@dnb/eufemia 9.34.3 → 9.35.0

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.
Files changed (142) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/cjs/components/breadcrumb/style/dnb-breadcrumb.css +6 -0
  3. package/cjs/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  4. package/cjs/components/global-status/style/dnb-global-status.css +6 -0
  5. package/cjs/components/global-status/style/dnb-global-status.min.css +1 -1
  6. package/cjs/components/section/Section.d.ts +2 -2
  7. package/cjs/components/section/style/_section.scss +8 -0
  8. package/cjs/components/section/style/dnb-section.css +6 -0
  9. package/cjs/components/section/style/dnb-section.min.css +1 -1
  10. package/cjs/components/space/Space.d.ts +0 -2
  11. package/cjs/components/space/Space.js +16 -10
  12. package/cjs/components/tabs/Tabs.d.ts +2 -2
  13. package/cjs/components/tabs/Tabs.js +6 -11
  14. package/cjs/components/tabs/TabsContentWrapper.d.ts +1 -1
  15. package/cjs/components/tabs/TabsContentWrapper.js +6 -4
  16. package/cjs/components/tabs/style/_tabs.scss +15 -2
  17. package/cjs/components/tabs/style/dnb-tabs.css +14 -2
  18. package/cjs/components/tabs/style/dnb-tabs.min.css +1 -1
  19. package/cjs/components/tabs/style/themes/dnb-tabs-theme-eiendom.css +3 -3
  20. package/cjs/components/tabs/style/themes/dnb-tabs-theme-eiendom.min.css +1 -1
  21. package/cjs/components/tabs/style/themes/dnb-tabs-theme-ui.css +3 -3
  22. package/cjs/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +1 -1
  23. package/cjs/components/tabs/style/themes/dnb-tabs-theme-ui.scss +4 -1
  24. package/cjs/components/upload/Upload.js +14 -17
  25. package/cjs/components/upload/UploadFileInput.js +17 -22
  26. package/cjs/components/upload/UploadFileList.js +1 -0
  27. package/cjs/components/upload/UploadFileListCell.d.ts +2 -1
  28. package/cjs/components/upload/UploadFileListCell.js +65 -7
  29. package/cjs/components/upload/UploadVerify.d.ts +4 -1
  30. package/cjs/components/upload/UploadVerify.js +67 -1
  31. package/cjs/components/upload/style/themes/dnb-upload-theme-ui.css +16 -3
  32. package/cjs/components/upload/style/themes/dnb-upload-theme-ui.min.css +1 -1
  33. package/cjs/components/upload/style/themes/dnb-upload-theme-ui.scss +9 -0
  34. package/cjs/components/upload/types.d.ts +3 -1
  35. package/cjs/components/upload/useUpload.d.ts +1 -2
  36. package/cjs/components/upload/useUpload.js +19 -3
  37. package/cjs/shared/Eufemia.js +1 -1
  38. package/cjs/style/dnb-ui-components.css +20 -2
  39. package/cjs/style/dnb-ui-components.min.css +2 -2
  40. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.css +22 -9
  41. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +2 -2
  42. package/cjs/style/themes/theme-ui/dnb-theme-ui.css +19 -6
  43. package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  44. package/components/breadcrumb/style/dnb-breadcrumb.css +6 -0
  45. package/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  46. package/components/global-status/style/dnb-global-status.css +6 -0
  47. package/components/global-status/style/dnb-global-status.min.css +1 -1
  48. package/components/section/Section.d.ts +2 -2
  49. package/components/section/style/_section.scss +8 -0
  50. package/components/section/style/dnb-section.css +6 -0
  51. package/components/section/style/dnb-section.min.css +1 -1
  52. package/components/space/Space.d.ts +0 -2
  53. package/components/space/Space.js +15 -9
  54. package/components/tabs/Tabs.d.ts +2 -2
  55. package/components/tabs/Tabs.js +6 -11
  56. package/components/tabs/TabsContentWrapper.d.ts +1 -1
  57. package/components/tabs/TabsContentWrapper.js +5 -4
  58. package/components/tabs/style/_tabs.scss +15 -2
  59. package/components/tabs/style/dnb-tabs.css +14 -2
  60. package/components/tabs/style/dnb-tabs.min.css +1 -1
  61. package/components/tabs/style/themes/dnb-tabs-theme-eiendom.css +3 -3
  62. package/components/tabs/style/themes/dnb-tabs-theme-eiendom.min.css +1 -1
  63. package/components/tabs/style/themes/dnb-tabs-theme-ui.css +3 -3
  64. package/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +1 -1
  65. package/components/tabs/style/themes/dnb-tabs-theme-ui.scss +4 -1
  66. package/components/upload/Upload.js +11 -15
  67. package/components/upload/UploadFileInput.js +16 -21
  68. package/components/upload/UploadFileList.js +1 -0
  69. package/components/upload/UploadFileListCell.d.ts +2 -1
  70. package/components/upload/UploadFileListCell.js +44 -3
  71. package/components/upload/UploadVerify.d.ts +4 -1
  72. package/components/upload/UploadVerify.js +27 -1
  73. package/components/upload/style/themes/dnb-upload-theme-ui.css +16 -3
  74. package/components/upload/style/themes/dnb-upload-theme-ui.min.css +1 -1
  75. package/components/upload/style/themes/dnb-upload-theme-ui.scss +9 -0
  76. package/components/upload/types.d.ts +3 -1
  77. package/components/upload/useUpload.d.ts +1 -2
  78. package/components/upload/useUpload.js +17 -3
  79. package/es/components/breadcrumb/style/dnb-breadcrumb.css +6 -0
  80. package/es/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  81. package/es/components/global-status/style/dnb-global-status.css +6 -0
  82. package/es/components/global-status/style/dnb-global-status.min.css +1 -1
  83. package/es/components/section/Section.d.ts +2 -2
  84. package/es/components/section/style/_section.scss +8 -0
  85. package/es/components/section/style/dnb-section.css +6 -0
  86. package/es/components/section/style/dnb-section.min.css +1 -1
  87. package/es/components/space/Space.d.ts +0 -2
  88. package/es/components/space/Space.js +15 -9
  89. package/es/components/tabs/Tabs.d.ts +2 -2
  90. package/es/components/tabs/Tabs.js +6 -11
  91. package/es/components/tabs/TabsContentWrapper.d.ts +1 -1
  92. package/es/components/tabs/TabsContentWrapper.js +5 -4
  93. package/es/components/tabs/style/_tabs.scss +15 -2
  94. package/es/components/tabs/style/dnb-tabs.css +14 -2
  95. package/es/components/tabs/style/dnb-tabs.min.css +1 -1
  96. package/es/components/tabs/style/themes/dnb-tabs-theme-eiendom.css +3 -3
  97. package/es/components/tabs/style/themes/dnb-tabs-theme-eiendom.min.css +1 -1
  98. package/es/components/tabs/style/themes/dnb-tabs-theme-ui.css +3 -3
  99. package/es/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +1 -1
  100. package/es/components/tabs/style/themes/dnb-tabs-theme-ui.scss +4 -1
  101. package/es/components/upload/Upload.js +11 -13
  102. package/es/components/upload/UploadFileInput.js +13 -17
  103. package/es/components/upload/UploadFileList.js +1 -0
  104. package/es/components/upload/UploadFileListCell.d.ts +2 -1
  105. package/es/components/upload/UploadFileListCell.js +36 -2
  106. package/es/components/upload/UploadVerify.d.ts +4 -1
  107. package/es/components/upload/UploadVerify.js +12 -1
  108. package/es/components/upload/style/themes/dnb-upload-theme-ui.css +16 -3
  109. package/es/components/upload/style/themes/dnb-upload-theme-ui.min.css +1 -1
  110. package/es/components/upload/style/themes/dnb-upload-theme-ui.scss +9 -0
  111. package/es/components/upload/types.d.ts +3 -1
  112. package/es/components/upload/useUpload.d.ts +1 -2
  113. package/es/components/upload/useUpload.js +15 -3
  114. package/es/shared/Eufemia.js +1 -1
  115. package/es/style/dnb-ui-components.css +20 -2
  116. package/es/style/dnb-ui-components.min.css +2 -2
  117. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.css +22 -9
  118. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +2 -2
  119. package/es/style/themes/theme-ui/dnb-theme-ui.css +19 -6
  120. package/es/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  121. package/esm/dnb-ui-lib.min.mjs +2 -2
  122. package/package.json +1 -1
  123. package/shared/Eufemia.js +1 -1
  124. package/style/dnb-ui-components.css +20 -2
  125. package/style/dnb-ui-components.min.css +2 -2
  126. package/style/themes/theme-eiendom/dnb-theme-eiendom.css +22 -9
  127. package/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +2 -2
  128. package/style/themes/theme-ui/dnb-theme-ui.css +19 -6
  129. package/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  130. package/umd/dnb-ui-lib.min.js +3 -3
  131. package/esm/dnb-ui-basis.min.mjs +0 -5
  132. package/esm/dnb-ui-components.min.mjs +0 -17
  133. package/esm/dnb-ui-elements.min.mjs +0 -16
  134. package/esm/dnb-ui-extensions.min.mjs +0 -17
  135. package/esm/dnb-ui-icons.min.mjs +0 -1
  136. package/esm/dnb-ui-web-components.min.mjs +0 -17
  137. package/umd/dnb-ui-basis.min.js +0 -12
  138. package/umd/dnb-ui-components.min.js +0 -24
  139. package/umd/dnb-ui-elements.min.js +0 -23
  140. package/umd/dnb-ui-extensions.min.js +0 -24
  141. package/umd/dnb-ui-icons.min.js +0 -1
  142. package/umd/dnb-ui-web-components.min.js +0 -24
