@redocly/openapi-docs 3.0.0-alpha.79 → 3.0.0-alpha.81

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 (78) hide show
  1. package/dist/console.redocly-openapi-docs.min.js +109 -108
  2. package/dist/oauth2-redirect.js +5 -5
  3. package/dist/redocly-openapi-docs.min.js +1188 -1181
  4. package/lib/components/DropdownOrLabel/DropdownOrLabel.d.ts +1 -1
  5. package/lib/components/Endpoint/ServerList.js +1 -1
  6. package/lib/components/Fields/FieldDetails.js +1 -1
  7. package/lib/components/SeeMore/SeeMore.js +1 -1
  8. package/lib/components/Tabs/CollapsingTabs/CollapsingTab.d.ts +2 -1
  9. package/lib/components/Tabs/CollapsingTabs/CollapsingTabList.d.ts +2 -1
  10. package/lib/components/Tabs/Tab.d.ts +2 -2
  11. package/lib/components/Tabs/TabList.d.ts +2 -2
  12. package/lib/components/Tabs/TabPanel.d.ts +2 -2
  13. package/lib/components/common/CheckboxList.js +1 -1
  14. package/lib/components/common/TextField.js +1 -1
  15. package/lib/components/common/perfect-scrollbar.d.ts +1 -1
  16. package/lib/components/rightPanel/Console/Console.js +1 -1
  17. package/lib/components/rightPanel/RequestBody/Body.js +1 -1
  18. package/lib/hooks/useRouter.d.ts +3 -1
  19. package/lib/services/code-samples/generator.js +1 -1
  20. package/lib/services/code-samples/httpsnippet/helpers/code-builder.js +1 -1
  21. package/lib/services/code-samples/httpsnippet/helpers/constants.d.ts +1 -0
  22. package/lib/services/code-samples/httpsnippet/helpers/constants.js +1 -1
  23. package/lib/services/code-samples/httpsnippet/helpers/mocks/code-helpers-mock.d.ts +2 -0
  24. package/lib/services/code-samples/httpsnippet/helpers/mocks/code-helpers-mock.js +1 -1
  25. package/lib/services/code-samples/httpsnippet/targets/csharp/httpclient.js +1 -1
  26. package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.d.ts +10 -0
  27. package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.js +2 -0
  28. package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.d.ts +10 -0
  29. package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.js +2 -0
  30. package/lib/services/code-samples/httpsnippet/targets/index.d.ts +9 -0
  31. package/lib/services/code-samples/httpsnippet/targets/index.js +1 -1
  32. package/lib/services/code-samples/types.d.ts +5 -2
  33. package/lib/setupTests.d.ts +1 -2
  34. package/lib/setupTests.js +1 -1
  35. package/lib/standalone.d.ts +1 -1
  36. package/lib/standalone.js +1 -1
  37. package/lib/utils/helpers.d.ts +2 -0
  38. package/lib/utils/helpers.js +1 -1
  39. package/lib/utils/typeGuards.d.ts +1 -0
  40. package/lib/utils/typeGuards.js +1 -1
  41. package/lib-esm/components/DropdownOrLabel/DropdownOrLabel.d.ts +1 -1
  42. package/lib-esm/components/Endpoint/ServerList.js +1 -1
  43. package/lib-esm/components/Fields/FieldDetails.js +1 -1
  44. package/lib-esm/components/SeeMore/SeeMore.js +1 -1
  45. package/lib-esm/components/Tabs/CollapsingTabs/CollapsingTab.d.ts +2 -1
  46. package/lib-esm/components/Tabs/CollapsingTabs/CollapsingTabList.d.ts +2 -1
  47. package/lib-esm/components/Tabs/Tab.d.ts +2 -2
  48. package/lib-esm/components/Tabs/TabList.d.ts +2 -2
  49. package/lib-esm/components/Tabs/TabPanel.d.ts +2 -2
  50. package/lib-esm/components/common/CheckboxList.js +1 -1
  51. package/lib-esm/components/common/TextField.js +1 -1
  52. package/lib-esm/components/common/perfect-scrollbar.d.ts +1 -1
  53. package/lib-esm/components/rightPanel/Console/Console.js +1 -1
  54. package/lib-esm/components/rightPanel/RequestBody/Body.js +1 -1
  55. package/lib-esm/hooks/useRouter.d.ts +3 -1
  56. package/lib-esm/services/code-samples/generator.js +1 -1
  57. package/lib-esm/services/code-samples/httpsnippet/helpers/code-builder.js +1 -1
  58. package/lib-esm/services/code-samples/httpsnippet/helpers/constants.d.ts +1 -0
  59. package/lib-esm/services/code-samples/httpsnippet/helpers/constants.js +1 -1
  60. package/lib-esm/services/code-samples/httpsnippet/helpers/mocks/code-helpers-mock.d.ts +2 -0
  61. package/lib-esm/services/code-samples/httpsnippet/helpers/mocks/code-helpers-mock.js +1 -1
  62. package/lib-esm/services/code-samples/httpsnippet/targets/csharp/httpclient.js +1 -1
  63. package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.d.ts +10 -0
  64. package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.js +2 -0
  65. package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.d.ts +10 -0
  66. package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.js +2 -0
  67. package/lib-esm/services/code-samples/httpsnippet/targets/index.d.ts +9 -0
  68. package/lib-esm/services/code-samples/httpsnippet/targets/index.js +1 -1
  69. package/lib-esm/services/code-samples/types.d.ts +5 -2
  70. package/lib-esm/setupTests.d.ts +1 -2
  71. package/lib-esm/setupTests.js +1 -1
  72. package/lib-esm/standalone.d.ts +1 -1
  73. package/lib-esm/standalone.js +1 -1
  74. package/lib-esm/utils/helpers.d.ts +2 -0
  75. package/lib-esm/utils/helpers.js +1 -1
  76. package/lib-esm/utils/typeGuards.d.ts +1 -0
  77. package/lib-esm/utils/typeGuards.js +1 -1
  78. package/package.json +18 -22
@@ -2,8 +2,8 @@
2
2
  * Redocly OpenAPI Docs
3
3
  * (c) Copyright 2018 Redocly LLC, all rights reserved.
4
4
  * -------------------------------------------------------------
