gt-react 10.0.2 → 10.0.3
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/CHANGELOG.md +6 -0
- package/dist/client.cjs.min.cjs +1 -1
- package/dist/client.esm.min.mjs +1 -1
- package/dist/index.cjs.min.cjs +1 -1
- package/dist/index.esm.min.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# gt-react
|
2
2
|
|
3
|
+
## 10.0.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#477](https://github.com/generaltranslation/gt/pull/477) [`26c6e2c`](https://github.com/generaltranslation/gt/commit/26c6e2ced7c8f8df7b1efa50a56ceb4d6e7f47bc) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - fix: variable components returning null when passed children that were falsey
|
8
|
+
|
3
9
|
## 10.0.2
|
4
10
|
|
5
11
|
### Patch Changes
|
package/dist/client.cjs.min.cjs
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";var e=require("react"),t=require("generaltranslation"),r=require("react/jsx-runtime"),n=require("@generaltranslation/supported-locales");const o=e.createContext(void 0);function i(t="useGTContext() must be used within a <GTProvider>!"){const r=e.useContext(o);if(void 0===r)throw new Error(t);return r}function a(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function s(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const c=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`;function l(t){var{projectId:r,devApiKey:n,locale:o,versionId:i,defaultLocale:l,runtimeUrl:u,renderSettings:d,setTranslations:f,setTranslationsStatus:h}=t,p=a(t,["projectId","devApiKey","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations","setTranslationsStatus"]);const v=!!(r&&u&&n&&"development"===process.env.NODE_ENV);if(!v)return{runtimeTranslationEnabled:v,registerI18nextForTranslation:()=>Promise.reject(new Error("registerI18nextForTranslation() failed because translation is disabled")),registerIcuForTranslation:()=>Promise.reject(new Error("registerIcuForTranslation() failed because translation is disabled")),registerJsxForTranslation:()=>Promise.reject(new Error("registerJsxForTranslation() failed because translation is disabled"))};p=Object.assign(Object.assign({},p),{projectId:r,sourceLocale:l});const[g,y]=e.useState(0),_=e.useRef(new Map),b=e.useRef(new Map);e.useEffect((()=>{_.current.forEach((e=>e.resolve())),_.current.clear()}),[o]);const{i18next:m,icu:x,jsx:w}=e.useMemo((()=>{const e=e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=b.current.get(r);if(n)return n;const o=new Promise(((n,o)=>{_.current.set(r,"JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:o}:{dataFormat:e,source:t.source,metadata:t.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{b.current.delete(r)}));return b.current.set(r,o),o};return{i18next:e("I18NEXT"),icu:e("ICU"),jsx:e("JSX")}}),[]),k=e.useCallback(((e,t)=>s(this,void 0,void 0,(function*(){if(0===_.current.size)return[{},{}];y((e=>e+1));const o=Array.from(e.values()),a={},l={};try{const f=Object.entries(e).reduce(((e,[,t])=>(e[t.metadata.hash]={status:"loading"},e)),{});h((e=>Object.assign(Object.assign({},e||{}),f)));const v=(e,t,r)=>s(this,void 0,void 0,(function*(){const n=new AbortController,o=void 0===r?void 0:setTimeout((()=>n.abort()),r);try{return yield fetch(e,Object.assign(Object.assign({},t),{signal:n.signal}))}finally{void 0!==o&&clearTimeout(o)}})),g=yield v(`${u}/v1/runtime/${r}/client`,{method:"POST",headers:Object.assign({"Content-Type":"application/json"},n&&{"x-gt-dev-api-key":n}),body:JSON.stringify({requests:o,targetLocale:t,metadata:p,versionId:i})},d.timeout);if(!g.ok)throw new Error(yield g.text());(yield g.json()).forEach(((e,t)=>{const r=o[t],n=r.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:t}=e;return a[n]=t,void(l[n]={status:"success"})}if(void 0!==e.error&&null!==e.error&&void 0!==e.code&&null!==e.code)return console.error(c(r.metadata.id,r.metadata.hash),e.error),void(l[n]={status:"error",code:e.code,error:e.error});console.error(c(r.metadata.id,r.metadata.hash),e),l[n]={status:"error",code:500,error:"An error occurred."}}))}catch(e){e instanceof Error&&"AbortError"===e.name?console.warn("gt-react: Runtime translation timed out."):console.error("Error fetching batched translations:",e),o.forEach((e=>{l[e.metadata.hash]={status:"error",error:"An error occurred.",code:500}}))}finally{return y((e=>e-1)),o.forEach((e=>{e.resolve(a[e.metadata.hash])})),[a,l]}}))),[u,r,n,p,i,d.timeout]),B=e.useRef(g);return e.useEffect((()=>{B.current=g}),[g]),e.useEffect((()=>{let e=!0;const t=setInterval((()=>{if(_.current.size>0&&B.current<100){const t=Math.min(25,_.current.size),r=new Map(Array.from(_.current.entries()).slice(0,t));(()=>{s(this,void 0,void 0,(function*(){const[t,n]=yield k(r,o);e&&(f((e=>Object.assign(Object.assign({},e||{}),t))),h((e=>Object.assign(Object.assign({},e||{}),n))))}))})(),r.forEach(((e,t)=>_.current.delete(t)))}}),50);return()=>{e=!1,clearInterval(t)}}),[o]),{runtimeTranslationEnabled:v,registerI18nextForTranslation:m,registerIcuForTranslation:x,registerJsxForTranslation:w}}function u({children:n,locales:i,options:a={}}){const s=e.useContext(o);if(!n)return null;const c=(null==s?void 0:s.gt)||new t.GT;let l="string"==typeof n?parseFloat(n):n;return"number"==typeof l&&(i||(i||(i=[]),(null==s?void 0:s.locale)&&i.push(s.locale),(null==s?void 0:s.defaultLocale)&&i.push(s.defaultLocale)),l=c.formatNum(l,Object.assign({locales:i},a))),r.jsx(r.Fragment,{children:l})}function d({children:e}){return r.jsx(r.Fragment,{children:e})}function f({children:n,currency:i="USD",locales:a,options:s={}}){const c=e.useContext(o);if(!n)return null;const l=(null==c?void 0:c.gt)||new t.GT;let u="string"==typeof n?parseFloat(n):n;return"number"==typeof u&&(a||(a||(a=[]),(null==c?void 0:c.locale)&&a.push(c.locale),(null==c?void 0:c.defaultLocale)&&a.push(c.defaultLocale)),u=l.formatCurrency(u,i,Object.assign({locales:a},s))),r.jsx(r.Fragment,{children:u})}function h({children:n,locales:i,options:a={}}){const s=e.useContext(o);if(!n)return null;const c=(null==s?void 0:s.gt)||new t.GT;i||(i||(i=[]),(null==s?void 0:s.locale)&&i.push(s.locale),(null==s?void 0:s.defaultLocale)&&i.push(s.defaultLocale));const l=c.formatDateTime(n,Object.assign({locales:i},a)).replace(/[\u200F\u202B\u202E]/g,"");return r.jsx(r.Fragment,{children:l})}u.gtTransformation="variable-number",d.gtTransformation="variable-variable",f.gtTransformation="variable-currency",h.gtTransformation="variable-datetime";const p=({variableType:e,variableValue:t,variableOptions:n})=>"n"===e?r.jsx(u,{options:n,children:t}):"d"===e?r.jsx(h,{options:n,children:t}):"c"===e?r.jsx(f,{options:n,children:t}):r.jsx(d,{children:t});var v,g,y="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function _(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function b(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var m=(g||(g=1,v=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r="boolean"==typeof t.cycles&&t.cycles,n=t.cmp&&function(e){return function(t){return function(r,n){var o={key:r,value:t[r]},i={key:n,value:t[n]};return e(o,i)}}}(t.cmp),o=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var i,a;if(Array.isArray(t)){for(a="[",i=0;i<t.length;i++)i&&(a+=","),a+=e(t[i])||"null";return a+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var s=o.push(t)-1,c=Object.keys(t).sort(n&&n(t));for(a="",i=0;i<c.length;i++){var l=c[i],u=e(t[l]);u&&(a&&(a+=","),a+=JSON.stringify(l)+":"+u)}return o.splice(s,1),"{"+a+"}"}}(e)}),v),x=_(m),w={exports:{}};var k,B={exports:{}},T=b(Object.freeze({__proto__:null,default:{}}));function S(){return k||(k=1,B.exports=(e=e||function(e,t){var r;if("undefined"!=typeof window&&window.crypto&&(r=window.crypto),"undefined"!=typeof self&&self.crypto&&(r=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!=typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&void 0!==y&&y.crypto&&(r=y.crypto),!r)try{r=T}catch(e){}var n=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),i={},a=i.lib={},s=a.Base={extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=a.WordArray=s.extend({init:function(e,r){e=this.words=e||[],this.sigBytes=r!=t?r:4*e.length},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var a=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=a<<24-(n+i)%4*8}else for(var s=0;s<o;s+=4)t[n+s>>>2]=r[s>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(n());return new c.init(t,e)}}),l=i.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n+=2)r[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new c.init(r,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new c.init(r,t)}},f=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},h=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,o=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),l=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,u=e.min(4*l,i);if(l){for(var d=0;d<l;d+=a)this._doProcessBlock(o,d);r=o.splice(0,l),n.sigBytes-=u}return new c.init(r,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});a.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new p.HMAC.init(e,r).finalize(t)}}});var p=i.algo={};return i}(Math),e)),B.exports;var e}var E,j={exports:{}};function A(){return E||(E=1,j.exports=(a=S(),r=(t=a).lib,n=r.Base,o=r.WordArray,(i=t.x64={}).Word=n.extend({init:function(e,t){this.high=e,this.low=t}}),i.WordArray=n.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:8*t.length},toX32:function(){for(var e=this.words,t=e.length,r=[],n=0;n<t;n++){var i=e[n];r.push(i.high),r.push(i.low)}return o.create(r,this.sigBytes)},clone:function(){for(var e=n.clone.call(this),t=e.words=this.words.slice(0),r=t.length,o=0;o<r;o++)t[o]=t[o].clone();return e}}),a)),j.exports;var e,t,r,n,o,i,a}var O,C={exports:{}};function I(){return O||(O=1,C.exports=(e=S(),function(){if("function"==typeof ArrayBuffer){var t=e.lib.WordArray,r=t.init,n=t.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],o=0;o<t;o++)n[o>>>2]|=e[o]<<24-o%4*8;r.call(this,n,t)}else r.apply(this,arguments)};n.prototype=t}}(),e.lib.WordArray)),C.exports;var e}var P,L={exports:{}};function R(){return P||(P=1,L.exports=(e=S(),function(){var t=e,r=t.lib.WordArray,n=t.enc;function o(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o+=2){var i=t[o>>>2]>>>16-o%4*8&65535;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>1]|=e.charCodeAt(o)<<16-o%2*16;return r.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i+=2){var a=o(t[i>>>2]>>>16-i%4*8&65535);n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16)),L.exports;var e}var F,H={exports:{}};function z(){return F||(F=1,H.exports=(e=S(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var a=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,s=0;s<4&&i+.75*s<r;s++)o.push(n.charAt(a>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i<r.length;i++)o[r.charCodeAt(i)]=i}var a=r.charAt(64);if(a){var s=e.indexOf(a);-1!==s&&(t=s)}return n(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),H.exports;var e}var D,M={exports:{}};function N(){return D||(D=1,M.exports=(e=S(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var r=e.words,n=e.sigBytes,o=t?this._safe_map:this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var s=(r[a>>>2]>>>24-a%4*8&255)<<16|(r[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|r[a+2>>>2]>>>24-(a+2)%4*8&255,c=0;c<4&&a+.75*c<n;c++)i.push(o.charAt(s>>>6*(3-c)&63));var l=o.charAt(64);if(l)for(;i.length%4;)i.push(l);return i.join("")},parse:function(e,t){void 0===t&&(t=!0);var r=e.length,o=t?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<o.length;a++)i[o.charCodeAt(a)]=a}var s=o.charAt(64);if(s){var c=e.indexOf(s);-1!==c&&(r=c)}return n(e,r,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),e.enc.Base64url)),M.exports;var e}var U,$={exports:{}};function G(){return U||(U=1,$.exports=(e=S(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[];!function(){for(var e=0;e<64;e++)s[e]=4294967296*t.abs(t.sin(e+1))|0}();var c=a.MD5=i.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i=this._hash.words,a=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],v=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],b=e[t+8],m=e[t+9],x=e[t+10],w=e[t+11],k=e[t+12],B=e[t+13],T=e[t+14],S=e[t+15],E=i[0],j=i[1],A=i[2],O=i[3];E=l(E,j,A,O,a,7,s[0]),O=l(O,E,j,A,c,12,s[1]),A=l(A,O,E,j,h,17,s[2]),j=l(j,A,O,E,p,22,s[3]),E=l(E,j,A,O,v,7,s[4]),O=l(O,E,j,A,g,12,s[5]),A=l(A,O,E,j,y,17,s[6]),j=l(j,A,O,E,_,22,s[7]),E=l(E,j,A,O,b,7,s[8]),O=l(O,E,j,A,m,12,s[9]),A=l(A,O,E,j,x,17,s[10]),j=l(j,A,O,E,w,22,s[11]),E=l(E,j,A,O,k,7,s[12]),O=l(O,E,j,A,B,12,s[13]),A=l(A,O,E,j,T,17,s[14]),E=u(E,j=l(j,A,O,E,S,22,s[15]),A,O,c,5,s[16]),O=u(O,E,j,A,y,9,s[17]),A=u(A,O,E,j,w,14,s[18]),j=u(j,A,O,E,a,20,s[19]),E=u(E,j,A,O,g,5,s[20]),O=u(O,E,j,A,x,9,s[21]),A=u(A,O,E,j,S,14,s[22]),j=u(j,A,O,E,v,20,s[23]),E=u(E,j,A,O,m,5,s[24]),O=u(O,E,j,A,T,9,s[25]),A=u(A,O,E,j,p,14,s[26]),j=u(j,A,O,E,b,20,s[27]),E=u(E,j,A,O,B,5,s[28]),O=u(O,E,j,A,h,9,s[29]),A=u(A,O,E,j,_,14,s[30]),E=d(E,j=u(j,A,O,E,k,20,s[31]),A,O,g,4,s[32]),O=d(O,E,j,A,b,11,s[33]),A=d(A,O,E,j,w,16,s[34]),j=d(j,A,O,E,T,23,s[35]),E=d(E,j,A,O,c,4,s[36]),O=d(O,E,j,A,v,11,s[37]),A=d(A,O,E,j,_,16,s[38]),j=d(j,A,O,E,x,23,s[39]),E=d(E,j,A,O,B,4,s[40]),O=d(O,E,j,A,a,11,s[41]),A=d(A,O,E,j,p,16,s[42]),j=d(j,A,O,E,y,23,s[43]),E=d(E,j,A,O,m,4,s[44]),O=d(O,E,j,A,k,11,s[45]),A=d(A,O,E,j,S,16,s[46]),E=f(E,j=d(j,A,O,E,h,23,s[47]),A,O,a,6,s[48]),O=f(O,E,j,A,_,10,s[49]),A=f(A,O,E,j,T,15,s[50]),j=f(j,A,O,E,g,21,s[51]),E=f(E,j,A,O,k,6,s[52]),O=f(O,E,j,A,p,10,s[53]),A=f(A,O,E,j,x,15,s[54]),j=f(j,A,O,E,c,21,s[55]),E=f(E,j,A,O,b,6,s[56]),O=f(O,E,j,A,S,10,s[57]),A=f(A,O,E,j,y,15,s[58]),j=f(j,A,O,E,B,21,s[59]),E=f(E,j,A,O,v,6,s[60]),O=f(O,E,j,A,w,10,s[61]),A=f(A,O,E,j,h,15,s[62]),j=f(j,A,O,E,m,21,s[63]),i[0]=i[0]+E|0,i[1]=i[1]+j|0,i[2]=i[2]+A|0,i[3]=i[3]+O|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;r[o>>>5]|=128<<24-o%32;var i=t.floor(n/4294967296),a=n;r[15+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r[14+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),e.sigBytes=4*(r.length+1),this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,r,n,o,i,a){var s=e+(t&r|~t&n)+o+a;return(s<<i|s>>>32-i)+t}function u(e,t,r,n,o,i,a){var s=e+(t&n|r&~n)+o+a;return(s<<i|s>>>32-i)+t}function d(e,t,r,n,o,i,a){var s=e+(t^r^n)+o+a;return(s<<i|s>>>32-i)+t}function f(e,t,r,n,o,i,a){var s=e+(r^(t|~n))+o+a;return(s<<i|s>>>32-i)+t}r.MD5=i._createHelper(c),r.HmacMD5=i._createHmacHelper(c)}(Math),e.MD5)),$.exports;var e}var V,K={exports:{}};function W(){return V||(V=1,K.exports=(s=S(),t=(e=s).lib,r=t.WordArray,n=t.Hasher,o=e.algo,i=[],a=o.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],a=r[2],s=r[3],c=r[4],l=0;l<80;l++){if(l<16)i[l]=0|e[t+l];else{var u=i[l-3]^i[l-8]^i[l-14]^i[l-16];i[l]=u<<1|u>>>31}var d=(n<<5|n>>>27)+c+i[l];d+=l<20?1518500249+(o&a|~o&s):l<40?1859775393+(o^a^s):l<60?(o&a|o&s|a&s)-1894007588:(o^a^s)-899497514,c=s,s=a,a=o<<30|o>>>2,o=n,n=d}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+a|0,r[3]=r[3]+s|0,r[4]=r[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),t[15+(n+64>>>9<<4)]=r,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=n._createHelper(a),e.HmacSHA1=n._createHmacHelper(a),s.SHA1)),K.exports;var e,t,r,n,o,i,a,s}var J,X={exports:{}};function q(){return J||(J=1,X.exports=(e=S(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[],c=[];!function(){function e(e){for(var r=t.sqrt(e),n=2;n<=r;n++)if(!(e%n))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var n=2,o=0;o<64;)e(n)&&(o<8&&(s[o]=r(t.pow(n,.5))),c[o]=r(t.pow(n,1/3)),o++),n++}();var l=[],u=a.SHA256=i.extend({_doReset:function(){this._hash=new o.init(s.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+y+l[h-16]}var _=n&o^n&i^o&i,b=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),m=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&d)+c[h]+l[h];f=d,d=u,u=s,s=a+m|0,a=i,i=o,o=n,n=m+(b+_)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+a|0,r[4]=r[4]+s|0,r[5]=r[5]+u|0,r[6]=r[6]+d|0,r[7]=r[7]+f|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=t.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});r.SHA256=i._createHelper(u),r.HmacSHA256=i._createHmacHelper(u)}(Math),e.SHA256)),X.exports;var e}var Y,Z={exports:{}};var Q,ee={exports:{}};function te(){return Q||(Q=1,ee.exports=(e=S(),A(),function(){var t=e,r=t.lib.Hasher,n=t.x64,o=n.Word,i=n.WordArray,a=t.algo;function s(){return o.create.apply(o,arguments)}var c=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=s()}();var u=a.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=n.high,p=n.low,v=o.high,g=o.low,y=i.high,_=i.low,b=a.high,m=a.low,x=s.high,w=s.low,k=u.high,B=u.low,T=d.high,S=d.low,E=f.high,j=f.low,A=h,O=p,C=v,I=g,P=y,L=_,R=b,F=m,H=x,z=w,D=k,M=B,N=T,U=S,$=E,G=j,V=0;V<80;V++){var K,W,J=l[V];if(V<16)W=J.high=0|e[t+2*V],K=J.low=0|e[t+2*V+1];else{var X=l[V-15],q=X.high,Y=X.low,Z=(q>>>1|Y<<31)^(q>>>8|Y<<24)^q>>>7,Q=(Y>>>1|q<<31)^(Y>>>8|q<<24)^(Y>>>7|q<<25),ee=l[V-2],te=ee.high,re=ee.low,ne=(te>>>19|re<<13)^(te<<3|re>>>29)^te>>>6,oe=(re>>>19|te<<13)^(re<<3|te>>>29)^(re>>>6|te<<26),ie=l[V-7],ae=ie.high,se=ie.low,ce=l[V-16],le=ce.high,ue=ce.low;W=(W=(W=Z+ae+((K=Q+se)>>>0<Q>>>0?1:0))+ne+((K+=oe)>>>0<oe>>>0?1:0))+le+((K+=ue)>>>0<ue>>>0?1:0),J.high=W,J.low=K}var de,fe=H&D^~H&N,he=z&M^~z&U,pe=A&C^A&P^C&P,ve=O&I^O&L^I&L,ge=(A>>>28|O<<4)^(A<<30|O>>>2)^(A<<25|O>>>7),ye=(O>>>28|A<<4)^(O<<30|A>>>2)^(O<<25|A>>>7),_e=(H>>>14|z<<18)^(H>>>18|z<<14)^(H<<23|z>>>9),be=(z>>>14|H<<18)^(z>>>18|H<<14)^(z<<23|H>>>9),me=c[V],xe=me.high,we=me.low,ke=$+_e+((de=G+be)>>>0<G>>>0?1:0),Be=ye+ve;$=N,G=U,N=D,U=M,D=H,M=z,H=R+(ke=(ke=(ke=ke+fe+((de+=he)>>>0<he>>>0?1:0))+xe+((de+=we)>>>0<we>>>0?1:0))+W+((de+=K)>>>0<K>>>0?1:0))+((z=F+de|0)>>>0<F>>>0?1:0)|0,R=P,F=L,P=C,L=I,C=A,I=O,A=ke+(ge+pe+(Be>>>0<ye>>>0?1:0))+((O=de+Be|0)>>>0<de>>>0?1:0)|0}p=n.low=p+O,n.high=h+A+(p>>>0<O>>>0?1:0),g=o.low=g+I,o.high=v+C+(g>>>0<I>>>0?1:0),_=i.low=_+L,i.high=y+P+(_>>>0<L>>>0?1:0),m=a.low=m+F,a.high=b+R+(m>>>0<F>>>0?1:0),w=s.low=w+z,s.high=x+H+(w>>>0<z>>>0?1:0),B=u.low=B+M,u.high=k+D+(B>>>0<M>>>0?1:0),S=d.low=S+U,d.high=T+N+(S>>>0<U>>>0?1:0),j=f.low=j+G,f.high=E+$+(j>>>0<G>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[30+(n+128>>>10<<5)]=Math.floor(r/4294967296),t[31+(n+128>>>10<<5)]=r,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(u),t.HmacSHA512=r._createHmacHelper(u)}(),e.SHA512)),ee.exports;var e}var re,ne={exports:{}};var oe,ie={exports:{}};function ae(){return oe||(oe=1,ie.exports=(e=S(),A(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.x64.Word,s=r.algo,c=[],l=[],u=[];!function(){for(var e=1,t=0,r=0;r<24;r++){c[e+5*t]=(r+1)*(r+2)/2%64;var n=(2*e+3*t)%5;e=t%5,t=n}for(e=0;e<5;e++)for(t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,i=0;i<24;i++){for(var s=0,d=0,f=0;f<7;f++){if(1&o){var h=(1<<f)-1;h<32?d^=1<<h:s^=1<<h-32}128&o?o=o<<1^113:o<<=1}u[i]=a.create(s,d)}}();var d=[];!function(){for(var e=0;e<25;e++)d[e]=a.create()}();var f=s.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var r=this._state,n=this.blockSize/2,o=0;o<n;o++){var i=e[t+2*o],a=e[t+2*o+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),(j=r[o]).high^=a,j.low^=i}for(var s=0;s<24;s++){for(var f=0;f<5;f++){for(var h=0,p=0,v=0;v<5;v++)h^=(j=r[f+5*v]).high,p^=j.low;var g=d[f];g.high=h,g.low=p}for(f=0;f<5;f++){var y=d[(f+4)%5],_=d[(f+1)%5],b=_.high,m=_.low;for(h=y.high^(b<<1|m>>>31),p=y.low^(m<<1|b>>>31),v=0;v<5;v++)(j=r[f+5*v]).high^=h,j.low^=p}for(var x=1;x<25;x++){var w=(j=r[x]).high,k=j.low,B=c[x];B<32?(h=w<<B|k>>>32-B,p=k<<B|w>>>32-B):(h=k<<B-32|w>>>64-B,p=w<<B-32|k>>>64-B);var T=d[l[x]];T.high=h,T.low=p}var S=d[0],E=r[0];for(S.high=E.high,S.low=E.low,f=0;f<5;f++)for(v=0;v<5;v++){var j=r[x=f+5*v],A=d[x],O=d[(f+1)%5+5*v],C=d[(f+2)%5+5*v];j.high=A.high^~O.high&C.high,j.low=A.low^~O.low&C.low}j=r[0];var I=u[s];j.high^=I.high,j.low^=I.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes;var n=8*e.sigBytes,i=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(t.ceil((n+1)/i)*i>>>5)-1]|=128,e.sigBytes=4*r.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,l=[],u=0;u<c;u++){var d=a[u],f=d.high,h=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(f)}return new o.init(l,s)},clone:function(){for(var e=i.clone.call(this),t=e._state=this._state.slice(0),r=0;r<25;r++)t[r]=t[r].clone();return e}});r.SHA3=i._createHelper(f),r.HmacSHA3=i._createHmacHelper(f)}(Math),e.SHA3)),ie.exports;var e}var se,ce={exports:{}};var le,ue={exports:{}};function de(){return le||(le=1,ue.exports=(e=S(),r=(t=e).lib.Base,n=t.enc.Utf8,void(t.algo.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var r=e.blockSize,o=4*r;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),a=this._iKey=t.clone(),s=i.words,c=a.words,l=0;l<r;l++)s[l]^=1549556828,c[l]^=909522486;i.sigBytes=a.sigBytes=o,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,r=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(r))}})))),ue.exports;var e,t,r,n}var fe,he={exports:{}};var pe,ve={exports:{}};function ge(){return pe||(pe=1,ve.exports=(s=S(),W(),de(),t=(e=s).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r,o=this.cfg,i=o.hasher.create(),a=n.create(),s=a.words,c=o.keySize,l=o.iterations;s.length<c;){r&&i.update(r),r=i.update(e).finalize(t),i.reset();for(var u=1;u<l;u++)r=i.finalize(r),i.reset();a.concat(r)}return a.sigBytes=4*c,a}}),e.EvpKDF=function(e,t,r){return a.create(r).compute(e,t)},s.EvpKDF)),ve.exports;var e,t,r,n,o,i,a,s}var ye,_e={exports:{}};function be(){return ye||(ye=1,_e.exports=(e=S(),ge(),void(e.lib.Cipher||function(t){var r=e,n=r.lib,o=n.Base,i=n.WordArray,a=n.BufferedBlockAlgorithm,s=r.enc;s.Utf8;var c=s.Base64,l=r.algo.EvpKDF,u=n.Cipher=a.extend({cfg:o.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,r){this.cfg=this.cfg.extend(r),this._xformMode=e,this._key=t,this.reset()},reset:function(){a.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?b:y}return function(t){return{encrypt:function(r,n,o){return e(n).encrypt(t,r,n,o)},decrypt:function(r,n,o){return e(n).decrypt(t,r,n,o)}}}}()});n.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=r.mode={},f=n.BlockCipherMode=o.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),h=d.CBC=function(){var e=f.extend();function r(e,r,n){var o,i=this._iv;i?(o=i,this._iv=t):o=this._prevBlock;for(var a=0;a<n;a++)e[r+a]^=o[a]}return e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+o)}}),e.Decryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);n.decryptBlock(e,t),r.call(this,e,t,o),this._prevBlock=i}}),e}(),p=(r.pad={}).Pkcs7={pad:function(e,t){for(var r=4*t,n=r-e.sigBytes%r,o=n<<24|n<<16|n<<8|n,a=[],s=0;s<n;s+=4)a.push(o);var c=i.create(a,n);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=u.extend({cfg:u.cfg.extend({mode:h,padding:p}),reset:function(){var e;u.reset.call(this);var t=this.cfg,r=t.iv,n=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,r&&r.words):(this._mode=e.call(n,this,r&&r.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var v=n.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),g=(r.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,r=e.salt;return(r?i.create([1398893684,1701076831]).concat(r).concat(t):t).toString(c)},parse:function(e){var t,r=c.parse(e),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=i.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),v.create({ciphertext:r,salt:t})}},y=n.SerializableCipher=o.extend({cfg:o.extend({format:g}),encrypt:function(e,t,r,n){n=this.cfg.extend(n);var o=e.createEncryptor(r,n),i=o.finalize(t),a=o.cfg;return v.create({ciphertext:i,key:r,iv:a.iv,algorithm:e,mode:a.mode,padding:a.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,r,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(r,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),_=(r.kdf={}).OpenSSL={execute:function(e,t,r,n,o){if(n||(n=i.random(8)),o)a=l.create({keySize:t+r,hasher:o}).compute(e,n);else var a=l.create({keySize:t+r}).compute(e,n);var s=i.create(a.words.slice(t),4*r);return a.sigBytes=4*t,v.create({key:a,iv:s,salt:n})}},b=n.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:_}),encrypt:function(e,t,r,n){var o=(n=this.cfg.extend(n)).kdf.execute(r,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=o.iv;var i=y.encrypt.call(this,e,t,o.key,n);return i.mixIn(o),i},decrypt:function(e,t,r,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var o=n.kdf.execute(r,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=o.iv,y.decrypt.call(this,e,t,o.key,n)}})}()))),_e.exports;var e}var me,xe={exports:{}};function we(){return me||(me=1,xe.exports=(e=S(),be(),e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function r(e,t,r,n){var o,i=this._iv;i?(o=i.slice(0),this._iv=void 0):o=this._prevBlock,n.encryptBlock(o,0);for(var a=0;a<r;a++)e[t+a]^=o[a]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o,n),this._prevBlock=e.slice(t,t+o)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);r.call(this,e,t,o,n),this._prevBlock=i}}),t}(),e.mode.CFB)),xe.exports;var e}var ke,Be={exports:{}};function Te(){return ke||(ke=1,Be.exports=(r=S(),be(),r.mode.CTR=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._counter;o&&(i=this._counter=o.slice(0),this._iv=void 0);var a=i.slice(0);r.encryptBlock(a,0),i[n-1]=i[n-1]+1|0;for(var s=0;s<n;s++)e[t+s]^=a[s]}}),e.Decryptor=t,e),r.mode.CTR)),Be.exports;var e,t,r}var Se,Ee={exports:{}};function je(){return Se||(Se=1,Ee.exports=(e=S(),be(),
|
1
|
+
"use strict";var e=require("react"),t=require("generaltranslation"),r=require("react/jsx-runtime"),n=require("@generaltranslation/supported-locales");const o=e.createContext(void 0);function i(t="useGTContext() must be used within a <GTProvider>!"){const r=e.useContext(o);if(void 0===r)throw new Error(t);return r}function a(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function s(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const c=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`;function l(t){var{projectId:r,devApiKey:n,locale:o,versionId:i,defaultLocale:l,runtimeUrl:u,renderSettings:d,setTranslations:f,setTranslationsStatus:h}=t,p=a(t,["projectId","devApiKey","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations","setTranslationsStatus"]);const v=!!(r&&u&&n&&"development"===process.env.NODE_ENV);if(!v)return{runtimeTranslationEnabled:v,registerI18nextForTranslation:()=>Promise.reject(new Error("registerI18nextForTranslation() failed because translation is disabled")),registerIcuForTranslation:()=>Promise.reject(new Error("registerIcuForTranslation() failed because translation is disabled")),registerJsxForTranslation:()=>Promise.reject(new Error("registerJsxForTranslation() failed because translation is disabled"))};p=Object.assign(Object.assign({},p),{projectId:r,sourceLocale:l});const[g,y]=e.useState(0),_=e.useRef(new Map),b=e.useRef(new Map);e.useEffect((()=>{_.current.forEach((e=>e.resolve())),_.current.clear()}),[o]);const{i18next:m,icu:x,jsx:w}=e.useMemo((()=>{const e=e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=b.current.get(r);if(n)return n;const o=new Promise(((n,o)=>{_.current.set(r,"JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:o}:{dataFormat:e,source:t.source,metadata:t.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{b.current.delete(r)}));return b.current.set(r,o),o};return{i18next:e("I18NEXT"),icu:e("ICU"),jsx:e("JSX")}}),[]),k=e.useCallback(((e,t)=>s(this,void 0,void 0,(function*(){if(0===_.current.size)return[{},{}];y((e=>e+1));const o=Array.from(e.values()),a={},l={};try{const f=Object.entries(e).reduce(((e,[,t])=>(e[t.metadata.hash]={status:"loading"},e)),{});h((e=>Object.assign(Object.assign({},e||{}),f)));const v=(e,t,r)=>s(this,void 0,void 0,(function*(){const n=new AbortController,o=void 0===r?void 0:setTimeout((()=>n.abort()),r);try{return yield fetch(e,Object.assign(Object.assign({},t),{signal:n.signal}))}finally{void 0!==o&&clearTimeout(o)}})),g=yield v(`${u}/v1/runtime/${r}/client`,{method:"POST",headers:Object.assign({"Content-Type":"application/json"},n&&{"x-gt-dev-api-key":n}),body:JSON.stringify({requests:o,targetLocale:t,metadata:p,versionId:i})},d.timeout);if(!g.ok)throw new Error(yield g.text());(yield g.json()).forEach(((e,t)=>{const r=o[t],n=r.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:t}=e;return a[n]=t,void(l[n]={status:"success"})}if(void 0!==e.error&&null!==e.error&&void 0!==e.code&&null!==e.code)return console.error(c(r.metadata.id,r.metadata.hash),e.error),void(l[n]={status:"error",code:e.code,error:e.error});console.error(c(r.metadata.id,r.metadata.hash),e),l[n]={status:"error",code:500,error:"An error occurred."}}))}catch(e){e instanceof Error&&"AbortError"===e.name?console.warn("gt-react: Runtime translation timed out."):console.error("Error fetching batched translations:",e),o.forEach((e=>{l[e.metadata.hash]={status:"error",error:"An error occurred.",code:500}}))}finally{return y((e=>e-1)),o.forEach((e=>{e.resolve(a[e.metadata.hash])})),[a,l]}}))),[u,r,n,p,i,d.timeout]),B=e.useRef(g);return e.useEffect((()=>{B.current=g}),[g]),e.useEffect((()=>{let e=!0;const t=setInterval((()=>{if(_.current.size>0&&B.current<100){const t=Math.min(25,_.current.size),r=new Map(Array.from(_.current.entries()).slice(0,t));(()=>{s(this,void 0,void 0,(function*(){const[t,n]=yield k(r,o);e&&(f((e=>Object.assign(Object.assign({},e||{}),t))),h((e=>Object.assign(Object.assign({},e||{}),n))))}))})(),r.forEach(((e,t)=>_.current.delete(t)))}}),50);return()=>{e=!1,clearInterval(t)}}),[o]),{runtimeTranslationEnabled:v,registerI18nextForTranslation:m,registerIcuForTranslation:x,registerJsxForTranslation:w}}function u({children:n,locales:i,options:a={}}){const s=e.useContext(o);if(null==n)return null;const c=(null==s?void 0:s.gt)||new t.GT;let l="string"==typeof n?parseFloat(n):n;return"number"==typeof l&&(i||(i||(i=[]),(null==s?void 0:s.locale)&&i.push(s.locale),(null==s?void 0:s.defaultLocale)&&i.push(s.defaultLocale)),l=c.formatNum(l,Object.assign({locales:i},a))),r.jsx(r.Fragment,{children:l})}function d({children:e}){return r.jsx(r.Fragment,{children:e})}function f({children:n,currency:i="USD",locales:a,options:s={}}){const c=e.useContext(o);if(null==n)return null;const l=(null==c?void 0:c.gt)||new t.GT;let u="string"==typeof n?parseFloat(n):n;return"number"==typeof u&&(a||(a||(a=[]),(null==c?void 0:c.locale)&&a.push(c.locale),(null==c?void 0:c.defaultLocale)&&a.push(c.defaultLocale)),u=l.formatCurrency(u,i,Object.assign({locales:a},s))),r.jsx(r.Fragment,{children:u})}function h({children:n,locales:i,options:a={}}){const s=e.useContext(o);if(null==n)return null;const c=(null==s?void 0:s.gt)||new t.GT;i||(i||(i=[]),(null==s?void 0:s.locale)&&i.push(s.locale),(null==s?void 0:s.defaultLocale)&&i.push(s.defaultLocale));const l=c.formatDateTime(n,Object.assign({locales:i},a)).replace(/[\u200F\u202B\u202E]/g,"");return r.jsx(r.Fragment,{children:l})}u.gtTransformation="variable-number",d.gtTransformation="variable-variable",f.gtTransformation="variable-currency",h.gtTransformation="variable-datetime";const p=({variableType:e,variableValue:t,variableOptions:n})=>"n"===e?r.jsx(u,{options:n,children:t}):"d"===e?r.jsx(h,{options:n,children:t}):"c"===e?r.jsx(f,{options:n,children:t}):r.jsx(d,{children:t});var v,g,y="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function _(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function b(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var m=(g||(g=1,v=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r="boolean"==typeof t.cycles&&t.cycles,n=t.cmp&&function(e){return function(t){return function(r,n){var o={key:r,value:t[r]},i={key:n,value:t[n]};return e(o,i)}}}(t.cmp),o=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var i,a;if(Array.isArray(t)){for(a="[",i=0;i<t.length;i++)i&&(a+=","),a+=e(t[i])||"null";return a+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var s=o.push(t)-1,c=Object.keys(t).sort(n&&n(t));for(a="",i=0;i<c.length;i++){var l=c[i],u=e(t[l]);u&&(a&&(a+=","),a+=JSON.stringify(l)+":"+u)}return o.splice(s,1),"{"+a+"}"}}(e)}),v),x=_(m),w={exports:{}};var k,B={exports:{}},T=b(Object.freeze({__proto__:null,default:{}}));function S(){return k||(k=1,B.exports=(e=e||function(e,t){var r;if("undefined"!=typeof window&&window.crypto&&(r=window.crypto),"undefined"!=typeof self&&self.crypto&&(r=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!=typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&void 0!==y&&y.crypto&&(r=y.crypto),!r)try{r=T}catch(e){}var n=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),i={},a=i.lib={},s=a.Base={extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=a.WordArray=s.extend({init:function(e,r){e=this.words=e||[],this.sigBytes=r!=t?r:4*e.length},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var a=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=a<<24-(n+i)%4*8}else for(var s=0;s<o;s+=4)t[n+s>>>2]=r[s>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(n());return new c.init(t,e)}}),l=i.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n+=2)r[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new c.init(r,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new c.init(r,t)}},f=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},h=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,o=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),l=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,u=e.min(4*l,i);if(l){for(var d=0;d<l;d+=a)this._doProcessBlock(o,d);r=o.splice(0,l),n.sigBytes-=u}return new c.init(r,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});a.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new p.HMAC.init(e,r).finalize(t)}}});var p=i.algo={};return i}(Math),e)),B.exports;var e}var E,j={exports:{}};function A(){return E||(E=1,j.exports=(a=S(),r=(t=a).lib,n=r.Base,o=r.WordArray,(i=t.x64={}).Word=n.extend({init:function(e,t){this.high=e,this.low=t}}),i.WordArray=n.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:8*t.length},toX32:function(){for(var e=this.words,t=e.length,r=[],n=0;n<t;n++){var i=e[n];r.push(i.high),r.push(i.low)}return o.create(r,this.sigBytes)},clone:function(){for(var e=n.clone.call(this),t=e.words=this.words.slice(0),r=t.length,o=0;o<r;o++)t[o]=t[o].clone();return e}}),a)),j.exports;var e,t,r,n,o,i,a}var O,C={exports:{}};function I(){return O||(O=1,C.exports=(e=S(),function(){if("function"==typeof ArrayBuffer){var t=e.lib.WordArray,r=t.init,n=t.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],o=0;o<t;o++)n[o>>>2]|=e[o]<<24-o%4*8;r.call(this,n,t)}else r.apply(this,arguments)};n.prototype=t}}(),e.lib.WordArray)),C.exports;var e}var P,L={exports:{}};function R(){return P||(P=1,L.exports=(e=S(),function(){var t=e,r=t.lib.WordArray,n=t.enc;function o(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o+=2){var i=t[o>>>2]>>>16-o%4*8&65535;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>1]|=e.charCodeAt(o)<<16-o%2*16;return r.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i+=2){var a=o(t[i>>>2]>>>16-i%4*8&65535);n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16)),L.exports;var e}var F,H={exports:{}};function z(){return F||(F=1,H.exports=(e=S(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var a=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,s=0;s<4&&i+.75*s<r;s++)o.push(n.charAt(a>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i<r.length;i++)o[r.charCodeAt(i)]=i}var a=r.charAt(64);if(a){var s=e.indexOf(a);-1!==s&&(t=s)}return n(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),H.exports;var e}var D,M={exports:{}};function N(){return D||(D=1,M.exports=(e=S(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var r=e.words,n=e.sigBytes,o=t?this._safe_map:this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var s=(r[a>>>2]>>>24-a%4*8&255)<<16|(r[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|r[a+2>>>2]>>>24-(a+2)%4*8&255,c=0;c<4&&a+.75*c<n;c++)i.push(o.charAt(s>>>6*(3-c)&63));var l=o.charAt(64);if(l)for(;i.length%4;)i.push(l);return i.join("")},parse:function(e,t){void 0===t&&(t=!0);var r=e.length,o=t?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<o.length;a++)i[o.charCodeAt(a)]=a}var s=o.charAt(64);if(s){var c=e.indexOf(s);-1!==c&&(r=c)}return n(e,r,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),e.enc.Base64url)),M.exports;var e}var U,$={exports:{}};function G(){return U||(U=1,$.exports=(e=S(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[];!function(){for(var e=0;e<64;e++)s[e]=4294967296*t.abs(t.sin(e+1))|0}();var c=a.MD5=i.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i=this._hash.words,a=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],v=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],b=e[t+8],m=e[t+9],x=e[t+10],w=e[t+11],k=e[t+12],B=e[t+13],T=e[t+14],S=e[t+15],E=i[0],j=i[1],A=i[2],O=i[3];E=l(E,j,A,O,a,7,s[0]),O=l(O,E,j,A,c,12,s[1]),A=l(A,O,E,j,h,17,s[2]),j=l(j,A,O,E,p,22,s[3]),E=l(E,j,A,O,v,7,s[4]),O=l(O,E,j,A,g,12,s[5]),A=l(A,O,E,j,y,17,s[6]),j=l(j,A,O,E,_,22,s[7]),E=l(E,j,A,O,b,7,s[8]),O=l(O,E,j,A,m,12,s[9]),A=l(A,O,E,j,x,17,s[10]),j=l(j,A,O,E,w,22,s[11]),E=l(E,j,A,O,k,7,s[12]),O=l(O,E,j,A,B,12,s[13]),A=l(A,O,E,j,T,17,s[14]),E=u(E,j=l(j,A,O,E,S,22,s[15]),A,O,c,5,s[16]),O=u(O,E,j,A,y,9,s[17]),A=u(A,O,E,j,w,14,s[18]),j=u(j,A,O,E,a,20,s[19]),E=u(E,j,A,O,g,5,s[20]),O=u(O,E,j,A,x,9,s[21]),A=u(A,O,E,j,S,14,s[22]),j=u(j,A,O,E,v,20,s[23]),E=u(E,j,A,O,m,5,s[24]),O=u(O,E,j,A,T,9,s[25]),A=u(A,O,E,j,p,14,s[26]),j=u(j,A,O,E,b,20,s[27]),E=u(E,j,A,O,B,5,s[28]),O=u(O,E,j,A,h,9,s[29]),A=u(A,O,E,j,_,14,s[30]),E=d(E,j=u(j,A,O,E,k,20,s[31]),A,O,g,4,s[32]),O=d(O,E,j,A,b,11,s[33]),A=d(A,O,E,j,w,16,s[34]),j=d(j,A,O,E,T,23,s[35]),E=d(E,j,A,O,c,4,s[36]),O=d(O,E,j,A,v,11,s[37]),A=d(A,O,E,j,_,16,s[38]),j=d(j,A,O,E,x,23,s[39]),E=d(E,j,A,O,B,4,s[40]),O=d(O,E,j,A,a,11,s[41]),A=d(A,O,E,j,p,16,s[42]),j=d(j,A,O,E,y,23,s[43]),E=d(E,j,A,O,m,4,s[44]),O=d(O,E,j,A,k,11,s[45]),A=d(A,O,E,j,S,16,s[46]),E=f(E,j=d(j,A,O,E,h,23,s[47]),A,O,a,6,s[48]),O=f(O,E,j,A,_,10,s[49]),A=f(A,O,E,j,T,15,s[50]),j=f(j,A,O,E,g,21,s[51]),E=f(E,j,A,O,k,6,s[52]),O=f(O,E,j,A,p,10,s[53]),A=f(A,O,E,j,x,15,s[54]),j=f(j,A,O,E,c,21,s[55]),E=f(E,j,A,O,b,6,s[56]),O=f(O,E,j,A,S,10,s[57]),A=f(A,O,E,j,y,15,s[58]),j=f(j,A,O,E,B,21,s[59]),E=f(E,j,A,O,v,6,s[60]),O=f(O,E,j,A,w,10,s[61]),A=f(A,O,E,j,h,15,s[62]),j=f(j,A,O,E,m,21,s[63]),i[0]=i[0]+E|0,i[1]=i[1]+j|0,i[2]=i[2]+A|0,i[3]=i[3]+O|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;r[o>>>5]|=128<<24-o%32;var i=t.floor(n/4294967296),a=n;r[15+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r[14+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),e.sigBytes=4*(r.length+1),this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,r,n,o,i,a){var s=e+(t&r|~t&n)+o+a;return(s<<i|s>>>32-i)+t}function u(e,t,r,n,o,i,a){var s=e+(t&n|r&~n)+o+a;return(s<<i|s>>>32-i)+t}function d(e,t,r,n,o,i,a){var s=e+(t^r^n)+o+a;return(s<<i|s>>>32-i)+t}function f(e,t,r,n,o,i,a){var s=e+(r^(t|~n))+o+a;return(s<<i|s>>>32-i)+t}r.MD5=i._createHelper(c),r.HmacMD5=i._createHmacHelper(c)}(Math),e.MD5)),$.exports;var e}var V,K={exports:{}};function W(){return V||(V=1,K.exports=(s=S(),t=(e=s).lib,r=t.WordArray,n=t.Hasher,o=e.algo,i=[],a=o.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],a=r[2],s=r[3],c=r[4],l=0;l<80;l++){if(l<16)i[l]=0|e[t+l];else{var u=i[l-3]^i[l-8]^i[l-14]^i[l-16];i[l]=u<<1|u>>>31}var d=(n<<5|n>>>27)+c+i[l];d+=l<20?1518500249+(o&a|~o&s):l<40?1859775393+(o^a^s):l<60?(o&a|o&s|a&s)-1894007588:(o^a^s)-899497514,c=s,s=a,a=o<<30|o>>>2,o=n,n=d}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+a|0,r[3]=r[3]+s|0,r[4]=r[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),t[15+(n+64>>>9<<4)]=r,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=n._createHelper(a),e.HmacSHA1=n._createHmacHelper(a),s.SHA1)),K.exports;var e,t,r,n,o,i,a,s}var J,X={exports:{}};function q(){return J||(J=1,X.exports=(e=S(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[],c=[];!function(){function e(e){for(var r=t.sqrt(e),n=2;n<=r;n++)if(!(e%n))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var n=2,o=0;o<64;)e(n)&&(o<8&&(s[o]=r(t.pow(n,.5))),c[o]=r(t.pow(n,1/3)),o++),n++}();var l=[],u=a.SHA256=i.extend({_doReset:function(){this._hash=new o.init(s.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+y+l[h-16]}var _=n&o^n&i^o&i,b=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),m=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&d)+c[h]+l[h];f=d,d=u,u=s,s=a+m|0,a=i,i=o,o=n,n=m+(b+_)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+a|0,r[4]=r[4]+s|0,r[5]=r[5]+u|0,r[6]=r[6]+d|0,r[7]=r[7]+f|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=t.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});r.SHA256=i._createHelper(u),r.HmacSHA256=i._createHmacHelper(u)}(Math),e.SHA256)),X.exports;var e}var Y,Z={exports:{}};var Q,ee={exports:{}};function te(){return Q||(Q=1,ee.exports=(e=S(),A(),function(){var t=e,r=t.lib.Hasher,n=t.x64,o=n.Word,i=n.WordArray,a=t.algo;function s(){return o.create.apply(o,arguments)}var c=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=s()}();var u=a.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=n.high,p=n.low,v=o.high,g=o.low,y=i.high,_=i.low,b=a.high,m=a.low,x=s.high,w=s.low,k=u.high,B=u.low,T=d.high,S=d.low,E=f.high,j=f.low,A=h,O=p,C=v,I=g,P=y,L=_,R=b,F=m,H=x,z=w,D=k,M=B,N=T,U=S,$=E,G=j,V=0;V<80;V++){var K,W,J=l[V];if(V<16)W=J.high=0|e[t+2*V],K=J.low=0|e[t+2*V+1];else{var X=l[V-15],q=X.high,Y=X.low,Z=(q>>>1|Y<<31)^(q>>>8|Y<<24)^q>>>7,Q=(Y>>>1|q<<31)^(Y>>>8|q<<24)^(Y>>>7|q<<25),ee=l[V-2],te=ee.high,re=ee.low,ne=(te>>>19|re<<13)^(te<<3|re>>>29)^te>>>6,oe=(re>>>19|te<<13)^(re<<3|te>>>29)^(re>>>6|te<<26),ie=l[V-7],ae=ie.high,se=ie.low,ce=l[V-16],le=ce.high,ue=ce.low;W=(W=(W=Z+ae+((K=Q+se)>>>0<Q>>>0?1:0))+ne+((K+=oe)>>>0<oe>>>0?1:0))+le+((K+=ue)>>>0<ue>>>0?1:0),J.high=W,J.low=K}var de,fe=H&D^~H&N,he=z&M^~z&U,pe=A&C^A&P^C&P,ve=O&I^O&L^I&L,ge=(A>>>28|O<<4)^(A<<30|O>>>2)^(A<<25|O>>>7),ye=(O>>>28|A<<4)^(O<<30|A>>>2)^(O<<25|A>>>7),_e=(H>>>14|z<<18)^(H>>>18|z<<14)^(H<<23|z>>>9),be=(z>>>14|H<<18)^(z>>>18|H<<14)^(z<<23|H>>>9),me=c[V],xe=me.high,we=me.low,ke=$+_e+((de=G+be)>>>0<G>>>0?1:0),Be=ye+ve;$=N,G=U,N=D,U=M,D=H,M=z,H=R+(ke=(ke=(ke=ke+fe+((de+=he)>>>0<he>>>0?1:0))+xe+((de+=we)>>>0<we>>>0?1:0))+W+((de+=K)>>>0<K>>>0?1:0))+((z=F+de|0)>>>0<F>>>0?1:0)|0,R=P,F=L,P=C,L=I,C=A,I=O,A=ke+(ge+pe+(Be>>>0<ye>>>0?1:0))+((O=de+Be|0)>>>0<de>>>0?1:0)|0}p=n.low=p+O,n.high=h+A+(p>>>0<O>>>0?1:0),g=o.low=g+I,o.high=v+C+(g>>>0<I>>>0?1:0),_=i.low=_+L,i.high=y+P+(_>>>0<L>>>0?1:0),m=a.low=m+F,a.high=b+R+(m>>>0<F>>>0?1:0),w=s.low=w+z,s.high=x+H+(w>>>0<z>>>0?1:0),B=u.low=B+M,u.high=k+D+(B>>>0<M>>>0?1:0),S=d.low=S+U,d.high=T+N+(S>>>0<U>>>0?1:0),j=f.low=j+G,f.high=E+$+(j>>>0<G>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[30+(n+128>>>10<<5)]=Math.floor(r/4294967296),t[31+(n+128>>>10<<5)]=r,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(u),t.HmacSHA512=r._createHmacHelper(u)}(),e.SHA512)),ee.exports;var e}var re,ne={exports:{}};var oe,ie={exports:{}};function ae(){return oe||(oe=1,ie.exports=(e=S(),A(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.x64.Word,s=r.algo,c=[],l=[],u=[];!function(){for(var e=1,t=0,r=0;r<24;r++){c[e+5*t]=(r+1)*(r+2)/2%64;var n=(2*e+3*t)%5;e=t%5,t=n}for(e=0;e<5;e++)for(t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,i=0;i<24;i++){for(var s=0,d=0,f=0;f<7;f++){if(1&o){var h=(1<<f)-1;h<32?d^=1<<h:s^=1<<h-32}128&o?o=o<<1^113:o<<=1}u[i]=a.create(s,d)}}();var d=[];!function(){for(var e=0;e<25;e++)d[e]=a.create()}();var f=s.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var r=this._state,n=this.blockSize/2,o=0;o<n;o++){var i=e[t+2*o],a=e[t+2*o+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),(j=r[o]).high^=a,j.low^=i}for(var s=0;s<24;s++){for(var f=0;f<5;f++){for(var h=0,p=0,v=0;v<5;v++)h^=(j=r[f+5*v]).high,p^=j.low;var g=d[f];g.high=h,g.low=p}for(f=0;f<5;f++){var y=d[(f+4)%5],_=d[(f+1)%5],b=_.high,m=_.low;for(h=y.high^(b<<1|m>>>31),p=y.low^(m<<1|b>>>31),v=0;v<5;v++)(j=r[f+5*v]).high^=h,j.low^=p}for(var x=1;x<25;x++){var w=(j=r[x]).high,k=j.low,B=c[x];B<32?(h=w<<B|k>>>32-B,p=k<<B|w>>>32-B):(h=k<<B-32|w>>>64-B,p=w<<B-32|k>>>64-B);var T=d[l[x]];T.high=h,T.low=p}var S=d[0],E=r[0];for(S.high=E.high,S.low=E.low,f=0;f<5;f++)for(v=0;v<5;v++){var j=r[x=f+5*v],A=d[x],O=d[(f+1)%5+5*v],C=d[(f+2)%5+5*v];j.high=A.high^~O.high&C.high,j.low=A.low^~O.low&C.low}j=r[0];var I=u[s];j.high^=I.high,j.low^=I.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes;var n=8*e.sigBytes,i=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(t.ceil((n+1)/i)*i>>>5)-1]|=128,e.sigBytes=4*r.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,l=[],u=0;u<c;u++){var d=a[u],f=d.high,h=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(f)}return new o.init(l,s)},clone:function(){for(var e=i.clone.call(this),t=e._state=this._state.slice(0),r=0;r<25;r++)t[r]=t[r].clone();return e}});r.SHA3=i._createHelper(f),r.HmacSHA3=i._createHmacHelper(f)}(Math),e.SHA3)),ie.exports;var e}var se,ce={exports:{}};var le,ue={exports:{}};function de(){return le||(le=1,ue.exports=(e=S(),r=(t=e).lib.Base,n=t.enc.Utf8,void(t.algo.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var r=e.blockSize,o=4*r;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),a=this._iKey=t.clone(),s=i.words,c=a.words,l=0;l<r;l++)s[l]^=1549556828,c[l]^=909522486;i.sigBytes=a.sigBytes=o,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,r=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(r))}})))),ue.exports;var e,t,r,n}var fe,he={exports:{}};var pe,ve={exports:{}};function ge(){return pe||(pe=1,ve.exports=(s=S(),W(),de(),t=(e=s).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r,o=this.cfg,i=o.hasher.create(),a=n.create(),s=a.words,c=o.keySize,l=o.iterations;s.length<c;){r&&i.update(r),r=i.update(e).finalize(t),i.reset();for(var u=1;u<l;u++)r=i.finalize(r),i.reset();a.concat(r)}return a.sigBytes=4*c,a}}),e.EvpKDF=function(e,t,r){return a.create(r).compute(e,t)},s.EvpKDF)),ve.exports;var e,t,r,n,o,i,a,s}var ye,_e={exports:{}};function be(){return ye||(ye=1,_e.exports=(e=S(),ge(),void(e.lib.Cipher||function(t){var r=e,n=r.lib,o=n.Base,i=n.WordArray,a=n.BufferedBlockAlgorithm,s=r.enc;s.Utf8;var c=s.Base64,l=r.algo.EvpKDF,u=n.Cipher=a.extend({cfg:o.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,r){this.cfg=this.cfg.extend(r),this._xformMode=e,this._key=t,this.reset()},reset:function(){a.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?b:y}return function(t){return{encrypt:function(r,n,o){return e(n).encrypt(t,r,n,o)},decrypt:function(r,n,o){return e(n).decrypt(t,r,n,o)}}}}()});n.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=r.mode={},f=n.BlockCipherMode=o.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),h=d.CBC=function(){var e=f.extend();function r(e,r,n){var o,i=this._iv;i?(o=i,this._iv=t):o=this._prevBlock;for(var a=0;a<n;a++)e[r+a]^=o[a]}return e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+o)}}),e.Decryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);n.decryptBlock(e,t),r.call(this,e,t,o),this._prevBlock=i}}),e}(),p=(r.pad={}).Pkcs7={pad:function(e,t){for(var r=4*t,n=r-e.sigBytes%r,o=n<<24|n<<16|n<<8|n,a=[],s=0;s<n;s+=4)a.push(o);var c=i.create(a,n);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=u.extend({cfg:u.cfg.extend({mode:h,padding:p}),reset:function(){var e;u.reset.call(this);var t=this.cfg,r=t.iv,n=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,r&&r.words):(this._mode=e.call(n,this,r&&r.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var v=n.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),g=(r.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,r=e.salt;return(r?i.create([1398893684,1701076831]).concat(r).concat(t):t).toString(c)},parse:function(e){var t,r=c.parse(e),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=i.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),v.create({ciphertext:r,salt:t})}},y=n.SerializableCipher=o.extend({cfg:o.extend({format:g}),encrypt:function(e,t,r,n){n=this.cfg.extend(n);var o=e.createEncryptor(r,n),i=o.finalize(t),a=o.cfg;return v.create({ciphertext:i,key:r,iv:a.iv,algorithm:e,mode:a.mode,padding:a.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,r,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(r,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),_=(r.kdf={}).OpenSSL={execute:function(e,t,r,n,o){if(n||(n=i.random(8)),o)a=l.create({keySize:t+r,hasher:o}).compute(e,n);else var a=l.create({keySize:t+r}).compute(e,n);var s=i.create(a.words.slice(t),4*r);return a.sigBytes=4*t,v.create({key:a,iv:s,salt:n})}},b=n.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:_}),encrypt:function(e,t,r,n){var o=(n=this.cfg.extend(n)).kdf.execute(r,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=o.iv;var i=y.encrypt.call(this,e,t,o.key,n);return i.mixIn(o),i},decrypt:function(e,t,r,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var o=n.kdf.execute(r,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=o.iv,y.decrypt.call(this,e,t,o.key,n)}})}()))),_e.exports;var e}var me,xe={exports:{}};function we(){return me||(me=1,xe.exports=(e=S(),be(),e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function r(e,t,r,n){var o,i=this._iv;i?(o=i.slice(0),this._iv=void 0):o=this._prevBlock,n.encryptBlock(o,0);for(var a=0;a<r;a++)e[t+a]^=o[a]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o,n),this._prevBlock=e.slice(t,t+o)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);r.call(this,e,t,o,n),this._prevBlock=i}}),t}(),e.mode.CFB)),xe.exports;var e}var ke,Be={exports:{}};function Te(){return ke||(ke=1,Be.exports=(r=S(),be(),r.mode.CTR=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._counter;o&&(i=this._counter=o.slice(0),this._iv=void 0);var a=i.slice(0);r.encryptBlock(a,0),i[n-1]=i[n-1]+1|0;for(var s=0;s<n;s++)e[t+s]^=a[s]}}),e.Decryptor=t,e),r.mode.CTR)),Be.exports;var e,t,r}var Se,Ee={exports:{}};function je(){return Se||(Se=1,Ee.exports=(e=S(),be(),
|
2
2
|
/** @preserve
|
3
3
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
4
4
|
* derived from CryptoJS.mode.CTR
|
package/dist/client.esm.min.mjs
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import e,{createContext as t,useContext as r,useState as n,useRef as o,useEffect as i,useMemo as a,useCallback as s,isValidElement as c}from"react";import{getLocaleProperties as l,GT as u,formatMessage as d,determineLocale as f,requiresTranslation as h,isSameLanguage as p}from"generaltranslation";import{jsx as v,Fragment as g,jsxs as y}from"react/jsx-runtime";import{getSupportedLocale as _}from"@generaltranslation/supported-locales";const b=t(void 0);function m(e="useGTContext() must be used within a <GTProvider>!"){const t=r(b);if(void 0===t)throw new Error(e);return t}function x(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function w(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const k=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`;function B(e){var{projectId:t,devApiKey:r,locale:c,versionId:l,defaultLocale:u,runtimeUrl:d,renderSettings:f,setTranslations:h,setTranslationsStatus:p}=e,v=x(e,["projectId","devApiKey","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations","setTranslationsStatus"]);const g=!!(t&&d&&r&&"development"===process.env.NODE_ENV);if(!g)return{runtimeTranslationEnabled:g,registerI18nextForTranslation:()=>Promise.reject(new Error("registerI18nextForTranslation() failed because translation is disabled")),registerIcuForTranslation:()=>Promise.reject(new Error("registerIcuForTranslation() failed because translation is disabled")),registerJsxForTranslation:()=>Promise.reject(new Error("registerJsxForTranslation() failed because translation is disabled"))};v=Object.assign(Object.assign({},v),{projectId:t,sourceLocale:u});const[y,_]=n(0),b=o(new Map),m=o(new Map);i((()=>{b.current.forEach((e=>e.resolve())),b.current.clear()}),[c]);const{i18next:B,icu:T,jsx:A}=a((()=>{const e=e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=m.current.get(r);if(n)return n;const o=new Promise(((n,o)=>{b.current.set(r,"JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:o}:{dataFormat:e,source:t.source,metadata:t.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{m.current.delete(r)}));return m.current.set(r,o),o};return{i18next:e("I18NEXT"),icu:e("ICU"),jsx:e("JSX")}}),[]),S=s(((e,n)=>w(this,void 0,void 0,(function*(){if(0===b.current.size)return[{},{}];_((e=>e+1));const o=Array.from(e.values()),i={},a={};try{const s=Object.entries(e).reduce(((e,[,t])=>(e[t.metadata.hash]={status:"loading"},e)),{});p((e=>Object.assign(Object.assign({},e||{}),s)));const c=(e,t,r)=>w(this,void 0,void 0,(function*(){const n=new AbortController,o=void 0===r?void 0:setTimeout((()=>n.abort()),r);try{return yield fetch(e,Object.assign(Object.assign({},t),{signal:n.signal}))}finally{void 0!==o&&clearTimeout(o)}})),u=yield c(`${d}/v1/runtime/${t}/client`,{method:"POST",headers:Object.assign({"Content-Type":"application/json"},r&&{"x-gt-dev-api-key":r}),body:JSON.stringify({requests:o,targetLocale:n,metadata:v,versionId:l})},f.timeout);if(!u.ok)throw new Error(yield u.text());(yield u.json()).forEach(((e,t)=>{const r=o[t],n=r.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:t}=e;return i[n]=t,void(a[n]={status:"success"})}if(void 0!==e.error&&null!==e.error&&void 0!==e.code&&null!==e.code)return console.error(k(r.metadata.id,r.metadata.hash),e.error),void(a[n]={status:"error",code:e.code,error:e.error});console.error(k(r.metadata.id,r.metadata.hash),e),a[n]={status:"error",code:500,error:"An error occurred."}}))}catch(e){e instanceof Error&&"AbortError"===e.name?console.warn("gt-react: Runtime translation timed out."):console.error("Error fetching batched translations:",e),o.forEach((e=>{a[e.metadata.hash]={status:"error",error:"An error occurred.",code:500}}))}finally{return _((e=>e-1)),o.forEach((e=>{e.resolve(i[e.metadata.hash])})),[i,a]}}))),[d,t,r,v,l,f.timeout]),O=o(y);return i((()=>{O.current=y}),[y]),i((()=>{let e=!0;const t=setInterval((()=>{if(b.current.size>0&&O.current<100){const t=Math.min(25,b.current.size),r=new Map(Array.from(b.current.entries()).slice(0,t));(()=>{w(this,void 0,void 0,(function*(){const[t,n]=yield S(r,c);e&&(h((e=>Object.assign(Object.assign({},e||{}),t))),p((e=>Object.assign(Object.assign({},e||{}),n))))}))})(),r.forEach(((e,t)=>b.current.delete(t)))}}),50);return()=>{e=!1,clearInterval(t)}}),[c]),{runtimeTranslationEnabled:g,registerI18nextForTranslation:B,registerIcuForTranslation:T,registerJsxForTranslation:A}}function T({children:e,locales:t,options:n={}}){const o=r(b);if(!e)return null;const i=(null==o?void 0:o.gt)||new u;let a="string"==typeof e?parseFloat(e):e;return"number"==typeof a&&(t||(t||(t=[]),(null==o?void 0:o.locale)&&t.push(o.locale),(null==o?void 0:o.defaultLocale)&&t.push(o.defaultLocale)),a=i.formatNum(a,Object.assign({locales:t},n))),v(g,{children:a})}function A({children:e}){return v(g,{children:e})}function S({children:e,currency:t="USD",locales:n,options:o={}}){const i=r(b);if(!e)return null;const a=(null==i?void 0:i.gt)||new u;let s="string"==typeof e?parseFloat(e):e;return"number"==typeof s&&(n||(n||(n=[]),(null==i?void 0:i.locale)&&n.push(i.locale),(null==i?void 0:i.defaultLocale)&&n.push(i.defaultLocale)),s=a.formatCurrency(s,t,Object.assign({locales:n},o))),v(g,{children:s})}function O({children:e,locales:t,options:n={}}){const o=r(b);if(!e)return null;const i=(null==o?void 0:o.gt)||new u;t||(t||(t=[]),(null==o?void 0:o.locale)&&t.push(o.locale),(null==o?void 0:o.defaultLocale)&&t.push(o.defaultLocale));const a=i.formatDateTime(e,Object.assign({locales:t},n)).replace(/[\u200F\u202B\u202E]/g,"");return v(g,{children:a})}T.gtTransformation="variable-number",A.gtTransformation="variable-variable",S.gtTransformation="variable-currency",O.gtTransformation="variable-datetime";const E=({variableType:e,variableValue:t,variableOptions:r})=>"n"===e?v(T,{options:r,children:t}):"d"===e?v(O,{options:r,children:t}):"c"===e?v(S,{options:r,children:t}):v(A,{children:t});var j,C,I="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function P(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function R(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var H=(C||(C=1,j=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r="boolean"==typeof t.cycles&&t.cycles,n=t.cmp&&function(e){return function(t){return function(r,n){var o={key:r,value:t[r]},i={key:n,value:t[n]};return e(o,i)}}}(t.cmp),o=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var i,a;if(Array.isArray(t)){for(a="[",i=0;i<t.length;i++)i&&(a+=","),a+=e(t[i])||"null";return a+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var s=o.push(t)-1,c=Object.keys(t).sort(n&&n(t));for(a="",i=0;i<c.length;i++){var l=c[i],u=e(t[l]);u&&(a&&(a+=","),a+=JSON.stringify(l)+":"+u)}return o.splice(s,1),"{"+a+"}"}}(e)}),j),z=P(H),D={exports:{}};var L,F={exports:{}},N=R(Object.freeze({__proto__:null,default:{}}));function U(){return L||(L=1,F.exports=(e=e||function(e,t){var r;if("undefined"!=typeof window&&window.crypto&&(r=window.crypto),"undefined"!=typeof self&&self.crypto&&(r=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!=typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&void 0!==I&&I.crypto&&(r=I.crypto),!r)try{r=N}catch(e){}var n=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),i={},a=i.lib={},s=a.Base={extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=a.WordArray=s.extend({init:function(e,r){e=this.words=e||[],this.sigBytes=r!=t?r:4*e.length},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var a=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=a<<24-(n+i)%4*8}else for(var s=0;s<o;s+=4)t[n+s>>>2]=r[s>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(n());return new c.init(t,e)}}),l=i.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n+=2)r[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new c.init(r,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new c.init(r,t)}},f=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},h=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,o=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),l=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,u=e.min(4*l,i);if(l){for(var d=0;d<l;d+=a)this._doProcessBlock(o,d);r=o.splice(0,l),n.sigBytes-=u}return new c.init(r,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});a.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new p.HMAC.init(e,r).finalize(t)}}});var p=i.algo={};return i}(Math),e)),F.exports;var e}var M,$={exports:{}};function K(){return M||(M=1,$.exports=(a=U(),r=(t=a).lib,n=r.Base,o=r.WordArray,(i=t.x64={}).Word=n.extend({init:function(e,t){this.high=e,this.low=t}}),i.WordArray=n.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:8*t.length},toX32:function(){for(var e=this.words,t=e.length,r=[],n=0;n<t;n++){var i=e[n];r.push(i.high),r.push(i.low)}return o.create(r,this.sigBytes)},clone:function(){for(var e=n.clone.call(this),t=e.words=this.words.slice(0),r=t.length,o=0;o<r;o++)t[o]=t[o].clone();return e}}),a)),$.exports;var e,t,r,n,o,i,a}var V,G={exports:{}};function W(){return V||(V=1,G.exports=(e=U(),function(){if("function"==typeof ArrayBuffer){var t=e.lib.WordArray,r=t.init,n=t.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],o=0;o<t;o++)n[o>>>2]|=e[o]<<24-o%4*8;r.call(this,n,t)}else r.apply(this,arguments)};n.prototype=t}}(),e.lib.WordArray)),G.exports;var e}var J,X={exports:{}};function q(){return J||(J=1,X.exports=(e=U(),function(){var t=e,r=t.lib.WordArray,n=t.enc;function o(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o+=2){var i=t[o>>>2]>>>16-o%4*8&65535;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>1]|=e.charCodeAt(o)<<16-o%2*16;return r.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i+=2){var a=o(t[i>>>2]>>>16-i%4*8&65535);n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16)),X.exports;var e}var Y,Z={exports:{}};function Q(){return Y||(Y=1,Z.exports=(e=U(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var a=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,s=0;s<4&&i+.75*s<r;s++)o.push(n.charAt(a>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i<r.length;i++)o[r.charCodeAt(i)]=i}var a=r.charAt(64);if(a){var s=e.indexOf(a);-1!==s&&(t=s)}return n(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),Z.exports;var e}var ee,te={exports:{}};function re(){return ee||(ee=1,te.exports=(e=U(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var r=e.words,n=e.sigBytes,o=t?this._safe_map:this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var s=(r[a>>>2]>>>24-a%4*8&255)<<16|(r[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|r[a+2>>>2]>>>24-(a+2)%4*8&255,c=0;c<4&&a+.75*c<n;c++)i.push(o.charAt(s>>>6*(3-c)&63));var l=o.charAt(64);if(l)for(;i.length%4;)i.push(l);return i.join("")},parse:function(e,t){void 0===t&&(t=!0);var r=e.length,o=t?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<o.length;a++)i[o.charCodeAt(a)]=a}var s=o.charAt(64);if(s){var c=e.indexOf(s);-1!==c&&(r=c)}return n(e,r,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),e.enc.Base64url)),te.exports;var e}var ne,oe={exports:{}};function ie(){return ne||(ne=1,oe.exports=(e=U(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[];!function(){for(var e=0;e<64;e++)s[e]=4294967296*t.abs(t.sin(e+1))|0}();var c=a.MD5=i.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i=this._hash.words,a=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],v=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],b=e[t+8],m=e[t+9],x=e[t+10],w=e[t+11],k=e[t+12],B=e[t+13],T=e[t+14],A=e[t+15],S=i[0],O=i[1],E=i[2],j=i[3];S=l(S,O,E,j,a,7,s[0]),j=l(j,S,O,E,c,12,s[1]),E=l(E,j,S,O,h,17,s[2]),O=l(O,E,j,S,p,22,s[3]),S=l(S,O,E,j,v,7,s[4]),j=l(j,S,O,E,g,12,s[5]),E=l(E,j,S,O,y,17,s[6]),O=l(O,E,j,S,_,22,s[7]),S=l(S,O,E,j,b,7,s[8]),j=l(j,S,O,E,m,12,s[9]),E=l(E,j,S,O,x,17,s[10]),O=l(O,E,j,S,w,22,s[11]),S=l(S,O,E,j,k,7,s[12]),j=l(j,S,O,E,B,12,s[13]),E=l(E,j,S,O,T,17,s[14]),S=u(S,O=l(O,E,j,S,A,22,s[15]),E,j,c,5,s[16]),j=u(j,S,O,E,y,9,s[17]),E=u(E,j,S,O,w,14,s[18]),O=u(O,E,j,S,a,20,s[19]),S=u(S,O,E,j,g,5,s[20]),j=u(j,S,O,E,x,9,s[21]),E=u(E,j,S,O,A,14,s[22]),O=u(O,E,j,S,v,20,s[23]),S=u(S,O,E,j,m,5,s[24]),j=u(j,S,O,E,T,9,s[25]),E=u(E,j,S,O,p,14,s[26]),O=u(O,E,j,S,b,20,s[27]),S=u(S,O,E,j,B,5,s[28]),j=u(j,S,O,E,h,9,s[29]),E=u(E,j,S,O,_,14,s[30]),S=d(S,O=u(O,E,j,S,k,20,s[31]),E,j,g,4,s[32]),j=d(j,S,O,E,b,11,s[33]),E=d(E,j,S,O,w,16,s[34]),O=d(O,E,j,S,T,23,s[35]),S=d(S,O,E,j,c,4,s[36]),j=d(j,S,O,E,v,11,s[37]),E=d(E,j,S,O,_,16,s[38]),O=d(O,E,j,S,x,23,s[39]),S=d(S,O,E,j,B,4,s[40]),j=d(j,S,O,E,a,11,s[41]),E=d(E,j,S,O,p,16,s[42]),O=d(O,E,j,S,y,23,s[43]),S=d(S,O,E,j,m,4,s[44]),j=d(j,S,O,E,k,11,s[45]),E=d(E,j,S,O,A,16,s[46]),S=f(S,O=d(O,E,j,S,h,23,s[47]),E,j,a,6,s[48]),j=f(j,S,O,E,_,10,s[49]),E=f(E,j,S,O,T,15,s[50]),O=f(O,E,j,S,g,21,s[51]),S=f(S,O,E,j,k,6,s[52]),j=f(j,S,O,E,p,10,s[53]),E=f(E,j,S,O,x,15,s[54]),O=f(O,E,j,S,c,21,s[55]),S=f(S,O,E,j,b,6,s[56]),j=f(j,S,O,E,A,10,s[57]),E=f(E,j,S,O,y,15,s[58]),O=f(O,E,j,S,B,21,s[59]),S=f(S,O,E,j,v,6,s[60]),j=f(j,S,O,E,w,10,s[61]),E=f(E,j,S,O,h,15,s[62]),O=f(O,E,j,S,m,21,s[63]),i[0]=i[0]+S|0,i[1]=i[1]+O|0,i[2]=i[2]+E|0,i[3]=i[3]+j|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;r[o>>>5]|=128<<24-o%32;var i=t.floor(n/4294967296),a=n;r[15+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r[14+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),e.sigBytes=4*(r.length+1),this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,r,n,o,i,a){var s=e+(t&r|~t&n)+o+a;return(s<<i|s>>>32-i)+t}function u(e,t,r,n,o,i,a){var s=e+(t&n|r&~n)+o+a;return(s<<i|s>>>32-i)+t}function d(e,t,r,n,o,i,a){var s=e+(t^r^n)+o+a;return(s<<i|s>>>32-i)+t}function f(e,t,r,n,o,i,a){var s=e+(r^(t|~n))+o+a;return(s<<i|s>>>32-i)+t}r.MD5=i._createHelper(c),r.HmacMD5=i._createHmacHelper(c)}(Math),e.MD5)),oe.exports;var e}var ae,se={exports:{}};function ce(){return ae||(ae=1,se.exports=(s=U(),t=(e=s).lib,r=t.WordArray,n=t.Hasher,o=e.algo,i=[],a=o.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],a=r[2],s=r[3],c=r[4],l=0;l<80;l++){if(l<16)i[l]=0|e[t+l];else{var u=i[l-3]^i[l-8]^i[l-14]^i[l-16];i[l]=u<<1|u>>>31}var d=(n<<5|n>>>27)+c+i[l];d+=l<20?1518500249+(o&a|~o&s):l<40?1859775393+(o^a^s):l<60?(o&a|o&s|a&s)-1894007588:(o^a^s)-899497514,c=s,s=a,a=o<<30|o>>>2,o=n,n=d}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+a|0,r[3]=r[3]+s|0,r[4]=r[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),t[15+(n+64>>>9<<4)]=r,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=n._createHelper(a),e.HmacSHA1=n._createHmacHelper(a),s.SHA1)),se.exports;var e,t,r,n,o,i,a,s}var le,ue={exports:{}};function de(){return le||(le=1,ue.exports=(e=U(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[],c=[];!function(){function e(e){for(var r=t.sqrt(e),n=2;n<=r;n++)if(!(e%n))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var n=2,o=0;o<64;)e(n)&&(o<8&&(s[o]=r(t.pow(n,.5))),c[o]=r(t.pow(n,1/3)),o++),n++}();var l=[],u=a.SHA256=i.extend({_doReset:function(){this._hash=new o.init(s.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+y+l[h-16]}var _=n&o^n&i^o&i,b=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),m=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&d)+c[h]+l[h];f=d,d=u,u=s,s=a+m|0,a=i,i=o,o=n,n=m+(b+_)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+a|0,r[4]=r[4]+s|0,r[5]=r[5]+u|0,r[6]=r[6]+d|0,r[7]=r[7]+f|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=t.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});r.SHA256=i._createHelper(u),r.HmacSHA256=i._createHmacHelper(u)}(Math),e.SHA256)),ue.exports;var e}var fe,he={exports:{}};var pe,ve={exports:{}};function ge(){return pe||(pe=1,ve.exports=(e=U(),K(),function(){var t=e,r=t.lib.Hasher,n=t.x64,o=n.Word,i=n.WordArray,a=t.algo;function s(){return o.create.apply(o,arguments)}var c=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=s()}();var u=a.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=n.high,p=n.low,v=o.high,g=o.low,y=i.high,_=i.low,b=a.high,m=a.low,x=s.high,w=s.low,k=u.high,B=u.low,T=d.high,A=d.low,S=f.high,O=f.low,E=h,j=p,C=v,I=g,P=y,R=_,H=b,z=m,D=x,L=w,F=k,N=B,U=T,M=A,$=S,K=O,V=0;V<80;V++){var G,W,J=l[V];if(V<16)W=J.high=0|e[t+2*V],G=J.low=0|e[t+2*V+1];else{var X=l[V-15],q=X.high,Y=X.low,Z=(q>>>1|Y<<31)^(q>>>8|Y<<24)^q>>>7,Q=(Y>>>1|q<<31)^(Y>>>8|q<<24)^(Y>>>7|q<<25),ee=l[V-2],te=ee.high,re=ee.low,ne=(te>>>19|re<<13)^(te<<3|re>>>29)^te>>>6,oe=(re>>>19|te<<13)^(re<<3|te>>>29)^(re>>>6|te<<26),ie=l[V-7],ae=ie.high,se=ie.low,ce=l[V-16],le=ce.high,ue=ce.low;W=(W=(W=Z+ae+((G=Q+se)>>>0<Q>>>0?1:0))+ne+((G+=oe)>>>0<oe>>>0?1:0))+le+((G+=ue)>>>0<ue>>>0?1:0),J.high=W,J.low=G}var de,fe=D&F^~D&U,he=L&N^~L&M,pe=E&C^E&P^C&P,ve=j&I^j&R^I&R,ge=(E>>>28|j<<4)^(E<<30|j>>>2)^(E<<25|j>>>7),ye=(j>>>28|E<<4)^(j<<30|E>>>2)^(j<<25|E>>>7),_e=(D>>>14|L<<18)^(D>>>18|L<<14)^(D<<23|L>>>9),be=(L>>>14|D<<18)^(L>>>18|D<<14)^(L<<23|D>>>9),me=c[V],xe=me.high,we=me.low,ke=$+_e+((de=K+be)>>>0<K>>>0?1:0),Be=ye+ve;$=U,K=M,U=F,M=N,F=D,N=L,D=H+(ke=(ke=(ke=ke+fe+((de+=he)>>>0<he>>>0?1:0))+xe+((de+=we)>>>0<we>>>0?1:0))+W+((de+=G)>>>0<G>>>0?1:0))+((L=z+de|0)>>>0<z>>>0?1:0)|0,H=P,z=R,P=C,R=I,C=E,I=j,E=ke+(ge+pe+(Be>>>0<ye>>>0?1:0))+((j=de+Be|0)>>>0<de>>>0?1:0)|0}p=n.low=p+j,n.high=h+E+(p>>>0<j>>>0?1:0),g=o.low=g+I,o.high=v+C+(g>>>0<I>>>0?1:0),_=i.low=_+R,i.high=y+P+(_>>>0<R>>>0?1:0),m=a.low=m+z,a.high=b+H+(m>>>0<z>>>0?1:0),w=s.low=w+L,s.high=x+D+(w>>>0<L>>>0?1:0),B=u.low=B+N,u.high=k+F+(B>>>0<N>>>0?1:0),A=d.low=A+M,d.high=T+U+(A>>>0<M>>>0?1:0),O=f.low=O+K,f.high=S+$+(O>>>0<K>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[30+(n+128>>>10<<5)]=Math.floor(r/4294967296),t[31+(n+128>>>10<<5)]=r,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(u),t.HmacSHA512=r._createHmacHelper(u)}(),e.SHA512)),ve.exports;var e}var ye,_e={exports:{}};var be,me={exports:{}};function xe(){return be||(be=1,me.exports=(e=U(),K(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.x64.Word,s=r.algo,c=[],l=[],u=[];!function(){for(var e=1,t=0,r=0;r<24;r++){c[e+5*t]=(r+1)*(r+2)/2%64;var n=(2*e+3*t)%5;e=t%5,t=n}for(e=0;e<5;e++)for(t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,i=0;i<24;i++){for(var s=0,d=0,f=0;f<7;f++){if(1&o){var h=(1<<f)-1;h<32?d^=1<<h:s^=1<<h-32}128&o?o=o<<1^113:o<<=1}u[i]=a.create(s,d)}}();var d=[];!function(){for(var e=0;e<25;e++)d[e]=a.create()}();var f=s.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var r=this._state,n=this.blockSize/2,o=0;o<n;o++){var i=e[t+2*o],a=e[t+2*o+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),(O=r[o]).high^=a,O.low^=i}for(var s=0;s<24;s++){for(var f=0;f<5;f++){for(var h=0,p=0,v=0;v<5;v++)h^=(O=r[f+5*v]).high,p^=O.low;var g=d[f];g.high=h,g.low=p}for(f=0;f<5;f++){var y=d[(f+4)%5],_=d[(f+1)%5],b=_.high,m=_.low;for(h=y.high^(b<<1|m>>>31),p=y.low^(m<<1|b>>>31),v=0;v<5;v++)(O=r[f+5*v]).high^=h,O.low^=p}for(var x=1;x<25;x++){var w=(O=r[x]).high,k=O.low,B=c[x];B<32?(h=w<<B|k>>>32-B,p=k<<B|w>>>32-B):(h=k<<B-32|w>>>64-B,p=w<<B-32|k>>>64-B);var T=d[l[x]];T.high=h,T.low=p}var A=d[0],S=r[0];for(A.high=S.high,A.low=S.low,f=0;f<5;f++)for(v=0;v<5;v++){var O=r[x=f+5*v],E=d[x],j=d[(f+1)%5+5*v],C=d[(f+2)%5+5*v];O.high=E.high^~j.high&C.high,O.low=E.low^~j.low&C.low}O=r[0];var I=u[s];O.high^=I.high,O.low^=I.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes;var n=8*e.sigBytes,i=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(t.ceil((n+1)/i)*i>>>5)-1]|=128,e.sigBytes=4*r.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,l=[],u=0;u<c;u++){var d=a[u],f=d.high,h=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(f)}return new o.init(l,s)},clone:function(){for(var e=i.clone.call(this),t=e._state=this._state.slice(0),r=0;r<25;r++)t[r]=t[r].clone();return e}});r.SHA3=i._createHelper(f),r.HmacSHA3=i._createHmacHelper(f)}(Math),e.SHA3)),me.exports;var e}var we,ke={exports:{}};var Be,Te={exports:{}};function Ae(){return Be||(Be=1,Te.exports=(e=U(),r=(t=e).lib.Base,n=t.enc.Utf8,void(t.algo.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var r=e.blockSize,o=4*r;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),a=this._iKey=t.clone(),s=i.words,c=a.words,l=0;l<r;l++)s[l]^=1549556828,c[l]^=909522486;i.sigBytes=a.sigBytes=o,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,r=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(r))}})))),Te.exports;var e,t,r,n}var Se,Oe={exports:{}};var Ee,je={exports:{}};function Ce(){return Ee||(Ee=1,je.exports=(s=U(),ce(),Ae(),t=(e=s).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r,o=this.cfg,i=o.hasher.create(),a=n.create(),s=a.words,c=o.keySize,l=o.iterations;s.length<c;){r&&i.update(r),r=i.update(e).finalize(t),i.reset();for(var u=1;u<l;u++)r=i.finalize(r),i.reset();a.concat(r)}return a.sigBytes=4*c,a}}),e.EvpKDF=function(e,t,r){return a.create(r).compute(e,t)},s.EvpKDF)),je.exports;var e,t,r,n,o,i,a,s}var Ie,Pe={exports:{}};function Re(){return Ie||(Ie=1,Pe.exports=(e=U(),Ce(),void(e.lib.Cipher||function(t){var r=e,n=r.lib,o=n.Base,i=n.WordArray,a=n.BufferedBlockAlgorithm,s=r.enc;s.Utf8;var c=s.Base64,l=r.algo.EvpKDF,u=n.Cipher=a.extend({cfg:o.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,r){this.cfg=this.cfg.extend(r),this._xformMode=e,this._key=t,this.reset()},reset:function(){a.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?b:y}return function(t){return{encrypt:function(r,n,o){return e(n).encrypt(t,r,n,o)},decrypt:function(r,n,o){return e(n).decrypt(t,r,n,o)}}}}()});n.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=r.mode={},f=n.BlockCipherMode=o.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),h=d.CBC=function(){var e=f.extend();function r(e,r,n){var o,i=this._iv;i?(o=i,this._iv=t):o=this._prevBlock;for(var a=0;a<n;a++)e[r+a]^=o[a]}return e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+o)}}),e.Decryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);n.decryptBlock(e,t),r.call(this,e,t,o),this._prevBlock=i}}),e}(),p=(r.pad={}).Pkcs7={pad:function(e,t){for(var r=4*t,n=r-e.sigBytes%r,o=n<<24|n<<16|n<<8|n,a=[],s=0;s<n;s+=4)a.push(o);var c=i.create(a,n);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=u.extend({cfg:u.cfg.extend({mode:h,padding:p}),reset:function(){var e;u.reset.call(this);var t=this.cfg,r=t.iv,n=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,r&&r.words):(this._mode=e.call(n,this,r&&r.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var v=n.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),g=(r.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,r=e.salt;return(r?i.create([1398893684,1701076831]).concat(r).concat(t):t).toString(c)},parse:function(e){var t,r=c.parse(e),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=i.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),v.create({ciphertext:r,salt:t})}},y=n.SerializableCipher=o.extend({cfg:o.extend({format:g}),encrypt:function(e,t,r,n){n=this.cfg.extend(n);var o=e.createEncryptor(r,n),i=o.finalize(t),a=o.cfg;return v.create({ciphertext:i,key:r,iv:a.iv,algorithm:e,mode:a.mode,padding:a.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,r,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(r,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),_=(r.kdf={}).OpenSSL={execute:function(e,t,r,n,o){if(n||(n=i.random(8)),o)a=l.create({keySize:t+r,hasher:o}).compute(e,n);else var a=l.create({keySize:t+r}).compute(e,n);var s=i.create(a.words.slice(t),4*r);return a.sigBytes=4*t,v.create({key:a,iv:s,salt:n})}},b=n.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:_}),encrypt:function(e,t,r,n){var o=(n=this.cfg.extend(n)).kdf.execute(r,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=o.iv;var i=y.encrypt.call(this,e,t,o.key,n);return i.mixIn(o),i},decrypt:function(e,t,r,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var o=n.kdf.execute(r,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=o.iv,y.decrypt.call(this,e,t,o.key,n)}})}()))),Pe.exports;var e}var He,ze={exports:{}};function De(){return He||(He=1,ze.exports=(e=U(),Re(),e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function r(e,t,r,n){var o,i=this._iv;i?(o=i.slice(0),this._iv=void 0):o=this._prevBlock,n.encryptBlock(o,0);for(var a=0;a<r;a++)e[t+a]^=o[a]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o,n),this._prevBlock=e.slice(t,t+o)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);r.call(this,e,t,o,n),this._prevBlock=i}}),t}(),e.mode.CFB)),ze.exports;var e}var Le,Fe={exports:{}};function Ne(){return Le||(Le=1,Fe.exports=(r=U(),Re(),r.mode.CTR=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._counter;o&&(i=this._counter=o.slice(0),this._iv=void 0);var a=i.slice(0);r.encryptBlock(a,0),i[n-1]=i[n-1]+1|0;for(var s=0;s<n;s++)e[t+s]^=a[s]}}),e.Decryptor=t,e),r.mode.CTR)),Fe.exports;var e,t,r}var Ue,Me={exports:{}};function $e(){return Ue||(Ue=1,Me.exports=(e=U(),Re(),
|
1
|
+
import e,{createContext as t,useContext as r,useState as n,useRef as o,useEffect as i,useMemo as a,useCallback as s,isValidElement as c}from"react";import{getLocaleProperties as l,GT as u,formatMessage as d,determineLocale as f,requiresTranslation as h,isSameLanguage as p}from"generaltranslation";import{jsx as v,Fragment as g,jsxs as y}from"react/jsx-runtime";import{getSupportedLocale as _}from"@generaltranslation/supported-locales";const b=t(void 0);function m(e="useGTContext() must be used within a <GTProvider>!"){const t=r(b);if(void 0===t)throw new Error(e);return t}function x(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function w(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const k=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`;function B(e){var{projectId:t,devApiKey:r,locale:c,versionId:l,defaultLocale:u,runtimeUrl:d,renderSettings:f,setTranslations:h,setTranslationsStatus:p}=e,v=x(e,["projectId","devApiKey","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations","setTranslationsStatus"]);const g=!!(t&&d&&r&&"development"===process.env.NODE_ENV);if(!g)return{runtimeTranslationEnabled:g,registerI18nextForTranslation:()=>Promise.reject(new Error("registerI18nextForTranslation() failed because translation is disabled")),registerIcuForTranslation:()=>Promise.reject(new Error("registerIcuForTranslation() failed because translation is disabled")),registerJsxForTranslation:()=>Promise.reject(new Error("registerJsxForTranslation() failed because translation is disabled"))};v=Object.assign(Object.assign({},v),{projectId:t,sourceLocale:u});const[y,_]=n(0),b=o(new Map),m=o(new Map);i((()=>{b.current.forEach((e=>e.resolve())),b.current.clear()}),[c]);const{i18next:B,icu:T,jsx:A}=a((()=>{const e=e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=m.current.get(r);if(n)return n;const o=new Promise(((n,o)=>{b.current.set(r,"JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:o}:{dataFormat:e,source:t.source,metadata:t.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{m.current.delete(r)}));return m.current.set(r,o),o};return{i18next:e("I18NEXT"),icu:e("ICU"),jsx:e("JSX")}}),[]),S=s(((e,n)=>w(this,void 0,void 0,(function*(){if(0===b.current.size)return[{},{}];_((e=>e+1));const o=Array.from(e.values()),i={},a={};try{const s=Object.entries(e).reduce(((e,[,t])=>(e[t.metadata.hash]={status:"loading"},e)),{});p((e=>Object.assign(Object.assign({},e||{}),s)));const c=(e,t,r)=>w(this,void 0,void 0,(function*(){const n=new AbortController,o=void 0===r?void 0:setTimeout((()=>n.abort()),r);try{return yield fetch(e,Object.assign(Object.assign({},t),{signal:n.signal}))}finally{void 0!==o&&clearTimeout(o)}})),u=yield c(`${d}/v1/runtime/${t}/client`,{method:"POST",headers:Object.assign({"Content-Type":"application/json"},r&&{"x-gt-dev-api-key":r}),body:JSON.stringify({requests:o,targetLocale:n,metadata:v,versionId:l})},f.timeout);if(!u.ok)throw new Error(yield u.text());(yield u.json()).forEach(((e,t)=>{const r=o[t],n=r.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:t}=e;return i[n]=t,void(a[n]={status:"success"})}if(void 0!==e.error&&null!==e.error&&void 0!==e.code&&null!==e.code)return console.error(k(r.metadata.id,r.metadata.hash),e.error),void(a[n]={status:"error",code:e.code,error:e.error});console.error(k(r.metadata.id,r.metadata.hash),e),a[n]={status:"error",code:500,error:"An error occurred."}}))}catch(e){e instanceof Error&&"AbortError"===e.name?console.warn("gt-react: Runtime translation timed out."):console.error("Error fetching batched translations:",e),o.forEach((e=>{a[e.metadata.hash]={status:"error",error:"An error occurred.",code:500}}))}finally{return _((e=>e-1)),o.forEach((e=>{e.resolve(i[e.metadata.hash])})),[i,a]}}))),[d,t,r,v,l,f.timeout]),O=o(y);return i((()=>{O.current=y}),[y]),i((()=>{let e=!0;const t=setInterval((()=>{if(b.current.size>0&&O.current<100){const t=Math.min(25,b.current.size),r=new Map(Array.from(b.current.entries()).slice(0,t));(()=>{w(this,void 0,void 0,(function*(){const[t,n]=yield S(r,c);e&&(h((e=>Object.assign(Object.assign({},e||{}),t))),p((e=>Object.assign(Object.assign({},e||{}),n))))}))})(),r.forEach(((e,t)=>b.current.delete(t)))}}),50);return()=>{e=!1,clearInterval(t)}}),[c]),{runtimeTranslationEnabled:g,registerI18nextForTranslation:B,registerIcuForTranslation:T,registerJsxForTranslation:A}}function T({children:e,locales:t,options:n={}}){const o=r(b);if(null==e)return null;const i=(null==o?void 0:o.gt)||new u;let a="string"==typeof e?parseFloat(e):e;return"number"==typeof a&&(t||(t||(t=[]),(null==o?void 0:o.locale)&&t.push(o.locale),(null==o?void 0:o.defaultLocale)&&t.push(o.defaultLocale)),a=i.formatNum(a,Object.assign({locales:t},n))),v(g,{children:a})}function A({children:e}){return v(g,{children:e})}function S({children:e,currency:t="USD",locales:n,options:o={}}){const i=r(b);if(null==e)return null;const a=(null==i?void 0:i.gt)||new u;let s="string"==typeof e?parseFloat(e):e;return"number"==typeof s&&(n||(n||(n=[]),(null==i?void 0:i.locale)&&n.push(i.locale),(null==i?void 0:i.defaultLocale)&&n.push(i.defaultLocale)),s=a.formatCurrency(s,t,Object.assign({locales:n},o))),v(g,{children:s})}function O({children:e,locales:t,options:n={}}){const o=r(b);if(null==e)return null;const i=(null==o?void 0:o.gt)||new u;t||(t||(t=[]),(null==o?void 0:o.locale)&&t.push(o.locale),(null==o?void 0:o.defaultLocale)&&t.push(o.defaultLocale));const a=i.formatDateTime(e,Object.assign({locales:t},n)).replace(/[\u200F\u202B\u202E]/g,"");return v(g,{children:a})}T.gtTransformation="variable-number",A.gtTransformation="variable-variable",S.gtTransformation="variable-currency",O.gtTransformation="variable-datetime";const E=({variableType:e,variableValue:t,variableOptions:r})=>"n"===e?v(T,{options:r,children:t}):"d"===e?v(O,{options:r,children:t}):"c"===e?v(S,{options:r,children:t}):v(A,{children:t});var j,C,I="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function P(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function R(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var H=(C||(C=1,j=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r="boolean"==typeof t.cycles&&t.cycles,n=t.cmp&&function(e){return function(t){return function(r,n){var o={key:r,value:t[r]},i={key:n,value:t[n]};return e(o,i)}}}(t.cmp),o=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var i,a;if(Array.isArray(t)){for(a="[",i=0;i<t.length;i++)i&&(a+=","),a+=e(t[i])||"null";return a+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var s=o.push(t)-1,c=Object.keys(t).sort(n&&n(t));for(a="",i=0;i<c.length;i++){var l=c[i],u=e(t[l]);u&&(a&&(a+=","),a+=JSON.stringify(l)+":"+u)}return o.splice(s,1),"{"+a+"}"}}(e)}),j),z=P(H),D={exports:{}};var L,F={exports:{}},N=R(Object.freeze({__proto__:null,default:{}}));function U(){return L||(L=1,F.exports=(e=e||function(e,t){var r;if("undefined"!=typeof window&&window.crypto&&(r=window.crypto),"undefined"!=typeof self&&self.crypto&&(r=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!=typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&void 0!==I&&I.crypto&&(r=I.crypto),!r)try{r=N}catch(e){}var n=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),i={},a=i.lib={},s=a.Base={extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=a.WordArray=s.extend({init:function(e,r){e=this.words=e||[],this.sigBytes=r!=t?r:4*e.length},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var a=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=a<<24-(n+i)%4*8}else for(var s=0;s<o;s+=4)t[n+s>>>2]=r[s>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(n());return new c.init(t,e)}}),l=i.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n+=2)r[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new c.init(r,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new c.init(r,t)}},f=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},h=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,o=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),l=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,u=e.min(4*l,i);if(l){for(var d=0;d<l;d+=a)this._doProcessBlock(o,d);r=o.splice(0,l),n.sigBytes-=u}return new c.init(r,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});a.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new p.HMAC.init(e,r).finalize(t)}}});var p=i.algo={};return i}(Math),e)),F.exports;var e}var M,$={exports:{}};function K(){return M||(M=1,$.exports=(a=U(),r=(t=a).lib,n=r.Base,o=r.WordArray,(i=t.x64={}).Word=n.extend({init:function(e,t){this.high=e,this.low=t}}),i.WordArray=n.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:8*t.length},toX32:function(){for(var e=this.words,t=e.length,r=[],n=0;n<t;n++){var i=e[n];r.push(i.high),r.push(i.low)}return o.create(r,this.sigBytes)},clone:function(){for(var e=n.clone.call(this),t=e.words=this.words.slice(0),r=t.length,o=0;o<r;o++)t[o]=t[o].clone();return e}}),a)),$.exports;var e,t,r,n,o,i,a}var V,G={exports:{}};function W(){return V||(V=1,G.exports=(e=U(),function(){if("function"==typeof ArrayBuffer){var t=e.lib.WordArray,r=t.init,n=t.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],o=0;o<t;o++)n[o>>>2]|=e[o]<<24-o%4*8;r.call(this,n,t)}else r.apply(this,arguments)};n.prototype=t}}(),e.lib.WordArray)),G.exports;var e}var J,X={exports:{}};function q(){return J||(J=1,X.exports=(e=U(),function(){var t=e,r=t.lib.WordArray,n=t.enc;function o(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o+=2){var i=t[o>>>2]>>>16-o%4*8&65535;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>1]|=e.charCodeAt(o)<<16-o%2*16;return r.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i+=2){var a=o(t[i>>>2]>>>16-i%4*8&65535);n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16)),X.exports;var e}var Y,Z={exports:{}};function Q(){return Y||(Y=1,Z.exports=(e=U(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var a=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,s=0;s<4&&i+.75*s<r;s++)o.push(n.charAt(a>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i<r.length;i++)o[r.charCodeAt(i)]=i}var a=r.charAt(64);if(a){var s=e.indexOf(a);-1!==s&&(t=s)}return n(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),Z.exports;var e}var ee,te={exports:{}};function re(){return ee||(ee=1,te.exports=(e=U(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var r=e.words,n=e.sigBytes,o=t?this._safe_map:this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var s=(r[a>>>2]>>>24-a%4*8&255)<<16|(r[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|r[a+2>>>2]>>>24-(a+2)%4*8&255,c=0;c<4&&a+.75*c<n;c++)i.push(o.charAt(s>>>6*(3-c)&63));var l=o.charAt(64);if(l)for(;i.length%4;)i.push(l);return i.join("")},parse:function(e,t){void 0===t&&(t=!0);var r=e.length,o=t?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<o.length;a++)i[o.charCodeAt(a)]=a}var s=o.charAt(64);if(s){var c=e.indexOf(s);-1!==c&&(r=c)}return n(e,r,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),e.enc.Base64url)),te.exports;var e}var ne,oe={exports:{}};function ie(){return ne||(ne=1,oe.exports=(e=U(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[];!function(){for(var e=0;e<64;e++)s[e]=4294967296*t.abs(t.sin(e+1))|0}();var c=a.MD5=i.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i=this._hash.words,a=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],v=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],b=e[t+8],m=e[t+9],x=e[t+10],w=e[t+11],k=e[t+12],B=e[t+13],T=e[t+14],A=e[t+15],S=i[0],O=i[1],E=i[2],j=i[3];S=l(S,O,E,j,a,7,s[0]),j=l(j,S,O,E,c,12,s[1]),E=l(E,j,S,O,h,17,s[2]),O=l(O,E,j,S,p,22,s[3]),S=l(S,O,E,j,v,7,s[4]),j=l(j,S,O,E,g,12,s[5]),E=l(E,j,S,O,y,17,s[6]),O=l(O,E,j,S,_,22,s[7]),S=l(S,O,E,j,b,7,s[8]),j=l(j,S,O,E,m,12,s[9]),E=l(E,j,S,O,x,17,s[10]),O=l(O,E,j,S,w,22,s[11]),S=l(S,O,E,j,k,7,s[12]),j=l(j,S,O,E,B,12,s[13]),E=l(E,j,S,O,T,17,s[14]),S=u(S,O=l(O,E,j,S,A,22,s[15]),E,j,c,5,s[16]),j=u(j,S,O,E,y,9,s[17]),E=u(E,j,S,O,w,14,s[18]),O=u(O,E,j,S,a,20,s[19]),S=u(S,O,E,j,g,5,s[20]),j=u(j,S,O,E,x,9,s[21]),E=u(E,j,S,O,A,14,s[22]),O=u(O,E,j,S,v,20,s[23]),S=u(S,O,E,j,m,5,s[24]),j=u(j,S,O,E,T,9,s[25]),E=u(E,j,S,O,p,14,s[26]),O=u(O,E,j,S,b,20,s[27]),S=u(S,O,E,j,B,5,s[28]),j=u(j,S,O,E,h,9,s[29]),E=u(E,j,S,O,_,14,s[30]),S=d(S,O=u(O,E,j,S,k,20,s[31]),E,j,g,4,s[32]),j=d(j,S,O,E,b,11,s[33]),E=d(E,j,S,O,w,16,s[34]),O=d(O,E,j,S,T,23,s[35]),S=d(S,O,E,j,c,4,s[36]),j=d(j,S,O,E,v,11,s[37]),E=d(E,j,S,O,_,16,s[38]),O=d(O,E,j,S,x,23,s[39]),S=d(S,O,E,j,B,4,s[40]),j=d(j,S,O,E,a,11,s[41]),E=d(E,j,S,O,p,16,s[42]),O=d(O,E,j,S,y,23,s[43]),S=d(S,O,E,j,m,4,s[44]),j=d(j,S,O,E,k,11,s[45]),E=d(E,j,S,O,A,16,s[46]),S=f(S,O=d(O,E,j,S,h,23,s[47]),E,j,a,6,s[48]),j=f(j,S,O,E,_,10,s[49]),E=f(E,j,S,O,T,15,s[50]),O=f(O,E,j,S,g,21,s[51]),S=f(S,O,E,j,k,6,s[52]),j=f(j,S,O,E,p,10,s[53]),E=f(E,j,S,O,x,15,s[54]),O=f(O,E,j,S,c,21,s[55]),S=f(S,O,E,j,b,6,s[56]),j=f(j,S,O,E,A,10,s[57]),E=f(E,j,S,O,y,15,s[58]),O=f(O,E,j,S,B,21,s[59]),S=f(S,O,E,j,v,6,s[60]),j=f(j,S,O,E,w,10,s[61]),E=f(E,j,S,O,h,15,s[62]),O=f(O,E,j,S,m,21,s[63]),i[0]=i[0]+S|0,i[1]=i[1]+O|0,i[2]=i[2]+E|0,i[3]=i[3]+j|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;r[o>>>5]|=128<<24-o%32;var i=t.floor(n/4294967296),a=n;r[15+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r[14+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),e.sigBytes=4*(r.length+1),this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,r,n,o,i,a){var s=e+(t&r|~t&n)+o+a;return(s<<i|s>>>32-i)+t}function u(e,t,r,n,o,i,a){var s=e+(t&n|r&~n)+o+a;return(s<<i|s>>>32-i)+t}function d(e,t,r,n,o,i,a){var s=e+(t^r^n)+o+a;return(s<<i|s>>>32-i)+t}function f(e,t,r,n,o,i,a){var s=e+(r^(t|~n))+o+a;return(s<<i|s>>>32-i)+t}r.MD5=i._createHelper(c),r.HmacMD5=i._createHmacHelper(c)}(Math),e.MD5)),oe.exports;var e}var ae,se={exports:{}};function ce(){return ae||(ae=1,se.exports=(s=U(),t=(e=s).lib,r=t.WordArray,n=t.Hasher,o=e.algo,i=[],a=o.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],a=r[2],s=r[3],c=r[4],l=0;l<80;l++){if(l<16)i[l]=0|e[t+l];else{var u=i[l-3]^i[l-8]^i[l-14]^i[l-16];i[l]=u<<1|u>>>31}var d=(n<<5|n>>>27)+c+i[l];d+=l<20?1518500249+(o&a|~o&s):l<40?1859775393+(o^a^s):l<60?(o&a|o&s|a&s)-1894007588:(o^a^s)-899497514,c=s,s=a,a=o<<30|o>>>2,o=n,n=d}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+a|0,r[3]=r[3]+s|0,r[4]=r[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),t[15+(n+64>>>9<<4)]=r,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=n._createHelper(a),e.HmacSHA1=n._createHmacHelper(a),s.SHA1)),se.exports;var e,t,r,n,o,i,a,s}var le,ue={exports:{}};function de(){return le||(le=1,ue.exports=(e=U(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[],c=[];!function(){function e(e){for(var r=t.sqrt(e),n=2;n<=r;n++)if(!(e%n))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var n=2,o=0;o<64;)e(n)&&(o<8&&(s[o]=r(t.pow(n,.5))),c[o]=r(t.pow(n,1/3)),o++),n++}();var l=[],u=a.SHA256=i.extend({_doReset:function(){this._hash=new o.init(s.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+y+l[h-16]}var _=n&o^n&i^o&i,b=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),m=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&d)+c[h]+l[h];f=d,d=u,u=s,s=a+m|0,a=i,i=o,o=n,n=m+(b+_)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+a|0,r[4]=r[4]+s|0,r[5]=r[5]+u|0,r[6]=r[6]+d|0,r[7]=r[7]+f|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=t.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});r.SHA256=i._createHelper(u),r.HmacSHA256=i._createHmacHelper(u)}(Math),e.SHA256)),ue.exports;var e}var fe,he={exports:{}};var pe,ve={exports:{}};function ge(){return pe||(pe=1,ve.exports=(e=U(),K(),function(){var t=e,r=t.lib.Hasher,n=t.x64,o=n.Word,i=n.WordArray,a=t.algo;function s(){return o.create.apply(o,arguments)}var c=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=s()}();var u=a.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=n.high,p=n.low,v=o.high,g=o.low,y=i.high,_=i.low,b=a.high,m=a.low,x=s.high,w=s.low,k=u.high,B=u.low,T=d.high,A=d.low,S=f.high,O=f.low,E=h,j=p,C=v,I=g,P=y,R=_,H=b,z=m,D=x,L=w,F=k,N=B,U=T,M=A,$=S,K=O,V=0;V<80;V++){var G,W,J=l[V];if(V<16)W=J.high=0|e[t+2*V],G=J.low=0|e[t+2*V+1];else{var X=l[V-15],q=X.high,Y=X.low,Z=(q>>>1|Y<<31)^(q>>>8|Y<<24)^q>>>7,Q=(Y>>>1|q<<31)^(Y>>>8|q<<24)^(Y>>>7|q<<25),ee=l[V-2],te=ee.high,re=ee.low,ne=(te>>>19|re<<13)^(te<<3|re>>>29)^te>>>6,oe=(re>>>19|te<<13)^(re<<3|te>>>29)^(re>>>6|te<<26),ie=l[V-7],ae=ie.high,se=ie.low,ce=l[V-16],le=ce.high,ue=ce.low;W=(W=(W=Z+ae+((G=Q+se)>>>0<Q>>>0?1:0))+ne+((G+=oe)>>>0<oe>>>0?1:0))+le+((G+=ue)>>>0<ue>>>0?1:0),J.high=W,J.low=G}var de,fe=D&F^~D&U,he=L&N^~L&M,pe=E&C^E&P^C&P,ve=j&I^j&R^I&R,ge=(E>>>28|j<<4)^(E<<30|j>>>2)^(E<<25|j>>>7),ye=(j>>>28|E<<4)^(j<<30|E>>>2)^(j<<25|E>>>7),_e=(D>>>14|L<<18)^(D>>>18|L<<14)^(D<<23|L>>>9),be=(L>>>14|D<<18)^(L>>>18|D<<14)^(L<<23|D>>>9),me=c[V],xe=me.high,we=me.low,ke=$+_e+((de=K+be)>>>0<K>>>0?1:0),Be=ye+ve;$=U,K=M,U=F,M=N,F=D,N=L,D=H+(ke=(ke=(ke=ke+fe+((de+=he)>>>0<he>>>0?1:0))+xe+((de+=we)>>>0<we>>>0?1:0))+W+((de+=G)>>>0<G>>>0?1:0))+((L=z+de|0)>>>0<z>>>0?1:0)|0,H=P,z=R,P=C,R=I,C=E,I=j,E=ke+(ge+pe+(Be>>>0<ye>>>0?1:0))+((j=de+Be|0)>>>0<de>>>0?1:0)|0}p=n.low=p+j,n.high=h+E+(p>>>0<j>>>0?1:0),g=o.low=g+I,o.high=v+C+(g>>>0<I>>>0?1:0),_=i.low=_+R,i.high=y+P+(_>>>0<R>>>0?1:0),m=a.low=m+z,a.high=b+H+(m>>>0<z>>>0?1:0),w=s.low=w+L,s.high=x+D+(w>>>0<L>>>0?1:0),B=u.low=B+N,u.high=k+F+(B>>>0<N>>>0?1:0),A=d.low=A+M,d.high=T+U+(A>>>0<M>>>0?1:0),O=f.low=O+K,f.high=S+$+(O>>>0<K>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[30+(n+128>>>10<<5)]=Math.floor(r/4294967296),t[31+(n+128>>>10<<5)]=r,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(u),t.HmacSHA512=r._createHmacHelper(u)}(),e.SHA512)),ve.exports;var e}var ye,_e={exports:{}};var be,me={exports:{}};function xe(){return be||(be=1,me.exports=(e=U(),K(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.x64.Word,s=r.algo,c=[],l=[],u=[];!function(){for(var e=1,t=0,r=0;r<24;r++){c[e+5*t]=(r+1)*(r+2)/2%64;var n=(2*e+3*t)%5;e=t%5,t=n}for(e=0;e<5;e++)for(t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,i=0;i<24;i++){for(var s=0,d=0,f=0;f<7;f++){if(1&o){var h=(1<<f)-1;h<32?d^=1<<h:s^=1<<h-32}128&o?o=o<<1^113:o<<=1}u[i]=a.create(s,d)}}();var d=[];!function(){for(var e=0;e<25;e++)d[e]=a.create()}();var f=s.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var r=this._state,n=this.blockSize/2,o=0;o<n;o++){var i=e[t+2*o],a=e[t+2*o+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),(O=r[o]).high^=a,O.low^=i}for(var s=0;s<24;s++){for(var f=0;f<5;f++){for(var h=0,p=0,v=0;v<5;v++)h^=(O=r[f+5*v]).high,p^=O.low;var g=d[f];g.high=h,g.low=p}for(f=0;f<5;f++){var y=d[(f+4)%5],_=d[(f+1)%5],b=_.high,m=_.low;for(h=y.high^(b<<1|m>>>31),p=y.low^(m<<1|b>>>31),v=0;v<5;v++)(O=r[f+5*v]).high^=h,O.low^=p}for(var x=1;x<25;x++){var w=(O=r[x]).high,k=O.low,B=c[x];B<32?(h=w<<B|k>>>32-B,p=k<<B|w>>>32-B):(h=k<<B-32|w>>>64-B,p=w<<B-32|k>>>64-B);var T=d[l[x]];T.high=h,T.low=p}var A=d[0],S=r[0];for(A.high=S.high,A.low=S.low,f=0;f<5;f++)for(v=0;v<5;v++){var O=r[x=f+5*v],E=d[x],j=d[(f+1)%5+5*v],C=d[(f+2)%5+5*v];O.high=E.high^~j.high&C.high,O.low=E.low^~j.low&C.low}O=r[0];var I=u[s];O.high^=I.high,O.low^=I.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes;var n=8*e.sigBytes,i=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(t.ceil((n+1)/i)*i>>>5)-1]|=128,e.sigBytes=4*r.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,l=[],u=0;u<c;u++){var d=a[u],f=d.high,h=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(f)}return new o.init(l,s)},clone:function(){for(var e=i.clone.call(this),t=e._state=this._state.slice(0),r=0;r<25;r++)t[r]=t[r].clone();return e}});r.SHA3=i._createHelper(f),r.HmacSHA3=i._createHmacHelper(f)}(Math),e.SHA3)),me.exports;var e}var we,ke={exports:{}};var Be,Te={exports:{}};function Ae(){return Be||(Be=1,Te.exports=(e=U(),r=(t=e).lib.Base,n=t.enc.Utf8,void(t.algo.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var r=e.blockSize,o=4*r;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),a=this._iKey=t.clone(),s=i.words,c=a.words,l=0;l<r;l++)s[l]^=1549556828,c[l]^=909522486;i.sigBytes=a.sigBytes=o,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,r=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(r))}})))),Te.exports;var e,t,r,n}var Se,Oe={exports:{}};var Ee,je={exports:{}};function Ce(){return Ee||(Ee=1,je.exports=(s=U(),ce(),Ae(),t=(e=s).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r,o=this.cfg,i=o.hasher.create(),a=n.create(),s=a.words,c=o.keySize,l=o.iterations;s.length<c;){r&&i.update(r),r=i.update(e).finalize(t),i.reset();for(var u=1;u<l;u++)r=i.finalize(r),i.reset();a.concat(r)}return a.sigBytes=4*c,a}}),e.EvpKDF=function(e,t,r){return a.create(r).compute(e,t)},s.EvpKDF)),je.exports;var e,t,r,n,o,i,a,s}var Ie,Pe={exports:{}};function Re(){return Ie||(Ie=1,Pe.exports=(e=U(),Ce(),void(e.lib.Cipher||function(t){var r=e,n=r.lib,o=n.Base,i=n.WordArray,a=n.BufferedBlockAlgorithm,s=r.enc;s.Utf8;var c=s.Base64,l=r.algo.EvpKDF,u=n.Cipher=a.extend({cfg:o.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,r){this.cfg=this.cfg.extend(r),this._xformMode=e,this._key=t,this.reset()},reset:function(){a.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?b:y}return function(t){return{encrypt:function(r,n,o){return e(n).encrypt(t,r,n,o)},decrypt:function(r,n,o){return e(n).decrypt(t,r,n,o)}}}}()});n.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=r.mode={},f=n.BlockCipherMode=o.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),h=d.CBC=function(){var e=f.extend();function r(e,r,n){var o,i=this._iv;i?(o=i,this._iv=t):o=this._prevBlock;for(var a=0;a<n;a++)e[r+a]^=o[a]}return e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+o)}}),e.Decryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);n.decryptBlock(e,t),r.call(this,e,t,o),this._prevBlock=i}}),e}(),p=(r.pad={}).Pkcs7={pad:function(e,t){for(var r=4*t,n=r-e.sigBytes%r,o=n<<24|n<<16|n<<8|n,a=[],s=0;s<n;s+=4)a.push(o);var c=i.create(a,n);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=u.extend({cfg:u.cfg.extend({mode:h,padding:p}),reset:function(){var e;u.reset.call(this);var t=this.cfg,r=t.iv,n=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,r&&r.words):(this._mode=e.call(n,this,r&&r.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var v=n.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),g=(r.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,r=e.salt;return(r?i.create([1398893684,1701076831]).concat(r).concat(t):t).toString(c)},parse:function(e){var t,r=c.parse(e),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=i.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),v.create({ciphertext:r,salt:t})}},y=n.SerializableCipher=o.extend({cfg:o.extend({format:g}),encrypt:function(e,t,r,n){n=this.cfg.extend(n);var o=e.createEncryptor(r,n),i=o.finalize(t),a=o.cfg;return v.create({ciphertext:i,key:r,iv:a.iv,algorithm:e,mode:a.mode,padding:a.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,r,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(r,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),_=(r.kdf={}).OpenSSL={execute:function(e,t,r,n,o){if(n||(n=i.random(8)),o)a=l.create({keySize:t+r,hasher:o}).compute(e,n);else var a=l.create({keySize:t+r}).compute(e,n);var s=i.create(a.words.slice(t),4*r);return a.sigBytes=4*t,v.create({key:a,iv:s,salt:n})}},b=n.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:_}),encrypt:function(e,t,r,n){var o=(n=this.cfg.extend(n)).kdf.execute(r,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=o.iv;var i=y.encrypt.call(this,e,t,o.key,n);return i.mixIn(o),i},decrypt:function(e,t,r,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var o=n.kdf.execute(r,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=o.iv,y.decrypt.call(this,e,t,o.key,n)}})}()))),Pe.exports;var e}var He,ze={exports:{}};function De(){return He||(He=1,ze.exports=(e=U(),Re(),e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function r(e,t,r,n){var o,i=this._iv;i?(o=i.slice(0),this._iv=void 0):o=this._prevBlock,n.encryptBlock(o,0);for(var a=0;a<r;a++)e[t+a]^=o[a]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o,n),this._prevBlock=e.slice(t,t+o)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);r.call(this,e,t,o,n),this._prevBlock=i}}),t}(),e.mode.CFB)),ze.exports;var e}var Le,Fe={exports:{}};function Ne(){return Le||(Le=1,Fe.exports=(r=U(),Re(),r.mode.CTR=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._counter;o&&(i=this._counter=o.slice(0),this._iv=void 0);var a=i.slice(0);r.encryptBlock(a,0),i[n-1]=i[n-1]+1|0;for(var s=0;s<n;s++)e[t+s]^=a[s]}}),e.Decryptor=t,e),r.mode.CTR)),Fe.exports;var e,t,r}var Ue,Me={exports:{}};function $e(){return Ue||(Ue=1,Me.exports=(e=U(),Re(),
|
2
2
|
/** @preserve
|
3
3
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
4
4
|
* derived from CryptoJS.mode.CTR
|
package/dist/index.cjs.min.cjs
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("generaltranslation"),n=require("@generaltranslation/supported-locales");function o(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function i(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const a={variable:"value",number:"n",datetime:"date",currency:"cost"};function s(e={},t){var r;if(e.name)return e.name;return`_gt_${a[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var c="https://cdn.gtx.dev",l="https://runtime2.gtx.dev",u="en",d=["singular","plural","dual","zero","one","two","few","many","other"];var f=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function h(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var p={variable:"v",number:"n",datetime:"d",currency:"c"};function v(e){return p[e]}function g(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function y(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:s(e,r),variableType:v(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function _(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=d),void 0===r&&(r=["en"]);var n=f.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function b(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function m({children:e,defaultLocale:r=u,renderVariable:n}){const i=e=>t.isValidElement(e)?(e=>{const i=b(e);if(g(e.props)){const{variableType:t,variableValue:o,variableOptions:i}=y(e.props);return n({variableType:t,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==i?void 0:i.transformation)){const t=i.branches||{};return a(_(e.props.n,[r],t)||e.props.children)}if("branch"===(null==i?void 0:i.transformation)){let t=e.props,{children:r,branch:n,"data-_gt":s}=t,c=o(t,["children","branch","data-_gt"]);return c=i.branches||{},a(void 0!==c[n]?c[n]:r)}return"fragment"===(null==i?void 0:i.transformation)?t.createElement(e.type,{key:e.props.key,children:a(e.props.children)}):e.props.children?t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:a(e.props.children)})):t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,a=e=>Array.isArray(e)?t.Children.map(e,i):i(e);return a(e)}const x=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`;function w(e,r=0){let n=r;const i=e=>{const{type:t,props:r}=e;n+=1;const i={id:n};let a;try{a="function"==typeof t&&t.gtTransformation||""}catch(e){}if(a){const t=a.split("-");if("translate"===t[0])throw new Error((e=>{var t;return`General Translation: Nested <T> components. The inner <T> has the id: "${null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.id}".`})(e));if("variable"===t[0]&&(i.variableType=(null==t?void 0:t[1])||"variable"),"plural"===t[0]){const e=Object.entries(r).reduce(((e,[t,r])=>(function(e){return d.includes(e)}(t)&&(e[t]=w(r,n)),e)),{});Object.keys(e).length&&(i.branches=e)}if("branch"===t[0]){const{children:e,branch:t}=r,a=o(r,["children","branch"]),s=Object.entries(a).reduce(((e,[t,r])=>(e[t]=w(r,n),e)),{});Object.keys(s).length&&(i.branches=s)}i.transformation=t[0]}return i};function a(e){return t.isValidElement(e)?function(e){const{props:r}=e;if(r["data-_gt"])throw new Error((e=>`General Translation already in use on child with props: ${e.props}. This usually occurs when you nest <T> components within the same file. Remove one of the <T> components to continue.`)(e));const n=i(e),o=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(o.children=s(r.children)),e.type===t.Fragment&&(o["data-_gt"].transformation="fragment"),t.cloneElement(e,o)}(e):e}function s(e){return Array.isArray(e)?t.Children.map(e,a):a(e)}return s(e)}var k={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const B=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},S=e=>{const{props:t}=e,r={t:B(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=s(t,r),o=v(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(k).reduce(((e,[r,n])=>(t[n]&&(e[r]=t[n]),e)),{});if("plural"===e&&r){const e={};Object.entries(r).forEach((([t,r])=>{e[t]=E(r)})),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach((([t,r])=>{e[t]=E(r)})),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(k).reduce(((e,[r,n])=>(t[n]&&(e[r]=t[n]),e)),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach((([e,r])=>{t[e]=E(r)})),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach((([e,r])=>{t[e]=E(r)})),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=E(t.children)),r},T=e=>{return r=e,t.isValidElement(r)?S(e):"number"==typeof e?e.toString():e;var r};function E(e){return Array.isArray(e)?e.map(T):T(e)}function A({sourceElement:e,targetElement:r,locales:n=[u],renderVariable:o}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,d=r.d,f={};if(d&&Object.entries(k).forEach((([e,t])=>{d[e]&&(f[t]=d[e])})),"plural"===l){const t=e.props.n;return j({source:_(t,n,c.branches||{})||e.props.children,target:_(t,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return j({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?t.createElement(e.type,{key:e.props.key,children:j({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?t.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),f),{"data-_gt":void 0,children:j({source:s.children,target:r.c,locales:n,renderVariable:o})})):m({children:e,defaultLocale:n[0],renderVariable:o})}function j({source:r,target:n,locales:o=[u],renderVariable:i}){if(null==n&&r)return m({children:r,defaultLocale:o[0],renderVariable:i});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(r)&&r&&(r=[r]),Array.isArray(r)&&Array.isArray(n)){const a={},s={},c=r.filter((e=>{if(t.isValidElement(e)){if(!g(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=y(e.props);a[t]=r,s[t]=n}}return!1})),l=e=>c.find((t=>{const r=b(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1}))||c.shift();return n.map(((r,n)=>{if("string"==typeof r)return e.jsx(t.Fragment,{children:r},`string_${n}`);if(h(r))return e.jsx(t.Fragment,{children:i({variableType:r.v||"v",variableValue:a[r.k],variableOptions:s[r.k],locales:o})},`var_${n}`);const c=l(r);return c?e.jsx(t.Fragment,{children:A({sourceElement:c,targetElement:r,locales:o,renderVariable:i})},`element_${n}`):void 0}))}if(n&&"object"==typeof n&&!Array.isArray(n)){const e=h(n)?"variable":"element";if(t.isValidElement(r)){if("element"===e)return A({sourceElement:r,targetElement:n,locales:o,renderVariable:i});if(g(r.props)){const{variableValue:e,variableOptions:t,variableType:n}=y(r.props);return i({variableType:n,variableValue:e,variableOptions:t,locales:o})}}}return m({children:r,defaultLocale:o[0],renderVariable:i})}const O={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const C="generaltranslation.locale",P=e=>"string"==typeof e||Array.isArray(e),I=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function L(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter((([,e])=>P(e))))),Object.fromEntries(Object.entries(t).filter((([,e])=>P(e))))),n=Object.entries(e).filter((([,e])=>I(e))).map((([e])=>e)),o=Object.entries(t).filter((([,e])=>I(e))).map((([e])=>e)),i=new Set([...n,...o]);for(const n of i)r[n]=L(e[n]||{},t[n]||{});return r}const H=t.createContext(void 0);function R(e="useGTContext() must be used within a <GTProvider>!"){const r=t.useContext(H);if(void 0===r)throw new Error(e);return r}function z({children:n,locales:o,options:i={}}){const a=t.useContext(H);if(!n)return null;const s=(null==a?void 0:a.gt)||new r.GT;let c="string"==typeof n?parseFloat(n):n;return"number"==typeof c&&(o||(o||(o=[]),(null==a?void 0:a.locale)&&o.push(a.locale),(null==a?void 0:a.defaultLocale)&&o.push(a.defaultLocale)),c=s.formatNum(c,Object.assign({locales:o},i))),e.jsx(e.Fragment,{children:c})}function D({children:t}){return e.jsx(e.Fragment,{children:t})}function F({children:n,currency:o="USD",locales:i,options:a={}}){const s=t.useContext(H);if(!n)return null;const c=(null==s?void 0:s.gt)||new r.GT;let l="string"==typeof n?parseFloat(n):n;return"number"==typeof l&&(i||(i||(i=[]),(null==s?void 0:s.locale)&&i.push(s.locale),(null==s?void 0:s.defaultLocale)&&i.push(s.defaultLocale)),l=c.formatCurrency(l,o,Object.assign({locales:i},a))),e.jsx(e.Fragment,{children:l})}function M({children:n,locales:o,options:i={}}){const a=t.useContext(H);if(!n)return null;const s=(null==a?void 0:a.gt)||new r.GT;o||(o||(o=[]),(null==a?void 0:a.locale)&&o.push(a.locale),(null==a?void 0:a.defaultLocale)&&o.push(a.defaultLocale));const c=s.formatDateTime(n,Object.assign({locales:o},i)).replace(/[\u200F\u202B\u202E]/g,"");return e.jsx(e.Fragment,{children:c})}z.gtTransformation="variable-number",D.gtTransformation="variable-variable",F.gtTransformation="variable-currency",M.gtTransformation="variable-datetime";const N=({variableType:t,variableValue:r,variableOptions:n})=>"n"===t?e.jsx(z,{options:n,children:r}):"d"===t?e.jsx(M,{options:n,children:r}):"c"===t?e.jsx(F,{options:n,children:r}):e.jsx(D,{children:r});var U,G,V="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function $(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function K(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var W=(G||(G=1,U=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r="boolean"==typeof t.cycles&&t.cycles,n=t.cmp&&function(e){return function(t){return function(r,n){var o={key:r,value:t[r]},i={key:n,value:t[n]};return e(o,i)}}}(t.cmp),o=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var i,a;if(Array.isArray(t)){for(a="[",i=0;i<t.length;i++)i&&(a+=","),a+=e(t[i])||"null";return a+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var s=o.push(t)-1,c=Object.keys(t).sort(n&&n(t));for(a="",i=0;i<c.length;i++){var l=c[i],u=e(t[l]);u&&(a&&(a+=","),a+=JSON.stringify(l)+":"+u)}return o.splice(s,1),"{"+a+"}"}}(e)}),U),J=$(W),X={exports:{}};var q,Y={exports:{}},Z=K(Object.freeze({__proto__:null,default:{}}));function Q(){return q||(q=1,Y.exports=(e=e||function(e,t){var r;if("undefined"!=typeof window&&window.crypto&&(r=window.crypto),"undefined"!=typeof self&&self.crypto&&(r=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!=typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&void 0!==V&&V.crypto&&(r=V.crypto),!r)try{r=Z}catch(e){}var n=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),i={},a=i.lib={},s=a.Base={extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=a.WordArray=s.extend({init:function(e,r){e=this.words=e||[],this.sigBytes=r!=t?r:4*e.length},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var a=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=a<<24-(n+i)%4*8}else for(var s=0;s<o;s+=4)t[n+s>>>2]=r[s>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(n());return new c.init(t,e)}}),l=i.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n+=2)r[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new c.init(r,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new c.init(r,t)}},f=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},h=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,o=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),l=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,u=e.min(4*l,i);if(l){for(var d=0;d<l;d+=a)this._doProcessBlock(o,d);r=o.splice(0,l),n.sigBytes-=u}return new c.init(r,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});a.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new p.HMAC.init(e,r).finalize(t)}}});var p=i.algo={};return i}(Math),e)),Y.exports;var e}var ee,te={exports:{}};function re(){return ee||(ee=1,te.exports=(a=Q(),r=(t=a).lib,n=r.Base,o=r.WordArray,(i=t.x64={}).Word=n.extend({init:function(e,t){this.high=e,this.low=t}}),i.WordArray=n.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:8*t.length},toX32:function(){for(var e=this.words,t=e.length,r=[],n=0;n<t;n++){var i=e[n];r.push(i.high),r.push(i.low)}return o.create(r,this.sigBytes)},clone:function(){for(var e=n.clone.call(this),t=e.words=this.words.slice(0),r=t.length,o=0;o<r;o++)t[o]=t[o].clone();return e}}),a)),te.exports;var e,t,r,n,o,i,a}var ne,oe={exports:{}};function ie(){return ne||(ne=1,oe.exports=(e=Q(),function(){if("function"==typeof ArrayBuffer){var t=e.lib.WordArray,r=t.init,n=t.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],o=0;o<t;o++)n[o>>>2]|=e[o]<<24-o%4*8;r.call(this,n,t)}else r.apply(this,arguments)};n.prototype=t}}(),e.lib.WordArray)),oe.exports;var e}var ae,se={exports:{}};function ce(){return ae||(ae=1,se.exports=(e=Q(),function(){var t=e,r=t.lib.WordArray,n=t.enc;function o(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o+=2){var i=t[o>>>2]>>>16-o%4*8&65535;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>1]|=e.charCodeAt(o)<<16-o%2*16;return r.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i+=2){var a=o(t[i>>>2]>>>16-i%4*8&65535);n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16)),se.exports;var e}var le,ue={exports:{}};function de(){return le||(le=1,ue.exports=(e=Q(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var a=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,s=0;s<4&&i+.75*s<r;s++)o.push(n.charAt(a>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i<r.length;i++)o[r.charCodeAt(i)]=i}var a=r.charAt(64);if(a){var s=e.indexOf(a);-1!==s&&(t=s)}return n(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),ue.exports;var e}var fe,he={exports:{}};function pe(){return fe||(fe=1,he.exports=(e=Q(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var r=e.words,n=e.sigBytes,o=t?this._safe_map:this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var s=(r[a>>>2]>>>24-a%4*8&255)<<16|(r[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|r[a+2>>>2]>>>24-(a+2)%4*8&255,c=0;c<4&&a+.75*c<n;c++)i.push(o.charAt(s>>>6*(3-c)&63));var l=o.charAt(64);if(l)for(;i.length%4;)i.push(l);return i.join("")},parse:function(e,t){void 0===t&&(t=!0);var r=e.length,o=t?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<o.length;a++)i[o.charCodeAt(a)]=a}var s=o.charAt(64);if(s){var c=e.indexOf(s);-1!==c&&(r=c)}return n(e,r,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),e.enc.Base64url)),he.exports;var e}var ve,ge={exports:{}};function ye(){return ve||(ve=1,ge.exports=(e=Q(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[];!function(){for(var e=0;e<64;e++)s[e]=4294967296*t.abs(t.sin(e+1))|0}();var c=a.MD5=i.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i=this._hash.words,a=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],v=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],b=e[t+8],m=e[t+9],x=e[t+10],w=e[t+11],k=e[t+12],B=e[t+13],S=e[t+14],T=e[t+15],E=i[0],A=i[1],j=i[2],O=i[3];E=l(E,A,j,O,a,7,s[0]),O=l(O,E,A,j,c,12,s[1]),j=l(j,O,E,A,h,17,s[2]),A=l(A,j,O,E,p,22,s[3]),E=l(E,A,j,O,v,7,s[4]),O=l(O,E,A,j,g,12,s[5]),j=l(j,O,E,A,y,17,s[6]),A=l(A,j,O,E,_,22,s[7]),E=l(E,A,j,O,b,7,s[8]),O=l(O,E,A,j,m,12,s[9]),j=l(j,O,E,A,x,17,s[10]),A=l(A,j,O,E,w,22,s[11]),E=l(E,A,j,O,k,7,s[12]),O=l(O,E,A,j,B,12,s[13]),j=l(j,O,E,A,S,17,s[14]),E=u(E,A=l(A,j,O,E,T,22,s[15]),j,O,c,5,s[16]),O=u(O,E,A,j,y,9,s[17]),j=u(j,O,E,A,w,14,s[18]),A=u(A,j,O,E,a,20,s[19]),E=u(E,A,j,O,g,5,s[20]),O=u(O,E,A,j,x,9,s[21]),j=u(j,O,E,A,T,14,s[22]),A=u(A,j,O,E,v,20,s[23]),E=u(E,A,j,O,m,5,s[24]),O=u(O,E,A,j,S,9,s[25]),j=u(j,O,E,A,p,14,s[26]),A=u(A,j,O,E,b,20,s[27]),E=u(E,A,j,O,B,5,s[28]),O=u(O,E,A,j,h,9,s[29]),j=u(j,O,E,A,_,14,s[30]),E=d(E,A=u(A,j,O,E,k,20,s[31]),j,O,g,4,s[32]),O=d(O,E,A,j,b,11,s[33]),j=d(j,O,E,A,w,16,s[34]),A=d(A,j,O,E,S,23,s[35]),E=d(E,A,j,O,c,4,s[36]),O=d(O,E,A,j,v,11,s[37]),j=d(j,O,E,A,_,16,s[38]),A=d(A,j,O,E,x,23,s[39]),E=d(E,A,j,O,B,4,s[40]),O=d(O,E,A,j,a,11,s[41]),j=d(j,O,E,A,p,16,s[42]),A=d(A,j,O,E,y,23,s[43]),E=d(E,A,j,O,m,4,s[44]),O=d(O,E,A,j,k,11,s[45]),j=d(j,O,E,A,T,16,s[46]),E=f(E,A=d(A,j,O,E,h,23,s[47]),j,O,a,6,s[48]),O=f(O,E,A,j,_,10,s[49]),j=f(j,O,E,A,S,15,s[50]),A=f(A,j,O,E,g,21,s[51]),E=f(E,A,j,O,k,6,s[52]),O=f(O,E,A,j,p,10,s[53]),j=f(j,O,E,A,x,15,s[54]),A=f(A,j,O,E,c,21,s[55]),E=f(E,A,j,O,b,6,s[56]),O=f(O,E,A,j,T,10,s[57]),j=f(j,O,E,A,y,15,s[58]),A=f(A,j,O,E,B,21,s[59]),E=f(E,A,j,O,v,6,s[60]),O=f(O,E,A,j,w,10,s[61]),j=f(j,O,E,A,h,15,s[62]),A=f(A,j,O,E,m,21,s[63]),i[0]=i[0]+E|0,i[1]=i[1]+A|0,i[2]=i[2]+j|0,i[3]=i[3]+O|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;r[o>>>5]|=128<<24-o%32;var i=t.floor(n/4294967296),a=n;r[15+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r[14+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),e.sigBytes=4*(r.length+1),this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,r,n,o,i,a){var s=e+(t&r|~t&n)+o+a;return(s<<i|s>>>32-i)+t}function u(e,t,r,n,o,i,a){var s=e+(t&n|r&~n)+o+a;return(s<<i|s>>>32-i)+t}function d(e,t,r,n,o,i,a){var s=e+(t^r^n)+o+a;return(s<<i|s>>>32-i)+t}function f(e,t,r,n,o,i,a){var s=e+(r^(t|~n))+o+a;return(s<<i|s>>>32-i)+t}r.MD5=i._createHelper(c),r.HmacMD5=i._createHmacHelper(c)}(Math),e.MD5)),ge.exports;var e}var _e,be={exports:{}};function me(){return _e||(_e=1,be.exports=(s=Q(),t=(e=s).lib,r=t.WordArray,n=t.Hasher,o=e.algo,i=[],a=o.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],a=r[2],s=r[3],c=r[4],l=0;l<80;l++){if(l<16)i[l]=0|e[t+l];else{var u=i[l-3]^i[l-8]^i[l-14]^i[l-16];i[l]=u<<1|u>>>31}var d=(n<<5|n>>>27)+c+i[l];d+=l<20?1518500249+(o&a|~o&s):l<40?1859775393+(o^a^s):l<60?(o&a|o&s|a&s)-1894007588:(o^a^s)-899497514,c=s,s=a,a=o<<30|o>>>2,o=n,n=d}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+a|0,r[3]=r[3]+s|0,r[4]=r[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),t[15+(n+64>>>9<<4)]=r,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=n._createHelper(a),e.HmacSHA1=n._createHmacHelper(a),s.SHA1)),be.exports;var e,t,r,n,o,i,a,s}var xe,we={exports:{}};function ke(){return xe||(xe=1,we.exports=(e=Q(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[],c=[];!function(){function e(e){for(var r=t.sqrt(e),n=2;n<=r;n++)if(!(e%n))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var n=2,o=0;o<64;)e(n)&&(o<8&&(s[o]=r(t.pow(n,.5))),c[o]=r(t.pow(n,1/3)),o++),n++}();var l=[],u=a.SHA256=i.extend({_doReset:function(){this._hash=new o.init(s.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+y+l[h-16]}var _=n&o^n&i^o&i,b=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),m=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&d)+c[h]+l[h];f=d,d=u,u=s,s=a+m|0,a=i,i=o,o=n,n=m+(b+_)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+a|0,r[4]=r[4]+s|0,r[5]=r[5]+u|0,r[6]=r[6]+d|0,r[7]=r[7]+f|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=t.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});r.SHA256=i._createHelper(u),r.HmacSHA256=i._createHmacHelper(u)}(Math),e.SHA256)),we.exports;var e}var Be,Se={exports:{}};var Te,Ee={exports:{}};function Ae(){return Te||(Te=1,Ee.exports=(e=Q(),re(),function(){var t=e,r=t.lib.Hasher,n=t.x64,o=n.Word,i=n.WordArray,a=t.algo;function s(){return o.create.apply(o,arguments)}var c=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=s()}();var u=a.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=n.high,p=n.low,v=o.high,g=o.low,y=i.high,_=i.low,b=a.high,m=a.low,x=s.high,w=s.low,k=u.high,B=u.low,S=d.high,T=d.low,E=f.high,A=f.low,j=h,O=p,C=v,P=g,I=y,L=_,H=b,R=m,z=x,D=w,F=k,M=B,N=S,U=T,G=E,V=A,$=0;$<80;$++){var K,W,J=l[$];if($<16)W=J.high=0|e[t+2*$],K=J.low=0|e[t+2*$+1];else{var X=l[$-15],q=X.high,Y=X.low,Z=(q>>>1|Y<<31)^(q>>>8|Y<<24)^q>>>7,Q=(Y>>>1|q<<31)^(Y>>>8|q<<24)^(Y>>>7|q<<25),ee=l[$-2],te=ee.high,re=ee.low,ne=(te>>>19|re<<13)^(te<<3|re>>>29)^te>>>6,oe=(re>>>19|te<<13)^(re<<3|te>>>29)^(re>>>6|te<<26),ie=l[$-7],ae=ie.high,se=ie.low,ce=l[$-16],le=ce.high,ue=ce.low;W=(W=(W=Z+ae+((K=Q+se)>>>0<Q>>>0?1:0))+ne+((K+=oe)>>>0<oe>>>0?1:0))+le+((K+=ue)>>>0<ue>>>0?1:0),J.high=W,J.low=K}var de,fe=z&F^~z&N,he=D&M^~D&U,pe=j&C^j&I^C&I,ve=O&P^O&L^P&L,ge=(j>>>28|O<<4)^(j<<30|O>>>2)^(j<<25|O>>>7),ye=(O>>>28|j<<4)^(O<<30|j>>>2)^(O<<25|j>>>7),_e=(z>>>14|D<<18)^(z>>>18|D<<14)^(z<<23|D>>>9),be=(D>>>14|z<<18)^(D>>>18|z<<14)^(D<<23|z>>>9),me=c[$],xe=me.high,we=me.low,ke=G+_e+((de=V+be)>>>0<V>>>0?1:0),Be=ye+ve;G=N,V=U,N=F,U=M,F=z,M=D,z=H+(ke=(ke=(ke=ke+fe+((de+=he)>>>0<he>>>0?1:0))+xe+((de+=we)>>>0<we>>>0?1:0))+W+((de+=K)>>>0<K>>>0?1:0))+((D=R+de|0)>>>0<R>>>0?1:0)|0,H=I,R=L,I=C,L=P,C=j,P=O,j=ke+(ge+pe+(Be>>>0<ye>>>0?1:0))+((O=de+Be|0)>>>0<de>>>0?1:0)|0}p=n.low=p+O,n.high=h+j+(p>>>0<O>>>0?1:0),g=o.low=g+P,o.high=v+C+(g>>>0<P>>>0?1:0),_=i.low=_+L,i.high=y+I+(_>>>0<L>>>0?1:0),m=a.low=m+R,a.high=b+H+(m>>>0<R>>>0?1:0),w=s.low=w+D,s.high=x+z+(w>>>0<D>>>0?1:0),B=u.low=B+M,u.high=k+F+(B>>>0<M>>>0?1:0),T=d.low=T+U,d.high=S+N+(T>>>0<U>>>0?1:0),A=f.low=A+V,f.high=E+G+(A>>>0<V>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[30+(n+128>>>10<<5)]=Math.floor(r/4294967296),t[31+(n+128>>>10<<5)]=r,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(u),t.HmacSHA512=r._createHmacHelper(u)}(),e.SHA512)),Ee.exports;var e}var je,Oe={exports:{}};var Ce,Pe={exports:{}};function Ie(){return Ce||(Ce=1,Pe.exports=(e=Q(),re(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.x64.Word,s=r.algo,c=[],l=[],u=[];!function(){for(var e=1,t=0,r=0;r<24;r++){c[e+5*t]=(r+1)*(r+2)/2%64;var n=(2*e+3*t)%5;e=t%5,t=n}for(e=0;e<5;e++)for(t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,i=0;i<24;i++){for(var s=0,d=0,f=0;f<7;f++){if(1&o){var h=(1<<f)-1;h<32?d^=1<<h:s^=1<<h-32}128&o?o=o<<1^113:o<<=1}u[i]=a.create(s,d)}}();var d=[];!function(){for(var e=0;e<25;e++)d[e]=a.create()}();var f=s.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var r=this._state,n=this.blockSize/2,o=0;o<n;o++){var i=e[t+2*o],a=e[t+2*o+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),(A=r[o]).high^=a,A.low^=i}for(var s=0;s<24;s++){for(var f=0;f<5;f++){for(var h=0,p=0,v=0;v<5;v++)h^=(A=r[f+5*v]).high,p^=A.low;var g=d[f];g.high=h,g.low=p}for(f=0;f<5;f++){var y=d[(f+4)%5],_=d[(f+1)%5],b=_.high,m=_.low;for(h=y.high^(b<<1|m>>>31),p=y.low^(m<<1|b>>>31),v=0;v<5;v++)(A=r[f+5*v]).high^=h,A.low^=p}for(var x=1;x<25;x++){var w=(A=r[x]).high,k=A.low,B=c[x];B<32?(h=w<<B|k>>>32-B,p=k<<B|w>>>32-B):(h=k<<B-32|w>>>64-B,p=w<<B-32|k>>>64-B);var S=d[l[x]];S.high=h,S.low=p}var T=d[0],E=r[0];for(T.high=E.high,T.low=E.low,f=0;f<5;f++)for(v=0;v<5;v++){var A=r[x=f+5*v],j=d[x],O=d[(f+1)%5+5*v],C=d[(f+2)%5+5*v];A.high=j.high^~O.high&C.high,A.low=j.low^~O.low&C.low}A=r[0];var P=u[s];A.high^=P.high,A.low^=P.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes;var n=8*e.sigBytes,i=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(t.ceil((n+1)/i)*i>>>5)-1]|=128,e.sigBytes=4*r.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,l=[],u=0;u<c;u++){var d=a[u],f=d.high,h=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(f)}return new o.init(l,s)},clone:function(){for(var e=i.clone.call(this),t=e._state=this._state.slice(0),r=0;r<25;r++)t[r]=t[r].clone();return e}});r.SHA3=i._createHelper(f),r.HmacSHA3=i._createHmacHelper(f)}(Math),e.SHA3)),Pe.exports;var e}var Le,He={exports:{}};var Re,ze={exports:{}};function De(){return Re||(Re=1,ze.exports=(e=Q(),r=(t=e).lib.Base,n=t.enc.Utf8,void(t.algo.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var r=e.blockSize,o=4*r;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),a=this._iKey=t.clone(),s=i.words,c=a.words,l=0;l<r;l++)s[l]^=1549556828,c[l]^=909522486;i.sigBytes=a.sigBytes=o,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,r=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(r))}})))),ze.exports;var e,t,r,n}var Fe,Me={exports:{}};var Ne,Ue={exports:{}};function Ge(){return Ne||(Ne=1,Ue.exports=(s=Q(),me(),De(),t=(e=s).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r,o=this.cfg,i=o.hasher.create(),a=n.create(),s=a.words,c=o.keySize,l=o.iterations;s.length<c;){r&&i.update(r),r=i.update(e).finalize(t),i.reset();for(var u=1;u<l;u++)r=i.finalize(r),i.reset();a.concat(r)}return a.sigBytes=4*c,a}}),e.EvpKDF=function(e,t,r){return a.create(r).compute(e,t)},s.EvpKDF)),Ue.exports;var e,t,r,n,o,i,a,s}var Ve,$e={exports:{}};function Ke(){return Ve||(Ve=1,$e.exports=(e=Q(),Ge(),void(e.lib.Cipher||function(t){var r=e,n=r.lib,o=n.Base,i=n.WordArray,a=n.BufferedBlockAlgorithm,s=r.enc;s.Utf8;var c=s.Base64,l=r.algo.EvpKDF,u=n.Cipher=a.extend({cfg:o.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,r){this.cfg=this.cfg.extend(r),this._xformMode=e,this._key=t,this.reset()},reset:function(){a.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?b:y}return function(t){return{encrypt:function(r,n,o){return e(n).encrypt(t,r,n,o)},decrypt:function(r,n,o){return e(n).decrypt(t,r,n,o)}}}}()});n.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=r.mode={},f=n.BlockCipherMode=o.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),h=d.CBC=function(){var e=f.extend();function r(e,r,n){var o,i=this._iv;i?(o=i,this._iv=t):o=this._prevBlock;for(var a=0;a<n;a++)e[r+a]^=o[a]}return e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+o)}}),e.Decryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);n.decryptBlock(e,t),r.call(this,e,t,o),this._prevBlock=i}}),e}(),p=(r.pad={}).Pkcs7={pad:function(e,t){for(var r=4*t,n=r-e.sigBytes%r,o=n<<24|n<<16|n<<8|n,a=[],s=0;s<n;s+=4)a.push(o);var c=i.create(a,n);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=u.extend({cfg:u.cfg.extend({mode:h,padding:p}),reset:function(){var e;u.reset.call(this);var t=this.cfg,r=t.iv,n=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,r&&r.words):(this._mode=e.call(n,this,r&&r.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var v=n.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),g=(r.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,r=e.salt;return(r?i.create([1398893684,1701076831]).concat(r).concat(t):t).toString(c)},parse:function(e){var t,r=c.parse(e),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=i.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),v.create({ciphertext:r,salt:t})}},y=n.SerializableCipher=o.extend({cfg:o.extend({format:g}),encrypt:function(e,t,r,n){n=this.cfg.extend(n);var o=e.createEncryptor(r,n),i=o.finalize(t),a=o.cfg;return v.create({ciphertext:i,key:r,iv:a.iv,algorithm:e,mode:a.mode,padding:a.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,r,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(r,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),_=(r.kdf={}).OpenSSL={execute:function(e,t,r,n,o){if(n||(n=i.random(8)),o)a=l.create({keySize:t+r,hasher:o}).compute(e,n);else var a=l.create({keySize:t+r}).compute(e,n);var s=i.create(a.words.slice(t),4*r);return a.sigBytes=4*t,v.create({key:a,iv:s,salt:n})}},b=n.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:_}),encrypt:function(e,t,r,n){var o=(n=this.cfg.extend(n)).kdf.execute(r,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=o.iv;var i=y.encrypt.call(this,e,t,o.key,n);return i.mixIn(o),i},decrypt:function(e,t,r,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var o=n.kdf.execute(r,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=o.iv,y.decrypt.call(this,e,t,o.key,n)}})}()))),$e.exports;var e}var We,Je={exports:{}};function Xe(){return We||(We=1,Je.exports=(e=Q(),Ke(),e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function r(e,t,r,n){var o,i=this._iv;i?(o=i.slice(0),this._iv=void 0):o=this._prevBlock,n.encryptBlock(o,0);for(var a=0;a<r;a++)e[t+a]^=o[a]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o,n),this._prevBlock=e.slice(t,t+o)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);r.call(this,e,t,o,n),this._prevBlock=i}}),t}(),e.mode.CFB)),Je.exports;var e}var qe,Ye={exports:{}};function Ze(){return qe||(qe=1,Ye.exports=(r=Q(),Ke(),r.mode.CTR=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._counter;o&&(i=this._counter=o.slice(0),this._iv=void 0);var a=i.slice(0);r.encryptBlock(a,0),i[n-1]=i[n-1]+1|0;for(var s=0;s<n;s++)e[t+s]^=a[s]}}),e.Decryptor=t,e),r.mode.CTR)),Ye.exports;var e,t,r}var Qe,et={exports:{}};function tt(){return Qe||(Qe=1,et.exports=(e=Q(),Ke(),
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("generaltranslation"),n=require("@generaltranslation/supported-locales");function o(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function i(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const a={variable:"value",number:"n",datetime:"date",currency:"cost"};function s(e={},t){var r;if(e.name)return e.name;return`_gt_${a[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var c="https://cdn.gtx.dev",l="https://runtime2.gtx.dev",u="en",d=["singular","plural","dual","zero","one","two","few","many","other"];var f=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function h(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var p={variable:"v",number:"n",datetime:"d",currency:"c"};function v(e){return p[e]}function g(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function y(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:s(e,r),variableType:v(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function _(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=d),void 0===r&&(r=["en"]);var n=f.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function b(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function m({children:e,defaultLocale:r=u,renderVariable:n}){const i=e=>t.isValidElement(e)?(e=>{const i=b(e);if(g(e.props)){const{variableType:t,variableValue:o,variableOptions:i}=y(e.props);return n({variableType:t,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==i?void 0:i.transformation)){const t=i.branches||{};return a(_(e.props.n,[r],t)||e.props.children)}if("branch"===(null==i?void 0:i.transformation)){let t=e.props,{children:r,branch:n,"data-_gt":s}=t,c=o(t,["children","branch","data-_gt"]);return c=i.branches||{},a(void 0!==c[n]?c[n]:r)}return"fragment"===(null==i?void 0:i.transformation)?t.createElement(e.type,{key:e.props.key,children:a(e.props.children)}):e.props.children?t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:a(e.props.children)})):t.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,a=e=>Array.isArray(e)?t.Children.map(e,i):i(e);return a(e)}const x=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`;function w(e,r=0){let n=r;const i=e=>{const{type:t,props:r}=e;n+=1;const i={id:n};let a;try{a="function"==typeof t&&t.gtTransformation||""}catch(e){}if(a){const t=a.split("-");if("translate"===t[0])throw new Error((e=>{var t;return`General Translation: Nested <T> components. The inner <T> has the id: "${null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.id}".`})(e));if("variable"===t[0]&&(i.variableType=(null==t?void 0:t[1])||"variable"),"plural"===t[0]){const e=Object.entries(r).reduce(((e,[t,r])=>(function(e){return d.includes(e)}(t)&&(e[t]=w(r,n)),e)),{});Object.keys(e).length&&(i.branches=e)}if("branch"===t[0]){const{children:e,branch:t}=r,a=o(r,["children","branch"]),s=Object.entries(a).reduce(((e,[t,r])=>(e[t]=w(r,n),e)),{});Object.keys(s).length&&(i.branches=s)}i.transformation=t[0]}return i};function a(e){return t.isValidElement(e)?function(e){const{props:r}=e;if(r["data-_gt"])throw new Error((e=>`General Translation already in use on child with props: ${e.props}. This usually occurs when you nest <T> components within the same file. Remove one of the <T> components to continue.`)(e));const n=i(e),o=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(o.children=s(r.children)),e.type===t.Fragment&&(o["data-_gt"].transformation="fragment"),t.cloneElement(e,o)}(e):e}function s(e){return Array.isArray(e)?t.Children.map(e,a):a(e)}return s(e)}var k={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const B=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},S=e=>{const{props:t}=e,r={t:B(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=s(t,r),o=v(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(k).reduce(((e,[r,n])=>(t[n]&&(e[r]=t[n]),e)),{});if("plural"===e&&r){const e={};Object.entries(r).forEach((([t,r])=>{e[t]=E(r)})),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach((([t,r])=>{e[t]=E(r)})),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(k).reduce(((e,[r,n])=>(t[n]&&(e[r]=t[n]),e)),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach((([e,r])=>{t[e]=E(r)})),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach((([e,r])=>{t[e]=E(r)})),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=E(t.children)),r},T=e=>{return r=e,t.isValidElement(r)?S(e):"number"==typeof e?e.toString():e;var r};function E(e){return Array.isArray(e)?e.map(T):T(e)}function A({sourceElement:e,targetElement:r,locales:n=[u],renderVariable:o}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,d=r.d,f={};if(d&&Object.entries(k).forEach((([e,t])=>{d[e]&&(f[t]=d[e])})),"plural"===l){const t=e.props.n;return j({source:_(t,n,c.branches||{})||e.props.children,target:_(t,n,(null===(i=r.d)||void 0===i?void 0:i.b)||{})||r.c,locales:n,renderVariable:o})}if("branch"===l){const{branch:e,children:t}=s;return j({source:(c.branches||{})[e]||t,target:((null===(a=r.d)||void 0===a?void 0:a.b)||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===l&&r.c?t.createElement(e.type,{key:e.props.key,children:j({source:s.children,target:r.c,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null==r?void 0:r.c)?t.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),f),{"data-_gt":void 0,children:j({source:s.children,target:r.c,locales:n,renderVariable:o})})):m({children:e,defaultLocale:n[0],renderVariable:o})}function j({source:r,target:n,locales:o=[u],renderVariable:i}){if(null==n&&r)return m({children:r,defaultLocale:o[0],renderVariable:i});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(r)&&r&&(r=[r]),Array.isArray(r)&&Array.isArray(n)){const a={},s={},c=r.filter((e=>{if(t.isValidElement(e)){if(!g(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=y(e.props);a[t]=r,s[t]=n}}return!1})),l=e=>c.find((t=>{const r=b(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1}))||c.shift();return n.map(((r,n)=>{if("string"==typeof r)return e.jsx(t.Fragment,{children:r},`string_${n}`);if(h(r))return e.jsx(t.Fragment,{children:i({variableType:r.v||"v",variableValue:a[r.k],variableOptions:s[r.k],locales:o})},`var_${n}`);const c=l(r);return c?e.jsx(t.Fragment,{children:A({sourceElement:c,targetElement:r,locales:o,renderVariable:i})},`element_${n}`):void 0}))}if(n&&"object"==typeof n&&!Array.isArray(n)){const e=h(n)?"variable":"element";if(t.isValidElement(r)){if("element"===e)return A({sourceElement:r,targetElement:n,locales:o,renderVariable:i});if(g(r.props)){const{variableValue:e,variableOptions:t,variableType:n}=y(r.props);return i({variableType:n,variableValue:e,variableOptions:t,locales:o})}}}return m({children:r,defaultLocale:o[0],renderVariable:i})}const O={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const C="generaltranslation.locale",P=e=>"string"==typeof e||Array.isArray(e),I=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function L(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter((([,e])=>P(e))))),Object.fromEntries(Object.entries(t).filter((([,e])=>P(e))))),n=Object.entries(e).filter((([,e])=>I(e))).map((([e])=>e)),o=Object.entries(t).filter((([,e])=>I(e))).map((([e])=>e)),i=new Set([...n,...o]);for(const n of i)r[n]=L(e[n]||{},t[n]||{});return r}const H=t.createContext(void 0);function R(e="useGTContext() must be used within a <GTProvider>!"){const r=t.useContext(H);if(void 0===r)throw new Error(e);return r}function z({children:n,locales:o,options:i={}}){const a=t.useContext(H);if(null==n)return null;const s=(null==a?void 0:a.gt)||new r.GT;let c="string"==typeof n?parseFloat(n):n;return"number"==typeof c&&(o||(o||(o=[]),(null==a?void 0:a.locale)&&o.push(a.locale),(null==a?void 0:a.defaultLocale)&&o.push(a.defaultLocale)),c=s.formatNum(c,Object.assign({locales:o},i))),e.jsx(e.Fragment,{children:c})}function D({children:t}){return e.jsx(e.Fragment,{children:t})}function F({children:n,currency:o="USD",locales:i,options:a={}}){const s=t.useContext(H);if(null==n)return null;const c=(null==s?void 0:s.gt)||new r.GT;let l="string"==typeof n?parseFloat(n):n;return"number"==typeof l&&(i||(i||(i=[]),(null==s?void 0:s.locale)&&i.push(s.locale),(null==s?void 0:s.defaultLocale)&&i.push(s.defaultLocale)),l=c.formatCurrency(l,o,Object.assign({locales:i},a))),e.jsx(e.Fragment,{children:l})}function M({children:n,locales:o,options:i={}}){const a=t.useContext(H);if(null==n)return null;const s=(null==a?void 0:a.gt)||new r.GT;o||(o||(o=[]),(null==a?void 0:a.locale)&&o.push(a.locale),(null==a?void 0:a.defaultLocale)&&o.push(a.defaultLocale));const c=s.formatDateTime(n,Object.assign({locales:o},i)).replace(/[\u200F\u202B\u202E]/g,"");return e.jsx(e.Fragment,{children:c})}z.gtTransformation="variable-number",D.gtTransformation="variable-variable",F.gtTransformation="variable-currency",M.gtTransformation="variable-datetime";const N=({variableType:t,variableValue:r,variableOptions:n})=>"n"===t?e.jsx(z,{options:n,children:r}):"d"===t?e.jsx(M,{options:n,children:r}):"c"===t?e.jsx(F,{options:n,children:r}):e.jsx(D,{children:r});var U,G,V="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function $(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function K(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var W=(G||(G=1,U=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r="boolean"==typeof t.cycles&&t.cycles,n=t.cmp&&function(e){return function(t){return function(r,n){var o={key:r,value:t[r]},i={key:n,value:t[n]};return e(o,i)}}}(t.cmp),o=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var i,a;if(Array.isArray(t)){for(a="[",i=0;i<t.length;i++)i&&(a+=","),a+=e(t[i])||"null";return a+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var s=o.push(t)-1,c=Object.keys(t).sort(n&&n(t));for(a="",i=0;i<c.length;i++){var l=c[i],u=e(t[l]);u&&(a&&(a+=","),a+=JSON.stringify(l)+":"+u)}return o.splice(s,1),"{"+a+"}"}}(e)}),U),J=$(W),X={exports:{}};var q,Y={exports:{}},Z=K(Object.freeze({__proto__:null,default:{}}));function Q(){return q||(q=1,Y.exports=(e=e||function(e,t){var r;if("undefined"!=typeof window&&window.crypto&&(r=window.crypto),"undefined"!=typeof self&&self.crypto&&(r=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!=typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&void 0!==V&&V.crypto&&(r=V.crypto),!r)try{r=Z}catch(e){}var n=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),i={},a=i.lib={},s=a.Base={extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=a.WordArray=s.extend({init:function(e,r){e=this.words=e||[],this.sigBytes=r!=t?r:4*e.length},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var a=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=a<<24-(n+i)%4*8}else for(var s=0;s<o;s+=4)t[n+s>>>2]=r[s>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(n());return new c.init(t,e)}}),l=i.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n+=2)r[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new c.init(r,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new c.init(r,t)}},f=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},h=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,o=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),l=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,u=e.min(4*l,i);if(l){for(var d=0;d<l;d+=a)this._doProcessBlock(o,d);r=o.splice(0,l),n.sigBytes-=u}return new c.init(r,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});a.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new p.HMAC.init(e,r).finalize(t)}}});var p=i.algo={};return i}(Math),e)),Y.exports;var e}var ee,te={exports:{}};function re(){return ee||(ee=1,te.exports=(a=Q(),r=(t=a).lib,n=r.Base,o=r.WordArray,(i=t.x64={}).Word=n.extend({init:function(e,t){this.high=e,this.low=t}}),i.WordArray=n.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:8*t.length},toX32:function(){for(var e=this.words,t=e.length,r=[],n=0;n<t;n++){var i=e[n];r.push(i.high),r.push(i.low)}return o.create(r,this.sigBytes)},clone:function(){for(var e=n.clone.call(this),t=e.words=this.words.slice(0),r=t.length,o=0;o<r;o++)t[o]=t[o].clone();return e}}),a)),te.exports;var e,t,r,n,o,i,a}var ne,oe={exports:{}};function ie(){return ne||(ne=1,oe.exports=(e=Q(),function(){if("function"==typeof ArrayBuffer){var t=e.lib.WordArray,r=t.init,n=t.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],o=0;o<t;o++)n[o>>>2]|=e[o]<<24-o%4*8;r.call(this,n,t)}else r.apply(this,arguments)};n.prototype=t}}(),e.lib.WordArray)),oe.exports;var e}var ae,se={exports:{}};function ce(){return ae||(ae=1,se.exports=(e=Q(),function(){var t=e,r=t.lib.WordArray,n=t.enc;function o(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o+=2){var i=t[o>>>2]>>>16-o%4*8&65535;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>1]|=e.charCodeAt(o)<<16-o%2*16;return r.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i+=2){var a=o(t[i>>>2]>>>16-i%4*8&65535);n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16)),se.exports;var e}var le,ue={exports:{}};function de(){return le||(le=1,ue.exports=(e=Q(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var a=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,s=0;s<4&&i+.75*s<r;s++)o.push(n.charAt(a>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i<r.length;i++)o[r.charCodeAt(i)]=i}var a=r.charAt(64);if(a){var s=e.indexOf(a);-1!==s&&(t=s)}return n(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),ue.exports;var e}var fe,he={exports:{}};function pe(){return fe||(fe=1,he.exports=(e=Q(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var r=e.words,n=e.sigBytes,o=t?this._safe_map:this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var s=(r[a>>>2]>>>24-a%4*8&255)<<16|(r[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|r[a+2>>>2]>>>24-(a+2)%4*8&255,c=0;c<4&&a+.75*c<n;c++)i.push(o.charAt(s>>>6*(3-c)&63));var l=o.charAt(64);if(l)for(;i.length%4;)i.push(l);return i.join("")},parse:function(e,t){void 0===t&&(t=!0);var r=e.length,o=t?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<o.length;a++)i[o.charCodeAt(a)]=a}var s=o.charAt(64);if(s){var c=e.indexOf(s);-1!==c&&(r=c)}return n(e,r,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),e.enc.Base64url)),he.exports;var e}var ve,ge={exports:{}};function ye(){return ve||(ve=1,ge.exports=(e=Q(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[];!function(){for(var e=0;e<64;e++)s[e]=4294967296*t.abs(t.sin(e+1))|0}();var c=a.MD5=i.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i=this._hash.words,a=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],v=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],b=e[t+8],m=e[t+9],x=e[t+10],w=e[t+11],k=e[t+12],B=e[t+13],S=e[t+14],T=e[t+15],E=i[0],A=i[1],j=i[2],O=i[3];E=l(E,A,j,O,a,7,s[0]),O=l(O,E,A,j,c,12,s[1]),j=l(j,O,E,A,h,17,s[2]),A=l(A,j,O,E,p,22,s[3]),E=l(E,A,j,O,v,7,s[4]),O=l(O,E,A,j,g,12,s[5]),j=l(j,O,E,A,y,17,s[6]),A=l(A,j,O,E,_,22,s[7]),E=l(E,A,j,O,b,7,s[8]),O=l(O,E,A,j,m,12,s[9]),j=l(j,O,E,A,x,17,s[10]),A=l(A,j,O,E,w,22,s[11]),E=l(E,A,j,O,k,7,s[12]),O=l(O,E,A,j,B,12,s[13]),j=l(j,O,E,A,S,17,s[14]),E=u(E,A=l(A,j,O,E,T,22,s[15]),j,O,c,5,s[16]),O=u(O,E,A,j,y,9,s[17]),j=u(j,O,E,A,w,14,s[18]),A=u(A,j,O,E,a,20,s[19]),E=u(E,A,j,O,g,5,s[20]),O=u(O,E,A,j,x,9,s[21]),j=u(j,O,E,A,T,14,s[22]),A=u(A,j,O,E,v,20,s[23]),E=u(E,A,j,O,m,5,s[24]),O=u(O,E,A,j,S,9,s[25]),j=u(j,O,E,A,p,14,s[26]),A=u(A,j,O,E,b,20,s[27]),E=u(E,A,j,O,B,5,s[28]),O=u(O,E,A,j,h,9,s[29]),j=u(j,O,E,A,_,14,s[30]),E=d(E,A=u(A,j,O,E,k,20,s[31]),j,O,g,4,s[32]),O=d(O,E,A,j,b,11,s[33]),j=d(j,O,E,A,w,16,s[34]),A=d(A,j,O,E,S,23,s[35]),E=d(E,A,j,O,c,4,s[36]),O=d(O,E,A,j,v,11,s[37]),j=d(j,O,E,A,_,16,s[38]),A=d(A,j,O,E,x,23,s[39]),E=d(E,A,j,O,B,4,s[40]),O=d(O,E,A,j,a,11,s[41]),j=d(j,O,E,A,p,16,s[42]),A=d(A,j,O,E,y,23,s[43]),E=d(E,A,j,O,m,4,s[44]),O=d(O,E,A,j,k,11,s[45]),j=d(j,O,E,A,T,16,s[46]),E=f(E,A=d(A,j,O,E,h,23,s[47]),j,O,a,6,s[48]),O=f(O,E,A,j,_,10,s[49]),j=f(j,O,E,A,S,15,s[50]),A=f(A,j,O,E,g,21,s[51]),E=f(E,A,j,O,k,6,s[52]),O=f(O,E,A,j,p,10,s[53]),j=f(j,O,E,A,x,15,s[54]),A=f(A,j,O,E,c,21,s[55]),E=f(E,A,j,O,b,6,s[56]),O=f(O,E,A,j,T,10,s[57]),j=f(j,O,E,A,y,15,s[58]),A=f(A,j,O,E,B,21,s[59]),E=f(E,A,j,O,v,6,s[60]),O=f(O,E,A,j,w,10,s[61]),j=f(j,O,E,A,h,15,s[62]),A=f(A,j,O,E,m,21,s[63]),i[0]=i[0]+E|0,i[1]=i[1]+A|0,i[2]=i[2]+j|0,i[3]=i[3]+O|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;r[o>>>5]|=128<<24-o%32;var i=t.floor(n/4294967296),a=n;r[15+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r[14+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),e.sigBytes=4*(r.length+1),this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,r,n,o,i,a){var s=e+(t&r|~t&n)+o+a;return(s<<i|s>>>32-i)+t}function u(e,t,r,n,o,i,a){var s=e+(t&n|r&~n)+o+a;return(s<<i|s>>>32-i)+t}function d(e,t,r,n,o,i,a){var s=e+(t^r^n)+o+a;return(s<<i|s>>>32-i)+t}function f(e,t,r,n,o,i,a){var s=e+(r^(t|~n))+o+a;return(s<<i|s>>>32-i)+t}r.MD5=i._createHelper(c),r.HmacMD5=i._createHmacHelper(c)}(Math),e.MD5)),ge.exports;var e}var _e,be={exports:{}};function me(){return _e||(_e=1,be.exports=(s=Q(),t=(e=s).lib,r=t.WordArray,n=t.Hasher,o=e.algo,i=[],a=o.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],a=r[2],s=r[3],c=r[4],l=0;l<80;l++){if(l<16)i[l]=0|e[t+l];else{var u=i[l-3]^i[l-8]^i[l-14]^i[l-16];i[l]=u<<1|u>>>31}var d=(n<<5|n>>>27)+c+i[l];d+=l<20?1518500249+(o&a|~o&s):l<40?1859775393+(o^a^s):l<60?(o&a|o&s|a&s)-1894007588:(o^a^s)-899497514,c=s,s=a,a=o<<30|o>>>2,o=n,n=d}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+a|0,r[3]=r[3]+s|0,r[4]=r[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),t[15+(n+64>>>9<<4)]=r,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=n._createHelper(a),e.HmacSHA1=n._createHmacHelper(a),s.SHA1)),be.exports;var e,t,r,n,o,i,a,s}var xe,we={exports:{}};function ke(){return xe||(xe=1,we.exports=(e=Q(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[],c=[];!function(){function e(e){for(var r=t.sqrt(e),n=2;n<=r;n++)if(!(e%n))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var n=2,o=0;o<64;)e(n)&&(o<8&&(s[o]=r(t.pow(n,.5))),c[o]=r(t.pow(n,1/3)),o++),n++}();var l=[],u=a.SHA256=i.extend({_doReset:function(){this._hash=new o.init(s.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+y+l[h-16]}var _=n&o^n&i^o&i,b=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),m=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&d)+c[h]+l[h];f=d,d=u,u=s,s=a+m|0,a=i,i=o,o=n,n=m+(b+_)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+a|0,r[4]=r[4]+s|0,r[5]=r[5]+u|0,r[6]=r[6]+d|0,r[7]=r[7]+f|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=t.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});r.SHA256=i._createHelper(u),r.HmacSHA256=i._createHmacHelper(u)}(Math),e.SHA256)),we.exports;var e}var Be,Se={exports:{}};var Te,Ee={exports:{}};function Ae(){return Te||(Te=1,Ee.exports=(e=Q(),re(),function(){var t=e,r=t.lib.Hasher,n=t.x64,o=n.Word,i=n.WordArray,a=t.algo;function s(){return o.create.apply(o,arguments)}var c=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=s()}();var u=a.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=n.high,p=n.low,v=o.high,g=o.low,y=i.high,_=i.low,b=a.high,m=a.low,x=s.high,w=s.low,k=u.high,B=u.low,S=d.high,T=d.low,E=f.high,A=f.low,j=h,O=p,C=v,P=g,I=y,L=_,H=b,R=m,z=x,D=w,F=k,M=B,N=S,U=T,G=E,V=A,$=0;$<80;$++){var K,W,J=l[$];if($<16)W=J.high=0|e[t+2*$],K=J.low=0|e[t+2*$+1];else{var X=l[$-15],q=X.high,Y=X.low,Z=(q>>>1|Y<<31)^(q>>>8|Y<<24)^q>>>7,Q=(Y>>>1|q<<31)^(Y>>>8|q<<24)^(Y>>>7|q<<25),ee=l[$-2],te=ee.high,re=ee.low,ne=(te>>>19|re<<13)^(te<<3|re>>>29)^te>>>6,oe=(re>>>19|te<<13)^(re<<3|te>>>29)^(re>>>6|te<<26),ie=l[$-7],ae=ie.high,se=ie.low,ce=l[$-16],le=ce.high,ue=ce.low;W=(W=(W=Z+ae+((K=Q+se)>>>0<Q>>>0?1:0))+ne+((K+=oe)>>>0<oe>>>0?1:0))+le+((K+=ue)>>>0<ue>>>0?1:0),J.high=W,J.low=K}var de,fe=z&F^~z&N,he=D&M^~D&U,pe=j&C^j&I^C&I,ve=O&P^O&L^P&L,ge=(j>>>28|O<<4)^(j<<30|O>>>2)^(j<<25|O>>>7),ye=(O>>>28|j<<4)^(O<<30|j>>>2)^(O<<25|j>>>7),_e=(z>>>14|D<<18)^(z>>>18|D<<14)^(z<<23|D>>>9),be=(D>>>14|z<<18)^(D>>>18|z<<14)^(D<<23|z>>>9),me=c[$],xe=me.high,we=me.low,ke=G+_e+((de=V+be)>>>0<V>>>0?1:0),Be=ye+ve;G=N,V=U,N=F,U=M,F=z,M=D,z=H+(ke=(ke=(ke=ke+fe+((de+=he)>>>0<he>>>0?1:0))+xe+((de+=we)>>>0<we>>>0?1:0))+W+((de+=K)>>>0<K>>>0?1:0))+((D=R+de|0)>>>0<R>>>0?1:0)|0,H=I,R=L,I=C,L=P,C=j,P=O,j=ke+(ge+pe+(Be>>>0<ye>>>0?1:0))+((O=de+Be|0)>>>0<de>>>0?1:0)|0}p=n.low=p+O,n.high=h+j+(p>>>0<O>>>0?1:0),g=o.low=g+P,o.high=v+C+(g>>>0<P>>>0?1:0),_=i.low=_+L,i.high=y+I+(_>>>0<L>>>0?1:0),m=a.low=m+R,a.high=b+H+(m>>>0<R>>>0?1:0),w=s.low=w+D,s.high=x+z+(w>>>0<D>>>0?1:0),B=u.low=B+M,u.high=k+F+(B>>>0<M>>>0?1:0),T=d.low=T+U,d.high=S+N+(T>>>0<U>>>0?1:0),A=f.low=A+V,f.high=E+G+(A>>>0<V>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[30+(n+128>>>10<<5)]=Math.floor(r/4294967296),t[31+(n+128>>>10<<5)]=r,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(u),t.HmacSHA512=r._createHmacHelper(u)}(),e.SHA512)),Ee.exports;var e}var je,Oe={exports:{}};var Ce,Pe={exports:{}};function Ie(){return Ce||(Ce=1,Pe.exports=(e=Q(),re(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.x64.Word,s=r.algo,c=[],l=[],u=[];!function(){for(var e=1,t=0,r=0;r<24;r++){c[e+5*t]=(r+1)*(r+2)/2%64;var n=(2*e+3*t)%5;e=t%5,t=n}for(e=0;e<5;e++)for(t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,i=0;i<24;i++){for(var s=0,d=0,f=0;f<7;f++){if(1&o){var h=(1<<f)-1;h<32?d^=1<<h:s^=1<<h-32}128&o?o=o<<1^113:o<<=1}u[i]=a.create(s,d)}}();var d=[];!function(){for(var e=0;e<25;e++)d[e]=a.create()}();var f=s.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var r=this._state,n=this.blockSize/2,o=0;o<n;o++){var i=e[t+2*o],a=e[t+2*o+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),(A=r[o]).high^=a,A.low^=i}for(var s=0;s<24;s++){for(var f=0;f<5;f++){for(var h=0,p=0,v=0;v<5;v++)h^=(A=r[f+5*v]).high,p^=A.low;var g=d[f];g.high=h,g.low=p}for(f=0;f<5;f++){var y=d[(f+4)%5],_=d[(f+1)%5],b=_.high,m=_.low;for(h=y.high^(b<<1|m>>>31),p=y.low^(m<<1|b>>>31),v=0;v<5;v++)(A=r[f+5*v]).high^=h,A.low^=p}for(var x=1;x<25;x++){var w=(A=r[x]).high,k=A.low,B=c[x];B<32?(h=w<<B|k>>>32-B,p=k<<B|w>>>32-B):(h=k<<B-32|w>>>64-B,p=w<<B-32|k>>>64-B);var S=d[l[x]];S.high=h,S.low=p}var T=d[0],E=r[0];for(T.high=E.high,T.low=E.low,f=0;f<5;f++)for(v=0;v<5;v++){var A=r[x=f+5*v],j=d[x],O=d[(f+1)%5+5*v],C=d[(f+2)%5+5*v];A.high=j.high^~O.high&C.high,A.low=j.low^~O.low&C.low}A=r[0];var P=u[s];A.high^=P.high,A.low^=P.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes;var n=8*e.sigBytes,i=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(t.ceil((n+1)/i)*i>>>5)-1]|=128,e.sigBytes=4*r.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,l=[],u=0;u<c;u++){var d=a[u],f=d.high,h=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(f)}return new o.init(l,s)},clone:function(){for(var e=i.clone.call(this),t=e._state=this._state.slice(0),r=0;r<25;r++)t[r]=t[r].clone();return e}});r.SHA3=i._createHelper(f),r.HmacSHA3=i._createHmacHelper(f)}(Math),e.SHA3)),Pe.exports;var e}var Le,He={exports:{}};var Re,ze={exports:{}};function De(){return Re||(Re=1,ze.exports=(e=Q(),r=(t=e).lib.Base,n=t.enc.Utf8,void(t.algo.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var r=e.blockSize,o=4*r;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),a=this._iKey=t.clone(),s=i.words,c=a.words,l=0;l<r;l++)s[l]^=1549556828,c[l]^=909522486;i.sigBytes=a.sigBytes=o,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,r=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(r))}})))),ze.exports;var e,t,r,n}var Fe,Me={exports:{}};var Ne,Ue={exports:{}};function Ge(){return Ne||(Ne=1,Ue.exports=(s=Q(),me(),De(),t=(e=s).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r,o=this.cfg,i=o.hasher.create(),a=n.create(),s=a.words,c=o.keySize,l=o.iterations;s.length<c;){r&&i.update(r),r=i.update(e).finalize(t),i.reset();for(var u=1;u<l;u++)r=i.finalize(r),i.reset();a.concat(r)}return a.sigBytes=4*c,a}}),e.EvpKDF=function(e,t,r){return a.create(r).compute(e,t)},s.EvpKDF)),Ue.exports;var e,t,r,n,o,i,a,s}var Ve,$e={exports:{}};function Ke(){return Ve||(Ve=1,$e.exports=(e=Q(),Ge(),void(e.lib.Cipher||function(t){var r=e,n=r.lib,o=n.Base,i=n.WordArray,a=n.BufferedBlockAlgorithm,s=r.enc;s.Utf8;var c=s.Base64,l=r.algo.EvpKDF,u=n.Cipher=a.extend({cfg:o.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,r){this.cfg=this.cfg.extend(r),this._xformMode=e,this._key=t,this.reset()},reset:function(){a.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?b:y}return function(t){return{encrypt:function(r,n,o){return e(n).encrypt(t,r,n,o)},decrypt:function(r,n,o){return e(n).decrypt(t,r,n,o)}}}}()});n.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=r.mode={},f=n.BlockCipherMode=o.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),h=d.CBC=function(){var e=f.extend();function r(e,r,n){var o,i=this._iv;i?(o=i,this._iv=t):o=this._prevBlock;for(var a=0;a<n;a++)e[r+a]^=o[a]}return e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+o)}}),e.Decryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);n.decryptBlock(e,t),r.call(this,e,t,o),this._prevBlock=i}}),e}(),p=(r.pad={}).Pkcs7={pad:function(e,t){for(var r=4*t,n=r-e.sigBytes%r,o=n<<24|n<<16|n<<8|n,a=[],s=0;s<n;s+=4)a.push(o);var c=i.create(a,n);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=u.extend({cfg:u.cfg.extend({mode:h,padding:p}),reset:function(){var e;u.reset.call(this);var t=this.cfg,r=t.iv,n=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,r&&r.words):(this._mode=e.call(n,this,r&&r.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var v=n.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),g=(r.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,r=e.salt;return(r?i.create([1398893684,1701076831]).concat(r).concat(t):t).toString(c)},parse:function(e){var t,r=c.parse(e),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=i.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),v.create({ciphertext:r,salt:t})}},y=n.SerializableCipher=o.extend({cfg:o.extend({format:g}),encrypt:function(e,t,r,n){n=this.cfg.extend(n);var o=e.createEncryptor(r,n),i=o.finalize(t),a=o.cfg;return v.create({ciphertext:i,key:r,iv:a.iv,algorithm:e,mode:a.mode,padding:a.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,r,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(r,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),_=(r.kdf={}).OpenSSL={execute:function(e,t,r,n,o){if(n||(n=i.random(8)),o)a=l.create({keySize:t+r,hasher:o}).compute(e,n);else var a=l.create({keySize:t+r}).compute(e,n);var s=i.create(a.words.slice(t),4*r);return a.sigBytes=4*t,v.create({key:a,iv:s,salt:n})}},b=n.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:_}),encrypt:function(e,t,r,n){var o=(n=this.cfg.extend(n)).kdf.execute(r,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=o.iv;var i=y.encrypt.call(this,e,t,o.key,n);return i.mixIn(o),i},decrypt:function(e,t,r,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var o=n.kdf.execute(r,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=o.iv,y.decrypt.call(this,e,t,o.key,n)}})}()))),$e.exports;var e}var We,Je={exports:{}};function Xe(){return We||(We=1,Je.exports=(e=Q(),Ke(),e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function r(e,t,r,n){var o,i=this._iv;i?(o=i.slice(0),this._iv=void 0):o=this._prevBlock,n.encryptBlock(o,0);for(var a=0;a<r;a++)e[t+a]^=o[a]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o,n),this._prevBlock=e.slice(t,t+o)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);r.call(this,e,t,o,n),this._prevBlock=i}}),t}(),e.mode.CFB)),Je.exports;var e}var qe,Ye={exports:{}};function Ze(){return qe||(qe=1,Ye.exports=(r=Q(),Ke(),r.mode.CTR=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._counter;o&&(i=this._counter=o.slice(0),this._iv=void 0);var a=i.slice(0);r.encryptBlock(a,0),i[n-1]=i[n-1]+1|0;for(var s=0;s<n;s++)e[t+s]^=a[s]}}),e.Decryptor=t,e),r.mode.CTR)),Ye.exports;var e,t,r}var Qe,et={exports:{}};function tt(){return Qe||(Qe=1,et.exports=(e=Q(),Ke(),
|
2
2
|
/** @preserve
|
3
3
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
4
4
|
* derived from CryptoJS.mode.CTR
|
package/dist/index.esm.min.mjs
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import{jsx as e,Fragment as t,jsxs as r}from"react/jsx-runtime";import n,{isValidElement as o,createContext as i,useContext as a,useMemo as s,useEffect as c,useState as l,useRef as u,useCallback as d}from"react";import{getLocaleProperties as f,GT as h,formatMessage as p,determineLocale as v,requiresTranslation as g,isSameLanguage as y}from"generaltranslation";import{getSupportedLocale as _}from"@generaltranslation/supported-locales";function b(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function m(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const x={variable:"value",number:"n",datetime:"date",currency:"cost"};function w(e={},t){var r;if(e.name)return e.name;return`_gt_${x[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var k="https://cdn.gtx.dev",B="https://runtime2.gtx.dev",A="en",S=["singular","plural","dual","zero","one","two","few","many","other"];var T=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function E(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var O={variable:"v",number:"n",datetime:"d",currency:"c"};function j(e){return O[e]}function C(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function P(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:w(e,r),variableType:j(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function I(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=S),void 0===r&&(r=["en"]);var n=T.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function H(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function z({children:e,defaultLocale:t=A,renderVariable:r}){const o=e=>n.isValidElement(e)?(e=>{const o=H(e);if(C(e.props)){const{variableType:n,variableValue:o,variableOptions:i}=P(e.props);return r({variableType:n,variableValue:o,variableOptions:i,locales:[t]})}if("plural"===(null==o?void 0:o.transformation)){const r=o.branches||{};return i(I(e.props.n,[t],r)||e.props.children)}if("branch"===(null==o?void 0:o.transformation)){let t=e.props,{children:r,branch:n,"data-_gt":a}=t,s=b(t,["children","branch","data-_gt"]);return s=o.branches||{},i(void 0!==s[n]?s[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?n.createElement(e.type,{key:e.props.key,children:i(e.props.children)}):e.props.children?n.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:i(e.props.children)})):n.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,i=e=>Array.isArray(e)?n.Children.map(e,o):o(e);return i(e)}const R=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`;function D(e,t=0){let r=t;const i=e=>{const{type:t,props:n}=e;r+=1;const o={id:r};let i;try{i="function"==typeof t&&t.gtTransformation||""}catch(e){}if(i){const t=i.split("-");if("translate"===t[0])throw new Error((e=>{var t;return`General Translation: Nested <T> components. The inner <T> has the id: "${null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.id}".`})(e));if("variable"===t[0]&&(o.variableType=(null==t?void 0:t[1])||"variable"),"plural"===t[0]){const e=Object.entries(n).reduce(((e,[t,n])=>(function(e){return S.includes(e)}(t)&&(e[t]=D(n,r)),e)),{});Object.keys(e).length&&(o.branches=e)}if("branch"===t[0]){const{children:e,branch:t}=n,i=b(n,["children","branch"]),a=Object.entries(i).reduce(((e,[t,n])=>(e[t]=D(n,r),e)),{});Object.keys(a).length&&(o.branches=a)}o.transformation=t[0]}return o};function a(e){return o(e)?function(e){const{props:t}=e;if(t["data-_gt"])throw new Error((e=>`General Translation already in use on child with props: ${e.props}. This usually occurs when you nest <T> components within the same file. Remove one of the <T> components to continue.`)(e));const r=i(e),o=Object.assign(Object.assign({},t),{"data-_gt":r});return t.children&&!r.variableType&&(o.children=s(t.children)),e.type===n.Fragment&&(o["data-_gt"].transformation="fragment"),n.cloneElement(e,o)}(e):e}function s(e){return Array.isArray(e)?n.Children.map(e,a):a(e)}return s(e)}var L={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const F=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},N=e=>{const{props:t}=e,r={t:F(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=w(t,r),o=j(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(L).reduce(((e,[r,n])=>(t[n]&&(e[r]=t[n]),e)),{});if("plural"===e&&r){const e={};Object.entries(r).forEach((([t,r])=>{e[t]=U(r)})),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach((([t,r])=>{e[t]=U(r)})),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(L).reduce(((e,[r,n])=>(t[n]&&(e[r]=t[n]),e)),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach((([e,r])=>{t[e]=U(r)})),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach((([e,r])=>{t[e]=U(r)})),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=U(t.children)),r},M=e=>{return t=e,n.isValidElement(t)?N(e):"number"==typeof e?e.toString():e;var t};function U(e){return Array.isArray(e)?e.map(M):M(e)}function $({sourceElement:e,targetElement:t,locales:r=[A],renderVariable:o}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=t.d,d={};if(u&&Object.entries(L).forEach((([e,t])=>{u[e]&&(d[t]=u[e])})),"plural"===l){const n=e.props.n;return V({source:I(n,r,c.branches||{})||e.props.children,target:I(n,r,(null===(i=t.d)||void 0===i?void 0:i.b)||{})||t.c,locales:r,renderVariable:o})}if("branch"===l){const{branch:e,children:n}=s;return V({source:(c.branches||{})[e]||n,target:((null===(a=t.d)||void 0===a?void 0:a.b)||{})[e]||t.c,locales:r,renderVariable:o})}return"fragment"===l&&t.c?n.createElement(e.type,{key:e.props.key,children:V({source:s.children,target:t.c,locales:r,renderVariable:o})}):(null==s?void 0:s.children)&&(null==t?void 0:t.c)?n.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:V({source:s.children,target:t.c,locales:r,renderVariable:o})})):z({children:e,defaultLocale:r[0],renderVariable:o})}function V({source:t,target:r,locales:o=[A],renderVariable:i}){if(null==r&&t)return z({children:t,defaultLocale:o[0],renderVariable:i});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(r)){const a={},s={},c=t.filter((e=>{if(n.isValidElement(e)){if(!C(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=P(e.props);a[t]=r,s[t]=n}}return!1})),l=e=>c.find((t=>{const r=H(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1}))||c.shift();return r.map(((t,r)=>{if("string"==typeof t)return e(n.Fragment,{children:t},`string_${r}`);if(E(t))return e(n.Fragment,{children:i({variableType:t.v||"v",variableValue:a[t.k],variableOptions:s[t.k],locales:o})},`var_${r}`);const c=l(t);return c?e(n.Fragment,{children:$({sourceElement:c,targetElement:t,locales:o,renderVariable:i})},`element_${r}`):void 0}))}if(r&&"object"==typeof r&&!Array.isArray(r)){const e=E(r)?"variable":"element";if(n.isValidElement(t)){if("element"===e)return $({sourceElement:t,targetElement:r,locales:o,renderVariable:i});if(C(t.props)){const{variableValue:e,variableOptions:r,variableType:n}=P(t.props);return i({variableType:n,variableValue:e,variableOptions:r,locales:o})}}}return z({children:t,defaultLocale:o[0],renderVariable:i})}const K={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const G="generaltranslation.locale",W=e=>"string"==typeof e||Array.isArray(e),J=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function X(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter((([,e])=>W(e))))),Object.fromEntries(Object.entries(t).filter((([,e])=>W(e))))),n=Object.entries(e).filter((([,e])=>J(e))).map((([e])=>e)),o=Object.entries(t).filter((([,e])=>J(e))).map((([e])=>e)),i=new Set([...n,...o]);for(const n of i)r[n]=X(e[n]||{},t[n]||{});return r}const Y=i(void 0);function q(e="useGTContext() must be used within a <GTProvider>!"){const t=a(Y);if(void 0===t)throw new Error(e);return t}function Z({children:r,locales:n,options:o={}}){const i=a(Y);if(!r)return null;const s=(null==i?void 0:i.gt)||new h;let c="string"==typeof r?parseFloat(r):r;return"number"==typeof c&&(n||(n||(n=[]),(null==i?void 0:i.locale)&&n.push(i.locale),(null==i?void 0:i.defaultLocale)&&n.push(i.defaultLocale)),c=s.formatNum(c,Object.assign({locales:n},o))),e(t,{children:c})}function Q({children:r}){return e(t,{children:r})}function ee({children:r,currency:n="USD",locales:o,options:i={}}){const s=a(Y);if(!r)return null;const c=(null==s?void 0:s.gt)||new h;let l="string"==typeof r?parseFloat(r):r;return"number"==typeof l&&(o||(o||(o=[]),(null==s?void 0:s.locale)&&o.push(s.locale),(null==s?void 0:s.defaultLocale)&&o.push(s.defaultLocale)),l=c.formatCurrency(l,n,Object.assign({locales:o},i))),e(t,{children:l})}function te({children:r,locales:n,options:o={}}){const i=a(Y);if(!r)return null;const s=(null==i?void 0:i.gt)||new h;n||(n||(n=[]),(null==i?void 0:i.locale)&&n.push(i.locale),(null==i?void 0:i.defaultLocale)&&n.push(i.defaultLocale));const c=s.formatDateTime(r,Object.assign({locales:n},o)).replace(/[\u200F\u202B\u202E]/g,"");return e(t,{children:c})}Z.gtTransformation="variable-number",Q.gtTransformation="variable-variable",ee.gtTransformation="variable-currency",te.gtTransformation="variable-datetime";const re=({variableType:t,variableValue:r,variableOptions:n})=>"n"===t?e(Z,{options:n,children:r}):"d"===t?e(te,{options:n,children:r}):"c"===t?e(ee,{options:n,children:r}):e(Q,{children:r});var ne,oe,ie="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function ae(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function se(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var ce=(oe||(oe=1,ne=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r="boolean"==typeof t.cycles&&t.cycles,n=t.cmp&&function(e){return function(t){return function(r,n){var o={key:r,value:t[r]},i={key:n,value:t[n]};return e(o,i)}}}(t.cmp),o=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var i,a;if(Array.isArray(t)){for(a="[",i=0;i<t.length;i++)i&&(a+=","),a+=e(t[i])||"null";return a+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var s=o.push(t)-1,c=Object.keys(t).sort(n&&n(t));for(a="",i=0;i<c.length;i++){var l=c[i],u=e(t[l]);u&&(a&&(a+=","),a+=JSON.stringify(l)+":"+u)}return o.splice(s,1),"{"+a+"}"}}(e)}),ne),le=ae(ce),ue={exports:{}};var de,fe={exports:{}},he=se(Object.freeze({__proto__:null,default:{}}));function pe(){return de||(de=1,fe.exports=(e=e||function(e,t){var r;if("undefined"!=typeof window&&window.crypto&&(r=window.crypto),"undefined"!=typeof self&&self.crypto&&(r=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!=typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&void 0!==ie&&ie.crypto&&(r=ie.crypto),!r)try{r=he}catch(e){}var n=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),i={},a=i.lib={},s=a.Base={extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=a.WordArray=s.extend({init:function(e,r){e=this.words=e||[],this.sigBytes=r!=t?r:4*e.length},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var a=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=a<<24-(n+i)%4*8}else for(var s=0;s<o;s+=4)t[n+s>>>2]=r[s>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(n());return new c.init(t,e)}}),l=i.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n+=2)r[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new c.init(r,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new c.init(r,t)}},f=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},h=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,o=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),l=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,u=e.min(4*l,i);if(l){for(var d=0;d<l;d+=a)this._doProcessBlock(o,d);r=o.splice(0,l),n.sigBytes-=u}return new c.init(r,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});a.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new p.HMAC.init(e,r).finalize(t)}}});var p=i.algo={};return i}(Math),e)),fe.exports;var e}var ve,ge={exports:{}};function ye(){return ve||(ve=1,ge.exports=(a=pe(),r=(t=a).lib,n=r.Base,o=r.WordArray,(i=t.x64={}).Word=n.extend({init:function(e,t){this.high=e,this.low=t}}),i.WordArray=n.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:8*t.length},toX32:function(){for(var e=this.words,t=e.length,r=[],n=0;n<t;n++){var i=e[n];r.push(i.high),r.push(i.low)}return o.create(r,this.sigBytes)},clone:function(){for(var e=n.clone.call(this),t=e.words=this.words.slice(0),r=t.length,o=0;o<r;o++)t[o]=t[o].clone();return e}}),a)),ge.exports;var e,t,r,n,o,i,a}var _e,be={exports:{}};function me(){return _e||(_e=1,be.exports=(e=pe(),function(){if("function"==typeof ArrayBuffer){var t=e.lib.WordArray,r=t.init,n=t.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],o=0;o<t;o++)n[o>>>2]|=e[o]<<24-o%4*8;r.call(this,n,t)}else r.apply(this,arguments)};n.prototype=t}}(),e.lib.WordArray)),be.exports;var e}var xe,we={exports:{}};function ke(){return xe||(xe=1,we.exports=(e=pe(),function(){var t=e,r=t.lib.WordArray,n=t.enc;function o(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o+=2){var i=t[o>>>2]>>>16-o%4*8&65535;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>1]|=e.charCodeAt(o)<<16-o%2*16;return r.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i+=2){var a=o(t[i>>>2]>>>16-i%4*8&65535);n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16)),we.exports;var e}var Be,Ae={exports:{}};function Se(){return Be||(Be=1,Ae.exports=(e=pe(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var a=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,s=0;s<4&&i+.75*s<r;s++)o.push(n.charAt(a>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i<r.length;i++)o[r.charCodeAt(i)]=i}var a=r.charAt(64);if(a){var s=e.indexOf(a);-1!==s&&(t=s)}return n(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),Ae.exports;var e}var Te,Ee={exports:{}};function Oe(){return Te||(Te=1,Ee.exports=(e=pe(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var r=e.words,n=e.sigBytes,o=t?this._safe_map:this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var s=(r[a>>>2]>>>24-a%4*8&255)<<16|(r[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|r[a+2>>>2]>>>24-(a+2)%4*8&255,c=0;c<4&&a+.75*c<n;c++)i.push(o.charAt(s>>>6*(3-c)&63));var l=o.charAt(64);if(l)for(;i.length%4;)i.push(l);return i.join("")},parse:function(e,t){void 0===t&&(t=!0);var r=e.length,o=t?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<o.length;a++)i[o.charCodeAt(a)]=a}var s=o.charAt(64);if(s){var c=e.indexOf(s);-1!==c&&(r=c)}return n(e,r,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),e.enc.Base64url)),Ee.exports;var e}var je,Ce={exports:{}};function Pe(){return je||(je=1,Ce.exports=(e=pe(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[];!function(){for(var e=0;e<64;e++)s[e]=4294967296*t.abs(t.sin(e+1))|0}();var c=a.MD5=i.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i=this._hash.words,a=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],v=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],b=e[t+8],m=e[t+9],x=e[t+10],w=e[t+11],k=e[t+12],B=e[t+13],A=e[t+14],S=e[t+15],T=i[0],E=i[1],O=i[2],j=i[3];T=l(T,E,O,j,a,7,s[0]),j=l(j,T,E,O,c,12,s[1]),O=l(O,j,T,E,h,17,s[2]),E=l(E,O,j,T,p,22,s[3]),T=l(T,E,O,j,v,7,s[4]),j=l(j,T,E,O,g,12,s[5]),O=l(O,j,T,E,y,17,s[6]),E=l(E,O,j,T,_,22,s[7]),T=l(T,E,O,j,b,7,s[8]),j=l(j,T,E,O,m,12,s[9]),O=l(O,j,T,E,x,17,s[10]),E=l(E,O,j,T,w,22,s[11]),T=l(T,E,O,j,k,7,s[12]),j=l(j,T,E,O,B,12,s[13]),O=l(O,j,T,E,A,17,s[14]),T=u(T,E=l(E,O,j,T,S,22,s[15]),O,j,c,5,s[16]),j=u(j,T,E,O,y,9,s[17]),O=u(O,j,T,E,w,14,s[18]),E=u(E,O,j,T,a,20,s[19]),T=u(T,E,O,j,g,5,s[20]),j=u(j,T,E,O,x,9,s[21]),O=u(O,j,T,E,S,14,s[22]),E=u(E,O,j,T,v,20,s[23]),T=u(T,E,O,j,m,5,s[24]),j=u(j,T,E,O,A,9,s[25]),O=u(O,j,T,E,p,14,s[26]),E=u(E,O,j,T,b,20,s[27]),T=u(T,E,O,j,B,5,s[28]),j=u(j,T,E,O,h,9,s[29]),O=u(O,j,T,E,_,14,s[30]),T=d(T,E=u(E,O,j,T,k,20,s[31]),O,j,g,4,s[32]),j=d(j,T,E,O,b,11,s[33]),O=d(O,j,T,E,w,16,s[34]),E=d(E,O,j,T,A,23,s[35]),T=d(T,E,O,j,c,4,s[36]),j=d(j,T,E,O,v,11,s[37]),O=d(O,j,T,E,_,16,s[38]),E=d(E,O,j,T,x,23,s[39]),T=d(T,E,O,j,B,4,s[40]),j=d(j,T,E,O,a,11,s[41]),O=d(O,j,T,E,p,16,s[42]),E=d(E,O,j,T,y,23,s[43]),T=d(T,E,O,j,m,4,s[44]),j=d(j,T,E,O,k,11,s[45]),O=d(O,j,T,E,S,16,s[46]),T=f(T,E=d(E,O,j,T,h,23,s[47]),O,j,a,6,s[48]),j=f(j,T,E,O,_,10,s[49]),O=f(O,j,T,E,A,15,s[50]),E=f(E,O,j,T,g,21,s[51]),T=f(T,E,O,j,k,6,s[52]),j=f(j,T,E,O,p,10,s[53]),O=f(O,j,T,E,x,15,s[54]),E=f(E,O,j,T,c,21,s[55]),T=f(T,E,O,j,b,6,s[56]),j=f(j,T,E,O,S,10,s[57]),O=f(O,j,T,E,y,15,s[58]),E=f(E,O,j,T,B,21,s[59]),T=f(T,E,O,j,v,6,s[60]),j=f(j,T,E,O,w,10,s[61]),O=f(O,j,T,E,h,15,s[62]),E=f(E,O,j,T,m,21,s[63]),i[0]=i[0]+T|0,i[1]=i[1]+E|0,i[2]=i[2]+O|0,i[3]=i[3]+j|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;r[o>>>5]|=128<<24-o%32;var i=t.floor(n/4294967296),a=n;r[15+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r[14+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),e.sigBytes=4*(r.length+1),this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,r,n,o,i,a){var s=e+(t&r|~t&n)+o+a;return(s<<i|s>>>32-i)+t}function u(e,t,r,n,o,i,a){var s=e+(t&n|r&~n)+o+a;return(s<<i|s>>>32-i)+t}function d(e,t,r,n,o,i,a){var s=e+(t^r^n)+o+a;return(s<<i|s>>>32-i)+t}function f(e,t,r,n,o,i,a){var s=e+(r^(t|~n))+o+a;return(s<<i|s>>>32-i)+t}r.MD5=i._createHelper(c),r.HmacMD5=i._createHmacHelper(c)}(Math),e.MD5)),Ce.exports;var e}var Ie,He={exports:{}};function ze(){return Ie||(Ie=1,He.exports=(s=pe(),t=(e=s).lib,r=t.WordArray,n=t.Hasher,o=e.algo,i=[],a=o.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],a=r[2],s=r[3],c=r[4],l=0;l<80;l++){if(l<16)i[l]=0|e[t+l];else{var u=i[l-3]^i[l-8]^i[l-14]^i[l-16];i[l]=u<<1|u>>>31}var d=(n<<5|n>>>27)+c+i[l];d+=l<20?1518500249+(o&a|~o&s):l<40?1859775393+(o^a^s):l<60?(o&a|o&s|a&s)-1894007588:(o^a^s)-899497514,c=s,s=a,a=o<<30|o>>>2,o=n,n=d}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+a|0,r[3]=r[3]+s|0,r[4]=r[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),t[15+(n+64>>>9<<4)]=r,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=n._createHelper(a),e.HmacSHA1=n._createHmacHelper(a),s.SHA1)),He.exports;var e,t,r,n,o,i,a,s}var Re,De={exports:{}};function Le(){return Re||(Re=1,De.exports=(e=pe(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[],c=[];!function(){function e(e){for(var r=t.sqrt(e),n=2;n<=r;n++)if(!(e%n))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var n=2,o=0;o<64;)e(n)&&(o<8&&(s[o]=r(t.pow(n,.5))),c[o]=r(t.pow(n,1/3)),o++),n++}();var l=[],u=a.SHA256=i.extend({_doReset:function(){this._hash=new o.init(s.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+y+l[h-16]}var _=n&o^n&i^o&i,b=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),m=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&d)+c[h]+l[h];f=d,d=u,u=s,s=a+m|0,a=i,i=o,o=n,n=m+(b+_)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+a|0,r[4]=r[4]+s|0,r[5]=r[5]+u|0,r[6]=r[6]+d|0,r[7]=r[7]+f|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=t.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});r.SHA256=i._createHelper(u),r.HmacSHA256=i._createHmacHelper(u)}(Math),e.SHA256)),De.exports;var e}var Fe,Ne={exports:{}};var Me,Ue={exports:{}};function $e(){return Me||(Me=1,Ue.exports=(e=pe(),ye(),function(){var t=e,r=t.lib.Hasher,n=t.x64,o=n.Word,i=n.WordArray,a=t.algo;function s(){return o.create.apply(o,arguments)}var c=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=s()}();var u=a.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=n.high,p=n.low,v=o.high,g=o.low,y=i.high,_=i.low,b=a.high,m=a.low,x=s.high,w=s.low,k=u.high,B=u.low,A=d.high,S=d.low,T=f.high,E=f.low,O=h,j=p,C=v,P=g,I=y,H=_,z=b,R=m,D=x,L=w,F=k,N=B,M=A,U=S,$=T,V=E,K=0;K<80;K++){var G,W,J=l[K];if(K<16)W=J.high=0|e[t+2*K],G=J.low=0|e[t+2*K+1];else{var X=l[K-15],Y=X.high,q=X.low,Z=(Y>>>1|q<<31)^(Y>>>8|q<<24)^Y>>>7,Q=(q>>>1|Y<<31)^(q>>>8|Y<<24)^(q>>>7|Y<<25),ee=l[K-2],te=ee.high,re=ee.low,ne=(te>>>19|re<<13)^(te<<3|re>>>29)^te>>>6,oe=(re>>>19|te<<13)^(re<<3|te>>>29)^(re>>>6|te<<26),ie=l[K-7],ae=ie.high,se=ie.low,ce=l[K-16],le=ce.high,ue=ce.low;W=(W=(W=Z+ae+((G=Q+se)>>>0<Q>>>0?1:0))+ne+((G+=oe)>>>0<oe>>>0?1:0))+le+((G+=ue)>>>0<ue>>>0?1:0),J.high=W,J.low=G}var de,fe=D&F^~D&M,he=L&N^~L&U,pe=O&C^O&I^C&I,ve=j&P^j&H^P&H,ge=(O>>>28|j<<4)^(O<<30|j>>>2)^(O<<25|j>>>7),ye=(j>>>28|O<<4)^(j<<30|O>>>2)^(j<<25|O>>>7),_e=(D>>>14|L<<18)^(D>>>18|L<<14)^(D<<23|L>>>9),be=(L>>>14|D<<18)^(L>>>18|D<<14)^(L<<23|D>>>9),me=c[K],xe=me.high,we=me.low,ke=$+_e+((de=V+be)>>>0<V>>>0?1:0),Be=ye+ve;$=M,V=U,M=F,U=N,F=D,N=L,D=z+(ke=(ke=(ke=ke+fe+((de+=he)>>>0<he>>>0?1:0))+xe+((de+=we)>>>0<we>>>0?1:0))+W+((de+=G)>>>0<G>>>0?1:0))+((L=R+de|0)>>>0<R>>>0?1:0)|0,z=I,R=H,I=C,H=P,C=O,P=j,O=ke+(ge+pe+(Be>>>0<ye>>>0?1:0))+((j=de+Be|0)>>>0<de>>>0?1:0)|0}p=n.low=p+j,n.high=h+O+(p>>>0<j>>>0?1:0),g=o.low=g+P,o.high=v+C+(g>>>0<P>>>0?1:0),_=i.low=_+H,i.high=y+I+(_>>>0<H>>>0?1:0),m=a.low=m+R,a.high=b+z+(m>>>0<R>>>0?1:0),w=s.low=w+L,s.high=x+D+(w>>>0<L>>>0?1:0),B=u.low=B+N,u.high=k+F+(B>>>0<N>>>0?1:0),S=d.low=S+U,d.high=A+M+(S>>>0<U>>>0?1:0),E=f.low=E+V,f.high=T+$+(E>>>0<V>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[30+(n+128>>>10<<5)]=Math.floor(r/4294967296),t[31+(n+128>>>10<<5)]=r,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(u),t.HmacSHA512=r._createHmacHelper(u)}(),e.SHA512)),Ue.exports;var e}var Ve,Ke={exports:{}};var Ge,We={exports:{}};function Je(){return Ge||(Ge=1,We.exports=(e=pe(),ye(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.x64.Word,s=r.algo,c=[],l=[],u=[];!function(){for(var e=1,t=0,r=0;r<24;r++){c[e+5*t]=(r+1)*(r+2)/2%64;var n=(2*e+3*t)%5;e=t%5,t=n}for(e=0;e<5;e++)for(t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,i=0;i<24;i++){for(var s=0,d=0,f=0;f<7;f++){if(1&o){var h=(1<<f)-1;h<32?d^=1<<h:s^=1<<h-32}128&o?o=o<<1^113:o<<=1}u[i]=a.create(s,d)}}();var d=[];!function(){for(var e=0;e<25;e++)d[e]=a.create()}();var f=s.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var r=this._state,n=this.blockSize/2,o=0;o<n;o++){var i=e[t+2*o],a=e[t+2*o+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),(E=r[o]).high^=a,E.low^=i}for(var s=0;s<24;s++){for(var f=0;f<5;f++){for(var h=0,p=0,v=0;v<5;v++)h^=(E=r[f+5*v]).high,p^=E.low;var g=d[f];g.high=h,g.low=p}for(f=0;f<5;f++){var y=d[(f+4)%5],_=d[(f+1)%5],b=_.high,m=_.low;for(h=y.high^(b<<1|m>>>31),p=y.low^(m<<1|b>>>31),v=0;v<5;v++)(E=r[f+5*v]).high^=h,E.low^=p}for(var x=1;x<25;x++){var w=(E=r[x]).high,k=E.low,B=c[x];B<32?(h=w<<B|k>>>32-B,p=k<<B|w>>>32-B):(h=k<<B-32|w>>>64-B,p=w<<B-32|k>>>64-B);var A=d[l[x]];A.high=h,A.low=p}var S=d[0],T=r[0];for(S.high=T.high,S.low=T.low,f=0;f<5;f++)for(v=0;v<5;v++){var E=r[x=f+5*v],O=d[x],j=d[(f+1)%5+5*v],C=d[(f+2)%5+5*v];E.high=O.high^~j.high&C.high,E.low=O.low^~j.low&C.low}E=r[0];var P=u[s];E.high^=P.high,E.low^=P.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes;var n=8*e.sigBytes,i=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(t.ceil((n+1)/i)*i>>>5)-1]|=128,e.sigBytes=4*r.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,l=[],u=0;u<c;u++){var d=a[u],f=d.high,h=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(f)}return new o.init(l,s)},clone:function(){for(var e=i.clone.call(this),t=e._state=this._state.slice(0),r=0;r<25;r++)t[r]=t[r].clone();return e}});r.SHA3=i._createHelper(f),r.HmacSHA3=i._createHmacHelper(f)}(Math),e.SHA3)),We.exports;var e}var Xe,Ye={exports:{}};var qe,Ze={exports:{}};function Qe(){return qe||(qe=1,Ze.exports=(e=pe(),r=(t=e).lib.Base,n=t.enc.Utf8,void(t.algo.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var r=e.blockSize,o=4*r;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),a=this._iKey=t.clone(),s=i.words,c=a.words,l=0;l<r;l++)s[l]^=1549556828,c[l]^=909522486;i.sigBytes=a.sigBytes=o,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,r=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(r))}})))),Ze.exports;var e,t,r,n}var et,tt={exports:{}};var rt,nt={exports:{}};function ot(){return rt||(rt=1,nt.exports=(s=pe(),ze(),Qe(),t=(e=s).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r,o=this.cfg,i=o.hasher.create(),a=n.create(),s=a.words,c=o.keySize,l=o.iterations;s.length<c;){r&&i.update(r),r=i.update(e).finalize(t),i.reset();for(var u=1;u<l;u++)r=i.finalize(r),i.reset();a.concat(r)}return a.sigBytes=4*c,a}}),e.EvpKDF=function(e,t,r){return a.create(r).compute(e,t)},s.EvpKDF)),nt.exports;var e,t,r,n,o,i,a,s}var it,at={exports:{}};function st(){return it||(it=1,at.exports=(e=pe(),ot(),void(e.lib.Cipher||function(t){var r=e,n=r.lib,o=n.Base,i=n.WordArray,a=n.BufferedBlockAlgorithm,s=r.enc;s.Utf8;var c=s.Base64,l=r.algo.EvpKDF,u=n.Cipher=a.extend({cfg:o.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,r){this.cfg=this.cfg.extend(r),this._xformMode=e,this._key=t,this.reset()},reset:function(){a.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?b:y}return function(t){return{encrypt:function(r,n,o){return e(n).encrypt(t,r,n,o)},decrypt:function(r,n,o){return e(n).decrypt(t,r,n,o)}}}}()});n.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=r.mode={},f=n.BlockCipherMode=o.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),h=d.CBC=function(){var e=f.extend();function r(e,r,n){var o,i=this._iv;i?(o=i,this._iv=t):o=this._prevBlock;for(var a=0;a<n;a++)e[r+a]^=o[a]}return e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+o)}}),e.Decryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);n.decryptBlock(e,t),r.call(this,e,t,o),this._prevBlock=i}}),e}(),p=(r.pad={}).Pkcs7={pad:function(e,t){for(var r=4*t,n=r-e.sigBytes%r,o=n<<24|n<<16|n<<8|n,a=[],s=0;s<n;s+=4)a.push(o);var c=i.create(a,n);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=u.extend({cfg:u.cfg.extend({mode:h,padding:p}),reset:function(){var e;u.reset.call(this);var t=this.cfg,r=t.iv,n=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,r&&r.words):(this._mode=e.call(n,this,r&&r.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var v=n.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),g=(r.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,r=e.salt;return(r?i.create([1398893684,1701076831]).concat(r).concat(t):t).toString(c)},parse:function(e){var t,r=c.parse(e),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=i.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),v.create({ciphertext:r,salt:t})}},y=n.SerializableCipher=o.extend({cfg:o.extend({format:g}),encrypt:function(e,t,r,n){n=this.cfg.extend(n);var o=e.createEncryptor(r,n),i=o.finalize(t),a=o.cfg;return v.create({ciphertext:i,key:r,iv:a.iv,algorithm:e,mode:a.mode,padding:a.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,r,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(r,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),_=(r.kdf={}).OpenSSL={execute:function(e,t,r,n,o){if(n||(n=i.random(8)),o)a=l.create({keySize:t+r,hasher:o}).compute(e,n);else var a=l.create({keySize:t+r}).compute(e,n);var s=i.create(a.words.slice(t),4*r);return a.sigBytes=4*t,v.create({key:a,iv:s,salt:n})}},b=n.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:_}),encrypt:function(e,t,r,n){var o=(n=this.cfg.extend(n)).kdf.execute(r,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=o.iv;var i=y.encrypt.call(this,e,t,o.key,n);return i.mixIn(o),i},decrypt:function(e,t,r,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var o=n.kdf.execute(r,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=o.iv,y.decrypt.call(this,e,t,o.key,n)}})}()))),at.exports;var e}var ct,lt={exports:{}};function ut(){return ct||(ct=1,lt.exports=(e=pe(),st(),e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function r(e,t,r,n){var o,i=this._iv;i?(o=i.slice(0),this._iv=void 0):o=this._prevBlock,n.encryptBlock(o,0);for(var a=0;a<r;a++)e[t+a]^=o[a]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o,n),this._prevBlock=e.slice(t,t+o)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);r.call(this,e,t,o,n),this._prevBlock=i}}),t}(),e.mode.CFB)),lt.exports;var e}var dt,ft={exports:{}};function ht(){return dt||(dt=1,ft.exports=(r=pe(),st(),r.mode.CTR=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._counter;o&&(i=this._counter=o.slice(0),this._iv=void 0);var a=i.slice(0);r.encryptBlock(a,0),i[n-1]=i[n-1]+1|0;for(var s=0;s<n;s++)e[t+s]^=a[s]}}),e.Decryptor=t,e),r.mode.CTR)),ft.exports;var e,t,r}var pt,vt={exports:{}};function gt(){return pt||(pt=1,vt.exports=(e=pe(),st(),
|
1
|
+
import{jsx as e,Fragment as t,jsxs as r}from"react/jsx-runtime";import n,{isValidElement as o,createContext as i,useContext as a,useMemo as s,useEffect as c,useState as l,useRef as u,useCallback as d}from"react";import{getLocaleProperties as f,GT as h,formatMessage as p,determineLocale as v,requiresTranslation as g,isSameLanguage as y}from"generaltranslation";import{getSupportedLocale as _}from"@generaltranslation/supported-locales";function b(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function m(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{c(n.next(e))}catch(e){i(e)}}function s(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}c((n=n.apply(e,t||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const x={variable:"value",number:"n",datetime:"date",currency:"cost"};function w(e={},t){var r;if(e.name)return e.name;return`_gt_${x[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}var k="https://cdn.gtx.dev",B="https://runtime2.gtx.dev",A="en",S=["singular","plural","dual","zero","one","two","few","many","other"];var T=new(function(){function e(){this.cache=new Map}return e.prototype._generateKey=function(e,t,r){void 0===r&&(r={});var n=Array.isArray(t)?t.join(","):t,o=r?JSON.stringify(r,Object.keys(r).sort()):"{}";return"".concat(e,":").concat(n,":").concat(o)},e.prototype.get=function(e,t,r){void 0===r&&(r={});var n=this._generateKey(e,t,r);if(!this.cache.has(n)){var o=new Intl[e](t,r);this.cache.set(n,o)}return this.cache.get(n)},e}());function E(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}var O={variable:"v",number:"n",datetime:"d",currency:"c"};function j(e){return O[e]}function C(e){var t;return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===(null===(t=e["data-_gt"])||void 0===t?void 0:t.transformation)}function P(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:w(e,r),variableType:j(r),variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},void 0!==e.currency&&{currency:e.currency}),void 0!==e.options&&e.options);return Object.keys(t).length?t:"string"==typeof e["data-_gt-variable-options"]?JSON.parse(e["data-_gt-variable-options"]):e["data-_gt-variable-options"]||void 0})()}}function I(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=S),void 0===r&&(r=["en"]);var n=T.get("PluralRules",r).select(e),o=Math.abs(e);if(0===o&&t.includes("zero"))return"zero";if(1===o){if(t.includes("singular"))return"singular";if(t.includes("one"))return"one"}if("one"===n&&t.includes("singular"))return"singular";if(2===o){if(t.includes("dual"))return"dual";if(t.includes("two"))return"two"}return"two"===n&&t.includes("dual")?"dual":t.includes(n)?n:"two"===n&&t.includes("dual")?"dual":"two"===n&&t.includes("plural")?"plural":"two"===n&&t.includes("other")?"other":"few"===n&&t.includes("plural")?"plural":"few"===n&&t.includes("other")?"other":"many"===n&&t.includes("plural")?"plural":"many"===n&&t.includes("other")?"other":"other"===n&&t.includes("plural")?"plural":""}(e,Object.keys(r),t)),n&&!o&&(o=r[n]),o}function H(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function z({children:e,defaultLocale:t=A,renderVariable:r}){const o=e=>n.isValidElement(e)?(e=>{const o=H(e);if(C(e.props)){const{variableType:n,variableValue:o,variableOptions:i}=P(e.props);return r({variableType:n,variableValue:o,variableOptions:i,locales:[t]})}if("plural"===(null==o?void 0:o.transformation)){const r=o.branches||{};return i(I(e.props.n,[t],r)||e.props.children)}if("branch"===(null==o?void 0:o.transformation)){let t=e.props,{children:r,branch:n,"data-_gt":a}=t,s=b(t,["children","branch","data-_gt"]);return s=o.branches||{},i(void 0!==s[n]?s[n]:r)}return"fragment"===(null==o?void 0:o.transformation)?n.createElement(e.type,{key:e.props.key,children:i(e.props.children)}):e.props.children?n.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0,children:i(e.props.children)})):n.cloneElement(e,Object.assign(Object.assign({},e.props),{"data-_gt":void 0}))})(e):e,i=e=>Array.isArray(e)?n.Children.map(e,o):o(e);return i(e)}const R=(e,t)=>e?`Translation failed for id: ${e}, hash: ${t} `:`Translation failed for hash: ${t}`;function D(e,t=0){let r=t;const i=e=>{const{type:t,props:n}=e;r+=1;const o={id:r};let i;try{i="function"==typeof t&&t.gtTransformation||""}catch(e){}if(i){const t=i.split("-");if("translate"===t[0])throw new Error((e=>{var t;return`General Translation: Nested <T> components. The inner <T> has the id: "${null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.id}".`})(e));if("variable"===t[0]&&(o.variableType=(null==t?void 0:t[1])||"variable"),"plural"===t[0]){const e=Object.entries(n).reduce(((e,[t,n])=>(function(e){return S.includes(e)}(t)&&(e[t]=D(n,r)),e)),{});Object.keys(e).length&&(o.branches=e)}if("branch"===t[0]){const{children:e,branch:t}=n,i=b(n,["children","branch"]),a=Object.entries(i).reduce(((e,[t,n])=>(e[t]=D(n,r),e)),{});Object.keys(a).length&&(o.branches=a)}o.transformation=t[0]}return o};function a(e){return o(e)?function(e){const{props:t}=e;if(t["data-_gt"])throw new Error((e=>`General Translation already in use on child with props: ${e.props}. This usually occurs when you nest <T> components within the same file. Remove one of the <T> components to continue.`)(e));const r=i(e),o=Object.assign(Object.assign({},t),{"data-_gt":r});return t.children&&!r.variableType&&(o.children=s(t.children)),e.type===n.Fragment&&(o["data-_gt"].transformation="fragment"),n.cloneElement(e,o)}(e):e}function s(e){return Array.isArray(e)?n.Children.map(e,a):a(e)}return s(e)}var L={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const F=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},N=e=>{const{props:t}=e,r={t:F(e)};if(t["data-_gt"]){const e=t["data-_gt"],n=e.transformation;if("variable"===n){const r=e.variableType||"variable",n=w(t,r),o=j(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(L).reduce(((e,[r,n])=>(t[n]&&(e[r]=t[n]),e)),{});if("plural"===e&&r){const e={};Object.entries(r).forEach((([t,r])=>{e[t]=U(r)})),n=Object.assign(Object.assign({},n),{b:e,t:"p"})}if("branch"===e&&r){const e={};Object.entries(r).forEach((([t,r])=>{e[t]=U(r)})),n=Object.assign(Object.assign({},n),{b:e,t:"b"})}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(L).reduce(((e,[r,n])=>(t[n]&&(e[r]=t[n]),e)),{});if("plural"===n&&e.branches){const t={};Object.entries(e.branches).forEach((([e,r])=>{t[e]=U(r)})),o=Object.assign(Object.assign({},o),{b:t,t:"p"})}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach((([e,r])=>{t[e]=U(r)})),o=Object.assign(Object.assign({},o),{b:t,t:"b"})}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=U(t.children)),r},M=e=>{return t=e,n.isValidElement(t)?N(e):"number"==typeof e?e.toString():e;var t};function U(e){return Array.isArray(e)?e.map(M):M(e)}function $({sourceElement:e,targetElement:t,locales:r=[A],renderVariable:o}){var i,a;const{props:s}=e,c=s["data-_gt"],l=null==c?void 0:c.transformation,u=t.d,d={};if(u&&Object.entries(L).forEach((([e,t])=>{u[e]&&(d[t]=u[e])})),"plural"===l){const n=e.props.n;return V({source:I(n,r,c.branches||{})||e.props.children,target:I(n,r,(null===(i=t.d)||void 0===i?void 0:i.b)||{})||t.c,locales:r,renderVariable:o})}if("branch"===l){const{branch:e,children:n}=s;return V({source:(c.branches||{})[e]||n,target:((null===(a=t.d)||void 0===a?void 0:a.b)||{})[e]||t.c,locales:r,renderVariable:o})}return"fragment"===l&&t.c?n.createElement(e.type,{key:e.props.key,children:V({source:s.children,target:t.c,locales:r,renderVariable:o})}):(null==s?void 0:s.children)&&(null==t?void 0:t.c)?n.cloneElement(e,Object.assign(Object.assign(Object.assign({},s),d),{"data-_gt":void 0,children:V({source:s.children,target:t.c,locales:r,renderVariable:o})})):z({children:e,defaultLocale:r[0],renderVariable:o})}function V({source:t,target:r,locales:o=[A],renderVariable:i}){if(null==r&&t)return z({children:t,defaultLocale:o[0],renderVariable:i});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(r)){const a={},s={},c=t.filter((e=>{if(n.isValidElement(e)){if(!C(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=P(e.props);a[t]=r,s[t]=n}}return!1})),l=e=>c.find((t=>{const r=H(t);if(void 0!==(null==r?void 0:r.id)){return r.id===e.i}return!1}))||c.shift();return r.map(((t,r)=>{if("string"==typeof t)return e(n.Fragment,{children:t},`string_${r}`);if(E(t))return e(n.Fragment,{children:i({variableType:t.v||"v",variableValue:a[t.k],variableOptions:s[t.k],locales:o})},`var_${r}`);const c=l(t);return c?e(n.Fragment,{children:$({sourceElement:c,targetElement:t,locales:o,renderVariable:i})},`element_${r}`):void 0}))}if(r&&"object"==typeof r&&!Array.isArray(r)){const e=E(r)?"variable":"element";if(n.isValidElement(t)){if("element"===e)return $({sourceElement:t,targetElement:r,locales:o,renderVariable:i});if(C(t.props)){const{variableValue:e,variableOptions:r,variableType:n}=P(t.props);return i({variableType:n,variableValue:e,variableOptions:r,locales:o})}}}return z({children:t,defaultLocale:o[0],renderVariable:i})}const K={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};const G="generaltranslation.locale",W=e=>"string"==typeof e||Array.isArray(e),J=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function X(e,t){const r=Object.assign(Object.assign({},Object.fromEntries(Object.entries(e).filter((([,e])=>W(e))))),Object.fromEntries(Object.entries(t).filter((([,e])=>W(e))))),n=Object.entries(e).filter((([,e])=>J(e))).map((([e])=>e)),o=Object.entries(t).filter((([,e])=>J(e))).map((([e])=>e)),i=new Set([...n,...o]);for(const n of i)r[n]=X(e[n]||{},t[n]||{});return r}const Y=i(void 0);function q(e="useGTContext() must be used within a <GTProvider>!"){const t=a(Y);if(void 0===t)throw new Error(e);return t}function Z({children:r,locales:n,options:o={}}){const i=a(Y);if(null==r)return null;const s=(null==i?void 0:i.gt)||new h;let c="string"==typeof r?parseFloat(r):r;return"number"==typeof c&&(n||(n||(n=[]),(null==i?void 0:i.locale)&&n.push(i.locale),(null==i?void 0:i.defaultLocale)&&n.push(i.defaultLocale)),c=s.formatNum(c,Object.assign({locales:n},o))),e(t,{children:c})}function Q({children:r}){return e(t,{children:r})}function ee({children:r,currency:n="USD",locales:o,options:i={}}){const s=a(Y);if(null==r)return null;const c=(null==s?void 0:s.gt)||new h;let l="string"==typeof r?parseFloat(r):r;return"number"==typeof l&&(o||(o||(o=[]),(null==s?void 0:s.locale)&&o.push(s.locale),(null==s?void 0:s.defaultLocale)&&o.push(s.defaultLocale)),l=c.formatCurrency(l,n,Object.assign({locales:o},i))),e(t,{children:l})}function te({children:r,locales:n,options:o={}}){const i=a(Y);if(null==r)return null;const s=(null==i?void 0:i.gt)||new h;n||(n||(n=[]),(null==i?void 0:i.locale)&&n.push(i.locale),(null==i?void 0:i.defaultLocale)&&n.push(i.defaultLocale));const c=s.formatDateTime(r,Object.assign({locales:n},o)).replace(/[\u200F\u202B\u202E]/g,"");return e(t,{children:c})}Z.gtTransformation="variable-number",Q.gtTransformation="variable-variable",ee.gtTransformation="variable-currency",te.gtTransformation="variable-datetime";const re=({variableType:t,variableValue:r,variableOptions:n})=>"n"===t?e(Z,{options:n,children:r}):"d"===t?e(te,{options:n,children:r}):"c"===t?e(ee,{options:n,children:r}):e(Q,{children:r});var ne,oe,ie="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function ae(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function se(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var ce=(oe||(oe=1,ne=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var r="boolean"==typeof t.cycles&&t.cycles,n=t.cmp&&function(e){return function(t){return function(r,n){var o={key:r,value:t[r]},i={key:n,value:t[n]};return e(o,i)}}}(t.cmp),o=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var i,a;if(Array.isArray(t)){for(a="[",i=0;i<t.length;i++)i&&(a+=","),a+=e(t[i])||"null";return a+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var s=o.push(t)-1,c=Object.keys(t).sort(n&&n(t));for(a="",i=0;i<c.length;i++){var l=c[i],u=e(t[l]);u&&(a&&(a+=","),a+=JSON.stringify(l)+":"+u)}return o.splice(s,1),"{"+a+"}"}}(e)}),ne),le=ae(ce),ue={exports:{}};var de,fe={exports:{}},he=se(Object.freeze({__proto__:null,default:{}}));function pe(){return de||(de=1,fe.exports=(e=e||function(e,t){var r;if("undefined"!=typeof window&&window.crypto&&(r=window.crypto),"undefined"!=typeof self&&self.crypto&&(r=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!=typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&void 0!==ie&&ie.crypto&&(r=ie.crypto),!r)try{r=he}catch(e){}var n=function(){if(r){if("function"==typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(e){}if("function"==typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(e){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var r;return e.prototype=t,r=new e,e.prototype=null,r}}(),i={},a=i.lib={},s=a.Base={extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},c=a.WordArray=s.extend({init:function(e,r){e=this.words=e||[],this.sigBytes=r!=t?r:4*e.length},toString:function(e){return(e||u).stringify(this)},concat:function(e){var t=this.words,r=e.words,n=this.sigBytes,o=e.sigBytes;if(this.clamp(),n%4)for(var i=0;i<o;i++){var a=r[i>>>2]>>>24-i%4*8&255;t[n+i>>>2]|=a<<24-(n+i)%4*8}else for(var s=0;s<o;s+=4)t[n+s>>>2]=r[s>>>2];return this.sigBytes+=o,this},clamp:function(){var t=this.words,r=this.sigBytes;t[r>>>2]&=4294967295<<32-r%4*8,t.length=e.ceil(r/4)},clone:function(){var e=s.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],r=0;r<e;r+=4)t.push(n());return new c.init(t,e)}}),l=i.enc={},u=l.Hex={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push((i>>>4).toString(16)),n.push((15&i).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n+=2)r[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new c.init(r,t/2)}},d=l.Latin1={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o++){var i=t[o>>>2]>>>24-o%4*8&255;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,r=[],n=0;n<t;n++)r[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new c.init(r,t)}},f=l.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},h=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var r,n=this._data,o=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),l=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,u=e.min(4*l,i);if(l){for(var d=0;d<l;d+=a)this._doProcessBlock(o,d);r=o.splice(0,l),n.sigBytes-=u}return new c.init(r,u)},clone:function(){var e=s.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});a.Hasher=h.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,r){return new e.init(r).finalize(t)}},_createHmacHelper:function(e){return function(t,r){return new p.HMAC.init(e,r).finalize(t)}}});var p=i.algo={};return i}(Math),e)),fe.exports;var e}var ve,ge={exports:{}};function ye(){return ve||(ve=1,ge.exports=(a=pe(),r=(t=a).lib,n=r.Base,o=r.WordArray,(i=t.x64={}).Word=n.extend({init:function(e,t){this.high=e,this.low=t}}),i.WordArray=n.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:8*t.length},toX32:function(){for(var e=this.words,t=e.length,r=[],n=0;n<t;n++){var i=e[n];r.push(i.high),r.push(i.low)}return o.create(r,this.sigBytes)},clone:function(){for(var e=n.clone.call(this),t=e.words=this.words.slice(0),r=t.length,o=0;o<r;o++)t[o]=t[o].clone();return e}}),a)),ge.exports;var e,t,r,n,o,i,a}var _e,be={exports:{}};function me(){return _e||(_e=1,be.exports=(e=pe(),function(){if("function"==typeof ArrayBuffer){var t=e.lib.WordArray,r=t.init,n=t.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],o=0;o<t;o++)n[o>>>2]|=e[o]<<24-o%4*8;r.call(this,n,t)}else r.apply(this,arguments)};n.prototype=t}}(),e.lib.WordArray)),be.exports;var e}var xe,we={exports:{}};function ke(){return xe||(xe=1,we.exports=(e=pe(),function(){var t=e,r=t.lib.WordArray,n=t.enc;function o(e){return e<<8&4278255360|e>>>8&16711935}n.Utf16=n.Utf16BE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],o=0;o<r;o+=2){var i=t[o>>>2]>>>16-o%4*8&65535;n.push(String.fromCharCode(i))}return n.join("")},parse:function(e){for(var t=e.length,n=[],o=0;o<t;o++)n[o>>>1]|=e.charCodeAt(o)<<16-o%2*16;return r.create(n,2*t)}},n.Utf16LE={stringify:function(e){for(var t=e.words,r=e.sigBytes,n=[],i=0;i<r;i+=2){var a=o(t[i>>>2]>>>16-i%4*8&65535);n.push(String.fromCharCode(a))}return n.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16)),we.exports;var e}var Be,Ae={exports:{}};function Se(){return Be||(Be=1,Ae.exports=(e=pe(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64={stringify:function(e){var t=e.words,r=e.sigBytes,n=this._map;e.clamp();for(var o=[],i=0;i<r;i+=3)for(var a=(t[i>>>2]>>>24-i%4*8&255)<<16|(t[i+1>>>2]>>>24-(i+1)%4*8&255)<<8|t[i+2>>>2]>>>24-(i+2)%4*8&255,s=0;s<4&&i+.75*s<r;s++)o.push(n.charAt(a>>>6*(3-s)&63));var c=n.charAt(64);if(c)for(;o.length%4;)o.push(c);return o.join("")},parse:function(e){var t=e.length,r=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var i=0;i<r.length;i++)o[r.charCodeAt(i)]=i}var a=r.charAt(64);if(a){var s=e.indexOf(a);-1!==s&&(t=s)}return n(e,t,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),e.enc.Base64)),Ae.exports;var e}var Te,Ee={exports:{}};function Oe(){return Te||(Te=1,Ee.exports=(e=pe(),function(){var t=e,r=t.lib.WordArray;function n(e,t,n){for(var o=[],i=0,a=0;a<t;a++)if(a%4){var s=n[e.charCodeAt(a-1)]<<a%4*2|n[e.charCodeAt(a)]>>>6-a%4*2;o[i>>>2]|=s<<24-i%4*8,i++}return r.create(o,i)}t.enc.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var r=e.words,n=e.sigBytes,o=t?this._safe_map:this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var s=(r[a>>>2]>>>24-a%4*8&255)<<16|(r[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|r[a+2>>>2]>>>24-(a+2)%4*8&255,c=0;c<4&&a+.75*c<n;c++)i.push(o.charAt(s>>>6*(3-c)&63));var l=o.charAt(64);if(l)for(;i.length%4;)i.push(l);return i.join("")},parse:function(e,t){void 0===t&&(t=!0);var r=e.length,o=t?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<o.length;a++)i[o.charCodeAt(a)]=a}var s=o.charAt(64);if(s){var c=e.indexOf(s);-1!==c&&(r=c)}return n(e,r,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"}}(),e.enc.Base64url)),Ee.exports;var e}var je,Ce={exports:{}};function Pe(){return je||(je=1,Ce.exports=(e=pe(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[];!function(){for(var e=0;e<64;e++)s[e]=4294967296*t.abs(t.sin(e+1))|0}();var c=a.MD5=i.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var r=0;r<16;r++){var n=t+r,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i=this._hash.words,a=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],v=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],b=e[t+8],m=e[t+9],x=e[t+10],w=e[t+11],k=e[t+12],B=e[t+13],A=e[t+14],S=e[t+15],T=i[0],E=i[1],O=i[2],j=i[3];T=l(T,E,O,j,a,7,s[0]),j=l(j,T,E,O,c,12,s[1]),O=l(O,j,T,E,h,17,s[2]),E=l(E,O,j,T,p,22,s[3]),T=l(T,E,O,j,v,7,s[4]),j=l(j,T,E,O,g,12,s[5]),O=l(O,j,T,E,y,17,s[6]),E=l(E,O,j,T,_,22,s[7]),T=l(T,E,O,j,b,7,s[8]),j=l(j,T,E,O,m,12,s[9]),O=l(O,j,T,E,x,17,s[10]),E=l(E,O,j,T,w,22,s[11]),T=l(T,E,O,j,k,7,s[12]),j=l(j,T,E,O,B,12,s[13]),O=l(O,j,T,E,A,17,s[14]),T=u(T,E=l(E,O,j,T,S,22,s[15]),O,j,c,5,s[16]),j=u(j,T,E,O,y,9,s[17]),O=u(O,j,T,E,w,14,s[18]),E=u(E,O,j,T,a,20,s[19]),T=u(T,E,O,j,g,5,s[20]),j=u(j,T,E,O,x,9,s[21]),O=u(O,j,T,E,S,14,s[22]),E=u(E,O,j,T,v,20,s[23]),T=u(T,E,O,j,m,5,s[24]),j=u(j,T,E,O,A,9,s[25]),O=u(O,j,T,E,p,14,s[26]),E=u(E,O,j,T,b,20,s[27]),T=u(T,E,O,j,B,5,s[28]),j=u(j,T,E,O,h,9,s[29]),O=u(O,j,T,E,_,14,s[30]),T=d(T,E=u(E,O,j,T,k,20,s[31]),O,j,g,4,s[32]),j=d(j,T,E,O,b,11,s[33]),O=d(O,j,T,E,w,16,s[34]),E=d(E,O,j,T,A,23,s[35]),T=d(T,E,O,j,c,4,s[36]),j=d(j,T,E,O,v,11,s[37]),O=d(O,j,T,E,_,16,s[38]),E=d(E,O,j,T,x,23,s[39]),T=d(T,E,O,j,B,4,s[40]),j=d(j,T,E,O,a,11,s[41]),O=d(O,j,T,E,p,16,s[42]),E=d(E,O,j,T,y,23,s[43]),T=d(T,E,O,j,m,4,s[44]),j=d(j,T,E,O,k,11,s[45]),O=d(O,j,T,E,S,16,s[46]),T=f(T,E=d(E,O,j,T,h,23,s[47]),O,j,a,6,s[48]),j=f(j,T,E,O,_,10,s[49]),O=f(O,j,T,E,A,15,s[50]),E=f(E,O,j,T,g,21,s[51]),T=f(T,E,O,j,k,6,s[52]),j=f(j,T,E,O,p,10,s[53]),O=f(O,j,T,E,x,15,s[54]),E=f(E,O,j,T,c,21,s[55]),T=f(T,E,O,j,b,6,s[56]),j=f(j,T,E,O,S,10,s[57]),O=f(O,j,T,E,y,15,s[58]),E=f(E,O,j,T,B,21,s[59]),T=f(T,E,O,j,v,6,s[60]),j=f(j,T,E,O,w,10,s[61]),O=f(O,j,T,E,h,15,s[62]),E=f(E,O,j,T,m,21,s[63]),i[0]=i[0]+T|0,i[1]=i[1]+E|0,i[2]=i[2]+O|0,i[3]=i[3]+j|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;r[o>>>5]|=128<<24-o%32;var i=t.floor(n/4294967296),a=n;r[15+(o+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),r[14+(o+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),e.sigBytes=4*(r.length+1),this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,r,n,o,i,a){var s=e+(t&r|~t&n)+o+a;return(s<<i|s>>>32-i)+t}function u(e,t,r,n,o,i,a){var s=e+(t&n|r&~n)+o+a;return(s<<i|s>>>32-i)+t}function d(e,t,r,n,o,i,a){var s=e+(t^r^n)+o+a;return(s<<i|s>>>32-i)+t}function f(e,t,r,n,o,i,a){var s=e+(r^(t|~n))+o+a;return(s<<i|s>>>32-i)+t}r.MD5=i._createHelper(c),r.HmacMD5=i._createHmacHelper(c)}(Math),e.MD5)),Ce.exports;var e}var Ie,He={exports:{}};function ze(){return Ie||(Ie=1,He.exports=(s=pe(),t=(e=s).lib,r=t.WordArray,n=t.Hasher,o=e.algo,i=[],a=o.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],a=r[2],s=r[3],c=r[4],l=0;l<80;l++){if(l<16)i[l]=0|e[t+l];else{var u=i[l-3]^i[l-8]^i[l-14]^i[l-16];i[l]=u<<1|u>>>31}var d=(n<<5|n>>>27)+c+i[l];d+=l<20?1518500249+(o&a|~o&s):l<40?1859775393+(o^a^s):l<60?(o&a|o&s|a&s)-1894007588:(o^a^s)-899497514,c=s,s=a,a=o<<30|o>>>2,o=n,n=d}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+a|0,r[3]=r[3]+s|0,r[4]=r[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),t[15+(n+64>>>9<<4)]=r,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}}),e.SHA1=n._createHelper(a),e.HmacSHA1=n._createHmacHelper(a),s.SHA1)),He.exports;var e,t,r,n,o,i,a,s}var Re,De={exports:{}};function Le(){return Re||(Re=1,De.exports=(e=pe(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.algo,s=[],c=[];!function(){function e(e){for(var r=t.sqrt(e),n=2;n<=r;n++)if(!(e%n))return!1;return!0}function r(e){return 4294967296*(e-(0|e))|0}for(var n=2,o=0;o<64;)e(n)&&(o<8&&(s[o]=r(t.pow(n,.5))),c[o]=r(t.pow(n,1/3)),o++),n++}();var l=[],u=a.SHA256=i.extend({_doReset:function(){this._hash=new o.init(s.slice(0))},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],v=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[h-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[h]=v+l[h-7]+y+l[h-16]}var _=n&o^n&i^o&i,b=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),m=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&d)+c[h]+l[h];f=d,d=u,u=s,s=a+m|0,a=i,i=o,o=n,n=m+(b+_)|0}r[0]=r[0]+n|0,r[1]=r[1]+o|0,r[2]=r[2]+i|0,r[3]=r[3]+a|0,r[4]=r[4]+s|0,r[5]=r[5]+u|0,r[6]=r[6]+d|0,r[7]=r[7]+f|0},_doFinalize:function(){var e=this._data,r=e.words,n=8*this._nDataBytes,o=8*e.sigBytes;return r[o>>>5]|=128<<24-o%32,r[14+(o+64>>>9<<4)]=t.floor(n/4294967296),r[15+(o+64>>>9<<4)]=n,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});r.SHA256=i._createHelper(u),r.HmacSHA256=i._createHmacHelper(u)}(Math),e.SHA256)),De.exports;var e}var Fe,Ne={exports:{}};var Me,Ue={exports:{}};function $e(){return Me||(Me=1,Ue.exports=(e=pe(),ye(),function(){var t=e,r=t.lib.Hasher,n=t.x64,o=n.Word,i=n.WordArray,a=t.algo;function s(){return o.create.apply(o,arguments)}var c=[s(1116352408,3609767458),s(1899447441,602891725),s(3049323471,3964484399),s(3921009573,2173295548),s(961987163,4081628472),s(1508970993,3053834265),s(2453635748,2937671579),s(2870763221,3664609560),s(3624381080,2734883394),s(310598401,1164996542),s(607225278,1323610764),s(1426881987,3590304994),s(1925078388,4068182383),s(2162078206,991336113),s(2614888103,633803317),s(3248222580,3479774868),s(3835390401,2666613458),s(4022224774,944711139),s(264347078,2341262773),s(604807628,2007800933),s(770255983,1495990901),s(1249150122,1856431235),s(1555081692,3175218132),s(1996064986,2198950837),s(2554220882,3999719339),s(2821834349,766784016),s(2952996808,2566594879),s(3210313671,3203337956),s(3336571891,1034457026),s(3584528711,2466948901),s(113926993,3758326383),s(338241895,168717936),s(666307205,1188179964),s(773529912,1546045734),s(1294757372,1522805485),s(1396182291,2643833823),s(1695183700,2343527390),s(1986661051,1014477480),s(2177026350,1206759142),s(2456956037,344077627),s(2730485921,1290863460),s(2820302411,3158454273),s(3259730800,3505952657),s(3345764771,106217008),s(3516065817,3606008344),s(3600352804,1432725776),s(4094571909,1467031594),s(275423344,851169720),s(430227734,3100823752),s(506948616,1363258195),s(659060556,3750685593),s(883997877,3785050280),s(958139571,3318307427),s(1322822218,3812723403),s(1537002063,2003034995),s(1747873779,3602036899),s(1955562222,1575990012),s(2024104815,1125592928),s(2227730452,2716904306),s(2361852424,442776044),s(2428436474,593698344),s(2756734187,3733110249),s(3204031479,2999351573),s(3329325298,3815920427),s(3391569614,3928383900),s(3515267271,566280711),s(3940187606,3454069534),s(4118630271,4000239992),s(116418474,1914138554),s(174292421,2731055270),s(289380356,3203993006),s(460393269,320620315),s(685471733,587496836),s(852142971,1086792851),s(1017036298,365543100),s(1126000580,2618297676),s(1288033470,3409855158),s(1501505948,4234509866),s(1607167915,987167468),s(1816402316,1246189591)],l=[];!function(){for(var e=0;e<80;e++)l[e]=s()}();var u=a.SHA512=r.extend({_doReset:function(){this._hash=new i.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var r=this._hash.words,n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],u=r[5],d=r[6],f=r[7],h=n.high,p=n.low,v=o.high,g=o.low,y=i.high,_=i.low,b=a.high,m=a.low,x=s.high,w=s.low,k=u.high,B=u.low,A=d.high,S=d.low,T=f.high,E=f.low,O=h,j=p,C=v,P=g,I=y,H=_,z=b,R=m,D=x,L=w,F=k,N=B,M=A,U=S,$=T,V=E,K=0;K<80;K++){var G,W,J=l[K];if(K<16)W=J.high=0|e[t+2*K],G=J.low=0|e[t+2*K+1];else{var X=l[K-15],Y=X.high,q=X.low,Z=(Y>>>1|q<<31)^(Y>>>8|q<<24)^Y>>>7,Q=(q>>>1|Y<<31)^(q>>>8|Y<<24)^(q>>>7|Y<<25),ee=l[K-2],te=ee.high,re=ee.low,ne=(te>>>19|re<<13)^(te<<3|re>>>29)^te>>>6,oe=(re>>>19|te<<13)^(re<<3|te>>>29)^(re>>>6|te<<26),ie=l[K-7],ae=ie.high,se=ie.low,ce=l[K-16],le=ce.high,ue=ce.low;W=(W=(W=Z+ae+((G=Q+se)>>>0<Q>>>0?1:0))+ne+((G+=oe)>>>0<oe>>>0?1:0))+le+((G+=ue)>>>0<ue>>>0?1:0),J.high=W,J.low=G}var de,fe=D&F^~D&M,he=L&N^~L&U,pe=O&C^O&I^C&I,ve=j&P^j&H^P&H,ge=(O>>>28|j<<4)^(O<<30|j>>>2)^(O<<25|j>>>7),ye=(j>>>28|O<<4)^(j<<30|O>>>2)^(j<<25|O>>>7),_e=(D>>>14|L<<18)^(D>>>18|L<<14)^(D<<23|L>>>9),be=(L>>>14|D<<18)^(L>>>18|D<<14)^(L<<23|D>>>9),me=c[K],xe=me.high,we=me.low,ke=$+_e+((de=V+be)>>>0<V>>>0?1:0),Be=ye+ve;$=M,V=U,M=F,U=N,F=D,N=L,D=z+(ke=(ke=(ke=ke+fe+((de+=he)>>>0<he>>>0?1:0))+xe+((de+=we)>>>0<we>>>0?1:0))+W+((de+=G)>>>0<G>>>0?1:0))+((L=R+de|0)>>>0<R>>>0?1:0)|0,z=I,R=H,I=C,H=P,C=O,P=j,O=ke+(ge+pe+(Be>>>0<ye>>>0?1:0))+((j=de+Be|0)>>>0<de>>>0?1:0)|0}p=n.low=p+j,n.high=h+O+(p>>>0<j>>>0?1:0),g=o.low=g+P,o.high=v+C+(g>>>0<P>>>0?1:0),_=i.low=_+H,i.high=y+I+(_>>>0<H>>>0?1:0),m=a.low=m+R,a.high=b+z+(m>>>0<R>>>0?1:0),w=s.low=w+L,s.high=x+D+(w>>>0<L>>>0?1:0),B=u.low=B+N,u.high=k+F+(B>>>0<N>>>0?1:0),S=d.low=S+U,d.high=A+M+(S>>>0<U>>>0?1:0),E=f.low=E+V,f.high=T+$+(E>>>0<V>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;return t[n>>>5]|=128<<24-n%32,t[30+(n+128>>>10<<5)]=Math.floor(r/4294967296),t[31+(n+128>>>10<<5)]=r,e.sigBytes=4*t.length,this._process(),this._hash.toX32()},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(u),t.HmacSHA512=r._createHmacHelper(u)}(),e.SHA512)),Ue.exports;var e}var Ve,Ke={exports:{}};var Ge,We={exports:{}};function Je(){return Ge||(Ge=1,We.exports=(e=pe(),ye(),function(t){var r=e,n=r.lib,o=n.WordArray,i=n.Hasher,a=r.x64.Word,s=r.algo,c=[],l=[],u=[];!function(){for(var e=1,t=0,r=0;r<24;r++){c[e+5*t]=(r+1)*(r+2)/2%64;var n=(2*e+3*t)%5;e=t%5,t=n}for(e=0;e<5;e++)for(t=0;t<5;t++)l[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,i=0;i<24;i++){for(var s=0,d=0,f=0;f<7;f++){if(1&o){var h=(1<<f)-1;h<32?d^=1<<h:s^=1<<h-32}128&o?o=o<<1^113:o<<=1}u[i]=a.create(s,d)}}();var d=[];!function(){for(var e=0;e<25;e++)d[e]=a.create()}();var f=s.SHA3=i.extend({cfg:i.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var r=this._state,n=this.blockSize/2,o=0;o<n;o++){var i=e[t+2*o],a=e[t+2*o+1];i=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),a=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),(E=r[o]).high^=a,E.low^=i}for(var s=0;s<24;s++){for(var f=0;f<5;f++){for(var h=0,p=0,v=0;v<5;v++)h^=(E=r[f+5*v]).high,p^=E.low;var g=d[f];g.high=h,g.low=p}for(f=0;f<5;f++){var y=d[(f+4)%5],_=d[(f+1)%5],b=_.high,m=_.low;for(h=y.high^(b<<1|m>>>31),p=y.low^(m<<1|b>>>31),v=0;v<5;v++)(E=r[f+5*v]).high^=h,E.low^=p}for(var x=1;x<25;x++){var w=(E=r[x]).high,k=E.low,B=c[x];B<32?(h=w<<B|k>>>32-B,p=k<<B|w>>>32-B):(h=k<<B-32|w>>>64-B,p=w<<B-32|k>>>64-B);var A=d[l[x]];A.high=h,A.low=p}var S=d[0],T=r[0];for(S.high=T.high,S.low=T.low,f=0;f<5;f++)for(v=0;v<5;v++){var E=r[x=f+5*v],O=d[x],j=d[(f+1)%5+5*v],C=d[(f+2)%5+5*v];E.high=O.high^~j.high&C.high,E.low=O.low^~j.low&C.low}E=r[0];var P=u[s];E.high^=P.high,E.low^=P.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes;var n=8*e.sigBytes,i=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(t.ceil((n+1)/i)*i>>>5)-1]|=128,e.sigBytes=4*r.length,this._process();for(var a=this._state,s=this.cfg.outputLength/8,c=s/8,l=[],u=0;u<c;u++){var d=a[u],f=d.high,h=d.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(f)}return new o.init(l,s)},clone:function(){for(var e=i.clone.call(this),t=e._state=this._state.slice(0),r=0;r<25;r++)t[r]=t[r].clone();return e}});r.SHA3=i._createHelper(f),r.HmacSHA3=i._createHmacHelper(f)}(Math),e.SHA3)),We.exports;var e}var Xe,Ye={exports:{}};var qe,Ze={exports:{}};function Qe(){return qe||(qe=1,Ze.exports=(e=pe(),r=(t=e).lib.Base,n=t.enc.Utf8,void(t.algo.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=n.parse(t));var r=e.blockSize,o=4*r;t.sigBytes>o&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),a=this._iKey=t.clone(),s=i.words,c=a.words,l=0;l<r;l++)s[l]^=1549556828,c[l]^=909522486;i.sigBytes=a.sigBytes=o,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,r=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(r))}})))),Ze.exports;var e,t,r,n}var et,tt={exports:{}};var rt,nt={exports:{}};function ot(){return rt||(rt=1,nt.exports=(s=pe(),ze(),Qe(),t=(e=s).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r,o=this.cfg,i=o.hasher.create(),a=n.create(),s=a.words,c=o.keySize,l=o.iterations;s.length<c;){r&&i.update(r),r=i.update(e).finalize(t),i.reset();for(var u=1;u<l;u++)r=i.finalize(r),i.reset();a.concat(r)}return a.sigBytes=4*c,a}}),e.EvpKDF=function(e,t,r){return a.create(r).compute(e,t)},s.EvpKDF)),nt.exports;var e,t,r,n,o,i,a,s}var it,at={exports:{}};function st(){return it||(it=1,at.exports=(e=pe(),ot(),void(e.lib.Cipher||function(t){var r=e,n=r.lib,o=n.Base,i=n.WordArray,a=n.BufferedBlockAlgorithm,s=r.enc;s.Utf8;var c=s.Base64,l=r.algo.EvpKDF,u=n.Cipher=a.extend({cfg:o.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,r){this.cfg=this.cfg.extend(r),this._xformMode=e,this._key=t,this.reset()},reset:function(){a.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?b:y}return function(t){return{encrypt:function(r,n,o){return e(n).encrypt(t,r,n,o)},decrypt:function(r,n,o){return e(n).decrypt(t,r,n,o)}}}}()});n.StreamCipher=u.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var d=r.mode={},f=n.BlockCipherMode=o.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),h=d.CBC=function(){var e=f.extend();function r(e,r,n){var o,i=this._iv;i?(o=i,this._iv=t):o=this._prevBlock;for(var a=0;a<n;a++)e[r+a]^=o[a]}return e.Encryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o),n.encryptBlock(e,t),this._prevBlock=e.slice(t,t+o)}}),e.Decryptor=e.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);n.decryptBlock(e,t),r.call(this,e,t,o),this._prevBlock=i}}),e}(),p=(r.pad={}).Pkcs7={pad:function(e,t){for(var r=4*t,n=r-e.sigBytes%r,o=n<<24|n<<16|n<<8|n,a=[],s=0;s<n;s+=4)a.push(o);var c=i.create(a,n);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}};n.BlockCipher=u.extend({cfg:u.cfg.extend({mode:h,padding:p}),reset:function(){var e;u.reset.call(this);var t=this.cfg,r=t.iv,n=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=n.createEncryptor:(e=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,r&&r.words):(this._mode=e.call(n,this,r&&r.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4});var v=n.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),g=(r.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext,r=e.salt;return(r?i.create([1398893684,1701076831]).concat(r).concat(t):t).toString(c)},parse:function(e){var t,r=c.parse(e),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(t=i.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),v.create({ciphertext:r,salt:t})}},y=n.SerializableCipher=o.extend({cfg:o.extend({format:g}),encrypt:function(e,t,r,n){n=this.cfg.extend(n);var o=e.createEncryptor(r,n),i=o.finalize(t),a=o.cfg;return v.create({ciphertext:i,key:r,iv:a.iv,algorithm:e,mode:a.mode,padding:a.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,r,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(r,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),_=(r.kdf={}).OpenSSL={execute:function(e,t,r,n,o){if(n||(n=i.random(8)),o)a=l.create({keySize:t+r,hasher:o}).compute(e,n);else var a=l.create({keySize:t+r}).compute(e,n);var s=i.create(a.words.slice(t),4*r);return a.sigBytes=4*t,v.create({key:a,iv:s,salt:n})}},b=n.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:_}),encrypt:function(e,t,r,n){var o=(n=this.cfg.extend(n)).kdf.execute(r,e.keySize,e.ivSize,n.salt,n.hasher);n.iv=o.iv;var i=y.encrypt.call(this,e,t,o.key,n);return i.mixIn(o),i},decrypt:function(e,t,r,n){n=this.cfg.extend(n),t=this._parse(t,n.format);var o=n.kdf.execute(r,e.keySize,e.ivSize,t.salt,n.hasher);return n.iv=o.iv,y.decrypt.call(this,e,t,o.key,n)}})}()))),at.exports;var e}var ct,lt={exports:{}};function ut(){return ct||(ct=1,lt.exports=(e=pe(),st(),e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function r(e,t,r,n){var o,i=this._iv;i?(o=i.slice(0),this._iv=void 0):o=this._prevBlock,n.encryptBlock(o,0);for(var a=0;a<r;a++)e[t+a]^=o[a]}return t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize;r.call(this,e,t,o,n),this._prevBlock=e.slice(t,t+o)}}),t.Decryptor=t.extend({processBlock:function(e,t){var n=this._cipher,o=n.blockSize,i=e.slice(t,t+o);r.call(this,e,t,o,n),this._prevBlock=i}}),t}(),e.mode.CFB)),lt.exports;var e}var dt,ft={exports:{}};function ht(){return dt||(dt=1,ft.exports=(r=pe(),st(),r.mode.CTR=(e=r.lib.BlockCipherMode.extend(),t=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,i=this._counter;o&&(i=this._counter=o.slice(0),this._iv=void 0);var a=i.slice(0);r.encryptBlock(a,0),i[n-1]=i[n-1]+1|0;for(var s=0;s<n;s++)e[t+s]^=a[s]}}),e.Decryptor=t,e),r.mode.CTR)),ft.exports;var e,t,r}var pt,vt={exports:{}};function gt(){return pt||(pt=1,vt.exports=(e=pe(),st(),
|
2
2
|
/** @preserve
|
3
3
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
4
4
|
* derived from CryptoJS.mode.CTR
|