@generaltranslation/react-core 0.0.1-alpha.4 → 0.0.1-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/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){var t=Object.create(null);return e&&Object.keys(e).forEach(function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}}),t.default=e,Object.freeze(t)}var i=o(t);const a={variable:"value",number:"n",datetime:"date",currency:"cost"};function s(e={},t){if(e.name)return e.name;return`_gt_${a[t]||"value"}_${e["data-_gt"]?.id}`}var c,l,u="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function f(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function d(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){var r=!1;try{r=this instanceof e}catch{}return r?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=(l||(l=1,c=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)}),c),p=f(h),g={exports:{}};var y,v={exports:{}},_=d(Object.freeze({__proto__:null,default:{}}));function m(){return y||(y=1,v.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!==u&&u.crypto&&(r=u.crypto),!r)try{r=_}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||f).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={},f=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)}},h=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)))}},p=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=h.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 f=0;f<l;f+=a)this._doProcessBlock(o,f);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=p.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){p.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 g.HMAC.init(e,r).finalize(t)}}});var g=i.algo={};return i}(Math),e)),v.exports;var e}var b,x={exports:{}};function w(){return b||(b=1,x.exports=(a=m(),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)),x.exports;var e,t,r,n,o,i,a}var k,B={exports:{}};function S(){return k||(k=1,B.exports=(e=m(),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)),B.exports;var e}var A,E={exports:{}};function C(){return A||(A=1,E.exports=(e=m(),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)),E.exports;var e}var j,T={exports:{}};function $(){return j||(j=1,T.exports=(e=m(),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)),T.exports;var e}var O,R={exports:{}};function M(){return O||(O=1,R.exports=(e=m(),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)),R.exports;var e}var F,L={exports:{}};function z(){return F||(F=1,L.exports=(e=m(),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],g=e[t+4],y=e[t+5],v=e[t+6],_=e[t+7],m=e[t+8],b=e[t+9],x=e[t+10],w=e[t+11],k=e[t+12],B=e[t+13],S=e[t+14],A=e[t+15],E=i[0],C=i[1],j=i[2],T=i[3];E=l(E,C,j,T,a,7,s[0]),T=l(T,E,C,j,c,12,s[1]),j=l(j,T,E,C,h,17,s[2]),C=l(C,j,T,E,p,22,s[3]),E=l(E,C,j,T,g,7,s[4]),T=l(T,E,C,j,y,12,s[5]),j=l(j,T,E,C,v,17,s[6]),C=l(C,j,T,E,_,22,s[7]),E=l(E,C,j,T,m,7,s[8]),T=l(T,E,C,j,b,12,s[9]),j=l(j,T,E,C,x,17,s[10]),C=l(C,j,T,E,w,22,s[11]),E=l(E,C,j,T,k,7,s[12]),T=l(T,E,C,j,B,12,s[13]),j=l(j,T,E,C,S,17,s[14]),E=u(E,C=l(C,j,T,E,A,22,s[15]),j,T,c,5,s[16]),T=u(T,E,C,j,v,9,s[17]),j=u(j,T,E,C,w,14,s[18]),C=u(C,j,T,E,a,20,s[19]),E=u(E,C,j,T,y,5,s[20]),T=u(T,E,C,j,x,9,s[21]),j=u(j,T,E,C,A,14,s[22]),C=u(C,j,T,E,g,20,s[23]),E=u(E,C,j,T,b,5,s[24]),T=u(T,E,C,j,S,9,s[25]),j=u(j,T,E,C,p,14,s[26]),C=u(C,j,T,E,m,20,s[27]),E=u(E,C,j,T,B,5,s[28]),T=u(T,E,C,j,h,9,s[29]),j=u(j,T,E,C,_,14,s[30]),E=f(E,C=u(C,j,T,E,k,20,s[31]),j,T,y,4,s[32]),T=f(T,E,C,j,m,11,s[33]),j=f(j,T,E,C,w,16,s[34]),C=f(C,j,T,E,S,23,s[35]),E=f(E,C,j,T,c,4,s[36]),T=f(T,E,C,j,g,11,s[37]),j=f(j,T,E,C,_,16,s[38]),C=f(C,j,T,E,x,23,s[39]),E=f(E,C,j,T,B,4,s[40]),T=f(T,E,C,j,a,11,s[41]),j=f(j,T,E,C,p,16,s[42]),C=f(C,j,T,E,v,23,s[43]),E=f(E,C,j,T,b,4,s[44]),T=f(T,E,C,j,k,11,s[45]),j=f(j,T,E,C,A,16,s[46]),E=d(E,C=f(C,j,T,E,h,23,s[47]),j,T,a,6,s[48]),T=d(T,E,C,j,_,10,s[49]),j=d(j,T,E,C,S,15,s[50]),C=d(C,j,T,E,y,21,s[51]),E=d(E,C,j,T,k,6,s[52]),T=d(T,E,C,j,p,10,s[53]),j=d(j,T,E,C,x,15,s[54]),C=d(C,j,T,E,c,21,s[55]),E=d(E,C,j,T,m,6,s[56]),T=d(T,E,C,j,A,10,s[57]),j=d(j,T,E,C,v,15,s[58]),C=d(C,j,T,E,B,21,s[59]),E=d(E,C,j,T,g,6,s[60]),T=d(T,E,C,j,w,10,s[61]),j=d(j,T,E,C,h,15,s[62]),C=d(C,j,T,E,b,21,s[63]),i[0]=i[0]+E|0,i[1]=i[1]+C|0,i[2]=i[2]+j|0,i[3]=i[3]+T|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 f(e,t,r,n,o,i,a){var s=e+(t^r^n)+o+a;return(s<<i|s>>>32-i)+t}function d(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)),L.exports;var e}var H,D={exports:{}};function P(){return H||(H=1,D.exports=(s=m(),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 f=(n<<5|n>>>27)+c+i[l];f+=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=f}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)),D.exports;var e,t,r,n,o,i,a,s}var I,U={exports:{}};function N(){return I||(I=1,U.exports=(e=m(),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],f=r[6],d=r[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],g=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,y=l[h-2],v=(y<<15|y>>>17)^(y<<13|y>>>19)^y>>>10;l[h]=g+l[h-7]+v+l[h-16]}var _=n&o^n&i^o&i,m=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),b=d+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&f)+c[h]+l[h];d=f,f=u,u=s,s=a+b|0,a=i,i=o,o=n,n=b+(m+_)|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]+f|0,r[7]=r[7]+d|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)),U.exports;var e}var W,G={exports:{}};var V,J={exports:{}};function K(){return V||(V=1,J.exports=(e=m(),w(),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],f=r[6],d=r[7],h=n.high,p=n.low,g=o.high,y=o.low,v=i.high,_=i.low,m=a.high,b=a.low,x=s.high,w=s.low,k=u.high,B=u.low,S=f.high,A=f.low,E=d.high,C=d.low,j=h,T=p,$=g,O=y,R=v,M=_,F=m,L=b,z=x,H=w,D=k,P=B,I=S,U=A,N=E,W=C,G=0;G<80;G++){var V,J,K=l[G];if(G<16)J=K.high=0|e[t+2*G],V=K.low=0|e[t+2*G+1];else{var q=l[G-15],X=q.high,Y=q.low,Z=(X>>>1|Y<<31)^(X>>>8|Y<<24)^X>>>7,Q=(Y>>>1|X<<31)^(Y>>>8|X<<24)^(Y>>>7|X<<25),ee=l[G-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[G-7],ae=ie.high,se=ie.low,ce=l[G-16],le=ce.high,ue=ce.low;J=(J=(J=Z+ae+((V=Q+se)>>>0<Q>>>0?1:0))+ne+((V+=oe)>>>0<oe>>>0?1:0))+le+((V+=ue)>>>0<ue>>>0?1:0),K.high=J,K.low=V}var fe,de=z&D^~z&I,he=H&P^~H&U,pe=j&$^j&R^$&R,ge=T&O^T&M^O&M,ye=(j>>>28|T<<4)^(j<<30|T>>>2)^(j<<25|T>>>7),ve=(T>>>28|j<<4)^(T<<30|j>>>2)^(T<<25|j>>>7),_e=(z>>>14|H<<18)^(z>>>18|H<<14)^(z<<23|H>>>9),me=(H>>>14|z<<18)^(H>>>18|z<<14)^(H<<23|z>>>9),be=c[G],xe=be.high,we=be.low,ke=N+_e+((fe=W+me)>>>0<W>>>0?1:0),Be=ve+ge;N=I,W=U,I=D,U=P,D=z,P=H,z=F+(ke=(ke=(ke=ke+de+((fe+=he)>>>0<he>>>0?1:0))+xe+((fe+=we)>>>0<we>>>0?1:0))+J+((fe+=V)>>>0<V>>>0?1:0))+((H=L+fe|0)>>>0<L>>>0?1:0)|0,F=R,L=M,R=$,M=O,$=j,O=T,j=ke+(ye+pe+(Be>>>0<ve>>>0?1:0))+((T=fe+Be|0)>>>0<fe>>>0?1:0)|0}p=n.low=p+T,n.high=h+j+(p>>>0<T>>>0?1:0),y=o.low=y+O,o.high=g+$+(y>>>0<O>>>0?1:0),_=i.low=_+M,i.high=v+R+(_>>>0<M>>>0?1:0),b=a.low=b+L,a.high=m+F+(b>>>0<L>>>0?1:0),w=s.low=w+H,s.high=x+z+(w>>>0<H>>>0?1:0),B=u.low=B+P,u.high=k+D+(B>>>0<P>>>0?1:0),A=f.low=A+U,f.high=S+I+(A>>>0<U>>>0?1:0),C=d.low=C+W,d.high=E+N+(C>>>0<W>>>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)),J.exports;var e}var q,X={exports:{}};var Y,Z={exports:{}};function Q(){return Y||(Y=1,Z.exports=(e=m(),w(),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,f=0,d=0;d<7;d++){if(1&o){var h=(1<<d)-1;h<32?f^=1<<h:s^=1<<h-32}128&o?o=o<<1^113:o<<=1}u[i]=a.create(s,f)}}();var f=[];!function(){for(var e=0;e<25;e++)f[e]=a.create()}();var d=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),(C=r[o]).high^=a,C.low^=i}for(var s=0;s<24;s++){for(var d=0;d<5;d++){for(var h=0,p=0,g=0;g<5;g++)h^=(C=r[d+5*g]).high,p^=C.low;var y=f[d];y.high=h,y.low=p}for(d=0;d<5;d++){var v=f[(d+4)%5],_=f[(d+1)%5],m=_.high,b=_.low;for(h=v.high^(m<<1|b>>>31),p=v.low^(b<<1|m>>>31),g=0;g<5;g++)(C=r[d+5*g]).high^=h,C.low^=p}for(var x=1;x<25;x++){var w=(C=r[x]).high,k=C.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=f[l[x]];S.high=h,S.low=p}var A=f[0],E=r[0];for(A.high=E.high,A.low=E.low,d=0;d<5;d++)for(g=0;g<5;g++){var C=r[x=d+5*g],j=f[x],T=f[(d+1)%5+5*g],$=f[(d+2)%5+5*g];C.high=j.high^~T.high&$.high,C.low=j.low^~T.low&$.low}C=r[0];var O=u[s];C.high^=O.high,C.low^=O.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 f=a[u],d=f.high,h=f.low;d=16711935&(d<<8|d>>>24)|4278255360&(d<<24|d>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(d)}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(d),r.HmacSHA3=i._createHmacHelper(d)}(Math),e.SHA3)),Z.exports;var e}var ee,te={exports:{}};var re,ne={exports:{}};function oe(){return re||(re=1,ne.exports=(e=m(),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))}})))),ne.exports;var e,t,r,n}var ie,ae={exports:{}};var se,ce={exports:{}};function le(){return se||(se=1,ce.exports=(s=m(),P(),oe(),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)),ce.exports;var e,t,r,n,o,i,a,s}var ue,fe={exports:{}};function de(){return ue||(ue=1,fe.exports=(e=m(),le(),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?m:v}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 f=r.mode={},d=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=f.CBC=function(){var e=d.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 g=n.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),y=(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),g.create({ciphertext:r,salt:t})}},v=n.SerializableCipher=o.extend({cfg:o.extend({format:y}),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 g.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,g.create({key:a,iv:s,salt:n})}},m=n.PasswordBasedCipher=v.extend({cfg:v.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=v.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,v.decrypt.call(this,e,t,o.key,n)}})}()))),fe.exports;var e}var he,pe={exports:{}};function ge(){return he||(he=1,pe.exports=(e=m(),de(),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)),pe.exports;var e}var ye,ve={exports:{}};function _e(){return ye||(ye=1,ve.exports=(r=m(),de(),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)),ve.exports;var e,t,r}var me,be={exports:{}};function xe(){return me||(me=1,be.exports=(e=m(),de(),
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("generaltranslation"),n=require("@generaltranslation/supported-locales");function o(e){var t=Object.create(null);return e&&Object.keys(e).forEach(function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}}),t.default=e,Object.freeze(t)}var i=o(t);const a={variable:"value",number:"n",datetime:"date",currency:"cost"};function s(e={},t){if(e.name)return e.name;return`_gt_${a[t]||"value"}_${e["data-_gt"]?.id}`}var c,l,u="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function f(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function d(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if("function"==typeof t){var r=function e(){var r=!1;try{r=this instanceof e}catch{}return r?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=(l||(l=1,c=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)}),c),p=f(h),g={exports:{}};var v,y={exports:{}},_=d(Object.freeze({__proto__:null,default:{}}));function m(){return v||(v=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!==u&&u.crypto&&(r=u.crypto),!r)try{r=_}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||f).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={},f=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)}},h=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)))}},p=a.BufferedBlockAlgorithm=s.extend({reset:function(){this._data=new c.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=h.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 f=0;f<l;f+=a)this._doProcessBlock(o,f);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=p.extend({cfg:s.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){p.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 g.HMAC.init(e,r).finalize(t)}}});var g=i.algo={};return i}(Math),e)),y.exports;var e}var b,x={exports:{}};function w(){return b||(b=1,x.exports=(a=m(),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)),x.exports;var e,t,r,n,o,i,a}var k,B={exports:{}};function S(){return k||(k=1,B.exports=(e=m(),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)),B.exports;var e}var A,E={exports:{}};function C(){return A||(A=1,E.exports=(e=m(),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)),E.exports;var e}var j,T={exports:{}};function $(){return j||(j=1,T.exports=(e=m(),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)),T.exports;var e}var O,R={exports:{}};function M(){return O||(O=1,R.exports=(e=m(),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)),R.exports;var e}var F,L={exports:{}};function z(){return F||(F=1,L.exports=(e=m(),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],g=e[t+4],v=e[t+5],y=e[t+6],_=e[t+7],m=e[t+8],b=e[t+9],x=e[t+10],w=e[t+11],k=e[t+12],B=e[t+13],S=e[t+14],A=e[t+15],E=i[0],C=i[1],j=i[2],T=i[3];E=l(E,C,j,T,a,7,s[0]),T=l(T,E,C,j,c,12,s[1]),j=l(j,T,E,C,h,17,s[2]),C=l(C,j,T,E,p,22,s[3]),E=l(E,C,j,T,g,7,s[4]),T=l(T,E,C,j,v,12,s[5]),j=l(j,T,E,C,y,17,s[6]),C=l(C,j,T,E,_,22,s[7]),E=l(E,C,j,T,m,7,s[8]),T=l(T,E,C,j,b,12,s[9]),j=l(j,T,E,C,x,17,s[10]),C=l(C,j,T,E,w,22,s[11]),E=l(E,C,j,T,k,7,s[12]),T=l(T,E,C,j,B,12,s[13]),j=l(j,T,E,C,S,17,s[14]),E=u(E,C=l(C,j,T,E,A,22,s[15]),j,T,c,5,s[16]),T=u(T,E,C,j,y,9,s[17]),j=u(j,T,E,C,w,14,s[18]),C=u(C,j,T,E,a,20,s[19]),E=u(E,C,j,T,v,5,s[20]),T=u(T,E,C,j,x,9,s[21]),j=u(j,T,E,C,A,14,s[22]),C=u(C,j,T,E,g,20,s[23]),E=u(E,C,j,T,b,5,s[24]),T=u(T,E,C,j,S,9,s[25]),j=u(j,T,E,C,p,14,s[26]),C=u(C,j,T,E,m,20,s[27]),E=u(E,C,j,T,B,5,s[28]),T=u(T,E,C,j,h,9,s[29]),j=u(j,T,E,C,_,14,s[30]),E=f(E,C=u(C,j,T,E,k,20,s[31]),j,T,v,4,s[32]),T=f(T,E,C,j,m,11,s[33]),j=f(j,T,E,C,w,16,s[34]),C=f(C,j,T,E,S,23,s[35]),E=f(E,C,j,T,c,4,s[36]),T=f(T,E,C,j,g,11,s[37]),j=f(j,T,E,C,_,16,s[38]),C=f(C,j,T,E,x,23,s[39]),E=f(E,C,j,T,B,4,s[40]),T=f(T,E,C,j,a,11,s[41]),j=f(j,T,E,C,p,16,s[42]),C=f(C,j,T,E,y,23,s[43]),E=f(E,C,j,T,b,4,s[44]),T=f(T,E,C,j,k,11,s[45]),j=f(j,T,E,C,A,16,s[46]),E=d(E,C=f(C,j,T,E,h,23,s[47]),j,T,a,6,s[48]),T=d(T,E,C,j,_,10,s[49]),j=d(j,T,E,C,S,15,s[50]),C=d(C,j,T,E,v,21,s[51]),E=d(E,C,j,T,k,6,s[52]),T=d(T,E,C,j,p,10,s[53]),j=d(j,T,E,C,x,15,s[54]),C=d(C,j,T,E,c,21,s[55]),E=d(E,C,j,T,m,6,s[56]),T=d(T,E,C,j,A,10,s[57]),j=d(j,T,E,C,y,15,s[58]),C=d(C,j,T,E,B,21,s[59]),E=d(E,C,j,T,g,6,s[60]),T=d(T,E,C,j,w,10,s[61]),j=d(j,T,E,C,h,15,s[62]),C=d(C,j,T,E,b,21,s[63]),i[0]=i[0]+E|0,i[1]=i[1]+C|0,i[2]=i[2]+j|0,i[3]=i[3]+T|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 f(e,t,r,n,o,i,a){var s=e+(t^r^n)+o+a;return(s<<i|s>>>32-i)+t}function d(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)),L.exports;var e}var H,D={exports:{}};function P(){return H||(H=1,D.exports=(s=m(),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 f=(n<<5|n>>>27)+c+i[l];f+=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=f}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)),D.exports;var e,t,r,n,o,i,a,s}var I,U={exports:{}};function N(){return I||(I=1,U.exports=(e=m(),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],f=r[6],d=r[7],h=0;h<64;h++){if(h<16)l[h]=0|e[t+h];else{var p=l[h-15],g=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,v=l[h-2],y=(v<<15|v>>>17)^(v<<13|v>>>19)^v>>>10;l[h]=g+l[h-7]+y+l[h-16]}var _=n&o^n&i^o&i,m=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),b=d+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&u^~s&f)+c[h]+l[h];d=f,f=u,u=s,s=a+b|0,a=i,i=o,o=n,n=b+(m+_)|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]+f|0,r[7]=r[7]+d|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)),U.exports;var e}var W,G={exports:{}};var V,J={exports:{}};function K(){return V||(V=1,J.exports=(e=m(),w(),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],f=r[6],d=r[7],h=n.high,p=n.low,g=o.high,v=o.low,y=i.high,_=i.low,m=a.high,b=a.low,x=s.high,w=s.low,k=u.high,B=u.low,S=f.high,A=f.low,E=d.high,C=d.low,j=h,T=p,$=g,O=v,R=y,M=_,F=m,L=b,z=x,H=w,D=k,P=B,I=S,U=A,N=E,W=C,G=0;G<80;G++){var V,J,K=l[G];if(G<16)J=K.high=0|e[t+2*G],V=K.low=0|e[t+2*G+1];else{var q=l[G-15],X=q.high,Y=q.low,Z=(X>>>1|Y<<31)^(X>>>8|Y<<24)^X>>>7,Q=(Y>>>1|X<<31)^(Y>>>8|X<<24)^(Y>>>7|X<<25),ee=l[G-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[G-7],ae=ie.high,se=ie.low,ce=l[G-16],le=ce.high,ue=ce.low;J=(J=(J=Z+ae+((V=Q+se)>>>0<Q>>>0?1:0))+ne+((V+=oe)>>>0<oe>>>0?1:0))+le+((V+=ue)>>>0<ue>>>0?1:0),K.high=J,K.low=V}var fe,de=z&D^~z&I,he=H&P^~H&U,pe=j&$^j&R^$&R,ge=T&O^T&M^O&M,ve=(j>>>28|T<<4)^(j<<30|T>>>2)^(j<<25|T>>>7),ye=(T>>>28|j<<4)^(T<<30|j>>>2)^(T<<25|j>>>7),_e=(z>>>14|H<<18)^(z>>>18|H<<14)^(z<<23|H>>>9),me=(H>>>14|z<<18)^(H>>>18|z<<14)^(H<<23|z>>>9),be=c[G],xe=be.high,we=be.low,ke=N+_e+((fe=W+me)>>>0<W>>>0?1:0),Be=ye+ge;N=I,W=U,I=D,U=P,D=z,P=H,z=F+(ke=(ke=(ke=ke+de+((fe+=he)>>>0<he>>>0?1:0))+xe+((fe+=we)>>>0<we>>>0?1:0))+J+((fe+=V)>>>0<V>>>0?1:0))+((H=L+fe|0)>>>0<L>>>0?1:0)|0,F=R,L=M,R=$,M=O,$=j,O=T,j=ke+(ve+pe+(Be>>>0<ye>>>0?1:0))+((T=fe+Be|0)>>>0<fe>>>0?1:0)|0}p=n.low=p+T,n.high=h+j+(p>>>0<T>>>0?1:0),v=o.low=v+O,o.high=g+$+(v>>>0<O>>>0?1:0),_=i.low=_+M,i.high=y+R+(_>>>0<M>>>0?1:0),b=a.low=b+L,a.high=m+F+(b>>>0<L>>>0?1:0),w=s.low=w+H,s.high=x+z+(w>>>0<H>>>0?1:0),B=u.low=B+P,u.high=k+D+(B>>>0<P>>>0?1:0),A=f.low=A+U,f.high=S+I+(A>>>0<U>>>0?1:0),C=d.low=C+W,d.high=E+N+(C>>>0<W>>>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)),J.exports;var e}var q,X={exports:{}};var Y,Z={exports:{}};function Q(){return Y||(Y=1,Z.exports=(e=m(),w(),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,f=0,d=0;d<7;d++){if(1&o){var h=(1<<d)-1;h<32?f^=1<<h:s^=1<<h-32}128&o?o=o<<1^113:o<<=1}u[i]=a.create(s,f)}}();var f=[];!function(){for(var e=0;e<25;e++)f[e]=a.create()}();var d=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),(C=r[o]).high^=a,C.low^=i}for(var s=0;s<24;s++){for(var d=0;d<5;d++){for(var h=0,p=0,g=0;g<5;g++)h^=(C=r[d+5*g]).high,p^=C.low;var v=f[d];v.high=h,v.low=p}for(d=0;d<5;d++){var y=f[(d+4)%5],_=f[(d+1)%5],m=_.high,b=_.low;for(h=y.high^(m<<1|b>>>31),p=y.low^(b<<1|m>>>31),g=0;g<5;g++)(C=r[d+5*g]).high^=h,C.low^=p}for(var x=1;x<25;x++){var w=(C=r[x]).high,k=C.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=f[l[x]];S.high=h,S.low=p}var A=f[0],E=r[0];for(A.high=E.high,A.low=E.low,d=0;d<5;d++)for(g=0;g<5;g++){var C=r[x=d+5*g],j=f[x],T=f[(d+1)%5+5*g],$=f[(d+2)%5+5*g];C.high=j.high^~T.high&$.high,C.low=j.low^~T.low&$.low}C=r[0];var O=u[s];C.high^=O.high,C.low^=O.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 f=a[u],d=f.high,h=f.low;d=16711935&(d<<8|d>>>24)|4278255360&(d<<24|d>>>8),h=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8),l.push(h),l.push(d)}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(d),r.HmacSHA3=i._createHmacHelper(d)}(Math),e.SHA3)),Z.exports;var e}var ee,te={exports:{}};var re,ne={exports:{}};function oe(){return re||(re=1,ne.exports=(e=m(),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))}})))),ne.exports;var e,t,r,n}var ie,ae={exports:{}};var se,ce={exports:{}};function le(){return se||(se=1,ce.exports=(s=m(),P(),oe(),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)),ce.exports;var e,t,r,n,o,i,a,s}var ue,fe={exports:{}};function de(){return ue||(ue=1,fe.exports=(e=m(),le(),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?m: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 f=r.mode={},d=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=f.CBC=function(){var e=d.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 g=n.CipherParams=o.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),v=(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),g.create({ciphertext:r,salt:t})}},y=n.SerializableCipher=o.extend({cfg:o.extend({format:v}),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 g.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,g.create({key:a,iv:s,salt:n})}},m=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)}})}()))),fe.exports;var e}var he,pe={exports:{}};function ge(){return he||(he=1,pe.exports=(e=m(),de(),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)),pe.exports;var e}var ve,ye={exports:{}};function _e(){return ve||(ve=1,ye.exports=(r=m(),de(),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 me,be={exports:{}};function xe(){return me||(me=1,be.exports=(e=m(),de(),
|
|
2
2
|
/** @preserve
|
|
3
3
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
4
4
|
* derived from CryptoJS.mode.CTR
|
|
@@ -15,5 +15,5 @@ e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function r(e){
|
|
|
15
15
|
|
|
16
16
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
17
17
|
*/
|
|
18
|
-
function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),f=n.create([1352829926,1548603684,1836072691,2053994217,0]),d=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_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,d,m,b,x,w,k,B,S,A,E,C=this._hash.words,j=u.words,T=f.words,$=a.words,O=s.words,R=c.words,M=l.words;for(w=i=C[0],k=d=C[1],B=m=C[2],S=b=C[3],A=x=C[4],r=0;r<80;r+=1)E=i+e[t+$[r]]|0,E+=r<16?h(d,m,b)+j[0]:r<32?p(d,m,b)+j[1]:r<48?g(d,m,b)+j[2]:r<64?y(d,m,b)+j[3]:v(d,m,b)+j[4],E=(E=_(E|=0,R[r]))+x|0,i=x,x=b,b=_(m,10),m=d,d=E,E=w+e[t+O[r]]|0,E+=r<16?v(k,B,S)+T[0]:r<32?y(k,B,S)+T[1]:r<48?g(k,B,S)+T[2]:r<64?p(k,B,S)+T[3]:h(k,B,S)+T[4],E=(E=_(E|=0,M[r]))+A|0,w=A,A=S,S=_(B,10),B=k,k=E;E=C[1]+m+S|0,C[1]=C[2]+b+A|0,C[2]=C[3]+x+w|0,C[3]=C[4]+i+k|0,C[4]=C[0]+d+B|0,C[0]=E},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function g(e,t,r){return(e|~t)^r}function y(e,t,r){return e&r|t&~r}function v(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(d),t.HmacRIPEMD160=o._createHmacHelper(d)}(),e.RIPEMD160)),te.exports;var e}(),oe(),function(){return ie||(ie=1,ae.exports=(c=m(),N(),oe(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,f=r.iterations;c.length<u;){var d=o.update(t).finalize(s);o.reset();for(var h=d.words,p=h.length,g=d,y=1;y<f;y++){g=o.finalize(g),o.reset();for(var v=g.words,_=0;_<p;_++)h[_]^=v[_]}i.concat(d),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ae.exports;var e,t,r,n,o,i,a,s,c}(),le(),de(),ge(),_e(),xe(),Be(),function(){return Se?Ae.exports:(Se=1,Ae.exports=(t=m(),de(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Ee?Ce.exports:(Ee=1,Ce.exports=(e=m(),de(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return je?Te.exports:(je=1,Te.exports=(e=m(),de(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return $e?Oe.exports:($e=1,Oe.exports=(e=m(),de(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return Re||(Re=1,Me.exports=(e=m(),de(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),Me.exports;var e}(),function(){return Fe?Le.exports:(Fe=1,Le.exports=(e=m(),de(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return ze?He.exports:(ze=1,He.exports=(n=m(),de(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return De||(De=1,Pe.exports=(e=m(),$(),z(),le(),de(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],f=[],d=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var g=e[r],y=e[g],v=e[y],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*v^65537*y^257*g^16843008*r,u[p]=_<<24|_>>>8,f[p]=_<<16|_>>>16,d[p]=_<<8|_>>>24,h[p]=_,r?(r=g^e[e[e[v^g]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],g=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^f[o[l>>>16&255]]^d[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,f,d,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],f=e[t+2]^r[2],d=e[t+3]^r[3],h=4,p=1;p<c;p++){var g=n[l>>>24]^o[u>>>16&255]^i[f>>>8&255]^a[255&d]^r[h++],y=n[u>>>24]^o[f>>>16&255]^i[d>>>8&255]^a[255&l]^r[h++],v=n[f>>>24]^o[d>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[d>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&f]^r[h++];l=g,u=y,f=v,d=_}g=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[f>>>8&255]<<8|s[255&d])^r[h++],y=(s[u>>>24]<<24|s[f>>>16&255]<<16|s[d>>>8&255]<<8|s[255&l])^r[h++],v=(s[f>>>24]<<24|s[d>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[d>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&f])^r[h++],e[t]=g,e[t+1]=y,e[t+2]=v,e[t+3]=_},keySize:8});t.AES=r._createHelper(g)}(),e.AES)),Pe.exports;var e}(),Ne(),function(){return We||(We=1,Ge.exports=(e=m(),$(),z(),le(),de(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),Ge.exports;var e}(),function(){return Ve||(Ve=1,Je.exports=(e=m(),$(),z(),le(),de(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),f=l>>>16|4294901760&u,d=u<<16|65535&l;for(o[0]^=l,o[1]^=f,o[2]^=u,o[3]^=d,o[4]^=l,o[5]^=f,o[6]^=u,o[7]^=d,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),Je.exports;var e}(),function(){return Ke||(Ke=1,qe.exports=(e=m(),$(),z(),le(),de(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),f=l>>>16|4294901760&u,d=u<<16|65535&l;for(n[0]^=l,n[1]^=f,n[2]^=u,n[3]^=d,n[4]^=l,n[5]^=f,n[6]^=u,n[7]^=d,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),qe.exports;var e}(),Ze())),g.exports),st=f(at),ct="https://cdn.gtx.dev",lt="https://runtime2.gtx.dev",ut="en",ft=["singular","plural","dual","zero","one","two","few","many","other"];var dt=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 ht(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 pt={variable:"v",number:"n",datetime:"d",currency:"c"};function gt(e){return pt[e]}function yt(e){return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===e["data-_gt"]?.transformation}function vt(e){const t=e["data-_gt"]?.variableType||"variable";return{variableName:s(e,t),variableType:gt(t),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={...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 _t(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=ft),void 0===r&&(r=["en"]);var n=dt.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 mt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function bt({children:e,defaultLocale:r=ut,renderVariable:n}){const o=e=>t.isValidElement(e)?(e=>{const o=mt(e);if(yt(e.props)){const{variableType:t,variableValue:o,variableOptions:i}=vt(e.props);return n({variableType:t,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===o?.transformation){const t=o.branches||{};return i(_t(e.props.n,[r],t)||e.props.children)}if("branch"===o?.transformation){let{children:t,branch:r,"data-_gt":n,...a}=e.props;return a=o.branches||{},i(void 0!==a[r]?a[r]:t)}return"fragment"===o?.transformation?t.createElement(t.Fragment,{key:e.props.key,children:i(e.props.children)}):e.props.children?t.cloneElement(e,{...e.props,"data-_gt":void 0,children:i(e.props.children)}):t.cloneElement(e,{...e.props,"data-_gt":void 0})})(e):e,i=e=>Array.isArray(e)?t.Children.map(e,o):o(e);return i(e)}function xt(e,t){if(null==e)throw new Error("Cannot index into an undefined dictionary");return Array.isArray(e),e[t]}function wt(e,t,r){Array.isArray(e),e[t]=r}function kt(e,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch{}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=e?.[1]||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return ft.includes(e)}(t)&&(e[t]=kt(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t,...i}=r,a=Object.entries(i).reduce((e,[t,r])=>(e[t]=kt(r,n),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function i(e){return t.isValidElement(e)?function(e){const{props:r}=e,n=o(e),i={...r,"data-_gt":n};return r.children&&!n.variableType&&(i.children=a(r.children)),e.type===t.Fragment&&(i["data-_gt"].transformation="fragment"),t.cloneElement(e,i)}(e):e}function a(e){return Array.isArray(e)?t.Children.map(e,i):i(e)}return a(e)}"function"==typeof SuppressedError&&SuppressedError;const Bt="@generaltranslation/react-core";function St(e){return new Error(`${Bt}: The ${e} function was not overridden. This is likely the result of importing directly from "generaltranslation/react-core".`)}function At({}){throw St("readAuthFromEnv")}var Et={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const Ct=e=>{if(!e)return"";const{type:t,props:r}=e;if(t&&"function"==typeof t){if("displayName"in t&&"string"==typeof t.displayName&&t.displayName)return t.displayName;if("name"in t&&"string"==typeof t.name&&t.name)return t.name}return t&&"string"==typeof t?t:r.href?"a":r["data-_gt"]?.id?`C${r["data-_gt"].id}`:"function"},jt=e=>{const{props:t}=e,r={t:Ct(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=gt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(Et).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]=$t(r)}),n={...n,b:e,t:"p"}}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=$t(r)}),n={...n,b:e,t:"b"}}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(Et).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]=$t(r)}),o={...o,b:t,t:"p"}}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=$t(r)}),o={...o,b:t,t:"b"}}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=$t(t.children)),r},Tt=e=>{return r=e,t.isValidElement(r)?jt(e):"number"==typeof e?e.toString():e;var r};function $t(e){return Array.isArray(e)?e.map(Tt):Tt(e)}function Ot(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof e?.[0])return!1;const t=e?.[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}function Rt(e,t){let r=e;const n=t.split(".");for(const e of n){if("object"!=typeof r&&!Array.isArray(r))return;r=xt(r,e)}return r}function Mt(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}function Ft({sourceElement:e,targetElement:r,locales:n=[ut],renderVariable:o}){const{props:i}=e,a=i["data-_gt"],s=a?.transformation,c=r.d,l={};if(c&&Object.entries(Et).forEach(([e,t])=>{c[e]&&(l[t]=c[e])}),"plural"===s){const t=e.props.n;return Lt({source:_t(t,n,a.branches||{})||e.props.children,target:_t(t,n,r.d?.b||{})||r.c,locales:n,renderVariable:o})}if("branch"===s){const{branch:e,children:t}=i;return Lt({source:(a.branches||{})[e]||t,target:(r.d?.b||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===s&&r.c?t.createElement(t.Fragment,{key:e.props.key,children:Lt({source:i.children,target:r.c,locales:n,renderVariable:o})}):i?.children&&r?.c?t.cloneElement(e,{...i,...l,"data-_gt":void 0,children:Lt({source:i.children,target:r.c,locales:n,renderVariable:o})}):bt({children:e,defaultLocale:n[0],renderVariable:o})}function Lt({source:r,target:n,locales:o=[ut],renderVariable:i}){if(null==n&&r)return bt({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(!yt(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=vt(e.props);a[t]=r,s[t]=n}}return!1}),l=e=>c.find(t=>{const r=mt(t);if(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(ht(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:Ft({sourceElement:c,targetElement:r,locales:o,renderVariable:i})},`element_${n}`):void 0})}if(n&&"object"==typeof n&&!Array.isArray(n)){const e=ht(n)?"variable":"element";if(t.isValidElement(r)){if("element"===e)return Ft({sourceElement:r,targetElement:n,locales:o,renderVariable:i});if(yt(r.props)){const{variableValue:e,variableOptions:t,variableType:n}=vt(r.props);return i({variableType:n,variableValue:e,variableOptions:t,locales:o})}}}return bt({children:r,defaultLocale:o[0],renderVariable:i})}const zt=(e="production")=>({method:"default",timeout:"development"===e?8e3:12e3});function Ht(e){return void 0!==e&&("string"==typeof e||!!Array.isArray(e)&&((1===e.length||2===e.length)&&("string"==typeof e[0]&&(2!==e.length||"object"==typeof e[1]&&null!==e[1]&&("$context"in e[1]||"$_hash"in e[1])))))}const Dt=e=>"string"==typeof e||Array.isArray(e),Pt=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function It(e,t){if(Array.isArray(e))return e.map((e,r)=>Ht(e)?t[r]:It(e,t[r]));const r={...Object.fromEntries(Object.entries(e).filter(([,e])=>Dt(e))),...Object.fromEntries(Object.entries(t).filter(([,e])=>Dt(e)))},n=Object.entries(e).filter(([,e])=>Pt(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>Pt(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=It(xt(e,n)||{},xt(t,n)||{});return r}const Ut="function"==typeof i.use;function Nt({dictionary:e,id:t}){if(""===t)return e;let r=e;const n=t.split(".");for(const e of n)r=xt(r,e);return r}const Wt=["constructor","prototype","__proto__"];function Gt(e,t,r,n){if(Ht(t))return e;const o=r.split(".");o.forEach(e=>{if(function(e){return!!Wt.includes(e)}(e))throw new Error(`Invalid key: ${e}`)}),t||={};for(const e of o.slice(0,-1))null==xt(t,e)&&wt(t,e,Array.isArray(xt(n,e))?[]:{}),t=xt(t,e),n=xt(n,e);wt(t,o[o.length-1],e)}function Vt(e){let t={};return Array.isArray(e)&&(t=[]),Object.entries(e).forEach(([e,r])=>{if(Ht(r)){const{entry:n}=Mt(r);wt(t,e,n)}else wt(t,e,Vt(r))}),t}var Jt=function(){return Jt=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Jt.apply(this,arguments)};function Kt(e){return st.SHA256(e).toString(st.enc.Hex).slice(0,16)}function qt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Kt);var a={};return a.source="JSX"===i?Yt(r):r,a=Jt(Jt(Jt(Jt({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(p(a))}"function"==typeof SuppressedError&&SuppressedError;var Xt=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=Yt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],Yt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(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}(e)?Jt({k:e.k},e.v&&{v:e.v}):t}return e};function Yt(e){return Array.isArray(e)?e.map(Xt):Xt(e)}function Zt(e,t=""){let r=!1;return Object.entries(e).forEach(([n,o])=>{const i=t?`${t}.${n}`:n;if(Ht(o)){let{entry:t,metadata:a}=Mt(o);a?.$_hash||(a||={},a.$_hash=qt({source:t,...a?.$context&&{context:a.$context},id:i,dataFormat:"ICU"}),wt(e,n,[t,a]),r=!0)}else{const{updateDictionary:e}=Zt(o,i);r=r||e}}),{dictionary:e,updateDictionary:r}}const Qt=`${Bt} Error: Production environments cannot include an api key.`,er=`${Bt} Error: Fetching batched translations failed`,tr=(e,t)=>e?`${Bt} Error: Translation failed for id: ${e}, hash: ${t} `:`${Bt} Error: Translation failed for hash: ${t}`,rr=(e,t)=>`${Bt} Error: error rendering string ${t?`for id: "${t}"`:""} original message: "${e}"`,nr=(e,t,r="tx")=>`${Bt} Error: string translation error. ${r}("${e}")${t?` with id "${t}"`:""} could not locate translation.`,or=e=>`${Bt} Error: Dictionary subtree not found for id: "${e}"`,ir=`${Bt} Warning: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard.`,ar=e=>`${Bt} Warning: No valid dictionary entry found for id: "${e}"`,sr=`${Bt} Warning: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)`,cr=`${Bt} Warning: Runtime translation timed out.`,lr=`${Bt} Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.`;function ur(e,t,r){const n=Nt({dictionary:e,id:r});if(!n)throw new Error(or(r));if(Ht(n))throw new Error(`${Bt} Error: Cannot inject and merge a dictionary entry`);return function(e,t,r){const n=Rt(e,r);if(!n)throw new Error(or(r));if(Ht(n))throw new Error(`${Bt} Error: Cannot inject and merge a dictionary entry`);const o=r.split("."),i=o.slice(0,-1),a=o[o.length-1];let s=e;return i.forEach(e=>{s=xt(s,e)}),wt(s,a,t),e}(e,It(n,t),r)}function fr(e,t,r=""){const n=[];return Object.entries(e).forEach(([e,o])=>{const i=r?`${r}.${e}`:e;if(Ht(o)){const{entry:r,metadata:a}=Mt(o);xt(t,e)||n.push({source:r,metadata:{$id:i,$context:a?.$context,$_hash:a?.$_hash||""}})}else n.push(...fr(o,xt(t,e)||(Array.isArray(o)?[]:{}),i))}),n}function dr(e){return e&&-1!==e.lastIndexOf(":")?e.slice(0,e.lastIndexOf(":")):e}function hr(e){if(-1===e.lastIndexOf(":"))return null;const t=e.slice(e.lastIndexOf(":")+1);try{const e=JSON.parse(function(e){if("undefined"!=typeof Buffer)return Buffer.from(e,"base64").toString("utf8");for(var t=atob(e),r=new Uint8Array(t.length),n=0;n<t.length;n++)r[n]=t.charCodeAt(n);return(new TextDecoder).decode(r)}(t));return e}catch{return null}}const pr=t.createContext(void 0);function gr(e="useGTContext() must be used within a <GTProvider>!"){const r=t.useContext(pr);if(void 0===r)throw new Error(e);return r}function yr({children:n,locales:o,options:i={}}){const a=t.useContext(pr);if(null==n)return null;const s=a?.gt||new r.GT;let c="string"==typeof n?parseFloat(n):n;return"number"==typeof c&&(o||(o||=[],a?.locale&&o.push(a.locale),a?.defaultLocale&&o.push(a.defaultLocale)),c=s.formatNum(c,{locales:o,...i})),e.jsx(e.Fragment,{children:c})}function vr({children:t}){return e.jsx(e.Fragment,{children:t})}function _r({children:n,currency:o="USD",locales:i,options:a={}}){const s=t.useContext(pr);if(null==n)return null;const c=s?.gt||new r.GT;let l="string"==typeof n?parseFloat(n):n;return"number"==typeof l&&(i||(i||=[],s?.locale&&i.push(s.locale),s?.defaultLocale&&i.push(s.defaultLocale)),l=c.formatCurrency(l,o,{locales:i,...a})),e.jsx(e.Fragment,{children:l})}function mr({children:n,locales:o,options:i={}}){const a=t.useContext(pr);if(null==n)return null;const s=a?.gt||new r.GT;o||(o=[],a?.locale&&o.push(a.locale),a?.defaultLocale&&o.push(a.defaultLocale));const c=s.formatDateTime(n,{locales:o,...i}).replace(/[\u200F\u202B\u202E]/g,"");return e.jsx(e.Fragment,{children:c})}yr._gtt="variable-number",vr._gtt="variable-variable",_r._gtt="variable-currency",mr._gtt="variable-datetime";const br=({variableType:t,variableValue:r,variableOptions:n})=>"n"===t?e.jsx(yr,{options:n,children:r}):"d"===t?e.jsx(mr,{options:n,children:r}):"c"===t?e.jsx(_r,{options:n,children:r}):e.jsx(vr,{children:r}),xr=Number.POSITIVE_INFINITY,wr=globalThis.__DANGEROUS_USE_REGISTRY__??(globalThis.__DANGEROUS_USE_REGISTRY__=new Map);function kr(e,t=new WeakSet){const r=typeof e;if(null==e||"number"===r||"boolean"===r||"bigint"===r)return String(e);if("string"===r)return JSON.stringify(e);if("symbol"===r)return`:sym(${e.description??""})`;if("function"===r)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>kr(e,t)).join(",")}]`;if("object"===r){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${kr(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function Br(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):kr(e)}function Sr(e,t,r){const n=wr,o=Date.now(),i=xr,a=Br(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function Ar({children:r,id:n,context:o,_hash:i,...a}){if(!r)return;n=n??a?.$id,o=o??a?.$context;const{translations:s,translationRequired:c,developmentApiEnabled:l,dialectTranslationRequired:u,registerJsxForTranslation:f,renderSettings:d,locale:h,defaultLocale:p}=gr("<T> used on the client-side outside of <GTProvider>"),g=t.useMemo(()=>kt(r),[r]);let y;n&&(y=s?.[n]),void 0===y&&i&&(y=s?.[i]);const[v,_]=t.useMemo(()=>{if(!c||y)return[void 0,""];const e=$t(g);return[e,qt({source:e,...o&&{context:o},...n&&{id:n},dataFormat:"JSX"})]},[g,o,n,c,y]);void 0===y&&(y=s?.[_]);const m=()=>bt({children:g,defaultLocale:p,renderVariable:br}),b=e=>Lt({source:g,target:e,locales:[h,p],renderVariable:br});if(!c||s&&!y&&!l||null===y)return e.jsx(e.Fragment,{children:m()});if(y)return e.jsx(t.Suspense,{fallback:b(y),children:b(y)});const x=async()=>{if(!l||!h)return m();if(y)return b(y);try{const e=await f({source:v,targetLocale:h,metadata:{id:n,hash:_,context:o}});return e?b(e):m()}catch(e){return console.warn(e),m()}};if(Ut){const r=t.use(Sr(["getTranslationPromise",l,JSON.stringify(v),h,n,_,o],()=>x()));return e.jsx(t.Suspense,{fallback:r,children:r})}let w;return w="skeleton"===d.method?"":"replace"===d.method||u?m():"",e.jsx(t.Suspense,{fallback:w,children:x()})}Ar._gtt="translate-client";function Er({gt:e,locale:r,versionId:n,defaultLocale:o,runtimeUrl:i,renderSettings:a,setTranslations:s,environment:c,...l}){const u=!!e.projectId&&!!i&&!!e.devApiKey&&"development"===c;if(!u){const e=e=>Promise.reject(new Error(`${e}() failed because translation is disabled`));return{developmentApiEnabled:u,registerIcuForTranslation:()=>e("registerIcuForTranslation"),registerJsxForTranslation:()=>e("registerJsxForTranslation")}}const f=t.useRef({gt:e,locale:r,baseMetadata:{...l,projectId:e.projectId,sourceLocale:o},timeout:a.timeout});f.current.gt=e,f.current.locale=r,f.current.baseMetadata={...l,projectId:e.projectId,sourceLocale:o},f.current.timeout=a.timeout;const d=t.useRef(!1),h=t.useRef(null),[p,g]=t.useState(0),y=t.useCallback(e=>{s(t=>{const r=Object.keys(e);if(0===r.length)return t;const n=t?{...t}:{};let o=!1;for(const i of r){const r=e[i],a=t?.[i];Object.is(a,r)||(n[i]=r,o=!0)}return o?n:t})},[s]),v=t.useCallback(e=>{h.current={...h.current??{},...e},d.current&&g(e=>e+1)},[]);t.useEffect(()=>{if(d.current=!0,h.current){const e=h.current;h.current=null,y(e)}return()=>{d.current=!1}},[y]),t.useEffect(()=>{if(!d.current)return;const e=h.current;e&&(h.current=null,y(e))},[p,y]);const _=t.useRef(0),m=t.useRef(new Map),b=t.useRef(new Map),x=t.useCallback(async e=>{if(0===e.size)return{};_.current+=1;const{gt:t,locale:r,baseMetadata:n,timeout:o}=f.current,i=Array.from(e.values()),a={},s=new Map;try{(await t.translateMany(i,{...n,targetLocale:r,timeout:o})).forEach((e,t)=>{const r=i[t],{hash:n,id:o}=r.metadata;if("translation"in e){const t=e.translation;a[n]=t,s.set(n,t)}else if("error"in e){const t=tr(o,n);console.warn(`${t} ${e.error||"An upstream error occurred."}`),a[n]=null,s.set(n,null)}else{const t=tr(o,n);console.warn(`${t} Unknown response format.`,e),a[n]=null,s.set(n,null)}})}catch(e){"AbortError"===e?.name?console.warn(cr):console.warn(er,e),i.forEach(e=>{a[e.metadata.hash]=null,s.set(e.metadata.hash,null)})}finally{_.current-=1,i.forEach(e=>{const t=s.get(e.metadata.hash);void 0===t?(console.warn(`No translation result for ${e.metadata.hash}; resolving as null.`),e.resolve(null)):e.resolve(t)})}return a},[]),w=t.useRef(null),k=t.useRef(async()=>{}),B=t.useCallback(e=>{v(e),m.current.size>0&&(w.current=setTimeout(()=>{w.current=null,k.current()},50))},[v]),S=t.useCallback(()=>{k.current=async()=>{if(_.current>=100)return void(w.current=setTimeout(()=>{w.current=null,k.current()},50));const e=m.current;if(0===e.size)return;const t=Array.from(e.entries()).slice(0,Math.min(25,e.size)),r=new Map(t);t.forEach(([t])=>e.delete(t));const n=await x(r);B(n)}},[x,B]),A=t.useCallback((e=!1)=>{if(S(),e)return w.current&&(clearTimeout(w.current),w.current=null),void k.current();w.current||(w.current=setTimeout(()=>{w.current=null,k.current()},50))},[S]),E=t.useCallback(e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=b.current.get(r);if(n)return n;const o=new Promise(n=>{const o="JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}}:{dataFormat:"ICU",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}};m.current.set(r,o);const i=m.current.size>=25&&_.current<100;A(i)}).finally(()=>{b.current.delete(r)});return b.current.set(r,o),o},[A]),C=t.useMemo(()=>E("ICU"),[E]),j=t.useMemo(()=>E("JSX"),[E]);return t.useEffect(()=>()=>{w.current&&clearTimeout(w.current)},[]),{developmentApiEnabled:u,registerIcuForTranslation:C,registerJsxForTranslation:j}}function Cr({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i,...a}=r;return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>qt({source:t,...o&&{context:o},...n&&{id:n},dataFormat:"ICU"}),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function c(e,r,n){let o,i="";return r&&(o=t?.[r]),n&&void 0===o&&(i=n,o=t?.[n]),void 0===o&&(i=e(),o=t?.[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},l)=>{const u=s(e,t);if(!u)return"";const{id:f,context:d,_hash:h,calculateHash:p,renderMessage:g}=u;if(!o)return g(e,[n]);const{translationEntry:y,hash:v}=c(p,f,h);if(null===y)return g(e,[n]);if(y)try{return g(y,[r,n])}catch(t){return console.error(rr(e,f),"Error: ",t),g(e,[n])}if(void 0!==l?.[v]){if(l?.[v])try{return g(l?.[v],[r,n])}catch(t){console.error(rr(e,f),"Error: ",t)}return g(e,[n])}return i?(a({source:e,targetLocale:r,metadata:{...d&&{context:d},...f&&{id:f},hash:v||""}}),g(e,[n])):(console.warn(nr(e,f,"t")),g(e,[n]))},_mFunction:(s,c={},l)=>{if(!s)return s;const u=hr(s);if(!u||!u.$_hash||!u.$_source)return s;const{$_hash:f,$_source:d,$context:h,$hash:p,$id:g,...y}=u,v=(t,r)=>e.formatMessage(t,{locales:r,variables:{...y,...c}});if(!o)return v(d,[n]);const _=t?.[u.$_hash];if(null===_)return v(d,[n]);if(_)try{return v(_,[r,n])}catch(e){return console.error(rr(d,dr(s)),"Error: ",e),v(d,[n])}if(!i)return console.warn(nr(d,dr(s),"m")),v(d,[n]);if(void 0!==l?.[f]){if(l?.[f])try{return v(l?.[f],[r,n])}catch(e){console.error(rr(d,dr(s)),"Error: ",e)}return v(d,[n])}return a({source:d,targetLocale:r,metadata:{...h&&{context:h},hash:f}}),v(d,[n])},_filterMessagesForPreload:e=>{const t=[];for(const{message:r,...n}of e){const e=s(r,n);if(!e)continue;const{id:o,_hash:i,calculateHash:a}=e,{translationEntry:l,hash:u}=c(a,o,i);l||t.push({message:r,...n,$_hash:u})}return t},_preloadMessages:async e=>{const t={};return await Promise.all(e.map(async({message:e,...n})=>{const o=s(e,n);if(!o)return;const{id:i,context:l,_hash:u,calculateHash:f}=o,{translationEntry:d,hash:h}=c(f,i,u);d&&(t[h]=d),t[h]=await a({source:e,targetLocale:r,metadata:{...l&&{context:l},...i&&{id:i},hash:h}})})),t}}}function jr(e,n,o,i,a,s,c,l,u){return t.useCallback((t,c={})=>{if(!e)return"";const f=Rt(e,t);if(!f)return console.warn(ar(t)),"";if(!Ot(f))return console.warn((e=>`${Bt} Warning: Invalid dictionary entry found for id: "${e}"`)(t)),"";const{entry:d,metadata:h}=Mt(f);if(!d||"string"!=typeof d)return"";const p=(e,t)=>r.formatMessage(e,{locales:t,variables:c});if(!s)return p(d,[a]);const g=Rt(n||{},t);if(g&&Ot(g)){const{entry:e}=Mt(g);return p(e,[i,a])}let y=o?.[t],v="";const _=()=>qt({source:d,...h?.$context&&{context:h.$context},id:t,dataFormat:"ICU"});return y||(v=_(),y=o?.[v]),y?p(y,[i,a]):null===y?p(d,[a]):l?(u({source:d,targetLocale:i,metadata:{...h?.$context&&{context:h.$context},id:t,hash:v||_()}}),p(d,[a])):p(d,[a])},[e,n,o,i,a,s,l,u,c])}function Tr({_locale:e,defaultLocale:n,locales:o,ssr:i,localeCookieName:a,customMapping:s,useDetermineLocale:c}){const l=t.useMemo(()=>Array.from(new Set([n,...o])),[n,o]),[u,f]=c({locale:e,defaultLocale:n,locales:l,ssr:i,localeCookieName:a,customMapping:s}),[d,h]=t.useMemo(()=>{const e=r.requiresTranslation(n,u,l,s),t=e&&r.isSameLanguage(n,u);if(!s){const e=[];if(l.forEach(t=>{r.isValidLocale(t)||e.push(t)}),e.length)throw new Error((e=>`${Bt} Error: You are using invalid locale codes in your configuration. You must either specify a list of valid locales or use "customMapping" to specify aliases for the following invalid locales: ${e.join(", ")}.`)(e))}if(s){const e=[];if(l.forEach(t=>{r.isValidLocale(t,s)||e.push(t)}),e.length)throw new Error((e=>`${Bt} Error: You are using invalid canonical locale codes in your configuration: ${e.join(", ")}.`)(e))}return[e,t]},[n,u,l]);return{locale:u,setLocale:f,locales:l,translationRequired:d,dialectTranslationRequired:h}}function $r({devApiKey:e,projectId:o,runtimeUrl:i,loadTranslationsType:a,cacheUrl:s,locales:c,environment:l}){t.useEffect(()=>{if("production"===l&&e)throw new Error(Qt);if("custom"===a||!s&&!i||o||"development"!==l||console.warn(ir),o&&i&&"custom"!==a&&!e&&"development"===l&&console.warn(sr),i===lt||s===ct&&"default"===a){const e=c.filter(e=>!n.getSupportedLocale(e));e.length&&console.warn((e=>`${Bt} Warning: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:t}=r.getLocaleProperties(e);return`${e} (${t})`}).join(", ")}`)(e))}},[e,a,s,i,o,c])}async function Or(e,t){const n=Array.from(new Set([e,r.getLocaleProperties(e).languageCode]));for(const e of n)try{const r=await t(e);if(r)return r}catch{}console.warn(lr)}function Rr({_translations:e,translationRequired:r,loadTranslationsType:n,loadTranslations:o,locale:i,cacheUrl:a,projectId:s,_versionId:c,gt:l}){const[u,f]=t.useState(e||r&&"disabled"!==n?null:{});return t.useEffect(()=>{f(r&&"disabled"!==n?null:{})},[i,n]),t.useEffect(()=>{if(u||!r||"disabled"===n)return;let e=!0;return(async()=>{let t;switch(n){case"custom":if(o)try{t=await o(i)}catch(e){console.error(((e="")=>`${Bt} Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(i),e)}break;case"default":try{t=await async function({cacheUrl:e,projectId:t,locale:r,versionId:n,gt:o}){if(!t||!e||!r)return{};r=o.resolveCanonicalLocale(r);const i=await fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return await i.json()}({cacheUrl:a,projectId:s,locale:i,versionId:c,gt:l})}catch(e){console.error(e)}}t||(t={}),e&&f(t)})(),()=>{e=!1}},[u,r,n,a,s,i,c,l]),{translations:u,setTranslations:f}}function Mr(e,r,n,o,i,a,s,c,l,u,f,d){return t.useCallback((t,s,l={})=>{if(""===s)throw new Error(`${Bt} Error: You cannot provide an empty id to t.obj()`);const h=Nt({dictionary:e,id:s});if(!h)return console.warn(ar(s)),{};if(Ht(h))return d(t,l);if(!c)return Vt(h);const p=function({dictionary:e,id:t,sourceDictionary:r}){if(""===t)return e;let n=e;const o=r,i=t.split(".");for(const e of i)void 0===xt(n,e)&&(Array.isArray(xt(o,e))?wt(n,e,[]):wt(n,e,{})),n=xt(n,e);return n}({dictionary:r,id:s,sourceDictionary:r}),{dictionary:g,updateDictionary:y}=Zt(structuredClone(h),s),v=fr(g,p,s),{dictionary:_,updateDictionary:m}=function(e,t,r,n,o=""){let i=!1;const a=o?o.split("."):[];return n.forEach(({metadata:n})=>{const{$_hash:o,$id:s}=n,c=a.length>0?s.split(".").slice(a.length).join("."):s,l=Rt(t,c);let u;Ht(l)&&(u=Mt(l).entry);const f=r[o]||u;f&&(Gt(f,t,c,e),i=!0)}),{dictionary:t,updateDictionary:i}}(g,structuredClone(p),i||{},v,s),b=function(e,t,r,n=""){const o=n?n.split("."):[];return r.forEach(({source:r,metadata:n})=>{const{$id:i}=n,a=o.length>0?i.split(".").slice(o.length).join("."):i,s=Rt(t,a);let c;Ht(s)&&(c=Mt(s).entry),Gt(c||r,t,a,e)}),t}(g,structuredClone(_),v,s);return u&&Promise.allSettled(v.map(async e=>{const{source:t,metadata:r}=e,n=r?.$id;return[n,await f({source:t,targetLocale:a,metadata:{...r?.$context&&{context:r.$context},id:n,hash:r?.$_hash}})]})).then(t=>{const r=t.filter(e=>"fulfilled"===e.status).map(e=>e.value);r.length>0&&o(t=>function(e,t,r){return t.forEach(([t,n])=>{Gt(n,e,t,r)}),e}(t,r,e))}),y&&setTimeout(()=>{n(e=>ur(e,g,s))},0),m&&setTimeout(()=>{o(e=>It(e,_))},0),structuredClone(b)},[e,i,a,s,c,l,u,f,r])}function Fr(){throw St("isSSREnabled")}function Lr({}){throw St("useDetermineLocale")}function zr({}){throw St("useRegionState")}function Hr({children:r,n:n,locales:o,...i}){const a=t.useContext(pr);let s;a&&(o||=a.locale,s||=a.defaultLocale);const c=[...o?[o]:[],s||ut];if("number"!=typeof n)throw new Error((e=>`${Bt} Error: <Plural> component with children "${e}" requires "n" option.`)(r));return e.jsx(e.Fragment,{children:_t(n,c,i)||r})}function Dr({children:t,branch:r,...n}){r=r?.toString();const o=r&&void 0!==n[r]?n[r]:t;return e.jsx(e.Fragment,{children:o})}function Pr(){return gr("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}Hr._gtt="plural",Dr._gtt="branch",exports.Branch=Dr,exports.Currency=_r,exports.DateTime=mr,exports.GTContext=pr,exports.GTProvider=function({children:n,config:o,environment:i="production",projectId:a=o?.projectId||"",devApiKey:s=o?.devApiKey||"",dictionary:c=o?.dictionary||{},locales:l=o?.locales||[],defaultLocale:u=o?.defaultLocale||ut,cacheUrl:f=o?.cacheUrl||ct,runtimeUrl:d=o?.runtimeUrl||lt,renderSettings:h=o?.renderSettings||zt(i),ssr:p=o?.ssr||Fr(),localeCookieName:g=o?.localeCookieName||"generaltranslation.locale",locale:y="",region:v,loadDictionary:_,loadTranslations:m,fallback:b,translations:x=null,_versionId:w,customMapping:k=o?.customMapping,readAuthFromEnv:B=At,useDetermineLocale:S=Lr,useRegionState:A=zr,...E}){y&&(y=r.resolveAliasLocale(y,k));const{projectId:C,devApiKey:j}=B({projectId:a,devApiKey:s}),{locale:T,setLocale:$,locales:O,translationRequired:R,dialectTranslationRequired:M}=Tr({_locale:y,defaultLocale:u,locales:l,ssr:p,localeCookieName:g,customMapping:k,useDetermineLocale:S}),{region:F,setRegion:L}=A({_region:v,ssr:p,regionCookieName:"generaltranslation.region"}),z=t.useMemo(()=>new r.GT({devApiKey:j,sourceLocale:u,targetLocale:T,projectId:C,baseUrl:d,customMapping:k}),[j,u,C,d,k]),H=(m?"custom":f&&C&&"default")||"disabled",{dictionary:D,setDictionary:P,dictionaryTranslations:I,setDictionaryTranslations:U}=function({_dictionary:e,_dictionaryTranslations:r={},loadDictionary:n,locale:o,defaultLocale:i}){const[a,s]=t.useState(e),[c,l]=t.useState(r);return t.useEffect(()=>{if(!n)return;let e=!0;return(async()=>{const t=await Or(i,n)||{},r=await Or(o,n)||{};e&&s(t||{}),e&&l(r||{})})(),()=>{e=!1}},[n,o,i]),{dictionary:a,setDictionary:s,dictionaryTranslations:c,setDictionaryTranslations:l}}({_dictionary:c,_dictionaryTranslations:{},loadDictionary:_,locale:T,defaultLocale:u});$r({devApiKey:j,projectId:C,runtimeUrl:d,loadTranslationsType:H,cacheUrl:f,locales:l,environment:i});const{translations:N,setTranslations:W}=Rr({_translations:x,translationRequired:R,loadTranslationsType:H,loadTranslations:m,locale:T,cacheUrl:f,projectId:C,_versionId:w,gt:z}),{registerIcuForTranslation:G,registerJsxForTranslation:V,developmentApiEnabled:J}=Er({gt:z,locale:T,versionId:w,defaultLocale:u,runtimeUrl:d,renderSettings:h,setTranslations:W,environment:i,...E}),{_tFunction:K,_mFunction:q,_filterMessagesForPreload:X,_preloadMessages:Y}=Cr({gt:z,translations:N,locale:T,defaultLocale:u,translationRequired:R,developmentApiEnabled:J,registerIcuForTranslation:G}),Z=jr(D,I,N,T,u,R,M,J,G),Q=Mr(D||{},I||{},P,U,N,T,u,R,M,J,G,Z),ee=!(R&&!N||!T);return e.jsx(pr.Provider,{value:{gt:z,registerIcuForTranslation:G,registerJsxForTranslation:V,_tFunction:K,_mFunction:q,_filterMessagesForPreload:X,_preloadMessages:Y,_dictionaryFunction:Z,_dictionaryObjFunction:Q,developmentApiEnabled:J,locale:T,locales:O,setLocale:$,defaultLocale:u,region:F,setRegion:L,translations:N,translationRequired:R,dialectTranslationRequired:M,projectId:C,renderSettings:h},children:e.jsx(t.Suspense,{fallback:b,children:ee?n:b})})},exports.LocaleSelector=function({}){throw St("LocaleSelector")},exports.Num=yr,exports.Plural=Hr,exports.RegionSelector=function({}){throw St("RegionSelector")},exports.T=Ar,exports.Var=vr,exports.decodeMsg=dr,exports.decodeOptions=hr,exports.msg=function(e,t){const n=t?.$_hash||qt({source:e,...t?.$context&&{context:t.$context},...t?.$id&&{id:t.$id},dataFormat:"ICU"});t?(t.$_hash=n,t.$_source=e):t={$_hash:n,$_source:e};const o=function(e){if("undefined"!=typeof Buffer)return Buffer.from(e,"utf8").toString("base64");for(var t=(new TextEncoder).encode(e),r="",n=0;n<t.length;n++)r+=String.fromCharCode(t[n]);return btoa(r)}(JSON.stringify(t));let i=e;(function(e){let t=0,r=!1;for(;t<e.length;){const n=e[t];if("'"!==n){if(!r&&"{"===n){let r=t+1,n="";for(;r<e.length&&"}"!==e[r];)n+=e[r],r++;if(r<e.length&&n.trim().length>0)return!0;t=r<e.length?r+1:r;continue}t++}else{if(t+1<e.length&&"'"===e[t+1]){t+=2;continue}r=!r,t++}}return!1})(e)&&Object.keys(t||{}).length>2&&(i=r.formatMessage(e,{locales:[ut],variables:t}));let a=i;return o&&(a+=`:${o}`),a},exports.useCreateInternalUseGTFunction=Cr,exports.useCreateInternalUseTranslationsFunction=jr,exports.useCreateInternalUseTranslationsObjFunction=Mr,exports.useDefaultLocale=function(){return gr("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useGT=function(e){const{developmentApiEnabled:r,translationRequired:n,_preloadMessages:o,_filterMessagesForPreload:a,_tFunction:s,locale:c}=gr("useGT(): No context provided. You're trying to get the gt() function from the useGT() hook, which can be called within a <GTProvider>.");let l;if(e&&Ut&&r&&n){const t=a(e);t.length>0&&(l=i.use(Sr(["_preloadMessages",c,JSON.stringify(t)],()=>o(t))))}return t.useCallback(function(e,t={}){return s(e,t,l)},[l,s])},exports.useGTClass=Pr,exports.useLocale=function(){return gr("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale},exports.useLocaleDirection=function(e){const{gt:t}=gr("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)},exports.useLocaleProperties=function(e){return Pr().getLocaleProperties(e)},exports.useLocaleSelector=function(e){const{locales:r,locale:n,setLocale:o,gt:i}=gr(),a=t.useMemo(()=>{if(!r||0===r.length)return[];const e=r.sort((e,t)=>(new Intl.Collator).compare(i.getLocaleProperties(e).nativeNameWithRegionCode,i.getLocaleProperties(t).nativeNameWithRegionCode));return e},[r]),s=t.useCallback(e=>i.getLocaleProperties(e),[i]);return{locale:n,locales:e||a,setLocale:o,getLocaleProperties:s}},exports.useLocales=function(){return gr("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales},exports.useMessages=function(e){const{developmentApiEnabled:r,translationRequired:n,_preloadMessages:o,_filterMessagesForPreload:a,_mFunction:s,locale:c}=gr("useMessages(): No context provided. You're trying to get the m() function from the useMessages() hook, which can be called within a <GTProvider>.");let l;if(e&&Ut&&r&&n){const t=a(e);t.length>0&&(l=i.use(Sr(["_preloadMessages",c,JSON.stringify(t)],()=>o(t))))}return t.useCallback(function(e,t={}){return s(e,t,l)},[l,s])},exports.useRegion=function(){return gr("useRegion(): Unable to access user's region outside of a <GTProvider>").region},exports.useRegionSelector=function({regions:e,customMapping:n,prioritizeCurrentLocaleRegion:o=!0,sortRegionsAlphabetically:i=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:a,locale:s,setLocale:c,gt:l,region:u,setRegion:f}=gr(),{regionCode:d}=l.getLocaleProperties(s),[h,p]=t.useMemo(()=>{const t=new Map(a.map(e=>{const t=r.getLocaleProperties(e,s,l.customMapping);return[t.regionCode,t]})),c=e?[...e]:Array.from(t?.keys()||[d]),u=new Map(c.map(e=>[e,{locale:t?.get(e)?.code||s,...l.getRegionProperties(e),..."string"==typeof n?.[e]?{name:n?.[e]}:n?.[e]}]));if(i&&c.sort((e,t)=>(new Intl.Collator).compare(u.get(e).name,u.get(t).name)),o){const e=c.indexOf(d);e>0&&(c.splice(e,1),c.unshift(d))}return[c,u]},[e,u,s,a,l]);return{region:u,setRegion:f,regions:h,regionData:p,locales:a,locale:s,localeRegion:d,setLocale:c}},exports.useRuntimeTranslation=Er,exports.useSetLocale=function(){const{setLocale:e}=gr("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e},exports.useTranslations=function(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r,_dictionaryObjFunction:n}=gr(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);function o(e,n={}){const o=t(e);return r(o,n)}return o.obj=function(e,r={}){const o=t(e);return n(e,o,r)},o};
|
|
18
|
+
function(){var t=e,r=t.lib,n=r.WordArray,o=r.Hasher,i=t.algo,a=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),s=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),f=n.create([1352829926,1548603684,1836072691,2053994217,0]),d=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_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,d,m,b,x,w,k,B,S,A,E,C=this._hash.words,j=u.words,T=f.words,$=a.words,O=s.words,R=c.words,M=l.words;for(w=i=C[0],k=d=C[1],B=m=C[2],S=b=C[3],A=x=C[4],r=0;r<80;r+=1)E=i+e[t+$[r]]|0,E+=r<16?h(d,m,b)+j[0]:r<32?p(d,m,b)+j[1]:r<48?g(d,m,b)+j[2]:r<64?v(d,m,b)+j[3]:y(d,m,b)+j[4],E=(E=_(E|=0,R[r]))+x|0,i=x,x=b,b=_(m,10),m=d,d=E,E=w+e[t+O[r]]|0,E+=r<16?y(k,B,S)+T[0]:r<32?v(k,B,S)+T[1]:r<48?g(k,B,S)+T[2]:r<64?p(k,B,S)+T[3]:h(k,B,S)+T[4],E=(E=_(E|=0,M[r]))+A|0,w=A,A=S,S=_(B,10),B=k,k=E;E=C[1]+m+S|0,C[1]=C[2]+b+A|0,C[2]=C[3]+x+w|0,C[3]=C[4]+i+k|0,C[4]=C[0]+d+B|0,C[0]=E},_doFinalize:function(){var e=this._data,t=e.words,r=8*this._nDataBytes,n=8*e.sigBytes;t[n>>>5]|=128<<24-n%32,t[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),e.sigBytes=4*(t.length+1),this._process();for(var o=this._hash,i=o.words,a=0;a<5;a++){var s=i[a];i[a]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8)}return o},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function h(e,t,r){return e^t^r}function p(e,t,r){return e&t|~e&r}function g(e,t,r){return(e|~t)^r}function v(e,t,r){return e&r|t&~r}function y(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(d),t.HmacRIPEMD160=o._createHmacHelper(d)}(),e.RIPEMD160)),te.exports;var e}(),oe(),function(){return ie||(ie=1,ae.exports=(c=m(),N(),oe(),t=(e=c).lib,r=t.Base,n=t.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){for(var r=this.cfg,o=a.create(r.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=r.keySize,f=r.iterations;c.length<u;){var d=o.update(t).finalize(s);o.reset();for(var h=d.words,p=h.length,g=d,v=1;v<f;v++){g=o.finalize(g),o.reset();for(var y=g.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(d),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),ae.exports;var e,t,r,n,o,i,a,s,c}(),le(),de(),ge(),_e(),xe(),Be(),function(){return Se?Ae.exports:(Se=1,Ae.exports=(t=m(),de(),t.mode.ECB=((e=t.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),e.Decryptor=e.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),e),t.mode.ECB));var e,t}(),function(){return Ee?Ce.exports:(Ee=1,Ce.exports=(e=m(),de(),e.pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,i=r+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923));var e}(),function(){return je?Te.exports:(je=1,Te.exports=(e=m(),de(),e.pad.Iso10126={pad:function(t,r){var n=4*r,o=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126));var e}(),function(){return $e?Oe.exports:($e=1,Oe.exports=(e=m(),de(),e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971));var e}(),function(){return Re||(Re=1,Me.exports=(e=m(),de(),e.pad.ZeroPadding={pad:function(e,t){var r=4*t;e.clamp(),e.sigBytes+=r-(e.sigBytes%r||r)},unpad:function(e){var t=e.words,r=e.sigBytes-1;for(r=e.sigBytes-1;r>=0;r--)if(t[r>>>2]>>>24-r%4*8&255){e.sigBytes=r+1;break}}},e.pad.ZeroPadding)),Me.exports;var e}(),function(){return Fe?Le.exports:(Fe=1,Le.exports=(e=m(),de(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return ze?He.exports:(ze=1,He.exports=(n=m(),de(),t=(e=n).lib.CipherParams,r=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(r)},parse:function(e){var n=r.parse(e);return t.create({ciphertext:n})}},n.format.Hex));var e,t,r,n}(),function(){return De||(De=1,Pe.exports=(e=m(),$(),z(),le(),de(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],f=[],d=[],h=[];!function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var r=0,n=0;for(t=0;t<256;t++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[r]=p,i[p]=r;var g=e[r],v=e[g],y=e[v],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*v^257*g^16843008*r,u[p]=_<<24|_>>>8,f[p]=_<<16|_>>>16,d[p]=_<<8|_>>>24,h[p]=_,r?(r=g^e[e[e[y^g]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],g=n.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,r=e.sigBytes/4,n=4*((this._nRounds=r+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<r?i[a]=t[a]:(l=i[a-1],a%r?r>6&&a%r==4&&(l=o[l>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l]):(l=o[(l=l<<8|l>>>24)>>>24]<<24|o[l>>>16&255]<<16|o[l>>>8&255]<<8|o[255&l],l^=p[a/r|0]<<24),i[a]=i[a-r]^l);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(a=n-c,c%4)var l=i[a];else l=i[a-4];s[c]=c<4||a<=4?l:u[o[l>>>24]]^f[o[l>>>16&255]]^d[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,t){var r=e[t+1];e[t+1]=e[t+3],e[t+3]=r,this._doCryptBlock(e,t,this._invKeySchedule,u,f,d,h,i),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,i,a,s){for(var c=this._nRounds,l=e[t]^r[0],u=e[t+1]^r[1],f=e[t+2]^r[2],d=e[t+3]^r[3],h=4,p=1;p<c;p++){var g=n[l>>>24]^o[u>>>16&255]^i[f>>>8&255]^a[255&d]^r[h++],v=n[u>>>24]^o[f>>>16&255]^i[d>>>8&255]^a[255&l]^r[h++],y=n[f>>>24]^o[d>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[d>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&f]^r[h++];l=g,u=v,f=y,d=_}g=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[f>>>8&255]<<8|s[255&d])^r[h++],v=(s[u>>>24]<<24|s[f>>>16&255]<<16|s[d>>>8&255]<<8|s[255&l])^r[h++],y=(s[f>>>24]<<24|s[d>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[d>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&f])^r[h++],e[t]=g,e[t+1]=v,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(g)}(),e.AES)),Pe.exports;var e}(),Ne(),function(){return We||(We=1,Ge.exports=(e=m(),$(),z(),le(),de(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=n.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,r=e.sigBytes,n=this._S=[],o=0;o<256;o++)n[o]=o;o=0;for(var i=0;o<256;o++){var a=o%r,s=t[a>>>2]>>>24-a%4*8&255;i=(i+n[o]+s)%256;var c=n[o];n[o]=n[i],n[i]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,t=this._i,r=this._j,n=0,o=0;o<4;o++){r=(r+e[t=(t+1)%256])%256;var i=e[t];e[t]=e[r],e[r]=i,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}t.RC4=r._createHelper(o);var a=n.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)i.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4)),Ge.exports;var e}(),function(){return Ve||(Ve=1,Je.exports=(e=m(),$(),z(),le(),de(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,r=0;r<4;r++)e[r]=16711935&(e[r]<<8|e[r]>>>24)|4278255360&(e[r]<<24|e[r]>>>8);var n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],o=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];for(this._b=0,r=0;r<4;r++)c.call(this);for(r=0;r<8;r++)o[r]^=n[r+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),f=l>>>16|4294901760&u,d=u<<16|65535&l;for(o[0]^=l,o[1]^=f,o[2]^=u,o[3]^=d,o[4]^=l,o[5]^=f,o[6]^=u,o[7]^=d,r=0;r<4;r++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(s)}(),e.Rabbit)),Je.exports;var e}(),function(){return Ke||(Ke=1,qe.exports=(e=m(),$(),z(),le(),de(),function(){var t=e,r=t.lib.StreamCipher,n=t.algo,o=[],i=[],a=[],s=n.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],n=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var o=0;o<4;o++)c.call(this);for(o=0;o<8;o++)n[o]^=r[o+4&7];if(t){var i=t.words,a=i[0],s=i[1],l=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),u=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),f=l>>>16|4294901760&u,d=u<<16|65535&l;for(n[0]^=l,n[1]^=f,n[2]^=u,n[3]^=d,n[4]^=l,n[5]^=f,n[6]^=u,n[7]^=d,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,t){var r=this._X;c.call(this),o[0]=r[0]^r[5]>>>16^r[3]<<16,o[1]=r[2]^r[7]>>>16^r[5]<<16,o[2]=r[4]^r[1]>>>16^r[7]<<16,o[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)o[n]=16711935&(o[n]<<8|o[n]>>>24)|4278255360&(o[n]<<24|o[n]>>>8),e[t+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,r=0;r<8;r++)i[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<i[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<i[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<i[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<i[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<i[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<i[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<i[6]>>>0?1:0)|0,this._b=t[7]>>>0<i[7]>>>0?1:0,r=0;r<8;r++){var n=e[r]+t[r],o=65535&n,s=n>>>16,c=((o*o>>>17)+o*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(s)}(),e.RabbitLegacy)),qe.exports;var e}(),Ze())),g.exports),st=f(at),ct="https://cdn.gtx.dev",lt="https://runtime2.gtx.dev",ut="en",ft=["singular","plural","dual","zero","one","two","few","many","other"];var dt=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 ht(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 pt={variable:"v",number:"n",datetime:"d",currency:"c"};function gt(e){return pt[e]}function vt(e){return"object"==typeof e&&!!e&&"data-_gt"in e&&"object"==typeof e["data-_gt"]&&!!e["data-_gt"]&&"transformation"in e["data-_gt"]&&"variable"===e["data-_gt"]?.transformation}function yt(e){const t=e["data-_gt"]?.variableType||"variable";return{variableName:s(e,t),variableType:gt(t),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={...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 _t(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=ft),void 0===r&&(r=["en"]);var n=dt.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 mt(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function bt({children:e,defaultLocale:r=ut,renderVariable:n}){const o=e=>t.isValidElement(e)?(e=>{const o=mt(e);if(vt(e.props)){const{variableType:t,variableValue:o,variableOptions:i}=yt(e.props);return n({variableType:t,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===o?.transformation){const t=o.branches||{};return i(_t(e.props.n,[r],t)||e.props.children)}if("branch"===o?.transformation){let{children:t,branch:r,"data-_gt":n,...a}=e.props;return a=o.branches||{},i(void 0!==a[r]?a[r]:t)}return"fragment"===o?.transformation?t.createElement(t.Fragment,{key:e.props.key,children:i(e.props.children)}):e.props.children?t.cloneElement(e,{...e.props,"data-_gt":void 0,children:i(e.props.children)}):t.cloneElement(e,{...e.props,"data-_gt":void 0})})(e):e,i=e=>Array.isArray(e)?t.Children.map(e,o):o(e);return i(e)}function xt(e,t){if(null==e)throw new Error("Cannot index into an undefined dictionary");return Array.isArray(e),e[t]}function wt(e,t,r){Array.isArray(e),e[t]=r}function kt(e,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;const o={id:n};let i;try{i="function"==typeof t&&t._gtt||""}catch{}if(i){const e=i.split("-");if("translate"===e[0]&&(e[0]="fragment"),"variable"===e[0]&&(o.variableType=e?.[1]||"variable"),"plural"===e[0]){const e=Object.entries(r).reduce((e,[t,r])=>(function(e){return ft.includes(e)}(t)&&(e[t]=kt(r,n)),e),{});Object.keys(e).length&&(o.branches=e)}if("branch"===e[0]){const{children:e,branch:t,...i}=r,a=Object.entries(i).reduce((e,[t,r])=>(e[t]=kt(r,n),e),{});Object.keys(a).length&&(o.branches=a)}o.transformation=e[0]}return o};function i(e){return t.isValidElement(e)?function(e){const{props:r}=e,n=o(e),i={...r,"data-_gt":n};return r.children&&!n.variableType&&(i.children=a(r.children)),e.type===t.Fragment&&(i["data-_gt"].transformation="fragment"),t.cloneElement(e,i)}(e):e}function a(e){return Array.isArray(e)?t.Children.map(e,i):i(e)}return a(e)}"function"==typeof SuppressedError&&SuppressedError;const Bt="@generaltranslation/react-core";function St(e){return new Error(`${Bt}: The ${e} function was not overridden. This is likely the result of importing directly from "generaltranslation/react-core".`)}function At({}){throw St("readAuthFromEnv")}var Et={pl:"placeholder",ti:"title",alt:"alt",arl:"aria-label",arb:"aria-labelledby",ard:"aria-describedby"};const Ct=e=>{if(!e)return"";const{type:t,props:r}=e;if(t&&"function"==typeof t){if("displayName"in t&&"string"==typeof t.displayName&&t.displayName)return t.displayName;if("name"in t&&"string"==typeof t.name&&t.name)return t.name}return t&&"string"==typeof t?t:r.href?"a":r["data-_gt"]?.id?`C${r["data-_gt"].id}`:"function"},jt=e=>{const{props:t}=e,r={t:Ct(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=gt(r);return{i:e.id,k:n,v:o}}r.i=e.id,r.d=((e,t,r)=>{let n=Object.entries(Et).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]=$t(r)}),n={...n,b:e,t:"p"}}if("branch"===e&&r){const e={};Object.entries(r).forEach(([t,r])=>{e[t]=$t(r)}),n={...n,b:e,t:"b"}}return Object.keys(n).length?n:void 0})(n,t,e.branches);let o=Object.entries(Et).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]=$t(r)}),o={...o,b:t,t:"p"}}if("branch"===n&&e.branches){const t={};Object.entries(e.branches).forEach(([e,r])=>{t[e]=$t(r)}),o={...o,b:t,t:"b"}}r.d=Object.keys(o).length?o:void 0}return t.children&&(r.c=$t(t.children)),r},Tt=e=>{return r=e,t.isValidElement(r)?jt(e):"number"==typeof e?e.toString():e;var r};function $t(e){return Array.isArray(e)?e.map(Tt):Tt(e)}function Ot(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof e?.[0])return!1;const t=e?.[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}function Rt(e,t){let r=e;const n=t.split(".");for(const e of n){if("object"!=typeof r&&!Array.isArray(r))return;r=xt(r,e)}return r}function Mt(e){if(Array.isArray(e)){if(1===e.length)return{entry:e[0]};if(2===e.length)return{entry:e[0],metadata:e[1]}}return{entry:e}}function Ft({sourceElement:e,targetElement:r,locales:n=[ut],renderVariable:o}){const{props:i}=e,a=i["data-_gt"],s=a?.transformation,c=r.d,l={};if(c&&Object.entries(Et).forEach(([e,t])=>{c[e]&&(l[t]=c[e])}),"plural"===s){const t=e.props.n;return Lt({source:_t(t,n,a.branches||{})||e.props.children,target:_t(t,n,r.d?.b||{})||r.c,locales:n,renderVariable:o})}if("branch"===s){const{branch:e,children:t}=i;return Lt({source:(a.branches||{})[e]||t,target:(r.d?.b||{})[e]||r.c,locales:n,renderVariable:o})}return"fragment"===s&&r.c?t.createElement(t.Fragment,{key:e.props.key,children:Lt({source:i.children,target:r.c,locales:n,renderVariable:o})}):i?.children&&r?.c?t.cloneElement(e,{...i,...l,"data-_gt":void 0,children:Lt({source:i.children,target:r.c,locales:n,renderVariable:o})}):bt({children:e,defaultLocale:n[0],renderVariable:o})}function Lt({source:r,target:n,locales:o=[ut],renderVariable:i}){if(null==n&&r)return bt({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(!vt(e.props))return!0;{const{variableName:t,variableValue:r,variableOptions:n}=yt(e.props);a[t]=r,s[t]=n}}return!1}),l=e=>c.find(t=>{const r=mt(t);if(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(ht(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:Ft({sourceElement:c,targetElement:r,locales:o,renderVariable:i})},`element_${n}`):void 0})}if(n&&"object"==typeof n&&!Array.isArray(n)){const e=ht(n)?"variable":"element";if(t.isValidElement(r)){if("element"===e)return Ft({sourceElement:r,targetElement:n,locales:o,renderVariable:i});if(vt(r.props)){const{variableValue:e,variableOptions:t,variableType:n}=yt(r.props);return i({variableType:n,variableValue:e,variableOptions:t,locales:o})}}}return bt({children:r,defaultLocale:o[0],renderVariable:i})}const zt=(e="production")=>({method:"default",timeout:"development"===e?8e3:12e3});function Ht(e){return void 0!==e&&("string"==typeof e||!!Array.isArray(e)&&((1===e.length||2===e.length)&&("string"==typeof e[0]&&(2!==e.length||"object"==typeof e[1]&&null!==e[1]&&("$context"in e[1]||"$_hash"in e[1])))))}const Dt=e=>"string"==typeof e||Array.isArray(e),Pt=e=>"object"==typeof e&&null!==e&&!Array.isArray(e);function It(e,t){if(Array.isArray(e))return e.map((e,r)=>Ht(e)?t[r]:It(e,t[r]));const r={...Object.fromEntries(Object.entries(e).filter(([,e])=>Dt(e))),...Object.fromEntries(Object.entries(t).filter(([,e])=>Dt(e)))},n=Object.entries(e).filter(([,e])=>Pt(e)).map(([e])=>e),o=Object.entries(t).filter(([,e])=>Pt(e)).map(([e])=>e),i=new Set([...n,...o]);for(const n of i)r[n]=It(xt(e,n)||{},xt(t,n)||{});return r}const Ut="function"==typeof i.use;function Nt({dictionary:e,id:t}){if(""===t)return e;let r=e;const n=t.split(".");for(const e of n)r=xt(r,e);return r}const Wt=["constructor","prototype","__proto__"];function Gt(e,t,r,n){if(Ht(t))return e;const o=r.split(".");o.forEach(e=>{if(function(e){return!!Wt.includes(e)}(e))throw new Error(`Invalid key: ${e}`)}),t||={};for(const e of o.slice(0,-1))null==xt(t,e)&&wt(t,e,Array.isArray(xt(n,e))?[]:{}),t=xt(t,e),n=xt(n,e);wt(t,o[o.length-1],e)}function Vt(e){let t={};return Array.isArray(e)&&(t=[]),Object.entries(e).forEach(([e,r])=>{if(Ht(r)){const{entry:n}=Mt(r);wt(t,e,n)}else wt(t,e,Vt(r))}),t}var Jt=function(){return Jt=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Jt.apply(this,arguments)};function Kt(e){return st.SHA256(e).toString(st.enc.Hex).slice(0,16)}function qt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=Kt);var a={};return a.source="JSX"===i?Yt(r):r,a=Jt(Jt(Jt(Jt({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i}),t(p(a))}"function"==typeof SuppressedError&&SuppressedError;var Xt=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=Yt(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map(function(e){return[e[0],Yt(e[1])]}))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(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}(e)?Jt({k:e.k},e.v&&{v:e.v}):t}return e};function Yt(e){return Array.isArray(e)?e.map(Xt):Xt(e)}function Zt(e,t=""){let r=!1;return Object.entries(e).forEach(([n,o])=>{const i=t?`${t}.${n}`:n;if(Ht(o)){let{entry:t,metadata:a}=Mt(o);a?.$_hash||(a||={},a.$_hash=qt({source:t,...a?.$context&&{context:a.$context},id:i,dataFormat:"ICU"}),wt(e,n,[t,a]),r=!0)}else{const{updateDictionary:e}=Zt(o,i);r=r||e}}),{dictionary:e,updateDictionary:r}}const Qt=`${Bt} Error: Production environments cannot include an api key.`,er=`${Bt} Error: Fetching batched translations failed`,tr=(e,t)=>e?`${Bt} Error: Translation failed for id: ${e}, hash: ${t} `:`${Bt} Error: Translation failed for hash: ${t}`,rr=(e,t)=>`${Bt} Error: error rendering string ${t?`for id: "${t}"`:""} original message: "${e}"`,nr=(e,t,r="tx")=>`${Bt} Error: string translation error. ${r}("${e}")${t?` with id "${t}"`:""} could not locate translation.`,or=e=>`${Bt} Error: Dictionary subtree not found for id: "${e}"`,ir=`${Bt} Warning: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard.`,ar=e=>`${Bt} Warning: No valid dictionary entry found for id: "${e}"`,sr=`${Bt} Warning: A development API key is required for runtime translation! Find your development API key: generaltranslation.com/dashboard. (Or, disable this warning message by setting runtimeUrl to an empty string which disables runtime translation.)`,cr=`${Bt} Warning: Runtime translation timed out.`,lr=`${Bt} Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.`;function ur(e,t,r){const n=Nt({dictionary:e,id:r});if(!n)throw new Error(or(r));if(Ht(n))throw new Error(`${Bt} Error: Cannot inject and merge a dictionary entry`);return function(e,t,r){const n=Rt(e,r);if(!n)throw new Error(or(r));if(Ht(n))throw new Error(`${Bt} Error: Cannot inject and merge a dictionary entry`);const o=r.split("."),i=o.slice(0,-1),a=o[o.length-1];let s=e;return i.forEach(e=>{s=xt(s,e)}),wt(s,a,t),e}(e,It(n,t),r)}function fr(e,t,r=""){const n=[];return Object.entries(e).forEach(([e,o])=>{const i=r?`${r}.${e}`:e;if(Ht(o)){const{entry:r,metadata:a}=Mt(o);xt(t,e)||n.push({source:r,metadata:{$id:i,$context:a?.$context,$_hash:a?.$_hash||""}})}else n.push(...fr(o,xt(t,e)||(Array.isArray(o)?[]:{}),i))}),n}function dr(e){return e&&-1!==e.lastIndexOf(":")?e.slice(0,e.lastIndexOf(":")):e}function hr(e){if(-1===e.lastIndexOf(":"))return null;const t=e.slice(e.lastIndexOf(":")+1);try{const e=JSON.parse(function(e){if("undefined"!=typeof Buffer)return Buffer.from(e,"base64").toString("utf8");for(var t=atob(e),r=new Uint8Array(t.length),n=0;n<t.length;n++)r[n]=t.charCodeAt(n);return(new TextDecoder).decode(r)}(t));return e}catch{return null}}const pr=t.createContext(void 0);function gr(e="useGTContext() must be used within a <GTProvider>!"){const r=t.useContext(pr);if(void 0===r)throw new Error(e);return r}function vr({children:n,locales:o,options:i={}}){const a=t.useContext(pr);if(null==n)return null;const s=a?.gt||new r.GT;let c="string"==typeof n?parseFloat(n):n;return"number"==typeof c&&(o||(o||=[],a?.locale&&o.push(a.locale),a?.defaultLocale&&o.push(a.defaultLocale)),c=s.formatNum(c,{locales:o,...i})),e.jsx(e.Fragment,{children:c})}function yr({children:t}){return e.jsx(e.Fragment,{children:t})}function _r({children:n,currency:o="USD",locales:i,options:a={}}){const s=t.useContext(pr);if(null==n)return null;const c=s?.gt||new r.GT;let l="string"==typeof n?parseFloat(n):n;return"number"==typeof l&&(i||(i||=[],s?.locale&&i.push(s.locale),s?.defaultLocale&&i.push(s.defaultLocale)),l=c.formatCurrency(l,o,{locales:i,...a})),e.jsx(e.Fragment,{children:l})}function mr({children:n,locales:o,options:i={}}){const a=t.useContext(pr);if(null==n)return null;const s=a?.gt||new r.GT;o||(o=[],a?.locale&&o.push(a.locale),a?.defaultLocale&&o.push(a.defaultLocale));const c=s.formatDateTime(n,{locales:o,...i}).replace(/[\u200F\u202B\u202E]/g,"");return e.jsx(e.Fragment,{children:c})}vr._gtt="variable-number",yr._gtt="variable-variable",_r._gtt="variable-currency",mr._gtt="variable-datetime";const br=({variableType:t,variableValue:r,variableOptions:n})=>"n"===t?e.jsx(vr,{options:n,children:r}):"d"===t?e.jsx(mr,{options:n,children:r}):"c"===t?e.jsx(_r,{options:n,children:r}):e.jsx(yr,{children:r}),xr=Number.POSITIVE_INFINITY,wr=globalThis.__DANGEROUS_USE_REGISTRY__??(globalThis.__DANGEROUS_USE_REGISTRY__=new Map);function kr(e,t=new WeakSet){const r=typeof e;if(null==e||"number"===r||"boolean"===r||"bigint"===r)return String(e);if("string"===r)return JSON.stringify(e);if("symbol"===r)return`:sym(${e.description??""})`;if("function"===r)return`:fn(${e.name||"anon"})`;if(Array.isArray(e))return`[${e.map(e=>kr(e,t)).join(",")}]`;if("object"===r){const r=e;if(t.has(r))return":circular";t.add(r);const n=Object.keys(r).sort().map(e=>`${JSON.stringify(e)}:${kr(r[e],t)}`).join(",");return t.delete(r),`{${n}}`}return String(e)}function Br(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e?String(e):kr(e)}function Sr(e,t,r){const n=wr,o=Date.now(),i=xr,a=Br(e),s=n.get(a);if(s&&s.expiresAt>o)return s.thenable;const c=function(e){const t=e;return null==t.status&&(t.status="pending",e.then(e=>{t.status="fulfilled",t.value=e},e=>{t.status="rejected",t.reason=e})),t}(t()),l={thenable:c,createdAt:o,expiresAt:o+i};if(n.set(a,l),i!==1/0){const e=()=>{const e=n.get(a);e&&e.thenable===c&&setTimeout(()=>{const e=n.get(a);e&&e.thenable===c&&n.delete(a)},Math.max(0,i))};c.then(e,e)}return c}function Ar({children:r,id:n,context:o,_hash:i,...a}){if(!r)return;n=n??a?.$id,o=o??a?.$context;const{translations:s,translationRequired:c,developmentApiEnabled:l,dialectTranslationRequired:u,registerJsxForTranslation:f,renderSettings:d,locale:h,defaultLocale:p}=gr("<T> used on the client-side outside of <GTProvider>"),g=t.useMemo(()=>kt(r),[r]);let v;n&&(v=s?.[n]),void 0===v&&i&&(v=s?.[i]);const[y,_]=t.useMemo(()=>{if(!c||v)return[void 0,""];const e=$t(g);return[e,qt({source:e,...o&&{context:o},...n&&{id:n},dataFormat:"JSX"})]},[g,o,n,c,v]);void 0===v&&(v=s?.[_]);const m=()=>bt({children:g,defaultLocale:p,renderVariable:br}),b=e=>Lt({source:g,target:e,locales:[h,p],renderVariable:br});if(!c||s&&!v&&!l||null===v)return e.jsx(e.Fragment,{children:m()});if(v)return e.jsx(t.Suspense,{fallback:b(v),children:b(v)});const x=async()=>{if(!l||!h)return m();if(v)return b(v);try{const e=await f({source:y,targetLocale:h,metadata:{id:n,hash:_,context:o}});return e?b(e):m()}catch(e){return console.warn(e),m()}};if(Ut){const r=t.use(Sr(["getTranslationPromise",l,JSON.stringify(y),h,n,_,o],()=>x()));return e.jsx(t.Suspense,{fallback:r,children:r})}let w;return w="skeleton"===d.method?"":"replace"===d.method||u?m():"",e.jsx(t.Suspense,{fallback:w,children:x()})}Ar._gtt="translate-client";function Er({gt:e,locale:r,versionId:n,defaultLocale:o,runtimeUrl:i,renderSettings:a,setTranslations:s,environment:c,...l}){const u=!!e.projectId&&!!i&&!!e.devApiKey&&"development"===c;if(!u){const e=e=>Promise.reject(new Error(`${e}() failed because translation is disabled`));return{developmentApiEnabled:u,registerIcuForTranslation:()=>e("registerIcuForTranslation"),registerJsxForTranslation:()=>e("registerJsxForTranslation")}}const f=t.useRef({gt:e,locale:r,baseMetadata:{...l,projectId:e.projectId,sourceLocale:o},timeout:a.timeout});f.current.gt=e,f.current.locale=r,f.current.baseMetadata={...l,projectId:e.projectId,sourceLocale:o},f.current.timeout=a.timeout;const d=t.useRef(!1),h=t.useRef(null),[p,g]=t.useState(0),v=t.useCallback(e=>{s(t=>{const r=Object.keys(e);if(0===r.length)return t;const n=t?{...t}:{};let o=!1;for(const i of r){const r=e[i],a=t?.[i];Object.is(a,r)||(n[i]=r,o=!0)}return o?n:t})},[s]),y=t.useCallback(e=>{h.current={...h.current??{},...e},d.current&&g(e=>e+1)},[]);t.useEffect(()=>{if(d.current=!0,h.current){const e=h.current;h.current=null,v(e)}return()=>{d.current=!1}},[v]),t.useEffect(()=>{if(!d.current)return;const e=h.current;e&&(h.current=null,v(e))},[p,v]);const _=t.useRef(0),m=t.useRef(new Map),b=t.useRef(new Map),x=t.useCallback(async e=>{if(0===e.size)return{};_.current+=1;const{gt:t,locale:r,baseMetadata:n,timeout:o}=f.current,i=Array.from(e.values()),a={},s=new Map;try{(await t.translateMany(i,{...n,targetLocale:r,timeout:o})).forEach((e,t)=>{const r=i[t],{hash:n,id:o}=r.metadata;if("translation"in e){const t=e.translation;a[n]=t,s.set(n,t)}else if("error"in e){const t=tr(o,n);console.warn(`${t} ${e.error||"An upstream error occurred."}`),a[n]=null,s.set(n,null)}else{const t=tr(o,n);console.warn(`${t} Unknown response format.`,e),a[n]=null,s.set(n,null)}})}catch(e){"AbortError"===e?.name?console.warn(cr):console.warn(er,e),i.forEach(e=>{a[e.metadata.hash]=null,s.set(e.metadata.hash,null)})}finally{_.current-=1,i.forEach(e=>{const t=s.get(e.metadata.hash);void 0===t?(console.warn(`No translation result for ${e.metadata.hash}; resolving as null.`),e.resolve(null)):e.resolve(t)})}return a},[]),w=t.useRef(null),k=t.useRef(async()=>{}),B=t.useCallback(e=>{y(e),m.current.size>0&&(w.current=setTimeout(()=>{w.current=null,k.current()},50))},[y]),S=t.useCallback(()=>{k.current=async()=>{if(_.current>=100)return void(w.current=setTimeout(()=>{w.current=null,k.current()},50));const e=m.current;if(0===e.size)return;const t=Array.from(e.entries()).slice(0,Math.min(25,e.size)),r=new Map(t);t.forEach(([t])=>e.delete(t));const n=await x(r);B(n)}},[x,B]),A=t.useCallback((e=!1)=>{if(S(),e)return w.current&&(clearTimeout(w.current),w.current=null),void k.current();w.current||(w.current=setTimeout(()=>{w.current=null,k.current()},50))},[S]),E=t.useCallback(e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=b.current.get(r);if(n)return n;const o=new Promise(n=>{const o="JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}}:{dataFormat:"ICU",source:t.source,metadata:t.metadata,resolve:n,reject:()=>{}};m.current.set(r,o);const i=m.current.size>=25&&_.current<100;A(i)}).finally(()=>{b.current.delete(r)});return b.current.set(r,o),o},[A]),C=t.useMemo(()=>E("ICU"),[E]),j=t.useMemo(()=>E("JSX"),[E]);return t.useEffect(()=>()=>{w.current&&clearTimeout(w.current)},[]),{developmentApiEnabled:u,registerIcuForTranslation:C,registerJsxForTranslation:j}}function Cr({gt:e,translations:t,locale:r,defaultLocale:n,translationRequired:o,developmentApiEnabled:i,registerIcuForTranslation:a}){function s(t,r={}){if(!t||"string"!=typeof t)return null;const{$id:n,$context:o,$_hash:i,...a}=r;return{id:n,context:o,_hash:i,variables:a,calculateHash:()=>qt({source:t,...o&&{context:o},...n&&{id:n},dataFormat:"ICU"}),renderMessage:(t,r)=>e.formatMessage(t,{locales:r,variables:a})}}function c(e,r,n){let o,i="";return r&&(o=t?.[r]),n&&void 0===o&&(i=n,o=t?.[n]),void 0===o&&(i=e(),o=t?.[i]),{translationEntry:o,hash:i}}return{_tFunction:(e,t={},l)=>{const u=s(e,t);if(!u)return"";const{id:f,context:d,_hash:h,calculateHash:p,renderMessage:g}=u;if(!o)return g(e,[n]);const{translationEntry:v,hash:y}=c(p,f,h);if(null===v)return g(e,[n]);if(v)try{return g(v,[r,n])}catch(t){return console.error(rr(e,f),"Error: ",t),g(e,[n])}if(void 0!==l?.[y]){if(l?.[y])try{return g(l?.[y],[r,n])}catch(t){console.error(rr(e,f),"Error: ",t)}return g(e,[n])}return i?(a({source:e,targetLocale:r,metadata:{...d&&{context:d},...f&&{id:f},hash:y||""}}),g(e,[n])):(console.warn(nr(e,f,"t")),g(e,[n]))},_mFunction:(s,c={},l)=>{if(!s)return s;const u=hr(s);if(!u||!u.$_hash||!u.$_source)return s;const{$_hash:f,$_source:d,$context:h,$hash:p,$id:g,...v}=u,y=(t,r)=>e.formatMessage(t,{locales:r,variables:{...v,...c}});if(!o)return y(d,[n]);const _=t?.[u.$_hash];if(null===_)return y(d,[n]);if(_)try{return y(_,[r,n])}catch(e){return console.error(rr(d,dr(s)),"Error: ",e),y(d,[n])}if(!i)return console.warn(nr(d,dr(s),"m")),y(d,[n]);if(void 0!==l?.[f]){if(l?.[f])try{return y(l?.[f],[r,n])}catch(e){console.error(rr(d,dr(s)),"Error: ",e)}return y(d,[n])}return a({source:d,targetLocale:r,metadata:{...h&&{context:h},hash:f}}),y(d,[n])},_filterMessagesForPreload:e=>{const t=[];for(const{message:r,...n}of e){const e=s(r,n);if(!e)continue;const{id:o,_hash:i,calculateHash:a}=e,{translationEntry:l,hash:u}=c(a,o,i);l||t.push({message:r,...n,$_hash:u})}return t},_preloadMessages:async e=>{const t={};return await Promise.all(e.map(async({message:e,...n})=>{const o=s(e,n);if(!o)return;const{id:i,context:l,_hash:u,calculateHash:f}=o,{translationEntry:d,hash:h}=c(f,i,u);d&&(t[h]=d),t[h]=await a({source:e,targetLocale:r,metadata:{...l&&{context:l},...i&&{id:i},hash:h}})})),t}}}function jr(e,n,o,i,a,s,c,l,u){return t.useCallback((t,c={})=>{if(!e)return"";const f=Rt(e,t);if(!f)return console.warn(ar(t)),"";if(!Ot(f))return console.warn((e=>`${Bt} Warning: Invalid dictionary entry found for id: "${e}"`)(t)),"";const{entry:d,metadata:h}=Mt(f);if(!d||"string"!=typeof d)return"";const p=(e,t)=>r.formatMessage(e,{locales:t,variables:c});if(!s)return p(d,[a]);const g=Rt(n||{},t);if(g&&Ot(g)){const{entry:e}=Mt(g);return p(e,[i,a])}let v=o?.[t],y="";const _=()=>qt({source:d,...h?.$context&&{context:h.$context},id:t,dataFormat:"ICU"});return v||(y=_(),v=o?.[y]),v?p(v,[i,a]):null===v?p(d,[a]):l?(u({source:d,targetLocale:i,metadata:{...h?.$context&&{context:h.$context},id:t,hash:y||_()}}),p(d,[a])):p(d,[a])},[e,n,o,i,a,s,l,u,c])}function Tr({_locale:e,defaultLocale:n,locales:o,ssr:i,localeCookieName:a,customMapping:s,useDetermineLocale:c}){const l=t.useMemo(()=>Array.from(new Set([n,...o])),[n,o]),[u,f]=c({locale:e,defaultLocale:n,locales:l,ssr:i,localeCookieName:a,customMapping:s}),[d,h]=t.useMemo(()=>{const e=r.requiresTranslation(n,u,l,s),t=e&&r.isSameLanguage(n,u);if(!s){const e=[];if(l.forEach(t=>{r.isValidLocale(t)||e.push(t)}),e.length)throw new Error((e=>`${Bt} Error: You are using invalid locale codes in your configuration. You must either specify a list of valid locales or use "customMapping" to specify aliases for the following invalid locales: ${e.join(", ")}.`)(e))}if(s){const e=[];if(l.forEach(t=>{r.isValidLocale(t,s)||e.push(t)}),e.length)throw new Error((e=>`${Bt} Error: You are using invalid canonical locale codes in your configuration: ${e.join(", ")}.`)(e))}return[e,t]},[n,u,l]);return{locale:u,setLocale:f,locales:l,translationRequired:d,dialectTranslationRequired:h}}function $r({devApiKey:e,projectId:o,runtimeUrl:i,loadTranslationsType:a,cacheUrl:s,locales:c,environment:l}){t.useEffect(()=>{if("production"===l&&e)throw new Error(Qt);if("custom"===a||!s&&!i||o||"development"!==l||console.warn(ir),o&&i&&"custom"!==a&&!e&&"development"===l&&console.warn(sr),i===lt||s===ct&&"default"===a){const e=c.filter(e=>!n.getSupportedLocale(e));e.length&&console.warn((e=>`${Bt} Warning: The following locales are currently unsupported by our service: ${e.map(e=>{const{name:t}=r.getLocaleProperties(e);return`${e} (${t})`}).join(", ")}`)(e))}},[e,a,s,i,o,c])}async function Or(e,t){const n=Array.from(new Set([e,r.getLocaleProperties(e).languageCode]));for(const e of n)try{const r=await t(e);if(r)return r}catch{}console.warn(lr)}function Rr({_translations:e,translationRequired:r,loadTranslationsType:n,loadTranslations:o,locale:i,cacheUrl:a,projectId:s,_versionId:c,gt:l}){const[u,f]=t.useState(e||r&&"disabled"!==n?null:{});return t.useEffect(()=>{f(r&&"disabled"!==n?null:{})},[i,n]),t.useEffect(()=>{if(u||!r||"disabled"===n)return;let e=!0;return(async()=>{let t;switch(n){case"custom":if(o)try{t=await o(i)}catch(e){console.error(((e="")=>`${Bt} Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(i),e)}break;case"default":try{t=await async function({cacheUrl:e,projectId:t,locale:r,versionId:n,gt:o}){if(!t||!e||!r)return{};r=o.resolveCanonicalLocale(r);const i=await fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return await i.json()}({cacheUrl:a,projectId:s,locale:i,versionId:c,gt:l})}catch(e){console.error(e)}}t||(t={}),e&&f(t)})(),()=>{e=!1}},[u,r,n,a,s,i,c,l]),{translations:u,setTranslations:f}}function Mr(e,r,n,o,i,a,s,c,l,u,f,d){return t.useCallback((t,s,l={})=>{if(""===s)throw new Error(`${Bt} Error: You cannot provide an empty id to t.obj()`);const h=Nt({dictionary:e,id:s});if(!h)return console.warn(ar(s)),{};if(Ht(h))return d(t,l);if(!c)return Vt(h);const p=function({dictionary:e,id:t,sourceDictionary:r}){if(""===t)return e;let n=e;const o=r,i=t.split(".");for(const e of i)void 0===xt(n,e)&&(Array.isArray(xt(o,e))?wt(n,e,[]):wt(n,e,{})),n=xt(n,e);return n}({dictionary:r,id:s,sourceDictionary:r}),{dictionary:g,updateDictionary:v}=Zt(structuredClone(h),s),y=fr(g,p,s),{dictionary:_,updateDictionary:m}=function(e,t,r,n,o=""){let i=!1;const a=o?o.split("."):[];return n.forEach(({metadata:n})=>{const{$_hash:o,$id:s}=n,c=a.length>0?s.split(".").slice(a.length).join("."):s,l=Rt(t,c);let u;Ht(l)&&(u=Mt(l).entry);const f=r[o]||u;f&&(Gt(f,t,c,e),i=!0)}),{dictionary:t,updateDictionary:i}}(g,structuredClone(p),i||{},y,s),b=function(e,t,r,n=""){const o=n?n.split("."):[];return r.forEach(({source:r,metadata:n})=>{const{$id:i}=n,a=o.length>0?i.split(".").slice(o.length).join("."):i,s=Rt(t,a);let c;Ht(s)&&(c=Mt(s).entry),Gt(c||r,t,a,e)}),t}(g,structuredClone(_),y,s);return u&&Promise.allSettled(y.map(async e=>{const{source:t,metadata:r}=e,n=r?.$id;return[n,await f({source:t,targetLocale:a,metadata:{...r?.$context&&{context:r.$context},id:n,hash:r?.$_hash}})]})).then(t=>{const r=t.filter(e=>"fulfilled"===e.status).map(e=>e.value);r.length>0&&o(t=>function(e,t,r){return t.forEach(([t,n])=>{Gt(n,e,t,r)}),e}(t,r,e))}),v&&setTimeout(()=>{n(e=>ur(e,g,s))},0),m&&setTimeout(()=>{o(e=>It(e,_))},0),structuredClone(b)},[e,i,a,s,c,l,u,f,r])}function Fr(){throw St("isSSREnabled")}function Lr({}){throw St("useDetermineLocale")}function zr({}){throw St("useRegionState")}function Hr({children:r,n:n,locales:o,...i}){const a=t.useContext(pr);let s;a&&(o||=a.locale,s||=a.defaultLocale);const c=[...o?[o]:[],s||ut];if("number"!=typeof n)throw new Error((e=>`${Bt} Error: <Plural> component with children "${e}" requires "n" option.`)(r));return e.jsx(e.Fragment,{children:_t(n,c,i)||r})}function Dr({children:t,branch:r,...n}){r=r?.toString();const o=r&&void 0!==n[r]?n[r]:t;return e.jsx(e.Fragment,{children:o})}function Pr(){return gr("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}Hr._gtt="plural",Dr._gtt="branch",exports.Branch=Dr,exports.Currency=_r,exports.DateTime=mr,exports.GTContext=pr,exports.GTProvider=function({children:n,config:o,environment:i="production",projectId:a=o?.projectId||"",devApiKey:s=o?.devApiKey||"",_versionId:c=o?._versionId,dictionary:l=o?.dictionary||{},locales:u=o?.locales||[],defaultLocale:f=o?.defaultLocale||ut,cacheUrl:d=o?.cacheUrl||ct,runtimeUrl:h=o?.runtimeUrl||lt,renderSettings:p=o?.renderSettings||zt(i),ssr:g=o?.ssr||Fr(),localeCookieName:v=o?.localeCookieName||"generaltranslation.locale",locale:y="",region:_,loadDictionary:m,loadTranslations:b,fallback:x,translations:w=null,customMapping:k=o?.customMapping,readAuthFromEnv:B=At,useDetermineLocale:S=Lr,useRegionState:A=zr,...E}){y&&(y=r.resolveAliasLocale(y,k));const{projectId:C,devApiKey:j}=B({projectId:a,devApiKey:s}),{locale:T,setLocale:$,locales:O,translationRequired:R,dialectTranslationRequired:M}=Tr({_locale:y,defaultLocale:f,locales:u,ssr:g,localeCookieName:v,customMapping:k,useDetermineLocale:S}),{region:F,setRegion:L}=A({_region:_,ssr:g,regionCookieName:"generaltranslation.region"}),z=t.useMemo(()=>new r.GT({devApiKey:j,sourceLocale:f,targetLocale:T,projectId:C,baseUrl:h,customMapping:k}),[j,f,C,h,k]),H=(b?"custom":d&&C&&"default")||"disabled",{dictionary:D,setDictionary:P,dictionaryTranslations:I,setDictionaryTranslations:U}=function({_dictionary:e,_dictionaryTranslations:r={},loadDictionary:n,locale:o,defaultLocale:i}){const[a,s]=t.useState(e),[c,l]=t.useState(r);return t.useEffect(()=>{if(!n)return;let e=!0;return(async()=>{const t=await Or(i,n)||{},r=await Or(o,n)||{};e&&s(t||{}),e&&l(r||{})})(),()=>{e=!1}},[n,o,i]),{dictionary:a,setDictionary:s,dictionaryTranslations:c,setDictionaryTranslations:l}}({_dictionary:l,_dictionaryTranslations:{},loadDictionary:m,locale:T,defaultLocale:f});$r({devApiKey:j,projectId:C,runtimeUrl:h,loadTranslationsType:H,cacheUrl:d,locales:u,environment:i});const{translations:N,setTranslations:W}=Rr({_translations:w,translationRequired:R,loadTranslationsType:H,loadTranslations:b,locale:T,cacheUrl:d,projectId:C,_versionId:c,gt:z}),{registerIcuForTranslation:G,registerJsxForTranslation:V,developmentApiEnabled:J}=Er({gt:z,locale:T,versionId:c,defaultLocale:f,runtimeUrl:h,renderSettings:p,setTranslations:W,environment:i,...E}),{_tFunction:K,_mFunction:q,_filterMessagesForPreload:X,_preloadMessages:Y}=Cr({gt:z,translations:N,locale:T,defaultLocale:f,translationRequired:R,developmentApiEnabled:J,registerIcuForTranslation:G}),Z=jr(D,I,N,T,f,R,M,J,G),Q=Mr(D||{},I||{},P,U,N,T,f,R,M,J,G,Z),ee=!(R&&!N||!T);return e.jsx(pr.Provider,{value:{gt:z,registerIcuForTranslation:G,registerJsxForTranslation:V,_tFunction:K,_mFunction:q,_filterMessagesForPreload:X,_preloadMessages:Y,_dictionaryFunction:Z,_dictionaryObjFunction:Q,developmentApiEnabled:J,locale:T,locales:O,setLocale:$,defaultLocale:f,region:F,setRegion:L,translations:N,translationRequired:R,dialectTranslationRequired:M,projectId:C,renderSettings:p},children:e.jsx(t.Suspense,{fallback:x,children:ee?n:x})})},exports.LocaleSelector=function({}){throw St("LocaleSelector")},exports.Num=vr,exports.Plural=Hr,exports.RegionSelector=function({}){throw St("RegionSelector")},exports.T=Ar,exports.Var=yr,exports.decodeMsg=dr,exports.decodeOptions=hr,exports.msg=function(e,t){const n=t?.$_hash||qt({source:e,...t?.$context&&{context:t.$context},...t?.$id&&{id:t.$id},dataFormat:"ICU"});t?(t.$_hash=n,t.$_source=e):t={$_hash:n,$_source:e};const o=function(e){if("undefined"!=typeof Buffer)return Buffer.from(e,"utf8").toString("base64");for(var t=(new TextEncoder).encode(e),r="",n=0;n<t.length;n++)r+=String.fromCharCode(t[n]);return btoa(r)}(JSON.stringify(t));let i=e;(function(e){let t=0,r=!1;for(;t<e.length;){const n=e[t];if("'"!==n){if(!r&&"{"===n){let r=t+1,n="";for(;r<e.length&&"}"!==e[r];)n+=e[r],r++;if(r<e.length&&n.trim().length>0)return!0;t=r<e.length?r+1:r;continue}t++}else{if(t+1<e.length&&"'"===e[t+1]){t+=2;continue}r=!r,t++}}return!1})(e)&&Object.keys(t||{}).length>2&&(i=r.formatMessage(e,{locales:[ut],variables:t}));let a=i;return o&&(a+=`:${o}`),a},exports.useCreateInternalUseGTFunction=Cr,exports.useCreateInternalUseTranslationsFunction=jr,exports.useCreateInternalUseTranslationsObjFunction=Mr,exports.useDefaultLocale=function(){return gr("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useGT=function(e){const{developmentApiEnabled:r,translationRequired:n,_preloadMessages:o,_filterMessagesForPreload:a,_tFunction:s,locale:c}=gr("useGT(): No context provided. You're trying to get the gt() function from the useGT() hook, which can be called within a <GTProvider>.");let l;if(e&&Ut&&r&&n){const t=a(e);t.length>0&&(l=i.use(Sr(["_preloadMessages",c,JSON.stringify(t)],()=>o(t))))}return t.useCallback(function(e,t={}){return s(e,t,l)},[l,s])},exports.useGTClass=Pr,exports.useLocale=function(){return gr("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale},exports.useLocaleDirection=function(e){const{gt:t}=gr("useLocaleDirection(): Unable to access configured GT class instance outside of a <GTProvider>");return t.getLocaleDirection(e)},exports.useLocaleProperties=function(e){return Pr().getLocaleProperties(e)},exports.useLocaleSelector=function(e){const{locales:r,locale:n,setLocale:o,gt:i}=gr(),a=t.useMemo(()=>{if(!r||0===r.length)return[];const e=r.sort((e,t)=>(new Intl.Collator).compare(i.getLocaleProperties(e).nativeNameWithRegionCode,i.getLocaleProperties(t).nativeNameWithRegionCode));return e},[r]),s=t.useCallback(e=>i.getLocaleProperties(e),[i]);return{locale:n,locales:e||a,setLocale:o,getLocaleProperties:s}},exports.useLocales=function(){return gr("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales},exports.useMessages=function(e){const{developmentApiEnabled:r,translationRequired:n,_preloadMessages:o,_filterMessagesForPreload:a,_mFunction:s,locale:c}=gr("useMessages(): No context provided. You're trying to get the m() function from the useMessages() hook, which can be called within a <GTProvider>.");let l;if(e&&Ut&&r&&n){const t=a(e);t.length>0&&(l=i.use(Sr(["_preloadMessages",c,JSON.stringify(t)],()=>o(t))))}return t.useCallback(function(e,t={}){return s(e,t,l)},[l,s])},exports.useRegion=function(){return gr("useRegion(): Unable to access user's region outside of a <GTProvider>").region},exports.useRegionSelector=function({regions:e,customMapping:n,prioritizeCurrentLocaleRegion:o=!0,sortRegionsAlphabetically:i=!0}={prioritizeCurrentLocaleRegion:!0,sortRegionsAlphabetically:!0}){const{locales:a,locale:s,setLocale:c,gt:l,region:u,setRegion:f}=gr(),{regionCode:d}=l.getLocaleProperties(s),[h,p]=t.useMemo(()=>{const t=new Map(a.map(e=>{const t=r.getLocaleProperties(e,s,l.customMapping);return[t.regionCode,t]})),c=e?[...e]:Array.from(t?.keys()||[d]),u=new Map(c.map(e=>[e,{locale:t?.get(e)?.code||s,...l.getRegionProperties(e),..."string"==typeof n?.[e]?{name:n?.[e]}:n?.[e]}]));if(i&&c.sort((e,t)=>(new Intl.Collator).compare(u.get(e).name,u.get(t).name)),o){const e=c.indexOf(d);e>0&&(c.splice(e,1),c.unshift(d))}return[c,u]},[e,u,s,a,l]);return{region:u,setRegion:f,regions:h,regionData:p,locales:a,locale:s,localeRegion:d,setLocale:c}},exports.useRuntimeTranslation=Er,exports.useSetLocale=function(){const{setLocale:e}=gr("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e},exports.useTranslations=function(e){const t=t=>e?`${e}.${t}`:t,{_dictionaryFunction:r,_dictionaryObjFunction:n}=gr(`useTranslations('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);function o(e,n={}){const o=t(e);return r(o,n)}return o.obj=function(e,r={}){const o=t(e);return n(e,o,r)},o};
|
|
19
19
|
//# sourceMappingURL=index.cjs.min.cjs.map
|