5
- * Version: "3.0.0-alpha.79"
6
- */(function(Dr,yr){typeof exports=="object"&&typeof module=="object"?module.exports=yr():typeof define=="function"&&define.amd?define([],yr):typeof exports=="object"?exports.RedoclyOpenAPIDocs=yr():Dr.RedoclyOpenAPIDocs=yr()})(this,()=>(()=>{"use strict";var ie={61454:(o,c,r)=>{var e=r(50967),n=r(5790),a=TypeError;o.exports=function(t){if(e(t))return t;throw a(n(t)+" is not a function")}},63681:(o,c,r)=>{var e=r(50967),n=String,a=TypeError;o.exports=function(t){if(typeof t=="object"||e(t))return t;throw a("Can't set "+n(t)+" as a prototype")}},75009:(o,c,r)=>{var e=r(45248),n=r(22673),a=r(58795).f,t=e("unscopables"),s=Array.prototype;s[t]==null&&a(s,t,{configurable:!0,value:n(null)}),o.exports=function(i){s[t][i]=!0}},20471:(o,c,r)=>{var e=r(29414),n=TypeError;o.exports=function(a,t){if(e(t,a))return a;throw n("Incorrect invocation")}},54734:(o,c,r)=>{var e=r(73419),n=String,a=TypeError;o.exports=function(t){if(e(t))return t;throw a(n(t)+" is not an object")}},37437:(o,c,r)=>{var e=r(85919),n=r(41787),a=r(46463),t=r(71008),s=r(52316),i=r(17706),u=r(65954),v=r(66068),p=r(80686),d=r(28700),g=Array;o.exports=function(m){var R=a(m),O=i(this),A=arguments.length,C=A>1?arguments[1]:void 0,F=C!==void 0;F&&(C=e(C,A>2?arguments[2]:void 0));var I=d(R),T=0,U,B,k,rr,V,q;if(I&&!(this===g&&s(I)))for(rr=p(R,I),V=rr.next,B=O?new this:[];!(k=n(V,rr)).done;T++)q=F?t(rr,C,[k.value,T],!0):k.value,v(B,T,q);else for(U=u(R),B=O?new this(U):g(U);U>T;T++)q=F?C(R[T],T):R[T],v(B,T,q);return B.length=T,B}},80743:(o,c,r)=>{var e=r(50678),n=r(79602),a=r(65954),t=function(s){return function(i,u,v){var p=e(i),d=a(p),g=n(v,d),y;if(s&&u!=u){for(;d>g;)if(y=p[g++],y!=y)return!0}else for(;d>g;g++)if((s||g in p)&&p[g]===u)return s||g||0;return!s&&-1}};o.exports={includes:t(!0),indexOf:t(!1)}},95640:(o,c,r)=>{var e=r(79602),n=r(65954),a=r(66068),t=Array,s=Math.max;o.exports=function(i,u,v){for(var p=n(i),d=e(u,p),g=e(v===void 0?p:v,p),y=t(s(g-d,0)),m=0;d<g;d++,m++)a(y,m,i[d]);return y.length=m,y}},24567:(o,c,r)=>{var e=r(95640),n=Math.floor,a=function(i,u){var v=i.length,p=n(v/2);return v<8?t(i,u):s(i,a(e(i,0,p),u),a(e(i,p),u),u)},t=function(i,u){for(var v=i.length,p=1,d,g;p<v;){for(g=p,d=i[p];g&&u(i[g-1],d)>0;)i[g]=i[--g];g!==p++&&(i[g]=d)}return i},s=function(i,u,v,p){for(var d=u.length,g=v.length,y=0,m=0;y<d||m<g;)i[y+m]=y<d&&m<g?p(u[y],v[m])<=0?u[y++]:v[m++]:y<d?u[y++]:v[m++];return i};o.exports=a},71008:(o,c,r)=>{var e=r(54734),n=r(29222);o.exports=function(a,t,s,i){try{return i?t(e(s)[0],s[1]):t(s)}catch(u){n(a,"throw",u)}}},20386:(o,c,r)=>{var e=r(28641),n=e({}.toString),a=e("".slice);o.exports=function(t){return a(n(t),8,-1)}},23857:(o,c,r)=>{var e=r(81288),n=r(50967),a=r(20386),t=r(45248),s=t("toStringTag"),i=Object,u=a(function(){return arguments}())=="Arguments",v=function(p,d){try{return p[d]}catch{}};o.exports=e?a:function(p){var d,g,y;return p===void 0?"Undefined":p===null?"Null":typeof(g=v(d=i(p),s))=="string"?g:u?a(d):(y=a(d))=="Object"&&n(d.callee)?"Arguments":y}},51446:(o,c,r)=>{var e=r(55304),n=r(80605),a=r(49104),t=r(58795);o.exports=function(s,i,u){for(var v=n(i),p=t.f,d=a.f,g=0;g<v.length;g++){var y=v[g];!e(s,y)&&!(u&&e(u,y))&&p(s,y,d(i,y))}}},85062:(o,c,r)=>{var e=r(13887);o.exports=!e(function(){function n(){}return n.prototype.constructor=null,Object.getPrototypeOf(new n)!==n.prototype})},17293:o=>{o.exports=function(c,r){return{value:c,done:r}}},38317:(o,c,r)=>{var e=r(34205),n=r(58795),a=r(1241);o.exports=e?function(t,s,i){return n.f(t,s,a(1,i))}:function(t,s,i){return t[s]=i,t}},1241:o=>{o.exports=function(c,r){return{enumerable:!(c&1),configurable:!(c&2),writable:!(c&4),value:r}}},66068:(o,c,r)=>{var e=r(71196),n=r(58795),a=r(1241);o.exports=function(t,s,i){var u=e(s);u in t?n.f(t,u,a(0,i)):t[u]=i}},33464:(o,c,r)=>{var e=r(84228),n=r(58795);o.exports=function(a,t,s){return s.get&&e(s.get,t,{getter:!0}),s.set&&e(s.set,t,{setter:!0}),n.f(a,t,s)}},53663:(o,c,r)=>{var e=r(50967),n=r(58795),a=r(84228),t=r(8239);o.exports=function(s,i,u,v){v||(v={});var p=v.enumerable,d=v.name!==void 0?v.name:i;if(e(u)&&a(u,d,v),v.global)p?s[i]=u:t(i,u);else{try{v.unsafe?s[i]&&(p=!0):delete s[i]}catch{}p?s[i]=u:n.f(s,i,{value:u,enumerable:!1,configurable:!v.nonConfigurable,writable:!v.nonWritable})}return s}},37883:(o,c,r)=>{var e=r(53663);o.exports=function(n,a,t){for(var s in a)e(n,s,a[s],t);return n}},8239:(o,c,r)=>{var e=r(3525),n=Object.defineProperty;o.exports=function(a,t){try{n(e,a,{value:t,configurable:!0,writable:!0})}catch{e[a]=t}return t}},34205:(o,c,r)=>{var e=r(13887);o.exports=!e(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},2310:o=>{var c=typeof document=="object"&&document.all,r=typeof c>"u"&&c!==void 0;o.exports={all:c,IS_HTMLDDA:r}},98943:(o,c,r)=>{var e=r(3525),n=r(73419),a=e.document,t=n(a)&&n(a.createElement);o.exports=function(s){return t?a.createElement(s):{}}},38963:o=>{o.exports=typeof navigator<"u"&&String(navigator.userAgent)||""},71876:(o,c,r)=>{var e=r(3525),n=r(38963),a=e.process,t=e.Deno,s=a&&a.versions||t&&t.version,i=s&&s.v8,u,v;i&&(u=i.split("."),v=u[0]>0&&u[0]<4?1:+(u[0]+u[1])),!v&&n&&(u=n.match(/Edge\/(\d+)/),(!u||u[1]>=74)&&(u=n.match(/Chrome\/(\d+)/),u&&(v=+u[1]))),o.exports=v},87823:o=>{o.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},28711:(o,c,r)=>{var e=r(3525),n=r(49104).f,a=r(38317),t=r(53663),s=r(8239),i=r(51446),u=r(83602);o.exports=function(v,p){var d=v.target,g=v.global,y=v.stat,m,R,O,A,C,F;if(g?R=e:y?R=e[d]||s(d,{}):R=(e[d]||{}).prototype,R)for(O in p){if(C=p[O],v.dontCallGetSet?(F=n(R,O),A=F&&F.value):A=R[O],m=u(g?O:d+(y?".":"#")+O,v.forced),!m&&A!==void 0){if(typeof C==typeof A)continue;i(C,A)}(v.sham||A&&A.sham)&&a(C,"sham",!0),t(R,O,C,v)}}},13887:o=>{o.exports=function(c){try{return!!c()}catch{return!0}}},85919:(o,c,r)=>{var e=r(19893),n=r(61454),a=r(54080),t=e(e.bind);o.exports=function(s,i){return n(s),i===void 0?s:a?t(s,i):function(){return s.apply(i,arguments)}}},54080:(o,c,r)=>{var e=r(13887);o.exports=!e(function(){var n=function(){}.bind();return typeof n!="function"||n.hasOwnProperty("prototype")})},41787:(o,c,r)=>{var e=r(54080),n=Function.prototype.call;o.exports=e?n.bind(n):function(){return n.apply(n,arguments)}},66123:(o,c,r)=>{var e=r(34205),n=r(55304),a=Function.prototype,t=e&&Object.getOwnPropertyDescriptor,s=n(a,"name"),i=s&&function(){}.name==="something",u=s&&(!e||e&&t(a,"name").configurable);o.exports={EXISTS:s,PROPER:i,CONFIGURABLE:u}},26981:(o,c,r)=>{var e=r(28641),n=r(61454);o.exports=function(a,t,s){try{return e(n(Object.getOwnPropertyDescriptor(a,t)[s]))}catch{}}},19893:(o,c,r)=>{var e=r(20386),n=r(28641);o.exports=function(a){if(e(a)==="Function")return n(a)}},28641:(o,c,r)=>{var e=r(54080),n=Function.prototype,a=n.call,t=e&&n.bind.bind(a,a);o.exports=e?t:function(s){return function(){return a.apply(s,arguments)}}},34873:(o,c,r)=>{var e=r(3525),n=r(50967),a=function(t){return n(t)?t:void 0};o.exports=function(t,s){return arguments.length<2?a(e[t]):e[t]&&e[t][s]}},28700:(o,c,r)=>{var e=r(23857),n=r(87006),a=r(1293),t=r(79725),s=r(45248),i=s("iterator");o.exports=function(u){if(!a(u))return n(u,i)||n(u,"@@iterator")||t[e(u)]}},80686:(o,c,r)=>{var e=r(41787),n=r(61454),a=r(54734),t=r(5790),s=r(28700),i=TypeError;o.exports=function(u,v){var p=arguments.length<2?s(u):v;if(n(p))return a(e(p,u));throw i(t(u)+" is not iterable")}},87006:(o,c,r)=>{var e=r(61454),n=r(1293);o.exports=function(a,t){var s=a[t];return n(s)?void 0:e(s)}},3525:function(o,c,r){var e=function(n){return n&&n.Math==Math&&n};o.exports=e(typeof globalThis=="object"&&globalThis)||e(typeof window=="object"&&window)||e(typeof self=="object"&&self)||e(typeof r.g=="object"&&r.g)||function(){return this}()||this||Function("return this")()},55304:(o,c,r)=>{var e=r(28641),n=r(46463),a=e({}.hasOwnProperty);o.exports=Object.hasOwn||function(s,i){return a(n(s),i)}},71273:o=>{o.exports={}},72272:(o,c,r)=>{var e=r(34873);o.exports=e("document","documentElement")},15399:(o,c,r)=>{var e=r(34205),n=r(13887),a=r(98943);o.exports=!e&&!n(function(){return Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a!=7})},34329:(o,c,r)=>{var e=r(28641),n=r(13887),a=r(20386),t=Object,s=e("".split);o.exports=n(function(){return!t("z").propertyIsEnumerable(0)})?function(i){return a(i)=="String"?s(i,""):t(i)}:t},73139:(o,c,r)=>{var e=r(28641),n=r(50967),a=r(40786),t=e(Function.toString);n(a.inspectSource)||(a.inspectSource=function(s){return t(s)}),o.exports=a.inspectSource},65003:(o,c,r)=>{var e=r(87270),n=r(3525),a=r(73419),t=r(38317),s=r(55304),i=r(40786),u=r(61621),v=r(71273),p="Object already initialized",d=n.TypeError,g=n.WeakMap,y,m,R,O=function(I){return R(I)?m(I):y(I,{})},A=function(I){return function(T){var U;if(!a(T)||(U=m(T)).type!==I)throw d("Incompatible receiver, "+I+" required");return U}};if(e||i.state){var C=i.state||(i.state=new g);C.get=C.get,C.has=C.has,C.set=C.set,y=function(I,T){if(C.has(I))throw d(p);return T.facade=I,C.set(I,T),T},m=function(I){return C.get(I)||{}},R=function(I){return C.has(I)}}else{var F=u("state");v[F]=!0,y=function(I,T){if(s(I,F))throw d(p);return T.facade=I,t(I,F,T),T},m=function(I){return s(I,F)?I[F]:{}},R=function(I){return s(I,F)}}o.exports={set:y,get:m,has:R,enforce:O,getterFor:A}},52316:(o,c,r)=>{var e=r(45248),n=r(79725),a=e("iterator"),t=Array.prototype;o.exports=function(s){return s!==void 0&&(n.Array===s||t[a]===s)}},50967:(o,c,r)=>{var e=r(2310),n=e.all;o.exports=e.IS_HTMLDDA?function(a){return typeof a=="function"||a===n}:function(a){return typeof a=="function"}},17706:(o,c,r)=>{var e=r(28641),n=r(13887),a=r(50967),t=r(23857),s=r(34873),i=r(73139),u=function(){},v=[],p=s("Reflect","construct"),d=/^\s*(?:class|function)\b/,g=e(d.exec),y=!d.exec(u),m=function(A){if(!a(A))return!1;try{return p(u,v,A),!0}catch{return!1}},R=function(A){if(!a(A))return!1;switch(t(A)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return y||!!g(d,i(A))}catch{return!0}};R.sham=!0,o.exports=!p||n(function(){var O;return m(m.call)||!m(Object)||!m(function(){O=!0})||O})?R:m},83602:(o,c,r)=>{var e=r(13887),n=r(50967),a=/#|\.prototype\./,t=function(p,d){var g=i[s(p)];return g==v?!0:g==u?!1:n(d)?e(d):!!d},s=t.normalize=function(p){return String(p).replace(a,".").toLowerCase()},i=t.data={},u=t.NATIVE="N",v=t.POLYFILL="P";o.exports=t},1293:o=>{o.exports=function(c){return c==null}},73419:(o,c,r)=>{var e=r(50967),n=r(2310),a=n.all;o.exports=n.IS_HTMLDDA?function(t){return typeof t=="object"?t!==null:e(t)||t===a}:function(t){return typeof t=="object"?t!==null:e(t)}},23723:o=>{o.exports=!1},72102:(o,c,r)=>{var e=r(34873),n=r(50967),a=r(29414),t=r(32412),s=Object;o.exports=t?function(i){return typeof i=="symbol"}:function(i){var u=e("Symbol");return n(u)&&a(u.prototype,s(i))}},29222:(o,c,r)=>{var e=r(41787),n=r(54734),a=r(87006);o.exports=function(t,s,i){var u,v;n(t);try{if(u=a(t,"return"),!u){if(s==="throw")throw i;return i}u=e(u,t)}catch(p){v=!0,u=p}if(s==="throw")throw i;if(v)throw u;return n(u),i}},18884:(o,c,r)=>{var e=r(59206).IteratorPrototype,n=r(22673),a=r(1241),t=r(88522),s=r(79725),i=function(){return this};o.exports=function(u,v,p,d){var g=v+" Iterator";return u.prototype=n(e,{next:a(+!d,p)}),t(u,g,!1,!0),s[g]=i,u}},30709:(o,c,r)=>{var e=r(28711),n=r(41787),a=r(23723),t=r(66123),s=r(50967),i=r(18884),u=r(93267),v=r(18266),p=r(88522),d=r(38317),g=r(53663),y=r(45248),m=r(79725),R=r(59206),O=t.PROPER,A=t.CONFIGURABLE,C=R.IteratorPrototype,F=R.BUGGY_SAFARI_ITERATORS,I=y("iterator"),T="keys",U="values",B="entries",k=function(){return this};o.exports=function(rr,V,q,mr,vr,M,H){i(q,V,mr);var $=function(tr){if(tr===vr&&W)return W;if(!F&&tr in J)return J[tr];switch(tr){case T:return function(){return new q(this,tr)};case U:return function(){return new q(this,tr)};case B:return function(){return new q(this,tr)}}return function(){return new q(this)}},D=V+" Iterator",Y=!1,J=rr.prototype,z=J[I]||J["@@iterator"]||vr&&J[vr],W=!F&&z||$(vr),fr=V=="Array"&&J.entries||z,X,Q,sr;if(fr&&(X=u(fr.call(new rr)),X!==Object.prototype&&X.next&&(!a&&u(X)!==C&&(v?v(X,C):s(X[I])||g(X,I,k)),p(X,D,!0,!0),a&&(m[D]=k))),O&&vr==U&&z&&z.name!==U&&(!a&&A?d(J,"name",U):(Y=!0,W=function(){return n(z,this)})),vr)if(Q={values:$(U),keys:M?W:$(T),entries:$(B)},H)for(sr in Q)(F||Y||!(sr in J))&&g(J,sr,Q[sr]);else e({target:V,proto:!0,forced:F||Y},Q);return(!a||H)&&J[I]!==W&&g(J,I,W,{name:vr}),m[V]=W,Q}},59206:(o,c,r)=>{var e=r(13887),n=r(50967),a=r(73419),t=r(22673),s=r(93267),i=r(53663),u=r(45248),v=r(23723),p=u("iterator"),d=!1,g,y,m;[].keys&&(m=[].keys(),"next"in m?(y=s(s(m)),y!==Object.prototype&&(g=y)):d=!0);var R=!a(g)||e(function(){var O={};return g[p].call(O)!==O});R?g={}:v&&(g=t(g)),n(g[p])||i(g,p,function(){return this}),o.exports={IteratorPrototype:g,BUGGY_SAFARI_ITERATORS:d}},79725:o=>{o.exports={}},65954:(o,c,r)=>{var e=r(34986);o.exports=function(n){return e(n.length)}},84228:(o,c,r)=>{var e=r(28641),n=r(13887),a=r(50967),t=r(55304),s=r(34205),i=r(66123).CONFIGURABLE,u=r(73139),v=r(65003),p=v.enforce,d=v.get,g=String,y=Object.defineProperty,m=e("".slice),R=e("".replace),O=e([].join),A=s&&!n(function(){return y(function(){},"length",{value:8}).length!==8}),C=String(String).split("String"),F=o.exports=function(I,T,U){m(g(T),0,7)==="Symbol("&&(T="["+R(g(T),/^Symbol\(([^)]*)\)/,"$1")+"]"),U&&U.getter&&(T="get "+T),U&&U.setter&&(T="set "+T),(!t(I,"name")||i&&I.name!==T)&&(s?y(I,"name",{value:T,configurable:!0}):I.name=T),A&&U&&t(U,"arity")&&I.length!==U.arity&&y(I,"length",{value:U.arity});try{U&&t(U,"constructor")&&U.constructor?s&&y(I,"prototype",{writable:!1}):I.prototype&&(I.prototype=void 0)}catch{}var B=p(I);return t(B,"source")||(B.source=O(C,typeof T=="string"?T:"")),I};Function.prototype.toString=F(function(){return a(this)&&d(this).source||u(this)},"toString")},40533:o=>{var c=Math.ceil,r=Math.floor;o.exports=Math.trunc||function(n){var a=+n;return(a>0?r:c)(a)}},96851:(o,c,r)=>{var e=r(34205),n=r(28641),a=r(41787),t=r(13887),s=r(95597),i=r(99242),u=r(60586),v=r(46463),p=r(34329),d=Object.assign,g=Object.defineProperty,y=n([].concat);o.exports=!d||t(function(){if(e&&d({b:1},d(g({},"a",{enumerable:!0,get:function(){g(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var m={},R={},O=Symbol(),A="abcdefghijklmnopqrst";return m[O]=7,A.split("").forEach(function(C){R[C]=C}),d({},m)[O]!=7||s(d({},R)).join("")!=A})?function(R,O){for(var A=v(R),C=arguments.length,F=1,I=i.f,T=u.f;C>F;)for(var U=p(arguments[F++]),B=I?y(s(U),I(U)):s(U),k=B.length,rr=0,V;k>rr;)V=B[rr++],(!e||a(T,U,V))&&(A[V]=U[V]);return A}:d},22673:(o,c,r)=>{var e=r(54734),n=r(69156),a=r(87823),t=r(71273),s=r(72272),i=r(98943),u=r(61621),v=">",p="<",d="prototype",g="script",y=u("IE_PROTO"),m=function(){},R=function(I){return p+g+v+I+p+"/"+g+v},O=function(I){I.write(R("")),I.close();var T=I.parentWindow.Object;return I=null,T},A=function(){var I=i("iframe"),T="java"+g+":",U;return I.style.display="none",s.appendChild(I),I.src=String(T),U=I.contentWindow.document,U.open(),U.write(R("document.F=Object")),U.close(),U.F},C,F=function(){try{C=new ActiveXObject("htmlfile")}catch{}F=typeof document<"u"?document.domain&&C?O(C):A():O(C);for(var I=a.length;I--;)delete F[d][a[I]];return F()};t[y]=!0,o.exports=Object.create||function(T,U){var B;return T!==null?(m[d]=e(T),B=new m,m[d]=null,B[y]=T):B=F(),U===void 0?B:n.f(B,U)}},69156:(o,c,r)=>{var e=r(34205),n=r(41958),a=r(58795),t=r(54734),s=r(50678),i=r(95597);c.f=e&&!n?Object.defineProperties:function(v,p){t(v);for(var d=s(p),g=i(p),y=g.length,m=0,R;y>m;)a.f(v,R=g[m++],d[R]);return v}},58795:(o,c,r)=>{var e=r(34205),n=r(15399),a=r(41958),t=r(54734),s=r(71196),i=TypeError,u=Object.defineProperty,v=Object.getOwnPropertyDescriptor,p="enumerable",d="configurable",g="writable";c.f=e?a?function(m,R,O){if(t(m),R=s(R),t(O),typeof m=="function"&&R==="prototype"&&"value"in O&&g in O&&!O[g]){var A=v(m,R);A&&A[g]&&(m[R]=O.value,O={configurable:d in O?O[d]:A[d],enumerable:p in O?O[p]:A[p],writable:!1})}return u(m,R,O)}:u:function(m,R,O){if(t(m),R=s(R),t(O),n)try{return u(m,R,O)}catch{}if("get"in O||"set"in O)throw i("Accessors not supported");return"value"in O&&(m[R]=O.value),m}},49104:(o,c,r)=>{var e=r(34205),n=r(41787),a=r(60586),t=r(1241),s=r(50678),i=r(71196),u=r(55304),v=r(15399),p=Object.getOwnPropertyDescriptor;c.f=e?p:function(g,y){if(g=s(g),y=i(y),v)try{return p(g,y)}catch{}if(u(g,y))return t(!n(a.f,g,y),g[y])}},52488:(o,c,r)=>{var e=r(1810),n=r(87823),a=n.concat("length","prototype");c.f=Object.getOwnPropertyNames||function(s){return e(s,a)}},99242:(o,c)=>{c.f=Object.getOwnPropertySymbols},93267:(o,c,r)=>{var e=r(55304),n=r(50967),a=r(46463),t=r(61621),s=r(85062),i=t("IE_PROTO"),u=Object,v=u.prototype;o.exports=s?u.getPrototypeOf:function(p){var d=a(p);if(e(d,i))return d[i];var g=d.constructor;return n(g)&&d instanceof g?g.prototype:d instanceof u?v:null}},29414:(o,c,r)=>{var e=r(28641);o.exports=e({}.isPrototypeOf)},1810:(o,c,r)=>{var e=r(28641),n=r(55304),a=r(50678),t=r(80743).indexOf,s=r(71273),i=e([].push);o.exports=function(u,v){var p=a(u),d=0,g=[],y;for(y in p)!n(s,y)&&n(p,y)&&i(g,y);for(;v.length>d;)n(p,y=v[d++])&&(~t(g,y)||i(g,y));return g}},95597:(o,c,r)=>{var e=r(1810),n=r(87823);o.exports=Object.keys||function(t){return e(t,n)}},60586:(o,c)=>{var r={}.propertyIsEnumerable,e=Object.getOwnPropertyDescriptor,n=e&&!r.call({1:2},1);c.f=n?function(t){var s=e(this,t);return!!s&&s.enumerable}:r},18266:(o,c,r)=>{var e=r(26981),n=r(54734),a=r(63681);o.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t=!1,s={},i;try{i=e(Object.prototype,"__proto__","set"),i(s,[]),t=s instanceof Array}catch{}return function(v,p){return n(v),a(p),t?i(v,p):v.__proto__=p,v}}():void 0)},78147:(o,c,r)=>{var e=r(41787),n=r(50967),a=r(73419),t=TypeError;o.exports=function(s,i){var u,v;if(i==="string"&&n(u=s.toString)&&!a(v=e(u,s))||n(u=s.valueOf)&&!a(v=e(u,s))||i!=="string"&&n(u=s.toString)&&!a(v=e(u,s)))return v;throw t("Can't convert object to primitive value")}},80605:(o,c,r)=>{var e=r(34873),n=r(28641),a=r(52488),t=r(99242),s=r(54734),i=n([].concat);o.exports=e("Reflect","ownKeys")||function(v){var p=a.f(s(v)),d=t.f;return d?i(p,d(v)):p}},88894:(o,c,r)=>{var e=r(3525);o.exports=e},82548:(o,c,r)=>{var e=r(1293),n=TypeError;o.exports=function(a){if(e(a))throw n("Can't call method on "+a);return a}},88522:(o,c,r)=>{var e=r(58795).f,n=r(55304),a=r(45248),t=a("toStringTag");o.exports=function(s,i,u){s&&!u&&(s=s.prototype),s&&!n(s,t)&&e(s,t,{configurable:!0,value:i})}},61621:(o,c,r)=>{var e=r(4533),n=r(46494),a=e("keys");o.exports=function(t){return a[t]||(a[t]=n(t))}},40786:(o,c,r)=>{var e=r(3525),n=r(8239),a="__core-js_shared__",t=e[a]||n(a,{});o.exports=t},4533:(o,c,r)=>{var e=r(23723),n=r(40786);(o.exports=function(a,t){return n[a]||(n[a]=t!==void 0?t:{})})("versions",[]).push({version:"3.32.0",mode:e?"pure":"global",copyright:"\xA9 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.32.0/LICENSE",source:"https://github.com/zloirock/core-js"})},3409:(o,c,r)=>{var e=r(28641),n=r(83340),a=r(33670),t=r(82548),s=e("".charAt),i=e("".charCodeAt),u=e("".slice),v=function(p){return function(d,g){var y=a(t(d)),m=n(g),R=y.length,O,A;return m<0||m>=R?p?"":void 0:(O=i(y,m),O<55296||O>56319||m+1===R||(A=i(y,m+1))<56320||A>57343?p?s(y,m):O:p?u(y,m,m+2):(O-55296<<10)+(A-56320)+65536)}};o.exports={codeAt:v(!1),charAt:v(!0)}},44090:(o,c,r)=>{var e=r(28641),n=2147483647,a=36,t=1,s=26,i=38,u=700,v=72,p=128,d="-",g=/[^\0-\u007E]/,y=/[.\u3002\uFF0E\uFF61]/g,m="Overflow: input needs wider integers to process",R=a-t,O=RangeError,A=e(y.exec),C=Math.floor,F=String.fromCharCode,I=e("".charCodeAt),T=e([].join),U=e([].push),B=e("".replace),k=e("".split),rr=e("".toLowerCase),V=function(M){for(var H=[],$=0,D=M.length;$<D;){var Y=I(M,$++);if(Y>=55296&&Y<=56319&&$<D){var J=I(M,$++);(J&64512)==56320?U(H,((Y&1023)<<10)+(J&1023)+65536):(U(H,Y),$--)}else U(H,Y)}return H},q=function(M){return M+22+75*(M<26)},mr=function(M,H,$){var D=0;for(M=$?C(M/u):M>>1,M+=C(M/H);M>R*s>>1;)M=C(M/R),D+=a;return C(D+(R+1)*M/(M+i))},vr=function(M){var H=[];M=V(M);var $=M.length,D=p,Y=0,J=v,z,W;for(z=0;z<M.length;z++)W=M[z],W<128&&U(H,F(W));var fr=H.length,X=fr;for(fr&&U(H,d);X<$;){var Q=n;for(z=0;z<M.length;z++)W=M[z],W>=D&&W<Q&&(Q=W);var sr=X+1;if(Q-D>C((n-Y)/sr))throw O(m);for(Y+=(Q-D)*sr,D=Q,z=0;z<M.length;z++){if(W=M[z],W<D&&++Y>n)throw O(m);if(W==D){for(var tr=Y,pr=a;;){var gr=pr<=J?t:pr>=J+s?s:pr-J;if(tr<gr)break;var cr=tr-gr,Lr=a-gr;U(H,F(q(gr+cr%Lr))),tr=C(cr/Lr),pr+=a}U(H,F(q(tr))),J=mr(Y,sr,X==fr),Y=0,X++}}Y++,D++}return T(H,"")};o.exports=function(M){var H=[],$=k(B(rr(M),y,"."),"."),D,Y;for(D=0;D<$.length;D++)Y=$[D],U(H,A(g,Y)?"xn--"+vr(Y):Y);return T(H,".")}},68346:(o,c,r)=>{var e=r(71876),n=r(13887),a=r(3525),t=a.String;o.exports=!!Object.getOwnPropertySymbols&&!n(function(){var s=Symbol();return!t(s)||!(Object(s)instanceof Symbol)||!Symbol.sham&&e&&e<41})},79602:(o,c,r)=>{var e=r(83340),n=Math.max,a=Math.min;o.exports=function(t,s){var i=e(t);return i<0?n(i+s,0):a(i,s)}},50678:(o,c,r)=>{var e=r(34329),n=r(82548);o.exports=function(a){return e(n(a))}},83340:(o,c,r)=>{var e=r(40533);o.exports=function(n){var a=+n;return a!==a||a===0?0:e(a)}},34986:(o,c,r)=>{var e=r(83340),n=Math.min;o.exports=function(a){return a>0?n(e(a),9007199254740991):0}},46463:(o,c,r)=>{var e=r(82548),n=Object;o.exports=function(a){return n(e(a))}},61493:(o,c,r)=>{var e=r(41787),n=r(73419),a=r(72102),t=r(87006),s=r(78147),i=r(45248),u=TypeError,v=i("toPrimitive");o.exports=function(p,d){if(!n(p)||a(p))return p;var g=t(p,v),y;if(g){if(d===void 0&&(d="default"),y=e(g,p,d),!n(y)||a(y))return y;throw u("Can't convert object to primitive value")}return d===void 0&&(d="number"),s(p,d)}},71196:(o,c,r)=>{var e=r(61493),n=r(72102);o.exports=function(a){var t=e(a,"string");return n(t)?t:t+""}},81288:(o,c,r)=>{var e=r(45248),n=e("toStringTag"),a={};a[n]="z",o.exports=String(a)==="[object z]"},33670:(o,c,r)=>{var e=r(23857),n=String;o.exports=function(a){if(e(a)==="Symbol")throw TypeError("Cannot convert a Symbol value to a string");return n(a)}},5790:o=>{var c=String;o.exports=function(r){try{return c(r)}catch{return"Object"}}},46494:(o,c,r)=>{var e=r(28641),n=0,a=Math.random(),t=e(1 .toString);o.exports=function(s){return"Symbol("+(s===void 0?"":s)+")_"+t(++n+a,36)}},56260:(o,c,r)=>{var e=r(13887),n=r(45248),a=r(34205),t=r(23723),s=n("iterator");o.exports=!e(function(){var i=new URL("b?a=1&b=2&c=3","http://a"),u=i.searchParams,v=new URLSearchParams("a=1&a=2&b=3"),p="";return i.pathname="c%20d",u.forEach(function(d,g){u.delete("b"),p+=g+d}),v.delete("a",2),v.delete("b",void 0),t&&(!i.toJSON||!v.has("a",1)||v.has("a",2)||!v.has("a",void 0)||v.has("b"))||!u.size&&(t||!a)||!u.sort||i.href!=="http://a/c%20d?a=1&c=3"||u.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!u[s]||new URL("https://a@b").username!=="a"||new URLSearchParams(new URLSearchParams("a=b")).get("a")!=="b"||new URL("http://\u0442\u0435\u0441\u0442").host!=="xn--e1aybc"||new URL("http://a#\u0431").hash!=="#%D0%B1"||p!=="a1c3"||new URL("http://x",void 0).host!=="x"})},32412:(o,c,r)=>{var e=r(68346);o.exports=e&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},41958:(o,c,r)=>{var e=r(34205),n=r(13887);o.exports=e&&n(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})},30702:o=>{var c=TypeError;o.exports=function(r,e){if(r<e)throw c("Not enough arguments");return r}},87270:(o,c,r)=>{var e=r(3525),n=r(50967),a=e.WeakMap;o.exports=n(a)&&/native code/.test(String(a))},45248:(o,c,r)=>{var e=r(3525),n=r(4533),a=r(55304),t=r(46494),s=r(68346),i=r(32412),u=e.Symbol,v=n("wks"),p=i?u.for||u:u&&u.withoutSetter||t;o.exports=function(d){return a(v,d)||(v[d]=s&&a(u,d)?u[d]:p("Symbol."+d)),v[d]}},23031:(o,c,r)=>{var e=r(50678),n=r(75009),a=r(79725),t=r(65003),s=r(58795).f,i=r(30709),u=r(17293),v=r(23723),p=r(34205),d="Array Iterator",g=t.set,y=t.getterFor(d);o.exports=i(Array,"Array",function(R,O){g(this,{type:d,target:e(R),index:0,kind:O})},function(){var R=y(this),O=R.target,A=R.kind,C=R.index++;return!O||C>=O.length?(R.target=void 0,u(void 0,!0)):A=="keys"?u(C,!1):A=="values"?u(O[C],!1):u([C,O[C]],!1)},"values");var m=a.Arguments=a.Array;if(n("keys"),n("values"),n("entries"),!v&&p&&m.name!=="values")try{s(m,"name",{value:"values"})}catch{}},12925:(o,c,r)=>{var e=r(3409).charAt,n=r(33670),a=r(65003),t=r(30709),s=r(17293),i="String Iterator",u=a.set,v=a.getterFor(i);t(String,"String",function(p){u(this,{type:i,string:n(p),index:0})},function(){var d=v(this),g=d.string,y=d.index,m;return y>=g.length?s(void 0,!0):(m=e(g,y),d.index+=m.length,s(m,!1))})},95005:(o,c,r)=>{r(23031);var e=r(28711),n=r(3525),a=r(41787),t=r(28641),s=r(34205),i=r(56260),u=r(53663),v=r(33464),p=r(37883),d=r(88522),g=r(18884),y=r(65003),m=r(20471),R=r(50967),O=r(55304),A=r(85919),C=r(23857),F=r(54734),I=r(73419),T=r(33670),U=r(22673),B=r(1241),k=r(80686),rr=r(28700),V=r(30702),q=r(45248),mr=r(24567),vr=q("iterator"),M="URLSearchParams",H=M+"Iterator",$=y.set,D=y.getterFor(M),Y=y.getterFor(H),J=Object.getOwnPropertyDescriptor,z=function(E){if(!s)return n[E];var b=J(n,E);return b&&b.value},W=z("fetch"),fr=z("Request"),X=z("Headers"),Q=fr&&fr.prototype,sr=X&&X.prototype,tr=n.RegExp,pr=n.TypeError,gr=n.decodeURIComponent,cr=n.encodeURIComponent,Lr=t("".charAt),Br=t([].join),Rr=t([].push),Cr=t("".replace),Jr=t([].shift),Hr=t([].splice),Gr=t("".split),$r=t("".slice),Xr=/\+/g,zr=Array(4),Qr=function(E){return zr[E-1]||(zr[E-1]=tr("((?:%[\\da-f]{2}){"+E+"})","gi"))},Zr=function(E){try{return gr(E)}catch{return E}},Kr=function(E){var b=Cr(E,Xr," "),j=4;try{return gr(b)}catch{for(;j;)b=Cr(b,Qr(j--),Zr);return b}},lr=/[!'()~]|%20/g,kr={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},qr=function(E){return kr[E]},Vr=function(E){return Cr(cr(E),lr,qr)},Ir=g(function(b,j){$(this,{type:H,iterator:k(D(b).entries),kind:j})},"Iterator",function(){var b=Y(this),j=b.kind,N=b.iterator.next(),G=N.value;return N.done||(N.value=j==="keys"?G.key:j==="values"?G.value:[G.key,G.value]),N},!0),Ur=function(E){this.entries=[],this.url=null,E!==void 0&&(I(E)?this.parseObject(E):this.parseQuery(typeof E=="string"?Lr(E,0)==="?"?$r(E,1):E:T(E)))};Ur.prototype={type:M,bindURL:function(E){this.url=E,this.update()},parseObject:function(E){var b=rr(E),j,N,G,K,nr,ir,ar;if(b)for(j=k(E,b),N=j.next;!(G=a(N,j)).done;){if(K=k(F(G.value)),nr=K.next,(ir=a(nr,K)).done||(ar=a(nr,K)).done||!a(nr,K).done)throw pr("Expected sequence with length 2");Rr(this.entries,{key:T(ir.value),value:T(ar.value)})}else for(var xr in E)O(E,xr)&&Rr(this.entries,{key:xr,value:T(E[xr])})},parseQuery:function(E){if(E)for(var b=Gr(E,"&"),j=0,N,G;j<b.length;)N=b[j++],N.length&&(G=Gr(N,"="),Rr(this.entries,{key:Kr(Jr(G)),value:Kr(Br(G,"="))}))},serialize:function(){for(var E=this.entries,b=[],j=0,N;j<E.length;)N=E[j++],Rr(b,Vr(N.key)+"="+Vr(N.value));return Br(b,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var br=function(){m(this,Or);var b=arguments.length>0?arguments[0]:void 0,j=$(this,new Ur(b));s||(this.size=j.entries.length)},Or=br.prototype;if(p(Or,{append:function(b,j){var N=D(this);V(arguments.length,2),Rr(N.entries,{key:T(b),value:T(j)}),s||this.length++,N.updateURL()},delete:function(E){for(var b=D(this),j=V(arguments.length,1),N=b.entries,G=T(E),K=j<2?void 0:arguments[1],nr=K===void 0?K:T(K),ir=0;ir<N.length;){var ar=N[ir];if(ar.key===G&&(nr===void 0||ar.value===nr)){if(Hr(N,ir,1),nr!==void 0)break}else ir++}s||(this.size=N.length),b.updateURL()},get:function(b){var j=D(this).entries;V(arguments.length,1);for(var N=T(b),G=0;G<j.length;G++)if(j[G].key===N)return j[G].value;return null},getAll:function(b){var j=D(this).entries;V(arguments.length,1);for(var N=T(b),G=[],K=0;K<j.length;K++)j[K].key===N&&Rr(G,j[K].value);return G},has:function(b){for(var j=D(this).entries,N=V(arguments.length,1),G=T(b),K=N<2?void 0:arguments[1],nr=K===void 0?K:T(K),ir=0;ir<j.length;){var ar=j[ir++];if(ar.key===G&&(nr===void 0||ar.value===nr))return!0}return!1},set:function(b,j){var N=D(this);V(arguments.length,1);for(var G=N.entries,K=!1,nr=T(b),ir=T(j),ar=0,xr;ar<G.length;ar++)xr=G[ar],xr.key===nr&&(K?Hr(G,ar--,1):(K=!0,xr.value=ir));K||Rr(G,{key:nr,value:ir}),s||(this.size=G.length),N.updateURL()},sort:function(){var b=D(this);mr(b.entries,function(j,N){return j.key>N.key?1:-1}),b.updateURL()},forEach:function(b){for(var j=D(this).entries,N=A(b,arguments.length>1?arguments[1]:void 0),G=0,K;G<j.length;)K=j[G++],N(K.value,K.key,this)},keys:function(){return new Ir(this,"keys")},values:function(){return new Ir(this,"values")},entries:function(){return new Ir(this,"entries")}},{enumerable:!0}),u(Or,vr,Or.entries,{name:"entries"}),u(Or,"toString",function(){return D(this).serialize()},{enumerable:!0}),s&&v(Or,"size",{get:function(){return D(this).entries.length},configurable:!0,enumerable:!0}),d(br,M),e({global:!0,constructor:!0,forced:!i},{URLSearchParams:br}),!i&&R(X)){var Mr=t(sr.has),Sr=t(sr.set),jr=function(E){if(I(E)){var b=E.body,j;if(C(b)===M)return j=E.headers?new X(E.headers):new X,Mr(j,"content-type")||Sr(j,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),U(E,{body:B(0,T(b)),headers:B(0,j)})}return E};if(R(W)&&e({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(b){return W(b,arguments.length>1?jr(arguments[1]):{})}}),R(fr)){var Tr=function(b){return m(this,Q),new fr(b,arguments.length>1?jr(arguments[1]):{})};Q.constructor=Tr,Tr.prototype=Q,e({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:Tr})}}o.exports={URLSearchParams:br,getState:D}},43181:(o,c,r)=>{var e=r(53663),n=r(28641),a=r(33670),t=r(30702),s=URLSearchParams,i=s.prototype,u=n(i.append),v=n(i.delete),p=n(i.forEach),d=n([].push),g=new s("a=1&a=2&b=3");g.delete("a",1),g.delete("b",void 0),g+""!="a=2"&&e(i,"delete",function(y){var m=arguments.length,R=m<2?void 0:arguments[1];if(m&&R===void 0)return v(this,y);var O=[];p(this,function(k,rr){d(O,{key:rr,value:k})}),t(m,1);for(var A=a(y),C=a(R),F=0,I=0,T=!1,U=O.length,B;F<U;)B=O[F++],T||B.key===A?(T=!0,v(this,B.key)):I++;for(;I<U;)B=O[I++],B.key===A&&B.value===C||u(this,B.key,B.value)},{enumerable:!0,unsafe:!0})},34794:(o,c,r)=>{var e=r(53663),n=r(28641),a=r(33670),t=r(30702),s=URLSearchParams,i=s.prototype,u=n(i.getAll),v=n(i.has),p=new s("a=1");(p.has("a",2)||!p.has("a",void 0))&&e(i,"has",function(g){var y=arguments.length,m=y<2?void 0:arguments[1];if(y&&m===void 0)return v(this,g);var R=u(this,g);t(y,1);for(var O=a(m),A=0;A<R.length;)if(R[A++]===O)return!0;return!1},{enumerable:!0,unsafe:!0})},61899:(o,c,r)=>{r(95005)},74611:(o,c,r)=>{var e=r(34205),n=r(28641),a=r(33464),t=URLSearchParams.prototype,s=n(t.forEach);e&&!("size"in t)&&a(t,"size",{get:function(){var u=0;return s(this,function(){u++}),u},configurable:!0,enumerable:!0})},39672:(o,c,r)=>{var e=r(28711),n=r(34873),a=r(13887),t=r(30702),s=r(33670),i=r(56260),u=n("URL"),v=i&&a(function(){u.canParse()});e({target:"URL",stat:!0,forced:!v},{canParse:function(d){var g=t(arguments.length,1),y=s(d),m=g<2||arguments[1]===void 0?void 0:s(arguments[1]);try{return!!new u(y,m)}catch{return!1}}})},93997:(o,c,r)=>{r(12925);var e=r(28711),n=r(34205),a=r(56260),t=r(3525),s=r(85919),i=r(28641),u=r(53663),v=r(33464),p=r(20471),d=r(55304),g=r(96851),y=r(37437),m=r(95640),R=r(3409).codeAt,O=r(44090),A=r(33670),C=r(88522),F=r(30702),I=r(95005),T=r(65003),U=T.set,B=T.getterFor("URL"),k=I.URLSearchParams,rr=I.getState,V=t.URL,q=t.TypeError,mr=t.parseInt,vr=Math.floor,M=Math.pow,H=i("".charAt),$=i(/./.exec),D=i([].join),Y=i(1 .toString),J=i([].pop),z=i([].push),W=i("".replace),fr=i([].shift),X=i("".split),Q=i("".slice),sr=i("".toLowerCase),tr=i([].unshift),pr="Invalid authority",gr="Invalid scheme",cr="Invalid host",Lr="Invalid port",Br=/[a-z]/i,Rr=/[\d+-.a-z]/i,Cr=/\d/,Jr=/^0x/i,Hr=/^[0-7]+$/,Gr=/^\d+$/,$r=/^[\da-f]+$/i,Xr=/[\0\t\n\r #%/:<>?@[\\\]^|]/,zr=/[\0\t\n\r #/:<>?@[\\\]^|]/,Qr=/^[\u0000-\u0020]+/,Zr=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,Kr=/[\t\n\r]/g,lr,kr=function(f){var P=X(f,"."),h,l,S,w,L,Z,_;if(P.length&&P[P.length-1]==""&&P.length--,h=P.length,h>4)return f;for(l=[],S=0;S<h;S++){if(w=P[S],w=="")return f;if(L=10,w.length>1&&H(w,0)=="0"&&(L=$(Jr,w)?16:8,w=Q(w,L==8?1:2)),w==="")Z=0;else{if(!$(L==10?Gr:L==8?Hr:$r,w))return f;Z=mr(w,L)}z(l,Z)}for(S=0;S<h;S++)if(Z=l[S],S==h-1){if(Z>=M(256,5-h))return null}else if(Z>255)return null;for(_=J(l),S=0;S<l.length;S++)_+=l[S]*M(256,3-S);return _},qr=function(f){var P=[0,0,0,0,0,0,0,0],h=0,l=null,S=0,w,L,Z,_,or,dr,x,er=function(){return H(f,S)};if(er()==":"){if(H(f,1)!=":")return;S+=2,h++,l=h}for(;er();){if(h==8)return;if(er()==":"){if(l!==null)return;S++,h++,l=h;continue}for(w=L=0;L<4&&$($r,er());)w=w*16+mr(er(),16),S++,L++;if(er()=="."){if(L==0||(S-=L,h>6))return;for(Z=0;er();){if(_=null,Z>0)if(er()=="."&&Z<4)S++;else return;if(!$(Cr,er()))return;for(;$(Cr,er());){if(or=mr(er(),10),_===null)_=or;else{if(_==0)return;_=_*10+or}if(_>255)return;S++}P[h]=P[h]*256+_,Z++,(Z==2||Z==4)&&h++}if(Z!=4)return;break}else if(er()==":"){if(S++,!er())return}else if(er())return;P[h++]=w}if(l!==null)for(dr=h-l,h=7;h!=0&&dr>0;)x=P[h],P[h--]=P[l+dr-1],P[l+--dr]=x;else if(h!=8)return;return P},Vr=function(f){for(var P=null,h=1,l=null,S=0,w=0;w<8;w++)f[w]!==0?(S>h&&(P=l,h=S),l=null,S=0):(l===null&&(l=w),++S);return S>h&&(P=l,h=S),P},Ir=function(f){var P,h,l,S;if(typeof f=="number"){for(P=[],h=0;h<4;h++)tr(P,f%256),f=vr(f/256);return D(P,".")}else if(typeof f=="object"){for(P="",l=Vr(f),h=0;h<8;h++)S&&f[h]===0||(S&&(S=!1),l===h?(P+=h?":":"::",S=!0):(P+=Y(f[h],16),h<7&&(P+=":")));return"["+P+"]"}return f},Ur={},br=g({},Ur,{" ":1,'"':1,"<":1,">":1,"`":1}),Or=g({},br,{"#":1,"?":1,"{":1,"}":1}),Mr=g({},Or,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),Sr=function(f,P){var h=R(f,0);return h>32&&h<127&&!d(P,f)?f:encodeURIComponent(f)},jr={ftp:21,file:null,http:80,https:443,ws:80,wss:443},Tr=function(f,P){var h;return f.length==2&&$(Br,H(f,0))&&((h=H(f,1))==":"||!P&&h=="|")},E=function(f){var P;return f.length>1&&Tr(Q(f,0,2))&&(f.length==2||(P=H(f,2))==="/"||P==="\\"||P==="?"||P==="#")},b=function(f){return f==="."||sr(f)==="%2e"},j=function(f){return f=sr(f),f===".."||f==="%2e."||f===".%2e"||f==="%2e%2e"},N={},G={},K={},nr={},ir={},ar={},xr={},le={},Yr={},Wr={},_r={},re={},ee={},te={},ve={},ne={},Nr={},Pr={},fe={},wr={},Er={},ae=function(f,P,h){var l=A(f),S,w,L;if(P){if(w=this.parse(l),w)throw q(w);this.searchParams=null}else{if(h!==void 0&&(S=new ae(h,!0)),w=this.parse(l,null,S),w)throw q(w);L=rr(new k),L.bindURL(this),this.searchParams=L}};ae.prototype={type:"URL",parse:function(f,P,h){var l=this,S=P||N,w=0,L="",Z=!1,_=!1,or=!1,dr,x,er,Ar;for(f=A(f),P||(l.scheme="",l.username="",l.password="",l.host=null,l.port=null,l.path=[],l.query=null,l.fragment=null,l.cannotBeABaseURL=!1,f=W(f,Qr,""),f=W(f,Zr,"$1")),f=W(f,Kr,""),dr=y(f);w<=dr.length;){switch(x=dr[w],S){case N:if(x&&$(Br,x))L+=sr(x),S=G;else{if(P)return gr;S=K;continue}break;case G:if(x&&($(Rr,x)||x=="+"||x=="-"||x=="."))L+=sr(x);else if(x==":"){if(P&&(l.isSpecial()!=d(jr,L)||L=="file"&&(l.includesCredentials()||l.port!==null)||l.scheme=="file"&&!l.host))return;if(l.scheme=L,P){l.isSpecial()&&jr[l.scheme]==l.port&&(l.port=null);return}L="",l.scheme=="file"?S=te:l.isSpecial()&&h&&h.scheme==l.scheme?S=nr:l.isSpecial()?S=le:dr[w+1]=="/"?(S=ir,w++):(l.cannotBeABaseURL=!0,z(l.path,""),S=fe)}else{if(P)return gr;L="",S=K,w=0;continue}break;case K:if(!h||h.cannotBeABaseURL&&x!="#")return gr;if(h.cannotBeABaseURL&&x=="#"){l.scheme=h.scheme,l.path=m(h.path),l.query=h.query,l.fragment="",l.cannotBeABaseURL=!0,S=Er;break}S=h.scheme=="file"?te:ar;continue;case nr:if(x=="/"&&dr[w+1]=="/")S=Yr,w++;else{S=ar;continue}break;case ir:if(x=="/"){S=Wr;break}else{S=Pr;continue}case ar:if(l.scheme=h.scheme,x==lr)l.username=h.username,l.password=h.password,l.host=h.host,l.port=h.port,l.path=m(h.path),l.query=h.query;else if(x=="/"||x=="\\"&&l.isSpecial())S=xr;else if(x=="?")l.username=h.username,l.password=h.password,l.host=h.host,l.port=h.port,l.path=m(h.path),l.query="",S=wr;else if(x=="#")l.username=h.username,l.password=h.password,l.host=h.host,l.port=h.port,l.path=m(h.path),l.query=h.query,l.fragment="",S=Er;else{l.username=h.username,l.password=h.password,l.host=h.host,l.port=h.port,l.path=m(h.path),l.path.length--,S=Pr;continue}break;case xr:if(l.isSpecial()&&(x=="/"||x=="\\"))S=Yr;else if(x=="/")S=Wr;else{l.username=h.username,l.password=h.password,l.host=h.host,l.port=h.port,S=Pr;continue}break;case le:if(S=Yr,x!="/"||H(L,w+1)!="/")continue;w++;break;case Yr:if(x!="/"&&x!="\\"){S=Wr;continue}break;case Wr:if(x=="@"){Z&&(L="%40"+L),Z=!0,er=y(L);for(var oe=0;oe<er.length;oe++){var de=er[oe];if(de==":"&&!or){or=!0;continue}var pe=Sr(de,Mr);or?l.password+=pe:l.username+=pe}L=""}else if(x==lr||x=="/"||x=="?"||x=="#"||x=="\\"&&l.isSpecial()){if(Z&&L=="")return pr;w-=y(L).length+1,L="",S=_r}else L+=x;break;case _r:case re:if(P&&l.scheme=="file"){S=ne;continue}else if(x==":"&&!_){if(L=="")return cr;if(Ar=l.parseHost(L),Ar)return Ar;if(L="",S=ee,P==re)return}else if(x==lr||x=="/"||x=="?"||x=="#"||x=="\\"&&l.isSpecial()){if(l.isSpecial()&&L=="")return cr;if(P&&L==""&&(l.includesCredentials()||l.port!==null))return;if(Ar=l.parseHost(L),Ar)return Ar;if(L="",S=Nr,P)return;continue}else x=="["?_=!0:x=="]"&&(_=!1),L+=x;break;case ee:if($(Cr,x))L+=x;else if(x==lr||x=="/"||x=="?"||x=="#"||x=="\\"&&l.isSpecial()||P){if(L!=""){var se=mr(L,10);if(se>65535)return Lr;l.port=l.isSpecial()&&se===jr[l.scheme]?null:se,L=""}if(P)return;S=Nr;continue}else return Lr;break;case te:if(l.scheme="file",x=="/"||x=="\\")S=ve;else if(h&&h.scheme=="file")if(x==lr)l.host=h.host,l.path=m(h.path),l.query=h.query;else if(x=="?")l.host=h.host,l.path=m(h.path),l.query="",S=wr;else if(x=="#")l.host=h.host,l.path=m(h.path),l.query=h.query,l.fragment="",S=Er;else{E(D(m(dr,w),""))||(l.host=h.host,l.path=m(h.path),l.shortenPath()),S=Pr;continue}else{S=Pr;continue}break;case ve:if(x=="/"||x=="\\"){S=ne;break}h&&h.scheme=="file"&&!E(D(m(dr,w),""))&&(Tr(h.path[0],!0)?z(l.path,h.path[0]):l.host=h.host),S=Pr;continue;case ne:if(x==lr||x=="/"||x=="\\"||x=="?"||x=="#"){if(!P&&Tr(L))S=Pr;else if(L==""){if(l.host="",P)return;S=Nr}else{if(Ar=l.parseHost(L),Ar)return Ar;if(l.host=="localhost"&&(l.host=""),P)return;L="",S=Nr}continue}else L+=x;break;case Nr:if(l.isSpecial()){if(S=Pr,x!="/"&&x!="\\")continue}else if(!P&&x=="?")l.query="",S=wr;else if(!P&&x=="#")l.fragment="",S=Er;else if(x!=lr&&(S=Pr,x!="/"))continue;break;case Pr:if(x==lr||x=="/"||x=="\\"&&l.isSpecial()||!P&&(x=="?"||x=="#")){if(j(L)?(l.shortenPath(),x!="/"&&!(x=="\\"&&l.isSpecial())&&z(l.path,"")):b(L)?x!="/"&&!(x=="\\"&&l.isSpecial())&&z(l.path,""):(l.scheme=="file"&&!l.path.length&&Tr(L)&&(l.host&&(l.host=""),L=H(L,0)+":"),z(l.path,L)),L="",l.scheme=="file"&&(x==lr||x=="?"||x=="#"))for(;l.path.length>1&&l.path[0]==="";)fr(l.path);x=="?"?(l.query="",S=wr):x=="#"&&(l.fragment="",S=Er)}else L+=Sr(x,Or);break;case fe:x=="?"?(l.query="",S=wr):x=="#"?(l.fragment="",S=Er):x!=lr&&(l.path[0]+=Sr(x,Ur));break;case wr:!P&&x=="#"?(l.fragment="",S=Er):x!=lr&&(x=="'"&&l.isSpecial()?l.query+="%27":x=="#"?l.query+="%23":l.query+=Sr(x,Ur));break;case Er:x!=lr&&(l.fragment+=Sr(x,br));break}w++}},parseHost:function(f){var P,h,l;if(H(f,0)=="["){if(H(f,f.length-1)!="]"||(P=qr(Q(f,1,-1)),!P))return cr;this.host=P}else if(this.isSpecial()){if(f=O(f),$(Xr,f)||(P=kr(f),P===null))return cr;this.host=P}else{if($(zr,f))return cr;for(P="",h=y(f),l=0;l<h.length;l++)P+=Sr(h[l],Ur);this.host=P}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||this.scheme=="file"},includesCredentials:function(){return this.username!=""||this.password!=""},isSpecial:function(){return d(jr,this.scheme)},shortenPath:function(){var f=this.path,P=f.length;P&&(this.scheme!="file"||P!=1||!Tr(f[0],!0))&&f.length--},serialize:function(){var f=this,P=f.scheme,h=f.username,l=f.password,S=f.host,w=f.port,L=f.path,Z=f.query,_=f.fragment,or=P+":";return S!==null?(or+="//",f.includesCredentials()&&(or+=h+(l?":"+l:"")+"@"),or+=Ir(S),w!==null&&(or+=":"+w)):P=="file"&&(or+="//"),or+=f.cannotBeABaseURL?L[0]:L.length?"/"+D(L,"/"):"",Z!==null&&(or+="?"+Z),_!==null&&(or+="#"+_),or},setHref:function(f){var P=this.parse(f);if(P)throw q(P);this.searchParams.update()},getOrigin:function(){var f=this.scheme,P=this.port;if(f=="blob")try{return new Fr(f.path[0]).origin}catch{return"null"}return f=="file"||!this.isSpecial()?"null":f+"://"+Ir(this.host)+(P!==null?":"+P:"")},getProtocol:function(){return this.scheme+":"},setProtocol:function(f){this.parse(A(f)+":",N)},getUsername:function(){return this.username},setUsername:function(f){var P=y(A(f));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var h=0;h<P.length;h++)this.username+=Sr(P[h],Mr)}},getPassword:function(){return this.password},setPassword:function(f){var P=y(A(f));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var h=0;h<P.length;h++)this.password+=Sr(P[h],Mr)}},getHost:function(){var f=this.host,P=this.port;return f===null?"":P===null?Ir(f):Ir(f)+":"+P},setHost:function(f){this.cannotBeABaseURL||this.parse(f,_r)},getHostname:function(){var f=this.host;return f===null?"":Ir(f)},setHostname:function(f){this.cannotBeABaseURL||this.parse(f,re)},getPort:function(){var f=this.port;return f===null?"":A(f)},setPort:function(f){this.cannotHaveUsernamePasswordPort()||(f=A(f),f==""?this.port=null:this.parse(f,ee))},getPathname:function(){var f=this.path;return this.cannotBeABaseURL?f[0]:f.length?"/"+D(f,"/"):""},setPathname:function(f){this.cannotBeABaseURL||(this.path=[],this.parse(f,Nr))},getSearch:function(){var f=this.query;return f?"?"+f:""},setSearch:function(f){f=A(f),f==""?this.query=null:(H(f,0)=="?"&&(f=Q(f,1)),this.query="",this.parse(f,wr)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var f=this.fragment;return f?"#"+f:""},setHash:function(f){if(f=A(f),f==""){this.fragment=null;return}H(f,0)=="#"&&(f=Q(f,1)),this.fragment="",this.parse(f,Er)},update:function(){this.query=this.searchParams.serialize()||null}};var Fr=function(P){var h=p(this,ur),l=F(arguments.length,1)>1?arguments[1]:void 0,S=U(h,new ae(P,!1,l));n||(h.href=S.serialize(),h.origin=S.getOrigin(),h.protocol=S.getProtocol(),h.username=S.getUsername(),h.password=S.getPassword(),h.host=S.getHost(),h.hostname=S.getHostname(),h.port=S.getPort(),h.pathname=S.getPathname(),h.search=S.getSearch(),h.searchParams=S.getSearchParams(),h.hash=S.getHash())},ur=Fr.prototype,hr=function(f,P){return{get:function(){return B(this)[f]()},set:P&&function(h){return B(this)[P](h)},configurable:!0,enumerable:!0}};if(n&&(v(ur,"href",hr("serialize","setHref")),v(ur,"origin",hr("getOrigin")),v(ur,"protocol",hr("getProtocol","setProtocol")),v(ur,"username",hr("getUsername","setUsername")),v(ur,"password",hr("getPassword","setPassword")),v(ur,"host",hr("getHost","setHost")),v(ur,"hostname",hr("getHostname","setHostname")),v(ur,"port",hr("getPort","setPort")),v(ur,"pathname",hr("getPathname","setPathname")),v(ur,"search",hr("getSearch","setSearch")),v(ur,"searchParams",hr("getSearchParams")),v(ur,"hash",hr("getHash","setHash"))),u(ur,"toJSON",function(){return B(this).serialize()},{enumerable:!0}),u(ur,"toString",function(){return B(this).serialize()},{enumerable:!0}),V){var ce=V.createObjectURL,he=V.revokeObjectURL;ce&&u(Fr,"createObjectURL",s(ce,V)),he&&u(Fr,"revokeObjectURL",s(he,V))}C(Fr,"URL"),e({global:!0,constructor:!0,forced:!a,sham:!n},{URL:Fr})},11368:(o,c,r)=>{r(93997)},98700:(o,c,r)=>{var e=r(28711),n=r(41787);e({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return n(URL.prototype.toString,this)}})},61381:(o,c,r)=>{r(61899),r(43181),r(34794),r(74611);var e=r(88894);o.exports=e.URLSearchParams},20244:(o,c,r)=>{r(61381),r(11368),r(39672),r(98700);var e=r(88894);o.exports=e.URL}},Dr={};function yr(o){var c=Dr[o];if(c!==void 0)return c.exports;var r=Dr[o]={exports:{}};return ie[o].call(r.exports,r,r.exports,yr),r.exports}yr.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}(),yr.r=o=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(o,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(o,"__esModule",{value:!0})};var ue={};return(()=>{yr.r(ue);var o=yr(20244);const c="Something went wrong, please, try again.";function r(t){return t&&t.replace(/=+$/,"")}function e(t,s){return!!t&&!!s&&r(t)===r(s)}function n(t){let s;if(/code|token|error/.test(window.location.hash)?s=window.location.hash.substring(1):s=location.search.substring(1),!s)throw console.error("No query string in OAuth 2 redirect URL"),new Error(c);const i=new URLSearchParams(s),u=i.get("access_token"),v=i.get("code"),p=i.get("token_type"),d=i.get("expires_in"),g=i.get("state"),y=i.get("error"),m=i.get("error_description")||c;if(y)throw new Error(m);if(!e(g,t?.state))throw new Error("Outdated OAuth2 state");if(t?.flow==="implicit"){if(!u)throw new Error(`Your OAuth2 authentication service provider redirected you without an "access_token".
7
- Please, try again or make sure your OAuth2 settings are correct.`);if(!p)throw new Error(`Your OAuth2 authentication service provider redirected you without a "token_type".
8
- Please, try again or make sure your OAuth2 settings are correct.`);t?.successCallback({access_token:u,token_type:p,expires_in:d,auth_code:""})}if(t?.flow==="authorizationCode"){if(!v)throw new Error(`Your OAuth2 authentication service provider redirected you without authorization "code".
9
- Please, try again or make sure your OAuth2 settings are correct.`);t?.successCallback({auth_code:v,access_token:"",token_type:"bearer"})}}function a(){var t;const s=(t=window.opener)==null?void 0:t.redirectOAuth2;try{n(s)}catch(i){s?.errorCallback(i)}window.close()}window.onload=a})(),ue})());
5
+ * Version: "3.0.0-alpha.81"
6
+ */(function(Dr,dr){typeof exports=="object"&&typeof module=="object"?module.exports=dr():typeof define=="function"&&define.amd?define([],dr):typeof exports=="object"?exports.RedoclyOpenAPIDocs=dr():Dr.RedoclyOpenAPIDocs=dr()})(this,()=>(()=>{var it={40312:(n,c,r)=>{var t=r(37235),o=r(22734),a=TypeError;n.exports=function(e){if(t(e))return e;throw a(o(e)+" is not a function")}},87725:(n,c,r)=>{var t=r(37235),o=String,a=TypeError;n.exports=function(e){if(typeof e=="object"||t(e))return e;throw a("Can't set "+o(e)+" as a prototype")}},84102:(n,c,r)=>{var t=r(23967),o=r(36101),a=r(99051).f,e=t("unscopables"),s=Array.prototype;s[e]==null&&a(s,e,{configurable:!0,value:o(null)}),n.exports=function(i){s[e][i]=!0}},61507:(n,c,r)=>{var t=r(56471),o=TypeError;n.exports=function(a,e){if(t(e,a))return a;throw o("Incorrect invocation")}},86347:(n,c,r)=>{var t=r(82951),o=String,a=TypeError;n.exports=function(e){if(t(e))return e;throw a(o(e)+" is not an object")}},65335:(n,c,r)=>{"use strict";var t=r(58495),o=r(71970),a=r(72296),e=r(16429),s=r(38861),i=r(19106),l=r(2312),f=r(13980),d=r(53401),p=r(30205),g=Array;n.exports=function(x){var P=a(x),R=i(this),L=arguments.length,C=L>1?arguments[1]:void 0,D=C!==void 0;D&&(C=t(C,L>2?arguments[2]:void 0));var O=p(P),T=0,U,$,rr,nr,K,k;if(O&&!(this===g&&s(O)))for(nr=d(P,O),K=nr.next,$=R?new this:[];!(rr=o(K,nr)).done;T++)k=D?e(nr,C,[rr.value,T],!0):rr.value,f($,T,k);else for(U=l(P),$=R?new this(U):g(U);U>T;T++)k=D?C(P[T],T):P[T],f($,T,k);return $.length=T,$}},10752:(n,c,r)=>{var t=r(11884),o=r(83260),a=r(2312),e=function(s){return function(i,l,f){var d=t(i),p=a(d),g=o(f,p),m;if(s&&l!=l){for(;p>g;)if(m=d[g++],m!=m)return!0}else for(;p>g;g++)if((s||g in d)&&d[g]===l)return s||g||0;return!s&&-1}};n.exports={includes:e(!0),indexOf:e(!1)}},17401:(n,c,r)=>{var t=r(83260),o=r(2312),a=r(13980),e=Array,s=Math.max;n.exports=function(i,l,f){for(var d=o(i),p=t(l,d),g=t(f===void 0?d:f,d),m=e(s(g-p,0)),x=0;p<g;p++,x++)a(m,x,i[p]);return m.length=x,m}},5515:(n,c,r)=>{var t=r(17401),o=Math.floor,a=function(i,l){var f=i.length,d=o(f/2);return f<8?e(i,l):s(i,a(t(i,0,d),l),a(t(i,d),l),l)},e=function(i,l){for(var f=i.length,d=1,p,g;d<f;){for(g=d,p=i[d];g&&l(i[g-1],p)>0;)i[g]=i[--g];g!==d++&&(i[g]=p)}return i},s=function(i,l,f,d){for(var p=l.length,g=f.length,m=0,x=0;m<p||x<g;)i[m+x]=m<p&&x<g?d(l[m],f[x])<=0?l[m++]:f[x++]:m<p?l[m++]:f[x++];return i};n.exports=a},16429:(n,c,r)=>{var t=r(86347),o=r(16177);n.exports=function(a,e,s,i){try{return i?e(t(s)[0],s[1]):e(s)}catch(l){o(a,"throw",l)}}},20237:(n,c,r)=>{var t=r(29027),o=t({}.toString),a=t("".slice);n.exports=function(e){return a(o(e),8,-1)}},95032:(n,c,r)=>{var t=r(65727),o=r(37235),a=r(20237),e=r(23967),s=e("toStringTag"),i=Object,l=a(function(){return arguments}())=="Arguments",f=function(d,p){try{return d[p]}catch{}};n.exports=t?a:function(d){var p,g,m;return d===void 0?"Undefined":d===null?"Null":typeof(g=f(p=i(d),s))=="string"?g:l?a(p):(m=a(p))=="Object"&&o(p.callee)?"Arguments":m}},20292:(n,c,r)=>{var t=r(85831),o=r(42231),a=r(80381),e=r(99051);n.exports=function(s,i,l){for(var f=o(i),d=e.f,p=a.f,g=0;g<f.length;g++){var m=f[g];!t(s,m)&&!(l&&t(l,m))&&d(s,m,p(i,m))}}},40328:(n,c,r)=>{var t=r(59769);n.exports=!t(function(){function o(){}return o.prototype.constructor=null,Object.getPrototypeOf(new o)!==o.prototype})},9401:n=>{n.exports=function(c,r){return{value:c,done:r}}},70235:(n,c,r)=>{var t=r(76986),o=r(99051),a=r(99829);n.exports=t?function(e,s,i){return o.f(e,s,a(1,i))}:function(e,s,i){return e[s]=i,e}},99829:n=>{n.exports=function(c,r){return{enumerable:!(c&1),configurable:!(c&2),writable:!(c&4),value:r}}},13980:(n,c,r)=>{"use strict";var t=r(47568),o=r(99051),a=r(99829);n.exports=function(e,s,i){var l=t(s);l in e?o.f(e,l,a(0,i)):e[l]=i}},16317:(n,c,r)=>{var t=r(49578),o=r(99051);n.exports=function(a,e,s){return s.get&&t(s.get,e,{getter:!0}),s.set&&t(s.set,e,{setter:!0}),o.f(a,e,s)}},62072:(n,c,r)=>{var t=r(37235),o=r(99051),a=r(49578),e=r(8108);n.exports=function(s,i,l,f){f||(f={});var d=f.enumerable,p=f.name!==void 0?f.name:i;if(t(l)&&a(l,p,f),f.global)d?s[i]=l:e(i,l);else{try{f.unsafe?s[i]&&(d=!0):delete s[i]}catch{}d?s[i]=l:o.f(s,i,{value:l,enumerable:!1,configurable:!f.nonConfigurable,writable:!f.nonWritable})}return s}},64266:(n,c,r)=>{var t=r(62072);n.exports=function(o,a,e){for(var s in a)t(o,s,a[s],e);return o}},8108:(n,c,r)=>{var t=r(80376),o=Object.defineProperty;n.exports=function(a,e){try{o(t,a,{value:e,configurable:!0,writable:!0})}catch{t[a]=e}return e}},76986:(n,c,r)=>{var t=r(59769);n.exports=!t(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},74401:n=>{var c=typeof document=="object"&&document.all,r=typeof c>"u"&&c!==void 0;n.exports={all:c,IS_HTMLDDA:r}},30030:(n,c,r)=>{var t=r(80376),o=r(82951),a=t.document,e=o(a)&&o(a.createElement);n.exports=function(s){return e?a.createElement(s):{}}},96229:n=>{n.exports=typeof navigator<"u"&&String(navigator.userAgent)||""},81150:(n,c,r)=>{var t=r(80376),o=r(96229),a=t.process,e=t.Deno,s=a&&a.versions||e&&e.version,i=s&&s.v8,l,f;i&&(l=i.split("."),f=l[0]>0&&l[0]<4?1:+(l[0]+l[1])),!f&&o&&(l=o.match(/Edge\/(\d+)/),(!l||l[1]>=74)&&(l=o.match(/Chrome\/(\d+)/),l&&(f=+l[1]))),n.exports=f},68671:n=>{n.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},59401:(n,c,r)=>{var t=r(80376),o=r(80381).f,a=r(70235),e=r(62072),s=r(8108),i=r(20292),l=r(74039);n.exports=function(f,d){var p=f.target,g=f.global,m=f.stat,x,P,R,L,C,D;if(g?P=t:m?P=t[p]||s(p,{}):P=(t[p]||{}).prototype,P)for(R in d){if(C=d[R],f.dontCallGetSet?(D=o(P,R),L=D&&D.value):L=P[R],x=l(g?R:p+(m?".":"#")+R,f.forced),!x&&L!==void 0){if(typeof C==typeof L)continue;i(C,L)}(f.sham||L&&L.sham)&&a(C,"sham",!0),e(P,R,C,f)}}},59769:n=>{n.exports=function(c){try{return!!c()}catch{return!0}}},58495:(n,c,r)=>{var t=r(44914),o=r(40312),a=r(71945),e=t(t.bind);n.exports=function(s,i){return o(s),i===void 0?s:a?e(s,i):function(){return s.apply(i,arguments)}}},71945:(n,c,r)=>{var t=r(59769);n.exports=!t(function(){var o=function(){}.bind();return typeof o!="function"||o.hasOwnProperty("prototype")})},71970:(n,c,r)=>{var t=r(71945),o=Function.prototype.call;n.exports=t?o.bind(o):function(){return o.apply(o,arguments)}},34157:(n,c,r)=>{var t=r(76986),o=r(85831),a=Function.prototype,e=t&&Object.getOwnPropertyDescriptor,s=o(a,"name"),i=s&&function(){}.name==="something",l=s&&(!t||t&&e(a,"name").configurable);n.exports={EXISTS:s,PROPER:i,CONFIGURABLE:l}},12352:(n,c,r)=>{var t=r(29027),o=r(40312);n.exports=function(a,e,s){try{return t(o(Object.getOwnPropertyDescriptor(a,e)[s]))}catch{}}},44914:(n,c,r)=>{var t=r(20237),o=r(29027);n.exports=function(a){if(t(a)==="Function")return o(a)}},29027:(n,c,r)=>{var t=r(71945),o=Function.prototype,a=o.call,e=t&&o.bind.bind(a,a);n.exports=t?e:function(s){return function(){return a.apply(s,arguments)}}},49023:(n,c,r)=>{var t=r(80376),o=r(37235),a=function(e){return o(e)?e:void 0};n.exports=function(e,s){return arguments.length<2?a(t[e]):t[e]&&t[e][s]}},30205:(n,c,r)=>{var t=r(95032),o=r(63953),a=r(51246),e=r(90857),s=r(23967),i=s("iterator");n.exports=function(l){if(!a(l))return o(l,i)||o(l,"@@iterator")||e[t(l)]}},53401:(n,c,r)=>{var t=r(71970),o=r(40312),a=r(86347),e=r(22734),s=r(30205),i=TypeError;n.exports=function(l,f){var d=arguments.length<2?s(l):f;if(o(d))return a(t(d,l));throw i(e(l)+" is not iterable")}},63953:(n,c,r)=>{var t=r(40312),o=r(51246);n.exports=function(a,e){var s=a[e];return o(s)?void 0:t(s)}},80376:(n,c,r)=>{var t=function(o){return o&&o.Math==Math&&o};n.exports=t(typeof globalThis=="object"&&globalThis)||t(typeof window=="object"&&window)||t(typeof self=="object"&&self)||t(typeof r.g=="object"&&r.g)||function(){return this}()||Function("return this")()},85831:(n,c,r)=>{var t=r(29027),o=r(72296),a=t({}.hasOwnProperty);n.exports=Object.hasOwn||function(s,i){return a(o(s),i)}},33804:n=>{n.exports={}},18673:(n,c,r)=>{var t=r(49023);n.exports=t("document","documentElement")},74690:(n,c,r)=>{var t=r(76986),o=r(59769),a=r(30030);n.exports=!t&&!o(function(){return Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a!=7})},60144:(n,c,r)=>{var t=r(29027),o=r(59769),a=r(20237),e=Object,s=t("".split);n.exports=o(function(){return!e("z").propertyIsEnumerable(0)})?function(i){return a(i)=="String"?s(i,""):e(i)}:e},96441:(n,c,r)=>{var t=r(29027),o=r(37235),a=r(58797),e=t(Function.toString);o(a.inspectSource)||(a.inspectSource=function(s){return e(s)}),n.exports=a.inspectSource},92569:(n,c,r)=>{var t=r(63545),o=r(80376),a=r(82951),e=r(70235),s=r(85831),i=r(58797),l=r(41506),f=r(33804),d="Object already initialized",p=o.TypeError,g=o.WeakMap,m,x,P,R=function(O){return P(O)?x(O):m(O,{})},L=function(O){return function(T){var U;if(!a(T)||(U=x(T)).type!==O)throw p("Incompatible receiver, "+O+" required");return U}};if(t||i.state){var C=i.state||(i.state=new g);C.get=C.get,C.has=C.has,C.set=C.set,m=function(O,T){if(C.has(O))throw p(d);return T.facade=O,C.set(O,T),T},x=function(O){return C.get(O)||{}},P=function(O){return C.has(O)}}else{var D=l("state");f[D]=!0,m=function(O,T){if(s(O,D))throw p(d);return T.facade=O,e(O,D,T),T},x=function(O){return s(O,D)?O[D]:{}},P=function(O){return s(O,D)}}n.exports={set:m,get:x,has:P,enforce:R,getterFor:L}},38861:(n,c,r)=>{var t=r(23967),o=r(90857),a=t("iterator"),e=Array.prototype;n.exports=function(s){return s!==void 0&&(o.Array===s||e[a]===s)}},37235:(n,c,r)=>{var t=r(74401),o=t.all;n.exports=t.IS_HTMLDDA?function(a){return typeof a=="function"||a===o}:function(a){return typeof a=="function"}},19106:(n,c,r)=>{var t=r(29027),o=r(59769),a=r(37235),e=r(95032),s=r(49023),i=r(96441),l=function(){},f=[],d=s("Reflect","construct"),p=/^\s*(?:class|function)\b/,g=t(p.exec),m=!p.exec(l),x=function(L){if(!a(L))return!1;try{return d(l,f,L),!0}catch{return!1}},P=function(L){if(!a(L))return!1;switch(e(L)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return m||!!g(p,i(L))}catch{return!0}};P.sham=!0,n.exports=!d||o(function(){var R;return x(x.call)||!x(Object)||!x(function(){R=!0})||R})?P:x},74039:(n,c,r)=>{var t=r(59769),o=r(37235),a=/#|\.prototype\./,e=function(d,p){var g=i[s(d)];return g==f?!0:g==l?!1:o(p)?t(p):!!p},s=e.normalize=function(d){return String(d).replace(a,".").toLowerCase()},i=e.data={},l=e.NATIVE="N",f=e.POLYFILL="P";n.exports=e},51246:n=>{n.exports=function(c){return c==null}},82951:(n,c,r)=>{var t=r(37235),o=r(74401),a=o.all;n.exports=o.IS_HTMLDDA?function(e){return typeof e=="object"?e!==null:t(e)||e===a}:function(e){return typeof e=="object"?e!==null:t(e)}},68264:n=>{n.exports=!1},47082:(n,c,r)=>{var t=r(49023),o=r(37235),a=r(56471),e=r(19366),s=Object;n.exports=e?function(i){return typeof i=="symbol"}:function(i){var l=t("Symbol");return o(l)&&a(l.prototype,s(i))}},16177:(n,c,r)=>{var t=r(71970),o=r(86347),a=r(63953);n.exports=function(e,s,i){var l,f;o(e);try{if(l=a(e,"return"),!l){if(s==="throw")throw i;return i}l=t(l,e)}catch(d){f=!0,l=d}if(s==="throw")throw i;if(f)throw l;return o(l),i}},21811:(n,c,r)=>{"use strict";var t=r(74929).IteratorPrototype,o=r(36101),a=r(99829),e=r(65746),s=r(90857),i=function(){return this};n.exports=function(l,f,d,p){var g=f+" Iterator";return l.prototype=o(t,{next:a(+!p,d)}),e(l,g,!1,!0),s[g]=i,l}},48710:(n,c,r)=>{"use strict";var t=r(59401),o=r(71970),a=r(68264),e=r(34157),s=r(37235),i=r(21811),l=r(74972),f=r(90331),d=r(65746),p=r(70235),g=r(62072),m=r(23967),x=r(90857),P=r(74929),R=e.PROPER,L=e.CONFIGURABLE,C=P.IteratorPrototype,D=P.BUGGY_SAFARI_ITERATORS,O=m("iterator"),T="keys",U="values",$="entries",rr=function(){return this};n.exports=function(nr,K,k,gr,ir,N,H){i(k,K,gr);var G=function(tr){if(tr===ir&&V)return V;if(!D&&tr in W)return W[tr];switch(tr){case T:return function(){return new k(this,tr)};case U:return function(){return new k(this,tr)};case $:return function(){return new k(this,tr)}}return function(){return new k(this)}},F=K+" Iterator",Y=!1,W=nr.prototype,z=W[O]||W["@@iterator"]||ir&&W[ir],V=!D&&z||G(ir),ur=K=="Array"&&W.entries||z,X,Q,ar;if(ur&&(X=l(ur.call(new nr)),X!==Object.prototype&&X.next&&(!a&&l(X)!==C&&(f?f(X,C):s(X[O])||g(X,O,rr)),d(X,F,!0,!0),a&&(x[F]=rr))),R&&ir==U&&z&&z.name!==U&&(!a&&L?p(W,"name",U):(Y=!0,V=function(){return o(z,this)})),ir)if(Q={values:G(U),keys:N?V:G(T),entries:G($)},H)for(ar in Q)(D||Y||!(ar in W))&&g(W,ar,Q[ar]);else t({target:K,proto:!0,forced:D||Y},Q);return(!a||H)&&W[O]!==V&&g(W,O,V,{name:ir}),x[K]=V,Q}},74929:(n,c,r)=>{"use strict";var t=r(59769),o=r(37235),a=r(82951),e=r(36101),s=r(74972),i=r(62072),l=r(23967),f=r(68264),d=l("iterator"),p=!1,g,m,x;[].keys&&(x=[].keys(),"next"in x?(m=s(s(x)),m!==Object.prototype&&(g=m)):p=!0);var P=!a(g)||t(function(){var R={};return g[d].call(R)!==R});P?g={}:f&&(g=e(g)),o(g[d])||i(g,d,function(){return this}),n.exports={IteratorPrototype:g,BUGGY_SAFARI_ITERATORS:p}},90857:n=>{n.exports={}},2312:(n,c,r)=>{var t=r(65346);n.exports=function(o){return t(o.length)}},49578:(n,c,r)=>{var t=r(29027),o=r(59769),a=r(37235),e=r(85831),s=r(76986),i=r(34157).CONFIGURABLE,l=r(96441),f=r(92569),d=f.enforce,p=f.get,g=String,m=Object.defineProperty,x=t("".slice),P=t("".replace),R=t([].join),L=s&&!o(function(){return m(function(){},"length",{value:8}).length!==8}),C=String(String).split("String"),D=n.exports=function(O,T,U){x(g(T),0,7)==="Symbol("&&(T="["+P(g(T),/^Symbol\(([^)]*)\)/,"$1")+"]"),U&&U.getter&&(T="get "+T),U&&U.setter&&(T="set "+T),(!e(O,"name")||i&&O.name!==T)&&(s?m(O,"name",{value:T,configurable:!0}):O.name=T),L&&U&&e(U,"arity")&&O.length!==U.arity&&m(O,"length",{value:U.arity});try{U&&e(U,"constructor")&&U.constructor?s&&m(O,"prototype",{writable:!1}):O.prototype&&(O.prototype=void 0)}catch{}var $=d(O);return e($,"source")||($.source=R(C,typeof T=="string"?T:"")),O};Function.prototype.toString=D(function(){return a(this)&&p(this).source||l(this)},"toString")},79498:n=>{var c=Math.ceil,r=Math.floor;n.exports=Math.trunc||function(o){var a=+o;return(a>0?r:c)(a)}},55993:(n,c,r)=>{"use strict";var t=r(76986),o=r(29027),a=r(71970),e=r(59769),s=r(75070),i=r(54207),l=r(53749),f=r(72296),d=r(60144),p=Object.assign,g=Object.defineProperty,m=o([].concat);n.exports=!p||e(function(){if(t&&p({b:1},p(g({},"a",{enumerable:!0,get:function(){g(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var x={},P={},R=Symbol(),L="abcdefghijklmnopqrst";return x[R]=7,L.split("").forEach(function(C){P[C]=C}),p({},x)[R]!=7||s(p({},P)).join("")!=L})?function(P,R){for(var L=f(P),C=arguments.length,D=1,O=i.f,T=l.f;C>D;)for(var U=d(arguments[D++]),$=O?m(s(U),O(U)):s(U),rr=$.length,nr=0,K;rr>nr;)K=$[nr++],(!t||a(T,U,K))&&(L[K]=U[K]);return L}:p},36101:(n,c,r)=>{var t=r(86347),o=r(2041),a=r(68671),e=r(33804),s=r(18673),i=r(30030),l=r(41506),f=">",d="<",p="prototype",g="script",m=l("IE_PROTO"),x=function(){},P=function(O){return d+g+f+O+d+"/"+g+f},R=function(O){O.write(P("")),O.close();var T=O.parentWindow.Object;return O=null,T},L=function(){var O=i("iframe"),T="java"+g+":",U;return O.style.display="none",s.appendChild(O),O.src=String(T),U=O.contentWindow.document,U.open(),U.write(P("document.F=Object")),U.close(),U.F},C,D=function(){try{C=new ActiveXObject("htmlfile")}catch{}D=typeof document<"u"?document.domain&&C?R(C):L():R(C);for(var O=a.length;O--;)delete D[p][a[O]];return D()};e[m]=!0,n.exports=Object.create||function(T,U){var $;return T!==null?(x[p]=t(T),$=new x,x[p]=null,$[m]=T):$=D(),U===void 0?$:o.f($,U)}},2041:(n,c,r)=>{var t=r(76986),o=r(30774),a=r(99051),e=r(86347),s=r(11884),i=r(75070);c.f=t&&!o?Object.defineProperties:function(f,d){e(f);for(var p=s(d),g=i(d),m=g.length,x=0,P;m>x;)a.f(f,P=g[x++],p[P]);return f}},99051:(n,c,r)=>{var t=r(76986),o=r(74690),a=r(30774),e=r(86347),s=r(47568),i=TypeError,l=Object.defineProperty,f=Object.getOwnPropertyDescriptor,d="enumerable",p="configurable",g="writable";c.f=t?a?function(x,P,R){if(e(x),P=s(P),e(R),typeof x=="function"&&P==="prototype"&&"value"in R&&g in R&&!R[g]){var L=f(x,P);L&&L[g]&&(x[P]=R.value,R={configurable:p in R?R[p]:L[p],enumerable:d in R?R[d]:L[d],writable:!1})}return l(x,P,R)}:l:function(x,P,R){if(e(x),P=s(P),e(R),o)try{return l(x,P,R)}catch{}if("get"in R||"set"in R)throw i("Accessors not supported");return"value"in R&&(x[P]=R.value),x}},80381:(n,c,r)=>{var t=r(76986),o=r(71970),a=r(53749),e=r(99829),s=r(11884),i=r(47568),l=r(85831),f=r(74690),d=Object.getOwnPropertyDescriptor;c.f=t?d:function(g,m){if(g=s(g),m=i(m),f)try{return d(g,m)}catch{}if(l(g,m))return e(!o(a.f,g,m),g[m])}},6099:(n,c,r)=>{var t=r(86360),o=r(68671),a=o.concat("length","prototype");c.f=Object.getOwnPropertyNames||function(s){return t(s,a)}},54207:(n,c)=>{c.f=Object.getOwnPropertySymbols},74972:(n,c,r)=>{var t=r(85831),o=r(37235),a=r(72296),e=r(41506),s=r(40328),i=e("IE_PROTO"),l=Object,f=l.prototype;n.exports=s?l.getPrototypeOf:function(d){var p=a(d);if(t(p,i))return p[i];var g=p.constructor;return o(g)&&p instanceof g?g.prototype:p instanceof l?f:null}},56471:(n,c,r)=>{var t=r(29027);n.exports=t({}.isPrototypeOf)},86360:(n,c,r)=>{var t=r(29027),o=r(85831),a=r(11884),e=r(10752).indexOf,s=r(33804),i=t([].push);n.exports=function(l,f){var d=a(l),p=0,g=[],m;for(m in d)!o(s,m)&&o(d,m)&&i(g,m);for(;f.length>p;)o(d,m=f[p++])&&(~e(g,m)||i(g,m));return g}},75070:(n,c,r)=>{var t=r(86360),o=r(68671);n.exports=Object.keys||function(e){return t(e,o)}},53749:(n,c)=>{"use strict";var r={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,o=t&&!r.call({1:2},1);c.f=o?function(e){var s=t(this,e);return!!s&&s.enumerable}:r},90331:(n,c,r)=>{var t=r(12352),o=r(86347),a=r(87725);n.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e=!1,s={},i;try{i=t(Object.prototype,"__proto__","set"),i(s,[]),e=s instanceof Array}catch{}return function(f,d){return o(f),a(d),e?i(f,d):f.__proto__=d,f}}():void 0)},97963:(n,c,r)=>{var t=r(71970),o=r(37235),a=r(82951),e=TypeError;n.exports=function(s,i){var l,f;if(i==="string"&&o(l=s.toString)&&!a(f=t(l,s))||o(l=s.valueOf)&&!a(f=t(l,s))||i!=="string"&&o(l=s.toString)&&!a(f=t(l,s)))return f;throw e("Can't convert object to primitive value")}},42231:(n,c,r)=>{var t=r(49023),o=r(29027),a=r(6099),e=r(54207),s=r(86347),i=o([].concat);n.exports=t("Reflect","ownKeys")||function(f){var d=a.f(s(f)),p=e.f;return p?i(d,p(f)):d}},41537:(n,c,r)=>{var t=r(80376);n.exports=t},88224:(n,c,r)=>{var t=r(51246),o=TypeError;n.exports=function(a){if(t(a))throw o("Can't call method on "+a);return a}},65746:(n,c,r)=>{var t=r(99051).f,o=r(85831),a=r(23967),e=a("toStringTag");n.exports=function(s,i,l){s&&!l&&(s=s.prototype),s&&!o(s,e)&&t(s,e,{configurable:!0,value:i})}},41506:(n,c,r)=>{var t=r(54377),o=r(73380),a=t("keys");n.exports=function(e){return a[e]||(a[e]=o(e))}},58797:(n,c,r)=>{var t=r(80376),o=r(8108),a="__core-js_shared__",e=t[a]||o(a,{});n.exports=e},54377:(n,c,r)=>{var t=r(68264),o=r(58797);(n.exports=function(a,e){return o[a]||(o[a]=e!==void 0?e:{})})("versions",[]).push({version:"3.29.1",mode:t?"pure":"global",copyright:"\xA9 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.29.1/LICENSE",source:"https://github.com/zloirock/core-js"})},80273:(n,c,r)=>{var t=r(29027),o=r(11835),a=r(72100),e=r(88224),s=t("".charAt),i=t("".charCodeAt),l=t("".slice),f=function(d){return function(p,g){var m=a(e(p)),x=o(g),P=m.length,R,L;return x<0||x>=P?d?"":void 0:(R=i(m,x),R<55296||R>56319||x+1===P||(L=i(m,x+1))<56320||L>57343?d?s(m,x):R:d?l(m,x,x+2):(R-55296<<10)+(L-56320)+65536)}};n.exports={codeAt:f(!1),charAt:f(!0)}},70603:(n,c,r)=>{var t=r(29027),o=2147483647,a=36,e=1,s=26,i=38,l=700,f=72,d=128,p="-",g=/[^\0-\u007E]/,m=/[.\u3002\uFF0E\uFF61]/g,x="Overflow: input needs wider integers to process",P=a-e,R=RangeError,L=t(m.exec),C=Math.floor,D=String.fromCharCode,O=t("".charCodeAt),T=t([].join),U=t([].push),$=t("".replace),rr=t("".split),nr=t("".toLowerCase),K=function(N){for(var H=[],G=0,F=N.length;G<F;){var Y=O(N,G++);if(Y>=55296&&Y<=56319&&G<F){var W=O(N,G++);(W&64512)==56320?U(H,((Y&1023)<<10)+(W&1023)+65536):(U(H,Y),G--)}else U(H,Y)}return H},k=function(N){return N+22+75*(N<26)},gr=function(N,H,G){var F=0;for(N=G?C(N/l):N>>1,N+=C(N/H);N>P*s>>1;)N=C(N/P),F+=a;return C(F+(P+1)*N/(N+i))},ir=function(N){var H=[];N=K(N);var G=N.length,F=d,Y=0,W=f,z,V;for(z=0;z<N.length;z++)V=N[z],V<128&&U(H,D(V));var ur=H.length,X=ur;for(ur&&U(H,p);X<G;){var Q=o;for(z=0;z<N.length;z++)V=N[z],V>=F&&V<Q&&(Q=V);var ar=X+1;if(Q-F>C((o-Y)/ar))throw R(x);for(Y+=(Q-F)*ar,F=Q,z=0;z<N.length;z++){if(V=N[z],V<F&&++Y>o)throw R(x);if(V==F){for(var tr=Y,cr=a;;){var hr=cr<=W?e:cr>=W+s?s:cr-W;if(tr<hr)break;var lr=tr-hr,Lr=a-hr;U(H,D(k(hr+lr%Lr))),tr=C(lr/Lr),cr+=a}U(H,D(k(tr))),W=gr(Y,ar,X==ur),Y=0,X++}}Y++,F++}return T(H,"")};n.exports=function(N){var H=[],G=rr($(nr(N),m,"."),"."),F,Y;for(F=0;F<G.length;F++)Y=G[F],U(H,L(g,Y)?"xn--"+ir(Y):Y);return T(H,".")}},52727:(n,c,r)=>{var t=r(81150),o=r(59769);n.exports=!!Object.getOwnPropertySymbols&&!o(function(){var a=Symbol();return!String(a)||!(Object(a)instanceof Symbol)||!Symbol.sham&&t&&t<41})},83260:(n,c,r)=>{var t=r(11835),o=Math.max,a=Math.min;n.exports=function(e,s){var i=t(e);return i<0?o(i+s,0):a(i,s)}},11884:(n,c,r)=>{var t=r(60144),o=r(88224);n.exports=function(a){return t(o(a))}},11835:(n,c,r)=>{var t=r(79498);n.exports=function(o){var a=+o;return a!==a||a===0?0:t(a)}},65346:(n,c,r)=>{var t=r(11835),o=Math.min;n.exports=function(a){return a>0?o(t(a),9007199254740991):0}},72296:(n,c,r)=>{var t=r(88224),o=Object;n.exports=function(a){return o(t(a))}},30799:(n,c,r)=>{var t=r(71970),o=r(82951),a=r(47082),e=r(63953),s=r(97963),i=r(23967),l=TypeError,f=i("toPrimitive");n.exports=function(d,p){if(!o(d)||a(d))return d;var g=e(d,f),m;if(g){if(p===void 0&&(p="default"),m=t(g,d,p),!o(m)||a(m))return m;throw l("Can't convert object to primitive value")}return p===void 0&&(p="number"),s(d,p)}},47568:(n,c,r)=>{var t=r(30799),o=r(47082);n.exports=function(a){var e=t(a,"string");return o(e)?e:e+""}},65727:(n,c,r)=>{var t=r(23967),o=t("toStringTag"),a={};a[o]="z",n.exports=String(a)==="[object z]"},72100:(n,c,r)=>{var t=r(95032),o=String;n.exports=function(a){if(t(a)==="Symbol")throw TypeError("Cannot convert a Symbol value to a string");return o(a)}},22734:n=>{var c=String;n.exports=function(r){try{return c(r)}catch{return"Object"}}},73380:(n,c,r)=>{var t=r(29027),o=0,a=Math.random(),e=t(1 .toString);n.exports=function(s){return"Symbol("+(s===void 0?"":s)+")_"+e(++o+a,36)}},9269:(n,c,r)=>{var t=r(59769),o=r(23967),a=r(76986),e=r(68264),s=o("iterator");n.exports=!t(function(){var i=new URL("b?a=1&b=2&c=3","http://a"),l=i.searchParams,f="";return i.pathname="c%20d",l.forEach(function(d,p){l.delete("b"),f+=p+d}),e&&!i.toJSON||!l.size&&(e||!a)||!l.sort||i.href!=="http://a/c%20d?a=1&c=3"||l.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!l[s]||new URL("https://a@b").username!=="a"||new URLSearchParams(new URLSearchParams("a=b")).get("a")!=="b"||new URL("http://\u0442\u0435\u0441\u0442").host!=="xn--e1aybc"||new URL("http://a#\u0431").hash!=="#%D0%B1"||f!=="a1c3"||new URL("http://x",void 0).host!=="x"})},19366:(n,c,r)=>{var t=r(52727);n.exports=t&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},30774:(n,c,r)=>{var t=r(76986),o=r(59769);n.exports=t&&o(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})},31238:n=>{var c=TypeError;n.exports=function(r,t){if(r<t)throw c("Not enough arguments");return r}},63545:(n,c,r)=>{var t=r(80376),o=r(37235),a=t.WeakMap;n.exports=o(a)&&/native code/.test(String(a))},23967:(n,c,r)=>{var t=r(80376),o=r(54377),a=r(85831),e=r(73380),s=r(52727),i=r(19366),l=t.Symbol,f=o("wks"),d=i?l.for||l:l&&l.withoutSetter||e;n.exports=function(p){return a(f,p)||(f[p]=s&&a(l,p)?l[p]:d("Symbol."+p)),f[p]}},46861:(n,c,r)=>{"use strict";var t=r(11884),o=r(84102),a=r(90857),e=r(92569),s=r(99051).f,i=r(48710),l=r(9401),f=r(68264),d=r(76986),p="Array Iterator",g=e.set,m=e.getterFor(p);n.exports=i(Array,"Array",function(P,R){g(this,{type:p,target:t(P),index:0,kind:R})},function(){var P=m(this),R=P.target,L=P.kind,C=P.index++;return!R||C>=R.length?(P.target=void 0,l(void 0,!0)):L=="keys"?l(C,!1):L=="values"?l(R[C],!1):l([C,R[C]],!1)},"values");var x=a.Arguments=a.Array;if(o("keys"),o("values"),o("entries"),!f&&d&&x.name!=="values")try{s(x,"name",{value:"values"})}catch{}},19711:(n,c,r)=>{"use strict";var t=r(80273).charAt,o=r(72100),a=r(92569),e=r(48710),s=r(9401),i="String Iterator",l=a.set,f=a.getterFor(i);e(String,"String",function(d){l(this,{type:i,string:o(d),index:0})},function(){var p=f(this),g=p.string,m=p.index,x;return m>=g.length?s(void 0,!0):(x=t(g,m),p.index+=x.length,s(x,!1))})},16321:(n,c,r)=>{"use strict";r(46861);var t=r(59401),o=r(80376),a=r(71970),e=r(29027),s=r(76986),i=r(9269),l=r(62072),f=r(16317),d=r(64266),p=r(65746),g=r(21811),m=r(92569),x=r(61507),P=r(37235),R=r(85831),L=r(58495),C=r(95032),D=r(86347),O=r(82951),T=r(72100),U=r(36101),$=r(99829),rr=r(53401),nr=r(30205),K=r(31238),k=r(23967),gr=r(5515),ir=k("iterator"),N="URLSearchParams",H=N+"Iterator",G=m.set,F=m.getterFor(N),Y=m.getterFor(H),W=Object.getOwnPropertyDescriptor,z=function(E){if(!s)return o[E];var b=W(o,E);return b&&b.value},V=z("fetch"),ur=z("Request"),X=z("Headers"),Q=ur&&ur.prototype,ar=X&&X.prototype,tr=o.RegExp,cr=o.TypeError,hr=o.decodeURIComponent,lr=o.encodeURIComponent,Lr=e("".charAt),Br=e([].join),Ir=e([].push),Cr=e("".replace),Jr=e([].shift),Hr=e([].splice),Gr=e("".split),$r=e("".slice),Xr=/\+/g,zr=Array(4),Qr=function(E){return zr[E-1]||(zr[E-1]=tr("((?:%[\\da-f]{2}){"+E+"})","gi"))},Zr=function(E){try{return hr(E)}catch{return E}},Kr=function(E){var b=Cr(E,Xr," "),j=4;try{return hr(b)}catch{for(;j;)b=Cr(b,Qr(j--),Zr);return b}},sr=/[!'()~]|%20/g,kr={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},qr=function(E){return kr[E]},Yr=function(E){return Cr(lr(E),sr,qr)},Or=g(function(b,j){G(this,{type:H,iterator:rr(F(b).entries),kind:j})},"Iterator",function(){var b=Y(this),j=b.kind,M=b.iterator.next(),B=M.value;return M.done||(M.value=j==="keys"?B.key:j==="values"?B.value:[B.key,B.value]),M},!0),Ur=function(E){this.entries=[],this.url=null,E!==void 0&&(O(E)?this.parseObject(E):this.parseQuery(typeof E=="string"?Lr(E,0)==="?"?$r(E,1):E:T(E)))};Ur.prototype={type:N,bindURL:function(E){this.url=E,this.update()},parseObject:function(E){var b=nr(E),j,M,B,J,mr,Ar,pr;if(b)for(j=rr(E,b),M=j.next;!(B=a(M,j)).done;){if(J=rr(D(B.value)),mr=J.next,(Ar=a(mr,J)).done||(pr=a(mr,J)).done||!a(mr,J).done)throw cr("Expected sequence with length 2");Ir(this.entries,{key:T(Ar.value),value:T(pr.value)})}else for(var Sr in E)R(E,Sr)&&Ir(this.entries,{key:Sr,value:T(E[Sr])})},parseQuery:function(E){if(E)for(var b=Gr(E,"&"),j=0,M,B;j<b.length;)M=b[j++],M.length&&(B=Gr(M,"="),Ir(this.entries,{key:Kr(Jr(B)),value:Kr(Br(B,"="))}))},serialize:function(){for(var E=this.entries,b=[],j=0,M;j<E.length;)M=E[j++],Ir(b,Yr(M.key)+"="+Yr(M.value));return Br(b,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var br=function(){x(this,Pr);var b=arguments.length>0?arguments[0]:void 0,j=G(this,new Ur(b));s||(this.length=j.entries.length)},Pr=br.prototype;if(d(Pr,{append:function(b,j){K(arguments.length,2);var M=F(this);Ir(M.entries,{key:T(b),value:T(j)}),s||this.length++,M.updateURL()},delete:function(E){K(arguments.length,1);for(var b=F(this),j=b.entries,M=T(E),B=0;B<j.length;)j[B].key===M?Hr(j,B,1):B++;s||(this.length=j.length),b.updateURL()},get:function(b){K(arguments.length,1);for(var j=F(this).entries,M=T(b),B=0;B<j.length;B++)if(j[B].key===M)return j[B].value;return null},getAll:function(b){K(arguments.length,1);for(var j=F(this).entries,M=T(b),B=[],J=0;J<j.length;J++)j[J].key===M&&Ir(B,j[J].value);return B},has:function(b){K(arguments.length,1);for(var j=F(this).entries,M=T(b),B=0;B<j.length;)if(j[B++].key===M)return!0;return!1},set:function(b,j){K(arguments.length,1);for(var M=F(this),B=M.entries,J=!1,mr=T(b),Ar=T(j),pr=0,Sr;pr<B.length;pr++)Sr=B[pr],Sr.key===mr&&(J?Hr(B,pr--,1):(J=!0,Sr.value=Ar));J||Ir(B,{key:mr,value:Ar}),s||(this.length=B.length),M.updateURL()},sort:function(){var b=F(this);gr(b.entries,function(j,M){return j.key>M.key?1:-1}),b.updateURL()},forEach:function(b){for(var j=F(this).entries,M=L(b,arguments.length>1?arguments[1]:void 0),B=0,J;B<j.length;)J=j[B++],M(J.value,J.key,this)},keys:function(){return new Or(this,"keys")},values:function(){return new Or(this,"values")},entries:function(){return new Or(this,"entries")}},{enumerable:!0}),l(Pr,ir,Pr.entries,{name:"entries"}),l(Pr,"toString",function(){return F(this).serialize()},{enumerable:!0}),s&&f(Pr,"size",{get:function(){return F(this).entries.length},configurable:!0,enumerable:!0}),p(br,N),t({global:!0,constructor:!0,forced:!i},{URLSearchParams:br}),!i&&P(X)){var Mr=e(ar.has),yr=e(ar.set),jr=function(E){if(O(E)){var b=E.body,j;if(C(b)===N)return j=E.headers?new X(E.headers):new X,Mr(j,"content-type")||yr(j,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),U(E,{body:$(0,T(b)),headers:$(0,j)})}return E};if(P(V)&&t({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(b){return V(b,arguments.length>1?jr(arguments[1]):{})}}),P(ur)){var Rr=function(b){return x(this,Q),new ur(b,arguments.length>1?jr(arguments[1]):{})};Q.constructor=Rr,Rr.prototype=Q,t({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:Rr})}}n.exports={URLSearchParams:br,getState:F}},86337:(n,c,r)=>{r(16321)},97138:(n,c,r)=>{"use strict";var t=r(76986),o=r(29027),a=r(16317),e=URLSearchParams.prototype,s=o(e.forEach);t&&!("size"in e)&&a(e,"size",{get:function(){var l=0;return s(this,function(){l++}),l},configurable:!0,enumerable:!0})},6217:(n,c,r)=>{"use strict";r(19711);var t=r(59401),o=r(76986),a=r(9269),e=r(80376),s=r(58495),i=r(29027),l=r(62072),f=r(16317),d=r(61507),p=r(85831),g=r(55993),m=r(65335),x=r(17401),P=r(80273).codeAt,R=r(70603),L=r(72100),C=r(65746),D=r(31238),O=r(16321),T=r(92569),U=T.set,$=T.getterFor("URL"),rr=O.URLSearchParams,nr=O.getState,K=e.URL,k=e.TypeError,gr=e.parseInt,ir=Math.floor,N=Math.pow,H=i("".charAt),G=i(/./.exec),F=i([].join),Y=i(1 .toString),W=i([].pop),z=i([].push),V=i("".replace),ur=i([].shift),X=i("".split),Q=i("".slice),ar=i("".toLowerCase),tr=i([].unshift),cr="Invalid authority",hr="Invalid scheme",lr="Invalid host",Lr="Invalid port",Br=/[a-z]/i,Ir=/[\d+-.a-z]/i,Cr=/\d/,Jr=/^0x/i,Hr=/^[0-7]+$/,Gr=/^\d+$/,$r=/^[\da-f]+$/i,Xr=/[\0\t\n\r #%/:<>?@[\\\]^|]/,zr=/[\0\t\n\r #/:<>?@[\\\]^|]/,Qr=/^[\u0000-\u0020]+/,Zr=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,Kr=/[\t\n\r]/g,sr,kr=function(v){var I=X(v,"."),h,u,y,w,A,Z,q;if(I.length&&I[I.length-1]==""&&I.length--,h=I.length,h>4)return v;for(u=[],y=0;y<h;y++){if(w=I[y],w=="")return v;if(A=10,w.length>1&&H(w,0)=="0"&&(A=G(Jr,w)?16:8,w=Q(w,A==8?1:2)),w==="")Z=0;else{if(!G(A==10?Gr:A==8?Hr:$r,w))return v;Z=gr(w,A)}z(u,Z)}for(y=0;y<h;y++)if(Z=u[y],y==h-1){if(Z>=N(256,5-h))return null}else if(Z>255)return null;for(q=W(u),y=0;y<u.length;y++)q+=u[y]*N(256,3-y);return q},qr=function(v){var I=[0,0,0,0,0,0,0,0],h=0,u=null,y=0,w,A,Z,q,er,fr,S,_=function(){return H(v,y)};if(_()==":"){if(H(v,1)!=":")return;y+=2,h++,u=h}for(;_();){if(h==8)return;if(_()==":"){if(u!==null)return;y++,h++,u=h;continue}for(w=A=0;A<4&&G($r,_());)w=w*16+gr(_(),16),y++,A++;if(_()=="."){if(A==0||(y-=A,h>6))return;for(Z=0;_();){if(q=null,Z>0)if(_()=="."&&Z<4)y++;else return;if(!G(Cr,_()))return;for(;G(Cr,_());){if(er=gr(_(),10),q===null)q=er;else{if(q==0)return;q=q*10+er}if(q>255)return;y++}I[h]=I[h]*256+q,Z++,(Z==2||Z==4)&&h++}if(Z!=4)return;break}else if(_()==":"){if(y++,!_())return}else if(_())return;I[h++]=w}if(u!==null)for(fr=h-u,h=7;h!=0&&fr>0;)S=I[h],I[h--]=I[u+fr-1],I[u+--fr]=S;else if(h!=8)return;return I},Yr=function(v){for(var I=null,h=1,u=null,y=0,w=0;w<8;w++)v[w]!==0?(y>h&&(I=u,h=y),u=null,y=0):(u===null&&(u=w),++y);return y>h&&(I=u,h=y),I},Or=function(v){var I,h,u,y;if(typeof v=="number"){for(I=[],h=0;h<4;h++)tr(I,v%256),v=ir(v/256);return F(I,".")}else if(typeof v=="object"){for(I="",u=Yr(v),h=0;h<8;h++)y&&v[h]===0||(y&&(y=!1),u===h?(I+=h?":":"::",y=!0):(I+=Y(v[h],16),h<7&&(I+=":")));return"["+I+"]"}return v},Ur={},br=g({},Ur,{" ":1,'"':1,"<":1,">":1,"`":1}),Pr=g({},br,{"#":1,"?":1,"{":1,"}":1}),Mr=g({},Pr,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),yr=function(v,I){var h=P(v,0);return h>32&&h<127&&!p(I,v)?v:encodeURIComponent(v)},jr={ftp:21,file:null,http:80,https:443,ws:80,wss:443},Rr=function(v,I){var h;return v.length==2&&G(Br,H(v,0))&&((h=H(v,1))==":"||!I&&h=="|")},E=function(v){var I;return v.length>1&&Rr(Q(v,0,2))&&(v.length==2||(I=H(v,2))==="/"||I==="\\"||I==="?"||I==="#")},b=function(v){return v==="."||ar(v)==="%2e"},j=function(v){return v=ar(v),v===".."||v==="%2e."||v===".%2e"||v==="%2e%2e"},M={},B={},J={},mr={},Ar={},pr={},Sr={},lt={},Vr={},Wr={},_r={},rt={},tt={},et={},vt={},nt={},Nr={},xr={},ft={},wr={},Tr={},at=function(v,I,h){var u=L(v),y,w,A;if(I){if(w=this.parse(u),w)throw k(w);this.searchParams=null}else{if(h!==void 0&&(y=new at(h,!0)),w=this.parse(u,null,y),w)throw k(w);A=nr(new rr),A.bindURL(this),this.searchParams=A}};at.prototype={type:"URL",parse:function(v,I,h){var u=this,y=I||M,w=0,A="",Z=!1,q=!1,er=!1,fr,S,_,Er;for(v=L(v),I||(u.scheme="",u.username="",u.password="",u.host=null,u.port=null,u.path=[],u.query=null,u.fragment=null,u.cannotBeABaseURL=!1,v=V(v,Qr,""),v=V(v,Zr,"$1")),v=V(v,Kr,""),fr=m(v);w<=fr.length;){switch(S=fr[w],y){case M:if(S&&G(Br,S))A+=ar(S),y=B;else{if(I)return hr;y=J;continue}break;case B:if(S&&(G(Ir,S)||S=="+"||S=="-"||S=="."))A+=ar(S);else if(S==":"){if(I&&(u.isSpecial()!=p(jr,A)||A=="file"&&(u.includesCredentials()||u.port!==null)||u.scheme=="file"&&!u.host))return;if(u.scheme=A,I){u.isSpecial()&&jr[u.scheme]==u.port&&(u.port=null);return}A="",u.scheme=="file"?y=et:u.isSpecial()&&h&&h.scheme==u.scheme?y=mr:u.isSpecial()?y=lt:fr[w+1]=="/"?(y=Ar,w++):(u.cannotBeABaseURL=!0,z(u.path,""),y=ft)}else{if(I)return hr;A="",y=J,w=0;continue}break;case J:if(!h||h.cannotBeABaseURL&&S!="#")return hr;if(h.cannotBeABaseURL&&S=="#"){u.scheme=h.scheme,u.path=x(h.path),u.query=h.query,u.fragment="",u.cannotBeABaseURL=!0,y=Tr;break}y=h.scheme=="file"?et:pr;continue;case mr:if(S=="/"&&fr[w+1]=="/")y=Vr,w++;else{y=pr;continue}break;case Ar:if(S=="/"){y=Wr;break}else{y=xr;continue}case pr:if(u.scheme=h.scheme,S==sr)u.username=h.username,u.password=h.password,u.host=h.host,u.port=h.port,u.path=x(h.path),u.query=h.query;else if(S=="/"||S=="\\"&&u.isSpecial())y=Sr;else if(S=="?")u.username=h.username,u.password=h.password,u.host=h.host,u.port=h.port,u.path=x(h.path),u.query="",y=wr;else if(S=="#")u.username=h.username,u.password=h.password,u.host=h.host,u.port=h.port,u.path=x(h.path),u.query=h.query,u.fragment="",y=Tr;else{u.username=h.username,u.password=h.password,u.host=h.host,u.port=h.port,u.path=x(h.path),u.path.length--,y=xr;continue}break;case Sr:if(u.isSpecial()&&(S=="/"||S=="\\"))y=Vr;else if(S=="/")y=Wr;else{u.username=h.username,u.password=h.password,u.host=h.host,u.port=h.port,y=xr;continue}break;case lt:if(y=Vr,S!="/"||H(A,w+1)!="/")continue;w++;break;case Vr:if(S!="/"&&S!="\\"){y=Wr;continue}break;case Wr:if(S=="@"){Z&&(A="%40"+A),Z=!0,_=m(A);for(var ot=0;ot<_.length;ot++){var pt=_[ot];if(pt==":"&&!er){er=!0;continue}var dt=yr(pt,Mr);er?u.password+=dt:u.username+=dt}A=""}else if(S==sr||S=="/"||S=="?"||S=="#"||S=="\\"&&u.isSpecial()){if(Z&&A=="")return cr;w-=m(A).length+1,A="",y=_r}else A+=S;break;case _r:case rt:if(I&&u.scheme=="file"){y=nt;continue}else if(S==":"&&!q){if(A=="")return lr;if(Er=u.parseHost(A),Er)return Er;if(A="",y=tt,I==rt)return}else if(S==sr||S=="/"||S=="?"||S=="#"||S=="\\"&&u.isSpecial()){if(u.isSpecial()&&A=="")return lr;if(I&&A==""&&(u.includesCredentials()||u.port!==null))return;if(Er=u.parseHost(A),Er)return Er;if(A="",y=Nr,I)return;continue}else S=="["?q=!0:S=="]"&&(q=!1),A+=S;break;case tt:if(G(Cr,S))A+=S;else if(S==sr||S=="/"||S=="?"||S=="#"||S=="\\"&&u.isSpecial()||I){if(A!=""){var st=gr(A,10);if(st>65535)return Lr;u.port=u.isSpecial()&&st===jr[u.scheme]?null:st,A=""}if(I)return;y=Nr;continue}else return Lr;break;case et:if(u.scheme="file",S=="/"||S=="\\")y=vt;else if(h&&h.scheme=="file")if(S==sr)u.host=h.host,u.path=x(h.path),u.query=h.query;else if(S=="?")u.host=h.host,u.path=x(h.path),u.query="",y=wr;else if(S=="#")u.host=h.host,u.path=x(h.path),u.query=h.query,u.fragment="",y=Tr;else{E(F(x(fr,w),""))||(u.host=h.host,u.path=x(h.path),u.shortenPath()),y=xr;continue}else{y=xr;continue}break;case vt:if(S=="/"||S=="\\"){y=nt;break}h&&h.scheme=="file"&&!E(F(x(fr,w),""))&&(Rr(h.path[0],!0)?z(u.path,h.path[0]):u.host=h.host),y=xr;continue;case nt:if(S==sr||S=="/"||S=="\\"||S=="?"||S=="#"){if(!I&&Rr(A))y=xr;else if(A==""){if(u.host="",I)return;y=Nr}else{if(Er=u.parseHost(A),Er)return Er;if(u.host=="localhost"&&(u.host=""),I)return;A="",y=Nr}continue}else A+=S;break;case Nr:if(u.isSpecial()){if(y=xr,S!="/"&&S!="\\")continue}else if(!I&&S=="?")u.query="",y=wr;else if(!I&&S=="#")u.fragment="",y=Tr;else if(S!=sr&&(y=xr,S!="/"))continue;break;case xr:if(S==sr||S=="/"||S=="\\"&&u.isSpecial()||!I&&(S=="?"||S=="#")){if(j(A)?(u.shortenPath(),S!="/"&&!(S=="\\"&&u.isSpecial())&&z(u.path,"")):b(A)?S!="/"&&!(S=="\\"&&u.isSpecial())&&z(u.path,""):(u.scheme=="file"&&!u.path.length&&Rr(A)&&(u.host&&(u.host=""),A=H(A,0)+":"),z(u.path,A)),A="",u.scheme=="file"&&(S==sr||S=="?"||S=="#"))for(;u.path.length>1&&u.path[0]==="";)ur(u.path);S=="?"?(u.query="",y=wr):S=="#"&&(u.fragment="",y=Tr)}else A+=yr(S,Pr);break;case ft:S=="?"?(u.query="",y=wr):S=="#"?(u.fragment="",y=Tr):S!=sr&&(u.path[0]+=yr(S,Ur));break;case wr:!I&&S=="#"?(u.fragment="",y=Tr):S!=sr&&(S=="'"&&u.isSpecial()?u.query+="%27":S=="#"?u.query+="%23":u.query+=yr(S,Ur));break;case Tr:S!=sr&&(u.fragment+=yr(S,br));break}w++}},parseHost:function(v){var I,h,u;if(H(v,0)=="["){if(H(v,v.length-1)!="]"||(I=qr(Q(v,1,-1)),!I))return lr;this.host=I}else if(this.isSpecial()){if(v=R(v),G(Xr,v)||(I=kr(v),I===null))return lr;this.host=I}else{if(G(zr,v))return lr;for(I="",h=m(v),u=0;u<h.length;u++)I+=yr(h[u],Ur);this.host=I}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||this.scheme=="file"},includesCredentials:function(){return this.username!=""||this.password!=""},isSpecial:function(){return p(jr,this.scheme)},shortenPath:function(){var v=this.path,I=v.length;I&&(this.scheme!="file"||I!=1||!Rr(v[0],!0))&&v.length--},serialize:function(){var v=this,I=v.scheme,h=v.username,u=v.password,y=v.host,w=v.port,A=v.path,Z=v.query,q=v.fragment,er=I+":";return y!==null?(er+="//",v.includesCredentials()&&(er+=h+(u?":"+u:"")+"@"),er+=Or(y),w!==null&&(er+=":"+w)):I=="file"&&(er+="//"),er+=v.cannotBeABaseURL?A[0]:A.length?"/"+F(A,"/"):"",Z!==null&&(er+="?"+Z),q!==null&&(er+="#"+q),er},setHref:function(v){var I=this.parse(v);if(I)throw k(I);this.searchParams.update()},getOrigin:function(){var v=this.scheme,I=this.port;if(v=="blob")try{return new Fr(v.path[0]).origin}catch{return"null"}return v=="file"||!this.isSpecial()?"null":v+"://"+Or(this.host)+(I!==null?":"+I:"")},getProtocol:function(){return this.scheme+":"},setProtocol:function(v){this.parse(L(v)+":",M)},getUsername:function(){return this.username},setUsername:function(v){var I=m(L(v));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var h=0;h<I.length;h++)this.username+=yr(I[h],Mr)}},getPassword:function(){return this.password},setPassword:function(v){var I=m(L(v));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var h=0;h<I.length;h++)this.password+=yr(I[h],Mr)}},getHost:function(){var v=this.host,I=this.port;return v===null?"":I===null?Or(v):Or(v)+":"+I},setHost:function(v){this.cannotBeABaseURL||this.parse(v,_r)},getHostname:function(){var v=this.host;return v===null?"":Or(v)},setHostname:function(v){this.cannotBeABaseURL||this.parse(v,rt)},getPort:function(){var v=this.port;return v===null?"":L(v)},setPort:function(v){this.cannotHaveUsernamePasswordPort()||(v=L(v),v==""?this.port=null:this.parse(v,tt))},getPathname:function(){var v=this.path;return this.cannotBeABaseURL?v[0]:v.length?"/"+F(v,"/"):""},setPathname:function(v){this.cannotBeABaseURL||(this.path=[],this.parse(v,Nr))},getSearch:function(){var v=this.query;return v?"?"+v:""},setSearch:function(v){v=L(v),v==""?this.query=null:(H(v,0)=="?"&&(v=Q(v,1)),this.query="",this.parse(v,wr)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var v=this.fragment;return v?"#"+v:""},setHash:function(v){if(v=L(v),v==""){this.fragment=null;return}H(v,0)=="#"&&(v=Q(v,1)),this.fragment="",this.parse(v,Tr)},update:function(){this.query=this.searchParams.serialize()||null}};var Fr=function(I){var h=d(this,or),u=D(arguments.length,1)>1?arguments[1]:void 0,y=U(h,new at(I,!1,u));o||(h.href=y.serialize(),h.origin=y.getOrigin(),h.protocol=y.getProtocol(),h.username=y.getUsername(),h.password=y.getPassword(),h.host=y.getHost(),h.hostname=y.getHostname(),h.port=y.getPort(),h.pathname=y.getPathname(),h.search=y.getSearch(),h.searchParams=y.getSearchParams(),h.hash=y.getHash())},or=Fr.prototype,vr=function(v,I){return{get:function(){return $(this)[v]()},set:I&&function(h){return $(this)[I](h)},configurable:!0,enumerable:!0}};if(o&&(f(or,"href",vr("serialize","setHref")),f(or,"origin",vr("getOrigin")),f(or,"protocol",vr("getProtocol","setProtocol")),f(or,"username",vr("getUsername","setUsername")),f(or,"password",vr("getPassword","setPassword")),f(or,"host",vr("getHost","setHost")),f(or,"hostname",vr("getHostname","setHostname")),f(or,"port",vr("getPort","setPort")),f(or,"pathname",vr("getPathname","setPathname")),f(or,"search",vr("getSearch","setSearch")),f(or,"searchParams",vr("getSearchParams")),f(or,"hash",vr("getHash","setHash"))),l(or,"toJSON",function(){return $(this).serialize()},{enumerable:!0}),l(or,"toString",function(){return $(this).serialize()},{enumerable:!0}),K){var ct=K.createObjectURL,ht=K.revokeObjectURL;ct&&l(Fr,"createObjectURL",s(ct,K)),ht&&l(Fr,"revokeObjectURL",s(ht,K))}C(Fr,"URL"),t({global:!0,constructor:!0,forced:!a,sham:!o},{URL:Fr})},42294:(n,c,r)=>{r(6217)},5721:(n,c,r)=>{"use strict";var t=r(59401),o=r(71970);t({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return o(URL.prototype.toString,this)}})},77303:(n,c,r)=>{r(42294),r(5721),r(86337),r(97138);var t=r(41537);n.exports=t.URL}},Dr={};function dr(n){var c=Dr[n];if(c!==void 0)return c.exports;var r=Dr[n]={exports:{}};return it[n](r,r.exports,dr),r.exports}dr.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}(),dr.r=n=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})};var ut={};return(()=>{"use strict";dr.r(ut);var n=dr(77303);const c="Something went wrong, please, try again.";function r(e){return e&&e.replace(/=+$/,"")}function t(e,s){return!!e&&!!s&&r(e)===r(s)}function o(e){let s;if(/code|token|error/.test(window.location.hash)?s=window.location.hash.substring(1):s=location.search.substring(1),!s)throw console.error("No query string in OAuth 2 redirect URL"),new Error(c);const i=new URLSearchParams(s),l=i.get("access_token"),f=i.get("code"),d=i.get("token_type"),p=i.get("expires_in"),g=i.get("state"),m=i.get("error"),x=i.get("error_description")||c;if(m)throw new Error(x);if(!t(g,e?.state))throw new Error("Outdated OAuth2 state");if(e?.flow==="implicit"){if(!l)throw new Error(`Your OAuth2 authentication service provider redirected you without an "access_token".
7
+ Please, try again or make sure your OAuth2 settings are correct.`);if(!d)throw new Error(`Your OAuth2 authentication service provider redirected you without a "token_type".
8
+ Please, try again or make sure your OAuth2 settings are correct.`);e?.successCallback({access_token:l,token_type:d,expires_in:p,auth_code:""})}if(e?.flow==="authorizationCode"){if(!f)throw new Error(`Your OAuth2 authentication service provider redirected you without authorization "code".
9
+ Please, try again or make sure your OAuth2 settings are correct.`);e?.successCallback({auth_code:f,access_token:"",token_type:"bearer"})}}function a(){var e;const s=(e=window.opener)==null?void 0:e.redirectOAuth2;try{o(s)}catch(i){s?.errorCallback(i)}window.close()}window.onload=a})(),ut})());