@redocly/reference-docs 2.7.3 → 2.7.7

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 (54) hide show
  1. package/bin/cli/commands/redocly-docs-cli.min.js +3042 -331
  2. package/bin/cli/commands/redocly-docs-cli.min.js.LICENSE.txt +367 -0
  3. package/dist/console.redocly-reference-docs.min.js +484 -21
  4. package/dist/oauth2-redirect.js +5 -3
  5. package/dist/redocly-reference-docs.min.js +3426 -109
  6. package/lib/components/index.d.ts +3 -2
  7. package/lib/components/styled.elements.js +1 -1
  8. package/lib/index.d.ts +1 -1
  9. package/lib/index.js +1 -1
  10. package/lib/redoc-lib/src/components/ContentItems/ContentItems.js +1 -1
  11. package/lib/redoc-lib/src/components/JsonViewer/style.js +1 -1
  12. package/lib/redoc-lib/src/components/Markdown/SanitizedMdBlock.js +1 -1
  13. package/lib/redoc-lib/src/components/RequestSamples/useCodeSamples.js +1 -1
  14. package/lib/redoc-lib/src/components/SearchBox/SearchBox.d.ts +1 -1
  15. package/lib/redoc-lib/src/index.d.ts +2 -1
  16. package/lib/redoc-lib/src/index.js +1 -1
  17. package/lib/redoc-lib/src/services/OpenAPIParser.js +1 -1
  18. package/lib/redoc-lib/src/services/SearchStore.d.ts +1 -1
  19. package/lib/redoc-lib/src/services/SearchStore.js +2 -51
  20. package/lib/redoc-lib/src/services/SearchWorker.worker.js +1 -1
  21. package/lib/redoc-lib/src/styled-components.d.ts +1 -1
  22. package/lib/redoc-lib/src/theme.d.ts +2 -0
  23. package/lib/redoc-lib/src/theme.js +1 -1
  24. package/lib/redoc-lib/src/utils/loadAndBundleSpec.d.ts +1 -1
  25. package/lib/redoc-lib/src/utils/openapi.js +1 -1
  26. package/lib/services/ProMenu.js +1 -1
  27. package/lib/services/ProStore.d.ts +1 -1
  28. package/lib/services/ProStore.js +1 -1
  29. package/lib/services/code-samples/httpsnippet/helpers/code-helpers.js +1 -1
  30. package/lib-esm/components/index.d.ts +3 -2
  31. package/lib-esm/components/styled.elements.js +1 -1
  32. package/lib-esm/index.d.ts +1 -1
  33. package/lib-esm/index.js +1 -1
  34. package/lib-esm/redoc-lib/src/components/ContentItems/ContentItems.js +1 -1
  35. package/lib-esm/redoc-lib/src/components/JsonViewer/style.js +1 -1
  36. package/lib-esm/redoc-lib/src/components/Markdown/SanitizedMdBlock.js +1 -1
  37. package/lib-esm/redoc-lib/src/components/RequestSamples/useCodeSamples.js +1 -1
  38. package/lib-esm/redoc-lib/src/components/SearchBox/SearchBox.d.ts +1 -1
  39. package/lib-esm/redoc-lib/src/index.d.ts +2 -1
  40. package/lib-esm/redoc-lib/src/index.js +1 -1
  41. package/lib-esm/redoc-lib/src/services/OpenAPIParser.js +1 -1
  42. package/lib-esm/redoc-lib/src/services/SearchStore.d.ts +1 -1
  43. package/lib-esm/redoc-lib/src/services/SearchStore.js +2 -51
  44. package/lib-esm/redoc-lib/src/services/SearchWorker.worker.js +1 -1
  45. package/lib-esm/redoc-lib/src/styled-components.d.ts +1 -1
  46. package/lib-esm/redoc-lib/src/theme.d.ts +2 -0
  47. package/lib-esm/redoc-lib/src/theme.js +1 -1
  48. package/lib-esm/redoc-lib/src/utils/loadAndBundleSpec.d.ts +1 -1
  49. package/lib-esm/redoc-lib/src/utils/openapi.js +1 -1
  50. package/lib-esm/services/ProMenu.js +1 -1
  51. package/lib-esm/services/ProStore.d.ts +1 -1
  52. package/lib-esm/services/ProStore.js +1 -1
  53. package/lib-esm/services/code-samples/httpsnippet/helpers/code-helpers.js +1 -1
  54. package/package.json +19 -32
@@ -2,6 +2,8 @@
2
2
  * Redocly Reference Docs
3
3
  * (c) Copyright 2018 Redocly LLC, all rights reserved.
4
4
  * -------------------------------------------------------------
