ai-read-over-mobile 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.
- package/README.md +33 -0
- package/components/demo/api/index.js +104 -0
- package/components/demo/index.js +7 -0
- package/components/demo/plugins/cache.js +77 -0
- package/components/demo/src/chat-tools.vue +420 -0
- package/components/demo/src/main.vue +783 -0
- package/components/demo/src/member-table.vue +298 -0
- package/components/demo/src/read-over.vue +398 -0
- package/components/demo/src/tab-filter.vue +313 -0
- package/components/demo/static/bg-img.svg +10 -0
- package/components/demo/static/cai-active.png +0 -0
- package/components/demo/static/cai.png +0 -0
- package/components/demo/static/correct.png +0 -0
- package/components/demo/static/error.png +0 -0
- package/components/demo/static/filter-block.svg +23 -0
- package/components/demo/static/filter-block_hover.svg +23 -0
- package/components/demo/static/filter-block_selected.svg +23 -0
- package/components/demo/static/filter.png +0 -0
- package/components/demo/static/iconfont/iconfont.css +29 -0
- package/components/demo/static/iconfont/iconfont.js +1 -0
- package/components/demo/static/iconfont/iconfont.json +37 -0
- package/components/demo/static/iconfont/iconfont.ttf +0 -0
- package/components/demo/static/logo.png +0 -0
- package/components/demo/static/robot.png +0 -0
- package/components/demo/static/send-icon.png +0 -0
- package/components/demo/static/zan-active.png +0 -0
- package/components/demo/static/zan.png +0 -0
- package/components/demo/utils/aes-utils.js +35 -0
- package/components/demo/utils/config.js +46 -0
- package/components/demo/utils/constants.js +15 -0
- package/components/demo/utils/request.js +74 -0
- package/components/index.js +15 -0
- package/dist/ai-read-over-mobile.common.js +12129 -0
- package/dist/ai-read-over-mobile.common.js.map +1 -0
- package/dist/ai-read-over-mobile.css +1 -0
- package/dist/ai-read-over-mobile.umd.js +12148 -0
- package/dist/ai-read-over-mobile.umd.js.map +1 -0
- package/dist/ai-read-over-mobile.umd.min.js +18 -0
- package/dist/ai-read-over-mobile.umd.min.js.map +1 -0
- package/dist/demo.html +1 -0
- package/dist/img/filter-block.6f369747.svg +23 -0
- package/dist/img/filter-block_hover.5314be0a.svg +23 -0
- package/dist/img/filter-block_selected.f523d7f3.svg +23 -0
- package/package.json +44 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
(function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e(require("element-ui")):"function"===typeof define&&define.amd?define(["element-ui"],e):"object"===typeof exports?exports["ai-read-over-mobile"]=e(require("element-ui")):t["ai-read-over-mobile"]=e(t["element-ui"])})("undefined"!==typeof self?self:this,(function(t){return function(){var e={565:function(t,e,r){(function(e,n){t.exports=n(r(763),r(360),r(490),r(568),r(796))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.BlockCipher,i=e.algo,s=[],o=[],a=[],c=[],l=[],u=[],h=[],f=[],d=[],p=[];(function(){for(var t=[],e=0;e<256;e++)t[e]=e<128?e<<1:e<<1^283;var r=0,n=0;for(e=0;e<256;e++){var i=n^n<<1^n<<2^n<<3^n<<4;i=i>>>8^255&i^99,s[r]=i,o[i]=r;var y=t[r],g=t[y],m=t[g],v=257*t[i]^16843008*i;a[r]=v<<24|v>>>8,c[r]=v<<16|v>>>16,l[r]=v<<8|v>>>24,u[r]=v;v=16843009*m^65537*g^257*y^16843008*r;h[i]=v<<24|v>>>8,f[i]=v<<16|v>>>16,d[i]=v<<8|v>>>24,p[i]=v,r?(r=y^t[t[t[m^y]]],n^=t[t[n]]):r=n=1}})();var y=[0,1,2,4,8,16,32,64,128,27,54],g=i.AES=n.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var t=this._keyPriorReset=this._key,e=t.words,r=t.sigBytes/4,n=this._nRounds=r+6,i=4*(n+1),o=this._keySchedule=[],a=0;a<i;a++)a<r?o[a]=e[a]:(u=o[a-1],a%r?r>6&&a%r==4&&(u=s[u>>>24]<<24|s[u>>>16&255]<<16|s[u>>>8&255]<<8|s[255&u]):(u=u<<8|u>>>24,u=s[u>>>24]<<24|s[u>>>16&255]<<16|s[u>>>8&255]<<8|s[255&u],u^=y[a/r|0]<<24),o[a]=o[a-r]^u);for(var c=this._invKeySchedule=[],l=0;l<i;l++){a=i-l;if(l%4)var u=o[a];else u=o[a-4];c[l]=l<4||a<=4?u:h[s[u>>>24]]^f[s[u>>>16&255]]^d[s[u>>>8&255]]^p[s[255&u]]}}},encryptBlock:function(t,e){this._doCryptBlock(t,e,this._keySchedule,a,c,l,u,s)},decryptBlock:function(t,e){var r=t[e+1];t[e+1]=t[e+3],t[e+3]=r,this._doCryptBlock(t,e,this._invKeySchedule,h,f,d,p,o);r=t[e+1];t[e+1]=t[e+3],t[e+3]=r},_doCryptBlock:function(t,e,r,n,i,s,o,a){for(var c=this._nRounds,l=t[e]^r[0],u=t[e+1]^r[1],h=t[e+2]^r[2],f=t[e+3]^r[3],d=4,p=1;p<c;p++){var y=n[l>>>24]^i[u>>>16&255]^s[h>>>8&255]^o[255&f]^r[d++],g=n[u>>>24]^i[h>>>16&255]^s[f>>>8&255]^o[255&l]^r[d++],m=n[h>>>24]^i[f>>>16&255]^s[l>>>8&255]^o[255&u]^r[d++],v=n[f>>>24]^i[l>>>16&255]^s[u>>>8&255]^o[255&h]^r[d++];l=y,u=g,h=m,f=v}y=(a[l>>>24]<<24|a[u>>>16&255]<<16|a[h>>>8&255]<<8|a[255&f])^r[d++],g=(a[u>>>24]<<24|a[h>>>16&255]<<16|a[f>>>8&255]<<8|a[255&l])^r[d++],m=(a[h>>>24]<<24|a[f>>>16&255]<<16|a[l>>>8&255]<<8|a[255&u])^r[d++],v=(a[f>>>24]<<24|a[l>>>16&255]<<16|a[u>>>8&255]<<8|a[255&h])^r[d++];t[e]=y,t[e+1]=g,t[e+2]=m,t[e+3]=v},keySize:8});e.AES=n._createHelper(g)}(),t.AES}))},966:function(t,e,r){(function(e,n){t.exports=n(r(763),r(360),r(490),r(568),r(796))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.BlockCipher,i=e.algo;const s=16,o=[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(t,e){let r=e>>24&255,n=e>>16&255,i=e>>8&255,s=255&e,o=t.sbox[0][r]+t.sbox[1][n];return o^=t.sbox[2][i],o+=t.sbox[3][s],o}function u(t,e,r){let n,i=e,o=r;for(let a=0;a<s;++a)i^=t.pbox[a],o=l(t,i)^o,n=i,i=o,o=n;return n=i,i=o,o=n,o^=t.pbox[s],i^=t.pbox[s+1],{left:i,right:o}}function h(t,e,r){let n,i=e,o=r;for(let a=s+1;a>1;--a)i^=t.pbox[a],o=l(t,i)^o,n=i,i=o,o=n;return n=i,i=o,o=n,o^=t.pbox[1],i^=t.pbox[0],{left:i,right:o}}function f(t,e,r){for(let s=0;s<4;s++){t.sbox[s]=[];for(let e=0;e<256;e++)t.sbox[s][e]=a[s][e]}let n=0;for(let a=0;a<s+2;a++)t.pbox[a]=o[a]^e[n],n++,n>=r&&(n=0);let i=0,c=0,l=0;for(let o=0;o<s+2;o+=2)l=u(t,i,c),i=l.left,c=l.right,t.pbox[o]=i,t.pbox[o+1]=c;for(let s=0;s<4;s++)for(let e=0;e<256;e+=2)l=u(t,i,c),i=l.left,c=l.right,t.sbox[s][e]=i,t.sbox[s][e+1]=c;return!0}var d=i.Blowfish=n.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var t=this._keyPriorReset=this._key,e=t.words,r=t.sigBytes/4;f(c,e,r)}},encryptBlock:function(t,e){var r=u(c,t[e],t[e+1]);t[e]=r.left,t[e+1]=r.right},decryptBlock:function(t,e){var r=h(c,t[e],t[e+1]);t[e]=r.left,t[e+1]=r.right},blockSize:2,keySize:4,ivSize:2});e.Blowfish=n._createHelper(d)}(),t.Blowfish}))},796:function(t,e,r){(function(e,n){t.exports=n(r(763),r(568))})(0,(function(t){t.lib.Cipher||function(e){var r=t,n=r.lib,i=n.Base,s=n.WordArray,o=n.BufferedBlockAlgorithm,a=r.enc,c=(a.Utf8,a.Base64),l=r.algo,u=l.EvpKDF,h=n.Cipher=o.extend({cfg:i.extend(),createEncryptor:function(t,e){return this.create(this._ENC_XFORM_MODE,t,e)},createDecryptor:function(t,e){return this.create(this._DEC_XFORM_MODE,t,e)},init:function(t,e,r){this.cfg=this.cfg.extend(r),this._xformMode=t,this._key=e,this.reset()},reset:function(){o.reset.call(this),this._doReset()},process:function(t){return this._append(t),this._process()},finalize:function(t){t&&this._append(t);var e=this._doFinalize();return e},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function t(t){return"string"==typeof t?S:w}return function(e){return{encrypt:function(r,n,i){return t(n).encrypt(e,r,n,i)},decrypt:function(r,n,i){return t(n).decrypt(e,r,n,i)}}}}()}),f=(n.StreamCipher=h.extend({_doFinalize:function(){var t=this._process(!0);return t},blockSize:1}),r.mode={}),d=n.BlockCipherMode=i.extend({createEncryptor:function(t,e){return this.Encryptor.create(t,e)},createDecryptor:function(t,e){return this.Decryptor.create(t,e)},init:function(t,e){this._cipher=t,this._iv=e}}),p=f.CBC=function(){var t=d.extend();function r(t,r,n){var i,s=this._iv;s?(i=s,this._iv=e):i=this._prevBlock;for(var o=0;o<n;o++)t[r+o]^=i[o]}return t.Encryptor=t.extend({processBlock:function(t,e){var n=this._cipher,i=n.blockSize;r.call(this,t,e,i),n.encryptBlock(t,e),this._prevBlock=t.slice(e,e+i)}}),t.Decryptor=t.extend({processBlock:function(t,e){var n=this._cipher,i=n.blockSize,s=t.slice(e,e+i);n.decryptBlock(t,e),r.call(this,t,e,i),this._prevBlock=s}}),t}(),y=r.pad={},g=y.Pkcs7={pad:function(t,e){for(var r=4*e,n=r-t.sigBytes%r,i=n<<24|n<<16|n<<8|n,o=[],a=0;a<n;a+=4)o.push(i);var c=s.create(o,n);t.concat(c)},unpad:function(t){var e=255&t.words[t.sigBytes-1>>>2];t.sigBytes-=e}},m=(n.BlockCipher=h.extend({cfg:h.cfg.extend({mode:p,padding:g}),reset:function(){var t;h.reset.call(this);var e=this.cfg,r=e.iv,n=e.mode;this._xformMode==this._ENC_XFORM_MODE?t=n.createEncryptor:(t=n.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==t?this._mode.init(this,r&&r.words):(this._mode=t.call(n,this,r&&r.words),this._mode.__creator=t)},_doProcessBlock:function(t,e){this._mode.processBlock(t,e)},_doFinalize:function(){var t,e=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(e.pad(this._data,this.blockSize),t=this._process(!0)):(t=this._process(!0),e.unpad(t)),t},blockSize:4}),n.CipherParams=i.extend({init:function(t){this.mixIn(t)},toString:function(t){return(t||this.formatter).stringify(this)}})),v=r.format={},b=v.OpenSSL={stringify:function(t){var e,r=t.ciphertext,n=t.salt;return e=n?s.create([1398893684,1701076831]).concat(n).concat(r):r,e.toString(c)},parse:function(t){var e,r=c.parse(t),n=r.words;return 1398893684==n[0]&&1701076831==n[1]&&(e=s.create(n.slice(2,4)),n.splice(0,4),r.sigBytes-=16),m.create({ciphertext:r,salt:e})}},w=n.SerializableCipher=i.extend({cfg:i.extend({format:b}),encrypt:function(t,e,r,n){n=this.cfg.extend(n);var i=t.createEncryptor(r,n),s=i.finalize(e),o=i.cfg;return m.create({ciphertext:s,key:r,iv:o.iv,algorithm:t,mode:o.mode,padding:o.padding,blockSize:t.blockSize,formatter:n.format})},decrypt:function(t,e,r,n){n=this.cfg.extend(n),e=this._parse(e,n.format);var i=t.createDecryptor(r,n).finalize(e.ciphertext);return i},_parse:function(t,e){return"string"==typeof t?e.parse(t,this):t}}),A=r.kdf={},_=A.OpenSSL={execute:function(t,e,r,n,i){if(n||(n=s.random(8)),i)o=u.create({keySize:e+r,hasher:i}).compute(t,n);else var o=u.create({keySize:e+r}).compute(t,n);var a=s.create(o.words.slice(e),4*r);return o.sigBytes=4*e,m.create({key:o,iv:a,salt:n})}},S=n.PasswordBasedCipher=w.extend({cfg:w.cfg.extend({kdf:_}),encrypt:function(t,e,r,n){n=this.cfg.extend(n);var i=n.kdf.execute(r,t.keySize,t.ivSize,n.salt,n.hasher);n.iv=i.iv;var s=w.encrypt.call(this,t,e,i.key,n);return s.mixIn(i),s},decrypt:function(t,e,r,n){n=this.cfg.extend(n),e=this._parse(e,n.format);var i=n.kdf.execute(r,t.keySize,t.ivSize,e.salt,n.hasher);n.iv=i.iv;var s=w.decrypt.call(this,t,e,i.key,n);return s}})}()}))},763:function(t,e,r){(function(e,r){t.exports=r()})(0,(function(){var t=t||function(t,e){var n;if("undefined"!==typeof window&&window.crypto&&(n=window.crypto),"undefined"!==typeof self&&self.crypto&&(n=self.crypto),"undefined"!==typeof globalThis&&globalThis.crypto&&(n=globalThis.crypto),!n&&"undefined"!==typeof window&&window.msCrypto&&(n=window.msCrypto),!n&&"undefined"!==typeof r.g&&r.g.crypto&&(n=r.g.crypto),!n)try{n=r(477)}catch(g){}var i=function(){if(n){if("function"===typeof n.getRandomValues)try{return n.getRandomValues(new Uint32Array(1))[0]}catch(g){}if("function"===typeof n.randomBytes)try{return n.randomBytes(4).readInt32LE()}catch(g){}}throw new Error("Native crypto module could not be used to get secure random number.")},s=Object.create||function(){function t(){}return function(e){var r;return t.prototype=e,r=new t,t.prototype=null,r}}(),o={},a=o.lib={},c=a.Base=function(){return{extend:function(t){var e=s(this);return t&&e.mixIn(t),e.hasOwnProperty("init")&&this.init!==e.init||(e.init=function(){e.$super.init.apply(this,arguments)}),e.init.prototype=e,e.$super=this,e},create:function(){var t=this.extend();return t.init.apply(t,arguments),t},init:function(){},mixIn:function(t){for(var e in t)t.hasOwnProperty(e)&&(this[e]=t[e]);t.hasOwnProperty("toString")&&(this.toString=t.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),l=a.WordArray=c.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:4*t.length},toString:function(t){return(t||h).stringify(this)},concat:function(t){var e=this.words,r=t.words,n=this.sigBytes,i=t.sigBytes;if(this.clamp(),n%4)for(var s=0;s<i;s++){var o=r[s>>>2]>>>24-s%4*8&255;e[n+s>>>2]|=o<<24-(n+s)%4*8}else for(var a=0;a<i;a+=4)e[n+a>>>2]=r[a>>>2];return this.sigBytes+=i,this},clamp:function(){var e=this.words,r=this.sigBytes;e[r>>>2]&=4294967295<<32-r%4*8,e.length=t.ceil(r/4)},clone:function(){var t=c.clone.call(this);return t.words=this.words.slice(0),t},random:function(t){for(var e=[],r=0;r<t;r+=4)e.push(i());return new l.init(e,t)}}),u=o.enc={},h=u.Hex={stringify:function(t){for(var e=t.words,r=t.sigBytes,n=[],i=0;i<r;i++){var s=e[i>>>2]>>>24-i%4*8&255;n.push((s>>>4).toString(16)),n.push((15&s).toString(16))}return n.join("")},parse:function(t){for(var e=t.length,r=[],n=0;n<e;n+=2)r[n>>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new l.init(r,e/2)}},f=u.Latin1={stringify:function(t){for(var e=t.words,r=t.sigBytes,n=[],i=0;i<r;i++){var s=e[i>>>2]>>>24-i%4*8&255;n.push(String.fromCharCode(s))}return n.join("")},parse:function(t){for(var e=t.length,r=[],n=0;n<e;n++)r[n>>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new l.init(r,e)}},d=u.Utf8={stringify:function(t){try{return decodeURIComponent(escape(f.stringify(t)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(t){return f.parse(unescape(encodeURIComponent(t)))}},p=a.BufferedBlockAlgorithm=c.extend({reset:function(){this._data=new l.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=d.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(e){var r,n=this._data,i=n.words,s=n.sigBytes,o=this.blockSize,a=4*o,c=s/a;c=e?t.ceil(c):t.max((0|c)-this._minBufferSize,0);var u=c*o,h=t.min(4*u,s);if(u){for(var f=0;f<u;f+=o)this._doProcessBlock(i,f);r=i.splice(0,u),n.sigBytes-=h}return new l.init(r,h)},clone:function(){var t=c.clone.call(this);return t._data=this._data.clone(),t},_minBufferSize:0}),y=(a.Hasher=p.extend({cfg:c.extend(),init:function(t){this.cfg=this.cfg.extend(t),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(t){return this._append(t),this._process(),this},finalize:function(t){t&&this._append(t);var e=this._doFinalize();return e},blockSize:16,_createHelper:function(t){return function(e,r){return new t.init(r).finalize(e)}},_createHmacHelper:function(t){return function(e,r){return new y.HMAC.init(t,r).finalize(e)}}}),o.algo={});return o}(Math);return t}))},360:function(t,e,r){(function(e,n){t.exports=n(r(763))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.WordArray,i=e.enc;i.Base64={stringify:function(t){var e=t.words,r=t.sigBytes,n=this._map;t.clamp();for(var i=[],s=0;s<r;s+=3)for(var o=e[s>>>2]>>>24-s%4*8&255,a=e[s+1>>>2]>>>24-(s+1)%4*8&255,c=e[s+2>>>2]>>>24-(s+2)%4*8&255,l=o<<16|a<<8|c,u=0;u<4&&s+.75*u<r;u++)i.push(n.charAt(l>>>6*(3-u)&63));var h=n.charAt(64);if(h)while(i.length%4)i.push(h);return i.join("")},parse:function(t){var e=t.length,r=this._map,n=this._reverseMap;if(!n){n=this._reverseMap=[];for(var i=0;i<r.length;i++)n[r.charCodeAt(i)]=i}var o=r.charAt(64);if(o){var a=t.indexOf(o);-1!==a&&(e=a)}return s(t,e,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function s(t,e,r){for(var i=[],s=0,o=0;o<e;o++)if(o%4){var a=r[t.charCodeAt(o-1)]<<o%4*2,c=r[t.charCodeAt(o)]>>>6-o%4*2,l=a|c;i[s>>>2]|=l<<24-s%4*8,s++}return n.create(i,s)}}(),t.enc.Base64}))},811:function(t,e,r){(function(e,n){t.exports=n(r(763))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.WordArray,i=e.enc;i.Base64url={stringify:function(t,e){void 0===e&&(e=!0);var r=t.words,n=t.sigBytes,i=e?this._safe_map:this._map;t.clamp();for(var s=[],o=0;o<n;o+=3)for(var a=r[o>>>2]>>>24-o%4*8&255,c=r[o+1>>>2]>>>24-(o+1)%4*8&255,l=r[o+2>>>2]>>>24-(o+2)%4*8&255,u=a<<16|c<<8|l,h=0;h<4&&o+.75*h<n;h++)s.push(i.charAt(u>>>6*(3-h)&63));var f=i.charAt(64);if(f)while(s.length%4)s.push(f);return s.join("")},parse:function(t,e){void 0===e&&(e=!0);var r=t.length,n=e?this._safe_map:this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var o=0;o<n.length;o++)i[n.charCodeAt(o)]=o}var a=n.charAt(64);if(a){var c=t.indexOf(a);-1!==c&&(r=c)}return s(t,r,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function s(t,e,r){for(var i=[],s=0,o=0;o<e;o++)if(o%4){var a=r[t.charCodeAt(o-1)]<<o%4*2,c=r[t.charCodeAt(o)]>>>6-o%4*2,l=a|c;i[s>>>2]|=l<<24-s%4*8,s++}return n.create(i,s)}}(),t.enc.Base64url}))},573:function(t,e,r){(function(e,n){t.exports=n(r(763))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.WordArray,i=e.enc;i.Utf16=i.Utf16BE={stringify:function(t){for(var e=t.words,r=t.sigBytes,n=[],i=0;i<r;i+=2){var s=e[i>>>2]>>>16-i%4*8&65535;n.push(String.fromCharCode(s))}return n.join("")},parse:function(t){for(var e=t.length,r=[],i=0;i<e;i++)r[i>>>1]|=t.charCodeAt(i)<<16-i%2*16;return n.create(r,2*e)}};function s(t){return t<<8&4278255360|t>>>8&16711935}i.Utf16LE={stringify:function(t){for(var e=t.words,r=t.sigBytes,n=[],i=0;i<r;i+=2){var o=s(e[i>>>2]>>>16-i%4*8&65535);n.push(String.fromCharCode(o))}return n.join("")},parse:function(t){for(var e=t.length,r=[],i=0;i<e;i++)r[i>>>1]|=s(t.charCodeAt(i)<<16-i%2*16);return n.create(r,2*e)}}}(),t.enc.Utf16}))},568:function(t,e,r){(function(e,n){t.exports=n(r(763),r(5),r(767))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.Base,i=r.WordArray,s=e.algo,o=s.MD5,a=s.EvpKDF=n.extend({cfg:n.extend({keySize:4,hasher:o,iterations:1}),init:function(t){this.cfg=this.cfg.extend(t)},compute:function(t,e){var r,n=this.cfg,s=n.hasher.create(),o=i.create(),a=o.words,c=n.keySize,l=n.iterations;while(a.length<c){r&&s.update(r),r=s.update(t).finalize(e),s.reset();for(var u=1;u<l;u++)r=s.finalize(r),s.reset();o.concat(r)}return o.sigBytes=4*c,o}});e.EvpKDF=function(t,e,r){return a.create(r).compute(t,e)}}(),t.EvpKDF}))},775:function(t,e,r){(function(e,n){t.exports=n(r(763),r(796))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.CipherParams,i=e.enc,s=i.Hex,o=e.format;o.Hex={stringify:function(t){return t.ciphertext.toString(s)},parse:function(t){var e=s.parse(t);return n.create({ciphertext:e})}}}(),t.format.Hex}))},767:function(t,e,r){(function(e,n){t.exports=n(r(763))})(0,(function(t){(function(){var e=t,r=e.lib,n=r.Base,i=e.enc,s=i.Utf8,o=e.algo;o.HMAC=n.extend({init:function(t,e){t=this._hasher=new t.init,"string"==typeof e&&(e=s.parse(e));var r=t.blockSize,n=4*r;e.sigBytes>n&&(e=t.finalize(e)),e.clamp();for(var i=this._oKey=e.clone(),o=this._iKey=e.clone(),a=i.words,c=o.words,l=0;l<r;l++)a[l]^=1549556828,c[l]^=909522486;i.sigBytes=o.sigBytes=n,this.reset()},reset:function(){var t=this._hasher;t.reset(),t.update(this._iKey)},update:function(t){return this._hasher.update(t),this},finalize:function(t){var e=this._hasher,r=e.finalize(t);e.reset();var n=e.finalize(this._oKey.clone().concat(r));return n}})})()}))},190:function(t,e,r){(function(e,n){t.exports=n(r(763),r(482),r(14),r(573),r(360),r(811),r(490),r(5),r(535),r(314),r(310),r(511),r(515),r(478),r(767),r(973),r(568),r(796),r(395),r(545),r(730),r(903),r(604),r(771),r(163),r(708),r(253),r(770),r(775),r(565),r(634),r(199),r(728),r(802),r(966))})(0,(function(t){return t}))},14:function(t,e,r){(function(e,n){t.exports=n(r(763))})(0,(function(t){return function(){if("function"==typeof ArrayBuffer){var e=t,r=e.lib,n=r.WordArray,i=n.init,s=n.init=function(t){if(t instanceof ArrayBuffer&&(t=new Uint8Array(t)),(t instanceof Int8Array||"undefined"!==typeof Uint8ClampedArray&&t instanceof Uint8ClampedArray||t instanceof Int16Array||t instanceof Uint16Array||t instanceof Int32Array||t instanceof Uint32Array||t instanceof Float32Array||t instanceof Float64Array)&&(t=new Uint8Array(t.buffer,t.byteOffset,t.byteLength)),t instanceof Uint8Array){for(var e=t.byteLength,r=[],n=0;n<e;n++)r[n>>>2]|=t[n]<<24-n%4*8;i.call(this,r,e)}else i.apply(this,arguments)};s.prototype=n}}(),t.lib.WordArray}))},490:function(t,e,r){(function(e,n){t.exports=n(r(763))})(0,(function(t){return function(e){var r=t,n=r.lib,i=n.WordArray,s=n.Hasher,o=r.algo,a=[];(function(){for(var t=0;t<64;t++)a[t]=4294967296*e.abs(e.sin(t+1))|0})();var c=o.MD5=s.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(t,e){for(var r=0;r<16;r++){var n=e+r,i=t[n];t[n]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var s=this._hash.words,o=t[e+0],c=t[e+1],d=t[e+2],p=t[e+3],y=t[e+4],g=t[e+5],m=t[e+6],v=t[e+7],b=t[e+8],w=t[e+9],A=t[e+10],_=t[e+11],S=t[e+12],k=t[e+13],C=t[e+14],R=t[e+15],x=s[0],B=s[1],E=s[2],D=s[3];x=l(x,B,E,D,o,7,a[0]),D=l(D,x,B,E,c,12,a[1]),E=l(E,D,x,B,d,17,a[2]),B=l(B,E,D,x,p,22,a[3]),x=l(x,B,E,D,y,7,a[4]),D=l(D,x,B,E,g,12,a[5]),E=l(E,D,x,B,m,17,a[6]),B=l(B,E,D,x,v,22,a[7]),x=l(x,B,E,D,b,7,a[8]),D=l(D,x,B,E,w,12,a[9]),E=l(E,D,x,B,A,17,a[10]),B=l(B,E,D,x,_,22,a[11]),x=l(x,B,E,D,S,7,a[12]),D=l(D,x,B,E,k,12,a[13]),E=l(E,D,x,B,C,17,a[14]),B=l(B,E,D,x,R,22,a[15]),x=u(x,B,E,D,c,5,a[16]),D=u(D,x,B,E,m,9,a[17]),E=u(E,D,x,B,_,14,a[18]),B=u(B,E,D,x,o,20,a[19]),x=u(x,B,E,D,g,5,a[20]),D=u(D,x,B,E,A,9,a[21]),E=u(E,D,x,B,R,14,a[22]),B=u(B,E,D,x,y,20,a[23]),x=u(x,B,E,D,w,5,a[24]),D=u(D,x,B,E,C,9,a[25]),E=u(E,D,x,B,p,14,a[26]),B=u(B,E,D,x,b,20,a[27]),x=u(x,B,E,D,k,5,a[28]),D=u(D,x,B,E,d,9,a[29]),E=u(E,D,x,B,v,14,a[30]),B=u(B,E,D,x,S,20,a[31]),x=h(x,B,E,D,g,4,a[32]),D=h(D,x,B,E,b,11,a[33]),E=h(E,D,x,B,_,16,a[34]),B=h(B,E,D,x,C,23,a[35]),x=h(x,B,E,D,c,4,a[36]),D=h(D,x,B,E,y,11,a[37]),E=h(E,D,x,B,v,16,a[38]),B=h(B,E,D,x,A,23,a[39]),x=h(x,B,E,D,k,4,a[40]),D=h(D,x,B,E,o,11,a[41]),E=h(E,D,x,B,p,16,a[42]),B=h(B,E,D,x,m,23,a[43]),x=h(x,B,E,D,w,4,a[44]),D=h(D,x,B,E,S,11,a[45]),E=h(E,D,x,B,R,16,a[46]),B=h(B,E,D,x,d,23,a[47]),x=f(x,B,E,D,o,6,a[48]),D=f(D,x,B,E,v,10,a[49]),E=f(E,D,x,B,C,15,a[50]),B=f(B,E,D,x,g,21,a[51]),x=f(x,B,E,D,S,6,a[52]),D=f(D,x,B,E,p,10,a[53]),E=f(E,D,x,B,A,15,a[54]),B=f(B,E,D,x,c,21,a[55]),x=f(x,B,E,D,b,6,a[56]),D=f(D,x,B,E,R,10,a[57]),E=f(E,D,x,B,m,15,a[58]),B=f(B,E,D,x,k,21,a[59]),x=f(x,B,E,D,y,6,a[60]),D=f(D,x,B,E,_,10,a[61]),E=f(E,D,x,B,d,15,a[62]),B=f(B,E,D,x,w,21,a[63]),s[0]=s[0]+x|0,s[1]=s[1]+B|0,s[2]=s[2]+E|0,s[3]=s[3]+D|0},_doFinalize:function(){var t=this._data,r=t.words,n=8*this._nDataBytes,i=8*t.sigBytes;r[i>>>5]|=128<<24-i%32;var s=e.floor(n/4294967296),o=n;r[15+(i+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),r[14+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),t.sigBytes=4*(r.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 t=s.clone.call(this);return t._hash=this._hash.clone(),t}});function l(t,e,r,n,i,s,o){var a=t+(e&r|~e&n)+i+o;return(a<<s|a>>>32-s)+e}function u(t,e,r,n,i,s,o){var a=t+(e&n|r&~n)+i+o;return(a<<s|a>>>32-s)+e}function h(t,e,r,n,i,s,o){var a=t+(e^r^n)+i+o;return(a<<s|a>>>32-s)+e}function f(t,e,r,n,i,s,o){var a=t+(r^(e|~n))+i+o;return(a<<s|a>>>32-s)+e}r.MD5=s._createHelper(c),r.HmacMD5=s._createHmacHelper(c)}(Math),t.MD5}))},395:function(t,e,r){(function(e,n){t.exports=n(r(763),r(796))})(0,(function(t){return t.mode.CFB=function(){var e=t.lib.BlockCipherMode.extend();function r(t,e,r,n){var i,s=this._iv;s?(i=s.slice(0),this._iv=void 0):i=this._prevBlock,n.encryptBlock(i,0);for(var o=0;o<r;o++)t[e+o]^=i[o]}return e.Encryptor=e.extend({processBlock:function(t,e){var n=this._cipher,i=n.blockSize;r.call(this,t,e,i,n),this._prevBlock=t.slice(e,e+i)}}),e.Decryptor=e.extend({processBlock:function(t,e){var n=this._cipher,i=n.blockSize,s=t.slice(e,e+i);r.call(this,t,e,i,n),this._prevBlock=s}}),e}(),t.mode.CFB}))},730:function(t,e,r){(function(e,n){t.exports=n(r(763),r(796))})(0,(function(t){
|
|
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 t.mode.CTRGladman=function(){var e=t.lib.BlockCipherMode.extend();function r(t){if(255===(t>>24&255)){var e=t>>16&255,r=t>>8&255,n=255&t;255===e?(e=0,255===r?(r=0,255===n?n=0:++n):++r):++e,t=0,t+=e<<16,t+=r<<8,t+=n}else t+=1<<24;return t}function n(t){return 0===(t[0]=r(t[0]))&&(t[1]=r(t[1])),t}var i=e.Encryptor=e.extend({processBlock:function(t,e){var r=this._cipher,i=r.blockSize,s=this._iv,o=this._counter;s&&(o=this._counter=s.slice(0),this._iv=void 0),n(o);var a=o.slice(0);r.encryptBlock(a,0);for(var c=0;c<i;c++)t[e+c]^=a[c]}});return e.Decryptor=i,e}(),t.mode.CTRGladman}))},545:function(t,e,r){(function(e,n){t.exports=n(r(763),r(796))})(0,(function(t){return t.mode.CTR=function(){var e=t.lib.BlockCipherMode.extend(),r=e.Encryptor=e.extend({processBlock:function(t,e){var r=this._cipher,n=r.blockSize,i=this._iv,s=this._counter;i&&(s=this._counter=i.slice(0),this._iv=void 0);var o=s.slice(0);r.encryptBlock(o,0),s[n-1]=s[n-1]+1|0;for(var a=0;a<n;a++)t[e+a]^=o[a]}});return e.Decryptor=r,e}(),t.mode.CTR}))},604:function(t,e,r){(function(e,n){t.exports=n(r(763),r(796))})(0,(function(t){return t.mode.ECB=function(){var e=t.lib.BlockCipherMode.extend();return e.Encryptor=e.extend({processBlock:function(t,e){this._cipher.encryptBlock(t,e)}}),e.Decryptor=e.extend({processBlock:function(t,e){this._cipher.decryptBlock(t,e)}}),e}(),t.mode.ECB}))},903:function(t,e,r){(function(e,n){t.exports=n(r(763),r(796))})(0,(function(t){return t.mode.OFB=function(){var e=t.lib.BlockCipherMode.extend(),r=e.Encryptor=e.extend({processBlock:function(t,e){var r=this._cipher,n=r.blockSize,i=this._iv,s=this._keystream;i&&(s=this._keystream=i.slice(0),this._iv=void 0),r.encryptBlock(s,0);for(var o=0;o<n;o++)t[e+o]^=s[o]}});return e.Decryptor=r,e}(),t.mode.OFB}))},771:function(t,e,r){(function(e,n){t.exports=n(r(763),r(796))})(0,(function(t){return t.pad.AnsiX923={pad:function(t,e){var r=t.sigBytes,n=4*e,i=n-r%n,s=r+i-1;t.clamp(),t.words[s>>>2]|=i<<24-s%4*8,t.sigBytes+=i},unpad:function(t){var e=255&t.words[t.sigBytes-1>>>2];t.sigBytes-=e}},t.pad.Ansix923}))},163:function(t,e,r){(function(e,n){t.exports=n(r(763),r(796))})(0,(function(t){return t.pad.Iso10126={pad:function(e,r){var n=4*r,i=n-e.sigBytes%n;e.concat(t.lib.WordArray.random(i-1)).concat(t.lib.WordArray.create([i<<24],1))},unpad:function(t){var e=255&t.words[t.sigBytes-1>>>2];t.sigBytes-=e}},t.pad.Iso10126}))},708:function(t,e,r){(function(e,n){t.exports=n(r(763),r(796))})(0,(function(t){return t.pad.Iso97971={pad:function(e,r){e.concat(t.lib.WordArray.create([2147483648],1)),t.pad.ZeroPadding.pad(e,r)},unpad:function(e){t.pad.ZeroPadding.unpad(e),e.sigBytes--}},t.pad.Iso97971}))},770:function(t,e,r){(function(e,n){t.exports=n(r(763),r(796))})(0,(function(t){return t.pad.NoPadding={pad:function(){},unpad:function(){}},t.pad.NoPadding}))},253:function(t,e,r){(function(e,n){t.exports=n(r(763),r(796))})(0,(function(t){return t.pad.ZeroPadding={pad:function(t,e){var r=4*e;t.clamp(),t.sigBytes+=r-(t.sigBytes%r||r)},unpad:function(t){var e=t.words,r=t.sigBytes-1;for(r=t.sigBytes-1;r>=0;r--)if(e[r>>>2]>>>24-r%4*8&255){t.sigBytes=r+1;break}}},t.pad.ZeroPadding}))},973:function(t,e,r){(function(e,n){t.exports=n(r(763),r(535),r(767))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.Base,i=r.WordArray,s=e.algo,o=s.SHA256,a=s.HMAC,c=s.PBKDF2=n.extend({cfg:n.extend({keySize:4,hasher:o,iterations:25e4}),init:function(t){this.cfg=this.cfg.extend(t)},compute:function(t,e){var r=this.cfg,n=a.create(r.hasher,t),s=i.create(),o=i.create([1]),c=s.words,l=o.words,u=r.keySize,h=r.iterations;while(c.length<u){var f=n.update(e).finalize(o);n.reset();for(var d=f.words,p=d.length,y=f,g=1;g<h;g++){y=n.finalize(y),n.reset();for(var m=y.words,v=0;v<p;v++)d[v]^=m[v]}s.concat(f),l[0]++}return s.sigBytes=4*u,s}});e.PBKDF2=function(t,e,r){return c.create(r).compute(t,e)}}(),t.PBKDF2}))},802:function(t,e,r){(function(e,n){t.exports=n(r(763),r(360),r(490),r(568),r(796))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.StreamCipher,i=e.algo,s=[],o=[],a=[],c=i.RabbitLegacy=n.extend({_doReset:function(){var t=this._key.words,e=this.cfg.iv,r=this._X=[t[0],t[3]<<16|t[2]>>>16,t[1],t[0]<<16|t[3]>>>16,t[2],t[1]<<16|t[0]>>>16,t[3],t[2]<<16|t[1]>>>16],n=this._C=[t[2]<<16|t[2]>>>16,4294901760&t[0]|65535&t[1],t[3]<<16|t[3]>>>16,4294901760&t[1]|65535&t[2],t[0]<<16|t[0]>>>16,4294901760&t[2]|65535&t[3],t[1]<<16|t[1]>>>16,4294901760&t[3]|65535&t[0]];this._b=0;for(var i=0;i<4;i++)l.call(this);for(i=0;i<8;i++)n[i]^=r[i+4&7];if(e){var s=e.words,o=s[0],a=s[1],c=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),u=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),h=c>>>16|4294901760&u,f=u<<16|65535&c;n[0]^=c,n[1]^=h,n[2]^=u,n[3]^=f,n[4]^=c,n[5]^=h,n[6]^=u,n[7]^=f;for(i=0;i<4;i++)l.call(this)}},_doProcessBlock:function(t,e){var r=this._X;l.call(this),s[0]=r[0]^r[5]>>>16^r[3]<<16,s[1]=r[2]^r[7]>>>16^r[5]<<16,s[2]=r[4]^r[1]>>>16^r[7]<<16,s[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)s[n]=16711935&(s[n]<<8|s[n]>>>24)|4278255360&(s[n]<<24|s[n]>>>8),t[e+n]^=s[n]},blockSize:4,ivSize:2});function l(){for(var t=this._X,e=this._C,r=0;r<8;r++)o[r]=e[r];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<o[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<o[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<o[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<o[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<o[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<o[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<o[6]>>>0?1:0)|0,this._b=e[7]>>>0<o[7]>>>0?1:0;for(r=0;r<8;r++){var n=t[r]+e[r],i=65535&n,s=n>>>16,c=((i*i>>>17)+i*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}t[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,t[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,t[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,t[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,t[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,t[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,t[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,t[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}e.RabbitLegacy=n._createHelper(c)}(),t.RabbitLegacy}))},728:function(t,e,r){(function(e,n){t.exports=n(r(763),r(360),r(490),r(568),r(796))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.StreamCipher,i=e.algo,s=[],o=[],a=[],c=i.Rabbit=n.extend({_doReset:function(){for(var t=this._key.words,e=this.cfg.iv,r=0;r<4;r++)t[r]=16711935&(t[r]<<8|t[r]>>>24)|4278255360&(t[r]<<24|t[r]>>>8);var n=this._X=[t[0],t[3]<<16|t[2]>>>16,t[1],t[0]<<16|t[3]>>>16,t[2],t[1]<<16|t[0]>>>16,t[3],t[2]<<16|t[1]>>>16],i=this._C=[t[2]<<16|t[2]>>>16,4294901760&t[0]|65535&t[1],t[3]<<16|t[3]>>>16,4294901760&t[1]|65535&t[2],t[0]<<16|t[0]>>>16,4294901760&t[2]|65535&t[3],t[1]<<16|t[1]>>>16,4294901760&t[3]|65535&t[0]];this._b=0;for(r=0;r<4;r++)l.call(this);for(r=0;r<8;r++)i[r]^=n[r+4&7];if(e){var s=e.words,o=s[0],a=s[1],c=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),u=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),h=c>>>16|4294901760&u,f=u<<16|65535&c;i[0]^=c,i[1]^=h,i[2]^=u,i[3]^=f,i[4]^=c,i[5]^=h,i[6]^=u,i[7]^=f;for(r=0;r<4;r++)l.call(this)}},_doProcessBlock:function(t,e){var r=this._X;l.call(this),s[0]=r[0]^r[5]>>>16^r[3]<<16,s[1]=r[2]^r[7]>>>16^r[5]<<16,s[2]=r[4]^r[1]>>>16^r[7]<<16,s[3]=r[6]^r[3]>>>16^r[1]<<16;for(var n=0;n<4;n++)s[n]=16711935&(s[n]<<8|s[n]>>>24)|4278255360&(s[n]<<24|s[n]>>>8),t[e+n]^=s[n]},blockSize:4,ivSize:2});function l(){for(var t=this._X,e=this._C,r=0;r<8;r++)o[r]=e[r];e[0]=e[0]+1295307597+this._b|0,e[1]=e[1]+3545052371+(e[0]>>>0<o[0]>>>0?1:0)|0,e[2]=e[2]+886263092+(e[1]>>>0<o[1]>>>0?1:0)|0,e[3]=e[3]+1295307597+(e[2]>>>0<o[2]>>>0?1:0)|0,e[4]=e[4]+3545052371+(e[3]>>>0<o[3]>>>0?1:0)|0,e[5]=e[5]+886263092+(e[4]>>>0<o[4]>>>0?1:0)|0,e[6]=e[6]+1295307597+(e[5]>>>0<o[5]>>>0?1:0)|0,e[7]=e[7]+3545052371+(e[6]>>>0<o[6]>>>0?1:0)|0,this._b=e[7]>>>0<o[7]>>>0?1:0;for(r=0;r<8;r++){var n=t[r]+e[r],i=65535&n,s=n>>>16,c=((i*i>>>17)+i*s>>>15)+s*s,l=((4294901760&n)*n|0)+((65535&n)*n|0);a[r]=c^l}t[0]=a[0]+(a[7]<<16|a[7]>>>16)+(a[6]<<16|a[6]>>>16)|0,t[1]=a[1]+(a[0]<<8|a[0]>>>24)+a[7]|0,t[2]=a[2]+(a[1]<<16|a[1]>>>16)+(a[0]<<16|a[0]>>>16)|0,t[3]=a[3]+(a[2]<<8|a[2]>>>24)+a[1]|0,t[4]=a[4]+(a[3]<<16|a[3]>>>16)+(a[2]<<16|a[2]>>>16)|0,t[5]=a[5]+(a[4]<<8|a[4]>>>24)+a[3]|0,t[6]=a[6]+(a[5]<<16|a[5]>>>16)+(a[4]<<16|a[4]>>>16)|0,t[7]=a[7]+(a[6]<<8|a[6]>>>24)+a[5]|0}e.Rabbit=n._createHelper(c)}(),t.Rabbit}))},199:function(t,e,r){(function(e,n){t.exports=n(r(763),r(360),r(490),r(568),r(796))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.StreamCipher,i=e.algo,s=i.RC4=n.extend({_doReset:function(){for(var t=this._key,e=t.words,r=t.sigBytes,n=this._S=[],i=0;i<256;i++)n[i]=i;i=0;for(var s=0;i<256;i++){var o=i%r,a=e[o>>>2]>>>24-o%4*8&255;s=(s+n[i]+a)%256;var c=n[i];n[i]=n[s],n[s]=c}this._i=this._j=0},_doProcessBlock:function(t,e){t[e]^=o.call(this)},keySize:8,ivSize:0});function o(){for(var t=this._S,e=this._i,r=this._j,n=0,i=0;i<4;i++){e=(e+1)%256,r=(r+t[e])%256;var s=t[e];t[e]=t[r],t[r]=s,n|=t[(t[e]+t[r])%256]<<24-8*i}return this._i=e,this._j=r,n}e.RC4=n._createHelper(s);var a=i.RC4Drop=s.extend({cfg:s.cfg.extend({drop:192}),_doReset:function(){s._doReset.call(this);for(var t=this.cfg.drop;t>0;t--)o.call(this)}});e.RC4Drop=n._createHelper(a)}(),t.RC4}))},478:function(t,e,r){(function(e,n){t.exports=n(r(763))})(0,(function(t){
|
|
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 e=t,r=e.lib,n=r.WordArray,i=r.Hasher,s=e.algo,o=n.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),a=n.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),c=n.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),l=n.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),u=n.create([0,1518500249,1859775393,2400959708,2840853838]),h=n.create([1352829926,1548603684,1836072691,2053994217,0]),f=s.RIPEMD160=i.extend({_doReset:function(){this._hash=n.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,e){for(var r=0;r<16;r++){var n=e+r,i=t[n];t[n]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var s,f,b,w,A,_,S,k,C,R,x,B=this._hash.words,E=u.words,D=h.words,O=o.words,T=a.words,I=c.words,F=l.words;_=s=B[0],S=f=B[1],k=b=B[2],C=w=B[3],R=A=B[4];for(r=0;r<80;r+=1)x=s+t[e+O[r]]|0,x+=r<16?d(f,b,w)+E[0]:r<32?p(f,b,w)+E[1]:r<48?y(f,b,w)+E[2]:r<64?g(f,b,w)+E[3]:m(f,b,w)+E[4],x|=0,x=v(x,I[r]),x=x+A|0,s=A,A=w,w=v(b,10),b=f,f=x,x=_+t[e+T[r]]|0,x+=r<16?m(S,k,C)+D[0]:r<32?g(S,k,C)+D[1]:r<48?y(S,k,C)+D[2]:r<64?p(S,k,C)+D[3]:d(S,k,C)+D[4],x|=0,x=v(x,F[r]),x=x+R|0,_=R,R=C,C=v(k,10),k=S,S=x;x=B[1]+b+C|0,B[1]=B[2]+w+R|0,B[2]=B[3]+A+_|0,B[3]=B[4]+s+S|0,B[4]=B[0]+f+k|0,B[0]=x},_doFinalize:function(){var t=this._data,e=t.words,r=8*this._nDataBytes,n=8*t.sigBytes;e[n>>>5]|=128<<24-n%32,e[14+(n+64>>>9<<4)]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8),t.sigBytes=4*(e.length+1),this._process();for(var i=this._hash,s=i.words,o=0;o<5;o++){var a=s[o];s[o]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8)}return i},clone:function(){var t=i.clone.call(this);return t._hash=this._hash.clone(),t}});function d(t,e,r){return t^e^r}function p(t,e,r){return t&e|~t&r}function y(t,e,r){return(t|~e)^r}function g(t,e,r){return t&r|e&~r}function m(t,e,r){return t^(e|~r)}function v(t,e){return t<<e|t>>>32-e}e.RIPEMD160=i._createHelper(f),e.HmacRIPEMD160=i._createHmacHelper(f)}(Math),t.RIPEMD160}))},5:function(t,e,r){(function(e,n){t.exports=n(r(763))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.WordArray,i=r.Hasher,s=e.algo,o=[],a=s.SHA1=i.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,e){for(var r=this._hash.words,n=r[0],i=r[1],s=r[2],a=r[3],c=r[4],l=0;l<80;l++){if(l<16)o[l]=0|t[e+l];else{var u=o[l-3]^o[l-8]^o[l-14]^o[l-16];o[l]=u<<1|u>>>31}var h=(n<<5|n>>>27)+c+o[l];h+=l<20?1518500249+(i&s|~i&a):l<40?1859775393+(i^s^a):l<60?(i&s|i&a|s&a)-1894007588:(i^s^a)-899497514,c=a,a=s,s=i<<30|i>>>2,i=n,n=h}r[0]=r[0]+n|0,r[1]=r[1]+i|0,r[2]=r[2]+s|0,r[3]=r[3]+a|0,r[4]=r[4]+c|0},_doFinalize:function(){var t=this._data,e=t.words,r=8*this._nDataBytes,n=8*t.sigBytes;return e[n>>>5]|=128<<24-n%32,e[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),e[15+(n+64>>>9<<4)]=r,t.sigBytes=4*e.length,this._process(),this._hash},clone:function(){var t=i.clone.call(this);return t._hash=this._hash.clone(),t}});e.SHA1=i._createHelper(a),e.HmacSHA1=i._createHmacHelper(a)}(),t.SHA1}))},314:function(t,e,r){(function(e,n){t.exports=n(r(763),r(535))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.WordArray,i=e.algo,s=i.SHA256,o=i.SHA224=s.extend({_doReset:function(){this._hash=new n.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var t=s._doFinalize.call(this);return t.sigBytes-=4,t}});e.SHA224=s._createHelper(o),e.HmacSHA224=s._createHmacHelper(o)}(),t.SHA224}))},535:function(t,e,r){(function(e,n){t.exports=n(r(763))})(0,(function(t){return function(e){var r=t,n=r.lib,i=n.WordArray,s=n.Hasher,o=r.algo,a=[],c=[];(function(){function t(t){for(var r=e.sqrt(t),n=2;n<=r;n++)if(!(t%n))return!1;return!0}function r(t){return 4294967296*(t-(0|t))|0}var n=2,i=0;while(i<64)t(n)&&(i<8&&(a[i]=r(e.pow(n,.5))),c[i]=r(e.pow(n,1/3)),i++),n++})();var l=[],u=o.SHA256=s.extend({_doReset:function(){this._hash=new i.init(a.slice(0))},_doProcessBlock:function(t,e){for(var r=this._hash.words,n=r[0],i=r[1],s=r[2],o=r[3],a=r[4],u=r[5],h=r[6],f=r[7],d=0;d<64;d++){if(d<16)l[d]=0|t[e+d];else{var p=l[d-15],y=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=l[d-2],m=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;l[d]=y+l[d-7]+m+l[d-16]}var v=a&u^~a&h,b=n&i^n&s^i&s,w=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),A=(a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25),_=f+A+v+c[d]+l[d],S=w+b;f=h,h=u,u=a,a=o+_|0,o=s,s=i,i=n,n=_+S|0}r[0]=r[0]+n|0,r[1]=r[1]+i|0,r[2]=r[2]+s|0,r[3]=r[3]+o|0,r[4]=r[4]+a|0,r[5]=r[5]+u|0,r[6]=r[6]+h|0,r[7]=r[7]+f|0},_doFinalize:function(){var t=this._data,r=t.words,n=8*this._nDataBytes,i=8*t.sigBytes;return r[i>>>5]|=128<<24-i%32,r[14+(i+64>>>9<<4)]=e.floor(n/4294967296),r[15+(i+64>>>9<<4)]=n,t.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var t=s.clone.call(this);return t._hash=this._hash.clone(),t}});r.SHA256=s._createHelper(u),r.HmacSHA256=s._createHmacHelper(u)}(Math),t.SHA256}))},515:function(t,e,r){(function(e,n){t.exports=n(r(763),r(482))})(0,(function(t){return function(e){var r=t,n=r.lib,i=n.WordArray,s=n.Hasher,o=r.x64,a=o.Word,c=r.algo,l=[],u=[],h=[];(function(){for(var t=1,e=0,r=0;r<24;r++){l[t+5*e]=(r+1)*(r+2)/2%64;var n=e%5,i=(2*t+3*e)%5;t=n,e=i}for(t=0;t<5;t++)for(e=0;e<5;e++)u[t+5*e]=e+(2*t+3*e)%5*5;for(var s=1,o=0;o<24;o++){for(var c=0,f=0,d=0;d<7;d++){if(1&s){var p=(1<<d)-1;p<32?f^=1<<p:c^=1<<p-32}128&s?s=s<<1^113:s<<=1}h[o]=a.create(c,f)}})();var f=[];(function(){for(var t=0;t<25;t++)f[t]=a.create()})();var d=c.SHA3=s.extend({cfg:s.cfg.extend({outputLength:512}),_doReset:function(){for(var t=this._state=[],e=0;e<25;e++)t[e]=new a.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(t,e){for(var r=this._state,n=this.blockSize/2,i=0;i<n;i++){var s=t[e+2*i],o=t[e+2*i+1];s=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),o=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8);var a=r[i];a.high^=o,a.low^=s}for(var c=0;c<24;c++){for(var d=0;d<5;d++){for(var p=0,y=0,g=0;g<5;g++){a=r[d+5*g];p^=a.high,y^=a.low}var m=f[d];m.high=p,m.low=y}for(d=0;d<5;d++){var v=f[(d+4)%5],b=f[(d+1)%5],w=b.high,A=b.low;for(p=v.high^(w<<1|A>>>31),y=v.low^(A<<1|w>>>31),g=0;g<5;g++){a=r[d+5*g];a.high^=p,a.low^=y}}for(var _=1;_<25;_++){a=r[_];var S=a.high,k=a.low,C=l[_];C<32?(p=S<<C|k>>>32-C,y=k<<C|S>>>32-C):(p=k<<C-32|S>>>64-C,y=S<<C-32|k>>>64-C);var R=f[u[_]];R.high=p,R.low=y}var x=f[0],B=r[0];x.high=B.high,x.low=B.low;for(d=0;d<5;d++)for(g=0;g<5;g++){_=d+5*g,a=r[_];var E=f[_],D=f[(d+1)%5+5*g],O=f[(d+2)%5+5*g];a.high=E.high^~D.high&O.high,a.low=E.low^~D.low&O.low}a=r[0];var T=h[c];a.high^=T.high,a.low^=T.low}},_doFinalize:function(){var t=this._data,r=t.words,n=(this._nDataBytes,8*t.sigBytes),s=32*this.blockSize;r[n>>>5]|=1<<24-n%32,r[(e.ceil((n+1)/s)*s>>>5)-1]|=128,t.sigBytes=4*r.length,this._process();for(var o=this._state,a=this.cfg.outputLength/8,c=a/8,l=[],u=0;u<c;u++){var h=o[u],f=h.high,d=h.low;f=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8),d=16711935&(d<<8|d>>>24)|4278255360&(d<<24|d>>>8),l.push(d),l.push(f)}return new i.init(l,a)},clone:function(){for(var t=s.clone.call(this),e=t._state=this._state.slice(0),r=0;r<25;r++)e[r]=e[r].clone();return t}});r.SHA3=s._createHelper(d),r.HmacSHA3=s._createHmacHelper(d)}(Math),t.SHA3}))},511:function(t,e,r){(function(e,n){t.exports=n(r(763),r(482),r(310))})(0,(function(t){return function(){var e=t,r=e.x64,n=r.Word,i=r.WordArray,s=e.algo,o=s.SHA512,a=s.SHA384=o.extend({_doReset:function(){this._hash=new i.init([new n.init(3418070365,3238371032),new n.init(1654270250,914150663),new n.init(2438529370,812702999),new n.init(355462360,4144912697),new n.init(1731405415,4290775857),new n.init(2394180231,1750603025),new n.init(3675008525,1694076839),new n.init(1203062813,3204075428)])},_doFinalize:function(){var t=o._doFinalize.call(this);return t.sigBytes-=16,t}});e.SHA384=o._createHelper(a),e.HmacSHA384=o._createHmacHelper(a)}(),t.SHA384}))},310:function(t,e,r){(function(e,n){t.exports=n(r(763),r(482))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.Hasher,i=e.x64,s=i.Word,o=i.WordArray,a=e.algo;function c(){return s.create.apply(s,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 t=0;t<80;t++)u[t]=c()})();var h=a.SHA512=n.extend({_doReset:function(){this._hash=new o.init([new s.init(1779033703,4089235720),new s.init(3144134277,2227873595),new s.init(1013904242,4271175723),new s.init(2773480762,1595750129),new s.init(1359893119,2917565137),new s.init(2600822924,725511199),new s.init(528734635,4215389547),new s.init(1541459225,327033209)])},_doProcessBlock:function(t,e){for(var r=this._hash.words,n=r[0],i=r[1],s=r[2],o=r[3],a=r[4],c=r[5],h=r[6],f=r[7],d=n.high,p=n.low,y=i.high,g=i.low,m=s.high,v=s.low,b=o.high,w=o.low,A=a.high,_=a.low,S=c.high,k=c.low,C=h.high,R=h.low,x=f.high,B=f.low,E=d,D=p,O=y,T=g,I=m,F=v,M=b,U=w,z=A,N=_,j=S,L=k,P=C,H=R,J=x,G=B,V=0;V<80;V++){var W,Z,Y=u[V];if(V<16)Z=Y.high=0|t[e+2*V],W=Y.low=0|t[e+2*V+1];else{var q=u[V-15],Q=q.high,X=q.low,K=(Q>>>1|X<<31)^(Q>>>8|X<<24)^Q>>>7,$=(X>>>1|Q<<31)^(X>>>8|Q<<24)^(X>>>7|Q<<25),tt=u[V-2],et=tt.high,rt=tt.low,nt=(et>>>19|rt<<13)^(et<<3|rt>>>29)^et>>>6,it=(rt>>>19|et<<13)^(rt<<3|et>>>29)^(rt>>>6|et<<26),st=u[V-7],ot=st.high,at=st.low,ct=u[V-16],lt=ct.high,ut=ct.low;W=$+at,Z=K+ot+(W>>>0<$>>>0?1:0),W+=it,Z=Z+nt+(W>>>0<it>>>0?1:0),W+=ut,Z=Z+lt+(W>>>0<ut>>>0?1:0),Y.high=Z,Y.low=W}var ht=z&j^~z&P,ft=N&L^~N&H,dt=E&O^E&I^O&I,pt=D&T^D&F^T&F,yt=(E>>>28|D<<4)^(E<<30|D>>>2)^(E<<25|D>>>7),gt=(D>>>28|E<<4)^(D<<30|E>>>2)^(D<<25|E>>>7),mt=(z>>>14|N<<18)^(z>>>18|N<<14)^(z<<23|N>>>9),vt=(N>>>14|z<<18)^(N>>>18|z<<14)^(N<<23|z>>>9),bt=l[V],wt=bt.high,At=bt.low,_t=G+vt,St=J+mt+(_t>>>0<G>>>0?1:0),kt=(_t=_t+ft,St=St+ht+(_t>>>0<ft>>>0?1:0),_t=_t+At,St=St+wt+(_t>>>0<At>>>0?1:0),_t=_t+W,St=St+Z+(_t>>>0<W>>>0?1:0),gt+pt),Ct=yt+dt+(kt>>>0<gt>>>0?1:0);J=P,G=H,P=j,H=L,j=z,L=N,N=U+_t|0,z=M+St+(N>>>0<U>>>0?1:0)|0,M=I,U=F,I=O,F=T,O=E,T=D,D=_t+kt|0,E=St+Ct+(D>>>0<_t>>>0?1:0)|0}p=n.low=p+D,n.high=d+E+(p>>>0<D>>>0?1:0),g=i.low=g+T,i.high=y+O+(g>>>0<T>>>0?1:0),v=s.low=v+F,s.high=m+I+(v>>>0<F>>>0?1:0),w=o.low=w+U,o.high=b+M+(w>>>0<U>>>0?1:0),_=a.low=_+N,a.high=A+z+(_>>>0<N>>>0?1:0),k=c.low=k+L,c.high=S+j+(k>>>0<L>>>0?1:0),R=h.low=R+H,h.high=C+P+(R>>>0<H>>>0?1:0),B=f.low=B+G,f.high=x+J+(B>>>0<G>>>0?1:0)},_doFinalize:function(){var t=this._data,e=t.words,r=8*this._nDataBytes,n=8*t.sigBytes;e[n>>>5]|=128<<24-n%32,e[30+(n+128>>>10<<5)]=Math.floor(r/4294967296),e[31+(n+128>>>10<<5)]=r,t.sigBytes=4*e.length,this._process();var i=this._hash.toX32();return i},clone:function(){var t=n.clone.call(this);return t._hash=this._hash.clone(),t},blockSize:32});e.SHA512=n._createHelper(h),e.HmacSHA512=n._createHmacHelper(h)}(),t.SHA512}))},634:function(t,e,r){(function(e,n){t.exports=n(r(763),r(360),r(490),r(568),r(796))})(0,(function(t){return function(){var e=t,r=e.lib,n=r.WordArray,i=r.BlockCipher,s=e.algo,o=[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=s.DES=i.extend({_doReset:function(){for(var t=this._key,e=t.words,r=[],n=0;n<56;n++){var i=o[n]-1;r[n]=e[i>>>5]>>>31-i%32&1}for(var s=this._subKeys=[],l=0;l<16;l++){var u=s[l]=[],h=c[l];for(n=0;n<24;n++)u[n/6|0]|=r[(a[n]-1+h)%28]<<31-n%6,u[4+(n/6|0)]|=r[28+(a[n+24]-1+h)%28]<<31-n%6;u[0]=u[0]<<1|u[0]>>>31;for(n=1;n<7;n++)u[n]=u[n]>>>4*(n-1)+3;u[7]=u[7]<<5|u[7]>>>27}var f=this._invSubKeys=[];for(n=0;n<16;n++)f[n]=s[15-n]},encryptBlock:function(t,e){this._doCryptBlock(t,e,this._subKeys)},decryptBlock:function(t,e){this._doCryptBlock(t,e,this._invSubKeys)},_doCryptBlock:function(t,e,r){this._lBlock=t[e],this._rBlock=t[e+1],f.call(this,4,252645135),f.call(this,16,65535),d.call(this,2,858993459),d.call(this,8,16711935),f.call(this,1,1431655765);for(var n=0;n<16;n++){for(var i=r[n],s=this._lBlock,o=this._rBlock,a=0,c=0;c<8;c++)a|=l[c][((o^i[c])&u[c])>>>0];this._lBlock=o,this._rBlock=s^a}var h=this._lBlock;this._lBlock=this._rBlock,this._rBlock=h,f.call(this,1,1431655765),d.call(this,8,16711935),d.call(this,2,858993459),f.call(this,16,65535),f.call(this,4,252645135),t[e]=this._lBlock,t[e+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function f(t,e){var r=(this._lBlock>>>t^this._rBlock)&e;this._rBlock^=r,this._lBlock^=r<<t}function d(t,e){var r=(this._rBlock>>>t^this._lBlock)&e;this._lBlock^=r,this._rBlock^=r<<t}e.DES=i._createHelper(h);var p=s.TripleDES=i.extend({_doReset:function(){var t=this._key,e=t.words;if(2!==e.length&&4!==e.length&&e.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var r=e.slice(0,2),i=e.length<4?e.slice(0,2):e.slice(2,4),s=e.length<6?e.slice(0,2):e.slice(4,6);this._des1=h.createEncryptor(n.create(r)),this._des2=h.createEncryptor(n.create(i)),this._des3=h.createEncryptor(n.create(s))},encryptBlock:function(t,e){this._des1.encryptBlock(t,e),this._des2.decryptBlock(t,e),this._des3.encryptBlock(t,e)},decryptBlock:function(t,e){this._des3.decryptBlock(t,e),this._des2.encryptBlock(t,e),this._des1.decryptBlock(t,e)},keySize:6,ivSize:2,blockSize:2});e.TripleDES=i._createHelper(p)}(),t.TripleDES}))},482:function(t,e,r){(function(e,n){t.exports=n(r(763))})(0,(function(t){return function(e){var r=t,n=r.lib,i=n.Base,s=n.WordArray,o=r.x64={};o.Word=i.extend({init:function(t,e){this.high=t,this.low=e}}),o.WordArray=i.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:8*t.length},toX32:function(){for(var t=this.words,e=t.length,r=[],n=0;n<e;n++){var i=t[n];r.push(i.high),r.push(i.low)}return s.create(r,this.sigBytes)},clone:function(){for(var t=i.clone.call(this),e=t.words=this.words.slice(0),r=e.length,n=0;n<r;n++)e[n]=e[n].clone();return t}})}(),t}))},271:function(t){"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUU1NjJFMDc1OUU1MTFFRkE2QzRFMUZCM0YyQjE0MDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUU1NjJFMDg1OUU1MTFFRkE2QzRFMUZCM0YyQjE0MDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RTU2MkUwNTU5RTUxMUVGQTZDNEUxRkIzRjJCMTQwNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RTU2MkUwNjU5RTUxMUVGQTZDNEUxRkIzRjJCMTQwNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnYHytYAAADTSURBVHjapFPRDcIgEC3EPWQFXcA6ifVfZ6jO4ADqJGUCV6BOgnfJI70iJTRc8gIc8Lh3dyjvfVNjmzDZX5u+4PyXYD+PZgwOjcstDTeCEWMKB8Iwo2QJu4tvCQ5zRzA8j8F+7LfBp9folaHPJKw0SzjVEIzIxz8BJdOJhOUqMScgbRzWGbDIdk6CQeWmPgAJR2Gg8Y51FxFshZSJIHqhF/3xhE/aMVREpVqZLg6IgA85OqyW9OiSUhX9hcje/DKBJbyyDKmWFW3bLe0HqNrv/BNgANkfieaZ8+wxAAAAAElFTkSuQmCC"},554:function(t){"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAOVJREFUOE+lk80VgyAQhMdKgjfKWCtJrMRYiekklMFN0kkcHpuHCkme7sUf5JvdGWxwshrdb6wMf7BeAFzwLui3EWCsCIDncvsAcEvXGk+Cd20JMHHBWJkBdLlK1qVJQn3wzvF93sFPQOqWAqcAE0HBu/5oBzSbPnQ7QJqVc9KDOOO2jBWaPKiReYxMgkUFRjVWABRQo90HkDlNhau2mBRz1mV5uANomVQJEKNKker52I4zrmIszMlDxRF44uZlnJ3Q6iAVAPSBnRByCKBGsQMaGjMvVbU1Y4UQ5s3/o1pVwLdN+dob2Bx9EVmMIDsAAAAASUVORK5CYII="},501:function(t){"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAASFJREFUaEPtWcERgjAQ3NiIYyVSSjoRO0kpWIljI+Lw0eAIOVYgRJcZfndD9nYvmxwOhT+u8PVDAHIzKAbEwJcVmFVC3l8rYHdMr+l+CeHQpOPSETMDuJ2AtjZ8tg5hf07HpSMEIK6R9z0GGsBFMmkrAN0LwJXAQH+RfXAC8CR+wR4QA+ktqOsmU5QxaEznq/cAY0obAzDdlATAKNU4bLAHGFPaMAO2LVEAlpOQGEAGH4i3UTHwuwwwjk/4wHISevObkX3o8x3CaGQCMNgDjONvWEI2pgVgyJSYsxCTIwbEQDTYkoSGrI+pzFo5auICmximSTNzLGByCAmNXVZf9s+cLJmcfwEw/X8XczlhckwMEBOOLCmzTqdzIBCAHFWPv/kA1QNmXgROCkMAAAAASUVORK5CYII="},793:function(t){"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0YyMDhFRTY1OUUzMTFFRjlBN0NGODZCQ0M3RUY5QzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0YyMDhFRTc1OUUzMTFFRjlBN0NGODZCQ0M3RUY5QzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRjIwOEVFNDU5RTMxMUVGOUE3Q0Y4NkJDQzdFRjlDMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRjIwOEVFNTU5RTMxMUVGOUE3Q0Y4NkJDQzdFRjlDMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phk9awQAAADGSURBVHjaYvz//z8DJYAJl4RRLoMCECcQMoARmwtAmoHUfSB+AMLnJjM4kuqCeiBeAMQgjQ7keAGk6SAxYcCCQxzkhQNQGuSl/WjyB4DeasRqADTgFgAVPACyQSARTYk8EIPUNKIEIlCxA5L/4TbgCWBFkCUsSJr3Q0NdAWY6Hu+BYuYBeiCCBBVhUYfHAHto+OBPSATAA0oMAAXgQ6q5ABwL0ECcD5VwQPYjlgBkgIYVSkJ6gBTyC/FZDdS8gGBmIgUABBgAgktC2XC6NmEAAAAASUVORK5CYII="},632:function(t){"use strict";t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAOJJREFUOE+lk9sRwiAQRW8qkfzRhaSTpBLHSmInbhn8ZTvRXGZR8sCJykx+MuzZuwdo8OdqavXOBwcgaJTbpx67ACueACg/jdLVIDXAaAVXAJNGqSatAdidxfIr4AGgBUAPdwOVU8icig2wSeB86Oeis0YZssjV/KfZS69R2OANcD4E23hhx9xhLa8Q3GoUTQmsmFFpnbE7jcL5N8v2josE5U/nAwUSQNgegAkdR3yN8AMAC4lfAtIR5xtaOkhzHRiBgCE7WgBMIk9jV6AJZvx0hKWD9HCOPMz146re8SMw7nkC7MV4ERlYkdMAAAAASUVORK5CYII="},317:function(e){"use strict";e.exports=t},477:function(){}},r={};function n(t){var i=r[t];if(void 0!==i)return i.exports;var s=r[t]={exports:{}};return e[t].call(s.exports,s,s.exports,n),s.exports}!function(){n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,{a:e}),e}}(),function(){n.d=function(t,e){for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})}}(),function(){n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"===typeof window)return window}}()}(),function(){n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}}(),function(){n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}}(),function(){n.p=""}();var i={};return function(){"use strict";n.r(i),n.d(i,{default:function(){return _i}});var t={};if(n.r(t),n.d(t,{hasBrowserEnv:function(){return Vt},hasStandardBrowserEnv:function(){return Wt},hasStandardBrowserWebWorkerEnv:function(){return Zt},origin:function(){return Yt}}),"undefined"!==typeof window){var e=window.document.currentScript,r=e&&e.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);r&&(n.p=r[1])}var s=function(){var t=this,e=t._self._c;return t.visible?e("div",{staticClass:"ai-contain"},[e("div",{staticClass:"ai-contain-header"},[e("div",{staticClass:"header-left"},[e("i",{staticClass:"el-icon-back",on:{click:t.closeMessage}}),e("span",{staticClass:"title-font"},[t._v("智能批阅")])])]),t.sr_error_code?e("div",{staticClass:"message-wrap"},[e("div",{staticClass:"message-line"},[t._v(t._s(t.sr_error_code))])]):[e("div",{staticClass:"score-filter-row"},t._l(t.filterData,(function(r){return e("div",{key:r.key,staticClass:"score-item",class:{active:r.active},on:{click:function(e){return t.filterClick(r)}}},[e("p",[e("span",{staticClass:"number"},[t._v(t._s(r.title))]),e("span",{staticClass:"unit"},[t._v("分")])]),e("p",[t._v("("+t._s(r.count)+")")])])})),0),t.showFilter?e("div",{staticClass:"wrap"},[e("div",{staticClass:"normal-wrap",class:{"full-width":!t.showFilter}},[e("div",{ref:"labelContainer",staticClass:"label-wrap"},[e("div",{staticClass:"label-container"},[t.isPerson&&!t.showFilter&&t.showTableList.length>10?e("div",{staticClass:"label-item",staticStyle:{width:"32px",padding:"0","line-height":"42px"},on:{click:t.showFilterMethod}},[e("img",{staticStyle:{width:"24px",height:"24px"},attrs:{src:n(501)}})]):t._e(),t._l(t.showTableList,(function(r){return e("div",{key:r.id,staticClass:"label-item",class:{"label-item-active":r.active},attrs:{title:r.title},on:{click:function(e){return t.tabClick(r)}}},[t._v(" "+t._s(r.title)+" "),t.replyCache[r.id]?t._e():e("div",{staticClass:"loading-block"},[e("i",{staticClass:"el-icon-loading"})])])}))],2),t.showMoreButton?e("div",{staticClass:"label-item label-down",staticStyle:{width:"32px"},on:{click:t.stretchContainer}},[t.stretch?e("i",{staticClass:"el-icon-d-arrow-left",staticStyle:{transform:"rotate(90deg)"}}):e("span",[t._v("...")])]):t._e()]),e("div",{staticClass:"ai-main-content"},[e("read-over",{attrs:{"exercises-data":t.activeItem,"analyze-data":t.analyzeData,"is-reanswering":t.isReanswering},on:{"on-reanswer":t.onReanswer,"on-noty-apply":t.notyApply}}),t.stretch?e("div",{staticClass:"member-table"},[e("member-table",{attrs:{"check-data":t.showTableList,"show-data":t.tabList,replyCache:t.replyCache},on:{"on-select-member":t.selectMember}})],1):t._e()],1)])]):t._e()]],2):t._e()},o=[],a=function(){var t=this,e=t._self._c;return e("div",{staticClass:"read-over-contain"},[e("div",{staticClass:"exercises-answer"},[e("div",{staticClass:"question-container"},[e("div",{staticClass:"question-stem-content"},[e("i",{staticClass:"iconfont icon-help-fill",staticStyle:{color:"#8282F0","font-size":"26px"}}),t._v("题干 "),e("div",{staticClass:"question-score"},[t._v(t._s(t.exercisesData.score)+"分")])]),e("div",{staticClass:"question-detail"},[e("p",{domProps:{innerHTML:t._s(t.exercisesData.question)}})])]),e("div",{staticClass:"question-container answer-container"},[t._m(0),t.exercisesData.answer?e("div",{staticClass:"question-detail answer-detail",domProps:{innerHTML:t._s(t.exercisesData.answer)}}):e("div",{staticClass:"question-detail answer-detail"},[t._v(" 暂无作答 ")])])]),e("div",{directives:[{name:"loading",rawName:"v-loading",value:!t.analyzeData||Object.keys(t.analyzeData).length<1||t.isReanswering,expression:"!analyzeData || Object.keys(analyzeData).length < 1 || isReanswering"}],staticClass:"exercises-read-over",attrs:{"element-loading-text":t.isReanswering?"重新批阅中...":t.analyzeData?"分析中,请稍后":"无数据"}},[t.analyzeData?[e("div",{staticClass:"score-badge"},[t._v(t._s(t.analyzeData.score)+"分")]),e("div",{staticClass:"exercises-read-over-content"},t._l(t.analyzeData.jsonContent,(function(r){return e("div",{key:r.title||r.analysis,staticClass:"list",staticStyle:{width:"100%"}},[r.title?e("p",{staticClass:"title"},[t._v(t._s(r.title))]):t._e(),e("p",{staticClass:"content",domProps:{innerHTML:t._s(r.analysis)}})])})),0),e("div",{staticClass:"read-over-actions"},[e("div",{staticClass:"robot-reanswer",class:{disabled:t.isReanswering},on:{click:function(e){return t.reanswer(t.exercisesData)}}},[e("i",{staticClass:"el-icon-refresh-right"}),t._v(" 重新批阅 ")]),t.analyzeData.accepted?t._e():e("div",{staticClass:"apply-button-container"},[e("el-button",{attrs:{type:"primary"},on:{click:t.notyApply}},[t._v("应用")])],1)])]:t._e()],2)])},c=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"question-stem-content answer-stem-content"},[e("i",{staticClass:"iconfont icon-messageSolid",staticStyle:{color:"#8282F0","font-size":"20px"}}),t._v(" 回答 ")])}],l=function(){var t=this,e=t._self._c;return e("div",{staticClass:"robot-tools"},[e("div",{staticClass:"robot-reanswer",on:{click:function(e){return t.reAnswer(t.listData)}}},[e("i",{staticClass:"el-icon-refresh-right"}),t._v(" 重新回答 ")]),"error"!==t.type?e("div",{staticClass:"stopMsg",staticStyle:{color:"#cfcfcf",cursor:"default"}},[t._v("已停止生成")]):t._e(),"error"!==t.type?e("div",{staticClass:"stopMsg"},[t._v(" 停止输出 ")]):t._e(),e("div",{staticClass:"right-tools"},[e("el-tooltip",{attrs:{content:"赞",effect:"light",placement:"top"}},[e("div",{staticClass:"tools-icon",on:{click:function(e){return t.doZan(t.listData)}}},[1!==t.listData.feedback?e("img",{attrs:{src:n(632),alt:""}}):e("img",{attrs:{alt:"",src:n(793)}})])]),e("el-popover",{attrs:{placement:"top-start",trigger:"manual"},model:{value:t.popover,callback:function(e){t.popover=e},expression:"popover"}},[e("div",{attrs:{slot:"reference"},slot:"reference"},[e("el-tooltip",{attrs:{content:"踩",effect:"light",placement:"bottom"}},[2!==t.listData.feedback?e("div",{staticClass:"tools-icon",on:{click:t.openPopover}},[e("img",{attrs:{alt:"",src:n(554)}})]):e("div",{staticClass:"tools-icon",on:{click:function(e){return t.doCai(t.listData)}}},[e("img",{attrs:{alt:"",src:n(271)}})])])],1),e("div",{staticClass:"popover-box"},[e("div",{staticClass:"pop-title"},[t._v(" 你的反馈将 "),e("br"),t._v(" 帮助职教一问优化进步 ")]),e("i",{staticClass:"el-icon-close",staticStyle:{"font-size":"2rem"},on:{click:function(e){return t.cancelPopover()}}}),e("div",{staticClass:"error-list"},[e("el-checkbox-group",{model:{value:t.errors,callback:function(e){t.errors=e},expression:"errors"}},t._l(t.errorList,(function(r){return e("el-checkbox",{key:r.code,staticClass:"check",attrs:{label:r.code,border:""}},[t._v(" "+t._s(r.name)+" ")])})),1),e("el-input",{attrs:{rows:4,maxlength:"30",placeholder:"其他",resize:"none","show-word-limit":"",type:"textarea"},model:{value:t.input,callback:function(e){t.input=e},expression:"input"}}),e("div",{staticClass:"sumit-button"},[e("el-button",{attrs:{disabled:t.canSubmit},on:{click:function(e){return t.doCai(t.listData)}}},[t._v("提交")])],1)],1)])])],1)])},u=[];function h(t,e){return function(){return t.apply(e,arguments)}}const{toString:f}=Object.prototype,{getPrototypeOf:d}=Object,p=(t=>e=>{const r=f.call(e);return t[r]||(t[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),y=t=>(t=t.toLowerCase(),e=>p(e)===t),g=t=>e=>typeof e===t,{isArray:m}=Array,v=g("undefined");function b(t){return null!==t&&!v(t)&&null!==t.constructor&&!v(t.constructor)&&S(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const w=y("ArrayBuffer");function A(t){let e;return e="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&w(t.buffer),e}const _=g("string"),S=g("function"),k=g("number"),C=t=>null!==t&&"object"===typeof t,R=t=>!0===t||!1===t,x=t=>{if("object"!==p(t))return!1;const e=d(t);return(null===e||e===Object.prototype||null===Object.getPrototypeOf(e))&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},B=y("Date"),E=y("File"),D=y("Blob"),O=y("FileList"),T=t=>C(t)&&S(t.pipe),I=t=>{let e;return t&&("function"===typeof FormData&&t instanceof FormData||S(t.append)&&("formdata"===(e=p(t))||"object"===e&&S(t.toString)&&"[object FormData]"===t.toString()))},F=y("URLSearchParams"),[M,U,z,N]=["ReadableStream","Request","Response","Headers"].map(y),j=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function L(t,e,{allOwnKeys:r=!1}={}){if(null===t||"undefined"===typeof t)return;let n,i;if("object"!==typeof t&&(t=[t]),m(t))for(n=0,i=t.length;n<i;n++)e.call(null,t[n],n,t);else{const i=r?Object.getOwnPropertyNames(t):Object.keys(t),s=i.length;let o;for(n=0;n<s;n++)o=i[n],e.call(null,t[o],o,t)}}function P(t,e){e=e.toLowerCase();const r=Object.keys(t);let n,i=r.length;while(i-- >0)if(n=r[i],e===n.toLowerCase())return n;return null}const H=(()=>"undefined"!==typeof globalThis?globalThis:"undefined"!==typeof self?self:"undefined"!==typeof window?window:global)(),J=t=>!v(t)&&t!==H;function G(){const{caseless:t}=J(this)&&this||{},e={},r=(r,n)=>{const i=t&&P(e,n)||n;x(e[i])&&x(r)?e[i]=G(e[i],r):x(r)?e[i]=G({},r):m(r)?e[i]=r.slice():e[i]=r};for(let n=0,i=arguments.length;n<i;n++)arguments[n]&&L(arguments[n],r);return e}const V=(t,e,r,{allOwnKeys:n}={})=>(L(e,((e,n)=>{r&&S(e)?t[n]=h(e,r):t[n]=e}),{allOwnKeys:n}),t),W=t=>(65279===t.charCodeAt(0)&&(t=t.slice(1)),t),Z=(t,e,r,n)=>{t.prototype=Object.create(e.prototype,n),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),r&&Object.assign(t.prototype,r)},Y=(t,e,r,n)=>{let i,s,o;const a={};if(e=e||{},null==t)return e;do{i=Object.getOwnPropertyNames(t),s=i.length;while(s-- >0)o=i[s],n&&!n(o,t,e)||a[o]||(e[o]=t[o],a[o]=!0);t=!1!==r&&d(t)}while(t&&(!r||r(t,e))&&t!==Object.prototype);return e},q=(t,e,r)=>{t=String(t),(void 0===r||r>t.length)&&(r=t.length),r-=e.length;const n=t.indexOf(e,r);return-1!==n&&n===r},Q=t=>{if(!t)return null;if(m(t))return t;let e=t.length;if(!k(e))return null;const r=new Array(e);while(e-- >0)r[e]=t[e];return r},X=(t=>e=>t&&e instanceof t)("undefined"!==typeof Uint8Array&&d(Uint8Array)),K=(t,e)=>{const r=t&&t[Symbol.iterator],n=r.call(t);let i;while((i=n.next())&&!i.done){const r=i.value;e.call(t,r[0],r[1])}},$=(t,e)=>{let r;const n=[];while(null!==(r=t.exec(e)))n.push(r);return n},tt=y("HTMLFormElement"),et=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(t,e,r){return e.toUpperCase()+r})),rt=(({hasOwnProperty:t})=>(e,r)=>t.call(e,r))(Object.prototype),nt=y("RegExp"),it=(t,e)=>{const r=Object.getOwnPropertyDescriptors(t),n={};L(r,((r,i)=>{let s;!1!==(s=e(r,i,t))&&(n[i]=s||r)})),Object.defineProperties(t,n)},st=t=>{it(t,((e,r)=>{if(S(t)&&-1!==["arguments","caller","callee"].indexOf(r))return!1;const n=t[r];S(n)&&(e.enumerable=!1,"writable"in e?e.writable=!1:e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")}))}))},ot=(t,e)=>{const r={},n=t=>{t.forEach((t=>{r[t]=!0}))};return m(t)?n(t):n(String(t).split(e)),r},at=()=>{},ct=(t,e)=>null!=t&&Number.isFinite(t=+t)?t:e,lt="abcdefghijklmnopqrstuvwxyz",ut="0123456789",ht={DIGIT:ut,ALPHA:lt,ALPHA_DIGIT:lt+lt.toUpperCase()+ut},ft=(t=16,e=ht.ALPHA_DIGIT)=>{let r="";const{length:n}=e;while(t--)r+=e[Math.random()*n|0];return r};function dt(t){return!!(t&&S(t.append)&&"FormData"===t[Symbol.toStringTag]&&t[Symbol.iterator])}const pt=t=>{const e=new Array(10),r=(t,n)=>{if(C(t)){if(e.indexOf(t)>=0)return;if(!("toJSON"in t)){e[n]=t;const i=m(t)?[]:{};return L(t,((t,e)=>{const s=r(t,n+1);!v(s)&&(i[e]=s)})),e[n]=void 0,i}}return t};return r(t,0)},yt=y("AsyncFunction"),gt=t=>t&&(C(t)||S(t))&&S(t.then)&&S(t.catch),mt=((t,e)=>t?setImmediate:e?((t,e)=>(H.addEventListener("message",(({source:r,data:n})=>{r===H&&n===t&&e.length&&e.shift()()}),!1),r=>{e.push(r),H.postMessage(t,"*")}))(`axios@${Math.random()}`,[]):t=>setTimeout(t))("function"===typeof setImmediate,S(H.postMessage)),vt="undefined"!==typeof queueMicrotask?queueMicrotask.bind(H):"undefined"!==typeof process&&process.nextTick||mt;var bt={isArray:m,isArrayBuffer:w,isBuffer:b,isFormData:I,isArrayBufferView:A,isString:_,isNumber:k,isBoolean:R,isObject:C,isPlainObject:x,isReadableStream:M,isRequest:U,isResponse:z,isHeaders:N,isUndefined:v,isDate:B,isFile:E,isBlob:D,isRegExp:nt,isFunction:S,isStream:T,isURLSearchParams:F,isTypedArray:X,isFileList:O,forEach:L,merge:G,extend:V,trim:j,stripBOM:W,inherits:Z,toFlatObject:Y,kindOf:p,kindOfTest:y,endsWith:q,toArray:Q,forEachEntry:K,matchAll:$,isHTMLForm:tt,hasOwnProperty:rt,hasOwnProp:rt,reduceDescriptors:it,freezeMethods:st,toObjectSet:ot,toCamelCase:et,noop:at,toFiniteNumber:ct,findKey:P,global:H,isContextDefined:J,ALPHABET:ht,generateString:ft,isSpecCompliantForm:dt,toJSONObject:pt,isAsyncFn:yt,isThenable:gt,setImmediate:mt,asap:vt};function wt(t,e,r,n,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=t,this.name="AxiosError",e&&(this.code=e),r&&(this.config=r),n&&(this.request=n),i&&(this.response=i)}bt.inherits(wt,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:bt.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const At=wt.prototype,_t={};["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((t=>{_t[t]={value:t}})),Object.defineProperties(wt,_t),Object.defineProperty(At,"isAxiosError",{value:!0}),wt.from=(t,e,r,n,i,s)=>{const o=Object.create(At);return bt.toFlatObject(t,o,(function(t){return t!==Error.prototype}),(t=>"isAxiosError"!==t)),wt.call(o,t.message,e,r,n,i),o.cause=t,o.name=t.name,s&&Object.assign(o,s),o};var St=wt,kt=null;function Ct(t){return bt.isPlainObject(t)||bt.isArray(t)}function Rt(t){return bt.endsWith(t,"[]")?t.slice(0,-2):t}function xt(t,e,r){return t?t.concat(e).map((function(t,e){return t=Rt(t),!r&&e?"["+t+"]":t})).join(r?".":""):e}function Bt(t){return bt.isArray(t)&&!t.some(Ct)}const Et=bt.toFlatObject(bt,{},null,(function(t){return/^is[A-Z]/.test(t)}));function Dt(t,e,r){if(!bt.isObject(t))throw new TypeError("target must be an object");e=e||new(kt||FormData),r=bt.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(t,e){return!bt.isUndefined(e[t])}));const n=r.metaTokens,i=r.visitor||u,s=r.dots,o=r.indexes,a=r.Blob||"undefined"!==typeof Blob&&Blob,c=a&&bt.isSpecCompliantForm(e);if(!bt.isFunction(i))throw new TypeError("visitor must be a function");function l(t){if(null===t)return"";if(bt.isDate(t))return t.toISOString();if(!c&&bt.isBlob(t))throw new St("Blob is not supported. Use a Buffer instead.");return bt.isArrayBuffer(t)||bt.isTypedArray(t)?c&&"function"===typeof Blob?new Blob([t]):Buffer.from(t):t}function u(t,r,i){let a=t;if(t&&!i&&"object"===typeof t)if(bt.endsWith(r,"{}"))r=n?r:r.slice(0,-2),t=JSON.stringify(t);else if(bt.isArray(t)&&Bt(t)||(bt.isFileList(t)||bt.endsWith(r,"[]"))&&(a=bt.toArray(t)))return r=Rt(r),a.forEach((function(t,n){!bt.isUndefined(t)&&null!==t&&e.append(!0===o?xt([r],n,s):null===o?r:r+"[]",l(t))})),!1;return!!Ct(t)||(e.append(xt(i,r,s),l(t)),!1)}const h=[],f=Object.assign(Et,{defaultVisitor:u,convertValue:l,isVisitable:Ct});function d(t,r){if(!bt.isUndefined(t)){if(-1!==h.indexOf(t))throw Error("Circular reference detected in "+r.join("."));h.push(t),bt.forEach(t,(function(t,n){const s=!(bt.isUndefined(t)||null===t)&&i.call(e,t,bt.isString(n)?n.trim():n,r,f);!0===s&&d(t,r?r.concat(n):[n])})),h.pop()}}if(!bt.isObject(t))throw new TypeError("data must be an object");return d(t),e}var Ot=Dt;function Tt(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,(function(t){return e[t]}))}function It(t,e){this._pairs=[],t&&Ot(t,this,e)}const Ft=It.prototype;Ft.append=function(t,e){this._pairs.push([t,e])},Ft.toString=function(t){const e=t?function(e){return t.call(this,e,Tt)}:Tt;return this._pairs.map((function(t){return e(t[0])+"="+e(t[1])}),"").join("&")};var Mt=It;function Ut(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function zt(t,e,r){if(!e)return t;const n=r&&r.encode||Ut,i=r&&r.serialize;let s;if(s=i?i(e,r):bt.isURLSearchParams(e)?e.toString():new Mt(e,r).toString(n),s){const e=t.indexOf("#");-1!==e&&(t=t.slice(0,e)),t+=(-1===t.indexOf("?")?"?":"&")+s}return t}class Nt{constructor(){this.handlers=[]}use(t,e,r){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){bt.forEach(this.handlers,(function(e){null!==e&&t(e)}))}}var jt=Nt,Lt={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Pt="undefined"!==typeof URLSearchParams?URLSearchParams:Mt,Ht="undefined"!==typeof FormData?FormData:null,Jt="undefined"!==typeof Blob?Blob:null,Gt={isBrowser:!0,classes:{URLSearchParams:Pt,FormData:Ht,Blob:Jt},protocols:["http","https","file","blob","url","data"]};const Vt="undefined"!==typeof window&&"undefined"!==typeof document,Wt=(t=>Vt&&["ReactNative","NativeScript","NS"].indexOf(t)<0)("undefined"!==typeof navigator&&navigator.product),Zt=(()=>"undefined"!==typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"===typeof self.importScripts)(),Yt=Vt&&window.location.href||"http://localhost";var qt={...t,...Gt};function Qt(t,e){return Ot(t,new qt.classes.URLSearchParams,Object.assign({visitor:function(t,e,r,n){return qt.isNode&&bt.isBuffer(t)?(this.append(e,t.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},e))}function Xt(t){return bt.matchAll(/\w+|\[(\w*)]/g,t).map((t=>"[]"===t[0]?"":t[1]||t[0]))}function Kt(t){const e={},r=Object.keys(t);let n;const i=r.length;let s;for(n=0;n<i;n++)s=r[n],e[s]=t[s];return e}function $t(t){function e(t,r,n,i){let s=t[i++];if("__proto__"===s)return!0;const o=Number.isFinite(+s),a=i>=t.length;if(s=!s&&bt.isArray(n)?n.length:s,a)return bt.hasOwnProp(n,s)?n[s]=[n[s],r]:n[s]=r,!o;n[s]&&bt.isObject(n[s])||(n[s]=[]);const c=e(t,r,n[s],i);return c&&bt.isArray(n[s])&&(n[s]=Kt(n[s])),!o}if(bt.isFormData(t)&&bt.isFunction(t.entries)){const r={};return bt.forEachEntry(t,((t,n)=>{e(Xt(t),n,r,0)})),r}return null}var te=$t;function ee(t,e,r){if(bt.isString(t))try{return(e||JSON.parse)(t),bt.trim(t)}catch(wn){if("SyntaxError"!==wn.name)throw wn}return(r||JSON.stringify)(t)}const re={transitional:Lt,adapter:["xhr","http","fetch"],transformRequest:[function(t,e){const r=e.getContentType()||"",n=r.indexOf("application/json")>-1,i=bt.isObject(t);i&&bt.isHTMLForm(t)&&(t=new FormData(t));const s=bt.isFormData(t);if(s)return n?JSON.stringify(te(t)):t;if(bt.isArrayBuffer(t)||bt.isBuffer(t)||bt.isStream(t)||bt.isFile(t)||bt.isBlob(t)||bt.isReadableStream(t))return t;if(bt.isArrayBufferView(t))return t.buffer;if(bt.isURLSearchParams(t))return e.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let o;if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Qt(t,this.formSerializer).toString();if((o=bt.isFileList(t))||r.indexOf("multipart/form-data")>-1){const e=this.env&&this.env.FormData;return Ot(o?{"files[]":t}:t,e&&new e,this.formSerializer)}}return i||n?(e.setContentType("application/json",!1),ee(t)):t}],transformResponse:[function(t){const e=this.transitional||re.transitional,r=e&&e.forcedJSONParsing,n="json"===this.responseType;if(bt.isResponse(t)||bt.isReadableStream(t))return t;if(t&&bt.isString(t)&&(r&&!this.responseType||n)){const r=e&&e.silentJSONParsing,i=!r&&n;try{return JSON.parse(t)}catch(wn){if(i){if("SyntaxError"===wn.name)throw St.from(wn,St.ERR_BAD_RESPONSE,this,null,this.response);throw wn}}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:qt.classes.FormData,Blob:qt.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};bt.forEach(["delete","get","head","post","put","patch"],(t=>{re.headers[t]={}}));var ne=re;const ie=bt.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 se=t=>{const e={};let r,n,i;return t&&t.split("\n").forEach((function(t){i=t.indexOf(":"),r=t.substring(0,i).trim().toLowerCase(),n=t.substring(i+1).trim(),!r||e[r]&&ie[r]||("set-cookie"===r?e[r]?e[r].push(n):e[r]=[n]:e[r]=e[r]?e[r]+", "+n:n)})),e};const oe=Symbol("internals");function ae(t){return t&&String(t).trim().toLowerCase()}function ce(t){return!1===t||null==t?t:bt.isArray(t)?t.map(ce):String(t)}function le(t){const e=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;while(n=r.exec(t))e[n[1]]=n[2];return e}const ue=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function he(t,e,r,n,i){return bt.isFunction(n)?n.call(this,e,r):(i&&(e=r),bt.isString(e)?bt.isString(n)?-1!==e.indexOf(n):bt.isRegExp(n)?n.test(e):void 0:void 0)}function fe(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((t,e,r)=>e.toUpperCase()+r))}function de(t,e){const r=bt.toCamelCase(" "+e);["get","set","has"].forEach((n=>{Object.defineProperty(t,n+r,{value:function(t,r,i){return this[n].call(this,e,t,r,i)},configurable:!0})}))}class pe{constructor(t){t&&this.set(t)}set(t,e,r){const n=this;function i(t,e,r){const i=ae(e);if(!i)throw new Error("header name must be a non-empty string");const s=bt.findKey(n,i);(!s||void 0===n[s]||!0===r||void 0===r&&!1!==n[s])&&(n[s||e]=ce(t))}const s=(t,e)=>bt.forEach(t,((t,r)=>i(t,r,e)));if(bt.isPlainObject(t)||t instanceof this.constructor)s(t,e);else if(bt.isString(t)&&(t=t.trim())&&!ue(t))s(se(t),e);else if(bt.isHeaders(t))for(const[o,a]of t.entries())i(a,o,r);else null!=t&&i(e,t,r);return this}get(t,e){if(t=ae(t),t){const r=bt.findKey(this,t);if(r){const t=this[r];if(!e)return t;if(!0===e)return le(t);if(bt.isFunction(e))return e.call(this,t,r);if(bt.isRegExp(e))return e.exec(t);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=ae(t),t){const r=bt.findKey(this,t);return!(!r||void 0===this[r]||e&&!he(this,this[r],r,e))}return!1}delete(t,e){const r=this;let n=!1;function i(t){if(t=ae(t),t){const i=bt.findKey(r,t);!i||e&&!he(r,r[i],i,e)||(delete r[i],n=!0)}}return bt.isArray(t)?t.forEach(i):i(t),n}clear(t){const e=Object.keys(this);let r=e.length,n=!1;while(r--){const i=e[r];t&&!he(this,this[i],i,t,!0)||(delete this[i],n=!0)}return n}normalize(t){const e=this,r={};return bt.forEach(this,((n,i)=>{const s=bt.findKey(r,i);if(s)return e[s]=ce(n),void delete e[i];const o=t?fe(i):String(i).trim();o!==i&&delete e[i],e[o]=ce(n),r[o]=!0})),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return bt.forEach(this,((r,n)=>{null!=r&&!1!==r&&(e[n]=t&&bt.isArray(r)?r.join(", "):r)})),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([t,e])=>t+": "+e)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const r=new this(t);return e.forEach((t=>r.set(t))),r}static accessor(t){const e=this[oe]=this[oe]={accessors:{}},r=e.accessors,n=this.prototype;function i(t){const e=ae(t);r[e]||(de(n,t),r[e]=!0)}return bt.isArray(t)?t.forEach(i):i(t),this}}pe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),bt.reduceDescriptors(pe.prototype,(({value:t},e)=>{let r=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(t){this[r]=t}}})),bt.freezeMethods(pe);var ye=pe;function ge(t,e){const r=this||ne,n=e||r,i=ye.from(n.headers);let s=n.data;return bt.forEach(t,(function(t){s=t.call(r,s,i.normalize(),e?e.status:void 0)})),i.normalize(),s}function me(t){return!(!t||!t.__CANCEL__)}function ve(t,e,r){St.call(this,null==t?"canceled":t,St.ERR_CANCELED,e,r),this.name="CanceledError"}bt.inherits(ve,St,{__CANCEL__:!0});var be=ve;function we(t,e,r){const n=r.config.validateStatus;r.status&&n&&!n(r.status)?e(new St("Request failed with status code "+r.status,[St.ERR_BAD_REQUEST,St.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r)):t(r)}function Ae(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function _e(t,e){t=t||10;const r=new Array(t),n=new Array(t);let i,s=0,o=0;return e=void 0!==e?e:1e3,function(a){const c=Date.now(),l=n[o];i||(i=c),r[s]=a,n[s]=c;let u=o,h=0;while(u!==s)h+=r[u++],u%=t;if(s=(s+1)%t,s===o&&(o=(o+1)%t),c-i<e)return;const f=l&&c-l;return f?Math.round(1e3*h/f):void 0}}var Se=_e;function ke(t,e){let r,n,i=0,s=1e3/e;const o=(e,s=Date.now())=>{i=s,r=null,n&&(clearTimeout(n),n=null),t.apply(null,e)},a=(...t)=>{const e=Date.now(),a=e-i;a>=s?o(t,e):(r=t,n||(n=setTimeout((()=>{n=null,o(r)}),s-a)))},c=()=>r&&o(r);return[a,c]}var Ce=ke;const Re=(t,e,r=3)=>{let n=0;const i=Se(50,250);return Ce((r=>{const s=r.loaded,o=r.lengthComputable?r.total:void 0,a=s-n,c=i(a),l=s<=o;n=s;const u={loaded:s,total:o,progress:o?s/o:void 0,bytes:a,rate:c||void 0,estimated:c&&o&&l?(o-s)/c:void 0,event:r,lengthComputable:null!=o,[e?"download":"upload"]:!0};t(u)}),r)},xe=(t,e)=>{const r=null!=t;return[n=>e[0]({lengthComputable:r,total:t,loaded:n}),e[1]]},Be=t=>(...e)=>bt.asap((()=>t(...e)));var Ee=qt.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a");let r;function n(r){let n=r;return t&&(e.setAttribute("href",n),n=e.href),e.setAttribute("href",n),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:"/"===e.pathname.charAt(0)?e.pathname:"/"+e.pathname}}return r=n(window.location.href),function(t){const e=bt.isString(t)?n(t):t;return e.protocol===r.protocol&&e.host===r.host}}():function(){return function(){return!0}}(),De=qt.hasStandardBrowserEnv?{write(t,e,r,n,i,s){const o=[t+"="+encodeURIComponent(e)];bt.isNumber(r)&&o.push("expires="+new Date(r).toGMTString()),bt.isString(n)&&o.push("path="+n),bt.isString(i)&&o.push("domain="+i),!0===s&&o.push("secure"),document.cookie=o.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Oe(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function Te(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function Ie(t,e){return t&&!Oe(e)?Te(t,e):e}const Fe=t=>t instanceof ye?{...t}:t;function Me(t,e){e=e||{};const r={};function n(t,e,r){return bt.isPlainObject(t)&&bt.isPlainObject(e)?bt.merge.call({caseless:r},t,e):bt.isPlainObject(e)?bt.merge({},e):bt.isArray(e)?e.slice():e}function i(t,e,r){return bt.isUndefined(e)?bt.isUndefined(t)?void 0:n(void 0,t,r):n(t,e,r)}function s(t,e){if(!bt.isUndefined(e))return n(void 0,e)}function o(t,e){return bt.isUndefined(e)?bt.isUndefined(t)?void 0:n(void 0,t):n(void 0,e)}function a(r,i,s){return s in e?n(r,i):s in t?n(void 0,r):void 0}const c={url:s,method:s,data:s,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:a,headers:(t,e)=>i(Fe(t),Fe(e),!0)};return bt.forEach(Object.keys(Object.assign({},t,e)),(function(n){const s=c[n]||i,o=s(t[n],e[n],n);bt.isUndefined(o)&&s!==a||(r[n]=o)})),r}var Ue=t=>{const e=Me({},t);let r,{data:n,withXSRFToken:i,xsrfHeaderName:s,xsrfCookieName:o,headers:a,auth:c}=e;if(e.headers=a=ye.from(a),e.url=zt(Ie(e.baseURL,e.url),t.params,t.paramsSerializer),c&&a.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):""))),bt.isFormData(n))if(qt.hasStandardBrowserEnv||qt.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if(!1!==(r=a.getContentType())){const[t,...e]=r?r.split(";").map((t=>t.trim())).filter(Boolean):[];a.setContentType([t||"multipart/form-data",...e].join("; "))}if(qt.hasStandardBrowserEnv&&(i&&bt.isFunction(i)&&(i=i(e)),i||!1!==i&&Ee(e.url))){const t=s&&o&&De.read(o);t&&a.set(s,t)}return e};const ze="undefined"!==typeof XMLHttpRequest;var Ne=ze&&function(t){return new Promise((function(e,r){const n=Ue(t);let i=n.data;const s=ye.from(n.headers).normalize();let o,a,c,l,u,{responseType:h,onUploadProgress:f,onDownloadProgress:d}=n;function p(){l&&l(),u&&u(),n.cancelToken&&n.cancelToken.unsubscribe(o),n.signal&&n.signal.removeEventListener("abort",o)}let y=new XMLHttpRequest;function g(){if(!y)return;const n=ye.from("getAllResponseHeaders"in y&&y.getAllResponseHeaders()),i=h&&"text"!==h&&"json"!==h?y.response:y.responseText,s={data:i,status:y.status,statusText:y.statusText,headers:n,config:t,request:y};we((function(t){e(t),p()}),(function(t){r(t),p()}),s),y=null}y.open(n.method.toUpperCase(),n.url,!0),y.timeout=n.timeout,"onloadend"in y?y.onloadend=g:y.onreadystatechange=function(){y&&4===y.readyState&&(0!==y.status||y.responseURL&&0===y.responseURL.indexOf("file:"))&&setTimeout(g)},y.onabort=function(){y&&(r(new St("Request aborted",St.ECONNABORTED,t,y)),y=null)},y.onerror=function(){r(new St("Network Error",St.ERR_NETWORK,t,y)),y=null},y.ontimeout=function(){let e=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded";const i=n.transitional||Lt;n.timeoutErrorMessage&&(e=n.timeoutErrorMessage),r(new St(e,i.clarifyTimeoutError?St.ETIMEDOUT:St.ECONNABORTED,t,y)),y=null},void 0===i&&s.setContentType(null),"setRequestHeader"in y&&bt.forEach(s.toJSON(),(function(t,e){y.setRequestHeader(e,t)})),bt.isUndefined(n.withCredentials)||(y.withCredentials=!!n.withCredentials),h&&"json"!==h&&(y.responseType=n.responseType),d&&([c,u]=Re(d,!0),y.addEventListener("progress",c)),f&&y.upload&&([a,l]=Re(f),y.upload.addEventListener("progress",a),y.upload.addEventListener("loadend",l)),(n.cancelToken||n.signal)&&(o=e=>{y&&(r(!e||e.type?new be(null,t,y):e),y.abort(),y=null)},n.cancelToken&&n.cancelToken.subscribe(o),n.signal&&(n.signal.aborted?o():n.signal.addEventListener("abort",o)));const m=Ae(n.url);m&&-1===qt.protocols.indexOf(m)?r(new St("Unsupported protocol "+m+":",St.ERR_BAD_REQUEST,t)):y.send(i||null)}))};const je=(t,e)=>{let r,n=new AbortController;const i=function(t){if(!r){r=!0,o();const e=t instanceof Error?t:this.reason;n.abort(e instanceof St?e:new be(e instanceof Error?e.message:e))}};let s=e&&setTimeout((()=>{i(new St(`timeout ${e} of ms exceeded`,St.ETIMEDOUT))}),e);const o=()=>{t&&(s&&clearTimeout(s),s=null,t.forEach((t=>{t&&(t.removeEventListener?t.removeEventListener("abort",i):t.unsubscribe(i))})),t=null)};t.forEach((t=>t&&t.addEventListener&&t.addEventListener("abort",i)));const{signal:a}=n;return a.unsubscribe=o,[a,()=>{s&&clearTimeout(s),s=null}]};var Le=je;const Pe=function*(t,e){let r=t.byteLength;if(!e||r<e)return void(yield t);let n,i=0;while(i<r)n=i+e,yield t.slice(i,n),i=n},He=async function*(t,e,r){for await(const n of t)yield*Pe(ArrayBuffer.isView(n)?n:await r(String(n)),e)},Je=(t,e,r,n,i)=>{const s=He(t,e,i);let o,a=0,c=t=>{o||(o=!0,n&&n(t))};return new ReadableStream({async pull(t){try{const{done:e,value:n}=await s.next();if(e)return c(),void t.close();let i=n.byteLength;if(r){let t=a+=i;r(t)}t.enqueue(new Uint8Array(n))}catch(e){throw c(e),e}},cancel(t){return c(t),s.return()}},{highWaterMark:2})},Ge="function"===typeof fetch&&"function"===typeof Request&&"function"===typeof Response,Ve=Ge&&"function"===typeof ReadableStream,We=Ge&&("function"===typeof TextEncoder?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),Ze=(t,...e)=>{try{return!!t(...e)}catch(wn){return!1}},Ye=Ve&&Ze((()=>{let t=!1;const e=new Request(qt.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e})),qe=65536,Qe=Ve&&Ze((()=>bt.isReadableStream(new Response("").body))),Xe={stream:Qe&&(t=>t.body)};Ge&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach((e=>{!Xe[e]&&(Xe[e]=bt.isFunction(t[e])?t=>t[e]():(t,r)=>{throw new St(`Response type '${e}' is not supported`,St.ERR_NOT_SUPPORT,r)})}))})(new Response);const Ke=async t=>null==t?0:bt.isBlob(t)?t.size:bt.isSpecCompliantForm(t)?(await new Request(t).arrayBuffer()).byteLength:bt.isArrayBufferView(t)||bt.isArrayBuffer(t)?t.byteLength:(bt.isURLSearchParams(t)&&(t+=""),bt.isString(t)?(await We(t)).byteLength:void 0),$e=async(t,e)=>{const r=bt.toFiniteNumber(t.getContentLength());return null==r?Ke(e):r};var tr=Ge&&(async t=>{let{url:e,method:r,data:n,signal:i,cancelToken:s,timeout:o,onDownloadProgress:a,onUploadProgress:c,responseType:l,headers:u,withCredentials:h="same-origin",fetchOptions:f}=Ue(t);l=l?(l+"").toLowerCase():"text";let d,p,[y,g]=i||s||o?Le([i,s],o):[];const m=()=>{!d&&setTimeout((()=>{y&&y.unsubscribe()})),d=!0};let v;try{if(c&&Ye&&"get"!==r&&"head"!==r&&0!==(v=await $e(u,n))){let t,r=new Request(e,{method:"POST",body:n,duplex:"half"});if(bt.isFormData(n)&&(t=r.headers.get("content-type"))&&u.setContentType(t),r.body){const[t,e]=xe(v,Re(Be(c)));n=Je(r.body,qe,t,e,We)}}bt.isString(h)||(h=h?"include":"omit"),p=new Request(e,{...f,signal:y,method:r.toUpperCase(),headers:u.normalize().toJSON(),body:n,duplex:"half",credentials:h});let i=await fetch(p);const s=Qe&&("stream"===l||"response"===l);if(Qe&&(a||s)){const t={};["status","statusText","headers"].forEach((e=>{t[e]=i[e]}));const e=bt.toFiniteNumber(i.headers.get("content-length")),[r,n]=a&&xe(e,Re(Be(a),!0))||[];i=new Response(Je(i.body,qe,r,(()=>{n&&n(),s&&m()}),We),t)}l=l||"text";let o=await Xe[bt.findKey(Xe,l)||"text"](i,t);return!s&&m(),g&&g(),await new Promise(((e,r)=>{we(e,r,{data:o,headers:ye.from(i.headers),status:i.status,statusText:i.statusText,config:t,request:p})}))}catch(b){if(m(),b&&"TypeError"===b.name&&/fetch/i.test(b.message))throw Object.assign(new St("Network Error",St.ERR_NETWORK,t,p),{cause:b.cause||b});throw St.from(b,b&&b.code,t,p)}});const er={http:kt,xhr:Ne,fetch:tr};bt.forEach(er,((t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch(wn){}Object.defineProperty(t,"adapterName",{value:e})}}));const rr=t=>`- ${t}`,nr=t=>bt.isFunction(t)||null===t||!1===t;var ir={getAdapter:t=>{t=bt.isArray(t)?t:[t];const{length:e}=t;let r,n;const i={};for(let s=0;s<e;s++){let e;if(r=t[s],n=r,!nr(r)&&(n=er[(e=String(r)).toLowerCase()],void 0===n))throw new St(`Unknown adapter '${e}'`);if(n)break;i[e||"#"+s]=n}if(!n){const t=Object.entries(i).map((([t,e])=>`adapter ${t} `+(!1===e?"is not supported by the environment":"is not available in the build")));let r=e?t.length>1?"since :\n"+t.map(rr).join("\n"):" "+rr(t[0]):"as no adapter specified";throw new St("There is no suitable adapter to dispatch the request "+r,"ERR_NOT_SUPPORT")}return n},adapters:er};function sr(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new be(null,t)}function or(t){sr(t),t.headers=ye.from(t.headers),t.data=ge.call(t,t.transformRequest),-1!==["post","put","patch"].indexOf(t.method)&&t.headers.setContentType("application/x-www-form-urlencoded",!1);const e=ir.getAdapter(t.adapter||ne.adapter);return e(t).then((function(e){return sr(t),e.data=ge.call(t,t.transformResponse,e),e.headers=ye.from(e.headers),e}),(function(e){return me(e)||(sr(t),e&&e.response&&(e.response.data=ge.call(t,t.transformResponse,e.response),e.response.headers=ye.from(e.response.headers))),Promise.reject(e)}))}const ar="1.7.4",cr={};["object","boolean","number","function","string","symbol"].forEach(((t,e)=>{cr[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}}));const lr={};function ur(t,e,r){if("object"!==typeof t)throw new St("options must be an object",St.ERR_BAD_OPTION_VALUE);const n=Object.keys(t);let i=n.length;while(i-- >0){const s=n[i],o=e[s];if(o){const e=t[s],r=void 0===e||o(e,s,t);if(!0!==r)throw new St("option "+s+" must be "+r,St.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new St("Unknown option "+s,St.ERR_BAD_OPTION)}}cr.transitional=function(t,e,r){function n(t,e){return"[Axios v"+ar+"] Transitional option '"+t+"'"+e+(r?". "+r:"")}return(r,i,s)=>{if(!1===t)throw new St(n(i," has been removed"+(e?" in "+e:"")),St.ERR_DEPRECATED);return e&&!lr[i]&&(lr[i]=!0,console.warn(n(i," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(r,i,s)}};var hr={assertOptions:ur,validators:cr};const fr=hr.validators;class dr{constructor(t){this.defaults=t,this.interceptors={request:new jt,response:new jt}}async request(t,e){try{return await this._request(t,e)}catch(r){if(r instanceof Error){let t;Error.captureStackTrace?Error.captureStackTrace(t={}):t=new Error;const e=t.stack?t.stack.replace(/^.+\n/,""):"";try{r.stack?e&&!String(r.stack).endsWith(e.replace(/^.+\n.+\n/,""))&&(r.stack+="\n"+e):r.stack=e}catch(wn){}}throw r}}_request(t,e){"string"===typeof t?(e=e||{},e.url=t):e=t||{},e=Me(this.defaults,e);const{transitional:r,paramsSerializer:n,headers:i}=e;void 0!==r&&hr.assertOptions(r,{silentJSONParsing:fr.transitional(fr.boolean),forcedJSONParsing:fr.transitional(fr.boolean),clarifyTimeoutError:fr.transitional(fr.boolean)},!1),null!=n&&(bt.isFunction(n)?e.paramsSerializer={serialize:n}:hr.assertOptions(n,{encode:fr.function,serialize:fr.function},!0)),e.method=(e.method||this.defaults.method||"get").toLowerCase();let s=i&&bt.merge(i.common,i[e.method]);i&&bt.forEach(["delete","get","head","post","put","patch","common"],(t=>{delete i[t]})),e.headers=ye.concat(s,i);const o=[];let a=!0;this.interceptors.request.forEach((function(t){"function"===typeof t.runWhen&&!1===t.runWhen(e)||(a=a&&t.synchronous,o.unshift(t.fulfilled,t.rejected))}));const c=[];let l;this.interceptors.response.forEach((function(t){c.push(t.fulfilled,t.rejected)}));let u,h=0;if(!a){const t=[or.bind(this),void 0];t.unshift.apply(t,o),t.push.apply(t,c),u=t.length,l=Promise.resolve(e);while(h<u)l=l.then(t[h++],t[h++]);return l}u=o.length;let f=e;h=0;while(h<u){const t=o[h++],e=o[h++];try{f=t(f)}catch(d){e.call(this,d);break}}try{l=or.call(this,f)}catch(d){return Promise.reject(d)}h=0,u=c.length;while(h<u)l=l.then(c[h++],c[h++]);return l}getUri(t){t=Me(this.defaults,t);const e=Ie(t.baseURL,t.url);return zt(e,t.params,t.paramsSerializer)}}bt.forEach(["delete","get","head","options"],(function(t){dr.prototype[t]=function(e,r){return this.request(Me(r||{},{method:t,url:e,data:(r||{}).data}))}})),bt.forEach(["post","put","patch"],(function(t){function e(e){return function(r,n,i){return this.request(Me(i||{},{method:t,headers:e?{"Content-Type":"multipart/form-data"}:{},url:r,data:n}))}}dr.prototype[t]=e(),dr.prototype[t+"Form"]=e(!0)}));var pr=dr;class yr{constructor(t){if("function"!==typeof t)throw new TypeError("executor must be a function.");let e;this.promise=new Promise((function(t){e=t}));const r=this;this.promise.then((t=>{if(!r._listeners)return;let e=r._listeners.length;while(e-- >0)r._listeners[e](t);r._listeners=null})),this.promise.then=t=>{let e;const n=new Promise((t=>{r.subscribe(t),e=t})).then(t);return n.cancel=function(){r.unsubscribe(e)},n},t((function(t,n,i){r.reason||(r.reason=new be(t,n,i),e(r.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){this.reason?t(this.reason):this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const e=this._listeners.indexOf(t);-1!==e&&this._listeners.splice(e,1)}static source(){let t;const e=new yr((function(e){t=e}));return{token:e,cancel:t}}}var gr=yr;function mr(t){return function(e){return t.apply(null,e)}}function vr(t){return bt.isObject(t)&&!0===t.isAxiosError}const br={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(br).forEach((([t,e])=>{br[e]=t}));var wr=br;function Ar(t){const e=new pr(t),r=h(pr.prototype.request,e);return bt.extend(r,pr.prototype,e,{allOwnKeys:!0}),bt.extend(r,e,null,{allOwnKeys:!0}),r.create=function(e){return Ar(Me(t,e))},r}const _r=Ar(ne);_r.Axios=pr,_r.CanceledError=be,_r.CancelToken=gr,_r.isCancel=me,_r.VERSION=ar,_r.toFormData=Ot,_r.AxiosError=St,_r.Cancel=_r.CanceledError,_r.all=function(t){return Promise.all(t)},_r.spread=mr,_r.isAxiosError=vr,_r.mergeConfig=Me,_r.AxiosHeaders=ye,_r.formToJSON=t=>te(bt.isHTMLForm(t)?new FormData(t):t),_r.getAdapter=ir.getAdapter,_r.HttpStatusCode=wr,_r.default=_r;var Sr=_r;const kr={set(t,e){sessionStorage&&null!=t&&null!=e&&sessionStorage.setItem(t,e)},get(t){return sessionStorage?null==t?null:sessionStorage.getItem(t):null},setJSON(t,e){null!=e&&this.set(t,JSON.stringify(e))},getJSON(t){const e=this.get(t);if(null!=e)return JSON.parse(e)},remove(t){sessionStorage.removeItem(t)}},Cr={set(t,e){localStorage&&null!=t&&null!=e&&localStorage.setItem(t,e)},get(t){return localStorage?null==t?null:localStorage.getItem(t):null},setJSON(t,e){null!=e&&this.set(t,JSON.stringify(e))},getJSON(t){const e=this.get(t);if(null!=e)return JSON.parse(e)},remove(t){localStorage.removeItem(t)}};var Rr={session:kr,local:Cr},xr=n(317),Br=n(190),Er=n.n(Br);const Dr="3.7.7",Or=Dr,Tr="function"===typeof Buffer,Ir="function"===typeof TextDecoder?new TextDecoder:void 0,Fr="function"===typeof TextEncoder?new TextEncoder:void 0,Mr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Ur=Array.prototype.slice.call(Mr),zr=(t=>{let e={};return t.forEach(((t,r)=>e[t]=r)),e})(Ur),Nr=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,jr=String.fromCharCode.bind(String),Lr="function"===typeof Uint8Array.from?Uint8Array.from.bind(Uint8Array):t=>new Uint8Array(Array.prototype.slice.call(t,0)),Pr=t=>t.replace(/=/g,"").replace(/[+\/]/g,(t=>"+"==t?"-":"_")),Hr=t=>t.replace(/[^A-Za-z0-9\+\/]/g,""),Jr=t=>{let e,r,n,i,s="";const o=t.length%3;for(let a=0;a<t.length;){if((r=t.charCodeAt(a++))>255||(n=t.charCodeAt(a++))>255||(i=t.charCodeAt(a++))>255)throw new TypeError("invalid character found");e=r<<16|n<<8|i,s+=Ur[e>>18&63]+Ur[e>>12&63]+Ur[e>>6&63]+Ur[63&e]}return o?s.slice(0,o-3)+"===".substring(o):s},Gr="function"===typeof btoa?t=>btoa(t):Tr?t=>Buffer.from(t,"binary").toString("base64"):Jr,Vr=Tr?t=>Buffer.from(t).toString("base64"):t=>{const e=4096;let r=[];for(let n=0,i=t.length;n<i;n+=e)r.push(jr.apply(null,t.subarray(n,n+e)));return Gr(r.join(""))},Wr=(t,e=!1)=>e?Pr(Vr(t)):Vr(t),Zr=t=>{if(t.length<2){var e=t.charCodeAt(0);return e<128?t:e<2048?jr(192|e>>>6)+jr(128|63&e):jr(224|e>>>12&15)+jr(128|e>>>6&63)+jr(128|63&e)}e=65536+1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320);return jr(240|e>>>18&7)+jr(128|e>>>12&63)+jr(128|e>>>6&63)+jr(128|63&e)},Yr=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,qr=t=>t.replace(Yr,Zr),Qr=Tr?t=>Buffer.from(t,"utf8").toString("base64"):Fr?t=>Vr(Fr.encode(t)):t=>Gr(qr(t)),Xr=(t,e=!1)=>e?Pr(Qr(t)):Qr(t),Kr=t=>Xr(t,!0),$r=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,tn=t=>{switch(t.length){case 4:var e=(7&t.charCodeAt(0))<<18|(63&t.charCodeAt(1))<<12|(63&t.charCodeAt(2))<<6|63&t.charCodeAt(3),r=e-65536;return jr(55296+(r>>>10))+jr(56320+(1023&r));case 3:return jr((15&t.charCodeAt(0))<<12|(63&t.charCodeAt(1))<<6|63&t.charCodeAt(2));default:return jr((31&t.charCodeAt(0))<<6|63&t.charCodeAt(1))}},en=t=>t.replace($r,tn),rn=t=>{if(t=t.replace(/\s+/g,""),!Nr.test(t))throw new TypeError("malformed base64.");t+="==".slice(2-(3&t.length));let e,r,n,i="";for(let s=0;s<t.length;)e=zr[t.charAt(s++)]<<18|zr[t.charAt(s++)]<<12|(r=zr[t.charAt(s++)])<<6|(n=zr[t.charAt(s++)]),i+=64===r?jr(e>>16&255):64===n?jr(e>>16&255,e>>8&255):jr(e>>16&255,e>>8&255,255&e);return i},nn="function"===typeof atob?t=>atob(Hr(t)):Tr?t=>Buffer.from(t,"base64").toString("binary"):rn,sn=Tr?t=>Lr(Buffer.from(t,"base64")):t=>Lr(nn(t).split("").map((t=>t.charCodeAt(0)))),on=t=>sn(cn(t)),an=Tr?t=>Buffer.from(t,"base64").toString("utf8"):Ir?t=>Ir.decode(sn(t)):t=>en(nn(t)),cn=t=>Hr(t.replace(/[-_]/g,(t=>"-"==t?"+":"/"))),ln=t=>an(cn(t)),un=t=>{if("string"!==typeof t)return!1;const e=t.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(e)||!/[^\s0-9a-zA-Z\-_]/.test(e)},hn=t=>({value:t,enumerable:!1,writable:!0,configurable:!0}),fn=function(){const t=(t,e)=>Object.defineProperty(String.prototype,t,hn(e));t("fromBase64",(function(){return ln(this)})),t("toBase64",(function(t){return Xr(this,t)})),t("toBase64URI",(function(){return Xr(this,!0)})),t("toBase64URL",(function(){return Xr(this,!0)})),t("toUint8Array",(function(){return on(this)}))},dn=function(){const t=(t,e)=>Object.defineProperty(Uint8Array.prototype,t,hn(e));t("toBase64",(function(t){return Wr(this,t)})),t("toBase64URI",(function(){return Wr(this,!0)})),t("toBase64URL",(function(){return Wr(this,!0)}))},pn=()=>{fn(),dn()},yn={version:Dr,VERSION:Or,atob:nn,atobPolyfill:rn,btoa:Gr,btoaPolyfill:Jr,fromBase64:ln,toBase64:Xr,encode:Xr,encodeURI:Kr,encodeURL:Kr,utob:qr,btou:en,decode:ln,isValid:un,fromUint8Array:Wr,toUint8Array:on,extendString:fn,extendUint8Array:dn,extendBuiltins:pn},gn="RU5D",mn="ODE",vn="AE",bn="S_K",wn="RVkx",An=yn.decode(gn).concat(mn,"_",vn,bn,yn.decode(wn),"6"),_n="d3d3",Sn="w.e",kn="mru",Cn="bik",Rn="Y29t",xn=yn.decode(_n).concat(Sn,kn,Cn,".",yn.decode(Rn));Er().enc.Utf8.parse(An),Er().enc.Utf8.parse(xn);let Bn="601a39a2a4a7cd88d5ddcef5";const En=["/home","/overview"];"aliyun"==={NODE_ENV:"production",BASE_URL:""}.VITE_APP_BUILD_TYPE&&(Bn="6572ba195ec962924cc39951");var Dn={"X-Enterprise-Id":"www.hep-zj.com.cn","X-App-Id":"90403a27c0704259ab7a3c8aab4489b3","X-App-Secret":"bc11ce7c44824fcaa23ff301a54b7094",appId:Bn,whiteList:En,publicPath:"https://agent.icve.com.cn/heatp-portal/do/",publicPrefix:"/heatp"};const On=sessionStorage.getItem("AI-INTELLIGENT-TOOLS_BASE_URL");Sr.defaults.headers["Content-Type"]="application/json;charset=utf-8";const Tn=Sr.create({baseURL:On||Dn.publicPath,timeout:8e4});Tn.interceptors.request.use((t=>{Rr.session.getJSON("SRKJ_TOKEN_CACHE")&&(t.params||(t.params={}),t.params.token=Rr.session.getJSON("SRKJ_TOKEN_CACHE"));const e=!1===(t.headers||{}).repeatSubmit;if(!e&&("post"===t.method||"put"===t.method)){const e={url:t.url,data:"object"===typeof t.data?JSON.stringify(t.data):t.data,time:(new Date).getTime()},r=Rr.session.getJSON("sessionObj");if(void 0===r||null===r||""===r)Rr.session.setJSON("sessionObj",e);else{const t=r.url,n=r.data,i=r.time,s=100;n===e.data&&e.time-i<s&&t===e.url||Rr.session.setJSON("sessionObj",e)}}return t}),(t=>{Promise.reject(t)})),Tn.interceptors.response.use((t=>{if("blob"===t.request.responseType||"arraybuffer"===t.request.responseType)return t.data;let e=t.data;if(Rr.session.remove("ERROR_SR_CODE"),401!==t.status)return e.resultCode.endsWith("0000")||Rr.session.setJSON("ERROR_SR_CODE",e.message.description),e.queryData||e.data||e.token;xr.Message.warning(e.message.description)}));var In=Tn;sessionStorage.getItem("AI-INTELLIGENT-TOOLS_BASE_URL")||Dn.publicPath;let Fn=sessionStorage.getItem("AI-INTELLIGENT-TOOLS_PRE_FIX")||Dn.publicPrefix;Fn+="/plugin/v2";const Mn=(t,e)=>In({url:Fn+"/sso/assistant",method:"get",params:{token:t,businessSource:e}}),Un=t=>In({url:Fn+`/criticism/${t}/apply`,method:"post"}),zn=(t,e,r)=>In({url:Fn+"/criticism",method:"post",data:t,params:{courseId:r}}),Nn=(t,e)=>In({url:Fn+"/criticism/comment",method:"put",params:{commentId:e}}),jn=(t,e)=>In({url:Fn+"/criticism/feedback",method:"post",data:e,params:t}),Ln=t=>In({url:Fn+"/criticism/poll",method:"post",data:t}),Pn=[{name:"格式问题",code:"1"},{name:"逻辑问题",code:"2"},{name:"有害信息",code:"3"},{name:"事实错误",code:"4"},{name:"没有帮助",code:"5"},{name:"答非所问",code:"6"}],Hn=async(t,e)=>{await Mn(t,e),Rr.session.setJSON("SRKJ_TOKEN_CACHE",t)};var Jn={name:"ChatTools",props:{type:{type:String,default:"chart"},detailData:{type:Object,default:()=>{}}},data(){return{input:"",popover:!1,errors:[],errorList:Pn}},computed:{canSubmit(){return 0===this.errors.length&&""===this.input},listData(){return this.detailData}},methods:{cancelPopover(){this.popover=!1},openPopover(){this.popover=!0},reAnswer(t){this.$emit("on-reanswer",t)},async doZan(t){t.feedback=1===t.feedback?0:1;const e={commentId:t.id,feedbackId:t.feedbackId,type:t.feedback};t.feedbackId=await jn(e),this.$forceUpdate()},async doCai(t){let e={};t.cai||(e={desc:this.input,tags:this.errors}),t.feedback=2!==t.feedback?2:0;const r={commentId:t.id,feedbackId:t.feedbackId,type:t.feedback};t.feedbackId=await jn(r,e),this.$forceUpdate(),2===t.feedback&&this.$message.success("感谢您的反馈"),this.popover=!1,this.input="",this.errors=[]}}},Gn=Jn;function Vn(t,e,r,n,i,s,o,a){var c,l="function"===typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=r,l._compiled=!0),n&&(l.functional=!0),s&&(l._scopeId="data-v-"+s),o?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},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(t,e){return c.call(e),u(t,e)}}else{var h=l.beforeCreate;l.beforeCreate=h?[].concat(h,c):[c]}return{exports:t,options:l}}var Wn=Vn(Gn,l,u,!1,null,"3f1354c5",null),Zn=Wn.exports,Yn={name:"ReadOver",components:{ChatTools:Zn},props:{exercisesData:{type:Object,default:()=>{}},analyzeData:{type:Object,default:()=>{}},isReanswering:{type:Boolean,default:!1}},data(){return{}},methods:{reanswer(t){this.isReanswering||this.$emit("on-reanswer",t)},notyApply(){this.$emit("on-noty-apply",this.analyzeData,this.exercisesData)}}},qn=Yn,Qn=Vn(qn,a,c,!1,null,"0b86011a",null),Xn=Qn.exports;
|
|
16
|
+
/*! js-cookie v3.0.5 | MIT */
|
|
17
|
+
function Kn(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)t[n]=r[n]}return t}var $n={read:function(t){return'"'===t[0]&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function ti(t,e){function r(r,n,i){if("undefined"!==typeof document){i=Kn({},e,i),"number"===typeof i.expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),r=encodeURIComponent(r).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var s="";for(var o in i)i[o]&&(s+="; "+o,!0!==i[o]&&(s+="="+i[o].split(";")[0]));return document.cookie=r+"="+t.write(n,r)+s}}function n(e){if("undefined"!==typeof document&&(!arguments.length||e)){for(var r=document.cookie?document.cookie.split("; "):[],n={},i=0;i<r.length;i++){var s=r[i].split("="),o=s.slice(1).join("=");try{var a=decodeURIComponent(s[0]);if(n[a]=t.read(o,a),e===a)break}catch(wn){}}return e?n[e]:n}}return Object.create({set:r,get:n,remove:function(t,e){r(t,"",Kn({},e,{expires:-1}))},withAttributes:function(t){return ti(this.converter,Kn({},this.attributes,t))},withConverter:function(t){return ti(Kn({},this.converter,t),this.attributes)}},{attributes:{value:Object.freeze(e)},converter:{value:Object.freeze(t)}})}var ei=ti($n,{path:"/"}),ri=function(){var t=this,e=t._self._c;return e("div",{staticClass:"tab-filter-contain"},[t._l(t.filterData,(function(r){return e("div",{key:r.key,staticClass:"filter-tab",class:{"filter-tab-active":r.active},on:{click:function(e){return t.filterClick(r)}}},[e("p",[e("span",{staticClass:"symbol"},[t._v(t._s(r.unit))]),e("span",{staticClass:"number"},[t._v(t._s(r.title))]),e("span",{staticClass:"unit"},[t._v("分")])]),e("p",[t._v("("+t._s(r.count)+")")])])})),e("div",{staticClass:"close",on:{click:t.closeFilter}},[e("i",{staticClass:"el-icon-error",staticStyle:{color:"rgb(240, 48, 48)","font-size":"20px"}}),e("i",{staticClass:"el-icon-close"})])],2)},ni=[],ii={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((t=>{const{id:e}=t;if(this.replyData[e]){const{score:r}=this.replyData[e];r>=this.keys[0]&&this.scoreMap[">=90"].push(t),r>=this.keys[1]&&r<this.keys[0]&&this.scoreMap[">=80"].push(t),r>=this.keys[2]&&r<this.keys[1]&&this.scoreMap[">=70"].push(t),r>=this.keys[3]&&r<this.keys[2]&&this.scoreMap[">=60"].push(t),r<this.keys[3]&&this.scoreMap["<60"].push(t)}})),this.filterData.map((t=>{t.count=this.scoreMap[t.key].length}))},immediate:!0,deep:!0}},data(){return{scoreMap:{},filterData:[],keys:[]}},methods:{makeBaseData(){const t=this.tabData[0].score;if(!t)throw new Error("分数为空");this.keys=[.9*t,.8*t,.7*t,.6*t],this.filterData=[{title:`${this.makeFloatRight(this.keys[0])}`,key:">=90",unit:">=",count:0},{title:`${this.makeFloatRight(this.keys[1])}`,key:">=80",unit:">=",count:0},{title:`${this.makeFloatRight(this.keys[2])}`,key:">=70",unit:">=",count:0},{title:`${this.makeFloatRight(this.keys[3])}`,key:">=60",unit:">=",count:0},{title:`${this.makeFloatRight(this.keys[3])}`,key:"<60",unit:"<",count:0}]},makeFloatRight(t){return Number.isInteger(t)?t:t.toFixed(1)},filterClick(t){this.filterData.map((t=>t.active=!1)),t.active=!0,this.$forceUpdate(),this.$emit("on-filter-change",this.scoreMap[t.key])},closeFilter(){this.$emit("on-close",this.tabData)},resizeScoreMap(){this.scoreMap={">=90":[],">=80":[],">=70":[],">=60":[],"<60":[]}}}},si=ii,oi=Vn(si,ri,ni,!1,null,"89991418",null),ai=oi.exports,ci=function(){var t=this,e=t._self._c;return e("div",{staticClass:"member-table-contain",on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.searchData.apply(null,arguments)}}},[e("el-input",{attrs:{placeholder:"请输入搜索内容"},model:{value:t.searchInput,callback:function(e){t.searchInput=e},expression:"searchInput"}},[e("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"suffix"},on:{click:t.searchData},slot:"suffix"})]),e("div",{staticClass:"content"},t._l(t.activeData,(function(r){return e("div",{key:r.id,staticClass:"member-list",class:{"member-list-selected":t.selectedMap[r.id]},on:{click:function(e){return t.selectMember(r)}}},[e("div",[t.replyCache[r.id]?t._e():e("span",{staticClass:"loading-block"},[e("i",{staticClass:"el-icon-loading"})]),t._v(" "+t._s(r.title)+" ")]),t._m(0,!0)])})),0),e("div",{staticClass:"pagination"},[e("el-pagination",{attrs:{layout:"prev, pager, next",small:!0,"page-size":t.pageSize,"current-page":t.pageNo,total:t.cacheShowData.length},on:{"current-change":t.setActiveData}})],1)],1)},li=[function(){var t=this,e=t._self._c;return e("span",{staticClass:"member-list-icon"},[e("i",{staticClass:"el-icon-success icon-select"}),e("i",{staticClass:"el-icon-circle-plus-outline icon-hover"})])}],ui={name:"MemberTable",props:{checkData:{type:Array,default:()=>[]},showData:{type:Array,default:()=>[]},replyCache:{type:Object,default:()=>{}}},watch:{checkData:{handler(){this.selectedMap={},this.checkData.map((t=>{this.selectedMap[t.id]=t})),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(t){t&&(this.pageNo=t),this.activeData=this.cacheShowData.slice(this.pageSize*(this.pageNo-1),this.pageSize*this.pageNo)},selectMember(t){this.selectedMap[t.id]||(this.selectedData.unshift(t),this.selectedData.pop(),this.$emit("on-select-member",this.selectedData))},searchData(){this.pageNo=1,this.cacheShowData=""===this.searchInput?[...this.showData]:this.showData.filter((t=>t.title.toString().indexOf(this.searchInput)>-1)),this.setActiveData()}}},hi=ui,fi=Vn(hi,ci,li,!1,null,"ff676ce8",null),di=fi.exports,pi={name:"AiReadOverMobile",components:{ReadOver:Xn,TabFilter:ai,MemberTable:di},props:{visible:{type:Boolean,default:!1},listData:{type:Array,default:()=>[]},courseId:{type:String,default:""},isPerson:{type:Boolean,default:!1},autoApply:{type:Boolean,default:!1},businessSource:{type:String,default:""}},data(){return{stretch:!1,showFilter:!0,showMoreButton:!1,replyCache:{},activeItem:{},analyzeData:{},sseSessionId:"",tabList:[],showTableList:[],cacheUserId:[],loopFlag:0,replayId:{},sr_error_code:void 0,replayedCache:{},filterData:[],scoreMap:{},keys:[],isReanswering:!1}},watch:{visible(){this.visible?(this.listDataError(),this.sseSessionId=(new Date).getTime().toString(),this.tabList=this.listData,this.showFilter=!0,this.makeBaseData(),this.updateFilterData(),setTimeout((()=>{this.dealTableList(),this.sendAiInfo()}))):(this.showFilter=!1,this.cacheUserId=[],this.replayId={},this.replayedCache={},clearInterval(this.loopFlag))},listData:{handler(){this.listData&&this.listData.length>0&&(this.tabList=this.listData,this.makeBaseData(),this.updateFilterData())},immediate:!0},replyCache:{handler(){this.updateFilterData()},deep:!0}},mounted(){if(!ei.get("token"))return this.$message.warning("未获取到登录信息,请重新登录");this.messageList=[],Hn(ei.get("token"),this.businessSource)},methods:{resizeFirstActive(){!this.showTableList||this.showTableList.length<1?this.analyzeData=null:(this.showTableList.map((t=>t.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(t){this.tabList.map((t=>t.active=!1)),t.active=!0,this.$forceUpdate(),this.activeItem=t,this.analyzeData=this.replyCache[t.id]},async sendAiInfo(){const t=[];this.listData.map((e=>{t.push({bizId:e.id,question:e.question,score:e.score,answer:e.answer,answerer:e.title,rightAnswer:e.rightAnswer}),this.cacheUserId.push(e.id)})),await zn(t,this.sseSessionId,this.courseId),this.sr_error_code=Rr.session.getJSON("ERROR_SR_CODE"),this.loopFlag=setInterval((async()=>{this.loopInfo()}),3e3),this.loopInfo()},async loopInfo(){const t=await Ln(this.cacheUserId);if(!t)throw new Error("--loopRes--返回值为空");for(let e of t){const{bizId:t,comments:[r]}=e,{content:n,id:i}=r,s=t;this.replayId[s]&&this.replayId[s]===i||(r.jsonContent=JSON.parse(n),this.$set(this.replyCache,s,r),this.analyzeData=this.replyCache[this.activeItem.id]||{},delete this.replayId[s],!this.replayedCache[i]&&this.autoApply&&(this.autoNotyApply(e,r),this.replayedCache[i]=!0))}},autoNotyApply(t,e){const r=this.listData.filter((e=>e.id===t.bizId))[0];this.notyApply(e,r)},async notyApply(t,e){console.log(t);const{id:r}=t;await Un(r),this.analyzeData.accepted=!0,this.$emit("on-noty-apply",t,e)},async onReanswer(t){const e=this.replyCache[this.activeItem.id];if(!e||!e.id)return void this.$message.error("无效的答案数据");this.isReanswering=!0,this.replayId[this.activeItem.id]=e.id;const r={...this.analyzeData};this.analyzeData={...r,jsonContent:[],score:null};try{await Nn(this.sseSessionId,e.id),this.loopInfo()}catch(n){console.error("重新批阅失败:",n),this.$message.error("重新批阅失败,请稍后重试"),this.analyzeData=r}finally{this.isReanswering=!1}},filterChange(t){const e=this.scoreMap[t.key];this.showTableList=e,this.filterData.forEach((e=>{e.active=e.key===t.key})),this.resizeFirstActive()},showFilterMethod(){this.showFilter=!0,this.stretch=!1,setTimeout((()=>{this.dealTableList()}))},dealTableList(){const t=this.$refs.labelContainer;t&&(this.showTableList=[...this.tabList],this.resizeFirstActive())},selectMember(t){this.showTableList=t,this.resizeFirstActive()},listDataError(){if(!this.listData||this.listData.length<1)throw new Error("list-data 不能为空或者长度不能为0")},makeBaseData(){const t=this.listData[0].score;void 0===t||null===t?(console.warn("Max score not available in listData[0]"),this.keys=[100,90,80,70,60,50]):this.keys=[t,.9*t,.8*t,.7*t,.6*t,.5*t],this.filterData=[{title:`${this.makeFloatRight(this.keys[0])}`,key:">90",unit:">",count:0,active:!0},{title:`${this.makeFloatRight(this.keys[1])}`,key:">=90",unit:">=",count:0,active:!1},{title:`${this.makeFloatRight(this.keys[2])}`,key:">=80",unit:">=",count:0,active:!1},{title:`${this.makeFloatRight(this.keys[3])}`,key:">=70",unit:">=",count:0,active:!1},{title:`${this.makeFloatRight(this.keys[4])}`,key:">=60",unit:">=",count:0,active:!1},{title:`≤${this.makeFloatRight(this.keys[5])}`,key:"<60",unit:"≤",count:0,active:!1}],this.filterData.length>0&&this.filterClick(this.filterData[0])},makeFloatRight(t){return Number.isInteger(t)?t:parseFloat(t).toFixed(1)},updateFilterData(){if(this.resizeScoreMap(),!this.replyCache||0===Object.keys(this.replyCache).length)return this.filterData.forEach((t=>t.count=0)),this.showTableList=[...this.tabList],void this.resizeFirstActive();const t=this.activeItem?this.activeItem.id:null;this.tabList.map((t=>{const{id:e}=t;if(this.replyCache[e]){const{score:r}=this.replyCache[e];r>=this.keys[0]?this.scoreMap[">90"].push(t):r>=this.keys[1]&&r<this.keys[0]?this.scoreMap[">=90"].push(t):r>=this.keys[2]&&r<this.keys[1]?this.scoreMap[">=80"].push(t):r>=this.keys[3]&&r<this.keys[2]?this.scoreMap[">=70"].push(t):r>=this.keys[4]&&r<this.keys[3]?this.scoreMap[">=60"].push(t):r<this.keys[4]&&this.scoreMap["<60"].push(t)}})),this.filterData.map((t=>{t.count=this.scoreMap[t.key]?this.scoreMap[t.key].length:0}));const e=this.filterData.find((t=>t.active));if(e){const r=this.scoreMap[e.key]||[];if(this.showTableList=r,t){const e=this.showTableList.find((e=>e.id===t));e?(this.showTableList.forEach((t=>t.active=!1)),e.active=!0,this.activeItem=e,this.analyzeData=this.replyCache[e.id]):this.resizeFirstActive()}else this.resizeFirstActive()}else this.showTableList=[...this.tabList],this.resizeFirstActive();this.$forceUpdate()},resizeScoreMap(){this.scoreMap={">90":[],">=90":[],">=80":[],">=70":[],">=60":[],"<60":[]}},filterClick(t){this.filterData.forEach((e=>{e.active=e.key===t.key}));const e=this.scoreMap[t.key];this.showTableList=e,this.resizeFirstActive(),this.$forceUpdate()}}},yi=pi,gi=Vn(yi,s,o,!1,null,"79d9a31e",null),mi=gi.exports;mi.install=function(t){t.component(mi.name,mi)};var vi=mi;const bi={AiReadOverMobile:vi},wi=function(t){wi.installed||Object.keys(bi).forEach((e=>{t.component(bi[e].name,bi[e])}))};var Ai={install:wi},_i=Ai}(),i}()}));
|
|
18
|
+
//# sourceMappingURL=ai-read-over-mobile.umd.min.js.map
|