@redocly/reference-docs 3.0.0-alpha.7 → 3.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli/commands/redocly-docs-cli.min.js +20 -58
- package/bin/cli/commands/redocly-docs-cli.min.js.LICENSE.txt +1 -1
- package/dist/console.redocly-reference-docs.min.js +2 -2
- package/dist/oauth2-redirect.js +1 -1
- package/dist/redocly-reference-docs.min.js +614 -445
- package/lib/components/Tabs/Tab.js +1 -1
- package/lib/components/console/CodemirrorInput.js +1 -1
- package/lib/components/pluggable/PullRight.js +1 -1
- package/lib/redoc-lib/src/common-elements/linkify.js +1 -1
- package/lib/redoc-lib/src/components/StickySidebar/StickyResponsiveSidebar.js +1 -1
- package/lib-esm/components/Tabs/Tab.js +1 -1
- package/lib-esm/components/console/CodemirrorInput.js +1 -1
- package/lib-esm/components/pluggable/PullRight.js +1 -1
- package/lib-esm/redoc-lib/src/common-elements/linkify.js +1 -1
- package/lib-esm/redoc-lib/src/components/StickySidebar/StickyResponsiveSidebar.js +1 -1
- package/package.json +3 -3
- package/lib/redoc-lib/src/components/StickySidebar/ChevronSvg.d.ts +0 -4
- package/lib/redoc-lib/src/components/StickySidebar/ChevronSvg.js +0 -2
- package/lib-esm/redoc-lib/src/components/StickySidebar/ChevronSvg.d.ts +0 -4
- package/lib-esm/redoc-lib/src/components/StickySidebar/ChevronSvg.js +0 -2
|
@@ -2,7 +2,7 @@ var mr=Math.pow;/*!
|
|
|
2
2
|
* Redocly Reference Docs
|
|
3
3
|
* (c) Copyright 2018 Redocly LLC, all rights reserved.
|
|
4
4
|
* -------------------------------------------------------------
|
|
5
|
-
* Version: "3.0.0-alpha.
|
|
5
|
+
* Version: "3.0.0-alpha.9"
|
|
6
6
|
*/(this.webpackChunkRedoclyReferenceDocs=this.webpackChunkRedoclyReferenceDocs||[]).push([[290],{66419:(h,I,a)=>{h.exports=a(27698)},77766:(h,I,a)=>{h.exports=a(8065)},72119:(h,I,a)=>{h.exports=a(57448)},20116:(h,I,a)=>{h.exports=a(11955)},94473:(h,I,a)=>{h.exports=a(61577)},78580:(h,I,a)=>{h.exports=a(33778)},2991:(h,I,a)=>{h.exports=a(61798)},3649:(h,I,a)=>{h.exports=a(82073)},92762:(h,I,a)=>{h.exports=a(2348)},59340:(h,I,a)=>{h.exports=a(8933)},51942:(h,I,a)=>{h.exports=a(63383)},26295:(h,I,a)=>{h.exports=a(86209)},86902:(h,I,a)=>{h.exports=a(23059)},93476:(h,I,a)=>{h.exports=a(27460)},52424:(h,I,a)=>{h.exports=a(72010)},53592:(h,I,a)=>{h.exports=a(27385)},78363:(h,I,a)=>{h.exports=a(81522)},19996:(h,I,a)=>{h.exports=a(32209)},30699:(h,I,a)=>{h.exports=a(44442)},28834:(h,I,a)=>{h.exports=a(57152)},95683:(h,I,a)=>{h.exports=a(69447)},95238:(h,I,a)=>{h.exports=a(81493)},189:(h,I,a)=>{h.exports=a(76094)},32752:(h,I,a)=>{h.exports=a(70573)},44341:(h,I,a)=>{h.exports=a(73685)},58377:(h,I,a)=>{h.exports=a(27533)},13038:(h,I,a)=>{h.exports=a(39057)},63263:(h,I,a)=>{h.exports=a(84710)},24889:(h,I,a)=>{h.exports=a(74303)},89356:(h,I,a)=>{h.exports=a(93799)},79542:(h,I,a)=>{h.exports=a(55122)},69798:(h,I,a)=>{h.exports=a(29531)},13535:(h,I,a)=>{h.exports=a(10856)},83863:(h,I,a)=>{h.exports=a(31524)},51446:(h,I,a)=>{h.exports=a(86600)},23882:(h,I,a)=>{h.exports=a(9759)},63109:(h,I,a)=>{h.exports=a(35666)},79742:(h,I)=>{"use strict";I.byteLength=g,I.toByteArray=D,I.fromByteArray=q;for(var a=[],c=[],v=typeof Uint8Array!="undefined"?Uint8Array:Array,x="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d=0,b=x.length;d<b;++d)a[d]=x[d],c[x.charCodeAt(d)]=d;c["-".charCodeAt(0)]=62,c["_".charCodeAt(0)]=63;function S(W){var M=W.length;if(M%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var X=W.indexOf("=");X===-1&&(X=M);var R=X===M?0:4-X%4;return[X,R]}function g(W){var M=S(W),X=M[0],R=M[1];return(X+R)*3/4-R}function L(W,M,X){return(M+X)*3/4-X}function D(W){var M,X=S(W),R=X[0],C=X[1],V=new v(L(W,R,C)),J=0,_=C>0?R-4:R,Q;for(Q=0;Q<_;Q+=4)M=c[W.charCodeAt(Q)]<<18|c[W.charCodeAt(Q+1)]<<12|c[W.charCodeAt(Q+2)]<<6|c[W.charCodeAt(Q+3)],V[J++]=M>>16&255,V[J++]=M>>8&255,V[J++]=M&255;return C===2&&(M=c[W.charCodeAt(Q)]<<2|c[W.charCodeAt(Q+1)]>>4,V[J++]=M&255),C===1&&(M=c[W.charCodeAt(Q)]<<10|c[W.charCodeAt(Q+1)]<<4|c[W.charCodeAt(Q+2)]>>2,V[J++]=M>>8&255,V[J++]=M&255),V}function B(W){return a[W>>18&63]+a[W>>12&63]+a[W>>6&63]+a[W&63]}function j(W,M,X){for(var R,C=[],V=M;V<X;V+=3)R=(W[V]<<16&16711680)+(W[V+1]<<8&65280)+(W[V+2]&255),C.push(B(R));return C.join("")}function q(W){for(var M,X=W.length,R=X%3,C=[],V=16383,J=0,_=X-R;J<_;J+=V)C.push(j(W,J,J+V>_?_:J+V));return R===1?(M=W[X-1],C.push(a[M>>2]+a[M<<4&63]+"==")):R===2&&(M=(W[X-2]<<8)+W[X-1],C.push(a[M>>10]+a[M>>4&63]+a[M<<2&63]+"=")),C.join("")}},50706:(h,I,a)=>{var c=a(48764).Buffer;(function(){"use strict";function v(x){var d;return x instanceof c?d=x:d=c.from(x.toString(),"binary"),d.toString("base64")}h.exports=v})()},48764:(h,I,a)=>{"use strict";/*!
|
|
7
7
|
* The buffer module from node.js, for the browser.
|
|
8
8
|
*
|
|
@@ -357,7 +357,7 @@ $3`);return r.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}}function Og(t){return t.i
|
|
|
357
357
|
`)>-1){const Ae=G.getLine(G.getCursor().line).search(/(\S|$)/);ye=ye.replace(/\n/g,`
|
|
358
358
|
`+w(Ae))}G.replaceSelection(ye);const ge=G.getSearchCursor(se,ne.from);ge.findNext()&&(G.setCursor(ge.from()),ge.replace(""))}})):[];return/(property|string)/.test(s.type||"")&&(E=E.filter(F=>F.filter.replace(/(^"|"$)/g,"").startsWith(s.string.replace(/(^"|"$)/g,"")))),{from:ls.Pos(o.line,s.start),to:ls.Pos(o.line,o.ch),list:E}}));var qg=Object.defineProperty,ey=(t,r,i)=>r in t?qg(t,r,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[r]=i,Rl=(t,r,i)=>(ey(t,typeof r!="symbol"?r+"":r,i),i);const ty=Tt.createGlobalStyle`
|
|
359
359
|
.cm-s-material.CodeMirror {
|
|
360
|
-
background-color: var(--samples-
|
|
360
|
+
background-color: var(--panel-samples-controls-background-color)!important;
|
|
361
361
|
color: var(--text-color-inverse)!important;
|
|
362
362
|
font-family: var(--code-font-family);
|
|
363
363
|
line-height: 18px;
|
package/dist/oauth2-redirect.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Redocly Reference Docs
|
|
3
3
|
* (c) Copyright 2018 Redocly LLC, all rights reserved.
|
|
4
4
|
* -------------------------------------------------------------
|
|
5
|
-
* Version: "3.0.0-alpha.
|
|
5
|
+
* Version: "3.0.0-alpha.9"
|
|
6
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(l){if(typeof l!="function")throw TypeError(String(l)+" is not a function");return l}},96077:(a,l,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,l,e)=>{var t=e(5112),n=e(70030),s=e(3070),o=t("unscopables"),i=Array.prototype;i[o]==null&&s.f(i,o,{configurable:!0,value:n(null)}),a.exports=function(c){i[o][c]=!0}},25787:a=>{a.exports=function(l,e,t){if(!(l instanceof e))throw TypeError("Incorrect "+(t?t+" ":"")+"invocation");return l}},19670:(a,l,e)=>{var t=e(70111);a.exports=function(n){if(!t(n))throw TypeError(String(n)+" is not an object");return n}},48457:(a,l,e)=>{"use strict";var t=e(49974),n=e(47908),s=e(53411),o=e(97659),i=e(17466),c=e(86135),h=e(71246);a.exports=function(m){var v=n(m),S=typeof this=="function"?this:Array,O=arguments.length,b=O>1?arguments[1]:void 0,N=b!==void 0,B=h(v),w=0,D,I,j,R,x,T;if(N&&(b=t(b,O>2?arguments[2]:void 0,2)),B!=null&&!(S==Array&&o(B)))for(R=B.call(v),x=R.next,I=new S;!(j=x.call(R)).done;w++)T=N?s(R,b,[j.value,w],!0):j.value,c(I,w,T);else for(D=i(v.length),I=new S(D);D>w;w++)T=N?b(v[w],w):v[w],c(I,w,T);return I.length=w,I}},41318:(a,l,e)=>{var t=e(45656),n=e(17466),s=e(51400),o=function(i){return function(c,h,p){var m=t(c),v=n(m.length),S=s(p,v),O;if(i&&h!=h){for(;v>S;)if(O=m[S++],O!=O)return!0}else for(;v>S;S++)if((i||S in m)&&m[S]===h)return i||S||0;return!i&&-1}};a.exports={includes:o(!0),indexOf:o(!1)}},53411:(a,l,e)=>{var t=e(19670),n=e(99212);a.exports=function(s,o,i,c){try{return c?o(t(i)[0],i[1]):o(i)}catch(h){throw n(s),h}}},84326:a=>{var l={}.toString;a.exports=function(e){return l.call(e).slice(8,-1)}},70648:(a,l,e)=>{var t=e(51694),n=e(84326),s=e(5112),o=s("toStringTag"),i=n(function(){return arguments}())=="Arguments",c=function(h,p){try{return h[p]}catch(m){}};a.exports=t?n:function(h){var p,m,v;return h===void 0?"Undefined":h===null?"Null":typeof(m=c(p=Object(h),o))=="string"?m:i?n(p):(v=n(p))=="Object"&&typeof p.callee=="function"?"Arguments":v}},99920:(a,l,e)=>{var t=e(86656),n=e(53887),s=e(31236),o=e(3070);a.exports=function(i,c){for(var h=n(c),p=o.f,m=s.f,v=0;v<h.length;v++){var S=h[v];t(i,S)||p(i,S,m(c,S))}}},49920:(a,l,e)=>{var t=e(47293);a.exports=!t(function(){function n(){}return n.prototype.constructor=null,Object.getPrototypeOf(new n)!==n.prototype})},24994:(a,l,e)=>{"use strict";var t=e(13383).IteratorPrototype,n=e(70030),s=e(79114),o=e(58003),i=e(97497),c=function(){return this};a.exports=function(h,p,m){var v=p+" Iterator";return h.prototype=n(t,{next:s(1,m)}),o(h,v,!1,!0),i[v]=c,h}},68880:(a,l,e)=>{var t=e(19781),n=e(3070),s=e(79114);a.exports=t?function(o,i,c){return n.f(o,i,s(1,c))}:function(o,i,c){return o[i]=c,o}},79114:a=>{a.exports=function(l,e){return{enumerable:!(l&1),configurable:!(l&2),writable:!(l&4),value:e}}},86135:(a,l,e)=>{"use strict";var t=e(57593),n=e(3070),s=e(79114);a.exports=function(o,i,c){var h=t(i);h in o?n.f(o,h,s(0,c)):o[h]=c}},70654:(a,l,e)=>{"use strict";var t=e(82109),n=e(24994),s=e(79518),o=e(27674),i=e(58003),c=e(68880),h=e(31320),p=e(5112),m=e(31913),v=e(97497),S=e(13383),O=S.IteratorPrototype,b=S.BUGGY_SAFARI_ITERATORS,N=p("iterator"),B="keys",w="values",D="entries",I=function(){return this};a.exports=function(j,R,x,T,G,W,K){n(x,R,T);var V=function(te){if(te===G&&Q)return Q;if(!b&&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,$=j.prototype,k=$[N]||$["@@iterator"]||G&&$[G],Q=!b&&k||V(G),ae=R=="Array"&&$.entries||k,q,oe,de;if(ae&&(q=s(ae.call(new j)),O!==Object.prototype&&q.next&&(!m&&s(q)!==O&&(o?o(q,O):typeof q[N]!="function"&&c(q,N,I)),i(q,ne,!0,!0),m&&(v[ne]=I))),G==w&&k&&k.name!==w&&(re=!0,Q=function(){return k.call(this)}),(!m||K)&&$[N]!==Q&&c($,N,Q),v[R]=Q,G)if(oe={values:V(w),keys:W?Q:V(B),entries:V(D)},K)for(de in oe)(b||re||!(de in $))&&h($,de,oe[de]);else t({target:R,proto:!0,forced:b||re},oe);return oe}},19781:(a,l,e)=>{var t=e(47293);a.exports=!t(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},80317:(a,l,e)=>{var t=e(17854),n=e(70111),s=t.document,o=n(s)&&n(s.createElement);a.exports=function(i){return o?s.createElement(i):{}}},88113:(a,l,e)=>{var t=e(35005);a.exports=t("navigator","userAgent")||""},7392:(a,l,e)=>{var t=e(17854),n=e(88113),s=t.process,o=s&&s.versions,i=o&&o.v8,c,h;i?(c=i.split("."),h=c[0]<4?1:c[0]+c[1]):n&&(c=n.match(/Edge\/(\d+)/),(!c||c[1]>=74)&&(c=n.match(/Chrome\/(\d+)/),c&&(h=c[1]))),a.exports=h&&+h},80748:a=>{a.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},82109:(a,l,e)=>{var t=e(17854),n=e(31236).f,s=e(68880),o=e(31320),i=e(83505),c=e(99920),h=e(54705);a.exports=function(p,m){var v=p.target,S=p.global,O=p.stat,b,N,B,w,D,I;if(S?N=t:O?N=t[v]||i(v,{}):N=(t[v]||{}).prototype,N)for(B in m){if(D=m[B],p.noTargetGet?(I=n(N,B),w=I&&I.value):w=N[B],b=h(S?B:v+(O?".":"#")+B,p.forced),!b&&w!==void 0){if(typeof D==typeof w)continue;c(D,w)}(p.sham||w&&w.sham)&&s(D,"sham",!0),o(N,B,D,p)}}},47293:a=>{a.exports=function(l){try{return!!l()}catch(e){return!0}}},49974:(a,l,e)=>{var t=e(13099);a.exports=function(n,s,o){if(t(n),s===void 0)return n;switch(o){case 0:return function(){return n.call(s)};case 1:return function(i){return n.call(s,i)};case 2:return function(i,c){return n.call(s,i,c)};case 3:return function(i,c,h){return n.call(s,i,c,h)}}return function(){return n.apply(s,arguments)}}},35005:(a,l,e)=>{var t=e(40857),n=e(17854),s=function(o){return typeof o=="function"?o:void 0};a.exports=function(o,i){return arguments.length<2?s(t[o])||s(n[o]):t[o]&&t[o][i]||n[o]&&n[o][i]}},71246:(a,l,e)=>{var t=e(70648),n=e(97497),s=e(5112),o=s("iterator");a.exports=function(i){if(i!=null)return i[o]||i["@@iterator"]||n[t(i)]}},18554:(a,l,e)=>{var t=e(19670),n=e(71246);a.exports=function(s){var o=n(s);if(typeof o!="function")throw TypeError(String(s)+" is not iterable");return t(o.call(s))}},17854:(a,l,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,l,e)=>{var t=e(47908),n={}.hasOwnProperty;a.exports=Object.hasOwn||function(o,i){return n.call(t(o),i)}},3501:a=>{a.exports={}},60490:(a,l,e)=>{var t=e(35005);a.exports=t("document","documentElement")},64664:(a,l,e)=>{var t=e(19781),n=e(47293),s=e(80317);a.exports=!t&&!n(function(){return Object.defineProperty(s("div"),"a",{get:function(){return 7}}).a!=7})},68361:(a,l,e)=>{var t=e(47293),n=e(84326),s="".split;a.exports=t(function(){return!Object("z").propertyIsEnumerable(0)})?function(o){return n(o)=="String"?s.call(o,""):Object(o)}:Object},42788:(a,l,e)=>{var t=e(5465),n=Function.toString;typeof t.inspectSource!="function"&&(t.inspectSource=function(s){return n.call(s)}),a.exports=t.inspectSource},29909:(a,l,e)=>{var t=e(68536),n=e(17854),s=e(70111),o=e(68880),i=e(86656),c=e(5465),h=e(6200),p=e(3501),m="Object already initialized",v=n.WeakMap,S,O,b,N=function(x){return b(x)?O(x):S(x,{})},B=function(x){return function(T){var G;if(!s(T)||(G=O(T)).type!==x)throw TypeError("Incompatible receiver, "+x+" required");return G}};if(t||c.state){var w=c.state||(c.state=new v),D=w.get,I=w.has,j=w.set;S=function(x,T){if(I.call(w,x))throw new TypeError(m);return T.facade=x,j.call(w,x,T),T},O=function(x){return D.call(w,x)||{}},b=function(x){return I.call(w,x)}}else{var R=h("state");p[R]=!0,S=function(x,T){if(i(x,R))throw new TypeError(m);return T.facade=x,o(x,R,T),T},O=function(x){return i(x,R)?x[R]:{}},b=function(x){return i(x,R)}}a.exports={set:S,get:O,has:b,enforce:N,getterFor:B}},97659:(a,l,e)=>{var t=e(5112),n=e(97497),s=t("iterator"),o=Array.prototype;a.exports=function(i){return i!==void 0&&(n.Array===i||o[s]===i)}},54705:(a,l,e)=>{var t=e(47293),n=/#|\.prototype\./,s=function(p,m){var v=i[o(p)];return v==h?!0:v==c?!1:typeof m=="function"?t(m):!!m},o=s.normalize=function(p){return String(p).replace(n,".").toLowerCase()},i=s.data={},c=s.NATIVE="N",h=s.POLYFILL="P";a.exports=s},70111:a=>{a.exports=function(l){return typeof l=="object"?l!==null:typeof l=="function"}},31913:a=>{a.exports=!1},99212:(a,l,e)=>{var t=e(19670);a.exports=function(n){var s=n.return;if(s!==void 0)return t(s.call(n)).value}},13383:(a,l,e)=>{"use strict";var t=e(47293),n=e(79518),s=e(68880),o=e(86656),i=e(5112),c=e(31913),h=i("iterator"),p=!1,m=function(){return this},v,S,O;[].keys&&(O=[].keys(),"next"in O?(S=n(n(O)),S!==Object.prototype&&(v=S)):p=!0);var b=v==null||t(function(){var N={};return v[h].call(N)!==N});b&&(v={}),(!c||b)&&!o(v,h)&&s(v,h,m),a.exports={IteratorPrototype:v,BUGGY_SAFARI_ITERATORS:p}},97497:a=>{a.exports={}},30133:(a,l,e)=>{var t=e(7392),n=e(47293);a.exports=!!Object.getOwnPropertySymbols&&!n(function(){var s=Symbol();return!String(s)||!(Object(s)instanceof Symbol)||!Symbol.sham&&t&&t<41})},590:(a,l,e)=>{var t=e(47293),n=e(5112),s=e(31913),o=n("iterator");a.exports=!t(function(){var i=new URL("b?a=1&b=2&c=3","http://a"),c=i.searchParams,h="";return i.pathname="c%20d",c.forEach(function(p,m){c.delete("b"),h+=m+p}),s&&!i.toJSON||!c.sort||i.href!=="http://a/c%20d?a=1&c=3"||c.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!c[o]||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"||h!=="a1c3"||new URL("http://x",void 0).host!=="x"})},68536:(a,l,e)=>{var t=e(17854),n=e(42788),s=t.WeakMap;a.exports=typeof s=="function"&&/native code/.test(n(s))},21574:(a,l,e)=>{"use strict";var t=e(19781),n=e(47293),s=e(81956),o=e(25181),i=e(55296),c=e(47908),h=e(68361),p=Object.assign,m=Object.defineProperty;a.exports=!p||n(function(){if(t&&p({b:1},p(m({},"a",{enumerable:!0,get:function(){m(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var v={},S={},O=Symbol(),b="abcdefghijklmnopqrst";return v[O]=7,b.split("").forEach(function(N){S[N]=N}),p({},v)[O]!=7||s(p({},S)).join("")!=b})?function(S,O){for(var b=c(S),N=arguments.length,B=1,w=o.f,D=i.f;N>B;)for(var I=h(arguments[B++]),j=w?s(I).concat(w(I)):s(I),R=j.length,x=0,T;R>x;)T=j[x++],(!t||D.call(I,T))&&(b[T]=I[T]);return b}:p},70030:(a,l,e)=>{var t=e(19670),n=e(36048),s=e(80748),o=e(3501),i=e(60490),c=e(80317),h=e(6200),p=">",m="<",v="prototype",S="script",O=h("IE_PROTO"),b=function(){},N=function(j){return m+S+p+j+m+"/"+S+p},B=function(j){j.write(N("")),j.close();var R=j.parentWindow.Object;return j=null,R},w=function(){var j=c("iframe"),R="java"+S+":",x;return j.style.display="none",i.appendChild(j),j.src=String(R),x=j.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 j=s.length;j--;)delete I[v][s[j]];return I()};o[O]=!0,a.exports=Object.create||function(R,x){var T;return R!==null?(b[v]=t(R),T=new b,b[v]=null,T[O]=R):T=I(),x===void 0?T:n(T,x)}},36048:(a,l,e)=>{var t=e(19781),n=e(3070),s=e(19670),o=e(81956);a.exports=t?Object.defineProperties:function(c,h){s(c);for(var p=o(h),m=p.length,v=0,S;m>v;)n.f(c,S=p[v++],h[S]);return c}},3070:(a,l,e)=>{var t=e(19781),n=e(64664),s=e(19670),o=e(57593),i=Object.defineProperty;l.f=t?i:function(h,p,m){if(s(h),p=o(p,!0),s(m),n)try{return i(h,p,m)}catch(v){}if("get"in m||"set"in m)throw TypeError("Accessors not supported");return"value"in m&&(h[p]=m.value),h}},31236:(a,l,e)=>{var t=e(19781),n=e(55296),s=e(79114),o=e(45656),i=e(57593),c=e(86656),h=e(64664),p=Object.getOwnPropertyDescriptor;l.f=t?p:function(v,S){if(v=o(v),S=i(S,!0),h)try{return p(v,S)}catch(O){}if(c(v,S))return s(!n.f.call(v,S),v[S])}},8006:(a,l,e)=>{var t=e(16324),n=e(80748),s=n.concat("length","prototype");l.f=Object.getOwnPropertyNames||function(i){return t(i,s)}},25181:(a,l)=>{l.f=Object.getOwnPropertySymbols},79518:(a,l,e)=>{var t=e(86656),n=e(47908),s=e(6200),o=e(49920),i=s("IE_PROTO"),c=Object.prototype;a.exports=o?Object.getPrototypeOf:function(h){return h=n(h),t(h,i)?h[i]:typeof h.constructor=="function"&&h instanceof h.constructor?h.constructor.prototype:h instanceof Object?c:null}},16324:(a,l,e)=>{var t=e(86656),n=e(45656),s=e(41318).indexOf,o=e(3501);a.exports=function(i,c){var h=n(i),p=0,m=[],v;for(v in h)!t(o,v)&&t(h,v)&&m.push(v);for(;c.length>p;)t(h,v=c[p++])&&(~s(m,v)||m.push(v));return m}},81956:(a,l,e)=>{var t=e(16324),n=e(80748);a.exports=Object.keys||function(o){return t(o,n)}},55296:(a,l)=>{"use strict";var e={}.propertyIsEnumerable,t=Object.getOwnPropertyDescriptor,n=t&&!e.call({1:2},1);l.f=n?function(o){var i=t(this,o);return!!i&&i.enumerable}:e},27674:(a,l,e)=>{var t=e(19670),n=e(96077);a.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var s=!1,o={},i;try{i=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,i.call(o,[]),s=o instanceof Array}catch(c){}return function(h,p){return t(h),n(p),s?i.call(h,p):h.__proto__=p,h}}():void 0)},53887:(a,l,e)=>{var t=e(35005),n=e(8006),s=e(25181),o=e(19670);a.exports=t("Reflect","ownKeys")||function(c){var h=n.f(o(c)),p=s.f;return p?h.concat(p(c)):h}},40857:(a,l,e)=>{var t=e(17854);a.exports=t},12248:(a,l,e)=>{var t=e(31320);a.exports=function(n,s,o){for(var i in s)t(n,i,s[i],o);return n}},31320:(a,l,e)=>{var t=e(17854),n=e(68880),s=e(86656),o=e(83505),i=e(42788),c=e(29909),h=c.get,p=c.enforce,m=String(String).split("String");(a.exports=function(v,S,O,b){var N=b?!!b.unsafe:!1,B=b?!!b.enumerable:!1,w=b?!!b.noTargetGet:!1,D;if(typeof O=="function"&&(typeof S=="string"&&!s(O,"name")&&n(O,"name",S),D=p(O),D.source||(D.source=m.join(typeof S=="string"?S:""))),v===t){B?v[S]=O:o(S,O);return}else N?!w&&v[S]&&(B=!0):delete v[S];B?v[S]=O:n(v,S,O)})(Function.prototype,"toString",function(){return typeof this=="function"&&h(this).source||i(this)})},84488:a=>{a.exports=function(l){if(l==null)throw TypeError("Can't call method on "+l);return l}},83505:(a,l,e)=>{var t=e(17854),n=e(68880);a.exports=function(s,o){try{n(t,s,o)}catch(i){t[s]=o}return o}},58003:(a,l,e)=>{var t=e(3070).f,n=e(86656),s=e(5112),o=s("toStringTag");a.exports=function(i,c,h){i&&!n(i=h?i:i.prototype,o)&&t(i,o,{configurable:!0,value:c})}},6200:(a,l,e)=>{var t=e(72309),n=e(69711),s=t("keys");a.exports=function(o){return s[o]||(s[o]=n(o))}},5465:(a,l,e)=>{var t=e(17854),n=e(83505),s="__core-js_shared__",o=t[s]||n(s,{});a.exports=o},72309:(a,l,e)=>{var t=e(31913),n=e(5465);(a.exports=function(s,o){return n[s]||(n[s]=o!==void 0?o:{})})("versions",[]).push({version:"3.14.0",mode:t?"pure":"global",copyright:"\xA9 2021 Denis Pushkarev (zloirock.ru)"})},28710:(a,l,e)=>{var t=e(99958),n=e(84488),s=function(o){return function(i,c){var h=String(n(i)),p=t(c),m=h.length,v,S;return p<0||p>=m?o?"":void 0:(v=h.charCodeAt(p),v<55296||v>56319||p+1===m||(S=h.charCodeAt(p+1))<56320||S>57343?o?h.charAt(p):v:o?h.slice(p,p+2):(v-55296<<10)+(S-56320)+65536)}};a.exports={codeAt:s(!1),charAt:s(!0)}},33197:a=>{"use strict";var l=2147483647,e=36,t=1,n=26,s=38,o=700,i=72,c=128,h="-",p=/[^\0-\u007E]/,m=/[.\u3002\uFF0E\uFF61]/g,v="Overflow: input needs wider integers to process",S=e-t,O=Math.floor,b=String.fromCharCode,N=function(I){for(var j=[],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?j.push(((T&1023)<<10)+(G&1023)+65536):(j.push(T),R--)}else j.push(T)}return j},B=function(I){return I+22+75*(I<26)},w=function(I,j,R){var x=0;for(I=R?O(I/o):I>>1,I+=O(I/j);I>S*n>>1;x+=e)I=O(I/S);return O(x+(S+1)*I/(I+s))},D=function(I){var j=[];I=N(I);var R=I.length,x=c,T=0,G=i,W,K;for(W=0;W<I.length;W++)K=I[W],K<128&&j.push(b(K));var V=j.length,ne=V;for(V&&j.push(h);ne<R;){var re=l;for(W=0;W<I.length;W++)K=I[W],K>=x&&K<re&&(re=K);var $=ne+1;if(re-x>O((l-T)/$))throw RangeError(v);for(T+=(re-x)*$,x=re,W=0;W<I.length;W++){if(K=I[W],K<x&&++T>l)throw RangeError(v);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;j.push(b(B(ae+q%oe))),k=O(q/oe)}j.push(b(B(k))),G=w(T,$,ne==V),T=0,++ne}}++T,++x}return j.join("")};a.exports=function(I){var j=[],R=I.toLowerCase().replace(m,".").split("."),x,T;for(x=0;x<R.length;x++)T=R[x],j.push(p.test(T)?"xn--"+D(T):T);return j.join(".")}},51400:(a,l,e)=>{var t=e(99958),n=Math.max,s=Math.min;a.exports=function(o,i){var c=t(o);return c<0?n(c+i,0):s(c,i)}},45656:(a,l,e)=>{var t=e(68361),n=e(84488);a.exports=function(s){return t(n(s))}},99958:a=>{var l=Math.ceil,e=Math.floor;a.exports=function(t){return isNaN(t=+t)?0:(t>0?e:l)(t)}},17466:(a,l,e)=>{var t=e(99958),n=Math.min;a.exports=function(s){return s>0?n(t(s),9007199254740991):0}},47908:(a,l,e)=>{var t=e(84488);a.exports=function(n){return Object(t(n))}},57593:(a,l,e)=>{var t=e(70111);a.exports=function(n,s){if(!t(n))return n;var o,i;if(s&&typeof(o=n.toString)=="function"&&!t(i=o.call(n))||typeof(o=n.valueOf)=="function"&&!t(i=o.call(n))||!s&&typeof(o=n.toString)=="function"&&!t(i=o.call(n)))return i;throw TypeError("Can't convert object to primitive value")}},51694:(a,l,e)=>{var t=e(5112),n=t("toStringTag"),s={};s[n]="z",a.exports=String(s)==="[object z]"},69711:a=>{var l=0,e=Math.random();a.exports=function(t){return"Symbol("+String(t===void 0?"":t)+")_"+(++l+e).toString(36)}},43307:(a,l,e)=>{var t=e(30133);a.exports=t&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},5112:(a,l,e)=>{var t=e(17854),n=e(72309),s=e(86656),o=e(69711),i=e(30133),c=e(43307),h=n("wks"),p=t.Symbol,m=c?p:p&&p.withoutSetter||o;a.exports=function(v){return(!s(h,v)||!(i||typeof h[v]=="string"))&&(i&&s(p,v)?h[v]=p[v]:h[v]=m("Symbol."+v)),h[v]}},66992:(a,l,e)=>{"use strict";var t=e(45656),n=e(51223),s=e(97497),o=e(29909),i=e(70654),c="Array Iterator",h=o.set,p=o.getterFor(c);a.exports=i(Array,"Array",function(m,v){h(this,{type:c,target:t(m),index:0,kind:v})},function(){var m=p(this),v=m.target,S=m.kind,O=m.index++;return!v||O>=v.length?(m.target=void 0,{value:void 0,done:!0}):S=="keys"?{value:O,done:!1}:S=="values"?{value:v[O],done:!1}:{value:[O,v[O]],done:!1}},"values"),s.Arguments=s.Array,n("keys"),n("values"),n("entries")},78783:(a,l,e)=>{"use strict";var t=e(28710).charAt,n=e(29909),s=e(70654),o="String Iterator",i=n.set,c=n.getterFor(o);s(String,"String",function(h){i(this,{type:o,string:String(h),index:0})},function(){var p=c(this),m=p.string,v=p.index,S;return v>=m.length?{value:void 0,done:!0}:(S=t(m,v),p.index+=S.length,{value:S,done:!1})})},41637:(a,l,e)=>{"use strict";e(66992);var t=e(82109),n=e(35005),s=e(590),o=e(31320),i=e(12248),c=e(58003),h=e(24994),p=e(29909),m=e(25787),v=e(86656),S=e(49974),O=e(70648),b=e(19670),N=e(70111),B=e(70030),w=e(79114),D=e(18554),I=e(71246),j=e(5112),R=n("fetch"),x=n("Headers"),T=j("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(U){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("&"),U=0,E,M;U<L.length;)E=L[U++],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=h(function(A,L){K(this,{type:W,iterator:D(V(A).entries),kind:L})},"Iterator",function(){var A=ne(this),L=A.kind,U=A.iterator.next(),E=U.value;return U.done||(U.value=L==="keys"?E.key:L==="values"?E.value:[E.key,E.value]),U}),Se=function(){m(this,Se,G);var A=arguments.length>0?arguments[0]:void 0,L=this,U=[],E,M,Z,Y,ee,se,ge,Ae,xe;if(K(L,{type:G,entries:U,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(b(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");U.push({key:ge.value+"",value:Ae.value+""})}else for(xe in A)v(A,xe)&&U.push({key:xe,value:A[xe]+""});else me(U,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 U=V(this);U.entries.push({key:A+"",value:L+""}),U.updateURL()},delete:function(F){ce(arguments.length,1);for(var A=V(this),L=A.entries,U=F+"",E=0;E<L.length;)L[E].key===U?L.splice(E,1):E++;A.updateURL()},get:function(A){ce(arguments.length,1);for(var L=V(this).entries,U=A+"",E=0;E<L.length;E++)if(L[E].key===U)return L[E].value;return null},getAll:function(A){ce(arguments.length,1);for(var L=V(this).entries,U=A+"",E=[],M=0;M<L.length;M++)L[M].key===U&&E.push(L[M].value);return E},has:function(A){ce(arguments.length,1);for(var L=V(this).entries,U=A+"",E=0;E<L.length;)if(L[E++].key===U)return!0;return!1},set:function(A,L){ce(arguments.length,1);for(var U=V(this),E=U.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}),U.updateURL()},sort:function(){var A=V(this),L=A.entries,U=L.slice(),E,M,Z;for(L.length=0,Z=0;Z<U.length;Z++){for(E=U[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,U=S(A,arguments.length>1?arguments[1]:void 0,3),E=0,M;E<L.length;)M=L[E++],U(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}),o(Ie,T,Ie.entries),o(Ie,"toString",function(){for(var A=V(this).entries,L=[],U=0,E;U<A.length;)E=A[U++],L.push(te(E.key)+"="+te(E.value));return L.join("&")},{enumerable:!0}),c(Se,G),t({global:!0,forced:!s},{URLSearchParams:Se}),!s&&typeof R=="function"&&typeof x=="function"&&t({global:!0,enumerable:!0,forced:!0},{fetch:function(A){var L=[A],U,E,M;return arguments.length>1&&(U=arguments[1],N(U)&&(E=U.body,O(E)===G&&(M=U.headers?new x(U.headers):new x,M.has("content-type")||M.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),U=B(U,{body:w(0,String(E)),headers:w(0,M)}))),L.push(U)),R.apply(this,L)}}),a.exports={URLSearchParams:Se,getState:V}},60285:(a,l,e)=>{"use strict";e(78783);var t=e(82109),n=e(19781),s=e(590),o=e(17854),i=e(36048),c=e(31320),h=e(25787),p=e(86656),m=e(21574),v=e(48457),S=e(28710).codeAt,O=e(33197),b=e(58003),N=e(41637),B=e(29909),w=o.URL,D=N.URLSearchParams,I=N.getState,j=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=v(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=m({},A,{" ":1,'"':1,"<":1,">":1,"`":1}),U=m({},L,{"#":1,"?":1,"{":1,"}":1}),E=m({},U,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),M=function(r,f){var u=S(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=v(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=v(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-=v(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,U);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=h(this,ye,"URL"),d=arguments.length>1?arguments[1]:void 0,y=String(f),C=j(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=v(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=v(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)})}),c(De,"toJSON",function(){return Le.call(this)},{enumerable:!0}),c(De,"toString",function(){return Le.call(this)},{enumerable:!0}),w){var ir=w.createObjectURL,ur=w.revokeObjectURL;ir&&c(ye,"createObjectURL",function(f){return ir.apply(w,arguments)}),ur&&c(ye,"revokeObjectURL",function(f){return ur.apply(w,arguments)})}b(ye,"URL"),t({global:!0,forced:!s,sham:!n},{URL:ye})},83753:(a,l,e)=>{"use strict";var t=e(82109);t({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return URL.prototype.toString.call(this)}})},41439:(a,l,e)=>{e(60285),e(83753),e(41637);var t=e(40857);a.exports=t.URL}},Ee={};function fe(a){var l=Ee[a];if(l!==void 0)return l.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 l="Something went wrong, please, try again.";function e(o){return o&&o.replace(/=+$/,"")}function t(o,i){return Boolean(o)&&Boolean(i)&&e(o)===e(i)}function n(o){let i;if(/code|token|error/.test(window.location.hash)?i=window.location.hash.substring(1):i=location.search.substring(1),!i)throw console.error("No query string in OAuth 2 redirect URL"),new Error(l);const c=new URLSearchParams(i),h=c.get("access_token"),p=c.get("code"),m=c.get("token_type"),v=c.get("expires_in"),S=c.get("state"),O=c.get("error"),b=c.get("error_description")||l;if(O)throw new Error(b);if(!t(S,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
7
|
Please, try again or make sure your OAuth2 settings are correct.`);if(!m)throw new Error(`Your OAuth2 authentication service provider redirected you without a "token_type".
|
|
8
8
|
Please, try again or make sure your OAuth2 settings are correct.`);o==null||o.successCallback({access_token:h,token_type:m,expires_in:v,auth_code:""})}if((o==null?void 0:o.flow)==="authorizationCode"){if(!p)throw new Error(`Your OAuth2 authentication service provider redirected you without authorization "code".
|