5
- * Version: "2.7.3"
6
- */
7
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.RedoclyReferenceDocs=e():t.RedoclyReferenceDocs=e()}(this,(function(){return function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=568)}({100:function(t,e){var r=0,n=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++r+n).toString(36)}},101:function(t,e){var r=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:r)(t)}},102:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},103:function(t,e,r){var n=r(132),o=r(102);t.exports=Object.keys||function(t){return n(t,o)}},106:function(t,e,r){var n=r(22),o=r(84),i="".split;t.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},107:function(t,e,r){var n=r(14),o=r(25),i=n.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},108:function(t,e,r){var n=r(99),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(t){return o.call(t)}),t.exports=n.inspectSource},109:function(t,e,r){var n=r(50),o=r(99);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.14.0",mode:n?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},110:function(t,e){e.f=Object.getOwnPropertySymbols},111:function(t,e,r){var n=r(112),o=r(22);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},112:function(t,e,r){var n,o,i=r(14),a=r(134),u=i.process,c=u&&u.versions,s=c&&c.v8;s?o=(n=s.split("."))[0]<4?1:n[0]+n[1]:a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=n[1]),t.exports=o&&+o},113:function(t,e,r){var n=r(19),o=r(78),i=r(32),a=n("unscopables"),u=Array.prototype;null==u[a]&&i.f(u,a,{configurable:!0,value:o(null)}),t.exports=function(t){u[a][t]=!0}},115:function(t,e){t.exports=function(t,e,r){if(!(t instanceof e))throw TypeError("Incorrect "+(r?r+" ":"")+"invocation");return t}},116:function(t,e,r){var n=r(28),o=r(196);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(r,[]),e=r instanceof Array}catch(t){}return function(r,i){return n(r),o(i),e?t.call(r,i):r.__proto__=i,r}}():void 0)},117:function(t,e,r){"use strict";var n=r(21),o=r(156),i=r(118),a=r(116),u=r(53),c=r(39),s=r(44),f=r(19),l=r(50),h=r(62),p=r(139),v=p.IteratorPrototype,y=p.BUGGY_SAFARI_ITERATORS,g=f("iterator"),d=function(){return this};t.exports=function(t,e,r,f,p,m,b){o(r,e,f);var w,x,S,O=function(t){if(t===p&&L)return L;if(!y&&t in A)return A[t];switch(t){case"keys":case"values":case"entries":return function(){return new r(this,t)}}return function(){return new r(this)}},k=e+" Iterator",j=!1,A=t.prototype,R=A[g]||A["@@iterator"]||p&&A[p],L=!y&&R||O(p),P="Array"==e&&A.entries||R;if(P&&(w=i(P.call(new t)),v!==Object.prototype&&w.next&&(l||i(w)===v||(a?a(w,v):"function"!=typeof w[g]&&c(w,g,d)),u(w,k,!0,!0),l&&(h[k]=d))),"values"==p&&R&&"values"!==R.name&&(j=!0,L=function(){return R.call(this)}),l&&!b||A[g]===L||c(A,g,L),h[e]=L,p)if(x={values:O("values"),keys:m?L:O("keys"),entries:O("entries")},b)for(S in x)(y||j||!(S in A))&&s(A,S,x[S]);else n({target:e,proto:!0,forced:y||j},x);return x}},118:function(t,e,r){var n=r(23),o=r(61),i=r(86),a=r(197),u=i("IE_PROTO"),c=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=o(t),n(t,u)?t[u]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},130:function(t,e,r){var n=r(31),o=r(22),i=r(107);t.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},131:function(t,e,r){var n=r(132),o=r(102).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},132:function(t,e,r){var n=r(23),o=r(57),i=r(151).indexOf,a=r(76);t.exports=function(t,e){var r,u=o(t),c=0,s=[];for(r in u)!n(a,r)&&n(u,r)&&s.push(r);for(;e.length>c;)n(u,r=e[c++])&&(~i(s,r)||s.push(r));return s}},133:function(t,e,r){var n=r(22),o=/#|\.prototype\./,i=function(t,e){var r=u[a(t)];return r==s||r!=c&&("function"==typeof e?n(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},u=i.data={},c=i.NATIVE="N",s=i.POLYFILL="P";t.exports=i},134:function(t,e,r){var n=r(51);t.exports=n("navigator","userAgent")||""},136:function(t,e,r){var n=r(137),o=r(62),i=r(19)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[n(t)]}},137:function(t,e,r){var n=r(138),o=r(84),i=r(19)("toStringTag"),a="Arguments"==o(function(){return arguments}());t.exports=n?o:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?r:a?o(e):"Object"==(n=o(e))&&"function"==typeof e.callee?"Arguments":n}},138:function(t,e,r){var n={};n[r(19)("toStringTag")]="z",t.exports="[object z]"===String(n)},139:function(t,e,r){"use strict";var n,o,i,a=r(22),u=r(118),c=r(39),s=r(23),f=r(19),l=r(50),h=f("iterator"),p=!1;[].keys&&("next"in(i=[].keys())?(o=u(u(i)))!==Object.prototype&&(n=o):p=!0);var v=null==n||a((function(){var t={};return n[h].call(t)!==t}));v&&(n={}),l&&!v||s(n,h)||c(n,h,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:p}},14:function(t,e,r){(function(e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,r(27))},150:function(t,e,r){var n=r(23),o=r(190),i=r(74),a=r(32);t.exports=function(t,e){for(var r=o(e),u=a.f,c=i.f,s=0;s<r.length;s++){var f=r[s];n(t,f)||u(t,f,c(e,f))}}},151:function(t,e,r){var n=r(57),o=r(77),i=r(191),a=function(t){return function(e,r,a){var u,c=n(e),s=o(c.length),f=i(a,s);if(t&&r!=r){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===r)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},152:function(t,e,r){var n=r(111);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},153:function(t,e,r){var n=r(31),o=r(32),i=r(28),a=r(103);t.exports=n?Object.defineProperties:function(t,e){i(t);for(var r,n=a(e),u=n.length,c=0;u>c;)o.f(t,r=n[c++],e[r]);return t}},154:function(t,e,r){var n=r(51);t.exports=n("document","documentElement")},155:function(t,e,r){var n=r(44);t.exports=function(t,e,r){for(var o in e)n(t,o,e[o],r);return t}},156:function(t,e,r){"use strict";var n=r(139).IteratorPrototype,o=r(78),i=r(56),a=r(53),u=r(62),c=function(){return this};t.exports=function(t,e,r){var s=e+" Iterator";return t.prototype=o(n,{next:i(1,r)}),a(t,s,!1,!0),u[s]=c,t}},157:function(t,e,r){"use strict";var n=r(158).charAt,o=r(58),i=r(117),a=o.set,u=o.getterFor("String Iterator");i(String,"String",(function(t){a(this,{type:"String Iterator",string:String(t),index:0})}),(function(){var t,e=u(this),r=e.string,o=e.index;return o>=r.length?{value:void 0,done:!0}:(t=n(r,o),e.index+=t.length,{value:t,done:!1})}))},158:function(t,e,r){var n=r(101),o=r(75),i=function(t){return function(e,r){var i,a,u=String(o(e)),c=n(r),s=u.length;return c<0||c>=s?t?"":void 0:(i=u.charCodeAt(c))<55296||i>56319||c+1===s||(a=u.charCodeAt(c+1))<56320||a>57343?t?u.charAt(c):i:t?u.slice(c,c+2):a-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},189:function(t,e,r){var n=r(14),o=r(108),i=n.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},19:function(t,e,r){var n=r(14),o=r(109),i=r(23),a=r(100),u=r(111),c=r(152),s=o("wks"),f=n.Symbol,l=c?f:f&&f.withoutSetter||a;t.exports=function(t){return i(s,t)&&(u||"string"==typeof s[t])||(u&&i(f,t)?s[t]=f[t]:s[t]=l("Symbol."+t)),s[t]}},190:function(t,e,r){var n=r(51),o=r(131),i=r(110),a=r(28);t.exports=n("Reflect","ownKeys")||function(t){var e=o.f(a(t)),r=i.f;return r?e.concat(r(t)):e}},191:function(t,e,r){var n=r(101),o=Math.max,i=Math.min;t.exports=function(t,e){var r=n(t);return r<0?o(r+e,0):i(r,e)}},194:function(t,e,r){var n=r(19),o=r(62),i=n("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},195:function(t,e,r){var n=r(28);t.exports=function(t){var e=t.return;if(void 0!==e)return n(e.call(t)).value}},196:function(t,e,r){var n=r(25);t.exports=function(t){if(!n(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},197:function(t,e,r){var n=r(22);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},199:function(t,e,r){"use strict";var n=r(57),o=r(113),i=r(62),a=r(58),u=r(117),c=a.set,s=a.getterFor("Array Iterator");t.exports=u(Array,"Array",(function(t,e){c(this,{type:"Array Iterator",target:n(t),index:0,kind:e})}),(function(){var t=s(this),e=t.target,r=t.kind,n=t.index++;return!e||n>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},200:function(t,e,r){"use strict";var n=r(31),o=r(22),i=r(103),a=r(110),u=r(97),c=r(61),s=r(106),f=Object.assign,l=Object.defineProperty;t.exports=!f||o((function(){if(n&&1!==f({b:1},f(l({},"a",{enumerable:!0,get:function(){l(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol();return t[r]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=f({},t)[r]||"abcdefghijklmnopqrst"!=i(f({},e)).join("")}))?function(t,e){for(var r=c(t),o=arguments.length,f=1,l=a.f,h=u.f;o>f;)for(var p,v=s(arguments[f++]),y=l?i(v).concat(l(v)):i(v),g=y.length,d=0;g>d;)p=y[d++],n&&!h.call(v,p)||(r[p]=v[p]);return r}:f},203:function(t,e,r){"use strict";var n=r(85),o=r(32),i=r(56);t.exports=function(t,e,r){var a=n(e);a in t?o.f(t,a,i(0,r)):t[a]=r}},21:function(t,e,r){var n=r(14),o=r(74).f,i=r(39),a=r(44),u=r(98),c=r(150),s=r(133);t.exports=function(t,e){var r,f,l,h,p,v=t.target,y=t.global,g=t.stat;if(r=y?n:g?n[v]||u(v,{}):(n[v]||{}).prototype)for(f in e){if(h=e[f],l=t.noTargetGet?(p=o(r,f))&&p.value:r[f],!s(y?f:v+(g?".":"#")+f,t.forced)&&void 0!==l){if(typeof h==typeof l)continue;c(h,l)}(t.sham||l&&l.sham)&&i(h,"sham",!0),a(r,f,h,t)}}},22:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},23:function(t,e,r){var n=r(61),o={}.hasOwnProperty;t.exports=Object.hasOwn||function(t,e){return o.call(n(t),e)}},25:function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},27:function(t,e){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(t){"object"==typeof window&&(r=window)}t.exports=r},28:function(t,e,r){var n=r(25);t.exports=function(t){if(!n(t))throw TypeError(String(t)+" is not an object");return t}},31:function(t,e,r){var n=r(22);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},313:function(t,e,r){var n=r(22),o=r(19),i=r(50),a=o("iterator");t.exports=!n((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),e=t.searchParams,r="";return t.pathname="c%20d",e.forEach((function(t,n){e.delete("b"),r+=n+t})),i&&!t.toJSON||!e.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[a]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==r||"x"!==new URL("http://x",void 0).host}))},314:function(t,e,r){"use strict";r(199);var n=r(21),o=r(51),i=r(313),a=r(44),u=r(155),c=r(53),s=r(156),f=r(58),l=r(115),h=r(23),p=r(87),v=r(137),y=r(28),g=r(25),d=r(78),m=r(56),b=r(565),w=r(136),x=r(19),S=o("fetch"),O=o("Headers"),k=x("iterator"),j=f.set,A=f.getterFor("URLSearchParams"),R=f.getterFor("URLSearchParamsIterator"),L=/\+/g,P=Array(4),U=function(t){return P[t-1]||(P[t-1]=RegExp("((?:%[\\da-f]{2}){"+t+"})","gi"))},_=function(t){try{return decodeURIComponent(t)}catch(e){return t}},I=function(t){var e=t.replace(L," "),r=4;try{return decodeURIComponent(e)}catch(t){for(;r;)e=e.replace(U(r--),_);return e}},E=/[!'()~]|%20/g,T={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},q=function(t){return T[t]},B=function(t){return encodeURIComponent(t).replace(E,q)},C=function(t,e){if(e)for(var r,n,o=e.split("&"),i=0;i<o.length;)(r=o[i++]).length&&(n=r.split("="),t.push({key:I(n.shift()),value:I(n.join("="))}))},F=function(t){this.entries.length=0,C(this.entries,t)},M=function(t,e){if(t<e)throw TypeError("Not enough arguments")},z=s((function(t,e){j(this,{type:"URLSearchParamsIterator",iterator:b(A(t).entries),kind:e})}),"Iterator",(function(){var t=R(this),e=t.kind,r=t.iterator.next(),n=r.value;return r.done||(r.value="keys"===e?n.key:"values"===e?n.value:[n.key,n.value]),r})),N=function(){l(this,N,"URLSearchParams");var t,e,r,n,o,i,a,u,c,s=arguments.length>0?arguments[0]:void 0,f=this,p=[];if(j(f,{type:"URLSearchParams",entries:p,updateURL:function(){},updateSearchParams:F}),void 0!==s)if(g(s))if("function"==typeof(t=w(s)))for(r=(e=t.call(s)).next;!(n=r.call(e)).done;){if((a=(i=(o=b(y(n.value))).next).call(o)).done||(u=i.call(o)).done||!i.call(o).done)throw TypeError("Expected sequence with length 2");p.push({key:a.value+"",value:u.value+""})}else for(c in s)h(s,c)&&p.push({key:c,value:s[c]+""});else C(p,"string"==typeof s?"?"===s.charAt(0)?s.slice(1):s:s+"")},D=N.prototype;u(D,{append:function(t,e){M(arguments.length,2);var r=A(this);r.entries.push({key:t+"",value:e+""}),r.updateURL()},delete:function(t){M(arguments.length,1);for(var e=A(this),r=e.entries,n=t+"",o=0;o<r.length;)r[o].key===n?r.splice(o,1):o++;e.updateURL()},get:function(t){M(arguments.length,1);for(var e=A(this).entries,r=t+"",n=0;n<e.length;n++)if(e[n].key===r)return e[n].value;return null},getAll:function(t){M(arguments.length,1);for(var e=A(this).entries,r=t+"",n=[],o=0;o<e.length;o++)e[o].key===r&&n.push(e[o].value);return n},has:function(t){M(arguments.length,1);for(var e=A(this).entries,r=t+"",n=0;n<e.length;)if(e[n++].key===r)return!0;return!1},set:function(t,e){M(arguments.length,1);for(var r,n=A(this),o=n.entries,i=!1,a=t+"",u=e+"",c=0;c<o.length;c++)(r=o[c]).key===a&&(i?o.splice(c--,1):(i=!0,r.value=u));i||o.push({key:a,value:u}),n.updateURL()},sort:function(){var t,e,r,n=A(this),o=n.entries,i=o.slice();for(o.length=0,r=0;r<i.length;r++){for(t=i[r],e=0;e<r;e++)if(o[e].key>t.key){o.splice(e,0,t);break}e===r&&o.push(t)}n.updateURL()},forEach:function(t){for(var e,r=A(this).entries,n=p(t,arguments.length>1?arguments[1]:void 0,3),o=0;o<r.length;)n((e=r[o++]).value,e.key,this)},keys:function(){return new z(this,"keys")},values:function(){return new z(this,"values")},entries:function(){return new z(this,"entries")}},{enumerable:!0}),a(D,k,D.entries),a(D,"toString",(function(){for(var t,e=A(this).entries,r=[],n=0;n<e.length;)t=e[n++],r.push(B(t.key)+"="+B(t.value));return r.join("&")}),{enumerable:!0}),c(N,"URLSearchParams"),n({global:!0,forced:!i},{URLSearchParams:N}),i||"function"!=typeof S||"function"!=typeof O||n({global:!0,enumerable:!0,forced:!0},{fetch:function(t){var e,r,n,o=[t];return arguments.length>1&&(g(e=arguments[1])&&(r=e.body,"URLSearchParams"===v(r)&&((n=e.headers?new O(e.headers):new O).has("content-type")||n.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),e=d(e,{body:m(0,String(r)),headers:m(0,n)}))),o.push(e)),S.apply(this,o)}}),t.exports={URLSearchParams:N,getState:A}},32:function(t,e,r){var n=r(31),o=r(130),i=r(28),a=r(85),u=Object.defineProperty;e.f=n?u:function(t,e,r){if(i(t),e=a(e,!0),i(r),o)try{return u(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},39:function(t,e,r){var n=r(31),o=r(32),i=r(56);t.exports=n?function(t,e,r){return o.f(t,e,i(1,r))}:function(t,e,r){return t[e]=r,t}},44:function(t,e,r){var n=r(14),o=r(39),i=r(23),a=r(98),u=r(108),c=r(58),s=c.get,f=c.enforce,l=String(String).split("String");(t.exports=function(t,e,r,u){var c,s=!!u&&!!u.unsafe,h=!!u&&!!u.enumerable,p=!!u&&!!u.noTargetGet;"function"==typeof r&&("string"!=typeof e||i(r,"name")||o(r,"name",e),(c=f(r)).source||(c.source=l.join("string"==typeof e?e:""))),t!==n?(s?!p&&t[e]&&(h=!0):delete t[e],h?t[e]=r:o(t,e,r)):h?t[e]=r:a(e,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||u(this)}))},50:function(t,e){t.exports=!1},51:function(t,e,r){var n=r(52),o=r(14),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(n[t])||i(o[t]):n[t]&&n[t][e]||o[t]&&o[t][e]}},52:function(t,e,r){var n=r(14);t.exports=n},53:function(t,e,r){var n=r(32).f,o=r(23),i=r(19)("toStringTag");t.exports=function(t,e,r){t&&!o(t=r?t:t.prototype,i)&&n(t,i,{configurable:!0,value:e})}},56:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},560:function(t,e,r){r(561),r(566),r(314);var n=r(52);t.exports=n.URL},561:function(t,e,r){"use strict";r(157);var n,o=r(21),i=r(31),a=r(313),u=r(14),c=r(153),s=r(44),f=r(115),l=r(23),h=r(200),p=r(562),v=r(158).codeAt,y=r(564),g=r(53),d=r(314),m=r(58),b=u.URL,w=d.URLSearchParams,x=d.getState,S=m.set,O=m.getterFor("URL"),k=Math.floor,j=Math.pow,A=/[A-Za-z]/,R=/[\d+-.A-Za-z]/,L=/\d/,P=/^(0x|0X)/,U=/^[0-7]+$/,_=/^\d+$/,I=/^[\dA-Fa-f]+$/,E=/[\0\t\n\r #%/:?@[\\]]/,T=/[\0\t\n\r #/:?@[\\]]/,q=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,B=/[\t\n\r]/g,C=function(t,e){var r,n,o;if("["==e.charAt(0)){if("]"!=e.charAt(e.length-1))return"Invalid host";if(!(r=M(e.slice(1,-1))))return"Invalid host";t.host=r}else if(J(t)){if(e=y(e),E.test(e))return"Invalid host";if(null===(r=F(e)))return"Invalid host";t.host=r}else{if(T.test(e))return"Invalid host";for(r="",n=p(e),o=0;o<n.length;o++)r+=W(n[o],N);t.host=r}},F=function(t){var e,r,n,o,i,a,u,c=t.split(".");if(c.length&&""==c[c.length-1]&&c.pop(),(e=c.length)>4)return t;for(r=[],n=0;n<e;n++){if(""==(o=c[n]))return t;if(i=10,o.length>1&&"0"==o.charAt(0)&&(i=P.test(o)?16:8,o=o.slice(8==i?1:2)),""===o)a=0;else{if(!(10==i?_:8==i?U:I).test(o))return t;a=parseInt(o,i)}r.push(a)}for(n=0;n<e;n++)if(a=r[n],n==e-1){if(a>=j(256,5-e))return null}else if(a>255)return null;for(u=r.pop(),n=0;n<r.length;n++)u+=r[n]*j(256,3-n);return u},M=function(t){var e,r,n,o,i,a,u,c=[0,0,0,0,0,0,0,0],s=0,f=null,l=0,h=function(){return t.charAt(l)};if(":"==h()){if(":"!=t.charAt(1))return;l+=2,f=++s}for(;h();){if(8==s)return;if(":"!=h()){for(e=r=0;r<4&&I.test(h());)e=16*e+parseInt(h(),16),l++,r++;if("."==h()){if(0==r)return;if(l-=r,s>6)return;for(n=0;h();){if(o=null,n>0){if(!("."==h()&&n<4))return;l++}if(!L.test(h()))return;for(;L.test(h());){if(i=parseInt(h(),10),null===o)o=i;else{if(0==o)return;o=10*o+i}if(o>255)return;l++}c[s]=256*c[s]+o,2!=++n&&4!=n||s++}if(4!=n)return;break}if(":"==h()){if(l++,!h())return}else if(h())return;c[s++]=e}else{if(null!==f)return;l++,f=++s}}if(null!==f)for(a=s-f,s=7;0!=s&&a>0;)u=c[s],c[s--]=c[f+a-1],c[f+--a]=u;else if(8!=s)return;return c},z=function(t){var e,r,n,o;if("number"==typeof t){for(e=[],r=0;r<4;r++)e.unshift(t%256),t=k(t/256);return e.join(".")}if("object"==typeof t){for(e="",n=function(t){for(var e=null,r=1,n=null,o=0,i=0;i<8;i++)0!==t[i]?(o>r&&(e=n,r=o),n=null,o=0):(null===n&&(n=i),++o);return o>r&&(e=n,r=o),e}(t),r=0;r<8;r++)o&&0===t[r]||(o&&(o=!1),n===r?(e+=r?":":"::",o=!0):(e+=t[r].toString(16),r<7&&(e+=":")));return"["+e+"]"}return t},N={},D=h({},N,{" ":1,'"':1,"<":1,">":1,"`":1}),G=h({},D,{"#":1,"?":1,"{":1,"}":1}),Y=h({},G,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),W=function(t,e){var r=v(t,0);return r>32&&r<127&&!l(e,t)?t:encodeURIComponent(t)},$={ftp:21,file:null,http:80,https:443,ws:80,wss:443},J=function(t){return l($,t.scheme)},X=function(t){return""!=t.username||""!=t.password},Z=function(t){return!t.host||t.cannotBeABaseURL||"file"==t.scheme},H=function(t,e){var r;return 2==t.length&&A.test(t.charAt(0))&&(":"==(r=t.charAt(1))||!e&&"|"==r)},K=function(t){var e;return t.length>1&&H(t.slice(0,2))&&(2==t.length||"/"===(e=t.charAt(2))||"\\"===e||"?"===e||"#"===e)},V=function(t){var e=t.path,r=e.length;!r||"file"==t.scheme&&1==r&&H(e[0],!0)||e.pop()},Q=function(t){return"."===t||"%2e"===t.toLowerCase()},tt={},et={},rt={},nt={},ot={},it={},at={},ut={},ct={},st={},ft={},lt={},ht={},pt={},vt={},yt={},gt={},dt={},mt={},bt={},wt={},xt=function(t,e,r,o){var i,a,u,c,s,f=r||tt,h=0,v="",y=!1,g=!1,d=!1;for(r||(t.scheme="",t.username="",t.password="",t.host=null,t.port=null,t.path=[],t.query=null,t.fragment=null,t.cannotBeABaseURL=!1,e=e.replace(q,"")),e=e.replace(B,""),i=p(e);h<=i.length;){switch(a=i[h],f){case tt:if(!a||!A.test(a)){if(r)return"Invalid scheme";f=rt;continue}v+=a.toLowerCase(),f=et;break;case et:if(a&&(R.test(a)||"+"==a||"-"==a||"."==a))v+=a.toLowerCase();else{if(":"!=a){if(r)return"Invalid scheme";v="",f=rt,h=0;continue}if(r&&(J(t)!=l($,v)||"file"==v&&(X(t)||null!==t.port)||"file"==t.scheme&&!t.host))return;if(t.scheme=v,r)return void(J(t)&&$[t.scheme]==t.port&&(t.port=null));v="","file"==t.scheme?f=pt:J(t)&&o&&o.scheme==t.scheme?f=nt:J(t)?f=ut:"/"==i[h+1]?(f=ot,h++):(t.cannotBeABaseURL=!0,t.path.push(""),f=mt)}break;case rt:if(!o||o.cannotBeABaseURL&&"#"!=a)return"Invalid scheme";if(o.cannotBeABaseURL&&"#"==a){t.scheme=o.scheme,t.path=o.path.slice(),t.query=o.query,t.fragment="",t.cannotBeABaseURL=!0,f=wt;break}f="file"==o.scheme?pt:it;continue;case nt:if("/"!=a||"/"!=i[h+1]){f=it;continue}f=ct,h++;break;case ot:if("/"==a){f=st;break}f=dt;continue;case it:if(t.scheme=o.scheme,a==n)t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.query=o.query;else if("/"==a||"\\"==a&&J(t))f=at;else if("?"==a)t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.query="",f=bt;else{if("#"!=a){t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.path.pop(),f=dt;continue}t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,t.path=o.path.slice(),t.query=o.query,t.fragment="",f=wt}break;case at:if(!J(t)||"/"!=a&&"\\"!=a){if("/"!=a){t.username=o.username,t.password=o.password,t.host=o.host,t.port=o.port,f=dt;continue}f=st}else f=ct;break;case ut:if(f=ct,"/"!=a||"/"!=v.charAt(h+1))continue;h++;break;case ct:if("/"!=a&&"\\"!=a){f=st;continue}break;case st:if("@"==a){y&&(v="%40"+v),y=!0,u=p(v);for(var m=0;m<u.length;m++){var b=u[m];if(":"!=b||d){var w=W(b,Y);d?t.password+=w:t.username+=w}else d=!0}v=""}else if(a==n||"/"==a||"?"==a||"#"==a||"\\"==a&&J(t)){if(y&&""==v)return"Invalid authority";h-=p(v).length+1,v="",f=ft}else v+=a;break;case ft:case lt:if(r&&"file"==t.scheme){f=yt;continue}if(":"!=a||g){if(a==n||"/"==a||"?"==a||"#"==a||"\\"==a&&J(t)){if(J(t)&&""==v)return"Invalid host";if(r&&""==v&&(X(t)||null!==t.port))return;if(c=C(t,v))return c;if(v="",f=gt,r)return;continue}"["==a?g=!0:"]"==a&&(g=!1),v+=a}else{if(""==v)return"Invalid host";if(c=C(t,v))return c;if(v="",f=ht,r==lt)return}break;case ht:if(!L.test(a)){if(a==n||"/"==a||"?"==a||"#"==a||"\\"==a&&J(t)||r){if(""!=v){var x=parseInt(v,10);if(x>65535)return"Invalid port";t.port=J(t)&&x===$[t.scheme]?null:x,v=""}if(r)return;f=gt;continue}return"Invalid port"}v+=a;break;case pt:if(t.scheme="file","/"==a||"\\"==a)f=vt;else{if(!o||"file"!=o.scheme){f=dt;continue}if(a==n)t.host=o.host,t.path=o.path.slice(),t.query=o.query;else if("?"==a)t.host=o.host,t.path=o.path.slice(),t.query="",f=bt;else{if("#"!=a){K(i.slice(h).join(""))||(t.host=o.host,t.path=o.path.slice(),V(t)),f=dt;continue}t.host=o.host,t.path=o.path.slice(),t.query=o.query,t.fragment="",f=wt}}break;case vt:if("/"==a||"\\"==a){f=yt;break}o&&"file"==o.scheme&&!K(i.slice(h).join(""))&&(H(o.path[0],!0)?t.path.push(o.path[0]):t.host=o.host),f=dt;continue;case yt:if(a==n||"/"==a||"\\"==a||"?"==a||"#"==a){if(!r&&H(v))f=dt;else if(""==v){if(t.host="",r)return;f=gt}else{if(c=C(t,v))return c;if("localhost"==t.host&&(t.host=""),r)return;v="",f=gt}continue}v+=a;break;case gt:if(J(t)){if(f=dt,"/"!=a&&"\\"!=a)continue}else if(r||"?"!=a)if(r||"#"!=a){if(a!=n&&(f=dt,"/"!=a))continue}else t.fragment="",f=wt;else t.query="",f=bt;break;case dt:if(a==n||"/"==a||"\\"==a&&J(t)||!r&&("?"==a||"#"==a)){if(".."===(s=(s=v).toLowerCase())||"%2e."===s||".%2e"===s||"%2e%2e"===s?(V(t),"/"==a||"\\"==a&&J(t)||t.path.push("")):Q(v)?"/"==a||"\\"==a&&J(t)||t.path.push(""):("file"==t.scheme&&!t.path.length&&H(v)&&(t.host&&(t.host=""),v=v.charAt(0)+":"),t.path.push(v)),v="","file"==t.scheme&&(a==n||"?"==a||"#"==a))for(;t.path.length>1&&""===t.path[0];)t.path.shift();"?"==a?(t.query="",f=bt):"#"==a&&(t.fragment="",f=wt)}else v+=W(a,G);break;case mt:"?"==a?(t.query="",f=bt):"#"==a?(t.fragment="",f=wt):a!=n&&(t.path[0]+=W(a,N));break;case bt:r||"#"!=a?a!=n&&("'"==a&&J(t)?t.query+="%27":t.query+="#"==a?"%23":W(a,N)):(t.fragment="",f=wt);break;case wt:a!=n&&(t.fragment+=W(a,D))}h++}},St=function(t){var e,r,n=f(this,St,"URL"),o=arguments.length>1?arguments[1]:void 0,a=String(t),u=S(n,{type:"URL"});if(void 0!==o)if(o instanceof St)e=O(o);else if(r=xt(e={},String(o)))throw TypeError(r);if(r=xt(u,a,null,e))throw TypeError(r);var c=u.searchParams=new w,s=x(c);s.updateSearchParams(u.query),s.updateURL=function(){u.query=String(c)||null},i||(n.href=kt.call(n),n.origin=jt.call(n),n.protocol=At.call(n),n.username=Rt.call(n),n.password=Lt.call(n),n.host=Pt.call(n),n.hostname=Ut.call(n),n.port=_t.call(n),n.pathname=It.call(n),n.search=Et.call(n),n.searchParams=Tt.call(n),n.hash=qt.call(n))},Ot=St.prototype,kt=function(){var t=O(this),e=t.scheme,r=t.username,n=t.password,o=t.host,i=t.port,a=t.path,u=t.query,c=t.fragment,s=e+":";return null!==o?(s+="//",X(t)&&(s+=r+(n?":"+n:"")+"@"),s+=z(o),null!==i&&(s+=":"+i)):"file"==e&&(s+="//"),s+=t.cannotBeABaseURL?a[0]:a.length?"/"+a.join("/"):"",null!==u&&(s+="?"+u),null!==c&&(s+="#"+c),s},jt=function(){var t=O(this),e=t.scheme,r=t.port;if("blob"==e)try{return new St(e.path[0]).origin}catch(t){return"null"}return"file"!=e&&J(t)?e+"://"+z(t.host)+(null!==r?":"+r:""):"null"},At=function(){return O(this).scheme+":"},Rt=function(){return O(this).username},Lt=function(){return O(this).password},Pt=function(){var t=O(this),e=t.host,r=t.port;return null===e?"":null===r?z(e):z(e)+":"+r},Ut=function(){var t=O(this).host;return null===t?"":z(t)},_t=function(){var t=O(this).port;return null===t?"":String(t)},It=function(){var t=O(this),e=t.path;return t.cannotBeABaseURL?e[0]:e.length?"/"+e.join("/"):""},Et=function(){var t=O(this).query;return t?"?"+t:""},Tt=function(){return O(this).searchParams},qt=function(){var t=O(this).fragment;return t?"#"+t:""},Bt=function(t,e){return{get:t,set:e,configurable:!0,enumerable:!0}};if(i&&c(Ot,{href:Bt(kt,(function(t){var e=O(this),r=String(t),n=xt(e,r);if(n)throw TypeError(n);x(e.searchParams).updateSearchParams(e.query)})),origin:Bt(jt),protocol:Bt(At,(function(t){var e=O(this);xt(e,String(t)+":",tt)})),username:Bt(Rt,(function(t){var e=O(this),r=p(String(t));if(!Z(e)){e.username="";for(var n=0;n<r.length;n++)e.username+=W(r[n],Y)}})),password:Bt(Lt,(function(t){var e=O(this),r=p(String(t));if(!Z(e)){e.password="";for(var n=0;n<r.length;n++)e.password+=W(r[n],Y)}})),host:Bt(Pt,(function(t){var e=O(this);e.cannotBeABaseURL||xt(e,String(t),ft)})),hostname:Bt(Ut,(function(t){var e=O(this);e.cannotBeABaseURL||xt(e,String(t),lt)})),port:Bt(_t,(function(t){var e=O(this);Z(e)||(""==(t=String(t))?e.port=null:xt(e,t,ht))})),pathname:Bt(It,(function(t){var e=O(this);e.cannotBeABaseURL||(e.path=[],xt(e,t+"",gt))})),search:Bt(Et,(function(t){var e=O(this);""==(t=String(t))?e.query=null:("?"==t.charAt(0)&&(t=t.slice(1)),e.query="",xt(e,t,bt)),x(e.searchParams).updateSearchParams(e.query)})),searchParams:Bt(Tt),hash:Bt(qt,(function(t){var e=O(this);""!=(t=String(t))?("#"==t.charAt(0)&&(t=t.slice(1)),e.fragment="",xt(e,t,wt)):e.fragment=null}))}),s(Ot,"toJSON",(function(){return kt.call(this)}),{enumerable:!0}),s(Ot,"toString",(function(){return kt.call(this)}),{enumerable:!0}),b){var Ct=b.createObjectURL,Ft=b.revokeObjectURL;Ct&&s(St,"createObjectURL",(function(t){return Ct.apply(b,arguments)})),Ft&&s(St,"revokeObjectURL",(function(t){return Ft.apply(b,arguments)}))}g(St,"URL"),o({global:!0,forced:!a,sham:!i},{URL:St})},562:function(t,e,r){"use strict";var n=r(87),o=r(61),i=r(563),a=r(194),u=r(77),c=r(203),s=r(136);t.exports=function(t){var e,r,f,l,h,p,v=o(t),y="function"==typeof this?this:Array,g=arguments.length,d=g>1?arguments[1]:void 0,m=void 0!==d,b=s(v),w=0;if(m&&(d=n(d,g>2?arguments[2]:void 0,2)),null==b||y==Array&&a(b))for(r=new y(e=u(v.length));e>w;w++)p=m?d(v[w],w):v[w],c(r,w,p);else for(h=(l=b.call(v)).next,r=new y;!(f=h.call(l)).done;w++)p=m?i(l,d,[f.value,w],!0):f.value,c(r,w,p);return r.length=w,r}},563:function(t,e,r){var n=r(28),o=r(195);t.exports=function(t,e,r,i){try{return i?e(n(r)[0],r[1]):e(r)}catch(e){throw o(t),e}}},564:function(t,e,r){"use strict";var n=/[^\0-\u007E]/,o=/[.\u3002\uFF0E\uFF61]/g,i="Overflow: input needs wider integers to process",a=Math.floor,u=String.fromCharCode,c=function(t){return t+22+75*(t<26)},s=function(t,e,r){var n=0;for(t=r?a(t/700):t>>1,t+=a(t/e);t>455;n+=36)t=a(t/35);return a(n+36*t/(t+38))},f=function(t){var e,r,n=[],o=(t=function(t){for(var e=[],r=0,n=t.length;r<n;){var o=t.charCodeAt(r++);if(o>=55296&&o<=56319&&r<n){var i=t.charCodeAt(r++);56320==(64512&i)?e.push(((1023&o)<<10)+(1023&i)+65536):(e.push(o),r--)}else e.push(o)}return e}(t)).length,f=128,l=0,h=72;for(e=0;e<t.length;e++)(r=t[e])<128&&n.push(u(r));var p=n.length,v=p;for(p&&n.push("-");v<o;){var y=2147483647;for(e=0;e<t.length;e++)(r=t[e])>=f&&r<y&&(y=r);var g=v+1;if(y-f>a((2147483647-l)/g))throw RangeError(i);for(l+=(y-f)*g,f=y,e=0;e<t.length;e++){if((r=t[e])<f&&++l>2147483647)throw RangeError(i);if(r==f){for(var d=l,m=36;;m+=36){var b=m<=h?1:m>=h+26?26:m-h;if(d<b)break;var w=d-b,x=36-b;n.push(u(c(b+w%x))),d=a(w/x)}n.push(u(c(d))),h=s(l,g,v==p),l=0,++v}}++l,++f}return n.join("")};t.exports=function(t){var e,r,i=[],a=t.toLowerCase().replace(o,".").split(".");for(e=0;e<a.length;e++)r=a[e],i.push(n.test(r)?"xn--"+f(r):r);return i.join(".")}},565:function(t,e,r){var n=r(28),o=r(136);t.exports=function(t){var e=o(t);if("function"!=typeof e)throw TypeError(String(t)+" is not iterable");return n(e.call(t))}},566:function(t,e,r){"use strict";r(21)({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return URL.prototype.toString.call(this)}})},568:function(t,e,r){"use strict";r.r(e);r(560);function n(t){var e;if(!(e=/code|token|error/.test(window.location.hash)?window.location.hash.substring(1):location.search.substring(1)))throw console.error("No query string in OAuth 2 redirect URL"),new Error("Something went wrong, please, try again.");var r,n,o=new URLSearchParams(e),i=o.get("access_token"),a=o.get("code"),u=o.get("token_type"),c=o.get("expires_in"),s=o.get("state"),f=o.get("error"),l=o.get("error_description")||"Something went wrong, please, try again.";if(f)throw new Error(l);if(r=s,n=null==t?void 0:t.state,!Boolean(r)||!Boolean(n)||r!==n)throw new Error("Outdated OAuth2 state");if("implicit"===(null==t?void 0:t.flow)){if(!i)throw new Error('Your OAuth2 authentication service provider redirected you without an "access_token".\nPlease, try again or make sure your OAuth2 settings are correct.');if(!u)throw new Error('Your OAuth2 authentication service provider redirected you without a "token_type".\nPlease, try again or make sure your OAuth2 settings are correct.');null==t||t.successCallback({access_token:i,token_type:u,expires_in:c,auth_code:""})}if("authorizationCode"===(null==t?void 0:t.flow)){if(!a)throw new Error('Your OAuth2 authentication service provider redirected you without authorization "code".\nPlease, try again or make sure your OAuth2 settings are correct.');null==t||t.successCallback({auth_code:a,access_token:"",token_type:"bearer"})}}window.onload=function(){var t,e=null===(t=window.opener)||void 0===t?void 0:t.redirectOAuth2;try{n(e)}catch(t){null==e||e.errorCallback(t)}window.close()}},57:function(t,e,r){var n=r(106),o=r(75);t.exports=function(t){return n(o(t))}},58:function(t,e,r){var n,o,i,a=r(189),u=r(14),c=r(25),s=r(39),f=r(23),l=r(99),h=r(86),p=r(76),v=u.WeakMap;if(a||l.state){var y=l.state||(l.state=new v),g=y.get,d=y.has,m=y.set;n=function(t,e){if(d.call(y,t))throw new TypeError("Object already initialized");return e.facade=t,m.call(y,t,e),e},o=function(t){return g.call(y,t)||{}},i=function(t){return d.call(y,t)}}else{var b=h("state");p[b]=!0,n=function(t,e){if(f(t,b))throw new TypeError("Object already initialized");return e.facade=t,s(t,b,e),e},o=function(t){return f(t,b)?t[b]:{}},i=function(t){return f(t,b)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!c(e)||(r=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}}},61:function(t,e,r){var n=r(75);t.exports=function(t){return Object(n(t))}},62:function(t,e){t.exports={}},74:function(t,e,r){var n=r(31),o=r(97),i=r(56),a=r(57),u=r(85),c=r(23),s=r(130),f=Object.getOwnPropertyDescriptor;e.f=n?f:function(t,e){if(t=a(t),e=u(e,!0),s)try{return f(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},75:function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},76:function(t,e){t.exports={}},77:function(t,e,r){var n=r(101),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},78:function(t,e,r){var n,o=r(28),i=r(153),a=r(102),u=r(76),c=r(154),s=r(107),f=r(86),l=f("IE_PROTO"),h=function(){},p=function(t){return"<script>"+t+"<\/script>"},v=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;v=n?function(t){t.write(p("")),t.close();var e=t.parentWindow.Object;return t=null,e}(n):((e=s("iframe")).style.display="none",c.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(p("document.F=Object")),t.close(),t.F);for(var r=a.length;r--;)delete v.prototype[a[r]];return v()};u[l]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(h.prototype=o(t),r=new h,h.prototype=null,r[l]=t):r=v(),void 0===e?r:i(r,e)}},84:function(t,e){var r={}.toString;t.exports=function(t){return r.call(t).slice(8,-1)}},85:function(t,e,r){var n=r(25);t.exports=function(t,e){if(!n(t))return t;var r,o;if(e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;if("function"==typeof(r=t.valueOf)&&!n(o=r.call(t)))return o;if(!e&&"function"==typeof(r=t.toString)&&!n(o=r.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},86:function(t,e,r){var n=r(109),o=r(100),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},87:function(t,e,r){var n=r(88);t.exports=function(t,e,r){if(n(t),void 0===e)return t;switch(r){case 0:return function(){return t.call(e)};case 1:return function(r){return t.call(e,r)};case 2:return function(r,n){return t.call(e,r,n)};case 3:return function(r,n,o){return t.call(e,r,n,o)}}return function(){return t.apply(e,arguments)}}},88:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},97:function(t,e,r){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!n.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:n},98:function(t,e,r){var n=r(14),o=r(39);t.exports=function(t,e){try{o(n,t,e)}catch(r){n[t]=e}return e}},99:function(t,e,r){var n=r(14),o=r(98),i=n["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i}})}));
5
+ * Version: "2.7.7"
6
+ */(function(Ee,fe){typeof exports=="object"&&typeof module=="object"?module.exports=fe():typeof define=="function"&&define.amd?define([],fe):typeof exports=="object"?exports.RedoclyReferenceDocs=fe():Ee.RedoclyReferenceDocs=fe()})(this,function(){return(()=>{var Ke={13099:a=>{a.exports=function(v){if(typeof v!="function")throw TypeError(String(v)+" is not a function");return v}},96077:(a,v,e)=>{var t=e(70111);a.exports=function(n){if(!t(n)&&n!==null)throw TypeError("Can't set "+String(n)+" as a prototype");return n}},51223:(a,v,e)=>{var t=e(5112),n=e(70030),o=e(3070),s=t("unscopables"),i=Array.prototype;i[s]==null&&o.f(i,s,{configurable:!0,value:n(null)}),a.exports=function(h){i[s][h]=!0}},25787:a=>{a.exports=function(v,e,t){if(!(v instanceof e))throw TypeError("Incorrect "+(t?t+" ":"")+"invocation");return v}},19670:(a,v,e)=>{var t=e(70111);a.exports=function(n){if(!t(n))throw TypeError(String(n)+" is not an object");return n}},48457:(a,v,e)=>{"use strict";var t=e(49974),n=e(47908),o=e(53411),s=e(97659),i=e(17466),h=e(86135),l=e(71246);a.exports=function(S){var c=n(S),m=typeof this=="function"?this:Array,O=arguments.length,U=O>1?arguments[1]:void 0,N=U!==void 0,B=l(c),w=0,D,I,b,R,x,T;if(N&&(U=t(U,O>2?arguments[2]:void 0,2)),B!=null&&!(m==Array&&s(B)))for(R=B.call(c),x=R.next,I=new m;!(b=x.call(R)).done;w++)T=N?o(R,U,[b.value,w],!0):b.value,h(I,w,T);else for(D=i(c.length),I=new m(D);D>w;w++)T=N?U(c[w],w):c[w],h(I,w,T);return I.length=w,I}},41318:(a,v,e)=>{var t=e(45656),n=e(17466),o=e(51400),s=function(i){return function(h,l,p){var S=t(h),c=n(S.length),m=o(p,c),O;if(i&&l!=l){for(;c>m;)if(O=S[m++],O!=O)return!0}else for(;c>m;m++)if((i||m in S)&&S[m]===l)return i||m||0;return!i&&-1}};a.exports={includes:s(!0),indexOf:s(!1)}},53411:(a,v,e)=>{var t=e(19670),n=e(99212);a.exports=function(o,s,i,h){try{return h?s(t(i)[0],i[1]):s(i)}catch(l){throw n(o),l}}},84326:a=>{var v={}.toString;a.exports=function(e){return v.call(e).slice(8,-1)}},70648:(a,v,e)=>{var t=e(51694),n=e(84326),o=e(5112),s=o("toStringTag"),i=n(function(){return arguments}())=="Arguments",h=function(l,p){try{return l[p]}catch(S){}};a.exports=t?n:function(l){var p,S,c;return l===void 0?"Undefined":l===null?"Null":typeof(S=h(p=Object(l),s))=="string"?S:i?n(p):(c=n(p))=="Object"&&typeof p.callee=="function"?"Arguments":c}},99920:(a,v,e)=>{var t=e(86656),n=e(53887),o=e(31236),s=e(3070);a.exports=function(i,h){for(var l=n(h),p=s.f,S=o.f,c=0;c<l.length;c++){var m=l[c];t(i,m)||p(i,m,S(h,m))}}},49920:(a,v,e)=>{var t=e(47293);a.exports=!t(function(){function n(){}return n.prototype.constructor=null,Object.getPrototypeOf(new n)!==n.prototype})},24994:(a,v,e)=>{"use strict";var t=e(13383).IteratorPrototype,n=e(70030),o=e(79114),s=e(58003),i=e(97497),h=function(){return this};a.exports=function(l,p,S){var c=p+" Iterator";return l.prototype=n(t,{next:o(1,S)}),s(l,c,!1,!0),i[c]=h,l}},68880:(a,v,e)=>{var t=e(19781),n=e(3070),o=e(79114);a.exports=t?function(s,i,h){return n.f(s,i,o(1,h))}:function(s,i,h){return s[i]=h,s}},79114:a=>{a.exports=function(v,e){return{enumerable:!(v&1),configurable:!(v&2),writable:!(v&4),value:e}}},86135:(a,v,e)=>{"use strict";var t=e(57593),n=e(3070),o=e(79114);a.exports=function(s,i,h){var l=t(i);l in s?n.f(s,l,o(0,h)):s[l]=h}},70654:(a,v,e)=>{"use strict";var t=e(82109),n=e(24994),o=e(79518),s=e(27674),i=e(58003),h=e(68880),l=e(31320),p=e(5112),S=e(31913),c=e(97497),m=e(13383),O=m.IteratorPrototype,U=m.BUGGY_SAFARI_ITERATORS,N=p("iterator"),B="keys",w="values",D="entries",I=function(){return this};a.exports=function(b,R,x,T,G,W,K){n(x,R,T);var V=function(te){if(te===G&&Q)return Q;if(!U&&te in $)return $[te];switch(te){case B:return function(){return new x(this,te)};case w:return function(){return new x(this,te)};case D:return function(){return new x(this,te)}}return function(){return new x(this)}},ne=R+" Iterator",re=!1,$=b.prototype,k=$[N]||$["@@iterator"]||G&&$[G],Q=!U&&k||V(G),ae=R=="Array"&&$.entries||k,q,oe,de;if(ae&&(q=o(ae.call(new b)),O!==Object.prototype&&q.next&&(!S&&o(q)!==O&&(s?s(q,O):typeof q[N]!="function"&&h(q,N,I)),i(q,ne,!0,!0),S&&(c[ne]=I))),G==w&&k&&k.name!==w&&(re=!0,Q=function(){return k.call(this)}),(!S||K)&&$[N]!==Q&&h($,N,Q),c[R]=Q,G)if(oe={values:V(w),keys:W?Q:V(B),entries:V(D)},K)for(de in oe)(U||re||!(de in $))&&l($,de,oe[de]);else t({target:R,proto:!0,forced:U||re},oe);return oe}},19781:(a,v,e)=>{var t=e(47293);a.exports=!t(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},80317:(a,v,e)=>{var t=e(17854),n=e(70111),o=t.document,s=n(o)&&n(o.createElement);a.exports=function(i){return s?o.createElement(i):{}}},88113:(a,v,e)=>{var t=e(35005);a.exports=t("navigator","userAgent")||""},7392:(a,v,e)=>{var t=e(17854),n=e(88113),o=t.process,s=o&&o.versions,i=s&&s.v8,h,l;i?(h=i.split("."),l=h[0]<4?1:h[0]+h[1]):n&&(h=n.match(/Edge\/(\d+)/),(!h||h[1]>=74)&&(h=n.match(/Chrome\/(\d+)/),h&&(l=h[1]))),a.exports=l&&+l},80748:a=>{a.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},82109:(a,v,e)=>{var t=e(17854),n=e(31236).f,o=e(68880),s=e(31320),i=e(83505),h=e(99920),l=e(54705);a.exports=function(p,S){var c=p.target,m=p.global,O=p.stat,U,N,B,w,D,I;if(m?N=t:O?N=t[c]||i(c,{}):N=(t[c]||{}).prototype,N)for(B in S){if(D=S[B],p.noTargetGet?(I=n(N,B),w=I&&I.value):w=N[B],U=l(m?B:c+(O?".":"#")+B,p.forced),!U&&w!==void 0){if(typeof D==typeof w)continue;h(D,w)}(p.sham||w&&w.sham)&&o(D,"sham",!0),s(N,B,D,p)}}},47293:a=>{a.exports=function(v){try{return!!v()}catch(e){return!0}}},49974:(a,v,e)=>{var t=e(13099);a.exports=function(n,o,s){if(t(n),o===void 0)return n;switch(s){case 0:return function(){return n.call(o)};case 1:return function(i){return n.call(o,i)};case 2:return function(i,h){return n.call(o,i,h)};case 3:return function(i,h,l){return n.call(o,i,h,l)}}return function(){return n.apply(o,arguments)}}},35005:(a,v,e)=>{var t=e(40857),n=e(17854),o=function(s){return typeof s=="function"?s:void 0};a.exports=function(s,i){return arguments.length<2?o(t[s])||o(n[s]):t[s]&&t[s][i]||n[s]&&n[s][i]}},71246:(a,v,e)=>{var t=e(70648),n=e(97497),o=e(5112),s=o("iterator");a.exports=function(i){if(i!=null)return i[s]||i["@@iterator"]||n[t(i)]}},18554:(a,v,e)=>{var t=e(19670),n=e(71246);a.exports=function(o){var s=n(o);if(typeof s!="function")throw TypeError(String(o)+" is not iterable");return t(s.call(o))}},17854:(a,v,e)=>{var t=function(n){return n&&n.Math==Math&&n};a.exports=t(typeof globalThis=="object"&&globalThis)||t(typeof window=="object"&&window)||t(typeof self=="object"&&self)||t(typeof e.g=="object"&&e.g)||function(){return this}()||Function("return this")()},86656:(a,v,e)=>{var t=e(47908),n={}.hasOwnProperty;a.exports=Object.hasOwn||function(s,i){return n.call(t(s),i)}},3501:a=>{a.exports={}},60490:(a,v,e)=>{var t=e(35005);a.exports=t("document","documentElement")},64664:(a,v,e)=>{var t=e(19781),n=e(47293),o=e(80317);a.exports=!t&&!n(function(){return Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a!=7})},68361:(a,v,e)=>{var t=e(47293),n=e(84326),o="".split;a.exports=t(function(){return!Object("z").propertyIsEnumerable(0)})?function(s){return n(s)=="String"?o.call(s,""):Object(s)}:Object},42788:(a,v,e)=>{var t=e(5465),n=Function.toString;typeof t.inspectSource!="function"&&(t.inspectSource=function(o){return n.call(o)}),a.exports=t.inspectSource},29909:(a,v,e)=>{var t=e(68536),n=e(17854),o=e(70111),s=e(68880),i=e(86656),h=e(5465),l=e(6200),p=e(3501),S="Object already initialized",c=n.WeakMap,m,O,U,N=function(x){return U(x)?O(x):m(x,{})},B=function(x){return function(T){var G;if(!o(T)||(G=O(T)).type!==x)throw TypeError("Incompatible receiver, "+x+" required");return G}};if(t||h.state){var w=h.state||(h.state=new c),D=w.get,I=w.has,b=w.set;m=function(x,T){if(I.call(w,x))throw new TypeError(S);return T.facade=x,b.call(w,x,T),T},O=function(x){return D.call(w,x)||{}},U=function(x){return I.call(w,x)}}else{var R=l("state");p[R]=!0,m=function(x,T){if(i(x,R))throw new TypeError(S);return T.facade=x,s(x,R,T),T},O=function(x){return i(x,R)?x[R]:{}},U=function(x){return i(x,R)}}a.exports={set:m,get:O,has:U,enforce:N,getterFor:B}},97659:(a,v,e)=>{var t=e(5112),n=e(97497),o=t("iterator"),s=Array.prototype;a.exports=function(i){return i!==void 0&&(n.Array===i||s[o]===i)}},54705:(a,v,e)=>{var t=e(47293),n=/#|\.prototype\./,o=function(p,S){var c=i[s(p)];return c==l?!0:c==h?!1:typeof S=="function"?t(S):!!S},s=o.normalize=function(p){return String(p).replace(n,".").toLowerCase()},i=o.data={},h=o.NATIVE="N",l=o.POLYFILL="P";a.exports=o},70111:a=>{a.exports=function(v){return typeof v=="object"?v!==null:typeof v=="function"}},31913:a=>{a.exports=!1},99212:(a,v,e)=>{var t=e(19670);a.exports=function(n){var o=n.return;if(o!==void 0)return t(o.call(n)).value}},13383:(a,v,e)=>{"use strict";var t=e(47293),n=e(79518),o=e(68880),s=e(86656),i=e(5112),h=e(31913),l=i("iterator"),p=!1,S=function(){return this},c,m,O;[].keys&&(O=[].keys(),"next"in O?(m=n(n(O)),m!==Object.prototype&&(c=m)):p=!0);var U=c==null||t(function(){var N={};return c[l].call(N)!==N});U&&(c={}),(!h||U)&&!s(c,l)&&o(c,l,S),a.exports={IteratorPrototype:c,BUGGY_SAFARI_ITERATORS:p}},97497:a=>{a.exports={}},30133:(a,v,e)=>{var t=e(7392),n=e(47293);a.exports=!!Object.getOwnPropertySymbols&&!n(function(){var o=Symbol();return!String(o)||!(Object(o)instanceof Symbol)||!Symbol.sham&&t&&t<41})},590:(a,v,e)=>{var t=e(47293),n=e(5112),o=e(31913),s=n("iterator");a.exports=!t(function(){var i=new URL("b?a=1&b=2&c=3","http://a"),h=i.searchParams,l="";return i.pathname="c%20d",h.forEach(function(p,S){h.delete("b"),l+=S+p}),o&&!i.toJSON||!h.sort||i.href!=="http://a/c%20d?a=1&c=3"||h.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!h[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"||l!=="a1c3"||new URL("http://x",void 0).host!=="x"})},68536:(a,v,e)=>{var t=e(17854),n=e(42788),o=t.WeakMap;a.exports=typeof o=="function"&&/native code/.test(n(o))},21574:(a,v,e)=>{"use strict";var t=e(19781),n=e(47293),o=e(81956),s=e(25181),i=e(55296),h=e(47908),l=e(68361),p=Object.assign,S=Object.defineProperty;a.exports=!p||n(function(){if(t&&p({b:1},p(S({},"a",{enumerable:!0,get:function(){S(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var c={},m={},O=Symbol(),U="abcdefghijklmnopqrst";return c[O]=7,U.split("").forEach(function(N){m[N]=N}),p({},c)[O]!=7||o(p({},m)).join("")!=U})?function(m,O){for(var U=h(m),N=arguments.length,B=1,w=s.f,D=i.f;N>B;)for(var I=l(arguments[B++]),b=w?o(I).concat(w(I)):o(I),R=b.length,x=0,T;R>x;)T=b[x++],(!t||D.call(I,T))&&(U[T]=I[T]);return U}:p},70030:(a,v,e)=>{var t=e(19670),n=e(36048),o=e(80748),s=e(3501),i=e(60490),h=e(80317),l=e(6200),p=">",S="<",c="prototype",m="script",O=l("IE_PROTO"),U=function(){},N=function(b){return S+m+p+b+S+"/"+m+p},B=function(b){b.write(N("")),b.close();var R=b.parentWindow.Object;return b=null,R},w=function(){var b=h("iframe"),R="java"+m+":",x;return b.style.display="none",i.appendChild(b),b.src=String(R),x=b.contentWindow.document,x.open(),x.write(N("document.F=Object")),x.close(),x.F},D,I=function(){try{D=document.domain&&new ActiveXObject("htmlfile")}catch(R){}I=D?B(D):w();for(var b=o.length;b--;)delete I[c][o[b]];return I()};s[O]=!0,a.exports=Object.create||function(R,x){var T;return R!==null?(U[c]=t(R),T=new U,U[c]=null,T[O]=R):T=I(),x===void 0?T:n(T,x)}},36048:(a,v,e)=>{var t=e(19781),n=e(3070),o=e(19670),s=e(81956);a.exports=t?Object.defineProperties:function(h,l){o(h);for(var p=s(l),S=p.length,c=0,m;S>c;)n.f(h,m=p[c++],l[m]);return h}},3070:(a,v,e)=>{var t=e(19781),n=e(64664),o=e(19670),s=e(57593),i=Object.defineProperty;v.f=t?i:function(l,p,S){if(o(l),p=s(p,!0),o(S),n)try{return i(l,p,S)}catch(c){}if("get"in S||"set"in S)throw TypeError("Accessors not supported");return"value"in S&&(l[p]=S.value),l}},31236:(a,v,e)=>{var t=e(19781),n=e(55296),o=e(79114),s=e(45656),i=e(57593),h=e(86656),l=e(64664),p=Object.getOwnPropertyDescriptor;v.f=t?p:function(c,m){if(c=s(c),m=i(m,!0),l)try{return p(c,m)}catch(O){}if(h(c,m))return o(!n.f.call(c,m),c[m])}},8006:(a,v,e)=>{var t=e(16324),n=e(80748),o=n.concat("length","prototype");v.f=Object.getOwnPropertyNames||function(i){return t(i,o)}},25181:(a,v)=>{v.f=Object.getOwnPropertySymbols},79518:(a,v,e)=>{var t=e(86656),n=e(47908),o=e(6200),s=e(49920),i=o("IE_PROTO"),h=Object.prototype;a.exports=s?Object.getPrototypeOf:function(l){return l=n(l),t(l,i)?l[i]:typeof l.constructor=="function"&&l instanceof l.constructor?l.constructor.prototype:l instanceof Object?h:null}},16324:(a,v,e)=>{var t=e(86656),n=e(45656),o=e(41318).indexOf,s=e(3501);a.exports=function(i,h){var l=n(i),p=0,S=[],c;for(c in l)!t(s,c)&&t(l,c)&&S.push(c);for(;h.length>p;)t(l,c=h[p++])&&(~o(S,c)||S.push(c));return S}},81956:(a,v,e)=>{var t=e(16324),n=e(80748);a.exports=Object.keys||function(s){return t(s,n)}},55296:(a,v)=>{"use strict";var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,n=t&&!e.call({1:2},1);v.f=n?function(s){var i=t(this,s);return!!i&&i.enumerable}:e},27674:(a,v,e)=>{var t=e(19670),n=e(96077);a.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var o=!1,s={},i;try{i=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,i.call(s,[]),o=s instanceof Array}catch(h){}return function(l,p){return t(l),n(p),o?i.call(l,p):l.__proto__=p,l}}():void 0)},53887:(a,v,e)=>{var t=e(35005),n=e(8006),o=e(25181),s=e(19670);a.exports=t("Reflect","ownKeys")||function(h){var l=n.f(s(h)),p=o.f;return p?l.concat(p(h)):l}},40857:(a,v,e)=>{var t=e(17854);a.exports=t},12248:(a,v,e)=>{var t=e(31320);a.exports=function(n,o,s){for(var i in o)t(n,i,o[i],s);return n}},31320:(a,v,e)=>{var t=e(17854),n=e(68880),o=e(86656),s=e(83505),i=e(42788),h=e(29909),l=h.get,p=h.enforce,S=String(String).split("String");(a.exports=function(c,m,O,U){var N=U?!!U.unsafe:!1,B=U?!!U.enumerable:!1,w=U?!!U.noTargetGet:!1,D;if(typeof O=="function"&&(typeof m=="string"&&!o(O,"name")&&n(O,"name",m),D=p(O),D.source||(D.source=S.join(typeof m=="string"?m:""))),c===t){B?c[m]=O:s(m,O);return}else N?!w&&c[m]&&(B=!0):delete c[m];B?c[m]=O:n(c,m,O)})(Function.prototype,"toString",function(){return typeof this=="function"&&l(this).source||i(this)})},84488:a=>{a.exports=function(v){if(v==null)throw TypeError("Can't call method on "+v);return v}},83505:(a,v,e)=>{var t=e(17854),n=e(68880);a.exports=function(o,s){try{n(t,o,s)}catch(i){t[o]=s}return s}},58003:(a,v,e)=>{var t=e(3070).f,n=e(86656),o=e(5112),s=o("toStringTag");a.exports=function(i,h,l){i&&!n(i=l?i:i.prototype,s)&&t(i,s,{configurable:!0,value:h})}},6200:(a,v,e)=>{var t=e(72309),n=e(69711),o=t("keys");a.exports=function(s){return o[s]||(o[s]=n(s))}},5465:(a,v,e)=>{var t=e(17854),n=e(83505),o="__core-js_shared__",s=t[o]||n(o,{});a.exports=s},72309:(a,v,e)=>{var t=e(31913),n=e(5465);(a.exports=function(o,s){return n[o]||(n[o]=s!==void 0?s:{})})("versions",[]).push({version:"3.14.0",mode:t?"pure":"global",copyright:"\xA9 2021 Denis Pushkarev (zloirock.ru)"})},28710:(a,v,e)=>{var t=e(99958),n=e(84488),o=function(s){return function(i,h){var l=String(n(i)),p=t(h),S=l.length,c,m;return p<0||p>=S?s?"":void 0:(c=l.charCodeAt(p),c<55296||c>56319||p+1===S||(m=l.charCodeAt(p+1))<56320||m>57343?s?l.charAt(p):c:s?l.slice(p,p+2):(c-55296<<10)+(m-56320)+65536)}};a.exports={codeAt:o(!1),charAt:o(!0)}},33197:a=>{"use strict";var v=2147483647,e=36,t=1,n=26,o=38,s=700,i=72,h=128,l="-",p=/[^\0-\u007E]/,S=/[.\u3002\uFF0E\uFF61]/g,c="Overflow: input needs wider integers to process",m=e-t,O=Math.floor,U=String.fromCharCode,N=function(I){for(var b=[],R=0,x=I.length;R<x;){var T=I.charCodeAt(R++);if(T>=55296&&T<=56319&&R<x){var G=I.charCodeAt(R++);(G&64512)==56320?b.push(((T&1023)<<10)+(G&1023)+65536):(b.push(T),R--)}else b.push(T)}return b},B=function(I){return I+22+75*(I<26)},w=function(I,b,R){var x=0;for(I=R?O(I/s):I>>1,I+=O(I/b);I>m*n>>1;x+=e)I=O(I/m);return O(x+(m+1)*I/(I+o))},D=function(I){var b=[];I=N(I);var R=I.length,x=h,T=0,G=i,W,K;for(W=0;W<I.length;W++)K=I[W],K<128&&b.push(U(K));var V=b.length,ne=V;for(V&&b.push(l);ne<R;){var re=v;for(W=0;W<I.length;W++)K=I[W],K>=x&&K<re&&(re=K);var $=ne+1;if(re-x>O((v-T)/$))throw RangeError(c);for(T+=(re-x)*$,x=re,W=0;W<I.length;W++){if(K=I[W],K<x&&++T>v)throw RangeError(c);if(K==x){for(var k=T,Q=e;;Q+=e){var ae=Q<=G?t:Q>=G+n?n:Q-G;if(k<ae)break;var q=k-ae,oe=e-ae;b.push(U(B(ae+q%oe))),k=O(q/oe)}b.push(U(B(k))),G=w(T,$,ne==V),T=0,++ne}}++T,++x}return b.join("")};a.exports=function(I){var b=[],R=I.toLowerCase().replace(S,".").split("."),x,T;for(x=0;x<R.length;x++)T=R[x],b.push(p.test(T)?"xn--"+D(T):T);return b.join(".")}},51400:(a,v,e)=>{var t=e(99958),n=Math.max,o=Math.min;a.exports=function(s,i){var h=t(s);return h<0?n(h+i,0):o(h,i)}},45656:(a,v,e)=>{var t=e(68361),n=e(84488);a.exports=function(o){return t(n(o))}},99958:a=>{var v=Math.ceil,e=Math.floor;a.exports=function(t){return isNaN(t=+t)?0:(t>0?e:v)(t)}},17466:(a,v,e)=>{var t=e(99958),n=Math.min;a.exports=function(o){return o>0?n(t(o),9007199254740991):0}},47908:(a,v,e)=>{var t=e(84488);a.exports=function(n){return Object(t(n))}},57593:(a,v,e)=>{var t=e(70111);a.exports=function(n,o){if(!t(n))return n;var s,i;if(o&&typeof(s=n.toString)=="function"&&!t(i=s.call(n))||typeof(s=n.valueOf)=="function"&&!t(i=s.call(n))||!o&&typeof(s=n.toString)=="function"&&!t(i=s.call(n)))return i;throw TypeError("Can't convert object to primitive value")}},51694:(a,v,e)=>{var t=e(5112),n=t("toStringTag"),o={};o[n]="z",a.exports=String(o)==="[object z]"},69711:a=>{var v=0,e=Math.random();a.exports=function(t){return"Symbol("+String(t===void 0?"":t)+")_"+(++v+e).toString(36)}},43307:(a,v,e)=>{var t=e(30133);a.exports=t&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},5112:(a,v,e)=>{var t=e(17854),n=e(72309),o=e(86656),s=e(69711),i=e(30133),h=e(43307),l=n("wks"),p=t.Symbol,S=h?p:p&&p.withoutSetter||s;a.exports=function(c){return(!o(l,c)||!(i||typeof l[c]=="string"))&&(i&&o(p,c)?l[c]=p[c]:l[c]=S("Symbol."+c)),l[c]}},66992:(a,v,e)=>{"use strict";var t=e(45656),n=e(51223),o=e(97497),s=e(29909),i=e(70654),h="Array Iterator",l=s.set,p=s.getterFor(h);a.exports=i(Array,"Array",function(S,c){l(this,{type:h,target:t(S),index:0,kind:c})},function(){var S=p(this),c=S.target,m=S.kind,O=S.index++;return!c||O>=c.length?(S.target=void 0,{value:void 0,done:!0}):m=="keys"?{value:O,done:!1}:m=="values"?{value:c[O],done:!1}:{value:[O,c[O]],done:!1}},"values"),o.Arguments=o.Array,n("keys"),n("values"),n("entries")},78783:(a,v,e)=>{"use strict";var t=e(28710).charAt,n=e(29909),o=e(70654),s="String Iterator",i=n.set,h=n.getterFor(s);o(String,"String",function(l){i(this,{type:s,string:String(l),index:0})},function(){var p=h(this),S=p.string,c=p.index,m;return c>=S.length?{value:void 0,done:!0}:(m=t(S,c),p.index+=m.length,{value:m,done:!1})})},41637:(a,v,e)=>{"use strict";e(66992);var t=e(82109),n=e(35005),o=e(590),s=e(31320),i=e(12248),h=e(58003),l=e(24994),p=e(29909),S=e(25787),c=e(86656),m=e(49974),O=e(70648),U=e(19670),N=e(70111),B=e(70030),w=e(79114),D=e(18554),I=e(71246),b=e(5112),R=n("fetch"),x=n("Headers"),T=b("iterator"),G="URLSearchParams",W=G+"Iterator",K=p.set,V=p.getterFor(G),ne=p.getterFor(W),re=/\+/g,$=Array(4),k=function(F){return $[F-1]||($[F-1]=RegExp("((?:%[\\da-f]{2}){"+F+"})","gi"))},Q=function(F){try{return decodeURIComponent(F)}catch(A){return F}},ae=function(F){var A=F.replace(re," "),L=4;try{return decodeURIComponent(A)}catch(j){for(;L;)A=A.replace(k(L--),Q);return A}},q=/[!'()~]|%20/g,oe={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},de=function(F){return oe[F]},te=function(F){return encodeURIComponent(F).replace(q,de)},me=function(F,A){if(A)for(var L=A.split("&"),j=0,E,M;j<L.length;)E=L[j++],E.length&&(M=E.split("="),F.push({key:ae(M.shift()),value:ae(M.join("="))}))},_=function(F){this.entries.length=0,me(this.entries,F)},ce=function(F,A){if(F<A)throw TypeError("Not enough arguments")},Oe=l(function(A,L){K(this,{type:W,iterator:D(V(A).entries),kind:L})},"Iterator",function(){var A=ne(this),L=A.kind,j=A.iterator.next(),E=j.value;return j.done||(j.value=L==="keys"?E.key:L==="values"?E.value:[E.key,E.value]),j}),Se=function(){S(this,Se,G);var A=arguments.length>0?arguments[0]:void 0,L=this,j=[],E,M,Z,Y,ee,se,ge,Ae,xe;if(K(L,{type:G,entries:j,updateURL:function(){},updateSearchParams:_}),A!==void 0)if(N(A))if(E=I(A),typeof E=="function")for(M=E.call(A),Z=M.next;!(Y=Z.call(M)).done;){if(ee=D(U(Y.value)),se=ee.next,(ge=se.call(ee)).done||(Ae=se.call(ee)).done||!se.call(ee).done)throw TypeError("Expected sequence with length 2");j.push({key:ge.value+"",value:Ae.value+""})}else for(xe in A)c(A,xe)&&j.push({key:xe,value:A[xe]+""});else me(j,typeof A=="string"?A.charAt(0)==="?"?A.slice(1):A:A+"")},Ie=Se.prototype;i(Ie,{append:function(A,L){ce(arguments.length,2);var j=V(this);j.entries.push({key:A+"",value:L+""}),j.updateURL()},delete:function(F){ce(arguments.length,1);for(var A=V(this),L=A.entries,j=F+"",E=0;E<L.length;)L[E].key===j?L.splice(E,1):E++;A.updateURL()},get:function(A){ce(arguments.length,1);for(var L=V(this).entries,j=A+"",E=0;E<L.length;E++)if(L[E].key===j)return L[E].value;return null},getAll:function(A){ce(arguments.length,1);for(var L=V(this).entries,j=A+"",E=[],M=0;M<L.length;M++)L[M].key===j&&E.push(L[M].value);return E},has:function(A){ce(arguments.length,1);for(var L=V(this).entries,j=A+"",E=0;E<L.length;)if(L[E++].key===j)return!0;return!1},set:function(A,L){ce(arguments.length,1);for(var j=V(this),E=j.entries,M=!1,Z=A+"",Y=L+"",ee=0,se;ee<E.length;ee++)se=E[ee],se.key===Z&&(M?E.splice(ee--,1):(M=!0,se.value=Y));M||E.push({key:Z,value:Y}),j.updateURL()},sort:function(){var A=V(this),L=A.entries,j=L.slice(),E,M,Z;for(L.length=0,Z=0;Z<j.length;Z++){for(E=j[Z],M=0;M<Z;M++)if(L[M].key>E.key){L.splice(M,0,E);break}M===Z&&L.push(E)}A.updateURL()},forEach:function(A){for(var L=V(this).entries,j=m(A,arguments.length>1?arguments[1]:void 0,3),E=0,M;E<L.length;)M=L[E++],j(M.value,M.key,this)},keys:function(){return new Oe(this,"keys")},values:function(){return new Oe(this,"values")},entries:function(){return new Oe(this,"entries")}},{enumerable:!0}),s(Ie,T,Ie.entries),s(Ie,"toString",function(){for(var A=V(this).entries,L=[],j=0,E;j<A.length;)E=A[j++],L.push(te(E.key)+"="+te(E.value));return L.join("&")},{enumerable:!0}),h(Se,G),t({global:!0,forced:!o},{URLSearchParams:Se}),!o&&typeof R=="function"&&typeof x=="function"&&t({global:!0,enumerable:!0,forced:!0},{fetch:function(A){var L=[A],j,E,M;return arguments.length>1&&(j=arguments[1],N(j)&&(E=j.body,O(E)===G&&(M=j.headers?new x(j.headers):new x,M.has("content-type")||M.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),j=B(j,{body:w(0,String(E)),headers:w(0,M)}))),L.push(j)),R.apply(this,L)}}),a.exports={URLSearchParams:Se,getState:V}},60285:(a,v,e)=>{"use strict";e(78783);var t=e(82109),n=e(19781),o=e(590),s=e(17854),i=e(36048),h=e(31320),l=e(25787),p=e(86656),S=e(21574),c=e(48457),m=e(28710).codeAt,O=e(33197),U=e(58003),N=e(41637),B=e(29909),w=s.URL,D=N.URLSearchParams,I=N.getState,b=B.set,R=B.getterFor("URL"),x=Math.floor,T=Math.pow,G="Invalid authority",W="Invalid scheme",K="Invalid host",V="Invalid port",ne=/[A-Za-z]/,re=/[\d+-.A-Za-z]/,$=/\d/,k=/^(0x|0X)/,Q=/^[0-7]+$/,ae=/^\d+$/,q=/^[\dA-Fa-f]+$/,oe=/[\0\t\n\r #%/:?@[\\]]/,de=/[\0\t\n\r #/:?@[\\]]/,te=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,me=/[\t\n\r]/g,_,ce=function(r,f){var u,d,y;if(f.charAt(0)=="["){if(f.charAt(f.length-1)!="]"||(u=Se(f.slice(1,-1)),!u))return K;r.host=u}else if(Y(r)){if(f=O(f),oe.test(f)||(u=Oe(f),u===null))return K;r.host=u}else{if(de.test(f))return K;for(u="",d=c(f),y=0;y<d.length;y++)u+=M(d[y],A);r.host=u}},Oe=function(r){var f=r.split("."),u,d,y,C,P,H,z;if(f.length&&f[f.length-1]==""&&f.pop(),u=f.length,u>4)return r;for(d=[],y=0;y<u;y++){if(C=f[y],C=="")return r;if(P=10,C.length>1&&C.charAt(0)=="0"&&(P=k.test(C)?16:8,C=C.slice(P==8?1:2)),C==="")H=0;else{if(!(P==10?ae:P==8?Q:q).test(C))return r;H=parseInt(C,P)}d.push(H)}for(y=0;y<u;y++)if(H=d[y],y==u-1){if(H>=T(256,5-u))return null}else if(H>255)return null;for(z=d.pop(),y=0;y<d.length;y++)z+=d[y]*T(256,3-y);return z},Se=function(r){var f=[0,0,0,0,0,0,0,0],u=0,d=null,y=0,C,P,H,z,J,ue,g,X=function(){return r.charAt(y)};if(X()==":"){if(r.charAt(1)!=":")return;y+=2,u++,d=u}for(;X();){if(u==8)return;if(X()==":"){if(d!==null)return;y++,u++,d=u;continue}for(C=P=0;P<4&&q.test(X());)C=C*16+parseInt(X(),16),y++,P++;if(X()=="."){if(P==0||(y-=P,u>6))return;for(H=0;X();){if(z=null,H>0)if(X()=="."&&H<4)y++;else return;if(!$.test(X()))return;for(;$.test(X());){if(J=parseInt(X(),10),z===null)z=J;else{if(z==0)return;z=z*10+J}if(z>255)return;y++}f[u]=f[u]*256+z,H++,(H==2||H==4)&&u++}if(H!=4)return;break}else if(X()==":"){if(y++,!X())return}else if(X())return;f[u++]=C}if(d!==null)for(ue=u-d,u=7;u!=0&&ue>0;)g=f[u],f[u--]=f[d+ue-1],f[d+--ue]=g;else if(u!=8)return;return f},Ie=function(r){for(var f=null,u=1,d=null,y=0,C=0;C<8;C++)r[C]!==0?(y>u&&(f=d,u=y),d=null,y=0):(d===null&&(d=C),++y);return y>u&&(f=d,u=y),f},F=function(r){var f,u,d,y;if(typeof r=="number"){for(f=[],u=0;u<4;u++)f.unshift(r%256),r=x(r/256);return f.join(".")}else if(typeof r=="object"){for(f="",d=Ie(r),u=0;u<8;u++)y&&r[u]===0||(y&&(y=!1),d===u?(f+=u?":":"::",y=!0):(f+=r[u].toString(16),u<7&&(f+=":")));return"["+f+"]"}return r},A={},L=S({},A,{" ":1,'"':1,"<":1,">":1,"`":1}),j=S({},L,{"#":1,"?":1,"{":1,"}":1}),E=S({},j,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),M=function(r,f){var u=m(r,0);return u>32&&u<127&&!p(f,r)?r:encodeURIComponent(r)},Z={ftp:21,file:null,http:80,https:443,ws:80,wss:443},Y=function(r){return p(Z,r.scheme)},ee=function(r){return r.username!=""||r.password!=""},se=function(r){return!r.host||r.cannotBeABaseURL||r.scheme=="file"},ge=function(r,f){var u;return r.length==2&&ne.test(r.charAt(0))&&((u=r.charAt(1))==":"||!f&&u=="|")},Ae=function(r){var f;return r.length>1&&ge(r.slice(0,2))&&(r.length==2||(f=r.charAt(2))==="/"||f==="\\"||f==="?"||f==="#")},xe=function(r){var f=r.path,u=f.length;u&&(r.scheme!="file"||u!=1||!ge(f[0],!0))&&f.pop()},vr=function(r){return r==="."||r.toLowerCase()==="%2e"},lr=function(r){return r=r.toLowerCase(),r===".."||r==="%2e."||r===".%2e"||r==="%2e%2e"},be={},Ve={},je={},ze={},We={},Ue={},$e={},Je={},Te={},we={},Ce={},Fe={},Me={},Ne={},Xe={},Be={},Pe={},ve={},Ze={},Re={},he={},le=function(r,f,u,d){var y=u||be,C=0,P="",H=!1,z=!1,J=!1,ue,g,X,pe;for(u||(r.scheme="",r.username="",r.password="",r.host=null,r.port=null,r.path=[],r.query=null,r.fragment=null,r.cannotBeABaseURL=!1,f=f.replace(te,"")),f=f.replace(me,""),ue=c(f);C<=ue.length;){switch(g=ue[C],y){case be:if(g&&ne.test(g))P+=g.toLowerCase(),y=Ve;else{if(u)return W;y=je;continue}break;case Ve:if(g&&(re.test(g)||g=="+"||g=="-"||g=="."))P+=g.toLowerCase();else if(g==":"){if(u&&(Y(r)!=p(Z,P)||P=="file"&&(ee(r)||r.port!==null)||r.scheme=="file"&&!r.host))return;if(r.scheme=P,u){Y(r)&&Z[r.scheme]==r.port&&(r.port=null);return}P="",r.scheme=="file"?y=Ne:Y(r)&&d&&d.scheme==r.scheme?y=ze:Y(r)?y=Je:ue[C+1]=="/"?(y=We,C++):(r.cannotBeABaseURL=!0,r.path.push(""),y=Ze)}else{if(u)return W;P="",y=je,C=0;continue}break;case je:if(!d||d.cannotBeABaseURL&&g!="#")return W;if(d.cannotBeABaseURL&&g=="#"){r.scheme=d.scheme,r.path=d.path.slice(),r.query=d.query,r.fragment="",r.cannotBeABaseURL=!0,y=he;break}y=d.scheme=="file"?Ne:Ue;continue;case ze:if(g=="/"&&ue[C+1]=="/")y=Te,C++;else{y=Ue;continue}break;case We:if(g=="/"){y=we;break}else{y=ve;continue}case Ue:if(r.scheme=d.scheme,g==_)r.username=d.username,r.password=d.password,r.host=d.host,r.port=d.port,r.path=d.path.slice(),r.query=d.query;else if(g=="/"||g=="\\"&&Y(r))y=$e;else if(g=="?")r.username=d.username,r.password=d.password,r.host=d.host,r.port=d.port,r.path=d.path.slice(),r.query="",y=Re;else if(g=="#")r.username=d.username,r.password=d.password,r.host=d.host,r.port=d.port,r.path=d.path.slice(),r.query=d.query,r.fragment="",y=he;else{r.username=d.username,r.password=d.password,r.host=d.host,r.port=d.port,r.path=d.path.slice(),r.path.pop(),y=ve;continue}break;case $e:if(Y(r)&&(g=="/"||g=="\\"))y=Te;else if(g=="/")y=we;else{r.username=d.username,r.password=d.password,r.host=d.host,r.port=d.port,y=ve;continue}break;case Je:if(y=Te,g!="/"||P.charAt(C+1)!="/")continue;C++;break;case Te:if(g!="/"&&g!="\\"){y=we;continue}break;case we:if(g=="@"){H&&(P="%40"+P),H=!0,X=c(P);for(var He=0;He<X.length;He++){var fr=X[He];if(fr==":"&&!J){J=!0;continue}var cr=M(fr,E);J?r.password+=cr:r.username+=cr}P=""}else if(g==_||g=="/"||g=="?"||g=="#"||g=="\\"&&Y(r)){if(H&&P=="")return G;C-=c(P).length+1,P="",y=Ce}else P+=g;break;case Ce:case Fe:if(u&&r.scheme=="file"){y=Be;continue}else if(g==":"&&!z){if(P=="")return K;if(pe=ce(r,P),pe)return pe;if(P="",y=Me,u==Fe)return}else if(g==_||g=="/"||g=="?"||g=="#"||g=="\\"&&Y(r)){if(Y(r)&&P=="")return K;if(u&&P==""&&(ee(r)||r.port!==null))return;if(pe=ce(r,P),pe)return pe;if(P="",y=Pe,u)return;continue}else g=="["?z=!0:g=="]"&&(z=!1),P+=g;break;case Me:if($.test(g))P+=g;else if(g==_||g=="/"||g=="?"||g=="#"||g=="\\"&&Y(r)||u){if(P!=""){var Ge=parseInt(P,10);if(Ge>65535)return V;r.port=Y(r)&&Ge===Z[r.scheme]?null:Ge,P=""}if(u)return;y=Pe;continue}else return V;break;case Ne:if(r.scheme="file",g=="/"||g=="\\")y=Xe;else if(d&&d.scheme=="file")if(g==_)r.host=d.host,r.path=d.path.slice(),r.query=d.query;else if(g=="?")r.host=d.host,r.path=d.path.slice(),r.query="",y=Re;else if(g=="#")r.host=d.host,r.path=d.path.slice(),r.query=d.query,r.fragment="",y=he;else{Ae(ue.slice(C).join(""))||(r.host=d.host,r.path=d.path.slice(),xe(r)),y=ve;continue}else{y=ve;continue}break;case Xe:if(g=="/"||g=="\\"){y=Be;break}d&&d.scheme=="file"&&!Ae(ue.slice(C).join(""))&&(ge(d.path[0],!0)?r.path.push(d.path[0]):r.host=d.host),y=ve;continue;case Be:if(g==_||g=="/"||g=="\\"||g=="?"||g=="#"){if(!u&&ge(P))y=ve;else if(P==""){if(r.host="",u)return;y=Pe}else{if(pe=ce(r,P),pe)return pe;if(r.host=="localhost"&&(r.host=""),u)return;P="",y=Pe}continue}else P+=g;break;case Pe:if(Y(r)){if(y=ve,g!="/"&&g!="\\")continue}else if(!u&&g=="?")r.query="",y=Re;else if(!u&&g=="#")r.fragment="",y=he;else if(g!=_&&(y=ve,g!="/"))continue;break;case ve:if(g==_||g=="/"||g=="\\"&&Y(r)||!u&&(g=="?"||g=="#")){if(lr(P)?(xe(r),g!="/"&&!(g=="\\"&&Y(r))&&r.path.push("")):vr(P)?g!="/"&&!(g=="\\"&&Y(r))&&r.path.push(""):(r.scheme=="file"&&!r.path.length&&ge(P)&&(r.host&&(r.host=""),P=P.charAt(0)+":"),r.path.push(P)),P="",r.scheme=="file"&&(g==_||g=="?"||g=="#"))for(;r.path.length>1&&r.path[0]==="";)r.path.shift();g=="?"?(r.query="",y=Re):g=="#"&&(r.fragment="",y=he)}else P+=M(g,j);break;case Ze:g=="?"?(r.query="",y=Re):g=="#"?(r.fragment="",y=he):g!=_&&(r.path[0]+=M(g,A));break;case Re:!u&&g=="#"?(r.fragment="",y=he):g!=_&&(g=="'"&&Y(r)?r.query+="%27":g=="#"?r.query+="%23":r.query+=M(g,A));break;case he:g!=_&&(r.fragment+=M(g,L));break}C++}},ye=function(f){var u=l(this,ye,"URL"),d=arguments.length>1?arguments[1]:void 0,y=String(f),C=b(u,{type:"URL"}),P,H;if(d!==void 0){if(d instanceof ye)P=R(d);else if(H=le(P={},String(d)),H)throw TypeError(H)}if(H=le(C,y,null,P),H)throw TypeError(H);var z=C.searchParams=new D,J=I(z);J.updateSearchParams(C.query),J.updateURL=function(){C.query=String(z)||null},n||(u.href=Le.call(u),u.origin=Qe.call(u),u.protocol=ke.call(u),u.username=qe.call(u),u.password=_e.call(u),u.host=er.call(u),u.hostname=rr.call(u),u.port=tr.call(u),u.pathname=nr.call(u),u.search=ar.call(u),u.searchParams=or.call(u),u.hash=sr.call(u))},De=ye.prototype,Le=function(){var r=R(this),f=r.scheme,u=r.username,d=r.password,y=r.host,C=r.port,P=r.path,H=r.query,z=r.fragment,J=f+":";return y!==null?(J+="//",ee(r)&&(J+=u+(d?":"+d:"")+"@"),J+=F(y),C!==null&&(J+=":"+C)):f=="file"&&(J+="//"),J+=r.cannotBeABaseURL?P[0]:P.length?"/"+P.join("/"):"",H!==null&&(J+="?"+H),z!==null&&(J+="#"+z),J},Qe=function(){var r=R(this),f=r.scheme,u=r.port;if(f=="blob")try{return new ye(f.path[0]).origin}catch(d){return"null"}return f=="file"||!Y(r)?"null":f+"://"+F(r.host)+(u!==null?":"+u:"")},ke=function(){return R(this).scheme+":"},qe=function(){return R(this).username},_e=function(){return R(this).password},er=function(){var r=R(this),f=r.host,u=r.port;return f===null?"":u===null?F(f):F(f)+":"+u},rr=function(){var r=R(this).host;return r===null?"":F(r)},tr=function(){var r=R(this).port;return r===null?"":String(r)},nr=function(){var r=R(this),f=r.path;return r.cannotBeABaseURL?f[0]:f.length?"/"+f.join("/"):""},ar=function(){var r=R(this).query;return r?"?"+r:""},or=function(){return R(this).searchParams},sr=function(){var r=R(this).fragment;return r?"#"+r:""},ie=function(r,f){return{get:r,set:f,configurable:!0,enumerable:!0}};if(n&&i(De,{href:ie(Le,function(r){var f=R(this),u=String(r),d=le(f,u);if(d)throw TypeError(d);I(f.searchParams).updateSearchParams(f.query)}),origin:ie(Qe),protocol:ie(ke,function(r){var f=R(this);le(f,String(r)+":",be)}),username:ie(qe,function(r){var f=R(this),u=c(String(r));if(!se(f)){f.username="";for(var d=0;d<u.length;d++)f.username+=M(u[d],E)}}),password:ie(_e,function(r){var f=R(this),u=c(String(r));if(!se(f)){f.password="";for(var d=0;d<u.length;d++)f.password+=M(u[d],E)}}),host:ie(er,function(r){var f=R(this);f.cannotBeABaseURL||le(f,String(r),Ce)}),hostname:ie(rr,function(r){var f=R(this);f.cannotBeABaseURL||le(f,String(r),Fe)}),port:ie(tr,function(r){var f=R(this);se(f)||(r=String(r),r==""?f.port=null:le(f,r,Me))}),pathname:ie(nr,function(r){var f=R(this);f.cannotBeABaseURL||(f.path=[],le(f,r+"",Pe))}),search:ie(ar,function(r){var f=R(this);r=String(r),r==""?f.query=null:(r.charAt(0)=="?"&&(r=r.slice(1)),f.query="",le(f,r,Re)),I(f.searchParams).updateSearchParams(f.query)}),searchParams:ie(or),hash:ie(sr,function(r){var f=R(this);if(r=String(r),r==""){f.fragment=null;return}r.charAt(0)=="#"&&(r=r.slice(1)),f.fragment="",le(f,r,he)})}),h(De,"toJSON",function(){return Le.call(this)},{enumerable:!0}),h(De,"toString",function(){return Le.call(this)},{enumerable:!0}),w){var ir=w.createObjectURL,ur=w.revokeObjectURL;ir&&h(ye,"createObjectURL",function(f){return ir.apply(w,arguments)}),ur&&h(ye,"revokeObjectURL",function(f){return ur.apply(w,arguments)})}U(ye,"URL"),t({global:!0,forced:!o,sham:!n},{URL:ye})},83753:(a,v,e)=>{"use strict";var t=e(82109);t({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return URL.prototype.toString.call(this)}})},41439:(a,v,e)=>{e(60285),e(83753),e(41637);var t=e(40857);a.exports=t.URL}},Ee={};function fe(a){var v=Ee[a];if(v!==void 0)return v.exports;var e=Ee[a]={exports:{}};return Ke[a](e,e.exports,fe),e.exports}(()=>{fe.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch(a){if(typeof window=="object")return window}}()})(),(()=>{fe.r=a=>{typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(a,"__esModule",{value:!0})}})();var Ye={};return(()=>{"use strict";fe.r(Ye);var a=fe(41439);const v="Something went wrong, please, try again.";function e(o,s){return Boolean(o)&&Boolean(s)&&o===s}function t(o){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(v);const i=new URLSearchParams(s),h=i.get("access_token"),l=i.get("code"),p=i.get("token_type"),S=i.get("expires_in"),c=i.get("state"),m=i.get("error"),O=i.get("error_description")||v;if(m)throw new Error(O);if(!e(c,o==null?void 0:o.state))throw new Error("Outdated OAuth2 state");if((o==null?void 0:o.flow)==="implicit"){if(!h)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.`);o==null||o.successCallback({access_token:h,token_type:p,expires_in:S,auth_code:""})}if((o==null?void 0:o.flow)==="authorizationCode"){if(!l)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.`);o==null||o.successCallback({auth_code:l,access_token:"",token_type:"bearer"})}}function n(){var o;const s=(o=window.opener)==null?void 0:o.redirectOAuth2;try{t(s)}catch(i){s==null||s.errorCallback(i)}window.close()}window.onload=n})(),Ye})()});