ai-read-over-pro 0.0.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.
Files changed (41) hide show
  1. package/README.md +33 -0
  2. package/components/demo/api/index.js +81 -0
  3. package/components/demo/index.js +7 -0
  4. package/components/demo/plugins/cache.js +77 -0
  5. package/components/demo/src/chat-tools.vue +275 -0
  6. package/components/demo/src/main.vue +378 -0
  7. package/components/demo/src/member-table.vue +204 -0
  8. package/components/demo/src/read-over.vue +238 -0
  9. package/components/demo/src/tab-filter.vue +223 -0
  10. package/components/demo/static/bg-img.svg +10 -0
  11. package/components/demo/static/cai-active.png +0 -0
  12. package/components/demo/static/cai.png +0 -0
  13. package/components/demo/static/correct.png +0 -0
  14. package/components/demo/static/error.png +0 -0
  15. package/components/demo/static/filter-block.svg +23 -0
  16. package/components/demo/static/filter-block_hover.svg +23 -0
  17. package/components/demo/static/filter-block_selected.svg +23 -0
  18. package/components/demo/static/filter.png +0 -0
  19. package/components/demo/static/logo.png +0 -0
  20. package/components/demo/static/robot.png +0 -0
  21. package/components/demo/static/send-icon.png +0 -0
  22. package/components/demo/static/zan-active.png +0 -0
  23. package/components/demo/static/zan.png +0 -0
  24. package/components/demo/utils/aes-utils.js +35 -0
  25. package/components/demo/utils/config.js +42 -0
  26. package/components/demo/utils/constants.js +13 -0
  27. package/components/demo/utils/request.js +69 -0
  28. package/components/index.js +15 -0
  29. package/dist/ai-read-over-pro.common.js +12858 -0
  30. package/dist/ai-read-over-pro.common.js.map +1 -0
  31. package/dist/ai-read-over-pro.css +1 -0
  32. package/dist/ai-read-over-pro.umd.js +12877 -0
  33. package/dist/ai-read-over-pro.umd.js.map +1 -0
  34. package/dist/ai-read-over-pro.umd.min.js +23 -0
  35. package/dist/ai-read-over-pro.umd.min.js.map +1 -0
  36. package/dist/demo.html +1 -0
  37. package/dist/img/bg-img.a3a40197.svg +10 -0
  38. package/dist/img/filter-block.6f369747.svg +23 -0
  39. package/dist/img/filter-block_hover.5314be0a.svg +23 -0
  40. package/dist/img/filter-block_selected.f523d7f3.svg +23 -0
  41. package/package.json +44 -0
