@thednp/shorty 2.0.0-alpha6 → 2.0.0-alpha8

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/README.md CHANGED
@@ -5,11 +5,11 @@
5
5
  [![NPM Version](https://img.shields.io/npm/v/@thednp/shorty.svg)](https://www.npmjs.com/package/@thednp/shorty)
6
6
  [![NPM Downloads](https://img.shields.io/npm/dm/@thednp/shorty.svg)](http://npm-stat.com/charts.html?package=@thednp/shorty)
7
7
  [![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hw/@thednp/shorty)](https://www.jsdelivr.com/package/npm/@thednp/shorty)
8
- [![cypress version](https://img.shields.io/badge/cypress-11.2.0-brightgreen)](https://cypress.io/)
9
- [![typescript version](https://img.shields.io/badge/typescript-4.7.4-brightgreen)](https://www.typescriptlang.org/)
10
- [![esbuild version](https://img.shields.io/badge/esbuild-0.14.30-brightgreen)](https://esbuild.github.io/)
11
- [![eslint version](https://img.shields.io/badge/eslint-8.23.0-brightgreen)](https://github.com/eslint)
12
- [![vite version](https://img.shields.io/badge/vite-3.0.9-brightgreen)](https://github.com/vitejs)
8
+ [![typescript version](https://img.shields.io/badge/typescript-4.9.4-brightgreen)](https://www.typescriptlang.org/)
9
+ [![eslint version](https://img.shields.io/badge/eslint-8.29.0-brightgreen)](https://github.com/eslint)
10
+ [![prettier version](https://img.shields.io/badge/prettier-2.7.1-brightgreen)](https://prettier.io/)
11
+ [![cypress version](https://img.shields.io/badge/cypress-12.0.2-brightgreen)](https://cypress.io/)
12
+ [![vite version](https://img.shields.io/badge/vite-4.0.0-brightgreen)](https://github.com/vitejs)
13
13
 
14
14
 
15
15
  A small TypeScript library with various tools, all ESLint valid and featuring everything useful for creating light libraries or web components. If there is anything that is consistently repeating itself, **shorty** can help you save up to 50% of the code required, with little to no performance cost.
@@ -219,6 +219,7 @@ if (isElementsArray(myValue)) {
219
219
  - **_normalizeOptions_** - a cool utility to normalize and crosscheck JavaScript options and their DATA API counterparts for various web components; supports namespaced options like `data-NAMESPACE-option="value"`; priority: JavaScript options > DATA API options > default options
220
220
  - **_ObjectAssign_** - a shortie for `Object.assign()` method;
221
221
  - **_ObjectEntries_** - a shortie for `Object.entries()` method;
222
+ - **_ObjectHasOwn_** - a shortie for `Object.hasOwn()` method;
222
223
  - **_ObjectKeys_** - a shortie for `Object.keys()` method;
223
224
  - **_ObjectValues_** - a shortie for `Object.values()` method;
224
225
  - **_OriginalEvent_** - a small utility that returns a synthetic `CustomEvent` with the added `relatedTarget` and other properties;
package/dist/shorty.cjs CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";const de="aria-checked",pe="aria-description",fe="aria-describedby",me="aria-expanded",ge="aria-haspopup",Ee="aria-hidden",ve="aria-label",be="aria-labelledby",he="aria-modal",ye="aria-pressed",we="aria-selected",Ae="aria-valuemin",Se="aria-valuemax",Me="aria-valuenow",Ne="aria-valuetext",G="abort",Y="beforeunload",j="blur",J="change",K="contextmenu",z="DOMContentLoaded",X="DOMMouseScroll",Z="error",$="focus",_="focusin",tt="focusout",et="gesturechange",nt="gestureend",ot="gesturestart",st="keydown",ct="keypress",rt="keyup",it="load",at="click",ut="dblclick",lt="mousedown",dt="mouseup",pt="hover",ft="mouseenter",mt="mouseleave",gt="mousein",Et="mouseout",vt="mouseover",bt="mousemove",ht="mousewheel",yt="move",wt="orientationchange",At="pointercancel",St="pointerdown",Mt="pointerleave",Nt="pointermove",Tt="pointerup",kt="readystatechange",Dt="reset",Ct="resize",Lt="select",Ot="selectend",It="selectstart",zt="scroll",xt="submit",Vt="touchstart",Bt="touchmove",Ht="touchcancel",Pt="touchend",Ut="unload",Te={DOMContentLoaded:z,DOMMouseScroll:X,abort:G,beforeunload:Y,blur:j,change:J,click:at,contextmenu:K,dblclick:ut,error:Z,focus:$,focusin:_,focusout:tt,gesturechange:et,gestureend:nt,gesturestart:ot,hover:pt,keydown:st,keypress:ct,keyup:rt,load:it,mousedown:lt,mousemove:bt,mousein:gt,mouseout:Et,mouseenter:ft,mouseleave:mt,mouseover:vt,mouseup:dt,mousewheel:ht,move:yt,orientationchange:wt,pointercancel:At,pointerdown:St,pointerleave:Mt,pointermove:Nt,pointerup:Tt,readystatechange:kt,reset:Dt,resize:Ct,scroll:zt,select:Lt,selectend:Ot,selectstart:It,submit:xt,touchcancel:Ht,touchend:Pt,touchmove:Bt,touchstart:Vt,unload:Ut},ke="loadstart",De={start:"mousedown",end:"mouseup",move:"mousemove",cancel:"mouseleave"},Ce={down:"mousedown",up:"mouseup"},Le="onmouseleave"in document?["mouseenter","mouseleave"]:["mouseover","mouseout"],Oe={start:"touchstart",end:"touchend",move:"touchmove",cancel:"touchcancel"},Ie={in:"focusin",out:"focusout"},ze={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"},xe="Alt",Ve="ArrowDown",Be="ArrowUp",He="ArrowLeft",Pe="ArrowRight",Ue="Backspace",Fe="CapsLock",We="Control",Re="Delete",Qe="Enter",qe="Escape",Ge="Insert",Ye="Meta",je="Pause",Je="ScrollLock",Ke="Shift",Xe="Space",Ze="Tab",Ft="animationDuration",Wt="animationDelay",x="animationName",k="animationend",Rt="transitionDuration",Qt="transitionDelay",D="transitionend",V="transitionProperty",$e="addEventListener",_e="removeEventListener",tn={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)"},en="offsetHeight",nn="offsetWidth",on="scrollHeight",sn="scrollWidth",cn="tabindex",rn=navigator.userAgentData,A=rn,{userAgent:an}=navigator,S=an,W=/iPhone|iPad|iPod|Android/i;let O=!1;A?O=A.brands.some(t=>W.test(t.brand)):O=W.test(S);const un=O,R=/(iPhone|iPod|iPad)/,ln=A?A.brands.some(t=>R.test(t.brand)):R.test(S),dn=S?S.includes("Firefox"):!1,{head:M}=document,pn=["webkitPerspective","perspective"].some(t=>t in M.style),qt=(t,e,n,o)=>{const s=o||!1;t.addEventListener(e,n,s)},Gt=(t,e,n,o)=>{const s=o||!1;t.removeEventListener(e,n,s)},Yt=(t,e,n,o)=>{const s=c=>{(c.target===t||c.currentTarget===t)&&(n.apply(t,[c]),Gt(t,e,s,o))};qt(t,e,s,o)},jt=()=>{},fn=(()=>{let t=!1;try{const e=Object.defineProperty({},"passive",{get:()=>(t=!0,t)});Yt(document,z,jt,e)}catch{}return t})(),mn=["webkitTransform","transform"].some(t=>t in M.style),gn="ontouchstart"in window||"msMaxTouchPoints"in navigator,En=["webkitAnimation","animation"].some(t=>t in M.style),vn=["webkitTransition","transition"].some(t=>t in M.style),Jt=(t,e)=>t.getAttribute(e),bn=(t,e,n)=>e.getAttributeNS(t,n),hn=(t,e)=>t.hasAttribute(e),yn=(t,e,n)=>e.hasAttributeNS(t,n),B=(t,e,n)=>t.setAttribute(e,n),wn=(t,e,n,o)=>e.setAttributeNS(t,n,o),An=(t,e)=>t.removeAttribute(e),Sn=(t,e,n)=>e.removeAttributeNS(t,n),Mn=(t,...e)=>{t.classList.add(...e)},Nn=(t,...e)=>{t.classList.remove(...e)},Tn=(t,e)=>t.classList.contains(e),{body:kn}=document,{documentElement:Dn}=document,Cn=t=>Array.from(t),m=t=>t!=null&&typeof t=="object"||!1,a=t=>m(t)&&typeof t.nodeType=="number"&&[1,2,3,4,5,6,7,8,9,10,11].some(e=>t.nodeType===e)||!1,u=t=>a(t)&&t.nodeType===1||!1,w=new Map,C={set:(t,e,n)=>{if(!u(t))return;w.has(e)||w.set(e,new Map),w.get(e).set(t,n)},getAllFor:t=>w.get(t)||null,get:(t,e)=>{if(!u(t)||!e)return null;const n=C.getAllFor(e);return t&&n&&n.get(t)||null},remove:(t,e)=>{const n=C.getAllFor(e);!n||!u(t)||(n.delete(t),n.size===0&&w.delete(e))}},Ln=(t,e)=>C.get(t,e),p=t=>typeof t=="string"||!1,H=t=>m(t)&&t.constructor.name==="Window"||!1,P=t=>a(t)&&t.nodeType===9||!1,d=t=>H(t)?t.document:P(t)?t:a(t)?t.ownerDocument:window.document,b=t=>Object.entries(t),Kt=t=>{if(!t)return;if(p(t))return d().createElement(t);const{tagName:e}=t,n=Kt(e);if(!n)return;const o={...t};return delete o.tagName,b(o).forEach(([s,c])=>{p(s)&&p(c)&&B(n,s,c)}),n},Xt=(t,e)=>{if(!t||!e)return;if(p(e))return d().createElementNS(t,e);const{tagName:n}=e,o=Xt(t,n);if(!o)return;const s={...e};return delete s.tagName,b(s).forEach(([c,i])=>{p(c)&&p(i)&&B(o,c,i)}),o},U=(t,e)=>t.dispatchEvent(e),On=(t,e,n)=>n.indexOf(t)===e,f=(t,e)=>{const n=getComputedStyle(t),o=e.replace("webkit","Webkit").replace(/([A-Z])/g,"-$1").toLowerCase();return n.getPropertyValue(o)},Zt=t=>{const e=f(t,x),n=f(t,Wt),o=n.includes("ms")?1:1e3,s=e&&e!=="none"?parseFloat(n)*o:0;return Number.isNaN(s)?0:s},$t=t=>{const e=f(t,x),n=f(t,Ft),o=n.includes("ms")?1:1e3,s=e&&e!=="none"?parseFloat(n)*o:0;return Number.isNaN(s)?0:s},In=(t,e)=>{let n=0;const o=new Event(k),s=$t(t),c=Zt(t);if(s){const i=l=>{l.target===t&&(e.apply(t,[l]),t.removeEventListener(k,i),n=1)};t.addEventListener(k,i),setTimeout(()=>{n||U(t,o)},s+c+17)}else e.apply(t,[o])},_t=t=>{const e=f(t,V),n=f(t,Qt),o=n.includes("ms")?1:1e3,s=e&&e!=="none"?parseFloat(n)*o:0;return Number.isNaN(s)?0:s},te=t=>{const e=f(t,V),n=f(t,Rt),o=n.includes("ms")?1:1e3,s=e&&e!=="none"?parseFloat(n)*o:0;return Number.isNaN(s)?0:s},zn=(t,e)=>{let n=0;const o=new Event(D),s=te(t),c=_t(t);if(s){const i=l=>{l.target===t&&(e.apply(t,[l]),t.removeEventListener(D,i),n=1)};t.addEventListener(D,i),setTimeout(()=>{n||U(t,o)},s+c+17)}else e.apply(t,[o])},xn=t=>Float32Array.from(Array.from(t)),Vn=t=>Float64Array.from(Array.from(t)),Bn=(t,e)=>t.focus(e),Hn=(t,e)=>m(t)&&(Object.hasOwn(t,e)||e in t),I=t=>["true",!0].includes(t)?!0:["false",!1].includes(t)?!1:["null","",null,void 0].includes(t)?null:t!==""&&!Number.isNaN(+t)?+t:t,ee=t=>t.toLowerCase(),Pn=(t,e,n,o)=>{const s={...n},c={...t.dataset},i={...e},l={},g="title";return b(c).forEach(([r,E])=>{const T=o&&typeof r=="string"&&r.includes(o)?r.replace(o,"").replace(/[A-Z]/g,le=>ee(le)):r;l[T]=I(E)}),b(s).forEach(([r,E])=>{s[r]=I(E)}),b(e).forEach(([r,E])=>{r in s?i[r]=s[r]:r in l?i[r]=l[r]:i[r]=r===g?Jt(t,g):E}),i},F=(t,...e)=>Object.assign(t,...e),Un=t=>Object.keys(t),Fn=t=>Object.values(t),Wn=(t,e)=>{const n=new CustomEvent(t,{cancelable:!0,bubbles:!0});return m(e)&&F(n,e),n},Rn={passive:!0},Qn=t=>t.offsetHeight,qn=(t,e)=>{b(e).forEach(([n,o])=>{if(o&&p(n)&&n.includes("--"))t.style.setProperty(n,o);else{const s={};s[n]=o,F(t.style,s)}})},L=t=>m(t)&&t.constructor.name==="Map"||!1,ne=t=>typeof t=="number"||!1,v=new Map,Gn={set:(t,e,n,o)=>{!u(t)||(o&&o.length?(v.has(t)||v.set(t,new Map),v.get(t).set(o,setTimeout(e,n))):v.set(t,setTimeout(e,n)))},get:(t,e)=>{if(!u(t))return null;const n=v.get(t);return e&&n&&L(n)?n.get(e)||null:ne(n)?n:null},clear:(t,e)=>{if(!u(t))return;const n=v.get(t);e&&e.length&&L(n)?(clearTimeout(n.get(e)),n.delete(e),n.size===0&&v.delete(t)):(clearTimeout(n),v.delete(t))}},Yn=t=>t.toUpperCase(),y=(t,e)=>{const{width:n,height:o,top:s,right:c,bottom:i,left:l}=t.getBoundingClientRect();let g=1,r=1;if(e&&u(t)){const{offsetWidth:E,offsetHeight:T}=t;g=E>0?Math.round(n)/E:1,r=T>0?Math.round(o)/T:1}return{width:n/g,height:o/r,top:s/r,right:c/g,bottom:i/r,left:l/g,x:l/g,y:s/r}},jn=t=>d(t).body,N=t=>d(t).documentElement,Jn=t=>d(t).head,Kn=t=>{const e=H(t),n=e?t.scrollX:t.scrollLeft,o=e?t.scrollY:t.scrollTop;return{x:n,y:o}},oe=t=>a(t)&&t.constructor.name==="ShadowRoot"||!1,Xn=t=>t.nodeName==="HTML"?t:u(t)&&t.assignedSlot||a(t)&&t.parentNode||oe(t)&&t.host||N(t),se=t=>{if(!u(t))return!1;const{width:e,height:n}=y(t),{offsetWidth:o,offsetHeight:s}=t;return Math.round(e)!==o||Math.round(n)!==s},Zn=(t,e,n)=>{const o=u(e),s=y(t,o&&se(e)),c={x:0,y:0};if(o){const i=y(e,!0);c.x=i.x+e.clientLeft,c.y=i.y+e.clientTop}return{x:s.left+n.x-c.x,y:s.top+n.y-c.y,width:s.width,height:s.height}};let Q=0,q=0;const h=new Map,ce=(t,e)=>{let n=e?Q:q;if(e){const o=ce(t),s=h.get(o)||new Map;h.has(o)||h.set(o,s),L(s)&&!s.has(e)?(s.set(e,n),Q+=1):n=s.get(e)}else{const o=t.id||t;h.has(o)?n=h.get(o):(h.set(o,n),q+=1)}return n},$n=t=>{var e;return t?P(t)?t.defaultView:a(t)?(e=t==null?void 0:t.ownerDocument)==null?void 0:e.defaultView:t:window},re=t=>Array.isArray(t)||!1,_n=t=>a(t)&&t.nodeName==="CANVAS"||!1,ie=t=>u(t)&&!!t.shadowRoot||!1,to=t=>a(t)&&[1,2,3,4,5,6,7,8].some(e=>t.nodeType===e)||!1,eo=t=>{if(!a(t))return!1;const{top:e,bottom:n}=y(t),{clientHeight:o}=N(t);return e<=o&&n>=0},no=t=>{if(!a(t))return!1;const{clientWidth:e,clientHeight:n}=N(t),{top:o,left:s,bottom:c,right:i}=y(t,!0);return o>=0&&s>=0&&c<=n&&i<=e},oo=t=>re(t)&&t.every(u)||!1,so=t=>typeof t=="function"||!1,co=t=>m(t)&&t.constructor.name==="HTMLCollection"||!1,ro=t=>u(t)&&t.tagName==="IMG"||!1,io=t=>{if(!p(t))return!1;try{JSON.parse(t)}catch{return!1}return!0},ao=t=>m(t)&&t.constructor.name==="WeakMap"||!1,uo=t=>a(t)&&["SVG","Image","Video","Canvas"].some(e=>t.constructor.name.includes(e))||!1,lo=t=>m(t)&&t.constructor.name==="NodeList"||!1,po=t=>N(t).dir==="rtl",fo=t=>a(t)&&t.constructor.name.includes("SVG")||!1,mo=t=>a(t)&&["TABLE","TD","TH"].includes(t.nodeName)||!1,ae=(t,e)=>t?t.closest(e)||ae(t.getRootNode().host,e):null,go=(t,e)=>u(t)?t:(a(e)?e:d()).querySelector(t),ue=(t,e)=>(a(e)?e:d()).getElementsByTagName(t),Eo=t=>[...ue("*",t)].filter(ie),vo=(t,e)=>d(e).getElementById(t)||null,bo=(t,e)=>(a(e)?e:d()).querySelectorAll(t),ho=(t,e)=>(e&&a(e)?e:d()).getElementsByClassName(t),yo=(t,e)=>t.matches(e),wo={ariaChecked:de,ariaDescription:pe,ariaDescribedBy:fe,ariaExpanded:me,ariaHidden:Ee,ariaHasPopup:ge,ariaLabel:ve,ariaLabelledBy:be,ariaModal:he,ariaPressed:ye,ariaSelected:we,ariaValueMin:Ae,ariaValueMax:Se,ariaValueNow:Me,ariaValueText:Ne,nativeEvents:Te,abortEvent:G,blurEvent:j,moveEvent:yt,changeEvent:J,errorEvent:Z,resetEvent:Dt,resizeEvent:Ct,scrollEvent:zt,submitEvent:xt,loadEvent:it,loadstartEvent:ke,unloadEvent:Ut,readystatechangeEvent:kt,beforeunloadEvent:Y,orientationchangeEvent:wt,contextmenuEvent:K,DOMContentLoadedEvent:z,DOMMouseScrollEvent:X,selectEvent:Lt,selectendEvent:Ot,selectstartEvent:It,mouseClickEvents:Ce,mouseclickEvent:at,mousedblclickEvent:ut,mousedownEvent:lt,mouseupEvent:dt,mousehoverEvent:pt,mouseHoverEvents:Le,mouseenterEvent:ft,mouseleaveEvent:mt,mouseinEvent:gt,mouseoutEvent:Et,mouseoverEvent:vt,mousemoveEvent:bt,mousewheelEvent:ht,mouseSwipeEvents:De,touchEvents:Oe,touchstartEvent:Vt,touchmoveEvent:Bt,touchcancelEvent:Ht,touchendEvent:Pt,pointercancelEvent:At,pointerdownEvent:St,pointerleaveEvent:Mt,pointermoveEvent:Nt,pointerupEvent:Tt,focusEvents:Ie,focusEvent:$,focusinEvent:_,focusoutEvent:tt,gesturechangeEvent:et,gestureendEvent:nt,gesturestartEvent:ot,bezierEasings:tn,animationDuration:Ft,animationDelay:Wt,animationName:x,animationEndEvent:k,transitionDuration:Rt,transitionDelay:Qt,transitionEndEvent:D,transitionProperty:V,isMobile:un,isApple:ln,isFirefox:dn,support3DTransform:pn,supportPassive:fn,supportTransform:mn,supportTouch:gn,supportAnimation:En,supportTransition:vn,addEventListener:$e,removeEventListener:_e,keyboardEventKeys:ze,keydownEvent:st,keypressEvent:ct,keyupEvent:rt,keyAlt:xe,keyArrowDown:Ve,keyArrowLeft:He,keyArrowRight:Pe,keyArrowUp:Be,keyBackspace:Ue,keyCapsLock:Fe,keyControl:We,keyDelete:Re,keyEnter:Qe,keyEscape:qe,keyInsert:Ge,keyMeta:Ye,keyPause:je,keyScrollLock:Je,keyShift:Ke,keySpace:Xe,keyTab:Ze,offsetHeight:en,offsetWidth:nn,scrollHeight:on,scrollWidth:sn,userAgentData:A,userAgent:S,tabindex:cn,addClass:Mn,removeClass:Nn,hasClass:Tn,on:qt,off:Gt,one:Yt,documentBody:kn,documentElement:Dn,documentHead:M,dispatchEvent:U,distinct:On,Data:C,getInstance:Ln,createElement:Kt,createElementNS:Xt,createCustomEvent:Wn,toUpperCase:Yn,toLowerCase:ee,Timer:Gn,emulateAnimationEnd:In,emulateTransitionEnd:zn,isElementInScrollRange:eo,isElementInViewport:no,passiveHandler:Rn,getElementAnimationDuration:$t,getElementAnimationDelay:Zt,getElementTransitionDuration:te,getElementTransitionDelay:_t,getNodeScroll:Kn,getParentNode:Xn,getRectRelativeToOffsetParent:Zn,getWindow:$n,isArray:re,isCanvas:_n,isString:p,isCustomElement:ie,isElement:to,isJSON:io,isMap:L,isWeakMap:ao,isNode:a,isNumber:ne,isHTMLElement:u,isHTMLImageElement:ro,isSVGElement:fo,isNodeList:lo,isHTMLCollection:co,isScaledElement:se,isTableElement:mo,isShadowRoot:oe,isDocument:P,isElementsArray:oo,isFunction:so,isObject:m,isWindow:H,isMedia:uo,isRTL:po,closest:ae,querySelector:go,getCustomElements:Eo,getElementById:vo,querySelectorAll:bo,getElementsByClassName:ho,getElementsByTagName:ue,matches:yo,hasOwn:Hn,normalizeValue:I,normalizeOptions:Pn,reflow:Qn,noop:jt,focus:Bn,getUID:ce,ArrayFrom:Cn,Float32ArrayFrom:xn,Float64ArrayFrom:Vn,ObjectAssign:F,ObjectEntries:b,ObjectKeys:Un,ObjectValues:Fn,getBoundingClientRect:y,getDocument:d,getDocumentBody:jn,getDocumentElement:N,getDocumentHead:Jn,getElementStyle:f,setElementStyle:qn,hasAttribute:hn,hasAttributeNS:yn,getAttribute:Jt,getAttributeNS:bn,setAttribute:B,setAttributeNS:wn,removeAttribute:An,removeAttributeNS:Sn};module.exports=wo;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const dt="aria-checked",mt="aria-description",Et="aria-describedby",vt="aria-expanded",pt="aria-haspopup",gt="aria-hidden",ft="aria-label",bt="aria-labelledby",yt="aria-modal",ht="aria-pressed",At="aria-selected",wt="aria-valuemin",St="aria-valuemax",kt="aria-valuenow",Dt="aria-valuetext",q="abort",G="beforeunload",K="blur",J="change",X="contextmenu",z="DOMContentLoaded",Y="DOMMouseScroll",Z="error",$="focus",_="focusin",ee="focusout",te="gesturechange",ne="gestureend",oe="gesturestart",se="keydown",re="keypress",ae="keyup",ce="load",ie="click",ue="dblclick",le="mousedown",de="mouseup",me="hover",Ee="mouseenter",ve="mouseleave",pe="mousein",ge="mouseout",fe="mouseover",be="mousemove",ye="mousewheel",he="move",Ae="orientationchange",we="pointercancel",Se="pointerdown",ke="pointerleave",De="pointermove",Me="pointerup",Ne="readystatechange",Te="reset",Ce="resize",Le="select",Oe="selectend",Ie="selectstart",ze="scroll",xe="submit",He="touchstart",Be="touchmove",Ve="touchcancel",Pe="touchend",Fe="unload",Mt={DOMContentLoaded:z,DOMMouseScroll:Y,abort:q,beforeunload:G,blur:K,change:J,click:ie,contextmenu:X,dblclick:ue,error:Z,focus:$,focusin:_,focusout:ee,gesturechange:te,gestureend:ne,gesturestart:oe,hover:me,keydown:se,keypress:re,keyup:ae,load:ce,mousedown:le,mousemove:be,mousein:pe,mouseout:ge,mouseenter:Ee,mouseleave:ve,mouseover:fe,mouseup:de,mousewheel:ye,move:he,orientationchange:Ae,pointercancel:we,pointerdown:Se,pointerleave:ke,pointermove:De,pointerup:Me,readystatechange:Ne,reset:Te,resize:Ce,scroll:ze,select:Le,selectend:Oe,selectstart:Ie,submit:xe,touchcancel:Ve,touchend:Pe,touchmove:Be,touchstart:He,unload:Fe},Nt="loadstart",Tt={start:"mousedown",end:"mouseup",move:"mousemove",cancel:"mouseleave"},Ct={down:"mousedown",up:"mouseup"},Lt="onmouseleave"in document?["mouseenter","mouseleave"]:["mouseover","mouseout"],Ot={start:"touchstart",end:"touchend",move:"touchmove",cancel:"touchcancel"},It={in:"focusin",out:"focusout"},zt={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"},xt="Alt",Ht="ArrowDown",Bt="ArrowUp",Vt="ArrowLeft",Pt="ArrowRight",Ft="Backspace",Rt="CapsLock",Wt="Control",Ut="Delete",jt="Enter",Qt="Escape",qt="Insert",Gt="Meta",Kt="Pause",Jt="ScrollLock",Xt="Shift",Yt="Space",Zt="Tab",Re="animationDuration",We="animationDelay",x="animationName",N="animationend",Ue="transitionDuration",je="transitionDelay",T="transitionend",H="transitionProperty",$t="addEventListener",_t="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",rn="tabindex",an=navigator.userAgentData,w=an,{userAgent:cn}=navigator,S=cn,W=/iPhone|iPad|iPod|Android/i;let O=!1;w?O=w.brands.some(e=>W.test(e.brand)):O=W.test(S);const un=O,U=/(iPhone|iPod|iPad)/,ln=w?w.brands.some(e=>U.test(e.brand)):U.test(S),dn=S?S.includes("Firefox"):!1,{head:k}=document,mn=["webkitPerspective","perspective"].some(e=>e in k.style),Qe=(e,t,n,o)=>{const s=o||!1;e.addEventListener(t,n,s)},qe=(e,t,n,o)=>{const s=o||!1;e.removeEventListener(t,n,s)},Ge=(e,t,n,o)=>{const s=r=>{(r.target===e||r.currentTarget===e)&&(n.apply(e,[r]),qe(e,t,s,o))};Qe(e,t,s,o)},Ke=()=>{},En=(()=>{let e=!1;try{const t=Object.defineProperty({},"passive",{get:()=>(e=!0,e)});Ge(document,z,Ke,t)}catch{}return e})(),vn=["webkitTransform","transform"].some(e=>e in k.style),pn="ontouchstart"in window||"msMaxTouchPoints"in navigator,gn=["webkitAnimation","animation"].some(e=>e in k.style),fn=["webkitTransition","transition"].some(e=>e in k.style),Je=(e,t)=>e.getAttribute(t),bn=(e,t,n)=>t.getAttributeNS(e,n),yn=(e,t)=>e.hasAttribute(t),hn=(e,t,n)=>t.hasAttributeNS(e,n),B=(e,t,n)=>e.setAttribute(t,n),An=(e,t,n,o)=>t.setAttributeNS(e,n,o),wn=(e,t)=>e.removeAttribute(t),Sn=(e,t,n)=>t.removeAttributeNS(e,n),kn=(e,...t)=>{e.classList.add(...t)},Dn=(e,...t)=>{e.classList.remove(...t)},Mn=(e,t)=>e.classList.contains(t),{body:Nn}=document,{documentElement:Tn}=document,Cn=e=>Array.from(e),v=e=>e!=null&&typeof e=="object"||!1,i=e=>v(e)&&typeof e.nodeType=="number"&&[1,2,3,4,5,6,7,8,9,10,11].some(t=>e.nodeType===t)||!1,u=e=>i(e)&&e.nodeType===1||!1,A=new Map,C={set:(e,t,n)=>{if(!u(e))return;A.has(t)||A.set(t,new Map),A.get(t).set(e,n)},getAllFor:e=>A.get(e)||null,get:(e,t)=>{if(!u(e)||!t)return null;const n=C.getAllFor(t);return e&&n&&n.get(e)||null},remove:(e,t)=>{const n=C.getAllFor(t);!n||!u(e)||(n.delete(e),n.size===0&&A.delete(t))}},Ln=(e,t)=>C.get(e,t),m=e=>typeof e=="string"||!1,V=e=>v(e)&&e.constructor.name==="Window"||!1,P=e=>i(e)&&e.nodeType===9||!1,d=e=>V(e)?e.document:P(e)?e:i(e)?e.ownerDocument:window.document,b=e=>Object.entries(e),Xe=e=>{if(!e)return;if(m(e))return d().createElement(e);const{tagName:t}=e,n=Xe(t);if(!n)return;const o={...e};return delete o.tagName,b(o).forEach(([s,r])=>{m(s)&&m(r)&&B(n,s,r)}),n},Ye=(e,t)=>{if(!e||!t)return;if(m(t))return d().createElementNS(e,t);const{tagName:n}=t,o=Ye(e,n);if(!o)return;const s={...t};return delete s.tagName,b(s).forEach(([r,c])=>{m(r)&&m(c)&&B(o,r,c)}),o},F=(e,t)=>e.dispatchEvent(t),On=(e,t,n)=>n.indexOf(e)===t,E=(e,t)=>{const n=getComputedStyle(e),o=t.replace("webkit","Webkit").replace(/([A-Z])/g,"-$1").toLowerCase();return n.getPropertyValue(o)},Ze=e=>{const t=E(e,x),n=E(e,We),o=n.includes("ms")?1:1e3,s=t&&t!=="none"?parseFloat(n)*o:0;return Number.isNaN(s)?0:s},$e=e=>{const t=E(e,x),n=E(e,Re),o=n.includes("ms")?1:1e3,s=t&&t!=="none"?parseFloat(n)*o:0;return Number.isNaN(s)?0:s},In=(e,t)=>{let n=0;const o=new Event(N),s=$e(e),r=Ze(e);if(s){const c=l=>{l.target===e&&(t.apply(e,[l]),e.removeEventListener(N,c),n=1)};e.addEventListener(N,c),setTimeout(()=>{n||F(e,o)},s+r+17)}else t.apply(e,[o])},_e=e=>{const t=E(e,H),n=E(e,je),o=n.includes("ms")?1:1e3,s=t&&t!=="none"?parseFloat(n)*o:0;return Number.isNaN(s)?0:s},et=e=>{const t=E(e,H),n=E(e,Ue),o=n.includes("ms")?1:1e3,s=t&&t!=="none"?parseFloat(n)*o:0;return Number.isNaN(s)?0:s},zn=(e,t)=>{let n=0;const o=new Event(T),s=et(e),r=_e(e);if(s){const c=l=>{l.target===e&&(t.apply(e,[l]),e.removeEventListener(T,c),n=1)};e.addEventListener(T,c),setTimeout(()=>{n||F(e,o)},s+r+17)}else t.apply(e,[o])},xn=e=>Float32Array.from(Array.from(e)),Hn=e=>Float64Array.from(Array.from(e)),Bn=(e,t)=>e.focus(t),I=e=>["true",!0].includes(e)?!0:["false",!1].includes(e)?!1:["null","",null,void 0].includes(e)?null:e!==""&&!Number.isNaN(+e)?+e:e,tt=e=>e.toLowerCase(),Vn=(e,t,n,o)=>{const s={...n},r={...e.dataset},c={...t},l={},p="title";return b(r).forEach(([a,g])=>{const M=o&&typeof a=="string"&&a.includes(o)?a.replace(o,"").replace(/[A-Z]/g,lt=>tt(lt)):a;l[M]=I(g)}),b(s).forEach(([a,g])=>{s[a]=I(g)}),b(t).forEach(([a,g])=>{a in s?c[a]=s[a]:a in l?c[a]=l[a]:c[a]=a===p?Je(e,p):g}),c},R=(e,...t)=>Object.assign(e,...t),Pn=(e,t)=>v(e)&&(Object.hasOwn(e,t)||t in e),Fn=e=>Object.keys(e),Rn=e=>Object.values(e),Wn=(e,t)=>{const n=new CustomEvent(e,{cancelable:!0,bubbles:!0});return v(t)&&R(n,t),n},Un={passive:!0},jn=e=>e.offsetHeight,Qn=(e,t)=>{b(t).forEach(([n,o])=>{if(o&&m(n)&&n.includes("--"))e.style.setProperty(n,o);else{const s={};s[n]=o,R(e.style,s)}})},L=e=>v(e)&&e.constructor.name==="Map"||!1,nt=e=>typeof e=="number"||!1,f=new Map,qn={set:(e,t,n,o)=>{!u(e)||(o&&o.length?(f.has(e)||f.set(e,new Map),f.get(e).set(o,setTimeout(t,n))):f.set(e,setTimeout(t,n)))},get:(e,t)=>{if(!u(e))return null;const n=f.get(e);return t&&n&&L(n)?n.get(t)||null:nt(n)?n:null},clear:(e,t)=>{if(!u(e))return;const n=f.get(e);t&&t.length&&L(n)?(clearTimeout(n.get(t)),n.delete(t),n.size===0&&f.delete(e)):(clearTimeout(n),f.delete(e))}},Gn=e=>e.toUpperCase(),h=(e,t)=>{const{width:n,height:o,top:s,right:r,bottom:c,left:l}=e.getBoundingClientRect();let p=1,a=1;if(t&&u(e)){const{offsetWidth:g,offsetHeight:M}=e;p=g>0?Math.round(n)/g:1,a=M>0?Math.round(o)/M:1}return{width:n/p,height:o/a,top:s/a,right:r/p,bottom:c/a,left:l/p,x:l/p,y:s/a}},Kn=e=>d(e).body,D=e=>d(e).documentElement,Jn=e=>d(e).head,Xn=e=>{const t=V(e),n=t?e.scrollX:e.scrollLeft,o=t?e.scrollY:e.scrollTop;return{x:n,y:o}},ot=e=>i(e)&&e.constructor.name==="ShadowRoot"||!1,Yn=e=>e.nodeName==="HTML"?e:u(e)&&e.assignedSlot||i(e)&&e.parentNode||ot(e)&&e.host||D(e),st=e=>{if(!u(e))return!1;const{width:t,height:n}=h(e),{offsetWidth:o,offsetHeight:s}=e;return Math.round(t)!==o||Math.round(n)!==s},Zn=(e,t,n)=>{const o=u(t),s=h(e,o&&st(t)),r={x:0,y:0};if(o){const c=h(t,!0);r.x=c.x+t.clientLeft,r.y=c.y+t.clientTop}return{x:s.left+n.x-r.x,y:s.top+n.y-r.y,width:s.width,height:s.height}};let j=0,Q=0;const y=new Map,rt=(e,t)=>{let n=t?j:Q;if(t){const o=rt(e),s=y.get(o)||new Map;y.has(o)||y.set(o,s),L(s)&&!s.has(t)?(s.set(t,n),j+=1):n=s.get(t)}else{const o=e.id||e;y.has(o)?n=y.get(o):(y.set(o,n),Q+=1)}return n},$n=e=>{var t;return e?P(e)?e.defaultView:i(e)?(t=e==null?void 0:e.ownerDocument)==null?void 0:t.defaultView:e:window},at=e=>Array.isArray(e)||!1,_n=e=>i(e)&&e.nodeName==="CANVAS"||!1,ct=e=>u(e)&&!!e.shadowRoot||!1,eo=e=>i(e)&&[1,2,3,4,5,6,7,8].some(t=>e.nodeType===t)||!1,to=e=>{if(!i(e))return!1;const{top:t,bottom:n}=h(e),{clientHeight:o}=D(e);return t<=o&&n>=0},no=e=>{if(!i(e))return!1;const{clientWidth:t,clientHeight:n}=D(e),{top:o,left:s,bottom:r,right:c}=h(e,!0);return o>=0&&s>=0&&r<=n&&c<=t},oo=e=>at(e)&&e.every(u)||!1,so=e=>typeof e=="function"||!1,ro=e=>v(e)&&e.constructor.name==="HTMLCollection"||!1,ao=e=>u(e)&&e.tagName==="IMG"||!1,co=e=>{if(!m(e))return!1;try{JSON.parse(e)}catch{return!1}return!0},io=e=>v(e)&&e.constructor.name==="WeakMap"||!1,uo=e=>i(e)&&["SVG","Image","Video","Canvas"].some(t=>e.constructor.name.includes(t))||!1,lo=e=>v(e)&&e.constructor.name==="NodeList"||!1,mo=e=>D(e).dir==="rtl",Eo=e=>i(e)&&e.constructor.name.includes("SVG")||!1,vo=e=>i(e)&&["TABLE","TD","TH"].includes(e.nodeName)||!1,it=(e,t)=>e?e.closest(t)||it(e.getRootNode().host,t):null,po=(e,t)=>u(e)?e:(i(t)?t:d()).querySelector(e),ut=(e,t)=>(i(t)?t:d()).getElementsByTagName(e),go=e=>[...ut("*",e)].filter(ct),fo=(e,t)=>d(t).getElementById(e)||null,bo=(e,t)=>(i(t)?t:d()).querySelectorAll(e),yo=(e,t)=>(t&&i(t)?t:d()).getElementsByClassName(e),ho=(e,t)=>e.matches(t);exports.ArrayFrom=Cn;exports.DOMContentLoadedEvent=z;exports.DOMMouseScrollEvent=Y;exports.Data=C;exports.Float32ArrayFrom=xn;exports.Float64ArrayFrom=Hn;exports.ObjectAssign=R;exports.ObjectEntries=b;exports.ObjectHasOwn=Pn;exports.ObjectKeys=Fn;exports.ObjectValues=Rn;exports.Timer=qn;exports.abortEvent=q;exports.addClass=kn;exports.addEventListener=$t;exports.animationDelay=We;exports.animationDuration=Re;exports.animationEndEvent=N;exports.animationName=x;exports.ariaChecked=dt;exports.ariaDescribedBy=Et;exports.ariaDescription=mt;exports.ariaExpanded=vt;exports.ariaHasPopup=pt;exports.ariaHidden=gt;exports.ariaLabel=ft;exports.ariaLabelledBy=bt;exports.ariaModal=yt;exports.ariaPressed=ht;exports.ariaSelected=At;exports.ariaValueMax=St;exports.ariaValueMin=wt;exports.ariaValueNow=kt;exports.ariaValueText=Dt;exports.beforeunloadEvent=G;exports.bezierEasings=en;exports.blurEvent=K;exports.changeEvent=J;exports.closest=it;exports.contextmenuEvent=X;exports.createCustomEvent=Wn;exports.createElement=Xe;exports.createElementNS=Ye;exports.dispatchEvent=F;exports.distinct=On;exports.documentBody=Nn;exports.documentElement=Tn;exports.documentHead=k;exports.emulateAnimationEnd=In;exports.emulateTransitionEnd=zn;exports.errorEvent=Z;exports.focus=Bn;exports.focusEvent=$;exports.focusEvents=It;exports.focusinEvent=_;exports.focusoutEvent=ee;exports.gesturechangeEvent=te;exports.gestureendEvent=ne;exports.gesturestartEvent=oe;exports.getAttribute=Je;exports.getAttributeNS=bn;exports.getBoundingClientRect=h;exports.getCustomElements=go;exports.getDocument=d;exports.getDocumentBody=Kn;exports.getDocumentElement=D;exports.getDocumentHead=Jn;exports.getElementAnimationDelay=Ze;exports.getElementAnimationDuration=$e;exports.getElementById=fo;exports.getElementStyle=E;exports.getElementTransitionDelay=_e;exports.getElementTransitionDuration=et;exports.getElementsByClassName=yo;exports.getElementsByTagName=ut;exports.getInstance=Ln;exports.getNodeScroll=Xn;exports.getParentNode=Yn;exports.getRectRelativeToOffsetParent=Zn;exports.getUID=rt;exports.getWindow=$n;exports.hasAttribute=yn;exports.hasAttributeNS=hn;exports.hasClass=Mn;exports.isApple=ln;exports.isArray=at;exports.isCanvas=_n;exports.isCustomElement=ct;exports.isDocument=P;exports.isElement=eo;exports.isElementInScrollRange=to;exports.isElementInViewport=no;exports.isElementsArray=oo;exports.isFirefox=dn;exports.isFunction=so;exports.isHTMLCollection=ro;exports.isHTMLElement=u;exports.isHTMLImageElement=ao;exports.isJSON=co;exports.isMap=L;exports.isMedia=uo;exports.isMobile=un;exports.isNode=i;exports.isNodeList=lo;exports.isNumber=nt;exports.isObject=v;exports.isRTL=mo;exports.isSVGElement=Eo;exports.isScaledElement=st;exports.isShadowRoot=ot;exports.isString=m;exports.isTableElement=vo;exports.isWeakMap=io;exports.isWindow=V;exports.keyAlt=xt;exports.keyArrowDown=Ht;exports.keyArrowLeft=Vt;exports.keyArrowRight=Pt;exports.keyArrowUp=Bt;exports.keyBackspace=Ft;exports.keyCapsLock=Rt;exports.keyControl=Wt;exports.keyDelete=Ut;exports.keyEnter=jt;exports.keyEscape=Qt;exports.keyInsert=qt;exports.keyMeta=Gt;exports.keyPause=Kt;exports.keyScrollLock=Jt;exports.keyShift=Xt;exports.keySpace=Yt;exports.keyTab=Zt;exports.keyboardEventKeys=zt;exports.keydownEvent=se;exports.keypressEvent=re;exports.keyupEvent=ae;exports.loadEvent=ce;exports.loadstartEvent=Nt;exports.matches=ho;exports.mouseClickEvents=Ct;exports.mouseHoverEvents=Lt;exports.mouseSwipeEvents=Tt;exports.mouseclickEvent=ie;exports.mousedblclickEvent=ue;exports.mousedownEvent=le;exports.mouseenterEvent=Ee;exports.mousehoverEvent=me;exports.mouseinEvent=pe;exports.mouseleaveEvent=ve;exports.mousemoveEvent=be;exports.mouseoutEvent=ge;exports.mouseoverEvent=fe;exports.mouseupEvent=de;exports.mousewheelEvent=ye;exports.moveEvent=he;exports.nativeEvents=Mt;exports.noop=Ke;exports.normalizeOptions=Vn;exports.normalizeValue=I;exports.off=qe;exports.offsetHeight=tn;exports.offsetWidth=nn;exports.on=Qe;exports.one=Ge;exports.orientationchangeEvent=Ae;exports.passiveHandler=Un;exports.pointercancelEvent=we;exports.pointerdownEvent=Se;exports.pointerleaveEvent=ke;exports.pointermoveEvent=De;exports.pointerupEvent=Me;exports.querySelector=po;exports.querySelectorAll=bo;exports.readystatechangeEvent=Ne;exports.reflow=jn;exports.removeAttribute=wn;exports.removeAttributeNS=Sn;exports.removeClass=Dn;exports.removeEventListener=_t;exports.resetEvent=Te;exports.resizeEvent=Ce;exports.scrollEvent=ze;exports.scrollHeight=on;exports.scrollWidth=sn;exports.selectEvent=Le;exports.selectendEvent=Oe;exports.selectstartEvent=Ie;exports.setAttribute=B;exports.setAttributeNS=An;exports.setElementStyle=Qn;exports.submitEvent=xe;exports.support3DTransform=mn;exports.supportAnimation=gn;exports.supportPassive=En;exports.supportTouch=pn;exports.supportTransform=vn;exports.supportTransition=fn;exports.tabindex=rn;exports.toLowerCase=tt;exports.toUpperCase=Gn;exports.touchEvents=Ot;exports.touchcancelEvent=Ve;exports.touchendEvent=Pe;exports.touchmoveEvent=Be;exports.touchstartEvent=He;exports.transitionDelay=je;exports.transitionDuration=Ue;exports.transitionEndEvent=T;exports.transitionProperty=H;exports.unloadEvent=Fe;exports.userAgent=S;exports.userAgentData=w;
2
2
  //# sourceMappingURL=shorty.cjs.map