@thednp/shorty 2.0.0-alpha7 → 2.0.0-alpha9

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
@@ -129,6 +129,30 @@ export declare const moveEvent = "move";
129
129
  * A global namespace for `change` event.
130
130
  */
131
131
  export declare const changeEvent = "change";
132
+ /**
133
+ * A global namespace for `drag` event.
134
+ */
135
+ export declare const dragEvent = "drag";
136
+ /**
137
+ * A global namespace for `dragstart` event.
138
+ */
139
+ export declare const dragstartEvent = "dragstart";
140
+ /**
141
+ * A global namespace for `dragenter` event.
142
+ */
143
+ export declare const dragenterEvent = "dragenter";
144
+ /**
145
+ * A global namespace for `dragleave` event.
146
+ */
147
+ export declare const dragleaveEvent = "dragleave";
148
+ /**
149
+ * A global namespace for `dragover` event.
150
+ */
151
+ export declare const dragoverEvent = "dragover";
152
+ /**
153
+ * A global namespace for `dragend` event.
154
+ */
155
+ export declare const dragendEvent = "dragend";
132
156
  /**
133
157
  * A global namespace for `error` event.
134
158
  */
@@ -1052,21 +1076,21 @@ export declare const getDocument: (node?: Node | Document | Window) => Document;
1052
1076
  * @param node the reference node
1053
1077
  * @returns the parent `<body>` of the specified node
1054
1078
  */
1055
- export declare const getDocumentBody: (node?: Node) => HTMLElement;
1079
+ export declare const getDocumentBody: (node?: Node | Document | Window) => HTMLElement;
1056
1080
  /**
1057
1081
  * Returns the `document.documentElement` or the `<HTML>` element.
1058
1082
  *
1059
1083
  * @param node the reference node
1060
1084
  * @returns the parent `<HTML>` of the node's parent document
1061
1085
  */
1062
- export declare const getDocumentElement: (node?: Node) => HTMLElement;
1086
+ export declare const getDocumentElement: (node?: Node | Document | Window) => HTMLElement;
1063
1087
  /**
1064
1088
  * Returns the `document.head` or the `<head>` element.
1065
1089
  *
1066
1090
  * @param node the reference node
1067
1091
  * @returns the `<head>` of the node's parent document
1068
1092
  */