@@ -0,0 +1,23 @@
1
+ (function(e,t){"object"===typeof exports&&"object"===typeof module?module.exports=t(require("element-ui")):"function"===typeof define&&define.amd?define(["element-ui"],t):"object"===typeof exports?exports["ai-read-over-pro"]=t(require("element-ui")):e["ai-read-over-pro"]=t(e["element-ui"])})("undefined"!==typeof self?self:this,(function(e){return function(){var t={565:function(e,t,n){(function(t,r){e.exports=r(n(763),n(360),n(490),n(568),n(796))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.BlockCipher,i=t.algo,o=[],s=[],a=[],c=[],l=[],u=[],h=[],d=[],f=[],p=[];(function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var n=0,r=0;for(t=0;t<256;t++){var i=r^r<<1^r<<2^r<<3^r<<4;i=i>>>8^255&i^99,o[n]=i,s[i]=n;var y=e[n],v=e[y],g=e[v],m=257*e[i]^16843008*i;a[n]=m<<24|m>>>8,c[n]=m<<16|m>>>16,l[n]=m<<8|m>>>24,u[n]=m;m=16843009*g^65537*v^257*y^16843008*n;h[i]=m<<24|m>>>8,d[i]=m<<16|m>>>16,f[i]=m<<8|m>>>24,p[i]=m,n?(n=y^e[e[e[g^y]]],r^=e[e[r]]):n=r=1}})();var y=[0,1,2,4,8,16,32,64,128,27,54],v=i.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,n=e.sigBytes/4,r=this._nRounds=n+6,i=4*(r+1),s=this._keySchedule=[],a=0;a<i;a++)a<n?s[a]=t[a]:(u=s[a-1],a%n?n>6&&a%n==4&&(u=o[u>>>24]<<24|o[u>>>16&255]<<16|o[u>>>8&255]<<8|o[255&u]):(u=u<<8|u>>>24,u=o[u>>>24]<<24|o[u>>>16&255]<<16|o[u>>>8&255]<<8|o[255&u],u^=y[a/n|0]<<24),s[a]=s[a-n]^u);for(var c=this._invKeySchedule=[],l=0;l<i;l++){a=i-l;if(l%4)var u=s[a];else u=s[a-4];c[l]=l<4||a<=4?u:h[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,a,c,l,u,o)},decryptBlock:function(e,t){var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n,this._doCryptBlock(e,t,this._invKeySchedule,h,d,f,p,s);n=e[t+1];e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,r,i,o,s,a){for(var c=this._nRounds,l=e[t]^n[0],u=e[t+1]^n[1],h=e[t+2]^n[2],d=e[t+3]^n[3],f=4,p=1;p<c;p++){var y=r[l>>>24]^i[u>>>16&255]^o[h>>>8&255]^s[255&d]^n[f++],v=r[u>>>24]^i[h>>>16&255]^o[d>>>8&255]^s[255&l]^n[f++],g=r[h>>>24]^i[d>>>16&255]^o[l>>>8&255]^s[255&u]^n[f++],m=r[d>>>24]^i[l>>>16&255]^o[u>>>8&255]^s[255&h]^n[f++];l=y,u=v,h=g,d=m}y=(a[l>>>24]<<24|a[u>>>16&255]<<16|a[h>>>8&255]<<8|a[255&d])^n[f++],v=(a[u>>>24]<<24|a[h>>>16&255]<<16|a[d>>>8&255]<<8|a[255&l])^n[f++],g=(a[h>>>24]<<24|a[d>>>16&255]<<16|a[l>>>8&255]<<8|a[255&u])^n[f++],m=(a[d>>>24]<<24|a[l>>>16&255]<<16|a[u>>>8&255]<<8|a[255&h])^n[f++];e[t]=y,e[t+1]=v,e[t+2]=g,e[t+3]=m},keySize:8});t.AES=r._createHelper(v)}(),e.AES}))},966:function(e,t,n){(function(t,r){e.exports=r(n(763),n(360),n(490),n(568),n(796))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.BlockCipher,i=t.algo;const o=16,s=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],a=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var c={pbox:[],sbox:[]};function l(e,t){let n=t>>24&255,r=t>>16&255,i=t>>8&255,o=255&t,s=e.sbox[0][n]+e.sbox[1][r];return s^=e.sbox[2][i],s+=e.sbox[3][o],s}function u(e,t,n){let r,i=t,s=n;for(let a=0;a<o;++a)i^=e.pbox[a],s=l(e,i)^s,r=i,i=s,s=r;return r=i,i=s,s=r,s^=e.pbox[o],i^=e.pbox[o+1],{left:i,right:s}}function h(e,t,n){let r,i=t,s=n;for(let a=o+1;a>1;--a)i^=e.pbox[a],s=l(e,i)^s,r=i,i=s,s=r;return r=i,i=s,s=r,s^=e.pbox[1],i^=e.pbox[0],{left:i,right:s}}function d(e,t,n){for(let o=0;o<4;o++){e.sbox[o]=[];for(let t=0;t<256;t++)e.sbox[o][t]=a[o][t]}let r=0;for(let a=0;a<o+2;a++)e.pbox[a]=s[a]^t[r],r++,r>=n&&(r=0);let i=0,c=0,l=0;for(let s=0;s<o+2;s+=2)l=u(e,i,c),i=l.left,c=l.right,e.pbox[s]=i,e.pbox[s+1]=c;for(let o=0;o<4;o++)for(let t=0;t<256;t+=2)l=u(e,i,c),i=l.left,c=l.right,e.sbox[o][t]=i,e.sbox[o][t+1]=c;return!0}var f=i.Blowfish=r.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var e=this._keyPriorReset=this._key,t=e.words,n=e.sigBytes/4;d(c,t,n)}},encryptBlock:function(e,t){var n=u(c,e[t],e[t+1]);e[t]=n.left,e[t+1]=n.right},decryptBlock:function(e,t){var n=h(c,e[t],e[t+1]);e[t]=n.left,e[t+1]=n.right},blockSize:2,keySize:4,ivSize:2});t.Blowfish=r._createHelper(f)}(),e.Blowfish}))},796:function(e,t,n){(function(t,r){e.exports=r(n(763),n(568))})(0,(function(e){e.lib.Cipher||function(t){var n=e,r=n.lib,i=r.Base,o=r.WordArray,s=r.BufferedBlockAlgorithm,a=n.enc,c=(a.Utf8,a.Base64),l=n.algo,u=l.EvpKDF,h=r.Cipher=s.extend({cfg:i.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,n){this.cfg=this.cfg.extend(n),this._xformMode=e,this._key=t,this.reset()},reset:function(){s.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){e&&this._append(e);var t=this._doFinalize();return t},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function e(e){return"string"==typeof e?_:b}return function(t){return{encrypt:function(n,r,i){return e(r).encrypt(t,n,r,i)},decrypt:function(n,r,i){return e(r).decrypt(t,n,r,i)}}}}()}),d=(r.StreamCipher=h.extend({_doFinalize:function(){var e=this._process(!0);return e},blockSize:1}),n.mode={}),f=r.BlockCipherMode=i.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}}),p=d.CBC=function(){var e=f.extend();function n(e,n,r){var i,o=this._iv;o?(i=o,this._iv=t):i=this._prevBlock;for(var s=0;s<r;s++)e[n+s]^=i[s]}return e.Encryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize;n.call(this,e,t,i),r.encryptBlock(e,t),this._prevBlock=e.slice(t,t+i)}}),e.Decryptor=e.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,o=e.slice(t,t+i);r.decryptBlock(e,t),n.call(this,e,t,i),this._prevBlock=o}}),e}(),y=n.pad={},v=y.Pkcs7={pad:function(e,t){for(var n=4*t,r=n-e.sigBytes%n,i=r<<24|r<<16|r<<8|r,s=[],a=0;a<r;a+=4)s.push(i);var c=o.create(s,r);e.concat(c)},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},g=(r.BlockCipher=h.extend({cfg:h.cfg.extend({mode:p,padding:v}),reset:function(){var e;h.reset.call(this);var t=this.cfg,n=t.iv,r=t.mode;this._xformMode==this._ENC_XFORM_MODE?e=r.createEncryptor:(e=r.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==e?this._mode.init(this,n&&n.words):(this._mode=e.call(r,this,n&&n.words),this._mode.__creator=e)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e,t=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(t.pad(this._data,this.blockSize),e=this._process(!0)):(e=this._process(!0),t.unpad(e)),e},blockSize:4}),r.CipherParams=i.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}})),m=n.format={},w=m.OpenSSL={stringify:function(e){var t,n=e.ciphertext,r=e.salt;return t=r?o.create([1398893684,1701076831]).concat(r).concat(n):n,t.toString(c)},parse:function(e){var t,n=c.parse(e),r=n.words;return 1398893684==r[0]&&1701076831==r[1]&&(t=o.create(r.slice(2,4)),r.splice(0,4),n.sigBytes-=16),g.create({ciphertext:n,salt:t})}},b=r.SerializableCipher=i.extend({cfg:i.extend({format:w}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=e.createEncryptor(n,r),o=i.finalize(t),s=i.cfg;return g.create({ciphertext:o,key:n,iv:s.iv,algorithm:e,mode:s.mode,padding:s.padding,blockSize:e.blockSize,formatter:r.format})},decrypt:function(e,t,n,r){r=this.cfg.extend(r),t=this._parse(t,r.format);var i=e.createDecryptor(n,r).finalize(t.ciphertext);return i},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}}),A=n.kdf={},S=A.OpenSSL={execute:function(e,t,n,r,i){if(r||(r=o.random(8)),i)s=u.create({keySize:t+n,hasher:i}).compute(e,r);else var s=u.create({keySize:t+n}).compute(e,r);var a=o.create(s.words.slice(t),4*n);return s.sigBytes=4*t,g.create({key:s,iv:a,salt:r})}},_=r.PasswordBasedCipher=b.extend({cfg:b.cfg.extend({kdf:S}),encrypt:function(e,t,n,r){r=this.cfg.extend(r);var i=r.kdf.execute(n,e.keySize,e.ivSize,r.salt,r.hasher);r.iv=i.iv;var o=b.encrypt.call(this,e,t,i.key,r);return o.mixIn(i),o},decrypt:function(e,t,n,r){r=this.cfg.extend(r),t=this._parse(t,r.format);var i=r.kdf.execute(n,e.keySize,e.ivSize,t.salt,r.hasher);r.iv=i.iv;var o=b.decrypt.call(this,e,t,i.key,r);return o}})}()}))},763:function(e,t,n){(function(t,n){e.exports=n()})(0,(function(){var e=e||function(e,t){var r;if("undefined"!==typeof window&&window.crypto&&(r=window.crypto),"undefined"!==typeof self&&self.crypto&&(r=self.crypto),"undefined"!==typeof globalThis&&globalThis.crypto&&(r=globalThis.crypto),!r&&"undefined"!==typeof window&&window.msCrypto&&(r=window.msCrypto),!r&&"undefined"!==typeof n.g&&n.g.crypto&&(r=n.g.crypto),!r)try{r=n(477)}catch(v){}var i=function(){if(r){if("function"===typeof r.getRandomValues)try{return r.getRandomValues(new Uint32Array(1))[0]}catch(v){}if("function"===typeof r.randomBytes)try{return r.randomBytes(4).readInt32LE()}catch(v){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),s={},a=s.lib={},c=a.Base=function(){return{extend:function(e){var t=o(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),l=a.WordArray=c.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||h).stringify(this)},concat:function(e){var t=this.words,n=e.words,r=this.sigBytes,i=e.sigBytes;if(this.clamp(),r%4)for(var o=0;o<i;o++){var s=n[o>>>2]>>>24-o%4*8&255;t[r+o>>>2]|=s<<24-(r+o)%4*8}else for(var a=0;a<i;a+=4)t[r+a>>>2]=n[a>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=c.clone.call(this);return e.words=this.words.slice(0),e},random:function(e){for(var t=[],n=0;n<e;n+=4)t.push(i());return new l.init(t,e)}}),u=s.enc={},h=u.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var o=t[i>>>2]>>>24-i%4*8&255;r.push((o>>>4).toString(16)),r.push((15&o).toString(16))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r+=2)n[r>>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new l.init(n,t/2)}},d=u.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var o=t[i>>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(o))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>2]|=(255&e.charCodeAt(r))<<24-r%4*8;return new l.init(n,t)}},f=u.Utf8={stringify:function(e){try{return decodeURIComponent(escape(d.stringify(e)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(e){return d.parse(unescape(encodeURIComponent(e)))}},p=a.BufferedBlockAlgorithm=c.extend({reset:function(){this._data=new l.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=f.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n,r=this._data,i=r.words,o=r.sigBytes,s=this.blockSize,a=4*s,c=o/a;c=t?e.ceil(c):e.max((0|c)-this._minBufferSize,0);var u=c*s,h=e.min(4*u,o);if(u){for(var d=0;d<u;d+=s)this._doProcessBlock(i,d);n=i.splice(0,u),r.sigBytes-=h}return new l.init(n,h)},clone:function(){var e=c.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0}),y=(a.Hasher=p.extend({cfg:c.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){e&&this._append(e);var t=this._doFinalize();return t},blockSize:16,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new y.HMAC.init(e,n).finalize(t)}}}),s.algo={});return s}(Math);return e}))},360:function(e,t,n){(function(t,r){e.exports=r(n(763))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=t.enc;i.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,r=this._map;e.clamp();for(var i=[],o=0;o<n;o+=3)for(var s=t[o>>>2]>>>24-o%4*8&255,a=t[o+1>>>2]>>>24-(o+1)%4*8&255,c=t[o+2>>>2]>>>24-(o+2)%4*8&255,l=s<<16|a<<8|c,u=0;u<4&&o+.75*u<n;u++)i.push(r.charAt(l>>>6*(3-u)&63));var h=r.charAt(64);if(h)while(i.length%4)i.push(h);return i.join("")},parse:function(e){var t=e.length,n=this._map,r=this._reverseMap;if(!r){r=this._reverseMap=[];for(var i=0;i<n.length;i++)r[n.charCodeAt(i)]=i}var s=n.charAt(64);if(s){var a=e.indexOf(s);-1!==a&&(t=a)}return o(e,t,r)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function o(e,t,n){for(var i=[],o=0,s=0;s<t;s++)if(s%4){var a=n[e.charCodeAt(s-1)]<<s%4*2,c=n[e.charCodeAt(s)]>>>6-s%4*2,l=a|c;i[o>>>2]|=l<<24-o%4*8,o++}return r.create(i,o)}}(),e.enc.Base64}))},811:function(e,t,n){(function(t,r){e.exports=r(n(763))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=t.enc;i.Base64url={stringify:function(e,t){void 0===t&&(t=!0);var n=e.words,r=e.sigBytes,i=t?this._safe_map:this._map;e.clamp();for(var o=[],s=0;s<r;s+=3)for(var a=n[s>>>2]>>>24-s%4*8&255,c=n[s+1>>>2]>>>24-(s+1)%4*8&255,l=n[s+2>>>2]>>>24-(s+2)%4*8&255,u=a<<16|c<<8|l,h=0;h<4&&s+.75*h<r;h++)o.push(i.charAt(u>>>6*(3-h)&63));var d=i.charAt(64);if(d)while(o.length%4)o.push(d);return o.join("")},parse:function(e,t){void 0===t&&(t=!0);var n=e.length,r=t?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var s=0;s<r.length;s++)i[r.charCodeAt(s)]=s}var a=r.charAt(64);if(a){var c=e.indexOf(a);-1!==c&&(n=c)}return o(e,n,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function o(e,t,n){for(var i=[],o=0,s=0;s<t;s++)if(s%4){var a=n[e.charCodeAt(s-1)]<<s%4*2,c=n[e.charCodeAt(s)]>>>6-s%4*2,l=a|c;i[o>>>2]|=l<<24-o%4*8,o++}return r.create(i,o)}}(),e.enc.Base64url}))},573:function(e,t,n){(function(t,r){e.exports=r(n(763))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=t.enc;i.Utf16=i.Utf16BE={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i+=2){var o=t[i>>>2]>>>16-i%4*8&65535;r.push(String.fromCharCode(o))}return r.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=e.charCodeAt(i)<<16-i%2*16;return r.create(n,2*t)}};function o(e){return e<<8&4278255360|e>>>8&16711935}i.Utf16LE={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i+=2){var s=o(t[i>>>2]>>>16-i%4*8&65535);r.push(String.fromCharCode(s))}return r.join("")},parse:function(e){for(var t=e.length,n=[],i=0;i<t;i++)n[i>>>1]|=o(e.charCodeAt(i)<<16-i%2*16);return r.create(n,2*t)}}}(),e.enc.Utf16}))},568:function(e,t,n){(function(t,r){e.exports=r(n(763),n(5),n(767))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.Base,i=n.WordArray,o=t.algo,s=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:s,iterations:1}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){var n,r=this.cfg,o=r.hasher.create(),s=i.create(),a=s.words,c=r.keySize,l=r.iterations;while(a.length<c){n&&o.update(n),n=o.update(e).finalize(t),o.reset();for(var u=1;u<l;u++)n=o.finalize(n),o.reset();s.concat(n)}return s.sigBytes=4*c,s}});t.EvpKDF=function(e,t,n){return a.create(n).compute(e,t)}}(),e.EvpKDF}))},775:function(e,t,n){(function(t,r){e.exports=r(n(763),n(796))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.CipherParams,i=t.enc,o=i.Hex,s=t.format;s.Hex={stringify:function(e){return e.ciphertext.toString(o)},parse:function(e){var t=o.parse(e);return r.create({ciphertext:t})}}}(),e.format.Hex}))},767:function(e,t,n){(function(t,r){e.exports=r(n(763))})(0,(function(e){(function(){var t=e,n=t.lib,r=n.Base,i=t.enc,o=i.Utf8,s=t.algo;s.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=o.parse(t));var n=e.blockSize,r=4*n;t.sigBytes>r&&(t=e.finalize(t)),t.clamp();for(var i=this._oKey=t.clone(),s=this._iKey=t.clone(),a=i.words,c=s.words,l=0;l<n;l++)a[l]^=1549556828,c[l]^=909522486;i.sigBytes=s.sigBytes=r,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,n=t.finalize(e);t.reset();var r=t.finalize(this._oKey.clone().concat(n));return r}})})()}))},190:function(e,t,n){(function(t,r){e.exports=r(n(763),n(482),n(633),n(573),n(360),n(811),n(490),n(5),n(535),n(314),n(310),n(511),n(515),n(478),n(767),n(973),n(568),n(796),n(395),n(545),n(730),n(903),n(604),n(771),n(163),n(708),n(253),n(770),n(775),n(565),n(634),n(199),n(728),n(802),n(966))})(0,(function(e){return e}))},633:function(e,t,n){(function(t,r){e.exports=r(n(763))})(0,(function(e){return function(){if("function"==typeof ArrayBuffer){var t=e,n=t.lib,r=n.WordArray,i=r.init,o=r.init=function(e){if(e instanceof ArrayBuffer&&(e=new Uint8Array(e)),(e instanceof Int8Array||"undefined"!==typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)&&(e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength)),e instanceof Uint8Array){for(var t=e.byteLength,n=[],r=0;r<t;r++)n[r>>>2]|=e[r]<<24-r%4*8;i.call(this,n,t)}else i.apply(this,arguments)};o.prototype=r}}(),e.lib.WordArray}))},490:function(e,t,n){(function(t,r){e.exports=r(n(763))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,s=n.algo,a=[];(function(){for(var e=0;e<64;e++)a[e]=4294967296*t.abs(t.sin(e+1))|0})();var c=s.MD5=o.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o=this._hash.words,s=e[t+0],c=e[t+1],f=e[t+2],p=e[t+3],y=e[t+4],v=e[t+5],g=e[t+6],m=e[t+7],w=e[t+8],b=e[t+9],A=e[t+10],S=e[t+11],_=e[t+12],C=e[t+13],E=e[t+14],x=e[t+15],R=o[0],k=o[1],B=o[2],O=o[3];R=l(R,k,B,O,s,7,a[0]),O=l(O,R,k,B,c,12,a[1]),B=l(B,O,R,k,f,17,a[2]),k=l(k,B,O,R,p,22,a[3]),R=l(R,k,B,O,y,7,a[4]),O=l(O,R,k,B,v,12,a[5]),B=l(B,O,R,k,g,17,a[6]),k=l(k,B,O,R,m,22,a[7]),R=l(R,k,B,O,w,7,a[8]),O=l(O,R,k,B,b,12,a[9]),B=l(B,O,R,k,A,17,a[10]),k=l(k,B,O,R,S,22,a[11]),R=l(R,k,B,O,_,7,a[12]),O=l(O,R,k,B,C,12,a[13]),B=l(B,O,R,k,E,17,a[14]),k=l(k,B,O,R,x,22,a[15]),R=u(R,k,B,O,c,5,a[16]),O=u(O,R,k,B,g,9,a[17]),B=u(B,O,R,k,S,14,a[18]),k=u(k,B,O,R,s,20,a[19]),R=u(R,k,B,O,v,5,a[20]),O=u(O,R,k,B,A,9,a[21]),B=u(B,O,R,k,x,14,a[22]),k=u(k,B,O,R,y,20,a[23]),R=u(R,k,B,O,b,5,a[24]),O=u(O,R,k,B,E,9,a[25]),B=u(B,O,R,k,p,14,a[26]),k=u(k,B,O,R,w,20,a[27]),R=u(R,k,B,O,C,5,a[28]),O=u(O,R,k,B,f,9,a[29]),B=u(B,O,R,k,m,14,a[30]),k=u(k,B,O,R,_,20,a[31]),R=h(R,k,B,O,v,4,a[32]),O=h(O,R,k,B,w,11,a[33]),B=h(B,O,R,k,S,16,a[34]),k=h(k,B,O,R,E,23,a[35]),R=h(R,k,B,O,c,4,a[36]),O=h(O,R,k,B,y,11,a[37]),B=h(B,O,R,k,m,16,a[38]),k=h(k,B,O,R,A,23,a[39]),R=h(R,k,B,O,C,4,a[40]),O=h(O,R,k,B,s,11,a[41]),B=h(B,O,R,k,p,16,a[42]),k=h(k,B,O,R,g,23,a[43]),R=h(R,k,B,O,b,4,a[44]),O=h(O,R,k,B,_,11,a[45]),B=h(B,O,R,k,x,16,a[46]),k=h(k,B,O,R,f,23,a[47]),R=d(R,k,B,O,s,6,a[48]),O=d(O,R,k,B,m,10,a[49]),B=d(B,O,R,k,E,15,a[50]),k=d(k,B,O,R,v,21,a[51]),R=d(R,k,B,O,_,6,a[52]),O=d(O,R,k,B,p,10,a[53]),B=d(B,O,R,k,A,15,a[54]),k=d(k,B,O,R,c,21,a[55]),R=d(R,k,B,O,w,6,a[56]),O=d(O,R,k,B,x,10,a[57]),B=d(B,O,R,k,g,15,a[58]),k=d(k,B,O,R,C,21,a[59]),R=d(R,k,B,O,y,6,a[60]),O=d(O,R,k,B,S,10,a[61]),B=d(B,O,R,k,f,15,a[62]),k=d(k,B,O,R,b,21,a[63]),o[0]=o[0]+R|0,o[1]=o[1]+k|0,o[2]=o[2]+B|0,o[3]=o[3]+O|0},_doFinalize:function(){var e=this._data,n=e.words,r=8*this._nDataBytes,i=8*e.sigBytes;n[i>>>5]|=128<<24-i%32;var o=t.floor(r/4294967296),s=r;n[15+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),n[14+(i+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),e.sigBytes=4*(n.length+1),this._process();for(var a=this._hash,c=a.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return a},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,n,r,i,o,s){var a=e+(t&n|~t&r)+i+s;return(a<<o|a>>>32-o)+t}function u(e,t,n,r,i,o,s){var a=e+(t&r|n&~r)+i+s;return(a<<o|a>>>32-o)+t}function h(e,t,n,r,i,o,s){var a=e+(t^n^r)+i+s;return(a<<o|a>>>32-o)+t}function d(e,t,n,r,i,o,s){var a=e+(n^(t|~r))+i+s;return(a<<o|a>>>32-o)+t}n.MD5=o._createHelper(c),n.HmacMD5=o._createHmacHelper(c)}(Math),e.MD5}))},395:function(e,t,n){(function(t,r){e.exports=r(n(763),n(796))})(0,(function(e){return e.mode.CFB=function(){var t=e.lib.BlockCipherMode.extend();function n(e,t,n,r){var i,o=this._iv;o?(i=o.slice(0),this._iv=void 0):i=this._prevBlock,r.encryptBlock(i,0);for(var s=0;s<n;s++)e[t+s]^=i[s]}return t.Encryptor=t.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize;n.call(this,e,t,i,r),this._prevBlock=e.slice(t,t+i)}}),t.Decryptor=t.extend({processBlock:function(e,t){var r=this._cipher,i=r.blockSize,o=e.slice(t,t+i);n.call(this,e,t,i,r),this._prevBlock=o}}),t}(),e.mode.CFB}))},730:function(e,t,n){(function(t,r){e.exports=r(n(763),n(796))})(0,(function(e){
2
+ /** @preserve
3
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
4
+ * derived from CryptoJS.mode.CTR
5
+ * Jan Hruby jhruby.web@gmail.com
6
+ */
7
+ return e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function n(e){if(255===(e>>24&255)){var t=e>>16&255,n=e>>8&255,r=255&e;255===t?(t=0,255===n?(n=0,255===r?r=0:++r):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=r}else e+=1<<24;return e}function r(e){return 0===(e[0]=n(e[0]))&&(e[1]=n(e[1])),e}var i=t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,i=n.blockSize,o=this._iv,s=this._counter;o&&(s=this._counter=o.slice(0),this._iv=void 0),r(s);var a=s.slice(0);n.encryptBlock(a,0);for(var c=0;c<i;c++)e[t+c]^=a[c]}});return t.Decryptor=i,t}(),e.mode.CTRGladman}))},545:function(e,t,n){(function(t,r){e.exports=r(n(763),n(796))})(0,(function(e){return e.mode.CTR=function(){var t=e.lib.BlockCipherMode.extend(),n=t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,r=n.blockSize,i=this._iv,o=this._counter;i&&(o=this._counter=i.slice(0),this._iv=void 0);var s=o.slice(0);n.encryptBlock(s,0),o[r-1]=o[r-1]+1|0;for(var a=0;a<r;a++)e[t+a]^=s[a]}});return t.Decryptor=n,t}(),e.mode.CTR}))},604:function(e,t,n){(function(t,r){e.exports=r(n(763),n(796))})(0,(function(e){return e.mode.ECB=function(){var t=e.lib.BlockCipherMode.extend();return t.Encryptor=t.extend({processBlock:function(e,t){this._cipher.encryptBlock(e,t)}}),t.Decryptor=t.extend({processBlock:function(e,t){this._cipher.decryptBlock(e,t)}}),t}(),e.mode.ECB}))},903:function(e,t,n){(function(t,r){e.exports=r(n(763),n(796))})(0,(function(e){return e.mode.OFB=function(){var t=e.lib.BlockCipherMode.extend(),n=t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,r=n.blockSize,i=this._iv,o=this._keystream;i&&(o=this._keystream=i.slice(0),this._iv=void 0),n.encryptBlock(o,0);for(var s=0;s<r;s++)e[t+s]^=o[s]}});return t.Decryptor=n,t}(),e.mode.OFB}))},771:function(e,t,n){(function(t,r){e.exports=r(n(763),n(796))})(0,(function(e){return e.pad.AnsiX923={pad:function(e,t){var n=e.sigBytes,r=4*t,i=r-n%r,o=n+i-1;e.clamp(),e.words[o>>>2]|=i<<24-o%4*8,e.sigBytes+=i},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923}))},163:function(e,t,n){(function(t,r){e.exports=r(n(763),n(796))})(0,(function(e){return e.pad.Iso10126={pad:function(t,n){var r=4*n,i=r-t.sigBytes%r;t.concat(e.lib.WordArray.random(i-1)).concat(e.lib.WordArray.create([i<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126}))},708:function(e,t,n){(function(t,r){e.exports=r(n(763),n(796))})(0,(function(e){return e.pad.Iso97971={pad:function(t,n){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,n)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971}))},770:function(e,t,n){(function(t,r){e.exports=r(n(763),n(796))})(0,(function(e){return e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding}))},253:function(e,t,n){(function(t,r){e.exports=r(n(763),n(796))})(0,(function(e){return e.pad.ZeroPadding={pad:function(e,t){var n=4*t;e.clamp(),e.sigBytes+=n-(e.sigBytes%n||n)},unpad:function(e){var t=e.words,n=e.sigBytes-1;for(n=e.sigBytes-1;n>=0;n--)if(t[n>>>2]>>>24-n%4*8&255){e.sigBytes=n+1;break}}},e.pad.ZeroPadding}))},973:function(e,t,n){(function(t,r){e.exports=r(n(763),n(535),n(767))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.Base,i=n.WordArray,o=t.algo,s=o.SHA256,a=o.HMAC,c=o.PBKDF2=r.extend({cfg:r.extend({keySize:4,hasher:s,iterations:25e4}),init:function(e){this.cfg=this.cfg.extend(e)},compute:function(e,t){var n=this.cfg,r=a.create(n.hasher,e),o=i.create(),s=i.create([1]),c=o.words,l=s.words,u=n.keySize,h=n.iterations;while(c.length<u){var d=r.update(t).finalize(s);r.reset();for(var f=d.words,p=f.length,y=d,v=1;v<h;v++){y=r.finalize(y),r.reset();for(var g=y.words,m=0;m<p;m++)f[m]^=g[m]}o.concat(d),l[0]++}return o.sigBytes=4*u,o}});t.PBKDF2=function(e,t,n){return c.create(n).compute(e,t)}}(),e.PBKDF2}))},802:function(e,t,n){(function(t,r){e.exports=r(n(763),n(360),n(490),n(568),n(796))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.StreamCipher,i=t.algo,o=[],s=[],a=[],c=i.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,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],r=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 i=0;i<4;i++)l.call(this);for(i=0;i<8;i++)r[i]^=n[i+4&7];if(t){var o=t.words,s=o[0],a=o[1],c=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),u=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),h=c>>>16|4294901760&u,d=u<<16|65535&c;r[0]^=c,r[1]^=h,r[2]^=u,r[3]^=d,r[4]^=c,r[5]^=h,r[6]^=u,r[7]^=d;for(i=0;i<4;i++)l.call(this)}},_doProcessBlock:function(e,t){var n=this._X;l.call(this),o[0]=n[0]^n[5]>>>16^n[3]<<16,o[1]=n[2]^n[7]>>>16^n[5]<<16,o[2]=n[4]^n[1]>>>16^n[7]<<16,o[3]=n[6]^n[3]>>>16^n[1]<<16;for(var r=0;r<4;r++)o[r]=16711935&(o[r]<<8|o[r]>>>24)|4278255360&(o[r]<<24|o[r]>>>8),e[t+r]^=o[r]},blockSize:4,ivSize:2});function l(){for(var e=this._X,t=this._C,n=0;n<8;n++)s[n]=t[n];t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<s[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<s[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<s[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<s[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<s[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<s[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<s[6]>>>0?1:0)|0,this._b=t[7]>>>0<s[7]>>>0?1:0;for(n=0;n<8;n++){var r=e[n]+t[n],i=65535&r,o=r>>>16,c=((i*i>>>17)+i*o>>>15)+o*o,l=((4294901760&r)*r|0)+((65535&r)*r|0);a[n]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.RabbitLegacy=r._createHelper(c)}(),e.RabbitLegacy}))},728:function(e,t,n){(function(t,r){e.exports=r(n(763),n(360),n(490),n(568),n(796))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.StreamCipher,i=t.algo,o=[],s=[],a=[],c=i.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,n=0;n<4;n++)e[n]=16711935&(e[n]<<8|e[n]>>>24)|4278255360&(e[n]<<24|e[n]>>>8);var 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],i=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(n=0;n<4;n++)l.call(this);for(n=0;n<8;n++)i[n]^=r[n+4&7];if(t){var o=t.words,s=o[0],a=o[1],c=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),u=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),h=c>>>16|4294901760&u,d=u<<16|65535&c;i[0]^=c,i[1]^=h,i[2]^=u,i[3]^=d,i[4]^=c,i[5]^=h,i[6]^=u,i[7]^=d;for(n=0;n<4;n++)l.call(this)}},_doProcessBlock:function(e,t){var n=this._X;l.call(this),o[0]=n[0]^n[5]>>>16^n[3]<<16,o[1]=n[2]^n[7]>>>16^n[5]<<16,o[2]=n[4]^n[1]>>>16^n[7]<<16,o[3]=n[6]^n[3]>>>16^n[1]<<16;for(var r=0;r<4;r++)o[r]=16711935&(o[r]<<8|o[r]>>>24)|4278255360&(o[r]<<24|o[r]>>>8),e[t+r]^=o[r]},blockSize:4,ivSize:2});function l(){for(var e=this._X,t=this._C,n=0;n<8;n++)s[n]=t[n];t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0<s[0]>>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0<s[1]>>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0<s[2]>>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0<s[3]>>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0<s[4]>>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0<s[5]>>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0<s[6]>>>0?1:0)|0,this._b=t[7]>>>0<s[7]>>>0?1:0;for(n=0;n<8;n++){var r=e[n]+t[n],i=65535&r,o=r>>>16,c=((i*i>>>17)+i*o>>>15)+o*o,l=((4294901760&r)*r|0)+((65535&r)*r|0);a[n]=c^l}e[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,e[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,e[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,e[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,e[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,e[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,e[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,e[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}t.Rabbit=r._createHelper(c)}(),e.Rabbit}))},199:function(e,t,n){(function(t,r){e.exports=r(n(763),n(360),n(490),n(568),n(796))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.StreamCipher,i=t.algo,o=i.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,n=e.sigBytes,r=this._S=[],i=0;i<256;i++)r[i]=i;i=0;for(var o=0;i<256;i++){var s=i%n,a=t[s>>>2]>>>24-s%4*8&255;o=(o+r[i]+a)%256;var c=r[i];r[i]=r[o],r[o]=c}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=s.call(this)},keySize:8,ivSize:0});function s(){for(var e=this._S,t=this._i,n=this._j,r=0,i=0;i<4;i++){t=(t+1)%256,n=(n+e[t])%256;var o=e[t];e[t]=e[n],e[n]=o,r|=e[(e[t]+e[n])%256]<<24-8*i}return this._i=t,this._j=n,r}t.RC4=r._createHelper(o);var a=i.RC4Drop=o.extend({cfg:o.cfg.extend({drop:192}),_doReset:function(){o._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)s.call(this)}});t.RC4Drop=r._createHelper(a)}(),e.RC4}))},478:function(e,t,n){(function(t,r){e.exports=r(n(763))})(0,(function(e){
8
+ /** @preserve
9
+ (c) 2012 by Cédric Mesnil. All rights reserved.
10
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
11
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
12
+ - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
13
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14
+ */
15
+ return function(){var t=e,n=t.lib,r=n.WordArray,i=n.Hasher,o=t.algo,s=r.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),a=r.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=r.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=r.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=r.create([0,1518500249,1859775393,2400959708,2840853838]),h=r.create([1352829926,1548603684,1836072691,2053994217,0]),d=o.RIPEMD160=i.extend({_doReset:function(){this._hash=r.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o,d,w,b,A,S,_,C,E,x,R,k=this._hash.words,B=u.words,O=h.words,D=s.words,T=a.words,z=c.words,I=l.words;S=o=k[0],_=d=k[1],C=w=k[2],E=b=k[3],x=A=k[4];for(n=0;n<80;n+=1)R=o+e[t+D[n]]|0,R+=n<16?f(d,w,b)+B[0]:n<32?p(d,w,b)+B[1]:n<48?y(d,w,b)+B[2]:n<64?v(d,w,b)+B[3]:g(d,w,b)+B[4],R|=0,R=m(R,z[n]),R=R+A|0,o=A,A=b,b=m(w,10),w=d,d=R,R=S+e[t+T[n]]|0,R+=n<16?g(_,C,E)+O[0]:n<32?v(_,C,E)+O[1]:n<48?y(_,C,E)+O[2]:n<64?p(_,C,E)+O[3]:f(_,C,E)+O[4],R|=0,R=m(R,I[n]),R=R+x|0,S=x,x=E,E=m(C,10),C=_,_=R;R=k[1]+w+E|0,k[1]=k[2]+b+x|0,k[2]=k[3]+A+S|0,k[3]=k[4]+o+_|0,k[4]=k[0]+d+C|0,k[0]=R},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;t[r>>>5]|=128<<24-r%32,t[14+(r+64>>>9<<4)]=16711935&(n<<8|n>>>24)|4278255360&(n<<24|n>>>8),e.sigBytes=4*(t.length+1),this._process();for(var i=this._hash,o=i.words,s=0;s<5;s++){var a=o[s];o[s]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8)}return i},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});function f(e,t,n){return e^t^n}function p(e,t,n){return e&t|~e&n}function y(e,t,n){return(e|~t)^n}function v(e,t,n){return e&n|t&~n}function g(e,t,n){return e^(t|~n)}function m(e,t){return e<<t|e>>>32-t}t.RIPEMD160=i._createHelper(d),t.HmacRIPEMD160=i._createHmacHelper(d)}(Math),e.RIPEMD160}))},5:function(e,t,n){(function(t,r){e.exports=r(n(763))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=n.Hasher,o=t.algo,s=[],a=o.SHA1=i.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],a=n[3],c=n[4],l=0;l<80;l++){if(l<16)s[l]=0|e[t+l];else{var u=s[l-3]^s[l-8]^s[l-14]^s[l-16];s[l]=u<<1|u>>>31}var h=(r<<5|r>>>27)+c+s[l];h+=l<20?1518500249+(i&o|~i&a):l<40?1859775393+(i^o^a):l<60?(i&o|i&a|o&a)-1894007588:(i^o^a)-899497514,c=a,a=o,o=i<<30|i>>>2,i=r,r=h}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+a|0,n[4]=n[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;return t[r>>>5]|=128<<24-r%32,t[14+(r+64>>>9<<4)]=Math.floor(n/4294967296),t[15+(r+64>>>9<<4)]=n,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=i.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA1=i._createHelper(a),t.HmacSHA1=i._createHmacHelper(a)}(),e.SHA1}))},314:function(e,t,n){(function(t,r){e.exports=r(n(763),n(535))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=t.algo,o=i.SHA256,s=i.SHA224=o.extend({_doReset:function(){this._hash=new r.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var e=o._doFinalize.call(this);return e.sigBytes-=4,e}});t.SHA224=o._createHelper(s),t.HmacSHA224=o._createHmacHelper(s)}(),e.SHA224}))},535:function(e,t,n){(function(t,r){e.exports=r(n(763))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,s=n.algo,a=[],c=[];(function(){function e(e){for(var n=t.sqrt(e),r=2;r<=n;r++)if(!(e%r))return!1;return!0}function n(e){return 4294967296*(e-(0|e))|0}var r=2,i=0;while(i<64)e(r)&&(i<8&&(a[i]=n(t.pow(r,.5))),c[i]=n(t.pow(r,1/3)),i++),r++})();var l=[],u=s.SHA256=o.extend({_doReset:function(){this._hash=new i.init(a.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],s=n[3],a=n[4],u=n[5],h=n[6],d=n[7],f=0;f<64;f++){if(f<16)l[f]=0|e[t+f];else{var p=l[f-15],y=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,v=l[f-2],g=(v<<15|v>>>17)^(v<<13|v>>>19)^v>>>10;l[f]=y+l[f-7]+g+l[f-16]}var m=a&u^~a&h,w=r&i^r&o^i&o,b=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),A=(a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25),S=d+A+m+c[f]+l[f],_=b+w;d=h,h=u,u=a,a=s+S|0,s=o,o=i,i=r,r=S+_|0}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+s|0,n[4]=n[4]+a|0,n[5]=n[5]+u|0,n[6]=n[6]+h|0,n[7]=n[7]+d|0},_doFinalize:function(){var e=this._data,n=e.words,r=8*this._nDataBytes,i=8*e.sigBytes;return n[i>>>5]|=128<<24-i%32,n[14+(i+64>>>9<<4)]=t.floor(r/4294967296),n[15+(i+64>>>9<<4)]=r,e.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});n.SHA256=o._createHelper(u),n.HmacSHA256=o._createHmacHelper(u)}(Math),e.SHA256}))},515:function(e,t,n){(function(t,r){e.exports=r(n(763),n(482))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.WordArray,o=r.Hasher,s=n.x64,a=s.Word,c=n.algo,l=[],u=[],h=[];(function(){for(var e=1,t=0,n=0;n<24;n++){l[e+5*t]=(n+1)*(n+2)/2%64;var r=t%5,i=(2*e+3*t)%5;e=r,t=i}for(e=0;e<5;e++)for(t=0;t<5;t++)u[e+5*t]=t+(2*e+3*t)%5*5;for(var o=1,s=0;s<24;s++){for(var c=0,d=0,f=0;f<7;f++){if(1&o){var p=(1<<f)-1;p<32?d^=1<<p:c^=1<<p-32}128&o?o=o<<1^113:o<<=1}h[s]=a.create(c,d)}})();var d=[];(function(){for(var e=0;e<25;e++)d[e]=a.create()})();var f=c.SHA3=o.extend({cfg:o.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],t=0;t<25;t++)e[t]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,t){for(var n=this._state,r=this.blockSize/2,i=0;i<r;i++){var o=e[t+2*i],s=e[t+2*i+1];o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8);var a=n[i];a.high^=s,a.low^=o}for(var c=0;c<24;c++){for(var f=0;f<5;f++){for(var p=0,y=0,v=0;v<5;v++){a=n[f+5*v];p^=a.high,y^=a.low}var g=d[f];g.high=p,g.low=y}for(f=0;f<5;f++){var m=d[(f+4)%5],w=d[(f+1)%5],b=w.high,A=w.low;for(p=m.high^(b<<1|A>>>31),y=m.low^(A<<1|b>>>31),v=0;v<5;v++){a=n[f+5*v];a.high^=p,a.low^=y}}for(var S=1;S<25;S++){a=n[S];var _=a.high,C=a.low,E=l[S];E<32?(p=_<<E|C>>>32-E,y=C<<E|_>>>32-E):(p=C<<E-32|_>>>64-E,y=_<<E-32|C>>>64-E);var x=d[u[S]];x.high=p,x.low=y}var R=d[0],k=n[0];R.high=k.high,R.low=k.low;for(f=0;f<5;f++)for(v=0;v<5;v++){S=f+5*v,a=n[S];var B=d[S],O=d[(f+1)%5+5*v],D=d[(f+2)%5+5*v];a.high=B.high^~O.high&D.high,a.low=B.low^~O.low&D.low}a=n[0];var T=h[c];a.high^=T.high,a.low^=T.low}},_doFinalize:function(){var e=this._data,n=e.words,r=(this._nDataBytes,8*e.sigBytes),o=32*this.blockSize;n[r>>>5]|=1<<24-r%32,n[(t.ceil((r+1)/o)*o>>>5)-1]|=128,e.sigBytes=4*n.length,this._process();for(var s=this._state,a=this.cfg.outputLength/8,c=a/8,l=[],u=0;u<c;u++){var h=s[u],d=h.high,f=h.low;d=16711935&(d<<8|d>>>24)|4278255360&(d<<24|d>>>8),f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),l.push(f),l.push(d)}return new i.init(l,a)},clone:function(){for(var e=o.clone.call(this),t=e._state=this._state.slice(0),n=0;n<25;n++)t[n]=t[n].clone();return e}});n.SHA3=o._createHelper(f),n.HmacSHA3=o._createHmacHelper(f)}(Math),e.SHA3}))},511:function(e,t,n){(function(t,r){e.exports=r(n(763),n(482),n(310))})(0,(function(e){return function(){var t=e,n=t.x64,r=n.Word,i=n.WordArray,o=t.algo,s=o.SHA512,a=o.SHA384=s.extend({_doReset:function(){this._hash=new i.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var e=s._doFinalize.call(this);return e.sigBytes-=16,e}});t.SHA384=s._createHelper(a),t.HmacSHA384=s._createHmacHelper(a)}(),e.SHA384}))},310:function(e,t,n){(function(t,r){e.exports=r(n(763),n(482))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.Hasher,i=t.x64,o=i.Word,s=i.WordArray,a=t.algo;function c(){return o.create.apply(o,arguments)}var l=[c(1116352408,3609767458),c(1899447441,602891725),c(3049323471,3964484399),c(3921009573,2173295548),c(961987163,4081628472),c(1508970993,3053834265),c(2453635748,2937671579),c(2870763221,3664609560),c(3624381080,2734883394),c(310598401,1164996542),c(607225278,1323610764),c(1426881987,3590304994),c(1925078388,4068182383),c(2162078206,991336113),c(2614888103,633803317),c(3248222580,3479774868),c(3835390401,2666613458),c(4022224774,944711139),c(264347078,2341262773),c(604807628,2007800933),c(770255983,1495990901),c(1249150122,1856431235),c(1555081692,3175218132),c(1996064986,2198950837),c(2554220882,3999719339),c(2821834349,766784016),c(2952996808,2566594879),c(3210313671,3203337956),c(3336571891,1034457026),c(3584528711,2466948901),c(113926993,3758326383),c(338241895,168717936),c(666307205,1188179964),c(773529912,1546045734),c(1294757372,1522805485),c(1396182291,2643833823),c(1695183700,2343527390),c(1986661051,1014477480),c(2177026350,1206759142),c(2456956037,344077627),c(2730485921,1290863460),c(2820302411,3158454273),c(3259730800,3505952657),c(3345764771,106217008),c(3516065817,3606008344),c(3600352804,1432725776),c(4094571909,1467031594),c(275423344,851169720),c(430227734,3100823752),c(506948616,1363258195),c(659060556,3750685593),c(883997877,3785050280),c(958139571,3318307427),c(1322822218,3812723403),c(1537002063,2003034995),c(1747873779,3602036899),c(1955562222,1575990012),c(2024104815,1125592928),c(2227730452,2716904306),c(2361852424,442776044),c(2428436474,593698344),c(2756734187,3733110249),c(3204031479,2999351573),c(3329325298,3815920427),c(3391569614,3928383900),c(3515267271,566280711),c(3940187606,3454069534),c(4118630271,4000239992),c(116418474,1914138554),c(174292421,2731055270),c(289380356,3203993006),c(460393269,320620315),c(685471733,587496836),c(852142971,1086792851),c(1017036298,365543100),c(1126000580,2618297676),c(1288033470,3409855158),c(1501505948,4234509866),c(1607167915,987167468),c(1816402316,1246189591)],u=[];(function(){for(var e=0;e<80;e++)u[e]=c()})();var h=a.SHA512=r.extend({_doReset:function(){this._hash=new s.init([new o.init(1779033703,4089235720),new o.init(3144134277,2227873595),new o.init(1013904242,4271175723),new o.init(2773480762,1595750129),new o.init(1359893119,2917565137),new o.init(2600822924,725511199),new o.init(528734635,4215389547),new o.init(1541459225,327033209)])},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],s=n[3],a=n[4],c=n[5],h=n[6],d=n[7],f=r.high,p=r.low,y=i.high,v=i.low,g=o.high,m=o.low,w=s.high,b=s.low,A=a.high,S=a.low,_=c.high,C=c.low,E=h.high,x=h.low,R=d.high,k=d.low,B=f,O=p,D=y,T=v,z=g,I=m,N=w,j=b,U=A,P=S,M=_,F=C,L=E,H=x,J=R,V=k,W=0;W<80;W++){var G,Y,Z=u[W];if(W<16)Y=Z.high=0|e[t+2*W],G=Z.low=0|e[t+2*W+1];else{var X=u[W-15],q=X.high,K=X.low,Q=(q>>>1|K<<31)^(q>>>8|K<<24)^q>>>7,$=(K>>>1|q<<31)^(K>>>8|q<<24)^(K>>>7|q<<25),ee=u[W-2],te=ee.high,ne=ee.low,re=(te>>>19|ne<<13)^(te<<3|ne>>>29)^te>>>6,ie=(ne>>>19|te<<13)^(ne<<3|te>>>29)^(ne>>>6|te<<26),oe=u[W-7],se=oe.high,ae=oe.low,ce=u[W-16],le=ce.high,ue=ce.low;G=$+ae,Y=Q+se+(G>>>0<$>>>0?1:0),G+=ie,Y=Y+re+(G>>>0<ie>>>0?1:0),G+=ue,Y=Y+le+(G>>>0<ue>>>0?1:0),Z.high=Y,Z.low=G}var he=U&M^~U&L,de=P&F^~P&H,fe=B&D^B&z^D&z,pe=O&T^O&I^T&I,ye=(B>>>28|O<<4)^(B<<30|O>>>2)^(B<<25|O>>>7),ve=(O>>>28|B<<4)^(O<<30|B>>>2)^(O<<25|B>>>7),ge=(U>>>14|P<<18)^(U>>>18|P<<14)^(U<<23|P>>>9),me=(P>>>14|U<<18)^(P>>>18|U<<14)^(P<<23|U>>>9),we=l[W],be=we.high,Ae=we.low,Se=V+me,_e=J+ge+(Se>>>0<V>>>0?1:0),Ce=(Se=Se+de,_e=_e+he+(Se>>>0<de>>>0?1:0),Se=Se+Ae,_e=_e+be+(Se>>>0<Ae>>>0?1:0),Se=Se+G,_e=_e+Y+(Se>>>0<G>>>0?1:0),ve+pe),Ee=ye+fe+(Ce>>>0<ve>>>0?1:0);J=L,V=H,L=M,H=F,M=U,F=P,P=j+Se|0,U=N+_e+(P>>>0<j>>>0?1:0)|0,N=z,j=I,z=D,I=T,D=B,T=O,O=Se+Ce|0,B=_e+Ee+(O>>>0<Se>>>0?1:0)|0}p=r.low=p+O,r.high=f+B+(p>>>0<O>>>0?1:0),v=i.low=v+T,i.high=y+D+(v>>>0<T>>>0?1:0),m=o.low=m+I,o.high=g+z+(m>>>0<I>>>0?1:0),b=s.low=b+j,s.high=w+N+(b>>>0<j>>>0?1:0),S=a.low=S+P,a.high=A+U+(S>>>0<P>>>0?1:0),C=c.low=C+F,c.high=_+M+(C>>>0<F>>>0?1:0),x=h.low=x+H,h.high=E+L+(x>>>0<H>>>0?1:0),k=d.low=k+V,d.high=R+J+(k>>>0<V>>>0?1:0)},_doFinalize:function(){var e=this._data,t=e.words,n=8*this._nDataBytes,r=8*e.sigBytes;t[r>>>5]|=128<<24-r%32,t[30+(r+128>>>10<<5)]=Math.floor(n/4294967296),t[31+(r+128>>>10<<5)]=n,e.sigBytes=4*t.length,this._process();var i=this._hash.toX32();return i},clone:function(){var e=r.clone.call(this);return e._hash=this._hash.clone(),e},blockSize:32});t.SHA512=r._createHelper(h),t.HmacSHA512=r._createHmacHelper(h)}(),e.SHA512}))},634:function(e,t,n){(function(t,r){e.exports=r(n(763),n(360),n(490),n(568),n(796))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=n.BlockCipher,o=t.algo,s=[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],a=[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],l=[{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}],u=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],h=o.DES=i.extend({_doReset:function(){for(var e=this._key,t=e.words,n=[],r=0;r<56;r++){var i=s[r]-1;n[r]=t[i>>>5]>>>31-i%32&1}for(var o=this._subKeys=[],l=0;l<16;l++){var u=o[l]=[],h=c[l];for(r=0;r<24;r++)u[r/6|0]|=n[(a[r]-1+h)%28]<<31-r%6,u[4+(r/6|0)]|=n[28+(a[r+24]-1+h)%28]<<31-r%6;u[0]=u[0]<<1|u[0]>>>31;for(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,n){this._lBlock=e[t],this._rBlock=e[t+1],d.call(this,4,252645135),d.call(this,16,65535),f.call(this,2,858993459),f.call(this,8,16711935),d.call(this,1,1431655765);for(var r=0;r<16;r++){for(var i=n[r],o=this._lBlock,s=this._rBlock,a=0,c=0;c<8;c++)a|=l[c][((s^i[c])&u[c])>>>0];this._lBlock=s,this._rBlock=o^a}var h=this._lBlock;this._lBlock=this._rBlock,this._rBlock=h,d.call(this,1,1431655765),f.call(this,8,16711935),f.call(this,2,858993459),d.call(this,16,65535),d.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function d(e,t){var n=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=n,this._lBlock^=n<<e}function f(e,t){var n=(this._rBlock>>>e^this._lBlock)&t;this._lBlock^=n,this._rBlock^=n<<e}t.DES=i._createHelper(h);var p=o.TripleDES=i.extend({_doReset:function(){var e=this._key,t=e.words;if(2!==t.length&&4!==t.length&&t.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var n=t.slice(0,2),i=t.length<4?t.slice(0,2):t.slice(2,4),o=t.length<6?t.slice(0,2):t.slice(4,6);this._des1=h.createEncryptor(r.create(n)),this._des2=h.createEncryptor(r.create(i)),this._des3=h.createEncryptor(r.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});t.TripleDES=i._createHelper(p)}(),e.TripleDES}))},482:function(e,t,n){(function(t,r){e.exports=r(n(763))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.Base,o=r.WordArray,s=n.x64={};s.Word=i.extend({init:function(e,t){this.high=e,this.low=t}}),s.WordArray=i.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:8*e.length},toX32:function(){for(var e=this.words,t=e.length,n=[],r=0;r<t;r++){var i=e[r];n.push(i.high),n.push(i.low)}return o.create(n,this.sigBytes)},clone:function(){for(var e=i.clone.call(this),t=e.words=this.words.slice(0),n=t.length,r=0;r<n;r++)t[r]=t[r].clone();return e}})}(),e}))},883:function(e,t){var n,r,i;
16
+ /** @license
17
+ * eventsource.js
18
+ * Available under MIT License (MIT)
19
+ * https://github.com/Yaffle/EventSource/
20
+ */(function(o){"use strict";var s=o.setTimeout,a=o.clearTimeout,c=o.XMLHttpRequest,l=o.XDomainRequest,u=o.ActiveXObject,h=o.EventSource,d=o.document,f=o.Promise,p=o.fetch,y=o.Response,v=o.TextDecoder,g=o.TextEncoder,m=o.AbortController;if("undefined"===typeof window||"undefined"===typeof d||"readyState"in d||null!=d.body||(d.readyState="loading",window.addEventListener("load",(function(e){d.readyState="complete"}),!1)),null==c&&null!=u&&(c=function(){return new u("Microsoft.XMLHTTP")}),void 0==Object.create&&(Object.create=function(e){function t(){}return t.prototype=e,new t}),Date.now||(Date.now=function(){return(new Date).getTime()}),void 0==m){var w=p;p=function(e,t){var n=t.signal;return w(e,{headers:t.headers,credentials:t.credentials,cache:t.cache}).then((function(e){var t=e.body.getReader();return n._reader=t,n._aborted&&n._reader.cancel(),{status:e.status,statusText:e.statusText,headers:e.headers,body:{getReader:function(){return t}}}}))},m=function(){this.signal={_reader:null,_aborted:!1},this.abort=function(){null!=this.signal._reader&&this.signal._reader.cancel(),this.signal._aborted=!0}}}function b(){this.bitsNeeded=0,this.codePoint=0}b.prototype.decode=function(e){function t(e,t,n){if(1===n)return e>=128>>t&&e<<t<=2047;if(2===n)return e>=2048>>t&&e<<t<=55295||e>=57344>>t&&e<<t<=65535;if(3===n)return e>=65536>>t&&e<<t<=1114111;throw new Error}function n(e,t){if(6===e)return t>>6>15?3:t>31?2:1;if(12===e)return t>15?3:2;if(18===e)return 3;throw new Error}for(var r=65533,i="",o=this.bitsNeeded,s=this.codePoint,a=0;a<e.length;a+=1){var c=e[a];0!==o&&(c<128||c>191||!t(s<<6|63&c,o-6,n(o,s)))&&(o=0,s=r,i+=String.fromCharCode(s)),0===o?(c>=0&&c<=127?(o=0,s=c):c>=192&&c<=223?(o=6,s=31&c):c>=224&&c<=239?(o=12,s=15&c):c>=240&&c<=247?(o=18,s=7&c):(o=0,s=r),0===o||t(s,o,n(o,s))||(o=0,s=r)):(o-=6,s=s<<6|63&c),0===o&&(s<=65535?i+=String.fromCharCode(s):(i+=String.fromCharCode(55296+(s-65535-1>>10)),i+=String.fromCharCode(56320+(s-65535-1&1023))))}return this.bitsNeeded=o,this.codePoint=s,i};var A=function(){try{return"test"===(new v).decode((new g).encode("test"),{stream:!0})}catch(e){console.debug("TextDecoder does not support streaming option. Using polyfill instead: "+e)}return!1};void 0!=v&&void 0!=g&&A()||(v=b);var S=function(){};function _(e){this.withCredentials=!1,this.readyState=0,this.status=0,this.statusText="",this.responseText="",this.onprogress=S,this.onload=S,this.onerror=S,this.onreadystatechange=S,this._contentType="",this._xhr=e,this._sendTimeout=0,this._abort=S}function C(e){return e.replace(/[A-Z]/g,(function(e){return String.fromCharCode(e.charCodeAt(0)+32)}))}function E(e){for(var t=Object.create(null),n=e.split("\r\n"),r=0;r<n.length;r+=1){var i=n[r],o=i.split(": "),s=o.shift(),a=o.join(": ");t[C(s)]=a}this._map=t}function x(){}function R(e){this._headers=e}function k(){}function B(){this._listeners=Object.create(null)}function O(e){s((function(){throw e}),0)}function D(e){this.type=e,this.target=void 0}function T(e,t){D.call(this,e),this.data=t.data,this.lastEventId=t.lastEventId}function z(e,t){D.call(this,e),this.status=t.status,this.statusText=t.statusText,this.headers=t.headers}function I(e,t){D.call(this,e),this.error=t.error}_.prototype.open=function(e,t){this._abort(!0);var n=this,r=this._xhr,i=1,o=0;this._abort=function(e){0!==n._sendTimeout&&(a(n._sendTimeout),n._sendTimeout=0),1!==i&&2!==i&&3!==i||(i=4,r.onload=S,r.onerror=S,r.onabort=S,r.onprogress=S,r.onreadystatechange=S,r.abort(),0!==o&&(a(o),o=0),e||(n.readyState=4,n.onabort(null),n.onreadystatechange())),i=0};var l=function(){if(1===i){var e=0,t="",o=void 0;if("contentType"in r)e=200,t="OK",o=r.contentType;else try{e=r.status,t=r.statusText,o=r.getResponseHeader("Content-Type")}catch(s){e=0,t="",o=void 0}0!==e&&(i=2,n.readyState=2,n.status=e,n.statusText=t,n._contentType=o,n.onreadystatechange())}},u=function(){if(l(),2===i||3===i){i=3;var e="";try{e=r.responseText}catch(t){}n.readyState=3,n.responseText=e,n.onprogress()}},h=function(e,t){if(null!=t&&null!=t.preventDefault||(t={preventDefault:S}),u(),1===i||2===i||3===i){if(i=4,0!==o&&(a(o),o=0),n.readyState=4,"load"===e)n.onload(t);else if("error"===e)n.onerror(t);else{if("abort"!==e)throw new TypeError;n.onabort(t)}n.onreadystatechange()}},d=function(e){void 0!=r&&(4===r.readyState?"onload"in r&&"onerror"in r&&"onabort"in r||h(""===r.responseText?"error":"load",e):3===r.readyState?"onprogress"in r||u():2===r.readyState&&l())},f=function(){o=s((function(){f()}),500),3===r.readyState&&u()};"onload"in r&&(r.onload=function(e){h("load",e)}),"onerror"in r&&(r.onerror=function(e){h("error",e)}),"onabort"in r&&(r.onabort=function(e){h("abort",e)}),"onprogress"in r&&(r.onprogress=u),"onreadystatechange"in r&&(r.onreadystatechange=function(e){d(e)}),!("contentType"in r)&&"ontimeout"in c.prototype||(t+=(-1===t.indexOf("?")?"?":"&")+"padding=true"),r.open(e,t,!0),"readyState"in r&&(o=s((function(){f()}),0))},_.prototype.abort=function(){this._abort(!1)},_.prototype.getResponseHeader=function(e){return this._contentType},_.prototype.setRequestHeader=function(e,t){var n=this._xhr;"setRequestHeader"in n&&n.setRequestHeader(e,t)},_.prototype.getAllResponseHeaders=function(){return void 0!=this._xhr.getAllResponseHeaders&&this._xhr.getAllResponseHeaders()||""},_.prototype.send=function(){if("ontimeout"in c.prototype&&("sendAsBinary"in c.prototype||"mozAnon"in c.prototype)||void 0==d||void 0==d.readyState||"complete"===d.readyState){var e=this._xhr;"withCredentials"in e&&(e.withCredentials=this.withCredentials);try{e.send(void 0)}catch(n){throw n}}else{var t=this;t._sendTimeout=s((function(){t._sendTimeout=0,t.send()}),4)}},E.prototype.get=function(e){return this._map[C(e)]},null!=c&&null==c.HEADERS_RECEIVED&&(c.HEADERS_RECEIVED=2),x.prototype.open=function(e,t,n,r,i,o,s){e.open("GET",i);var a=0;for(var l in e.onprogress=function(){var t=e.responseText,r=t.slice(a);a+=r.length,n(r)},e.onerror=function(e){e.preventDefault(),r(new Error("NetworkError"))},e.onload=function(){r(null)},e.onabort=function(){r(null)},e.onreadystatechange=function(){if(e.readyState===c.HEADERS_RECEIVED){var n=e.status,r=e.statusText,i=e.getResponseHeader("Content-Type"),o=e.getAllResponseHeaders();t(n,r,i,new E(o))}},e.withCredentials=o,s)Object.prototype.hasOwnProperty.call(s,l)&&e.setRequestHeader(l,s[l]);return e.send(),e},R.prototype.get=function(e){return this._headers.get(e)},k.prototype.open=function(e,t,n,r,i,o,s){var a=null,c=new m,l=c.signal,u=new v;return p(i,{headers:s,credentials:o?"include":"same-origin",signal:l,cache:"no-store"}).then((function(e){return a=e.body.getReader(),t(e.status,e.statusText,e.headers.get("Content-Type"),new R(e.headers)),new f((function(e,t){var r=function(){a.read().then((function(t){if(t.done)e(void 0);else{var i=u.decode(t.value,{stream:!0});n(i),r()}}))["catch"]((function(e){t(e)}))};r()}))}))["catch"]((function(e){return"AbortError"===e.name?void 0:e})).then((function(e){r(e)})),{abort:function(){null!=a&&a.cancel(),c.abort()}}},B.prototype.dispatchEvent=function(e){e.target=this;var t=this._listeners[e.type];if(void 0!=t)for(var n=t.length,r=0;r<n;r+=1){var i=t[r];try{"function"===typeof i.handleEvent?i.handleEvent(e):i.call(this,e)}catch(o){O(o)}}},B.prototype.addEventListener=function(e,t){e=String(e);var n=this._listeners,r=n[e];void 0==r&&(r=[],n[e]=r);for(var i=!1,o=0;o<r.length;o+=1)r[o]===t&&(i=!0);i||r.push(t)},B.prototype.removeEventListener=function(e,t){e=String(e);var n=this._listeners,r=n[e];if(void 0!=r){for(var i=[],o=0;o<r.length;o+=1)r[o]!==t&&i.push(r[o]);0===i.length?delete n[e]:n[e]=i}},T.prototype=Object.create(D.prototype),z.prototype=Object.create(D.prototype),I.prototype=Object.create(D.prototype);var N=-1,j=0,U=1,P=2,M=-1,F=0,L=1,H=2,J=3,V=/^text\/event\-stream(;.*)?$/i,W=1e3,G=18e6,Y=function(e,t){var n=null==e?t:parseInt(e,10);return n!==n&&(n=t),Z(n)},Z=function(e){return Math.min(Math.max(e,W),G)},X=function(e,t,n){try{"function"===typeof t&&t.call(e,n)}catch(r){O(r)}};function q(e,t){B.call(this),t=t||{},this.onopen=void 0,this.onmessage=void 0,this.onerror=void 0,this.url=void 0,this.readyState=void 0,this.withCredentials=void 0,this.headers=void 0,this._close=void 0,$(this,e,t)}function K(){return void 0!=c&&"withCredentials"in c.prototype||void 0==l?new c:new l}var Q=void 0!=p&&void 0!=y&&"body"in y.prototype;function $(e,t,n){t=String(t);var r=Boolean(n.withCredentials),i=n.lastEventIdQueryParameterName||"lastEventId",o=Z(1e3),c=Y(n.heartbeatTimeout,45e3),l="",u=o,h=!1,d=0,f=n.headers||{},p=n.Transport,y=Q&&void 0==p?void 0:new _(void 0!=p?new p:K()),v=null!=p&&"string"!==typeof p?new p:void 0==y?new k:new x,g=void 0,m=0,w=N,b="",A="",S="",C="",E=F,R=0,B=0,O=function(t,n,r,i){if(w===j)if(200===t&&void 0!=r&&V.test(r)){w=U,h=Date.now(),u=o,e.readyState=U;var s=new z("open",{status:t,statusText:n,headers:i});e.dispatchEvent(s),X(e,e.onopen,s)}else{var a="";200!==t?(n&&(n=n.replace(/\s+/g," ")),a="EventSource's response has a status "+t+" "+n+" that is not 200. Aborting the connection."):a="EventSource's response has a Content-Type specifying an unsupported type: "+(void 0==r?"-":r.replace(/\s+/g," "))+". Aborting the connection.",G();s=new z("error",{status:t,statusText:n,headers:i});e.dispatchEvent(s),X(e,e.onerror,s),console.error(a)}},D=function(t){if(w===U){for(var n=-1,r=0;r<t.length;r+=1){var i=t.charCodeAt(r);i!=="\n".charCodeAt(0)&&i!=="\r".charCodeAt(0)||(n=r)}var f=(-1!==n?C:"")+t.slice(0,n+1);C=(-1===n?C:"")+t.slice(n+1),""!==t&&(h=Date.now(),d+=t.length);for(var p=0;p<f.length;p+=1){i=f.charCodeAt(p);if(E===M&&i==="\n".charCodeAt(0))E=F;else if(E===M&&(E=F),i==="\r".charCodeAt(0)||i==="\n".charCodeAt(0)){if(E!==F){E===L&&(B=p+1);var y=f.slice(R,B-1),v=f.slice(B+(B<p&&f.charCodeAt(B)===" ".charCodeAt(0)?1:0),p);"data"===y?(b+="\n",b+=v):"id"===y?A=v:"event"===y?S=v:"retry"===y?(o=Y(v,o),u=o):"heartbeatTimeout"===y&&(c=Y(v,c),0!==m&&(a(m),m=s((function(){q()}),c)))}if(E===F){if(""!==b){l=A,""===S&&(S="message");var g=new T(S,{data:b.slice(1),lastEventId:A});if(e.dispatchEvent(g),"open"===S?X(e,e.onopen,g):"message"===S?X(e,e.onmessage,g):"error"===S&&X(e,e.onerror,g),w===P)return}b="",S=""}E=i==="\r".charCodeAt(0)?M:F}else E===F&&(R=p,E=L),E===L?i===":".charCodeAt(0)&&(B=p+1,E=H):E===H&&(E=J)}}},W=function(t){if(w===U||w===j){w=N,0!==m&&(a(m),m=0),m=s((function(){q()}),u),u=Z(Math.min(16*o,2*u)),e.readyState=j;var n=new I("error",{error:t});e.dispatchEvent(n),X(e,e.onerror,n),void 0!=t&&console.error(t)}},G=function(){w=P,void 0!=g&&(g.abort(),g=void 0),0!==m&&(a(m),m=0),e.readyState=P},q=function(){if(m=0,w===N){h=!1,d=0,m=s((function(){q()}),c),w=j,b="",S="",A=l,C="",R=0,B=0,E=F;var n=t;if("data:"!==t.slice(0,5)&&"blob:"!==t.slice(0,5)&&""!==l){var r=t.indexOf("?");n=-1===r?t:t.slice(0,r+1)+t.slice(r+1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g,(function(e,t){return t===i?"":e})),n+=(-1===t.indexOf("?")?"?":"&")+i+"="+encodeURIComponent(l)}var o=e.withCredentials,a={Accept:"text/event-stream"},u=e.headers;if(void 0!=u)for(var f in u)Object.prototype.hasOwnProperty.call(u,f)&&(a[f]=u[f]);try{g=v.open(y,O,D,W,n,o,a)}catch(_){throw G(),_}}else if(h||void 0==g){var p=Math.max((h||Date.now())+c-Date.now(),1);h=!1,m=s((function(){q()}),p)}else W(new Error("No activity within "+c+" milliseconds. "+(w===j?"No response received.":d+" chars received.")+" Reconnecting.")),void 0!=g&&(g.abort(),g=void 0)};e.url=t,e.readyState=j,e.withCredentials=r,e.headers=f,e._close=G,q()}q.prototype=Object.create(B.prototype),q.prototype.CONNECTING=j,q.prototype.OPEN=U,q.prototype.CLOSED=P,q.prototype.close=function(){this._close()},q.CONNECTING=j,q.OPEN=U,q.CLOSED=P,q.prototype.withCredentials=void 0;var ee=h;void 0==c||void 0!=h&&"withCredentials"in h.prototype||(ee=q),function(o){if("object"===typeof e.exports){var s=o(t);void 0!==s&&(e.exports=s)}else r=[t],n=o,i="function"===typeof n?n.apply(t,r):n,void 0===i||(e.exports=i)}((function(e){e.EventSourcePolyfill=q,e.NativeEventSource=h,e.EventSource=ee}))})("undefined"===typeof globalThis?"undefined"!==typeof window?window:"undefined"!==typeof self?self:this:globalThis)},271:function(e){"use strict";e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUU1NjJFMDc1OUU1MTFFRkE2QzRFMUZCM0YyQjE0MDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUU1NjJFMDg1OUU1MTFFRkE2QzRFMUZCM0YyQjE0MDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RTU2MkUwNTU5RTUxMUVGQTZDNEUxRkIzRjJCMTQwNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RTU2MkUwNjU5RTUxMUVGQTZDNEUxRkIzRjJCMTQwNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnYHytYAAADTSURBVHjapFPRDcIgEC3EPWQFXcA6ifVfZ6jO4ADqJGUCV6BOgnfJI70iJTRc8gIc8Lh3dyjvfVNjmzDZX5u+4PyXYD+PZgwOjcstDTeCEWMKB8Iwo2QJu4tvCQ5zRzA8j8F+7LfBp9folaHPJKw0SzjVEIzIxz8BJdOJhOUqMScgbRzWGbDIdk6CQeWmPgAJR2Gg8Y51FxFshZSJIHqhF/3xhE/aMVREpVqZLg6IgA85OqyW9OiSUhX9hcje/DKBJbyyDKmWFW3bLe0HqNrv/BNgANkfieaZ8+wxAAAAAElFTkSuQmCC"},554:function(e){"use strict";e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAOVJREFUOE+lk80VgyAQhMdKgjfKWCtJrMRYiekklMFN0kkcHpuHCkme7sUf5JvdGWxwshrdb6wMf7BeAFzwLui3EWCsCIDncvsAcEvXGk+Cd20JMHHBWJkBdLlK1qVJQn3wzvF93sFPQOqWAqcAE0HBu/5oBzSbPnQ7QJqVc9KDOOO2jBWaPKiReYxMgkUFRjVWABRQo90HkDlNhau2mBRz1mV5uANomVQJEKNKker52I4zrmIszMlDxRF44uZlnJ3Q6iAVAPSBnRByCKBGsQMaGjMvVbU1Y4UQ5s3/o1pVwLdN+dob2Bx9EVmMIDsAAAAASUVORK5CYII="},501:function(e){"use strict";e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAASFJREFUaEPtWcERgjAQ3NiIYyVSSjoRO0kpWIljI+Lw0eAIOVYgRJcZfndD9nYvmxwOhT+u8PVDAHIzKAbEwJcVmFVC3l8rYHdMr+l+CeHQpOPSETMDuJ2AtjZ8tg5hf07HpSMEIK6R9z0GGsBFMmkrAN0LwJXAQH+RfXAC8CR+wR4QA+ktqOsmU5QxaEznq/cAY0obAzDdlATAKNU4bLAHGFPaMAO2LVEAlpOQGEAGH4i3UTHwuwwwjk/4wHISevObkX3o8x3CaGQCMNgDjONvWEI2pgVgyJSYsxCTIwbEQDTYkoSGrI+pzFo5auICmximSTNzLGByCAmNXVZf9s+cLJmcfwEw/X8XczlhckwMEBOOLCmzTqdzIBCAHFWPv/kA1QNmXgROCkMAAAAASUVORK5CYII="},14:function(e){"use strict";e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAARhElEQVRogd1aeZAdxX3+umfmnXtopZW0q3O1IBQdgATIhjLiEGAuQwgVzGkIiV0ph+SfFA5UXEWqHJuAoRKHJITLBfERqmICKZsbgYgQyMI6FrGrC7NI2l3trvbeffvemzcz3anu6Znpmfd2JWP+ymz19uuZnpn+fl//jv714P/7Qb5AfGSG+lQPrvol6y9kUL/PvaKmqq5VTuXgMxT2+wL+PABJApSoDVXTGcDOdiTBMa14Gkim9fn8AI+fqNTsuGhBSgcWgJJl/oKFqfsf/Nm5RXPFpuFCfv34tNVeLJstzCE56iFlcMBgQKwOf/NKxkAxl/EG6usq3XUNhQ6G7vf+7nt37h4aGqwokJ4GVgLtHShzQvzhB7Ua5+wAewdsEErAGZf14ggY0UEBsO594J+WW23Xf3P/yJwbJ4tGqwkC6nGI2mQA5Qhrg3FQBpgcsdpQ1wxO5H0B+HzG629eOv5i94kXn3no4XuPAnASYCWbx46XODWoHK+oF58U4GDE4JKFMdYEKFMA+9Y99y+s2/gXf7vzeMOtBidWwIapg4iBS7KGmcHKQqK+gLPwtLHndx35tweffPKRQQXU1afvsf6IzaUt6dkB9gzYQUedNVOV9APPfvjHW8dWPmhXaJMchOvBBAVlHCYnoIzB5H5bAvFYdF1jOOwv2/H7DfEXABRC40Amw8fq2g9+98+/c8EvANgKZACUHxVMUloFkCYBCkkocAFrFoBU+2ln1N/z06M/+uXIqn8vubSJgoNwMY39R1BCQAgXD5C1ECglkNfFNUqoHKh4Pg37E3nd70tkTYgB+WxR5PP8a16JNhU61zz+7A8++9GK9tPrxZjU2KSBW74oSzivtj+1LJzOnAR3+RXXNrXc9swz+0Zzm31J60aDJ6YcUVM1YCRR86CNkEk5JVVNVL/klPZ/EzmoOUun3/nJB3d/c+s7b4wBqGj6WWVlkwxWgVu+vL1+we1PPd0xntsspCpZkUz7UvbbPitC4L70FSO1aiVT+Z9z9cKopmFbnSOqQM0MAIVj+c13nf/jp5cua0syWeWWagGkgTEBkLni7996ePd4/jIODjEF/JqFNzAenPfvlr/Cmmtt7brARlQBU06Oq3PM76fuZdzza/mHsF3oqbvs+3dveViMUY3V1HxwTYBJo5K+95ntN20bb75VsBToTag/atTqV/gg/+k8bFNl3ah6NVVTIJoJVJsJ3NdL4t8v7qGhjqp7ZH//neXu+bc+/r2tN4uxqjFXsWgkwIbM3XDz3Yt/s+yO5zxGshKAJERNG+EjuQKtanEt3vanYyzk4VoIpKZzvL82Ou5fg3qusjdqDET9BlKTCy/InDH8YlfX3ulEtMORELxuNdNzr/vufSWPNkUD4uFDA1Z8HQN03YxqElnSRPwGZSFDHVP3QRdGwHwYrfhFzACqrLRgm1do49dW/c19ikVLCxuJzqAOLnPnt+9fubXh8oepiGUY86UnJUlAOFO1kiTzYkZm1SIDF61L48Q4g21zjTX/nkwKuOqSDK68JAPGgIF+1xdGbCZozDNdOERNfwKlqkIpgfG6P5i3wf5lx0e/Hk/ErzwZMEvLaZ1/x52UUpMqKfnznyqpUUTnufJz/kMyFsH9N9Xh7iuzuO+WPFa0mFLsAZuGAfzJTXnccFUWZ66x8KffyGPDhrRiSg04tL5qatEIHNHiTkKjmnCYm5bddWfSN6rbw9kmAdbV1Wd3OwuuDy2jrIm0nFEbYZuHbY6ViwwsnOM7glVLTdx7ax4rlxpKIThWLDVx3plRrCjGetGFaYS2VYES1pRp7cD6BhZYt9ZBf9rfen0+X5dNuIyqJY9153cePWfUTS2QFpNzFXnwhAWNt6mSbH0m7nUWzqW44+osGvN+e+3pJmhV7BT5ylq6SBK6HfOP4OF1Usos+Ks/+/65tRiMBdLlxWd/hSRCgoABv/YSbR72nSpXh0qLmg20zjckwz0DXuya5wGvvFqUahQtBiOuAr/LEPezSSa58rPLs+deoPlEQ/NOEchBOm+tL8GklVOGhdBYhEKUjgnrdrDPRf8Yi4GYKDAMjTHZ56MDDjoPOZgqcPQd9/D401Po/szT9M//p0dBFJEOh8YqFHs0PlFnygvW6eDEabMKIMu1kTDyIFLnoCoE1CbaXLUFE0++VsQtmzLIpghOjDG89n4Jo5NMCoxzgif/s4DWeQbGRz2UCr4gpSjVs4JXBs+ML/V9CxrOE3WPOG+IteR0fdvJABqTPN0cOtcwRoSvj5re6/5Kd9IfdbsYGSsiZwEjowylIodBgfmNBtoXGbIWfcstBnp7PAwe95Rj13IhRDl2Eg8A9HdBGbyAcek+KqlmbUEeAximIsqM5GhoObkvRZ4I0TlHyqT40jIL83IElQpwuE8AY/A4R9+w5y94AdSlgRsvyWLjmhTqsgSm8rweA5wKx8edDl59uYTKNJPvZNLPUqVpNdrw2wS6dVeW2jVyybyQDtAnihimHwsStZ6DXJQSTaqNWYp7L8th86pUaPWKNsdjrxSxo8vPCBgEaG818Jc35qWhCQ6mVNSygEya4Pwvp5FJEfzqpSLsgtJxEYKlKOY3U6w5J4v6eoJP9jjoO+CAOzT0i76ZVOtMDkz1cz3grgIYWH2lwlyzolxNWL+ek6NobaQhOHHk0gR3XZqVAMUzzlhi4p4/zKNlnj+hKg7HsX4PPX2enA5nr7bQNIdKM7d6jYVPDlnYt6siFdmyKNafn8Kl12aRzfsvOf1sCy88WsBYnxvNLjWmSgmY6mVAKdSeGIPQVIuElpNHukCV1QnqoSmO17sctDZQzM1Hju3TAVfeMydPce35aSxo8q+NTTFs3Wlj98cORoY9pAmBU+bYfFEGpglkswRr1lo4tM+B4wEtSwx8+eJ0CE4KsJ4ikycxvyu4nB5iKA0ymGoxHA8PfDWJHf5aT5MQ83UjiGgEwpLL8WqnjY5jDu7YmMbGdgv7e1z8eEtRXj9jiYF1KyzJjl3heHlbGdt+Y4M7vrFyhf65cZ+5ZJmJVIagUmKYM5eicW48IihNcxQmWKiDrg2MDXjwpn0LOlPCVAdIgkgw9EE8qqXEOAlzKq4H9I0yPPJaCSYrhumFrEVx1gpLGhTJap+Hd3fb4J5v2jIWxep2E186Ny3ZC450ioQrBGF5BaD6Of4zXIdj3zYbxXERQRmYGmYoDjE/hcFJFJyT0JuSWgBDjQv0jcdq3zeFTAaP4IphdWcuRbBmWfTYN3aWJVtCyktaDWw6J43zzrLQUBdnSKw8gpxR3zEXe3dUsHKtBc/h+KzLQef2CgoTHIUhBl7yU4v+gCKfXSPnVA0wHkXo0USguQT1KYKL2y2sbTUwPMHwblcFo+NM9mnIESxShkU4+M5P/eXQkvkGbvtaDivbashU5GN7XDi2Lyq7xLFzaxmH9lbAKxyTQxwTxz2Ux6OEVLi60PwjAal6brUO6oxBjyYiv7O2NY1vXZjBvDyF43GsbjXx1FvTGBnnaJlLYJnR9LRtDwahOG+dJVcTtY5ikaNzn4OyzaQQRURULgNDxz0URjxMjwQZNaLGowdrwfhITR3U54nCwd3QxyhrFY89KRqzBHOy/vowZRKc127h7DZLRiymET2yUGJ+3hMiFR93K8EhAu59H1Vw6IATciIEUi4AAz0Mk2OCnYghIk1MFAMHVkPeSbmbTB1WLV4M5hVD6Wgi0aVzeNDFe7+toOT4Z0V00pTzAQtQQd90KghWge5eB+VKXMauC+ztsLFlS1laWyhVODHgYegEg+MEt5OQNckBISFrCJkjIGl/7Pphhnepug72aBGphqocS5j44egZ9fDEthJ2fOLgtPkGLALsPeIIeyNTFcUyRz5DsHSBEa4EOg+7eGt7GRdtTCOfJegf9LBnbwX7OhyUprhkqTDJ0NRAUS76iV7JXMxzkyii0nVQ/TYa7dHkfqKZ3Jeb6030TJN8W2ApwxV7GPH7EjwhnPdkBR98Aqn4wtoJNzBdZjjc62LD6RYWzzdw2hKK7mNMnn9zu40du8pIUQOuzWCLyMPhmBzlcEvATV/P4rUXSpo+kXANEfdzui+P1qOsabxH32ILcjKxFcm8cv+hwIJCSSeMHhCXnDhE5CHcQHCuVAE+POTAdvxM221X5tFYR+TWlgiwJwsEYxMMhWlgbJShp5fBoAQ33ZLD4f0upqbUO8PVTLT+pLq+VdVAqa73YDJ1SJMM4tP3d085PMZzmJ+ZaT9Zy1wLC9jR7WDPYUcCams1cfNXc1i8wFDXOUbHPRzt9VCuAGeus3D7N3LSD3buc0NOQr1ThiRigcStvFYOTry7J8kgUZkokf4WmZPGdCbT3PLD7pfy6Wyz3BTxeLTfx/1Qa6bd2rCPANZs4K4rc1jTZsqo51i/i479DrqPeDKxN6+B4ox2E+1tBjr2Onj1pTImh1V0wtR+I49+6+drlVRjefj+99r+yLbLwyKRILRFLDtNjT2RMHHtctle7xx6ewdbf/PCTJA9q7U+U5IO14vxCL93yMO/vjiNG76SxqXnZtC+xMSyFlOuKgLLa1eA558v4oNtFTjCsAQrFpUr9J/NYzpY7af9drlt/9v2lrKd3BzVPx4I8qLWXHd0+Ojy626oOIRmTIoU9UOjID9qqPjUUJog0wWaNbNtgvEpjr5Bhu17HOzqdOTrsmkip2LvcYa3ttp46ukiDuz3VBDuP4+qbWwZB3P1/LDtW9ZYW9zDmfvyyF8/2NP7W7EDLExXOdhSM3X21MnKjnd+1XP11Yfe/F939TW9kxwNJsEcE7IOrGioFxwo2ByeI+jnKJc4DC+aRmJABz7zcPjTYrQPqE85RJmjIJbkidVBbLOhRhvrDrz1/rOv92p7hSGLRmQm4unD9FBXt3vW16/xmJH2XLFiByaKHJMljolpjrECx3iBY3Kao1jikhnP8aUeK8oi+hsz+jUo5knIhn7tVIuRrkz97JM7Hhga6h9ReldSQAVIRjWheAq9mMflro6dg5tGXnoiynv6UmUyexalYOOWTa0+BLux/T+9L09YRl51PW4dZ28PLP/Fk11duwfVtLQTu72gCSPjKPSic+m/f/jt1y+xDr5JVDY7jE2DnR5t7yI4h2AVgoC9uB+jhIZ+S9/zjXwribXJLG26pvPNf/7JPa9peqdvZ7PADyIBMgAo4rrp9/7h+sc2pI7t8lkhCbZiyfTw9aGE1T1xPxb3ZSfTsZmK2X5k1yMvXPeYmpZFDaC+uxTbAE3GQLKUyyWUu17es37T9asGnYaWWXUjZE2V2HXyuXSsVsmuOLr3X9685gcjI0NC76Y03dPdRE2AyUOCLExNeid+/fOdF118WXMvW9geBEzyLwx8SbiPGC5veLCPF7ST19Vu8e9w3VrZseXR/7rikbHRER1cUXcNuoGdjcHYUanY7OA7z+356lmtw+PZ1Ws9bqYDPxTzW1zlSRRTp+LHTuW6mbKnJlp++sQ/PnvrzyuVyoRirpAAV7UePBmDVWpx4MPXjzUPvf3e+rPX1/c7C5eJzCbh0aKUhkzhC2kTxtzcio6t/7P39ofeeOc/OhSwmcDpn1/WZkrTv3DHV8WqOVXyquTWb7x48aqr7rv2KNtwYaGcbZotVvxdSzZXGrOadm9/e+dDr3Ts3d4XGD1tSuqGZcYPgaoAHjhSwuq2rL7OtIIPEwBkVclpvzOWZaU3X3f36ubTLz/TNle0F9zmllI5N9dzrDRhxIgHyjwRODMvYzh2LjU9ms4MDzB81n2kd8vHr7/x3AHXcezAZalS1H4HPs8JVhAffzrJzzytoabO1Tp0JsOP8VTJJEpaE4SZ+NKBzPKe+O5YPGQMg45EsWt9jDdD3rdWXjT2cmgPCNZZbuLlKa0kAdJTBMhqxcRasbXfVZ9TzgTuZAzqfXQ2DX3lkWAuCY7OYpl1A5b8jNlNMOnM9EHsbOBOFWASaNUnzRqw2OZjjU/FagEUh/5dtg4iYKrqk+aTAZMHgP8DwseYy0P8yUgAAAAASUVORK5CYII="},793:function(e){"use strict";e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0YyMDhFRTY1OUUzMTFFRjlBN0NGODZCQ0M3RUY5QzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0YyMDhFRTc1OUUzMTFFRjlBN0NGODZCQ0M3RUY5QzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRjIwOEVFNDU5RTMxMUVGOUE3Q0Y4NkJDQzdFRjlDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRjIwOEVFNTU5RTMxMUVGOUE3Q0Y4NkJDQzdFRjlDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phk9awQAAADGSURBVHjaYvz//z8DJYAJl4RRLoMCECcQMoARmwtAmoHUfSB+AMLnJjM4kuqCeiBeAMQgjQ7keAGk6SAxYcCCQxzkhQNQGuSl/WjyB4DeasRqADTgFgAVPACyQSARTYk8EIPUNKIEIlCxA5L/4TbgCWBFkCUsSJr3Q0NdAWY6Hu+BYuYBeiCCBBVhUYfHAHto+OBPSATAA0oMAAXgQ6q5ABwL0ECcD5VwQPYjlgBkgIYVSkJ6gBTyC/FZDdS8gGBmIgUABBgAgktC2XC6NmEAAAAASUVORK5CYII="},632:function(e){"use strict";e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAOJJREFUOE+lk9sRwiAQRW8qkfzRhaSTpBLHSmInbhn8ZTvRXGZR8sCJykx+MuzZuwdo8OdqavXOBwcgaJTbpx67ACueACg/jdLVIDXAaAVXAJNGqSatAdidxfIr4AGgBUAPdwOVU8icig2wSeB86Oeis0YZssjV/KfZS69R2OANcD4E23hhx9xhLa8Q3GoUTQmsmFFpnbE7jcL5N8v2josE5U/nAwUSQNgegAkdR3yN8AMAC4lfAtIR5xtaOkhzHRiBgCE7WgBMIk9jV6AJZvx0hKWD9HCOPMz146re8SMw7nkC7MV4ERlYkdMAAAAASUVORK5CYII="},317:function(t){"use strict";t.exports=e},477:function(){}},n={};function r(e){var i=n[e];if(void 0!==i)return i.exports;var o=n[e]={exports:{}};return t[e].call(o.exports,o,o.exports,r),o.exports}!function(){r.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return r.d(t,{a:t}),t}}(),function(){r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}}(),function(){r.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()}(),function(){r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}(),function(){r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}}(),function(){r.p=""}();var i={};return function(){"use strict";r.r(i),r.d(i,{default:function(){return ki}});var e={};if(r.r(e),r.d(e,{hasBrowserEnv:function(){return We},hasStandardBrowserEnv:function(){return Ge},hasStandardBrowserWebWorkerEnv:function(){return Ye},origin:function(){return Ze}}),"undefined"!==typeof window){var t=window.document.currentScript,n=t&&t.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);n&&(r.p=n[1])}var o=function(){var e=this,t=e._self._c;return e.visible?t("div",{staticClass:"ai-contain"},[t("div",{staticClass:"bg-image"}),t("div",{staticClass:"ai-contain-header"},[e._m(0),t("div",{staticClass:"icon-close",on:{click:e.closeMessage}},[t("i",{staticClass:"el-icon-close"})])]),t("div",{staticClass:"wrap"},[e.showFilter?t("div",{staticClass:"filter-wrap"},[t("tab-filter",{attrs:{"tab-data":e.listData,replyData:e.replyCache},on:{"on-filter-change":e.filterChange,"on-close":e.tabFilterClose}})],1):e._e(),t("div",{staticClass:"normal-wrap",class:{"full-width":!e.showFilter}},[t("div",{ref:"labelContainer",staticClass:"label-wrap",staticStyle:{"margin-top":"16px"}},[t("div",{staticClass:"label-container"},[e.isPerson&&!e.showFilter?t("div",{staticClass:"label-item",staticStyle:{width:"32px",padding:"0","line-height":"42px"},on:{click:e.showFilterMethod}},[t("img",{staticStyle:{width:"24px",height:"24px"},attrs:{src:r(501)}})]):e._e(),e._l(e.showTableList,(function(n){return t("div",{key:n.id,staticClass:"label-item",class:{"label-item-active":n.active},attrs:{title:n.title},on:{click:function(t){return e.tabClick(n)}}},[e._v(" "+e._s(n.title)+" "),e.replyCache[n.id]?e._e():t("div",{staticClass:"loading-block"},[t("i",{staticClass:"el-icon-loading"})])])}))],2),e.showMoreButton?t("div",{staticClass:"label-item label-down",staticStyle:{width:"32px"},on:{click:e.stretchContainer}},[e.stretch?t("i",{staticClass:"el-icon-d-arrow-left",staticStyle:{transform:"rotate(90deg)"}}):t("span",[e._v("...")])]):e._e()]),t("div",{staticClass:"ai-main-content"},[t("read-over",{attrs:{"exercises-data":e.activeItem,"analyze-data":e.analyzeData},on:{"on-reanswer":e.onReanswer,"on-noty-apply":e.notyApply}}),e.stretch?t("div",{staticClass:"member-table"},[t("member-table",{attrs:{"check-data":e.showTableList,"show-data":e.tabList,replyCache:e.replyCache},on:{"on-select-member":e.selectMember}})],1):e._e()],1)])])]):e._e()},s=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"logo-title"},[t("img",{staticStyle:{width:"48px",height:"48px"},attrs:{src:r(14),alt:""}}),t("span",{staticClass:"title-font"},[e._v("智能批阅")])])}],a=function(){var e=this,t=e._self._c;return t("div",{staticClass:"read-over-contain"},[t("div",{staticClass:"exercises-answer"},[t("div",{staticClass:"exercises-answer-bg"}),t("div",{staticStyle:{position:"relative","z-index":"1"}},[t("div",{staticClass:"question-container"},[t("div",{staticClass:"question-stem-content"},[e._v("题干")]),t("div",{staticClass:"question-detail"},[t("p",[e._v(e._s(e.exercisesData.question))]),t("div",{staticClass:"question-score"},[e._v(e._s(e.exercisesData.score)+"分")])])]),t("div",{staticClass:"question-container answer-container"},[t("div",{staticClass:"question-stem-content answer-stem-content"},[e._v("回答")]),t("div",{staticClass:"question-detail answer-detail"},[t("p",[e._v(e._s(e.exercisesData.answer))])])])])]),t("div",{directives:[{name:"loading",rawName:"v-loading",value:!e.analyzeData||Object.keys(e.analyzeData).length<1,expression:"!analyzeData || Object.keys(analyzeData).length < 1"}],staticClass:"exercises-read-over",attrs:{"element-loading-text":e.analyzeData?"分析中,请稍后":"无数据"}},[e.analyzeData?[t("div",{staticClass:"score"},[t("span",{staticClass:"score-number"},[e._v(e._s(e.analyzeData.score))]),e._v("分 ")]),t("div",{staticClass:"type",class:{"type-active":e.analyzeData.accepted},on:{click:e.notyApply}},[e._v("应用")]),t("div",{staticClass:"exercises-read-over-content"},[e._l(e.analyzeData.jsonContent,(function(n){return t("div",{staticClass:"list"},[n.title?t("p",{staticClass:"title"},[e._v(e._s(n.title))]):e._e(),t("p",{staticClass:"content",domProps:{innerHTML:e._s(n.analysis)}})])})),e.analyzeData?t("chat-tools",{attrs:{type:"error","detail-data":e.analyzeData},on:{"on-reanswer":e.reanswer}}):e._e()],2)]:e._e()],2)])},c=[],l=function(){var e=this,t=e._self._c;return t("div",{staticClass:"robot-tools"},[t("div",{staticClass:"robot-reanswer",on:{click:function(t){return e.reAnswer(e.listData)}}},[t("i",{staticClass:"el-icon-refresh-right"}),e._v(" 重新回答 ")]),"error"!==e.type?t("div",{staticClass:"stopMsg",staticStyle:{color:"#cfcfcf",cursor:"default"}},[e._v("已停止生成")]):e._e(),"error"!==e.type?t("div",{staticClass:"stopMsg"},[e._v(" 停止输出 ")]):e._e(),t("div",{staticClass:"right-tools"},[t("el-tooltip",{attrs:{content:"赞",effect:"light",placement:"top"}},[t("div",{staticClass:"tools-icon",on:{click:function(t){return e.doZan(e.listData)}}},[1!==e.listData.feedback?t("img",{attrs:{src:r(632),alt:""}}):t("img",{attrs:{alt:"",src:r(793)}})])]),t("el-popover",{attrs:{placement:"top-start",trigger:"manual"},model:{value:e.popover,callback:function(t){e.popover=t},expression:"popover"}},[t("div",{attrs:{slot:"reference"},slot:"reference"},[t("el-tooltip",{attrs:{content:"踩",effect:"light",placement:"bottom"}},[2!==e.listData.feedback?t("div",{staticClass:"tools-icon",on:{click:e.openPopover}},[t("img",{attrs:{alt:"",src:r(554)}})]):t("div",{staticClass:"tools-icon",on:{click:function(t){return e.doCai(e.listData)}}},[t("img",{attrs:{alt:"",src:r(271)}})])])],1),t("div",{staticClass:"popover-box"},[t("div",{staticClass:"pop-title"},[e._v(" 你的反馈将 "),t("br"),e._v(" 帮助职教一问优化进步 ")]),t("i",{staticClass:"el-icon-close",staticStyle:{"font-size":"2rem"},on:{click:function(t){return e.cancelPopover()}}}),t("div",{staticClass:"error-list"},[t("el-checkbox-group",{model:{value:e.errors,callback:function(t){e.errors=t},expression:"errors"}},e._l(e.errorList,(function(n){return t("el-checkbox",{key:n.code,staticClass:"check",attrs:{label:n.code,border:""}},[e._v(" "+e._s(n.name)+" ")])})),1),t("el-input",{attrs:{rows:4,maxlength:"30",placeholder:"其他",resize:"none",type:"textarea"},model:{value:e.input,callback:function(t){e.input=t},expression:"input"}}),t("div",{staticClass:"sumit-button"},[t("el-button",{attrs:{disabled:e.canSubmit},on:{click:function(t){return e.doCai(e.listData)}}},[e._v("提交")])],1)],1)])])],1)])},u=[];function h(e,t){return function(){return e.apply(t,arguments)}}const{toString:d}=Object.prototype,{getPrototypeOf:f}=Object,p=(e=>t=>{const n=d.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),y=e=>(e=e.toLowerCase(),t=>p(t)===e),v=e=>t=>typeof t===e,{isArray:g}=Array,m=v("undefined");function w(e){return null!==e&&!m(e)&&null!==e.constructor&&!m(e.constructor)&&_(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const b=y("ArrayBuffer");function A(e){let t;return t="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&b(e.buffer),t}const S=v("string"),_=v("function"),C=v("number"),E=e=>null!==e&&"object"===typeof e,x=e=>!0===e||!1===e,R=e=>{if("object"!==p(e))return!1;const t=f(e);return(null===t||t===Object.prototype||null===Object.getPrototypeOf(t))&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},k=y("Date"),B=y("File"),O=y("Blob"),D=y("FileList"),T=e=>E(e)&&_(e.pipe),z=e=>{let t;return e&&("function"===typeof FormData&&e instanceof FormData||_(e.append)&&("formdata"===(t=p(e))||"object"===t&&_(e.toString)&&"[object FormData]"===e.toString()))},I=y("URLSearchParams"),[N,j,U,P]=["ReadableStream","Request","Response","Headers"].map(y),M=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function F(e,t,{allOwnKeys:n=!1}={}){if(null===e||"undefined"===typeof e)return;let r,i;if("object"!==typeof e&&(e=[e]),g(e))for(r=0,i=e.length;r<i;r++)t.call(null,e[r],r,e);else{const i=n?Object.getOwnPropertyNames(e):Object.keys(e),o=i.length;let s;for(r=0;r<o;r++)s=i[r],t.call(null,e[s],s,e)}}function L(e,t){t=t.toLowerCase();const n=Object.keys(e);let r,i=n.length;while(i-- >0)if(r=n[i],t===r.toLowerCase())return r;return null}const H=(()=>"undefined"!==typeof globalThis?globalThis:"undefined"!==typeof self?self:"undefined"!==typeof window?window:global)(),J=e=>!m(e)&&e!==H;function V(){const{caseless:e}=J(this)&&this||{},t={},n=(n,r)=>{const i=e&&L(t,r)||r;R(t[i])&&R(n)?t[i]=V(t[i],n):R(n)?t[i]=V({},n):g(n)?t[i]=n.slice():t[i]=n};for(let r=0,i=arguments.length;r<i;r++)arguments[r]&&F(arguments[r],n);return t}const W=(e,t,n,{allOwnKeys:r}={})=>(F(t,((t,r)=>{n&&_(t)?e[r]=h(t,n):e[r]=t}),{allOwnKeys:r}),e),G=e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),Y=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},Z=(e,t,n,r)=>{let i,o,s;const a={};if(t=t||{},null==e)return t;do{i=Object.getOwnPropertyNames(e),o=i.length;while(o-- >0)s=i[o],r&&!r(s,e,t)||a[s]||(t[s]=e[s],a[s]=!0);e=!1!==n&&f(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},X=(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return-1!==r&&r===n},q=e=>{if(!e)return null;if(g(e))return e;let t=e.length;if(!C(t))return null;const n=new Array(t);while(t-- >0)n[t]=e[t];return n},K=(e=>t=>e&&t instanceof e)("undefined"!==typeof Uint8Array&&f(Uint8Array)),Q=(e,t)=>{const n=e&&e[Symbol.iterator],r=n.call(e);let i;while((i=r.next())&&!i.done){const n=i.value;t.call(e,n[0],n[1])}},$=(e,t)=>{let n;const r=[];while(null!==(n=e.exec(t)))r.push(n);return r},ee=y("HTMLFormElement"),te=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n})),ne=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),re=y("RegExp"),ie=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};F(n,((n,i)=>{let o;!1!==(o=t(n,i,e))&&(r[i]=o||n)})),Object.defineProperties(e,r)},oe=e=>{ie(e,((t,n)=>{if(_(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];_(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},se=(e,t)=>{const n={},r=e=>{e.forEach((e=>{n[e]=!0}))};return g(e)?r(e):r(String(e).split(t)),n},ae=()=>{},ce=(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,le="abcdefghijklmnopqrstuvwxyz",ue="0123456789",he={DIGIT:ue,ALPHA:le,ALPHA_DIGIT:le+le.toUpperCase()+ue},de=(e=16,t=he.ALPHA_DIGIT)=>{let n="";const{length:r}=t;while(e--)n+=t[Math.random()*r|0];return n};function fe(e){return!!(e&&_(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])}const pe=e=>{const t=new Array(10),n=(e,r)=>{if(E(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const i=g(e)?[]:{};return F(e,((e,t)=>{const o=n(e,r+1);!m(o)&&(i[t]=o)})),t[r]=void 0,i}}return e};return n(e,0)},ye=y("AsyncFunction"),ve=e=>e&&(E(e)||_(e))&&_(e.then)&&_(e.catch),ge=((e,t)=>e?setImmediate:t?((e,t)=>(H.addEventListener("message",(({source:n,data:r})=>{n===H&&r===e&&t.length&&t.shift()()}),!1),n=>{t.push(n),H.postMessage(e,"*")}))(`axios@${Math.random()}`,[]):e=>setTimeout(e))("function"===typeof setImmediate,_(H.postMessage)),me="undefined"!==typeof queueMicrotask?queueMicrotask.bind(H):"undefined"!==typeof process&&process.nextTick||ge;var we={isArray:g,isArrayBuffer:b,isBuffer:w,isFormData:z,isArrayBufferView:A,isString:S,isNumber:C,isBoolean:x,isObject:E,isPlainObject:R,isReadableStream:N,isRequest:j,isResponse:U,isHeaders:P,isUndefined:m,isDate:k,isFile:B,isBlob:O,isRegExp:re,isFunction:_,isStream:T,isURLSearchParams:I,isTypedArray:K,isFileList:D,forEach:F,merge:V,extend:W,trim:M,stripBOM:G,inherits:Y,toFlatObject:Z,kindOf:p,kindOfTest:y,endsWith:X,toArray:q,forEachEntry:Q,matchAll:$,isHTMLForm:ee,hasOwnProperty:ne,hasOwnProp:ne,reduceDescriptors:ie,freezeMethods:oe,toObjectSet:se,toCamelCase:te,noop:ae,toFiniteNumber:ce,findKey:L,global:H,isContextDefined:J,ALPHABET:he,generateString:de,isSpecCompliantForm:fe,toJSONObject:pe,isAsyncFn:ye,isThenable:ve,setImmediate:ge,asap:me};function be(e,t,n,r,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),i&&(this.response=i)}we.inherits(be,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:we.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Ae=be.prototype,Se={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{Se[e]={value:e}})),Object.defineProperties(be,Se),Object.defineProperty(Ae,"isAxiosError",{value:!0}),be.from=(e,t,n,r,i,o)=>{const s=Object.create(Ae);return we.toFlatObject(e,s,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),be.call(s,e.message,t,n,r,i),s.cause=e,s.name=e.name,o&&Object.assign(s,o),s};var _e=be,Ce=null;function Ee(e){return we.isPlainObject(e)||we.isArray(e)}function xe(e){return we.endsWith(e,"[]")?e.slice(0,-2):e}function Re(e,t,n){return e?e.concat(t).map((function(e,t){return e=xe(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}function ke(e){return we.isArray(e)&&!e.some(Ee)}const Be=we.toFlatObject(we,{},null,(function(e){return/^is[A-Z]/.test(e)}));function Oe(e,t,n){if(!we.isObject(e))throw new TypeError("target must be an object");t=t||new(Ce||FormData),n=we.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!we.isUndefined(t[e])}));const r=n.metaTokens,i=n.visitor||u,o=n.dots,s=n.indexes,a=n.Blob||"undefined"!==typeof Blob&&Blob,c=a&&we.isSpecCompliantForm(t);if(!we.isFunction(i))throw new TypeError("visitor must be a function");function l(e){if(null===e)return"";if(we.isDate(e))return e.toISOString();if(!c&&we.isBlob(e))throw new _e("Blob is not supported. Use a Buffer instead.");return we.isArrayBuffer(e)||we.isTypedArray(e)?c&&"function"===typeof Blob?new Blob([e]):Buffer.from(e):e}function u(e,n,i){let a=e;if(e&&!i&&"object"===typeof e)if(we.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(we.isArray(e)&&ke(e)||(we.isFileList(e)||we.endsWith(n,"[]"))&&(a=we.toArray(e)))return n=xe(n),a.forEach((function(e,r){!we.isUndefined(e)&&null!==e&&t.append(!0===s?Re([n],r,o):null===s?n:n+"[]",l(e))})),!1;return!!Ee(e)||(t.append(Re(i,n,o),l(e)),!1)}const h=[],d=Object.assign(Be,{defaultVisitor:u,convertValue:l,isVisitable:Ee});function f(e,n){if(!we.isUndefined(e)){if(-1!==h.indexOf(e))throw Error("Circular reference detected in "+n.join("."));h.push(e),we.forEach(e,(function(e,r){const o=!(we.isUndefined(e)||null===e)&&i.call(t,e,we.isString(r)?r.trim():r,n,d);!0===o&&f(e,n?n.concat(r):[r])})),h.pop()}}if(!we.isObject(e))throw new TypeError("data must be an object");return f(e),t}var De=Oe;function Te(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function ze(e,t){this._pairs=[],e&&De(e,this,t)}const Ie=ze.prototype;Ie.append=function(e,t){this._pairs.push([e,t])},Ie.toString=function(e){const t=e?function(t){return e.call(this,t,Te)}:Te;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var Ne=ze;function je(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Ue(e,t,n){if(!t)return e;const r=n&&n.encode||je,i=n&&n.serialize;let o;if(o=i?i(t,n):we.isURLSearchParams(t)?t.toString():new Ne(t,n).toString(r),o){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}class Pe{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){we.forEach(this.handlers,(function(t){null!==t&&e(t)}))}}var Me=Pe,Fe={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Le="undefined"!==typeof URLSearchParams?URLSearchParams:Ne,He="undefined"!==typeof FormData?FormData:null,Je="undefined"!==typeof Blob?Blob:null,Ve={isBrowser:!0,classes:{URLSearchParams:Le,FormData:He,Blob:Je},protocols:["http","https","file","blob","url","data"]};const We="undefined"!==typeof window&&"undefined"!==typeof document,Ge=(e=>We&&["ReactNative","NativeScript","NS"].indexOf(e)<0)("undefined"!==typeof navigator&&navigator.product),Ye=(()=>"undefined"!==typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"===typeof self.importScripts)(),Ze=We&&window.location.href||"http://localhost";var Xe={...e,...Ve};function qe(e,t){return De(e,new Xe.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return Xe.isNode&&we.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}function Ke(e){return we.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}function Qe(e){const t={},n=Object.keys(e);let r;const i=n.length;let o;for(r=0;r<i;r++)o=n[r],t[o]=e[o];return t}function $e(e){function t(e,n,r,i){let o=e[i++];if("__proto__"===o)return!0;const s=Number.isFinite(+o),a=i>=e.length;if(o=!o&&we.isArray(r)?r.length:o,a)return we.hasOwnProp(r,o)?r[o]=[r[o],n]:r[o]=n,!s;r[o]&&we.isObject(r[o])||(r[o]=[]);const c=t(e,n,r[o],i);return c&&we.isArray(r[o])&&(r[o]=Qe(r[o])),!s}if(we.isFormData(e)&&we.isFunction(e.entries)){const n={};return we.forEachEntry(e,((e,r)=>{t(Ke(e),r,n,0)})),n}return null}var et=$e;function tt(e,t,n){if(we.isString(e))try{return(t||JSON.parse)(e),we.trim(e)}catch(br){if("SyntaxError"!==br.name)throw br}return(n||JSON.stringify)(e)}const nt={transitional:Fe,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,i=we.isObject(e);i&&we.isHTMLForm(e)&&(e=new FormData(e));const o=we.isFormData(e);if(o)return r?JSON.stringify(et(e)):e;if(we.isArrayBuffer(e)||we.isBuffer(e)||we.isStream(e)||we.isFile(e)||we.isBlob(e)||we.isReadableStream(e))return e;if(we.isArrayBufferView(e))return e.buffer;if(we.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let s;if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return qe(e,this.formSerializer).toString();if((s=we.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return De(s?{"files[]":e}:e,t&&new t,this.formSerializer)}}return i||r?(t.setContentType("application/json",!1),tt(e)):e}],transformResponse:[function(e){const t=this.transitional||nt.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(we.isResponse(e)||we.isReadableStream(e))return e;if(e&&we.isString(e)&&(n&&!this.responseType||r)){const n=t&&t.silentJSONParsing,i=!n&&r;try{return JSON.parse(e)}catch(br){if(i){if("SyntaxError"===br.name)throw _e.from(br,_e.ERR_BAD_RESPONSE,this,null,this.response);throw br}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Xe.classes.FormData,Blob:Xe.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};we.forEach(["delete","get","head","post","put","patch"],(e=>{nt.headers[e]={}}));var rt=nt;const it=we.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var ot=e=>{const t={};let n,r,i;return e&&e.split("\n").forEach((function(e){i=e.indexOf(":"),n=e.substring(0,i).trim().toLowerCase(),r=e.substring(i+1).trim(),!n||t[n]&&it[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)})),t};const st=Symbol("internals");function at(e){return e&&String(e).trim().toLowerCase()}function ct(e){return!1===e||null==e?e:we.isArray(e)?e.map(ct):String(e)}function lt(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;while(r=n.exec(e))t[r[1]]=r[2];return t}const ut=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function ht(e,t,n,r,i){return we.isFunction(r)?r.call(this,t,n):(i&&(t=n),we.isString(t)?we.isString(r)?-1!==t.indexOf(r):we.isRegExp(r)?r.test(t):void 0:void 0)}function dt(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}function ft(e,t){const n=we.toCamelCase(" "+t);["get","set","has"].forEach((r=>{Object.defineProperty(e,r+n,{value:function(e,n,i){return this[r].call(this,t,e,n,i)},configurable:!0})}))}class pt{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function i(e,t,n){const i=at(t);if(!i)throw new Error("header name must be a non-empty string");const o=we.findKey(r,i);(!o||void 0===r[o]||!0===n||void 0===n&&!1!==r[o])&&(r[o||t]=ct(e))}const o=(e,t)=>we.forEach(e,((e,n)=>i(e,n,t)));if(we.isPlainObject(e)||e instanceof this.constructor)o(e,t);else if(we.isString(e)&&(e=e.trim())&&!ut(e))o(ot(e),t);else if(we.isHeaders(e))for(const[s,a]of e.entries())i(a,s,n);else null!=e&&i(t,e,n);return this}get(e,t){if(e=at(e),e){const n=we.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return lt(e);if(we.isFunction(t))return t.call(this,e,n);if(we.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=at(e),e){const n=we.findKey(this,e);return!(!n||void 0===this[n]||t&&!ht(this,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function i(e){if(e=at(e),e){const i=we.findKey(n,e);!i||t&&!ht(n,n[i],i,t)||(delete n[i],r=!0)}}return we.isArray(e)?e.forEach(i):i(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;while(n--){const i=t[n];e&&!ht(this,this[i],i,e,!0)||(delete this[i],r=!0)}return r}normalize(e){const t=this,n={};return we.forEach(this,((r,i)=>{const o=we.findKey(n,i);if(o)return t[o]=ct(r),void delete t[i];const s=e?dt(i):String(i).trim();s!==i&&delete t[i],t[s]=ct(r),n[s]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return we.forEach(this,((n,r)=>{null!=n&&!1!==n&&(t[r]=e&&we.isArray(n)?n.join(", "):n)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach((e=>n.set(e))),n}static accessor(e){const t=this[st]=this[st]={accessors:{}},n=t.accessors,r=this.prototype;function i(e){const t=at(e);n[t]||(ft(r,e),n[t]=!0)}return we.isArray(e)?e.forEach(i):i(e),this}}pt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),we.reduceDescriptors(pt.prototype,(({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}})),we.freezeMethods(pt);var yt=pt;function vt(e,t){const n=this||rt,r=t||n,i=yt.from(r.headers);let o=r.data;return we.forEach(e,(function(e){o=e.call(n,o,i.normalize(),t?t.status:void 0)})),i.normalize(),o}function gt(e){return!(!e||!e.__CANCEL__)}function mt(e,t,n){_e.call(this,null==e?"canceled":e,_e.ERR_CANCELED,t,n),this.name="CanceledError"}we.inherits(mt,_e,{__CANCEL__:!0});var wt=mt;function bt(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new _e("Request failed with status code "+n.status,[_e.ERR_BAD_REQUEST,_e.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}function At(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function St(e,t){e=e||10;const n=new Array(e),r=new Array(e);let i,o=0,s=0;return t=void 0!==t?t:1e3,function(a){const c=Date.now(),l=r[s];i||(i=c),n[o]=a,r[o]=c;let u=s,h=0;while(u!==o)h+=n[u++],u%=e;if(o=(o+1)%e,o===s&&(s=(s+1)%e),c-i<t)return;const d=l&&c-l;return d?Math.round(1e3*h/d):void 0}}var _t=St;function Ct(e,t){let n,r,i=0,o=1e3/t;const s=(t,o=Date.now())=>{i=o,n=null,r&&(clearTimeout(r),r=null),e.apply(null,t)},a=(...e)=>{const t=Date.now(),a=t-i;a>=o?s(e,t):(n=e,r||(r=setTimeout((()=>{r=null,s(n)}),o-a)))},c=()=>n&&s(n);return[a,c]}var Et=Ct;const xt=(e,t,n=3)=>{let r=0;const i=_t(50,250);return Et((n=>{const o=n.loaded,s=n.lengthComputable?n.total:void 0,a=o-r,c=i(a),l=o<=s;r=o;const u={loaded:o,total:s,progress:s?o/s:void 0,bytes:a,rate:c||void 0,estimated:c&&s&&l?(s-o)/c:void 0,event:n,lengthComputable:null!=s,[t?"download":"upload"]:!0};e(u)}),n)},Rt=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},kt=e=>(...t)=>we.asap((()=>e(...t)));var Bt=Xe.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let n;function r(n){let r=n;return e&&(t.setAttribute("href",r),r=t.href),t.setAttribute("href",r),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return n=r(window.location.href),function(e){const t=we.isString(e)?r(e):e;return t.protocol===n.protocol&&t.host===n.host}}():function(){return function(){return!0}}(),Ot=Xe.hasStandardBrowserEnv?{write(e,t,n,r,i,o){const s=[e+"="+encodeURIComponent(t)];we.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),we.isString(r)&&s.push("path="+r),we.isString(i)&&s.push("domain="+i),!0===o&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Dt(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Tt(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function zt(e,t){return e&&!Dt(t)?Tt(e,t):t}const It=e=>e instanceof yt?{...e}:e;function Nt(e,t){t=t||{};const n={};function r(e,t,n){return we.isPlainObject(e)&&we.isPlainObject(t)?we.merge.call({caseless:n},e,t):we.isPlainObject(t)?we.merge({},t):we.isArray(t)?t.slice():t}function i(e,t,n){return we.isUndefined(t)?we.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function o(e,t){if(!we.isUndefined(t))return r(void 0,t)}function s(e,t){return we.isUndefined(t)?we.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function a(n,i,o){return o in t?r(n,i):o in e?r(void 0,n):void 0}const c={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(e,t)=>i(It(e),It(t),!0)};return we.forEach(Object.keys(Object.assign({},e,t)),(function(r){const o=c[r]||i,s=o(e[r],t[r],r);we.isUndefined(s)&&o!==a||(n[r]=s)})),n}var jt=e=>{const t=Nt({},e);let n,{data:r,withXSRFToken:i,xsrfHeaderName:o,xsrfCookieName:s,headers:a,auth:c}=t;if(t.headers=a=yt.from(a),t.url=Ue(zt(t.baseURL,t.url),e.params,e.paramsSerializer),c&&a.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):""))),we.isFormData(r))if(Xe.hasStandardBrowserEnv||Xe.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if(!1!==(n=a.getContentType())){const[e,...t]=n?n.split(";").map((e=>e.trim())).filter(Boolean):[];a.setContentType([e||"multipart/form-data",...t].join("; "))}if(Xe.hasStandardBrowserEnv&&(i&&we.isFunction(i)&&(i=i(t)),i||!1!==i&&Bt(t.url))){const e=o&&s&&Ot.read(s);e&&a.set(o,e)}return t};const Ut="undefined"!==typeof XMLHttpRequest;var Pt=Ut&&function(e){return new Promise((function(t,n){const r=jt(e);let i=r.data;const o=yt.from(r.headers).normalize();let s,a,c,l,u,{responseType:h,onUploadProgress:d,onDownloadProgress:f}=r;function p(){l&&l(),u&&u(),r.cancelToken&&r.cancelToken.unsubscribe(s),r.signal&&r.signal.removeEventListener("abort",s)}let y=new XMLHttpRequest;function v(){if(!y)return;const r=yt.from("getAllResponseHeaders"in y&&y.getAllResponseHeaders()),i=h&&"text"!==h&&"json"!==h?y.response:y.responseText,o={data:i,status:y.status,statusText:y.statusText,headers:r,config:e,request:y};bt((function(e){t(e),p()}),(function(e){n(e),p()}),o),y=null}y.open(r.method.toUpperCase(),r.url,!0),y.timeout=r.timeout,"onloadend"in y?y.onloadend=v:y.onreadystatechange=function(){y&&4===y.readyState&&(0!==y.status||y.responseURL&&0===y.responseURL.indexOf("file:"))&&setTimeout(v)},y.onabort=function(){y&&(n(new _e("Request aborted",_e.ECONNABORTED,e,y)),y=null)},y.onerror=function(){n(new _e("Network Error",_e.ERR_NETWORK,e,y)),y=null},y.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const i=r.transitional||Fe;r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new _e(t,i.clarifyTimeoutError?_e.ETIMEDOUT:_e.ECONNABORTED,e,y)),y=null},void 0===i&&o.setContentType(null),"setRequestHeader"in y&&we.forEach(o.toJSON(),(function(e,t){y.setRequestHeader(t,e)})),we.isUndefined(r.withCredentials)||(y.withCredentials=!!r.withCredentials),h&&"json"!==h&&(y.responseType=r.responseType),f&&([c,u]=xt(f,!0),y.addEventListener("progress",c)),d&&y.upload&&([a,l]=xt(d),y.upload.addEventListener("progress",a),y.upload.addEventListener("loadend",l)),(r.cancelToken||r.signal)&&(s=t=>{y&&(n(!t||t.type?new wt(null,e,y):t),y.abort(),y=null)},r.cancelToken&&r.cancelToken.subscribe(s),r.signal&&(r.signal.aborted?s():r.signal.addEventListener("abort",s)));const g=At(r.url);g&&-1===Xe.protocols.indexOf(g)?n(new _e("Unsupported protocol "+g+":",_e.ERR_BAD_REQUEST,e)):y.send(i||null)}))};const Mt=(e,t)=>{let n,r=new AbortController;const i=function(e){if(!n){n=!0,s();const t=e instanceof Error?e:this.reason;r.abort(t instanceof _e?t:new wt(t instanceof Error?t.message:t))}};let o=t&&setTimeout((()=>{i(new _e(`timeout ${t} of ms exceeded`,_e.ETIMEDOUT))}),t);const s=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach((e=>{e&&(e.removeEventListener?e.removeEventListener("abort",i):e.unsubscribe(i))})),e=null)};e.forEach((e=>e&&e.addEventListener&&e.addEventListener("abort",i)));const{signal:a}=r;return a.unsubscribe=s,[a,()=>{o&&clearTimeout(o),o=null}]};var Ft=Mt;const Lt=function*(e,t){let n=e.byteLength;if(!t||n<t)return void(yield e);let r,i=0;while(i<n)r=i+t,yield e.slice(i,r),i=r},Ht=async function*(e,t,n){for await(const r of e)yield*Lt(ArrayBuffer.isView(r)?r:await n(String(r)),t)},Jt=(e,t,n,r,i)=>{const o=Ht(e,t,i);let s,a=0,c=e=>{s||(s=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await o.next();if(t)return c(),void e.close();let i=r.byteLength;if(n){let e=a+=i;n(e)}e.enqueue(new Uint8Array(r))}catch(t){throw c(t),t}},cancel(e){return c(e),o.return()}},{highWaterMark:2})},Vt="function"===typeof fetch&&"function"===typeof Request&&"function"===typeof Response,Wt=Vt&&"function"===typeof ReadableStream,Gt=Vt&&("function"===typeof TextEncoder?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Yt=(e,...t)=>{try{return!!e(...t)}catch(br){return!1}},Zt=Wt&&Yt((()=>{let e=!1;const t=new Request(Xe.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})),Xt=65536,qt=Wt&&Yt((()=>we.isReadableStream(new Response("").body))),Kt={stream:qt&&(e=>e.body)};Vt&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach((t=>{!Kt[t]&&(Kt[t]=we.isFunction(e[t])?e=>e[t]():(e,n)=>{throw new _e(`Response type '${t}' is not supported`,_e.ERR_NOT_SUPPORT,n)})}))})(new Response);const Qt=async e=>null==e?0:we.isBlob(e)?e.size:we.isSpecCompliantForm(e)?(await new Request(e).arrayBuffer()).byteLength:we.isArrayBufferView(e)||we.isArrayBuffer(e)?e.byteLength:(we.isURLSearchParams(e)&&(e+=""),we.isString(e)?(await Gt(e)).byteLength:void 0),$t=async(e,t)=>{const n=we.toFiniteNumber(e.getContentLength());return null==n?Qt(t):n};var en=Vt&&(async e=>{let{url:t,method:n,data:r,signal:i,cancelToken:o,timeout:s,onDownloadProgress:a,onUploadProgress:c,responseType:l,headers:u,withCredentials:h="same-origin",fetchOptions:d}=jt(e);l=l?(l+"").toLowerCase():"text";let f,p,[y,v]=i||o||s?Ft([i,o],s):[];const g=()=>{!f&&setTimeout((()=>{y&&y.unsubscribe()})),f=!0};let m;try{if(c&&Zt&&"get"!==n&&"head"!==n&&0!==(m=await $t(u,r))){let e,n=new Request(t,{method:"POST",body:r,duplex:"half"});if(we.isFormData(r)&&(e=n.headers.get("content-type"))&&u.setContentType(e),n.body){const[e,t]=Rt(m,xt(kt(c)));r=Jt(n.body,Xt,e,t,Gt)}}we.isString(h)||(h=h?"include":"omit"),p=new Request(t,{...d,signal:y,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:h});let i=await fetch(p);const o=qt&&("stream"===l||"response"===l);if(qt&&(a||o)){const e={};["status","statusText","headers"].forEach((t=>{e[t]=i[t]}));const t=we.toFiniteNumber(i.headers.get("content-length")),[n,r]=a&&Rt(t,xt(kt(a),!0))||[];i=new Response(Jt(i.body,Xt,n,(()=>{r&&r(),o&&g()}),Gt),e)}l=l||"text";let s=await Kt[we.findKey(Kt,l)||"text"](i,e);return!o&&g(),v&&v(),await new Promise(((t,n)=>{bt(t,n,{data:s,headers:yt.from(i.headers),status:i.status,statusText:i.statusText,config:e,request:p})}))}catch(w){if(g(),w&&"TypeError"===w.name&&/fetch/i.test(w.message))throw Object.assign(new _e("Network Error",_e.ERR_NETWORK,e,p),{cause:w.cause||w});throw _e.from(w,w&&w.code,e,p)}});const tn={http:Ce,xhr:Pt,fetch:en};we.forEach(tn,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(br){}Object.defineProperty(e,"adapterName",{value:t})}}));const nn=e=>`- ${e}`,rn=e=>we.isFunction(e)||null===e||!1===e;var on={getAdapter:e=>{e=we.isArray(e)?e:[e];const{length:t}=e;let n,r;const i={};for(let o=0;o<t;o++){let t;if(n=e[o],r=n,!rn(n)&&(r=tn[(t=String(n)).toLowerCase()],void 0===r))throw new _e(`Unknown adapter '${t}'`);if(r)break;i[t||"#"+o]=r}if(!r){const e=Object.entries(i).map((([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));let n=t?e.length>1?"since :\n"+e.map(nn).join("\n"):" "+nn(e[0]):"as no adapter specified";throw new _e("There is no suitable adapter to dispatch the request "+n,"ERR_NOT_SUPPORT")}return r},adapters:tn};function sn(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new wt(null,e)}function an(e){sn(e),e.headers=yt.from(e.headers),e.data=vt.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);const t=on.getAdapter(e.adapter||rt.adapter);return t(e).then((function(t){return sn(e),t.data=vt.call(e,e.transformResponse,t),t.headers=yt.from(t.headers),t}),(function(t){return gt(t)||(sn(e),t&&t.response&&(t.response.data=vt.call(e,e.transformResponse,t.response),t.response.headers=yt.from(t.response.headers))),Promise.reject(t)}))}const cn="1.7.4",ln={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{ln[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const un={};function hn(e,t,n){if("object"!==typeof e)throw new _e("options must be an object",_e.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let i=r.length;while(i-- >0){const o=r[i],s=t[o];if(s){const t=e[o],n=void 0===t||s(t,o,e);if(!0!==n)throw new _e("option "+o+" must be "+n,_e.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new _e("Unknown option "+o,_e.ERR_BAD_OPTION)}}ln.transitional=function(e,t,n){function r(e,t){return"[Axios v"+cn+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,i,o)=>{if(!1===e)throw new _e(r(i," has been removed"+(t?" in "+t:"")),_e.ERR_DEPRECATED);return t&&!un[i]&&(un[i]=!0,console.warn(r(i," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,i,o)}};var dn={assertOptions:hn,validators:ln};const fn=dn.validators;class pn{constructor(e){this.defaults=e,this.interceptors={request:new Me,response:new Me}}async request(e,t){try{return await this._request(e,t)}catch(n){if(n instanceof Error){let e;Error.captureStackTrace?Error.captureStackTrace(e={}):e=new Error;const t=e.stack?e.stack.replace(/^.+\n/,""):"";try{n.stack?t&&!String(n.stack).endsWith(t.replace(/^.+\n.+\n/,""))&&(n.stack+="\n"+t):n.stack=t}catch(br){}}throw n}}_request(e,t){"string"===typeof e?(t=t||{},t.url=e):t=e||{},t=Nt(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:i}=t;void 0!==n&&dn.assertOptions(n,{silentJSONParsing:fn.transitional(fn.boolean),forcedJSONParsing:fn.transitional(fn.boolean),clarifyTimeoutError:fn.transitional(fn.boolean)},!1),null!=r&&(we.isFunction(r)?t.paramsSerializer={serialize:r}:dn.assertOptions(r,{encode:fn.function,serialize:fn.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let o=i&&we.merge(i.common,i[t.method]);i&&we.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete i[e]})),t.headers=yt.concat(o,i);const s=[];let a=!0;this.interceptors.request.forEach((function(e){"function"===typeof e.runWhen&&!1===e.runWhen(t)||(a=a&&e.synchronous,s.unshift(e.fulfilled,e.rejected))}));const c=[];let l;this.interceptors.response.forEach((function(e){c.push(e.fulfilled,e.rejected)}));let u,h=0;if(!a){const e=[an.bind(this),void 0];e.unshift.apply(e,s),e.push.apply(e,c),u=e.length,l=Promise.resolve(t);while(h<u)l=l.then(e[h++],e[h++]);return l}u=s.length;let d=t;h=0;while(h<u){const e=s[h++],t=s[h++];try{d=e(d)}catch(f){t.call(this,f);break}}try{l=an.call(this,d)}catch(f){return Promise.reject(f)}h=0,u=c.length;while(h<u)l=l.then(c[h++],c[h++]);return l}getUri(e){e=Nt(this.defaults,e);const t=zt(e.baseURL,e.url);return Ue(t,e.params,e.paramsSerializer)}}we.forEach(["delete","get","head","options"],(function(e){pn.prototype[e]=function(t,n){return this.request(Nt(n||{},{method:e,url:t,data:(n||{}).data}))}})),we.forEach(["post","put","patch"],(function(e){function t(t){return function(n,r,i){return this.request(Nt(i||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}pn.prototype[e]=t(),pn.prototype[e+"Form"]=t(!0)}));var yn=pn;class vn{constructor(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise((function(e){t=e}));const n=this;this.promise.then((e=>{if(!n._listeners)return;let t=n._listeners.length;while(t-- >0)n._listeners[t](e);n._listeners=null})),this.promise.then=e=>{let t;const r=new Promise((e=>{n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e((function(e,r,i){n.reason||(n.reason=new wt(e,r,i),t(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;const t=new vn((function(t){e=t}));return{token:t,cancel:e}}}var gn=vn;function mn(e){return function(t){return e.apply(null,t)}}function wn(e){return we.isObject(e)&&!0===e.isAxiosError}const bn={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(bn).forEach((([e,t])=>{bn[t]=e}));var An=bn;function Sn(e){const t=new yn(e),n=h(yn.prototype.request,t);return we.extend(n,yn.prototype,t,{allOwnKeys:!0}),we.extend(n,t,null,{allOwnKeys:!0}),n.create=function(t){return Sn(Nt(e,t))},n}const _n=Sn(rt);_n.Axios=yn,_n.CanceledError=wt,_n.CancelToken=gn,_n.isCancel=gt,_n.VERSION=cn,_n.toFormData=De,_n.AxiosError=_e,_n.Cancel=_n.CanceledError,_n.all=function(e){return Promise.all(e)},_n.spread=mn,_n.isAxiosError=wn,_n.mergeConfig=Nt,_n.AxiosHeaders=yt,_n.formToJSON=e=>et(we.isHTMLForm(e)?new FormData(e):e),_n.getAdapter=on.getAdapter,_n.HttpStatusCode=An,_n.default=_n;var Cn=_n;const En={set(e,t){sessionStorage&&null!=e&&null!=t&&sessionStorage.setItem(e,t)},get(e){return sessionStorage?null==e?null:sessionStorage.getItem(e):null},setJSON(e,t){null!=t&&this.set(e,JSON.stringify(t))},getJSON(e){const t=this.get(e);if(null!=t)return JSON.parse(t)},remove(e){sessionStorage.removeItem(e)}},xn={set(e,t){localStorage&&null!=e&&null!=t&&localStorage.setItem(e,t)},get(e){return localStorage?null==e?null:localStorage.getItem(e):null},setJSON(e,t){null!=t&&this.set(e,JSON.stringify(t))},getJSON(e){const t=this.get(e);if(null!=t)return JSON.parse(t)},remove(e){localStorage.removeItem(e)}};var Rn={session:En,local:xn},kn=r(317),Bn=r(190),On=r.n(Bn);const Dn="3.7.7",Tn=Dn,zn="function"===typeof Buffer,In="function"===typeof TextDecoder?new TextDecoder:void 0,Nn="function"===typeof TextEncoder?new TextEncoder:void 0,jn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Un=Array.prototype.slice.call(jn),Pn=(e=>{let t={};return e.forEach(((e,n)=>t[e]=n)),t})(Un),Mn=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,Fn=String.fromCharCode.bind(String),Ln="function"===typeof Uint8Array.from?Uint8Array.from.bind(Uint8Array):e=>new Uint8Array(Array.prototype.slice.call(e,0)),Hn=e=>e.replace(/=/g,"").replace(/[+\/]/g,(e=>"+"==e?"-":"_")),Jn=e=>e.replace(/[^A-Za-z0-9\+\/]/g,""),Vn=e=>{let t,n,r,i,o="";const s=e.length%3;for(let a=0;a<e.length;){if((n=e.charCodeAt(a++))>255||(r=e.charCodeAt(a++))>255||(i=e.charCodeAt(a++))>255)throw new TypeError("invalid character found");t=n<<16|r<<8|i,o+=Un[t>>18&63]+Un[t>>12&63]+Un[t>>6&63]+Un[63&t]}return s?o.slice(0,s-3)+"===".substring(s):o},Wn="function"===typeof btoa?e=>btoa(e):zn?e=>Buffer.from(e,"binary").toString("base64"):Vn,Gn=zn?e=>Buffer.from(e).toString("base64"):e=>{const t=4096;let n=[];for(let r=0,i=e.length;r<i;r+=t)n.push(Fn.apply(null,e.subarray(r,r+t)));return Wn(n.join(""))},Yn=(e,t=!1)=>t?Hn(Gn(e)):Gn(e),Zn=e=>{if(e.length<2){var t=e.charCodeAt(0);return t<128?e:t<2048?Fn(192|t>>>6)+Fn(128|63&t):Fn(224|t>>>12&15)+Fn(128|t>>>6&63)+Fn(128|63&t)}t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return Fn(240|t>>>18&7)+Fn(128|t>>>12&63)+Fn(128|t>>>6&63)+Fn(128|63&t)},Xn=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,qn=e=>e.replace(Xn,Zn),Kn=zn?e=>Buffer.from(e,"utf8").toString("base64"):Nn?e=>Gn(Nn.encode(e)):e=>Wn(qn(e)),Qn=(e,t=!1)=>t?Hn(Kn(e)):Kn(e),$n=e=>Qn(e,!0),er=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,tr=e=>{switch(e.length){case 4:var t=(7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3),n=t-65536;return Fn(55296+(n>>>10))+Fn(56320+(1023&n));case 3:return Fn((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return Fn((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},nr=e=>e.replace(er,tr),rr=e=>{if(e=e.replace(/\s+/g,""),!Mn.test(e))throw new TypeError("malformed base64.");e+="==".slice(2-(3&e.length));let t,n,r,i="";for(let o=0;o<e.length;)t=Pn[e.charAt(o++)]<<18|Pn[e.charAt(o++)]<<12|(n=Pn[e.charAt(o++)])<<6|(r=Pn[e.charAt(o++)]),i+=64===n?Fn(t>>16&255):64===r?Fn(t>>16&255,t>>8&255):Fn(t>>16&255,t>>8&255,255&t);return i},ir="function"===typeof atob?e=>atob(Jn(e)):zn?e=>Buffer.from(e,"base64").toString("binary"):rr,or=zn?e=>Ln(Buffer.from(e,"base64")):e=>Ln(ir(e).split("").map((e=>e.charCodeAt(0)))),sr=e=>or(cr(e)),ar=zn?e=>Buffer.from(e,"base64").toString("utf8"):In?e=>In.decode(or(e)):e=>nr(ir(e)),cr=e=>Jn(e.replace(/[-_]/g,(e=>"-"==e?"+":"/"))),lr=e=>ar(cr(e)),ur=e=>{if("string"!==typeof e)return!1;const t=e.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(t)||!/[^\s0-9a-zA-Z\-_]/.test(t)},hr=e=>({value:e,enumerable:!1,writable:!0,configurable:!0}),dr=function(){const e=(e,t)=>Object.defineProperty(String.prototype,e,hr(t));e("fromBase64",(function(){return lr(this)})),e("toBase64",(function(e){return Qn(this,e)})),e("toBase64URI",(function(){return Qn(this,!0)})),e("toBase64URL",(function(){return Qn(this,!0)})),e("toUint8Array",(function(){return sr(this)}))},fr=function(){const e=(e,t)=>Object.defineProperty(Uint8Array.prototype,e,hr(t));e("toBase64",(function(e){return Yn(this,e)})),e("toBase64URI",(function(){return Yn(this,!0)})),e("toBase64URL",(function(){return Yn(this,!0)}))},pr=()=>{dr(),fr()},yr={version:Dn,VERSION:Tn,atob:ir,atobPolyfill:rr,btoa:Wn,btoaPolyfill:Vn,fromBase64:lr,toBase64:Qn,encode:Qn,encodeURI:$n,encodeURL:$n,utob:qn,btou:nr,decode:lr,isValid:ur,fromUint8Array:Yn,toUint8Array:sr,extendString:dr,extendUint8Array:fr,extendBuiltins:pr},vr="RU5D",gr="ODE",mr="AE",wr="S_K",br="RVkx",Ar=yr.decode(vr).concat(gr,"_",mr,wr,yr.decode(br),"6"),Sr="d3d3",_r="w.e",Cr="mru",Er="bik",xr="Y29t",Rr=yr.decode(Sr).concat(_r,Cr,Er,".",yr.decode(xr)),kr=On().enc.Utf8.parse(Ar),Br=On().enc.Utf8.parse(Rr);function Or(e){const t="Hello, World!",n=yr.encode(t);yr.decode(n);let r=On().enc.Base64.parse(e),i=On().enc.Base64.stringify(r),o=On().AES.decrypt(i,kr,{iv:Br,mode:On().mode.CBC,padding:On().pad.Pkcs7}),s=o.toString(On().enc.Utf8);return s.toString()}const Dr=sessionStorage.getItem("AI_BASE_URL_FOR_TEST");Cn.defaults.headers["Content-Type"]="application/json;charset=utf-8";const Tr=Cn.create({baseURL:Dr||"https://zjyw.icve.com.cn/ai-api",timeout:8e4});Tr.interceptors.request.use((e=>{Rn.session.getJSON("SRKJ_TOKEN_CACHE")&&(e.headers["X-Id-Token"]=Rn.session.getJSON("SRKJ_TOKEN_CACHE"));const t=!1===(e.headers||{}).repeatSubmit;if(!t&&("post"===e.method||"put"===e.method)){const t={url:e.url,data:"object"===typeof e.data?JSON.stringify(e.data):e.data,time:(new Date).getTime()},n=Rn.session.getJSON("sessionObj");if(void 0===n||null===n||""===n)Rn.session.setJSON("sessionObj",t);else{const e=n.url,r=n.data,i=n.time,o=100;r===t.data&&t.time-i<o&&e===t.url||Rn.session.setJSON("sessionObj",t)}}return e}),(e=>{Promise.reject(e)})),Tr.interceptors.response.use((e=>{if("blob"===e.request.responseType||"arraybuffer"===e.request.responseType)return e.data;let t=e.data;if(t){const e=Or(t);try{t=JSON.parse(e)}catch(br){}}if(401!==e.status)return t.resultCode.endsWith("0000")||kn.Message.warning(t.message.description),t.queryData||t.data||t.token;kn.Message.warning(t.message.description)}));var zr=Tr,Ir=r(883);const Nr=sessionStorage.getItem("AI_BASE_URL_FOR_TEST")||"https://zjyw.icve.com.cn/ai-api",jr=sessionStorage.getItem("AI_PRE_FIX_FOR_TEST")||"/heatp",Ur=e=>zr({url:jr+"/sso/assistant",method:"get",params:{token:e}}),Pr=e=>zr({url:"/uc/authuser",method:"get",headers:e}),Mr=e=>zr({url:jr+`/criticism/${e}/apply`,method:"post"}),Fr=(e,t,n)=>zr({url:jr+"/criticism",method:"post",data:e,headers:{"X-Sse-SessionId":t},params:{courseId:n}}),Lr=(e,t)=>zr({url:jr+"/criticism/comment",method:"put",headers:{"X-Sse-SessionId":e},params:{commentId:t}}),Hr=(e,t)=>zr({url:jr+"/criticism/feedback",method:"post",data:t,params:e}),Jr=(e,t)=>{const n=new Ir.EventSourcePolyfill(Nr+jr+"/sse?id="+e,{headers:{"X-Id-Token":Rn.session.getJSON("SRKJ_TOKEN_CACHE")}});n.addEventListener("CRITICISM_ANSWER",(e=>{const n=e.data;t(JSON.parse(n))})),n.addEventListener("CRITICISM_COMMENT",(e=>{const n=e.data;t({comments:[JSON.parse(n)]},"reanswer")}))};let Vr="601a39a2a4a7cd88d5ddcef5";const Wr=["/home","/overview"];"aliyun"==={NODE_ENV:"production",BASE_URL:""}.VITE_APP_BUILD_TYPE&&(Vr="6572ba195ec962924cc39951");var Gr={"X-Enterprise-Id":"www.hep-zj.com.cn","X-App-Id":"90403a27c0704259ab7a3c8aab4489b3","X-App-Secret":"bc11ce7c44824fcaa23ff301a54b7094",appId:Vr,whiteList:Wr};const Yr=[{name:"格式问题",code:"1"},{name:"逻辑问题",code:"2"},{name:"有害信息",code:"3"},{name:"事实错误",code:"4"},{name:"没有帮助",code:"5"},{name:"答非所问",code:"6"}],Zr=async e=>{const t=await Ur(e),n=await Pr({"X-Auth-User":encodeURIComponent(t.name),"X-Auth-Token":t.password,"X-Enterprise-Id":`${Gr["X-Enterprise-Id"]}`,"X-App-Id":`${Gr["X-App-Id"]}`,"X-App-Secret":`${Gr["X-App-Secret"]}`,"X-Auth-User-Type":"1"});Rn.session.setJSON("SRKJ_TOKEN_CACHE",n)};var Xr={name:"ChatTools",props:{type:{type:String,default:"chart"},detailData:{type:Object,default:()=>{}}},data(){return{input:"",popover:!1,errors:[],errorList:Yr}},computed:{canSubmit(){return 0===this.errors.length&&""===this.input},listData(){return this.detailData}},methods:{cancelPopover(){this.popover=!1},openPopover(){this.popover=!0},reAnswer(e){this.$emit("on-reanswer",e)},async doZan(e){e.feedback=1===e.feedback?0:1;const t={commentId:e.id,feedbackId:e.feedbackId,type:e.feedback};e.feedbackId=await Hr(t),this.$forceUpdate()},async doCai(e){let t={};e.cai||(t={desc:this.input,tags:this.errors}),e.feedback=2!==e.feedback?2:0;const n={commentId:e.id,feedbackId:e.feedbackId,type:e.feedback};e.feedbackId=await Hr(n,t),this.$forceUpdate(),2===e.feedback&&this.$message.success("感谢您的反馈"),this.popover=!1,this.input="",this.errors=[]}}},qr=Xr;function Kr(e,t,n,r,i,o,s,a){var c,l="function"===typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),s?(c=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(s)},l._ssrRegister=c):i&&(c=a?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(e,t){return c.call(t),u(e,t)}}else{var h=l.beforeCreate;l.beforeCreate=h?[].concat(h,c):[c]}return{exports:e,options:l}}var Qr=Kr(qr,l,u,!1,null,"41fca0e3",null),$r=Qr.exports,ei={name:"ReadOver",components:{ChatTools:$r},props:{exercisesData:{type:Object,default:()=>{}},analyzeData:{type:Object,default:()=>{}}},data(){return{}},methods:{reanswer(e){this.$emit("on-reanswer",e)},notyApply(){this.$emit("on-noty-apply",this.analyzeData)}}},ti=ei,ni=Kr(ti,a,c,!1,null,"61f3945a",null),ri=ni.exports;
21
+ /*! js-cookie v3.0.5 | MIT */
22
+ function ii(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}var oi={read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function si(e,t){function n(n,r,i){if("undefined"!==typeof document){i=ii({},t,i),"number"===typeof i.expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),n=encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var o="";for(var s in i)i[s]&&(o+="; "+s,!0!==i[s]&&(o+="="+i[s].split(";")[0]));return document.cookie=n+"="+e.write(r,n)+o}}function r(t){if("undefined"!==typeof document&&(!arguments.length||t)){for(var n=document.cookie?document.cookie.split("; "):[],r={},i=0;i<n.length;i++){var o=n[i].split("="),s=o.slice(1).join("=");try{var a=decodeURIComponent(o[0]);if(r[a]=e.read(s,a),t===a)break}catch(br){}}return t?r[t]:r}}return Object.create({set:n,get:r,remove:function(e,t){n(e,"",ii({},t,{expires:-1}))},withAttributes:function(e){return si(this.converter,ii({},this.attributes,e))},withConverter:function(e){return si(ii({},this.converter,e),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var ai=si(oi,{path:"/"}),ci=function(){var e=this,t=e._self._c;return t("div",{staticClass:"tab-filter-contain"},[e._l(e.filterData,(function(n){return t("div",{key:n.key,staticClass:"filter-tab",class:{"filter-tab-active":n.active},on:{click:function(t){return e.filterClick(n)}}},[t("p",[t("span",{staticClass:"symbol"},[e._v(e._s(n.unit))]),t("span",{staticClass:"number"},[e._v(e._s(n.title))]),t("span",{staticClass:"unit"},[e._v("分")])]),t("p",[e._v("("+e._s(n.count)+")")])])})),t("div",{staticClass:"close",on:{click:e.closeFilter}},[t("i",{staticClass:"el-icon-error",staticStyle:{color:"rgb(240, 48, 48)","font-size":"20px"}}),t("i",{staticClass:"el-icon-close"})])],2)},li=[],ui={name:"TabFilter",props:{tabData:{type:Array,default:()=>[]},replyData:{type:Object,default:()=>{}}},watch:{tabData:{handler(){this.filterData=[],this.resizeScoreMap(),this.makeBaseData()},immediate:!0},replyData:{handler(){this.resizeScoreMap(),this.tabData.map((e=>{const{id:t}=e;if(this.replyData[t]){const{score:n}=this.replyData[t];n>=this.keys[0]&&this.scoreMap[">=90"].push(e),n>=this.keys[1]&&n<this.keys[0]&&this.scoreMap[">=80"].push(e),n>=this.keys[2]&&n<this.keys[1]&&this.scoreMap[">=70"].push(e),n>=this.keys[3]&&n<this.keys[2]&&this.scoreMap[">=60"].push(e),n<this.keys[3]&&this.scoreMap["<60"].push(e)}})),this.filterData.map((e=>{e.count=this.scoreMap[e.key].length}))},immediate:!0,deep:!0}},data(){return{scoreMap:{},filterData:[],keys:[]}},methods:{makeBaseData(){const e=this.tabData[0].score;if(!e)throw new Error("分数为空");this.keys=[.9*e,.8*e,.7*e,.6*e],this.filterData=[{title:`${this.keys[0]}`,key:">=90",unit:">=",count:0},{title:`${this.keys[1]}`,key:">=80",unit:">=",count:0},{title:`${this.keys[2]}`,key:">=70",unit:">=",count:0},{title:`${this.keys[3]}`,key:">=60",unit:">=",count:0},{title:`${this.keys[3]}`,key:"<60",unit:"<",count:0}]},filterClick(e){this.filterData.map((e=>e.active=!1)),e.active=!0,this.$forceUpdate(),this.$emit("on-filter-change",this.scoreMap[e.key])},closeFilter(){this.$emit("on-close",this.tabData)},resizeScoreMap(){this.scoreMap={">=90":[],">=80":[],">=70":[],">=60":[],"<60":[]}}}},hi=ui,di=Kr(hi,ci,li,!1,null,"449ed301",null),fi=di.exports,pi=function(){var e=this,t=e._self._c;return t("div",{staticClass:"member-table-contain",on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.searchData.apply(null,arguments)}}},[t("el-input",{attrs:{placeholder:"请输入内容"},model:{value:e.searchInput,callback:function(t){e.searchInput=t},expression:"searchInput"}},[t("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"suffix"},on:{click:e.searchData},slot:"suffix"})]),t("div",{staticClass:"content"},e._l(e.activeData,(function(n){return t("div",{key:n.id,staticClass:"member-list",class:{"member-list-selected":e.selectedMap[n.id]},on:{click:function(t){return e.selectMember(n)}}},[t("div",[e.replyCache[n.id]?e._e():t("span",{staticClass:"loading-block"},[t("i",{staticClass:"el-icon-loading"})]),e._v(" "+e._s(n.title)+" ")]),e._m(0,!0)])})),0),t("div",{staticClass:"pagination"},[t("el-pagination",{attrs:{layout:"prev, pager, next",small:!0,"page-size":e.pageSize,"current-page":e.pageNo,total:e.cacheShowData.length},on:{"current-change":e.setActiveData}})],1)],1)},yi=[function(){var e=this,t=e._self._c;return t("span",{staticClass:"member-list-icon"},[t("i",{staticClass:"el-icon-success icon-select"}),t("i",{staticClass:"el-icon-circle-plus-outline icon-hover"})])}],vi={name:"MemberTable",props:{checkData:{type:Array,default:()=>[]},showData:{type:Array,default:()=>[]},replyCache:{type:Object,default:()=>{}}},watch:{checkData:{handler(){this.selectedMap={},this.checkData.map((e=>{this.selectedMap[e.id]=e})),this.selectedData=[...this.checkData],this.$forceUpdate()},immediate:!0},showData:{handler(){this.cacheShowData=[...this.showData],this.setActiveData()},immediate:!0}},data(){return{searchInput:"",pageNo:1,pageSize:10,activeData:[],selectedData:[],selectedMap:{},cacheShowData:[]}},methods:{setActiveData(e){e&&(this.pageNo=e),this.activeData=this.cacheShowData.slice(this.pageSize*(this.pageNo-1),this.pageSize*this.pageNo)},selectMember(e){this.selectedMap[e.id]||(this.selectedData.unshift(e),this.selectedData.pop(),this.$emit("on-select-member",this.selectedData))},searchData(){this.pageNo=1,this.cacheShowData=""===this.searchInput?[...this.showData]:this.showData.filter((e=>e.title.indexOf(this.searchInput)>-1)),this.setActiveData()}}},gi=vi,mi=Kr(gi,pi,yi,!1,null,"4f3cc21e",null),wi=mi.exports,bi={name:"AiReadOver",components:{ReadOver:ri,TabFilter:fi,MemberTable:wi},props:{visible:{type:Boolean,default:!1},listData:{type:Array,default:()=>[]},courseId:{type:String,default:""},isPerson:{type:Boolean,default:!1}},data(){return{stretch:!1,showFilter:!1,showMoreButton:!1,replyCache:{},activeItem:{},analyzeData:{},sseSessionId:"",tabList:[],showTableList:[]}},watch:{visible(){this.visible?(this.sseSessionId=(new Date).getTime().toString(),this.tabList=this.listData,setTimeout((()=>{this.dealTableList(),this.sendAiInfo()}))):this.showFilter=!1},listData:{handler(){this.tabList=this.listData},immediate:!0}},mounted(){if(!ai.get("token"))return this.$message.warning("未获取到登录信息,请重新登录");this.messageList=[],Zr(ai.get("token"))},methods:{resizeFirstActive(){!this.showTableList||this.showTableList.length<1?this.analyzeData=null:(this.showTableList.map((e=>e.active=!1)),this.showTableList[0].active=!0,this.activeItem=this.showTableList[0],this.analyzeData=this.replyCache[this.showTableList[0].id])},closeMessage(){this.$emit("close")},tabClick(e){this.tabList.map((e=>e.active=!1)),e.active=!0,this.$forceUpdate(),this.activeItem=e,this.analyzeData=this.replyCache[e.id]},stretchContainer(){this.stretch=!this.stretch},messageBack(e,t){const{bizId:n,comments:[r]}=e,{content:i}=r;let o=n;r.jsonContent=JSON.parse(i),"reanswer"===t&&(o=this.activeItem.id),this.$set(this.replyCache,o,r),this.analyzeData=this.replyCache[this.activeItem.id]},async sendAiInfo(){Jr(this.sseSessionId,this.messageBack);const e=[];this.listData.map((t=>{e.push({bizId:t.id,question:t.question,score:t.score,answer:t.answer,answerer:t.title})})),await Fr(e,this.sseSessionId,this.courseId)},async notyApply(e){const{id:t}=e;await Mr(t),this.analyzeData.accepted=!0,this.$emit("on-noty-apply",e)},async onReanswer(e){this.analyzeData={},this.replyCache[this.activeItem.id]=null,await Lr(this.sseSessionId,e.id)},tabFilterClose(e){this.showFilter=!1,this.tabList=e,this.resizeFirstActive(),setTimeout((()=>{this.dealTableList()}))},filterChange(e){this.tabList=e,this.resizeFirstActive(),this.stretch=!1,setTimeout((()=>{this.dealTableList()}))},showFilterMethod(){this.showFilter=!0,setTimeout((()=>{this.dealTableList()}))},dealTableList(){const e=this.$refs.labelContainer;if(!e)return;const t=80;let n=e.clientWidth;this.isPerson&&(n-=40);const r=Math.floor(n/t);this.showMoreButton=r<this.tabList.length,this.showTableList=this.tabList.slice(0,r-2),this.resizeFirstActive()},selectMember(e){this.showTableList=e,this.resizeFirstActive()}}},Ai=bi,Si=Kr(Ai,o,s,!1,null,"2c7ffbfa",null),_i=Si.exports;_i.install=function(e){e.component(_i.name,_i)};var Ci=_i;const Ei={AiReadOver:Ci},xi=function(e){xi.installed||Object.keys(Ei).forEach((t=>{e.component(Ei[t].name,Ei[t])}))};var Ri={install:xi},ki=Ri}(),i}()}));
23
+ //# sourceMappingURL=ai-read-over-pro.umd.min.js.map