@@ -1,5 +0,0 @@
1
- import"react";var t="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};"function"==typeof t.setTimeout&&setTimeout,"function"==typeof t.clearTimeout&&clearTimeout;function e(t,e){this.fun=t,this.array=e}e.prototype.run=function(){this.fun.apply(null,this.array)};var n=t.performance||{};n.now||n.mozNow||n.msNow||n.oNow||n.webkitNow;new Date;var r=function(t){return t&&t.Math==Math&&t},o=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof o&&o)||function(){return this}()||Function("return this")(),i={},a=function(t){try{return!!t()}catch(t){return!0}},u=!a((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c=Function.prototype.call,f=c.bind?c.bind(c):function(){return c.apply(c,arguments)},s={},l={}.propertyIsEnumerable,d=Object.getOwnPropertyDescriptor,p=d&&!l.call({1:2},1);s.f=p?function(t){var e=d(this,t);return!!e&&e.enumerable}:l;var h,v,g=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},y=Function.prototype,m=y.bind,w=y.call,b=m&&m.bind(w),x=m?function(t){return t&&b(w,t)}:function(t){return t&&function(){return w.apply(t,arguments)}},E=x,O=E({}.toString),S=E("".slice),L=function(t){return S(O(t),8,-1)},k=x,j=a,A=L,P=o.Object,R=k("".split),C=j((function(){return!P("z").propertyIsEnumerable(0)}))?function(t){return"String"==A(t)?R(t,""):P(t)}:P,T=o.TypeError,I=function(t){if(null==t)throw T("Can't call method on "+t);return t},_=C,M=I,N=function(t){return _(M(t))},F=function(t){return"function"==typeof t},D=F,G=function(t){return"object"==typeof t?null!==t:D(t)},$=o,U=F,Y=function(t){return U(t)?t:void 0},B=function(t,e){return arguments.length<2?Y($[t]):$[t]&&$[t][e]},K=x({}.isPrototypeOf),z=o,W=B("navigator","userAgent")||"",H=z.process,V=z.Deno,X=H&&H.versions||V&&V.version,q=X&&X.v8;q&&(v=(h=q.split("."))[0]>0&&h[0]<4?1:+(h[0]+h[1])),!v&&W&&(!(h=W.match(/Edge\/(\d+)/))||h[1]>=74)&&(h=W.match(/Chrome\/(\d+)/))&&(v=+h[1]);var J=v,Q=J,Z=a,tt=!!Object.getOwnPropertySymbols&&!Z((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&Q&&Q<41})),et=tt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,nt=B,rt=F,ot=K,it=et,at=o.Object,ut=it?function(t){return"symbol"==typeof t}:function(t){var e=nt("Symbol");return rt(e)&&ot(e.prototype,at(t))},ct=o.String,ft=function(t){try{return ct(t)}catch(t){return"Object"}},st=F,lt=ft,dt=o.TypeError,pt=function(t){if(st(t))return t;throw dt(lt(t)+" is not a function")},ht=pt,vt=function(t,e){var n=t[e];return null==n?void 0:ht(n)},gt=f,yt=F,mt=G,wt=o.TypeError,bt={exports:{}},xt=o,Et=Object.defineProperty,Ot=function(t,e){try{Et(xt,t,{value:e,configurable:!0,writable:!0})}catch(n){xt[t]=e}return e},St=Ot,Lt=o["__core-js_shared__"]||St("__core-js_shared__",{}),kt=Lt;(bt.exports=function(t,e){return kt[t]||(kt[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"});var jt=I,At=o.Object,Pt=function(t){return At(jt(t))},Rt=Pt,Ct=x({}.hasOwnProperty),Tt=Object.hasOwn||function(t,e){return Ct(Rt(t),e)},It=x,_t=0,Mt=Math.random(),Nt=It(1..toString),Ft=function(t){return"Symbol("+(void 0===t?"":t)+")_"+Nt(++_t+Mt,36)},Dt=o,Gt=bt.exports,$t=Tt,Ut=Ft,Yt=tt,Bt=et,Kt=Gt("wks"),zt=Dt.Symbol,Wt=zt&&zt.for,Ht=Bt?zt:zt&&zt.withoutSetter||Ut,Vt=function(t){if(!$t(Kt,t)||!Yt&&"string"!=typeof Kt[t]){var e="Symbol."+t;Yt&&$t(zt,t)?Kt[t]=zt[t]:Kt[t]=Bt&&Wt?Wt(e):Ht(e)}return Kt[t]},Xt=f,qt=G,Jt=ut,Qt=vt,Zt=function(t,e){var n,r;if("string"===e&&yt(n=t.toString)&&!mt(r=gt(n,t)))return r;if(yt(n=t.valueOf)&&!mt(r=gt(n,t)))return r;if("string"!==e&&yt(n=t.toString)&&!mt(r=gt(n,t)))return r;throw wt("Can't convert object to primitive value")},te=Vt,ee=o.TypeError,ne=te("toPrimitive"),re=function(t,e){if(!qt(t)||Jt(t))return t;var n,r=Qt(t,ne);if(r){if(void 0===e&&(e="default"),n=Xt(r,t,e),!qt(n)||Jt(n))return n;throw ee("Can't convert object to primitive value")}return void 0===e&&(e="number"),Zt(t,e)},oe=ut,ie=function(t){var e=re(t,"string");return oe(e)?e:e+""},ae=G,ue=o.document,ce=ae(ue)&&ae(ue.createElement),fe=function(t){return ce?ue.createElement(t):{}},se=fe,le=!u&&!a((function(){return 7!=Object.defineProperty(se("div"),"a",{get:function(){return 7}}).a})),de=u,pe=f,he=s,ve=g,ge=N,ye=ie,me=Tt,we=le,be=Object.getOwnPropertyDescriptor;i.f=de?be:function(t,e){if(t=ge(t),e=ye(e),we)try{return be(t,e)}catch(t){}if(me(t,e))return ve(!pe(he.f,t,e),t[e])};var xe={},Ee=o,Oe=G,Se=Ee.String,Le=Ee.TypeError,ke=function(t){if(Oe(t))return t;throw Le(Se(t)+" is not an object")},je=u,Ae=le,Pe=ke,Re=ie,Ce=o.TypeError,Te=Object.defineProperty;xe.f=je?Te:function(t,e,n){if(Pe(t),e=Re(e),Pe(n),Ae)try{return Te(t,e,n)}catch(t){}if("get"in n||"set"in n)throw Ce("Accessors not supported");return"value"in n&&(t[e]=n.value),t};var Ie=xe,_e=g,Me=u?function(t,e,n){return Ie.f(t,e,_e(1,n))}:function(t,e,n){return t[e]=n,t},Ne={exports:{}},Fe=F,De=Lt,Ge=x(Function.toString);Fe(De.inspectSource)||(De.inspectSource=function(t){return Ge(t)});var $e,Ue,Ye,Be=De.inspectSource,Ke=F,ze=Be,We=o.WeakMap,He=Ke(We)&&/native code/.test(ze(We)),Ve=bt.exports,Xe=Ft,qe=Ve("keys"),Je=function(t){return qe[t]||(qe[t]=Xe(t))},Qe={},Ze=He,tn=o,en=x,nn=G,rn=Me,on=Tt,an=Lt,un=Je,cn=Qe,fn=tn.TypeError,sn=tn.WeakMap;if(Ze||an.state){var ln=an.state||(an.state=new sn),dn=en(ln.get),pn=en(ln.has),hn=en(ln.set);$e=function(t,e){if(pn(ln,t))throw new fn("Object already initialized");return e.facade=t,hn(ln,t,e),e},Ue=function(t){return dn(ln,t)||{}},Ye=function(t){return pn(ln,t)}}else{var vn=un("state");cn[vn]=!0,$e=function(t,e){if(on(t,vn))throw new fn("Object already initialized");return e.facade=t,rn(t,vn,e),e},Ue=function(t){return on(t,vn)?t[vn]:{}},Ye=function(t){return on(t,vn)}}var gn={set:$e,get:Ue,has:Ye,enforce:function(t){return Ye(t)?Ue(t):$e(t,{})},getterFor:function(t){return function(e){var n;if(!nn(e)||(n=Ue(e)).type!==t)throw fn("Incompatible receiver, "+t+" required");return n}}},yn=u,mn=Tt,wn=Function.prototype,bn=yn&&Object.getOwnPropertyDescriptor,xn=mn(wn,"name"),En={EXISTS:xn,PROPER:xn&&"something"===function(){}.name,CONFIGURABLE:xn&&(!yn||yn&&bn(wn,"name").configurable)},On=o,Sn=F,Ln=Tt,kn=Me,jn=Ot,An=Be,Pn=En.CONFIGURABLE,Rn=gn.get,Cn=gn.enforce,Tn=String(String).split("String");(Ne.exports=function(t,e,n,r){var o,i=!!r&&!!r.unsafe,a=!!r&&!!r.enumerable,u=!!r&&!!r.noTargetGet,c=r&&void 0!==r.name?r.name:e;Sn(n)&&("Symbol("===String(c).slice(0,7)&&(c="["+String(c).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Ln(n,"name")||Pn&&n.name!==c)&&kn(n,"name",c),(o=Cn(n)).source||(o.source=Tn.join("string"==typeof c?c:""))),t!==On?(i?!u&&t[e]&&(a=!0):delete t[e],a?t[e]=n:kn(t,e,n)):a?t[e]=n:jn(e,n)})(Function.prototype,"toString",(function(){return Sn(this)&&Rn(this).source||An(this)}));var In={},_n=Math.ceil,Mn=Math.floor,Nn=function(t){var e=+t;return e!=e||0===e?0:(e>0?Mn:_n)(e)},Fn=Nn,Dn=Math.max,Gn=Math.min,$n=function(t,e){var n=Fn(t);return n<0?Dn(n+e,0):Gn(n,e)},Un=Nn,Yn=Math.min,Bn=function(t){return t>0?Yn(Un(t),9007199254740991):0},Kn=Bn,zn=function(t){return Kn(t.length)},Wn=N,Hn=$n,Vn=zn,Xn=function(t){return function(e,n,r){var o,i=Wn(e),a=Vn(i),u=Hn(r,a);if(t&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((t||u in i)&&i[u]===n)return t||u||0;return!t&&-1}},qn={includes:Xn(!0),indexOf:Xn(!1)},Jn=Tt,Qn=N,Zn=qn.indexOf,tr=Qe,er=x([].push),nr=function(t,e){var n,r=Qn(t),o=0,i=[];for(n in r)!Jn(tr,n)&&Jn(r,n)&&er(i,n);for(;e.length>o;)Jn(r,n=e[o++])&&(~Zn(i,n)||er(i,n));return i},rr=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],or=nr,ir=rr.concat("length","prototype");In.f=Object.getOwnPropertyNames||function(t){return or(t,ir)};var ar={};ar.f=Object.getOwnPropertySymbols;var ur=B,cr=In,fr=ar,sr=ke,lr=x([].concat),dr=ur("Reflect","ownKeys")||function(t){var e=cr.f(sr(t)),n=fr.f;return n?lr(e,n(t)):e},pr=Tt,hr=dr,vr=i,gr=xe,yr=a,mr=F,wr=/#|\.prototype\./,br=function(t,e){var n=Er[xr(t)];return n==Sr||n!=Or&&(mr(e)?yr(e):!!e)},xr=br.normalize=function(t){return String(t).replace(wr,".").toLowerCase()},Er=br.data={},Or=br.NATIVE="N",Sr=br.POLYFILL="P",Lr=br,kr=o,jr=i.f,Ar=Me,Pr=Ne.exports,Rr=Ot,Cr=function(t,e){for(var n=hr(e),r=gr.f,o=vr.f,i=0;i<n.length;i++){var a=n[i];pr(t,a)||r(t,a,o(e,a))}},Tr=Lr,Ir=function(t,e){var n,r,o,i,a,u=t.target,c=t.global,f=t.stat;if(n=c?kr:f?kr[u]||Rr(u,{}):(kr[u]||{}).prototype)for(r in e){if(i=e[r],o=t.noTargetGet?(a=jr(n,r))&&a.value:n[r],!Tr(c?r:u+(f?".":"#")+r,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;Cr(i,o)}(t.sham||o&&o.sham)&&Ar(i,"sham",!0),Pr(n,r,i,t)}},_r=Function.prototype,Mr=_r.apply,Nr=_r.bind,Fr=_r.call,Dr="object"==typeof Reflect&&Reflect.apply||(Nr?Fr.bind(Mr):function(){return Fr.apply(Mr,arguments)}),Gr=L,$r=Array.isArray||function(t){return"Array"==Gr(t)},Ur={};Ur[Vt("toStringTag")]="z";var Yr,Br="[object z]"===String(Ur),Kr=o,zr=Br,Wr=F,Hr=L,Vr=Vt("toStringTag"),Xr=Kr.Object,qr="Arguments"==Hr(function(){return arguments}()),Jr=zr?Hr:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Xr(t),Vr))?n:qr?Hr(e):"Object"==(r=Hr(e))&&Wr(e.callee)?"Arguments":r},Qr=Jr,Zr=o.String,to=function(t){if("Symbol"===Qr(t))throw TypeError("Cannot convert a Symbol value to a string");return Zr(t)},eo=nr,no=rr,ro=Object.keys||function(t){return eo(t,no)},oo=xe,io=ke,ao=N,uo=ro,co=u?Object.defineProperties:function(t,e){io(t);for(var n,r=ao(e),o=uo(e),i=o.length,a=0;i>a;)oo.f(t,n=o[a++],r[n]);return t},fo=B("document","documentElement"),so=ke,lo=co,po=rr,ho=Qe,vo=fo,go=fe,yo=Je("IE_PROTO"),mo=function(){},wo=function(t){return"<script>"+t+"<\/script>"},bo=function(t){t.write(wo("")),t.close();var e=t.parentWindow.Object;return t=null,e},xo=function(){try{Yr=new ActiveXObject("htmlfile")}catch(t){}var t,e;xo="undefined"!=typeof document?document.domain&&Yr?bo(Yr):((e=go("iframe")).style.display="none",vo.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(wo("document.F=Object")),t.close(),t.F):bo(Yr);for(var n=po.length;n--;)delete xo.prototype[po[n]];return xo()};ho[yo]=!0;var Eo=Object.create||function(t,e){var n;return null!==t?(mo.prototype=so(t),n=new mo,mo.prototype=null,n[yo]=t):n=xo(),void 0===e?n:lo(n,e)},Oo={},So=x([].slice),Lo=L,ko=N,jo=In.f,Ao=So,Po="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];Oo.f=function(t){return Po&&"Window"==Lo(t)?function(t){try{return jo(t)}catch(t){return Ao(Po)}}(t):jo(ko(t))};var Ro={},Co=Vt;Ro.f=Co;var To=o,Io=Tt,_o=Ro,Mo=xe.f,No=xe.f,Fo=Tt,Do=Vt("toStringTag"),Go=function(t,e,n){t&&!Fo(t=n?t:t.prototype,Do)&&No(t,Do,{configurable:!0,value:e})},$o=pt,Uo=x(x.bind),Yo=function(t,e){return $o(t),void 0===e?t:Uo?Uo(t,e):function(){return t.apply(e,arguments)}},Bo=x,Ko=a,zo=F,Wo=Jr,Ho=Be,Vo=function(){},Xo=[],qo=B("Reflect","construct"),Jo=/^\s*(?:class|function)\b/,Qo=Bo(Jo.exec),Zo=!Jo.exec(Vo),ti=function(t){if(!zo(t))return!1;try{return qo(Vo,Xo,t),!0}catch(t){return!1}},ei=!qo||Ko((function(){var t;return ti(ti.call)||!ti(Object)||!ti((function(){t=!0}))||t}))?function(t){if(!zo(t))return!1;switch(Wo(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return Zo||!!Qo(Jo,Ho(t))}:ti,ni=o,ri=$r,oi=ei,ii=G,ai=Vt("species"),ui=ni.Array,ci=function(t){var e;return ri(t)&&(e=t.constructor,(oi(e)&&(e===ui||ri(e.prototype))||ii(e)&&null===(e=e[ai]))&&(e=void 0)),void 0===e?ui:e},fi=function(t,e){return new(ci(t))(0===e?0:e)},si=Yo,li=C,di=Pt,pi=zn,hi=fi,vi=x([].push),gi=function(t){var e=1==t,n=2==t,r=3==t,o=4==t,i=6==t,a=7==t,u=5==t||i;return function(c,f,s,l){for(var d,p,h=di(c),v=li(h),g=si(f,s),y=pi(v),m=0,w=l||hi,b=e?w(c,y):n||a?w(c,0):void 0;y>m;m++)if((u||m in v)&&(p=g(d=v[m],m,h),t))if(e)b[m]=p;else if(p)switch(t){case 3:return!0;case 5:return d;case 6:return m;case 2:vi(b,d)}else switch(t){case 4:return!1;case 7:vi(b,d)}return i?-1:r||o?o:b}},yi={forEach:gi(0),map:gi(1),filter:gi(2),some:gi(3),every:gi(4),find:gi(5),findIndex:gi(6),filterReject:gi(7)},mi=Ir,wi=o,bi=B,xi=Dr,Ei=f,Oi=x,Si=u,Li=tt,ki=a,ji=Tt,Ai=$r,Pi=F,Ri=G,Ci=K,Ti=ut,Ii=ke,_i=Pt,Mi=N,Ni=ie,Fi=to,Di=g,Gi=Eo,$i=ro,Ui=In,Yi=Oo,Bi=ar,Ki=i,zi=xe,Wi=s,Hi=So,Vi=Ne.exports,Xi=bt.exports,qi=Qe,Ji=Ft,Qi=Vt,Zi=Ro,ta=function(t){var e=To.Symbol||(To.Symbol={});Io(e,t)||Mo(e,t,{value:_o.f(t)})},ea=Go,na=gn,ra=yi.forEach,oa=Je("hidden"),ia=Qi("toPrimitive"),aa=na.set,ua=na.getterFor("Symbol"),ca=Object.prototype,fa=wi.Symbol,sa=fa&&fa.prototype,la=wi.TypeError,da=wi.QObject,pa=bi("JSON","stringify"),ha=Ki.f,va=zi.f,ga=Yi.f,ya=Wi.f,ma=Oi([].push),wa=Xi("symbols"),ba=Xi("op-symbols"),xa=Xi("string-to-symbol-registry"),Ea=Xi("symbol-to-string-registry"),Oa=Xi("wks"),Sa=!da||!da.prototype||!da.prototype.findChild,La=Si&&ki((function(){return 7!=Gi(va({},"a",{get:function(){return va(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=ha(ca,e);r&&delete ca[e],va(t,e,n),r&&t!==ca&&va(ca,e,r)}:va,ka=function(t,e){var n=wa[t]=Gi(sa);return aa(n,{type:"Symbol",tag:t,description:e}),Si||(n.description=e),n},ja=function(t,e,n){t===ca&&ja(ba,e,n),Ii(t);var r=Ni(e);return Ii(n),ji(wa,r)?(n.enumerable?(ji(t,oa)&&t[oa][r]&&(t[oa][r]=!1),n=Gi(n,{enumerable:Di(0,!1)})):(ji(t,oa)||va(t,oa,Di(1,{})),t[oa][r]=!0),La(t,r,n)):va(t,r,n)},Aa=function(t,e){Ii(t);var n=Mi(e),r=$i(n).concat(Ta(n));return ra(r,(function(e){Si&&!Ei(Pa,n,e)||ja(t,e,n[e])})),t},Pa=function(t){var e=Ni(t),n=Ei(ya,this,e);return!(this===ca&&ji(wa,e)&&!ji(ba,e))&&(!(n||!ji(this,e)||!ji(wa,e)||ji(this,oa)&&this[oa][e])||n)},Ra=function(t,e){var n=Mi(t),r=Ni(e);if(n!==ca||!ji(wa,r)||ji(ba,r)){var o=ha(n,r);return!o||!ji(wa,r)||ji(n,oa)&&n[oa][r]||(o.enumerable=!0),o}},Ca=function(t){var e=ga(Mi(t)),n=[];return ra(e,(function(t){ji(wa,t)||ji(qi,t)||ma(n,t)})),n},Ta=function(t){var e=t===ca,n=ga(e?ba:Mi(t)),r=[];return ra(n,(function(t){!ji(wa,t)||e&&!ji(ca,t)||ma(r,wa[t])})),r};(Li||(Vi(sa=(fa=function(){if(Ci(sa,this))throw la("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?Fi(arguments[0]):void 0,e=Ji(t),n=function(t){this===ca&&Ei(n,ba,t),ji(this,oa)&&ji(this[oa],e)&&(this[oa][e]=!1),La(this,e,Di(1,t))};return Si&&Sa&&La(ca,e,{configurable:!0,set:n}),ka(e,t)}).prototype,"toString",(function(){return ua(this).tag})),Vi(fa,"withoutSetter",(function(t){return ka(Ji(t),t)})),Wi.f=Pa,zi.f=ja,Ki.f=Ra,Ui.f=Yi.f=Ca,Bi.f=Ta,Zi.f=function(t){return ka(Qi(t),t)},Si&&(va(sa,"description",{configurable:!0,get:function(){return ua(this).description}}),Vi(ca,"propertyIsEnumerable",Pa,{unsafe:!0}))),mi({global:!0,wrap:!0,forced:!Li,sham:!Li},{Symbol:fa}),ra($i(Oa),(function(t){ta(t)})),mi({target:"Symbol",stat:!0,forced:!Li},{for:function(t){var e=Fi(t);if(ji(xa,e))return xa[e];var n=fa(e);return xa[e]=n,Ea[n]=e,n},keyFor:function(t){if(!Ti(t))throw la(t+" is not a symbol");if(ji(Ea,t))return Ea[t]},useSetter:function(){Sa=!0},useSimple:function(){Sa=!1}}),mi({target:"Object",stat:!0,forced:!Li,sham:!Si},{create:function(t,e){return void 0===e?Gi(t):Aa(Gi(t),e)},defineProperty:ja,defineProperties:Aa,getOwnPropertyDescriptor:Ra}),mi({target:"Object",stat:!0,forced:!Li},{getOwnPropertyNames:Ca,getOwnPropertySymbols:Ta}),mi({target:"Object",stat:!0,forced:ki((function(){Bi.f(1)}))},{getOwnPropertySymbols:function(t){return Bi.f(_i(t))}}),pa)&&mi({target:"JSON",stat:!0,forced:!Li||ki((function(){var t=fa();return"[null]"!=pa([t])||"{}"!=pa({a:t})||"{}"!=pa(Object(t))}))},{stringify:function(t,e,n){var r=Hi(arguments),o=e;if((Ri(e)||void 0!==t)&&!Ti(t))return Ai(e)||(e=function(t,e){if(Pi(o)&&(e=Ei(o,this,t,e)),!Ti(e))return e}),r[1]=e,xi(pa,null,r)}});if(!sa[ia]){var Ia=sa.valueOf;Vi(sa,ia,(function(t){return Ei(Ia,this)}))}ea(fa,"Symbol"),qi[oa]=!0;var _a=Ir,Ma=a,Na=N,Fa=i.f,Da=u,Ga=Ma((function(){Fa(1)}));_a({target:"Object",stat:!0,forced:!Da||Ga,sham:!Da},{getOwnPropertyDescriptor:function(t,e){return Fa(Na(t),e)}});var $a=ie,Ua=xe,Ya=g,Ba=function(t,e,n){var r=$a(e);r in t?Ua.f(t,r,Ya(0,n)):t[r]=n},Ka=dr,za=N,Wa=i,Ha=Ba;function Va(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Xa(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function qa(t,e,n){return e&&Xa(t.prototype,e),n&&Xa(t,n),t}function Ja(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}Ir({target:"Object",stat:!0,sham:!u},{getOwnPropertyDescriptors:function(t){for(var e,n,r=za(t),o=Wa.f,i=Ka(r),a={},u=0;i.length>u;)void 0!==(n=o(r,e=i[u++]))&&Ha(a,e,n);return a}});var Qa=ke,Za=function(){var t=Qa(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e},tu={},eu=a,nu=o.RegExp;tu.UNSUPPORTED_Y=eu((function(){var t=nu("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),tu.BROKEN_CARET=eu((function(){var t=nu("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));var ru=a,ou=o.RegExp,iu=ru((function(){var t=ou(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)})),au=a,uu=o.RegExp,cu=au((function(){var t=uu("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")})),fu=f,su=x,lu=to,du=Za,pu=tu,hu=bt.exports,vu=Eo,gu=gn.get,yu=iu,mu=cu,wu=hu("native-string-replace",String.prototype.replace),bu=RegExp.prototype.exec,xu=bu,Eu=su("".charAt),Ou=su("".indexOf),Su=su("".replace),Lu=su("".slice),ku=function(){var t=/a/,e=/b*/g;return fu(bu,t,"a"),fu(bu,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),ju=pu.UNSUPPORTED_Y||pu.BROKEN_CARET,Au=void 0!==/()??/.exec("")[1];(ku||Au||ju||yu||mu)&&(xu=function(t){var e,n,r,o,i,a,u,c=this,f=gu(c),s=lu(t),l=f.raw;if(l)return l.lastIndex=c.lastIndex,e=fu(xu,l,s),c.lastIndex=l.lastIndex,e;var d=f.groups,p=ju&&c.sticky,h=fu(du,c),v=c.source,g=0,y=s;if(p&&(h=Su(h,"y",""),-1===Ou(h,"g")&&(h+="g"),y=Lu(s,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==Eu(s,c.lastIndex-1))&&(v="(?: "+v+")",y=" "+y,g++),n=new RegExp("^(?:"+v+")",h)),Au&&(n=new RegExp("^"+v+"$(?!\\s)",h)),ku&&(r=c.lastIndex),o=fu(bu,p?n:c,y),p?o?(o.input=Lu(o.input,g),o[0]=Lu(o[0],g),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:ku&&o&&(c.lastIndex=c.global?o.index+o[0].length:r),Au&&o&&o.length>1&&fu(wu,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=vu(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var Pu=xu;Ir({target:"RegExp",proto:!0,forced:/./.exec!==Pu},{exec:Pu});var Ru=x,Cu=Ne.exports,Tu=Pu,Iu=a,_u=Vt,Mu=Me,Nu=_u("species"),Fu=RegExp.prototype,Du=function(t,e,n,r){var o=_u(t),i=!Iu((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),a=i&&!Iu((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[Nu]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return e=!0,null},n[o](""),!e}));if(!i||!a||n){var u=Ru(/./[o]),c=e(o,""[t],(function(t,e,n,r,o){var a=Ru(t),c=e.exec;return c===Tu||c===Fu.exec?i&&!o?{done:!0,value:u(e,n,r)}:{done:!0,value:a(n,e,r)}:{done:!1}}));Cu(String.prototype,t,c[0]),Cu(Fu,o,c[1])}r&&Mu(Fu[o],"sham",!0)},Gu=x,$u=Nn,Uu=to,Yu=I,Bu=Gu("".charAt),Ku=Gu("".charCodeAt),zu=Gu("".slice),Wu=function(t){return function(e,n){var r,o,i=Uu(Yu(e)),a=$u(n),u=i.length;return a<0||a>=u?t?"":void 0:(r=Ku(i,a))<55296||r>56319||a+1===u||(o=Ku(i,a+1))<56320||o>57343?t?Bu(i,a):r:t?zu(i,a,a+2):o-56320+(r-55296<<10)+65536}},Hu={codeAt:Wu(!1),charAt:Wu(!0)},Vu=Hu.charAt,Xu=function(t,e,n){return e+(n?Vu(t,e).length:1)},qu=f,Ju=ke,Qu=F,Zu=L,tc=Pu,ec=o.TypeError,nc=function(t,e){var n=t.exec;if(Qu(n)){var r=qu(n,t,e);return null!==r&&Ju(r),r}if("RegExp"===Zu(t))return qu(tc,t,e);throw ec("RegExp#exec called on incompatible receiver")},rc=f,oc=ke,ic=Bn,ac=to,uc=I,cc=vt,fc=Xu,sc=nc;Du("match",(function(t,e,n){return[function(e){var n=uc(this),r=null==e?void 0:cc(e,t);return r?rc(r,e,n):new RegExp(e)[t](ac(n))},function(t){var r=oc(this),o=ac(t),i=n(e,r,o);if(i.done)return i.value;if(!r.global)return sc(r,o);var a=r.unicode;r.lastIndex=0;for(var u,c=[],f=0;null!==(u=sc(r,o));){var s=ac(u[0]);c[f]=s,""===s&&(r.lastIndex=fc(o,ic(r.lastIndex),a)),f++}return 0===f?null:c}]}));var lc=o,dc=F,pc=lc.String,hc=lc.TypeError,vc=x,gc=ke,yc=function(t){if("object"==typeof t||dc(t))return t;throw hc("Can't set "+pc(t)+" as a prototype")},mc=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=vc(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return gc(n),yc(r),e?t(n,r):n.__proto__=r,n}}():void 0),wc=F,bc=G,xc=mc,Ec=G,Oc=L,Sc=Vt("match"),Lc=function(t){var e;return Ec(t)&&(void 0!==(e=t[Sc])?!!e:"RegExp"==Oc(t))},kc=B,jc=xe,Ac=u,Pc=Vt("species"),Rc=u,Cc=o,Tc=x,Ic=Lr,_c=function(t,e,n){var r,o;return xc&&wc(r=e.constructor)&&r!==n&&bc(o=r.prototype)&&o!==n.prototype&&xc(t,o),t},Mc=Me,Nc=xe.f,Fc=In.f,Dc=K,Gc=Lc,$c=to,Uc=Za,Yc=tu,Bc=Ne.exports,Kc=a,zc=Tt,Wc=gn.enforce,Hc=function(t){var e=kc(t),n=jc.f;Ac&&e&&!e[Pc]&&n(e,Pc,{configurable:!0,get:function(){return this}})},Vc=iu,Xc=cu,qc=Vt("match"),Jc=Cc.RegExp,Qc=Jc.prototype,Zc=Cc.SyntaxError,tf=Tc(Uc),ef=Tc(Qc.exec),nf=Tc("".charAt),rf=Tc("".replace),of=Tc("".indexOf),af=Tc("".slice),uf=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,cf=/a/g,ff=/a/g,sf=new Jc(cf)!==cf,lf=Yc.UNSUPPORTED_Y,df=Rc&&(!sf||lf||Vc||Xc||Kc((function(){return ff[qc]=!1,Jc(cf)!=cf||Jc(ff)==ff||"/a/i"!=Jc(cf,"i")})));if(Ic("RegExp",df)){for(var pf=function(t,e){var n,r,o,i,a,u,c=Dc(Qc,this),f=Gc(t),s=void 0===e,l=[],d=t;if(!c&&f&&s&&t.constructor===pf)return t;if((f||Dc(Qc,t))&&(t=t.source,s&&(e="flags"in d?d.flags:tf(d))),t=void 0===t?"":$c(t),e=void 0===e?"":$c(e),d=t,Vc&&"dotAll"in cf&&(r=!!e&&of(e,"s")>-1)&&(e=rf(e,/s/g,"")),n=e,lf&&"sticky"in cf&&(o=!!e&&of(e,"y")>-1)&&(e=rf(e,/y/g,"")),Xc&&(i=function(t){for(var e,n=t.length,r=0,o="",i=[],a={},u=!1,c=!1,f=0,s="";r<=n;r++){if("\\"===(e=nf(t,r)))e+=nf(t,++r);else if("]"===e)u=!1;else if(!u)switch(!0){case"["===e:u=!0;break;case"("===e:ef(uf,af(t,r+1))&&(r+=2,c=!0),o+=e,f++;continue;case">"===e&&c:if(""===s||zc(a,s))throw new Zc("Invalid capture group name");a[s]=!0,i[i.length]=[s,f],c=!1,s="";continue}c?s+=e:o+=e}return[o,i]}(t),t=i[0],l=i[1]),a=_c(Jc(t,e),c?this:Qc,pf),(r||o||l.length)&&(u=Wc(a),r&&(u.dotAll=!0,u.raw=pf(function(t){for(var e,n=t.length,r=0,o="",i=!1;r<=n;r++)"\\"!==(e=nf(t,r))?i||"."!==e?("["===e?i=!0:"]"===e&&(i=!1),o+=e):o+="[\\s\\S]":o+=e+nf(t,++r);return o}(t),n)),o&&(u.sticky=!0),l.length&&(u.groups=l)),t!==d)try{Mc(a,"source",""===d?"(?:)":d)}catch(t){}return a},hf=function(t){t in pf||Nc(pf,t,{configurable:!0,get:function(){return Jc[t]},set:function(e){Jc[t]=e}})},vf=Fc(Jc),gf=0;vf.length>gf;)hf(vf[gf++]);Qc.constructor=pf,pf.prototype=Qc,Bc(Cc,"RegExp",pf)}Hc("RegExp");var yf=x,mf=En.PROPER,wf=Ne.exports,bf=ke,xf=K,Ef=to,Of=a,Sf=Za,Lf=RegExp.prototype,kf=Lf.toString,jf=yf(Sf),Af=Of((function(){return"/a/b"!=kf.call({source:"a",flags:"b"})})),Pf=mf&&"toString"!=kf.name;(Af||Pf)&&wf(RegExp.prototype,"toString",(function(){var t=bf(this),e=Ef(t.source),n=t.flags;return"/"+e+"/"+Ef(void 0===n&&xf(Lf,t)&&!("flags"in Lf)?jf(t):n)}),{unsafe:!0});var Rf=Jr,Cf=Br?{}.toString:function(){return"[object "+Rf(this)+"]"},Tf=Br,If=Ne.exports,_f=Cf;Tf||If(Object.prototype,"toString",_f,{unsafe:!0});var Mf=fe("span").classList,Nf=Mf&&Mf.constructor&&Mf.constructor.prototype,Ff=Nf===Object.prototype?void 0:Nf,Df=a,Gf=function(t,e){var n=[][t];return!!n&&Df((function(){n.call(null,e||function(){throw 1},1)}))},$f=yi.forEach,Uf=o,Yf={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},Bf=Ff,Kf=Gf("forEach")?[].forEach:function(t){return $f(this,t,arguments.length>1?arguments[1]:void 0)},zf=Me,Wf=function(t){if(t&&t.forEach!==Kf)try{zf(t,"forEach",Kf)}catch(e){t.forEach=Kf}};for(var Hf in Yf)Yf[Hf]&&Wf(Uf[Hf]&&Uf[Hf].prototype);Wf(Bf);var Vf=u,Xf=x,qf=ro,Jf=N,Qf=Xf(s.f),Zf=Xf([].push),ts=function(t){return function(e){for(var n,r=Jf(e),o=qf(r),i=o.length,a=0,u=[];i>a;)n=o[a++],Vf&&!Qf(r,n)||Zf(u,t?[n,r[n]]:r[n]);return u}},es={entries:ts(!0),values:ts(!1)}.entries;Ir({target:"Object",stat:!0},{entries:function(t){return es(t)}});var ns=a,rs=J,os=Vt("species"),is=function(t){return rs>=51||!ns((function(){var e=[];return(e.constructor={})[os]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},as=yi.filter;Ir({target:"Array",proto:!0,forced:!is("filter")},{filter:function(t){return as(this,t,arguments.length>1?arguments[1]:void 0)}});var us=yi.map;Ir({target:"Array",proto:!0,forced:!is("map")},{map:function(t){return us(this,t,arguments.length>1?arguments[1]:void 0)}});var cs=Ir,fs=$r,ss=x([].reverse),ls=[1,2];cs({target:"Array",proto:!0,forced:String(ls)===String(ls.reverse())},{reverse:function(){return fs(this)&&(this.length=this.length),ss(this)}});var ds=Eo,ps=xe,hs=Vt("unscopables"),vs=Array.prototype;null==vs[hs]&&ps.f(vs,hs,{configurable:!0,value:ds(null)});var gs=qn.includes,ys=function(t){vs[hs][t]=!0};Ir({target:"Array",proto:!0},{includes:function(t){return gs(this,t,arguments.length>1?arguments[1]:void 0)}}),ys("includes");var ms=Lc,ws=o.TypeError,bs=Vt("match"),xs=Ir,Es=function(t){if(ms(t))throw ws("The method doesn't accept regular expressions");return t},Os=I,Ss=to,Ls=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[bs]=!1,"/./"[t](e)}catch(t){}}return!1},ks=x("".indexOf);xs({target:"String",proto:!0,forced:!Ls("includes")},{includes:function(t){return!!~ks(Ss(Os(this)),Ss(Es(t)),arguments.length>1?arguments[1]:void 0)}});var js=a((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}})),As=Ir,Ps=a,Rs=G,Cs=L,Ts=js,Is=Object.isFrozen;As({target:"Object",stat:!0,forced:Ps((function(){Is(1)}))||Ts},{isFrozen:function(t){return!Rs(t)||(!(!Ts||"ArrayBuffer"!=Cs(t))||!!Is&&Is(t))}});var _s=pt,Ms=Pt,Ns=C,Fs=zn,Ds=o.TypeError,Gs=function(t){return function(e,n,r,o){_s(n);var i=Ms(e),a=Ns(i),u=Fs(i),c=t?u-1:0,f=t?-1:1;if(r<2)for(;;){if(c in a){o=a[c],c+=f;break}if(c+=f,t?c<0:u<=c)throw Ds("Reduce of empty array with no initial value")}for(;t?c>=0:u>c;c+=f)c in a&&(o=n(o,a[c],c,i));return o}},$s={left:Gs(!1),right:Gs(!0)},Us="process"==L(o.process),Ys=$s.left,Bs=J,Ks=Us;Ir({target:"Array",proto:!0,forced:!Gf("reduce")||!Ks&&Bs>79&&Bs<83},{reduce:function(t){var e=arguments.length;return Ys(this,t,e,e>1?arguments[1]:void 0)}});var zs=Ir,Ws=C,Hs=N,Vs=Gf,Xs=x([].join),qs=Ws!=Object,Js=Vs("join",",");zs({target:"Array",proto:!0,forced:qs||!Js},{join:function(t){return Xs(Hs(this),void 0===t?",":t)}});var Qs=Pt,Zs=ro;Ir({target:"Object",stat:!0,forced:a((function(){Zs(1)}))},{keys:function(t){return Zs(Qs(t))}});var tl=x,el=Pt,nl=Math.floor,rl=tl("".charAt),ol=tl("".replace),il=tl("".slice),al=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,ul=/\$([$&'`]|\d{1,2})/g,cl=Dr,fl=f,sl=x,ll=Du,dl=a,pl=ke,hl=F,vl=Nn,gl=Bn,yl=to,ml=I,wl=Xu,bl=vt,xl=function(t,e,n,r,o,i){var a=n+t.length,u=r.length,c=ul;return void 0!==o&&(o=el(o),c=al),ol(i,c,(function(i,c){var f;switch(rl(c,0)){case"$":return"$";case"&":return t;case"`":return il(e,0,n);case"'":return il(e,a);case"<":f=o[il(c,1,-1)];break;default:var s=+c;if(0===s)return i;if(s>u){var l=nl(s/10);return 0===l?i:l<=u?void 0===r[l-1]?rl(c,1):r[l-1]+rl(c,1):i}f=r[s-1]}return void 0===f?"":f}))},El=nc,Ol=Vt("replace"),Sl=Math.max,Ll=Math.min,kl=sl([].concat),jl=sl([].push),Al=sl("".indexOf),Pl=sl("".slice),Rl="$0"==="a".replace(/./,"$0"),Cl=!!/./[Ol]&&""===/./[Ol]("a","$0");ll("replace",(function(t,e,n){var r=Cl?"$":"$0";return[function(t,n){var r=ml(this),o=null==t?void 0:bl(t,Ol);return o?fl(o,t,r,n):fl(e,yl(r),t,n)},function(t,o){var i=pl(this),a=yl(t);if("string"==typeof o&&-1===Al(o,r)&&-1===Al(o,"$<")){var u=n(e,i,a,o);if(u.done)return u.value}var c=hl(o);c||(o=yl(o));var f=i.global;if(f){var s=i.unicode;i.lastIndex=0}for(var l=[];;){var d=El(i,a);if(null===d)break;if(jl(l,d),!f)break;""===yl(d[0])&&(i.lastIndex=wl(a,gl(i.lastIndex),s))}for(var p,h="",v=0,g=0;g<l.length;g++){for(var y=yl((d=l[g])[0]),m=Sl(Ll(vl(d.index),a.length),0),w=[],b=1;b<d.length;b++)jl(w,void 0===(p=d[b])?p:String(p));var x=d.groups;if(c){var E=kl([y],w,m,a);void 0!==x&&jl(E,x);var O=yl(cl(o,void 0,E))}else O=xl(y,a,m,w,x,o);m>=v&&(h+=Pl(a,v,m)+O,v=m+y.length)}return h+Pl(a,v)}]}),!!dl((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!Rl||Cl);var Tl=ei,Il=ft,_l=o.TypeError,Ml=ke,Nl=function(t){if(Tl(t))return t;throw _l(Il(t)+" is not a constructor")},Fl=Vt("species"),Dl=function(t,e){var n,r=Ml(t).constructor;return void 0===r||null==(n=Ml(r)[Fl])?e:Nl(n)},Gl=Dr,$l=f,Ul=x,Yl=Du,Bl=Lc,Kl=ke,zl=I,Wl=Dl,Hl=Xu,Vl=Bn,Xl=to,ql=vt,Jl=So,Ql=nc,Zl=Pu,td=a,ed=tu.UNSUPPORTED_Y,nd=Math.min,rd=[].push,od=Ul(/./.exec),id=Ul(rd),ad=Ul("".slice);Yl("split",(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=Xl(zl(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!Bl(t))return $l(e,r,t,o);for(var i,a,u,c=[],f=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),s=0,l=new RegExp(t.source,f+"g");(i=$l(Zl,l,r))&&!((a=l.lastIndex)>s&&(id(c,ad(r,s,i.index)),i.length>1&&i.index<r.length&&Gl(rd,c,Jl(i,1)),u=i[0].length,s=a,c.length>=o));)l.lastIndex===i.index&&l.lastIndex++;return s===r.length?!u&&od(l,"")||id(c,""):id(c,ad(r,s)),c.length>o?Jl(c,0,o):c}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:$l(e,this,t,n)}:e,[function(e,n){var o=zl(this),i=null==e?void 0:ql(e,t);return i?$l(i,e,o,n):$l(r,Xl(o),e,n)},function(t,o){var i=Kl(this),a=Xl(t),u=n(r,i,a,o,r!==e);if(u.done)return u.value;var c=Wl(i,RegExp),f=i.unicode,s=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(ed?"g":"y"),l=new c(ed?"^(?:"+i.source+")":i,s),d=void 0===o?4294967295:o>>>0;if(0===d)return[];if(0===a.length)return null===Ql(l,a)?[a]:[];for(var p=0,h=0,v=[];h<a.length;){l.lastIndex=ed?0:h;var g,y=Ql(l,ed?ad(a,h):a);if(null===y||(g=nd(Vl(l.lastIndex+(ed?h:0)),a.length))===p)h=Hl(a,h,f);else{if(id(v,ad(a,p,h)),v.length===d)return v;for(var m=1;m<=y.length-1;m++)if(id(v,y[m]),v.length===d)return v;h=p=g}}return id(v,ad(a,p)),v}]}),!!td((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),ed);var ud=Ir,cd=o,fd=$r,sd=ei,ld=G,dd=$n,pd=zn,hd=N,vd=Ba,gd=Vt,yd=So,md=is("slice"),wd=gd("species"),bd=cd.Array,xd=Math.max;ud({target:"Array",proto:!0,forced:!md},{slice:function(t,e){var n,r,o,i=hd(this),a=pd(i),u=dd(t,a),c=dd(void 0===e?a:e,a);if(fd(i)&&(n=i.constructor,(sd(n)&&(n===bd||fd(n.prototype))||ld(n)&&null===(n=n[wd]))&&(n=void 0),n===bd||void 0===n))return yd(i,u,c);for(r=new(void 0===n?bd:n)(xd(c-u,0)),o=0;u<c;u++,o++)u in i&&vd(r,o,i[u]);return r.length=o,r}});var Ed,Od,Sd,Ld=!a((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),kd=o,jd=Tt,Ad=F,Pd=Pt,Rd=Ld,Cd=Je("IE_PROTO"),Td=kd.Object,Id=Td.prototype,_d=Rd?Td.getPrototypeOf:function(t){var e=Pd(t);if(jd(e,Cd))return e[Cd];var n=e.constructor;return Ad(n)&&e instanceof n?n.prototype:e instanceof Td?Id:null},Md=a,Nd=F,Fd=_d,Dd=Ne.exports,Gd=Vt("iterator"),$d=!1;[].keys&&("next"in(Sd=[].keys())?(Od=Fd(Fd(Sd)))!==Object.prototype&&(Ed=Od):$d=!0);var Ud=null==Ed||Md((function(){var t={};return Ed[Gd].call(t)!==t}));Ud&&(Ed={}),Nd(Ed[Gd])||Dd(Ed,Gd,(function(){return this}));var Yd={IteratorPrototype:Ed,BUGGY_SAFARI_ITERATORS:$d},Bd={},Kd=Yd.IteratorPrototype,zd=Eo,Wd=g,Hd=Go,Vd=Bd,Xd=function(){return this},qd=function(t,e,n){var r=e+" Iterator";return t.prototype=zd(Kd,{next:Wd(1,n)}),Hd(t,r,!1),Vd[r]=Xd,t},Jd=Ir,Qd=o,Zd=f,tp=x,ep=qd,np=I,rp=Bn,op=to,ip=ke,ap=K,up=Lc,cp=Za,fp=vt,sp=Ne.exports,lp=a,dp=Dl,pp=Xu,hp=nc,vp=gn,gp=Vt("matchAll"),yp=vp.set,mp=vp.getterFor("RegExp String Iterator"),wp=RegExp.prototype,bp=Qd.TypeError,xp=tp(cp),Ep=tp("".indexOf),Op=tp("".matchAll),Sp=!!Op&&!lp((function(){Op("a",/./)})),Lp=ep((function(t,e,n,r){yp(this,{type:"RegExp String Iterator",regexp:t,string:e,global:n,unicode:r,done:!1})}),"RegExp String",(function(){var t=mp(this);if(t.done)return{value:void 0,done:!0};var e=t.regexp,n=t.string,r=hp(e,n);return null===r?{value:void 0,done:t.done=!0}:t.global?(""===op(r[0])&&(e.lastIndex=pp(n,rp(e.lastIndex),t.unicode)),{value:r,done:!1}):(t.done=!0,{value:r,done:!1})})),kp=function(t){var e,n,r,o,i,a,u=ip(this),c=op(t);return e=dp(u,RegExp),void 0===(n=u.flags)&&ap(wp,u)&&!("flags"in wp)&&(n=xp(u)),r=void 0===n?"":op(n),o=new e(e===RegExp?u.source:u,r),i=!!~Ep(r,"g"),a=!!~Ep(r,"u"),o.lastIndex=rp(u.lastIndex),new Lp(o,c,i,a)};Jd({target:"String",proto:!0,forced:Sp},{matchAll:function(t){var e,n,r,o=np(this);if(null!=t){if(up(t)&&(e=op(np("flags"in wp?t.flags:xp(t))),!~Ep(e,"g")))throw bp("`.matchAll` does not allow non-global regexes");if(Sp)return Op(o,t);if(r=fp(t,gp))return Zd(r,t,o)}else if(Sp)return Op(o,t);return n=op(o),new RegExp(t,"g")[gp](n)}}),gp in wp||sp(wp,gp,kp);var jp=f,Ap=ke,Pp=vt,Rp=ke,Cp=function(t,e,n){var r,o;Ap(t);try{if(!(r=Pp(t,"return"))){if("throw"===e)throw n;return n}r=jp(r,t)}catch(t){o=!0,r=t}if("throw"===e)throw n;if(o)throw r;return Ap(r),n},Tp=Bd,Ip=Vt("iterator"),_p=Array.prototype,Mp=Jr,Np=vt,Fp=Bd,Dp=Vt("iterator"),Gp=function(t){if(null!=t)return Np(t,Dp)||Np(t,"@@iterator")||Fp[Mp(t)]},$p=f,Up=pt,Yp=ke,Bp=ft,Kp=Gp,zp=o.TypeError,Wp=Yo,Hp=f,Vp=Pt,Xp=function(t,e,n,r){try{return r?e(Rp(n)[0],n[1]):e(n)}catch(e){Cp(t,"throw",e)}},qp=function(t){return void 0!==t&&(Tp.Array===t||_p[Ip]===t)},Jp=ei,Qp=zn,Zp=Ba,th=function(t,e){var n=arguments.length<2?Kp(t):e;if(Up(n))return Yp($p(n,t));throw zp(Bp(t)+" is not iterable")},eh=Gp,nh=o.Array,rh=Vt("iterator"),oh=!1;try{var ih=0,ah={next:function(){return{done:!!ih++}},return:function(){oh=!0}};ah[rh]=function(){return this},Array.from(ah,(function(){throw 2}))}catch(t){}var uh=function(t){var e=Vp(t),n=Jp(this),r=arguments.length,o=r>1?arguments[1]:void 0,i=void 0!==o;i&&(o=Wp(o,r>2?arguments[2]:void 0));var a,u,c,f,s,l,d=eh(e),p=0;if(!d||this==nh&&qp(d))for(a=Qp(e),u=n?new this(a):nh(a);a>p;p++)l=i?o(e[p],p):e[p],Zp(u,p,l);else for(s=(f=th(e,d)).next,u=n?new this:[];!(c=Hp(s,f)).done;p++)l=i?Xp(f,o,[c.value,p],!0):c.value,Zp(u,p,l);return u.length=p,u},ch=function(t,e){if(!e&&!oh)return!1;var n=!1;try{var r={};r[rh]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n};Ir({target:"Array",stat:!0,forced:!ch((function(t){Array.from(t)}))},{from:uh});var fh=Ir,sh=f,lh=En,dh=F,ph=qd,hh=_d,vh=mc,gh=Go,yh=Me,mh=Ne.exports,wh=Bd,bh=lh.PROPER,xh=lh.CONFIGURABLE,Eh=Yd.IteratorPrototype,Oh=Yd.BUGGY_SAFARI_ITERATORS,Sh=Vt("iterator"),Lh=function(){return this},kh=Hu.charAt,jh=to,Ah=gn,Ph=function(t,e,n,r,o,i,a){ph(n,e,r);var u,c,f,s=function(t){if(t===o&&v)return v;if(!Oh&&t in p)return p[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},l=e+" Iterator",d=!1,p=t.prototype,h=p[Sh]||p["@@iterator"]||o&&p[o],v=!Oh&&h||s(o),g="Array"==e&&p.entries||h;if(g&&(u=hh(g.call(new t)))!==Object.prototype&&u.next&&(hh(u)!==Eh&&(vh?vh(u,Eh):dh(u[Sh])||mh(u,Sh,Lh)),gh(u,l,!0)),bh&&"values"==o&&h&&"values"!==h.name&&(xh?yh(p,"name","values"):(d=!0,v=function(){return sh(h,this)})),o)if(c={values:s("values"),keys:i?v:s("keys"),entries:s("entries")},a)for(f in c)(Oh||d||!(f in p))&&mh(p,f,c[f]);else fh({target:e,proto:!0,forced:Oh||d},c);return p[Sh]!==v&&mh(p,Sh,v,{name:o}),wh[e]=v,c},Rh=Ah.set,Ch=Ah.getterFor("String Iterator");Ph(String,"String",(function(t){Rh(this,{type:"String Iterator",string:jh(t),index:0})}),(function(){var t,e=Ch(this),n=e.string,r=e.index;return r>=n.length?{value:void 0,done:!0}:(t=kh(n,r),e.index+=t.length,{value:t,done:!1})}));var Th=I,Ih=to,_h=x("".replace),Mh="[\t\n\v\f\r                 \u2028\u2029\ufeff]",Nh=RegExp("^"+Mh+Mh+"*"),Fh=RegExp(Mh+Mh+"*$"),Dh=function(t){return function(e){var n=Ih(Th(e));return 1&t&&(n=_h(n,Nh,"")),2&t&&(n=_h(n,Fh,"")),n}},Gh={start:Dh(1),end:Dh(2),trim:Dh(3)},$h=En.PROPER,Uh=a,Yh="\t\n\v\f\r                 \u2028\u2029\ufeff",Bh=Gh.trim;Ir({target:"String",proto:!0,forced:function(t){return Uh((function(){return!!Yh[t]()||"​…᠎"!=="​…᠎"[t]()||$h&&Yh[t].name!==t}))}("trim")},{trim:function(){return Bh(this)}});var Kh={exports:{}};!function(t,e){function n(t){if(t&&"object"==typeof t){var e=t.which||t.keyCode||t.charCode;e&&(t=e)}if("number"==typeof t)return a[t];var n,i=String(t);return(n=r[i.toLowerCase()])?n:(n=o[i.toLowerCase()])||(1===i.length?i.charCodeAt(0):void 0)}n.isEventKey=function(t,e){if(t&&"object"==typeof t){var n=t.which||t.keyCode||t.charCode;if(null==n)return!1;if("string"==typeof e){var i;if(i=r[e.toLowerCase()])return i===n;if(i=o[e.toLowerCase()])return i===n}else if("number"==typeof e)return e===n;return!1}};var r=(e=t.exports=n).code=e.codes={backspace:8,tab:9,enter:13,shift:16,ctrl:17,alt:18,"pause/break":19,"caps lock":20,esc:27,space:32,"page up":33,"page down":34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,delete:46,command:91,"left command":91,"right command":93,"numpad *":106,"numpad +":107,"numpad -":109,"numpad .":110,"numpad /":111,"num lock":144,"scroll lock":145,"my computer":182,"my calculator":183,";":186,"=":187,",":188,"-":189,".":190,"/":191,"`":192,"[":219,"\\":220,"]":221,"'":222},o=e.aliases={windows:91,"⇧":16,"⌥":18,"⌃":17,"⌘":91,ctl:17,control:17,option:18,pause:19,break:19,caps:20,return:13,escape:27,spc:32,spacebar:32,pgup:33,pgdn:34,ins:45,del:46,cmd:91};
2
- /*!
3
- * Programatically add the following
4
- */
5
- for(i=97;i<123;i++)r[String.fromCharCode(i)]=i-32;for(var i=48;i<58;i++)r[i-48]=i;for(i=1;i<13;i++)r["f"+i]=i+111;for(i=0;i<10;i++)r["numpad "+i]=i+96;var a=e.names=e.title={};for(i in r)a[r[i]]=i;for(var u in o)r[u]=o[u]}(Kh,Kh.exports);var zh,Wh=Kh.exports,Hh={exports:{}};zh=function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}return n.m=t,n.c=e,n.p="",n(0)}([function(t,e){t.exports=function(){if("undefined"==typeof document||"undefined"==typeof window)return{ask:function(){return"initial"},element:function(){return null},ignoreKeys:function(){},specificKeys:function(){},registerOnChange:function(){},unRegisterOnChange:function(){}};var t=document.documentElement,e=null,n="initial",r=n,o=Date.now(),i="false",a=["button","input","select","textarea"],u=[],c=[16,17,18,91,93],f=[],s={keydown:"keyboard",keyup:"keyboard",mousedown:"mouse",mousemove:"mouse",MSPointerDown:"pointer",MSPointerMove:"pointer",pointerdown:"pointer",pointermove:"pointer",touchstart:"touch",touchend:"touch"},l=!1,d={x:null,y:null},p={2:"touch",3:"touch",4:"mouse"},h=!1;try{var v=Object.defineProperty({},"passive",{get:function(){h=!0}});window.addEventListener("test",null,v)}catch(t){}var g=function(){var t=!!h&&{passive:!0};document.addEventListener("DOMContentLoaded",y),window.PointerEvent?(window.addEventListener("pointerdown",m),window.addEventListener("pointermove",b)):window.MSPointerEvent?(window.addEventListener("MSPointerDown",m),window.addEventListener("MSPointerMove",b)):(window.addEventListener("mousedown",m),window.addEventListener("mousemove",b),"ontouchstart"in window&&(window.addEventListener("touchstart",m,t),window.addEventListener("touchend",m))),window.addEventListener(k(),b,t),window.addEventListener("keydown",m),window.addEventListener("keyup",m),window.addEventListener("focusin",x),window.addEventListener("focusout",E)},y=function(){if(i=!(t.getAttribute("data-whatpersist")||"false"===document.body.getAttribute("data-whatpersist")))try{window.sessionStorage.getItem("what-input")&&(n=window.sessionStorage.getItem("what-input")),window.sessionStorage.getItem("what-intent")&&(r=window.sessionStorage.getItem("what-intent"))}catch(t){}w("input"),w("intent")},m=function(t){var e=t.which,o=s[t.type];"pointer"===o&&(o=S(t));var i=!f.length&&-1===c.indexOf(e),u=f.length&&-1!==f.indexOf(e),l="keyboard"===o&&e&&(i||u)||"mouse"===o||"touch"===o;if(L(o)&&(l=!1),l&&n!==o&&(O("input",n=o),w("input")),l&&r!==o){var d=document.activeElement;d&&d.nodeName&&(-1===a.indexOf(d.nodeName.toLowerCase())||"button"===d.nodeName.toLowerCase()&&!P(d,"form"))&&(O("intent",r=o),w("intent"))}},w=function(e){t.setAttribute("data-what"+e,"input"===e?n:r),j(e)},b=function(t){var e=s[t.type];"pointer"===e&&(e=S(t)),A(t),(!l&&!L(e)||l&&"wheel"===t.type||"mousewheel"===t.type||"DOMMouseScroll"===t.type)&&r!==e&&(O("intent",r=e),w("intent"))},x=function(n){n.target.nodeName?(e=n.target.nodeName.toLowerCase(),t.setAttribute("data-whatelement",e),n.target.classList&&n.target.classList.length&&t.setAttribute("data-whatclasses",n.target.classList.toString().replace(" ",","))):E()},E=function(){e=null,t.removeAttribute("data-whatelement"),t.removeAttribute("data-whatclasses")},O=function(t,e){if(i)try{window.sessionStorage.setItem("what-"+t,e)}catch(t){}},S=function(t){return"number"==typeof t.pointerType?p[t.pointerType]:"pen"===t.pointerType?"touch":t.pointerType},L=function(t){var e=Date.now(),r="mouse"===t&&"touch"===n&&e-o<200;return o=e,r},k=function(){return"onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll"},j=function(t){for(var e=0,o=u.length;e<o;e++)u[e].type===t&&u[e].fn.call(void 0,"input"===t?n:r)},A=function(t){d.x!==t.screenX||d.y!==t.screenY?(l=!1,d.x=t.screenX,d.y=t.screenY):l=!0},P=function(t,e){var n=window.Element.prototype;if(n.matches||(n.matches=n.msMatchesSelector||n.webkitMatchesSelector),n.closest)return t.closest(e);do{if(t.matches(e))return t;t=t.parentElement||t.parentNode}while(null!==t&&1===t.nodeType);return null};return"addEventListener"in window&&Array.prototype.indexOf&&(s[k()]="mouse",g()),{ask:function(t){return"intent"===t?r:n},element:function(){return e},ignoreKeys:function(t){c=t},specificKeys:function(t){f=t},registerOnChange:function(t,e){u.push({fn:t,type:e||"input"})},unRegisterOnChange:function(t){var e=function(t){for(var e=0,n=u.length;e<n;e++)if(u[e].fn===t)return e}(t);(e||0===e)&&u.splice(e,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])};var Vh=Hh.exports=zh();!function(t){var e=function(t){var e,n=Object.prototype,r=n.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function f(t,e,n,r){var o=e&&e.prototype instanceof g?e:g,i=Object.create(o.prototype),a=new A(r||[]);return i._invoke=function(t,e,n){var r=l;return function(o,i){if(r===p)throw new Error("Generator is already running");if(r===h){if("throw"===o)throw i;return R()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var u=L(a,n);if(u){if(u===v)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===l)throw r=h,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=p;var c=s(t,e,n);if("normal"===c.type){if(r=n.done?h:d,c.arg===v)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=h,n.method="throw",n.arg=c.arg)}}}(t,n,a),i}function s(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=f;var l="suspendedStart",d="suspendedYield",p="executing",h="completed",v={};function g(){}function y(){}function m(){}var w={};c(w,i,(function(){return this}));var b=Object.getPrototypeOf,x=b&&b(b(P([])));x&&x!==n&&r.call(x,i)&&(w=x);var E=m.prototype=g.prototype=Object.create(w);function O(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function S(t,e){function n(o,i,a,u){var c=s(t[o],t,i);if("throw"!==c.type){var f=c.arg,l=f.value;return l&&"object"==typeof l&&r.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,a,u)}),(function(t){n("throw",t,a,u)})):e.resolve(l).then((function(t){f.value=t,a(f)}),(function(t){return n("throw",t,a,u)}))}u(c.arg)}var o;this._invoke=function(t,r){function i(){return new e((function(e,o){n(t,r,e,o)}))}return o=o?o.then(i,i):i()}}function L(t,n){var r=t.iterator[n.method];if(r===e){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=e,L(t,n),"throw"===n.method))return v;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var o=s(r,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,v;var i=o.arg;return i?i.done?(n[t.resultName]=i.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,v):i:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function k(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function j(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function A(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function P(t){if(t){var n=t[i];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,a=function n(){for(;++o<t.length;)if(r.call(t,o))return n.value=t[o],n.done=!1,n;return n.value=e,n.done=!0,n};return a.next=a}}return{next:R}}function R(){return{value:e,done:!0}}return y.prototype=m,c(E,"constructor",m),c(m,"constructor",y),y.displayName=c(m,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===y||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,c(t,u,"GeneratorFunction")),t.prototype=Object.create(E),t},t.awrap=function(t){return{__await:t}},O(S.prototype),c(S.prototype,a,(function(){return this})),t.AsyncIterator=S,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var a=new S(f(e,n,r,o),i);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},O(E),c(E,u,"Generator"),c(E,i,(function(){return this})),c(E,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=P,A.prototype={constructor:A,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(j),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function o(r,o){return u.type="throw",u.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var c=r.call(a,"catchLoc"),f=r.call(a,"finallyLoc");if(c&&f){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!f)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),v},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),j(n),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;j(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:P(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),v}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}}({exports:{}});var Xh=Ir,qh=o,Jh=a,Qh=$r,Zh=G,tv=Pt,ev=zn,nv=Ba,rv=fi,ov=is,iv=J,av=Vt("isConcatSpreadable"),uv=qh.TypeError,cv=iv>=51||!Jh((function(){var t=[];return t[av]=!1,t.concat()[0]!==t})),fv=ov("concat"),sv=function(t){if(!Zh(t))return!1;var e=t[av];return void 0!==e?!!e:Qh(t)};Xh({target:"Array",proto:!0,forced:!cv||!fv},{concat:function(t){var e,n,r,o,i,a=tv(this),u=rv(a,0),c=0;for(e=-1,r=arguments.length;e<r;e++)if(sv(i=-1===e?a:arguments[e])){if(c+(o=ev(i))>9007199254740991)throw uv("Maximum allowed index exceeded");for(n=0;n<o;n++,c++)n in i&&nv(u,c,i[n])}else{if(c>=9007199254740991)throw uv("Maximum allowed index exceeded");nv(u,c++,i)}return u.length=c,u}});var lv,dv,pv,hv,vv,gv,yv,mv;"undefined"!=typeof navigator&&/edge/i.test(null===(lv=navigator)||void 0===lv?void 0:lv.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(dv=navigator)||void 0===dv?void 0:dv.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(pv=navigator)||void 0===pv?void 0:pv.userAgent)&&/chrome/i.test(null===(hv=navigator)||void 0===hv?void 0:hv.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(vv=navigator)||void 0===vv?void 0:vv.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(gv=navigator)||void 0===gv?void 0:gv.userAgent),"undefined"!=typeof navigator&&new RegExp("Mac|iPad|iPhone|iPod","i").test(null===(yv=navigator)||void 0===yv?void 0:yv.platform),"undefined"!=typeof navigator&&new RegExp("Linux","i").test(null===(mv=navigator)||void 0===mv?void 0:mv.platform);function wv(){if("undefined"!=typeof document){var t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1}function bv(){var t=function t(){if("undefined"!=typeof document&&"undefined"!=typeof window&&"undefined"!=typeof navigator){try{"undefined"!=typeof window&&window.IS_TEST?document.documentElement.setAttribute("data-os","other"):null!==navigator.platform.match(new RegExp("Mac|iPad|iPhone|iPod"))?document.documentElement.setAttribute("data-os","mac"):null!==navigator.platform.match(new RegExp("Win"))?document.documentElement.setAttribute("data-os","win"):null!==navigator.platform.match(new RegExp("Linux"))&&document.documentElement.setAttribute("data-os","linux")}catch(t){}document.removeEventListener("DOMContentLoaded",t)}};"undefined"!=typeof document&&"loading"===document.readyState?document.addEventListener("DOMContentLoaded",t):t()}!function(){if("undefined"!=typeof window){var t=function(){function t(){Va(this,t)}return qa(t,[{key:"version",get:function(){return"9.34.3"}}]),t}();window.Eufemia=new t}}(),Vh.specificKeys([9]),bv(),function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Va(this,t),Ja(this,"checkOutsideClick",(function(t){var e=t.event,n=t.ignoreElements,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;try{var o=e.target;if("HTML"===(null==o?void 0:o.tagName)&&(e.pageX>document.documentElement.clientWidth-40||e.pageY>document.documentElement.clientHeight-40))return;if(xv(o))return;for(var i,a=0,u=n.length;a<u;++a)if(i=o,n[a])do{if(i===n[a])return;i=i&&i.parentNode}while(i);"function"==typeof r&&r()}catch(t){}})),this.handleClickOutside||"undefined"==typeof document||"undefined"==typeof window||(Array.isArray(e)||(e=[e]),this.handleClickOutside=function(t){r.checkOutsideClick({event:t,ignoreElements:e},(function(){return"function"==typeof n&&n({event:t})}))},document.addEventListener("mousedown",this.handleClickOutside),this.keydownCallback=function(t){"esc"===Wh(t)&&(window.removeEventListener("keydown",r.keydownCallback),"function"==typeof n&&n({event:t}))},window.addEventListener("keydown",this.keydownCallback),o.includedKeys&&(this.keyupCallback=function(t){var e=Wh(t);o.includedKeys.includes(e)&&"function"==typeof r.handleClickOutside&&r.handleClickOutside(t,(function(){r.keyupCallback&&window.removeEventListener("keyup",r.keyupCallback)}))},window.addEventListener("keyup",this.keyupCallback)))}qa(t,[{key:"remove",value:function(){this.handleClickOutside&&"undefined"!=typeof document&&(document.removeEventListener("mousedown",this.handleClickOutside),this.handleClickOutside=null),this.keydownCallback&&"undefined"!=typeof window&&(window.removeEventListener("keydown",this.keydownCallback),this.keydownCallback=null),this.keyupCallback&&"undefined"!=typeof window&&(window.removeEventListener("keyup",this.keyupCallback),this.keyupCallback=null)}}])}();var xv=function(t){return t&&(t.scrollHeight>t.offsetHeight||t.scrollWidth>t.offsetWidth)&&Ev(t)},Ev=function(t){var e="undefined"!=typeof window?window.getComputedStyle(t):{};return/scroll|auto/i.test((e.overflow||"")+(e.overflowX||"")+(e.overflowY||""))};export{bv as defineNavigator,wv as isTouchDevice};