1069
- export declare const getDocumentHead: (node?: Node) => HTMLElement & HTMLHeadElement;
1093
+ export declare const getDocumentHead: (node?: Node | Document | Window) => HTMLElement & HTMLHeadElement;
1070
1094
  /**
1071
1095
  * Utility to get the computed `animationDuration`
1072
1096
  * from `HTMLElement` in miliseconds.
package/dist/shorty.js CHANGED
@@ -1,2 +1,2 @@
1
- var SHORTY=function(t){"use strict";const dt="aria-checked",mt="aria-description",Et="aria-describedby",vt="aria-expanded",gt="aria-haspopup",ft="aria-hidden",bt="aria-label",yt="aria-labelledby",ht="aria-modal",At="aria-pressed",wt="aria-selected",St="aria-valuemin",kt="aria-valuemax",Dt="aria-valuenow",Tt="aria-valuetext",Q="abort",q="beforeunload",G="blur",K="change",J="contextmenu",z="DOMContentLoaded",Y="DOMMouseScroll",X="error",Z="focus",p="focusin",$="focusout",_="gesturechange",x="gestureend",ee="gesturestart",te="keydown",ne="keypress",oe="keyup",se="load",ae="click",ce="dblclick",ie="mousedown",re="mouseup",ue="hover",le="mouseenter",de="mouseleave",me="mousein",Ee="mouseout",ve="mouseover",ge="mousemove",fe="mousewheel",be="move",ye="orientationchange",he="pointercancel",Ae="pointerdown",we="pointerleave",Se="pointermove",ke="pointerup",De="readystatechange",Te="reset",Me="resize",Ne="select",Ce="selectend",Le="selectstart",Oe="scroll",Ie="submit",ze="touchstart",He="touchmove",Be="touchcancel",Ve="touchend",Pe="unload",Mt={DOMContentLoaded:z,DOMMouseScroll:Y,abort:Q,beforeunload:q,blur:G,change:K,click:ae,contextmenu:J,dblclick:ce,error:X,focus:Z,focusin:p,focusout:$,gesturechange:_,gestureend:x,gesturestart:ee,hover:ue,keydown:te,keypress:ne,keyup:oe,load:se,mousedown:ie,mousemove:ge,mousein:me,mouseout:Ee,mouseenter:le,mouseleave:de,mouseover:ve,mouseup:re,mousewheel:fe,move:be,orientationchange:ye,pointercancel:he,pointerdown:Ae,pointerleave:we,pointermove:Se,pointerup:ke,readystatechange:De,reset:Te,resize:Me,scroll:Oe,select:Ne,selectend:Ce,selectstart:Le,submit:Ie,touchcancel:Be,touchend:Ve,touchmove:He,touchstart:ze,unload:Pe},Nt="loadstart",Ct={start:"mousedown",end:"mouseup",move:"mousemove",cancel:"mouseleave"},Lt={down:"mousedown",up:"mouseup"},Ot="onmouseleave"in document?["mouseenter","mouseleave"]:["mouseover","mouseout"],It={start:"touchstart",end:"touchend",move:"touchmove",cancel:"touchcancel"},zt={in:"focusin",out:"focusout"},Ht={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"},Bt="Alt",Vt="ArrowDown",Pt="ArrowUp",Ft="ArrowLeft",Rt="ArrowRight",Wt="Backspace",Ut="CapsLock",jt="Control",Qt="Delete",qt="Enter",Gt="Escape",Kt="Insert",Jt="Meta",Yt="Pause",Xt="ScrollLock",Zt="Shift",pt="Space",$t="Tab",Fe="animationDuration",Re="animationDelay",H="animationName",N="animationend",We="transitionDuration",Ue="transitionDelay",C="transitionend",B="transitionProperty",_t="addEventListener",xt="removeEventListener",en={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)"},tn="offsetHeight",nn="offsetWidth",on="scrollHeight",sn="scrollWidth",an="tabindex",S=navigator.userAgentData,{userAgent:cn}=navigator,k=cn,je=/iPhone|iPad|iPod|Android/i;let V=!1;S?V=S.brands.some(e=>je.test(e.brand)):V=je.test(k);const rn=V,Qe=/(iPhone|iPod|iPad)/,un=S?S.brands.some(e=>Qe.test(e.brand)):Qe.test(k),ln=k?k.includes("Firefox"):!1,{head:D}=document,dn=["webkitPerspective","perspective"].some(e=>e in D.style),qe=(e,n,o,s)=>{const a=s||!1;e.addEventListener(n,o,a)},Ge=(e,n,o,s)=>{const a=s||!1;e.removeEventListener(n,o,a)},Ke=(e,n,o,s)=>{const a=c=>{(c.target===e||c.currentTarget===e)&&(o.apply(e,[c]),Ge(e,n,a,s))};qe(e,n,a,s)},Je=()=>{},mn=(()=>{let e=!1;try{const n=Object.defineProperty({},"passive",{get:()=>(e=!0,e)});Ke(document,z,Je,n)}catch{}return e})(),En=["webkitTransform","transform"].some(e=>e in D.style),vn="ontouchstart"in window||"msMaxTouchPoints"in navigator,gn=["webkitAnimation","animation"].some(e=>e in D.style),fn=["webkitTransition","transition"].some(e=>e in D.style),Ye=(e,n)=>e.getAttribute(n),bn=(e,n,o)=>n.getAttributeNS(e,o),yn=(e,n)=>e.hasAttribute(n),hn=(e,n,o)=>n.hasAttributeNS(e,o),P=(e,n,o)=>e.setAttribute(n,o),An=(e,n,o,s)=>n.setAttributeNS(e,o,s),wn=(e,n)=>e.removeAttribute(n),Sn=(e,n,o)=>n.removeAttributeNS(e,o),kn=(e,...n)=>{e.classList.add(...n)},Dn=(e,...n)=>{e.classList.remove(...n)},Tn=(e,n)=>e.classList.contains(n),{body:Mn}=document,{documentElement:Nn}=document,Cn=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,T=new Map,L={set:(e,n,o)=>{if(!l(e))return;T.has(n)||T.set(n,new Map),T.get(n).set(e,o)},getAllFor:e=>T.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&&T.delete(n))}},Ln=(e,n)=>L.get(e,n),v=e=>typeof e=="string"||!1,F=e=>E(e)&&e.constructor.name==="Window"||!1,R=e=>u(e)&&e.nodeType===9||!1,m=e=>F(e)?e.document:R(e)?e:u(e)?e.ownerDocument:window.document,h=e=>Object.entries(e),Xe=e=>{if(!e)return;if(v(e))return m().createElement(e);const{tagName:n}=e,o=Xe(n);if(!o)return;const s={...e};return delete s.tagName,h(s).forEach(([a,c])=>{v(a)&&v(c)&&P(o,a,c)}),o},Ze=(e,n)=>{if(!e||!n)return;if(v(n))return m().createElementNS(e,n);const{tagName:o}=n,s=Ze(e,o);if(!s)return;const a={...n};return delete a.tagName,h(a).forEach(([c,r])=>{v(c)&&v(r)&&P(s,c,r)}),s},W=(e,n)=>e.dispatchEvent(n),On=(e,n,o)=>o.indexOf(e)===n,g=(e,n)=>{const o=getComputedStyle(e),s=n.replace("webkit","Webkit").replace(/([A-Z])/g,"-$1").toLowerCase();return o.getPropertyValue(s)},pe=e=>{const n=g(e,H),o=g(e,Re),s=o.includes("ms")?1:1e3,a=n&&n!=="none"?parseFloat(o)*s:0;return Number.isNaN(a)?0:a},$e=e=>{const n=g(e,H),o=g(e,Fe),s=o.includes("ms")?1:1e3,a=n&&n!=="none"?parseFloat(o)*s:0;return Number.isNaN(a)?0:a},In=(e,n)=>{let o=0;const s=new Event(N),a=$e(e),c=pe(e);if(a){const r=d=>{d.target===e&&(n.apply(e,[d]),e.removeEventListener(N,r),o=1)};e.addEventListener(N,r),setTimeout(()=>{o||W(e,s)},a+c+17)}else n.apply(e,[s])},_e=e=>{const n=g(e,B),o=g(e,Ue),s=o.includes("ms")?1:1e3,a=n&&n!=="none"?parseFloat(o)*s:0;return Number.isNaN(a)?0:a},xe=e=>{const n=g(e,B),o=g(e,We),s=o.includes("ms")?1:1e3,a=n&&n!=="none"?parseFloat(o)*s:0;return Number.isNaN(a)?0:a},zn=(e,n)=>{let o=0;const s=new Event(C),a=xe(e),c=_e(e);if(a){const r=d=>{d.target===e&&(n.apply(e,[d]),e.removeEventListener(C,r),o=1)};e.addEventListener(C,r),setTimeout(()=>{o||W(e,s)},a+c+17)}else n.apply(e,[s])},Hn=e=>Float32Array.from(Array.from(e)),Bn=e=>Float64Array.from(Array.from(e)),Vn=(e,n)=>e.focus(n),U=e=>["true",!0].includes(e)?!0:["false",!1].includes(e)?!1:["null","",null,void 0].includes(e)?null:e!==""&&!Number.isNaN(+e)?+e:e,et=e=>e.toLowerCase(),Pn=(e,n,o,s)=>{const a={...o},c={...e.dataset},r={...n},d={},b="title";return h(c).forEach(([i,y])=>{const I=s&&typeof i=="string"&&i.includes(s)?i.replace(s,"").replace(/[A-Z]/g,Ao=>et(Ao)):i;d[I]=U(y)}),h(a).forEach(([i,y])=>{a[i]=U(y)}),h(n).forEach(([i,y])=>{i in a?r[i]=a[i]:i in d?r[i]=d[i]:r[i]=i===b?Ye(e,b):y}),r},j=(e,...n)=>Object.assign(e,...n),Fn=(e,n)=>E(e)&&(Object.hasOwn(e,n)||n in e),Rn=e=>Object.keys(e),Wn=e=>Object.values(e),Un=(e,n)=>{const o=new CustomEvent(e,{cancelable:!0,bubbles:!0});return E(n)&&j(o,n),o},jn={passive:!0},Qn=e=>e.offsetHeight,qn=(e,n)=>{h(n).forEach(([o,s])=>{if(s&&v(o)&&o.includes("--"))e.style.setProperty(o,s);else{const a={};a[o]=s,j(e.style,a)}})},O=e=>E(e)&&e.constructor.name==="Map"||!1,tt=e=>typeof e=="number"||!1,f=new Map,Gn={set:(e,n,o,s)=>{!l(e)||(s&&s.length?(f.has(e)||f.set(e,new Map),f.get(e).set(s,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:tt(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))}},Kn=e=>e.toUpperCase(),A=(e,n)=>{const{width:o,height:s,top:a,right:c,bottom:r,left:d}=e.getBoundingClientRect();let b=1,i=1;if(n&&l(e)){const{offsetWidth:y,offsetHeight:I}=e;b=y>0?Math.round(o)/y:1,i=I>0?Math.round(s)/I:1}return{width:o/b,height:s/i,top:a/i,right:c/b,bottom:r/i,left:d/b,x:d/b,y:a/i}},Jn=e=>m(e).body,M=e=>m(e).documentElement,Yn=e=>m(e).head,Xn=e=>{const n=F(e),o=n?e.scrollX:e.scrollLeft,s=n?e.scrollY:e.scrollTop;return{x:o,y:s}},nt=e=>u(e)&&e.constructor.name==="ShadowRoot"||!1,Zn=e=>e.nodeName==="HTML"?e:l(e)&&e.assignedSlot||u(e)&&e.parentNode||nt(e)&&e.host||M(e),ot=e=>{if(!l(e))return!1;const{width:n,height:o}=A(e),{offsetWidth:s,offsetHeight:a}=e;return Math.round(n)!==s||Math.round(o)!==a},pn=(e,n,o)=>{const s=l(n),a=A(e,s&&ot(n)),c={x:0,y:0};if(s){const r=A(n,!0);c.x=r.x+n.clientLeft,c.y=r.y+n.clientTop}return{x:a.left+o.x-c.x,y:a.top+o.y-c.y,width:a.width,height:a.height}};let st=0,at=0;const w=new Map,ct=(e,n)=>{let o=n?st:at;if(n){const s=ct(e),a=w.get(s)||new Map;w.has(s)||w.set(s,a),O(a)&&!a.has(n)?(a.set(n,o),st+=1):o=a.get(n)}else{const s=e.id||e;w.has(s)?o=w.get(s):(w.set(s,o),at+=1)}return o},$n=e=>{var n;return e?R(e)?e.defaultView:u(e)?(n=e==null?void 0:e.ownerDocument)==null?void 0:n.defaultView:e:window},it=e=>Array.isArray(e)||!1,_n=e=>u(e)&&e.nodeName==="CANVAS"||!1,rt=e=>l(e)&&!!e.shadowRoot||!1,xn=e=>u(e)&&[1,2,3,4,5,6,7,8].some(n=>e.nodeType===n)||!1,eo=e=>{if(!u(e))return!1;const{top:n,bottom:o}=A(e),{clientHeight:s}=M(e);return n<=s&&o>=0},to=e=>{if(!u(e))return!1;const{clientWidth:n,clientHeight:o}=M(e),{top:s,left:a,bottom:c,right:r}=A(e,!0);return s>=0&&a>=0&&c<=o&&r<=n},no=e=>it(e)&&e.every(l)||!1,oo=e=>typeof e=="function"||!1,so=e=>E(e)&&e.constructor.name==="HTMLCollection"||!1,ao=e=>l(e)&&e.tagName==="IMG"||!1,co=e=>{if(!v(e))return!1;try{JSON.parse(e)}catch{return!1}return!0},io=e=>E(e)&&e.constructor.name==="WeakMap"||!1,ro=e=>u(e)&&["SVG","Image","Video","Canvas"].some(n=>e.constructor.name.includes(n))||!1,uo=e=>E(e)&&e.constructor.name==="NodeList"||!1,lo=e=>M(e).dir==="rtl",mo=e=>u(e)&&e.constructor.name.includes("SVG")||!1,Eo=e=>u(e)&&["TABLE","TD","TH"].includes(e.nodeName)||!1,ut=(e,n)=>e?e.closest(n)||ut(e.getRootNode().host,n):null,vo=(e,n)=>l(e)?e:(u(n)?n:m()).querySelector(e),lt=(e,n)=>(u(n)?n:m()).getElementsByTagName(e),go=e=>[...lt("*",e)].filter(rt),fo=(e,n)=>m(n).getElementById(e)||null,bo=(e,n)=>(u(n)?n:m()).querySelectorAll(e),yo=(e,n)=>(n&&u(n)?n:m()).getElementsByClassName(e),ho=(e,n)=>e.matches(n);return t.ArrayFrom=Cn,t.DOMContentLoadedEvent=z,t.DOMMouseScrollEvent=Y,t.Data=L,t.Float32ArrayFrom=Hn,t.Float64ArrayFrom=Bn,t.ObjectAssign=j,t.ObjectEntries=h,t.ObjectHasOwn=Fn,t.ObjectKeys=Rn,t.ObjectValues=Wn,t.Timer=Gn,t.abortEvent=Q,t.addClass=kn,t.addEventListener=_t,t.animationDelay=Re,t.animationDuration=Fe,t.animationEndEvent=N,t.animationName=H,t.ariaChecked=dt,t.ariaDescribedBy=Et,t.ariaDescription=mt,t.ariaExpanded=vt,t.ariaHasPopup=gt,t.ariaHidden=ft,t.ariaLabel=bt,t.ariaLabelledBy=yt,t.ariaModal=ht,t.ariaPressed=At,t.ariaSelected=wt,t.ariaValueMax=kt,t.ariaValueMin=St,t.ariaValueNow=Dt,t.ariaValueText=Tt,t.beforeunloadEvent=q,t.bezierEasings=en,t.blurEvent=G,t.changeEvent=K,t.closest=ut,t.contextmenuEvent=J,t.createCustomEvent=Un,t.createElement=Xe,t.createElementNS=Ze,t.dispatchEvent=W,t.distinct=On,t.documentBody=Mn,t.documentElement=Nn,t.documentHead=D,t.emulateAnimationEnd=In,t.emulateTransitionEnd=zn,t.errorEvent=X,t.focus=Vn,t.focusEvent=Z,t.focusEvents=zt,t.focusinEvent=p,t.focusoutEvent=$,t.gesturechangeEvent=_,t.gestureendEvent=x,t.gesturestartEvent=ee,t.getAttribute=Ye,t.getAttributeNS=bn,t.getBoundingClientRect=A,t.getCustomElements=go,t.getDocument=m,t.getDocumentBody=Jn,t.getDocumentElement=M,t.getDocumentHead=Yn,t.getElementAnimationDelay=pe,t.getElementAnimationDuration=$e,t.getElementById=fo,t.getElementStyle=g,t.getElementTransitionDelay=_e,t.getElementTransitionDuration=xe,t.getElementsByClassName=yo,t.getElementsByTagName=lt,t.getInstance=Ln,t.getNodeScroll=Xn,t.getParentNode=Zn,t.getRectRelativeToOffsetParent=pn,t.getUID=ct,t.getWindow=$n,t.hasAttribute=yn,t.hasAttributeNS=hn,t.hasClass=Tn,t.isApple=un,t.isArray=it,t.isCanvas=_n,t.isCustomElement=rt,t.isDocument=R,t.isElement=xn,t.isElementInScrollRange=eo,t.isElementInViewport=to,t.isElementsArray=no,t.isFirefox=ln,t.isFunction=oo,t.isHTMLCollection=so,t.isHTMLElement=l,t.isHTMLImageElement=ao,t.isJSON=co,t.isMap=O,t.isMedia=ro,t.isMobile=rn,t.isNode=u,t.isNodeList=uo,t.isNumber=tt,t.isObject=E,t.isRTL=lo,t.isSVGElement=mo,t.isScaledElement=ot,t.isShadowRoot=nt,t.isString=v,t.isTableElement=Eo,t.isWeakMap=io,t.isWindow=F,t.keyAlt=Bt,t.keyArrowDown=Vt,t.keyArrowLeft=Ft,t.keyArrowRight=Rt,t.keyArrowUp=Pt,t.keyBackspace=Wt,t.keyCapsLock=Ut,t.keyControl=jt,t.keyDelete=Qt,t.keyEnter=qt,t.keyEscape=Gt,t.keyInsert=Kt,t.keyMeta=Jt,t.keyPause=Yt,t.keyScrollLock=Xt,t.keyShift=Zt,t.keySpace=pt,t.keyTab=$t,t.keyboardEventKeys=Ht,t.keydownEvent=te,t.keypressEvent=ne,t.keyupEvent=oe,t.loadEvent=se,t.loadstartEvent=Nt,t.matches=ho,t.mouseClickEvents=Lt,t.mouseHoverEvents=Ot,t.mouseSwipeEvents=Ct,t.mouseclickEvent=ae,t.mousedblclickEvent=ce,t.mousedownEvent=ie,t.mouseenterEvent=le,t.mousehoverEvent=ue,t.mouseinEvent=me,t.mouseleaveEvent=de,t.mousemoveEvent=ge,t.mouseoutEvent=Ee,t.mouseoverEvent=ve,t.mouseupEvent=re,t.mousewheelEvent=fe,t.moveEvent=be,t.nativeEvents=Mt,t.noop=Je,t.normalizeOptions=Pn,t.normalizeValue=U,t.off=Ge,t.offsetHeight=tn,t.offsetWidth=nn,t.on=qe,t.one=Ke,t.orientationchangeEvent=ye,t.passiveHandler=jn,t.pointercancelEvent=he,t.pointerdownEvent=Ae,t.pointerleaveEvent=we,t.pointermoveEvent=Se,t.pointerupEvent=ke,t.querySelector=vo,t.querySelectorAll=bo,t.readystatechangeEvent=De,t.reflow=Qn,t.removeAttribute=wn,t.removeAttributeNS=Sn,t.removeClass=Dn,t.removeEventListener=xt,t.resetEvent=Te,t.resizeEvent=Me,t.scrollEvent=Oe,t.scrollHeight=on,t.scrollWidth=sn,t.selectEvent=Ne,t.selectendEvent=Ce,t.selectstartEvent=Le,t.setAttribute=P,t.setAttributeNS=An,t.setElementStyle=qn,t.submitEvent=Ie,t.support3DTransform=dn,t.supportAnimation=gn,t.supportPassive=mn,t.supportTouch=vn,t.supportTransform=En,t.supportTransition=fn,t.tabindex=an,t.toLowerCase=et,t.toUpperCase=Kn,t.touchEvents=It,t.touchcancelEvent=Be,t.touchendEvent=Ve,t.touchmoveEvent=He,t.touchstartEvent=ze,t.transitionDelay=Ue,t.transitionDuration=We,t.transitionEndEvent=C,t.transitionProperty=B,t.unloadEvent=Pe,t.userAgent=k,t.userAgentData=S,Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),t}({});
1
+ var SHORTY=function(t){"use strict";const dt="aria-checked",mt="aria-description",Et="aria-describedby",vt="aria-expanded",gt="aria-haspopup",ft="aria-hidden",bt="aria-label",yt="aria-labelledby",ht="aria-modal",At="aria-pressed",wt="aria-selected",St="aria-valuemin",kt="aria-valuemax",Dt="aria-valuenow",Tt="aria-valuetext",Q="abort",q="beforeunload",G="blur",K="change",J="contextmenu",z="DOMContentLoaded",Y="DOMMouseScroll",X="error",Z="focus",$="focusin",_="focusout",p="gesturechange",x="gestureend",ee="gesturestart",te="keydown",ne="keypress",oe="keyup",ae="load",se="click",ce="dblclick",ie="mousedown",re="mouseup",ue="hover",le="mouseenter",de="mouseleave",me="mousein",Ee="mouseout",ve="mouseover",ge="mousemove",fe="mousewheel",be="move",ye="orientationchange",he="pointercancel",Ae="pointerdown",we="pointerleave",Se="pointermove",ke="pointerup",De="readystatechange",Te="reset",Me="resize",Ne="select",Ce="selectend",Le="selectstart",Oe="scroll",Ie="submit",ze="touchstart",He="touchmove",Be="touchcancel",Ve="touchend",Pe="unload",Mt={DOMContentLoaded:z,DOMMouseScroll:Y,abort:Q,beforeunload:q,blur:G,change:K,click:se,contextmenu:J,dblclick:ce,error:X,focus:Z,focusin:$,focusout:_,gesturechange:p,gestureend:x,gesturestart:ee,hover:ue,keydown:te,keypress:ne,keyup:oe,load:ae,mousedown:ie,mousemove:ge,mousein:me,mouseout:Ee,mouseenter:le,mouseleave:de,mouseover:ve,mouseup:re,mousewheel:fe,move:be,orientationchange:ye,pointercancel:he,pointerdown:Ae,pointerleave:we,pointermove:Se,pointerup:ke,readystatechange:De,reset:Te,resize:Me,scroll:Oe,select:Ne,selectend:Ce,selectstart:Le,submit:Ie,touchcancel:Be,touchend:Ve,touchmove:He,touchstart:ze,unload:Pe},Nt="drag",Ct="dragstart",Lt="dragenter",Ot="dragleave",It="dragover",zt="dragend",Ht="loadstart",Bt={start:"mousedown",end:"mouseup",move:"mousemove",cancel:"mouseleave"},Vt={down:"mousedown",up:"mouseup"},Pt="onmouseleave"in document?["mouseenter","mouseleave"]:["mouseover","mouseout"],Ft={start:"touchstart",end:"touchend",move:"touchmove",cancel:"touchcancel"},Rt={in:"focusin",out:"focusout"},Wt={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"},Ut="Alt",jt="ArrowDown",Qt="ArrowUp",qt="ArrowLeft",Gt="ArrowRight",Kt="Backspace",Jt="CapsLock",Yt="Control",Xt="Delete",Zt="Enter",$t="Escape",_t="Insert",pt="Meta",xt="Pause",en="ScrollLock",tn="Shift",nn="Space",on="Tab",Fe="animationDuration",Re="animationDelay",H="animationName",N="animationend",We="transitionDuration",Ue="transitionDelay",C="transitionend",B="transitionProperty",an="addEventListener",sn="removeEventListener",cn={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)"},rn="offsetHeight",un="offsetWidth",ln="scrollHeight",dn="scrollWidth",mn="tabindex",S=navigator.userAgentData,{userAgent:En}=navigator,k=En,je=/iPhone|iPad|iPod|Android/i;let V=!1;S?V=S.brands.some(e=>je.test(e.brand)):V=je.test(k);const vn=V,Qe=/(iPhone|iPod|iPad)/,gn=S?S.brands.some(e=>Qe.test(e.brand)):Qe.test(k),fn=k?k.includes("Firefox"):!1,{head:D}=document,bn=["webkitPerspective","perspective"].some(e=>e in D.style),qe=(e,n,o,a)=>{const s=a||!1;e.addEventListener(n,o,s)},Ge=(e,n,o,a)=>{const s=a||!1;e.removeEventListener(n,o,s)},Ke=(e,n,o,a)=>{const s=c=>{(c.target===e||c.currentTarget===e)&&(o.apply(e,[c]),Ge(e,n,s,a))};qe(e,n,s,a)},Je=()=>{},yn=(()=>{let e=!1;try{const n=Object.defineProperty({},"passive",{get:()=>(e=!0,e)});Ke(document,z,Je,n)}catch{}return e})(),hn=["webkitTransform","transform"].some(e=>e in D.style),An="ontouchstart"in window||"msMaxTouchPoints"in navigator,wn=["webkitAnimation","animation"].some(e=>e in D.style),Sn=["webkitTransition","transition"].some(e=>e in D.style),Ye=(e,n)=>e.getAttribute(n),kn=(e,n,o)=>n.getAttributeNS(e,o),Dn=(e,n)=>e.hasAttribute(n),Tn=(e,n,o)=>n.hasAttributeNS(e,o),P=(e,n,o)=>e.setAttribute(n,o),Mn=(e,n,o,a)=>n.setAttributeNS(e,o,a),Nn=(e,n)=>e.removeAttribute(n),Cn=(e,n,o)=>n.removeAttributeNS(e,o),Ln=(e,...n)=>{e.classList.add(...n)},On=(e,...n)=>{e.classList.remove(...n)},In=(e,n)=>e.classList.contains(n),{body:zn}=document,{documentElement:Hn}=document,Bn=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,T=new Map,L={set:(e,n,o)=>{if(!l(e))return;T.has(n)||T.set(n,new Map),T.get(n).set(e,o)},getAllFor:e=>T.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&&T.delete(n))}},Vn=(e,n)=>L.get(e,n),v=e=>typeof e=="string"||!1,F=e=>E(e)&&e.constructor.name==="Window"||!1,R=e=>u(e)&&e.nodeType===9||!1,m=e=>F(e)?e.document:R(e)?e:u(e)?e.ownerDocument:window.document,h=e=>Object.entries(e),Xe=e=>{if(!e)return;if(v(e))return m().createElement(e);const{tagName:n}=e,o=Xe(n);if(!o)return;const a={...e};return delete a.tagName,h(a).forEach(([s,c])=>{v(s)&&v(c)&&P(o,s,c)}),o},Ze=(e,n)=>{if(!e||!n)return;if(v(n))return m().createElementNS(e,n);const{tagName:o}=n,a=Ze(e,o);if(!a)return;const s={...n};return delete s.tagName,h(s).forEach(([c,r])=>{v(c)&&v(r)&&P(a,c,r)}),a},W=(e,n)=>e.dispatchEvent(n),Pn=(e,n,o)=>o.indexOf(e)===n,g=(e,n)=>{const o=getComputedStyle(e),a=n.replace("webkit","Webkit").replace(/([A-Z])/g,"-$1").toLowerCase();return o.getPropertyValue(a)},$e=e=>{const n=g(e,H),o=g(e,Re),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},_e=e=>{const n=g(e,H),o=g(e,Fe),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},Fn=(e,n)=>{let o=0;const a=new Event(N),s=_e(e),c=$e(e);if(s){const r=d=>{d.target===e&&(n.apply(e,[d]),e.removeEventListener(N,r),o=1)};e.addEventListener(N,r),setTimeout(()=>{o||W(e,a)},s+c+17)}else n.apply(e,[a])},pe=e=>{const n=g(e,B),o=g(e,Ue),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},xe=e=>{const n=g(e,B),o=g(e,We),a=o.includes("ms")?1:1e3,s=n&&n!=="none"?parseFloat(o)*a:0;return Number.isNaN(s)?0:s},Rn=(e,n)=>{let o=0;const a=new Event(C),s=xe(e),c=pe(e);if(s){const r=d=>{d.target===e&&(n.apply(e,[d]),e.removeEventListener(C,r),o=1)};e.addEventListener(C,r),setTimeout(()=>{o||W(e,a)},s+c+17)}else n.apply(e,[a])},Wn=e=>Float32Array.from(Array.from(e)),Un=e=>Float64Array.from(Array.from(e)),jn=(e,n)=>e.focus(n),U=e=>["true",!0].includes(e)?!0:["false",!1].includes(e)?!1:["null","",null,void 0].includes(e)?null:e!==""&&!Number.isNaN(+e)?+e:e,et=e=>e.toLowerCase(),Qn=(e,n,o,a)=>{const s={...o},c={...e.dataset},r={...n},d={},b="title";return h(c).forEach(([i,y])=>{const I=a&&typeof i=="string"&&i.includes(a)?i.replace(a,"").replace(/[A-Z]/g,Mo=>et(Mo)):i;d[I]=U(y)}),h(s).forEach(([i,y])=>{s[i]=U(y)}),h(n).forEach(([i,y])=>{i in s?r[i]=s[i]:i in d?r[i]=d[i]:r[i]=i===b?Ye(e,b):y}),r},j=(e,...n)=>Object.assign(e,...n),qn=(e,n)=>E(e)&&(Object.hasOwn(e,n)||n in e),Gn=e=>Object.keys(e),Kn=e=>Object.values(e),Jn=(e,n)=>{const o=new CustomEvent(e,{cancelable:!0,bubbles:!0});return E(n)&&j(o,n),o},Yn={passive:!0},Xn=e=>e.offsetHeight,Zn=(e,n)=>{h(n).forEach(([o,a])=>{if(a&&v(o)&&o.includes("--"))e.style.setProperty(o,a);else{const s={};s[o]=a,j(e.style,s)}})},O=e=>E(e)&&e.constructor.name==="Map"||!1,tt=e=>typeof e=="number"||!1,f=new Map,$n={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:tt(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))}},_n=e=>e.toUpperCase(),A=(e,n)=>{const{width:o,height:a,top:s,right:c,bottom:r,left:d}=e.getBoundingClientRect();let b=1,i=1;if(n&&l(e)){const{offsetWidth:y,offsetHeight:I}=e;b=y>0?Math.round(o)/y:1,i=I>0?Math.round(a)/I:1}return{width:o/b,height:a/i,top:s/i,right:c/b,bottom:r/i,left:d/b,x:d/b,y:s/i}},pn=e=>m(e).body,M=e=>m(e).documentElement,xn=e=>m(e).head,eo=e=>{const n=F(e),o=n?e.scrollX:e.scrollLeft,a=n?e.scrollY:e.scrollTop;return{x:o,y:a}},nt=e=>u(e)&&e.constructor.name==="ShadowRoot"||!1,to=e=>e.nodeName==="HTML"?e:l(e)&&e.assignedSlot||u(e)&&e.parentNode||nt(e)&&e.host||M(e),ot=e=>{if(!l(e))return!1;const{width:n,height:o}=A(e),{offsetWidth:a,offsetHeight:s}=e;return Math.round(n)!==a||Math.round(o)!==s},no=(e,n,o)=>{const a=l(n),s=A(e,a&&ot(n)),c={x:0,y:0};if(a){const r=A(n,!0);c.x=r.x+n.clientLeft,c.y=r.y+n.clientTop}return{x:s.left+o.x-c.x,y:s.top+o.y-c.y,width:s.width,height:s.height}};let at=0,st=0;const w=new Map,ct=(e,n)=>{let o=n?at:st;if(n){const a=ct(e),s=w.get(a)||new Map;w.has(a)||w.set(a,s),O(s)&&!s.has(n)?(s.set(n,o),at+=1):o=s.get(n)}else{const a=e.id||e;w.has(a)?o=w.get(a):(w.set(a,o),st+=1)}return o},oo=e=>{var n;return e?R(e)?e.defaultView:u(e)?(n=e==null?void 0:e.ownerDocument)==null?void 0:n.defaultView:e:window},it=e=>Array.isArray(e)||!1,ao=e=>u(e)&&e.nodeName==="CANVAS"||!1,rt=e=>l(e)&&!!e.shadowRoot||!1,so=e=>u(e)&&[1,2,3,4,5,6,7,8].some(n=>e.nodeType===n)||!1,co=e=>{if(!u(e))return!1;const{top:n,bottom:o}=A(e),{clientHeight:a}=M(e);return n<=a&&o>=0},io=e=>{if(!u(e))return!1;const{clientWidth:n,clientHeight:o}=M(e),{top:a,left:s,bottom:c,right:r}=A(e,!0);return a>=0&&s>=0&&c<=o&&r<=n},ro=e=>it(e)&&e.every(l)||!1,uo=e=>typeof e=="function"||!1,lo=e=>E(e)&&e.constructor.name==="HTMLCollection"||!1,mo=e=>l(e)&&e.tagName==="IMG"||!1,Eo=e=>{if(!v(e))return!1;try{JSON.parse(e)}catch{return!1}return!0},vo=e=>E(e)&&e.constructor.name==="WeakMap"||!1,go=e=>u(e)&&["SVG","Image","Video","Canvas"].some(n=>e.constructor.name.includes(n))||!1,fo=e=>E(e)&&e.constructor.name==="NodeList"||!1,bo=e=>M(e).dir==="rtl",yo=e=>u(e)&&e.constructor.name.includes("SVG")||!1,ho=e=>u(e)&&["TABLE","TD","TH"].includes(e.nodeName)||!1,ut=(e,n)=>e?e.closest(n)||ut(e.getRootNode().host,n):null,Ao=(e,n)=>l(e)?e:(u(n)?n:m()).querySelector(e),lt=(e,n)=>(u(n)?n:m()).getElementsByTagName(e),wo=e=>[...lt("*",e)].filter(rt),So=(e,n)=>m(n).getElementById(e)||null,ko=(e,n)=>(u(n)?n:m()).querySelectorAll(e),Do=(e,n)=>(n&&u(n)?n:m()).getElementsByClassName(e),To=(e,n)=>e.matches(n);return t.ArrayFrom=Bn,t.DOMContentLoadedEvent=z,t.DOMMouseScrollEvent=Y,t.Data=L,t.Float32ArrayFrom=Wn,t.Float64ArrayFrom=Un,t.ObjectAssign=j,t.ObjectEntries=h,t.ObjectHasOwn=qn,t.ObjectKeys=Gn,t.ObjectValues=Kn,t.Timer=$n,t.abortEvent=Q,t.addClass=Ln,t.addEventListener=an,t.animationDelay=Re,t.animationDuration=Fe,t.animationEndEvent=N,t.animationName=H,t.ariaChecked=dt,t.ariaDescribedBy=Et,t.ariaDescription=mt,t.ariaExpanded=vt,t.ariaHasPopup=gt,t.ariaHidden=ft,t.ariaLabel=bt,t.ariaLabelledBy=yt,t.ariaModal=ht,t.ariaPressed=At,t.ariaSelected=wt,t.ariaValueMax=kt,t.ariaValueMin=St,t.ariaValueNow=Dt,t.ariaValueText=Tt,t.beforeunloadEvent=q,t.bezierEasings=cn,t.blurEvent=G,t.changeEvent=K,t.closest=ut,t.contextmenuEvent=J,t.createCustomEvent=Jn,t.createElement=Xe,t.createElementNS=Ze,t.dispatchEvent=W,t.distinct=Pn,t.documentBody=zn,t.documentElement=Hn,t.documentHead=D,t.dragEvent=Nt,t.dragendEvent=zt,t.dragenterEvent=Lt,t.dragleaveEvent=Ot,t.dragoverEvent=It,t.dragstartEvent=Ct,t.emulateAnimationEnd=Fn,t.emulateTransitionEnd=Rn,t.errorEvent=X,t.focus=jn,t.focusEvent=Z,t.focusEvents=Rt,t.focusinEvent=$,t.focusoutEvent=_,t.gesturechangeEvent=p,t.gestureendEvent=x,t.gesturestartEvent=ee,t.getAttribute=Ye,t.getAttributeNS=kn,t.getBoundingClientRect=A,t.getCustomElements=wo,t.getDocument=m,t.getDocumentBody=pn,t.getDocumentElement=M,t.getDocumentHead=xn,t.getElementAnimationDelay=$e,t.getElementAnimationDuration=_e,t.getElementById=So,t.getElementStyle=g,t.getElementTransitionDelay=pe,t.getElementTransitionDuration=xe,t.getElementsByClassName=Do,t.getElementsByTagName=lt,t.getInstance=Vn,t.getNodeScroll=eo,t.getParentNode=to,t.getRectRelativeToOffsetParent=no,t.getUID=ct,t.getWindow=oo,t.hasAttribute=Dn,t.hasAttributeNS=Tn,t.hasClass=In,t.isApple=gn,t.isArray=it,t.isCanvas=ao,t.isCustomElement=rt,t.isDocument=R,t.isElement=so,t.isElementInScrollRange=co,t.isElementInViewport=io,t.isElementsArray=ro,t.isFirefox=fn,t.isFunction=uo,t.isHTMLCollection=lo,t.isHTMLElement=l,t.isHTMLImageElement=mo,t.isJSON=Eo,t.isMap=O,t.isMedia=go,t.isMobile=vn,t.isNode=u,t.isNodeList=fo,t.isNumber=tt,t.isObject=E,t.isRTL=bo,t.isSVGElement=yo,t.isScaledElement=ot,t.isShadowRoot=nt,t.isString=v,t.isTableElement=ho,t.isWeakMap=vo,t.isWindow=F,t.keyAlt=Ut,t.keyArrowDown=jt,t.keyArrowLeft=qt,t.keyArrowRight=Gt,t.keyArrowUp=Qt,t.keyBackspace=Kt,t.keyCapsLock=Jt,t.keyControl=Yt,t.keyDelete=Xt,t.keyEnter=Zt,t.keyEscape=$t,t.keyInsert=_t,t.keyMeta=pt,t.keyPause=xt,t.keyScrollLock=en,t.keyShift=tn,t.keySpace=nn,t.keyTab=on,t.keyboardEventKeys=Wt,t.keydownEvent=te,t.keypressEvent=ne,t.keyupEvent=oe,t.loadEvent=ae,t.loadstartEvent=Ht,t.matches=To,t.mouseClickEvents=Vt,t.mouseHoverEvents=Pt,t.mouseSwipeEvents=Bt,t.mouseclickEvent=se,t.mousedblclickEvent=ce,t.mousedownEvent=ie,t.mouseenterEvent=le,t.mousehoverEvent=ue,t.mouseinEvent=me,t.mouseleaveEvent=de,t.mousemoveEvent=ge,t.mouseoutEvent=Ee,t.mouseoverEvent=ve,t.mouseupEvent=re,t.mousewheelEvent=fe,t.moveEvent=be,t.nativeEvents=Mt,t.noop=Je,t.normalizeOptions=Qn,t.normalizeValue=U,t.off=Ge,t.offsetHeight=rn,t.offsetWidth=un,t.on=qe,t.one=Ke,t.orientationchangeEvent=ye,t.passiveHandler=Yn,t.pointercancelEvent=he,t.pointerdownEvent=Ae,t.pointerleaveEvent=we,t.pointermoveEvent=Se,t.pointerupEvent=ke,t.querySelector=Ao,t.querySelectorAll=ko,t.readystatechangeEvent=De,t.reflow=Xn,t.removeAttribute=Nn,t.removeAttributeNS=Cn,t.removeClass=On,t.removeEventListener=sn,t.resetEvent=Te,t.resizeEvent=Me,t.scrollEvent=Oe,t.scrollHeight=ln,t.scrollWidth=dn,t.selectEvent=Ne,t.selectendEvent=Ce,t.selectstartEvent=Le,t.setAttribute=P,t.setAttributeNS=Mn,t.setElementStyle=Zn,t.submitEvent=Ie,t.support3DTransform=bn,t.supportAnimation=wn,t.supportPassive=yn,t.supportTouch=An,t.supportTransform=hn,t.supportTransition=Sn,t.tabindex=mn,t.toLowerCase=et,t.toUpperCase=_n,t.touchEvents=Ft,t.touchcancelEvent=Be,t.touchendEvent=Ve,t.touchmoveEvent=He,t.touchstartEvent=ze,t.transitionDelay=Ue,t.transitionDuration=We,t.transitionEndEvent=C,t.transitionProperty=B,t.unloadEvent=Pe,t.userAgent=k,t.userAgentData=S,Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),t}({});
2
2
  //# sourceMappingURL=shorty.js.map