gt-react 10.0.0-alpha.29 → 10.0.0-alpha.30

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.
@@ -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,S,T,E=this._hash.words,O=u.words,j=d.words,C=a.words,P=s.words,I=c.words,H=l.words;for(w=i=E[0],k=f=E[1],B=b=E[2],A=m=E[3],S=x=E[4],r=0;r<80;r+=1)T=i+e[t+C[r]]|0,T+=r<16?h(f,b,m)+O[0]:r<32?p(f,b,m)+O[1]:r<48?v(f,b,m)+O[2]:r<64?g(f,b,m)+O[3]:y(f,b,m)+O[4],T=(T=_(T|=0,I[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=T,T=w+e[t+P[r]]|0,T+=r<16?y(k,B,A)+j[0]:r<32?g(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],T=(T=_(T|=0,H[r]))+S|0,w=S,S=A,A=_(B,10),B=k,k=T;T=E[1]+b+A|0,E[1]=E[2]+m+S|0,E[2]=E[3]+x+w|0,E[3]=E[4]+i+k|0,E[4]=E[0]+f+B|0,E[0]=T},_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)),Ye.exports;var e}(),Qe(),function(){return et||(et=1,tt.exports=(c=pe(),Le(),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,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)),tt.exports;var e,t,r,n,o,i,a,s,c}(),ot(),st(),ut(),ht(),gt(),bt(),function(){return mt?xt.exports:(mt=1,xt.exports=(t=pe(),st(),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 wt?kt.exports:(wt=1,kt.exports=(e=pe(),st(),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 Bt?At.exports:(Bt=1,At.exports=(e=pe(),st(),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 St?Tt.exports:(St=1,Tt.exports=(e=pe(),st(),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,Ot.exports=(e=pe(),st(),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)),Ot.exports;var e}(),function(){return jt?Ct.exports:(jt=1,Ct.exports=(e=pe(),st(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return Pt?It.exports:(Pt=1,It.exports=(n=pe(),st(),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 Ht||(Ht=1,zt.exports=(e=pe(),Se(),Pe(),ot(),st(),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)),zt.exports;var e}(),Lt(),function(){return Ft||(Ft=1,Nt.exports=(e=pe(),Se(),Pe(),ot(),st(),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)),Nt.exports;var e}(),function(){return Mt||(Mt=1,Ut.exports=(e=pe(),Se(),Pe(),ot(),st(),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)),Ut.exports;var e}(),function(){return Vt||(Vt=1,Kt.exports=(e=pe(),Se(),Pe(),ot(),st(),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)),Kt.exports;var e}(),Wt())),ue.exports),rr=ae(tr),nr=function(){return nr=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},nr.apply(this,arguments)};function or(e){return rr.SHA256(e).toString(rr.enc.Hex).slice(0,16)}function ir(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=or);var a={};a.source="JSX"===i?sr(r):r,a=nr(nr(nr(nr({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i});var s=le(a);return console.log("---\nid: ".concat(o,"\ncontext: ").concat(n,"\ndataFormat: ").concat(i,"\nhash: ").concat(t(s))),t(s)}"function"==typeof SuppressedError&&SuppressedError;var ar=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=sr(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map((function(e){return[e[0],sr(e[1])]})))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?nr({k:e.k},e.v&&{v:e.v}):t}return e};function sr(e){return Array.isArray(e)?e.map(ar):ar(e)}function cr({children:r,id:n,context:o}){if(!r)return null;const{translations:i,translationRequired:a,translationsStatus:l,runtimeTranslationEnabled:u,dialectTranslationRequired:d,registerJsxForTranslation:f,renderSettings:h,locale:p,defaultLocale:v}=q("<T> used on the client-side outside of <GTProvider>"),g=s((()=>R(r)),[r]),y=n&&(null==i?void 0:i[n]),[_,b]=s((()=>{if(!a||y)return[void 0,""];const e=U(g);return[e,ir(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]}),[g,o,n,a,y]),m=y?null==i?void 0:i[n]:null==i?void 0:i[b],x=null==l?void 0:l[b];c((()=>{u&&a&&i&&p&&!m&&!x&&f({source:_,targetLocale:p,metadata:{id:n,hash:b,context:o}})}),[u,i,m,a,n,b,o,p,r]);const w=()=>z({children:g,defaultLocale:v,renderVariable:re});if(!a||i&&!m&&!u||"error"===(null==x?void 0:x.status))return e(t,{children:w()});if(!m||"loading"===(null==x?void 0:x.status)){let r;return r="skeleton"===h.method?"":"replace"===h.method||d?w():"",e(t,{children:r})}return e(t,{children:(k=m,K({source:g,target:k,locales:[p,v],renderVariable:re}))});var k}function lr(){const{_internalUseGTFunction:e}=q("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(e){const t=t=>e?`${e}.${t}`:t,{_internalUseTranslationsFunction:r}=q(`useTranslations('${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 dr(){return q("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function fr(){return q("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}cr.gtTransformation="translate-client";function hr(e,t,r,o,i,a,s,c,l,u){return d(((d,f={})=>{if(!e)return"";const h=function(e,t){let r=e;const 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,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 t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(h))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(d)),"";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}}(h);if(!v||"string"!=typeof v)return"";const y=(e,t)=>p(e,{locales:t,variables:f.variables});if(!a)return y(v,[i]);const _=ir(Object.assign(Object.assign({source:v},(null==g?void 0:g.context)&&{context:g.context}),{id:d,dataFormat:"ICU"})),b=null==t?void 0:t[_],m=null==r?void 0:r[_];return"success"===(null==m?void 0:m.status)?y(b,[o,i]):"error"===(null==m?void 0:m.status)?y(v,[i]):c?(l({source:v,targetLocale:o,metadata:Object.assign(Object.assign({},(null==g?void 0:g.context)&&{context:g.context}),{id:d,hash:_})}),"replace"===u.method?y(v,[i]):"skeleton"===u.method?"":s?y(v,[i]):""):y(v,[i])}),[e,t,r,o,i,a,c,l,s])}function pr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function vr({locale:e="",defaultLocale:t=A,locales:r=[],localeCookieName:n=$,ssr:o=!0}){const[i,a]=l(o?e&&v(e,r)||"":gr({_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=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 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=gr({_locale:e,locale:i,locales:r,defaultLocale:t,localeCookieName:n});u(o)}),[e,i,r,t,n]),[i,s]}function gr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName: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 yr({devApiKey:e,projectId:t,runtimeUrl:r,loadTranslationsType:n,cacheUrl:o,locales:i}){c((()=>{if("production"===process.env.NODE_ENV&&e)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===n||!o&&!r||t||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),t&&r&&"custom"!==n&&!e&&"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.)"),r===B||o===k&&"default"===n){const e=i.filter((e=>!_(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))}}),[e,n,o,r,t,i])}function _r(e,t){return m(this,void 0,void 0,(function*(){const r=Array.from(new Set([e,f(e).languageCode]));for(const e of r)try{const r=yield t(e);if(r)return r}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")}))}function br({_dictionary:e,loadDictionary:t,locale:r,defaultLocale:n}){const[o,i]=l(e);return c((()=>{if(!t)return;let e=!0;return(()=>{m(this,void 0,void 0,(function*(){const o=X((yield _r(n,t))||{},(yield _r(r,t))||{});e&&i(o||{})}))})(),()=>{e=!1}}),[t,r,n]),o}function mr({_translations:e,translationRequired:t,loadTranslationsType:r,loadTranslations:n,locale:o,cacheUrl:i,projectId:a,_versionId:s}){const[u,d]=l(e||t&&"disabled"!==r?null:{}),[f,h]=l(null);return c((()=>{d(t&&"disabled"!==r?null:{}),h(t&&"disabled"!==r?null:{})}),[o,r]),c((()=>{if(u||!t||"disabled"===r)return;let e=!0;return(()=>{m(this,void 0,void 0,(function*(){let t;switch(r){case"custom":if(n)try{t=yield n(o)}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.`)(o),e)}break;case"default":try{t=yield function(e){return m(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:i,projectId:a,locale:o,versionId:s})}catch(e){console.error(e)}}t||(t={}),e&&(d(t),h(Object.keys(t).reduce(((e,t)=>(e[t]={status:"success"},e)),{})))}))})(),()=>{e=!1}}),[u,t,r,i,a,o,s]),{translations:u,setTranslations:d,translationsStatus:f,setTranslationsStatus:h}}function xr(t){var{children:r,config:n,projectId:o=(null==n?void 0:n.projectId)||"",devApiKey:i=(null==n?void 0:n.devApiKey)||"",dictionary:a=(null==n?void 0:n.dictionary)||{},locales:f=(null==n?void 0:n.locales)||[],defaultLocale:v=(null==n?void 0:n.defaultLocale)||A,cacheUrl:_=(null==n?void 0:n.cacheUrl)||k,runtimeUrl:x=(null==n?void 0:n.runtimeUrl)||B,renderSettings:w=(null==n?void 0:n.renderSettings)||G,ssr:S=(null==n?void 0:n.ssr)||pr(),localeCookieName:T=(null==n?void 0:n.localeCookieName)||$,locale:E="",loadDictionary:O,loadTranslations:j,fallback:C,translations:P=null,_versionId:I,customMapping:H=(null==n?void 0:n.customMapping)}=t,z=b(t,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:R,devApiKey:L}=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:""}}(o,i),{locale:F,setLocale:N,locales:M,translationRequired:U,dialectTranslationRequired:V}=function({_locale:e,defaultLocale:t,locales:r,ssr:n,localeCookieName:o}){const i=s((()=>Array.from(new Set([t,...r]))),[t,r]),[a,c]=vr({locale:e,defaultLocale:t,locales:i,ssr:n,localeCookieName:o}),[l,u]=s((()=>{const e=g(t,a,i);return[e,e&&y(t,a)]}),[t,a,i]);return{locale:a,setLocale:c,locales:i,translationRequired:l,dialectTranslationRequired:u}}({_locale:E,defaultLocale:v,locales:f,ssr:S,localeCookieName:T}),K=s((()=>new h({devApiKey:L,sourceLocale:v,projectId:R,baseUrl:x,customMapping:H})),[L,v,R,x,H]),W=(j?"custom":_&&R&&"default")||"disabled",J=br({_dictionary:a,loadDictionary:O,locale:F,defaultLocale:v});yr({devApiKey:L,projectId:R,runtimeUrl:x,loadTranslationsType:W,cacheUrl:_,locales:f});const{translations:X,setTranslations:q,translationsStatus:Z,setTranslationsStatus:Q}=mr({_translations:P,translationRequired:U,loadTranslationsType:W,loadTranslations:j,locale:F,cacheUrl:_,projectId:R,_versionId:I}),{registerI18nextForTranslation:ee,registerIcuForTranslation:te,registerJsxForTranslation:re,runtimeTranslationEnabled:ne}=function(e){var{projectId:t,devApiKey:r,locale:n,versionId:o,defaultLocale:i,runtimeUrl:a,renderSettings:f,setTranslations:h,setTranslationsStatus:p}=e,v=b(e,["projectId","devApiKey","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations","setTranslationsStatus"]);const g=!!(t&&a&&r&&"development"===process.env.NODE_ENV);if(!g)return{runtimeTranslationEnabled:g,registerI18nextForTranslation:()=>Promise.reject(new Error("registerI18nextForTranslation() failed because translation is disabled")),registerIcuForTranslation:()=>Promise.reject(new Error("registerIcuForTranslation() failed because translation is disabled")),registerJsxForTranslation:()=>Promise.reject(new Error("registerJsxForTranslation() failed because translation is disabled"))};v=Object.assign(Object.assign({},v),{projectId:t,sourceLocale:i});const[y,_]=l(0),x=u(new Map),w=u(new Map);c((()=>{x.current.forEach((e=>e.resolve())),x.current.clear()}),[n]);const{i18next:k,icu:B,jsx:A}=s((()=>{const e=e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=w.current.get(r);if(n)return n;const o=new Promise(((n,o)=>{x.current.set(r,"JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:o}:{dataFormat:e,source:t.source,metadata:t.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{w.current.delete(r)}));return w.current.set(r,o),o};return{i18next:e("I18NEXT"),icu:e("ICU"),jsx:e("JSX")}}),[]),S=d(((e,n)=>m(this,void 0,void 0,(function*(){if(0===x.current.size)return[{},{}];_((e=>e+1));const i=Array.from(e.values()),s={},c={};try{const l=Object.entries(e).reduce(((e,[,t])=>(e[t.metadata.hash]={status:"loading"},e)),{});p((e=>Object.assign(Object.assign({},e||{}),l)));const u=(e,t,r)=>m(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)}})),d=yield u(`${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(!d.ok)throw new Error(yield d.text());(yield d.json()).forEach(((e,t)=>{const r=i[t],n=r.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:t}=e;return s[n]=t,void(c[n]={status:"success"})}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(c[n]={status:"error",code:e.code,error:e.error});console.error(D(r.metadata.id,r.metadata.hash),e),c[n]={status:"error",code:500,error:"An error occurred."}}))}catch(e){e instanceof Error&&"AbortError"===e.name?console.warn("gt-react: Runtime translation timed out."):console.error("Error fetching batched translations:",e),i.forEach((e=>{c[e.metadata.hash]={status:"error",error:"An error occurred.",code:500}}))}finally{return _((e=>e-1)),i.forEach((e=>{e.resolve(s[e.metadata.hash])})),[s,c]}}))),[a,t,r,v,o,f.timeout]),T=u(y);return c((()=>{T.current=y}),[y]),c((()=>{let e=!0;const t=setInterval((()=>{if(x.current.size>0&&T.current<100){const t=Math.min(25,x.current.size),r=new Map(Array.from(x.current.entries()).slice(0,t));(()=>{m(this,void 0,void 0,(function*(){const[t,o]=yield S(r,n);e&&(h((e=>Object.assign(Object.assign({},e||{}),t))),p((e=>Object.assign(Object.assign({},e||{}),o))))}))})(),r.forEach(((e,t)=>x.current.delete(t)))}}),50);return()=>{e=!1,clearInterval(t)}}),[n]),{runtimeTranslationEnabled:g,registerI18nextForTranslation:k,registerIcuForTranslation:B,registerJsxForTranslation:A}}(Object.assign({locale:F,versionId:I,projectId:R,defaultLocale:v,devApiKey:L,runtimeUrl:x,renderSettings:w,setTranslations:q,setTranslationsStatus:Q},z)),oe=function(e,t,r,n,o,i,a,s,c){return d(((l,u={})=>{if(!l||"string"!=typeof l)return"";const d=(e,t)=>p(e,{locales:t,variables:u.variables}),f=null==u?void 0:u.id,h=f&&(null==e?void 0:e[f]);let v="";o&&!h&&(v=ir(Object.assign(Object.assign(Object.assign({source:l},(null==u?void 0:u.context)&&{context:u.context}),f&&{id:f}),{dataFormat:"ICU"})));const g=h?null==e?void 0:e[f]:null==e?void 0:e[v],y=null==t?void 0:t[v];return o&&"error"!==(null==y?void 0:y.status)?"success"===(null==y?void 0:y.status)?d(g,[r,n]):a?(s({source:l,targetLocale:r,metadata:Object.assign(Object.assign({},(null==u?void 0:u.context)&&{context:u.context}),{id:f,hash:v||""})}),"replace"===c.method?d(l,[n]):"skeleton"===c.method?"":i?d(l,[n]):""):d(l,[n]):d(l,[n])}),[e,t,r,n,o,a,s,i])}(X,Z,F,v,U,V,ne,te,w),ie=hr(J,X,Z,F,v,U,V,ne,te,w),ae=!(U&&!X||!F);return e(Y.Provider,{value:{gt:K,registerI18nextForTranslation:ee,registerIcuForTranslation:te,registerJsxForTranslation:re,_internalUseGTFunction:oe,_internalUseTranslationsFunction:ie,runtimeTranslationEnabled:ne,locale:F,locales:M,setLocale:N,defaultLocale:v,translations:X,translationsStatus:Z,translationRequired:U,dialectTranslationRequired:V,projectId:R,renderSettings:w},children:ae?r:C})}function wr(r){var{children:n,n:o,locales:i}=r,s=b(r,["children","n","locales"]);const c=a(Y);let l;c&&(i||(i=c.locale),l||(l=c.defaultLocale));const u=[...i?[i]:[],l||A];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));return e(t,{children:I(o,u,s)||n})}function kr(r){var{children:n,branch:o}=r,i=b(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 q("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function Ar(){const{setLocale:e}=q("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Sr(){return q("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}function Tr(e){return Sr().getLocaleProperties(e)}function Er(e){const t=Br(),r=fr(),n=Ar(),o=Sr(),i=s((()=>{if(!t||0===t.length)return[];const e=t.sort(((e,t)=>(new Intl.Collator).compare(o.getLocaleProperties(e).nativeNameWithRegionCode,o.getLocaleProperties(t).nativeNameWithRegionCode)));return e}),[t]),a=d((e=>o.getLocaleProperties(e)),[o]);return{locale:r,locales:e||i,setLocale:n,getLocaleProperties:a}}function Or(t){var{locales:n,customNames:o}=t,i=b(t,["locales","customNames"]);const{locale:a,locales:s,setLocale:c,getLocaleProperties:l}=Er(n||void 0),u=e=>{return o&&o[e]?o[e]:(t=l(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return s&&0!==s.length&&c?r("select",Object.assign({},i,{value:a||"",onChange:e=>c(e.target.value),children:[!a&&e("option",{value:""}),s.map((t=>e("option",{value:t,suppressHydrationWarning:!0,children:u(t)},t)))]})):null}wr.gtTransformation="plural",kr.gtTransformation="branch";export{kr as Branch,ee as Currency,te as DateTime,xr as GTProvider,Or as LocaleSelector,Z as Num,wr as Plural,cr as T,Q as Var,dr as useDefaultLocale,ur as useDict,lr as useGT,Sr as useGTClass,fr as useLocale,Tr as useLocaleProperties,Er as useLocaleSelector,Br as useLocales,Ar as useSetLocale,ur as useTranslations};
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,S,T,E=this._hash.words,O=u.words,j=d.words,C=a.words,P=s.words,I=c.words,H=l.words;for(w=i=E[0],k=f=E[1],B=b=E[2],A=m=E[3],S=x=E[4],r=0;r<80;r+=1)T=i+e[t+C[r]]|0,T+=r<16?h(f,b,m)+O[0]:r<32?p(f,b,m)+O[1]:r<48?v(f,b,m)+O[2]:r<64?g(f,b,m)+O[3]:y(f,b,m)+O[4],T=(T=_(T|=0,I[r]))+x|0,i=x,x=m,m=_(b,10),b=f,f=T,T=w+e[t+P[r]]|0,T+=r<16?y(k,B,A)+j[0]:r<32?g(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],T=(T=_(T|=0,H[r]))+S|0,w=S,S=A,A=_(B,10),B=k,k=T;T=E[1]+b+A|0,E[1]=E[2]+m+S|0,E[2]=E[3]+x+w|0,E[3]=E[4]+i+k|0,E[4]=E[0]+f+B|0,E[0]=T},_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)),Ye.exports;var e}(),Qe(),function(){return et||(et=1,tt.exports=(c=pe(),Le(),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,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)),tt.exports;var e,t,r,n,o,i,a,s,c}(),ot(),st(),ut(),ht(),gt(),bt(),function(){return mt?xt.exports:(mt=1,xt.exports=(t=pe(),st(),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 wt?kt.exports:(wt=1,kt.exports=(e=pe(),st(),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 Bt?At.exports:(Bt=1,At.exports=(e=pe(),st(),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 St?Tt.exports:(St=1,Tt.exports=(e=pe(),st(),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,Ot.exports=(e=pe(),st(),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)),Ot.exports;var e}(),function(){return jt?Ct.exports:(jt=1,Ct.exports=(e=pe(),st(),e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding));var e}(),function(){return Pt?It.exports:(Pt=1,It.exports=(n=pe(),st(),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 Ht||(Ht=1,zt.exports=(e=pe(),Se(),Pe(),ot(),st(),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)),zt.exports;var e}(),Lt(),function(){return Ft||(Ft=1,Nt.exports=(e=pe(),Se(),Pe(),ot(),st(),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)),Nt.exports;var e}(),function(){return Mt||(Mt=1,Ut.exports=(e=pe(),Se(),Pe(),ot(),st(),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)),Ut.exports;var e}(),function(){return Vt||(Vt=1,Kt.exports=(e=pe(),Se(),Pe(),ot(),st(),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)),Kt.exports;var e}(),Wt())),ue.exports),rr=ae(tr),nr=function(){return nr=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},nr.apply(this,arguments)};function or(e){return rr.SHA256(e).toString(rr.enc.Hex).slice(0,16)}function ir(e,t){var r=e.source,n=e.context,o=e.id,i=e.dataFormat;void 0===t&&(t=or);var a={};a.source="JSX"===i?sr(r):r,a=nr(nr(nr(nr({},a),o&&{id:o}),n&&{context:n}),i&&{dataFormat:i});var s=le(a);return console.log("---\nid: ".concat(o,"\ncontext: ").concat(n,"\ndataFormat: ").concat(i,"\nhash: ").concat(t(s),"\nstringifiedData: ").concat(s)),t(s)}"function"==typeof SuppressedError&&SuppressedError;var ar=function(e){if(e&&"object"==typeof e){var t={};if("c"in e&&e.c&&(t.c=sr(e.c)),"d"in e){var r=null==e?void 0:e.d;(null==r?void 0:r.b)&&(t.b=Object.fromEntries(Object.entries(r.b).map((function(e){return[e[0],sr(e[1])]})))),(null==r?void 0:r.t)&&(t.t=r.t)}return function(e){var t=e;if(t&&"object"==typeof t&&"string"==typeof t.k){var r=Object.keys(t);if(1===r.length)return!0;if(2===r.length){if("number"==typeof t.i)return!0;if("string"==typeof t.v)return!0}if(3===r.length&&"string"==typeof t.v&&"number"==typeof t.i)return!0}return!1}(e)?nr({k:e.k},e.v&&{v:e.v}):t}return e};function sr(e){return Array.isArray(e)?e.map(ar):ar(e)}function cr({children:r,id:n,context:o}){if(!r)return null;const{translations:i,translationRequired:a,translationsStatus:l,runtimeTranslationEnabled:u,dialectTranslationRequired:d,registerJsxForTranslation:f,renderSettings:h,locale:p,defaultLocale:v}=q("<T> used on the client-side outside of <GTProvider>"),g=s((()=>R(r)),[r]),y=n&&(null==i?void 0:i[n]),[_,b]=s((()=>{if(!a||y)return[void 0,""];const e=U(g);return[e,ir(Object.assign(Object.assign(Object.assign({source:e},o&&{context:o}),n&&{id:n}),{dataFormat:"JSX"}))]}),[g,o,n,a,y]),m=y?null==i?void 0:i[n]:null==i?void 0:i[b],x=null==l?void 0:l[b];c((()=>{u&&a&&i&&p&&!m&&!x&&f({source:_,targetLocale:p,metadata:{id:n,hash:b,context:o}})}),[u,i,m,a,n,b,o,p,r]);const w=()=>z({children:g,defaultLocale:v,renderVariable:re});if(!a||i&&!m&&!u||"error"===(null==x?void 0:x.status))return e(t,{children:w()});if(!m||"loading"===(null==x?void 0:x.status)){let r;return r="skeleton"===h.method?"":"replace"===h.method||d?w():"",e(t,{children:r})}return e(t,{children:(k=m,K({source:g,target:k,locales:[p,v],renderVariable:re}))});var k}function lr(){const{_internalUseGTFunction:e}=q("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(e){const t=t=>e?`${e}.${t}`:t,{_internalUseTranslationsFunction:r}=q(`useTranslations('${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 dr(){return q("useDefaultLocale(): Unable to access default locale outside of a <GTProvider>").defaultLocale}function fr(){return q("useLocale(): Unable to access user's locale outside of a <GTProvider>").locale}cr.gtTransformation="translate-client";function hr(e,t,r,o,i,a,s,c,l,u){return d(((d,f={})=>{if(!e)return"";const h=function(e,t){let r=e;const 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,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 t=null==e?void 0:e[1];if(void 0===t)return!0;if(t&&"object"==typeof t)return!0}return!1}(h))return console.warn((e=>`Invalid dictionary entry found for id: "${e}"`)(d)),"";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}}(h);if(!v||"string"!=typeof v)return"";const y=(e,t)=>p(e,{locales:t,variables:f.variables});if(!a)return y(v,[i]);const _=ir(Object.assign(Object.assign({source:v},(null==g?void 0:g.context)&&{context:g.context}),{id:d,dataFormat:"ICU"})),b=null==t?void 0:t[_],m=null==r?void 0:r[_];return"success"===(null==m?void 0:m.status)?y(b,[o,i]):"error"===(null==m?void 0:m.status)?y(v,[i]):c?(l({source:v,targetLocale:o,metadata:Object.assign(Object.assign({},(null==g?void 0:g.context)&&{context:g.context}),{id:d,hash:_})}),"replace"===u.method?y(v,[i]):"skeleton"===u.method?"":s?y(v,[i]):""):y(v,[i])}),[e,t,r,o,i,a,c,l,s])}function pr(){return!("undefined"==typeof process||!process.env.NEXT_RUNTIME)||void 0!==(null===globalThis||void 0===globalThis?void 0:globalThis.__NEXT_DATA__)}function vr({locale:e="",defaultLocale:t=A,locales:r=[],localeCookieName:n=$,ssr:o=!0}){const[i,a]=l(o?e&&v(e,r)||"":gr({_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=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 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=gr({_locale:e,locale:i,locales:r,defaultLocale:t,localeCookieName:n});u(o)}),[e,i,r,t,n]),[i,s]}function gr({_locale:e,locale:t,locales:r,defaultLocale:n,localeCookieName: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 yr({devApiKey:e,projectId:t,runtimeUrl:r,loadTranslationsType:n,cacheUrl:o,locales:i}){c((()=>{if("production"===process.env.NODE_ENV&&e)throw new Error("gt-react Error: Production environments cannot include an api key.");if("custom"===n||!o&&!r||t||"development"!==process.env.NODE_ENV||console.warn("gt-react: Translation cloud services require a project ID! Find yours at generaltranslation.com/dashboard."),t&&r&&"custom"!==n&&!e&&"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.)"),r===B||o===k&&"default"===n){const e=i.filter((e=>!_(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))}}),[e,n,o,r,t,i])}function _r(e,t){return m(this,void 0,void 0,(function*(){const r=Array.from(new Set([e,f(e).languageCode]));for(const e of r)try{const r=yield t(e);if(r)return r}catch(e){}console.warn("gt-react Warning: No dictionary was found. Ensure you are either passing your dictionary to the <GTProvider>.")}))}function br({_dictionary:e,loadDictionary:t,locale:r,defaultLocale:n}){const[o,i]=l(e);return c((()=>{if(!t)return;let e=!0;return(()=>{m(this,void 0,void 0,(function*(){const o=X((yield _r(n,t))||{},(yield _r(r,t))||{});e&&i(o||{})}))})(),()=>{e=!1}}),[t,r,n]),o}function mr({_translations:e,translationRequired:t,loadTranslationsType:r,loadTranslations:n,locale:o,cacheUrl:i,projectId:a,_versionId:s}){const[u,d]=l(e||t&&"disabled"!==r?null:{}),[f,h]=l(null);return c((()=>{d(t&&"disabled"!==r?null:{}),h(t&&"disabled"!==r?null:{})}),[o,r]),c((()=>{if(u||!t||"disabled"===r)return;let e=!0;return(()=>{m(this,void 0,void 0,(function*(){let t;switch(r){case"custom":if(n)try{t=yield n(o)}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.`)(o),e)}break;case"default":try{t=yield function(e){return m(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:i,projectId:a,locale:o,versionId:s})}catch(e){console.error(e)}}t||(t={}),e&&(d(t),h(Object.keys(t).reduce(((e,t)=>(e[t]={status:"success"},e)),{})))}))})(),()=>{e=!1}}),[u,t,r,i,a,o,s]),{translations:u,setTranslations:d,translationsStatus:f,setTranslationsStatus:h}}function xr(t){var{children:r,config:n,projectId:o=(null==n?void 0:n.projectId)||"",devApiKey:i=(null==n?void 0:n.devApiKey)||"",dictionary:a=(null==n?void 0:n.dictionary)||{},locales:f=(null==n?void 0:n.locales)||[],defaultLocale:v=(null==n?void 0:n.defaultLocale)||A,cacheUrl:_=(null==n?void 0:n.cacheUrl)||k,runtimeUrl:x=(null==n?void 0:n.runtimeUrl)||B,renderSettings:w=(null==n?void 0:n.renderSettings)||G,ssr:S=(null==n?void 0:n.ssr)||pr(),localeCookieName:T=(null==n?void 0:n.localeCookieName)||$,locale:E="",loadDictionary:O,loadTranslations:j,fallback:C,translations:P=null,_versionId:I,customMapping:H=(null==n?void 0:n.customMapping)}=t,z=b(t,["children","config","projectId","devApiKey","dictionary","locales","defaultLocale","cacheUrl","runtimeUrl","renderSettings","ssr","localeCookieName","locale","loadDictionary","loadTranslations","fallback","translations","_versionId","customMapping"]);const{projectId:R,devApiKey:L}=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:""}}(o,i),{locale:F,setLocale:N,locales:M,translationRequired:U,dialectTranslationRequired:V}=function({_locale:e,defaultLocale:t,locales:r,ssr:n,localeCookieName:o}){const i=s((()=>Array.from(new Set([t,...r]))),[t,r]),[a,c]=vr({locale:e,defaultLocale:t,locales:i,ssr:n,localeCookieName:o}),[l,u]=s((()=>{const e=g(t,a,i);return[e,e&&y(t,a)]}),[t,a,i]);return{locale:a,setLocale:c,locales:i,translationRequired:l,dialectTranslationRequired:u}}({_locale:E,defaultLocale:v,locales:f,ssr:S,localeCookieName:T}),K=s((()=>new h({devApiKey:L,sourceLocale:v,projectId:R,baseUrl:x,customMapping:H})),[L,v,R,x,H]),W=(j?"custom":_&&R&&"default")||"disabled",J=br({_dictionary:a,loadDictionary:O,locale:F,defaultLocale:v});yr({devApiKey:L,projectId:R,runtimeUrl:x,loadTranslationsType:W,cacheUrl:_,locales:f});const{translations:X,setTranslations:q,translationsStatus:Z,setTranslationsStatus:Q}=mr({_translations:P,translationRequired:U,loadTranslationsType:W,loadTranslations:j,locale:F,cacheUrl:_,projectId:R,_versionId:I}),{registerI18nextForTranslation:ee,registerIcuForTranslation:te,registerJsxForTranslation:re,runtimeTranslationEnabled:ne}=function(e){var{projectId:t,devApiKey:r,locale:n,versionId:o,defaultLocale:i,runtimeUrl:a,renderSettings:f,setTranslations:h,setTranslationsStatus:p}=e,v=b(e,["projectId","devApiKey","locale","versionId","defaultLocale","runtimeUrl","renderSettings","setTranslations","setTranslationsStatus"]);const g=!!(t&&a&&r&&"development"===process.env.NODE_ENV);if(!g)return{runtimeTranslationEnabled:g,registerI18nextForTranslation:()=>Promise.reject(new Error("registerI18nextForTranslation() failed because translation is disabled")),registerIcuForTranslation:()=>Promise.reject(new Error("registerIcuForTranslation() failed because translation is disabled")),registerJsxForTranslation:()=>Promise.reject(new Error("registerJsxForTranslation() failed because translation is disabled"))};v=Object.assign(Object.assign({},v),{projectId:t,sourceLocale:i});const[y,_]=l(0),x=u(new Map),w=u(new Map);c((()=>{x.current.forEach((e=>e.resolve())),x.current.clear()}),[n]);const{i18next:k,icu:B,jsx:A}=s((()=>{const e=e=>t=>{const r=`${t.metadata.hash}:${t.targetLocale}`,n=w.current.get(r);if(n)return n;const o=new Promise(((n,o)=>{x.current.set(r,"JSX"===e?{dataFormat:"JSX",source:t.source,metadata:t.metadata,resolve:n,reject:o}:{dataFormat:e,source:t.source,metadata:t.metadata,resolve:n,reject:o})})).catch((e=>{throw e})).finally((()=>{w.current.delete(r)}));return w.current.set(r,o),o};return{i18next:e("I18NEXT"),icu:e("ICU"),jsx:e("JSX")}}),[]),S=d(((e,n)=>m(this,void 0,void 0,(function*(){if(0===x.current.size)return[{},{}];_((e=>e+1));const i=Array.from(e.values()),s={},c={};try{const l=Object.entries(e).reduce(((e,[,t])=>(e[t.metadata.hash]={status:"loading"},e)),{});p((e=>Object.assign(Object.assign({},e||{}),l)));const u=(e,t,r)=>m(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)}})),d=yield u(`${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(!d.ok)throw new Error(yield d.text());(yield d.json()).forEach(((e,t)=>{const r=i[t],n=r.metadata.hash;if("translation"in e&&e.translation&&e.reference){const{translation:t}=e;return s[n]=t,void(c[n]={status:"success"})}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(c[n]={status:"error",code:e.code,error:e.error});console.error(D(r.metadata.id,r.metadata.hash),e),c[n]={status:"error",code:500,error:"An error occurred."}}))}catch(e){e instanceof Error&&"AbortError"===e.name?console.warn("gt-react: Runtime translation timed out."):console.error("Error fetching batched translations:",e),i.forEach((e=>{c[e.metadata.hash]={status:"error",error:"An error occurred.",code:500}}))}finally{return _((e=>e-1)),i.forEach((e=>{e.resolve(s[e.metadata.hash])})),[s,c]}}))),[a,t,r,v,o,f.timeout]),T=u(y);return c((()=>{T.current=y}),[y]),c((()=>{let e=!0;const t=setInterval((()=>{if(x.current.size>0&&T.current<100){const t=Math.min(25,x.current.size),r=new Map(Array.from(x.current.entries()).slice(0,t));(()=>{m(this,void 0,void 0,(function*(){const[t,o]=yield S(r,n);e&&(h((e=>Object.assign(Object.assign({},e||{}),t))),p((e=>Object.assign(Object.assign({},e||{}),o))))}))})(),r.forEach(((e,t)=>x.current.delete(t)))}}),50);return()=>{e=!1,clearInterval(t)}}),[n]),{runtimeTranslationEnabled:g,registerI18nextForTranslation:k,registerIcuForTranslation:B,registerJsxForTranslation:A}}(Object.assign({locale:F,versionId:I,projectId:R,defaultLocale:v,devApiKey:L,runtimeUrl:x,renderSettings:w,setTranslations:q,setTranslationsStatus:Q},z)),oe=function(e,t,r,n,o,i,a,s,c){return d(((l,u={})=>{if(!l||"string"!=typeof l)return"";const d=(e,t)=>p(e,{locales:t,variables:u.variables}),f=null==u?void 0:u.id,h=f&&(null==e?void 0:e[f]);let v="";o&&!h&&(v=ir(Object.assign(Object.assign(Object.assign({source:l},(null==u?void 0:u.context)&&{context:u.context}),f&&{id:f}),{dataFormat:"ICU"})));const g=h?null==e?void 0:e[f]:null==e?void 0:e[v],y=null==t?void 0:t[v];return o&&"error"!==(null==y?void 0:y.status)?"success"===(null==y?void 0:y.status)?d(g,[r,n]):a?(s({source:l,targetLocale:r,metadata:Object.assign(Object.assign({},(null==u?void 0:u.context)&&{context:u.context}),{id:f,hash:v||""})}),"replace"===c.method?d(l,[n]):"skeleton"===c.method?"":i?d(l,[n]):""):d(l,[n]):d(l,[n])}),[e,t,r,n,o,a,s,i])}(X,Z,F,v,U,V,ne,te,w),ie=hr(J,X,Z,F,v,U,V,ne,te,w),ae=!(U&&!X||!F);return e(Y.Provider,{value:{gt:K,registerI18nextForTranslation:ee,registerIcuForTranslation:te,registerJsxForTranslation:re,_internalUseGTFunction:oe,_internalUseTranslationsFunction:ie,runtimeTranslationEnabled:ne,locale:F,locales:M,setLocale:N,defaultLocale:v,translations:X,translationsStatus:Z,translationRequired:U,dialectTranslationRequired:V,projectId:R,renderSettings:w},children:ae?r:C})}function wr(r){var{children:n,n:o,locales:i}=r,s=b(r,["children","n","locales"]);const c=a(Y);let l;c&&(i||(i=c.locale),l||(l=c.defaultLocale));const u=[...i?[i]:[],l||A];if("number"!=typeof o)throw new Error((e=>`<Plural> component with children "${e}" requires "n" option.`)(n));return e(t,{children:I(o,u,s)||n})}function kr(r){var{children:n,branch:o}=r,i=b(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 q("useLocales(): Unable to access configured locales outside of a <GTProvider>").locales}function Ar(){const{setLocale:e}=q("setLocale(): Unable to access user's locale outside of a <GTProvider>");return e}function Sr(){return q("useGTClass(): Unable to access configured GT class instance outside of a <GTProvider>").gt}function Tr(e){return Sr().getLocaleProperties(e)}function Er(e){const t=Br(),r=fr(),n=Ar(),o=Sr(),i=s((()=>{if(!t||0===t.length)return[];const e=t.sort(((e,t)=>(new Intl.Collator).compare(o.getLocaleProperties(e).nativeNameWithRegionCode,o.getLocaleProperties(t).nativeNameWithRegionCode)));return e}),[t]),a=d((e=>o.getLocaleProperties(e)),[o]);return{locale:r,locales:e||i,setLocale:n,getLocaleProperties:a}}function Or(t){var{locales:n,customNames:o}=t,i=b(t,["locales","customNames"]);const{locale:a,locales:s,setLocale:c,getLocaleProperties:l}=Er(n||void 0),u=e=>{return o&&o[e]?o[e]:(t=l(e).nativeNameWithRegionCode)?t.charAt(0).toUpperCase()+(t.length>1?t.slice(1):""):"";var t};return s&&0!==s.length&&c?r("select",Object.assign({},i,{value:a||"",onChange:e=>c(e.target.value),children:[!a&&e("option",{value:""}),s.map((t=>e("option",{value:t,suppressHydrationWarning:!0,children:u(t)},t)))]})):null}wr.gtTransformation="plural",kr.gtTransformation="branch";export{kr as Branch,ee as Currency,te as DateTime,xr as GTProvider,Or as LocaleSelector,Z as Num,wr as Plural,cr as T,Q as Var,dr as useDefaultLocale,ur as useDict,lr as useGT,Sr as useGTClass,fr as useLocale,Tr as useLocaleProperties,Er as useLocaleSelector,Br as useLocales,Ar as useSetLocale,ur as useTranslations};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-react",
3
- "version": "10.0.0-alpha.29",
3
+ "version": "10.0.0-alpha.30",
4
4
  "description": "A React library for automatic internationalization.",
5
5
  "main": "./dist/index.cjs.min.cjs",
6
6
  "module": "./dist/index.esm.min.mjs",
@@ -14,8 +14,8 @@
14
14
  "react-dom": ">=16.8.0"
15
15
  },
16
16
  "dependencies": {
17
- "@generaltranslation/supported-locales": "^2.0.11-alpha.29",
18
- "generaltranslation": "^7.0.0-alpha.29"
17
+ "@generaltranslation/supported-locales": "^2.0.11-alpha.30",
18
+ "generaltranslation": "^7.0.0-alpha.30"
19
19
  },
20
20
  "scripts": {
21
21
  "patch": "npm version patch",