@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.
- package/README.md +9 -2
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.css +0 -4
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/config/config.d.ts +0 -4
- package/lib/types/controllers/components.controller.d.ts +7 -0
- package/lib/types/controllers/exchange.controller.d.ts +3 -5
- package/lib/types/facade/f-univer.d.ts +45 -16
- package/lib/types/index.d.ts +5 -10
- package/lib/types/services/exchange.service.d.ts +24 -3
- package/lib/types/services/request.service.d.ts +0 -2
- package/lib/types/services/utils/content-type.d.ts +1 -0
- package/lib/types/services/utils/snapshot.d.ts +8 -3
- package/lib/types/services/utils/tool.d.ts +1 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +14 -13
package/lib/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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};
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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};
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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};
|
package/lib/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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};
|
package/lib/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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};
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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};
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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();}
|
package/lib/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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();}
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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};
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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();}
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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();}
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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.
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { Disposable, Injector } from '@univerjs/core';
|
|
2
|
-
import {
|
|
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
|
-
|
|
7
|
-
|
|
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
|
|
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
|
*/
|
package/lib/types/index.d.ts
CHANGED
|
@@ -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 {
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
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
|
|
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 */
|