@sedoo/unidoo 0.1.71 → 0.1.72
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/dist/auth/auth.common.js +1 -1
- package/dist/auth/auth.umd.js +1 -1
- package/dist/auth/auth.umd.min.js +1 -1
- package/dist/unidoo/unidoo.common.js +6 -6
- package/dist/unidoo/unidoo.umd.js +6 -6
- package/dist/unidoo/unidoo.umd.min.js +6 -6
- package/package.json +2 -1
- package/src/auth.js +44 -38
- package/src/components/UnidooCaptcha.vue +62 -68
- package/src/components/UnidooCrudTable.vue +21 -15
- package/src/components/UnidooMapGeoFeatures.vue +142 -134
- package/src/components/UnidooTrajectoryMap.vue +76 -70
- package/src/components/unidoo-heatmap/Heatmap.js +120 -103
- package/src/components/unidoo-heatmap/UnidooHeatmap.vue +333 -291
- package/src/components/unidoo-player/unidoo-player-layout/UnidooPlayerLayout.vue +262 -219
- package/src/components/unidoo-viewer/campaign-product-block/campaign-product-block.vue +59 -44
- package/src/components/unidoo-viewer/heatmap-component/heatmap-component.vue +61 -58
- package/src/components/unidoo-viewer/map-viewer/wms-viewer.vue +1 -1
- package/src/components/unidoo-viewer/map-viewer/wmts-viewer.vue +154 -134
- package/src/components/unidoo-viewer/tree-viewer/tree-viewer.vue +1 -1
- package/src/components/unidoo-viewer/unidoo-viewer.vue +8 -6
- package/src/components/unidoo-viewer/years-component/years-component.vue +58 -38
- package/src/utils.js +7 -5
package/dist/auth/auth.common.js
CHANGED
|
@@ -8,4 +8,4 @@ module.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;va
|
|
|
8
8
|
* @license MIT
|
|
9
9
|
*/(function(){"use strict";var ERROR="input is invalid type",WINDOW="object"===typeof window,root=WINDOW?window:{};root.JS_SHA256_NO_WINDOW&&(WINDOW=!1);var WEB_WORKER=!WINDOW&&"object"===typeof self,NODE_JS=!root.JS_SHA256_NO_NODE_JS&&"object"===typeof process&&process.versions&&process.versions.node;NODE_JS?root=global:WEB_WORKER&&(root=self);var COMMON_JS=!root.JS_SHA256_NO_COMMON_JS&&"object"===typeof module&&module.exports,AMD=__webpack_require__("3c35"),ARRAY_BUFFER=!root.JS_SHA256_NO_ARRAY_BUFFER&&"undefined"!==typeof ArrayBuffer,HEX_CHARS="0123456789abcdef".split(""),EXTRA=[-2147483648,8388608,32768,128],SHIFT=[24,16,8,0],K=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],OUTPUT_TYPES=["hex","array","digest","arrayBuffer"],blocks=[];!root.JS_SHA256_NO_NODE_JS&&Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),!ARRAY_BUFFER||!root.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(e){return"object"===typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var createOutputMethod=function(e,t){return function(r){return new Sha256(t,!0).update(r)[e]()}},createMethod=function(e){var t=createOutputMethod("hex",e);NODE_JS&&(t=nodeWrap(t,e)),t.create=function(){return new Sha256(e)},t.update=function(e){return t.create().update(e)};for(var r=0;r<OUTPUT_TYPES.length;++r){var n=OUTPUT_TYPES[r];t[n]=createOutputMethod(n,e)}return t},nodeWrap=function(method,is224){var crypto=eval("require('crypto')"),Buffer=eval("require('buffer').Buffer"),algorithm=is224?"sha224":"sha256",nodeMethod=function(e){if("string"===typeof e)return crypto.createHash(algorithm).update(e,"utf8").digest("hex");if(null===e||void 0===e)throw new Error(ERROR);return e.constructor===ArrayBuffer&&(e=new Uint8Array(e)),Array.isArray(e)||ArrayBuffer.isView(e)||e.constructor===Buffer?crypto.createHash(algorithm).update(new Buffer(e)).digest("hex"):method(e)};return nodeMethod},createHmacOutputMethod=function(e,t){return function(r,n){return new HmacSha256(r,t,!0).update(n)[e]()}},createHmacMethod=function(e){var t=createHmacOutputMethod("hex",e);t.create=function(t){return new HmacSha256(t,e)},t.update=function(e,r){return t.create(e).update(r)};for(var r=0;r<OUTPUT_TYPES.length;++r){var n=OUTPUT_TYPES[r];t[n]=createHmacOutputMethod(n,e)}return t};function Sha256(e,t){t?(blocks[0]=blocks[16]=blocks[1]=blocks[2]=blocks[3]=blocks[4]=blocks[5]=blocks[6]=blocks[7]=blocks[8]=blocks[9]=blocks[10]=blocks[11]=blocks[12]=blocks[13]=blocks[14]=blocks[15]=0,this.blocks=blocks):this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],e?(this.h0=3238371032,this.h1=914150663,this.h2=812702999,this.h3=4144912697,this.h4=4290775857,this.h5=1750603025,this.h6=1694076839,this.h7=3204075428):(this.h0=1779033703,this.h1=3144134277,this.h2=1013904242,this.h3=2773480762,this.h4=1359893119,this.h5=2600822924,this.h6=528734635,this.h7=1541459225),this.block=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0,this.is224=e}function HmacSha256(e,t,r){var n,o=typeof e;if("string"===o){var i,c=[],a=e.length,s=0;for(n=0;n<a;++n)i=e.charCodeAt(n),i<128?c[s++]=i:i<2048?(c[s++]=192|i>>6,c[s++]=128|63&i):i<55296||i>=57344?(c[s++]=224|i>>12,c[s++]=128|i>>6&63,c[s++]=128|63&i):(i=65536+((1023&i)<<10|1023&e.charCodeAt(++n)),c[s++]=240|i>>18,c[s++]=128|i>>12&63,c[s++]=128|i>>6&63,c[s++]=128|63&i);e=c}else{if("object"!==o)throw new Error(ERROR);if(null===e)throw new Error(ERROR);if(ARRAY_BUFFER&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(e)))throw new Error(ERROR)}e.length>64&&(e=new Sha256(t,!0).update(e).array());var u=[],f=[];for(n=0;n<64;++n){var l=e[n]||0;u[n]=92^l,f[n]=54^l}Sha256.call(this,t,r),this.update(f),this.oKeyPad=u,this.inner=!0,this.sharedMemory=r}Sha256.prototype.update=function(e){if(!this.finalized){var t,r=typeof e;if("string"!==r){if("object"!==r)throw new Error(ERROR);if(null===e)throw new Error(ERROR);if(ARRAY_BUFFER&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(e)))throw new Error(ERROR);t=!0}var n,o,i=0,c=e.length,a=this.blocks;while(i<c){if(this.hashed&&(this.hashed=!1,a[0]=this.block,a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),t)for(o=this.start;i<c&&o<64;++i)a[o>>2]|=e[i]<<SHIFT[3&o++];else for(o=this.start;i<c&&o<64;++i)n=e.charCodeAt(i),n<128?a[o>>2]|=n<<SHIFT[3&o++]:n<2048?(a[o>>2]|=(192|n>>6)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]):n<55296||n>=57344?(a[o>>2]|=(224|n>>12)<<SHIFT[3&o++],a[o>>2]|=(128|n>>6&63)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]):(n=65536+((1023&n)<<10|1023&e.charCodeAt(++i)),a[o>>2]|=(240|n>>18)<<SHIFT[3&o++],a[o>>2]|=(128|n>>12&63)<<SHIFT[3&o++],a[o>>2]|=(128|n>>6&63)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]);this.lastByteIndex=o,this.bytes+=o-this.start,o>=64?(this.block=a[16],this.start=o-64,this.hash(),this.hashed=!0):this.start=o}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Sha256.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[16]=this.block,e[t>>2]|=EXTRA[3&t],this.block=e[16],t>=56&&(this.hashed||this.hash(),e[0]=this.block,e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.hBytes<<3|this.bytes>>>29,e[15]=this.bytes<<3,this.hash()}},Sha256.prototype.hash=function(){var e,t,r,n,o,i,c,a,s,u,f,l=this.h0,d=this.h1,p=this.h2,h=this.h3,v=this.h4,y=this.h5,b=this.h6,g=this.h7,m=this.blocks;for(e=16;e<64;++e)o=m[e-15],t=(o>>>7|o<<25)^(o>>>18|o<<14)^o>>>3,o=m[e-2],r=(o>>>17|o<<15)^(o>>>19|o<<13)^o>>>10,m[e]=m[e-16]+t+m[e-7]+r<<0;for(f=d&p,e=0;e<64;e+=4)this.first?(this.is224?(a=300032,o=m[0]-1413257819,g=o-150054599<<0,h=o+24177077<<0):(a=704751109,o=m[0]-210244248,g=o-1521486534<<0,h=o+143694565<<0),this.first=!1):(t=(l>>>2|l<<30)^(l>>>13|l<<19)^(l>>>22|l<<10),r=(v>>>6|v<<26)^(v>>>11|v<<21)^(v>>>25|v<<7),a=l&d,n=a^l&p^f,c=v&y^~v&b,o=g+r+c+K[e]+m[e],i=t+n,g=h+o<<0,h=o+i<<0),t=(h>>>2|h<<30)^(h>>>13|h<<19)^(h>>>22|h<<10),r=(g>>>6|g<<26)^(g>>>11|g<<21)^(g>>>25|g<<7),s=h&l,n=s^h&d^a,c=g&v^~g&y,o=b+r+c+K[e+1]+m[e+1],i=t+n,b=p+o<<0,p=o+i<<0,t=(p>>>2|p<<30)^(p>>>13|p<<19)^(p>>>22|p<<10),r=(b>>>6|b<<26)^(b>>>11|b<<21)^(b>>>25|b<<7),u=p&h,n=u^p&l^s,c=b&g^~b&v,o=y+r+c+K[e+2]+m[e+2],i=t+n,y=d+o<<0,d=o+i<<0,t=(d>>>2|d<<30)^(d>>>13|d<<19)^(d>>>22|d<<10),r=(y>>>6|y<<26)^(y>>>11|y<<21)^(y>>>25|y<<7),f=d&p,n=f^d&h^u,c=y&b^~y&g,o=v+r+c+K[e+3]+m[e+3],i=t+n,v=l+o<<0,l=o+i<<0;this.h0=this.h0+l<<0,this.h1=this.h1+d<<0,this.h2=this.h2+p<<0,this.h3=this.h3+h<<0,this.h4=this.h4+v<<0,this.h5=this.h5+y<<0,this.h6=this.h6+b<<0,this.h7=this.h7+g<<0},Sha256.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,r=this.h2,n=this.h3,o=this.h4,i=this.h5,c=this.h6,a=this.h7,s=HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[r>>28&15]+HEX_CHARS[r>>24&15]+HEX_CHARS[r>>20&15]+HEX_CHARS[r>>16&15]+HEX_CHARS[r>>12&15]+HEX_CHARS[r>>8&15]+HEX_CHARS[r>>4&15]+HEX_CHARS[15&r]+HEX_CHARS[n>>28&15]+HEX_CHARS[n>>24&15]+HEX_CHARS[n>>20&15]+HEX_CHARS[n>>16&15]+HEX_CHARS[n>>12&15]+HEX_CHARS[n>>8&15]+HEX_CHARS[n>>4&15]+HEX_CHARS[15&n]+HEX_CHARS[o>>28&15]+HEX_CHARS[o>>24&15]+HEX_CHARS[o>>20&15]+HEX_CHARS[o>>16&15]+HEX_CHARS[o>>12&15]+HEX_CHARS[o>>8&15]+HEX_CHARS[o>>4&15]+HEX_CHARS[15&o]+HEX_CHARS[i>>28&15]+HEX_CHARS[i>>24&15]+HEX_CHARS[i>>20&15]+HEX_CHARS[i>>16&15]+HEX_CHARS[i>>12&15]+HEX_CHARS[i>>8&15]+HEX_CHARS[i>>4&15]+HEX_CHARS[15&i]+HEX_CHARS[c>>28&15]+HEX_CHARS[c>>24&15]+HEX_CHARS[c>>20&15]+HEX_CHARS[c>>16&15]+HEX_CHARS[c>>12&15]+HEX_CHARS[c>>8&15]+HEX_CHARS[c>>4&15]+HEX_CHARS[15&c];return this.is224||(s+=HEX_CHARS[a>>28&15]+HEX_CHARS[a>>24&15]+HEX_CHARS[a>>20&15]+HEX_CHARS[a>>16&15]+HEX_CHARS[a>>12&15]+HEX_CHARS[a>>8&15]+HEX_CHARS[a>>4&15]+HEX_CHARS[15&a]),s},Sha256.prototype.toString=Sha256.prototype.hex,Sha256.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,r=this.h2,n=this.h3,o=this.h4,i=this.h5,c=this.h6,a=this.h7,s=[e>>24&255,e>>16&255,e>>8&255,255&e,t>>24&255,t>>16&255,t>>8&255,255&t,r>>24&255,r>>16&255,r>>8&255,255&r,n>>24&255,n>>16&255,n>>8&255,255&n,o>>24&255,o>>16&255,o>>8&255,255&o,i>>24&255,i>>16&255,i>>8&255,255&i,c>>24&255,c>>16&255,c>>8&255,255&c];return this.is224||s.push(a>>24&255,a>>16&255,a>>8&255,255&a),s},Sha256.prototype.array=Sha256.prototype.digest,Sha256.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(this.is224?28:32),t=new DataView(e);return t.setUint32(0,this.h0),t.setUint32(4,this.h1),t.setUint32(8,this.h2),t.setUint32(12,this.h3),t.setUint32(16,this.h4),t.setUint32(20,this.h5),t.setUint32(24,this.h6),this.is224||t.setUint32(28,this.h7),e},HmacSha256.prototype=new Sha256,HmacSha256.prototype.finalize=function(){if(Sha256.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();Sha256.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(e),Sha256.prototype.finalize.call(this)}};var exports=createMethod();exports.sha256=exports,exports.sha224=createMethod(!0),exports.sha256.hmac=createHmacMethod(),exports.sha224.hmac=createHmacMethod(!0),COMMON_JS?module.exports=exports:(root.sha256=exports.sha256,root.sha224=exports.sha224,AMD&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return exports}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))})()}).call(this,__webpack_require__("4362"),__webpack_require__("c8ba"))},"6eeb":function(e,t,r){var n=r("da84"),o=r("9112"),i=r("5135"),c=r("ce4e"),a=r("8925"),s=r("69f3"),u=s.get,f=s.enforce,l=String(String).split("String");(e.exports=function(e,t,r,a){var s=!!a&&!!a.unsafe,u=!!a&&!!a.enumerable,d=!!a&&!!a.noTargetGet;"function"==typeof r&&("string"!=typeof t||i(r,"name")||o(r,"name",t),f(r).source=l.join("string"==typeof t?t:"")),e!==n?(s?!d&&e[t]&&(u=!0):delete e[t],u?e[t]=r:o(e,t,r)):u?e[t]=r:c(t,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||a(this)}))},"6f53":function(e,t,r){var n=r("83ab"),o=r("df75"),i=r("fc6a"),c=r("d1e7").f,a=function(e){return function(t){var r,a=i(t),s=o(a),u=s.length,f=0,l=[];while(u>f)r=s[f++],n&&!c.call(a,r)||l.push(e?[r,a[r]]:a[r]);return l}};e.exports={entries:a(!0),values:a(!1)}},7156:function(e,t,r){var n=r("861d"),o=r("d2bb");e.exports=function(e,t,r){var i,c;return o&&"function"==typeof(i=t.constructor)&&i!==r&&n(c=i.prototype)&&c!==r.prototype&&o(e,c),e}},7418:function(e,t){t.f=Object.getOwnPropertySymbols},"746f":function(e,t,r){var n=r("428f"),o=r("5135"),i=r("e538"),c=r("9bf2").f;e.exports=function(e){var t=n.Symbol||(n.Symbol={});o(t,e)||c(t,e,{value:i.f(e)})}},7839:function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(e,t,r){var n=r("1d80");e.exports=function(e){return Object(n(e))}},"7c73":function(e,t,r){var n,o=r("825a"),i=r("37e8"),c=r("7839"),a=r("d012"),s=r("1be4"),u=r("cc12"),f=r("f772"),l=">",d="<",p="prototype",h="script",v=f("IE_PROTO"),y=function(){},b=function(e){return d+h+l+e+d+"/"+h+l},g=function(e){e.write(b("")),e.close();var t=e.parentWindow.Object;return e=null,t},m=function(){var e,t=u("iframe"),r="java"+h+":";return t.style.display="none",s.appendChild(t),t.src=String(r),e=t.contentWindow.document,e.open(),e.write(b("document.F=Object")),e.close(),e.F},w=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(t){}w=n?g(n):m();var e=c.length;while(e--)delete w[p][c[e]];return w()};a[v]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(y[p]=o(e),r=new y,y[p]=null,r[v]=e):r=w(),void 0===t?r:i(r,t)}},"7dd0":function(e,t,r){"use strict";var n=r("23e7"),o=r("9ed3"),i=r("e163"),c=r("d2bb"),a=r("d44e"),s=r("9112"),u=r("6eeb"),f=r("b622"),l=r("c430"),d=r("3f8c"),p=r("ae93"),h=p.IteratorPrototype,v=p.BUGGY_SAFARI_ITERATORS,y=f("iterator"),b="keys",g="values",m="entries",w=function(){return this};e.exports=function(e,t,r,f,p,S,k){o(r,t,f);var E,_,A,x=function(e){if(e===p&&T)return T;if(!v&&e in H)return H[e];switch(e){case b:return function(){return new r(this,e)};case g:return function(){return new r(this,e)};case m:return function(){return new r(this,e)}}return function(){return new r(this)}},O=t+" Iterator",R=!1,H=e.prototype,C=H[y]||H["@@iterator"]||p&&H[p],T=!v&&C||x(p),j="Array"==t&&H.entries||C;if(j&&(E=i(j.call(new e)),h!==Object.prototype&&E.next&&(l||i(E)===h||(c?c(E,h):"function"!=typeof E[y]&&s(E,y,w)),a(E,O,!0,!0),l&&(d[O]=w))),p==g&&C&&C.name!==g&&(R=!0,T=function(){return C.call(this)}),l&&!k||H[y]===T||s(H,y,T),d[t]=T,p)if(_={values:x(g),keys:S?T:x(b),entries:x(m)},k)for(A in _)(v||R||!(A in H))&&u(H,A,_[A]);else n({target:t,proto:!0,forced:v||R},_);return _}},"7f9a":function(e,t,r){var n=r("da84"),o=r("8925"),i=n.WeakMap;e.exports="function"===typeof i&&/native code/.test(o(i))},8172:function(e,t,r){var n=r("746f");n("toPrimitive")},"825a":function(e,t,r){var n=r("861d");e.exports=function(e){if(!n(e))throw TypeError(String(e)+" is not an object");return e}},"83ab":function(e,t,r){var n=r("d039");e.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8418:function(e,t,r){"use strict";var n=r("c04e"),o=r("9bf2"),i=r("5c6c");e.exports=function(e,t,r){var c=n(t);c in e?o.f(e,c,i(0,r)):e[c]=r}},"861d":function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},8875:function(e,t,r){var n,o,i;(function(r,c){o=[],n=c,i="function"===typeof n?n.apply(t,o):n,void 0===i||(e.exports=i)})("undefined"!==typeof self&&self,(function(){function e(){var t=Object.getOwnPropertyDescriptor(document,"currentScript");if(!t&&"currentScript"in document&&document.currentScript)return document.currentScript;if(t&&t.get!==e&&document.currentScript)return document.currentScript;try{throw new Error}catch(p){var r,n,o,i=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,c=/@([^@]*):(\d+):(\d+)\s*$/gi,a=i.exec(p.stack)||c.exec(p.stack),s=a&&a[1]||!1,u=a&&a[2]||!1,f=document.location.href.replace(document.location.hash,""),l=document.getElementsByTagName("script");s===f&&(r=document.documentElement.outerHTML,n=new RegExp("(?:[^\\n]+?\\n){0,"+(u-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),o=r.replace(n,"$1").trim());for(var d=0;d<l.length;d++){if("interactive"===l[d].readyState)return l[d];if(l[d].src===s)return l[d];if(s===f&&l[d].innerHTML&&l[d].innerHTML.trim()===o)return l[d]}return null}}return e}))},8925:function(e,t,r){var n=r("c6cd"),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(e){return o.call(e)}),e.exports=n.inspectSource},"90e3":function(e,t){var r=0,n=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++r+n).toString(36)}},9112:function(e,t,r){var n=r("83ab"),o=r("9bf2"),i=r("5c6c");e.exports=n?function(e,t,r){return o.f(e,t,i(1,r))}:function(e,t,r){return e[t]=r,e}},"944a":function(e,t,r){var n=r("746f");n("toStringTag")},"94ca":function(e,t,r){var n=r("d039"),o=/#|\.prototype\./,i=function(e,t){var r=a[c(e)];return r==u||r!=s&&("function"==typeof t?n(t):!!t)},c=i.normalize=function(e){return String(e).replace(o,".").toLowerCase()},a=i.data={},s=i.NATIVE="N",u=i.POLYFILL="P";e.exports=i},"9a9a":function(e,t,r){"use strict";var n=r("23e7"),o=r("2266"),i=r("1c0b"),c=r("825a");n({target:"Iterator",proto:!0,real:!0},{some:function(e){return c(this),i(e),o(this,(function(t){if(e(t))return o.stop()}),void 0,!1,!0).stopped}})},"9bdd":function(e,t,r){var n=r("825a");e.exports=function(e,t,r,o){try{return o?t(n(r)[0],r[1]):t(r)}catch(c){var i=e["return"];throw void 0!==i&&n(i.call(e)),c}}},"9bf2":function(e,t,r){var n=r("83ab"),o=r("0cfb"),i=r("825a"),c=r("c04e"),a=Object.defineProperty;t.f=n?a:function(e,t,r){if(i(e),t=c(t,!0),i(r),o)try{return a(e,t,r)}catch(n){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},"9ed3":function(e,t,r){"use strict";var n=r("ae93").IteratorPrototype,o=r("7c73"),i=r("5c6c"),c=r("d44e"),a=r("3f8c"),s=function(){return this};e.exports=function(e,t,r){var u=t+" Iterator";return e.prototype=o(n,{next:i(1,r)}),c(e,u,!1,!0),a[u]=s,e}},a15b:function(e,t,r){"use strict";var n=r("23e7"),o=r("44ad"),i=r("fc6a"),c=r("a640"),a=[].join,s=o!=Object,u=c("join",",");n({target:"Array",proto:!0,forced:s||!u},{join:function(e){return a.call(i(this),void 0===e?",":e)}})},a4d3:function(e,t,r){"use strict";var n=r("23e7"),o=r("da84"),i=r("d066"),c=r("c430"),a=r("83ab"),s=r("4930"),u=r("fdbf"),f=r("d039"),l=r("5135"),d=r("e8b5"),p=r("861d"),h=r("825a"),v=r("7b0b"),y=r("fc6a"),b=r("c04e"),g=r("5c6c"),m=r("7c73"),w=r("df75"),S=r("241c"),k=r("057f"),E=r("7418"),_=r("06cf"),A=r("9bf2"),x=r("d1e7"),O=r("9112"),R=r("6eeb"),H=r("5692"),C=r("f772"),T=r("d012"),j=r("90e3"),I=r("b622"),P=r("e538"),L=r("746f"),U=r("d44e"),M=r("69f3"),N=r("b727").forEach,X=C("hidden"),F="Symbol",D="prototype",B=I("toPrimitive"),K=M.set,W=M.getterFor(F),q=Object[D],Y=o.Symbol,z=i("JSON","stringify"),J=_.f,V=A.f,G=k.f,$=x.f,Q=H("symbols"),Z=H("op-symbols"),ee=H("string-to-symbol-registry"),te=H("symbol-to-string-registry"),re=H("wks"),ne=o.QObject,oe=!ne||!ne[D]||!ne[D].findChild,ie=a&&f((function(){return 7!=m(V({},"a",{get:function(){return V(this,"a",{value:7}).a}})).a}))?function(e,t,r){var n=J(q,t);n&&delete q[t],V(e,t,r),n&&e!==q&&V(q,t,n)}:V,ce=function(e,t){var r=Q[e]=m(Y[D]);return K(r,{type:F,tag:e,description:t}),a||(r.description=t),r},ae=u?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof Y},se=function(e,t,r){e===q&&se(Z,t,r),h(e);var n=b(t,!0);return h(r),l(Q,n)?(r.enumerable?(l(e,X)&&e[X][n]&&(e[X][n]=!1),r=m(r,{enumerable:g(0,!1)})):(l(e,X)||V(e,X,g(1,{})),e[X][n]=!0),ie(e,n,r)):V(e,n,r)},ue=function(e,t){h(e);var r=y(t),n=w(r).concat(he(r));return N(n,(function(t){a&&!le.call(r,t)||se(e,t,r[t])})),e},fe=function(e,t){return void 0===t?m(e):ue(m(e),t)},le=function(e){var t=b(e,!0),r=$.call(this,t);return!(this===q&&l(Q,t)&&!l(Z,t))&&(!(r||!l(this,t)||!l(Q,t)||l(this,X)&&this[X][t])||r)},de=function(e,t){var r=y(e),n=b(t,!0);if(r!==q||!l(Q,n)||l(Z,n)){var o=J(r,n);return!o||!l(Q,n)||l(r,X)&&r[X][n]||(o.enumerable=!0),o}},pe=function(e){var t=G(y(e)),r=[];return N(t,(function(e){l(Q,e)||l(T,e)||r.push(e)})),r},he=function(e){var t=e===q,r=G(t?Z:y(e)),n=[];return N(r,(function(e){!l(Q,e)||t&&!l(q,e)||n.push(Q[e])})),n};if(s||(Y=function(){if(this instanceof Y)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=j(e),r=function(e){this===q&&r.call(Z,e),l(this,X)&&l(this[X],t)&&(this[X][t]=!1),ie(this,t,g(1,e))};return a&&oe&&ie(q,t,{configurable:!0,set:r}),ce(t,e)},R(Y[D],"toString",(function(){return W(this).tag})),R(Y,"withoutSetter",(function(e){return ce(j(e),e)})),x.f=le,A.f=se,_.f=de,S.f=k.f=pe,E.f=he,P.f=function(e){return ce(I(e),e)},a&&(V(Y[D],"description",{configurable:!0,get:function(){return W(this).description}}),c||R(q,"propertyIsEnumerable",le,{unsafe:!0}))),n({global:!0,wrap:!0,forced:!s,sham:!s},{Symbol:Y}),N(w(re),(function(e){L(e)})),n({target:F,stat:!0,forced:!s},{for:function(e){var t=String(e);if(l(ee,t))return ee[t];var r=Y(t);return ee[t]=r,te[r]=t,r},keyFor:function(e){if(!ae(e))throw TypeError(e+" is not a symbol");if(l(te,e))return te[e]},useSetter:function(){oe=!0},useSimple:function(){oe=!1}}),n({target:"Object",stat:!0,forced:!s,sham:!a},{create:fe,defineProperty:se,defineProperties:ue,getOwnPropertyDescriptor:de}),n({target:"Object",stat:!0,forced:!s},{getOwnPropertyNames:pe,getOwnPropertySymbols:he}),n({target:"Object",stat:!0,forced:f((function(){E.f(1)}))},{getOwnPropertySymbols:function(e){return E.f(v(e))}}),z){var ve=!s||f((function(){var e=Y();return"[null]"!=z([e])||"{}"!=z({a:e})||"{}"!=z(Object(e))}));n({target:"JSON",stat:!0,forced:ve},{stringify:function(e,t,r){var n,o=[e],i=1;while(arguments.length>i)o.push(arguments[i++]);if(n=t,(p(t)||void 0!==e)&&!ae(e))return d(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!ae(t))return t}),o[1]=t,z.apply(null,o)}})}Y[D][B]||O(Y[D],B,Y[D].valueOf),U(Y,F),T[X]=!0},a640:function(e,t,r){"use strict";var n=r("d039");e.exports=function(e,t){var r=[][e];return!!r&&n((function(){r.call(null,t||function(){throw 1},1)}))}},a691:function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:r)(e)}},a9e3:function(e,t,r){"use strict";var n=r("83ab"),o=r("da84"),i=r("94ca"),c=r("6eeb"),a=r("5135"),s=r("c6b6"),u=r("7156"),f=r("c04e"),l=r("d039"),d=r("7c73"),p=r("241c").f,h=r("06cf").f,v=r("9bf2").f,y=r("58a8").trim,b="Number",g=o[b],m=g.prototype,w=s(d(m))==b,S=function(e){var t,r,n,o,i,c,a,s,u=f(e,!1);if("string"==typeof u&&u.length>2)if(u=y(u),t=u.charCodeAt(0),43===t||45===t){if(r=u.charCodeAt(2),88===r||120===r)return NaN}else if(48===t){switch(u.charCodeAt(1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+u}for(i=u.slice(2),c=i.length,a=0;a<c;a++)if(s=i.charCodeAt(a),s<48||s>o)return NaN;return parseInt(i,n)}return+u};if(i(b,!g(" 0o1")||!g("0b1")||g("+0x1"))){for(var k,E=function(e){var t=arguments.length<1?0:e,r=this;return r instanceof E&&(w?l((function(){m.valueOf.call(r)})):s(r)!=b)?u(new g(S(t)),r,E):S(t)},_=n?p(g):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),A=0;_.length>A;A++)a(g,k=_[A])&&!a(E,k)&&v(E,k,h(g,k));E.prototype=m,m.constructor=E,c(o,b,E)}},ab13:function(e,t,r){var n=r("b622"),o=n("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[o]=!1,"/./"[e](t)}catch(n){}}return!1}},ae40:function(e,t,r){var n=r("83ab"),o=r("d039"),i=r("5135"),c=Object.defineProperty,a={},s=function(e){throw e};e.exports=function(e,t){if(i(a,e))return a[e];t||(t={});var r=[][e],u=!!i(t,"ACCESSORS")&&t.ACCESSORS,f=i(t,0)?t[0]:s,l=i(t,1)?t[1]:void 0;return a[e]=!!r&&!o((function(){if(u&&!n)return!0;var e={length:-1};u?c(e,1,{enumerable:!0,get:s}):e[1]=1,r.call(e,f,l)}))}},ae93:function(e,t,r){"use strict";var n,o,i,c=r("e163"),a=r("9112"),s=r("5135"),u=r("b622"),f=r("c430"),l=u("iterator"),d=!1,p=function(){return this};[].keys&&(i=[].keys(),"next"in i?(o=c(c(i)),o!==Object.prototype&&(n=o)):d=!0),void 0==n&&(n={}),f||s(n,l)||a(n,l,p),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:d}},b041:function(e,t,r){"use strict";var n=r("00ee"),o=r("f5df");e.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},b0c0:function(e,t,r){var n=r("83ab"),o=r("9bf2").f,i=Function.prototype,c=i.toString,a=/^\s*function ([^ (]*)/,s="name";n&&!(s in i)&&o(i,s,{configurable:!0,get:function(){try{return c.call(this).match(a)[1]}catch(e){return""}}})},b575:function(e,t,r){var n,o,i,c,a,s,u,f,l=r("da84"),d=r("06cf").f,p=r("c6b6"),h=r("2cf4").set,v=r("1cdc"),y=l.MutationObserver||l.WebKitMutationObserver,b=l.process,g=l.Promise,m="process"==p(b),w=d(l,"queueMicrotask"),S=w&&w.value;S||(n=function(){var e,t;m&&(e=b.domain)&&e.exit();while(o){t=o.fn,o=o.next;try{t()}catch(r){throw o?c():i=void 0,r}}i=void 0,e&&e.enter()},m?c=function(){b.nextTick(n)}:y&&!v?(a=!0,s=document.createTextNode(""),new y(n).observe(s,{characterData:!0}),c=function(){s.data=a=!a}):g&&g.resolve?(u=g.resolve(void 0),f=u.then,c=function(){f.call(u,n)}):c=function(){h.call(l,n)}),e.exports=S||function(e){var t={fn:e,next:void 0};i&&(i.next=t),o||(o=t,c()),i=t}},b622:function(e,t,r){var n=r("da84"),o=r("5692"),i=r("5135"),c=r("90e3"),a=r("4930"),s=r("fdbf"),u=o("wks"),f=n.Symbol,l=s?f:f&&f.withoutSetter||c;e.exports=function(e){return i(u,e)||(a&&i(f,e)?u[e]=f[e]:u[e]=l("Symbol."+e)),u[e]}},b636:function(e,t,r){var n=r("746f");n("asyncIterator")},b64b:function(e,t,r){var n=r("23e7"),o=r("7b0b"),i=r("df75"),c=r("d039"),a=c((function(){i(1)}));n({target:"Object",stat:!0,forced:a},{keys:function(e){return i(o(e))}})},b727:function(e,t,r){var n=r("0366"),o=r("44ad"),i=r("7b0b"),c=r("50c4"),a=r("65f0"),s=[].push,u=function(e){var t=1==e,r=2==e,u=3==e,f=4==e,l=6==e,d=5==e||l;return function(p,h,v,y){for(var b,g,m=i(p),w=o(m),S=n(h,v,3),k=c(w.length),E=0,_=y||a,A=t?_(p,k):r?_(p,0):void 0;k>E;E++)if((d||E in w)&&(b=w[E],g=S(b,E,m),e))if(t)A[E]=g;else if(g)switch(e){case 3:return!0;case 5:return b;case 6:return E;case 2:s.call(A,b)}else if(f)return!1;return l?-1:u||f?f:A}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6)}},c04e:function(e,t,r){var n=r("861d");e.exports=function(e,t){if(!n(e))return e;var r,o;if(t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;if("function"==typeof(r=e.valueOf)&&!n(o=r.call(e)))return o;if(!t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},c430:function(e,t){e.exports=!1},c5cc:function(e,t,r){"use strict";var n=r("428f"),o=r("1c0b"),i=r("825a"),c=r("7c73"),a=r("9112"),s=r("e2cc"),u=r("b622"),f=r("69f3"),l=f.set,d=f.get,p=u("toStringTag"),h=function(e){var t=d(this).iterator,r=t["return"];return void 0===r?{done:!0,value:e}:i(r.call(t,e))},v=function(e){var t=d(this).iterator,r=t["throw"];if(void 0===r)throw e;return r.call(t,e)};e.exports=function(e,t){var r=function(e){e.next=o(e.iterator.next),e.done=!1,l(this,e)};return r.prototype=s(c(n.Iterator.prototype),{next:function(){var t=d(this),r=t.done?void 0:e.apply(t,arguments);return{done:t.done,value:r}},return:h,throw:v}),t||a(r.prototype,p,"Generator"),r}},c6b6:function(e,t){var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},c6cd:function(e,t,r){var n=r("da84"),o=r("ce4e"),i="__core-js_shared__",c=n[i]||o(i,{});e.exports=c},c8ba:function(e,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(n){"object"===typeof window&&(r=window)}e.exports=r},ca84:function(e,t,r){var n=r("5135"),o=r("fc6a"),i=r("4d64").indexOf,c=r("d012");e.exports=function(e,t){var r,a=o(e),s=0,u=[];for(r in a)!n(c,r)&&n(a,r)&&u.push(r);while(t.length>s)n(a,r=t[s++])&&(~i(u,r)||u.push(r));return u}},cc12:function(e,t,r){var n=r("da84"),o=r("861d"),i=n.document,c=o(i)&&o(i.createElement);e.exports=function(e){return c?i.createElement(e):{}}},cdf9:function(e,t,r){var n=r("825a"),o=r("861d"),i=r("f069");e.exports=function(e,t){if(n(e),o(t)&&t.constructor===e)return t;var r=i.f(e),c=r.resolve;return c(t),r.promise}},ce4e:function(e,t,r){var n=r("da84"),o=r("9112");e.exports=function(e,t){try{o(n,e,t)}catch(r){n[e]=t}return t}},d012:function(e,t){e.exports={}},d039:function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},d066:function(e,t,r){var n=r("428f"),o=r("da84"),i=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?i(n[e])||i(o[e]):n[e]&&n[e][t]||o[e]&&o[e][t]}},d1e7:function(e,t,r){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!n.call({1:2},1);t.f=i?function(e){var t=o(this,e);return!!t&&t.enumerable}:n},d28b:function(e,t,r){var n=r("746f");n("iterator")},d2bb:function(e,t,r){var n=r("825a"),o=r("3bbe");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,e.call(r,[]),t=r instanceof Array}catch(i){}return function(r,i){return n(r),o(i),t?e.call(r,i):r.__proto__=i,r}}():void 0)},d3b7:function(e,t,r){var n=r("00ee"),o=r("6eeb"),i=r("b041");n||o(Object.prototype,"toString",i,{unsafe:!0})},d44e:function(e,t,r){var n=r("9bf2").f,o=r("5135"),i=r("b622"),c=i("toStringTag");e.exports=function(e,t,r){e&&!o(e=r?e:e.prototype,c)&&n(e,c,{configurable:!0,value:t})}},da84:function(e,t,r){(function(t){var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t&&t)||Function("return this")()}).call(this,r("c8ba"))},dbb4:function(e,t,r){var n=r("23e7"),o=r("83ab"),i=r("56ef"),c=r("fc6a"),a=r("06cf"),s=r("8418");n({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(e){var t,r,n=c(e),o=a.f,u=i(n),f={},l=0;while(u.length>l)r=o(n,t=u[l++]),void 0!==r&&s(f,t,r);return f}})},ddb0:function(e,t,r){var n=r("da84"),o=r("fdbc"),i=r("e260"),c=r("9112"),a=r("b622"),s=a("iterator"),u=a("toStringTag"),f=i.values;for(var l in o){var d=n[l],p=d&&d.prototype;if(p){if(p[s]!==f)try{c(p,s,f)}catch(v){p[s]=f}if(p[u]||c(p,u,l),o[l])for(var h in i)if(p[h]!==i[h])try{c(p,h,i[h])}catch(v){p[h]=i[h]}}}},df75:function(e,t,r){var n=r("ca84"),o=r("7839");e.exports=Object.keys||function(e){return n(e,o)}},df7c:function(e,t,r){(function(e){function r(e,t){for(var r=0,n=e.length-1;n>=0;n--){var o=e[n];"."===o?e.splice(n,1):".."===o?(e.splice(n,1),r++):r&&(e.splice(n,1),r--)}if(t)for(;r--;r)e.unshift("..");return e}function n(e){"string"!==typeof e&&(e+="");var t,r=0,n=-1,o=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!o){r=t+1;break}}else-1===n&&(o=!1,n=t+1);return-1===n?"":e.slice(r,n)}function o(e,t){if(e.filter)return e.filter(t);for(var r=[],n=0;n<e.length;n++)t(e[n],n,e)&&r.push(e[n]);return r}t.resolve=function(){for(var t="",n=!1,i=arguments.length-1;i>=-1&&!n;i--){var c=i>=0?arguments[i]:e.cwd();if("string"!==typeof c)throw new TypeError("Arguments to path.resolve must be strings");c&&(t=c+"/"+t,n="/"===c.charAt(0))}return t=r(o(t.split("/"),(function(e){return!!e})),!n).join("/"),(n?"/":"")+t||"."},t.normalize=function(e){var n=t.isAbsolute(e),c="/"===i(e,-1);return e=r(o(e.split("/"),(function(e){return!!e})),!n).join("/"),e||n||(e="."),e&&c&&(e+="/"),(n?"/":"")+e},t.isAbsolute=function(e){return"/"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(o(e,(function(e,t){if("string"!==typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},t.relative=function(e,r){function n(e){for(var t=0;t<e.length;t++)if(""!==e[t])break;for(var r=e.length-1;r>=0;r--)if(""!==e[r])break;return t>r?[]:e.slice(t,r-t+1)}e=t.resolve(e).substr(1),r=t.resolve(r).substr(1);for(var o=n(e.split("/")),i=n(r.split("/")),c=Math.min(o.length,i.length),a=c,s=0;s<c;s++)if(o[s]!==i[s]){a=s;break}var u=[];for(s=a;s<o.length;s++)u.push("..");return u=u.concat(i.slice(a)),u.join("/")},t.sep="/",t.delimiter=":",t.dirname=function(e){if("string"!==typeof e&&(e+=""),0===e.length)return".";for(var t=e.charCodeAt(0),r=47===t,n=-1,o=!0,i=e.length-1;i>=1;--i)if(t=e.charCodeAt(i),47===t){if(!o){n=i;break}}else o=!1;return-1===n?r?"/":".":r&&1===n?"/":e.slice(0,n)},t.basename=function(e,t){var r=n(e);return t&&r.substr(-1*t.length)===t&&(r=r.substr(0,r.length-t.length)),r},t.extname=function(e){"string"!==typeof e&&(e+="");for(var t=-1,r=0,n=-1,o=!0,i=0,c=e.length-1;c>=0;--c){var a=e.charCodeAt(c);if(47!==a)-1===n&&(o=!1,n=c+1),46===a?-1===t?t=c:1!==i&&(i=1):-1!==t&&(i=-1);else if(!o){r=c+1;break}}return-1===t||-1===n||0===i||1===i&&t===n-1&&t===r+1?"":e.slice(t,n)};var i="b"==="ab".substr(-1)?function(e,t,r){return e.substr(t,r)}:function(e,t,r){return t<0&&(t=e.length+t),e.substr(t,r)}}).call(this,r("4362"))},e01a:function(e,t,r){"use strict";var n=r("23e7"),o=r("83ab"),i=r("da84"),c=r("5135"),a=r("861d"),s=r("9bf2").f,u=r("e893"),f=i.Symbol;if(o&&"function"==typeof f&&(!("description"in f.prototype)||void 0!==f().description)){var l={},d=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof d?new f(e):void 0===e?f():f(e);return""===e&&(l[t]=!0),t};u(d,f);var p=d.prototype=f.prototype;p.constructor=d;var h=p.toString,v="Symbol(test)"==String(f("test")),y=/^Symbol\((.*)\)[^)]+$/;s(p,"description",{configurable:!0,get:function(){var e=a(this)?this.valueOf():this,t=h.call(e);if(c(l,e))return"";var r=v?t.slice(7,-1):t.replace(y,"$1");return""===r?void 0:r}}),n({global:!0,forced:!0},{Symbol:d})}},e163:function(e,t,r){var n=r("5135"),o=r("7b0b"),i=r("f772"),c=r("e177"),a=i("IE_PROTO"),s=Object.prototype;e.exports=c?Object.getPrototypeOf:function(e){return e=o(e),n(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?s:null}},e177:function(e,t,r){var n=r("d039");e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},e260:function(e,t,r){"use strict";var n=r("fc6a"),o=r("44d2"),i=r("3f8c"),c=r("69f3"),a=r("7dd0"),s="Array Iterator",u=c.set,f=c.getterFor(s);e.exports=a(Array,"Array",(function(e,t){u(this,{type:s,target:n(e),index:0,kind:t})}),(function(){var e=f(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:t[n],done:!1}:{value:[n,t[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},e2cc:function(e,t,r){var n=r("6eeb");e.exports=function(e,t,r){for(var o in t)n(e,o,t[o],r);return e}},e439:function(e,t,r){var n=r("23e7"),o=r("d039"),i=r("fc6a"),c=r("06cf").f,a=r("83ab"),s=o((function(){c(1)})),u=!a||s;n({target:"Object",stat:!0,forced:u,sham:!a},{getOwnPropertyDescriptor:function(e,t){return c(i(e),t)}})},e538:function(e,t,r){var n=r("b622");t.f=n},e667:function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(t){return{error:!0,value:t}}}},e6cf:function(e,t,r){"use strict";var n,o,i,c,a=r("23e7"),s=r("c430"),u=r("da84"),f=r("d066"),l=r("fea9"),d=r("6eeb"),p=r("e2cc"),h=r("d44e"),v=r("2626"),y=r("861d"),b=r("1c0b"),g=r("19aa"),m=r("c6b6"),w=r("8925"),S=r("2266"),k=r("1c7e"),E=r("4840"),_=r("2cf4").set,A=r("b575"),x=r("cdf9"),O=r("44de"),R=r("f069"),H=r("e667"),C=r("69f3"),T=r("94ca"),j=r("b622"),I=r("2d00"),P=j("species"),L="Promise",U=C.get,M=C.set,N=C.getterFor(L),X=l,F=u.TypeError,D=u.document,B=u.process,K=f("fetch"),W=R.f,q=W,Y="process"==m(B),z=!!(D&&D.createEvent&&u.dispatchEvent),J="unhandledrejection",V="rejectionhandled",G=0,$=1,Q=2,Z=1,ee=2,te=T(L,(function(){var e=w(X)!==String(X);if(!e){if(66===I)return!0;if(!Y&&"function"!=typeof PromiseRejectionEvent)return!0}if(s&&!X.prototype["finally"])return!0;if(I>=51&&/native code/.test(X))return!1;var t=X.resolve(1),r=function(e){e((function(){}),(function(){}))},n=t.constructor={};return n[P]=r,!(t.then((function(){}))instanceof r)})),re=te||!k((function(e){X.all(e)["catch"]((function(){}))})),ne=function(e){var t;return!(!y(e)||"function"!=typeof(t=e.then))&&t},oe=function(e,t,r){if(!t.notified){t.notified=!0;var n=t.reactions;A((function(){var o=t.value,i=t.state==$,c=0;while(n.length>c){var a,s,u,f=n[c++],l=i?f.ok:f.fail,d=f.resolve,p=f.reject,h=f.domain;try{l?(i||(t.rejection===ee&&se(e,t),t.rejection=Z),!0===l?a=o:(h&&h.enter(),a=l(o),h&&(h.exit(),u=!0)),a===f.promise?p(F("Promise-chain cycle")):(s=ne(a))?s.call(a,d,p):d(a)):p(o)}catch(v){h&&!u&&h.exit(),p(v)}}t.reactions=[],t.notified=!1,r&&!t.rejection&&ce(e,t)}))}},ie=function(e,t,r){var n,o;z?(n=D.createEvent("Event"),n.promise=t,n.reason=r,n.initEvent(e,!1,!0),u.dispatchEvent(n)):n={promise:t,reason:r},(o=u["on"+e])?o(n):e===J&&O("Unhandled promise rejection",r)},ce=function(e,t){_.call(u,(function(){var r,n=t.value,o=ae(t);if(o&&(r=H((function(){Y?B.emit("unhandledRejection",n,e):ie(J,e,n)})),t.rejection=Y||ae(t)?ee:Z,r.error))throw r.value}))},ae=function(e){return e.rejection!==Z&&!e.parent},se=function(e,t){_.call(u,(function(){Y?B.emit("rejectionHandled",e):ie(V,e,t.value)}))},ue=function(e,t,r,n){return function(o){e(t,r,o,n)}},fe=function(e,t,r,n){t.done||(t.done=!0,n&&(t=n),t.value=r,t.state=Q,oe(e,t,!0))},le=function(e,t,r,n){if(!t.done){t.done=!0,n&&(t=n);try{if(e===r)throw F("Promise can't be resolved itself");var o=ne(r);o?A((function(){var n={done:!1};try{o.call(r,ue(le,e,n,t),ue(fe,e,n,t))}catch(i){fe(e,n,i,t)}})):(t.value=r,t.state=$,oe(e,t,!1))}catch(i){fe(e,{done:!1},i,t)}}};te&&(X=function(e){g(this,X,L),b(e),n.call(this);var t=U(this);try{e(ue(le,this,t),ue(fe,this,t))}catch(r){fe(this,t,r)}},n=function(e){M(this,{type:L,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:G,value:void 0})},n.prototype=p(X.prototype,{then:function(e,t){var r=N(this),n=W(E(this,X));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=Y?B.domain:void 0,r.parent=!0,r.reactions.push(n),r.state!=G&&oe(this,r,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),o=function(){var e=new n,t=U(e);this.promise=e,this.resolve=ue(le,e,t),this.reject=ue(fe,e,t)},R.f=W=function(e){return e===X||e===i?new o(e):q(e)},s||"function"!=typeof l||(c=l.prototype.then,d(l.prototype,"then",(function(e,t){var r=this;return new X((function(e,t){c.call(r,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof K&&a({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return x(X,K.apply(u,arguments))}}))),a({global:!0,wrap:!0,forced:te},{Promise:X}),h(X,L,!1,!0),v(L),i=f(L),a({target:L,stat:!0,forced:te},{reject:function(e){var t=W(this);return t.reject.call(void 0,e),t.promise}}),a({target:L,stat:!0,forced:s||te},{resolve:function(e){return x(s&&this===i?X:this,e)}}),a({target:L,stat:!0,forced:re},{all:function(e){var t=this,r=W(t),n=r.resolve,o=r.reject,i=H((function(){var r=b(t.resolve),i=[],c=0,a=1;S(e,(function(e){var s=c++,u=!1;i.push(void 0),a++,r.call(t,e).then((function(e){u||(u=!0,i[s]=e,--a||n(i))}),o)})),--a||n(i)}));return i.error&&o(i.value),r.promise},race:function(e){var t=this,r=W(t),n=r.reject,o=H((function(){var o=b(t.resolve);S(e,(function(e){o.call(t,e).then(r.resolve,n)}))}));return o.error&&n(o.value),r.promise}})},e893:function(e,t,r){var n=r("5135"),o=r("56ef"),i=r("06cf"),c=r("9bf2");e.exports=function(e,t){for(var r=o(t),a=c.f,s=i.f,u=0;u<r.length;u++){var f=r[u];n(e,f)||a(e,f,s(t,f))}}},e8b5:function(e,t,r){var n=r("c6b6");e.exports=Array.isArray||function(e){return"Array"==n(e)}},e95a:function(e,t,r){var n=r("b622"),o=r("3f8c"),i=n("iterator"),c=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||c[i]===e)}},efec:function(e,t,r){var n=r("9112"),o=r("51eb"),i=r("b622"),c=i("toPrimitive"),a=Date.prototype;c in a||n(a,c,o)},f069:function(e,t,r){"use strict";var n=r("1c0b"),o=function(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=n})),this.resolve=n(t),this.reject=n(r)};e.exports.f=function(e){return new o(e)}},f5df:function(e,t,r){var n=r("00ee"),o=r("c6b6"),i=r("b622"),c=i("toStringTag"),a="Arguments"==o(function(){return arguments}()),s=function(e,t){try{return e[t]}catch(r){}};e.exports=n?o:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=s(t=Object(e),c))?r:a?o(t):"Object"==(n=o(t))&&"function"==typeof t.callee?"Arguments":n}},f772:function(e,t,r){var n=r("5692"),o=r("90e3"),i=n("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},fb15:function(e,t,r){"use strict";if(r.r(t),"undefined"!==typeof window){var n=window.document.currentScript,o=r("8875");n=o(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:o});var i=n&&n.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);i&&(r.p=i[1])}r("a4d3"),r("e01a"),r("b636"),r("d28b"),r("944a"),r("e260"),r("fb6a"),r("b0c0"),r("0c47"),r("23dc"),r("3410"),r("131a"),r("d3b7"),r("e6cf"),r("3ca3"),r("0643"),r("4e3e"),r("159b"),r("ddb0");function c(e){return c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c(e)}function a(){
|
|
10
10
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
11
|
-
a=function(){return t};var e,t={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(e,t,r){e[t]=r.value},i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",u=i.asyncIterator||"@@asyncIterator",f=i.toStringTag||"@@toStringTag";function l(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,r){return e[t]=r}}function d(e,t,r,n){var i=t&&t.prototype instanceof m?t:m,c=Object.create(i.prototype),a=new j(n||[]);return o(c,"_invoke",{value:R(e,r,a)}),c}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=d;var h="suspendedStart",v="suspendedYield",y="executing",b="completed",g={};function m(){}function w(){}function S(){}var k={};l(k,s,(function(){return this}));var E=Object.getPrototypeOf,_=E&&E(E(I([])));_&&_!==r&&n.call(_,s)&&(k=_);var A=S.prototype=m.prototype=Object.create(k);function x(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function r(o,i,a,s){var u=p(e[o],e,i);if("throw"!==u.type){var f=u.arg,l=f.value;return l&&"object"==c(l)&&n.call(l,"__await")?t.resolve(l.__await).then((function(e){r("next",e,a,s)}),(function(e){r("throw",e,a,s)})):t.resolve(l).then((function(e){f.value=e,a(f)}),(function(e){return r("throw",e,a,s)}))}s(u.arg)}var i;o(this,"_invoke",{value:function(e,n){function o(){return new t((function(t,o){r(e,n,t,o)}))}return i=i?i.then(o,o):o()}})}function R(t,r,n){var o=h;return function(i,c){if(o===y)throw Error("Generator is already running");if(o===b){if("throw"===i)throw c;return{value:e,done:!0}}for(n.method=i,n.arg=c;;){var a=n.delegate;if(a){var s=H(a,n);if(s){if(s===g)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=b,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=y;var u=p(t,r,n);if("normal"===u.type){if(o=n.done?b:v,u.arg===g)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(o=b,n.method="throw",n.arg=u.arg)}}}function H(t,r){var n=r.method,o=t.iterator[n];if(o===e)return r.delegate=null,"throw"===n&&t.iterator["return"]&&(r.method="return",r.arg=e,H(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),g;var i=p(o,t.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,g;var c=i.arg;return c?c.done?(r[t.resultName]=c.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,g):c:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,g)}function C(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(C,this),this.reset(!0)}function I(t){if(t||""===t){var r=t[s];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function r(){for(;++o<t.length;)if(n.call(t,o))return r.value=t[o],r.done=!1,r;return r.value=e,r.done=!0,r};return i.next=i}}throw new TypeError(c(t)+" is not iterable")}return w.prototype=S,o(A,"constructor",{value:S,configurable:!0}),o(S,"constructor",{value:w,configurable:!0}),w.displayName=l(S,f,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===w||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,S):(e.__proto__=S,l(e,f,"GeneratorFunction")),e.prototype=Object.create(A),e},t.awrap=function(e){return{__await:e}},x(O.prototype),l(O.prototype,u,(function(){return this})),t.AsyncIterator=O,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var c=new O(d(e,r,n,o),i);return t.isGeneratorFunction(r)?c:c.next().then((function(e){return e.done?e.value:c.next()}))},x(A),l(A,f,"Generator"),l(A,s,(function(){return this})),l(A,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=I,j.prototype={constructor:j,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(T),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function o(n,o){return a.type="throw",a.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i],a=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var s=n.call(c,"catchLoc"),u=n.call(c,"finallyLoc");if(s&&u){if(this.prev<c.catchLoc)return o(c.catchLoc,!0);if(this.prev<c.finallyLoc)return o(c.finallyLoc)}else if(s){if(this.prev<c.catchLoc)return o(c.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return o(c.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var c=i?i.completion:{};return c.type=e,c.arg=t,i?(this.method="next",this.next=i.finallyLoc,g):this.complete(c)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),g},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),T(r),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;T(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:I(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),g}},t}r("4de4"),r("e439"),r("dbb4"),r("b64b"),r("2382"),r("8172"),r("efec"),r("a9e3");function s(e,t){if("object"!=c(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=c(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function u(e){var t=s(e,"string");return"symbol"==c(t)?t:t+""}function f(e,t,r){return(t=u(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function d(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){f(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function p(e,t,r,n,o,i,c){try{var a=e[i](c),s=a.value}catch(e){return void r(e)}a.done?t(s):Promise.resolve(s).then(n,o)}function h(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function c(e){p(i,n,o,c,a,"next",e)}function a(e){p(i,n,o,c,a,"throw",e)}c(void 0)}))}}r("a15b"),r("07ac"),r("2ca0"),r("9a9a");var v=function(e){if(e&&e.length||e&&e.size)return!1;if("object"!==c(e))return!0;for(var t in e)if(Object.hasOwn(e,t))return!1;return!0},y={install:function(e,t){var n=t.axios;if(!this.installed){this.installed=!0;var o="undefined"!==typeof window?r("68ad"):null;e.prototype.$unidooInitKeycloak=function(){var t=h(a().mark((function t(r){var i,c;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),i={ssoParams:{}},i=d({},r),c=o(i.ssoParams),e.prototype.$keycloak=c,c.init({onLoad:i.ssoParams.onLoad,promiseType:"native",checkLoginIframe:!1}).then((function(){w(n,i.ssoParams.authorizedDomains,c),m(c)})).catch((function(e){throw new Error(e)}));case 6:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),e.prototype.$unidooInitSimpleKeycloak=function(){var t=h(a().mark((function t(r){var n,i;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),n={ssoParams:{}},n=d({},r),i=o(n.ssoParams),e.prototype.$keycloak=i,i.init({onLoad:"check-sso",promiseType:"native",checkLoginIframe:!1}).then((function(){m(i)})).catch((function(e){throw new Error(e)}));case 6:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()}}},b=y;function g(e){if(!e.ssoParams||0===Object.keys(e.ssoParams).length)throw new Error("You need to provide sso parameters for the plugin to work.");var t=Object.values(e.ssoParams).some((function(e){return v(e)}));if(t){var r=[];for(var n in e.ssoParams)v(e.ssoParams[n])&&r.push(n);throw new Error("The following properties are required : ".concat(r.join(", ")))}}function m(e){setTimeout((function(){e.updateToken(2e5).catch((function(e){return null})),m(e)}),2e5)}function w(e,t,r){e.interceptors.request.use((function(e){return t.some((function(t){return e.url.startsWith(t)}))&&r.token&&(e.headers.Authorization="Bearer "+r.token,e.headers.Accept="application/json, text/plain, */*"),e}),(function(e){return Promise.reject(e)}))}t["default"]=b},fb6a:function(e,t,r){"use strict";var n=r("23e7"),o=r("861d"),i=r("e8b5"),c=r("23cb"),a=r("50c4"),s=r("fc6a"),u=r("8418"),f=r("b622"),l=r("1dde"),d=r("ae40"),p=l("slice"),h=d("slice",{ACCESSORS:!0,0:0,1:2}),v=f("species"),y=[].slice,b=Math.max;n({target:"Array",proto:!0,forced:!p||!h},{slice:function(e,t){var r,n,f,l=s(this),d=a(l.length),p=c(e,d),h=c(void 0===t?d:t,d);if(i(l)&&(r=l.constructor,"function"!=typeof r||r!==Array&&!i(r.prototype)?o(r)&&(r=r[v],null===r&&(r=void 0)):r=void 0,r===Array||void 0===r))return y.call(l,p,h);for(n=new(void 0===r?Array:r)(b(h-p,0)),f=0;p<h;p++,f++)p in l&&u(n,f,l[p]);return n.length=f,n}})},fc6a:function(e,t,r){var n=r("44ad"),o=r("1d80");e.exports=function(e){return n(o(e))}},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,r){var n=r("4930");e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fea9:function(e,t,r){var n=r("da84");e.exports=n.Promise}});
|
|
11
|
+
a=function(){return t};var e,t={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(e,t,r){e[t]=r.value},i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",u=i.asyncIterator||"@@asyncIterator",f=i.toStringTag||"@@toStringTag";function l(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,r){return e[t]=r}}function d(e,t,r,n){var i=t&&t.prototype instanceof m?t:m,c=Object.create(i.prototype),a=new j(n||[]);return o(c,"_invoke",{value:R(e,r,a)}),c}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=d;var h="suspendedStart",v="suspendedYield",y="executing",b="completed",g={};function m(){}function w(){}function S(){}var k={};l(k,s,(function(){return this}));var E=Object.getPrototypeOf,_=E&&E(E(I([])));_&&_!==r&&n.call(_,s)&&(k=_);var A=S.prototype=m.prototype=Object.create(k);function x(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function r(o,i,a,s){var u=p(e[o],e,i);if("throw"!==u.type){var f=u.arg,l=f.value;return l&&"object"==c(l)&&n.call(l,"__await")?t.resolve(l.__await).then((function(e){r("next",e,a,s)}),(function(e){r("throw",e,a,s)})):t.resolve(l).then((function(e){f.value=e,a(f)}),(function(e){return r("throw",e,a,s)}))}s(u.arg)}var i;o(this,"_invoke",{value:function(e,n){function o(){return new t((function(t,o){r(e,n,t,o)}))}return i=i?i.then(o,o):o()}})}function R(t,r,n){var o=h;return function(i,c){if(o===y)throw Error("Generator is already running");if(o===b){if("throw"===i)throw c;return{value:e,done:!0}}for(n.method=i,n.arg=c;;){var a=n.delegate;if(a){var s=H(a,n);if(s){if(s===g)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=b,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=y;var u=p(t,r,n);if("normal"===u.type){if(o=n.done?b:v,u.arg===g)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(o=b,n.method="throw",n.arg=u.arg)}}}function H(t,r){var n=r.method,o=t.iterator[n];if(o===e)return r.delegate=null,"throw"===n&&t.iterator["return"]&&(r.method="return",r.arg=e,H(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),g;var i=p(o,t.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,g;var c=i.arg;return c?c.done?(r[t.resultName]=c.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,g):c:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,g)}function C(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(C,this),this.reset(!0)}function I(t){if(t||""===t){var r=t[s];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function r(){for(;++o<t.length;)if(n.call(t,o))return r.value=t[o],r.done=!1,r;return r.value=e,r.done=!0,r};return i.next=i}}throw new TypeError(c(t)+" is not iterable")}return w.prototype=S,o(A,"constructor",{value:S,configurable:!0}),o(S,"constructor",{value:w,configurable:!0}),w.displayName=l(S,f,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===w||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,S):(e.__proto__=S,l(e,f,"GeneratorFunction")),e.prototype=Object.create(A),e},t.awrap=function(e){return{__await:e}},x(O.prototype),l(O.prototype,u,(function(){return this})),t.AsyncIterator=O,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var c=new O(d(e,r,n,o),i);return t.isGeneratorFunction(r)?c:c.next().then((function(e){return e.done?e.value:c.next()}))},x(A),l(A,f,"Generator"),l(A,s,(function(){return this})),l(A,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=I,j.prototype={constructor:j,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(T),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function o(n,o){return a.type="throw",a.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i],a=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var s=n.call(c,"catchLoc"),u=n.call(c,"finallyLoc");if(s&&u){if(this.prev<c.catchLoc)return o(c.catchLoc,!0);if(this.prev<c.finallyLoc)return o(c.finallyLoc)}else if(s){if(this.prev<c.catchLoc)return o(c.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return o(c.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var c=i?i.completion:{};return c.type=e,c.arg=t,i?(this.method="next",this.next=i.finallyLoc,g):this.complete(c)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),g},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),T(r),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;T(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:I(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),g}},t}r("4de4"),r("e439"),r("dbb4"),r("b64b"),r("2382"),r("8172"),r("efec"),r("a9e3");function s(e,t){if("object"!=c(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=c(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function u(e){var t=s(e,"string");return"symbol"==c(t)?t:t+""}function f(e,t,r){return(t=u(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function d(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){f(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function p(e,t,r,n,o,i,c){try{var a=e[i](c),s=a.value}catch(e){return void r(e)}a.done?t(s):Promise.resolve(s).then(n,o)}function h(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function c(e){p(i,n,o,c,a,"next",e)}function a(e){p(i,n,o,c,a,"throw",e)}c(void 0)}))}}r("a15b"),r("07ac"),r("2ca0"),r("9a9a");var v=function(e){if(e&&e.length||e&&e.size)return!1;if("object"!==c(e))return!0;for(var t in e)if(Object.hasOwn(e,t))return!1;return!0},y={install:function(e,t){var n=t.axios;if(!this.installed){this.installed=!0;var o=null;"undefined"!==typeof window&&(o=r("68ad")||null),e.prototype.$unidooInitKeycloak=function(){var t=h(a().mark((function t(r){var i,c;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),i={ssoParams:{}},i=d({},r),o&&(c=o(i.ssoParams),e.prototype.$keycloak=c,c.init({onLoad:i.ssoParams.onLoad,promiseType:"native",checkLoginIframe:!1}).then((function(){w(n,i.ssoParams.authorizedDomains,c),m(c)})).catch((function(e){throw new Error(e)})));case 4:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),e.prototype.$unidooInitSimpleKeycloak=function(){var t=h(a().mark((function t(r){var n,i;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),n={ssoParams:{}},n=d({},r),o&&(i=o(n.ssoParams),e.prototype.$keycloak=i,i.init({onLoad:"check-sso",promiseType:"native",checkLoginIframe:!1}).then((function(){m(i)})).catch((function(e){throw new Error(e)})));case 4:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()}}},b=y;function g(e){if(!e.ssoParams||0===Object.keys(e.ssoParams).length)throw new Error("You need to provide sso parameters for the plugin to work.");var t=Object.values(e.ssoParams).some((function(e){return v(e)}));if(t){var r=[];for(var n in e.ssoParams)v(e.ssoParams[n])&&r.push(n);throw new Error("The following properties are required : ".concat(r.join(", ")))}}function m(e){setTimeout((function(){e.updateToken(2e5).catch((function(e){return null})),m(e)}),2e5)}function w(e,t,r){e.interceptors.request.use((function(e){return t.some((function(t){return e.url.startsWith(t)}))&&r.token&&(e.headers.Authorization="Bearer "+r.token,e.headers.Accept="application/json, text/plain, */*"),e}),(function(e){return Promise.reject(e)}))}t["default"]=b},fb6a:function(e,t,r){"use strict";var n=r("23e7"),o=r("861d"),i=r("e8b5"),c=r("23cb"),a=r("50c4"),s=r("fc6a"),u=r("8418"),f=r("b622"),l=r("1dde"),d=r("ae40"),p=l("slice"),h=d("slice",{ACCESSORS:!0,0:0,1:2}),v=f("species"),y=[].slice,b=Math.max;n({target:"Array",proto:!0,forced:!p||!h},{slice:function(e,t){var r,n,f,l=s(this),d=a(l.length),p=c(e,d),h=c(void 0===t?d:t,d);if(i(l)&&(r=l.constructor,"function"!=typeof r||r!==Array&&!i(r.prototype)?o(r)&&(r=r[v],null===r&&(r=void 0)):r=void 0,r===Array||void 0===r))return y.call(l,p,h);for(n=new(void 0===r?Array:r)(b(h-p,0)),f=0;p<h;p++,f++)p in l&&u(n,f,l[p]);return n.length=f,n}})},fc6a:function(e,t,r){var n=r("44ad"),o=r("1d80");e.exports=function(e){return n(o(e))}},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,r){var n=r("4930");e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fea9:function(e,t,r){var n=r("da84");e.exports=n.Promise}});
|
package/dist/auth/auth.umd.js
CHANGED
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
* @license MIT
|
|
9
9
|
*/(function(){"use strict";var ERROR="input is invalid type",WINDOW="object"===typeof window,root=WINDOW?window:{};root.JS_SHA256_NO_WINDOW&&(WINDOW=!1);var WEB_WORKER=!WINDOW&&"object"===typeof self,NODE_JS=!root.JS_SHA256_NO_NODE_JS&&"object"===typeof process&&process.versions&&process.versions.node;NODE_JS?root=global:WEB_WORKER&&(root=self);var COMMON_JS=!root.JS_SHA256_NO_COMMON_JS&&"object"===typeof module&&module.exports,AMD=__webpack_require__("3c35"),ARRAY_BUFFER=!root.JS_SHA256_NO_ARRAY_BUFFER&&"undefined"!==typeof ArrayBuffer,HEX_CHARS="0123456789abcdef".split(""),EXTRA=[-2147483648,8388608,32768,128],SHIFT=[24,16,8,0],K=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],OUTPUT_TYPES=["hex","array","digest","arrayBuffer"],blocks=[];!root.JS_SHA256_NO_NODE_JS&&Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),!ARRAY_BUFFER||!root.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(e){return"object"===typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var createOutputMethod=function(e,t){return function(r){return new Sha256(t,!0).update(r)[e]()}},createMethod=function(e){var t=createOutputMethod("hex",e);NODE_JS&&(t=nodeWrap(t,e)),t.create=function(){return new Sha256(e)},t.update=function(e){return t.create().update(e)};for(var r=0;r<OUTPUT_TYPES.length;++r){var n=OUTPUT_TYPES[r];t[n]=createOutputMethod(n,e)}return t},nodeWrap=function(method,is224){var crypto=eval("require('crypto')"),Buffer=eval("require('buffer').Buffer"),algorithm=is224?"sha224":"sha256",nodeMethod=function(e){if("string"===typeof e)return crypto.createHash(algorithm).update(e,"utf8").digest("hex");if(null===e||void 0===e)throw new Error(ERROR);return e.constructor===ArrayBuffer&&(e=new Uint8Array(e)),Array.isArray(e)||ArrayBuffer.isView(e)||e.constructor===Buffer?crypto.createHash(algorithm).update(new Buffer(e)).digest("hex"):method(e)};return nodeMethod},createHmacOutputMethod=function(e,t){return function(r,n){return new HmacSha256(r,t,!0).update(n)[e]()}},createHmacMethod=function(e){var t=createHmacOutputMethod("hex",e);t.create=function(t){return new HmacSha256(t,e)},t.update=function(e,r){return t.create(e).update(r)};for(var r=0;r<OUTPUT_TYPES.length;++r){var n=OUTPUT_TYPES[r];t[n]=createHmacOutputMethod(n,e)}return t};function Sha256(e,t){t?(blocks[0]=blocks[16]=blocks[1]=blocks[2]=blocks[3]=blocks[4]=blocks[5]=blocks[6]=blocks[7]=blocks[8]=blocks[9]=blocks[10]=blocks[11]=blocks[12]=blocks[13]=blocks[14]=blocks[15]=0,this.blocks=blocks):this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],e?(this.h0=3238371032,this.h1=914150663,this.h2=812702999,this.h3=4144912697,this.h4=4290775857,this.h5=1750603025,this.h6=1694076839,this.h7=3204075428):(this.h0=1779033703,this.h1=3144134277,this.h2=1013904242,this.h3=2773480762,this.h4=1359893119,this.h5=2600822924,this.h6=528734635,this.h7=1541459225),this.block=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0,this.is224=e}function HmacSha256(e,t,r){var n,o=typeof e;if("string"===o){var i,c=[],a=e.length,s=0;for(n=0;n<a;++n)i=e.charCodeAt(n),i<128?c[s++]=i:i<2048?(c[s++]=192|i>>6,c[s++]=128|63&i):i<55296||i>=57344?(c[s++]=224|i>>12,c[s++]=128|i>>6&63,c[s++]=128|63&i):(i=65536+((1023&i)<<10|1023&e.charCodeAt(++n)),c[s++]=240|i>>18,c[s++]=128|i>>12&63,c[s++]=128|i>>6&63,c[s++]=128|63&i);e=c}else{if("object"!==o)throw new Error(ERROR);if(null===e)throw new Error(ERROR);if(ARRAY_BUFFER&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(e)))throw new Error(ERROR)}e.length>64&&(e=new Sha256(t,!0).update(e).array());var u=[],f=[];for(n=0;n<64;++n){var l=e[n]||0;u[n]=92^l,f[n]=54^l}Sha256.call(this,t,r),this.update(f),this.oKeyPad=u,this.inner=!0,this.sharedMemory=r}Sha256.prototype.update=function(e){if(!this.finalized){var t,r=typeof e;if("string"!==r){if("object"!==r)throw new Error(ERROR);if(null===e)throw new Error(ERROR);if(ARRAY_BUFFER&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(e)))throw new Error(ERROR);t=!0}var n,o,i=0,c=e.length,a=this.blocks;while(i<c){if(this.hashed&&(this.hashed=!1,a[0]=this.block,a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),t)for(o=this.start;i<c&&o<64;++i)a[o>>2]|=e[i]<<SHIFT[3&o++];else for(o=this.start;i<c&&o<64;++i)n=e.charCodeAt(i),n<128?a[o>>2]|=n<<SHIFT[3&o++]:n<2048?(a[o>>2]|=(192|n>>6)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]):n<55296||n>=57344?(a[o>>2]|=(224|n>>12)<<SHIFT[3&o++],a[o>>2]|=(128|n>>6&63)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]):(n=65536+((1023&n)<<10|1023&e.charCodeAt(++i)),a[o>>2]|=(240|n>>18)<<SHIFT[3&o++],a[o>>2]|=(128|n>>12&63)<<SHIFT[3&o++],a[o>>2]|=(128|n>>6&63)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]);this.lastByteIndex=o,this.bytes+=o-this.start,o>=64?(this.block=a[16],this.start=o-64,this.hash(),this.hashed=!0):this.start=o}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Sha256.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[16]=this.block,e[t>>2]|=EXTRA[3&t],this.block=e[16],t>=56&&(this.hashed||this.hash(),e[0]=this.block,e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.hBytes<<3|this.bytes>>>29,e[15]=this.bytes<<3,this.hash()}},Sha256.prototype.hash=function(){var e,t,r,n,o,i,c,a,s,u,f,l=this.h0,d=this.h1,p=this.h2,h=this.h3,v=this.h4,y=this.h5,b=this.h6,g=this.h7,m=this.blocks;for(e=16;e<64;++e)o=m[e-15],t=(o>>>7|o<<25)^(o>>>18|o<<14)^o>>>3,o=m[e-2],r=(o>>>17|o<<15)^(o>>>19|o<<13)^o>>>10,m[e]=m[e-16]+t+m[e-7]+r<<0;for(f=d&p,e=0;e<64;e+=4)this.first?(this.is224?(a=300032,o=m[0]-1413257819,g=o-150054599<<0,h=o+24177077<<0):(a=704751109,o=m[0]-210244248,g=o-1521486534<<0,h=o+143694565<<0),this.first=!1):(t=(l>>>2|l<<30)^(l>>>13|l<<19)^(l>>>22|l<<10),r=(v>>>6|v<<26)^(v>>>11|v<<21)^(v>>>25|v<<7),a=l&d,n=a^l&p^f,c=v&y^~v&b,o=g+r+c+K[e]+m[e],i=t+n,g=h+o<<0,h=o+i<<0),t=(h>>>2|h<<30)^(h>>>13|h<<19)^(h>>>22|h<<10),r=(g>>>6|g<<26)^(g>>>11|g<<21)^(g>>>25|g<<7),s=h&l,n=s^h&d^a,c=g&v^~g&y,o=b+r+c+K[e+1]+m[e+1],i=t+n,b=p+o<<0,p=o+i<<0,t=(p>>>2|p<<30)^(p>>>13|p<<19)^(p>>>22|p<<10),r=(b>>>6|b<<26)^(b>>>11|b<<21)^(b>>>25|b<<7),u=p&h,n=u^p&l^s,c=b&g^~b&v,o=y+r+c+K[e+2]+m[e+2],i=t+n,y=d+o<<0,d=o+i<<0,t=(d>>>2|d<<30)^(d>>>13|d<<19)^(d>>>22|d<<10),r=(y>>>6|y<<26)^(y>>>11|y<<21)^(y>>>25|y<<7),f=d&p,n=f^d&h^u,c=y&b^~y&g,o=v+r+c+K[e+3]+m[e+3],i=t+n,v=l+o<<0,l=o+i<<0;this.h0=this.h0+l<<0,this.h1=this.h1+d<<0,this.h2=this.h2+p<<0,this.h3=this.h3+h<<0,this.h4=this.h4+v<<0,this.h5=this.h5+y<<0,this.h6=this.h6+b<<0,this.h7=this.h7+g<<0},Sha256.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,r=this.h2,n=this.h3,o=this.h4,i=this.h5,c=this.h6,a=this.h7,s=HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[r>>28&15]+HEX_CHARS[r>>24&15]+HEX_CHARS[r>>20&15]+HEX_CHARS[r>>16&15]+HEX_CHARS[r>>12&15]+HEX_CHARS[r>>8&15]+HEX_CHARS[r>>4&15]+HEX_CHARS[15&r]+HEX_CHARS[n>>28&15]+HEX_CHARS[n>>24&15]+HEX_CHARS[n>>20&15]+HEX_CHARS[n>>16&15]+HEX_CHARS[n>>12&15]+HEX_CHARS[n>>8&15]+HEX_CHARS[n>>4&15]+HEX_CHARS[15&n]+HEX_CHARS[o>>28&15]+HEX_CHARS[o>>24&15]+HEX_CHARS[o>>20&15]+HEX_CHARS[o>>16&15]+HEX_CHARS[o>>12&15]+HEX_CHARS[o>>8&15]+HEX_CHARS[o>>4&15]+HEX_CHARS[15&o]+HEX_CHARS[i>>28&15]+HEX_CHARS[i>>24&15]+HEX_CHARS[i>>20&15]+HEX_CHARS[i>>16&15]+HEX_CHARS[i>>12&15]+HEX_CHARS[i>>8&15]+HEX_CHARS[i>>4&15]+HEX_CHARS[15&i]+HEX_CHARS[c>>28&15]+HEX_CHARS[c>>24&15]+HEX_CHARS[c>>20&15]+HEX_CHARS[c>>16&15]+HEX_CHARS[c>>12&15]+HEX_CHARS[c>>8&15]+HEX_CHARS[c>>4&15]+HEX_CHARS[15&c];return this.is224||(s+=HEX_CHARS[a>>28&15]+HEX_CHARS[a>>24&15]+HEX_CHARS[a>>20&15]+HEX_CHARS[a>>16&15]+HEX_CHARS[a>>12&15]+HEX_CHARS[a>>8&15]+HEX_CHARS[a>>4&15]+HEX_CHARS[15&a]),s},Sha256.prototype.toString=Sha256.prototype.hex,Sha256.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,r=this.h2,n=this.h3,o=this.h4,i=this.h5,c=this.h6,a=this.h7,s=[e>>24&255,e>>16&255,e>>8&255,255&e,t>>24&255,t>>16&255,t>>8&255,255&t,r>>24&255,r>>16&255,r>>8&255,255&r,n>>24&255,n>>16&255,n>>8&255,255&n,o>>24&255,o>>16&255,o>>8&255,255&o,i>>24&255,i>>16&255,i>>8&255,255&i,c>>24&255,c>>16&255,c>>8&255,255&c];return this.is224||s.push(a>>24&255,a>>16&255,a>>8&255,255&a),s},Sha256.prototype.array=Sha256.prototype.digest,Sha256.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(this.is224?28:32),t=new DataView(e);return t.setUint32(0,this.h0),t.setUint32(4,this.h1),t.setUint32(8,this.h2),t.setUint32(12,this.h3),t.setUint32(16,this.h4),t.setUint32(20,this.h5),t.setUint32(24,this.h6),this.is224||t.setUint32(28,this.h7),e},HmacSha256.prototype=new Sha256,HmacSha256.prototype.finalize=function(){if(Sha256.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();Sha256.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(e),Sha256.prototype.finalize.call(this)}};var exports=createMethod();exports.sha256=exports,exports.sha224=createMethod(!0),exports.sha256.hmac=createHmacMethod(),exports.sha224.hmac=createHmacMethod(!0),COMMON_JS?module.exports=exports:(root.sha256=exports.sha256,root.sha224=exports.sha224,AMD&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return exports}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))})()}).call(this,__webpack_require__("4362"),__webpack_require__("c8ba"))},"6eeb":function(e,t,r){var n=r("da84"),o=r("9112"),i=r("5135"),c=r("ce4e"),a=r("8925"),s=r("69f3"),u=s.get,f=s.enforce,l=String(String).split("String");(e.exports=function(e,t,r,a){var s=!!a&&!!a.unsafe,u=!!a&&!!a.enumerable,d=!!a&&!!a.noTargetGet;"function"==typeof r&&("string"!=typeof t||i(r,"name")||o(r,"name",t),f(r).source=l.join("string"==typeof t?t:"")),e!==n?(s?!d&&e[t]&&(u=!0):delete e[t],u?e[t]=r:o(e,t,r)):u?e[t]=r:c(t,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||a(this)}))},"6f53":function(e,t,r){var n=r("83ab"),o=r("df75"),i=r("fc6a"),c=r("d1e7").f,a=function(e){return function(t){var r,a=i(t),s=o(a),u=s.length,f=0,l=[];while(u>f)r=s[f++],n&&!c.call(a,r)||l.push(e?[r,a[r]]:a[r]);return l}};e.exports={entries:a(!0),values:a(!1)}},7156:function(e,t,r){var n=r("861d"),o=r("d2bb");e.exports=function(e,t,r){var i,c;return o&&"function"==typeof(i=t.constructor)&&i!==r&&n(c=i.prototype)&&c!==r.prototype&&o(e,c),e}},7418:function(e,t){t.f=Object.getOwnPropertySymbols},"746f":function(e,t,r){var n=r("428f"),o=r("5135"),i=r("e538"),c=r("9bf2").f;e.exports=function(e){var t=n.Symbol||(n.Symbol={});o(t,e)||c(t,e,{value:i.f(e)})}},7839:function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(e,t,r){var n=r("1d80");e.exports=function(e){return Object(n(e))}},"7c73":function(e,t,r){var n,o=r("825a"),i=r("37e8"),c=r("7839"),a=r("d012"),s=r("1be4"),u=r("cc12"),f=r("f772"),l=">",d="<",p="prototype",h="script",v=f("IE_PROTO"),y=function(){},b=function(e){return d+h+l+e+d+"/"+h+l},g=function(e){e.write(b("")),e.close();var t=e.parentWindow.Object;return e=null,t},m=function(){var e,t=u("iframe"),r="java"+h+":";return t.style.display="none",s.appendChild(t),t.src=String(r),e=t.contentWindow.document,e.open(),e.write(b("document.F=Object")),e.close(),e.F},w=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(t){}w=n?g(n):m();var e=c.length;while(e--)delete w[p][c[e]];return w()};a[v]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(y[p]=o(e),r=new y,y[p]=null,r[v]=e):r=w(),void 0===t?r:i(r,t)}},"7dd0":function(e,t,r){"use strict";var n=r("23e7"),o=r("9ed3"),i=r("e163"),c=r("d2bb"),a=r("d44e"),s=r("9112"),u=r("6eeb"),f=r("b622"),l=r("c430"),d=r("3f8c"),p=r("ae93"),h=p.IteratorPrototype,v=p.BUGGY_SAFARI_ITERATORS,y=f("iterator"),b="keys",g="values",m="entries",w=function(){return this};e.exports=function(e,t,r,f,p,S,k){o(r,t,f);var E,_,A,x=function(e){if(e===p&&T)return T;if(!v&&e in H)return H[e];switch(e){case b:return function(){return new r(this,e)};case g:return function(){return new r(this,e)};case m:return function(){return new r(this,e)}}return function(){return new r(this)}},O=t+" Iterator",R=!1,H=e.prototype,C=H[y]||H["@@iterator"]||p&&H[p],T=!v&&C||x(p),j="Array"==t&&H.entries||C;if(j&&(E=i(j.call(new e)),h!==Object.prototype&&E.next&&(l||i(E)===h||(c?c(E,h):"function"!=typeof E[y]&&s(E,y,w)),a(E,O,!0,!0),l&&(d[O]=w))),p==g&&C&&C.name!==g&&(R=!0,T=function(){return C.call(this)}),l&&!k||H[y]===T||s(H,y,T),d[t]=T,p)if(_={values:x(g),keys:S?T:x(b),entries:x(m)},k)for(A in _)(v||R||!(A in H))&&u(H,A,_[A]);else n({target:t,proto:!0,forced:v||R},_);return _}},"7f9a":function(e,t,r){var n=r("da84"),o=r("8925"),i=n.WeakMap;e.exports="function"===typeof i&&/native code/.test(o(i))},8172:function(e,t,r){var n=r("746f");n("toPrimitive")},"825a":function(e,t,r){var n=r("861d");e.exports=function(e){if(!n(e))throw TypeError(String(e)+" is not an object");return e}},"83ab":function(e,t,r){var n=r("d039");e.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8418:function(e,t,r){"use strict";var n=r("c04e"),o=r("9bf2"),i=r("5c6c");e.exports=function(e,t,r){var c=n(t);c in e?o.f(e,c,i(0,r)):e[c]=r}},"861d":function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},8875:function(e,t,r){var n,o,i;(function(r,c){o=[],n=c,i="function"===typeof n?n.apply(t,o):n,void 0===i||(e.exports=i)})("undefined"!==typeof self&&self,(function(){function e(){var t=Object.getOwnPropertyDescriptor(document,"currentScript");if(!t&&"currentScript"in document&&document.currentScript)return document.currentScript;if(t&&t.get!==e&&document.currentScript)return document.currentScript;try{throw new Error}catch(p){var r,n,o,i=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,c=/@([^@]*):(\d+):(\d+)\s*$/gi,a=i.exec(p.stack)||c.exec(p.stack),s=a&&a[1]||!1,u=a&&a[2]||!1,f=document.location.href.replace(document.location.hash,""),l=document.getElementsByTagName("script");s===f&&(r=document.documentElement.outerHTML,n=new RegExp("(?:[^\\n]+?\\n){0,"+(u-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),o=r.replace(n,"$1").trim());for(var d=0;d<l.length;d++){if("interactive"===l[d].readyState)return l[d];if(l[d].src===s)return l[d];if(s===f&&l[d].innerHTML&&l[d].innerHTML.trim()===o)return l[d]}return null}}return e}))},8925:function(e,t,r){var n=r("c6cd"),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(e){return o.call(e)}),e.exports=n.inspectSource},"90e3":function(e,t){var r=0,n=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++r+n).toString(36)}},9112:function(e,t,r){var n=r("83ab"),o=r("9bf2"),i=r("5c6c");e.exports=n?function(e,t,r){return o.f(e,t,i(1,r))}:function(e,t,r){return e[t]=r,e}},"944a":function(e,t,r){var n=r("746f");n("toStringTag")},"94ca":function(e,t,r){var n=r("d039"),o=/#|\.prototype\./,i=function(e,t){var r=a[c(e)];return r==u||r!=s&&("function"==typeof t?n(t):!!t)},c=i.normalize=function(e){return String(e).replace(o,".").toLowerCase()},a=i.data={},s=i.NATIVE="N",u=i.POLYFILL="P";e.exports=i},"9a9a":function(e,t,r){"use strict";var n=r("23e7"),o=r("2266"),i=r("1c0b"),c=r("825a");n({target:"Iterator",proto:!0,real:!0},{some:function(e){return c(this),i(e),o(this,(function(t){if(e(t))return o.stop()}),void 0,!1,!0).stopped}})},"9bdd":function(e,t,r){var n=r("825a");e.exports=function(e,t,r,o){try{return o?t(n(r)[0],r[1]):t(r)}catch(c){var i=e["return"];throw void 0!==i&&n(i.call(e)),c}}},"9bf2":function(e,t,r){var n=r("83ab"),o=r("0cfb"),i=r("825a"),c=r("c04e"),a=Object.defineProperty;t.f=n?a:function(e,t,r){if(i(e),t=c(t,!0),i(r),o)try{return a(e,t,r)}catch(n){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},"9ed3":function(e,t,r){"use strict";var n=r("ae93").IteratorPrototype,o=r("7c73"),i=r("5c6c"),c=r("d44e"),a=r("3f8c"),s=function(){return this};e.exports=function(e,t,r){var u=t+" Iterator";return e.prototype=o(n,{next:i(1,r)}),c(e,u,!1,!0),a[u]=s,e}},a15b:function(e,t,r){"use strict";var n=r("23e7"),o=r("44ad"),i=r("fc6a"),c=r("a640"),a=[].join,s=o!=Object,u=c("join",",");n({target:"Array",proto:!0,forced:s||!u},{join:function(e){return a.call(i(this),void 0===e?",":e)}})},a4d3:function(e,t,r){"use strict";var n=r("23e7"),o=r("da84"),i=r("d066"),c=r("c430"),a=r("83ab"),s=r("4930"),u=r("fdbf"),f=r("d039"),l=r("5135"),d=r("e8b5"),p=r("861d"),h=r("825a"),v=r("7b0b"),y=r("fc6a"),b=r("c04e"),g=r("5c6c"),m=r("7c73"),w=r("df75"),S=r("241c"),k=r("057f"),E=r("7418"),_=r("06cf"),A=r("9bf2"),x=r("d1e7"),O=r("9112"),R=r("6eeb"),H=r("5692"),C=r("f772"),T=r("d012"),j=r("90e3"),I=r("b622"),P=r("e538"),L=r("746f"),U=r("d44e"),M=r("69f3"),N=r("b727").forEach,X=C("hidden"),F="Symbol",D="prototype",B=I("toPrimitive"),K=M.set,W=M.getterFor(F),q=Object[D],Y=o.Symbol,z=i("JSON","stringify"),J=_.f,V=A.f,G=k.f,$=x.f,Q=H("symbols"),Z=H("op-symbols"),ee=H("string-to-symbol-registry"),te=H("symbol-to-string-registry"),re=H("wks"),ne=o.QObject,oe=!ne||!ne[D]||!ne[D].findChild,ie=a&&f((function(){return 7!=m(V({},"a",{get:function(){return V(this,"a",{value:7}).a}})).a}))?function(e,t,r){var n=J(q,t);n&&delete q[t],V(e,t,r),n&&e!==q&&V(q,t,n)}:V,ce=function(e,t){var r=Q[e]=m(Y[D]);return K(r,{type:F,tag:e,description:t}),a||(r.description=t),r},ae=u?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof Y},se=function(e,t,r){e===q&&se(Z,t,r),h(e);var n=b(t,!0);return h(r),l(Q,n)?(r.enumerable?(l(e,X)&&e[X][n]&&(e[X][n]=!1),r=m(r,{enumerable:g(0,!1)})):(l(e,X)||V(e,X,g(1,{})),e[X][n]=!0),ie(e,n,r)):V(e,n,r)},ue=function(e,t){h(e);var r=y(t),n=w(r).concat(he(r));return N(n,(function(t){a&&!le.call(r,t)||se(e,t,r[t])})),e},fe=function(e,t){return void 0===t?m(e):ue(m(e),t)},le=function(e){var t=b(e,!0),r=$.call(this,t);return!(this===q&&l(Q,t)&&!l(Z,t))&&(!(r||!l(this,t)||!l(Q,t)||l(this,X)&&this[X][t])||r)},de=function(e,t){var r=y(e),n=b(t,!0);if(r!==q||!l(Q,n)||l(Z,n)){var o=J(r,n);return!o||!l(Q,n)||l(r,X)&&r[X][n]||(o.enumerable=!0),o}},pe=function(e){var t=G(y(e)),r=[];return N(t,(function(e){l(Q,e)||l(T,e)||r.push(e)})),r},he=function(e){var t=e===q,r=G(t?Z:y(e)),n=[];return N(r,(function(e){!l(Q,e)||t&&!l(q,e)||n.push(Q[e])})),n};if(s||(Y=function(){if(this instanceof Y)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=j(e),r=function(e){this===q&&r.call(Z,e),l(this,X)&&l(this[X],t)&&(this[X][t]=!1),ie(this,t,g(1,e))};return a&&oe&&ie(q,t,{configurable:!0,set:r}),ce(t,e)},R(Y[D],"toString",(function(){return W(this).tag})),R(Y,"withoutSetter",(function(e){return ce(j(e),e)})),x.f=le,A.f=se,_.f=de,S.f=k.f=pe,E.f=he,P.f=function(e){return ce(I(e),e)},a&&(V(Y[D],"description",{configurable:!0,get:function(){return W(this).description}}),c||R(q,"propertyIsEnumerable",le,{unsafe:!0}))),n({global:!0,wrap:!0,forced:!s,sham:!s},{Symbol:Y}),N(w(re),(function(e){L(e)})),n({target:F,stat:!0,forced:!s},{for:function(e){var t=String(e);if(l(ee,t))return ee[t];var r=Y(t);return ee[t]=r,te[r]=t,r},keyFor:function(e){if(!ae(e))throw TypeError(e+" is not a symbol");if(l(te,e))return te[e]},useSetter:function(){oe=!0},useSimple:function(){oe=!1}}),n({target:"Object",stat:!0,forced:!s,sham:!a},{create:fe,defineProperty:se,defineProperties:ue,getOwnPropertyDescriptor:de}),n({target:"Object",stat:!0,forced:!s},{getOwnPropertyNames:pe,getOwnPropertySymbols:he}),n({target:"Object",stat:!0,forced:f((function(){E.f(1)}))},{getOwnPropertySymbols:function(e){return E.f(v(e))}}),z){var ve=!s||f((function(){var e=Y();return"[null]"!=z([e])||"{}"!=z({a:e})||"{}"!=z(Object(e))}));n({target:"JSON",stat:!0,forced:ve},{stringify:function(e,t,r){var n,o=[e],i=1;while(arguments.length>i)o.push(arguments[i++]);if(n=t,(p(t)||void 0!==e)&&!ae(e))return d(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!ae(t))return t}),o[1]=t,z.apply(null,o)}})}Y[D][B]||O(Y[D],B,Y[D].valueOf),U(Y,F),T[X]=!0},a640:function(e,t,r){"use strict";var n=r("d039");e.exports=function(e,t){var r=[][e];return!!r&&n((function(){r.call(null,t||function(){throw 1},1)}))}},a691:function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:r)(e)}},a9e3:function(e,t,r){"use strict";var n=r("83ab"),o=r("da84"),i=r("94ca"),c=r("6eeb"),a=r("5135"),s=r("c6b6"),u=r("7156"),f=r("c04e"),l=r("d039"),d=r("7c73"),p=r("241c").f,h=r("06cf").f,v=r("9bf2").f,y=r("58a8").trim,b="Number",g=o[b],m=g.prototype,w=s(d(m))==b,S=function(e){var t,r,n,o,i,c,a,s,u=f(e,!1);if("string"==typeof u&&u.length>2)if(u=y(u),t=u.charCodeAt(0),43===t||45===t){if(r=u.charCodeAt(2),88===r||120===r)return NaN}else if(48===t){switch(u.charCodeAt(1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+u}for(i=u.slice(2),c=i.length,a=0;a<c;a++)if(s=i.charCodeAt(a),s<48||s>o)return NaN;return parseInt(i,n)}return+u};if(i(b,!g(" 0o1")||!g("0b1")||g("+0x1"))){for(var k,E=function(e){var t=arguments.length<1?0:e,r=this;return r instanceof E&&(w?l((function(){m.valueOf.call(r)})):s(r)!=b)?u(new g(S(t)),r,E):S(t)},_=n?p(g):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),A=0;_.length>A;A++)a(g,k=_[A])&&!a(E,k)&&v(E,k,h(g,k));E.prototype=m,m.constructor=E,c(o,b,E)}},ab13:function(e,t,r){var n=r("b622"),o=n("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[o]=!1,"/./"[e](t)}catch(n){}}return!1}},ae40:function(e,t,r){var n=r("83ab"),o=r("d039"),i=r("5135"),c=Object.defineProperty,a={},s=function(e){throw e};e.exports=function(e,t){if(i(a,e))return a[e];t||(t={});var r=[][e],u=!!i(t,"ACCESSORS")&&t.ACCESSORS,f=i(t,0)?t[0]:s,l=i(t,1)?t[1]:void 0;return a[e]=!!r&&!o((function(){if(u&&!n)return!0;var e={length:-1};u?c(e,1,{enumerable:!0,get:s}):e[1]=1,r.call(e,f,l)}))}},ae93:function(e,t,r){"use strict";var n,o,i,c=r("e163"),a=r("9112"),s=r("5135"),u=r("b622"),f=r("c430"),l=u("iterator"),d=!1,p=function(){return this};[].keys&&(i=[].keys(),"next"in i?(o=c(c(i)),o!==Object.prototype&&(n=o)):d=!0),void 0==n&&(n={}),f||s(n,l)||a(n,l,p),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:d}},b041:function(e,t,r){"use strict";var n=r("00ee"),o=r("f5df");e.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},b0c0:function(e,t,r){var n=r("83ab"),o=r("9bf2").f,i=Function.prototype,c=i.toString,a=/^\s*function ([^ (]*)/,s="name";n&&!(s in i)&&o(i,s,{configurable:!0,get:function(){try{return c.call(this).match(a)[1]}catch(e){return""}}})},b575:function(e,t,r){var n,o,i,c,a,s,u,f,l=r("da84"),d=r("06cf").f,p=r("c6b6"),h=r("2cf4").set,v=r("1cdc"),y=l.MutationObserver||l.WebKitMutationObserver,b=l.process,g=l.Promise,m="process"==p(b),w=d(l,"queueMicrotask"),S=w&&w.value;S||(n=function(){var e,t;m&&(e=b.domain)&&e.exit();while(o){t=o.fn,o=o.next;try{t()}catch(r){throw o?c():i=void 0,r}}i=void 0,e&&e.enter()},m?c=function(){b.nextTick(n)}:y&&!v?(a=!0,s=document.createTextNode(""),new y(n).observe(s,{characterData:!0}),c=function(){s.data=a=!a}):g&&g.resolve?(u=g.resolve(void 0),f=u.then,c=function(){f.call(u,n)}):c=function(){h.call(l,n)}),e.exports=S||function(e){var t={fn:e,next:void 0};i&&(i.next=t),o||(o=t,c()),i=t}},b622:function(e,t,r){var n=r("da84"),o=r("5692"),i=r("5135"),c=r("90e3"),a=r("4930"),s=r("fdbf"),u=o("wks"),f=n.Symbol,l=s?f:f&&f.withoutSetter||c;e.exports=function(e){return i(u,e)||(a&&i(f,e)?u[e]=f[e]:u[e]=l("Symbol."+e)),u[e]}},b636:function(e,t,r){var n=r("746f");n("asyncIterator")},b64b:function(e,t,r){var n=r("23e7"),o=r("7b0b"),i=r("df75"),c=r("d039"),a=c((function(){i(1)}));n({target:"Object",stat:!0,forced:a},{keys:function(e){return i(o(e))}})},b727:function(e,t,r){var n=r("0366"),o=r("44ad"),i=r("7b0b"),c=r("50c4"),a=r("65f0"),s=[].push,u=function(e){var t=1==e,r=2==e,u=3==e,f=4==e,l=6==e,d=5==e||l;return function(p,h,v,y){for(var b,g,m=i(p),w=o(m),S=n(h,v,3),k=c(w.length),E=0,_=y||a,A=t?_(p,k):r?_(p,0):void 0;k>E;E++)if((d||E in w)&&(b=w[E],g=S(b,E,m),e))if(t)A[E]=g;else if(g)switch(e){case 3:return!0;case 5:return b;case 6:return E;case 2:s.call(A,b)}else if(f)return!1;return l?-1:u||f?f:A}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6)}},c04e:function(e,t,r){var n=r("861d");e.exports=function(e,t){if(!n(e))return e;var r,o;if(t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;if("function"==typeof(r=e.valueOf)&&!n(o=r.call(e)))return o;if(!t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},c430:function(e,t){e.exports=!1},c5cc:function(e,t,r){"use strict";var n=r("428f"),o=r("1c0b"),i=r("825a"),c=r("7c73"),a=r("9112"),s=r("e2cc"),u=r("b622"),f=r("69f3"),l=f.set,d=f.get,p=u("toStringTag"),h=function(e){var t=d(this).iterator,r=t["return"];return void 0===r?{done:!0,value:e}:i(r.call(t,e))},v=function(e){var t=d(this).iterator,r=t["throw"];if(void 0===r)throw e;return r.call(t,e)};e.exports=function(e,t){var r=function(e){e.next=o(e.iterator.next),e.done=!1,l(this,e)};return r.prototype=s(c(n.Iterator.prototype),{next:function(){var t=d(this),r=t.done?void 0:e.apply(t,arguments);return{done:t.done,value:r}},return:h,throw:v}),t||a(r.prototype,p,"Generator"),r}},c6b6:function(e,t){var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},c6cd:function(e,t,r){var n=r("da84"),o=r("ce4e"),i="__core-js_shared__",c=n[i]||o(i,{});e.exports=c},c8ba:function(e,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(n){"object"===typeof window&&(r=window)}e.exports=r},ca84:function(e,t,r){var n=r("5135"),o=r("fc6a"),i=r("4d64").indexOf,c=r("d012");e.exports=function(e,t){var r,a=o(e),s=0,u=[];for(r in a)!n(c,r)&&n(a,r)&&u.push(r);while(t.length>s)n(a,r=t[s++])&&(~i(u,r)||u.push(r));return u}},cc12:function(e,t,r){var n=r("da84"),o=r("861d"),i=n.document,c=o(i)&&o(i.createElement);e.exports=function(e){return c?i.createElement(e):{}}},cdf9:function(e,t,r){var n=r("825a"),o=r("861d"),i=r("f069");e.exports=function(e,t){if(n(e),o(t)&&t.constructor===e)return t;var r=i.f(e),c=r.resolve;return c(t),r.promise}},ce4e:function(e,t,r){var n=r("da84"),o=r("9112");e.exports=function(e,t){try{o(n,e,t)}catch(r){n[e]=t}return t}},d012:function(e,t){e.exports={}},d039:function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},d066:function(e,t,r){var n=r("428f"),o=r("da84"),i=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?i(n[e])||i(o[e]):n[e]&&n[e][t]||o[e]&&o[e][t]}},d1e7:function(e,t,r){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!n.call({1:2},1);t.f=i?function(e){var t=o(this,e);return!!t&&t.enumerable}:n},d28b:function(e,t,r){var n=r("746f");n("iterator")},d2bb:function(e,t,r){var n=r("825a"),o=r("3bbe");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,e.call(r,[]),t=r instanceof Array}catch(i){}return function(r,i){return n(r),o(i),t?e.call(r,i):r.__proto__=i,r}}():void 0)},d3b7:function(e,t,r){var n=r("00ee"),o=r("6eeb"),i=r("b041");n||o(Object.prototype,"toString",i,{unsafe:!0})},d44e:function(e,t,r){var n=r("9bf2").f,o=r("5135"),i=r("b622"),c=i("toStringTag");e.exports=function(e,t,r){e&&!o(e=r?e:e.prototype,c)&&n(e,c,{configurable:!0,value:t})}},da84:function(e,t,r){(function(t){var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t&&t)||Function("return this")()}).call(this,r("c8ba"))},dbb4:function(e,t,r){var n=r("23e7"),o=r("83ab"),i=r("56ef"),c=r("fc6a"),a=r("06cf"),s=r("8418");n({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(e){var t,r,n=c(e),o=a.f,u=i(n),f={},l=0;while(u.length>l)r=o(n,t=u[l++]),void 0!==r&&s(f,t,r);return f}})},ddb0:function(e,t,r){var n=r("da84"),o=r("fdbc"),i=r("e260"),c=r("9112"),a=r("b622"),s=a("iterator"),u=a("toStringTag"),f=i.values;for(var l in o){var d=n[l],p=d&&d.prototype;if(p){if(p[s]!==f)try{c(p,s,f)}catch(v){p[s]=f}if(p[u]||c(p,u,l),o[l])for(var h in i)if(p[h]!==i[h])try{c(p,h,i[h])}catch(v){p[h]=i[h]}}}},df75:function(e,t,r){var n=r("ca84"),o=r("7839");e.exports=Object.keys||function(e){return n(e,o)}},df7c:function(e,t,r){(function(e){function r(e,t){for(var r=0,n=e.length-1;n>=0;n--){var o=e[n];"."===o?e.splice(n,1):".."===o?(e.splice(n,1),r++):r&&(e.splice(n,1),r--)}if(t)for(;r--;r)e.unshift("..");return e}function n(e){"string"!==typeof e&&(e+="");var t,r=0,n=-1,o=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!o){r=t+1;break}}else-1===n&&(o=!1,n=t+1);return-1===n?"":e.slice(r,n)}function o(e,t){if(e.filter)return e.filter(t);for(var r=[],n=0;n<e.length;n++)t(e[n],n,e)&&r.push(e[n]);return r}t.resolve=function(){for(var t="",n=!1,i=arguments.length-1;i>=-1&&!n;i--){var c=i>=0?arguments[i]:e.cwd();if("string"!==typeof c)throw new TypeError("Arguments to path.resolve must be strings");c&&(t=c+"/"+t,n="/"===c.charAt(0))}return t=r(o(t.split("/"),(function(e){return!!e})),!n).join("/"),(n?"/":"")+t||"."},t.normalize=function(e){var n=t.isAbsolute(e),c="/"===i(e,-1);return e=r(o(e.split("/"),(function(e){return!!e})),!n).join("/"),e||n||(e="."),e&&c&&(e+="/"),(n?"/":"")+e},t.isAbsolute=function(e){return"/"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(o(e,(function(e,t){if("string"!==typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},t.relative=function(e,r){function n(e){for(var t=0;t<e.length;t++)if(""!==e[t])break;for(var r=e.length-1;r>=0;r--)if(""!==e[r])break;return t>r?[]:e.slice(t,r-t+1)}e=t.resolve(e).substr(1),r=t.resolve(r).substr(1);for(var o=n(e.split("/")),i=n(r.split("/")),c=Math.min(o.length,i.length),a=c,s=0;s<c;s++)if(o[s]!==i[s]){a=s;break}var u=[];for(s=a;s<o.length;s++)u.push("..");return u=u.concat(i.slice(a)),u.join("/")},t.sep="/",t.delimiter=":",t.dirname=function(e){if("string"!==typeof e&&(e+=""),0===e.length)return".";for(var t=e.charCodeAt(0),r=47===t,n=-1,o=!0,i=e.length-1;i>=1;--i)if(t=e.charCodeAt(i),47===t){if(!o){n=i;break}}else o=!1;return-1===n?r?"/":".":r&&1===n?"/":e.slice(0,n)},t.basename=function(e,t){var r=n(e);return t&&r.substr(-1*t.length)===t&&(r=r.substr(0,r.length-t.length)),r},t.extname=function(e){"string"!==typeof e&&(e+="");for(var t=-1,r=0,n=-1,o=!0,i=0,c=e.length-1;c>=0;--c){var a=e.charCodeAt(c);if(47!==a)-1===n&&(o=!1,n=c+1),46===a?-1===t?t=c:1!==i&&(i=1):-1!==t&&(i=-1);else if(!o){r=c+1;break}}return-1===t||-1===n||0===i||1===i&&t===n-1&&t===r+1?"":e.slice(t,n)};var i="b"==="ab".substr(-1)?function(e,t,r){return e.substr(t,r)}:function(e,t,r){return t<0&&(t=e.length+t),e.substr(t,r)}}).call(this,r("4362"))},e01a:function(e,t,r){"use strict";var n=r("23e7"),o=r("83ab"),i=r("da84"),c=r("5135"),a=r("861d"),s=r("9bf2").f,u=r("e893"),f=i.Symbol;if(o&&"function"==typeof f&&(!("description"in f.prototype)||void 0!==f().description)){var l={},d=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof d?new f(e):void 0===e?f():f(e);return""===e&&(l[t]=!0),t};u(d,f);var p=d.prototype=f.prototype;p.constructor=d;var h=p.toString,v="Symbol(test)"==String(f("test")),y=/^Symbol\((.*)\)[^)]+$/;s(p,"description",{configurable:!0,get:function(){var e=a(this)?this.valueOf():this,t=h.call(e);if(c(l,e))return"";var r=v?t.slice(7,-1):t.replace(y,"$1");return""===r?void 0:r}}),n({global:!0,forced:!0},{Symbol:d})}},e163:function(e,t,r){var n=r("5135"),o=r("7b0b"),i=r("f772"),c=r("e177"),a=i("IE_PROTO"),s=Object.prototype;e.exports=c?Object.getPrototypeOf:function(e){return e=o(e),n(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?s:null}},e177:function(e,t,r){var n=r("d039");e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},e260:function(e,t,r){"use strict";var n=r("fc6a"),o=r("44d2"),i=r("3f8c"),c=r("69f3"),a=r("7dd0"),s="Array Iterator",u=c.set,f=c.getterFor(s);e.exports=a(Array,"Array",(function(e,t){u(this,{type:s,target:n(e),index:0,kind:t})}),(function(){var e=f(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:t[n],done:!1}:{value:[n,t[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},e2cc:function(e,t,r){var n=r("6eeb");e.exports=function(e,t,r){for(var o in t)n(e,o,t[o],r);return e}},e439:function(e,t,r){var n=r("23e7"),o=r("d039"),i=r("fc6a"),c=r("06cf").f,a=r("83ab"),s=o((function(){c(1)})),u=!a||s;n({target:"Object",stat:!0,forced:u,sham:!a},{getOwnPropertyDescriptor:function(e,t){return c(i(e),t)}})},e538:function(e,t,r){var n=r("b622");t.f=n},e667:function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(t){return{error:!0,value:t}}}},e6cf:function(e,t,r){"use strict";var n,o,i,c,a=r("23e7"),s=r("c430"),u=r("da84"),f=r("d066"),l=r("fea9"),d=r("6eeb"),p=r("e2cc"),h=r("d44e"),v=r("2626"),y=r("861d"),b=r("1c0b"),g=r("19aa"),m=r("c6b6"),w=r("8925"),S=r("2266"),k=r("1c7e"),E=r("4840"),_=r("2cf4").set,A=r("b575"),x=r("cdf9"),O=r("44de"),R=r("f069"),H=r("e667"),C=r("69f3"),T=r("94ca"),j=r("b622"),I=r("2d00"),P=j("species"),L="Promise",U=C.get,M=C.set,N=C.getterFor(L),X=l,F=u.TypeError,D=u.document,B=u.process,K=f("fetch"),W=R.f,q=W,Y="process"==m(B),z=!!(D&&D.createEvent&&u.dispatchEvent),J="unhandledrejection",V="rejectionhandled",G=0,$=1,Q=2,Z=1,ee=2,te=T(L,(function(){var e=w(X)!==String(X);if(!e){if(66===I)return!0;if(!Y&&"function"!=typeof PromiseRejectionEvent)return!0}if(s&&!X.prototype["finally"])return!0;if(I>=51&&/native code/.test(X))return!1;var t=X.resolve(1),r=function(e){e((function(){}),(function(){}))},n=t.constructor={};return n[P]=r,!(t.then((function(){}))instanceof r)})),re=te||!k((function(e){X.all(e)["catch"]((function(){}))})),ne=function(e){var t;return!(!y(e)||"function"!=typeof(t=e.then))&&t},oe=function(e,t,r){if(!t.notified){t.notified=!0;var n=t.reactions;A((function(){var o=t.value,i=t.state==$,c=0;while(n.length>c){var a,s,u,f=n[c++],l=i?f.ok:f.fail,d=f.resolve,p=f.reject,h=f.domain;try{l?(i||(t.rejection===ee&&se(e,t),t.rejection=Z),!0===l?a=o:(h&&h.enter(),a=l(o),h&&(h.exit(),u=!0)),a===f.promise?p(F("Promise-chain cycle")):(s=ne(a))?s.call(a,d,p):d(a)):p(o)}catch(v){h&&!u&&h.exit(),p(v)}}t.reactions=[],t.notified=!1,r&&!t.rejection&&ce(e,t)}))}},ie=function(e,t,r){var n,o;z?(n=D.createEvent("Event"),n.promise=t,n.reason=r,n.initEvent(e,!1,!0),u.dispatchEvent(n)):n={promise:t,reason:r},(o=u["on"+e])?o(n):e===J&&O("Unhandled promise rejection",r)},ce=function(e,t){_.call(u,(function(){var r,n=t.value,o=ae(t);if(o&&(r=H((function(){Y?B.emit("unhandledRejection",n,e):ie(J,e,n)})),t.rejection=Y||ae(t)?ee:Z,r.error))throw r.value}))},ae=function(e){return e.rejection!==Z&&!e.parent},se=function(e,t){_.call(u,(function(){Y?B.emit("rejectionHandled",e):ie(V,e,t.value)}))},ue=function(e,t,r,n){return function(o){e(t,r,o,n)}},fe=function(e,t,r,n){t.done||(t.done=!0,n&&(t=n),t.value=r,t.state=Q,oe(e,t,!0))},le=function(e,t,r,n){if(!t.done){t.done=!0,n&&(t=n);try{if(e===r)throw F("Promise can't be resolved itself");var o=ne(r);o?A((function(){var n={done:!1};try{o.call(r,ue(le,e,n,t),ue(fe,e,n,t))}catch(i){fe(e,n,i,t)}})):(t.value=r,t.state=$,oe(e,t,!1))}catch(i){fe(e,{done:!1},i,t)}}};te&&(X=function(e){g(this,X,L),b(e),n.call(this);var t=U(this);try{e(ue(le,this,t),ue(fe,this,t))}catch(r){fe(this,t,r)}},n=function(e){M(this,{type:L,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:G,value:void 0})},n.prototype=p(X.prototype,{then:function(e,t){var r=N(this),n=W(E(this,X));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=Y?B.domain:void 0,r.parent=!0,r.reactions.push(n),r.state!=G&&oe(this,r,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),o=function(){var e=new n,t=U(e);this.promise=e,this.resolve=ue(le,e,t),this.reject=ue(fe,e,t)},R.f=W=function(e){return e===X||e===i?new o(e):q(e)},s||"function"!=typeof l||(c=l.prototype.then,d(l.prototype,"then",(function(e,t){var r=this;return new X((function(e,t){c.call(r,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof K&&a({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return x(X,K.apply(u,arguments))}}))),a({global:!0,wrap:!0,forced:te},{Promise:X}),h(X,L,!1,!0),v(L),i=f(L),a({target:L,stat:!0,forced:te},{reject:function(e){var t=W(this);return t.reject.call(void 0,e),t.promise}}),a({target:L,stat:!0,forced:s||te},{resolve:function(e){return x(s&&this===i?X:this,e)}}),a({target:L,stat:!0,forced:re},{all:function(e){var t=this,r=W(t),n=r.resolve,o=r.reject,i=H((function(){var r=b(t.resolve),i=[],c=0,a=1;S(e,(function(e){var s=c++,u=!1;i.push(void 0),a++,r.call(t,e).then((function(e){u||(u=!0,i[s]=e,--a||n(i))}),o)})),--a||n(i)}));return i.error&&o(i.value),r.promise},race:function(e){var t=this,r=W(t),n=r.reject,o=H((function(){var o=b(t.resolve);S(e,(function(e){o.call(t,e).then(r.resolve,n)}))}));return o.error&&n(o.value),r.promise}})},e893:function(e,t,r){var n=r("5135"),o=r("56ef"),i=r("06cf"),c=r("9bf2");e.exports=function(e,t){for(var r=o(t),a=c.f,s=i.f,u=0;u<r.length;u++){var f=r[u];n(e,f)||a(e,f,s(t,f))}}},e8b5:function(e,t,r){var n=r("c6b6");e.exports=Array.isArray||function(e){return"Array"==n(e)}},e95a:function(e,t,r){var n=r("b622"),o=r("3f8c"),i=n("iterator"),c=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||c[i]===e)}},efec:function(e,t,r){var n=r("9112"),o=r("51eb"),i=r("b622"),c=i("toPrimitive"),a=Date.prototype;c in a||n(a,c,o)},f069:function(e,t,r){"use strict";var n=r("1c0b"),o=function(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=n})),this.resolve=n(t),this.reject=n(r)};e.exports.f=function(e){return new o(e)}},f5df:function(e,t,r){var n=r("00ee"),o=r("c6b6"),i=r("b622"),c=i("toStringTag"),a="Arguments"==o(function(){return arguments}()),s=function(e,t){try{return e[t]}catch(r){}};e.exports=n?o:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=s(t=Object(e),c))?r:a?o(t):"Object"==(n=o(t))&&"function"==typeof t.callee?"Arguments":n}},f772:function(e,t,r){var n=r("5692"),o=r("90e3"),i=n("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},fb15:function(e,t,r){"use strict";if(r.r(t),"undefined"!==typeof window){var n=window.document.currentScript,o=r("8875");n=o(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:o});var i=n&&n.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);i&&(r.p=i[1])}r("a4d3"),r("e01a"),r("b636"),r("d28b"),r("944a"),r("e260"),r("fb6a"),r("b0c0"),r("0c47"),r("23dc"),r("3410"),r("131a"),r("d3b7"),r("e6cf"),r("3ca3"),r("0643"),r("4e3e"),r("159b"),r("ddb0");function c(e){return c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c(e)}function a(){
|
|
10
10
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
11
|
-
a=function(){return t};var e,t={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(e,t,r){e[t]=r.value},i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",u=i.asyncIterator||"@@asyncIterator",f=i.toStringTag||"@@toStringTag";function l(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,r){return e[t]=r}}function d(e,t,r,n){var i=t&&t.prototype instanceof m?t:m,c=Object.create(i.prototype),a=new j(n||[]);return o(c,"_invoke",{value:R(e,r,a)}),c}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=d;var h="suspendedStart",v="suspendedYield",y="executing",b="completed",g={};function m(){}function w(){}function S(){}var k={};l(k,s,(function(){return this}));var E=Object.getPrototypeOf,_=E&&E(E(I([])));_&&_!==r&&n.call(_,s)&&(k=_);var A=S.prototype=m.prototype=Object.create(k);function x(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function r(o,i,a,s){var u=p(e[o],e,i);if("throw"!==u.type){var f=u.arg,l=f.value;return l&&"object"==c(l)&&n.call(l,"__await")?t.resolve(l.__await).then((function(e){r("next",e,a,s)}),(function(e){r("throw",e,a,s)})):t.resolve(l).then((function(e){f.value=e,a(f)}),(function(e){return r("throw",e,a,s)}))}s(u.arg)}var i;o(this,"_invoke",{value:function(e,n){function o(){return new t((function(t,o){r(e,n,t,o)}))}return i=i?i.then(o,o):o()}})}function R(t,r,n){var o=h;return function(i,c){if(o===y)throw Error("Generator is already running");if(o===b){if("throw"===i)throw c;return{value:e,done:!0}}for(n.method=i,n.arg=c;;){var a=n.delegate;if(a){var s=H(a,n);if(s){if(s===g)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=b,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=y;var u=p(t,r,n);if("normal"===u.type){if(o=n.done?b:v,u.arg===g)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(o=b,n.method="throw",n.arg=u.arg)}}}function H(t,r){var n=r.method,o=t.iterator[n];if(o===e)return r.delegate=null,"throw"===n&&t.iterator["return"]&&(r.method="return",r.arg=e,H(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),g;var i=p(o,t.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,g;var c=i.arg;return c?c.done?(r[t.resultName]=c.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,g):c:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,g)}function C(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(C,this),this.reset(!0)}function I(t){if(t||""===t){var r=t[s];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function r(){for(;++o<t.length;)if(n.call(t,o))return r.value=t[o],r.done=!1,r;return r.value=e,r.done=!0,r};return i.next=i}}throw new TypeError(c(t)+" is not iterable")}return w.prototype=S,o(A,"constructor",{value:S,configurable:!0}),o(S,"constructor",{value:w,configurable:!0}),w.displayName=l(S,f,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===w||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,S):(e.__proto__=S,l(e,f,"GeneratorFunction")),e.prototype=Object.create(A),e},t.awrap=function(e){return{__await:e}},x(O.prototype),l(O.prototype,u,(function(){return this})),t.AsyncIterator=O,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var c=new O(d(e,r,n,o),i);return t.isGeneratorFunction(r)?c:c.next().then((function(e){return e.done?e.value:c.next()}))},x(A),l(A,f,"Generator"),l(A,s,(function(){return this})),l(A,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=I,j.prototype={constructor:j,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(T),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function o(n,o){return a.type="throw",a.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i],a=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var s=n.call(c,"catchLoc"),u=n.call(c,"finallyLoc");if(s&&u){if(this.prev<c.catchLoc)return o(c.catchLoc,!0);if(this.prev<c.finallyLoc)return o(c.finallyLoc)}else if(s){if(this.prev<c.catchLoc)return o(c.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return o(c.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var c=i?i.completion:{};return c.type=e,c.arg=t,i?(this.method="next",this.next=i.finallyLoc,g):this.complete(c)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),g},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),T(r),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;T(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:I(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),g}},t}r("4de4"),r("e439"),r("dbb4"),r("b64b"),r("2382"),r("8172"),r("efec"),r("a9e3");function s(e,t){if("object"!=c(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=c(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function u(e){var t=s(e,"string");return"symbol"==c(t)?t:t+""}function f(e,t,r){return(t=u(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function d(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){f(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function p(e,t,r,n,o,i,c){try{var a=e[i](c),s=a.value}catch(e){return void r(e)}a.done?t(s):Promise.resolve(s).then(n,o)}function h(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function c(e){p(i,n,o,c,a,"next",e)}function a(e){p(i,n,o,c,a,"throw",e)}c(void 0)}))}}r("a15b"),r("07ac"),r("2ca0"),r("9a9a");var v=function(e){if(e&&e.length||e&&e.size)return!1;if("object"!==c(e))return!0;for(var t in e)if(Object.hasOwn(e,t))return!1;return!0},y={install:function(e,t){var n=t.axios;if(!this.installed){this.installed=!0;var o="undefined"!==typeof window?r("68ad"):null;e.prototype.$unidooInitKeycloak=function(){var t=h(a().mark((function t(r){var i,c;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),i={ssoParams:{}},i=d({},r),c=o(i.ssoParams),e.prototype.$keycloak=c,c.init({onLoad:i.ssoParams.onLoad,promiseType:"native",checkLoginIframe:!1}).then((function(){w(n,i.ssoParams.authorizedDomains,c),m(c)})).catch((function(e){throw new Error(e)}));case 6:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),e.prototype.$unidooInitSimpleKeycloak=function(){var t=h(a().mark((function t(r){var n,i;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),n={ssoParams:{}},n=d({},r),i=o(n.ssoParams),e.prototype.$keycloak=i,i.init({onLoad:"check-sso",promiseType:"native",checkLoginIframe:!1}).then((function(){m(i)})).catch((function(e){throw new Error(e)}));case 6:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()}}},b=y;function g(e){if(!e.ssoParams||0===Object.keys(e.ssoParams).length)throw new Error("You need to provide sso parameters for the plugin to work.");var t=Object.values(e.ssoParams).some((function(e){return v(e)}));if(t){var r=[];for(var n in e.ssoParams)v(e.ssoParams[n])&&r.push(n);throw new Error("The following properties are required : ".concat(r.join(", ")))}}function m(e){setTimeout((function(){e.updateToken(2e5).catch((function(e){return null})),m(e)}),2e5)}function w(e,t,r){e.interceptors.request.use((function(e){return t.some((function(t){return e.url.startsWith(t)}))&&r.token&&(e.headers.Authorization="Bearer "+r.token,e.headers.Accept="application/json, text/plain, */*"),e}),(function(e){return Promise.reject(e)}))}t["default"]=b},fb6a:function(e,t,r){"use strict";var n=r("23e7"),o=r("861d"),i=r("e8b5"),c=r("23cb"),a=r("50c4"),s=r("fc6a"),u=r("8418"),f=r("b622"),l=r("1dde"),d=r("ae40"),p=l("slice"),h=d("slice",{ACCESSORS:!0,0:0,1:2}),v=f("species"),y=[].slice,b=Math.max;n({target:"Array",proto:!0,forced:!p||!h},{slice:function(e,t){var r,n,f,l=s(this),d=a(l.length),p=c(e,d),h=c(void 0===t?d:t,d);if(i(l)&&(r=l.constructor,"function"!=typeof r||r!==Array&&!i(r.prototype)?o(r)&&(r=r[v],null===r&&(r=void 0)):r=void 0,r===Array||void 0===r))return y.call(l,p,h);for(n=new(void 0===r?Array:r)(b(h-p,0)),f=0;p<h;p++,f++)p in l&&u(n,f,l[p]);return n.length=f,n}})},fc6a:function(e,t,r){var n=r("44ad"),o=r("1d80");e.exports=function(e){return n(o(e))}},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,r){var n=r("4930");e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fea9:function(e,t,r){var n=r("da84");e.exports=n.Promise}})}));
|
|
11
|
+
a=function(){return t};var e,t={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(e,t,r){e[t]=r.value},i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",u=i.asyncIterator||"@@asyncIterator",f=i.toStringTag||"@@toStringTag";function l(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,r){return e[t]=r}}function d(e,t,r,n){var i=t&&t.prototype instanceof m?t:m,c=Object.create(i.prototype),a=new j(n||[]);return o(c,"_invoke",{value:R(e,r,a)}),c}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=d;var h="suspendedStart",v="suspendedYield",y="executing",b="completed",g={};function m(){}function w(){}function S(){}var k={};l(k,s,(function(){return this}));var E=Object.getPrototypeOf,_=E&&E(E(I([])));_&&_!==r&&n.call(_,s)&&(k=_);var A=S.prototype=m.prototype=Object.create(k);function x(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function r(o,i,a,s){var u=p(e[o],e,i);if("throw"!==u.type){var f=u.arg,l=f.value;return l&&"object"==c(l)&&n.call(l,"__await")?t.resolve(l.__await).then((function(e){r("next",e,a,s)}),(function(e){r("throw",e,a,s)})):t.resolve(l).then((function(e){f.value=e,a(f)}),(function(e){return r("throw",e,a,s)}))}s(u.arg)}var i;o(this,"_invoke",{value:function(e,n){function o(){return new t((function(t,o){r(e,n,t,o)}))}return i=i?i.then(o,o):o()}})}function R(t,r,n){var o=h;return function(i,c){if(o===y)throw Error("Generator is already running");if(o===b){if("throw"===i)throw c;return{value:e,done:!0}}for(n.method=i,n.arg=c;;){var a=n.delegate;if(a){var s=H(a,n);if(s){if(s===g)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=b,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=y;var u=p(t,r,n);if("normal"===u.type){if(o=n.done?b:v,u.arg===g)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(o=b,n.method="throw",n.arg=u.arg)}}}function H(t,r){var n=r.method,o=t.iterator[n];if(o===e)return r.delegate=null,"throw"===n&&t.iterator["return"]&&(r.method="return",r.arg=e,H(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),g;var i=p(o,t.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,g;var c=i.arg;return c?c.done?(r[t.resultName]=c.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,g):c:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,g)}function C(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(C,this),this.reset(!0)}function I(t){if(t||""===t){var r=t[s];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function r(){for(;++o<t.length;)if(n.call(t,o))return r.value=t[o],r.done=!1,r;return r.value=e,r.done=!0,r};return i.next=i}}throw new TypeError(c(t)+" is not iterable")}return w.prototype=S,o(A,"constructor",{value:S,configurable:!0}),o(S,"constructor",{value:w,configurable:!0}),w.displayName=l(S,f,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===w||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,S):(e.__proto__=S,l(e,f,"GeneratorFunction")),e.prototype=Object.create(A),e},t.awrap=function(e){return{__await:e}},x(O.prototype),l(O.prototype,u,(function(){return this})),t.AsyncIterator=O,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var c=new O(d(e,r,n,o),i);return t.isGeneratorFunction(r)?c:c.next().then((function(e){return e.done?e.value:c.next()}))},x(A),l(A,f,"Generator"),l(A,s,(function(){return this})),l(A,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=I,j.prototype={constructor:j,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(T),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function o(n,o){return a.type="throw",a.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i],a=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var s=n.call(c,"catchLoc"),u=n.call(c,"finallyLoc");if(s&&u){if(this.prev<c.catchLoc)return o(c.catchLoc,!0);if(this.prev<c.finallyLoc)return o(c.finallyLoc)}else if(s){if(this.prev<c.catchLoc)return o(c.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return o(c.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var c=i?i.completion:{};return c.type=e,c.arg=t,i?(this.method="next",this.next=i.finallyLoc,g):this.complete(c)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),g},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),T(r),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;T(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:I(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),g}},t}r("4de4"),r("e439"),r("dbb4"),r("b64b"),r("2382"),r("8172"),r("efec"),r("a9e3");function s(e,t){if("object"!=c(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=c(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function u(e){var t=s(e,"string");return"symbol"==c(t)?t:t+""}function f(e,t,r){return(t=u(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function d(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){f(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function p(e,t,r,n,o,i,c){try{var a=e[i](c),s=a.value}catch(e){return void r(e)}a.done?t(s):Promise.resolve(s).then(n,o)}function h(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function c(e){p(i,n,o,c,a,"next",e)}function a(e){p(i,n,o,c,a,"throw",e)}c(void 0)}))}}r("a15b"),r("07ac"),r("2ca0"),r("9a9a");var v=function(e){if(e&&e.length||e&&e.size)return!1;if("object"!==c(e))return!0;for(var t in e)if(Object.hasOwn(e,t))return!1;return!0},y={install:function(e,t){var n=t.axios;if(!this.installed){this.installed=!0;var o=null;"undefined"!==typeof window&&(o=r("68ad")||null),e.prototype.$unidooInitKeycloak=function(){var t=h(a().mark((function t(r){var i,c;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),i={ssoParams:{}},i=d({},r),o&&(c=o(i.ssoParams),e.prototype.$keycloak=c,c.init({onLoad:i.ssoParams.onLoad,promiseType:"native",checkLoginIframe:!1}).then((function(){w(n,i.ssoParams.authorizedDomains,c),m(c)})).catch((function(e){throw new Error(e)})));case 4:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),e.prototype.$unidooInitSimpleKeycloak=function(){var t=h(a().mark((function t(r){var n,i;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),n={ssoParams:{}},n=d({},r),o&&(i=o(n.ssoParams),e.prototype.$keycloak=i,i.init({onLoad:"check-sso",promiseType:"native",checkLoginIframe:!1}).then((function(){m(i)})).catch((function(e){throw new Error(e)})));case 4:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()}}},b=y;function g(e){if(!e.ssoParams||0===Object.keys(e.ssoParams).length)throw new Error("You need to provide sso parameters for the plugin to work.");var t=Object.values(e.ssoParams).some((function(e){return v(e)}));if(t){var r=[];for(var n in e.ssoParams)v(e.ssoParams[n])&&r.push(n);throw new Error("The following properties are required : ".concat(r.join(", ")))}}function m(e){setTimeout((function(){e.updateToken(2e5).catch((function(e){return null})),m(e)}),2e5)}function w(e,t,r){e.interceptors.request.use((function(e){return t.some((function(t){return e.url.startsWith(t)}))&&r.token&&(e.headers.Authorization="Bearer "+r.token,e.headers.Accept="application/json, text/plain, */*"),e}),(function(e){return Promise.reject(e)}))}t["default"]=b},fb6a:function(e,t,r){"use strict";var n=r("23e7"),o=r("861d"),i=r("e8b5"),c=r("23cb"),a=r("50c4"),s=r("fc6a"),u=r("8418"),f=r("b622"),l=r("1dde"),d=r("ae40"),p=l("slice"),h=d("slice",{ACCESSORS:!0,0:0,1:2}),v=f("species"),y=[].slice,b=Math.max;n({target:"Array",proto:!0,forced:!p||!h},{slice:function(e,t){var r,n,f,l=s(this),d=a(l.length),p=c(e,d),h=c(void 0===t?d:t,d);if(i(l)&&(r=l.constructor,"function"!=typeof r||r!==Array&&!i(r.prototype)?o(r)&&(r=r[v],null===r&&(r=void 0)):r=void 0,r===Array||void 0===r))return y.call(l,p,h);for(n=new(void 0===r?Array:r)(b(h-p,0)),f=0;p<h;p++,f++)p in l&&u(n,f,l[p]);return n.length=f,n}})},fc6a:function(e,t,r){var n=r("44ad"),o=r("1d80");e.exports=function(e){return n(o(e))}},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,r){var n=r("4930");e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fea9:function(e,t,r){var n=r("da84");e.exports=n.Promise}})}));
|
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
* @license MIT
|
|
9
9
|
*/(function(){"use strict";var ERROR="input is invalid type",WINDOW="object"===typeof window,root=WINDOW?window:{};root.JS_SHA256_NO_WINDOW&&(WINDOW=!1);var WEB_WORKER=!WINDOW&&"object"===typeof self,NODE_JS=!root.JS_SHA256_NO_NODE_JS&&"object"===typeof process&&process.versions&&process.versions.node;NODE_JS?root=global:WEB_WORKER&&(root=self);var COMMON_JS=!root.JS_SHA256_NO_COMMON_JS&&"object"===typeof module&&module.exports,AMD=__webpack_require__("3c35"),ARRAY_BUFFER=!root.JS_SHA256_NO_ARRAY_BUFFER&&"undefined"!==typeof ArrayBuffer,HEX_CHARS="0123456789abcdef".split(""),EXTRA=[-2147483648,8388608,32768,128],SHIFT=[24,16,8,0],K=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],OUTPUT_TYPES=["hex","array","digest","arrayBuffer"],blocks=[];!root.JS_SHA256_NO_NODE_JS&&Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),!ARRAY_BUFFER||!root.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(e){return"object"===typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var createOutputMethod=function(e,t){return function(r){return new Sha256(t,!0).update(r)[e]()}},createMethod=function(e){var t=createOutputMethod("hex",e);NODE_JS&&(t=nodeWrap(t,e)),t.create=function(){return new Sha256(e)},t.update=function(e){return t.create().update(e)};for(var r=0;r<OUTPUT_TYPES.length;++r){var n=OUTPUT_TYPES[r];t[n]=createOutputMethod(n,e)}return t},nodeWrap=function(method,is224){var crypto=eval("require('crypto')"),Buffer=eval("require('buffer').Buffer"),algorithm=is224?"sha224":"sha256",nodeMethod=function(e){if("string"===typeof e)return crypto.createHash(algorithm).update(e,"utf8").digest("hex");if(null===e||void 0===e)throw new Error(ERROR);return e.constructor===ArrayBuffer&&(e=new Uint8Array(e)),Array.isArray(e)||ArrayBuffer.isView(e)||e.constructor===Buffer?crypto.createHash(algorithm).update(new Buffer(e)).digest("hex"):method(e)};return nodeMethod},createHmacOutputMethod=function(e,t){return function(r,n){return new HmacSha256(r,t,!0).update(n)[e]()}},createHmacMethod=function(e){var t=createHmacOutputMethod("hex",e);t.create=function(t){return new HmacSha256(t,e)},t.update=function(e,r){return t.create(e).update(r)};for(var r=0;r<OUTPUT_TYPES.length;++r){var n=OUTPUT_TYPES[r];t[n]=createHmacOutputMethod(n,e)}return t};function Sha256(e,t){t?(blocks[0]=blocks[16]=blocks[1]=blocks[2]=blocks[3]=blocks[4]=blocks[5]=blocks[6]=blocks[7]=blocks[8]=blocks[9]=blocks[10]=blocks[11]=blocks[12]=blocks[13]=blocks[14]=blocks[15]=0,this.blocks=blocks):this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],e?(this.h0=3238371032,this.h1=914150663,this.h2=812702999,this.h3=4144912697,this.h4=4290775857,this.h5=1750603025,this.h6=1694076839,this.h7=3204075428):(this.h0=1779033703,this.h1=3144134277,this.h2=1013904242,this.h3=2773480762,this.h4=1359893119,this.h5=2600822924,this.h6=528734635,this.h7=1541459225),this.block=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0,this.is224=e}function HmacSha256(e,t,r){var n,o=typeof e;if("string"===o){var i,c=[],a=e.length,s=0;for(n=0;n<a;++n)i=e.charCodeAt(n),i<128?c[s++]=i:i<2048?(c[s++]=192|i>>6,c[s++]=128|63&i):i<55296||i>=57344?(c[s++]=224|i>>12,c[s++]=128|i>>6&63,c[s++]=128|63&i):(i=65536+((1023&i)<<10|1023&e.charCodeAt(++n)),c[s++]=240|i>>18,c[s++]=128|i>>12&63,c[s++]=128|i>>6&63,c[s++]=128|63&i);e=c}else{if("object"!==o)throw new Error(ERROR);if(null===e)throw new Error(ERROR);if(ARRAY_BUFFER&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(e)))throw new Error(ERROR)}e.length>64&&(e=new Sha256(t,!0).update(e).array());var u=[],f=[];for(n=0;n<64;++n){var l=e[n]||0;u[n]=92^l,f[n]=54^l}Sha256.call(this,t,r),this.update(f),this.oKeyPad=u,this.inner=!0,this.sharedMemory=r}Sha256.prototype.update=function(e){if(!this.finalized){var t,r=typeof e;if("string"!==r){if("object"!==r)throw new Error(ERROR);if(null===e)throw new Error(ERROR);if(ARRAY_BUFFER&&e.constructor===ArrayBuffer)e=new Uint8Array(e);else if(!Array.isArray(e)&&(!ARRAY_BUFFER||!ArrayBuffer.isView(e)))throw new Error(ERROR);t=!0}var n,o,i=0,c=e.length,a=this.blocks;while(i<c){if(this.hashed&&(this.hashed=!1,a[0]=this.block,a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),t)for(o=this.start;i<c&&o<64;++i)a[o>>2]|=e[i]<<SHIFT[3&o++];else for(o=this.start;i<c&&o<64;++i)n=e.charCodeAt(i),n<128?a[o>>2]|=n<<SHIFT[3&o++]:n<2048?(a[o>>2]|=(192|n>>6)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]):n<55296||n>=57344?(a[o>>2]|=(224|n>>12)<<SHIFT[3&o++],a[o>>2]|=(128|n>>6&63)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]):(n=65536+((1023&n)<<10|1023&e.charCodeAt(++i)),a[o>>2]|=(240|n>>18)<<SHIFT[3&o++],a[o>>2]|=(128|n>>12&63)<<SHIFT[3&o++],a[o>>2]|=(128|n>>6&63)<<SHIFT[3&o++],a[o>>2]|=(128|63&n)<<SHIFT[3&o++]);this.lastByteIndex=o,this.bytes+=o-this.start,o>=64?(this.block=a[16],this.start=o-64,this.hash(),this.hashed=!0):this.start=o}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},Sha256.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[16]=this.block,e[t>>2]|=EXTRA[3&t],this.block=e[16],t>=56&&(this.hashed||this.hash(),e[0]=this.block,e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.hBytes<<3|this.bytes>>>29,e[15]=this.bytes<<3,this.hash()}},Sha256.prototype.hash=function(){var e,t,r,n,o,i,c,a,s,u,f,l=this.h0,d=this.h1,p=this.h2,h=this.h3,v=this.h4,y=this.h5,b=this.h6,g=this.h7,m=this.blocks;for(e=16;e<64;++e)o=m[e-15],t=(o>>>7|o<<25)^(o>>>18|o<<14)^o>>>3,o=m[e-2],r=(o>>>17|o<<15)^(o>>>19|o<<13)^o>>>10,m[e]=m[e-16]+t+m[e-7]+r<<0;for(f=d&p,e=0;e<64;e+=4)this.first?(this.is224?(a=300032,o=m[0]-1413257819,g=o-150054599<<0,h=o+24177077<<0):(a=704751109,o=m[0]-210244248,g=o-1521486534<<0,h=o+143694565<<0),this.first=!1):(t=(l>>>2|l<<30)^(l>>>13|l<<19)^(l>>>22|l<<10),r=(v>>>6|v<<26)^(v>>>11|v<<21)^(v>>>25|v<<7),a=l&d,n=a^l&p^f,c=v&y^~v&b,o=g+r+c+K[e]+m[e],i=t+n,g=h+o<<0,h=o+i<<0),t=(h>>>2|h<<30)^(h>>>13|h<<19)^(h>>>22|h<<10),r=(g>>>6|g<<26)^(g>>>11|g<<21)^(g>>>25|g<<7),s=h&l,n=s^h&d^a,c=g&v^~g&y,o=b+r+c+K[e+1]+m[e+1],i=t+n,b=p+o<<0,p=o+i<<0,t=(p>>>2|p<<30)^(p>>>13|p<<19)^(p>>>22|p<<10),r=(b>>>6|b<<26)^(b>>>11|b<<21)^(b>>>25|b<<7),u=p&h,n=u^p&l^s,c=b&g^~b&v,o=y+r+c+K[e+2]+m[e+2],i=t+n,y=d+o<<0,d=o+i<<0,t=(d>>>2|d<<30)^(d>>>13|d<<19)^(d>>>22|d<<10),r=(y>>>6|y<<26)^(y>>>11|y<<21)^(y>>>25|y<<7),f=d&p,n=f^d&h^u,c=y&b^~y&g,o=v+r+c+K[e+3]+m[e+3],i=t+n,v=l+o<<0,l=o+i<<0;this.h0=this.h0+l<<0,this.h1=this.h1+d<<0,this.h2=this.h2+p<<0,this.h3=this.h3+h<<0,this.h4=this.h4+v<<0,this.h5=this.h5+y<<0,this.h6=this.h6+b<<0,this.h7=this.h7+g<<0},Sha256.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,r=this.h2,n=this.h3,o=this.h4,i=this.h5,c=this.h6,a=this.h7,s=HEX_CHARS[e>>28&15]+HEX_CHARS[e>>24&15]+HEX_CHARS[e>>20&15]+HEX_CHARS[e>>16&15]+HEX_CHARS[e>>12&15]+HEX_CHARS[e>>8&15]+HEX_CHARS[e>>4&15]+HEX_CHARS[15&e]+HEX_CHARS[t>>28&15]+HEX_CHARS[t>>24&15]+HEX_CHARS[t>>20&15]+HEX_CHARS[t>>16&15]+HEX_CHARS[t>>12&15]+HEX_CHARS[t>>8&15]+HEX_CHARS[t>>4&15]+HEX_CHARS[15&t]+HEX_CHARS[r>>28&15]+HEX_CHARS[r>>24&15]+HEX_CHARS[r>>20&15]+HEX_CHARS[r>>16&15]+HEX_CHARS[r>>12&15]+HEX_CHARS[r>>8&15]+HEX_CHARS[r>>4&15]+HEX_CHARS[15&r]+HEX_CHARS[n>>28&15]+HEX_CHARS[n>>24&15]+HEX_CHARS[n>>20&15]+HEX_CHARS[n>>16&15]+HEX_CHARS[n>>12&15]+HEX_CHARS[n>>8&15]+HEX_CHARS[n>>4&15]+HEX_CHARS[15&n]+HEX_CHARS[o>>28&15]+HEX_CHARS[o>>24&15]+HEX_CHARS[o>>20&15]+HEX_CHARS[o>>16&15]+HEX_CHARS[o>>12&15]+HEX_CHARS[o>>8&15]+HEX_CHARS[o>>4&15]+HEX_CHARS[15&o]+HEX_CHARS[i>>28&15]+HEX_CHARS[i>>24&15]+HEX_CHARS[i>>20&15]+HEX_CHARS[i>>16&15]+HEX_CHARS[i>>12&15]+HEX_CHARS[i>>8&15]+HEX_CHARS[i>>4&15]+HEX_CHARS[15&i]+HEX_CHARS[c>>28&15]+HEX_CHARS[c>>24&15]+HEX_CHARS[c>>20&15]+HEX_CHARS[c>>16&15]+HEX_CHARS[c>>12&15]+HEX_CHARS[c>>8&15]+HEX_CHARS[c>>4&15]+HEX_CHARS[15&c];return this.is224||(s+=HEX_CHARS[a>>28&15]+HEX_CHARS[a>>24&15]+HEX_CHARS[a>>20&15]+HEX_CHARS[a>>16&15]+HEX_CHARS[a>>12&15]+HEX_CHARS[a>>8&15]+HEX_CHARS[a>>4&15]+HEX_CHARS[15&a]),s},Sha256.prototype.toString=Sha256.prototype.hex,Sha256.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,r=this.h2,n=this.h3,o=this.h4,i=this.h5,c=this.h6,a=this.h7,s=[e>>24&255,e>>16&255,e>>8&255,255&e,t>>24&255,t>>16&255,t>>8&255,255&t,r>>24&255,r>>16&255,r>>8&255,255&r,n>>24&255,n>>16&255,n>>8&255,255&n,o>>24&255,o>>16&255,o>>8&255,255&o,i>>24&255,i>>16&255,i>>8&255,255&i,c>>24&255,c>>16&255,c>>8&255,255&c];return this.is224||s.push(a>>24&255,a>>16&255,a>>8&255,255&a),s},Sha256.prototype.array=Sha256.prototype.digest,Sha256.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(this.is224?28:32),t=new DataView(e);return t.setUint32(0,this.h0),t.setUint32(4,this.h1),t.setUint32(8,this.h2),t.setUint32(12,this.h3),t.setUint32(16,this.h4),t.setUint32(20,this.h5),t.setUint32(24,this.h6),this.is224||t.setUint32(28,this.h7),e},HmacSha256.prototype=new Sha256,HmacSha256.prototype.finalize=function(){if(Sha256.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();Sha256.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(e),Sha256.prototype.finalize.call(this)}};var exports=createMethod();exports.sha256=exports,exports.sha224=createMethod(!0),exports.sha256.hmac=createHmacMethod(),exports.sha224.hmac=createHmacMethod(!0),COMMON_JS?module.exports=exports:(root.sha256=exports.sha256,root.sha224=exports.sha224,AMD&&(__WEBPACK_AMD_DEFINE_RESULT__=function(){return exports}.call(exports,__webpack_require__,exports,module),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)))})()}).call(this,__webpack_require__("4362"),__webpack_require__("c8ba"))},"6eeb":function(e,t,r){var n=r("da84"),o=r("9112"),i=r("5135"),c=r("ce4e"),a=r("8925"),s=r("69f3"),u=s.get,f=s.enforce,l=String(String).split("String");(e.exports=function(e,t,r,a){var s=!!a&&!!a.unsafe,u=!!a&&!!a.enumerable,d=!!a&&!!a.noTargetGet;"function"==typeof r&&("string"!=typeof t||i(r,"name")||o(r,"name",t),f(r).source=l.join("string"==typeof t?t:"")),e!==n?(s?!d&&e[t]&&(u=!0):delete e[t],u?e[t]=r:o(e,t,r)):u?e[t]=r:c(t,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||a(this)}))},"6f53":function(e,t,r){var n=r("83ab"),o=r("df75"),i=r("fc6a"),c=r("d1e7").f,a=function(e){return function(t){var r,a=i(t),s=o(a),u=s.length,f=0,l=[];while(u>f)r=s[f++],n&&!c.call(a,r)||l.push(e?[r,a[r]]:a[r]);return l}};e.exports={entries:a(!0),values:a(!1)}},7156:function(e,t,r){var n=r("861d"),o=r("d2bb");e.exports=function(e,t,r){var i,c;return o&&"function"==typeof(i=t.constructor)&&i!==r&&n(c=i.prototype)&&c!==r.prototype&&o(e,c),e}},7418:function(e,t){t.f=Object.getOwnPropertySymbols},"746f":function(e,t,r){var n=r("428f"),o=r("5135"),i=r("e538"),c=r("9bf2").f;e.exports=function(e){var t=n.Symbol||(n.Symbol={});o(t,e)||c(t,e,{value:i.f(e)})}},7839:function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(e,t,r){var n=r("1d80");e.exports=function(e){return Object(n(e))}},"7c73":function(e,t,r){var n,o=r("825a"),i=r("37e8"),c=r("7839"),a=r("d012"),s=r("1be4"),u=r("cc12"),f=r("f772"),l=">",d="<",p="prototype",h="script",v=f("IE_PROTO"),y=function(){},b=function(e){return d+h+l+e+d+"/"+h+l},g=function(e){e.write(b("")),e.close();var t=e.parentWindow.Object;return e=null,t},m=function(){var e,t=u("iframe"),r="java"+h+":";return t.style.display="none",s.appendChild(t),t.src=String(r),e=t.contentWindow.document,e.open(),e.write(b("document.F=Object")),e.close(),e.F},w=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(t){}w=n?g(n):m();var e=c.length;while(e--)delete w[p][c[e]];return w()};a[v]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(y[p]=o(e),r=new y,y[p]=null,r[v]=e):r=w(),void 0===t?r:i(r,t)}},"7dd0":function(e,t,r){"use strict";var n=r("23e7"),o=r("9ed3"),i=r("e163"),c=r("d2bb"),a=r("d44e"),s=r("9112"),u=r("6eeb"),f=r("b622"),l=r("c430"),d=r("3f8c"),p=r("ae93"),h=p.IteratorPrototype,v=p.BUGGY_SAFARI_ITERATORS,y=f("iterator"),b="keys",g="values",m="entries",w=function(){return this};e.exports=function(e,t,r,f,p,S,k){o(r,t,f);var E,_,A,x=function(e){if(e===p&&T)return T;if(!v&&e in H)return H[e];switch(e){case b:return function(){return new r(this,e)};case g:return function(){return new r(this,e)};case m:return function(){return new r(this,e)}}return function(){return new r(this)}},O=t+" Iterator",R=!1,H=e.prototype,C=H[y]||H["@@iterator"]||p&&H[p],T=!v&&C||x(p),j="Array"==t&&H.entries||C;if(j&&(E=i(j.call(new e)),h!==Object.prototype&&E.next&&(l||i(E)===h||(c?c(E,h):"function"!=typeof E[y]&&s(E,y,w)),a(E,O,!0,!0),l&&(d[O]=w))),p==g&&C&&C.name!==g&&(R=!0,T=function(){return C.call(this)}),l&&!k||H[y]===T||s(H,y,T),d[t]=T,p)if(_={values:x(g),keys:S?T:x(b),entries:x(m)},k)for(A in _)(v||R||!(A in H))&&u(H,A,_[A]);else n({target:t,proto:!0,forced:v||R},_);return _}},"7f9a":function(e,t,r){var n=r("da84"),o=r("8925"),i=n.WeakMap;e.exports="function"===typeof i&&/native code/.test(o(i))},8172:function(e,t,r){var n=r("746f");n("toPrimitive")},"825a":function(e,t,r){var n=r("861d");e.exports=function(e){if(!n(e))throw TypeError(String(e)+" is not an object");return e}},"83ab":function(e,t,r){var n=r("d039");e.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8418:function(e,t,r){"use strict";var n=r("c04e"),o=r("9bf2"),i=r("5c6c");e.exports=function(e,t,r){var c=n(t);c in e?o.f(e,c,i(0,r)):e[c]=r}},"861d":function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},8875:function(e,t,r){var n,o,i;(function(r,c){o=[],n=c,i="function"===typeof n?n.apply(t,o):n,void 0===i||(e.exports=i)})("undefined"!==typeof self&&self,(function(){function e(){var t=Object.getOwnPropertyDescriptor(document,"currentScript");if(!t&&"currentScript"in document&&document.currentScript)return document.currentScript;if(t&&t.get!==e&&document.currentScript)return document.currentScript;try{throw new Error}catch(p){var r,n,o,i=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,c=/@([^@]*):(\d+):(\d+)\s*$/gi,a=i.exec(p.stack)||c.exec(p.stack),s=a&&a[1]||!1,u=a&&a[2]||!1,f=document.location.href.replace(document.location.hash,""),l=document.getElementsByTagName("script");s===f&&(r=document.documentElement.outerHTML,n=new RegExp("(?:[^\\n]+?\\n){0,"+(u-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),o=r.replace(n,"$1").trim());for(var d=0;d<l.length;d++){if("interactive"===l[d].readyState)return l[d];if(l[d].src===s)return l[d];if(s===f&&l[d].innerHTML&&l[d].innerHTML.trim()===o)return l[d]}return null}}return e}))},8925:function(e,t,r){var n=r("c6cd"),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(e){return o.call(e)}),e.exports=n.inspectSource},"90e3":function(e,t){var r=0,n=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++r+n).toString(36)}},9112:function(e,t,r){var n=r("83ab"),o=r("9bf2"),i=r("5c6c");e.exports=n?function(e,t,r){return o.f(e,t,i(1,r))}:function(e,t,r){return e[t]=r,e}},"944a":function(e,t,r){var n=r("746f");n("toStringTag")},"94ca":function(e,t,r){var n=r("d039"),o=/#|\.prototype\./,i=function(e,t){var r=a[c(e)];return r==u||r!=s&&("function"==typeof t?n(t):!!t)},c=i.normalize=function(e){return String(e).replace(o,".").toLowerCase()},a=i.data={},s=i.NATIVE="N",u=i.POLYFILL="P";e.exports=i},"9a9a":function(e,t,r){"use strict";var n=r("23e7"),o=r("2266"),i=r("1c0b"),c=r("825a");n({target:"Iterator",proto:!0,real:!0},{some:function(e){return c(this),i(e),o(this,(function(t){if(e(t))return o.stop()}),void 0,!1,!0).stopped}})},"9bdd":function(e,t,r){var n=r("825a");e.exports=function(e,t,r,o){try{return o?t(n(r)[0],r[1]):t(r)}catch(c){var i=e["return"];throw void 0!==i&&n(i.call(e)),c}}},"9bf2":function(e,t,r){var n=r("83ab"),o=r("0cfb"),i=r("825a"),c=r("c04e"),a=Object.defineProperty;t.f=n?a:function(e,t,r){if(i(e),t=c(t,!0),i(r),o)try{return a(e,t,r)}catch(n){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},"9ed3":function(e,t,r){"use strict";var n=r("ae93").IteratorPrototype,o=r("7c73"),i=r("5c6c"),c=r("d44e"),a=r("3f8c"),s=function(){return this};e.exports=function(e,t,r){var u=t+" Iterator";return e.prototype=o(n,{next:i(1,r)}),c(e,u,!1,!0),a[u]=s,e}},a15b:function(e,t,r){"use strict";var n=r("23e7"),o=r("44ad"),i=r("fc6a"),c=r("a640"),a=[].join,s=o!=Object,u=c("join",",");n({target:"Array",proto:!0,forced:s||!u},{join:function(e){return a.call(i(this),void 0===e?",":e)}})},a4d3:function(e,t,r){"use strict";var n=r("23e7"),o=r("da84"),i=r("d066"),c=r("c430"),a=r("83ab"),s=r("4930"),u=r("fdbf"),f=r("d039"),l=r("5135"),d=r("e8b5"),p=r("861d"),h=r("825a"),v=r("7b0b"),y=r("fc6a"),b=r("c04e"),g=r("5c6c"),m=r("7c73"),w=r("df75"),S=r("241c"),k=r("057f"),E=r("7418"),_=r("06cf"),A=r("9bf2"),x=r("d1e7"),O=r("9112"),R=r("6eeb"),H=r("5692"),C=r("f772"),T=r("d012"),j=r("90e3"),I=r("b622"),P=r("e538"),L=r("746f"),U=r("d44e"),M=r("69f3"),N=r("b727").forEach,X=C("hidden"),F="Symbol",D="prototype",B=I("toPrimitive"),K=M.set,W=M.getterFor(F),q=Object[D],Y=o.Symbol,z=i("JSON","stringify"),J=_.f,V=A.f,G=k.f,$=x.f,Q=H("symbols"),Z=H("op-symbols"),ee=H("string-to-symbol-registry"),te=H("symbol-to-string-registry"),re=H("wks"),ne=o.QObject,oe=!ne||!ne[D]||!ne[D].findChild,ie=a&&f((function(){return 7!=m(V({},"a",{get:function(){return V(this,"a",{value:7}).a}})).a}))?function(e,t,r){var n=J(q,t);n&&delete q[t],V(e,t,r),n&&e!==q&&V(q,t,n)}:V,ce=function(e,t){var r=Q[e]=m(Y[D]);return K(r,{type:F,tag:e,description:t}),a||(r.description=t),r},ae=u?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof Y},se=function(e,t,r){e===q&&se(Z,t,r),h(e);var n=b(t,!0);return h(r),l(Q,n)?(r.enumerable?(l(e,X)&&e[X][n]&&(e[X][n]=!1),r=m(r,{enumerable:g(0,!1)})):(l(e,X)||V(e,X,g(1,{})),e[X][n]=!0),ie(e,n,r)):V(e,n,r)},ue=function(e,t){h(e);var r=y(t),n=w(r).concat(he(r));return N(n,(function(t){a&&!le.call(r,t)||se(e,t,r[t])})),e},fe=function(e,t){return void 0===t?m(e):ue(m(e),t)},le=function(e){var t=b(e,!0),r=$.call(this,t);return!(this===q&&l(Q,t)&&!l(Z,t))&&(!(r||!l(this,t)||!l(Q,t)||l(this,X)&&this[X][t])||r)},de=function(e,t){var r=y(e),n=b(t,!0);if(r!==q||!l(Q,n)||l(Z,n)){var o=J(r,n);return!o||!l(Q,n)||l(r,X)&&r[X][n]||(o.enumerable=!0),o}},pe=function(e){var t=G(y(e)),r=[];return N(t,(function(e){l(Q,e)||l(T,e)||r.push(e)})),r},he=function(e){var t=e===q,r=G(t?Z:y(e)),n=[];return N(r,(function(e){!l(Q,e)||t&&!l(q,e)||n.push(Q[e])})),n};if(s||(Y=function(){if(this instanceof Y)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=j(e),r=function(e){this===q&&r.call(Z,e),l(this,X)&&l(this[X],t)&&(this[X][t]=!1),ie(this,t,g(1,e))};return a&&oe&&ie(q,t,{configurable:!0,set:r}),ce(t,e)},R(Y[D],"toString",(function(){return W(this).tag})),R(Y,"withoutSetter",(function(e){return ce(j(e),e)})),x.f=le,A.f=se,_.f=de,S.f=k.f=pe,E.f=he,P.f=function(e){return ce(I(e),e)},a&&(V(Y[D],"description",{configurable:!0,get:function(){return W(this).description}}),c||R(q,"propertyIsEnumerable",le,{unsafe:!0}))),n({global:!0,wrap:!0,forced:!s,sham:!s},{Symbol:Y}),N(w(re),(function(e){L(e)})),n({target:F,stat:!0,forced:!s},{for:function(e){var t=String(e);if(l(ee,t))return ee[t];var r=Y(t);return ee[t]=r,te[r]=t,r},keyFor:function(e){if(!ae(e))throw TypeError(e+" is not a symbol");if(l(te,e))return te[e]},useSetter:function(){oe=!0},useSimple:function(){oe=!1}}),n({target:"Object",stat:!0,forced:!s,sham:!a},{create:fe,defineProperty:se,defineProperties:ue,getOwnPropertyDescriptor:de}),n({target:"Object",stat:!0,forced:!s},{getOwnPropertyNames:pe,getOwnPropertySymbols:he}),n({target:"Object",stat:!0,forced:f((function(){E.f(1)}))},{getOwnPropertySymbols:function(e){return E.f(v(e))}}),z){var ve=!s||f((function(){var e=Y();return"[null]"!=z([e])||"{}"!=z({a:e})||"{}"!=z(Object(e))}));n({target:"JSON",stat:!0,forced:ve},{stringify:function(e,t,r){var n,o=[e],i=1;while(arguments.length>i)o.push(arguments[i++]);if(n=t,(p(t)||void 0!==e)&&!ae(e))return d(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!ae(t))return t}),o[1]=t,z.apply(null,o)}})}Y[D][B]||O(Y[D],B,Y[D].valueOf),U(Y,F),T[X]=!0},a640:function(e,t,r){"use strict";var n=r("d039");e.exports=function(e,t){var r=[][e];return!!r&&n((function(){r.call(null,t||function(){throw 1},1)}))}},a691:function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:r)(e)}},a9e3:function(e,t,r){"use strict";var n=r("83ab"),o=r("da84"),i=r("94ca"),c=r("6eeb"),a=r("5135"),s=r("c6b6"),u=r("7156"),f=r("c04e"),l=r("d039"),d=r("7c73"),p=r("241c").f,h=r("06cf").f,v=r("9bf2").f,y=r("58a8").trim,b="Number",g=o[b],m=g.prototype,w=s(d(m))==b,S=function(e){var t,r,n,o,i,c,a,s,u=f(e,!1);if("string"==typeof u&&u.length>2)if(u=y(u),t=u.charCodeAt(0),43===t||45===t){if(r=u.charCodeAt(2),88===r||120===r)return NaN}else if(48===t){switch(u.charCodeAt(1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+u}for(i=u.slice(2),c=i.length,a=0;a<c;a++)if(s=i.charCodeAt(a),s<48||s>o)return NaN;return parseInt(i,n)}return+u};if(i(b,!g(" 0o1")||!g("0b1")||g("+0x1"))){for(var k,E=function(e){var t=arguments.length<1?0:e,r=this;return r instanceof E&&(w?l((function(){m.valueOf.call(r)})):s(r)!=b)?u(new g(S(t)),r,E):S(t)},_=n?p(g):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),A=0;_.length>A;A++)a(g,k=_[A])&&!a(E,k)&&v(E,k,h(g,k));E.prototype=m,m.constructor=E,c(o,b,E)}},ab13:function(e,t,r){var n=r("b622"),o=n("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[o]=!1,"/./"[e](t)}catch(n){}}return!1}},ae40:function(e,t,r){var n=r("83ab"),o=r("d039"),i=r("5135"),c=Object.defineProperty,a={},s=function(e){throw e};e.exports=function(e,t){if(i(a,e))return a[e];t||(t={});var r=[][e],u=!!i(t,"ACCESSORS")&&t.ACCESSORS,f=i(t,0)?t[0]:s,l=i(t,1)?t[1]:void 0;return a[e]=!!r&&!o((function(){if(u&&!n)return!0;var e={length:-1};u?c(e,1,{enumerable:!0,get:s}):e[1]=1,r.call(e,f,l)}))}},ae93:function(e,t,r){"use strict";var n,o,i,c=r("e163"),a=r("9112"),s=r("5135"),u=r("b622"),f=r("c430"),l=u("iterator"),d=!1,p=function(){return this};[].keys&&(i=[].keys(),"next"in i?(o=c(c(i)),o!==Object.prototype&&(n=o)):d=!0),void 0==n&&(n={}),f||s(n,l)||a(n,l,p),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:d}},b041:function(e,t,r){"use strict";var n=r("00ee"),o=r("f5df");e.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},b0c0:function(e,t,r){var n=r("83ab"),o=r("9bf2").f,i=Function.prototype,c=i.toString,a=/^\s*function ([^ (]*)/,s="name";n&&!(s in i)&&o(i,s,{configurable:!0,get:function(){try{return c.call(this).match(a)[1]}catch(e){return""}}})},b575:function(e,t,r){var n,o,i,c,a,s,u,f,l=r("da84"),d=r("06cf").f,p=r("c6b6"),h=r("2cf4").set,v=r("1cdc"),y=l.MutationObserver||l.WebKitMutationObserver,b=l.process,g=l.Promise,m="process"==p(b),w=d(l,"queueMicrotask"),S=w&&w.value;S||(n=function(){var e,t;m&&(e=b.domain)&&e.exit();while(o){t=o.fn,o=o.next;try{t()}catch(r){throw o?c():i=void 0,r}}i=void 0,e&&e.enter()},m?c=function(){b.nextTick(n)}:y&&!v?(a=!0,s=document.createTextNode(""),new y(n).observe(s,{characterData:!0}),c=function(){s.data=a=!a}):g&&g.resolve?(u=g.resolve(void 0),f=u.then,c=function(){f.call(u,n)}):c=function(){h.call(l,n)}),e.exports=S||function(e){var t={fn:e,next:void 0};i&&(i.next=t),o||(o=t,c()),i=t}},b622:function(e,t,r){var n=r("da84"),o=r("5692"),i=r("5135"),c=r("90e3"),a=r("4930"),s=r("fdbf"),u=o("wks"),f=n.Symbol,l=s?f:f&&f.withoutSetter||c;e.exports=function(e){return i(u,e)||(a&&i(f,e)?u[e]=f[e]:u[e]=l("Symbol."+e)),u[e]}},b636:function(e,t,r){var n=r("746f");n("asyncIterator")},b64b:function(e,t,r){var n=r("23e7"),o=r("7b0b"),i=r("df75"),c=r("d039"),a=c((function(){i(1)}));n({target:"Object",stat:!0,forced:a},{keys:function(e){return i(o(e))}})},b727:function(e,t,r){var n=r("0366"),o=r("44ad"),i=r("7b0b"),c=r("50c4"),a=r("65f0"),s=[].push,u=function(e){var t=1==e,r=2==e,u=3==e,f=4==e,l=6==e,d=5==e||l;return function(p,h,v,y){for(var b,g,m=i(p),w=o(m),S=n(h,v,3),k=c(w.length),E=0,_=y||a,A=t?_(p,k):r?_(p,0):void 0;k>E;E++)if((d||E in w)&&(b=w[E],g=S(b,E,m),e))if(t)A[E]=g;else if(g)switch(e){case 3:return!0;case 5:return b;case 6:return E;case 2:s.call(A,b)}else if(f)return!1;return l?-1:u||f?f:A}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6)}},c04e:function(e,t,r){var n=r("861d");e.exports=function(e,t){if(!n(e))return e;var r,o;if(t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;if("function"==typeof(r=e.valueOf)&&!n(o=r.call(e)))return o;if(!t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},c430:function(e,t){e.exports=!1},c5cc:function(e,t,r){"use strict";var n=r("428f"),o=r("1c0b"),i=r("825a"),c=r("7c73"),a=r("9112"),s=r("e2cc"),u=r("b622"),f=r("69f3"),l=f.set,d=f.get,p=u("toStringTag"),h=function(e){var t=d(this).iterator,r=t["return"];return void 0===r?{done:!0,value:e}:i(r.call(t,e))},v=function(e){var t=d(this).iterator,r=t["throw"];if(void 0===r)throw e;return r.call(t,e)};e.exports=function(e,t){var r=function(e){e.next=o(e.iterator.next),e.done=!1,l(this,e)};return r.prototype=s(c(n.Iterator.prototype),{next:function(){var t=d(this),r=t.done?void 0:e.apply(t,arguments);return{done:t.done,value:r}},return:h,throw:v}),t||a(r.prototype,p,"Generator"),r}},c6b6:function(e,t){var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},c6cd:function(e,t,r){var n=r("da84"),o=r("ce4e"),i="__core-js_shared__",c=n[i]||o(i,{});e.exports=c},c8ba:function(e,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(n){"object"===typeof window&&(r=window)}e.exports=r},ca84:function(e,t,r){var n=r("5135"),o=r("fc6a"),i=r("4d64").indexOf,c=r("d012");e.exports=function(e,t){var r,a=o(e),s=0,u=[];for(r in a)!n(c,r)&&n(a,r)&&u.push(r);while(t.length>s)n(a,r=t[s++])&&(~i(u,r)||u.push(r));return u}},cc12:function(e,t,r){var n=r("da84"),o=r("861d"),i=n.document,c=o(i)&&o(i.createElement);e.exports=function(e){return c?i.createElement(e):{}}},cdf9:function(e,t,r){var n=r("825a"),o=r("861d"),i=r("f069");e.exports=function(e,t){if(n(e),o(t)&&t.constructor===e)return t;var r=i.f(e),c=r.resolve;return c(t),r.promise}},ce4e:function(e,t,r){var n=r("da84"),o=r("9112");e.exports=function(e,t){try{o(n,e,t)}catch(r){n[e]=t}return t}},d012:function(e,t){e.exports={}},d039:function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},d066:function(e,t,r){var n=r("428f"),o=r("da84"),i=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?i(n[e])||i(o[e]):n[e]&&n[e][t]||o[e]&&o[e][t]}},d1e7:function(e,t,r){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!n.call({1:2},1);t.f=i?function(e){var t=o(this,e);return!!t&&t.enumerable}:n},d28b:function(e,t,r){var n=r("746f");n("iterator")},d2bb:function(e,t,r){var n=r("825a"),o=r("3bbe");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,e.call(r,[]),t=r instanceof Array}catch(i){}return function(r,i){return n(r),o(i),t?e.call(r,i):r.__proto__=i,r}}():void 0)},d3b7:function(e,t,r){var n=r("00ee"),o=r("6eeb"),i=r("b041");n||o(Object.prototype,"toString",i,{unsafe:!0})},d44e:function(e,t,r){var n=r("9bf2").f,o=r("5135"),i=r("b622"),c=i("toStringTag");e.exports=function(e,t,r){e&&!o(e=r?e:e.prototype,c)&&n(e,c,{configurable:!0,value:t})}},da84:function(e,t,r){(function(t){var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t&&t)||Function("return this")()}).call(this,r("c8ba"))},dbb4:function(e,t,r){var n=r("23e7"),o=r("83ab"),i=r("56ef"),c=r("fc6a"),a=r("06cf"),s=r("8418");n({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(e){var t,r,n=c(e),o=a.f,u=i(n),f={},l=0;while(u.length>l)r=o(n,t=u[l++]),void 0!==r&&s(f,t,r);return f}})},ddb0:function(e,t,r){var n=r("da84"),o=r("fdbc"),i=r("e260"),c=r("9112"),a=r("b622"),s=a("iterator"),u=a("toStringTag"),f=i.values;for(var l in o){var d=n[l],p=d&&d.prototype;if(p){if(p[s]!==f)try{c(p,s,f)}catch(v){p[s]=f}if(p[u]||c(p,u,l),o[l])for(var h in i)if(p[h]!==i[h])try{c(p,h,i[h])}catch(v){p[h]=i[h]}}}},df75:function(e,t,r){var n=r("ca84"),o=r("7839");e.exports=Object.keys||function(e){return n(e,o)}},df7c:function(e,t,r){(function(e){function r(e,t){for(var r=0,n=e.length-1;n>=0;n--){var o=e[n];"."===o?e.splice(n,1):".."===o?(e.splice(n,1),r++):r&&(e.splice(n,1),r--)}if(t)for(;r--;r)e.unshift("..");return e}function n(e){"string"!==typeof e&&(e+="");var t,r=0,n=-1,o=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!o){r=t+1;break}}else-1===n&&(o=!1,n=t+1);return-1===n?"":e.slice(r,n)}function o(e,t){if(e.filter)return e.filter(t);for(var r=[],n=0;n<e.length;n++)t(e[n],n,e)&&r.push(e[n]);return r}t.resolve=function(){for(var t="",n=!1,i=arguments.length-1;i>=-1&&!n;i--){var c=i>=0?arguments[i]:e.cwd();if("string"!==typeof c)throw new TypeError("Arguments to path.resolve must be strings");c&&(t=c+"/"+t,n="/"===c.charAt(0))}return t=r(o(t.split("/"),(function(e){return!!e})),!n).join("/"),(n?"/":"")+t||"."},t.normalize=function(e){var n=t.isAbsolute(e),c="/"===i(e,-1);return e=r(o(e.split("/"),(function(e){return!!e})),!n).join("/"),e||n||(e="."),e&&c&&(e+="/"),(n?"/":"")+e},t.isAbsolute=function(e){return"/"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(o(e,(function(e,t){if("string"!==typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},t.relative=function(e,r){function n(e){for(var t=0;t<e.length;t++)if(""!==e[t])break;for(var r=e.length-1;r>=0;r--)if(""!==e[r])break;return t>r?[]:e.slice(t,r-t+1)}e=t.resolve(e).substr(1),r=t.resolve(r).substr(1);for(var o=n(e.split("/")),i=n(r.split("/")),c=Math.min(o.length,i.length),a=c,s=0;s<c;s++)if(o[s]!==i[s]){a=s;break}var u=[];for(s=a;s<o.length;s++)u.push("..");return u=u.concat(i.slice(a)),u.join("/")},t.sep="/",t.delimiter=":",t.dirname=function(e){if("string"!==typeof e&&(e+=""),0===e.length)return".";for(var t=e.charCodeAt(0),r=47===t,n=-1,o=!0,i=e.length-1;i>=1;--i)if(t=e.charCodeAt(i),47===t){if(!o){n=i;break}}else o=!1;return-1===n?r?"/":".":r&&1===n?"/":e.slice(0,n)},t.basename=function(e,t){var r=n(e);return t&&r.substr(-1*t.length)===t&&(r=r.substr(0,r.length-t.length)),r},t.extname=function(e){"string"!==typeof e&&(e+="");for(var t=-1,r=0,n=-1,o=!0,i=0,c=e.length-1;c>=0;--c){var a=e.charCodeAt(c);if(47!==a)-1===n&&(o=!1,n=c+1),46===a?-1===t?t=c:1!==i&&(i=1):-1!==t&&(i=-1);else if(!o){r=c+1;break}}return-1===t||-1===n||0===i||1===i&&t===n-1&&t===r+1?"":e.slice(t,n)};var i="b"==="ab".substr(-1)?function(e,t,r){return e.substr(t,r)}:function(e,t,r){return t<0&&(t=e.length+t),e.substr(t,r)}}).call(this,r("4362"))},e01a:function(e,t,r){"use strict";var n=r("23e7"),o=r("83ab"),i=r("da84"),c=r("5135"),a=r("861d"),s=r("9bf2").f,u=r("e893"),f=i.Symbol;if(o&&"function"==typeof f&&(!("description"in f.prototype)||void 0!==f().description)){var l={},d=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof d?new f(e):void 0===e?f():f(e);return""===e&&(l[t]=!0),t};u(d,f);var p=d.prototype=f.prototype;p.constructor=d;var h=p.toString,v="Symbol(test)"==String(f("test")),y=/^Symbol\((.*)\)[^)]+$/;s(p,"description",{configurable:!0,get:function(){var e=a(this)?this.valueOf():this,t=h.call(e);if(c(l,e))return"";var r=v?t.slice(7,-1):t.replace(y,"$1");return""===r?void 0:r}}),n({global:!0,forced:!0},{Symbol:d})}},e163:function(e,t,r){var n=r("5135"),o=r("7b0b"),i=r("f772"),c=r("e177"),a=i("IE_PROTO"),s=Object.prototype;e.exports=c?Object.getPrototypeOf:function(e){return e=o(e),n(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?s:null}},e177:function(e,t,r){var n=r("d039");e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},e260:function(e,t,r){"use strict";var n=r("fc6a"),o=r("44d2"),i=r("3f8c"),c=r("69f3"),a=r("7dd0"),s="Array Iterator",u=c.set,f=c.getterFor(s);e.exports=a(Array,"Array",(function(e,t){u(this,{type:s,target:n(e),index:0,kind:t})}),(function(){var e=f(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:t[n],done:!1}:{value:[n,t[n]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},e2cc:function(e,t,r){var n=r("6eeb");e.exports=function(e,t,r){for(var o in t)n(e,o,t[o],r);return e}},e439:function(e,t,r){var n=r("23e7"),o=r("d039"),i=r("fc6a"),c=r("06cf").f,a=r("83ab"),s=o((function(){c(1)})),u=!a||s;n({target:"Object",stat:!0,forced:u,sham:!a},{getOwnPropertyDescriptor:function(e,t){return c(i(e),t)}})},e538:function(e,t,r){var n=r("b622");t.f=n},e667:function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(t){return{error:!0,value:t}}}},e6cf:function(e,t,r){"use strict";var n,o,i,c,a=r("23e7"),s=r("c430"),u=r("da84"),f=r("d066"),l=r("fea9"),d=r("6eeb"),p=r("e2cc"),h=r("d44e"),v=r("2626"),y=r("861d"),b=r("1c0b"),g=r("19aa"),m=r("c6b6"),w=r("8925"),S=r("2266"),k=r("1c7e"),E=r("4840"),_=r("2cf4").set,A=r("b575"),x=r("cdf9"),O=r("44de"),R=r("f069"),H=r("e667"),C=r("69f3"),T=r("94ca"),j=r("b622"),I=r("2d00"),P=j("species"),L="Promise",U=C.get,M=C.set,N=C.getterFor(L),X=l,F=u.TypeError,D=u.document,B=u.process,K=f("fetch"),W=R.f,q=W,Y="process"==m(B),z=!!(D&&D.createEvent&&u.dispatchEvent),J="unhandledrejection",V="rejectionhandled",G=0,$=1,Q=2,Z=1,ee=2,te=T(L,(function(){var e=w(X)!==String(X);if(!e){if(66===I)return!0;if(!Y&&"function"!=typeof PromiseRejectionEvent)return!0}if(s&&!X.prototype["finally"])return!0;if(I>=51&&/native code/.test(X))return!1;var t=X.resolve(1),r=function(e){e((function(){}),(function(){}))},n=t.constructor={};return n[P]=r,!(t.then((function(){}))instanceof r)})),re=te||!k((function(e){X.all(e)["catch"]((function(){}))})),ne=function(e){var t;return!(!y(e)||"function"!=typeof(t=e.then))&&t},oe=function(e,t,r){if(!t.notified){t.notified=!0;var n=t.reactions;A((function(){var o=t.value,i=t.state==$,c=0;while(n.length>c){var a,s,u,f=n[c++],l=i?f.ok:f.fail,d=f.resolve,p=f.reject,h=f.domain;try{l?(i||(t.rejection===ee&&se(e,t),t.rejection=Z),!0===l?a=o:(h&&h.enter(),a=l(o),h&&(h.exit(),u=!0)),a===f.promise?p(F("Promise-chain cycle")):(s=ne(a))?s.call(a,d,p):d(a)):p(o)}catch(v){h&&!u&&h.exit(),p(v)}}t.reactions=[],t.notified=!1,r&&!t.rejection&&ce(e,t)}))}},ie=function(e,t,r){var n,o;z?(n=D.createEvent("Event"),n.promise=t,n.reason=r,n.initEvent(e,!1,!0),u.dispatchEvent(n)):n={promise:t,reason:r},(o=u["on"+e])?o(n):e===J&&O("Unhandled promise rejection",r)},ce=function(e,t){_.call(u,(function(){var r,n=t.value,o=ae(t);if(o&&(r=H((function(){Y?B.emit("unhandledRejection",n,e):ie(J,e,n)})),t.rejection=Y||ae(t)?ee:Z,r.error))throw r.value}))},ae=function(e){return e.rejection!==Z&&!e.parent},se=function(e,t){_.call(u,(function(){Y?B.emit("rejectionHandled",e):ie(V,e,t.value)}))},ue=function(e,t,r,n){return function(o){e(t,r,o,n)}},fe=function(e,t,r,n){t.done||(t.done=!0,n&&(t=n),t.value=r,t.state=Q,oe(e,t,!0))},le=function(e,t,r,n){if(!t.done){t.done=!0,n&&(t=n);try{if(e===r)throw F("Promise can't be resolved itself");var o=ne(r);o?A((function(){var n={done:!1};try{o.call(r,ue(le,e,n,t),ue(fe,e,n,t))}catch(i){fe(e,n,i,t)}})):(t.value=r,t.state=$,oe(e,t,!1))}catch(i){fe(e,{done:!1},i,t)}}};te&&(X=function(e){g(this,X,L),b(e),n.call(this);var t=U(this);try{e(ue(le,this,t),ue(fe,this,t))}catch(r){fe(this,t,r)}},n=function(e){M(this,{type:L,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:G,value:void 0})},n.prototype=p(X.prototype,{then:function(e,t){var r=N(this),n=W(E(this,X));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=Y?B.domain:void 0,r.parent=!0,r.reactions.push(n),r.state!=G&&oe(this,r,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),o=function(){var e=new n,t=U(e);this.promise=e,this.resolve=ue(le,e,t),this.reject=ue(fe,e,t)},R.f=W=function(e){return e===X||e===i?new o(e):q(e)},s||"function"!=typeof l||(c=l.prototype.then,d(l.prototype,"then",(function(e,t){var r=this;return new X((function(e,t){c.call(r,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof K&&a({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return x(X,K.apply(u,arguments))}}))),a({global:!0,wrap:!0,forced:te},{Promise:X}),h(X,L,!1,!0),v(L),i=f(L),a({target:L,stat:!0,forced:te},{reject:function(e){var t=W(this);return t.reject.call(void 0,e),t.promise}}),a({target:L,stat:!0,forced:s||te},{resolve:function(e){return x(s&&this===i?X:this,e)}}),a({target:L,stat:!0,forced:re},{all:function(e){var t=this,r=W(t),n=r.resolve,o=r.reject,i=H((function(){var r=b(t.resolve),i=[],c=0,a=1;S(e,(function(e){var s=c++,u=!1;i.push(void 0),a++,r.call(t,e).then((function(e){u||(u=!0,i[s]=e,--a||n(i))}),o)})),--a||n(i)}));return i.error&&o(i.value),r.promise},race:function(e){var t=this,r=W(t),n=r.reject,o=H((function(){var o=b(t.resolve);S(e,(function(e){o.call(t,e).then(r.resolve,n)}))}));return o.error&&n(o.value),r.promise}})},e893:function(e,t,r){var n=r("5135"),o=r("56ef"),i=r("06cf"),c=r("9bf2");e.exports=function(e,t){for(var r=o(t),a=c.f,s=i.f,u=0;u<r.length;u++){var f=r[u];n(e,f)||a(e,f,s(t,f))}}},e8b5:function(e,t,r){var n=r("c6b6");e.exports=Array.isArray||function(e){return"Array"==n(e)}},e95a:function(e,t,r){var n=r("b622"),o=r("3f8c"),i=n("iterator"),c=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||c[i]===e)}},efec:function(e,t,r){var n=r("9112"),o=r("51eb"),i=r("b622"),c=i("toPrimitive"),a=Date.prototype;c in a||n(a,c,o)},f069:function(e,t,r){"use strict";var n=r("1c0b"),o=function(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=n})),this.resolve=n(t),this.reject=n(r)};e.exports.f=function(e){return new o(e)}},f5df:function(e,t,r){var n=r("00ee"),o=r("c6b6"),i=r("b622"),c=i("toStringTag"),a="Arguments"==o(function(){return arguments}()),s=function(e,t){try{return e[t]}catch(r){}};e.exports=n?o:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=s(t=Object(e),c))?r:a?o(t):"Object"==(n=o(t))&&"function"==typeof t.callee?"Arguments":n}},f772:function(e,t,r){var n=r("5692"),o=r("90e3"),i=n("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},fb15:function(e,t,r){"use strict";if(r.r(t),"undefined"!==typeof window){var n=window.document.currentScript,o=r("8875");n=o(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:o});var i=n&&n.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);i&&(r.p=i[1])}r("a4d3"),r("e01a"),r("b636"),r("d28b"),r("944a"),r("e260"),r("fb6a"),r("b0c0"),r("0c47"),r("23dc"),r("3410"),r("131a"),r("d3b7"),r("e6cf"),r("3ca3"),r("0643"),r("4e3e"),r("159b"),r("ddb0");function c(e){return c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c(e)}function a(){
|
|
10
10
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
11
|
-
a=function(){return t};var e,t={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(e,t,r){e[t]=r.value},i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",u=i.asyncIterator||"@@asyncIterator",f=i.toStringTag||"@@toStringTag";function l(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,r){return e[t]=r}}function d(e,t,r,n){var i=t&&t.prototype instanceof m?t:m,c=Object.create(i.prototype),a=new j(n||[]);return o(c,"_invoke",{value:R(e,r,a)}),c}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=d;var h="suspendedStart",v="suspendedYield",y="executing",b="completed",g={};function m(){}function w(){}function S(){}var k={};l(k,s,(function(){return this}));var E=Object.getPrototypeOf,_=E&&E(E(I([])));_&&_!==r&&n.call(_,s)&&(k=_);var A=S.prototype=m.prototype=Object.create(k);function x(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function r(o,i,a,s){var u=p(e[o],e,i);if("throw"!==u.type){var f=u.arg,l=f.value;return l&&"object"==c(l)&&n.call(l,"__await")?t.resolve(l.__await).then((function(e){r("next",e,a,s)}),(function(e){r("throw",e,a,s)})):t.resolve(l).then((function(e){f.value=e,a(f)}),(function(e){return r("throw",e,a,s)}))}s(u.arg)}var i;o(this,"_invoke",{value:function(e,n){function o(){return new t((function(t,o){r(e,n,t,o)}))}return i=i?i.then(o,o):o()}})}function R(t,r,n){var o=h;return function(i,c){if(o===y)throw Error("Generator is already running");if(o===b){if("throw"===i)throw c;return{value:e,done:!0}}for(n.method=i,n.arg=c;;){var a=n.delegate;if(a){var s=H(a,n);if(s){if(s===g)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=b,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=y;var u=p(t,r,n);if("normal"===u.type){if(o=n.done?b:v,u.arg===g)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(o=b,n.method="throw",n.arg=u.arg)}}}function H(t,r){var n=r.method,o=t.iterator[n];if(o===e)return r.delegate=null,"throw"===n&&t.iterator["return"]&&(r.method="return",r.arg=e,H(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),g;var i=p(o,t.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,g;var c=i.arg;return c?c.done?(r[t.resultName]=c.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,g):c:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,g)}function C(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(C,this),this.reset(!0)}function I(t){if(t||""===t){var r=t[s];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function r(){for(;++o<t.length;)if(n.call(t,o))return r.value=t[o],r.done=!1,r;return r.value=e,r.done=!0,r};return i.next=i}}throw new TypeError(c(t)+" is not iterable")}return w.prototype=S,o(A,"constructor",{value:S,configurable:!0}),o(S,"constructor",{value:w,configurable:!0}),w.displayName=l(S,f,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===w||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,S):(e.__proto__=S,l(e,f,"GeneratorFunction")),e.prototype=Object.create(A),e},t.awrap=function(e){return{__await:e}},x(O.prototype),l(O.prototype,u,(function(){return this})),t.AsyncIterator=O,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var c=new O(d(e,r,n,o),i);return t.isGeneratorFunction(r)?c:c.next().then((function(e){return e.done?e.value:c.next()}))},x(A),l(A,f,"Generator"),l(A,s,(function(){return this})),l(A,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=I,j.prototype={constructor:j,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(T),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function o(n,o){return a.type="throw",a.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i],a=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var s=n.call(c,"catchLoc"),u=n.call(c,"finallyLoc");if(s&&u){if(this.prev<c.catchLoc)return o(c.catchLoc,!0);if(this.prev<c.finallyLoc)return o(c.finallyLoc)}else if(s){if(this.prev<c.catchLoc)return o(c.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return o(c.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var c=i?i.completion:{};return c.type=e,c.arg=t,i?(this.method="next",this.next=i.finallyLoc,g):this.complete(c)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),g},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),T(r),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;T(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:I(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),g}},t}r("4de4"),r("e439"),r("dbb4"),r("b64b"),r("2382"),r("8172"),r("efec"),r("a9e3");function s(e,t){if("object"!=c(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=c(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function u(e){var t=s(e,"string");return"symbol"==c(t)?t:t+""}function f(e,t,r){return(t=u(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function d(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){f(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function p(e,t,r,n,o,i,c){try{var a=e[i](c),s=a.value}catch(e){return void r(e)}a.done?t(s):Promise.resolve(s).then(n,o)}function h(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function c(e){p(i,n,o,c,a,"next",e)}function a(e){p(i,n,o,c,a,"throw",e)}c(void 0)}))}}r("a15b"),r("07ac"),r("2ca0"),r("9a9a");var v=function(e){if(e&&e.length||e&&e.size)return!1;if("object"!==c(e))return!0;for(var t in e)if(Object.hasOwn(e,t))return!1;return!0},y={install:function(e,t){var n=t.axios;if(!this.installed){this.installed=!0;var o="undefined"!==typeof window?r("68ad"):null;e.prototype.$unidooInitKeycloak=function(){var t=h(a().mark((function t(r){var i,c;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),i={ssoParams:{}},i=d({},r),c=o(i.ssoParams),e.prototype.$keycloak=c,c.init({onLoad:i.ssoParams.onLoad,promiseType:"native",checkLoginIframe:!1}).then((function(){w(n,i.ssoParams.authorizedDomains,c),m(c)})).catch((function(e){throw new Error(e)}));case 6:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),e.prototype.$unidooInitSimpleKeycloak=function(){var t=h(a().mark((function t(r){var n,i;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),n={ssoParams:{}},n=d({},r),i=o(n.ssoParams),e.prototype.$keycloak=i,i.init({onLoad:"check-sso",promiseType:"native",checkLoginIframe:!1}).then((function(){m(i)})).catch((function(e){throw new Error(e)}));case 6:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()}}},b=y;function g(e){if(!e.ssoParams||0===Object.keys(e.ssoParams).length)throw new Error("You need to provide sso parameters for the plugin to work.");var t=Object.values(e.ssoParams).some((function(e){return v(e)}));if(t){var r=[];for(var n in e.ssoParams)v(e.ssoParams[n])&&r.push(n);throw new Error("The following properties are required : ".concat(r.join(", ")))}}function m(e){setTimeout((function(){e.updateToken(2e5).catch((function(e){return null})),m(e)}),2e5)}function w(e,t,r){e.interceptors.request.use((function(e){return t.some((function(t){return e.url.startsWith(t)}))&&r.token&&(e.headers.Authorization="Bearer "+r.token,e.headers.Accept="application/json, text/plain, */*"),e}),(function(e){return Promise.reject(e)}))}t["default"]=b},fb6a:function(e,t,r){"use strict";var n=r("23e7"),o=r("861d"),i=r("e8b5"),c=r("23cb"),a=r("50c4"),s=r("fc6a"),u=r("8418"),f=r("b622"),l=r("1dde"),d=r("ae40"),p=l("slice"),h=d("slice",{ACCESSORS:!0,0:0,1:2}),v=f("species"),y=[].slice,b=Math.max;n({target:"Array",proto:!0,forced:!p||!h},{slice:function(e,t){var r,n,f,l=s(this),d=a(l.length),p=c(e,d),h=c(void 0===t?d:t,d);if(i(l)&&(r=l.constructor,"function"!=typeof r||r!==Array&&!i(r.prototype)?o(r)&&(r=r[v],null===r&&(r=void 0)):r=void 0,r===Array||void 0===r))return y.call(l,p,h);for(n=new(void 0===r?Array:r)(b(h-p,0)),f=0;p<h;p++,f++)p in l&&u(n,f,l[p]);return n.length=f,n}})},fc6a:function(e,t,r){var n=r("44ad"),o=r("1d80");e.exports=function(e){return n(o(e))}},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,r){var n=r("4930");e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fea9:function(e,t,r){var n=r("da84");e.exports=n.Promise}})}));
|
|
11
|
+
a=function(){return t};var e,t={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(e,t,r){e[t]=r.value},i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",u=i.asyncIterator||"@@asyncIterator",f=i.toStringTag||"@@toStringTag";function l(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,r){return e[t]=r}}function d(e,t,r,n){var i=t&&t.prototype instanceof m?t:m,c=Object.create(i.prototype),a=new j(n||[]);return o(c,"_invoke",{value:R(e,r,a)}),c}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=d;var h="suspendedStart",v="suspendedYield",y="executing",b="completed",g={};function m(){}function w(){}function S(){}var k={};l(k,s,(function(){return this}));var E=Object.getPrototypeOf,_=E&&E(E(I([])));_&&_!==r&&n.call(_,s)&&(k=_);var A=S.prototype=m.prototype=Object.create(k);function x(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function r(o,i,a,s){var u=p(e[o],e,i);if("throw"!==u.type){var f=u.arg,l=f.value;return l&&"object"==c(l)&&n.call(l,"__await")?t.resolve(l.__await).then((function(e){r("next",e,a,s)}),(function(e){r("throw",e,a,s)})):t.resolve(l).then((function(e){f.value=e,a(f)}),(function(e){return r("throw",e,a,s)}))}s(u.arg)}var i;o(this,"_invoke",{value:function(e,n){function o(){return new t((function(t,o){r(e,n,t,o)}))}return i=i?i.then(o,o):o()}})}function R(t,r,n){var o=h;return function(i,c){if(o===y)throw Error("Generator is already running");if(o===b){if("throw"===i)throw c;return{value:e,done:!0}}for(n.method=i,n.arg=c;;){var a=n.delegate;if(a){var s=H(a,n);if(s){if(s===g)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=b,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=y;var u=p(t,r,n);if("normal"===u.type){if(o=n.done?b:v,u.arg===g)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(o=b,n.method="throw",n.arg=u.arg)}}}function H(t,r){var n=r.method,o=t.iterator[n];if(o===e)return r.delegate=null,"throw"===n&&t.iterator["return"]&&(r.method="return",r.arg=e,H(t,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),g;var i=p(o,t.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,g;var c=i.arg;return c?c.done?(r[t.resultName]=c.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,g):c:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,g)}function C(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(C,this),this.reset(!0)}function I(t){if(t||""===t){var r=t[s];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function r(){for(;++o<t.length;)if(n.call(t,o))return r.value=t[o],r.done=!1,r;return r.value=e,r.done=!0,r};return i.next=i}}throw new TypeError(c(t)+" is not iterable")}return w.prototype=S,o(A,"constructor",{value:S,configurable:!0}),o(S,"constructor",{value:w,configurable:!0}),w.displayName=l(S,f,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===w||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,S):(e.__proto__=S,l(e,f,"GeneratorFunction")),e.prototype=Object.create(A),e},t.awrap=function(e){return{__await:e}},x(O.prototype),l(O.prototype,u,(function(){return this})),t.AsyncIterator=O,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var c=new O(d(e,r,n,o),i);return t.isGeneratorFunction(r)?c:c.next().then((function(e){return e.done?e.value:c.next()}))},x(A),l(A,f,"Generator"),l(A,s,(function(){return this})),l(A,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=I,j.prototype={constructor:j,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(T),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function o(n,o){return a.type="throw",a.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i],a=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var s=n.call(c,"catchLoc"),u=n.call(c,"finallyLoc");if(s&&u){if(this.prev<c.catchLoc)return o(c.catchLoc,!0);if(this.prev<c.finallyLoc)return o(c.finallyLoc)}else if(s){if(this.prev<c.catchLoc)return o(c.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return o(c.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var c=i?i.completion:{};return c.type=e,c.arg=t,i?(this.method="next",this.next=i.finallyLoc,g):this.complete(c)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),g},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),T(r),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;T(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:I(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),g}},t}r("4de4"),r("e439"),r("dbb4"),r("b64b"),r("2382"),r("8172"),r("efec"),r("a9e3");function s(e,t){if("object"!=c(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=c(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function u(e){var t=s(e,"string");return"symbol"==c(t)?t:t+""}function f(e,t,r){return(t=u(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function d(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){f(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function p(e,t,r,n,o,i,c){try{var a=e[i](c),s=a.value}catch(e){return void r(e)}a.done?t(s):Promise.resolve(s).then(n,o)}function h(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function c(e){p(i,n,o,c,a,"next",e)}function a(e){p(i,n,o,c,a,"throw",e)}c(void 0)}))}}r("a15b"),r("07ac"),r("2ca0"),r("9a9a");var v=function(e){if(e&&e.length||e&&e.size)return!1;if("object"!==c(e))return!0;for(var t in e)if(Object.hasOwn(e,t))return!1;return!0},y={install:function(e,t){var n=t.axios;if(!this.installed){this.installed=!0;var o=null;"undefined"!==typeof window&&(o=r("68ad")||null),e.prototype.$unidooInitKeycloak=function(){var t=h(a().mark((function t(r){var i,c;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),i={ssoParams:{}},i=d({},r),o&&(c=o(i.ssoParams),e.prototype.$keycloak=c,c.init({onLoad:i.ssoParams.onLoad,promiseType:"native",checkLoginIframe:!1}).then((function(){w(n,i.ssoParams.authorizedDomains,c),m(c)})).catch((function(e){throw new Error(e)})));case 4:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),e.prototype.$unidooInitSimpleKeycloak=function(){var t=h(a().mark((function t(r){var n,i;return a().wrap((function(t){while(1)switch(t.prev=t.next){case 0:g(r),n={ssoParams:{}},n=d({},r),o&&(i=o(n.ssoParams),e.prototype.$keycloak=i,i.init({onLoad:"check-sso",promiseType:"native",checkLoginIframe:!1}).then((function(){m(i)})).catch((function(e){throw new Error(e)})));case 4:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()}}},b=y;function g(e){if(!e.ssoParams||0===Object.keys(e.ssoParams).length)throw new Error("You need to provide sso parameters for the plugin to work.");var t=Object.values(e.ssoParams).some((function(e){return v(e)}));if(t){var r=[];for(var n in e.ssoParams)v(e.ssoParams[n])&&r.push(n);throw new Error("The following properties are required : ".concat(r.join(", ")))}}function m(e){setTimeout((function(){e.updateToken(2e5).catch((function(e){return null})),m(e)}),2e5)}function w(e,t,r){e.interceptors.request.use((function(e){return t.some((function(t){return e.url.startsWith(t)}))&&r.token&&(e.headers.Authorization="Bearer "+r.token,e.headers.Accept="application/json, text/plain, */*"),e}),(function(e){return Promise.reject(e)}))}t["default"]=b},fb6a:function(e,t,r){"use strict";var n=r("23e7"),o=r("861d"),i=r("e8b5"),c=r("23cb"),a=r("50c4"),s=r("fc6a"),u=r("8418"),f=r("b622"),l=r("1dde"),d=r("ae40"),p=l("slice"),h=d("slice",{ACCESSORS:!0,0:0,1:2}),v=f("species"),y=[].slice,b=Math.max;n({target:"Array",proto:!0,forced:!p||!h},{slice:function(e,t){var r,n,f,l=s(this),d=a(l.length),p=c(e,d),h=c(void 0===t?d:t,d);if(i(l)&&(r=l.constructor,"function"!=typeof r||r!==Array&&!i(r.prototype)?o(r)&&(r=r[v],null===r&&(r=void 0)):r=void 0,r===Array||void 0===r))return y.call(l,p,h);for(n=new(void 0===r?Array:r)(b(h-p,0)),f=0;p<h;p++,f++)p in l&&u(n,f,l[p]);return n.length=f,n}})},fc6a:function(e,t,r){var n=r("44ad"),o=r("1d80");e.exports=function(e){return n(o(e))}},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,r){var n=r("4930");e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fea9:function(e,t,r){var n=r("da84");e.exports=n.Promise}})}));
|