@univerjs-pro/exchange-client 1.0.0-alpha.2 → 1.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/README.md +9 -2
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.css +0 -4
  46. package/lib/index.js +1 -1
  47. package/lib/locale/ar-SA.js +1 -1
  48. package/lib/locale/ca-ES.js +1 -1
  49. package/lib/locale/de-DE.js +1 -1
  50. package/lib/locale/en-US.js +1 -1
  51. package/lib/locale/es-ES.js +1 -1
  52. package/lib/locale/fa-IR.js +1 -1
  53. package/lib/locale/fr-FR.js +1 -1
  54. package/lib/locale/id-ID.js +1 -1
  55. package/lib/locale/it-IT.js +1 -1
  56. package/lib/locale/ja-JP.js +1 -1
  57. package/lib/locale/ko-KR.js +1 -1
  58. package/lib/locale/pl-PL.js +1 -1
  59. package/lib/locale/pt-BR.js +1 -1
  60. package/lib/locale/ru-RU.js +1 -1
  61. package/lib/locale/sk-SK.js +1 -1
  62. package/lib/locale/vi-VN.js +1 -1
  63. package/lib/locale/zh-CN.js +1 -1
  64. package/lib/locale/zh-HK.js +1 -1
  65. package/lib/locale/zh-TW.js +1 -1
  66. package/lib/types/config/config.d.ts +0 -4
  67. package/lib/types/controllers/components.controller.d.ts +7 -0
  68. package/lib/types/controllers/exchange.controller.d.ts +3 -5
  69. package/lib/types/facade/f-univer.d.ts +45 -16
  70. package/lib/types/index.d.ts +5 -10
  71. package/lib/types/services/exchange.service.d.ts +24 -3
  72. package/lib/types/services/request.service.d.ts +0 -2
  73. package/lib/types/services/utils/content-type.d.ts +1 -0
  74. package/lib/types/services/utils/snapshot.d.ts +8 -3
  75. package/lib/types/services/utils/tool.d.ts +1 -0
  76. package/lib/umd/facade.js +1 -1
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +14 -13
@@ -1 +1 @@
1
- const _0x27fdbd=_0x5e0a;(function(_0x860d47,_0x5948ca){const _0x27c3f4=_0x5e0a,_0x1b71bc=_0x860d47();while(!![]){try{const _0x22a991=parseInt(_0x27c3f4(0xa5))/0x1*(-parseInt(_0x27c3f4(0xac))/0x2)+-parseInt(_0x27c3f4(0x9f))/0x3*(-parseInt(_0x27c3f4(0xa0))/0x4)+-parseInt(_0x27c3f4(0xaa))/0x5+-parseInt(_0x27c3f4(0xad))/0x6*(parseInt(_0x27c3f4(0xa9))/0x7)+-parseInt(_0x27c3f4(0xa6))/0x8*(-parseInt(_0x27c3f4(0xab))/0x9)+-parseInt(_0x27c3f4(0xa7))/0xa+parseInt(_0x27c3f4(0xb0))/0xb*(parseInt(_0x27c3f4(0xa3))/0xc);if(_0x22a991===_0x5948ca)break;else _0x1b71bc['push'](_0x1b71bc['shift']());}catch(_0x1cc811){_0x1b71bc['push'](_0x1b71bc['shift']());}}}(_0x4eab,0xa6f6b));function _0x5e0a(_0x549a39,_0x490d65){_0x549a39=_0x549a39-0x9e;const _0x4eab71=_0x4eab();let _0x5e0a55=_0x4eab71[_0x549a39];return _0x5e0a55;}const e={'exchange-client':{'uploading':_0x27fdbd(0xb1),'uploadSuccess':'Datei\x20erfolgreich\x20hochgeladen','uploadSuccessTip':'{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','downloading':'Wird\x20heruntergeladen','downloadSuccess':_0x27fdbd(0x9e),'unknownMistake':_0x27fdbd(0xa1),'networkError':_0x27fdbd(0xae),'tooLarge':_0x27fdbd(0xa2),'internalError':_0x27fdbd(0xaf),'interrupt':'Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','fileTypeError':'Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','wait':_0x27fdbd(0xa4),'cancel':'Abbrechen','uploadAgain':_0x27fdbd(0xa8)}};export{e as default};function _0x4eab(){const _0xe32ca8=['8NIAlDT','8119568aGMHWm','9346900rxMQst','Erneut\x20hochladen','21zlUMTX','4875145YekLrw','9ittGbM','248450InwLjJ','2521626mtlEtz','Netzwerkfehler','Interner\x20unbekannter\x20Fehler','22yZaFNq','Wird\x20hochgeladen','Download\x20erfolgreich','396051flawpQ','12CzhvjY','Unbekannter\x20Fehler','Daten\x20sind\x20zu\x20groß','20623308ykLLxp','Bitte\x20warten...'];_0x4eab=function(){return _0xe32ca8;};return _0x4eab();}
1
+ function _0x2dd1(_0x503711,_0x177ad9){_0x503711=_0x503711-0x151;const _0x2b2b08=_0x2b2b();let _0x2dd198=_0x2b2b08[_0x503711];return _0x2dd198;}function _0x2b2b(){const _0xfc6a7a=['7LsHzJD','Datei\x20erfolgreich\x20hochgeladen','4641016ZZndfx','7728561vcnDmb','5365348oxXvNX','Erneut\x20hochladen','Abbrechen','{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','1QmzDgo','Unbekannter\x20Fehler','3397830eqbocy','5788920ZfomHu','1112715PYXsYc','Bitte\x20warten...','Interner\x20unbekannter\x20Fehler','Download\x20erfolgreich','Netzwerkfehler','94854TXQGzs','Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','Daten\x20sind\x20zu\x20groß','Wird\x20hochgeladen'];_0x2b2b=function(){return _0xfc6a7a;};return _0x2b2b();}const _0x23d24d=_0x2dd1;(function(_0x36a998,_0x55241f){const _0x3080ca=_0x2dd1,_0x3cd735=_0x36a998();while(!![]){try{const _0x45231f=parseInt(_0x3080ca(0x163))/0x1*(-parseInt(_0x3080ca(0x156))/0x2)+parseInt(_0x3080ca(0x151))/0x3+parseInt(_0x3080ca(0x15f))/0x4+parseInt(_0x3080ca(0x166))/0x5+-parseInt(_0x3080ca(0x165))/0x6*(parseInt(_0x3080ca(0x15b))/0x7)+-parseInt(_0x3080ca(0x15d))/0x8+-parseInt(_0x3080ca(0x15e))/0x9;if(_0x45231f===_0x55241f)break;else _0x3cd735['push'](_0x3cd735['shift']());}catch(_0x5413f2){_0x3cd735['push'](_0x3cd735['shift']());}}}(_0x2b2b,0xc791e));const e={'exchange-client':{'uploading':_0x23d24d(0x15a),'uploadSuccess':_0x23d24d(0x15c),'uploadSuccessTip':_0x23d24d(0x162),'downloading':'Wird\x20heruntergeladen','downloadSuccess':_0x23d24d(0x154),'unknownMistake':_0x23d24d(0x164),'networkError':_0x23d24d(0x155),'tooLarge':_0x23d24d(0x159),'internalError':_0x23d24d(0x153),'interrupt':_0x23d24d(0x158),'fileTypeError':_0x23d24d(0x157),'wait':_0x23d24d(0x152),'cancel':_0x23d24d(0x161),'uploadAgain':_0x23d24d(0x160)}};export{e as default};
@@ -1 +1 @@
1
- function _0x14da(_0x2ca8fe,_0x7a39e3){_0x2ca8fe=_0x2ca8fe-0x158;const _0x59da18=_0x59da();let _0x14da86=_0x59da18[_0x2ca8fe];return _0x14da86;}const _0x153c9a=_0x14da;(function(_0x665640,_0xa15d31){const _0x30b713=_0x14da,_0x2bbb53=_0x665640();while(!![]){try{const _0x2b312b=-parseInt(_0x30b713(0x16d))/0x1+parseInt(_0x30b713(0x168))/0x2*(parseInt(_0x30b713(0x15f))/0x3)+-parseInt(_0x30b713(0x169))/0x4*(-parseInt(_0x30b713(0x161))/0x5)+parseInt(_0x30b713(0x164))/0x6*(parseInt(_0x30b713(0x15d))/0x7)+-parseInt(_0x30b713(0x16b))/0x8+parseInt(_0x30b713(0x165))/0x9*(parseInt(_0x30b713(0x16f))/0xa)+-parseInt(_0x30b713(0x15e))/0xb;if(_0x2b312b===_0xa15d31)break;else _0x2bbb53['push'](_0x2bbb53['shift']());}catch(_0x10e5a6){_0x2bbb53['push'](_0x2bbb53['shift']());}}}(_0x59da,0xd7e2c));const e={'exchange-client':{'uploading':_0x153c9a(0x166),'uploadSuccess':_0x153c9a(0x15c),'uploadSuccessTip':_0x153c9a(0x160),'downloading':_0x153c9a(0x162),'downloadSuccess':_0x153c9a(0x15b),'unknownMistake':_0x153c9a(0x159),'networkError':_0x153c9a(0x163),'tooLarge':_0x153c9a(0x16c),'internalError':'Internal\x20unknown\x20error','interrupt':_0x153c9a(0x16a),'fileTypeError':_0x153c9a(0x158),'wait':_0x153c9a(0x167),'cancel':_0x153c9a(0x16e),'uploadAgain':_0x153c9a(0x15a)}};export{e as default};function _0x59da(){const _0x1ff181=['Unknown\x20mistake','Upload\x20again','Download\x20success','File\x20uploaded\x20successfully','119mucxhh','20179489bsYHhf','6dQifta','{0}\x20file(s)\x20uploaded\x20successfully','216350zgBnjL','Downloading','Network\x20error','443766GTvYPw','9rGeaVZ','Uploading','Please\x20wait...','1163050jFIrSM','20ytZzJb','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','10481456qTxbyj','Data\x20is\x20too\x20large','323409DmSRUC','Cancel','17156210QmWIXr','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload'];_0x59da=function(){return _0x1ff181;};return _0x59da();}
1
+ function _0x470a(){const _0x1167a9=['File\x20uploaded\x20successfully','9129176NXRpBe','Upload\x20again','11800591vxqooW','Uploading','4JETXia','1199011TtvEHQ','9xsiXxx','13164570wuGdLd','Please\x20wait...','Unknown\x20mistake','Download\x20success','The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','3589458dDgGNF','{0}\x20file(s)\x20uploaded\x20successfully','14lvzSzM','2760935KAJxXK','524289IPDPRg','Downloading','16Tautpg','Network\x20error','Data\x20is\x20too\x20large'];_0x470a=function(){return _0x1167a9;};return _0x470a();}const _0x402d8d=_0x2e52;(function(_0x4ba874,_0x3285fb){const _0xcf3fbc=_0x2e52,_0x30b785=_0x4ba874();while(!![]){try{const _0x314539=-parseInt(_0xcf3fbc(0xf0))/0x1+parseInt(_0xcf3fbc(0xe7))/0x2*(parseInt(_0xcf3fbc(0xe5))/0x3)+parseInt(_0xcf3fbc(0xef))/0x4*(parseInt(_0xcf3fbc(0xe4))/0x5)+parseInt(_0xcf3fbc(0xf7))/0x6*(parseInt(_0xcf3fbc(0xe3))/0x7)+-parseInt(_0xcf3fbc(0xeb))/0x8*(-parseInt(_0xcf3fbc(0xf1))/0x9)+-parseInt(_0xcf3fbc(0xf2))/0xa+-parseInt(_0xcf3fbc(0xed))/0xb;if(_0x314539===_0x3285fb)break;else _0x30b785['push'](_0x30b785['shift']());}catch(_0x5469ad){_0x30b785['push'](_0x30b785['shift']());}}}(_0x470a,0xaad1b));function _0x2e52(_0x1bf786,_0x59e56a){_0x1bf786=_0x1bf786-0xe3;const _0x470a48=_0x470a();let _0x2e52ab=_0x470a48[_0x1bf786];return _0x2e52ab;}const e={'exchange-client':{'uploading':_0x402d8d(0xee),'uploadSuccess':_0x402d8d(0xea),'uploadSuccessTip':_0x402d8d(0xf8),'downloading':_0x402d8d(0xe6),'downloadSuccess':_0x402d8d(0xf5),'unknownMistake':_0x402d8d(0xf4),'networkError':_0x402d8d(0xe8),'tooLarge':_0x402d8d(0xe9),'internalError':'Internal\x20unknown\x20error','interrupt':_0x402d8d(0xf6),'fileTypeError':'Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','wait':_0x402d8d(0xf3),'cancel':'Cancel','uploadAgain':_0x402d8d(0xec)}};export{e as default};
@@ -1 +1 @@
1
- const _0x3a6ee5=_0x4382;(function(_0x3c6e24,_0x4693f9){const _0x544981=_0x4382,_0x15a9f7=_0x3c6e24();while(!![]){try{const _0x9442ee=parseInt(_0x544981(0x1cf))/0x1*(parseInt(_0x544981(0x1ca))/0x2)+-parseInt(_0x544981(0x1cd))/0x3+parseInt(_0x544981(0x1c8))/0x4*(-parseInt(_0x544981(0x1c4))/0x5)+-parseInt(_0x544981(0x1ce))/0x6+-parseInt(_0x544981(0x1c7))/0x7+parseInt(_0x544981(0x1d5))/0x8*(parseInt(_0x544981(0x1d2))/0x9)+-parseInt(_0x544981(0x1c5))/0xa*(-parseInt(_0x544981(0x1d0))/0xb);if(_0x9442ee===_0x4693f9)break;else _0x15a9f7['push'](_0x15a9f7['shift']());}catch(_0x24de6c){_0x15a9f7['push'](_0x15a9f7['shift']());}}}(_0x4e9e,0xb2351));const e={'exchange-client':{'uploading':_0x3a6ee5(0x1c6),'uploadSuccess':'Archivo\x20subido\x20exitosamente','uploadSuccessTip':_0x3a6ee5(0x1d1),'downloading':_0x3a6ee5(0x1d7),'downloadSuccess':_0x3a6ee5(0x1d8),'unknownMistake':_0x3a6ee5(0x1c9),'networkError':_0x3a6ee5(0x1cb),'tooLarge':_0x3a6ee5(0x1cc),'internalError':'Error\x20interno\x20desconocido','interrupt':_0x3a6ee5(0x1d4),'fileTypeError':_0x3a6ee5(0x1d6),'wait':_0x3a6ee5(0x1d3),'cancel':_0x3a6ee5(0x1d9),'uploadAgain':'Subir\x20de\x20nuevo'}};function _0x4382(_0x2fe9bb,_0x1408a3){_0x2fe9bb=_0x2fe9bb-0x1c4;const _0x4e9eaf=_0x4e9e();let _0x4382f9=_0x4e9eaf[_0x2fe9bb];return _0x4382f9;}export{e as default};function _0x4e9e(){const _0xa3703f=['La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','7816cTOucw','El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','Descargando','Descarga\x20exitosa','Cancelar','10PJpytS','10mCOCpf','Subiendo','4522868USYAMh','1265564akzNDY','Error\x20desconocido','5778cFqoXn','Error\x20de\x20red','Los\x20datos\x20son\x20demasiado\x20grandes','1415382UOwInL','6805512pUTcVx','227jBUxTf','17385929EIpNHu','{0}\x20archivo(s)\x20subido(s)\x20exitosamente','12699LhGyoA','Espere...'];_0x4e9e=function(){return _0xa3703f;};return _0x4e9e();}
1
+ function _0x57e0(){const _0x483a73=['15FXfUnL','Subiendo','268482SsVKyw','984168mHQoYp','565830mlLJNU','{0}\x20archivo(s)\x20subido(s)\x20exitosamente','942tHKTDZ','24232QqCRqy','548vOnPNj','Error\x20de\x20red','La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','Cancelar','Error\x20interno\x20desconocido','1252016PWAXfl','525iIHlAJ','624189VNNlsO','165vVVsDW','Espere...','Archivo\x20subido\x20exitosamente','Error\x20desconocido'];_0x57e0=function(){return _0x483a73;};return _0x57e0();}function _0x5893(_0x2834c0,_0x5c46f0){_0x2834c0=_0x2834c0-0x146;const _0x57e051=_0x57e0();let _0x589364=_0x57e051[_0x2834c0];return _0x589364;}const _0xe125c5=_0x5893;(function(_0x541ae3,_0xbaf2aa){const _0x2a30a5=_0x5893,_0x1a136c=_0x541ae3();while(!![]){try{const _0x2cb447=-parseInt(_0x2a30a5(0x149))/0x1*(parseInt(_0x2a30a5(0x14b))/0x2)+parseInt(_0x2a30a5(0x152))/0x3+-parseInt(_0x2a30a5(0x150))/0x4+-parseInt(_0x2a30a5(0x157))/0x5*(parseInt(_0x2a30a5(0x159))/0x6)+-parseInt(_0x2a30a5(0x151))/0x7*(parseInt(_0x2a30a5(0x14a))/0x8)+parseInt(_0x2a30a5(0x146))/0x9+-parseInt(_0x2a30a5(0x147))/0xa*(-parseInt(_0x2a30a5(0x153))/0xb);if(_0x2cb447===_0xbaf2aa)break;else _0x1a136c['push'](_0x1a136c['shift']());}catch(_0x403b0){_0x1a136c['push'](_0x1a136c['shift']());}}}(_0x57e0,0x390a0));const e={'exchange-client':{'uploading':_0xe125c5(0x158),'uploadSuccess':_0xe125c5(0x155),'uploadSuccessTip':_0xe125c5(0x148),'downloading':'Descargando','downloadSuccess':'Descarga\x20exitosa','unknownMistake':_0xe125c5(0x156),'networkError':_0xe125c5(0x14c),'tooLarge':'Los\x20datos\x20son\x20demasiado\x20grandes','internalError':_0xe125c5(0x14f),'interrupt':_0xe125c5(0x14d),'fileTypeError':'El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','wait':_0xe125c5(0x154),'cancel':_0xe125c5(0x14e),'uploadAgain':'Subir\x20de\x20nuevo'}};export{e as default};
@@ -1 +1 @@
1
- function _0x149d(_0x5088aa,_0x307dd0){_0x5088aa=_0x5088aa-0x1c0;const _0x10868d=_0x1086();let _0x149d17=_0x10868d[_0x5088aa];return _0x149d17;}const _0x4505c7=_0x149d;(function(_0x4d1adb,_0x308175){const _0x294c1e=_0x149d,_0x4f90f3=_0x4d1adb();while(!![]){try{const _0x151770=-parseInt(_0x294c1e(0x1c3))/0x1*(-parseInt(_0x294c1e(0x1c7))/0x2)+parseInt(_0x294c1e(0x1d2))/0x3*(-parseInt(_0x294c1e(0x1ca))/0x4)+-parseInt(_0x294c1e(0x1cc))/0x5+-parseInt(_0x294c1e(0x1c4))/0x6*(parseInt(_0x294c1e(0x1cb))/0x7)+parseInt(_0x294c1e(0x1c5))/0x8*(-parseInt(_0x294c1e(0x1c2))/0x9)+-parseInt(_0x294c1e(0x1c6))/0xa*(parseInt(_0x294c1e(0x1c1))/0xb)+parseInt(_0x294c1e(0x1d3))/0xc;if(_0x151770===_0x308175)break;else _0x4f90f3['push'](_0x4f90f3['shift']());}catch(_0x26eaab){_0x4f90f3['push'](_0x4f90f3['shift']());}}}(_0x1086,0xea39d));const e={'exchange-client':{'uploading':'در\x20حال\x20بارگذاری','uploadSuccess':_0x4505c7(0x1d0),'uploadSuccessTip':_0x4505c7(0x1ce),'downloading':'در\x20حال\x20دانلود','downloadSuccess':'دانلود\x20موفقیت\x20آمیز','unknownMistake':'خطای\x20ناشناخته','networkError':_0x4505c7(0x1d1),'tooLarge':_0x4505c7(0x1d5),'internalError':_0x4505c7(0x1cd),'interrupt':_0x4505c7(0x1cf),'fileTypeError':_0x4505c7(0x1d4),'wait':_0x4505c7(0x1c8),'cancel':_0x4505c7(0x1c9),'uploadAgain':_0x4505c7(0x1c0)}};function _0x1086(){const _0x2c4525=['بارگذاری\x20مجدد','11uwTFoH','9jBKAfk','30629hqKzTb','54cvAnUc','1300744hGtWWw','13212250WeeQLT','38ohgXHM','لطفا\x20صبر\x20کنید...','لغو','180mBdZeO','852803InFRzm','7931805bSBPfD','خطای\x20داخلی\x20ناشناخته','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','خطای\x20شبکه','52641lRnvAh','64004316IhQkDU','فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','داده\x20خیلی\x20بزرگ\x20است'];_0x1086=function(){return _0x2c4525;};return _0x1086();}export{e as default};
1
+ const _0x37d0a9=_0x5091;function _0x5091(_0x5d0d95,_0x539e79){_0x5d0d95=_0x5d0d95-0x6d;const _0x5dd66a=_0x5dd6();let _0x5091a6=_0x5dd66a[_0x5d0d95];return _0x5091a6;}function _0x5dd6(){const _0x6097b6=['3992464XassPl','فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','26742GHevcd','9BxCvzG','822543QLkkrn','بارگذاری\x20مجدد','در\x20حال\x20دانلود','8374390HZxJdd','11FRwFmf','3604182nvQLRe','523008HmVyfz','در\x20حال\x20بارگذاری','دانلود\x20موفقیت\x20آمیز','2761536zxcRFu','داده\x20خیلی\x20بزرگ\x20است','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','5CVPkhh','2LrWOCu'];_0x5dd6=function(){return _0x6097b6;};return _0x5dd6();}(function(_0xf65ef3,_0x482286){const _0x19e936=_0x5091,_0x530929=_0xf65ef3();while(!![]){try{const _0x1675e1=-parseInt(_0x19e936(0x6d))/0x1*(parseInt(_0x19e936(0x70))/0x2)+-parseInt(_0x19e936(0x72))/0x3+parseInt(_0x19e936(0x78))/0x4+parseInt(_0x19e936(0x7e))/0x5*(parseInt(_0x19e936(0x77))/0x6)+-parseInt(_0x19e936(0x6e))/0x7+-parseInt(_0x19e936(0x7b))/0x8*(parseInt(_0x19e936(0x71))/0x9)+-parseInt(_0x19e936(0x75))/0xa*(-parseInt(_0x19e936(0x76))/0xb);if(_0x1675e1===_0x482286)break;else _0x530929['push'](_0x530929['shift']());}catch(_0x4d926d){_0x530929['push'](_0x530929['shift']());}}}(_0x5dd6,0x560a5));const e={'exchange-client':{'uploading':_0x37d0a9(0x79),'uploadSuccess':'فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','uploadSuccessTip':_0x37d0a9(0x7d),'downloading':_0x37d0a9(0x74),'downloadSuccess':_0x37d0a9(0x7a),'unknownMistake':'خطای\x20ناشناخته','networkError':'خطای\x20شبکه','tooLarge':_0x37d0a9(0x7c),'internalError':'خطای\x20داخلی\x20ناشناخته','interrupt':'اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','fileTypeError':_0x37d0a9(0x6f),'wait':'لطفا\x20صبر\x20کنید...','cancel':'لغو','uploadAgain':_0x37d0a9(0x73)}};export{e as default};
@@ -1 +1 @@
1
- function _0x3c01(_0x1c29bd,_0x5e0504){_0x1c29bd=_0x1c29bd-0xb0;const _0x4b4fe8=_0x4b4f();let _0x3c01a7=_0x4b4fe8[_0x1c29bd];return _0x3c01a7;}const _0x2c64f7=_0x3c01;(function(_0x4309e3,_0x1e7a9e){const _0x1e4dc0=_0x3c01,_0x4a8a39=_0x4309e3();while(!![]){try{const _0x491ef6=-parseInt(_0x1e4dc0(0xc2))/0x1*(-parseInt(_0x1e4dc0(0xb7))/0x2)+-parseInt(_0x1e4dc0(0xc5))/0x3+-parseInt(_0x1e4dc0(0xb4))/0x4*(-parseInt(_0x1e4dc0(0xc6))/0x5)+-parseInt(_0x1e4dc0(0xc3))/0x6+parseInt(_0x1e4dc0(0xc7))/0x7+-parseInt(_0x1e4dc0(0xc1))/0x8*(-parseInt(_0x1e4dc0(0xba))/0x9)+parseInt(_0x1e4dc0(0xb1))/0xa*(-parseInt(_0x1e4dc0(0xbe))/0xb);if(_0x491ef6===_0x1e7a9e)break;else _0x4a8a39['push'](_0x4a8a39['shift']());}catch(_0x496fd3){_0x4a8a39['push'](_0x4a8a39['shift']());}}}(_0x4b4f,0x7a1e9));const e={'exchange-client':{'uploading':_0x2c64f7(0xb9),'uploadSuccess':_0x2c64f7(0xbb),'uploadSuccessTip':_0x2c64f7(0xb3),'downloading':_0x2c64f7(0xbf),'downloadSuccess':_0x2c64f7(0xc0),'unknownMistake':_0x2c64f7(0xb0),'networkError':_0x2c64f7(0xb6),'tooLarge':_0x2c64f7(0xb5),'internalError':_0x2c64f7(0xbd),'interrupt':_0x2c64f7(0xbc),'fileTypeError':_0x2c64f7(0xc4),'wait':'Veuillez\x20patienter...','cancel':_0x2c64f7(0xb2),'uploadAgain':_0x2c64f7(0xb8)}};function _0x4b4f(){const _0x3e8f86=['88IJDCet','1mOaqzw','1289472QedCQd','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','1080933gLCoXd','341865XKKMoy','5468582zWNwkm','Erreur\x20inconnue','10hjixlf','Annuler','{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','56DqrNBE','Les\x20données\x20sont\x20trop\x20volumineuses','Erreur\x20réseau','579170hawKUU','Télécharger\x20à\x20nouveau','Téléchargement\x20en\x20cours','92916QAXXod','Fichier\x20téléchargé\x20avec\x20succès','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','Erreur\x20interne\x20inconnue','11727903VHFgnE','Téléchargement','Téléchargement\x20réussi'];_0x4b4f=function(){return _0x3e8f86;};return _0x4b4f();}export{e as default};
1
+ const _0x532cd3=_0x2d52;function _0x18b9(){const _0x27112d=['Fichier\x20téléchargé\x20avec\x20succès','Erreur\x20inconnue','4GvgVRf','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','Erreur\x20réseau','Veuillez\x20patienter...','Téléchargement\x20réussi','12123408CyzOpm','2DLXWJf','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','6571134lNsWct','932658qhwKRX','259016pkfvat','2471646obUmrD','8727124zYiabO','Annuler','6245005vAGZlP'];_0x18b9=function(){return _0x27112d;};return _0x18b9();}function _0x2d52(_0x1ead4c,_0x28e15b){_0x1ead4c=_0x1ead4c-0xf4;const _0x18b9f9=_0x18b9();let _0x2d5207=_0x18b9f9[_0x1ead4c];return _0x2d5207;}(function(_0x3aecb0,_0x461437){const _0x2710ba=_0x2d52,_0x5ec862=_0x3aecb0();while(!![]){try{const _0xf058b4=parseInt(_0x2710ba(0x101))/0x1*(parseInt(_0x2710ba(0xf4))/0x2)+-parseInt(_0x2710ba(0xf5))/0x3+-parseInt(_0x2710ba(0xfb))/0x4*(-parseInt(_0x2710ba(0xf8))/0x5)+-parseInt(_0x2710ba(0x104))/0x6+parseInt(_0x2710ba(0xf6))/0x7+-parseInt(_0x2710ba(0x100))/0x8+parseInt(_0x2710ba(0x103))/0x9;if(_0xf058b4===_0x461437)break;else _0x5ec862['push'](_0x5ec862['shift']());}catch(_0x3a75f0){_0x5ec862['push'](_0x5ec862['shift']());}}}(_0x18b9,0xf1bac));const e={'exchange-client':{'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':_0x532cd3(0xf9),'uploadSuccessTip':'{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','downloading':'Téléchargement','downloadSuccess':_0x532cd3(0xff),'unknownMistake':_0x532cd3(0xfa),'networkError':_0x532cd3(0xfd),'tooLarge':'Les\x20données\x20sont\x20trop\x20volumineuses','internalError':'Erreur\x20interne\x20inconnue','interrupt':_0x532cd3(0x102),'fileTypeError':_0x532cd3(0xfc),'wait':_0x532cd3(0xfe),'cancel':_0x532cd3(0xf7),'uploadAgain':'Télécharger\x20à\x20nouveau'}};export{e as default};
@@ -1 +1 @@
1
- function _0x479d(){const _0x2bd574=['230640yawWnB','Data\x20terlalu\x20besar','Kesalahan\x20tidak\x20diketahui','Unduhan\x20berhasil','199278fBfPYJ','12jkwIeE','Harap\x20tunggu...','Kesalahan\x20jaringan','56720fkbcWS','467738RsZZfW','File\x20berhasil\x20diunggah','{0}\x20file\x20berhasil\x20diunggah','2357298TfsLRf','Mengunduh','21036YRInOk','193055mWlIsn','Batal','Kesalahan\x20internal\x20tidak\x20diketahui','217RZSvSv','File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah'];_0x479d=function(){return _0x2bd574;};return _0x479d();}const _0x1d9bf1=_0xbb05;(function(_0x18de85,_0x19f234){const _0x9ddbec=_0xbb05,_0x18c064=_0x18de85();while(!![]){try{const _0x9a1a36=parseInt(_0x9ddbec(0x7f))/0x1+parseInt(_0x9ddbec(0x8d))/0x2+parseInt(_0x9ddbec(0x88))/0x3*(-parseInt(_0x9ddbec(0x89))/0x4)+-parseInt(_0x9ddbec(0x84))/0x5+parseInt(_0x9ddbec(0x7e))/0x6+parseInt(_0x9ddbec(0x82))/0x7*(parseInt(_0x9ddbec(0x8c))/0x8)+-parseInt(_0x9ddbec(0x90))/0x9;if(_0x9a1a36===_0x19f234)break;else _0x18c064['push'](_0x18c064['shift']());}catch(_0x5c5072){_0x18c064['push'](_0x18c064['shift']());}}}(_0x479d,0x22e2c));const e={'exchange-client':{'uploading':'Mengunggah','uploadSuccess':_0x1d9bf1(0x8e),'uploadSuccessTip':_0x1d9bf1(0x8f),'downloading':_0x1d9bf1(0x91),'downloadSuccess':_0x1d9bf1(0x87),'unknownMistake':_0x1d9bf1(0x86),'networkError':_0x1d9bf1(0x8b),'tooLarge':_0x1d9bf1(0x85),'internalError':_0x1d9bf1(0x81),'interrupt':'Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','fileTypeError':_0x1d9bf1(0x83),'wait':_0x1d9bf1(0x8a),'cancel':_0x1d9bf1(0x80),'uploadAgain':'Unggah\x20ulang'}};function _0xbb05(_0x2fd66e,_0x30b555){_0x2fd66e=_0x2fd66e-0x7e;const _0x479deb=_0x479d();let _0xbb05f0=_0x479deb[_0x2fd66e];return _0xbb05f0;}export{e as default};
1
+ function _0x264f(_0x3efbf4,_0x5edf57){_0x3efbf4=_0x3efbf4-0x89;const _0x1102e7=_0x1102();let _0x264f1c=_0x1102e7[_0x3efbf4];return _0x264f1c;}function _0x1102(){const _0x4da183=['Data\x20terlalu\x20besar','296910zzXSIN','76797bHjCBZ','336979brqGLW','Kesalahan\x20internal\x20tidak\x20diketahui','Unggah\x20ulang','280VSAjed','290756nSEQKv','Mengunggah','5CjPcpM','Kesalahan\x20jaringan','268246POaaYN','Harap\x20tunggu...','2103031VlICVK','176DxRQQJ','Batal','File\x20berhasil\x20diunggah','1593519hmlrQT','6ePITJq','Unduhan\x20berhasil','{0}\x20file\x20berhasil\x20diunggah','Kesalahan\x20tidak\x20diketahui'];_0x1102=function(){return _0x4da183;};return _0x1102();}const _0x160e86=_0x264f;(function(_0x51438e,_0x83ddd2){const _0x5185d2=_0x264f,_0x43e5bd=_0x51438e();while(!![]){try{const _0x418289=-parseInt(_0x5185d2(0x91))/0x1+parseInt(_0x5185d2(0x99))/0x2+-parseInt(_0x5185d2(0x89))/0x3+-parseInt(_0x5185d2(0x95))/0x4*(parseInt(_0x5185d2(0x97))/0x5)+-parseInt(_0x5185d2(0x8a))/0x6*(-parseInt(_0x5185d2(0x9b))/0x7)+-parseInt(_0x5185d2(0x94))/0x8*(-parseInt(_0x5185d2(0x90))/0x9)+-parseInt(_0x5185d2(0x8f))/0xa*(-parseInt(_0x5185d2(0x9c))/0xb);if(_0x418289===_0x83ddd2)break;else _0x43e5bd['push'](_0x43e5bd['shift']());}catch(_0x5134d8){_0x43e5bd['push'](_0x43e5bd['shift']());}}}(_0x1102,0x414a2));const e={'exchange-client':{'uploading':_0x160e86(0x96),'uploadSuccess':_0x160e86(0x9e),'uploadSuccessTip':_0x160e86(0x8c),'downloading':'Mengunduh','downloadSuccess':_0x160e86(0x8b),'unknownMistake':_0x160e86(0x8d),'networkError':_0x160e86(0x98),'tooLarge':_0x160e86(0x8e),'internalError':_0x160e86(0x92),'interrupt':'Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','fileTypeError':'File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','wait':_0x160e86(0x9a),'cancel':_0x160e86(0x9d),'uploadAgain':_0x160e86(0x93)}};export{e as default};
@@ -1 +1 @@
1
- function _0x5915(_0x3c4f5b,_0x47a9c6){_0x3c4f5b=_0x3c4f5b-0xda;const _0x2d303c=_0x2d30();let _0x5915f3=_0x2d303c[_0x3c4f5b];return _0x5915f3;}const _0x4ad7f9=_0x5915;(function(_0x1da503,_0x423c4d){const _0x19dca7=_0x5915,_0x296a35=_0x1da503();while(!![]){try{const _0x31f26f=parseInt(_0x19dca7(0xe3))/0x1+-parseInt(_0x19dca7(0xda))/0x2*(-parseInt(_0x19dca7(0xdc))/0x3)+parseInt(_0x19dca7(0xec))/0x4+parseInt(_0x19dca7(0xdb))/0x5+-parseInt(_0x19dca7(0xe7))/0x6*(parseInt(_0x19dca7(0xed))/0x7)+-parseInt(_0x19dca7(0xdd))/0x8*(parseInt(_0x19dca7(0xdf))/0x9)+parseInt(_0x19dca7(0xef))/0xa*(parseInt(_0x19dca7(0xe9))/0xb);if(_0x31f26f===_0x423c4d)break;else _0x296a35['push'](_0x296a35['shift']());}catch(_0x54431e){_0x296a35['push'](_0x296a35['shift']());}}}(_0x2d30,0xe1ca1));function _0x2d30(){const _0x490211=['Errore\x20interno\x20sconosciuto','3010560uTRLPW','18270PXKcZM','Carica\x20di\x20nuovo','11136410pjUBGl','Caricamento\x20in\x20corso','226dVFCZm','1252110FGwNrv','10143IiATHM','24WPIyoS','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','2477367tbpoDn','Download\x20riuscito','Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','{0}\x20file\x20caricati\x20con\x20successo','885726JJkJDu','Download\x20in\x20corso','Attendi...','File\x20caricato\x20con\x20successo','3756IzgcgR','Errore\x20di\x20rete','11mCqtyR','I\x20dati\x20sono\x20troppo\x20grandi'];_0x2d30=function(){return _0x490211;};return _0x2d30();}const e={'exchange-client':{'uploading':_0x4ad7f9(0xf0),'uploadSuccess':_0x4ad7f9(0xe6),'uploadSuccessTip':_0x4ad7f9(0xe2),'downloading':_0x4ad7f9(0xe4),'downloadSuccess':_0x4ad7f9(0xe0),'unknownMistake':'Errore\x20sconosciuto','networkError':_0x4ad7f9(0xe8),'tooLarge':_0x4ad7f9(0xea),'internalError':_0x4ad7f9(0xeb),'interrupt':_0x4ad7f9(0xde),'fileTypeError':_0x4ad7f9(0xe1),'wait':_0x4ad7f9(0xe5),'cancel':'Annulla','uploadAgain':_0x4ad7f9(0xee)}};export{e as default};
1
+ const _0xe2b5ec=_0x213b;function _0x213b(_0x20794f,_0x515f18){_0x20794f=_0x20794f-0x1c9;const _0x459f98=_0x459f();let _0x213ba9=_0x459f98[_0x20794f];return _0x213ba9;}function _0x459f(){const _0x365a55=['69ZzzvXl','Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','22592jVftSZ','Errore\x20interno\x20sconosciuto','{0}\x20file\x20caricati\x20con\x20successo','18kTUpFE','303834pZYkdy','Errore\x20di\x20rete','24KbWSIn','Annulla','Download\x20riuscito','580358DYlyjE','Errore\x20sconosciuto','709775ToWdWz','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','803915xGfvpG','210380iUSklC','129216ZGAgVm','Caricamento\x20in\x20corso'];_0x459f=function(){return _0x365a55;};return _0x459f();}(function(_0x4e0c29,_0xe912c7){const _0xde1feb=_0x213b,_0x38398c=_0x4e0c29();while(!![]){try{const _0x465bfb=parseInt(_0xde1feb(0x1d8))/0x1+-parseInt(_0xde1feb(0x1d2))/0x2+-parseInt(_0xde1feb(0x1da))/0x3*(parseInt(_0xde1feb(0x1c9))/0x4)+parseInt(_0xde1feb(0x1d4))/0x5+parseInt(_0xde1feb(0x1cd))/0x6+parseInt(_0xde1feb(0x1d6))/0x7*(parseInt(_0xde1feb(0x1cf))/0x8)+parseInt(_0xde1feb(0x1cc))/0x9*(-parseInt(_0xde1feb(0x1d7))/0xa);if(_0x465bfb===_0xe912c7)break;else _0x38398c['push'](_0x38398c['shift']());}catch(_0x58bf3a){_0x38398c['push'](_0x38398c['shift']());}}}(_0x459f,0x31d9a));const e={'exchange-client':{'uploading':_0xe2b5ec(0x1d9),'uploadSuccess':'File\x20caricato\x20con\x20successo','uploadSuccessTip':_0xe2b5ec(0x1cb),'downloading':'Download\x20in\x20corso','downloadSuccess':_0xe2b5ec(0x1d1),'unknownMistake':_0xe2b5ec(0x1d3),'networkError':_0xe2b5ec(0x1ce),'tooLarge':'I\x20dati\x20sono\x20troppo\x20grandi','internalError':_0xe2b5ec(0x1ca),'interrupt':_0xe2b5ec(0x1d5),'fileTypeError':_0xe2b5ec(0x1db),'wait':'Attendi...','cancel':_0xe2b5ec(0x1d0),'uploadAgain':'Carica\x20di\x20nuovo'}};export{e as default};
@@ -1 +1 @@
1
- function _0x50f5(_0x1e248f,_0x55860b){_0x1e248f=_0x1e248f-0xac;const _0x27c423=_0x27c4();let _0x50f550=_0x27c423[_0x1e248f];return _0x50f550;}const _0x2f0c7c=_0x50f5;(function(_0x2ad6cc,_0x4646d5){const _0x421c8f=_0x50f5,_0x446e21=_0x2ad6cc();while(!![]){try{const _0x27d49c=-parseInt(_0x421c8f(0xc1))/0x1+-parseInt(_0x421c8f(0xbc))/0x2*(parseInt(_0x421c8f(0xc0))/0x3)+parseInt(_0x421c8f(0xaf))/0x4+-parseInt(_0x421c8f(0xb3))/0x5*(parseInt(_0x421c8f(0xb8))/0x6)+parseInt(_0x421c8f(0xb7))/0x7+-parseInt(_0x421c8f(0xbd))/0x8*(-parseInt(_0x421c8f(0xba))/0x9)+parseInt(_0x421c8f(0xbe))/0xa*(-parseInt(_0x421c8f(0xac))/0xb);if(_0x27d49c===_0x4646d5)break;else _0x446e21['push'](_0x446e21['shift']());}catch(_0x2532a5){_0x446e21['push'](_0x446e21['shift']());}}}(_0x27c4,0x19d95));function _0x27c4(){const _0x1f5644=['484026vBjyOM','キャンセル','1216557EMNstz','ネットワークエラー','69794kUpbQH','8OJdFwi','3590ZhDfBX','ダウンロード中','3ATefrF','20999eOcNaY','5533RkcEFU','{0}\x20個のファイルが正常にアップロードされました','データが大きすぎます','659828HFVbND','アップロード中','不明なエラー','お待ちください...','5LxCajt','再度アップロード','ダウンロードが完了しました','ネットワーク接続が中断され、ファイルのアップロードに失敗しました','860237ZXojEB'];_0x27c4=function(){return _0x1f5644;};return _0x27c4();}const e={'exchange-client':{'uploading':_0x2f0c7c(0xb0),'uploadSuccess':'ファイルが正常にアップロードされました','uploadSuccessTip':_0x2f0c7c(0xad),'downloading':_0x2f0c7c(0xbf),'downloadSuccess':_0x2f0c7c(0xb5),'unknownMistake':_0x2f0c7c(0xb1),'networkError':_0x2f0c7c(0xbb),'tooLarge':_0x2f0c7c(0xae),'internalError':'内部エラーが発生しました','interrupt':_0x2f0c7c(0xb6),'fileTypeError':'選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','wait':_0x2f0c7c(0xb2),'cancel':_0x2f0c7c(0xb9),'uploadAgain':_0x2f0c7c(0xb4)}};export{e as default};
1
+ const _0x4439fb=_0xee69;(function(_0x26f4be,_0x5df7da){const _0x2302fb=_0xee69,_0x261ae6=_0x26f4be();while(!![]){try{const _0x278a99=parseInt(_0x2302fb(0x11e))/0x1+parseInt(_0x2302fb(0x12e))/0x2*(-parseInt(_0x2302fb(0x12c))/0x3)+-parseInt(_0x2302fb(0x128))/0x4*(parseInt(_0x2302fb(0x123))/0x5)+parseInt(_0x2302fb(0x130))/0x6*(-parseInt(_0x2302fb(0x129))/0x7)+parseInt(_0x2302fb(0x12f))/0x8*(parseInt(_0x2302fb(0x121))/0x9)+parseInt(_0x2302fb(0x124))/0xa+parseInt(_0x2302fb(0x131))/0xb;if(_0x278a99===_0x5df7da)break;else _0x261ae6['push'](_0x261ae6['shift']());}catch(_0x598dff){_0x261ae6['push'](_0x261ae6['shift']());}}}(_0x453d,0x2ebe1));function _0xee69(_0x4e9435,_0x2a1681){_0x4e9435=_0x4e9435-0x11e;const _0x453dc2=_0x453d();let _0xee6907=_0x453dc2[_0x4e9435];return _0xee6907;}const e={'exchange-client':{'uploading':_0x4439fb(0x12a),'uploadSuccess':_0x4439fb(0x11f),'uploadSuccessTip':_0x4439fb(0x125),'downloading':'ダウンロード中','downloadSuccess':_0x4439fb(0x126),'unknownMistake':_0x4439fb(0x132),'networkError':_0x4439fb(0x12d),'tooLarge':_0x4439fb(0x122),'internalError':_0x4439fb(0x12b),'interrupt':'ネットワーク接続が中断され、ファイルのアップロードに失敗しました','fileTypeError':_0x4439fb(0x120),'wait':'お待ちください...','cancel':_0x4439fb(0x133),'uploadAgain':_0x4439fb(0x127)}};function _0x453d(){const _0x349c7f=['不明なエラー','キャンセル','76696PLWNpa','ファイルが正常にアップロードされました','選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','18GfZYKd','データが大きすぎます','1151660NcIBaF','775650tGEfmx','{0}\x20個のファイルが正常にアップロードされました','ダウンロードが完了しました','再度アップロード','4yjsmdA','24969NluPpW','アップロード中','内部エラーが発生しました','27ctHUCu','ネットワークエラー','78502ihfvoT','1332512bmPCIr','24GLWDXB','3321197KHeRHn'];_0x453d=function(){return _0x349c7f;};return _0x453d();}export{e as default};
@@ -1 +1 @@
1
- const _0x4ae53a=_0x5c19;(function(_0x4a208e,_0x413231){const _0x4ef617=_0x5c19,_0x384479=_0x4a208e();while(!![]){try{const _0x4e9749=-parseInt(_0x4ef617(0x10c))/0x1*(parseInt(_0x4ef617(0x108))/0x2)+-parseInt(_0x4ef617(0x10e))/0x3*(-parseInt(_0x4ef617(0x10a))/0x4)+parseInt(_0x4ef617(0x111))/0x5+parseInt(_0x4ef617(0x110))/0x6+parseInt(_0x4ef617(0x104))/0x7+parseInt(_0x4ef617(0x10b))/0x8+parseInt(_0x4ef617(0x101))/0x9;if(_0x4e9749===_0x413231)break;else _0x384479['push'](_0x384479['shift']());}catch(_0x41113e){_0x384479['push'](_0x384479['shift']());}}}(_0x3935,0xb26b8));const e={'exchange-client':{'uploading':_0x4ae53a(0x105),'uploadSuccess':'파일이\x20성공적으로\x20업로드되었습니다','uploadSuccessTip':_0x4ae53a(0xfe),'downloading':_0x4ae53a(0x100),'downloadSuccess':'다운로드가\x20완료되었습니다','unknownMistake':_0x4ae53a(0x10d),'networkError':_0x4ae53a(0x10f),'tooLarge':_0x4ae53a(0x102),'internalError':_0x4ae53a(0x103),'interrupt':_0x4ae53a(0x106),'fileTypeError':_0x4ae53a(0x107),'wait':_0x4ae53a(0xff),'cancel':'취소','uploadAgain':_0x4ae53a(0x109)}};function _0x3935(){const _0xe3b837=['2688066lnRwff','2410845aPWSAF','{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','잠시만\x20기다려\x20주세요...','다운로드\x20','45666HUNnrH','데이터가\x20너무\x20큽니다','내부\x20오류가\x20발생했습니다','84504iudvFz','업로드\x20중','네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','425548WWJqbA','다시\x20업로드','2816jWJdxT','2343776LZGMNk','3nayLGW','알\x20수\x20없는\x20오류','549lfBxId','네트워크\x20오류'];_0x3935=function(){return _0xe3b837;};return _0x3935();}function _0x5c19(_0x27d530,_0x2a4822){_0x27d530=_0x27d530-0xfe;const _0x393538=_0x3935();let _0x5c19ec=_0x393538[_0x27d530];return _0x5c19ec;}export{e as default};
1
+ const _0x3018d8=_0x52c0;(function(_0x178bb8,_0x141b86){const _0xc2fa65=_0x52c0,_0x483a6c=_0x178bb8();while(!![]){try{const _0x333595=parseInt(_0xc2fa65(0x1ed))/0x1+parseInt(_0xc2fa65(0x1fe))/0x2*(parseInt(_0xc2fa65(0x1f4))/0x3)+parseInt(_0xc2fa65(0x1ef))/0x4*(parseInt(_0xc2fa65(0x1f3))/0x5)+parseInt(_0xc2fa65(0x1eb))/0x6*(parseInt(_0xc2fa65(0x1f0))/0x7)+-parseInt(_0xc2fa65(0x1f6))/0x8+-parseInt(_0xc2fa65(0x1fa))/0x9+-parseInt(_0xc2fa65(0x1f1))/0xa*(parseInt(_0xc2fa65(0x200))/0xb);if(_0x333595===_0x141b86)break;else _0x483a6c['push'](_0x483a6c['shift']());}catch(_0xf0507f){_0x483a6c['push'](_0x483a6c['shift']());}}}(_0x27f2,0xd8101));function _0x52c0(_0x12a397,_0x4c496d){_0x12a397=_0x12a397-0x1eb;const _0x27f221=_0x27f2();let _0x52c0fb=_0x27f221[_0x12a397];return _0x52c0fb;}const e={'exchange-client':{'uploading':_0x3018d8(0x1f8),'uploadSuccess':_0x3018d8(0x1fb),'uploadSuccessTip':_0x3018d8(0x1f7),'downloading':_0x3018d8(0x1fc),'downloadSuccess':_0x3018d8(0x202),'unknownMistake':_0x3018d8(0x1ff),'networkError':_0x3018d8(0x1f9),'tooLarge':_0x3018d8(0x1f2),'internalError':_0x3018d8(0x1fd),'interrupt':_0x3018d8(0x1f5),'fileTypeError':_0x3018d8(0x201),'wait':_0x3018d8(0x1ec),'cancel':'취소','uploadAgain':_0x3018d8(0x1ee)}};export{e as default};function _0x27f2(){const _0x560b61=['2SNOKtb','알\x20수\x20없는\x20오류','319EYTLOy','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','다운로드가\x20완료되었습니다','138azKHWn','잠시만\x20기다려\x20주세요...','337757SjGJJC','다시\x20업로드','124HdcFvT','443023bVjAHJ','570300zpCqGn','데이터가\x20너무\x20큽니다','162805yjUgoy','2164659TaHFdy','네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','3578160XCkcVb','{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','업로드\x20중','네트워크\x20오류','4843935MDXuHf','파일이\x20성공적으로\x20업로드되었습니다','다운로드\x20중','내부\x20오류가\x20발생했습니다'];_0x27f2=function(){return _0x560b61;};return _0x27f2();}
@@ -1 +1 @@
1
- const _0x1babc6=_0x4c30;function _0x4b7f(){const _0x1b0cbb=['26319447gfjehz','Wewnętrzny\x20nieznany\x20błąd','Plik\x20przesłany\x20pomyślnie','1538193CYAfMS','265916FaAzTq','Pobieranie\x20zakończone\x20sukcesem','6670055VZfDPh','Dane\x20są\x20zbyt\x20duże','Wybrany\x20plik\x20[{0}]\x20nie\x20jest\x20obsługiwany\x20do\x20przesyłania','17231gXlBmt','4grghow','2GtEcol','Nieznany\x20błąd','Błąd\x20sieci','128FLSgTj','Anuluj','11161450Odntpp','8114892qXOPkY','Prześlij\x20ponownie','Połączenie\x20sieciowe\x20zostało\x20przerwane\x20i\x20przesyłanie\x20pliku\x20nie\x20powiodło\x20się','Pobieranie','9wDcmdc'];_0x4b7f=function(){return _0x1b0cbb;};return _0x4b7f();}(function(_0x1775ed,_0x32e1e5){const _0x5f1cbf=_0x4c30,_0x1a6152=_0x1775ed();while(!![]){try{const _0xef289=parseInt(_0x5f1cbf(0x148))/0x1*(-parseInt(_0x5f1cbf(0x14a))/0x2)+-parseInt(_0x5f1cbf(0x142))/0x3*(-parseInt(_0x5f1cbf(0x149))/0x4)+-parseInt(_0x5f1cbf(0x145))/0x5+-parseInt(_0x5f1cbf(0x13a))/0x6+-parseInt(_0x5f1cbf(0x143))/0x7*(parseInt(_0x5f1cbf(0x14d))/0x8)+parseInt(_0x5f1cbf(0x13e))/0x9*(parseInt(_0x5f1cbf(0x139))/0xa)+parseInt(_0x5f1cbf(0x13f))/0xb;if(_0xef289===_0x32e1e5)break;else _0x1a6152['push'](_0x1a6152['shift']());}catch(_0x55ce7b){_0x1a6152['push'](_0x1a6152['shift']());}}}(_0x4b7f,0xad585));const e={'exchange-client':{'uploading':'Przesyłanie','uploadSuccess':_0x1babc6(0x141),'uploadSuccessTip':'Pomyślnie\x20przesłano\x20{0}\x20plik(ów)','downloading':_0x1babc6(0x13d),'downloadSuccess':_0x1babc6(0x144),'unknownMistake':_0x1babc6(0x14b),'networkError':_0x1babc6(0x14c),'tooLarge':_0x1babc6(0x146),'internalError':_0x1babc6(0x140),'interrupt':_0x1babc6(0x13c),'fileTypeError':_0x1babc6(0x147),'wait':'Proszę\x20czekać...','cancel':_0x1babc6(0x138),'uploadAgain':_0x1babc6(0x13b)}};function _0x4c30(_0x16bc65,_0x3d3181){_0x16bc65=_0x16bc65-0x138;const _0x4b7fa6=_0x4b7f();let _0x4c300d=_0x4b7fa6[_0x16bc65];return _0x4c300d;}export{e as default};
1
+ const _0x8499d4=_0xef08;function _0xef08(_0x2ef062,_0x4448b5){_0x2ef062=_0x2ef062-0x134;const _0xf40ebf=_0xf40e();let _0xef0879=_0xf40ebf[_0x2ef062];return _0xef0879;}function _0xf40e(){const _0x189b59=['Pobieranie','3886059BBvCFu','38682336ldLASi','2105405SGLNJS','12rkICnO','Proszę\x20czekać...','9393248vIwRrh','Błąd\x20sieci','45426sNeGhE','9hvBpoD','2soQWVX','Dane\x20są\x20zbyt\x20duże','35uIlZMx','Wybrany\x20plik\x20[{0}]\x20nie\x20jest\x20obsługiwany\x20do\x20przesyłania','Plik\x20przesłany\x20pomyślnie','Pomyślnie\x20przesłano\x20{0}\x20plik(ów)','865139Neawui','Połączenie\x20sieciowe\x20zostało\x20przerwane\x20i\x20przesyłanie\x20pliku\x20nie\x20powiodło\x20się','Wewnętrzny\x20nieznany\x20błąd','Pobieranie\x20zakończone\x20sukcesem','4983530zPAgXd','Prześlij\x20ponownie','Nieznany\x20błąd'];_0xf40e=function(){return _0x189b59;};return _0xf40e();}(function(_0x5436f9,_0x510c27){const _0x5a3e6e=_0xef08,_0x4442fb=_0x5436f9();while(!![]){try{const _0x55cca8=-parseInt(_0x5a3e6e(0x135))/0x1+-parseInt(_0x5a3e6e(0x146))/0x2*(-parseInt(_0x5a3e6e(0x13d))/0x3)+parseInt(_0x5a3e6e(0x140))/0x4*(-parseInt(_0x5a3e6e(0x13f))/0x5)+-parseInt(_0x5a3e6e(0x144))/0x6*(parseInt(_0x5a3e6e(0x148))/0x7)+-parseInt(_0x5a3e6e(0x142))/0x8+parseInt(_0x5a3e6e(0x145))/0x9*(-parseInt(_0x5a3e6e(0x139))/0xa)+parseInt(_0x5a3e6e(0x13e))/0xb;if(_0x55cca8===_0x510c27)break;else _0x4442fb['push'](_0x4442fb['shift']());}catch(_0x110b8a){_0x4442fb['push'](_0x4442fb['shift']());}}}(_0xf40e,0xed97f));const e={'exchange-client':{'uploading':'Przesyłanie','uploadSuccess':_0x8499d4(0x14a),'uploadSuccessTip':_0x8499d4(0x134),'downloading':_0x8499d4(0x13c),'downloadSuccess':_0x8499d4(0x138),'unknownMistake':_0x8499d4(0x13b),'networkError':_0x8499d4(0x143),'tooLarge':_0x8499d4(0x147),'internalError':_0x8499d4(0x137),'interrupt':_0x8499d4(0x136),'fileTypeError':_0x8499d4(0x149),'wait':_0x8499d4(0x141),'cancel':'Anuluj','uploadAgain':_0x8499d4(0x13a)}};export{e as default};
@@ -1 +1 @@
1
- const _0x2772f9=_0x4687;function _0x4687(_0x451a0a,_0x1f5c1f){_0x451a0a=_0x451a0a-0xbc;const _0x3ae2ab=_0x3ae2();let _0x4687a6=_0x3ae2ab[_0x451a0a];return _0x4687a6;}(function(_0x5b78cb,_0x53bed9){const _0x3cc3cf=_0x4687,_0x203d98=_0x5b78cb();while(!![]){try{const _0x528fa9=-parseInt(_0x3cc3cf(0xc1))/0x1*(parseInt(_0x3cc3cf(0xc6))/0x2)+-parseInt(_0x3cc3cf(0xcb))/0x3+-parseInt(_0x3cc3cf(0xbd))/0x4+parseInt(_0x3cc3cf(0xc9))/0x5+parseInt(_0x3cc3cf(0xcd))/0x6*(-parseInt(_0x3cc3cf(0xce))/0x7)+parseInt(_0x3cc3cf(0xc8))/0x8+parseInt(_0x3cc3cf(0xc7))/0x9*(parseInt(_0x3cc3cf(0xbf))/0xa);if(_0x528fa9===_0x53bed9)break;else _0x203d98['push'](_0x203d98['shift']());}catch(_0xfc3639){_0x203d98['push'](_0x203d98['shift']());}}}(_0x3ae2,0x977b4));function _0x3ae2(){const _0x44b1a0=['Baixando','Aguarde...','Erro\x20de\x20rede','494150bobHig','837NkKgzb','5845136qFSwxb','1677815HNqIrg','O\x20arquivo\x20selecionado\x20[{0}]\x20não\x20é\x20suportado\x20para\x20envio','45876ZqwueT','Arquivo\x20enviado\x20com\x20sucesso','72aqgQXN','355404nZSdtS','Erro\x20interno\x20desconhecido','Cancelar','2423972RoDoDE','Enviando','164090shzqXi','Download\x20concluído\x20com\x20sucesso','3fXXAZU','{0}\x20arquivo(s)\x20enviado(s)\x20com\x20sucesso'];_0x3ae2=function(){return _0x44b1a0;};return _0x3ae2();}const e={'exchange-client':{'uploading':_0x2772f9(0xbe),'uploadSuccess':_0x2772f9(0xcc),'uploadSuccessTip':_0x2772f9(0xc2),'downloading':_0x2772f9(0xc3),'downloadSuccess':_0x2772f9(0xc0),'unknownMistake':'Erro\x20desconhecido','networkError':_0x2772f9(0xc5),'tooLarge':'Os\x20dados\x20são\x20muito\x20grandes','internalError':_0x2772f9(0xcf),'interrupt':'A\x20conexão\x20de\x20rede\x20foi\x20interrompida\x20e\x20o\x20envio\x20do\x20arquivo\x20falhou','fileTypeError':_0x2772f9(0xca),'wait':_0x2772f9(0xc4),'cancel':_0x2772f9(0xbc),'uploadAgain':'Enviar\x20novamente'}};export{e as default};
1
+ const _0x154854=_0xf121;(function(_0x6c69d2,_0x388edb){const _0x499ad3=_0xf121,_0x4e3fec=_0x6c69d2();while(!![]){try{const _0x5be650=-parseInt(_0x499ad3(0x10d))/0x1+parseInt(_0x499ad3(0x114))/0x2*(parseInt(_0x499ad3(0x10c))/0x3)+parseInt(_0x499ad3(0x10e))/0x4+parseInt(_0x499ad3(0x111))/0x5+parseInt(_0x499ad3(0x115))/0x6*(-parseInt(_0x499ad3(0x116))/0x7)+parseInt(_0x499ad3(0x119))/0x8+-parseInt(_0x499ad3(0x11c))/0x9*(parseInt(_0x499ad3(0x11a))/0xa);if(_0x5be650===_0x388edb)break;else _0x4e3fec['push'](_0x4e3fec['shift']());}catch(_0x28053c){_0x4e3fec['push'](_0x4e3fec['shift']());}}}(_0x1f5c,0x6062a));const e={'exchange-client':{'uploading':'Enviando','uploadSuccess':'Arquivo\x20enviado\x20com\x20sucesso','uploadSuccessTip':_0x154854(0x118),'downloading':'Baixando','downloadSuccess':'Download\x20concluído\x20com\x20sucesso','unknownMistake':_0x154854(0x117),'networkError':'Erro\x20de\x20rede','tooLarge':'Os\x20dados\x20são\x20muito\x20grandes','internalError':_0x154854(0x112),'interrupt':_0x154854(0x110),'fileTypeError':_0x154854(0x10f),'wait':'Aguarde...','cancel':_0x154854(0x11b),'uploadAgain':_0x154854(0x113)}};function _0xf121(_0x3c29c0,_0x42d1df){_0x3c29c0=_0x3c29c0-0x10c;const _0x1f5c6f=_0x1f5c();let _0xf121f8=_0x1f5c6f[_0x3c29c0];return _0xf121f8;}export{e as default};function _0x1f5c(){const _0x15e315=['175023QjGHXH','1115008xOMuGi','O\x20arquivo\x20selecionado\x20[{0}]\x20não\x20é\x20suportado\x20para\x20envio','A\x20conexão\x20de\x20rede\x20foi\x20interrompida\x20e\x20o\x20envio\x20do\x20arquivo\x20falhou','2383015NzinhN','Erro\x20interno\x20desconhecido','Enviar\x20novamente','2acEhPN','708KgZDnz','36883oZJaYJ','Erro\x20desconhecido','{0}\x20arquivo(s)\x20enviado(s)\x20com\x20sucesso','4453544BmXtps','6936950pDmXmC','Cancelar','9DlTzgT','1719618lcohUF'];_0x1f5c=function(){return _0x15e315;};return _0x1f5c();}
@@ -1 +1 @@
1
- const _0x178961=_0x5ead;function _0x5ead(_0x5ab5b1,_0x497ab6){_0x5ab5b1=_0x5ab5b1-0xca;const _0x32b5dc=_0x32b5();let _0x5ead85=_0x32b5dc[_0x5ab5b1];return _0x5ead85;}(function(_0x36c70b,_0x4cc3b8){const _0x523634=_0x5ead,_0x50141c=_0x36c70b();while(!![]){try{const _0x1e59b7=-parseInt(_0x523634(0xd3))/0x1*(-parseInt(_0x523634(0xce))/0x2)+-parseInt(_0x523634(0xcc))/0x3*(parseInt(_0x523634(0xde))/0x4)+-parseInt(_0x523634(0xcb))/0x5+-parseInt(_0x523634(0xd6))/0x6*(-parseInt(_0x523634(0xd0))/0x7)+-parseInt(_0x523634(0xd8))/0x8*(-parseInt(_0x523634(0xd9))/0x9)+parseInt(_0x523634(0xd7))/0xa*(parseInt(_0x523634(0xdd))/0xb)+-parseInt(_0x523634(0xca))/0xc*(-parseInt(_0x523634(0xd2))/0xd);if(_0x1e59b7===_0x4cc3b8)break;else _0x50141c['push'](_0x50141c['shift']());}catch(_0xf2d188){_0x50141c['push'](_0x50141c['shift']());}}}(_0x32b5,0xb6ba5));function _0x32b5(){const _0x8d682e=['Внутренняя\x20неизвестная\x20ошибка','2WdFpGI','Отмена','1876XOySPY','Неизвестная\x20ошибка','3794674TQFmhq','697407dNggYh','Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась','Пожалуйста,\x20подождите...','7878vAQdLs','290inSaht','64feyXdD','40374lWxASy','Загрузить\x20снова','Данные\x20слишком\x20большие','Файл\x20успешно\x20загружен','292171eazBQc','5453444GQopRv','48UZfKyU','4556130qKrGDQ','3ZERMGS'];_0x32b5=function(){return _0x8d682e;};return _0x32b5();}const e={'exchange-client':{'uploading':'Загрузка','uploadSuccess':_0x178961(0xdc),'uploadSuccessTip':'{0}\x20файл(ов)\x20успешно\x20загружен(о)','downloading':'Скачивание','downloadSuccess':'Скачивание\x20успешно','unknownMistake':_0x178961(0xd1),'networkError':'Сетевая\x20ошибка','tooLarge':_0x178961(0xdb),'internalError':_0x178961(0xcd),'interrupt':_0x178961(0xd4),'fileTypeError':'Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','wait':_0x178961(0xd5),'cancel':_0x178961(0xcf),'uploadAgain':_0x178961(0xda)}};export{e as default};
1
+ function _0x1e7c(_0x1e9244,_0x2f96f2){_0x1e9244=_0x1e9244-0x195;const _0x30c9d4=_0x30c9();let _0x1e7c5a=_0x30c9d4[_0x1e9244];return _0x1e7c5a;}const _0x1d64a9=_0x1e7c;(function(_0x4b60d2,_0x5ec665){const _0x5f0470=_0x1e7c,_0x556fff=_0x4b60d2();while(!![]){try{const _0x5b8172=-parseInt(_0x5f0470(0x1ab))/0x1+parseInt(_0x5f0470(0x1a4))/0x2*(-parseInt(_0x5f0470(0x19b))/0x3)+parseInt(_0x5f0470(0x1ac))/0x4+parseInt(_0x5f0470(0x19e))/0x5*(parseInt(_0x5f0470(0x19d))/0x6)+parseInt(_0x5f0470(0x19a))/0x7*(-parseInt(_0x5f0470(0x19c))/0x8)+-parseInt(_0x5f0470(0x195))/0x9*(parseInt(_0x5f0470(0x198))/0xa)+parseInt(_0x5f0470(0x197))/0xb*(parseInt(_0x5f0470(0x196))/0xc);if(_0x5b8172===_0x5ec665)break;else _0x556fff['push'](_0x556fff['shift']());}catch(_0x567cb1){_0x556fff['push'](_0x556fff['shift']());}}}(_0x30c9,0xadba2));function _0x30c9(){const _0x46b1ff=['2964LcyHEa','106612YISFdF','2302110BeBnSY','Данные\x20слишком\x20большие','28hdjAfz','454221xahaUu','1083128onusIi','7589490zPAwOw','5PjhrGb','Скачивание\x20успешно','Неизвестная\x20ошибка','Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','Загрузка','Загрузить\x20снова','2prkORz','{0}\x20файл(ов)\x20успешно\x20загружен(о)','Сетевая\x20ошибка','Пожалуйста,\x20подождите...','Внутренняя\x20неизвестная\x20ошибка','Отмена','Скачивание','1246084cPuEcl','571428GxFLFW','45PKEgBa'];_0x30c9=function(){return _0x46b1ff;};return _0x30c9();}const e={'exchange-client':{'uploading':_0x1d64a9(0x1a2),'uploadSuccess':'Файл\x20успешно\x20загружен','uploadSuccessTip':_0x1d64a9(0x1a5),'downloading':_0x1d64a9(0x1aa),'downloadSuccess':_0x1d64a9(0x19f),'unknownMistake':_0x1d64a9(0x1a0),'networkError':_0x1d64a9(0x1a6),'tooLarge':_0x1d64a9(0x199),'internalError':_0x1d64a9(0x1a8),'interrupt':'Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась','fileTypeError':_0x1d64a9(0x1a1),'wait':_0x1d64a9(0x1a7),'cancel':_0x1d64a9(0x1a9),'uploadAgain':_0x1d64a9(0x1a3)}};export{e as default};
@@ -1 +1 @@
1
- const _0x68e94f=_0x5488;function _0x5488(_0x4d4a5f,_0x34eb5b){_0x4d4a5f=_0x4d4a5f-0x14b;const _0x48c80e=_0x48c8();let _0x548885=_0x48c80e[_0x4d4a5f];return _0x548885;}(function(_0x46001e,_0xe1b7ad){const _0x172fd1=_0x5488,_0x493b75=_0x46001e();while(!![]){try{const _0x4a96db=parseInt(_0x172fd1(0x152))/0x1*(-parseInt(_0x172fd1(0x158))/0x2)+parseInt(_0x172fd1(0x15b))/0x3*(-parseInt(_0x172fd1(0x14f))/0x4)+-parseInt(_0x172fd1(0x155))/0x5*(-parseInt(_0x172fd1(0x156))/0x6)+parseInt(_0x172fd1(0x15a))/0x7+-parseInt(_0x172fd1(0x14d))/0x8*(-parseInt(_0x172fd1(0x151))/0x9)+-parseInt(_0x172fd1(0x15e))/0xa+-parseInt(_0x172fd1(0x154))/0xb*(-parseInt(_0x172fd1(0x159))/0xc);if(_0x4a96db===_0xe1b7ad)break;else _0x493b75['push'](_0x493b75['shift']());}catch(_0x43c43e){_0x493b75['push'](_0x493b75['shift']());}}}(_0x48c8,0xb3b8e));const e={'exchange-client':{'uploading':_0x68e94f(0x15f),'uploadSuccess':_0x68e94f(0x14b),'uploadSuccessTip':_0x68e94f(0x14c),'downloading':'Sťahovanie','downloadSuccess':_0x68e94f(0x15d),'unknownMistake':_0x68e94f(0x14e),'networkError':_0x68e94f(0x153),'tooLarge':_0x68e94f(0x15c),'internalError':_0x68e94f(0x157),'interrupt':'Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','fileTypeError':'Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','wait':_0x68e94f(0x150),'cancel':'Zrušiť','uploadAgain':'Nahrať\x20znova'}};export{e as default};function _0x48c8(){const _0x571688=['99aYzyjJ','1ZNcjmz','Sieťová\x20chyba','4307567TrUHWa','10wPRjUF','1437738NXlTfn','Interná\x20neznáma\x20chyba','1910306wgAVpl','24okHMru','10188899cZPcbY','1599918hQpAwy','Dáta\x20sú\x20príliš\x20veľké','Sťahovanie\x20úspešné','3719080eNAQRY','Nahrávanie','Súbor\x20bol\x20úspešne\x20nahraný','Úspešne\x20nahraných\x20{0}\x20súborov','299504IaMFLh','Neznáma\x20chyba','8vEvORs','Prosím\x20počkajte...'];_0x48c8=function(){return _0x571688;};return _0x48c8();}
1
+ const _0x646549=_0x1366;function _0x1366(_0x5d22af,_0x1b5da8){_0x5d22af=_0x5d22af-0x7b;const _0x19e11c=_0x19e1();let _0x1366e8=_0x19e11c[_0x5d22af];return _0x1366e8;}(function(_0x4f8c49,_0x1e38a7){const _0x255964=_0x1366,_0x39d606=_0x4f8c49();while(!![]){try{const _0x15ff1c=parseInt(_0x255964(0x7b))/0x1*(-parseInt(_0x255964(0x81))/0x2)+parseInt(_0x255964(0x80))/0x3+-parseInt(_0x255964(0x8a))/0x4+-parseInt(_0x255964(0x89))/0x5+parseInt(_0x255964(0x8d))/0x6*(-parseInt(_0x255964(0x8b))/0x7)+-parseInt(_0x255964(0x83))/0x8+parseInt(_0x255964(0x85))/0x9*(parseInt(_0x255964(0x7e))/0xa);if(_0x15ff1c===_0x1e38a7)break;else _0x39d606['push'](_0x39d606['shift']());}catch(_0x51cbd4){_0x39d606['push'](_0x39d606['shift']());}}}(_0x19e1,0x83406));function _0x19e1(){const _0xc22cfd=['Nahrať\x20znova','Súbor\x20bol\x20úspešne\x20nahraný','3805765wklvhd','2607104MzkMtr','3479afmdhc','Sťahovanie','1818NUhZxs','Prosím\x20počkajte...','Nahrávanie','Úspešne\x20nahraných\x20{0}\x20súborov','499033HeuvOL','Dáta\x20sú\x20príliš\x20veľké','Sťahovanie\x20úspešné','873280KLSDOJ','Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','1120497vVBzGR','4LAvcGk','Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','4742168KaekKB','Interná\x20neznáma\x20chyba','342VcrXWu','Sieťová\x20chyba'];_0x19e1=function(){return _0xc22cfd;};return _0x19e1();}const e={'exchange-client':{'uploading':_0x646549(0x8f),'uploadSuccess':_0x646549(0x88),'uploadSuccessTip':_0x646549(0x90),'downloading':_0x646549(0x8c),'downloadSuccess':_0x646549(0x7d),'unknownMistake':'Neznáma\x20chyba','networkError':_0x646549(0x86),'tooLarge':_0x646549(0x7c),'internalError':_0x646549(0x84),'interrupt':_0x646549(0x7f),'fileTypeError':_0x646549(0x82),'wait':_0x646549(0x8e),'cancel':'Zrušiť','uploadAgain':_0x646549(0x87)}};export{e as default};
@@ -1 +1 @@
1
- const _0x310799=_0x5a6e;(function(_0x2f50d8,_0x3bad66){const _0x597638=_0x5a6e,_0x12e744=_0x2f50d8();while(!![]){try{const _0x4de71b=parseInt(_0x597638(0xe8))/0x1*(parseInt(_0x597638(0xed))/0x2)+-parseInt(_0x597638(0xee))/0x3+-parseInt(_0x597638(0xdb))/0x4*(parseInt(_0x597638(0xdd))/0x5)+parseInt(_0x597638(0xe9))/0x6*(-parseInt(_0x597638(0xe0))/0x7)+-parseInt(_0x597638(0xdc))/0x8*(-parseInt(_0x597638(0xef))/0x9)+parseInt(_0x597638(0xe1))/0xa*(parseInt(_0x597638(0xdf))/0xb)+-parseInt(_0x597638(0xe4))/0xc*(-parseInt(_0x597638(0xe2))/0xd);if(_0x4de71b===_0x3bad66)break;else _0x12e744['push'](_0x12e744['shift']());}catch(_0x4a853e){_0x12e744['push'](_0x12e744['shift']());}}}(_0xea20,0x661da));function _0x5a6e(_0x12059a,_0xbc3ae1){_0x12059a=_0x12059a-0xda;const _0xea20c8=_0xea20();let _0x5a6ef3=_0xea20c8[_0x12059a];return _0x5a6ef3;}function _0xea20(){const _0x3dddb4=['Tải\x20xuống\x20thành\x20công','Lỗi\x20mạng','2DYPfDp','2283825OpovLc','2671479cnAiIO','Tải\x20lên\x20lại','7628mmqdev','16wzKlyO','760QiEwYA','Luồng\x20dữ\x20liệu\x20quá\x20lớn','7799363phhUaT','2000628QvKmtd','10gMtOAX','26lfljom','Lỗi\x20không\x20xác\x20định\x20bên\x20trong','2604696cjddoq','Vui\x20lòng\x20đợi...','Lỗi\x20không\x20xác\x20định','Đang\x20tải\x20xuống','18398fkZHrI','6BbxsaE','Tải\x20lên\x20tệp\x20thành\x20công'];_0xea20=function(){return _0x3dddb4;};return _0xea20();}const e={'exchange-client':{'uploading':'Đang\x20tải\x20lên','uploadSuccess':_0x310799(0xea),'uploadSuccessTip':'{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','downloading':_0x310799(0xe7),'downloadSuccess':_0x310799(0xeb),'unknownMistake':_0x310799(0xe6),'networkError':_0x310799(0xec),'tooLarge':_0x310799(0xde),'internalError':_0x310799(0xe3),'interrupt':'Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại','fileTypeError':'Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','wait':_0x310799(0xe5),'cancel':'Hủy\x20bỏ','uploadAgain':_0x310799(0xda)}};export{e as default};
1
+ function _0x4e9e(){const _0x1b0916=['{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','31785HDNDec','9wSmlAD','6756ZuQjgC','Hủy\x20bỏ','5156525iNcxgg','Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','Vui\x20lòng\x20đợi...','Đang\x20tải\x20xuống','1188158LsMxoX','8eOGScd','245571tUycfW','Lỗi\x20không\x20xác\x20định','1DksoZP','12077930FXxVmc','Luồng\x20dữ\x20liệu\x20quá\x20lớn','Đang\x20tải\x20lên','3604769xJbqOV','60uHfNbd','2302818XkGANF','Tải\x20lên\x20tệp\x20thành\x20công','15TdKBpq'];_0x4e9e=function(){return _0x1b0916;};return _0x4e9e();}const _0x27b03b=_0x1bab;(function(_0x33b315,_0x320230){const _0x4e2477=_0x1bab,_0x1b8eb6=_0x33b315();while(!![]){try{const _0x3a1958=parseInt(_0x4e2477(0x6c))/0x1*(-parseInt(_0x4e2477(0x68))/0x2)+parseInt(_0x4e2477(0x6a))/0x3*(parseInt(_0x4e2477(0x71))/0x4)+parseInt(_0x4e2477(0x74))/0x5*(parseInt(_0x4e2477(0x72))/0x6)+-parseInt(_0x4e2477(0x70))/0x7*(parseInt(_0x4e2477(0x69))/0x8)+parseInt(_0x4e2477(0x77))/0x9*(parseInt(_0x4e2477(0x6d))/0xa)+-parseInt(_0x4e2477(0x7a))/0xb+-parseInt(_0x4e2477(0x78))/0xc*(parseInt(_0x4e2477(0x76))/0xd);if(_0x3a1958===_0x320230)break;else _0x1b8eb6['push'](_0x1b8eb6['shift']());}catch(_0x4fb395){_0x1b8eb6['push'](_0x1b8eb6['shift']());}}}(_0x4e9e,0x9a77d));function _0x1bab(_0x4bfb0f,_0x474a0c){_0x4bfb0f=_0x4bfb0f-0x67;const _0x4e9ee8=_0x4e9e();let _0x1bab7b=_0x4e9ee8[_0x4bfb0f];return _0x1bab7b;}const e={'exchange-client':{'uploading':_0x27b03b(0x6f),'uploadSuccess':_0x27b03b(0x73),'uploadSuccessTip':_0x27b03b(0x75),'downloading':_0x27b03b(0x67),'downloadSuccess':'Tải\x20xuống\x20thành\x20công','unknownMistake':_0x27b03b(0x6b),'networkError':'Lỗi\x20mạng','tooLarge':_0x27b03b(0x6e),'internalError':'Lỗi\x20không\x20xác\x20định\x20bên\x20trong','interrupt':'Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại','fileTypeError':_0x27b03b(0x7b),'wait':_0x27b03b(0x7c),'cancel':_0x27b03b(0x79),'uploadAgain':'Tải\x20lên\x20lại'}};export{e as default};
@@ -1 +1 @@
1
- function _0x54b9(_0x23407f,_0x1974ce){_0x23407f=_0x23407f-0x1b8;const _0x54dca6=_0x54dc();let _0x54b971=_0x54dca6[_0x23407f];return _0x54b971;}const _0x2a6ff8=_0x54b9;(function(_0x195816,_0x5b9db2){const _0x23964f=_0x54b9,_0x2f5ee3=_0x195816();while(!![]){try{const _0x5693a0=parseInt(_0x23964f(0x1cb))/0x1*(-parseInt(_0x23964f(0x1c1))/0x2)+parseInt(_0x23964f(0x1bc))/0x3+-parseInt(_0x23964f(0x1c8))/0x4+-parseInt(_0x23964f(0x1b8))/0x5*(parseInt(_0x23964f(0x1c3))/0x6)+-parseInt(_0x23964f(0x1bf))/0x7+-parseInt(_0x23964f(0x1c9))/0x8*(parseInt(_0x23964f(0x1b9))/0x9)+-parseInt(_0x23964f(0x1c0))/0xa*(-parseInt(_0x23964f(0x1c6))/0xb);if(_0x5693a0===_0x5b9db2)break;else _0x2f5ee3['push'](_0x2f5ee3['shift']());}catch(_0x215614){_0x2f5ee3['push'](_0x2f5ee3['shift']());}}}(_0x54dc,0x57f6c));function _0x54dc(){const _0x17c1e4=['1685pEKWfL','3912066sVGcUq','请稍等...','上传中','503013mDGSeM','下载中','网络连接中断,文件上传失败','5018832PXyHfO','530ptXFKT','390914QYGZKa','文件上传成功','9318zAHygs','再次上传','未知错误','501226LrmnDS','网络异常','1407604TtNxEj','8ieVDJc','数据流过大','1dQULoU','所选文件\x20[{0}]\x20不支持上传','内部未知错误'];_0x54dc=function(){return _0x17c1e4;};return _0x54dc();}const e={'exchange-client':{'uploading':_0x2a6ff8(0x1bb),'uploadSuccess':_0x2a6ff8(0x1c2),'uploadSuccessTip':'{0}个文件上传成功','downloading':_0x2a6ff8(0x1bd),'downloadSuccess':'下载成功','unknownMistake':_0x2a6ff8(0x1c5),'networkError':_0x2a6ff8(0x1c7),'tooLarge':_0x2a6ff8(0x1ca),'internalError':_0x2a6ff8(0x1cd),'interrupt':_0x2a6ff8(0x1be),'fileTypeError':_0x2a6ff8(0x1cc),'wait':_0x2a6ff8(0x1ba),'cancel':'取消','uploadAgain':_0x2a6ff8(0x1c4)}};export{e as default};
1
+ const _0x537e50=_0x380d;(function(_0x94737c,_0x2198ef){const _0x4319db=_0x380d,_0x559dc6=_0x94737c();while(!![]){try{const _0x562e38=-parseInt(_0x4319db(0x1ee))/0x1*(parseInt(_0x4319db(0x1eb))/0x2)+parseInt(_0x4319db(0x1e7))/0x3+-parseInt(_0x4319db(0x1ea))/0x4*(-parseInt(_0x4319db(0x1f2))/0x5)+-parseInt(_0x4319db(0x1e2))/0x6+parseInt(_0x4319db(0x1f6))/0x7+parseInt(_0x4319db(0x1f4))/0x8*(parseInt(_0x4319db(0x1ec))/0x9)+parseInt(_0x4319db(0x1f3))/0xa*(-parseInt(_0x4319db(0x1f5))/0xb);if(_0x562e38===_0x2198ef)break;else _0x559dc6['push'](_0x559dc6['shift']());}catch(_0x177af9){_0x559dc6['push'](_0x559dc6['shift']());}}}(_0xc6c3,0xc7c5f));const e={'exchange-client':{'uploading':_0x537e50(0x1e3),'uploadSuccess':_0x537e50(0x1f0),'uploadSuccessTip':_0x537e50(0x1e6),'downloading':_0x537e50(0x1e1),'downloadSuccess':_0x537e50(0x1ed),'unknownMistake':_0x537e50(0x1e5),'networkError':'网络异常','tooLarge':'数据流过大','internalError':_0x537e50(0x1e9),'interrupt':_0x537e50(0x1f1),'fileTypeError':_0x537e50(0x1e8),'wait':_0x537e50(0x1ef),'cancel':'取消','uploadAgain':_0x537e50(0x1e4)}};function _0x380d(_0x5aedf4,_0xde1050){_0x5aedf4=_0x5aedf4-0x1e1;const _0xc6c376=_0xc6c3();let _0x380d8c=_0xc6c376[_0x5aedf4];return _0x380d8c;}export{e as default};function _0xc6c3(){const _0x54a08b=['8819020dTSmEg','下载中','2709738ndubVJ','上传中','再次上传','未知错误','{0}个文件上传成功','1043895SIRvkU','所选文件\x20[{0}]\x20不支持上传','内部未知错误','104MjMGQt','2498QGzDMW','468ZZxjBy','下载成功','26rsREZI','请稍等...','文件上传成功','网络连接中断,文件上传失败','128965fkmfqd','44970jHBewL','131416DpgSFA','4477XUEMaO'];_0xc6c3=function(){return _0x54a08b;};return _0xc6c3();}
@@ -1 +1 @@
1
- const _0x18c543=_0x43d7;function _0x43d7(_0x411ada,_0xa97dc7){_0x411ada=_0x411ada-0x82;const _0xd3e745=_0xd3e7();let _0x43d719=_0xd3e745[_0x411ada];return _0x43d719;}function _0xd3e7(){const _0xaff65=['360780prkwUx','請稍等...','下載中','9GBGqal','網絡異常','1302Rzueow','未知錯誤','內部未知錯誤','資料流過大','550686JLSofq','2621656nxQYKI','4784210iaEUbr','172432SVNRnA','108QAmgQD','656ZLXZeQ','再次上傳','14185myGChQ','下載成功','上傳中','檔案上傳成功','11xXRoSe'];_0xd3e7=function(){return _0xaff65;};return _0xd3e7();}(function(_0x2baeb8,_0x112be3){const _0x9cdb1c=_0x43d7,_0x307134=_0x2baeb8();while(!![]){try{const _0x5a88e8=parseInt(_0x9cdb1c(0x91))/0x1+parseInt(_0x9cdb1c(0x94))/0x2*(parseInt(_0x9cdb1c(0x8b))/0x3)+parseInt(_0x9cdb1c(0x92))/0x4+parseInt(_0x9cdb1c(0x83))/0x5*(-parseInt(_0x9cdb1c(0x8d))/0x6)+parseInt(_0x9cdb1c(0x88))/0x7+-parseInt(_0x9cdb1c(0x96))/0x8*(-parseInt(_0x9cdb1c(0x95))/0x9)+-parseInt(_0x9cdb1c(0x93))/0xa*(parseInt(_0x9cdb1c(0x87))/0xb);if(_0x5a88e8===_0x112be3)break;else _0x307134['push'](_0x307134['shift']());}catch(_0x359ae9){_0x307134['push'](_0x307134['shift']());}}}(_0xd3e7,0x67536));const e={'exchange-client':{'uploading':_0x18c543(0x85),'uploadSuccess':_0x18c543(0x86),'uploadSuccessTip':'{0}個檔案上傳成功','downloading':_0x18c543(0x8a),'downloadSuccess':_0x18c543(0x84),'unknownMistake':_0x18c543(0x8e),'networkError':_0x18c543(0x8c),'tooLarge':_0x18c543(0x90),'internalError':_0x18c543(0x8f),'interrupt':'網絡連線中斷,檔案上傳失敗','fileTypeError':'所選檔案\x20[{0}]\x20不支援上傳','wait':_0x18c543(0x89),'cancel':'取消','uploadAgain':_0x18c543(0x82)}};export{e as default};
1
+ const _0x2641d2=_0x4912;(function(_0x3d6d07,_0x106488){const _0x3c6f01=_0x4912,_0x16f319=_0x3d6d07();while(!![]){try{const _0x431937=parseInt(_0x3c6f01(0x7a))/0x1+parseInt(_0x3c6f01(0x8b))/0x2*(-parseInt(_0x3c6f01(0x83))/0x3)+parseInt(_0x3c6f01(0x89))/0x4+parseInt(_0x3c6f01(0x7c))/0x5+parseInt(_0x3c6f01(0x7f))/0x6+parseInt(_0x3c6f01(0x87))/0x7+-parseInt(_0x3c6f01(0x8a))/0x8;if(_0x431937===_0x106488)break;else _0x16f319['push'](_0x16f319['shift']());}catch(_0xe7c81){_0x16f319['push'](_0x16f319['shift']());}}}(_0x494f,0x7a751));function _0x4912(_0x150fed,_0x31d4a5){_0x150fed=_0x150fed-0x7a;const _0x494f6b=_0x494f();let _0x4912ff=_0x494f6b[_0x150fed];return _0x4912ff;}const e={'exchange-client':{'uploading':'上傳中','uploadSuccess':_0x2641d2(0x80),'uploadSuccessTip':_0x2641d2(0x84),'downloading':_0x2641d2(0x7b),'downloadSuccess':'下載成功','unknownMistake':_0x2641d2(0x7e),'networkError':_0x2641d2(0x85),'tooLarge':_0x2641d2(0x86),'internalError':_0x2641d2(0x81),'interrupt':_0x2641d2(0x82),'fileTypeError':'所選檔案\x20[{0}]\x20不支援上傳','wait':_0x2641d2(0x7d),'cancel':'取消','uploadAgain':_0x2641d2(0x88)}};export{e as default};function _0x494f(){const _0x2d3651=['2778052MXiYNO','9959384xArnhF','15178uRZQbo','791754YRlYJQ','下載中','1066680vCqusq','請稍等...','未知錯誤','3283770MjIYAO','檔案上傳成功','內部未知錯誤','網絡連線中斷,檔案上傳失敗','234ihvhcy','{0}個檔案上傳成功','網絡異常','資料流過大','640864tnUdln','再次上傳'];_0x494f=function(){return _0x2d3651;};return _0x494f();}
@@ -1 +1 @@
1
- function _0x537e(_0x43e74e,_0x1bd3fc){_0x43e74e=_0x43e74e-0x70;const _0x2e3cfa=_0x2e3c();let _0x537e44=_0x2e3cfa[_0x43e74e];return _0x537e44;}const _0x5adb97=_0x537e;function _0x2e3c(){const _0x58bb86=['{0}個檔案上傳成功','4328hpyVwW','1281624sdSQwu','內部未知錯誤','215577nFzILK','下載成功','上傳中','再次上傳','網路異常','請稍等...','未知錯誤','5308576steDBA','758365ofKtPF','下載中','5949XahnvR','網路連線中斷,檔案上傳失敗','所選檔案\x20[{0}]\x20不支援上傳','286420vaGClz','11942670yNZVdP','資料流過大','12WQvxqA','3hDxGTq'];_0x2e3c=function(){return _0x58bb86;};return _0x2e3c();}(function(_0x2af2ff,_0x105f71){const _0x4c88f0=_0x537e,_0x488b82=_0x2af2ff();while(!![]){try{const _0x54c764=-parseInt(_0x4c88f0(0x7e))/0x1+parseInt(_0x4c88f0(0x75))/0x2*(-parseInt(_0x4c88f0(0x79))/0x3)+parseInt(_0x4c88f0(0x78))/0x4*(parseInt(_0x4c88f0(0x70))/0x5)+parseInt(_0x4c88f0(0x7c))/0x6+-parseInt(_0x4c88f0(0x85))/0x7+parseInt(_0x4c88f0(0x7b))/0x8*(-parseInt(_0x4c88f0(0x72))/0x9)+parseInt(_0x4c88f0(0x76))/0xa;if(_0x54c764===_0x105f71)break;else _0x488b82['push'](_0x488b82['shift']());}catch(_0x44afa3){_0x488b82['push'](_0x488b82['shift']());}}}(_0x2e3c,0x5ec26));const e={'exchange-client':{'uploading':_0x5adb97(0x80),'uploadSuccess':'檔案上傳成功','uploadSuccessTip':_0x5adb97(0x7a),'downloading':_0x5adb97(0x71),'downloadSuccess':_0x5adb97(0x7f),'unknownMistake':_0x5adb97(0x84),'networkError':_0x5adb97(0x82),'tooLarge':_0x5adb97(0x77),'internalError':_0x5adb97(0x7d),'interrupt':_0x5adb97(0x73),'fileTypeError':_0x5adb97(0x74),'wait':_0x5adb97(0x83),'cancel':'取消','uploadAgain':_0x5adb97(0x81)}};export{e as default};
1
+ function _0x6ace(){const _0x21955d=['網路異常','251334anJgre','8yjmLnZ','上傳中','請稍等...','內部未知錯誤','1571340wDooQd','11614890rkvliM','366630JhgsPt','未知錯誤','檔案上傳成功','55mTrrEi','4884912ALcrDv','所選檔案\x20[{0}]\x20不支援上傳','5kRxCVI','3gNyWYa','8078292jVZIod','430yZIHra','{0}個檔案上傳成功','350302FmykLt','網路連線中斷,檔案上傳失敗','再次上傳','下載中'];_0x6ace=function(){return _0x21955d;};return _0x6ace();}const _0x42f1e1=_0x56e4;(function(_0xac9649,_0x54868b){const _0x4b0a17=_0x56e4,_0x24983a=_0xac9649();while(!![]){try{const _0x217f02=-parseInt(_0x4b0a17(0x150))/0x1*(parseInt(_0x4b0a17(0x155))/0x2)+parseInt(_0x4b0a17(0x151))/0x3*(-parseInt(_0x4b0a17(0x15f))/0x4)+parseInt(_0x4b0a17(0x14d))/0x5*(-parseInt(_0x4b0a17(0x15a))/0x6)+parseInt(_0x4b0a17(0x160))/0x7+parseInt(_0x4b0a17(0x15b))/0x8*(-parseInt(_0x4b0a17(0x152))/0x9)+-parseInt(_0x4b0a17(0x153))/0xa*(-parseInt(_0x4b0a17(0x14a))/0xb)+parseInt(_0x4b0a17(0x14e))/0xc;if(_0x217f02===_0x54868b)break;else _0x24983a['push'](_0x24983a['shift']());}catch(_0x677e9a){_0x24983a['push'](_0x24983a['shift']());}}}(_0x6ace,0xd5083));const e={'exchange-client':{'uploading':_0x42f1e1(0x15c),'uploadSuccess':_0x42f1e1(0x14c),'uploadSuccessTip':_0x42f1e1(0x154),'downloading':_0x42f1e1(0x158),'downloadSuccess':'下載成功','unknownMistake':_0x42f1e1(0x14b),'networkError':_0x42f1e1(0x159),'tooLarge':'資料流過大','internalError':_0x42f1e1(0x15e),'interrupt':_0x42f1e1(0x156),'fileTypeError':_0x42f1e1(0x14f),'wait':_0x42f1e1(0x15d),'cancel':'取消','uploadAgain':_0x42f1e1(0x157)}};function _0x56e4(_0x9527fa,_0x1579fe){_0x9527fa=_0x9527fa-0x14a;const _0x6acebc=_0x6ace();let _0x56e4d1=_0x6acebc[_0x9527fa];return _0x56e4d1;}export{e as default};
@@ -9,10 +9,6 @@ export interface IUniverExchangeClientOptions {
9
9
  * The minimum number of columns in the worksheet after import.
10
10
  */
11
11
  minSheetColumnCount?: number;
12
- /**
13
- * Export whether to enable server-side formula computing.
14
- */
15
- enableServerSideComputing?: boolean;
16
12
  /**
17
13
  * Whether to disable converting cell images to link on export.
18
14
  * If the cell image source is a URL, the default behavior is to convert the url to the cell value on export.
@@ -0,0 +1,7 @@
1
+ import { Disposable } from '@univerjs/core';
2
+ import { IconManager } from '@univerjs/ui';
3
+ export declare class ComponentsController extends Disposable {
4
+ private readonly _iconManager;
5
+ constructor(_iconManager: IconManager);
6
+ private _registerIcons;
7
+ }
@@ -1,10 +1,8 @@
1
1
  import { Disposable, Injector } from '@univerjs/core';
2
- import { IconManager, IUIPartsService } from '@univerjs/ui';
2
+ import { IUIPartsService } from '@univerjs/ui';
3
3
  export declare class ExchangeClientController extends Disposable {
4
4
  private readonly _injector;
5
5
  private readonly _uiPartsService;
6
- private readonly _iconManager;
7
- constructor(_injector: Injector, _uiPartsService: IUIPartsService, _iconManager: IconManager);
8
- private _registerIcons;
9
- private _registerComponents;
6
+ constructor(_injector: Injector, _uiPartsService: IUIPartsService);
7
+ private _registerUIParts;
10
8
  }
@@ -1,10 +1,35 @@
1
- import type { IExchangeSlideDocumentData } from '@univerjs-pro/exchange-client';
1
+ import type { IExchangeSlideDocumentData, ISnapshotBlockJson, ISnapshotBlockJsonResponse } from '@univerjs-pro/exchange-client';
2
2
  import type { IDocumentData, IWorkbookData } from '@univerjs/core';
3
3
  import { FUniver } from '@univerjs/core/facade';
4
4
  /**
5
5
  * @ignore
6
6
  */
7
7
  export interface IFUniverExchangeClientMixin {
8
+ /**
9
+ * Trigger a browser download for a file or blob.
10
+ * @param file File or blob to download
11
+ * @param filename Filename without extension
12
+ * @param fileExt File extension without a leading dot
13
+ *
14
+ * @example
15
+ * ```typescript
16
+ * const file = await univerAPI.exportXLSXByUnitIdAsync(unitId);
17
+ * if (file) univerAPI.downloadFile(file, 'univer', 'xlsx');
18
+ * ```
19
+ */
20
+ downloadFile(file: File | Blob, filename: string, fileExt: string): void;
21
+ /**
22
+ * Transform snapshot JSON returned by the exchange service to workbook data.
23
+ * @param json Snapshot JSON returned by the exchange service
24
+ * @returns Workbook data
25
+ */
26
+ transformSnapshotJsonToWorkbookDataAsync(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
27
+ /**
28
+ * Transform workbook data to snapshot JSON accepted by the exchange service.
29
+ * @param workbookData Workbook data
30
+ * @returns Snapshot JSON
31
+ */
32
+ transformWorkbookDataToSnapshotJsonAsync(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
8
33
  /**
9
34
  * Import XLSX file to unit id
10
35
  * @param {string | File} file File path or file object
@@ -54,16 +79,14 @@ export interface IFUniverExchangeClientMixin {
54
79
  *
55
80
  * @example
56
81
  * ```typescript
57
- * import { downloadFile } from '@univerjs-pro/exchange-client';
58
- *
59
82
  * const fWorkbook = univerAPI.getActiveWorkbook();
60
83
  * const unitId = fWorkbook.getId();
61
84
  * const file = await univerAPI.exportXLSXByUnitIdAsync(unitId);
62
85
  * // or with server-side calculation enabled
63
- * // const file = await univerAPI.exportXLSXByUnitIdAsync(unitId, { enableServerCalculation: true });
86
+ * // const file = await univerAPI.exportXLSXByUnitIdAsync(unitId);
64
87
  *
65
88
  * // Download the file
66
- * downloadFile(file, 'univer', 'xlsx');
89
+ * univerAPI.downloadFile(file, 'univer', 'xlsx');
67
90
  * ```
68
91
  */
69
92
  exportXLSXByUnitIdAsync(unitId: string): Promise<File | undefined>;
@@ -74,8 +97,6 @@ export interface IFUniverExchangeClientMixin {
74
97
  *
75
98
  * @example
76
99
  * ```typescript
77
- * import { downloadFile } from '@univerjs-pro/exchange-client';
78
- *
79
100
  * const fWorkbook = univerAPI.getActiveWorkbook();
80
101
  * const snapshot = fWorkbook.save();
81
102
  * const file = await univerAPI.exportXLSXBySnapshotAsync(snapshot);
@@ -83,7 +104,7 @@ export interface IFUniverExchangeClientMixin {
83
104
  * // const file = await univerAPI.exportXLSXBySnapshotAsync(snapshot, { enableServerCalculation: true });
84
105
  *
85
106
  * // Download the file
86
- * downloadFile(file, 'univer', 'xlsx');
107
+ * univerAPI.downloadFile(file, 'univer', 'xlsx');
87
108
  * ```
88
109
  */
89
110
  exportXLSXBySnapshotAsync(snapshot: IWorkbookData): Promise<File | undefined>;
@@ -133,7 +154,7 @@ export interface IFUniverExchangeClientMixin {
133
154
  * ```typescript
134
155
  * const snapshot = univerAPI.getActiveDocument().save();
135
156
  * const file = await univerAPI.exportDOCXBySnapshotAsync(snapshot);
136
- * downloadFile(file, 'univer', 'docx');
157
+ * univerAPI.downloadFile(file, 'univer', 'docx');
137
158
  * ```
138
159
  */
139
160
  exportDOCXBySnapshotAsync(snapshot: IDocumentData): Promise<File | undefined>;
@@ -146,7 +167,7 @@ export interface IFUniverExchangeClientMixin {
146
167
  * ```typescript
147
168
  * const unitId = univerAPI.getActiveWorkbook().getId();
148
169
  * const file = await univerAPI.exportDOCXByUnitIdAsync(unitId);
149
- * downloadFile(file, 'univer', 'docx');
170
+ * univerAPI.downloadFile(file, 'univer', 'docx');
150
171
  * ```
151
172
  */
152
173
  exportDOCXByUnitIdAsync(unitId: string): Promise<File | undefined>;
@@ -193,14 +214,12 @@ export interface IFUniverExchangeClientMixin {
193
214
  *
194
215
  * @example
195
216
  * ```typescript
196
- * import { downloadFile } from '@univerjs-pro/exchange-client';
197
- *
198
217
  * const fPresentation = univerAPI.getActivePresentation();
199
218
  * const unitId = fPresentation.getId();
200
219
  * const file = await univerAPI.exportPPTXByUnitIdAsync(unitId);
201
220
  *
202
221
  * // Download the file
203
- * downloadFile(file, 'univer', 'pptx');
222
+ * univerAPI.downloadFile(file, 'univer', 'pptx');
204
223
  * ```
205
224
  */
206
225
  exportPPTXByUnitIdAsync(unitId: string): Promise<File | undefined>;
@@ -211,18 +230,28 @@ export interface IFUniverExchangeClientMixin {
211
230
  *
212
231
  * @example
213
232
  * ```typescript
214
- * import { downloadFile } from '@univerjs-pro/exchange-client';
215
- *
216
233
  * const snapshot = univerAPI.getActivePresentation().save();
217
234
  * const file = await univerAPI.exportPPTXBySnapshotAsync(snapshot);
218
235
  *
219
236
  * // Download the file
220
- * downloadFile(file, 'univer', 'pptx');
237
+ * univerAPI.downloadFile(file, 'univer', 'pptx');
221
238
  * ```
222
239
  */
223
240
  exportPPTXBySnapshotAsync(snapshot: IExchangeSlideDocumentData): Promise<File | undefined>;
224
241
  }
225
242
  export declare class FUniverExchangeClientMixin extends FUniver implements IFUniverExchangeClientMixin {
243
+ /**
244
+ * Trigger a browser download for a file or blob.
245
+ */
246
+ downloadFile(file: File | Blob, filename: string, fileExt: string): void;
247
+ /**
248
+ * Transform snapshot JSON to workbook data.
249
+ */
250
+ transformSnapshotJsonToWorkbookDataAsync(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
251
+ /**
252
+ * Transform workbook data to snapshot JSON.
253
+ */
254
+ transformWorkbookDataToSnapshotJsonAsync(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
226
255
  /**
227
256
  * Import XLSX file to unit id
228
257
  */
@@ -1,13 +1,8 @@
1
1
  import './global.css';
2
- export { EXCHANGE_CLIENT_PLUGIN_CONFIG_KEY } from './config/config';
3
2
  export type { IUniverExchangeClientOptions } from './config/config';
4
- export type { IUniverExchangeClientConfig } from './config/config';
5
3
  export { UniverExchangeClientPlugin } from './plugin';
6
- export { ExchangeService, IExchangeService } from './services/exchange.service';
7
- export { ExchangeOperateService, IExchangeOperateService } from './services/operate.service';
8
- export { IRequestService, RequestService } from './services/request.service';
9
- export { IUploadNotificationService, UploadNotificationService, UploadNotificationState, } from './services/upload-notification.service';
10
- export { transformDocumentDataToSnapshotJson, transformSlideDataToSnapshotJson, transformSnapshotJsonToDocumentData, transformSnapshotJsonToSlideData, transformSnapshotJsonToWorkbookData, transformWorkbookDataToSnapshotJson, } from './services/utils/snapshot';
11
- export type { IExchangeSlideDocumentData, ISnapshotBlockJsonResponse } from './services/utils/snapshot';
12
- export { downloadFile, getUniverInstanceTypeByFile, getUploadFile } from './services/utils/tool';
13
- export { UploadNotificationContainer } from './views/UploadNotificationContainer';
4
+ export { IExchangeService } from './services/exchange.service';
5
+ export { IExchangeOperateService } from './services/operate.service';
6
+ export { transformSnapshotJsonToWorkbookData, transformWorkbookDataToSnapshotJson, } from './services/utils/snapshot';
7
+ export type { IExchangeSlideDocumentData, ISnapshotBlockJson, ISnapshotBlockJsonResponse, } from './services/utils/snapshot';
8
+ export { downloadFile } from './services/utils/tool';
@@ -2,7 +2,7 @@ import type { IDisposable, IDocumentData, IWorkbookData } from '@univerjs/core';
2
2
  import type { IError } from '@univerjs/protocol';
3
3
  import type { Observable } from 'rxjs';
4
4
  import type { RequestService } from './request.service';
5
- import type { IExchangeSlideDocumentData } from './utils/snapshot';
5
+ import type { IExchangeSlideDocumentData, ISnapshotBlockJson, ISnapshotBlockJsonResponse } from './utils/snapshot';
6
6
  import { Disposable, IConfigService, UniverInstanceType } from '@univerjs/core';
7
7
  import { HTTPService } from '@univerjs/network';
8
8
  export declare enum RequestState {
@@ -20,6 +20,18 @@ export interface IRequestState {
20
20
  }
21
21
  export interface IExchangeService {
22
22
  requestState$: Observable<IRequestState>;
23
+ /**
24
+ * Download a file in the browser.
25
+ */
26
+ downloadFile(file: File | Blob, filename: string, fileExt: string): void;
27
+ /**
28
+ * Transform snapshot JSON to workbook data.
29
+ */
30
+ transformSnapshotJsonToWorkbookData(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
31
+ /**
32
+ * Transform workbook data to snapshot JSON.
33
+ */
34
+ transformWorkbookDataToSnapshotJson(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
23
35
  /**
24
36
  * Import XLSX file to workbook data
25
37
  * @param file
@@ -74,6 +86,12 @@ export interface IExchangeService {
74
86
  * @param univerType
75
87
  */
76
88
  importFileToUnitId(file: File | string, univerType: UniverInstanceType): Promise<string | undefined>;
89
+ /**
90
+ * Import file to json without creating a unit
91
+ * @param file
92
+ * @param univerType
93
+ */
94
+ importFileToJson<T = unknown>(file: File | string, univerType: UniverInstanceType): Promise<T | undefined>;
77
95
  /**
78
96
  * Import workbook data to unit id
79
97
  * @param snapshot
@@ -91,6 +109,9 @@ export declare class ExchangeService extends Disposable implements IExchangeServ
91
109
  readonly requestState$: Observable<IRequestState>;
92
110
  constructor(_configService: IConfigService, _httpService: HTTPService, _requestService: RequestService);
93
111
  dispose(): void;
112
+ downloadFile(file: File | Blob, filename: string, fileExt: string): void;
113
+ transformSnapshotJsonToWorkbookData(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
114
+ transformWorkbookDataToSnapshotJson(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
94
115
  importDOCXToSnapshot(file: File | string): Promise<IDocumentData | undefined>;
95
116
  exportDOCXByUnitId(unitId: string): Promise<File | undefined>;
96
117
  exportDOCXBySnapshot(data: IDocumentData): Promise<File | undefined>;
@@ -101,9 +122,10 @@ export declare class ExchangeService extends Disposable implements IExchangeServ
101
122
  exportXLSXByUnitId(unitId: string): Promise<File | undefined>;
102
123
  exportXLSXBySnapshot(data: IWorkbookData): Promise<File | undefined>;
103
124
  importFileToUnitId(file: File | string, univerType: UniverInstanceType): Promise<string | undefined>;
125
+ importFileToJson<T = unknown>(file: File | string, univerType: UniverInstanceType): Promise<T | undefined>;
104
126
  importWorkbookDataToUnitId(snapshot: IWorkbookData): Promise<string | undefined>;
105
127
  interruptImportTask(): void;
106
- private _importToSnapshot;
128
+ private _importToJson;
107
129
  /**
108
130
  * Export file by snapshot
109
131
  * @param snapshot
@@ -118,7 +140,6 @@ export declare class ExchangeService extends Disposable implements IExchangeServ
118
140
  private _getDownloadEndpointURL;
119
141
  private _getMinSheetRowCount;
120
142
  private _getMinSheetColumnCount;
121
- private _getEnableServerSideComputing;
122
143
  private _getDisableCellImageConversion;
123
144
  private _getIgnoreTableExport;
124
145
  }
@@ -34,8 +34,6 @@ export interface IExportRequest {
34
34
  /** If jsonID is specified, the input is the json file which represents a univer unit */
35
35
  jsonID: string;
36
36
  type: UniverInstanceType;
37
- /** If sscSwitch is set to true, server-side formula calculation will be triggered */
38
- sscSwitch?: boolean;
39
37
  /** If useImageUrl is set to true, cell images will not be converted to links on export */
40
38
  useImageUrl?: boolean;
41
39
  /** If ignoreTableExport is set to true, tables will be ignored on export */