@dnb/eufemia 9.39.1 → 9.40.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 (182) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/cjs/components/accordion/style/_accordion.scss +2 -2
  3. package/cjs/components/accordion/style/dnb-accordion.css +3 -3
  4. package/cjs/components/accordion/style/dnb-accordion.min.css +1 -1
  5. package/cjs/components/dialog/Dialog.d.ts +1 -1
  6. package/cjs/components/dialog/parts/DialogAction.d.ts +5 -4
  7. package/cjs/components/dialog/parts/DialogAction.js +23 -4
  8. package/cjs/components/dialog/style/_dialog.scss +7 -30
  9. package/cjs/components/dialog/style/dnb-dialog.css +21 -44
  10. package/cjs/components/dialog/style/dnb-dialog.min.css +1 -1
  11. package/cjs/components/dialog/style/themes/dnb-dialog-theme-ui.css +20 -0
  12. package/cjs/components/dialog/style/themes/dnb-dialog-theme-ui.min.css +1 -1
  13. package/cjs/components/dialog/style/themes/dnb-dialog-theme-ui.scss +29 -0
  14. package/cjs/components/drawer/style/_drawer.scss +1 -0
  15. package/cjs/components/drawer/style/dnb-drawer.css +12 -22
  16. package/cjs/components/drawer/style/dnb-drawer.min.css +1 -1
  17. package/cjs/components/lib.d.ts +1 -1
  18. package/cjs/components/modal/style/dnb-modal.css +11 -22
  19. package/cjs/components/modal/style/dnb-modal.min.css +1 -1
  20. package/cjs/components/number-format/NumberFormat.js +1 -1
  21. package/cjs/components/table/Table.js +1 -1
  22. package/cjs/components/table/TableContainer.js +3 -1
  23. package/cjs/components/table/TableStickyHeader.d.ts +4 -1
  24. package/cjs/components/table/TableStickyHeader.js +112 -83
  25. package/cjs/components/table/TableTh.d.ts +1 -1
  26. package/cjs/components/table/TableTh.js +4 -1
  27. package/cjs/components/table/style/_table-cell.scss +4 -4
  28. package/cjs/components/table/style/_table-container.scss +7 -17
  29. package/cjs/components/table/style/_table-deprecated.scss +74 -0
  30. package/cjs/components/table/style/_table-header-buttons.scss +2 -1
  31. package/cjs/components/table/style/_table-sticky.scss +24 -23
  32. package/cjs/components/table/style/_table-td.scss +27 -46
  33. package/cjs/components/table/style/_table-th.scss +44 -0
  34. package/cjs/components/table/style/_table.scss +13 -71
  35. package/cjs/components/table/style/dnb-table.css +181 -132
  36. package/cjs/components/table/style/dnb-table.min.css +1 -1
  37. package/cjs/components/table/style/themes/dnb-table-theme-ui.css +78 -63
  38. package/cjs/components/table/style/themes/dnb-table-theme-ui.min.css +1 -1
  39. package/cjs/components/table/style/themes/dnb-table-theme-ui.scss +42 -17
  40. package/cjs/components/visually-hidden/VisuallyHidden.d.ts +2 -11
  41. package/cjs/components/visually-hidden/VisuallyHidden.js +2 -5
  42. package/cjs/components/visually-hidden/style/_visually-hidden.scss +0 -8
  43. package/cjs/components/visually-hidden/style/dnb-visually-hidden.css +10 -42
  44. package/cjs/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
  45. package/cjs/shared/Eufemia.js +1 -1
  46. package/cjs/style/core/helper-classes/helper-classes.scss +3 -0
  47. package/cjs/style/core/utilities.scss +15 -16
  48. package/cjs/style/dnb-ui-basis.css +20 -13
  49. package/cjs/style/dnb-ui-basis.min.css +1 -1
  50. package/cjs/style/dnb-ui-components.css +205 -199
  51. package/cjs/style/dnb-ui-components.min.css +4 -4
  52. package/cjs/style/dnb-ui-core.css +20 -13
  53. package/cjs/style/dnb-ui-core.min.css +1 -1
  54. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.css +98 -63
  55. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +2 -2
  56. package/cjs/style/themes/theme-ui/dnb-theme-ui.css +98 -63
  57. package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  58. package/components/accordion/style/_accordion.scss +2 -2
  59. package/components/accordion/style/dnb-accordion.css +3 -3
  60. package/components/accordion/style/dnb-accordion.min.css +1 -1
  61. package/components/dialog/Dialog.d.ts +1 -1
  62. package/components/dialog/parts/DialogAction.d.ts +5 -4
  63. package/components/dialog/parts/DialogAction.js +19 -11
  64. package/components/dialog/style/_dialog.scss +7 -30
  65. package/components/dialog/style/dnb-dialog.css +21 -44
  66. package/components/dialog/style/dnb-dialog.min.css +1 -1
  67. package/components/dialog/style/themes/dnb-dialog-theme-ui.css +20 -0
  68. package/components/dialog/style/themes/dnb-dialog-theme-ui.min.css +1 -1
  69. package/components/dialog/style/themes/dnb-dialog-theme-ui.scss +29 -0
  70. package/components/drawer/style/_drawer.scss +1 -0
  71. package/components/drawer/style/dnb-drawer.css +12 -22
  72. package/components/drawer/style/dnb-drawer.min.css +1 -1
  73. package/components/lib.d.ts +1 -1
  74. package/components/modal/style/dnb-modal.css +11 -22
  75. package/components/modal/style/dnb-modal.min.css +1 -1
  76. package/components/number-format/NumberFormat.js +1 -1
  77. package/components/table/Table.js +1 -1
  78. package/components/table/TableContainer.js +3 -1
  79. package/components/table/TableStickyHeader.d.ts +4 -1
  80. package/components/table/TableStickyHeader.js +112 -51
  81. package/components/table/TableTh.d.ts +1 -1
  82. package/components/table/TableTh.js +4 -1
  83. package/components/table/style/_table-cell.scss +4 -4
  84. package/components/table/style/_table-container.scss +7 -17
  85. package/components/table/style/_table-deprecated.scss +74 -0
  86. package/components/table/style/_table-header-buttons.scss +2 -1
  87. package/components/table/style/_table-sticky.scss +24 -23
  88. package/components/table/style/_table-td.scss +27 -46
  89. package/components/table/style/_table-th.scss +44 -0
  90. package/components/table/style/_table.scss +13 -71
  91. package/components/table/style/dnb-table.css +181 -132
  92. package/components/table/style/dnb-table.min.css +1 -1
  93. package/components/table/style/themes/dnb-table-theme-ui.css +78 -63
  94. package/components/table/style/themes/dnb-table-theme-ui.min.css +1 -1
  95. package/components/table/style/themes/dnb-table-theme-ui.scss +42 -17
  96. package/components/visually-hidden/VisuallyHidden.d.ts +2 -11
  97. package/components/visually-hidden/VisuallyHidden.js +2 -5
  98. package/components/visually-hidden/style/_visually-hidden.scss +0 -8
  99. package/components/visually-hidden/style/dnb-visually-hidden.css +10 -42
  100. package/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
  101. package/es/components/accordion/style/_accordion.scss +2 -2
  102. package/es/components/accordion/style/dnb-accordion.css +3 -3
  103. package/es/components/accordion/style/dnb-accordion.min.css +1 -1
  104. package/es/components/dialog/Dialog.d.ts +1 -1
  105. package/es/components/dialog/parts/DialogAction.d.ts +5 -4
  106. package/es/components/dialog/parts/DialogAction.js +21 -11
  107. package/es/components/dialog/style/_dialog.scss +7 -30
  108. package/es/components/dialog/style/dnb-dialog.css +21 -44
  109. package/es/components/dialog/style/dnb-dialog.min.css +1 -1
  110. package/es/components/dialog/style/themes/dnb-dialog-theme-ui.css +20 -0
  111. package/es/components/dialog/style/themes/dnb-dialog-theme-ui.min.css +1 -1
  112. package/es/components/dialog/style/themes/dnb-dialog-theme-ui.scss +29 -0
  113. package/es/components/drawer/style/_drawer.scss +1 -0
  114. package/es/components/drawer/style/dnb-drawer.css +12 -22
  115. package/es/components/drawer/style/dnb-drawer.min.css +1 -1
  116. package/es/components/lib.d.ts +1 -1
  117. package/es/components/modal/style/dnb-modal.css +11 -22
  118. package/es/components/modal/style/dnb-modal.min.css +1 -1
  119. package/es/components/number-format/NumberFormat.js +1 -1
  120. package/es/components/table/Table.js +1 -1
  121. package/es/components/table/TableContainer.js +3 -1
  122. package/es/components/table/TableStickyHeader.d.ts +4 -1
  123. package/es/components/table/TableStickyHeader.js +112 -48
  124. package/es/components/table/TableTh.d.ts +1 -1
  125. package/es/components/table/TableTh.js +4 -1
  126. package/es/components/table/style/_table-cell.scss +4 -4
  127. package/es/components/table/style/_table-container.scss +7 -17
  128. package/es/components/table/style/_table-deprecated.scss +74 -0
  129. package/es/components/table/style/_table-header-buttons.scss +2 -1
  130. package/es/components/table/style/_table-sticky.scss +24 -23
  131. package/es/components/table/style/_table-td.scss +27 -46
  132. package/es/components/table/style/_table-th.scss +44 -0
  133. package/es/components/table/style/_table.scss +13 -71
  134. package/es/components/table/style/dnb-table.css +181 -132
  135. package/es/components/table/style/dnb-table.min.css +1 -1
  136. package/es/components/table/style/themes/dnb-table-theme-ui.css +78 -63
  137. package/es/components/table/style/themes/dnb-table-theme-ui.min.css +1 -1
  138. package/es/components/table/style/themes/dnb-table-theme-ui.scss +42 -17
  139. package/es/components/visually-hidden/VisuallyHidden.d.ts +2 -11
  140. package/es/components/visually-hidden/VisuallyHidden.js +2 -5
  141. package/es/components/visually-hidden/style/_visually-hidden.scss +0 -8
  142. package/es/components/visually-hidden/style/dnb-visually-hidden.css +10 -42
  143. package/es/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
  144. package/es/shared/Eufemia.js +1 -1
  145. package/es/style/core/helper-classes/helper-classes.scss +3 -0
  146. package/es/style/core/utilities.scss +15 -16
  147. package/es/style/dnb-ui-basis.css +20 -13
  148. package/es/style/dnb-ui-basis.min.css +1 -1
  149. package/es/style/dnb-ui-components.css +205 -199
  150. package/es/style/dnb-ui-components.min.css +4 -4
  151. package/es/style/dnb-ui-core.css +20 -13
  152. package/es/style/dnb-ui-core.min.css +1 -1
  153. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.css +98 -63
  154. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +2 -2
  155. package/es/style/themes/theme-ui/dnb-theme-ui.css +98 -63
  156. package/es/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  157. package/esm/dnb-ui-basis.min.mjs +2 -2
  158. package/esm/dnb-ui-components.min.mjs +4 -4
  159. package/esm/dnb-ui-elements.min.mjs +4 -4
  160. package/esm/dnb-ui-extensions.min.mjs +4 -4
  161. package/esm/dnb-ui-lib.min.mjs +4 -4
  162. package/esm/dnb-ui-web-components.min.mjs +4 -4
  163. package/package.json +2 -2
  164. package/shared/Eufemia.js +1 -1
  165. package/style/core/helper-classes/helper-classes.scss +3 -0
  166. package/style/core/utilities.scss +15 -16
  167. package/style/dnb-ui-basis.css +20 -13
  168. package/style/dnb-ui-basis.min.css +1 -1
  169. package/style/dnb-ui-components.css +205 -199
  170. package/style/dnb-ui-components.min.css +4 -4
  171. package/style/dnb-ui-core.css +20 -13
  172. package/style/dnb-ui-core.min.css +1 -1
  173. package/style/themes/theme-eiendom/dnb-theme-eiendom.css +98 -63
  174. package/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +2 -2
  175. package/style/themes/theme-ui/dnb-theme-ui.css +98 -63
  176. package/style/themes/theme-ui/dnb-theme-ui.min.css +2 -2
  177. package/umd/dnb-ui-basis.min.js +3 -3
  178. package/umd/dnb-ui-components.min.js +5 -5
  179. package/umd/dnb-ui-elements.min.js +4 -4
  180. package/umd/dnb-ui-extensions.min.js +5 -5
  181. package/umd/dnb-ui-lib.min.js +5 -5
  182. package/umd/dnb-ui-web-components.min.js +5 -5
