@tsocial/tvweb-sdk.tcb 5.9.0 → 5.9.1
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.
@@ -42,7 +42,7 @@ function(e){var t=r,n=t.lib,o=n.WordArray,a=n.Hasher,i=t.algo,s=o.create([0,1,2,
|
|
42
42
|
* derived from CryptoJS.mode.CTR
|
43
43
|
* Jan Hruby jhruby.web@gmail.com
|
44
44
|
*/
|
45
|
-
(r=EN).mode.CTRGladman=function(){var e=r.lib.BlockCipherMode.extend();function t(e){if(255==(e>>24&255)){var t=e>>16&255,r=e>>8&255,n=255&e;255===t?(t=0,255===r?(r=0,255===n?n=0:++n):++r):++t,e=0,e+=t<<16,e+=r<<8,e+=n}else e+=1<<24;return e}function n(e){return 0===(e[0]=t(e[0]))&&(e[1]=t(e[1])),e}var o=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,o=r.blockSize,a=this._iv,i=this._counter;a&&(i=this._counter=a.slice(0),this._iv=void 0),n(i);var s=i.slice(0);r.encryptBlock(s,0);for(var c=0;c<o;c++)e[t+c]^=s[c]}});return e.Decryptor=o,e}(),r.mode.CTRGladman)})),vx((function(e,t){var r,n,o;e.exports=((o=EN).mode.OFB=(n=(r=o.lib.BlockCipherMode.extend()).Encryptor=r.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,a=this._keystream;o&&(a=this._keystream=o.slice(0),this._iv=void 0),r.encryptBlock(a,0);for(var i=0;i<n;i++)e[t+i]^=a[i]}}),r.Decryptor=n,r),o.mode.OFB)})),vx((function(e,t){var r,n;e.exports=((n=EN).mode.ECB=((r=n.lib.BlockCipherMode.extend()).Encryptor=r.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),r.Decryptor=r.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),r),n.mode.ECB)})),vx((function(e,t){var r;e.exports=((r=EN).pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,a=r+o-1;e.clamp(),e.words[a>>>2]|=o<<24-a%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},r.pad.Ansix923)})),vx((function(e,t){var r;e.exports=((r=EN).pad.Iso10126={pad:function(e,t){var n=4*t,o=n-e.sigBytes%n;e.concat(r.lib.WordArray.random(o-1)).concat(r.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},r.pad.Iso10126)})),vx((function(e,t){var r;e.exports=((r=EN).pad.Iso97971={pad:function(e,t){e.concat(r.lib.WordArray.create([2147483648],1)),r.pad.ZeroPadding.pad(e,t)},unpad:function(e){r.pad.ZeroPadding.unpad(e),e.sigBytes--}},r.pad.Iso97971)})),vx((function(e,t){var r;e.exports=((r=EN).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}}},r.pad.ZeroPadding)})),vx((function(e,t){var r;e.exports=((r=EN).pad.NoPadding={pad:function(){},unpad:function(){}},r.pad.NoPadding)})),vx((function(e,t){var r,n,o,a;e.exports=(n=(r=a=EN).lib.CipherParams,o=r.enc.Hex,r.format.Hex={stringify:function(e){return e.ciphertext.toString(o)},parse:function(e){var t=o.parse(e);return n.create({ciphertext:t})}},a.format.Hex)})),vx((function(e,t){var r;e.exports=(r=EN,function(){var e=r,t=e.lib.BlockCipher,n=e.algo,o=[],a=[],i=[],s=[],c=[],u=[],l=[],d=[],f=[],p=[];!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 h=n^n<<1^n<<2^n<<3^n<<4;h=h>>>8^255&h^99,o[r]=h,a[h]=r;var g=e[r],m=e[g],v=e[m],y=257*e[h]^16843008*h;i[r]=y<<24|y>>>8,s[r]=y<<16|y>>>16,c[r]=y<<8|y>>>24,u[r]=y,y=16843009*v^65537*m^257*g^16843008*r,l[h]=y<<24|y>>>8,d[h]=y<<16|y>>>16,f[h]=y<<8|y>>>24,p[h]=y,r?(r=g^e[e[e[v^g]]],n^=e[e[n]]):r=n=1}}();var h=[0,1,2,4,8,16,32,64,128,27,54],g=n.AES=t.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),a=this._keySchedule=[],i=0;i<n;i++)i<r?a[i]=t[i]:(u=a[i-1],i%r?r>6&&i%r==4&&(u=o[u>>>24]<<24|o[u>>>16&255]<<16|o[u>>>8&255]<<8|o[255&u]):(u=o[(u=u<<8|u>>>24)>>>24]<<24|o[u>>>16&255]<<16|o[u>>>8&255]<<8|o[255&u],u^=h[i/r|0]<<24),a[i]=a[i-r]^u);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(i=n-c,c%4)var u=a[i];else u=a[i-4];s[c]=c<4||i<=4?u:l[o[u>>>24]]^d[o[u>>>16&255]]^f[o[u>>>8&255]]^p[o[255&u]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,i,s,c,u,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,l,d,f,p,a),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,a,i,s){for(var c=this._nRounds,u=e[t]^r[0],l=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],p=4,h=1;h<c;h++){var g=n[u>>>24]^o[l>>>16&255]^a[d>>>8&255]^i[255&f]^r[p++],m=n[l>>>24]^o[d>>>16&255]^a[f>>>8&255]^i[255&u]^r[p++],v=n[d>>>24]^o[f>>>16&255]^a[u>>>8&255]^i[255&l]^r[p++],y=n[f>>>24]^o[u>>>16&255]^a[l>>>8&255]^i[255&d]^r[p++];u=g,l=m,d=v,f=y}g=(s[u>>>24]<<24|s[l>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[p++],m=(s[l>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&u])^r[p++],v=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[u>>>8&255]<<8|s[255&l])^r[p++],y=(s[f>>>24]<<24|s[u>>>16&255]<<16|s[l>>>8&255]<<8|s[255&d])^r[p++],e[t]=g,e[t+1]=m,e[t+2]=v,e[t+3]=y},keySize:8});e.AES=t._createHelper(g)}(),r.AES)})),vx((function(e,t){var r;e.exports=(r=EN,function(){var e=r,t=e.lib,n=t.WordArray,o=t.BlockCipher,a=e.algo,i=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],s=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],c=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],u=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],l=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],d=a.DES=o.extend({_doReset:function(){for(var e=this._key.words,t=[],r=0;r<56;r++){var n=i[r]-1;t[r]=e[n>>>5]>>>31-n%32&1}for(var o=this._subKeys=[],a=0;a<16;a++){var u=o[a]=[],l=c[a];for(r=0;r<24;r++)u[r/6|0]|=t[(s[r]-1+l)%28]<<31-r%6,u[4+(r/6|0)]|=t[28+(s[r+24]-1+l)%28]<<31-r%6;for(u[0]=u[0]<<1|u[0]>>>31,r=1;r<7;r++)u[r]=u[r]>>>4*(r-1)+3;u[7]=u[7]<<5|u[7]>>>27}var d=this._invSubKeys=[];for(r=0;r<16;r++)d[r]=o[15-r]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._subKeys)},decryptBlock:function(e,t){this._doCryptBlock(e,t,this._invSubKeys)},_doCryptBlock:function(e,t,r){this._lBlock=e[t],this._rBlock=e[t+1],f.call(this,4,252645135),f.call(this,16,65535),p.call(this,2,858993459),p.call(this,8,16711935),f.call(this,1,1431655765);for(var n=0;n<16;n++){for(var o=r[n],a=this._lBlock,i=this._rBlock,s=0,c=0;c<8;c++)s|=u[c][((i^o[c])&l[c])>>>0];this._lBlock=i,this._rBlock=a^s}var d=this._lBlock;this._lBlock=this._rBlock,this._rBlock=d,f.call(this,1,1431655765),p.call(this,8,16711935),p.call(this,2,858993459),f.call(this,16,65535),f.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function f(e,t){var r=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=r,this._lBlock^=r<<e}function p(e,t){var r=(this._rBlock>>>e^this._lBlock)&t;this._lBlock^=r,this._rBlock^=r<<e}e.DES=o._createHelper(d);var h=a.TripleDES=o.extend({_doReset:function(){var e=this._key.words;if(2!==e.length&&4!==e.length&&e.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var t=e.slice(0,2),r=e.length<4?e.slice(0,2):e.slice(2,4),o=e.length<6?e.slice(0,2):e.slice(4,6);this._des1=d.createEncryptor(n.create(t)),this._des2=d.createEncryptor(n.create(r)),this._des3=d.createEncryptor(n.create(o))},encryptBlock:function(e,t){this._des1.encryptBlock(e,t),this._des2.decryptBlock(e,t),this._des3.encryptBlock(e,t)},decryptBlock:function(e,t){this._des3.decryptBlock(e,t),this._des2.encryptBlock(e,t),this._des1.decryptBlock(e,t)},keySize:6,ivSize:2,blockSize:2});e.TripleDES=o._createHelper(h)}(),r.TripleDES)})),vx((function(e,t){var r;e.exports=(r=EN,function(){var e=r,t=e.lib.StreamCipher,n=e.algo,o=n.RC4=t.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 a=0;o<256;o++){var i=o%r,s=t[i>>>2]>>>24-i%4*8&255;a=(a+n[o]+s)%256;var c=n[o];n[o]=n[a],n[a]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=a.call(this)},keySize:8,ivSize:0});function a(){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 a=e[t];e[t]=e[r],e[r]=a,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}e.RC4=t._createHelper(o);var i=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--)a.call(this)}});e.RC4Drop=t._createHelper(i)}(),r.RC4)})),vx((function(e,t){var r;e.exports=(r=EN,function(){var e=r,t=e.lib.StreamCipher,n=e.algo,o=[],a=[],i=[],s=n.Rabbit=t.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 a=t.words,i=a[0],s=a[1],u=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),l=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=u>>>16|4294901760&l,f=l<<16|65535&u;for(o[0]^=u,o[1]^=d,o[2]^=l,o[3]^=f,o[4]^=u,o[5]^=d,o[6]^=l,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++)a[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<a[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<a[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<a[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<a[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<a[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<a[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<a[6]>>>0?1:0)|0,this._b=t[7]>>>0<a[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,u=((4294901760&n)*n|0)+((65535&n)*n|0);i[r]=c^u}e[0]=i[0]+(i[7]<<16|i[7]>>>16)+(i[6]<<16|i[6]>>>16)|0,e[1]=i[1]+(i[0]<<8|i[0]>>>24)+i[7]|0,e[2]=i[2]+(i[1]<<16|i[1]>>>16)+(i[0]<<16|i[0]>>>16)|0,e[3]=i[3]+(i[2]<<8|i[2]>>>24)+i[1]|0,e[4]=i[4]+(i[3]<<16|i[3]>>>16)+(i[2]<<16|i[2]>>>16)|0,e[5]=i[5]+(i[4]<<8|i[4]>>>24)+i[3]|0,e[6]=i[6]+(i[5]<<16|i[5]>>>16)+(i[4]<<16|i[4]>>>16)|0,e[7]=i[7]+(i[6]<<8|i[6]>>>24)+i[5]|0}e.Rabbit=t._createHelper(s)}(),r.Rabbit)})),vx((function(e,t){var r;e.exports=(r=EN,function(){var e=r,t=e.lib.StreamCipher,n=e.algo,o=[],a=[],i=[],s=n.RabbitLegacy=t.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 a=t.words,i=a[0],s=a[1],u=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),l=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=u>>>16|4294901760&l,f=l<<16|65535&u;for(n[0]^=u,n[1]^=d,n[2]^=l,n[3]^=f,n[4]^=u,n[5]^=d,n[6]^=l,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++)a[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<a[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<a[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<a[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<a[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<a[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<a[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<a[6]>>>0?1:0)|0,this._b=t[7]>>>0<a[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,u=((4294901760&n)*n|0)+((65535&n)*n|0);i[r]=c^u}e[0]=i[0]+(i[7]<<16|i[7]>>>16)+(i[6]<<16|i[6]>>>16)|0,e[1]=i[1]+(i[0]<<8|i[0]>>>24)+i[7]|0,e[2]=i[2]+(i[1]<<16|i[1]>>>16)+(i[0]<<16|i[0]>>>16)|0,e[3]=i[3]+(i[2]<<8|i[2]>>>24)+i[1]|0,e[4]=i[4]+(i[3]<<16|i[3]>>>16)+(i[2]<<16|i[2]>>>16)|0,e[5]=i[5]+(i[4]<<8|i[4]>>>24)+i[3]|0,e[6]=i[6]+(i[5]<<16|i[5]>>>16)+(i[4]<<16|i[4]>>>16)|0,e[7]=i[7]+(i[6]<<8|i[6]>>>24)+i[5]|0}e.RabbitLegacy=t._createHelper(s)}(),r.RabbitLegacy)})),vx((function(e,t){e.exports=EN}))),SN=function(e){var t=e.blob;return new Promise((function(e){var r=new FileReader;r.onload=function(t){var r=t.target.result,n=BN.MD5(BN.lib.WordArray.create(r)).toString();e(n)},r.readAsArrayBuffer(t)}))},_N=Object.freeze({__proto__:null,MD5:SN}),AN=["tracking"],TN=gN(),IN=ov.createContext(),xN={enable:!1,accessKey:"",secretKey:"",apiUrl:"",userId:""},PN=function(){var e=ex(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f,p,h,g;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=t.tag,n=t.event,o=t.log,a=yN(new Date),i=o,e.t0=n,e.next="sdk_mode.read_id_card_one_side"===e.t0?6:"sdk_mode.liveness"===e.t0?19:36;break;case 6:return i=pN(o),s=o.result_object,e.next=10,SN({blob:s.image.blob});case 10:if(e.t1=e.sent,i.result_object.image={blob:e.t1},delete i.result_object.recordedVideos,!s.qrScannedResult){e.next=18;break}return e.next=16,SN({blob:s.qrScannedResult.image.blob});case 16:i.result_object.qrScannedResult.image.blob=e.sent,delete i.result_object.qrScannedResult.recordedVideos;case 18:return e.abrupt("break",36);case 19:return i=pN(o),c=o.result_object,u=c.steps,l=c.frontalFaces,d=c.frontalScaledImage,f=u.map((function(e){return SN({blob:e.image.blob})})),e.next=24,Promise.all(f);case 24:return p=e.sent,u.forEach((function(e,t){i.result_object.steps[t].image.blob=p[t]})),h=l.map((function(e){return SN({blob:e})})),e.next=29,Promise.all(h);case 29:if(g=e.sent,l.forEach((function(e,t){i.result_object.frontalFaces[t]=g[t]})),!d){e.next=35;break}return e.next=34,SN({blob:d});case 34:i.result_object.frontalScaledImage=e.sent;case 35:return e.abrupt("break",36);case 36:return e.abrupt("return",{tag:r,event:n,log:ox({device_time:a},i)});case 37:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();function RN(e){var t,r=e.userId;if(r)t=r;else{var n=CN("user-id");if(n)t=n;else{var o=fN();t=o,wN(o,"user-id")}}return t}function NN(e){var t=e.value,r=e.children,n=t.tracking,o=void 0===n?xN:n,a=function(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}(t,AN),i=o.enable,s=o.accessKey,c=o.secretKey,u=o.apiUrl,l=o.userId,d=ov.useMemo((function(){return i?u&&s&&c?new aN(s,c,u):(console.error("apiUrl, accessKey and secretKey are required when tracking is enabled"),null):null}),[i,s,c,u]),f=ov.useMemo((function(){var e=RN({userId:l});return ox(ox({},TN),{},{"x-request-id":e})}),[l]),p=ov.useCallback(ex(regeneratorRuntime.mark((function e(){var t,r,n,o,a,s,c=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=c.length>0&&void 0!==c[0]?c[0]:{},r=t.tag,n=t.event,o=t.log,a=void 0===o?{}:o,!i){e.next=11;break}return e.prev=2,e.next=5,PN({tag:r,event:n,log:a});case 5:s=e.sent,d.httpClient.post("/v1/log_events",s,f),e.next=11;break;case 9:e.prev=9,e.t0=e.catch(2);case 11:case"end":return e.stop()}}),e,null,[[2,9]])}))),[d,f,i]);return ov.createElement(IN.Provider,{value:ox(ox({},a),{},{sendEvent:p})},r)}function ON(){var e=ov.useContext(IN);return void 0===e?(console.warn("useSDKTracking must be used within a SDKTrackingProvider"),{sendEvent:function(){}}):e}NN.propTypes={value:Iv.shape({tracking:Iv.shape({enable:Iv.bool,accessKey:Iv.string,secretKey:Iv.string,apiUrl:Iv.string,userId:Iv.string})}).isRequired,children:Iv.node.isRequired};var LN=Object.freeze({__proto__:null,defaultTrackingConfig:xN,getXRequestId:RN,SDKTrackingProvider:NN,useSDKTracking:ON});function DN(e,t){return e&&!e.endsWith("/")?[e,"/",t].join(""):[e,t].join("")}function MN(){var e=tN();return null==e?void 0:e.assetRoot}var UN=Object.freeze({__proto__:null,getAsset:DN,useAssetRoot:MN,useAsset:function(e){return DN(MN(),e)}});function jN(e){return new Promise((function(t){return setTimeout(t,e)}))}var FN=Object.freeze({__proto__:null,sleep:jN}),VN=Symbol("Comlink.proxy"),zN=Symbol("Comlink.endpoint"),KN=Symbol("Comlink.releaseProxy"),qN=Symbol("Comlink.thrown"),HN=function(e){return"object"==Gg(e)&&null!==e||"function"==typeof e},WN=new Map([["proxy",{canHandle:function(e){return HN(e)&&e[VN]},serialize:function(e){var t=new MessageChannel,r=t.port1,n=t.port2;return QN(e,r),[n,[n]]},deserialize:function(e){return e.start(),XN(e)}}],["throw",{canHandle:function(e){return HN(e)&&qN in e},serialize:function(e){var t=e.value;return[t instanceof Error?{isError:!0,value:{message:t.message,name:t.name,stack:t.stack}}:{isError:!1,value:t},[]]},deserialize:function(e){if(e.isError)throw Object.assign(new Error(e.value.message),e.value);throw e.value}}]]);function QN(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:self;t.addEventListener("message",(function r(n){if(n&&n.data){var o,a=Object.assign({path:[]},n.data),i=a.id,s=a.type,c=a.path,u=(n.data.argumentList||[]).map(tO);try{var l=c.slice(0,-1).reduce((function(e,t){return e[t]}),e),d=c.reduce((function(e,t){return e[t]}),e);switch(s){case"GET":o=d;break;case"SET":l[c.slice(-1)[0]]=tO(n.data.value),o=!0;break;case"APPLY":o=d.apply(l,u);break;case"CONSTRUCT":o=function(e){return Object.assign(e,Jg({},VN,!0))}(im(d,dm(u)));break;case"ENDPOINT":var f=new MessageChannel,p=f.port1,h=f.port2;QN(e,h),o=function(e,t){return JN.set(e,t),e}(p,[p]);break;case"RELEASE":o=void 0;break;default:return}}catch(e){o=Jg({value:e},qN,0)}Promise.resolve(o).catch((function(e){return Jg({value:e},qN,0)})).then((function(e){var n=lm(eO(e),2),o=n[0],a=n[1];t.postMessage(Object.assign(Object.assign({},o),{id:i}),a),"RELEASE"===s&&(t.removeEventListener("message",r),GN(t))}))}})),t.start&&t.start()}function GN(e){(function(e){return"MessagePort"===e.constructor.name})(e)&&e.close()}function XN(e,t){return $N(e,[],t)}function YN(e){if(e)throw new Error("Proxy has been released and is not useable")}function $N(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},n=!1,o=new Proxy(r,{get:function(r,a){if(YN(n),a===KN)return function(){return rO(e,{type:"RELEASE",path:t.map((function(e){return e.toString()}))}).then((function(){GN(e),n=!0}))};if("then"===a){if(0===t.length)return{then:function(){return o}};var i=rO(e,{type:"GET",path:t.map((function(e){return e.toString()}))}).then(tO);return i.then.bind(i)}return $N(e,[].concat(dm(t),[a]))},set:function(r,o,a){YN(n);var i=lm(eO(a),2),s=i[0],c=i[1];return rO(e,{type:"SET",path:[].concat(dm(t),[o]).map((function(e){return e.toString()})),value:s},c).then(tO)},apply:function(r,o,a){YN(n);var i=t[t.length-1];if(i===zN)return rO(e,{type:"ENDPOINT"}).then(tO);if("bind"===i)return $N(e,t.slice(0,-1));var s=lm(ZN(a),2),c=s[0],u=s[1];return rO(e,{type:"APPLY",path:t.map((function(e){return e.toString()})),argumentList:c},u).then(tO)},construct:function(r,o){YN(n);var a=lm(ZN(o),2),i=a[0],s=a[1];return rO(e,{type:"CONSTRUCT",path:t.map((function(e){return e.toString()})),argumentList:i},s).then(tO)}});return o}function ZN(e){var t,r=e.map(eO);return[r.map((function(e){return e[0]})),(t=r.map((function(e){return e[1]})),Array.prototype.concat.apply([],t))]}var JN=new WeakMap;function eO(e){var t,r=hm(WN);try{for(r.s();!(t=r.n()).done;){var n=lm(t.value,2),o=n[0],a=n[1];if(a.canHandle(e)){var i=lm(a.serialize(e),2);return[{type:"HANDLER",name:o,value:i[0]},i[1]]}}}catch(e){r.e(e)}finally{r.f()}return[{type:"RAW",value:e},JN.get(e)||[]]}function tO(e){switch(e.type){case"HANDLER":return WN.get(e.name).deserialize(e.value);case"RAW":return e.value}}function rO(e,t,r){return new Promise((function(n){var o=new Array(4).fill(0).map((function(){return Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16)})).join("-");e.addEventListener("message",(function t(r){r.data&&r.data.id&&r.data.id===o&&(e.removeEventListener("message",t),n(r.data))})),e.start&&e.start(),e.postMessage(Object.assign({id:o},t),r)}))}var nO=function(){if(!window.Worker)return null;var e=new Blob(['const t=Symbol("Comlink.proxy"),e=Symbol("Comlink.endpoint"),r=Symbol("Comlink.releaseProxy"),n=Symbol("Comlink.thrown"),a=t=>"object"==typeof t&&null!==t||"function"==typeof t,o=new Map([["proxy",{canHandle:e=>a(e)&&e[t],serialize(t){const{port1:e,port2:r}=new MessageChannel;return i(t,e),[r,[r]]},deserialize(t){return t.start(),s(t,[],e);var e}}],["throw",{canHandle:t=>a(t)&&n in t,serialize({value:t}){let e;return e=t instanceof Error?{isError:!0,value:{message:t.message,name:t.name,stack:t.stack}}:{isError:!1,value:t},[e,[]]},deserialize(t){if(t.isError)throw Object.assign(new Error(t.value.message),t.value);throw t.value}}]]);function i(e,r=self){r.addEventListener("message",(function a(o){if(!o||!o.data)return;const{id:c,type:s,path:l}=Object.assign({path:[]},o.data),g=(o.data.argumentList||[]).map(m);let p;try{const r=l.slice(0,-1).reduce(((t,e)=>t[e]),e),n=l.reduce(((t,e)=>t[e]),e);switch(s){case"GET":p=n;break;case"SET":r[l.slice(-1)[0]]=m(o.data.value),p=!0;break;case"APPLY":p=n.apply(r,g);break;case"CONSTRUCT":p=function(e){return Object.assign(e,{[t]:!0})}(new n(...g));break;case"ENDPOINT":{const{port1:t,port2:r}=new MessageChannel;i(e,r),p=function(t,e){return f.set(t,e),t}(t,[t])}break;case"RELEASE":p=void 0;break;default:return}}catch(t){p={value:t,[n]:0}}Promise.resolve(p).catch((t=>({value:t,[n]:0}))).then((t=>{const[e,n]=h(t);r.postMessage(Object.assign(Object.assign({},e),{id:c}),n),"RELEASE"===s&&(r.removeEventListener("message",a),u(r))}))})),r.start&&r.start()}function u(t){(function(t){return"MessagePort"===t.constructor.name})(t)&&t.close()}function c(t){if(t)throw new Error("Proxy has been released and is not useable")}function s(t,n=[],a=function(){}){let o=!1;const i=new Proxy(a,{get(e,a){if(c(o),a===r)return()=>g(t,{type:"RELEASE",path:n.map((t=>t.toString()))}).then((()=>{u(t),o=!0}));if("then"===a){if(0===n.length)return{then:()=>i};const e=g(t,{type:"GET",path:n.map((t=>t.toString()))}).then(m);return e.then.bind(e)}return s(t,[...n,a])},set(e,r,a){c(o);const[i,u]=h(a);return g(t,{type:"SET",path:[...n,r].map((t=>t.toString())),value:i},u).then(m)},apply(r,a,i){c(o);const u=n[n.length-1];if(u===e)return g(t,{type:"ENDPOINT"}).then(m);if("bind"===u)return s(t,n.slice(0,-1));const[f,h]=l(i);return g(t,{type:"APPLY",path:n.map((t=>t.toString())),argumentList:f},h).then(m)},construct(e,r){c(o);const[a,i]=l(r);return g(t,{type:"CONSTRUCT",path:n.map((t=>t.toString())),argumentList:a},i).then(m)}});return i}function l(t){const e=t.map(h);return[e.map((t=>t[0])),(r=e.map((t=>t[1])),Array.prototype.concat.apply([],r))];var r}const f=new WeakMap;function h(t){for(const[e,r]of o)if(r.canHandle(t)){const[n,a]=r.serialize(t);return[{type:"HANDLER",name:e,value:n},a]}return[{type:"RAW",value:t},f.get(t)||[]]}function m(t){switch(t.type){case"HANDLER":return o.get(t.name).deserialize(t.value);case"RAW":return t.value}}function g(t,e,r){return new Promise((n=>{const a=new Array(4).fill(0).map((()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16))).join("-");t.addEventListener("message",(function e(r){r.data&&r.data.id&&r.data.id===a&&(t.removeEventListener("message",e),n(r.data))})),t.start&&t.start(),t.postMessage(Object.assign({id:a},e),r)}))}var p=[[0,1,0],[1,-4,1],[0,1,0]];function d(t,e,r,n){return t[4*(r*e+n)]}function v(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function y(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(t)))return;var r=[],n=!0,a=!1,o=void 0;try{for(var i,u=t[Symbol.iterator]();!(n=(i=u.next()).done)&&(r.push(i.value),!e||r.length!==e);n=!0);}catch(t){a=!0,o=t}finally{try{n||null==u.return||u.return()}finally{if(a)throw o}}return r}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return b(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return b(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function b(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var E="frontal",S="left",w="right",M="up",k="down",_=0,A=1,R=2;function L(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=y(t,2),a=n[0],o=n[1],i=y(e,2),u=i[0],c=i[1],s=[a[0],o[0]],l=[a[1],o[1]];return s[0]+r<=u[0]&&c[0]<=s[1]-r&&l[0]+r<=u[1]&&c[1]<=l[1]-.8*r?R:s[0]<=u[0]||c[0]<=s[1]||l[0]<=u[1]||c[1]<=l[1]?A:_}var P={code:"no_face",msg:{en:"Face not found",vi:"Không tìm thấy khuôn mặt"}},O={code:"partial_face",msg:{en:"Face out of the box",vi:"Không tìm thấy toàn bộ khuôn mặt"}},j={code:"multiple_faces",msg:{en:"Too many faces",vi:"Quá nhiều khuôn mặt"}},T={code:"face_too_small",msg:{en:"Face too small",vi:"Khuôn mặt quá nhỏ"}},F={code:"face_too_large",msg:{en:"Face too large",vi:"Khuôn mặt quá to"}},x={code:"face_out_of_box",msg:{en:"Face is out of box",vi:"Khuôn mặt không nằm trọn vẹn trong khung ảnh"}};function C(t){return Math.pow(Math.pow(t[0],2)+Math.pow(t[1],2),.5)}function N(t,e){return[t[0]-e[0],t[1]-e[1]]}function z(t,e,r,n){var a=r*(4*e)+4*n;return{r:t[a],g:t[a+1],b:t[a+2]}}i({calculateBlurScoreFunc:function(t){for(var e=t.data,r=t.reducedWidth,n=t.reducedHeight,a=0;a<e.length;a+=4){var o=(e[a]+e[a+1]+e[a+2])/3;e[a]=o}for(var i=0,u=0,c=n-1,s=r-1,l=1;l<c;l++)for(var f=1;f<s;f++){var h=p[0][0]*d(e,r,f-1,l-1)+p[0][1]*d(e,r,f,l-1)+p[0][2]*d(e,r,f+1,l-1)+p[1][0]*d(e,r,f-1,l)+p[1][1]*d(e,r,f,l)+p[1][2]*d(e,r,f+1,l)+p[2][0]*d(e,r,f-1,l+1)+p[2][1]*d(e,r,f,l+1)+p[2][2]*d(e,r,f+1,l+1);(h=Math.abs(h))>25&&i++,h>15&&h<25&&u++}var m=0;return i+u!==0&&(m=i/(i+u)),m},calculateFaceDirectionFunc:function(t){var e=t.landmarks,r=t.getPerfectFrontal,n=function(t){var e,r,n,a,o,i,u,c=y(t,4),s=c[0],l=c[1],f=c[2],h=c[3],m=N(l,s),g=C(m),p=(a=l,e=[(n=s)[0]+a[0],n[1]+a[1]],r=2,[e[0]/r,e[1]/r]),d=N(f,p),v=C(N(h,f)),b=N(h,p),E=C(b),S=(d[0]*b[0]+d[1]*b[1])/E,w=v/E;if(g>.5*E)o=(d[0]*m[0]+d[1]*m[1])/g/g;else{var M=C(N(d,function(t,e){return[t[0]*e,t[1]*e]}(b,S/E)));u=b,o=((i=d)[0]*u[1]-u[0]*i[1]>=0?1:-1)*M/g}return{left_right_score:o,up_down_score:w}}(e),a=n.left_right_score,o=n.up_down_score,i=y(e,3),u=i[0],c=i[1],s=i[2],l=c[0]-s[0],f=u[0]-s[0],h=r?.1:.3,m=o>.7,g=o<.42,p=a>=.35&&a<=.6,d=a<=-.35&&a>=-.6;return o>=.42&&o<=.7&&a>-h&&a<h&&l*f<0?{gesture:E,leftRightScore:a}:m&&!d&&!p?{gesture:M,leftRightScore:a}:g&&!d&&!p?{gesture:k,leftRightScore:a}:p&&!m&&!g?{gesture:w,leftRightScore:a}:d&&!m&&!g?{gesture:S,leftRightScore:a}:null},validatePredictionsFunc:function(t){var e,r,n,a,o,i,u,c,s,l,f,h,m,g,p,d,b,E,S,w,M,k,C,N,z,H,I,D,K,G,W,U,q=t.predictions,Y=t.width,B=[[0,0],[Y,t.height]],Q=q.reduce((function(t,e){var r=e.topLeft,n=e.bottomRight,a=e.probability,o=e.landmarks;a<.9||o.length<6||function(t){var e=t.small,r=e.coords,n=e.area,a=t.big,o=a.coords,i=a.area,u=n;if(!u){var c=y(r,2),s=c[0],l=c[1];u=(l[0]-s[0])*(l[1]-s[1])}var f=i;if(!f){var h=y(o,2),m=h[0],g=h[1];f=(g[0]-m[0])*(g[1]-m[1])}return u/f}({small:{coords:[r,n]},big:{coords:B}})<=.025?t[_].push(e):t[L(B,[r,n])].push(e);return t}),(v(e={},A,[]),v(e,R,[]),v(e,_,[]),e)),X=Q[R].length,$=Q[A].length;if(0===X)r=$>0?O:P;else if(X+$>1)r=j;else{var J=n=Q[R][0],V=J.topLeft,Z=J.bottomRight,tt=(C=B,N=y([V,Z],2),z=N[0],H=N[1],I=y(C,2),D=I[0],K=I[1],G=H[0]-z[0],W=H[1]-z[1],U=K[0]-D[0],G/U<W/U?G/U:W/U);tt<.4&&(r=T),tt>.61&&(r=F),L(B,(a=n.landmarks,u=a[0],c=a[1],s=a[2],l=a[3],f=a[4],h=a[5],m=.5*(u[1]+c[1]),g=m+1.5*(m-l[1]),p=l[1]-1.2*(s[1]-l[1]),d=[u[0],c[0],s[0],l[0],f[0],h[0]],b=Math.min.apply(Math,d),E=Math.min(g,p),S=Math.max.apply(Math,d),w=Math.max(g,p),M=Math.abs(l[0]-f[0])/Math.abs(l[0]-h[0]),k=l[0]-f[0]<0&&h[0]-l[0]>.05*(S-b),l[0]-f[0]>0&&h[0]-l[0]<-.05*(S-b)?(o=.2,i=.1):k?(o=.1,i=.2):M>2||M<.5?(o=.15,i=.15):(o=.05,i=.05),[[b-o*(S-b),E],[S+i*(S-b),w]]),.05*Y)!==R&&(r=x)}return{error:r,fullFace:n}},detectGlare:function(t,e,r){return function(t,e,r){for(var n=0,a=r[1],o=r[3],i=r[0],u=r[2],c=a;c<o;c++)for(var s=i;s<u;s++){var l=z(t,e,c,s),f=l.r,h=l.g,m=l.b;f>=245&&m>=245&&h>245&&(n+=1)}return n}(t,e,function(t,e){var r=Math.floor(.025*t),n=t-r,a=Math.floor(.025*e);return[r,a,n,e-a]}(e,r))/(e*r)>=.001}});']),t=URL.createObjectURL(e);return XN(new Worker(t))}(),oO=[[0,1,0],[1,-4,1],[0,1,0]];function aO(e,t,r,n){return e[4*(r*t+n)]}function iO(e){for(var t=e.data,r=e.reducedWidth,n=e.reducedHeight,o=0;o<t.length;o+=4){var a=(t[o]+t[o+1]+t[o+2])/3;t[o]=a}for(var i=0,s=0,c=n-1,u=r-1,l=1;l<c;l++)for(var d=1;d<u;d++){var f=oO[0][0]*aO(t,r,d-1,l-1)+oO[0][1]*aO(t,r,d,l-1)+oO[0][2]*aO(t,r,d+1,l-1)+oO[1][0]*aO(t,r,d-1,l)+oO[1][1]*aO(t,r,d,l)+oO[1][2]*aO(t,r,d+1,l)+oO[2][0]*aO(t,r,d-1,l+1)+oO[2][1]*aO(t,r,d,l+1)+oO[2][2]*aO(t,r,d+1,l+1);(f=Math.abs(f))>25&&i++,f>15&&f<25&&s++}var p=0;return i+s!==0&&(p=i/(i+s)),p}function sO(e){var t=e.width,r=e.height,n=e.getContext("2d"),o=Math.floor(t/2.8),a=Math.floor(r/2.8),i=t-o,s=r-a;return{data:n.getImageData(Math.floor(o/2),Math.floor(a/2),i,s).data,reducedWidth:i,reducedHeight:s}}function cO(){return(cO=ex(regeneratorRuntime.mark((function e(t){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=sO(t),nO){e.next=3;break}return e.abrupt("return",iO(r));case 3:return e.abrupt("return",nO.calculateBlurScoreFunc(r));case 4:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function uO(e,t,r,n){return e[4*(n*t+r)]}var lO=Object.freeze({__proto__:null,calculateBlurScore:function(e){return cO.apply(this,arguments)},hasBetterBlurScore:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:.01;return null===t||e-t>r},hasBetterCardBlurScore:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:.01;return null===t||t-e>r},calculateIdCardBlurScore:function(e){var t=e.canvas,r=document.createElement("canvas"),n=r.getContext("2d");r.width=430,r.height=270,n.drawImage(t,0,0,r.width,r.height);var o=Math.floor(129),a=Math.floor(13.5),i=Math.floor(408.5),s=Math.floor(256.5),c=document.createElement("canvas"),u=c.getContext("2d"),l=i-o,d=s-a;c.width=l,c.height=d,u.drawImage(r,o,a,l,d,0,0,l,d);for(var f=u.getImageData(0,0,l,d).data,p=0;p<f.length;p+=4){var h=Math.round(.299*f[p]+.587*f[p+1]+.114*f[p+2]);f[p]=h}for(var g=d-1,m=l-1,v=0,y=[],b=1;b<g;b++)for(var w=1;w<m;w++){var C=4*-uO(f,l,w,b)+uO(f,l,w,b-1)+uO(f,l,w,b+1)+uO(f,l,w-1,b)+uO(f,l,w+1,b);v+=C,y.push(C)}v/=(l-2)*(d-2);for(var k=0,E=0;E<y.length;E++){var B=y[E]-v;k+=Math.pow(B,2)}var S=Math.sqrt(k/y.length);return 1/(1+Math.pow(2,S/2-10))}});function dO(e){var t,r,n,o,a,i,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},c=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,u=s.x,l=s.y,d=s.width,f=s.height,p=e.videoWidth,h=e.videoHeight,g=window.innerWidth,m=window.innerHeight,v=g/m,y=p/h;v<y?(a=u*(n=p/g),i=(l-(t=(m-g/y)/2))*(o=h/(m-2*t))):(a=(u-(r=(g-m*y)/2))*(n=p/(g-2*r)),i=l*(o=h/m));var b=d*n,w=f*o,C=b,k=w,E=Math.max(b,w)*c;return{lostX:r,lostY:t,cropWidth:b=Math.floor(Math.min(p,b+2*E)),cropHeight:w=Math.floor(Math.min(h,w+2*E)),cropX:a=Math.floor(Math.max(0,a-E)),cropY:i=Math.floor(Math.max(0,i-E)),cropWidthWithoutPadding:C,cropHeightWithoutPadding:k}}var fO=Object.freeze({__proto__:null,analyzeVideoAndWindowSizes:dO,takePicture:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=t.canvas,n=t.video,o=t.cropArea,a=t.quality,i=void 0===a?1:a;if(r)e=r;else{var s=dO(n,o),c=s.cropWidth,u=s.cropHeight,l=s.cropX,d=s.cropY,f=(e=document.createElement("canvas")).getContext("2d");e.width=c,e.height=u,f.drawImage(n,l,d,c,u,0,0,c,u)}return new Promise((function(t){e.toBlob(t,"image/jpeg",i)}))}}),pO=function(e){for(var t=e.length-1;t>0;t--){var r=Math.floor(Math.random()*(t+1)),n=[e[r],e[t]];e[t]=n[0],e[r]=n[1]}return e},hO=Object.freeze({__proto__:null,shuffleArray:pO}),gO={NONE:0,PARTIAL:1,FULL:2};function mO(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=ax(e,2),o=n[0],a=n[1],i=ax(t,2),s=i[0],c=i[1],u=[o[0],a[0]],l=[o[1],a[1]];return u[0]+r<=s[0]&&c[0]<=u[1]-r&&l[0]+r<=s[1]&&c[1]<=l[1]-.8*r?gO.FULL:u[0]<=s[0]||c[0]<=u[1]||l[0]<=s[1]||c[1]<=l[1]?gO.PARTIAL:gO.NONE}function vO(e){var t=e.small,r=t.coords,n=t.area,o=e.big,a=o.coords,i=o.area,s=n;if(!s){var c=ax(r,2),u=c[0],l=c[1];s=(l[0]-u[0])*(l[1]-u[1])}var d=i;if(!d){var f=ax(a,2),p=f[0],h=f[1];d=(h[0]-p[0])*(h[1]-p[1])}return s/d}function yO(e,t){var r=ax(e,2),n=r[0],o=r[1],a=ax(t,2),i=a[0],s=a[1],c=o[0]-n[0],u=o[1]-n[1],l=s[0]-i[0];return c/l<u/l?c/l:u/l}var bO=Object.freeze({__proto__:null,ContainMode:gO,rectContains:mO,rectAreaRatio:vO,rectEdgeRatio:yO,isFaceCenter:function(e,t){var r=ax(e,2),n=r[0],o=r[1],a=ax(t,2),i=a[0],s=a[1],c=o[0]-n[0],u=o[1]-n[1],l=s[0]-i[0],d=Math.abs(n[0]-(l-c)/2)/l<.2,f=Math.abs(n[1]-(l-u)/2)/l<.2;return!(!d||!f)}});function wO(e){return Math.pow(Math.pow(e[0],2)+Math.pow(e[1],2),.5)}function CO(e,t){return[e[0]-t[0],e[1]-t[1]]}function kO(e){var t=e.landmarks,r=e.getPerfectFrontal,n=function(e){var t,r,n,o,a,i,s=ax(e,4),c=s[0],u=s[1],l=s[2],d=s[3],f=CO(u,c),p=wO(f),h=(n=u,2,[(t=[(r=c)[0]+n[0],r[1]+n[1]])[0]/2,t[1]/2]),g=CO(l,h),m=wO(CO(d,l)),v=CO(d,h),y=wO(v),b=(g[0]*v[0]+g[1]*v[1])/y,w=m/y;if(p>.5*y)o=(g[0]*f[0]+g[1]*f[1])/p/p;else{var C=wO(CO(g,function(e,t){return[e[0]*t,e[1]*t]}(v,b/y)));i=v,o=((a=g)[0]*i[1]-i[0]*a[1]>=0?1:-1)*C/p}return{left_right_score:o,up_down_score:w}}(t),o=n.left_right_score,a=n.up_down_score,i=ax(t,3),s=i[0],c=i[1],u=i[2],l=c[0]-u[0],d=s[0]-u[0],f=r?.1:.3,p=a>.7,h=a<.42,g=o>=.35&&o<=.6,m=o<=-.35&&o>=-.6;return a>=.42&&a<=.7&&o>-f&&o<f&&l*d<0?{gesture:$I.FRONTAL,leftRightScore:o}:!p||m||g?!h||m||g?!g||p||h?!m||p||h?null:{gesture:$I.LEFT,leftRightScore:o}:{gesture:$I.RIGHT,leftRightScore:o}:{gesture:$I.DOWN,leftRightScore:o}:{gesture:$I.UP,leftRightScore:o}}function EO(e){var t,r,n,o,a,i,s,c,u,l,d,f,p,h,g,m,v,y,b,w,C,k,E=e.predictions,B=e.width,S=[[0,0],[B,e.height]],_=E.reduce((function(e,t){var r=t.topLeft,n=t.bottomRight,o=t.probability,a=t.landmarks;return o<.9||a.length<6||vO({small:{coords:[r,n]},big:{coords:S}})<=.025?e[gO.NONE].push(t):e[mO(S,[r,n])].push(t),e}),(tx(t={},gO.PARTIAL,[]),tx(t,gO.FULL,[]),tx(t,gO.NONE,[]),t)),A=_[gO.FULL].length,T=_[gO.PARTIAL].length;if(0===A)r=T>0?YI.partial_face:YI.no_face;else if(A+T>1)r=YI.multiple_faces;else{var I=n=_[gO.FULL][0],x=yO([I.topLeft,I.bottomRight],S);x<.4&&(r=YI.face_too_small),x>.61&&(r=YI.face_too_large),mO(S,(s=(o=n.landmarks)[0],c=o[1],u=o[2],l=o[3],d=o[4],f=o[5],h=(p=.5*(s[1]+c[1]))+1.5*(p-l[1]),g=l[1]-1.2*(u[1]-l[1]),m=[s[0],c[0],u[0],l[0],d[0],f[0]],v=Math.min.apply(Math,m),y=Math.min(h,g),b=Math.max.apply(Math,m),w=Math.max(h,g),C=Math.abs(l[0]-d[0])/Math.abs(l[0]-f[0]),k=l[0]-d[0]<0&&f[0]-l[0]>.05*(b-v),l[0]-d[0]>0&&f[0]-l[0]<-.05*(b-v)?(a=.2,i=.1):k?(a=.1,i=.2):C>2||C<.5?(a=.15,i=.15):(a=.05,i=.05),[[v-a*(b-v),y],[b+i*(b-v),w]]),.05*B)!==gO.FULL&&(r=YI.face_out_of_box)}return{error:r,fullFace:n}}function BO(e,t){var r=t.customInstructions,n=t.customIcon,o=t.customDirectionIcon,a=t.customStepTimeConstraints,i={};return null!=r&&r[e]&&(i.instructions=r[e]),null!=n&&n[e]&&(i.icon=n[e]),null!=o&&o[e]&&(i.directionIcon=o[e]),null!=a&&a[e]&&(i.stepTimeConstraints=a[e]),i}function SO(){return(SO=ex(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(nO){e.next=2;break}return e.abrupt("return",EO(t));case 2:return e.abrupt("return",nO.validatePredictionsFunc(t));case 3:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function _O(){return(_O=ex(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(nO){e.next=2;break}return e.abrupt("return",kO(t));case 2:return e.abrupt("return",nO.calculateFaceDirectionFunc(t));case 3:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var AO=Object.freeze({__proto__:null,initFaceVerificationData:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.assetRoot,r=void 0===t?"/":t,n=e.customInstructions,o=e.customIcon,a=e.customDirectionIcon,i=e.customStepTimeConstraints;return{curStepIndex:0,steps:[].concat(ix(pO([ox({name:$I.LEFT,instructions:{en:"Turn your face to the left",vi:"Quay mặt chậm qua trái"},image:{blob:null,imageId:null,objUrl:null,blurScore:null,leftRightScore:null},frontalFaceImage:{blob:null,imageId:null,blurScore:null,leftRightScore:null},icon:DN(r,"ic_face_left.svg"),directionIcon:DN(r,"arrow_left.svg"),directionIconAnimation:"slide-horizontal",firstFrameSpottedAt:null,stepTimeConstraints:{delayTime:null}},BO($I.LEFT,{customInstructions:n,customIcon:o,customDirectionIcon:a,customStepTimeConstraints:i})),ox({name:$I.RIGHT,instructions:{en:"Turn your face to the right",vi:"Quay mặt chậm qua phải"},image:{blob:null,imageId:null,objUrl:null,blurScore:null,leftRightScore:null},frontalFaceImage:{blob:null,imageId:null,blurScore:null,leftRightScore:null},icon:DN(r,"ic_face_right.svg"),directionIcon:DN(r,"arrow_right.svg"),directionIconAnimation:"slide-horizontal",firstFrameSpottedAt:null,stepTimeConstraints:{delayTime:null}},BO($I.RIGHT,{customInstructions:n,customIcon:o,customDirectionIcon:a,customStepTimeConstraints:i})),ox({name:$I.UP,instructions:{en:"Turn your face up",vi:"Ngước mặt chậm lên trên"},image:{blob:null,imageId:null,objUrl:null,blurScore:null,leftRightScore:null},frontalFaceImage:{blob:null,imageId:null,blurScore:null,leftRightScore:null},icon:DN(r,"ic_face_up.svg"),directionIcon:DN(r,"arrow_up.svg"),directionIconAnimation:"slide-vertical",firstFrameSpottedAt:null,stepTimeConstraints:{delayTime:null}},BO($I.UP,{customInstructions:n,customIcon:o,customDirectionIcon:a,customStepTimeConstraints:i}))])),[ox({name:$I.FRONTAL,instructions:{en:"Look straight into the camera",vi:"Nhìn thẳng camera"},image:{blob:null,imageId:null,objUrl:null,blurScore:null,leftRightScore:null},frontalFaceImage:{blob:null,imageId:null,blurScore:null,leftRightScore:null},icon:DN(r,"ic_face_frontal.svg"),directionIcon:DN(r,"frontal.svg"),directionIconAnimation:"blink",firstFrameSpottedAt:null,stepTimeConstraints:{delayTime:null}},BO($I.FRONTAL,{customInstructions:n,customIcon:o,customDirectionIcon:a,customStepTimeConstraints:i}))])}},validatePredictions:function(e){return SO.apply(this,arguments)},calculateFaceDirection:function(e){return _O.apply(this,arguments)},faceTracker:function(){var e=[],t=[],r=[],n=[],o=[],a=0,i=0;function s(){i=a,r=ix(e),n=ix(t)}return function(c,u){var l=c.topLeft,d=c.bottomRight,f=c.landmarks,p=[],h=ax(l,2);p[0]=h[0],p[1]=h[1];var g=ax(d,2);p[2]=g[0],p[3]=g[1];var m=[],v=[];f.forEach((function(e,t){var r=ax(e,2);m[t]=r[0],v[t]=r[1]})),a=Date.now();var y=p[2]-p[0];if(e=[].concat(m),t=[].concat(v),!r.length&&!n.length||u)return s(),{score:0,time:a};for(var b=0;b<6;b++)o[b]=Math.sqrt((e[b]-r[b])*(e[b]-r[b])+(t[b]-n[b])*(t[b]-n[b]));for(var w=0;w<6;w++)o[w]/=(a-i)*y;for(var C=0,k=0;k<6;k++)C+=o[k];return C/=6,s(),{score:C,time:a}}}}),TO=document.createElement("canvas"),IO=TO.getContext("2d");TO.width=128,TO.height=128;var xO=function(){var e=ex(regeneratorRuntime.mark((function e(t){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.model,n=t.sCanvas,IO.drawImage(n,0,0,TO.width,TO.height),e.abrupt("return",r.estimateFaces(TO,!1,!1,!0));case 3:case"end":return e.stop()}var n}),e)})));return function(t){return e.apply(this,arguments)}}(),PO=Object.freeze({__proto__:null,SIZE:128,getModelPredictions:xO}),RO=Object.getOwnPropertySymbols,NO=Object.prototype.hasOwnProperty,OO=Object.prototype.propertyIsEnumerable;function LO(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var DO,MO=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var r,n,o=LO(e),a=1;a<arguments.length;a++){for(var i in r=Object(arguments[a]))NO.call(r,i)&&(o[i]=r[i]);if(RO){n=RO(r);for(var s=0;s<n.length;s++)OO.call(r,n[s])&&(o[n[s]]=r[n[s]])}}return o},UO=arguments[3],jO=arguments[4],FO=arguments[5],VO=JSON.stringify,zO=function(e,t){for(var r,n=Object.keys(FO),o=0,a=n.length;o<a;o++){var i=n[o],s=FO[i].exports;if(s===e||s&&s.default===e){r=i;break}}if(!r){r=Math.floor(Math.pow(16,8)*Math.random()).toString(16);var c={};for(o=0,a=n.length;o<a;o++)c[i=n[o]]=i;jO[r]=["function(require,module,exports){"+e+"(self); }",c]}var u=Math.floor(Math.pow(16,8)*Math.random()).toString(16),l={};l[r]=r,jO[u]=["function(require,module,exports){var f = require("+VO(r)+");(f.default ? f.default : f)(self);}",l];var d={};!function e(t){for(var r in d[t]=!0,jO[t][1]){var n=jO[t][1][r];d[n]||e(n)}}(u);var f="("+UO+")({"+Object.keys(d).map((function(e){return VO(e)+":["+jO[e][0]+","+VO(jO[e][1])+"]"})).join(",")+"},{},["+VO(u)+"])",p=window.URL||window.webkitURL||window.mozURL||window.msURL,h=new Blob([f],{type:"text/javascript"});if(t&&t.bare)return h;var g=p.createObjectURL(h),m=new Worker(g);return m.objectURL=g,m},KO=vx((function(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}})),qO={js:!0,wasm:!0};function HO(e){if(!(this instanceof HO))return new HO(e);var t=MO({},qO,e||{});if(this.options=t,this.__cache={},this.__init_promise=null,this.__modules=t.modules||{},this.__memory=null,this.__wasm={},this.__isLE=1===new Uint32Array(new Uint8Array([1,0,0,0]).buffer)[0],!this.options.js&&!this.options.wasm)throw new Error('mathlib: at least "js" or "wasm" should be enabled')}HO.prototype.has_wasm=function(){if(void 0!==DO)return DO;if(DO=!1,"undefined"==typeof WebAssembly)return DO;try{var e=new Uint8Array([0,97,115,109,1,0,0,0,1,6,1,96,1,127,1,127,3,2,1,0,5,3,1,0,1,7,8,1,4,116,101,115,116,0,0,10,16,1,14,0,32,0,65,1,54,2,0,32,0,40,2,0,11]),t=new WebAssembly.Module(e);return 0!==new WebAssembly.Instance(t,{}).exports.test(4)&&(DO=!0),DO}catch(e){}return DO},HO.prototype.use=function(e){return this.__modules[e.name]=e,this.options.wasm&&this.has_wasm()&&e.wasm_fn?this[e.name]=e.wasm_fn:this[e.name]=e.fn,this},HO.prototype.init=function(){if(this.__init_promise)return this.__init_promise;if(!this.options.js&&this.options.wasm&&!this.has_wasm())return Promise.reject(new Error('mathlib: only "wasm" was enabled, but it\'s not supported'));var e=this;return this.__init_promise=Promise.all(Object.keys(e.__modules).map((function(t){var r=e.__modules[t];return e.options.wasm&&e.has_wasm()&&r.wasm_fn?e.__wasm[t]?null:WebAssembly.compile(e.__base64decode(r.wasm_src)).then((function(r){e.__wasm[t]=r})):null}))).then((function(){return e})),this.__init_promise},HO.prototype.__base64decode=function(e){for(var t=e.replace(/[\r\n=]/g,""),r=t.length,n=new Uint8Array(3*r>>2),o=0,a=0,i=0;i<r;i++)i%4==0&&i&&(n[a++]=o>>16&255,n[a++]=o>>8&255,n[a++]=255&o),o=o<<6|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(t.charAt(i));var s=r%4*6;return 0===s?(n[a++]=o>>16&255,n[a++]=o>>8&255,n[a++]=255&o):18===s?(n[a++]=o>>10&255,n[a++]=o>>2&255):12===s&&(n[a++]=o>>4&255),n},HO.prototype.__reallocate=function(e){if(!this.__memory)return this.__memory=new WebAssembly.Memory({initial:Math.ceil(e/65536)}),this.__memory;var t=this.__memory.buffer.byteLength;return t<e&&this.__memory.grow(Math.ceil((e-t)/65536)),this.__memory},HO.prototype.__instance=function(e,t,r){if(t&&this.__reallocate(t),!this.__wasm[e]){var n=this.__modules[e];this.__wasm[e]=new WebAssembly.Module(this.__base64decode(n.wasm_src))}if(!this.__cache[e]){var o={memoryBase:0,memory:this.__memory,tableBase:0,table:new WebAssembly.Table({initial:0,element:"anyfunc"})};this.__cache[e]=new WebAssembly.Instance(this.__wasm[e],{env:MO(o,r||{})})}return this.__cache[e]},HO.prototype.__align=function(e,t){var r=e%(t=t||8);return e+(r?t-r:0)};var WO,QO,GO,XO,YO,$O,ZO=HO;function JO(e,t,r,n,o,a){var i,s,c,u,l,d,f,p,h,g,m,v,y,b;for(h=0;h<a;h++){for(f=h,p=0,u=l=(i=e[d=h*o])*n[6],m=n[0],v=n[1],y=n[4],b=n[5],g=0;g<o;g++)c=(s=e[d])*m+i*v+u*y+l*b,l=u,u=c,i=s,r[p]=u,p++,d++;for(p--,f+=a*(o-1),u=l=(i=e[--d])*n[7],s=i,m=n[2],v=n[3],g=o-1;g>=0;g--)c=s*m+i*v+u*y+l*b,l=u,u=c,i=s,s=e[d],t[f]=r[p]+u,d--,p--,f-=a}}var eL={name:"unsharp_mask",fn:function(e,t,r,n,o,a){var i,s,c,u,l,d,f,p,h,g,m,v,y;if(!(0===n||o<.5)){o>2&&(o=2);var b=function(e,t,r){for(var n,o,a,i,s,c=t*r,u=new Uint16Array(c),l=0;l<c;l++)n=e[4*l],o=e[4*l+1],a=e[4*l+2],s=n>=o&&n>=a?n:o>=a&&o>=n?o:a,i=n<=o&&n<=a?n:o<=a&&o<=n?o:a,u[l]=257*(s+i)>>1;return u}(e,t,r),w=new Uint16Array(b);!function(e,t,r,n){if(n){var o=new Uint16Array(e.length),a=new Float32Array(Math.max(t,r)),i=function(e){e<.5&&(e=.5);var t=Math.exp(.527076)/e,r=Math.exp(-t),n=Math.exp(-2*t),o=(1-r)*(1-r)/(1+2*t*r-n);return WO=o,QO=o*(t-1)*r,GO=o*(t+1)*r,XO=-o*n,YO=2*r,$O=-n,new Float32Array([WO,QO,GO,XO,YO,$O,(WO+QO)/(1-YO-$O),(GO+XO)/(1-YO-$O)])}(n);JO(e,o,a,i,t,r),JO(o,e,a,i,r,t)}}(w,t,r,o);for(var C=n/100*4096+.5|0,k=257*a|0,E=t*r,B=0;B<E;B++)v=2*(b[B]-w[B]),Math.abs(v)>=k&&(i=e[y=4*B],s=e[y+1],c=e[y+2],d=257*((p=i>=s&&i>=c?i:s>=i&&s>=c?s:c)+(f=i<=s&&i<=c?i:s<=i&&s<=c?s:c))>>1,f===p?u=l=0:(l=d<=32767?4095*(p-f)/(p+f)|0:4095*(p-f)/(510-p-f)|0,u=i===p?65535*(s-c)/(6*(p-f))|0:s===p?21845+(65535*(c-i)/(6*(p-f))|0):43690+(65535*(i-s)/(6*(p-f))|0)),(d+=C*v+2048>>12)>65535?d=65535:d<0&&(d=0),0===l?i=s=c=d>>8:(h=2*d-(g=d<=32767?d*(4096+l)+2048>>12:d+((65535-d)*l+2048>>12))>>8,g>>=8,i=(m=u+21845&65535)>=43690?h:m>=32767?h+(6*(g-h)*(43690-m)+32768>>16):m>=10922?g:h+(6*(g-h)*m+32768>>16),s=(m=65535&u)>=43690?h:m>=32767?h+(6*(g-h)*(43690-m)+32768>>16):m>=10922?g:h+(6*(g-h)*m+32768>>16),c=(m=u-21845&65535)>=43690?h:m>=32767?h+(6*(g-h)*(43690-m)+32768>>16):m>=10922?g:h+(6*(g-h)*m+32768>>16)),e[y]=i,e[y+1]=s,e[y+2]=c)}},wasm_fn:function(e,t,r,n,o,a){if(!(0===n||o<.5)){o>2&&(o=2);var i=t*r,s=4*i,c=2*i,u=2*i,l=4*Math.max(t,r),d=s,f=d+c,p=f+u,h=p+u,g=h+l,m=this.__instance("unsharp_mask",s+c+2*u+l+32,{exp:Math.exp}),v=new Uint32Array(e.buffer);new Uint32Array(this.__memory.buffer).set(v);var y=m.exports.hsl_l16||m.exports._hsl_l16;y(0,d,t,r),(y=m.exports.blurMono16||m.exports._blurMono16)(d,f,p,h,g,t,r,o),(y=m.exports.unsharp||m.exports._unsharp)(0,0,d,f,t,r,n,a),v.set(new Uint32Array(this.__memory.buffer,0,i))}},wasm_src:"AGFzbQEAAAABMQZgAXwBfGACfX8AYAZ/f39/f38AYAh/f39/f39/fQBgBH9/f38AYAh/f39/f39/fwACGQIDZW52A2V4cAAAA2VudgZtZW1vcnkCAAEDBgUBAgMEBQQEAXAAAAdMBRZfX2J1aWxkX2dhdXNzaWFuX2NvZWZzAAEOX19nYXVzczE2X2xpbmUAAgpibHVyTW9ubzE2AAMHaHNsX2wxNgAEB3Vuc2hhcnAABQkBAAqJEAXZAQEGfAJAIAFE24a6Q4Ia+z8gALujIgOaEAAiBCAEoCIGtjgCECABIANEAAAAAAAAAMCiEAAiBbaMOAIUIAFEAAAAAAAA8D8gBKEiAiACoiAEIAMgA6CiRAAAAAAAAPA/oCAFoaMiArY4AgAgASAEIANEAAAAAAAA8L+gIAKioiIHtjgCBCABIAQgA0QAAAAAAADwP6AgAqKiIgO2OAIIIAEgBSACoiIEtow4AgwgASACIAegIAVEAAAAAAAA8D8gBqGgIgKjtjgCGCABIAMgBKEgAqO2OAIcCwu3AwMDfwR9CHwCQCADKgIUIQkgAyoCECEKIAMqAgwhCyADKgIIIQwCQCAEQX9qIgdBAEgiCA0AIAIgAC8BALgiDSADKgIYu6IiDiAJuyIQoiAOIAq7IhGiIA0gAyoCBLsiEqIgAyoCALsiEyANoqCgoCIPtjgCACACQQRqIQIgAEECaiEAIAdFDQAgBCEGA0AgAiAOIBCiIA8iDiARoiANIBKiIBMgAC8BALgiDaKgoKAiD7Y4AgAgAkEEaiECIABBAmohACAGQX9qIgZBAUoNAAsLAkAgCA0AIAEgByAFbEEBdGogAEF+ai8BACIIuCINIAu7IhGiIA0gDLsiEqKgIA0gAyoCHLuiIg4gCrsiE6KgIA4gCbsiFKKgIg8gAkF8aioCALugqzsBACAHRQ0AIAJBeGohAiAAQXxqIQBBACAFQQF0ayEHIAEgBSAEQQF0QXxqbGohBgNAIAghAyAALwEAIQggBiANIBGiIAO4Ig0gEqKgIA8iECAToqAgDiAUoqAiDyACKgIAu6CrOwEAIAYgB2ohBiAAQX5qIQAgAkF8aiECIBAhDiAEQX9qIgRBAUoNAAsLCwvfAgIDfwZ8AkAgB0MAAAAAWw0AIARE24a6Q4Ia+z8gB0MAAAA/l7ujIgyaEAAiDSANoCIPtjgCECAEIAxEAAAAAAAAAMCiEAAiDraMOAIUIAREAAAAAAAA8D8gDaEiCyALoiANIAwgDKCiRAAAAAAAAPA/oCAOoaMiC7Y4AgAgBCANIAxEAAAAAAAA8L+gIAuioiIQtjgCBCAEIA0gDEQAAAAAAADwP6AgC6KiIgy2OAIIIAQgDiALoiINtow4AgwgBCALIBCgIA5EAAAAAAAA8D8gD6GgIgujtjgCGCAEIAwgDaEgC6O2OAIcIAYEQCAFQQF0IQogBiEJIAIhCANAIAAgCCADIAQgBSAGEAIgACAKaiEAIAhBAmohCCAJQX9qIgkNAAsLIAVFDQAgBkEBdCEIIAUhAANAIAIgASADIAQgBiAFEAIgAiAIaiECIAFBAmohASAAQX9qIgANAAsLC7wBAQV/IAMgAmwiAwRAQQAgA2shBgNAIAAoAgAiBEEIdiIHQf8BcSECAn8gBEH/AXEiAyAEQRB2IgRB/wFxIgVPBEAgAyIIIAMgAk8NARoLIAQgBCAHIAIgA0kbIAIgBUkbQf8BcQshCAJAIAMgAk0EQCADIAVNDQELIAQgByAEIAMgAk8bIAIgBUsbQf8BcSEDCyAAQQRqIQAgASADIAhqQYECbEEBdjsBACABQQJqIQEgBkEBaiIGDQALCwvTBgEKfwJAIAazQwAAgEWUQwAAyEKVu0QAAAAAAADgP6CqIQ0gBSAEbCILBEAgB0GBAmwhDgNAQQAgAi8BACADLwEAayIGQQF0IgdrIAcgBkEASBsgDk8EQCAAQQJqLQAAIQUCfyAALQAAIgYgAEEBai0AACIESSIJRQRAIAYiCCAGIAVPDQEaCyAFIAUgBCAEIAVJGyAGIARLGwshCAJ/IAYgBE0EQCAGIgogBiAFTQ0BGgsgBSAFIAQgBCAFSxsgCRsLIgogCGoiD0GBAmwiEEEBdiERQQAhDAJ/QQAiCSAIIApGDQAaIAggCmsiCUH/H2wgD0H+AyAIayAKayAQQYCABEkbbSEMIAYgCEYEQCAEIAVrQf//A2wgCUEGbG0MAQsgBSAGayAGIARrIAQgCEYiBhtB//8DbCAJQQZsbUHVqgFBqtUCIAYbagshCSARIAcgDWxBgBBqQQx1aiIGQQAgBkEAShsiBkH//wMgBkH//wNIGyEGAkACfwJAIAxB//8DcSIFBEAgBkH//wFKDQEgBUGAIGogBmxBgBBqQQx2DAILIAZBCHYiBiEFIAYhBAwCCyAFIAZB//8Dc2xBgBBqQQx2IAZqCyIFQQh2IQcgBkEBdCAFa0EIdiIGIQQCQCAJQdWqAWpB//8DcSIFQanVAksNACAFQf//AU8EQEGq1QIgBWsgByAGa2xBBmxBgIACakEQdiAGaiEEDAELIAchBCAFQanVAEsNACAFIAcgBmtsQQZsQYCAAmpBEHYgBmohBAsCfyAGIgUgCUH//wNxIghBqdUCSw0AGkGq1QIgCGsgByAGa2xBBmxBgIACakEQdiAGaiAIQf//AU8NABogByIFIAhBqdUASw0AGiAIIAcgBmtsQQZsQYCAAmpBEHYgBmoLIQUgCUGr1QJqQf//A3EiCEGp1QJLDQAgCEH//wFPBEBBqtUCIAhrIAcgBmtsQQZsQYCAAmpBEHYgBmohBgwBCyAIQanVAEsEQCAHIQYMAQsgCCAHIAZrbEEGbEGAgAJqQRB2IAZqIQYLIAEgBDoAACABQQFqIAU6AAAgAUECaiAGOgAACyADQQJqIQMgAkECaiECIABBBGohACABQQRqIQEgC0F/aiILDQALCwsL"},tL=[{win:.5,filter:function(e){return e>=-.5&&e<.5?1:0}},{win:1,filter:function(e){if(e<=-1||e>=1)return 0;if(e>-1.1920929e-7&&e<1.1920929e-7)return 1;var t=e*Math.PI;return Math.sin(t)/t*(.54+.46*Math.cos(t/1))}},{win:2,filter:function(e){if(e<=-2||e>=2)return 0;if(e>-1.1920929e-7&&e<1.1920929e-7)return 1;var t=e*Math.PI;return Math.sin(t)/t*Math.sin(t/2)/(t/2)}},{win:3,filter:function(e){if(e<=-3||e>=3)return 0;if(e>-1.1920929e-7&&e<1.1920929e-7)return 1;var t=e*Math.PI;return Math.sin(t)/t*Math.sin(t/3)/(t/3)}}];function rL(e){return Math.round(16383*e)}var nL=function(e,t,r,n,o){var a,i,s,c,u,l,d,f,p,h,g,m,v,y,b,w,C,k=tL[e].filter,E=1/n,B=Math.min(1,n),S=tL[e].win/B,_=Math.floor(2*(S+1)),A=new Int16Array((_+2)*r),T=0,I=!A.subarray||!A.set;for(a=0;a<r;a++){for(i=(a+.5)*E+o,s=Math.max(0,Math.floor(i-S)),u=(c=Math.min(t-1,Math.ceil(i+S)))-s+1,l=new Float32Array(u),d=new Int16Array(u),f=0,p=s,h=0;p<=c;p++,h++)f+=g=k((p+.5-i)*B),l[h]=g;for(m=0,h=0;h<l.length;h++)m+=v=l[h]/f,d[h]=rL(v);for(d[r>>1]+=rL(1-m),y=0;y<d.length&&0===d[y];)y++;if(y<d.length){for(b=d.length-1;b>0&&0===d[b];)b--;if(w=s+y,C=b-y+1,A[T++]=w,A[T++]=C,I)for(h=y;h<=b;h++)A[T++]=d[h];else A.set(d.subarray(y,b+1),T),T+=C}else A[T++]=0,A[T++]=0}return A};function oL(e){return e<0?0:e>255?255:e}var aL=!0;try{aL=1===new Uint32Array(new Uint8Array([1,0,0,0]).buffer)[0]}catch(e){}function iL(e,t,r){if(aL)t.set(function(e){return new Uint8Array(e.buffer,0,e.byteLength)}(e),r);else for(var n=r,o=0;o<e.length;o++){var a=e[o];t[n++]=255&a,t[n++]=a>>8&255}}var sL={name:"resize",fn:function(e){var t=e.src,r=e.width,n=e.height,o=e.toWidth,a=e.toHeight,i=e.scaleX||e.toWidth/e.width,s=e.scaleY||e.toHeight/e.height,c=e.offsetX||0,u=e.offsetY||0,l=e.dest||new Uint8Array(o*a*4),d=void 0===e.quality?3:e.quality,f=e.alpha||!1,p=nL(d,r,o,i,c),h=nL(d,n,a,s,u),g=new Uint8Array(o*n*4);return function(e,t,r,n,o,a){var i,s,c,u,l,d,f,p,h,g,m,v=0,y=0;for(h=0;h<n;h++){for(l=0,g=0;g<o;g++){for(d=a[l++],f=a[l++],p=v+4*d|0,i=s=c=u=0;f>0;f--)u=u+(m=a[l++])*e[p+3]|0,c=c+m*e[p+2]|0,s=s+m*e[p+1]|0,i=i+m*e[p]|0,p=p+4|0;t[y+3]=oL(u+8192>>14),t[y+2]=oL(c+8192>>14),t[y+1]=oL(s+8192>>14),t[y]=oL(i+8192>>14),y=y+4*n|0}y=4*(h+1)|0,v=(h+1)*r*4|0}}(t,g,r,n,o,p),function(e,t,r,n,o,a){var i,s,c,u,l,d,f,p,h,g,m,v=0,y=0;for(h=0;h<n;h++){for(l=0,g=0;g<o;g++){for(d=a[l++],f=a[l++],p=v+4*d|0,i=s=c=u=0;f>0;f--)u=u+(m=a[l++])*e[p+3]|0,c=c+m*e[p+2]|0,s=s+m*e[p+1]|0,i=i+m*e[p]|0,p=p+4|0;t[y+3]=oL(u+8192>>14),t[y+2]=oL(c+8192>>14),t[y+1]=oL(s+8192>>14),t[y]=oL(i+8192>>14),y=y+4*n|0}y=4*(h+1)|0,v=(h+1)*r*4|0}}(g,l,n,o,a,h),f||function(e,t,r){for(var n=3,o=t*r*4|0;n<o;)e[n]=255,n=n+4|0}(l,o,a),l},wasm_fn:function(e){var t=e.src,r=e.width,n=e.height,o=e.toWidth,a=e.toHeight,i=e.scaleX||e.toWidth/e.width,s=e.scaleY||e.toHeight/e.height,c=e.offsetX||0,u=e.offsetY||0,l=e.dest||new Uint8Array(o*a*4),d=void 0===e.quality?3:e.quality,f=e.alpha||!1,p=nL(d,r,o,i,c),h=nL(d,n,a,s,u),g=this.__align(0+Math.max(t.byteLength,l.byteLength)),m=this.__align(g+n*o*4),v=this.__align(m+p.byteLength),y=v+h.byteLength,b=this.__instance("resize",y),w=new Uint8Array(this.__memory.buffer),C=new Uint32Array(this.__memory.buffer),k=new Uint32Array(t.buffer);return C.set(k),iL(p,w,m),iL(h,w,v),(b.exports.convolveHV||b.exports._convolveHV)(m,v,g,r,n,o,a),new Uint32Array(l.buffer).set(new Uint32Array(this.__memory.buffer,0,a*o)),f||function(e,t,r){for(var n=3,o=t*r*4|0;n<o;)e[n]=255,n=n+4|0}(l,o,a),l},wasm_src:"AGFzbQEAAAABFAJgBn9/f39/fwBgB39/f39/f38AAg8BA2VudgZtZW1vcnkCAAEDAwIAAQQEAXAAAAcZAghjb252b2x2ZQAACmNvbnZvbHZlSFYAAQkBAArmAwLBAwEQfwJAIANFDQAgBEUNACAFQQRqIRVBACEMQQAhDQNAIA0hDkEAIRFBACEHA0AgB0ECaiESAn8gBSAHQQF0IgdqIgZBAmouAQAiEwRAQQAhCEEAIBNrIRQgFSAHaiEPIAAgDCAGLgEAakECdGohEEEAIQlBACEKQQAhCwNAIBAoAgAiB0EYdiAPLgEAIgZsIAtqIQsgB0H/AXEgBmwgCGohCCAHQRB2Qf8BcSAGbCAKaiEKIAdBCHZB/wFxIAZsIAlqIQkgD0ECaiEPIBBBBGohECAUQQFqIhQNAAsgEiATagwBC0EAIQtBACEKQQAhCUEAIQggEgshByABIA5BAnRqIApBgMAAakEOdSIGQf8BIAZB/wFIG0EQdEGAgPwHcUEAIAZBAEobIAtBgMAAakEOdSIGQf8BIAZB/wFIG0EYdEEAIAZBAEobciAJQYDAAGpBDnUiBkH/ASAGQf8BSBtBCHRBgP4DcUEAIAZBAEobciAIQYDAAGpBDnUiBkH/ASAGQf8BSBtB/wFxQQAgBkEAShtyNgIAIA4gA2ohDiARQQFqIhEgBEcNAAsgDCACaiEMIA1BAWoiDSADRw0ACwsLIQACQEEAIAIgAyAEIAUgABAAIAJBACAEIAUgBiABEAALCw=="};function cL(e){var t=e||[],r={js:t.indexOf("js")>=0,wasm:t.indexOf("wasm")>=0};ZO.call(this,r),this.features={js:r.js,wasm:r.wasm&&this.has_wasm()},this.use(eL),this.use(sL)}KO(cL,ZO),cL.prototype.resizeAndUnsharp=function(e,t){var r=this.resize(e,t);return e.unsharpAmount&&this.unsharp_mask(r,e.toWidth,e.toHeight,e.unsharpAmount,e.unsharpRadius,e.unsharpThreshold),r};var uL=cL;function lL(e,t){this.create=e,this.available=[],this.acquired={},this.lastId=1,this.timeoutId=0,this.idle=t||2e3}lL.prototype.acquire=function(){var e,t=this;return 0!==this.available.length?e=this.available.pop():((e=this.create()).id=this.lastId++,e.release=function(){return t.release(e)}),this.acquired[e.id]=e,e},lL.prototype.release=function(e){var t=this;delete this.acquired[e.id],e.lastUsed=Date.now(),this.available.push(e),0===this.timeoutId&&(this.timeoutId=setTimeout((function(){return t.gc()}),100))},lL.prototype.gc=function(){var e=this,t=Date.now();this.available=this.available.filter((function(r){return!(t-r.lastUsed>e.idle&&(r.destroy(),1))})),0!==this.available.length?this.timeoutId=setTimeout((function(){return e.gc()}),100):this.timeoutId=0};var dL=lL;function fL(e){return Object.prototype.toString.call(e)}var pL=function(e){var t=fL(e);return"[object HTMLCanvasElement]"===t||"[object OffscreenCanvas]"===t||"[object Canvas]"===t},hL=function(e){switch(e){case 0:return"pixelated";case 1:return"low";case 2:return"medium"}return"high"},gL=function(){var e,t=uL;onmessage=function(r){var n=r.data.opts;e||(e=new t(r.data.features));var o=e.resizeAndUnsharp(n);postMessage({result:o},[o.buffer])}};function mL(e){var t=Math.round(e);return Math.abs(e-t)<1e-5?t:Math.floor(e)}function vL(e){var t=Math.round(e);return Math.abs(e-t)<1e-5?t:Math.ceil(e)}var yL={},bL=!1;try{"undefined"!=typeof navigator&&navigator.userAgent&&(bL=navigator.userAgent.indexOf("Safari")>=0)}catch(e){}var wL=1;"undefined"!=typeof navigator&&(wL=Math.min(navigator.hardwareConcurrency||1,4));var CL,kL,EL={tile:1024,concurrency:wL,features:["js","wasm","ww"],idle:2e3,createCanvas:function(e,t){var r=document.createElement("canvas");return r.width=e,r.height=t,r}},BL={quality:3,alpha:!1,unsharpAmount:0,unsharpRadius:0,unsharpThreshold:0};function SL(){return{value:zO(gL),destroy:function(){if(this.value.terminate(),"undefined"!=typeof window){var e=window.URL||window.webkitURL||window.mozURL||window.msURL;e&&e.revokeObjectURL&&this.value.objectURL&&e.revokeObjectURL(this.value.objectURL)}}}}function _L(e){if(!(this instanceof _L))return new _L(e);this.options=MO({},EL,e||{});var t="lk_".concat(this.options.concurrency);this.__limit=yL[t]||function(e){var t=0,r=[];function n(){t<e&&r.length&&(t++,r.shift()())}return function(e){return new Promise((function(o,a){r.push((function(){e().then((function(e){o(e),t--,n()}),(function(e){a(e),t--,n()}))})),n()}))}}(this.options.concurrency),yL[t]||(yL[t]=this.__limit),this.features={js:!1,wasm:!1,cib:!1,ww:!1},this.__workersPool=null,this.__requested_features=[],this.__mathlib=null}_L.prototype.init=function(){var e=this;if(this.__initPromise)return this.__initPromise;if(!1!==CL&&!0!==CL&&(CL=!1,"undefined"!=typeof ImageData&&"undefined"!=typeof Uint8ClampedArray))try{new ImageData(new Uint8ClampedArray(400),10,10),CL=!0}catch(t){}!1!==kL&&!0!==kL&&(kL=!1,"undefined"!=typeof ImageBitmap&&(ImageBitmap.prototype&&ImageBitmap.prototype.close?kL=!0:this.debug("ImageBitmap does not support .close(), disabled")));var t=this.options.features.slice();if(t.indexOf("all")>=0&&(t=["cib","wasm","js","ww"]),this.__requested_features=t,this.__mathlib=new uL(t),t.indexOf("ww")>=0&&"undefined"!=typeof window&&"Worker"in window)try{zO((function(){})).terminate(),this.features.ww=!0;var r="wp_".concat(JSON.stringify(this.options));yL[r]?this.__workersPool=yL[r]:(this.__workersPool=new dL(SL,this.options.idle),yL[r]=this.__workersPool)}catch(t){}var n,o=this.__mathlib.init().then((function(t){MO(e.features,t.features)}));return n=kL?function(e){return Promise.resolve().then((function(){if("undefined"==typeof createImageBitmap)return!1;var t=e(100,100);return createImageBitmap(t,0,0,100,100,{resizeWidth:10,resizeHeight:10,resizeQuality:"high"}).then((function(e){var r=10===e.width;return e.close(),t=null,r}))})).catch((function(){return!1}))}(this.options.createCanvas).then((function(r){e.features.cib&&t.indexOf("cib")<0?e.debug("createImageBitmap() resize supported, but disabled by config"):t.indexOf("cib")>=0&&(e.features.cib=r)})):Promise.resolve(!1),this.__initPromise=Promise.all([o,n]).then((function(){return e})),this.__initPromise},_L.prototype.resize=function(e,t,r){var n=this;this.debug("Start resize...");var o=MO({},BL);if(isNaN(r)?r&&(o=MO(o,r)):o=MO(o,{quality:r}),o.toWidth=t.width,o.toHeight=t.height,o.width=e.naturalWidth||e.width,o.height=e.naturalHeight||e.height,0===t.width||0===t.height)return Promise.reject(new Error("Invalid output size: ".concat(t.width,"x").concat(t.height)));o.unsharpRadius>2&&(o.unsharpRadius=2);var a=!1,i=null;o.cancelToken&&(i=o.cancelToken.then((function(e){throw a=!0,e}),(function(e){throw a=!0,e})));var s=Math.ceil(Math.max(3,2.5*o.unsharpRadius|0));return this.init().then((function(){if(a)return i;if(n.features.cib){var r=t.getContext("2d",{alpha:Boolean(o.alpha)});return n.debug("Resize via createImageBitmap()"),createImageBitmap(e,{resizeWidth:o.toWidth,resizeHeight:o.toHeight,resizeQuality:hL(o.quality)}).then((function(e){if(a)return i;if(!o.unsharpAmount)return r.drawImage(e,0,0),e.close(),r=null,n.debug("Finished!"),t;n.debug("Unsharp result");var s=n.options.createCanvas(o.toWidth,o.toHeight),c=s.getContext("2d",{alpha:Boolean(o.alpha)});c.drawImage(e,0,0),e.close();var u=c.getImageData(0,0,o.toWidth,o.toHeight);return n.__mathlib.unsharp_mask(u.data,o.toWidth,o.toHeight,o.unsharpAmount,o.unsharpRadius,o.unsharpThreshold),r.putImageData(u,0,0),s.width=s.height=0,u=c=s=r=null,n.debug("Finished!"),t}))}var c={},u=function(e){return Promise.resolve().then((function(){return n.features.ww?new Promise((function(t,r){var o=n.__workersPool.acquire();i&&i.catch((function(e){return r(e)})),o.value.onmessage=function(e){o.release(),e.data.err?r(e.data.err):t(e.data.result)},o.value.postMessage({opts:e,features:n.__requested_features,preload:{wasm_nodule:n.__mathlib.__}},[e.src.buffer])})):n.__mathlib.resizeAndUnsharp(e,c)}))},l=function(e,t,r){var o,c,l,d=!1,f=function(t){return n.__limit((function(){if(a)return i;var s;if(pL(e))n.debug("Get tile pixel data"),s=o.getImageData(t.x,t.y,t.width,t.height);else{n.debug("Draw tile imageBitmap/image to temporary canvas");var d=n.options.createCanvas(t.width,t.height),f=d.getContext("2d",{alpha:Boolean(r.alpha)});f.globalCompositeOperation="copy",f.drawImage(c||e,t.x,t.y,t.width,t.height,0,0,t.width,t.height),n.debug("Get tile pixel data"),s=f.getImageData(0,0,t.width,t.height),d.width=d.height=0,f=d=null}var p={src:s.data,width:t.width,height:t.height,toWidth:t.toWidth,toHeight:t.toHeight,scaleX:t.scaleX,scaleY:t.scaleY,offsetX:t.offsetX,offsetY:t.offsetY,quality:r.quality,alpha:r.alpha,unsharpAmount:r.unsharpAmount,unsharpRadius:r.unsharpRadius,unsharpThreshold:r.unsharpThreshold};return n.debug("Invoke resize math"),Promise.resolve().then((function(){return u(p)})).then((function(e){if(a)return i;var r;if(s=null,n.debug("Convert raw rgba tile result to ImageData"),CL)r=new ImageData(new Uint8ClampedArray(e),t.toWidth,t.toHeight);else if((r=l.createImageData(t.toWidth,t.toHeight)).data.set)r.data.set(e);else for(var o=r.data.length-1;o>=0;o--)r.data[o]=e[o];return n.debug("Draw tile"),bL?l.putImageData(r,t.toX,t.toY,t.toInnerX-t.toX,t.toInnerY-t.toY,t.toInnerWidth+1e-5,t.toInnerHeight+1e-5):l.putImageData(r,t.toX,t.toY,t.toInnerX-t.toX,t.toInnerY-t.toY,t.toInnerWidth,t.toInnerHeight),null}))}))};return Promise.resolve().then((function(){if(l=t.getContext("2d",{alpha:Boolean(r.alpha)}),pL(e))return o=e.getContext("2d",{alpha:Boolean(r.alpha)}),null;if(function(e){return"[object ImageBitmap]"===fL(e)}(e))return c=e,d=!0,null;if(function(e){return"[object HTMLImageElement]"===fL(e)}(e))return kL?(n.debug("Decode image via createImageBitmap"),createImageBitmap(e).then((function(e){c=e})).catch((function(e){return null}))):null;throw new Error('Pica: ".from" should be Image, Canvas or ImageBitmap')})).then((function(){if(a)return i;n.debug("Calculate tiles");var e=function(e){var t,r,n,o,a,i,s=e.toWidth/e.width,c=e.toHeight/e.height,u=mL(e.srcTileSize*s)-2*e.destTileBorder,l=mL(e.srcTileSize*c)-2*e.destTileBorder;if(u<1||l<1)throw new Error("Internal error in pica: target tile width/height is too small.");var d,f=[];for(o=0;o<e.toHeight;o+=l)for(n=0;n<e.toWidth;n+=u)(t=n-e.destTileBorder)<0&&(t=0),t+(a=n+u+e.destTileBorder-t)>=e.toWidth&&(a=e.toWidth-t),(r=o-e.destTileBorder)<0&&(r=0),r+(i=o+l+e.destTileBorder-r)>=e.toHeight&&(i=e.toHeight-r),d={toX:t,toY:r,toWidth:a,toHeight:i,toInnerX:n,toInnerY:o,toInnerWidth:u,toInnerHeight:l,offsetX:t/s-mL(t/s),offsetY:r/c-mL(r/c),scaleX:s,scaleY:c,x:mL(t/s),y:mL(r/c),width:vL(a/s),height:vL(i/c)},f.push(d);return f}({width:r.width,height:r.height,srcTileSize:n.options.tile,toWidth:r.toWidth,toHeight:r.toHeight,destTileBorder:s}).map((function(e){return f(e)}));function o(){c&&(d||c.close(),c=null)}return n.debug("Process tiles"),Promise.all(e).then((function(){return n.debug("Finished!"),o(),t}),(function(e){throw o(),e}))}))};return function e(t,r,o,s){if(a)return i;var c,u=lm(t.shift(),2),d=u[0],f=u[1],p=0===t.length;return s=MO({},s,{toWidth:d,toHeight:f,quality:p?s.quality:Math.min(1,s.quality)}),p||(c=n.options.createCanvas(d,f)),l(r,p?o:c,s).then((function(){return p?o:(s.width=d,s.height=f,e(t,c,o,s))})).then((function(e){return c&&(c.width=c.height=0),e}))}(function(e,t,r,n,o,a){var i=r/e,s=n/t,c=(2*a+2+1)/o;if(c>.5)return[[r,n]];var u=Math.ceil(Math.log(Math.min(i,s))/Math.log(c));if(u<=1)return[[r,n]];for(var l=[],d=0;d<u;d++){var f=Math.round(Math.pow(Math.pow(e,u-d-1)*Math.pow(r,d+1),1/u)),p=Math.round(Math.pow(Math.pow(t,u-d-1)*Math.pow(n,d+1),1/u));l.push([f,p])}return l}(o.width,o.height,o.toWidth,o.toHeight,n.options.tile,s),e,t,o)}))},_L.prototype.resizeBuffer=function(e){var t=this,r=MO({},BL,e);return this.init().then((function(){return t.__mathlib.resizeAndUnsharp(r)}))},_L.prototype.toBlob=function(e,t,r){return t=t||"image/png",new Promise((function(n){if(e.toBlob)e.toBlob((function(e){return n(e)}),t,r);else if(e.convertToBlob)n(e.convertToBlob({type:t,quality:r}));else{for(var o=atob(e.toDataURL(t,r).split(",")[1]),a=o.length,i=new Uint8Array(a),s=0;s<a;s++)i[s]=o.charCodeAt(s);n(new Blob([i],{type:t}))}}))},_L.prototype.debug=function(){};var AL=new _L,TL=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=r.minSize,o=void 0===n?720:n,a=e/t;return e>t?{desW:Math.floor(o*a),desH:o}:{desW:o,desH:Math.floor(o/a)}},IL=Object.freeze({__proto__:null,scaleImage:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.minSize,n=void 0===r?720:r;return new Promise((function(t){var r=URL.createObjectURL(e),o=new Image;o.src=r;var a=document.createElement("canvas");o.onload=function(){if(o.width&&o.height&&(o.width<n||o.height<n)){var e=TL(o.width,o.height,{minSize:n}),r=e.desW,i=e.desH;a.width=r,a.height=i,AL.resize(o,a).then((function(e){return AL.toBlob(e,"image/jpeg",1)})).then((function(e){return t(e)}))}else t(null)}}))},createResizer:function(e){var t=e.width,r=e.height,n=document.createElement("canvas"),o=n.getContext("2d");return n.width=t,n.height=r,{resize:function(e){var t=e.srcCanvas;return o.drawImage(t,0,0,n.width,n.height),n}}},resizeBlobImg:function(e,t,r){var n=document.createElement("canvas"),o=n.getContext("2d");return n.width=t,n.height=r,new Promise((function(t){var r=URL.createObjectURL(e),a=new Image;a.onload=function(){URL.revokeObjectURL(r),o.drawImage(a,0,0,n.width,n.height),n.toBlob(t,"image/jpeg",1)},a.src=r}))},blobToCanvas:function(e){var t=e.blob;return new Promise((function(e){var r=document.createElement("canvas"),n=r.getContext("2d"),o=new Image;o.onload=function(t){var a=o.width,i=o.height;r.width=a,r.height=i,URL.revokeObjectURL(t.target.src),n.drawImage(t.target,0,0),e(r)},o.src=URL.createObjectURL(t)}))}});function xL(e,t,r,n){var o=r*(4*t)+4*n;return{r:e[o],g:e[o+1],b:e[o+2]}}function PL(e,t,r){return function(e,t,r){for(var n=0,o=r[1],a=r[3],i=r[0],s=r[2],c=o;c<a;c++)for(var u=i;u<s;u++){var l=xL(e,t,c,u),d=l.r,f=l.g,p=l.b;d>=245&&p>=245&&f>245&&(n+=1)}return n}(e,t,function(e,t){var r=Math.floor(.025*e),n=e-r,o=Math.floor(.025*t);return[r,o,n,t-o]}(t,r))/(t*r)>=.001}function RL(){return(RL=ex(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.getContext("2d"),n=r.getImageData(0,0,t.width,t.height),o=n.data,nO){e.next=5;break}return e.abrupt("return",PL(o,n.width,n.height));case 5:return e.abrupt("return",nO.detectGlare(o,n.width,n.height));case 6:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var NL=Object.freeze({__proto__:null,isCardGlare:function(e){return RL.apply(this,arguments)}}),OL="internal_server_error",LL="network_error",DL=gN();function ML(e){return 500*Math.pow(1.5,e)}function UL(e){return Array.isArray(null==e?void 0:e.errors)&&e.errors.find((function(e){return e.code===OL}))}function jL(e){return"Failed to fetch"===e.message||!e.response}function FL(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.maxNetworkErrorRetryTimes,n=void 0===r?5:r,o=t.maxInternalServerErrorRetryTimes,a=void 0===o?1:o,i=t.propertyKey,s=t.onDone;return function(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];var c=this;function u(e,t){return l.apply(this,arguments)}function l(){return(l=ex(regeneratorRuntime.mark((function t(o,l){var d,f,p,h,g,m,v,y,b=arguments;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return m=function(){return(m=ex(regeneratorRuntime.mark((function e(t){var r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=h(t),n=p(t)-r,e.next=4,jN(ML(n));case 4:return e.abrupt("return",u(r,t,n));case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)},g=function(e){return m.apply(this,arguments)},h=function(e){return e===l?Math.max(o-1,0):p(e)-1},p=function(e){return e===LL?n:e===OL?a:0},f=function(e){return o>0||(e===LL?void 0===o&&n>0:e===OL&&void 0===o&&a>0)},d=b.length>2&&void 0!==b[2]?b[2]:0,v=performance.now(),t.prev=7,t.next=10,e.apply(c,r);case 10:if(y=t.sent,s({response:y,retryCount:d,propertyKey:i,timeInMs:performance.now()-v,args:r}),!UL(y)||!f(OL)){t.next=16;break}return t.next=15,g(OL);case 15:return t.abrupt("return",t.sent);case 16:return t.abrupt("return",y);case 19:if(t.prev=19,t.t0=t.catch(7),s({error:t.t0,retryCount:d,propertyKey:i,timeInMs:performance.now()-v,args:r}),!jL(t.t0)||!f(LL)){t.next=24;break}return t.abrupt("return",g(LL));case 24:throw t.t0;case 25:case"end":return t.stop()}}),t,null,[[7,19]])})))).apply(this,arguments)}return u()}}function VL(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.maxNetworkErrorRetryTimes,n=void 0===r?5:r,o=t.maxInternalServerErrorRetryTimes,a=void 0===o?1:o,i=t.onDone,s=void 0===i?function(){}:i,c={get:function(e,t){var r=e[t];return"function"==typeof r&&"constructor"!==t?FL(r,{maxNetworkErrorRetryTimes:n,maxInternalServerErrorRetryTimes:a,propertyKey:t,onDone:s}):r}};return new Proxy(e,c)}var zL=function(e){var t=e.response,r=(e.error,e.retryCount,e.propertyKey,e.timeInMs);return e.args,{event:"test-event",log:{request_status:t?"success":"fail",time_in_ms:r}}},KL=Object.freeze({__proto__:null,createRetryAPIClient:VL,useApiClient:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.apiCredentials,r=void 0===t?{}:t,n=e.tracking,o=void 0===n?{}:n,a=ov.useRef(null),i=ON(),s=i.sendEvent,c=ov.useCallback((function(e){try{var t=zL(e),r=t.event,n=t.log;s({tag:"sdk_api",event:r,log:n})}catch(e){}}),[s]);if(null===a.current){var u=r.accessKey,l=r.secretKey,d=r.apiUrl,f=o.userId,p=RN({userId:f});a.current=VL(new aN(u,l,d,{httpHeaders:ox(ox({},DL),{},{"x-request-id":p})}),{onDone:c})}return{apiClient:a.current}}}),qL="BFnYsWrH",HL="KbKcY2nb",WL=function(e){return e.split("").reverse().join("")},QL=function(e){var t=e.url;return new Promise((function(e){var r=document.createElement("script");r.onload=e,r.src=t,document.head.appendChild(r)}))},GL=window.fetch.bind(window);function XL(e){var t=e.split(","),r=t[0].match(/:(.*?);/)[1];return{u8arr:Uint8Array.from(atob(t[1]),(function(e){return e.charCodeAt(0)})),mime:r}}var YL=function(){var e=ex(regeneratorRuntime.mark((function e(){var t,r,n,o,a=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t="".concat(WL(qL)).concat(WL(HL)),e.next=3,GL.apply(void 0,a);case 3:return r=e.sent,e.next=6,r.text();case 6:return n=e.sent,o=BN.AES.decrypt(n,t).toString(BN.enc.Utf8),e.abrupt("return",XL(o));case 9:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),$L=function(){var e=ex(regeneratorRuntime.mark((function e(){var t,r,n=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,GL.apply(void 0,n);case 2:return t=e.sent,e.next=5,t.text();case 5:return r=e.sent,e.abrupt("return",r);case 7:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),ZL=Object.freeze({__proto__:null,reverseString:WL,loadExternalScript:QL,fetchWithDecryption:YL,fetchRawResource:$L}),JL=/^\s+|\s+$/g,eD=/^[-+]0x[0-9a-f]+$/i,tD=/^0b[01]+$/i,rD=/^0o[0-7]+$/i,nD=parseInt,oD=function(e){return e?1/0===(e=function(e){if("number"==typeof e)return e;if(yR(e))return NaN;if(xx(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=xx(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(JL,"");var r=tD.test(e);return r||rD.test(e)?nD(e.slice(2),r?2:8):eD.test(e)?NaN:+e}(e))||-1/0===e?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0},aD=function(e,t){var r;if("function"!=typeof t)throw new TypeError("Expected a function");return e=function(e){var t=oD(e),r=t%1;return t==t?r?t-r:t:0}(e),function(){return--e>0&&(r=t.apply(this,arguments)),e<=1&&(t=void 0),r}},iD=function(e){return aD(2,e)}(function(){var e=ex(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c,u,l,d,f,p,h=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=h.length>0&&void 0!==h[0]?h[0]:{},r=t.tfUrl,n=void 0===r?"https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@3.11.0":r,o=t.tfBackendWasmUrl,a=void 0===o?"https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-wasm@3.11.0/dist/tf-backend-wasm.js":o,i=t.tfBackendCpuUrl,s=void 0===i?"https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-cpu@3.11.0":i,c=t.tfBackendWebGlUrl,u=void 0===c?"https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-webgl@3.11.0":c,l=t.tfLiteUrl,d=void 0===l?"https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-tflite@0.0.1-alpha.7/dist/tf-tflite.min.js":l,f=t.blazefaceScriptUrl,p=void 0===f?"https://cdn.jsdelivr.net/npm/@tensorflow-models/blazeface@0.0.7":f,e.next=3,QL({url:n});case 3:return e.next=5,Promise.all([QL({url:a}),QL({url:s}),QL({url:u}),QL({url:p}),QL({url:d})]);case 5:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}());function sD(){return(sD=ex(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c,u=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=u.length>0&&void 0!==u[0]?u[0]:{},r=t.preferredBackends,n=void 0===r?["webgl","wasm","cpu"]:r,o=window,a=o.tf,e.next=4,a.enableProdMode();case 4:i=ux(n),e.prev=5,i.s();case 7:if((s=i.n()).done){e.next=21;break}return c=s.value,e.prev=9,e.next=12,a.setBackend(c);case 12:return e.abrupt("break",21);case 15:if(e.prev=15,e.t0=e.catch(9),c!==n[n.length-1]){e.next=19;break}throw e.t0;case 19:e.next=7;break;case 21:e.next=26;break;case 23:e.prev=23,e.t1=e.catch(5),i.e(e.t1);case 26:return e.prev=26,i.f(),e.finish(26);case 29:return e.next=31,a.ready();case 31:case"end":return e.stop()}}),e,null,[[5,23,26,29],[9,15]])})))).apply(this,arguments)}function cD(){return(cD=ex(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.modelUrl,n=window,o=n.blazeface,e.abrupt("return",r?o.load({modelUrl:r}):o.load());case 3:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function uD(){return(uD=ex(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.modelUrl,e.next=3,$L(r);case 3:return n=e.sent,o=n.rawData,e.abrupt("return",o);case 6:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function lD(){return(lD=ex(regeneratorRuntime.mark((function e(t){var r,n,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.modelUrl,n=window,o=n.tflite,e.next=4,YL(r);case 4:return a=e.sent,i=a.u8arr,e.abrupt("return",o.loadTFLiteModel(i,{numThreads:navigator.hardwareConcurrency/2}));case 7:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var dD=Object.freeze({__proto__:null,loadTensorFlow:iD,initTensorFlow:function(){return sD.apply(this,arguments)},loadBlazefaceModel:function(e){return cD.apply(this,arguments)},preloadResource:function(e){return uD.apply(this,arguments)},loadTFLiteModel:function(e){return lD.apply(this,arguments)}}),fD=Object.freeze({__proto__:null,enableAntiDebug:function(){var e,t,r=["action","gger","stateObject","apply","chain","test","input","Hello World!","constructor","counter","length","debu","call"];e=r,t=185,function(t){for(;--t;)e.push(e.shift())}(++t);var n,o,a=function(e,t){return r[e-=0]};function i(e){function t(e){if("string"==typeof e)return function(e){}[a("0x5")]("while (true) {}")[a("0x0")](a("0x6"));1!=="".concat(e/e)[a("0x7")]||e%20==0?function(){return!0}[a("0x5")]("".concat(a("0x8"),"gger"))[a("0x9")](a("0xa")):function(){return!1}.constructor("debu".concat(a("0xb")))[a("0x0")](a("0xc")),t(++e)}try{if(e)return t;t(0)}catch(e){}}setInterval((function(){i()}),4e3),n=!0,o=function(e,t){var r=n?function(){if(t){var r=t[a("0x0")](e,arguments);return t=null,r}}:function(){};return n=!1,r},function(){o(this,(function(){var e=new RegExp("function *\\( *\\)"),t=new RegExp("\\+\\+ *(?:_0x(?:[a-f0-9]){4,6}|(?:\\b|\\d)[a-z0-9]{1,4}(?:\\b|\\d))","i"),r=i("init");e.test(r+a("0x1"))&&t[a("0x2")](r+a("0x3"))?i():r("0")}))()}(),console.log(a("0x4"))}}),pD=Object.freeze({__proto__:null,useThemeContext:function(){return ov.useContext(Gb)}});function hD(){return(hD=ex(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.key,n=new TextEncoder,(o=n.encode(r)).reverse(),e.abrupt("return",crypto.subtle.digest("SHA-256",o));case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var gD=Object.freeze({__proto__:null,encrypt:function(e){var t=e.blob,r=e.key;return new Promise((function(e){var n=new FileReader;n.onload=function(t){var n=t.target.result;(function(e){return hD.apply(this,arguments)})({key:r}).then((function(t){window.crypto.subtle.importKey("raw",t,"AES-GCM",!0,["encrypt","decrypt"]).then((function(t){window.crypto.subtle.encrypt({name:"AES-GCM",iv:new Uint8Array(12),tagLength:128},t,n).then((function(t){var r;e({hex:(r=t,ix(new Uint8Array(r)).map((function(e){return e.toString(16).padStart(2,"0")})).join(""))})}))}))}))},n.readAsArrayBuffer(t)}))}}),mD=function(){return URL.createObjectURL(new Blob(['\'use strict\';(function(){function T(a,b){let c=[],d="";b=a.readBits([8,16,16][b]);for(let d=0;d<b;d++){let b=a.readBits(8);c.push(b)}try{d+=decodeURIComponent(c.map(a=>`%${("0"+a.toString(16)).substr(-2)}`).join(""))}catch(e){}return{bytes:c,text:d}}function U(a,b){a=new V(a);let c=9>=b?0:26>=b?1:2;for(b={text:"",bytes:[],chunks:[],version:b};4<=a.available();){var d=a.readBits(4);if(d===t.Terminator)return b;if(d===t.ECI)0===a.readBits(1)?b.chunks.push({type:r.ECI,assignmentNumber:a.readBits(7)}):\n0===a.readBits(1)?b.chunks.push({type:r.ECI,assignmentNumber:a.readBits(14)}):0===a.readBits(1)?b.chunks.push({type:r.ECI,assignmentNumber:a.readBits(21)}):b.chunks.push({type:r.ECI,assignmentNumber:-1});else if(d===t.Numeric){var e=a;d=[];for(var f="",g=e.readBits([10,12,14][c]);3<=g;){var h=e.readBits(10);if(1E3<=h)throw Error("Invalid numeric value above 999");var k=Math.floor(h/100),n=Math.floor(h/10)%10;h%=10;d.push(48+k,48+n,48+h);f+=k.toString()+n.toString()+h.toString();g-=3}if(2===g){g=e.readBits(7);\nif(100<=g)throw Error("Invalid numeric value above 99");e=Math.floor(g/10);g%=10;d.push(48+e,48+g);f+=e.toString()+g.toString()}else if(1===g){e=e.readBits(4);if(10<=e)throw Error("Invalid numeric value above 9");d.push(48+e);f+=e.toString()}d={bytes:d,text:f};b.text+=d.text;b.bytes.push(...d.bytes);b.chunks.push({type:r.Numeric,text:d.text})}else if(d===t.Alphanumeric){e=a;d=[];f="";for(g=e.readBits([9,11,13][c]);2<=g;)n=e.readBits(11),k=Math.floor(n/45),n%=45,d.push(B[k].charCodeAt(0),B[n].charCodeAt(0)),\nf+=B[k]+B[n],g-=2;1===g&&(e=e.readBits(6),d.push(B[e].charCodeAt(0)),f+=B[e]);d={bytes:d,text:f};b.text+=d.text;b.bytes.push(...d.bytes);b.chunks.push({type:r.Alphanumeric,text:d.text})}else if(d===t.Byte)d=T(a,c),b.text+=d.text,b.bytes.push(...d.bytes),b.chunks.push({type:r.Byte,bytes:d.bytes,text:d.text});else if(d===t.Kanji){f=a;d=[];e=f.readBits([8,10,12][c]);for(g=0;g<e;g++)k=f.readBits(13),k=Math.floor(k/192)<<8|k%192,k=7936>k?k+33088:k+49472,d.push(k>>8,k&255);f=(new TextDecoder("shift-jis")).decode(Uint8Array.from(d));\nd={bytes:d,text:f};b.text+=d.text;b.bytes.push(...d.bytes);b.chunks.push({type:r.Kanji,bytes:d.bytes,text:d.text})}else d===t.StructuredAppend&&b.chunks.push({type:r.StructuredAppend,currentSequence:a.readBits(4),totalSequence:a.readBits(4),parity:a.readBits(8)})}if(0===a.available()||0===a.readBits(a.available()))return b}function J(a,b){return a^b}function W(a,b,c,d){b.degree()<c.degree()&&([b,c]=[c,b]);let e=a.zero;for(var f=a.one;c.degree()>=d/2;){var g=b;let d=e;b=c;e=f;if(b.isZero())return null;\nc=g;f=a.zero;g=b.getCoefficient(b.degree());for(g=a.inverse(g);c.degree()>=b.degree()&&!c.isZero();){let d=c.degree()-b.degree(),e=a.multiply(c.getCoefficient(c.degree()),g);f=f.addOrSubtract(a.buildMonomial(d,e));c=c.addOrSubtract(b.multiplyByMonomial(d,e))}f=f.multiplyPoly(e).addOrSubtract(d);if(c.degree()>=b.degree())return null}d=f.getCoefficient(0);if(0===d)return null;a=a.inverse(d);return[f.multiply(a),c.multiply(a)]}function X(a,b){let c=new Uint8ClampedArray(a.length);c.set(a);a=new Y(285,\n256,0);var d=new w(a,c),e=new Uint8ClampedArray(b),f=!1;for(var g=0;g<b;g++){var h=d.evaluateAt(a.exp(g+a.generatorBase));e[e.length-1-g]=h;0!==h&&(f=!0)}if(!f)return c;d=new w(a,e);d=W(a,a.buildMonomial(b,1),d,b);if(null===d)return null;b=d[0];g=b.degree();if(1===g)b=[b.getCoefficient(1)];else{e=Array(g);f=0;for(h=1;h<a.size&&f<g;h++)0===b.evaluateAt(h)&&(e[f]=a.inverse(h),f++);b=f!==g?null:e}if(null==b)return null;d=d[1];e=b.length;f=Array(e);for(g=0;g<e;g++){h=a.inverse(b[g]);let c=1;for(let d=\n0;d<e;d++)g!==d&&(c=a.multiply(c,J(1,a.multiply(b[d],h))));f[g]=a.multiply(d.evaluateAt(h),a.inverse(c));0!==a.generatorBase&&(f[g]=a.multiply(f[g],h))}d=f;for(e=0;e<b.length;e++){f=c.length-1-a.log(b[e]);if(0>f)return null;c[f]^=d[e]}return c}function E(a,b){a^=b;for(b=0;a;)b++,a&=a-1;return b}function C(a,b){return b<<1|a}function Z(a,b,c){c=aa[c.dataMask];let d=a.height;var e=17+4*b.versionNumber,f=A.createEmpty(e,e);f.setRegion(0,0,9,9,!0);f.setRegion(e-8,0,8,9,!0);f.setRegion(0,e-8,9,8,!0);for(var g of b.alignmentPatternCenters)for(var h of b.alignmentPatternCenters)6===\ng&&6===h||6===g&&h===e-7||g===e-7&&6===h||f.setRegion(g-2,h-2,5,5,!0);f.setRegion(6,9,1,e-17,!0);f.setRegion(9,6,e-17,1,!0);6<b.versionNumber&&(f.setRegion(e-11,0,3,6,!0),f.setRegion(0,e-11,6,3,!0));b=f;g=[];e=h=0;f=!0;for(let k=d-1;0<k;k-=2){6===k&&k--;for(let n=0;n<d;n++){let m=f?d-1-n:n;for(let d=0;2>d;d++){let f=k-d;if(!b.get(f,m)){e++;let b=a.get(f,m);c({y:m,x:f})&&(b=!b);h=h<<1|b;8===e&&(g.push(h),h=e=0)}}}f=!f}return g}function ba(a){var b=a.height,c=Math.floor((b-17)/4);if(6>=c)return K[c-\n1];c=0;for(var d=5;0<=d;d--)for(var e=b-9;e>=b-11;e--)c=C(a.get(e,d),c);d=0;for(e=5;0<=e;e--)for(let c=b-9;c>=b-11;c--)d=C(a.get(e,c),d);a=Infinity;let f;for(let e of K){if(e.infoBits===c||e.infoBits===d)return e;b=E(c,e.infoBits);b<a&&(f=e,a=b);b=E(d,e.infoBits);b<a&&(f=e,a=b)}if(3>=a)return f}function ca(a){let b=0;for(var c=0;8>=c;c++)6!==c&&(b=C(a.get(c,8),b));for(c=7;0<=c;c--)6!==c&&(b=C(a.get(8,c),b));var d=a.height;c=0;for(var e=d-1;e>=d-7;e--)c=C(a.get(8,e),c);for(e=d-8;e<d;e++)c=C(a.get(e,\n8),c);a=Infinity;d=null;for(let {bits:f,formatInfo:g}of da){if(f===b||f===c)return g;e=E(b,f);e<a&&(d=g,a=e);b!==c&&(e=E(c,f),e<a&&(d=g,a=e))}return 3>=a?d:null}function ea(a,b,c){let d=b.errorCorrectionLevels[c],e=[],f=0;d.ecBlocks.forEach(a=>{for(let b=0;b<a.numBlocks;b++)e.push({numDataCodewords:a.dataCodewordsPerBlock,codewords:[]}),f+=a.dataCodewordsPerBlock+d.ecCodewordsPerBlock});if(a.length<f)return null;a=a.slice(0,f);b=d.ecBlocks[0].dataCodewordsPerBlock;for(c=0;c<b;c++)for(var g of e)g.codewords.push(a.shift());\nif(1<d.ecBlocks.length)for(g=d.ecBlocks[0].numBlocks,b=d.ecBlocks[1].numBlocks,c=0;c<b;c++)e[g+c].codewords.push(a.shift());for(;0<a.length;)for(let b of e)b.codewords.push(a.shift());return e}function L(a){let b=ba(a);if(!b)return null;var c=ca(a);if(!c)return null;a=Z(a,b,c);var d=ea(a,b,c.errorCorrectionLevel);if(!d)return null;c=d.reduce((a,b)=>a+b.numDataCodewords,0);c=new Uint8ClampedArray(c);a=0;for(let b of d){d=X(b.codewords,b.codewords.length-b.numDataCodewords);if(!d)return null;for(let e=\n0;e<b.numDataCodewords;e++)c[a++]=d[e]}try{return U(c,b.versionNumber)}catch(e){return null}}function M(a,b,c,d){var e=a.x-b.x+c.x-d.x;let f=a.y-b.y+c.y-d.y;if(0===e&&0===f)return{a11:b.x-a.x,a12:b.y-a.y,a13:0,a21:c.x-b.x,a22:c.y-b.y,a23:0,a31:a.x,a32:a.y,a33:1};{let h=b.x-c.x;var g=d.x-c.x;let k=b.y-c.y,n=d.y-c.y;c=h*n-g*k;g=(e*n-g*f)/c;e=(h*f-e*k)/c;return{a11:b.x-a.x+g*b.x,a12:b.y-a.y+g*b.y,a13:g,a21:d.x-a.x+e*d.x,a22:d.y-a.y+e*d.y,a23:e,a31:a.x,a32:a.y,a33:1}}}function fa(a,b,c,d){a=M(a,b,c,d);\nreturn{a11:a.a22*a.a33-a.a23*a.a32,a12:a.a13*a.a32-a.a12*a.a33,a13:a.a12*a.a23-a.a13*a.a22,a21:a.a23*a.a31-a.a21*a.a33,a22:a.a11*a.a33-a.a13*a.a31,a23:a.a13*a.a21-a.a11*a.a23,a31:a.a21*a.a32-a.a22*a.a31,a32:a.a12*a.a31-a.a11*a.a32,a33:a.a11*a.a22-a.a12*a.a21}}function ha(a,b){var c=fa({x:3.5,y:3.5},{x:b.dimension-3.5,y:3.5},{x:b.dimension-6.5,y:b.dimension-6.5},{x:3.5,y:b.dimension-3.5}),d=M(b.topLeft,b.topRight,b.alignmentPattern,b.bottomLeft),e=d.a11*c.a11+d.a21*c.a12+d.a31*c.a13,f=d.a12*c.a11+\nd.a22*c.a12+d.a32*c.a13,g=d.a13*c.a11+d.a23*c.a12+d.a33*c.a13,h=d.a11*c.a21+d.a21*c.a22+d.a31*c.a23,k=d.a12*c.a21+d.a22*c.a22+d.a32*c.a23,n=d.a13*c.a21+d.a23*c.a22+d.a33*c.a23,m=d.a11*c.a31+d.a21*c.a32+d.a31*c.a33,l=d.a12*c.a31+d.a22*c.a32+d.a32*c.a33,p=d.a13*c.a31+d.a23*c.a32+d.a33*c.a33;c=A.createEmpty(b.dimension,b.dimension);d=(a,b)=>{const c=g*a+n*b+p;return{x:(e*a+h*b+m)/c,y:(f*a+k*b+l)/c}};for(let e=0;e<b.dimension;e++)for(let f=0;f<b.dimension;f++){let b=d(f+.5,e+.5);c.set(f,e,a.get(Math.floor(b.x),\nMath.floor(b.y)))}return{matrix:c,mappingFunction:d}}function x(a){return a.reduce((a,c)=>a+c)}function ia(a,b,c){let d=y(a,b),e=y(b,c),f=y(a,c),g,h,k;e>=d&&e>=f?[g,h,k]=[b,a,c]:f>=e&&f>=d?[g,h,k]=[a,b,c]:[g,h,k]=[a,c,b];0>(k.x-h.x)*(g.y-h.y)-(k.y-h.y)*(g.x-h.x)&&([g,k]=[k,g]);return{bottomLeft:g,topLeft:h,topRight:k}}function ja(a,b,c,d){d=(x(z(a,c,d,5))/7+x(z(a,b,d,5))/7+x(z(c,a,d,5))/7+x(z(b,a,d,5))/7)/4;if(1>d)throw Error("Invalid module size");b=Math.round(y(a,b)/d);a=Math.round(y(a,c)/d);a=\nMath.floor((b+a)/2)+7;switch(a%4){case 0:a++;break;case 2:a--}return{dimension:a,moduleSize:d}}function N(a,b,c,d){let e=[{x:Math.floor(a.x),y:Math.floor(a.y)}];var f=Math.abs(b.y-a.y)>Math.abs(b.x-a.x);if(f){var g=Math.floor(a.y);var h=Math.floor(a.x);a=Math.floor(b.y);b=Math.floor(b.x)}else g=Math.floor(a.x),h=Math.floor(a.y),a=Math.floor(b.x),b=Math.floor(b.y);let k=Math.abs(a-g),n=Math.abs(b-h),m=Math.floor(-k/2),l=g<a?1:-1,p=h<b?1:-1,q=!0;for(let v=g,u=h;v!==a+l;v+=l){g=f?u:v;h=f?v:u;if(c.get(g,\nh)!==q&&(q=!q,e.push({x:g,y:h}),e.length===d+1))break;m+=n;if(0<m){if(u===b)break;u+=p;m-=k}}c=[];for(f=0;f<d;f++)e[f]&&e[f+1]?c.push(y(e[f],e[f+1])):c.push(0);return c}function z(a,b,c,d){let e=b.y-a.y,f=b.x-a.x;b=N(a,b,c,Math.ceil(d/2));a=N(a,{x:a.x-f,y:a.y-e},c,Math.ceil(d/2));c=b.shift()+a.shift()-1;return a.concat(c).concat(...b)}function F(a,b){let c=x(a)/x(b),d=0;b.forEach((b,f)=>{d+=Math.pow(a[f]-b*c,2)});return{averageSize:c,error:d}}function O(a,b,c){try{let d=z(a,{x:-1,y:a.y},c,b.length),\ne=z(a,{x:a.x,y:-1},c,b.length),f=z(a,{x:Math.max(0,a.x-a.y)-1,y:Math.max(0,a.y-a.x)-1},c,b.length),g=z(a,{x:Math.min(c.width,a.x+a.y)+1,y:Math.min(c.height,a.y+a.x)+1},c,b.length),h=F(d,b),k=F(e,b),n=F(f,b),m=F(g,b),l=(h.averageSize+k.averageSize+n.averageSize+m.averageSize)/4;return Math.sqrt(h.error*h.error+k.error*k.error+n.error*n.error+m.error*m.error)+(Math.pow(h.averageSize-l,2)+Math.pow(k.averageSize-l,2)+Math.pow(n.averageSize-l,2)+Math.pow(m.averageSize-l,2))/l}catch(d){return Infinity}}\nfunction H(a,b){for(var c=Math.round(b.x);a.get(c,Math.round(b.y));)c--;for(var d=Math.round(b.x);a.get(d,Math.round(b.y));)d++;c=(c+d)/2;for(d=Math.round(b.y);a.get(Math.round(c),d);)d--;for(b=Math.round(b.y);a.get(Math.round(c),b);)b++;return{x:c,y:(d+b)/2}}function ka(a){var b=[],c=[];let d=[];var e=[];for(let m=0;m<=a.height;m++){var f=0,g=!1;let l=[0,0,0,0,0];for(let b=-1;b<=a.width;b++){var h=a.get(b,m);if(h===g)f++;else{l=[l[1],l[2],l[3],l[4],f];f=1;g=h;var k=x(l)/7;k=Math.abs(l[0]-k)<k&&Math.abs(l[1]-\nk)<k&&Math.abs(l[2]-3*k)<3*k&&Math.abs(l[3]-k)<k&&Math.abs(l[4]-k)<k&&!h;var n=x(l.slice(-3))/3;h=Math.abs(l[2]-n)<n&&Math.abs(l[3]-n)<n&&Math.abs(l[4]-n)<n&&h;if(k){let a=b-l[3]-l[4],d=a-l[2];k={startX:d,endX:a,y:m};n=c.filter(b=>d>=b.bottom.startX&&d<=b.bottom.endX||a>=b.bottom.startX&&d<=b.bottom.endX||d<=b.bottom.startX&&a>=b.bottom.endX&&1.5>l[2]/(b.bottom.endX-b.bottom.startX)&&.5<l[2]/(b.bottom.endX-b.bottom.startX));0<n.length?n[0].bottom=k:c.push({top:k,bottom:k})}if(h){let a=b-l[4],c=a-\nl[3];h={startX:c,y:m,endX:a};k=e.filter(b=>c>=b.bottom.startX&&c<=b.bottom.endX||a>=b.bottom.startX&&c<=b.bottom.endX||c<=b.bottom.startX&&a>=b.bottom.endX&&1.5>l[2]/(b.bottom.endX-b.bottom.startX)&&.5<l[2]/(b.bottom.endX-b.bottom.startX));0<k.length?k[0].bottom=h:e.push({top:h,bottom:h})}}}b.push(...c.filter(a=>a.bottom.y!==m&&2<=a.bottom.y-a.top.y));c=c.filter(a=>a.bottom.y===m);d.push(...e.filter(a=>a.bottom.y!==m));e=e.filter(a=>a.bottom.y===m)}b.push(...c.filter(a=>2<=a.bottom.y-a.top.y));d.push(...e);\nc=[];for(var m of b)2>m.bottom.y-m.top.y||(b=(m.top.startX+m.top.endX+m.bottom.startX+m.bottom.endX)/4,e=(m.top.y+m.bottom.y+1)/2,a.get(Math.round(b),Math.round(e))&&(f=[m.top.endX-m.top.startX,m.bottom.endX-m.bottom.startX,m.bottom.y-m.top.y+1],f=x(f)/f.length,g=O({x:Math.round(b),y:Math.round(e)},[1,1,3,1,1],a),c.push({score:g,x:b,y:e,size:f})));if(3>c.length)return null;c.sort((a,b)=>a.score-b.score);m=[];for(b=0;b<Math.min(c.length,5);++b){e=c[b];f=[];for(var l of c)l!==e&&f.push(Object.assign(Object.assign({},\nl),{score:l.score+Math.pow(l.size-e.size,2)/e.size}));f.sort((a,b)=>a.score-b.score);m.push({points:[e,f[0],f[1]],score:e.score+f[0].score+f[1].score})}m.sort((a,b)=>a.score-b.score);let {topRight:p,topLeft:q,bottomLeft:v}=ia(...m[0].points);m=P(a,d,p,q,v);l=[];m&&l.push({alignmentPattern:{x:m.alignmentPattern.x,y:m.alignmentPattern.y},bottomLeft:{x:v.x,y:v.y},dimension:m.dimension,topLeft:{x:q.x,y:q.y},topRight:{x:p.x,y:p.y}});m=H(a,p);b=H(a,q);c=H(a,v);(a=P(a,d,m,b,c))&&l.push({alignmentPattern:{x:a.alignmentPattern.x,\ny:a.alignmentPattern.y},bottomLeft:{x:c.x,y:c.y},topLeft:{x:b.x,y:b.y},topRight:{x:m.x,y:m.y},dimension:a.dimension});return 0===l.length?null:l}function P(a,b,c,d,e){let f,g;try{({dimension:f,moduleSize:g}=ja(d,c,e,a))}catch(m){return null}var h=c.x-d.x+e.x,k=c.y-d.y+e.y;c=(y(d,e)+y(d,c))/2/g;e=1-3/c;let n={x:d.x+e*(h-d.x),y:d.y+e*(k-d.y)};b=b.map(b=>{const c=(b.top.startX+b.top.endX+b.bottom.startX+b.bottom.endX)/4;b=(b.top.y+b.bottom.y+1)/2;if(a.get(Math.floor(c),Math.floor(b))){var d=O({x:Math.floor(c),\ny:Math.floor(b)},[1,1,1],a)+y({x:c,y:b},n);return{x:c,y:b,score:d}}}).filter(a=>!!a).sort((a,b)=>a.score-b.score);return{alignmentPattern:15<=c&&b.length?b[0]:n,dimension:f}}function Q(a){var b=ka(a);if(!b)return null;for(let e of b){b=ha(a,e);var c=b.matrix;if(null==c)c=null;else{var d=L(c);if(d)c=d;else{for(d=0;d<c.width;d++)for(let a=d+1;a<c.height;a++)c.get(d,a)!==c.get(a,d)&&(c.set(d,a,!c.get(d,a)),c.set(a,d,!c.get(a,d)));c=L(c)}}if(c)return{binaryData:c.bytes,data:c.text,chunks:c.chunks,version:c.version,\nlocation:{topRightCorner:b.mappingFunction(e.dimension,0),topLeftCorner:b.mappingFunction(0,0),bottomRightCorner:b.mappingFunction(e.dimension,e.dimension),bottomLeftCorner:b.mappingFunction(0,e.dimension),topRightFinderPattern:e.topRight,topLeftFinderPattern:e.topLeft,bottomLeftFinderPattern:e.bottomLeft,bottomRightAlignmentPattern:e.alignmentPattern},matrix:b.matrix}}return null}function R(a,b){Object.keys(b).forEach(c=>{a[c]=b[c]})}function I(a,b,c,d={}){let e=Object.create(null);R(e,la);R(e,d);\nd="onlyInvert"===e.inversionAttempts||"invertFirst"===e.inversionAttempts;var f="attemptBoth"===e.inversionAttempts||d;var g=e.greyScaleWeights,h=e.canOverwriteImage,k=b*c;if(a.length!==4*k)throw Error("Malformed data passed to binarizer.");var n=0;if(h){var m=new Uint8ClampedArray(a.buffer,n,k);n+=k}m=new S(b,c,m);if(g.useIntegerApproximation)for(var l=0;l<c;l++)for(var p=0;p<b;p++){var q=4*(l*b+p);m.set(p,l,g.red*a[q]+g.green*a[q+1]+g.blue*a[q+2]+128>>8)}else for(l=0;l<c;l++)for(p=0;p<b;p++)q=4*\n(l*b+p),m.set(p,l,g.red*a[q]+g.green*a[q+1]+g.blue*a[q+2]);g=Math.ceil(b/8);l=Math.ceil(c/8);p=g*l;if(h){var v=new Uint8ClampedArray(a.buffer,n,p);n+=p}v=new S(g,l,v);for(p=0;p<l;p++)for(q=0;q<g;q++){var u=Infinity,r=0;for(var t=0;8>t;t++)for(let a=0;8>a;a++){let b=m.get(8*q+a,8*p+t);u=Math.min(u,b);r=Math.max(r,b)}t=(u+r)/2;t=Math.min(255,1.11*t);24>=r-u&&(t=u/2,0<p&&0<q&&(r=(v.get(q,p-1)+2*v.get(q-1,p)+v.get(q-1,p-1))/4,u<r&&(t=r)));v.set(q,p,t)}h?(p=new Uint8ClampedArray(a.buffer,n,k),n+=k,p=new A(p,\nb)):p=A.createEmpty(b,c);q=null;f&&(h?(a=new Uint8ClampedArray(a.buffer,n,k),q=new A(a,b)):q=A.createEmpty(b,c));for(b=0;b<l;b++)for(a=0;a<g;a++){c=g-3;c=2>a?2:a>c?c:a;h=l-3;h=2>b?2:b>h?h:b;k=0;for(n=-2;2>=n;n++)for(u=-2;2>=u;u++)k+=v.get(c+n,h+u);c=k/25;for(h=0;8>h;h++)for(k=0;8>k;k++)n=8*a+h,u=8*b+k,r=m.get(n,u),p.set(n,u,r<=c),f&&q.set(n,u,!(r<=c))}f=f?{binarized:p,inverted:q}:{binarized:p};let {binarized:w,inverted:x}=f;(f=Q(d?x:w))||"attemptBoth"!==e.inversionAttempts&&"invertFirst"!==e.inversionAttempts||\n(f=Q(d?w:x));return f}class A{constructor(a,b){this.width=b;this.height=a.length/b;this.data=a}static createEmpty(a,b){return new A(new Uint8ClampedArray(a*b),a)}get(a,b){return 0>a||a>=this.width||0>b||b>=this.height?!1:!!this.data[b*this.width+a]}set(a,b,c){this.data[b*this.width+a]=c?1:0}setRegion(a,b,c,d,e){for(let f=b;f<b+d;f++)for(let b=a;b<a+c;b++)this.set(b,f,!!e)}}class S{constructor(a,b,c){this.width=a;a*=b;if(c&&c.length!==a)throw Error("Wrong buffer size");this.data=c||new Uint8ClampedArray(a)}get(a,\nb){return this.data[b*this.width+a]}set(a,b,c){this.data[b*this.width+a]=c}}class V{constructor(a){this.bitOffset=this.byteOffset=0;this.bytes=a}readBits(a){if(1>a||32<a||a>this.available())throw Error("Cannot read "+a.toString()+" bits");var b=0;if(0<this.bitOffset){b=8-this.bitOffset;var c=a<b?a:b;b-=c;b=(this.bytes[this.byteOffset]&255>>8-c<<b)>>b;a-=c;this.bitOffset+=c;8===this.bitOffset&&(this.bitOffset=0,this.byteOffset++)}if(0<a){for(;8<=a;)b=b<<8|this.bytes[this.byteOffset]&255,this.byteOffset++,\na-=8;0<a&&(c=8-a,b=b<<a|(this.bytes[this.byteOffset]&255>>c<<c)>>c,this.bitOffset+=a)}return b}available(){return 8*(this.bytes.length-this.byteOffset)-this.bitOffset}}var r;(function(a){a.Numeric="numeric";a.Alphanumeric="alphanumeric";a.Byte="byte";a.Kanji="kanji";a.ECI="eci";a.StructuredAppend="structuredappend"})(r||(r={}));var t;(function(a){a[a.Terminator=0]="Terminator";a[a.Numeric=1]="Numeric";a[a.Alphanumeric=2]="Alphanumeric";a[a.Byte=4]="Byte";a[a.Kanji=8]="Kanji";a[a.ECI=7]="ECI";a[a.StructuredAppend=\n3]="StructuredAppend"})(t||(t={}));let B="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:".split("");class w{constructor(a,b){if(0===b.length)throw Error("No coefficients.");this.field=a;let c=b.length;if(1<c&&0===b[0]){let d=1;for(;d<c&&0===b[d];)d++;if(d===c)this.coefficients=a.zero.coefficients;else for(this.coefficients=new Uint8ClampedArray(c-d),a=0;a<this.coefficients.length;a++)this.coefficients[a]=b[d+a]}else this.coefficients=b}degree(){return this.coefficients.length-1}isZero(){return 0===\nthis.coefficients[0]}getCoefficient(a){return this.coefficients[this.coefficients.length-1-a]}addOrSubtract(a){if(this.isZero())return a;if(a.isZero())return this;let b=this.coefficients;a=a.coefficients;b.length>a.length&&([b,a]=[a,b]);let c=new Uint8ClampedArray(a.length),d=a.length-b.length;for(var e=0;e<d;e++)c[e]=a[e];for(e=d;e<a.length;e++)c[e]=b[e-d]^a[e];return new w(this.field,c)}multiply(a){if(0===a)return this.field.zero;if(1===a)return this;let b=this.coefficients.length,c=new Uint8ClampedArray(b);\nfor(let d=0;d<b;d++)c[d]=this.field.multiply(this.coefficients[d],a);return new w(this.field,c)}multiplyPoly(a){if(this.isZero()||a.isZero())return this.field.zero;let b=this.coefficients,c=b.length;a=a.coefficients;let d=a.length,e=new Uint8ClampedArray(c+d-1);for(let h=0;h<c;h++){let c=b[h];for(let b=0;b<d;b++){var f=h+b,g=this.field.multiply(c,a[b]);e[f]=e[h+b]^g}}return new w(this.field,e)}multiplyByMonomial(a,b){if(0>a)throw Error("Invalid degree less than 0");if(0===b)return this.field.zero;\nlet c=this.coefficients.length;a=new Uint8ClampedArray(c+a);for(let d=0;d<c;d++)a[d]=this.field.multiply(this.coefficients[d],b);return new w(this.field,a)}evaluateAt(a){let b=0;if(0===a)return this.getCoefficient(0);let c=this.coefficients.length;if(1===a)return this.coefficients.forEach(a=>{b^=a}),b;b=this.coefficients[0];for(let d=1;d<c;d++)b=J(this.field.multiply(a,b),this.coefficients[d]);return b}}class Y{constructor(a,b,c){this.primitive=a;this.size=b;this.generatorBase=c;this.expTable=Array(this.size);\nthis.logTable=Array(this.size);a=1;for(b=0;b<this.size;b++)this.expTable[b]=a,a*=2,a>=this.size&&(a=(a^this.primitive)&this.size-1);for(a=0;a<this.size-1;a++)this.logTable[this.expTable[a]]=a;this.zero=new w(this,Uint8ClampedArray.from([0]));this.one=new w(this,Uint8ClampedArray.from([1]))}multiply(a,b){return 0===a||0===b?0:this.expTable[(this.logTable[a]+this.logTable[b])%(this.size-1)]}inverse(a){if(0===a)throw Error("Can\'t invert 0");return this.expTable[this.size-this.logTable[a]-1]}buildMonomial(a,\nb){if(0>a)throw Error("Invalid monomial degree less than 0");if(0===b)return this.zero;a=new Uint8ClampedArray(a+1);a[0]=b;return new w(this,a)}log(a){if(0===a)throw Error("Can\'t take log(0)");return this.logTable[a]}exp(a){return this.expTable[a]}}let K=[{infoBits:null,versionNumber:1,alignmentPatternCenters:[],errorCorrectionLevels:[{ecCodewordsPerBlock:7,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:13,\necBlocks:[{numBlocks:1,dataCodewordsPerBlock:13}]},{ecCodewordsPerBlock:17,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:2,alignmentPatternCenters:[6,18],errorCorrectionLevels:[{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:34}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:28}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]}]},\n{infoBits:null,versionNumber:3,alignmentPatternCenters:[6,22],errorCorrectionLevels:[{ecCodewordsPerBlock:15,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:55}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:13}]}]},{infoBits:null,versionNumber:4,alignmentPatternCenters:[6,26],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:1,\ndataCodewordsPerBlock:80}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:32}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:5,alignmentPatternCenters:[6,30],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:43}]},{ecCodewordsPerBlock:18,\necBlocks:[{numBlocks:2,dataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:11},{numBlocks:2,dataCodewordsPerBlock:12}]}]},{infoBits:null,versionNumber:6,alignmentPatternCenters:[6,34],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:27}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:19}]},\n{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:31892,versionNumber:7,alignmentPatternCenters:[6,22,38],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:78}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:31}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:13},\n{numBlocks:1,dataCodewordsPerBlock:14}]}]},{infoBits:34236,versionNumber:8,alignmentPatternCenters:[6,24,42],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:97}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:38},{numBlocks:2,dataCodewordsPerBlock:39}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:18},{numBlocks:2,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:14},\n{numBlocks:2,dataCodewordsPerBlock:15}]}]},{infoBits:39577,versionNumber:9,alignmentPatternCenters:[6,26,46],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:16},{numBlocks:4,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:12},\n{numBlocks:4,dataCodewordsPerBlock:13}]}]},{infoBits:42195,versionNumber:10,alignmentPatternCenters:[6,28,50],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68},{numBlocks:2,dataCodewordsPerBlock:69}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:43},{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,\ndataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]}]},{infoBits:48118,versionNumber:11,alignmentPatternCenters:[6,30,54],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:81}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:50},{numBlocks:4,dataCodewordsPerBlock:51}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:22},{numBlocks:4,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:3,\ndataCodewordsPerBlock:12},{numBlocks:8,dataCodewordsPerBlock:13}]}]},{infoBits:51042,versionNumber:12,alignmentPatternCenters:[6,32,58],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:92},{numBlocks:2,dataCodewordsPerBlock:93}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:20},{numBlocks:6,dataCodewordsPerBlock:21}]},\n{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:55367,versionNumber:13,alignmentPatternCenters:[6,34,62],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:37},{numBlocks:1,dataCodewordsPerBlock:38}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:20},{numBlocks:4,dataCodewordsPerBlock:21}]},\n{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:11},{numBlocks:4,dataCodewordsPerBlock:12}]}]},{infoBits:58893,versionNumber:14,alignmentPatternCenters:[6,26,46,66],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:115},{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:40},{numBlocks:5,dataCodewordsPerBlock:41}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:16},\n{numBlocks:5,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:5,dataCodewordsPerBlock:13}]}]},{infoBits:63784,versionNumber:15,alignmentPatternCenters:[6,26,48,70],errorCorrectionLevels:[{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:87},{numBlocks:1,dataCodewordsPerBlock:88}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:41},{numBlocks:5,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,\necBlocks:[{numBlocks:5,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:7,dataCodewordsPerBlock:13}]}]},{infoBits:68472,versionNumber:16,alignmentPatternCenters:[6,26,50,74],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:98},{numBlocks:1,dataCodewordsPerBlock:99}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},\n{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},{infoBits:70749,versionNumber:17,alignmentPatternCenters:[6,30,54,78],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},\n{numBlocks:1,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22},{numBlocks:15,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:17,dataCodewordsPerBlock:15}]}]},{infoBits:76311,versionNumber:18,alignmentPatternCenters:[6,30,56,82],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:120},{numBlocks:1,dataCodewordsPerBlock:121}]},{ecCodewordsPerBlock:26,\necBlocks:[{numBlocks:9,dataCodewordsPerBlock:43},{numBlocks:4,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:1,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:19,dataCodewordsPerBlock:15}]}]},{infoBits:79154,versionNumber:19,alignmentPatternCenters:[6,30,58,86],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:113},{numBlocks:4,\ndataCodewordsPerBlock:114}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:44},{numBlocks:11,dataCodewordsPerBlock:45}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:21},{numBlocks:4,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:9,dataCodewordsPerBlock:13},{numBlocks:16,dataCodewordsPerBlock:14}]}]},{infoBits:84390,versionNumber:20,alignmentPatternCenters:[6,34,62,90],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,\ndataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:41},{numBlocks:13,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:5,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:15},{numBlocks:10,dataCodewordsPerBlock:16}]}]},{infoBits:87683,versionNumber:21,alignmentPatternCenters:[6,28,50,72,94],errorCorrectionLevels:[{ecCodewordsPerBlock:28,\necBlocks:[{numBlocks:4,dataCodewordsPerBlock:116},{numBlocks:4,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:16},{numBlocks:6,dataCodewordsPerBlock:17}]}]},{infoBits:92361,versionNumber:22,alignmentPatternCenters:[6,26,50,74,98],errorCorrectionLevels:[{ecCodewordsPerBlock:28,\necBlocks:[{numBlocks:2,dataCodewordsPerBlock:111},{numBlocks:7,dataCodewordsPerBlock:112}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:13}]}]},{infoBits:96236,versionNumber:23,alignmentPatternCenters:[6,30,54,74,102],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,\ndataCodewordsPerBlock:121},{numBlocks:5,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:47},{numBlocks:14,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:16,dataCodewordsPerBlock:15},{numBlocks:14,dataCodewordsPerBlock:16}]}]},{infoBits:102084,versionNumber:24,alignmentPatternCenters:[6,28,54,80,106],errorCorrectionLevels:[{ecCodewordsPerBlock:30,\necBlocks:[{numBlocks:6,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:45},{numBlocks:14,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:30,dataCodewordsPerBlock:16},{numBlocks:2,dataCodewordsPerBlock:17}]}]},{infoBits:102881,versionNumber:25,alignmentPatternCenters:[6,\n32,58,84,110],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:106},{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:47},{numBlocks:13,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},\n{infoBits:110507,versionNumber:26,alignmentPatternCenters:[6,30,58,86,114],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:114},{numBlocks:2,dataCodewordsPerBlock:115}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:46},{numBlocks:4,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:28,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:33,dataCodewordsPerBlock:16},\n{numBlocks:4,dataCodewordsPerBlock:17}]}]},{infoBits:110734,versionNumber:27,alignmentPatternCenters:[6,34,62,90,118],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:23},{numBlocks:26,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,\necBlocks:[{numBlocks:12,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:117786,versionNumber:28,alignmentPatternCenters:[6,26,50,74,98,122],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:117},{numBlocks:10,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:45},{numBlocks:23,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:24},{numBlocks:31,\ndataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:31,dataCodewordsPerBlock:16}]}]},{infoBits:119615,versionNumber:29,alignmentPatternCenters:[6,30,54,78,102,126],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:116},{numBlocks:7,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:21,dataCodewordsPerBlock:45},{numBlocks:7,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,\necBlocks:[{numBlocks:1,dataCodewordsPerBlock:23},{numBlocks:37,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:26,dataCodewordsPerBlock:16}]}]},{infoBits:126325,versionNumber:30,alignmentPatternCenters:[6,26,52,78,104,130],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:115},{numBlocks:10,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:47},\n{numBlocks:10,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:25,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:25,dataCodewordsPerBlock:16}]}]},{infoBits:127568,versionNumber:31,alignmentPatternCenters:[6,30,56,82,108,134],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:3,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,\necBlocks:[{numBlocks:2,dataCodewordsPerBlock:46},{numBlocks:29,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:24},{numBlocks:1,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:133589,versionNumber:32,alignmentPatternCenters:[6,34,60,86,112,138],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115}]},\n{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:24},{numBlocks:35,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:35,dataCodewordsPerBlock:16}]}]},{infoBits:136944,versionNumber:33,alignmentPatternCenters:[6,30,58,86,114,142],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115},\n{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:21,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:24},{numBlocks:19,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:141498,versionNumber:34,alignmentPatternCenters:[6,34,62,90,118,146],errorCorrectionLevels:[{ecCodewordsPerBlock:30,\necBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:6,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:44,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:59,dataCodewordsPerBlock:16},{numBlocks:1,dataCodewordsPerBlock:17}]}]},{infoBits:145311,versionNumber:35,alignmentPatternCenters:[6,\n30,54,78,102,126,150],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:121},{numBlocks:7,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:47},{numBlocks:26,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:39,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:41,dataCodewordsPerBlock:16}]}]},\n{infoBits:150283,versionNumber:36,alignmentPatternCenters:[6,24,50,76,102,128,154],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:121},{numBlocks:14,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:47},{numBlocks:34,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:46,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,\ndataCodewordsPerBlock:15},{numBlocks:64,dataCodewordsPerBlock:16}]}]},{infoBits:152622,versionNumber:37,alignmentPatternCenters:[6,28,54,80,106,132,158],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:46},{numBlocks:14,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:49,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},\n{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:24,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:158308,versionNumber:38,alignmentPatternCenters:[6,32,58,84,110,136,162],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:122},{numBlocks:18,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:46},{numBlocks:32,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:48,\ndataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:15},{numBlocks:32,dataCodewordsPerBlock:16}]}]},{infoBits:161089,versionNumber:39,alignmentPatternCenters:[6,26,54,82,110,138,166],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:40,dataCodewordsPerBlock:47},{numBlocks:7,dataCodewordsPerBlock:48}]},\n{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:43,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:15},{numBlocks:67,dataCodewordsPerBlock:16}]}]},{infoBits:167017,versionNumber:40,alignmentPatternCenters:[6,30,58,86,114,142,170],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:118},{numBlocks:6,dataCodewordsPerBlock:119}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:18,\ndataCodewordsPerBlock:47},{numBlocks:31,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:24},{numBlocks:34,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:15},{numBlocks:61,dataCodewordsPerBlock:16}]}]}],da=[{bits:21522,formatInfo:{errorCorrectionLevel:1,dataMask:0}},{bits:20773,formatInfo:{errorCorrectionLevel:1,dataMask:1}},{bits:24188,formatInfo:{errorCorrectionLevel:1,dataMask:2}},{bits:23371,formatInfo:{errorCorrectionLevel:1,\ndataMask:3}},{bits:17913,formatInfo:{errorCorrectionLevel:1,dataMask:4}},{bits:16590,formatInfo:{errorCorrectionLevel:1,dataMask:5}},{bits:20375,formatInfo:{errorCorrectionLevel:1,dataMask:6}},{bits:19104,formatInfo:{errorCorrectionLevel:1,dataMask:7}},{bits:30660,formatInfo:{errorCorrectionLevel:0,dataMask:0}},{bits:29427,formatInfo:{errorCorrectionLevel:0,dataMask:1}},{bits:32170,formatInfo:{errorCorrectionLevel:0,dataMask:2}},{bits:30877,formatInfo:{errorCorrectionLevel:0,dataMask:3}},{bits:26159,\nformatInfo:{errorCorrectionLevel:0,dataMask:4}},{bits:25368,formatInfo:{errorCorrectionLevel:0,dataMask:5}},{bits:27713,formatInfo:{errorCorrectionLevel:0,dataMask:6}},{bits:26998,formatInfo:{errorCorrectionLevel:0,dataMask:7}},{bits:5769,formatInfo:{errorCorrectionLevel:3,dataMask:0}},{bits:5054,formatInfo:{errorCorrectionLevel:3,dataMask:1}},{bits:7399,formatInfo:{errorCorrectionLevel:3,dataMask:2}},{bits:6608,formatInfo:{errorCorrectionLevel:3,dataMask:3}},{bits:1890,formatInfo:{errorCorrectionLevel:3,\ndataMask:4}},{bits:597,formatInfo:{errorCorrectionLevel:3,dataMask:5}},{bits:3340,formatInfo:{errorCorrectionLevel:3,dataMask:6}},{bits:2107,formatInfo:{errorCorrectionLevel:3,dataMask:7}},{bits:13663,formatInfo:{errorCorrectionLevel:2,dataMask:0}},{bits:12392,formatInfo:{errorCorrectionLevel:2,dataMask:1}},{bits:16177,formatInfo:{errorCorrectionLevel:2,dataMask:2}},{bits:14854,formatInfo:{errorCorrectionLevel:2,dataMask:3}},{bits:9396,formatInfo:{errorCorrectionLevel:2,dataMask:4}},{bits:8579,formatInfo:{errorCorrectionLevel:2,\ndataMask:5}},{bits:11994,formatInfo:{errorCorrectionLevel:2,dataMask:6}},{bits:11245,formatInfo:{errorCorrectionLevel:2,dataMask:7}}],aa=[a=>0===(a.y+a.x)%2,a=>0===a.y%2,a=>0===a.x%3,a=>0===(a.y+a.x)%3,a=>0===(Math.floor(a.y/2)+Math.floor(a.x/3))%2,a=>0===a.x*a.y%2+a.x*a.y%3,a=>0===(a.y*a.x%2+a.y*a.x%3)%2,a=>0===((a.y+a.x)%2+a.y*a.x%3)%2],y=(a,b)=>Math.sqrt(Math.pow(b.x-a.x,2)+Math.pow(b.y-a.y,2)),la={inversionAttempts:"attemptBoth",greyScaleWeights:{red:.2126,green:.7152,blue:.0722,useIntegerApproximation:!1},\ncanOverwriteImage:!0};I.default=I;let G="dontInvert",D={red:77,green:150,blue:29,useIntegerApproximation:!0};self.onmessage=a=>{let b=a.data.data;switch(a.data.type){case "decode":a=I(b.data,b.width,b.height,{inversionAttempts:G,greyScaleWeights:D});self.postMessage({type:"qrResult",data:a?a.data:null});break;case "grayscaleWeights":D.red=b.red;D.green=b.green;D.blue=b.blue;D.useIntegerApproximation=b.useIntegerApproximation;break;case "inversionMode":switch(b){case "original":G="dontInvert";break;\ncase "invert":G="onlyInvert";break;case "both":G="attemptBoth";break;default:throw Error("Invalid inversion mode");}break;case "close":self.close()}}})()\n\n']))},vD=gN(),yD=function(){function e(t){var r=this,n=t.container,o=t.lang,a=void 0===o?"en":o,i=t.assetRoot,s=void 0===i?"https://unpkg.com/@tsocial/tvweb-sdk@latest/assets":i,c=t.resourceRoot,u=t.customUrls,l=void 0===u?{}:u,d=t.enableAntiDebug,f=void 0===d||d,p=t.warmupMessage,h=t.baseComponent,g=t.component,m=void 0===g?{}:g;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),tx(this,"initNativeCamera",(function(e){var t=document.createElement("div");document.body.appendChild(t);var n=ov.createRef(),o=r.component.NativeCamera;return XI.render(ov.createElement(o,rx({},e,{ref:n})),t),{openCamera:function(){n.current.click()}}})),tx(this,"runWarmUpReadIDCard",ex(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=r.commonSettings.customUrls,e.abrupt("return",r.component.warmUpReadIdCard(t));case 2:case"end":return e.stop()}}),e)})))),tx(this,"runPreloadEKYCResources",ex(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t=r.commonSettings.customUrls,r.component.preloadEKYCResources(t);case 2:case"end":return e.stop()}}),e)})))),tx(this,"destroyView",(function(){XI.unmountComponentAtNode(r.container)})),function(e,t,r,n,o,a,i,s){if(!e){var c;if(void 0===t)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[r,n,o,a,i,s],l=0;(c=new Error(t.replace(/%s/g,(function(){return u[l++]})))).name="Invariant Violation"}throw c.framesToPop=1,c}}(n,"container is a required parameter"),this.container=n,this.container.style="touch-action: none; -ms-touch-action: none;";var v=ZR({resourceRoot:c,initCustomUrls:l});this.commonSettings={lang:a,assetRoot:s,customUrls:v,enableAntiDebug:f,debug:!1,warmupMessage:p},this.component=ox(ox({},h),m)}var t;return(t=[{key:"checkCamera",value:function(){return(0,this.component.checkCamera)()}},{key:"getListCamera",value:function(){return(0,this.component.getListCamera)()}},{key:"readIDCardWithApiCall",value:function(e){var t=this.component.ReadIDCardWithApiCall;XI.render(ov.createElement(eN,{value:ox({},this.commonSettings)},ov.createElement(t,rx({onClose:this.destroyView},e))),this.container)}},{key:"readIDCardUIOnly",value:function(e){var t=this.component.ReadIDCardUIOnly;XI.render(ov.createElement(eN,{value:this.commonSettings},ov.createElement(t,rx({onClose:this.destroyView},e))),this.container)}},{key:"livenessDetection",value:function(e){var t=this.component.LivenessDetection;XI.render(ov.createElement(eN,{value:ox({},this.commonSettings)},ov.createElement(t,rx({onClose:this.destroyView},e))),this.container)}},{key:"compareFaces",value:function(e){var t=e.accessKey,r=e.secretKey,n=e.apiUrl,o=e.image1,a=e.image2,i=e.onSuccess,s=e.onError;VL(new aN(t,r,n,{httpHeaders:vD})).compareFaces({image1:{id:o},image2:{id:a}}).then((function(e){i(e)})).catch((function(e){s(e)}))}}])&&function(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),e}();function bD(e){return(bD="function"==typeof Symbol&&"symbol"==Gg(Symbol.iterator)?function(e){return Gg(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":Gg(e)})(e)}function wD(e,t,r,n,o,a,i){try{var s=e[a](i),c=s.value}catch(e){return void r(e)}s.done?t(c):Promise.resolve(c).then(n,o)}function CD(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var a=e.apply(t,r);function i(e){wD(a,n,o,i,s,"next",e)}function s(e){wD(a,n,o,i,s,"throw",e)}i(void 0)}))}}function kD(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ED(){return(ED=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function BD(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function SD(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?BD(Object(r),!0).forEach((function(t){kD(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):BD(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function _D(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}function AD(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function TD(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var r=[],n=!0,o=!1,a=void 0;try{for(var i,s=e[Symbol.iterator]();!(n=(i=s.next()).done)&&(r.push(i.value),!t||r.length!==t);n=!0);}catch(e){o=!0,a=e}finally{try{n||null==s.return||s.return()}finally{if(o)throw a}}return r}}(e,t)||xD(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ID(e){return function(e){if(Array.isArray(e))return PD(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||xD(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function xD(e,t){if(e){if("string"==typeof e)return PD(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?PD(e,t):void 0}}function PD(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var RD="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function ND(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function OD(e,t,r){return e(r={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==t&&r.path)}},r.exports),r.exports}var LD,DD,MD,UD,jD,FD,VD,zD,KD,qD,HD,WD,QD=OD((function(e){e.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(e,t,r){e.exports={BROWSER_TYPES:{CHROME:"Chrome",FIREFOX:"Firefox",OPERA:"Opera",YANDEX:"Yandex",SAFARI:"Safari",INTERNET_EXPLORER:"Internet Explorer",EDGE:"Edge",CHROMIUM:"Chromium",IE:"IE",MOBILE_SAFARI:"Mobile Safari",EDGE_CHROMIUM:"Edge Chromium"},DEVICE_TYPES:{MOBILE:"mobile",TABLET:"tablet",SMART_TV:"smarttv",CONSOLE:"console",WEARABLE:"wearable",BROWSER:void 0},OS_TYPES:{IOS:"iOS",ANDROID:"Android",WINDOWS_PHONE:"Windows Phone",WINDOWS:"Windows",MAC_OS:"Mac OS"},defaultData:{isMobile:!1,isTablet:!1,isBrowser:!1,isSmartTV:!1,isConsole:!1,isWearable:!1}}},function(e,t,r){var n,o=r(2),a=r(0),i=a.BROWSER_TYPES,s=a.OS_TYPES,c=a.DEVICE_TYPES,u=r(4),l=u.checkType,d=u.broPayload,f=u.mobilePayload,p=u.wearPayload,h=u.consolePayload,g=u.stvPayload,m=u.getNavigatorInstance,v=u.isIOS13Check,y=new o,b=y.getBrowser(),w=y.getDevice(),C=y.getEngine(),k=y.getOS(),E=y.getUA(),B=i.CHROME,S=i.CHROMIUM,_=i.IE,A=i.INTERNET_EXPLORER,T=i.OPERA,I=i.FIREFOX,x=i.SAFARI,P=i.EDGE,R=i.YANDEX,N=i.MOBILE_SAFARI,O=c.MOBILE,L=c.TABLET,D=c.SMART_TV,M=c.BROWSER,U=c.WEARABLE,j=c.CONSOLE,F=s.ANDROID,V=s.WINDOWS_PHONE,z=s.IOS,K=s.WINDOWS,q=s.MAC_OS,H=function(){return k.name===s.WINDOWS&&"10"===k.version&&"string"==typeof E&&-1!==E.indexOf("Edg/")},W=function(){return b.name===P},Q=function(){return v("iPad")},G=w.type===D,X=w.type===j,Y=w.type===U,$=b.name===N||Q(),Z=b.name===S,J=function(){switch(w.type){case O:case L:return!0;default:return!1}}()||Q(),ee=w.type===O,te=w.type===L||Q(),re=w.type===M,ne=k.name===F,oe=k.name===V,ae=k.name===z||Q(),ie=b.name===B,se=b.name===I,ce=b.name===x||b.name===N,ue=b.name===T,le=b.name===A||b.name===_,de=k.version?k.version:"none",fe=k.name?k.name:"none",pe=b.major,he=b.version,ge=b.name,me=w.vendor?w.vendor:"none",ve=w.model?w.model:"none",ye=C.name,be=C.version,we=E,Ce=W()||H(),ke=b.name===R,Ee=w.type,Be=(n=m())&&(/iPad|iPhone|iPod/.test(n.platform)||"MacIntel"===n.platform&&n.maxTouchPoints>1)&&!window.MSStream,Se=Q(),_e=v("iPhone"),Ae=v("iPod"),Te=function(){var e=m(),t=e&&e.userAgent.toLowerCase();return"string"==typeof t&&/electron/.test(t)}(),Ie=H(),xe=W(),Pe=k.name===K,Re=k.name===q,Ne=l(w.type);e.exports={deviceDetect:function(){var e=Ne.isBrowser,t=Ne.isMobile,r=Ne.isTablet,n=Ne.isSmartTV,o=Ne.isConsole,a=Ne.isWearable;return e?d(e,b,C,k,E):n?g(n,C,k,E):o?h(o,C,k,E):t||r?f(Ne,w,k,E):a?p(a,C,k,E):void 0},isSmartTV:G,isConsole:X,isWearable:Y,isMobileSafari:$,isChromium:Z,isMobile:J,isMobileOnly:ee,isTablet:te,isBrowser:re,isAndroid:ne,isWinPhone:oe,isIOS:ae,isChrome:ie,isFirefox:se,isSafari:ce,isOpera:ue,isIE:le,osVersion:de,osName:fe,fullBrowserVersion:pe,browserVersion:he,browserName:ge,mobileVendor:me,mobileModel:ve,engineName:ye,engineVersion:be,getUA:we,isEdge:Ce,isYandex:ke,deviceType:Ee,isIOS13:Be,isIPad13:Se,isIPhone13:_e,isIPod13:Ae,isElectron:Te,isEdgeChromium:Ie,isLegacyEdge:xe,isWindows:Pe,isMacOs:Re}},function(e,t,r){var n;
|
45
|
+
(r=EN).mode.CTRGladman=function(){var e=r.lib.BlockCipherMode.extend();function t(e){if(255==(e>>24&255)){var t=e>>16&255,r=e>>8&255,n=255&e;255===t?(t=0,255===r?(r=0,255===n?n=0:++n):++r):++t,e=0,e+=t<<16,e+=r<<8,e+=n}else e+=1<<24;return e}function n(e){return 0===(e[0]=t(e[0]))&&(e[1]=t(e[1])),e}var o=e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,o=r.blockSize,a=this._iv,i=this._counter;a&&(i=this._counter=a.slice(0),this._iv=void 0),n(i);var s=i.slice(0);r.encryptBlock(s,0);for(var c=0;c<o;c++)e[t+c]^=s[c]}});return e.Decryptor=o,e}(),r.mode.CTRGladman)})),vx((function(e,t){var r,n,o;e.exports=((o=EN).mode.OFB=(n=(r=o.lib.BlockCipherMode.extend()).Encryptor=r.extend({processBlock:function(e,t){var r=this._cipher,n=r.blockSize,o=this._iv,a=this._keystream;o&&(a=this._keystream=o.slice(0),this._iv=void 0),r.encryptBlock(a,0);for(var i=0;i<n;i++)e[t+i]^=a[i]}}),r.Decryptor=n,r),o.mode.OFB)})),vx((function(e,t){var r,n;e.exports=((n=EN).mode.ECB=((r=n.lib.BlockCipherMode.extend()).Encryptor=r.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),r.Decryptor=r.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),r),n.mode.ECB)})),vx((function(e,t){var r;e.exports=((r=EN).pad.AnsiX923={pad:function(e,t){var r=e.sigBytes,n=4*t,o=n-r%n,a=r+o-1;e.clamp(),e.words[a>>>2]|=o<<24-a%4*8,e.sigBytes+=o},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},r.pad.Ansix923)})),vx((function(e,t){var r;e.exports=((r=EN).pad.Iso10126={pad:function(e,t){var n=4*t,o=n-e.sigBytes%n;e.concat(r.lib.WordArray.random(o-1)).concat(r.lib.WordArray.create([o<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},r.pad.Iso10126)})),vx((function(e,t){var r;e.exports=((r=EN).pad.Iso97971={pad:function(e,t){e.concat(r.lib.WordArray.create([2147483648],1)),r.pad.ZeroPadding.pad(e,t)},unpad:function(e){r.pad.ZeroPadding.unpad(e),e.sigBytes--}},r.pad.Iso97971)})),vx((function(e,t){var r;e.exports=((r=EN).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}}},r.pad.ZeroPadding)})),vx((function(e,t){var r;e.exports=((r=EN).pad.NoPadding={pad:function(){},unpad:function(){}},r.pad.NoPadding)})),vx((function(e,t){var r,n,o,a;e.exports=(n=(r=a=EN).lib.CipherParams,o=r.enc.Hex,r.format.Hex={stringify:function(e){return e.ciphertext.toString(o)},parse:function(e){var t=o.parse(e);return n.create({ciphertext:t})}},a.format.Hex)})),vx((function(e,t){var r;e.exports=(r=EN,function(){var e=r,t=e.lib.BlockCipher,n=e.algo,o=[],a=[],i=[],s=[],c=[],u=[],l=[],d=[],f=[],p=[];!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 h=n^n<<1^n<<2^n<<3^n<<4;h=h>>>8^255&h^99,o[r]=h,a[h]=r;var g=e[r],m=e[g],v=e[m],y=257*e[h]^16843008*h;i[r]=y<<24|y>>>8,s[r]=y<<16|y>>>16,c[r]=y<<8|y>>>24,u[r]=y,y=16843009*v^65537*m^257*g^16843008*r,l[h]=y<<24|y>>>8,d[h]=y<<16|y>>>16,f[h]=y<<8|y>>>24,p[h]=y,r?(r=g^e[e[e[v^g]]],n^=e[e[n]]):r=n=1}}();var h=[0,1,2,4,8,16,32,64,128,27,54],g=n.AES=t.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),a=this._keySchedule=[],i=0;i<n;i++)i<r?a[i]=t[i]:(u=a[i-1],i%r?r>6&&i%r==4&&(u=o[u>>>24]<<24|o[u>>>16&255]<<16|o[u>>>8&255]<<8|o[255&u]):(u=o[(u=u<<8|u>>>24)>>>24]<<24|o[u>>>16&255]<<16|o[u>>>8&255]<<8|o[255&u],u^=h[i/r|0]<<24),a[i]=a[i-r]^u);for(var s=this._invKeySchedule=[],c=0;c<n;c++){if(i=n-c,c%4)var u=a[i];else u=a[i-4];s[c]=c<4||i<=4?u:l[o[u>>>24]]^d[o[u>>>16&255]]^f[o[u>>>8&255]]^p[o[255&u]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,i,s,c,u,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,l,d,f,p,a),r=e[t+1],e[t+1]=e[t+3],e[t+3]=r},_doCryptBlock:function(e,t,r,n,o,a,i,s){for(var c=this._nRounds,u=e[t]^r[0],l=e[t+1]^r[1],d=e[t+2]^r[2],f=e[t+3]^r[3],p=4,h=1;h<c;h++){var g=n[u>>>24]^o[l>>>16&255]^a[d>>>8&255]^i[255&f]^r[p++],m=n[l>>>24]^o[d>>>16&255]^a[f>>>8&255]^i[255&u]^r[p++],v=n[d>>>24]^o[f>>>16&255]^a[u>>>8&255]^i[255&l]^r[p++],y=n[f>>>24]^o[u>>>16&255]^a[l>>>8&255]^i[255&d]^r[p++];u=g,l=m,d=v,f=y}g=(s[u>>>24]<<24|s[l>>>16&255]<<16|s[d>>>8&255]<<8|s[255&f])^r[p++],m=(s[l>>>24]<<24|s[d>>>16&255]<<16|s[f>>>8&255]<<8|s[255&u])^r[p++],v=(s[d>>>24]<<24|s[f>>>16&255]<<16|s[u>>>8&255]<<8|s[255&l])^r[p++],y=(s[f>>>24]<<24|s[u>>>16&255]<<16|s[l>>>8&255]<<8|s[255&d])^r[p++],e[t]=g,e[t+1]=m,e[t+2]=v,e[t+3]=y},keySize:8});e.AES=t._createHelper(g)}(),r.AES)})),vx((function(e,t){var r;e.exports=(r=EN,function(){var e=r,t=e.lib,n=t.WordArray,o=t.BlockCipher,a=e.algo,i=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],s=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],c=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],u=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],l=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],d=a.DES=o.extend({_doReset:function(){for(var e=this._key.words,t=[],r=0;r<56;r++){var n=i[r]-1;t[r]=e[n>>>5]>>>31-n%32&1}for(var o=this._subKeys=[],a=0;a<16;a++){var u=o[a]=[],l=c[a];for(r=0;r<24;r++)u[r/6|0]|=t[(s[r]-1+l)%28]<<31-r%6,u[4+(r/6|0)]|=t[28+(s[r+24]-1+l)%28]<<31-r%6;for(u[0]=u[0]<<1|u[0]>>>31,r=1;r<7;r++)u[r]=u[r]>>>4*(r-1)+3;u[7]=u[7]<<5|u[7]>>>27}var d=this._invSubKeys=[];for(r=0;r<16;r++)d[r]=o[15-r]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._subKeys)},decryptBlock:function(e,t){this._doCryptBlock(e,t,this._invSubKeys)},_doCryptBlock:function(e,t,r){this._lBlock=e[t],this._rBlock=e[t+1],f.call(this,4,252645135),f.call(this,16,65535),p.call(this,2,858993459),p.call(this,8,16711935),f.call(this,1,1431655765);for(var n=0;n<16;n++){for(var o=r[n],a=this._lBlock,i=this._rBlock,s=0,c=0;c<8;c++)s|=u[c][((i^o[c])&l[c])>>>0];this._lBlock=i,this._rBlock=a^s}var d=this._lBlock;this._lBlock=this._rBlock,this._rBlock=d,f.call(this,1,1431655765),p.call(this,8,16711935),p.call(this,2,858993459),f.call(this,16,65535),f.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function f(e,t){var r=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=r,this._lBlock^=r<<e}function p(e,t){var r=(this._rBlock>>>e^this._lBlock)&t;this._lBlock^=r,this._rBlock^=r<<e}e.DES=o._createHelper(d);var h=a.TripleDES=o.extend({_doReset:function(){var e=this._key.words;if(2!==e.length&&4!==e.length&&e.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var t=e.slice(0,2),r=e.length<4?e.slice(0,2):e.slice(2,4),o=e.length<6?e.slice(0,2):e.slice(4,6);this._des1=d.createEncryptor(n.create(t)),this._des2=d.createEncryptor(n.create(r)),this._des3=d.createEncryptor(n.create(o))},encryptBlock:function(e,t){this._des1.encryptBlock(e,t),this._des2.decryptBlock(e,t),this._des3.encryptBlock(e,t)},decryptBlock:function(e,t){this._des3.decryptBlock(e,t),this._des2.encryptBlock(e,t),this._des1.decryptBlock(e,t)},keySize:6,ivSize:2,blockSize:2});e.TripleDES=o._createHelper(h)}(),r.TripleDES)})),vx((function(e,t){var r;e.exports=(r=EN,function(){var e=r,t=e.lib.StreamCipher,n=e.algo,o=n.RC4=t.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 a=0;o<256;o++){var i=o%r,s=t[i>>>2]>>>24-i%4*8&255;a=(a+n[o]+s)%256;var c=n[o];n[o]=n[a],n[a]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=a.call(this)},keySize:8,ivSize:0});function a(){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 a=e[t];e[t]=e[r],e[r]=a,n|=e[(e[t]+e[r])%256]<<24-8*o}return this._i=t,this._j=r,n}e.RC4=t._createHelper(o);var i=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--)a.call(this)}});e.RC4Drop=t._createHelper(i)}(),r.RC4)})),vx((function(e,t){var r;e.exports=(r=EN,function(){var e=r,t=e.lib.StreamCipher,n=e.algo,o=[],a=[],i=[],s=n.Rabbit=t.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 a=t.words,i=a[0],s=a[1],u=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),l=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=u>>>16|4294901760&l,f=l<<16|65535&u;for(o[0]^=u,o[1]^=d,o[2]^=l,o[3]^=f,o[4]^=u,o[5]^=d,o[6]^=l,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++)a[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<a[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<a[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<a[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<a[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<a[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<a[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<a[6]>>>0?1:0)|0,this._b=t[7]>>>0<a[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,u=((4294901760&n)*n|0)+((65535&n)*n|0);i[r]=c^u}e[0]=i[0]+(i[7]<<16|i[7]>>>16)+(i[6]<<16|i[6]>>>16)|0,e[1]=i[1]+(i[0]<<8|i[0]>>>24)+i[7]|0,e[2]=i[2]+(i[1]<<16|i[1]>>>16)+(i[0]<<16|i[0]>>>16)|0,e[3]=i[3]+(i[2]<<8|i[2]>>>24)+i[1]|0,e[4]=i[4]+(i[3]<<16|i[3]>>>16)+(i[2]<<16|i[2]>>>16)|0,e[5]=i[5]+(i[4]<<8|i[4]>>>24)+i[3]|0,e[6]=i[6]+(i[5]<<16|i[5]>>>16)+(i[4]<<16|i[4]>>>16)|0,e[7]=i[7]+(i[6]<<8|i[6]>>>24)+i[5]|0}e.Rabbit=t._createHelper(s)}(),r.Rabbit)})),vx((function(e,t){var r;e.exports=(r=EN,function(){var e=r,t=e.lib.StreamCipher,n=e.algo,o=[],a=[],i=[],s=n.RabbitLegacy=t.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 a=t.words,i=a[0],s=a[1],u=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),l=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),d=u>>>16|4294901760&l,f=l<<16|65535&u;for(n[0]^=u,n[1]^=d,n[2]^=l,n[3]^=f,n[4]^=u,n[5]^=d,n[6]^=l,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++)a[r]=t[r];for(t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<a[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<a[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<a[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<a[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<a[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<a[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<a[6]>>>0?1:0)|0,this._b=t[7]>>>0<a[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,u=((4294901760&n)*n|0)+((65535&n)*n|0);i[r]=c^u}e[0]=i[0]+(i[7]<<16|i[7]>>>16)+(i[6]<<16|i[6]>>>16)|0,e[1]=i[1]+(i[0]<<8|i[0]>>>24)+i[7]|0,e[2]=i[2]+(i[1]<<16|i[1]>>>16)+(i[0]<<16|i[0]>>>16)|0,e[3]=i[3]+(i[2]<<8|i[2]>>>24)+i[1]|0,e[4]=i[4]+(i[3]<<16|i[3]>>>16)+(i[2]<<16|i[2]>>>16)|0,e[5]=i[5]+(i[4]<<8|i[4]>>>24)+i[3]|0,e[6]=i[6]+(i[5]<<16|i[5]>>>16)+(i[4]<<16|i[4]>>>16)|0,e[7]=i[7]+(i[6]<<8|i[6]>>>24)+i[5]|0}e.RabbitLegacy=t._createHelper(s)}(),r.RabbitLegacy)})),vx((function(e,t){e.exports=EN}))),SN=function(e){var t=e.blob;return new Promise((function(e){var r=new FileReader;r.onload=function(t){var r=t.target.result,n=BN.MD5(BN.lib.WordArray.create(r)).toString();e(n)},r.readAsArrayBuffer(t)}))},_N=Object.freeze({__proto__:null,MD5:SN}),AN=["tracking"],TN=gN(),IN=ov.createContext(),xN={enable:!1,accessKey:"",secretKey:"",apiUrl:"",userId:""},PN=function(){var e=ex(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f,p,h,g;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=t.tag,n=t.event,o=t.log,a=yN(new Date),i=o,e.t0=n,e.next="sdk_mode.read_id_card_one_side"===e.t0?6:"sdk_mode.liveness"===e.t0?19:36;break;case 6:return i=pN(o),s=o.result_object,e.next=10,SN({blob:s.image.blob});case 10:if(e.t1=e.sent,i.result_object.image={blob:e.t1},delete i.result_object.recordedVideos,!s.qrScannedResult){e.next=18;break}return e.next=16,SN({blob:s.qrScannedResult.image.blob});case 16:i.result_object.qrScannedResult.image.blob=e.sent,delete i.result_object.qrScannedResult.recordedVideos;case 18:return e.abrupt("break",36);case 19:return i=pN(o),c=o.result_object,u=c.steps,l=c.frontalFaces,d=c.frontalScaledImage,f=u.map((function(e){return SN({blob:e.image.blob})})),e.next=24,Promise.all(f);case 24:return p=e.sent,u.forEach((function(e,t){i.result_object.steps[t].image.blob=p[t]})),h=l.map((function(e){return SN({blob:e})})),e.next=29,Promise.all(h);case 29:if(g=e.sent,l.forEach((function(e,t){i.result_object.frontalFaces[t]=g[t]})),!d){e.next=35;break}return e.next=34,SN({blob:d});case 34:i.result_object.frontalScaledImage=e.sent;case 35:return e.abrupt("break",36);case 36:return e.abrupt("return",{tag:r,event:n,log:ox({device_time:a},i)});case 37:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();function RN(e){var t,r=e.userId;if(r)t=r;else{var n=CN("user-id");if(n)t=n;else{var o=fN();t=o,wN(o,"user-id")}}return t}function NN(e){var t=e.value,r=e.children,n=t.tracking,o=void 0===n?xN:n,a=function(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}(t,AN),i=o.enable,s=o.accessKey,c=o.secretKey,u=o.apiUrl,l=o.userId,d=ov.useMemo((function(){return i?u&&s&&c?new aN(s,c,u):(console.error("apiUrl, accessKey and secretKey are required when tracking is enabled"),null):null}),[i,s,c,u]),f=ov.useMemo((function(){var e=RN({userId:l});return ox(ox({},TN),{},{"x-request-id":e})}),[l]),p=ov.useCallback(ex(regeneratorRuntime.mark((function e(){var t,r,n,o,a,s,c=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=c.length>0&&void 0!==c[0]?c[0]:{},r=t.tag,n=t.event,o=t.log,a=void 0===o?{}:o,!i){e.next=11;break}return e.prev=2,e.next=5,PN({tag:r,event:n,log:a});case 5:s=e.sent,d.httpClient.post("/v1/log_events",s,f),e.next=11;break;case 9:e.prev=9,e.t0=e.catch(2);case 11:case"end":return e.stop()}}),e,null,[[2,9]])}))),[d,f,i]);return ov.createElement(IN.Provider,{value:ox(ox({},a),{},{sendEvent:p})},r)}function ON(){var e=ov.useContext(IN);return void 0===e?(console.warn("useSDKTracking must be used within a SDKTrackingProvider"),{sendEvent:function(){}}):e}NN.propTypes={value:Iv.shape({tracking:Iv.shape({enable:Iv.bool,accessKey:Iv.string,secretKey:Iv.string,apiUrl:Iv.string,userId:Iv.string})}).isRequired,children:Iv.node.isRequired};var LN=Object.freeze({__proto__:null,defaultTrackingConfig:xN,getXRequestId:RN,SDKTrackingProvider:NN,useSDKTracking:ON});function DN(e,t){return e&&!e.endsWith("/")?[e,"/",t].join(""):[e,t].join("")}function MN(){var e=tN();return null==e?void 0:e.assetRoot}var UN=Object.freeze({__proto__:null,getAsset:DN,useAssetRoot:MN,useAsset:function(e){return DN(MN(),e)}});function jN(e){return new Promise((function(t){return setTimeout(t,e)}))}var FN=Object.freeze({__proto__:null,sleep:jN}),VN=Symbol("Comlink.proxy"),zN=Symbol("Comlink.endpoint"),KN=Symbol("Comlink.releaseProxy"),qN=Symbol("Comlink.thrown"),HN=function(e){return"object"==Gg(e)&&null!==e||"function"==typeof e},WN=new Map([["proxy",{canHandle:function(e){return HN(e)&&e[VN]},serialize:function(e){var t=new MessageChannel,r=t.port1,n=t.port2;return QN(e,r),[n,[n]]},deserialize:function(e){return e.start(),XN(e)}}],["throw",{canHandle:function(e){return HN(e)&&qN in e},serialize:function(e){var t=e.value;return[t instanceof Error?{isError:!0,value:{message:t.message,name:t.name,stack:t.stack}}:{isError:!1,value:t},[]]},deserialize:function(e){if(e.isError)throw Object.assign(new Error(e.value.message),e.value);throw e.value}}]]);function QN(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:self;t.addEventListener("message",(function r(n){if(n&&n.data){var o,a=Object.assign({path:[]},n.data),i=a.id,s=a.type,c=a.path,u=(n.data.argumentList||[]).map(tO);try{var l=c.slice(0,-1).reduce((function(e,t){return e[t]}),e),d=c.reduce((function(e,t){return e[t]}),e);switch(s){case"GET":o=d;break;case"SET":l[c.slice(-1)[0]]=tO(n.data.value),o=!0;break;case"APPLY":o=d.apply(l,u);break;case"CONSTRUCT":o=function(e){return Object.assign(e,Jg({},VN,!0))}(im(d,dm(u)));break;case"ENDPOINT":var f=new MessageChannel,p=f.port1,h=f.port2;QN(e,h),o=function(e,t){return JN.set(e,t),e}(p,[p]);break;case"RELEASE":o=void 0;break;default:return}}catch(e){o=Jg({value:e},qN,0)}Promise.resolve(o).catch((function(e){return Jg({value:e},qN,0)})).then((function(e){var n=lm(eO(e),2),o=n[0],a=n[1];t.postMessage(Object.assign(Object.assign({},o),{id:i}),a),"RELEASE"===s&&(t.removeEventListener("message",r),GN(t))}))}})),t.start&&t.start()}function GN(e){(function(e){return"MessagePort"===e.constructor.name})(e)&&e.close()}function XN(e,t){return $N(e,[],t)}function YN(e){if(e)throw new Error("Proxy has been released and is not useable")}function $N(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},n=!1,o=new Proxy(r,{get:function(r,a){if(YN(n),a===KN)return function(){return rO(e,{type:"RELEASE",path:t.map((function(e){return e.toString()}))}).then((function(){GN(e),n=!0}))};if("then"===a){if(0===t.length)return{then:function(){return o}};var i=rO(e,{type:"GET",path:t.map((function(e){return e.toString()}))}).then(tO);return i.then.bind(i)}return $N(e,[].concat(dm(t),[a]))},set:function(r,o,a){YN(n);var i=lm(eO(a),2),s=i[0],c=i[1];return rO(e,{type:"SET",path:[].concat(dm(t),[o]).map((function(e){return e.toString()})),value:s},c).then(tO)},apply:function(r,o,a){YN(n);var i=t[t.length-1];if(i===zN)return rO(e,{type:"ENDPOINT"}).then(tO);if("bind"===i)return $N(e,t.slice(0,-1));var s=lm(ZN(a),2),c=s[0],u=s[1];return rO(e,{type:"APPLY",path:t.map((function(e){return e.toString()})),argumentList:c},u).then(tO)},construct:function(r,o){YN(n);var a=lm(ZN(o),2),i=a[0],s=a[1];return rO(e,{type:"CONSTRUCT",path:t.map((function(e){return e.toString()})),argumentList:i},s).then(tO)}});return o}function ZN(e){var t,r=e.map(eO);return[r.map((function(e){return e[0]})),(t=r.map((function(e){return e[1]})),Array.prototype.concat.apply([],t))]}var JN=new WeakMap;function eO(e){var t,r=hm(WN);try{for(r.s();!(t=r.n()).done;){var n=lm(t.value,2),o=n[0],a=n[1];if(a.canHandle(e)){var i=lm(a.serialize(e),2);return[{type:"HANDLER",name:o,value:i[0]},i[1]]}}}catch(e){r.e(e)}finally{r.f()}return[{type:"RAW",value:e},JN.get(e)||[]]}function tO(e){switch(e.type){case"HANDLER":return WN.get(e.name).deserialize(e.value);case"RAW":return e.value}}function rO(e,t,r){return new Promise((function(n){var o=new Array(4).fill(0).map((function(){return Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16)})).join("-");e.addEventListener("message",(function t(r){r.data&&r.data.id&&r.data.id===o&&(e.removeEventListener("message",t),n(r.data))})),e.start&&e.start(),e.postMessage(Object.assign({id:o},t),r)}))}var nO=function(){if(!window.Worker)return null;var e=new Blob(['const t=Symbol("Comlink.proxy"),e=Symbol("Comlink.endpoint"),r=Symbol("Comlink.releaseProxy"),n=Symbol("Comlink.thrown"),a=t=>"object"==typeof t&&null!==t||"function"==typeof t,o=new Map([["proxy",{canHandle:e=>a(e)&&e[t],serialize(t){const{port1:e,port2:r}=new MessageChannel;return i(t,e),[r,[r]]},deserialize(t){return t.start(),s(t,[],e);var e}}],["throw",{canHandle:t=>a(t)&&n in t,serialize({value:t}){let e;return e=t instanceof Error?{isError:!0,value:{message:t.message,name:t.name,stack:t.stack}}:{isError:!1,value:t},[e,[]]},deserialize(t){if(t.isError)throw Object.assign(new Error(t.value.message),t.value);throw t.value}}]]);function i(e,r=self){r.addEventListener("message",(function a(o){if(!o||!o.data)return;const{id:c,type:s,path:l}=Object.assign({path:[]},o.data),g=(o.data.argumentList||[]).map(m);let p;try{const r=l.slice(0,-1).reduce(((t,e)=>t[e]),e),n=l.reduce(((t,e)=>t[e]),e);switch(s){case"GET":p=n;break;case"SET":r[l.slice(-1)[0]]=m(o.data.value),p=!0;break;case"APPLY":p=n.apply(r,g);break;case"CONSTRUCT":p=function(e){return Object.assign(e,{[t]:!0})}(new n(...g));break;case"ENDPOINT":{const{port1:t,port2:r}=new MessageChannel;i(e,r),p=function(t,e){return f.set(t,e),t}(t,[t])}break;case"RELEASE":p=void 0;break;default:return}}catch(t){p={value:t,[n]:0}}Promise.resolve(p).catch((t=>({value:t,[n]:0}))).then((t=>{const[e,n]=h(t);r.postMessage(Object.assign(Object.assign({},e),{id:c}),n),"RELEASE"===s&&(r.removeEventListener("message",a),u(r))}))})),r.start&&r.start()}function u(t){(function(t){return"MessagePort"===t.constructor.name})(t)&&t.close()}function c(t){if(t)throw new Error("Proxy has been released and is not useable")}function s(t,n=[],a=function(){}){let o=!1;const i=new Proxy(a,{get(e,a){if(c(o),a===r)return()=>g(t,{type:"RELEASE",path:n.map((t=>t.toString()))}).then((()=>{u(t),o=!0}));if("then"===a){if(0===n.length)return{then:()=>i};const e=g(t,{type:"GET",path:n.map((t=>t.toString()))}).then(m);return e.then.bind(e)}return s(t,[...n,a])},set(e,r,a){c(o);const[i,u]=h(a);return g(t,{type:"SET",path:[...n,r].map((t=>t.toString())),value:i},u).then(m)},apply(r,a,i){c(o);const u=n[n.length-1];if(u===e)return g(t,{type:"ENDPOINT"}).then(m);if("bind"===u)return s(t,n.slice(0,-1));const[f,h]=l(i);return g(t,{type:"APPLY",path:n.map((t=>t.toString())),argumentList:f},h).then(m)},construct(e,r){c(o);const[a,i]=l(r);return g(t,{type:"CONSTRUCT",path:n.map((t=>t.toString())),argumentList:a},i).then(m)}});return i}function l(t){const e=t.map(h);return[e.map((t=>t[0])),(r=e.map((t=>t[1])),Array.prototype.concat.apply([],r))];var r}const f=new WeakMap;function h(t){for(const[e,r]of o)if(r.canHandle(t)){const[n,a]=r.serialize(t);return[{type:"HANDLER",name:e,value:n},a]}return[{type:"RAW",value:t},f.get(t)||[]]}function m(t){switch(t.type){case"HANDLER":return o.get(t.name).deserialize(t.value);case"RAW":return t.value}}function g(t,e,r){return new Promise((n=>{const a=new Array(4).fill(0).map((()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16))).join("-");t.addEventListener("message",(function e(r){r.data&&r.data.id&&r.data.id===a&&(t.removeEventListener("message",e),n(r.data))})),t.start&&t.start(),t.postMessage(Object.assign({id:a},e),r)}))}var p=[[0,1,0],[1,-4,1],[0,1,0]];function d(t,e,r,n){return t[4*(r*e+n)]}function v(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function y(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(t)))return;var r=[],n=!0,a=!1,o=void 0;try{for(var i,u=t[Symbol.iterator]();!(n=(i=u.next()).done)&&(r.push(i.value),!e||r.length!==e);n=!0);}catch(t){a=!0,o=t}finally{try{n||null==u.return||u.return()}finally{if(a)throw o}}return r}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return b(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return b(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function b(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var E="frontal",S="left",w="right",M="up",k="down",_=0,A=1,R=2;function L(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=y(t,2),a=n[0],o=n[1],i=y(e,2),u=i[0],c=i[1],s=[a[0],o[0]],l=[a[1],o[1]];return s[0]+r<=u[0]&&c[0]<=s[1]-r&&l[0]+r<=u[1]&&c[1]<=l[1]-.8*r?R:s[0]<=u[0]||c[0]<=s[1]||l[0]<=u[1]||c[1]<=l[1]?A:_}var P={code:"no_face",msg:{en:"Face not found",vi:"Không tìm thấy khuôn mặt"}},O={code:"partial_face",msg:{en:"Face out of the box",vi:"Không tìm thấy toàn bộ khuôn mặt"}},j={code:"multiple_faces",msg:{en:"Too many faces",vi:"Quá nhiều khuôn mặt"}},T={code:"face_too_small",msg:{en:"Face too small",vi:"Khuôn mặt quá nhỏ"}},F={code:"face_too_large",msg:{en:"Face too large",vi:"Khuôn mặt quá to"}},x={code:"face_out_of_box",msg:{en:"Face is out of box",vi:"Khuôn mặt không nằm trọn vẹn trong khung ảnh"}};function C(t){return Math.pow(Math.pow(t[0],2)+Math.pow(t[1],2),.5)}function N(t,e){return[t[0]-e[0],t[1]-e[1]]}function z(t,e,r,n){var a=r*(4*e)+4*n;return{r:t[a],g:t[a+1],b:t[a+2]}}i({calculateBlurScoreFunc:function(t){for(var e=t.data,r=t.reducedWidth,n=t.reducedHeight,a=0;a<e.length;a+=4){var o=(e[a]+e[a+1]+e[a+2])/3;e[a]=o}for(var i=0,u=0,c=n-1,s=r-1,l=1;l<c;l++)for(var f=1;f<s;f++){var h=p[0][0]*d(e,r,f-1,l-1)+p[0][1]*d(e,r,f,l-1)+p[0][2]*d(e,r,f+1,l-1)+p[1][0]*d(e,r,f-1,l)+p[1][1]*d(e,r,f,l)+p[1][2]*d(e,r,f+1,l)+p[2][0]*d(e,r,f-1,l+1)+p[2][1]*d(e,r,f,l+1)+p[2][2]*d(e,r,f+1,l+1);(h=Math.abs(h))>25&&i++,h>15&&h<25&&u++}var m=0;return i+u!==0&&(m=i/(i+u)),m},calculateFaceDirectionFunc:function(t){var e=t.landmarks,r=t.getPerfectFrontal,n=function(t){var e,r,n,a,o,i,u,c=y(t,4),s=c[0],l=c[1],f=c[2],h=c[3],m=N(l,s),g=C(m),p=(a=l,e=[(n=s)[0]+a[0],n[1]+a[1]],r=2,[e[0]/r,e[1]/r]),d=N(f,p),v=C(N(h,f)),b=N(h,p),E=C(b),S=(d[0]*b[0]+d[1]*b[1])/E,w=v/E;if(g>.5*E)o=(d[0]*m[0]+d[1]*m[1])/g/g;else{var M=C(N(d,function(t,e){return[t[0]*e,t[1]*e]}(b,S/E)));u=b,o=((i=d)[0]*u[1]-u[0]*i[1]>=0?1:-1)*M/g}return{left_right_score:o,up_down_score:w}}(e),a=n.left_right_score,o=n.up_down_score,i=y(e,3),u=i[0],c=i[1],s=i[2],l=c[0]-s[0],f=u[0]-s[0],h=r?.1:.3,m=o>.7,g=o<.42,p=a>=.35&&a<=.6,d=a<=-.35&&a>=-.6;return o>=.42&&o<=.7&&a>-h&&a<h&&l*f<0?{gesture:E,leftRightScore:a}:m&&!d&&!p?{gesture:M,leftRightScore:a}:g&&!d&&!p?{gesture:k,leftRightScore:a}:p&&!m&&!g?{gesture:w,leftRightScore:a}:d&&!m&&!g?{gesture:S,leftRightScore:a}:null},validatePredictionsFunc:function(t){var e,r,n,a,o,i,u,c,s,l,f,h,m,g,p,d,b,E,S,w,M,k,C,N,z,H,I,D,K,G,W,U,q=t.predictions,Y=t.width,B=[[0,0],[Y,t.height]],Q=q.reduce((function(t,e){var r=e.topLeft,n=e.bottomRight,a=e.probability,o=e.landmarks;a<.9||o.length<6||function(t){var e=t.small,r=e.coords,n=e.area,a=t.big,o=a.coords,i=a.area,u=n;if(!u){var c=y(r,2),s=c[0],l=c[1];u=(l[0]-s[0])*(l[1]-s[1])}var f=i;if(!f){var h=y(o,2),m=h[0],g=h[1];f=(g[0]-m[0])*(g[1]-m[1])}return u/f}({small:{coords:[r,n]},big:{coords:B}})<=.025?t[_].push(e):t[L(B,[r,n])].push(e);return t}),(v(e={},A,[]),v(e,R,[]),v(e,_,[]),e)),X=Q[R].length,$=Q[A].length;if(0===X)r=$>0?O:P;else if(X+$>1)r=j;else{var J=n=Q[R][0],V=J.topLeft,Z=J.bottomRight,tt=(C=B,N=y([V,Z],2),z=N[0],H=N[1],I=y(C,2),D=I[0],K=I[1],G=H[0]-z[0],W=H[1]-z[1],U=K[0]-D[0],G/U<W/U?G/U:W/U);tt<.4&&(r=T),tt>.61&&(r=F),L(B,(a=n.landmarks,u=a[0],c=a[1],s=a[2],l=a[3],f=a[4],h=a[5],m=.5*(u[1]+c[1]),g=m+1.5*(m-l[1]),p=l[1]-1.2*(s[1]-l[1]),d=[u[0],c[0],s[0],l[0],f[0],h[0]],b=Math.min.apply(Math,d),E=Math.min(g,p),S=Math.max.apply(Math,d),w=Math.max(g,p),M=Math.abs(l[0]-f[0])/Math.abs(l[0]-h[0]),k=l[0]-f[0]<0&&h[0]-l[0]>.05*(S-b),l[0]-f[0]>0&&h[0]-l[0]<-.05*(S-b)?(o=.2,i=.1):k?(o=.1,i=.2):M>2||M<.5?(o=.15,i=.15):(o=.05,i=.05),[[b-o*(S-b),E],[S+i*(S-b),w]]),.05*Y)!==R&&(r=x)}return{error:r,fullFace:n}},detectGlare:function(t,e,r){return function(t,e,r){for(var n=0,a=r[1],o=r[3],i=r[0],u=r[2],c=a;c<o;c++)for(var s=i;s<u;s++){var l=z(t,e,c,s),f=l.r,h=l.g,m=l.b;f>=245&&m>=245&&h>245&&(n+=1)}return n}(t,e,function(t,e){var r=Math.floor(.025*t),n=t-r,a=Math.floor(.025*e);return[r,a,n,e-a]}(e,r))/(e*r)>=.001}});']),t=URL.createObjectURL(e);return XN(new Worker(t))}(),oO=[[0,1,0],[1,-4,1],[0,1,0]];function aO(e,t,r,n){return e[4*(r*t+n)]}function iO(e){for(var t=e.data,r=e.reducedWidth,n=e.reducedHeight,o=0;o<t.length;o+=4){var a=(t[o]+t[o+1]+t[o+2])/3;t[o]=a}for(var i=0,s=0,c=n-1,u=r-1,l=1;l<c;l++)for(var d=1;d<u;d++){var f=oO[0][0]*aO(t,r,d-1,l-1)+oO[0][1]*aO(t,r,d,l-1)+oO[0][2]*aO(t,r,d+1,l-1)+oO[1][0]*aO(t,r,d-1,l)+oO[1][1]*aO(t,r,d,l)+oO[1][2]*aO(t,r,d+1,l)+oO[2][0]*aO(t,r,d-1,l+1)+oO[2][1]*aO(t,r,d,l+1)+oO[2][2]*aO(t,r,d+1,l+1);(f=Math.abs(f))>25&&i++,f>15&&f<25&&s++}var p=0;return i+s!==0&&(p=i/(i+s)),p}function sO(e){var t=e.width,r=e.height,n=e.getContext("2d"),o=Math.floor(t/2.8),a=Math.floor(r/2.8),i=t-o,s=r-a;return{data:n.getImageData(Math.floor(o/2),Math.floor(a/2),i,s).data,reducedWidth:i,reducedHeight:s}}function cO(){return(cO=ex(regeneratorRuntime.mark((function e(t){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=sO(t),nO){e.next=3;break}return e.abrupt("return",iO(r));case 3:return e.abrupt("return",nO.calculateBlurScoreFunc(r));case 4:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function uO(e,t,r,n){return e[4*(n*t+r)]}var lO=Object.freeze({__proto__:null,calculateBlurScore:function(e){return cO.apply(this,arguments)},hasBetterBlurScore:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:.01;return null===t||e-t>r},hasBetterCardBlurScore:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:.01;return null===t||t-e>r},calculateIdCardBlurScore:function(e){var t=e.canvas,r=document.createElement("canvas"),n=r.getContext("2d");r.width=430,r.height=270,n.drawImage(t,0,0,r.width,r.height);var o=Math.floor(129),a=Math.floor(13.5),i=Math.floor(408.5),s=Math.floor(256.5),c=document.createElement("canvas"),u=c.getContext("2d"),l=i-o,d=s-a;c.width=l,c.height=d,u.drawImage(r,o,a,l,d,0,0,l,d);for(var f=u.getImageData(0,0,l,d).data,p=0;p<f.length;p+=4){var h=Math.round(.299*f[p]+.587*f[p+1]+.114*f[p+2]);f[p]=h}for(var g=d-1,m=l-1,v=0,y=[],b=1;b<g;b++)for(var w=1;w<m;w++){var C=4*-uO(f,l,w,b)+uO(f,l,w,b-1)+uO(f,l,w,b+1)+uO(f,l,w-1,b)+uO(f,l,w+1,b);v+=C,y.push(C)}v/=(l-2)*(d-2);for(var k=0,E=0;E<y.length;E++){var B=y[E]-v;k+=Math.pow(B,2)}var S=Math.sqrt(k/y.length);return 1/(1+Math.pow(2,S/2-10))}});function dO(e){var t,r,n,o,a,i,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},c=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,u=s.x,l=s.y,d=s.width,f=s.height,p=e.videoWidth,h=e.videoHeight,g=window.innerWidth,m=window.innerHeight,v=g/m,y=p/h;v<y?(a=u*(n=p/g),i=(l-(t=(m-g/y)/2))*(o=h/(m-2*t))):(a=(u-(r=(g-m*y)/2))*(n=p/(g-2*r)),i=l*(o=h/m));var b=d*n,w=f*o,C=b,k=w,E=Math.max(b,w)*c;return{lostX:r,lostY:t,cropWidth:b=Math.floor(Math.min(p,b+2*E)),cropHeight:w=Math.floor(Math.min(h,w+2*E)),cropX:a=Math.floor(Math.max(0,a-E)),cropY:i=Math.floor(Math.max(0,i-E)),cropWidthWithoutPadding:C,cropHeightWithoutPadding:k}}var fO=Object.freeze({__proto__:null,analyzeVideoAndWindowSizes:dO,takePicture:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=t.canvas,n=t.video,o=t.cropArea,a=t.quality,i=void 0===a?1:a;if(r)e=r;else{var s=dO(n,o),c=s.cropWidth,u=s.cropHeight,l=s.cropX,d=s.cropY,f=(e=document.createElement("canvas")).getContext("2d");e.width=c,e.height=u,f.drawImage(n,l,d,c,u,0,0,c,u)}return new Promise((function(t){e.toBlob(t,"image/jpeg",i)}))}}),pO=function(e){for(var t=e.length-1;t>0;t--){var r=Math.floor(Math.random()*(t+1)),n=[e[r],e[t]];e[t]=n[0],e[r]=n[1]}return e},hO=Object.freeze({__proto__:null,shuffleArray:pO}),gO={NONE:0,PARTIAL:1,FULL:2};function mO(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=ax(e,2),o=n[0],a=n[1],i=ax(t,2),s=i[0],c=i[1],u=[o[0],a[0]],l=[o[1],a[1]];return u[0]+r<=s[0]&&c[0]<=u[1]-r&&l[0]+r<=s[1]&&c[1]<=l[1]-.8*r?gO.FULL:u[0]<=s[0]||c[0]<=u[1]||l[0]<=s[1]||c[1]<=l[1]?gO.PARTIAL:gO.NONE}function vO(e){var t=e.small,r=t.coords,n=t.area,o=e.big,a=o.coords,i=o.area,s=n;if(!s){var c=ax(r,2),u=c[0],l=c[1];s=(l[0]-u[0])*(l[1]-u[1])}var d=i;if(!d){var f=ax(a,2),p=f[0],h=f[1];d=(h[0]-p[0])*(h[1]-p[1])}return s/d}function yO(e,t){var r=ax(e,2),n=r[0],o=r[1],a=ax(t,2),i=a[0],s=a[1],c=o[0]-n[0],u=o[1]-n[1],l=s[0]-i[0];return c/l<u/l?c/l:u/l}var bO=Object.freeze({__proto__:null,ContainMode:gO,rectContains:mO,rectAreaRatio:vO,rectEdgeRatio:yO,isFaceCenter:function(e,t){var r=ax(e,2),n=r[0],o=r[1],a=ax(t,2),i=a[0],s=a[1],c=o[0]-n[0],u=o[1]-n[1],l=s[0]-i[0],d=Math.abs(n[0]-(l-c)/2)/l<.2,f=Math.abs(n[1]-(l-u)/2)/l<.2;return!(!d||!f)}});function wO(e){return Math.pow(Math.pow(e[0],2)+Math.pow(e[1],2),.5)}function CO(e,t){return[e[0]-t[0],e[1]-t[1]]}function kO(e){var t=e.landmarks,r=e.getPerfectFrontal,n=function(e){var t,r,n,o,a,i,s=ax(e,4),c=s[0],u=s[1],l=s[2],d=s[3],f=CO(u,c),p=wO(f),h=(n=u,2,[(t=[(r=c)[0]+n[0],r[1]+n[1]])[0]/2,t[1]/2]),g=CO(l,h),m=wO(CO(d,l)),v=CO(d,h),y=wO(v),b=(g[0]*v[0]+g[1]*v[1])/y,w=m/y;if(p>.5*y)o=(g[0]*f[0]+g[1]*f[1])/p/p;else{var C=wO(CO(g,function(e,t){return[e[0]*t,e[1]*t]}(v,b/y)));i=v,o=((a=g)[0]*i[1]-i[0]*a[1]>=0?1:-1)*C/p}return{left_right_score:o,up_down_score:w}}(t),o=n.left_right_score,a=n.up_down_score,i=ax(t,3),s=i[0],c=i[1],u=i[2],l=c[0]-u[0],d=s[0]-u[0],f=r?.1:.3,p=a>.7,h=a<.42,g=o>=.35&&o<=.6,m=o<=-.35&&o>=-.6;return a>=.42&&a<=.7&&o>-f&&o<f&&l*d<0?{gesture:$I.FRONTAL,leftRightScore:o}:!p||m||g?!h||m||g?!g||p||h?!m||p||h?null:{gesture:$I.LEFT,leftRightScore:o}:{gesture:$I.RIGHT,leftRightScore:o}:{gesture:$I.DOWN,leftRightScore:o}:{gesture:$I.UP,leftRightScore:o}}function EO(e){var t,r,n,o,a,i,s,c,u,l,d,f,p,h,g,m,v,y,b,w,C,k,E=e.predictions,B=e.width,S=[[0,0],[B,e.height]],_=E.reduce((function(e,t){var r=t.topLeft,n=t.bottomRight,o=t.probability,a=t.landmarks;return o<.9||a.length<6||vO({small:{coords:[r,n]},big:{coords:S}})<=.025?e[gO.NONE].push(t):e[mO(S,[r,n])].push(t),e}),(tx(t={},gO.PARTIAL,[]),tx(t,gO.FULL,[]),tx(t,gO.NONE,[]),t)),A=_[gO.FULL].length,T=_[gO.PARTIAL].length;if(0===A)r=T>0?YI.partial_face:YI.no_face;else if(A+T>1)r=YI.multiple_faces;else{var I=n=_[gO.FULL][0],x=yO([I.topLeft,I.bottomRight],S);x<.4&&(r=YI.face_too_small),x>.61&&(r=YI.face_too_large),mO(S,(s=(o=n.landmarks)[0],c=o[1],u=o[2],l=o[3],d=o[4],f=o[5],h=(p=.5*(s[1]+c[1]))+1.5*(p-l[1]),g=l[1]-1.2*(u[1]-l[1]),m=[s[0],c[0],u[0],l[0],d[0],f[0]],v=Math.min.apply(Math,m),y=Math.min(h,g),b=Math.max.apply(Math,m),w=Math.max(h,g),C=Math.abs(l[0]-d[0])/Math.abs(l[0]-f[0]),k=l[0]-d[0]<0&&f[0]-l[0]>.05*(b-v),l[0]-d[0]>0&&f[0]-l[0]<-.05*(b-v)?(a=.2,i=.1):k?(a=.1,i=.2):C>2||C<.5?(a=.15,i=.15):(a=.05,i=.05),[[v-a*(b-v),y],[b+i*(b-v),w]]),.05*B)!==gO.FULL&&(r=YI.face_out_of_box)}return{error:r,fullFace:n}}function BO(e,t){var r=t.customInstructions,n=t.customIcon,o=t.customDirectionIcon,a=t.customStepTimeConstraints,i={};return null!=r&&r[e]&&(i.instructions=r[e]),null!=n&&n[e]&&(i.icon=n[e]),null!=o&&o[e]&&(i.directionIcon=o[e]),null!=a&&a[e]&&(i.stepTimeConstraints=a[e]),i}function SO(){return(SO=ex(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(nO){e.next=2;break}return e.abrupt("return",EO(t));case 2:return e.abrupt("return",nO.validatePredictionsFunc(t));case 3:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function _O(){return(_O=ex(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(nO){e.next=2;break}return e.abrupt("return",kO(t));case 2:return e.abrupt("return",nO.calculateFaceDirectionFunc(t));case 3:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var AO=Object.freeze({__proto__:null,initFaceVerificationData:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.assetRoot,r=void 0===t?"/":t,n=e.customInstructions,o=e.customIcon,a=e.customDirectionIcon,i=e.customStepTimeConstraints;return{curStepIndex:0,steps:[].concat(ix(pO([ox({name:$I.LEFT,instructions:{en:"Turn your face to the left",vi:"Quay mặt chậm qua trái"},image:{blob:null,imageId:null,objUrl:null,blurScore:null,leftRightScore:null},frontalFaceImage:{blob:null,imageId:null,blurScore:null,leftRightScore:null},icon:DN(r,"ic_face_left.svg"),directionIcon:DN(r,"arrow_left.svg"),directionIconAnimation:"slide-horizontal",firstFrameSpottedAt:null,stepTimeConstraints:{delayTime:null}},BO($I.LEFT,{customInstructions:n,customIcon:o,customDirectionIcon:a,customStepTimeConstraints:i})),ox({name:$I.RIGHT,instructions:{en:"Turn your face to the right",vi:"Quay mặt chậm qua phải"},image:{blob:null,imageId:null,objUrl:null,blurScore:null,leftRightScore:null},frontalFaceImage:{blob:null,imageId:null,blurScore:null,leftRightScore:null},icon:DN(r,"ic_face_right.svg"),directionIcon:DN(r,"arrow_right.svg"),directionIconAnimation:"slide-horizontal",firstFrameSpottedAt:null,stepTimeConstraints:{delayTime:null}},BO($I.RIGHT,{customInstructions:n,customIcon:o,customDirectionIcon:a,customStepTimeConstraints:i})),ox({name:$I.UP,instructions:{en:"Turn your face up",vi:"Ngước mặt chậm lên trên"},image:{blob:null,imageId:null,objUrl:null,blurScore:null,leftRightScore:null},frontalFaceImage:{blob:null,imageId:null,blurScore:null,leftRightScore:null},icon:DN(r,"ic_face_up.svg"),directionIcon:DN(r,"arrow_up.svg"),directionIconAnimation:"slide-vertical",firstFrameSpottedAt:null,stepTimeConstraints:{delayTime:null}},BO($I.UP,{customInstructions:n,customIcon:o,customDirectionIcon:a,customStepTimeConstraints:i}))])),[ox({name:$I.FRONTAL,instructions:{en:"Look straight into the camera",vi:"Nhìn thẳng camera"},image:{blob:null,imageId:null,objUrl:null,blurScore:null,leftRightScore:null},frontalFaceImage:{blob:null,imageId:null,blurScore:null,leftRightScore:null},icon:DN(r,"ic_face_frontal.svg"),directionIcon:DN(r,"frontal.svg"),directionIconAnimation:"blink",firstFrameSpottedAt:null,stepTimeConstraints:{delayTime:null}},BO($I.FRONTAL,{customInstructions:n,customIcon:o,customDirectionIcon:a,customStepTimeConstraints:i}))])}},validatePredictions:function(e){return SO.apply(this,arguments)},calculateFaceDirection:function(e){return _O.apply(this,arguments)},faceTracker:function(){var e=[],t=[],r=[],n=[],o=[],a=0,i=0;function s(){i=a,r=ix(e),n=ix(t)}return function(c,u){var l=c.topLeft,d=c.bottomRight,f=c.landmarks,p=[],h=ax(l,2);p[0]=h[0],p[1]=h[1];var g=ax(d,2);p[2]=g[0],p[3]=g[1];var m=[],v=[];f.forEach((function(e,t){var r=ax(e,2);m[t]=r[0],v[t]=r[1]})),a=Date.now();var y=p[2]-p[0];if(e=[].concat(m),t=[].concat(v),!r.length&&!n.length||u)return s(),{score:0,time:a};for(var b=0;b<6;b++)o[b]=Math.sqrt((e[b]-r[b])*(e[b]-r[b])+(t[b]-n[b])*(t[b]-n[b]));for(var w=0;w<6;w++)o[w]/=(a-i)*y;for(var C=0,k=0;k<6;k++)C+=o[k];return C/=6,s(),{score:C,time:a}}}}),TO=document.createElement("canvas"),IO=TO.getContext("2d");TO.width=128,TO.height=128;var xO=function(){var e=ex(regeneratorRuntime.mark((function e(t){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.model,n=t.sCanvas,IO.drawImage(n,0,0,TO.width,TO.height),e.abrupt("return",r.estimateFaces(TO,!1,!1,!0));case 3:case"end":return e.stop()}var n}),e)})));return function(t){return e.apply(this,arguments)}}(),PO=Object.freeze({__proto__:null,SIZE:128,getModelPredictions:xO}),RO=Object.getOwnPropertySymbols,NO=Object.prototype.hasOwnProperty,OO=Object.prototype.propertyIsEnumerable;function LO(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}var DO,MO=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var r,n,o=LO(e),a=1;a<arguments.length;a++){for(var i in r=Object(arguments[a]))NO.call(r,i)&&(o[i]=r[i]);if(RO){n=RO(r);for(var s=0;s<n.length;s++)OO.call(r,n[s])&&(o[n[s]]=r[n[s]])}}return o},UO=arguments[3],jO=arguments[4],FO=arguments[5],VO=JSON.stringify,zO=function(e,t){for(var r,n=Object.keys(FO),o=0,a=n.length;o<a;o++){var i=n[o],s=FO[i].exports;if(s===e||s&&s.default===e){r=i;break}}if(!r){r=Math.floor(Math.pow(16,8)*Math.random()).toString(16);var c={};for(o=0,a=n.length;o<a;o++)c[i=n[o]]=i;jO[r]=["function(require,module,exports){"+e+"(self); }",c]}var u=Math.floor(Math.pow(16,8)*Math.random()).toString(16),l={};l[r]=r,jO[u]=["function(require,module,exports){var f = require("+VO(r)+");(f.default ? f.default : f)(self);}",l];var d={};!function e(t){for(var r in d[t]=!0,jO[t][1]){var n=jO[t][1][r];d[n]||e(n)}}(u);var f="("+UO+")({"+Object.keys(d).map((function(e){return VO(e)+":["+jO[e][0]+","+VO(jO[e][1])+"]"})).join(",")+"},{},["+VO(u)+"])",p=window.URL||window.webkitURL||window.mozURL||window.msURL,h=new Blob([f],{type:"text/javascript"});if(t&&t.bare)return h;var g=p.createObjectURL(h),m=new Worker(g);return m.objectURL=g,m},KO=vx((function(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}})),qO={js:!0,wasm:!0};function HO(e){if(!(this instanceof HO))return new HO(e);var t=MO({},qO,e||{});if(this.options=t,this.__cache={},this.__init_promise=null,this.__modules=t.modules||{},this.__memory=null,this.__wasm={},this.__isLE=1===new Uint32Array(new Uint8Array([1,0,0,0]).buffer)[0],!this.options.js&&!this.options.wasm)throw new Error('mathlib: at least "js" or "wasm" should be enabled')}HO.prototype.has_wasm=function(){if(void 0!==DO)return DO;if(DO=!1,"undefined"==typeof WebAssembly)return DO;try{var e=new Uint8Array([0,97,115,109,1,0,0,0,1,6,1,96,1,127,1,127,3,2,1,0,5,3,1,0,1,7,8,1,4,116,101,115,116,0,0,10,16,1,14,0,32,0,65,1,54,2,0,32,0,40,2,0,11]),t=new WebAssembly.Module(e);return 0!==new WebAssembly.Instance(t,{}).exports.test(4)&&(DO=!0),DO}catch(e){}return DO},HO.prototype.use=function(e){return this.__modules[e.name]=e,this.options.wasm&&this.has_wasm()&&e.wasm_fn?this[e.name]=e.wasm_fn:this[e.name]=e.fn,this},HO.prototype.init=function(){if(this.__init_promise)return this.__init_promise;if(!this.options.js&&this.options.wasm&&!this.has_wasm())return Promise.reject(new Error('mathlib: only "wasm" was enabled, but it\'s not supported'));var e=this;return this.__init_promise=Promise.all(Object.keys(e.__modules).map((function(t){var r=e.__modules[t];return e.options.wasm&&e.has_wasm()&&r.wasm_fn?e.__wasm[t]?null:WebAssembly.compile(e.__base64decode(r.wasm_src)).then((function(r){e.__wasm[t]=r})):null}))).then((function(){return e})),this.__init_promise},HO.prototype.__base64decode=function(e){for(var t=e.replace(/[\r\n=]/g,""),r=t.length,n=new Uint8Array(3*r>>2),o=0,a=0,i=0;i<r;i++)i%4==0&&i&&(n[a++]=o>>16&255,n[a++]=o>>8&255,n[a++]=255&o),o=o<<6|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(t.charAt(i));var s=r%4*6;return 0===s?(n[a++]=o>>16&255,n[a++]=o>>8&255,n[a++]=255&o):18===s?(n[a++]=o>>10&255,n[a++]=o>>2&255):12===s&&(n[a++]=o>>4&255),n},HO.prototype.__reallocate=function(e){if(!this.__memory)return this.__memory=new WebAssembly.Memory({initial:Math.ceil(e/65536)}),this.__memory;var t=this.__memory.buffer.byteLength;return t<e&&this.__memory.grow(Math.ceil((e-t)/65536)),this.__memory},HO.prototype.__instance=function(e,t,r){if(t&&this.__reallocate(t),!this.__wasm[e]){var n=this.__modules[e];this.__wasm[e]=new WebAssembly.Module(this.__base64decode(n.wasm_src))}if(!this.__cache[e]){var o={memoryBase:0,memory:this.__memory,tableBase:0,table:new WebAssembly.Table({initial:0,element:"anyfunc"})};this.__cache[e]=new WebAssembly.Instance(this.__wasm[e],{env:MO(o,r||{})})}return this.__cache[e]},HO.prototype.__align=function(e,t){var r=e%(t=t||8);return e+(r?t-r:0)};var WO,QO,GO,XO,YO,$O,ZO=HO;function JO(e,t,r,n,o,a){var i,s,c,u,l,d,f,p,h,g,m,v,y,b;for(h=0;h<a;h++){for(f=h,p=0,u=l=(i=e[d=h*o])*n[6],m=n[0],v=n[1],y=n[4],b=n[5],g=0;g<o;g++)c=(s=e[d])*m+i*v+u*y+l*b,l=u,u=c,i=s,r[p]=u,p++,d++;for(p--,f+=a*(o-1),u=l=(i=e[--d])*n[7],s=i,m=n[2],v=n[3],g=o-1;g>=0;g--)c=s*m+i*v+u*y+l*b,l=u,u=c,i=s,s=e[d],t[f]=r[p]+u,d--,p--,f-=a}}var eL={name:"unsharp_mask",fn:function(e,t,r,n,o,a){var i,s,c,u,l,d,f,p,h,g,m,v,y;if(!(0===n||o<.5)){o>2&&(o=2);var b=function(e,t,r){for(var n,o,a,i,s,c=t*r,u=new Uint16Array(c),l=0;l<c;l++)n=e[4*l],o=e[4*l+1],a=e[4*l+2],s=n>=o&&n>=a?n:o>=a&&o>=n?o:a,i=n<=o&&n<=a?n:o<=a&&o<=n?o:a,u[l]=257*(s+i)>>1;return u}(e,t,r),w=new Uint16Array(b);!function(e,t,r,n){if(n){var o=new Uint16Array(e.length),a=new Float32Array(Math.max(t,r)),i=function(e){e<.5&&(e=.5);var t=Math.exp(.527076)/e,r=Math.exp(-t),n=Math.exp(-2*t),o=(1-r)*(1-r)/(1+2*t*r-n);return WO=o,QO=o*(t-1)*r,GO=o*(t+1)*r,XO=-o*n,YO=2*r,$O=-n,new Float32Array([WO,QO,GO,XO,YO,$O,(WO+QO)/(1-YO-$O),(GO+XO)/(1-YO-$O)])}(n);JO(e,o,a,i,t,r),JO(o,e,a,i,r,t)}}(w,t,r,o);for(var C=n/100*4096+.5|0,k=257*a|0,E=t*r,B=0;B<E;B++)v=2*(b[B]-w[B]),Math.abs(v)>=k&&(i=e[y=4*B],s=e[y+1],c=e[y+2],d=257*((p=i>=s&&i>=c?i:s>=i&&s>=c?s:c)+(f=i<=s&&i<=c?i:s<=i&&s<=c?s:c))>>1,f===p?u=l=0:(l=d<=32767?4095*(p-f)/(p+f)|0:4095*(p-f)/(510-p-f)|0,u=i===p?65535*(s-c)/(6*(p-f))|0:s===p?21845+(65535*(c-i)/(6*(p-f))|0):43690+(65535*(i-s)/(6*(p-f))|0)),(d+=C*v+2048>>12)>65535?d=65535:d<0&&(d=0),0===l?i=s=c=d>>8:(h=2*d-(g=d<=32767?d*(4096+l)+2048>>12:d+((65535-d)*l+2048>>12))>>8,g>>=8,i=(m=u+21845&65535)>=43690?h:m>=32767?h+(6*(g-h)*(43690-m)+32768>>16):m>=10922?g:h+(6*(g-h)*m+32768>>16),s=(m=65535&u)>=43690?h:m>=32767?h+(6*(g-h)*(43690-m)+32768>>16):m>=10922?g:h+(6*(g-h)*m+32768>>16),c=(m=u-21845&65535)>=43690?h:m>=32767?h+(6*(g-h)*(43690-m)+32768>>16):m>=10922?g:h+(6*(g-h)*m+32768>>16)),e[y]=i,e[y+1]=s,e[y+2]=c)}},wasm_fn:function(e,t,r,n,o,a){if(!(0===n||o<.5)){o>2&&(o=2);var i=t*r,s=4*i,c=2*i,u=2*i,l=4*Math.max(t,r),d=s,f=d+c,p=f+u,h=p+u,g=h+l,m=this.__instance("unsharp_mask",s+c+2*u+l+32,{exp:Math.exp}),v=new Uint32Array(e.buffer);new Uint32Array(this.__memory.buffer).set(v);var y=m.exports.hsl_l16||m.exports._hsl_l16;y(0,d,t,r),(y=m.exports.blurMono16||m.exports._blurMono16)(d,f,p,h,g,t,r,o),(y=m.exports.unsharp||m.exports._unsharp)(0,0,d,f,t,r,n,a),v.set(new Uint32Array(this.__memory.buffer,0,i))}},wasm_src:"AGFzbQEAAAABMQZgAXwBfGACfX8AYAZ/f39/f38AYAh/f39/f39/fQBgBH9/f38AYAh/f39/f39/fwACGQIDZW52A2V4cAAAA2VudgZtZW1vcnkCAAEDBgUBAgMEBQQEAXAAAAdMBRZfX2J1aWxkX2dhdXNzaWFuX2NvZWZzAAEOX19nYXVzczE2X2xpbmUAAgpibHVyTW9ubzE2AAMHaHNsX2wxNgAEB3Vuc2hhcnAABQkBAAqJEAXZAQEGfAJAIAFE24a6Q4Ia+z8gALujIgOaEAAiBCAEoCIGtjgCECABIANEAAAAAAAAAMCiEAAiBbaMOAIUIAFEAAAAAAAA8D8gBKEiAiACoiAEIAMgA6CiRAAAAAAAAPA/oCAFoaMiArY4AgAgASAEIANEAAAAAAAA8L+gIAKioiIHtjgCBCABIAQgA0QAAAAAAADwP6AgAqKiIgO2OAIIIAEgBSACoiIEtow4AgwgASACIAegIAVEAAAAAAAA8D8gBqGgIgKjtjgCGCABIAMgBKEgAqO2OAIcCwu3AwMDfwR9CHwCQCADKgIUIQkgAyoCECEKIAMqAgwhCyADKgIIIQwCQCAEQX9qIgdBAEgiCA0AIAIgAC8BALgiDSADKgIYu6IiDiAJuyIQoiAOIAq7IhGiIA0gAyoCBLsiEqIgAyoCALsiEyANoqCgoCIPtjgCACACQQRqIQIgAEECaiEAIAdFDQAgBCEGA0AgAiAOIBCiIA8iDiARoiANIBKiIBMgAC8BALgiDaKgoKAiD7Y4AgAgAkEEaiECIABBAmohACAGQX9qIgZBAUoNAAsLAkAgCA0AIAEgByAFbEEBdGogAEF+ai8BACIIuCINIAu7IhGiIA0gDLsiEqKgIA0gAyoCHLuiIg4gCrsiE6KgIA4gCbsiFKKgIg8gAkF8aioCALugqzsBACAHRQ0AIAJBeGohAiAAQXxqIQBBACAFQQF0ayEHIAEgBSAEQQF0QXxqbGohBgNAIAghAyAALwEAIQggBiANIBGiIAO4Ig0gEqKgIA8iECAToqAgDiAUoqAiDyACKgIAu6CrOwEAIAYgB2ohBiAAQX5qIQAgAkF8aiECIBAhDiAEQX9qIgRBAUoNAAsLCwvfAgIDfwZ8AkAgB0MAAAAAWw0AIARE24a6Q4Ia+z8gB0MAAAA/l7ujIgyaEAAiDSANoCIPtjgCECAEIAxEAAAAAAAAAMCiEAAiDraMOAIUIAREAAAAAAAA8D8gDaEiCyALoiANIAwgDKCiRAAAAAAAAPA/oCAOoaMiC7Y4AgAgBCANIAxEAAAAAAAA8L+gIAuioiIQtjgCBCAEIA0gDEQAAAAAAADwP6AgC6KiIgy2OAIIIAQgDiALoiINtow4AgwgBCALIBCgIA5EAAAAAAAA8D8gD6GgIgujtjgCGCAEIAwgDaEgC6O2OAIcIAYEQCAFQQF0IQogBiEJIAIhCANAIAAgCCADIAQgBSAGEAIgACAKaiEAIAhBAmohCCAJQX9qIgkNAAsLIAVFDQAgBkEBdCEIIAUhAANAIAIgASADIAQgBiAFEAIgAiAIaiECIAFBAmohASAAQX9qIgANAAsLC7wBAQV/IAMgAmwiAwRAQQAgA2shBgNAIAAoAgAiBEEIdiIHQf8BcSECAn8gBEH/AXEiAyAEQRB2IgRB/wFxIgVPBEAgAyIIIAMgAk8NARoLIAQgBCAHIAIgA0kbIAIgBUkbQf8BcQshCAJAIAMgAk0EQCADIAVNDQELIAQgByAEIAMgAk8bIAIgBUsbQf8BcSEDCyAAQQRqIQAgASADIAhqQYECbEEBdjsBACABQQJqIQEgBkEBaiIGDQALCwvTBgEKfwJAIAazQwAAgEWUQwAAyEKVu0QAAAAAAADgP6CqIQ0gBSAEbCILBEAgB0GBAmwhDgNAQQAgAi8BACADLwEAayIGQQF0IgdrIAcgBkEASBsgDk8EQCAAQQJqLQAAIQUCfyAALQAAIgYgAEEBai0AACIESSIJRQRAIAYiCCAGIAVPDQEaCyAFIAUgBCAEIAVJGyAGIARLGwshCAJ/IAYgBE0EQCAGIgogBiAFTQ0BGgsgBSAFIAQgBCAFSxsgCRsLIgogCGoiD0GBAmwiEEEBdiERQQAhDAJ/QQAiCSAIIApGDQAaIAggCmsiCUH/H2wgD0H+AyAIayAKayAQQYCABEkbbSEMIAYgCEYEQCAEIAVrQf//A2wgCUEGbG0MAQsgBSAGayAGIARrIAQgCEYiBhtB//8DbCAJQQZsbUHVqgFBqtUCIAYbagshCSARIAcgDWxBgBBqQQx1aiIGQQAgBkEAShsiBkH//wMgBkH//wNIGyEGAkACfwJAIAxB//8DcSIFBEAgBkH//wFKDQEgBUGAIGogBmxBgBBqQQx2DAILIAZBCHYiBiEFIAYhBAwCCyAFIAZB//8Dc2xBgBBqQQx2IAZqCyIFQQh2IQcgBkEBdCAFa0EIdiIGIQQCQCAJQdWqAWpB//8DcSIFQanVAksNACAFQf//AU8EQEGq1QIgBWsgByAGa2xBBmxBgIACakEQdiAGaiEEDAELIAchBCAFQanVAEsNACAFIAcgBmtsQQZsQYCAAmpBEHYgBmohBAsCfyAGIgUgCUH//wNxIghBqdUCSw0AGkGq1QIgCGsgByAGa2xBBmxBgIACakEQdiAGaiAIQf//AU8NABogByIFIAhBqdUASw0AGiAIIAcgBmtsQQZsQYCAAmpBEHYgBmoLIQUgCUGr1QJqQf//A3EiCEGp1QJLDQAgCEH//wFPBEBBqtUCIAhrIAcgBmtsQQZsQYCAAmpBEHYgBmohBgwBCyAIQanVAEsEQCAHIQYMAQsgCCAHIAZrbEEGbEGAgAJqQRB2IAZqIQYLIAEgBDoAACABQQFqIAU6AAAgAUECaiAGOgAACyADQQJqIQMgAkECaiECIABBBGohACABQQRqIQEgC0F/aiILDQALCwsL"},tL=[{win:.5,filter:function(e){return e>=-.5&&e<.5?1:0}},{win:1,filter:function(e){if(e<=-1||e>=1)return 0;if(e>-1.1920929e-7&&e<1.1920929e-7)return 1;var t=e*Math.PI;return Math.sin(t)/t*(.54+.46*Math.cos(t/1))}},{win:2,filter:function(e){if(e<=-2||e>=2)return 0;if(e>-1.1920929e-7&&e<1.1920929e-7)return 1;var t=e*Math.PI;return Math.sin(t)/t*Math.sin(t/2)/(t/2)}},{win:3,filter:function(e){if(e<=-3||e>=3)return 0;if(e>-1.1920929e-7&&e<1.1920929e-7)return 1;var t=e*Math.PI;return Math.sin(t)/t*Math.sin(t/3)/(t/3)}}];function rL(e){return Math.round(16383*e)}var nL=function(e,t,r,n,o){var a,i,s,c,u,l,d,f,p,h,g,m,v,y,b,w,C,k=tL[e].filter,E=1/n,B=Math.min(1,n),S=tL[e].win/B,_=Math.floor(2*(S+1)),A=new Int16Array((_+2)*r),T=0,I=!A.subarray||!A.set;for(a=0;a<r;a++){for(i=(a+.5)*E+o,s=Math.max(0,Math.floor(i-S)),u=(c=Math.min(t-1,Math.ceil(i+S)))-s+1,l=new Float32Array(u),d=new Int16Array(u),f=0,p=s,h=0;p<=c;p++,h++)f+=g=k((p+.5-i)*B),l[h]=g;for(m=0,h=0;h<l.length;h++)m+=v=l[h]/f,d[h]=rL(v);for(d[r>>1]+=rL(1-m),y=0;y<d.length&&0===d[y];)y++;if(y<d.length){for(b=d.length-1;b>0&&0===d[b];)b--;if(w=s+y,C=b-y+1,A[T++]=w,A[T++]=C,I)for(h=y;h<=b;h++)A[T++]=d[h];else A.set(d.subarray(y,b+1),T),T+=C}else A[T++]=0,A[T++]=0}return A};function oL(e){return e<0?0:e>255?255:e}var aL=!0;try{aL=1===new Uint32Array(new Uint8Array([1,0,0,0]).buffer)[0]}catch(e){}function iL(e,t,r){if(aL)t.set(function(e){return new Uint8Array(e.buffer,0,e.byteLength)}(e),r);else for(var n=r,o=0;o<e.length;o++){var a=e[o];t[n++]=255&a,t[n++]=a>>8&255}}var sL={name:"resize",fn:function(e){var t=e.src,r=e.width,n=e.height,o=e.toWidth,a=e.toHeight,i=e.scaleX||e.toWidth/e.width,s=e.scaleY||e.toHeight/e.height,c=e.offsetX||0,u=e.offsetY||0,l=e.dest||new Uint8Array(o*a*4),d=void 0===e.quality?3:e.quality,f=e.alpha||!1,p=nL(d,r,o,i,c),h=nL(d,n,a,s,u),g=new Uint8Array(o*n*4);return function(e,t,r,n,o,a){var i,s,c,u,l,d,f,p,h,g,m,v=0,y=0;for(h=0;h<n;h++){for(l=0,g=0;g<o;g++){for(d=a[l++],f=a[l++],p=v+4*d|0,i=s=c=u=0;f>0;f--)u=u+(m=a[l++])*e[p+3]|0,c=c+m*e[p+2]|0,s=s+m*e[p+1]|0,i=i+m*e[p]|0,p=p+4|0;t[y+3]=oL(u+8192>>14),t[y+2]=oL(c+8192>>14),t[y+1]=oL(s+8192>>14),t[y]=oL(i+8192>>14),y=y+4*n|0}y=4*(h+1)|0,v=(h+1)*r*4|0}}(t,g,r,n,o,p),function(e,t,r,n,o,a){var i,s,c,u,l,d,f,p,h,g,m,v=0,y=0;for(h=0;h<n;h++){for(l=0,g=0;g<o;g++){for(d=a[l++],f=a[l++],p=v+4*d|0,i=s=c=u=0;f>0;f--)u=u+(m=a[l++])*e[p+3]|0,c=c+m*e[p+2]|0,s=s+m*e[p+1]|0,i=i+m*e[p]|0,p=p+4|0;t[y+3]=oL(u+8192>>14),t[y+2]=oL(c+8192>>14),t[y+1]=oL(s+8192>>14),t[y]=oL(i+8192>>14),y=y+4*n|0}y=4*(h+1)|0,v=(h+1)*r*4|0}}(g,l,n,o,a,h),f||function(e,t,r){for(var n=3,o=t*r*4|0;n<o;)e[n]=255,n=n+4|0}(l,o,a),l},wasm_fn:function(e){var t=e.src,r=e.width,n=e.height,o=e.toWidth,a=e.toHeight,i=e.scaleX||e.toWidth/e.width,s=e.scaleY||e.toHeight/e.height,c=e.offsetX||0,u=e.offsetY||0,l=e.dest||new Uint8Array(o*a*4),d=void 0===e.quality?3:e.quality,f=e.alpha||!1,p=nL(d,r,o,i,c),h=nL(d,n,a,s,u),g=this.__align(0+Math.max(t.byteLength,l.byteLength)),m=this.__align(g+n*o*4),v=this.__align(m+p.byteLength),y=v+h.byteLength,b=this.__instance("resize",y),w=new Uint8Array(this.__memory.buffer),C=new Uint32Array(this.__memory.buffer),k=new Uint32Array(t.buffer);return C.set(k),iL(p,w,m),iL(h,w,v),(b.exports.convolveHV||b.exports._convolveHV)(m,v,g,r,n,o,a),new Uint32Array(l.buffer).set(new Uint32Array(this.__memory.buffer,0,a*o)),f||function(e,t,r){for(var n=3,o=t*r*4|0;n<o;)e[n]=255,n=n+4|0}(l,o,a),l},wasm_src:"AGFzbQEAAAABFAJgBn9/f39/fwBgB39/f39/f38AAg8BA2VudgZtZW1vcnkCAAEDAwIAAQQEAXAAAAcZAghjb252b2x2ZQAACmNvbnZvbHZlSFYAAQkBAArmAwLBAwEQfwJAIANFDQAgBEUNACAFQQRqIRVBACEMQQAhDQNAIA0hDkEAIRFBACEHA0AgB0ECaiESAn8gBSAHQQF0IgdqIgZBAmouAQAiEwRAQQAhCEEAIBNrIRQgFSAHaiEPIAAgDCAGLgEAakECdGohEEEAIQlBACEKQQAhCwNAIBAoAgAiB0EYdiAPLgEAIgZsIAtqIQsgB0H/AXEgBmwgCGohCCAHQRB2Qf8BcSAGbCAKaiEKIAdBCHZB/wFxIAZsIAlqIQkgD0ECaiEPIBBBBGohECAUQQFqIhQNAAsgEiATagwBC0EAIQtBACEKQQAhCUEAIQggEgshByABIA5BAnRqIApBgMAAakEOdSIGQf8BIAZB/wFIG0EQdEGAgPwHcUEAIAZBAEobIAtBgMAAakEOdSIGQf8BIAZB/wFIG0EYdEEAIAZBAEobciAJQYDAAGpBDnUiBkH/ASAGQf8BSBtBCHRBgP4DcUEAIAZBAEobciAIQYDAAGpBDnUiBkH/ASAGQf8BSBtB/wFxQQAgBkEAShtyNgIAIA4gA2ohDiARQQFqIhEgBEcNAAsgDCACaiEMIA1BAWoiDSADRw0ACwsLIQACQEEAIAIgAyAEIAUgABAAIAJBACAEIAUgBiABEAALCw=="};function cL(e){var t=e||[],r={js:t.indexOf("js")>=0,wasm:t.indexOf("wasm")>=0};ZO.call(this,r),this.features={js:r.js,wasm:r.wasm&&this.has_wasm()},this.use(eL),this.use(sL)}KO(cL,ZO),cL.prototype.resizeAndUnsharp=function(e,t){var r=this.resize(e,t);return e.unsharpAmount&&this.unsharp_mask(r,e.toWidth,e.toHeight,e.unsharpAmount,e.unsharpRadius,e.unsharpThreshold),r};var uL=cL;function lL(e,t){this.create=e,this.available=[],this.acquired={},this.lastId=1,this.timeoutId=0,this.idle=t||2e3}lL.prototype.acquire=function(){var e,t=this;return 0!==this.available.length?e=this.available.pop():((e=this.create()).id=this.lastId++,e.release=function(){return t.release(e)}),this.acquired[e.id]=e,e},lL.prototype.release=function(e){var t=this;delete this.acquired[e.id],e.lastUsed=Date.now(),this.available.push(e),0===this.timeoutId&&(this.timeoutId=setTimeout((function(){return t.gc()}),100))},lL.prototype.gc=function(){var e=this,t=Date.now();this.available=this.available.filter((function(r){return!(t-r.lastUsed>e.idle&&(r.destroy(),1))})),0!==this.available.length?this.timeoutId=setTimeout((function(){return e.gc()}),100):this.timeoutId=0};var dL=lL;function fL(e){return Object.prototype.toString.call(e)}var pL=function(e){var t=fL(e);return"[object HTMLCanvasElement]"===t||"[object OffscreenCanvas]"===t||"[object Canvas]"===t},hL=function(e){switch(e){case 0:return"pixelated";case 1:return"low";case 2:return"medium"}return"high"},gL=function(){var e,t=uL;onmessage=function(r){var n=r.data.opts;e||(e=new t(r.data.features));var o=e.resizeAndUnsharp(n);postMessage({result:o},[o.buffer])}};function mL(e){var t=Math.round(e);return Math.abs(e-t)<1e-5?t:Math.floor(e)}function vL(e){var t=Math.round(e);return Math.abs(e-t)<1e-5?t:Math.ceil(e)}var yL={},bL=!1;try{"undefined"!=typeof navigator&&navigator.userAgent&&(bL=navigator.userAgent.indexOf("Safari")>=0)}catch(e){}var wL=1;"undefined"!=typeof navigator&&(wL=Math.min(navigator.hardwareConcurrency||1,4));var CL,kL,EL={tile:1024,concurrency:wL,features:["js","wasm","ww"],idle:2e3,createCanvas:function(e,t){var r=document.createElement("canvas");return r.width=e,r.height=t,r}},BL={quality:3,alpha:!1,unsharpAmount:0,unsharpRadius:0,unsharpThreshold:0};function SL(){return{value:zO(gL),destroy:function(){if(this.value.terminate(),"undefined"!=typeof window){var e=window.URL||window.webkitURL||window.mozURL||window.msURL;e&&e.revokeObjectURL&&this.value.objectURL&&e.revokeObjectURL(this.value.objectURL)}}}}function _L(e){if(!(this instanceof _L))return new _L(e);this.options=MO({},EL,e||{});var t="lk_".concat(this.options.concurrency);this.__limit=yL[t]||function(e){var t=0,r=[];function n(){t<e&&r.length&&(t++,r.shift()())}return function(e){return new Promise((function(o,a){r.push((function(){e().then((function(e){o(e),t--,n()}),(function(e){a(e),t--,n()}))})),n()}))}}(this.options.concurrency),yL[t]||(yL[t]=this.__limit),this.features={js:!1,wasm:!1,cib:!1,ww:!1},this.__workersPool=null,this.__requested_features=[],this.__mathlib=null}_L.prototype.init=function(){var e=this;if(this.__initPromise)return this.__initPromise;if(!1!==CL&&!0!==CL&&(CL=!1,"undefined"!=typeof ImageData&&"undefined"!=typeof Uint8ClampedArray))try{new ImageData(new Uint8ClampedArray(400),10,10),CL=!0}catch(t){}!1!==kL&&!0!==kL&&(kL=!1,"undefined"!=typeof ImageBitmap&&(ImageBitmap.prototype&&ImageBitmap.prototype.close?kL=!0:this.debug("ImageBitmap does not support .close(), disabled")));var t=this.options.features.slice();if(t.indexOf("all")>=0&&(t=["cib","wasm","js","ww"]),this.__requested_features=t,this.__mathlib=new uL(t),t.indexOf("ww")>=0&&"undefined"!=typeof window&&"Worker"in window)try{zO((function(){})).terminate(),this.features.ww=!0;var r="wp_".concat(JSON.stringify(this.options));yL[r]?this.__workersPool=yL[r]:(this.__workersPool=new dL(SL,this.options.idle),yL[r]=this.__workersPool)}catch(t){}var n,o=this.__mathlib.init().then((function(t){MO(e.features,t.features)}));return n=kL?function(e){return Promise.resolve().then((function(){if("undefined"==typeof createImageBitmap)return!1;var t=e(100,100);return createImageBitmap(t,0,0,100,100,{resizeWidth:10,resizeHeight:10,resizeQuality:"high"}).then((function(e){var r=10===e.width;return e.close(),t=null,r}))})).catch((function(){return!1}))}(this.options.createCanvas).then((function(r){e.features.cib&&t.indexOf("cib")<0?e.debug("createImageBitmap() resize supported, but disabled by config"):t.indexOf("cib")>=0&&(e.features.cib=r)})):Promise.resolve(!1),this.__initPromise=Promise.all([o,n]).then((function(){return e})),this.__initPromise},_L.prototype.resize=function(e,t,r){var n=this;this.debug("Start resize...");var o=MO({},BL);if(isNaN(r)?r&&(o=MO(o,r)):o=MO(o,{quality:r}),o.toWidth=t.width,o.toHeight=t.height,o.width=e.naturalWidth||e.width,o.height=e.naturalHeight||e.height,0===t.width||0===t.height)return Promise.reject(new Error("Invalid output size: ".concat(t.width,"x").concat(t.height)));o.unsharpRadius>2&&(o.unsharpRadius=2);var a=!1,i=null;o.cancelToken&&(i=o.cancelToken.then((function(e){throw a=!0,e}),(function(e){throw a=!0,e})));var s=Math.ceil(Math.max(3,2.5*o.unsharpRadius|0));return this.init().then((function(){if(a)return i;if(n.features.cib){var r=t.getContext("2d",{alpha:Boolean(o.alpha)});return n.debug("Resize via createImageBitmap()"),createImageBitmap(e,{resizeWidth:o.toWidth,resizeHeight:o.toHeight,resizeQuality:hL(o.quality)}).then((function(e){if(a)return i;if(!o.unsharpAmount)return r.drawImage(e,0,0),e.close(),r=null,n.debug("Finished!"),t;n.debug("Unsharp result");var s=n.options.createCanvas(o.toWidth,o.toHeight),c=s.getContext("2d",{alpha:Boolean(o.alpha)});c.drawImage(e,0,0),e.close();var u=c.getImageData(0,0,o.toWidth,o.toHeight);return n.__mathlib.unsharp_mask(u.data,o.toWidth,o.toHeight,o.unsharpAmount,o.unsharpRadius,o.unsharpThreshold),r.putImageData(u,0,0),s.width=s.height=0,u=c=s=r=null,n.debug("Finished!"),t}))}var c={},u=function(e){return Promise.resolve().then((function(){return n.features.ww?new Promise((function(t,r){var o=n.__workersPool.acquire();i&&i.catch((function(e){return r(e)})),o.value.onmessage=function(e){o.release(),e.data.err?r(e.data.err):t(e.data.result)},o.value.postMessage({opts:e,features:n.__requested_features,preload:{wasm_nodule:n.__mathlib.__}},[e.src.buffer])})):n.__mathlib.resizeAndUnsharp(e,c)}))},l=function(e,t,r){var o,c,l,d=!1,f=function(t){return n.__limit((function(){if(a)return i;var s;if(pL(e))n.debug("Get tile pixel data"),s=o.getImageData(t.x,t.y,t.width,t.height);else{n.debug("Draw tile imageBitmap/image to temporary canvas");var d=n.options.createCanvas(t.width,t.height),f=d.getContext("2d",{alpha:Boolean(r.alpha)});f.globalCompositeOperation="copy",f.drawImage(c||e,t.x,t.y,t.width,t.height,0,0,t.width,t.height),n.debug("Get tile pixel data"),s=f.getImageData(0,0,t.width,t.height),d.width=d.height=0,f=d=null}var p={src:s.data,width:t.width,height:t.height,toWidth:t.toWidth,toHeight:t.toHeight,scaleX:t.scaleX,scaleY:t.scaleY,offsetX:t.offsetX,offsetY:t.offsetY,quality:r.quality,alpha:r.alpha,unsharpAmount:r.unsharpAmount,unsharpRadius:r.unsharpRadius,unsharpThreshold:r.unsharpThreshold};return n.debug("Invoke resize math"),Promise.resolve().then((function(){return u(p)})).then((function(e){if(a)return i;var r;if(s=null,n.debug("Convert raw rgba tile result to ImageData"),CL)r=new ImageData(new Uint8ClampedArray(e),t.toWidth,t.toHeight);else if((r=l.createImageData(t.toWidth,t.toHeight)).data.set)r.data.set(e);else for(var o=r.data.length-1;o>=0;o--)r.data[o]=e[o];return n.debug("Draw tile"),bL?l.putImageData(r,t.toX,t.toY,t.toInnerX-t.toX,t.toInnerY-t.toY,t.toInnerWidth+1e-5,t.toInnerHeight+1e-5):l.putImageData(r,t.toX,t.toY,t.toInnerX-t.toX,t.toInnerY-t.toY,t.toInnerWidth,t.toInnerHeight),null}))}))};return Promise.resolve().then((function(){if(l=t.getContext("2d",{alpha:Boolean(r.alpha)}),pL(e))return o=e.getContext("2d",{alpha:Boolean(r.alpha)}),null;if(function(e){return"[object ImageBitmap]"===fL(e)}(e))return c=e,d=!0,null;if(function(e){return"[object HTMLImageElement]"===fL(e)}(e))return kL?(n.debug("Decode image via createImageBitmap"),createImageBitmap(e).then((function(e){c=e})).catch((function(e){return null}))):null;throw new Error('Pica: ".from" should be Image, Canvas or ImageBitmap')})).then((function(){if(a)return i;n.debug("Calculate tiles");var e=function(e){var t,r,n,o,a,i,s=e.toWidth/e.width,c=e.toHeight/e.height,u=mL(e.srcTileSize*s)-2*e.destTileBorder,l=mL(e.srcTileSize*c)-2*e.destTileBorder;if(u<1||l<1)throw new Error("Internal error in pica: target tile width/height is too small.");var d,f=[];for(o=0;o<e.toHeight;o+=l)for(n=0;n<e.toWidth;n+=u)(t=n-e.destTileBorder)<0&&(t=0),t+(a=n+u+e.destTileBorder-t)>=e.toWidth&&(a=e.toWidth-t),(r=o-e.destTileBorder)<0&&(r=0),r+(i=o+l+e.destTileBorder-r)>=e.toHeight&&(i=e.toHeight-r),d={toX:t,toY:r,toWidth:a,toHeight:i,toInnerX:n,toInnerY:o,toInnerWidth:u,toInnerHeight:l,offsetX:t/s-mL(t/s),offsetY:r/c-mL(r/c),scaleX:s,scaleY:c,x:mL(t/s),y:mL(r/c),width:vL(a/s),height:vL(i/c)},f.push(d);return f}({width:r.width,height:r.height,srcTileSize:n.options.tile,toWidth:r.toWidth,toHeight:r.toHeight,destTileBorder:s}).map((function(e){return f(e)}));function o(){c&&(d||c.close(),c=null)}return n.debug("Process tiles"),Promise.all(e).then((function(){return n.debug("Finished!"),o(),t}),(function(e){throw o(),e}))}))};return function e(t,r,o,s){if(a)return i;var c,u=lm(t.shift(),2),d=u[0],f=u[1],p=0===t.length;return s=MO({},s,{toWidth:d,toHeight:f,quality:p?s.quality:Math.min(1,s.quality)}),p||(c=n.options.createCanvas(d,f)),l(r,p?o:c,s).then((function(){return p?o:(s.width=d,s.height=f,e(t,c,o,s))})).then((function(e){return c&&(c.width=c.height=0),e}))}(function(e,t,r,n,o,a){var i=r/e,s=n/t,c=(2*a+2+1)/o;if(c>.5)return[[r,n]];var u=Math.ceil(Math.log(Math.min(i,s))/Math.log(c));if(u<=1)return[[r,n]];for(var l=[],d=0;d<u;d++){var f=Math.round(Math.pow(Math.pow(e,u-d-1)*Math.pow(r,d+1),1/u)),p=Math.round(Math.pow(Math.pow(t,u-d-1)*Math.pow(n,d+1),1/u));l.push([f,p])}return l}(o.width,o.height,o.toWidth,o.toHeight,n.options.tile,s),e,t,o)}))},_L.prototype.resizeBuffer=function(e){var t=this,r=MO({},BL,e);return this.init().then((function(){return t.__mathlib.resizeAndUnsharp(r)}))},_L.prototype.toBlob=function(e,t,r){return t=t||"image/png",new Promise((function(n){if(e.toBlob)e.toBlob((function(e){return n(e)}),t,r);else if(e.convertToBlob)n(e.convertToBlob({type:t,quality:r}));else{for(var o=atob(e.toDataURL(t,r).split(",")[1]),a=o.length,i=new Uint8Array(a),s=0;s<a;s++)i[s]=o.charCodeAt(s);n(new Blob([i],{type:t}))}}))},_L.prototype.debug=function(){};var AL=new _L,TL=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=r.minSize,o=void 0===n?720:n,a=e/t;return e>t?{desW:Math.floor(o*a),desH:o}:{desW:o,desH:Math.floor(o/a)}},IL=Object.freeze({__proto__:null,scaleImage:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.minSize,n=void 0===r?720:r;return new Promise((function(t){var r=URL.createObjectURL(e),o=new Image;o.src=r;var a=document.createElement("canvas");o.onload=function(){if(o.width&&o.height&&(o.width<n||o.height<n)){var e=TL(o.width,o.height,{minSize:n}),r=e.desW,i=e.desH;a.width=r,a.height=i,AL.resize(o,a).then((function(e){return AL.toBlob(e,"image/jpeg",1)})).then((function(e){return t(e)}))}else t(null)}}))},createResizer:function(e){var t=e.width,r=e.height,n=document.createElement("canvas"),o=n.getContext("2d");return n.width=t,n.height=r,{resize:function(e){var t=e.srcCanvas;return o.drawImage(t,0,0,n.width,n.height),n}}},resizeBlobImg:function(e,t,r){var n=document.createElement("canvas"),o=n.getContext("2d");return n.width=t,n.height=r,new Promise((function(t){var r=URL.createObjectURL(e),a=new Image;a.onload=function(){URL.revokeObjectURL(r),o.drawImage(a,0,0,n.width,n.height),n.toBlob(t,"image/jpeg",1)},a.src=r}))},blobToCanvas:function(e){var t=e.blob;return new Promise((function(e){var r=document.createElement("canvas"),n=r.getContext("2d"),o=new Image;o.onload=function(t){var a=o.width,i=o.height;r.width=a,r.height=i,URL.revokeObjectURL(t.target.src),n.drawImage(t.target,0,0),e(r)},o.src=URL.createObjectURL(t)}))}});function xL(e,t,r,n){var o=r*(4*t)+4*n;return{r:e[o],g:e[o+1],b:e[o+2]}}function PL(e,t,r){return function(e,t,r){for(var n=0,o=r[1],a=r[3],i=r[0],s=r[2],c=o;c<a;c++)for(var u=i;u<s;u++){var l=xL(e,t,c,u),d=l.r,f=l.g,p=l.b;d>=245&&p>=245&&f>245&&(n+=1)}return n}(e,t,function(e,t){var r=Math.floor(.025*e),n=e-r,o=Math.floor(.025*t);return[r,o,n,t-o]}(t,r))/(t*r)>=.001}function RL(){return(RL=ex(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.getContext("2d"),n=r.getImageData(0,0,t.width,t.height),o=n.data,nO){e.next=5;break}return e.abrupt("return",PL(o,n.width,n.height));case 5:return e.abrupt("return",nO.detectGlare(o,n.width,n.height));case 6:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var NL=Object.freeze({__proto__:null,isCardGlare:function(e){return RL.apply(this,arguments)}}),OL="internal_server_error",LL="network_error",DL=gN();function ML(e){return 500*Math.pow(1.5,e)}function UL(e){return Array.isArray(null==e?void 0:e.errors)&&e.errors.find((function(e){return e.code===OL}))}function jL(e){return"Failed to fetch"===e.message||!e.response}function FL(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.maxNetworkErrorRetryTimes,n=void 0===r?5:r,o=t.maxInternalServerErrorRetryTimes,a=void 0===o?1:o,i=t.propertyKey,s=t.onDone;return function(){for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];var c=this;function u(e,t){return l.apply(this,arguments)}function l(){return(l=ex(regeneratorRuntime.mark((function t(o,l){var d,f,p,h,g,m,v,y,b=arguments;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return m=function(){return(m=ex(regeneratorRuntime.mark((function e(t){var r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=h(t),n=p(t)-r,e.next=4,jN(ML(n));case 4:return e.abrupt("return",u(r,t,n));case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)},g=function(e){return m.apply(this,arguments)},h=function(e){return e===l?Math.max(o-1,0):p(e)-1},p=function(e){return e===LL?n:e===OL?a:0},f=function(e){return o>0||(e===LL?void 0===o&&n>0:e===OL&&void 0===o&&a>0)},d=b.length>2&&void 0!==b[2]?b[2]:0,v=performance.now(),t.prev=7,t.next=10,e.apply(c,r);case 10:if(y=t.sent,s({response:y,retryCount:d,propertyKey:i,timeInMs:performance.now()-v,args:r}),!UL(y)||!f(OL)){t.next=16;break}return t.next=15,g(OL);case 15:return t.abrupt("return",t.sent);case 16:return t.abrupt("return",y);case 19:if(t.prev=19,t.t0=t.catch(7),s({error:t.t0,retryCount:d,propertyKey:i,timeInMs:performance.now()-v,args:r}),!jL(t.t0)||!f(LL)){t.next=24;break}return t.abrupt("return",g(LL));case 24:throw t.t0;case 25:case"end":return t.stop()}}),t,null,[[7,19]])})))).apply(this,arguments)}return u()}}function VL(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.maxNetworkErrorRetryTimes,n=void 0===r?5:r,o=t.maxInternalServerErrorRetryTimes,a=void 0===o?1:o,i=t.onDone,s=void 0===i?function(){}:i,c={get:function(e,t){var r=e[t];return"function"==typeof r&&"constructor"!==t?FL(r,{maxNetworkErrorRetryTimes:n,maxInternalServerErrorRetryTimes:a,propertyKey:t,onDone:s}):r}};return new Proxy(e,c)}var zL=function(e){var t=e.response,r=(e.error,e.retryCount,e.propertyKey,e.timeInMs);return e.args,{event:"test-event",log:{request_status:t?"success":"fail",time_in_ms:r}}},KL=Object.freeze({__proto__:null,createRetryAPIClient:VL,useApiClient:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.apiCredentials,r=void 0===t?{}:t,n=e.tracking,o=void 0===n?{}:n,a=ov.useRef(null),i=ON(),s=i.sendEvent,c=ov.useCallback((function(e){try{var t=zL(e),r=t.event,n=t.log;s({tag:"sdk_api",event:r,log:n})}catch(e){}}),[s]);if(null===a.current){var u=r.accessKey,l=r.secretKey,d=r.apiUrl,f=o.userId,p=RN({userId:f});a.current=VL(new aN(u,l,d,{httpHeaders:ox(ox({},DL),{},{"x-request-id":p})}),{onDone:c})}return{apiClient:a.current}}}),qL="BFnYsWrH",HL="KbKcY2nb",WL=function(e){return e.split("").reverse().join("")},QL=function(e){var t=e.url;return new Promise((function(e){var r=document.createElement("script");r.onload=e,r.src=t,document.head.appendChild(r)}))},GL=window.fetch.bind(window);function XL(e){var t=e.split(","),r=t[0].match(/:(.*?);/)[1];return{u8arr:Uint8Array.from(atob(t[1]),(function(e){return e.charCodeAt(0)})),mime:r}}var YL=function(){var e=ex(regeneratorRuntime.mark((function e(){var t,r,n,o,a=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t="".concat(WL(qL)).concat(WL(HL)),e.next=3,GL.apply(void 0,a);case 3:return r=e.sent,e.next=6,r.text();case 6:return n=e.sent,o=BN.AES.decrypt(n,t).toString(BN.enc.Utf8),e.abrupt("return",XL(o));case 9:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),$L=function(){var e=ex(regeneratorRuntime.mark((function e(){var t,r,n=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,GL.apply(void 0,n);case 2:return t=e.sent,e.next=5,t.text();case 5:return r=e.sent,e.abrupt("return",r);case 7:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),ZL=Object.freeze({__proto__:null,reverseString:WL,loadExternalScript:QL,fetchWithDecryption:YL,fetchRawResource:$L}),JL=/^\s+|\s+$/g,eD=/^[-+]0x[0-9a-f]+$/i,tD=/^0b[01]+$/i,rD=/^0o[0-7]+$/i,nD=parseInt,oD=function(e){return e?1/0===(e=function(e){if("number"==typeof e)return e;if(yR(e))return NaN;if(xx(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=xx(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(JL,"");var r=tD.test(e);return r||rD.test(e)?nD(e.slice(2),r?2:8):eD.test(e)?NaN:+e}(e))||-1/0===e?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0},aD=function(e,t){var r;if("function"!=typeof t)throw new TypeError("Expected a function");return e=function(e){var t=oD(e),r=t%1;return t==t?r?t-r:t:0}(e),function(){return--e>0&&(r=t.apply(this,arguments)),e<=1&&(t=void 0),r}},iD=function(e){return aD(2,e)}(function(){var e=ex(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c,u,l,d,f,p,h=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=h.length>0&&void 0!==h[0]?h[0]:{},r=t.tfUrl,n=void 0===r?"https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@3.11.0":r,o=t.tfBackendWasmUrl,a=void 0===o?"https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-wasm@3.11.0/dist/tf-backend-wasm.js":o,i=t.tfBackendCpuUrl,s=void 0===i?"https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-cpu@3.11.0":i,c=t.tfBackendWebGlUrl,u=void 0===c?"https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-webgl@3.11.0":c,l=t.tfLiteUrl,d=void 0===l?"https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-tflite@0.0.1-alpha.7/dist/tf-tflite.min.js":l,f=t.blazefaceScriptUrl,p=void 0===f?"https://cdn.jsdelivr.net/npm/@tensorflow-models/blazeface@0.0.7":f,e.next=3,QL({url:n});case 3:return e.next=5,Promise.all([QL({url:a}),QL({url:s}),QL({url:u}),QL({url:p}),QL({url:d})]);case 5:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}());function sD(){return(sD=ex(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c,u=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=u.length>0&&void 0!==u[0]?u[0]:{},r=t.preferredBackends,n=void 0===r?["webgl","wasm","cpu"]:r,o=window,a=o.tf,e.next=4,a.enableProdMode();case 4:i=ux(n),e.prev=5,i.s();case 7:if((s=i.n()).done){e.next=21;break}return c=s.value,e.prev=9,e.next=12,a.setBackend(c);case 12:return e.abrupt("break",21);case 15:if(e.prev=15,e.t0=e.catch(9),c!==n[n.length-1]){e.next=19;break}throw e.t0;case 19:e.next=7;break;case 21:e.next=26;break;case 23:e.prev=23,e.t1=e.catch(5),i.e(e.t1);case 26:return e.prev=26,i.f(),e.finish(26);case 29:return e.next=31,a.ready();case 31:case"end":return e.stop()}}),e,null,[[5,23,26,29],[9,15]])})))).apply(this,arguments)}function cD(){return(cD=ex(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.modelUrl,n=window,o=n.blazeface,e.abrupt("return",r?o.load({modelUrl:r}):o.load());case 3:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function uD(){return(uD=ex(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.modelUrl,e.next=3,$L(r);case 3:return n=e.sent,o=n.rawData,e.abrupt("return",o);case 6:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function lD(){return(lD=ex(regeneratorRuntime.mark((function e(t){var r,n,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.modelUrl,n=window,o=n.tflite,e.next=4,YL(r);case 4:return a=e.sent,i=a.u8arr,e.abrupt("return",o.loadTFLiteModel(i,{numThreads:navigator.hardwareConcurrency/2}));case 7:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var dD=Object.freeze({__proto__:null,loadTensorFlow:iD,initTensorFlow:function(){return sD.apply(this,arguments)},loadBlazefaceModel:function(e){return cD.apply(this,arguments)},preloadResource:function(e){return uD.apply(this,arguments)},loadTFLiteModel:function(e){return lD.apply(this,arguments)}}),fD=Object.freeze({__proto__:null,enableAntiDebug:function(){var e,t,r=["action","gger","stateObject","apply","chain","test","input","Hello World!","constructor","counter","length","debu","call"];e=r,t=185,function(t){for(;--t;)e.push(e.shift())}(++t);var n,o,a=function(e,t){return r[e-=0]};function i(e){function t(e){if("string"==typeof e)return function(e){}[a("0x5")]("while (true) {}")[a("0x0")](a("0x6"));1!=="".concat(e/e)[a("0x7")]||e%20==0?function(){return!0}[a("0x5")]("".concat(a("0x8"),"gger"))[a("0x9")](a("0xa")):function(){return!1}.constructor("debu".concat(a("0xb")))[a("0x0")](a("0xc")),t(++e)}try{if(e)return t;t(0)}catch(e){}}setInterval((function(){i()}),4e3),n=!0,o=function(e,t){var r=n?function(){if(t){var r=t[a("0x0")](e,arguments);return t=null,r}}:function(){};return n=!1,r},function(){o(this,(function(){var e=new RegExp("function *\\( *\\)"),t=new RegExp("\\+\\+ *(?:_0x(?:[a-f0-9]){4,6}|(?:\\b|\\d)[a-z0-9]{1,4}(?:\\b|\\d))","i"),r=i("init");e.test(r+a("0x1"))&&t[a("0x2")](r+a("0x3"))?i():r("0")}))()}(),console.log(a("0x4"))}}),pD=Object.freeze({__proto__:null,useThemeContext:function(){return ov.useContext(Gb)}});function hD(){return(hD=ex(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.key,n=new TextEncoder,(o=n.encode(r)).reverse(),e.abrupt("return",crypto.subtle.digest("SHA-256",o));case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var gD=Object.freeze({__proto__:null,encrypt:function(e){var t=e.blob,r=e.key;return new Promise((function(e){var n=new FileReader;n.onload=function(t){var n=t.target.result;(function(e){return hD.apply(this,arguments)})({key:r}).then((function(t){window.crypto.subtle.importKey("raw",t,"AES-GCM",!0,["encrypt","decrypt"]).then((function(t){window.crypto.subtle.encrypt({name:"AES-GCM",iv:new Uint8Array(12),tagLength:128},t,n).then((function(t){var r;e({hex:(r=t,ix(new Uint8Array(r)).map((function(e){return e.toString(16).padStart(2,"0")})).join(""))})}))}))}))},n.readAsArrayBuffer(t)}))}}),mD=function(){return URL.createObjectURL(new Blob(['\'use strict\';(function(){function T(a,b){let c=[],d="";b=a.readBits([8,16,16][b]);for(let d=0;d<b;d++){let b=a.readBits(8);c.push(b)}try{d+=decodeURIComponent(c.map(a=>`%${("0"+a.toString(16)).substr(-2)}`).join(""))}catch(e){}return{bytes:c,text:d}}function U(a,b){a=new V(a);let c=9>=b?0:26>=b?1:2;for(b={text:"",bytes:[],chunks:[],version:b};4<=a.available();){var d=a.readBits(4);if(d===t.Terminator)return b;if(d===t.ECI)0===a.readBits(1)?b.chunks.push({type:r.ECI,assignmentNumber:a.readBits(7)}):\n0===a.readBits(1)?b.chunks.push({type:r.ECI,assignmentNumber:a.readBits(14)}):0===a.readBits(1)?b.chunks.push({type:r.ECI,assignmentNumber:a.readBits(21)}):b.chunks.push({type:r.ECI,assignmentNumber:-1});else if(d===t.Numeric){var e=a;d=[];for(var f="",g=e.readBits([10,12,14][c]);3<=g;){var h=e.readBits(10);if(1E3<=h)throw Error("Invalid numeric value above 999");var k=Math.floor(h/100),n=Math.floor(h/10)%10;h%=10;d.push(48+k,48+n,48+h);f+=k.toString()+n.toString()+h.toString();g-=3}if(2===g){g=e.readBits(7);\nif(100<=g)throw Error("Invalid numeric value above 99");e=Math.floor(g/10);g%=10;d.push(48+e,48+g);f+=e.toString()+g.toString()}else if(1===g){e=e.readBits(4);if(10<=e)throw Error("Invalid numeric value above 9");d.push(48+e);f+=e.toString()}d={bytes:d,text:f};b.text+=d.text;b.bytes.push(...d.bytes);b.chunks.push({type:r.Numeric,text:d.text})}else if(d===t.Alphanumeric){e=a;d=[];f="";for(g=e.readBits([9,11,13][c]);2<=g;)n=e.readBits(11),k=Math.floor(n/45),n%=45,d.push(B[k].charCodeAt(0),B[n].charCodeAt(0)),\nf+=B[k]+B[n],g-=2;1===g&&(e=e.readBits(6),d.push(B[e].charCodeAt(0)),f+=B[e]);d={bytes:d,text:f};b.text+=d.text;b.bytes.push(...d.bytes);b.chunks.push({type:r.Alphanumeric,text:d.text})}else if(d===t.Byte)d=T(a,c),b.text+=d.text,b.bytes.push(...d.bytes),b.chunks.push({type:r.Byte,bytes:d.bytes,text:d.text});else if(d===t.Kanji){f=a;d=[];e=f.readBits([8,10,12][c]);for(g=0;g<e;g++)k=f.readBits(13),k=Math.floor(k/192)<<8|k%192,k=7936>k?k+33088:k+49472,d.push(k>>8,k&255);f=(new TextDecoder("shift-jis")).decode(Uint8Array.from(d));\nd={bytes:d,text:f};b.text+=d.text;b.bytes.push(...d.bytes);b.chunks.push({type:r.Kanji,bytes:d.bytes,text:d.text})}else d===t.StructuredAppend&&b.chunks.push({type:r.StructuredAppend,currentSequence:a.readBits(4),totalSequence:a.readBits(4),parity:a.readBits(8)})}if(0===a.available()||0===a.readBits(a.available()))return b}function J(a,b){return a^b}function W(a,b,c,d){b.degree()<c.degree()&&([b,c]=[c,b]);let e=a.zero;for(var f=a.one;c.degree()>=d/2;){var g=b;let d=e;b=c;e=f;if(b.isZero())return null;\nc=g;f=a.zero;g=b.getCoefficient(b.degree());for(g=a.inverse(g);c.degree()>=b.degree()&&!c.isZero();){let d=c.degree()-b.degree(),e=a.multiply(c.getCoefficient(c.degree()),g);f=f.addOrSubtract(a.buildMonomial(d,e));c=c.addOrSubtract(b.multiplyByMonomial(d,e))}f=f.multiplyPoly(e).addOrSubtract(d);if(c.degree()>=b.degree())return null}d=f.getCoefficient(0);if(0===d)return null;a=a.inverse(d);return[f.multiply(a),c.multiply(a)]}function X(a,b){let c=new Uint8ClampedArray(a.length);c.set(a);a=new Y(285,\n256,0);var d=new w(a,c),e=new Uint8ClampedArray(b),f=!1;for(var g=0;g<b;g++){var h=d.evaluateAt(a.exp(g+a.generatorBase));e[e.length-1-g]=h;0!==h&&(f=!0)}if(!f)return c;d=new w(a,e);d=W(a,a.buildMonomial(b,1),d,b);if(null===d)return null;b=d[0];g=b.degree();if(1===g)b=[b.getCoefficient(1)];else{e=Array(g);f=0;for(h=1;h<a.size&&f<g;h++)0===b.evaluateAt(h)&&(e[f]=a.inverse(h),f++);b=f!==g?null:e}if(null==b)return null;d=d[1];e=b.length;f=Array(e);for(g=0;g<e;g++){h=a.inverse(b[g]);let c=1;for(let d=\n0;d<e;d++)g!==d&&(c=a.multiply(c,J(1,a.multiply(b[d],h))));f[g]=a.multiply(d.evaluateAt(h),a.inverse(c));0!==a.generatorBase&&(f[g]=a.multiply(f[g],h))}d=f;for(e=0;e<b.length;e++){f=c.length-1-a.log(b[e]);if(0>f)return null;c[f]^=d[e]}return c}function E(a,b){a^=b;for(b=0;a;)b++,a&=a-1;return b}function C(a,b){return b<<1|a}function Z(a,b,c){c=aa[c.dataMask];let d=a.height;var e=17+4*b.versionNumber,f=A.createEmpty(e,e);f.setRegion(0,0,9,9,!0);f.setRegion(e-8,0,8,9,!0);f.setRegion(0,e-8,9,8,!0);for(var g of b.alignmentPatternCenters)for(var h of b.alignmentPatternCenters)6===\ng&&6===h||6===g&&h===e-7||g===e-7&&6===h||f.setRegion(g-2,h-2,5,5,!0);f.setRegion(6,9,1,e-17,!0);f.setRegion(9,6,e-17,1,!0);6<b.versionNumber&&(f.setRegion(e-11,0,3,6,!0),f.setRegion(0,e-11,6,3,!0));b=f;g=[];e=h=0;f=!0;for(let k=d-1;0<k;k-=2){6===k&&k--;for(let n=0;n<d;n++){let m=f?d-1-n:n;for(let d=0;2>d;d++){let f=k-d;if(!b.get(f,m)){e++;let b=a.get(f,m);c({y:m,x:f})&&(b=!b);h=h<<1|b;8===e&&(g.push(h),h=e=0)}}}f=!f}return g}function ba(a){var b=a.height,c=Math.floor((b-17)/4);if(6>=c)return K[c-\n1];c=0;for(var d=5;0<=d;d--)for(var e=b-9;e>=b-11;e--)c=C(a.get(e,d),c);d=0;for(e=5;0<=e;e--)for(let c=b-9;c>=b-11;c--)d=C(a.get(e,c),d);a=Infinity;let f;for(let e of K){if(e.infoBits===c||e.infoBits===d)return e;b=E(c,e.infoBits);b<a&&(f=e,a=b);b=E(d,e.infoBits);b<a&&(f=e,a=b)}if(3>=a)return f}function ca(a){let b=0;for(var c=0;8>=c;c++)6!==c&&(b=C(a.get(c,8),b));for(c=7;0<=c;c--)6!==c&&(b=C(a.get(8,c),b));var d=a.height;c=0;for(var e=d-1;e>=d-7;e--)c=C(a.get(8,e),c);for(e=d-8;e<d;e++)c=C(a.get(e,\n8),c);a=Infinity;d=null;for(let {bits:f,formatInfo:g}of da){if(f===b||f===c)return g;e=E(b,f);e<a&&(d=g,a=e);b!==c&&(e=E(c,f),e<a&&(d=g,a=e))}return 3>=a?d:null}function ea(a,b,c){let d=b.errorCorrectionLevels[c],e=[],f=0;d.ecBlocks.forEach(a=>{for(let b=0;b<a.numBlocks;b++)e.push({numDataCodewords:a.dataCodewordsPerBlock,codewords:[]}),f+=a.dataCodewordsPerBlock+d.ecCodewordsPerBlock});if(a.length<f)return null;a=a.slice(0,f);b=d.ecBlocks[0].dataCodewordsPerBlock;for(c=0;c<b;c++)for(var g of e)g.codewords.push(a.shift());\nif(1<d.ecBlocks.length)for(g=d.ecBlocks[0].numBlocks,b=d.ecBlocks[1].numBlocks,c=0;c<b;c++)e[g+c].codewords.push(a.shift());for(;0<a.length;)for(let b of e)b.codewords.push(a.shift());return e}function L(a){let b=ba(a);if(!b)return null;var c=ca(a);if(!c)return null;a=Z(a,b,c);var d=ea(a,b,c.errorCorrectionLevel);if(!d)return null;c=d.reduce((a,b)=>a+b.numDataCodewords,0);c=new Uint8ClampedArray(c);a=0;for(let b of d){d=X(b.codewords,b.codewords.length-b.numDataCodewords);if(!d)return null;for(let e=\n0;e<b.numDataCodewords;e++)c[a++]=d[e]}try{return U(c,b.versionNumber)}catch(e){return null}}function M(a,b,c,d){var e=a.x-b.x+c.x-d.x;let f=a.y-b.y+c.y-d.y;if(0===e&&0===f)return{a11:b.x-a.x,a12:b.y-a.y,a13:0,a21:c.x-b.x,a22:c.y-b.y,a23:0,a31:a.x,a32:a.y,a33:1};{let h=b.x-c.x;var g=d.x-c.x;let k=b.y-c.y,n=d.y-c.y;c=h*n-g*k;g=(e*n-g*f)/c;e=(h*f-e*k)/c;return{a11:b.x-a.x+g*b.x,a12:b.y-a.y+g*b.y,a13:g,a21:d.x-a.x+e*d.x,a22:d.y-a.y+e*d.y,a23:e,a31:a.x,a32:a.y,a33:1}}}function fa(a,b,c,d){a=M(a,b,c,d);\nreturn{a11:a.a22*a.a33-a.a23*a.a32,a12:a.a13*a.a32-a.a12*a.a33,a13:a.a12*a.a23-a.a13*a.a22,a21:a.a23*a.a31-a.a21*a.a33,a22:a.a11*a.a33-a.a13*a.a31,a23:a.a13*a.a21-a.a11*a.a23,a31:a.a21*a.a32-a.a22*a.a31,a32:a.a12*a.a31-a.a11*a.a32,a33:a.a11*a.a22-a.a12*a.a21}}function ha(a,b){var c=fa({x:3.5,y:3.5},{x:b.dimension-3.5,y:3.5},{x:b.dimension-6.5,y:b.dimension-6.5},{x:3.5,y:b.dimension-3.5}),d=M(b.topLeft,b.topRight,b.alignmentPattern,b.bottomLeft),e=d.a11*c.a11+d.a21*c.a12+d.a31*c.a13,f=d.a12*c.a11+\nd.a22*c.a12+d.a32*c.a13,g=d.a13*c.a11+d.a23*c.a12+d.a33*c.a13,h=d.a11*c.a21+d.a21*c.a22+d.a31*c.a23,k=d.a12*c.a21+d.a22*c.a22+d.a32*c.a23,n=d.a13*c.a21+d.a23*c.a22+d.a33*c.a23,m=d.a11*c.a31+d.a21*c.a32+d.a31*c.a33,l=d.a12*c.a31+d.a22*c.a32+d.a32*c.a33,p=d.a13*c.a31+d.a23*c.a32+d.a33*c.a33;c=A.createEmpty(b.dimension,b.dimension);d=(a,b)=>{const c=g*a+n*b+p;return{x:(e*a+h*b+m)/c,y:(f*a+k*b+l)/c}};for(let e=0;e<b.dimension;e++)for(let f=0;f<b.dimension;f++){let b=d(f+.5,e+.5);c.set(f,e,a.get(Math.floor(b.x),\nMath.floor(b.y)))}return{matrix:c,mappingFunction:d}}function x(a){return a.reduce((a,c)=>a+c)}function ia(a,b,c){let d=y(a,b),e=y(b,c),f=y(a,c),g,h,k;e>=d&&e>=f?[g,h,k]=[b,a,c]:f>=e&&f>=d?[g,h,k]=[a,b,c]:[g,h,k]=[a,c,b];0>(k.x-h.x)*(g.y-h.y)-(k.y-h.y)*(g.x-h.x)&&([g,k]=[k,g]);return{bottomLeft:g,topLeft:h,topRight:k}}function ja(a,b,c,d){d=(x(z(a,c,d,5))/7+x(z(a,b,d,5))/7+x(z(c,a,d,5))/7+x(z(b,a,d,5))/7)/4;if(1>d)throw Error("Invalid module size");b=Math.round(y(a,b)/d);a=Math.round(y(a,c)/d);a=\nMath.floor((b+a)/2)+7;switch(a%4){case 0:a++;break;case 2:a--}return{dimension:a,moduleSize:d}}function N(a,b,c,d){let e=[{x:Math.floor(a.x),y:Math.floor(a.y)}];var f=Math.abs(b.y-a.y)>Math.abs(b.x-a.x);if(f){var g=Math.floor(a.y);var h=Math.floor(a.x);a=Math.floor(b.y);b=Math.floor(b.x)}else g=Math.floor(a.x),h=Math.floor(a.y),a=Math.floor(b.x),b=Math.floor(b.y);let k=Math.abs(a-g),n=Math.abs(b-h),m=Math.floor(-k/2),l=g<a?1:-1,p=h<b?1:-1,q=!0;for(let v=g,u=h;v!==a+l;v+=l){g=f?u:v;h=f?v:u;if(c.get(g,\nh)!==q&&(q=!q,e.push({x:g,y:h}),e.length===d+1))break;m+=n;if(0<m){if(u===b)break;u+=p;m-=k}}c=[];for(f=0;f<d;f++)e[f]&&e[f+1]?c.push(y(e[f],e[f+1])):c.push(0);return c}function z(a,b,c,d){let e=b.y-a.y,f=b.x-a.x;b=N(a,b,c,Math.ceil(d/2));a=N(a,{x:a.x-f,y:a.y-e},c,Math.ceil(d/2));c=b.shift()+a.shift()-1;return a.concat(c).concat(...b)}function F(a,b){let c=x(a)/x(b),d=0;b.forEach((b,f)=>{d+=Math.pow(a[f]-b*c,2)});return{averageSize:c,error:d}}function O(a,b,c){try{let d=z(a,{x:-1,y:a.y},c,b.length),\ne=z(a,{x:a.x,y:-1},c,b.length),f=z(a,{x:Math.max(0,a.x-a.y)-1,y:Math.max(0,a.y-a.x)-1},c,b.length),g=z(a,{x:Math.min(c.width,a.x+a.y)+1,y:Math.min(c.height,a.y+a.x)+1},c,b.length),h=F(d,b),k=F(e,b),n=F(f,b),m=F(g,b),l=(h.averageSize+k.averageSize+n.averageSize+m.averageSize)/4;return Math.sqrt(h.error*h.error+k.error*k.error+n.error*n.error+m.error*m.error)+(Math.pow(h.averageSize-l,2)+Math.pow(k.averageSize-l,2)+Math.pow(n.averageSize-l,2)+Math.pow(m.averageSize-l,2))/l}catch(d){return Infinity}}\nfunction H(a,b){for(var c=Math.round(b.x);a.get(c,Math.round(b.y));)c--;for(var d=Math.round(b.x);a.get(d,Math.round(b.y));)d++;c=(c+d)/2;for(d=Math.round(b.y);a.get(Math.round(c),d);)d--;for(b=Math.round(b.y);a.get(Math.round(c),b);)b++;return{x:c,y:(d+b)/2}}function ka(a){var b=[],c=[];let d=[];var e=[];for(let m=0;m<=a.height;m++){var f=0,g=!1;let l=[0,0,0,0,0];for(let b=-1;b<=a.width;b++){var h=a.get(b,m);if(h===g)f++;else{l=[l[1],l[2],l[3],l[4],f];f=1;g=h;var k=x(l)/7;k=Math.abs(l[0]-k)<k&&Math.abs(l[1]-\nk)<k&&Math.abs(l[2]-3*k)<3*k&&Math.abs(l[3]-k)<k&&Math.abs(l[4]-k)<k&&!h;var n=x(l.slice(-3))/3;h=Math.abs(l[2]-n)<n&&Math.abs(l[3]-n)<n&&Math.abs(l[4]-n)<n&&h;if(k){let a=b-l[3]-l[4],d=a-l[2];k={startX:d,endX:a,y:m};n=c.filter(b=>d>=b.bottom.startX&&d<=b.bottom.endX||a>=b.bottom.startX&&d<=b.bottom.endX||d<=b.bottom.startX&&a>=b.bottom.endX&&1.5>l[2]/(b.bottom.endX-b.bottom.startX)&&.5<l[2]/(b.bottom.endX-b.bottom.startX));0<n.length?n[0].bottom=k:c.push({top:k,bottom:k})}if(h){let a=b-l[4],c=a-\nl[3];h={startX:c,y:m,endX:a};k=e.filter(b=>c>=b.bottom.startX&&c<=b.bottom.endX||a>=b.bottom.startX&&c<=b.bottom.endX||c<=b.bottom.startX&&a>=b.bottom.endX&&1.5>l[2]/(b.bottom.endX-b.bottom.startX)&&.5<l[2]/(b.bottom.endX-b.bottom.startX));0<k.length?k[0].bottom=h:e.push({top:h,bottom:h})}}}b.push(...c.filter(a=>a.bottom.y!==m&&2<=a.bottom.y-a.top.y));c=c.filter(a=>a.bottom.y===m);d.push(...e.filter(a=>a.bottom.y!==m));e=e.filter(a=>a.bottom.y===m)}b.push(...c.filter(a=>2<=a.bottom.y-a.top.y));d.push(...e);\nc=[];for(var m of b)2>m.bottom.y-m.top.y||(b=(m.top.startX+m.top.endX+m.bottom.startX+m.bottom.endX)/4,e=(m.top.y+m.bottom.y+1)/2,a.get(Math.round(b),Math.round(e))&&(f=[m.top.endX-m.top.startX,m.bottom.endX-m.bottom.startX,m.bottom.y-m.top.y+1],f=x(f)/f.length,g=O({x:Math.round(b),y:Math.round(e)},[1,1,3,1,1],a),c.push({score:g,x:b,y:e,size:f})));if(3>c.length)return null;c.sort((a,b)=>a.score-b.score);m=[];for(b=0;b<Math.min(c.length,5);++b){e=c[b];f=[];for(var l of c)l!==e&&f.push(Object.assign(Object.assign({},\nl),{score:l.score+Math.pow(l.size-e.size,2)/e.size}));f.sort((a,b)=>a.score-b.score);m.push({points:[e,f[0],f[1]],score:e.score+f[0].score+f[1].score})}m.sort((a,b)=>a.score-b.score);let {topRight:p,topLeft:q,bottomLeft:v}=ia(...m[0].points);m=P(a,d,p,q,v);l=[];m&&l.push({alignmentPattern:{x:m.alignmentPattern.x,y:m.alignmentPattern.y},bottomLeft:{x:v.x,y:v.y},dimension:m.dimension,topLeft:{x:q.x,y:q.y},topRight:{x:p.x,y:p.y}});m=H(a,p);b=H(a,q);c=H(a,v);(a=P(a,d,m,b,c))&&l.push({alignmentPattern:{x:a.alignmentPattern.x,\ny:a.alignmentPattern.y},bottomLeft:{x:c.x,y:c.y},topLeft:{x:b.x,y:b.y},topRight:{x:m.x,y:m.y},dimension:a.dimension});return 0===l.length?null:l}function P(a,b,c,d,e){let f,g;try{({dimension:f,moduleSize:g}=ja(d,c,e,a))}catch(m){return null}var h=c.x-d.x+e.x,k=c.y-d.y+e.y;c=(y(d,e)+y(d,c))/2/g;e=1-3/c;let n={x:d.x+e*(h-d.x),y:d.y+e*(k-d.y)};b=b.map(b=>{const c=(b.top.startX+b.top.endX+b.bottom.startX+b.bottom.endX)/4;b=(b.top.y+b.bottom.y+1)/2;if(a.get(Math.floor(c),Math.floor(b))){var d=O({x:Math.floor(c),\ny:Math.floor(b)},[1,1,1],a)+y({x:c,y:b},n);return{x:c,y:b,score:d}}}).filter(a=>!!a).sort((a,b)=>a.score-b.score);return{alignmentPattern:15<=c&&b.length?b[0]:n,dimension:f}}function Q(a){var b=ka(a);if(!b)return null;for(let e of b){b=ha(a,e);var c=b.matrix;if(null==c)c=null;else{var d=L(c);if(d)c=d;else{for(d=0;d<c.width;d++)for(let a=d+1;a<c.height;a++)c.get(d,a)!==c.get(a,d)&&(c.set(d,a,!c.get(d,a)),c.set(a,d,!c.get(a,d)));c=L(c)}}if(c)return{binaryData:c.bytes,data:c.text,chunks:c.chunks,version:c.version,\nlocation:{topRightCorner:b.mappingFunction(e.dimension,0),topLeftCorner:b.mappingFunction(0,0),bottomRightCorner:b.mappingFunction(e.dimension,e.dimension),bottomLeftCorner:b.mappingFunction(0,e.dimension),topRightFinderPattern:e.topRight,topLeftFinderPattern:e.topLeft,bottomLeftFinderPattern:e.bottomLeft,bottomRightAlignmentPattern:e.alignmentPattern},matrix:b.matrix}}return null}function R(a,b){Object.keys(b).forEach(c=>{a[c]=b[c]})}function I(a,b,c,d={}){let e=Object.create(null);R(e,la);R(e,d);\nd="onlyInvert"===e.inversionAttempts||"invertFirst"===e.inversionAttempts;var f="attemptBoth"===e.inversionAttempts||d;var g=e.greyScaleWeights,h=e.canOverwriteImage,k=b*c;if(a.length!==4*k)throw Error("Malformed data passed to binarizer.");var n=0;if(h){var m=new Uint8ClampedArray(a.buffer,n,k);n+=k}m=new S(b,c,m);if(g.useIntegerApproximation)for(var l=0;l<c;l++)for(var p=0;p<b;p++){var q=4*(l*b+p);m.set(p,l,g.red*a[q]+g.green*a[q+1]+g.blue*a[q+2]+128>>8)}else for(l=0;l<c;l++)for(p=0;p<b;p++)q=4*\n(l*b+p),m.set(p,l,g.red*a[q]+g.green*a[q+1]+g.blue*a[q+2]);g=Math.ceil(b/8);l=Math.ceil(c/8);p=g*l;if(h){var v=new Uint8ClampedArray(a.buffer,n,p);n+=p}v=new S(g,l,v);for(p=0;p<l;p++)for(q=0;q<g;q++){var u=Infinity,r=0;for(var t=0;8>t;t++)for(let a=0;8>a;a++){let b=m.get(8*q+a,8*p+t);u=Math.min(u,b);r=Math.max(r,b)}t=(u+r)/2;t=Math.min(255,1.11*t);24>=r-u&&(t=u/2,0<p&&0<q&&(r=(v.get(q,p-1)+2*v.get(q-1,p)+v.get(q-1,p-1))/4,u<r&&(t=r)));v.set(q,p,t)}h?(p=new Uint8ClampedArray(a.buffer,n,k),n+=k,p=new A(p,\nb)):p=A.createEmpty(b,c);q=null;f&&(h?(a=new Uint8ClampedArray(a.buffer,n,k),q=new A(a,b)):q=A.createEmpty(b,c));for(b=0;b<l;b++)for(a=0;a<g;a++){c=g-3;c=2>a?2:a>c?c:a;h=l-3;h=2>b?2:b>h?h:b;k=0;for(n=-2;2>=n;n++)for(u=-2;2>=u;u++)k+=v.get(c+n,h+u);c=k/25;for(h=0;8>h;h++)for(k=0;8>k;k++)n=8*a+h,u=8*b+k,r=m.get(n,u),p.set(n,u,r<=c),f&&q.set(n,u,!(r<=c))}f=f?{binarized:p,inverted:q}:{binarized:p};let {binarized:w,inverted:x}=f;(f=Q(d?x:w))||"attemptBoth"!==e.inversionAttempts&&"invertFirst"!==e.inversionAttempts||\n(f=Q(d?w:x));return f}class A{constructor(a,b){this.width=b;this.height=a.length/b;this.data=a}static createEmpty(a,b){return new A(new Uint8ClampedArray(a*b),a)}get(a,b){return 0>a||a>=this.width||0>b||b>=this.height?!1:!!this.data[b*this.width+a]}set(a,b,c){this.data[b*this.width+a]=c?1:0}setRegion(a,b,c,d,e){for(let f=b;f<b+d;f++)for(let b=a;b<a+c;b++)this.set(b,f,!!e)}}class S{constructor(a,b,c){this.width=a;a*=b;if(c&&c.length!==a)throw Error("Wrong buffer size");this.data=c||new Uint8ClampedArray(a)}get(a,\nb){return this.data[b*this.width+a]}set(a,b,c){this.data[b*this.width+a]=c}}class V{constructor(a){this.bitOffset=this.byteOffset=0;this.bytes=a}readBits(a){if(1>a||32<a||a>this.available())throw Error("Cannot read "+a.toString()+" bits");var b=0;if(0<this.bitOffset){b=8-this.bitOffset;var c=a<b?a:b;b-=c;b=(this.bytes[this.byteOffset]&255>>8-c<<b)>>b;a-=c;this.bitOffset+=c;8===this.bitOffset&&(this.bitOffset=0,this.byteOffset++)}if(0<a){for(;8<=a;)b=b<<8|this.bytes[this.byteOffset]&255,this.byteOffset++,\na-=8;0<a&&(c=8-a,b=b<<a|(this.bytes[this.byteOffset]&255>>c<<c)>>c,this.bitOffset+=a)}return b}available(){return 8*(this.bytes.length-this.byteOffset)-this.bitOffset}}var r;(function(a){a.Numeric="numeric";a.Alphanumeric="alphanumeric";a.Byte="byte";a.Kanji="kanji";a.ECI="eci";a.StructuredAppend="structuredappend"})(r||(r={}));var t;(function(a){a[a.Terminator=0]="Terminator";a[a.Numeric=1]="Numeric";a[a.Alphanumeric=2]="Alphanumeric";a[a.Byte=4]="Byte";a[a.Kanji=8]="Kanji";a[a.ECI=7]="ECI";a[a.StructuredAppend=\n3]="StructuredAppend"})(t||(t={}));let B="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:".split("");class w{constructor(a,b){if(0===b.length)throw Error("No coefficients.");this.field=a;let c=b.length;if(1<c&&0===b[0]){let d=1;for(;d<c&&0===b[d];)d++;if(d===c)this.coefficients=a.zero.coefficients;else for(this.coefficients=new Uint8ClampedArray(c-d),a=0;a<this.coefficients.length;a++)this.coefficients[a]=b[d+a]}else this.coefficients=b}degree(){return this.coefficients.length-1}isZero(){return 0===\nthis.coefficients[0]}getCoefficient(a){return this.coefficients[this.coefficients.length-1-a]}addOrSubtract(a){if(this.isZero())return a;if(a.isZero())return this;let b=this.coefficients;a=a.coefficients;b.length>a.length&&([b,a]=[a,b]);let c=new Uint8ClampedArray(a.length),d=a.length-b.length;for(var e=0;e<d;e++)c[e]=a[e];for(e=d;e<a.length;e++)c[e]=b[e-d]^a[e];return new w(this.field,c)}multiply(a){if(0===a)return this.field.zero;if(1===a)return this;let b=this.coefficients.length,c=new Uint8ClampedArray(b);\nfor(let d=0;d<b;d++)c[d]=this.field.multiply(this.coefficients[d],a);return new w(this.field,c)}multiplyPoly(a){if(this.isZero()||a.isZero())return this.field.zero;let b=this.coefficients,c=b.length;a=a.coefficients;let d=a.length,e=new Uint8ClampedArray(c+d-1);for(let h=0;h<c;h++){let c=b[h];for(let b=0;b<d;b++){var f=h+b,g=this.field.multiply(c,a[b]);e[f]=e[h+b]^g}}return new w(this.field,e)}multiplyByMonomial(a,b){if(0>a)throw Error("Invalid degree less than 0");if(0===b)return this.field.zero;\nlet c=this.coefficients.length;a=new Uint8ClampedArray(c+a);for(let d=0;d<c;d++)a[d]=this.field.multiply(this.coefficients[d],b);return new w(this.field,a)}evaluateAt(a){let b=0;if(0===a)return this.getCoefficient(0);let c=this.coefficients.length;if(1===a)return this.coefficients.forEach(a=>{b^=a}),b;b=this.coefficients[0];for(let d=1;d<c;d++)b=J(this.field.multiply(a,b),this.coefficients[d]);return b}}class Y{constructor(a,b,c){this.primitive=a;this.size=b;this.generatorBase=c;this.expTable=Array(this.size);\nthis.logTable=Array(this.size);a=1;for(b=0;b<this.size;b++)this.expTable[b]=a,a*=2,a>=this.size&&(a=(a^this.primitive)&this.size-1);for(a=0;a<this.size-1;a++)this.logTable[this.expTable[a]]=a;this.zero=new w(this,Uint8ClampedArray.from([0]));this.one=new w(this,Uint8ClampedArray.from([1]))}multiply(a,b){return 0===a||0===b?0:this.expTable[(this.logTable[a]+this.logTable[b])%(this.size-1)]}inverse(a){if(0===a)throw Error("Can\'t invert 0");return this.expTable[this.size-this.logTable[a]-1]}buildMonomial(a,\nb){if(0>a)throw Error("Invalid monomial degree less than 0");if(0===b)return this.zero;a=new Uint8ClampedArray(a+1);a[0]=b;return new w(this,a)}log(a){if(0===a)throw Error("Can\'t take log(0)");return this.logTable[a]}exp(a){return this.expTable[a]}}let K=[{infoBits:null,versionNumber:1,alignmentPatternCenters:[],errorCorrectionLevels:[{ecCodewordsPerBlock:7,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:13,\necBlocks:[{numBlocks:1,dataCodewordsPerBlock:13}]},{ecCodewordsPerBlock:17,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:2,alignmentPatternCenters:[6,18],errorCorrectionLevels:[{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:34}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:28}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]}]},\n{infoBits:null,versionNumber:3,alignmentPatternCenters:[6,22],errorCorrectionLevels:[{ecCodewordsPerBlock:15,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:55}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:13}]}]},{infoBits:null,versionNumber:4,alignmentPatternCenters:[6,26],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:1,\ndataCodewordsPerBlock:80}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:32}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:5,alignmentPatternCenters:[6,30],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:43}]},{ecCodewordsPerBlock:18,\necBlocks:[{numBlocks:2,dataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:11},{numBlocks:2,dataCodewordsPerBlock:12}]}]},{infoBits:null,versionNumber:6,alignmentPatternCenters:[6,34],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:27}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:19}]},\n{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:31892,versionNumber:7,alignmentPatternCenters:[6,22,38],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:78}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:31}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:13},\n{numBlocks:1,dataCodewordsPerBlock:14}]}]},{infoBits:34236,versionNumber:8,alignmentPatternCenters:[6,24,42],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:97}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:38},{numBlocks:2,dataCodewordsPerBlock:39}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:18},{numBlocks:2,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:14},\n{numBlocks:2,dataCodewordsPerBlock:15}]}]},{infoBits:39577,versionNumber:9,alignmentPatternCenters:[6,26,46],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:16},{numBlocks:4,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:12},\n{numBlocks:4,dataCodewordsPerBlock:13}]}]},{infoBits:42195,versionNumber:10,alignmentPatternCenters:[6,28,50],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68},{numBlocks:2,dataCodewordsPerBlock:69}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:43},{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,\ndataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]}]},{infoBits:48118,versionNumber:11,alignmentPatternCenters:[6,30,54],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:81}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:50},{numBlocks:4,dataCodewordsPerBlock:51}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:22},{numBlocks:4,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:3,\ndataCodewordsPerBlock:12},{numBlocks:8,dataCodewordsPerBlock:13}]}]},{infoBits:51042,versionNumber:12,alignmentPatternCenters:[6,32,58],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:92},{numBlocks:2,dataCodewordsPerBlock:93}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:20},{numBlocks:6,dataCodewordsPerBlock:21}]},\n{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:55367,versionNumber:13,alignmentPatternCenters:[6,34,62],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:37},{numBlocks:1,dataCodewordsPerBlock:38}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:20},{numBlocks:4,dataCodewordsPerBlock:21}]},\n{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:11},{numBlocks:4,dataCodewordsPerBlock:12}]}]},{infoBits:58893,versionNumber:14,alignmentPatternCenters:[6,26,46,66],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:115},{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:40},{numBlocks:5,dataCodewordsPerBlock:41}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:16},\n{numBlocks:5,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:5,dataCodewordsPerBlock:13}]}]},{infoBits:63784,versionNumber:15,alignmentPatternCenters:[6,26,48,70],errorCorrectionLevels:[{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:87},{numBlocks:1,dataCodewordsPerBlock:88}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:41},{numBlocks:5,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,\necBlocks:[{numBlocks:5,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:7,dataCodewordsPerBlock:13}]}]},{infoBits:68472,versionNumber:16,alignmentPatternCenters:[6,26,50,74],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:98},{numBlocks:1,dataCodewordsPerBlock:99}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},\n{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},{infoBits:70749,versionNumber:17,alignmentPatternCenters:[6,30,54,78],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},\n{numBlocks:1,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22},{numBlocks:15,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:17,dataCodewordsPerBlock:15}]}]},{infoBits:76311,versionNumber:18,alignmentPatternCenters:[6,30,56,82],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:120},{numBlocks:1,dataCodewordsPerBlock:121}]},{ecCodewordsPerBlock:26,\necBlocks:[{numBlocks:9,dataCodewordsPerBlock:43},{numBlocks:4,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:1,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:19,dataCodewordsPerBlock:15}]}]},{infoBits:79154,versionNumber:19,alignmentPatternCenters:[6,30,58,86],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:113},{numBlocks:4,\ndataCodewordsPerBlock:114}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:44},{numBlocks:11,dataCodewordsPerBlock:45}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:21},{numBlocks:4,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:9,dataCodewordsPerBlock:13},{numBlocks:16,dataCodewordsPerBlock:14}]}]},{infoBits:84390,versionNumber:20,alignmentPatternCenters:[6,34,62,90],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,\ndataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:41},{numBlocks:13,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:5,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:15},{numBlocks:10,dataCodewordsPerBlock:16}]}]},{infoBits:87683,versionNumber:21,alignmentPatternCenters:[6,28,50,72,94],errorCorrectionLevels:[{ecCodewordsPerBlock:28,\necBlocks:[{numBlocks:4,dataCodewordsPerBlock:116},{numBlocks:4,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:16},{numBlocks:6,dataCodewordsPerBlock:17}]}]},{infoBits:92361,versionNumber:22,alignmentPatternCenters:[6,26,50,74,98],errorCorrectionLevels:[{ecCodewordsPerBlock:28,\necBlocks:[{numBlocks:2,dataCodewordsPerBlock:111},{numBlocks:7,dataCodewordsPerBlock:112}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:13}]}]},{infoBits:96236,versionNumber:23,alignmentPatternCenters:[6,30,54,74,102],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,\ndataCodewordsPerBlock:121},{numBlocks:5,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:47},{numBlocks:14,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:16,dataCodewordsPerBlock:15},{numBlocks:14,dataCodewordsPerBlock:16}]}]},{infoBits:102084,versionNumber:24,alignmentPatternCenters:[6,28,54,80,106],errorCorrectionLevels:[{ecCodewordsPerBlock:30,\necBlocks:[{numBlocks:6,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:45},{numBlocks:14,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:30,dataCodewordsPerBlock:16},{numBlocks:2,dataCodewordsPerBlock:17}]}]},{infoBits:102881,versionNumber:25,alignmentPatternCenters:[6,\n32,58,84,110],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:106},{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:47},{numBlocks:13,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},\n{infoBits:110507,versionNumber:26,alignmentPatternCenters:[6,30,58,86,114],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:114},{numBlocks:2,dataCodewordsPerBlock:115}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:46},{numBlocks:4,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:28,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:33,dataCodewordsPerBlock:16},\n{numBlocks:4,dataCodewordsPerBlock:17}]}]},{infoBits:110734,versionNumber:27,alignmentPatternCenters:[6,34,62,90,118],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:23},{numBlocks:26,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,\necBlocks:[{numBlocks:12,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:117786,versionNumber:28,alignmentPatternCenters:[6,26,50,74,98,122],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:117},{numBlocks:10,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:45},{numBlocks:23,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:24},{numBlocks:31,\ndataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:31,dataCodewordsPerBlock:16}]}]},{infoBits:119615,versionNumber:29,alignmentPatternCenters:[6,30,54,78,102,126],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:116},{numBlocks:7,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:21,dataCodewordsPerBlock:45},{numBlocks:7,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,\necBlocks:[{numBlocks:1,dataCodewordsPerBlock:23},{numBlocks:37,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:26,dataCodewordsPerBlock:16}]}]},{infoBits:126325,versionNumber:30,alignmentPatternCenters:[6,26,52,78,104,130],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:115},{numBlocks:10,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:47},\n{numBlocks:10,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:25,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:25,dataCodewordsPerBlock:16}]}]},{infoBits:127568,versionNumber:31,alignmentPatternCenters:[6,30,56,82,108,134],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:3,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,\necBlocks:[{numBlocks:2,dataCodewordsPerBlock:46},{numBlocks:29,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:24},{numBlocks:1,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:133589,versionNumber:32,alignmentPatternCenters:[6,34,60,86,112,138],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115}]},\n{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:24},{numBlocks:35,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:35,dataCodewordsPerBlock:16}]}]},{infoBits:136944,versionNumber:33,alignmentPatternCenters:[6,30,58,86,114,142],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115},\n{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:21,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:24},{numBlocks:19,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:141498,versionNumber:34,alignmentPatternCenters:[6,34,62,90,118,146],errorCorrectionLevels:[{ecCodewordsPerBlock:30,\necBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:6,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:44,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:59,dataCodewordsPerBlock:16},{numBlocks:1,dataCodewordsPerBlock:17}]}]},{infoBits:145311,versionNumber:35,alignmentPatternCenters:[6,\n30,54,78,102,126,150],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:121},{numBlocks:7,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:47},{numBlocks:26,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:39,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:41,dataCodewordsPerBlock:16}]}]},\n{infoBits:150283,versionNumber:36,alignmentPatternCenters:[6,24,50,76,102,128,154],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:121},{numBlocks:14,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:47},{numBlocks:34,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:46,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,\ndataCodewordsPerBlock:15},{numBlocks:64,dataCodewordsPerBlock:16}]}]},{infoBits:152622,versionNumber:37,alignmentPatternCenters:[6,28,54,80,106,132,158],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:46},{numBlocks:14,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:49,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},\n{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:24,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:158308,versionNumber:38,alignmentPatternCenters:[6,32,58,84,110,136,162],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:122},{numBlocks:18,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:46},{numBlocks:32,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:48,\ndataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:15},{numBlocks:32,dataCodewordsPerBlock:16}]}]},{infoBits:161089,versionNumber:39,alignmentPatternCenters:[6,26,54,82,110,138,166],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:40,dataCodewordsPerBlock:47},{numBlocks:7,dataCodewordsPerBlock:48}]},\n{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:43,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:15},{numBlocks:67,dataCodewordsPerBlock:16}]}]},{infoBits:167017,versionNumber:40,alignmentPatternCenters:[6,30,58,86,114,142,170],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:118},{numBlocks:6,dataCodewordsPerBlock:119}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:18,\ndataCodewordsPerBlock:47},{numBlocks:31,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:24},{numBlocks:34,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:15},{numBlocks:61,dataCodewordsPerBlock:16}]}]}],da=[{bits:21522,formatInfo:{errorCorrectionLevel:1,dataMask:0}},{bits:20773,formatInfo:{errorCorrectionLevel:1,dataMask:1}},{bits:24188,formatInfo:{errorCorrectionLevel:1,dataMask:2}},{bits:23371,formatInfo:{errorCorrectionLevel:1,\ndataMask:3}},{bits:17913,formatInfo:{errorCorrectionLevel:1,dataMask:4}},{bits:16590,formatInfo:{errorCorrectionLevel:1,dataMask:5}},{bits:20375,formatInfo:{errorCorrectionLevel:1,dataMask:6}},{bits:19104,formatInfo:{errorCorrectionLevel:1,dataMask:7}},{bits:30660,formatInfo:{errorCorrectionLevel:0,dataMask:0}},{bits:29427,formatInfo:{errorCorrectionLevel:0,dataMask:1}},{bits:32170,formatInfo:{errorCorrectionLevel:0,dataMask:2}},{bits:30877,formatInfo:{errorCorrectionLevel:0,dataMask:3}},{bits:26159,\nformatInfo:{errorCorrectionLevel:0,dataMask:4}},{bits:25368,formatInfo:{errorCorrectionLevel:0,dataMask:5}},{bits:27713,formatInfo:{errorCorrectionLevel:0,dataMask:6}},{bits:26998,formatInfo:{errorCorrectionLevel:0,dataMask:7}},{bits:5769,formatInfo:{errorCorrectionLevel:3,dataMask:0}},{bits:5054,formatInfo:{errorCorrectionLevel:3,dataMask:1}},{bits:7399,formatInfo:{errorCorrectionLevel:3,dataMask:2}},{bits:6608,formatInfo:{errorCorrectionLevel:3,dataMask:3}},{bits:1890,formatInfo:{errorCorrectionLevel:3,\ndataMask:4}},{bits:597,formatInfo:{errorCorrectionLevel:3,dataMask:5}},{bits:3340,formatInfo:{errorCorrectionLevel:3,dataMask:6}},{bits:2107,formatInfo:{errorCorrectionLevel:3,dataMask:7}},{bits:13663,formatInfo:{errorCorrectionLevel:2,dataMask:0}},{bits:12392,formatInfo:{errorCorrectionLevel:2,dataMask:1}},{bits:16177,formatInfo:{errorCorrectionLevel:2,dataMask:2}},{bits:14854,formatInfo:{errorCorrectionLevel:2,dataMask:3}},{bits:9396,formatInfo:{errorCorrectionLevel:2,dataMask:4}},{bits:8579,formatInfo:{errorCorrectionLevel:2,\ndataMask:5}},{bits:11994,formatInfo:{errorCorrectionLevel:2,dataMask:6}},{bits:11245,formatInfo:{errorCorrectionLevel:2,dataMask:7}}],aa=[a=>0===(a.y+a.x)%2,a=>0===a.y%2,a=>0===a.x%3,a=>0===(a.y+a.x)%3,a=>0===(Math.floor(a.y/2)+Math.floor(a.x/3))%2,a=>0===a.x*a.y%2+a.x*a.y%3,a=>0===(a.y*a.x%2+a.y*a.x%3)%2,a=>0===((a.y+a.x)%2+a.y*a.x%3)%2],y=(a,b)=>Math.sqrt(Math.pow(b.x-a.x,2)+Math.pow(b.y-a.y,2)),la={inversionAttempts:"attemptBoth",greyScaleWeights:{red:.2126,green:.7152,blue:.0722,useIntegerApproximation:!1},\ncanOverwriteImage:!0};I.default=I;let G="dontInvert",D={red:77,green:150,blue:29,useIntegerApproximation:!0};self.onmessage=a=>{let b=a.data.data;switch(a.data.type){case "decode":a=I(b.data,b.width,b.height,{inversionAttempts:G,greyScaleWeights:D});self.postMessage({type:"qrResult",data:a?a.data:null});break;case "grayscaleWeights":D.red=b.red;D.green=b.green;D.blue=b.blue;D.useIntegerApproximation=b.useIntegerApproximation;break;case "inversionMode":switch(b){case "original":G="dontInvert";break;\ncase "invert":G="onlyInvert";break;case "both":G="attemptBoth";break;default:throw Error("Invalid inversion mode");}break;case "close":self.close()}}})()\n\n']))},vD=gN(),yD=function(){function e(t){var r=this,n=t.container,o=t.lang,a=void 0===o?"en":o,i=t.assetRoot,s=void 0===i?"https://unpkg.com/@tsocial/tvweb-sdk@latest/assets":i,c=t.resourceRoot,u=t.customUrls,l=void 0===u?{}:u,d=t.enableAntiDebug,f=void 0===d||d,p=t.warmupMessage,h=t.baseComponent,g=t.component,m=void 0===g?{}:g;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),tx(this,"initNativeCamera",(function(e){var t=document.createElement("div");document.body.appendChild(t);var n=ov.createRef(),o=r.component.NativeCamera;return XI.render(ov.createElement(o,rx({},e,{ref:n})),t),{openCamera:function(){n.current.click()}}})),tx(this,"runWarmUpReadIDCard",ex(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=r.commonSettings.customUrls,e.abrupt("return",r.component.warmUpReadIdCard(t));case 2:case"end":return e.stop()}}),e)})))),tx(this,"runPreloadEKYCResources",ex(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t=r.commonSettings.customUrls,r.component.preloadEKYCResources(t);case 2:case"end":return e.stop()}}),e)})))),tx(this,"destroyView",(function(){XI.unmountComponentAtNode(r.container)})),function(e,t,r,n,o,a,i,s){if(!e){var c;if(void 0===t)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[r,n,o,a,i,s],l=0;(c=new Error(t.replace(/%s/g,(function(){return u[l++]})))).name="Invariant Violation"}throw c.framesToPop=1,c}}(n,"container is a required parameter"),this.container=n,this.container.style="touch-action: none; -ms-touch-action: none;";var v=ZR({resourceRoot:c,initCustomUrls:l});this.commonSettings={lang:a,assetRoot:s,customUrls:v,enableAntiDebug:f,debug:!1,warmupMessage:p},this.component=ox(ox({},h),m)}var t;return(t=[{key:"checkCamera",value:function(){return(0,this.component.checkCamera)()}},{key:"getListCamera",value:function(){return(0,this.component.getListCamera)()}},{key:"readIDCardWithApiCall",value:function(e){var t=this.component.ReadIDCardWithApiCall;XI.render(ov.createElement(eN,{value:ox({},this.commonSettings)},ov.createElement(t,rx({onClose:this.destroyView},e))),this.container)}},{key:"readIDCardUIOnly",value:function(e){var t=this.component.ReadIDCardUIOnly;XI.render(ov.createElement(eN,{value:this.commonSettings},ov.createElement(t,rx({onClose:this.destroyView},e))),this.container)}},{key:"livenessDetection",value:function(e){var t=this.component.LivenessDetection;XI.render(ov.createElement(eN,{value:ox({},this.commonSettings)},ov.createElement(t,rx({onClose:this.destroyView},e))),this.container)}},{key:"compareFaces",value:function(e){var t=e.accessKey,r=e.secretKey,n=e.apiUrl,o=e.image1,a=e.image2,i=e.onSuccess,s=e.onError;VL(new aN(t,r,n,{httpHeaders:vD})).compareFaces({image1:{id:o},image2:{id:a}}).then((function(e){i(e)})).catch((function(e){s(e)}))}}])&&function(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(e.prototype,t),e}();function bD(e){return(bD="function"==typeof Symbol&&"symbol"==Gg(Symbol.iterator)?function(e){return Gg(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":Gg(e)})(e)}function wD(e,t,r,n,o,a,i){try{var s=e[a](i),c=s.value}catch(e){return void r(e)}s.done?t(c):Promise.resolve(c).then(n,o)}function CD(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var a=e.apply(t,r);function i(e){wD(a,n,o,i,s,"next",e)}function s(e){wD(a,n,o,i,s,"throw",e)}i(void 0)}))}}function kD(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ED(){return(ED=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function BD(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function SD(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?BD(Object(r),!0).forEach((function(t){kD(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):BD(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function _D(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}function AD(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function TD(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var r=[],n=!0,o=!1,a=void 0;try{for(var i,s=e[Symbol.iterator]();!(n=(i=s.next()).done)&&(r.push(i.value),!t||r.length!==t);n=!0);}catch(e){o=!0,a=e}finally{try{n||null==s.return||s.return()}finally{if(o)throw a}}return r}}(e,t)||xD(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ID(e){return function(e){if(Array.isArray(e))return PD(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||xD(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function xD(e,t){if(e){if("string"==typeof e)return PD(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?PD(e,t):void 0}}function PD(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var RD="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function ND(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function OD(e,t,r){return e(r={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==t&&r.path)}},r.exports),r.exports}var LD,DD,MD,UD,jD,FD,VD,zD,KD,qD,HD,WD,QD,GD=OD((function(e){e.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(e,t,r){e.exports={BROWSER_TYPES:{CHROME:"Chrome",FIREFOX:"Firefox",OPERA:"Opera",YANDEX:"Yandex",SAFARI:"Safari",INTERNET_EXPLORER:"Internet Explorer",EDGE:"Edge",CHROMIUM:"Chromium",IE:"IE",MOBILE_SAFARI:"Mobile Safari",EDGE_CHROMIUM:"Edge Chromium"},DEVICE_TYPES:{MOBILE:"mobile",TABLET:"tablet",SMART_TV:"smarttv",CONSOLE:"console",WEARABLE:"wearable",BROWSER:void 0},OS_TYPES:{IOS:"iOS",ANDROID:"Android",WINDOWS_PHONE:"Windows Phone",WINDOWS:"Windows",MAC_OS:"Mac OS"},defaultData:{isMobile:!1,isTablet:!1,isBrowser:!1,isSmartTV:!1,isConsole:!1,isWearable:!1}}},function(e,t,r){var n,o=r(2),a=r(0),i=a.BROWSER_TYPES,s=a.OS_TYPES,c=a.DEVICE_TYPES,u=r(4),l=u.checkType,d=u.broPayload,f=u.mobilePayload,p=u.wearPayload,h=u.consolePayload,g=u.stvPayload,m=u.getNavigatorInstance,v=u.isIOS13Check,y=new o,b=y.getBrowser(),w=y.getDevice(),C=y.getEngine(),k=y.getOS(),E=y.getUA(),B=i.CHROME,S=i.CHROMIUM,_=i.IE,A=i.INTERNET_EXPLORER,T=i.OPERA,I=i.FIREFOX,x=i.SAFARI,P=i.EDGE,R=i.YANDEX,N=i.MOBILE_SAFARI,O=c.MOBILE,L=c.TABLET,D=c.SMART_TV,M=c.BROWSER,U=c.WEARABLE,j=c.CONSOLE,F=s.ANDROID,V=s.WINDOWS_PHONE,z=s.IOS,K=s.WINDOWS,q=s.MAC_OS,H=function(){return k.name===s.WINDOWS&&"10"===k.version&&"string"==typeof E&&-1!==E.indexOf("Edg/")},W=function(){return b.name===P},Q=function(){return v("iPad")},G=w.type===D,X=w.type===j,Y=w.type===U,$=b.name===N||Q(),Z=b.name===S,J=function(){switch(w.type){case O:case L:return!0;default:return!1}}()||Q(),ee=w.type===O,te=w.type===L||Q(),re=w.type===M,ne=k.name===F,oe=k.name===V,ae=k.name===z||Q(),ie=b.name===B,se=b.name===I,ce=b.name===x||b.name===N,ue=b.name===T,le=b.name===A||b.name===_,de=k.version?k.version:"none",fe=k.name?k.name:"none",pe=b.major,he=b.version,ge=b.name,me=w.vendor?w.vendor:"none",ve=w.model?w.model:"none",ye=C.name,be=C.version,we=E,Ce=W()||H(),ke=b.name===R,Ee=w.type,Be=(n=m())&&(/iPad|iPhone|iPod/.test(n.platform)||"MacIntel"===n.platform&&n.maxTouchPoints>1)&&!window.MSStream,Se=Q(),_e=v("iPhone"),Ae=v("iPod"),Te=function(){var e=m(),t=e&&e.userAgent.toLowerCase();return"string"==typeof t&&/electron/.test(t)}(),Ie=H(),xe=W(),Pe=k.name===K,Re=k.name===q,Ne=l(w.type);e.exports={deviceDetect:function(){var e=Ne.isBrowser,t=Ne.isMobile,r=Ne.isTablet,n=Ne.isSmartTV,o=Ne.isConsole,a=Ne.isWearable;return e?d(e,b,C,k,E):n?g(n,C,k,E):o?h(o,C,k,E):t||r?f(Ne,w,k,E):a?p(a,C,k,E):void 0},isSmartTV:G,isConsole:X,isWearable:Y,isMobileSafari:$,isChromium:Z,isMobile:J,isMobileOnly:ee,isTablet:te,isBrowser:re,isAndroid:ne,isWinPhone:oe,isIOS:ae,isChrome:ie,isFirefox:se,isSafari:ce,isOpera:ue,isIE:le,osVersion:de,osName:fe,fullBrowserVersion:pe,browserVersion:he,browserName:ge,mobileVendor:me,mobileModel:ve,engineName:ye,engineVersion:be,getUA:we,isEdge:Ce,isYandex:ke,deviceType:Ee,isIOS13:Be,isIPad13:Se,isIPhone13:_e,isIPod13:Ae,isElectron:Te,isEdgeChromium:Ie,isLegacyEdge:xe,isWindows:Pe,isMacOs:Re}},function(e,t,r){var n;
|
46
46
|
/*!
|
47
47
|
* UAParser.js v0.7.18
|
48
48
|
* Lightweight JavaScript-based User-Agent string parser
|
@@ -50,7 +50,7 @@ function(e){var t=r,n=t.lib,o=n.WordArray,a=n.Hasher,i=t.algo,s=o.create([0,1,2,
|
|
50
50
|
*
|
51
51
|
* Copyright © 2012-2016 Faisal Salman <fyzlman@gmail.com>
|
52
52
|
* Dual licensed under GPLv2 or MIT
|
53
|
-
*/!function(o,a){var i="function",s="undefined",c="object",u="model",l="name",d="type",f="vendor",p="version",h="architecture",g="console",m="mobile",v="tablet",y="smarttv",b="wearable",w={extend:function(e,t){var r={};for(var n in e)t[n]&&t[n].length%2==0?r[n]=t[n].concat(e[n]):r[n]=e[n];return r},has:function(e,t){return"string"==typeof e&&-1!==t.toLowerCase().indexOf(e.toLowerCase())},lowerize:function(e){return e.toLowerCase()},major:function(e){return"string"==typeof e?e.replace(/[^\d\.]/g,"").split(".")[0]:a},trim:function(e){return e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}},C={rgx:function(e,t){for(var r,n,o,s,u,l,d=0;d<t.length&&!u;){var f=t[d],p=t[d+1];for(r=n=0;r<f.length&&!u;)if(u=f[r++].exec(e))for(o=0;o<p.length;o++)l=u[++n],Gg(s=p[o])===c&&s.length>0?2==s.length?Gg(s[1])==i?this[s[0]]=s[1].call(this,l):this[s[0]]=s[1]:3==s.length?Gg(s[1])!==i||s[1].exec&&s[1].test?this[s[0]]=l?l.replace(s[1],s[2]):a:this[s[0]]=l?s[1].call(this,l,s[2]):a:4==s.length&&(this[s[0]]=l?s[3].call(this,l.replace(s[1],s[2])):a):this[s]=l||a;d+=2}},str:function(e,t){for(var r in t)if(Gg(t[r])===c&&t[r].length>0){for(var n=0;n<t[r].length;n++)if(w.has(t[r][n],e))return"?"===r?a:r}else if(w.has(t[r],e))return"?"===r?a:r;return e}},k={browser:{oldsafari:{version:{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}}},device:{amazon:{model:{"Fire Phone":["SD","KF"]}},sprint:{model:{"Evo Shift 4G":"7373KT"},vendor:{HTC:"APA",Sprint:"Sprint"}}},os:{windows:{version:{ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"}}}},E={browser:[[/(opera\smini)\/([\w\.-]+)/i,/(opera\s[mobiletab]+).+version\/([\w\.-]+)/i,/(opera).+version\/([\w\.]+)/i,/(opera)[\/\s]+([\w\.]+)/i],[l,p],[/(opios)[\/\s]+([\w\.]+)/i],[[l,"Opera Mini"],p],[/\s(opr)\/([\w\.]+)/i],[[l,"Opera"],p],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/\s]?([\w\.]*)/i,/(avant\s|iemobile|slim|baidu)(?:browser)?[\/\s]?([\w\.]*)/i,/(?:ms|\()(ie)\s([\w\.]+)/i,/(rekonq)\/([\w\.]*)/i,/(chromium|flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark)\/([\w\.-]+)/i],[l,p],[/(trident).+rv[:\s]([\w\.]+).+like\sgecko/i],[[l,"IE"],p],[/(edge|edgios|edgea)\/((\d+)?[\w\.]+)/i],[[l,"Edge"],p],[/(yabrowser)\/([\w\.]+)/i],[[l,"Yandex"],p],[/(puffin)\/([\w\.]+)/i],[[l,"Puffin"],p],[/((?:[\s\/])uc?\s?browser|(?:juc.+)ucweb)[\/\s]?([\w\.]+)/i],[[l,"UCBrowser"],p],[/(comodo_dragon)\/([\w\.]+)/i],[[l,/_/g," "],p],[/(micromessenger)\/([\w\.]+)/i],[[l,"WeChat"],p],[/(qqbrowserlite)\/([\w\.]+)/i],[l,p],[/(QQ)\/([\d\.]+)/i],[l,p],[/m?(qqbrowser)[\/\s]?([\w\.]+)/i],[l,p],[/(BIDUBrowser)[\/\s]?([\w\.]+)/i],[l,p],[/(2345Explorer)[\/\s]?([\w\.]+)/i],[l,p],[/(MetaSr)[\/\s]?([\w\.]+)/i],[l],[/(LBBROWSER)/i],[l],[/xiaomi\/miuibrowser\/([\w\.]+)/i],[p,[l,"MIUI Browser"]],[/;fbav\/([\w\.]+);/i],[p,[l,"Facebook"]],[/headlesschrome(?:\/([\w\.]+)|\s)/i],[p,[l,"Chrome Headless"]],[/\swv\).+(chrome)\/([\w\.]+)/i],[[l,/(.+)/,"$1 WebView"],p],[/((?:oculus|samsung)browser)\/([\w\.]+)/i],[[l,/(.+(?:g|us))(.+)/,"$1 $2"],p],[/android.+version\/([\w\.]+)\s+(?:mobile\s?safari|safari)*/i],[p,[l,"Android Browser"]],[/(chrome|omniweb|arora|[tizenoka]{5}\s?browser)\/v?([\w\.]+)/i],[l,p],[/(dolfin)\/([\w\.]+)/i],[[l,"Dolphin"],p],[/((?:android.+)crmo|crios)\/([\w\.]+)/i],[[l,"Chrome"],p],[/(coast)\/([\w\.]+)/i],[[l,"Opera Coast"],p],[/fxios\/([\w\.-]+)/i],[p,[l,"Firefox"]],[/version\/([\w\.]+).+?mobile\/\w+\s(safari)/i],[p,[l,"Mobile Safari"]],[/version\/([\w\.]+).+?(mobile\s?safari|safari)/i],[p,l],[/webkit.+?(gsa)\/([\w\.]+).+?(mobile\s?safari|safari)(\/[\w\.]+)/i],[[l,"GSA"],p],[/webkit.+?(mobile\s?safari|safari)(\/[\w\.]+)/i],[l,[p,C.str,k.browser.oldsafari.version]],[/(konqueror)\/([\w\.]+)/i,/(webkit|khtml)\/([\w\.]+)/i],[l,p],[/(navigator|netscape)\/([\w\.-]+)/i],[[l,"Netscape"],p],[/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo\sbrowser|minimo|conkeror)[\/\s]?([\w\.\+]+)/i,/(firefox|seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([\w\.-]+)$/i,/(mozilla)\/([\w\.]+).+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir)[\/\s]?([\w\.]+)/i,/(links)\s\(([\w\.]+)/i,/(gobrowser)\/?([\w\.]*)/i,/(ice\s?browser)\/v?([\w\._]+)/i,/(mosaic)[\/\s]([\w\.]+)/i],[l,p]],cpu:[[/(?:(amd|x(?:(?:86|64)[_-])?|wow|win)64)[;\)]/i],[[h,"amd64"]],[/(ia32(?=;))/i],[[h,w.lowerize]],[/((?:i[346]|x)86)[;\)]/i],[[h,"ia32"]],[/windows\s(ce|mobile);\sppc;/i],[[h,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?:\smac|;|\))/i],[[h,/ower/,"",w.lowerize]],[/(sun4\w)[;\)]/i],[[h,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|arm(?:64|(?=v\d+;))|(?=atmel\s)avr|(?:irix|mips|sparc)(?:64)?(?=;)|pa-risc)/i],[[h,w.lowerize]]],device:[[/\((ipad|playbook);[\w\s\);-]+(rim|apple)/i],[u,f,[d,v]],[/applecoremedia\/[\w\.]+ \((ipad)/],[u,[f,"Apple"],[d,v]],[/(apple\s{0,1}tv)/i],[[u,"Apple TV"],[f,"Apple"]],[/(archos)\s(gamepad2?)/i,/(hp).+(touchpad)/i,/(hp).+(tablet)/i,/(kindle)\/([\w\.]+)/i,/\s(nook)[\w\s]+build\/(\w+)/i,/(dell)\s(strea[kpr\s\d]*[\dko])/i],[f,u,[d,v]],[/(kf[A-z]+)\sbuild\/.+silk\//i],[u,[f,"Amazon"],[d,v]],[/(sd|kf)[0349hijorstuw]+\sbuild\/.+silk\//i],[[u,C.str,k.device.amazon.model],[f,"Amazon"],[d,m]],[/\((ip[honed|\s\w*]+);.+(apple)/i],[u,f,[d,m]],[/\((ip[honed|\s\w*]+);/i],[u,[f,"Apple"],[d,m]],[/(blackberry)[\s-]?(\w+)/i,/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[\s_-]?([\w-]*)/i,/(hp)\s([\w\s]+\w)/i,/(asus)-?(\w+)/i],[f,u,[d,m]],[/\(bb10;\s(\w+)/i],[u,[f,"BlackBerry"],[d,m]],[/android.+(transfo[prime\s]{4,10}\s\w+|eeepc|slider\s\w+|nexus 7|padfone)/i],[u,[f,"Asus"],[d,v]],[/(sony)\s(tablet\s[ps])\sbuild\//i,/(sony)?(?:sgp.+)\sbuild\//i],[[f,"Sony"],[u,"Xperia Tablet"],[d,v]],[/android.+\s([c-g]\d{4}|so[-l]\w+)\sbuild\//i],[u,[f,"Sony"],[d,m]],[/\s(ouya)\s/i,/(nintendo)\s([wids3u]+)/i],[f,u,[d,g]],[/android.+;\s(shield)\sbuild/i],[u,[f,"Nvidia"],[d,g]],[/(playstation\s[34portablevi]+)/i],[u,[f,"Sony"],[d,g]],[/(sprint\s(\w+))/i],[[f,C.str,k.device.sprint.vendor],[u,C.str,k.device.sprint.model],[d,m]],[/(lenovo)\s?(S(?:5000|6000)+(?:[-][\w+]))/i],[f,u,[d,v]],[/(htc)[;_\s-]+([\w\s]+(?=\))|\w+)*/i,/(zte)-(\w*)/i,/(alcatel|geeksphone|lenovo|nexian|panasonic|(?=;\s)sony)[_\s-]?([\w-]*)/i],[f,[u,/_/g," "],[d,m]],[/(nexus\s9)/i],[u,[f,"HTC"],[d,v]],[/d\/huawei([\w\s-]+)[;\)]/i,/(nexus\s6p)/i],[u,[f,"Huawei"],[d,m]],[/(microsoft);\s(lumia[\s\w]+)/i],[f,u,[d,m]],[/[\s\(;](xbox(?:\sone)?)[\s\);]/i],[u,[f,"Microsoft"],[d,g]],[/(kin\.[onetw]{3})/i],[[u,/\./g," "],[f,"Microsoft"],[d,m]],[/\s(milestone|droid(?:[2-4x]|\s(?:bionic|x2|pro|razr))?:?(\s4g)?)[\w\s]+build\//i,/mot[\s-]?(\w*)/i,/(XT\d{3,4}) build\//i,/(nexus\s6)/i],[u,[f,"Motorola"],[d,m]],[/android.+\s(mz60\d|xoom[\s2]{0,2})\sbuild\//i],[u,[f,"Motorola"],[d,v]],[/hbbtv\/\d+\.\d+\.\d+\s+\([\w\s]*;\s*(\w[^;]*);([^;]*)/i],[[f,w.trim],[u,w.trim],[d,y]],[/hbbtv.+maple;(\d+)/i],[[u,/^/,"SmartTV"],[f,"Samsung"],[d,y]],[/\(dtv[\);].+(aquos)/i],[u,[f,"Sharp"],[d,y]],[/android.+((sch-i[89]0\d|shw-m380s|gt-p\d{4}|gt-n\d+|sgh-t8[56]9|nexus 10))/i,/((SM-T\w+))/i],[[f,"Samsung"],u,[d,v]],[/smart-tv.+(samsung)/i],[f,[d,y],u],[/((s[cgp]h-\w+|gt-\w+|galaxy\snexus|sm-\w[\w\d]+))/i,/(sam[sung]*)[\s-]*(\w+-?[\w-]*)/i,/sec-((sgh\w+))/i],[[f,"Samsung"],u,[d,m]],[/sie-(\w*)/i],[u,[f,"Siemens"],[d,m]],[/(maemo|nokia).*(n900|lumia\s\d+)/i,/(nokia)[\s_-]?([\w-]*)/i],[[f,"Nokia"],u,[d,m]],[/android\s3\.[\s\w;-]{10}(a\d{3})/i],[u,[f,"Acer"],[d,v]],[/android.+([vl]k\-?\d{3})\s+build/i],[u,[f,"LG"],[d,v]],[/android\s3\.[\s\w;-]{10}(lg?)-([06cv9]{3,4})/i],[[f,"LG"],u,[d,v]],[/(lg) netcast\.tv/i],[f,u,[d,y]],[/(nexus\s[45])/i,/lg[e;\s\/-]+(\w*)/i,/android.+lg(\-?[\d\w]+)\s+build/i],[u,[f,"LG"],[d,m]],[/android.+(ideatab[a-z0-9\-\s]+)/i],[u,[f,"Lenovo"],[d,v]],[/linux;.+((jolla));/i],[f,u,[d,m]],[/((pebble))app\/[\d\.]+\s/i],[f,u,[d,b]],[/android.+;\s(oppo)\s?([\w\s]+)\sbuild/i],[f,u,[d,m]],[/crkey/i],[[u,"Chromecast"],[f,"Google"]],[/android.+;\s(glass)\s\d/i],[u,[f,"Google"],[d,b]],[/android.+;\s(pixel c)\s/i],[u,[f,"Google"],[d,v]],[/android.+;\s(pixel xl|pixel)\s/i],[u,[f,"Google"],[d,m]],[/android.+;\s(\w+)\s+build\/hm\1/i,/android.+(hm[\s\-_]*note?[\s_]*(?:\d\w)?)\s+build/i,/android.+(mi[\s\-_]*(?:one|one[\s_]plus|note lte)?[\s_]*(?:\d?\w?)[\s_]*(?:plus)?)\s+build/i,/android.+(redmi[\s\-_]*(?:note)?(?:[\s_]*[\w\s]+))\s+build/i],[[u,/_/g," "],[f,"Xiaomi"],[d,m]],[/android.+(mi[\s\-_]*(?:pad)(?:[\s_]*[\w\s]+))\s+build/i],[[u,/_/g," "],[f,"Xiaomi"],[d,v]],[/android.+;\s(m[1-5]\snote)\sbuild/i],[u,[f,"Meizu"],[d,v]],[/android.+a000(1)\s+build/i,/android.+oneplus\s(a\d{4})\s+build/i],[u,[f,"OnePlus"],[d,m]],[/android.+[;\/]\s*(RCT[\d\w]+)\s+build/i],[u,[f,"RCA"],[d,v]],[/android.+[;\/\s]+(Venue[\d\s]{2,7})\s+build/i],[u,[f,"Dell"],[d,v]],[/android.+[;\/]\s*(Q[T|M][\d\w]+)\s+build/i],[u,[f,"Verizon"],[d,v]],[/android.+[;\/]\s+(Barnes[&\s]+Noble\s+|BN[RT])(V?.*)\s+build/i],[[f,"Barnes & Noble"],u,[d,v]],[/android.+[;\/]\s+(TM\d{3}.*\b)\s+build/i],[u,[f,"NuVision"],[d,v]],[/android.+;\s(k88)\sbuild/i],[u,[f,"ZTE"],[d,v]],[/android.+[;\/]\s*(gen\d{3})\s+build.*49h/i],[u,[f,"Swiss"],[d,m]],[/android.+[;\/]\s*(zur\d{3})\s+build/i],[u,[f,"Swiss"],[d,v]],[/android.+[;\/]\s*((Zeki)?TB.*\b)\s+build/i],[u,[f,"Zeki"],[d,v]],[/(android).+[;\/]\s+([YR]\d{2})\s+build/i,/android.+[;\/]\s+(Dragon[\-\s]+Touch\s+|DT)(\w{5})\sbuild/i],[[f,"Dragon Touch"],u,[d,v]],[/android.+[;\/]\s*(NS-?\w{0,9})\sbuild/i],[u,[f,"Insignia"],[d,v]],[/android.+[;\/]\s*((NX|Next)-?\w{0,9})\s+build/i],[u,[f,"NextBook"],[d,v]],[/android.+[;\/]\s*(Xtreme\_)?(V(1[045]|2[015]|30|40|60|7[05]|90))\s+build/i],[[f,"Voice"],u,[d,m]],[/android.+[;\/]\s*(LVTEL\-)?(V1[12])\s+build/i],[[f,"LvTel"],u,[d,m]],[/android.+[;\/]\s*(V(100MD|700NA|7011|917G).*\b)\s+build/i],[u,[f,"Envizen"],[d,v]],[/android.+[;\/]\s*(Le[\s\-]+Pan)[\s\-]+(\w{1,9})\s+build/i],[f,u,[d,v]],[/android.+[;\/]\s*(Trio[\s\-]*.*)\s+build/i],[u,[f,"MachSpeed"],[d,v]],[/android.+[;\/]\s*(Trinity)[\-\s]*(T\d{3})\s+build/i],[f,u,[d,v]],[/android.+[;\/]\s*TU_(1491)\s+build/i],[u,[f,"Rotor"],[d,v]],[/android.+(KS(.+))\s+build/i],[u,[f,"Amazon"],[d,v]],[/android.+(Gigaset)[\s\-]+(Q\w{1,9})\s+build/i],[f,u,[d,v]],[/\s(tablet|tab)[;\/]/i,/\s(mobile)(?:[;\/]|\ssafari)/i],[[d,w.lowerize],f,u],[/(android[\w\.\s\-]{0,9});.+build/i],[u,[f,"Generic"]]],engine:[[/windows.+\sedge\/([\w\.]+)/i],[p,[l,"EdgeHTML"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m)\/([\w\.]+)/i,/(khtml|tasman|links)[\/\s]\(?([\w\.]+)/i,/(icab)[\/\s]([23]\.[\d\.]+)/i],[l,p],[/rv\:([\w\.]{1,9}).+(gecko)/i],[p,l]],os:[[/microsoft\s(windows)\s(vista|xp)/i],[l,p],[/(windows)\snt\s6\.2;\s(arm)/i,/(windows\sphone(?:\sos)*)[\s\/]?([\d\.\s\w]*)/i,/(windows\smobile|windows)[\s\/]?([ntce\d\.\s]+\w)/i],[l,[p,C.str,k.os.windows.version]],[/(win(?=3|9|n)|win\s9x\s)([nt\d\.]+)/i],[[l,"Windows"],[p,C.str,k.os.windows.version]],[/\((bb)(10);/i],[[l,"BlackBerry"],p],[/(blackberry)\w*\/?([\w\.]*)/i,/(tizen)[\/\s]([\w\.]+)/i,/(android|webos|palm\sos|qnx|bada|rim\stablet\sos|meego|contiki)[\/\s-]?([\w\.]*)/i,/linux;.+(sailfish);/i],[l,p],[/(symbian\s?os|symbos|s60(?=;))[\/\s-]?([\w\.]*)/i],[[l,"Symbian"],p],[/\((series40);/i],[l],[/mozilla.+\(mobile;.+gecko.+firefox/i],[[l,"Firefox OS"],p],[/(nintendo|playstation)\s([wids34portablevu]+)/i,/(mint)[\/\s\(]?(\w*)/i,/(mageia|vectorlinux)[;\s]/i,/(joli|[kxln]?ubuntu|debian|suse|opensuse|gentoo|(?=\s)arch|slackware|fedora|mandriva|centos|pclinuxos|redhat|zenwalk|linpus)[\/\s-]?(?!chrom)([\w\.-]*)/i,/(hurd|linux)\s?([\w\.]*)/i,/(gnu)\s?([\w\.]*)/i],[l,p],[/(cros)\s[\w]+\s([\w\.]+\w)/i],[[l,"Chromium OS"],p],[/(sunos)\s?([\w\.\d]*)/i],[[l,"Solaris"],p],[/\s([frentopc-]{0,4}bsd|dragonfly)\s?([\w\.]*)/i],[l,p],[/(haiku)\s(\w+)/i],[l,p],[/cfnetwork\/.+darwin/i,/ip[honead]{2,4}(?:.*os\s([\w]+)\slike\smac|;\sopera)/i],[[p,/_/g,"."],[l,"iOS"]],[/(mac\sos\sx)\s?([\w\s\.]*)/i,/(macintosh|mac(?=_powerpc)\s)/i],[[l,"Mac OS"],[p,/_/g,"."]],[/((?:open)?solaris)[\/\s-]?([\w\.]*)/i,/(aix)\s((\d)(?=\.|\)|\s)[\w\.])*/i,/(plan\s9|minix|beos|os\/2|amigaos|morphos|risc\sos|openvms)/i,/(unix)\s?([\w\.]*)/i],[l,p]]},B=function e(t,r){if("object"==Gg(t)&&(r=t,t=a),!(this instanceof e))return new e(t,r).getResult();var n=t||(o&&o.navigator&&o.navigator.userAgent?o.navigator.userAgent:""),i=r?w.extend(E,r):E;return this.getBrowser=function(){var e={name:a,version:a};return C.rgx.call(e,n,i.browser),e.major=w.major(e.version),e},this.getCPU=function(){var e={architecture:a};return C.rgx.call(e,n,i.cpu),e},this.getDevice=function(){var e={vendor:a,model:a,type:a};return C.rgx.call(e,n,i.device),e},this.getEngine=function(){var e={name:a,version:a};return C.rgx.call(e,n,i.engine),e},this.getOS=function(){var e={name:a,version:a};return C.rgx.call(e,n,i.os),e},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return n},this.setUA=function(e){return n=e,this},this};B.VERSION="0.7.18",B.BROWSER={NAME:l,MAJOR:"major",VERSION:p},B.CPU={ARCHITECTURE:h},B.DEVICE={MODEL:u,VENDOR:f,TYPE:d,CONSOLE:g,MOBILE:m,SMARTTV:y,TABLET:v,WEARABLE:b,EMBEDDED:"embedded"},B.ENGINE={NAME:l,VERSION:p},B.OS={NAME:l,VERSION:p},Gg(t)!==s?(Gg(e)!==s&&e.exports&&(t=e.exports=B),t.UAParser=B):r(3)?(n=function(){return B}.call(t,r,t,e))===a||(e.exports=n):o&&(o.UAParser=B);var S=o&&(o.jQuery||o.Zepto);if(Gg(S)!==s){var _=new B;S.ua=_.getResult(),S.ua.get=function(){return _.getUA()},S.ua.set=function(e){_.setUA(e);var t=_.getResult();for(var r in t)S.ua[r]=t[r]}}}("object"==("undefined"==typeof window?"undefined":Gg(window))?window:this)},function(e,t){(function(t){e.exports=t}).call(t,{})},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},o=r(0),a=o.DEVICE_TYPES,i=o.defaultData,s=t.getNavigatorInstance=function(){return!("undefined"==typeof window||!window.navigator&&!navigator)&&(window.navigator||navigator)},c=t.isIOS13Check=function(e){var t=s();return t&&t.platform&&(-1!==t.platform.indexOf(e)||"MacIntel"===t.platform&&t.maxTouchPoints>1&&!window.MSStream)};e.exports={checkType:function(e){switch(e){case a.MOBILE:return{isMobile:!0};case a.TABLET:return{isTablet:!0};case a.SMART_TV:return{isSmartTV:!0};case a.CONSOLE:return{isConsole:!0};case a.WEARABLE:return{isWearable:!0};case a.BROWSER:return{isBrowser:!0};default:return i}},broPayload:function(e,t,r,n,o){return{isBrowser:e,browserMajorVersion:t.major,browserFullVersion:t.version,browserName:t.name,engineName:r.name||!1,engineVersion:r.version,osName:n.name,osVersion:n.version,userAgent:o}},mobilePayload:function(e,t,r,o){return n({},e,{vendor:t.vendor,model:t.model,os:r.name,osVersion:r.version,ua:o})},stvPayload:function(e,t,r,n){return{isSmartTV:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},consolePayload:function(e,t,r,n){return{isConsole:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},wearPayload:function(e,t,r,n){return{isWearable:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},getNavigatorInstance:s,isIOS13Check:c}}])})),GD=ND(QD),XD=Object.freeze(Object.assign(Object.create(null),QD,{default:GD}));function YD(){return"function"==typeof navigator.enumerateDevices?navigator.enumerateDevices():"object"===bD(navigator.mediaDevices)&&"function"==typeof navigator.mediaDevices.enumerateDevices?navigator.mediaDevices.enumerateDevices():new Promise((function(e,t){try{if(null==window.MediaStreamTrack||null==window.MediaStreamTrack.getSources)throw new Error;window.MediaStreamTrack.getSources((function(t){e(t.filter((function(e){return"video"===e.kind.toLowerCase()||"videoinput"===e.kind.toLowerCase()})).map((function(e){return{deviceId:null!=e.deviceId?e.deviceId:"",groupId:e.groupId,kind:"videoinput",label:e.label,toJSON:function(){return this}}})))}))}catch(e){return t(e)}}))}var $D=ZI.Errors,ZD=Zb.div(LD||(LD=AD(["\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background: #000;\n display: flex;\n justify-content: center;\n z-index: ",";\n ","\n"])),1e3,(function(e){return e.checkCameraMode&&"opacity: 0;"})),JD=Zb.video(DD||(DD=AD(["\n width: 100%;\n ","\n"])),(function(e){return e.flipHorizontal&&"\n transform: scale(".concat(-1*e.scale,", ").concat(1*e.scale,");\n ")})),eM=Zb.div(MD||(MD=AD(["\n cursor: pointer;\n text-align: center;\n width: 50px;\n\n img {\n width: 100%;\n }\n"]))),tM=Zb(eM)(UD||(UD=AD(["\n z-index: ",";\n position: absolute;\n top: 20px;\n right: 20px;\n width: 20px;\n"])),1100),rM=Zb.div(jD||(jD=AD(["\n z-index: ",";\n position: absolute;\n top: 40px;\n color: red;\n"])),1020),nM=Zb.div(FD||(FD=AD(["\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n z-index: ",";\n"])),1030),oM=Zb.section(VD||(VD=AD(["\n width: 260px;\n margin: 1.25rem;\n padding: 0.625rem 1.875rem;\n background: #ffffff;\n border-radius: 0.3125rem;\n box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.15);\n"]))),aM=Zb.header(zD||(zD=AD(["\n text-align: center;\n padding: 0.625rem 0;\n border-bottom: 1px solid #dddddd;\n"]))),iM=Zb.h2(KD||(KD=AD(["\n margin: 0.25rem auto;\n padding: 0;\n font-weight: 600;\n font-size: 1.2rem;\n"]))),sM=Zb.p(qD||(qD=AD(["\n padding: 0 0 0.3125rem;\n margin: 0.25rem auto;\n font-size: 0.8rem;\n"]))),cM=Zb.ul(HD||(HD=AD(["\n list-style: none;\n padding: 0;\n"]))),uM=Zb.li(WD||(WD=AD(["\n padding: 0.625rem 0 0.9375rem;\n margin: 0;\n text-align: left;\n width: 100%;\n cursor: pointer;\n font-size: 0.82rem;\n transition: all 550ms ease-in-out;\n\n &:hover {\n opacity: 0.8;\n }\n"]))),lM=ov.createRef(),dM=function(){if(navigator.mediaDevices&&navigator.mediaDevices.getUserMedia)return navigator.mediaDevices;var e=navigator.mozGetUserMedia||navigator.webkitGetUserMedia;return e?{getUserMedia:function(t){return new Promise((function(r,n){e.call(navigator,t,r,n)}))}}:null}();function fM(e){var t=e.checkCameraMode,r=e.frontCamera,n=e.onClose,o=e.children,a=e.onVideoPlayed,i=e.flipHorizontal,s=e.videoSettings,c=e.refVideo,u=e.onError,l=e.closeButton,d=e.videoClassName,f=e.scale,p=e.defaultCameraId,h=nN.useSDKSettings().lang,g=LN.useSDKTracking().sendEvent,m=UN.useAsset("ic_close.png"),v=TD(ov.useState(""),2),y=v[0],b=v[1],w=TD(ov.useState([]),2),C=w[0],k=w[1],E=TD(ov.useState(!1),2),B=E[0],S=E[1],_=ov.useRef(!1),A=ov.useRef(!1),T=ov.useCallback((function(){try{var e;(null==c||null===(e=c.current)||void 0===e?void 0:e.srcObject)instanceof MediaStream&&(c.current.srcObject.getTracks().forEach((function(e){return e.stop()})),c.current.srcObject=null)}catch(e){}}),[c]),I=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return{},n=QD.isMobile?QD.isIOS?{width:{ideal:1460},aspectRatio:{ideal:window.innerHeight/window.innerWidth}}:{width:{ideal:1650},aspectRatio:{ideal:window.innerHeight/window.innerWidth}}:{height:{ideal:9999}},e.prev=2,e.next=5,dM.getUserMedia({audio:!1,video:SD(SD({},t?{deviceId:t}:{facingMode:r?"user":"environment"}),s||n)});case 5:return(o=e.sent)||(b($D.not_supported.msg[h]),u($D.not_supported)),e.abrupt("return",o);case 10:e.prev=10,e.t0=e.catch(2),"NotAllowedError"===e.t0.name?(b($D.no_permission.msg[h]),u($D.no_permission)):(S(!0),b(e.t0.message),u({code:e.t0.name||e.t0.code}));case 13:return e.abrupt("return",null);case 14:case"end":return e.stop()}}),e,null,[[2,10]])})));return function(t){return e.apply(this,arguments)}}(),[r,s,h,u]),x=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var t,r,n,o=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=o.length>0&&void 0!==o[0]?o[0]:p,(r=c.current).oncanplaythrough=function(){r.play(),A.current=!0,b("");var e=window.innerWidth,t=window.innerHeight,n=fO.analyzeVideoAndWindowSizes(r),o=n.lostX,i=void 0===o?0:o,s=n.lostY,c=void 0===s?0:s,u=Math.min(e,Math.floor(e-2*i)),l=Math.min(t,Math.floor(t-2*c));a&&a({clientWidth:e,clientHeight:t,videoAreaWidth:u,videoAreaHeight:l,lostX:i,lostY:c})},e.next=5,I(t);case 5:(n=e.sent)&&(r.srcObject=n);case 7:case"end":return e.stop()}}),e)}))),[c,I,a,p]);ov.useEffect((function(){function e(){return(e=CD(regeneratorRuntime.mark((function e(){var t,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,YD();case 3:t=e.sent,r=t.filter((function(e){return e.deviceId&&"videoinput"===e.kind})),k(r),e.next=11;break;case 8:e.prev=8,e.t0=e.catch(0),console.error(e.t0);case 11:case"end":return e.stop()}}),e,null,[[0,8]])})))).apply(this,arguments)}B&&!_.current&&(_.current=!0,function(){e.apply(this,arguments)}())}),[B]),ov.useEffect((function(){function e(){return(e=CD(regeneratorRuntime.mark((function e(){var t,r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,x();case 2:return e.next=4,YD();case 4:t=e.sent,(r=t.filter((function(e){return"videoinput"===e.kind&&e.label.includes("0")}))).length>0&&(n=r[0].deviceId,T(),x(n));case 7:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var t=c.current;return!dM||QD.browserName&&["facebook"].includes(QD.browserName.toLowerCase())||QD.getUA.includes("Zalo iOS")?(b($D.not_supported.msg[h]),u($D.not_supported)):t&&(QD.isAndroid&&!1===r?function(){e.apply(this,arguments)}():x()),function(){T()}}),[c,h,r,x,T,u]),ov.useEffect((function(){var e=setTimeout((function(){A.current||(b($D.camera_timeout.msg[h]),u($D.camera_timeout))}),3e5);return function(){clearTimeout(e)}}),[h,u]);var P=ov.useCallback((function(){T(),n&&n(),g({tag:"result",event:"user_activity.cancel",log:{}})}),[n,T,g]);return ov.createElement(ZD,{checkCameraMode:t},B&&null!=C&&C.length?ov.createElement(nM,null,ov.createElement(oM,null,ov.createElement(aM,null,ov.createElement(iM,null,"Không thể mở camera mặc định"),ov.createElement(sM,null,"Vui lòng thử chọn camera khác trong danh sách dưới đây")),ov.createElement(cM,null,C.map((function(e,t){return ov.createElement(uM,{key:e.deviceId,onClick:function(){b(""),T(),S(!1),x(e.deviceId)}},e.label?e.label:"Camera ".concat(t+1))}))))):null,function(){if(!y)return null;var e=$D.no_permission.msg[h];return y===e&&QD.isIOS?ov.createElement(rM,null,y," ",ov.createElement("button",{onClick:function(){window.location.reload()}},{vi:"Cấp lại quyền truy cập camera",en:"Request camera permission"}[h])):ov.createElement(rM,null,y)}(),ov.createElement(JD,{ref:c,playsInline:!0,muted:!0,flipHorizontal:i,className:d,scale:f}),o,l?ov.cloneElement(l,{onClick:P,"data-testid":"close-camera"}):ov.createElement(tM,{onClick:P,"data-testid":"close-camera"},ov.createElement("img",{src:m,alt:""})))}fM.propTypes={checkCameraMode:Iv.bool,frontCamera:Iv.bool,onClose:Iv.func,onError:Iv.func,onVideoPlayed:Iv.func,children:Iv.node,flipHorizontal:Iv.bool,videoSettings:Iv.object,refVideo:Iv.object,closeButton:Iv.node,videoClassName:Iv.string,scale:Iv.number,defaultCameraId:Iv.string},fM.defaultProps={checkCameraMode:!1,frontCamera:!0,onClose:null,onError:function(){},onVideoPlayed:null,children:null,flipHorizontal:!1,videoSettings:null,refVideo:null,closeButton:null,videoClassName:"",scale:1,defaultCameraId:void 0};var pM,hM,gM,mM=ov.forwardRef((function(e,t){return ov.createElement(fM,ED({},e,{refVideo:t||lM}))})),vM=Zb.table(pM||(pM=AD(["\n width: 100%;\n height: 100%;\n td {\n text-align: center;\n vertical-align: middle;\n padding: 0;\n border: 0;\n }\n border-spacing: 0;\n table-layout: auto;\n border-collapse: collapse;\n"]))),yM=Zb.div(hM||(hM=AD(["\n position: relative;\n"]))),bM=Array.from(Array(3).keys()),wM=Array.from(Array(3).keys());function CM(e){var t=e.children,r=e.x,n=e.y,o=e.width,a=e.height,i=e.className,s=e.surroundStyle;return ov.createElement(vM,{className:i},ov.createElement("tbody",null,bM.map((function(e,i){return ov.createElement("tr",{key:e,style:{height:0===i?n:"auto"},"data-testid":"row"},wM.map((function(e,n){var c=1===i&&1===n,u="auto";return c?u=o:0===n&&(u=r),ov.createElement("td",{"data-testid":c?"centeredCell":"cell",key:e,style:SD({width:u,height:c?a:"auto"},c?{}:s)},c?ov.createElement(yM,{style:{width:u,height:a}},t):null)})))}))))}CM.propTypes={children:Iv.node,x:Iv.string,y:Iv.string,width:Iv.string,height:Iv.string,className:Iv.string,surroundStyle:Iv.object},CM.defaultProps={children:null,x:"auto",y:"auto",width:"auto",height:"auto",className:"",surroundStyle:{}};var kM=Zb(CM)(gM||(gM=AD(["\n background: transparent;\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: ",";\n"])),1010);function EM(e){var t=e.className;return ov.createElement("svg",{className:t,width:"38px",height:"32px",viewBox:"0 0 24 21","data-testid":"camera-icon"},ov.createElement("title",null,"FA45C15C-1E21-4D7B-9585-07FB9F999CB8"),ov.createElement("desc",null,"Created with sketchtool."),ov.createElement("g",{id:"Web-demo",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},ov.createElement("g",{id:"step1",transform:"translate(-950.000000, -380.000000)",fill:"currentColor",fillRule:"nonzero"},ov.createElement("g",{id:"Group",transform:"translate(950.000000, 380.000000)"},ov.createElement("g",{id:"Group-2"},ov.createElement("g",{id:"camera"},ov.createElement("path",{d:"M21,3 L17,3 L15,0 L9,0 L7,3 L3,3 C1.34314575,3 0,4.34314575 0,6 L0,18 C0,19.6568542 1.34314575,21 3,21 L21,21 C22.6568542,21 24,19.6568542 24,18 L24,6 C24,4.34314575 22.6568542,3 21,3 Z M12,17 C9.23857625,17 7,14.7614237 7,12 C7,9.23857625 9.23857625,7 12,7 C14.7614237,7 17,9.23857625 17,12 C17,14.7614237 14.7614237,17 12,17 L12,17 Z",id:"Shape"})))))))}EM.propTypes={className:Iv.string},EM.defaultProps={className:""};var BM,SM=function(e){var t=Gg(e);return null!=e&&("object"==t||"function"==t)},_M="object"==Gg(RD)&&RD&&RD.Object===Object&&RD,AM="object"==("undefined"==typeof self?"undefined":Gg(self))&&self&&self.Object===Object&&self,TM=_M||AM||Function("return this")(),IM=function(){return TM.Date.now()},xM=TM.Symbol,PM=Object.prototype,RM=PM.hasOwnProperty,NM=PM.toString,OM=xM?xM.toStringTag:void 0,LM=Object.prototype.toString,DM=xM?xM.toStringTag:void 0,MM=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":DM&&DM in Object(e)?function(e){var t=RM.call(e,OM),r=e[OM];try{e[OM]=void 0;var n=!0}catch(e){}var o=NM.call(e);return n&&(t?e[OM]=r:delete e[OM]),o}(e):function(e){return LM.call(e)}(e)},UM=function(e){return null!=e&&"object"==Gg(e)},jM=function(e){return"symbol"==Gg(e)||UM(e)&&"[object Symbol]"==MM(e)},FM=/^\s+|\s+$/g,VM=/^[-+]0x[0-9a-f]+$/i,zM=/^0b[01]+$/i,KM=/^0o[0-7]+$/i,qM=parseInt,HM=function(e){if("number"==typeof e)return e;if(jM(e))return NaN;if(SM(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=SM(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(FM,"");var r=zM.test(e);return r||KM.test(e)?qM(e.slice(2),r?2:8):VM.test(e)?NaN:+e},WM=Math.max,QM=Math.min,GM=function(e,t,r){var n,o,a,i,s,c,u=0,l=!1,d=!1,f=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function p(t){var r=n,a=o;return n=o=void 0,u=t,i=e.apply(a,r)}function h(e){return u=e,s=setTimeout(m,t),l?p(e):i}function g(e){var r=e-c;return void 0===c||r>=t||r<0||d&&e-u>=a}function m(){var e=IM();if(g(e))return v(e);s=setTimeout(m,function(e){var r=t-(e-c);return d?QM(r,a-(e-u)):r}(e))}function v(e){return s=void 0,f&&n?p(e):(n=o=void 0,i)}function y(){var e=IM(),r=g(e);if(n=arguments,o=this,c=e,r){if(void 0===s)return h(c);if(d)return clearTimeout(s),s=setTimeout(m,t),p(c)}return void 0===s&&(s=setTimeout(m,t)),i}return t=HM(t)||0,SM(r)&&(l=!!r.leading,a=(d="maxWait"in r)?WM(HM(r.maxWait)||0,t):a,f="trailing"in r?!!r.trailing:f),y.cancel=function(){void 0!==s&&clearTimeout(s),u=0,n=c=o=s=void 0},y.flush=function(){return void 0===s?i:v(IM())},y},XM=function(e,t,r){var n=!0,o=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return SM(r)&&(n="leading"in r?!!r.leading:n,o="trailing"in r?!!r.trailing:o),GM(e,t,{leading:n,maxWait:t,trailing:o})},YM=function(e){if(!SM(e))return!1;var t=MM(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},$M=TM["__core-js_shared__"],ZM=(BM=/[^.]+$/.exec($M&&$M.keys&&$M.keys.IE_PROTO||""))?"Symbol(src)_1."+BM:"",JM=Function.prototype.toString,eU=/^\[object .+?Constructor\]$/,tU=Function.prototype,rU=Object.prototype,nU=tU.toString,oU=rU.hasOwnProperty,aU=RegExp("^"+nU.call(oU).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),iU=function(e){return!(!SM(e)||function(e){return!!ZM&&ZM in e}(e))&&(YM(e)?aU:eU).test(function(e){if(null!=e){try{return JM.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))},sU=function(e,t){var r=function(e,t){return null==e?void 0:e[t]}(e,t);return iU(r)?r:void 0},cU=function(){try{var e=sU(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),uU=function(e,t,r){"__proto__"==t&&cU?cU(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r},lU=function(e,t){return e===t||e!=e&&t!=t},dU=Object.prototype.hasOwnProperty,fU=function(e,t,r){var n=e[t];dU.call(e,t)&&lU(n,r)&&(void 0!==r||t in e)||uU(e,t,r)},pU=function(e,t,r,n){var o=!r;r||(r={});for(var a=-1,i=t.length;++a<i;){var s=t[a],c=n?n(r[s],e[s],s,r,e):void 0;void 0===c&&(c=e[s]),o?uU(r,s,c):fU(r,s,c)}return r},hU=function(e){return e},gU=function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)},mU=Math.max,vU=function(e){return function(){return e}},yU=cU?function(e,t){return cU(e,"toString",{configurable:!0,enumerable:!1,value:vU(t),writable:!0})}:hU,bU=Date.now,wU=function(e){var t=0,r=0;return function(){var n=bU(),o=16-(n-r);if(r=n,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(yU),CU=function(e,t){return wU(function(e,t,r){return t=mU(void 0===t?e.length-1:t,0),function(){for(var n=arguments,o=-1,a=mU(n.length-t,0),i=Array(a);++o<a;)i[o]=n[t+o];o=-1;for(var s=Array(t+1);++o<t;)s[o]=n[o];return s[t]=r(i),gU(e,this,s)}}(e,t,hU),e+"")},kU=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},EU=function(e){return null!=e&&kU(e.length)&&!YM(e)},BU=/^(?:0|[1-9]\d*)$/,SU=function(e,t){var r=Gg(e);return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&BU.test(e))&&e>-1&&e%1==0&&e<t},_U=function(e,t,r){if(!SM(r))return!1;var n=Gg(t);return!!("number"==n?EU(r)&&SU(t,r.length):"string"==n&&t in r)&&lU(r[t],e)},AU=function(e){return CU((function(t,r){var n=-1,o=r.length,a=o>1?r[o-1]:void 0,i=o>2?r[2]:void 0;for(a=e.length>3&&"function"==typeof a?(o--,a):void 0,i&&_U(r[0],r[1],i)&&(a=o<3?void 0:a,o=1),t=Object(t);++n<o;){var s=r[n];s&&e(t,s,n,a)}return t}))},TU=function(e){return UM(e)&&"[object Arguments]"==MM(e)},IU=Object.prototype,xU=IU.hasOwnProperty,PU=IU.propertyIsEnumerable,RU=TU(function(){return arguments}())?TU:function(e){return UM(e)&&xU.call(e,"callee")&&!PU.call(e,"callee")},NU=Array.isArray,OU=function(){return!1},LU=OD((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r?TM.Buffer:void 0,a=(o?o.isBuffer:void 0)||OU;e.exports=a})),DU={};DU["[object Float32Array]"]=DU["[object Float64Array]"]=DU["[object Int8Array]"]=DU["[object Int16Array]"]=DU["[object Int32Array]"]=DU["[object Uint8Array]"]=DU["[object Uint8ClampedArray]"]=DU["[object Uint16Array]"]=DU["[object Uint32Array]"]=!0,DU["[object Arguments]"]=DU["[object Array]"]=DU["[object ArrayBuffer]"]=DU["[object Boolean]"]=DU["[object DataView]"]=DU["[object Date]"]=DU["[object Error]"]=DU["[object Function]"]=DU["[object Map]"]=DU["[object Number]"]=DU["[object Object]"]=DU["[object RegExp]"]=DU["[object Set]"]=DU["[object String]"]=DU["[object WeakMap]"]=!1;var MU=OD((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r&&_M.process,a=function(){try{return n&&n.require&&n.require("util").types||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a})),UU=MU&&MU.isTypedArray,jU=UU?function(e){return function(t){return e(t)}}(UU):function(e){return UM(e)&&kU(e.length)&&!!DU[MM(e)]},FU=Object.prototype.hasOwnProperty,VU=function(e,t){var r=NU(e),n=!r&&RU(e),o=!r&&!n&&LU(e),a=!r&&!n&&!o&&jU(e),i=r||n||o||a,s=i?function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}(e.length,String):[],c=s.length;for(var u in e)!t&&!FU.call(e,u)||i&&("length"==u||o&&("offset"==u||"parent"==u)||a&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||SU(u,c))||s.push(u);return s},zU=Object.prototype,KU=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||zU)},qU=Object.prototype.hasOwnProperty,HU=function(e){if(!SM(e))return function(e){var t=[];if(null!=e)for(var r in Object(e))t.push(r);return t}(e);var t=KU(e),r=[];for(var n in e)("constructor"!=n||!t&&qU.call(e,n))&&r.push(n);return r},WU=function(e){return EU(e)?VU(e,!0):HU(e)},QU=AU((function(e,t,r,n){pU(t,WU(t),e,n)})),GU=function(e,t){return function(r){return e(t(r))}},XU=GU(Object.getPrototypeOf,Object),YU=Function.prototype,$U=Object.prototype,ZU=YU.toString,JU=$U.hasOwnProperty,ej=ZU.call(Object),tj=function(e){if(!UM(e)||"[object Object]"!=MM(e))return!1;var t=XU(e);if(null===t)return!0;var r=JU.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&ZU.call(r)==ej},rj=function(e){if(!UM(e))return!1;var t=MM(e);return"[object Error]"==t||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!tj(e)},nj=CU((function(e,t){try{return gU(e,void 0,t)}catch(e){return rj(e)?e:new Error(e)}})),oj=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o},aj=Object.prototype,ij=aj.hasOwnProperty,sj=function(e,t,r,n){return void 0===e||lU(e,aj[r])&&!ij.call(n,r)?t:e},cj={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},uj=function(e){return"\\"+cj[e]},lj=GU(Object.keys,Object),dj=Object.prototype.hasOwnProperty,fj=function(e){return EU(e)?VU(e):function(e){if(!KU(e))return lj(e);var t=[];for(var r in Object(e))dj.call(e,r)&&"constructor"!=r&&t.push(r);return t}(e)},pj=/<%=([\s\S]+?)%>/g,hj=function(e){return function(t){return null==e?void 0:e[t]}}({"&":"&","<":"<",">":">",'"':""","'":"'"}),gj=xM?xM.prototype:void 0,mj=gj?gj.toString:void 0,vj=function e(t){if("string"==typeof t)return t;if(NU(t))return oj(t,e)+"";if(jM(t))return mj?mj.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r},yj=function(e){return null==e?"":vj(e)},bj=/[&<>"']/g,wj=RegExp(bj.source),Cj={escape:/<%-([\s\S]+?)%>/g,evaluate:/<%([\s\S]+?)%>/g,interpolate:pj,variable:"",imports:{_:{escape:function(e){return(e=yj(e))&&wj.test(e)?e.replace(bj,hj):e}}}},kj=/\b__p \+= '';/g,Ej=/\b(__p \+=) '' \+/g,Bj=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Sj=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,_j=/($^)/,Aj=/['\n\r\u2028\u2029\\]/g,Tj=Object.prototype.hasOwnProperty,Ij=function(e,t,r){var n=Cj.imports._.templateSettings||Cj;r&&_U(e,t,r)&&(t=void 0),e=yj(e),t=QU({},t,n,sj);var o,a,i=QU({},t.imports,n.imports,sj),s=fj(i),c=function(e,t){return oj(t,(function(t){return e[t]}))}(i,s),u=0,l=t.interpolate||_j,d="__p += '",f=RegExp((t.escape||_j).source+"|"+l.source+"|"+(l===pj?Sj:_j).source+"|"+(t.evaluate||_j).source+"|$","g"),p=Tj.call(t,"sourceURL")?"//# sourceURL="+(t.sourceURL+"").replace(/\s/g," ")+"\n":"";e.replace(f,(function(t,r,n,i,s,c){return n||(n=i),d+=e.slice(u,c).replace(Aj,uj),r&&(o=!0,d+="' +\n__e("+r+") +\n'"),s&&(a=!0,d+="';\n"+s+";\n__p += '"),n&&(d+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=c+t.length,t})),d+="';\n";var h=Tj.call(t,"variable")&&t.variable;h||(d="with (obj) {\n"+d+"\n}\n"),d=(a?d.replace(kj,""):d).replace(Ej,"$1").replace(Bj,"$1;"),d="function("+(h||"obj")+") {\n"+(h?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var g=nj((function(){return Function(s,p+"return "+d).apply(void 0,c)}));if(g.source=d,rj(g))throw g;return g},xj=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Pj=/^\w*$/,Rj=sU(Object,"create"),Nj=Object.prototype.hasOwnProperty,Oj=Object.prototype.hasOwnProperty;function Lj(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Lj.prototype.clear=function(){this.__data__=Rj?Rj(null):{},this.size=0},Lj.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Lj.prototype.get=function(e){var t=this.__data__;if(Rj){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return Nj.call(t,e)?t[e]:void 0},Lj.prototype.has=function(e){var t=this.__data__;return Rj?void 0!==t[e]:Oj.call(t,e)},Lj.prototype.set=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Rj&&void 0===t?"__lodash_hash_undefined__":t,this};var Dj=Lj,Mj=function(e,t){for(var r=e.length;r--;)if(lU(e[r][0],t))return r;return-1},Uj=Array.prototype.splice;function jj(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}jj.prototype.clear=function(){this.__data__=[],this.size=0},jj.prototype.delete=function(e){var t=this.__data__,r=Mj(t,e);return!(r<0||(r==t.length-1?t.pop():Uj.call(t,r,1),--this.size,0))},jj.prototype.get=function(e){var t=this.__data__,r=Mj(t,e);return r<0?void 0:t[r][1]},jj.prototype.has=function(e){return Mj(this.__data__,e)>-1},jj.prototype.set=function(e,t){var r=this.__data__,n=Mj(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this};var Fj=jj,Vj=sU(TM,"Map"),zj=function(e,t){var r=e.__data__;return function(e){var t=Gg(e);return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}(t)?r["string"==typeof t?"string":"hash"]:r.map};function Kj(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Kj.prototype.clear=function(){this.size=0,this.__data__={hash:new Dj,map:new(Vj||Fj),string:new Dj}},Kj.prototype.delete=function(e){var t=zj(this,e).delete(e);return this.size-=t?1:0,t},Kj.prototype.get=function(e){return zj(this,e).get(e)},Kj.prototype.has=function(e){return zj(this,e).has(e)},Kj.prototype.set=function(e,t){var r=zj(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this};var qj=Kj;function Hj(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var r=function r(){var n=arguments,o=t?t.apply(this,n):n[0],a=r.cache;if(a.has(o))return a.get(o);var i=e.apply(this,n);return r.cache=a.set(o,i)||a,i};return r.cache=new(Hj.Cache||qj),r}Hj.Cache=qj;var Wj=Hj,Qj=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Gj=/\\(\\)?/g,Xj=function(e){var t=Wj((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(Qj,(function(e,r,n,o){t.push(n?o.replace(Gj,"$1"):r||e)})),t}),(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}(),Yj=function(e,t){return NU(e)?e:function(e,t){if(NU(e))return!1;var r=Gg(e);return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!jM(e))||Pj.test(e)||!xj.test(e)||null!=t&&e in Object(t)}(e,t)?[e]:Xj(yj(e))},$j=function(e){if("string"==typeof e||jM(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t},Zj=function(e,t,r){var n=null==e?void 0:function(e,t){for(var r=0,n=(t=Yj(t,e)).length;null!=e&&r<n;)e=e[$j(t[r++])];return r&&r==n?e:void 0}(e,t);return void 0===n?r:n},Jj=ZI.Errors;function eF(e){var t=e.livenessSettings,r=e.apiClient,n=e.apiCheck,o=e.onError,a=TD(ov.useState({face_tracking_setting:{enable:!1,web_terminate_threshold:.0030152991993743408,web_warning_threshold:.0017317430600108828,limit_for:"all_flow",max_warning_time:5},flow_interval_time_ms:3e3,limit_time_liveness_check:{enable:!1,limit_time_second:45},terminate_if_no_face:{enable:!1,max_invalid_frame:5,max_time_ms:1e3}}),2),i=a[0],s=a[1];return ov.useEffect((function(){t?s(SD({},t)):n&&r.clientSettings().then((function(e){if(e&&e.data){var t,r=Zj(e,"data.settings.sdk_settings.server_log_settings.enable"),n=Zj(e,"data.settings.sdk_settings.active_liveness_settings"),a=Zj(n,"save_encoded_frames",{});a.enable&&(t={enable:!0,framesIntervalTime:a.frames_interval_ms,framesBatchLength:a.frames_batch_len}),s(SD(SD({},n),{},{enableTracking:r,captureFrameSettings:t}))}e&&e.errors&&o(Jj.server_error)})).catch((function(e){o(e)}))}),[t,r,o,n]),i}var tF=function(e){var t=e.curStep,r=e.faceDirection,n=Zj(t,"stepTimeConstraints.delayTime");return!!n&&(null===t.firstFrameSpottedAt?(t.name===r&&(t.firstFrameSpottedAt=(new Date).getTime()),!0):(new Date).getTime()-t.firstFrameSpottedAt<n)},rF=function(e){var t=function(e){return e?1/0===(e=HM(e))||-1/0===e?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}(e),r=t%1;return t==t?r?t-r:t:0},nF=function(e){return function(e,t){var r;if("function"!=typeof t)throw new TypeError("Expected a function");return e=rF(e),function(){return--e>0&&(r=t.apply(this,arguments)),e<=1&&(t=void 0),r}}(2,e)};function oF(){return(oF=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=a.length>0&&void 0!==a[0]?a[0]:{},r=t.blazefaceModelUrl,n=t.tfScriptUrls,e.next=3,dD.loadTensorFlow(n);case 3:return e.next=5,dD.initTensorFlow({preferredBackends:["wasm","webgl","cpu"]});case 5:return e.next=7,dD.loadBlazefaceModel({modelUrl:r});case 7:return o=e.sent,e.abrupt("return",{blazefaceModel:o});case 9:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var aF,iF,sF,cF,uF,lF,dF,fF=nF((function(){return oF.apply(this,arguments)})),pF=[],hF=function(){pF=[]},gF=function(e,t,r){r&&hF(),pF.push({id:null});var n=pF.length-1;t.httpClient.post("/v1/files",{frames:e,metadata:JSON.stringify({type:"selfie"})}).then((function(e){e&&e.data&&e.data.file_id?pF[n].id=e.data.file_id:pF[n].id=-1}))},mF=function(){return new Promise((function(e){var t=setInterval((function(){pF.every((function(e){return e.id}))&&(e(),clearInterval(t))}),200)}))},vF=function(e){return e.enable?pF.some((function(e){return-1===e.id}))?null:pF:[]},yF=AO.faceTracker(),bF=ZI.Mode,wF=ZI.FaceDirection,CF=ZI.Errors,kF=ZI.Messages;function EF(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=t.apiCheck,n=t.mode,o=t.bgCameraMask,a=t.bgCameraMaskRed,i=t.surroundStyle,s=t.cropAreaDimension,c=t.customInstructions,u=t.customIcon,l=t.customDirectionIcon,d=t.customStepTimeConstraints,f=void 0===d?(kD(e={},ZI.FaceDirection.UP,{delayTime:0}),kD(e,ZI.FaceDirection.LEFT,{delayTime:0}),kD(e,ZI.FaceDirection.RIGHT,{delayTime:0}),kD(e,ZI.FaceDirection.FRONTAL,{delayTime:2e3}),e):d,p=t.onLivenessDetectionDone,h=t.onError,g=t.frontalMinSize,m=t.waitingTimeToGetBetterFrames,v=void 0===m?500:m,y=t.captureFrameSettings,b=void 0===y?{enable:!1,framesIntervalTime:180,framesBatchLength:0}:y,w=t.livenessSettings,C=t.setRemainingTime,k=void 0===C?function(){}:C,E=t.onProcessing,B=void 0===E?function(){}:E,S=t.customErrors,_=t.customMessages,A=t.apiCredentials,T=void 0===A?{}:A,I=t.onFramesCaptured,x=void 0===I?function(){}:I,P=t.initFirstGestureTimeout,R=void 0===P?2e3:P,N=t.outputEncryptionSettings,O=t.cameraScale,L=void 0===O?1:O,D=t.passiveModeAuto,M=void 0!==D&&D,U=ov.useState(!1),j=TD(U,2),F=j[0],V=j[1],z=ov.useState(!1),K=TD(z,2),q=K[0],H=K[1],W=ov.useState(!1),Q=TD(W,2),G=Q[0],X=Q[1],Y=ov.useRef(null),$=nN.useSDKSettings(),Z=$.lang,J=$.assetRoot,ee=$.customUrls,te=KL.useApiClient({apiCredentials:T}),re=te.apiClient,ne=n===bF.ACTIVE,oe=ov.useReducer((function(e){return e+1}),0),ae=TD(oe,2),ie=(ae[0],ae[1]),se=ov.useRef(null),ce=ov.useRef(!1),ue=ov.useState(!1),le=TD(ue,2),de=le[0],fe=le[1],pe=ov.useRef({}),he=LN.useSDKTracking(),ge=he.sendEvent,me=ov.useRef(null);null===me.current&&(me.current=AO.initFaceVerificationData({assetRoot:J,customInstructions:c,customIcon:u,customDirectionIcon:l,customStepTimeConstraints:f}));var ve=ov.useState(),ye=TD(ve,2),be=ye[0],we=ye[1],Ce=ov.useMemo((function(){return XM(we,500)}),[we]),ke=ov.useRef([]),Ee=ov.useRef(),Be=ov.useRef(),Se=eF({livenessSettings:w,apiClient:re,apiCheck:r,onError:h}),_e=Se.face_tracking_setting,Ae=Se.flow_interval_time_ms,Te=Se.limit_time_liveness_check,Ie=Se.terminate_if_no_face,xe=Se.captureFrameSettings,Pe=void 0===xe?b:xe,Re=Se.enableTracking,Ne=ov.useMemo((function(){return XM((function(e){r&&!Re||ge(e)}),2e3)}),[r,Re,ge]),Oe=ov.useRef(0),Le=ov.useRef();ov.useEffect((function(){Ne({tag:"selfie",event:"user_activity.start",log:{}})}),[Ne]),ov.useEffect((function(){var e=!1;function t(){return(t=CD(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(de){t.next=11;break}return Be.current=performance.now(),t.next=4,fF(ee);case 4:if(pe.current=t.sent,!e){t.next=7;break}return t.abrupt("return");case 7:fe(!0),Ne({tag:"selfie",event:"user_activity.show",log:{}}),Ne({tag:"selfie",event:"sdk.load_model",log:{status:"success",time_in_ms:performance.now()-Be.current}}),Be.current=null;case 11:case"end":return t.stop()}}),t)})))).apply(this,arguments)}return function(){t.apply(this,arguments)}(),function(){e=!0}}),[de,ee,Ne]);var De=ov.useCallback((function(){k(""),me.current.curStepIndex=me.current.steps.length,H(!1),setTimeout((function(){me.current=AO.initFaceVerificationData({assetRoot:J,customInstructions:c,customIcon:u,customDirectionIcon:l}),Ee.current=Date.now(),Oe.current=0,Le.current=null,ke.current=[],X(!1),hF(),ie()}),Ae)}),[J,c,u,l,Ae,k]),Me=ov.useRef(null),Ue=ov.useMemo((function(){return SD(SD({},CF),S)}),[S]),je=ov.useMemo((function(){return SD(SD({},kF),_)}),[_]),Fe=400;ov.useEffect((function(){if(F&&Te.enable&&G){Ee.current=Date.now();var e=Te.limit_time_second+1,t=Te.remain_time_show||10,r=Te.format||"s";Me.current=setInterval((function(){var n=Math.round((1e3*e-(Date.now()-Ee.current))/1e3);if(me.current.curStepIndex<me.current.steps.length){if(n<=t&&n>=1){var o=Ij(je.REMAIN_TIME[Z]),a=n;switch(r){case"mm:ss":a=n.toString().padStart(5,"00:00");break;case"ss":a=n.toString().padStart(2,"0")}k(o({x:a}))}if(Math.round((Date.now()-Ee.current)/1e3)===e){var i,s={};Object.keys(null===(i=Ue.liveness_terminated_time_out)||void 0===i?void 0:i.msg).forEach((function(e){var t,r=Ij(null===(t=Ue.liveness_terminated_time_out)||void 0===t?void 0:t.msg[e]);s[e]=r({x:Te.limit_time_second})})),we(SD(SD({},Ue.liveness_terminated_time_out),{},{msg:s,duration:Ae})),Ne({tag:"selfie",event:"sdk_ui.show_alert",log:{alert:"liveness_terminated_time_out,"}}),De()}}}),1e3)}return function(){clearInterval(Me.current)}}),[De,k,F,Z,Ae,Te.enable,Te.limit_time_second,G,Ue.liveness_terminated_time_out,je.REMAIN_TIME,Te.format,Te.remain_time_show,Ne]);var Ve=ov.useCallback((function(e){var t,r,n=e.clientWidth,a=e.clientHeight,c=e.videoAreaWidth,u=e.videoAreaHeight,l=e.lostX,d=e.lostY;QD.isMobile?r=t=c:t=r=u-200;var f=Math.floor((c-t)/2)+l,p=5+d,h=o;se.current={x:f,y:p,width:t,height:r,image:h,surroundStyle:i},"object"===bD(s)?se.current=SD(SD({},se.current),s):"function"==typeof s&&(se.current=SD(SD({},se.current),s({clientWidth:n,clientHeight:a,videoAreaWidth:c,videoAreaHeight:u,lostX:l,lostY:d,isMobile:QD.isMobile,width:t,height:r}))),ie(),V(!0)}),[o,i,s]),ze=ov.useState(3),Ke=TD(ze,2),qe=Ke[0],He=Ke[1],We=ov.useState(!1),Qe=TD(We,2),Ge=Qe[0],Xe=Qe[1],Ye=ov.useRef(!1),$e=ov.useCallback((function(e){Xe(e),Ye.current=e}),[]),Ze=ov.useRef(null),Je=ov.useRef([]),et=ov.useCallback((function(){He(3),clearInterval(Ze.current),$e(!0);var e=function(){var e=CD(regeneratorRuntime.mark((function e(t){var n,o,a,i,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t-1!=0){e.next=9;break}return clearInterval(Ze.current),n=Je.current,B(),o=n.map((function(e){return IL.resizeBlobImg(e.blob,Fe,Fe)})),e.next=7,Promise.all(o);case 7:a=e.sent,r?(i=ID(ke.current),s=n.map((function(e,t){return re.uploadImage({file:a[t],label:"portrait",metadata:JSON.stringify({gesture_score:e.leftRightScore,gesture:wF.FRONTAL})})})),Promise.all(s).then((function(e){return re.verifyFaceLiveness({images:e.map((function(e){return{id:e.data.image_id}})),videos:[{frames:i}]})})).then((function(e){p({apiCheckPassed:e.data.is_live,verifyFaceLivenessResult:e.data})})).catch((function(e){h({error:e})}))):p({frontalFaces:a,capturedFrames:ke.current});case 9:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();Ze.current=setInterval((function(){He((function(t){return e(t),t-1}))}),1e3)}),[$e,r,p,re,h,B]);ov.useEffect((function(){be&&(clearInterval(Ze.current),$e(!1),Je.current=[])}),[be,$e]),ov.useEffect((function(){var e,t=Y.current,n=function(){var e=CD(regeneratorRuntime.mark((function e(){var t,r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=me.current.steps,r=[],t.forEach((function(e){var t=e.name,n=e.image,o=e.frontalFaceImage;if(t!==wF.FRONTAL){var a={label:"portrait",metadata:JSON.stringify({gesture_score:n.leftRightScore,gesture:t})};N&&N.key?r.push(re.httpClient.post("/v1/images",SD({base64:n.encrypted.hex},a),{"X-TV-Key":N.key})):r.push(re.uploadImage(SD({file:n.blob},a)))}else r.push(Promise.resolve({data:{image_id:null}}));if(o.blob){var i={label:"portrait",metadata:JSON.stringify({gesture_score:o.leftRightScore,gesture:wF.FRONTAL})};N&&N.key?r.push(re.httpClient.post("/v1/images",SD({base64:o.encrypted.hex},i),{"X-TV-Key":N.key})):r.push(re.uploadImage(SD({file:o.blob},i)))}else r.push(Promise.resolve({data:{image_id:null}}))})),e.next=5,Promise.all(r);case 5:n=e.sent,t.forEach((function(e,t){e.image.imageId=n[2*t].data.image_id,e.frontalFaceImage.imageId=n[2*t+1].data.image_id}));case 7:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),i=function(){var e=CD(regeneratorRuntime.mark((function e(){var t,r,o,a,i,s,c,u,l,d;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,n();case 3:if(t=me.current.steps,0!==(r=t.filter((function(e){return e.frontalFaceImage.imageId}))).length){e.next=9;break}p({error:"wrong_face_movement"}),e.next=26;break;case 9:return e.next=11,mF();case 11:if(o=vF(Pe)){e.next=16;break}p({error:"network_error"}),e.next=26;break;case 16:return a=re.verifyFaceLiveness({images:r.map((function(e){return{id:e.frontalFaceImage.imageId}})),gesture_images:t.filter((function(e){return e.image.imageId&&e.name!==wF.FRONTAL})).map((function(e){return{gesture:e.name,images:[{id:e.image.imageId}]}})),videos:o}),i=re.requestVerifyPortrait({image:{id:r[r.length-1].frontalFaceImage.imageId}}),e.next=20,Promise.all([a,i]);case 20:s=e.sent,c=TD(s,2),u=c[0],l=c[1],d=!0===u.data.is_live,p({apiCheckPassed:d,verifyFaceLivenessResult:u.data,verifyFacePortraitResult:l.data,frontalFaces:r.map((function(e){return{id:e.frontalFaceImage.imageId,blob:e.frontalFaceImage.blob}})),steps:t.filter((function(e){return e.image.imageId&&e.name!==wF.FRONTAL})).map((function(e){var t=e.name,r=e.image;return{name:t,blob:r.blob,id:r.imageId}}))});case 26:e.next=31;break;case 28:e.prev=28,e.t0=e.catch(0),h({error:e.t0});case 31:case"end":return e.stop()}}),e,null,[[0,28]])})));return function(){return e.apply(this,arguments)}}(),s=function(){var e=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=me.current.steps,r=[],t.map((function(e){return r.push({name:e.name,blob:e.image.blob}),e.frontalFaceImage.blob&&r.push({name:e.name,blob:e.frontalFaceImage.blob}),0})),n=r.map((function(e){return IL.resizeBlobImg(e.blob,Fe,Fe)})),e.next=6,Promise.all(n);case 6:return o=e.sent,a=r.map((function(e,t){return{name:e.name,blob:o[t]}})),e.next=10,Promise.all(t.map(function(){var e=CD(regeneratorRuntime.mark((function e(r,n){var o,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=a.filter((function(e){return e.name===r.name})),t[n].image.blob=o[0].blob,r.frontalFaceImage.blob&&(t[n].frontalFaceImage.blob=o[1].blob),!N||!N.key){e.next=12;break}return i=N.key,e.next=7,gD.encrypt({blob:o[0].blob,key:i});case 7:if(t[n].image.encrypted=e.sent,!r.frontalFaceImage.blob){e.next=12;break}return e.next=11,gD.encrypt({blob:o[1].blob,key:i});case 11:t[n].frontalFaceImage.encrypted=e.sent;case 12:return e.abrupt("return",0);case 13:case"end":return e.stop()}}),e)})));return function(t,r){return e.apply(this,arguments)}}()));case 10:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),c=function(){var e=CD(regeneratorRuntime.mark((function e(){var t,n,o,a,c,u,l,d,f,h,m,v;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=me.current.steps,n=t[me.current.curStepIndex],Ne({tag:"selfie",event:"user_activity.".concat(n.name),log:{time_capture_in_seconds:((performance.now()-Be.current)/1e3).toFixed(1)}}),me.current.curStepIndex++,Be.current=performance.now(),_e.enable&&"each_gesture"===_e.limit_for&&(Oe.current=0),me.current.curStepIndex!==t.length){e.next=36;break}if(Te.enable&&k(""),!p){e.next=36;break}return Pe.enable&&Pe.framesBatchLength>0&&ke.current.length%Pe.framesBatchLength>0&&(x(ke.current.slice(ke.current.length%Pe.framesBatchLength*-1).map((function(e){return{base64:e.base64,label:e.label,index:e.index}}))),r&&gF(ke.current.slice(ke.current.length%Pe.framesBatchLength*-1),re)),Ne({tag:"selfie",event:"user_activity",log:{time_capture_in_seconds:((Date.now()-Ee.current)/1e3).toFixed(1)}}),B(),e.next=14,s();case 14:if(r){e.next=34;break}if(l=t.filter((function(e){return e.name!==wF.FRONTAL})).map((function(e){return{name:e.name,image:{blob:e.image.blob,encrypted:e.image.encrypted}}})),d=t.filter((function(e){return e.name!==wF.FRONTAL})).map((function(e){return e.frontalFaceImage.blob})).filter((function(e){return null!==e})),f=t.filter((function(e){return e.name!==wF.FRONTAL})).map((function(e){return e.frontalFaceImage.encrypted})).filter((function(e){return e&&e.hex})),h=null===(o=t.find((function(e){return e.name===wF.FRONTAL})))||void 0===o||null===(a=o.image)||void 0===a?void 0:a.blob,m=null===(c=t.find((function(e){return e.name===wF.FRONTAL})))||void 0===c||null===(u=c.image)||void 0===u?void 0:u.encrypted,!h||!g){e.next=26;break}return e.next=23,IL.scaleImage(h,{minSize:g});case 23:e.t0=e.sent,e.next=27;break;case 26:e.t0=null;case 27:v=e.t0,h&&d.push(h),m&&f.push(m),Ne({tag:"result",event:"sdk_mode.liveness",log:{result_object:{steps:l,frontalFaces:d,frontalScaledImage:v}}}),p({steps:l,frontalFaces:d,frontalFacesEncrypted:f,frontalScaledImage:v,capturedFrames:ke.current}),e.next=36;break;case 34:return e.next=36,i();case 36:ie();case 37:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),u=GM((function(){var e=me.current,t=e.curStepIndex,r=e.steps,n=r[t],o=null!==(null==n?void 0:n.image.blob),a=null!==(null==n?void 0:n.frontalFaceImage.blob),i=r.filter((function(e){return e.frontalFaceImage.blob})).length,s=!1;return o&&(a||![1].includes(t)||i>=1)?(ce.current=!1,c(),s=!0):ce.current=!(!o||a),H(!1),s}),v);function l(e,t,r,n){return d.apply(this,arguments)}function d(){return(d=CD(regeneratorRuntime.mark((function e(t,r,n,o){var a,i,s,l,d,f;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=me.current,i=a.curStepIndex,s=a.steps,!(i<s.length)){e.next=24;break}if(l=s[i],!tF({faceDirection:t,curStep:l})){e.next=5;break}return e.abrupt("return");case 5:if(t!==wF.FRONTAL||null!==l.frontalFaceImage.blurScore&&!lO.hasBetterBlurScore(n,l.frontalFaceImage.blurScore)){e.next=13;break}return l.frontalFaceImage.blurScore=n,e.next=9,fO.takePicture({canvas:r});case 9:d=e.sent,l.frontalFaceImage.blob=d,l.frontalFaceImage.leftRightScore=o,ce.current&&(ce.current=!1,c());case 13:if(l.name!==t||null!==l.image.blurScore&&!lO.hasBetterBlurScore(n,l.image.blurScore)){e.next=24;break}return H(!0),l.image.blurScore=n,e.next=18,fO.takePicture({canvas:r});case 18:f=e.sent,l.image.blob=f,l.image.leftRightScore=o,l.image.objUrl&&URL.revokeObjectURL(l.image.objUrl),l.image.objUrl=URL.createObjectURL(f),u();case 24:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function f(e,t,r){return m.apply(this,arguments)}function m(){return(m=CD(regeneratorRuntime.mark((function e(t,r,n){var o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(!0===Ye.current&&t===wF.FRONTAL&&Je.current.length<3)){e.next=5;break}return e.next=3,fO.takePicture({canvas:r});case 3:o=e.sent,Je.current.push({blob:o,leftRightScore:n});case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function y(e,t,n,o){if(ke.current.length&&Date.now()-ke.current[ke.current.length-1].time<Pe.framesIntervalTime)return null;if(Pe.enable&&!o){var a=e.topLeft,i=e.bottomRight,s=[].concat(ID(a),ID(i)),c=[];[a,i].forEach((function(e){c=[].concat(ID(c),[e[0]/PO.SIZE*t.width,e[1]/PO.SIZE*t.height])}));var u=yF(e,0===ke.current.length),l=u.score,d=u.time,f=t.toDataURL("image/jpeg",.8);return ke.current.push({label:"portrait",base64:f.split(",")[1],landmarks:n,original_landmarks:n.map((function(e){return[e[0]/PO.SIZE*t.width,e[1]/PO.SIZE*t.height]})),score:l,time:d,index:ke.current.length,bbox:s,original_bbox:c}),Pe.framesBatchLength>0&&ke.current.length%Pe.framesBatchLength==0&&x&&(x(ke.current.slice(-Pe.framesBatchLength).map((function(e){return{base64:e.base64,label:e.label,index:e.index}}))),r&&gF(ke.current.slice(-Pe.framesBatchLength),re,ke.current.length===Pe.framesBatchLength)),l}return null}function b(e){if(!_e.enable||null===e||!G)return!0;var t=_e.web_warning_threshold,r=_e.web_terminate_threshold,n=_e.max_warning_time;return e<t||(e<r&&Oe.current<n?(Oe.current++,Oe.current===n?(we(SD(SD({},Ue.liveness_terminated_face_tracking),{},{duration:Ae})),Ne({tag:"selfie",event:"sdk_ui.show_alert",log:{alert:"liveness_terminated_face_tracking"}})):we(SD(SD({},Ue.liveness_too_fast),{},{duration:1500})),!0):(we(SD(SD({},Ue.liveness_terminated),{},{duration:Ae})),Ne({tag:"selfie",event:"sdk_ui.show_alert",log:{alert:"liveness_terminated"}}),De(),!1))}function w(e){if(Ie.enable&&G){var t=Ie.max_time_ms;Le.current&&e||(Le.current={time:Date.now(),frame:0}),e&&Le.current.frame++;var r=Le.current.time;e&&Date.now()-r>=t&&(we(SD(SD({},Ue.liveness_terminated_no_face),{},{duration:Ae})),Ne({tag:"selfie",event:"sdk_ui.show_alert",log:{alert:"liveness_terminated_no_face"}}),De())}}function C(e,t){return E.apply(this,arguments)}function E(){return(E=CD(regeneratorRuntime.mark((function r(n,i){var s,c,u,d,p,h,g,m,v,k,E,B,S,_,A,T,I,x,P,R,N;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(0!==(null==i?void 0:i.width)&&0!==(null==i?void 0:i.height)){r.next=2;break}return r.abrupt("return");case 2:return s=n.cropX,c=n.cropY,u=n.cropWidth,d=n.cropHeight,i.getContext("2d").drawImage(t,s,c,u,d,-(u*L-u)/2/L,-(d*L-d)/2/L,u,d),p=pe.current.blazefaceModel,r.next=8,lO.calculateBlurScore(i);case 8:return h=r.sent,r.next=11,PO.getModelPredictions({model:p,sCanvas:i});case 11:return g=r.sent,r.next=14,AO.validatePredictions({predictions:g,width:PO.SIZE,height:PO.SIZE});case 14:if(m=r.sent,v=m.error,k=m.fullFace,se.current.image=o,B=null,S=null,_=null,A=me.current,T=A.curStepIndex,I=A.steps,!k){r.next=29;break}return x=I[T],_=k.landmarks,r.next=27,AO.calculateFaceDirection({landmarks:_,getPerfectFrontal:x&&x.name===wF.FRONTAL});case 27:(P=r.sent)&&(B=P.gesture,S=P.leftRightScore);case 29:if(R="no_face"===(null==v?void 0:v.code)||"partial_face"===(null==v?void 0:v.code),N=T<I.length,w(R&&N),null!=v&&v.code&&Ne({tag:"selfie",event:"sdk_ui.show_alert",log:{alert:v.code}}),v&&("face_too_small"!==v.code||![wF.DOWN,wF.UP,wF.LEFT,wF.RIGHT].includes(B))){r.next=54;break}if(ne||y(g[0],i,_),!ne){r.next=43;break}if(G||(X(!0),Be.current=performance.now(),Ee.current=Date.now()),!b(y(g[0],i,_,T>=I.length))){r.next=41;break}return r.next=41,l(B,i,h,S);case 41:r.next=52;break;case 43:if(![wF.LEFT,wF.RIGHT].includes(B)){r.next=48;break}E=Ue.not_frontal_face,se.current.image=a,r.next=52;break;case 48:if(v){r.next=52;break}return M&&!Ye.current&&0===Je.current.length&&setTimeout((function(){et()}),500),r.next=52,f(B,i,S);case 52:r.next=55;break;case 54:T<I.length&&(E=Ue[v.code],se.current.image=a);case 55:Ce(E),-1!==e&&(e=requestAnimationFrame((function(){return C(n,i)})));case 57:case"end":return r.stop()}}),r)})))).apply(this,arguments)}function S(){return(S=CD(regeneratorRuntime.mark((function e(){var r,n,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=fO.analyzeVideoAndWindowSizes(t,se.current),n=r.cropWidth,o=r.cropHeight,(a=document.createElement("canvas")).width=n,a.height=o,(i=a.getContext("2d")).translate(n,0),i.scale(-1*L,1*L),C(r,a);case 9:case"end":return e.stop()}}),e)})))).apply(this,arguments)}return F&&de&&setTimeout((function(){!function(){S.apply(this,arguments)}()}),R),function(){cancelAnimationFrame(e),e=-1}}),[R,F,Z,ne,re,r,o,a,p,h,g,v,Pe,B,_e,Te.enable,k,Ce,Ae,De,Ie,G,Ue,de,Ne,x,N,L,et,M]);var tt=me.current,rt=tt.curStepIndex,nt=tt.steps,ot=ov.useMemo((function(){return nt.find((function(e){return e.name===ZI.FaceDirection.FRONTAL}))}),[nt]),at=ce.current?ot:nt[rt],it=at&&G?at.instructions[Z]:null,st=at&&G?at.directionIcon:"",ct=at?at.directionIconAnimation:"";return{countdownToTakePicture:qe,cropArea:se,curStepIndex:rt,directionIcon:st,directionIconAnimation:ct,faceDetectionError:be,handleTriggerPassiveMode:et,handleVideoPlayed:Ve,instructions:it,isActiveMode:ne,refVideo:Y,showCountdown:Ge,steps:nt,videoPlayed:F,activeCapturing:q,isFirstValidFrameFound:G,warmupDone:de}}var BF=(kD(aF={},ZI.FaceDirection.LEFT,90),kD(aF,ZI.FaceDirection.RIGHT,270),kD(aF,ZI.FaceDirection.UP,180),kD(aF,ZI.FaceDirection.DOWN,0),aF),SF=tw(["0%{opacity:0.15;}50%{opacity:0.3;}100%{opacity:1;}"]),_F=Zb.div(iF||(iF=AD(["\n width: 200px;\n height: 200px;\n position: relative;\n transform: scale(0.48);\n\n .top,\n .right,\n .bottom,\n .left {\n position: absolute;\n }\n\n .top {\n top: 0;\n left: 50%;\n transform: rotate(","deg) translateX(-50%);\n }\n\n .right {\n right: 0;\n top: 50%;\n transform: rotate(","deg) translateX(-50%);\n }\n\n .bottom {\n bottom: 0;\n left: 50%;\n transform: rotate(","deg) translateX(50%);\n }\n\n .left {\n left: 0;\n top: 50%;\n transform: rotate(","deg) translateX(50%);\n }\n"])),BF[ZI.FaceDirection.DOWN],BF[ZI.FaceDirection.LEFT],BF[ZI.FaceDirection.UP],BF[ZI.FaceDirection.RIGHT]),AF=Zb.div(sF||(sF=AD(["\n width: 70px;\n transform: rotate(","deg);\n"])),(function(e){var t,r=e.direction;return null!==(t=BF[r])&&void 0!==t?t:0})),TF=Zb.span(cF||(cF=AD(["\n display: flex;\n margin: 4px 0;\n width: 100%;\n height: 15px;\n animation: "," 1s infinite;\n animation-direction: alternate;\n\n &::before,\n &::after {\n content: '';\n height: 100%;\n width: 50%;\n background: rgba(255, 255, 255, 0.8);\n }\n\n &::before {\n transform: skewY(32deg);\n }\n\n &::after {\n width: 50%;\n transform: skewY(-32deg);\n }\n"])),SF),IF=Zb(TF)(uF||(uF=AD(["\n animation-delay: 0s;\n"]))),xF=Zb(TF)(lF||(lF=AD(["\n animation-delay: 0.5s;\n"]))),PF=Zb(TF)(dF||(dF=AD(["\n animation-delay: 1s;\n"])));function RF(e){var t=e.type;return t!==ZI.FaceDirection.FRONTAL?ov.createElement(AF,{direction:t},ov.createElement(IF,null),ov.createElement(xF,null),ov.createElement(PF,null)):ov.createElement(_F,null,ov.createElement(AF,{className:"top"},ov.createElement(IF,null),ov.createElement(xF,null),ov.createElement(PF,null)),ov.createElement(AF,{className:"right"},ov.createElement(IF,null),ov.createElement(xF,null),ov.createElement(PF,null)),ov.createElement(AF,{className:"bottom"},ov.createElement(IF,null),ov.createElement(xF,null),ov.createElement(PF,null)),ov.createElement(AF,{className:"left"},ov.createElement(IF,null),ov.createElement(xF,null),ov.createElement(PF,null)))}RF.propTypes={type:Iv.oneOf([ZI.FaceDirection.LEFT,ZI.FaceDirection.RIGHT,ZI.FaceDirection.UP,ZI.FaceDirection.FRONTAL])},RF.defaultProps={type:ZI.FaceDirection.LEFT};var NF,OF=ZI.ErrorDuration;function LF(e){var t=e.children,r=e.errorMsg,n=e.className;return ov.isValidElement(t)?r?ov.createElement("div",{className:n},ov.cloneElement(t,{errorMsg:r})):null:r?ov.createElement("div",{className:n},r):null}function DF(e){var t=e.children,r=e.className,n=e.error,o=ov.useRef(0),a=ov.useRef(""),i=nN.useSDKSettings().lang,s=ov.useRef(OF.SHORT),c=n||{},u=c.msg,l=c.duration,d=void 0===l?OF.SHORT:l,f=null==u?void 0:u[i];return Date.now()-o.current>=s.current?(o.current=Date.now(),s.current=d,a.current=f,LF({children:t,errorMsg:f,className:r})):LF({children:t,errorMsg:a.current,className:r})}DF.propTypes={children:Iv.node,className:Iv.string},DF.defaultProps={className:""};var MF=Zb.circle(NF||(NF=AD(["\n transition: stroke-dashoffset 0.4s;\n transform: rotate(-90deg);\n transform-origin: 50% 50%;\n"])));function UF(e){var t=e.className,r=e.style,n=e.radius,o=e.strokeWidth,a=e.progress,i=e.hasError,s=e.activeColor,c=e.innerPadding,u=e.outsideRingColor,l=e.outsideRingOpacity,d=e.insideRingColor,f=e.insideRingWidth,p=e.insideRingStrokeDash,h=e.errorRingWidth,g=e.errorRingColor,m=e.dashedRingColor,v=e.dashedRingOpacity,y=e.dashedRingWidth,b=e.dashedRingLineThick,w=e.dashedRingLineSpacing,C=e.dashedInsideRingColor,k=e.dashedInsideRingWidth,E=e.showOutsideRing,B=e.showInsideRing,S=e.showDashedRing,_=2*n,A=2*n,T=n-2*o,I=2*Math.PI*T,x=I-a/100*I,P=T-y/2-o/2-c,R=2*Math.PI*P,N=R-a/100*R,O=P-k/2-y/2,L=2*Math.PI*O,D=L-a/100*L,M=O-f/2-k/2,U=O-h/2-k/2;return ov.createElement("svg",{className:t,style:r,width:_,height:A,viewBox:"0 0 ".concat(_," ").concat(A),fill:"none",xmlns:"http://www.w3.org/2000/svg"},E?ov.createElement(ov.Fragment,null,ov.createElement("circle",{"data-testid":"outsideRing",opacity:l,cx:n,cy:n,r:T,stroke:u}),ov.createElement(MF,{"data-testid":"outsideAnimateRing",cx:n,cy:n,r:T,stroke:s,strokeWidth:o,strokeLinecap:"round",strokeDasharray:"".concat(I," ").concat(I),style:{strokeDashoffset:x}})):null,S?ov.createElement(ov.Fragment,null,ov.createElement("circle",{"data-testid":"dashedRing",opacity:v,cx:n,cy:n,r:P,stroke:m,strokeWidth:y,strokeDasharray:"".concat(b," ").concat(w)}),ov.createElement("mask",{id:"mask0","mask-type":"alpha",maskUnits:"userSpaceOnUse"},ov.createElement("circle",{cx:n,cy:n,r:P,stroke:s,strokeWidth:y,strokeDasharray:"".concat(b," ").concat(w)})),ov.createElement("g",{mask:"url(#mask0)"},ov.createElement(MF,{"data-testid":"dashedAnimateRing",cx:n,cy:n,r:P,stroke:s,strokeWidth:y,strokeDasharray:"".concat(R," ").concat(R),style:{strokeDashoffset:N}})),ov.createElement("circle",{"data-testid":"dashedInsideRing",opacity:v,cx:n,cy:n,r:O,stroke:C,strokeWidth:k}),ov.createElement(MF,{"data-testid":"dashedInsideAnimateRing",cx:n,cy:n,r:O,stroke:s,strokeWidth:k,strokeLinecap:"round",strokeDasharray:"".concat(L," ").concat(L),style:{strokeDashoffset:D}})):null,B?ov.createElement("circle",{"data-testid":"insideRing",strokeDasharray:p,cx:n,cy:n,r:M,stroke:d,strokeWidth:f}):null,i?ov.createElement("circle",{"data-testid":"errorRing",strokeDasharray:p,cx:n,cy:n,r:U,stroke:g,strokeWidth:h}):null)}function jF(e){var t=e.className;return ov.createElement("svg",{className:t,width:"320",height:"320",viewBox:"0 0 320 320",fill:"none",xmlns:"http://www.w3.org/2000/svg"},ov.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M320 0H0V320H320V0ZM160 296C235.111 296 296 235.111 296 160C296 84.8893 235.111 24 160 24C84.8893 24 24 84.8893 24 160C24 235.111 84.8893 296 160 296Z",fill:"currentColor"}))}function FF(){return(FF=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}UF.propTypes={className:Iv.string,style:Iv.shape({}),radius:Iv.number,strokeWidth:Iv.number,progress:Iv.number,hasError:Iv.bool,activeColor:Iv.string,innerPadding:Iv.number,outsideRingColor:Iv.string,outsideRingOpacity:Iv.number,insideRingColor:Iv.string,insideRingWidth:Iv.number,insideRingStrokeDash:Iv.string,errorRingColor:Iv.string,errorRingWidth:Iv.number,dashedRingColor:Iv.string,dashedRingOpacity:Iv.number,dashedRingWidth:Iv.number,dashedRingLineThick:Iv.number,dashedRingLineSpacing:Iv.number,dashedInsideRingColor:Iv.string,dashedInsideRingWidth:Iv.number,showOutsideRing:Iv.bool,showDashedRing:Iv.bool,showInsideRing:Iv.bool},UF.defaultProps={className:"",style:null,radius:160,strokeWidth:3,progress:0,hasError:!1,activeColor:"#0092ff",innerPadding:5,outsideRingColor:"#f2f6f9",outsideRingOpacity:.1,insideRingColor:"#f2f6f9",insideRingWidth:3,insideRingStrokeDash:"0",errorRingColor:"#df0000",errorRingWidth:3,dashedRingColor:"#ffffff",dashedRingOpacity:.3,dashedRingWidth:10,dashedRingLineThick:1,dashedRingLineSpacing:6,dashedInsideRingColor:"#ffffff",dashedInsideRingWidth:0,showOutsideRing:!0,showDashedRing:!0,showInsideRing:!0},jF.propTypes={className:Iv.string},jF.defaultProps={className:""};var VF,zF,KF="undefined"!=typeof window?ov.useLayoutEffect:ov.useEffect,qF={popupContent:{tooltip:{position:"absolute",zIndex:999},modal:{position:"relative",margin:"auto"}},popupArrow:{height:"8px",width:"16px",position:"absolute",background:"transparent",color:"#FFF",zIndex:-1},overlay:{tooltip:{position:"fixed",top:"0",bottom:"0",left:"0",right:"0",zIndex:999},modal:{position:"fixed",top:"0",bottom:"0",left:"0",right:"0",display:"flex",zIndex:999}}},HF=["top left","top center","top right","right top","right center","right bottom","bottom left","bottom center","bottom right","left top","left center","left bottom"],WF=function(e,t,r,n,o){var a=o.offsetX,i=o.offsetY,s=n?8:0,c=r.split(" "),u=e.top+e.height/2,l=e.left+e.width/2,d=t.height,f=t.width,p=u-d/2,h=l-f/2,g="",m="0%",v="0%";switch(c[0]){case"top":p-=d/2+e.height/2+s,g="rotate(180deg) translateX(50%)",m="100%",v="50%";break;case"bottom":p+=d/2+e.height/2+s,g="rotate(0deg) translateY(-100%) translateX(-50%)",v="50%";break;case"left":h-=f/2+e.width/2+s,g=" rotate(90deg) translateY(50%) translateX(-25%)",v="100%",m="50%";break;case"right":h+=f/2+e.width/2+s,g="rotate(-90deg) translateY(-150%) translateX(25%)",m="50%"}switch(c[1]){case"top":p=e.top,m=e.height/2+"px";break;case"bottom":p=e.top-d+e.height,m=d-e.height/2+"px";break;case"left":h=e.left,v=e.width/2+"px";break;case"right":h=e.left-f+e.width,v=f-e.width/2+"px"}return{top:p="top"===c[0]?p-i:p+i,left:h="left"===c[0]?h-a:h+a,transform:g,arrowLeft:v,arrowTop:m}},QF=0,GF=ov.forwardRef((function(e,t){var r=e.trigger,n=void 0===r?null:r,o=e.onOpen,a=void 0===o?function(){}:o,i=e.onClose,s=void 0===i?function(){}:i,c=e.defaultOpen,u=void 0!==c&&c,l=e.open,d=void 0===l?void 0:l,f=e.disabled,p=void 0!==f&&f,h=e.nested,g=void 0!==h&&h,m=e.closeOnDocumentClick,v=void 0===m||m,y=e.repositionOnResize,b=void 0===y||y,w=e.closeOnEscape,C=void 0===w||w,k=e.on,E=void 0===k?["click"]:k,B=e.contentStyle,S=void 0===B?{}:B,_=e.arrowStyle,A=void 0===_?{}:_,T=e.overlayStyle,I=void 0===T?{}:T,x=e.className,P=void 0===x?"":x,R=e.position,N=void 0===R?"bottom center":R,O=e.modal,L=void 0!==O&&O,D=e.lockScroll,M=void 0!==D&&D,U=e.arrow,j=void 0===U||U,F=e.offsetX,V=void 0===F?0:F,z=e.offsetY,K=void 0===z?0:z,q=e.mouseEnterDelay,H=void 0===q?100:q,W=e.mouseLeaveDelay,Q=void 0===W?100:W,G=e.keepTooltipInside,X=void 0!==G&&G,Y=e.children,$=ov.useState(d||u),Z=$[0],J=$[1],ee=ov.useRef(null),te=ov.useRef(null),re=ov.useRef(null),ne=ov.useRef(null),oe=ov.useRef("popup-"+ ++QF),ae=!!L||!n,ie=ov.useRef(0);KF((function(){return Z?(ne.current=document.activeElement,ye(),ge(),pe()):he(),function(){clearTimeout(ie.current)}}),[Z]),ov.useEffect((function(){"boolean"==typeof d&&(d?se():ce())}),[d,p]);var se=function(e){Z||p||(J(!0),setTimeout((function(){return a(e)}),0))},ce=function(e){var t;Z&&!p&&(J(!1),ae&&(null===(t=ne.current)||void 0===t||t.focus()),setTimeout((function(){return s(e)}),0))},ue=function(e){null==e||e.stopPropagation(),Z?ce(e):se(e)},le=function(e){clearTimeout(ie.current),ie.current=setTimeout((function(){return se(e)}),H)},de=function(e){null==e||e.preventDefault(),ue()},fe=function(e){clearTimeout(ie.current),ie.current=setTimeout((function(){return ce(e)}),Q)},pe=function(){ae&&M&&(document.getElementsByTagName("body")[0].style.overflow="hidden")},he=function(){ae&&M&&(document.getElementsByTagName("body")[0].style.overflow="auto")},ge=function(){var e,t=null==te||null===(e=te.current)||void 0===e?void 0:e.querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), [tabindex="0"]'),r=Array.prototype.slice.call(t)[0];null==r||r.focus()};ov.useImperativeHandle(t,(function(){return{open:function(){se()},close:function(){ce()},toggle:function(){ue()}}}));var me,ve,ye=function(){if(!ae&&Z&&(null==ee?void 0:ee.current)&&(null==ee?void 0:ee.current)&&(null==te?void 0:te.current)){var e,t,r=function(e,t,r,n,o,a){var i=o.offsetX,s=o.offsetY,c={arrowLeft:"0%",arrowTop:"0%",left:0,top:0,transform:"rotate(135deg)"},u=0,l=function(e){var t={top:0,left:0,width:window.innerWidth,height:window.innerHeight};if("string"==typeof e){var r=document.querySelector(e);null!==r&&(t=r.getBoundingClientRect())}return t}(a),d=Array.isArray(r)?r:[r];for((a||Array.isArray(r))&&(d=[].concat(d,HF));u<d.length;){var f={top:(c=WF(e,t,d[u],n,{offsetX:i,offsetY:s})).top,left:c.left,width:t.width,height:t.height};if(!(f.top<=l.top||f.left<=l.left||f.top+f.height>=l.top+l.height||f.left+f.width>=l.left+l.width))break;u++}return c}(ee.current.getBoundingClientRect(),te.current.getBoundingClientRect(),N,j,{offsetX:V,offsetY:K},X);te.current.style.top=r.top+window.scrollY+"px",te.current.style.left=r.left+window.scrollX+"px",j&&re.current&&(re.current.style.transform=r.transform,re.current.style.setProperty("-ms-transform",r.transform),re.current.style.setProperty("-webkit-transform",r.transform),re.current.style.top=(null===(e=A.top)||void 0===e?void 0:e.toString())||r.arrowTop,re.current.style.left=(null===(t=A.left)||void 0===t?void 0:t.toString())||r.arrowLeft)}};void 0===(ve=C)&&(ve=!0),ov.useEffect((function(){if(ve){var e=function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){"Escape"===e.key&&me(e)}));return document.addEventListener("keyup",e),function(){ve&&document.removeEventListener("keyup",e)}}}),[me=ce,ve]),function(e,t){void 0===t&&(t=!0),ov.useEffect((function(){if(t){var r=function(t){if(9===t.keyCode){var r,n=null==e||null===(r=e.current)||void 0===r?void 0:r.querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), [tabindex="0"]'),o=Array.prototype.slice.call(n);if(1===o.length)return void t.preventDefault();var a=o[0],i=o[o.length-1];t.shiftKey&&document.activeElement===a?(t.preventDefault(),i.focus()):document.activeElement===i&&(t.preventDefault(),a.focus())}};return document.addEventListener("keydown",r),function(){t&&document.removeEventListener("keydown",r)}}}),[e,t])}(te,Z&&ae),function(e,t){void 0===t&&(t=!0),ov.useEffect((function(){if(t){var r=function(){e()};return window.addEventListener("resize",r),function(){t&&window.removeEventListener("resize",r)}}}),[e,t])}(ye,b),function(e,t,r){void 0===r&&(r=!0),ov.useEffect((function(){if(r){var n=function(r){var n=Array.isArray(e)?e:[e],o=!1;n.forEach((function(e){e.current&&!e.current.contains(r.target)||(o=!0)})),r.stopPropagation(),o||t(r)};return document.addEventListener("mousedown",n),document.addEventListener("touchstart",n),function(){r&&(document.removeEventListener("mousedown",n),document.removeEventListener("touchstart",n))}}}),[e,t,r])}(n?[te,ee]:[te],ce,v&&!g);var be,we=function(){return ov.createElement("div",Object.assign({},(e=ae?qF.popupContent.modal:qF.popupContent.tooltip,t={className:"popup-content "+(""!==P?P.split(" ").map((function(e){return e+"-content"})).join(" "):""),style:FF({},e,S,{pointerEvents:"auto"}),ref:te,onClick:function(e){e.stopPropagation()}},!L&&E.indexOf("hover")>=0&&(t.onMouseEnter=le,t.onMouseLeave=fe),t),{key:"C",role:ae?"dialog":"tooltip",id:oe.current}),j&&!ae&&ov.createElement("div",{ref:re,style:qF.popupArrow},ov.createElement("svg",{"data-testid":"arrow",className:"popup-arrow "+(""!==P?P.split(" ").map((function(e){return e+"-arrow"})).join(" "):""),viewBox:"0 0 32 16",style:FF({position:"absolute"},A)},ov.createElement("path",{d:"M16 0l16 16H0z",fill:"currentcolor"}))),Y&&"function"==typeof Y?Y(ce,Z):Y);var e,t},Ce=!(E.indexOf("hover")>=0),ke=ae?qF.overlay.modal:qF.overlay.tooltip,Ee=[Ce&&ov.createElement("div",{key:"O","data-testid":"overlay","data-popup":ae?"modal":"tooltip",className:"popup-overlay "+(""!==P?P.split(" ").map((function(e){return e+"-overlay"})).join(" "):""),style:FF({},ke,I,{pointerEvents:v&&g||ae?"auto":"none"}),onClick:v&&g?ce:void 0,tabIndex:-1},ae&&we()),!ae&&we()];return ov.createElement(ov.Fragment,null,function(){for(var e={key:"T",ref:ee,"aria-describedby":oe.current},t=Array.isArray(E)?E:[E],r=0,o=t.length;r<o;r++)switch(t[r]){case"click":e.onClick=ue;break;case"right-click":e.onContextMenu=de;break;case"hover":e.onMouseEnter=le,e.onMouseLeave=fe;break;case"focus":e.onFocus=le,e.onBlur=fe}if("function"==typeof n){var a=n(Z);return!!n&&ov.cloneElement(a,e)}return!!n&&ov.cloneElement(n,e)}(),Z&&XI.createPortal(Ee,(null===(be=document.getElementById("popup-root"))&&((be=document.createElement("div")).setAttribute("id","popup-root"),document.body.appendChild(be)),be)))})),XF=ew(VF||(VF=AD(["\n .popup-content {\n margin: auto;\n background: #fff;\n width: 100%;\n padding: 5px;\n border: 1px solid #d7d7d7;\n max-width: 568px;\n border-radius: 10px;\n }\n\n [role=tooltip].popup-content {\n width: 200px;\n box-shadow: 0 0 3px rgba(0, 0, 0, .16);\n border-radius: 5px\n }\n\n .popup-overlay {\n background: rgba(0, 0, 0, .5);\n padding: 10px;\n }\n\n [data-popup=tooltip].popup-overlay {\n background: transparent\n }\n\n .popup-arrow {\n -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .16));\n filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .16));\n color: #fff;\n stroke-width: 2px;\n stroke: #d7d7d7;\n stroke-dasharray: 30px;\n stroke-dashoffset: -54px;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0\n }\n"]))),YF=["open","children","overlayStyle"],$F=function(e){var t=e.open,r=e.children,n=e.overlayStyle,o=_D(e,YF);return ov.createElement(ov.Fragment,null,ov.createElement(GF,ED({overlayStyle:SD(SD({},n),{},{zIndex:2e3}),closeOnDocumentClick:!1,closeOnEscape:!1,modal:!0,open:t},o),r),ov.createElement(XF,null))};$F.propTypes={open:Iv.bool,children:Iv.node,overlayStyle:Iv.shape({})},$F.defaultProps={open:!1,children:null,overlayStyle:{}};var ZF,JF,eV,tV,rV,nV,oV,aV,iV,sV,cV,uV,lV,dV,fV,pV,hV={WARMUP_INTRO:{en:"Warming up... Please wait a moment",vi:"Đang khởi động, vui lòng chờ trong giây lát..."}},gV=Zb.div(zF||(zF=AD(["\n font-size: 18px;\n text-align: center;\n padding: 10px;\n"]))),mV=function(e){var t=e.contentStyle,r=nN.useSDKSettings(),n=r.lang,o=r.warmupMessage,a=o?o[n]:hV.WARMUP_INTRO[n];return ov.createElement($F,{open:!0,contentStyle:t},ov.createElement(gV,{className:"warmup-message"},a))};mV.propTypes={contentStyle:Iv.shape({})},mV.defaultProps={contentStyle:{}};var vV=Mb(["z-index:",";color:#ffffff;"],1020),yV=Zb.div(ZF||(ZF=AD(["\n ","\n"])),vV),bV=Zb(DF)(JF||(JF=AD(["\n ","\n ","\n ","\n ","\n font-size: 18px;\n background: #ea3223;\n color: #fff;\n padding: 5px 10px;\n border-radius: 3px;\n position: absolute;\n white-space: pre-wrap;\n text-align: center;\n max-width: 80%;\n"])),vV,(function(e){var t=e.top;return t&&Mb(["top:","px;"],t)}),(function(e){var t=e.bottom;return t&&Mb(["bottom:","px;"],t)}),(function(e){return e.centerY&&Mb(["top:50%;transform:translateY(-50%);"])})),wV=Zb(yV)(eV||(eV=AD(["\n ","\n font-size: 18px;\n background: #ea3223;\n color: #fff;\n padding: 5px 10px;\n border-radius: 3px;\n position: absolute;\n left: 50%;\n transform: translate(-50%, 0);\n white-space: nowrap;\n"])),(function(e){var t=e.top;return t&&Mb(["top:","px;"],t)})),CV=Zb(yV)(tV||(tV=AD(["\n position: absolute;\n ","\n ","\n font-size: ",";\n text-shadow: 2px 2px 4px #000000;\n"])),(function(e){var t=e.top;return t&&Mb(["top:","px;"],t)}),(function(e){var t=e.bottom;return t&&Mb(["bottom:","px;"],t)}),(function(){return QD.isMobile?"20px":"22px"})),kV=Zb.div(rV||(rV=AD(["\n height: ",";\n position: absolute;\n ","\n ","\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n z-index: ",";\n"])),(function(){return QD.isMobile?"50px":"70px"}),(function(e){var t=e.top;return t&&Mb(["top:","px;"],t)}),(function(e){var t=e.bottom;return t&&Mb(["bottom:","px;"],t)}),1020),EV=Zb.div(nV||(nV=AD(["\n width: ",";\n height: ",";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n border: 2px solid #ffffff;\n font-size: 16px;\n color: #fff;\n font-weight: 700;\n\n & + & {\n margin-left: 10px;\n }\n\n ","\n img {\n width: 100%;\n margin: 0;\n border-radius: 50%;\n }\n"])),(function(){return QD.isMobile?"40px":"50px"}),(function(){return QD.isMobile?"40px":"50px"}),(function(e){return!e.active&&Mb(["opacity:0.6;"])})),BV=Zb.div(oV||(oV=AD(["\n color: #ffffff;\n height: 70px;\n position: absolute;\n bottom: 0;\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n z-index: ",";\n"])),1020),SV=Zb.div(aV||(aV=AD(["\n cursor: pointer;\n text-align: center;\n width: 50px;\n\n img {\n width: 100%;\n }\n"]))),_V=Zb.div(iV||(iV=AD(["\n position: absolute;\n width: 100%;\n top: 0;\n bottom: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n color: #ffffff;\n font-size: 140px;\n opacity: 0.6;\n"]))),AV=Zb.div(sV||(sV=AD(["\n position: absolute;\n width: 100%;\n top: 0;\n bottom: 0;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n"]))),TV=Zb(UF)(cV||(cV=AD(["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n"]))),IV=Zb(jF)(uV||(uV=AD(["\n width: 100%;\n height: 100%;\n vertical-align: middle;\n margin: 0;\n color: ",";\n"])),(function(e){var t=e.color;return null!=t?t:"rgba(0, 0, 0, 0.6)"})),xV=Zb.div(lV||(lV=AD(["\n position: absolute;\n z-index: -1;\n background: rgba(223, 0, 0, 0.2);\n border-radius: 50%;\n width: 86%;\n height: 86%;\n top: 7%;\n left: 7%;\n"]))),PV=tw(["from{opacity:1;}to{opacity:0;}"]),RV=Zb.div(dV||(dV=AD(["\n position: absolute;\n width: 100%;\n top: 0;\n bottom: 0;\n z-index: -1;\n background: rgba(255, 255, 255, 0.3);\n animation: "," 1s infinite;\n border-radius: 50%;\n"])),PV),NV=QD.isMobile?{width:640}:null,OV={background:"#000000",opacity:.6};function LV(e){var t=e.apiCheck,r=e.mode,n=e.onLivenessDetectionDone,o=e.onClose,a=e.onError,i=e.captureFrameSettings,s=e.onFramesCaptured,c=e.frontCamera,u=e.customDirectionIcon,l=e.customStepTimeConstraints,d=e.onProcessing,f=e.customErrors,p=e.livenessSettings,h=e.apiCredentials,g=e.outputEncryptionSettings,m=e.cameraScale,v=e.defaultCameraId,y=e.passiveModeAuto,b=UN.useAsset("bg_camera_mask.png"),w=UN.useAsset("bg_camera_mask_red.png"),C=TD(ov.useState({}),2),k=C[0],E=C[1],B=k.yFaceDetectionError,S=k.yFaceVerificationStepsWrapper,_=TD(ov.useState(""),2),A=_[0],T=_[1],I=ov.useCallback((function(e){var t=e.lostY,r=e.height,n=t+25,o=n+30;return E({yFaceDetectionError:n,yFaceVerificationStepsWrapper:o+r+20}),{y:Math.floor(o)}}),[]),x=EF({apiCheck:t,mode:r,bgCameraMask:b,bgCameraMaskRed:w,surroundStyle:OV,onLivenessDetectionDone:n,onError:a,cropAreaDimension:I,customDirectionIcon:u,captureFrameSettings:i,onFramesCaptured:s,livenessSettings:p,setRemainingTime:T,customStepTimeConstraints:l,onProcessing:d,customErrors:f,apiCredentials:h,outputEncryptionSettings:g,cameraScale:m,passiveModeAuto:y}),P=x.countdownToTakePicture,R=x.cropArea,N=x.curStepIndex,O=x.directionIcon,L=x.faceDetectionError,D=x.handleTriggerPassiveMode,M=x.handleVideoPlayed,U=x.instructions,j=x.isActiveMode,F=x.refVideo,V=x.showCountdown,z=x.steps,K=x.videoPlayed,q=x.activeCapturing,H=x.isFirstValidFrameFound,W=x.warmupDone;return ov.createElement(mM,{frontCamera:c,onVideoPlayed:M,onClose:o,flipHorizontal:c,ref:F,videoSettings:NV,onError:a,scale:m,defaultCameraId:v},!W&&ov.createElement(mV,null),K?ov.createElement(ov.Fragment,null,ov.createElement(bV,{top:B-15,className:"face-detection-error",error:L}),R.current?ov.createElement(kM,{x:"".concat(R.current.x,"px"),y:"".concat(R.current.y,"px"),width:"".concat(R.current.width,"px"),height:"".concat(R.current.height,"px"),surroundStyle:R.current.surroundStyle},ov.createElement(IV,null),ov.createElement(TV,{progress:N/z.length*100,hasError:!!L,showDashedRing:!1,showOutsideRing:!1,insideRingWidth:1,errorRingWidth:1,insideRingStrokeDash:"2"}),V?ov.createElement(_V,null,P):null,j?ov.createElement(ov.Fragment,null,ov.createElement(AV,null,O),q&&ov.createElement(RV,null)):null,L&&ov.createElement(xV,null)):null,j?ov.createElement(ov.Fragment,null,A&&ov.createElement(wV,{top:S-30},A),U?ov.createElement(CV,{top:S+5,className:"instructions"},U):null,H&&ov.createElement(kV,{top:S+35},z.map((function(e,t){var r=e.name,n=e.image.objUrl;return ov.createElement(EV,{key:r,active:N>=t,className:"step-item"},n?ov.createElement("img",{src:n,alt:""}):ov.createElement("span",null,t+1))})))):ov.createElement(ov.Fragment,null,L||y?null:ov.createElement(BV,null,ov.createElement(SV,{onClick:D},ov.createElement(EM,null))))):null)}LV.propTypes={apiCheck:Iv.bool,mode:Iv.string,onLivenessDetectionDone:Iv.func,onClose:Iv.func,onError:Iv.func,captureFrameSettings:Iv.shape({}),onFramesCaptured:Iv.func,frontCamera:Iv.bool,customDirectionIcon:Iv.shape({}),customStepTimeConstraints:Iv.shape({}),onProcessing:Iv.func,customErrors:Iv.shape({}),livenessSettings:Iv.shape({}),apiCredentials:Iv.shape({accessKey:Iv.string,secretKey:Iv.string,apiUrl:Iv.string}),outputEncryptionSettings:Iv.shape({}),cameraScale:Iv.number,defaultCameraId:Iv.string,passiveModeAuto:Iv.bool},LV.defaultProps={apiCheck:!1,mode:null,onLivenessDetectionDone:null,onClose:null,onError:function(){},captureFrameSettings:{enable:!1,framesIntervalTime:180,framesBatchLength:0},onFramesCaptured:function(){},frontCamera:!0,customDirectionIcon:(fV={},kD(fV,ZI.FaceDirection.LEFT,ov.createElement(RF,{type:ZI.FaceDirection.LEFT})),kD(fV,ZI.FaceDirection.RIGHT,ov.createElement(RF,{type:ZI.FaceDirection.RIGHT})),kD(fV,ZI.FaceDirection.UP,ov.createElement(RF,{type:ZI.FaceDirection.UP})),kD(fV,ZI.FaceDirection.FRONTAL,ov.createElement(RF,{type:ZI.FaceDirection.FRONTAL})),fV),customStepTimeConstraints:(pV={},kD(pV,ZI.FaceDirection.UP,{delayTime:0}),kD(pV,ZI.FaceDirection.LEFT,{delayTime:0}),kD(pV,ZI.FaceDirection.RIGHT,{delayTime:0}),kD(pV,ZI.FaceDirection.FRONTAL,{delayTime:2e3}),pV),onProcessing:function(){},customErrors:null,livenessSettings:null,apiCredentials:{accessKey:"5767c20d-87aa-4cad-8dbb-f5429f76c34b",secretKey:"c1446919-e60a-4575-a05d-304318212a1b",apiUrl:"https://tv-testing.trustingsocial.com/api"},outputEncryptionSettings:null,cameraScale:1,defaultCameraId:void 0,passiveModeAuto:!1};var DV,MV=Object.freeze({__proto__:null,Text:yV,FaceDetectionError:bV,CountdownTime:wV,FaceVerificationInstructions:CV,FaceVerificationStepsWrapper:kV,StepItem:EV,BottomButtonsOverlay:BV,Button:SV,CountDownOverlay:_V,InstructionsOverlay:AV,default:LV,useLivenessDetection:EF}),UV=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.frontCamera,r=void 0===t||t,n=document.createElement("div");document.body.appendChild(n);var o=function(){XI.unmountComponentAtNode(n)};return new Promise((function(e){XI.render(ov.createElement(nN.SDKSettingsProvider,{value:{lang:"en"}},ov.createElement(mM,{checkCameraMode:!0,frontCamera:r,onVideoPlayed:function(){o(),e(null)},onClose:o,onError:function(t){o(),e(t)}})),n)}))},jV=Zb.input(DV||(DV=AD(["\n display: none;\n"]))),FV=ov.forwardRef((function(e,t){var r=e.useFileBrowse,n=e.accept,o=e.frontCamera,a=e.onCaptureDone,i=e.outputEncryptionSettings,s=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.target.files,!a){e.next=8;break}if(n=r[0],!i||!i.key){e.next=7;break}return e.next=6,gD.encrypt({blob:n,key:i.key});case 6:o=e.sent;case 7:a({file:n,encrypted:o});case 8:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[a,i]);return ov.createElement(jV,ED({ref:t,type:"file",accept:n,onChange:s},r?{}:{capture:o?"user":"environment"}))}));FV.propTypes={useFileBrowse:Iv.bool,accept:Iv.string,frontCamera:Iv.bool,onCaptureDone:Iv.func,outputEncryptionSettings:Iv.shape({key:Iv.string})},FV.defaultProps={useFileBrowse:!1,accept:"image/*",frontCamera:!1,onCaptureDone:null,outputEncryptionSettings:{key:""}};var VV,zV=Object.freeze({__proto__:null,Camera:EM}),KV="landscape",qV="portrait",HV=ZI.Errors,WV=Zb.div(VV||(VV=AD(["\n text-align: center;\n font-size: 20px;\n font-weight: 600;\n"])));function QV(e){var t=e.children,r=nN.useSDKSettings().lang,n=HV.wrong_orientation.msg[r],o=function(){var e=ov.useRef(screen.width>screen.height?KV:qV),t=TD(ov.useState(e.current),2),r=t[0],n=t[1];return ov.useEffect((function(){function e(){screen.width>screen.heightt?n(KV):n(qV)}return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}}),[]),QD.isMobile?{curOrientation:r,initOrientation:e.current}:{curOrientation:"desktop"}}().curOrientation;return ov.createElement(ov.Fragment,null,o===KV&&ov.createElement($F,{open:!0},ov.createElement(WV,null,n)),(o===qV||"desktop"===o)&&ov.createElement(ov.Fragment,null,t))}var GV=["tracking","clientSettings","livenessSettings","livenessComponent"];function XV(e){var t=e.tracking,r=void 0===t?{enable:!0}:t,n=e.clientSettings,o=e.livenessSettings,a=e.livenessComponent,i=void 0===a?LV:a,s=_D(e,GV),c=Zj(n,"data.settings.sdk_settings.active_liveness_settings",o),u=Zj(n,"data.settings.sdk_settings.server_log_settings.enable",r.enable);return ov.createElement(QV,null,ov.createElement(LN.SDKTrackingProvider,{value:{tracking:SD(SD({},r),{},{enable:u})}},ov.createElement(i,ED({},s,{livenessSettings:c}))))}function YV(){return(YV=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function $V(e,t){if(null==e)return{};var r,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}function ZV(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function JV(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var ez=ov.createContext(null),tz="entering",rz="entered",nz=function(e){function t(t,r){var n;n=e.call(this,t,r)||this;var o,a=r&&!r.isMounting?t.enter:t.appear;return n.appearStatus=null,t.in?a?(o="exited",n.appearStatus=tz):o=rz:o=t.unmountOnExit||t.mountOnEnter?"unmounted":"exited",n.state={status:o},n.nextCallback=null,n}ZV(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&"unmounted"===t.status?{status:"exited"}:null};var r=t.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var r=this.state.status;this.props.in?r!==tz&&r!==rz&&(t=tz):r!==tz&&r!==rz||(t="exiting")}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,r,n=this.props.timeout;return e=t=r=n,null!=n&&"number"!=typeof n&&(e=n.exit,t=n.enter,r=void 0!==n.appear?n.appear:t),{exit:e,enter:t,appear:r}},r.updateStatus=function(e,t){void 0===e&&(e=!1),null!==t?(this.cancelNextCallback(),t===tz?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&"exited"===this.state.status&&this.setState({status:"unmounted"})},r.performEnter=function(e){var t=this,r=this.props.enter,n=this.context?this.context.isMounting:e,o=this.props.nodeRef?[n]:[XI.findDOMNode(this),n],a=o[0],i=o[1],s=this.getTimeouts(),c=n?s.appear:s.enter;e||r?(this.props.onEnter(a,i),this.safeSetState({status:tz},(function(){t.props.onEntering(a,i),t.onTransitionEnd(c,(function(){t.safeSetState({status:rz},(function(){t.props.onEntered(a,i)}))}))}))):this.safeSetState({status:rz},(function(){t.props.onEntered(a)}))},r.performExit=function(){var e=this,t=this.props.exit,r=this.getTimeouts(),n=this.props.nodeRef?void 0:XI.findDOMNode(this);t?(this.props.onExit(n),this.safeSetState({status:"exiting"},(function(){e.props.onExiting(n),e.onTransitionEnd(r.exit,(function(){e.safeSetState({status:"exited"},(function(){e.props.onExited(n)}))}))}))):this.safeSetState({status:"exited"},(function(){e.props.onExited(n)}))},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,r=!0;return this.nextCallback=function(n){r&&(r=!1,t.nextCallback=null,e(n))},this.nextCallback.cancel=function(){r=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var r=this.props.nodeRef?this.props.nodeRef.current:XI.findDOMNode(this),n=null==e&&!this.props.addEndListener;if(r&&!n){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[r,this.nextCallback],a=o[0],i=o[1];this.props.addEndListener(a,i)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},r.render=function(){var e=this.state.status;if("unmounted"===e)return null;var t=this.props,r=t.children,n=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,$V(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return ov.createElement(ez.Provider,{value:null},"function"==typeof r?r(e,n):ov.cloneElement(ov.Children.only(r),n))},t}(ov.Component);function oz(){}nz.contextType=ez,nz.propTypes={},nz.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:oz,onEntering:oz,onEntered:oz,onExit:oz,onExiting:oz,onExited:oz},nz.UNMOUNTED="unmounted",nz.EXITED="exited",nz.ENTERING=tz,nz.ENTERED=rz,nz.EXITING="exiting";var az,iz,sz=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return n=t,void((r=e).classList?r.classList.remove(n):"string"==typeof r.className?r.className=JV(r.className,n):r.setAttribute("class",JV(r.className&&r.className.baseVal||"",n)));var r,n}))},cz=function(e){function t(){for(var t,r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];return(t=e.call.apply(e,[this].concat(n))||this).appliedClasses={appear:{},enter:{},exit:{}},t.onEnter=function(e,r){var n=t.resolveArguments(e,r),o=n[0],a=n[1];t.removeClasses(o,"exit"),t.addClass(o,a?"appear":"enter","base"),t.props.onEnter&&t.props.onEnter(e,r)},t.onEntering=function(e,r){var n=t.resolveArguments(e,r),o=n[0],a=n[1]?"appear":"enter";t.addClass(o,a,"active"),t.props.onEntering&&t.props.onEntering(e,r)},t.onEntered=function(e,r){var n=t.resolveArguments(e,r),o=n[0],a=n[1]?"appear":"enter";t.removeClasses(o,a),t.addClass(o,a,"done"),t.props.onEntered&&t.props.onEntered(e,r)},t.onExit=function(e){var r=t.resolveArguments(e)[0];t.removeClasses(r,"appear"),t.removeClasses(r,"enter"),t.addClass(r,"exit","base"),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var r=t.resolveArguments(e)[0];t.addClass(r,"exit","active"),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var r=t.resolveArguments(e)[0];t.removeClasses(r,"exit"),t.addClass(r,"exit","done"),t.props.onExited&&t.props.onExited(e)},t.resolveArguments=function(e,r){return t.props.nodeRef?[t.props.nodeRef.current,e]:[e,r]},t.getClassNames=function(e){var r=t.props.classNames,n="string"==typeof r,o=n?(n&&r?r+"-":"")+e:r[e];return{baseClassName:o,activeClassName:n?o+"-active":r[e+"Active"],doneClassName:n?o+"-done":r[e+"Done"]}},t}ZV(t,e);var r=t.prototype;return r.addClass=function(e,t,r){var n=this.getClassNames(t)[r+"ClassName"],o=this.getClassNames("enter").doneClassName;"appear"===t&&"done"===r&&o&&(n+=" "+o),"active"===r&&e&&e.scrollTop,n&&(this.appliedClasses[t][r]=n,function(e,t){e&&t&&t.split(" ").forEach((function(t){return n=t,void((r=e).classList?r.classList.add(n):function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")}(r,n)||("string"==typeof r.className?r.className=r.className+" "+n:r.setAttribute("class",(r.className&&r.className.baseVal||"")+" "+n)));var r,n}))}(e,n))},r.removeClasses=function(e,t){var r=this.appliedClasses[t],n=r.base,o=r.active,a=r.done;this.appliedClasses[t]={},n&&sz(e,n),o&&sz(e,o),a&&sz(e,a)},r.render=function(){var e=this.props,t=(e.classNames,$V(e,["classNames"]));return ov.createElement(nz,YV({},t,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t}(ov.Component);cz.defaultProps={classNames:""},cz.propTypes={};var uz=function(e,t,r){return function(){var n;e.props[t]&&(n=e.props)[t].apply(n,arguments),r()}},lz=((az={})["out-in"]=function(e){var t=e.current,r=e.changeState;return ov.cloneElement(t,{in:!1,onExited:uz(t,"onExited",(function(){r(tz,null)}))})},az["in-out"]=function(e){var t=e.current,r=e.changeState,n=e.children;return[t,ov.cloneElement(n,{in:!0,onEntered:uz(n,"onEntered",(function(){r(tz)}))})]},az),dz=((iz={})["out-in"]=function(e){var t=e.children,r=e.changeState;return ov.cloneElement(t,{in:!0,onEntered:uz(t,"onEntered",(function(){r(rz,ov.cloneElement(t,{in:!0}))}))})},iz["in-out"]=function(e){var t=e.current,r=e.children,n=e.changeState;return[ov.cloneElement(t,{in:!1,onExited:uz(t,"onExited",(function(){n(rz,ov.cloneElement(r,{in:!0}))}))}),ov.cloneElement(r,{in:!0})]},iz),fz=function(e){function t(){for(var t,r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];return(t=e.call.apply(e,[this].concat(n))||this).state={status:rz,current:null},t.appeared=!1,t.changeState=function(e,r){void 0===r&&(r=t.state.current),t.setState({status:e,current:r})},t}ZV(t,e);var r=t.prototype;return r.componentDidMount=function(){this.appeared=!0},t.getDerivedStateFromProps=function(e,t){return null==e.children?{current:null}:t.status===tz&&"in-out"===e.mode?{status:tz}:!t.current||((r=t.current)===(n=e.children)||ov.isValidElement(r)&&ov.isValidElement(n)&&null!=r.key&&r.key===n.key)?{current:ov.cloneElement(e.children,{in:!0})}:{status:"exiting"};var r,n},r.render=function(){var e,t=this.props,r=t.children,n=t.mode,o=this.state,a=o.status,i=o.current,s={children:r,current:i,changeState:this.changeState,status:a};switch(a){case tz:e=dz[n](s);break;case"exiting":e=lz[n](s);break;case rz:e=i}return ov.createElement(ez.Provider,{value:{isMounting:!this.appeared}},e)},t}(ov.Component);fz.propTypes={},fz.defaultProps={mode:"out-in"};var pz={DEFAULT:"default",ERROR:"error"};function hz(e){var t=e.className,r=e.width,n=e.height,o=e.type,a=e.strokeStyles,i=e.strokeWidth,s=e.radius,c=e.paddingStyle,u=ov.useMemo((function(){var e;return SD((kD(e={},pz.DEFAULT,{fill:"none",strokeWidth:i,stroke:"#fff",strokeDasharray:"7, 4",opacity:.6}),kD(e,pz.ERROR,{fill:"rgba(234,50,35, 0.1)",strokeWidth:i,stroke:"#ea3223"}),e),a)}),[i,a]),l=s+.8*i,d=u[o];return ov.createElement("svg",{width:r,height:n,className:t},ov.createElement("rect",{x:i/2,y:i/2,rx:s,ry:s,width:r-i,height:n-i,style:d}),ov.createElement("path",{d:"M0,".concat(l," Q0,0 ").concat(l,",0 L0,0 Z"),style:c}),ov.createElement("path",{d:"M0,".concat(n-l," Q0,").concat(n," ").concat(l,",").concat(n," L0,").concat(n," Z"),style:c}),ov.createElement("path",{d:"M".concat(r-l,",").concat(n," Q").concat(r,",").concat(n," ").concat(r,",").concat(n-l," L").concat(r,",").concat(n," Z"),style:c}),ov.createElement("path",{d:"M".concat(r-l,",0 Q").concat(r,",0 ").concat(r,",").concat(l," L").concat(r,",0 Z"),style:c}))}hz.propTypes={className:Iv.string,width:Iv.number,height:Iv.number,strokeWidth:Iv.number,strokeStyles:Iv.shape({}),type:Iv.oneOf([pz.DEFAULT,pz.ERROR]),radius:Iv.number,paddingStyle:Iv.shape({})},hz.defaultProps={className:"",width:600,height:400,strokeWidth:2,strokeStyles:{},type:pz.DEFAULT,radius:10,paddingStyle:{fill:"rgba(0, 0, 0, 0.6)"}};var gz,mz,vz,yz,bz,wz,Cz,kz,Ez,Bz,Sz,_z,Az,Tz,Iz,xz,Pz,Rz,Nz,Oz=Mb([".flipY-exit{animation-name:",";animation-duration:","ms;animation-timing-function:ease-in;}.flipY-enter{animation-name:",";animation-duration:","ms;animation-timing-function:ease-out;}"],tw(["from{transform:perspective(400px);}to{transform:perspective(400px) rotateY(90deg);}"]),500,tw(["from{transform:perspective(400px) rotateY(-90deg);}to{transform:perspective(400px);}"]),500),Lz=Object.freeze({__proto__:null,animationDuration:500,default:Oz}),Dz=Mb([".slide-horizontal{animation-name:",";animation-iteration-count:infinite;animation-duration:2000ms;animation-timing-function:linear;}.slide-vertical{animation-name:",";animation-iteration-count:infinite;animation-duration:2000ms;animation-timing-function:linear;}"],tw(["from,to{transform:translate3d(-","px,0,0);}50%{transform:translate3d(","px,0,0);}"],20,20),tw(["from,to{transform:translate3d(0,-","px,0);}50%{transform:translate3d(0,","px,0);}"],20,20)),Mz=Object.freeze({__proto__:null,default:Dz}),Uz=Mb([".blink{animation-name:",";animation-iteration-count:infinite;animation-duration:2000ms;animation-timing-function:linear;}"],tw(["from,to{opacity:1;}50%{opacity:0;}"])),jz=Object.freeze({__proto__:null,default:Uz}),Fz=Zb.div(gz||(gz=AD(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: ","; // must be higher than BASE_Z_INDEX and lower than other layers\n"])),1001),Vz=Mb([".splash-enter{animation-name:",";animation-duration:","ms;animation-timing-function:ease-in;}"],tw(["from{background:#000;}to{}"]),300),zz=Zb.div(mz||(mz=AD(["\n ","\n"])),Vz),Kz=function(e){var t=e.keyForTransition,r=void 0===t?0:t;return ov.createElement(zz,null,ov.createElement(fz,null,ov.createElement(cz,{key:r,timeout:{enter:300,exit:0},classNames:"splash",unmountOnExit:!1},ov.createElement(Fz,null))))},qz=Object.freeze({__proto__:null,default:Kz}),Hz=Mb([".spin{animation-name:",";animation-iteration-count:infinite;animation-duration:1000ms;animation-timing-function:linear;}"],tw(["from{transform:rotate(0deg);}to{transform:rotate(360deg);}"])),Wz=Object.freeze({__proto__:null,default:Hz}),Qz=Object.freeze({__proto__:null,flipY:Lz,slide:Mz,blink:jz,splash:qz,spin:Wz}),Gz=Kz,Xz=Zb.div(vz||(vz=AD(["\n ","\n ","\n"])),Oz,Hz),Yz=Zb.img(yz||(yz=AD(["\n border-radius: 5px;\n opacity: 0.7;\n height: 38px;\n"]))),$z=Zb.div(bz||(bz=AD(["\n cursor: pointer;\n text-align: center;\n width: ","px;\n\n img {\n width: 100%;\n }\n\n z-index: ",";\n position: fixed;\n\n ","\n"])),60,1020,QD.isMobile?Mb(["top:",";"],(function(e){return e.y})):Mb(["bottom:","px;"],10)),Zz=Zb.div(wz||(wz=AD(["\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n position: absolute;\n margin: auto;\n width: ","px;\n height: ","px;\n\n img {\n width: 100%;\n }\n\n z-index: ",";\n"])),100,100,1020),Jz=Zb.div(Cz||(Cz=AD(["\n color: #fff;\n text-align: center;\n"]))),eK=Zb.div(kz||(kz=AD(["\n transform: translateZ(1000px); // to fix rotating bug on safari\n transform-style: preserve-3d;\n position: absolute;\n top: ",";\n z-index: ",";\n"])),(function(e){return e.y}),1020),tK=Zb.div(Ez||(Ez=AD(["\n display: flex;\n align-items: center;\n"]))),rK=Zb(Jz)(Bz||(Bz=AD(["\n font-size: 20px;\n margin-left: 10px;\n color: #fff;\n"]))),nK=Zb(Jz)(Sz||(Sz=AD(["\n font-size: 20px;\n margin-left: 10px;\n color: green;\n position: absolute;\n left: 0;\n top: 10px;\n background: white;\n z-index: ",";\n"])),1030),oK=Zb(Jz)(_z||(_z=AD(["\n position: absolute;\n font-size: 16px;\n text-align: center;\n color: #fff;\n top: ",";\n z-index: ",";\n"])),(function(e){return e.y}),1020),aK=Zb(oK)(Az||(Az=AD(["\n background: #ea3223;\n padding: 5px 10px;\n border-radius: 3px;\n"]))),iK=Zb(Jz)(Tz||(Tz=AD(["\n position: absolute;\n font-size: 18px;\n text-align: center;\n border-radius: 3px;\n padding: 5px 10px;\n background: #ea3223;\n color: #fff;\n margin: 0 10px;\n top: ",";\n z-index: ",";\n"])),(function(e){return e.y}),1020),sK=(Zb.div(Iz||(Iz=AD(["\n font-size: 18px;\n text-align: center;\n padding: 10px;\n"]))),Zb(hz)(xz||(xz=AD(["\n position: absolute;\n top: 0;\n left: 0;\n"])))),cK={BTN_OK:{en:"OK",vi:"Tôi đã hiểu"},FRONT:{en:"front",vi:"trước"},BACK:{en:"back",vi:"sau"},BTN_USE_THIS_PICTURE:{en:"Use this picture",vi:"Dùng ảnh này"},BTN_TRY_AGAIN:{en:"Try again",vi:"Thử lại"},CONFIRM_POPUP_VALID_QR:{en:"QR code scanned",vi:"Đã quét được mã QR"},CONFIRM_POPUP_INVALID_QR:{en:"Could not scan QR code",vi:"Không quét được mã QR"}},uK=ZI.IDCardMessage,lK=Zb.div(Pz||(Pz=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n padding: 10px;\n"]))),dK=Zb.div(Rz||(Rz=AD(["\n text-align: center;\n font-size: 1rem;\n"]))),fK=Zb.button(Nz||(Nz=AD(["\n margin-top: 20px;\n width: 100%;\n max-width: 160px;\n height: 50px;\n background-color: ",";\n border: 0;\n outline: none;\n border-radius: 0.25rem;\n color: #fff;\n font-weight: 400;\n cursor: pointer;\n font-size: 1rem;\n"])),(function(e){return e.theme.tsBlue})),pK=function(e){var t=e.onOk,r=e.maxSessionTime,n=nN.useSDKSettings().lang;return ov.createElement(lK,null,ov.createElement(dK,{className:"popup-message"},Ij(uK.TIMEOUT_INSTRUCTION[n])({x:r})),ov.createElement(fK,{className:"popup-button",onClick:t},cK.BTN_OK[n]))};pK.propTypes={onOk:Iv.func,maxSessionTime:Iv.number},pK.defaultProps={onOk:function(){},maxSessionTime:30};var hK=function(){var e=TD(ov.useState(!1),2),t=e[0],r=e[1],n=TD(ov.useState(null),2),o=n[0],a=n[1],i=TD(ov.useState({}),2),s=i[0],c=i[1];return{showPopup:ov.useCallback((function(e){var t=e.popupType,n=e.props;c(void 0===n?{}:n),a(t),r(null!==t)}),[]),popupShown:t,popupType:o,props:s}},gK="SESSION_TIMEOUT",mK="CONFIRM",vK="QR_INVALID",yK="QR_INSTRUCTIONS",bK=ZI.Errors;function wK(e,t){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)}function CK(e,t){return Math.sqrt(wK(e,t))}function kK(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.canvas,r=e.imgMargin,n=void 0===r?.15:r,o=window,a=o.cv,i=t.width,s=t.height,c=n;c<1&&(c=parseInt(.5*(s+i)*c,10));var u=a.imread(t),l=new a.Mat;return a.copyMakeBorder(u,l,c,c,c,c,a.BORDER_CONSTANT,new a.Scalar(0,0,0,255)),u.delete(),{mat:l,margin:c}}function EK(e,t){var r=window.cv,n=TD(t.map((function(e){return e.location})),4),o=n[0],a=n[1],i=n[2],s=n[3],c=CK(i,s),u=CK(a,o),l=Math.max(c,u),d=CK(a,i),f=CK(o,s),p=Math.max(d,f),h=[o.x,o.y,a.x,a.y,i.x,i.y,s.x,s.y],g=[0,0,l-1,0,l-1,p-1,0,p-1],m=r.imread(e),v=new r.Mat,y=new r.Size(l,p),b=r.matFromArray(4,1,r.CV_32FC2,h),w=r.matFromArray(4,1,r.CV_32FC2,g),C=r.getPerspectiveTransform(b,w);r.warpPerspective(m,v,C,y,r.INTER_LINEAR,r.BORDER_CONSTANT,new r.Scalar);var k=new ImageData(new Uint8ClampedArray(v.data),v.cols,v.rows);return m.delete(),v.delete(),b.delete(),w.delete(),k}function BK(e){var t=e.corners,r=e.width,n=e.height,o=Number.MAX_SAFE_INTEGER,a=Number.MAX_SAFE_INTEGER,i=Number.MIN_SAFE_INTEGER,s=Number.MIN_SAFE_INTEGER;t.forEach((function(e){var t=e.location,r=t.x,n=t.y;o=Math.min(o,r),a=Math.min(a,n),i=Math.max(i,r),s=Math.max(s,n)}));var c=.02;return o/r>=c&&a/n>=c&&(n-s)/n>=c&&(r-i)/r>=c}function SK(){return _K.apply(this,arguments)}function _K(){return(_K=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c,u,l,d,f,p=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=p.length>0&&void 0!==p[0]?p[0]:{},r=t.canvas,n=t.paddingPercent,o=void 0===n?.04:n,a=r.width,i=r.height,s=Math.floor(a*o),c=Math.floor(i*o),u=a-2*s,l=i-2*c,d=document.createElement("canvas"),f=d.getContext("2d"),d.width=u,d.height=l,f.drawImage(r,s,c,u,l,0,0,u,l),e.abrupt("return",NL.isCardGlare(d));case 13:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function AK(e){for(var t,r,n,o,a,i,s,c=e.length,u=0;u<c;u++){var l=(u+c-1)%c,d=(u+1)%c,f=(t=e[u].location,r=e[l].location,n=e[d].location,void 0,void 0,void 0,void 0,o={x:r.x-t.x,y:r.y-t.y},a={x:n.x-t.x,y:n.y-t.y},i=Math.sqrt(Math.pow(o.x,2)+Math.pow(o.y,2)),s=Math.sqrt(Math.pow(a.x,2)+Math.pow(a.y,2)),180*Math.acos((o.x*a.x+o.y*a.y)/(i*s))/Math.PI);if(f<70||f>110)return!1}return!0}function TK(e){return IK.apply(this,arguments)}function IK(){return(IK=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f,p;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.blazefaceModel,n=t.predictedIdCardCanvas,o=t.frontSide,a=n.width,i=n.height,s=Math.floor(a/3),c=Math.floor(4*i/5),u=document.createElement("canvas"),l=u.getContext("2d"),u.width=s,u.height=c,l.drawImage(n,0,Math.floor(i/5),s,c,0,0,s,c),e.next=12,PO.getModelPredictions({model:r,sCanvas:u});case 12:if(d=e.sent,f=d.filter((function(e){var t=e.topLeft,r=e.bottomRight,n=TD(e.probability,1)[0],o=e.landmarks;return!(n<.9||o.length<4||bO.rectAreaRatio({small:{coords:[t,r]},big:{coords:[[0,0],[PO.SIZE,PO.SIZE]]}})<.025)})),p=f.length,!o){e.next=22;break}if(0!==p){e.next=18;break}return e.abrupt("return",bK.id_detector_error_front_side_no_faces);case 18:if(!(p>1)){e.next=20;break}return e.abrupt("return",bK.id_detector_error_front_side_multiple_faces);case 20:e.next=24;break;case 22:if(!(p>0)){e.next=24;break}return e.abrupt("return",bK.id_detector_error_back_side_has_faces);case 24:return e.abrupt("return",null);case 25:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var xK=function(e,t,r){return void 0===r&&(r=t,t=void 0),void 0!==r&&(r=(r=HM(r))==r?r:0),void 0!==t&&(t=(t=HM(t))==t?t:0),function(e,t,r){return e==e&&(void 0!==r&&(e=e<=r?e:r),void 0!==t&&(e=e>=t?e:t)),e}(HM(e),t,r)},PK="https://unpkg.com/@tsocial/tv_web_sdk_resources@1.0.0/libs/opencv.js";function RK(){return(RK=CD(regeneratorRuntime.mark((function e(t){var r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.url,n=void 0===r?PK:r,!window.cv){e.next=3;break}return e.abrupt("return",Promise.resolve());case 3:return e.next=5,ZL.loadExternalScript({url:n});case 5:return e.abrupt("return",new Promise((function(e){window.cv.onRuntimeInitialized=e})));case 6:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var NK=nF((function(e){return RK.apply(this,arguments)})),OK="https://unpkg.com/@tsocial/tv_web_sdk_resources@1.0.0/models/id-card/tflite/qtf16_model_224x224.tflite",LK={0:"top-left",1:"top-right",2:"bottom-right",3:"bottom-left",4:"cccd.front",5:"passport",6:"cmnd_old.front",7:"cmnd_old.back",8:"cmnd_new.front",9:"cmnd_new.back",10:"cccd_new.front",11:"cccd_new.back"};function DK(e){var t,r,n,o,a,i=e.card,s=e.corners,c=i.box,u={x:(c[1]+c[3])/2,y:(c[0]+c[2])/2},l=c[2]-c[0],d=c[1]-c[3],f=function(e,t){var r;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=xD(e))){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){throw e})),f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,s=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return i=e.done,e},e:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){s=!0,a=e})),f:function(){try{i||null==r.return||r.return()}finally{if(s)throw a}}}}(s);try{for(f.s();!(a=f.n()).done;){var p=a.value;switch(p.label){case"top-left":t||(t=p.location);break;case"top-right":r||(r=p.location);break;case"bottom-right":n||(n=p.location);break;case"bottom-left":o||(o=p.location)}}}catch(e){f.e(e)}finally{f.f()}if(![t,r,n,o].every(Boolean))return console.debug("Not qualified, corners missing"),!1;var h={x:(t.x+n.x)/2,y:(t.y+n.y)/2},g={x:(r.x+o.x)/2,y:(r.y+o.y)/2},m=wK(u,h),v=wK(u,g);return Math.sqrt(m)>(l+d)/8||Math.sqrt(v)>(l+d)/8?(console.debug("Not qualified, not close enough"),!1):(console.debug("Qualified"),!0)}var MK=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,r,n,o,a,i,s,c;return t=e,(r=[{key:"load",value:(c=CD(regeneratorRuntime.mark((function e(){var t,r,n,o=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=o.length>0&&void 0!==o[0]?o[0]:{},r=t.opencvUrl,n=t.modelUrl,e.next=3,Promise.all([NK({url:r}),this.loadModel({modelUrl:n})]);case 3:case"end":return e.stop()}}),e,this)}))),function(){return c.apply(this,arguments)})},{key:"loadModel",value:(s=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=a.length>0&&void 0!==a[0]?a[0]:{},r=t.modelUrl,n=void 0===r?OK:r,e.next=3,dD.initTensorFlow({preferredBackends:["webgl","wasm","cpu"]});case 3:return e.next=5,dD.loadTFLiteModel({modelUrl:n});case 5:this.model=e.sent,o=this.model.inputs,this.inputSize=[o[0].shape[1],o[0].shape[2]];case 8:case"end":return e.stop()}}),e,this)}))),function(){return s.apply(this,arguments)})},{key:"loadResource",value:(i=CD(regeneratorRuntime.mark((function e(){var t,r,n,o=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=o.length>0&&void 0!==o[0]?o[0]:{},r=t.modelUrl,n=void 0===r?OK:r,e.next=3,dD.preloadResource({modelUrl:n});case 3:case"end":return e.stop()}}),e)}))),function(){return i.apply(this,arguments)})},{key:"dispose",value:(a=CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:this.model&&this.model.dispose();case 1:case"end":return e.stop()}}),e,this)}))),function(){return a.apply(this,arguments)})},{key:"predict",value:(o=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f,p,h,g,m,v,y,b,w,C,k,E,B,S,_,A,T,I=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=I.length>1&&void 0!==I[1]?I[1]:{},n=r.imgMargin,o=void 0===n?.5:n,a=r.detectThreshold,i=void 0===a?.3:a,s=r.maxNumReturns,c=void 0===s?100:s,u=window,l=u.cv,d={},f=t.width,p=t.height,d.originalWidth=f,d.originalHeight=p,h=kK({canvas:t,imgMargin:o}),g=h.margin,m=h.mat,v=TD(this.inputSize,2),y=v[0],b=v[1],w=new l.Mat,l.resize(m,w,new l.Size(y,b),0,0,l.INTER_AREA),C=m.cols/y,k=m.rows/b,(E=document.createElement("canvas")).width=y,E.height=b,E.getContext("2d").putImageData(new ImageData(new Uint8ClampedArray(w.data),w.cols,w.rows),0,0),m.delete(),w.delete(),d.canvas=E,d.margin=g,e.next=24,this.detect(E,{detectThreshold:i,maxNumReturns:c});case 24:if(B=e.sent,S={inputImage:d,card:null},_=[],A=[],B.forEach((function(e){var t=TD(e.box,4),r=t[0],n=t[1],o=t[2],a=t[3];e.clazz<=3?_.push({clazz:e.clazz,label:e.label,score:e.score,location:{x:xK(Math.floor((a+n)/2*C-g),0,f),y:xK(Math.floor((r+o)/2*k-g),0,p)},scaledLocation:{x:xK(Math.floor((a+n)/2),0,E.width),y:xK(Math.floor((r+o)/2),0,E.height)}}):A.push({label:e.label,score:e.score,box:[xK(Math.floor(r*k-g),0,p),xK(Math.floor(n*C-g),0,f),xK(Math.floor(o*k-g),0,p),xK(Math.floor(a*C-g),0,f)]})})),_.sort((function(e,t){return t.score-e.score})),A.sort((function(e,t){return t.score-e.score})),!(A.length>0)){e.next=40;break}if(DK({card:T=A[0],corners:_})){e.next=36;break}return console.debug("Not qualified.",T,_),e.abrupt("return",S);case 36:return _.sort((function(e,t){return e.clazz-t.clazz})),T.corners=_,S.card=T,e.abrupt("return",S);case 40:return e.abrupt("return",S);case 41:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"detect",value:(n=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f,p,h,g,m,v,y,b,w,C,k,E,B,S=this,_=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=_.length>1&&void 0!==_[1]?_[1]:{},n=r.detectThreshold,o=r.maxNumReturns,a=window,i=a.tf,s=t.width,c=t.height,u=i.tidy((function(){var e=i.expandDims(i.cast(i.image.resizeNearestNeighbor(i.browser.fromPixels(t),S.inputSize),"float32"));return S.model.predict(e)})),e.next=7,Promise.all([u["StatefulPartitionedCall:1"].data(),u["StatefulPartitionedCall:2"].data(),u["StatefulPartitionedCall:3"].array()]);case 7:for(l=e.sent,d=TD(l,3),f=d[0],p=d[1],h=TD(d[2],1),g=h[0],m=[],v=Math.min(f.length,o),y=0;y<v;y++)(b=f[y])>n&&(C=p[y],k=null!==(w=LK[Math.round(C)])&&void 0!==w?w:"NA",E=g[y],B=[E[0]*c,E[3]*s,E[2]*c,E[1]*s],m.push({score:b,clazz:C,box:B,label:k}));return e.abrupt("return",m);case 17:case"end":return e.stop()}}),e)}))),function(e){return n.apply(this,arguments)})}])&&function(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(t.prototype,r),e}();function UK(e){return jK.apply(this,arguments)}function jK(){return(jK=CD(regeneratorRuntime.mark((function e(t){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.idCardModel,e.abrupt("return",new Promise((function(e,t){var n=document.createElement("canvas");setTimeout(t,1e3),r.predict(n).then(e)})));case 2:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function FK(e){return VK.apply(this,arguments)}function VK(){return(VK=CD(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.idCardModel,n=!0,e.prev=2,o=performance.now(),e.next=6,UK({idCardModel:r});case 6:performance.now()-o>1e3&&(n=!1),e.next=13;break;case 10:e.prev=10,e.t0=e.catch(2),n=!1;case 13:return e.abrupt("return",{fastEnough:n});case 14:case"end":return e.stop()}}),e,null,[[2,10]])})))).apply(this,arguments)}function zK(){return(zK=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c,u,l,d,f,p,h=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=h.length>0&&void 0!==h[0]?h[0]:{},r=t.opencvUrl,n=t.idCardModelUrl,o=t.blazefaceModelUrl,a=t.tfScriptUrls,"iOS"!==QD.osName||!QD.osVersion.includes("12.")){e.next=5;break}return e.next=4,NK({url:r});case 4:return e.abrupt("return",{ableToUseModel:!1});case 5:return e.next=7,dD.loadTensorFlow(a);case 7:return i=new MK,e.next=10,Promise.all([dD.loadBlazefaceModel({modelUrl:o}),i.load({opencvUrl:r,modelUrl:n})]);case 10:return s=e.sent,c=TD(s,1),u=c[0],l=!0,d=document.createElement("canvas"),e.prev=15,e.next=18,i.predict(d);case 18:return e.next=20,FK({idCardModel:i});case 20:f=e.sent,p=f.fastEnough,l=p,e.next=28;break;case 25:e.prev=25,e.t0=e.catch(15),l=!1;case 28:return e.abrupt("return",{ableToUseModel:l,idCardModel:i,blazefaceModel:u});case 29:case"end":return e.stop()}}),e,null,[[15,25]])})))).apply(this,arguments)}var KK=nF((function(){return zK.apply(this,arguments)})),qK=ZI.Errors;function HK(e){var t=e.refVideo,r=e.shouldStart,n=e.cropArea,o=e.settings,a=ov.useRef(null);null===a.current&&(a.current=document.createElement("canvas"));var i=ov.useRef(!1),s=ov.useRef(IL.createResizer({width:960,height:640})),c=ov.useRef(null),u=ov.useRef([{id:null,frames:[]}]),l=ov.useCallback((function(){!0===i.current&&(i.current=!1)}),[]),d=ov.useCallback((function(){u.current=[{id:null,frames:[]}]}),[]),f=ov.useCallback((function(){var e=u.current;e[e.length-1].frames.length>0&&e.push({id:null,frames:[]})}),[]),p=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,a,i,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=t.workingCanvas,n=s.current,a=u.current,i=n.resize({srcCanvas:r}),c=i.toDataURL("image/jpeg",o.saveFrameQuality/100).split(",")[1],a[a.length-1].frames.push({base64:c});case 7:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[o]),h=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var r,n,s,u,l,d,f,h,g,m,v;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o){e.next=2;break}return e.abrupt("return");case 2:if(r=o.frameCaptureIntervalMs,o.enableRecording){e.next=5;break}return e.abrupt("return");case 5:n=c.current,s=t.current,i.current=!0,u=n.cropX,l=n.cropY,d=n.cropWidth,f=n.cropHeight,(h=a.current).width=d,h.height=f,g=h.getContext("2d"),m=null;case 14:if(g.drawImage(s,u,l,d,f,0,0,d,f),!r){e.next=25;break}if(!((v=(new Date).getTime())-m>=r)){e.next=23;break}return e.next=22,p({workingCanvas:h});case 22:m=v;case 23:e.next=27;break;case 25:return e.next=27,p({workingCanvas:h});case 27:if(i.current){e.next=29;break}return e.abrupt("break",33);case 29:return e.next=31,FN.sleep(15);case 31:e.next=14;break;case 33:case"end":return e.stop()}}),e)}))),[t,p,o]);return ov.useEffect((function(){var e=t.current;function o(){return(o=CD(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return c.current=fO.analyzeVideoAndWindowSizes(e,n),t.next=3,h();case 3:case"end":return t.stop()}}),t)})))).apply(this,arguments)}return r&&n&&function(){o.apply(this,arguments)}(),function(){l()}}),[r,n,t,l,f,h]),{refWorkingCanvas:a,stopCheckFrame:l,splitVideos:f,resetRecordedVideos:d,checkFrame:h,refRecordedVideos:u}}var WK,QK,GK,XK=function(e){var t=e.lang,r=e.onAboutToTimeout,n=e.onSessionTimeout,o=e.onVideoTimeLimitReached,a=e.settings,i=e.shouldStartTimers,s=e.sessionTime,c=ov.useRef(),u=TD(ov.useState(0),2),l=u[0],d=u[1],f=ov.useCallback((function(){clearInterval(c.current)}),[]),p=ov.useCallback((function(){d((function(e){return e+1}))}),[]);return ov.useEffect((function(){if(i){var e=a.maxRecordingTimePerVideo,t=0,u=s/3;c.current=setInterval((function(){var a=s-(t+=1);a<=u&&r&&r({curTimeLeft:a}),t>0&&t%e==0&&o&&o(),0===a&&(f(),n&&n())}),1e3)}return function(){f()}}),[i,t,r,f,n,o,l,a,s]),{stopTimers:f,startTimers:p}},YK=function(e){var t=e.shouldStart,r=e.refVideo,n=e.cropArea,o=e.settings,a=e.onModelErrorChange,i=e.frontSide,s=e.onDebugInfoChange,c=e.onAboutToTimeout,u=e.onSessionTimeout,l=e.onCaptureDone,d=e.outputEncryptionSettings,f=e.quality,p=ov.useRef(!1),h=TD(ov.useState(!1),2),g=h[0],m=h[1],v=ov.useRef((function(){})),y=LN.useSDKTracking().sendEvent,b=ov.useRef(),w=ov.useRef(),C=ov.useRef(),k=nN.useSDKSettings(),E=k.debug,B=k.lang,S=k.enableAntiDebug;ov.useEffect((function(){S&&fD.enableAntiDebug()}),[S]);var _=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return y({tag:i?"id_front":"id_back",event:"sdk_ui.auto_capture",log:{}}),e.next=3,v.current(t);case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[y,i]),A=ov.useCallback((function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];a.apply(void 0,t);var n=Zj(t,"0.code");n&&n!==b.current&&y({tag:i?"id_front":"id_back",event:"sdk_ui.show_alert",log:{alert:n}}),b.current=n}),[a,i,y]),T=function(e){var t=e.refVideo,r=e.shouldStart,n=e.cropArea,o=e.settings,a=e.onError,i=e.frontSide,s=e.onAutoCaptureSuccess,c=e.quality,u=ov.useRef(null);null===u.current&&(u.current=document.createElement("canvas"));var l=ov.useRef(!1),d=ov.useRef(null),f=TD(ov.useState(!1),2),p=f[0],h=f[1],g=ov.useRef({imageBlob:null,takenAt:null,blurScore:null,detectedCard:null}),m=ov.useRef({imageBlob:null,blurScore:null,error:null,detectedCard:null}),v=ov.useRef(!1),y=ov.useRef(!1),b=ov.useRef(null),w=ov.useRef(!1),C=ov.useRef({}),k=nN.useSDKSettings().customUrls;ov.useEffect((function(){var e=!1;function t(){return(t=CD(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!o||p){t.next=12;break}if(!o.enableIdDetection){t.next=8;break}return t.next=4,KK(k);case 4:C.current=t.sent,b.current=o.enableBlurCheck&&C.current.ableToUseModel,t.next=9;break;case 8:b.current=!1;case 9:if(!e){t.next=11;break}return t.abrupt("return");case 11:h(!0);case 12:case"end":return t.stop()}}),t)})))).apply(this,arguments)}return function(){t.apply(this,arguments)}(),function(){e=!0}}),[p,o,k]);var E=ov.useCallback((function(){!0===l.current&&(l.current=!1)}),[]),B=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,a,i,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.blurScore,n=t.detectedCard,a=o.blurThreshold,i=g.current,s=m.current,!(r<a&&lO.hasBetterCardBlurScore(r,i.blurScore))){e.next=15;break}if(!w.current){e.next=9;break}i.imageBlob=s.imageBlob,e.next=12;break;case 9:return e.next=11,fO.takePicture({canvas:u.current,quality:c});case 11:i.imageBlob=e.sent;case 12:i.takenAt=(new Date).getTime(),i.blurScore=r,i.detectedCard=n;case 15:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[o,c]),S=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.blurScore,n=t.detectedCard,y.current=!0,o=m.current,!lO.hasBetterCardBlurScore(r,o.blurScore)){e.next=10;break}return e.next=6,fO.takePicture({canvas:u.current,quality:c});case 6:o.imageBlob=e.sent,o.blurScore=r,o.detectedCard=n,w.current=!0;case 10:y.current=!1;case 11:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[c]),_=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var t,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=o.waitForBestImageTimeMs,null===(r=g.current).imageBlob){e.next=8;break}if(!((new Date).getTime()-r.takenAt>t)){e.next=8;break}return e.next=7,s(r);case 7:E();case 8:case"end":return e.stop()}}),e)}))),[s,o,E]),A=ov.useCallback((function(){v.current=!0}),[]),T=ov.useCallback((function(){return new Promise((function(e){v.current=!1;var t=setInterval((function(){y.current||(clearInterval(t),e())}),150)}))}),[]),I=ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise((function(e){var t=o.blurThreshold,r=m.current;b.current?(A(),setTimeout((function(){T().then((function(){lO.hasBetterCardBlurScore(r.blurScore,t)||(r.error=qK.id_detector_error_blur),null===r.imageBlob?fO.takePicture({canvas:u.current,quality:c}).then((function(t){r.imageBlob=t,e(r)})):e(r)}))}),2e3)):fO.takePicture({canvas:u.current,quality:c}).then((function(t){r.imageBlob=t,e(r)}))})));case 1:case"end":return e.stop()}}),e)}))),[o,A,T,c]),x=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var r,n,s,c,f,h,y,b,k,E,A,T,I,x,P,R,N,O,L,D,M,U,j,F,V;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o&&p&&!l.current){e.next=2;break}return e.abrupt("return");case 2:g.current={imageBlob:null,takenAt:null,blurScore:null,detectedCard:null},m.current={imageBlob:null,blurScore:null,error:null,detectedCard:null},r=o.enableAutoCapture,n=o.enableBlurCheck,s=o.enableIdDetection,c=C.current,f=c.idCardModel,h=c.blazefaceModel,y=c.ableToUseModel,b=d.current,k=t.current,l.current=!0,E=b.cropX,A=b.cropY,T=b.cropWidth,I=b.cropHeight,x=b.cropWidthWithoutPadding,P=b.cropHeightWithoutPadding,(R=u.current).width=T,R.height=I,N=R.getContext("2d"),O=document.createElement("canvas"),L=O.getContext("2d"),D=s&&y?15:700;case 17:if(N.drawImage(k,E,A,T,I,0,0,T,I),w.current=!1,!s||!y){e.next=74;break}return M=null,e.next=24,f.predict(R,{detectThreshold:.3});case 24:if(!(U=e.sent).card){e.next=70;break}if(!BK({corners:U.card.corners,width:T,height:I})){e.next=67;break}if(!AK(U.card.corners)){e.next=64;break}if(j=EK(R,U.card.corners),!((F=bO.rectAreaRatio({small:{area:j.width*j.height},big:{area:x*P}}))<.5)){e.next=36;break}M=qK.id_detector_card_too_small,e.next=62;break;case 36:if(!(F>.95)){e.next=40;break}M=qK.id_detector_error_incomplete,e.next=62;break;case 40:return O.width=j.width,O.height=j.height,L.putImageData(j,0,0),e.next=45,SK({canvas:O});case 45:if(!e.sent){e.next=50;break}M=qK.glare_detected,e.next=62;break;case 50:return e.next=52,TK({blazefaceModel:h,predictedIdCardCanvas:O,frontSide:i});case 52:if(M=e.sent){e.next=62;break}if(!n){e.next=62;break}if(V=lO.calculateIdCardBlurScore({canvas:O}),!v.current){e.next=59;break}return e.next=59,S({blurScore:V,detectedCard:U.card});case 59:if(!r){e.next=62;break}return e.next=62,B({blurScore:V,detectedCard:U.card});case 62:e.next=65;break;case 64:M=qK.id_detector_validate_angle_error;case 65:e.next=68;break;case 67:M=qK.id_detector_error_incomplete;case 68:e.next=71;break;case 70:M=qK.id_detector_no_cards;case 71:return a(M),e.next=74,_();case 74:if(l.current){e.next=76;break}return e.abrupt("break",80);case 76:return e.next=78,FN.sleep(D);case 78:e.next=17;break;case 80:case"end":return e.stop()}}),e)}))),[t,o,p,i,a,B,S,_]);ov.useEffect((function(){var e=t.current;function o(){return(o=CD(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return d.current=fO.analyzeVideoAndWindowSizes(e,n,.05),t.next=3,x();case 3:case"end":return t.stop()}}),t)})))).apply(this,arguments)}r&&n&&p&&function(){o.apply(this,arguments)}()}),[r,n,t,E,x,p]);var P=ov.useCallback((function(){E()}),[E]);return ov.useEffect((function(){return P}),[P]),{refWorkingCanvas:u,stopCheckFrame:E,checkFrame:x,warmupDone:p,takePictureManually:I,refAbleToRunBurstMode:b}}({refVideo:r,shouldStart:t,cropArea:n,settings:o,onError:A,frontSide:i,onAutoCaptureSuccess:_,quality:f}),I=T.refWorkingCanvas,x=T.stopCheckFrame,P=T.checkFrame,R=T.warmupDone,N=T.takePictureManually,O=T.refAbleToRunBurstMode,L=HK({refVideo:r,shouldStart:t&&R,cropArea:n,settings:o}),D=L.stopCheckFrame,M=L.splitVideos,U=L.resetRecordedVideos,j=L.checkFrame,F=L.refRecordedVideos;!function(e){var t=e.debug,r=e.refRecordedVideos,n=e.refWorkingCanvas,o=e.refVideo,a=e.onChange;ov.useEffect((function(){var e;return t&&(e=setInterval((function(){var e=o.current,t=r.current,i=n.current,s=t[t.length-1],c={videoWidth:e.videoWidth,videoHeight:e.videoHeight,framesCount:s.frames.length,"window.innerWidth":window.innerWidth,"window.innerHeight":window.innerHeight,"canvas.width":null==i?void 0:i.width,"canvas.height":null==i?void 0:i.height};a&&a(JSON.stringify(c,null,2))}),1e3)),function(){return clearInterval(e)}}),[a,t,r,n,o])}({debug:E,refRecordedVideos:F,refWorkingCanvas:I,refVideo:r,onChange:s});var V=ov.useCallback((function(){D(),x(),U(),u()}),[U,D,x,u]),z=ov.useCallback((function(){M()}),[M]),K=XK({lang:B,onAboutToTimeout:c,onSessionTimeout:V,onVideoTimeLimitReached:z,settings:o,shouldStartTimers:R&&t&&(null==o?void 0:o.enableTimers),sessionTime:null==o?void 0:o.idCardSessionTime}),q=K.stopTimers,H=K.startTimers,W=ov.useCallback((function(){p.current=!1}),[]),Q=ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return W(),H(),e.next=4,Promise.all([j(),P()]);case 4:case"end":return e.stop()}}),e)}))),[j,P,H,W]),G=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,s,c=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=c.length>0&&void 0!==c[0]?c[0]:{},r=t.imageBlob,n=t.error,o=t.detectedCard,!p.current){e.next=3;break}return e.abrupt("return");case 3:if(p.current=!0,m(!0),D(),x(),q(),A(null),!d||!d.key){e.next=14;break}return s=d.key,e.next=13,gD.encrypt({blob:r,key:s});case 13:a=e.sent;case 14:l({image:{blob:r,encrypted:a,detectedCard:o},error:n,recordedVideos:F.current}),m(!1),y({tag:i?"id_front":"id_back",event:"user_activity",log:{time_capture_in_seconds:(performance.now()-C.current)/1e3}});case 17:case"end":return e.stop()}}),e)}))),[D,x,q,A,l,F,i,y,d]);v.current=G;var X=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return m(!0),q(),D(),O.current||x(),e.next=6,N();case 6:return t=e.sent,e.next=9,G(t);case 9:m(!1),y({tag:i?"id_front":"id_back",event:"user_activity.capture",log:{}});case 11:case"end":return e.stop()}}),e)}))),[N,G,q,O,D,x,y,i]);return ov.useEffect((function(){t&&(y({tag:i?"id_front":"id_back",event:"user_activity.start",log:{}}),w.current=performance.now())}),[y,i,t]),ov.useEffect((function(){R&&(y({tag:i?"id_front":"id_back",event:"user_activity.show",log:{}}),y({tag:i?"id_front":"id_back",event:"sdk.load_model",log:{status:"success",time_in_ms:performance.now()-w.current}}),C.current=performance.now())}),[y,i,R]),{warmupDone:R,isProcessing:g,takePictureManually:X,restartSession:Q,resetIsProcessingImageBlobTaken:W}},$K=ZI.IDCardMessage,ZK=ov.forwardRef((function(e,t){var r=e.description,n=e.usePortraitMask,o=e.windowAndVideoInfo,a=e.refVideo,i=e.frontSide,s=e.settings,c=e.onCaptureDone,u=e.onUISpacingChange,l=e.outputEncryptionSettings,d=TD(ov.useState({}),2),f=d[0],p=d[1],h=f.yDescription,g=f.yMessage,m=f.yCaptureButton,v=UN.useAsset("ic_camera.svg"),y=UN.useAsset("ic_loading.png"),b=TD(ov.useState(""),2),w=b[0],C=b[1],k=nN.useSDKSettings(),E=k.debug,B=k.lang,S=TD(ov.useState(null),2),_=S[0],A=S[1],T=TD(ov.useState(""),2),I=T[0],x=T[1],P=TD(ov.useState(null),2),R=P[0],N=P[1],O=hK(),L=O.showPopup,D=O.popupShown,M=O.popupType,U=ov.useCallback((function(e){x(null===e?"":Ij(e.msg[B])({side:i?cK.FRONT[B]:cK.BACK[B]}))}),[B,i]),j=ov.useCallback((function(){A(""),L({popupType:gK})}),[L]),F=ov.useCallback((function(){A(""),c.apply(void 0,arguments)}),[c]),V=ov.useCallback((function(e){var t=e.curTimeLeft;A(Ij($K.REMAINING_TIME[B])({x:t}))}),[B]),z=YK({shouldStart:!0,refVideo:a,cropArea:R,settings:s,onModelErrorChange:U,frontSide:i,onDebugInfoChange:C,onSessionTimeout:j,onCaptureDone:F,onAboutToTimeout:V,outputEncryptionSettings:l}),K=z.warmupDone,q=z.isProcessing,H=z.takePictureManually,W=z.restartSession,Q=z.resetIsProcessingImageBlobTaken,G=ov.useCallback((function(){L({popupType:null}),Q()}),[L,Q]),X=ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return G(),e.next=3,W();case 3:case"end":return e.stop()}}),e)}))),[W,G]);ov.useEffect((function(){if(o){var e,t,r,a,i,s,c,l=o.videoAreaWidth,d=o.videoAreaHeight,f=o.lostX,h=o.lostY,g=o.clientHeight;n?(i=.7*(s=d-165),r=(c=(e=h+10)+45)+20,a=(t=c+s+10)+60):(i=QD.isMobile?l-6:Math.floor(.7*l),r=(c=(e=h+10)+50)+20,a=(t=c+(s=Math.floor(Math.min(i/1.5,g-2*h-80-100)))+10)+60);var m=Math.floor((l-i)/2)+f;N({x:m,y:c,width:i,height:s,surroundStyle:{opacity:.6,background:"#000"}});var v={yTitle:e,yDescription:t,yMessage:r,yCaptureButton:a};p(v),u(v)}}),[o,n,u]);var Y=ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return A(""),e.next=3,H();case 3:case"end":return e.stop()}}),e)}))),[H]);return ov.useImperativeHandle(t,(function(){return{restartSession:X}}),[X]),ov.createElement(ov.Fragment,null,!K&&ov.createElement(mV,null),E&&ov.createElement(nK,null,w),q&&ov.createElement(Zz,null,ov.createElement("img",{src:y,alt:"",className:"spin"})),R&&ov.createElement(kM,{x:"".concat(R.x,"px"),y:"".concat(R.y,"px"),width:"".concat(R.width,"px"),height:"".concat(R.height,"px"),surroundStyle:R.surroundStyle},ov.createElement(sK,{width:R.width,height:R.height,type:I?pz.ERROR:pz.DEFAULT})),!I&&ov.createElement(oK,{y:"".concat(h,"px"),className:"description"},r),I&&ov.createElement(aK,{y:"".concat(h,"px")},I),!q&&(!(null!=s&&s.disableCaptureButtonIfAlert)||!I)&&ov.createElement($z,{onClick:Y,y:"".concat(m,"px")},ov.createElement("img",{src:v,alt:""})),_&&ov.createElement(iK,{key:_,className:"message",y:"".concat(g,"px")},_),ov.createElement($F,{open:D},M===gK&&ov.createElement(pK,{onOk:X,maxSessionTime:null==s?void 0:s.idCardSessionTime})))}));ZK.propTypes={usePortraitMask:Iv.bool,description:Iv.string,windowAndVideoInfo:Iv.shape({}),refVideo:Iv.shape({}),frontSide:Iv.bool,settings:Iv.shape({}),onCaptureDone:Iv.func,onUISpacingChange:Iv.func,outputEncryptionSettings:Iv.shape({})},ZK.defaultProps={usePortraitMask:!1,description:"",windowAndVideoInfo:{},refVideo:{},frontSide:!0,settings:{},onCaptureDone:function(){},onUISpacingChange:function(){},outputEncryptionSettings:null};var JK,eq,tq=Zb.div(WK||(WK=AD(["\n background: ",";\n backdrop-filter: blur(12px);\n border-radius: 8px;\n top: ",";\n position: absolute;\n z-index: ",";\n color: #fff;\n padding: 10px;\n margin: 0 10px;\n max-width: 275px;\n text-align: center;\n"])),(function(e){return e.background}),(function(e){return e.y}),1020),rq=Zb.div(QK||(QK=AD(["\n width: 0;\n height: 0;\n border-left: 20px solid transparent;\n border-right: 20px solid transparent;\n border-bottom: ",";\n position: absolute;\n left: 50%;\n top: ",";\n transform: translateX(-50%);\n"])),(function(e){return"".concat(e.arrowSize,"px solid ").concat(e.color)}),(function(e){return"".concat(e.top,"px")})),nq=function(e){var t=e.children,r=e.y;return ov.createElement(tq,{y:r,background:"#00ce78"},ov.createElement(rq,{arrowSize:10,top:-10,color:"#00ce78"}),t)},oq=Zb.div(GK||(GK=AD(["\n text-align: center;\n position: absolute;\n font-size: 18px;\n border-radius: 3px;\n padding: 5px 10px;\n background: #ea3223;\n color: #fff;\n margin: auto;\n top: ",";\n z-index: ",";\n"])),(function(e){return e.y}),1020),aq={QR_INSTRUCTIONS_TEXT:{en:ov.createElement("span",null,"Please follow the instructions below to scan QR code:",ov.createElement("br",null),ov.createElement("br",null)," Move camera to the position of QR code on ID card. Align QR code to fit into camera frame to scan it"),vi:ov.createElement("span",null,"Vui lòng quét mã QR theo hướng dẫn sau:",ov.createElement("br",null),ov.createElement("br",null)," Đưa camera vào vị trí mã QR trên CCCD. Canh vừa mã QR vào 4 góc khung hình để quét mã")},QR_INSTRUCTIONS_START_BUTTON:{en:"Scan QR code",vi:"Tiến hành quét mã QR"},QR_INSTRUCTIONS_COUNTDOWN:{en:"Start in <%= x %> s",vi:"Bắt đầu trong <%= x %> giây"},QR_INVALID_POPUP_TITLE:{en:"Invalid QR code",vi:"QR không hợp lệ"},QR_INVALID_POPUP_DESCRIPTION:{en:"Please check and make sure scanning QR code on ID card",vi:"Vui lòng kiểm tra và đảm bảo việc thực hiện quét QR trên CCCD thật"},QR_INVALID_POPUP_RETRY_BUTTON:{en:"Scan QR (on ID card)",vi:"Quét lại QR (trên CCCD)"},QR_INVALID_POPUP_SKIP_BUTTON:{en:"Skip",vi:"Bỏ qua"},QR_TOOLTIP:{en:"Fit QR code to 4 corners of camera frame and try to move camera [in or out] to scan QR code",vi:"Canh vừa mã QR vào 4 góc khung hình và thử dịch chuyển camera [xa - gần] để quét được mã QR"},REMAINING_TIME:{en:"Remaining time: <%= x %> seconds",vi:"Thời gian còn lại: <%= x %> giây"},SESSION_TIMEOUT_POPUP_DESCRIPTION:{en:ov.createElement("span",null,"Quá thời gian quét. Vui lòng thực hiện lại.",ov.createElement("br",null),ov.createElement("br",null)," Đưa camera vào vị trí mã QR trên thẻ. Canh vừa vào 4 góc và"," ",ov.createElement("strong",{className:"text-primary"},"thử dịch chuyển camera [xa - gần]")," để camera điện thoại lấy nét chuẩn hơn."),vi:ov.createElement("span",null,"Quá thời gian quét. Vui lòng thực hiện lại.",ov.createElement("br",null),ov.createElement("br",null)," Đưa camera vào vị trí mã QR trên thẻ. Canh vừa vào 4 góc và"," ",ov.createElement("strong",{className:"text-primary"},"thử dịch chuyển camera [xa - gần]")," để camera điện thoại lấy nét chuẩn hơn.")},SESSION_TIMEOUT_POPUP_RETRY_BUTTON:{en:"Retry",vi:"Thực hiện lại"},SESSION_TIMEOUT_POPUP_SKIP_BUTTON:{en:"Skip",vi:"Bỏ qua"}},iq=function(e){var t=e.children,r=e.mt,n=e.mb,o=e.ml,a=e.mr,i=e.mx,s=e.my,c=e.pt,u=e.pb,l=e.pl,d=e.pr,f=e.px,p=e.py,h=t.props.style||{},g={};return null!==i&&(g.marginLeft=i,g.marginRight=i),null!==s&&(g.marginTop=s,g.marginBottom=s),null!==r&&(g.marginTop=r),null!==n&&(g.marginBottom=n),null!==o&&(g.marginLeft=o),null!==a&&(g.marginRight=a),null!==f&&(g.paddingLeft=f,g.paddingRight=f),null!==p&&(g.paddingTop=p,g.paddingBottom=p),null!==c&&(g.paddingTop=c),null!==u&&(g.paddingBottom=u),null!==l&&(g.paddingLeft=l),null!==d&&(g.paddingRight=d),ov.cloneElement(t,{style:SD(SD({},h),g)})};iq.propTypes={mt:Iv.string,ml:Iv.string,mr:Iv.string,mb:Iv.string,mx:Iv.string,my:Iv.string,pt:Iv.string,pl:Iv.string,pr:Iv.string,pb:Iv.string,px:Iv.string,py:Iv.string},iq.defaultProps={mt:null,ml:null,mr:null,mb:null,mx:null,my:null,pt:null,pl:null,pr:null,pb:null,px:null,py:null};var sq,cq,uq,lq,dq,fq,pq=Zb.button(JK||(JK=AD(["\n width: 100%;\n max-width: 294px;\n height: 66px;\n background-color: ",";\n border: 0;\n outline: none;\n border-radius: 3px;\n color: #fff;\n font-weight: normal;\n cursor: pointer;\n font-size: 1rem;\n"])),(function(e){return e.theme.tsBlue})),hq=Zb.a(eq||(eq=AD(["\n color: ",";\n cursor: pointer;\n"])),(function(e){return e.theme.tsBlue})),gq=Zb.div(sq||(sq=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n padding: 10px;\n"]))),mq=Zb.div(cq||(cq=AD(["\n color: ",";\n font-weight: bold;\n font-size: 16px;\n"])),(function(e){return e.theme.tsSecondary})),vq=Zb.div(uq||(uq=AD(["\n color: ",";\n font-weight: normal;\n font-size: 16px;\n text-align: center;\n"])),(function(e){return e.theme.tsSecondary})),yq=function(e){var t=e.onRetry,r=e.onSkip,n=nN.useSDKSettings().lang;return ov.createElement(gq,null,ov.createElement(iq,{mt:"25px"},ov.createElement(mq,null,aq.QR_INVALID_POPUP_TITLE[n])),ov.createElement(iq,{mt:"30px"},ov.createElement(vq,null,aq.QR_INVALID_POPUP_DESCRIPTION[n])),ov.createElement(iq,{mt:"30px"},ov.createElement(pq,{onClick:t},aq.QR_INVALID_POPUP_RETRY_BUTTON[n])),ov.createElement(iq,{my:"20px"},ov.createElement(hq,{onClick:r},aq.QR_INVALID_POPUP_SKIP_BUTTON[n])))};yq.propTypes={onRetry:Iv.func,onSkip:Iv.func},yq.defaultProps={onRetry:function(){},onSkip:function(){}};var bq=Zb.div(lq||(lq=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n padding: 10px;\n"]))),wq=Zb.div(dq||(dq=AD(["\n background: #e7e6e6;\n width: 100%;\n display: flex;\n justify-content: center;\n"]))),Cq=Zb.div(fq||(fq=AD(["\n color: ",";\n font-weight: normal;\n font-size: 16px;\n text-align: center;\n line-height: 20px;\n"])),(function(e){return e.theme.tsSecondary})),kq=function(e){var t=e.onRetry,r=e.onSkip,n=nN.useSDKSettings().lang,o=UN.useAsset("qr_code_banner.svg");return ov.createElement(bq,null,ov.createElement(wq,null,ov.createElement("img",{src:o,alt:""})),ov.createElement(iq,{mt:"30px"},ov.createElement(Cq,null,aq.SESSION_TIMEOUT_POPUP_DESCRIPTION[n])),ov.createElement(iq,{mt:"30px"},ov.createElement(pq,{onClick:t},aq.SESSION_TIMEOUT_POPUP_RETRY_BUTTON[n])),ov.createElement(iq,{my:"20px"},ov.createElement(hq,{onClick:r},aq.SESSION_TIMEOUT_POPUP_SKIP_BUTTON[n])))};kq.propTypes={onRetry:Iv.func,onSkip:Iv.func},kq.defaultProps={onRetry:function(){},onSkip:function(){}};var Eq,Bq,Sq,_q,Aq,Tq,Iq=["children","ratio","padding"],xq=Zb.div(Eq||(Eq=AD(["\n width: 100%;\n padding-bottom: ","%;\n position: relative;\n"])),(function(e){return 1/e.ratio*100})),Pq=Zb.div(Bq||(Bq=AD(["\n position: absolute;\n top: ",";\n left: ",";\n right: ",";\n bottom: ",";\n"])),(function(e){return e.padding}),(function(e){return e.padding}),(function(e){return e.padding}),(function(e){return e.padding})),Rq=function(e){var t=e.children,r=e.ratio,n=e.padding,o=_D(e,Iq);return ov.createElement(xq,ED({ratio:r},o),ov.createElement(Pq,{padding:n},t))};Rq.propTypes={children:Iv.node,ratio:Iv.number,padding:Iv.string},Rq.defaultProps={children:null,ratio:4/3,padding:"0"};var Nq=Zb.div(Sq||(Sq=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n padding: 10px;\n"]))),Oq=Zb.div(_q||(_q=AD(["\n background: #e7e6e6;\n width: 100%;\n"]))),Lq=Zb.img(Aq||(Aq=AD(["\n width: 100%;\n height: 100%;\n object-fit: contain;\n border-radius: 5px;\n"]))),Dq=Zb.div(Tq||(Tq=AD(["\n color: ",";\n font-weight: normal;\n font-size: 16px;\n text-align: center;\n line-height: 20px;\n"])),(function(e){return e.theme.tsSecondary})),Mq=function(e){var t=e.onClickStart,r=e.onTimeout,n=e.timeout,o=nN.useSDKSettings().lang,a=UN.useAsset("qr_code_banner.png"),i=ov.useRef(n),s=TD(ov.useState((function(){return Ij(aq.QR_INSTRUCTIONS_COUNTDOWN[o])({x:n})})),2),c=s[0],u=s[1];return ov.useEffect((function(){var e=Ij(aq.QR_INSTRUCTIONS_COUNTDOWN[o]),t=setInterval((function(){i.current--,u(e({x:i.current})),i.current<=0&&(clearInterval(t),r&&r())}),1e3);return function(){clearInterval(t)}}),[o,r]),ov.createElement(Nq,null,ov.createElement(Oq,null,ov.createElement(Rq,{ratio:1.6},ov.createElement(Lq,{src:a}))),ov.createElement(iq,{mt:"30px"},ov.createElement(Dq,null,aq.QR_INSTRUCTIONS_TEXT[o])),ov.createElement(iq,{mt:"30px"},ov.createElement(pq,{onClick:t},aq.QR_INSTRUCTIONS_START_BUTTON[o])),ov.createElement(iq,{my:"20px"},ov.createElement(Dq,null,c)))};Mq.propTypes={onClickStart:Iv.func,onTimeout:Iv.func,timeout:Iv.number},Mq.defaultProps={onClickStart:null,onTimeout:null,timeout:10};var Uq=/^\d{12}\|(\d{9})?\|.+\|\d{8}\|((Nam)|(Nữ))\|.+\|\d{8}$/g,jq=function(e){var t=e.match(Uq);return{valid:Boolean(t)}},Fq=function(){function t(e,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this._onDecodeError,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this._calculateScanRegion,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"environment";$g(this,t),this.$video=e,this.$canvas=document.createElement("canvas"),this._onDecode=r,this._legacyCanvasSize=t.DEFAULT_CANVAS_SIZE,this._preferredCamera=a,this._active=!1,this._paused=!1,this._flashOn=!1,"number"==typeof n?(this._legacyCanvasSize=n,console.warn("You're using a deprecated version of the QrScanner constructor which will be removed in the future")):this._onDecodeError=n,"number"==typeof o?(this._legacyCanvasSize=o,console.warn("You're using a deprecated version of the QrScanner constructor which will be removed in the future")):this._calculateScanRegion=o,this._scanRegion=this._calculateScanRegion(e),this._onPlay=this._onPlay.bind(this),this._onLoadedMetaData=this._onLoadedMetaData.bind(this),this._onVisibilityChange=this._onVisibilityChange.bind(this),e.disablePictureInPicture=!0,e.playsInline=!0,e.muted=!0;var i=!1;e.hidden&&(e.hidden=!1,i=!0),document.body.contains(e)||(document.body.appendChild(e),i=!0),requestAnimationFrame((function(){var t=window.getComputedStyle(e);"none"===t.display&&(e.style.setProperty("display","block","important"),i=!0),"visible"!==t.visibility&&(e.style.setProperty("visibility","visible","important"),i=!0),i&&(console.warn("QrScanner has overwritten the video hiding style to avoid Safari stopping the playback."),e.style.opacity=0,e.style.width=0,e.style.height=0)})),e.addEventListener("play",this._onPlay),e.addEventListener("loadedmetadata",this._onLoadedMetaData),document.addEventListener("visibilitychange",this._onVisibilityChange),this._qrEnginePromise=t.createQrEngine()}var r,n,o;return r=t,o=[{key:"hasCamera",value:function(){return t.listCameras(!1).then((function(e){return!!e.length})).catch((function(){return!1}))}},{key:"listCameras",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!navigator.mediaDevices)return Promise.resolve([]);var t=null;return(e?navigator.mediaDevices.getUserMedia({audio:!1,video:!0}).then((function(e){return t=e})).catch((function(){})):Promise.resolve()).then((function(){return navigator.mediaDevices.enumerateDevices()})).then((function(e){return e.filter((function(e){return"videoinput"===e.kind})).map((function(e,t){return{id:e.deviceId,label:e.label||(0===t?"Default Camera":"Camera ".concat(t+1))}}))})).finally((function(){if(t){var e,r=hm(t.getTracks());try{for(r.s();!(e=r.n()).done;){var n=e.value;n.stop(),t.removeTrack(n)}}catch(e){r.e(e)}finally{r.f()}}}))}},{key:"scanImage",value:function(e){var r=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],s=arguments.length>5&&void 0!==arguments[5]&&arguments[5],c=o instanceof Worker,u=Promise.all([o||t.createQrEngine(),t._loadImage(e)]).then((function(e){var s,u,l=lm(e,2),d=l[0],f=l[1];return o=d,s=lm(r._drawToCanvas(f,n,a,i),2),a=s[0],u=s[1],o instanceof Worker?(c||o.postMessage({type:"inversionMode",data:"both"}),new Promise((function(e,r){var n,i,s;i=function(a){"qrResult"===a.data.type&&(o.removeEventListener("message",i),o.removeEventListener("error",s),clearTimeout(n),null!==a.data.data?e(a.data.data):r(t.NO_QR_CODE_FOUND))},s=function(e){o.removeEventListener("message",i),o.removeEventListener("error",s),clearTimeout(n);var t=e?e.message||e:"Unknown Error";r("Scanner error: "+t)},o.addEventListener("message",i),o.addEventListener("error",s),n=setTimeout((function(){return s("timeout")}),1e4);var c=u.getImageData(0,0,a.width,a.height);o.postMessage({type:"decode",data:c},[c.data.buffer])}))):new Promise((function(e,r){var n=setTimeout((function(){return r("Scanner error: timeout")}),1e4);o.detect(a).then((function(n){n.length?e(n[0].rawValue):r(t.NO_QR_CODE_FOUND)})).catch((function(e){return r("Scanner error: "+(e.message||e))})).finally((function(){return clearTimeout(n)}))}))}));return n&&s&&(u=u.catch((function(){return t.scanImage(e,null,o,a,i)}))),u=u.finally((function(){c||t._postWorkerMessage(o,"close")}))}},{key:"createQrEngine",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:t.WORKER_PATH;return("BarcodeDetector"in window&&BarcodeDetector.getSupportedFormats?BarcodeDetector.getSupportedFormats():Promise.resolve([])).then((function(t){return-1!==t.indexOf("qr_code")?new BarcodeDetector({formats:["qr_code"]}):new Worker(e)}))}},{key:"_drawToCanvas",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];r=r||document.createElement("canvas");var o=t&&t.x?t.x:0,a=t&&t.y?t.y:0,i=t&&t.width?t.width:e.width||e.videoWidth,s=t&&t.height?t.height:e.height||e.videoHeight;if(!n){var c=t&&t.downScaledWidth?t.downScaledWidth:i,u=t&&t.downScaledHeight?t.downScaledHeight:s;r.width!==c&&(r.width=c),r.height!==u&&(r.height=u)}var l=r.getContext("2d",{alpha:!1});return l.imageSmoothingEnabled=!1,l.drawImage(e,o,a,i,s,0,0,r.width,r.height),[r,l]}},{key:"_loadImage",value:function(e){if(e instanceof HTMLCanvasElement||e instanceof HTMLVideoElement||window.ImageBitmap&&e instanceof window.ImageBitmap||window.OffscreenCanvas&&e instanceof window.OffscreenCanvas)return Promise.resolve(e);if(e instanceof Image)return t._awaitImageLoad(e).then((function(){return e}));if(e instanceof File||e instanceof Blob||e instanceof URL||"string"==typeof e){var r=new Image;return e instanceof File||e instanceof Blob?r.src=URL.createObjectURL(e):r.src=e,t._awaitImageLoad(r).then((function(){return(e instanceof File||e instanceof Blob)&&URL.revokeObjectURL(r.src),r}))}return Promise.reject("Unsupported image type.")}},{key:"_awaitImageLoad",value:function(e){return new Promise((function(t,r){var n,o;e.complete&&0!==e.naturalWidth?t():(n=function(){e.removeEventListener("load",n),e.removeEventListener("error",o),t()},o=function(){e.removeEventListener("load",n),e.removeEventListener("error",o),r("Image load error")},e.addEventListener("load",n),e.addEventListener("error",o))}))}},{key:"_postWorkerMessage",value:function(e,t,r){return Promise.resolve(e).then((function(e){e instanceof Worker&&e.postMessage({type:t,data:r})}))}}],(n=[{key:"hasFlash",value:function(){var e=null;return(this.$video.srcObject?Promise.resolve(this.$video.srcObject.getVideoTracks()[0]):this._getCameraStream().then((function(t){var r=t.stream;return console.warn("Call hasFlash after successfully starting the scanner to avoid creating a temporary video stream"),e=r,r.getVideoTracks()[0]}))).then((function(e){return"torch"in e.getSettings()})).catch((function(){return!1})).finally((function(){if(e){var t,r=hm(e.getTracks());try{for(r.s();!(t=r.n()).done;){var n=t.value;n.stop(),e.removeTrack(n)}}catch(e){r.e(e)}finally{r.f()}}}))}},{key:"isFlashOn",value:function(){return this._flashOn}},{key:"toggleFlash",value:function(){return this._flashOn?this.turnFlashOff():this.turnFlashOn()}},{key:"turnFlashOn",value:function(){var t=this;return this._flashOn?Promise.resolve():(this._flashOn=!0,!this._active||this._paused?Promise.resolve():this.hasFlash().then((function(e){return e?t.$video.srcObject.getVideoTracks()[0].applyConstraints({advanced:[{torch:!0}]}):Promise.reject("No flash available")})).catch((function(){throw t._flashOn=!1,e})))}},{key:"turnFlashOff",value:function(){if(this._flashOn)return this._flashOn=!1,this._restartVideoStream()}},{key:"destroy",value:function(){this.$video.removeEventListener("loadedmetadata",this._onLoadedMetaData),this.$video.removeEventListener("play",this._onPlay),document.removeEventListener("visibilitychange",this._onVisibilityChange),this.stop(),t._postWorkerMessage(this._qrEnginePromise,"close")}},{key:"start",value:function(){var e=this;return this._active&&!this._paused?Promise.resolve():("https:"!==window.location.protocol&&console.warn("The camera stream is only accessible if the page is transferred via https."),this._active=!0,document.hidden?Promise.resolve():(this._paused=!1,this.$video.srcObject?(this.$video.play(),Promise.resolve()):this._getCameraStream().then((function(t){var r=t.stream,n=t.facingMode;e.$video.srcObject=r,e.$video.play(),e._setVideoMirror(n),e._flashOn&&(e._flashOn=!1,e.turnFlashOn().catch((function(){})))})).catch((function(t){throw e._active=!1,t}))))}},{key:"stop",value:function(){this.pause(),this._active=!1}},{key:"pause",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(this._paused=!0,!this._active)return Promise.resolve(!0);this.$video.pause();var r=function(){var t,r=hm(e.$video.srcObject?e.$video.srcObject.getTracks():[]);try{for(r.s();!(t=r.n()).done;){var n=t.value;n.stop(),e.$video.srcObject.removeTrack(n)}}catch(e){r.e(e)}finally{r.f()}e.$video.srcObject=null};return t?(r(),Promise.resolve(!0)):new Promise((function(e){return setTimeout(e,300)})).then((function(){return!!e._paused&&(r(),!0)}))}},{key:"setCamera",value:function(e){return e===this._preferredCamera?Promise.resolve():(this._preferredCamera=e,this._restartVideoStream())}},{key:"setGrayscaleWeights",value:function(e,r,n){var o=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];t._postWorkerMessage(this._qrEnginePromise,"grayscaleWeights",{red:e,green:r,blue:n,useIntegerApproximation:o})}},{key:"setInversionMode",value:function(e){t._postWorkerMessage(this._qrEnginePromise,"inversionMode",e)}},{key:"_onPlay",value:function(){this._scanRegion=this._calculateScanRegion(this.$video),this._scanFrame()}},{key:"_onLoadedMetaData",value:function(){this._scanRegion=this._calculateScanRegion(this.$video)}},{key:"_onVisibilityChange",value:function(){document.hidden?this.pause():this._active&&this.start()}},{key:"_calculateScanRegion",value:function(e){var t=Math.min(e.videoWidth,e.videoHeight),r=Math.round(2/3*t);return{x:Math.round((e.videoWidth-r)/2),y:Math.round((e.videoHeight-r)/2),width:r,height:r,downScaledWidth:this._legacyCanvasSize,downScaledHeight:this._legacyCanvasSize}}},{key:"_scanFrame",value:function(){var e=this;if(!this._active||this.$video.paused||this.$video.ended)return!1;requestAnimationFrame((function(){e.$video.readyState<=1?e._scanFrame():e._qrEnginePromise.then((function(r){return t.scanImage(e.$video,e._scanRegion,r,e.$canvas)})).then(e._onDecode,(function(r){e._active&&(-1!==(r.message||r).indexOf("service unavailable")&&(e._qrEnginePromise=t.createQrEngine()),e._onDecodeError(r))})).then((function(){return e._scanFrame()}))}))}},{key:"_onDecodeError",value:function(e){e!==t.NO_QR_CODE_FOUND&&console.log(e)}},{key:"_getCameraStream",value:function(){var e=this;if(!navigator.mediaDevices)return Promise.reject("Camera not found.");var t="environment"===this._preferredCamera||"user"===this._preferredCamera?"facingMode":"deviceId",r=[{width:{min:1024}},{width:{min:768}},{}];return[].concat(dm(r.map((function(r){return Object.assign({},r,Jg({},t,{exact:e._preferredCamera}))}))),r).reduceRight((function(t,r){return function(){return navigator.mediaDevices.getUserMedia({video:r,audio:!1}).then((function(t){return{stream:t,facingMode:e._getFacingMode(t)||(r.facingMode?e._preferredCamera:"environment"===e._preferredCamera?"user":"environment")}})).catch(t)}}),(function(){return Promise.reject("Camera not found.")}))()}},{key:"_restartVideoStream",value:function(){var e=this,t=this._paused;return this.pause(!0).then((function(r){if(r&&!t&&e._active)return e.start()}))}},{key:"_setVideoMirror",value:function(e){var t="user"===e?-1:1;this.$video.style.transform="scaleX("+t+")"}},{key:"_getFacingMode",value:function(e){var t=e.getVideoTracks()[0];return t?/rear|back|environment/i.test(t.label)?"environment":/front|user|face/i.test(t.label)?"user":null:null}}])&&Zg(r.prototype,n),o&&Zg(r,o),t}();function Vq(){return zq.apply(this,arguments)}function zq(){return(zq=CD(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return Fq.WORKER_PATH=mD(),e.next=3,Fq.createQrEngine(Fq.WORKER_PATH);case 3:return t=e.sent,e.abrupt("return",{qrEngine:t});case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function Kq(){return(Kq=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=c.length>0&&void 0!==c[0]?c[0]:{},r=t.opencvUrl,e.next=3,Promise.all([Vq(),NK({url:r})]);case 3:return n=e.sent,o=TD(n,1),a=o[0].qrEngine,i=window,s=i.cv,e.abrupt("return",{qrScannerResources:{engine:a,canvas:document.createElement("canvas")},blackAndWhiteConverterResources:{kernel:s.matFromArray(3,3,s.CV_32FC1,[-1,-1,-1,-1,11,-1,-1,-1,-1]),canvas:document.createElement("canvas"),dst:new s.Mat}});case 8:case"end":return e.stop()}}),e)})))).apply(this,arguments)}Fq.DEFAULT_CANVAS_SIZE=400,Fq.NO_QR_CODE_FOUND="No QR code found",Fq.WORKER_PATH="qr-scanner-worker.min.js";var qq=nF((function(){return Kq.apply(this,arguments)})),Hq=ND(OD((function(e,t){var r;r=function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=3)}([function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(e,t){this.width=t,this.height=e.length/t,this.data=e}return e.createEmpty=function(t,r){return new e(new Uint8ClampedArray(t*r),t)},e.prototype.get=function(e,t){return!(e<0||e>=this.width||t<0||t>=this.height||!this.data[t*this.width+e])},e.prototype.set=function(e,t,r){this.data[t*this.width+e]=r?1:0},e.prototype.setRegion=function(e,t,r,n,o){for(var a=t;a<t+n;a++)for(var i=e;i<e+r;i++)this.set(i,a,!!o)},e}();t.BitMatrix=n},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(2);t.addOrSubtractGF=function(e,t){return e^t};var o=function(){function e(e,t,r){this.primitive=e,this.size=t,this.generatorBase=r,this.expTable=new Array(this.size),this.logTable=new Array(this.size);for(var o=1,a=0;a<this.size;a++)this.expTable[a]=o,(o*=2)>=this.size&&(o=(o^this.primitive)&this.size-1);for(a=0;a<this.size-1;a++)this.logTable[this.expTable[a]]=a;this.zero=new n.default(this,Uint8ClampedArray.from([0])),this.one=new n.default(this,Uint8ClampedArray.from([1]))}return e.prototype.multiply=function(e,t){return 0===e||0===t?0:this.expTable[(this.logTable[e]+this.logTable[t])%(this.size-1)]},e.prototype.inverse=function(e){if(0===e)throw new Error("Can't invert 0");return this.expTable[this.size-this.logTable[e]-1]},e.prototype.buildMonomial=function(e,t){if(e<0)throw new Error("Invalid monomial degree less than 0");if(0===t)return this.zero;var r=new Uint8ClampedArray(e+1);return r[0]=t,new n.default(this,r)},e.prototype.log=function(e){if(0===e)throw new Error("Can't take log(0)");return this.logTable[e]},e.prototype.exp=function(e){return this.expTable[e]},e}();t.default=o},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(1),o=function(){function e(e,t){if(0===t.length)throw new Error("No coefficients.");this.field=e;var r=t.length;if(r>1&&0===t[0]){for(var n=1;n<r&&0===t[n];)n++;if(n===r)this.coefficients=e.zero.coefficients;else{this.coefficients=new Uint8ClampedArray(r-n);for(var o=0;o<this.coefficients.length;o++)this.coefficients[o]=t[n+o]}}else this.coefficients=t}return e.prototype.degree=function(){return this.coefficients.length-1},e.prototype.isZero=function(){return 0===this.coefficients[0]},e.prototype.getCoefficient=function(e){return this.coefficients[this.coefficients.length-1-e]},e.prototype.addOrSubtract=function(t){var r;if(this.isZero())return t;if(t.isZero())return this;var o=this.coefficients,a=t.coefficients;o.length>a.length&&(o=(r=[a,o])[0],a=r[1]);for(var i=new Uint8ClampedArray(a.length),s=a.length-o.length,c=0;c<s;c++)i[c]=a[c];for(c=s;c<a.length;c++)i[c]=n.addOrSubtractGF(o[c-s],a[c]);return new e(this.field,i)},e.prototype.multiply=function(t){if(0===t)return this.field.zero;if(1===t)return this;for(var r=this.coefficients.length,n=new Uint8ClampedArray(r),o=0;o<r;o++)n[o]=this.field.multiply(this.coefficients[o],t);return new e(this.field,n)},e.prototype.multiplyPoly=function(t){if(this.isZero()||t.isZero())return this.field.zero;for(var r=this.coefficients,o=r.length,a=t.coefficients,i=a.length,s=new Uint8ClampedArray(o+i-1),c=0;c<o;c++)for(var u=r[c],l=0;l<i;l++)s[c+l]=n.addOrSubtractGF(s[c+l],this.field.multiply(u,a[l]));return new e(this.field,s)},e.prototype.multiplyByMonomial=function(t,r){if(t<0)throw new Error("Invalid degree less than 0");if(0===r)return this.field.zero;for(var n=this.coefficients.length,o=new Uint8ClampedArray(n+t),a=0;a<n;a++)o[a]=this.field.multiply(this.coefficients[a],r);return new e(this.field,o)},e.prototype.evaluateAt=function(e){var t=0;if(0===e)return this.getCoefficient(0);var r=this.coefficients.length;if(1===e)return this.coefficients.forEach((function(e){t=n.addOrSubtractGF(t,e)})),t;t=this.coefficients[0];for(var o=1;o<r;o++)t=n.addOrSubtractGF(this.field.multiply(e,t),this.coefficients[o]);return t},e}();t.default=o},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(4),o=r(5),a=r(11),i=r(12);function s(e){var t=i.locate(e);if(!t)return null;for(var r=0,n=t;r<n.length;r++){var s=n[r],c=a.extract(e,s),u=o.decode(c.matrix);if(u)return{binaryData:u.bytes,data:u.text,chunks:u.chunks,version:u.version,location:{topRightCorner:c.mappingFunction(s.dimension,0),topLeftCorner:c.mappingFunction(0,0),bottomRightCorner:c.mappingFunction(s.dimension,s.dimension),bottomLeftCorner:c.mappingFunction(0,s.dimension),topRightFinderPattern:s.topRight,topLeftFinderPattern:s.topLeft,bottomLeftFinderPattern:s.bottomLeft,bottomRightAlignmentPattern:s.alignmentPattern}}}return null}var c={inversionAttempts:"attemptBoth"};function u(e,t,r,o){void 0===o&&(o={});var a=c;Object.keys(a||{}).forEach((function(e){a[e]=o[e]||a[e]}));var i="attemptBoth"===a.inversionAttempts||"invertFirst"===a.inversionAttempts,u="onlyInvert"===a.inversionAttempts||"invertFirst"===a.inversionAttempts,l=n.binarize(e,t,r,i),d=l.binarized,f=l.inverted,p=s(u?f:d);return p||"attemptBoth"!==a.inversionAttempts&&"invertFirst"!==a.inversionAttempts||(p=s(u?d:f)),p}u.default=u,t.default=u},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(0);function o(e,t,r){return e<t?t:e>r?r:e}var a=function(){function e(e,t){this.width=e,this.data=new Uint8ClampedArray(e*t)}return e.prototype.get=function(e,t){return this.data[t*this.width+e]},e.prototype.set=function(e,t,r){this.data[t*this.width+e]=r},e}();t.binarize=function(e,t,r,i){if(e.length!==t*r*4)throw new Error("Malformed data passed to binarizer.");for(var s=new a(t,r),c=0;c<t;c++)for(var u=0;u<r;u++){var l=e[4*(u*t+c)+0],d=e[4*(u*t+c)+1],f=e[4*(u*t+c)+2];s.set(c,u,.2126*l+.7152*d+.0722*f)}for(var p=Math.ceil(t/8),h=Math.ceil(r/8),g=new a(p,h),m=0;m<h;m++)for(var v=0;v<p;v++){var y=0,b=1/0,w=0;for(u=0;u<8;u++)for(c=0;c<8;c++){var C=s.get(8*v+c,8*m+u);y+=C,b=Math.min(b,C),w=Math.max(w,C)}var k=y/Math.pow(8,2);if(w-b<=24&&(k=b/2,m>0&&v>0)){var E=(g.get(v,m-1)+2*g.get(v-1,m)+g.get(v-1,m-1))/4;b<E&&(k=E)}g.set(v,m,k)}var B=n.BitMatrix.createEmpty(t,r),S=null;for(i&&(S=n.BitMatrix.createEmpty(t,r)),m=0;m<h;m++)for(v=0;v<p;v++){for(var _=o(v,2,p-3),A=o(m,2,h-3),T=(y=0,-2);T<=2;T++)for(var I=-2;I<=2;I++)y+=g.get(_+T,A+I);var x=y/25;for(T=0;T<8;T++)for(I=0;I<8;I++){c=8*v+T,u=8*m+I;var P=s.get(c,u);B.set(c,u,P<=x),i&&S.set(c,u,!(P<=x))}}return i?{binarized:B,inverted:S}:{binarized:B}}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(0),o=r(6),a=r(9),i=r(10);function s(e,t){for(var r=e^t,n=0;r;)n++,r&=r-1;return n}function c(e,t){return t<<1|e}var u=[{bits:21522,formatInfo:{errorCorrectionLevel:1,dataMask:0}},{bits:20773,formatInfo:{errorCorrectionLevel:1,dataMask:1}},{bits:24188,formatInfo:{errorCorrectionLevel:1,dataMask:2}},{bits:23371,formatInfo:{errorCorrectionLevel:1,dataMask:3}},{bits:17913,formatInfo:{errorCorrectionLevel:1,dataMask:4}},{bits:16590,formatInfo:{errorCorrectionLevel:1,dataMask:5}},{bits:20375,formatInfo:{errorCorrectionLevel:1,dataMask:6}},{bits:19104,formatInfo:{errorCorrectionLevel:1,dataMask:7}},{bits:30660,formatInfo:{errorCorrectionLevel:0,dataMask:0}},{bits:29427,formatInfo:{errorCorrectionLevel:0,dataMask:1}},{bits:32170,formatInfo:{errorCorrectionLevel:0,dataMask:2}},{bits:30877,formatInfo:{errorCorrectionLevel:0,dataMask:3}},{bits:26159,formatInfo:{errorCorrectionLevel:0,dataMask:4}},{bits:25368,formatInfo:{errorCorrectionLevel:0,dataMask:5}},{bits:27713,formatInfo:{errorCorrectionLevel:0,dataMask:6}},{bits:26998,formatInfo:{errorCorrectionLevel:0,dataMask:7}},{bits:5769,formatInfo:{errorCorrectionLevel:3,dataMask:0}},{bits:5054,formatInfo:{errorCorrectionLevel:3,dataMask:1}},{bits:7399,formatInfo:{errorCorrectionLevel:3,dataMask:2}},{bits:6608,formatInfo:{errorCorrectionLevel:3,dataMask:3}},{bits:1890,formatInfo:{errorCorrectionLevel:3,dataMask:4}},{bits:597,formatInfo:{errorCorrectionLevel:3,dataMask:5}},{bits:3340,formatInfo:{errorCorrectionLevel:3,dataMask:6}},{bits:2107,formatInfo:{errorCorrectionLevel:3,dataMask:7}},{bits:13663,formatInfo:{errorCorrectionLevel:2,dataMask:0}},{bits:12392,formatInfo:{errorCorrectionLevel:2,dataMask:1}},{bits:16177,formatInfo:{errorCorrectionLevel:2,dataMask:2}},{bits:14854,formatInfo:{errorCorrectionLevel:2,dataMask:3}},{bits:9396,formatInfo:{errorCorrectionLevel:2,dataMask:4}},{bits:8579,formatInfo:{errorCorrectionLevel:2,dataMask:5}},{bits:11994,formatInfo:{errorCorrectionLevel:2,dataMask:6}},{bits:11245,formatInfo:{errorCorrectionLevel:2,dataMask:7}}],l=[function(e){return(e.y+e.x)%2==0},function(e){return e.y%2==0},function(e){return e.x%3==0},function(e){return(e.y+e.x)%3==0},function(e){return(Math.floor(e.y/2)+Math.floor(e.x/3))%2==0},function(e){return e.x*e.y%2+e.x*e.y%3==0},function(e){return(e.y*e.x%2+e.y*e.x%3)%2==0},function(e){return((e.y+e.x)%2+e.y*e.x%3)%2==0}];function d(e,t,r){for(var o=l[r.dataMask],a=e.height,i=function(e){var t=17+4*e.versionNumber,r=n.BitMatrix.createEmpty(t,t);r.setRegion(0,0,9,9,!0),r.setRegion(t-8,0,8,9,!0),r.setRegion(0,t-8,9,8,!0);for(var o=0,a=e.alignmentPatternCenters;o<a.length;o++)for(var i=a[o],s=0,c=e.alignmentPatternCenters;s<c.length;s++){var u=c[s];6===i&&6===u||6===i&&u===t-7||i===t-7&&6===u||r.setRegion(i-2,u-2,5,5,!0)}return r.setRegion(6,9,1,t-17,!0),r.setRegion(9,6,t-17,1,!0),e.versionNumber>6&&(r.setRegion(t-11,0,3,6,!0),r.setRegion(0,t-11,6,3,!0)),r}(t),s=[],u=0,d=0,f=!0,p=a-1;p>0;p-=2){6===p&&p--;for(var h=0;h<a;h++)for(var g=f?a-1-h:h,m=0;m<2;m++){var v=p-m;if(!i.get(v,g)){d++;var y=e.get(v,g);o({y:g,x:v})&&(y=!y),u=c(y,u),8===d&&(s.push(u),d=0,u=0)}}f=!f}return s}function f(e){var t=function(e){var t=e.height,r=Math.floor((t-17)/4);if(r<=6)return i.VERSIONS[r-1];for(var n=0,o=5;o>=0;o--)for(var a=t-9;a>=t-11;a--)n=c(e.get(a,o),n);var u=0;for(a=5;a>=0;a--)for(o=t-9;o>=t-11;o--)u=c(e.get(a,o),u);for(var l,d=1/0,f=0,p=i.VERSIONS;f<p.length;f++){var h=p[f];if(h.infoBits===n||h.infoBits===u)return h;var g=s(n,h.infoBits);g<d&&(l=h,d=g),(g=s(u,h.infoBits))<d&&(l=h,d=g)}return d<=3?l:void 0}(e);if(!t)return null;var r=function(e){for(var t=0,r=0;r<=8;r++)6!==r&&(t=c(e.get(r,8),t));for(var n=7;n>=0;n--)6!==n&&(t=c(e.get(8,n),t));var o=e.height,a=0;for(n=o-1;n>=o-7;n--)a=c(e.get(8,n),a);for(r=o-8;r<o;r++)a=c(e.get(r,8),a);for(var i=1/0,l=null,d=0,f=u;d<f.length;d++){var p=f[d],h=p.bits,g=p.formatInfo;if(h===t||h===a)return g;var m=s(t,h);m<i&&(l=g,i=m),t!==a&&(m=s(a,h))<i&&(l=g,i=m)}return i<=3?l:null}(e);if(!r)return null;var n=function(e,t,r){var n=t.errorCorrectionLevels[r],o=[],a=0;if(n.ecBlocks.forEach((function(e){for(var t=0;t<e.numBlocks;t++)o.push({numDataCodewords:e.dataCodewordsPerBlock,codewords:[]}),a+=e.dataCodewordsPerBlock+n.ecCodewordsPerBlock})),e.length<a)return null;e=e.slice(0,a);for(var i=n.ecBlocks[0].dataCodewordsPerBlock,s=0;s<i;s++)for(var c=0,u=o;c<u.length;c++)u[c].codewords.push(e.shift());if(n.ecBlocks.length>1){var l=n.ecBlocks[0].numBlocks,d=n.ecBlocks[1].numBlocks;for(s=0;s<d;s++)o[l+s].codewords.push(e.shift())}for(;e.length>0;)for(var f=0,p=o;f<p.length;f++)p[f].codewords.push(e.shift());return o}(d(e,t,r),t,r.errorCorrectionLevel);if(!n)return null;for(var l=n.reduce((function(e,t){return e+t.numDataCodewords}),0),f=new Uint8ClampedArray(l),p=0,h=0,g=n;h<g.length;h++){var m=g[h],v=a.decode(m.codewords,m.codewords.length-m.numDataCodewords);if(!v)return null;for(var y=0;y<m.numDataCodewords;y++)f[p++]=v[y]}try{return o.decode(f,t.versionNumber)}catch(e){return null}}t.decode=function(e){if(null==e)return null;var t=f(e);if(t)return t;for(var r=0;r<e.width;r++)for(var n=r+1;n<e.height;n++)e.get(r,n)!==e.get(n,r)&&(e.set(r,n,!e.get(r,n)),e.set(n,r,!e.get(n,r)));return f(e)}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n,o,a=r(7),i=r(8);function s(e,t){for(var r=[],n="",o=[10,12,14][t],a=e.readBits(o);a>=3;){if((u=e.readBits(10))>=1e3)throw new Error("Invalid numeric value above 999");var i=Math.floor(u/100),s=Math.floor(u/10)%10,c=u%10;r.push(48+i,48+s,48+c),n+=i.toString()+s.toString()+c.toString(),a-=3}if(2===a){if((u=e.readBits(7))>=100)throw new Error("Invalid numeric value above 99");i=Math.floor(u/10),s=u%10,r.push(48+i,48+s),n+=i.toString()+s.toString()}else if(1===a){var u;if((u=e.readBits(4))>=10)throw new Error("Invalid numeric value above 9");r.push(48+u),n+=u.toString()}return{bytes:r,text:n}}!function(e){e.Numeric="numeric",e.Alphanumeric="alphanumeric",e.Byte="byte",e.Kanji="kanji",e.ECI="eci"}(n=t.Mode||(t.Mode={})),function(e){e[e.Terminator=0]="Terminator",e[e.Numeric=1]="Numeric",e[e.Alphanumeric=2]="Alphanumeric",e[e.Byte=4]="Byte",e[e.Kanji=8]="Kanji",e[e.ECI=7]="ECI"}(o||(o={}));var c=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function u(e,t){for(var r=[],n="",o=[9,11,13][t],a=e.readBits(o);a>=2;){var i=e.readBits(11),s=Math.floor(i/45),u=i%45;r.push(c[s].charCodeAt(0),c[u].charCodeAt(0)),n+=c[s]+c[u],a-=2}return 1===a&&(s=e.readBits(6),r.push(c[s].charCodeAt(0)),n+=c[s]),{bytes:r,text:n}}function l(e,t){for(var r=[],n="",o=[8,16,16][t],a=e.readBits(o),i=0;i<a;i++){var s=e.readBits(8);r.push(s)}try{n+=decodeURIComponent(r.map((function(e){return"%"+("0"+e.toString(16)).substr(-2)})).join(""))}catch(e){}return{bytes:r,text:n}}function d(e,t){for(var r=[],n="",o=[8,10,12][t],a=e.readBits(o),s=0;s<a;s++){var c=e.readBits(13),u=Math.floor(c/192)<<8|c%192;u+=u<7936?33088:49472,r.push(u>>8,255&u),n+=String.fromCharCode(i.shiftJISTable[u])}return{bytes:r,text:n}}t.decode=function(e,t){for(var r,i,c,f,p=new a.BitStream(e),h=t<=9?0:t<=26?1:2,g={text:"",bytes:[],chunks:[],version:t};p.available()>=4;){var m=p.readBits(4);if(m===o.Terminator)return g;if(m===o.ECI)0===p.readBits(1)?g.chunks.push({type:n.ECI,assignmentNumber:p.readBits(7)}):0===p.readBits(1)?g.chunks.push({type:n.ECI,assignmentNumber:p.readBits(14)}):0===p.readBits(1)?g.chunks.push({type:n.ECI,assignmentNumber:p.readBits(21)}):g.chunks.push({type:n.ECI,assignmentNumber:-1});else if(m===o.Numeric){var v=s(p,h);g.text+=v.text,(r=g.bytes).push.apply(r,v.bytes),g.chunks.push({type:n.Numeric,text:v.text})}else if(m===o.Alphanumeric){var y=u(p,h);g.text+=y.text,(i=g.bytes).push.apply(i,y.bytes),g.chunks.push({type:n.Alphanumeric,text:y.text})}else if(m===o.Byte){var b=l(p,h);g.text+=b.text,(c=g.bytes).push.apply(c,b.bytes),g.chunks.push({type:n.Byte,bytes:b.bytes,text:b.text})}else if(m===o.Kanji){var w=d(p,h);g.text+=w.text,(f=g.bytes).push.apply(f,w.bytes),g.chunks.push({type:n.Kanji,bytes:w.bytes,text:w.text})}}if(0===p.available()||0===p.readBits(p.available()))return g}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(e){this.byteOffset=0,this.bitOffset=0,this.bytes=e}return e.prototype.readBits=function(e){if(e<1||e>32||e>this.available())throw new Error("Cannot read "+e.toString()+" bits");var t=0;if(this.bitOffset>0){var r=8-this.bitOffset,n=e<r?e:r,o=255>>8-n<<(a=r-n);t=(this.bytes[this.byteOffset]&o)>>a,e-=n,this.bitOffset+=n,8===this.bitOffset&&(this.bitOffset=0,this.byteOffset++)}if(e>0){for(;e>=8;)t=t<<8|255&this.bytes[this.byteOffset],this.byteOffset++,e-=8;var a;e>0&&(o=255>>(a=8-e)<<a,t=t<<e|(this.bytes[this.byteOffset]&o)>>a,this.bitOffset+=e)}return t},e.prototype.available=function(){return 8*(this.bytes.length-this.byteOffset)-this.bitOffset},e}();t.BitStream=n},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.shiftJISTable={32:32,33:33,34:34,35:35,36:36,37:37,38:38,39:39,40:40,41:41,42:42,43:43,44:44,45:45,46:46,47:47,48:48,49:49,50:50,51:51,52:52,53:53,54:54,55:55,56:56,57:57,58:58,59:59,60:60,61:61,62:62,63:63,64:64,65:65,66:66,67:67,68:68,69:69,70:70,71:71,72:72,73:73,74:74,75:75,76:76,77:77,78:78,79:79,80:80,81:81,82:82,83:83,84:84,85:85,86:86,87:87,88:88,89:89,90:90,91:91,92:165,93:93,94:94,95:95,96:96,97:97,98:98,99:99,100:100,101:101,102:102,103:103,104:104,105:105,106:106,107:107,108:108,109:109,110:110,111:111,112:112,113:113,114:114,115:115,116:116,117:117,118:118,119:119,120:120,121:121,122:122,123:123,124:124,125:125,126:8254,33088:12288,33089:12289,33090:12290,33091:65292,33092:65294,33093:12539,33094:65306,33095:65307,33096:65311,33097:65281,33098:12443,33099:12444,33100:180,33101:65344,33102:168,33103:65342,33104:65507,33105:65343,33106:12541,33107:12542,33108:12445,33109:12446,33110:12291,33111:20189,33112:12293,33113:12294,33114:12295,33115:12540,33116:8213,33117:8208,33118:65295,33119:92,33120:12316,33121:8214,33122:65372,33123:8230,33124:8229,33125:8216,33126:8217,33127:8220,33128:8221,33129:65288,33130:65289,33131:12308,33132:12309,33133:65339,33134:65341,33135:65371,33136:65373,33137:12296,33138:12297,33139:12298,33140:12299,33141:12300,33142:12301,33143:12302,33144:12303,33145:12304,33146:12305,33147:65291,33148:8722,33149:177,33150:215,33152:247,33153:65309,33154:8800,33155:65308,33156:65310,33157:8806,33158:8807,33159:8734,33160:8756,33161:9794,33162:9792,33163:176,33164:8242,33165:8243,33166:8451,33167:65509,33168:65284,33169:162,33170:163,33171:65285,33172:65283,33173:65286,33174:65290,33175:65312,33176:167,33177:9734,33178:9733,33179:9675,33180:9679,33181:9678,33182:9671,33183:9670,33184:9633,33185:9632,33186:9651,33187:9650,33188:9661,33189:9660,33190:8251,33191:12306,33192:8594,33193:8592,33194:8593,33195:8595,33196:12307,33208:8712,33209:8715,33210:8838,33211:8839,33212:8834,33213:8835,33214:8746,33215:8745,33224:8743,33225:8744,33226:172,33227:8658,33228:8660,33229:8704,33230:8707,33242:8736,33243:8869,33244:8978,33245:8706,33246:8711,33247:8801,33248:8786,33249:8810,33250:8811,33251:8730,33252:8765,33253:8733,33254:8757,33255:8747,33256:8748,33264:8491,33265:8240,33266:9839,33267:9837,33268:9834,33269:8224,33270:8225,33271:182,33276:9711,33359:65296,33360:65297,33361:65298,33362:65299,33363:65300,33364:65301,33365:65302,33366:65303,33367:65304,33368:65305,33376:65313,33377:65314,33378:65315,33379:65316,33380:65317,33381:65318,33382:65319,33383:65320,33384:65321,33385:65322,33386:65323,33387:65324,33388:65325,33389:65326,33390:65327,33391:65328,33392:65329,33393:65330,33394:65331,33395:65332,33396:65333,33397:65334,33398:65335,33399:65336,33400:65337,33401:65338,33409:65345,33410:65346,33411:65347,33412:65348,33413:65349,33414:65350,33415:65351,33416:65352,33417:65353,33418:65354,33419:65355,33420:65356,33421:65357,33422:65358,33423:65359,33424:65360,33425:65361,33426:65362,33427:65363,33428:65364,33429:65365,33430:65366,33431:65367,33432:65368,33433:65369,33434:65370,33439:12353,33440:12354,33441:12355,33442:12356,33443:12357,33444:12358,33445:12359,33446:12360,33447:12361,33448:12362,33449:12363,33450:12364,33451:12365,33452:12366,33453:12367,33454:12368,33455:12369,33456:12370,33457:12371,33458:12372,33459:12373,33460:12374,33461:12375,33462:12376,33463:12377,33464:12378,33465:12379,33466:12380,33467:12381,33468:12382,33469:12383,33470:12384,33471:12385,33472:12386,33473:12387,33474:12388,33475:12389,33476:12390,33477:12391,33478:12392,33479:12393,33480:12394,33481:12395,33482:12396,33483:12397,33484:12398,33485:12399,33486:12400,33487:12401,33488:12402,33489:12403,33490:12404,33491:12405,33492:12406,33493:12407,33494:12408,33495:12409,33496:12410,33497:12411,33498:12412,33499:12413,33500:12414,33501:12415,33502:12416,33503:12417,33504:12418,33505:12419,33506:12420,33507:12421,33508:12422,33509:12423,33510:12424,33511:12425,33512:12426,33513:12427,33514:12428,33515:12429,33516:12430,33517:12431,33518:12432,33519:12433,33520:12434,33521:12435,33600:12449,33601:12450,33602:12451,33603:12452,33604:12453,33605:12454,33606:12455,33607:12456,33608:12457,33609:12458,33610:12459,33611:12460,33612:12461,33613:12462,33614:12463,33615:12464,33616:12465,33617:12466,33618:12467,33619:12468,33620:12469,33621:12470,33622:12471,33623:12472,33624:12473,33625:12474,33626:12475,33627:12476,33628:12477,33629:12478,33630:12479,33631:12480,33632:12481,33633:12482,33634:12483,33635:12484,33636:12485,33637:12486,33638:12487,33639:12488,33640:12489,33641:12490,33642:12491,33643:12492,33644:12493,33645:12494,33646:12495,33647:12496,33648:12497,33649:12498,33650:12499,33651:12500,33652:12501,33653:12502,33654:12503,33655:12504,33656:12505,33657:12506,33658:12507,33659:12508,33660:12509,33661:12510,33662:12511,33664:12512,33665:12513,33666:12514,33667:12515,33668:12516,33669:12517,33670:12518,33671:12519,33672:12520,33673:12521,33674:12522,33675:12523,33676:12524,33677:12525,33678:12526,33679:12527,33680:12528,33681:12529,33682:12530,33683:12531,33684:12532,33685:12533,33686:12534,33695:913,33696:914,33697:915,33698:916,33699:917,33700:918,33701:919,33702:920,33703:921,33704:922,33705:923,33706:924,33707:925,33708:926,33709:927,33710:928,33711:929,33712:931,33713:932,33714:933,33715:934,33716:935,33717:936,33718:937,33727:945,33728:946,33729:947,33730:948,33731:949,33732:950,33733:951,33734:952,33735:953,33736:954,33737:955,33738:956,33739:957,33740:958,33741:959,33742:960,33743:961,33744:963,33745:964,33746:965,33747:966,33748:967,33749:968,33750:969,33856:1040,33857:1041,33858:1042,33859:1043,33860:1044,33861:1045,33862:1025,33863:1046,33864:1047,33865:1048,33866:1049,33867:1050,33868:1051,33869:1052,33870:1053,33871:1054,33872:1055,33873:1056,33874:1057,33875:1058,33876:1059,33877:1060,33878:1061,33879:1062,33880:1063,33881:1064,33882:1065,33883:1066,33884:1067,33885:1068,33886:1069,33887:1070,33888:1071,33904:1072,33905:1073,33906:1074,33907:1075,33908:1076,33909:1077,33910:1105,33911:1078,33912:1079,33913:1080,33914:1081,33915:1082,33916:1083,33917:1084,33918:1085,33920:1086,33921:1087,33922:1088,33923:1089,33924:1090,33925:1091,33926:1092,33927:1093,33928:1094,33929:1095,33930:1096,33931:1097,33932:1098,33933:1099,33934:1100,33935:1101,33936:1102,33937:1103,33951:9472,33952:9474,33953:9484,33954:9488,33955:9496,33956:9492,33957:9500,33958:9516,33959:9508,33960:9524,33961:9532,33962:9473,33963:9475,33964:9487,33965:9491,33966:9499,33967:9495,33968:9507,33969:9523,33970:9515,33971:9531,33972:9547,33973:9504,33974:9519,33975:9512,33976:9527,33977:9535,33978:9501,33979:9520,33980:9509,33981:9528,33982:9538,34975:20124,34976:21782,34977:23043,34978:38463,34979:21696,34980:24859,34981:25384,34982:23030,34983:36898,34984:33909,34985:33564,34986:31312,34987:24746,34988:25569,34989:28197,34990:26093,34991:33894,34992:33446,34993:39925,34994:26771,34995:22311,34996:26017,34997:25201,34998:23451,34999:22992,35e3:34427,35001:39156,35002:32098,35003:32190,35004:39822,35005:25110,35006:31903,35007:34999,35008:23433,35009:24245,35010:25353,35011:26263,35012:26696,35013:38343,35014:38797,35015:26447,35016:20197,35017:20234,35018:20301,35019:20381,35020:20553,35021:22258,35022:22839,35023:22996,35024:23041,35025:23561,35026:24799,35027:24847,35028:24944,35029:26131,35030:26885,35031:28858,35032:30031,35033:30064,35034:31227,35035:32173,35036:32239,35037:32963,35038:33806,35039:34915,35040:35586,35041:36949,35042:36986,35043:21307,35044:20117,35045:20133,35046:22495,35047:32946,35048:37057,35049:30959,35050:19968,35051:22769,35052:28322,35053:36920,35054:31282,35055:33576,35056:33419,35057:39983,35058:20801,35059:21360,35060:21693,35061:21729,35062:22240,35063:23035,35064:24341,35065:39154,35066:28139,35067:32996,35068:34093,35136:38498,35137:38512,35138:38560,35139:38907,35140:21515,35141:21491,35142:23431,35143:28879,35144:32701,35145:36802,35146:38632,35147:21359,35148:40284,35149:31418,35150:19985,35151:30867,35152:33276,35153:28198,35154:22040,35155:21764,35156:27421,35157:34074,35158:39995,35159:23013,35160:21417,35161:28006,35162:29916,35163:38287,35164:22082,35165:20113,35166:36939,35167:38642,35168:33615,35169:39180,35170:21473,35171:21942,35172:23344,35173:24433,35174:26144,35175:26355,35176:26628,35177:27704,35178:27891,35179:27945,35180:29787,35181:30408,35182:31310,35183:38964,35184:33521,35185:34907,35186:35424,35187:37613,35188:28082,35189:30123,35190:30410,35191:39365,35192:24742,35193:35585,35194:36234,35195:38322,35196:27022,35197:21421,35198:20870,35200:22290,35201:22576,35202:22852,35203:23476,35204:24310,35205:24616,35206:25513,35207:25588,35208:27839,35209:28436,35210:28814,35211:28948,35212:29017,35213:29141,35214:29503,35215:32257,35216:33398,35217:33489,35218:34199,35219:36960,35220:37467,35221:40219,35222:22633,35223:26044,35224:27738,35225:29989,35226:20985,35227:22830,35228:22885,35229:24448,35230:24540,35231:25276,35232:26106,35233:27178,35234:27431,35235:27572,35236:29579,35237:32705,35238:35158,35239:40236,35240:40206,35241:40644,35242:23713,35243:27798,35244:33659,35245:20740,35246:23627,35247:25014,35248:33222,35249:26742,35250:29281,35251:20057,35252:20474,35253:21368,35254:24681,35255:28201,35256:31311,35257:38899,35258:19979,35259:21270,35260:20206,35261:20309,35262:20285,35263:20385,35264:20339,35265:21152,35266:21487,35267:22025,35268:22799,35269:23233,35270:23478,35271:23521,35272:31185,35273:26247,35274:26524,35275:26550,35276:27468,35277:27827,35278:28779,35279:29634,35280:31117,35281:31166,35282:31292,35283:31623,35284:33457,35285:33499,35286:33540,35287:33655,35288:33775,35289:33747,35290:34662,35291:35506,35292:22057,35293:36008,35294:36838,35295:36942,35296:38686,35297:34442,35298:20420,35299:23784,35300:25105,35301:29273,35302:30011,35303:33253,35304:33469,35305:34558,35306:36032,35307:38597,35308:39187,35309:39381,35310:20171,35311:20250,35312:35299,35313:22238,35314:22602,35315:22730,35316:24315,35317:24555,35318:24618,35319:24724,35320:24674,35321:25040,35322:25106,35323:25296,35324:25913,35392:39745,35393:26214,35394:26800,35395:28023,35396:28784,35397:30028,35398:30342,35399:32117,35400:33445,35401:34809,35402:38283,35403:38542,35404:35997,35405:20977,35406:21182,35407:22806,35408:21683,35409:23475,35410:23830,35411:24936,35412:27010,35413:28079,35414:30861,35415:33995,35416:34903,35417:35442,35418:37799,35419:39608,35420:28012,35421:39336,35422:34521,35423:22435,35424:26623,35425:34510,35426:37390,35427:21123,35428:22151,35429:21508,35430:24275,35431:25313,35432:25785,35433:26684,35434:26680,35435:27579,35436:29554,35437:30906,35438:31339,35439:35226,35440:35282,35441:36203,35442:36611,35443:37101,35444:38307,35445:38548,35446:38761,35447:23398,35448:23731,35449:27005,35450:38989,35451:38990,35452:25499,35453:31520,35454:27179,35456:27263,35457:26806,35458:39949,35459:28511,35460:21106,35461:21917,35462:24688,35463:25324,35464:27963,35465:28167,35466:28369,35467:33883,35468:35088,35469:36676,35470:19988,35471:39993,35472:21494,35473:26907,35474:27194,35475:38788,35476:26666,35477:20828,35478:31427,35479:33970,35480:37340,35481:37772,35482:22107,35483:40232,35484:26658,35485:33541,35486:33841,35487:31909,35488:21e3,35489:33477,35490:29926,35491:20094,35492:20355,35493:20896,35494:23506,35495:21002,35496:21208,35497:21223,35498:24059,35499:21914,35500:22570,35501:23014,35502:23436,35503:23448,35504:23515,35505:24178,35506:24185,35507:24739,35508:24863,35509:24931,35510:25022,35511:25563,35512:25954,35513:26577,35514:26707,35515:26874,35516:27454,35517:27475,35518:27735,35519:28450,35520:28567,35521:28485,35522:29872,35523:29976,35524:30435,35525:30475,35526:31487,35527:31649,35528:31777,35529:32233,35530:32566,35531:32752,35532:32925,35533:33382,35534:33694,35535:35251,35536:35532,35537:36011,35538:36996,35539:37969,35540:38291,35541:38289,35542:38306,35543:38501,35544:38867,35545:39208,35546:33304,35547:20024,35548:21547,35549:23736,35550:24012,35551:29609,35552:30284,35553:30524,35554:23721,35555:32747,35556:36107,35557:38593,35558:38929,35559:38996,35560:39e3,35561:20225,35562:20238,35563:21361,35564:21916,35565:22120,35566:22522,35567:22855,35568:23305,35569:23492,35570:23696,35571:24076,35572:24190,35573:24524,35574:25582,35575:26426,35576:26071,35577:26082,35578:26399,35579:26827,35580:26820,35648:27231,35649:24112,35650:27589,35651:27671,35652:27773,35653:30079,35654:31048,35655:23395,35656:31232,35657:32e3,35658:24509,35659:35215,35660:35352,35661:36020,35662:36215,35663:36556,35664:36637,35665:39138,35666:39438,35667:39740,35668:20096,35669:20605,35670:20736,35671:22931,35672:23452,35673:25135,35674:25216,35675:25836,35676:27450,35677:29344,35678:30097,35679:31047,35680:32681,35681:34811,35682:35516,35683:35696,35684:25516,35685:33738,35686:38816,35687:21513,35688:21507,35689:21931,35690:26708,35691:27224,35692:35440,35693:30759,35694:26485,35695:40653,35696:21364,35697:23458,35698:33050,35699:34384,35700:36870,35701:19992,35702:20037,35703:20167,35704:20241,35705:21450,35706:21560,35707:23470,35708:24339,35709:24613,35710:25937,35712:26429,35713:27714,35714:27762,35715:27875,35716:28792,35717:29699,35718:31350,35719:31406,35720:31496,35721:32026,35722:31998,35723:32102,35724:26087,35725:29275,35726:21435,35727:23621,35728:24040,35729:25298,35730:25312,35731:25369,35732:28192,35733:34394,35734:35377,35735:36317,35736:37624,35737:28417,35738:31142,35739:39770,35740:20136,35741:20139,35742:20140,35743:20379,35744:20384,35745:20689,35746:20807,35747:31478,35748:20849,35749:20982,35750:21332,35751:21281,35752:21375,35753:21483,35754:21932,35755:22659,35756:23777,35757:24375,35758:24394,35759:24623,35760:24656,35761:24685,35762:25375,35763:25945,35764:27211,35765:27841,35766:29378,35767:29421,35768:30703,35769:33016,35770:33029,35771:33288,35772:34126,35773:37111,35774:37857,35775:38911,35776:39255,35777:39514,35778:20208,35779:20957,35780:23597,35781:26241,35782:26989,35783:23616,35784:26354,35785:26997,35786:29577,35787:26704,35788:31873,35789:20677,35790:21220,35791:22343,35792:24062,35793:37670,35794:26020,35795:27427,35796:27453,35797:29748,35798:31105,35799:31165,35800:31563,35801:32202,35802:33465,35803:33740,35804:34943,35805:35167,35806:35641,35807:36817,35808:37329,35809:21535,35810:37504,35811:20061,35812:20534,35813:21477,35814:21306,35815:29399,35816:29590,35817:30697,35818:33510,35819:36527,35820:39366,35821:39368,35822:39378,35823:20855,35824:24858,35825:34398,35826:21936,35827:31354,35828:20598,35829:23507,35830:36935,35831:38533,35832:20018,35833:27355,35834:37351,35835:23633,35836:23624,35904:25496,35905:31391,35906:27795,35907:38772,35908:36705,35909:31402,35910:29066,35911:38536,35912:31874,35913:26647,35914:32368,35915:26705,35916:37740,35917:21234,35918:21531,35919:34219,35920:35347,35921:32676,35922:36557,35923:37089,35924:21350,35925:34952,35926:31041,35927:20418,35928:20670,35929:21009,35930:20804,35931:21843,35932:22317,35933:29674,35934:22411,35935:22865,35936:24418,35937:24452,35938:24693,35939:24950,35940:24935,35941:25001,35942:25522,35943:25658,35944:25964,35945:26223,35946:26690,35947:28179,35948:30054,35949:31293,35950:31995,35951:32076,35952:32153,35953:32331,35954:32619,35955:33550,35956:33610,35957:34509,35958:35336,35959:35427,35960:35686,35961:36605,35962:38938,35963:40335,35964:33464,35965:36814,35966:39912,35968:21127,35969:25119,35970:25731,35971:28608,35972:38553,35973:26689,35974:20625,35975:27424,35976:27770,35977:28500,35978:31348,35979:32080,35980:34880,35981:35363,35982:26376,35983:20214,35984:20537,35985:20518,35986:20581,35987:20860,35988:21048,35989:21091,35990:21927,35991:22287,35992:22533,35993:23244,35994:24314,35995:25010,35996:25080,35997:25331,35998:25458,35999:26908,36e3:27177,36001:29309,36002:29356,36003:29486,36004:30740,36005:30831,36006:32121,36007:30476,36008:32937,36009:35211,36010:35609,36011:36066,36012:36562,36013:36963,36014:37749,36015:38522,36016:38997,36017:39443,36018:40568,36019:20803,36020:21407,36021:21427,36022:24187,36023:24358,36024:28187,36025:28304,36026:29572,36027:29694,36028:32067,36029:33335,36030:35328,36031:35578,36032:38480,36033:20046,36034:20491,36035:21476,36036:21628,36037:22266,36038:22993,36039:23396,36040:24049,36041:24235,36042:24359,36043:25144,36044:25925,36045:26543,36046:28246,36047:29392,36048:31946,36049:34996,36050:32929,36051:32993,36052:33776,36053:34382,36054:35463,36055:36328,36056:37431,36057:38599,36058:39015,36059:40723,36060:20116,36061:20114,36062:20237,36063:21320,36064:21577,36065:21566,36066:23087,36067:24460,36068:24481,36069:24735,36070:26791,36071:27278,36072:29786,36073:30849,36074:35486,36075:35492,36076:35703,36077:37264,36078:20062,36079:39881,36080:20132,36081:20348,36082:20399,36083:20505,36084:20502,36085:20809,36086:20844,36087:21151,36088:21177,36089:21246,36090:21402,36091:21475,36092:21521,36160:21518,36161:21897,36162:22353,36163:22434,36164:22909,36165:23380,36166:23389,36167:23439,36168:24037,36169:24039,36170:24055,36171:24184,36172:24195,36173:24218,36174:24247,36175:24344,36176:24658,36177:24908,36178:25239,36179:25304,36180:25511,36181:25915,36182:26114,36183:26179,36184:26356,36185:26477,36186:26657,36187:26775,36188:27083,36189:27743,36190:27946,36191:28009,36192:28207,36193:28317,36194:30002,36195:30343,36196:30828,36197:31295,36198:31968,36199:32005,36200:32024,36201:32094,36202:32177,36203:32789,36204:32771,36205:32943,36206:32945,36207:33108,36208:33167,36209:33322,36210:33618,36211:34892,36212:34913,36213:35611,36214:36002,36215:36092,36216:37066,36217:37237,36218:37489,36219:30783,36220:37628,36221:38308,36222:38477,36224:38917,36225:39321,36226:39640,36227:40251,36228:21083,36229:21163,36230:21495,36231:21512,36232:22741,36233:25335,36234:28640,36235:35946,36236:36703,36237:40633,36238:20811,36239:21051,36240:21578,36241:22269,36242:31296,36243:37239,36244:40288,36245:40658,36246:29508,36247:28425,36248:33136,36249:29969,36250:24573,36251:24794,36252:39592,36253:29403,36254:36796,36255:27492,36256:38915,36257:20170,36258:22256,36259:22372,36260:22718,36261:23130,36262:24680,36263:25031,36264:26127,36265:26118,36266:26681,36267:26801,36268:28151,36269:30165,36270:32058,36271:33390,36272:39746,36273:20123,36274:20304,36275:21449,36276:21766,36277:23919,36278:24038,36279:24046,36280:26619,36281:27801,36282:29811,36283:30722,36284:35408,36285:37782,36286:35039,36287:22352,36288:24231,36289:25387,36290:20661,36291:20652,36292:20877,36293:26368,36294:21705,36295:22622,36296:22971,36297:23472,36298:24425,36299:25165,36300:25505,36301:26685,36302:27507,36303:28168,36304:28797,36305:37319,36306:29312,36307:30741,36308:30758,36309:31085,36310:25998,36311:32048,36312:33756,36313:35009,36314:36617,36315:38555,36316:21092,36317:22312,36318:26448,36319:32618,36320:36001,36321:20916,36322:22338,36323:38442,36324:22586,36325:27018,36326:32948,36327:21682,36328:23822,36329:22524,36330:30869,36331:40442,36332:20316,36333:21066,36334:21643,36335:25662,36336:26152,36337:26388,36338:26613,36339:31364,36340:31574,36341:32034,36342:37679,36343:26716,36344:39853,36345:31545,36346:21273,36347:20874,36348:21047,36416:23519,36417:25334,36418:25774,36419:25830,36420:26413,36421:27578,36422:34217,36423:38609,36424:30352,36425:39894,36426:25420,36427:37638,36428:39851,36429:30399,36430:26194,36431:19977,36432:20632,36433:21442,36434:23665,36435:24808,36436:25746,36437:25955,36438:26719,36439:29158,36440:29642,36441:29987,36442:31639,36443:32386,36444:34453,36445:35715,36446:36059,36447:37240,36448:39184,36449:26028,36450:26283,36451:27531,36452:20181,36453:20180,36454:20282,36455:20351,36456:21050,36457:21496,36458:21490,36459:21987,36460:22235,36461:22763,36462:22987,36463:22985,36464:23039,36465:23376,36466:23629,36467:24066,36468:24107,36469:24535,36470:24605,36471:25351,36472:25903,36473:23388,36474:26031,36475:26045,36476:26088,36477:26525,36478:27490,36480:27515,36481:27663,36482:29509,36483:31049,36484:31169,36485:31992,36486:32025,36487:32043,36488:32930,36489:33026,36490:33267,36491:35222,36492:35422,36493:35433,36494:35430,36495:35468,36496:35566,36497:36039,36498:36060,36499:38604,36500:39164,36501:27503,36502:20107,36503:20284,36504:20365,36505:20816,36506:23383,36507:23546,36508:24904,36509:25345,36510:26178,36511:27425,36512:28363,36513:27835,36514:29246,36515:29885,36516:30164,36517:30913,36518:31034,36519:32780,36520:32819,36521:33258,36522:33940,36523:36766,36524:27728,36525:40575,36526:24335,36527:35672,36528:40235,36529:31482,36530:36600,36531:23437,36532:38635,36533:19971,36534:21489,36535:22519,36536:22833,36537:23241,36538:23460,36539:24713,36540:28287,36541:28422,36542:30142,36543:36074,36544:23455,36545:34048,36546:31712,36547:20594,36548:26612,36549:33437,36550:23649,36551:34122,36552:32286,36553:33294,36554:20889,36555:23556,36556:25448,36557:36198,36558:26012,36559:29038,36560:31038,36561:32023,36562:32773,36563:35613,36564:36554,36565:36974,36566:34503,36567:37034,36568:20511,36569:21242,36570:23610,36571:26451,36572:28796,36573:29237,36574:37196,36575:37320,36576:37675,36577:33509,36578:23490,36579:24369,36580:24825,36581:20027,36582:21462,36583:23432,36584:25163,36585:26417,36586:27530,36587:29417,36588:29664,36589:31278,36590:33131,36591:36259,36592:37202,36593:39318,36594:20754,36595:21463,36596:21610,36597:23551,36598:25480,36599:27193,36600:32172,36601:38656,36602:22234,36603:21454,36604:21608,36672:23447,36673:23601,36674:24030,36675:20462,36676:24833,36677:25342,36678:27954,36679:31168,36680:31179,36681:32066,36682:32333,36683:32722,36684:33261,36685:33311,36686:33936,36687:34886,36688:35186,36689:35728,36690:36468,36691:36655,36692:36913,36693:37195,36694:37228,36695:38598,36696:37276,36697:20160,36698:20303,36699:20805,36700:21313,36701:24467,36702:25102,36703:26580,36704:27713,36705:28171,36706:29539,36707:32294,36708:37325,36709:37507,36710:21460,36711:22809,36712:23487,36713:28113,36714:31069,36715:32302,36716:31899,36717:22654,36718:29087,36719:20986,36720:34899,36721:36848,36722:20426,36723:23803,36724:26149,36725:30636,36726:31459,36727:33308,36728:39423,36729:20934,36730:24490,36731:26092,36732:26991,36733:27529,36734:28147,36736:28310,36737:28516,36738:30462,36739:32020,36740:24033,36741:36981,36742:37255,36743:38918,36744:20966,36745:21021,36746:25152,36747:26257,36748:26329,36749:28186,36750:24246,36751:32210,36752:32626,36753:26360,36754:34223,36755:34295,36756:35576,36757:21161,36758:21465,36759:22899,36760:24207,36761:24464,36762:24661,36763:37604,36764:38500,36765:20663,36766:20767,36767:21213,36768:21280,36769:21319,36770:21484,36771:21736,36772:21830,36773:21809,36774:22039,36775:22888,36776:22974,36777:23100,36778:23477,36779:23558,36780:23567,36781:23569,36782:23578,36783:24196,36784:24202,36785:24288,36786:24432,36787:25215,36788:25220,36789:25307,36790:25484,36791:25463,36792:26119,36793:26124,36794:26157,36795:26230,36796:26494,36797:26786,36798:27167,36799:27189,36800:27836,36801:28040,36802:28169,36803:28248,36804:28988,36805:28966,36806:29031,36807:30151,36808:30465,36809:30813,36810:30977,36811:31077,36812:31216,36813:31456,36814:31505,36815:31911,36816:32057,36817:32918,36818:33750,36819:33931,36820:34121,36821:34909,36822:35059,36823:35359,36824:35388,36825:35412,36826:35443,36827:35937,36828:36062,36829:37284,36830:37478,36831:37758,36832:37912,36833:38556,36834:38808,36835:19978,36836:19976,36837:19998,36838:20055,36839:20887,36840:21104,36841:22478,36842:22580,36843:22732,36844:23330,36845:24120,36846:24773,36847:25854,36848:26465,36849:26454,36850:27972,36851:29366,36852:30067,36853:31331,36854:33976,36855:35698,36856:37304,36857:37664,36858:22065,36859:22516,36860:39166,36928:25325,36929:26893,36930:27542,36931:29165,36932:32340,36933:32887,36934:33394,36935:35302,36936:39135,36937:34645,36938:36785,36939:23611,36940:20280,36941:20449,36942:20405,36943:21767,36944:23072,36945:23517,36946:23529,36947:24515,36948:24910,36949:25391,36950:26032,36951:26187,36952:26862,36953:27035,36954:28024,36955:28145,36956:30003,36957:30137,36958:30495,36959:31070,36960:31206,36961:32051,36962:33251,36963:33455,36964:34218,36965:35242,36966:35386,36967:36523,36968:36763,36969:36914,36970:37341,36971:38663,36972:20154,36973:20161,36974:20995,36975:22645,36976:22764,36977:23563,36978:29978,36979:23613,36980:33102,36981:35338,36982:36805,36983:38499,36984:38765,36985:31525,36986:35535,36987:38920,36988:37218,36989:22259,36990:21416,36992:36887,36993:21561,36994:22402,36995:24101,36996:25512,36997:27700,36998:28810,36999:30561,37e3:31883,37001:32736,37002:34928,37003:36930,37004:37204,37005:37648,37006:37656,37007:38543,37008:29790,37009:39620,37010:23815,37011:23913,37012:25968,37013:26530,37014:36264,37015:38619,37016:25454,37017:26441,37018:26905,37019:33733,37020:38935,37021:38592,37022:35070,37023:28548,37024:25722,37025:23544,37026:19990,37027:28716,37028:30045,37029:26159,37030:20932,37031:21046,37032:21218,37033:22995,37034:24449,37035:24615,37036:25104,37037:25919,37038:25972,37039:26143,37040:26228,37041:26866,37042:26646,37043:27491,37044:28165,37045:29298,37046:29983,37047:30427,37048:31934,37049:32854,37050:22768,37051:35069,37052:35199,37053:35488,37054:35475,37055:35531,37056:36893,37057:37266,37058:38738,37059:38745,37060:25993,37061:31246,37062:33030,37063:38587,37064:24109,37065:24796,37066:25114,37067:26021,37068:26132,37069:26512,37070:30707,37071:31309,37072:31821,37073:32318,37074:33034,37075:36012,37076:36196,37077:36321,37078:36447,37079:30889,37080:20999,37081:25305,37082:25509,37083:25666,37084:25240,37085:35373,37086:31363,37087:31680,37088:35500,37089:38634,37090:32118,37091:33292,37092:34633,37093:20185,37094:20808,37095:21315,37096:21344,37097:23459,37098:23554,37099:23574,37100:24029,37101:25126,37102:25159,37103:25776,37104:26643,37105:26676,37106:27849,37107:27973,37108:27927,37109:26579,37110:28508,37111:29006,37112:29053,37113:26059,37114:31359,37115:31661,37116:32218,37184:32330,37185:32680,37186:33146,37187:33307,37188:33337,37189:34214,37190:35438,37191:36046,37192:36341,37193:36984,37194:36983,37195:37549,37196:37521,37197:38275,37198:39854,37199:21069,37200:21892,37201:28472,37202:28982,37203:20840,37204:31109,37205:32341,37206:33203,37207:31950,37208:22092,37209:22609,37210:23720,37211:25514,37212:26366,37213:26365,37214:26970,37215:29401,37216:30095,37217:30094,37218:30990,37219:31062,37220:31199,37221:31895,37222:32032,37223:32068,37224:34311,37225:35380,37226:38459,37227:36961,37228:40736,37229:20711,37230:21109,37231:21452,37232:21474,37233:20489,37234:21930,37235:22766,37236:22863,37237:29245,37238:23435,37239:23652,37240:21277,37241:24803,37242:24819,37243:25436,37244:25475,37245:25407,37246:25531,37248:25805,37249:26089,37250:26361,37251:24035,37252:27085,37253:27133,37254:28437,37255:29157,37256:20105,37257:30185,37258:30456,37259:31379,37260:31967,37261:32207,37262:32156,37263:32865,37264:33609,37265:33624,37266:33900,37267:33980,37268:34299,37269:35013,37270:36208,37271:36865,37272:36973,37273:37783,37274:38684,37275:39442,37276:20687,37277:22679,37278:24974,37279:33235,37280:34101,37281:36104,37282:36896,37283:20419,37284:20596,37285:21063,37286:21363,37287:24687,37288:25417,37289:26463,37290:28204,37291:36275,37292:36895,37293:20439,37294:23646,37295:36042,37296:26063,37297:32154,37298:21330,37299:34966,37300:20854,37301:25539,37302:23384,37303:23403,37304:23562,37305:25613,37306:26449,37307:36956,37308:20182,37309:22810,37310:22826,37311:27760,37312:35409,37313:21822,37314:22549,37315:22949,37316:24816,37317:25171,37318:26561,37319:33333,37320:26965,37321:38464,37322:39364,37323:39464,37324:20307,37325:22534,37326:23550,37327:32784,37328:23729,37329:24111,37330:24453,37331:24608,37332:24907,37333:25140,37334:26367,37335:27888,37336:28382,37337:32974,37338:33151,37339:33492,37340:34955,37341:36024,37342:36864,37343:36910,37344:38538,37345:40667,37346:39899,37347:20195,37348:21488,37349:22823,37350:31532,37351:37261,37352:38988,37353:40441,37354:28381,37355:28711,37356:21331,37357:21828,37358:23429,37359:25176,37360:25246,37361:25299,37362:27810,37363:28655,37364:29730,37365:35351,37366:37944,37367:28609,37368:35582,37369:33592,37370:20967,37371:34552,37372:21482,37440:21481,37441:20294,37442:36948,37443:36784,37444:22890,37445:33073,37446:24061,37447:31466,37448:36799,37449:26842,37450:35895,37451:29432,37452:40008,37453:27197,37454:35504,37455:20025,37456:21336,37457:22022,37458:22374,37459:25285,37460:25506,37461:26086,37462:27470,37463:28129,37464:28251,37465:28845,37466:30701,37467:31471,37468:31658,37469:32187,37470:32829,37471:32966,37472:34507,37473:35477,37474:37723,37475:22243,37476:22727,37477:24382,37478:26029,37479:26262,37480:27264,37481:27573,37482:30007,37483:35527,37484:20516,37485:30693,37486:22320,37487:24347,37488:24677,37489:26234,37490:27744,37491:30196,37492:31258,37493:32622,37494:33268,37495:34584,37496:36933,37497:39347,37498:31689,37499:30044,37500:31481,37501:31569,37502:33988,37504:36880,37505:31209,37506:31378,37507:33590,37508:23265,37509:30528,37510:20013,37511:20210,37512:23449,37513:24544,37514:25277,37515:26172,37516:26609,37517:27880,37518:34411,37519:34935,37520:35387,37521:37198,37522:37619,37523:39376,37524:27159,37525:28710,37526:29482,37527:33511,37528:33879,37529:36015,37530:19969,37531:20806,37532:20939,37533:21899,37534:23541,37535:24086,37536:24115,37537:24193,37538:24340,37539:24373,37540:24427,37541:24500,37542:25074,37543:25361,37544:26274,37545:26397,37546:28526,37547:29266,37548:30010,37549:30522,37550:32884,37551:33081,37552:33144,37553:34678,37554:35519,37555:35548,37556:36229,37557:36339,37558:37530,37559:38263,37560:38914,37561:40165,37562:21189,37563:25431,37564:30452,37565:26389,37566:27784,37567:29645,37568:36035,37569:37806,37570:38515,37571:27941,37572:22684,37573:26894,37574:27084,37575:36861,37576:37786,37577:30171,37578:36890,37579:22618,37580:26626,37581:25524,37582:27131,37583:20291,37584:28460,37585:26584,37586:36795,37587:34086,37588:32180,37589:37716,37590:26943,37591:28528,37592:22378,37593:22775,37594:23340,37595:32044,37596:29226,37597:21514,37598:37347,37599:40372,37600:20141,37601:20302,37602:20572,37603:20597,37604:21059,37605:35998,37606:21576,37607:22564,37608:23450,37609:24093,37610:24213,37611:24237,37612:24311,37613:24351,37614:24716,37615:25269,37616:25402,37617:25552,37618:26799,37619:27712,37620:30855,37621:31118,37622:31243,37623:32224,37624:33351,37625:35330,37626:35558,37627:36420,37628:36883,37696:37048,37697:37165,37698:37336,37699:40718,37700:27877,37701:25688,37702:25826,37703:25973,37704:28404,37705:30340,37706:31515,37707:36969,37708:37841,37709:28346,37710:21746,37711:24505,37712:25764,37713:36685,37714:36845,37715:37444,37716:20856,37717:22635,37718:22825,37719:23637,37720:24215,37721:28155,37722:32399,37723:29980,37724:36028,37725:36578,37726:39003,37727:28857,37728:20253,37729:27583,37730:28593,37731:3e4,37732:38651,37733:20814,37734:21520,37735:22581,37736:22615,37737:22956,37738:23648,37739:24466,37740:26007,37741:26460,37742:28193,37743:30331,37744:33759,37745:36077,37746:36884,37747:37117,37748:37709,37749:30757,37750:30778,37751:21162,37752:24230,37753:22303,37754:22900,37755:24594,37756:20498,37757:20826,37758:20908,37760:20941,37761:20992,37762:21776,37763:22612,37764:22616,37765:22871,37766:23445,37767:23798,37768:23947,37769:24764,37770:25237,37771:25645,37772:26481,37773:26691,37774:26812,37775:26847,37776:30423,37777:28120,37778:28271,37779:28059,37780:28783,37781:29128,37782:24403,37783:30168,37784:31095,37785:31561,37786:31572,37787:31570,37788:31958,37789:32113,37790:21040,37791:33891,37792:34153,37793:34276,37794:35342,37795:35588,37796:35910,37797:36367,37798:36867,37799:36879,37800:37913,37801:38518,37802:38957,37803:39472,37804:38360,37805:20685,37806:21205,37807:21516,37808:22530,37809:23566,37810:24999,37811:25758,37812:27934,37813:30643,37814:31461,37815:33012,37816:33796,37817:36947,37818:37509,37819:23776,37820:40199,37821:21311,37822:24471,37823:24499,37824:28060,37825:29305,37826:30563,37827:31167,37828:31716,37829:27602,37830:29420,37831:35501,37832:26627,37833:27233,37834:20984,37835:31361,37836:26932,37837:23626,37838:40182,37839:33515,37840:23493,37841:37193,37842:28702,37843:22136,37844:23663,37845:24775,37846:25958,37847:27788,37848:35930,37849:36929,37850:38931,37851:21585,37852:26311,37853:37389,37854:22856,37855:37027,37856:20869,37857:20045,37858:20970,37859:34201,37860:35598,37861:28760,37862:25466,37863:37707,37864:26978,37865:39348,37866:32260,37867:30071,37868:21335,37869:26976,37870:36575,37871:38627,37872:27741,37873:20108,37874:23612,37875:24336,37876:36841,37877:21250,37878:36049,37879:32905,37880:34425,37881:24319,37882:26085,37883:20083,37884:20837,37952:22914,37953:23615,37954:38894,37955:20219,37956:22922,37957:24525,37958:35469,37959:28641,37960:31152,37961:31074,37962:23527,37963:33905,37964:29483,37965:29105,37966:24180,37967:24565,37968:25467,37969:25754,37970:29123,37971:31896,37972:20035,37973:24316,37974:20043,37975:22492,37976:22178,37977:24745,37978:28611,37979:32013,37980:33021,37981:33075,37982:33215,37983:36786,37984:35223,37985:34468,37986:24052,37987:25226,37988:25773,37989:35207,37990:26487,37991:27874,37992:27966,37993:29750,37994:30772,37995:23110,37996:32629,37997:33453,37998:39340,37999:20467,38e3:24259,38001:25309,38002:25490,38003:25943,38004:26479,38005:30403,38006:29260,38007:32972,38008:32954,38009:36649,38010:37197,38011:20493,38012:22521,38013:23186,38014:26757,38016:26995,38017:29028,38018:29437,38019:36023,38020:22770,38021:36064,38022:38506,38023:36889,38024:34687,38025:31204,38026:30695,38027:33833,38028:20271,38029:21093,38030:21338,38031:25293,38032:26575,38033:27850,38034:30333,38035:31636,38036:31893,38037:33334,38038:34180,38039:36843,38040:26333,38041:28448,38042:29190,38043:32283,38044:33707,38045:39361,38046:40614,38047:20989,38048:31665,38049:30834,38050:31672,38051:32903,38052:31560,38053:27368,38054:24161,38055:32908,38056:30033,38057:30048,38058:20843,38059:37474,38060:28300,38061:30330,38062:37271,38063:39658,38064:20240,38065:32624,38066:25244,38067:31567,38068:38309,38069:40169,38070:22138,38071:22617,38072:34532,38073:38588,38074:20276,38075:21028,38076:21322,38077:21453,38078:21467,38079:24070,38080:25644,38081:26001,38082:26495,38083:27710,38084:27726,38085:29256,38086:29359,38087:29677,38088:30036,38089:32321,38090:33324,38091:34281,38092:36009,38093:31684,38094:37318,38095:29033,38096:38930,38097:39151,38098:25405,38099:26217,38100:30058,38101:30436,38102:30928,38103:34115,38104:34542,38105:21290,38106:21329,38107:21542,38108:22915,38109:24199,38110:24444,38111:24754,38112:25161,38113:25209,38114:25259,38115:26e3,38116:27604,38117:27852,38118:30130,38119:30382,38120:30865,38121:31192,38122:32203,38123:32631,38124:32933,38125:34987,38126:35513,38127:36027,38128:36991,38129:38750,38130:39131,38131:27147,38132:31800,38133:20633,38134:23614,38135:24494,38136:26503,38137:27608,38138:29749,38139:30473,38140:32654,38208:40763,38209:26570,38210:31255,38211:21305,38212:30091,38213:39661,38214:24422,38215:33181,38216:33777,38217:32920,38218:24380,38219:24517,38220:30050,38221:31558,38222:36924,38223:26727,38224:23019,38225:23195,38226:32016,38227:30334,38228:35628,38229:20469,38230:24426,38231:27161,38232:27703,38233:28418,38234:29922,38235:31080,38236:34920,38237:35413,38238:35961,38239:24287,38240:25551,38241:30149,38242:31186,38243:33495,38244:37672,38245:37618,38246:33948,38247:34541,38248:39981,38249:21697,38250:24428,38251:25996,38252:27996,38253:28693,38254:36007,38255:36051,38256:38971,38257:25935,38258:29942,38259:19981,38260:20184,38261:22496,38262:22827,38263:23142,38264:23500,38265:20904,38266:24067,38267:24220,38268:24598,38269:25206,38270:25975,38272:26023,38273:26222,38274:28014,38275:29238,38276:31526,38277:33104,38278:33178,38279:33433,38280:35676,38281:36e3,38282:36070,38283:36212,38284:38428,38285:38468,38286:20398,38287:25771,38288:27494,38289:33310,38290:33889,38291:34154,38292:37096,38293:23553,38294:26963,38295:39080,38296:33914,38297:34135,38298:20239,38299:21103,38300:24489,38301:24133,38302:26381,38303:31119,38304:33145,38305:35079,38306:35206,38307:28149,38308:24343,38309:25173,38310:27832,38311:20175,38312:29289,38313:39826,38314:20998,38315:21563,38316:22132,38317:22707,38318:24996,38319:25198,38320:28954,38321:22894,38322:31881,38323:31966,38324:32027,38325:38640,38326:25991,38327:32862,38328:19993,38329:20341,38330:20853,38331:22592,38332:24163,38333:24179,38334:24330,38335:26564,38336:20006,38337:34109,38338:38281,38339:38491,38340:31859,38341:38913,38342:20731,38343:22721,38344:30294,38345:30887,38346:21029,38347:30629,38348:34065,38349:31622,38350:20559,38351:22793,38352:29255,38353:31687,38354:32232,38355:36794,38356:36820,38357:36941,38358:20415,38359:21193,38360:23081,38361:24321,38362:38829,38363:20445,38364:33303,38365:37610,38366:22275,38367:25429,38368:27497,38369:29995,38370:35036,38371:36628,38372:31298,38373:21215,38374:22675,38375:24917,38376:25098,38377:26286,38378:27597,38379:31807,38380:33769,38381:20515,38382:20472,38383:21253,38384:21574,38385:22577,38386:22857,38387:23453,38388:23792,38389:23791,38390:23849,38391:24214,38392:25265,38393:25447,38394:25918,38395:26041,38396:26379,38464:27861,38465:27873,38466:28921,38467:30770,38468:32299,38469:32990,38470:33459,38471:33804,38472:34028,38473:34562,38474:35090,38475:35370,38476:35914,38477:37030,38478:37586,38479:39165,38480:40179,38481:40300,38482:20047,38483:20129,38484:20621,38485:21078,38486:22346,38487:22952,38488:24125,38489:24536,38490:24537,38491:25151,38492:26292,38493:26395,38494:26576,38495:26834,38496:20882,38497:32033,38498:32938,38499:33192,38500:35584,38501:35980,38502:36031,38503:37502,38504:38450,38505:21536,38506:38956,38507:21271,38508:20693,38509:21340,38510:22696,38511:25778,38512:26420,38513:29287,38514:30566,38515:31302,38516:37350,38517:21187,38518:27809,38519:27526,38520:22528,38521:24140,38522:22868,38523:26412,38524:32763,38525:20961,38526:30406,38528:25705,38529:30952,38530:39764,38531:40635,38532:22475,38533:22969,38534:26151,38535:26522,38536:27598,38537:21737,38538:27097,38539:24149,38540:33180,38541:26517,38542:39850,38543:26622,38544:40018,38545:26717,38546:20134,38547:20451,38548:21448,38549:25273,38550:26411,38551:27819,38552:36804,38553:20397,38554:32365,38555:40639,38556:19975,38557:24930,38558:28288,38559:28459,38560:34067,38561:21619,38562:26410,38563:39749,38564:24051,38565:31637,38566:23724,38567:23494,38568:34588,38569:28234,38570:34001,38571:31252,38572:33032,38573:22937,38574:31885,38575:27665,38576:30496,38577:21209,38578:22818,38579:28961,38580:29279,38581:30683,38582:38695,38583:40289,38584:26891,38585:23167,38586:23064,38587:20901,38588:21517,38589:21629,38590:26126,38591:30431,38592:36855,38593:37528,38594:40180,38595:23018,38596:29277,38597:28357,38598:20813,38599:26825,38600:32191,38601:32236,38602:38754,38603:40634,38604:25720,38605:27169,38606:33538,38607:22916,38608:23391,38609:27611,38610:29467,38611:30450,38612:32178,38613:32791,38614:33945,38615:20786,38616:26408,38617:40665,38618:30446,38619:26466,38620:21247,38621:39173,38622:23588,38623:25147,38624:31870,38625:36016,38626:21839,38627:24758,38628:32011,38629:38272,38630:21249,38631:20063,38632:20918,38633:22812,38634:29242,38635:32822,38636:37326,38637:24357,38638:30690,38639:21380,38640:24441,38641:32004,38642:34220,38643:35379,38644:36493,38645:38742,38646:26611,38647:34222,38648:37971,38649:24841,38650:24840,38651:27833,38652:30290,38720:35565,38721:36664,38722:21807,38723:20305,38724:20778,38725:21191,38726:21451,38727:23461,38728:24189,38729:24736,38730:24962,38731:25558,38732:26377,38733:26586,38734:28263,38735:28044,38736:29494,38737:29495,38738:30001,38739:31056,38740:35029,38741:35480,38742:36938,38743:37009,38744:37109,38745:38596,38746:34701,38747:22805,38748:20104,38749:20313,38750:19982,38751:35465,38752:36671,38753:38928,38754:20653,38755:24188,38756:22934,38757:23481,38758:24248,38759:25562,38760:25594,38761:25793,38762:26332,38763:26954,38764:27096,38765:27915,38766:28342,38767:29076,38768:29992,38769:31407,38770:32650,38771:32768,38772:33865,38773:33993,38774:35201,38775:35617,38776:36362,38777:36965,38778:38525,38779:39178,38780:24958,38781:25233,38782:27442,38784:27779,38785:28020,38786:32716,38787:32764,38788:28096,38789:32645,38790:34746,38791:35064,38792:26469,38793:33713,38794:38972,38795:38647,38796:27931,38797:32097,38798:33853,38799:37226,38800:20081,38801:21365,38802:23888,38803:27396,38804:28651,38805:34253,38806:34349,38807:35239,38808:21033,38809:21519,38810:23653,38811:26446,38812:26792,38813:29702,38814:29827,38815:30178,38816:35023,38817:35041,38818:37324,38819:38626,38820:38520,38821:24459,38822:29575,38823:31435,38824:33870,38825:25504,38826:30053,38827:21129,38828:27969,38829:28316,38830:29705,38831:30041,38832:30827,38833:31890,38834:38534,38835:31452,38836:40845,38837:20406,38838:24942,38839:26053,38840:34396,38841:20102,38842:20142,38843:20698,38844:20001,38845:20940,38846:23534,38847:26009,38848:26753,38849:28092,38850:29471,38851:30274,38852:30637,38853:31260,38854:31975,38855:33391,38856:35538,38857:36988,38858:37327,38859:38517,38860:38936,38861:21147,38862:32209,38863:20523,38864:21400,38865:26519,38866:28107,38867:29136,38868:29747,38869:33256,38870:36650,38871:38563,38872:40023,38873:40607,38874:29792,38875:22593,38876:28057,38877:32047,38878:39006,38879:20196,38880:20278,38881:20363,38882:20919,38883:21169,38884:23994,38885:24604,38886:29618,38887:31036,38888:33491,38889:37428,38890:38583,38891:38646,38892:38666,38893:40599,38894:40802,38895:26278,38896:27508,38897:21015,38898:21155,38899:28872,38900:35010,38901:24265,38902:24651,38903:24976,38904:28451,38905:29001,38906:31806,38907:32244,38908:32879,38976:34030,38977:36899,38978:37676,38979:21570,38980:39791,38981:27347,38982:28809,38983:36034,38984:36335,38985:38706,38986:21172,38987:23105,38988:24266,38989:24324,38990:26391,38991:27004,38992:27028,38993:28010,38994:28431,38995:29282,38996:29436,38997:31725,38998:32769,38999:32894,39e3:34635,39001:37070,39002:20845,39003:40595,39004:31108,39005:32907,39006:37682,39007:35542,39008:20525,39009:21644,39010:35441,39011:27498,39012:36036,39013:33031,39014:24785,39015:26528,39016:40434,39017:20121,39018:20120,39019:39952,39020:35435,39021:34241,39022:34152,39023:26880,39024:28286,39025:30871,39026:33109,39071:24332,39072:19984,39073:19989,39074:20010,39075:20017,39076:20022,39077:20028,39078:20031,39079:20034,39080:20054,39081:20056,39082:20098,39083:20101,39084:35947,39085:20106,39086:33298,39087:24333,39088:20110,39089:20126,39090:20127,39091:20128,39092:20130,39093:20144,39094:20147,39095:20150,39096:20174,39097:20173,39098:20164,39099:20166,39100:20162,39101:20183,39102:20190,39103:20205,39104:20191,39105:20215,39106:20233,39107:20314,39108:20272,39109:20315,39110:20317,39111:20311,39112:20295,39113:20342,39114:20360,39115:20367,39116:20376,39117:20347,39118:20329,39119:20336,39120:20369,39121:20335,39122:20358,39123:20374,39124:20760,39125:20436,39126:20447,39127:20430,39128:20440,39129:20443,39130:20433,39131:20442,39132:20432,39133:20452,39134:20453,39135:20506,39136:20520,39137:20500,39138:20522,39139:20517,39140:20485,39141:20252,39142:20470,39143:20513,39144:20521,39145:20524,39146:20478,39147:20463,39148:20497,39149:20486,39150:20547,39151:20551,39152:26371,39153:20565,39154:20560,39155:20552,39156:20570,39157:20566,39158:20588,39159:20600,39160:20608,39161:20634,39162:20613,39163:20660,39164:20658,39232:20681,39233:20682,39234:20659,39235:20674,39236:20694,39237:20702,39238:20709,39239:20717,39240:20707,39241:20718,39242:20729,39243:20725,39244:20745,39245:20737,39246:20738,39247:20758,39248:20757,39249:20756,39250:20762,39251:20769,39252:20794,39253:20791,39254:20796,39255:20795,39256:20799,39257:20800,39258:20818,39259:20812,39260:20820,39261:20834,39262:31480,39263:20841,39264:20842,39265:20846,39266:20864,39267:20866,39268:22232,39269:20876,39270:20873,39271:20879,39272:20881,39273:20883,39274:20885,39275:20886,39276:20900,39277:20902,39278:20898,39279:20905,39280:20906,39281:20907,39282:20915,39283:20913,39284:20914,39285:20912,39286:20917,39287:20925,39288:20933,39289:20937,39290:20955,39291:20960,39292:34389,39293:20969,39294:20973,39296:20976,39297:20981,39298:20990,39299:20996,39300:21003,39301:21012,39302:21006,39303:21031,39304:21034,39305:21038,39306:21043,39307:21049,39308:21071,39309:21060,39310:21067,39311:21068,39312:21086,39313:21076,39314:21098,39315:21108,39316:21097,39317:21107,39318:21119,39319:21117,39320:21133,39321:21140,39322:21138,39323:21105,39324:21128,39325:21137,39326:36776,39327:36775,39328:21164,39329:21165,39330:21180,39331:21173,39332:21185,39333:21197,39334:21207,39335:21214,39336:21219,39337:21222,39338:39149,39339:21216,39340:21235,39341:21237,39342:21240,39343:21241,39344:21254,39345:21256,39346:30008,39347:21261,39348:21264,39349:21263,39350:21269,39351:21274,39352:21283,39353:21295,39354:21297,39355:21299,39356:21304,39357:21312,39358:21318,39359:21317,39360:19991,39361:21321,39362:21325,39363:20950,39364:21342,39365:21353,39366:21358,39367:22808,39368:21371,39369:21367,39370:21378,39371:21398,39372:21408,39373:21414,39374:21413,39375:21422,39376:21424,39377:21430,39378:21443,39379:31762,39380:38617,39381:21471,39382:26364,39383:29166,39384:21486,39385:21480,39386:21485,39387:21498,39388:21505,39389:21565,39390:21568,39391:21548,39392:21549,39393:21564,39394:21550,39395:21558,39396:21545,39397:21533,39398:21582,39399:21647,39400:21621,39401:21646,39402:21599,39403:21617,39404:21623,39405:21616,39406:21650,39407:21627,39408:21632,39409:21622,39410:21636,39411:21648,39412:21638,39413:21703,39414:21666,39415:21688,39416:21669,39417:21676,39418:21700,39419:21704,39420:21672,39488:21675,39489:21698,39490:21668,39491:21694,39492:21692,39493:21720,39494:21733,39495:21734,39496:21775,39497:21780,39498:21757,39499:21742,39500:21741,39501:21754,39502:21730,39503:21817,39504:21824,39505:21859,39506:21836,39507:21806,39508:21852,39509:21829,39510:21846,39511:21847,39512:21816,39513:21811,39514:21853,39515:21913,39516:21888,39517:21679,39518:21898,39519:21919,39520:21883,39521:21886,39522:21912,39523:21918,39524:21934,39525:21884,39526:21891,39527:21929,39528:21895,39529:21928,39530:21978,39531:21957,39532:21983,39533:21956,39534:21980,39535:21988,39536:21972,39537:22036,39538:22007,39539:22038,39540:22014,39541:22013,39542:22043,39543:22009,39544:22094,39545:22096,39546:29151,39547:22068,39548:22070,39549:22066,39550:22072,39552:22123,39553:22116,39554:22063,39555:22124,39556:22122,39557:22150,39558:22144,39559:22154,39560:22176,39561:22164,39562:22159,39563:22181,39564:22190,39565:22198,39566:22196,39567:22210,39568:22204,39569:22209,39570:22211,39571:22208,39572:22216,39573:22222,39574:22225,39575:22227,39576:22231,39577:22254,39578:22265,39579:22272,39580:22271,39581:22276,39582:22281,39583:22280,39584:22283,39585:22285,39586:22291,39587:22296,39588:22294,39589:21959,39590:22300,39591:22310,39592:22327,39593:22328,39594:22350,39595:22331,39596:22336,39597:22351,39598:22377,39599:22464,39600:22408,39601:22369,39602:22399,39603:22409,39604:22419,39605:22432,39606:22451,39607:22436,39608:22442,39609:22448,39610:22467,39611:22470,39612:22484,39613:22482,39614:22483,39615:22538,39616:22486,39617:22499,39618:22539,39619:22553,39620:22557,39621:22642,39622:22561,39623:22626,39624:22603,39625:22640,39626:27584,39627:22610,39628:22589,39629:22649,39630:22661,39631:22713,39632:22687,39633:22699,39634:22714,39635:22750,39636:22715,39637:22712,39638:22702,39639:22725,39640:22739,39641:22737,39642:22743,39643:22745,39644:22744,39645:22757,39646:22748,39647:22756,39648:22751,39649:22767,39650:22778,39651:22777,39652:22779,39653:22780,39654:22781,39655:22786,39656:22794,39657:22800,39658:22811,39659:26790,39660:22821,39661:22828,39662:22829,39663:22834,39664:22840,39665:22846,39666:31442,39667:22869,39668:22864,39669:22862,39670:22874,39671:22872,39672:22882,39673:22880,39674:22887,39675:22892,39676:22889,39744:22904,39745:22913,39746:22941,39747:20318,39748:20395,39749:22947,39750:22962,39751:22982,39752:23016,39753:23004,39754:22925,39755:23001,39756:23002,39757:23077,39758:23071,39759:23057,39760:23068,39761:23049,39762:23066,39763:23104,39764:23148,39765:23113,39766:23093,39767:23094,39768:23138,39769:23146,39770:23194,39771:23228,39772:23230,39773:23243,39774:23234,39775:23229,39776:23267,39777:23255,39778:23270,39779:23273,39780:23254,39781:23290,39782:23291,39783:23308,39784:23307,39785:23318,39786:23346,39787:23248,39788:23338,39789:23350,39790:23358,39791:23363,39792:23365,39793:23360,39794:23377,39795:23381,39796:23386,39797:23387,39798:23397,39799:23401,39800:23408,39801:23411,39802:23413,39803:23416,39804:25992,39805:23418,39806:23424,39808:23427,39809:23462,39810:23480,39811:23491,39812:23495,39813:23497,39814:23508,39815:23504,39816:23524,39817:23526,39818:23522,39819:23518,39820:23525,39821:23531,39822:23536,39823:23542,39824:23539,39825:23557,39826:23559,39827:23560,39828:23565,39829:23571,39830:23584,39831:23586,39832:23592,39833:23608,39834:23609,39835:23617,39836:23622,39837:23630,39838:23635,39839:23632,39840:23631,39841:23409,39842:23660,39843:23662,39844:20066,39845:23670,39846:23673,39847:23692,39848:23697,39849:23700,39850:22939,39851:23723,39852:23739,39853:23734,39854:23740,39855:23735,39856:23749,39857:23742,39858:23751,39859:23769,39860:23785,39861:23805,39862:23802,39863:23789,39864:23948,39865:23786,39866:23819,39867:23829,39868:23831,39869:23900,39870:23839,39871:23835,39872:23825,39873:23828,39874:23842,39875:23834,39876:23833,39877:23832,39878:23884,39879:23890,39880:23886,39881:23883,39882:23916,39883:23923,39884:23926,39885:23943,39886:23940,39887:23938,39888:23970,39889:23965,39890:23980,39891:23982,39892:23997,39893:23952,39894:23991,39895:23996,39896:24009,39897:24013,39898:24019,39899:24018,39900:24022,39901:24027,39902:24043,39903:24050,39904:24053,39905:24075,39906:24090,39907:24089,39908:24081,39909:24091,39910:24118,39911:24119,39912:24132,39913:24131,39914:24128,39915:24142,39916:24151,39917:24148,39918:24159,39919:24162,39920:24164,39921:24135,39922:24181,39923:24182,39924:24186,39925:40636,39926:24191,39927:24224,39928:24257,39929:24258,39930:24264,39931:24272,39932:24271,4e4:24278,40001:24291,40002:24285,40003:24282,40004:24283,40005:24290,40006:24289,40007:24296,40008:24297,40009:24300,40010:24305,40011:24307,40012:24304,40013:24308,40014:24312,40015:24318,40016:24323,40017:24329,40018:24413,40019:24412,40020:24331,40021:24337,40022:24342,40023:24361,40024:24365,40025:24376,40026:24385,40027:24392,40028:24396,40029:24398,40030:24367,40031:24401,40032:24406,40033:24407,40034:24409,40035:24417,40036:24429,40037:24435,40038:24439,40039:24451,40040:24450,40041:24447,40042:24458,40043:24456,40044:24465,40045:24455,40046:24478,40047:24473,40048:24472,40049:24480,40050:24488,40051:24493,40052:24508,40053:24534,40054:24571,40055:24548,40056:24568,40057:24561,40058:24541,40059:24755,40060:24575,40061:24609,40062:24672,40064:24601,40065:24592,40066:24617,40067:24590,40068:24625,40069:24603,40070:24597,40071:24619,40072:24614,40073:24591,40074:24634,40075:24666,40076:24641,40077:24682,40078:24695,40079:24671,40080:24650,40081:24646,40082:24653,40083:24675,40084:24643,40085:24676,40086:24642,40087:24684,40088:24683,40089:24665,40090:24705,40091:24717,40092:24807,40093:24707,40094:24730,40095:24708,40096:24731,40097:24726,40098:24727,40099:24722,40100:24743,40101:24715,40102:24801,40103:24760,40104:24800,40105:24787,40106:24756,40107:24560,40108:24765,40109:24774,40110:24757,40111:24792,40112:24909,40113:24853,40114:24838,40115:24822,40116:24823,40117:24832,40118:24820,40119:24826,40120:24835,40121:24865,40122:24827,40123:24817,40124:24845,40125:24846,40126:24903,40127:24894,40128:24872,40129:24871,40130:24906,40131:24895,40132:24892,40133:24876,40134:24884,40135:24893,40136:24898,40137:24900,40138:24947,40139:24951,40140:24920,40141:24921,40142:24922,40143:24939,40144:24948,40145:24943,40146:24933,40147:24945,40148:24927,40149:24925,40150:24915,40151:24949,40152:24985,40153:24982,40154:24967,40155:25004,40156:24980,40157:24986,40158:24970,40159:24977,40160:25003,40161:25006,40162:25036,40163:25034,40164:25033,40165:25079,40166:25032,40167:25027,40168:25030,40169:25018,40170:25035,40171:32633,40172:25037,40173:25062,40174:25059,40175:25078,40176:25082,40177:25076,40178:25087,40179:25085,40180:25084,40181:25086,40182:25088,40183:25096,40184:25097,40185:25101,40186:25100,40187:25108,40188:25115,40256:25118,40257:25121,40258:25130,40259:25134,40260:25136,40261:25138,40262:25139,40263:25153,40264:25166,40265:25182,40266:25187,40267:25179,40268:25184,40269:25192,40270:25212,40271:25218,40272:25225,40273:25214,40274:25234,40275:25235,40276:25238,40277:25300,40278:25219,40279:25236,40280:25303,40281:25297,40282:25275,40283:25295,40284:25343,40285:25286,40286:25812,40287:25288,40288:25308,40289:25292,40290:25290,40291:25282,40292:25287,40293:25243,40294:25289,40295:25356,40296:25326,40297:25329,40298:25383,40299:25346,40300:25352,40301:25327,40302:25333,40303:25424,40304:25406,40305:25421,40306:25628,40307:25423,40308:25494,40309:25486,40310:25472,40311:25515,40312:25462,40313:25507,40314:25487,40315:25481,40316:25503,40317:25525,40318:25451,40320:25449,40321:25534,40322:25577,40323:25536,40324:25542,40325:25571,40326:25545,40327:25554,40328:25590,40329:25540,40330:25622,40331:25652,40332:25606,40333:25619,40334:25638,40335:25654,40336:25885,40337:25623,40338:25640,40339:25615,40340:25703,40341:25711,40342:25718,40343:25678,40344:25898,40345:25749,40346:25747,40347:25765,40348:25769,40349:25736,40350:25788,40351:25818,40352:25810,40353:25797,40354:25799,40355:25787,40356:25816,40357:25794,40358:25841,40359:25831,40360:33289,40361:25824,40362:25825,40363:25260,40364:25827,40365:25839,40366:25900,40367:25846,40368:25844,40369:25842,40370:25850,40371:25856,40372:25853,40373:25880,40374:25884,40375:25861,40376:25892,40377:25891,40378:25899,40379:25908,40380:25909,40381:25911,40382:25910,40383:25912,40384:30027,40385:25928,40386:25942,40387:25941,40388:25933,40389:25944,40390:25950,40391:25949,40392:25970,40393:25976,40394:25986,40395:25987,40396:35722,40397:26011,40398:26015,40399:26027,40400:26039,40401:26051,40402:26054,40403:26049,40404:26052,40405:26060,40406:26066,40407:26075,40408:26073,40409:26080,40410:26081,40411:26097,40412:26482,40413:26122,40414:26115,40415:26107,40416:26483,40417:26165,40418:26166,40419:26164,40420:26140,40421:26191,40422:26180,40423:26185,40424:26177,40425:26206,40426:26205,40427:26212,40428:26215,40429:26216,40430:26207,40431:26210,40432:26224,40433:26243,40434:26248,40435:26254,40436:26249,40437:26244,40438:26264,40439:26269,40440:26305,40441:26297,40442:26313,40443:26302,40444:26300,40512:26308,40513:26296,40514:26326,40515:26330,40516:26336,40517:26175,40518:26342,40519:26345,40520:26352,40521:26357,40522:26359,40523:26383,40524:26390,40525:26398,40526:26406,40527:26407,40528:38712,40529:26414,40530:26431,40531:26422,40532:26433,40533:26424,40534:26423,40535:26438,40536:26462,40537:26464,40538:26457,40539:26467,40540:26468,40541:26505,40542:26480,40543:26537,40544:26492,40545:26474,40546:26508,40547:26507,40548:26534,40549:26529,40550:26501,40551:26551,40552:26607,40553:26548,40554:26604,40555:26547,40556:26601,40557:26552,40558:26596,40559:26590,40560:26589,40561:26594,40562:26606,40563:26553,40564:26574,40565:26566,40566:26599,40567:27292,40568:26654,40569:26694,40570:26665,40571:26688,40572:26701,40573:26674,40574:26702,40576:26803,40577:26667,40578:26713,40579:26723,40580:26743,40581:26751,40582:26783,40583:26767,40584:26797,40585:26772,40586:26781,40587:26779,40588:26755,40589:27310,40590:26809,40591:26740,40592:26805,40593:26784,40594:26810,40595:26895,40596:26765,40597:26750,40598:26881,40599:26826,40600:26888,40601:26840,40602:26914,40603:26918,40604:26849,40605:26892,40606:26829,40607:26836,40608:26855,40609:26837,40610:26934,40611:26898,40612:26884,40613:26839,40614:26851,40615:26917,40616:26873,40617:26848,40618:26863,40619:26920,40620:26922,40621:26906,40622:26915,40623:26913,40624:26822,40625:27001,40626:26999,40627:26972,40628:27e3,40629:26987,40630:26964,40631:27006,40632:26990,40633:26937,40634:26996,40635:26941,40636:26969,40637:26928,40638:26977,40639:26974,40640:26973,40641:27009,40642:26986,40643:27058,40644:27054,40645:27088,40646:27071,40647:27073,40648:27091,40649:27070,40650:27086,40651:23528,40652:27082,40653:27101,40654:27067,40655:27075,40656:27047,40657:27182,40658:27025,40659:27040,40660:27036,40661:27029,40662:27060,40663:27102,40664:27112,40665:27138,40666:27163,40667:27135,40668:27402,40669:27129,40670:27122,40671:27111,40672:27141,40673:27057,40674:27166,40675:27117,40676:27156,40677:27115,40678:27146,40679:27154,40680:27329,40681:27171,40682:27155,40683:27204,40684:27148,40685:27250,40686:27190,40687:27256,40688:27207,40689:27234,40690:27225,40691:27238,40692:27208,40693:27192,40694:27170,40695:27280,40696:27277,40697:27296,40698:27268,40699:27298,40700:27299,40768:27287,40769:34327,40770:27323,40771:27331,40772:27330,40773:27320,40774:27315,40775:27308,40776:27358,40777:27345,40778:27359,40779:27306,40780:27354,40781:27370,40782:27387,40783:27397,40784:34326,40785:27386,40786:27410,40787:27414,40788:39729,40789:27423,40790:27448,40791:27447,40792:30428,40793:27449,40794:39150,40795:27463,40796:27459,40797:27465,40798:27472,40799:27481,40800:27476,40801:27483,40802:27487,40803:27489,40804:27512,40805:27513,40806:27519,40807:27520,40808:27524,40809:27523,40810:27533,40811:27544,40812:27541,40813:27550,40814:27556,40815:27562,40816:27563,40817:27567,40818:27570,40819:27569,40820:27571,40821:27575,40822:27580,40823:27590,40824:27595,40825:27603,40826:27615,40827:27628,40828:27627,40829:27635,40830:27631,40832:40638,40833:27656,40834:27667,40835:27668,40836:27675,40837:27684,40838:27683,40839:27742,40840:27733,40841:27746,40842:27754,40843:27778,40844:27789,40845:27802,40846:27777,40847:27803,40848:27774,40849:27752,40850:27763,40851:27794,40852:27792,40853:27844,40854:27889,40855:27859,40856:27837,40857:27863,40858:27845,40859:27869,40860:27822,40861:27825,40862:27838,40863:27834,40864:27867,40865:27887,40866:27865,40867:27882,40868:27935,40869:34893,40870:27958,40871:27947,40872:27965,40873:27960,40874:27929,40875:27957,40876:27955,40877:27922,40878:27916,40879:28003,40880:28051,40881:28004,40882:27994,40883:28025,40884:27993,40885:28046,40886:28053,40887:28644,40888:28037,40889:28153,40890:28181,40891:28170,40892:28085,40893:28103,40894:28134,40895:28088,40896:28102,40897:28140,40898:28126,40899:28108,40900:28136,40901:28114,40902:28101,40903:28154,40904:28121,40905:28132,40906:28117,40907:28138,40908:28142,40909:28205,40910:28270,40911:28206,40912:28185,40913:28274,40914:28255,40915:28222,40916:28195,40917:28267,40918:28203,40919:28278,40920:28237,40921:28191,40922:28227,40923:28218,40924:28238,40925:28196,40926:28415,40927:28189,40928:28216,40929:28290,40930:28330,40931:28312,40932:28361,40933:28343,40934:28371,40935:28349,40936:28335,40937:28356,40938:28338,40939:28372,40940:28373,40941:28303,40942:28325,40943:28354,40944:28319,40945:28481,40946:28433,40947:28748,40948:28396,40949:28408,40950:28414,40951:28479,40952:28402,40953:28465,40954:28399,40955:28466,40956:28364,161:65377,162:65378,163:65379,164:65380,165:65381,166:65382,167:65383,168:65384,169:65385,170:65386,171:65387,172:65388,173:65389,174:65390,175:65391,176:65392,177:65393,178:65394,179:65395,180:65396,181:65397,182:65398,183:65399,184:65400,185:65401,186:65402,187:65403,188:65404,189:65405,190:65406,191:65407,192:65408,193:65409,194:65410,195:65411,196:65412,197:65413,198:65414,199:65415,200:65416,201:65417,202:65418,203:65419,204:65420,205:65421,206:65422,207:65423,208:65424,209:65425,210:65426,211:65427,212:65428,213:65429,214:65430,215:65431,216:65432,217:65433,218:65434,219:65435,220:65436,221:65437,222:65438,223:65439,57408:28478,57409:28435,57410:28407,57411:28550,57412:28538,57413:28536,57414:28545,57415:28544,57416:28527,57417:28507,57418:28659,57419:28525,57420:28546,57421:28540,57422:28504,57423:28558,57424:28561,57425:28610,57426:28518,57427:28595,57428:28579,57429:28577,57430:28580,57431:28601,57432:28614,57433:28586,57434:28639,57435:28629,57436:28652,57437:28628,57438:28632,57439:28657,57440:28654,57441:28635,57442:28681,57443:28683,57444:28666,57445:28689,57446:28673,57447:28687,57448:28670,57449:28699,57450:28698,57451:28532,57452:28701,57453:28696,57454:28703,57455:28720,57456:28734,57457:28722,57458:28753,57459:28771,57460:28825,57461:28818,57462:28847,57463:28913,57464:28844,57465:28856,57466:28851,57467:28846,57468:28895,57469:28875,57470:28893,57472:28889,57473:28937,57474:28925,57475:28956,57476:28953,57477:29029,57478:29013,57479:29064,57480:29030,57481:29026,57482:29004,57483:29014,57484:29036,57485:29071,57486:29179,57487:29060,57488:29077,57489:29096,57490:29100,57491:29143,57492:29113,57493:29118,57494:29138,57495:29129,57496:29140,57497:29134,57498:29152,57499:29164,57500:29159,57501:29173,57502:29180,57503:29177,57504:29183,57505:29197,57506:29200,57507:29211,57508:29224,57509:29229,57510:29228,57511:29232,57512:29234,57513:29243,57514:29244,57515:29247,57516:29248,57517:29254,57518:29259,57519:29272,57520:29300,57521:29310,57522:29314,57523:29313,57524:29319,57525:29330,57526:29334,57527:29346,57528:29351,57529:29369,57530:29362,57531:29379,57532:29382,57533:29380,57534:29390,57535:29394,57536:29410,57537:29408,57538:29409,57539:29433,57540:29431,57541:20495,57542:29463,57543:29450,57544:29468,57545:29462,57546:29469,57547:29492,57548:29487,57549:29481,57550:29477,57551:29502,57552:29518,57553:29519,57554:40664,57555:29527,57556:29546,57557:29544,57558:29552,57559:29560,57560:29557,57561:29563,57562:29562,57563:29640,57564:29619,57565:29646,57566:29627,57567:29632,57568:29669,57569:29678,57570:29662,57571:29858,57572:29701,57573:29807,57574:29733,57575:29688,57576:29746,57577:29754,57578:29781,57579:29759,57580:29791,57581:29785,57582:29761,57583:29788,57584:29801,57585:29808,57586:29795,57587:29802,57588:29814,57589:29822,57590:29835,57591:29854,57592:29863,57593:29898,57594:29903,57595:29908,57596:29681,57664:29920,57665:29923,57666:29927,57667:29929,57668:29934,57669:29938,57670:29936,57671:29937,57672:29944,57673:29943,57674:29956,57675:29955,57676:29957,57677:29964,57678:29966,57679:29965,57680:29973,57681:29971,57682:29982,57683:29990,57684:29996,57685:30012,57686:30020,57687:30029,57688:30026,57689:30025,57690:30043,57691:30022,57692:30042,57693:30057,57694:30052,57695:30055,57696:30059,57697:30061,57698:30072,57699:30070,57700:30086,57701:30087,57702:30068,57703:30090,57704:30089,57705:30082,57706:30100,57707:30106,57708:30109,57709:30117,57710:30115,57711:30146,57712:30131,57713:30147,57714:30133,57715:30141,57716:30136,57717:30140,57718:30129,57719:30157,57720:30154,57721:30162,57722:30169,57723:30179,57724:30174,57725:30206,57726:30207,57728:30204,57729:30209,57730:30192,57731:30202,57732:30194,57733:30195,57734:30219,57735:30221,57736:30217,57737:30239,57738:30247,57739:30240,57740:30241,57741:30242,57742:30244,57743:30260,57744:30256,57745:30267,57746:30279,57747:30280,57748:30278,57749:30300,57750:30296,57751:30305,57752:30306,57753:30312,57754:30313,57755:30314,57756:30311,57757:30316,57758:30320,57759:30322,57760:30326,57761:30328,57762:30332,57763:30336,57764:30339,57765:30344,57766:30347,57767:30350,57768:30358,57769:30355,57770:30361,57771:30362,57772:30384,57773:30388,57774:30392,57775:30393,57776:30394,57777:30402,57778:30413,57779:30422,57780:30418,57781:30430,57782:30433,57783:30437,57784:30439,57785:30442,57786:34351,57787:30459,57788:30472,57789:30471,57790:30468,57791:30505,57792:30500,57793:30494,57794:30501,57795:30502,57796:30491,57797:30519,57798:30520,57799:30535,57800:30554,57801:30568,57802:30571,57803:30555,57804:30565,57805:30591,57806:30590,57807:30585,57808:30606,57809:30603,57810:30609,57811:30624,57812:30622,57813:30640,57814:30646,57815:30649,57816:30655,57817:30652,57818:30653,57819:30651,57820:30663,57821:30669,57822:30679,57823:30682,57824:30684,57825:30691,57826:30702,57827:30716,57828:30732,57829:30738,57830:31014,57831:30752,57832:31018,57833:30789,57834:30862,57835:30836,57836:30854,57837:30844,57838:30874,57839:30860,57840:30883,57841:30901,57842:30890,57843:30895,57844:30929,57845:30918,57846:30923,57847:30932,57848:30910,57849:30908,57850:30917,57851:30922,57852:30956,57920:30951,57921:30938,57922:30973,57923:30964,57924:30983,57925:30994,57926:30993,57927:31001,57928:31020,57929:31019,57930:31040,57931:31072,57932:31063,57933:31071,57934:31066,57935:31061,57936:31059,57937:31098,57938:31103,57939:31114,57940:31133,57941:31143,57942:40779,57943:31146,57944:31150,57945:31155,57946:31161,57947:31162,57948:31177,57949:31189,57950:31207,57951:31212,57952:31201,57953:31203,57954:31240,57955:31245,57956:31256,57957:31257,57958:31264,57959:31263,57960:31104,57961:31281,57962:31291,57963:31294,57964:31287,57965:31299,57966:31319,57967:31305,57968:31329,57969:31330,57970:31337,57971:40861,57972:31344,57973:31353,57974:31357,57975:31368,57976:31383,57977:31381,57978:31384,57979:31382,57980:31401,57981:31432,57982:31408,57984:31414,57985:31429,57986:31428,57987:31423,57988:36995,57989:31431,57990:31434,57991:31437,57992:31439,57993:31445,57994:31443,57995:31449,57996:31450,57997:31453,57998:31457,57999:31458,58e3:31462,58001:31469,58002:31472,58003:31490,58004:31503,58005:31498,58006:31494,58007:31539,58008:31512,58009:31513,58010:31518,58011:31541,58012:31528,58013:31542,58014:31568,58015:31610,58016:31492,58017:31565,58018:31499,58019:31564,58020:31557,58021:31605,58022:31589,58023:31604,58024:31591,58025:31600,58026:31601,58027:31596,58028:31598,58029:31645,58030:31640,58031:31647,58032:31629,58033:31644,58034:31642,58035:31627,58036:31634,58037:31631,58038:31581,58039:31641,58040:31691,58041:31681,58042:31692,58043:31695,58044:31668,58045:31686,58046:31709,58047:31721,58048:31761,58049:31764,58050:31718,58051:31717,58052:31840,58053:31744,58054:31751,58055:31763,58056:31731,58057:31735,58058:31767,58059:31757,58060:31734,58061:31779,58062:31783,58063:31786,58064:31775,58065:31799,58066:31787,58067:31805,58068:31820,58069:31811,58070:31828,58071:31823,58072:31808,58073:31824,58074:31832,58075:31839,58076:31844,58077:31830,58078:31845,58079:31852,58080:31861,58081:31875,58082:31888,58083:31908,58084:31917,58085:31906,58086:31915,58087:31905,58088:31912,58089:31923,58090:31922,58091:31921,58092:31918,58093:31929,58094:31933,58095:31936,58096:31941,58097:31938,58098:31960,58099:31954,58100:31964,58101:31970,58102:39739,58103:31983,58104:31986,58105:31988,58106:31990,58107:31994,58108:32006,58176:32002,58177:32028,58178:32021,58179:32010,58180:32069,58181:32075,58182:32046,58183:32050,58184:32063,58185:32053,58186:32070,58187:32115,58188:32086,58189:32078,58190:32114,58191:32104,58192:32110,58193:32079,58194:32099,58195:32147,58196:32137,58197:32091,58198:32143,58199:32125,58200:32155,58201:32186,58202:32174,58203:32163,58204:32181,58205:32199,58206:32189,58207:32171,58208:32317,58209:32162,58210:32175,58211:32220,58212:32184,58213:32159,58214:32176,58215:32216,58216:32221,58217:32228,58218:32222,58219:32251,58220:32242,58221:32225,58222:32261,58223:32266,58224:32291,58225:32289,58226:32274,58227:32305,58228:32287,58229:32265,58230:32267,58231:32290,58232:32326,58233:32358,58234:32315,58235:32309,58236:32313,58237:32323,58238:32311,58240:32306,58241:32314,58242:32359,58243:32349,58244:32342,58245:32350,58246:32345,58247:32346,58248:32377,58249:32362,58250:32361,58251:32380,58252:32379,58253:32387,58254:32213,58255:32381,58256:36782,58257:32383,58258:32392,58259:32393,58260:32396,58261:32402,58262:32400,58263:32403,58264:32404,58265:32406,58266:32398,58267:32411,58268:32412,58269:32568,58270:32570,58271:32581,58272:32588,58273:32589,58274:32590,58275:32592,58276:32593,58277:32597,58278:32596,58279:32600,58280:32607,58281:32608,58282:32616,58283:32617,58284:32615,58285:32632,58286:32642,58287:32646,58288:32643,58289:32648,58290:32647,58291:32652,58292:32660,58293:32670,58294:32669,58295:32666,58296:32675,58297:32687,58298:32690,58299:32697,58300:32686,58301:32694,58302:32696,58303:35697,58304:32709,58305:32710,58306:32714,58307:32725,58308:32724,58309:32737,58310:32742,58311:32745,58312:32755,58313:32761,58314:39132,58315:32774,58316:32772,58317:32779,58318:32786,58319:32792,58320:32793,58321:32796,58322:32801,58323:32808,58324:32831,58325:32827,58326:32842,58327:32838,58328:32850,58329:32856,58330:32858,58331:32863,58332:32866,58333:32872,58334:32883,58335:32882,58336:32880,58337:32886,58338:32889,58339:32893,58340:32895,58341:32900,58342:32902,58343:32901,58344:32923,58345:32915,58346:32922,58347:32941,58348:20880,58349:32940,58350:32987,58351:32997,58352:32985,58353:32989,58354:32964,58355:32986,58356:32982,58357:33033,58358:33007,58359:33009,58360:33051,58361:33065,58362:33059,58363:33071,58364:33099,58432:38539,58433:33094,58434:33086,58435:33107,58436:33105,58437:33020,58438:33137,58439:33134,58440:33125,58441:33126,58442:33140,58443:33155,58444:33160,58445:33162,58446:33152,58447:33154,58448:33184,58449:33173,58450:33188,58451:33187,58452:33119,58453:33171,58454:33193,58455:33200,58456:33205,58457:33214,58458:33208,58459:33213,58460:33216,58461:33218,58462:33210,58463:33225,58464:33229,58465:33233,58466:33241,58467:33240,58468:33224,58469:33242,58470:33247,58471:33248,58472:33255,58473:33274,58474:33275,58475:33278,58476:33281,58477:33282,58478:33285,58479:33287,58480:33290,58481:33293,58482:33296,58483:33302,58484:33321,58485:33323,58486:33336,58487:33331,58488:33344,58489:33369,58490:33368,58491:33373,58492:33370,58493:33375,58494:33380,58496:33378,58497:33384,58498:33386,58499:33387,58500:33326,58501:33393,58502:33399,58503:33400,58504:33406,58505:33421,58506:33426,58507:33451,58508:33439,58509:33467,58510:33452,58511:33505,58512:33507,58513:33503,58514:33490,58515:33524,58516:33523,58517:33530,58518:33683,58519:33539,58520:33531,58521:33529,58522:33502,58523:33542,58524:33500,58525:33545,58526:33497,58527:33589,58528:33588,58529:33558,58530:33586,58531:33585,58532:33600,58533:33593,58534:33616,58535:33605,58536:33583,58537:33579,58538:33559,58539:33560,58540:33669,58541:33690,58542:33706,58543:33695,58544:33698,58545:33686,58546:33571,58547:33678,58548:33671,58549:33674,58550:33660,58551:33717,58552:33651,58553:33653,58554:33696,58555:33673,58556:33704,58557:33780,58558:33811,58559:33771,58560:33742,58561:33789,58562:33795,58563:33752,58564:33803,58565:33729,58566:33783,58567:33799,58568:33760,58569:33778,58570:33805,58571:33826,58572:33824,58573:33725,58574:33848,58575:34054,58576:33787,58577:33901,58578:33834,58579:33852,58580:34138,58581:33924,58582:33911,58583:33899,58584:33965,58585:33902,58586:33922,58587:33897,58588:33862,58589:33836,58590:33903,58591:33913,58592:33845,58593:33994,58594:33890,58595:33977,58596:33983,58597:33951,58598:34009,58599:33997,58600:33979,58601:34010,58602:34e3,58603:33985,58604:33990,58605:34006,58606:33953,58607:34081,58608:34047,58609:34036,58610:34071,58611:34072,58612:34092,58613:34079,58614:34069,58615:34068,58616:34044,58617:34112,58618:34147,58619:34136,58620:34120,58688:34113,58689:34306,58690:34123,58691:34133,58692:34176,58693:34212,58694:34184,58695:34193,58696:34186,58697:34216,58698:34157,58699:34196,58700:34203,58701:34282,58702:34183,58703:34204,58704:34167,58705:34174,58706:34192,58707:34249,58708:34234,58709:34255,58710:34233,58711:34256,58712:34261,58713:34269,58714:34277,58715:34268,58716:34297,58717:34314,58718:34323,58719:34315,58720:34302,58721:34298,58722:34310,58723:34338,58724:34330,58725:34352,58726:34367,58727:34381,58728:20053,58729:34388,58730:34399,58731:34407,58732:34417,58733:34451,58734:34467,58735:34473,58736:34474,58737:34443,58738:34444,58739:34486,58740:34479,58741:34500,58742:34502,58743:34480,58744:34505,58745:34851,58746:34475,58747:34516,58748:34526,58749:34537,58750:34540,58752:34527,58753:34523,58754:34543,58755:34578,58756:34566,58757:34568,58758:34560,58759:34563,58760:34555,58761:34577,58762:34569,58763:34573,58764:34553,58765:34570,58766:34612,58767:34623,58768:34615,58769:34619,58770:34597,58771:34601,58772:34586,58773:34656,58774:34655,58775:34680,58776:34636,58777:34638,58778:34676,58779:34647,58780:34664,58781:34670,58782:34649,58783:34643,58784:34659,58785:34666,58786:34821,58787:34722,58788:34719,58789:34690,58790:34735,58791:34763,58792:34749,58793:34752,58794:34768,58795:38614,58796:34731,58797:34756,58798:34739,58799:34759,58800:34758,58801:34747,58802:34799,58803:34802,58804:34784,58805:34831,58806:34829,58807:34814,58808:34806,58809:34807,58810:34830,58811:34770,58812:34833,58813:34838,58814:34837,58815:34850,58816:34849,58817:34865,58818:34870,58819:34873,58820:34855,58821:34875,58822:34884,58823:34882,58824:34898,58825:34905,58826:34910,58827:34914,58828:34923,58829:34945,58830:34942,58831:34974,58832:34933,58833:34941,58834:34997,58835:34930,58836:34946,58837:34967,58838:34962,58839:34990,58840:34969,58841:34978,58842:34957,58843:34980,58844:34992,58845:35007,58846:34993,58847:35011,58848:35012,58849:35028,58850:35032,58851:35033,58852:35037,58853:35065,58854:35074,58855:35068,58856:35060,58857:35048,58858:35058,58859:35076,58860:35084,58861:35082,58862:35091,58863:35139,58864:35102,58865:35109,58866:35114,58867:35115,58868:35137,58869:35140,58870:35131,58871:35126,58872:35128,58873:35148,58874:35101,58875:35168,58876:35166,58944:35174,58945:35172,58946:35181,58947:35178,58948:35183,58949:35188,58950:35191,58951:35198,58952:35203,58953:35208,58954:35210,58955:35219,58956:35224,58957:35233,58958:35241,58959:35238,58960:35244,58961:35247,58962:35250,58963:35258,58964:35261,58965:35263,58966:35264,58967:35290,58968:35292,58969:35293,58970:35303,58971:35316,58972:35320,58973:35331,58974:35350,58975:35344,58976:35340,58977:35355,58978:35357,58979:35365,58980:35382,58981:35393,58982:35419,58983:35410,58984:35398,58985:35400,58986:35452,58987:35437,58988:35436,58989:35426,58990:35461,58991:35458,58992:35460,58993:35496,58994:35489,58995:35473,58996:35493,58997:35494,58998:35482,58999:35491,59e3:35524,59001:35533,59002:35522,59003:35546,59004:35563,59005:35571,59006:35559,59008:35556,59009:35569,59010:35604,59011:35552,59012:35554,59013:35575,59014:35550,59015:35547,59016:35596,59017:35591,59018:35610,59019:35553,59020:35606,59021:35600,59022:35607,59023:35616,59024:35635,59025:38827,59026:35622,59027:35627,59028:35646,59029:35624,59030:35649,59031:35660,59032:35663,59033:35662,59034:35657,59035:35670,59036:35675,59037:35674,59038:35691,59039:35679,59040:35692,59041:35695,59042:35700,59043:35709,59044:35712,59045:35724,59046:35726,59047:35730,59048:35731,59049:35734,59050:35737,59051:35738,59052:35898,59053:35905,59054:35903,59055:35912,59056:35916,59057:35918,59058:35920,59059:35925,59060:35938,59061:35948,59062:35960,59063:35962,59064:35970,59065:35977,59066:35973,59067:35978,59068:35981,59069:35982,59070:35988,59071:35964,59072:35992,59073:25117,59074:36013,59075:36010,59076:36029,59077:36018,59078:36019,59079:36014,59080:36022,59081:36040,59082:36033,59083:36068,59084:36067,59085:36058,59086:36093,59087:36090,59088:36091,59089:36100,59090:36101,59091:36106,59092:36103,59093:36111,59094:36109,59095:36112,59096:40782,59097:36115,59098:36045,59099:36116,59100:36118,59101:36199,59102:36205,59103:36209,59104:36211,59105:36225,59106:36249,59107:36290,59108:36286,59109:36282,59110:36303,59111:36314,59112:36310,59113:36300,59114:36315,59115:36299,59116:36330,59117:36331,59118:36319,59119:36323,59120:36348,59121:36360,59122:36361,59123:36351,59124:36381,59125:36382,59126:36368,59127:36383,59128:36418,59129:36405,59130:36400,59131:36404,59132:36426,59200:36423,59201:36425,59202:36428,59203:36432,59204:36424,59205:36441,59206:36452,59207:36448,59208:36394,59209:36451,59210:36437,59211:36470,59212:36466,59213:36476,59214:36481,59215:36487,59216:36485,59217:36484,59218:36491,59219:36490,59220:36499,59221:36497,59222:36500,59223:36505,59224:36522,59225:36513,59226:36524,59227:36528,59228:36550,59229:36529,59230:36542,59231:36549,59232:36552,59233:36555,59234:36571,59235:36579,59236:36604,59237:36603,59238:36587,59239:36606,59240:36618,59241:36613,59242:36629,59243:36626,59244:36633,59245:36627,59246:36636,59247:36639,59248:36635,59249:36620,59250:36646,59251:36659,59252:36667,59253:36665,59254:36677,59255:36674,59256:36670,59257:36684,59258:36681,59259:36678,59260:36686,59261:36695,59262:36700,59264:36706,59265:36707,59266:36708,59267:36764,59268:36767,59269:36771,59270:36781,59271:36783,59272:36791,59273:36826,59274:36837,59275:36834,59276:36842,59277:36847,59278:36999,59279:36852,59280:36869,59281:36857,59282:36858,59283:36881,59284:36885,59285:36897,59286:36877,59287:36894,59288:36886,59289:36875,59290:36903,59291:36918,59292:36917,59293:36921,59294:36856,59295:36943,59296:36944,59297:36945,59298:36946,59299:36878,59300:36937,59301:36926,59302:36950,59303:36952,59304:36958,59305:36968,59306:36975,59307:36982,59308:38568,59309:36978,59310:36994,59311:36989,59312:36993,59313:36992,59314:37002,59315:37001,59316:37007,59317:37032,59318:37039,59319:37041,59320:37045,59321:37090,59322:37092,59323:25160,59324:37083,59325:37122,59326:37138,59327:37145,59328:37170,59329:37168,59330:37194,59331:37206,59332:37208,59333:37219,59334:37221,59335:37225,59336:37235,59337:37234,59338:37259,59339:37257,59340:37250,59341:37282,59342:37291,59343:37295,59344:37290,59345:37301,59346:37300,59347:37306,59348:37312,59349:37313,59350:37321,59351:37323,59352:37328,59353:37334,59354:37343,59355:37345,59356:37339,59357:37372,59358:37365,59359:37366,59360:37406,59361:37375,59362:37396,59363:37420,59364:37397,59365:37393,59366:37470,59367:37463,59368:37445,59369:37449,59370:37476,59371:37448,59372:37525,59373:37439,59374:37451,59375:37456,59376:37532,59377:37526,59378:37523,59379:37531,59380:37466,59381:37583,59382:37561,59383:37559,59384:37609,59385:37647,59386:37626,59387:37700,59388:37678,59456:37657,59457:37666,59458:37658,59459:37667,59460:37690,59461:37685,59462:37691,59463:37724,59464:37728,59465:37756,59466:37742,59467:37718,59468:37808,59469:37804,59470:37805,59471:37780,59472:37817,59473:37846,59474:37847,59475:37864,59476:37861,59477:37848,59478:37827,59479:37853,59480:37840,59481:37832,59482:37860,59483:37914,59484:37908,59485:37907,59486:37891,59487:37895,59488:37904,59489:37942,59490:37931,59491:37941,59492:37921,59493:37946,59494:37953,59495:37970,59496:37956,59497:37979,59498:37984,59499:37986,59500:37982,59501:37994,59502:37417,59503:38e3,59504:38005,59505:38007,59506:38013,59507:37978,59508:38012,59509:38014,59510:38017,59511:38015,59512:38274,59513:38279,59514:38282,59515:38292,59516:38294,59517:38296,59518:38297,59520:38304,59521:38312,59522:38311,59523:38317,59524:38332,59525:38331,59526:38329,59527:38334,59528:38346,59529:28662,59530:38339,59531:38349,59532:38348,59533:38357,59534:38356,59535:38358,59536:38364,59537:38369,59538:38373,59539:38370,59540:38433,59541:38440,59542:38446,59543:38447,59544:38466,59545:38476,59546:38479,59547:38475,59548:38519,59549:38492,59550:38494,59551:38493,59552:38495,59553:38502,59554:38514,59555:38508,59556:38541,59557:38552,59558:38549,59559:38551,59560:38570,59561:38567,59562:38577,59563:38578,59564:38576,59565:38580,59566:38582,59567:38584,59568:38585,59569:38606,59570:38603,59571:38601,59572:38605,59573:35149,59574:38620,59575:38669,59576:38613,59577:38649,59578:38660,59579:38662,59580:38664,59581:38675,59582:38670,59583:38673,59584:38671,59585:38678,59586:38681,59587:38692,59588:38698,59589:38704,59590:38713,59591:38717,59592:38718,59593:38724,59594:38726,59595:38728,59596:38722,59597:38729,59598:38748,59599:38752,59600:38756,59601:38758,59602:38760,59603:21202,59604:38763,59605:38769,59606:38777,59607:38789,59608:38780,59609:38785,59610:38778,59611:38790,59612:38795,59613:38799,59614:38800,59615:38812,59616:38824,59617:38822,59618:38819,59619:38835,59620:38836,59621:38851,59622:38854,59623:38856,59624:38859,59625:38876,59626:38893,59627:40783,59628:38898,59629:31455,59630:38902,59631:38901,59632:38927,59633:38924,59634:38968,59635:38948,59636:38945,59637:38967,59638:38973,59639:38982,59640:38991,59641:38987,59642:39019,59643:39023,59644:39024,59712:39025,59713:39028,59714:39027,59715:39082,59716:39087,59717:39089,59718:39094,59719:39108,59720:39107,59721:39110,59722:39145,59723:39147,59724:39171,59725:39177,59726:39186,59727:39188,59728:39192,59729:39201,59730:39197,59731:39198,59732:39204,59733:39200,59734:39212,59735:39214,59736:39229,59737:39230,59738:39234,59739:39241,59740:39237,59741:39248,59742:39243,59743:39249,59744:39250,59745:39244,59746:39253,59747:39319,59748:39320,59749:39333,59750:39341,59751:39342,59752:39356,59753:39391,59754:39387,59755:39389,59756:39384,59757:39377,59758:39405,59759:39406,59760:39409,59761:39410,59762:39419,59763:39416,59764:39425,59765:39439,59766:39429,59767:39394,59768:39449,59769:39467,59770:39479,59771:39493,59772:39490,59773:39488,59774:39491,59776:39486,59777:39509,59778:39501,59779:39515,59780:39511,59781:39519,59782:39522,59783:39525,59784:39524,59785:39529,59786:39531,59787:39530,59788:39597,59789:39600,59790:39612,59791:39616,59792:39631,59793:39633,59794:39635,59795:39636,59796:39646,59797:39647,59798:39650,59799:39651,59800:39654,59801:39663,59802:39659,59803:39662,59804:39668,59805:39665,59806:39671,59807:39675,59808:39686,59809:39704,59810:39706,59811:39711,59812:39714,59813:39715,59814:39717,59815:39719,59816:39720,59817:39721,59818:39722,59819:39726,59820:39727,59821:39730,59822:39748,59823:39747,59824:39759,59825:39757,59826:39758,59827:39761,59828:39768,59829:39796,59830:39827,59831:39811,59832:39825,59833:39830,59834:39831,59835:39839,59836:39840,59837:39848,59838:39860,59839:39872,59840:39882,59841:39865,59842:39878,59843:39887,59844:39889,59845:39890,59846:39907,59847:39906,59848:39908,59849:39892,59850:39905,59851:39994,59852:39922,59853:39921,59854:39920,59855:39957,59856:39956,59857:39945,59858:39955,59859:39948,59860:39942,59861:39944,59862:39954,59863:39946,59864:39940,59865:39982,59866:39963,59867:39973,59868:39972,59869:39969,59870:39984,59871:40007,59872:39986,59873:40006,59874:39998,59875:40026,59876:40032,59877:40039,59878:40054,59879:40056,59880:40167,59881:40172,59882:40176,59883:40201,59884:40200,59885:40171,59886:40195,59887:40198,59888:40234,59889:40230,59890:40367,59891:40227,59892:40223,59893:40260,59894:40213,59895:40210,59896:40257,59897:40255,59898:40254,59899:40262,59900:40264,59968:40285,59969:40286,59970:40292,59971:40273,59972:40272,59973:40281,59974:40306,59975:40329,59976:40327,59977:40363,59978:40303,59979:40314,59980:40346,59981:40356,59982:40361,59983:40370,59984:40388,59985:40385,59986:40379,59987:40376,59988:40378,59989:40390,59990:40399,59991:40386,59992:40409,59993:40403,59994:40440,59995:40422,59996:40429,59997:40431,59998:40445,59999:40474,6e4:40475,60001:40478,60002:40565,60003:40569,60004:40573,60005:40577,60006:40584,60007:40587,60008:40588,60009:40594,60010:40597,60011:40593,60012:40605,60013:40613,60014:40617,60015:40632,60016:40618,60017:40621,60018:38753,60019:40652,60020:40654,60021:40655,60022:40656,60023:40660,60024:40668,60025:40670,60026:40669,60027:40672,60028:40677,60029:40680,60030:40687,60032:40692,60033:40694,60034:40695,60035:40697,60036:40699,60037:40700,60038:40701,60039:40711,60040:40712,60041:30391,60042:40725,60043:40737,60044:40748,60045:40766,60046:40778,60047:40786,60048:40788,60049:40803,60050:40799,60051:40800,60052:40801,60053:40806,60054:40807,60055:40812,60056:40810,60057:40823,60058:40818,60059:40822,60060:40853,60061:40860,60062:40864,60063:22575,60064:27079,60065:36953,60066:29796,60067:20956,60068:29081}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(1),o=r(2);t.decode=function(e,t){var r=new Uint8ClampedArray(e.length);r.set(e);for(var a=new n.default(285,256,0),i=new o.default(a,r),s=new Uint8ClampedArray(t),c=!1,u=0;u<t;u++){var l=i.evaluateAt(a.exp(u+a.generatorBase));s[s.length-1-u]=l,0!==l&&(c=!0)}if(!c)return r;var d=new o.default(a,s),f=function(e,t,r,n){var o;t.degree()<r.degree()&&(t=(o=[r,t])[0],r=o[1]);for(var a=t,i=r,s=e.zero,c=e.one;i.degree()>=n/2;){var u=a,l=s;if(s=c,(a=i).isZero())return null;i=u;for(var d=e.zero,f=a.getCoefficient(a.degree()),p=e.inverse(f);i.degree()>=a.degree()&&!i.isZero();){var h=i.degree()-a.degree(),g=e.multiply(i.getCoefficient(i.degree()),p);d=d.addOrSubtract(e.buildMonomial(h,g)),i=i.addOrSubtract(a.multiplyByMonomial(h,g))}if(c=d.multiplyPoly(s).addOrSubtract(l),i.degree()>=a.degree())return null}var m=c.getCoefficient(0);if(0===m)return null;var v=e.inverse(m);return[c.multiply(v),i.multiply(v)]}(a,a.buildMonomial(t,1),d,t);if(null===f)return null;var p=function(e,t){var r=t.degree();if(1===r)return[t.getCoefficient(1)];for(var n=new Array(r),o=0,a=1;a<e.size&&o<r;a++)0===t.evaluateAt(a)&&(n[o]=e.inverse(a),o++);return o!==r?null:n}(a,f[0]);if(null==p)return null;for(var h=function(e,t,r){for(var o=r.length,a=new Array(o),i=0;i<o;i++){for(var s=e.inverse(r[i]),c=1,u=0;u<o;u++)i!==u&&(c=e.multiply(c,n.addOrSubtractGF(1,e.multiply(r[u],s))));a[i]=e.multiply(t.evaluateAt(s),e.inverse(c)),0!==e.generatorBase&&(a[i]=e.multiply(a[i],s))}return a}(a,f[1],p),g=0;g<p.length;g++){var m=r.length-1-a.log(p[g]);if(m<0)return null;r[m]=n.addOrSubtractGF(r[m],h[g])}return r}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.VERSIONS=[{infoBits:null,versionNumber:1,alignmentPatternCenters:[],errorCorrectionLevels:[{ecCodewordsPerBlock:7,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:13,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:13}]},{ecCodewordsPerBlock:17,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:2,alignmentPatternCenters:[6,18],errorCorrectionLevels:[{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:34}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:28}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]}]},{infoBits:null,versionNumber:3,alignmentPatternCenters:[6,22],errorCorrectionLevels:[{ecCodewordsPerBlock:15,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:55}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:13}]}]},{infoBits:null,versionNumber:4,alignmentPatternCenters:[6,26],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:80}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:32}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:5,alignmentPatternCenters:[6,30],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:43}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:11},{numBlocks:2,dataCodewordsPerBlock:12}]}]},{infoBits:null,versionNumber:6,alignmentPatternCenters:[6,34],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:27}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:31892,versionNumber:7,alignmentPatternCenters:[6,22,38],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:78}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:31}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:13},{numBlocks:1,dataCodewordsPerBlock:14}]}]},{infoBits:34236,versionNumber:8,alignmentPatternCenters:[6,24,42],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:97}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:38},{numBlocks:2,dataCodewordsPerBlock:39}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:18},{numBlocks:2,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:14},{numBlocks:2,dataCodewordsPerBlock:15}]}]},{infoBits:39577,versionNumber:9,alignmentPatternCenters:[6,26,46],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:16},{numBlocks:4,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:12},{numBlocks:4,dataCodewordsPerBlock:13}]}]},{infoBits:42195,versionNumber:10,alignmentPatternCenters:[6,28,50],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68},{numBlocks:2,dataCodewordsPerBlock:69}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:43},{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]}]},{infoBits:48118,versionNumber:11,alignmentPatternCenters:[6,30,54],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:81}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:50},{numBlocks:4,dataCodewordsPerBlock:51}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:22},{numBlocks:4,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:12},{numBlocks:8,dataCodewordsPerBlock:13}]}]},{infoBits:51042,versionNumber:12,alignmentPatternCenters:[6,32,58],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:92},{numBlocks:2,dataCodewordsPerBlock:93}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:20},{numBlocks:6,dataCodewordsPerBlock:21}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:55367,versionNumber:13,alignmentPatternCenters:[6,34,62],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:37},{numBlocks:1,dataCodewordsPerBlock:38}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:20},{numBlocks:4,dataCodewordsPerBlock:21}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:11},{numBlocks:4,dataCodewordsPerBlock:12}]}]},{infoBits:58893,versionNumber:14,alignmentPatternCenters:[6,26,46,66],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:115},{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:40},{numBlocks:5,dataCodewordsPerBlock:41}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:16},{numBlocks:5,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:5,dataCodewordsPerBlock:13}]}]},{infoBits:63784,versionNumber:15,alignmentPatternCenters:[6,26,48,70],errorCorrectionLevels:[{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:87},{numBlocks:1,dataCodewordsPerBlock:88}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:41},{numBlocks:5,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:7,dataCodewordsPerBlock:13}]}]},{infoBits:68472,versionNumber:16,alignmentPatternCenters:[6,26,50,74],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:98},{numBlocks:1,dataCodewordsPerBlock:99}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},{infoBits:70749,versionNumber:17,alignmentPatternCenters:[6,30,54,78],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},{numBlocks:1,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22},{numBlocks:15,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:17,dataCodewordsPerBlock:15}]}]},{infoBits:76311,versionNumber:18,alignmentPatternCenters:[6,30,56,82],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:120},{numBlocks:1,dataCodewordsPerBlock:121}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:9,dataCodewordsPerBlock:43},{numBlocks:4,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:1,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:19,dataCodewordsPerBlock:15}]}]},{infoBits:79154,versionNumber:19,alignmentPatternCenters:[6,30,58,86],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:113},{numBlocks:4,dataCodewordsPerBlock:114}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:44},{numBlocks:11,dataCodewordsPerBlock:45}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:21},{numBlocks:4,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:9,dataCodewordsPerBlock:13},{numBlocks:16,dataCodewordsPerBlock:14}]}]},{infoBits:84390,versionNumber:20,alignmentPatternCenters:[6,34,62,90],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:41},{numBlocks:13,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:5,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:15},{numBlocks:10,dataCodewordsPerBlock:16}]}]},{infoBits:87683,versionNumber:21,alignmentPatternCenters:[6,28,50,72,94],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:116},{numBlocks:4,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:16},{numBlocks:6,dataCodewordsPerBlock:17}]}]},{infoBits:92361,versionNumber:22,alignmentPatternCenters:[6,26,50,74,98],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:111},{numBlocks:7,dataCodewordsPerBlock:112}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:13}]}]},{infoBits:96236,versionNumber:23,alignmentPatternCenters:[6,30,54,74,102],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:121},{numBlocks:5,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:47},{numBlocks:14,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:16,dataCodewordsPerBlock:15},{numBlocks:14,dataCodewordsPerBlock:16}]}]},{infoBits:102084,versionNumber:24,alignmentPatternCenters:[6,28,54,80,106],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:45},{numBlocks:14,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:30,dataCodewordsPerBlock:16},{numBlocks:2,dataCodewordsPerBlock:17}]}]},{infoBits:102881,versionNumber:25,alignmentPatternCenters:[6,32,58,84,110],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:106},{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:47},{numBlocks:13,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},{infoBits:110507,versionNumber:26,alignmentPatternCenters:[6,30,58,86,114],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:114},{numBlocks:2,dataCodewordsPerBlock:115}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:46},{numBlocks:4,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:28,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:33,dataCodewordsPerBlock:16},{numBlocks:4,dataCodewordsPerBlock:17}]}]},{infoBits:110734,versionNumber:27,alignmentPatternCenters:[6,34,62,90,118],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:23},{numBlocks:26,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:117786,versionNumber:28,alignmentPatternCenters:[6,26,50,74,98,122],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:117},{numBlocks:10,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:45},{numBlocks:23,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:24},{numBlocks:31,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:31,dataCodewordsPerBlock:16}]}]},{infoBits:119615,versionNumber:29,alignmentPatternCenters:[6,30,54,78,102,126],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:116},{numBlocks:7,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:21,dataCodewordsPerBlock:45},{numBlocks:7,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:23},{numBlocks:37,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:26,dataCodewordsPerBlock:16}]}]},{infoBits:126325,versionNumber:30,alignmentPatternCenters:[6,26,52,78,104,130],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:115},{numBlocks:10,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:47},{numBlocks:10,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:25,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:25,dataCodewordsPerBlock:16}]}]},{infoBits:127568,versionNumber:31,alignmentPatternCenters:[6,30,56,82,108,134],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:3,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:46},{numBlocks:29,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:24},{numBlocks:1,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:133589,versionNumber:32,alignmentPatternCenters:[6,34,60,86,112,138],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:24},{numBlocks:35,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:35,dataCodewordsPerBlock:16}]}]},{infoBits:136944,versionNumber:33,alignmentPatternCenters:[6,30,58,86,114,142],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115},{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:21,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:24},{numBlocks:19,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:141498,versionNumber:34,alignmentPatternCenters:[6,34,62,90,118,146],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:6,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:44,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:59,dataCodewordsPerBlock:16},{numBlocks:1,dataCodewordsPerBlock:17}]}]},{infoBits:145311,versionNumber:35,alignmentPatternCenters:[6,30,54,78,102,126,150],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:121},{numBlocks:7,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:47},{numBlocks:26,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:39,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:41,dataCodewordsPerBlock:16}]}]},{infoBits:150283,versionNumber:36,alignmentPatternCenters:[6,24,50,76,102,128,154],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:121},{numBlocks:14,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:47},{numBlocks:34,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:46,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:15},{numBlocks:64,dataCodewordsPerBlock:16}]}]},{infoBits:152622,versionNumber:37,alignmentPatternCenters:[6,28,54,80,106,132,158],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:46},{numBlocks:14,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:49,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:24,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:158308,versionNumber:38,alignmentPatternCenters:[6,32,58,84,110,136,162],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:122},{numBlocks:18,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:46},{numBlocks:32,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:48,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:15},{numBlocks:32,dataCodewordsPerBlock:16}]}]},{infoBits:161089,versionNumber:39,alignmentPatternCenters:[6,26,54,82,110,138,166],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:40,dataCodewordsPerBlock:47},{numBlocks:7,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:43,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:15},{numBlocks:67,dataCodewordsPerBlock:16}]}]},{infoBits:167017,versionNumber:40,alignmentPatternCenters:[6,30,58,86,114,142,170],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:118},{numBlocks:6,dataCodewordsPerBlock:119}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:18,dataCodewordsPerBlock:47},{numBlocks:31,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:24},{numBlocks:34,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:15},{numBlocks:61,dataCodewordsPerBlock:16}]}]}]},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(0);function o(e,t,r,n){var o=e.x-t.x+r.x-n.x,a=e.y-t.y+r.y-n.y;if(0===o&&0===a)return{a11:t.x-e.x,a12:t.y-e.y,a13:0,a21:r.x-t.x,a22:r.y-t.y,a23:0,a31:e.x,a32:e.y,a33:1};var i=t.x-r.x,s=n.x-r.x,c=t.y-r.y,u=n.y-r.y,l=i*u-s*c,d=(o*u-s*a)/l,f=(i*a-o*c)/l;return{a11:t.x-e.x+d*t.x,a12:t.y-e.y+d*t.y,a13:d,a21:n.x-e.x+f*n.x,a22:n.y-e.y+f*n.y,a23:f,a31:e.x,a32:e.y,a33:1}}t.extract=function(e,t){for(var r,a,i=(a=function(e,t,r,n){var a=o({x:3.5,y:3.5},t,r,n);return{a11:a.a22*a.a33-a.a23*a.a32,a12:a.a13*a.a32-a.a12*a.a33,a13:a.a12*a.a23-a.a13*a.a22,a21:a.a23*a.a31-a.a21*a.a33,a22:a.a11*a.a33-a.a13*a.a31,a23:a.a13*a.a21-a.a11*a.a23,a31:a.a21*a.a32-a.a22*a.a31,a32:a.a12*a.a31-a.a11*a.a32,a33:a.a11*a.a22-a.a12*a.a21}}(0,{x:t.dimension-3.5,y:3.5},{x:t.dimension-6.5,y:t.dimension-6.5},{x:3.5,y:t.dimension-3.5}),{a11:(r=o(t.topLeft,t.topRight,t.alignmentPattern,t.bottomLeft)).a11*a.a11+r.a21*a.a12+r.a31*a.a13,a12:r.a12*a.a11+r.a22*a.a12+r.a32*a.a13,a13:r.a13*a.a11+r.a23*a.a12+r.a33*a.a13,a21:r.a11*a.a21+r.a21*a.a22+r.a31*a.a23,a22:r.a12*a.a21+r.a22*a.a22+r.a32*a.a23,a23:r.a13*a.a21+r.a23*a.a22+r.a33*a.a23,a31:r.a11*a.a31+r.a21*a.a32+r.a31*a.a33,a32:r.a12*a.a31+r.a22*a.a32+r.a32*a.a33,a33:r.a13*a.a31+r.a23*a.a32+r.a33*a.a33}),s=n.BitMatrix.createEmpty(t.dimension,t.dimension),c=function(e,t){var r=i.a13*e+i.a23*t+i.a33;return{x:(i.a11*e+i.a21*t+i.a31)/r,y:(i.a12*e+i.a22*t+i.a32)/r}},u=0;u<t.dimension;u++)for(var l=0;l<t.dimension;l++){var d=c(l+.5,u+.5);s.set(l,u,e.get(Math.floor(d.x),Math.floor(d.y)))}return{matrix:s,mappingFunction:c}}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=function(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))};function o(e){return e.reduce((function(e,t){return e+t}))}function a(e,t,r,o){var a,i,s,c,u=[{x:Math.floor(e.x),y:Math.floor(e.y)}],l=Math.abs(t.y-e.y)>Math.abs(t.x-e.x);l?(a=Math.floor(e.y),i=Math.floor(e.x),s=Math.floor(t.y),c=Math.floor(t.x)):(a=Math.floor(e.x),i=Math.floor(e.y),s=Math.floor(t.x),c=Math.floor(t.y));for(var d=Math.abs(s-a),f=Math.abs(c-i),p=Math.floor(-d/2),h=a<s?1:-1,g=i<c?1:-1,m=!0,v=a,y=i;v!==s+h;v+=h){var b=l?y:v,w=l?v:y;if(r.get(b,w)!==m&&(m=!m,u.push({x:b,y:w}),u.length===o+1))break;if((p+=f)>0){if(y===c)break;y+=g,p-=d}}for(var C=[],k=0;k<o;k++)u[k]&&u[k+1]?C.push(n(u[k],u[k+1])):C.push(0);return C}function i(e,t,r,n){var o,i=t.y-e.y,s=t.x-e.x,c=a(e,t,r,Math.ceil(n/2)),u=a(e,{x:e.x-s,y:e.y-i},r,Math.ceil(n/2)),l=c.shift()+u.shift()-1;return(o=u.concat(l)).concat.apply(o,c)}function s(e,t){var r=o(e)/o(t),n=0;return t.forEach((function(t,o){n+=Math.pow(e[o]-t*r,2)})),{averageSize:r,error:n}}function c(e,t,r){try{var n=i(e,{x:-1,y:e.y},r,t.length),o=i(e,{x:e.x,y:-1},r,t.length),a=i(e,{x:Math.max(0,e.x-e.y)-1,y:Math.max(0,e.y-e.x)-1},r,t.length),c=i(e,{x:Math.min(r.width,e.x+e.y)+1,y:Math.min(r.height,e.y+e.x)+1},r,t.length),u=s(n,t),l=s(o,t),d=s(a,t),f=s(c,t),p=Math.sqrt(u.error*u.error+l.error*l.error+d.error*d.error+f.error*f.error),h=(u.averageSize+l.averageSize+d.averageSize+f.averageSize)/4;return p+(Math.pow(u.averageSize-h,2)+Math.pow(l.averageSize-h,2)+Math.pow(d.averageSize-h,2)+Math.pow(f.averageSize-h,2))/h}catch(e){return 1/0}}function u(e,t){for(var r=Math.round(t.x);e.get(r,Math.round(t.y));)r--;for(var n=Math.round(t.x);e.get(n,Math.round(t.y));)n++;for(var o=(r+n)/2,a=Math.round(t.y);e.get(Math.round(o),a);)a--;for(var i=Math.round(t.y);e.get(Math.round(o),i);)i++;return{x:o,y:(a+i)/2}}function l(e,t,r,a,s){var u,l,d;try{u=function(e,t,r,a){var s=(o(i(e,r,a,5))/7+o(i(e,t,a,5))/7+o(i(r,e,a,5))/7+o(i(t,e,a,5))/7)/4;if(s<1)throw new Error("Invalid module size");var c=Math.round(n(e,t)/s),u=Math.round(n(e,r)/s),l=Math.floor((c+u)/2)+7;switch(l%4){case 0:l++;break;case 2:l--}return{dimension:l,moduleSize:s}}(a,r,s,e),l=u.dimension,d=u.moduleSize}catch(e){return null}var f=r.x-a.x+s.x,p=r.y-a.y+s.y,h=(n(a,s)+n(a,r))/2/d,g=1-3/h,m={x:a.x+g*(f-a.x),y:a.y+g*(p-a.y)},v=t.map((function(t){var r=(t.top.startX+t.top.endX+t.bottom.startX+t.bottom.endX)/4,a=(t.top.y+t.bottom.y+1)/2;if(e.get(Math.floor(r),Math.floor(a)))return o([t.top.endX-t.top.startX,t.bottom.endX-t.bottom.startX,t.bottom.y-t.top.y+1]),{x:r,y:a,score:c({x:Math.floor(r),y:Math.floor(a)},[1,1,1],e)+n({x:r,y:a},m)}})).filter((function(e){return!!e})).sort((function(e,t){return e.score-t.score}));return{alignmentPattern:h>=15&&v.length?v[0]:m,dimension:l}}t.locate=function(e){for(var t=[],r=[],a=[],i=[],s=function(n){for(var s=0,c=!1,u=[0,0,0,0,0],l=function(t){var a=e.get(t,n);if(a===c)s++;else{u=[u[1],u[2],u[3],u[4],s],s=1,c=a;var l=o(u)/7,d=Math.abs(u[0]-l)<l&&Math.abs(u[1]-l)<l&&Math.abs(u[2]-3*l)<3*l&&Math.abs(u[3]-l)<l&&Math.abs(u[4]-l)<l&&!a,f=o(u.slice(-3))/3,p=Math.abs(u[2]-f)<f&&Math.abs(u[3]-f)<f&&Math.abs(u[4]-f)<f&&a;if(d){var h=t-u[3]-u[4],g=h-u[2],m={startX:g,endX:h,y:n};(v=r.filter((function(e){return g>=e.bottom.startX&&g<=e.bottom.endX||h>=e.bottom.startX&&g<=e.bottom.endX||g<=e.bottom.startX&&h>=e.bottom.endX&&u[2]/(e.bottom.endX-e.bottom.startX)<1.5&&u[2]/(e.bottom.endX-e.bottom.startX)>.5}))).length>0?v[0].bottom=m:r.push({top:m,bottom:m})}if(p){var v,y=t-u[4],b=y-u[3];m={startX:b,y:n,endX:y},(v=i.filter((function(e){return b>=e.bottom.startX&&b<=e.bottom.endX||y>=e.bottom.startX&&b<=e.bottom.endX||b<=e.bottom.startX&&y>=e.bottom.endX&&u[2]/(e.bottom.endX-e.bottom.startX)<1.5&&u[2]/(e.bottom.endX-e.bottom.startX)>.5}))).length>0?v[0].bottom=m:i.push({top:m,bottom:m})}}},d=-1;d<=e.width;d++)l(d);t.push.apply(t,r.filter((function(e){return e.bottom.y!==n&&e.bottom.y-e.top.y>=2}))),r=r.filter((function(e){return e.bottom.y===n})),a.push.apply(a,i.filter((function(e){return e.bottom.y!==n}))),i=i.filter((function(e){return e.bottom.y===n}))},d=0;d<=e.height;d++)s(d);t.push.apply(t,r.filter((function(e){return e.bottom.y-e.top.y>=2}))),a.push.apply(a,i);var f=t.filter((function(e){return e.bottom.y-e.top.y>=2})).map((function(t){var r=(t.top.startX+t.top.endX+t.bottom.startX+t.bottom.endX)/4,n=(t.top.y+t.bottom.y+1)/2;if(e.get(Math.round(r),Math.round(n))){var a=[t.top.endX-t.top.startX,t.bottom.endX-t.bottom.startX,t.bottom.y-t.top.y+1],i=o(a)/a.length;return{score:c({x:Math.round(r),y:Math.round(n)},[1,1,3,1,1],e),x:r,y:n,size:i}}})).filter((function(e){return!!e})).sort((function(e,t){return e.score-t.score})).map((function(e,t,r){if(t>4)return null;var n=r.filter((function(e,r){return t!==r})).map((function(t){return{x:t.x,y:t.y,score:t.score+Math.pow(t.size-e.size,2)/e.size,size:t.size}})).sort((function(e,t){return e.score-t.score}));if(n.length<2)return null;var o=e.score+n[0].score+n[1].score;return{points:[e].concat(n.slice(0,2)),score:o}})).filter((function(e){return!!e})).sort((function(e,t){return e.score-t.score}));if(0===f.length)return null;var p=function(e,t,r){var o,a,i,s,c,u,l,d=n(e,t),f=n(t,r),p=n(e,r);return f>=d&&f>=p?(c=(o=[t,e,r])[0],u=o[1],l=o[2]):p>=f&&p>=d?(c=(a=[e,t,r])[0],u=a[1],l=a[2]):(c=(i=[e,r,t])[0],u=i[1],l=i[2]),(l.x-u.x)*(c.y-u.y)-(l.y-u.y)*(c.x-u.x)<0&&(c=(s=[l,c])[0],l=s[1]),{bottomLeft:c,topLeft:u,topRight:l}}(f[0].points[0],f[0].points[1],f[0].points[2]),h=p.topRight,g=p.topLeft,m=p.bottomLeft,v=l(e,a,h,g,m),y=[];v&&y.push({alignmentPattern:{x:v.alignmentPattern.x,y:v.alignmentPattern.y},bottomLeft:{x:m.x,y:m.y},dimension:v.dimension,topLeft:{x:g.x,y:g.y},topRight:{x:h.x,y:h.y}});var b=u(e,h),w=u(e,g),C=u(e,m),k=l(e,a,b,w,C);return k&&y.push({alignmentPattern:{x:k.alignmentPattern.x,y:k.alignmentPattern.y},bottomLeft:{x:C.x,y:C.y},topLeft:{x:w.x,y:w.y},topRight:{x:b.x,y:b.y},dimension:k.dimension}),0===y.length?null:y}}]).default},e.exports=r()})));function Wq(e){return Qq.apply(this,arguments)}function Qq(){return(Qq=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.imageData,n=t.canvas,(o=r)||(a=n.getContext("2d"),o=a.getImageData(0,0,n.width,n.height)),!(i=Hq(o.data,o.width,o.height,{inversionAttempts:"dontInvert"}))){e.next=6;break}return e.abrupt("return",i.data);case 6:return e.abrupt("return","");case 7:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function Gq(e){return Xq.apply(this,arguments)}function Xq(){return(Xq=CD(regeneratorRuntime.mark((function e(t){var r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.canvas,n=t.qrScannerResources,e.abrupt("return",new Promise((function(e){setTimeout((function(){return e("")}),1e3),Fq.scanImage(r,void 0,void 0,n.canvas).then(e).catch((function(){return e("")}))})));case 2:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var Yq,$q,Zq,Jq,eH,tH,rH=function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.canvas,n=t.blackAndWhiteConverterResources,o=t.qrScannerResources,a=n.kernel,i=n.canvas,s=n.dst,c=window,u=c.cv,l="",d=u.imread(r),u.cvtColor(d,s,u.COLOR_RGBA2GRAY),u.filter2D(s,s,-1,a),u.imshow(i,s),e.next=10,Wq({canvas:i});case 10:if(l=e.sent){e.next=15;break}return e.next=14,Gq({canvas:i,qrScannerResources:o});case 14:l=e.sent;case 15:return d.delete(),e.abrupt("return",l);case 17:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),nH=function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.canvas,n=t.blob,o=t.qrScannerResources,a=t.blackAndWhiteConverterResources,i=r,!n){e.next=6;break}return e.next=5,IL.blobToCanvas({blob:n});case 5:i=e.sent;case 6:return s=i.getContext("2d"),e.next=9,Wq({imageData:s.getImageData(0,0,i.width,i.height)});case 9:if(c=e.sent){e.next=18;break}return e.next=13,Gq({canvas:i,qrScannerResources:o});case 13:if(c=e.sent){e.next=18;break}return e.next=17,rH({canvas:i,blackAndWhiteConverterResources:a,qrScannerResources:o});case 17:c=e.sent;case 18:return e.abrupt("return",c);case 19:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),oH=function(){var e=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c,u,l=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=l.length>0&&void 0!==l[0]?l[0]:{},r=t.blob,n=t.resultWarmup,o=t.enableValidation,a=void 0===o||o,i=n.qrScannerResources,s=n.blackAndWhiteConverterResources,c={},e.next=5,nH({blob:r,qrScannerResources:i,blackAndWhiteConverterResources:s});case 5:return u=e.sent,a&&u&&(c=jq(u)),e.abrupt("return",{result:u,validateResult:c});case 8:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),aH=function(e){var t=e.shouldStart,r=e.refVideo,n=e.cropArea,o=e.settings,a=e.onSessionTimeout,i=e.onCaptureDone,s=e.onAboutToTimeout,c=e.outputEncryptionSettings,u=TD(ov.useState(!1),2),l=u[0],d=u[1],f=ov.useRef((function(){})),p=ov.useRef((function(){})),h=nN.useSDKSettings().lang,g=function(e){var t=e.refVideo,r=e.shouldStart,n=e.cropArea,o=e.settings,a=e.onResult,i=e.outputEncryptionSettings,s=ov.useRef(null);null===s.current&&(s.current=document.createElement("canvas"));var c=ov.useRef(!1),u=ov.useRef(null),l=TD(ov.useState(!1),2),d=l[0],f=l[1],p=ov.useRef({}),h=nN.useSDKSettings().customUrls;ov.useEffect((function(){function e(){return(e=CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(d){e.next=5;break}return e.next=3,qq(h);case 3:p.current=e.sent,f(!0);case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}!function(){e.apply(this,arguments)}()}),[d,h]);var g=ov.useCallback((function(){!0===c.current&&(c.current=!1)}),[]),m=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var r,n,l,f,h,m,v,y,b,w,C,k,E,B,S,_;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(d&&o&&!c.current){e.next=2;break}return e.abrupt("return");case 2:r=p.current,n=r.qrScannerResources,l=r.blackAndWhiteConverterResources,f=u.current,h=t.current,c.current=!0,m=f.cropX,v=f.cropY,y=f.cropWidth,b=f.cropHeight,(w=s.current).width=y,w.height=b,C=w.getContext("2d");case 11:return C.drawImage(h,m,v,y,b,0,0,y,b),e.next=15,nH({canvas:w,qrScannerResources:n,blackAndWhiteConverterResources:l});case 15:if(!(k=e.sent)){e.next=29;break}return g(),E=jq(k),e.next=21,fO.takePicture({canvas:s.current});case 21:if(B=e.sent,S=void 0,!i||!i.key){e.next=28;break}return _=i.key,e.next=27,gD.encrypt({blob:B,key:_});case 27:S=e.sent;case 28:a({result:k,validateResult:E,image:{blob:B,encrypted:S}});case 29:if(c.current){e.next=31;break}return e.abrupt("break",33);case 31:e.next=11;break;case 33:case"end":return e.stop()}}),e)}))),[t,o,d,a,g,i]);ov.useEffect((function(){var e=t.current;function o(){return(o=CD(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return u.current=fO.analyzeVideoAndWindowSizes(e,n,0),t.next=3,m();case 3:case"end":return t.stop()}}),t)})))).apply(this,arguments)}d&&r&&n&&function(){o.apply(this,arguments)}()}),[r,n,t,g,m,d]);var v=ov.useCallback((function(){g()}),[g]);return ov.useEffect((function(){return v}),[v]),{refWorkingCanvas:s,stopCheckFrame:g,checkFrame:m,warmupDone:d}}({refVideo:r,shouldStart:t,cropArea:n,settings:o,onResult:ov.useCallback((function(){f.current.apply(f,arguments)}),[]),outputEncryptionSettings:c}),m=g.stopCheckFrame,v=g.checkFrame,y=g.warmupDone,b=HK({refVideo:r,shouldStart:t&&y,cropArea:n,settings:o}),w=b.stopCheckFrame,C=b.refRecordedVideos,k=b.splitVideos,E=b.resetRecordedVideos,B=b.checkFrame;f.current=ov.useCallback((function(e){d(!0),w(),m(),p.current(),i(SD(SD({},e),{},{recordedVideos:C.current})),d(!1)}),[w,i,C,m]);var S=ov.useCallback((function(){w(),m(),E(),a()}),[E,w,m,a]),_=ov.useCallback((function(){k()}),[k]),A=XK({lang:h,onAboutToTimeout:s,onSessionTimeout:S,onVideoTimeLimitReached:_,settings:o,shouldStartTimers:t&&y,sessionTime:null==o?void 0:o.scanQrLimitTimeSecond}),T=A.stopTimers,I=A.startTimers;return p.current=T,{isProcessing:l,restartSession:ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return I(),e.next=3,Promise.all([B(),v()]);case 3:case"end":return e.stop()}}),e)}))),[B,v,I]),refRecordedVideos:C,warmupDone:y}};function iH(e){var t=e.windowAndVideoInfo,r=e.onUISpacingChange,n=e.refVideo,o=e.settings,a=e.onCaptureDone,i=e.outputEncryptionSettings,s=TD(ov.useState(null),2),c=s[0],u=s[1],l=UN.useAsset("qr_capture_cursor.png"),d=TD(ov.useState({}),2),f=d[0],p=d[1],h=f.yTooltip,g=f.yMessage,m=nN.useSDKSettings().lang,v=hK(),y=v.showPopup,b=v.popupShown,w=v.popupType,C=TD(ov.useState(!1),2),k=C[0],E=C[1],B=TD(ov.useState(null),2),S=B[0],_=B[1],A=UN.useAsset("ic_loading.png");ov.useEffect((function(){y({popupType:yK})}),[y]),ov.useEffect((function(){if(t){var e=t.videoAreaWidth,n=t.lostX,o=t.lostY,a=QD.isMobile?Math.min(e-6,145):145,i=a,s=o+10,c=s+90,l=c+40,d=l+i+20,f=Math.floor((e-a)/2)+n;u({x:f,y:l,width:a,height:i,surroundStyle:{opacity:.6,background:"#000"}});var h={yTitle:s,yTooltip:d,yMessage:c};p(h),r(h)}}),[t,r]);var T=ov.useCallback((function(){_(""),a()}),[a]),I=ov.useCallback((function(e){var t=e.validateResult.valid;_(""),t?a(e):y({popupType:vK})}),[y,a]),x=ov.useCallback((function(e){var t=e.curTimeLeft;_(Ij(aq.REMAINING_TIME[m])({x:t}))}),[m]),P=aH({shouldStart:k,refVideo:n,cropArea:c,settings:o,onSessionTimeout:T,onCaptureDone:I,onAboutToTimeout:x,outputEncryptionSettings:i}),R=P.isProcessing,N=P.restartSession,O=P.warmupDone,L=ov.useCallback((function(){y({popupType:null})}),[y]),D=ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return L(),e.next=3,N();case 3:case"end":return e.stop()}}),e)}))),[N,L]),M=ov.useCallback((function(){L(),a()}),[L,a]),U=ov.useCallback((function(){L(),setTimeout((function(){E(!0)}),200)}),[L]);return ov.createElement(ov.Fragment,null,!O&&ov.createElement(mV,{contentStyle:{maxWidth:"300px"}}),c&&ov.createElement(kM,{x:"".concat(c.x,"px"),y:"".concat(c.y,"px"),width:"".concat(c.width,"px"),height:"".concat(c.height,"px"),surroundStyle:c.surroundStyle},ov.createElement("div",null,ov.createElement("img",{src:l,width:c.width,height:c.height,alt:""}))),ov.createElement(nq,{y:"".concat(h,"px")},aq.QR_TOOLTIP[m]),S&&ov.createElement(oq,{key:S,className:"message",y:"".concat(g,"px")},S),R&&ov.createElement(Zz,null,ov.createElement("img",{src:A,alt:"",className:"spin"})),ov.createElement($F,{contentStyle:{maxWidth:"332px"},open:b},w===vK&&ov.createElement(yq,{onRetry:D,onSkip:M}),w===gK&&ov.createElement(kq,{onRetry:D,onSkip:M}),w===yK&&ov.createElement(Mq,{onClickStart:U,onTimeout:U})))}iH.propTypes={windowAndVideoInfo:Iv.shape({}),onUISpacingChange:Iv.func,refVideo:Iv.shape({}),settings:Iv.shape({}),onCaptureDone:Iv.func,outputEncryptionSettings:Iv.shape({})},iH.defaultProps={windowAndVideoInfo:{},onUISpacingChange:function(){},refVideo:{},settings:{},onCaptureDone:function(){},outputEncryptionSettings:null};var sH,cH,uH,lH,dH,fH={SUCCESS:"SUCCESS",WARNING:"WARNING"},pH=(kD(Yq={},fH.SUCCESS,"52,206,95"),kD(Yq,fH.WARNING,"255,148,50"),Yq),hH=(kD($q={},fH.SUCCESS,"✓"),kD($q,fH.WARNING,"!"),$q),gH=Zb.div(Zq||(Zq=AD(["\n font-weight: normal;\n"]))),mH=Zb.div(Jq||(Jq=AD(["\n height: 2px;\n width: 100%;\n background: ",";\n"])),(function(e){return Mb(["linear-gradient(to right,rgba(",",0),rgba(",",1),rgba(",",0));"],pH[e.type],pH[e.type],pH[e.type])})),vH=Zb.div(eH||(eH=AD(["\n width: 22px;\n height: 22px;\n border-radius: 50%;\n background: ",";\n display: flex;\n justify-content: center;\n align-items: center;\n color: #fff;\n margin-right: 8px;\n font-weight: bold;\n"])),(function(e){return Mb(["rgb(",")"],pH[e.type])})),yH=Zb.div(tH||(tH=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n margin: 10px 0;\n"]))),bH=function(e){var t=e.children,r=e.type,n=e.className;return ov.createElement(gH,{className:n},ov.createElement(mH,{type:r}),ov.createElement(yH,null,ov.createElement(vH,{type:r},hH[r]),t),ov.createElement(mH,{type:r}))};bH.propTypes={children:Iv.node,type:Iv.string,className:Iv.string},bH.defaultProps={children:null,type:fH.SUCCESS,className:""};var wH=Zb.div(sH||(sH=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n padding: 10px;\n"]))),CH=Zb.div(cH||(cH=AD(["\n text-align: center;\n font-size: 1rem;\n color: #ea3223;\n margin-top: 10px;\n"]))),kH=Zb.button(uH||(uH=AD(["\n margin-top: 20px;\n width: 100%;\n max-width: 160px;\n height: 50px;\n background-color: ",";\n border: 0;\n outline: none;\n border-radius: 0.25rem;\n color: #fff;\n font-weight: 400;\n cursor: pointer;\n font-size: 1rem;\n"])),(function(e){return e.theme.tsBlue})),EH=Zb.img(lH||(lH=AD(["\n width: 100%;\n height: 100%;\n object-fit: contain;\n border-radius: 5px;\n"]))),BH=Zb.div(dH||(dH=AD(["\n margin: 20px 0;\n width: 100%;\n display: flex;\n justify-content: space-evenly;\n gap: 10px;\n"]))),SH=function(e){var t=e.imageTaken,r=e.onConfirm,n=e.onTryAgain,o=e.error,a=e.hasValidQR,i=TD(ov.useState(null),2),s=i[0],c=i[1],u=nN.useSDKSettings().lang;return ov.useEffect((function(){var e;return t&&(e=URL.createObjectURL(t.blob),c(e)),function(){URL.revokeObjectURL(e)}}),[t]),ov.createElement(wH,null,null!==a&&ov.createElement(iq,{mb:"20px"},ov.createElement("div",null,ov.createElement(bH,{type:a?fH.SUCCESS:fH.WARNING},a?cK.CONFIRM_POPUP_VALID_QR[u]:cK.CONFIRM_POPUP_INVALID_QR[u]))),ov.createElement(Rq,{ratio:1.5},ov.createElement(EH,{src:s})),o&&ov.createElement(CH,{className:"confirm-popup-error-message"},o.msg[u]),ov.createElement(BH,null,ov.createElement(kH,{onClick:n},cK.BTN_TRY_AGAIN[u]),ov.createElement(kH,{onClick:r},cK.BTN_USE_THIS_PICTURE[u])))};SH.propTypes={imageTaken:Iv.shape({}),error:Iv.shape({msg:Iv.shape({})}),onConfirm:Iv.func,onTryAgain:Iv.func,hasValidQR:Iv.bool},SH.defaultProps={imageTaken:null,error:null,onConfirm:function(){},onTryAgain:function(){},hasValidQR:null};var _H={tsBlue:"#0276f1",tsSecondary:"rgba(0, 47, 117, 0.6)"};function AH(e){var t=this.__data__=new Fj(e);this.size=t.size}AH.prototype.clear=function(){this.__data__=new Fj,this.size=0},AH.prototype.delete=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r},AH.prototype.get=function(e){return this.__data__.get(e)},AH.prototype.has=function(e){return this.__data__.has(e)},AH.prototype.set=function(e,t){var r=this.__data__;if(r instanceof Fj){var n=r.__data__;if(!Vj||n.length<199)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new qj(n)}return r.set(e,t),this.size=r.size,this};var TH,IH=AH,xH=function(e,t,r){(void 0!==r&&!lU(e[t],r)||void 0===r&&!(t in e))&&uU(e,t,r)},PH=function(e,t,r){for(var n=-1,o=Object(e),a=r(e),i=a.length;i--;){var s=a[++n];if(!1===t(o[s],s,o))break}return e},RH=OD((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r?TM.Buffer:void 0,a=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var r=e.length,n=a?a(r):new e.constructor(r);return e.copy(n),n}})),NH=TM.Uint8Array,OH=function(e,t){var r=t?function(e){var t=new e.constructor(e.byteLength);return new NH(t).set(new NH(e)),t}(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)},LH=Object.create,DH=function(){function e(){}return function(t){if(!SM(t))return{};if(LH)return LH(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}(),MH=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]},UH=function(e,t,r,n,o,a,i){var s=MH(e,r),c=MH(t,r),u=i.get(c);if(u)xH(e,r,u);else{var l=a?a(s,c,r+"",e,t,i):void 0,d=void 0===l;if(d){var f=NU(c),p=!f&&LU(c),h=!f&&!p&&jU(c);l=c,f||p||h?NU(s)?l=s:function(e){return UM(e)&&EU(e)}(s)?l=function(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}(s):p?(d=!1,l=RH(c,!0)):h?(d=!1,l=OH(c,!0)):l=[]:tj(c)||RU(c)?(l=s,RU(s)?l=function(e){return pU(e,WU(e))}(s):SM(s)&&!YM(s)||(l=function(e){return"function"!=typeof e.constructor||KU(e)?{}:DH(XU(e))}(c))):d=!1}d&&(i.set(c,l),o(l,c,n,a,i),i.delete(c)),xH(e,r,l)}},jH=function e(t,r,n,o,a){t!==r&&PH(r,(function(i,s){if(a||(a=new IH),SM(i))UH(t,r,s,n,e,o,a);else{var c=o?o(MH(t,s),i,s+"",t,r,a):void 0;void 0===c&&(c=i),xH(t,s,c)}}),WU)},FH=AU((function(e,t,r){jH(e,t,r)})),VH={data:{settings:{sdk_settings:{id_detection_settings:{auto_capture:{enable:!0,show_capture_button:!0,wait_for_best_image_time_ms_web:1e3},blur_check:{enable:!0,threshold_web:.82},disable_capture_button_if_alert:!1,id_detection:{enable:!0},limit_time_settings:{enable:!0,limit_time_second:30,video_partial_length_seconds:15},save_frame_settings:{enable:!1,frames_interval_ms:190,quality_web:80},scan_qr_settings:{enable:!0,limit_time_second:20}}}}}};function zH(e){var t=e.clientSettings,r=TD(ov.useState(null),2),n=r[0],o=r[1];return ov.useEffect((function(){var e=FH(VH,t),r=Zj(e,"data.settings.sdk_settings.id_detection_settings.save_frame_settings.enable"),n=Zj(e,"data.settings.sdk_settings.id_detection_settings.save_frame_settings.frames_interval_ms"),a=Zj(e,"data.settings.sdk_settings.id_detection_settings.save_frame_settings.quality_web"),i=Zj(e,"data.settings.sdk_settings.id_detection_settings.limit_time_settings.enable"),s=Zj(e,"data.settings.sdk_settings.id_detection_settings.limit_time_settings.limit_time_second"),c=Zj(e,"data.settings.sdk_settings.id_detection_settings.limit_time_settings.video_partial_length_seconds"),u=Zj(e,"data.settings.sdk_settings.id_detection_settings.auto_capture.enable"),l=Zj(e,"data.settings.sdk_settings.id_detection_settings.auto_capture.wait_for_best_image_time_ms_web"),d=Zj(e,"data.settings.sdk_settings.id_detection_settings.blur_check.enable"),f=Zj(e,"data.settings.sdk_settings.id_detection_settings.blur_check.threshold_web"),p=Zj(e,"data.settings.sdk_settings.id_detection_settings.disable_capture_button_if_alert"),h=Zj(e,"data.settings.sdk_settings.id_detection_settings.id_detection.enable"),g=Zj(e,"data.settings.sdk_settings.id_detection_settings.scan_qr_settings.enable"),m=Zj(e,"data.settings.sdk_settings.id_detection_settings.scan_qr_settings.limit_time_second");o({enableRecording:r,frameCaptureIntervalMs:n,idCardSessionTime:s,maxRecordingTimePerVideo:c,saveFrameQuality:a,enableTimers:i,enableAutoCapture:u,waitForBestImageTimeMs:l,enableBlurCheck:d,blurThreshold:f,disableCaptureButtonIfAlert:p,enableIdDetection:h,enableScanQr:g,scanQrLimitTimeSecond:m})}),[t]),{settings:n}}var KH=ew(TH||(TH=AD(["\n .text-primary {\n color: ",";\n }\n"])),(function(e){return e.theme.tsBlue})),qH=ZI.IDCardSide,HH=ZI.IDCardType,WH=ZI.Errors,QH={ID_CARD:"id_card",QR_CODE:"qr_code"},GH=[{scannerType:QH.ID_CARD,title:"Mặt trước CMND/CCCD",description:"Vui lòng đặt CMND mặt trước vào trong khung",titleIcon:"id_card_front.svg",cardSide:ZI.IDCardSide.FRONT,cardType:HH.VN,frontCamera:!1,enableConfirmPopup:!0},{scannerType:QH.ID_CARD,title:"Mặt sau CMND/CCCD",description:"Vui lòng đặt CMND mặt sau vào trong khung",titleIcon:"id_card_back.svg",cardSide:ZI.IDCardSide.BACK,cardType:HH.VN,frontCamera:!1,enableConfirmPopup:!0}],XH={scannerType:QH.QR_CODE,title:"Quét mã QR trên CCCD",frontCamera:!1};function YH(e){var t=e.onClose,r=e.onError,n=e.clientSettings,o=e.detectIdCard,a=e.onStepDone,i=e.steps,s=e.outputEncryptionSettings,c=e.defaultCameraId,u=TD(ov.useState(0),2),l=u[0],d=u[1],f=TD(ov.useState(i[l]),2),p=f[0],h=f[1],g=ov.useRef(null),m=TD(ov.useState(null),2),v=m[0],y=m[1],b=TD(ov.useState(!1),2),w=b[0],C=b[1],k=TD(ov.useState(0),2),E=k[0],B=k[1],S=ov.useRef(),_=p.scannerType,A=p.frontCamera,T=p.title,I=p.titleIcon,x=p.cardSide,P=p.description,R=p.usePortraitMask,N=p.cardType,O=p.enableConfirmPopup,L=x===qH.FRONT,D=UN.useAsset(I),M=hK(),U=M.showPopup,j=M.popupShown,F=M.popupType,V=M.props,z=TD(ov.useState(!1),2),K=z[0],q=z[1],H=UN.useAsset("ic_loading.png"),W=ov.useRef({}),Q=ov.useRef(null),G=ov.useRef([]),X=zH({clientSettings:n}).settings,Y=TD(ov.useState({}),2),$=Y[0],Z=Y[1],J=$.yTitle,ee=ov.useCallback((function(e){y(e),C(!0)}),[]);ov.useEffect((function(){C(!1)}),[A]);var te=ov.useCallback((function(){U({popupType:null})}),[U]),re=ov.useCallback((function(e){e>=i.length||setTimeout((function(){d(e),h(i[e])}),200)}),[i]),ne=ov.useCallback((function(){re(l+1)}),[re,l]),oe=ov.useCallback((function(){setTimeout((function(){h((function(e){return SD(SD({},XH),{},{enableConfirmPopup:e.enableConfirmPopup})}))}),200)}),[]),ae=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t={stepNumber:l,image:W.current,recordedVideos:null!=X&&X.enableRecording?G.current:[]},_===QH.QR_CODE&&(t.qrScannedResult=Q.current),q(!0),e.next=5,a(t);case 5:q(!1),ne();case 7:case"end":return e.stop()}}),e)}))),[X,l,a,ne,_]),ie=ov.useCallback((function(){te(),_===QH.QR_CODE?re(l):_===QH.ID_CARD&&S.current.restartSession()}),[re,l,te,_]),se=ov.useCallback((function(){te(),ae()}),[ae,te]),ce=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var n,a,i,s,c,u;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=t.image,a=t.error,i=t.recordedVideos,W.current=n,G.current=i,B((function(e){return e+1})),x!==ZI.IDCardSide.FRONT){e.next=23;break}if(!X.enableScanQr||!QD.isMobile){e.next=23;break}if(c=null==n||null===(s=n.detectedCard)||void 0===s?void 0:s.label){e.next=20;break}return q(!0),e.prev=9,e.next=12,o({image:n,cardType:N,cardSide:x});case 12:u=e.sent,c=u.card_label,e.next=19;break;case 16:e.prev=16,e.t0=e.catch(9),r(WH.detect_id_card_error);case 19:q(!1);case 20:if(!c||!"vn.cccd_new.front".includes(c)){e.next=23;break}return oe(),e.abrupt("return");case 23:O?U({popupType:mK,props:{imageTaken:W.current,error:a}}):ae();case 24:case"end":return e.stop()}}),e,null,[[9,16]])})));return function(t){return e.apply(this,arguments)}}(),[O,U,x,X,N,o,ae,oe,r]),ue=ov.useCallback((function(e){var t;if(Q.current=e,e){var r,n=e.recordedVideos;(r=G.current).push.apply(r,ID(n))}B((function(e){return e+1}));var o=Boolean(null==e||null===(t=e.validateResult)||void 0===t?void 0:t.valid);O?U({popupType:mK,props:{hasValidQR:o,imageTaken:W.current}}):ae()}),[U,O,ae]);return ov.createElement(Xb,{theme:_H},ov.createElement(Xz,null,ov.createElement(mM,{key:A,frontCamera:A,onVideoPlayed:ee,onClose:t,flipHorizontal:A,ref:g,onError:r,defaultCameraId:c},w&&ov.createElement(ov.Fragment,null,_===QH.ID_CARD&&ov.createElement(ZK,{key:l,ref:S,windowAndVideoInfo:v,refVideo:g,settings:X,onCaptureDone:ce,onUISpacingChange:Z,frontSide:L,description:P,usePortraitMask:R,outputEncryptionSettings:s}),_===QH.QR_CODE&&ov.createElement(iH,{key:l,refVideo:g,windowAndVideoInfo:v,settings:X,onCaptureDone:ue,onUISpacingChange:Z,outputEncryptionSettings:s})),ov.createElement(Gz,{keyForTransition:E}),ov.createElement(eK,{y:"".concat(J,"px")},ov.createElement(fz,null,ov.createElement(cz,{key:T,timeout:{enter:500,exit:500},classNames:"flipY",unmountOnExit:!0},ov.createElement(tK,null,I&&ov.createElement(Yz,{src:D,alt:""}),ov.createElement(rK,{className:"title"},T))))),K&&ov.createElement(Zz,null,ov.createElement("img",{src:H,alt:"",className:"spin"}))),ov.createElement($F,{open:j},F===mK&&ov.createElement(SH,ED({},V,{onConfirm:se,onTryAgain:ie})))),ov.createElement(KH,null))}YH.propTypes={onClose:Iv.func,onError:Iv.func,clientSettings:Iv.shape({}),detectIdCard:Iv.func,onStepDone:Iv.func,steps:Iv.arrayOf(Iv.shape({})),outputEncryptionSettings:Iv.shape({}),defaultCameraId:Iv.string},YH.defaultProps={onClose:function(){},onError:function(){},clientSettings:{},detectIdCard:function(){return Promise.resolve({card_label:""})},onStepDone:function(){},steps:GH,outputEncryptionSettings:null,defaultCameraId:void 0};var $H=["tracking","clientSettings"];function ZH(e){var t=e.tracking,r=e.clientSettings,n=_D(e,$H),o=ov.useMemo((function(){return Zj(r,"data.settings.sdk_settings.server_log_settings.enable",null==t?void 0:t.enable)}),[r,t]);return ov.createElement(LN.SDKTrackingProvider,{value:{tracking:SD(SD({},t),{},{enable:o})}},ov.createElement(YH,ED({},n,{clientSettings:r})))}ZH.propTypes={tracking:Iv.shape({}),clientSettings:Iv.shape({})},ZH.defaultProps={tracking:void 0,clientSettings:void 0};var JH=ZI.IDCardSide,eW=ZI.Errors;function tW(e){return rW.apply(this,arguments)}function rW(){return(rW=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.image,n=t.cardType,o=t.cardSide,a=t.apiClient,i=t.outputEncryptionSettings,s={label:"id_card.".concat(n,".").concat(o)},!i||!i.key){e.next=4;break}return e.abrupt("return",a.httpClient.post("/v1/images",SD({base64:r.encrypted.hex},s),{"X-TV-Key":i.key}));case 4:return e.abrupt("return",a.uploadImage(SD({file:r.blob},s)));case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function nW(e){return oW.apply(this,arguments)}function oW(){return(oW=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.image,n=t.apiClient,o=t.rawString,a=t.outputEncryptionSettings,i={label:"qr_code",metadata:JSON.stringify({raw:o})},!a||!a.key){e.next=4;break}return e.abrupt("return",n.httpClient.post("/v1/images",SD({base64:r.encrypted.hex},i),{"X-TV-Key":a.key}));case 4:return e.abrupt("return",n.uploadImage(SD({file:r.blob},i)));case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function aW(e){return iW.apply(this,arguments)}function iW(){return(iW=CD(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.imageId,n=t.cardType,o=t.apiClient,e.abrupt("return",o.requestVerifyIDCard({card_type:n,image1:{id:r}}));case 2:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function sW(e){return cW.apply(this,arguments)}function cW(){return(cW=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.apiClient,n=t.cardType,o=t.frontCardId,a=t.isCapturingFrontSide,i=t.backCardId,s=t.recordedVideos,c=t.qrImageId,u=s.filter((function(e){return null!==e.id})),l=s.filter((function(e){return null===e.id&&e.frames.length>0})),e.next=5,Promise.all(l.map((function(e){return r.fileService.request({frames:e.frames})})));case 5:return d=e.sent,f={card_type:n,image:{id:o},image2:a?void 0:{id:i},videos:[].concat(ID(u.map((function(e){return{id:e.id}}))),ID(d.map((function(e){return{id:e.data.file_id}}))))},c&&(f.qr1_images=[{id:c}]),e.abrupt("return",r.detectIDTampering(f));case 9:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function uW(e){return lW.apply(this,arguments)}function lW(){return(lW=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.cardType,n=t.apiClient,o=t.frontCardId,a=t.backCardId,i=t.isCapturingFrontSide,s=t.qrImageId,c={card_type:r,image1:i?{id:o}:{id:a}},s&&(c.qr1_images=[{id:s}]),e.abrupt("return",n.readIDCard(c));case 4:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function dW(e){return fW.apply(this,arguments)}function fW(){return(fW=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f,p,h,g,m,v,y,b,w,C,k,E,B,S;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=t.image,o=t.frontCardId,a=t.qrImageId,i=t.onError,s=t.recordedVideos,c=t.apiClient,u=t.cardType,l=t.cardSide,d=t.qrScannedResult,f=t.outputEncryptionSettings,l!==JH.BACK||o){e.next=4;break}return i(eW.missing_front_id_card),e.abrupt("return");case 4:return p=[tW({image:n,cardType:u,cardSide:l,apiClient:c,outputEncryptionSettings:f})],d&&p.push(nW({image:d.image,apiClient:c,rawString:d.result,outputEncryptionSettings:f})),e.next=8,Promise.all(p);case 8:if(h=e.sent,g=TD(h,2),m=g[0],v=g[1],!m.errors){e.next=15;break}return i(SD(SD({},eW.upload_error),{},{details:m.errors})),e.abrupt("return");case 15:return y=m.data.image_id,b=(null==v||null===(r=v.data)||void 0===r?void 0:r.image_id)||a,(k=l===JH.FRONT)?w=y:(w=o,C=y),e.next=21,aW({imageId:y,cardType:u,apiClient:c});case 21:if(!(E=e.sent).errors){e.next=25;break}return i(SD(SD({},eW.sanity_check_error),{},{details:E.errors})),e.abrupt("return");case 25:return e.next=27,uW({cardType:u,apiClient:c,frontCardId:w,backCardId:C,isCapturingFrontSide:k,qrImageId:b});case 27:if(!(B=e.sent).errors){e.next=31;break}return i(SD(SD({},eW.read_id_card_error),{},{details:B.errors})),e.abrupt("return");case 31:return e.next=33,sW({apiClient:c,cardType:u,frontCardId:w,isCapturingFrontSide:k,backCardId:C,recordedVideos:s,qrImageId:b});case 33:if(!(S=e.sent).errors){e.next=37;break}return i(SD(SD({},eW.detect_id_tampering_error),{},{details:S.errors})),e.abrupt("return");case 37:return e.abrupt("return",{sanityResult:E.data,tamperingInfo:S.data,cardInfo:B.data,qrImageId:b});case 38:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var pW=["onClose","onError","detectIdCard","steps","onStepDone","apiCredentials","tracking","outputEncryptionSettings"],hW=ZI.Errors,gW=function(e){var t=e.onClose,r=e.onError,n=e.detectIdCard,o=e.steps,a=e.onStepDone,i=e.apiCredentials,s=e.tracking,c=e.outputEncryptionSettings,u=_D(e,pW),l=TD(ov.useState(null),2),d=l[0],f=l[1],p=KL.useApiClient({apiCredentials:i,tracking:s}).apiClient,h=ov.useRef(""),g=ov.useRef("");ov.useEffect((function(){function e(){return(e=CD(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,p.clientSettings();case 2:t=e.sent,f(t);case 4:case"end":return e.stop()}}),e)})))).apply(this,arguments)}!function(){e.apply(this,arguments)}()}),[p]);var m=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var n,i,s,u,l,d,f,m;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.stepNumber,i=t.recordedVideos,s=t.qrScannedResult,u=t.image,l=o[n],d=l.cardType,f=l.cardSide,m=null,e.prev=3,e.next=6,dW({image:u,cardSide:f,frontCardId:h.current,qrImageId:g.current,onError:r,apiClient:p,cardType:d,recordedVideos:i,qrScannedResult:s,outputEncryptionSettings:c});case 6:m=e.sent,f===ZI.IDCardSide.FRONT&&(h.current=m.cardInfo.image1.id),g.current=m.qrImageId,e.next=14;break;case 11:e.prev=11,e.t0=e.catch(3),r(SD(SD({},hW.api_call_error),{},{details:e.t0}));case 14:m&&a(SD(SD({},t),{},{apiResult:m}));case 15:case"end":return e.stop()}}),e,null,[[3,11]])})));return function(t){return e.apply(this,arguments)}}(),[p,r,o,a,c]);return d&&ov.createElement(ZH,ED({tracking:s,onClose:t,onError:r,detectIdCard:n,onStepDone:m,steps:o,outputEncryptionSettings:c},u,{clientSettings:d}))};function mW(){return(mW=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=s.length>0&&void 0!==s[0]?s[0]:{},r=t.opencvUrl,n=t.idCardModelUrl,o=t.blazefaceModelUrl,a=t.tfScriptUrls,"iOS"!==QD.osName||!QD.osVersion.includes("12.")){e.next=5;break}return e.next=4,NK({url:r});case 4:return e.abrupt("return");case 5:return e.next=7,dD.loadTensorFlow(a);case 7:return e.next=9,dD.initTensorFlow({preferredBackends:["wasm","webgl","cpu"]});case 9:return i=new MK,e.next=12,Promise.all([i.loadResource({modelUrl:n}),dD.loadBlazefaceModel({modelUrl:o}),NK({url:r})]);case 12:case"end":return e.stop()}}),e)})))).apply(this,arguments)}gW.propTypes={onClose:Iv.func,onError:Iv.func,detectIdCard:Iv.func,onStepDone:Iv.func,steps:Iv.arrayOf(Iv.shape({})),apiCredentials:Iv.shape({accessKey:Iv.string,secretKey:Iv.string,apiUrl:Iv.string}),tracking:Iv.shape({}),outputEncryptionSettings:Iv.shape({})},gW.defaultProps={onClose:function(){},onError:function(){},detectIdCard:function(){return Promise.resolve({card_label:""})},onStepDone:function(){},steps:GH,apiCredentials:{accessKey:"5767c20d-87aa-4cad-8dbb-f5429f76c34b",secretKey:"c1446919-e60a-4575-a05d-304318212a1b",apiUrl:"https://tv-testing.trustingsocial.com/api"},outputEncryptionSettings:{key:""},tracking:void 0};var vW=nF((function(){return mW.apply(this,arguments)})),yW=function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.blob,n=t.resultWarmup,o=n.idCardModel,a=n.ableToUseModel){e.next=4;break}return e.abrupt("return",{ableToUseModel:a});case 4:return e.next=6,IL.blobToCanvas({blob:r});case 6:return i=e.sent,e.abrupt("return",o.predict(i,{detectThreshold:.3}));case 8:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),bW=function(){return{checkCamera:UV,LivenessDetection:XV,NativeCamera:FV,ReadIDCardUIOnly:ZH,ReadIDCardWithApiCall:gW,warmUpReadIdCard:KK,preloadEKYCResources:vW,getListCamera:YD}},wW=EF,CW=_D(MV,["useLivenessDetection"]),kW=r((function(e){e.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(e,t,r){var n={MOBILE:"mobile",TABLET:"tablet",SMART_TV:"smarttv",CONSOLE:"console",WEARABLE:"wearable",BROWSER:void 0};e.exports={BROWSER_TYPES:{CHROME:"Chrome",FIREFOX:"Firefox",OPERA:"Opera",YANDEX:"Yandex",SAFARI:"Safari",INTERNET_EXPLORER:"Internet Explorer",EDGE:"Edge",CHROMIUM:"Chromium",IE:"IE",MOBILE_SAFARI:"Mobile Safari",EDGE_CHROMIUM:"Edge Chromium"},DEVICE_TYPES:n,OS_TYPES:{IOS:"iOS",ANDROID:"Android",WINDOWS_PHONE:"Windows Phone",WINDOWS:"Windows",MAC_OS:"Mac OS"},defaultData:{isMobile:!1,isTablet:!1,isBrowser:!1,isSmartTV:!1,isConsole:!1,isWearable:!1}}},function(e,t,r){var n,o=r(2),a=r(0),i=a.BROWSER_TYPES,s=a.OS_TYPES,c=a.DEVICE_TYPES,u=r(4),l=u.checkType,d=u.broPayload,f=u.mobilePayload,p=u.wearPayload,h=u.consolePayload,g=u.stvPayload,m=u.getNavigatorInstance,v=u.isIOS13Check,y=new o,b=y.getBrowser(),w=y.getDevice(),C=y.getEngine(),k=y.getOS(),E=y.getUA(),B=i.CHROME,S=i.CHROMIUM,_=i.IE,A=i.INTERNET_EXPLORER,T=i.OPERA,I=i.FIREFOX,x=i.SAFARI,P=i.EDGE,R=i.YANDEX,N=i.MOBILE_SAFARI,O=c.MOBILE,L=c.TABLET,D=c.SMART_TV,M=c.BROWSER,U=c.WEARABLE,j=c.CONSOLE,F=s.ANDROID,V=s.WINDOWS_PHONE,z=s.IOS,K=s.WINDOWS,q=s.MAC_OS,H=function(){return k.name===s.WINDOWS&&"10"===k.version&&("string"==typeof E&&-1!==E.indexOf("Edg/"))},W=function(){return b.name===P},Q=function(){return v("iPad")},G=w.type===D,X=w.type===j,Y=w.type===U,$=b.name===N||Q(),Z=b.name===S,J=function(){switch(w.type){case O:case L:return!0;default:return!1}}()||Q(),ee=w.type===O,te=w.type===L||Q(),re=w.type===M,ne=k.name===F,oe=k.name===V,ae=k.name===z||Q(),ie=b.name===B,se=b.name===I,ce=b.name===x||b.name===N,ue=b.name===T,le=b.name===A||b.name===_,de=k.version?k.version:"none",fe=k.name?k.name:"none",pe=b.major,he=b.version,ge=b.name,me=w.vendor?w.vendor:"none",ve=w.model?w.model:"none",ye=C.name,be=C.version,we=E,Ce=W()||H(),ke=b.name===R,Ee=w.type,Be=(n=m())&&(/iPad|iPhone|iPod/.test(n.platform)||"MacIntel"===n.platform&&n.maxTouchPoints>1)&&!window.MSStream,Se=Q(),_e=v("iPhone"),Ae=v("iPod"),Te=function(){var e=m(),t=e&&e.userAgent.toLowerCase();return"string"==typeof t&&/electron/.test(t)}(),Ie=H(),xe=W(),Pe=k.name===K,Re=k.name===q,Ne=l(w.type);e.exports={deviceDetect:function(){var e=Ne.isBrowser,t=Ne.isMobile,r=Ne.isTablet,n=Ne.isSmartTV,o=Ne.isConsole,a=Ne.isWearable;return e?d(e,b,C,k,E):n?g(n,C,k,E):o?h(o,C,k,E):t||r?f(Ne,w,k,E):a?p(a,C,k,E):void 0},isSmartTV:G,isConsole:X,isWearable:Y,isMobileSafari:$,isChromium:Z,isMobile:J,isMobileOnly:ee,isTablet:te,isBrowser:re,isAndroid:ne,isWinPhone:oe,isIOS:ae,isChrome:ie,isFirefox:se,isSafari:ce,isOpera:ue,isIE:le,osVersion:de,osName:fe,fullBrowserVersion:pe,browserVersion:he,browserName:ge,mobileVendor:me,mobileModel:ve,engineName:ye,engineVersion:be,getUA:we,isEdge:Ce,isYandex:ke,deviceType:Ee,isIOS13:Be,isIPad13:Se,isIPhone13:_e,isIPod13:Ae,isElectron:Te,isEdgeChromium:Ie,isLegacyEdge:xe,isWindows:Pe,isMacOs:Re}},function(e,t,r){var n;
|
53
|
+
*/!function(o,a){var i="function",s="undefined",c="object",u="model",l="name",d="type",f="vendor",p="version",h="architecture",g="console",m="mobile",v="tablet",y="smarttv",b="wearable",w={extend:function(e,t){var r={};for(var n in e)t[n]&&t[n].length%2==0?r[n]=t[n].concat(e[n]):r[n]=e[n];return r},has:function(e,t){return"string"==typeof e&&-1!==t.toLowerCase().indexOf(e.toLowerCase())},lowerize:function(e){return e.toLowerCase()},major:function(e){return"string"==typeof e?e.replace(/[^\d\.]/g,"").split(".")[0]:a},trim:function(e){return e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}},C={rgx:function(e,t){for(var r,n,o,s,u,l,d=0;d<t.length&&!u;){var f=t[d],p=t[d+1];for(r=n=0;r<f.length&&!u;)if(u=f[r++].exec(e))for(o=0;o<p.length;o++)l=u[++n],Gg(s=p[o])===c&&s.length>0?2==s.length?Gg(s[1])==i?this[s[0]]=s[1].call(this,l):this[s[0]]=s[1]:3==s.length?Gg(s[1])!==i||s[1].exec&&s[1].test?this[s[0]]=l?l.replace(s[1],s[2]):a:this[s[0]]=l?s[1].call(this,l,s[2]):a:4==s.length&&(this[s[0]]=l?s[3].call(this,l.replace(s[1],s[2])):a):this[s]=l||a;d+=2}},str:function(e,t){for(var r in t)if(Gg(t[r])===c&&t[r].length>0){for(var n=0;n<t[r].length;n++)if(w.has(t[r][n],e))return"?"===r?a:r}else if(w.has(t[r],e))return"?"===r?a:r;return e}},k={browser:{oldsafari:{version:{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}}},device:{amazon:{model:{"Fire Phone":["SD","KF"]}},sprint:{model:{"Evo Shift 4G":"7373KT"},vendor:{HTC:"APA",Sprint:"Sprint"}}},os:{windows:{version:{ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"}}}},E={browser:[[/(opera\smini)\/([\w\.-]+)/i,/(opera\s[mobiletab]+).+version\/([\w\.-]+)/i,/(opera).+version\/([\w\.]+)/i,/(opera)[\/\s]+([\w\.]+)/i],[l,p],[/(opios)[\/\s]+([\w\.]+)/i],[[l,"Opera Mini"],p],[/\s(opr)\/([\w\.]+)/i],[[l,"Opera"],p],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/\s]?([\w\.]*)/i,/(avant\s|iemobile|slim|baidu)(?:browser)?[\/\s]?([\w\.]*)/i,/(?:ms|\()(ie)\s([\w\.]+)/i,/(rekonq)\/([\w\.]*)/i,/(chromium|flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark)\/([\w\.-]+)/i],[l,p],[/(trident).+rv[:\s]([\w\.]+).+like\sgecko/i],[[l,"IE"],p],[/(edge|edgios|edgea)\/((\d+)?[\w\.]+)/i],[[l,"Edge"],p],[/(yabrowser)\/([\w\.]+)/i],[[l,"Yandex"],p],[/(puffin)\/([\w\.]+)/i],[[l,"Puffin"],p],[/((?:[\s\/])uc?\s?browser|(?:juc.+)ucweb)[\/\s]?([\w\.]+)/i],[[l,"UCBrowser"],p],[/(comodo_dragon)\/([\w\.]+)/i],[[l,/_/g," "],p],[/(micromessenger)\/([\w\.]+)/i],[[l,"WeChat"],p],[/(qqbrowserlite)\/([\w\.]+)/i],[l,p],[/(QQ)\/([\d\.]+)/i],[l,p],[/m?(qqbrowser)[\/\s]?([\w\.]+)/i],[l,p],[/(BIDUBrowser)[\/\s]?([\w\.]+)/i],[l,p],[/(2345Explorer)[\/\s]?([\w\.]+)/i],[l,p],[/(MetaSr)[\/\s]?([\w\.]+)/i],[l],[/(LBBROWSER)/i],[l],[/xiaomi\/miuibrowser\/([\w\.]+)/i],[p,[l,"MIUI Browser"]],[/;fbav\/([\w\.]+);/i],[p,[l,"Facebook"]],[/headlesschrome(?:\/([\w\.]+)|\s)/i],[p,[l,"Chrome Headless"]],[/\swv\).+(chrome)\/([\w\.]+)/i],[[l,/(.+)/,"$1 WebView"],p],[/((?:oculus|samsung)browser)\/([\w\.]+)/i],[[l,/(.+(?:g|us))(.+)/,"$1 $2"],p],[/android.+version\/([\w\.]+)\s+(?:mobile\s?safari|safari)*/i],[p,[l,"Android Browser"]],[/(chrome|omniweb|arora|[tizenoka]{5}\s?browser)\/v?([\w\.]+)/i],[l,p],[/(dolfin)\/([\w\.]+)/i],[[l,"Dolphin"],p],[/((?:android.+)crmo|crios)\/([\w\.]+)/i],[[l,"Chrome"],p],[/(coast)\/([\w\.]+)/i],[[l,"Opera Coast"],p],[/fxios\/([\w\.-]+)/i],[p,[l,"Firefox"]],[/version\/([\w\.]+).+?mobile\/\w+\s(safari)/i],[p,[l,"Mobile Safari"]],[/version\/([\w\.]+).+?(mobile\s?safari|safari)/i],[p,l],[/webkit.+?(gsa)\/([\w\.]+).+?(mobile\s?safari|safari)(\/[\w\.]+)/i],[[l,"GSA"],p],[/webkit.+?(mobile\s?safari|safari)(\/[\w\.]+)/i],[l,[p,C.str,k.browser.oldsafari.version]],[/(konqueror)\/([\w\.]+)/i,/(webkit|khtml)\/([\w\.]+)/i],[l,p],[/(navigator|netscape)\/([\w\.-]+)/i],[[l,"Netscape"],p],[/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo\sbrowser|minimo|conkeror)[\/\s]?([\w\.\+]+)/i,/(firefox|seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([\w\.-]+)$/i,/(mozilla)\/([\w\.]+).+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir)[\/\s]?([\w\.]+)/i,/(links)\s\(([\w\.]+)/i,/(gobrowser)\/?([\w\.]*)/i,/(ice\s?browser)\/v?([\w\._]+)/i,/(mosaic)[\/\s]([\w\.]+)/i],[l,p]],cpu:[[/(?:(amd|x(?:(?:86|64)[_-])?|wow|win)64)[;\)]/i],[[h,"amd64"]],[/(ia32(?=;))/i],[[h,w.lowerize]],[/((?:i[346]|x)86)[;\)]/i],[[h,"ia32"]],[/windows\s(ce|mobile);\sppc;/i],[[h,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?:\smac|;|\))/i],[[h,/ower/,"",w.lowerize]],[/(sun4\w)[;\)]/i],[[h,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|arm(?:64|(?=v\d+;))|(?=atmel\s)avr|(?:irix|mips|sparc)(?:64)?(?=;)|pa-risc)/i],[[h,w.lowerize]]],device:[[/\((ipad|playbook);[\w\s\);-]+(rim|apple)/i],[u,f,[d,v]],[/applecoremedia\/[\w\.]+ \((ipad)/],[u,[f,"Apple"],[d,v]],[/(apple\s{0,1}tv)/i],[[u,"Apple TV"],[f,"Apple"]],[/(archos)\s(gamepad2?)/i,/(hp).+(touchpad)/i,/(hp).+(tablet)/i,/(kindle)\/([\w\.]+)/i,/\s(nook)[\w\s]+build\/(\w+)/i,/(dell)\s(strea[kpr\s\d]*[\dko])/i],[f,u,[d,v]],[/(kf[A-z]+)\sbuild\/.+silk\//i],[u,[f,"Amazon"],[d,v]],[/(sd|kf)[0349hijorstuw]+\sbuild\/.+silk\//i],[[u,C.str,k.device.amazon.model],[f,"Amazon"],[d,m]],[/\((ip[honed|\s\w*]+);.+(apple)/i],[u,f,[d,m]],[/\((ip[honed|\s\w*]+);/i],[u,[f,"Apple"],[d,m]],[/(blackberry)[\s-]?(\w+)/i,/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[\s_-]?([\w-]*)/i,/(hp)\s([\w\s]+\w)/i,/(asus)-?(\w+)/i],[f,u,[d,m]],[/\(bb10;\s(\w+)/i],[u,[f,"BlackBerry"],[d,m]],[/android.+(transfo[prime\s]{4,10}\s\w+|eeepc|slider\s\w+|nexus 7|padfone)/i],[u,[f,"Asus"],[d,v]],[/(sony)\s(tablet\s[ps])\sbuild\//i,/(sony)?(?:sgp.+)\sbuild\//i],[[f,"Sony"],[u,"Xperia Tablet"],[d,v]],[/android.+\s([c-g]\d{4}|so[-l]\w+)\sbuild\//i],[u,[f,"Sony"],[d,m]],[/\s(ouya)\s/i,/(nintendo)\s([wids3u]+)/i],[f,u,[d,g]],[/android.+;\s(shield)\sbuild/i],[u,[f,"Nvidia"],[d,g]],[/(playstation\s[34portablevi]+)/i],[u,[f,"Sony"],[d,g]],[/(sprint\s(\w+))/i],[[f,C.str,k.device.sprint.vendor],[u,C.str,k.device.sprint.model],[d,m]],[/(lenovo)\s?(S(?:5000|6000)+(?:[-][\w+]))/i],[f,u,[d,v]],[/(htc)[;_\s-]+([\w\s]+(?=\))|\w+)*/i,/(zte)-(\w*)/i,/(alcatel|geeksphone|lenovo|nexian|panasonic|(?=;\s)sony)[_\s-]?([\w-]*)/i],[f,[u,/_/g," "],[d,m]],[/(nexus\s9)/i],[u,[f,"HTC"],[d,v]],[/d\/huawei([\w\s-]+)[;\)]/i,/(nexus\s6p)/i],[u,[f,"Huawei"],[d,m]],[/(microsoft);\s(lumia[\s\w]+)/i],[f,u,[d,m]],[/[\s\(;](xbox(?:\sone)?)[\s\);]/i],[u,[f,"Microsoft"],[d,g]],[/(kin\.[onetw]{3})/i],[[u,/\./g," "],[f,"Microsoft"],[d,m]],[/\s(milestone|droid(?:[2-4x]|\s(?:bionic|x2|pro|razr))?:?(\s4g)?)[\w\s]+build\//i,/mot[\s-]?(\w*)/i,/(XT\d{3,4}) build\//i,/(nexus\s6)/i],[u,[f,"Motorola"],[d,m]],[/android.+\s(mz60\d|xoom[\s2]{0,2})\sbuild\//i],[u,[f,"Motorola"],[d,v]],[/hbbtv\/\d+\.\d+\.\d+\s+\([\w\s]*;\s*(\w[^;]*);([^;]*)/i],[[f,w.trim],[u,w.trim],[d,y]],[/hbbtv.+maple;(\d+)/i],[[u,/^/,"SmartTV"],[f,"Samsung"],[d,y]],[/\(dtv[\);].+(aquos)/i],[u,[f,"Sharp"],[d,y]],[/android.+((sch-i[89]0\d|shw-m380s|gt-p\d{4}|gt-n\d+|sgh-t8[56]9|nexus 10))/i,/((SM-T\w+))/i],[[f,"Samsung"],u,[d,v]],[/smart-tv.+(samsung)/i],[f,[d,y],u],[/((s[cgp]h-\w+|gt-\w+|galaxy\snexus|sm-\w[\w\d]+))/i,/(sam[sung]*)[\s-]*(\w+-?[\w-]*)/i,/sec-((sgh\w+))/i],[[f,"Samsung"],u,[d,m]],[/sie-(\w*)/i],[u,[f,"Siemens"],[d,m]],[/(maemo|nokia).*(n900|lumia\s\d+)/i,/(nokia)[\s_-]?([\w-]*)/i],[[f,"Nokia"],u,[d,m]],[/android\s3\.[\s\w;-]{10}(a\d{3})/i],[u,[f,"Acer"],[d,v]],[/android.+([vl]k\-?\d{3})\s+build/i],[u,[f,"LG"],[d,v]],[/android\s3\.[\s\w;-]{10}(lg?)-([06cv9]{3,4})/i],[[f,"LG"],u,[d,v]],[/(lg) netcast\.tv/i],[f,u,[d,y]],[/(nexus\s[45])/i,/lg[e;\s\/-]+(\w*)/i,/android.+lg(\-?[\d\w]+)\s+build/i],[u,[f,"LG"],[d,m]],[/android.+(ideatab[a-z0-9\-\s]+)/i],[u,[f,"Lenovo"],[d,v]],[/linux;.+((jolla));/i],[f,u,[d,m]],[/((pebble))app\/[\d\.]+\s/i],[f,u,[d,b]],[/android.+;\s(oppo)\s?([\w\s]+)\sbuild/i],[f,u,[d,m]],[/crkey/i],[[u,"Chromecast"],[f,"Google"]],[/android.+;\s(glass)\s\d/i],[u,[f,"Google"],[d,b]],[/android.+;\s(pixel c)\s/i],[u,[f,"Google"],[d,v]],[/android.+;\s(pixel xl|pixel)\s/i],[u,[f,"Google"],[d,m]],[/android.+;\s(\w+)\s+build\/hm\1/i,/android.+(hm[\s\-_]*note?[\s_]*(?:\d\w)?)\s+build/i,/android.+(mi[\s\-_]*(?:one|one[\s_]plus|note lte)?[\s_]*(?:\d?\w?)[\s_]*(?:plus)?)\s+build/i,/android.+(redmi[\s\-_]*(?:note)?(?:[\s_]*[\w\s]+))\s+build/i],[[u,/_/g," "],[f,"Xiaomi"],[d,m]],[/android.+(mi[\s\-_]*(?:pad)(?:[\s_]*[\w\s]+))\s+build/i],[[u,/_/g," "],[f,"Xiaomi"],[d,v]],[/android.+;\s(m[1-5]\snote)\sbuild/i],[u,[f,"Meizu"],[d,v]],[/android.+a000(1)\s+build/i,/android.+oneplus\s(a\d{4})\s+build/i],[u,[f,"OnePlus"],[d,m]],[/android.+[;\/]\s*(RCT[\d\w]+)\s+build/i],[u,[f,"RCA"],[d,v]],[/android.+[;\/\s]+(Venue[\d\s]{2,7})\s+build/i],[u,[f,"Dell"],[d,v]],[/android.+[;\/]\s*(Q[T|M][\d\w]+)\s+build/i],[u,[f,"Verizon"],[d,v]],[/android.+[;\/]\s+(Barnes[&\s]+Noble\s+|BN[RT])(V?.*)\s+build/i],[[f,"Barnes & Noble"],u,[d,v]],[/android.+[;\/]\s+(TM\d{3}.*\b)\s+build/i],[u,[f,"NuVision"],[d,v]],[/android.+;\s(k88)\sbuild/i],[u,[f,"ZTE"],[d,v]],[/android.+[;\/]\s*(gen\d{3})\s+build.*49h/i],[u,[f,"Swiss"],[d,m]],[/android.+[;\/]\s*(zur\d{3})\s+build/i],[u,[f,"Swiss"],[d,v]],[/android.+[;\/]\s*((Zeki)?TB.*\b)\s+build/i],[u,[f,"Zeki"],[d,v]],[/(android).+[;\/]\s+([YR]\d{2})\s+build/i,/android.+[;\/]\s+(Dragon[\-\s]+Touch\s+|DT)(\w{5})\sbuild/i],[[f,"Dragon Touch"],u,[d,v]],[/android.+[;\/]\s*(NS-?\w{0,9})\sbuild/i],[u,[f,"Insignia"],[d,v]],[/android.+[;\/]\s*((NX|Next)-?\w{0,9})\s+build/i],[u,[f,"NextBook"],[d,v]],[/android.+[;\/]\s*(Xtreme\_)?(V(1[045]|2[015]|30|40|60|7[05]|90))\s+build/i],[[f,"Voice"],u,[d,m]],[/android.+[;\/]\s*(LVTEL\-)?(V1[12])\s+build/i],[[f,"LvTel"],u,[d,m]],[/android.+[;\/]\s*(V(100MD|700NA|7011|917G).*\b)\s+build/i],[u,[f,"Envizen"],[d,v]],[/android.+[;\/]\s*(Le[\s\-]+Pan)[\s\-]+(\w{1,9})\s+build/i],[f,u,[d,v]],[/android.+[;\/]\s*(Trio[\s\-]*.*)\s+build/i],[u,[f,"MachSpeed"],[d,v]],[/android.+[;\/]\s*(Trinity)[\-\s]*(T\d{3})\s+build/i],[f,u,[d,v]],[/android.+[;\/]\s*TU_(1491)\s+build/i],[u,[f,"Rotor"],[d,v]],[/android.+(KS(.+))\s+build/i],[u,[f,"Amazon"],[d,v]],[/android.+(Gigaset)[\s\-]+(Q\w{1,9})\s+build/i],[f,u,[d,v]],[/\s(tablet|tab)[;\/]/i,/\s(mobile)(?:[;\/]|\ssafari)/i],[[d,w.lowerize],f,u],[/(android[\w\.\s\-]{0,9});.+build/i],[u,[f,"Generic"]]],engine:[[/windows.+\sedge\/([\w\.]+)/i],[p,[l,"EdgeHTML"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m)\/([\w\.]+)/i,/(khtml|tasman|links)[\/\s]\(?([\w\.]+)/i,/(icab)[\/\s]([23]\.[\d\.]+)/i],[l,p],[/rv\:([\w\.]{1,9}).+(gecko)/i],[p,l]],os:[[/microsoft\s(windows)\s(vista|xp)/i],[l,p],[/(windows)\snt\s6\.2;\s(arm)/i,/(windows\sphone(?:\sos)*)[\s\/]?([\d\.\s\w]*)/i,/(windows\smobile|windows)[\s\/]?([ntce\d\.\s]+\w)/i],[l,[p,C.str,k.os.windows.version]],[/(win(?=3|9|n)|win\s9x\s)([nt\d\.]+)/i],[[l,"Windows"],[p,C.str,k.os.windows.version]],[/\((bb)(10);/i],[[l,"BlackBerry"],p],[/(blackberry)\w*\/?([\w\.]*)/i,/(tizen)[\/\s]([\w\.]+)/i,/(android|webos|palm\sos|qnx|bada|rim\stablet\sos|meego|contiki)[\/\s-]?([\w\.]*)/i,/linux;.+(sailfish);/i],[l,p],[/(symbian\s?os|symbos|s60(?=;))[\/\s-]?([\w\.]*)/i],[[l,"Symbian"],p],[/\((series40);/i],[l],[/mozilla.+\(mobile;.+gecko.+firefox/i],[[l,"Firefox OS"],p],[/(nintendo|playstation)\s([wids34portablevu]+)/i,/(mint)[\/\s\(]?(\w*)/i,/(mageia|vectorlinux)[;\s]/i,/(joli|[kxln]?ubuntu|debian|suse|opensuse|gentoo|(?=\s)arch|slackware|fedora|mandriva|centos|pclinuxos|redhat|zenwalk|linpus)[\/\s-]?(?!chrom)([\w\.-]*)/i,/(hurd|linux)\s?([\w\.]*)/i,/(gnu)\s?([\w\.]*)/i],[l,p],[/(cros)\s[\w]+\s([\w\.]+\w)/i],[[l,"Chromium OS"],p],[/(sunos)\s?([\w\.\d]*)/i],[[l,"Solaris"],p],[/\s([frentopc-]{0,4}bsd|dragonfly)\s?([\w\.]*)/i],[l,p],[/(haiku)\s(\w+)/i],[l,p],[/cfnetwork\/.+darwin/i,/ip[honead]{2,4}(?:.*os\s([\w]+)\slike\smac|;\sopera)/i],[[p,/_/g,"."],[l,"iOS"]],[/(mac\sos\sx)\s?([\w\s\.]*)/i,/(macintosh|mac(?=_powerpc)\s)/i],[[l,"Mac OS"],[p,/_/g,"."]],[/((?:open)?solaris)[\/\s-]?([\w\.]*)/i,/(aix)\s((\d)(?=\.|\)|\s)[\w\.])*/i,/(plan\s9|minix|beos|os\/2|amigaos|morphos|risc\sos|openvms)/i,/(unix)\s?([\w\.]*)/i],[l,p]]},B=function e(t,r){if("object"==Gg(t)&&(r=t,t=a),!(this instanceof e))return new e(t,r).getResult();var n=t||(o&&o.navigator&&o.navigator.userAgent?o.navigator.userAgent:""),i=r?w.extend(E,r):E;return this.getBrowser=function(){var e={name:a,version:a};return C.rgx.call(e,n,i.browser),e.major=w.major(e.version),e},this.getCPU=function(){var e={architecture:a};return C.rgx.call(e,n,i.cpu),e},this.getDevice=function(){var e={vendor:a,model:a,type:a};return C.rgx.call(e,n,i.device),e},this.getEngine=function(){var e={name:a,version:a};return C.rgx.call(e,n,i.engine),e},this.getOS=function(){var e={name:a,version:a};return C.rgx.call(e,n,i.os),e},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return n},this.setUA=function(e){return n=e,this},this};B.VERSION="0.7.18",B.BROWSER={NAME:l,MAJOR:"major",VERSION:p},B.CPU={ARCHITECTURE:h},B.DEVICE={MODEL:u,VENDOR:f,TYPE:d,CONSOLE:g,MOBILE:m,SMARTTV:y,TABLET:v,WEARABLE:b,EMBEDDED:"embedded"},B.ENGINE={NAME:l,VERSION:p},B.OS={NAME:l,VERSION:p},Gg(t)!==s?(Gg(e)!==s&&e.exports&&(t=e.exports=B),t.UAParser=B):r(3)?(n=function(){return B}.call(t,r,t,e))===a||(e.exports=n):o&&(o.UAParser=B);var S=o&&(o.jQuery||o.Zepto);if(Gg(S)!==s){var _=new B;S.ua=_.getResult(),S.ua.get=function(){return _.getUA()},S.ua.set=function(e){_.setUA(e);var t=_.getResult();for(var r in t)S.ua[r]=t[r]}}}("object"==("undefined"==typeof window?"undefined":Gg(window))?window:this)},function(e,t){(function(t){e.exports=t}).call(t,{})},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},o=r(0),a=o.DEVICE_TYPES,i=o.defaultData,s=t.getNavigatorInstance=function(){return!("undefined"==typeof window||!window.navigator&&!navigator)&&(window.navigator||navigator)},c=t.isIOS13Check=function(e){var t=s();return t&&t.platform&&(-1!==t.platform.indexOf(e)||"MacIntel"===t.platform&&t.maxTouchPoints>1&&!window.MSStream)};e.exports={checkType:function(e){switch(e){case a.MOBILE:return{isMobile:!0};case a.TABLET:return{isTablet:!0};case a.SMART_TV:return{isSmartTV:!0};case a.CONSOLE:return{isConsole:!0};case a.WEARABLE:return{isWearable:!0};case a.BROWSER:return{isBrowser:!0};default:return i}},broPayload:function(e,t,r,n,o){return{isBrowser:e,browserMajorVersion:t.major,browserFullVersion:t.version,browserName:t.name,engineName:r.name||!1,engineVersion:r.version,osName:n.name,osVersion:n.version,userAgent:o}},mobilePayload:function(e,t,r,o){return n({},e,{vendor:t.vendor,model:t.model,os:r.name,osVersion:r.version,ua:o})},stvPayload:function(e,t,r,n){return{isSmartTV:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},consolePayload:function(e,t,r,n){return{isConsole:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},wearPayload:function(e,t,r,n){return{isWearable:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},getNavigatorInstance:s,isIOS13Check:c}}])})),XD=ND(GD),YD=Object.freeze(Object.assign(Object.create(null),GD,{default:XD}));function $D(){return"function"==typeof navigator.enumerateDevices?navigator.enumerateDevices():"object"===bD(navigator.mediaDevices)&&"function"==typeof navigator.mediaDevices.enumerateDevices?navigator.mediaDevices.enumerateDevices():new Promise((function(e,t){try{if(null==window.MediaStreamTrack||null==window.MediaStreamTrack.getSources)throw new Error;window.MediaStreamTrack.getSources((function(t){e(t.filter((function(e){return"video"===e.kind.toLowerCase()||"videoinput"===e.kind.toLowerCase()})).map((function(e){return{deviceId:null!=e.deviceId?e.deviceId:"",groupId:e.groupId,kind:"videoinput",label:e.label,toJSON:function(){return this}}})))}))}catch(e){return t(e)}}))}var ZD=ZI.Errors,JD=Zb.div(LD||(LD=AD(["\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background: #000;\n display: flex;\n justify-content: center;\n z-index: ",";\n ","\n"])),1e3,(function(e){return e.checkCameraMode&&"opacity: 0;"})),eM=Zb.video(DD||(DD=AD(["\n width: 100%;\n ","\n"])),(function(e){return e.flipHorizontal&&"\n transform: scale(".concat(-1*e.scale,", ").concat(1*e.scale,");\n ")})),tM=Zb.div(MD||(MD=AD(["\n cursor: pointer;\n text-align: center;\n width: 50px;\n\n img {\n width: 100%;\n }\n"]))),rM=Zb(tM)(UD||(UD=AD(["\n z-index: ",";\n position: absolute;\n top: 20px;\n right: 20px;\n width: 20px;\n"])),1100),nM=Zb.div(jD||(jD=AD(["\n z-index: ",";\n position: absolute;\n top: 40px;\n color: red;\n"])),1020),oM=Zb.div(FD||(FD=AD(["\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n z-index: ",";\n"])),1030),aM=Zb.section(VD||(VD=AD(["\n width: 280px;\n padding: 0.625rem 0 0 0;\n background: #ffffff;\n border-radius: 0.3125rem;\n box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.15);\n"]))),iM=Zb.header(zD||(zD=AD(["\n text-align: center;\n padding: 0.625rem 1rem;\n"]))),sM=Zb.h2(KD||(KD=AD(["\n margin: 0.25rem auto;\n padding: 0;\n font-weight: 600;\n font-size: 1.2rem;\n"]))),cM=Zb.p(qD||(qD=AD(["\n padding: 0 0 0.3125rem;\n margin: 0.25rem auto;\n font-size: 0.8rem;\n"]))),uM=Zb.ul(HD||(HD=AD(["\n list-style: none;\n padding: 0;\n margin: 0;\n"]))),lM=Zb.li(WD||(WD=AD(["\n margin: 0;\n text-align: left;\n cursor: pointer;\n font-size: 0.82rem;\n transition: all 550ms ease-in-out;\n border-top: 1px solid #dcdcdc;\n padding: 1rem 1rem;\n\n &:hover {\n background-color: rgba(230, 230, 230, 0.5);\n }\n"]))),dM=Zb.div(QD||(QD=AD(["\n position: absolute;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.7);\n display: flex;\n justify-content: center;\n align-items: center;\n z-index: 9999;\n"]))),fM=ov.createRef(),pM=function(){if(navigator.mediaDevices&&navigator.mediaDevices.getUserMedia)return navigator.mediaDevices;var e=navigator.mozGetUserMedia||navigator.webkitGetUserMedia;return e?{getUserMedia:function(t){return new Promise((function(r,n){e.call(navigator,t,r,n)}))}}:null}();function hM(e){var t=e.checkCameraMode,r=e.frontCamera,n=e.onClose,o=e.children,a=e.onVideoPlayed,i=e.flipHorizontal,s=e.videoSettings,c=e.refVideo,u=e.onError,l=e.closeButton,d=e.videoClassName,f=e.scale,p=e.defaultCameraId,h=nN.useSDKSettings().lang,g=LN.useSDKTracking().sendEvent,m=UN.useAsset("ic_close.png"),v=TD(ov.useState(""),2),y=v[0],b=v[1],w=TD(ov.useState([]),2),C=w[0],k=w[1],E=TD(ov.useState(!1),2),B=E[0],S=E[1],_=ov.useRef(!1),A=ov.useRef(!1),T=ov.useCallback((function(){try{var e;(null==c||null===(e=c.current)||void 0===e?void 0:e.srcObject)instanceof MediaStream&&(c.current.srcObject.getTracks().forEach((function(e){return e.stop()})),c.current.srcObject=null)}catch(e){}}),[c]),I=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return{},n=GD.isMobile?GD.isIOS?{width:{ideal:1460},aspectRatio:{ideal:window.innerHeight/window.innerWidth}}:{width:{ideal:1650},aspectRatio:{ideal:window.innerHeight/window.innerWidth}}:{height:{ideal:9999}},e.prev=2,e.next=5,pM.getUserMedia({audio:!1,video:SD(SD({},t?{deviceId:t}:{facingMode:r?"user":"environment"}),s||n)});case 5:return(o=e.sent)||(b(ZD.not_supported.msg[h]),u(ZD.not_supported)),e.abrupt("return",o);case 10:e.prev=10,e.t0=e.catch(2),"NotAllowedError"===e.t0.name?(b(ZD.no_permission.msg[h]),u(ZD.no_permission)):(t&&k(ID(C.filter((function(e){return e.deviceId!==t})))),S(!0),b(e.t0.message),u({code:e.t0.name||e.t0.code,message:e.t0.message}));case 13:return e.abrupt("return",null);case 14:case"end":return e.stop()}}),e,null,[[2,10]])})));return function(t){return e.apply(this,arguments)}}(),[r,s,h,u,C]),x=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var t,r,n,o=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=o.length>0&&void 0!==o[0]?o[0]:p,(r=c.current).oncanplaythrough=function(){r.play(),A.current=!0,b("");var e=window.innerWidth,t=window.innerHeight,n=fO.analyzeVideoAndWindowSizes(r),o=n.lostX,i=void 0===o?0:o,s=n.lostY,c=void 0===s?0:s,u=Math.min(e,Math.floor(e-2*i)),l=Math.min(t,Math.floor(t-2*c));a&&a({clientWidth:e,clientHeight:t,videoAreaWidth:u,videoAreaHeight:l,lostX:i,lostY:c})},e.next=5,I(t);case 5:(n=e.sent)&&(r.srcObject=n);case 7:case"end":return e.stop()}}),e)}))),[c,I,a,p]);ov.useEffect((function(){function e(){return(e=CD(regeneratorRuntime.mark((function e(){var t,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,$D();case 3:t=e.sent,r=t.filter((function(e){return e.deviceId&&"videoinput"===e.kind})),k(r),e.next=11;break;case 8:e.prev=8,e.t0=e.catch(0),console.error(e.t0);case 11:case"end":return e.stop()}}),e,null,[[0,8]])})))).apply(this,arguments)}B&&!_.current&&(_.current=!0,function(){e.apply(this,arguments)}())}),[B]),ov.useEffect((function(){function e(){return(e=CD(regeneratorRuntime.mark((function e(){var t,r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,x();case 2:return e.next=4,$D();case 4:t=e.sent,(r=t.filter((function(e){return"videoinput"===e.kind&&e.label.includes("0")}))).length>0&&(n=r[0].deviceId,T(),x(n));case 7:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var t=c.current;return!pM||GD.browserName&&["facebook"].includes(GD.browserName.toLowerCase())||GD.getUA.includes("Zalo iOS")?(b(ZD.not_supported.msg[h]),u(ZD.not_supported)):t&&(GD.isAndroid&&!1===r?function(){e.apply(this,arguments)}():x()),function(){T()}}),[c,h,r,x,T,u]),ov.useEffect((function(){var e=setTimeout((function(){A.current||(b(ZD.camera_timeout.msg[h]),u(ZD.camera_timeout))}),3e5);return function(){clearTimeout(e)}}),[h,u]);var P=ov.useCallback((function(){T(),n&&n(),g({tag:"result",event:"user_activity.cancel",log:{}})}),[n,T,g]);return ov.createElement(JD,{checkCameraMode:t},B&&null!=C&&C.length?ov.createElement(dM,null,ov.createElement(oM,null,ov.createElement(aM,null,ov.createElement(iM,null,ov.createElement(sM,null,"Không thể mở camera mặc định"),ov.createElement(cM,null,"Vui lòng thử chọn camera khác trong danh sách dưới đây")),ov.createElement(uM,null,C.map((function(e,t){return ov.createElement(lM,{key:e.deviceId,onClick:function(){b(""),T(),S(!1),x(e.deviceId)}},e.label?e.label:"Camera ".concat(t+1))})))))):null,function(){if(!y)return null;var e=ZD.no_permission.msg[h];return y===e&&GD.isIOS?ov.createElement(nM,null,y," ",ov.createElement("button",{onClick:function(){window.location.reload()}},{vi:"Cấp lại quyền truy cập camera",en:"Request camera permission"}[h])):ov.createElement(nM,null,y)}(),ov.createElement(eM,{ref:c,playsInline:!0,muted:!0,flipHorizontal:i,className:d,scale:f}),o,l?ov.cloneElement(l,{onClick:P,"data-testid":"close-camera"}):ov.createElement(rM,{onClick:P,"data-testid":"close-camera"},ov.createElement("img",{src:m,alt:""})))}hM.propTypes={checkCameraMode:Iv.bool,frontCamera:Iv.bool,onClose:Iv.func,onError:Iv.func,onVideoPlayed:Iv.func,children:Iv.node,flipHorizontal:Iv.bool,videoSettings:Iv.object,refVideo:Iv.object,closeButton:Iv.node,videoClassName:Iv.string,scale:Iv.number,defaultCameraId:Iv.string},hM.defaultProps={checkCameraMode:!1,frontCamera:!0,onClose:null,onError:function(){},onVideoPlayed:null,children:null,flipHorizontal:!1,videoSettings:null,refVideo:null,closeButton:null,videoClassName:"",scale:1,defaultCameraId:void 0};var gM,mM,vM,yM=ov.forwardRef((function(e,t){return ov.createElement(hM,ED({},e,{refVideo:t||fM}))})),bM=Zb.table(gM||(gM=AD(["\n width: 100%;\n height: 100%;\n td {\n text-align: center;\n vertical-align: middle;\n padding: 0;\n border: 0;\n }\n border-spacing: 0;\n table-layout: auto;\n border-collapse: collapse;\n"]))),wM=Zb.div(mM||(mM=AD(["\n position: relative;\n"]))),CM=Array.from(Array(3).keys()),kM=Array.from(Array(3).keys());function EM(e){var t=e.children,r=e.x,n=e.y,o=e.width,a=e.height,i=e.className,s=e.surroundStyle;return ov.createElement(bM,{className:i},ov.createElement("tbody",null,CM.map((function(e,i){return ov.createElement("tr",{key:e,style:{height:0===i?n:"auto"},"data-testid":"row"},kM.map((function(e,n){var c=1===i&&1===n,u="auto";return c?u=o:0===n&&(u=r),ov.createElement("td",{"data-testid":c?"centeredCell":"cell",key:e,style:SD({width:u,height:c?a:"auto"},c?{}:s)},c?ov.createElement(wM,{style:{width:u,height:a}},t):null)})))}))))}EM.propTypes={children:Iv.node,x:Iv.string,y:Iv.string,width:Iv.string,height:Iv.string,className:Iv.string,surroundStyle:Iv.object},EM.defaultProps={children:null,x:"auto",y:"auto",width:"auto",height:"auto",className:"",surroundStyle:{}};var BM=Zb(EM)(vM||(vM=AD(["\n background: transparent;\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: ",";\n"])),1010);function SM(e){var t=e.className;return ov.createElement("svg",{className:t,width:"38px",height:"32px",viewBox:"0 0 24 21","data-testid":"camera-icon"},ov.createElement("title",null,"FA45C15C-1E21-4D7B-9585-07FB9F999CB8"),ov.createElement("desc",null,"Created with sketchtool."),ov.createElement("g",{id:"Web-demo",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},ov.createElement("g",{id:"step1",transform:"translate(-950.000000, -380.000000)",fill:"currentColor",fillRule:"nonzero"},ov.createElement("g",{id:"Group",transform:"translate(950.000000, 380.000000)"},ov.createElement("g",{id:"Group-2"},ov.createElement("g",{id:"camera"},ov.createElement("path",{d:"M21,3 L17,3 L15,0 L9,0 L7,3 L3,3 C1.34314575,3 0,4.34314575 0,6 L0,18 C0,19.6568542 1.34314575,21 3,21 L21,21 C22.6568542,21 24,19.6568542 24,18 L24,6 C24,4.34314575 22.6568542,3 21,3 Z M12,17 C9.23857625,17 7,14.7614237 7,12 C7,9.23857625 9.23857625,7 12,7 C14.7614237,7 17,9.23857625 17,12 C17,14.7614237 14.7614237,17 12,17 L12,17 Z",id:"Shape"})))))))}SM.propTypes={className:Iv.string},SM.defaultProps={className:""};var _M,AM=function(e){var t=Gg(e);return null!=e&&("object"==t||"function"==t)},TM="object"==Gg(RD)&&RD&&RD.Object===Object&&RD,IM="object"==("undefined"==typeof self?"undefined":Gg(self))&&self&&self.Object===Object&&self,xM=TM||IM||Function("return this")(),PM=function(){return xM.Date.now()},RM=xM.Symbol,NM=Object.prototype,OM=NM.hasOwnProperty,LM=NM.toString,DM=RM?RM.toStringTag:void 0,MM=Object.prototype.toString,UM=RM?RM.toStringTag:void 0,jM=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":UM&&UM in Object(e)?function(e){var t=OM.call(e,DM),r=e[DM];try{e[DM]=void 0;var n=!0}catch(e){}var o=LM.call(e);return n&&(t?e[DM]=r:delete e[DM]),o}(e):function(e){return MM.call(e)}(e)},FM=function(e){return null!=e&&"object"==Gg(e)},VM=function(e){return"symbol"==Gg(e)||FM(e)&&"[object Symbol]"==jM(e)},zM=/^\s+|\s+$/g,KM=/^[-+]0x[0-9a-f]+$/i,qM=/^0b[01]+$/i,HM=/^0o[0-7]+$/i,WM=parseInt,QM=function(e){if("number"==typeof e)return e;if(VM(e))return NaN;if(AM(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=AM(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(zM,"");var r=qM.test(e);return r||HM.test(e)?WM(e.slice(2),r?2:8):KM.test(e)?NaN:+e},GM=Math.max,XM=Math.min,YM=function(e,t,r){var n,o,a,i,s,c,u=0,l=!1,d=!1,f=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function p(t){var r=n,a=o;return n=o=void 0,u=t,i=e.apply(a,r)}function h(e){return u=e,s=setTimeout(m,t),l?p(e):i}function g(e){var r=e-c;return void 0===c||r>=t||r<0||d&&e-u>=a}function m(){var e=PM();if(g(e))return v(e);s=setTimeout(m,function(e){var r=t-(e-c);return d?XM(r,a-(e-u)):r}(e))}function v(e){return s=void 0,f&&n?p(e):(n=o=void 0,i)}function y(){var e=PM(),r=g(e);if(n=arguments,o=this,c=e,r){if(void 0===s)return h(c);if(d)return clearTimeout(s),s=setTimeout(m,t),p(c)}return void 0===s&&(s=setTimeout(m,t)),i}return t=QM(t)||0,AM(r)&&(l=!!r.leading,a=(d="maxWait"in r)?GM(QM(r.maxWait)||0,t):a,f="trailing"in r?!!r.trailing:f),y.cancel=function(){void 0!==s&&clearTimeout(s),u=0,n=c=o=s=void 0},y.flush=function(){return void 0===s?i:v(PM())},y},$M=function(e,t,r){var n=!0,o=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return AM(r)&&(n="leading"in r?!!r.leading:n,o="trailing"in r?!!r.trailing:o),YM(e,t,{leading:n,maxWait:t,trailing:o})},ZM=function(e){if(!AM(e))return!1;var t=jM(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},JM=xM["__core-js_shared__"],eU=(_M=/[^.]+$/.exec(JM&&JM.keys&&JM.keys.IE_PROTO||""))?"Symbol(src)_1."+_M:"",tU=Function.prototype.toString,rU=/^\[object .+?Constructor\]$/,nU=Function.prototype,oU=Object.prototype,aU=nU.toString,iU=oU.hasOwnProperty,sU=RegExp("^"+aU.call(iU).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),cU=function(e){return!(!AM(e)||function(e){return!!eU&&eU in e}(e))&&(ZM(e)?sU:rU).test(function(e){if(null!=e){try{return tU.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(e))},uU=function(e,t){var r=function(e,t){return null==e?void 0:e[t]}(e,t);return cU(r)?r:void 0},lU=function(){try{var e=uU(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),dU=function(e,t,r){"__proto__"==t&&lU?lU(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r},fU=function(e,t){return e===t||e!=e&&t!=t},pU=Object.prototype.hasOwnProperty,hU=function(e,t,r){var n=e[t];pU.call(e,t)&&fU(n,r)&&(void 0!==r||t in e)||dU(e,t,r)},gU=function(e,t,r,n){var o=!r;r||(r={});for(var a=-1,i=t.length;++a<i;){var s=t[a],c=n?n(r[s],e[s],s,r,e):void 0;void 0===c&&(c=e[s]),o?dU(r,s,c):hU(r,s,c)}return r},mU=function(e){return e},vU=function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)},yU=Math.max,bU=function(e){return function(){return e}},wU=lU?function(e,t){return lU(e,"toString",{configurable:!0,enumerable:!1,value:bU(t),writable:!0})}:mU,CU=Date.now,kU=function(e){var t=0,r=0;return function(){var n=CU(),o=16-(n-r);if(r=n,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(wU),EU=function(e,t){return kU(function(e,t,r){return t=yU(void 0===t?e.length-1:t,0),function(){for(var n=arguments,o=-1,a=yU(n.length-t,0),i=Array(a);++o<a;)i[o]=n[t+o];o=-1;for(var s=Array(t+1);++o<t;)s[o]=n[o];return s[t]=r(i),vU(e,this,s)}}(e,t,mU),e+"")},BU=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},SU=function(e){return null!=e&&BU(e.length)&&!ZM(e)},_U=/^(?:0|[1-9]\d*)$/,AU=function(e,t){var r=Gg(e);return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&_U.test(e))&&e>-1&&e%1==0&&e<t},TU=function(e,t,r){if(!AM(r))return!1;var n=Gg(t);return!!("number"==n?SU(r)&&AU(t,r.length):"string"==n&&t in r)&&fU(r[t],e)},IU=function(e){return EU((function(t,r){var n=-1,o=r.length,a=o>1?r[o-1]:void 0,i=o>2?r[2]:void 0;for(a=e.length>3&&"function"==typeof a?(o--,a):void 0,i&&TU(r[0],r[1],i)&&(a=o<3?void 0:a,o=1),t=Object(t);++n<o;){var s=r[n];s&&e(t,s,n,a)}return t}))},xU=function(e){return FM(e)&&"[object Arguments]"==jM(e)},PU=Object.prototype,RU=PU.hasOwnProperty,NU=PU.propertyIsEnumerable,OU=xU(function(){return arguments}())?xU:function(e){return FM(e)&&RU.call(e,"callee")&&!NU.call(e,"callee")},LU=Array.isArray,DU=function(){return!1},MU=OD((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r?xM.Buffer:void 0,a=(o?o.isBuffer:void 0)||DU;e.exports=a})),UU={};UU["[object Float32Array]"]=UU["[object Float64Array]"]=UU["[object Int8Array]"]=UU["[object Int16Array]"]=UU["[object Int32Array]"]=UU["[object Uint8Array]"]=UU["[object Uint8ClampedArray]"]=UU["[object Uint16Array]"]=UU["[object Uint32Array]"]=!0,UU["[object Arguments]"]=UU["[object Array]"]=UU["[object ArrayBuffer]"]=UU["[object Boolean]"]=UU["[object DataView]"]=UU["[object Date]"]=UU["[object Error]"]=UU["[object Function]"]=UU["[object Map]"]=UU["[object Number]"]=UU["[object Object]"]=UU["[object RegExp]"]=UU["[object Set]"]=UU["[object String]"]=UU["[object WeakMap]"]=!1;var jU=OD((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r&&TM.process,a=function(){try{return n&&n.require&&n.require("util").types||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a})),FU=jU&&jU.isTypedArray,VU=FU?function(e){return function(t){return e(t)}}(FU):function(e){return FM(e)&&BU(e.length)&&!!UU[jM(e)]},zU=Object.prototype.hasOwnProperty,KU=function(e,t){var r=LU(e),n=!r&&OU(e),o=!r&&!n&&MU(e),a=!r&&!n&&!o&&VU(e),i=r||n||o||a,s=i?function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}(e.length,String):[],c=s.length;for(var u in e)!t&&!zU.call(e,u)||i&&("length"==u||o&&("offset"==u||"parent"==u)||a&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||AU(u,c))||s.push(u);return s},qU=Object.prototype,HU=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||qU)},WU=Object.prototype.hasOwnProperty,QU=function(e){if(!AM(e))return function(e){var t=[];if(null!=e)for(var r in Object(e))t.push(r);return t}(e);var t=HU(e),r=[];for(var n in e)("constructor"!=n||!t&&WU.call(e,n))&&r.push(n);return r},GU=function(e){return SU(e)?KU(e,!0):QU(e)},XU=IU((function(e,t,r,n){gU(t,GU(t),e,n)})),YU=function(e,t){return function(r){return e(t(r))}},$U=YU(Object.getPrototypeOf,Object),ZU=Function.prototype,JU=Object.prototype,ej=ZU.toString,tj=JU.hasOwnProperty,rj=ej.call(Object),nj=function(e){if(!FM(e)||"[object Object]"!=jM(e))return!1;var t=$U(e);if(null===t)return!0;var r=tj.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&ej.call(r)==rj},oj=function(e){if(!FM(e))return!1;var t=jM(e);return"[object Error]"==t||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!nj(e)},aj=EU((function(e,t){try{return vU(e,void 0,t)}catch(e){return oj(e)?e:new Error(e)}})),ij=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o},sj=Object.prototype,cj=sj.hasOwnProperty,uj=function(e,t,r,n){return void 0===e||fU(e,sj[r])&&!cj.call(n,r)?t:e},lj={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},dj=function(e){return"\\"+lj[e]},fj=YU(Object.keys,Object),pj=Object.prototype.hasOwnProperty,hj=function(e){return SU(e)?KU(e):function(e){if(!HU(e))return fj(e);var t=[];for(var r in Object(e))pj.call(e,r)&&"constructor"!=r&&t.push(r);return t}(e)},gj=/<%=([\s\S]+?)%>/g,mj=function(e){return function(t){return null==e?void 0:e[t]}}({"&":"&","<":"<",">":">",'"':""","'":"'"}),vj=RM?RM.prototype:void 0,yj=vj?vj.toString:void 0,bj=function e(t){if("string"==typeof t)return t;if(LU(t))return ij(t,e)+"";if(VM(t))return yj?yj.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r},wj=function(e){return null==e?"":bj(e)},Cj=/[&<>"']/g,kj=RegExp(Cj.source),Ej={escape:/<%-([\s\S]+?)%>/g,evaluate:/<%([\s\S]+?)%>/g,interpolate:gj,variable:"",imports:{_:{escape:function(e){return(e=wj(e))&&kj.test(e)?e.replace(Cj,mj):e}}}},Bj=/\b__p \+= '';/g,Sj=/\b(__p \+=) '' \+/g,_j=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Aj=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Tj=/($^)/,Ij=/['\n\r\u2028\u2029\\]/g,xj=Object.prototype.hasOwnProperty,Pj=function(e,t,r){var n=Ej.imports._.templateSettings||Ej;r&&TU(e,t,r)&&(t=void 0),e=wj(e),t=XU({},t,n,uj);var o,a,i=XU({},t.imports,n.imports,uj),s=hj(i),c=function(e,t){return ij(t,(function(t){return e[t]}))}(i,s),u=0,l=t.interpolate||Tj,d="__p += '",f=RegExp((t.escape||Tj).source+"|"+l.source+"|"+(l===gj?Aj:Tj).source+"|"+(t.evaluate||Tj).source+"|$","g"),p=xj.call(t,"sourceURL")?"//# sourceURL="+(t.sourceURL+"").replace(/\s/g," ")+"\n":"";e.replace(f,(function(t,r,n,i,s,c){return n||(n=i),d+=e.slice(u,c).replace(Ij,dj),r&&(o=!0,d+="' +\n__e("+r+") +\n'"),s&&(a=!0,d+="';\n"+s+";\n__p += '"),n&&(d+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=c+t.length,t})),d+="';\n";var h=xj.call(t,"variable")&&t.variable;h||(d="with (obj) {\n"+d+"\n}\n"),d=(a?d.replace(Bj,""):d).replace(Sj,"$1").replace(_j,"$1;"),d="function("+(h||"obj")+") {\n"+(h?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var g=aj((function(){return Function(s,p+"return "+d).apply(void 0,c)}));if(g.source=d,oj(g))throw g;return g},Rj=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Nj=/^\w*$/,Oj=uU(Object,"create"),Lj=Object.prototype.hasOwnProperty,Dj=Object.prototype.hasOwnProperty;function Mj(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Mj.prototype.clear=function(){this.__data__=Oj?Oj(null):{},this.size=0},Mj.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Mj.prototype.get=function(e){var t=this.__data__;if(Oj){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return Lj.call(t,e)?t[e]:void 0},Mj.prototype.has=function(e){var t=this.__data__;return Oj?void 0!==t[e]:Dj.call(t,e)},Mj.prototype.set=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Oj&&void 0===t?"__lodash_hash_undefined__":t,this};var Uj=Mj,jj=function(e,t){for(var r=e.length;r--;)if(fU(e[r][0],t))return r;return-1},Fj=Array.prototype.splice;function Vj(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Vj.prototype.clear=function(){this.__data__=[],this.size=0},Vj.prototype.delete=function(e){var t=this.__data__,r=jj(t,e);return!(r<0||(r==t.length-1?t.pop():Fj.call(t,r,1),--this.size,0))},Vj.prototype.get=function(e){var t=this.__data__,r=jj(t,e);return r<0?void 0:t[r][1]},Vj.prototype.has=function(e){return jj(this.__data__,e)>-1},Vj.prototype.set=function(e,t){var r=this.__data__,n=jj(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this};var zj=Vj,Kj=uU(xM,"Map"),qj=function(e,t){var r=e.__data__;return function(e){var t=Gg(e);return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}(t)?r["string"==typeof t?"string":"hash"]:r.map};function Hj(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Hj.prototype.clear=function(){this.size=0,this.__data__={hash:new Uj,map:new(Kj||zj),string:new Uj}},Hj.prototype.delete=function(e){var t=qj(this,e).delete(e);return this.size-=t?1:0,t},Hj.prototype.get=function(e){return qj(this,e).get(e)},Hj.prototype.has=function(e){return qj(this,e).has(e)},Hj.prototype.set=function(e,t){var r=qj(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this};var Wj=Hj;function Qj(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var r=function r(){var n=arguments,o=t?t.apply(this,n):n[0],a=r.cache;if(a.has(o))return a.get(o);var i=e.apply(this,n);return r.cache=a.set(o,i)||a,i};return r.cache=new(Qj.Cache||Wj),r}Qj.Cache=Wj;var Gj=Qj,Xj=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Yj=/\\(\\)?/g,$j=function(e){var t=Gj((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(Xj,(function(e,r,n,o){t.push(n?o.replace(Yj,"$1"):r||e)})),t}),(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}(),Zj=function(e,t){return LU(e)?e:function(e,t){if(LU(e))return!1;var r=Gg(e);return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!VM(e))||Nj.test(e)||!Rj.test(e)||null!=t&&e in Object(t)}(e,t)?[e]:$j(wj(e))},Jj=function(e){if("string"==typeof e||VM(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t},eF=function(e,t,r){var n=null==e?void 0:function(e,t){for(var r=0,n=(t=Zj(t,e)).length;null!=e&&r<n;)e=e[Jj(t[r++])];return r&&r==n?e:void 0}(e,t);return void 0===n?r:n},tF=ZI.Errors;function rF(e){var t=e.livenessSettings,r=e.apiClient,n=e.apiCheck,o=e.onError,a=TD(ov.useState({face_tracking_setting:{enable:!1,web_terminate_threshold:.0030152991993743408,web_warning_threshold:.0017317430600108828,limit_for:"all_flow",max_warning_time:5},flow_interval_time_ms:3e3,limit_time_liveness_check:{enable:!1,limit_time_second:45},terminate_if_no_face:{enable:!1,max_invalid_frame:5,max_time_ms:1e3}}),2),i=a[0],s=a[1];return ov.useEffect((function(){t?s(SD({},t)):n&&r.clientSettings().then((function(e){if(e&&e.data){var t,r=eF(e,"data.settings.sdk_settings.server_log_settings.enable"),n=eF(e,"data.settings.sdk_settings.active_liveness_settings"),a=eF(n,"save_encoded_frames",{});a.enable&&(t={enable:!0,framesIntervalTime:a.frames_interval_ms,framesBatchLength:a.frames_batch_len}),s(SD(SD({},n),{},{enableTracking:r,captureFrameSettings:t}))}e&&e.errors&&o(tF.server_error)})).catch((function(e){o(e)}))}),[t,r,o,n]),i}var nF=function(e){var t=e.curStep,r=e.faceDirection,n=eF(t,"stepTimeConstraints.delayTime");return!!n&&(null===t.firstFrameSpottedAt?(t.name===r&&(t.firstFrameSpottedAt=(new Date).getTime()),!0):(new Date).getTime()-t.firstFrameSpottedAt<n)},oF=function(e){var t=function(e){return e?1/0===(e=QM(e))||-1/0===e?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}(e),r=t%1;return t==t?r?t-r:t:0},aF=function(e){return function(e,t){var r;if("function"!=typeof t)throw new TypeError("Expected a function");return e=oF(e),function(){return--e>0&&(r=t.apply(this,arguments)),e<=1&&(t=void 0),r}}(2,e)};function iF(){return(iF=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=a.length>0&&void 0!==a[0]?a[0]:{},r=t.blazefaceModelUrl,n=t.tfScriptUrls,e.next=3,dD.loadTensorFlow(n);case 3:return e.next=5,dD.initTensorFlow({preferredBackends:["wasm","webgl","cpu"]});case 5:return e.next=7,dD.loadBlazefaceModel({modelUrl:r});case 7:return o=e.sent,e.abrupt("return",{blazefaceModel:o});case 9:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var sF,cF,uF,lF,dF,fF,pF,hF=aF((function(){return iF.apply(this,arguments)})),gF=[],mF=function(){gF=[]},vF=function(e,t,r){r&&mF(),gF.push({id:null});var n=gF.length-1;t.httpClient.post("/v1/files",{frames:e,metadata:JSON.stringify({type:"selfie"})}).then((function(e){e&&e.data&&e.data.file_id?gF[n].id=e.data.file_id:gF[n].id=-1}))},yF=function(){return new Promise((function(e){var t=setInterval((function(){gF.every((function(e){return e.id}))&&(e(),clearInterval(t))}),200)}))},bF=function(e){return e.enable?gF.some((function(e){return-1===e.id}))?null:gF:[]},wF=AO.faceTracker(),CF=ZI.Mode,kF=ZI.FaceDirection,EF=ZI.Errors,BF=ZI.Messages;function SF(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=t.apiCheck,n=t.mode,o=t.bgCameraMask,a=t.bgCameraMaskRed,i=t.surroundStyle,s=t.cropAreaDimension,c=t.customInstructions,u=t.customIcon,l=t.customDirectionIcon,d=t.customStepTimeConstraints,f=void 0===d?(kD(e={},ZI.FaceDirection.UP,{delayTime:0}),kD(e,ZI.FaceDirection.LEFT,{delayTime:0}),kD(e,ZI.FaceDirection.RIGHT,{delayTime:0}),kD(e,ZI.FaceDirection.FRONTAL,{delayTime:2e3}),e):d,p=t.onLivenessDetectionDone,h=t.onError,g=t.frontalMinSize,m=t.waitingTimeToGetBetterFrames,v=void 0===m?500:m,y=t.captureFrameSettings,b=void 0===y?{enable:!1,framesIntervalTime:180,framesBatchLength:0}:y,w=t.livenessSettings,C=t.setRemainingTime,k=void 0===C?function(){}:C,E=t.onProcessing,B=void 0===E?function(){}:E,S=t.customErrors,_=t.customMessages,A=t.apiCredentials,T=void 0===A?{}:A,I=t.onFramesCaptured,x=void 0===I?function(){}:I,P=t.initFirstGestureTimeout,R=void 0===P?2e3:P,N=t.outputEncryptionSettings,O=t.cameraScale,L=void 0===O?1:O,D=t.passiveModeAuto,M=void 0!==D&&D,U=ov.useState(!1),j=TD(U,2),F=j[0],V=j[1],z=ov.useState(!1),K=TD(z,2),q=K[0],H=K[1],W=ov.useState(!1),Q=TD(W,2),G=Q[0],X=Q[1],Y=ov.useRef(null),$=nN.useSDKSettings(),Z=$.lang,J=$.assetRoot,ee=$.customUrls,te=KL.useApiClient({apiCredentials:T}),re=te.apiClient,ne=n===CF.ACTIVE,oe=ov.useReducer((function(e){return e+1}),0),ae=TD(oe,2),ie=(ae[0],ae[1]),se=ov.useRef(null),ce=ov.useRef(!1),ue=ov.useState(!1),le=TD(ue,2),de=le[0],fe=le[1],pe=ov.useRef({}),he=LN.useSDKTracking(),ge=he.sendEvent,me=ov.useRef(null);null===me.current&&(me.current=AO.initFaceVerificationData({assetRoot:J,customInstructions:c,customIcon:u,customDirectionIcon:l,customStepTimeConstraints:f}));var ve=ov.useState(),ye=TD(ve,2),be=ye[0],we=ye[1],Ce=ov.useMemo((function(){return $M(we,500)}),[we]),ke=ov.useRef([]),Ee=ov.useRef(),Be=ov.useRef(),Se=rF({livenessSettings:w,apiClient:re,apiCheck:r,onError:h}),_e=Se.face_tracking_setting,Ae=Se.flow_interval_time_ms,Te=Se.limit_time_liveness_check,Ie=Se.terminate_if_no_face,xe=Se.captureFrameSettings,Pe=void 0===xe?b:xe,Re=Se.enableTracking,Ne=ov.useMemo((function(){return $M((function(e){r&&!Re||ge(e)}),2e3)}),[r,Re,ge]),Oe=ov.useRef(0),Le=ov.useRef();ov.useEffect((function(){Ne({tag:"selfie",event:"user_activity.start",log:{}})}),[Ne]),ov.useEffect((function(){var e=!1;function t(){return(t=CD(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(de){t.next=11;break}return Be.current=performance.now(),t.next=4,hF(ee);case 4:if(pe.current=t.sent,!e){t.next=7;break}return t.abrupt("return");case 7:fe(!0),Ne({tag:"selfie",event:"user_activity.show",log:{}}),Ne({tag:"selfie",event:"sdk.load_model",log:{status:"success",time_in_ms:performance.now()-Be.current}}),Be.current=null;case 11:case"end":return t.stop()}}),t)})))).apply(this,arguments)}return function(){t.apply(this,arguments)}(),function(){e=!0}}),[de,ee,Ne]);var De=ov.useCallback((function(){k(""),me.current.curStepIndex=me.current.steps.length,H(!1),setTimeout((function(){me.current=AO.initFaceVerificationData({assetRoot:J,customInstructions:c,customIcon:u,customDirectionIcon:l}),Ee.current=Date.now(),Oe.current=0,Le.current=null,ke.current=[],X(!1),mF(),ie()}),Ae)}),[J,c,u,l,Ae,k]),Me=ov.useRef(null),Ue=ov.useMemo((function(){return SD(SD({},EF),S)}),[S]),je=ov.useMemo((function(){return SD(SD({},BF),_)}),[_]),Fe=400;ov.useEffect((function(){if(F&&Te.enable&&G){Ee.current=Date.now();var e=Te.limit_time_second+1,t=Te.remain_time_show||10,r=Te.format||"s";Me.current=setInterval((function(){var n=Math.round((1e3*e-(Date.now()-Ee.current))/1e3);if(me.current.curStepIndex<me.current.steps.length){if(n<=t&&n>=1){var o=Pj(je.REMAIN_TIME[Z]),a=n;switch(r){case"mm:ss":a=n.toString().padStart(5,"00:00");break;case"ss":a=n.toString().padStart(2,"0")}k(o({x:a}))}if(Math.round((Date.now()-Ee.current)/1e3)===e){var i,s={};Object.keys(null===(i=Ue.liveness_terminated_time_out)||void 0===i?void 0:i.msg).forEach((function(e){var t,r=Pj(null===(t=Ue.liveness_terminated_time_out)||void 0===t?void 0:t.msg[e]);s[e]=r({x:Te.limit_time_second})})),we(SD(SD({},Ue.liveness_terminated_time_out),{},{msg:s,duration:Ae})),Ne({tag:"selfie",event:"sdk_ui.show_alert",log:{alert:"liveness_terminated_time_out,"}}),De()}}}),1e3)}return function(){clearInterval(Me.current)}}),[De,k,F,Z,Ae,Te.enable,Te.limit_time_second,G,Ue.liveness_terminated_time_out,je.REMAIN_TIME,Te.format,Te.remain_time_show,Ne]);var Ve=ov.useCallback((function(e){var t,r,n=e.clientWidth,a=e.clientHeight,c=e.videoAreaWidth,u=e.videoAreaHeight,l=e.lostX,d=e.lostY;GD.isMobile?r=t=c:t=r=u-200;var f=Math.floor((c-t)/2)+l,p=5+d,h=o;se.current={x:f,y:p,width:t,height:r,image:h,surroundStyle:i},"object"===bD(s)?se.current=SD(SD({},se.current),s):"function"==typeof s&&(se.current=SD(SD({},se.current),s({clientWidth:n,clientHeight:a,videoAreaWidth:c,videoAreaHeight:u,lostX:l,lostY:d,isMobile:GD.isMobile,width:t,height:r}))),ie(),V(!0)}),[o,i,s]),ze=ov.useState(3),Ke=TD(ze,2),qe=Ke[0],He=Ke[1],We=ov.useState(!1),Qe=TD(We,2),Ge=Qe[0],Xe=Qe[1],Ye=ov.useRef(!1),$e=ov.useCallback((function(e){Xe(e),Ye.current=e}),[]),Ze=ov.useRef(null),Je=ov.useRef([]),et=ov.useCallback((function(){He(3),clearInterval(Ze.current),$e(!0);var e=function(){var e=CD(regeneratorRuntime.mark((function e(t){var n,o,a,i,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t-1!=0){e.next=9;break}return clearInterval(Ze.current),n=Je.current,B(),o=n.map((function(e){return IL.resizeBlobImg(e.blob,Fe,Fe)})),e.next=7,Promise.all(o);case 7:a=e.sent,r?(i=ID(ke.current),s=n.map((function(e,t){return re.uploadImage({file:a[t],label:"portrait",metadata:JSON.stringify({gesture_score:e.leftRightScore,gesture:kF.FRONTAL})})})),Promise.all(s).then((function(e){return re.verifyFaceLiveness({images:e.map((function(e){return{id:e.data.image_id}})),videos:[{frames:i}]})})).then((function(e){p({apiCheckPassed:e.data.is_live,verifyFaceLivenessResult:e.data})})).catch((function(e){h({error:e})}))):p({frontalFaces:a,capturedFrames:ke.current});case 9:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();Ze.current=setInterval((function(){He((function(t){return e(t),t-1}))}),1e3)}),[$e,r,p,re,h,B]);ov.useEffect((function(){be&&(clearInterval(Ze.current),$e(!1),Je.current=[])}),[be,$e]),ov.useEffect((function(){var e,t=Y.current,n=function(){var e=CD(regeneratorRuntime.mark((function e(){var t,r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=me.current.steps,r=[],t.forEach((function(e){var t=e.name,n=e.image,o=e.frontalFaceImage;if(t!==kF.FRONTAL){var a={label:"portrait",metadata:JSON.stringify({gesture_score:n.leftRightScore,gesture:t})};N&&N.key?r.push(re.httpClient.post("/v1/images",SD({base64:n.encrypted.hex},a),{"X-TV-Key":N.key})):r.push(re.uploadImage(SD({file:n.blob},a)))}else r.push(Promise.resolve({data:{image_id:null}}));if(o.blob){var i={label:"portrait",metadata:JSON.stringify({gesture_score:o.leftRightScore,gesture:kF.FRONTAL})};N&&N.key?r.push(re.httpClient.post("/v1/images",SD({base64:o.encrypted.hex},i),{"X-TV-Key":N.key})):r.push(re.uploadImage(SD({file:o.blob},i)))}else r.push(Promise.resolve({data:{image_id:null}}))})),e.next=5,Promise.all(r);case 5:n=e.sent,t.forEach((function(e,t){e.image.imageId=n[2*t].data.image_id,e.frontalFaceImage.imageId=n[2*t+1].data.image_id}));case 7:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),i=function(){var e=CD(regeneratorRuntime.mark((function e(){var t,r,o,a,i,s,c,u,l,d;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,n();case 3:if(t=me.current.steps,0!==(r=t.filter((function(e){return e.frontalFaceImage.imageId}))).length){e.next=9;break}p({error:"wrong_face_movement"}),e.next=26;break;case 9:return e.next=11,yF();case 11:if(o=bF(Pe)){e.next=16;break}p({error:"network_error"}),e.next=26;break;case 16:return a=re.verifyFaceLiveness({images:r.map((function(e){return{id:e.frontalFaceImage.imageId}})),gesture_images:t.filter((function(e){return e.image.imageId&&e.name!==kF.FRONTAL})).map((function(e){return{gesture:e.name,images:[{id:e.image.imageId}]}})),videos:o}),i=re.requestVerifyPortrait({image:{id:r[r.length-1].frontalFaceImage.imageId}}),e.next=20,Promise.all([a,i]);case 20:s=e.sent,c=TD(s,2),u=c[0],l=c[1],d=!0===u.data.is_live,p({apiCheckPassed:d,verifyFaceLivenessResult:u.data,verifyFacePortraitResult:l.data,frontalFaces:r.map((function(e){return{id:e.frontalFaceImage.imageId,blob:e.frontalFaceImage.blob}})),steps:t.filter((function(e){return e.image.imageId&&e.name!==kF.FRONTAL})).map((function(e){var t=e.name,r=e.image;return{name:t,blob:r.blob,id:r.imageId}}))});case 26:e.next=31;break;case 28:e.prev=28,e.t0=e.catch(0),h({error:e.t0});case 31:case"end":return e.stop()}}),e,null,[[0,28]])})));return function(){return e.apply(this,arguments)}}(),s=function(){var e=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=me.current.steps,r=[],t.map((function(e){return r.push({name:e.name,blob:e.image.blob}),e.frontalFaceImage.blob&&r.push({name:e.name,blob:e.frontalFaceImage.blob}),0})),n=r.map((function(e){return IL.resizeBlobImg(e.blob,Fe,Fe)})),e.next=6,Promise.all(n);case 6:return o=e.sent,a=r.map((function(e,t){return{name:e.name,blob:o[t]}})),e.next=10,Promise.all(t.map(function(){var e=CD(regeneratorRuntime.mark((function e(r,n){var o,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=a.filter((function(e){return e.name===r.name})),t[n].image.blob=o[0].blob,r.frontalFaceImage.blob&&(t[n].frontalFaceImage.blob=o[1].blob),!N||!N.key){e.next=12;break}return i=N.key,e.next=7,gD.encrypt({blob:o[0].blob,key:i});case 7:if(t[n].image.encrypted=e.sent,!r.frontalFaceImage.blob){e.next=12;break}return e.next=11,gD.encrypt({blob:o[1].blob,key:i});case 11:t[n].frontalFaceImage.encrypted=e.sent;case 12:return e.abrupt("return",0);case 13:case"end":return e.stop()}}),e)})));return function(t,r){return e.apply(this,arguments)}}()));case 10:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),c=function(){var e=CD(regeneratorRuntime.mark((function e(){var t,n,o,a,c,u,l,d,f,h,m,v;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=me.current.steps,n=t[me.current.curStepIndex],Ne({tag:"selfie",event:"user_activity.".concat(n.name),log:{time_capture_in_seconds:((performance.now()-Be.current)/1e3).toFixed(1)}}),me.current.curStepIndex++,Be.current=performance.now(),_e.enable&&"each_gesture"===_e.limit_for&&(Oe.current=0),me.current.curStepIndex!==t.length){e.next=36;break}if(Te.enable&&k(""),!p){e.next=36;break}return Pe.enable&&Pe.framesBatchLength>0&&ke.current.length%Pe.framesBatchLength>0&&(x(ke.current.slice(ke.current.length%Pe.framesBatchLength*-1).map((function(e){return{base64:e.base64,label:e.label,index:e.index}}))),r&&vF(ke.current.slice(ke.current.length%Pe.framesBatchLength*-1),re)),Ne({tag:"selfie",event:"user_activity",log:{time_capture_in_seconds:((Date.now()-Ee.current)/1e3).toFixed(1)}}),B(),e.next=14,s();case 14:if(r){e.next=34;break}if(l=t.filter((function(e){return e.name!==kF.FRONTAL})).map((function(e){return{name:e.name,image:{blob:e.image.blob,encrypted:e.image.encrypted}}})),d=t.filter((function(e){return e.name!==kF.FRONTAL})).map((function(e){return e.frontalFaceImage.blob})).filter((function(e){return null!==e})),f=t.filter((function(e){return e.name!==kF.FRONTAL})).map((function(e){return e.frontalFaceImage.encrypted})).filter((function(e){return e&&e.hex})),h=null===(o=t.find((function(e){return e.name===kF.FRONTAL})))||void 0===o||null===(a=o.image)||void 0===a?void 0:a.blob,m=null===(c=t.find((function(e){return e.name===kF.FRONTAL})))||void 0===c||null===(u=c.image)||void 0===u?void 0:u.encrypted,!h||!g){e.next=26;break}return e.next=23,IL.scaleImage(h,{minSize:g});case 23:e.t0=e.sent,e.next=27;break;case 26:e.t0=null;case 27:v=e.t0,h&&d.push(h),m&&f.push(m),Ne({tag:"result",event:"sdk_mode.liveness",log:{result_object:{steps:l,frontalFaces:d,frontalScaledImage:v}}}),p({steps:l,frontalFaces:d,frontalFacesEncrypted:f,frontalScaledImage:v,capturedFrames:ke.current}),e.next=36;break;case 34:return e.next=36,i();case 36:ie();case 37:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),u=YM((function(){var e=me.current,t=e.curStepIndex,r=e.steps,n=r[t],o=null!==(null==n?void 0:n.image.blob),a=null!==(null==n?void 0:n.frontalFaceImage.blob),i=r.filter((function(e){return e.frontalFaceImage.blob})).length,s=!1;return o&&(a||![1].includes(t)||i>=1)?(ce.current=!1,c(),s=!0):ce.current=!(!o||a),H(!1),s}),v);function l(e,t,r,n){return d.apply(this,arguments)}function d(){return(d=CD(regeneratorRuntime.mark((function e(t,r,n,o){var a,i,s,l,d,f;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=me.current,i=a.curStepIndex,s=a.steps,!(i<s.length)){e.next=24;break}if(l=s[i],!nF({faceDirection:t,curStep:l})){e.next=5;break}return e.abrupt("return");case 5:if(t!==kF.FRONTAL||null!==l.frontalFaceImage.blurScore&&!lO.hasBetterBlurScore(n,l.frontalFaceImage.blurScore)){e.next=13;break}return l.frontalFaceImage.blurScore=n,e.next=9,fO.takePicture({canvas:r});case 9:d=e.sent,l.frontalFaceImage.blob=d,l.frontalFaceImage.leftRightScore=o,ce.current&&(ce.current=!1,c());case 13:if(l.name!==t||null!==l.image.blurScore&&!lO.hasBetterBlurScore(n,l.image.blurScore)){e.next=24;break}return H(!0),l.image.blurScore=n,e.next=18,fO.takePicture({canvas:r});case 18:f=e.sent,l.image.blob=f,l.image.leftRightScore=o,l.image.objUrl&&URL.revokeObjectURL(l.image.objUrl),l.image.objUrl=URL.createObjectURL(f),u();case 24:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function f(e,t,r){return m.apply(this,arguments)}function m(){return(m=CD(regeneratorRuntime.mark((function e(t,r,n){var o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(!0===Ye.current&&t===kF.FRONTAL&&Je.current.length<3)){e.next=5;break}return e.next=3,fO.takePicture({canvas:r});case 3:o=e.sent,Je.current.push({blob:o,leftRightScore:n});case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function y(e,t,n,o){if(ke.current.length&&Date.now()-ke.current[ke.current.length-1].time<Pe.framesIntervalTime)return null;if(Pe.enable&&!o){var a=e.topLeft,i=e.bottomRight,s=[].concat(ID(a),ID(i)),c=[];[a,i].forEach((function(e){c=[].concat(ID(c),[e[0]/PO.SIZE*t.width,e[1]/PO.SIZE*t.height])}));var u=wF(e,0===ke.current.length),l=u.score,d=u.time,f=t.toDataURL("image/jpeg",.8);return ke.current.push({label:"portrait",base64:f.split(",")[1],landmarks:n,original_landmarks:n.map((function(e){return[e[0]/PO.SIZE*t.width,e[1]/PO.SIZE*t.height]})),score:l,time:d,index:ke.current.length,bbox:s,original_bbox:c}),Pe.framesBatchLength>0&&ke.current.length%Pe.framesBatchLength==0&&x&&(x(ke.current.slice(-Pe.framesBatchLength).map((function(e){return{base64:e.base64,label:e.label,index:e.index}}))),r&&vF(ke.current.slice(-Pe.framesBatchLength),re,ke.current.length===Pe.framesBatchLength)),l}return null}function b(e){if(!_e.enable||null===e||!G)return!0;var t=_e.web_warning_threshold,r=_e.web_terminate_threshold,n=_e.max_warning_time;return e<t||(e<r&&Oe.current<n?(Oe.current++,Oe.current===n?(we(SD(SD({},Ue.liveness_terminated_face_tracking),{},{duration:Ae})),Ne({tag:"selfie",event:"sdk_ui.show_alert",log:{alert:"liveness_terminated_face_tracking"}})):we(SD(SD({},Ue.liveness_too_fast),{},{duration:1500})),!0):(we(SD(SD({},Ue.liveness_terminated),{},{duration:Ae})),Ne({tag:"selfie",event:"sdk_ui.show_alert",log:{alert:"liveness_terminated"}}),De(),!1))}function w(e){if(Ie.enable&&G){var t=Ie.max_time_ms;Le.current&&e||(Le.current={time:Date.now(),frame:0}),e&&Le.current.frame++;var r=Le.current.time;e&&Date.now()-r>=t&&(we(SD(SD({},Ue.liveness_terminated_no_face),{},{duration:Ae})),Ne({tag:"selfie",event:"sdk_ui.show_alert",log:{alert:"liveness_terminated_no_face"}}),De())}}function C(e,t){return E.apply(this,arguments)}function E(){return(E=CD(regeneratorRuntime.mark((function r(n,i){var s,c,u,d,p,h,g,m,v,k,E,B,S,_,A,T,I,x,P,R,N;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(0!==(null==i?void 0:i.width)&&0!==(null==i?void 0:i.height)){r.next=2;break}return r.abrupt("return");case 2:return s=n.cropX,c=n.cropY,u=n.cropWidth,d=n.cropHeight,i.getContext("2d").drawImage(t,s,c,u,d,-(u*L-u)/2/L,-(d*L-d)/2/L,u,d),p=pe.current.blazefaceModel,r.next=8,lO.calculateBlurScore(i);case 8:return h=r.sent,r.next=11,PO.getModelPredictions({model:p,sCanvas:i});case 11:return g=r.sent,r.next=14,AO.validatePredictions({predictions:g,width:PO.SIZE,height:PO.SIZE});case 14:if(m=r.sent,v=m.error,k=m.fullFace,se.current.image=o,B=null,S=null,_=null,A=me.current,T=A.curStepIndex,I=A.steps,!k){r.next=29;break}return x=I[T],_=k.landmarks,r.next=27,AO.calculateFaceDirection({landmarks:_,getPerfectFrontal:x&&x.name===kF.FRONTAL});case 27:(P=r.sent)&&(B=P.gesture,S=P.leftRightScore);case 29:if(R="no_face"===(null==v?void 0:v.code)||"partial_face"===(null==v?void 0:v.code),N=T<I.length,w(R&&N),null!=v&&v.code&&Ne({tag:"selfie",event:"sdk_ui.show_alert",log:{alert:v.code}}),v&&("face_too_small"!==v.code||![kF.DOWN,kF.UP,kF.LEFT,kF.RIGHT].includes(B))){r.next=54;break}if(ne||y(g[0],i,_),!ne){r.next=43;break}if(G||(X(!0),Be.current=performance.now(),Ee.current=Date.now()),!b(y(g[0],i,_,T>=I.length))){r.next=41;break}return r.next=41,l(B,i,h,S);case 41:r.next=52;break;case 43:if(![kF.LEFT,kF.RIGHT].includes(B)){r.next=48;break}E=Ue.not_frontal_face,se.current.image=a,r.next=52;break;case 48:if(v){r.next=52;break}return M&&!Ye.current&&0===Je.current.length&&setTimeout((function(){et()}),500),r.next=52,f(B,i,S);case 52:r.next=55;break;case 54:T<I.length&&(E=Ue[v.code],se.current.image=a);case 55:Ce(E),-1!==e&&(e=requestAnimationFrame((function(){return C(n,i)})));case 57:case"end":return r.stop()}}),r)})))).apply(this,arguments)}function S(){return(S=CD(regeneratorRuntime.mark((function e(){var r,n,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=fO.analyzeVideoAndWindowSizes(t,se.current),n=r.cropWidth,o=r.cropHeight,(a=document.createElement("canvas")).width=n,a.height=o,(i=a.getContext("2d")).translate(n,0),i.scale(-1*L,1*L),C(r,a);case 9:case"end":return e.stop()}}),e)})))).apply(this,arguments)}return F&&de&&setTimeout((function(){!function(){S.apply(this,arguments)}()}),R),function(){cancelAnimationFrame(e),e=-1}}),[R,F,Z,ne,re,r,o,a,p,h,g,v,Pe,B,_e,Te.enable,k,Ce,Ae,De,Ie,G,Ue,de,Ne,x,N,L,et,M]);var tt=me.current,rt=tt.curStepIndex,nt=tt.steps,ot=ov.useMemo((function(){return nt.find((function(e){return e.name===ZI.FaceDirection.FRONTAL}))}),[nt]),at=ce.current?ot:nt[rt],it=at&&G?at.instructions[Z]:null,st=at&&G?at.directionIcon:"",ct=at?at.directionIconAnimation:"";return{countdownToTakePicture:qe,cropArea:se,curStepIndex:rt,directionIcon:st,directionIconAnimation:ct,faceDetectionError:be,handleTriggerPassiveMode:et,handleVideoPlayed:Ve,instructions:it,isActiveMode:ne,refVideo:Y,showCountdown:Ge,steps:nt,videoPlayed:F,activeCapturing:q,isFirstValidFrameFound:G,warmupDone:de}}var _F=(kD(sF={},ZI.FaceDirection.LEFT,90),kD(sF,ZI.FaceDirection.RIGHT,270),kD(sF,ZI.FaceDirection.UP,180),kD(sF,ZI.FaceDirection.DOWN,0),sF),AF=tw(["0%{opacity:0.15;}50%{opacity:0.3;}100%{opacity:1;}"]),TF=Zb.div(cF||(cF=AD(["\n width: 200px;\n height: 200px;\n position: relative;\n transform: scale(0.48);\n\n .top,\n .right,\n .bottom,\n .left {\n position: absolute;\n }\n\n .top {\n top: 0;\n left: 50%;\n transform: rotate(","deg) translateX(-50%);\n }\n\n .right {\n right: 0;\n top: 50%;\n transform: rotate(","deg) translateX(-50%);\n }\n\n .bottom {\n bottom: 0;\n left: 50%;\n transform: rotate(","deg) translateX(50%);\n }\n\n .left {\n left: 0;\n top: 50%;\n transform: rotate(","deg) translateX(50%);\n }\n"])),_F[ZI.FaceDirection.DOWN],_F[ZI.FaceDirection.LEFT],_F[ZI.FaceDirection.UP],_F[ZI.FaceDirection.RIGHT]),IF=Zb.div(uF||(uF=AD(["\n width: 70px;\n transform: rotate(","deg);\n"])),(function(e){var t,r=e.direction;return null!==(t=_F[r])&&void 0!==t?t:0})),xF=Zb.span(lF||(lF=AD(["\n display: flex;\n margin: 4px 0;\n width: 100%;\n height: 15px;\n animation: "," 1s infinite;\n animation-direction: alternate;\n\n &::before,\n &::after {\n content: '';\n height: 100%;\n width: 50%;\n background: rgba(255, 255, 255, 0.8);\n }\n\n &::before {\n transform: skewY(32deg);\n }\n\n &::after {\n width: 50%;\n transform: skewY(-32deg);\n }\n"])),AF),PF=Zb(xF)(dF||(dF=AD(["\n animation-delay: 0s;\n"]))),RF=Zb(xF)(fF||(fF=AD(["\n animation-delay: 0.5s;\n"]))),NF=Zb(xF)(pF||(pF=AD(["\n animation-delay: 1s;\n"])));function OF(e){var t=e.type;return t!==ZI.FaceDirection.FRONTAL?ov.createElement(IF,{direction:t},ov.createElement(PF,null),ov.createElement(RF,null),ov.createElement(NF,null)):ov.createElement(TF,null,ov.createElement(IF,{className:"top"},ov.createElement(PF,null),ov.createElement(RF,null),ov.createElement(NF,null)),ov.createElement(IF,{className:"right"},ov.createElement(PF,null),ov.createElement(RF,null),ov.createElement(NF,null)),ov.createElement(IF,{className:"bottom"},ov.createElement(PF,null),ov.createElement(RF,null),ov.createElement(NF,null)),ov.createElement(IF,{className:"left"},ov.createElement(PF,null),ov.createElement(RF,null),ov.createElement(NF,null)))}OF.propTypes={type:Iv.oneOf([ZI.FaceDirection.LEFT,ZI.FaceDirection.RIGHT,ZI.FaceDirection.UP,ZI.FaceDirection.FRONTAL])},OF.defaultProps={type:ZI.FaceDirection.LEFT};var LF,DF=ZI.ErrorDuration;function MF(e){var t=e.children,r=e.errorMsg,n=e.className;return ov.isValidElement(t)?r?ov.createElement("div",{className:n},ov.cloneElement(t,{errorMsg:r})):null:r?ov.createElement("div",{className:n},r):null}function UF(e){var t=e.children,r=e.className,n=e.error,o=ov.useRef(0),a=ov.useRef(""),i=nN.useSDKSettings().lang,s=ov.useRef(DF.SHORT),c=n||{},u=c.msg,l=c.duration,d=void 0===l?DF.SHORT:l,f=null==u?void 0:u[i];return Date.now()-o.current>=s.current?(o.current=Date.now(),s.current=d,a.current=f,MF({children:t,errorMsg:f,className:r})):MF({children:t,errorMsg:a.current,className:r})}UF.propTypes={children:Iv.node,className:Iv.string},UF.defaultProps={className:""};var jF=Zb.circle(LF||(LF=AD(["\n transition: stroke-dashoffset 0.4s;\n transform: rotate(-90deg);\n transform-origin: 50% 50%;\n"])));function FF(e){var t=e.className,r=e.style,n=e.radius,o=e.strokeWidth,a=e.progress,i=e.hasError,s=e.activeColor,c=e.innerPadding,u=e.outsideRingColor,l=e.outsideRingOpacity,d=e.insideRingColor,f=e.insideRingWidth,p=e.insideRingStrokeDash,h=e.errorRingWidth,g=e.errorRingColor,m=e.dashedRingColor,v=e.dashedRingOpacity,y=e.dashedRingWidth,b=e.dashedRingLineThick,w=e.dashedRingLineSpacing,C=e.dashedInsideRingColor,k=e.dashedInsideRingWidth,E=e.showOutsideRing,B=e.showInsideRing,S=e.showDashedRing,_=2*n,A=2*n,T=n-2*o,I=2*Math.PI*T,x=I-a/100*I,P=T-y/2-o/2-c,R=2*Math.PI*P,N=R-a/100*R,O=P-k/2-y/2,L=2*Math.PI*O,D=L-a/100*L,M=O-f/2-k/2,U=O-h/2-k/2;return ov.createElement("svg",{className:t,style:r,width:_,height:A,viewBox:"0 0 ".concat(_," ").concat(A),fill:"none",xmlns:"http://www.w3.org/2000/svg"},E?ov.createElement(ov.Fragment,null,ov.createElement("circle",{"data-testid":"outsideRing",opacity:l,cx:n,cy:n,r:T,stroke:u}),ov.createElement(jF,{"data-testid":"outsideAnimateRing",cx:n,cy:n,r:T,stroke:s,strokeWidth:o,strokeLinecap:"round",strokeDasharray:"".concat(I," ").concat(I),style:{strokeDashoffset:x}})):null,S?ov.createElement(ov.Fragment,null,ov.createElement("circle",{"data-testid":"dashedRing",opacity:v,cx:n,cy:n,r:P,stroke:m,strokeWidth:y,strokeDasharray:"".concat(b," ").concat(w)}),ov.createElement("mask",{id:"mask0","mask-type":"alpha",maskUnits:"userSpaceOnUse"},ov.createElement("circle",{cx:n,cy:n,r:P,stroke:s,strokeWidth:y,strokeDasharray:"".concat(b," ").concat(w)})),ov.createElement("g",{mask:"url(#mask0)"},ov.createElement(jF,{"data-testid":"dashedAnimateRing",cx:n,cy:n,r:P,stroke:s,strokeWidth:y,strokeDasharray:"".concat(R," ").concat(R),style:{strokeDashoffset:N}})),ov.createElement("circle",{"data-testid":"dashedInsideRing",opacity:v,cx:n,cy:n,r:O,stroke:C,strokeWidth:k}),ov.createElement(jF,{"data-testid":"dashedInsideAnimateRing",cx:n,cy:n,r:O,stroke:s,strokeWidth:k,strokeLinecap:"round",strokeDasharray:"".concat(L," ").concat(L),style:{strokeDashoffset:D}})):null,B?ov.createElement("circle",{"data-testid":"insideRing",strokeDasharray:p,cx:n,cy:n,r:M,stroke:d,strokeWidth:f}):null,i?ov.createElement("circle",{"data-testid":"errorRing",strokeDasharray:p,cx:n,cy:n,r:U,stroke:g,strokeWidth:h}):null)}function VF(e){var t=e.className;return ov.createElement("svg",{className:t,width:"320",height:"320",viewBox:"0 0 320 320",fill:"none",xmlns:"http://www.w3.org/2000/svg"},ov.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M320 0H0V320H320V0ZM160 296C235.111 296 296 235.111 296 160C296 84.8893 235.111 24 160 24C84.8893 24 24 84.8893 24 160C24 235.111 84.8893 296 160 296Z",fill:"currentColor"}))}function zF(){return(zF=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}FF.propTypes={className:Iv.string,style:Iv.shape({}),radius:Iv.number,strokeWidth:Iv.number,progress:Iv.number,hasError:Iv.bool,activeColor:Iv.string,innerPadding:Iv.number,outsideRingColor:Iv.string,outsideRingOpacity:Iv.number,insideRingColor:Iv.string,insideRingWidth:Iv.number,insideRingStrokeDash:Iv.string,errorRingColor:Iv.string,errorRingWidth:Iv.number,dashedRingColor:Iv.string,dashedRingOpacity:Iv.number,dashedRingWidth:Iv.number,dashedRingLineThick:Iv.number,dashedRingLineSpacing:Iv.number,dashedInsideRingColor:Iv.string,dashedInsideRingWidth:Iv.number,showOutsideRing:Iv.bool,showDashedRing:Iv.bool,showInsideRing:Iv.bool},FF.defaultProps={className:"",style:null,radius:160,strokeWidth:3,progress:0,hasError:!1,activeColor:"#0092ff",innerPadding:5,outsideRingColor:"#f2f6f9",outsideRingOpacity:.1,insideRingColor:"#f2f6f9",insideRingWidth:3,insideRingStrokeDash:"0",errorRingColor:"#df0000",errorRingWidth:3,dashedRingColor:"#ffffff",dashedRingOpacity:.3,dashedRingWidth:10,dashedRingLineThick:1,dashedRingLineSpacing:6,dashedInsideRingColor:"#ffffff",dashedInsideRingWidth:0,showOutsideRing:!0,showDashedRing:!0,showInsideRing:!0},VF.propTypes={className:Iv.string},VF.defaultProps={className:""};var KF,qF,HF="undefined"!=typeof window?ov.useLayoutEffect:ov.useEffect,WF={popupContent:{tooltip:{position:"absolute",zIndex:999},modal:{position:"relative",margin:"auto"}},popupArrow:{height:"8px",width:"16px",position:"absolute",background:"transparent",color:"#FFF",zIndex:-1},overlay:{tooltip:{position:"fixed",top:"0",bottom:"0",left:"0",right:"0",zIndex:999},modal:{position:"fixed",top:"0",bottom:"0",left:"0",right:"0",display:"flex",zIndex:999}}},QF=["top left","top center","top right","right top","right center","right bottom","bottom left","bottom center","bottom right","left top","left center","left bottom"],GF=function(e,t,r,n,o){var a=o.offsetX,i=o.offsetY,s=n?8:0,c=r.split(" "),u=e.top+e.height/2,l=e.left+e.width/2,d=t.height,f=t.width,p=u-d/2,h=l-f/2,g="",m="0%",v="0%";switch(c[0]){case"top":p-=d/2+e.height/2+s,g="rotate(180deg) translateX(50%)",m="100%",v="50%";break;case"bottom":p+=d/2+e.height/2+s,g="rotate(0deg) translateY(-100%) translateX(-50%)",v="50%";break;case"left":h-=f/2+e.width/2+s,g=" rotate(90deg) translateY(50%) translateX(-25%)",v="100%",m="50%";break;case"right":h+=f/2+e.width/2+s,g="rotate(-90deg) translateY(-150%) translateX(25%)",m="50%"}switch(c[1]){case"top":p=e.top,m=e.height/2+"px";break;case"bottom":p=e.top-d+e.height,m=d-e.height/2+"px";break;case"left":h=e.left,v=e.width/2+"px";break;case"right":h=e.left-f+e.width,v=f-e.width/2+"px"}return{top:p="top"===c[0]?p-i:p+i,left:h="left"===c[0]?h-a:h+a,transform:g,arrowLeft:v,arrowTop:m}},XF=0,YF=ov.forwardRef((function(e,t){var r=e.trigger,n=void 0===r?null:r,o=e.onOpen,a=void 0===o?function(){}:o,i=e.onClose,s=void 0===i?function(){}:i,c=e.defaultOpen,u=void 0!==c&&c,l=e.open,d=void 0===l?void 0:l,f=e.disabled,p=void 0!==f&&f,h=e.nested,g=void 0!==h&&h,m=e.closeOnDocumentClick,v=void 0===m||m,y=e.repositionOnResize,b=void 0===y||y,w=e.closeOnEscape,C=void 0===w||w,k=e.on,E=void 0===k?["click"]:k,B=e.contentStyle,S=void 0===B?{}:B,_=e.arrowStyle,A=void 0===_?{}:_,T=e.overlayStyle,I=void 0===T?{}:T,x=e.className,P=void 0===x?"":x,R=e.position,N=void 0===R?"bottom center":R,O=e.modal,L=void 0!==O&&O,D=e.lockScroll,M=void 0!==D&&D,U=e.arrow,j=void 0===U||U,F=e.offsetX,V=void 0===F?0:F,z=e.offsetY,K=void 0===z?0:z,q=e.mouseEnterDelay,H=void 0===q?100:q,W=e.mouseLeaveDelay,Q=void 0===W?100:W,G=e.keepTooltipInside,X=void 0!==G&&G,Y=e.children,$=ov.useState(d||u),Z=$[0],J=$[1],ee=ov.useRef(null),te=ov.useRef(null),re=ov.useRef(null),ne=ov.useRef(null),oe=ov.useRef("popup-"+ ++XF),ae=!!L||!n,ie=ov.useRef(0);HF((function(){return Z?(ne.current=document.activeElement,ye(),ge(),pe()):he(),function(){clearTimeout(ie.current)}}),[Z]),ov.useEffect((function(){"boolean"==typeof d&&(d?se():ce())}),[d,p]);var se=function(e){Z||p||(J(!0),setTimeout((function(){return a(e)}),0))},ce=function(e){var t;Z&&!p&&(J(!1),ae&&(null===(t=ne.current)||void 0===t||t.focus()),setTimeout((function(){return s(e)}),0))},ue=function(e){null==e||e.stopPropagation(),Z?ce(e):se(e)},le=function(e){clearTimeout(ie.current),ie.current=setTimeout((function(){return se(e)}),H)},de=function(e){null==e||e.preventDefault(),ue()},fe=function(e){clearTimeout(ie.current),ie.current=setTimeout((function(){return ce(e)}),Q)},pe=function(){ae&&M&&(document.getElementsByTagName("body")[0].style.overflow="hidden")},he=function(){ae&&M&&(document.getElementsByTagName("body")[0].style.overflow="auto")},ge=function(){var e,t=null==te||null===(e=te.current)||void 0===e?void 0:e.querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), [tabindex="0"]'),r=Array.prototype.slice.call(t)[0];null==r||r.focus()};ov.useImperativeHandle(t,(function(){return{open:function(){se()},close:function(){ce()},toggle:function(){ue()}}}));var me,ve,ye=function(){if(!ae&&Z&&(null==ee?void 0:ee.current)&&(null==ee?void 0:ee.current)&&(null==te?void 0:te.current)){var e,t,r=function(e,t,r,n,o,a){var i=o.offsetX,s=o.offsetY,c={arrowLeft:"0%",arrowTop:"0%",left:0,top:0,transform:"rotate(135deg)"},u=0,l=function(e){var t={top:0,left:0,width:window.innerWidth,height:window.innerHeight};if("string"==typeof e){var r=document.querySelector(e);null!==r&&(t=r.getBoundingClientRect())}return t}(a),d=Array.isArray(r)?r:[r];for((a||Array.isArray(r))&&(d=[].concat(d,QF));u<d.length;){var f={top:(c=GF(e,t,d[u],n,{offsetX:i,offsetY:s})).top,left:c.left,width:t.width,height:t.height};if(!(f.top<=l.top||f.left<=l.left||f.top+f.height>=l.top+l.height||f.left+f.width>=l.left+l.width))break;u++}return c}(ee.current.getBoundingClientRect(),te.current.getBoundingClientRect(),N,j,{offsetX:V,offsetY:K},X);te.current.style.top=r.top+window.scrollY+"px",te.current.style.left=r.left+window.scrollX+"px",j&&re.current&&(re.current.style.transform=r.transform,re.current.style.setProperty("-ms-transform",r.transform),re.current.style.setProperty("-webkit-transform",r.transform),re.current.style.top=(null===(e=A.top)||void 0===e?void 0:e.toString())||r.arrowTop,re.current.style.left=(null===(t=A.left)||void 0===t?void 0:t.toString())||r.arrowLeft)}};void 0===(ve=C)&&(ve=!0),ov.useEffect((function(){if(ve){var e=function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){"Escape"===e.key&&me(e)}));return document.addEventListener("keyup",e),function(){ve&&document.removeEventListener("keyup",e)}}}),[me=ce,ve]),function(e,t){void 0===t&&(t=!0),ov.useEffect((function(){if(t){var r=function(t){if(9===t.keyCode){var r,n=null==e||null===(r=e.current)||void 0===r?void 0:r.querySelectorAll('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), [tabindex="0"]'),o=Array.prototype.slice.call(n);if(1===o.length)return void t.preventDefault();var a=o[0],i=o[o.length-1];t.shiftKey&&document.activeElement===a?(t.preventDefault(),i.focus()):document.activeElement===i&&(t.preventDefault(),a.focus())}};return document.addEventListener("keydown",r),function(){t&&document.removeEventListener("keydown",r)}}}),[e,t])}(te,Z&&ae),function(e,t){void 0===t&&(t=!0),ov.useEffect((function(){if(t){var r=function(){e()};return window.addEventListener("resize",r),function(){t&&window.removeEventListener("resize",r)}}}),[e,t])}(ye,b),function(e,t,r){void 0===r&&(r=!0),ov.useEffect((function(){if(r){var n=function(r){var n=Array.isArray(e)?e:[e],o=!1;n.forEach((function(e){e.current&&!e.current.contains(r.target)||(o=!0)})),r.stopPropagation(),o||t(r)};return document.addEventListener("mousedown",n),document.addEventListener("touchstart",n),function(){r&&(document.removeEventListener("mousedown",n),document.removeEventListener("touchstart",n))}}}),[e,t,r])}(n?[te,ee]:[te],ce,v&&!g);var be,we=function(){return ov.createElement("div",Object.assign({},(e=ae?WF.popupContent.modal:WF.popupContent.tooltip,t={className:"popup-content "+(""!==P?P.split(" ").map((function(e){return e+"-content"})).join(" "):""),style:zF({},e,S,{pointerEvents:"auto"}),ref:te,onClick:function(e){e.stopPropagation()}},!L&&E.indexOf("hover")>=0&&(t.onMouseEnter=le,t.onMouseLeave=fe),t),{key:"C",role:ae?"dialog":"tooltip",id:oe.current}),j&&!ae&&ov.createElement("div",{ref:re,style:WF.popupArrow},ov.createElement("svg",{"data-testid":"arrow",className:"popup-arrow "+(""!==P?P.split(" ").map((function(e){return e+"-arrow"})).join(" "):""),viewBox:"0 0 32 16",style:zF({position:"absolute"},A)},ov.createElement("path",{d:"M16 0l16 16H0z",fill:"currentcolor"}))),Y&&"function"==typeof Y?Y(ce,Z):Y);var e,t},Ce=!(E.indexOf("hover")>=0),ke=ae?WF.overlay.modal:WF.overlay.tooltip,Ee=[Ce&&ov.createElement("div",{key:"O","data-testid":"overlay","data-popup":ae?"modal":"tooltip",className:"popup-overlay "+(""!==P?P.split(" ").map((function(e){return e+"-overlay"})).join(" "):""),style:zF({},ke,I,{pointerEvents:v&&g||ae?"auto":"none"}),onClick:v&&g?ce:void 0,tabIndex:-1},ae&&we()),!ae&&we()];return ov.createElement(ov.Fragment,null,function(){for(var e={key:"T",ref:ee,"aria-describedby":oe.current},t=Array.isArray(E)?E:[E],r=0,o=t.length;r<o;r++)switch(t[r]){case"click":e.onClick=ue;break;case"right-click":e.onContextMenu=de;break;case"hover":e.onMouseEnter=le,e.onMouseLeave=fe;break;case"focus":e.onFocus=le,e.onBlur=fe}if("function"==typeof n){var a=n(Z);return!!n&&ov.cloneElement(a,e)}return!!n&&ov.cloneElement(n,e)}(),Z&&XI.createPortal(Ee,(null===(be=document.getElementById("popup-root"))&&((be=document.createElement("div")).setAttribute("id","popup-root"),document.body.appendChild(be)),be)))})),$F=ew(KF||(KF=AD(["\n .popup-content {\n margin: auto;\n background: #fff;\n width: 100%;\n padding: 5px;\n border: 1px solid #d7d7d7;\n max-width: 568px;\n border-radius: 10px;\n }\n\n [role=tooltip].popup-content {\n width: 200px;\n box-shadow: 0 0 3px rgba(0, 0, 0, .16);\n border-radius: 5px\n }\n\n .popup-overlay {\n background: rgba(0, 0, 0, .5);\n padding: 10px;\n }\n\n [data-popup=tooltip].popup-overlay {\n background: transparent\n }\n\n .popup-arrow {\n -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .16));\n filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .16));\n color: #fff;\n stroke-width: 2px;\n stroke: #d7d7d7;\n stroke-dasharray: 30px;\n stroke-dashoffset: -54px;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0\n }\n"]))),ZF=["open","children","overlayStyle"],JF=function(e){var t=e.open,r=e.children,n=e.overlayStyle,o=_D(e,ZF);return ov.createElement(ov.Fragment,null,ov.createElement(YF,ED({overlayStyle:SD(SD({},n),{},{zIndex:2e3}),closeOnDocumentClick:!1,closeOnEscape:!1,modal:!0,open:t},o),r),ov.createElement($F,null))};JF.propTypes={open:Iv.bool,children:Iv.node,overlayStyle:Iv.shape({})},JF.defaultProps={open:!1,children:null,overlayStyle:{}};var eV,tV,rV,nV,oV,aV,iV,sV,cV,uV,lV,dV,fV,pV,hV,gV,mV={WARMUP_INTRO:{en:"Warming up... Please wait a moment",vi:"Đang khởi động, vui lòng chờ trong giây lát..."}},vV=Zb.div(qF||(qF=AD(["\n font-size: 18px;\n text-align: center;\n padding: 10px;\n"]))),yV=function(e){var t=e.contentStyle,r=nN.useSDKSettings(),n=r.lang,o=r.warmupMessage,a=o?o[n]:mV.WARMUP_INTRO[n];return ov.createElement(JF,{open:!0,contentStyle:t},ov.createElement(vV,{className:"warmup-message"},a))};yV.propTypes={contentStyle:Iv.shape({})},yV.defaultProps={contentStyle:{}};var bV=Mb(["z-index:",";color:#ffffff;"],1020),wV=Zb.div(eV||(eV=AD(["\n ","\n"])),bV),CV=Zb(UF)(tV||(tV=AD(["\n ","\n ","\n ","\n ","\n font-size: 18px;\n background: #ea3223;\n color: #fff;\n padding: 5px 10px;\n border-radius: 3px;\n position: absolute;\n white-space: pre-wrap;\n text-align: center;\n max-width: 80%;\n"])),bV,(function(e){var t=e.top;return t&&Mb(["top:","px;"],t)}),(function(e){var t=e.bottom;return t&&Mb(["bottom:","px;"],t)}),(function(e){return e.centerY&&Mb(["top:50%;transform:translateY(-50%);"])})),kV=Zb(wV)(rV||(rV=AD(["\n ","\n font-size: 18px;\n background: #ea3223;\n color: #fff;\n padding: 5px 10px;\n border-radius: 3px;\n position: absolute;\n left: 50%;\n transform: translate(-50%, 0);\n white-space: nowrap;\n"])),(function(e){var t=e.top;return t&&Mb(["top:","px;"],t)})),EV=Zb(wV)(nV||(nV=AD(["\n position: absolute;\n ","\n ","\n font-size: ",";\n text-shadow: 2px 2px 4px #000000;\n"])),(function(e){var t=e.top;return t&&Mb(["top:","px;"],t)}),(function(e){var t=e.bottom;return t&&Mb(["bottom:","px;"],t)}),(function(){return GD.isMobile?"20px":"22px"})),BV=Zb.div(oV||(oV=AD(["\n height: ",";\n position: absolute;\n ","\n ","\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n z-index: ",";\n"])),(function(){return GD.isMobile?"50px":"70px"}),(function(e){var t=e.top;return t&&Mb(["top:","px;"],t)}),(function(e){var t=e.bottom;return t&&Mb(["bottom:","px;"],t)}),1020),SV=Zb.div(aV||(aV=AD(["\n width: ",";\n height: ",";\n border-radius: 50%;\n display: flex;\n justify-content: center;\n align-items: center;\n border: 2px solid #ffffff;\n font-size: 16px;\n color: #fff;\n font-weight: 700;\n\n & + & {\n margin-left: 10px;\n }\n\n ","\n img {\n width: 100%;\n margin: 0;\n border-radius: 50%;\n }\n"])),(function(){return GD.isMobile?"40px":"50px"}),(function(){return GD.isMobile?"40px":"50px"}),(function(e){return!e.active&&Mb(["opacity:0.6;"])})),_V=Zb.div(iV||(iV=AD(["\n color: #ffffff;\n height: 70px;\n position: absolute;\n bottom: 0;\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n z-index: ",";\n"])),1020),AV=Zb.div(sV||(sV=AD(["\n cursor: pointer;\n text-align: center;\n width: 50px;\n\n img {\n width: 100%;\n }\n"]))),TV=Zb.div(cV||(cV=AD(["\n position: absolute;\n width: 100%;\n top: 0;\n bottom: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n color: #ffffff;\n font-size: 140px;\n opacity: 0.6;\n"]))),IV=Zb.div(uV||(uV=AD(["\n position: absolute;\n width: 100%;\n top: 0;\n bottom: 0;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n"]))),xV=Zb(FF)(lV||(lV=AD(["\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n"]))),PV=Zb(VF)(dV||(dV=AD(["\n width: 100%;\n height: 100%;\n vertical-align: middle;\n margin: 0;\n color: ",";\n"])),(function(e){var t=e.color;return null!=t?t:"rgba(0, 0, 0, 0.6)"})),RV=Zb.div(fV||(fV=AD(["\n position: absolute;\n z-index: -1;\n background: rgba(223, 0, 0, 0.2);\n border-radius: 50%;\n width: 86%;\n height: 86%;\n top: 7%;\n left: 7%;\n"]))),NV=tw(["from{opacity:1;}to{opacity:0;}"]),OV=Zb.div(pV||(pV=AD(["\n position: absolute;\n width: 100%;\n top: 0;\n bottom: 0;\n z-index: -1;\n background: rgba(255, 255, 255, 0.3);\n animation: "," 1s infinite;\n border-radius: 50%;\n"])),NV),LV=GD.isMobile?{width:640}:null,DV={background:"#000000",opacity:.6};function MV(e){var t=e.apiCheck,r=e.mode,n=e.onLivenessDetectionDone,o=e.onClose,a=e.onError,i=e.captureFrameSettings,s=e.onFramesCaptured,c=e.frontCamera,u=e.customDirectionIcon,l=e.customStepTimeConstraints,d=e.onProcessing,f=e.customErrors,p=e.livenessSettings,h=e.apiCredentials,g=e.outputEncryptionSettings,m=e.cameraScale,v=e.defaultCameraId,y=e.passiveModeAuto,b=UN.useAsset("bg_camera_mask.png"),w=UN.useAsset("bg_camera_mask_red.png"),C=TD(ov.useState({}),2),k=C[0],E=C[1],B=k.yFaceDetectionError,S=k.yFaceVerificationStepsWrapper,_=TD(ov.useState(""),2),A=_[0],T=_[1],I=ov.useCallback((function(e){var t=e.lostY,r=e.height,n=t+25,o=n+30;return E({yFaceDetectionError:n,yFaceVerificationStepsWrapper:o+r+20}),{y:Math.floor(o)}}),[]),x=SF({apiCheck:t,mode:r,bgCameraMask:b,bgCameraMaskRed:w,surroundStyle:DV,onLivenessDetectionDone:n,onError:a,cropAreaDimension:I,customDirectionIcon:u,captureFrameSettings:i,onFramesCaptured:s,livenessSettings:p,setRemainingTime:T,customStepTimeConstraints:l,onProcessing:d,customErrors:f,apiCredentials:h,outputEncryptionSettings:g,cameraScale:m,passiveModeAuto:y}),P=x.countdownToTakePicture,R=x.cropArea,N=x.curStepIndex,O=x.directionIcon,L=x.faceDetectionError,D=x.handleTriggerPassiveMode,M=x.handleVideoPlayed,U=x.instructions,j=x.isActiveMode,F=x.refVideo,V=x.showCountdown,z=x.steps,K=x.videoPlayed,q=x.activeCapturing,H=x.isFirstValidFrameFound,W=x.warmupDone;return ov.createElement(yM,{frontCamera:c,onVideoPlayed:M,onClose:o,flipHorizontal:c,ref:F,videoSettings:LV,onError:a,scale:m,defaultCameraId:v},!W&&ov.createElement(yV,null),K?ov.createElement(ov.Fragment,null,ov.createElement(CV,{top:B-15,className:"face-detection-error",error:L}),R.current?ov.createElement(BM,{x:"".concat(R.current.x,"px"),y:"".concat(R.current.y,"px"),width:"".concat(R.current.width,"px"),height:"".concat(R.current.height,"px"),surroundStyle:R.current.surroundStyle},ov.createElement(PV,null),ov.createElement(xV,{progress:N/z.length*100,hasError:!!L,showDashedRing:!1,showOutsideRing:!1,insideRingWidth:1,errorRingWidth:1,insideRingStrokeDash:"2"}),V?ov.createElement(TV,null,P):null,j?ov.createElement(ov.Fragment,null,ov.createElement(IV,null,O),q&&ov.createElement(OV,null)):null,L&&ov.createElement(RV,null)):null,j?ov.createElement(ov.Fragment,null,A&&ov.createElement(kV,{top:S-30},A),U?ov.createElement(EV,{top:S+5,className:"instructions"},U):null,H&&ov.createElement(BV,{top:S+35},z.map((function(e,t){var r=e.name,n=e.image.objUrl;return ov.createElement(SV,{key:r,active:N>=t,className:"step-item"},n?ov.createElement("img",{src:n,alt:""}):ov.createElement("span",null,t+1))})))):ov.createElement(ov.Fragment,null,L||y?null:ov.createElement(_V,null,ov.createElement(AV,{onClick:D},ov.createElement(SM,null))))):null)}MV.propTypes={apiCheck:Iv.bool,mode:Iv.string,onLivenessDetectionDone:Iv.func,onClose:Iv.func,onError:Iv.func,captureFrameSettings:Iv.shape({}),onFramesCaptured:Iv.func,frontCamera:Iv.bool,customDirectionIcon:Iv.shape({}),customStepTimeConstraints:Iv.shape({}),onProcessing:Iv.func,customErrors:Iv.shape({}),livenessSettings:Iv.shape({}),apiCredentials:Iv.shape({accessKey:Iv.string,secretKey:Iv.string,apiUrl:Iv.string}),outputEncryptionSettings:Iv.shape({}),cameraScale:Iv.number,defaultCameraId:Iv.string,passiveModeAuto:Iv.bool},MV.defaultProps={apiCheck:!1,mode:null,onLivenessDetectionDone:null,onClose:null,onError:function(){},captureFrameSettings:{enable:!1,framesIntervalTime:180,framesBatchLength:0},onFramesCaptured:function(){},frontCamera:!0,customDirectionIcon:(hV={},kD(hV,ZI.FaceDirection.LEFT,ov.createElement(OF,{type:ZI.FaceDirection.LEFT})),kD(hV,ZI.FaceDirection.RIGHT,ov.createElement(OF,{type:ZI.FaceDirection.RIGHT})),kD(hV,ZI.FaceDirection.UP,ov.createElement(OF,{type:ZI.FaceDirection.UP})),kD(hV,ZI.FaceDirection.FRONTAL,ov.createElement(OF,{type:ZI.FaceDirection.FRONTAL})),hV),customStepTimeConstraints:(gV={},kD(gV,ZI.FaceDirection.UP,{delayTime:0}),kD(gV,ZI.FaceDirection.LEFT,{delayTime:0}),kD(gV,ZI.FaceDirection.RIGHT,{delayTime:0}),kD(gV,ZI.FaceDirection.FRONTAL,{delayTime:2e3}),gV),onProcessing:function(){},customErrors:null,livenessSettings:null,apiCredentials:{accessKey:"5767c20d-87aa-4cad-8dbb-f5429f76c34b",secretKey:"c1446919-e60a-4575-a05d-304318212a1b",apiUrl:"https://tv-testing.trustingsocial.com/api"},outputEncryptionSettings:null,cameraScale:1,defaultCameraId:void 0,passiveModeAuto:!1};var UV,jV=Object.freeze({__proto__:null,Text:wV,FaceDetectionError:CV,CountdownTime:kV,FaceVerificationInstructions:EV,FaceVerificationStepsWrapper:BV,StepItem:SV,BottomButtonsOverlay:_V,Button:AV,CountDownOverlay:TV,InstructionsOverlay:IV,default:MV,useLivenessDetection:SF}),FV=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.frontCamera,r=void 0===t||t,n=document.createElement("div");document.body.appendChild(n);var o=function(){XI.unmountComponentAtNode(n)};return new Promise((function(e){XI.render(ov.createElement(nN.SDKSettingsProvider,{value:{lang:"en"}},ov.createElement(yM,{checkCameraMode:!0,frontCamera:r,onVideoPlayed:function(){o(),e(null)},onClose:o,onError:function(t){o(),e(t)}})),n)}))},VV=Zb.input(UV||(UV=AD(["\n display: none;\n"]))),zV=ov.forwardRef((function(e,t){var r=e.useFileBrowse,n=e.accept,o=e.frontCamera,a=e.onCaptureDone,i=e.outputEncryptionSettings,s=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.target.files,!a){e.next=8;break}if(n=r[0],!i||!i.key){e.next=7;break}return e.next=6,gD.encrypt({blob:n,key:i.key});case 6:o=e.sent;case 7:a({file:n,encrypted:o});case 8:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[a,i]);return ov.createElement(VV,ED({ref:t,type:"file",accept:n,onChange:s},r?{}:{capture:o?"user":"environment"}))}));zV.propTypes={useFileBrowse:Iv.bool,accept:Iv.string,frontCamera:Iv.bool,onCaptureDone:Iv.func,outputEncryptionSettings:Iv.shape({key:Iv.string})},zV.defaultProps={useFileBrowse:!1,accept:"image/*",frontCamera:!1,onCaptureDone:null,outputEncryptionSettings:{key:""}};var KV,qV=Object.freeze({__proto__:null,Camera:SM}),HV="landscape",WV="portrait",QV=ZI.Errors,GV=Zb.div(KV||(KV=AD(["\n text-align: center;\n font-size: 20px;\n font-weight: 600;\n"])));function XV(e){var t=e.children,r=nN.useSDKSettings().lang,n=QV.wrong_orientation.msg[r],o=function(){var e=ov.useRef(screen.width>screen.height?HV:WV),t=TD(ov.useState(e.current),2),r=t[0],n=t[1];return ov.useEffect((function(){function e(){screen.width>screen.heightt?n(HV):n(WV)}return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}}),[]),GD.isMobile?{curOrientation:r,initOrientation:e.current}:{curOrientation:"desktop"}}().curOrientation;return ov.createElement(ov.Fragment,null,o===HV&&ov.createElement(JF,{open:!0},ov.createElement(GV,null,n)),(o===WV||"desktop"===o)&&ov.createElement(ov.Fragment,null,t))}var YV=["tracking","clientSettings","livenessSettings","livenessComponent"];function $V(e){var t=e.tracking,r=void 0===t?{enable:!0}:t,n=e.clientSettings,o=e.livenessSettings,a=e.livenessComponent,i=void 0===a?MV:a,s=_D(e,YV),c=eF(n,"data.settings.sdk_settings.active_liveness_settings",o),u=eF(n,"data.settings.sdk_settings.server_log_settings.enable",r.enable);return ov.createElement(XV,null,ov.createElement(LN.SDKTrackingProvider,{value:{tracking:SD(SD({},r),{},{enable:u})}},ov.createElement(i,ED({},s,{livenessSettings:c}))))}function ZV(){return(ZV=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function JV(e,t){if(null==e)return{};var r,n,o={},a=Object.keys(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}function ez(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function tz(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var rz=ov.createContext(null),nz="entering",oz="entered",az=function(e){function t(t,r){var n;n=e.call(this,t,r)||this;var o,a=r&&!r.isMounting?t.enter:t.appear;return n.appearStatus=null,t.in?a?(o="exited",n.appearStatus=nz):o=oz:o=t.unmountOnExit||t.mountOnEnter?"unmounted":"exited",n.state={status:o},n.nextCallback=null,n}ez(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&"unmounted"===t.status?{status:"exited"}:null};var r=t.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var r=this.state.status;this.props.in?r!==nz&&r!==oz&&(t=nz):r!==nz&&r!==oz||(t="exiting")}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,r,n=this.props.timeout;return e=t=r=n,null!=n&&"number"!=typeof n&&(e=n.exit,t=n.enter,r=void 0!==n.appear?n.appear:t),{exit:e,enter:t,appear:r}},r.updateStatus=function(e,t){void 0===e&&(e=!1),null!==t?(this.cancelNextCallback(),t===nz?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&"exited"===this.state.status&&this.setState({status:"unmounted"})},r.performEnter=function(e){var t=this,r=this.props.enter,n=this.context?this.context.isMounting:e,o=this.props.nodeRef?[n]:[XI.findDOMNode(this),n],a=o[0],i=o[1],s=this.getTimeouts(),c=n?s.appear:s.enter;e||r?(this.props.onEnter(a,i),this.safeSetState({status:nz},(function(){t.props.onEntering(a,i),t.onTransitionEnd(c,(function(){t.safeSetState({status:oz},(function(){t.props.onEntered(a,i)}))}))}))):this.safeSetState({status:oz},(function(){t.props.onEntered(a)}))},r.performExit=function(){var e=this,t=this.props.exit,r=this.getTimeouts(),n=this.props.nodeRef?void 0:XI.findDOMNode(this);t?(this.props.onExit(n),this.safeSetState({status:"exiting"},(function(){e.props.onExiting(n),e.onTransitionEnd(r.exit,(function(){e.safeSetState({status:"exited"},(function(){e.props.onExited(n)}))}))}))):this.safeSetState({status:"exited"},(function(){e.props.onExited(n)}))},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,r=!0;return this.nextCallback=function(n){r&&(r=!1,t.nextCallback=null,e(n))},this.nextCallback.cancel=function(){r=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var r=this.props.nodeRef?this.props.nodeRef.current:XI.findDOMNode(this),n=null==e&&!this.props.addEndListener;if(r&&!n){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[r,this.nextCallback],a=o[0],i=o[1];this.props.addEndListener(a,i)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},r.render=function(){var e=this.state.status;if("unmounted"===e)return null;var t=this.props,r=t.children,n=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,JV(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return ov.createElement(rz.Provider,{value:null},"function"==typeof r?r(e,n):ov.cloneElement(ov.Children.only(r),n))},t}(ov.Component);function iz(){}az.contextType=rz,az.propTypes={},az.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:iz,onEntering:iz,onEntered:iz,onExit:iz,onExiting:iz,onExited:iz},az.UNMOUNTED="unmounted",az.EXITED="exited",az.ENTERING=nz,az.ENTERED=oz,az.EXITING="exiting";var sz,cz,uz=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return n=t,void((r=e).classList?r.classList.remove(n):"string"==typeof r.className?r.className=tz(r.className,n):r.setAttribute("class",tz(r.className&&r.className.baseVal||"",n)));var r,n}))},lz=function(e){function t(){for(var t,r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];return(t=e.call.apply(e,[this].concat(n))||this).appliedClasses={appear:{},enter:{},exit:{}},t.onEnter=function(e,r){var n=t.resolveArguments(e,r),o=n[0],a=n[1];t.removeClasses(o,"exit"),t.addClass(o,a?"appear":"enter","base"),t.props.onEnter&&t.props.onEnter(e,r)},t.onEntering=function(e,r){var n=t.resolveArguments(e,r),o=n[0],a=n[1]?"appear":"enter";t.addClass(o,a,"active"),t.props.onEntering&&t.props.onEntering(e,r)},t.onEntered=function(e,r){var n=t.resolveArguments(e,r),o=n[0],a=n[1]?"appear":"enter";t.removeClasses(o,a),t.addClass(o,a,"done"),t.props.onEntered&&t.props.onEntered(e,r)},t.onExit=function(e){var r=t.resolveArguments(e)[0];t.removeClasses(r,"appear"),t.removeClasses(r,"enter"),t.addClass(r,"exit","base"),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var r=t.resolveArguments(e)[0];t.addClass(r,"exit","active"),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var r=t.resolveArguments(e)[0];t.removeClasses(r,"exit"),t.addClass(r,"exit","done"),t.props.onExited&&t.props.onExited(e)},t.resolveArguments=function(e,r){return t.props.nodeRef?[t.props.nodeRef.current,e]:[e,r]},t.getClassNames=function(e){var r=t.props.classNames,n="string"==typeof r,o=n?(n&&r?r+"-":"")+e:r[e];return{baseClassName:o,activeClassName:n?o+"-active":r[e+"Active"],doneClassName:n?o+"-done":r[e+"Done"]}},t}ez(t,e);var r=t.prototype;return r.addClass=function(e,t,r){var n=this.getClassNames(t)[r+"ClassName"],o=this.getClassNames("enter").doneClassName;"appear"===t&&"done"===r&&o&&(n+=" "+o),"active"===r&&e&&e.scrollTop,n&&(this.appliedClasses[t][r]=n,function(e,t){e&&t&&t.split(" ").forEach((function(t){return n=t,void((r=e).classList?r.classList.add(n):function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")}(r,n)||("string"==typeof r.className?r.className=r.className+" "+n:r.setAttribute("class",(r.className&&r.className.baseVal||"")+" "+n)));var r,n}))}(e,n))},r.removeClasses=function(e,t){var r=this.appliedClasses[t],n=r.base,o=r.active,a=r.done;this.appliedClasses[t]={},n&&uz(e,n),o&&uz(e,o),a&&uz(e,a)},r.render=function(){var e=this.props,t=(e.classNames,JV(e,["classNames"]));return ov.createElement(az,ZV({},t,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t}(ov.Component);lz.defaultProps={classNames:""},lz.propTypes={};var dz=function(e,t,r){return function(){var n;e.props[t]&&(n=e.props)[t].apply(n,arguments),r()}},fz=((sz={})["out-in"]=function(e){var t=e.current,r=e.changeState;return ov.cloneElement(t,{in:!1,onExited:dz(t,"onExited",(function(){r(nz,null)}))})},sz["in-out"]=function(e){var t=e.current,r=e.changeState,n=e.children;return[t,ov.cloneElement(n,{in:!0,onEntered:dz(n,"onEntered",(function(){r(nz)}))})]},sz),pz=((cz={})["out-in"]=function(e){var t=e.children,r=e.changeState;return ov.cloneElement(t,{in:!0,onEntered:dz(t,"onEntered",(function(){r(oz,ov.cloneElement(t,{in:!0}))}))})},cz["in-out"]=function(e){var t=e.current,r=e.children,n=e.changeState;return[ov.cloneElement(t,{in:!1,onExited:dz(t,"onExited",(function(){n(oz,ov.cloneElement(r,{in:!0}))}))}),ov.cloneElement(r,{in:!0})]},cz),hz=function(e){function t(){for(var t,r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];return(t=e.call.apply(e,[this].concat(n))||this).state={status:oz,current:null},t.appeared=!1,t.changeState=function(e,r){void 0===r&&(r=t.state.current),t.setState({status:e,current:r})},t}ez(t,e);var r=t.prototype;return r.componentDidMount=function(){this.appeared=!0},t.getDerivedStateFromProps=function(e,t){return null==e.children?{current:null}:t.status===nz&&"in-out"===e.mode?{status:nz}:!t.current||((r=t.current)===(n=e.children)||ov.isValidElement(r)&&ov.isValidElement(n)&&null!=r.key&&r.key===n.key)?{current:ov.cloneElement(e.children,{in:!0})}:{status:"exiting"};var r,n},r.render=function(){var e,t=this.props,r=t.children,n=t.mode,o=this.state,a=o.status,i=o.current,s={children:r,current:i,changeState:this.changeState,status:a};switch(a){case nz:e=pz[n](s);break;case"exiting":e=fz[n](s);break;case oz:e=i}return ov.createElement(rz.Provider,{value:{isMounting:!this.appeared}},e)},t}(ov.Component);hz.propTypes={},hz.defaultProps={mode:"out-in"};var gz={DEFAULT:"default",ERROR:"error"};function mz(e){var t=e.className,r=e.width,n=e.height,o=e.type,a=e.strokeStyles,i=e.strokeWidth,s=e.radius,c=e.paddingStyle,u=ov.useMemo((function(){var e;return SD((kD(e={},gz.DEFAULT,{fill:"none",strokeWidth:i,stroke:"#fff",strokeDasharray:"7, 4",opacity:.6}),kD(e,gz.ERROR,{fill:"rgba(234,50,35, 0.1)",strokeWidth:i,stroke:"#ea3223"}),e),a)}),[i,a]),l=s+.8*i,d=u[o];return ov.createElement("svg",{width:r,height:n,className:t},ov.createElement("rect",{x:i/2,y:i/2,rx:s,ry:s,width:r-i,height:n-i,style:d}),ov.createElement("path",{d:"M0,".concat(l," Q0,0 ").concat(l,",0 L0,0 Z"),style:c}),ov.createElement("path",{d:"M0,".concat(n-l," Q0,").concat(n," ").concat(l,",").concat(n," L0,").concat(n," Z"),style:c}),ov.createElement("path",{d:"M".concat(r-l,",").concat(n," Q").concat(r,",").concat(n," ").concat(r,",").concat(n-l," L").concat(r,",").concat(n," Z"),style:c}),ov.createElement("path",{d:"M".concat(r-l,",0 Q").concat(r,",0 ").concat(r,",").concat(l," L").concat(r,",0 Z"),style:c}))}mz.propTypes={className:Iv.string,width:Iv.number,height:Iv.number,strokeWidth:Iv.number,strokeStyles:Iv.shape({}),type:Iv.oneOf([gz.DEFAULT,gz.ERROR]),radius:Iv.number,paddingStyle:Iv.shape({})},mz.defaultProps={className:"",width:600,height:400,strokeWidth:2,strokeStyles:{},type:gz.DEFAULT,radius:10,paddingStyle:{fill:"rgba(0, 0, 0, 0.6)"}};var vz,yz,bz,wz,Cz,kz,Ez,Bz,Sz,_z,Az,Tz,Iz,xz,Pz,Rz,Nz,Oz,Lz,Dz=Mb([".flipY-exit{animation-name:",";animation-duration:","ms;animation-timing-function:ease-in;}.flipY-enter{animation-name:",";animation-duration:","ms;animation-timing-function:ease-out;}"],tw(["from{transform:perspective(400px);}to{transform:perspective(400px) rotateY(90deg);}"]),500,tw(["from{transform:perspective(400px) rotateY(-90deg);}to{transform:perspective(400px);}"]),500),Mz=Object.freeze({__proto__:null,animationDuration:500,default:Dz}),Uz=Mb([".slide-horizontal{animation-name:",";animation-iteration-count:infinite;animation-duration:2000ms;animation-timing-function:linear;}.slide-vertical{animation-name:",";animation-iteration-count:infinite;animation-duration:2000ms;animation-timing-function:linear;}"],tw(["from,to{transform:translate3d(-","px,0,0);}50%{transform:translate3d(","px,0,0);}"],20,20),tw(["from,to{transform:translate3d(0,-","px,0);}50%{transform:translate3d(0,","px,0);}"],20,20)),jz=Object.freeze({__proto__:null,default:Uz}),Fz=Mb([".blink{animation-name:",";animation-iteration-count:infinite;animation-duration:2000ms;animation-timing-function:linear;}"],tw(["from,to{opacity:1;}50%{opacity:0;}"])),Vz=Object.freeze({__proto__:null,default:Fz}),zz=Zb.div(vz||(vz=AD(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: ","; // must be higher than BASE_Z_INDEX and lower than other layers\n"])),1001),Kz=Mb([".splash-enter{animation-name:",";animation-duration:","ms;animation-timing-function:ease-in;}"],tw(["from{background:#000;}to{}"]),300),qz=Zb.div(yz||(yz=AD(["\n ","\n"])),Kz),Hz=function(e){var t=e.keyForTransition,r=void 0===t?0:t;return ov.createElement(qz,null,ov.createElement(hz,null,ov.createElement(lz,{key:r,timeout:{enter:300,exit:0},classNames:"splash",unmountOnExit:!1},ov.createElement(zz,null))))},Wz=Object.freeze({__proto__:null,default:Hz}),Qz=Mb([".spin{animation-name:",";animation-iteration-count:infinite;animation-duration:1000ms;animation-timing-function:linear;}"],tw(["from{transform:rotate(0deg);}to{transform:rotate(360deg);}"])),Gz=Object.freeze({__proto__:null,default:Qz}),Xz=Object.freeze({__proto__:null,flipY:Mz,slide:jz,blink:Vz,splash:Wz,spin:Gz}),Yz=Hz,$z=Zb.div(bz||(bz=AD(["\n ","\n ","\n"])),Dz,Qz),Zz=Zb.img(wz||(wz=AD(["\n border-radius: 5px;\n opacity: 0.7;\n height: 38px;\n"]))),Jz=Zb.div(Cz||(Cz=AD(["\n cursor: pointer;\n text-align: center;\n width: ","px;\n\n img {\n width: 100%;\n }\n\n z-index: ",";\n position: fixed;\n\n ","\n"])),60,1020,GD.isMobile?Mb(["top:",";"],(function(e){return e.y})):Mb(["bottom:","px;"],10)),eK=Zb.div(kz||(kz=AD(["\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n position: absolute;\n margin: auto;\n width: ","px;\n height: ","px;\n\n img {\n width: 100%;\n }\n\n z-index: ",";\n"])),100,100,1020),tK=Zb.div(Ez||(Ez=AD(["\n color: #fff;\n text-align: center;\n"]))),rK=Zb.div(Bz||(Bz=AD(["\n transform: translateZ(1000px); // to fix rotating bug on safari\n transform-style: preserve-3d;\n position: absolute;\n top: ",";\n z-index: ",";\n"])),(function(e){return e.y}),1020),nK=Zb.div(Sz||(Sz=AD(["\n display: flex;\n align-items: center;\n"]))),oK=Zb(tK)(_z||(_z=AD(["\n font-size: 20px;\n margin-left: 10px;\n color: #fff;\n"]))),aK=Zb(tK)(Az||(Az=AD(["\n font-size: 20px;\n margin-left: 10px;\n color: green;\n position: absolute;\n left: 0;\n top: 10px;\n background: white;\n z-index: ",";\n"])),1030),iK=Zb(tK)(Tz||(Tz=AD(["\n position: absolute;\n font-size: 16px;\n text-align: center;\n color: #fff;\n top: ",";\n z-index: ",";\n"])),(function(e){return e.y}),1020),sK=Zb(iK)(Iz||(Iz=AD(["\n background: #ea3223;\n padding: 5px 10px;\n border-radius: 3px;\n"]))),cK=Zb(tK)(xz||(xz=AD(["\n position: absolute;\n font-size: 18px;\n text-align: center;\n border-radius: 3px;\n padding: 5px 10px;\n background: #ea3223;\n color: #fff;\n margin: 0 10px;\n top: ",";\n z-index: ",";\n"])),(function(e){return e.y}),1020),uK=(Zb.div(Pz||(Pz=AD(["\n font-size: 18px;\n text-align: center;\n padding: 10px;\n"]))),Zb(mz)(Rz||(Rz=AD(["\n position: absolute;\n top: 0;\n left: 0;\n"])))),lK={BTN_OK:{en:"OK",vi:"Tôi đã hiểu"},FRONT:{en:"front",vi:"trước"},BACK:{en:"back",vi:"sau"},BTN_USE_THIS_PICTURE:{en:"Use this picture",vi:"Dùng ảnh này"},BTN_TRY_AGAIN:{en:"Try again",vi:"Thử lại"},CONFIRM_POPUP_VALID_QR:{en:"QR code scanned",vi:"Đã quét được mã QR"},CONFIRM_POPUP_INVALID_QR:{en:"Could not scan QR code",vi:"Không quét được mã QR"}},dK=ZI.IDCardMessage,fK=Zb.div(Nz||(Nz=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n padding: 10px;\n"]))),pK=Zb.div(Oz||(Oz=AD(["\n text-align: center;\n font-size: 1rem;\n"]))),hK=Zb.button(Lz||(Lz=AD(["\n margin-top: 20px;\n width: 100%;\n max-width: 160px;\n height: 50px;\n background-color: ",";\n border: 0;\n outline: none;\n border-radius: 0.25rem;\n color: #fff;\n font-weight: 400;\n cursor: pointer;\n font-size: 1rem;\n"])),(function(e){return e.theme.tsBlue})),gK=function(e){var t=e.onOk,r=e.maxSessionTime,n=nN.useSDKSettings().lang;return ov.createElement(fK,null,ov.createElement(pK,{className:"popup-message"},Pj(dK.TIMEOUT_INSTRUCTION[n])({x:r})),ov.createElement(hK,{className:"popup-button",onClick:t},lK.BTN_OK[n]))};gK.propTypes={onOk:Iv.func,maxSessionTime:Iv.number},gK.defaultProps={onOk:function(){},maxSessionTime:30};var mK=function(){var e=TD(ov.useState(!1),2),t=e[0],r=e[1],n=TD(ov.useState(null),2),o=n[0],a=n[1],i=TD(ov.useState({}),2),s=i[0],c=i[1];return{showPopup:ov.useCallback((function(e){var t=e.popupType,n=e.props;c(void 0===n?{}:n),a(t),r(null!==t)}),[]),popupShown:t,popupType:o,props:s}},vK="SESSION_TIMEOUT",yK="CONFIRM",bK="QR_INVALID",wK="QR_INSTRUCTIONS",CK=ZI.Errors;function kK(e,t){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)}function EK(e,t){return Math.sqrt(kK(e,t))}function BK(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.canvas,r=e.imgMargin,n=void 0===r?.15:r,o=window,a=o.cv,i=t.width,s=t.height,c=n;c<1&&(c=parseInt(.5*(s+i)*c,10));var u=a.imread(t),l=new a.Mat;return a.copyMakeBorder(u,l,c,c,c,c,a.BORDER_CONSTANT,new a.Scalar(0,0,0,255)),u.delete(),{mat:l,margin:c}}function SK(e,t){var r=window.cv,n=TD(t.map((function(e){return e.location})),4),o=n[0],a=n[1],i=n[2],s=n[3],c=EK(i,s),u=EK(a,o),l=Math.max(c,u),d=EK(a,i),f=EK(o,s),p=Math.max(d,f),h=[o.x,o.y,a.x,a.y,i.x,i.y,s.x,s.y],g=[0,0,l-1,0,l-1,p-1,0,p-1],m=r.imread(e),v=new r.Mat,y=new r.Size(l,p),b=r.matFromArray(4,1,r.CV_32FC2,h),w=r.matFromArray(4,1,r.CV_32FC2,g),C=r.getPerspectiveTransform(b,w);r.warpPerspective(m,v,C,y,r.INTER_LINEAR,r.BORDER_CONSTANT,new r.Scalar);var k=new ImageData(new Uint8ClampedArray(v.data),v.cols,v.rows);return m.delete(),v.delete(),b.delete(),w.delete(),k}function _K(e){var t=e.corners,r=e.width,n=e.height,o=Number.MAX_SAFE_INTEGER,a=Number.MAX_SAFE_INTEGER,i=Number.MIN_SAFE_INTEGER,s=Number.MIN_SAFE_INTEGER;t.forEach((function(e){var t=e.location,r=t.x,n=t.y;o=Math.min(o,r),a=Math.min(a,n),i=Math.max(i,r),s=Math.max(s,n)}));var c=.02;return o/r>=c&&a/n>=c&&(n-s)/n>=c&&(r-i)/r>=c}function AK(){return TK.apply(this,arguments)}function TK(){return(TK=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c,u,l,d,f,p=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=p.length>0&&void 0!==p[0]?p[0]:{},r=t.canvas,n=t.paddingPercent,o=void 0===n?.04:n,a=r.width,i=r.height,s=Math.floor(a*o),c=Math.floor(i*o),u=a-2*s,l=i-2*c,d=document.createElement("canvas"),f=d.getContext("2d"),d.width=u,d.height=l,f.drawImage(r,s,c,u,l,0,0,u,l),e.abrupt("return",NL.isCardGlare(d));case 13:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function IK(e){for(var t,r,n,o,a,i,s,c=e.length,u=0;u<c;u++){var l=(u+c-1)%c,d=(u+1)%c,f=(t=e[u].location,r=e[l].location,n=e[d].location,void 0,void 0,void 0,void 0,o={x:r.x-t.x,y:r.y-t.y},a={x:n.x-t.x,y:n.y-t.y},i=Math.sqrt(Math.pow(o.x,2)+Math.pow(o.y,2)),s=Math.sqrt(Math.pow(a.x,2)+Math.pow(a.y,2)),180*Math.acos((o.x*a.x+o.y*a.y)/(i*s))/Math.PI);if(f<70||f>110)return!1}return!0}function xK(e){return PK.apply(this,arguments)}function PK(){return(PK=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f,p;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.blazefaceModel,n=t.predictedIdCardCanvas,o=t.frontSide,a=n.width,i=n.height,s=Math.floor(a/3),c=Math.floor(4*i/5),u=document.createElement("canvas"),l=u.getContext("2d"),u.width=s,u.height=c,l.drawImage(n,0,Math.floor(i/5),s,c,0,0,s,c),e.next=12,PO.getModelPredictions({model:r,sCanvas:u});case 12:if(d=e.sent,f=d.filter((function(e){var t=e.topLeft,r=e.bottomRight,n=TD(e.probability,1)[0],o=e.landmarks;return!(n<.9||o.length<4||bO.rectAreaRatio({small:{coords:[t,r]},big:{coords:[[0,0],[PO.SIZE,PO.SIZE]]}})<.025)})),p=f.length,!o){e.next=22;break}if(0!==p){e.next=18;break}return e.abrupt("return",CK.id_detector_error_front_side_no_faces);case 18:if(!(p>1)){e.next=20;break}return e.abrupt("return",CK.id_detector_error_front_side_multiple_faces);case 20:e.next=24;break;case 22:if(!(p>0)){e.next=24;break}return e.abrupt("return",CK.id_detector_error_back_side_has_faces);case 24:return e.abrupt("return",null);case 25:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var RK=function(e,t,r){return void 0===r&&(r=t,t=void 0),void 0!==r&&(r=(r=QM(r))==r?r:0),void 0!==t&&(t=(t=QM(t))==t?t:0),function(e,t,r){return e==e&&(void 0!==r&&(e=e<=r?e:r),void 0!==t&&(e=e>=t?e:t)),e}(QM(e),t,r)},NK="https://unpkg.com/@tsocial/tv_web_sdk_resources@1.0.0/libs/opencv.js";function OK(){return(OK=CD(regeneratorRuntime.mark((function e(t){var r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.url,n=void 0===r?NK:r,!window.cv){e.next=3;break}return e.abrupt("return",Promise.resolve());case 3:return e.next=5,ZL.loadExternalScript({url:n});case 5:return e.abrupt("return",new Promise((function(e){window.cv.onRuntimeInitialized=e})));case 6:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var LK=aF((function(e){return OK.apply(this,arguments)})),DK="https://unpkg.com/@tsocial/tv_web_sdk_resources@1.0.0/models/id-card/tflite/qtf16_model_224x224.tflite",MK={0:"top-left",1:"top-right",2:"bottom-right",3:"bottom-left",4:"cccd.front",5:"passport",6:"cmnd_old.front",7:"cmnd_old.back",8:"cmnd_new.front",9:"cmnd_new.back",10:"cccd_new.front",11:"cccd_new.back"};function UK(e){var t,r,n,o,a,i=e.card,s=e.corners,c=i.box,u={x:(c[1]+c[3])/2,y:(c[0]+c[2])/2},l=c[2]-c[0],d=c[1]-c[3],f=function(e,t){var r;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=xD(e))){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){throw e})),f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,s=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return i=e.done,e},e:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){s=!0,a=e})),f:function(){try{i||null==r.return||r.return()}finally{if(s)throw a}}}}(s);try{for(f.s();!(a=f.n()).done;){var p=a.value;switch(p.label){case"top-left":t||(t=p.location);break;case"top-right":r||(r=p.location);break;case"bottom-right":n||(n=p.location);break;case"bottom-left":o||(o=p.location)}}}catch(e){f.e(e)}finally{f.f()}if(![t,r,n,o].every(Boolean))return console.debug("Not qualified, corners missing"),!1;var h={x:(t.x+n.x)/2,y:(t.y+n.y)/2},g={x:(r.x+o.x)/2,y:(r.y+o.y)/2},m=kK(u,h),v=kK(u,g);return Math.sqrt(m)>(l+d)/8||Math.sqrt(v)>(l+d)/8?(console.debug("Not qualified, not close enough"),!1):(console.debug("Qualified"),!0)}var jK=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,r,n,o,a,i,s,c;return t=e,(r=[{key:"load",value:(c=CD(regeneratorRuntime.mark((function e(){var t,r,n,o=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=o.length>0&&void 0!==o[0]?o[0]:{},r=t.opencvUrl,n=t.modelUrl,e.next=3,Promise.all([LK({url:r}),this.loadModel({modelUrl:n})]);case 3:case"end":return e.stop()}}),e,this)}))),function(){return c.apply(this,arguments)})},{key:"loadModel",value:(s=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=a.length>0&&void 0!==a[0]?a[0]:{},r=t.modelUrl,n=void 0===r?DK:r,e.next=3,dD.initTensorFlow({preferredBackends:["webgl","wasm","cpu"]});case 3:return e.next=5,dD.loadTFLiteModel({modelUrl:n});case 5:this.model=e.sent,o=this.model.inputs,this.inputSize=[o[0].shape[1],o[0].shape[2]];case 8:case"end":return e.stop()}}),e,this)}))),function(){return s.apply(this,arguments)})},{key:"loadResource",value:(i=CD(regeneratorRuntime.mark((function e(){var t,r,n,o=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=o.length>0&&void 0!==o[0]?o[0]:{},r=t.modelUrl,n=void 0===r?DK:r,e.next=3,dD.preloadResource({modelUrl:n});case 3:case"end":return e.stop()}}),e)}))),function(){return i.apply(this,arguments)})},{key:"dispose",value:(a=CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:this.model&&this.model.dispose();case 1:case"end":return e.stop()}}),e,this)}))),function(){return a.apply(this,arguments)})},{key:"predict",value:(o=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f,p,h,g,m,v,y,b,w,C,k,E,B,S,_,A,T,I=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=I.length>1&&void 0!==I[1]?I[1]:{},n=r.imgMargin,o=void 0===n?.5:n,a=r.detectThreshold,i=void 0===a?.3:a,s=r.maxNumReturns,c=void 0===s?100:s,u=window,l=u.cv,d={},f=t.width,p=t.height,d.originalWidth=f,d.originalHeight=p,h=BK({canvas:t,imgMargin:o}),g=h.margin,m=h.mat,v=TD(this.inputSize,2),y=v[0],b=v[1],w=new l.Mat,l.resize(m,w,new l.Size(y,b),0,0,l.INTER_AREA),C=m.cols/y,k=m.rows/b,(E=document.createElement("canvas")).width=y,E.height=b,E.getContext("2d").putImageData(new ImageData(new Uint8ClampedArray(w.data),w.cols,w.rows),0,0),m.delete(),w.delete(),d.canvas=E,d.margin=g,e.next=24,this.detect(E,{detectThreshold:i,maxNumReturns:c});case 24:if(B=e.sent,S={inputImage:d,card:null},_=[],A=[],B.forEach((function(e){var t=TD(e.box,4),r=t[0],n=t[1],o=t[2],a=t[3];e.clazz<=3?_.push({clazz:e.clazz,label:e.label,score:e.score,location:{x:RK(Math.floor((a+n)/2*C-g),0,f),y:RK(Math.floor((r+o)/2*k-g),0,p)},scaledLocation:{x:RK(Math.floor((a+n)/2),0,E.width),y:RK(Math.floor((r+o)/2),0,E.height)}}):A.push({label:e.label,score:e.score,box:[RK(Math.floor(r*k-g),0,p),RK(Math.floor(n*C-g),0,f),RK(Math.floor(o*k-g),0,p),RK(Math.floor(a*C-g),0,f)]})})),_.sort((function(e,t){return t.score-e.score})),A.sort((function(e,t){return t.score-e.score})),!(A.length>0)){e.next=40;break}if(UK({card:T=A[0],corners:_})){e.next=36;break}return console.debug("Not qualified.",T,_),e.abrupt("return",S);case 36:return _.sort((function(e,t){return e.clazz-t.clazz})),T.corners=_,S.card=T,e.abrupt("return",S);case 40:return e.abrupt("return",S);case 41:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"detect",value:(n=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f,p,h,g,m,v,y,b,w,C,k,E,B,S=this,_=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=_.length>1&&void 0!==_[1]?_[1]:{},n=r.detectThreshold,o=r.maxNumReturns,a=window,i=a.tf,s=t.width,c=t.height,u=i.tidy((function(){var e=i.expandDims(i.cast(i.image.resizeNearestNeighbor(i.browser.fromPixels(t),S.inputSize),"float32"));return S.model.predict(e)})),e.next=7,Promise.all([u["StatefulPartitionedCall:1"].data(),u["StatefulPartitionedCall:2"].data(),u["StatefulPartitionedCall:3"].array()]);case 7:for(l=e.sent,d=TD(l,3),f=d[0],p=d[1],h=TD(d[2],1),g=h[0],m=[],v=Math.min(f.length,o),y=0;y<v;y++)(b=f[y])>n&&(C=p[y],k=null!==(w=MK[Math.round(C)])&&void 0!==w?w:"NA",E=g[y],B=[E[0]*c,E[3]*s,E[2]*c,E[1]*s],m.push({score:b,clazz:C,box:B,label:k}));return e.abrupt("return",m);case 17:case"end":return e.stop()}}),e)}))),function(e){return n.apply(this,arguments)})}])&&function(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}(t.prototype,r),e}();function FK(e){return VK.apply(this,arguments)}function VK(){return(VK=CD(regeneratorRuntime.mark((function e(t){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.idCardModel,e.abrupt("return",new Promise((function(e,t){var n=document.createElement("canvas");setTimeout(t,1e3),r.predict(n).then(e)})));case 2:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function zK(e){return KK.apply(this,arguments)}function KK(){return(KK=CD(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.idCardModel,n=!0,e.prev=2,o=performance.now(),e.next=6,FK({idCardModel:r});case 6:performance.now()-o>1e3&&(n=!1),e.next=13;break;case 10:e.prev=10,e.t0=e.catch(2),n=!1;case 13:return e.abrupt("return",{fastEnough:n});case 14:case"end":return e.stop()}}),e,null,[[2,10]])})))).apply(this,arguments)}function qK(){return(qK=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c,u,l,d,f,p,h=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=h.length>0&&void 0!==h[0]?h[0]:{},r=t.opencvUrl,n=t.idCardModelUrl,o=t.blazefaceModelUrl,a=t.tfScriptUrls,"iOS"!==GD.osName||!GD.osVersion.includes("12.")){e.next=5;break}return e.next=4,LK({url:r});case 4:return e.abrupt("return",{ableToUseModel:!1});case 5:return e.next=7,dD.loadTensorFlow(a);case 7:return i=new jK,e.next=10,Promise.all([dD.loadBlazefaceModel({modelUrl:o}),i.load({opencvUrl:r,modelUrl:n})]);case 10:return s=e.sent,c=TD(s,1),u=c[0],l=!0,d=document.createElement("canvas"),e.prev=15,e.next=18,i.predict(d);case 18:return e.next=20,zK({idCardModel:i});case 20:f=e.sent,p=f.fastEnough,l=p,e.next=28;break;case 25:e.prev=25,e.t0=e.catch(15),l=!1;case 28:return e.abrupt("return",{ableToUseModel:l,idCardModel:i,blazefaceModel:u});case 29:case"end":return e.stop()}}),e,null,[[15,25]])})))).apply(this,arguments)}var HK=aF((function(){return qK.apply(this,arguments)})),WK=ZI.Errors;function QK(e){var t=e.refVideo,r=e.shouldStart,n=e.cropArea,o=e.settings,a=ov.useRef(null);null===a.current&&(a.current=document.createElement("canvas"));var i=ov.useRef(!1),s=ov.useRef(IL.createResizer({width:960,height:640})),c=ov.useRef(null),u=ov.useRef([{id:null,frames:[]}]),l=ov.useCallback((function(){!0===i.current&&(i.current=!1)}),[]),d=ov.useCallback((function(){u.current=[{id:null,frames:[]}]}),[]),f=ov.useCallback((function(){var e=u.current;e[e.length-1].frames.length>0&&e.push({id:null,frames:[]})}),[]),p=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,a,i,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=t.workingCanvas,n=s.current,a=u.current,i=n.resize({srcCanvas:r}),c=i.toDataURL("image/jpeg",o.saveFrameQuality/100).split(",")[1],a[a.length-1].frames.push({base64:c});case 7:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[o]),h=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var r,n,s,u,l,d,f,h,g,m,v;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o){e.next=2;break}return e.abrupt("return");case 2:if(r=o.frameCaptureIntervalMs,o.enableRecording){e.next=5;break}return e.abrupt("return");case 5:n=c.current,s=t.current,i.current=!0,u=n.cropX,l=n.cropY,d=n.cropWidth,f=n.cropHeight,(h=a.current).width=d,h.height=f,g=h.getContext("2d"),m=null;case 14:if(g.drawImage(s,u,l,d,f,0,0,d,f),!r){e.next=25;break}if(!((v=(new Date).getTime())-m>=r)){e.next=23;break}return e.next=22,p({workingCanvas:h});case 22:m=v;case 23:e.next=27;break;case 25:return e.next=27,p({workingCanvas:h});case 27:if(i.current){e.next=29;break}return e.abrupt("break",33);case 29:return e.next=31,FN.sleep(15);case 31:e.next=14;break;case 33:case"end":return e.stop()}}),e)}))),[t,p,o]);return ov.useEffect((function(){var e=t.current;function o(){return(o=CD(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return c.current=fO.analyzeVideoAndWindowSizes(e,n),t.next=3,h();case 3:case"end":return t.stop()}}),t)})))).apply(this,arguments)}return r&&n&&function(){o.apply(this,arguments)}(),function(){l()}}),[r,n,t,l,f,h]),{refWorkingCanvas:a,stopCheckFrame:l,splitVideos:f,resetRecordedVideos:d,checkFrame:h,refRecordedVideos:u}}var GK,XK,YK,$K=function(e){var t=e.lang,r=e.onAboutToTimeout,n=e.onSessionTimeout,o=e.onVideoTimeLimitReached,a=e.settings,i=e.shouldStartTimers,s=e.sessionTime,c=ov.useRef(),u=TD(ov.useState(0),2),l=u[0],d=u[1],f=ov.useCallback((function(){clearInterval(c.current)}),[]),p=ov.useCallback((function(){d((function(e){return e+1}))}),[]);return ov.useEffect((function(){if(i){var e=a.maxRecordingTimePerVideo,t=0,u=s/3;c.current=setInterval((function(){var a=s-(t+=1);a<=u&&r&&r({curTimeLeft:a}),t>0&&t%e==0&&o&&o(),0===a&&(f(),n&&n())}),1e3)}return function(){f()}}),[i,t,r,f,n,o,l,a,s]),{stopTimers:f,startTimers:p}},ZK=function(e){var t=e.shouldStart,r=e.refVideo,n=e.cropArea,o=e.settings,a=e.onModelErrorChange,i=e.frontSide,s=e.onDebugInfoChange,c=e.onAboutToTimeout,u=e.onSessionTimeout,l=e.onCaptureDone,d=e.outputEncryptionSettings,f=e.quality,p=ov.useRef(!1),h=TD(ov.useState(!1),2),g=h[0],m=h[1],v=ov.useRef((function(){})),y=LN.useSDKTracking().sendEvent,b=ov.useRef(),w=ov.useRef(),C=ov.useRef(),k=nN.useSDKSettings(),E=k.debug,B=k.lang,S=k.enableAntiDebug;ov.useEffect((function(){S&&fD.enableAntiDebug()}),[S]);var _=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return y({tag:i?"id_front":"id_back",event:"sdk_ui.auto_capture",log:{}}),e.next=3,v.current(t);case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[y,i]),A=ov.useCallback((function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];a.apply(void 0,t);var n=eF(t,"0.code");n&&n!==b.current&&y({tag:i?"id_front":"id_back",event:"sdk_ui.show_alert",log:{alert:n}}),b.current=n}),[a,i,y]),T=function(e){var t=e.refVideo,r=e.shouldStart,n=e.cropArea,o=e.settings,a=e.onError,i=e.frontSide,s=e.onAutoCaptureSuccess,c=e.quality,u=ov.useRef(null);null===u.current&&(u.current=document.createElement("canvas"));var l=ov.useRef(!1),d=ov.useRef(null),f=TD(ov.useState(!1),2),p=f[0],h=f[1],g=ov.useRef({imageBlob:null,takenAt:null,blurScore:null,detectedCard:null}),m=ov.useRef({imageBlob:null,blurScore:null,error:null,detectedCard:null}),v=ov.useRef(!1),y=ov.useRef(!1),b=ov.useRef(null),w=ov.useRef(!1),C=ov.useRef({}),k=nN.useSDKSettings().customUrls;ov.useEffect((function(){var e=!1;function t(){return(t=CD(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!o||p){t.next=12;break}if(!o.enableIdDetection){t.next=8;break}return t.next=4,HK(k);case 4:C.current=t.sent,b.current=o.enableBlurCheck&&C.current.ableToUseModel,t.next=9;break;case 8:b.current=!1;case 9:if(!e){t.next=11;break}return t.abrupt("return");case 11:h(!0);case 12:case"end":return t.stop()}}),t)})))).apply(this,arguments)}return function(){t.apply(this,arguments)}(),function(){e=!0}}),[p,o,k]);var E=ov.useCallback((function(){!0===l.current&&(l.current=!1)}),[]),B=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,a,i,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.blurScore,n=t.detectedCard,a=o.blurThreshold,i=g.current,s=m.current,!(r<a&&lO.hasBetterCardBlurScore(r,i.blurScore))){e.next=15;break}if(!w.current){e.next=9;break}i.imageBlob=s.imageBlob,e.next=12;break;case 9:return e.next=11,fO.takePicture({canvas:u.current,quality:c});case 11:i.imageBlob=e.sent;case 12:i.takenAt=(new Date).getTime(),i.blurScore=r,i.detectedCard=n;case 15:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[o,c]),S=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.blurScore,n=t.detectedCard,y.current=!0,o=m.current,!lO.hasBetterCardBlurScore(r,o.blurScore)){e.next=10;break}return e.next=6,fO.takePicture({canvas:u.current,quality:c});case 6:o.imageBlob=e.sent,o.blurScore=r,o.detectedCard=n,w.current=!0;case 10:y.current=!1;case 11:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[c]),_=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var t,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=o.waitForBestImageTimeMs,null===(r=g.current).imageBlob){e.next=8;break}if(!((new Date).getTime()-r.takenAt>t)){e.next=8;break}return e.next=7,s(r);case 7:E();case 8:case"end":return e.stop()}}),e)}))),[s,o,E]),A=ov.useCallback((function(){v.current=!0}),[]),T=ov.useCallback((function(){return new Promise((function(e){v.current=!1;var t=setInterval((function(){y.current||(clearInterval(t),e())}),150)}))}),[]),I=ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise((function(e){var t=o.blurThreshold,r=m.current;b.current?(A(),setTimeout((function(){T().then((function(){lO.hasBetterCardBlurScore(r.blurScore,t)||(r.error=WK.id_detector_error_blur),null===r.imageBlob?fO.takePicture({canvas:u.current,quality:c}).then((function(t){r.imageBlob=t,e(r)})):e(r)}))}),2e3)):fO.takePicture({canvas:u.current,quality:c}).then((function(t){r.imageBlob=t,e(r)}))})));case 1:case"end":return e.stop()}}),e)}))),[o,A,T,c]),x=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var r,n,s,c,f,h,y,b,k,E,A,T,I,x,P,R,N,O,L,D,M,U,j,F,V;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o&&p&&!l.current){e.next=2;break}return e.abrupt("return");case 2:g.current={imageBlob:null,takenAt:null,blurScore:null,detectedCard:null},m.current={imageBlob:null,blurScore:null,error:null,detectedCard:null},r=o.enableAutoCapture,n=o.enableBlurCheck,s=o.enableIdDetection,c=C.current,f=c.idCardModel,h=c.blazefaceModel,y=c.ableToUseModel,b=d.current,k=t.current,l.current=!0,E=b.cropX,A=b.cropY,T=b.cropWidth,I=b.cropHeight,x=b.cropWidthWithoutPadding,P=b.cropHeightWithoutPadding,(R=u.current).width=T,R.height=I,N=R.getContext("2d"),O=document.createElement("canvas"),L=O.getContext("2d"),D=s&&y?15:700;case 17:if(N.drawImage(k,E,A,T,I,0,0,T,I),w.current=!1,!s||!y){e.next=74;break}return M=null,e.next=24,f.predict(R,{detectThreshold:.3});case 24:if(!(U=e.sent).card){e.next=70;break}if(!_K({corners:U.card.corners,width:T,height:I})){e.next=67;break}if(!IK(U.card.corners)){e.next=64;break}if(j=SK(R,U.card.corners),!((F=bO.rectAreaRatio({small:{area:j.width*j.height},big:{area:x*P}}))<.5)){e.next=36;break}M=WK.id_detector_card_too_small,e.next=62;break;case 36:if(!(F>.95)){e.next=40;break}M=WK.id_detector_error_incomplete,e.next=62;break;case 40:return O.width=j.width,O.height=j.height,L.putImageData(j,0,0),e.next=45,AK({canvas:O});case 45:if(!e.sent){e.next=50;break}M=WK.glare_detected,e.next=62;break;case 50:return e.next=52,xK({blazefaceModel:h,predictedIdCardCanvas:O,frontSide:i});case 52:if(M=e.sent){e.next=62;break}if(!n){e.next=62;break}if(V=lO.calculateIdCardBlurScore({canvas:O}),!v.current){e.next=59;break}return e.next=59,S({blurScore:V,detectedCard:U.card});case 59:if(!r){e.next=62;break}return e.next=62,B({blurScore:V,detectedCard:U.card});case 62:e.next=65;break;case 64:M=WK.id_detector_validate_angle_error;case 65:e.next=68;break;case 67:M=WK.id_detector_error_incomplete;case 68:e.next=71;break;case 70:M=WK.id_detector_no_cards;case 71:return a(M),e.next=74,_();case 74:if(l.current){e.next=76;break}return e.abrupt("break",80);case 76:return e.next=78,FN.sleep(D);case 78:e.next=17;break;case 80:case"end":return e.stop()}}),e)}))),[t,o,p,i,a,B,S,_]);ov.useEffect((function(){var e=t.current;function o(){return(o=CD(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return d.current=fO.analyzeVideoAndWindowSizes(e,n,.05),t.next=3,x();case 3:case"end":return t.stop()}}),t)})))).apply(this,arguments)}r&&n&&p&&function(){o.apply(this,arguments)}()}),[r,n,t,E,x,p]);var P=ov.useCallback((function(){E()}),[E]);return ov.useEffect((function(){return P}),[P]),{refWorkingCanvas:u,stopCheckFrame:E,checkFrame:x,warmupDone:p,takePictureManually:I,refAbleToRunBurstMode:b}}({refVideo:r,shouldStart:t,cropArea:n,settings:o,onError:A,frontSide:i,onAutoCaptureSuccess:_,quality:f}),I=T.refWorkingCanvas,x=T.stopCheckFrame,P=T.checkFrame,R=T.warmupDone,N=T.takePictureManually,O=T.refAbleToRunBurstMode,L=QK({refVideo:r,shouldStart:t&&R,cropArea:n,settings:o}),D=L.stopCheckFrame,M=L.splitVideos,U=L.resetRecordedVideos,j=L.checkFrame,F=L.refRecordedVideos;!function(e){var t=e.debug,r=e.refRecordedVideos,n=e.refWorkingCanvas,o=e.refVideo,a=e.onChange;ov.useEffect((function(){var e;return t&&(e=setInterval((function(){var e=o.current,t=r.current,i=n.current,s=t[t.length-1],c={videoWidth:e.videoWidth,videoHeight:e.videoHeight,framesCount:s.frames.length,"window.innerWidth":window.innerWidth,"window.innerHeight":window.innerHeight,"canvas.width":null==i?void 0:i.width,"canvas.height":null==i?void 0:i.height};a&&a(JSON.stringify(c,null,2))}),1e3)),function(){return clearInterval(e)}}),[a,t,r,n,o])}({debug:E,refRecordedVideos:F,refWorkingCanvas:I,refVideo:r,onChange:s});var V=ov.useCallback((function(){D(),x(),U(),u()}),[U,D,x,u]),z=ov.useCallback((function(){M()}),[M]),K=$K({lang:B,onAboutToTimeout:c,onSessionTimeout:V,onVideoTimeLimitReached:z,settings:o,shouldStartTimers:R&&t&&(null==o?void 0:o.enableTimers),sessionTime:null==o?void 0:o.idCardSessionTime}),q=K.stopTimers,H=K.startTimers,W=ov.useCallback((function(){p.current=!1}),[]),Q=ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return W(),H(),e.next=4,Promise.all([j(),P()]);case 4:case"end":return e.stop()}}),e)}))),[j,P,H,W]),G=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,s,c=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=c.length>0&&void 0!==c[0]?c[0]:{},r=t.imageBlob,n=t.error,o=t.detectedCard,!p.current){e.next=3;break}return e.abrupt("return");case 3:if(p.current=!0,m(!0),D(),x(),q(),A(null),!d||!d.key){e.next=14;break}return s=d.key,e.next=13,gD.encrypt({blob:r,key:s});case 13:a=e.sent;case 14:l({image:{blob:r,encrypted:a,detectedCard:o},error:n,recordedVideos:F.current}),m(!1),y({tag:i?"id_front":"id_back",event:"user_activity",log:{time_capture_in_seconds:(performance.now()-C.current)/1e3}});case 17:case"end":return e.stop()}}),e)}))),[D,x,q,A,l,F,i,y,d]);v.current=G;var X=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return m(!0),q(),D(),O.current||x(),e.next=6,N();case 6:return t=e.sent,e.next=9,G(t);case 9:m(!1),y({tag:i?"id_front":"id_back",event:"user_activity.capture",log:{}});case 11:case"end":return e.stop()}}),e)}))),[N,G,q,O,D,x,y,i]);return ov.useEffect((function(){t&&(y({tag:i?"id_front":"id_back",event:"user_activity.start",log:{}}),w.current=performance.now())}),[y,i,t]),ov.useEffect((function(){R&&(y({tag:i?"id_front":"id_back",event:"user_activity.show",log:{}}),y({tag:i?"id_front":"id_back",event:"sdk.load_model",log:{status:"success",time_in_ms:performance.now()-w.current}}),C.current=performance.now())}),[y,i,R]),{warmupDone:R,isProcessing:g,takePictureManually:X,restartSession:Q,resetIsProcessingImageBlobTaken:W}},JK=ZI.IDCardMessage,eq=ov.forwardRef((function(e,t){var r=e.description,n=e.usePortraitMask,o=e.windowAndVideoInfo,a=e.refVideo,i=e.frontSide,s=e.settings,c=e.onCaptureDone,u=e.onUISpacingChange,l=e.outputEncryptionSettings,d=TD(ov.useState({}),2),f=d[0],p=d[1],h=f.yDescription,g=f.yMessage,m=f.yCaptureButton,v=UN.useAsset("ic_camera.svg"),y=UN.useAsset("ic_loading.png"),b=TD(ov.useState(""),2),w=b[0],C=b[1],k=nN.useSDKSettings(),E=k.debug,B=k.lang,S=TD(ov.useState(null),2),_=S[0],A=S[1],T=TD(ov.useState(""),2),I=T[0],x=T[1],P=TD(ov.useState(null),2),R=P[0],N=P[1],O=mK(),L=O.showPopup,D=O.popupShown,M=O.popupType,U=ov.useCallback((function(e){x(null===e?"":Pj(e.msg[B])({side:i?lK.FRONT[B]:lK.BACK[B]}))}),[B,i]),j=ov.useCallback((function(){A(""),L({popupType:vK})}),[L]),F=ov.useCallback((function(){A(""),c.apply(void 0,arguments)}),[c]),V=ov.useCallback((function(e){var t=e.curTimeLeft;A(Pj(JK.REMAINING_TIME[B])({x:t}))}),[B]),z=ZK({shouldStart:!0,refVideo:a,cropArea:R,settings:s,onModelErrorChange:U,frontSide:i,onDebugInfoChange:C,onSessionTimeout:j,onCaptureDone:F,onAboutToTimeout:V,outputEncryptionSettings:l}),K=z.warmupDone,q=z.isProcessing,H=z.takePictureManually,W=z.restartSession,Q=z.resetIsProcessingImageBlobTaken,G=ov.useCallback((function(){L({popupType:null}),Q()}),[L,Q]),X=ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return G(),e.next=3,W();case 3:case"end":return e.stop()}}),e)}))),[W,G]);ov.useEffect((function(){if(o){var e,t,r,a,i,s,c,l=o.videoAreaWidth,d=o.videoAreaHeight,f=o.lostX,h=o.lostY,g=o.clientHeight;n?(i=.7*(s=d-165),r=(c=(e=h+10)+45)+20,a=(t=c+s+10)+60):(i=GD.isMobile?l-6:Math.floor(.7*l),r=(c=(e=h+10)+50)+20,a=(t=c+(s=Math.floor(Math.min(i/1.5,g-2*h-80-100)))+10)+60);var m=Math.floor((l-i)/2)+f;N({x:m,y:c,width:i,height:s,surroundStyle:{opacity:.6,background:"#000"}});var v={yTitle:e,yDescription:t,yMessage:r,yCaptureButton:a};p(v),u(v)}}),[o,n,u]);var Y=ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return A(""),e.next=3,H();case 3:case"end":return e.stop()}}),e)}))),[H]);return ov.useImperativeHandle(t,(function(){return{restartSession:X}}),[X]),ov.createElement(ov.Fragment,null,!K&&ov.createElement(yV,null),E&&ov.createElement(aK,null,w),q&&ov.createElement(eK,null,ov.createElement("img",{src:y,alt:"",className:"spin"})),R&&ov.createElement(BM,{x:"".concat(R.x,"px"),y:"".concat(R.y,"px"),width:"".concat(R.width,"px"),height:"".concat(R.height,"px"),surroundStyle:R.surroundStyle},ov.createElement(uK,{width:R.width,height:R.height,type:I?gz.ERROR:gz.DEFAULT})),!I&&ov.createElement(iK,{y:"".concat(h,"px"),className:"description"},r),I&&ov.createElement(sK,{y:"".concat(h,"px")},I),!q&&(!(null!=s&&s.disableCaptureButtonIfAlert)||!I)&&ov.createElement(Jz,{onClick:Y,y:"".concat(m,"px")},ov.createElement("img",{src:v,alt:""})),_&&ov.createElement(cK,{key:_,className:"message",y:"".concat(g,"px")},_),ov.createElement(JF,{open:D},M===vK&&ov.createElement(gK,{onOk:X,maxSessionTime:null==s?void 0:s.idCardSessionTime})))}));eq.propTypes={usePortraitMask:Iv.bool,description:Iv.string,windowAndVideoInfo:Iv.shape({}),refVideo:Iv.shape({}),frontSide:Iv.bool,settings:Iv.shape({}),onCaptureDone:Iv.func,onUISpacingChange:Iv.func,outputEncryptionSettings:Iv.shape({})},eq.defaultProps={usePortraitMask:!1,description:"",windowAndVideoInfo:{},refVideo:{},frontSide:!0,settings:{},onCaptureDone:function(){},onUISpacingChange:function(){},outputEncryptionSettings:null};var tq,rq,nq=Zb.div(GK||(GK=AD(["\n background: ",";\n backdrop-filter: blur(12px);\n border-radius: 8px;\n top: ",";\n position: absolute;\n z-index: ",";\n color: #fff;\n padding: 10px;\n margin: 0 10px;\n max-width: 275px;\n text-align: center;\n"])),(function(e){return e.background}),(function(e){return e.y}),1020),oq=Zb.div(XK||(XK=AD(["\n width: 0;\n height: 0;\n border-left: 20px solid transparent;\n border-right: 20px solid transparent;\n border-bottom: ",";\n position: absolute;\n left: 50%;\n top: ",";\n transform: translateX(-50%);\n"])),(function(e){return"".concat(e.arrowSize,"px solid ").concat(e.color)}),(function(e){return"".concat(e.top,"px")})),aq=function(e){var t=e.children,r=e.y;return ov.createElement(nq,{y:r,background:"#00ce78"},ov.createElement(oq,{arrowSize:10,top:-10,color:"#00ce78"}),t)},iq=Zb.div(YK||(YK=AD(["\n text-align: center;\n position: absolute;\n font-size: 18px;\n border-radius: 3px;\n padding: 5px 10px;\n background: #ea3223;\n color: #fff;\n margin: auto;\n top: ",";\n z-index: ",";\n"])),(function(e){return e.y}),1020),sq={QR_INSTRUCTIONS_TEXT:{en:ov.createElement("span",null,"Please follow the instructions below to scan QR code:",ov.createElement("br",null),ov.createElement("br",null)," Move camera to the position of QR code on ID card. Align QR code to fit into camera frame to scan it"),vi:ov.createElement("span",null,"Vui lòng quét mã QR theo hướng dẫn sau:",ov.createElement("br",null),ov.createElement("br",null)," Đưa camera vào vị trí mã QR trên CCCD. Canh vừa mã QR vào 4 góc khung hình để quét mã")},QR_INSTRUCTIONS_START_BUTTON:{en:"Scan QR code",vi:"Tiến hành quét mã QR"},QR_INSTRUCTIONS_COUNTDOWN:{en:"Start in <%= x %> s",vi:"Bắt đầu trong <%= x %> giây"},QR_INVALID_POPUP_TITLE:{en:"Invalid QR code",vi:"QR không hợp lệ"},QR_INVALID_POPUP_DESCRIPTION:{en:"Please check and make sure scanning QR code on ID card",vi:"Vui lòng kiểm tra và đảm bảo việc thực hiện quét QR trên CCCD thật"},QR_INVALID_POPUP_RETRY_BUTTON:{en:"Scan QR (on ID card)",vi:"Quét lại QR (trên CCCD)"},QR_INVALID_POPUP_SKIP_BUTTON:{en:"Skip",vi:"Bỏ qua"},QR_TOOLTIP:{en:"Fit QR code to 4 corners of camera frame and try to move camera [in or out] to scan QR code",vi:"Canh vừa mã QR vào 4 góc khung hình và thử dịch chuyển camera [xa - gần] để quét được mã QR"},REMAINING_TIME:{en:"Remaining time: <%= x %> seconds",vi:"Thời gian còn lại: <%= x %> giây"},SESSION_TIMEOUT_POPUP_DESCRIPTION:{en:ov.createElement("span",null,"Quá thời gian quét. Vui lòng thực hiện lại.",ov.createElement("br",null),ov.createElement("br",null)," Đưa camera vào vị trí mã QR trên thẻ. Canh vừa vào 4 góc và"," ",ov.createElement("strong",{className:"text-primary"},"thử dịch chuyển camera [xa - gần]")," để camera điện thoại lấy nét chuẩn hơn."),vi:ov.createElement("span",null,"Quá thời gian quét. Vui lòng thực hiện lại.",ov.createElement("br",null),ov.createElement("br",null)," Đưa camera vào vị trí mã QR trên thẻ. Canh vừa vào 4 góc và"," ",ov.createElement("strong",{className:"text-primary"},"thử dịch chuyển camera [xa - gần]")," để camera điện thoại lấy nét chuẩn hơn.")},SESSION_TIMEOUT_POPUP_RETRY_BUTTON:{en:"Retry",vi:"Thực hiện lại"},SESSION_TIMEOUT_POPUP_SKIP_BUTTON:{en:"Skip",vi:"Bỏ qua"}},cq=function(e){var t=e.children,r=e.mt,n=e.mb,o=e.ml,a=e.mr,i=e.mx,s=e.my,c=e.pt,u=e.pb,l=e.pl,d=e.pr,f=e.px,p=e.py,h=t.props.style||{},g={};return null!==i&&(g.marginLeft=i,g.marginRight=i),null!==s&&(g.marginTop=s,g.marginBottom=s),null!==r&&(g.marginTop=r),null!==n&&(g.marginBottom=n),null!==o&&(g.marginLeft=o),null!==a&&(g.marginRight=a),null!==f&&(g.paddingLeft=f,g.paddingRight=f),null!==p&&(g.paddingTop=p,g.paddingBottom=p),null!==c&&(g.paddingTop=c),null!==u&&(g.paddingBottom=u),null!==l&&(g.paddingLeft=l),null!==d&&(g.paddingRight=d),ov.cloneElement(t,{style:SD(SD({},h),g)})};cq.propTypes={mt:Iv.string,ml:Iv.string,mr:Iv.string,mb:Iv.string,mx:Iv.string,my:Iv.string,pt:Iv.string,pl:Iv.string,pr:Iv.string,pb:Iv.string,px:Iv.string,py:Iv.string},cq.defaultProps={mt:null,ml:null,mr:null,mb:null,mx:null,my:null,pt:null,pl:null,pr:null,pb:null,px:null,py:null};var uq,lq,dq,fq,pq,hq,gq=Zb.button(tq||(tq=AD(["\n width: 100%;\n max-width: 294px;\n height: 66px;\n background-color: ",";\n border: 0;\n outline: none;\n border-radius: 3px;\n color: #fff;\n font-weight: normal;\n cursor: pointer;\n font-size: 1rem;\n"])),(function(e){return e.theme.tsBlue})),mq=Zb.a(rq||(rq=AD(["\n color: ",";\n cursor: pointer;\n"])),(function(e){return e.theme.tsBlue})),vq=Zb.div(uq||(uq=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n padding: 10px;\n"]))),yq=Zb.div(lq||(lq=AD(["\n color: ",";\n font-weight: bold;\n font-size: 16px;\n"])),(function(e){return e.theme.tsSecondary})),bq=Zb.div(dq||(dq=AD(["\n color: ",";\n font-weight: normal;\n font-size: 16px;\n text-align: center;\n"])),(function(e){return e.theme.tsSecondary})),wq=function(e){var t=e.onRetry,r=e.onSkip,n=nN.useSDKSettings().lang;return ov.createElement(vq,null,ov.createElement(cq,{mt:"25px"},ov.createElement(yq,null,sq.QR_INVALID_POPUP_TITLE[n])),ov.createElement(cq,{mt:"30px"},ov.createElement(bq,null,sq.QR_INVALID_POPUP_DESCRIPTION[n])),ov.createElement(cq,{mt:"30px"},ov.createElement(gq,{onClick:t},sq.QR_INVALID_POPUP_RETRY_BUTTON[n])),ov.createElement(cq,{my:"20px"},ov.createElement(mq,{onClick:r},sq.QR_INVALID_POPUP_SKIP_BUTTON[n])))};wq.propTypes={onRetry:Iv.func,onSkip:Iv.func},wq.defaultProps={onRetry:function(){},onSkip:function(){}};var Cq=Zb.div(fq||(fq=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n padding: 10px;\n"]))),kq=Zb.div(pq||(pq=AD(["\n background: #e7e6e6;\n width: 100%;\n display: flex;\n justify-content: center;\n"]))),Eq=Zb.div(hq||(hq=AD(["\n color: ",";\n font-weight: normal;\n font-size: 16px;\n text-align: center;\n line-height: 20px;\n"])),(function(e){return e.theme.tsSecondary})),Bq=function(e){var t=e.onRetry,r=e.onSkip,n=nN.useSDKSettings().lang,o=UN.useAsset("qr_code_banner.svg");return ov.createElement(Cq,null,ov.createElement(kq,null,ov.createElement("img",{src:o,alt:""})),ov.createElement(cq,{mt:"30px"},ov.createElement(Eq,null,sq.SESSION_TIMEOUT_POPUP_DESCRIPTION[n])),ov.createElement(cq,{mt:"30px"},ov.createElement(gq,{onClick:t},sq.SESSION_TIMEOUT_POPUP_RETRY_BUTTON[n])),ov.createElement(cq,{my:"20px"},ov.createElement(mq,{onClick:r},sq.SESSION_TIMEOUT_POPUP_SKIP_BUTTON[n])))};Bq.propTypes={onRetry:Iv.func,onSkip:Iv.func},Bq.defaultProps={onRetry:function(){},onSkip:function(){}};var Sq,_q,Aq,Tq,Iq,xq,Pq=["children","ratio","padding"],Rq=Zb.div(Sq||(Sq=AD(["\n width: 100%;\n padding-bottom: ","%;\n position: relative;\n"])),(function(e){return 1/e.ratio*100})),Nq=Zb.div(_q||(_q=AD(["\n position: absolute;\n top: ",";\n left: ",";\n right: ",";\n bottom: ",";\n"])),(function(e){return e.padding}),(function(e){return e.padding}),(function(e){return e.padding}),(function(e){return e.padding})),Oq=function(e){var t=e.children,r=e.ratio,n=e.padding,o=_D(e,Pq);return ov.createElement(Rq,ED({ratio:r},o),ov.createElement(Nq,{padding:n},t))};Oq.propTypes={children:Iv.node,ratio:Iv.number,padding:Iv.string},Oq.defaultProps={children:null,ratio:4/3,padding:"0"};var Lq=Zb.div(Aq||(Aq=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n padding: 10px;\n"]))),Dq=Zb.div(Tq||(Tq=AD(["\n background: #e7e6e6;\n width: 100%;\n"]))),Mq=Zb.img(Iq||(Iq=AD(["\n width: 100%;\n height: 100%;\n object-fit: contain;\n border-radius: 5px;\n"]))),Uq=Zb.div(xq||(xq=AD(["\n color: ",";\n font-weight: normal;\n font-size: 16px;\n text-align: center;\n line-height: 20px;\n"])),(function(e){return e.theme.tsSecondary})),jq=function(e){var t=e.onClickStart,r=e.onTimeout,n=e.timeout,o=nN.useSDKSettings().lang,a=UN.useAsset("qr_code_banner.png"),i=ov.useRef(n),s=TD(ov.useState((function(){return Pj(sq.QR_INSTRUCTIONS_COUNTDOWN[o])({x:n})})),2),c=s[0],u=s[1];return ov.useEffect((function(){var e=Pj(sq.QR_INSTRUCTIONS_COUNTDOWN[o]),t=setInterval((function(){i.current--,u(e({x:i.current})),i.current<=0&&(clearInterval(t),r&&r())}),1e3);return function(){clearInterval(t)}}),[o,r]),ov.createElement(Lq,null,ov.createElement(Dq,null,ov.createElement(Oq,{ratio:1.6},ov.createElement(Mq,{src:a}))),ov.createElement(cq,{mt:"30px"},ov.createElement(Uq,null,sq.QR_INSTRUCTIONS_TEXT[o])),ov.createElement(cq,{mt:"30px"},ov.createElement(gq,{onClick:t},sq.QR_INSTRUCTIONS_START_BUTTON[o])),ov.createElement(cq,{my:"20px"},ov.createElement(Uq,null,c)))};jq.propTypes={onClickStart:Iv.func,onTimeout:Iv.func,timeout:Iv.number},jq.defaultProps={onClickStart:null,onTimeout:null,timeout:10};var Fq=/^\d{12}\|(\d{9})?\|.+\|\d{8}\|((Nam)|(Nữ))\|.+\|\d{8}$/g,Vq=function(e){var t=e.match(Fq);return{valid:Boolean(t)}},zq=function(){function t(e,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this._onDecodeError,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this._calculateScanRegion,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"environment";$g(this,t),this.$video=e,this.$canvas=document.createElement("canvas"),this._onDecode=r,this._legacyCanvasSize=t.DEFAULT_CANVAS_SIZE,this._preferredCamera=a,this._active=!1,this._paused=!1,this._flashOn=!1,"number"==typeof n?(this._legacyCanvasSize=n,console.warn("You're using a deprecated version of the QrScanner constructor which will be removed in the future")):this._onDecodeError=n,"number"==typeof o?(this._legacyCanvasSize=o,console.warn("You're using a deprecated version of the QrScanner constructor which will be removed in the future")):this._calculateScanRegion=o,this._scanRegion=this._calculateScanRegion(e),this._onPlay=this._onPlay.bind(this),this._onLoadedMetaData=this._onLoadedMetaData.bind(this),this._onVisibilityChange=this._onVisibilityChange.bind(this),e.disablePictureInPicture=!0,e.playsInline=!0,e.muted=!0;var i=!1;e.hidden&&(e.hidden=!1,i=!0),document.body.contains(e)||(document.body.appendChild(e),i=!0),requestAnimationFrame((function(){var t=window.getComputedStyle(e);"none"===t.display&&(e.style.setProperty("display","block","important"),i=!0),"visible"!==t.visibility&&(e.style.setProperty("visibility","visible","important"),i=!0),i&&(console.warn("QrScanner has overwritten the video hiding style to avoid Safari stopping the playback."),e.style.opacity=0,e.style.width=0,e.style.height=0)})),e.addEventListener("play",this._onPlay),e.addEventListener("loadedmetadata",this._onLoadedMetaData),document.addEventListener("visibilitychange",this._onVisibilityChange),this._qrEnginePromise=t.createQrEngine()}var r,n,o;return r=t,o=[{key:"hasCamera",value:function(){return t.listCameras(!1).then((function(e){return!!e.length})).catch((function(){return!1}))}},{key:"listCameras",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!navigator.mediaDevices)return Promise.resolve([]);var t=null;return(e?navigator.mediaDevices.getUserMedia({audio:!1,video:!0}).then((function(e){return t=e})).catch((function(){})):Promise.resolve()).then((function(){return navigator.mediaDevices.enumerateDevices()})).then((function(e){return e.filter((function(e){return"videoinput"===e.kind})).map((function(e,t){return{id:e.deviceId,label:e.label||(0===t?"Default Camera":"Camera ".concat(t+1))}}))})).finally((function(){if(t){var e,r=hm(t.getTracks());try{for(r.s();!(e=r.n()).done;){var n=e.value;n.stop(),t.removeTrack(n)}}catch(e){r.e(e)}finally{r.f()}}}))}},{key:"scanImage",value:function(e){var r=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],s=arguments.length>5&&void 0!==arguments[5]&&arguments[5],c=o instanceof Worker,u=Promise.all([o||t.createQrEngine(),t._loadImage(e)]).then((function(e){var s,u,l=lm(e,2),d=l[0],f=l[1];return o=d,s=lm(r._drawToCanvas(f,n,a,i),2),a=s[0],u=s[1],o instanceof Worker?(c||o.postMessage({type:"inversionMode",data:"both"}),new Promise((function(e,r){var n,i,s;i=function(a){"qrResult"===a.data.type&&(o.removeEventListener("message",i),o.removeEventListener("error",s),clearTimeout(n),null!==a.data.data?e(a.data.data):r(t.NO_QR_CODE_FOUND))},s=function(e){o.removeEventListener("message",i),o.removeEventListener("error",s),clearTimeout(n);var t=e?e.message||e:"Unknown Error";r("Scanner error: "+t)},o.addEventListener("message",i),o.addEventListener("error",s),n=setTimeout((function(){return s("timeout")}),1e4);var c=u.getImageData(0,0,a.width,a.height);o.postMessage({type:"decode",data:c},[c.data.buffer])}))):new Promise((function(e,r){var n=setTimeout((function(){return r("Scanner error: timeout")}),1e4);o.detect(a).then((function(n){n.length?e(n[0].rawValue):r(t.NO_QR_CODE_FOUND)})).catch((function(e){return r("Scanner error: "+(e.message||e))})).finally((function(){return clearTimeout(n)}))}))}));return n&&s&&(u=u.catch((function(){return t.scanImage(e,null,o,a,i)}))),u=u.finally((function(){c||t._postWorkerMessage(o,"close")}))}},{key:"createQrEngine",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:t.WORKER_PATH;return("BarcodeDetector"in window&&BarcodeDetector.getSupportedFormats?BarcodeDetector.getSupportedFormats():Promise.resolve([])).then((function(t){return-1!==t.indexOf("qr_code")?new BarcodeDetector({formats:["qr_code"]}):new Worker(e)}))}},{key:"_drawToCanvas",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];r=r||document.createElement("canvas");var o=t&&t.x?t.x:0,a=t&&t.y?t.y:0,i=t&&t.width?t.width:e.width||e.videoWidth,s=t&&t.height?t.height:e.height||e.videoHeight;if(!n){var c=t&&t.downScaledWidth?t.downScaledWidth:i,u=t&&t.downScaledHeight?t.downScaledHeight:s;r.width!==c&&(r.width=c),r.height!==u&&(r.height=u)}var l=r.getContext("2d",{alpha:!1});return l.imageSmoothingEnabled=!1,l.drawImage(e,o,a,i,s,0,0,r.width,r.height),[r,l]}},{key:"_loadImage",value:function(e){if(e instanceof HTMLCanvasElement||e instanceof HTMLVideoElement||window.ImageBitmap&&e instanceof window.ImageBitmap||window.OffscreenCanvas&&e instanceof window.OffscreenCanvas)return Promise.resolve(e);if(e instanceof Image)return t._awaitImageLoad(e).then((function(){return e}));if(e instanceof File||e instanceof Blob||e instanceof URL||"string"==typeof e){var r=new Image;return e instanceof File||e instanceof Blob?r.src=URL.createObjectURL(e):r.src=e,t._awaitImageLoad(r).then((function(){return(e instanceof File||e instanceof Blob)&&URL.revokeObjectURL(r.src),r}))}return Promise.reject("Unsupported image type.")}},{key:"_awaitImageLoad",value:function(e){return new Promise((function(t,r){var n,o;e.complete&&0!==e.naturalWidth?t():(n=function(){e.removeEventListener("load",n),e.removeEventListener("error",o),t()},o=function(){e.removeEventListener("load",n),e.removeEventListener("error",o),r("Image load error")},e.addEventListener("load",n),e.addEventListener("error",o))}))}},{key:"_postWorkerMessage",value:function(e,t,r){return Promise.resolve(e).then((function(e){e instanceof Worker&&e.postMessage({type:t,data:r})}))}}],(n=[{key:"hasFlash",value:function(){var e=null;return(this.$video.srcObject?Promise.resolve(this.$video.srcObject.getVideoTracks()[0]):this._getCameraStream().then((function(t){var r=t.stream;return console.warn("Call hasFlash after successfully starting the scanner to avoid creating a temporary video stream"),e=r,r.getVideoTracks()[0]}))).then((function(e){return"torch"in e.getSettings()})).catch((function(){return!1})).finally((function(){if(e){var t,r=hm(e.getTracks());try{for(r.s();!(t=r.n()).done;){var n=t.value;n.stop(),e.removeTrack(n)}}catch(e){r.e(e)}finally{r.f()}}}))}},{key:"isFlashOn",value:function(){return this._flashOn}},{key:"toggleFlash",value:function(){return this._flashOn?this.turnFlashOff():this.turnFlashOn()}},{key:"turnFlashOn",value:function(){var t=this;return this._flashOn?Promise.resolve():(this._flashOn=!0,!this._active||this._paused?Promise.resolve():this.hasFlash().then((function(e){return e?t.$video.srcObject.getVideoTracks()[0].applyConstraints({advanced:[{torch:!0}]}):Promise.reject("No flash available")})).catch((function(){throw t._flashOn=!1,e})))}},{key:"turnFlashOff",value:function(){if(this._flashOn)return this._flashOn=!1,this._restartVideoStream()}},{key:"destroy",value:function(){this.$video.removeEventListener("loadedmetadata",this._onLoadedMetaData),this.$video.removeEventListener("play",this._onPlay),document.removeEventListener("visibilitychange",this._onVisibilityChange),this.stop(),t._postWorkerMessage(this._qrEnginePromise,"close")}},{key:"start",value:function(){var e=this;return this._active&&!this._paused?Promise.resolve():("https:"!==window.location.protocol&&console.warn("The camera stream is only accessible if the page is transferred via https."),this._active=!0,document.hidden?Promise.resolve():(this._paused=!1,this.$video.srcObject?(this.$video.play(),Promise.resolve()):this._getCameraStream().then((function(t){var r=t.stream,n=t.facingMode;e.$video.srcObject=r,e.$video.play(),e._setVideoMirror(n),e._flashOn&&(e._flashOn=!1,e.turnFlashOn().catch((function(){})))})).catch((function(t){throw e._active=!1,t}))))}},{key:"stop",value:function(){this.pause(),this._active=!1}},{key:"pause",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(this._paused=!0,!this._active)return Promise.resolve(!0);this.$video.pause();var r=function(){var t,r=hm(e.$video.srcObject?e.$video.srcObject.getTracks():[]);try{for(r.s();!(t=r.n()).done;){var n=t.value;n.stop(),e.$video.srcObject.removeTrack(n)}}catch(e){r.e(e)}finally{r.f()}e.$video.srcObject=null};return t?(r(),Promise.resolve(!0)):new Promise((function(e){return setTimeout(e,300)})).then((function(){return!!e._paused&&(r(),!0)}))}},{key:"setCamera",value:function(e){return e===this._preferredCamera?Promise.resolve():(this._preferredCamera=e,this._restartVideoStream())}},{key:"setGrayscaleWeights",value:function(e,r,n){var o=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];t._postWorkerMessage(this._qrEnginePromise,"grayscaleWeights",{red:e,green:r,blue:n,useIntegerApproximation:o})}},{key:"setInversionMode",value:function(e){t._postWorkerMessage(this._qrEnginePromise,"inversionMode",e)}},{key:"_onPlay",value:function(){this._scanRegion=this._calculateScanRegion(this.$video),this._scanFrame()}},{key:"_onLoadedMetaData",value:function(){this._scanRegion=this._calculateScanRegion(this.$video)}},{key:"_onVisibilityChange",value:function(){document.hidden?this.pause():this._active&&this.start()}},{key:"_calculateScanRegion",value:function(e){var t=Math.min(e.videoWidth,e.videoHeight),r=Math.round(2/3*t);return{x:Math.round((e.videoWidth-r)/2),y:Math.round((e.videoHeight-r)/2),width:r,height:r,downScaledWidth:this._legacyCanvasSize,downScaledHeight:this._legacyCanvasSize}}},{key:"_scanFrame",value:function(){var e=this;if(!this._active||this.$video.paused||this.$video.ended)return!1;requestAnimationFrame((function(){e.$video.readyState<=1?e._scanFrame():e._qrEnginePromise.then((function(r){return t.scanImage(e.$video,e._scanRegion,r,e.$canvas)})).then(e._onDecode,(function(r){e._active&&(-1!==(r.message||r).indexOf("service unavailable")&&(e._qrEnginePromise=t.createQrEngine()),e._onDecodeError(r))})).then((function(){return e._scanFrame()}))}))}},{key:"_onDecodeError",value:function(e){e!==t.NO_QR_CODE_FOUND&&console.log(e)}},{key:"_getCameraStream",value:function(){var e=this;if(!navigator.mediaDevices)return Promise.reject("Camera not found.");var t="environment"===this._preferredCamera||"user"===this._preferredCamera?"facingMode":"deviceId",r=[{width:{min:1024}},{width:{min:768}},{}];return[].concat(dm(r.map((function(r){return Object.assign({},r,Jg({},t,{exact:e._preferredCamera}))}))),r).reduceRight((function(t,r){return function(){return navigator.mediaDevices.getUserMedia({video:r,audio:!1}).then((function(t){return{stream:t,facingMode:e._getFacingMode(t)||(r.facingMode?e._preferredCamera:"environment"===e._preferredCamera?"user":"environment")}})).catch(t)}}),(function(){return Promise.reject("Camera not found.")}))()}},{key:"_restartVideoStream",value:function(){var e=this,t=this._paused;return this.pause(!0).then((function(r){if(r&&!t&&e._active)return e.start()}))}},{key:"_setVideoMirror",value:function(e){var t="user"===e?-1:1;this.$video.style.transform="scaleX("+t+")"}},{key:"_getFacingMode",value:function(e){var t=e.getVideoTracks()[0];return t?/rear|back|environment/i.test(t.label)?"environment":/front|user|face/i.test(t.label)?"user":null:null}}])&&Zg(r.prototype,n),o&&Zg(r,o),t}();function Kq(){return qq.apply(this,arguments)}function qq(){return(qq=CD(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return zq.WORKER_PATH=mD(),e.next=3,zq.createQrEngine(zq.WORKER_PATH);case 3:return t=e.sent,e.abrupt("return",{qrEngine:t});case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function Hq(){return(Hq=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=c.length>0&&void 0!==c[0]?c[0]:{},r=t.opencvUrl,e.next=3,Promise.all([Kq(),LK({url:r})]);case 3:return n=e.sent,o=TD(n,1),a=o[0].qrEngine,i=window,s=i.cv,e.abrupt("return",{qrScannerResources:{engine:a,canvas:document.createElement("canvas")},blackAndWhiteConverterResources:{kernel:s.matFromArray(3,3,s.CV_32FC1,[-1,-1,-1,-1,11,-1,-1,-1,-1]),canvas:document.createElement("canvas"),dst:new s.Mat}});case 8:case"end":return e.stop()}}),e)})))).apply(this,arguments)}zq.DEFAULT_CANVAS_SIZE=400,zq.NO_QR_CODE_FOUND="No QR code found",zq.WORKER_PATH="qr-scanner-worker.min.js";var Wq=aF((function(){return Hq.apply(this,arguments)})),Qq=ND(OD((function(e,t){var r;r=function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=3)}([function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(e,t){this.width=t,this.height=e.length/t,this.data=e}return e.createEmpty=function(t,r){return new e(new Uint8ClampedArray(t*r),t)},e.prototype.get=function(e,t){return!(e<0||e>=this.width||t<0||t>=this.height||!this.data[t*this.width+e])},e.prototype.set=function(e,t,r){this.data[t*this.width+e]=r?1:0},e.prototype.setRegion=function(e,t,r,n,o){for(var a=t;a<t+n;a++)for(var i=e;i<e+r;i++)this.set(i,a,!!o)},e}();t.BitMatrix=n},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(2);t.addOrSubtractGF=function(e,t){return e^t};var o=function(){function e(e,t,r){this.primitive=e,this.size=t,this.generatorBase=r,this.expTable=new Array(this.size),this.logTable=new Array(this.size);for(var o=1,a=0;a<this.size;a++)this.expTable[a]=o,(o*=2)>=this.size&&(o=(o^this.primitive)&this.size-1);for(a=0;a<this.size-1;a++)this.logTable[this.expTable[a]]=a;this.zero=new n.default(this,Uint8ClampedArray.from([0])),this.one=new n.default(this,Uint8ClampedArray.from([1]))}return e.prototype.multiply=function(e,t){return 0===e||0===t?0:this.expTable[(this.logTable[e]+this.logTable[t])%(this.size-1)]},e.prototype.inverse=function(e){if(0===e)throw new Error("Can't invert 0");return this.expTable[this.size-this.logTable[e]-1]},e.prototype.buildMonomial=function(e,t){if(e<0)throw new Error("Invalid monomial degree less than 0");if(0===t)return this.zero;var r=new Uint8ClampedArray(e+1);return r[0]=t,new n.default(this,r)},e.prototype.log=function(e){if(0===e)throw new Error("Can't take log(0)");return this.logTable[e]},e.prototype.exp=function(e){return this.expTable[e]},e}();t.default=o},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(1),o=function(){function e(e,t){if(0===t.length)throw new Error("No coefficients.");this.field=e;var r=t.length;if(r>1&&0===t[0]){for(var n=1;n<r&&0===t[n];)n++;if(n===r)this.coefficients=e.zero.coefficients;else{this.coefficients=new Uint8ClampedArray(r-n);for(var o=0;o<this.coefficients.length;o++)this.coefficients[o]=t[n+o]}}else this.coefficients=t}return e.prototype.degree=function(){return this.coefficients.length-1},e.prototype.isZero=function(){return 0===this.coefficients[0]},e.prototype.getCoefficient=function(e){return this.coefficients[this.coefficients.length-1-e]},e.prototype.addOrSubtract=function(t){var r;if(this.isZero())return t;if(t.isZero())return this;var o=this.coefficients,a=t.coefficients;o.length>a.length&&(o=(r=[a,o])[0],a=r[1]);for(var i=new Uint8ClampedArray(a.length),s=a.length-o.length,c=0;c<s;c++)i[c]=a[c];for(c=s;c<a.length;c++)i[c]=n.addOrSubtractGF(o[c-s],a[c]);return new e(this.field,i)},e.prototype.multiply=function(t){if(0===t)return this.field.zero;if(1===t)return this;for(var r=this.coefficients.length,n=new Uint8ClampedArray(r),o=0;o<r;o++)n[o]=this.field.multiply(this.coefficients[o],t);return new e(this.field,n)},e.prototype.multiplyPoly=function(t){if(this.isZero()||t.isZero())return this.field.zero;for(var r=this.coefficients,o=r.length,a=t.coefficients,i=a.length,s=new Uint8ClampedArray(o+i-1),c=0;c<o;c++)for(var u=r[c],l=0;l<i;l++)s[c+l]=n.addOrSubtractGF(s[c+l],this.field.multiply(u,a[l]));return new e(this.field,s)},e.prototype.multiplyByMonomial=function(t,r){if(t<0)throw new Error("Invalid degree less than 0");if(0===r)return this.field.zero;for(var n=this.coefficients.length,o=new Uint8ClampedArray(n+t),a=0;a<n;a++)o[a]=this.field.multiply(this.coefficients[a],r);return new e(this.field,o)},e.prototype.evaluateAt=function(e){var t=0;if(0===e)return this.getCoefficient(0);var r=this.coefficients.length;if(1===e)return this.coefficients.forEach((function(e){t=n.addOrSubtractGF(t,e)})),t;t=this.coefficients[0];for(var o=1;o<r;o++)t=n.addOrSubtractGF(this.field.multiply(e,t),this.coefficients[o]);return t},e}();t.default=o},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(4),o=r(5),a=r(11),i=r(12);function s(e){var t=i.locate(e);if(!t)return null;for(var r=0,n=t;r<n.length;r++){var s=n[r],c=a.extract(e,s),u=o.decode(c.matrix);if(u)return{binaryData:u.bytes,data:u.text,chunks:u.chunks,version:u.version,location:{topRightCorner:c.mappingFunction(s.dimension,0),topLeftCorner:c.mappingFunction(0,0),bottomRightCorner:c.mappingFunction(s.dimension,s.dimension),bottomLeftCorner:c.mappingFunction(0,s.dimension),topRightFinderPattern:s.topRight,topLeftFinderPattern:s.topLeft,bottomLeftFinderPattern:s.bottomLeft,bottomRightAlignmentPattern:s.alignmentPattern}}}return null}var c={inversionAttempts:"attemptBoth"};function u(e,t,r,o){void 0===o&&(o={});var a=c;Object.keys(a||{}).forEach((function(e){a[e]=o[e]||a[e]}));var i="attemptBoth"===a.inversionAttempts||"invertFirst"===a.inversionAttempts,u="onlyInvert"===a.inversionAttempts||"invertFirst"===a.inversionAttempts,l=n.binarize(e,t,r,i),d=l.binarized,f=l.inverted,p=s(u?f:d);return p||"attemptBoth"!==a.inversionAttempts&&"invertFirst"!==a.inversionAttempts||(p=s(u?d:f)),p}u.default=u,t.default=u},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(0);function o(e,t,r){return e<t?t:e>r?r:e}var a=function(){function e(e,t){this.width=e,this.data=new Uint8ClampedArray(e*t)}return e.prototype.get=function(e,t){return this.data[t*this.width+e]},e.prototype.set=function(e,t,r){this.data[t*this.width+e]=r},e}();t.binarize=function(e,t,r,i){if(e.length!==t*r*4)throw new Error("Malformed data passed to binarizer.");for(var s=new a(t,r),c=0;c<t;c++)for(var u=0;u<r;u++){var l=e[4*(u*t+c)+0],d=e[4*(u*t+c)+1],f=e[4*(u*t+c)+2];s.set(c,u,.2126*l+.7152*d+.0722*f)}for(var p=Math.ceil(t/8),h=Math.ceil(r/8),g=new a(p,h),m=0;m<h;m++)for(var v=0;v<p;v++){var y=0,b=1/0,w=0;for(u=0;u<8;u++)for(c=0;c<8;c++){var C=s.get(8*v+c,8*m+u);y+=C,b=Math.min(b,C),w=Math.max(w,C)}var k=y/Math.pow(8,2);if(w-b<=24&&(k=b/2,m>0&&v>0)){var E=(g.get(v,m-1)+2*g.get(v-1,m)+g.get(v-1,m-1))/4;b<E&&(k=E)}g.set(v,m,k)}var B=n.BitMatrix.createEmpty(t,r),S=null;for(i&&(S=n.BitMatrix.createEmpty(t,r)),m=0;m<h;m++)for(v=0;v<p;v++){for(var _=o(v,2,p-3),A=o(m,2,h-3),T=(y=0,-2);T<=2;T++)for(var I=-2;I<=2;I++)y+=g.get(_+T,A+I);var x=y/25;for(T=0;T<8;T++)for(I=0;I<8;I++){c=8*v+T,u=8*m+I;var P=s.get(c,u);B.set(c,u,P<=x),i&&S.set(c,u,!(P<=x))}}return i?{binarized:B,inverted:S}:{binarized:B}}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(0),o=r(6),a=r(9),i=r(10);function s(e,t){for(var r=e^t,n=0;r;)n++,r&=r-1;return n}function c(e,t){return t<<1|e}var u=[{bits:21522,formatInfo:{errorCorrectionLevel:1,dataMask:0}},{bits:20773,formatInfo:{errorCorrectionLevel:1,dataMask:1}},{bits:24188,formatInfo:{errorCorrectionLevel:1,dataMask:2}},{bits:23371,formatInfo:{errorCorrectionLevel:1,dataMask:3}},{bits:17913,formatInfo:{errorCorrectionLevel:1,dataMask:4}},{bits:16590,formatInfo:{errorCorrectionLevel:1,dataMask:5}},{bits:20375,formatInfo:{errorCorrectionLevel:1,dataMask:6}},{bits:19104,formatInfo:{errorCorrectionLevel:1,dataMask:7}},{bits:30660,formatInfo:{errorCorrectionLevel:0,dataMask:0}},{bits:29427,formatInfo:{errorCorrectionLevel:0,dataMask:1}},{bits:32170,formatInfo:{errorCorrectionLevel:0,dataMask:2}},{bits:30877,formatInfo:{errorCorrectionLevel:0,dataMask:3}},{bits:26159,formatInfo:{errorCorrectionLevel:0,dataMask:4}},{bits:25368,formatInfo:{errorCorrectionLevel:0,dataMask:5}},{bits:27713,formatInfo:{errorCorrectionLevel:0,dataMask:6}},{bits:26998,formatInfo:{errorCorrectionLevel:0,dataMask:7}},{bits:5769,formatInfo:{errorCorrectionLevel:3,dataMask:0}},{bits:5054,formatInfo:{errorCorrectionLevel:3,dataMask:1}},{bits:7399,formatInfo:{errorCorrectionLevel:3,dataMask:2}},{bits:6608,formatInfo:{errorCorrectionLevel:3,dataMask:3}},{bits:1890,formatInfo:{errorCorrectionLevel:3,dataMask:4}},{bits:597,formatInfo:{errorCorrectionLevel:3,dataMask:5}},{bits:3340,formatInfo:{errorCorrectionLevel:3,dataMask:6}},{bits:2107,formatInfo:{errorCorrectionLevel:3,dataMask:7}},{bits:13663,formatInfo:{errorCorrectionLevel:2,dataMask:0}},{bits:12392,formatInfo:{errorCorrectionLevel:2,dataMask:1}},{bits:16177,formatInfo:{errorCorrectionLevel:2,dataMask:2}},{bits:14854,formatInfo:{errorCorrectionLevel:2,dataMask:3}},{bits:9396,formatInfo:{errorCorrectionLevel:2,dataMask:4}},{bits:8579,formatInfo:{errorCorrectionLevel:2,dataMask:5}},{bits:11994,formatInfo:{errorCorrectionLevel:2,dataMask:6}},{bits:11245,formatInfo:{errorCorrectionLevel:2,dataMask:7}}],l=[function(e){return(e.y+e.x)%2==0},function(e){return e.y%2==0},function(e){return e.x%3==0},function(e){return(e.y+e.x)%3==0},function(e){return(Math.floor(e.y/2)+Math.floor(e.x/3))%2==0},function(e){return e.x*e.y%2+e.x*e.y%3==0},function(e){return(e.y*e.x%2+e.y*e.x%3)%2==0},function(e){return((e.y+e.x)%2+e.y*e.x%3)%2==0}];function d(e,t,r){for(var o=l[r.dataMask],a=e.height,i=function(e){var t=17+4*e.versionNumber,r=n.BitMatrix.createEmpty(t,t);r.setRegion(0,0,9,9,!0),r.setRegion(t-8,0,8,9,!0),r.setRegion(0,t-8,9,8,!0);for(var o=0,a=e.alignmentPatternCenters;o<a.length;o++)for(var i=a[o],s=0,c=e.alignmentPatternCenters;s<c.length;s++){var u=c[s];6===i&&6===u||6===i&&u===t-7||i===t-7&&6===u||r.setRegion(i-2,u-2,5,5,!0)}return r.setRegion(6,9,1,t-17,!0),r.setRegion(9,6,t-17,1,!0),e.versionNumber>6&&(r.setRegion(t-11,0,3,6,!0),r.setRegion(0,t-11,6,3,!0)),r}(t),s=[],u=0,d=0,f=!0,p=a-1;p>0;p-=2){6===p&&p--;for(var h=0;h<a;h++)for(var g=f?a-1-h:h,m=0;m<2;m++){var v=p-m;if(!i.get(v,g)){d++;var y=e.get(v,g);o({y:g,x:v})&&(y=!y),u=c(y,u),8===d&&(s.push(u),d=0,u=0)}}f=!f}return s}function f(e){var t=function(e){var t=e.height,r=Math.floor((t-17)/4);if(r<=6)return i.VERSIONS[r-1];for(var n=0,o=5;o>=0;o--)for(var a=t-9;a>=t-11;a--)n=c(e.get(a,o),n);var u=0;for(a=5;a>=0;a--)for(o=t-9;o>=t-11;o--)u=c(e.get(a,o),u);for(var l,d=1/0,f=0,p=i.VERSIONS;f<p.length;f++){var h=p[f];if(h.infoBits===n||h.infoBits===u)return h;var g=s(n,h.infoBits);g<d&&(l=h,d=g),(g=s(u,h.infoBits))<d&&(l=h,d=g)}return d<=3?l:void 0}(e);if(!t)return null;var r=function(e){for(var t=0,r=0;r<=8;r++)6!==r&&(t=c(e.get(r,8),t));for(var n=7;n>=0;n--)6!==n&&(t=c(e.get(8,n),t));var o=e.height,a=0;for(n=o-1;n>=o-7;n--)a=c(e.get(8,n),a);for(r=o-8;r<o;r++)a=c(e.get(r,8),a);for(var i=1/0,l=null,d=0,f=u;d<f.length;d++){var p=f[d],h=p.bits,g=p.formatInfo;if(h===t||h===a)return g;var m=s(t,h);m<i&&(l=g,i=m),t!==a&&(m=s(a,h))<i&&(l=g,i=m)}return i<=3?l:null}(e);if(!r)return null;var n=function(e,t,r){var n=t.errorCorrectionLevels[r],o=[],a=0;if(n.ecBlocks.forEach((function(e){for(var t=0;t<e.numBlocks;t++)o.push({numDataCodewords:e.dataCodewordsPerBlock,codewords:[]}),a+=e.dataCodewordsPerBlock+n.ecCodewordsPerBlock})),e.length<a)return null;e=e.slice(0,a);for(var i=n.ecBlocks[0].dataCodewordsPerBlock,s=0;s<i;s++)for(var c=0,u=o;c<u.length;c++)u[c].codewords.push(e.shift());if(n.ecBlocks.length>1){var l=n.ecBlocks[0].numBlocks,d=n.ecBlocks[1].numBlocks;for(s=0;s<d;s++)o[l+s].codewords.push(e.shift())}for(;e.length>0;)for(var f=0,p=o;f<p.length;f++)p[f].codewords.push(e.shift());return o}(d(e,t,r),t,r.errorCorrectionLevel);if(!n)return null;for(var l=n.reduce((function(e,t){return e+t.numDataCodewords}),0),f=new Uint8ClampedArray(l),p=0,h=0,g=n;h<g.length;h++){var m=g[h],v=a.decode(m.codewords,m.codewords.length-m.numDataCodewords);if(!v)return null;for(var y=0;y<m.numDataCodewords;y++)f[p++]=v[y]}try{return o.decode(f,t.versionNumber)}catch(e){return null}}t.decode=function(e){if(null==e)return null;var t=f(e);if(t)return t;for(var r=0;r<e.width;r++)for(var n=r+1;n<e.height;n++)e.get(r,n)!==e.get(n,r)&&(e.set(r,n,!e.get(r,n)),e.set(n,r,!e.get(n,r)));return f(e)}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n,o,a=r(7),i=r(8);function s(e,t){for(var r=[],n="",o=[10,12,14][t],a=e.readBits(o);a>=3;){if((u=e.readBits(10))>=1e3)throw new Error("Invalid numeric value above 999");var i=Math.floor(u/100),s=Math.floor(u/10)%10,c=u%10;r.push(48+i,48+s,48+c),n+=i.toString()+s.toString()+c.toString(),a-=3}if(2===a){if((u=e.readBits(7))>=100)throw new Error("Invalid numeric value above 99");i=Math.floor(u/10),s=u%10,r.push(48+i,48+s),n+=i.toString()+s.toString()}else if(1===a){var u;if((u=e.readBits(4))>=10)throw new Error("Invalid numeric value above 9");r.push(48+u),n+=u.toString()}return{bytes:r,text:n}}!function(e){e.Numeric="numeric",e.Alphanumeric="alphanumeric",e.Byte="byte",e.Kanji="kanji",e.ECI="eci"}(n=t.Mode||(t.Mode={})),function(e){e[e.Terminator=0]="Terminator",e[e.Numeric=1]="Numeric",e[e.Alphanumeric=2]="Alphanumeric",e[e.Byte=4]="Byte",e[e.Kanji=8]="Kanji",e[e.ECI=7]="ECI"}(o||(o={}));var c=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function u(e,t){for(var r=[],n="",o=[9,11,13][t],a=e.readBits(o);a>=2;){var i=e.readBits(11),s=Math.floor(i/45),u=i%45;r.push(c[s].charCodeAt(0),c[u].charCodeAt(0)),n+=c[s]+c[u],a-=2}return 1===a&&(s=e.readBits(6),r.push(c[s].charCodeAt(0)),n+=c[s]),{bytes:r,text:n}}function l(e,t){for(var r=[],n="",o=[8,16,16][t],a=e.readBits(o),i=0;i<a;i++){var s=e.readBits(8);r.push(s)}try{n+=decodeURIComponent(r.map((function(e){return"%"+("0"+e.toString(16)).substr(-2)})).join(""))}catch(e){}return{bytes:r,text:n}}function d(e,t){for(var r=[],n="",o=[8,10,12][t],a=e.readBits(o),s=0;s<a;s++){var c=e.readBits(13),u=Math.floor(c/192)<<8|c%192;u+=u<7936?33088:49472,r.push(u>>8,255&u),n+=String.fromCharCode(i.shiftJISTable[u])}return{bytes:r,text:n}}t.decode=function(e,t){for(var r,i,c,f,p=new a.BitStream(e),h=t<=9?0:t<=26?1:2,g={text:"",bytes:[],chunks:[],version:t};p.available()>=4;){var m=p.readBits(4);if(m===o.Terminator)return g;if(m===o.ECI)0===p.readBits(1)?g.chunks.push({type:n.ECI,assignmentNumber:p.readBits(7)}):0===p.readBits(1)?g.chunks.push({type:n.ECI,assignmentNumber:p.readBits(14)}):0===p.readBits(1)?g.chunks.push({type:n.ECI,assignmentNumber:p.readBits(21)}):g.chunks.push({type:n.ECI,assignmentNumber:-1});else if(m===o.Numeric){var v=s(p,h);g.text+=v.text,(r=g.bytes).push.apply(r,v.bytes),g.chunks.push({type:n.Numeric,text:v.text})}else if(m===o.Alphanumeric){var y=u(p,h);g.text+=y.text,(i=g.bytes).push.apply(i,y.bytes),g.chunks.push({type:n.Alphanumeric,text:y.text})}else if(m===o.Byte){var b=l(p,h);g.text+=b.text,(c=g.bytes).push.apply(c,b.bytes),g.chunks.push({type:n.Byte,bytes:b.bytes,text:b.text})}else if(m===o.Kanji){var w=d(p,h);g.text+=w.text,(f=g.bytes).push.apply(f,w.bytes),g.chunks.push({type:n.Kanji,bytes:w.bytes,text:w.text})}}if(0===p.available()||0===p.readBits(p.available()))return g}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=function(){function e(e){this.byteOffset=0,this.bitOffset=0,this.bytes=e}return e.prototype.readBits=function(e){if(e<1||e>32||e>this.available())throw new Error("Cannot read "+e.toString()+" bits");var t=0;if(this.bitOffset>0){var r=8-this.bitOffset,n=e<r?e:r,o=255>>8-n<<(a=r-n);t=(this.bytes[this.byteOffset]&o)>>a,e-=n,this.bitOffset+=n,8===this.bitOffset&&(this.bitOffset=0,this.byteOffset++)}if(e>0){for(;e>=8;)t=t<<8|255&this.bytes[this.byteOffset],this.byteOffset++,e-=8;var a;e>0&&(o=255>>(a=8-e)<<a,t=t<<e|(this.bytes[this.byteOffset]&o)>>a,this.bitOffset+=e)}return t},e.prototype.available=function(){return 8*(this.bytes.length-this.byteOffset)-this.bitOffset},e}();t.BitStream=n},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.shiftJISTable={32:32,33:33,34:34,35:35,36:36,37:37,38:38,39:39,40:40,41:41,42:42,43:43,44:44,45:45,46:46,47:47,48:48,49:49,50:50,51:51,52:52,53:53,54:54,55:55,56:56,57:57,58:58,59:59,60:60,61:61,62:62,63:63,64:64,65:65,66:66,67:67,68:68,69:69,70:70,71:71,72:72,73:73,74:74,75:75,76:76,77:77,78:78,79:79,80:80,81:81,82:82,83:83,84:84,85:85,86:86,87:87,88:88,89:89,90:90,91:91,92:165,93:93,94:94,95:95,96:96,97:97,98:98,99:99,100:100,101:101,102:102,103:103,104:104,105:105,106:106,107:107,108:108,109:109,110:110,111:111,112:112,113:113,114:114,115:115,116:116,117:117,118:118,119:119,120:120,121:121,122:122,123:123,124:124,125:125,126:8254,33088:12288,33089:12289,33090:12290,33091:65292,33092:65294,33093:12539,33094:65306,33095:65307,33096:65311,33097:65281,33098:12443,33099:12444,33100:180,33101:65344,33102:168,33103:65342,33104:65507,33105:65343,33106:12541,33107:12542,33108:12445,33109:12446,33110:12291,33111:20189,33112:12293,33113:12294,33114:12295,33115:12540,33116:8213,33117:8208,33118:65295,33119:92,33120:12316,33121:8214,33122:65372,33123:8230,33124:8229,33125:8216,33126:8217,33127:8220,33128:8221,33129:65288,33130:65289,33131:12308,33132:12309,33133:65339,33134:65341,33135:65371,33136:65373,33137:12296,33138:12297,33139:12298,33140:12299,33141:12300,33142:12301,33143:12302,33144:12303,33145:12304,33146:12305,33147:65291,33148:8722,33149:177,33150:215,33152:247,33153:65309,33154:8800,33155:65308,33156:65310,33157:8806,33158:8807,33159:8734,33160:8756,33161:9794,33162:9792,33163:176,33164:8242,33165:8243,33166:8451,33167:65509,33168:65284,33169:162,33170:163,33171:65285,33172:65283,33173:65286,33174:65290,33175:65312,33176:167,33177:9734,33178:9733,33179:9675,33180:9679,33181:9678,33182:9671,33183:9670,33184:9633,33185:9632,33186:9651,33187:9650,33188:9661,33189:9660,33190:8251,33191:12306,33192:8594,33193:8592,33194:8593,33195:8595,33196:12307,33208:8712,33209:8715,33210:8838,33211:8839,33212:8834,33213:8835,33214:8746,33215:8745,33224:8743,33225:8744,33226:172,33227:8658,33228:8660,33229:8704,33230:8707,33242:8736,33243:8869,33244:8978,33245:8706,33246:8711,33247:8801,33248:8786,33249:8810,33250:8811,33251:8730,33252:8765,33253:8733,33254:8757,33255:8747,33256:8748,33264:8491,33265:8240,33266:9839,33267:9837,33268:9834,33269:8224,33270:8225,33271:182,33276:9711,33359:65296,33360:65297,33361:65298,33362:65299,33363:65300,33364:65301,33365:65302,33366:65303,33367:65304,33368:65305,33376:65313,33377:65314,33378:65315,33379:65316,33380:65317,33381:65318,33382:65319,33383:65320,33384:65321,33385:65322,33386:65323,33387:65324,33388:65325,33389:65326,33390:65327,33391:65328,33392:65329,33393:65330,33394:65331,33395:65332,33396:65333,33397:65334,33398:65335,33399:65336,33400:65337,33401:65338,33409:65345,33410:65346,33411:65347,33412:65348,33413:65349,33414:65350,33415:65351,33416:65352,33417:65353,33418:65354,33419:65355,33420:65356,33421:65357,33422:65358,33423:65359,33424:65360,33425:65361,33426:65362,33427:65363,33428:65364,33429:65365,33430:65366,33431:65367,33432:65368,33433:65369,33434:65370,33439:12353,33440:12354,33441:12355,33442:12356,33443:12357,33444:12358,33445:12359,33446:12360,33447:12361,33448:12362,33449:12363,33450:12364,33451:12365,33452:12366,33453:12367,33454:12368,33455:12369,33456:12370,33457:12371,33458:12372,33459:12373,33460:12374,33461:12375,33462:12376,33463:12377,33464:12378,33465:12379,33466:12380,33467:12381,33468:12382,33469:12383,33470:12384,33471:12385,33472:12386,33473:12387,33474:12388,33475:12389,33476:12390,33477:12391,33478:12392,33479:12393,33480:12394,33481:12395,33482:12396,33483:12397,33484:12398,33485:12399,33486:12400,33487:12401,33488:12402,33489:12403,33490:12404,33491:12405,33492:12406,33493:12407,33494:12408,33495:12409,33496:12410,33497:12411,33498:12412,33499:12413,33500:12414,33501:12415,33502:12416,33503:12417,33504:12418,33505:12419,33506:12420,33507:12421,33508:12422,33509:12423,33510:12424,33511:12425,33512:12426,33513:12427,33514:12428,33515:12429,33516:12430,33517:12431,33518:12432,33519:12433,33520:12434,33521:12435,33600:12449,33601:12450,33602:12451,33603:12452,33604:12453,33605:12454,33606:12455,33607:12456,33608:12457,33609:12458,33610:12459,33611:12460,33612:12461,33613:12462,33614:12463,33615:12464,33616:12465,33617:12466,33618:12467,33619:12468,33620:12469,33621:12470,33622:12471,33623:12472,33624:12473,33625:12474,33626:12475,33627:12476,33628:12477,33629:12478,33630:12479,33631:12480,33632:12481,33633:12482,33634:12483,33635:12484,33636:12485,33637:12486,33638:12487,33639:12488,33640:12489,33641:12490,33642:12491,33643:12492,33644:12493,33645:12494,33646:12495,33647:12496,33648:12497,33649:12498,33650:12499,33651:12500,33652:12501,33653:12502,33654:12503,33655:12504,33656:12505,33657:12506,33658:12507,33659:12508,33660:12509,33661:12510,33662:12511,33664:12512,33665:12513,33666:12514,33667:12515,33668:12516,33669:12517,33670:12518,33671:12519,33672:12520,33673:12521,33674:12522,33675:12523,33676:12524,33677:12525,33678:12526,33679:12527,33680:12528,33681:12529,33682:12530,33683:12531,33684:12532,33685:12533,33686:12534,33695:913,33696:914,33697:915,33698:916,33699:917,33700:918,33701:919,33702:920,33703:921,33704:922,33705:923,33706:924,33707:925,33708:926,33709:927,33710:928,33711:929,33712:931,33713:932,33714:933,33715:934,33716:935,33717:936,33718:937,33727:945,33728:946,33729:947,33730:948,33731:949,33732:950,33733:951,33734:952,33735:953,33736:954,33737:955,33738:956,33739:957,33740:958,33741:959,33742:960,33743:961,33744:963,33745:964,33746:965,33747:966,33748:967,33749:968,33750:969,33856:1040,33857:1041,33858:1042,33859:1043,33860:1044,33861:1045,33862:1025,33863:1046,33864:1047,33865:1048,33866:1049,33867:1050,33868:1051,33869:1052,33870:1053,33871:1054,33872:1055,33873:1056,33874:1057,33875:1058,33876:1059,33877:1060,33878:1061,33879:1062,33880:1063,33881:1064,33882:1065,33883:1066,33884:1067,33885:1068,33886:1069,33887:1070,33888:1071,33904:1072,33905:1073,33906:1074,33907:1075,33908:1076,33909:1077,33910:1105,33911:1078,33912:1079,33913:1080,33914:1081,33915:1082,33916:1083,33917:1084,33918:1085,33920:1086,33921:1087,33922:1088,33923:1089,33924:1090,33925:1091,33926:1092,33927:1093,33928:1094,33929:1095,33930:1096,33931:1097,33932:1098,33933:1099,33934:1100,33935:1101,33936:1102,33937:1103,33951:9472,33952:9474,33953:9484,33954:9488,33955:9496,33956:9492,33957:9500,33958:9516,33959:9508,33960:9524,33961:9532,33962:9473,33963:9475,33964:9487,33965:9491,33966:9499,33967:9495,33968:9507,33969:9523,33970:9515,33971:9531,33972:9547,33973:9504,33974:9519,33975:9512,33976:9527,33977:9535,33978:9501,33979:9520,33980:9509,33981:9528,33982:9538,34975:20124,34976:21782,34977:23043,34978:38463,34979:21696,34980:24859,34981:25384,34982:23030,34983:36898,34984:33909,34985:33564,34986:31312,34987:24746,34988:25569,34989:28197,34990:26093,34991:33894,34992:33446,34993:39925,34994:26771,34995:22311,34996:26017,34997:25201,34998:23451,34999:22992,35e3:34427,35001:39156,35002:32098,35003:32190,35004:39822,35005:25110,35006:31903,35007:34999,35008:23433,35009:24245,35010:25353,35011:26263,35012:26696,35013:38343,35014:38797,35015:26447,35016:20197,35017:20234,35018:20301,35019:20381,35020:20553,35021:22258,35022:22839,35023:22996,35024:23041,35025:23561,35026:24799,35027:24847,35028:24944,35029:26131,35030:26885,35031:28858,35032:30031,35033:30064,35034:31227,35035:32173,35036:32239,35037:32963,35038:33806,35039:34915,35040:35586,35041:36949,35042:36986,35043:21307,35044:20117,35045:20133,35046:22495,35047:32946,35048:37057,35049:30959,35050:19968,35051:22769,35052:28322,35053:36920,35054:31282,35055:33576,35056:33419,35057:39983,35058:20801,35059:21360,35060:21693,35061:21729,35062:22240,35063:23035,35064:24341,35065:39154,35066:28139,35067:32996,35068:34093,35136:38498,35137:38512,35138:38560,35139:38907,35140:21515,35141:21491,35142:23431,35143:28879,35144:32701,35145:36802,35146:38632,35147:21359,35148:40284,35149:31418,35150:19985,35151:30867,35152:33276,35153:28198,35154:22040,35155:21764,35156:27421,35157:34074,35158:39995,35159:23013,35160:21417,35161:28006,35162:29916,35163:38287,35164:22082,35165:20113,35166:36939,35167:38642,35168:33615,35169:39180,35170:21473,35171:21942,35172:23344,35173:24433,35174:26144,35175:26355,35176:26628,35177:27704,35178:27891,35179:27945,35180:29787,35181:30408,35182:31310,35183:38964,35184:33521,35185:34907,35186:35424,35187:37613,35188:28082,35189:30123,35190:30410,35191:39365,35192:24742,35193:35585,35194:36234,35195:38322,35196:27022,35197:21421,35198:20870,35200:22290,35201:22576,35202:22852,35203:23476,35204:24310,35205:24616,35206:25513,35207:25588,35208:27839,35209:28436,35210:28814,35211:28948,35212:29017,35213:29141,35214:29503,35215:32257,35216:33398,35217:33489,35218:34199,35219:36960,35220:37467,35221:40219,35222:22633,35223:26044,35224:27738,35225:29989,35226:20985,35227:22830,35228:22885,35229:24448,35230:24540,35231:25276,35232:26106,35233:27178,35234:27431,35235:27572,35236:29579,35237:32705,35238:35158,35239:40236,35240:40206,35241:40644,35242:23713,35243:27798,35244:33659,35245:20740,35246:23627,35247:25014,35248:33222,35249:26742,35250:29281,35251:20057,35252:20474,35253:21368,35254:24681,35255:28201,35256:31311,35257:38899,35258:19979,35259:21270,35260:20206,35261:20309,35262:20285,35263:20385,35264:20339,35265:21152,35266:21487,35267:22025,35268:22799,35269:23233,35270:23478,35271:23521,35272:31185,35273:26247,35274:26524,35275:26550,35276:27468,35277:27827,35278:28779,35279:29634,35280:31117,35281:31166,35282:31292,35283:31623,35284:33457,35285:33499,35286:33540,35287:33655,35288:33775,35289:33747,35290:34662,35291:35506,35292:22057,35293:36008,35294:36838,35295:36942,35296:38686,35297:34442,35298:20420,35299:23784,35300:25105,35301:29273,35302:30011,35303:33253,35304:33469,35305:34558,35306:36032,35307:38597,35308:39187,35309:39381,35310:20171,35311:20250,35312:35299,35313:22238,35314:22602,35315:22730,35316:24315,35317:24555,35318:24618,35319:24724,35320:24674,35321:25040,35322:25106,35323:25296,35324:25913,35392:39745,35393:26214,35394:26800,35395:28023,35396:28784,35397:30028,35398:30342,35399:32117,35400:33445,35401:34809,35402:38283,35403:38542,35404:35997,35405:20977,35406:21182,35407:22806,35408:21683,35409:23475,35410:23830,35411:24936,35412:27010,35413:28079,35414:30861,35415:33995,35416:34903,35417:35442,35418:37799,35419:39608,35420:28012,35421:39336,35422:34521,35423:22435,35424:26623,35425:34510,35426:37390,35427:21123,35428:22151,35429:21508,35430:24275,35431:25313,35432:25785,35433:26684,35434:26680,35435:27579,35436:29554,35437:30906,35438:31339,35439:35226,35440:35282,35441:36203,35442:36611,35443:37101,35444:38307,35445:38548,35446:38761,35447:23398,35448:23731,35449:27005,35450:38989,35451:38990,35452:25499,35453:31520,35454:27179,35456:27263,35457:26806,35458:39949,35459:28511,35460:21106,35461:21917,35462:24688,35463:25324,35464:27963,35465:28167,35466:28369,35467:33883,35468:35088,35469:36676,35470:19988,35471:39993,35472:21494,35473:26907,35474:27194,35475:38788,35476:26666,35477:20828,35478:31427,35479:33970,35480:37340,35481:37772,35482:22107,35483:40232,35484:26658,35485:33541,35486:33841,35487:31909,35488:21e3,35489:33477,35490:29926,35491:20094,35492:20355,35493:20896,35494:23506,35495:21002,35496:21208,35497:21223,35498:24059,35499:21914,35500:22570,35501:23014,35502:23436,35503:23448,35504:23515,35505:24178,35506:24185,35507:24739,35508:24863,35509:24931,35510:25022,35511:25563,35512:25954,35513:26577,35514:26707,35515:26874,35516:27454,35517:27475,35518:27735,35519:28450,35520:28567,35521:28485,35522:29872,35523:29976,35524:30435,35525:30475,35526:31487,35527:31649,35528:31777,35529:32233,35530:32566,35531:32752,35532:32925,35533:33382,35534:33694,35535:35251,35536:35532,35537:36011,35538:36996,35539:37969,35540:38291,35541:38289,35542:38306,35543:38501,35544:38867,35545:39208,35546:33304,35547:20024,35548:21547,35549:23736,35550:24012,35551:29609,35552:30284,35553:30524,35554:23721,35555:32747,35556:36107,35557:38593,35558:38929,35559:38996,35560:39e3,35561:20225,35562:20238,35563:21361,35564:21916,35565:22120,35566:22522,35567:22855,35568:23305,35569:23492,35570:23696,35571:24076,35572:24190,35573:24524,35574:25582,35575:26426,35576:26071,35577:26082,35578:26399,35579:26827,35580:26820,35648:27231,35649:24112,35650:27589,35651:27671,35652:27773,35653:30079,35654:31048,35655:23395,35656:31232,35657:32e3,35658:24509,35659:35215,35660:35352,35661:36020,35662:36215,35663:36556,35664:36637,35665:39138,35666:39438,35667:39740,35668:20096,35669:20605,35670:20736,35671:22931,35672:23452,35673:25135,35674:25216,35675:25836,35676:27450,35677:29344,35678:30097,35679:31047,35680:32681,35681:34811,35682:35516,35683:35696,35684:25516,35685:33738,35686:38816,35687:21513,35688:21507,35689:21931,35690:26708,35691:27224,35692:35440,35693:30759,35694:26485,35695:40653,35696:21364,35697:23458,35698:33050,35699:34384,35700:36870,35701:19992,35702:20037,35703:20167,35704:20241,35705:21450,35706:21560,35707:23470,35708:24339,35709:24613,35710:25937,35712:26429,35713:27714,35714:27762,35715:27875,35716:28792,35717:29699,35718:31350,35719:31406,35720:31496,35721:32026,35722:31998,35723:32102,35724:26087,35725:29275,35726:21435,35727:23621,35728:24040,35729:25298,35730:25312,35731:25369,35732:28192,35733:34394,35734:35377,35735:36317,35736:37624,35737:28417,35738:31142,35739:39770,35740:20136,35741:20139,35742:20140,35743:20379,35744:20384,35745:20689,35746:20807,35747:31478,35748:20849,35749:20982,35750:21332,35751:21281,35752:21375,35753:21483,35754:21932,35755:22659,35756:23777,35757:24375,35758:24394,35759:24623,35760:24656,35761:24685,35762:25375,35763:25945,35764:27211,35765:27841,35766:29378,35767:29421,35768:30703,35769:33016,35770:33029,35771:33288,35772:34126,35773:37111,35774:37857,35775:38911,35776:39255,35777:39514,35778:20208,35779:20957,35780:23597,35781:26241,35782:26989,35783:23616,35784:26354,35785:26997,35786:29577,35787:26704,35788:31873,35789:20677,35790:21220,35791:22343,35792:24062,35793:37670,35794:26020,35795:27427,35796:27453,35797:29748,35798:31105,35799:31165,35800:31563,35801:32202,35802:33465,35803:33740,35804:34943,35805:35167,35806:35641,35807:36817,35808:37329,35809:21535,35810:37504,35811:20061,35812:20534,35813:21477,35814:21306,35815:29399,35816:29590,35817:30697,35818:33510,35819:36527,35820:39366,35821:39368,35822:39378,35823:20855,35824:24858,35825:34398,35826:21936,35827:31354,35828:20598,35829:23507,35830:36935,35831:38533,35832:20018,35833:27355,35834:37351,35835:23633,35836:23624,35904:25496,35905:31391,35906:27795,35907:38772,35908:36705,35909:31402,35910:29066,35911:38536,35912:31874,35913:26647,35914:32368,35915:26705,35916:37740,35917:21234,35918:21531,35919:34219,35920:35347,35921:32676,35922:36557,35923:37089,35924:21350,35925:34952,35926:31041,35927:20418,35928:20670,35929:21009,35930:20804,35931:21843,35932:22317,35933:29674,35934:22411,35935:22865,35936:24418,35937:24452,35938:24693,35939:24950,35940:24935,35941:25001,35942:25522,35943:25658,35944:25964,35945:26223,35946:26690,35947:28179,35948:30054,35949:31293,35950:31995,35951:32076,35952:32153,35953:32331,35954:32619,35955:33550,35956:33610,35957:34509,35958:35336,35959:35427,35960:35686,35961:36605,35962:38938,35963:40335,35964:33464,35965:36814,35966:39912,35968:21127,35969:25119,35970:25731,35971:28608,35972:38553,35973:26689,35974:20625,35975:27424,35976:27770,35977:28500,35978:31348,35979:32080,35980:34880,35981:35363,35982:26376,35983:20214,35984:20537,35985:20518,35986:20581,35987:20860,35988:21048,35989:21091,35990:21927,35991:22287,35992:22533,35993:23244,35994:24314,35995:25010,35996:25080,35997:25331,35998:25458,35999:26908,36e3:27177,36001:29309,36002:29356,36003:29486,36004:30740,36005:30831,36006:32121,36007:30476,36008:32937,36009:35211,36010:35609,36011:36066,36012:36562,36013:36963,36014:37749,36015:38522,36016:38997,36017:39443,36018:40568,36019:20803,36020:21407,36021:21427,36022:24187,36023:24358,36024:28187,36025:28304,36026:29572,36027:29694,36028:32067,36029:33335,36030:35328,36031:35578,36032:38480,36033:20046,36034:20491,36035:21476,36036:21628,36037:22266,36038:22993,36039:23396,36040:24049,36041:24235,36042:24359,36043:25144,36044:25925,36045:26543,36046:28246,36047:29392,36048:31946,36049:34996,36050:32929,36051:32993,36052:33776,36053:34382,36054:35463,36055:36328,36056:37431,36057:38599,36058:39015,36059:40723,36060:20116,36061:20114,36062:20237,36063:21320,36064:21577,36065:21566,36066:23087,36067:24460,36068:24481,36069:24735,36070:26791,36071:27278,36072:29786,36073:30849,36074:35486,36075:35492,36076:35703,36077:37264,36078:20062,36079:39881,36080:20132,36081:20348,36082:20399,36083:20505,36084:20502,36085:20809,36086:20844,36087:21151,36088:21177,36089:21246,36090:21402,36091:21475,36092:21521,36160:21518,36161:21897,36162:22353,36163:22434,36164:22909,36165:23380,36166:23389,36167:23439,36168:24037,36169:24039,36170:24055,36171:24184,36172:24195,36173:24218,36174:24247,36175:24344,36176:24658,36177:24908,36178:25239,36179:25304,36180:25511,36181:25915,36182:26114,36183:26179,36184:26356,36185:26477,36186:26657,36187:26775,36188:27083,36189:27743,36190:27946,36191:28009,36192:28207,36193:28317,36194:30002,36195:30343,36196:30828,36197:31295,36198:31968,36199:32005,36200:32024,36201:32094,36202:32177,36203:32789,36204:32771,36205:32943,36206:32945,36207:33108,36208:33167,36209:33322,36210:33618,36211:34892,36212:34913,36213:35611,36214:36002,36215:36092,36216:37066,36217:37237,36218:37489,36219:30783,36220:37628,36221:38308,36222:38477,36224:38917,36225:39321,36226:39640,36227:40251,36228:21083,36229:21163,36230:21495,36231:21512,36232:22741,36233:25335,36234:28640,36235:35946,36236:36703,36237:40633,36238:20811,36239:21051,36240:21578,36241:22269,36242:31296,36243:37239,36244:40288,36245:40658,36246:29508,36247:28425,36248:33136,36249:29969,36250:24573,36251:24794,36252:39592,36253:29403,36254:36796,36255:27492,36256:38915,36257:20170,36258:22256,36259:22372,36260:22718,36261:23130,36262:24680,36263:25031,36264:26127,36265:26118,36266:26681,36267:26801,36268:28151,36269:30165,36270:32058,36271:33390,36272:39746,36273:20123,36274:20304,36275:21449,36276:21766,36277:23919,36278:24038,36279:24046,36280:26619,36281:27801,36282:29811,36283:30722,36284:35408,36285:37782,36286:35039,36287:22352,36288:24231,36289:25387,36290:20661,36291:20652,36292:20877,36293:26368,36294:21705,36295:22622,36296:22971,36297:23472,36298:24425,36299:25165,36300:25505,36301:26685,36302:27507,36303:28168,36304:28797,36305:37319,36306:29312,36307:30741,36308:30758,36309:31085,36310:25998,36311:32048,36312:33756,36313:35009,36314:36617,36315:38555,36316:21092,36317:22312,36318:26448,36319:32618,36320:36001,36321:20916,36322:22338,36323:38442,36324:22586,36325:27018,36326:32948,36327:21682,36328:23822,36329:22524,36330:30869,36331:40442,36332:20316,36333:21066,36334:21643,36335:25662,36336:26152,36337:26388,36338:26613,36339:31364,36340:31574,36341:32034,36342:37679,36343:26716,36344:39853,36345:31545,36346:21273,36347:20874,36348:21047,36416:23519,36417:25334,36418:25774,36419:25830,36420:26413,36421:27578,36422:34217,36423:38609,36424:30352,36425:39894,36426:25420,36427:37638,36428:39851,36429:30399,36430:26194,36431:19977,36432:20632,36433:21442,36434:23665,36435:24808,36436:25746,36437:25955,36438:26719,36439:29158,36440:29642,36441:29987,36442:31639,36443:32386,36444:34453,36445:35715,36446:36059,36447:37240,36448:39184,36449:26028,36450:26283,36451:27531,36452:20181,36453:20180,36454:20282,36455:20351,36456:21050,36457:21496,36458:21490,36459:21987,36460:22235,36461:22763,36462:22987,36463:22985,36464:23039,36465:23376,36466:23629,36467:24066,36468:24107,36469:24535,36470:24605,36471:25351,36472:25903,36473:23388,36474:26031,36475:26045,36476:26088,36477:26525,36478:27490,36480:27515,36481:27663,36482:29509,36483:31049,36484:31169,36485:31992,36486:32025,36487:32043,36488:32930,36489:33026,36490:33267,36491:35222,36492:35422,36493:35433,36494:35430,36495:35468,36496:35566,36497:36039,36498:36060,36499:38604,36500:39164,36501:27503,36502:20107,36503:20284,36504:20365,36505:20816,36506:23383,36507:23546,36508:24904,36509:25345,36510:26178,36511:27425,36512:28363,36513:27835,36514:29246,36515:29885,36516:30164,36517:30913,36518:31034,36519:32780,36520:32819,36521:33258,36522:33940,36523:36766,36524:27728,36525:40575,36526:24335,36527:35672,36528:40235,36529:31482,36530:36600,36531:23437,36532:38635,36533:19971,36534:21489,36535:22519,36536:22833,36537:23241,36538:23460,36539:24713,36540:28287,36541:28422,36542:30142,36543:36074,36544:23455,36545:34048,36546:31712,36547:20594,36548:26612,36549:33437,36550:23649,36551:34122,36552:32286,36553:33294,36554:20889,36555:23556,36556:25448,36557:36198,36558:26012,36559:29038,36560:31038,36561:32023,36562:32773,36563:35613,36564:36554,36565:36974,36566:34503,36567:37034,36568:20511,36569:21242,36570:23610,36571:26451,36572:28796,36573:29237,36574:37196,36575:37320,36576:37675,36577:33509,36578:23490,36579:24369,36580:24825,36581:20027,36582:21462,36583:23432,36584:25163,36585:26417,36586:27530,36587:29417,36588:29664,36589:31278,36590:33131,36591:36259,36592:37202,36593:39318,36594:20754,36595:21463,36596:21610,36597:23551,36598:25480,36599:27193,36600:32172,36601:38656,36602:22234,36603:21454,36604:21608,36672:23447,36673:23601,36674:24030,36675:20462,36676:24833,36677:25342,36678:27954,36679:31168,36680:31179,36681:32066,36682:32333,36683:32722,36684:33261,36685:33311,36686:33936,36687:34886,36688:35186,36689:35728,36690:36468,36691:36655,36692:36913,36693:37195,36694:37228,36695:38598,36696:37276,36697:20160,36698:20303,36699:20805,36700:21313,36701:24467,36702:25102,36703:26580,36704:27713,36705:28171,36706:29539,36707:32294,36708:37325,36709:37507,36710:21460,36711:22809,36712:23487,36713:28113,36714:31069,36715:32302,36716:31899,36717:22654,36718:29087,36719:20986,36720:34899,36721:36848,36722:20426,36723:23803,36724:26149,36725:30636,36726:31459,36727:33308,36728:39423,36729:20934,36730:24490,36731:26092,36732:26991,36733:27529,36734:28147,36736:28310,36737:28516,36738:30462,36739:32020,36740:24033,36741:36981,36742:37255,36743:38918,36744:20966,36745:21021,36746:25152,36747:26257,36748:26329,36749:28186,36750:24246,36751:32210,36752:32626,36753:26360,36754:34223,36755:34295,36756:35576,36757:21161,36758:21465,36759:22899,36760:24207,36761:24464,36762:24661,36763:37604,36764:38500,36765:20663,36766:20767,36767:21213,36768:21280,36769:21319,36770:21484,36771:21736,36772:21830,36773:21809,36774:22039,36775:22888,36776:22974,36777:23100,36778:23477,36779:23558,36780:23567,36781:23569,36782:23578,36783:24196,36784:24202,36785:24288,36786:24432,36787:25215,36788:25220,36789:25307,36790:25484,36791:25463,36792:26119,36793:26124,36794:26157,36795:26230,36796:26494,36797:26786,36798:27167,36799:27189,36800:27836,36801:28040,36802:28169,36803:28248,36804:28988,36805:28966,36806:29031,36807:30151,36808:30465,36809:30813,36810:30977,36811:31077,36812:31216,36813:31456,36814:31505,36815:31911,36816:32057,36817:32918,36818:33750,36819:33931,36820:34121,36821:34909,36822:35059,36823:35359,36824:35388,36825:35412,36826:35443,36827:35937,36828:36062,36829:37284,36830:37478,36831:37758,36832:37912,36833:38556,36834:38808,36835:19978,36836:19976,36837:19998,36838:20055,36839:20887,36840:21104,36841:22478,36842:22580,36843:22732,36844:23330,36845:24120,36846:24773,36847:25854,36848:26465,36849:26454,36850:27972,36851:29366,36852:30067,36853:31331,36854:33976,36855:35698,36856:37304,36857:37664,36858:22065,36859:22516,36860:39166,36928:25325,36929:26893,36930:27542,36931:29165,36932:32340,36933:32887,36934:33394,36935:35302,36936:39135,36937:34645,36938:36785,36939:23611,36940:20280,36941:20449,36942:20405,36943:21767,36944:23072,36945:23517,36946:23529,36947:24515,36948:24910,36949:25391,36950:26032,36951:26187,36952:26862,36953:27035,36954:28024,36955:28145,36956:30003,36957:30137,36958:30495,36959:31070,36960:31206,36961:32051,36962:33251,36963:33455,36964:34218,36965:35242,36966:35386,36967:36523,36968:36763,36969:36914,36970:37341,36971:38663,36972:20154,36973:20161,36974:20995,36975:22645,36976:22764,36977:23563,36978:29978,36979:23613,36980:33102,36981:35338,36982:36805,36983:38499,36984:38765,36985:31525,36986:35535,36987:38920,36988:37218,36989:22259,36990:21416,36992:36887,36993:21561,36994:22402,36995:24101,36996:25512,36997:27700,36998:28810,36999:30561,37e3:31883,37001:32736,37002:34928,37003:36930,37004:37204,37005:37648,37006:37656,37007:38543,37008:29790,37009:39620,37010:23815,37011:23913,37012:25968,37013:26530,37014:36264,37015:38619,37016:25454,37017:26441,37018:26905,37019:33733,37020:38935,37021:38592,37022:35070,37023:28548,37024:25722,37025:23544,37026:19990,37027:28716,37028:30045,37029:26159,37030:20932,37031:21046,37032:21218,37033:22995,37034:24449,37035:24615,37036:25104,37037:25919,37038:25972,37039:26143,37040:26228,37041:26866,37042:26646,37043:27491,37044:28165,37045:29298,37046:29983,37047:30427,37048:31934,37049:32854,37050:22768,37051:35069,37052:35199,37053:35488,37054:35475,37055:35531,37056:36893,37057:37266,37058:38738,37059:38745,37060:25993,37061:31246,37062:33030,37063:38587,37064:24109,37065:24796,37066:25114,37067:26021,37068:26132,37069:26512,37070:30707,37071:31309,37072:31821,37073:32318,37074:33034,37075:36012,37076:36196,37077:36321,37078:36447,37079:30889,37080:20999,37081:25305,37082:25509,37083:25666,37084:25240,37085:35373,37086:31363,37087:31680,37088:35500,37089:38634,37090:32118,37091:33292,37092:34633,37093:20185,37094:20808,37095:21315,37096:21344,37097:23459,37098:23554,37099:23574,37100:24029,37101:25126,37102:25159,37103:25776,37104:26643,37105:26676,37106:27849,37107:27973,37108:27927,37109:26579,37110:28508,37111:29006,37112:29053,37113:26059,37114:31359,37115:31661,37116:32218,37184:32330,37185:32680,37186:33146,37187:33307,37188:33337,37189:34214,37190:35438,37191:36046,37192:36341,37193:36984,37194:36983,37195:37549,37196:37521,37197:38275,37198:39854,37199:21069,37200:21892,37201:28472,37202:28982,37203:20840,37204:31109,37205:32341,37206:33203,37207:31950,37208:22092,37209:22609,37210:23720,37211:25514,37212:26366,37213:26365,37214:26970,37215:29401,37216:30095,37217:30094,37218:30990,37219:31062,37220:31199,37221:31895,37222:32032,37223:32068,37224:34311,37225:35380,37226:38459,37227:36961,37228:40736,37229:20711,37230:21109,37231:21452,37232:21474,37233:20489,37234:21930,37235:22766,37236:22863,37237:29245,37238:23435,37239:23652,37240:21277,37241:24803,37242:24819,37243:25436,37244:25475,37245:25407,37246:25531,37248:25805,37249:26089,37250:26361,37251:24035,37252:27085,37253:27133,37254:28437,37255:29157,37256:20105,37257:30185,37258:30456,37259:31379,37260:31967,37261:32207,37262:32156,37263:32865,37264:33609,37265:33624,37266:33900,37267:33980,37268:34299,37269:35013,37270:36208,37271:36865,37272:36973,37273:37783,37274:38684,37275:39442,37276:20687,37277:22679,37278:24974,37279:33235,37280:34101,37281:36104,37282:36896,37283:20419,37284:20596,37285:21063,37286:21363,37287:24687,37288:25417,37289:26463,37290:28204,37291:36275,37292:36895,37293:20439,37294:23646,37295:36042,37296:26063,37297:32154,37298:21330,37299:34966,37300:20854,37301:25539,37302:23384,37303:23403,37304:23562,37305:25613,37306:26449,37307:36956,37308:20182,37309:22810,37310:22826,37311:27760,37312:35409,37313:21822,37314:22549,37315:22949,37316:24816,37317:25171,37318:26561,37319:33333,37320:26965,37321:38464,37322:39364,37323:39464,37324:20307,37325:22534,37326:23550,37327:32784,37328:23729,37329:24111,37330:24453,37331:24608,37332:24907,37333:25140,37334:26367,37335:27888,37336:28382,37337:32974,37338:33151,37339:33492,37340:34955,37341:36024,37342:36864,37343:36910,37344:38538,37345:40667,37346:39899,37347:20195,37348:21488,37349:22823,37350:31532,37351:37261,37352:38988,37353:40441,37354:28381,37355:28711,37356:21331,37357:21828,37358:23429,37359:25176,37360:25246,37361:25299,37362:27810,37363:28655,37364:29730,37365:35351,37366:37944,37367:28609,37368:35582,37369:33592,37370:20967,37371:34552,37372:21482,37440:21481,37441:20294,37442:36948,37443:36784,37444:22890,37445:33073,37446:24061,37447:31466,37448:36799,37449:26842,37450:35895,37451:29432,37452:40008,37453:27197,37454:35504,37455:20025,37456:21336,37457:22022,37458:22374,37459:25285,37460:25506,37461:26086,37462:27470,37463:28129,37464:28251,37465:28845,37466:30701,37467:31471,37468:31658,37469:32187,37470:32829,37471:32966,37472:34507,37473:35477,37474:37723,37475:22243,37476:22727,37477:24382,37478:26029,37479:26262,37480:27264,37481:27573,37482:30007,37483:35527,37484:20516,37485:30693,37486:22320,37487:24347,37488:24677,37489:26234,37490:27744,37491:30196,37492:31258,37493:32622,37494:33268,37495:34584,37496:36933,37497:39347,37498:31689,37499:30044,37500:31481,37501:31569,37502:33988,37504:36880,37505:31209,37506:31378,37507:33590,37508:23265,37509:30528,37510:20013,37511:20210,37512:23449,37513:24544,37514:25277,37515:26172,37516:26609,37517:27880,37518:34411,37519:34935,37520:35387,37521:37198,37522:37619,37523:39376,37524:27159,37525:28710,37526:29482,37527:33511,37528:33879,37529:36015,37530:19969,37531:20806,37532:20939,37533:21899,37534:23541,37535:24086,37536:24115,37537:24193,37538:24340,37539:24373,37540:24427,37541:24500,37542:25074,37543:25361,37544:26274,37545:26397,37546:28526,37547:29266,37548:30010,37549:30522,37550:32884,37551:33081,37552:33144,37553:34678,37554:35519,37555:35548,37556:36229,37557:36339,37558:37530,37559:38263,37560:38914,37561:40165,37562:21189,37563:25431,37564:30452,37565:26389,37566:27784,37567:29645,37568:36035,37569:37806,37570:38515,37571:27941,37572:22684,37573:26894,37574:27084,37575:36861,37576:37786,37577:30171,37578:36890,37579:22618,37580:26626,37581:25524,37582:27131,37583:20291,37584:28460,37585:26584,37586:36795,37587:34086,37588:32180,37589:37716,37590:26943,37591:28528,37592:22378,37593:22775,37594:23340,37595:32044,37596:29226,37597:21514,37598:37347,37599:40372,37600:20141,37601:20302,37602:20572,37603:20597,37604:21059,37605:35998,37606:21576,37607:22564,37608:23450,37609:24093,37610:24213,37611:24237,37612:24311,37613:24351,37614:24716,37615:25269,37616:25402,37617:25552,37618:26799,37619:27712,37620:30855,37621:31118,37622:31243,37623:32224,37624:33351,37625:35330,37626:35558,37627:36420,37628:36883,37696:37048,37697:37165,37698:37336,37699:40718,37700:27877,37701:25688,37702:25826,37703:25973,37704:28404,37705:30340,37706:31515,37707:36969,37708:37841,37709:28346,37710:21746,37711:24505,37712:25764,37713:36685,37714:36845,37715:37444,37716:20856,37717:22635,37718:22825,37719:23637,37720:24215,37721:28155,37722:32399,37723:29980,37724:36028,37725:36578,37726:39003,37727:28857,37728:20253,37729:27583,37730:28593,37731:3e4,37732:38651,37733:20814,37734:21520,37735:22581,37736:22615,37737:22956,37738:23648,37739:24466,37740:26007,37741:26460,37742:28193,37743:30331,37744:33759,37745:36077,37746:36884,37747:37117,37748:37709,37749:30757,37750:30778,37751:21162,37752:24230,37753:22303,37754:22900,37755:24594,37756:20498,37757:20826,37758:20908,37760:20941,37761:20992,37762:21776,37763:22612,37764:22616,37765:22871,37766:23445,37767:23798,37768:23947,37769:24764,37770:25237,37771:25645,37772:26481,37773:26691,37774:26812,37775:26847,37776:30423,37777:28120,37778:28271,37779:28059,37780:28783,37781:29128,37782:24403,37783:30168,37784:31095,37785:31561,37786:31572,37787:31570,37788:31958,37789:32113,37790:21040,37791:33891,37792:34153,37793:34276,37794:35342,37795:35588,37796:35910,37797:36367,37798:36867,37799:36879,37800:37913,37801:38518,37802:38957,37803:39472,37804:38360,37805:20685,37806:21205,37807:21516,37808:22530,37809:23566,37810:24999,37811:25758,37812:27934,37813:30643,37814:31461,37815:33012,37816:33796,37817:36947,37818:37509,37819:23776,37820:40199,37821:21311,37822:24471,37823:24499,37824:28060,37825:29305,37826:30563,37827:31167,37828:31716,37829:27602,37830:29420,37831:35501,37832:26627,37833:27233,37834:20984,37835:31361,37836:26932,37837:23626,37838:40182,37839:33515,37840:23493,37841:37193,37842:28702,37843:22136,37844:23663,37845:24775,37846:25958,37847:27788,37848:35930,37849:36929,37850:38931,37851:21585,37852:26311,37853:37389,37854:22856,37855:37027,37856:20869,37857:20045,37858:20970,37859:34201,37860:35598,37861:28760,37862:25466,37863:37707,37864:26978,37865:39348,37866:32260,37867:30071,37868:21335,37869:26976,37870:36575,37871:38627,37872:27741,37873:20108,37874:23612,37875:24336,37876:36841,37877:21250,37878:36049,37879:32905,37880:34425,37881:24319,37882:26085,37883:20083,37884:20837,37952:22914,37953:23615,37954:38894,37955:20219,37956:22922,37957:24525,37958:35469,37959:28641,37960:31152,37961:31074,37962:23527,37963:33905,37964:29483,37965:29105,37966:24180,37967:24565,37968:25467,37969:25754,37970:29123,37971:31896,37972:20035,37973:24316,37974:20043,37975:22492,37976:22178,37977:24745,37978:28611,37979:32013,37980:33021,37981:33075,37982:33215,37983:36786,37984:35223,37985:34468,37986:24052,37987:25226,37988:25773,37989:35207,37990:26487,37991:27874,37992:27966,37993:29750,37994:30772,37995:23110,37996:32629,37997:33453,37998:39340,37999:20467,38e3:24259,38001:25309,38002:25490,38003:25943,38004:26479,38005:30403,38006:29260,38007:32972,38008:32954,38009:36649,38010:37197,38011:20493,38012:22521,38013:23186,38014:26757,38016:26995,38017:29028,38018:29437,38019:36023,38020:22770,38021:36064,38022:38506,38023:36889,38024:34687,38025:31204,38026:30695,38027:33833,38028:20271,38029:21093,38030:21338,38031:25293,38032:26575,38033:27850,38034:30333,38035:31636,38036:31893,38037:33334,38038:34180,38039:36843,38040:26333,38041:28448,38042:29190,38043:32283,38044:33707,38045:39361,38046:40614,38047:20989,38048:31665,38049:30834,38050:31672,38051:32903,38052:31560,38053:27368,38054:24161,38055:32908,38056:30033,38057:30048,38058:20843,38059:37474,38060:28300,38061:30330,38062:37271,38063:39658,38064:20240,38065:32624,38066:25244,38067:31567,38068:38309,38069:40169,38070:22138,38071:22617,38072:34532,38073:38588,38074:20276,38075:21028,38076:21322,38077:21453,38078:21467,38079:24070,38080:25644,38081:26001,38082:26495,38083:27710,38084:27726,38085:29256,38086:29359,38087:29677,38088:30036,38089:32321,38090:33324,38091:34281,38092:36009,38093:31684,38094:37318,38095:29033,38096:38930,38097:39151,38098:25405,38099:26217,38100:30058,38101:30436,38102:30928,38103:34115,38104:34542,38105:21290,38106:21329,38107:21542,38108:22915,38109:24199,38110:24444,38111:24754,38112:25161,38113:25209,38114:25259,38115:26e3,38116:27604,38117:27852,38118:30130,38119:30382,38120:30865,38121:31192,38122:32203,38123:32631,38124:32933,38125:34987,38126:35513,38127:36027,38128:36991,38129:38750,38130:39131,38131:27147,38132:31800,38133:20633,38134:23614,38135:24494,38136:26503,38137:27608,38138:29749,38139:30473,38140:32654,38208:40763,38209:26570,38210:31255,38211:21305,38212:30091,38213:39661,38214:24422,38215:33181,38216:33777,38217:32920,38218:24380,38219:24517,38220:30050,38221:31558,38222:36924,38223:26727,38224:23019,38225:23195,38226:32016,38227:30334,38228:35628,38229:20469,38230:24426,38231:27161,38232:27703,38233:28418,38234:29922,38235:31080,38236:34920,38237:35413,38238:35961,38239:24287,38240:25551,38241:30149,38242:31186,38243:33495,38244:37672,38245:37618,38246:33948,38247:34541,38248:39981,38249:21697,38250:24428,38251:25996,38252:27996,38253:28693,38254:36007,38255:36051,38256:38971,38257:25935,38258:29942,38259:19981,38260:20184,38261:22496,38262:22827,38263:23142,38264:23500,38265:20904,38266:24067,38267:24220,38268:24598,38269:25206,38270:25975,38272:26023,38273:26222,38274:28014,38275:29238,38276:31526,38277:33104,38278:33178,38279:33433,38280:35676,38281:36e3,38282:36070,38283:36212,38284:38428,38285:38468,38286:20398,38287:25771,38288:27494,38289:33310,38290:33889,38291:34154,38292:37096,38293:23553,38294:26963,38295:39080,38296:33914,38297:34135,38298:20239,38299:21103,38300:24489,38301:24133,38302:26381,38303:31119,38304:33145,38305:35079,38306:35206,38307:28149,38308:24343,38309:25173,38310:27832,38311:20175,38312:29289,38313:39826,38314:20998,38315:21563,38316:22132,38317:22707,38318:24996,38319:25198,38320:28954,38321:22894,38322:31881,38323:31966,38324:32027,38325:38640,38326:25991,38327:32862,38328:19993,38329:20341,38330:20853,38331:22592,38332:24163,38333:24179,38334:24330,38335:26564,38336:20006,38337:34109,38338:38281,38339:38491,38340:31859,38341:38913,38342:20731,38343:22721,38344:30294,38345:30887,38346:21029,38347:30629,38348:34065,38349:31622,38350:20559,38351:22793,38352:29255,38353:31687,38354:32232,38355:36794,38356:36820,38357:36941,38358:20415,38359:21193,38360:23081,38361:24321,38362:38829,38363:20445,38364:33303,38365:37610,38366:22275,38367:25429,38368:27497,38369:29995,38370:35036,38371:36628,38372:31298,38373:21215,38374:22675,38375:24917,38376:25098,38377:26286,38378:27597,38379:31807,38380:33769,38381:20515,38382:20472,38383:21253,38384:21574,38385:22577,38386:22857,38387:23453,38388:23792,38389:23791,38390:23849,38391:24214,38392:25265,38393:25447,38394:25918,38395:26041,38396:26379,38464:27861,38465:27873,38466:28921,38467:30770,38468:32299,38469:32990,38470:33459,38471:33804,38472:34028,38473:34562,38474:35090,38475:35370,38476:35914,38477:37030,38478:37586,38479:39165,38480:40179,38481:40300,38482:20047,38483:20129,38484:20621,38485:21078,38486:22346,38487:22952,38488:24125,38489:24536,38490:24537,38491:25151,38492:26292,38493:26395,38494:26576,38495:26834,38496:20882,38497:32033,38498:32938,38499:33192,38500:35584,38501:35980,38502:36031,38503:37502,38504:38450,38505:21536,38506:38956,38507:21271,38508:20693,38509:21340,38510:22696,38511:25778,38512:26420,38513:29287,38514:30566,38515:31302,38516:37350,38517:21187,38518:27809,38519:27526,38520:22528,38521:24140,38522:22868,38523:26412,38524:32763,38525:20961,38526:30406,38528:25705,38529:30952,38530:39764,38531:40635,38532:22475,38533:22969,38534:26151,38535:26522,38536:27598,38537:21737,38538:27097,38539:24149,38540:33180,38541:26517,38542:39850,38543:26622,38544:40018,38545:26717,38546:20134,38547:20451,38548:21448,38549:25273,38550:26411,38551:27819,38552:36804,38553:20397,38554:32365,38555:40639,38556:19975,38557:24930,38558:28288,38559:28459,38560:34067,38561:21619,38562:26410,38563:39749,38564:24051,38565:31637,38566:23724,38567:23494,38568:34588,38569:28234,38570:34001,38571:31252,38572:33032,38573:22937,38574:31885,38575:27665,38576:30496,38577:21209,38578:22818,38579:28961,38580:29279,38581:30683,38582:38695,38583:40289,38584:26891,38585:23167,38586:23064,38587:20901,38588:21517,38589:21629,38590:26126,38591:30431,38592:36855,38593:37528,38594:40180,38595:23018,38596:29277,38597:28357,38598:20813,38599:26825,38600:32191,38601:32236,38602:38754,38603:40634,38604:25720,38605:27169,38606:33538,38607:22916,38608:23391,38609:27611,38610:29467,38611:30450,38612:32178,38613:32791,38614:33945,38615:20786,38616:26408,38617:40665,38618:30446,38619:26466,38620:21247,38621:39173,38622:23588,38623:25147,38624:31870,38625:36016,38626:21839,38627:24758,38628:32011,38629:38272,38630:21249,38631:20063,38632:20918,38633:22812,38634:29242,38635:32822,38636:37326,38637:24357,38638:30690,38639:21380,38640:24441,38641:32004,38642:34220,38643:35379,38644:36493,38645:38742,38646:26611,38647:34222,38648:37971,38649:24841,38650:24840,38651:27833,38652:30290,38720:35565,38721:36664,38722:21807,38723:20305,38724:20778,38725:21191,38726:21451,38727:23461,38728:24189,38729:24736,38730:24962,38731:25558,38732:26377,38733:26586,38734:28263,38735:28044,38736:29494,38737:29495,38738:30001,38739:31056,38740:35029,38741:35480,38742:36938,38743:37009,38744:37109,38745:38596,38746:34701,38747:22805,38748:20104,38749:20313,38750:19982,38751:35465,38752:36671,38753:38928,38754:20653,38755:24188,38756:22934,38757:23481,38758:24248,38759:25562,38760:25594,38761:25793,38762:26332,38763:26954,38764:27096,38765:27915,38766:28342,38767:29076,38768:29992,38769:31407,38770:32650,38771:32768,38772:33865,38773:33993,38774:35201,38775:35617,38776:36362,38777:36965,38778:38525,38779:39178,38780:24958,38781:25233,38782:27442,38784:27779,38785:28020,38786:32716,38787:32764,38788:28096,38789:32645,38790:34746,38791:35064,38792:26469,38793:33713,38794:38972,38795:38647,38796:27931,38797:32097,38798:33853,38799:37226,38800:20081,38801:21365,38802:23888,38803:27396,38804:28651,38805:34253,38806:34349,38807:35239,38808:21033,38809:21519,38810:23653,38811:26446,38812:26792,38813:29702,38814:29827,38815:30178,38816:35023,38817:35041,38818:37324,38819:38626,38820:38520,38821:24459,38822:29575,38823:31435,38824:33870,38825:25504,38826:30053,38827:21129,38828:27969,38829:28316,38830:29705,38831:30041,38832:30827,38833:31890,38834:38534,38835:31452,38836:40845,38837:20406,38838:24942,38839:26053,38840:34396,38841:20102,38842:20142,38843:20698,38844:20001,38845:20940,38846:23534,38847:26009,38848:26753,38849:28092,38850:29471,38851:30274,38852:30637,38853:31260,38854:31975,38855:33391,38856:35538,38857:36988,38858:37327,38859:38517,38860:38936,38861:21147,38862:32209,38863:20523,38864:21400,38865:26519,38866:28107,38867:29136,38868:29747,38869:33256,38870:36650,38871:38563,38872:40023,38873:40607,38874:29792,38875:22593,38876:28057,38877:32047,38878:39006,38879:20196,38880:20278,38881:20363,38882:20919,38883:21169,38884:23994,38885:24604,38886:29618,38887:31036,38888:33491,38889:37428,38890:38583,38891:38646,38892:38666,38893:40599,38894:40802,38895:26278,38896:27508,38897:21015,38898:21155,38899:28872,38900:35010,38901:24265,38902:24651,38903:24976,38904:28451,38905:29001,38906:31806,38907:32244,38908:32879,38976:34030,38977:36899,38978:37676,38979:21570,38980:39791,38981:27347,38982:28809,38983:36034,38984:36335,38985:38706,38986:21172,38987:23105,38988:24266,38989:24324,38990:26391,38991:27004,38992:27028,38993:28010,38994:28431,38995:29282,38996:29436,38997:31725,38998:32769,38999:32894,39e3:34635,39001:37070,39002:20845,39003:40595,39004:31108,39005:32907,39006:37682,39007:35542,39008:20525,39009:21644,39010:35441,39011:27498,39012:36036,39013:33031,39014:24785,39015:26528,39016:40434,39017:20121,39018:20120,39019:39952,39020:35435,39021:34241,39022:34152,39023:26880,39024:28286,39025:30871,39026:33109,39071:24332,39072:19984,39073:19989,39074:20010,39075:20017,39076:20022,39077:20028,39078:20031,39079:20034,39080:20054,39081:20056,39082:20098,39083:20101,39084:35947,39085:20106,39086:33298,39087:24333,39088:20110,39089:20126,39090:20127,39091:20128,39092:20130,39093:20144,39094:20147,39095:20150,39096:20174,39097:20173,39098:20164,39099:20166,39100:20162,39101:20183,39102:20190,39103:20205,39104:20191,39105:20215,39106:20233,39107:20314,39108:20272,39109:20315,39110:20317,39111:20311,39112:20295,39113:20342,39114:20360,39115:20367,39116:20376,39117:20347,39118:20329,39119:20336,39120:20369,39121:20335,39122:20358,39123:20374,39124:20760,39125:20436,39126:20447,39127:20430,39128:20440,39129:20443,39130:20433,39131:20442,39132:20432,39133:20452,39134:20453,39135:20506,39136:20520,39137:20500,39138:20522,39139:20517,39140:20485,39141:20252,39142:20470,39143:20513,39144:20521,39145:20524,39146:20478,39147:20463,39148:20497,39149:20486,39150:20547,39151:20551,39152:26371,39153:20565,39154:20560,39155:20552,39156:20570,39157:20566,39158:20588,39159:20600,39160:20608,39161:20634,39162:20613,39163:20660,39164:20658,39232:20681,39233:20682,39234:20659,39235:20674,39236:20694,39237:20702,39238:20709,39239:20717,39240:20707,39241:20718,39242:20729,39243:20725,39244:20745,39245:20737,39246:20738,39247:20758,39248:20757,39249:20756,39250:20762,39251:20769,39252:20794,39253:20791,39254:20796,39255:20795,39256:20799,39257:20800,39258:20818,39259:20812,39260:20820,39261:20834,39262:31480,39263:20841,39264:20842,39265:20846,39266:20864,39267:20866,39268:22232,39269:20876,39270:20873,39271:20879,39272:20881,39273:20883,39274:20885,39275:20886,39276:20900,39277:20902,39278:20898,39279:20905,39280:20906,39281:20907,39282:20915,39283:20913,39284:20914,39285:20912,39286:20917,39287:20925,39288:20933,39289:20937,39290:20955,39291:20960,39292:34389,39293:20969,39294:20973,39296:20976,39297:20981,39298:20990,39299:20996,39300:21003,39301:21012,39302:21006,39303:21031,39304:21034,39305:21038,39306:21043,39307:21049,39308:21071,39309:21060,39310:21067,39311:21068,39312:21086,39313:21076,39314:21098,39315:21108,39316:21097,39317:21107,39318:21119,39319:21117,39320:21133,39321:21140,39322:21138,39323:21105,39324:21128,39325:21137,39326:36776,39327:36775,39328:21164,39329:21165,39330:21180,39331:21173,39332:21185,39333:21197,39334:21207,39335:21214,39336:21219,39337:21222,39338:39149,39339:21216,39340:21235,39341:21237,39342:21240,39343:21241,39344:21254,39345:21256,39346:30008,39347:21261,39348:21264,39349:21263,39350:21269,39351:21274,39352:21283,39353:21295,39354:21297,39355:21299,39356:21304,39357:21312,39358:21318,39359:21317,39360:19991,39361:21321,39362:21325,39363:20950,39364:21342,39365:21353,39366:21358,39367:22808,39368:21371,39369:21367,39370:21378,39371:21398,39372:21408,39373:21414,39374:21413,39375:21422,39376:21424,39377:21430,39378:21443,39379:31762,39380:38617,39381:21471,39382:26364,39383:29166,39384:21486,39385:21480,39386:21485,39387:21498,39388:21505,39389:21565,39390:21568,39391:21548,39392:21549,39393:21564,39394:21550,39395:21558,39396:21545,39397:21533,39398:21582,39399:21647,39400:21621,39401:21646,39402:21599,39403:21617,39404:21623,39405:21616,39406:21650,39407:21627,39408:21632,39409:21622,39410:21636,39411:21648,39412:21638,39413:21703,39414:21666,39415:21688,39416:21669,39417:21676,39418:21700,39419:21704,39420:21672,39488:21675,39489:21698,39490:21668,39491:21694,39492:21692,39493:21720,39494:21733,39495:21734,39496:21775,39497:21780,39498:21757,39499:21742,39500:21741,39501:21754,39502:21730,39503:21817,39504:21824,39505:21859,39506:21836,39507:21806,39508:21852,39509:21829,39510:21846,39511:21847,39512:21816,39513:21811,39514:21853,39515:21913,39516:21888,39517:21679,39518:21898,39519:21919,39520:21883,39521:21886,39522:21912,39523:21918,39524:21934,39525:21884,39526:21891,39527:21929,39528:21895,39529:21928,39530:21978,39531:21957,39532:21983,39533:21956,39534:21980,39535:21988,39536:21972,39537:22036,39538:22007,39539:22038,39540:22014,39541:22013,39542:22043,39543:22009,39544:22094,39545:22096,39546:29151,39547:22068,39548:22070,39549:22066,39550:22072,39552:22123,39553:22116,39554:22063,39555:22124,39556:22122,39557:22150,39558:22144,39559:22154,39560:22176,39561:22164,39562:22159,39563:22181,39564:22190,39565:22198,39566:22196,39567:22210,39568:22204,39569:22209,39570:22211,39571:22208,39572:22216,39573:22222,39574:22225,39575:22227,39576:22231,39577:22254,39578:22265,39579:22272,39580:22271,39581:22276,39582:22281,39583:22280,39584:22283,39585:22285,39586:22291,39587:22296,39588:22294,39589:21959,39590:22300,39591:22310,39592:22327,39593:22328,39594:22350,39595:22331,39596:22336,39597:22351,39598:22377,39599:22464,39600:22408,39601:22369,39602:22399,39603:22409,39604:22419,39605:22432,39606:22451,39607:22436,39608:22442,39609:22448,39610:22467,39611:22470,39612:22484,39613:22482,39614:22483,39615:22538,39616:22486,39617:22499,39618:22539,39619:22553,39620:22557,39621:22642,39622:22561,39623:22626,39624:22603,39625:22640,39626:27584,39627:22610,39628:22589,39629:22649,39630:22661,39631:22713,39632:22687,39633:22699,39634:22714,39635:22750,39636:22715,39637:22712,39638:22702,39639:22725,39640:22739,39641:22737,39642:22743,39643:22745,39644:22744,39645:22757,39646:22748,39647:22756,39648:22751,39649:22767,39650:22778,39651:22777,39652:22779,39653:22780,39654:22781,39655:22786,39656:22794,39657:22800,39658:22811,39659:26790,39660:22821,39661:22828,39662:22829,39663:22834,39664:22840,39665:22846,39666:31442,39667:22869,39668:22864,39669:22862,39670:22874,39671:22872,39672:22882,39673:22880,39674:22887,39675:22892,39676:22889,39744:22904,39745:22913,39746:22941,39747:20318,39748:20395,39749:22947,39750:22962,39751:22982,39752:23016,39753:23004,39754:22925,39755:23001,39756:23002,39757:23077,39758:23071,39759:23057,39760:23068,39761:23049,39762:23066,39763:23104,39764:23148,39765:23113,39766:23093,39767:23094,39768:23138,39769:23146,39770:23194,39771:23228,39772:23230,39773:23243,39774:23234,39775:23229,39776:23267,39777:23255,39778:23270,39779:23273,39780:23254,39781:23290,39782:23291,39783:23308,39784:23307,39785:23318,39786:23346,39787:23248,39788:23338,39789:23350,39790:23358,39791:23363,39792:23365,39793:23360,39794:23377,39795:23381,39796:23386,39797:23387,39798:23397,39799:23401,39800:23408,39801:23411,39802:23413,39803:23416,39804:25992,39805:23418,39806:23424,39808:23427,39809:23462,39810:23480,39811:23491,39812:23495,39813:23497,39814:23508,39815:23504,39816:23524,39817:23526,39818:23522,39819:23518,39820:23525,39821:23531,39822:23536,39823:23542,39824:23539,39825:23557,39826:23559,39827:23560,39828:23565,39829:23571,39830:23584,39831:23586,39832:23592,39833:23608,39834:23609,39835:23617,39836:23622,39837:23630,39838:23635,39839:23632,39840:23631,39841:23409,39842:23660,39843:23662,39844:20066,39845:23670,39846:23673,39847:23692,39848:23697,39849:23700,39850:22939,39851:23723,39852:23739,39853:23734,39854:23740,39855:23735,39856:23749,39857:23742,39858:23751,39859:23769,39860:23785,39861:23805,39862:23802,39863:23789,39864:23948,39865:23786,39866:23819,39867:23829,39868:23831,39869:23900,39870:23839,39871:23835,39872:23825,39873:23828,39874:23842,39875:23834,39876:23833,39877:23832,39878:23884,39879:23890,39880:23886,39881:23883,39882:23916,39883:23923,39884:23926,39885:23943,39886:23940,39887:23938,39888:23970,39889:23965,39890:23980,39891:23982,39892:23997,39893:23952,39894:23991,39895:23996,39896:24009,39897:24013,39898:24019,39899:24018,39900:24022,39901:24027,39902:24043,39903:24050,39904:24053,39905:24075,39906:24090,39907:24089,39908:24081,39909:24091,39910:24118,39911:24119,39912:24132,39913:24131,39914:24128,39915:24142,39916:24151,39917:24148,39918:24159,39919:24162,39920:24164,39921:24135,39922:24181,39923:24182,39924:24186,39925:40636,39926:24191,39927:24224,39928:24257,39929:24258,39930:24264,39931:24272,39932:24271,4e4:24278,40001:24291,40002:24285,40003:24282,40004:24283,40005:24290,40006:24289,40007:24296,40008:24297,40009:24300,40010:24305,40011:24307,40012:24304,40013:24308,40014:24312,40015:24318,40016:24323,40017:24329,40018:24413,40019:24412,40020:24331,40021:24337,40022:24342,40023:24361,40024:24365,40025:24376,40026:24385,40027:24392,40028:24396,40029:24398,40030:24367,40031:24401,40032:24406,40033:24407,40034:24409,40035:24417,40036:24429,40037:24435,40038:24439,40039:24451,40040:24450,40041:24447,40042:24458,40043:24456,40044:24465,40045:24455,40046:24478,40047:24473,40048:24472,40049:24480,40050:24488,40051:24493,40052:24508,40053:24534,40054:24571,40055:24548,40056:24568,40057:24561,40058:24541,40059:24755,40060:24575,40061:24609,40062:24672,40064:24601,40065:24592,40066:24617,40067:24590,40068:24625,40069:24603,40070:24597,40071:24619,40072:24614,40073:24591,40074:24634,40075:24666,40076:24641,40077:24682,40078:24695,40079:24671,40080:24650,40081:24646,40082:24653,40083:24675,40084:24643,40085:24676,40086:24642,40087:24684,40088:24683,40089:24665,40090:24705,40091:24717,40092:24807,40093:24707,40094:24730,40095:24708,40096:24731,40097:24726,40098:24727,40099:24722,40100:24743,40101:24715,40102:24801,40103:24760,40104:24800,40105:24787,40106:24756,40107:24560,40108:24765,40109:24774,40110:24757,40111:24792,40112:24909,40113:24853,40114:24838,40115:24822,40116:24823,40117:24832,40118:24820,40119:24826,40120:24835,40121:24865,40122:24827,40123:24817,40124:24845,40125:24846,40126:24903,40127:24894,40128:24872,40129:24871,40130:24906,40131:24895,40132:24892,40133:24876,40134:24884,40135:24893,40136:24898,40137:24900,40138:24947,40139:24951,40140:24920,40141:24921,40142:24922,40143:24939,40144:24948,40145:24943,40146:24933,40147:24945,40148:24927,40149:24925,40150:24915,40151:24949,40152:24985,40153:24982,40154:24967,40155:25004,40156:24980,40157:24986,40158:24970,40159:24977,40160:25003,40161:25006,40162:25036,40163:25034,40164:25033,40165:25079,40166:25032,40167:25027,40168:25030,40169:25018,40170:25035,40171:32633,40172:25037,40173:25062,40174:25059,40175:25078,40176:25082,40177:25076,40178:25087,40179:25085,40180:25084,40181:25086,40182:25088,40183:25096,40184:25097,40185:25101,40186:25100,40187:25108,40188:25115,40256:25118,40257:25121,40258:25130,40259:25134,40260:25136,40261:25138,40262:25139,40263:25153,40264:25166,40265:25182,40266:25187,40267:25179,40268:25184,40269:25192,40270:25212,40271:25218,40272:25225,40273:25214,40274:25234,40275:25235,40276:25238,40277:25300,40278:25219,40279:25236,40280:25303,40281:25297,40282:25275,40283:25295,40284:25343,40285:25286,40286:25812,40287:25288,40288:25308,40289:25292,40290:25290,40291:25282,40292:25287,40293:25243,40294:25289,40295:25356,40296:25326,40297:25329,40298:25383,40299:25346,40300:25352,40301:25327,40302:25333,40303:25424,40304:25406,40305:25421,40306:25628,40307:25423,40308:25494,40309:25486,40310:25472,40311:25515,40312:25462,40313:25507,40314:25487,40315:25481,40316:25503,40317:25525,40318:25451,40320:25449,40321:25534,40322:25577,40323:25536,40324:25542,40325:25571,40326:25545,40327:25554,40328:25590,40329:25540,40330:25622,40331:25652,40332:25606,40333:25619,40334:25638,40335:25654,40336:25885,40337:25623,40338:25640,40339:25615,40340:25703,40341:25711,40342:25718,40343:25678,40344:25898,40345:25749,40346:25747,40347:25765,40348:25769,40349:25736,40350:25788,40351:25818,40352:25810,40353:25797,40354:25799,40355:25787,40356:25816,40357:25794,40358:25841,40359:25831,40360:33289,40361:25824,40362:25825,40363:25260,40364:25827,40365:25839,40366:25900,40367:25846,40368:25844,40369:25842,40370:25850,40371:25856,40372:25853,40373:25880,40374:25884,40375:25861,40376:25892,40377:25891,40378:25899,40379:25908,40380:25909,40381:25911,40382:25910,40383:25912,40384:30027,40385:25928,40386:25942,40387:25941,40388:25933,40389:25944,40390:25950,40391:25949,40392:25970,40393:25976,40394:25986,40395:25987,40396:35722,40397:26011,40398:26015,40399:26027,40400:26039,40401:26051,40402:26054,40403:26049,40404:26052,40405:26060,40406:26066,40407:26075,40408:26073,40409:26080,40410:26081,40411:26097,40412:26482,40413:26122,40414:26115,40415:26107,40416:26483,40417:26165,40418:26166,40419:26164,40420:26140,40421:26191,40422:26180,40423:26185,40424:26177,40425:26206,40426:26205,40427:26212,40428:26215,40429:26216,40430:26207,40431:26210,40432:26224,40433:26243,40434:26248,40435:26254,40436:26249,40437:26244,40438:26264,40439:26269,40440:26305,40441:26297,40442:26313,40443:26302,40444:26300,40512:26308,40513:26296,40514:26326,40515:26330,40516:26336,40517:26175,40518:26342,40519:26345,40520:26352,40521:26357,40522:26359,40523:26383,40524:26390,40525:26398,40526:26406,40527:26407,40528:38712,40529:26414,40530:26431,40531:26422,40532:26433,40533:26424,40534:26423,40535:26438,40536:26462,40537:26464,40538:26457,40539:26467,40540:26468,40541:26505,40542:26480,40543:26537,40544:26492,40545:26474,40546:26508,40547:26507,40548:26534,40549:26529,40550:26501,40551:26551,40552:26607,40553:26548,40554:26604,40555:26547,40556:26601,40557:26552,40558:26596,40559:26590,40560:26589,40561:26594,40562:26606,40563:26553,40564:26574,40565:26566,40566:26599,40567:27292,40568:26654,40569:26694,40570:26665,40571:26688,40572:26701,40573:26674,40574:26702,40576:26803,40577:26667,40578:26713,40579:26723,40580:26743,40581:26751,40582:26783,40583:26767,40584:26797,40585:26772,40586:26781,40587:26779,40588:26755,40589:27310,40590:26809,40591:26740,40592:26805,40593:26784,40594:26810,40595:26895,40596:26765,40597:26750,40598:26881,40599:26826,40600:26888,40601:26840,40602:26914,40603:26918,40604:26849,40605:26892,40606:26829,40607:26836,40608:26855,40609:26837,40610:26934,40611:26898,40612:26884,40613:26839,40614:26851,40615:26917,40616:26873,40617:26848,40618:26863,40619:26920,40620:26922,40621:26906,40622:26915,40623:26913,40624:26822,40625:27001,40626:26999,40627:26972,40628:27e3,40629:26987,40630:26964,40631:27006,40632:26990,40633:26937,40634:26996,40635:26941,40636:26969,40637:26928,40638:26977,40639:26974,40640:26973,40641:27009,40642:26986,40643:27058,40644:27054,40645:27088,40646:27071,40647:27073,40648:27091,40649:27070,40650:27086,40651:23528,40652:27082,40653:27101,40654:27067,40655:27075,40656:27047,40657:27182,40658:27025,40659:27040,40660:27036,40661:27029,40662:27060,40663:27102,40664:27112,40665:27138,40666:27163,40667:27135,40668:27402,40669:27129,40670:27122,40671:27111,40672:27141,40673:27057,40674:27166,40675:27117,40676:27156,40677:27115,40678:27146,40679:27154,40680:27329,40681:27171,40682:27155,40683:27204,40684:27148,40685:27250,40686:27190,40687:27256,40688:27207,40689:27234,40690:27225,40691:27238,40692:27208,40693:27192,40694:27170,40695:27280,40696:27277,40697:27296,40698:27268,40699:27298,40700:27299,40768:27287,40769:34327,40770:27323,40771:27331,40772:27330,40773:27320,40774:27315,40775:27308,40776:27358,40777:27345,40778:27359,40779:27306,40780:27354,40781:27370,40782:27387,40783:27397,40784:34326,40785:27386,40786:27410,40787:27414,40788:39729,40789:27423,40790:27448,40791:27447,40792:30428,40793:27449,40794:39150,40795:27463,40796:27459,40797:27465,40798:27472,40799:27481,40800:27476,40801:27483,40802:27487,40803:27489,40804:27512,40805:27513,40806:27519,40807:27520,40808:27524,40809:27523,40810:27533,40811:27544,40812:27541,40813:27550,40814:27556,40815:27562,40816:27563,40817:27567,40818:27570,40819:27569,40820:27571,40821:27575,40822:27580,40823:27590,40824:27595,40825:27603,40826:27615,40827:27628,40828:27627,40829:27635,40830:27631,40832:40638,40833:27656,40834:27667,40835:27668,40836:27675,40837:27684,40838:27683,40839:27742,40840:27733,40841:27746,40842:27754,40843:27778,40844:27789,40845:27802,40846:27777,40847:27803,40848:27774,40849:27752,40850:27763,40851:27794,40852:27792,40853:27844,40854:27889,40855:27859,40856:27837,40857:27863,40858:27845,40859:27869,40860:27822,40861:27825,40862:27838,40863:27834,40864:27867,40865:27887,40866:27865,40867:27882,40868:27935,40869:34893,40870:27958,40871:27947,40872:27965,40873:27960,40874:27929,40875:27957,40876:27955,40877:27922,40878:27916,40879:28003,40880:28051,40881:28004,40882:27994,40883:28025,40884:27993,40885:28046,40886:28053,40887:28644,40888:28037,40889:28153,40890:28181,40891:28170,40892:28085,40893:28103,40894:28134,40895:28088,40896:28102,40897:28140,40898:28126,40899:28108,40900:28136,40901:28114,40902:28101,40903:28154,40904:28121,40905:28132,40906:28117,40907:28138,40908:28142,40909:28205,40910:28270,40911:28206,40912:28185,40913:28274,40914:28255,40915:28222,40916:28195,40917:28267,40918:28203,40919:28278,40920:28237,40921:28191,40922:28227,40923:28218,40924:28238,40925:28196,40926:28415,40927:28189,40928:28216,40929:28290,40930:28330,40931:28312,40932:28361,40933:28343,40934:28371,40935:28349,40936:28335,40937:28356,40938:28338,40939:28372,40940:28373,40941:28303,40942:28325,40943:28354,40944:28319,40945:28481,40946:28433,40947:28748,40948:28396,40949:28408,40950:28414,40951:28479,40952:28402,40953:28465,40954:28399,40955:28466,40956:28364,161:65377,162:65378,163:65379,164:65380,165:65381,166:65382,167:65383,168:65384,169:65385,170:65386,171:65387,172:65388,173:65389,174:65390,175:65391,176:65392,177:65393,178:65394,179:65395,180:65396,181:65397,182:65398,183:65399,184:65400,185:65401,186:65402,187:65403,188:65404,189:65405,190:65406,191:65407,192:65408,193:65409,194:65410,195:65411,196:65412,197:65413,198:65414,199:65415,200:65416,201:65417,202:65418,203:65419,204:65420,205:65421,206:65422,207:65423,208:65424,209:65425,210:65426,211:65427,212:65428,213:65429,214:65430,215:65431,216:65432,217:65433,218:65434,219:65435,220:65436,221:65437,222:65438,223:65439,57408:28478,57409:28435,57410:28407,57411:28550,57412:28538,57413:28536,57414:28545,57415:28544,57416:28527,57417:28507,57418:28659,57419:28525,57420:28546,57421:28540,57422:28504,57423:28558,57424:28561,57425:28610,57426:28518,57427:28595,57428:28579,57429:28577,57430:28580,57431:28601,57432:28614,57433:28586,57434:28639,57435:28629,57436:28652,57437:28628,57438:28632,57439:28657,57440:28654,57441:28635,57442:28681,57443:28683,57444:28666,57445:28689,57446:28673,57447:28687,57448:28670,57449:28699,57450:28698,57451:28532,57452:28701,57453:28696,57454:28703,57455:28720,57456:28734,57457:28722,57458:28753,57459:28771,57460:28825,57461:28818,57462:28847,57463:28913,57464:28844,57465:28856,57466:28851,57467:28846,57468:28895,57469:28875,57470:28893,57472:28889,57473:28937,57474:28925,57475:28956,57476:28953,57477:29029,57478:29013,57479:29064,57480:29030,57481:29026,57482:29004,57483:29014,57484:29036,57485:29071,57486:29179,57487:29060,57488:29077,57489:29096,57490:29100,57491:29143,57492:29113,57493:29118,57494:29138,57495:29129,57496:29140,57497:29134,57498:29152,57499:29164,57500:29159,57501:29173,57502:29180,57503:29177,57504:29183,57505:29197,57506:29200,57507:29211,57508:29224,57509:29229,57510:29228,57511:29232,57512:29234,57513:29243,57514:29244,57515:29247,57516:29248,57517:29254,57518:29259,57519:29272,57520:29300,57521:29310,57522:29314,57523:29313,57524:29319,57525:29330,57526:29334,57527:29346,57528:29351,57529:29369,57530:29362,57531:29379,57532:29382,57533:29380,57534:29390,57535:29394,57536:29410,57537:29408,57538:29409,57539:29433,57540:29431,57541:20495,57542:29463,57543:29450,57544:29468,57545:29462,57546:29469,57547:29492,57548:29487,57549:29481,57550:29477,57551:29502,57552:29518,57553:29519,57554:40664,57555:29527,57556:29546,57557:29544,57558:29552,57559:29560,57560:29557,57561:29563,57562:29562,57563:29640,57564:29619,57565:29646,57566:29627,57567:29632,57568:29669,57569:29678,57570:29662,57571:29858,57572:29701,57573:29807,57574:29733,57575:29688,57576:29746,57577:29754,57578:29781,57579:29759,57580:29791,57581:29785,57582:29761,57583:29788,57584:29801,57585:29808,57586:29795,57587:29802,57588:29814,57589:29822,57590:29835,57591:29854,57592:29863,57593:29898,57594:29903,57595:29908,57596:29681,57664:29920,57665:29923,57666:29927,57667:29929,57668:29934,57669:29938,57670:29936,57671:29937,57672:29944,57673:29943,57674:29956,57675:29955,57676:29957,57677:29964,57678:29966,57679:29965,57680:29973,57681:29971,57682:29982,57683:29990,57684:29996,57685:30012,57686:30020,57687:30029,57688:30026,57689:30025,57690:30043,57691:30022,57692:30042,57693:30057,57694:30052,57695:30055,57696:30059,57697:30061,57698:30072,57699:30070,57700:30086,57701:30087,57702:30068,57703:30090,57704:30089,57705:30082,57706:30100,57707:30106,57708:30109,57709:30117,57710:30115,57711:30146,57712:30131,57713:30147,57714:30133,57715:30141,57716:30136,57717:30140,57718:30129,57719:30157,57720:30154,57721:30162,57722:30169,57723:30179,57724:30174,57725:30206,57726:30207,57728:30204,57729:30209,57730:30192,57731:30202,57732:30194,57733:30195,57734:30219,57735:30221,57736:30217,57737:30239,57738:30247,57739:30240,57740:30241,57741:30242,57742:30244,57743:30260,57744:30256,57745:30267,57746:30279,57747:30280,57748:30278,57749:30300,57750:30296,57751:30305,57752:30306,57753:30312,57754:30313,57755:30314,57756:30311,57757:30316,57758:30320,57759:30322,57760:30326,57761:30328,57762:30332,57763:30336,57764:30339,57765:30344,57766:30347,57767:30350,57768:30358,57769:30355,57770:30361,57771:30362,57772:30384,57773:30388,57774:30392,57775:30393,57776:30394,57777:30402,57778:30413,57779:30422,57780:30418,57781:30430,57782:30433,57783:30437,57784:30439,57785:30442,57786:34351,57787:30459,57788:30472,57789:30471,57790:30468,57791:30505,57792:30500,57793:30494,57794:30501,57795:30502,57796:30491,57797:30519,57798:30520,57799:30535,57800:30554,57801:30568,57802:30571,57803:30555,57804:30565,57805:30591,57806:30590,57807:30585,57808:30606,57809:30603,57810:30609,57811:30624,57812:30622,57813:30640,57814:30646,57815:30649,57816:30655,57817:30652,57818:30653,57819:30651,57820:30663,57821:30669,57822:30679,57823:30682,57824:30684,57825:30691,57826:30702,57827:30716,57828:30732,57829:30738,57830:31014,57831:30752,57832:31018,57833:30789,57834:30862,57835:30836,57836:30854,57837:30844,57838:30874,57839:30860,57840:30883,57841:30901,57842:30890,57843:30895,57844:30929,57845:30918,57846:30923,57847:30932,57848:30910,57849:30908,57850:30917,57851:30922,57852:30956,57920:30951,57921:30938,57922:30973,57923:30964,57924:30983,57925:30994,57926:30993,57927:31001,57928:31020,57929:31019,57930:31040,57931:31072,57932:31063,57933:31071,57934:31066,57935:31061,57936:31059,57937:31098,57938:31103,57939:31114,57940:31133,57941:31143,57942:40779,57943:31146,57944:31150,57945:31155,57946:31161,57947:31162,57948:31177,57949:31189,57950:31207,57951:31212,57952:31201,57953:31203,57954:31240,57955:31245,57956:31256,57957:31257,57958:31264,57959:31263,57960:31104,57961:31281,57962:31291,57963:31294,57964:31287,57965:31299,57966:31319,57967:31305,57968:31329,57969:31330,57970:31337,57971:40861,57972:31344,57973:31353,57974:31357,57975:31368,57976:31383,57977:31381,57978:31384,57979:31382,57980:31401,57981:31432,57982:31408,57984:31414,57985:31429,57986:31428,57987:31423,57988:36995,57989:31431,57990:31434,57991:31437,57992:31439,57993:31445,57994:31443,57995:31449,57996:31450,57997:31453,57998:31457,57999:31458,58e3:31462,58001:31469,58002:31472,58003:31490,58004:31503,58005:31498,58006:31494,58007:31539,58008:31512,58009:31513,58010:31518,58011:31541,58012:31528,58013:31542,58014:31568,58015:31610,58016:31492,58017:31565,58018:31499,58019:31564,58020:31557,58021:31605,58022:31589,58023:31604,58024:31591,58025:31600,58026:31601,58027:31596,58028:31598,58029:31645,58030:31640,58031:31647,58032:31629,58033:31644,58034:31642,58035:31627,58036:31634,58037:31631,58038:31581,58039:31641,58040:31691,58041:31681,58042:31692,58043:31695,58044:31668,58045:31686,58046:31709,58047:31721,58048:31761,58049:31764,58050:31718,58051:31717,58052:31840,58053:31744,58054:31751,58055:31763,58056:31731,58057:31735,58058:31767,58059:31757,58060:31734,58061:31779,58062:31783,58063:31786,58064:31775,58065:31799,58066:31787,58067:31805,58068:31820,58069:31811,58070:31828,58071:31823,58072:31808,58073:31824,58074:31832,58075:31839,58076:31844,58077:31830,58078:31845,58079:31852,58080:31861,58081:31875,58082:31888,58083:31908,58084:31917,58085:31906,58086:31915,58087:31905,58088:31912,58089:31923,58090:31922,58091:31921,58092:31918,58093:31929,58094:31933,58095:31936,58096:31941,58097:31938,58098:31960,58099:31954,58100:31964,58101:31970,58102:39739,58103:31983,58104:31986,58105:31988,58106:31990,58107:31994,58108:32006,58176:32002,58177:32028,58178:32021,58179:32010,58180:32069,58181:32075,58182:32046,58183:32050,58184:32063,58185:32053,58186:32070,58187:32115,58188:32086,58189:32078,58190:32114,58191:32104,58192:32110,58193:32079,58194:32099,58195:32147,58196:32137,58197:32091,58198:32143,58199:32125,58200:32155,58201:32186,58202:32174,58203:32163,58204:32181,58205:32199,58206:32189,58207:32171,58208:32317,58209:32162,58210:32175,58211:32220,58212:32184,58213:32159,58214:32176,58215:32216,58216:32221,58217:32228,58218:32222,58219:32251,58220:32242,58221:32225,58222:32261,58223:32266,58224:32291,58225:32289,58226:32274,58227:32305,58228:32287,58229:32265,58230:32267,58231:32290,58232:32326,58233:32358,58234:32315,58235:32309,58236:32313,58237:32323,58238:32311,58240:32306,58241:32314,58242:32359,58243:32349,58244:32342,58245:32350,58246:32345,58247:32346,58248:32377,58249:32362,58250:32361,58251:32380,58252:32379,58253:32387,58254:32213,58255:32381,58256:36782,58257:32383,58258:32392,58259:32393,58260:32396,58261:32402,58262:32400,58263:32403,58264:32404,58265:32406,58266:32398,58267:32411,58268:32412,58269:32568,58270:32570,58271:32581,58272:32588,58273:32589,58274:32590,58275:32592,58276:32593,58277:32597,58278:32596,58279:32600,58280:32607,58281:32608,58282:32616,58283:32617,58284:32615,58285:32632,58286:32642,58287:32646,58288:32643,58289:32648,58290:32647,58291:32652,58292:32660,58293:32670,58294:32669,58295:32666,58296:32675,58297:32687,58298:32690,58299:32697,58300:32686,58301:32694,58302:32696,58303:35697,58304:32709,58305:32710,58306:32714,58307:32725,58308:32724,58309:32737,58310:32742,58311:32745,58312:32755,58313:32761,58314:39132,58315:32774,58316:32772,58317:32779,58318:32786,58319:32792,58320:32793,58321:32796,58322:32801,58323:32808,58324:32831,58325:32827,58326:32842,58327:32838,58328:32850,58329:32856,58330:32858,58331:32863,58332:32866,58333:32872,58334:32883,58335:32882,58336:32880,58337:32886,58338:32889,58339:32893,58340:32895,58341:32900,58342:32902,58343:32901,58344:32923,58345:32915,58346:32922,58347:32941,58348:20880,58349:32940,58350:32987,58351:32997,58352:32985,58353:32989,58354:32964,58355:32986,58356:32982,58357:33033,58358:33007,58359:33009,58360:33051,58361:33065,58362:33059,58363:33071,58364:33099,58432:38539,58433:33094,58434:33086,58435:33107,58436:33105,58437:33020,58438:33137,58439:33134,58440:33125,58441:33126,58442:33140,58443:33155,58444:33160,58445:33162,58446:33152,58447:33154,58448:33184,58449:33173,58450:33188,58451:33187,58452:33119,58453:33171,58454:33193,58455:33200,58456:33205,58457:33214,58458:33208,58459:33213,58460:33216,58461:33218,58462:33210,58463:33225,58464:33229,58465:33233,58466:33241,58467:33240,58468:33224,58469:33242,58470:33247,58471:33248,58472:33255,58473:33274,58474:33275,58475:33278,58476:33281,58477:33282,58478:33285,58479:33287,58480:33290,58481:33293,58482:33296,58483:33302,58484:33321,58485:33323,58486:33336,58487:33331,58488:33344,58489:33369,58490:33368,58491:33373,58492:33370,58493:33375,58494:33380,58496:33378,58497:33384,58498:33386,58499:33387,58500:33326,58501:33393,58502:33399,58503:33400,58504:33406,58505:33421,58506:33426,58507:33451,58508:33439,58509:33467,58510:33452,58511:33505,58512:33507,58513:33503,58514:33490,58515:33524,58516:33523,58517:33530,58518:33683,58519:33539,58520:33531,58521:33529,58522:33502,58523:33542,58524:33500,58525:33545,58526:33497,58527:33589,58528:33588,58529:33558,58530:33586,58531:33585,58532:33600,58533:33593,58534:33616,58535:33605,58536:33583,58537:33579,58538:33559,58539:33560,58540:33669,58541:33690,58542:33706,58543:33695,58544:33698,58545:33686,58546:33571,58547:33678,58548:33671,58549:33674,58550:33660,58551:33717,58552:33651,58553:33653,58554:33696,58555:33673,58556:33704,58557:33780,58558:33811,58559:33771,58560:33742,58561:33789,58562:33795,58563:33752,58564:33803,58565:33729,58566:33783,58567:33799,58568:33760,58569:33778,58570:33805,58571:33826,58572:33824,58573:33725,58574:33848,58575:34054,58576:33787,58577:33901,58578:33834,58579:33852,58580:34138,58581:33924,58582:33911,58583:33899,58584:33965,58585:33902,58586:33922,58587:33897,58588:33862,58589:33836,58590:33903,58591:33913,58592:33845,58593:33994,58594:33890,58595:33977,58596:33983,58597:33951,58598:34009,58599:33997,58600:33979,58601:34010,58602:34e3,58603:33985,58604:33990,58605:34006,58606:33953,58607:34081,58608:34047,58609:34036,58610:34071,58611:34072,58612:34092,58613:34079,58614:34069,58615:34068,58616:34044,58617:34112,58618:34147,58619:34136,58620:34120,58688:34113,58689:34306,58690:34123,58691:34133,58692:34176,58693:34212,58694:34184,58695:34193,58696:34186,58697:34216,58698:34157,58699:34196,58700:34203,58701:34282,58702:34183,58703:34204,58704:34167,58705:34174,58706:34192,58707:34249,58708:34234,58709:34255,58710:34233,58711:34256,58712:34261,58713:34269,58714:34277,58715:34268,58716:34297,58717:34314,58718:34323,58719:34315,58720:34302,58721:34298,58722:34310,58723:34338,58724:34330,58725:34352,58726:34367,58727:34381,58728:20053,58729:34388,58730:34399,58731:34407,58732:34417,58733:34451,58734:34467,58735:34473,58736:34474,58737:34443,58738:34444,58739:34486,58740:34479,58741:34500,58742:34502,58743:34480,58744:34505,58745:34851,58746:34475,58747:34516,58748:34526,58749:34537,58750:34540,58752:34527,58753:34523,58754:34543,58755:34578,58756:34566,58757:34568,58758:34560,58759:34563,58760:34555,58761:34577,58762:34569,58763:34573,58764:34553,58765:34570,58766:34612,58767:34623,58768:34615,58769:34619,58770:34597,58771:34601,58772:34586,58773:34656,58774:34655,58775:34680,58776:34636,58777:34638,58778:34676,58779:34647,58780:34664,58781:34670,58782:34649,58783:34643,58784:34659,58785:34666,58786:34821,58787:34722,58788:34719,58789:34690,58790:34735,58791:34763,58792:34749,58793:34752,58794:34768,58795:38614,58796:34731,58797:34756,58798:34739,58799:34759,58800:34758,58801:34747,58802:34799,58803:34802,58804:34784,58805:34831,58806:34829,58807:34814,58808:34806,58809:34807,58810:34830,58811:34770,58812:34833,58813:34838,58814:34837,58815:34850,58816:34849,58817:34865,58818:34870,58819:34873,58820:34855,58821:34875,58822:34884,58823:34882,58824:34898,58825:34905,58826:34910,58827:34914,58828:34923,58829:34945,58830:34942,58831:34974,58832:34933,58833:34941,58834:34997,58835:34930,58836:34946,58837:34967,58838:34962,58839:34990,58840:34969,58841:34978,58842:34957,58843:34980,58844:34992,58845:35007,58846:34993,58847:35011,58848:35012,58849:35028,58850:35032,58851:35033,58852:35037,58853:35065,58854:35074,58855:35068,58856:35060,58857:35048,58858:35058,58859:35076,58860:35084,58861:35082,58862:35091,58863:35139,58864:35102,58865:35109,58866:35114,58867:35115,58868:35137,58869:35140,58870:35131,58871:35126,58872:35128,58873:35148,58874:35101,58875:35168,58876:35166,58944:35174,58945:35172,58946:35181,58947:35178,58948:35183,58949:35188,58950:35191,58951:35198,58952:35203,58953:35208,58954:35210,58955:35219,58956:35224,58957:35233,58958:35241,58959:35238,58960:35244,58961:35247,58962:35250,58963:35258,58964:35261,58965:35263,58966:35264,58967:35290,58968:35292,58969:35293,58970:35303,58971:35316,58972:35320,58973:35331,58974:35350,58975:35344,58976:35340,58977:35355,58978:35357,58979:35365,58980:35382,58981:35393,58982:35419,58983:35410,58984:35398,58985:35400,58986:35452,58987:35437,58988:35436,58989:35426,58990:35461,58991:35458,58992:35460,58993:35496,58994:35489,58995:35473,58996:35493,58997:35494,58998:35482,58999:35491,59e3:35524,59001:35533,59002:35522,59003:35546,59004:35563,59005:35571,59006:35559,59008:35556,59009:35569,59010:35604,59011:35552,59012:35554,59013:35575,59014:35550,59015:35547,59016:35596,59017:35591,59018:35610,59019:35553,59020:35606,59021:35600,59022:35607,59023:35616,59024:35635,59025:38827,59026:35622,59027:35627,59028:35646,59029:35624,59030:35649,59031:35660,59032:35663,59033:35662,59034:35657,59035:35670,59036:35675,59037:35674,59038:35691,59039:35679,59040:35692,59041:35695,59042:35700,59043:35709,59044:35712,59045:35724,59046:35726,59047:35730,59048:35731,59049:35734,59050:35737,59051:35738,59052:35898,59053:35905,59054:35903,59055:35912,59056:35916,59057:35918,59058:35920,59059:35925,59060:35938,59061:35948,59062:35960,59063:35962,59064:35970,59065:35977,59066:35973,59067:35978,59068:35981,59069:35982,59070:35988,59071:35964,59072:35992,59073:25117,59074:36013,59075:36010,59076:36029,59077:36018,59078:36019,59079:36014,59080:36022,59081:36040,59082:36033,59083:36068,59084:36067,59085:36058,59086:36093,59087:36090,59088:36091,59089:36100,59090:36101,59091:36106,59092:36103,59093:36111,59094:36109,59095:36112,59096:40782,59097:36115,59098:36045,59099:36116,59100:36118,59101:36199,59102:36205,59103:36209,59104:36211,59105:36225,59106:36249,59107:36290,59108:36286,59109:36282,59110:36303,59111:36314,59112:36310,59113:36300,59114:36315,59115:36299,59116:36330,59117:36331,59118:36319,59119:36323,59120:36348,59121:36360,59122:36361,59123:36351,59124:36381,59125:36382,59126:36368,59127:36383,59128:36418,59129:36405,59130:36400,59131:36404,59132:36426,59200:36423,59201:36425,59202:36428,59203:36432,59204:36424,59205:36441,59206:36452,59207:36448,59208:36394,59209:36451,59210:36437,59211:36470,59212:36466,59213:36476,59214:36481,59215:36487,59216:36485,59217:36484,59218:36491,59219:36490,59220:36499,59221:36497,59222:36500,59223:36505,59224:36522,59225:36513,59226:36524,59227:36528,59228:36550,59229:36529,59230:36542,59231:36549,59232:36552,59233:36555,59234:36571,59235:36579,59236:36604,59237:36603,59238:36587,59239:36606,59240:36618,59241:36613,59242:36629,59243:36626,59244:36633,59245:36627,59246:36636,59247:36639,59248:36635,59249:36620,59250:36646,59251:36659,59252:36667,59253:36665,59254:36677,59255:36674,59256:36670,59257:36684,59258:36681,59259:36678,59260:36686,59261:36695,59262:36700,59264:36706,59265:36707,59266:36708,59267:36764,59268:36767,59269:36771,59270:36781,59271:36783,59272:36791,59273:36826,59274:36837,59275:36834,59276:36842,59277:36847,59278:36999,59279:36852,59280:36869,59281:36857,59282:36858,59283:36881,59284:36885,59285:36897,59286:36877,59287:36894,59288:36886,59289:36875,59290:36903,59291:36918,59292:36917,59293:36921,59294:36856,59295:36943,59296:36944,59297:36945,59298:36946,59299:36878,59300:36937,59301:36926,59302:36950,59303:36952,59304:36958,59305:36968,59306:36975,59307:36982,59308:38568,59309:36978,59310:36994,59311:36989,59312:36993,59313:36992,59314:37002,59315:37001,59316:37007,59317:37032,59318:37039,59319:37041,59320:37045,59321:37090,59322:37092,59323:25160,59324:37083,59325:37122,59326:37138,59327:37145,59328:37170,59329:37168,59330:37194,59331:37206,59332:37208,59333:37219,59334:37221,59335:37225,59336:37235,59337:37234,59338:37259,59339:37257,59340:37250,59341:37282,59342:37291,59343:37295,59344:37290,59345:37301,59346:37300,59347:37306,59348:37312,59349:37313,59350:37321,59351:37323,59352:37328,59353:37334,59354:37343,59355:37345,59356:37339,59357:37372,59358:37365,59359:37366,59360:37406,59361:37375,59362:37396,59363:37420,59364:37397,59365:37393,59366:37470,59367:37463,59368:37445,59369:37449,59370:37476,59371:37448,59372:37525,59373:37439,59374:37451,59375:37456,59376:37532,59377:37526,59378:37523,59379:37531,59380:37466,59381:37583,59382:37561,59383:37559,59384:37609,59385:37647,59386:37626,59387:37700,59388:37678,59456:37657,59457:37666,59458:37658,59459:37667,59460:37690,59461:37685,59462:37691,59463:37724,59464:37728,59465:37756,59466:37742,59467:37718,59468:37808,59469:37804,59470:37805,59471:37780,59472:37817,59473:37846,59474:37847,59475:37864,59476:37861,59477:37848,59478:37827,59479:37853,59480:37840,59481:37832,59482:37860,59483:37914,59484:37908,59485:37907,59486:37891,59487:37895,59488:37904,59489:37942,59490:37931,59491:37941,59492:37921,59493:37946,59494:37953,59495:37970,59496:37956,59497:37979,59498:37984,59499:37986,59500:37982,59501:37994,59502:37417,59503:38e3,59504:38005,59505:38007,59506:38013,59507:37978,59508:38012,59509:38014,59510:38017,59511:38015,59512:38274,59513:38279,59514:38282,59515:38292,59516:38294,59517:38296,59518:38297,59520:38304,59521:38312,59522:38311,59523:38317,59524:38332,59525:38331,59526:38329,59527:38334,59528:38346,59529:28662,59530:38339,59531:38349,59532:38348,59533:38357,59534:38356,59535:38358,59536:38364,59537:38369,59538:38373,59539:38370,59540:38433,59541:38440,59542:38446,59543:38447,59544:38466,59545:38476,59546:38479,59547:38475,59548:38519,59549:38492,59550:38494,59551:38493,59552:38495,59553:38502,59554:38514,59555:38508,59556:38541,59557:38552,59558:38549,59559:38551,59560:38570,59561:38567,59562:38577,59563:38578,59564:38576,59565:38580,59566:38582,59567:38584,59568:38585,59569:38606,59570:38603,59571:38601,59572:38605,59573:35149,59574:38620,59575:38669,59576:38613,59577:38649,59578:38660,59579:38662,59580:38664,59581:38675,59582:38670,59583:38673,59584:38671,59585:38678,59586:38681,59587:38692,59588:38698,59589:38704,59590:38713,59591:38717,59592:38718,59593:38724,59594:38726,59595:38728,59596:38722,59597:38729,59598:38748,59599:38752,59600:38756,59601:38758,59602:38760,59603:21202,59604:38763,59605:38769,59606:38777,59607:38789,59608:38780,59609:38785,59610:38778,59611:38790,59612:38795,59613:38799,59614:38800,59615:38812,59616:38824,59617:38822,59618:38819,59619:38835,59620:38836,59621:38851,59622:38854,59623:38856,59624:38859,59625:38876,59626:38893,59627:40783,59628:38898,59629:31455,59630:38902,59631:38901,59632:38927,59633:38924,59634:38968,59635:38948,59636:38945,59637:38967,59638:38973,59639:38982,59640:38991,59641:38987,59642:39019,59643:39023,59644:39024,59712:39025,59713:39028,59714:39027,59715:39082,59716:39087,59717:39089,59718:39094,59719:39108,59720:39107,59721:39110,59722:39145,59723:39147,59724:39171,59725:39177,59726:39186,59727:39188,59728:39192,59729:39201,59730:39197,59731:39198,59732:39204,59733:39200,59734:39212,59735:39214,59736:39229,59737:39230,59738:39234,59739:39241,59740:39237,59741:39248,59742:39243,59743:39249,59744:39250,59745:39244,59746:39253,59747:39319,59748:39320,59749:39333,59750:39341,59751:39342,59752:39356,59753:39391,59754:39387,59755:39389,59756:39384,59757:39377,59758:39405,59759:39406,59760:39409,59761:39410,59762:39419,59763:39416,59764:39425,59765:39439,59766:39429,59767:39394,59768:39449,59769:39467,59770:39479,59771:39493,59772:39490,59773:39488,59774:39491,59776:39486,59777:39509,59778:39501,59779:39515,59780:39511,59781:39519,59782:39522,59783:39525,59784:39524,59785:39529,59786:39531,59787:39530,59788:39597,59789:39600,59790:39612,59791:39616,59792:39631,59793:39633,59794:39635,59795:39636,59796:39646,59797:39647,59798:39650,59799:39651,59800:39654,59801:39663,59802:39659,59803:39662,59804:39668,59805:39665,59806:39671,59807:39675,59808:39686,59809:39704,59810:39706,59811:39711,59812:39714,59813:39715,59814:39717,59815:39719,59816:39720,59817:39721,59818:39722,59819:39726,59820:39727,59821:39730,59822:39748,59823:39747,59824:39759,59825:39757,59826:39758,59827:39761,59828:39768,59829:39796,59830:39827,59831:39811,59832:39825,59833:39830,59834:39831,59835:39839,59836:39840,59837:39848,59838:39860,59839:39872,59840:39882,59841:39865,59842:39878,59843:39887,59844:39889,59845:39890,59846:39907,59847:39906,59848:39908,59849:39892,59850:39905,59851:39994,59852:39922,59853:39921,59854:39920,59855:39957,59856:39956,59857:39945,59858:39955,59859:39948,59860:39942,59861:39944,59862:39954,59863:39946,59864:39940,59865:39982,59866:39963,59867:39973,59868:39972,59869:39969,59870:39984,59871:40007,59872:39986,59873:40006,59874:39998,59875:40026,59876:40032,59877:40039,59878:40054,59879:40056,59880:40167,59881:40172,59882:40176,59883:40201,59884:40200,59885:40171,59886:40195,59887:40198,59888:40234,59889:40230,59890:40367,59891:40227,59892:40223,59893:40260,59894:40213,59895:40210,59896:40257,59897:40255,59898:40254,59899:40262,59900:40264,59968:40285,59969:40286,59970:40292,59971:40273,59972:40272,59973:40281,59974:40306,59975:40329,59976:40327,59977:40363,59978:40303,59979:40314,59980:40346,59981:40356,59982:40361,59983:40370,59984:40388,59985:40385,59986:40379,59987:40376,59988:40378,59989:40390,59990:40399,59991:40386,59992:40409,59993:40403,59994:40440,59995:40422,59996:40429,59997:40431,59998:40445,59999:40474,6e4:40475,60001:40478,60002:40565,60003:40569,60004:40573,60005:40577,60006:40584,60007:40587,60008:40588,60009:40594,60010:40597,60011:40593,60012:40605,60013:40613,60014:40617,60015:40632,60016:40618,60017:40621,60018:38753,60019:40652,60020:40654,60021:40655,60022:40656,60023:40660,60024:40668,60025:40670,60026:40669,60027:40672,60028:40677,60029:40680,60030:40687,60032:40692,60033:40694,60034:40695,60035:40697,60036:40699,60037:40700,60038:40701,60039:40711,60040:40712,60041:30391,60042:40725,60043:40737,60044:40748,60045:40766,60046:40778,60047:40786,60048:40788,60049:40803,60050:40799,60051:40800,60052:40801,60053:40806,60054:40807,60055:40812,60056:40810,60057:40823,60058:40818,60059:40822,60060:40853,60061:40860,60062:40864,60063:22575,60064:27079,60065:36953,60066:29796,60067:20956,60068:29081}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(1),o=r(2);t.decode=function(e,t){var r=new Uint8ClampedArray(e.length);r.set(e);for(var a=new n.default(285,256,0),i=new o.default(a,r),s=new Uint8ClampedArray(t),c=!1,u=0;u<t;u++){var l=i.evaluateAt(a.exp(u+a.generatorBase));s[s.length-1-u]=l,0!==l&&(c=!0)}if(!c)return r;var d=new o.default(a,s),f=function(e,t,r,n){var o;t.degree()<r.degree()&&(t=(o=[r,t])[0],r=o[1]);for(var a=t,i=r,s=e.zero,c=e.one;i.degree()>=n/2;){var u=a,l=s;if(s=c,(a=i).isZero())return null;i=u;for(var d=e.zero,f=a.getCoefficient(a.degree()),p=e.inverse(f);i.degree()>=a.degree()&&!i.isZero();){var h=i.degree()-a.degree(),g=e.multiply(i.getCoefficient(i.degree()),p);d=d.addOrSubtract(e.buildMonomial(h,g)),i=i.addOrSubtract(a.multiplyByMonomial(h,g))}if(c=d.multiplyPoly(s).addOrSubtract(l),i.degree()>=a.degree())return null}var m=c.getCoefficient(0);if(0===m)return null;var v=e.inverse(m);return[c.multiply(v),i.multiply(v)]}(a,a.buildMonomial(t,1),d,t);if(null===f)return null;var p=function(e,t){var r=t.degree();if(1===r)return[t.getCoefficient(1)];for(var n=new Array(r),o=0,a=1;a<e.size&&o<r;a++)0===t.evaluateAt(a)&&(n[o]=e.inverse(a),o++);return o!==r?null:n}(a,f[0]);if(null==p)return null;for(var h=function(e,t,r){for(var o=r.length,a=new Array(o),i=0;i<o;i++){for(var s=e.inverse(r[i]),c=1,u=0;u<o;u++)i!==u&&(c=e.multiply(c,n.addOrSubtractGF(1,e.multiply(r[u],s))));a[i]=e.multiply(t.evaluateAt(s),e.inverse(c)),0!==e.generatorBase&&(a[i]=e.multiply(a[i],s))}return a}(a,f[1],p),g=0;g<p.length;g++){var m=r.length-1-a.log(p[g]);if(m<0)return null;r[m]=n.addOrSubtractGF(r[m],h[g])}return r}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.VERSIONS=[{infoBits:null,versionNumber:1,alignmentPatternCenters:[],errorCorrectionLevels:[{ecCodewordsPerBlock:7,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:13,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:13}]},{ecCodewordsPerBlock:17,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:2,alignmentPatternCenters:[6,18],errorCorrectionLevels:[{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:34}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:28}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]}]},{infoBits:null,versionNumber:3,alignmentPatternCenters:[6,22],errorCorrectionLevels:[{ecCodewordsPerBlock:15,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:55}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:13}]}]},{infoBits:null,versionNumber:4,alignmentPatternCenters:[6,26],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:80}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:32}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:5,alignmentPatternCenters:[6,30],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:43}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:11},{numBlocks:2,dataCodewordsPerBlock:12}]}]},{infoBits:null,versionNumber:6,alignmentPatternCenters:[6,34],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:27}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:31892,versionNumber:7,alignmentPatternCenters:[6,22,38],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:78}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:31}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:13},{numBlocks:1,dataCodewordsPerBlock:14}]}]},{infoBits:34236,versionNumber:8,alignmentPatternCenters:[6,24,42],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:97}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:38},{numBlocks:2,dataCodewordsPerBlock:39}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:18},{numBlocks:2,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:14},{numBlocks:2,dataCodewordsPerBlock:15}]}]},{infoBits:39577,versionNumber:9,alignmentPatternCenters:[6,26,46],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:16},{numBlocks:4,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:12},{numBlocks:4,dataCodewordsPerBlock:13}]}]},{infoBits:42195,versionNumber:10,alignmentPatternCenters:[6,28,50],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68},{numBlocks:2,dataCodewordsPerBlock:69}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:43},{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]}]},{infoBits:48118,versionNumber:11,alignmentPatternCenters:[6,30,54],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:81}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:50},{numBlocks:4,dataCodewordsPerBlock:51}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:22},{numBlocks:4,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:12},{numBlocks:8,dataCodewordsPerBlock:13}]}]},{infoBits:51042,versionNumber:12,alignmentPatternCenters:[6,32,58],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:92},{numBlocks:2,dataCodewordsPerBlock:93}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:20},{numBlocks:6,dataCodewordsPerBlock:21}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:55367,versionNumber:13,alignmentPatternCenters:[6,34,62],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:37},{numBlocks:1,dataCodewordsPerBlock:38}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:20},{numBlocks:4,dataCodewordsPerBlock:21}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:11},{numBlocks:4,dataCodewordsPerBlock:12}]}]},{infoBits:58893,versionNumber:14,alignmentPatternCenters:[6,26,46,66],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:115},{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:40},{numBlocks:5,dataCodewordsPerBlock:41}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:16},{numBlocks:5,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:5,dataCodewordsPerBlock:13}]}]},{infoBits:63784,versionNumber:15,alignmentPatternCenters:[6,26,48,70],errorCorrectionLevels:[{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:87},{numBlocks:1,dataCodewordsPerBlock:88}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:41},{numBlocks:5,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:7,dataCodewordsPerBlock:13}]}]},{infoBits:68472,versionNumber:16,alignmentPatternCenters:[6,26,50,74],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:98},{numBlocks:1,dataCodewordsPerBlock:99}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},{infoBits:70749,versionNumber:17,alignmentPatternCenters:[6,30,54,78],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},{numBlocks:1,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22},{numBlocks:15,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:17,dataCodewordsPerBlock:15}]}]},{infoBits:76311,versionNumber:18,alignmentPatternCenters:[6,30,56,82],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:120},{numBlocks:1,dataCodewordsPerBlock:121}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:9,dataCodewordsPerBlock:43},{numBlocks:4,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:1,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:19,dataCodewordsPerBlock:15}]}]},{infoBits:79154,versionNumber:19,alignmentPatternCenters:[6,30,58,86],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:113},{numBlocks:4,dataCodewordsPerBlock:114}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:44},{numBlocks:11,dataCodewordsPerBlock:45}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:21},{numBlocks:4,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:9,dataCodewordsPerBlock:13},{numBlocks:16,dataCodewordsPerBlock:14}]}]},{infoBits:84390,versionNumber:20,alignmentPatternCenters:[6,34,62,90],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:41},{numBlocks:13,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:5,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:15},{numBlocks:10,dataCodewordsPerBlock:16}]}]},{infoBits:87683,versionNumber:21,alignmentPatternCenters:[6,28,50,72,94],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:116},{numBlocks:4,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:16},{numBlocks:6,dataCodewordsPerBlock:17}]}]},{infoBits:92361,versionNumber:22,alignmentPatternCenters:[6,26,50,74,98],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:111},{numBlocks:7,dataCodewordsPerBlock:112}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:13}]}]},{infoBits:96236,versionNumber:23,alignmentPatternCenters:[6,30,54,74,102],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:121},{numBlocks:5,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:47},{numBlocks:14,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:16,dataCodewordsPerBlock:15},{numBlocks:14,dataCodewordsPerBlock:16}]}]},{infoBits:102084,versionNumber:24,alignmentPatternCenters:[6,28,54,80,106],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:45},{numBlocks:14,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:30,dataCodewordsPerBlock:16},{numBlocks:2,dataCodewordsPerBlock:17}]}]},{infoBits:102881,versionNumber:25,alignmentPatternCenters:[6,32,58,84,110],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:106},{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:47},{numBlocks:13,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},{infoBits:110507,versionNumber:26,alignmentPatternCenters:[6,30,58,86,114],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:114},{numBlocks:2,dataCodewordsPerBlock:115}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:46},{numBlocks:4,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:28,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:33,dataCodewordsPerBlock:16},{numBlocks:4,dataCodewordsPerBlock:17}]}]},{infoBits:110734,versionNumber:27,alignmentPatternCenters:[6,34,62,90,118],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:23},{numBlocks:26,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:117786,versionNumber:28,alignmentPatternCenters:[6,26,50,74,98,122],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:117},{numBlocks:10,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:45},{numBlocks:23,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:24},{numBlocks:31,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:31,dataCodewordsPerBlock:16}]}]},{infoBits:119615,versionNumber:29,alignmentPatternCenters:[6,30,54,78,102,126],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:116},{numBlocks:7,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:21,dataCodewordsPerBlock:45},{numBlocks:7,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:23},{numBlocks:37,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:26,dataCodewordsPerBlock:16}]}]},{infoBits:126325,versionNumber:30,alignmentPatternCenters:[6,26,52,78,104,130],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:115},{numBlocks:10,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:47},{numBlocks:10,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:25,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:25,dataCodewordsPerBlock:16}]}]},{infoBits:127568,versionNumber:31,alignmentPatternCenters:[6,30,56,82,108,134],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:3,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:46},{numBlocks:29,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:24},{numBlocks:1,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:133589,versionNumber:32,alignmentPatternCenters:[6,34,60,86,112,138],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:24},{numBlocks:35,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:35,dataCodewordsPerBlock:16}]}]},{infoBits:136944,versionNumber:33,alignmentPatternCenters:[6,30,58,86,114,142],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115},{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:21,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:24},{numBlocks:19,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:141498,versionNumber:34,alignmentPatternCenters:[6,34,62,90,118,146],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:6,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:44,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:59,dataCodewordsPerBlock:16},{numBlocks:1,dataCodewordsPerBlock:17}]}]},{infoBits:145311,versionNumber:35,alignmentPatternCenters:[6,30,54,78,102,126,150],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:121},{numBlocks:7,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:47},{numBlocks:26,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:39,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:41,dataCodewordsPerBlock:16}]}]},{infoBits:150283,versionNumber:36,alignmentPatternCenters:[6,24,50,76,102,128,154],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:121},{numBlocks:14,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:47},{numBlocks:34,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:46,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:15},{numBlocks:64,dataCodewordsPerBlock:16}]}]},{infoBits:152622,versionNumber:37,alignmentPatternCenters:[6,28,54,80,106,132,158],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:46},{numBlocks:14,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:49,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:24,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:158308,versionNumber:38,alignmentPatternCenters:[6,32,58,84,110,136,162],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:122},{numBlocks:18,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:46},{numBlocks:32,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:48,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:15},{numBlocks:32,dataCodewordsPerBlock:16}]}]},{infoBits:161089,versionNumber:39,alignmentPatternCenters:[6,26,54,82,110,138,166],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:40,dataCodewordsPerBlock:47},{numBlocks:7,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:43,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:15},{numBlocks:67,dataCodewordsPerBlock:16}]}]},{infoBits:167017,versionNumber:40,alignmentPatternCenters:[6,30,58,86,114,142,170],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:118},{numBlocks:6,dataCodewordsPerBlock:119}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:18,dataCodewordsPerBlock:47},{numBlocks:31,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:24},{numBlocks:34,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:15},{numBlocks:61,dataCodewordsPerBlock:16}]}]}]},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=r(0);function o(e,t,r,n){var o=e.x-t.x+r.x-n.x,a=e.y-t.y+r.y-n.y;if(0===o&&0===a)return{a11:t.x-e.x,a12:t.y-e.y,a13:0,a21:r.x-t.x,a22:r.y-t.y,a23:0,a31:e.x,a32:e.y,a33:1};var i=t.x-r.x,s=n.x-r.x,c=t.y-r.y,u=n.y-r.y,l=i*u-s*c,d=(o*u-s*a)/l,f=(i*a-o*c)/l;return{a11:t.x-e.x+d*t.x,a12:t.y-e.y+d*t.y,a13:d,a21:n.x-e.x+f*n.x,a22:n.y-e.y+f*n.y,a23:f,a31:e.x,a32:e.y,a33:1}}t.extract=function(e,t){for(var r,a,i=(a=function(e,t,r,n){var a=o({x:3.5,y:3.5},t,r,n);return{a11:a.a22*a.a33-a.a23*a.a32,a12:a.a13*a.a32-a.a12*a.a33,a13:a.a12*a.a23-a.a13*a.a22,a21:a.a23*a.a31-a.a21*a.a33,a22:a.a11*a.a33-a.a13*a.a31,a23:a.a13*a.a21-a.a11*a.a23,a31:a.a21*a.a32-a.a22*a.a31,a32:a.a12*a.a31-a.a11*a.a32,a33:a.a11*a.a22-a.a12*a.a21}}(0,{x:t.dimension-3.5,y:3.5},{x:t.dimension-6.5,y:t.dimension-6.5},{x:3.5,y:t.dimension-3.5}),{a11:(r=o(t.topLeft,t.topRight,t.alignmentPattern,t.bottomLeft)).a11*a.a11+r.a21*a.a12+r.a31*a.a13,a12:r.a12*a.a11+r.a22*a.a12+r.a32*a.a13,a13:r.a13*a.a11+r.a23*a.a12+r.a33*a.a13,a21:r.a11*a.a21+r.a21*a.a22+r.a31*a.a23,a22:r.a12*a.a21+r.a22*a.a22+r.a32*a.a23,a23:r.a13*a.a21+r.a23*a.a22+r.a33*a.a23,a31:r.a11*a.a31+r.a21*a.a32+r.a31*a.a33,a32:r.a12*a.a31+r.a22*a.a32+r.a32*a.a33,a33:r.a13*a.a31+r.a23*a.a32+r.a33*a.a33}),s=n.BitMatrix.createEmpty(t.dimension,t.dimension),c=function(e,t){var r=i.a13*e+i.a23*t+i.a33;return{x:(i.a11*e+i.a21*t+i.a31)/r,y:(i.a12*e+i.a22*t+i.a32)/r}},u=0;u<t.dimension;u++)for(var l=0;l<t.dimension;l++){var d=c(l+.5,u+.5);s.set(l,u,e.get(Math.floor(d.x),Math.floor(d.y)))}return{matrix:s,mappingFunction:c}}},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=function(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))};function o(e){return e.reduce((function(e,t){return e+t}))}function a(e,t,r,o){var a,i,s,c,u=[{x:Math.floor(e.x),y:Math.floor(e.y)}],l=Math.abs(t.y-e.y)>Math.abs(t.x-e.x);l?(a=Math.floor(e.y),i=Math.floor(e.x),s=Math.floor(t.y),c=Math.floor(t.x)):(a=Math.floor(e.x),i=Math.floor(e.y),s=Math.floor(t.x),c=Math.floor(t.y));for(var d=Math.abs(s-a),f=Math.abs(c-i),p=Math.floor(-d/2),h=a<s?1:-1,g=i<c?1:-1,m=!0,v=a,y=i;v!==s+h;v+=h){var b=l?y:v,w=l?v:y;if(r.get(b,w)!==m&&(m=!m,u.push({x:b,y:w}),u.length===o+1))break;if((p+=f)>0){if(y===c)break;y+=g,p-=d}}for(var C=[],k=0;k<o;k++)u[k]&&u[k+1]?C.push(n(u[k],u[k+1])):C.push(0);return C}function i(e,t,r,n){var o,i=t.y-e.y,s=t.x-e.x,c=a(e,t,r,Math.ceil(n/2)),u=a(e,{x:e.x-s,y:e.y-i},r,Math.ceil(n/2)),l=c.shift()+u.shift()-1;return(o=u.concat(l)).concat.apply(o,c)}function s(e,t){var r=o(e)/o(t),n=0;return t.forEach((function(t,o){n+=Math.pow(e[o]-t*r,2)})),{averageSize:r,error:n}}function c(e,t,r){try{var n=i(e,{x:-1,y:e.y},r,t.length),o=i(e,{x:e.x,y:-1},r,t.length),a=i(e,{x:Math.max(0,e.x-e.y)-1,y:Math.max(0,e.y-e.x)-1},r,t.length),c=i(e,{x:Math.min(r.width,e.x+e.y)+1,y:Math.min(r.height,e.y+e.x)+1},r,t.length),u=s(n,t),l=s(o,t),d=s(a,t),f=s(c,t),p=Math.sqrt(u.error*u.error+l.error*l.error+d.error*d.error+f.error*f.error),h=(u.averageSize+l.averageSize+d.averageSize+f.averageSize)/4;return p+(Math.pow(u.averageSize-h,2)+Math.pow(l.averageSize-h,2)+Math.pow(d.averageSize-h,2)+Math.pow(f.averageSize-h,2))/h}catch(e){return 1/0}}function u(e,t){for(var r=Math.round(t.x);e.get(r,Math.round(t.y));)r--;for(var n=Math.round(t.x);e.get(n,Math.round(t.y));)n++;for(var o=(r+n)/2,a=Math.round(t.y);e.get(Math.round(o),a);)a--;for(var i=Math.round(t.y);e.get(Math.round(o),i);)i++;return{x:o,y:(a+i)/2}}function l(e,t,r,a,s){var u,l,d;try{u=function(e,t,r,a){var s=(o(i(e,r,a,5))/7+o(i(e,t,a,5))/7+o(i(r,e,a,5))/7+o(i(t,e,a,5))/7)/4;if(s<1)throw new Error("Invalid module size");var c=Math.round(n(e,t)/s),u=Math.round(n(e,r)/s),l=Math.floor((c+u)/2)+7;switch(l%4){case 0:l++;break;case 2:l--}return{dimension:l,moduleSize:s}}(a,r,s,e),l=u.dimension,d=u.moduleSize}catch(e){return null}var f=r.x-a.x+s.x,p=r.y-a.y+s.y,h=(n(a,s)+n(a,r))/2/d,g=1-3/h,m={x:a.x+g*(f-a.x),y:a.y+g*(p-a.y)},v=t.map((function(t){var r=(t.top.startX+t.top.endX+t.bottom.startX+t.bottom.endX)/4,a=(t.top.y+t.bottom.y+1)/2;if(e.get(Math.floor(r),Math.floor(a)))return o([t.top.endX-t.top.startX,t.bottom.endX-t.bottom.startX,t.bottom.y-t.top.y+1]),{x:r,y:a,score:c({x:Math.floor(r),y:Math.floor(a)},[1,1,1],e)+n({x:r,y:a},m)}})).filter((function(e){return!!e})).sort((function(e,t){return e.score-t.score}));return{alignmentPattern:h>=15&&v.length?v[0]:m,dimension:l}}t.locate=function(e){for(var t=[],r=[],a=[],i=[],s=function(n){for(var s=0,c=!1,u=[0,0,0,0,0],l=function(t){var a=e.get(t,n);if(a===c)s++;else{u=[u[1],u[2],u[3],u[4],s],s=1,c=a;var l=o(u)/7,d=Math.abs(u[0]-l)<l&&Math.abs(u[1]-l)<l&&Math.abs(u[2]-3*l)<3*l&&Math.abs(u[3]-l)<l&&Math.abs(u[4]-l)<l&&!a,f=o(u.slice(-3))/3,p=Math.abs(u[2]-f)<f&&Math.abs(u[3]-f)<f&&Math.abs(u[4]-f)<f&&a;if(d){var h=t-u[3]-u[4],g=h-u[2],m={startX:g,endX:h,y:n};(v=r.filter((function(e){return g>=e.bottom.startX&&g<=e.bottom.endX||h>=e.bottom.startX&&g<=e.bottom.endX||g<=e.bottom.startX&&h>=e.bottom.endX&&u[2]/(e.bottom.endX-e.bottom.startX)<1.5&&u[2]/(e.bottom.endX-e.bottom.startX)>.5}))).length>0?v[0].bottom=m:r.push({top:m,bottom:m})}if(p){var v,y=t-u[4],b=y-u[3];m={startX:b,y:n,endX:y},(v=i.filter((function(e){return b>=e.bottom.startX&&b<=e.bottom.endX||y>=e.bottom.startX&&b<=e.bottom.endX||b<=e.bottom.startX&&y>=e.bottom.endX&&u[2]/(e.bottom.endX-e.bottom.startX)<1.5&&u[2]/(e.bottom.endX-e.bottom.startX)>.5}))).length>0?v[0].bottom=m:i.push({top:m,bottom:m})}}},d=-1;d<=e.width;d++)l(d);t.push.apply(t,r.filter((function(e){return e.bottom.y!==n&&e.bottom.y-e.top.y>=2}))),r=r.filter((function(e){return e.bottom.y===n})),a.push.apply(a,i.filter((function(e){return e.bottom.y!==n}))),i=i.filter((function(e){return e.bottom.y===n}))},d=0;d<=e.height;d++)s(d);t.push.apply(t,r.filter((function(e){return e.bottom.y-e.top.y>=2}))),a.push.apply(a,i);var f=t.filter((function(e){return e.bottom.y-e.top.y>=2})).map((function(t){var r=(t.top.startX+t.top.endX+t.bottom.startX+t.bottom.endX)/4,n=(t.top.y+t.bottom.y+1)/2;if(e.get(Math.round(r),Math.round(n))){var a=[t.top.endX-t.top.startX,t.bottom.endX-t.bottom.startX,t.bottom.y-t.top.y+1],i=o(a)/a.length;return{score:c({x:Math.round(r),y:Math.round(n)},[1,1,3,1,1],e),x:r,y:n,size:i}}})).filter((function(e){return!!e})).sort((function(e,t){return e.score-t.score})).map((function(e,t,r){if(t>4)return null;var n=r.filter((function(e,r){return t!==r})).map((function(t){return{x:t.x,y:t.y,score:t.score+Math.pow(t.size-e.size,2)/e.size,size:t.size}})).sort((function(e,t){return e.score-t.score}));if(n.length<2)return null;var o=e.score+n[0].score+n[1].score;return{points:[e].concat(n.slice(0,2)),score:o}})).filter((function(e){return!!e})).sort((function(e,t){return e.score-t.score}));if(0===f.length)return null;var p=function(e,t,r){var o,a,i,s,c,u,l,d=n(e,t),f=n(t,r),p=n(e,r);return f>=d&&f>=p?(c=(o=[t,e,r])[0],u=o[1],l=o[2]):p>=f&&p>=d?(c=(a=[e,t,r])[0],u=a[1],l=a[2]):(c=(i=[e,r,t])[0],u=i[1],l=i[2]),(l.x-u.x)*(c.y-u.y)-(l.y-u.y)*(c.x-u.x)<0&&(c=(s=[l,c])[0],l=s[1]),{bottomLeft:c,topLeft:u,topRight:l}}(f[0].points[0],f[0].points[1],f[0].points[2]),h=p.topRight,g=p.topLeft,m=p.bottomLeft,v=l(e,a,h,g,m),y=[];v&&y.push({alignmentPattern:{x:v.alignmentPattern.x,y:v.alignmentPattern.y},bottomLeft:{x:m.x,y:m.y},dimension:v.dimension,topLeft:{x:g.x,y:g.y},topRight:{x:h.x,y:h.y}});var b=u(e,h),w=u(e,g),C=u(e,m),k=l(e,a,b,w,C);return k&&y.push({alignmentPattern:{x:k.alignmentPattern.x,y:k.alignmentPattern.y},bottomLeft:{x:C.x,y:C.y},topLeft:{x:w.x,y:w.y},topRight:{x:b.x,y:b.y},dimension:k.dimension}),0===y.length?null:y}}]).default},e.exports=r()})));function Gq(e){return Xq.apply(this,arguments)}function Xq(){return(Xq=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.imageData,n=t.canvas,(o=r)||(a=n.getContext("2d"),o=a.getImageData(0,0,n.width,n.height)),!(i=Qq(o.data,o.width,o.height,{inversionAttempts:"dontInvert"}))){e.next=6;break}return e.abrupt("return",i.data);case 6:return e.abrupt("return","");case 7:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function Yq(e){return $q.apply(this,arguments)}function $q(){return($q=CD(regeneratorRuntime.mark((function e(t){var r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.canvas,n=t.qrScannerResources,e.abrupt("return",new Promise((function(e){setTimeout((function(){return e("")}),1e3),zq.scanImage(r,void 0,void 0,n.canvas).then(e).catch((function(){return e("")}))})));case 2:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var Zq,Jq,eH,tH,rH,nH,oH=function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.canvas,n=t.blackAndWhiteConverterResources,o=t.qrScannerResources,a=n.kernel,i=n.canvas,s=n.dst,c=window,u=c.cv,l="",d=u.imread(r),u.cvtColor(d,s,u.COLOR_RGBA2GRAY),u.filter2D(s,s,-1,a),u.imshow(i,s),e.next=10,Gq({canvas:i});case 10:if(l=e.sent){e.next=15;break}return e.next=14,Yq({canvas:i,qrScannerResources:o});case 14:l=e.sent;case 15:return d.delete(),e.abrupt("return",l);case 17:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),aH=function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.canvas,n=t.blob,o=t.qrScannerResources,a=t.blackAndWhiteConverterResources,i=r,!n){e.next=6;break}return e.next=5,IL.blobToCanvas({blob:n});case 5:i=e.sent;case 6:return s=i.getContext("2d"),e.next=9,Gq({imageData:s.getImageData(0,0,i.width,i.height)});case 9:if(c=e.sent){e.next=18;break}return e.next=13,Yq({canvas:i,qrScannerResources:o});case 13:if(c=e.sent){e.next=18;break}return e.next=17,oH({canvas:i,blackAndWhiteConverterResources:a,qrScannerResources:o});case 17:c=e.sent;case 18:return e.abrupt("return",c);case 19:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),iH=function(){var e=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s,c,u,l=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=l.length>0&&void 0!==l[0]?l[0]:{},r=t.blob,n=t.resultWarmup,o=t.enableValidation,a=void 0===o||o,i=n.qrScannerResources,s=n.blackAndWhiteConverterResources,c={},e.next=5,aH({blob:r,qrScannerResources:i,blackAndWhiteConverterResources:s});case 5:return u=e.sent,a&&u&&(c=Vq(u)),e.abrupt("return",{result:u,validateResult:c});case 8:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),sH=function(e){var t=e.shouldStart,r=e.refVideo,n=e.cropArea,o=e.settings,a=e.onSessionTimeout,i=e.onCaptureDone,s=e.onAboutToTimeout,c=e.outputEncryptionSettings,u=TD(ov.useState(!1),2),l=u[0],d=u[1],f=ov.useRef((function(){})),p=ov.useRef((function(){})),h=nN.useSDKSettings().lang,g=function(e){var t=e.refVideo,r=e.shouldStart,n=e.cropArea,o=e.settings,a=e.onResult,i=e.outputEncryptionSettings,s=ov.useRef(null);null===s.current&&(s.current=document.createElement("canvas"));var c=ov.useRef(!1),u=ov.useRef(null),l=TD(ov.useState(!1),2),d=l[0],f=l[1],p=ov.useRef({}),h=nN.useSDKSettings().customUrls;ov.useEffect((function(){function e(){return(e=CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(d){e.next=5;break}return e.next=3,Wq(h);case 3:p.current=e.sent,f(!0);case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}!function(){e.apply(this,arguments)}()}),[d,h]);var g=ov.useCallback((function(){!0===c.current&&(c.current=!1)}),[]),m=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var r,n,l,f,h,m,v,y,b,w,C,k,E,B,S,_;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(d&&o&&!c.current){e.next=2;break}return e.abrupt("return");case 2:r=p.current,n=r.qrScannerResources,l=r.blackAndWhiteConverterResources,f=u.current,h=t.current,c.current=!0,m=f.cropX,v=f.cropY,y=f.cropWidth,b=f.cropHeight,(w=s.current).width=y,w.height=b,C=w.getContext("2d");case 11:return C.drawImage(h,m,v,y,b,0,0,y,b),e.next=15,aH({canvas:w,qrScannerResources:n,blackAndWhiteConverterResources:l});case 15:if(!(k=e.sent)){e.next=29;break}return g(),E=Vq(k),e.next=21,fO.takePicture({canvas:s.current});case 21:if(B=e.sent,S=void 0,!i||!i.key){e.next=28;break}return _=i.key,e.next=27,gD.encrypt({blob:B,key:_});case 27:S=e.sent;case 28:a({result:k,validateResult:E,image:{blob:B,encrypted:S}});case 29:if(c.current){e.next=31;break}return e.abrupt("break",33);case 31:e.next=11;break;case 33:case"end":return e.stop()}}),e)}))),[t,o,d,a,g,i]);ov.useEffect((function(){var e=t.current;function o(){return(o=CD(regeneratorRuntime.mark((function t(){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return u.current=fO.analyzeVideoAndWindowSizes(e,n,0),t.next=3,m();case 3:case"end":return t.stop()}}),t)})))).apply(this,arguments)}d&&r&&n&&function(){o.apply(this,arguments)}()}),[r,n,t,g,m,d]);var v=ov.useCallback((function(){g()}),[g]);return ov.useEffect((function(){return v}),[v]),{refWorkingCanvas:s,stopCheckFrame:g,checkFrame:m,warmupDone:d}}({refVideo:r,shouldStart:t,cropArea:n,settings:o,onResult:ov.useCallback((function(){f.current.apply(f,arguments)}),[]),outputEncryptionSettings:c}),m=g.stopCheckFrame,v=g.checkFrame,y=g.warmupDone,b=QK({refVideo:r,shouldStart:t&&y,cropArea:n,settings:o}),w=b.stopCheckFrame,C=b.refRecordedVideos,k=b.splitVideos,E=b.resetRecordedVideos,B=b.checkFrame;f.current=ov.useCallback((function(e){d(!0),w(),m(),p.current(),i(SD(SD({},e),{},{recordedVideos:C.current})),d(!1)}),[w,i,C,m]);var S=ov.useCallback((function(){w(),m(),E(),a()}),[E,w,m,a]),_=ov.useCallback((function(){k()}),[k]),A=$K({lang:h,onAboutToTimeout:s,onSessionTimeout:S,onVideoTimeLimitReached:_,settings:o,shouldStartTimers:t&&y,sessionTime:null==o?void 0:o.scanQrLimitTimeSecond}),T=A.stopTimers,I=A.startTimers;return p.current=T,{isProcessing:l,restartSession:ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return I(),e.next=3,Promise.all([B(),v()]);case 3:case"end":return e.stop()}}),e)}))),[B,v,I]),refRecordedVideos:C,warmupDone:y}};function cH(e){var t=e.windowAndVideoInfo,r=e.onUISpacingChange,n=e.refVideo,o=e.settings,a=e.onCaptureDone,i=e.outputEncryptionSettings,s=TD(ov.useState(null),2),c=s[0],u=s[1],l=UN.useAsset("qr_capture_cursor.png"),d=TD(ov.useState({}),2),f=d[0],p=d[1],h=f.yTooltip,g=f.yMessage,m=nN.useSDKSettings().lang,v=mK(),y=v.showPopup,b=v.popupShown,w=v.popupType,C=TD(ov.useState(!1),2),k=C[0],E=C[1],B=TD(ov.useState(null),2),S=B[0],_=B[1],A=UN.useAsset("ic_loading.png");ov.useEffect((function(){y({popupType:wK})}),[y]),ov.useEffect((function(){if(t){var e=t.videoAreaWidth,n=t.lostX,o=t.lostY,a=GD.isMobile?Math.min(e-6,145):145,i=a,s=o+10,c=s+90,l=c+40,d=l+i+20,f=Math.floor((e-a)/2)+n;u({x:f,y:l,width:a,height:i,surroundStyle:{opacity:.6,background:"#000"}});var h={yTitle:s,yTooltip:d,yMessage:c};p(h),r(h)}}),[t,r]);var T=ov.useCallback((function(){_(""),a()}),[a]),I=ov.useCallback((function(e){var t=e.validateResult.valid;_(""),t?a(e):y({popupType:bK})}),[y,a]),x=ov.useCallback((function(e){var t=e.curTimeLeft;_(Pj(sq.REMAINING_TIME[m])({x:t}))}),[m]),P=sH({shouldStart:k,refVideo:n,cropArea:c,settings:o,onSessionTimeout:T,onCaptureDone:I,onAboutToTimeout:x,outputEncryptionSettings:i}),R=P.isProcessing,N=P.restartSession,O=P.warmupDone,L=ov.useCallback((function(){y({popupType:null})}),[y]),D=ov.useCallback(CD(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return L(),e.next=3,N();case 3:case"end":return e.stop()}}),e)}))),[N,L]),M=ov.useCallback((function(){L(),a()}),[L,a]),U=ov.useCallback((function(){L(),setTimeout((function(){E(!0)}),200)}),[L]);return ov.createElement(ov.Fragment,null,!O&&ov.createElement(yV,{contentStyle:{maxWidth:"300px"}}),c&&ov.createElement(BM,{x:"".concat(c.x,"px"),y:"".concat(c.y,"px"),width:"".concat(c.width,"px"),height:"".concat(c.height,"px"),surroundStyle:c.surroundStyle},ov.createElement("div",null,ov.createElement("img",{src:l,width:c.width,height:c.height,alt:""}))),ov.createElement(aq,{y:"".concat(h,"px")},sq.QR_TOOLTIP[m]),S&&ov.createElement(iq,{key:S,className:"message",y:"".concat(g,"px")},S),R&&ov.createElement(eK,null,ov.createElement("img",{src:A,alt:"",className:"spin"})),ov.createElement(JF,{contentStyle:{maxWidth:"332px"},open:b},w===bK&&ov.createElement(wq,{onRetry:D,onSkip:M}),w===vK&&ov.createElement(Bq,{onRetry:D,onSkip:M}),w===wK&&ov.createElement(jq,{onClickStart:U,onTimeout:U})))}cH.propTypes={windowAndVideoInfo:Iv.shape({}),onUISpacingChange:Iv.func,refVideo:Iv.shape({}),settings:Iv.shape({}),onCaptureDone:Iv.func,outputEncryptionSettings:Iv.shape({})},cH.defaultProps={windowAndVideoInfo:{},onUISpacingChange:function(){},refVideo:{},settings:{},onCaptureDone:function(){},outputEncryptionSettings:null};var uH,lH,dH,fH,pH,hH={SUCCESS:"SUCCESS",WARNING:"WARNING"},gH=(kD(Zq={},hH.SUCCESS,"52,206,95"),kD(Zq,hH.WARNING,"255,148,50"),Zq),mH=(kD(Jq={},hH.SUCCESS,"✓"),kD(Jq,hH.WARNING,"!"),Jq),vH=Zb.div(eH||(eH=AD(["\n font-weight: normal;\n"]))),yH=Zb.div(tH||(tH=AD(["\n height: 2px;\n width: 100%;\n background: ",";\n"])),(function(e){return Mb(["linear-gradient(to right,rgba(",",0),rgba(",",1),rgba(",",0));"],gH[e.type],gH[e.type],gH[e.type])})),bH=Zb.div(rH||(rH=AD(["\n width: 22px;\n height: 22px;\n border-radius: 50%;\n background: ",";\n display: flex;\n justify-content: center;\n align-items: center;\n color: #fff;\n margin-right: 8px;\n font-weight: bold;\n"])),(function(e){return Mb(["rgb(",")"],gH[e.type])})),wH=Zb.div(nH||(nH=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n margin: 10px 0;\n"]))),CH=function(e){var t=e.children,r=e.type,n=e.className;return ov.createElement(vH,{className:n},ov.createElement(yH,{type:r}),ov.createElement(wH,null,ov.createElement(bH,{type:r},mH[r]),t),ov.createElement(yH,{type:r}))};CH.propTypes={children:Iv.node,type:Iv.string,className:Iv.string},CH.defaultProps={children:null,type:hH.SUCCESS,className:""};var kH=Zb.div(uH||(uH=AD(["\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n padding: 10px;\n"]))),EH=Zb.div(lH||(lH=AD(["\n text-align: center;\n font-size: 1rem;\n color: #ea3223;\n margin-top: 10px;\n"]))),BH=Zb.button(dH||(dH=AD(["\n margin-top: 20px;\n width: 100%;\n max-width: 160px;\n height: 50px;\n background-color: ",";\n border: 0;\n outline: none;\n border-radius: 0.25rem;\n color: #fff;\n font-weight: 400;\n cursor: pointer;\n font-size: 1rem;\n"])),(function(e){return e.theme.tsBlue})),SH=Zb.img(fH||(fH=AD(["\n width: 100%;\n height: 100%;\n object-fit: contain;\n border-radius: 5px;\n"]))),_H=Zb.div(pH||(pH=AD(["\n margin: 20px 0;\n width: 100%;\n display: flex;\n justify-content: space-evenly;\n gap: 10px;\n"]))),AH=function(e){var t=e.imageTaken,r=e.onConfirm,n=e.onTryAgain,o=e.error,a=e.hasValidQR,i=TD(ov.useState(null),2),s=i[0],c=i[1],u=nN.useSDKSettings().lang;return ov.useEffect((function(){var e;return t&&(e=URL.createObjectURL(t.blob),c(e)),function(){URL.revokeObjectURL(e)}}),[t]),ov.createElement(kH,null,null!==a&&ov.createElement(cq,{mb:"20px"},ov.createElement("div",null,ov.createElement(CH,{type:a?hH.SUCCESS:hH.WARNING},a?lK.CONFIRM_POPUP_VALID_QR[u]:lK.CONFIRM_POPUP_INVALID_QR[u]))),ov.createElement(Oq,{ratio:1.5},ov.createElement(SH,{src:s})),o&&ov.createElement(EH,{className:"confirm-popup-error-message"},o.msg[u]),ov.createElement(_H,null,ov.createElement(BH,{onClick:n},lK.BTN_TRY_AGAIN[u]),ov.createElement(BH,{onClick:r},lK.BTN_USE_THIS_PICTURE[u])))};AH.propTypes={imageTaken:Iv.shape({}),error:Iv.shape({msg:Iv.shape({})}),onConfirm:Iv.func,onTryAgain:Iv.func,hasValidQR:Iv.bool},AH.defaultProps={imageTaken:null,error:null,onConfirm:function(){},onTryAgain:function(){},hasValidQR:null};var TH={tsBlue:"#0276f1",tsSecondary:"rgba(0, 47, 117, 0.6)"};function IH(e){var t=this.__data__=new zj(e);this.size=t.size}IH.prototype.clear=function(){this.__data__=new zj,this.size=0},IH.prototype.delete=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r},IH.prototype.get=function(e){return this.__data__.get(e)},IH.prototype.has=function(e){return this.__data__.has(e)},IH.prototype.set=function(e,t){var r=this.__data__;if(r instanceof zj){var n=r.__data__;if(!Kj||n.length<199)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Wj(n)}return r.set(e,t),this.size=r.size,this};var xH,PH=IH,RH=function(e,t,r){(void 0!==r&&!fU(e[t],r)||void 0===r&&!(t in e))&&dU(e,t,r)},NH=function(e,t,r){for(var n=-1,o=Object(e),a=r(e),i=a.length;i--;){var s=a[++n];if(!1===t(o[s],s,o))break}return e},OH=OD((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r?xM.Buffer:void 0,a=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var r=e.length,n=a?a(r):new e.constructor(r);return e.copy(n),n}})),LH=xM.Uint8Array,DH=function(e,t){var r=t?function(e){var t=new e.constructor(e.byteLength);return new LH(t).set(new LH(e)),t}(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)},MH=Object.create,UH=function(){function e(){}return function(t){if(!AM(t))return{};if(MH)return MH(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}(),jH=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]},FH=function(e,t,r,n,o,a,i){var s=jH(e,r),c=jH(t,r),u=i.get(c);if(u)RH(e,r,u);else{var l=a?a(s,c,r+"",e,t,i):void 0,d=void 0===l;if(d){var f=LU(c),p=!f&&MU(c),h=!f&&!p&&VU(c);l=c,f||p||h?LU(s)?l=s:function(e){return FM(e)&&SU(e)}(s)?l=function(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}(s):p?(d=!1,l=OH(c,!0)):h?(d=!1,l=DH(c,!0)):l=[]:nj(c)||OU(c)?(l=s,OU(s)?l=function(e){return gU(e,GU(e))}(s):AM(s)&&!ZM(s)||(l=function(e){return"function"!=typeof e.constructor||HU(e)?{}:UH($U(e))}(c))):d=!1}d&&(i.set(c,l),o(l,c,n,a,i),i.delete(c)),RH(e,r,l)}},VH=function e(t,r,n,o,a){t!==r&&NH(r,(function(i,s){if(a||(a=new PH),AM(i))FH(t,r,s,n,e,o,a);else{var c=o?o(jH(t,s),i,s+"",t,r,a):void 0;void 0===c&&(c=i),RH(t,s,c)}}),GU)},zH=IU((function(e,t,r){VH(e,t,r)})),KH={data:{settings:{sdk_settings:{id_detection_settings:{auto_capture:{enable:!0,show_capture_button:!0,wait_for_best_image_time_ms_web:1e3},blur_check:{enable:!0,threshold_web:.82},disable_capture_button_if_alert:!1,id_detection:{enable:!0},limit_time_settings:{enable:!0,limit_time_second:30,video_partial_length_seconds:15},save_frame_settings:{enable:!1,frames_interval_ms:190,quality_web:80},scan_qr_settings:{enable:!0,limit_time_second:20}}}}}};function qH(e){var t=e.clientSettings,r=TD(ov.useState(null),2),n=r[0],o=r[1];return ov.useEffect((function(){var e=zH(KH,t),r=eF(e,"data.settings.sdk_settings.id_detection_settings.save_frame_settings.enable"),n=eF(e,"data.settings.sdk_settings.id_detection_settings.save_frame_settings.frames_interval_ms"),a=eF(e,"data.settings.sdk_settings.id_detection_settings.save_frame_settings.quality_web"),i=eF(e,"data.settings.sdk_settings.id_detection_settings.limit_time_settings.enable"),s=eF(e,"data.settings.sdk_settings.id_detection_settings.limit_time_settings.limit_time_second"),c=eF(e,"data.settings.sdk_settings.id_detection_settings.limit_time_settings.video_partial_length_seconds"),u=eF(e,"data.settings.sdk_settings.id_detection_settings.auto_capture.enable"),l=eF(e,"data.settings.sdk_settings.id_detection_settings.auto_capture.wait_for_best_image_time_ms_web"),d=eF(e,"data.settings.sdk_settings.id_detection_settings.blur_check.enable"),f=eF(e,"data.settings.sdk_settings.id_detection_settings.blur_check.threshold_web"),p=eF(e,"data.settings.sdk_settings.id_detection_settings.disable_capture_button_if_alert"),h=eF(e,"data.settings.sdk_settings.id_detection_settings.id_detection.enable"),g=eF(e,"data.settings.sdk_settings.id_detection_settings.scan_qr_settings.enable"),m=eF(e,"data.settings.sdk_settings.id_detection_settings.scan_qr_settings.limit_time_second");o({enableRecording:r,frameCaptureIntervalMs:n,idCardSessionTime:s,maxRecordingTimePerVideo:c,saveFrameQuality:a,enableTimers:i,enableAutoCapture:u,waitForBestImageTimeMs:l,enableBlurCheck:d,blurThreshold:f,disableCaptureButtonIfAlert:p,enableIdDetection:h,enableScanQr:g,scanQrLimitTimeSecond:m})}),[t]),{settings:n}}var HH=ew(xH||(xH=AD(["\n .text-primary {\n color: ",";\n }\n"])),(function(e){return e.theme.tsBlue})),WH=ZI.IDCardSide,QH=ZI.IDCardType,GH=ZI.Errors,XH={ID_CARD:"id_card",QR_CODE:"qr_code"},YH=[{scannerType:XH.ID_CARD,title:"Mặt trước CMND/CCCD",description:"Vui lòng đặt CMND mặt trước vào trong khung",titleIcon:"id_card_front.svg",cardSide:ZI.IDCardSide.FRONT,cardType:QH.VN,frontCamera:!1,enableConfirmPopup:!0},{scannerType:XH.ID_CARD,title:"Mặt sau CMND/CCCD",description:"Vui lòng đặt CMND mặt sau vào trong khung",titleIcon:"id_card_back.svg",cardSide:ZI.IDCardSide.BACK,cardType:QH.VN,frontCamera:!1,enableConfirmPopup:!0}],$H={scannerType:XH.QR_CODE,title:"Quét mã QR trên CCCD",frontCamera:!1};function ZH(e){var t=e.onClose,r=e.onError,n=e.clientSettings,o=e.detectIdCard,a=e.onStepDone,i=e.steps,s=e.outputEncryptionSettings,c=e.defaultCameraId,u=TD(ov.useState(0),2),l=u[0],d=u[1],f=TD(ov.useState(i[l]),2),p=f[0],h=f[1],g=ov.useRef(null),m=TD(ov.useState(null),2),v=m[0],y=m[1],b=TD(ov.useState(!1),2),w=b[0],C=b[1],k=TD(ov.useState(0),2),E=k[0],B=k[1],S=ov.useRef(),_=p.scannerType,A=p.frontCamera,T=p.title,I=p.titleIcon,x=p.cardSide,P=p.description,R=p.usePortraitMask,N=p.cardType,O=p.enableConfirmPopup,L=x===WH.FRONT,D=UN.useAsset(I),M=mK(),U=M.showPopup,j=M.popupShown,F=M.popupType,V=M.props,z=TD(ov.useState(!1),2),K=z[0],q=z[1],H=UN.useAsset("ic_loading.png"),W=ov.useRef({}),Q=ov.useRef(null),G=ov.useRef([]),X=qH({clientSettings:n}).settings,Y=TD(ov.useState({}),2),$=Y[0],Z=Y[1],J=$.yTitle,ee=ov.useCallback((function(e){y(e),C(!0)}),[]);ov.useEffect((function(){C(!1)}),[A]);var te=ov.useCallback((function(){U({popupType:null})}),[U]),re=ov.useCallback((function(e){e>=i.length||setTimeout((function(){d(e),h(i[e])}),200)}),[i]),ne=ov.useCallback((function(){re(l+1)}),[re,l]),oe=ov.useCallback((function(){setTimeout((function(){h((function(e){return SD(SD({},$H),{},{enableConfirmPopup:e.enableConfirmPopup})}))}),200)}),[]),ae=ov.useCallback(CD(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t={stepNumber:l,image:W.current,recordedVideos:null!=X&&X.enableRecording?G.current:[]},_===XH.QR_CODE&&(t.qrScannedResult=Q.current),q(!0),e.next=5,a(t);case 5:q(!1),ne();case 7:case"end":return e.stop()}}),e)}))),[X,l,a,ne,_]),ie=ov.useCallback((function(){te(),_===XH.QR_CODE?re(l):_===XH.ID_CARD&&S.current.restartSession()}),[re,l,te,_]),se=ov.useCallback((function(){te(),ae()}),[ae,te]),ce=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var n,a,i,s,c,u;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=t.image,a=t.error,i=t.recordedVideos,W.current=n,G.current=i,B((function(e){return e+1})),x!==ZI.IDCardSide.FRONT){e.next=23;break}if(!X.enableScanQr||!GD.isMobile){e.next=23;break}if(c=null==n||null===(s=n.detectedCard)||void 0===s?void 0:s.label){e.next=20;break}return q(!0),e.prev=9,e.next=12,o({image:n,cardType:N,cardSide:x});case 12:u=e.sent,c=u.card_label,e.next=19;break;case 16:e.prev=16,e.t0=e.catch(9),r(GH.detect_id_card_error);case 19:q(!1);case 20:if(!c||!"vn.cccd_new.front".includes(c)){e.next=23;break}return oe(),e.abrupt("return");case 23:O?U({popupType:yK,props:{imageTaken:W.current,error:a}}):ae();case 24:case"end":return e.stop()}}),e,null,[[9,16]])})));return function(t){return e.apply(this,arguments)}}(),[O,U,x,X,N,o,ae,oe,r]),ue=ov.useCallback((function(e){var t;if(Q.current=e,e){var r,n=e.recordedVideos;(r=G.current).push.apply(r,ID(n))}B((function(e){return e+1}));var o=Boolean(null==e||null===(t=e.validateResult)||void 0===t?void 0:t.valid);O?U({popupType:yK,props:{hasValidQR:o,imageTaken:W.current}}):ae()}),[U,O,ae]);return ov.createElement(Xb,{theme:TH},ov.createElement($z,null,ov.createElement(yM,{key:A,frontCamera:A,onVideoPlayed:ee,onClose:t,flipHorizontal:A,ref:g,onError:r,defaultCameraId:c},w&&ov.createElement(ov.Fragment,null,_===XH.ID_CARD&&ov.createElement(eq,{key:l,ref:S,windowAndVideoInfo:v,refVideo:g,settings:X,onCaptureDone:ce,onUISpacingChange:Z,frontSide:L,description:P,usePortraitMask:R,outputEncryptionSettings:s}),_===XH.QR_CODE&&ov.createElement(cH,{key:l,refVideo:g,windowAndVideoInfo:v,settings:X,onCaptureDone:ue,onUISpacingChange:Z,outputEncryptionSettings:s})),ov.createElement(Yz,{keyForTransition:E}),ov.createElement(rK,{y:"".concat(J,"px")},ov.createElement(hz,null,ov.createElement(lz,{key:T,timeout:{enter:500,exit:500},classNames:"flipY",unmountOnExit:!0},ov.createElement(nK,null,I&&ov.createElement(Zz,{src:D,alt:""}),ov.createElement(oK,{className:"title"},T))))),K&&ov.createElement(eK,null,ov.createElement("img",{src:H,alt:"",className:"spin"}))),ov.createElement(JF,{open:j},F===yK&&ov.createElement(AH,ED({},V,{onConfirm:se,onTryAgain:ie})))),ov.createElement(HH,null))}ZH.propTypes={onClose:Iv.func,onError:Iv.func,clientSettings:Iv.shape({}),detectIdCard:Iv.func,onStepDone:Iv.func,steps:Iv.arrayOf(Iv.shape({})),outputEncryptionSettings:Iv.shape({}),defaultCameraId:Iv.string},ZH.defaultProps={onClose:function(){},onError:function(){},clientSettings:{},detectIdCard:function(){return Promise.resolve({card_label:""})},onStepDone:function(){},steps:YH,outputEncryptionSettings:null,defaultCameraId:void 0};var JH=["tracking","clientSettings"];function eW(e){var t=e.tracking,r=e.clientSettings,n=_D(e,JH),o=ov.useMemo((function(){return eF(r,"data.settings.sdk_settings.server_log_settings.enable",null==t?void 0:t.enable)}),[r,t]);return ov.createElement(LN.SDKTrackingProvider,{value:{tracking:SD(SD({},t),{},{enable:o})}},ov.createElement(ZH,ED({},n,{clientSettings:r})))}eW.propTypes={tracking:Iv.shape({}),clientSettings:Iv.shape({})},eW.defaultProps={tracking:void 0,clientSettings:void 0};var tW=ZI.IDCardSide,rW=ZI.Errors;function nW(e){return oW.apply(this,arguments)}function oW(){return(oW=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.image,n=t.cardType,o=t.cardSide,a=t.apiClient,i=t.outputEncryptionSettings,s={label:"id_card.".concat(n,".").concat(o)},!i||!i.key){e.next=4;break}return e.abrupt("return",a.httpClient.post("/v1/images",SD({base64:r.encrypted.hex},s),{"X-TV-Key":i.key}));case 4:return e.abrupt("return",a.uploadImage(SD({file:r.blob},s)));case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function aW(e){return iW.apply(this,arguments)}function iW(){return(iW=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.image,n=t.apiClient,o=t.rawString,a=t.outputEncryptionSettings,i={label:"qr_code",metadata:JSON.stringify({raw:o})},!a||!a.key){e.next=4;break}return e.abrupt("return",n.httpClient.post("/v1/images",SD({base64:r.encrypted.hex},i),{"X-TV-Key":a.key}));case 4:return e.abrupt("return",n.uploadImage(SD({file:r.blob},i)));case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function sW(e){return cW.apply(this,arguments)}function cW(){return(cW=CD(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.imageId,n=t.cardType,o=t.apiClient,e.abrupt("return",o.requestVerifyIDCard({card_type:n,image1:{id:r}}));case 2:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function uW(e){return lW.apply(this,arguments)}function lW(){return(lW=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.apiClient,n=t.cardType,o=t.frontCardId,a=t.isCapturingFrontSide,i=t.backCardId,s=t.recordedVideos,c=t.qrImageId,u=s.filter((function(e){return null!==e.id})),l=s.filter((function(e){return null===e.id&&e.frames.length>0})),e.next=5,Promise.all(l.map((function(e){return r.fileService.request({frames:e.frames})})));case 5:return d=e.sent,f={card_type:n,image:{id:o},image2:a?void 0:{id:i},videos:[].concat(ID(u.map((function(e){return{id:e.id}}))),ID(d.map((function(e){return{id:e.data.file_id}}))))},c&&(f.qr1_images=[{id:c}]),e.abrupt("return",r.detectIDTampering(f));case 9:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function dW(e){return fW.apply(this,arguments)}function fW(){return(fW=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.cardType,n=t.apiClient,o=t.frontCardId,a=t.backCardId,i=t.isCapturingFrontSide,s=t.qrImageId,c={card_type:r,image1:i?{id:o}:{id:a}},s&&(c.qr1_images=[{id:s}]),e.abrupt("return",n.readIDCard(c));case 4:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function pW(e){return hW.apply(this,arguments)}function hW(){return(hW=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i,s,c,u,l,d,f,p,h,g,m,v,y,b,w,C,k,E,B,S;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=t.image,o=t.frontCardId,a=t.qrImageId,i=t.onError,s=t.recordedVideos,c=t.apiClient,u=t.cardType,l=t.cardSide,d=t.qrScannedResult,f=t.outputEncryptionSettings,l!==tW.BACK||o){e.next=4;break}return i(rW.missing_front_id_card),e.abrupt("return");case 4:return p=[nW({image:n,cardType:u,cardSide:l,apiClient:c,outputEncryptionSettings:f})],d&&p.push(aW({image:d.image,apiClient:c,rawString:d.result,outputEncryptionSettings:f})),e.next=8,Promise.all(p);case 8:if(h=e.sent,g=TD(h,2),m=g[0],v=g[1],!m.errors){e.next=15;break}return i(SD(SD({},rW.upload_error),{},{details:m.errors})),e.abrupt("return");case 15:return y=m.data.image_id,b=(null==v||null===(r=v.data)||void 0===r?void 0:r.image_id)||a,(k=l===tW.FRONT)?w=y:(w=o,C=y),e.next=21,sW({imageId:y,cardType:u,apiClient:c});case 21:if(!(E=e.sent).errors){e.next=25;break}return i(SD(SD({},rW.sanity_check_error),{},{details:E.errors})),e.abrupt("return");case 25:return e.next=27,dW({cardType:u,apiClient:c,frontCardId:w,backCardId:C,isCapturingFrontSide:k,qrImageId:b});case 27:if(!(B=e.sent).errors){e.next=31;break}return i(SD(SD({},rW.read_id_card_error),{},{details:B.errors})),e.abrupt("return");case 31:return e.next=33,uW({apiClient:c,cardType:u,frontCardId:w,isCapturingFrontSide:k,backCardId:C,recordedVideos:s,qrImageId:b});case 33:if(!(S=e.sent).errors){e.next=37;break}return i(SD(SD({},rW.detect_id_tampering_error),{},{details:S.errors})),e.abrupt("return");case 37:return e.abrupt("return",{sanityResult:E.data,tamperingInfo:S.data,cardInfo:B.data,qrImageId:b});case 38:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var gW=["onClose","onError","detectIdCard","steps","onStepDone","apiCredentials","tracking","outputEncryptionSettings"],mW=ZI.Errors,vW=function(e){var t=e.onClose,r=e.onError,n=e.detectIdCard,o=e.steps,a=e.onStepDone,i=e.apiCredentials,s=e.tracking,c=e.outputEncryptionSettings,u=_D(e,gW),l=TD(ov.useState(null),2),d=l[0],f=l[1],p=KL.useApiClient({apiCredentials:i,tracking:s}).apiClient,h=ov.useRef(""),g=ov.useRef("");ov.useEffect((function(){function e(){return(e=CD(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,p.clientSettings();case 2:t=e.sent,f(t);case 4:case"end":return e.stop()}}),e)})))).apply(this,arguments)}!function(){e.apply(this,arguments)}()}),[p]);var m=ov.useCallback(function(){var e=CD(regeneratorRuntime.mark((function e(t){var n,i,s,u,l,d,f,m;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.stepNumber,i=t.recordedVideos,s=t.qrScannedResult,u=t.image,l=o[n],d=l.cardType,f=l.cardSide,m=null,e.prev=3,e.next=6,pW({image:u,cardSide:f,frontCardId:h.current,qrImageId:g.current,onError:r,apiClient:p,cardType:d,recordedVideos:i,qrScannedResult:s,outputEncryptionSettings:c});case 6:m=e.sent,f===ZI.IDCardSide.FRONT&&(h.current=m.cardInfo.image1.id),g.current=m.qrImageId,e.next=14;break;case 11:e.prev=11,e.t0=e.catch(3),r(SD(SD({},mW.api_call_error),{},{details:e.t0}));case 14:m&&a(SD(SD({},t),{},{apiResult:m}));case 15:case"end":return e.stop()}}),e,null,[[3,11]])})));return function(t){return e.apply(this,arguments)}}(),[p,r,o,a,c]);return d&&ov.createElement(eW,ED({tracking:s,onClose:t,onError:r,detectIdCard:n,onStepDone:m,steps:o,outputEncryptionSettings:c},u,{clientSettings:d}))};function yW(){return(yW=CD(regeneratorRuntime.mark((function e(){var t,r,n,o,a,i,s=arguments;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=s.length>0&&void 0!==s[0]?s[0]:{},r=t.opencvUrl,n=t.idCardModelUrl,o=t.blazefaceModelUrl,a=t.tfScriptUrls,"iOS"!==GD.osName||!GD.osVersion.includes("12.")){e.next=5;break}return e.next=4,LK({url:r});case 4:return e.abrupt("return");case 5:return e.next=7,dD.loadTensorFlow(a);case 7:return e.next=9,dD.initTensorFlow({preferredBackends:["wasm","webgl","cpu"]});case 9:return i=new jK,e.next=12,Promise.all([i.loadResource({modelUrl:n}),dD.loadBlazefaceModel({modelUrl:o}),LK({url:r})]);case 12:case"end":return e.stop()}}),e)})))).apply(this,arguments)}vW.propTypes={onClose:Iv.func,onError:Iv.func,detectIdCard:Iv.func,onStepDone:Iv.func,steps:Iv.arrayOf(Iv.shape({})),apiCredentials:Iv.shape({accessKey:Iv.string,secretKey:Iv.string,apiUrl:Iv.string}),tracking:Iv.shape({}),outputEncryptionSettings:Iv.shape({})},vW.defaultProps={onClose:function(){},onError:function(){},detectIdCard:function(){return Promise.resolve({card_label:""})},onStepDone:function(){},steps:YH,apiCredentials:{accessKey:"5767c20d-87aa-4cad-8dbb-f5429f76c34b",secretKey:"c1446919-e60a-4575-a05d-304318212a1b",apiUrl:"https://tv-testing.trustingsocial.com/api"},outputEncryptionSettings:{key:""},tracking:void 0};var bW=aF((function(){return yW.apply(this,arguments)})),wW=function(){var e=CD(regeneratorRuntime.mark((function e(t){var r,n,o,a,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.blob,n=t.resultWarmup,o=n.idCardModel,a=n.ableToUseModel){e.next=4;break}return e.abrupt("return",{ableToUseModel:a});case 4:return e.next=6,IL.blobToCanvas({blob:r});case 6:return i=e.sent,e.abrupt("return",o.predict(i,{detectThreshold:.3}));case 8:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),CW=function(){return{checkCamera:FV,LivenessDetection:$V,NativeCamera:zV,ReadIDCardUIOnly:eW,ReadIDCardWithApiCall:vW,warmUpReadIdCard:HK,preloadEKYCResources:bW,getListCamera:$D}},kW=SF,EW=_D(jV,["useLivenessDetection"]),BW=r((function(e){e.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(e,t,r){var n={MOBILE:"mobile",TABLET:"tablet",SMART_TV:"smarttv",CONSOLE:"console",WEARABLE:"wearable",BROWSER:void 0};e.exports={BROWSER_TYPES:{CHROME:"Chrome",FIREFOX:"Firefox",OPERA:"Opera",YANDEX:"Yandex",SAFARI:"Safari",INTERNET_EXPLORER:"Internet Explorer",EDGE:"Edge",CHROMIUM:"Chromium",IE:"IE",MOBILE_SAFARI:"Mobile Safari",EDGE_CHROMIUM:"Edge Chromium"},DEVICE_TYPES:n,OS_TYPES:{IOS:"iOS",ANDROID:"Android",WINDOWS_PHONE:"Windows Phone",WINDOWS:"Windows",MAC_OS:"Mac OS"},defaultData:{isMobile:!1,isTablet:!1,isBrowser:!1,isSmartTV:!1,isConsole:!1,isWearable:!1}}},function(e,t,r){var n,o=r(2),a=r(0),i=a.BROWSER_TYPES,s=a.OS_TYPES,c=a.DEVICE_TYPES,u=r(4),l=u.checkType,d=u.broPayload,f=u.mobilePayload,p=u.wearPayload,h=u.consolePayload,g=u.stvPayload,m=u.getNavigatorInstance,v=u.isIOS13Check,y=new o,b=y.getBrowser(),w=y.getDevice(),C=y.getEngine(),k=y.getOS(),E=y.getUA(),B=i.CHROME,S=i.CHROMIUM,_=i.IE,A=i.INTERNET_EXPLORER,T=i.OPERA,I=i.FIREFOX,x=i.SAFARI,P=i.EDGE,R=i.YANDEX,N=i.MOBILE_SAFARI,O=c.MOBILE,L=c.TABLET,D=c.SMART_TV,M=c.BROWSER,U=c.WEARABLE,j=c.CONSOLE,F=s.ANDROID,V=s.WINDOWS_PHONE,z=s.IOS,K=s.WINDOWS,q=s.MAC_OS,H=function(){return k.name===s.WINDOWS&&"10"===k.version&&("string"==typeof E&&-1!==E.indexOf("Edg/"))},W=function(){return b.name===P},Q=function(){return v("iPad")},G=w.type===D,X=w.type===j,Y=w.type===U,$=b.name===N||Q(),Z=b.name===S,J=function(){switch(w.type){case O:case L:return!0;default:return!1}}()||Q(),ee=w.type===O,te=w.type===L||Q(),re=w.type===M,ne=k.name===F,oe=k.name===V,ae=k.name===z||Q(),ie=b.name===B,se=b.name===I,ce=b.name===x||b.name===N,ue=b.name===T,le=b.name===A||b.name===_,de=k.version?k.version:"none",fe=k.name?k.name:"none",pe=b.major,he=b.version,ge=b.name,me=w.vendor?w.vendor:"none",ve=w.model?w.model:"none",ye=C.name,be=C.version,we=E,Ce=W()||H(),ke=b.name===R,Ee=w.type,Be=(n=m())&&(/iPad|iPhone|iPod/.test(n.platform)||"MacIntel"===n.platform&&n.maxTouchPoints>1)&&!window.MSStream,Se=Q(),_e=v("iPhone"),Ae=v("iPod"),Te=function(){var e=m(),t=e&&e.userAgent.toLowerCase();return"string"==typeof t&&/electron/.test(t)}(),Ie=H(),xe=W(),Pe=k.name===K,Re=k.name===q,Ne=l(w.type);e.exports={deviceDetect:function(){var e=Ne.isBrowser,t=Ne.isMobile,r=Ne.isTablet,n=Ne.isSmartTV,o=Ne.isConsole,a=Ne.isWearable;return e?d(e,b,C,k,E):n?g(n,C,k,E):o?h(o,C,k,E):t||r?f(Ne,w,k,E):a?p(a,C,k,E):void 0},isSmartTV:G,isConsole:X,isWearable:Y,isMobileSafari:$,isChromium:Z,isMobile:J,isMobileOnly:ee,isTablet:te,isBrowser:re,isAndroid:ne,isWinPhone:oe,isIOS:ae,isChrome:ie,isFirefox:se,isSafari:ce,isOpera:ue,isIE:le,osVersion:de,osName:fe,fullBrowserVersion:pe,browserVersion:he,browserName:ge,mobileVendor:me,mobileModel:ve,engineName:ye,engineVersion:be,getUA:we,isEdge:Ce,isYandex:ke,deviceType:Ee,isIOS13:Be,isIPad13:Se,isIPhone13:_e,isIPod13:Ae,isElectron:Te,isEdgeChromium:Ie,isLegacyEdge:xe,isWindows:Pe,isMacOs:Re}},function(e,t,r){var n;
|
54
54
|
/*!
|
55
55
|
* UAParser.js v0.7.18
|
56
56
|
* Lightweight JavaScript-based User-Agent string parser
|
@@ -58,4 +58,4 @@ function(e){var t=r,n=t.lib,o=n.WordArray,a=n.Hasher,i=t.algo,s=o.create([0,1,2,
|
|
58
58
|
*
|
59
59
|
* Copyright © 2012-2016 Faisal Salman <fyzlman@gmail.com>
|
60
60
|
* Dual licensed under GPLv2 or MIT
|
61
|
-
*/!function(o,a){var i="function",s="undefined",c="object",u="model",l="name",d="type",f="vendor",p="version",h="architecture",g="console",m="mobile",v="tablet",y="smarttv",b="wearable",w={extend:function(e,t){var r={};for(var n in e)t[n]&&t[n].length%2==0?r[n]=t[n].concat(e[n]):r[n]=e[n];return r},has:function(e,t){return"string"==typeof e&&-1!==t.toLowerCase().indexOf(e.toLowerCase())},lowerize:function(e){return e.toLowerCase()},major:function(e){return"string"==typeof e?e.replace(/[^\d\.]/g,"").split(".")[0]:a},trim:function(e){return e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}},C={rgx:function(e,t){for(var r,n,o,s,u,l,d=0;d<t.length&&!u;){var f=t[d],p=t[d+1];for(r=n=0;r<f.length&&!u;)if(u=f[r++].exec(e))for(o=0;o<p.length;o++)l=u[++n],typeof(s=p[o])===c&&s.length>0?2==s.length?typeof s[1]==i?this[s[0]]=s[1].call(this,l):this[s[0]]=s[1]:3==s.length?typeof s[1]!==i||s[1].exec&&s[1].test?this[s[0]]=l?l.replace(s[1],s[2]):a:this[s[0]]=l?s[1].call(this,l,s[2]):a:4==s.length&&(this[s[0]]=l?s[3].call(this,l.replace(s[1],s[2])):a):this[s]=l||a;d+=2}},str:function(e,t){for(var r in t)if(typeof t[r]===c&&t[r].length>0){for(var n=0;n<t[r].length;n++)if(w.has(t[r][n],e))return"?"===r?a:r}else if(w.has(t[r],e))return"?"===r?a:r;return e}},k={browser:{oldsafari:{version:{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}}},device:{amazon:{model:{"Fire Phone":["SD","KF"]}},sprint:{model:{"Evo Shift 4G":"7373KT"},vendor:{HTC:"APA",Sprint:"Sprint"}}},os:{windows:{version:{ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"}}}},E={browser:[[/(opera\smini)\/([\w\.-]+)/i,/(opera\s[mobiletab]+).+version\/([\w\.-]+)/i,/(opera).+version\/([\w\.]+)/i,/(opera)[\/\s]+([\w\.]+)/i],[l,p],[/(opios)[\/\s]+([\w\.]+)/i],[[l,"Opera Mini"],p],[/\s(opr)\/([\w\.]+)/i],[[l,"Opera"],p],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/\s]?([\w\.]*)/i,/(avant\s|iemobile|slim|baidu)(?:browser)?[\/\s]?([\w\.]*)/i,/(?:ms|\()(ie)\s([\w\.]+)/i,/(rekonq)\/([\w\.]*)/i,/(chromium|flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark)\/([\w\.-]+)/i],[l,p],[/(trident).+rv[:\s]([\w\.]+).+like\sgecko/i],[[l,"IE"],p],[/(edge|edgios|edgea)\/((\d+)?[\w\.]+)/i],[[l,"Edge"],p],[/(yabrowser)\/([\w\.]+)/i],[[l,"Yandex"],p],[/(puffin)\/([\w\.]+)/i],[[l,"Puffin"],p],[/((?:[\s\/])uc?\s?browser|(?:juc.+)ucweb)[\/\s]?([\w\.]+)/i],[[l,"UCBrowser"],p],[/(comodo_dragon)\/([\w\.]+)/i],[[l,/_/g," "],p],[/(micromessenger)\/([\w\.]+)/i],[[l,"WeChat"],p],[/(qqbrowserlite)\/([\w\.]+)/i],[l,p],[/(QQ)\/([\d\.]+)/i],[l,p],[/m?(qqbrowser)[\/\s]?([\w\.]+)/i],[l,p],[/(BIDUBrowser)[\/\s]?([\w\.]+)/i],[l,p],[/(2345Explorer)[\/\s]?([\w\.]+)/i],[l,p],[/(MetaSr)[\/\s]?([\w\.]+)/i],[l],[/(LBBROWSER)/i],[l],[/xiaomi\/miuibrowser\/([\w\.]+)/i],[p,[l,"MIUI Browser"]],[/;fbav\/([\w\.]+);/i],[p,[l,"Facebook"]],[/headlesschrome(?:\/([\w\.]+)|\s)/i],[p,[l,"Chrome Headless"]],[/\swv\).+(chrome)\/([\w\.]+)/i],[[l,/(.+)/,"$1 WebView"],p],[/((?:oculus|samsung)browser)\/([\w\.]+)/i],[[l,/(.+(?:g|us))(.+)/,"$1 $2"],p],[/android.+version\/([\w\.]+)\s+(?:mobile\s?safari|safari)*/i],[p,[l,"Android Browser"]],[/(chrome|omniweb|arora|[tizenoka]{5}\s?browser)\/v?([\w\.]+)/i],[l,p],[/(dolfin)\/([\w\.]+)/i],[[l,"Dolphin"],p],[/((?:android.+)crmo|crios)\/([\w\.]+)/i],[[l,"Chrome"],p],[/(coast)\/([\w\.]+)/i],[[l,"Opera Coast"],p],[/fxios\/([\w\.-]+)/i],[p,[l,"Firefox"]],[/version\/([\w\.]+).+?mobile\/\w+\s(safari)/i],[p,[l,"Mobile Safari"]],[/version\/([\w\.]+).+?(mobile\s?safari|safari)/i],[p,l],[/webkit.+?(gsa)\/([\w\.]+).+?(mobile\s?safari|safari)(\/[\w\.]+)/i],[[l,"GSA"],p],[/webkit.+?(mobile\s?safari|safari)(\/[\w\.]+)/i],[l,[p,C.str,k.browser.oldsafari.version]],[/(konqueror)\/([\w\.]+)/i,/(webkit|khtml)\/([\w\.]+)/i],[l,p],[/(navigator|netscape)\/([\w\.-]+)/i],[[l,"Netscape"],p],[/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo\sbrowser|minimo|conkeror)[\/\s]?([\w\.\+]+)/i,/(firefox|seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([\w\.-]+)$/i,/(mozilla)\/([\w\.]+).+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir)[\/\s]?([\w\.]+)/i,/(links)\s\(([\w\.]+)/i,/(gobrowser)\/?([\w\.]*)/i,/(ice\s?browser)\/v?([\w\._]+)/i,/(mosaic)[\/\s]([\w\.]+)/i],[l,p]],cpu:[[/(?:(amd|x(?:(?:86|64)[_-])?|wow|win)64)[;\)]/i],[[h,"amd64"]],[/(ia32(?=;))/i],[[h,w.lowerize]],[/((?:i[346]|x)86)[;\)]/i],[[h,"ia32"]],[/windows\s(ce|mobile);\sppc;/i],[[h,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?:\smac|;|\))/i],[[h,/ower/,"",w.lowerize]],[/(sun4\w)[;\)]/i],[[h,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|arm(?:64|(?=v\d+;))|(?=atmel\s)avr|(?:irix|mips|sparc)(?:64)?(?=;)|pa-risc)/i],[[h,w.lowerize]]],device:[[/\((ipad|playbook);[\w\s\);-]+(rim|apple)/i],[u,f,[d,v]],[/applecoremedia\/[\w\.]+ \((ipad)/],[u,[f,"Apple"],[d,v]],[/(apple\s{0,1}tv)/i],[[u,"Apple TV"],[f,"Apple"]],[/(archos)\s(gamepad2?)/i,/(hp).+(touchpad)/i,/(hp).+(tablet)/i,/(kindle)\/([\w\.]+)/i,/\s(nook)[\w\s]+build\/(\w+)/i,/(dell)\s(strea[kpr\s\d]*[\dko])/i],[f,u,[d,v]],[/(kf[A-z]+)\sbuild\/.+silk\//i],[u,[f,"Amazon"],[d,v]],[/(sd|kf)[0349hijorstuw]+\sbuild\/.+silk\//i],[[u,C.str,k.device.amazon.model],[f,"Amazon"],[d,m]],[/\((ip[honed|\s\w*]+);.+(apple)/i],[u,f,[d,m]],[/\((ip[honed|\s\w*]+);/i],[u,[f,"Apple"],[d,m]],[/(blackberry)[\s-]?(\w+)/i,/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[\s_-]?([\w-]*)/i,/(hp)\s([\w\s]+\w)/i,/(asus)-?(\w+)/i],[f,u,[d,m]],[/\(bb10;\s(\w+)/i],[u,[f,"BlackBerry"],[d,m]],[/android.+(transfo[prime\s]{4,10}\s\w+|eeepc|slider\s\w+|nexus 7|padfone)/i],[u,[f,"Asus"],[d,v]],[/(sony)\s(tablet\s[ps])\sbuild\//i,/(sony)?(?:sgp.+)\sbuild\//i],[[f,"Sony"],[u,"Xperia Tablet"],[d,v]],[/android.+\s([c-g]\d{4}|so[-l]\w+)\sbuild\//i],[u,[f,"Sony"],[d,m]],[/\s(ouya)\s/i,/(nintendo)\s([wids3u]+)/i],[f,u,[d,g]],[/android.+;\s(shield)\sbuild/i],[u,[f,"Nvidia"],[d,g]],[/(playstation\s[34portablevi]+)/i],[u,[f,"Sony"],[d,g]],[/(sprint\s(\w+))/i],[[f,C.str,k.device.sprint.vendor],[u,C.str,k.device.sprint.model],[d,m]],[/(lenovo)\s?(S(?:5000|6000)+(?:[-][\w+]))/i],[f,u,[d,v]],[/(htc)[;_\s-]+([\w\s]+(?=\))|\w+)*/i,/(zte)-(\w*)/i,/(alcatel|geeksphone|lenovo|nexian|panasonic|(?=;\s)sony)[_\s-]?([\w-]*)/i],[f,[u,/_/g," "],[d,m]],[/(nexus\s9)/i],[u,[f,"HTC"],[d,v]],[/d\/huawei([\w\s-]+)[;\)]/i,/(nexus\s6p)/i],[u,[f,"Huawei"],[d,m]],[/(microsoft);\s(lumia[\s\w]+)/i],[f,u,[d,m]],[/[\s\(;](xbox(?:\sone)?)[\s\);]/i],[u,[f,"Microsoft"],[d,g]],[/(kin\.[onetw]{3})/i],[[u,/\./g," "],[f,"Microsoft"],[d,m]],[/\s(milestone|droid(?:[2-4x]|\s(?:bionic|x2|pro|razr))?:?(\s4g)?)[\w\s]+build\//i,/mot[\s-]?(\w*)/i,/(XT\d{3,4}) build\//i,/(nexus\s6)/i],[u,[f,"Motorola"],[d,m]],[/android.+\s(mz60\d|xoom[\s2]{0,2})\sbuild\//i],[u,[f,"Motorola"],[d,v]],[/hbbtv\/\d+\.\d+\.\d+\s+\([\w\s]*;\s*(\w[^;]*);([^;]*)/i],[[f,w.trim],[u,w.trim],[d,y]],[/hbbtv.+maple;(\d+)/i],[[u,/^/,"SmartTV"],[f,"Samsung"],[d,y]],[/\(dtv[\);].+(aquos)/i],[u,[f,"Sharp"],[d,y]],[/android.+((sch-i[89]0\d|shw-m380s|gt-p\d{4}|gt-n\d+|sgh-t8[56]9|nexus 10))/i,/((SM-T\w+))/i],[[f,"Samsung"],u,[d,v]],[/smart-tv.+(samsung)/i],[f,[d,y],u],[/((s[cgp]h-\w+|gt-\w+|galaxy\snexus|sm-\w[\w\d]+))/i,/(sam[sung]*)[\s-]*(\w+-?[\w-]*)/i,/sec-((sgh\w+))/i],[[f,"Samsung"],u,[d,m]],[/sie-(\w*)/i],[u,[f,"Siemens"],[d,m]],[/(maemo|nokia).*(n900|lumia\s\d+)/i,/(nokia)[\s_-]?([\w-]*)/i],[[f,"Nokia"],u,[d,m]],[/android\s3\.[\s\w;-]{10}(a\d{3})/i],[u,[f,"Acer"],[d,v]],[/android.+([vl]k\-?\d{3})\s+build/i],[u,[f,"LG"],[d,v]],[/android\s3\.[\s\w;-]{10}(lg?)-([06cv9]{3,4})/i],[[f,"LG"],u,[d,v]],[/(lg) netcast\.tv/i],[f,u,[d,y]],[/(nexus\s[45])/i,/lg[e;\s\/-]+(\w*)/i,/android.+lg(\-?[\d\w]+)\s+build/i],[u,[f,"LG"],[d,m]],[/android.+(ideatab[a-z0-9\-\s]+)/i],[u,[f,"Lenovo"],[d,v]],[/linux;.+((jolla));/i],[f,u,[d,m]],[/((pebble))app\/[\d\.]+\s/i],[f,u,[d,b]],[/android.+;\s(oppo)\s?([\w\s]+)\sbuild/i],[f,u,[d,m]],[/crkey/i],[[u,"Chromecast"],[f,"Google"]],[/android.+;\s(glass)\s\d/i],[u,[f,"Google"],[d,b]],[/android.+;\s(pixel c)\s/i],[u,[f,"Google"],[d,v]],[/android.+;\s(pixel xl|pixel)\s/i],[u,[f,"Google"],[d,m]],[/android.+;\s(\w+)\s+build\/hm\1/i,/android.+(hm[\s\-_]*note?[\s_]*(?:\d\w)?)\s+build/i,/android.+(mi[\s\-_]*(?:one|one[\s_]plus|note lte)?[\s_]*(?:\d?\w?)[\s_]*(?:plus)?)\s+build/i,/android.+(redmi[\s\-_]*(?:note)?(?:[\s_]*[\w\s]+))\s+build/i],[[u,/_/g," "],[f,"Xiaomi"],[d,m]],[/android.+(mi[\s\-_]*(?:pad)(?:[\s_]*[\w\s]+))\s+build/i],[[u,/_/g," "],[f,"Xiaomi"],[d,v]],[/android.+;\s(m[1-5]\snote)\sbuild/i],[u,[f,"Meizu"],[d,v]],[/android.+a000(1)\s+build/i,/android.+oneplus\s(a\d{4})\s+build/i],[u,[f,"OnePlus"],[d,m]],[/android.+[;\/]\s*(RCT[\d\w]+)\s+build/i],[u,[f,"RCA"],[d,v]],[/android.+[;\/\s]+(Venue[\d\s]{2,7})\s+build/i],[u,[f,"Dell"],[d,v]],[/android.+[;\/]\s*(Q[T|M][\d\w]+)\s+build/i],[u,[f,"Verizon"],[d,v]],[/android.+[;\/]\s+(Barnes[&\s]+Noble\s+|BN[RT])(V?.*)\s+build/i],[[f,"Barnes & Noble"],u,[d,v]],[/android.+[;\/]\s+(TM\d{3}.*\b)\s+build/i],[u,[f,"NuVision"],[d,v]],[/android.+;\s(k88)\sbuild/i],[u,[f,"ZTE"],[d,v]],[/android.+[;\/]\s*(gen\d{3})\s+build.*49h/i],[u,[f,"Swiss"],[d,m]],[/android.+[;\/]\s*(zur\d{3})\s+build/i],[u,[f,"Swiss"],[d,v]],[/android.+[;\/]\s*((Zeki)?TB.*\b)\s+build/i],[u,[f,"Zeki"],[d,v]],[/(android).+[;\/]\s+([YR]\d{2})\s+build/i,/android.+[;\/]\s+(Dragon[\-\s]+Touch\s+|DT)(\w{5})\sbuild/i],[[f,"Dragon Touch"],u,[d,v]],[/android.+[;\/]\s*(NS-?\w{0,9})\sbuild/i],[u,[f,"Insignia"],[d,v]],[/android.+[;\/]\s*((NX|Next)-?\w{0,9})\s+build/i],[u,[f,"NextBook"],[d,v]],[/android.+[;\/]\s*(Xtreme\_)?(V(1[045]|2[015]|30|40|60|7[05]|90))\s+build/i],[[f,"Voice"],u,[d,m]],[/android.+[;\/]\s*(LVTEL\-)?(V1[12])\s+build/i],[[f,"LvTel"],u,[d,m]],[/android.+[;\/]\s*(V(100MD|700NA|7011|917G).*\b)\s+build/i],[u,[f,"Envizen"],[d,v]],[/android.+[;\/]\s*(Le[\s\-]+Pan)[\s\-]+(\w{1,9})\s+build/i],[f,u,[d,v]],[/android.+[;\/]\s*(Trio[\s\-]*.*)\s+build/i],[u,[f,"MachSpeed"],[d,v]],[/android.+[;\/]\s*(Trinity)[\-\s]*(T\d{3})\s+build/i],[f,u,[d,v]],[/android.+[;\/]\s*TU_(1491)\s+build/i],[u,[f,"Rotor"],[d,v]],[/android.+(KS(.+))\s+build/i],[u,[f,"Amazon"],[d,v]],[/android.+(Gigaset)[\s\-]+(Q\w{1,9})\s+build/i],[f,u,[d,v]],[/\s(tablet|tab)[;\/]/i,/\s(mobile)(?:[;\/]|\ssafari)/i],[[d,w.lowerize],f,u],[/(android[\w\.\s\-]{0,9});.+build/i],[u,[f,"Generic"]]],engine:[[/windows.+\sedge\/([\w\.]+)/i],[p,[l,"EdgeHTML"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m)\/([\w\.]+)/i,/(khtml|tasman|links)[\/\s]\(?([\w\.]+)/i,/(icab)[\/\s]([23]\.[\d\.]+)/i],[l,p],[/rv\:([\w\.]{1,9}).+(gecko)/i],[p,l]],os:[[/microsoft\s(windows)\s(vista|xp)/i],[l,p],[/(windows)\snt\s6\.2;\s(arm)/i,/(windows\sphone(?:\sos)*)[\s\/]?([\d\.\s\w]*)/i,/(windows\smobile|windows)[\s\/]?([ntce\d\.\s]+\w)/i],[l,[p,C.str,k.os.windows.version]],[/(win(?=3|9|n)|win\s9x\s)([nt\d\.]+)/i],[[l,"Windows"],[p,C.str,k.os.windows.version]],[/\((bb)(10);/i],[[l,"BlackBerry"],p],[/(blackberry)\w*\/?([\w\.]*)/i,/(tizen)[\/\s]([\w\.]+)/i,/(android|webos|palm\sos|qnx|bada|rim\stablet\sos|meego|contiki)[\/\s-]?([\w\.]*)/i,/linux;.+(sailfish);/i],[l,p],[/(symbian\s?os|symbos|s60(?=;))[\/\s-]?([\w\.]*)/i],[[l,"Symbian"],p],[/\((series40);/i],[l],[/mozilla.+\(mobile;.+gecko.+firefox/i],[[l,"Firefox OS"],p],[/(nintendo|playstation)\s([wids34portablevu]+)/i,/(mint)[\/\s\(]?(\w*)/i,/(mageia|vectorlinux)[;\s]/i,/(joli|[kxln]?ubuntu|debian|suse|opensuse|gentoo|(?=\s)arch|slackware|fedora|mandriva|centos|pclinuxos|redhat|zenwalk|linpus)[\/\s-]?(?!chrom)([\w\.-]*)/i,/(hurd|linux)\s?([\w\.]*)/i,/(gnu)\s?([\w\.]*)/i],[l,p],[/(cros)\s[\w]+\s([\w\.]+\w)/i],[[l,"Chromium OS"],p],[/(sunos)\s?([\w\.\d]*)/i],[[l,"Solaris"],p],[/\s([frentopc-]{0,4}bsd|dragonfly)\s?([\w\.]*)/i],[l,p],[/(haiku)\s(\w+)/i],[l,p],[/cfnetwork\/.+darwin/i,/ip[honead]{2,4}(?:.*os\s([\w]+)\slike\smac|;\sopera)/i],[[p,/_/g,"."],[l,"iOS"]],[/(mac\sos\sx)\s?([\w\s\.]*)/i,/(macintosh|mac(?=_powerpc)\s)/i],[[l,"Mac OS"],[p,/_/g,"."]],[/((?:open)?solaris)[\/\s-]?([\w\.]*)/i,/(aix)\s((\d)(?=\.|\)|\s)[\w\.])*/i,/(plan\s9|minix|beos|os\/2|amigaos|morphos|risc\sos|openvms)/i,/(unix)\s?([\w\.]*)/i],[l,p]]},B=function(e,t){if("object"==typeof e&&(t=e,e=a),!(this instanceof B))return new B(e,t).getResult();var r=e||(o&&o.navigator&&o.navigator.userAgent?o.navigator.userAgent:""),n=t?w.extend(E,t):E;return this.getBrowser=function(){var e={name:a,version:a};return C.rgx.call(e,r,n.browser),e.major=w.major(e.version),e},this.getCPU=function(){var e={architecture:a};return C.rgx.call(e,r,n.cpu),e},this.getDevice=function(){var e={vendor:a,model:a,type:a};return C.rgx.call(e,r,n.device),e},this.getEngine=function(){var e={name:a,version:a};return C.rgx.call(e,r,n.engine),e},this.getOS=function(){var e={name:a,version:a};return C.rgx.call(e,r,n.os),e},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return r},this.setUA=function(e){return r=e,this},this};B.VERSION="0.7.18",B.BROWSER={NAME:l,MAJOR:"major",VERSION:p},B.CPU={ARCHITECTURE:h},B.DEVICE={MODEL:u,VENDOR:f,TYPE:d,CONSOLE:g,MOBILE:m,SMARTTV:y,TABLET:v,WEARABLE:b,EMBEDDED:"embedded"},B.ENGINE={NAME:l,VERSION:p},B.OS={NAME:l,VERSION:p},typeof t!==s?(typeof e!==s&&e.exports&&(t=e.exports=B),t.UAParser=B):r(3)?(n=function(){return B}.call(t,r,t,e))===a||(e.exports=n):o&&(o.UAParser=B);var S=o&&(o.jQuery||o.Zepto);if(typeof S!==s){var _=new B;S.ua=_.getResult(),S.ua.get=function(){return _.getUA()},S.ua.set=function(e){_.setUA(e);var t=_.getResult();for(var r in t)S.ua[r]=t[r]}}}("object"==typeof window?window:this)},function(e,t){(function(t){e.exports=t}).call(t,{})},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},o=r(0),a=o.DEVICE_TYPES,i=o.defaultData,s=t.getNavigatorInstance=function(){return!("undefined"==typeof window||!window.navigator&&!navigator)&&(window.navigator||navigator)},c=t.isIOS13Check=function(e){var t=s();return t&&t.platform&&(-1!==t.platform.indexOf(e)||"MacIntel"===t.platform&&t.maxTouchPoints>1&&!window.MSStream)};e.exports={checkType:function(e){switch(e){case a.MOBILE:return{isMobile:!0};case a.TABLET:return{isTablet:!0};case a.SMART_TV:return{isSmartTV:!0};case a.CONSOLE:return{isConsole:!0};case a.WEARABLE:return{isWearable:!0};case a.BROWSER:return{isBrowser:!0};default:return i}},broPayload:function(e,t,r,n,o){return{isBrowser:e,browserMajorVersion:t.major,browserFullVersion:t.version,browserName:t.name,engineName:r.name||!1,engineVersion:r.version,osName:n.name,osVersion:n.version,userAgent:o}},mobilePayload:function(e,t,r,o){return n({},e,{vendor:t.vendor,model:t.model,os:r.name,osVersion:r.version,ua:o})},stvPayload:function(e,t,r,n){return{isSmartTV:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},consolePayload:function(e,t,r,n){return{isConsole:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},wearPayload:function(e,t,r,n){return{isWearable:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},getNavigatorInstance:s,isIOS13Check:c}}])})),EW="object"==typeof t&&t&&t.Object===Object&&t,BW="object"==typeof self&&self&&self.Object===Object&&self,SW=EW||BW||Function("return this")(),_W=SW.Symbol,AW=Object.prototype,TW=AW.hasOwnProperty,IW=AW.toString,xW=_W?_W.toStringTag:void 0;var PW=function(e){var t=TW.call(e,xW),r=e[xW];try{e[xW]=void 0;var n=!0}catch(e){}var o=IW.call(e);return n&&(t?e[xW]=r:delete e[xW]),o},RW=Object.prototype.toString;var NW=function(e){return RW.call(e)},OW=_W?_W.toStringTag:void 0;var LW=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":OW&&OW in Object(e)?PW(e):NW(e)};var DW=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)};var MW=function(e){if(!DW(e))return!1;var t=LW(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},UW=SW["__core-js_shared__"],jW=function(){var e=/[^.]+$/.exec(UW&&UW.keys&&UW.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();var FW=function(e){return!!jW&&jW in e},VW=Function.prototype.toString;var zW=function(e){if(null!=e){try{return VW.call(e)}catch(e){}try{return e+""}catch(e){}}return""},KW=/^\[object .+?Constructor\]$/,qW=Function.prototype,HW=Object.prototype,WW=qW.toString,QW=HW.hasOwnProperty,GW=RegExp("^"+WW.call(QW).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var XW=function(e){return!(!DW(e)||FW(e))&&(MW(e)?GW:KW).test(zW(e))};var YW=function(e,t){return null==e?void 0:e[t]};var $W=function(e,t){var r=YW(e,t);return XW(r)?r:void 0},ZW=function(){try{var e=$W(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();var JW=function(e,t,r){"__proto__"==t&&ZW?ZW(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r};var eQ=function(e,t){return e===t||e!=e&&t!=t},tQ=Object.prototype.hasOwnProperty;var rQ=function(e,t,r){var n=e[t];tQ.call(e,t)&&eQ(n,r)&&(void 0!==r||t in e)||JW(e,t,r)};var nQ=function(e,t,r,n){var o=!r;r||(r={});for(var a=-1,i=t.length;++a<i;){var s=t[a],c=n?n(r[s],e[s],s,r,e):void 0;void 0===c&&(c=e[s]),o?JW(r,s,c):rQ(r,s,c)}return r};var oQ=function(e){return e};var aQ=function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)},iQ=Math.max;var sQ=function(e,t,r){return t=iQ(void 0===t?e.length-1:t,0),function(){for(var n=arguments,o=-1,a=iQ(n.length-t,0),i=Array(a);++o<a;)i[o]=n[t+o];o=-1;for(var s=Array(t+1);++o<t;)s[o]=n[o];return s[t]=r(i),aQ(e,this,s)}};var cQ=function(e){return function(){return e}},uQ=ZW?function(e,t){return ZW(e,"toString",{configurable:!0,enumerable:!1,value:cQ(t),writable:!0})}:oQ,lQ=Date.now;var dQ=function(e){var t=0,r=0;return function(){var n=lQ(),o=16-(n-r);if(r=n,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(uQ);var fQ=function(e,t){return dQ(sQ(e,t,oQ),e+"")};var pQ=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991};var hQ=function(e){return null!=e&&pQ(e.length)&&!MW(e)},gQ=/^(?:0|[1-9]\d*)$/;var mQ=function(e,t){var r=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&gQ.test(e))&&e>-1&&e%1==0&&e<t};var vQ=function(e,t,r){if(!DW(r))return!1;var n=typeof t;return!!("number"==n?hQ(r)&&mQ(t,r.length):"string"==n&&t in r)&&eQ(r[t],e)};var yQ=function(e){return fQ((function(t,r){var n=-1,o=r.length,a=o>1?r[o-1]:void 0,i=o>2?r[2]:void 0;for(a=e.length>3&&"function"==typeof a?(o--,a):void 0,i&&vQ(r[0],r[1],i)&&(a=o<3?void 0:a,o=1),t=Object(t);++n<o;){var s=r[n];s&&e(t,s,n,a)}return t}))};var bQ=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n};var wQ=function(e){return null!=e&&"object"==typeof e};var CQ=function(e){return wQ(e)&&"[object Arguments]"==LW(e)},kQ=Object.prototype,EQ=kQ.hasOwnProperty,BQ=kQ.propertyIsEnumerable,SQ=CQ(function(){return arguments}())?CQ:function(e){return wQ(e)&&EQ.call(e,"callee")&&!BQ.call(e,"callee")},_Q=Array.isArray;var AQ=function(){return!1},TQ=r((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r?SW.Buffer:void 0,a=(o?o.isBuffer:void 0)||AQ;e.exports=a})),IQ={};IQ["[object Float32Array]"]=IQ["[object Float64Array]"]=IQ["[object Int8Array]"]=IQ["[object Int16Array]"]=IQ["[object Int32Array]"]=IQ["[object Uint8Array]"]=IQ["[object Uint8ClampedArray]"]=IQ["[object Uint16Array]"]=IQ["[object Uint32Array]"]=!0,IQ["[object Arguments]"]=IQ["[object Array]"]=IQ["[object ArrayBuffer]"]=IQ["[object Boolean]"]=IQ["[object DataView]"]=IQ["[object Date]"]=IQ["[object Error]"]=IQ["[object Function]"]=IQ["[object Map]"]=IQ["[object Number]"]=IQ["[object Object]"]=IQ["[object RegExp]"]=IQ["[object Set]"]=IQ["[object String]"]=IQ["[object WeakMap]"]=!1;var xQ=function(e){return wQ(e)&&pQ(e.length)&&!!IQ[LW(e)]};var PQ=function(e){return function(t){return e(t)}},RQ=r((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r&&EW.process,a=function(){try{var e=n&&n.require&&n.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a})),NQ=RQ&&RQ.isTypedArray,OQ=NQ?PQ(NQ):xQ,LQ=Object.prototype.hasOwnProperty;var DQ=function(e,t){var r=_Q(e),n=!r&&SQ(e),o=!r&&!n&&TQ(e),a=!r&&!n&&!o&&OQ(e),i=r||n||o||a,s=i?bQ(e.length,String):[],c=s.length;for(var u in e)!t&&!LQ.call(e,u)||i&&("length"==u||o&&("offset"==u||"parent"==u)||a&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||mQ(u,c))||s.push(u);return s},MQ=Object.prototype;var UQ=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||MQ)};var jQ=function(e){var t=[];if(null!=e)for(var r in Object(e))t.push(r);return t},FQ=Object.prototype.hasOwnProperty;var VQ=function(e){if(!DW(e))return jQ(e);var t=UQ(e),r=[];for(var n in e)("constructor"!=n||!t&&FQ.call(e,n))&&r.push(n);return r};var zQ=function(e){return hQ(e)?DQ(e,!0):VQ(e)},KQ=yQ((function(e,t,r,n){nQ(t,zQ(t),e,n)}));var qQ=function(e,t){return function(r){return e(t(r))}},HQ=qQ(Object.getPrototypeOf,Object),WQ=Function.prototype,QQ=Object.prototype,GQ=WQ.toString,XQ=QQ.hasOwnProperty,YQ=GQ.call(Object);var $Q=function(e){if(!wQ(e)||"[object Object]"!=LW(e))return!1;var t=HQ(e);if(null===t)return!0;var r=XQ.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&GQ.call(r)==YQ};var ZQ=function(e){if(!wQ(e))return!1;var t=LW(e);return"[object Error]"==t||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!$Q(e)},JQ=fQ((function(e,t){try{return aQ(e,void 0,t)}catch(e){return ZQ(e)?e:new Error(e)}}));var eG=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o};var tG=function(e,t){return eG(t,(function(t){return e[t]}))},rG=Object.prototype,nG=rG.hasOwnProperty;var oG=function(e,t,r,n){return void 0===e||eQ(e,rG[r])&&!nG.call(n,r)?t:e},aG={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};var iG=function(e){return"\\"+aG[e]},sG=qQ(Object.keys,Object),cG=Object.prototype.hasOwnProperty;var uG=function(e){if(!UQ(e))return sG(e);var t=[];for(var r in Object(e))cG.call(e,r)&&"constructor"!=r&&t.push(r);return t};var lG=function(e){return hQ(e)?DQ(e):uG(e)},dG=/<%=([\s\S]+?)%>/g;var fG=function(e){return function(t){return null==e?void 0:e[t]}}({"&":"&","<":"<",">":">",'"':""","'":"'"});var pG=function(e){return"symbol"==typeof e||wQ(e)&&"[object Symbol]"==LW(e)},hG=_W?_W.prototype:void 0,gG=hG?hG.toString:void 0;var mG=function e(t){if("string"==typeof t)return t;if(_Q(t))return eG(t,e)+"";if(pG(t))return gG?gG.call(t):"";var r=t+"";return"0"==r&&1/t==-Infinity?"-0":r};var vG=function(e){return null==e?"":mG(e)},yG=/[&<>"']/g,bG=RegExp(yG.source);var wG={escape:/<%-([\s\S]+?)%>/g,evaluate:/<%([\s\S]+?)%>/g,interpolate:dG,variable:"",imports:{_:{escape:function(e){return(e=vG(e))&&bG.test(e)?e.replace(yG,fG):e}}}},CG=/\b__p \+= '';/g,kG=/\b(__p \+=) '' \+/g,EG=/(__e\(.*?\)|\b__t\)) \+\n'';/g,BG=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,SG=/($^)/,_G=/['\n\r\u2028\u2029\\]/g,AG=Object.prototype.hasOwnProperty;var TG,IG,xG,PG,RG,NG,OG,LG,DG,MG,UG,jG,FG,VG,zG,KG,qG=function(e,t,r){var n=wG.imports._.templateSettings||wG;r&&vQ(e,t,r)&&(t=void 0),e=vG(e),t=KQ({},t,n,oG);var o,a,i=KQ({},t.imports,n.imports,oG),s=lG(i),c=tG(i,s),u=0,l=t.interpolate||SG,d="__p += '",f=RegExp((t.escape||SG).source+"|"+l.source+"|"+(l===dG?BG:SG).source+"|"+(t.evaluate||SG).source+"|$","g"),p=AG.call(t,"sourceURL")?"//# sourceURL="+(t.sourceURL+"").replace(/\s/g," ")+"\n":"";e.replace(f,(function(t,r,n,i,s,c){return n||(n=i),d+=e.slice(u,c).replace(_G,iG),r&&(o=!0,d+="' +\n__e("+r+") +\n'"),s&&(a=!0,d+="';\n"+s+";\n__p += '"),n&&(d+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=c+t.length,t})),d+="';\n";var h=AG.call(t,"variable")&&t.variable;h||(d="with (obj) {\n"+d+"\n}\n"),d=(a?d.replace(CG,""):d).replace(kG,"$1").replace(EG,"$1;"),d="function("+(h||"obj")+") {\n"+(h?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var g=JQ((function(){return Function(s,p+"return "+d).apply(void 0,c)}));if(g.source=d,ZQ(g))throw g;return g},HG=Qz.flipY,WG=Qz.spin,QG=Qz.splash,GG=(HG.animationDuration,QG.default),XG=Zb.div(TG||(TG=um(["\n ","\n ","\n"])),HG.default,WG.default),YG=(Zb.img(IG||(IG=um(["\n border-radius: 5px;\n opacity: 0.7;\n height: 38px;\n"]))),Zb.div(xG||(xG=um(["\n cursor: pointer;\n text-align: center;\n width: ","px;\n\n img {\n width: 100%;\n }\n\n z-index: ",";\n position: fixed;\n\n ","\n"])),78,1020,kW.isMobile?Mb(["top:",";"],(function(e){return e.y})):Mb(["bottom:","px;"],10))),$G=Zb.div(PG||(PG=um(["\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n position: absolute;\n margin: auto;\n width: ","px;\n height: ","px;\n\n img {\n width: 100%;\n }\n\n z-index: ",";\n"])),100,100,1020),ZG=Zb.div(RG||(RG=um(["\n color: #fff;\n text-align: center;\n"]))),JG=(Zb.div(NG||(NG=um(["\n transform: translateZ(1000px); // to fix rotating bug on safari\n transform-style: preserve-3d;\n position: absolute;\n top: ",";\n z-index: ",";\n"])),(function(e){return e.y}),1020),Zb.div(OG||(OG=um(["\n display: flex;\n align-items: center;\n"]))),Zb(ZG)(LG||(LG=um(["\n font-size: 16px;\n margin-left: 10px;\n color: #fff;\n"]))),Zb.div(DG||(DG=um(["\n margin: 0;\n padding: 0 5px;\n position: absolute;\n top: ",";\n z-index: ",";\n left: 50%;\n transform: translateX(-50%);\n width: fit-content;\n"])),(function(e){return e.y}),1020)),eX=Zb(ZG)(MG||(MG=um(["\n text-align: center;\n background: ",";\n padding: 5px 10px;\n font-size: 16px;\n"])),(function(e){return e.theme.dangerColor})),tX=function(e){var t=e.children,r=e.y;return ov.createElement(JG,{y:r},ov.createElement(eX,null,t))},rX=Zb.div(UG||(UG=um(["\n background: rgba(0, 0, 0, 0.3);\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 120px;\n z-index: ",";\n"])),1010),nX=Zb.div(jG||(jG=um(["\n cursor: pointer;\n text-align: center;\n width: 50px;\n\n img {\n width: 100%;\n }\n"]))),oX=Zb(nX)(FG||(FG=um(["\n z-index: ",";\n position: absolute;\n top: 16px;\n right: 16px;\n width: 60px;\n"])),1100),aX=["width","height","type"],iX=Zb(hz)(VG||(VG=um([""]))),sX=Zb.div(zG||(zG=um(["\n position: absolute;\n top: 0;\n left: 0;\n"]))),cX=Zb.img(KG||(KG=um(["\n position: absolute;\n top: 0;\n left: 0;\n"]))),uX=function(e){var t=e.width,r=e.height,n=e.type,o=sm(e,aX),a=UN.useAsset("id_card_frame.png"),i=UN.useAsset("id_card_frame_error.png");return ov.createElement(sX,{width:t,height:r},ov.createElement(cX,{src:n===pz.ERROR?i:a,width:t,height:r}),ov.createElement(iX,em({width:t,height:r,type:n},o)))},lX=ZI.Errors,dX={BTN_OK:{en:"OK",vi:"Tôi đã hiểu"},FRONT:{en:"front",vi:"trước"},BACK:{en:"back",vi:"sau"},BTN_USE_THIS_PICTURE:{en:"Use this picture",vi:"Dùng ảnh này"},BTN_TRY_AGAIN:{en:"Try again",vi:"Thử lại"},CONFIRM_POPUP_VALID_QR:{en:"QR code scanned",vi:"Đã quét được mã QR"},CONFIRM_POPUP_INVALID_QR:{en:"Could not scan QR code",vi:"Không quét được mã QR"}},fX=rm(rm({},lX),{},{id_detector_no_cards:{code:"id_detector_no_cards",msg:{en:"Take a photo of your ID card's <%= side %> side. Make sure the image of the card fits in the frame, (minimum 50% of frame).",vi:"Mặt <%= side %> CMND/CCCD cần nằm gọn trong khung hình, chiếm tối thiểu 50%."}},id_detector_validate_angle_error:{code:"id_detector_validate_angle_error",msg:{en:"Please put your ID card straight, not be oblique",vi:"Vui lòng đặt giấy tờ thẳng góc, không bị xô lệch khi chụp"}},id_detector_card_too_small:{code:"id_detector_card_too_small",msg:{en:"Please hold your ID card closer",vi:"Vui lòng đưa CMND/CCCD lại gần hơn"}},id_detector_error_incomplete:{code:"id_detector_error_incomplete",msg:{en:"Please hold your ID card further",vi:"Vui lòng đưa CMND/CCCD ra xa hơn"}},id_detector_error_front_side_no_faces:{code:"id_detector_error_front_side_no_faces",msg:{en:"Take a photo of your ID card's front side",vi:"Vui lòng chụp ảnh mặt trước của CMND/CCCD"}},id_detector_error_front_side_multiple_faces:{code:"id_detector_error_front_side_multiple_faces",msg:{en:"Please remove other items out of the frame",vi:"Vui lòng không để lẫn vật thể khác trong khung chụp hình"}},glare_detected:{code:"glare_detected",msg:{en:"Your photo ID is glare. Please adjust the shooting angle.",vi:"Ảnh chụp bị lóa sáng. Vui lòng chụp lại"}}}),pX={fill:"none",strokeWidth:20,stroke:"rgba(0, 0, 0, 0.6)"},hX=ov.forwardRef((function(e,t){var r,n=e.usePortraitMask,o=e.windowAndVideoInfo,a=e.refVideo,i=e.frontSide,s=e.settings,c=e.onCaptureDone,u=e.onUISpacingChange,l=e.outputEncryptionSettings,d=e.quality,f=lm(ov.useState({}),2),p=f[0],h=f[1],g=p.yErrorMessage,m=p.yCaptureButton,v=UN.useAsset("ic_camera.svg"),y=UN.useAsset("ic_loading.png"),b=nN.useSDKSettings().lang,w=lm(ov.useState(""),2),C=w[0],k=w[1],E=lm(ov.useState(null),2),B=E[0],S=E[1],_=pD.useThemeContext().dangerColor,A=ov.useRef((function(){})),T=ov.useCallback((function(e){k(null===e?"":qG(fX[e.code].msg[b])({side:i?dX.FRONT[b]:dX.BACK[b]}))}),[b,i]),I=ov.useCallback((function(){A.current()}),[]),x=YK({shouldStart:!0,refVideo:a,cropArea:B,settings:s,onModelErrorChange:T,frontSide:i,onSessionTimeout:I,onCaptureDone:c,outputEncryptionSettings:l,quality:d}),P=x.warmupDone,R=x.isProcessing,N=x.takePictureManually,O=x.restartSession,L=ov.useCallback(Yg(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,O();case 2:case"end":return e.stop()}}),e)}))),[O]);A.current=L,ov.useEffect((function(){if(o){var e,t,r,a,i,s,c=o.videoAreaWidth,l=o.videoAreaHeight,d=o.lostX,f=o.lostY,p=o.clientHeight;n?(a=.7*(i=l-165),r=(s=(e=f+10)+45)+i+70):(a=kW.isMobile?c-6:Math.floor(.7*c),i=Math.floor(Math.min(a/1.5,p-2*f-98-135)),r=(t=(s=(e=f+10)+(kW.isMobile?90:50))+i+10)+88);var g=Math.floor((c-a)/2)+d;S({x:g,y:s,width:a,height:i,surroundStyle:{opacity:.6,background:"#000"}});var m={yTitle:e,yErrorMessage:t,yCaptureButton:r};h(m),u(m)}}),[o,n,u]);var D=ov.useCallback(Yg(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,N();case 2:case"end":return e.stop()}}),e)}))),[N]);return ov.useImperativeHandle(t,(function(){return{restartSession:L}}),[L]),ov.createElement(ov.Fragment,null,!P&&ov.createElement(mV,null),R&&ov.createElement($G,null,ov.createElement("img",{src:y,alt:"",className:"spin"})),B&&ov.createElement(kM,{x:"".concat(B.x,"px"),y:"".concat(B.y,"px"),width:"".concat(B.width,"px"),height:"".concat(B.height,"px"),surroundStyle:B.surroundStyle},ov.createElement(uX,{strokeStyles:(r={},Jg(r,pz.DEFAULT,pX),Jg(r,pz.ERROR,pX),r),radius:20,strokeWidth:20,errorColor:_,width:B.width,height:B.height,type:C?pz.ERROR:pz.DEFAULT})),C&&ov.createElement(tX,{y:"".concat(g,"px")},C),!R&&(!(null!=s&&s.disableCaptureButtonIfAlert)||!C)&&ov.createElement(YG,{onClick:D,y:"".concat(m,"px")},ov.createElement("img",{src:v,alt:""})),!kW.isMobile&&ov.createElement(rX,null))}));hX.propTypes={usePortraitMask:Iv.bool,windowAndVideoInfo:Iv.shape({}),refVideo:Iv.shape({}),frontSide:Iv.bool,settings:Iv.shape({}),onCaptureDone:Iv.func,onUISpacingChange:Iv.func,outputEncryptionSettings:Iv.shape({}),quality:Iv.number},hX.defaultProps={usePortraitMask:!1,windowAndVideoInfo:{},refVideo:{},frontSide:!0,settings:{},onCaptureDone:function(){},onUISpacingChange:function(){},outputEncryptionSettings:null,quality:void 0};var gX,mX={primaryColor:"#FDB913",dangerColor:"#D32F2F"},vX=ew(gX||(gX=um([""]))),yX=ZI.IDCardSide,bX=ZI.IDCardType,wX="id_card",CX="qr_code",kX=[{scannerType:wX,cardSide:ZI.IDCardSide.FRONT,cardType:bX.VN,frontCamera:!1,enableConfirmPopup:!1},{scannerType:wX,cardSide:ZI.IDCardSide.BACK,cardType:bX.VN,frontCamera:!1,enableConfirmPopup:!1}];function EX(e){var t=e.onClose,r=e.onError,n=e.clientSettings,o=e.onStepDone,a=e.steps,i=e.outputEncryptionSettings,s=e.quality,c=lm(ov.useState(0),2),u=c[0],l=c[1],d=lm(ov.useState(a[u]),2),f=d[0],p=d[1],h=ov.useRef(null),g=lm(ov.useState(null),2),m=g[0],v=g[1],y=lm(ov.useState(!1),2),b=y[0],w=y[1],C=lm(ov.useState(0),2),k=C[0],E=C[1],B=ov.useRef(),S=f.scannerType,_=f.frontCamera,A=f.cardSide,T=f.usePortraitMask,I=A===yX.FRONT,x=lm(ov.useState(!1),2),P=x[0],R=x[1],N=UN.useAsset("ic_loading.png"),O=UN.useAsset("ic_close.png"),L=ov.useRef(null),D=ov.useRef(null),M=ov.useRef(null),U=ov.useRef([]),j=zH({clientSettings:n}).settings,F=LN.useSDKTracking().sendEvent,V=ov.useCallback((function(e){v(e),w(!0)}),[]);ov.useEffect((function(){w(!1)}),[_]);var z=ov.useCallback((function(e){e>=a.length||setTimeout((function(){l(e),p(a[e])}),200)}),[a]),K=ov.useCallback((function(){z(u+1)}),[z,u]),q=ov.useCallback(Yg(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t={stepNumber:u,image:L.current,error:D.current,recordedVideos:null!=j&&j.enableRecording?U.current:[]},S===CX&&(t.qrScannedResult=M.current),R(!0),e.next=5,o(t);case 5:F({tag:"result",event:"sdk_mode.read_id_card_one_side",log:{result_object:t}}),R(!1),K();case 8:case"end":return e.stop()}}),e)}))),[j,u,o,K,S,F]),H=ov.useCallback(function(){var e=Yg(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=t.image,n=t.error,o=t.recordedVideos,L.current=r,D.current=n,U.current=o,E((function(e){return e+1})),q();case 6:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[q]);return ov.createElement(Xb,{theme:mX},ov.createElement(XG,null,ov.createElement(mM,{key:_,frontCamera:_,onVideoPlayed:V,onClose:t,flipHorizontal:_,ref:h,onError:r,closeButton:ov.createElement(oX,null,ov.createElement("img",{src:O,alt:""}))},b&&ov.createElement(ov.Fragment,null,S===wX&&ov.createElement(hX,{key:u,ref:B,windowAndVideoInfo:m,refVideo:h,settings:j,onCaptureDone:H,frontSide:I,usePortraitMask:T,outputEncryptionSettings:i,quality:s})),ov.createElement(GG,{keyForTransition:k}),P&&ov.createElement($G,null,ov.createElement("img",{src:N,alt:"",className:"spin"})))),ov.createElement(vX,null))}EX.propTypes={onClose:Iv.func,onError:Iv.func,clientSettings:Iv.shape({}),onStepDone:Iv.func,steps:Iv.arrayOf(Iv.shape({})),outputEncryptionSettings:Iv.shape({}),quality:Iv.number},EX.defaultProps={onClose:function(){},onError:function(){},clientSettings:{},onStepDone:function(){},steps:kX,outputEncryptionSettings:null,quality:void 0};var BX=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,SX=/^\w*$/;var _X=function(e,t){if(_Q(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!pG(e))||(SX.test(e)||!BX.test(e)||null!=t&&e in Object(t))},AX=$W(Object,"create");var TX=function(){this.__data__=AX?AX(null):{},this.size=0};var IX=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},xX=Object.prototype.hasOwnProperty;var PX=function(e){var t=this.__data__;if(AX){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return xX.call(t,e)?t[e]:void 0},RX=Object.prototype.hasOwnProperty;var NX=function(e){var t=this.__data__;return AX?void 0!==t[e]:RX.call(t,e)};var OX=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=AX&&void 0===t?"__lodash_hash_undefined__":t,this};function LX(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}LX.prototype.clear=TX,LX.prototype.delete=IX,LX.prototype.get=PX,LX.prototype.has=NX,LX.prototype.set=OX;var DX=LX;var MX=function(){this.__data__=[],this.size=0};var UX=function(e,t){for(var r=e.length;r--;)if(eQ(e[r][0],t))return r;return-1},jX=Array.prototype.splice;var FX=function(e){var t=this.__data__,r=UX(t,e);return!(r<0)&&(r==t.length-1?t.pop():jX.call(t,r,1),--this.size,!0)};var VX=function(e){var t=this.__data__,r=UX(t,e);return r<0?void 0:t[r][1]};var zX=function(e){return UX(this.__data__,e)>-1};var KX=function(e,t){var r=this.__data__,n=UX(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this};function qX(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}qX.prototype.clear=MX,qX.prototype.delete=FX,qX.prototype.get=VX,qX.prototype.has=zX,qX.prototype.set=KX;var HX=qX,WX=$W(SW,"Map");var QX=function(){this.size=0,this.__data__={hash:new DX,map:new(WX||HX),string:new DX}};var GX=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var XX=function(e,t){var r=e.__data__;return GX(t)?r["string"==typeof t?"string":"hash"]:r.map};var YX=function(e){var t=XX(this,e).delete(e);return this.size-=t?1:0,t};var $X=function(e){return XX(this,e).get(e)};var ZX=function(e){return XX(this,e).has(e)};var JX=function(e,t){var r=XX(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this};function eY(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}eY.prototype.clear=QX,eY.prototype.delete=YX,eY.prototype.get=$X,eY.prototype.has=ZX,eY.prototype.set=JX;var tY=eY;function rY(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],a=r.cache;if(a.has(o))return a.get(o);var i=e.apply(this,n);return r.cache=a.set(o,i)||a,i};return r.cache=new(rY.Cache||tY),r}rY.Cache=tY;var nY=rY;var oY=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,aY=/\\(\\)?/g,iY=function(e){var t=nY(e,(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(oY,(function(e,r,n,o){t.push(n?o.replace(aY,"$1"):r||e)})),t}));var sY=function(e,t){return _Q(e)?e:_X(e,t)?[e]:iY(vG(e))};var cY=function(e){if("string"==typeof e||pG(e))return e;var t=e+"";return"0"==t&&1/e==-Infinity?"-0":t};var uY=function(e,t){for(var r=0,n=(t=sY(t,e)).length;null!=e&&r<n;)e=e[cY(t[r++])];return r&&r==n?e:void 0};var lY=function(e,t,r){var n=null==e?void 0:uY(e,t);return void 0===n?r:n},dY=["tracking","clientSettings"];function fY(e){var t=e.tracking,r=e.clientSettings,n=sm(e,dY),o=ov.useMemo((function(){return lY(r,"data.settings.sdk_settings.server_log_settings.enable",null==t?void 0:t.enable)}),[r,t]);return ov.createElement(LN.SDKTrackingProvider,{value:{tracking:rm(rm({},t),{},{enable:o})}},ov.createElement(EX,em({},n,{clientSettings:r})))}fY.propTypes={tracking:Iv.shape({}),clientSettings:Iv.shape({})},fY.defaultProps={tracking:void 0,clientSettings:void 0};var pY=["onClose","onError","detectIdCard","steps","onStepDone","apiCredentials","tracking","outputEncryptionSettings"],hY=ZI.Errors,gY=function(e){var t=e.onClose,r=e.onError,n=e.detectIdCard,o=e.steps,a=e.onStepDone,i=e.apiCredentials,s=e.tracking,c=e.outputEncryptionSettings,u=sm(e,pY),l=lm(ov.useState(null),2),d=l[0],f=l[1],p=KL.useApiClient({apiCredentials:i,tracking:s}).apiClient,h=ov.useRef(""),g=ov.useRef("");ov.useEffect((function(){function e(){return(e=Yg(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,p.clientSettings();case 2:t=e.sent,f(t);case 4:case"end":return e.stop()}}),e)})))).apply(this,arguments)}!function(){e.apply(this,arguments)}()}),[p]);var m=ov.useCallback(function(){var e=Yg(regeneratorRuntime.mark((function e(t){var n,i,s,u,l,d,f,m;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.stepNumber,i=t.recordedVideos,s=t.qrScannedResult,u=t.image,l=o[n],d=l.cardType,f=l.cardSide,m=null,e.prev=3,e.next=6,dW({image:u,cardSide:f,frontCardId:h.current,qrImageId:g.current,onError:r,apiClient:p,cardType:d,recordedVideos:i,qrScannedResult:s,outputEncryptionSettings:c});case 6:m=e.sent,f===ZI.IDCardSide.FRONT&&(h.current=m.cardInfo.image1.id),g.current=m.qrImageId,e.next=14;break;case 11:e.prev=11,e.t0=e.catch(3),r(rm(rm({},hY.api_call_error),{},{details:e.t0}));case 14:m&&a(rm(rm({},t),{},{apiResult:m}));case 15:case"end":return e.stop()}}),e,null,[[3,11]])})));return function(t){return e.apply(this,arguments)}}(),[p,r,o,a,c]);return d&&ov.createElement(fY,em({tracking:s,onClose:t,onError:r,detectIdCard:n,onStepDone:m,steps:o,outputEncryptionSettings:c},u,{clientSettings:d}))};gY.propTypes={onClose:Iv.func,onError:Iv.func,detectIdCard:Iv.func,onStepDone:Iv.func,steps:Iv.arrayOf(Iv.shape({})),apiCredentials:Iv.shape({accessKey:Iv.string,secretKey:Iv.string,apiUrl:Iv.string}),tracking:Iv.shape({}),outputEncryptionSettings:Iv.shape({})},gY.defaultProps={onClose:function(){},onError:function(){},detectIdCard:function(){return Promise.resolve({card_label:""})},onStepDone:function(){},steps:kX,apiCredentials:{accessKey:"5767c20d-87aa-4cad-8dbb-f5429f76c34b",secretKey:"c1446919-e60a-4575-a05d-304318212a1b",apiUrl:"https://tv-testing.trustingsocial.com/api"},outputEncryptionSettings:{key:""},tracking:void 0};var mY=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&om(e,t)}(o,yD);var t,r,n=(t=o,r=am(),function(){var e,n=nm(t);if(r){var o=nm(this).constructor;e=Reflect.construct(n,arguments,o)}else e=n.apply(this,arguments);return cm(this,e)});function o(e){return $g(this,o),n.call(this,rm(rm({},e),{},{baseComponent:bW(),component:{ReadIDCardUIOnly:fY,ReadIDCardWithApiCall:gY}}))}return o}();exports.APIUtils=KL,exports.Animations=Qz,exports.AntiDebugUtils=fD,exports.AssetUtils=UN,exports.AsyncUtils=FN,exports.BASE_Z_INDEX=1e3,exports.BaseTVWebSDK=yD,exports.BlurUtils=lO,exports.Button=pq,exports.ButtonLink=hq,exports.Camera=mM,exports.CameraUtils=fO,exports.CommonUtils=hO,exports.Constants=ZI,exports.CoordinateUtils=bO,exports.CropAreaOverlayWrapper=kM,exports.CryptoUtils=gD,exports.FaceUtils=AO,exports.GlareUtils=NL,exports.HashUtils=_N,exports.HighlightResult=bH,exports.HighlightResultType=fH,exports.Icons=zV,exports.ImageUtils=IL,exports.LivenessDetection=XV,exports.LivenessDetectionComponents=CW,exports.LoadResourceUtils=ZL,exports.LocalStorageUtils=kN,exports.MobileDetect=XD,exports.ModelUtils=dD,exports.NativeCamera=FV,exports.PlacementArea=CM,exports.Popup=$F,exports.PredictionUtils=PO,exports.ProgressCircle=UF,exports.RatioWrapper=Rq,exports.ReadIDCardUIOnly=ZH,exports.ReadIDCardWithApiCall=gW,exports.RectangleMask=hz,exports.RectangleMaskType=pz,exports.SDK=mY,exports.ScannerType=QH,exports.SettingsContext=nN,exports.Spacing=iq,exports.ThemeUtils=pD,exports.TimeUtils=bN,exports.TrackingContext=LN,exports.UserAgentUtils=mN,exports.WarmupPopup=mV,exports.checkCamera=UV,exports.defaultClientSettings=VH,exports.defaultReadIDCardSteps=kX,exports.getBaseSDKComponent=bW,exports.getCustomUrlsBySettings=ZR,exports.getQrScannerWorkerPath=mD,exports.handleApiCheckReadIdCard=dW,exports.preloadEKYCResources=vW,exports.readIdCardFromImage=yW,exports.readQRCodeFromImage=oH,exports.useLivenessDetection=wW,exports.useMainProcessQRCodeScanner=aH,exports.useMainProcessReadIdCard=YK,exports.useSettingsReadIdCard=zH,exports.useShowPopup=hK,exports.warmUpQRCodeScanner=qq,exports.warmUpReadIdCard=KK,exports.warmupSelfieActive=fF;
|
61
|
+
*/!function(o,a){var i="function",s="undefined",c="object",u="model",l="name",d="type",f="vendor",p="version",h="architecture",g="console",m="mobile",v="tablet",y="smarttv",b="wearable",w={extend:function(e,t){var r={};for(var n in e)t[n]&&t[n].length%2==0?r[n]=t[n].concat(e[n]):r[n]=e[n];return r},has:function(e,t){return"string"==typeof e&&-1!==t.toLowerCase().indexOf(e.toLowerCase())},lowerize:function(e){return e.toLowerCase()},major:function(e){return"string"==typeof e?e.replace(/[^\d\.]/g,"").split(".")[0]:a},trim:function(e){return e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}},C={rgx:function(e,t){for(var r,n,o,s,u,l,d=0;d<t.length&&!u;){var f=t[d],p=t[d+1];for(r=n=0;r<f.length&&!u;)if(u=f[r++].exec(e))for(o=0;o<p.length;o++)l=u[++n],typeof(s=p[o])===c&&s.length>0?2==s.length?typeof s[1]==i?this[s[0]]=s[1].call(this,l):this[s[0]]=s[1]:3==s.length?typeof s[1]!==i||s[1].exec&&s[1].test?this[s[0]]=l?l.replace(s[1],s[2]):a:this[s[0]]=l?s[1].call(this,l,s[2]):a:4==s.length&&(this[s[0]]=l?s[3].call(this,l.replace(s[1],s[2])):a):this[s]=l||a;d+=2}},str:function(e,t){for(var r in t)if(typeof t[r]===c&&t[r].length>0){for(var n=0;n<t[r].length;n++)if(w.has(t[r][n],e))return"?"===r?a:r}else if(w.has(t[r],e))return"?"===r?a:r;return e}},k={browser:{oldsafari:{version:{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}}},device:{amazon:{model:{"Fire Phone":["SD","KF"]}},sprint:{model:{"Evo Shift 4G":"7373KT"},vendor:{HTC:"APA",Sprint:"Sprint"}}},os:{windows:{version:{ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"}}}},E={browser:[[/(opera\smini)\/([\w\.-]+)/i,/(opera\s[mobiletab]+).+version\/([\w\.-]+)/i,/(opera).+version\/([\w\.]+)/i,/(opera)[\/\s]+([\w\.]+)/i],[l,p],[/(opios)[\/\s]+([\w\.]+)/i],[[l,"Opera Mini"],p],[/\s(opr)\/([\w\.]+)/i],[[l,"Opera"],p],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/\s]?([\w\.]*)/i,/(avant\s|iemobile|slim|baidu)(?:browser)?[\/\s]?([\w\.]*)/i,/(?:ms|\()(ie)\s([\w\.]+)/i,/(rekonq)\/([\w\.]*)/i,/(chromium|flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark)\/([\w\.-]+)/i],[l,p],[/(trident).+rv[:\s]([\w\.]+).+like\sgecko/i],[[l,"IE"],p],[/(edge|edgios|edgea)\/((\d+)?[\w\.]+)/i],[[l,"Edge"],p],[/(yabrowser)\/([\w\.]+)/i],[[l,"Yandex"],p],[/(puffin)\/([\w\.]+)/i],[[l,"Puffin"],p],[/((?:[\s\/])uc?\s?browser|(?:juc.+)ucweb)[\/\s]?([\w\.]+)/i],[[l,"UCBrowser"],p],[/(comodo_dragon)\/([\w\.]+)/i],[[l,/_/g," "],p],[/(micromessenger)\/([\w\.]+)/i],[[l,"WeChat"],p],[/(qqbrowserlite)\/([\w\.]+)/i],[l,p],[/(QQ)\/([\d\.]+)/i],[l,p],[/m?(qqbrowser)[\/\s]?([\w\.]+)/i],[l,p],[/(BIDUBrowser)[\/\s]?([\w\.]+)/i],[l,p],[/(2345Explorer)[\/\s]?([\w\.]+)/i],[l,p],[/(MetaSr)[\/\s]?([\w\.]+)/i],[l],[/(LBBROWSER)/i],[l],[/xiaomi\/miuibrowser\/([\w\.]+)/i],[p,[l,"MIUI Browser"]],[/;fbav\/([\w\.]+);/i],[p,[l,"Facebook"]],[/headlesschrome(?:\/([\w\.]+)|\s)/i],[p,[l,"Chrome Headless"]],[/\swv\).+(chrome)\/([\w\.]+)/i],[[l,/(.+)/,"$1 WebView"],p],[/((?:oculus|samsung)browser)\/([\w\.]+)/i],[[l,/(.+(?:g|us))(.+)/,"$1 $2"],p],[/android.+version\/([\w\.]+)\s+(?:mobile\s?safari|safari)*/i],[p,[l,"Android Browser"]],[/(chrome|omniweb|arora|[tizenoka]{5}\s?browser)\/v?([\w\.]+)/i],[l,p],[/(dolfin)\/([\w\.]+)/i],[[l,"Dolphin"],p],[/((?:android.+)crmo|crios)\/([\w\.]+)/i],[[l,"Chrome"],p],[/(coast)\/([\w\.]+)/i],[[l,"Opera Coast"],p],[/fxios\/([\w\.-]+)/i],[p,[l,"Firefox"]],[/version\/([\w\.]+).+?mobile\/\w+\s(safari)/i],[p,[l,"Mobile Safari"]],[/version\/([\w\.]+).+?(mobile\s?safari|safari)/i],[p,l],[/webkit.+?(gsa)\/([\w\.]+).+?(mobile\s?safari|safari)(\/[\w\.]+)/i],[[l,"GSA"],p],[/webkit.+?(mobile\s?safari|safari)(\/[\w\.]+)/i],[l,[p,C.str,k.browser.oldsafari.version]],[/(konqueror)\/([\w\.]+)/i,/(webkit|khtml)\/([\w\.]+)/i],[l,p],[/(navigator|netscape)\/([\w\.-]+)/i],[[l,"Netscape"],p],[/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo\sbrowser|minimo|conkeror)[\/\s]?([\w\.\+]+)/i,/(firefox|seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([\w\.-]+)$/i,/(mozilla)\/([\w\.]+).+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir)[\/\s]?([\w\.]+)/i,/(links)\s\(([\w\.]+)/i,/(gobrowser)\/?([\w\.]*)/i,/(ice\s?browser)\/v?([\w\._]+)/i,/(mosaic)[\/\s]([\w\.]+)/i],[l,p]],cpu:[[/(?:(amd|x(?:(?:86|64)[_-])?|wow|win)64)[;\)]/i],[[h,"amd64"]],[/(ia32(?=;))/i],[[h,w.lowerize]],[/((?:i[346]|x)86)[;\)]/i],[[h,"ia32"]],[/windows\s(ce|mobile);\sppc;/i],[[h,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?:\smac|;|\))/i],[[h,/ower/,"",w.lowerize]],[/(sun4\w)[;\)]/i],[[h,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|arm(?:64|(?=v\d+;))|(?=atmel\s)avr|(?:irix|mips|sparc)(?:64)?(?=;)|pa-risc)/i],[[h,w.lowerize]]],device:[[/\((ipad|playbook);[\w\s\);-]+(rim|apple)/i],[u,f,[d,v]],[/applecoremedia\/[\w\.]+ \((ipad)/],[u,[f,"Apple"],[d,v]],[/(apple\s{0,1}tv)/i],[[u,"Apple TV"],[f,"Apple"]],[/(archos)\s(gamepad2?)/i,/(hp).+(touchpad)/i,/(hp).+(tablet)/i,/(kindle)\/([\w\.]+)/i,/\s(nook)[\w\s]+build\/(\w+)/i,/(dell)\s(strea[kpr\s\d]*[\dko])/i],[f,u,[d,v]],[/(kf[A-z]+)\sbuild\/.+silk\//i],[u,[f,"Amazon"],[d,v]],[/(sd|kf)[0349hijorstuw]+\sbuild\/.+silk\//i],[[u,C.str,k.device.amazon.model],[f,"Amazon"],[d,m]],[/\((ip[honed|\s\w*]+);.+(apple)/i],[u,f,[d,m]],[/\((ip[honed|\s\w*]+);/i],[u,[f,"Apple"],[d,m]],[/(blackberry)[\s-]?(\w+)/i,/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[\s_-]?([\w-]*)/i,/(hp)\s([\w\s]+\w)/i,/(asus)-?(\w+)/i],[f,u,[d,m]],[/\(bb10;\s(\w+)/i],[u,[f,"BlackBerry"],[d,m]],[/android.+(transfo[prime\s]{4,10}\s\w+|eeepc|slider\s\w+|nexus 7|padfone)/i],[u,[f,"Asus"],[d,v]],[/(sony)\s(tablet\s[ps])\sbuild\//i,/(sony)?(?:sgp.+)\sbuild\//i],[[f,"Sony"],[u,"Xperia Tablet"],[d,v]],[/android.+\s([c-g]\d{4}|so[-l]\w+)\sbuild\//i],[u,[f,"Sony"],[d,m]],[/\s(ouya)\s/i,/(nintendo)\s([wids3u]+)/i],[f,u,[d,g]],[/android.+;\s(shield)\sbuild/i],[u,[f,"Nvidia"],[d,g]],[/(playstation\s[34portablevi]+)/i],[u,[f,"Sony"],[d,g]],[/(sprint\s(\w+))/i],[[f,C.str,k.device.sprint.vendor],[u,C.str,k.device.sprint.model],[d,m]],[/(lenovo)\s?(S(?:5000|6000)+(?:[-][\w+]))/i],[f,u,[d,v]],[/(htc)[;_\s-]+([\w\s]+(?=\))|\w+)*/i,/(zte)-(\w*)/i,/(alcatel|geeksphone|lenovo|nexian|panasonic|(?=;\s)sony)[_\s-]?([\w-]*)/i],[f,[u,/_/g," "],[d,m]],[/(nexus\s9)/i],[u,[f,"HTC"],[d,v]],[/d\/huawei([\w\s-]+)[;\)]/i,/(nexus\s6p)/i],[u,[f,"Huawei"],[d,m]],[/(microsoft);\s(lumia[\s\w]+)/i],[f,u,[d,m]],[/[\s\(;](xbox(?:\sone)?)[\s\);]/i],[u,[f,"Microsoft"],[d,g]],[/(kin\.[onetw]{3})/i],[[u,/\./g," "],[f,"Microsoft"],[d,m]],[/\s(milestone|droid(?:[2-4x]|\s(?:bionic|x2|pro|razr))?:?(\s4g)?)[\w\s]+build\//i,/mot[\s-]?(\w*)/i,/(XT\d{3,4}) build\//i,/(nexus\s6)/i],[u,[f,"Motorola"],[d,m]],[/android.+\s(mz60\d|xoom[\s2]{0,2})\sbuild\//i],[u,[f,"Motorola"],[d,v]],[/hbbtv\/\d+\.\d+\.\d+\s+\([\w\s]*;\s*(\w[^;]*);([^;]*)/i],[[f,w.trim],[u,w.trim],[d,y]],[/hbbtv.+maple;(\d+)/i],[[u,/^/,"SmartTV"],[f,"Samsung"],[d,y]],[/\(dtv[\);].+(aquos)/i],[u,[f,"Sharp"],[d,y]],[/android.+((sch-i[89]0\d|shw-m380s|gt-p\d{4}|gt-n\d+|sgh-t8[56]9|nexus 10))/i,/((SM-T\w+))/i],[[f,"Samsung"],u,[d,v]],[/smart-tv.+(samsung)/i],[f,[d,y],u],[/((s[cgp]h-\w+|gt-\w+|galaxy\snexus|sm-\w[\w\d]+))/i,/(sam[sung]*)[\s-]*(\w+-?[\w-]*)/i,/sec-((sgh\w+))/i],[[f,"Samsung"],u,[d,m]],[/sie-(\w*)/i],[u,[f,"Siemens"],[d,m]],[/(maemo|nokia).*(n900|lumia\s\d+)/i,/(nokia)[\s_-]?([\w-]*)/i],[[f,"Nokia"],u,[d,m]],[/android\s3\.[\s\w;-]{10}(a\d{3})/i],[u,[f,"Acer"],[d,v]],[/android.+([vl]k\-?\d{3})\s+build/i],[u,[f,"LG"],[d,v]],[/android\s3\.[\s\w;-]{10}(lg?)-([06cv9]{3,4})/i],[[f,"LG"],u,[d,v]],[/(lg) netcast\.tv/i],[f,u,[d,y]],[/(nexus\s[45])/i,/lg[e;\s\/-]+(\w*)/i,/android.+lg(\-?[\d\w]+)\s+build/i],[u,[f,"LG"],[d,m]],[/android.+(ideatab[a-z0-9\-\s]+)/i],[u,[f,"Lenovo"],[d,v]],[/linux;.+((jolla));/i],[f,u,[d,m]],[/((pebble))app\/[\d\.]+\s/i],[f,u,[d,b]],[/android.+;\s(oppo)\s?([\w\s]+)\sbuild/i],[f,u,[d,m]],[/crkey/i],[[u,"Chromecast"],[f,"Google"]],[/android.+;\s(glass)\s\d/i],[u,[f,"Google"],[d,b]],[/android.+;\s(pixel c)\s/i],[u,[f,"Google"],[d,v]],[/android.+;\s(pixel xl|pixel)\s/i],[u,[f,"Google"],[d,m]],[/android.+;\s(\w+)\s+build\/hm\1/i,/android.+(hm[\s\-_]*note?[\s_]*(?:\d\w)?)\s+build/i,/android.+(mi[\s\-_]*(?:one|one[\s_]plus|note lte)?[\s_]*(?:\d?\w?)[\s_]*(?:plus)?)\s+build/i,/android.+(redmi[\s\-_]*(?:note)?(?:[\s_]*[\w\s]+))\s+build/i],[[u,/_/g," "],[f,"Xiaomi"],[d,m]],[/android.+(mi[\s\-_]*(?:pad)(?:[\s_]*[\w\s]+))\s+build/i],[[u,/_/g," "],[f,"Xiaomi"],[d,v]],[/android.+;\s(m[1-5]\snote)\sbuild/i],[u,[f,"Meizu"],[d,v]],[/android.+a000(1)\s+build/i,/android.+oneplus\s(a\d{4})\s+build/i],[u,[f,"OnePlus"],[d,m]],[/android.+[;\/]\s*(RCT[\d\w]+)\s+build/i],[u,[f,"RCA"],[d,v]],[/android.+[;\/\s]+(Venue[\d\s]{2,7})\s+build/i],[u,[f,"Dell"],[d,v]],[/android.+[;\/]\s*(Q[T|M][\d\w]+)\s+build/i],[u,[f,"Verizon"],[d,v]],[/android.+[;\/]\s+(Barnes[&\s]+Noble\s+|BN[RT])(V?.*)\s+build/i],[[f,"Barnes & Noble"],u,[d,v]],[/android.+[;\/]\s+(TM\d{3}.*\b)\s+build/i],[u,[f,"NuVision"],[d,v]],[/android.+;\s(k88)\sbuild/i],[u,[f,"ZTE"],[d,v]],[/android.+[;\/]\s*(gen\d{3})\s+build.*49h/i],[u,[f,"Swiss"],[d,m]],[/android.+[;\/]\s*(zur\d{3})\s+build/i],[u,[f,"Swiss"],[d,v]],[/android.+[;\/]\s*((Zeki)?TB.*\b)\s+build/i],[u,[f,"Zeki"],[d,v]],[/(android).+[;\/]\s+([YR]\d{2})\s+build/i,/android.+[;\/]\s+(Dragon[\-\s]+Touch\s+|DT)(\w{5})\sbuild/i],[[f,"Dragon Touch"],u,[d,v]],[/android.+[;\/]\s*(NS-?\w{0,9})\sbuild/i],[u,[f,"Insignia"],[d,v]],[/android.+[;\/]\s*((NX|Next)-?\w{0,9})\s+build/i],[u,[f,"NextBook"],[d,v]],[/android.+[;\/]\s*(Xtreme\_)?(V(1[045]|2[015]|30|40|60|7[05]|90))\s+build/i],[[f,"Voice"],u,[d,m]],[/android.+[;\/]\s*(LVTEL\-)?(V1[12])\s+build/i],[[f,"LvTel"],u,[d,m]],[/android.+[;\/]\s*(V(100MD|700NA|7011|917G).*\b)\s+build/i],[u,[f,"Envizen"],[d,v]],[/android.+[;\/]\s*(Le[\s\-]+Pan)[\s\-]+(\w{1,9})\s+build/i],[f,u,[d,v]],[/android.+[;\/]\s*(Trio[\s\-]*.*)\s+build/i],[u,[f,"MachSpeed"],[d,v]],[/android.+[;\/]\s*(Trinity)[\-\s]*(T\d{3})\s+build/i],[f,u,[d,v]],[/android.+[;\/]\s*TU_(1491)\s+build/i],[u,[f,"Rotor"],[d,v]],[/android.+(KS(.+))\s+build/i],[u,[f,"Amazon"],[d,v]],[/android.+(Gigaset)[\s\-]+(Q\w{1,9})\s+build/i],[f,u,[d,v]],[/\s(tablet|tab)[;\/]/i,/\s(mobile)(?:[;\/]|\ssafari)/i],[[d,w.lowerize],f,u],[/(android[\w\.\s\-]{0,9});.+build/i],[u,[f,"Generic"]]],engine:[[/windows.+\sedge\/([\w\.]+)/i],[p,[l,"EdgeHTML"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m)\/([\w\.]+)/i,/(khtml|tasman|links)[\/\s]\(?([\w\.]+)/i,/(icab)[\/\s]([23]\.[\d\.]+)/i],[l,p],[/rv\:([\w\.]{1,9}).+(gecko)/i],[p,l]],os:[[/microsoft\s(windows)\s(vista|xp)/i],[l,p],[/(windows)\snt\s6\.2;\s(arm)/i,/(windows\sphone(?:\sos)*)[\s\/]?([\d\.\s\w]*)/i,/(windows\smobile|windows)[\s\/]?([ntce\d\.\s]+\w)/i],[l,[p,C.str,k.os.windows.version]],[/(win(?=3|9|n)|win\s9x\s)([nt\d\.]+)/i],[[l,"Windows"],[p,C.str,k.os.windows.version]],[/\((bb)(10);/i],[[l,"BlackBerry"],p],[/(blackberry)\w*\/?([\w\.]*)/i,/(tizen)[\/\s]([\w\.]+)/i,/(android|webos|palm\sos|qnx|bada|rim\stablet\sos|meego|contiki)[\/\s-]?([\w\.]*)/i,/linux;.+(sailfish);/i],[l,p],[/(symbian\s?os|symbos|s60(?=;))[\/\s-]?([\w\.]*)/i],[[l,"Symbian"],p],[/\((series40);/i],[l],[/mozilla.+\(mobile;.+gecko.+firefox/i],[[l,"Firefox OS"],p],[/(nintendo|playstation)\s([wids34portablevu]+)/i,/(mint)[\/\s\(]?(\w*)/i,/(mageia|vectorlinux)[;\s]/i,/(joli|[kxln]?ubuntu|debian|suse|opensuse|gentoo|(?=\s)arch|slackware|fedora|mandriva|centos|pclinuxos|redhat|zenwalk|linpus)[\/\s-]?(?!chrom)([\w\.-]*)/i,/(hurd|linux)\s?([\w\.]*)/i,/(gnu)\s?([\w\.]*)/i],[l,p],[/(cros)\s[\w]+\s([\w\.]+\w)/i],[[l,"Chromium OS"],p],[/(sunos)\s?([\w\.\d]*)/i],[[l,"Solaris"],p],[/\s([frentopc-]{0,4}bsd|dragonfly)\s?([\w\.]*)/i],[l,p],[/(haiku)\s(\w+)/i],[l,p],[/cfnetwork\/.+darwin/i,/ip[honead]{2,4}(?:.*os\s([\w]+)\slike\smac|;\sopera)/i],[[p,/_/g,"."],[l,"iOS"]],[/(mac\sos\sx)\s?([\w\s\.]*)/i,/(macintosh|mac(?=_powerpc)\s)/i],[[l,"Mac OS"],[p,/_/g,"."]],[/((?:open)?solaris)[\/\s-]?([\w\.]*)/i,/(aix)\s((\d)(?=\.|\)|\s)[\w\.])*/i,/(plan\s9|minix|beos|os\/2|amigaos|morphos|risc\sos|openvms)/i,/(unix)\s?([\w\.]*)/i],[l,p]]},B=function(e,t){if("object"==typeof e&&(t=e,e=a),!(this instanceof B))return new B(e,t).getResult();var r=e||(o&&o.navigator&&o.navigator.userAgent?o.navigator.userAgent:""),n=t?w.extend(E,t):E;return this.getBrowser=function(){var e={name:a,version:a};return C.rgx.call(e,r,n.browser),e.major=w.major(e.version),e},this.getCPU=function(){var e={architecture:a};return C.rgx.call(e,r,n.cpu),e},this.getDevice=function(){var e={vendor:a,model:a,type:a};return C.rgx.call(e,r,n.device),e},this.getEngine=function(){var e={name:a,version:a};return C.rgx.call(e,r,n.engine),e},this.getOS=function(){var e={name:a,version:a};return C.rgx.call(e,r,n.os),e},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return r},this.setUA=function(e){return r=e,this},this};B.VERSION="0.7.18",B.BROWSER={NAME:l,MAJOR:"major",VERSION:p},B.CPU={ARCHITECTURE:h},B.DEVICE={MODEL:u,VENDOR:f,TYPE:d,CONSOLE:g,MOBILE:m,SMARTTV:y,TABLET:v,WEARABLE:b,EMBEDDED:"embedded"},B.ENGINE={NAME:l,VERSION:p},B.OS={NAME:l,VERSION:p},typeof t!==s?(typeof e!==s&&e.exports&&(t=e.exports=B),t.UAParser=B):r(3)?(n=function(){return B}.call(t,r,t,e))===a||(e.exports=n):o&&(o.UAParser=B);var S=o&&(o.jQuery||o.Zepto);if(typeof S!==s){var _=new B;S.ua=_.getResult(),S.ua.get=function(){return _.getUA()},S.ua.set=function(e){_.setUA(e);var t=_.getResult();for(var r in t)S.ua[r]=t[r]}}}("object"==typeof window?window:this)},function(e,t){(function(t){e.exports=t}).call(t,{})},function(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},o=r(0),a=o.DEVICE_TYPES,i=o.defaultData,s=t.getNavigatorInstance=function(){return!("undefined"==typeof window||!window.navigator&&!navigator)&&(window.navigator||navigator)},c=t.isIOS13Check=function(e){var t=s();return t&&t.platform&&(-1!==t.platform.indexOf(e)||"MacIntel"===t.platform&&t.maxTouchPoints>1&&!window.MSStream)};e.exports={checkType:function(e){switch(e){case a.MOBILE:return{isMobile:!0};case a.TABLET:return{isTablet:!0};case a.SMART_TV:return{isSmartTV:!0};case a.CONSOLE:return{isConsole:!0};case a.WEARABLE:return{isWearable:!0};case a.BROWSER:return{isBrowser:!0};default:return i}},broPayload:function(e,t,r,n,o){return{isBrowser:e,browserMajorVersion:t.major,browserFullVersion:t.version,browserName:t.name,engineName:r.name||!1,engineVersion:r.version,osName:n.name,osVersion:n.version,userAgent:o}},mobilePayload:function(e,t,r,o){return n({},e,{vendor:t.vendor,model:t.model,os:r.name,osVersion:r.version,ua:o})},stvPayload:function(e,t,r,n){return{isSmartTV:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},consolePayload:function(e,t,r,n){return{isConsole:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},wearPayload:function(e,t,r,n){return{isWearable:e,engineName:t.name,engineVersion:t.version,osName:r.name,osVersion:r.version,userAgent:n}},getNavigatorInstance:s,isIOS13Check:c}}])})),SW="object"==typeof t&&t&&t.Object===Object&&t,_W="object"==typeof self&&self&&self.Object===Object&&self,AW=SW||_W||Function("return this")(),TW=AW.Symbol,IW=Object.prototype,xW=IW.hasOwnProperty,PW=IW.toString,RW=TW?TW.toStringTag:void 0;var NW=function(e){var t=xW.call(e,RW),r=e[RW];try{e[RW]=void 0;var n=!0}catch(e){}var o=PW.call(e);return n&&(t?e[RW]=r:delete e[RW]),o},OW=Object.prototype.toString;var LW=function(e){return OW.call(e)},DW=TW?TW.toStringTag:void 0;var MW=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":DW&&DW in Object(e)?NW(e):LW(e)};var UW=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)};var jW=function(e){if(!UW(e))return!1;var t=MW(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},FW=AW["__core-js_shared__"],VW=function(){var e=/[^.]+$/.exec(FW&&FW.keys&&FW.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();var zW=function(e){return!!VW&&VW in e},KW=Function.prototype.toString;var qW=function(e){if(null!=e){try{return KW.call(e)}catch(e){}try{return e+""}catch(e){}}return""},HW=/^\[object .+?Constructor\]$/,WW=Function.prototype,QW=Object.prototype,GW=WW.toString,XW=QW.hasOwnProperty,YW=RegExp("^"+GW.call(XW).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var $W=function(e){return!(!UW(e)||zW(e))&&(jW(e)?YW:HW).test(qW(e))};var ZW=function(e,t){return null==e?void 0:e[t]};var JW=function(e,t){var r=ZW(e,t);return $W(r)?r:void 0},eQ=function(){try{var e=JW(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();var tQ=function(e,t,r){"__proto__"==t&&eQ?eQ(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r};var rQ=function(e,t){return e===t||e!=e&&t!=t},nQ=Object.prototype.hasOwnProperty;var oQ=function(e,t,r){var n=e[t];nQ.call(e,t)&&rQ(n,r)&&(void 0!==r||t in e)||tQ(e,t,r)};var aQ=function(e,t,r,n){var o=!r;r||(r={});for(var a=-1,i=t.length;++a<i;){var s=t[a],c=n?n(r[s],e[s],s,r,e):void 0;void 0===c&&(c=e[s]),o?tQ(r,s,c):oQ(r,s,c)}return r};var iQ=function(e){return e};var sQ=function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)},cQ=Math.max;var uQ=function(e,t,r){return t=cQ(void 0===t?e.length-1:t,0),function(){for(var n=arguments,o=-1,a=cQ(n.length-t,0),i=Array(a);++o<a;)i[o]=n[t+o];o=-1;for(var s=Array(t+1);++o<t;)s[o]=n[o];return s[t]=r(i),sQ(e,this,s)}};var lQ=function(e){return function(){return e}},dQ=eQ?function(e,t){return eQ(e,"toString",{configurable:!0,enumerable:!1,value:lQ(t),writable:!0})}:iQ,fQ=Date.now;var pQ=function(e){var t=0,r=0;return function(){var n=fQ(),o=16-(n-r);if(r=n,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(dQ);var hQ=function(e,t){return pQ(uQ(e,t,iQ),e+"")};var gQ=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991};var mQ=function(e){return null!=e&&gQ(e.length)&&!jW(e)},vQ=/^(?:0|[1-9]\d*)$/;var yQ=function(e,t){var r=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&vQ.test(e))&&e>-1&&e%1==0&&e<t};var bQ=function(e,t,r){if(!UW(r))return!1;var n=typeof t;return!!("number"==n?mQ(r)&&yQ(t,r.length):"string"==n&&t in r)&&rQ(r[t],e)};var wQ=function(e){return hQ((function(t,r){var n=-1,o=r.length,a=o>1?r[o-1]:void 0,i=o>2?r[2]:void 0;for(a=e.length>3&&"function"==typeof a?(o--,a):void 0,i&&bQ(r[0],r[1],i)&&(a=o<3?void 0:a,o=1),t=Object(t);++n<o;){var s=r[n];s&&e(t,s,n,a)}return t}))};var CQ=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n};var kQ=function(e){return null!=e&&"object"==typeof e};var EQ=function(e){return kQ(e)&&"[object Arguments]"==MW(e)},BQ=Object.prototype,SQ=BQ.hasOwnProperty,_Q=BQ.propertyIsEnumerable,AQ=EQ(function(){return arguments}())?EQ:function(e){return kQ(e)&&SQ.call(e,"callee")&&!_Q.call(e,"callee")},TQ=Array.isArray;var IQ=function(){return!1},xQ=r((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r?AW.Buffer:void 0,a=(o?o.isBuffer:void 0)||IQ;e.exports=a})),PQ={};PQ["[object Float32Array]"]=PQ["[object Float64Array]"]=PQ["[object Int8Array]"]=PQ["[object Int16Array]"]=PQ["[object Int32Array]"]=PQ["[object Uint8Array]"]=PQ["[object Uint8ClampedArray]"]=PQ["[object Uint16Array]"]=PQ["[object Uint32Array]"]=!0,PQ["[object Arguments]"]=PQ["[object Array]"]=PQ["[object ArrayBuffer]"]=PQ["[object Boolean]"]=PQ["[object DataView]"]=PQ["[object Date]"]=PQ["[object Error]"]=PQ["[object Function]"]=PQ["[object Map]"]=PQ["[object Number]"]=PQ["[object Object]"]=PQ["[object RegExp]"]=PQ["[object Set]"]=PQ["[object String]"]=PQ["[object WeakMap]"]=!1;var RQ=function(e){return kQ(e)&&gQ(e.length)&&!!PQ[MW(e)]};var NQ=function(e){return function(t){return e(t)}},OQ=r((function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r&&SW.process,a=function(){try{var e=n&&n.require&&n.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a})),LQ=OQ&&OQ.isTypedArray,DQ=LQ?NQ(LQ):RQ,MQ=Object.prototype.hasOwnProperty;var UQ=function(e,t){var r=TQ(e),n=!r&&AQ(e),o=!r&&!n&&xQ(e),a=!r&&!n&&!o&&DQ(e),i=r||n||o||a,s=i?CQ(e.length,String):[],c=s.length;for(var u in e)!t&&!MQ.call(e,u)||i&&("length"==u||o&&("offset"==u||"parent"==u)||a&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||yQ(u,c))||s.push(u);return s},jQ=Object.prototype;var FQ=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||jQ)};var VQ=function(e){var t=[];if(null!=e)for(var r in Object(e))t.push(r);return t},zQ=Object.prototype.hasOwnProperty;var KQ=function(e){if(!UW(e))return VQ(e);var t=FQ(e),r=[];for(var n in e)("constructor"!=n||!t&&zQ.call(e,n))&&r.push(n);return r};var qQ=function(e){return mQ(e)?UQ(e,!0):KQ(e)},HQ=wQ((function(e,t,r,n){aQ(t,qQ(t),e,n)}));var WQ=function(e,t){return function(r){return e(t(r))}},QQ=WQ(Object.getPrototypeOf,Object),GQ=Function.prototype,XQ=Object.prototype,YQ=GQ.toString,$Q=XQ.hasOwnProperty,ZQ=YQ.call(Object);var JQ=function(e){if(!kQ(e)||"[object Object]"!=MW(e))return!1;var t=QQ(e);if(null===t)return!0;var r=$Q.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&YQ.call(r)==ZQ};var eG=function(e){if(!kQ(e))return!1;var t=MW(e);return"[object Error]"==t||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!JQ(e)},tG=hQ((function(e,t){try{return sQ(e,void 0,t)}catch(e){return eG(e)?e:new Error(e)}}));var rG=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o};var nG=function(e,t){return rG(t,(function(t){return e[t]}))},oG=Object.prototype,aG=oG.hasOwnProperty;var iG=function(e,t,r,n){return void 0===e||rQ(e,oG[r])&&!aG.call(n,r)?t:e},sG={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};var cG=function(e){return"\\"+sG[e]},uG=WQ(Object.keys,Object),lG=Object.prototype.hasOwnProperty;var dG=function(e){if(!FQ(e))return uG(e);var t=[];for(var r in Object(e))lG.call(e,r)&&"constructor"!=r&&t.push(r);return t};var fG=function(e){return mQ(e)?UQ(e):dG(e)},pG=/<%=([\s\S]+?)%>/g;var hG=function(e){return function(t){return null==e?void 0:e[t]}}({"&":"&","<":"<",">":">",'"':""","'":"'"});var gG=function(e){return"symbol"==typeof e||kQ(e)&&"[object Symbol]"==MW(e)},mG=TW?TW.prototype:void 0,vG=mG?mG.toString:void 0;var yG=function e(t){if("string"==typeof t)return t;if(TQ(t))return rG(t,e)+"";if(gG(t))return vG?vG.call(t):"";var r=t+"";return"0"==r&&1/t==-Infinity?"-0":r};var bG=function(e){return null==e?"":yG(e)},wG=/[&<>"']/g,CG=RegExp(wG.source);var kG={escape:/<%-([\s\S]+?)%>/g,evaluate:/<%([\s\S]+?)%>/g,interpolate:pG,variable:"",imports:{_:{escape:function(e){return(e=bG(e))&&CG.test(e)?e.replace(wG,hG):e}}}},EG=/\b__p \+= '';/g,BG=/\b(__p \+=) '' \+/g,SG=/(__e\(.*?\)|\b__t\)) \+\n'';/g,_G=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,AG=/($^)/,TG=/['\n\r\u2028\u2029\\]/g,IG=Object.prototype.hasOwnProperty;var xG,PG,RG,NG,OG,LG,DG,MG,UG,jG,FG,VG,zG,KG,qG,HG,WG=function(e,t,r){var n=kG.imports._.templateSettings||kG;r&&bQ(e,t,r)&&(t=void 0),e=bG(e),t=HQ({},t,n,iG);var o,a,i=HQ({},t.imports,n.imports,iG),s=fG(i),c=nG(i,s),u=0,l=t.interpolate||AG,d="__p += '",f=RegExp((t.escape||AG).source+"|"+l.source+"|"+(l===pG?_G:AG).source+"|"+(t.evaluate||AG).source+"|$","g"),p=IG.call(t,"sourceURL")?"//# sourceURL="+(t.sourceURL+"").replace(/\s/g," ")+"\n":"";e.replace(f,(function(t,r,n,i,s,c){return n||(n=i),d+=e.slice(u,c).replace(TG,cG),r&&(o=!0,d+="' +\n__e("+r+") +\n'"),s&&(a=!0,d+="';\n"+s+";\n__p += '"),n&&(d+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=c+t.length,t})),d+="';\n";var h=IG.call(t,"variable")&&t.variable;h||(d="with (obj) {\n"+d+"\n}\n"),d=(a?d.replace(EG,""):d).replace(BG,"$1").replace(SG,"$1;"),d="function("+(h||"obj")+") {\n"+(h?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var g=tG((function(){return Function(s,p+"return "+d).apply(void 0,c)}));if(g.source=d,eG(g))throw g;return g},QG=Xz.flipY,GG=Xz.spin,XG=Xz.splash,YG=(QG.animationDuration,XG.default),$G=Zb.div(xG||(xG=um(["\n ","\n ","\n"])),QG.default,GG.default),ZG=(Zb.img(PG||(PG=um(["\n border-radius: 5px;\n opacity: 0.7;\n height: 38px;\n"]))),Zb.div(RG||(RG=um(["\n cursor: pointer;\n text-align: center;\n width: ","px;\n\n img {\n width: 100%;\n }\n\n z-index: ",";\n position: fixed;\n\n ","\n"])),78,1020,BW.isMobile?Mb(["top:",";"],(function(e){return e.y})):Mb(["bottom:","px;"],10))),JG=Zb.div(NG||(NG=um(["\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n position: absolute;\n margin: auto;\n width: ","px;\n height: ","px;\n\n img {\n width: 100%;\n }\n\n z-index: ",";\n"])),100,100,1020),eX=Zb.div(OG||(OG=um(["\n color: #fff;\n text-align: center;\n"]))),tX=(Zb.div(LG||(LG=um(["\n transform: translateZ(1000px); // to fix rotating bug on safari\n transform-style: preserve-3d;\n position: absolute;\n top: ",";\n z-index: ",";\n"])),(function(e){return e.y}),1020),Zb.div(DG||(DG=um(["\n display: flex;\n align-items: center;\n"]))),Zb(eX)(MG||(MG=um(["\n font-size: 16px;\n margin-left: 10px;\n color: #fff;\n"]))),Zb.div(UG||(UG=um(["\n margin: 0;\n padding: 0 5px;\n position: absolute;\n top: ",";\n z-index: ",";\n left: 50%;\n transform: translateX(-50%);\n width: fit-content;\n"])),(function(e){return e.y}),1020)),rX=Zb(eX)(jG||(jG=um(["\n text-align: center;\n background: ",";\n padding: 5px 10px;\n font-size: 16px;\n"])),(function(e){return e.theme.dangerColor})),nX=function(e){var t=e.children,r=e.y;return ov.createElement(tX,{y:r},ov.createElement(rX,null,t))},oX=Zb.div(FG||(FG=um(["\n background: rgba(0, 0, 0, 0.3);\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 120px;\n z-index: ",";\n"])),1010),aX=Zb.div(VG||(VG=um(["\n cursor: pointer;\n text-align: center;\n width: 50px;\n\n img {\n width: 100%;\n }\n"]))),iX=Zb(aX)(zG||(zG=um(["\n z-index: ",";\n position: absolute;\n top: 16px;\n right: 16px;\n width: 60px;\n"])),1100),sX=["width","height","type"],cX=Zb(mz)(KG||(KG=um([""]))),uX=Zb.div(qG||(qG=um(["\n position: absolute;\n top: 0;\n left: 0;\n"]))),lX=Zb.img(HG||(HG=um(["\n position: absolute;\n top: 0;\n left: 0;\n"]))),dX=function(e){var t=e.width,r=e.height,n=e.type,o=sm(e,sX),a=UN.useAsset("id_card_frame.png"),i=UN.useAsset("id_card_frame_error.png");return ov.createElement(uX,{width:t,height:r},ov.createElement(lX,{src:n===gz.ERROR?i:a,width:t,height:r}),ov.createElement(cX,em({width:t,height:r,type:n},o)))},fX=ZI.Errors,pX={BTN_OK:{en:"OK",vi:"Tôi đã hiểu"},FRONT:{en:"front",vi:"trước"},BACK:{en:"back",vi:"sau"},BTN_USE_THIS_PICTURE:{en:"Use this picture",vi:"Dùng ảnh này"},BTN_TRY_AGAIN:{en:"Try again",vi:"Thử lại"},CONFIRM_POPUP_VALID_QR:{en:"QR code scanned",vi:"Đã quét được mã QR"},CONFIRM_POPUP_INVALID_QR:{en:"Could not scan QR code",vi:"Không quét được mã QR"}},hX=rm(rm({},fX),{},{id_detector_no_cards:{code:"id_detector_no_cards",msg:{en:"Take a photo of your ID card's <%= side %> side. Make sure the image of the card fits in the frame, (minimum 50% of frame).",vi:"Mặt <%= side %> CMND/CCCD cần nằm gọn trong khung hình, chiếm tối thiểu 50%."}},id_detector_validate_angle_error:{code:"id_detector_validate_angle_error",msg:{en:"Please put your ID card straight, not be oblique",vi:"Vui lòng đặt giấy tờ thẳng góc, không bị xô lệch khi chụp"}},id_detector_card_too_small:{code:"id_detector_card_too_small",msg:{en:"Please hold your ID card closer",vi:"Vui lòng đưa CMND/CCCD lại gần hơn"}},id_detector_error_incomplete:{code:"id_detector_error_incomplete",msg:{en:"Please hold your ID card further",vi:"Vui lòng đưa CMND/CCCD ra xa hơn"}},id_detector_error_front_side_no_faces:{code:"id_detector_error_front_side_no_faces",msg:{en:"Take a photo of your ID card's front side",vi:"Vui lòng chụp ảnh mặt trước của CMND/CCCD"}},id_detector_error_front_side_multiple_faces:{code:"id_detector_error_front_side_multiple_faces",msg:{en:"Please remove other items out of the frame",vi:"Vui lòng không để lẫn vật thể khác trong khung chụp hình"}},glare_detected:{code:"glare_detected",msg:{en:"Your photo ID is glare. Please adjust the shooting angle.",vi:"Ảnh chụp bị lóa sáng. Vui lòng chụp lại"}}}),gX={fill:"none",strokeWidth:20,stroke:"rgba(0, 0, 0, 0.6)"},mX=ov.forwardRef((function(e,t){var r,n=e.usePortraitMask,o=e.windowAndVideoInfo,a=e.refVideo,i=e.frontSide,s=e.settings,c=e.onCaptureDone,u=e.onUISpacingChange,l=e.outputEncryptionSettings,d=e.quality,f=lm(ov.useState({}),2),p=f[0],h=f[1],g=p.yErrorMessage,m=p.yCaptureButton,v=UN.useAsset("ic_camera.svg"),y=UN.useAsset("ic_loading.png"),b=nN.useSDKSettings().lang,w=lm(ov.useState(""),2),C=w[0],k=w[1],E=lm(ov.useState(null),2),B=E[0],S=E[1],_=pD.useThemeContext().dangerColor,A=ov.useRef((function(){})),T=ov.useCallback((function(e){k(null===e?"":WG(hX[e.code].msg[b])({side:i?pX.FRONT[b]:pX.BACK[b]}))}),[b,i]),I=ov.useCallback((function(){A.current()}),[]),x=ZK({shouldStart:!0,refVideo:a,cropArea:B,settings:s,onModelErrorChange:T,frontSide:i,onSessionTimeout:I,onCaptureDone:c,outputEncryptionSettings:l,quality:d}),P=x.warmupDone,R=x.isProcessing,N=x.takePictureManually,O=x.restartSession,L=ov.useCallback(Yg(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,O();case 2:case"end":return e.stop()}}),e)}))),[O]);A.current=L,ov.useEffect((function(){if(o){var e,t,r,a,i,s,c=o.videoAreaWidth,l=o.videoAreaHeight,d=o.lostX,f=o.lostY,p=o.clientHeight;n?(a=.7*(i=l-165),r=(s=(e=f+10)+45)+i+70):(a=BW.isMobile?c-6:Math.floor(.7*c),i=Math.floor(Math.min(a/1.5,p-2*f-98-135)),r=(t=(s=(e=f+10)+(BW.isMobile?90:50))+i+10)+88);var g=Math.floor((c-a)/2)+d;S({x:g,y:s,width:a,height:i,surroundStyle:{opacity:.6,background:"#000"}});var m={yTitle:e,yErrorMessage:t,yCaptureButton:r};h(m),u(m)}}),[o,n,u]);var D=ov.useCallback(Yg(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,N();case 2:case"end":return e.stop()}}),e)}))),[N]);return ov.useImperativeHandle(t,(function(){return{restartSession:L}}),[L]),ov.createElement(ov.Fragment,null,!P&&ov.createElement(yV,null),R&&ov.createElement(JG,null,ov.createElement("img",{src:y,alt:"",className:"spin"})),B&&ov.createElement(BM,{x:"".concat(B.x,"px"),y:"".concat(B.y,"px"),width:"".concat(B.width,"px"),height:"".concat(B.height,"px"),surroundStyle:B.surroundStyle},ov.createElement(dX,{strokeStyles:(r={},Jg(r,gz.DEFAULT,gX),Jg(r,gz.ERROR,gX),r),radius:20,strokeWidth:20,errorColor:_,width:B.width,height:B.height,type:C?gz.ERROR:gz.DEFAULT})),C&&ov.createElement(nX,{y:"".concat(g,"px")},C),!R&&(!(null!=s&&s.disableCaptureButtonIfAlert)||!C)&&ov.createElement(ZG,{onClick:D,y:"".concat(m,"px")},ov.createElement("img",{src:v,alt:""})),!BW.isMobile&&ov.createElement(oX,null))}));mX.propTypes={usePortraitMask:Iv.bool,windowAndVideoInfo:Iv.shape({}),refVideo:Iv.shape({}),frontSide:Iv.bool,settings:Iv.shape({}),onCaptureDone:Iv.func,onUISpacingChange:Iv.func,outputEncryptionSettings:Iv.shape({}),quality:Iv.number},mX.defaultProps={usePortraitMask:!1,windowAndVideoInfo:{},refVideo:{},frontSide:!0,settings:{},onCaptureDone:function(){},onUISpacingChange:function(){},outputEncryptionSettings:null,quality:void 0};var vX,yX={primaryColor:"#FDB913",dangerColor:"#D32F2F"},bX=ew(vX||(vX=um([""]))),wX=ZI.IDCardSide,CX=ZI.IDCardType,kX="id_card",EX="qr_code",BX=[{scannerType:kX,cardSide:ZI.IDCardSide.FRONT,cardType:CX.VN,frontCamera:!1,enableConfirmPopup:!1},{scannerType:kX,cardSide:ZI.IDCardSide.BACK,cardType:CX.VN,frontCamera:!1,enableConfirmPopup:!1}];function SX(e){var t=e.onClose,r=e.onError,n=e.clientSettings,o=e.onStepDone,a=e.steps,i=e.outputEncryptionSettings,s=e.quality,c=lm(ov.useState(0),2),u=c[0],l=c[1],d=lm(ov.useState(a[u]),2),f=d[0],p=d[1],h=ov.useRef(null),g=lm(ov.useState(null),2),m=g[0],v=g[1],y=lm(ov.useState(!1),2),b=y[0],w=y[1],C=lm(ov.useState(0),2),k=C[0],E=C[1],B=ov.useRef(),S=f.scannerType,_=f.frontCamera,A=f.cardSide,T=f.usePortraitMask,I=A===wX.FRONT,x=lm(ov.useState(!1),2),P=x[0],R=x[1],N=UN.useAsset("ic_loading.png"),O=UN.useAsset("ic_close.png"),L=ov.useRef(null),D=ov.useRef(null),M=ov.useRef(null),U=ov.useRef([]),j=qH({clientSettings:n}).settings,F=LN.useSDKTracking().sendEvent,V=ov.useCallback((function(e){v(e),w(!0)}),[]);ov.useEffect((function(){w(!1)}),[_]);var z=ov.useCallback((function(e){e>=a.length||setTimeout((function(){l(e),p(a[e])}),200)}),[a]),K=ov.useCallback((function(){z(u+1)}),[z,u]),q=ov.useCallback(Yg(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t={stepNumber:u,image:L.current,error:D.current,recordedVideos:null!=j&&j.enableRecording?U.current:[]},S===EX&&(t.qrScannedResult=M.current),R(!0),e.next=5,o(t);case 5:F({tag:"result",event:"sdk_mode.read_id_card_one_side",log:{result_object:t}}),R(!1),K();case 8:case"end":return e.stop()}}),e)}))),[j,u,o,K,S,F]),H=ov.useCallback(function(){var e=Yg(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r=t.image,n=t.error,o=t.recordedVideos,L.current=r,D.current=n,U.current=o,E((function(e){return e+1})),q();case 6:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),[q]);return ov.createElement(Xb,{theme:yX},ov.createElement($G,null,ov.createElement(yM,{key:_,frontCamera:_,onVideoPlayed:V,onClose:t,flipHorizontal:_,ref:h,onError:r,closeButton:ov.createElement(iX,null,ov.createElement("img",{src:O,alt:""}))},b&&ov.createElement(ov.Fragment,null,S===kX&&ov.createElement(mX,{key:u,ref:B,windowAndVideoInfo:m,refVideo:h,settings:j,onCaptureDone:H,frontSide:I,usePortraitMask:T,outputEncryptionSettings:i,quality:s})),ov.createElement(YG,{keyForTransition:k}),P&&ov.createElement(JG,null,ov.createElement("img",{src:N,alt:"",className:"spin"})))),ov.createElement(bX,null))}SX.propTypes={onClose:Iv.func,onError:Iv.func,clientSettings:Iv.shape({}),onStepDone:Iv.func,steps:Iv.arrayOf(Iv.shape({})),outputEncryptionSettings:Iv.shape({}),quality:Iv.number},SX.defaultProps={onClose:function(){},onError:function(){},clientSettings:{},onStepDone:function(){},steps:BX,outputEncryptionSettings:null,quality:void 0};var _X=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,AX=/^\w*$/;var TX=function(e,t){if(TQ(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!gG(e))||(AX.test(e)||!_X.test(e)||null!=t&&e in Object(t))},IX=JW(Object,"create");var xX=function(){this.__data__=IX?IX(null):{},this.size=0};var PX=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},RX=Object.prototype.hasOwnProperty;var NX=function(e){var t=this.__data__;if(IX){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return RX.call(t,e)?t[e]:void 0},OX=Object.prototype.hasOwnProperty;var LX=function(e){var t=this.__data__;return IX?void 0!==t[e]:OX.call(t,e)};var DX=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=IX&&void 0===t?"__lodash_hash_undefined__":t,this};function MX(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}MX.prototype.clear=xX,MX.prototype.delete=PX,MX.prototype.get=NX,MX.prototype.has=LX,MX.prototype.set=DX;var UX=MX;var jX=function(){this.__data__=[],this.size=0};var FX=function(e,t){for(var r=e.length;r--;)if(rQ(e[r][0],t))return r;return-1},VX=Array.prototype.splice;var zX=function(e){var t=this.__data__,r=FX(t,e);return!(r<0)&&(r==t.length-1?t.pop():VX.call(t,r,1),--this.size,!0)};var KX=function(e){var t=this.__data__,r=FX(t,e);return r<0?void 0:t[r][1]};var qX=function(e){return FX(this.__data__,e)>-1};var HX=function(e,t){var r=this.__data__,n=FX(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this};function WX(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}WX.prototype.clear=jX,WX.prototype.delete=zX,WX.prototype.get=KX,WX.prototype.has=qX,WX.prototype.set=HX;var QX=WX,GX=JW(AW,"Map");var XX=function(){this.size=0,this.__data__={hash:new UX,map:new(GX||QX),string:new UX}};var YX=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var $X=function(e,t){var r=e.__data__;return YX(t)?r["string"==typeof t?"string":"hash"]:r.map};var ZX=function(e){var t=$X(this,e).delete(e);return this.size-=t?1:0,t};var JX=function(e){return $X(this,e).get(e)};var eY=function(e){return $X(this,e).has(e)};var tY=function(e,t){var r=$X(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this};function rY(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}rY.prototype.clear=XX,rY.prototype.delete=ZX,rY.prototype.get=JX,rY.prototype.has=eY,rY.prototype.set=tY;var nY=rY;function oY(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],a=r.cache;if(a.has(o))return a.get(o);var i=e.apply(this,n);return r.cache=a.set(o,i)||a,i};return r.cache=new(oY.Cache||nY),r}oY.Cache=nY;var aY=oY;var iY=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,sY=/\\(\\)?/g,cY=function(e){var t=aY(e,(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(iY,(function(e,r,n,o){t.push(n?o.replace(sY,"$1"):r||e)})),t}));var uY=function(e,t){return TQ(e)?e:TX(e,t)?[e]:cY(bG(e))};var lY=function(e){if("string"==typeof e||gG(e))return e;var t=e+"";return"0"==t&&1/e==-Infinity?"-0":t};var dY=function(e,t){for(var r=0,n=(t=uY(t,e)).length;null!=e&&r<n;)e=e[lY(t[r++])];return r&&r==n?e:void 0};var fY=function(e,t,r){var n=null==e?void 0:dY(e,t);return void 0===n?r:n},pY=["tracking","clientSettings"];function hY(e){var t=e.tracking,r=e.clientSettings,n=sm(e,pY),o=ov.useMemo((function(){return fY(r,"data.settings.sdk_settings.server_log_settings.enable",null==t?void 0:t.enable)}),[r,t]);return ov.createElement(LN.SDKTrackingProvider,{value:{tracking:rm(rm({},t),{},{enable:o})}},ov.createElement(SX,em({},n,{clientSettings:r})))}hY.propTypes={tracking:Iv.shape({}),clientSettings:Iv.shape({})},hY.defaultProps={tracking:void 0,clientSettings:void 0};var gY=["onClose","onError","detectIdCard","steps","onStepDone","apiCredentials","tracking","outputEncryptionSettings"],mY=ZI.Errors,vY=function(e){var t=e.onClose,r=e.onError,n=e.detectIdCard,o=e.steps,a=e.onStepDone,i=e.apiCredentials,s=e.tracking,c=e.outputEncryptionSettings,u=sm(e,gY),l=lm(ov.useState(null),2),d=l[0],f=l[1],p=KL.useApiClient({apiCredentials:i,tracking:s}).apiClient,h=ov.useRef(""),g=ov.useRef("");ov.useEffect((function(){function e(){return(e=Yg(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,p.clientSettings();case 2:t=e.sent,f(t);case 4:case"end":return e.stop()}}),e)})))).apply(this,arguments)}!function(){e.apply(this,arguments)}()}),[p]);var m=ov.useCallback(function(){var e=Yg(regeneratorRuntime.mark((function e(t){var n,i,s,u,l,d,f,m;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.stepNumber,i=t.recordedVideos,s=t.qrScannedResult,u=t.image,l=o[n],d=l.cardType,f=l.cardSide,m=null,e.prev=3,e.next=6,pW({image:u,cardSide:f,frontCardId:h.current,qrImageId:g.current,onError:r,apiClient:p,cardType:d,recordedVideos:i,qrScannedResult:s,outputEncryptionSettings:c});case 6:m=e.sent,f===ZI.IDCardSide.FRONT&&(h.current=m.cardInfo.image1.id),g.current=m.qrImageId,e.next=14;break;case 11:e.prev=11,e.t0=e.catch(3),r(rm(rm({},mY.api_call_error),{},{details:e.t0}));case 14:m&&a(rm(rm({},t),{},{apiResult:m}));case 15:case"end":return e.stop()}}),e,null,[[3,11]])})));return function(t){return e.apply(this,arguments)}}(),[p,r,o,a,c]);return d&&ov.createElement(hY,em({tracking:s,onClose:t,onError:r,detectIdCard:n,onStepDone:m,steps:o,outputEncryptionSettings:c},u,{clientSettings:d}))};vY.propTypes={onClose:Iv.func,onError:Iv.func,detectIdCard:Iv.func,onStepDone:Iv.func,steps:Iv.arrayOf(Iv.shape({})),apiCredentials:Iv.shape({accessKey:Iv.string,secretKey:Iv.string,apiUrl:Iv.string}),tracking:Iv.shape({}),outputEncryptionSettings:Iv.shape({})},vY.defaultProps={onClose:function(){},onError:function(){},detectIdCard:function(){return Promise.resolve({card_label:""})},onStepDone:function(){},steps:BX,apiCredentials:{accessKey:"5767c20d-87aa-4cad-8dbb-f5429f76c34b",secretKey:"c1446919-e60a-4575-a05d-304318212a1b",apiUrl:"https://tv-testing.trustingsocial.com/api"},outputEncryptionSettings:{key:""},tracking:void 0};var yY=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&om(e,t)}(o,yD);var t,r,n=(t=o,r=am(),function(){var e,n=nm(t);if(r){var o=nm(this).constructor;e=Reflect.construct(n,arguments,o)}else e=n.apply(this,arguments);return cm(this,e)});function o(e){return $g(this,o),n.call(this,rm(rm({},e),{},{baseComponent:CW(),component:{ReadIDCardUIOnly:hY,ReadIDCardWithApiCall:vY}}))}return o}();exports.APIUtils=KL,exports.Animations=Xz,exports.AntiDebugUtils=fD,exports.AssetUtils=UN,exports.AsyncUtils=FN,exports.BASE_Z_INDEX=1e3,exports.BaseTVWebSDK=yD,exports.BlurUtils=lO,exports.Button=gq,exports.ButtonLink=mq,exports.Camera=yM,exports.CameraUtils=fO,exports.CommonUtils=hO,exports.Constants=ZI,exports.CoordinateUtils=bO,exports.CropAreaOverlayWrapper=BM,exports.CryptoUtils=gD,exports.FaceUtils=AO,exports.GlareUtils=NL,exports.HashUtils=_N,exports.HighlightResult=CH,exports.HighlightResultType=hH,exports.Icons=qV,exports.ImageUtils=IL,exports.LivenessDetection=$V,exports.LivenessDetectionComponents=EW,exports.LoadResourceUtils=ZL,exports.LocalStorageUtils=kN,exports.MobileDetect=YD,exports.ModelUtils=dD,exports.NativeCamera=zV,exports.PlacementArea=EM,exports.Popup=JF,exports.PredictionUtils=PO,exports.ProgressCircle=FF,exports.RatioWrapper=Oq,exports.ReadIDCardUIOnly=eW,exports.ReadIDCardWithApiCall=vW,exports.RectangleMask=mz,exports.RectangleMaskType=gz,exports.SDK=yY,exports.ScannerType=XH,exports.SettingsContext=nN,exports.Spacing=cq,exports.ThemeUtils=pD,exports.TimeUtils=bN,exports.TrackingContext=LN,exports.UserAgentUtils=mN,exports.WarmupPopup=yV,exports.checkCamera=FV,exports.defaultClientSettings=KH,exports.defaultReadIDCardSteps=BX,exports.getBaseSDKComponent=CW,exports.getCustomUrlsBySettings=ZR,exports.getQrScannerWorkerPath=mD,exports.handleApiCheckReadIdCard=pW,exports.preloadEKYCResources=bW,exports.readIdCardFromImage=wW,exports.readQRCodeFromImage=iH,exports.useLivenessDetection=kW,exports.useMainProcessQRCodeScanner=sH,exports.useMainProcessReadIdCard=ZK,exports.useSettingsReadIdCard=qH,exports.useShowPopup=mK,exports.warmUpQRCodeScanner=Wq,exports.warmUpReadIdCard=HK,exports.warmupSelfieActive=hF;
|