gt-react 9.2.12-alpha.4 → 9.2.12-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/client.cjs.min.cjs
CHANGED
@@ -15,4 +15,4 @@ 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]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=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,f,m,b,x,w,k,B,E,S,A,T=this._hash.words,O=u.words,j=d.words,C=a.words,P=s.words,D=c.words,H=l.words;for(w=i=T[0],k=f=T[1],B=m=T[2],E=b=T[3],S=x=T[4],r=0;r<80;r+=1)A=i+e[t+C[r]]|0,A+=r<16?h(f,m,b)+O[0]:r<32?p(f,m,b)+O[1]:r<48?v(f,m,b)+O[2]:r<64?g(f,m,b)+O[3]:y(f,m,b)+O[4],A=(A=_(A|=0,D[r]))+x|0,i=x,x=b,b=_(m,10),m=f,f=A,A=w+e[t+P[r]]|0,A+=r<16?y(k,B,E)+j[0]:r<32?g(k,B,E)+j[1]:r<48?v(k,B,E)+j[2]:r<64?p(k,B,E)+j[3]:h(k,B,E)+j[4],A=(A=_(A|=0,H[r]))+S|0,w=S,S=E,E=_(B,10),B=k,k=A;A=T[1]+m+E|0,T[1]=T[2]+b+S|0,T[2]=T[3]+x+w|0,T[3]=T[4]+i+k|0,T[4]=T[0]+f+B|0,T[0]=A},_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 v(e,t,r){return(e|~t)^r}function g(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(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),pe.exports;var e}(),ye(),function(){return _e||(_e=1,me.exports=(c=P(),re(),ye(),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,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),me.exports;var e,t,r,n,o,i,a,s,c}(),we(),Ee(),Te(),Ce(),He(),Le(),function(){return Fe?Ie.exports:(Fe=1,Ie.exports=(t=P(),Ee(),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 Me?Ne.exports:(Me=1,Ne.exports=(e=P(),Ee(),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 Ve?Ue.exports:(Ve=1,Ue.exports=(e=P(),Ee(),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 Ge?$e.exports:(Ge=1,$e.exports=(e=P(),Ee(),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 Ke||(Ke=1,We.exports=(e=P(),Ee(),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)),We.exports;var e}(),function(){return Je?Xe.exports:(Je=1,Xe.exports=(e=P(),Ee(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return qe?Ye.exports:(qe=1,Ye.exports=(n=P(),Ee(),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 Ze||(Ze=1,Qe.exports=(e=P(),G(),q(),we(),Ee(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],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 v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=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]]^d[o[l>>>16&255]]^f[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,d,f,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],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),Qe.exports;var e}(),rt(),function(){return nt||(nt=1,ot.exports=(e=P(),G(),q(),we(),Ee(),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)),ot.exports;var e}(),function(){return it||(it=1,at.exports=(e=P(),G(),q(),we(),Ee(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,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)),at.exports;var e}(),function(){return st||(st=1,ct.exports=(e=P(),G(),q(),we(),Ee(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,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)),ct.exports;var e}(),dt())),T.exports),bt=B(mt),xt=function(){return xt=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},xt.apply(this,arguments)};function wt(e){return bt.SHA256(e).toString(bt.enc.Hex)}function kt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;return void 0===t&&(t=wt),t(A(xt(xt(xt({source:Et(r)},o&&{id:o}),n&&{context:n}),i&&{dataFormat:i})))}"function"==typeof SuppressedError&&SuppressedError;var Bt=function(e){var t,r,n,o;if(e&&"object"==typeof e){if("props"in e){var i={},a=null===(t=null==e?void 0:e.props)||void 0===t?void 0:t["data-_gt"];return(null==a?void 0:a.branches)&&(i.branches=Object.fromEntries(Object.entries(a.branches).map((function(e){return[e[0],Et(e[1])]})))),(null===(r=null==e?void 0:e.props)||void 0===r?void 0:r.children)&&(i.children=Et(e.props.children)),(null===(o=null===(n=null==e?void 0:e.props)||void 0===n?void 0:n["data-_gt"])||void 0===o?void 0:o.transformation)&&(i.transformation=e.props["data-_gt"].transformation),i}if("key"in e)return xt({key:e.key},e.variable&&{variable:e.variable})}return e};function Et(e){return Array.isArray(e)?e.map(Bt):Bt(e)}function St(r,n,o,i,a,s,c,l){return e.useCallback(((e,u={})=>{if(!e||"string"!=typeof e)return"";const d=t.splitStringToContent(e),f=(e,r)=>t.renderContentToString(e,r,u.variables,u.variablesOptions),h=null==u?void 0:u.id,p=h&&(null==r?void 0:r[h]);let v="";i&&!p&&(v=kt(Object.assign(Object.assign(Object.assign({source:d},(null==u?void 0:u.context)&&{context:u.context}),h&&{id:h}),{dataFormat:"JSX"})));let g=p?null==r?void 0:r[h]:null==r?void 0:r[v];return i&&"error"!==(null==g?void 0:g.state)?"success"===(null==g?void 0:g.state)?f(g.target,[n,o]):s?(c({source:d,targetLocale:n,metadata:Object.assign(Object.assign({},(null==u?void 0:u.context)&&{context:u.context}),{id:h,hash:v||""})}),"replace"===l.method?f(d,[o]):"skeleton"===l.method?"":a?f(d,[o]):""):f(d,[o]):f(d,[o])}),[r,n,o,i,s,c,a])}function At(r,n,o,i,a,s,c,l,u,d){return e.useCallback(((f,h={})=>{if(!r)return"";const p=function(t,r){let n=t,o=r.split(".");for(const t of o){if("object"!=typeof n||Array.isArray(n)||e.isValidElement(n))return;n=n[t]}return n}(r,f);if(!p)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(f)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(p))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(f)),"";const{entry:v,metadata:g}=function(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}}(p);if(!v||"string"!=typeof v)return"";const y=t.splitStringToContent(v),_=(e,r)=>t.renderContentToString(e,r,h.variables,h.variablesOptions);if(!s)return _(y,[a]);const m=null==o?void 0:o[f];if(m)return t.renderContentToString(t.splitStringToContent(m),[i,a],h.variables,h.variablesOptions);let b=kt(Object.assign(Object.assign({source:y},(null==g?void 0:g.context)&&{context:g.context}),{id:f,dataFormat:"JSX"})),x=null==n?void 0:n[b];return"success"===(null==x?void 0:x.state)?_(x.target,[i,a]):"error"===(null==x?void 0:x.state)?_(y,[a]):l?(u({source:y,targetLocale:i,metadata:Object.assign(Object.assign({},(null==g?void 0:g.context)&&{context:g.context}),{id:f,hash:b})}),"replace"===d.method?_(y,[a]):"skeleton"===d.method?"":c?_(y,[a]):""):_(y,[a])}),[r,n,i,a,s,l,u,c])}function Tt(e){var{children:t,branch:n}=e,o=a(e,["children","branch"]);const i=(n=null==n?void 0:n.toString())&&void 0!==o[n]?o[n]:t;return r.jsx(r.Fragment,{children:i})}function Ot(t,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;let o,i={id:n};try{o="function"==typeof t&&t.gtTransformation||""}catch(e){o=""}if(o){const t=o.split("-");if("translate"===t[0])throw new Error((e=>{var t;return`General Translation: Nested <T> components. The inner <T> has the id: "${null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.id}".`})(e));if("variable"===t[0]&&(i.variableType=(null==t?void 0:t[1])||"variable"),"plural"===t[0]){const e=Object.entries(r).reduce(((e,[t,r])=>(function(e){return p.includes(e)}(t)&&(e[t]=Ot(r,n)),e)),{});Object.keys(e).length&&(i.branches=e)}if("branch"===t[0]){const{children:e,branch:t}=r,o=a(r,["children","branch"]),s=Object.entries(o).reduce(((e,[t,r])=>(e[t]=Ot(r,n),e)),{});Object.keys(s).length&&(i.branches=s)}i.transformation=t[0]}return i};function i(t){return e.isValidElement(t)?function(t){const{props:r}=t;if(r["data-_gt"])throw new Error((e=>`General Translation already in use on child with props: ${e.props}. This usually occurs when you nest <T> components within the same file. Remove one of the <T> components to continue.`)(t));let n=o(t),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=s(r.children)),t.type===e.Fragment&&(i["data-_gt"].transformation="fragment"),e.cloneElement(t,i)}(t):t}function s(t){return Array.isArray(t)?e.Children.map(t,i):i(t)}return s(t)}Tt.gtTransformation="branch";const jt={variable:"value",number:"n",datetime:"date",currency:"cost"};function Ct(e={},t){var r;if(e.name)return e.name;return`_gt_${jt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}const Pt=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},Dt=t=>{return r=t,e.isValidElement(r)?(e=>{const{type:t,props:r}=e;let n={type:Pt(e),props:{}};if(r["data-_gt"]){const e=r["data-_gt"];let t=Object.assign({},e);const o=e.transformation;if("variable"===o){const t=e.variableType||"variable";return{variable:t,key:Ct(r,t),id:e.id}}if("plural"===o&&e.branches){n.type="Plural";let r={};Object.entries(e.branches).forEach((([e,t])=>{r[e]=Ht(t)})),t=Object.assign(Object.assign({},t),{branches:r})}if("branch"===o&&e.branches){n.type="Branch";let r={};Object.entries(e.branches).forEach((([e,t])=>{r[e]=Ht(t)})),t=Object.assign(Object.assign({},t),{branches:r})}n.props["data-_gt"]=t}return r.children&&(n.props.children=Ht(r.children)),n})(t):"number"==typeof t?t.toString():t;var r};function Ht(e){return Array.isArray(e)?e.map(Dt):Dt(e)}function zt(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=p),void 0===r&&(r=["en"]);var n=v.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 Rt(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:Ct(e,r),variableType:r,variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},e.currency&&{currency:e.currency}),e.options&&Object.assign({},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 Lt(e){const t=e;if(t&&"object"==typeof t&&"string"==typeof t.key){const e=Object.keys(t);if(1===e.length)return!0;if(2===e.length){if("number"==typeof t.id)return!0;if("string"==typeof t.variable)return!0}if(3===e.length&&"string"==typeof t.variable&&"number"==typeof t.id)return!0}return!1}function Ft(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function It({children:t,defaultLocale:r=f,renderVariable:n}){const o=t=>e.isValidElement(t)?(t=>{const o=Ft(t);if("variable"===(null==o?void 0:o.transformation)){const{variableType:e,variableValue:o,variableOptions:i}=Rt(t.props);return n({variableType:e,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const e=o.branches||{};return i(zt(t.props.n,[r],e)||t.props.children)}if("branch"===(null==o?void 0:o.transformation)){let e=t.props,{children:r,name:n,branch:s,"data-_gt":c}=e,l=a(e,["children","name","branch","data-_gt"]);return n=n||t.props["data-_gt-name"]||"branch",l=o.branches||{},i(void 0!==l[s]?l[s]:r)}return"fragment"===(null==o?void 0:o.transformation)?e.createElement(t.type,{key:t.props.key,children:i(t.props.children)}):t.props.children?e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0,children:i(t.props.children)})):e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0}))})(t):t,i=t=>Array.isArray(t)?e.Children.map(t,o):o(t);return i(t)}function Mt({sourceElement:t,targetElement:r,locales:n=[f],renderVariable:o}){var i,a;const{props:s}=t,c=s["data-_gt"],l=null==c?void 0:c.transformation;if("plural"===l){const e=t.props.n;return Nt({source:zt(e,n,c.branches||{})||t.props.children,target:zt(e,n,r.props["data-_gt"].branches||{})||r.props.children,locales:n,renderVariable:o})}if("branch"===l){let{name:e,branch:i,children:a}=s;e=e||t.props["data-_gt-name"]||"branch";return Nt({source:(c.branches||{})[i]||a,target:(r.props["data-_gt"].branches||{})[i]||r.props.children,locales:n,renderVariable:o})}return"fragment"===l&&(null===(i=r.props)||void 0===i?void 0:i.children)?e.createElement(t.type,{key:t.props.key,children:Nt({source:s.children,target:r.props.children,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null===(a=r.props)||void 0===a?void 0:a.children)?e.cloneElement(t,Object.assign(Object.assign({},s),{"data-_gt":void 0,children:Nt({source:s.children,target:r.props.children,locales:n,renderVariable:o})})):It({children:t,defaultLocale:n[0],renderVariable:o})}function Nt({source:t,target:n,locales:o=[f],renderVariable:i}){if(null==n&&t)return It({children:t,defaultLocale:o[0],renderVariable:i});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(n)){const a={},s={},c=t.filter((t=>{if(e.isValidElement(t)){const e=Ft(t);if("variable"!==(null==e?void 0:e.transformation))return!0;{let{variableName:e,variableValue:r,variableOptions:n}=Rt(t.props);a[e]=r,s[e]=n}}})),l=e=>c.find((t=>{var r,n;const o=Ft(t);if(void 0!==(null==o?void 0:o.id)){return o.id===(null===(n=null===(r=null==e?void 0:e.props)||void 0===r?void 0:r["data-_gt"])||void 0===n?void 0:n.id)}return!1}))||c.shift();return n.map(((t,n)=>{if("string"==typeof t)return r.jsx(e.Fragment,{children:t},`string_${n}`);if(Lt(t))return r.jsx(e.Fragment,{children:i({variableType:t.variable||"variable",variableValue:a[t.key],variableOptions:s[t.key],locales:o})},`var_${n}`);const c=l(t);return c?r.jsx(e.Fragment,{children:Mt({sourceElement:c,targetElement:t,locales:o,renderVariable:i})},`element_${n}`):void 0}))}if(n&&"object"==typeof n&&!Array.isArray(n)){const r=Lt(n)?"variable":"element";if(e.isValidElement(t)){if("element"===r)return Mt({sourceElement:t,targetElement:n,locales:o,renderVariable:i});const e=Ft(t);if("variable"===(null==e?void 0:e.transformation)){const{variableValue:e,variableOptions:r,variableType:n}=Rt(t.props);return i({variableType:n,variableValue:e,variableOptions:r,locales:o})}}}return It({children:t,defaultLocale:o[0],renderVariable:i})}const Vt={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};function Ut(t){var{children:n,n:i,locale:s}=t,c=a(t,["children","n","locale"]);const l=e.useContext(o);let u;l&&(s||(s=l.locale),u||(u=l.defaultLocale));const d=[...s?[s]:[],u||f];if("number"!=typeof i)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));const h=zt(i,d,c)||n;return r.jsx(r.Fragment,{children:h})}function Gt(){return i("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function $t({children:t,id:n,context:o}){if(!t)return;const{translations:a,translationRequired:s,runtimeTranslationEnabled:c,dialectTranslationRequired:l,registerJsxForTranslation:u,renderSettings:d,locale:f,defaultLocale:h}=i("<T> used on the client-side outside of <GTProvider>"),p=e.useMemo((()=>Ot(t)),[t]),v=n&&(null==a?void 0:a[n]),[g,y]=e.useMemo((()=>{if(!s||v)return[void 0,""];const e=Ht(p);return[e,kt(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]}),[p,o,n,s,v]),_=v?null==a?void 0:a[n]:null==a?void 0:a[y];e.useEffect((()=>{c&&s&&a&&f&&!_&&u({source:g,targetLocale:f,metadata:{id:n,hash:y,context:o}})}),[c,a,_,s,n,y,o,f,t]);const m=()=>It({children:p,defaultLocale:h,renderVariable:b});if(!s||a&&!_&&!c||"error"===(null==_?void 0:_.state))return r.jsx(r.Fragment,{children:m()});if(!_||"loading"===(null==_?void 0:_.state)){let e;return e="skeleton"===d.method?"":"replace"===d.method||l?m():"",r.jsx(r.Fragment,{children:e})}return r.jsx(r.Fragment,{children:(x=_.target,Nt({source:p,target:x,locales:[f,h],renderVariable:b}))});var x}function Kt(){return i("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function Wt(){const{setLocale:e}=i("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Jt(r){const n=Gt(),o=Kt(),i=Wt(),a=e.useMemo((()=>{if(!o||0===o.length)return[];const e=o.sort(((e,r)=>(new Intl.Collator).compare(t.getLocaleProperties(e).nativeNameWithRegionCode,t.getLocaleProperties(r).nativeNameWithRegionCode)));return e}),[o]);return{locale:n,locales:r||a,setLocale:i}}function Xt({locale:r="",defaultLocale:n=f,locales:o=[],cookieName:i=h,ssr:a=!0}){const[s,c]=e.useState(a?r&&t.determineLocale(r,o)||"":qt({_locale:r,locale:r,locales:o,defaultLocale:n,cookieName:i})),[l,u]=function({locale:e,locales:r,defaultLocale:n,cookieName:o,_setLocale:i}){const a=o=>{const a=t.determineLocale(o,r)||e||n;return a!==o&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your gt.config.json file if you are using a config file. Falling back to "${e}".`)(a,o)),i(a),a},s=e=>{const t=a(e);document.cookie=`${o}=${t};path=/`};return[s,a]}({locale:s,locales:o,defaultLocale:n,cookieName:i,_setLocale:c});return e.useEffect((()=>{const e=qt({_locale:r,locale:s,locales:o,defaultLocale:n,cookieName:i});u(e)}),[r,s,o,n,i]),[s,l]}function qt({_locale:e,locale:r,locales:n,defaultLocale:o,cookieName:i}){var a;if(e&&e===r&&t.determineLocale(e,n)===r)return e;const s=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[o],c="undefined"!=typeof document?null===(a=document.cookie.split("; ").find((e=>e.startsWith(`${i}=`))))||void 0===a?void 0:a.split("=")[1]:void 0,l=t.determineLocale([...e?[e]:[],...c?[c]:[],...s],n)||o;return c&&c!==l&&"undefined"!=typeof document&&(document.cookie=`${i}=${l};path=/`),l}Ut.gtTransformation="plural",$t.gtTransformation="translate-client",exports.Branch=Tt,exports.ClientProvider=function({children:n,dictionary:i,initialTranslations:a,dictionaryTranslations:s,locale:c,_versionId:u,defaultLocale:d,translationRequired:f,dialectTranslationRequired:p,locales:v=[],renderSettings:g,projectId:y,devApiKey:_,runtimeUrl:m,runtimeTranslationEnabled:b,onLocaleChange:x=()=>{},cookieName:w=h}){const[k,B]=e.useState(_?null:a),[E,S]=e.useState(c&&t.determineLocale(c,v)||"");e.useEffect((()=>{var e;const t=null===(e=document.cookie.split("; ").find((e=>e.startsWith(`${w}=`))))||void 0===e?void 0:e.split("=")[1];E&&t&&t!==E&&(document.cookie=`${w}=;path=/`)}),[E]),e.useEffect((()=>{B((e=>Object.assign(Object.assign({},a),e)))}),[a]);const{registerContentForTranslation:A,registerJsxForTranslation:T}=l({locale:E,versionId:u,projectId:y,devApiKey:_,runtimeUrl:m,setTranslations:B,defaultLocale:d,renderSettings:g,runtimeTranslationEnabled:b}),O=St(k,E,d,f,p,b,A,g),j=At(i,k,s,E,d,f,p,b,A,g),C=!(f&&!k)&&E;return r.jsx(o.Provider,{value:{registerContentForTranslation:A,registerJsxForTranslation:T,setLocale:e=>{e=t.determineLocale(e,v)||E||d,document.cookie=`${w}=${e};path=/`,S(e),x(),window.location.reload()},_internalUseGTFunction:O,_internalUseDictFunction:j,locale:E,locales:v,defaultLocale:d,translations:k,dictionaryTranslations:s,translationRequired:f,dialectTranslationRequired:p,renderSettings:g,runtimeTranslationEnabled:b},children:C&&n})},exports.Currency=_,exports.DateTime=m,exports.GTContext=o,exports.GTProvider=function(i){var{children:c,projectId:h="",devApiKey:p,dictionary:v,locales:g=[],defaultLocale:y=f,locale:_,cacheUrl:m=u,runtimeUrl:b=d,renderSettings:x=Vt,loadDictionary:w,loadTranslations:k,fallback:B,ssr:E=!1,_versionId:S}=i,A=a(i,["children","projectId","devApiKey","dictionary","locales","defaultLocale","locale","cacheUrl","runtimeUrl","renderSettings","loadDictionary","loadTranslations","fallback","ssr","_versionId"]);const{projectId:T,devApiKey:O}=function(e,t){try{return{projectId:e||(void 0).VITE_GT_PROJECT_ID||(void 0).REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||(void 0).VITE_GT_DEV_API_KEY||(void 0).VITE_GT_API_KEY||(void 0).REDWOOD_ENV_GT_DEV_API_KEY||(void 0).REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(h,p);g=e.useMemo((()=>(g.unshift(y),Array.from(new Set(g)))),[y,g]);const[j,C]=Xt({defaultLocale:y,locales:g,locale:_,ssr:E}),P=e.useMemo((()=>!!(T&&b&&O&&"development"===process.env.NODE_ENV)),[T,b,O]),D=e.useMemo((()=>(k?"custom":m&&T&&"default")||"disabled"),[k]),[H,z]=e.useState(v);e.useEffect((()=>{if(H||!w)return;let e=!0;return(()=>{s(this,void 0,void 0,(function*(){var r;let n;try{n=yield w(y)}catch(e){}const o=null===(r=t.getLocaleProperties(y))||void 0===r?void 0:r.languageCode;if(!H&&o&&o!==y)try{n=yield w(o)}catch(e){console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.",e)}e&&z(n||{})}))})(),()=>{e=!1}}),[H,w]),e.useMemo((()=>{if("production"===process.env.NODE_ENV&&O)throw new Error("gt-react Error: Production environments cannot include a development api key.");if("custom"===D||!m&&!b||T||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),T&&b&&"custom"!==D&&!O&&"development"===process.env.NODE_ENV&&console.warn("gt-react: 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.)"),b===d||m===u&&"default"===D){const e=(g||g).filter((e=>!n.getSupportedLocale(e)));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map((e=>{const{name:r}=t.getLocaleProperties(e);return`${e} (${r})`})).join(", ")}`)(e))}}),[process.env.NODE_ENV,O,D,m,b,T,g]);const[R,L]=e.useMemo((()=>{const e=t.requiresTranslation(y,j,g);return[e,e&&t.isSameLanguage(y,j)]}),[y,j,g]),[F,I]=e.useState(R?null:{});e.useEffect((()=>I(R?null:{})),[j]);const[M,N]=e.useState(R&&"disabled"!==D?null:{});e.useEffect((()=>N(R&&"disabled"!==D?null:{})),[j,D]);const{registerContentForTranslation:V,registerJsxForTranslation:U}=l(Object.assign({locale:j,versionId:S,projectId:T,runtimeTranslationEnabled:P,defaultLocale:y,devApiKey:O,runtimeUrl:b,renderSettings:x,setTranslations:N},A));e.useEffect((()=>{if(!w||F||!R)return;let e=!0;return(()=>{s(this,void 0,void 0,(function*(){let t={};try{t=yield w(j)}catch(e){"development"===process.env.NODE_ENV&&console.warn(((e="")=>`gt-react Error: fetching locally stored dictionary. If you are using a custom loadDictionary(${e}), make sure it is correctly implemented.`)(j),e)}e&&I(t)}))})(),()=>{e=!1}}),[j,w,R,F]),e.useEffect((()=>{if(M||!R||"disabled"===D)return;let e=!0;return(()=>{s(this,void 0,void 0,(function*(){let t;switch(D){case"custom":if(k)try{t=yield k(j)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(j),e)}break;case"default":try{t=yield function(e){return s(this,arguments,void 0,(function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()}))}({cacheUrl:m,projectId:T,locale:j,versionId:S})}catch(e){console.error(e)}}t||(t={});try{t=Object.entries(t).reduce(((e,[t,r])=>(e[t]={state:"success",target:r},e)),{})}catch(e){console.error(e)}e&&N(t)}))})(),()=>{e=!1}}),[M,R,D,m,T,j,S]);const G=St(M,j,y,R,L,P,V,x),$=At(H,M,F,j,y,R,L,P,V,x),K=!(R&&!M||!j);return r.jsx(o.Provider,{value:{registerContentForTranslation:V,registerJsxForTranslation:U,_internalUseGTFunction:G,_internalUseDictFunction:$,runtimeTranslationEnabled:P,locale:j,locales:g,setLocale:C,defaultLocale:y,translations:M,dictionaryTranslations:F,translationRequired:R,dialectTranslationRequired:L,projectId:T,renderSettings:x},children:K?c:B})},exports.LocaleSelector=function(e){var{locales:n}=e,o=a(e,["locales"]);const{locale:i,locales:s,setLocale:c}=Jt(n||void 0),l=e=>{return(r=t.getLocaleProperties(e).nativeNameWithRegionCode)?r.charAt(0).toUpperCase()+(r.length>1?r.slice(1):""):"";var r};return s&&0!==s.length&&c?r.jsxs("select",Object.assign({},o,{value:i||"",onChange:e=>c(e.target.value),children:[!i&&r.jsx("option",{value:""}),s.map((e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:l(e)},e)))]})):null},exports.Num=g,exports.Plural=Ut,exports.T=$t,exports.Var=y,exports.renderVariable=b,exports.useDefaultLocale=function(){return i("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useDict=function(e){const t=t=>e?`${e}.${t}`:t,{_internalUseDictFunction:r}=i(`useGT('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}},exports.useGT=function(){const{_internalUseGTFunction:e}=i("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be invoked within a <GTProvider>.");return function(t,r={}){return e(t,r)}},exports.useLocale=Gt,exports.useLocaleSelector=Jt,exports.useLocales=Kt,exports.useRuntimeTranslation=l,exports.useSetLocale=Wt;
|
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]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=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,f,m,b,x,w,k,B,E,S,A,T=this._hash.words,O=u.words,j=d.words,C=a.words,P=s.words,D=c.words,H=l.words;for(w=i=T[0],k=f=T[1],B=m=T[2],E=b=T[3],S=x=T[4],r=0;r<80;r+=1)A=i+e[t+C[r]]|0,A+=r<16?h(f,m,b)+O[0]:r<32?p(f,m,b)+O[1]:r<48?v(f,m,b)+O[2]:r<64?g(f,m,b)+O[3]:y(f,m,b)+O[4],A=(A=_(A|=0,D[r]))+x|0,i=x,x=b,b=_(m,10),m=f,f=A,A=w+e[t+P[r]]|0,A+=r<16?y(k,B,E)+j[0]:r<32?g(k,B,E)+j[1]:r<48?v(k,B,E)+j[2]:r<64?p(k,B,E)+j[3]:h(k,B,E)+j[4],A=(A=_(A|=0,H[r]))+S|0,w=S,S=E,E=_(B,10),B=k,k=A;A=T[1]+m+E|0,T[1]=T[2]+b+S|0,T[2]=T[3]+x+w|0,T[3]=T[4]+i+k|0,T[4]=T[0]+f+B|0,T[0]=A},_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 v(e,t,r){return(e|~t)^r}function g(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(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),pe.exports;var e}(),ye(),function(){return _e||(_e=1,me.exports=(c=P(),re(),ye(),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,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),me.exports;var e,t,r,n,o,i,a,s,c}(),we(),Ee(),Te(),Ce(),He(),Le(),function(){return Fe?Ie.exports:(Fe=1,Ie.exports=(t=P(),Ee(),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 Me?Ne.exports:(Me=1,Ne.exports=(e=P(),Ee(),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 Ve?Ue.exports:(Ve=1,Ue.exports=(e=P(),Ee(),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 Ge?$e.exports:(Ge=1,$e.exports=(e=P(),Ee(),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 Ke||(Ke=1,We.exports=(e=P(),Ee(),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)),We.exports;var e}(),function(){return Je?Xe.exports:(Je=1,Xe.exports=(e=P(),Ee(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return qe?Ye.exports:(qe=1,Ye.exports=(n=P(),Ee(),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 Ze||(Ze=1,Qe.exports=(e=P(),G(),q(),we(),Ee(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],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 v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=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]]^d[o[l>>>16&255]]^f[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,d,f,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],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),Qe.exports;var e}(),rt(),function(){return nt||(nt=1,ot.exports=(e=P(),G(),q(),we(),Ee(),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)),ot.exports;var e}(),function(){return it||(it=1,at.exports=(e=P(),G(),q(),we(),Ee(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,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)),at.exports;var e}(),function(){return st||(st=1,ct.exports=(e=P(),G(),q(),we(),Ee(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,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)),ct.exports;var e}(),dt())),T.exports),bt=B(mt),xt=function(){return xt=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},xt.apply(this,arguments)};function wt(e){return bt.SHA256(e).toString(bt.enc.Hex)}function kt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;return void 0===t&&(t=wt),t(A(xt(xt(xt({source:Et(r)},o&&{id:o}),n&&{context:n}),i&&{dataFormat:i})))}"function"==typeof SuppressedError&&SuppressedError;var Bt=function(e){var t,r,n,o;if(e&&"object"==typeof e){if("props"in e){var i={},a=null===(t=null==e?void 0:e.props)||void 0===t?void 0:t["data-_gt"];return(null==a?void 0:a.branches)&&(i.branches=Object.fromEntries(Object.entries(a.branches).map((function(e){return[e[0],Et(e[1])]})))),(null===(r=null==e?void 0:e.props)||void 0===r?void 0:r.children)&&(i.children=Et(e.props.children)),(null===(o=null===(n=null==e?void 0:e.props)||void 0===n?void 0:n["data-_gt"])||void 0===o?void 0:o.transformation)&&(i.transformation=e.props["data-_gt"].transformation),i}if("key"in e)return xt({key:e.key},e.variable&&{variable:e.variable})}return e};function Et(e){return Array.isArray(e)?e.map(Bt):Bt(e)}function St(r,n,o,i,a,s,c,l){return e.useCallback(((e,u={})=>{if(!e||"string"!=typeof e)return"";const d=t.splitStringToContent(e),f=(e,r)=>t.renderContentToString(e,r,u.variables,u.variablesOptions),h=null==u?void 0:u.id,p=h&&(null==r?void 0:r[h]);let v="";i&&!p&&(v=kt(Object.assign(Object.assign(Object.assign({source:d},(null==u?void 0:u.context)&&{context:u.context}),h&&{id:h}),{dataFormat:"JSX"})));let g=p?null==r?void 0:r[h]:null==r?void 0:r[v];return i&&"error"!==(null==g?void 0:g.state)?"success"===(null==g?void 0:g.state)?f(g.target,[n,o]):s?(c({source:d,targetLocale:n,metadata:Object.assign(Object.assign({},(null==u?void 0:u.context)&&{context:u.context}),{id:h,hash:v||""})}),"replace"===l.method?f(d,[o]):"skeleton"===l.method?"":a?f(d,[o]):""):f(d,[o]):f(d,[o])}),[r,n,o,i,s,c,a])}function At(r,n,o,i,a,s,c,l,u,d){return e.useCallback(((f,h={})=>{if(!r)return"";const p=function(t,r){let n=t,o=r.split(".");for(const t of o){if("object"!=typeof n||Array.isArray(n)||e.isValidElement(n))return;n=n[t]}return n}(r,f);if(!p)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(f)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(p))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(f)),"";const{entry:v,metadata:g}=function(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}}(p);if(!v||"string"!=typeof v)return"";const y=t.splitStringToContent(v),_=(e,r)=>t.renderContentToString(e,r,h.variables,h.variablesOptions);if(!s)return _(y,[a]);const m=null==o?void 0:o[f];if(m)return t.renderContentToString(t.splitStringToContent(m),[i,a],h.variables,h.variablesOptions);let b=kt(Object.assign(Object.assign({source:y},(null==g?void 0:g.context)&&{context:g.context}),{id:f,dataFormat:"JSX"})),x=null==n?void 0:n[b];return"success"===(null==x?void 0:x.state)?_(x.target,[i,a]):"error"===(null==x?void 0:x.state)?_(y,[a]):l?(u({source:y,targetLocale:i,metadata:Object.assign(Object.assign({},(null==g?void 0:g.context)&&{context:g.context}),{id:f,hash:b})}),"replace"===d.method?_(y,[a]):"skeleton"===d.method?"":c?_(y,[a]):""):_(y,[a])}),[r,n,i,a,s,l,u,c])}function Tt(e){var{children:t,branch:n}=e,o=a(e,["children","branch"]);const i=(n=null==n?void 0:n.toString())&&void 0!==o[n]?o[n]:t;return r.jsx(r.Fragment,{children:i})}function Ot(t,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;let o,i={id:n};try{o="function"==typeof t&&t.gtTransformation||""}catch(e){o=""}if(o){const t=o.split("-");if("translate"===t[0])throw new Error((e=>{var t;return`General Translation: Nested <T> components. The inner <T> has the id: "${null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.id}".`})(e));if("variable"===t[0]&&(i.variableType=(null==t?void 0:t[1])||"variable"),"plural"===t[0]){const e=Object.entries(r).reduce(((e,[t,r])=>(function(e){return p.includes(e)}(t)&&(e[t]=Ot(r,n)),e)),{});Object.keys(e).length&&(i.branches=e)}if("branch"===t[0]){const{children:e,branch:t}=r,o=a(r,["children","branch"]),s=Object.entries(o).reduce(((e,[t,r])=>(e[t]=Ot(r,n),e)),{});Object.keys(s).length&&(i.branches=s)}i.transformation=t[0]}return i};function i(t){return e.isValidElement(t)?function(t){const{props:r}=t;if(r["data-_gt"])throw new Error((e=>`General Translation already in use on child with props: ${e.props}. This usually occurs when you nest <T> components within the same file. Remove one of the <T> components to continue.`)(t));let n=o(t),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=s(r.children)),t.type===e.Fragment&&(i["data-_gt"].transformation="fragment"),e.cloneElement(t,i)}(t):t}function s(t){return Array.isArray(t)?e.Children.map(t,i):i(t)}return s(t)}Tt.gtTransformation="branch";const jt={variable:"value",number:"n",datetime:"date",currency:"cost"};function Ct(e={},t){var r;if(e.name)return e.name;return`_gt_${jt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}const Pt=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},Dt=t=>{return r=t,e.isValidElement(r)?(e=>{const{type:t,props:r}=e;let n={type:Pt(e),props:{}};if(r["data-_gt"]){const e=r["data-_gt"];let t=Object.assign({},e);const o=e.transformation;if("variable"===o){const t=e.variableType||"variable";return{variable:t,key:Ct(r,t),id:e.id}}if("plural"===o&&e.branches){n.type="Plural";let r={};Object.entries(e.branches).forEach((([e,t])=>{r[e]=Ht(t)})),t=Object.assign(Object.assign({},t),{branches:r})}if("branch"===o&&e.branches){n.type="Branch";let r={};Object.entries(e.branches).forEach((([e,t])=>{r[e]=Ht(t)})),t=Object.assign(Object.assign({},t),{branches:r})}n.props["data-_gt"]=t}return r.children&&(n.props.children=Ht(r.children)),n})(t):"number"==typeof t?t.toString():t;var r};function Ht(e){return Array.isArray(e)?e.map(Dt):Dt(e)}function zt(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=p),void 0===r&&(r=["en"]);var n=v.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 Rt(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:Ct(e,r),variableType:r,variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},e.currency&&{currency:e.currency}),e.options&&Object.assign({},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 Lt(e){const t=e;if(t&&"object"==typeof t&&"string"==typeof t.key){const e=Object.keys(t);if(1===e.length)return!0;if(2===e.length){if("number"==typeof t.id)return!0;if("string"==typeof t.variable)return!0}if(3===e.length&&"string"==typeof t.variable&&"number"==typeof t.id)return!0}return!1}function Ft(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function It({children:t,defaultLocale:r=f,renderVariable:n}){const o=t=>e.isValidElement(t)?(t=>{const o=Ft(t);if("variable"===(null==o?void 0:o.transformation)){const{variableType:e,variableValue:o,variableOptions:i}=Rt(t.props);return n({variableType:e,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const e=o.branches||{};return i(zt(t.props.n,[r],e)||t.props.children)}if("branch"===(null==o?void 0:o.transformation)){let e=t.props,{children:r,name:n,branch:s,"data-_gt":c}=e,l=a(e,["children","name","branch","data-_gt"]);return n=n||t.props["data-_gt-name"]||"branch",l=o.branches||{},i(void 0!==l[s]?l[s]:r)}return"fragment"===(null==o?void 0:o.transformation)?e.createElement(t.type,{key:t.props.key,children:i(t.props.children)}):t.props.children?e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0,children:i(t.props.children)})):e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0}))})(t):t,i=t=>Array.isArray(t)?e.Children.map(t,o):o(t);return i(t)}function Mt({sourceElement:t,targetElement:r,locales:n=[f],renderVariable:o}){var i,a;const{props:s}=t,c=s["data-_gt"],l=null==c?void 0:c.transformation;if("plural"===l){const e=t.props.n;return Nt({source:zt(e,n,c.branches||{})||t.props.children,target:zt(e,n,r.props["data-_gt"].branches||{})||r.props.children,locales:n,renderVariable:o})}if("branch"===l){let{name:e,branch:i,children:a}=s;e=e||t.props["data-_gt-name"]||"branch";return Nt({source:(c.branches||{})[i]||a,target:(r.props["data-_gt"].branches||{})[i]||r.props.children,locales:n,renderVariable:o})}return"fragment"===l&&(null===(i=r.props)||void 0===i?void 0:i.children)?e.createElement(t.type,{key:t.props.key,children:Nt({source:s.children,target:r.props.children,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null===(a=r.props)||void 0===a?void 0:a.children)?e.cloneElement(t,Object.assign(Object.assign({},s),{"data-_gt":void 0,children:Nt({source:s.children,target:r.props.children,locales:n,renderVariable:o})})):It({children:t,defaultLocale:n[0],renderVariable:o})}function Nt({source:t,target:n,locales:o=[f],renderVariable:i}){if(null==n&&t)return It({children:t,defaultLocale:o[0],renderVariable:i});if("string"==typeof n)return n;if(Array.isArray(n)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(n)){const a={},s={},c=t.filter((t=>{if(e.isValidElement(t)){const e=Ft(t);if("variable"!==(null==e?void 0:e.transformation))return!0;{let{variableName:e,variableValue:r,variableOptions:n}=Rt(t.props);a[e]=r,s[e]=n}}})),l=e=>c.find((t=>{var r,n;const o=Ft(t);if(void 0!==(null==o?void 0:o.id)){return o.id===(null===(n=null===(r=null==e?void 0:e.props)||void 0===r?void 0:r["data-_gt"])||void 0===n?void 0:n.id)}return!1}))||c.shift();return n.map(((t,n)=>{if("string"==typeof t)return r.jsx(e.Fragment,{children:t},`string_${n}`);if(Lt(t))return r.jsx(e.Fragment,{children:i({variableType:t.variable||"variable",variableValue:a[t.key],variableOptions:s[t.key],locales:o})},`var_${n}`);const c=l(t);return c?r.jsx(e.Fragment,{children:Mt({sourceElement:c,targetElement:t,locales:o,renderVariable:i})},`element_${n}`):void 0}))}if(n&&"object"==typeof n&&!Array.isArray(n)){const r=Lt(n)?"variable":"element";if(e.isValidElement(t)){if("element"===r)return Mt({sourceElement:t,targetElement:n,locales:o,renderVariable:i});const e=Ft(t);if("variable"===(null==e?void 0:e.transformation)){const{variableValue:e,variableOptions:r,variableType:n}=Rt(t.props);return i({variableType:n,variableValue:e,variableOptions:r,locales:o})}}}return It({children:t,defaultLocale:o[0],renderVariable:i})}const Vt={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};function Ut(t){var{children:n,n:i,locale:s}=t,c=a(t,["children","n","locale"]);const l=e.useContext(o);let u;l&&(s||(s=l.locale),u||(u=l.defaultLocale));const d=[...s?[s]:[],u||f];if("number"!=typeof i)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));const h=zt(i,d,c)||n;return r.jsx(r.Fragment,{children:h})}function Gt(){return i("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function $t({children:t,id:n,context:o}){if(!t)return;const{translations:a,translationRequired:s,runtimeTranslationEnabled:c,dialectTranslationRequired:l,registerJsxForTranslation:u,renderSettings:d,locale:f,defaultLocale:h}=i("<T> used on the client-side outside of <GTProvider>"),p=e.useMemo((()=>Ot(t)),[t]),v=n&&(null==a?void 0:a[n]),[g,y]=e.useMemo((()=>{if(!s||v)return[void 0,""];const e=Ht(p);return[e,kt(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]}),[p,o,n,s,v]),_=v?null==a?void 0:a[n]:null==a?void 0:a[y];e.useEffect((()=>{c&&s&&a&&f&&!_&&u({source:g,targetLocale:f,metadata:{id:n,hash:y,context:o}})}),[c,a,_,s,n,y,o,f,t]);const m=()=>It({children:p,defaultLocale:h,renderVariable:b});if(!s||a&&!_&&!c||"error"===(null==_?void 0:_.state))return r.jsx(r.Fragment,{children:m()});if(!_||"loading"===(null==_?void 0:_.state)){let e;return e="skeleton"===d.method?"":"replace"===d.method||l?m():"",r.jsx(r.Fragment,{children:e})}return r.jsx(r.Fragment,{children:(x=_.target,Nt({source:p,target:x,locales:[f,h],renderVariable:b}))});var x}function Kt(){return i("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function Wt(){const{setLocale:e}=i("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Jt(r){const n=Gt(),o=Kt(),i=Wt(),a=e.useMemo((()=>{if(!o||0===o.length)return[];const e=o.sort(((e,r)=>(new Intl.Collator).compare(t.getLocaleProperties(e).nativeNameWithRegionCode,t.getLocaleProperties(r).nativeNameWithRegionCode)));return e}),[o]);return{locale:n,locales:r||a,setLocale:i}}function Xt({locale:r="",defaultLocale:n=f,locales:o=[],cookieName:i=h,ssr:a=!0}){const[s,c]=e.useState(a?r&&t.determineLocale(r,o)||"":qt({_locale:r,locale:r,locales:o,defaultLocale:n,cookieName:i})),[l,u]=function({locale:e,locales:r,defaultLocale:n,cookieName:o,_setLocale:i}){const a=o=>{const a=t.determineLocale(o,r)||e||n;return a!==o&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your gt.config.json file if you are using a config file. Falling back to "${e}".`)(a,o)),i(a),a},s=e=>{const t=a(e);document.cookie=`${o}=${t};path=/`};return[s,a]}({locale:s,locales:o,defaultLocale:n,cookieName:i,_setLocale:c});return e.useEffect((()=>{const e=qt({_locale:r,locale:s,locales:o,defaultLocale:n,cookieName:i});u(e)}),[r,s,o,n,i]),[s,l]}function qt({_locale:e,locale:r,locales:n,defaultLocale:o,cookieName:i}){var a;if(e&&e===r&&t.determineLocale(e,n)===r)return e;const s=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[o],c="undefined"!=typeof document?null===(a=document.cookie.split("; ").find((e=>e.startsWith(`${i}=`))))||void 0===a?void 0:a.split("=")[1]:void 0,l=t.determineLocale([...e?[e]:[],...c?[c]:[],...s],n)||o;return c&&c!==l&&"undefined"!=typeof document&&(document.cookie=`${i}=${l};path=/`),l}Ut.gtTransformation="plural",$t.gtTransformation="translate-client",exports.Branch=Tt,exports.ClientProvider=function({children:n,dictionary:i,initialTranslations:a,dictionaryTranslations:s,locale:c,_versionId:u,defaultLocale:d,translationRequired:f,dialectTranslationRequired:p,locales:v=[],renderSettings:g,projectId:y,devApiKey:_,runtimeUrl:m,runtimeTranslationEnabled:b,onLocaleChange:x=()=>{},cookieName:w=h}){const[k,B]=e.useState(_?null:a),[E,S]=e.useState(c&&t.determineLocale(c,v)||"");e.useEffect((()=>{var e;const t=null===(e=document.cookie.split("; ").find((e=>e.startsWith(`${w}=`))))||void 0===e?void 0:e.split("=")[1];E&&t&&t!==E&&(document.cookie=`${w}=;path=/`)}),[E]),e.useEffect((()=>{B((e=>Object.assign(Object.assign({},a),e)))}),[a]);const{registerContentForTranslation:A,registerJsxForTranslation:T}=l({locale:E,versionId:u,projectId:y,devApiKey:_,runtimeUrl:m,setTranslations:B,defaultLocale:d,renderSettings:g,runtimeTranslationEnabled:b}),O=St(k,E,d,f,p,b,A,g),j=At(i,k,s,E,d,f,p,b,A,g),C=!(f&&!k)&&E;return r.jsx(o.Provider,{value:{registerContentForTranslation:A,registerJsxForTranslation:T,setLocale:e=>{e=t.determineLocale(e,v)||E||d,document.cookie=`${w}=${e};path=/`,S(e),x(),window.location.reload()},_internalUseGTFunction:O,_internalUseDictFunction:j,locale:E,locales:v,defaultLocale:d,translations:k,dictionaryTranslations:s,translationRequired:f,dialectTranslationRequired:p,renderSettings:g,runtimeTranslationEnabled:b},children:C&&n})},exports.Currency=_,exports.DateTime=m,exports.GTContext=o,exports.GTProvider=function(i){var{children:c,projectId:h="",devApiKey:p,dictionary:v,locales:g=[],defaultLocale:y=f,locale:_,cacheUrl:m=u,runtimeUrl:b=d,renderSettings:x=Vt,loadDictionary:w,loadTranslations:k,fallback:B,ssr:E=!1,_versionId:S}=i,A=a(i,["children","projectId","devApiKey","dictionary","locales","defaultLocale","locale","cacheUrl","runtimeUrl","renderSettings","loadDictionary","loadTranslations","fallback","ssr","_versionId"]);const{projectId:T,devApiKey:O}=function(e,t){try{return{projectId:e||(void 0).VITE_GT_PROJECT_ID||(void 0).REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||(void 0).VITE_GT_DEV_API_KEY||(void 0).VITE_GT_API_KEY||(void 0).REDWOOD_ENV_GT_DEV_API_KEY||(void 0).REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(h,p);g=e.useMemo((()=>Array.from(new Set([y,...g]))),[y,g]);const[j,C]=Xt({defaultLocale:y,locales:g,locale:_,ssr:E}),P=e.useMemo((()=>!!(T&&b&&O&&"development"===process.env.NODE_ENV)),[T,b,O]),D=e.useMemo((()=>(k?"custom":m&&T&&"default")||"disabled"),[k]),[H,z]=e.useState(v);e.useEffect((()=>{if(H||!w)return;let e=!0;return(()=>{s(this,void 0,void 0,(function*(){var r;let n;try{n=yield w(y)}catch(e){}const o=null===(r=t.getLocaleProperties(y))||void 0===r?void 0:r.languageCode;if(!H&&o&&o!==y)try{n=yield w(o)}catch(e){console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.",e)}e&&z(n||{})}))})(),()=>{e=!1}}),[H,w]),e.useMemo((()=>{if("production"===process.env.NODE_ENV&&O)throw new Error("gt-react Error: Production environments cannot include a development api key.");if("custom"===D||!m&&!b||T||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),T&&b&&"custom"!==D&&!O&&"development"===process.env.NODE_ENV&&console.warn("gt-react: 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.)"),b===d||m===u&&"default"===D){const e=(g||g).filter((e=>!n.getSupportedLocale(e)));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map((e=>{const{name:r}=t.getLocaleProperties(e);return`${e} (${r})`})).join(", ")}`)(e))}}),[process.env.NODE_ENV,O,D,m,b,T,g]);const[R,L]=e.useMemo((()=>{const e=t.requiresTranslation(y,j,g);return[e,e&&t.isSameLanguage(y,j)]}),[y,j,g]),[F,I]=e.useState(R?null:{});e.useEffect((()=>I(R?null:{})),[j]);const[M,N]=e.useState(R&&"disabled"!==D?null:{});e.useEffect((()=>N(R&&"disabled"!==D?null:{})),[j,D]);const{registerContentForTranslation:V,registerJsxForTranslation:U}=l(Object.assign({locale:j,versionId:S,projectId:T,runtimeTranslationEnabled:P,defaultLocale:y,devApiKey:O,runtimeUrl:b,renderSettings:x,setTranslations:N},A));e.useEffect((()=>{if(!w||F||!R)return;let e=!0;return(()=>{s(this,void 0,void 0,(function*(){let t={};try{t=yield w(j)}catch(e){"development"===process.env.NODE_ENV&&console.warn(((e="")=>`gt-react Error: fetching locally stored dictionary. If you are using a custom loadDictionary(${e}), make sure it is correctly implemented.`)(j),e)}e&&I(t)}))})(),()=>{e=!1}}),[j,w,R,F]),e.useEffect((()=>{if(M||!R||"disabled"===D)return;let e=!0;return(()=>{s(this,void 0,void 0,(function*(){let t;switch(D){case"custom":if(k)try{t=yield k(j)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(j),e)}break;case"default":try{t=yield function(e){return s(this,arguments,void 0,(function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()}))}({cacheUrl:m,projectId:T,locale:j,versionId:S})}catch(e){console.error(e)}}t||(t={});try{t=Object.entries(t).reduce(((e,[t,r])=>(e[t]={state:"success",target:r},e)),{})}catch(e){console.error(e)}e&&N(t)}))})(),()=>{e=!1}}),[M,R,D,m,T,j,S]);const G=St(M,j,y,R,L,P,V,x),$=At(H,M,F,j,y,R,L,P,V,x),K=!(R&&!M||!j);return r.jsx(o.Provider,{value:{registerContentForTranslation:V,registerJsxForTranslation:U,_internalUseGTFunction:G,_internalUseDictFunction:$,runtimeTranslationEnabled:P,locale:j,locales:g,setLocale:C,defaultLocale:y,translations:M,dictionaryTranslations:F,translationRequired:R,dialectTranslationRequired:L,projectId:T,renderSettings:x},children:K?c:B})},exports.LocaleSelector=function(e){var{locales:n}=e,o=a(e,["locales"]);const{locale:i,locales:s,setLocale:c}=Jt(n||void 0),l=e=>{return(r=t.getLocaleProperties(e).nativeNameWithRegionCode)?r.charAt(0).toUpperCase()+(r.length>1?r.slice(1):""):"";var r};return s&&0!==s.length&&c?r.jsxs("select",Object.assign({},o,{value:i||"",onChange:e=>c(e.target.value),children:[!i&&r.jsx("option",{value:""}),s.map((e=>r.jsx("option",{value:e,suppressHydrationWarning:!0,children:l(e)},e)))]})):null},exports.Num=g,exports.Plural=Ut,exports.T=$t,exports.Var=y,exports.renderVariable=b,exports.useDefaultLocale=function(){return i("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useDict=function(e){const t=t=>e?`${e}.${t}`:t,{_internalUseDictFunction:r}=i(`useGT('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}},exports.useGT=function(){const{_internalUseGTFunction:e}=i("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be invoked within a <GTProvider>.");return function(t,r={}){return e(t,r)}},exports.useLocale=Gt,exports.useLocaleSelector=Jt,exports.useLocales=Kt,exports.useRuntimeTranslation=l,exports.useSetLocale=Wt;
|
package/dist/client.esm.min.mjs
CHANGED
@@ -15,4 +15,4 @@ 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]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=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,f,m,b,x,w,k,B,A,E,S,O=this._hash.words,T=u.words,j=d.words,C=a.words,P=s.words,D=c.words,H=l.words;for(w=i=O[0],k=f=O[1],B=m=O[2],A=b=O[3],E=x=O[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,m,b)+T[0]:r<32?p(f,m,b)+T[1]:r<48?v(f,m,b)+T[2]:r<64?y(f,m,b)+T[3]:g(f,m,b)+T[4],S=(S=_(S|=0,D[r]))+x|0,i=x,x=b,b=_(m,10),m=f,f=S,S=w+e[t+P[r]]|0,S+=r<16?g(k,B,A)+j[0]:r<32?y(k,B,A)+j[1]:r<48?v(k,B,A)+j[2]:r<64?p(k,B,A)+j[3]:h(k,B,A)+j[4],S=(S=_(S|=0,H[r]))+E|0,w=E,E=A,A=_(B,10),B=k,k=S;S=O[1]+m+A|0,O[1]=O[2]+b+E|0,O[2]=O[3]+x+w|0,O[3]=O[4]+i+k|0,O[4]=O[0]+f+B|0,O[0]=S},_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 v(e,t,r){return(e|~t)^r}function y(e,t,r){return e&r|t&~r}function g(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),Pe.exports;var e}(),ze(),function(){return Re||(Re=1,Ie.exports=(c=Y(),be(),ze(),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,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,y=1;y<d;y++){v=o.finalize(v),o.reset();for(var g=v.words,_=0;_<p;_++)h[_]^=g[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),Ie.exports;var e,t,r,n,o,i,a,s,c}(),Ne(),Ue(),Ge(),Xe(),Ze(),tt(),function(){return rt?nt.exports:(rt=1,nt.exports=(t=Y(),Ue(),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 ot?it.exports:(ot=1,it.exports=(e=Y(),Ue(),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 at?st.exports:(at=1,st.exports=(e=Y(),Ue(),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 ct?lt.exports:(ct=1,lt.exports=(e=Y(),Ue(),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 ut||(ut=1,dt.exports=(e=Y(),Ue(),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)),dt.exports;var e}(),function(){return ft?ht.exports:(ft=1,ht.exports=(e=Y(),Ue(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return pt?vt.exports:(pt=1,vt.exports=(n=Y(),Ue(),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 yt||(yt=1,gt.exports=(e=Y(),ce(),pe(),Ne(),Ue(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],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 v=e[r],y=e[v],g=e[y],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*g^65537*y^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[g^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=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]]^d[o[l>>>16&255]]^f[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,d,f,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],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],y=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],g=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=y,d=g,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],y=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],g=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=y,e[t+2]=g,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),gt.exports;var e}(),bt(),function(){return xt||(xt=1,wt.exports=(e=Y(),ce(),pe(),Ne(),Ue(),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)),wt.exports;var e}(),function(){return kt||(kt=1,Bt.exports=(e=Y(),ce(),pe(),Ne(),Ue(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,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)),Bt.exports;var e}(),function(){return At||(At=1,Et.exports=(e=Y(),ce(),pe(),Ne(),Ue(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,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)),Et.exports;var e}(),Tt())),G.exports),Ft=V(It),Lt=function(){return Lt=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},Lt.apply(this,arguments)};function Nt(e){return Ft.SHA256(e).toString(Ft.enc.Hex)}function Mt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;return void 0===t&&(t=Nt),t(K(Lt(Lt(Lt({source:Ut(r)},o&&{id:o}),n&&{context:n}),i&&{dataFormat:i})))}"function"==typeof SuppressedError&&SuppressedError;var Vt=function(e){var t,r,n,o;if(e&&"object"==typeof e){if("props"in e){var i={},a=null===(t=null==e?void 0:e.props)||void 0===t?void 0:t["data-_gt"];return(null==a?void 0:a.branches)&&(i.branches=Object.fromEntries(Object.entries(a.branches).map((function(e){return[e[0],Ut(e[1])]})))),(null===(r=null==e?void 0:e.props)||void 0===r?void 0:r.children)&&(i.children=Ut(e.props.children)),(null===(o=null===(n=null==e?void 0:e.props)||void 0===n?void 0:n["data-_gt"])||void 0===o?void 0:o.transformation)&&(i.transformation=e.props["data-_gt"].transformation),i}if("key"in e)return Lt({key:e.key},e.variable&&{variable:e.variable})}return e};function Ut(e){return Array.isArray(e)?e.map(Vt):Vt(e)}function $t(e,t,r,n,o,i,a,c){return s(((s,l={})=>{if(!s||"string"!=typeof s)return"";const u=h(s),d=(e,t)=>p(e,t,l.variables,l.variablesOptions),f=null==l?void 0:l.id,v=f&&(null==e?void 0:e[f]);let y="";n&&!v&&(y=Mt(Object.assign(Object.assign(Object.assign({source:u},(null==l?void 0:l.context)&&{context:l.context}),f&&{id:f}),{dataFormat:"JSX"})));let g=v?null==e?void 0:e[f]:null==e?void 0:e[y];return n&&"error"!==(null==g?void 0:g.state)?"success"===(null==g?void 0:g.state)?d(g.target,[t,r]):i?(a({source:u,targetLocale:t,metadata:Object.assign(Object.assign({},(null==l?void 0:l.context)&&{context:l.context}),{id:f,hash:y||""})}),"replace"===c.method?d(u,[r]):"skeleton"===c.method?"":o?d(u,[r]):""):d(u,[r]):d(u,[r])}),[e,t,r,n,i,a,o])}function Kt(t,r,n,o,i,a,c,l,u,d){return s(((s,f={})=>{if(!t)return"";const v=function(t,r){let n=t,o=r.split(".");for(const t of o){if("object"!=typeof n||Array.isArray(n)||e.isValidElement(n))return;n=n[t]}return n}(t,s);if(!v)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(s)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(v))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(s)),"";const{entry:y,metadata:g}=function(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}}(v);if(!y||"string"!=typeof y)return"";const _=h(y),m=(e,t)=>p(e,t,f.variables,f.variablesOptions);if(!a)return m(_,[i]);const b=null==n?void 0:n[s];if(b)return p(h(b),[o,i],f.variables,f.variablesOptions);let x=Mt(Object.assign(Object.assign({source:_},(null==g?void 0:g.context)&&{context:g.context}),{id:s,dataFormat:"JSX"})),w=null==r?void 0:r[x];return"success"===(null==w?void 0:w.state)?m(w.target,[o,i]):"error"===(null==w?void 0:w.state)?m(_,[i]):l?(u({source:_,targetLocale:o,metadata:Object.assign(Object.assign({},(null==g?void 0:g.context)&&{context:g.context}),{id:s,hash:x})}),"replace"===d.method?m(_,[i]):"skeleton"===d.method?"":c?m(_,[i]):""):m(_,[i])}),[t,r,o,i,a,l,u,c])}function Gt({children:e,dictionary:t,initialTranslations:r,dictionaryTranslations:o,locale:a,_versionId:s,defaultLocale:c,translationRequired:l,dialectTranslationRequired:u,locales:d=[],renderSettings:f,projectId:h,devApiKey:p,runtimeUrl:y,runtimeTranslationEnabled:g,onLocaleChange:m=()=>{},cookieName:b=C}){const[x,k]=n(p?null:r),[B,A]=n(a&&v(a,d)||"");i((()=>{var e;const t=null===(e=document.cookie.split("; ").find((e=>e.startsWith(`${b}=`))))||void 0===e?void 0:e.split("=")[1];B&&t&&t!==B&&(document.cookie=`${b}=;path=/`)}),[B]);i((()=>{k((e=>Object.assign(Object.assign({},r),e)))}),[r]);const{registerContentForTranslation:E,registerJsxForTranslation:O}=S({locale:B,versionId:s,projectId:h,devApiKey:p,runtimeUrl:y,setTranslations:k,defaultLocale:c,renderSettings:f,runtimeTranslationEnabled:g}),T=$t(x,B,c,l,u,g,E,f),j=Kt(t,x,o,B,c,l,u,g,E,f),P=!(l&&!x)&&B;return _(w.Provider,{value:{registerContentForTranslation:E,registerJsxForTranslation:O,setLocale:e=>{e=v(e,d)||B||c,document.cookie=`${b}=${e};path=/`,A(e),m(),window.location.reload()},_internalUseGTFunction:T,_internalUseDictFunction:j,locale:B,locales:d,defaultLocale:c,translations:x,dictionaryTranslations:o,translationRequired:l,dialectTranslationRequired:u,renderSettings:f,runtimeTranslationEnabled:g},children:P&&e})}function Wt(e){var{children:t,branch:r}=e,n=B(e,["children","branch"]);const o=(r=null==r?void 0:r.toString())&&void 0!==n[r]?n[r]:t;return _(m,{children:o})}function Jt(t,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;let o,i={id:n};try{o="function"==typeof t&&t.gtTransformation||""}catch(e){o=""}if(o){const t=o.split("-");if("translate"===t[0])throw new Error((e=>{var t;return`General Translation: Nested <T> components. The inner <T> has the id: "${null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.id}".`})(e));if("variable"===t[0]&&(i.variableType=(null==t?void 0:t[1])||"variable"),"plural"===t[0]){const e=Object.entries(r).reduce(((e,[t,r])=>(function(e){return P.includes(e)}(t)&&(e[t]=Jt(r,n)),e)),{});Object.keys(e).length&&(i.branches=e)}if("branch"===t[0]){const{children:e,branch:t}=r,o=B(r,["children","branch"]),a=Object.entries(o).reduce(((e,[t,r])=>(e[t]=Jt(r,n),e)),{});Object.keys(a).length&&(i.branches=a)}i.transformation=t[0]}return i};function i(t){return c(t)?function(t){const{props:r}=t;if(r["data-_gt"])throw new Error((e=>`General Translation already in use on child with props: ${e.props}. This usually occurs when you nest <T> components within the same file. Remove one of the <T> components to continue.`)(t));let n=o(t),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=a(r.children)),t.type===e.Fragment&&(i["data-_gt"].transformation="fragment"),e.cloneElement(t,i)}(t):t}function a(t){return Array.isArray(t)?e.Children.map(t,i):i(t)}return a(t)}Wt.gtTransformation="branch";const Xt={variable:"value",number:"n",datetime:"date",currency:"cost"};function Yt(e={},t){var r;if(e.name)return e.name;return`_gt_${Xt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}const qt=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},Zt=t=>{return r=t,e.isValidElement(r)?(e=>{const{type:t,props:r}=e;let n={type:qt(e),props:{}};if(r["data-_gt"]){const e=r["data-_gt"];let t=Object.assign({},e);const o=e.transformation;if("variable"===o){const t=e.variableType||"variable";return{variable:t,key:Yt(r,t),id:e.id}}if("plural"===o&&e.branches){n.type="Plural";let r={};Object.entries(e.branches).forEach((([e,t])=>{r[e]=Qt(t)})),t=Object.assign(Object.assign({},t),{branches:r})}if("branch"===o&&e.branches){n.type="Branch";let r={};Object.entries(e.branches).forEach((([e,t])=>{r[e]=Qt(t)})),t=Object.assign(Object.assign({},t),{branches:r})}n.props["data-_gt"]=t}return r.children&&(n.props.children=Qt(r.children)),n})(t):"number"==typeof t?t.toString():t;var r};function Qt(e){return Array.isArray(e)?e.map(Zt):Zt(e)}function er(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=P),void 0===r&&(r=["en"]);var n=D.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 tr(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:Yt(e,r),variableType:r,variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},e.currency&&{currency:e.currency}),e.options&&Object.assign({},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 rr(e){const t=e;if(t&&"object"==typeof t&&"string"==typeof t.key){const e=Object.keys(t);if(1===e.length)return!0;if(2===e.length){if("number"==typeof t.id)return!0;if("string"==typeof t.variable)return!0}if(3===e.length&&"string"==typeof t.variable&&"number"==typeof t.id)return!0}return!1}function nr(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function or({children:t,defaultLocale:r=j,renderVariable:n}){const o=t=>e.isValidElement(t)?(t=>{const o=nr(t);if("variable"===(null==o?void 0:o.transformation)){const{variableType:e,variableValue:o,variableOptions:i}=tr(t.props);return n({variableType:e,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const e=o.branches||{};return i(er(t.props.n,[r],e)||t.props.children)}if("branch"===(null==o?void 0:o.transformation)){let e=t.props,{children:r,name:n,branch:a,"data-_gt":s}=e,c=B(e,["children","name","branch","data-_gt"]);return n=n||t.props["data-_gt-name"]||"branch",c=o.branches||{},i(void 0!==c[a]?c[a]:r)}return"fragment"===(null==o?void 0:o.transformation)?e.createElement(t.type,{key:t.props.key,children:i(t.props.children)}):t.props.children?e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0,children:i(t.props.children)})):e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0}))})(t):t,i=t=>Array.isArray(t)?e.Children.map(t,o):o(t);return i(t)}function ir({sourceElement:t,targetElement:r,locales:n=[j],renderVariable:o}){var i,a;const{props:s}=t,c=s["data-_gt"],l=null==c?void 0:c.transformation;if("plural"===l){const e=t.props.n;return ar({source:er(e,n,c.branches||{})||t.props.children,target:er(e,n,r.props["data-_gt"].branches||{})||r.props.children,locales:n,renderVariable:o})}if("branch"===l){let{name:e,branch:i,children:a}=s;e=e||t.props["data-_gt-name"]||"branch";return ar({source:(c.branches||{})[i]||a,target:(r.props["data-_gt"].branches||{})[i]||r.props.children,locales:n,renderVariable:o})}return"fragment"===l&&(null===(i=r.props)||void 0===i?void 0:i.children)?e.createElement(t.type,{key:t.props.key,children:ar({source:s.children,target:r.props.children,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null===(a=r.props)||void 0===a?void 0:a.children)?e.cloneElement(t,Object.assign(Object.assign({},s),{"data-_gt":void 0,children:ar({source:s.children,target:r.props.children,locales:n,renderVariable:o})})):or({children:t,defaultLocale:n[0],renderVariable:o})}function ar({source:t,target:r,locales:n=[j],renderVariable:o}){if(null==r&&t)return or({children:t,defaultLocale:n[0],renderVariable:o});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(r)){const i={},a={},s=t.filter((t=>{if(e.isValidElement(t)){const e=nr(t);if("variable"!==(null==e?void 0:e.transformation))return!0;{let{variableName:e,variableValue:r,variableOptions:n}=tr(t.props);i[e]=r,a[e]=n}}})),c=e=>s.find((t=>{var r,n;const o=nr(t);if(void 0!==(null==o?void 0:o.id)){return o.id===(null===(n=null===(r=null==e?void 0:e.props)||void 0===r?void 0:r["data-_gt"])||void 0===n?void 0:n.id)}return!1}))||s.shift();return r.map(((t,r)=>{if("string"==typeof t)return _(e.Fragment,{children:t},`string_${r}`);if(rr(t))return _(e.Fragment,{children:o({variableType:t.variable||"variable",variableValue:i[t.key],variableOptions:a[t.key],locales:n})},`var_${r}`);const s=c(t);return s?_(e.Fragment,{children:ir({sourceElement:s,targetElement:t,locales:n,renderVariable:o})},`element_${r}`):void 0}))}if(r&&"object"==typeof r&&!Array.isArray(r)){const i=rr(r)?"variable":"element";if(e.isValidElement(t)){if("element"===i)return ir({sourceElement:t,targetElement:r,locales:n,renderVariable:o});const e=nr(t);if("variable"===(null==e?void 0:e.transformation)){const{variableValue:e,variableOptions:r,variableType:i}=tr(t.props);return o({variableType:i,variableValue:e,variableOptions:r,locales:n})}}}return or({children:t,defaultLocale:n[0],renderVariable:o})}const sr={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};function cr(e){var{children:t,n:n,locale:o}=e,i=B(e,["children","n","locale"]);const a=r(w);let s;a&&(o||(o=a.locale),s||(s=a.defaultLocale));const c=[...o?[o]:[],s||j];if("number"!=typeof n)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(t));const l=er(n,c,i)||t;return _(m,{children:l})}function lr(){const{_internalUseGTFunction:e}=k("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be invoked within a <GTProvider>.");return function(t,r={}){return e(t,r)}}function ur(){return k("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function dr(e){const t=t=>e?`${e}.${t}`:t,{_internalUseDictFunction:r}=k(`useGT('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}}function fr(){return k("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function hr({children:e,id:t,context:r}){if(!e)return;const{translations:n,translationRequired:o,runtimeTranslationEnabled:s,dialectTranslationRequired:c,registerJsxForTranslation:l,renderSettings:u,locale:d,defaultLocale:f}=k("<T> used on the client-side outside of <GTProvider>"),h=a((()=>Jt(e)),[e]),p=t&&(null==n?void 0:n[t]),[v,y]=a((()=>{if(!o||p)return[void 0,""];const e=Qt(h);return[e,Mt(Object.assign(Object.assign(Object.assign({source:e},r&&{context:r}),t&&{id:t}),{dataFormat:"JSX"}))]}),[h,r,t,o,p]),g=p?null==n?void 0:n[t]:null==n?void 0:n[y];i((()=>{s&&o&&n&&d&&!g&&l({source:v,targetLocale:d,metadata:{id:t,hash:y,context:r}})}),[s,n,g,o,t,y,r,d,e]);const b=()=>or({children:h,defaultLocale:f,renderVariable:F});if(!o||n&&!g&&!s||"error"===(null==g?void 0:g.state))return _(m,{children:b()});if(!g||"loading"===(null==g?void 0:g.state)){let e;return e="skeleton"===u.method?"":"replace"===u.method||c?b():"",_(m,{children:e})}return _(m,{children:(x=g.target,ar({source:h,target:x,locales:[d,f],renderVariable:F}))});var x}function pr(){return k("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function vr(){const{setLocale:e}=k("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function yr(e){const t=fr(),r=pr(),n=vr(),o=a((()=>{if(!r||0===r.length)return[];const e=r.sort(((e,t)=>(new Intl.Collator).compare(l(e).nativeNameWithRegionCode,l(t).nativeNameWithRegionCode)));return e}),[r]);return{locale:t,locales:e||o,setLocale:n}}function gr(e){var{locales:t}=e,r=B(e,["locales"]);const{locale:n,locales:o,setLocale:i}=yr(t||void 0),a=e=>{return(t=l(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return o&&0!==o.length&&i?b("select",Object.assign({},r,{value:n||"",onChange:e=>i(e.target.value),children:[!n&&_("option",{value:""}),o.map((e=>_("option",{value:e,suppressHydrationWarning:!0,children:a(e)},e)))]})):null}function _r({locale:e="",defaultLocale:t=j,locales:r=[],cookieName:o=C,ssr:a=!0}){const[s,c]=n(a?e&&v(e,r)||"":mr({_locale:e,locale:e,locales:r,defaultLocale:t,cookieName:o})),[l,u]=function({locale:e,locales:t,defaultLocale:r,cookieName:n,_setLocale:o}){const i=n=>{const i=v(n,t)||e||r;return i!==n&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your gt.config.json file if you are using a config file. Falling back to "${e}".`)(i,n)),o(i),i},a=e=>{const t=i(e);document.cookie=`${n}=${t};path=/`};return[a,i]}({locale:s,locales:r,defaultLocale:t,cookieName:o,_setLocale:c});return i((()=>{const n=mr({_locale:e,locale:s,locales:r,defaultLocale:t,cookieName:o});u(n)}),[e,s,r,t,o]),[s,l]}function mr({_locale:e,locale:t,locales:r,defaultLocale:n,cookieName:o}){var i;if(e&&e===t&&v(e,r)===t)return e;const a=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[n],s="undefined"!=typeof document?null===(i=document.cookie.split("; ").find((e=>e.startsWith(`${o}=`))))||void 0===i?void 0:i.split("=")[1]:void 0,c=v([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function br(e){var{children:t,projectId:r="",devApiKey:o,dictionary:s,locales:c=[],defaultLocale:u=j,locale:d,cacheUrl:f=O,runtimeUrl:h=T,renderSettings:p=sr,loadDictionary:v,loadTranslations:m,fallback:b,ssr:k=!1,_versionId:E}=e,C=B(e,["children","projectId","devApiKey","dictionary","locales","defaultLocale","locale","cacheUrl","runtimeUrl","renderSettings","loadDictionary","loadTranslations","fallback","ssr","_versionId"]);const{projectId:P,devApiKey:D}=function(e,t){try{return{projectId:e||import.meta.env.VITE_GT_PROJECT_ID||import.meta.env.REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||import.meta.env.VITE_GT_DEV_API_KEY||import.meta.env.VITE_GT_API_KEY||import.meta.env.REDWOOD_ENV_GT_DEV_API_KEY||import.meta.env.REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(r,o);c=a((()=>(c.unshift(u),Array.from(new Set(c)))),[u,c]);const[H,z]=_r({defaultLocale:u,locales:c,locale:d,ssr:k}),R=a((()=>!!(P&&h&&D&&"development"===process.env.NODE_ENV)),[P,h,D]),I=a((()=>(m?"custom":f&&P&&"default")||"disabled"),[m]),[F,L]=n(s);i((()=>{if(F||!v)return;let e=!0;return(()=>{A(this,void 0,void 0,(function*(){var t;let r;try{r=yield v(u)}catch(e){}const n=null===(t=l(u))||void 0===t?void 0:t.languageCode;if(!F&&n&&n!==u)try{r=yield v(n)}catch(e){console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.",e)}e&&L(r||{})}))})(),()=>{e=!1}}),[F,v]),a((()=>{if("production"===process.env.NODE_ENV&&D)throw new Error("gt-react Error: Production environments cannot include a development api key.");if("custom"===I||!f&&!h||P||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),P&&h&&"custom"!==I&&!D&&"development"===process.env.NODE_ENV&&console.warn("gt-react: 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.)"),h===T||f===O&&"default"===I){const e=(c||c).filter((e=>!x(e)));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map((e=>{const{name:t}=l(e);return`${e} (${t})`})).join(", ")}`)(e))}}),[process.env.NODE_ENV,D,I,f,h,P,c]);const[N,M]=a((()=>{const e=y(u,H,c);return[e,e&&g(u,H)]}),[u,H,c]),[V,U]=n(N?null:{});i((()=>U(N?null:{})),[H]);const[$,K]=n(N&&"disabled"!==I?null:{});i((()=>K(N&&"disabled"!==I?null:{})),[H,I]);const{registerContentForTranslation:G,registerJsxForTranslation:W}=S(Object.assign({locale:H,versionId:E,projectId:P,runtimeTranslationEnabled:R,defaultLocale:u,devApiKey:D,runtimeUrl:h,renderSettings:p,setTranslations:K},C));i((()=>{if(!v||V||!N)return;let e=!0;return(()=>{A(this,void 0,void 0,(function*(){let t={};try{t=yield v(H)}catch(e){"development"===process.env.NODE_ENV&&console.warn(((e="")=>`gt-react Error: fetching locally stored dictionary. If you are using a custom loadDictionary(${e}), make sure it is correctly implemented.`)(H),e)}e&&U(t)}))})(),()=>{e=!1}}),[H,v,N,V]),i((()=>{if($||!N||"disabled"===I)return;let e=!0;return(()=>{A(this,void 0,void 0,(function*(){let t;switch(I){case"custom":if(m)try{t=yield m(H)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(H),e)}break;case"default":try{t=yield function(e){return A(this,arguments,void 0,(function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()}))}({cacheUrl:f,projectId:P,locale:H,versionId:E})}catch(e){console.error(e)}}t||(t={});try{t=Object.entries(t).reduce(((e,[t,r])=>(e[t]={state:"success",target:r},e)),{})}catch(e){console.error(e)}e&&K(t)}))})(),()=>{e=!1}}),[$,N,I,f,P,H,E]);const J=$t($,H,u,N,M,R,G,p),X=Kt(F,$,V,H,u,N,M,R,G,p),Y=!(N&&!$||!H);return _(w.Provider,{value:{registerContentForTranslation:G,registerJsxForTranslation:W,_internalUseGTFunction:J,_internalUseDictFunction:X,runtimeTranslationEnabled:R,locale:H,locales:c,setLocale:z,defaultLocale:u,translations:$,dictionaryTranslations:V,translationRequired:N,dialectTranslationRequired:M,projectId:P,renderSettings:p},children:Y?t:b})}cr.gtTransformation="plural",hr.gtTransformation="translate-client";export{Wt as Branch,Gt as ClientProvider,R as Currency,I as DateTime,w as GTContext,br as GTProvider,gr as LocaleSelector,H as Num,cr as Plural,hr as T,z as Var,F as renderVariable,ur as useDefaultLocale,dr as useDict,lr as useGT,fr as useLocale,yr as useLocaleSelector,pr as useLocales,S as useRuntimeTranslation,vr as useSetLocale};
|
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]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=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,f,m,b,x,w,k,B,A,E,S,O=this._hash.words,T=u.words,j=d.words,C=a.words,P=s.words,D=c.words,H=l.words;for(w=i=O[0],k=f=O[1],B=m=O[2],A=b=O[3],E=x=O[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,m,b)+T[0]:r<32?p(f,m,b)+T[1]:r<48?v(f,m,b)+T[2]:r<64?y(f,m,b)+T[3]:g(f,m,b)+T[4],S=(S=_(S|=0,D[r]))+x|0,i=x,x=b,b=_(m,10),m=f,f=S,S=w+e[t+P[r]]|0,S+=r<16?g(k,B,A)+j[0]:r<32?y(k,B,A)+j[1]:r<48?v(k,B,A)+j[2]:r<64?p(k,B,A)+j[3]:h(k,B,A)+j[4],S=(S=_(S|=0,H[r]))+E|0,w=E,E=A,A=_(B,10),B=k,k=S;S=O[1]+m+A|0,O[1]=O[2]+b+E|0,O[2]=O[3]+x+w|0,O[3]=O[4]+i+k|0,O[4]=O[0]+f+B|0,O[0]=S},_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 v(e,t,r){return(e|~t)^r}function y(e,t,r){return e&r|t&~r}function g(e,t,r){return e^(t|~r)}function _(e,t){return e<<t|e>>>32-t}t.RIPEMD160=o._createHelper(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),Pe.exports;var e}(),ze(),function(){return Re||(Re=1,Ie.exports=(c=Y(),be(),ze(),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,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,y=1;y<d;y++){v=o.finalize(v),o.reset();for(var g=v.words,_=0;_<p;_++)h[_]^=g[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),Ie.exports;var e,t,r,n,o,i,a,s,c}(),Ne(),Ue(),Ge(),Xe(),Ze(),tt(),function(){return rt?nt.exports:(rt=1,nt.exports=(t=Y(),Ue(),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 ot?it.exports:(ot=1,it.exports=(e=Y(),Ue(),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 at?st.exports:(at=1,st.exports=(e=Y(),Ue(),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 ct?lt.exports:(ct=1,lt.exports=(e=Y(),Ue(),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 ut||(ut=1,dt.exports=(e=Y(),Ue(),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)),dt.exports;var e}(),function(){return ft?ht.exports:(ft=1,ht.exports=(e=Y(),Ue(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return pt?vt.exports:(pt=1,vt.exports=(n=Y(),Ue(),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 yt||(yt=1,gt.exports=(e=Y(),ce(),pe(),Ne(),Ue(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],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 v=e[r],y=e[v],g=e[y],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*g^65537*y^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[g^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=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]]^d[o[l>>>16&255]]^f[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,d,f,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],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],y=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],g=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=y,d=g,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],y=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],g=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=y,e[t+2]=g,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),gt.exports;var e}(),bt(),function(){return xt||(xt=1,wt.exports=(e=Y(),ce(),pe(),Ne(),Ue(),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)),wt.exports;var e}(),function(){return kt||(kt=1,Bt.exports=(e=Y(),ce(),pe(),Ne(),Ue(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,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)),Bt.exports;var e}(),function(){return At||(At=1,Et.exports=(e=Y(),ce(),pe(),Ne(),Ue(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,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)),Et.exports;var e}(),Tt())),G.exports),Ft=V(It),Lt=function(){return Lt=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},Lt.apply(this,arguments)};function Nt(e){return Ft.SHA256(e).toString(Ft.enc.Hex)}function Mt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;return void 0===t&&(t=Nt),t(K(Lt(Lt(Lt({source:Ut(r)},o&&{id:o}),n&&{context:n}),i&&{dataFormat:i})))}"function"==typeof SuppressedError&&SuppressedError;var Vt=function(e){var t,r,n,o;if(e&&"object"==typeof e){if("props"in e){var i={},a=null===(t=null==e?void 0:e.props)||void 0===t?void 0:t["data-_gt"];return(null==a?void 0:a.branches)&&(i.branches=Object.fromEntries(Object.entries(a.branches).map((function(e){return[e[0],Ut(e[1])]})))),(null===(r=null==e?void 0:e.props)||void 0===r?void 0:r.children)&&(i.children=Ut(e.props.children)),(null===(o=null===(n=null==e?void 0:e.props)||void 0===n?void 0:n["data-_gt"])||void 0===o?void 0:o.transformation)&&(i.transformation=e.props["data-_gt"].transformation),i}if("key"in e)return Lt({key:e.key},e.variable&&{variable:e.variable})}return e};function Ut(e){return Array.isArray(e)?e.map(Vt):Vt(e)}function $t(e,t,r,n,o,i,a,c){return s(((s,l={})=>{if(!s||"string"!=typeof s)return"";const u=h(s),d=(e,t)=>p(e,t,l.variables,l.variablesOptions),f=null==l?void 0:l.id,v=f&&(null==e?void 0:e[f]);let y="";n&&!v&&(y=Mt(Object.assign(Object.assign(Object.assign({source:u},(null==l?void 0:l.context)&&{context:l.context}),f&&{id:f}),{dataFormat:"JSX"})));let g=v?null==e?void 0:e[f]:null==e?void 0:e[y];return n&&"error"!==(null==g?void 0:g.state)?"success"===(null==g?void 0:g.state)?d(g.target,[t,r]):i?(a({source:u,targetLocale:t,metadata:Object.assign(Object.assign({},(null==l?void 0:l.context)&&{context:l.context}),{id:f,hash:y||""})}),"replace"===c.method?d(u,[r]):"skeleton"===c.method?"":o?d(u,[r]):""):d(u,[r]):d(u,[r])}),[e,t,r,n,i,a,o])}function Kt(t,r,n,o,i,a,c,l,u,d){return s(((s,f={})=>{if(!t)return"";const v=function(t,r){let n=t,o=r.split(".");for(const t of o){if("object"!=typeof n||Array.isArray(n)||e.isValidElement(n))return;n=n[t]}return n}(t,s);if(!v)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(s)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(v))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(s)),"";const{entry:y,metadata:g}=function(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}}(v);if(!y||"string"!=typeof y)return"";const _=h(y),m=(e,t)=>p(e,t,f.variables,f.variablesOptions);if(!a)return m(_,[i]);const b=null==n?void 0:n[s];if(b)return p(h(b),[o,i],f.variables,f.variablesOptions);let x=Mt(Object.assign(Object.assign({source:_},(null==g?void 0:g.context)&&{context:g.context}),{id:s,dataFormat:"JSX"})),w=null==r?void 0:r[x];return"success"===(null==w?void 0:w.state)?m(w.target,[o,i]):"error"===(null==w?void 0:w.state)?m(_,[i]):l?(u({source:_,targetLocale:o,metadata:Object.assign(Object.assign({},(null==g?void 0:g.context)&&{context:g.context}),{id:s,hash:x})}),"replace"===d.method?m(_,[i]):"skeleton"===d.method?"":c?m(_,[i]):""):m(_,[i])}),[t,r,o,i,a,l,u,c])}function Gt({children:e,dictionary:t,initialTranslations:r,dictionaryTranslations:o,locale:a,_versionId:s,defaultLocale:c,translationRequired:l,dialectTranslationRequired:u,locales:d=[],renderSettings:f,projectId:h,devApiKey:p,runtimeUrl:y,runtimeTranslationEnabled:g,onLocaleChange:m=()=>{},cookieName:b=C}){const[x,k]=n(p?null:r),[B,A]=n(a&&v(a,d)||"");i((()=>{var e;const t=null===(e=document.cookie.split("; ").find((e=>e.startsWith(`${b}=`))))||void 0===e?void 0:e.split("=")[1];B&&t&&t!==B&&(document.cookie=`${b}=;path=/`)}),[B]);i((()=>{k((e=>Object.assign(Object.assign({},r),e)))}),[r]);const{registerContentForTranslation:E,registerJsxForTranslation:O}=S({locale:B,versionId:s,projectId:h,devApiKey:p,runtimeUrl:y,setTranslations:k,defaultLocale:c,renderSettings:f,runtimeTranslationEnabled:g}),T=$t(x,B,c,l,u,g,E,f),j=Kt(t,x,o,B,c,l,u,g,E,f),P=!(l&&!x)&&B;return _(w.Provider,{value:{registerContentForTranslation:E,registerJsxForTranslation:O,setLocale:e=>{e=v(e,d)||B||c,document.cookie=`${b}=${e};path=/`,A(e),m(),window.location.reload()},_internalUseGTFunction:T,_internalUseDictFunction:j,locale:B,locales:d,defaultLocale:c,translations:x,dictionaryTranslations:o,translationRequired:l,dialectTranslationRequired:u,renderSettings:f,runtimeTranslationEnabled:g},children:P&&e})}function Wt(e){var{children:t,branch:r}=e,n=B(e,["children","branch"]);const o=(r=null==r?void 0:r.toString())&&void 0!==n[r]?n[r]:t;return _(m,{children:o})}function Jt(t,r=0){let n=r;const o=e=>{const{type:t,props:r}=e;n+=1;let o,i={id:n};try{o="function"==typeof t&&t.gtTransformation||""}catch(e){o=""}if(o){const t=o.split("-");if("translate"===t[0])throw new Error((e=>{var t;return`General Translation: Nested <T> components. The inner <T> has the id: "${null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.id}".`})(e));if("variable"===t[0]&&(i.variableType=(null==t?void 0:t[1])||"variable"),"plural"===t[0]){const e=Object.entries(r).reduce(((e,[t,r])=>(function(e){return P.includes(e)}(t)&&(e[t]=Jt(r,n)),e)),{});Object.keys(e).length&&(i.branches=e)}if("branch"===t[0]){const{children:e,branch:t}=r,o=B(r,["children","branch"]),a=Object.entries(o).reduce(((e,[t,r])=>(e[t]=Jt(r,n),e)),{});Object.keys(a).length&&(i.branches=a)}i.transformation=t[0]}return i};function i(t){return c(t)?function(t){const{props:r}=t;if(r["data-_gt"])throw new Error((e=>`General Translation already in use on child with props: ${e.props}. This usually occurs when you nest <T> components within the same file. Remove one of the <T> components to continue.`)(t));let n=o(t),i=Object.assign(Object.assign({},r),{"data-_gt":n});return r.children&&!n.variableType&&(i.children=a(r.children)),t.type===e.Fragment&&(i["data-_gt"].transformation="fragment"),e.cloneElement(t,i)}(t):t}function a(t){return Array.isArray(t)?e.Children.map(t,i):i(t)}return a(t)}Wt.gtTransformation="branch";const Xt={variable:"value",number:"n",datetime:"date",currency:"cost"};function Yt(e={},t){var r;if(e.name)return e.name;return`_gt_${Xt[t]||"value"}_${null===(r=e["data-_gt"])||void 0===r?void 0:r.id}`}const qt=e=>{var t;if(!e)return"";const{type:r,props:n}=e;if(r&&"function"==typeof r){if("displayName"in r&&"string"==typeof r.displayName&&r.displayName)return r.displayName;if("name"in r&&"string"==typeof r.name&&r.name)return r.name}return r&&"string"==typeof r?r:n.href?"a":(null===(t=n["data-_gt"])||void 0===t?void 0:t.id)?`C${n["data-_gt"].id}`:"function"},Zt=t=>{return r=t,e.isValidElement(r)?(e=>{const{type:t,props:r}=e;let n={type:qt(e),props:{}};if(r["data-_gt"]){const e=r["data-_gt"];let t=Object.assign({},e);const o=e.transformation;if("variable"===o){const t=e.variableType||"variable";return{variable:t,key:Yt(r,t),id:e.id}}if("plural"===o&&e.branches){n.type="Plural";let r={};Object.entries(e.branches).forEach((([e,t])=>{r[e]=Qt(t)})),t=Object.assign(Object.assign({},t),{branches:r})}if("branch"===o&&e.branches){n.type="Branch";let r={};Object.entries(e.branches).forEach((([e,t])=>{r[e]=Qt(t)})),t=Object.assign(Object.assign({},t),{branches:r})}n.props["data-_gt"]=t}return r.children&&(n.props.children=Qt(r.children)),n})(t):"number"==typeof t?t.toString():t;var r};function Qt(e){return Array.isArray(e)?e.map(Zt):Zt(e)}function er(e,t,r){let n="",o=null;return"number"==typeof e&&!o&&r&&(n=function(e,t,r){void 0===t&&(t=P),void 0===r&&(r=["en"]);var n=D.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 tr(e){var t;const r=(null===(t=e["data-_gt"])||void 0===t?void 0:t.variableType)||"variable";return{variableName:Yt(e,r),variableType:r,variableValue:void 0!==e.value?e.value:void 0!==e["data-_gt-unformatted-value"]?e["data-_gt-unformatted-value"]:void 0!==e.children?e.children:void 0,variableOptions:(()=>{const t=Object.assign(Object.assign({},e.currency&&{currency:e.currency}),e.options&&Object.assign({},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 rr(e){const t=e;if(t&&"object"==typeof t&&"string"==typeof t.key){const e=Object.keys(t);if(1===e.length)return!0;if(2===e.length){if("number"==typeof t.id)return!0;if("string"==typeof t.variable)return!0}if(3===e.length&&"string"==typeof t.variable&&"number"==typeof t.id)return!0}return!1}function nr(e){return e&&e.props&&e.props["data-_gt"]?e.props["data-_gt"]:null}function or({children:t,defaultLocale:r=j,renderVariable:n}){const o=t=>e.isValidElement(t)?(t=>{const o=nr(t);if("variable"===(null==o?void 0:o.transformation)){const{variableType:e,variableValue:o,variableOptions:i}=tr(t.props);return n({variableType:e,variableValue:o,variableOptions:i,locales:[r]})}if("plural"===(null==o?void 0:o.transformation)){const e=o.branches||{};return i(er(t.props.n,[r],e)||t.props.children)}if("branch"===(null==o?void 0:o.transformation)){let e=t.props,{children:r,name:n,branch:a,"data-_gt":s}=e,c=B(e,["children","name","branch","data-_gt"]);return n=n||t.props["data-_gt-name"]||"branch",c=o.branches||{},i(void 0!==c[a]?c[a]:r)}return"fragment"===(null==o?void 0:o.transformation)?e.createElement(t.type,{key:t.props.key,children:i(t.props.children)}):t.props.children?e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0,children:i(t.props.children)})):e.cloneElement(t,Object.assign(Object.assign({},t.props),{"data-_gt":void 0}))})(t):t,i=t=>Array.isArray(t)?e.Children.map(t,o):o(t);return i(t)}function ir({sourceElement:t,targetElement:r,locales:n=[j],renderVariable:o}){var i,a;const{props:s}=t,c=s["data-_gt"],l=null==c?void 0:c.transformation;if("plural"===l){const e=t.props.n;return ar({source:er(e,n,c.branches||{})||t.props.children,target:er(e,n,r.props["data-_gt"].branches||{})||r.props.children,locales:n,renderVariable:o})}if("branch"===l){let{name:e,branch:i,children:a}=s;e=e||t.props["data-_gt-name"]||"branch";return ar({source:(c.branches||{})[i]||a,target:(r.props["data-_gt"].branches||{})[i]||r.props.children,locales:n,renderVariable:o})}return"fragment"===l&&(null===(i=r.props)||void 0===i?void 0:i.children)?e.createElement(t.type,{key:t.props.key,children:ar({source:s.children,target:r.props.children,locales:n,renderVariable:o})}):(null==s?void 0:s.children)&&(null===(a=r.props)||void 0===a?void 0:a.children)?e.cloneElement(t,Object.assign(Object.assign({},s),{"data-_gt":void 0,children:ar({source:s.children,target:r.props.children,locales:n,renderVariable:o})})):or({children:t,defaultLocale:n[0],renderVariable:o})}function ar({source:t,target:r,locales:n=[j],renderVariable:o}){if(null==r&&t)return or({children:t,defaultLocale:n[0],renderVariable:o});if("string"==typeof r)return r;if(Array.isArray(r)&&!Array.isArray(t)&&t&&(t=[t]),Array.isArray(t)&&Array.isArray(r)){const i={},a={},s=t.filter((t=>{if(e.isValidElement(t)){const e=nr(t);if("variable"!==(null==e?void 0:e.transformation))return!0;{let{variableName:e,variableValue:r,variableOptions:n}=tr(t.props);i[e]=r,a[e]=n}}})),c=e=>s.find((t=>{var r,n;const o=nr(t);if(void 0!==(null==o?void 0:o.id)){return o.id===(null===(n=null===(r=null==e?void 0:e.props)||void 0===r?void 0:r["data-_gt"])||void 0===n?void 0:n.id)}return!1}))||s.shift();return r.map(((t,r)=>{if("string"==typeof t)return _(e.Fragment,{children:t},`string_${r}`);if(rr(t))return _(e.Fragment,{children:o({variableType:t.variable||"variable",variableValue:i[t.key],variableOptions:a[t.key],locales:n})},`var_${r}`);const s=c(t);return s?_(e.Fragment,{children:ir({sourceElement:s,targetElement:t,locales:n,renderVariable:o})},`element_${r}`):void 0}))}if(r&&"object"==typeof r&&!Array.isArray(r)){const i=rr(r)?"variable":"element";if(e.isValidElement(t)){if("element"===i)return ir({sourceElement:t,targetElement:r,locales:n,renderVariable:o});const e=nr(t);if("variable"===(null==e?void 0:e.transformation)){const{variableValue:e,variableOptions:r,variableType:i}=tr(t.props);return o({variableType:i,variableValue:e,variableOptions:r,locales:n})}}}return or({children:t,defaultLocale:n[0],renderVariable:o})}const sr={method:"default",timeout:"undefined"!=typeof process&&"development"!==process.env.NODE_ENV?8e3:12e3};function cr(e){var{children:t,n:n,locale:o}=e,i=B(e,["children","n","locale"]);const a=r(w);let s;a&&(o||(o=a.locale),s||(s=a.defaultLocale));const c=[...o?[o]:[],s||j];if("number"!=typeof n)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(t));const l=er(n,c,i)||t;return _(m,{children:l})}function lr(){const{_internalUseGTFunction:e}=k("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be invoked within a <GTProvider>.");return function(t,r={}){return e(t,r)}}function ur(){return k("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function dr(e){const t=t=>e?`${e}.${t}`:t,{_internalUseDictFunction:r}=k(`useGT('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}}function fr(){return k("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}function hr({children:e,id:t,context:r}){if(!e)return;const{translations:n,translationRequired:o,runtimeTranslationEnabled:s,dialectTranslationRequired:c,registerJsxForTranslation:l,renderSettings:u,locale:d,defaultLocale:f}=k("<T> used on the client-side outside of <GTProvider>"),h=a((()=>Jt(e)),[e]),p=t&&(null==n?void 0:n[t]),[v,y]=a((()=>{if(!o||p)return[void 0,""];const e=Qt(h);return[e,Mt(Object.assign(Object.assign(Object.assign({source:e},r&&{context:r}),t&&{id:t}),{dataFormat:"JSX"}))]}),[h,r,t,o,p]),g=p?null==n?void 0:n[t]:null==n?void 0:n[y];i((()=>{s&&o&&n&&d&&!g&&l({source:v,targetLocale:d,metadata:{id:t,hash:y,context:r}})}),[s,n,g,o,t,y,r,d,e]);const b=()=>or({children:h,defaultLocale:f,renderVariable:F});if(!o||n&&!g&&!s||"error"===(null==g?void 0:g.state))return _(m,{children:b()});if(!g||"loading"===(null==g?void 0:g.state)){let e;return e="skeleton"===u.method?"":"replace"===u.method||c?b():"",_(m,{children:e})}return _(m,{children:(x=g.target,ar({source:h,target:x,locales:[d,f],renderVariable:F}))});var x}function pr(){return k("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function vr(){const{setLocale:e}=k("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function yr(e){const t=fr(),r=pr(),n=vr(),o=a((()=>{if(!r||0===r.length)return[];const e=r.sort(((e,t)=>(new Intl.Collator).compare(l(e).nativeNameWithRegionCode,l(t).nativeNameWithRegionCode)));return e}),[r]);return{locale:t,locales:e||o,setLocale:n}}function gr(e){var{locales:t}=e,r=B(e,["locales"]);const{locale:n,locales:o,setLocale:i}=yr(t||void 0),a=e=>{return(t=l(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return o&&0!==o.length&&i?b("select",Object.assign({},r,{value:n||"",onChange:e=>i(e.target.value),children:[!n&&_("option",{value:""}),o.map((e=>_("option",{value:e,suppressHydrationWarning:!0,children:a(e)},e)))]})):null}function _r({locale:e="",defaultLocale:t=j,locales:r=[],cookieName:o=C,ssr:a=!0}){const[s,c]=n(a?e&&v(e,r)||"":mr({_locale:e,locale:e,locales:r,defaultLocale:t,cookieName:o})),[l,u]=function({locale:e,locales:t,defaultLocale:r,cookieName:n,_setLocale:o}){const i=n=>{const i=v(n,t)||e||r;return i!==n&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your gt.config.json file if you are using a config file. Falling back to "${e}".`)(i,n)),o(i),i},a=e=>{const t=i(e);document.cookie=`${n}=${t};path=/`};return[a,i]}({locale:s,locales:r,defaultLocale:t,cookieName:o,_setLocale:c});return i((()=>{const n=mr({_locale:e,locale:s,locales:r,defaultLocale:t,cookieName:o});u(n)}),[e,s,r,t,o]),[s,l]}function mr({_locale:e,locale:t,locales:r,defaultLocale:n,cookieName:o}){var i;if(e&&e===t&&v(e,r)===t)return e;const a=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[n],s="undefined"!=typeof document?null===(i=document.cookie.split("; ").find((e=>e.startsWith(`${o}=`))))||void 0===i?void 0:i.split("=")[1]:void 0,c=v([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function br(e){var{children:t,projectId:r="",devApiKey:o,dictionary:s,locales:c=[],defaultLocale:u=j,locale:d,cacheUrl:f=O,runtimeUrl:h=T,renderSettings:p=sr,loadDictionary:v,loadTranslations:m,fallback:b,ssr:k=!1,_versionId:E}=e,C=B(e,["children","projectId","devApiKey","dictionary","locales","defaultLocale","locale","cacheUrl","runtimeUrl","renderSettings","loadDictionary","loadTranslations","fallback","ssr","_versionId"]);const{projectId:P,devApiKey:D}=function(e,t){try{return{projectId:e||import.meta.env.VITE_GT_PROJECT_ID||import.meta.env.REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||import.meta.env.VITE_GT_DEV_API_KEY||import.meta.env.VITE_GT_API_KEY||import.meta.env.REDWOOD_ENV_GT_DEV_API_KEY||import.meta.env.REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(r,o);c=a((()=>Array.from(new Set([u,...c]))),[u,c]);const[H,z]=_r({defaultLocale:u,locales:c,locale:d,ssr:k}),R=a((()=>!!(P&&h&&D&&"development"===process.env.NODE_ENV)),[P,h,D]),I=a((()=>(m?"custom":f&&P&&"default")||"disabled"),[m]),[F,L]=n(s);i((()=>{if(F||!v)return;let e=!0;return(()=>{A(this,void 0,void 0,(function*(){var t;let r;try{r=yield v(u)}catch(e){}const n=null===(t=l(u))||void 0===t?void 0:t.languageCode;if(!F&&n&&n!==u)try{r=yield v(n)}catch(e){console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.",e)}e&&L(r||{})}))})(),()=>{e=!1}}),[F,v]),a((()=>{if("production"===process.env.NODE_ENV&&D)throw new Error("gt-react Error: Production environments cannot include a development api key.");if("custom"===I||!f&&!h||P||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),P&&h&&"custom"!==I&&!D&&"development"===process.env.NODE_ENV&&console.warn("gt-react: 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.)"),h===T||f===O&&"default"===I){const e=(c||c).filter((e=>!x(e)));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map((e=>{const{name:t}=l(e);return`${e} (${t})`})).join(", ")}`)(e))}}),[process.env.NODE_ENV,D,I,f,h,P,c]);const[N,M]=a((()=>{const e=y(u,H,c);return[e,e&&g(u,H)]}),[u,H,c]),[V,U]=n(N?null:{});i((()=>U(N?null:{})),[H]);const[$,K]=n(N&&"disabled"!==I?null:{});i((()=>K(N&&"disabled"!==I?null:{})),[H,I]);const{registerContentForTranslation:G,registerJsxForTranslation:W}=S(Object.assign({locale:H,versionId:E,projectId:P,runtimeTranslationEnabled:R,defaultLocale:u,devApiKey:D,runtimeUrl:h,renderSettings:p,setTranslations:K},C));i((()=>{if(!v||V||!N)return;let e=!0;return(()=>{A(this,void 0,void 0,(function*(){let t={};try{t=yield v(H)}catch(e){"development"===process.env.NODE_ENV&&console.warn(((e="")=>`gt-react Error: fetching locally stored dictionary. If you are using a custom loadDictionary(${e}), make sure it is correctly implemented.`)(H),e)}e&&U(t)}))})(),()=>{e=!1}}),[H,v,N,V]),i((()=>{if($||!N||"disabled"===I)return;let e=!0;return(()=>{A(this,void 0,void 0,(function*(){let t;switch(I){case"custom":if(m)try{t=yield m(H)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(H),e)}break;case"default":try{t=yield function(e){return A(this,arguments,void 0,(function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()}))}({cacheUrl:f,projectId:P,locale:H,versionId:E})}catch(e){console.error(e)}}t||(t={});try{t=Object.entries(t).reduce(((e,[t,r])=>(e[t]={state:"success",target:r},e)),{})}catch(e){console.error(e)}e&&K(t)}))})(),()=>{e=!1}}),[$,N,I,f,P,H,E]);const J=$t($,H,u,N,M,R,G,p),X=Kt(F,$,V,H,u,N,M,R,G,p),Y=!(N&&!$||!H);return _(w.Provider,{value:{registerContentForTranslation:G,registerJsxForTranslation:W,_internalUseGTFunction:J,_internalUseDictFunction:X,runtimeTranslationEnabled:R,locale:H,locales:c,setLocale:z,defaultLocale:u,translations:$,dictionaryTranslations:V,translationRequired:N,dialectTranslationRequired:M,projectId:P,renderSettings:p},children:Y?t:b})}cr.gtTransformation="plural",hr.gtTransformation="translate-client";export{Wt as Branch,Gt as ClientProvider,R as Currency,I as DateTime,w as GTContext,br as GTProvider,gr as LocaleSelector,H as Num,cr as Plural,hr as T,z as Var,F as renderVariable,ur as useDefaultLocale,dr as useDict,lr as useGT,fr as useLocale,yr as useLocaleSelector,pr as useLocales,S as useRuntimeTranslation,vr as useSetLocale};
|
package/dist/index.cjs.min.cjs
CHANGED
@@ -15,4 +15,4 @@ 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]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=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,f,m,b,x,w,k,B,E,S,A,O=this._hash.words,T=u.words,j=d.words,C=a.words,P=s.words,D=c.words,H=l.words;for(w=i=O[0],k=f=O[1],B=m=O[2],E=b=O[3],S=x=O[4],r=0;r<80;r+=1)A=i+e[t+C[r]]|0,A+=r<16?h(f,m,b)+T[0]:r<32?p(f,m,b)+T[1]:r<48?v(f,m,b)+T[2]:r<64?g(f,m,b)+T[3]:y(f,m,b)+T[4],A=(A=_(A|=0,D[r]))+x|0,i=x,x=b,b=_(m,10),m=f,f=A,A=w+e[t+P[r]]|0,A+=r<16?y(k,B,E)+j[0]:r<32?g(k,B,E)+j[1]:r<48?v(k,B,E)+j[2]:r<64?p(k,B,E)+j[3]:h(k,B,E)+j[4],A=(A=_(A|=0,H[r]))+S|0,w=S,S=E,E=_(B,10),B=k,k=A;A=O[1]+m+E|0,O[1]=O[2]+b+S|0,O[2]=O[3]+x+w|0,O[3]=O[4]+i+k|0,O[4]=O[0]+f+B|0,O[0]=A},_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 v(e,t,r){return(e|~t)^r}function g(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(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),Se.exports;var e}(),Te(),function(){return je||(je=1,Ce.exports=(c=U(),pe(),Te(),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,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),Ce.exports;var e,t,r,n,o,i,a,s,c}(),He(),Ie(),Me(),Ge(),$e(),Xe(),function(){return Ye?qe.exports:(Ye=1,qe.exports=(t=U(),Ie(),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 Ze?Qe.exports:(Ze=1,Qe.exports=(e=U(),Ie(),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 et?tt.exports:(et=1,tt.exports=(e=U(),Ie(),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 rt?nt.exports:(rt=1,nt.exports=(e=U(),Ie(),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 ot||(ot=1,it.exports=(e=U(),Ie(),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)),it.exports;var e}(),function(){return at?st.exports:(at=1,st.exports=(e=U(),Ie(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return ct?lt.exports:(ct=1,lt.exports=(n=U(),Ie(),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 ut||(ut=1,dt.exports=(e=U(),re(),ce(),He(),Ie(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],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 v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=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]]^d[o[l>>>16&255]]^f[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,d,f,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],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),dt.exports;var e}(),pt(),function(){return vt||(vt=1,gt.exports=(e=U(),re(),ce(),He(),Ie(),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)),gt.exports;var e}(),function(){return yt||(yt=1,_t.exports=(e=U(),re(),ce(),He(),Ie(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,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)),_t.exports;var e}(),function(){return mt||(mt=1,bt.exports=(e=U(),re(),ce(),He(),Ie(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,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)),bt.exports;var e}(),kt())),M.exports),Pt=R(Ct),Dt=function(){return Dt=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},Dt.apply(this,arguments)};function Ht(e){return Pt.SHA256(e).toString(Pt.enc.Hex)}function zt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;return void 0===t&&(t=Ht),t(F(Dt(Dt(Dt({source:It(r)},o&&{id:o}),n&&{context:n}),i&&{dataFormat:i})))}"function"==typeof SuppressedError&&SuppressedError;var Rt=function(e){var t,r,n,o;if(e&&"object"==typeof e){if("props"in e){var i={},a=null===(t=null==e?void 0:e.props)||void 0===t?void 0:t["data-_gt"];return(null==a?void 0:a.branches)&&(i.branches=Object.fromEntries(Object.entries(a.branches).map((function(e){return[e[0],It(e[1])]})))),(null===(r=null==e?void 0:e.props)||void 0===r?void 0:r.children)&&(i.children=It(e.props.children)),(null===(o=null===(n=null==e?void 0:e.props)||void 0===n?void 0:n["data-_gt"])||void 0===o?void 0:o.transformation)&&(i.transformation=e.props["data-_gt"].transformation),i}if("key"in e)return Dt({key:e.key},e.variable&&{variable:e.variable})}return e};function It(e){return Array.isArray(e)?e.map(Rt):Rt(e)}function Lt({children:r,id:n,context:o}){if(!r)return;const{translations:i,translationRequired:a,runtimeTranslationEnabled:s,dialectTranslationRequired:c,registerJsxForTranslation:l,renderSettings:u,locale:d,defaultLocale:f}=A("<T> used on the client-side outside of <GTProvider>"),h=t.useMemo((()=>_(r)),[r]),p=n&&(null==i?void 0:i[n]),[v,y]=t.useMemo((()=>{if(!a||p)return[void 0,""];const e=x(h);return[e,zt(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]}),[h,o,n,a,p]),m=p?null==i?void 0:i[n]:null==i?void 0:i[y];t.useEffect((()=>{s&&a&&i&&d&&!m&&l({source:v,targetLocale:d,metadata:{id:n,hash:y,context:o}})}),[s,i,m,a,n,y,o,d,r]);const b=()=>g({children:h,defaultLocale:f,renderVariable:P});if(!a||i&&!m&&!s||"error"===(null==m?void 0:m.state))return e.jsx(e.Fragment,{children:b()});if(!m||"loading"===(null==m?void 0:m.state)){let t;return t="skeleton"===u.method?"":"replace"===u.method||c?b():"",e.jsx(e.Fragment,{children:t})}return e.jsx(e.Fragment,{children:(w=m.target,B({source:h,target:w,locales:[d,f],renderVariable:P}))});var w}function Ft(){return A("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}Lt.gtTransformation="translate-client";function Mt({locale:e="",defaultLocale:n=f,locales:o=[],cookieName:i="generaltranslation.locale",ssr:a=!0}){const[s,c]=t.useState(a?e&&r.determineLocale(e,o)||"":Nt({_locale:e,locale:e,locales:o,defaultLocale:n,cookieName:i})),[l,u]=function({locale:e,locales:t,defaultLocale:n,cookieName:o,_setLocale:i}){const a=o=>{const a=r.determineLocale(o,t)||e||n;return a!==o&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your gt.config.json file if you are using a config file. Falling back to "${e}".`)(a,o)),i(a),a},s=e=>{const t=a(e);document.cookie=`${o}=${t};path=/`};return[s,a]}({locale:s,locales:o,defaultLocale:n,cookieName:i,_setLocale:c});return t.useEffect((()=>{const t=Nt({_locale:e,locale:s,locales:o,defaultLocale:n,cookieName:i});u(t)}),[e,s,o,n,i]),[s,l]}function Nt({_locale:e,locale:t,locales:n,defaultLocale:o,cookieName:i}){var a;if(e&&e===t&&r.determineLocale(e,n)===t)return e;const s=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[o],c="undefined"!=typeof document?null===(a=document.cookie.split("; ").find((e=>e.startsWith(`${i}=`))))||void 0===a?void 0:a.split("=")[1]:void 0,l=r.determineLocale([...e?[e]:[],...c?[c]:[],...s],n)||o;return c&&c!==l&&"undefined"!=typeof document&&(document.cookie=`${i}=${l};path=/`),l}function Vt(e,n,o,i,a,s,c,l,u,d){return t.useCallback(((f,h={})=>{if(!e)return"";const p=function(e,r){let n=e,o=r.split(".");for(const e of o){if("object"!=typeof n||Array.isArray(n)||t.isValidElement(n))return;n=n[e]}return n}(e,f);if(!p)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(f)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(p))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(f)),"";const{entry:v,metadata:g}=function(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}}(p);if(!v||"string"!=typeof v)return"";const y=r.splitStringToContent(v),_=(e,t)=>r.renderContentToString(e,t,h.variables,h.variablesOptions);if(!s)return _(y,[a]);const m=null==o?void 0:o[f];if(m)return r.renderContentToString(r.splitStringToContent(m),[i,a],h.variables,h.variablesOptions);let b=zt(Object.assign(Object.assign({source:y},(null==g?void 0:g.context)&&{context:g.context}),{id:f,dataFormat:"JSX"})),x=null==n?void 0:n[b];return"success"===(null==x?void 0:x.state)?_(x.target,[i,a]):"error"===(null==x?void 0:x.state)?_(y,[a]):l?(u({source:y,targetLocale:i,metadata:Object.assign(Object.assign({},(null==g?void 0:g.context)&&{context:g.context}),{id:f,hash:b})}),"replace"===d.method?_(y,[a]):"skeleton"===d.method?"":c?_(y,[a]):""):_(y,[a])}),[e,n,i,a,s,l,u,c])}function Gt(r){var{children:n,n:i,locale:a}=r,s=o(r,["children","n","locale"]);const c=t.useContext(S);let l;c&&(a||(a=c.locale),l||(l=c.defaultLocale));const u=[...a?[a]:[],l||f];if("number"!=typeof i)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));const d=v(i,u,s)||n;return e.jsx(e.Fragment,{children:d})}function Ut(t){var{children:r,branch:n}=t,i=o(t,["children","branch"]);const a=(n=null==n?void 0:n.toString())&&void 0!==i[n]?i[n]:r;return e.jsx(e.Fragment,{children:a})}function Kt(){return A("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function $t(){const{setLocale:e}=A("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Wt(e){const n=Ft(),o=Kt(),i=$t(),a=t.useMemo((()=>{if(!o||0===o.length)return[];const e=o.sort(((e,t)=>(new Intl.Collator).compare(r.getLocaleProperties(e).nativeNameWithRegionCode,r.getLocaleProperties(t).nativeNameWithRegionCode)));return e}),[o]);return{locale:n,locales:e||a,setLocale:i}}Gt.gtTransformation="plural",Ut.gtTransformation="branch",exports.Branch=Ut,exports.Currency=j,exports.DateTime=C,exports.GTProvider=function(a){var{children:s,projectId:c="",devApiKey:l,dictionary:h,locales:p=[],defaultLocale:v=f,locale:g,cacheUrl:_=u,runtimeUrl:m=d,renderSettings:b=E,loadDictionary:x,loadTranslations:w,fallback:k,ssr:B=!1,_versionId:A}=a,O=o(a,["children","projectId","devApiKey","dictionary","locales","defaultLocale","locale","cacheUrl","runtimeUrl","renderSettings","loadDictionary","loadTranslations","fallback","ssr","_versionId"]);const{projectId:T,devApiKey:j}=function(e,t){try{return{projectId:e||(void 0).VITE_GT_PROJECT_ID||(void 0).REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||(void 0).VITE_GT_DEV_API_KEY||(void 0).VITE_GT_API_KEY||(void 0).REDWOOD_ENV_GT_DEV_API_KEY||(void 0).REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(c,l);p=t.useMemo((()=>(p.unshift(v),Array.from(new Set(p)))),[v,p]);const[C,P]=Mt({defaultLocale:v,locales:p,locale:g,ssr:B}),D=t.useMemo((()=>!!(T&&m&&j&&"development"===process.env.NODE_ENV)),[T,m,j]),H=t.useMemo((()=>(w?"custom":_&&T&&"default")||"disabled"),[w]),[z,R]=t.useState(h);t.useEffect((()=>{if(z||!x)return;let e=!0;return(()=>{i(this,void 0,void 0,(function*(){var t;let n;try{n=yield x(v)}catch(e){}const o=null===(t=r.getLocaleProperties(v))||void 0===t?void 0:t.languageCode;if(!z&&o&&o!==v)try{n=yield x(o)}catch(e){console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.",e)}e&&R(n||{})}))})(),()=>{e=!1}}),[z,x]),t.useMemo((()=>{if("production"===process.env.NODE_ENV&&j)throw new Error("gt-react Error: Production environments cannot include a development api key.");if("custom"===H||!_&&!m||T||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),T&&m&&"custom"!==H&&!j&&"development"===process.env.NODE_ENV&&console.warn("gt-react: 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.)"),m===d||_===u&&"default"===H){const e=(p||p).filter((e=>!n.getSupportedLocale(e)));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map((e=>{const{name:t}=r.getLocaleProperties(e);return`${e} (${t})`})).join(", ")}`)(e))}}),[process.env.NODE_ENV,j,H,_,m,T,p]);const[I,L]=t.useMemo((()=>{const e=r.requiresTranslation(v,C,p);return[e,e&&r.isSameLanguage(v,C)]}),[v,C,p]),[F,M]=t.useState(I?null:{});t.useEffect((()=>M(I?null:{})),[C]);const[N,V]=t.useState(I&&"disabled"!==H?null:{});t.useEffect((()=>V(I&&"disabled"!==H?null:{})),[C,H]);const{registerContentForTranslation:G,registerJsxForTranslation:U}=function(e){var{projectId:r,devApiKey:n,locale:a,versionId:s,defaultLocale:c,runtimeUrl:l,renderSettings:u,setTranslations:d,runtimeTranslationEnabled:f}=e,h=o(e,["projectId","devApiKey","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations","runtimeTranslationEnabled"]);if(!f)return{registerContentForTranslation:()=>Promise.reject(new Error("registerContentForTranslation() failed because translation is disabled")),registerJsxForTranslation:()=>Promise.reject(new Error("registerJsxForTranslation() failed because translation is disabled"))};h=Object.assign(Object.assign({},h),{projectId:r,sourceLocale:c});const[p,v]=t.useState(0),g=t.useRef(new Map),_=t.useRef(new Map);t.useEffect((()=>{g.current.forEach((e=>e.resolve())),g.current.clear()}),[a]);const[m,b]=t.useMemo((()=>{const e=e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=_.current.get(r);if(n)return n;const o=new Promise(((n,o)=>{g.current.set(r,{type:e,source:t.source,metadata:t.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{_.current.delete(r)}));return _.current.set(r,o),o};return[e("content"),e("jsx")]}),[]),x=t.useCallback(((e,t)=>i(this,void 0,void 0,(function*(){if(0===g.current.size)return{};v((e=>e+1));const o=Array.from(e.values()),a={};try{const c=Object.entries(e).reduce(((e,[t,r])=>(e[r.metadata.hash]={state:"loading"},e)),{});d((e=>Object.assign(Object.assign({},e||{}),c)));const f=(e,t,r)=>i(this,void 0,void 0,(function*(){const n=new AbortController,o=void 0===r?void 0:setTimeout((()=>n.abort()),r);try{return yield fetch(e,Object.assign(Object.assign({},t),{signal:n.signal}))}finally{void 0!==o&&clearTimeout(o)}})),p=yield f(`${l}/v1/runtime/${r}/client`,{method:"POST",headers:Object.assign({"Content-Type":"application/json"},n&&{"x-gt-dev-api-key":n}),body:JSON.stringify({requests:o,targetLocale:t,metadata:h,versionId:s})},u.timeout);if(!p.ok)throw new Error(yield p.text());(yield p.json()).forEach(((e,t)=>{const r=o[t],n=r.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:t}=e;a[n]={state:"success",target:t}}else{if(void 0!==e.error&&null!==e.error&&void 0!==e.code&&null!==e.code)return console.error(y(r.metadata.id,r.metadata.hash),e.error),void(a[n]={state:"error",error:e.error,code:e.code});console.error(y(r.metadata.id,r.metadata.hash),e),a[n]={state:"error",error:"An error occurred.",code:500}}}))}catch(e){e instanceof Error&&"AbortError"===e.name?console.warn("gt-react: Runtime translation timed out."):console.error("Error fetching batched translations:",e),o.forEach((e=>{a[e.metadata.hash]={state:"error",error:"An error occurred.",code:500}}))}finally{return v((e=>e-1)),o.forEach((e=>e.resolve(a[e.metadata.hash]))),a}}))),[l,r,n,h,s,u.timeout]),w=t.useRef(p);return t.useEffect((()=>{w.current=p}),[p]),t.useEffect((()=>{let e=!0;const t=setInterval((()=>{if(g.current.size>0&&w.current<100){const t=Math.min(25,g.current.size),r=new Map(Array.from(g.current.entries()).slice(0,t));(()=>{i(this,void 0,void 0,(function*(){const t=yield x(r,a);e&&d((e=>Object.assign(Object.assign({},e||{}),t)))}))})(),r.forEach(((e,t)=>g.current.delete(t)))}}),50);return()=>{e=!1,clearInterval(t)}}),[a]),{registerContentForTranslation:m,registerJsxForTranslation:b}}(Object.assign({locale:C,versionId:A,projectId:T,runtimeTranslationEnabled:D,defaultLocale:v,devApiKey:j,runtimeUrl:m,renderSettings:b,setTranslations:V},O));t.useEffect((()=>{if(!x||F||!I)return;let e=!0;return(()=>{i(this,void 0,void 0,(function*(){let t={};try{t=yield x(C)}catch(e){"development"===process.env.NODE_ENV&&console.warn(((e="")=>`gt-react Error: fetching locally stored dictionary. If you are using a custom loadDictionary(${e}), make sure it is correctly implemented.`)(C),e)}e&&M(t)}))})(),()=>{e=!1}}),[C,x,I,F]),t.useEffect((()=>{if(N||!I||"disabled"===H)return;let e=!0;return(()=>{i(this,void 0,void 0,(function*(){let t;switch(H){case"custom":if(w)try{t=yield w(C)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(C),e)}break;case"default":try{t=yield function(e){return i(this,arguments,void 0,(function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()}))}({cacheUrl:_,projectId:T,locale:C,versionId:A})}catch(e){console.error(e)}}t||(t={});try{t=Object.entries(t).reduce(((e,[t,r])=>(e[t]={state:"success",target:r},e)),{})}catch(e){console.error(e)}e&&V(t)}))})(),()=>{e=!1}}),[N,I,H,_,T,C,A]);const K=function(e,n,o,i,a,s,c,l){return t.useCallback(((t,u={})=>{if(!t||"string"!=typeof t)return"";const d=r.splitStringToContent(t),f=(e,t)=>r.renderContentToString(e,t,u.variables,u.variablesOptions),h=null==u?void 0:u.id,p=h&&(null==e?void 0:e[h]);let v="";i&&!p&&(v=zt(Object.assign(Object.assign(Object.assign({source:d},(null==u?void 0:u.context)&&{context:u.context}),h&&{id:h}),{dataFormat:"JSX"})));let g=p?null==e?void 0:e[h]:null==e?void 0:e[v];return i&&"error"!==(null==g?void 0:g.state)?"success"===(null==g?void 0:g.state)?f(g.target,[n,o]):s?(c({source:d,targetLocale:n,metadata:Object.assign(Object.assign({},(null==u?void 0:u.context)&&{context:u.context}),{id:h,hash:v||""})}),"replace"===l.method?f(d,[o]):"skeleton"===l.method?"":a?f(d,[o]):""):f(d,[o]):f(d,[o])}),[e,n,o,i,s,c,a])}(N,C,v,I,L,D,G,b),$=Vt(z,N,F,C,v,I,L,D,G,b),W=!(I&&!N||!C);return e.jsx(S.Provider,{value:{registerContentForTranslation:G,registerJsxForTranslation:U,_internalUseGTFunction:K,_internalUseDictFunction:$,runtimeTranslationEnabled:D,locale:C,locales:p,setLocale:P,defaultLocale:v,translations:N,dictionaryTranslations:F,translationRequired:I,dialectTranslationRequired:L,projectId:T,renderSettings:b},children:W?s:k})},exports.LocaleSelector=function(t){var{locales:n}=t,i=o(t,["locales"]);const{locale:a,locales:s,setLocale:c}=Wt(n||void 0),l=e=>{return(t=r.getLocaleProperties(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return s&&0!==s.length&&c?e.jsxs("select",Object.assign({},i,{value:a||"",onChange:e=>c(e.target.value),children:[!a&&e.jsx("option",{value:""}),s.map((t=>e.jsx("option",{value:t,suppressHydrationWarning:!0,children:l(t)},t)))]})):null},exports.Num=O,exports.Plural=Gt,exports.T=Lt,exports.Var=T,exports.useDefaultLocale=function(){return A("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useDict=function(e){const t=t=>e?`${e}.${t}`:t,{_internalUseDictFunction:r}=A(`useGT('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}},exports.useGT=function(){const{_internalUseGTFunction:e}=A("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be invoked within a <GTProvider>.");return function(t,r={}){return e(t,r)}},exports.useLocale=Ft,exports.useLocaleSelector=Wt,exports.useLocales=Kt,exports.useSetLocale=$t;
|
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]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=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,f,m,b,x,w,k,B,E,S,A,O=this._hash.words,T=u.words,j=d.words,C=a.words,P=s.words,D=c.words,H=l.words;for(w=i=O[0],k=f=O[1],B=m=O[2],E=b=O[3],S=x=O[4],r=0;r<80;r+=1)A=i+e[t+C[r]]|0,A+=r<16?h(f,m,b)+T[0]:r<32?p(f,m,b)+T[1]:r<48?v(f,m,b)+T[2]:r<64?g(f,m,b)+T[3]:y(f,m,b)+T[4],A=(A=_(A|=0,D[r]))+x|0,i=x,x=b,b=_(m,10),m=f,f=A,A=w+e[t+P[r]]|0,A+=r<16?y(k,B,E)+j[0]:r<32?g(k,B,E)+j[1]:r<48?v(k,B,E)+j[2]:r<64?p(k,B,E)+j[3]:h(k,B,E)+j[4],A=(A=_(A|=0,H[r]))+S|0,w=S,S=E,E=_(B,10),B=k,k=A;A=O[1]+m+E|0,O[1]=O[2]+b+S|0,O[2]=O[3]+x+w|0,O[3]=O[4]+i+k|0,O[4]=O[0]+f+B|0,O[0]=A},_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 v(e,t,r){return(e|~t)^r}function g(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(f),t.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),Se.exports;var e}(),Te(),function(){return je||(je=1,Ce.exports=(c=U(),pe(),Te(),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,d=r.iterations;c.length<u;){var f=o.update(t).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,g=1;g<d;g++){v=o.finalize(v),o.reset();for(var y=v.words,_=0;_<p;_++)h[_]^=y[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,t,r){return s.create(r).compute(e,t)},c.PBKDF2)),Ce.exports;var e,t,r,n,o,i,a,s,c}(),He(),Ie(),Me(),Ge(),$e(),Xe(),function(){return Ye?qe.exports:(Ye=1,qe.exports=(t=U(),Ie(),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 Ze?Qe.exports:(Ze=1,Qe.exports=(e=U(),Ie(),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 et?tt.exports:(et=1,tt.exports=(e=U(),Ie(),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 rt?nt.exports:(rt=1,nt.exports=(e=U(),Ie(),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 ot||(ot=1,it.exports=(e=U(),Ie(),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)),it.exports;var e}(),function(){return at?st.exports:(at=1,st.exports=(e=U(),Ie(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return ct?lt.exports:(ct=1,lt.exports=(n=U(),Ie(),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 ut||(ut=1,dt.exports=(e=U(),re(),ce(),He(),Ie(),function(){var t=e,r=t.lib.BlockCipher,n=t.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],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 v=e[r],g=e[v],y=e[g],_=257*e[p]^16843008*p;a[r]=_<<24|_>>>8,s[r]=_<<16|_>>>16,c[r]=_<<8|_>>>24,l[r]=_,_=16843009*y^65537*g^257*v^16843008*r,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,r?(r=v^e[e[e[y^v]]],n^=e[e[n]]):r=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=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]]^d[o[l>>>16&255]]^f[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,d,f,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],d=e[t+2]^r[2],f=e[t+3]^r[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^r[h++],g=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^r[h++],y=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^r[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^r[h++];l=v,u=g,d=y,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[h++],g=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^r[h++],y=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^r[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^r[h++],e[t]=v,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(v)}(),e.AES)),dt.exports;var e}(),pt(),function(){return vt||(vt=1,gt.exports=(e=U(),re(),ce(),He(),Ie(),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)),gt.exports;var e}(),function(){return yt||(yt=1,_t.exports=(e=U(),re(),ce(),He(),Ie(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,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)),_t.exports;var e}(),function(){return mt||(mt=1,bt.exports=(e=U(),re(),ce(),He(),Ie(),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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,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)),bt.exports;var e}(),kt())),M.exports),Pt=R(Ct),Dt=function(){return Dt=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},Dt.apply(this,arguments)};function Ht(e){return Pt.SHA256(e).toString(Pt.enc.Hex)}function zt(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;return void 0===t&&(t=Ht),t(F(Dt(Dt(Dt({source:It(r)},o&&{id:o}),n&&{context:n}),i&&{dataFormat:i})))}"function"==typeof SuppressedError&&SuppressedError;var Rt=function(e){var t,r,n,o;if(e&&"object"==typeof e){if("props"in e){var i={},a=null===(t=null==e?void 0:e.props)||void 0===t?void 0:t["data-_gt"];return(null==a?void 0:a.branches)&&(i.branches=Object.fromEntries(Object.entries(a.branches).map((function(e){return[e[0],It(e[1])]})))),(null===(r=null==e?void 0:e.props)||void 0===r?void 0:r.children)&&(i.children=It(e.props.children)),(null===(o=null===(n=null==e?void 0:e.props)||void 0===n?void 0:n["data-_gt"])||void 0===o?void 0:o.transformation)&&(i.transformation=e.props["data-_gt"].transformation),i}if("key"in e)return Dt({key:e.key},e.variable&&{variable:e.variable})}return e};function It(e){return Array.isArray(e)?e.map(Rt):Rt(e)}function Lt({children:r,id:n,context:o}){if(!r)return;const{translations:i,translationRequired:a,runtimeTranslationEnabled:s,dialectTranslationRequired:c,registerJsxForTranslation:l,renderSettings:u,locale:d,defaultLocale:f}=A("<T> used on the client-side outside of <GTProvider>"),h=t.useMemo((()=>_(r)),[r]),p=n&&(null==i?void 0:i[n]),[v,y]=t.useMemo((()=>{if(!a||p)return[void 0,""];const e=x(h);return[e,zt(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]}),[h,o,n,a,p]),m=p?null==i?void 0:i[n]:null==i?void 0:i[y];t.useEffect((()=>{s&&a&&i&&d&&!m&&l({source:v,targetLocale:d,metadata:{id:n,hash:y,context:o}})}),[s,i,m,a,n,y,o,d,r]);const b=()=>g({children:h,defaultLocale:f,renderVariable:P});if(!a||i&&!m&&!s||"error"===(null==m?void 0:m.state))return e.jsx(e.Fragment,{children:b()});if(!m||"loading"===(null==m?void 0:m.state)){let t;return t="skeleton"===u.method?"":"replace"===u.method||c?b():"",e.jsx(e.Fragment,{children:t})}return e.jsx(e.Fragment,{children:(w=m.target,B({source:h,target:w,locales:[d,f],renderVariable:P}))});var w}function Ft(){return A("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}Lt.gtTransformation="translate-client";function Mt({locale:e="",defaultLocale:n=f,locales:o=[],cookieName:i="generaltranslation.locale",ssr:a=!0}){const[s,c]=t.useState(a?e&&r.determineLocale(e,o)||"":Nt({_locale:e,locale:e,locales:o,defaultLocale:n,cookieName:i})),[l,u]=function({locale:e,locales:t,defaultLocale:n,cookieName:o,_setLocale:i}){const a=o=>{const a=r.determineLocale(o,t)||e||n;return a!==o&&console.warn(((e,t)=>`You are trying to switch to "${t}" which is not supported. Update the list of supported locales through your dashboard or your gt.config.json file if you are using a config file. Falling back to "${e}".`)(a,o)),i(a),a},s=e=>{const t=a(e);document.cookie=`${o}=${t};path=/`};return[s,a]}({locale:s,locales:o,defaultLocale:n,cookieName:i,_setLocale:c});return t.useEffect((()=>{const t=Nt({_locale:e,locale:s,locales:o,defaultLocale:n,cookieName:i});u(t)}),[e,s,o,n,i]),[s,l]}function Nt({_locale:e,locale:t,locales:n,defaultLocale:o,cookieName:i}){var a;if(e&&e===t&&r.determineLocale(e,n)===t)return e;const s=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[o],c="undefined"!=typeof document?null===(a=document.cookie.split("; ").find((e=>e.startsWith(`${i}=`))))||void 0===a?void 0:a.split("=")[1]:void 0,l=r.determineLocale([...e?[e]:[],...c?[c]:[],...s],n)||o;return c&&c!==l&&"undefined"!=typeof document&&(document.cookie=`${i}=${l};path=/`),l}function Vt(e,n,o,i,a,s,c,l,u,d){return t.useCallback(((f,h={})=>{if(!e)return"";const p=function(e,r){let n=e,o=r.split(".");for(const e of o){if("object"!=typeof n||Array.isArray(n)||t.isValidElement(n))return;n=n[e]}return n}(e,f);if(!p)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(f)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(p))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(f)),"";const{entry:v,metadata:g}=function(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}}(p);if(!v||"string"!=typeof v)return"";const y=r.splitStringToContent(v),_=(e,t)=>r.renderContentToString(e,t,h.variables,h.variablesOptions);if(!s)return _(y,[a]);const m=null==o?void 0:o[f];if(m)return r.renderContentToString(r.splitStringToContent(m),[i,a],h.variables,h.variablesOptions);let b=zt(Object.assign(Object.assign({source:y},(null==g?void 0:g.context)&&{context:g.context}),{id:f,dataFormat:"JSX"})),x=null==n?void 0:n[b];return"success"===(null==x?void 0:x.state)?_(x.target,[i,a]):"error"===(null==x?void 0:x.state)?_(y,[a]):l?(u({source:y,targetLocale:i,metadata:Object.assign(Object.assign({},(null==g?void 0:g.context)&&{context:g.context}),{id:f,hash:b})}),"replace"===d.method?_(y,[a]):"skeleton"===d.method?"":c?_(y,[a]):""):_(y,[a])}),[e,n,i,a,s,l,u,c])}function Gt(r){var{children:n,n:i,locale:a}=r,s=o(r,["children","n","locale"]);const c=t.useContext(S);let l;c&&(a||(a=c.locale),l||(l=c.defaultLocale));const u=[...a?[a]:[],l||f];if("number"!=typeof i)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));const d=v(i,u,s)||n;return e.jsx(e.Fragment,{children:d})}function Ut(t){var{children:r,branch:n}=t,i=o(t,["children","branch"]);const a=(n=null==n?void 0:n.toString())&&void 0!==i[n]?i[n]:r;return e.jsx(e.Fragment,{children:a})}function Kt(){return A("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function $t(){const{setLocale:e}=A("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Wt(e){const n=Ft(),o=Kt(),i=$t(),a=t.useMemo((()=>{if(!o||0===o.length)return[];const e=o.sort(((e,t)=>(new Intl.Collator).compare(r.getLocaleProperties(e).nativeNameWithRegionCode,r.getLocaleProperties(t).nativeNameWithRegionCode)));return e}),[o]);return{locale:n,locales:e||a,setLocale:i}}Gt.gtTransformation="plural",Ut.gtTransformation="branch",exports.Branch=Ut,exports.Currency=j,exports.DateTime=C,exports.GTProvider=function(a){var{children:s,projectId:c="",devApiKey:l,dictionary:h,locales:p=[],defaultLocale:v=f,locale:g,cacheUrl:_=u,runtimeUrl:m=d,renderSettings:b=E,loadDictionary:x,loadTranslations:w,fallback:k,ssr:B=!1,_versionId:A}=a,O=o(a,["children","projectId","devApiKey","dictionary","locales","defaultLocale","locale","cacheUrl","runtimeUrl","renderSettings","loadDictionary","loadTranslations","fallback","ssr","_versionId"]);const{projectId:T,devApiKey:j}=function(e,t){try{return{projectId:e||(void 0).VITE_GT_PROJECT_ID||(void 0).REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:t||(void 0).VITE_GT_DEV_API_KEY||(void 0).VITE_GT_API_KEY||(void 0).REDWOOD_ENV_GT_DEV_API_KEY||(void 0).REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:t||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(c,l);p=t.useMemo((()=>Array.from(new Set([v,...p]))),[v,p]);const[C,P]=Mt({defaultLocale:v,locales:p,locale:g,ssr:B}),D=t.useMemo((()=>!!(T&&m&&j&&"development"===process.env.NODE_ENV)),[T,m,j]),H=t.useMemo((()=>(w?"custom":_&&T&&"default")||"disabled"),[w]),[z,R]=t.useState(h);t.useEffect((()=>{if(z||!x)return;let e=!0;return(()=>{i(this,void 0,void 0,(function*(){var t;let n;try{n=yield x(v)}catch(e){}const o=null===(t=r.getLocaleProperties(v))||void 0===t?void 0:t.languageCode;if(!z&&o&&o!==v)try{n=yield x(o)}catch(e){console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.",e)}e&&R(n||{})}))})(),()=>{e=!1}}),[z,x]),t.useMemo((()=>{if("production"===process.env.NODE_ENV&&j)throw new Error("gt-react Error: Production environments cannot include a development api key.");if("custom"===H||!_&&!m||T||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),T&&m&&"custom"!==H&&!j&&"development"===process.env.NODE_ENV&&console.warn("gt-react: 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.)"),m===d||_===u&&"default"===H){const e=(p||p).filter((e=>!n.getSupportedLocale(e)));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map((e=>{const{name:t}=r.getLocaleProperties(e);return`${e} (${t})`})).join(", ")}`)(e))}}),[process.env.NODE_ENV,j,H,_,m,T,p]);const[I,L]=t.useMemo((()=>{const e=r.requiresTranslation(v,C,p);return[e,e&&r.isSameLanguage(v,C)]}),[v,C,p]),[F,M]=t.useState(I?null:{});t.useEffect((()=>M(I?null:{})),[C]);const[N,V]=t.useState(I&&"disabled"!==H?null:{});t.useEffect((()=>V(I&&"disabled"!==H?null:{})),[C,H]);const{registerContentForTranslation:G,registerJsxForTranslation:U}=function(e){var{projectId:r,devApiKey:n,locale:a,versionId:s,defaultLocale:c,runtimeUrl:l,renderSettings:u,setTranslations:d,runtimeTranslationEnabled:f}=e,h=o(e,["projectId","devApiKey","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations","runtimeTranslationEnabled"]);if(!f)return{registerContentForTranslation:()=>Promise.reject(new Error("registerContentForTranslation() failed because translation is disabled")),registerJsxForTranslation:()=>Promise.reject(new Error("registerJsxForTranslation() failed because translation is disabled"))};h=Object.assign(Object.assign({},h),{projectId:r,sourceLocale:c});const[p,v]=t.useState(0),g=t.useRef(new Map),_=t.useRef(new Map);t.useEffect((()=>{g.current.forEach((e=>e.resolve())),g.current.clear()}),[a]);const[m,b]=t.useMemo((()=>{const e=e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=_.current.get(r);if(n)return n;const o=new Promise(((n,o)=>{g.current.set(r,{type:e,source:t.source,metadata:t.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{_.current.delete(r)}));return _.current.set(r,o),o};return[e("content"),e("jsx")]}),[]),x=t.useCallback(((e,t)=>i(this,void 0,void 0,(function*(){if(0===g.current.size)return{};v((e=>e+1));const o=Array.from(e.values()),a={};try{const c=Object.entries(e).reduce(((e,[t,r])=>(e[r.metadata.hash]={state:"loading"},e)),{});d((e=>Object.assign(Object.assign({},e||{}),c)));const f=(e,t,r)=>i(this,void 0,void 0,(function*(){const n=new AbortController,o=void 0===r?void 0:setTimeout((()=>n.abort()),r);try{return yield fetch(e,Object.assign(Object.assign({},t),{signal:n.signal}))}finally{void 0!==o&&clearTimeout(o)}})),p=yield f(`${l}/v1/runtime/${r}/client`,{method:"POST",headers:Object.assign({"Content-Type":"application/json"},n&&{"x-gt-dev-api-key":n}),body:JSON.stringify({requests:o,targetLocale:t,metadata:h,versionId:s})},u.timeout);if(!p.ok)throw new Error(yield p.text());(yield p.json()).forEach(((e,t)=>{const r=o[t],n=r.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:t}=e;a[n]={state:"success",target:t}}else{if(void 0!==e.error&&null!==e.error&&void 0!==e.code&&null!==e.code)return console.error(y(r.metadata.id,r.metadata.hash),e.error),void(a[n]={state:"error",error:e.error,code:e.code});console.error(y(r.metadata.id,r.metadata.hash),e),a[n]={state:"error",error:"An error occurred.",code:500}}}))}catch(e){e instanceof Error&&"AbortError"===e.name?console.warn("gt-react: Runtime translation timed out."):console.error("Error fetching batched translations:",e),o.forEach((e=>{a[e.metadata.hash]={state:"error",error:"An error occurred.",code:500}}))}finally{return v((e=>e-1)),o.forEach((e=>e.resolve(a[e.metadata.hash]))),a}}))),[l,r,n,h,s,u.timeout]),w=t.useRef(p);return t.useEffect((()=>{w.current=p}),[p]),t.useEffect((()=>{let e=!0;const t=setInterval((()=>{if(g.current.size>0&&w.current<100){const t=Math.min(25,g.current.size),r=new Map(Array.from(g.current.entries()).slice(0,t));(()=>{i(this,void 0,void 0,(function*(){const t=yield x(r,a);e&&d((e=>Object.assign(Object.assign({},e||{}),t)))}))})(),r.forEach(((e,t)=>g.current.delete(t)))}}),50);return()=>{e=!1,clearInterval(t)}}),[a]),{registerContentForTranslation:m,registerJsxForTranslation:b}}(Object.assign({locale:C,versionId:A,projectId:T,runtimeTranslationEnabled:D,defaultLocale:v,devApiKey:j,runtimeUrl:m,renderSettings:b,setTranslations:V},O));t.useEffect((()=>{if(!x||F||!I)return;let e=!0;return(()=>{i(this,void 0,void 0,(function*(){let t={};try{t=yield x(C)}catch(e){"development"===process.env.NODE_ENV&&console.warn(((e="")=>`gt-react Error: fetching locally stored dictionary. If you are using a custom loadDictionary(${e}), make sure it is correctly implemented.`)(C),e)}e&&M(t)}))})(),()=>{e=!1}}),[C,x,I,F]),t.useEffect((()=>{if(N||!I||"disabled"===H)return;let e=!0;return(()=>{i(this,void 0,void 0,(function*(){let t;switch(H){case"custom":if(w)try{t=yield w(C)}catch(e){console.error(((e="")=>`gt-react Error: fetching locally stored translations. If you are using a custom loadTranslations(${e}), make sure it is correctly implemented.`)(C),e)}break;case"default":try{t=yield function(e){return i(this,arguments,void 0,(function*({cacheUrl:e,projectId:t,locale:r,versionId:n}){if(!t||!e||!r)return{};const o=yield fetch(n?`${e}/${t}/${r}/${n}`:`${e}/${t}/${r}`);return yield o.json()}))}({cacheUrl:_,projectId:T,locale:C,versionId:A})}catch(e){console.error(e)}}t||(t={});try{t=Object.entries(t).reduce(((e,[t,r])=>(e[t]={state:"success",target:r},e)),{})}catch(e){console.error(e)}e&&V(t)}))})(),()=>{e=!1}}),[N,I,H,_,T,C,A]);const K=function(e,n,o,i,a,s,c,l){return t.useCallback(((t,u={})=>{if(!t||"string"!=typeof t)return"";const d=r.splitStringToContent(t),f=(e,t)=>r.renderContentToString(e,t,u.variables,u.variablesOptions),h=null==u?void 0:u.id,p=h&&(null==e?void 0:e[h]);let v="";i&&!p&&(v=zt(Object.assign(Object.assign(Object.assign({source:d},(null==u?void 0:u.context)&&{context:u.context}),h&&{id:h}),{dataFormat:"JSX"})));let g=p?null==e?void 0:e[h]:null==e?void 0:e[v];return i&&"error"!==(null==g?void 0:g.state)?"success"===(null==g?void 0:g.state)?f(g.target,[n,o]):s?(c({source:d,targetLocale:n,metadata:Object.assign(Object.assign({},(null==u?void 0:u.context)&&{context:u.context}),{id:h,hash:v||""})}),"replace"===l.method?f(d,[o]):"skeleton"===l.method?"":a?f(d,[o]):""):f(d,[o]):f(d,[o])}),[e,n,o,i,s,c,a])}(N,C,v,I,L,D,G,b),$=Vt(z,N,F,C,v,I,L,D,G,b),W=!(I&&!N||!C);return e.jsx(S.Provider,{value:{registerContentForTranslation:G,registerJsxForTranslation:U,_internalUseGTFunction:K,_internalUseDictFunction:$,runtimeTranslationEnabled:D,locale:C,locales:p,setLocale:P,defaultLocale:v,translations:N,dictionaryTranslations:F,translationRequired:I,dialectTranslationRequired:L,projectId:T,renderSettings:b},children:W?s:k})},exports.LocaleSelector=function(t){var{locales:n}=t,i=o(t,["locales"]);const{locale:a,locales:s,setLocale:c}=Wt(n||void 0),l=e=>{return(t=r.getLocaleProperties(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return s&&0!==s.length&&c?e.jsxs("select",Object.assign({},i,{value:a||"",onChange:e=>c(e.target.value),children:[!a&&e.jsx("option",{value:""}),s.map((t=>e.jsx("option",{value:t,suppressHydrationWarning:!0,children:l(t)},t)))]})):null},exports.Num=O,exports.Plural=Gt,exports.T=Lt,exports.Var=T,exports.useDefaultLocale=function(){return A("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale},exports.useDict=function(e){const t=t=>e?`${e}.${t}`:t,{_internalUseDictFunction:r}=A(`useGT('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=t(e);return r(o,n)}},exports.useGT=function(){const{_internalUseGTFunction:e}=A("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be invoked within a <GTProvider>.");return function(t,r={}){return e(t,r)}},exports.useLocale=Ft,exports.useLocaleSelector=Wt,exports.useLocales=Kt,exports.useSetLocale=$t;
|
package/dist/index.esm.min.mjs
CHANGED
@@ -15,4 +15,4 @@ e.mode.CTRGladman=function(){var r=e.lib.BlockCipherMode.extend();function t(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 r=e,t=r.lib,n=t.WordArray,o=t.Hasher,i=r.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]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,r){for(var t=0;t<16;t++){var n=r+t,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,B,A,E,S,O=this._hash.words,T=u.words,j=d.words,C=a.words,P=s.words,H=c.words,D=l.words;for(w=i=O[0],k=f=O[1],B=b=O[2],A=m=O[3],E=x=O[4],t=0;t<80;t+=1)S=i+e[r+C[t]]|0,S+=t<16?h(f,b,m)+T[0]:t<32?p(f,b,m)+T[1]:t<48?v(f,b,m)+T[2]:t<64?y(f,b,m)+T[3]:g(f,b,m)+T[4],S=(S=_(S|=0,H[t]))+x|0,i=x,x=m,m=_(b,10),b=f,f=S,S=w+e[r+P[t]]|0,S+=t<16?g(k,B,A)+j[0]:t<32?y(k,B,A)+j[1]:t<48?v(k,B,A)+j[2]:t<64?p(k,B,A)+j[3]:h(k,B,A)+j[4],S=(S=_(S|=0,D[t]))+E|0,w=E,E=A,A=_(B,10),B=k,k=S;S=O[1]+b+A|0,O[1]=O[2]+m+E|0,O[2]=O[3]+x+w|0,O[3]=O[4]+i+k|0,O[4]=O[0]+f+B|0,O[0]=S},_doFinalize:function(){var e=this._data,r=e.words,t=8*this._nDataBytes,n=8*e.sigBytes;r[n>>>5]|=128<<24-n%32,r[14+(n+64>>>9<<4)]=16711935&(t<<8|t>>>24)|4278255360&(t<<24|t>>>8),e.sigBytes=4*(r.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,r,t){return e^r^t}function p(e,r,t){return e&r|~e&t}function v(e,r,t){return(e|~r)^t}function y(e,r,t){return e&t|r&~t}function g(e,r,t){return e^(r|~t)}function _(e,r){return e<<r|e>>>32-r}r.RIPEMD160=o._createHelper(f),r.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),Ge.exports;var e}(),We(),function(){return Je||(Je=1,Xe.exports=(c=ce(),Pe(),We(),r=(e=c).lib,t=r.Base,n=r.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=t.extend({cfg:t.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,r){for(var t=this.cfg,o=a.create(t.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=t.keySize,d=t.iterations;c.length<u;){var f=o.update(r).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,y=1;y<d;y++){v=o.finalize(v),o.reset();for(var g=v.words,_=0;_<p;_++)h[_]^=g[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,r,t){return s.create(t).compute(e,r)},c.PBKDF2)),Xe.exports;var e,r,t,n,o,i,a,s,c}(),Ze(),rr(),or(),sr(),ur(),hr(),function(){return pr?vr.exports:(pr=1,vr.exports=(r=ce(),rr(),r.mode.ECB=((e=r.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,r){this._cipher.encryptBlock(e,r)}}),e.Decryptor=e.extend({processBlock:function(e,r){this._cipher.decryptBlock(e,r)}}),e),r.mode.ECB));var e,r}(),function(){return yr?gr.exports:(yr=1,gr.exports=(e=ce(),rr(),e.pad.AnsiX923={pad:function(e,r){var t=e.sigBytes,n=4*r,o=n-t%n,i=t+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var r=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=r}},e.pad.Ansix923));var e}(),function(){return _r?br.exports:(_r=1,br.exports=(e=ce(),rr(),e.pad.Iso10126={pad:function(r,t){var n=4*t,o=n-r.sigBytes%n;r.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var r=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=r}},e.pad.Iso10126));var e}(),function(){return mr?xr.exports:(mr=1,xr.exports=(e=ce(),rr(),e.pad.Iso97971={pad:function(r,t){r.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(r,t)},unpad:function(r){e.pad.ZeroPadding.unpad(r),r.sigBytes--}},e.pad.Iso97971));var e}(),function(){return wr||(wr=1,kr.exports=(e=ce(),rr(),e.pad.ZeroPadding={pad:function(e,r){var t=4*r;e.clamp(),e.sigBytes+=t-(e.sigBytes%t||t)},unpad:function(e){var r=e.words,t=e.sigBytes-1;for(t=e.sigBytes-1;t>=0;t--)if(r[t>>>2]>>>24-t%4*8&255){e.sigBytes=t+1;break}}},e.pad.ZeroPadding)),kr.exports;var e}(),function(){return Br?Ar.exports:(Br=1,Ar.exports=(e=ce(),rr(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return Er?Sr.exports:(Er=1,Sr.exports=(n=ce(),rr(),r=(e=n).lib.CipherParams,t=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(t)},parse:function(e){var n=t.parse(e);return r.create({ciphertext:n})}},n.format.Hex));var e,r,t,n}(),function(){return Or||(Or=1,Tr.exports=(e=ce(),me(),Ee(),Ze(),rr(),function(){var r=e,t=r.lib.BlockCipher,n=r.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],r=0;r<256;r++)e[r]=r<128?r<<1:r<<1^283;var t=0,n=0;for(r=0;r<256;r++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[t]=p,i[p]=t;var v=e[t],y=e[v],g=e[y],_=257*e[p]^16843008*p;a[t]=_<<24|_>>>8,s[t]=_<<16|_>>>16,c[t]=_<<8|_>>>24,l[t]=_,_=16843009*g^65537*y^257*v^16843008*t,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,t?(t=v^e[e[e[g^v]]],n^=e[e[n]]):t=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=t.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,r=e.words,t=e.sigBytes/4,n=4*((this._nRounds=t+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<t?i[a]=r[a]:(l=i[a-1],a%t?t>6&&a%t==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/t|0]<<24),i[a]=i[a-t]^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]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,r){this._doCryptBlock(e,r,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,r){var t=e[r+1];e[r+1]=e[r+3],e[r+3]=t,this._doCryptBlock(e,r,this._invKeySchedule,u,d,f,h,i),t=e[r+1],e[r+1]=e[r+3],e[r+3]=t},_doCryptBlock:function(e,r,t,n,o,i,a,s){for(var c=this._nRounds,l=e[r]^t[0],u=e[r+1]^t[1],d=e[r+2]^t[2],f=e[r+3]^t[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^t[h++],y=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^t[h++],g=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^t[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^t[h++];l=v,u=y,d=g,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^t[h++],y=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^t[h++],g=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^t[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^t[h++],e[r]=v,e[r+1]=y,e[r+2]=g,e[r+3]=_},keySize:8});r.AES=t._createHelper(v)}(),e.AES)),Tr.exports;var e}(),Pr(),function(){return Hr||(Hr=1,Dr.exports=(e=ce(),me(),Ee(),Ze(),rr(),function(){var r=e,t=r.lib.StreamCipher,n=r.algo,o=n.RC4=t.extend({_doReset:function(){for(var e=this._key,r=e.words,t=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%t,s=r[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,r){e[r]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,r=this._i,t=this._j,n=0,o=0;o<4;o++){t=(t+e[r=(r+1)%256])%256;var i=e[r];e[r]=e[t],e[t]=i,n|=e[(e[r]+e[t])%256]<<24-8*o}return this._i=r,this._j=t,n}r.RC4=t._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)}});r.RC4Drop=t._createHelper(a)}(),e.RC4)),Dr.exports;var e}(),function(){return zr||(zr=1,Rr.exports=(e=ce(),me(),Ee(),Ze(),rr(),function(){var r=e,t=r.lib.StreamCipher,n=r.algo,o=[],i=[],a=[],s=n.Rabbit=t.extend({_doReset:function(){for(var e=this._key.words,r=this.cfg.iv,t=0;t<4;t++)e[t]=16711935&(e[t]<<8|e[t]>>>24)|4278255360&(e[t]<<24|e[t]>>>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,t=0;t<4;t++)c.call(this);for(t=0;t<8;t++)o[t]^=n[t+4&7];if(r){var i=r.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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,t=0;t<4;t++)c.call(this)}},_doProcessBlock:function(e,r){var t=this._X;c.call(this),o[0]=t[0]^t[5]>>>16^t[3]<<16,o[1]=t[2]^t[7]>>>16^t[5]<<16,o[2]=t[4]^t[1]>>>16^t[7]<<16,o[3]=t[6]^t[3]>>>16^t[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[r+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,r=this._C,t=0;t<8;t++)i[t]=r[t];for(r[0]=r[0]+1295307597+this._b|0,r[1]=r[1]+3545052371+(r[0]>>>0<i[0]>>>0?1:0)|0,r[2]=r[2]+886263092+(r[1]>>>0<i[1]>>>0?1:0)|0,r[3]=r[3]+1295307597+(r[2]>>>0<i[2]>>>0?1:0)|0,r[4]=r[4]+3545052371+(r[3]>>>0<i[3]>>>0?1:0)|0,r[5]=r[5]+886263092+(r[4]>>>0<i[4]>>>0?1:0)|0,r[6]=r[6]+1295307597+(r[5]>>>0<i[5]>>>0?1:0)|0,r[7]=r[7]+3545052371+(r[6]>>>0<i[6]>>>0?1:0)|0,this._b=r[7]>>>0<i[7]>>>0?1:0,t=0;t<8;t++){var n=e[t]+r[t],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[t]=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}r.Rabbit=t._createHelper(s)}(),e.Rabbit)),Rr.exports;var e}(),function(){return Ir||(Ir=1,Fr.exports=(e=ce(),me(),Ee(),Ze(),rr(),function(){var r=e,t=r.lib.StreamCipher,n=r.algo,o=[],i=[],a=[],s=n.RabbitLegacy=t.extend({_doReset:function(){var e=this._key.words,r=this.cfg.iv,t=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]^=t[o+4&7];if(r){var i=r.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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,r){var t=this._X;c.call(this),o[0]=t[0]^t[5]>>>16^t[3]<<16,o[1]=t[2]^t[7]>>>16^t[5]<<16,o[2]=t[4]^t[1]>>>16^t[7]<<16,o[3]=t[6]^t[3]>>>16^t[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[r+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,r=this._C,t=0;t<8;t++)i[t]=r[t];for(r[0]=r[0]+1295307597+this._b|0,r[1]=r[1]+3545052371+(r[0]>>>0<i[0]>>>0?1:0)|0,r[2]=r[2]+886263092+(r[1]>>>0<i[1]>>>0?1:0)|0,r[3]=r[3]+1295307597+(r[2]>>>0<i[2]>>>0?1:0)|0,r[4]=r[4]+3545052371+(r[3]>>>0<i[3]>>>0?1:0)|0,r[5]=r[5]+886263092+(r[4]>>>0<i[4]>>>0?1:0)|0,r[6]=r[6]+1295307597+(r[5]>>>0<i[5]>>>0?1:0)|0,r[7]=r[7]+3545052371+(r[6]>>>0<i[6]>>>0?1:0)|0,this._b=r[7]>>>0<i[7]>>>0?1:0,t=0;t<8;t++){var n=e[t]+r[t],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[t]=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}r.RabbitLegacy=t._createHelper(s)}(),e.RabbitLegacy)),Fr.exports;var e}(),Mr())),oe.exports),Yr=ee(Xr),qr=function(){return qr=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var o in r=arguments[t])Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);return e},qr.apply(this,arguments)};function Zr(e){return Yr.SHA256(e).toString(Yr.enc.Hex)}function Qr(e,r){var t=e.source,n=e.context,o=e.id,i=e.dataFormat;return void 0===r&&(r=Zr),r(ne(qr(qr(qr({source:rt(t)},o&&{id:o}),n&&{context:n}),i&&{dataFormat:i})))}"function"==typeof SuppressedError&&SuppressedError;var et=function(e){var r,t,n,o;if(e&&"object"==typeof e){if("props"in e){var i={},a=null===(r=null==e?void 0:e.props)||void 0===r?void 0:r["data-_gt"];return(null==a?void 0:a.branches)&&(i.branches=Object.fromEntries(Object.entries(a.branches).map((function(e){return[e[0],rt(e[1])]})))),(null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.children)&&(i.children=rt(e.props.children)),(null===(o=null===(n=null==e?void 0:e.props)||void 0===n?void 0:n["data-_gt"])||void 0===o?void 0:o.transformation)&&(i.transformation=e.props["data-_gt"].transformation),i}if("key"in e)return qr({key:e.key},e.variable&&{variable:e.variable})}return e};function rt(e){return Array.isArray(e)?e.map(et):et(e)}function tt({children:t,id:n,context:o}){if(!t)return;const{translations:i,translationRequired:a,runtimeTranslationEnabled:l,dialectTranslationRequired:u,registerJsxForTranslation:d,renderSettings:f,locale:h,defaultLocale:p}=K("<T> used on the client-side outside of <GTProvider>"),v=s((()=>R(t)),[t]),y=n&&(null==i?void 0:i[n]),[g,_]=s((()=>{if(!a||y)return[void 0,""];const e=L(v);return[e,Qr(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]}),[v,o,n,a,y]),b=y?null==i?void 0:i[n]:null==i?void 0:i[_];c((()=>{l&&a&&i&&h&&!b&&d({source:g,targetLocale:h,metadata:{id:n,hash:_,context:o}})}),[l,i,b,a,n,_,o,h,t]);const m=()=>D({children:v,defaultLocale:p,renderVariable:Y});if(!a||i&&!b&&!l||"error"===(null==b?void 0:b.state))return e(r,{children:m()});if(!b||"loading"===(null==b?void 0:b.state)){let t;return t="skeleton"===f.method?"":"replace"===f.method||u?m():"",e(r,{children:t})}return e(r,{children:(x=b.target,V({source:v,target:x,locales:[h,p],renderVariable:Y}))});var x}function nt(){const{_internalUseGTFunction:e}=K("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be invoked within a <GTProvider>.");return function(r,t={}){return e(r,t)}}function ot(e){const r=r=>e?`${e}.${r}`:r,{_internalUseDictFunction:t}=K(`useGT('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=r(e);return t(o,n)}}function it(){return K("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function at(){return K("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}tt.gtTransformation="translate-client";function st({locale:e="",defaultLocale:r=j,locales:t=[],cookieName:n="generaltranslation.locale",ssr:o=!0}){const[i,a]=l(o?e&&y(e,t)||"":ct({_locale:e,locale:e,locales:t,defaultLocale:r,cookieName:n})),[s,u]=function({locale:e,locales:r,defaultLocale:t,cookieName:n,_setLocale:o}){const i=n=>{const i=y(n,r)||e||t;return i!==n&&console.warn(((e,r)=>`You are trying to switch to "${r}" which is not supported. Update the list of supported locales through your dashboard or your gt.config.json file if you are using a config file. Falling back to "${e}".`)(i,n)),o(i),i},a=e=>{const r=i(e);document.cookie=`${n}=${r};path=/`};return[a,i]}({locale:i,locales:t,defaultLocale:r,cookieName:n,_setLocale:a});return c((()=>{const o=ct({_locale:e,locale:i,locales:t,defaultLocale:r,cookieName:n});u(o)}),[e,i,t,r,n]),[i,s]}function ct({_locale:e,locale:r,locales:t,defaultLocale:n,cookieName:o}){var i;if(e&&e===r&&y(e,t)===r)return e;const a=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[n],s="undefined"!=typeof document?null===(i=document.cookie.split("; ").find((e=>e.startsWith(`${o}=`))))||void 0===i?void 0:i.split("=")[1]:void 0,c=y([...e?[e]:[],...s?[s]:[],...a],t)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function lt(e,r,t,o,i,a,s,c,l,u){return d(((d,f={})=>{if(!e)return"";const h=function(e,r){let t=e,o=r.split(".");for(const e of o){if("object"!=typeof t||Array.isArray(t)||n.isValidElement(t))return;t=t[e]}return t}(e,d);if(!h)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(d)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const r=null==e?void 0:e[1];if(void 0===r)return!0;if(r&&"object"==typeof r)return!0}return!1}(h))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(d)),"";const{entry:p,metadata:v}=function(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}}(h);if(!p||"string"!=typeof p)return"";const y=g(p),b=(e,r)=>_(e,r,f.variables,f.variablesOptions);if(!a)return b(y,[i]);const m=null==t?void 0:t[d];if(m)return _(g(m),[o,i],f.variables,f.variablesOptions);let x=Qr(Object.assign(Object.assign({source:y},(null==v?void 0:v.context)&&{context:v.context}),{id:d,dataFormat:"JSX"})),w=null==r?void 0:r[x];return"success"===(null==w?void 0:w.state)?b(w.target,[o,i]):"error"===(null==w?void 0:w.state)?b(y,[i]):c?(l({source:y,targetLocale:o,metadata:Object.assign(Object.assign({},(null==v?void 0:v.context)&&{context:v.context}),{id:d,hash:x})}),"replace"===u.method?b(y,[i]):"skeleton"===u.method?"":s?b(y,[i]):""):b(y,[i])}),[e,r,o,i,a,c,l,s])}function ut(r){var{children:t,projectId:n="",devApiKey:o,dictionary:i,locales:a=[],defaultLocale:h=j,locale:p,cacheUrl:v=O,runtimeUrl:y=T,renderSettings:B=U,loadDictionary:A,loadTranslations:E,fallback:S,ssr:C=!1,_versionId:P}=r,H=w(r,["children","projectId","devApiKey","dictionary","locales","defaultLocale","locale","cacheUrl","runtimeUrl","renderSettings","loadDictionary","loadTranslations","fallback","ssr","_versionId"]);const{projectId:D,devApiKey:R}=function(e,r){try{return{projectId:e||import.meta.env.VITE_GT_PROJECT_ID||import.meta.env.REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:r||import.meta.env.VITE_GT_DEV_API_KEY||import.meta.env.VITE_GT_API_KEY||import.meta.env.REDWOOD_ENV_GT_DEV_API_KEY||import.meta.env.REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:r||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(n,o);a=s((()=>(a.unshift(h),Array.from(new Set(a)))),[h,a]);const[I,F]=st({defaultLocale:h,locales:a,locale:p,ssr:C}),L=s((()=>!!(D&&y&&R&&"development"===process.env.NODE_ENV)),[D,y,R]),N=s((()=>(E?"custom":v&&D&&"default")||"disabled"),[E]),[M,V]=l(i);c((()=>{if(M||!A)return;let e=!0;return(()=>{k(this,void 0,void 0,(function*(){var r;let t;try{t=yield A(h)}catch(e){}const n=null===(r=f(h))||void 0===r?void 0:r.languageCode;if(!M&&n&&n!==h)try{t=yield A(n)}catch(e){console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.",e)}e&&V(t||{})}))})(),()=>{e=!1}}),[M,A]),s((()=>{if("production"===process.env.NODE_ENV&&R)throw new Error("gt-react Error: Production environments cannot include a development api key.");if("custom"===N||!v&&!y||D||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),D&&y&&"custom"!==N&&!R&&"development"===process.env.NODE_ENV&&console.warn("gt-react: 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.)"),y===T||v===O&&"default"===N){const e=(a||a).filter((e=>!x(e)));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map((e=>{const{name:r}=f(e);return`${e} (${r})`})).join(", ")}`)(e))}}),[process.env.NODE_ENV,R,N,v,y,D,a]);const[K,$]=s((()=>{const e=b(h,I,a);return[e,e&&m(h,I)]}),[h,I,a]),[W,J]=l(K?null:{});c((()=>J(K?null:{})),[I]);const[X,Y]=l(K&&"disabled"!==N?null:{});c((()=>Y(K&&"disabled"!==N?null:{})),[I,N]);const{registerContentForTranslation:q,registerJsxForTranslation:Z}=function(e){var{projectId:r,devApiKey:t,locale:n,versionId:o,defaultLocale:i,runtimeUrl:a,renderSettings:f,setTranslations:h,runtimeTranslationEnabled:p}=e,v=w(e,["projectId","devApiKey","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations","runtimeTranslationEnabled"]);if(!p)return{registerContentForTranslation:()=>Promise.reject(new Error("registerContentForTranslation() failed because translation is disabled")),registerJsxForTranslation:()=>Promise.reject(new Error("registerJsxForTranslation() failed because translation is disabled"))};v=Object.assign(Object.assign({},v),{projectId:r,sourceLocale:i});const[y,g]=l(0),_=u(new Map),b=u(new Map);c((()=>{_.current.forEach((e=>e.resolve())),_.current.clear()}),[n]);const[m,x]=s((()=>{const e=e=>r=>{const t=`${r.metadata.hash}:${r.targetLocale}`,n=b.current.get(t);if(n)return n;const o=new Promise(((n,o)=>{_.current.set(t,{type:e,source:r.source,metadata:r.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{b.current.delete(t)}));return b.current.set(t,o),o};return[e("content"),e("jsx")]}),[]),B=d(((e,n)=>k(this,void 0,void 0,(function*(){if(0===_.current.size)return{};g((e=>e+1));const i=Array.from(e.values()),s={};try{const c=Object.entries(e).reduce(((e,[r,t])=>(e[t.metadata.hash]={state:"loading"},e)),{});h((e=>Object.assign(Object.assign({},e||{}),c)));const l=(e,r,t)=>k(this,void 0,void 0,(function*(){const n=new AbortController,o=void 0===t?void 0:setTimeout((()=>n.abort()),t);try{return yield fetch(e,Object.assign(Object.assign({},r),{signal:n.signal}))}finally{void 0!==o&&clearTimeout(o)}})),u=yield l(`${a}/v1/runtime/${r}/client`,{method:"POST",headers:Object.assign({"Content-Type":"application/json"},t&&{"x-gt-dev-api-key":t}),body:JSON.stringify({requests:i,targetLocale:n,metadata:v,versionId:o})},f.timeout);if(!u.ok)throw new Error(yield u.text());(yield u.json()).forEach(((e,r)=>{const t=i[r],n=t.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:r}=e;s[n]={state:"success",target:r}}else{if(void 0!==e.error&&null!==e.error&&void 0!==e.code&&null!==e.code)return console.error(z(t.metadata.id,t.metadata.hash),e.error),void(s[n]={state:"error",error:e.error,code:e.code});console.error(z(t.metadata.id,t.metadata.hash),e),s[n]={state:"error",error:"An error occurred.",code:500}}}))}catch(e){e instanceof Error&&"AbortError"===e.name?console.warn("gt-react: Runtime translation timed out."):console.error("Error fetching batched translations:",e),i.forEach((e=>{s[e.metadata.hash]={state:"error",error:"An error occurred.",code:500}}))}finally{return g((e=>e-1)),i.forEach((e=>e.resolve(s[e.metadata.hash]))),s}}))),[a,r,t,v,o,f.timeout]),A=u(y);return c((()=>{A.current=y}),[y]),c((()=>{let e=!0;const r=setInterval((()=>{if(_.current.size>0&&A.current<100){const r=Math.min(25,_.current.size),t=new Map(Array.from(_.current.entries()).slice(0,r));(()=>{k(this,void 0,void 0,(function*(){const r=yield B(t,n);e&&h((e=>Object.assign(Object.assign({},e||{}),r)))}))})(),t.forEach(((e,r)=>_.current.delete(r)))}}),50);return()=>{e=!1,clearInterval(r)}}),[n]),{registerContentForTranslation:m,registerJsxForTranslation:x}}(Object.assign({locale:I,versionId:P,projectId:D,runtimeTranslationEnabled:L,defaultLocale:h,devApiKey:R,runtimeUrl:y,renderSettings:B,setTranslations:Y},H));c((()=>{if(!A||W||!K)return;let e=!0;return(()=>{k(this,void 0,void 0,(function*(){let r={};try{r=yield A(I)}catch(e){"development"===process.env.NODE_ENV&&console.warn(((e="")=>`gt-react Error: fetching locally stored dictionary. If you are using a custom loadDictionary(${e}), make sure it is correctly implemented.`)(I),e)}e&&J(r)}))})(),()=>{e=!1}}),[I,A,K,W]),c((()=>{if(X||!K||"disabled"===N)return;let e=!0;return(()=>{k(this,void 0,void 0,(function*(){let r;switch(N){case"custom":if(E)try{r=yield E(I)}catch(e){console.error(((e="")=>`gt-react 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{r=yield function(e){return k(this,arguments,void 0,(function*({cacheUrl:e,projectId:r,locale:t,versionId:n}){if(!r||!e||!t)return{};const o=yield fetch(n?`${e}/${r}/${t}/${n}`:`${e}/${r}/${t}`);return yield o.json()}))}({cacheUrl:v,projectId:D,locale:I,versionId:P})}catch(e){console.error(e)}}r||(r={});try{r=Object.entries(r).reduce(((e,[r,t])=>(e[r]={state:"success",target:t},e)),{})}catch(e){console.error(e)}e&&Y(r)}))})(),()=>{e=!1}}),[X,K,N,v,D,I,P]);const Q=function(e,r,t,n,o,i,a,s){return d(((c,l={})=>{if(!c||"string"!=typeof c)return"";const u=g(c),d=(e,r)=>_(e,r,l.variables,l.variablesOptions),f=null==l?void 0:l.id,h=f&&(null==e?void 0:e[f]);let p="";n&&!h&&(p=Qr(Object.assign(Object.assign(Object.assign({source:u},(null==l?void 0:l.context)&&{context:l.context}),f&&{id:f}),{dataFormat:"JSX"})));let v=h?null==e?void 0:e[f]:null==e?void 0:e[p];return n&&"error"!==(null==v?void 0:v.state)?"success"===(null==v?void 0:v.state)?d(v.target,[r,t]):i?(a({source:u,targetLocale:r,metadata:Object.assign(Object.assign({},(null==l?void 0:l.context)&&{context:l.context}),{id:f,hash:p||""})}),"replace"===s.method?d(u,[t]):"skeleton"===s.method?"":o?d(u,[t]):""):d(u,[t]):d(u,[t])}),[e,r,t,n,i,a,o])}(X,I,h,K,$,L,q,B),ee=lt(M,X,W,I,h,K,$,L,q,B),re=!(K&&!X||!I);return e(G.Provider,{value:{registerContentForTranslation:q,registerJsxForTranslation:Z,_internalUseGTFunction:Q,_internalUseDictFunction:ee,runtimeTranslationEnabled:L,locale:I,locales:a,setLocale:F,defaultLocale:h,translations:X,dictionaryTranslations:W,translationRequired:K,dialectTranslationRequired:$,projectId:D,renderSettings:B},children:re?t:S})}function dt(t){var{children:n,n:o,locale:i}=t,s=w(t,["children","n","locale"]);const c=a(G);let l;c&&(i||(i=c.locale),l||(l=c.defaultLocale));const u=[...i?[i]:[],l||j];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));const d=H(o,u,s)||n;return e(r,{children:d})}function ft(t){var{children:n,branch:o}=t,i=w(t,["children","branch"]);const a=(o=null==o?void 0:o.toString())&&void 0!==i[o]?i[o]:n;return e(r,{children:a})}function ht(){return K("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function pt(){const{setLocale:e}=K("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function vt(e){const r=at(),t=ht(),n=pt(),o=s((()=>{if(!t||0===t.length)return[];const e=t.sort(((e,r)=>(new Intl.Collator).compare(f(e).nativeNameWithRegionCode,f(r).nativeNameWithRegionCode)));return e}),[t]);return{locale:r,locales:e||o,setLocale:n}}function yt(r){var{locales:n}=r,o=w(r,["locales"]);const{locale:i,locales:a,setLocale:s}=vt(n||void 0),c=e=>{return(r=f(e).nativeNameWithRegionCode)?r.charAt(0).toUpperCase()+(r.length>1?r.slice(1):""):"";var r};return a&&0!==a.length&&s?t("select",Object.assign({},o,{value:i||"",onChange:e=>s(e.target.value),children:[!i&&e("option",{value:""}),a.map((r=>e("option",{value:r,suppressHydrationWarning:!0,children:c(r)},r)))]})):null}dt.gtTransformation="plural",ft.gtTransformation="branch";export{ft as Branch,J as Currency,X as DateTime,ut as GTProvider,yt as LocaleSelector,$ as Num,dt as Plural,tt as T,W as Var,it as useDefaultLocale,ot as useDict,nt as useGT,at as useLocale,vt as useLocaleSelector,ht as useLocales,pt as useSetLocale};
|
18
|
+
function(){var r=e,t=r.lib,n=t.WordArray,o=t.Hasher,i=r.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]),d=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=i.RIPEMD160=o.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,r){for(var t=0;t<16;t++){var n=r+t,o=e[n];e[n]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8)}var i,f,b,m,x,w,k,B,A,E,S,O=this._hash.words,T=u.words,j=d.words,C=a.words,P=s.words,H=c.words,D=l.words;for(w=i=O[0],k=f=O[1],B=b=O[2],A=m=O[3],E=x=O[4],t=0;t<80;t+=1)S=i+e[r+C[t]]|0,S+=t<16?h(f,b,m)+T[0]:t<32?p(f,b,m)+T[1]:t<48?v(f,b,m)+T[2]:t<64?y(f,b,m)+T[3]:g(f,b,m)+T[4],S=(S=_(S|=0,H[t]))+x|0,i=x,x=m,m=_(b,10),b=f,f=S,S=w+e[r+P[t]]|0,S+=t<16?g(k,B,A)+j[0]:t<32?y(k,B,A)+j[1]:t<48?v(k,B,A)+j[2]:t<64?p(k,B,A)+j[3]:h(k,B,A)+j[4],S=(S=_(S|=0,D[t]))+E|0,w=E,E=A,A=_(B,10),B=k,k=S;S=O[1]+b+A|0,O[1]=O[2]+m+E|0,O[2]=O[3]+x+w|0,O[3]=O[4]+i+k|0,O[4]=O[0]+f+B|0,O[0]=S},_doFinalize:function(){var e=this._data,r=e.words,t=8*this._nDataBytes,n=8*e.sigBytes;r[n>>>5]|=128<<24-n%32,r[14+(n+64>>>9<<4)]=16711935&(t<<8|t>>>24)|4278255360&(t<<24|t>>>8),e.sigBytes=4*(r.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,r,t){return e^r^t}function p(e,r,t){return e&r|~e&t}function v(e,r,t){return(e|~r)^t}function y(e,r,t){return e&t|r&~t}function g(e,r,t){return e^(r|~t)}function _(e,r){return e<<r|e>>>32-r}r.RIPEMD160=o._createHelper(f),r.HmacRIPEMD160=o._createHmacHelper(f)}(),e.RIPEMD160)),Ge.exports;var e}(),We(),function(){return Je||(Je=1,Xe.exports=(c=ce(),Pe(),We(),r=(e=c).lib,t=r.Base,n=r.WordArray,o=e.algo,i=o.SHA256,a=o.HMAC,s=o.PBKDF2=t.extend({cfg:t.extend({keySize:4,hasher:i,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,r){for(var t=this.cfg,o=a.create(t.hasher,e),i=n.create(),s=n.create([1]),c=i.words,l=s.words,u=t.keySize,d=t.iterations;c.length<u;){var f=o.update(r).finalize(s);o.reset();for(var h=f.words,p=h.length,v=f,y=1;y<d;y++){v=o.finalize(v),o.reset();for(var g=v.words,_=0;_<p;_++)h[_]^=g[_]}i.concat(f),l[0]++}return i.sigBytes=4*u,i}}),e.PBKDF2=function(e,r,t){return s.create(t).compute(e,r)},c.PBKDF2)),Xe.exports;var e,r,t,n,o,i,a,s,c}(),Ze(),rr(),or(),sr(),ur(),hr(),function(){return pr?vr.exports:(pr=1,vr.exports=(r=ce(),rr(),r.mode.ECB=((e=r.lib.BlockCipherMode.extend()).Encryptor=e.extend({processBlock:function(e,r){this._cipher.encryptBlock(e,r)}}),e.Decryptor=e.extend({processBlock:function(e,r){this._cipher.decryptBlock(e,r)}}),e),r.mode.ECB));var e,r}(),function(){return yr?gr.exports:(yr=1,gr.exports=(e=ce(),rr(),e.pad.AnsiX923={pad:function(e,r){var t=e.sigBytes,n=4*r,o=n-t%n,i=t+o-1;e.clamp(),e.words[i>>>2]|=o<<24-i%4*8,e.sigBytes+=o},unpad:function(e){var r=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=r}},e.pad.Ansix923));var e}(),function(){return _r?br.exports:(_r=1,br.exports=(e=ce(),rr(),e.pad.Iso10126={pad:function(r,t){var n=4*t,o=n-r.sigBytes%n;r.concat(e.lib.WordArray.random(o-1)).concat(e.lib.WordArray.create([o<<24],1))},unpad:function(e){var r=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=r}},e.pad.Iso10126));var e}(),function(){return mr?xr.exports:(mr=1,xr.exports=(e=ce(),rr(),e.pad.Iso97971={pad:function(r,t){r.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(r,t)},unpad:function(r){e.pad.ZeroPadding.unpad(r),r.sigBytes--}},e.pad.Iso97971));var e}(),function(){return wr||(wr=1,kr.exports=(e=ce(),rr(),e.pad.ZeroPadding={pad:function(e,r){var t=4*r;e.clamp(),e.sigBytes+=t-(e.sigBytes%t||t)},unpad:function(e){var r=e.words,t=e.sigBytes-1;for(t=e.sigBytes-1;t>=0;t--)if(r[t>>>2]>>>24-t%4*8&255){e.sigBytes=t+1;break}}},e.pad.ZeroPadding)),kr.exports;var e}(),function(){return Br?Ar.exports:(Br=1,Ar.exports=(e=ce(),rr(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return Er?Sr.exports:(Er=1,Sr.exports=(n=ce(),rr(),r=(e=n).lib.CipherParams,t=e.enc.Hex,e.format.Hex={stringify:function(e){return e.ciphertext.toString(t)},parse:function(e){var n=t.parse(e);return r.create({ciphertext:n})}},n.format.Hex));var e,r,t,n}(),function(){return Or||(Or=1,Tr.exports=(e=ce(),me(),Ee(),Ze(),rr(),function(){var r=e,t=r.lib.BlockCipher,n=r.algo,o=[],i=[],a=[],s=[],c=[],l=[],u=[],d=[],f=[],h=[];!function(){for(var e=[],r=0;r<256;r++)e[r]=r<128?r<<1:r<<1^283;var t=0,n=0;for(r=0;r<256;r++){var p=n^n<<1^n<<2^n<<3^n<<4;p=p>>>8^255&p^99,o[t]=p,i[p]=t;var v=e[t],y=e[v],g=e[y],_=257*e[p]^16843008*p;a[t]=_<<24|_>>>8,s[t]=_<<16|_>>>16,c[t]=_<<8|_>>>24,l[t]=_,_=16843009*g^65537*y^257*v^16843008*t,u[p]=_<<24|_>>>8,d[p]=_<<16|_>>>16,f[p]=_<<8|_>>>24,h[p]=_,t?(t=v^e[e[e[g^v]]],n^=e[e[n]]):t=n=1}}();var p=[0,1,2,4,8,16,32,64,128,27,54],v=n.AES=t.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,r=e.words,t=e.sigBytes/4,n=4*((this._nRounds=t+6)+1),i=this._keySchedule=[],a=0;a<n;a++)a<t?i[a]=r[a]:(l=i[a-1],a%t?t>6&&a%t==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/t|0]<<24),i[a]=i[a-t]^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]]^d[o[l>>>16&255]]^f[o[l>>>8&255]]^h[o[255&l]]}}},encryptBlock:function(e,r){this._doCryptBlock(e,r,this._keySchedule,a,s,c,l,o)},decryptBlock:function(e,r){var t=e[r+1];e[r+1]=e[r+3],e[r+3]=t,this._doCryptBlock(e,r,this._invKeySchedule,u,d,f,h,i),t=e[r+1],e[r+1]=e[r+3],e[r+3]=t},_doCryptBlock:function(e,r,t,n,o,i,a,s){for(var c=this._nRounds,l=e[r]^t[0],u=e[r+1]^t[1],d=e[r+2]^t[2],f=e[r+3]^t[3],h=4,p=1;p<c;p++){var v=n[l>>>24]^o[u>>>16&255]^i[d>>>8&255]^a[255&f]^t[h++],y=n[u>>>24]^o[d>>>16&255]^i[f>>>8&255]^a[255&l]^t[h++],g=n[d>>>24]^o[f>>>16&255]^i[l>>>8&255]^a[255&u]^t[h++],_=n[f>>>24]^o[l>>>16&255]^i[u>>>8&255]^a[255&d]^t[h++];l=v,u=y,d=g,f=_}v=(s[l>>>24]<<24|s[u>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^t[h++],y=(s[u>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&l])^t[h++],g=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[l>>>8&255]<<8|s[255&u])^t[h++],_=(s[f>>>24]<<24|s[l>>>16&255]<<16|s[u>>>8&255]<<8|s[255&d])^t[h++],e[r]=v,e[r+1]=y,e[r+2]=g,e[r+3]=_},keySize:8});r.AES=t._createHelper(v)}(),e.AES)),Tr.exports;var e}(),Pr(),function(){return Hr||(Hr=1,Dr.exports=(e=ce(),me(),Ee(),Ze(),rr(),function(){var r=e,t=r.lib.StreamCipher,n=r.algo,o=n.RC4=t.extend({_doReset:function(){for(var e=this._key,r=e.words,t=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%t,s=r[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,r){e[r]^=i.call(this)},keySize:8,ivSize:0});function i(){for(var e=this._S,r=this._i,t=this._j,n=0,o=0;o<4;o++){t=(t+e[r=(r+1)%256])%256;var i=e[r];e[r]=e[t],e[t]=i,n|=e[(e[r]+e[t])%256]<<24-8*o}return this._i=r,this._j=t,n}r.RC4=t._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)}});r.RC4Drop=t._createHelper(a)}(),e.RC4)),Dr.exports;var e}(),function(){return zr||(zr=1,Rr.exports=(e=ce(),me(),Ee(),Ze(),rr(),function(){var r=e,t=r.lib.StreamCipher,n=r.algo,o=[],i=[],a=[],s=n.Rabbit=t.extend({_doReset:function(){for(var e=this._key.words,r=this.cfg.iv,t=0;t<4;t++)e[t]=16711935&(e[t]<<8|e[t]>>>24)|4278255360&(e[t]<<24|e[t]>>>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,t=0;t<4;t++)c.call(this);for(t=0;t<8;t++)o[t]^=n[t+4&7];if(r){var i=r.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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(o[0]^=l,o[1]^=d,o[2]^=u,o[3]^=f,o[4]^=l,o[5]^=d,o[6]^=u,o[7]^=f,t=0;t<4;t++)c.call(this)}},_doProcessBlock:function(e,r){var t=this._X;c.call(this),o[0]=t[0]^t[5]>>>16^t[3]<<16,o[1]=t[2]^t[7]>>>16^t[5]<<16,o[2]=t[4]^t[1]>>>16^t[7]<<16,o[3]=t[6]^t[3]>>>16^t[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[r+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,r=this._C,t=0;t<8;t++)i[t]=r[t];for(r[0]=r[0]+1295307597+this._b|0,r[1]=r[1]+3545052371+(r[0]>>>0<i[0]>>>0?1:0)|0,r[2]=r[2]+886263092+(r[1]>>>0<i[1]>>>0?1:0)|0,r[3]=r[3]+1295307597+(r[2]>>>0<i[2]>>>0?1:0)|0,r[4]=r[4]+3545052371+(r[3]>>>0<i[3]>>>0?1:0)|0,r[5]=r[5]+886263092+(r[4]>>>0<i[4]>>>0?1:0)|0,r[6]=r[6]+1295307597+(r[5]>>>0<i[5]>>>0?1:0)|0,r[7]=r[7]+3545052371+(r[6]>>>0<i[6]>>>0?1:0)|0,this._b=r[7]>>>0<i[7]>>>0?1:0,t=0;t<8;t++){var n=e[t]+r[t],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[t]=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}r.Rabbit=t._createHelper(s)}(),e.Rabbit)),Rr.exports;var e}(),function(){return Ir||(Ir=1,Fr.exports=(e=ce(),me(),Ee(),Ze(),rr(),function(){var r=e,t=r.lib.StreamCipher,n=r.algo,o=[],i=[],a=[],s=n.RabbitLegacy=t.extend({_doReset:function(){var e=this._key.words,r=this.cfg.iv,t=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]^=t[o+4&7];if(r){var i=r.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),d=l>>>16|4294901760&u,f=u<<16|65535&l;for(n[0]^=l,n[1]^=d,n[2]^=u,n[3]^=f,n[4]^=l,n[5]^=d,n[6]^=u,n[7]^=f,o=0;o<4;o++)c.call(this)}},_doProcessBlock:function(e,r){var t=this._X;c.call(this),o[0]=t[0]^t[5]>>>16^t[3]<<16,o[1]=t[2]^t[7]>>>16^t[5]<<16,o[2]=t[4]^t[1]>>>16^t[7]<<16,o[3]=t[6]^t[3]>>>16^t[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[r+n]^=o[n]},blockSize:4,ivSize:2});function c(){for(var e=this._X,r=this._C,t=0;t<8;t++)i[t]=r[t];for(r[0]=r[0]+1295307597+this._b|0,r[1]=r[1]+3545052371+(r[0]>>>0<i[0]>>>0?1:0)|0,r[2]=r[2]+886263092+(r[1]>>>0<i[1]>>>0?1:0)|0,r[3]=r[3]+1295307597+(r[2]>>>0<i[2]>>>0?1:0)|0,r[4]=r[4]+3545052371+(r[3]>>>0<i[3]>>>0?1:0)|0,r[5]=r[5]+886263092+(r[4]>>>0<i[4]>>>0?1:0)|0,r[6]=r[6]+1295307597+(r[5]>>>0<i[5]>>>0?1:0)|0,r[7]=r[7]+3545052371+(r[6]>>>0<i[6]>>>0?1:0)|0,this._b=r[7]>>>0<i[7]>>>0?1:0,t=0;t<8;t++){var n=e[t]+r[t],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[t]=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}r.RabbitLegacy=t._createHelper(s)}(),e.RabbitLegacy)),Fr.exports;var e}(),Mr())),oe.exports),Yr=ee(Xr),qr=function(){return qr=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var o in r=arguments[t])Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);return e},qr.apply(this,arguments)};function Zr(e){return Yr.SHA256(e).toString(Yr.enc.Hex)}function Qr(e,r){var t=e.source,n=e.context,o=e.id,i=e.dataFormat;return void 0===r&&(r=Zr),r(ne(qr(qr(qr({source:rt(t)},o&&{id:o}),n&&{context:n}),i&&{dataFormat:i})))}"function"==typeof SuppressedError&&SuppressedError;var et=function(e){var r,t,n,o;if(e&&"object"==typeof e){if("props"in e){var i={},a=null===(r=null==e?void 0:e.props)||void 0===r?void 0:r["data-_gt"];return(null==a?void 0:a.branches)&&(i.branches=Object.fromEntries(Object.entries(a.branches).map((function(e){return[e[0],rt(e[1])]})))),(null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.children)&&(i.children=rt(e.props.children)),(null===(o=null===(n=null==e?void 0:e.props)||void 0===n?void 0:n["data-_gt"])||void 0===o?void 0:o.transformation)&&(i.transformation=e.props["data-_gt"].transformation),i}if("key"in e)return qr({key:e.key},e.variable&&{variable:e.variable})}return e};function rt(e){return Array.isArray(e)?e.map(et):et(e)}function tt({children:t,id:n,context:o}){if(!t)return;const{translations:i,translationRequired:a,runtimeTranslationEnabled:l,dialectTranslationRequired:u,registerJsxForTranslation:d,renderSettings:f,locale:h,defaultLocale:p}=K("<T> used on the client-side outside of <GTProvider>"),v=s((()=>R(t)),[t]),y=n&&(null==i?void 0:i[n]),[g,_]=s((()=>{if(!a||y)return[void 0,""];const e=L(v);return[e,Qr(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]}),[v,o,n,a,y]),b=y?null==i?void 0:i[n]:null==i?void 0:i[_];c((()=>{l&&a&&i&&h&&!b&&d({source:g,targetLocale:h,metadata:{id:n,hash:_,context:o}})}),[l,i,b,a,n,_,o,h,t]);const m=()=>D({children:v,defaultLocale:p,renderVariable:Y});if(!a||i&&!b&&!l||"error"===(null==b?void 0:b.state))return e(r,{children:m()});if(!b||"loading"===(null==b?void 0:b.state)){let t;return t="skeleton"===f.method?"":"replace"===f.method||u?m():"",e(r,{children:t})}return e(r,{children:(x=b.target,V({source:v,target:x,locales:[h,p],renderVariable:Y}))});var x}function nt(){const{_internalUseGTFunction:e}=K("useGT(): No context provided. You're trying to get the t() function from the useGT() hook, which can be invoked within a <GTProvider>.");return function(r,t={}){return e(r,t)}}function ot(e){const r=r=>e?`${e}.${r}`:r,{_internalUseDictFunction:t}=K(`useGT('${e}'): No context provided. You're trying to get the t() function on the client, which can only be done inside a <GTProvider>.`);return function(e,n={}){const o=r(e);return t(o,n)}}function it(){return K("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function at(){return K("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}tt.gtTransformation="translate-client";function st({locale:e="",defaultLocale:r=j,locales:t=[],cookieName:n="generaltranslation.locale",ssr:o=!0}){const[i,a]=l(o?e&&y(e,t)||"":ct({_locale:e,locale:e,locales:t,defaultLocale:r,cookieName:n})),[s,u]=function({locale:e,locales:r,defaultLocale:t,cookieName:n,_setLocale:o}){const i=n=>{const i=y(n,r)||e||t;return i!==n&&console.warn(((e,r)=>`You are trying to switch to "${r}" which is not supported. Update the list of supported locales through your dashboard or your gt.config.json file if you are using a config file. Falling back to "${e}".`)(i,n)),o(i),i},a=e=>{const r=i(e);document.cookie=`${n}=${r};path=/`};return[a,i]}({locale:i,locales:t,defaultLocale:r,cookieName:n,_setLocale:a});return c((()=>{const o=ct({_locale:e,locale:i,locales:t,defaultLocale:r,cookieName:n});u(o)}),[e,i,t,r,n]),[i,s]}function ct({_locale:e,locale:r,locales:t,defaultLocale:n,cookieName:o}){var i;if(e&&e===r&&y(e,t)===r)return e;const a=(null===navigator||void 0===navigator?void 0:navigator.languages)?navigator.languages:(null===navigator||void 0===navigator?void 0:navigator.language)?[navigator.language]:(null===navigator||void 0===navigator?void 0:navigator.userLanguage)?[null===navigator||void 0===navigator?void 0:navigator.userLanguage]:[n],s="undefined"!=typeof document?null===(i=document.cookie.split("; ").find((e=>e.startsWith(`${o}=`))))||void 0===i?void 0:i.split("=")[1]:void 0,c=y([...e?[e]:[],...s?[s]:[],...a],t)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function lt(e,r,t,o,i,a,s,c,l,u){return d(((d,f={})=>{if(!e)return"";const h=function(e,r){let t=e,o=r.split(".");for(const e of o){if("object"!=typeof t||Array.isArray(t)||n.isValidElement(t))return;t=t[e]}return t}(e,d);if(!h)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(d)),"";if(!function(e){if("string"==typeof e)return!0;if(Array.isArray(e)){if("string"!=typeof(null==e?void 0:e[0]))return!1;const r=null==e?void 0:e[1];if(void 0===r)return!0;if(r&&"object"==typeof r)return!0}return!1}(h))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(d)),"";const{entry:p,metadata:v}=function(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}}(h);if(!p||"string"!=typeof p)return"";const y=g(p),b=(e,r)=>_(e,r,f.variables,f.variablesOptions);if(!a)return b(y,[i]);const m=null==t?void 0:t[d];if(m)return _(g(m),[o,i],f.variables,f.variablesOptions);let x=Qr(Object.assign(Object.assign({source:y},(null==v?void 0:v.context)&&{context:v.context}),{id:d,dataFormat:"JSX"})),w=null==r?void 0:r[x];return"success"===(null==w?void 0:w.state)?b(w.target,[o,i]):"error"===(null==w?void 0:w.state)?b(y,[i]):c?(l({source:y,targetLocale:o,metadata:Object.assign(Object.assign({},(null==v?void 0:v.context)&&{context:v.context}),{id:d,hash:x})}),"replace"===u.method?b(y,[i]):"skeleton"===u.method?"":s?b(y,[i]):""):b(y,[i])}),[e,r,o,i,a,c,l,s])}function ut(r){var{children:t,projectId:n="",devApiKey:o,dictionary:i,locales:a=[],defaultLocale:h=j,locale:p,cacheUrl:v=O,runtimeUrl:y=T,renderSettings:B=U,loadDictionary:A,loadTranslations:E,fallback:S,ssr:C=!1,_versionId:P}=r,H=w(r,["children","projectId","devApiKey","dictionary","locales","defaultLocale","locale","cacheUrl","runtimeUrl","renderSettings","loadDictionary","loadTranslations","fallback","ssr","_versionId"]);const{projectId:D,devApiKey:R}=function(e,r){try{return{projectId:e||import.meta.env.VITE_GT_PROJECT_ID||import.meta.env.REDWOOD_ENV_GT_PROJECT_ID||"",devApiKey:r||import.meta.env.VITE_GT_DEV_API_KEY||import.meta.env.VITE_GT_API_KEY||import.meta.env.REDWOOD_ENV_GT_DEV_API_KEY||import.meta.env.REDWOOD_ENV_GT_API_KEY}}catch(e){}try{return{projectId:e||process.env.GT_PROJECT_ID||process.env.REACT_APP_GT_PROJECT_ID||process.env.NEXT_PUBLIC_GT_PROJECT_ID||process.env.GATSBY_GT_PROJECT_ID||"",devApiKey:r||process.env.GT_DEV_API_KEY||process.env.GT_API_KEY||process.env.REACT_APP_GT_DEV_API_KEY||process.env.REACT_APP_GT_API_KEY||process.env.NEXT_PUBLIC_GT_DEV_API_KEY||process.env.NEXT_PUBLIC_GT_API_KEY||process.env.GATSBY_GT_DEV_API_KEY||process.env.GATSBY_GT_API_KEY}}catch(e){console.error(e)}return{projectId:"",devApiKey:""}}(n,o);a=s((()=>Array.from(new Set([h,...a]))),[h,a]);const[I,F]=st({defaultLocale:h,locales:a,locale:p,ssr:C}),L=s((()=>!!(D&&y&&R&&"development"===process.env.NODE_ENV)),[D,y,R]),N=s((()=>(E?"custom":v&&D&&"default")||"disabled"),[E]),[M,V]=l(i);c((()=>{if(M||!A)return;let e=!0;return(()=>{k(this,void 0,void 0,(function*(){var r;let t;try{t=yield A(h)}catch(e){}const n=null===(r=f(h))||void 0===r?void 0:r.languageCode;if(!M&&n&&n!==h)try{t=yield A(n)}catch(e){console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.",e)}e&&V(t||{})}))})(),()=>{e=!1}}),[M,A]),s((()=>{if("production"===process.env.NODE_ENV&&R)throw new Error("gt-react Error: Production environments cannot include a development api key.");if("custom"===N||!v&&!y||D||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),D&&y&&"custom"!==N&&!R&&"development"===process.env.NODE_ENV&&console.warn("gt-react: 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.)"),y===T||v===O&&"default"===N){const e=(a||a).filter((e=>!x(e)));e.length&&console.warn((e=>`gt-react: The following locales are currently unsupported by our service: ${e.map((e=>{const{name:r}=f(e);return`${e} (${r})`})).join(", ")}`)(e))}}),[process.env.NODE_ENV,R,N,v,y,D,a]);const[K,$]=s((()=>{const e=b(h,I,a);return[e,e&&m(h,I)]}),[h,I,a]),[W,J]=l(K?null:{});c((()=>J(K?null:{})),[I]);const[X,Y]=l(K&&"disabled"!==N?null:{});c((()=>Y(K&&"disabled"!==N?null:{})),[I,N]);const{registerContentForTranslation:q,registerJsxForTranslation:Z}=function(e){var{projectId:r,devApiKey:t,locale:n,versionId:o,defaultLocale:i,runtimeUrl:a,renderSettings:f,setTranslations:h,runtimeTranslationEnabled:p}=e,v=w(e,["projectId","devApiKey","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations","runtimeTranslationEnabled"]);if(!p)return{registerContentForTranslation:()=>Promise.reject(new Error("registerContentForTranslation() failed because translation is disabled")),registerJsxForTranslation:()=>Promise.reject(new Error("registerJsxForTranslation() failed because translation is disabled"))};v=Object.assign(Object.assign({},v),{projectId:r,sourceLocale:i});const[y,g]=l(0),_=u(new Map),b=u(new Map);c((()=>{_.current.forEach((e=>e.resolve())),_.current.clear()}),[n]);const[m,x]=s((()=>{const e=e=>r=>{const t=`${r.metadata.hash}:${r.targetLocale}`,n=b.current.get(t);if(n)return n;const o=new Promise(((n,o)=>{_.current.set(t,{type:e,source:r.source,metadata:r.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{b.current.delete(t)}));return b.current.set(t,o),o};return[e("content"),e("jsx")]}),[]),B=d(((e,n)=>k(this,void 0,void 0,(function*(){if(0===_.current.size)return{};g((e=>e+1));const i=Array.from(e.values()),s={};try{const c=Object.entries(e).reduce(((e,[r,t])=>(e[t.metadata.hash]={state:"loading"},e)),{});h((e=>Object.assign(Object.assign({},e||{}),c)));const l=(e,r,t)=>k(this,void 0,void 0,(function*(){const n=new AbortController,o=void 0===t?void 0:setTimeout((()=>n.abort()),t);try{return yield fetch(e,Object.assign(Object.assign({},r),{signal:n.signal}))}finally{void 0!==o&&clearTimeout(o)}})),u=yield l(`${a}/v1/runtime/${r}/client`,{method:"POST",headers:Object.assign({"Content-Type":"application/json"},t&&{"x-gt-dev-api-key":t}),body:JSON.stringify({requests:i,targetLocale:n,metadata:v,versionId:o})},f.timeout);if(!u.ok)throw new Error(yield u.text());(yield u.json()).forEach(((e,r)=>{const t=i[r],n=t.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:r}=e;s[n]={state:"success",target:r}}else{if(void 0!==e.error&&null!==e.error&&void 0!==e.code&&null!==e.code)return console.error(z(t.metadata.id,t.metadata.hash),e.error),void(s[n]={state:"error",error:e.error,code:e.code});console.error(z(t.metadata.id,t.metadata.hash),e),s[n]={state:"error",error:"An error occurred.",code:500}}}))}catch(e){e instanceof Error&&"AbortError"===e.name?console.warn("gt-react: Runtime translation timed out."):console.error("Error fetching batched translations:",e),i.forEach((e=>{s[e.metadata.hash]={state:"error",error:"An error occurred.",code:500}}))}finally{return g((e=>e-1)),i.forEach((e=>e.resolve(s[e.metadata.hash]))),s}}))),[a,r,t,v,o,f.timeout]),A=u(y);return c((()=>{A.current=y}),[y]),c((()=>{let e=!0;const r=setInterval((()=>{if(_.current.size>0&&A.current<100){const r=Math.min(25,_.current.size),t=new Map(Array.from(_.current.entries()).slice(0,r));(()=>{k(this,void 0,void 0,(function*(){const r=yield B(t,n);e&&h((e=>Object.assign(Object.assign({},e||{}),r)))}))})(),t.forEach(((e,r)=>_.current.delete(r)))}}),50);return()=>{e=!1,clearInterval(r)}}),[n]),{registerContentForTranslation:m,registerJsxForTranslation:x}}(Object.assign({locale:I,versionId:P,projectId:D,runtimeTranslationEnabled:L,defaultLocale:h,devApiKey:R,runtimeUrl:y,renderSettings:B,setTranslations:Y},H));c((()=>{if(!A||W||!K)return;let e=!0;return(()=>{k(this,void 0,void 0,(function*(){let r={};try{r=yield A(I)}catch(e){"development"===process.env.NODE_ENV&&console.warn(((e="")=>`gt-react Error: fetching locally stored dictionary. If you are using a custom loadDictionary(${e}), make sure it is correctly implemented.`)(I),e)}e&&J(r)}))})(),()=>{e=!1}}),[I,A,K,W]),c((()=>{if(X||!K||"disabled"===N)return;let e=!0;return(()=>{k(this,void 0,void 0,(function*(){let r;switch(N){case"custom":if(E)try{r=yield E(I)}catch(e){console.error(((e="")=>`gt-react 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{r=yield function(e){return k(this,arguments,void 0,(function*({cacheUrl:e,projectId:r,locale:t,versionId:n}){if(!r||!e||!t)return{};const o=yield fetch(n?`${e}/${r}/${t}/${n}`:`${e}/${r}/${t}`);return yield o.json()}))}({cacheUrl:v,projectId:D,locale:I,versionId:P})}catch(e){console.error(e)}}r||(r={});try{r=Object.entries(r).reduce(((e,[r,t])=>(e[r]={state:"success",target:t},e)),{})}catch(e){console.error(e)}e&&Y(r)}))})(),()=>{e=!1}}),[X,K,N,v,D,I,P]);const Q=function(e,r,t,n,o,i,a,s){return d(((c,l={})=>{if(!c||"string"!=typeof c)return"";const u=g(c),d=(e,r)=>_(e,r,l.variables,l.variablesOptions),f=null==l?void 0:l.id,h=f&&(null==e?void 0:e[f]);let p="";n&&!h&&(p=Qr(Object.assign(Object.assign(Object.assign({source:u},(null==l?void 0:l.context)&&{context:l.context}),f&&{id:f}),{dataFormat:"JSX"})));let v=h?null==e?void 0:e[f]:null==e?void 0:e[p];return n&&"error"!==(null==v?void 0:v.state)?"success"===(null==v?void 0:v.state)?d(v.target,[r,t]):i?(a({source:u,targetLocale:r,metadata:Object.assign(Object.assign({},(null==l?void 0:l.context)&&{context:l.context}),{id:f,hash:p||""})}),"replace"===s.method?d(u,[t]):"skeleton"===s.method?"":o?d(u,[t]):""):d(u,[t]):d(u,[t])}),[e,r,t,n,i,a,o])}(X,I,h,K,$,L,q,B),ee=lt(M,X,W,I,h,K,$,L,q,B),re=!(K&&!X||!I);return e(G.Provider,{value:{registerContentForTranslation:q,registerJsxForTranslation:Z,_internalUseGTFunction:Q,_internalUseDictFunction:ee,runtimeTranslationEnabled:L,locale:I,locales:a,setLocale:F,defaultLocale:h,translations:X,dictionaryTranslations:W,translationRequired:K,dialectTranslationRequired:$,projectId:D,renderSettings:B},children:re?t:S})}function dt(t){var{children:n,n:o,locale:i}=t,s=w(t,["children","n","locale"]);const c=a(G);let l;c&&(i||(i=c.locale),l||(l=c.defaultLocale));const u=[...i?[i]:[],l||j];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));const d=H(o,u,s)||n;return e(r,{children:d})}function ft(t){var{children:n,branch:o}=t,i=w(t,["children","branch"]);const a=(o=null==o?void 0:o.toString())&&void 0!==i[o]?i[o]:n;return e(r,{children:a})}function ht(){return K("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function pt(){const{setLocale:e}=K("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function vt(e){const r=at(),t=ht(),n=pt(),o=s((()=>{if(!t||0===t.length)return[];const e=t.sort(((e,r)=>(new Intl.Collator).compare(f(e).nativeNameWithRegionCode,f(r).nativeNameWithRegionCode)));return e}),[t]);return{locale:r,locales:e||o,setLocale:n}}function yt(r){var{locales:n}=r,o=w(r,["locales"]);const{locale:i,locales:a,setLocale:s}=vt(n||void 0),c=e=>{return(r=f(e).nativeNameWithRegionCode)?r.charAt(0).toUpperCase()+(r.length>1?r.slice(1):""):"";var r};return a&&0!==a.length&&s?t("select",Object.assign({},o,{value:i||"",onChange:e=>s(e.target.value),children:[!i&&e("option",{value:""}),a.map((r=>e("option",{value:r,suppressHydrationWarning:!0,children:c(r)},r)))]})):null}dt.gtTransformation="plural",ft.gtTransformation="branch";export{ft as Branch,J as Currency,X as DateTime,ut as GTProvider,yt as LocaleSelector,$ as Num,dt as Plural,tt as T,W as Var,it as useDefaultLocale,ot as useDict,nt as useGT,at as useLocale,vt as useLocaleSelector,ht as useLocales,pt as useSetLocale};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GTProvider.d.ts","sourceRoot":"","sources":["../../src/provider/GTProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAO5D,OAAO,EACL,YAAY,EAGZ,YAAY,EAEb,MAAM,gBAAgB,CAAC;AAwBxB;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EACjC,QAAQ,EACR,SAAS,EAAE,UAAe,EAC1B,SAAS,EAAE,UAAU,EACrB,UAAU,EAAE,WAAW,EACvB,OAAY,EACZ,aAAoC,EACpC,MAAM,EAAE,OAAO,EACf,QAA0B,EAC1B,UAAiC,EACjC,cAAsC,EACtC,cAAc,EACd,gBAAgB,EAChB,QAAoB,EACpB,GAAW,EACX,UAAU,EACV,GAAG,QAAQ,EACZ,EAAE;IACD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE;QACf,MAAM,EAAE,YAAY,CAAC;QACrB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,
|
1
|
+
{"version":3,"file":"GTProvider.d.ts","sourceRoot":"","sources":["../../src/provider/GTProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAO5D,OAAO,EACL,YAAY,EAGZ,YAAY,EAEb,MAAM,gBAAgB,CAAC;AAwBxB;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EACjC,QAAQ,EACR,SAAS,EAAE,UAAe,EAC1B,SAAS,EAAE,UAAU,EACrB,UAAU,EAAE,WAAW,EACvB,OAAY,EACZ,aAAoC,EACpC,MAAM,EAAE,OAAO,EACf,QAA0B,EAC1B,UAAiC,EACjC,cAAsC,EACtC,cAAc,EACd,gBAAgB,EAChB,QAAoB,EACpB,GAAW,EACX,UAAU,EACV,GAAG,QAAQ,EACZ,EAAE;IACD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE;QACf,MAAM,EAAE,YAAY,CAAC;QACrB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA0XpB"}
|