@@ -1,5 +1,5 @@
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};
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={},u=function(t){try{return!!t()}catch(t){return!0}},a=!u((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),c=!u((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})),f=c,s=Function.prototype.call,l=f?s.bind(s):function(){return s.apply(s,arguments)},d={},p={}.propertyIsEnumerable,h=Object.getOwnPropertyDescriptor,v=h&&!p.call({1:2},1);d.f=v?function(t){var e=h(this,t);return!!e&&e.enumerable}:p;var y,g,m=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},w=c,b=Function.prototype,x=b.call,E=w&&b.bind.bind(x,x),S=w?E:function(t){return function(){return x.apply(t,arguments)}},O=S,L=O({}.toString),k=O("".slice),j=function(t){return k(L(t),8,-1)},A=u,P=j,C=Object,R=S("".split),I=A((function(){return!C("z").propertyIsEnumerable(0)}))?function(t){return"String"==P(t)?R(t,""):C(t)}:C,T=function(t){return null==t},_=T,M=TypeError,F=function(t){if(_(t))throw M("Can't call method on "+t);return t},D=I,N=F,G=function(t){return D(N(t))},$="object"==typeof document&&document.all,Y={all:$,IS_HTMLDDA:void 0===$&&void 0!==$},B=Y.all,K=Y.IS_HTMLDDA?function(t){return"function"==typeof t||t===B}:function(t){return"function"==typeof t},z=K,U=Y.all,H=Y.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:z(t)||t===U}:function(t){return"object"==typeof t?null!==t:z(t)},W=o,V=K,X=function(t){return V(t)?t:void 0},q=function(t,e){return arguments.length<2?X(W[t]):W[t]&&W[t][e]},J=S({}.isPrototypeOf),Q=o,Z=q("navigator","userAgent")||"",tt=Q.process,et=Q.Deno,nt=tt&&tt.versions||et&&et.version,rt=nt&&nt.v8;rt&&(g=(y=rt.split("."))[0]>0&&y[0]<4?1:+(y[0]+y[1])),!g&&Z&&(!(y=Z.match(/Edge\/(\d+)/))||y[1]>=74)&&(y=Z.match(/Chrome\/(\d+)/))&&(g=+y[1]);var ot=g,it=ot,ut=u,at=!!Object.getOwnPropertySymbols&&!ut((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&it&&it<41})),ct=at&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,ft=q,st=K,lt=J,dt=Object,pt=ct?function(t){return"symbol"==typeof t}:function(t){var e=ft("Symbol");return st(e)&&lt(e.prototype,dt(t))},ht=String,vt=function(t){try{return ht(t)}catch(t){return"Object"}},yt=K,gt=vt,mt=TypeError,wt=function(t){if(yt(t))return t;throw mt(gt(t)+" is not a function")},bt=wt,xt=T,Et=function(t,e){var n=t[e];return xt(n)?void 0:bt(n)},St=l,Ot=K,Lt=H,kt=TypeError,jt={exports:{}},At=o,Pt=Object.defineProperty,Ct=function(t,e){try{Pt(At,t,{value:e,configurable:!0,writable:!0})}catch(n){At[t]=e}return e},Rt=Ct,It=o["__core-js_shared__"]||Rt("__core-js_shared__",{}),Tt=It;(jt.exports=function(t,e){return Tt[t]||(Tt[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.26.1",mode:"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"});var _t=F,Mt=Object,Ft=function(t){return Mt(_t(t))},Dt=Ft,Nt=S({}.hasOwnProperty),Gt=Object.hasOwn||function(t,e){return Nt(Dt(t),e)},$t=S,Yt=0,Bt=Math.random(),Kt=$t(1..toString),zt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+Kt(++Yt+Bt,36)},Ut=o,Ht=jt.exports,Wt=Gt,Vt=zt,Xt=at,qt=ct,Jt=Ht("wks"),Qt=Ut.Symbol,Zt=Qt&&Qt.for,te=qt?Qt:Qt&&Qt.withoutSetter||Vt,ee=function(t){if(!Wt(Jt,t)||!Xt&&"string"!=typeof Jt[t]){var e="Symbol."+t;Xt&&Wt(Qt,t)?Jt[t]=Qt[t]:Jt[t]=qt&&Zt?Zt(e):te(e)}return Jt[t]},ne=l,re=H,oe=pt,ie=Et,ue=function(t,e){var n,r;if("string"===e&&Ot(n=t.toString)&&!Lt(r=St(n,t)))return r;if(Ot(n=t.valueOf)&&!Lt(r=St(n,t)))return r;if("string"!==e&&Ot(n=t.toString)&&!Lt(r=St(n,t)))return r;throw kt("Can't convert object to primitive value")},ae=TypeError,ce=ee("toPrimitive"),fe=function(t,e){if(!re(t)||oe(t))return t;var n,r=ie(t,ce);if(r){if(void 0===e&&(e="default"),n=ne(r,t,e),!re(n)||oe(n))return n;throw ae("Can't convert object to primitive value")}return void 0===e&&(e="number"),ue(t,e)},se=pt,le=function(t){var e=fe(t,"string");return se(e)?e:e+""},de=H,pe=o.document,he=de(pe)&&de(pe.createElement),ve=function(t){return he?pe.createElement(t):{}},ye=ve,ge=!a&&!u((function(){return 7!=Object.defineProperty(ye("div"),"a",{get:function(){return 7}}).a})),me=a,we=l,be=d,xe=m,Ee=G,Se=le,Oe=Gt,Le=ge,ke=Object.getOwnPropertyDescriptor;i.f=me?ke:function(t,e){if(t=Ee(t),e=Se(e),Le)try{return ke(t,e)}catch(t){}if(Oe(t,e))return xe(!we(be.f,t,e),t[e])};var je={},Ae=a&&u((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Pe=H,Ce=String,Re=TypeError,Ie=function(t){if(Pe(t))return t;throw Re(Ce(t)+" is not an object")},Te=a,_e=ge,Me=Ae,Fe=Ie,De=le,Ne=TypeError,Ge=Object.defineProperty,$e=Object.getOwnPropertyDescriptor;je.f=Te?Me?function(t,e,n){if(Fe(t),e=De(e),Fe(n),"function"==typeof t&&"prototype"===e&&"value"in n&&"writable"in n&&!n.writable){var r=$e(t,e);r&&r.writable&&(t[e]=n.value,n={configurable:"configurable"in n?n.configurable:r.configurable,enumerable:"enumerable"in n?n.enumerable:r.enumerable,writable:!1})}return Ge(t,e,n)}:Ge:function(t,e,n){if(Fe(t),e=De(e),Fe(n),_e)try{return Ge(t,e,n)}catch(t){}if("get"in n||"set"in n)throw Ne("Accessors not supported");return"value"in n&&(t[e]=n.value),t};var Ye=je,Be=m,Ke=a?function(t,e,n){return Ye.f(t,e,Be(1,n))}:function(t,e,n){return t[e]=n,t},ze={exports:{}},Ue=a,He=Gt,We=Function.prototype,Ve=Ue&&Object.getOwnPropertyDescriptor,Xe=He(We,"name"),qe={EXISTS:Xe,PROPER:Xe&&"something"===function(){}.name,CONFIGURABLE:Xe&&(!Ue||Ue&&Ve(We,"name").configurable)},Je=K,Qe=It,Ze=S(Function.toString);Je(Qe.inspectSource)||(Qe.inspectSource=function(t){return Ze(t)});var tn,en,nn,rn=Qe.inspectSource,on=K,un=o.WeakMap,an=on(un)&&/native code/.test(String(un)),cn=jt.exports,fn=zt,sn=cn("keys"),ln=function(t){return sn[t]||(sn[t]=fn(t))},dn={},pn=an,hn=o,vn=H,yn=Ke,gn=Gt,mn=It,wn=ln,bn=dn,xn=hn.TypeError,En=hn.WeakMap;if(pn||mn.state){var Sn=mn.state||(mn.state=new En);Sn.get=Sn.get,Sn.has=Sn.has,Sn.set=Sn.set,tn=function(t,e){if(Sn.has(t))throw xn("Object already initialized");return e.facade=t,Sn.set(t,e),e},en=function(t){return Sn.get(t)||{}},nn=function(t){return Sn.has(t)}}else{var On=wn("state");bn[On]=!0,tn=function(t,e){if(gn(t,On))throw xn("Object already initialized");return e.facade=t,yn(t,On,e),e},en=function(t){return gn(t,On)?t[On]:{}},nn=function(t){return gn(t,On)}}var Ln={set:tn,get:en,has:nn,enforce:function(t){return nn(t)?en(t):tn(t,{})},getterFor:function(t){return function(e){var n;if(!vn(e)||(n=en(e)).type!==t)throw xn("Incompatible receiver, "+t+" required");return n}}},kn=u,jn=K,An=Gt,Pn=a,Cn=qe.CONFIGURABLE,Rn=rn,In=Ln.enforce,Tn=Ln.get,_n=Object.defineProperty,Mn=Pn&&!kn((function(){return 8!==_n((function(){}),"length",{value:8}).length})),Fn=String(String).split("String"),Dn=ze.exports=function(t,e,n){"Symbol("===String(e).slice(0,7)&&(e="["+String(e).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(e="get "+e),n&&n.setter&&(e="set "+e),(!An(t,"name")||Cn&&t.name!==e)&&(Pn?_n(t,"name",{value:e,configurable:!0}):t.name=e),Mn&&n&&An(n,"arity")&&t.length!==n.arity&&_n(t,"length",{value:n.arity});try{n&&An(n,"constructor")&&n.constructor?Pn&&_n(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var r=In(t);return An(r,"source")||(r.source=Fn.join("string"==typeof e?e:"")),t};Function.prototype.toString=Dn((function(){return jn(this)&&Tn(this).source||Rn(this)}),"toString");var Nn=K,Gn=je,$n=ze.exports,Yn=Ct,Bn=function(t,e,n,r){r||(r={});var o=r.enumerable,i=void 0!==r.name?r.name:e;if(Nn(n)&&$n(n,i,r),r.global)o?t[e]=n:Yn(e,n);else{try{r.unsafe?t[e]&&(o=!0):delete t[e]}catch(t){}o?t[e]=n:Gn.f(t,e,{value:n,enumerable:!1,configurable:!r.nonConfigurable,writable:!r.nonWritable})}return t},Kn={},zn=Math.ceil,Un=Math.floor,Hn=Math.trunc||function(t){var e=+t;return(e>0?Un:zn)(e)},Wn=function(t){var e=+t;return e!=e||0===e?0:Hn(e)},Vn=Wn,Xn=Math.max,qn=Math.min,Jn=function(t,e){var n=Vn(t);return n<0?Xn(n+e,0):qn(n,e)},Qn=Wn,Zn=Math.min,tr=function(t){return t>0?Zn(Qn(t),9007199254740991):0},er=tr,nr=function(t){return er(t.length)},rr=G,or=Jn,ir=nr,ur=function(t){return function(e,n,r){var o,i=rr(e),u=ir(i),a=or(r,u);if(t&&n!=n){for(;u>a;)if((o=i[a++])!=o)return!0}else for(;u>a;a++)if((t||a in i)&&i[a]===n)return t||a||0;return!t&&-1}},ar={includes:ur(!0),indexOf:ur(!1)},cr=Gt,fr=G,sr=ar.indexOf,lr=dn,dr=S([].push),pr=function(t,e){var n,r=fr(t),o=0,i=[];for(n in r)!cr(lr,n)&&cr(r,n)&&dr(i,n);for(;e.length>o;)cr(r,n=e[o++])&&(~sr(i,n)||dr(i,n));return i},hr=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],vr=pr,yr=hr.concat("length","prototype");Kn.f=Object.getOwnPropertyNames||function(t){return vr(t,yr)};var gr={};gr.f=Object.getOwnPropertySymbols;var mr=q,wr=Kn,br=gr,xr=Ie,Er=S([].concat),Sr=mr("Reflect","ownKeys")||function(t){var e=wr.f(xr(t)),n=br.f;return n?Er(e,n(t)):e},Or=Gt,Lr=Sr,kr=i,jr=je,Ar=u,Pr=K,Cr=/#|\.prototype\./,Rr=function(t,e){var n=Tr[Ir(t)];return n==Mr||n!=_r&&(Pr(e)?Ar(e):!!e)},Ir=Rr.normalize=function(t){return String(t).replace(Cr,".").toLowerCase()},Tr=Rr.data={},_r=Rr.NATIVE="N",Mr=Rr.POLYFILL="P",Fr=Rr,Dr=o,Nr=i.f,Gr=Ke,$r=Bn,Yr=Ct,Br=function(t,e,n){for(var r=Lr(e),o=jr.f,i=kr.f,u=0;u<r.length;u++){var a=r[u];Or(t,a)||n&&Or(n,a)||o(t,a,i(e,a))}},Kr=Fr,zr=function(t,e){var n,r,o,i,u,a=t.target,c=t.global,f=t.stat;if(n=c?Dr:f?Dr[a]||Yr(a,{}):(Dr[a]||{}).prototype)for(r in e){if(i=e[r],o=t.dontCallGetSet?(u=Nr(n,r))&&u.value:n[r],!Kr(c?r:a+(f?".":"#")+r,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;Br(i,o)}(t.sham||o&&o.sham)&&Gr(i,"sham",!0),$r(n,r,i,t)}},Ur={};Ur[ee("toStringTag")]="z";var Hr="[object z]"===String(Ur),Wr=Hr,Vr=K,Xr=j,qr=ee("toStringTag"),Jr=Object,Qr="Arguments"==Xr(function(){return arguments}()),Zr=Wr?Xr: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=Jr(t),qr))?n:Qr?Xr(e):"Object"==(r=Xr(e))&&Vr(e.callee)?"Arguments":r},to=Zr,eo=String,no=function(t){if("Symbol"===to(t))throw TypeError("Cannot convert a Symbol value to a string");return eo(t)},ro={},oo=pr,io=hr,uo=Object.keys||function(t){return oo(t,io)},ao=a,co=Ae,fo=je,so=Ie,lo=G,po=uo;ro.f=ao&&!co?Object.defineProperties:function(t,e){so(t);for(var n,r=lo(e),o=po(e),i=o.length,u=0;i>u;)fo.f(t,n=o[u++],r[n]);return t};var ho,vo=q("document","documentElement"),yo=Ie,go=ro,mo=hr,wo=dn,bo=vo,xo=ve,Eo=ln("IE_PROTO"),So=function(){},Oo=function(t){return"<script>"+t+"<\/script>"},Lo=function(t){t.write(Oo("")),t.close();var e=t.parentWindow.Object;return t=null,e},ko=function(){try{ho=new ActiveXObject("htmlfile")}catch(t){}var t,e;ko="undefined"!=typeof document?document.domain&&ho?Lo(ho):((e=xo("iframe")).style.display="none",bo.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(Oo("document.F=Object")),t.close(),t.F):Lo(ho);for(var n=mo.length;n--;)delete ko.prototype[mo[n]];return ko()};wo[Eo]=!0;var jo=Object.create||function(t,e){var n;return null!==t?(So.prototype=yo(t),n=new So,So.prototype=null,n[Eo]=t):n=ko(),void 0===e?n:go.f(n,e)},Ao={},Po=le,Co=je,Ro=m,Io=function(t,e,n){var r=Po(e);r in t?Co.f(t,r,Ro(0,n)):t[r]=n},To=Jn,_o=nr,Mo=Io,Fo=Array,Do=Math.max,No=function(t,e,n){for(var r=_o(t),o=To(e,r),i=To(void 0===n?r:n,r),u=Fo(Do(i-o,0)),a=0;o<i;o++,a++)Mo(u,a,t[o]);return u.length=a,u},Go=j,$o=G,Yo=Kn.f,Bo=No,Ko="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];Ao.f=function(t){return Ko&&"Window"==Go(t)?function(t){try{return Yo(t)}catch(t){return Bo(Ko)}}(t):Yo($o(t))};var zo={},Uo=ee;zo.f=Uo;var Ho=o,Wo=Gt,Vo=zo,Xo=je.f,qo=l,Jo=q,Qo=ee,Zo=Bn,ti=je.f,ei=Gt,ni=ee("toStringTag"),ri=function(t,e,n){t&&!n&&(t=t.prototype),t&&!ei(t,ni)&&ti(t,ni,{configurable:!0,value:e})},oi=j,ii=S,ui=function(t){if("Function"===oi(t))return ii(t)},ai=wt,ci=c,fi=ui(ui.bind),si=function(t,e){return ai(t),void 0===e?t:ci?fi(t,e):function(){return t.apply(e,arguments)}},li=j,di=Array.isArray||function(t){return"Array"==li(t)},pi=S,hi=u,vi=K,yi=Zr,gi=rn,mi=function(){},wi=[],bi=q("Reflect","construct"),xi=/^\s*(?:class|function)\b/,Ei=pi(xi.exec),Si=!xi.exec(mi),Oi=function(t){if(!vi(t))return!1;try{return bi(mi,wi,t),!0}catch(t){return!1}},Li=function(t){if(!vi(t))return!1;switch(yi(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Si||!!Ei(xi,gi(t))}catch(t){return!0}};Li.sham=!0;var ki=!bi||hi((function(){var t;return Oi(Oi.call)||!Oi(Object)||!Oi((function(){t=!0}))||t}))?Li:Oi,ji=di,Ai=ki,Pi=H,Ci=ee("species"),Ri=Array,Ii=function(t){var e;return ji(t)&&(e=t.constructor,(Ai(e)&&(e===Ri||ji(e.prototype))||Pi(e)&&null===(e=e[Ci]))&&(e=void 0)),void 0===e?Ri:e},Ti=function(t,e){return new(Ii(t))(0===e?0:e)},_i=si,Mi=I,Fi=Ft,Di=nr,Ni=Ti,Gi=S([].push),$i=function(t){var e=1==t,n=2==t,r=3==t,o=4==t,i=6==t,u=7==t,a=5==t||i;return function(c,f,s,l){for(var d,p,h=Fi(c),v=Mi(h),y=_i(f,s),g=Di(v),m=0,w=l||Ni,b=e?w(c,g):n||u?w(c,0):void 0;g>m;m++)if((a||m in v)&&(p=y(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:Gi(b,d)}else switch(t){case 4:return!1;case 7:Gi(b,d)}return i?-1:r||o?o:b}},Yi={forEach:$i(0),map:$i(1),filter:$i(2),some:$i(3),every:$i(4),find:$i(5),findIndex:$i(6),filterReject:$i(7)},Bi=zr,Ki=o,zi=l,Ui=S,Hi=a,Wi=at,Vi=u,Xi=Gt,qi=J,Ji=Ie,Qi=G,Zi=le,tu=no,eu=m,nu=jo,ru=uo,ou=Kn,iu=Ao,uu=gr,au=i,cu=je,fu=ro,su=d,lu=Bn,du=jt.exports,pu=dn,hu=zt,vu=ee,yu=zo,gu=function(t){var e=Ho.Symbol||(Ho.Symbol={});Wo(e,t)||Xo(e,t,{value:Vo.f(t)})},mu=function(){var t=Jo("Symbol"),e=t&&t.prototype,n=e&&e.valueOf,r=Qo("toPrimitive");e&&!e[r]&&Zo(e,r,(function(t){return qo(n,this)}),{arity:1})},wu=ri,bu=Ln,xu=Yi.forEach,Eu=ln("hidden"),Su=bu.set,Ou=bu.getterFor("Symbol"),Lu=Object.prototype,ku=Ki.Symbol,ju=ku&&ku.prototype,Au=Ki.TypeError,Pu=Ki.QObject,Cu=au.f,Ru=cu.f,Iu=iu.f,Tu=su.f,_u=Ui([].push),Mu=du("symbols"),Fu=du("op-symbols"),Du=du("wks"),Nu=!Pu||!Pu.prototype||!Pu.prototype.findChild,Gu=Hi&&Vi((function(){return 7!=nu(Ru({},"a",{get:function(){return Ru(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=Cu(Lu,e);r&&delete Lu[e],Ru(t,e,n),r&&t!==Lu&&Ru(Lu,e,r)}:Ru,$u=function(t,e){var n=Mu[t]=nu(ju);return Su(n,{type:"Symbol",tag:t,description:e}),Hi||(n.description=e),n},Yu=function(t,e,n){t===Lu&&Yu(Fu,e,n),Ji(t);var r=Zi(e);return Ji(n),Xi(Mu,r)?(n.enumerable?(Xi(t,Eu)&&t[Eu][r]&&(t[Eu][r]=!1),n=nu(n,{enumerable:eu(0,!1)})):(Xi(t,Eu)||Ru(t,Eu,eu(1,{})),t[Eu][r]=!0),Gu(t,r,n)):Ru(t,r,n)},Bu=function(t,e){Ji(t);var n=Qi(e),r=ru(n).concat(Hu(n));return xu(r,(function(e){Hi&&!zi(Ku,n,e)||Yu(t,e,n[e])})),t},Ku=function(t){var e=Zi(t),n=zi(Tu,this,e);return!(this===Lu&&Xi(Mu,e)&&!Xi(Fu,e))&&(!(n||!Xi(this,e)||!Xi(Mu,e)||Xi(this,Eu)&&this[Eu][e])||n)},zu=function(t,e){var n=Qi(t),r=Zi(e);if(n!==Lu||!Xi(Mu,r)||Xi(Fu,r)){var o=Cu(n,r);return!o||!Xi(Mu,r)||Xi(n,Eu)&&n[Eu][r]||(o.enumerable=!0),o}},Uu=function(t){var e=Iu(Qi(t)),n=[];return xu(e,(function(t){Xi(Mu,t)||Xi(pu,t)||_u(n,t)})),n},Hu=function(t){var e=t===Lu,n=Iu(e?Fu:Qi(t)),r=[];return xu(n,(function(t){!Xi(Mu,t)||e&&!Xi(Lu,t)||_u(r,Mu[t])})),r};Wi||(lu(ju=(ku=function(){if(qi(ju,this))throw Au("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?tu(arguments[0]):void 0,e=hu(t),n=function(t){this===Lu&&zi(n,Fu,t),Xi(this,Eu)&&Xi(this[Eu],e)&&(this[Eu][e]=!1),Gu(this,e,eu(1,t))};return Hi&&Nu&&Gu(Lu,e,{configurable:!0,set:n}),$u(e,t)}).prototype,"toString",(function(){return Ou(this).tag})),lu(ku,"withoutSetter",(function(t){return $u(hu(t),t)})),su.f=Ku,cu.f=Yu,fu.f=Bu,au.f=zu,ou.f=iu.f=Uu,uu.f=Hu,yu.f=function(t){return $u(vu(t),t)},Hi&&(Ru(ju,"description",{configurable:!0,get:function(){return Ou(this).description}}),lu(Lu,"propertyIsEnumerable",Ku,{unsafe:!0}))),Bi({global:!0,constructor:!0,wrap:!0,forced:!Wi,sham:!Wi},{Symbol:ku}),xu(ru(Du),(function(t){gu(t)})),Bi({target:"Symbol",stat:!0,forced:!Wi},{useSetter:function(){Nu=!0},useSimple:function(){Nu=!1}}),Bi({target:"Object",stat:!0,forced:!Wi,sham:!Hi},{create:function(t,e){return void 0===e?nu(t):Bu(nu(t),e)},defineProperty:Yu,defineProperties:Bu,getOwnPropertyDescriptor:zu}),Bi({target:"Object",stat:!0,forced:!Wi},{getOwnPropertyNames:Uu}),mu(),wu(ku,"Symbol"),pu[Eu]=!0;var Wu=at&&!!Symbol.for&&!!Symbol.keyFor,Vu=zr,Xu=q,qu=Gt,Ju=no,Qu=jt.exports,Zu=Wu,ta=Qu("string-to-symbol-registry"),ea=Qu("symbol-to-string-registry");Vu({target:"Symbol",stat:!0,forced:!Zu},{for:function(t){var e=Ju(t);if(qu(ta,e))return ta[e];var n=Xu("Symbol")(e);return ta[e]=n,ea[n]=e,n}});var na=zr,ra=Gt,oa=pt,ia=vt,ua=Wu,aa=(0,jt.exports)("symbol-to-string-registry");na({target:"Symbol",stat:!0,forced:!ua},{keyFor:function(t){if(!oa(t))throw TypeError(ia(t)+" is not a symbol");if(ra(aa,t))return aa[t]}});var ca=c,fa=Function.prototype,sa=fa.apply,la=fa.call,da="object"==typeof Reflect&&Reflect.apply||(ca?la.bind(sa):function(){return la.apply(sa,arguments)}),pa=S([].slice),ha=zr,va=q,ya=da,ga=l,ma=S,wa=u,ba=di,xa=K,Ea=H,Sa=pt,Oa=pa,La=at,ka=va("JSON","stringify"),ja=ma(/./.exec),Aa=ma("".charAt),Pa=ma("".charCodeAt),Ca=ma("".replace),Ra=ma(1..toString),Ia=/[\uD800-\uDFFF]/g,Ta=/^[\uD800-\uDBFF]$/,_a=/^[\uDC00-\uDFFF]$/,Ma=!La||wa((function(){var t=va("Symbol")();return"[null]"!=ka([t])||"{}"!=ka({a:t})||"{}"!=ka(Object(t))})),Fa=wa((function(){return'"\\udf06\\ud834"'!==ka("\udf06\ud834")||'"\\udead"'!==ka("\udead")})),Da=function(t,e){var n=Oa(arguments),r=e;if((Ea(e)||void 0!==t)&&!Sa(t))return ba(e)||(e=function(t,e){if(xa(r)&&(e=ga(r,this,t,e)),!Sa(e))return e}),n[1]=e,ya(ka,null,n)},Na=function(t,e,n){var r=Aa(n,e-1),o=Aa(n,e+1);return ja(Ta,t)&&!ja(_a,o)||ja(_a,t)&&!ja(Ta,r)?"\\u"+Ra(Pa(t,0),16):t};ka&&ha({target:"JSON",stat:!0,arity:3,forced:Ma||Fa},{stringify:function(t,e,n){var r=Oa(arguments),o=ya(Ma?Da:ka,null,r);return Fa&&"string"==typeof o?Ca(o,Ia,Na):o}});var Ga=gr,$a=Ft;zr({target:"Object",stat:!0,forced:!at||u((function(){Ga.f(1)}))},{getOwnPropertySymbols:function(t){var e=Ga.f;return e?e($a(t)):[]}});var Ya=zr,Ba=u,Ka=G,za=i.f,Ua=a,Ha=Ba((function(){za(1)}));Ya({target:"Object",stat:!0,forced:!Ua||Ha,sham:!Ua},{getOwnPropertyDescriptor:function(t,e){return za(Ka(t),e)}});var Wa=Sr,Va=G,Xa=i,qa=Io;function Ja(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Qa(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 Za(t,e,n){return e&&Qa(t.prototype,e),n&&Qa(t,n),t}function tc(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}zr({target:"Object",stat:!0,sham:!a},{getOwnPropertyDescriptors:function(t){for(var e,n,r=Va(t),o=Xa.f,i=Wa(r),u={},a=0;i.length>a;)void 0!==(n=o(r,e=i[a++]))&&qa(u,e,n);return u}});var ec=Ie,nc=function(){var t=ec(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e},rc=u,oc=o.RegExp,ic=rc((function(){var t=oc("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),uc=ic||rc((function(){return!oc("a","y").sticky})),ac={BROKEN_CARET:ic||rc((function(){var t=oc("^r","gy");return t.lastIndex=2,null!=t.exec("str")})),MISSED_STICKY:uc,UNSUPPORTED_Y:ic},cc=u,fc=o.RegExp,sc=cc((function(){var t=fc(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)})),lc=u,dc=o.RegExp,pc=lc((function(){var t=dc("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")})),hc=l,vc=S,yc=no,gc=nc,mc=ac,wc=jt.exports,bc=jo,xc=Ln.get,Ec=sc,Sc=pc,Oc=wc("native-string-replace",String.prototype.replace),Lc=RegExp.prototype.exec,kc=Lc,jc=vc("".charAt),Ac=vc("".indexOf),Pc=vc("".replace),Cc=vc("".slice),Rc=function(){var t=/a/,e=/b*/g;return hc(Lc,t,"a"),hc(Lc,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),Ic=mc.BROKEN_CARET,Tc=void 0!==/()??/.exec("")[1];(Rc||Tc||Ic||Ec||Sc)&&(kc=function(t){var e,n,r,o,i,u,a,c=this,f=xc(c),s=yc(t),l=f.raw;if(l)return l.lastIndex=c.lastIndex,e=hc(kc,l,s),c.lastIndex=l.lastIndex,e;var d=f.groups,p=Ic&&c.sticky,h=hc(gc,c),v=c.source,y=0,g=s;if(p&&(h=Pc(h,"y",""),-1===Ac(h,"g")&&(h+="g"),g=Cc(s,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==jc(s,c.lastIndex-1))&&(v="(?: "+v+")",g=" "+g,y++),n=new RegExp("^(?:"+v+")",h)),Tc&&(n=new RegExp("^"+v+"$(?!\\s)",h)),Rc&&(r=c.lastIndex),o=hc(Lc,p?n:c,g),p?o?(o.input=Cc(o.input,y),o[0]=Cc(o[0],y),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:Rc&&o&&(c.lastIndex=c.global?o.index+o[0].length:r),Tc&&o&&o.length>1&&hc(Oc,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=u=bc(null),i=0;i<d.length;i++)u[(a=d[i])[0]]=o[a[1]];return o});var _c=kc;zr({target:"RegExp",proto:!0,forced:/./.exec!==_c},{exec:_c});var Mc=ui,Fc=Bn,Dc=_c,Nc=u,Gc=ee,$c=Ke,Yc=Gc("species"),Bc=RegExp.prototype,Kc=function(t,e,n,r){var o=Gc(t),i=!Nc((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),u=i&&!Nc((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[Yc]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return e=!0,null},n[o](""),!e}));if(!i||!u||n){var a=Mc(/./[o]),c=e(o,""[t],(function(t,e,n,r,o){var u=Mc(t),c=e.exec;return c===Dc||c===Bc.exec?i&&!o?{done:!0,value:a(e,n,r)}:{done:!0,value:u(n,e,r)}:{done:!1}}));Fc(String.prototype,t,c[0]),Fc(Bc,o,c[1])}r&&$c(Bc[o],"sham",!0)},zc=S,Uc=Wn,Hc=no,Wc=F,Vc=zc("".charAt),Xc=zc("".charCodeAt),qc=zc("".slice),Jc=function(t){return function(e,n){var r,o,i=Hc(Wc(e)),u=Uc(n),a=i.length;return u<0||u>=a?t?"":void 0:(r=Xc(i,u))<55296||r>56319||u+1===a||(o=Xc(i,u+1))<56320||o>57343?t?Vc(i,u):r:t?qc(i,u,u+2):o-56320+(r-55296<<10)+65536}},Qc={codeAt:Jc(!1),charAt:Jc(!0)},Zc=Qc.charAt,tf=function(t,e,n){return e+(n?Zc(t,e).length:1)},ef=l,nf=Ie,rf=K,of=j,uf=_c,af=TypeError,cf=function(t,e){var n=t.exec;if(rf(n)){var r=ef(n,t,e);return null!==r&&nf(r),r}if("RegExp"===of(t))return ef(uf,t,e);throw af("RegExp#exec called on incompatible receiver")},ff=l,sf=Ie,lf=T,df=tr,pf=no,hf=F,vf=Et,yf=tf,gf=cf;Kc("match",(function(t,e,n){return[function(e){var n=hf(this),r=lf(e)?void 0:vf(e,t);return r?ff(r,e,n):new RegExp(e)[t](pf(n))},function(t){var r=sf(this),o=pf(t),i=n(e,r,o);if(i.done)return i.value;if(!r.global)return gf(r,o);var u=r.unicode;r.lastIndex=0;for(var a,c=[],f=0;null!==(a=gf(r,o));){var s=pf(a[0]);c[f]=s,""===s&&(r.lastIndex=yf(o,df(r.lastIndex),u)),f++}return 0===f?null:c}]}));var mf=K,wf=String,bf=TypeError,xf=S,Ef=Ie,Sf=function(t){if("object"==typeof t||mf(t))return t;throw bf("Can't set "+wf(t)+" as a prototype")},Of=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=xf(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return Ef(n),Sf(r),e?t(n,r):n.__proto__=r,n}}():void 0),Lf=K,kf=H,jf=Of,Af=H,Pf=j,Cf=ee("match"),Rf=function(t){var e;return Af(t)&&(void 0!==(e=t[Cf])?!!e:"RegExp"==Pf(t))},If=l,Tf=Gt,_f=J,Mf=nc,Ff=RegExp.prototype,Df=function(t){var e=t.flags;return void 0!==e||"flags"in Ff||Tf(t,"flags")||!_f(Ff,t)?e:If(Mf,t)},Nf=je.f,Gf=q,$f=je,Yf=a,Bf=ee("species"),Kf=a,zf=o,Uf=S,Hf=Fr,Wf=function(t,e,n){var r,o;return jf&&Lf(r=e.constructor)&&r!==n&&kf(o=r.prototype)&&o!==n.prototype&&jf(t,o),t},Vf=Ke,Xf=Kn.f,qf=J,Jf=Rf,Qf=no,Zf=Df,ts=ac,es=function(t,e,n){n in t||Nf(t,n,{configurable:!0,get:function(){return e[n]},set:function(t){e[n]=t}})},ns=Bn,rs=u,os=Gt,is=Ln.enforce,us=function(t){var e=Gf(t),n=$f.f;Yf&&e&&!e[Bf]&&n(e,Bf,{configurable:!0,get:function(){return this}})},as=sc,cs=pc,fs=ee("match"),ss=zf.RegExp,ls=ss.prototype,ds=zf.SyntaxError,ps=Uf(ls.exec),hs=Uf("".charAt),vs=Uf("".replace),ys=Uf("".indexOf),gs=Uf("".slice),ms=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,ws=/a/g,bs=/a/g,xs=new ss(ws)!==ws,Es=ts.MISSED_STICKY,Ss=ts.UNSUPPORTED_Y,Os=Kf&&(!xs||Es||as||cs||rs((function(){return bs[fs]=!1,ss(ws)!=ws||ss(bs)==bs||"/a/i"!=ss(ws,"i")})));if(Hf("RegExp",Os)){for(var Ls=function(t,e){var n,r,o,i,u,a,c=qf(ls,this),f=Jf(t),s=void 0===e,l=[],d=t;if(!c&&f&&s&&t.constructor===Ls)return t;if((f||qf(ls,t))&&(t=t.source,s&&(e=Zf(d))),t=void 0===t?"":Qf(t),e=void 0===e?"":Qf(e),d=t,as&&"dotAll"in ws&&(r=!!e&&ys(e,"s")>-1)&&(e=vs(e,/s/g,"")),n=e,Es&&"sticky"in ws&&(o=!!e&&ys(e,"y")>-1)&&Ss&&(e=vs(e,/y/g,"")),cs&&(i=function(t){for(var e,n=t.length,r=0,o="",i=[],u={},a=!1,c=!1,f=0,s="";r<=n;r++){if("\\"===(e=hs(t,r)))e+=hs(t,++r);else if("]"===e)a=!1;else if(!a)switch(!0){case"["===e:a=!0;break;case"("===e:ps(ms,gs(t,r+1))&&(r+=2,c=!0),o+=e,f++;continue;case">"===e&&c:if(""===s||os(u,s))throw new ds("Invalid capture group name");u[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]),u=Wf(ss(t,e),c?this:ls,Ls),(r||o||l.length)&&(a=is(u),r&&(a.dotAll=!0,a.raw=Ls(function(t){for(var e,n=t.length,r=0,o="",i=!1;r<=n;r++)"\\"!==(e=hs(t,r))?i||"."!==e?("["===e?i=!0:"]"===e&&(i=!1),o+=e):o+="[\\s\\S]":o+=e+hs(t,++r);return o}(t),n)),o&&(a.sticky=!0),l.length&&(a.groups=l)),t!==d)try{Vf(u,"source",""===d?"(?:)":d)}catch(t){}return u},ks=Xf(ss),js=0;ks.length>js;)es(Ls,ss,ks[js++]);ls.constructor=Ls,Ls.prototype=ls,ns(zf,"RegExp",Ls,{constructor:!0})}us("RegExp");var As=qe.PROPER,Ps=Bn,Cs=Ie,Rs=no,Is=u,Ts=Df,_s=RegExp.prototype.toString,Ms=Is((function(){return"/a/b"!=_s.call({source:"a",flags:"b"})})),Fs=As&&"toString"!=_s.name;(Ms||Fs)&&Ps(RegExp.prototype,"toString",(function(){var t=Cs(this);return"/"+Rs(t.source)+"/"+Rs(Ts(t))}),{unsafe:!0});var Ds=Zr,Ns=Hr?{}.toString:function(){return"[object "+Ds(this)+"]"};Hr||Bn(Object.prototype,"toString",Ns,{unsafe:!0});var Gs=ve("span").classList,$s=Gs&&Gs.constructor&&Gs.constructor.prototype,Ys=$s===Object.prototype?void 0:$s,Bs=u,Ks=function(t,e){var n=[][t];return!!n&&Bs((function(){n.call(null,e||function(){return 1},1)}))},zs=Yi.forEach,Us=o,Hs={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},Ws=Ys,Vs=Ks("forEach")?[].forEach:function(t){return zs(this,t,arguments.length>1?arguments[1]:void 0)},Xs=Ke,qs=function(t){if(t&&t.forEach!==Vs)try{Xs(t,"forEach",Vs)}catch(e){t.forEach=Vs}};for(var Js in Hs)Hs[Js]&&qs(Us[Js]&&Us[Js].prototype);qs(Ws);var Qs=a,Zs=S,tl=uo,el=G,nl=Zs(d.f),rl=Zs([].push),ol=function(t){return function(e){for(var n,r=el(e),o=tl(r),i=o.length,u=0,a=[];i>u;)n=o[u++],Qs&&!nl(r,n)||rl(a,t?[n,r[n]]:r[n]);return a}},il={entries:ol(!0),values:ol(!1)}.entries;zr({target:"Object",stat:!0},{entries:function(t){return il(t)}});var ul=u,al=ot,cl=ee("species"),fl=function(t){return al>=51||!ul((function(){var e=[];return(e.constructor={})[cl]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},sl=Yi.filter;zr({target:"Array",proto:!0,forced:!fl("filter")},{filter:function(t){return sl(this,t,arguments.length>1?arguments[1]:void 0)}});var ll=Yi.map;zr({target:"Array",proto:!0,forced:!fl("map")},{map:function(t){return ll(this,t,arguments.length>1?arguments[1]:void 0)}});var dl=zr,pl=di,hl=S([].reverse),vl=[1,2];dl({target:"Array",proto:!0,forced:String(vl)===String(vl.reverse())},{reverse:function(){return pl(this)&&(this.length=this.length),hl(this)}});var yl=ee,gl=jo,ml=je.f,wl=yl("unscopables"),bl=Array.prototype;null==bl[wl]&&ml(bl,wl,{configurable:!0,value:gl(null)});var xl=ar.includes,El=function(t){bl[wl][t]=!0};zr({target:"Array",proto:!0,forced:u((function(){return!Array(1).includes()}))},{includes:function(t){return xl(this,t,arguments.length>1?arguments[1]:void 0)}}),El("includes");var Sl=Rf,Ol=TypeError,Ll=ee("match"),kl=zr,jl=function(t){if(Sl(t))throw Ol("The method doesn't accept regular expressions");return t},Al=F,Pl=no,Cl=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[Ll]=!1,"/./"[t](e)}catch(t){}}return!1},Rl=S("".indexOf);kl({target:"String",proto:!0,forced:!Cl("includes")},{includes:function(t){return!!~Rl(Pl(Al(this)),Pl(jl(t)),arguments.length>1?arguments[1]:void 0)}});var Il=u((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}})),Tl=zr,_l=u,Ml=H,Fl=j,Dl=Il,Nl=Object.isFrozen;Tl({target:"Object",stat:!0,forced:_l((function(){Nl(1)}))||Dl},{isFrozen:function(t){return!Ml(t)||(!(!Dl||"ArrayBuffer"!=Fl(t))||!!Nl&&Nl(t))}});var Gl=wt,$l=Ft,Yl=I,Bl=nr,Kl=TypeError,zl=function(t){return function(e,n,r,o){Gl(n);var i=$l(e),u=Yl(i),a=Bl(i),c=t?a-1:0,f=t?-1:1;if(r<2)for(;;){if(c in u){o=u[c],c+=f;break}if(c+=f,t?c<0:a<=c)throw Kl("Reduce of empty array with no initial value")}for(;t?c>=0:a>c;c+=f)c in u&&(o=n(o,u[c],c,i));return o}},Ul={left:zl(!1),right:zl(!0)},Hl="process"==j(o.process),Wl=Ul.left,Vl=ot,Xl=Hl;zr({target:"Array",proto:!0,forced:!Ks("reduce")||!Xl&&Vl>79&&Vl<83},{reduce:function(t){var e=arguments.length;return Wl(this,t,e,e>1?arguments[1]:void 0)}});var ql=zr,Jl=I,Ql=G,Zl=Ks,td=S([].join),ed=Jl!=Object,nd=Zl("join",",");ql({target:"Array",proto:!0,forced:ed||!nd},{join:function(t){return td(Ql(this),void 0===t?",":t)}});var rd=Ft,od=uo;zr({target:"Object",stat:!0,forced:u((function(){od(1)}))},{keys:function(t){return od(rd(t))}});var id=S,ud=Ft,ad=Math.floor,cd=id("".charAt),fd=id("".replace),sd=id("".slice),ld=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,dd=/\$([$&'`]|\d{1,2})/g,pd=da,hd=l,vd=S,yd=Kc,gd=u,md=Ie,wd=K,bd=T,xd=Wn,Ed=tr,Sd=no,Od=F,Ld=tf,kd=Et,jd=function(t,e,n,r,o,i){var u=n+t.length,a=r.length,c=dd;return void 0!==o&&(o=ud(o),c=ld),fd(i,c,(function(i,c){var f;switch(cd(c,0)){case"$":return"$";case"&":return t;case"`":return sd(e,0,n);case"'":return sd(e,u);case"<":f=o[sd(c,1,-1)];break;default:var s=+c;if(0===s)return i;if(s>a){var l=ad(s/10);return 0===l?i:l<=a?void 0===r[l-1]?cd(c,1):r[l-1]+cd(c,1):i}f=r[s-1]}return void 0===f?"":f}))},Ad=cf,Pd=ee("replace"),Cd=Math.max,Rd=Math.min,Id=vd([].concat),Td=vd([].push),_d=vd("".indexOf),Md=vd("".slice),Fd="$0"==="a".replace(/./,"$0"),Dd=!!/./[Pd]&&""===/./[Pd]("a","$0");yd("replace",(function(t,e,n){var r=Dd?"$":"$0";return[function(t,n){var r=Od(this),o=bd(t)?void 0:kd(t,Pd);return o?hd(o,t,r,n):hd(e,Sd(r),t,n)},function(t,o){var i=md(this),u=Sd(t);if("string"==typeof o&&-1===_d(o,r)&&-1===_d(o,"$<")){var a=n(e,i,u,o);if(a.done)return a.value}var c=wd(o);c||(o=Sd(o));var f=i.global;if(f){var s=i.unicode;i.lastIndex=0}for(var l=[];;){var d=Ad(i,u);if(null===d)break;if(Td(l,d),!f)break;""===Sd(d[0])&&(i.lastIndex=Ld(u,Ed(i.lastIndex),s))}for(var p,h="",v=0,y=0;y<l.length;y++){for(var g=Sd((d=l[y])[0]),m=Cd(Rd(xd(d.index),u.length),0),w=[],b=1;b<d.length;b++)Td(w,void 0===(p=d[b])?p:String(p));var x=d.groups;if(c){var E=Id([g],w,m,u);void 0!==x&&Td(E,x);var S=Sd(pd(o,void 0,E))}else S=jd(g,u,m,w,x,o);m>=v&&(h+=Md(u,v,m)+S,v=m+g.length)}return h+Md(u,v)}]}),!!gd((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!Fd||Dd);var Nd=ki,Gd=vt,$d=TypeError,Yd=Ie,Bd=function(t){if(Nd(t))return t;throw $d(Gd(t)+" is not a constructor")},Kd=T,zd=ee("species"),Ud=function(t,e){var n,r=Yd(t).constructor;return void 0===r||Kd(n=Yd(r)[zd])?e:Bd(n)},Hd=da,Wd=l,Vd=S,Xd=Kc,qd=Ie,Jd=T,Qd=Rf,Zd=F,tp=Ud,ep=tf,np=tr,rp=no,op=Et,ip=No,up=cf,ap=_c,cp=u,fp=ac.UNSUPPORTED_Y,sp=Math.min,lp=[].push,dp=Vd(/./.exec),pp=Vd(lp),hp=Vd("".slice);Xd("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=rp(Zd(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!Qd(t))return Wd(e,r,t,o);for(var i,u,a,c=[],f=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),s=0,l=new RegExp(t.source,f+"g");(i=Wd(ap,l,r))&&!((u=l.lastIndex)>s&&(pp(c,hp(r,s,i.index)),i.length>1&&i.index<r.length&&Hd(lp,c,ip(i,1)),a=i[0].length,s=u,c.length>=o));)l.lastIndex===i.index&&l.lastIndex++;return s===r.length?!a&&dp(l,"")||pp(c,""):pp(c,hp(r,s)),c.length>o?ip(c,0,o):c}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:Wd(e,this,t,n)}:e,[function(e,n){var o=Zd(this),i=Jd(e)?void 0:op(e,t);return i?Wd(i,e,o,n):Wd(r,rp(o),e,n)},function(t,o){var i=qd(this),u=rp(t),a=n(r,i,u,o,r!==e);if(a.done)return a.value;var c=tp(i,RegExp),f=i.unicode,s=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(fp?"g":"y"),l=new c(fp?"^(?:"+i.source+")":i,s),d=void 0===o?4294967295:o>>>0;if(0===d)return[];if(0===u.length)return null===up(l,u)?[u]:[];for(var p=0,h=0,v=[];h<u.length;){l.lastIndex=fp?0:h;var y,g=up(l,fp?hp(u,h):u);if(null===g||(y=sp(np(l.lastIndex+(fp?h:0)),u.length))===p)h=ep(u,h,f);else{if(pp(v,hp(u,p,h)),v.length===d)return v;for(var m=1;m<=g.length-1;m++)if(pp(v,g[m]),v.length===d)return v;h=p=y}}return pp(v,hp(u,p)),v}]}),!!cp((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]})),fp);var vp=zr,yp=di,gp=ki,mp=H,wp=Jn,bp=nr,xp=G,Ep=Io,Sp=ee,Op=pa,Lp=fl("slice"),kp=Sp("species"),jp=Array,Ap=Math.max;vp({target:"Array",proto:!0,forced:!Lp},{slice:function(t,e){var n,r,o,i=xp(this),u=bp(i),a=wp(t,u),c=wp(void 0===e?u:e,u);if(yp(i)&&(n=i.constructor,(gp(n)&&(n===jp||yp(n.prototype))||mp(n)&&null===(n=n[kp]))&&(n=void 0),n===jp||void 0===n))return Op(i,a,c);for(r=new(void 0===n?jp:n)(Ap(c-a,0)),o=0;a<c;a++,o++)a in i&&Ep(r,o,i[a]);return r.length=o,r}});var Pp,Cp,Rp,Ip=!u((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),Tp=Gt,_p=K,Mp=Ft,Fp=Ip,Dp=ln("IE_PROTO"),Np=Object,Gp=Np.prototype,$p=Fp?Np.getPrototypeOf:function(t){var e=Mp(t);if(Tp(e,Dp))return e[Dp];var n=e.constructor;return _p(n)&&e instanceof n?n.prototype:e instanceof Np?Gp:null},Yp=u,Bp=K,Kp=H,zp=$p,Up=Bn,Hp=ee("iterator"),Wp=!1;[].keys&&("next"in(Rp=[].keys())?(Cp=zp(zp(Rp)))!==Object.prototype&&(Pp=Cp):Wp=!0);var Vp=!Kp(Pp)||Yp((function(){var t={};return Pp[Hp].call(t)!==t}));Vp&&(Pp={}),Bp(Pp[Hp])||Up(Pp,Hp,(function(){return this}));var Xp={IteratorPrototype:Pp,BUGGY_SAFARI_ITERATORS:Wp},qp={},Jp=Xp.IteratorPrototype,Qp=jo,Zp=m,th=ri,eh=qp,nh=function(){return this},rh=function(t,e,n,r){var o=e+" Iterator";return t.prototype=Qp(Jp,{next:Zp(+!r,n)}),th(t,o,!1),eh[o]=nh,t},oh=function(t,e){return{value:t,done:e}},ih=zr,uh=l,ah=ui,ch=rh,fh=oh,sh=F,lh=tr,dh=no,ph=Ie,hh=T,vh=Rf,yh=Df,gh=Et,mh=Bn,wh=u,bh=Ud,xh=tf,Eh=cf,Sh=Ln,Oh=ee("matchAll"),Lh=Sh.set,kh=Sh.getterFor("RegExp String Iterator"),jh=RegExp.prototype,Ah=TypeError,Ph=ah("".indexOf),Ch=ah("".matchAll),Rh=!!Ch&&!wh((function(){Ch("a",/./)})),Ih=ch((function(t,e,n,r){Lh(this,{type:"RegExp String Iterator",regexp:t,string:e,global:n,unicode:r,done:!1})}),"RegExp String",(function(){var t=kh(this);if(t.done)return fh(void 0,!0);var e=t.regexp,n=t.string,r=Eh(e,n);return null===r?(t.done=!0,fh(void 0,!0)):t.global?(""===dh(r[0])&&(e.lastIndex=xh(n,lh(e.lastIndex),t.unicode)),fh(r,!1)):(t.done=!0,fh(r,!1))})),Th=function(t){var e,n,r,o=ph(this),i=dh(t),u=bh(o,RegExp),a=dh(yh(o));return e=new u(u===RegExp?o.source:o,a),n=!!~Ph(a,"g"),r=!!~Ph(a,"u"),e.lastIndex=lh(o.lastIndex),new Ih(e,i,n,r)};ih({target:"String",proto:!0,forced:Rh},{matchAll:function(t){var e,n,r,o=sh(this);if(hh(t)){if(Rh)return Ch(o,t)}else{if(vh(t)&&(e=dh(sh(yh(t))),!~Ph(e,"g")))throw Ah("`.matchAll` does not allow non-global regexes");if(Rh)return Ch(o,t);if(r=gh(t,Oh))return uh(r,t,o)}return n=dh(o),new RegExp(t,"g")[Oh](n)}}),Oh in jh||mh(jh,Oh,Th);var _h=l,Mh=Ie,Fh=Et,Dh=Ie,Nh=function(t,e,n){var r,o;Mh(t);try{if(!(r=Fh(t,"return"))){if("throw"===e)throw n;return n}r=_h(r,t)}catch(t){o=!0,r=t}if("throw"===e)throw n;if(o)throw r;return Mh(r),n},Gh=qp,$h=ee("iterator"),Yh=Array.prototype,Bh=Zr,Kh=Et,zh=T,Uh=qp,Hh=ee("iterator"),Wh=function(t){if(!zh(t))return Kh(t,Hh)||Kh(t,"@@iterator")||Uh[Bh(t)]},Vh=l,Xh=wt,qh=Ie,Jh=vt,Qh=Wh,Zh=TypeError,tv=si,ev=l,nv=Ft,rv=function(t,e,n,r){try{return r?e(Dh(n)[0],n[1]):e(n)}catch(e){Nh(t,"throw",e)}},ov=function(t){return void 0!==t&&(Gh.Array===t||Yh[$h]===t)},iv=ki,uv=nr,av=Io,cv=function(t,e){var n=arguments.length<2?Qh(t):e;if(Xh(n))return qh(Vh(n,t));throw Zh(Jh(t)+" is not iterable")},fv=Wh,sv=Array,lv=ee("iterator"),dv=!1;try{var pv=0,hv={next:function(){return{done:!!pv++}},return:function(){dv=!0}};hv[lv]=function(){return this},Array.from(hv,(function(){throw 2}))}catch(t){}var vv=function(t){var e=nv(t),n=iv(this),r=arguments.length,o=r>1?arguments[1]:void 0,i=void 0!==o;i&&(o=tv(o,r>2?arguments[2]:void 0));var u,a,c,f,s,l,d=fv(e),p=0;if(!d||this===sv&&ov(d))for(u=uv(e),a=n?new this(u):sv(u);u>p;p++)l=i?o(e[p],p):e[p],av(a,p,l);else for(s=(f=cv(e,d)).next,a=n?new this:[];!(c=ev(s,f)).done;p++)l=i?rv(f,o,[c.value,p],!0):c.value,av(a,p,l);return a.length=p,a},yv=function(t,e){if(!e&&!dv)return!1;var n=!1;try{var r={};r[lv]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(t){}return n};zr({target:"Array",stat:!0,forced:!yv((function(t){Array.from(t)}))},{from:vv});var gv=zr,mv=l,wv=K,bv=rh,xv=$p,Ev=Of,Sv=ri,Ov=Ke,Lv=Bn,kv=qp,jv=qe.PROPER,Av=qe.CONFIGURABLE,Pv=Xp.IteratorPrototype,Cv=Xp.BUGGY_SAFARI_ITERATORS,Rv=ee("iterator"),Iv=function(){return this},Tv=Qc.charAt,_v=no,Mv=Ln,Fv=function(t,e,n,r,o,i,u){bv(n,e,r);var a,c,f,s=function(t){if(t===o&&v)return v;if(!Cv&&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[Rv]||p["@@iterator"]||o&&p[o],v=!Cv&&h||s(o),y="Array"==e&&p.entries||h;if(y&&(a=xv(y.call(new t)))!==Object.prototype&&a.next&&(xv(a)!==Pv&&(Ev?Ev(a,Pv):wv(a[Rv])||Lv(a,Rv,Iv)),Sv(a,l,!0)),jv&&"values"==o&&h&&"values"!==h.name&&(Av?Ov(p,"name","values"):(d=!0,v=function(){return mv(h,this)})),o)if(c={values:s("values"),keys:i?v:s("keys"),entries:s("entries")},u)for(f in c)(Cv||d||!(f in p))&&Lv(p,f,c[f]);else gv({target:e,proto:!0,forced:Cv||d},c);return p[Rv]!==v&&Lv(p,Rv,v,{name:o}),kv[e]=v,c},Dv=oh,Nv=Mv.set,Gv=Mv.getterFor("String Iterator");Fv(String,"String",(function(t){Nv(this,{type:"String Iterator",string:_v(t),index:0})}),(function(){var t,e=Gv(this),n=e.string,r=e.index;return r>=n.length?Dv(void 0,!0):(t=Tv(n,r),e.index+=t.length,Dv(t,!1))}));var $v=F,Yv=no,Bv=S("".replace),Kv="[\t\n\v\f\r                 \u2028\u2029\ufeff]",zv=RegExp("^"+Kv+Kv+"*"),Uv=RegExp(Kv+Kv+"*$"),Hv=function(t){return function(e){var n=Yv($v(e));return 1&t&&(n=Bv(n,zv,"")),2&t&&(n=Bv(n,Uv,"")),n}},Wv={start:Hv(1),end:Hv(2),trim:Hv(3)},Vv=qe.PROPER,Xv=u,qv="\t\n\v\f\r                 \u2028\u2029\ufeff",Jv=Wv.trim;zr({target:"String",proto:!0,forced:function(t){return Xv((function(){return!!qv[t]()||"​…᠎"!=="​…᠎"[t]()||Vv&&qv[t].name!==t}))}("trim")},{trim:function(){return Jv(this)}});var Qv={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 u[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
2
  /*!
3
3
  * Programatically add the following
4
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.39.1"}}]),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};
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 u=e.names=e.title={};for(i in r)u[r[i]]=i;for(var a in o)r[a]=o[a]}(Qv,Qv.exports);var Zv,ty=Qv.exports,ey={exports:{}};Zv=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",u=["button","input","select","textarea"],a=[],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 y=function(){var t=!!h&&{passive:!0};document.addEventListener("DOMContentLoaded",g),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)},g=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=O(t));var i=!f.length&&-1===c.indexOf(e),a=f.length&&-1!==f.indexOf(e),l="keyboard"===o&&e&&(i||a)||"mouse"===o||"touch"===o;if(L(o)&&(l=!1),l&&n!==o&&(S("input",n=o),w("input")),l&&r!==o){var d=document.activeElement;d&&d.nodeName&&(-1===u.indexOf(d.nodeName.toLowerCase())||"button"===d.nodeName.toLowerCase()&&!P(d,"form"))&&(S("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=O(t)),A(t),(!l&&!L(e)||l&&"wheel"===t.type||"mousewheel"===t.type||"DOMMouseScroll"===t.type)&&r!==e&&(S("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")},S=function(t,e){if(i)try{window.sessionStorage.setItem("what-"+t,e)}catch(t){}},O=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=a.length;e<o;e++)a[e].type===t&&a[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",y()),{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){a.push({fn:t,type:e||"input"})},unRegisterOnChange:function(t){var e=function(t){for(var e=0,n=a.length;e<n;e++)if(a[e].fn===t)return e}(t);(e||0===e)&&a.splice(e,1)},clearStorage:function(){window.sessionStorage.clear()}}}()}])};var ny=ey.exports=Zv();!function(t){var e=function(t){var e,n=Object.prototype,r=n.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",u=o.asyncIterator||"@@asyncIterator",a=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 y?e:y,i=Object.create(o.prototype),u=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 C()}for(n.method=o,n.arg=i;;){var u=n.delegate;if(u){var a=L(u,n);if(a){if(a===v)continue;return a}}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,u),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 y(){}function g(){}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=y.prototype=Object.create(w);function S(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function n(o,i,u,a){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,u,a)}),(function(t){n("throw",t,u,a)})):e.resolve(l).then((function(t){f.value=t,u(f)}),(function(t){return n("throw",t,u,a)}))}a(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,u=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 u.next=u}}return{next:C}}function C(){return{value:e,done:!0}}return g.prototype=m,c(E,"constructor",m),c(m,"constructor",g),g.displayName=c(m,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,c(t,a,"GeneratorFunction")),t.prototype=Object.create(E),t},t.awrap=function(t){return{__await:t}},S(O.prototype),c(O.prototype,u,(function(){return this})),t.AsyncIterator=O,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var u=new O(f(e,n,r,o),i);return t.isGeneratorFunction(n)?u:u.next().then((function(t){return t.done?t.value:u.next()}))},S(E),c(E,a,"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 a.type="throw",a.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var u=this.tryEntries[i],a=u.completion;if("root"===u.tryLoc)return o("end");if(u.tryLoc<=this.prev){var c=r.call(u,"catchLoc"),f=r.call(u,"finallyLoc");if(c&&f){if(this.prev<u.catchLoc)return o(u.catchLoc,!0);if(this.prev<u.finallyLoc)return o(u.finallyLoc)}else if(c){if(this.prev<u.catchLoc)return o(u.catchLoc,!0)}else{if(!f)throw new Error("try statement without catch or finally");if(this.prev<u.finallyLoc)return o(u.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 u=i?i.completion:{};return u.type=t,u.arg=e,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(u)},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 ry=TypeError,oy=zr,iy=u,uy=di,ay=H,cy=Ft,fy=nr,sy=function(t){if(t>9007199254740991)throw ry("Maximum allowed index exceeded");return t},ly=Io,dy=Ti,py=fl,hy=ot,vy=ee("isConcatSpreadable"),yy=hy>=51||!iy((function(){var t=[];return t[vy]=!1,t.concat()[0]!==t})),gy=py("concat"),my=function(t){if(!ay(t))return!1;var e=t[vy];return void 0!==e?!!e:uy(t)};oy({target:"Array",proto:!0,arity:1,forced:!yy||!gy},{concat:function(t){var e,n,r,o,i,u=cy(this),a=dy(u,0),c=0;for(e=-1,r=arguments.length;e<r;e++)if(my(i=-1===e?u:arguments[e]))for(o=fy(i),sy(c+o),n=0;n<o;n++,c++)n in i&&ly(a,c,i[n]);else sy(c+1),ly(a,c++,i);return a.length=c,a}});var wy,by,xy,Ey,Sy,Oy,Ly,ky;"undefined"!=typeof navigator&&/edge/i.test(null===(wy=navigator)||void 0===wy?void 0:wy.userAgent),"undefined"!=typeof navigator&&new RegExp("iOS|iPhone|iPad|iPod","i").test(null===(by=navigator)||void 0===by?void 0:by.platform),"undefined"!=typeof navigator&&/safari/i.test(null===(xy=navigator)||void 0===xy?void 0:xy.userAgent)&&/chrome/i.test(null===(Ey=navigator)||void 0===Ey?void 0:Ey.userAgent),"undefined"!=typeof navigator&&new RegExp("Win","i").test(null===(Sy=navigator)||void 0===Sy?void 0:Sy.platform),"undefined"!=typeof navigator&&new RegExp("Android","i").test(null===(Oy=navigator)||void 0===Oy?void 0:Oy.userAgent),"undefined"!=typeof navigator&&new RegExp("Mac|iPad|iPhone|iPod","i").test(null===(Ly=navigator)||void 0===Ly?void 0:Ly.platform),"undefined"!=typeof navigator&&new RegExp("Linux","i").test(null===(ky=navigator)||void 0===ky?void 0:ky.platform);function jy(){if("undefined"!=typeof document){var t=!1;try{t=document.documentElement.getAttribute("data-whatintent")}catch(t){}return"touch"===t}return!1}function Ay(){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(){Ja(this,t)}return Za(t,[{key:"version",get:function(){return"9.40.0"}}]),t}();window.Eufemia=new t}}(),ny.specificKeys([9]),Ay(),function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Ja(this,t),tc(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(Py(o))return;for(var i,u=0,a=n.length;u<a;++u)if(i=o,n[u])do{if(i===n[u])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"===ty(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=ty(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)))}Za(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 Py=function(t){return t&&(t.scrollHeight>t.offsetHeight||t.scrollWidth>t.offsetWidth)&&Cy(t)},Cy=function(t){var e="undefined"!=typeof window?window.getComputedStyle(t):{};return/scroll|auto/i.test((e.overflow||"")+(e.overflowX||"")+(e.overflowY||""))};export{Ay as defineNavigator,jy as isTouchDevice};