gt-react 9.2.17-alpha.3 → 9.2.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.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,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,z=l.words;for(w=i=O[0],k=f=O[1],B=b=O[2],A=m=O[3],E=x=O[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,b,m)+T[0]:r<32?p(f,b,m)+T[1]:r<48?v(f,b,m)+T[2]:r<64?y(f,b,m)+T[3]:g(f,b,m)+T[4],S=(S=_(S|=0,H[r]))+x|0,i=x,x=m,m=_(b,10),b=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,z[r]))+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,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)),Je.exports;var e}(),qe(),function(){return Ze||(Ze=1,Qe.exports=(c=fe(),Re(),qe(),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)),Qe.exports;var e,t,r,n,o,i,a,s,c}(),rt(),it(),ct(),dt(),pt(),gt(),function(){return _t?bt.exports:(_t=1,bt.exports=(t=fe(),it(),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 mt?xt.exports:(mt=1,xt.exports=(e=fe(),it(),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 wt?kt.exports:(wt=1,kt.exports=(e=fe(),it(),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 Bt?At.exports:(Bt=1,At.exports=(e=fe(),it(),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 Et||(Et=1,St.exports=(e=fe(),it(),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)),St.exports;var e}(),function(){return Ot?Tt.exports:(Ot=1,Tt.exports=(e=fe(),it(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return jt?Ct.exports:(jt=1,Ct.exports=(n=fe(),it(),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 Pt||(Pt=1,Ht.exports=(e=fe(),Be(),je(),rt(),it(),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)),Ht.exports;var e}(),Rt(),function(){return It||(It=1,Ft.exports=(e=fe(),Be(),je(),rt(),it(),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)),Ft.exports;var e}(),function(){return Nt||(Nt=1,Lt.exports=(e=fe(),Be(),je(),rt(),it(),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)),Lt.exports;var e}(),function(){return Mt||(Mt=1,Vt.exports=(e=fe(),Be(),je(),rt(),it(),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)),Vt.exports;var e}(),Kt())),ce.exports),er=oe(Qt),tr=function(){return tr=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},tr.apply(this,arguments)};function rr(e){return er.SHA256(e).toString(er.enc.Hex)}function nr(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;return void 0===t&&(t=rr),t(se(tr(tr(tr({source:ir(r)},o&&{id:o}),n&&{context:n}),i&&{dataFormat:i})))}"function"==typeof SuppressedError&&SuppressedError;var or=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],ir(e[1])]})))),(null===(r=null==e?void 0:e.props)||void 0===r?void 0:r.children)&&(i.children=ir(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 tr({key:e.key},e.variable&&{variable:e.variable})}return e};function ir(e){return Array.isArray(e)?e.map(or):or(e)}function ar({children:r,id:n,context:o}){if(!r)return;const{translations:i,translationRequired:a,runtimeTranslationEnabled:l,dialectTranslationRequired:u,registerJsxForTranslation:d,renderSettings:f,locale:h,defaultLocale:p}=X("<T> used on the client-side outside of <GTProvider>"),v=s((()=>R(r)),[r]),y=n&&(null==i?void 0:i[n]),[g,_]=s((()=>{if(!a||y)return[void 0,""];const e=N(v);return[e,nr(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,r]);const m=()=>z({children:v,defaultLocale:p,renderVariable:ee});if(!a||i&&!b&&!l||"error"===(null==b?void 0:b.state))return e(t,{children:m()});if(!b||"loading"===(null==b?void 0:b.state)){let r;return r="skeleton"===f.method?"":"replace"===f.method||u?m():"",e(t,{children:r})}return e(t,{children:(x=b.target,V({source:v,target:x,locales:[h,p],renderVariable:ee}))});var x}function sr(){const{_internalUseGTFunction:e}=X("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 cr(e){const t=t=>e?`${e}.${t}`:t,{_internalUseDictFunction:r}=X(`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 lr(){return X("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function ur(){return X("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}ar.gtTransformation="translate-client";function dr({locale:e="",defaultLocale:t=j,locales:r=[],localeCookieName:n=G,ssr:o=!0}){const[i,a]=l(o?e&&y(e,r)||"":fr({_locale:e,locale:e,locales:r,defaultLocale:t,localeCookieName:n})),[s,u]=function({locale:e,locales:t,defaultLocale:r,localeCookieName:n,_setLocale:o}){const i=n=>{const i=y(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);"undefined"!=typeof document&&(document.cookie=`${n}=${t};path=/`)};return[a,i]}({locale:i,locales:r,defaultLocale:t,localeCookieName:n,_setLocale:a});return c((()=>{const o=fr({_locale:e,locale:i,locales:r,defaultLocale:t,localeCookieName:n});u(o)}),[e,i,r,t,n]),[i,s]}function fr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName:o}){var i;if(e&&e===t&&y(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=y([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function hr(e,t,r,o,i,a,s,c,l){return d(((u,d={})=>{if(!e)return"";const f=function(e,t){let r=e,o=t.split(".");for(const e of o){if("object"!=typeof r||Array.isArray(r)||n.isValidElement(r))return;r=r[e]}return r}(e,u);if(!f)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(u)),"";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}(f))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(u)),"";const{entry:h,metadata:p}=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}}(f);if(!h||"string"!=typeof h)return"";const v=g(h),y=(e,t)=>_(e,t,d.variables,d.variablesOptions);if(!i)return y(v,[o]);let b=nr(Object.assign(Object.assign({source:v},(null==p?void 0:p.context)&&{context:p.context}),{id:u,dataFormat:"JSX"})),m=null==t?void 0:t[b];return"success"===(null==m?void 0:m.state)?y(m.target,[r,o]):"error"===(null==m?void 0:m.state)?y(v,[o]):s?(c({source:v,targetLocale:r,metadata:Object.assign(Object.assign({},(null==p?void 0:p.context)&&{context:p.context}),{id:u,hash:b})}),"replace"===l.method?y(v,[o]):"skeleton"===l.method?"":a?y(v,[o]):""):y(v,[o])}),[e,t,r,o,i,s,c,a])}function pr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function vr(e,t){return k(this,void 0,void 0,(function*(){var r;let n;try{n=yield t(e)}catch(e){}const o=null===(r=f(e))||void 0===r?void 0:r.languageCode;if(o&&o!==e)try{n=yield t(o)}catch(e){console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.",e)}return n}))}function yr(t){var{children:r,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=pr(),localeCookieName:P=G,translations:H=null,_versionId:z}=t,R=w(t,["children","projectId","devApiKey","dictionary","locales","defaultLocale","locale","cacheUrl","runtimeUrl","renderSettings","loadDictionary","loadTranslations","fallback","ssr","localeCookieName","translations","_versionId"]);const{projectId:I,devApiKey:F}=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:""}}(n,o);a=s((()=>Array.from(new Set([h,...a]))),[h,a]);const[N,L]=dr({defaultLocale:h,locales:a,locale:p,ssr:C,localeCookieName:P}),M=s((()=>!!(I&&y&&F&&"development"===process.env.NODE_ENV)),[I,y,F]),V=s((()=>(E?"custom":v&&I&&"default")||"disabled"),[E]),[K,$]=l(i);c((()=>{if(!A)return;let e=!0;return(()=>{k(this,void 0,void 0,(function*(){const t=W((yield vr(h,A))||{},(yield vr(N,A))||{});e&&$(t||{})}))})(),()=>{e=!1}}),[A,N,h]),s((()=>{if("production"===process.env.NODE_ENV&&F){if(!C)throw new Error("gt-react Error: Production environments cannot include an api key (except when using SSR, e.g. Next.js pages router. If this is true, set ssr: true in the <GTProvider>).");if(F.startsWith("gtx-dev-"))throw new Error("gt-react Error: Production environments cannot include a development api key.")}if("custom"===V||!v&&!y||I||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),I&&y&&"custom"!==V&&!F&&"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"===V){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:t}=f(e);return`${e} (${t})`})).join(", ")}`)(e))}}),[process.env.NODE_ENV,F,V,v,y,I,a]);const[X,Y]=s((()=>{const e=b(h,N,a);return[e,e&&m(h,N)]}),[h,N,a]),[q,Z]=l(H||X&&"disabled"!==V?null:{});c((()=>Z(X&&"disabled"!==V?null:{})),[N,V]);const{registerContentForTranslation:Q,registerJsxForTranslation:ee}=function(e){var{projectId:t,devApiKey:r,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:t,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=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=b.current.get(r);if(n)return n;const o=new Promise(((n,o)=>{_.current.set(r,{type:e,source:t.source,metadata:t.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{b.current.delete(r)}));return b.current.set(r,o),o};return[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,[t,r])=>(e[r.metadata.hash]={state:"loading"},e)),{});h((e=>Object.assign(Object.assign({},e||{}),c)));const l=(e,t,r)=>k(this,void 0,void 0,(function*(){const n=new AbortController,o=void 0===r?void 0:setTimeout((()=>n.abort()),r);try{return yield fetch(e,Object.assign(Object.assign({},t),{signal:n.signal}))}finally{void 0!==o&&clearTimeout(o)}})),u=yield l(`${a}/v1/runtime/${t}/client`,{method:"POST",headers:Object.assign({"Content-Type":"application/json"},r&&{"x-gt-dev-api-key":r}),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,t)=>{const r=i[t],n=r.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:t}=e;s[n]={state:"success",target:t}}else{if(void 0!==e.error&&null!==e.error&&void 0!==e.code&&null!==e.code)return console.error(D(r.metadata.id,r.metadata.hash),e.error),void(s[n]={state:"error",error:e.error,code:e.code});console.error(D(r.metadata.id,r.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,t,r,v,o,f.timeout]),A=u(y);return c((()=>{A.current=y}),[y]),c((()=>{let e=!0;const t=setInterval((()=>{if(_.current.size>0&&A.current<100){const t=Math.min(25,_.current.size),r=new Map(Array.from(_.current.entries()).slice(0,t));(()=>{k(this,void 0,void 0,(function*(){const t=yield B(r,n);e&&h((e=>Object.assign(Object.assign({},e||{}),t)))}))})(),r.forEach(((e,t)=>_.current.delete(t)))}}),50);return()=>{e=!1,clearInterval(t)}}),[n]),{registerContentForTranslation:m,registerJsxForTranslation:x}}(Object.assign({locale:N,versionId:z,projectId:I,runtimeTranslationEnabled:M,defaultLocale:h,devApiKey:F,runtimeUrl:y,renderSettings:B,setTranslations:Z},R));c((()=>{if(q||!X||"disabled"===V)return;let e=!0;return(()=>{k(this,void 0,void 0,(function*(){let t;switch(V){case"custom":if(E)try{t=yield E(N)}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.`)(N),e)}break;case"default":try{t=yield function(e){return k(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:v,projectId:I,locale:N,versionId:z})}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&&Z(t)}))})(),()=>{e=!1}}),[q,X,V,v,I,N,z]);const te=function(e,t,r,n,o,i,a,s){return d(((c,l={})=>{if(!c||"string"!=typeof c)return"";const u=g(c),d=(e,t)=>_(e,t,l.variables,l.variablesOptions),f=null==l?void 0:l.id,h=f&&(null==e?void 0:e[f]);let p="";n&&!h&&(p=nr(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,[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:p||""})}),"replace"===s.method?d(u,[r]):"skeleton"===s.method?"":o?d(u,[r]):""):d(u,[r]):d(u,[r])}),[e,t,r,n,i,a,o])}(q,N,h,X,Y,M,Q,B),re=hr(K,q,N,h,X,Y,M,Q,B),ne=!(X&&!q||!N);return e(J.Provider,{value:{registerContentForTranslation:Q,registerJsxForTranslation:ee,_internalUseGTFunction:te,_internalUseDictFunction:re,runtimeTranslationEnabled:M,locale:N,locales:a,setLocale:L,defaultLocale:h,translations:q,translationRequired:X,dialectTranslationRequired:Y,projectId:I,renderSettings:B},children:ne?r:S})}function gr(r){var{children:n,n:o,locale:i}=r,s=w(r,["children","n","locale"]);const c=a(J);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(t,{children:d})}function _r(r){var{children:n,branch:o}=r,i=w(r,["children","branch"]);const a=(o=null==o?void 0:o.toString())&&void 0!==i[o]?i[o]:n;return e(t,{children:a})}function br(){return X("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function mr(){const{setLocale:e}=X("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function xr(e){const t=ur(),r=br(),n=mr(),o=s((()=>{if(!r||0===r.length)return[];const e=r.sort(((e,t)=>(new Intl.Collator).compare(f(e).nativeNameWithRegionCode,f(t).nativeNameWithRegionCode)));return e}),[r]);return{locale:t,locales:e||o,setLocale:n}}function wr(t){var{locales:n}=t,o=w(t,["locales"]);const{locale:i,locales:a,setLocale:s}=xr(n||void 0),c=e=>{return(t=f(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return a&&0!==a.length&&s?r("select",Object.assign({},o,{value:i||"",onChange:e=>s(e.target.value),children:[!i&&e("option",{value:""}),a.map((t=>e("option",{value:t,suppressHydrationWarning:!0,children:c(t)},t)))]})):null}gr.gtTransformation="plural",_r.gtTransformation="branch";export{_r as Branch,Z as Currency,Q as DateTime,yr as GTProvider,wr as LocaleSelector,Y as Num,gr as Plural,ar as T,q as Var,lr as useDefaultLocale,cr as useDict,sr as useGT,ur as useLocale,xr as useLocaleSelector,br as useLocales,mr 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,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,z=l.words;for(w=i=O[0],k=f=O[1],B=b=O[2],A=m=O[3],E=x=O[4],r=0;r<80;r+=1)S=i+e[t+C[r]]|0,S+=r<16?h(f,b,m)+T[0]:r<32?p(f,b,m)+T[1]:r<48?v(f,b,m)+T[2]:r<64?y(f,b,m)+T[3]:g(f,b,m)+T[4],S=(S=_(S|=0,H[r]))+x|0,i=x,x=m,m=_(b,10),b=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,z[r]))+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,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)),Je.exports;var e}(),qe(),function(){return Ze||(Ze=1,Qe.exports=(c=fe(),Re(),qe(),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)),Qe.exports;var e,t,r,n,o,i,a,s,c}(),rt(),it(),ct(),dt(),pt(),gt(),function(){return _t?bt.exports:(_t=1,bt.exports=(t=fe(),it(),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 mt?xt.exports:(mt=1,xt.exports=(e=fe(),it(),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 wt?kt.exports:(wt=1,kt.exports=(e=fe(),it(),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 Bt?At.exports:(Bt=1,At.exports=(e=fe(),it(),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 Et||(Et=1,St.exports=(e=fe(),it(),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)),St.exports;var e}(),function(){return Ot?Tt.exports:(Ot=1,Tt.exports=(e=fe(),it(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return jt?Ct.exports:(jt=1,Ct.exports=(n=fe(),it(),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 Pt||(Pt=1,Ht.exports=(e=fe(),Be(),je(),rt(),it(),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)),Ht.exports;var e}(),Rt(),function(){return It||(It=1,Ft.exports=(e=fe(),Be(),je(),rt(),it(),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)),Ft.exports;var e}(),function(){return Nt||(Nt=1,Lt.exports=(e=fe(),Be(),je(),rt(),it(),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)),Lt.exports;var e}(),function(){return Mt||(Mt=1,Vt.exports=(e=fe(),Be(),je(),rt(),it(),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)),Vt.exports;var e}(),Kt())),ce.exports),er=oe(Qt),tr=function(){return tr=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},tr.apply(this,arguments)};function rr(e){return er.SHA256(e).toString(er.enc.Hex)}function nr(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;return void 0===t&&(t=rr),t(se(tr(tr(tr({source:ir(r)},o&&{id:o}),n&&{context:n}),i&&{dataFormat:i})))}"function"==typeof SuppressedError&&SuppressedError;var or=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],ir(e[1])]})))),(null===(r=null==e?void 0:e.props)||void 0===r?void 0:r.children)&&(i.children=ir(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 tr({key:e.key},e.variable&&{variable:e.variable})}return e};function ir(e){return Array.isArray(e)?e.map(or):or(e)}function ar({children:r,id:n,context:o}){if(!r)return;const{translations:i,translationRequired:a,runtimeTranslationEnabled:l,dialectTranslationRequired:u,registerJsxForTranslation:d,renderSettings:f,locale:h,defaultLocale:p}=X("<T> used on the client-side outside of <GTProvider>"),v=s((()=>R(r)),[r]),y=n&&(null==i?void 0:i[n]),[g,_]=s((()=>{if(!a||y)return[void 0,""];const e=N(v);return[e,nr(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,r]);const m=()=>z({children:v,defaultLocale:p,renderVariable:ee});if(!a||i&&!b&&!l||"error"===(null==b?void 0:b.state))return e(t,{children:m()});if(!b||"loading"===(null==b?void 0:b.state)){let r;return r="skeleton"===f.method?"":"replace"===f.method||u?m():"",e(t,{children:r})}return e(t,{children:(x=b.target,V({source:v,target:x,locales:[h,p],renderVariable:ee}))});var x}function sr(){const{_internalUseGTFunction:e}=X("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 cr(e){const t=t=>e?`${e}.${t}`:t,{_internalUseDictFunction:r}=X(`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 lr(){return X("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function ur(){return X("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}ar.gtTransformation="translate-client";function dr({locale:e="",defaultLocale:t=j,locales:r=[],localeCookieName:n=G,ssr:o=!0}){const[i,a]=l(o?e&&y(e,r)||"":fr({_locale:e,locale:e,locales:r,defaultLocale:t,localeCookieName:n})),[s,u]=function({locale:e,locales:t,defaultLocale:r,localeCookieName:n,_setLocale:o}){const i=n=>{const i=y(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);"undefined"!=typeof document&&(document.cookie=`${n}=${t};path=/`)};return[a,i]}({locale:i,locales:r,defaultLocale:t,localeCookieName:n,_setLocale:a});return c((()=>{const o=fr({_locale:e,locale:i,locales:r,defaultLocale:t,localeCookieName:n});u(o)}),[e,i,r,t,n]),[i,s]}function fr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName:o}){var i;if(e&&e===t&&y(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=y([...e?[e]:[],...s?[s]:[],...a],r)||n;return s&&s!==c&&"undefined"!=typeof document&&(document.cookie=`${o}=${c};path=/`),c}function hr(e,t,r,o,i,a,s,c,l){return d(((u,d={})=>{if(!e)return"";const f=function(e,t){let r=e,o=t.split(".");for(const e of o){if("object"!=typeof r||Array.isArray(r)||n.isValidElement(r))return;r=r[e]}return r}(e,u);if(!f)return console.warn((e=>`No valid dictionary entry found for id: "${e}"`)(u)),"";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}(f))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(u)),"";const{entry:h,metadata:p}=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}}(f);if(!h||"string"!=typeof h)return"";const v=g(h),y=(e,t)=>_(e,t,d.variables,d.variablesOptions);if(!i)return y(v,[o]);let b=nr(Object.assign(Object.assign({source:v},(null==p?void 0:p.context)&&{context:p.context}),{id:u,dataFormat:"JSX"})),m=null==t?void 0:t[b];return"success"===(null==m?void 0:m.state)?y(m.target,[r,o]):"error"===(null==m?void 0:m.state)?y(v,[o]):s?(c({source:v,targetLocale:r,metadata:Object.assign(Object.assign({},(null==p?void 0:p.context)&&{context:p.context}),{id:u,hash:b})}),"replace"===l.method?y(v,[o]):"skeleton"===l.method?"":a?y(v,[o]):""):y(v,[o])}),[e,t,r,o,i,s,c,a])}function pr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function vr(e,t){return k(this,void 0,void 0,(function*(){var r;let n;try{n=yield t(e)}catch(e){}const o=null===(r=f(e))||void 0===r?void 0:r.languageCode;if(o&&o!==e)try{n=yield t(o)}catch(e){console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.",e)}return n}))}function yr(t){var{children:r,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=pr(),localeCookieName:P=G,translations:H=null,_versionId:z}=t,R=w(t,["children","projectId","devApiKey","dictionary","locales","defaultLocale","locale","cacheUrl","runtimeUrl","renderSettings","loadDictionary","loadTranslations","fallback","ssr","localeCookieName","translations","_versionId"]);const{projectId:I,devApiKey:F}=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:""}}(n,o);a=s((()=>Array.from(new Set([h,...a]))),[h,a]);const[N,L]=dr({defaultLocale:h,locales:a,locale:p,ssr:C,localeCookieName:P}),M=s((()=>!!(I&&y&&F&&"development"===process.env.NODE_ENV)),[I,y,F]),V=s((()=>(E?"custom":v&&I&&"default")||"disabled"),[E]),[K,$]=l(i);c((()=>{if(!A)return;let e=!0;return(()=>{k(this,void 0,void 0,(function*(){const t=W((yield vr(h,A))||{},(yield vr(N,A))||{});e&&$(t||{})}))})(),()=>{e=!1}}),[A,N,h]),s((()=>{if("production"===process.env.NODE_ENV&&F){if(!C)throw new Error("gt-react Error: Production environments cannot include an api key.");if(F.startsWith("gtx-dev-"))throw new Error("gt-react Error: Production environments cannot include a development api key.")}if("custom"===V||!v&&!y||I||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),I&&y&&"custom"!==V&&!F&&"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"===V){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:t}=f(e);return`${e} (${t})`})).join(", ")}`)(e))}}),[process.env.NODE_ENV,F,V,v,y,I,a]);const[X,Y]=s((()=>{const e=b(h,N,a);return[e,e&&m(h,N)]}),[h,N,a]),[q,Z]=l(H||X&&"disabled"!==V?null:{});c((()=>Z(X&&"disabled"!==V?null:{})),[N,V]);const{registerContentForTranslation:Q,registerJsxForTranslation:ee}=function(e){var{projectId:t,devApiKey:r,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:t,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=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=b.current.get(r);if(n)return n;const o=new Promise(((n,o)=>{_.current.set(r,{type:e,source:t.source,metadata:t.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{b.current.delete(r)}));return b.current.set(r,o),o};return[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,[t,r])=>(e[r.metadata.hash]={state:"loading"},e)),{});h((e=>Object.assign(Object.assign({},e||{}),c)));const l=(e,t,r)=>k(this,void 0,void 0,(function*(){const n=new AbortController,o=void 0===r?void 0:setTimeout((()=>n.abort()),r);try{return yield fetch(e,Object.assign(Object.assign({},t),{signal:n.signal}))}finally{void 0!==o&&clearTimeout(o)}})),u=yield l(`${a}/v1/runtime/${t}/client`,{method:"POST",headers:Object.assign({"Content-Type":"application/json"},r&&{"x-gt-dev-api-key":r}),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,t)=>{const r=i[t],n=r.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:t}=e;s[n]={state:"success",target:t}}else{if(void 0!==e.error&&null!==e.error&&void 0!==e.code&&null!==e.code)return console.error(D(r.metadata.id,r.metadata.hash),e.error),void(s[n]={state:"error",error:e.error,code:e.code});console.error(D(r.metadata.id,r.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,t,r,v,o,f.timeout]),A=u(y);return c((()=>{A.current=y}),[y]),c((()=>{let e=!0;const t=setInterval((()=>{if(_.current.size>0&&A.current<100){const t=Math.min(25,_.current.size),r=new Map(Array.from(_.current.entries()).slice(0,t));(()=>{k(this,void 0,void 0,(function*(){const t=yield B(r,n);e&&h((e=>Object.assign(Object.assign({},e||{}),t)))}))})(),r.forEach(((e,t)=>_.current.delete(t)))}}),50);return()=>{e=!1,clearInterval(t)}}),[n]),{registerContentForTranslation:m,registerJsxForTranslation:x}}(Object.assign({locale:N,versionId:z,projectId:I,runtimeTranslationEnabled:M,defaultLocale:h,devApiKey:F,runtimeUrl:y,renderSettings:B,setTranslations:Z},R));c((()=>{if(q||!X||"disabled"===V)return;let e=!0;return(()=>{k(this,void 0,void 0,(function*(){let t;switch(V){case"custom":if(E)try{t=yield E(N)}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.`)(N),e)}break;case"default":try{t=yield function(e){return k(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:v,projectId:I,locale:N,versionId:z})}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&&Z(t)}))})(),()=>{e=!1}}),[q,X,V,v,I,N,z]);const te=function(e,t,r,n,o,i,a,s){return d(((c,l={})=>{if(!c||"string"!=typeof c)return"";const u=g(c),d=(e,t)=>_(e,t,l.variables,l.variablesOptions),f=null==l?void 0:l.id,h=f&&(null==e?void 0:e[f]);let p="";n&&!h&&(p=nr(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,[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:p||""})}),"replace"===s.method?d(u,[r]):"skeleton"===s.method?"":o?d(u,[r]):""):d(u,[r]):d(u,[r])}),[e,t,r,n,i,a,o])}(q,N,h,X,Y,M,Q,B),re=hr(K,q,N,h,X,Y,M,Q,B),ne=!(X&&!q||!N);return e(J.Provider,{value:{registerContentForTranslation:Q,registerJsxForTranslation:ee,_internalUseGTFunction:te,_internalUseDictFunction:re,runtimeTranslationEnabled:M,locale:N,locales:a,setLocale:L,defaultLocale:h,translations:q,translationRequired:X,dialectTranslationRequired:Y,projectId:I,renderSettings:B},children:ne?r:S})}function gr(r){var{children:n,n:o,locale:i}=r,s=w(r,["children","n","locale"]);const c=a(J);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(t,{children:d})}function _r(r){var{children:n,branch:o}=r,i=w(r,["children","branch"]);const a=(o=null==o?void 0:o.toString())&&void 0!==i[o]?i[o]:n;return e(t,{children:a})}function br(){return X("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function mr(){const{setLocale:e}=X("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function xr(e){const t=ur(),r=br(),n=mr(),o=s((()=>{if(!r||0===r.length)return[];const e=r.sort(((e,t)=>(new Intl.Collator).compare(f(e).nativeNameWithRegionCode,f(t).nativeNameWithRegionCode)));return e}),[r]);return{locale:t,locales:e||o,setLocale:n}}function wr(t){var{locales:n}=t,o=w(t,["locales"]);const{locale:i,locales:a,setLocale:s}=xr(n||void 0),c=e=>{return(t=f(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return a&&0!==a.length&&s?r("select",Object.assign({},o,{value:i||"",onChange:e=>s(e.target.value),children:[!i&&e("option",{value:""}),a.map((t=>e("option",{value:t,suppressHydrationWarning:!0,children:c(t)},t)))]})):null}gr.gtTransformation="plural",_r.gtTransformation="branch";export{_r as Branch,Z as Currency,Q as DateTime,yr as GTProvider,wr as LocaleSelector,Y as Num,gr as Plural,ar as T,q as Var,lr as useDefaultLocale,cr as useDict,sr as useGT,ur as useLocale,xr as useLocaleSelector,br as useLocales,mr as useSetLocale};
|