@univerjs-pro/exchange-client 1.0.0-alpha.8 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +46 -38
- 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 -23
- package/lib/types/controllers/components.controller.d.ts +3 -3
- package/lib/types/facade/f-univer.d.ts +5 -279
- package/lib/types/index.d.ts +5 -2
- package/lib/types/locale/en-US.d.ts +1 -0
- package/lib/types/services/exchange.service.d.ts +15 -82
- package/lib/types/services/operate.service.d.ts +17 -96
- package/lib/types/services/request.service.d.ts +78 -10
- package/lib/types/services/utils/content-type.d.ts +6 -2
- package/lib/types/services/utils/snapshot.d.ts +7 -39
- package/lib/types/services/utils/tool.d.ts +3 -0
- package/lib/types/views/export-format-dialog/ExportFormatDialog.d.ts +14 -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 +11 -12
- package/lib/types/views/UploadNotificationContainer.d.ts +0 -1
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x12b144=_0x463e;(function(_0x30c5bc,_0x2a44bf){const _0x1c2a62=_0x463e,_0x598a3d=_0x30c5bc();while(!![]){try{const _0x1350d2=parseInt(_0x1c2a62(0xa1))/0x1*(parseInt(_0x1c2a62(0x9a))/0x2)+-parseInt(_0x1c2a62(0xaa))/0x3+parseInt(_0x1c2a62(0xa3))/0x4*(-parseInt(_0x1c2a62(0xa9))/0x5)+parseInt(_0x1c2a62(0xa8))/0x6*(parseInt(_0x1c2a62(0xa4))/0x7)+parseInt(_0x1c2a62(0xac))/0x8*(-parseInt(_0x1c2a62(0x9b))/0x9)+parseInt(_0x1c2a62(0x97))/0xa+-parseInt(_0x1c2a62(0xa0))/0xb*(-parseInt(_0x1c2a62(0xad))/0xc);if(_0x1350d2===_0x2a44bf)break;else _0x598a3d['push'](_0x598a3d['shift']());}catch(_0x2fcdac){_0x598a3d['push'](_0x598a3d['shift']());}}}(_0x4777,0xd8429));function _0x463e(_0x178ed6,_0x3e676a){_0x178ed6=_0x178ed6-0x97;const _0x47770d=_0x4777();let _0x463e0a=_0x47770d[_0x178ed6];return _0x463e0a;}const e={'exchange-client':{'uploading':_0x12b144(0xa6),'uploadSuccess':'Datei\x20erfolgreich\x20hochgeladen','uploadSuccessTip':_0x12b144(0x9d),'downloading':_0x12b144(0x9c),'downloadSuccess':_0x12b144(0xa2),'unknownMistake':'Unbekannter\x20Fehler','networkError':_0x12b144(0x98),'tooLarge':'Daten\x20sind\x20zu\x20groß','internalError':_0x12b144(0x99),'interrupt':_0x12b144(0x9f),'fileTypeError':_0x12b144(0x9e),'wait':_0x12b144(0xa7),'cancel':_0x12b144(0xa5),'confirm':_0x12b144(0xab),'uploadAgain':'Erneut\x20hochladen'}};export{e as default};function _0x4777(){const _0x58a6c1=['39214MDrppu','Abbrechen','Wird\x20hochgeladen','Bitte\x20warten...','342ugoaCm','14695oTYbBJ','3185241lSLHSM','Bestätigen','88iqOunQ','4848IGgune','8966410LHoMcp','Netzwerkfehler','Interner\x20unbekannter\x20Fehler','1658786HKygTA','364194qklXVQ','Wird\x20heruntergeladen','{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','32087UYGPYG','2paCoNz','Download\x20erfolgreich','2260MbRluY'];_0x4777=function(){return _0x58a6c1;};return _0x4777();}
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x2de7(){const _0x157777=['Unknown\x20mistake','Please\x20wait...','File\x20uploaded\x20successfully','220923CEXSIa','Upload\x20again','117192EhiWxL','6762528AjadlL','Confirm','66rOgghq','Data\x20is\x20too\x20large','Cancel','3135MLqgPz','7393911CoKEXz','248CKefBm','Uploading','Downloading','Internal\x20unknown\x20error','1aVNYDy','24108dRrMnE','350aHhOCw','Download\x20success','Network\x20error','415306RhAwjQ','695285RwziLx'];_0x2de7=function(){return _0x157777;};return _0x2de7();}const _0x3e5257=_0x1967;(function(_0xf9729b,_0x39c707){const _0x1c760f=_0x1967,_0x266e05=_0xf9729b();while(!![]){try{const _0x305492=-parseInt(_0x1c760f(0x1ae))/0x1*(-parseInt(_0x1c760f(0x1b3))/0x2)+parseInt(_0x1c760f(0x1af))/0x3*(parseInt(_0x1c760f(0x1aa))/0x4)+parseInt(_0x1c760f(0x1b4))/0x5*(-parseInt(_0x1c760f(0x1a5))/0x6)+-parseInt(_0x1c760f(0x1a9))/0x7+parseInt(_0x1c760f(0x1a3))/0x8+-parseInt(_0x1c760f(0x1b8))/0x9*(parseInt(_0x1c760f(0x1b0))/0xa)+parseInt(_0x1c760f(0x1a8))/0xb*(parseInt(_0x1c760f(0x1a2))/0xc);if(_0x305492===_0x39c707)break;else _0x266e05['push'](_0x266e05['shift']());}catch(_0xc6c8bc){_0x266e05['push'](_0x266e05['shift']());}}}(_0x2de7,0xd927a));const e={'exchange-client':{'uploading':_0x3e5257(0x1ab),'uploadSuccess':_0x3e5257(0x1b7),'uploadSuccessTip':'{0}\x20file(s)\x20uploaded\x20successfully','downloading':_0x3e5257(0x1ac),'downloadSuccess':_0x3e5257(0x1b1),'unknownMistake':_0x3e5257(0x1b5),'networkError':_0x3e5257(0x1b2),'tooLarge':_0x3e5257(0x1a6),'internalError':_0x3e5257(0x1ad),'interrupt':'The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','fileTypeError':'Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','wait':_0x3e5257(0x1b6),'cancel':_0x3e5257(0x1a7),'confirm':_0x3e5257(0x1a4),'uploadAgain':_0x3e5257(0x1a1)}};function _0x1967(_0x4fdd3b,_0x2f3ffe){_0x4fdd3b=_0x4fdd3b-0x1a1;const _0x2de7c6=_0x2de7();let _0x1967f4=_0x2de7c6[_0x4fdd3b];return _0x1967f4;}export{e as default};
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x40a998=_0x334c;function _0x334c(_0x55635d,_0x140104){_0x55635d=_0x55635d-0x9e;const _0x1fd053=_0x1fd0();let _0x334c86=_0x1fd053[_0x55635d];return _0x334c86;}(function(_0x1738e4,_0x19e758){const _0xa53ac0=_0x334c,_0x28686a=_0x1738e4();while(!![]){try{const _0x4e6f71=-parseInt(_0xa53ac0(0xad))/0x1+parseInt(_0xa53ac0(0xb3))/0x2+parseInt(_0xa53ac0(0xa5))/0x3*(-parseInt(_0xa53ac0(0xa2))/0x4)+parseInt(_0xa53ac0(0xa9))/0x5*(parseInt(_0xa53ac0(0x9e))/0x6)+-parseInt(_0xa53ac0(0xa8))/0x7+-parseInt(_0xa53ac0(0xae))/0x8*(parseInt(_0xa53ac0(0xa7))/0x9)+parseInt(_0xa53ac0(0xb4))/0xa;if(_0x4e6f71===_0x19e758)break;else _0x28686a['push'](_0x28686a['shift']());}catch(_0x2fb0fd){_0x28686a['push'](_0x28686a['shift']());}}}(_0x1fd0,0xf22f5));const e={'exchange-client':{'uploading':_0x40a998(0xb0),'uploadSuccess':_0x40a998(0xb2),'uploadSuccessTip':_0x40a998(0xa1),'downloading':_0x40a998(0xa6),'downloadSuccess':_0x40a998(0xaf),'unknownMistake':_0x40a998(0xaa),'networkError':_0x40a998(0xa4),'tooLarge':'Los\x20datos\x20son\x20demasiado\x20grandes','internalError':_0x40a998(0xb1),'interrupt':_0x40a998(0xa3),'fileTypeError':_0x40a998(0xac),'wait':'Espere...','cancel':_0x40a998(0xa0),'confirm':_0x40a998(0x9f),'uploadAgain':_0x40a998(0xab)}};export{e as default};function _0x1fd0(){const _0x107a5a=['Confirmar','Cancelar','{0}\x20archivo(s)\x20subido(s)\x20exitosamente','64388kEfCdf','La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','Error\x20de\x20red','3fwonwA','Descargando','327699FudtaU','6716038xkLfSn','5zDbKGc','Error\x20desconocido','Subir\x20de\x20nuevo','El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','169834DhifET','112eETYCm','Descarga\x20exitosa','Subiendo','Error\x20interno\x20desconocido','Archivo\x20subido\x20exitosamente','107546mXpfAv','9393820SwWVpS','9923718iMPQJA'];_0x1fd0=function(){return _0x107a5a;};return _0x1fd0();}
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4a2589=_0x2a40;function _0x5b69(){const _0x5686dd=['{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','لغو','در\x20حال\x20بارگذاری','4494984JLPUAu','دانلود\x20موفقیت\x20آمیز','در\x20حال\x20دانلود','586iXirPg','داده\x20خیلی\x20بزرگ\x20است','881361TjovED','اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','3ilNmLY','1706152JdOcpF','بارگذاری\x20مجدد','لطفا\x20صبر\x20کنید...','3299177DLjKeD','24JJVWgJ','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','11TJcmUC','خطای\x20ناشناخته','2113EGzPua','2816165HdJfgV','خطای\x20شبکه','3608270kImlzO'];_0x5b69=function(){return _0x5686dd;};return _0x5b69();}(function(_0x2d6fe5,_0x177068){const _0x3298d4=_0x2a40,_0x54213c=_0x2d6fe5();while(!![]){try{const _0x3fcdb5=-parseInt(_0x3298d4(0x1fe))/0x1*(parseInt(_0x3298d4(0x1f1))/0x2)+parseInt(_0x3298d4(0x1f5))/0x3*(parseInt(_0x3298d4(0x1f6))/0x4)+-parseInt(_0x3298d4(0x1ff))/0x5+parseInt(_0x3298d4(0x1ee))/0x6+parseInt(_0x3298d4(0x1f9))/0x7+-parseInt(_0x3298d4(0x1fa))/0x8*(-parseInt(_0x3298d4(0x1f3))/0x9)+-parseInt(_0x3298d4(0x201))/0xa*(parseInt(_0x3298d4(0x1fc))/0xb);if(_0x3fcdb5===_0x177068)break;else _0x54213c['push'](_0x54213c['shift']());}catch(_0x2784e8){_0x54213c['push'](_0x54213c['shift']());}}}(_0x5b69,0x6113f));function _0x2a40(_0x54e033,_0xc0a19d){_0x54e033=_0x54e033-0x1ec;const _0x5b69ba=_0x5b69();let _0x2a40cb=_0x5b69ba[_0x54e033];return _0x2a40cb;}const e={'exchange-client':{'uploading':_0x4a2589(0x1ed),'uploadSuccess':_0x4a2589(0x1fb),'uploadSuccessTip':_0x4a2589(0x202),'downloading':_0x4a2589(0x1f0),'downloadSuccess':_0x4a2589(0x1ef),'unknownMistake':_0x4a2589(0x1fd),'networkError':_0x4a2589(0x200),'tooLarge':_0x4a2589(0x1f2),'internalError':'خطای\x20داخلی\x20ناشناخته','interrupt':_0x4a2589(0x1f4),'fileTypeError':'فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمیشود','wait':_0x4a2589(0x1f8),'cancel':_0x4a2589(0x1ec),'confirm':'تایید','uploadAgain':_0x4a2589(0x1f7)}};export{e as default};
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x1aa4(){const _0x107faa=['Téléchargement\x20en\x20cours','Veuillez\x20patienter...','135251RBMHBI','759764kVkPoK','Erreur\x20réseau','449674keeuzh','{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','Télécharger\x20à\x20nouveau','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','Téléchargement','Confirmer','Fichier\x20téléchargé\x20avec\x20succès','39450nghvcz','Annuler','645655xQWtlq','126855pZeqwb','1437534PMkiWZ'];_0x1aa4=function(){return _0x107faa;};return _0x1aa4();}function _0x4d01(_0xf5c1b6,_0xc6ddf9){_0xf5c1b6=_0xf5c1b6-0x16d;const _0x1aa4c1=_0x1aa4();let _0x4d01e2=_0x1aa4c1[_0xf5c1b6];return _0x4d01e2;}const _0x1502ff=_0x4d01;(function(_0x472f96,_0xa58d75){const _0x40bfa1=_0x4d01,_0x24b9ce=_0x472f96();while(!![]){try{const _0x1f7589=-parseInt(_0x40bfa1(0x174))/0x1+-parseInt(_0x40bfa1(0x177))/0x2+-parseInt(_0x40bfa1(0x170))/0x3+parseInt(_0x40bfa1(0x175))/0x4+parseInt(_0x40bfa1(0x16f))/0x5+-parseInt(_0x40bfa1(0x16d))/0x6+parseInt(_0x40bfa1(0x171))/0x7;if(_0x1f7589===_0xa58d75)break;else _0x24b9ce['push'](_0x24b9ce['shift']());}catch(_0x50f478){_0x24b9ce['push'](_0x24b9ce['shift']());}}}(_0x1aa4,0x1c31e));const e={'exchange-client':{'uploading':_0x1502ff(0x172),'uploadSuccess':_0x1502ff(0x17e),'uploadSuccessTip':_0x1502ff(0x178),'downloading':_0x1502ff(0x17c),'downloadSuccess':'Téléchargement\x20réussi','unknownMistake':'Erreur\x20inconnue','networkError':_0x1502ff(0x176),'tooLarge':'Les\x20données\x20sont\x20trop\x20volumineuses','internalError':'Erreur\x20interne\x20inconnue','interrupt':_0x1502ff(0x179),'fileTypeError':_0x1502ff(0x17b),'wait':_0x1502ff(0x173),'cancel':_0x1502ff(0x16e),'confirm':_0x1502ff(0x17d),'uploadAgain':_0x1502ff(0x17a)}};export{e as default};
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x245a(){const _0x5a2ad6=['19cGSMBD','File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','2688ytzpdE','42623iPGnvh','472Ymhjnn','1424286PRMWlT','55dRQciY','Unggah\x20ulang','Unduhan\x20berhasil','1998504adaHLK','15782PKkZYc','944reJLZg','Kesalahan\x20tidak\x20diketahui','829914jTVyvd','Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','5khRrvC','File\x20berhasil\x20diunggah','Batal','Mengunggah','Kesalahan\x20jaringan','Kesalahan\x20internal\x20tidak\x20diketahui','Mengunduh','Harap\x20tunggu...','{0}\x20file\x20berhasil\x20diunggah','2082330GxbgLt'];_0x245a=function(){return _0x5a2ad6;};return _0x245a();}function _0x1c88(_0x2161aa,_0x2e3596){_0x2161aa=_0x2161aa-0xbb;const _0x245a9c=_0x245a();let _0x1c88cd=_0x245a9c[_0x2161aa];return _0x1c88cd;}const _0x78314e=_0x1c88;(function(_0x549dec,_0x312b54){const _0x1364df=_0x1c88,_0x5a6c19=_0x549dec();while(!![]){try{const _0x5b10bd=parseInt(_0x1364df(0xc0))/0x1*(parseInt(_0x1364df(0xca))/0x2)+parseInt(_0x1364df(0xc2))/0x3*(-parseInt(_0x1364df(0xcb))/0x4)+parseInt(_0x1364df(0xcf))/0x5*(-parseInt(_0x1364df(0xcd))/0x6)+parseInt(_0x1364df(0xc3))/0x7*(-parseInt(_0x1364df(0xc4))/0x8)+parseInt(_0x1364df(0xc5))/0x9+-parseInt(_0x1364df(0xbf))/0xa+parseInt(_0x1364df(0xc6))/0xb*(parseInt(_0x1364df(0xc9))/0xc);if(_0x5b10bd===_0x312b54)break;else _0x5a6c19['push'](_0x5a6c19['shift']());}catch(_0xffaba){_0x5a6c19['push'](_0x5a6c19['shift']());}}}(_0x245a,0x36992));const e={'exchange-client':{'uploading':_0x78314e(0xd2),'uploadSuccess':_0x78314e(0xd0),'uploadSuccessTip':_0x78314e(0xbe),'downloading':_0x78314e(0xbc),'downloadSuccess':_0x78314e(0xc8),'unknownMistake':_0x78314e(0xcc),'networkError':_0x78314e(0xd3),'tooLarge':'Data\x20terlalu\x20besar','internalError':_0x78314e(0xbb),'interrupt':_0x78314e(0xce),'fileTypeError':_0x78314e(0xc1),'wait':_0x78314e(0xbd),'cancel':_0x78314e(0xd1),'confirm':'Konfirmasi','uploadAgain':_0x78314e(0xc7)}};export{e as default};
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x461425=_0x8478;(function(_0x5eb552,_0x45bb18){const _0x48ad83=_0x8478,_0x4e51a7=_0x5eb552();while(!![]){try{const _0x5cd1ab=-parseInt(_0x48ad83(0x1dd))/0x1+-parseInt(_0x48ad83(0x1e2))/0x2+parseInt(_0x48ad83(0x1df))/0x3*(parseInt(_0x48ad83(0x1ea))/0x4)+-parseInt(_0x48ad83(0x1dc))/0x5+-parseInt(_0x48ad83(0x1e4))/0x6*(parseInt(_0x48ad83(0x1ed))/0x7)+parseInt(_0x48ad83(0x1e9))/0x8+-parseInt(_0x48ad83(0x1e0))/0x9*(-parseInt(_0x48ad83(0x1e8))/0xa);if(_0x5cd1ab===_0x45bb18)break;else _0x4e51a7['push'](_0x4e51a7['shift']());}catch(_0xe36f84){_0x4e51a7['push'](_0x4e51a7['shift']());}}}(_0x4dd0,0xbd7a7));const e={'exchange-client':{'uploading':'Caricamento\x20in\x20corso','uploadSuccess':_0x461425(0x1da),'uploadSuccessTip':_0x461425(0x1e7),'downloading':_0x461425(0x1e3),'downloadSuccess':_0x461425(0x1de),'unknownMistake':_0x461425(0x1ec),'networkError':_0x461425(0x1e5),'tooLarge':'I\x20dati\x20sono\x20troppo\x20grandi','internalError':'Errore\x20interno\x20sconosciuto','interrupt':_0x461425(0x1e6),'fileTypeError':_0x461425(0x1eb),'wait':_0x461425(0x1e1),'cancel':'Annulla','confirm':'Conferma','uploadAgain':_0x461425(0x1db)}};function _0x8478(_0x2ba741,_0xc0e94){_0x2ba741=_0x2ba741-0x1da;const _0x4dd01b=_0x4dd0();let _0x8478c1=_0x4dd01b[_0x2ba741];return _0x8478c1;}export{e as default};function _0x4dd0(){const _0x3738a9=['Attendi...','592962LtLFWj','Download\x20in\x20corso','1092OodAuT','Errore\x20di\x20rete','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','{0}\x20file\x20caricati\x20con\x20successo','4009170kgeoqU','3293264gLFakB','120hwOWaJ','Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','Errore\x20sconosciuto','55153NmSLKt','File\x20caricato\x20con\x20successo','Carica\x20di\x20nuovo','5794420Dkylof','906612miWIwM','Download\x20riuscito','15123EDBcwT','90aqarqk'];_0x4dd0=function(){return _0x3738a9;};return _0x4dd0();}
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x27aa70=_0x43d2;(function(_0x132059,_0xfe393f){const _0x18c9d1=_0x43d2,_0x36de67=_0x132059();while(!![]){try{const _0x1bde7e=-parseInt(_0x18c9d1(0xc0))/0x1+parseInt(_0x18c9d1(0xb8))/0x2+-parseInt(_0x18c9d1(0xb2))/0x3*(parseInt(_0x18c9d1(0xbd))/0x4)+parseInt(_0x18c9d1(0xc6))/0x5*(-parseInt(_0x18c9d1(0xbb))/0x6)+parseInt(_0x18c9d1(0xb5))/0x7*(parseInt(_0x18c9d1(0xbf))/0x8)+-parseInt(_0x18c9d1(0xca))/0x9*(parseInt(_0x18c9d1(0xc3))/0xa)+-parseInt(_0x18c9d1(0xb7))/0xb*(-parseInt(_0x18c9d1(0xc8))/0xc);if(_0x1bde7e===_0xfe393f)break;else _0x36de67['push'](_0x36de67['shift']());}catch(_0x2f610a){_0x36de67['push'](_0x36de67['shift']());}}}(_0x4d32,0x71b41));function _0x4d32(){const _0x1ac349=['16499417aDEzfz','93720XUuxIj','不明なエラー','選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','186gqcNCe','{0}\x20個のファイルが正常にアップロードされました','1784188DsJGWj','ダウンロードが完了しました','122984bXfoDP','189313dmoszQ','データが大きすぎます','ダウンロード中','1970wbqndr','アップロード中','ファイルが正常にアップロードされました','38595qKiOoZ','ネットワークエラー','12IteAZu','ネットワーク接続が中断され、ファイルのアップロードに失敗しました','31905QbXTRn','3uAhuhL','キャンセル','内部エラーが発生しました','224CFJgjo','再度アップロード'];_0x4d32=function(){return _0x1ac349;};return _0x4d32();}function _0x43d2(_0x139b97,_0x20d560){_0x139b97=_0x139b97-0xb2;const _0x4d32fe=_0x4d32();let _0x43d286=_0x4d32fe[_0x139b97];return _0x43d286;}const e={'exchange-client':{'uploading':_0x27aa70(0xc4),'uploadSuccess':_0x27aa70(0xc5),'uploadSuccessTip':_0x27aa70(0xbc),'downloading':_0x27aa70(0xc2),'downloadSuccess':_0x27aa70(0xbe),'unknownMistake':_0x27aa70(0xb9),'networkError':_0x27aa70(0xc7),'tooLarge':_0x27aa70(0xc1),'internalError':_0x27aa70(0xb4),'interrupt':_0x27aa70(0xc9),'fileTypeError':_0x27aa70(0xba),'wait':'お待ちください...','cancel':_0x27aa70(0xb3),'confirm':'確認','uploadAgain':_0x27aa70(0xb6)}};export{e as default};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x1dd4(){const _0x3ab637=['파일이\x20성공적으로\x20업로드되었습니다','{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','다운로드\x20중','3624fPayoC','6320628JBQvqz','알\x20수\x20없는\x20오류','네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','1736BTWHcN','2460258PCXaYC','29800qYMatB','50yNyNcS','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','31204170SkvhMv','다운로드가\x20완료되었습니다','잠시만\x20기다려\x20주세요...','2975ImrKcD','4722gIPpYP','581824chdpxj'];_0x1dd4=function(){return _0x3ab637;};return _0x1dd4();}const _0x2946a5=_0x58e6;(function(_0x421683,_0x25912a){const _0x268fdb=_0x58e6,_0x19fb7f=_0x421683();while(!![]){try{const _0x571304=parseInt(_0x268fdb(0x1a5))/0x1+parseInt(_0x268fdb(0x1a9))/0x2*(parseInt(_0x268fdb(0x1b2))/0x3)+parseInt(_0x268fdb(0x1b3))/0x4*(parseInt(_0x268fdb(0x1ac))/0x5)+parseInt(_0x268fdb(0x1aa))/0x6+-parseInt(_0x268fdb(0x1b1))/0x7*(-parseInt(_0x268fdb(0x1ab))/0x8)+-parseInt(_0x268fdb(0x1a6))/0x9+-parseInt(_0x268fdb(0x1ae))/0xa;if(_0x571304===_0x25912a)break;else _0x19fb7f['push'](_0x19fb7f['shift']());}catch(_0x4ad04b){_0x19fb7f['push'](_0x19fb7f['shift']());}}}(_0x1dd4,0xf2e3b));const e={'exchange-client':{'uploading':'업로드\x20중','uploadSuccess':_0x2946a5(0x1b4),'uploadSuccessTip':_0x2946a5(0x1a3),'downloading':_0x2946a5(0x1a4),'downloadSuccess':_0x2946a5(0x1af),'unknownMistake':_0x2946a5(0x1a7),'networkError':'네트워크\x20오류','tooLarge':'데이터가\x20너무\x20큽니다','internalError':'내부\x20오류가\x20발생했습니다','interrupt':_0x2946a5(0x1a8),'fileTypeError':_0x2946a5(0x1ad),'wait':_0x2946a5(0x1b0),'cancel':'취소','confirm':'확인','uploadAgain':'다시\x20업로드'}};function _0x58e6(_0x404330,_0xfc536a){_0x404330=_0x404330-0x1a3;const _0x1dd44b=_0x1dd4();let _0x58e62f=_0x1dd44b[_0x404330];return _0x58e62f;}export{e as default};
|
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x2ed2(_0x17f1af,_0x2f1335){_0x17f1af=_0x17f1af-0x127;const _0x16640c=_0x1664();let _0x2ed2fa=_0x16640c[_0x17f1af];return _0x2ed2fa;}const _0x3d06a6=_0x2ed2;(function(_0x95a3fb,_0x59f935){const _0x106dd2=_0x2ed2,_0x54cd28=_0x95a3fb();while(!![]){try{const _0x43f008=-parseInt(_0x106dd2(0x134))/0x1*(-parseInt(_0x106dd2(0x128))/0x2)+parseInt(_0x106dd2(0x132))/0x3+parseInt(_0x106dd2(0x135))/0x4+-parseInt(_0x106dd2(0x133))/0x5+-parseInt(_0x106dd2(0x129))/0x6+parseInt(_0x106dd2(0x127))/0x7+-parseInt(_0x106dd2(0x137))/0x8;if(_0x43f008===_0x59f935)break;else _0x54cd28['push'](_0x54cd28['shift']());}catch(_0x21de84){_0x54cd28['push'](_0x54cd28['shift']());}}}(_0x1664,0xeab01));function _0x1664(){const _0x17069c=['Wybrany\x20plik\x20[{0}]\x20nie\x20jest\x20obsługiwany\x20do\x20przesyłania','Połączenie\x20sieciowe\x20zostało\x20przerwane\x20i\x20przesyłanie\x20pliku\x20nie\x20powiodło\x20się','Błąd\x20sieci','Dane\x20są\x20zbyt\x20duże','Nieznany\x20błąd','Pobieranie\x20zakończone\x20sukcesem','Pomyślnie\x20przesłano\x20{0}\x20plik(ów)','4712904uPqvBP','3375835xdHMlH','279829RcIqhK','7645644ljVAPS','Proszę\x20czekać...','16661672ggSbJg','Potwierdź','Wewnętrzny\x20nieznany\x20błąd','660408MoiVwk','4orBhfA','2503344MLaSQS','Prześlij\x20ponownie'];_0x1664=function(){return _0x17069c;};return _0x1664();}const e={'exchange-client':{'uploading':'Przesyłanie','uploadSuccess':'Plik\x20przesłany\x20pomyślnie','uploadSuccessTip':_0x3d06a6(0x131),'downloading':'Pobieranie','downloadSuccess':_0x3d06a6(0x130),'unknownMistake':_0x3d06a6(0x12f),'networkError':_0x3d06a6(0x12d),'tooLarge':_0x3d06a6(0x12e),'internalError':_0x3d06a6(0x139),'interrupt':_0x3d06a6(0x12c),'fileTypeError':_0x3d06a6(0x12b),'wait':_0x3d06a6(0x136),'cancel':'Anuluj','confirm':_0x3d06a6(0x138),'uploadAgain':_0x3d06a6(0x12a)}};export{e as default};
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x282ea2=_0x3065;(function(_0x4d3102,_0x5b04c8){const _0x5f567a=_0x3065,_0x3fedb7=_0x4d3102();while(!![]){try{const _0x4326f6=-parseInt(_0x5f567a(0xd6))/0x1*(parseInt(_0x5f567a(0xd4))/0x2)+-parseInt(_0x5f567a(0xd3))/0x3+parseInt(_0x5f567a(0xdc))/0x4*(-parseInt(_0x5f567a(0xd1))/0x5)+-parseInt(_0x5f567a(0xcf))/0x6*(parseInt(_0x5f567a(0xce))/0x7)+parseInt(_0x5f567a(0xd8))/0x8+-parseInt(_0x5f567a(0xdf))/0x9+parseInt(_0x5f567a(0xd9))/0xa*(parseInt(_0x5f567a(0xe0))/0xb);if(_0x4326f6===_0x5b04c8)break;else _0x3fedb7['push'](_0x3fedb7['shift']());}catch(_0x42f1e5){_0x3fedb7['push'](_0x3fedb7['shift']());}}}(_0x1f91,0x27269));const e={'exchange-client':{'uploading':_0x282ea2(0xd7),'uploadSuccess':'Arquivo\x20enviado\x20com\x20sucesso','uploadSuccessTip':_0x282ea2(0xdb),'downloading':'Baixando','downloadSuccess':_0x282ea2(0xd5),'unknownMistake':_0x282ea2(0xda),'networkError':'Erro\x20de\x20rede','tooLarge':_0x282ea2(0xd2),'internalError':'Erro\x20interno\x20desconhecido','interrupt':'A\x20conexão\x20de\x20rede\x20foi\x20interrompida\x20e\x20o\x20envio\x20do\x20arquivo\x20falhou','fileTypeError':_0x282ea2(0xdd),'wait':_0x282ea2(0xde),'cancel':'Cancelar','confirm':_0x282ea2(0xd0),'uploadAgain':'Enviar\x20novamente'}};function _0x3065(_0x42a856,_0x290cbf){_0x42a856=_0x42a856-0xce;const _0x1f91a5=_0x1f91();let _0x3065d2=_0x1f91a5[_0x42a856];return _0x3065d2;}function _0x1f91(){const _0x159050=['O\x20arquivo\x20selecionado\x20[{0}]\x20não\x20é\x20suportado\x20para\x20envio','Aguarde...','456786sABnsl','11VOBrYO','63fyqwBh','167904YCDJcM','Confirmar','20dMboge','Os\x20dados\x20são\x20muito\x20grandes','4497NHXXgw','16hUjiHM','Download\x20concluído\x20com\x20sucesso','4563SWlzop','Enviando','2507720AkOPvp','3631930JYoJUg','Erro\x20desconhecido','{0}\x20arquivo(s)\x20enviado(s)\x20com\x20sucesso','175684oldcdK'];_0x1f91=function(){return _0x159050;};return _0x1f91();}export{e as default};
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4467ca=_0x1670;(function(_0x7003,_0x2abc8f){const _0x5a7a16=_0x1670,_0x411c1e=_0x7003();while(!![]){try{const _0x132f1d=-parseInt(_0x5a7a16(0x1a2))/0x1*(-parseInt(_0x5a7a16(0x198))/0x2)+-parseInt(_0x5a7a16(0x194))/0x3*(parseInt(_0x5a7a16(0x1a9))/0x4)+parseInt(_0x5a7a16(0x197))/0x5+-parseInt(_0x5a7a16(0x19a))/0x6+parseInt(_0x5a7a16(0x193))/0x7*(parseInt(_0x5a7a16(0x19b))/0x8)+-parseInt(_0x5a7a16(0x1a5))/0x9+parseInt(_0x5a7a16(0x1a0))/0xa;if(_0x132f1d===_0x2abc8f)break;else _0x411c1e['push'](_0x411c1e['shift']());}catch(_0x2328b9){_0x411c1e['push'](_0x411c1e['shift']());}}}(_0x8d5d,0xceab9));function _0x8d5d(){const _0x17c8b4=['6473808dolLaJ','Неизвестная\x20ошибка','Данные\x20слишком\x20большие','Скачивание\x20успешно','932188yVRrdM','14VgisJf','12sbtSky','Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась','Внутренняя\x20неизвестная\x20ошибка','5696780oqAhjW','9806iJBONf','Отмена','8243994lgQJUB','2113016RRiycn','Сетевая\x20ошибка','Загрузить\x20снова','{0}\x20файл(ов)\x20успешно\x20загружен(о)','Загрузка','21357680nxpXGp','Файл\x20успешно\x20загружен','14epKKIi','Скачивание','Пожалуйста,\x20подождите...'];_0x8d5d=function(){return _0x17c8b4;};return _0x8d5d();}function _0x1670(_0x5ae7f7,_0x40da42){_0x5ae7f7=_0x5ae7f7-0x193;const _0x8d5d19=_0x8d5d();let _0x167036=_0x8d5d19[_0x5ae7f7];return _0x167036;}const e={'exchange-client':{'uploading':_0x4467ca(0x19f),'uploadSuccess':_0x4467ca(0x1a1),'uploadSuccessTip':_0x4467ca(0x19e),'downloading':_0x4467ca(0x1a3),'downloadSuccess':_0x4467ca(0x1a8),'unknownMistake':_0x4467ca(0x1a6),'networkError':_0x4467ca(0x19c),'tooLarge':_0x4467ca(0x1a7),'internalError':_0x4467ca(0x196),'interrupt':_0x4467ca(0x195),'fileTypeError':'Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','wait':_0x4467ca(0x1a4),'cancel':_0x4467ca(0x199),'confirm':'Подтвердить','uploadAgain':_0x4467ca(0x19d)}};export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x389e(_0x44ef98,_0x2dcd6b){_0x44ef98=_0x44ef98-0x96;const _0x39fcbb=_0x39fc();let _0x389e80=_0x39fcbb[_0x44ef98];return _0x389e80;}function _0x39fc(){const _0x5b8e37=['2619525wFihwA','Úspešne\x20nahraných\x20{0}\x20súborov','Sieťová\x20chyba','Nahrať\x20znova','3065072YWOqHT','Sťahovanie\x20úspešné','742584HPqWsA','2MXYbPs','131828QyLbQf','Neznáma\x20chyba','Súbor\x20bol\x20úspešne\x20nahraný','Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','Sťahovanie','Potvrdiť','8012592AMkbzz','Prosím\x20počkajte...','Nahrávanie','3hFexxV','4089666uPIBDV','3783816KWYGXl','Dáta\x20sú\x20príliš\x20veľké','Interná\x20neznáma\x20chyba'];_0x39fc=function(){return _0x5b8e37;};return _0x39fc();}const _0xdea452=_0x389e;(function(_0x4d063c,_0x4b1294){const _0x381ffd=_0x389e,_0x146462=_0x4d063c();while(!![]){try{const _0x4b3011=-parseInt(_0x381ffd(0xa6))/0x1*(parseInt(_0x381ffd(0xa7))/0x2)+-parseInt(_0x381ffd(0x9b))/0x3*(parseInt(_0x381ffd(0xa8))/0x4)+-parseInt(_0x381ffd(0xa0))/0x5+parseInt(_0x381ffd(0x9d))/0x6+parseInt(_0x381ffd(0x9c))/0x7+-parseInt(_0x381ffd(0xa4))/0x8+parseInt(_0x381ffd(0x98))/0x9;if(_0x4b3011===_0x4b1294)break;else _0x146462['push'](_0x146462['shift']());}catch(_0x5d2304){_0x146462['push'](_0x146462['shift']());}}}(_0x39fc,0x672b6));const e={'exchange-client':{'uploading':_0xdea452(0x9a),'uploadSuccess':_0xdea452(0xaa),'uploadSuccessTip':_0xdea452(0xa1),'downloading':_0xdea452(0x96),'downloadSuccess':_0xdea452(0xa5),'unknownMistake':_0xdea452(0xa9),'networkError':_0xdea452(0xa2),'tooLarge':_0xdea452(0x9e),'internalError':_0xdea452(0x9f),'interrupt':'Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','fileTypeError':_0xdea452(0xab),'wait':_0xdea452(0x99),'cancel':'Zrušiť','confirm':_0xdea452(0x97),'uploadAgain':_0xdea452(0xa3)}};export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x23fd(_0x431d86,_0x4f93ac){_0x431d86=_0x431d86-0x13c;const _0x3c2ccf=_0x3c2c();let _0x23fdfc=_0x3c2ccf[_0x431d86];return _0x23fdfc;}const _0x29a7f8=_0x23fd;(function(_0x17f99f,_0x25dc6f){const _0x3ad57c=_0x23fd,_0xba8a03=_0x17f99f();while(!![]){try{const _0x545c55=parseInt(_0x3ad57c(0x143))/0x1*(parseInt(_0x3ad57c(0x144))/0x2)+parseInt(_0x3ad57c(0x14f))/0x3*(parseInt(_0x3ad57c(0x148))/0x4)+-parseInt(_0x3ad57c(0x13f))/0x5*(parseInt(_0x3ad57c(0x13e))/0x6)+parseInt(_0x3ad57c(0x153))/0x7+parseInt(_0x3ad57c(0x147))/0x8*(-parseInt(_0x3ad57c(0x14d))/0x9)+-parseInt(_0x3ad57c(0x152))/0xa*(parseInt(_0x3ad57c(0x14e))/0xb)+-parseInt(_0x3ad57c(0x14b))/0xc*(-parseInt(_0x3ad57c(0x13c))/0xd);if(_0x545c55===_0x25dc6f)break;else _0xba8a03['push'](_0xba8a03['shift']());}catch(_0x4ca48e){_0xba8a03['push'](_0xba8a03['shift']());}}}(_0x3c2c,0x9fc9e));function _0x3c2c(){const _0x256ac5=['Lỗi\x20không\x20xác\x20định\x20bên\x20trong','Đang\x20tải\x20xuống','5DzkKuR','53302ZmImCA','{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','Lỗi\x20không\x20xác\x20định','216064AGjBEu','2533796XJRmPF','Đang\x20tải\x20lên','Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại','8069808zrtMMr','Tải\x20lên\x20tệp\x20thành\x20công','9CQcWJs','22HBORBK','3HgBNGR','Tải\x20lên\x20lại','Luồng\x20dữ\x20liệu\x20quá\x20lớn','5095970mrBdnS','5531869ipnHzU','13AdtTUe','Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','352506iKGbNC','45yOiWRd','Xác\x20nhận'];_0x3c2c=function(){return _0x256ac5;};return _0x3c2c();}const e={'exchange-client':{'uploading':_0x29a7f8(0x149),'uploadSuccess':_0x29a7f8(0x14c),'uploadSuccessTip':_0x29a7f8(0x145),'downloading':_0x29a7f8(0x142),'downloadSuccess':'Tải\x20xuống\x20thành\x20công','unknownMistake':_0x29a7f8(0x146),'networkError':'Lỗi\x20mạng','tooLarge':_0x29a7f8(0x151),'internalError':_0x29a7f8(0x141),'interrupt':_0x29a7f8(0x14a),'fileTypeError':_0x29a7f8(0x13d),'wait':'Vui\x20lòng\x20đợi...','cancel':'Hủy\x20bỏ','confirm':_0x29a7f8(0x140),'uploadAgain':_0x29a7f8(0x150)}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4def48=_0x303d;function _0x3bed(){const _0x2dc6ad=['204253BsVcVc','下载中','再次上传','请稍等...','142803VTcuuw','212POpLpG','248OkHiiy','内部未知错误','1402164zfROSr','未知错误','所选文件\x20[{0}]\x20不支持上传','32553pANebr','16765914JiqFSR','408860RzJvCR','网络连接中断,文件上传失败','36ecnzYZ','6006282wLIoEB','网络异常','820XNWvqB'];_0x3bed=function(){return _0x2dc6ad;};return _0x3bed();}(function(_0x2c9fe2,_0x1c5f5c){const _0x1359d6=_0x303d,_0x1bbeef=_0x2c9fe2();while(!![]){try{const _0x3455ba=-parseInt(_0x1359d6(0x1ce))/0x1+-parseInt(_0x1359d6(0x1cb))/0x2*(-parseInt(_0x1359d6(0x1be))/0x3)+parseInt(_0x1359d6(0x1c2))/0x4*(parseInt(_0x1359d6(0x1c0))/0x5)+parseInt(_0x1359d6(0x1c3))/0x6+-parseInt(_0x1359d6(0x1c6))/0x7*(parseInt(_0x1359d6(0x1cc))/0x8)+parseInt(_0x1359d6(0x1ca))/0x9*(-parseInt(_0x1359d6(0x1c5))/0xa)+parseInt(_0x1359d6(0x1bf))/0xb;if(_0x3455ba===_0x1c5f5c)break;else _0x1bbeef['push'](_0x1bbeef['shift']());}catch(_0x54e764){_0x1bbeef['push'](_0x1bbeef['shift']());}}}(_0x3bed,0xc42f0));const e={'exchange-client':{'uploading':'上传中','uploadSuccess':'文件上传成功','uploadSuccessTip':'{0}个文件上传成功','downloading':_0x4def48(0x1c7),'downloadSuccess':'下载成功','unknownMistake':_0x4def48(0x1bc),'networkError':_0x4def48(0x1c4),'tooLarge':'数据流过大','internalError':_0x4def48(0x1cd),'interrupt':_0x4def48(0x1c1),'fileTypeError':_0x4def48(0x1bd),'wait':_0x4def48(0x1c9),'cancel':'取消','confirm':'确认','uploadAgain':_0x4def48(0x1c8)}};function _0x303d(_0x233ab8,_0x450db8){_0x233ab8=_0x233ab8-0x1bc;const _0x3bed66=_0x3bed();let _0x303d45=_0x3bed66[_0x233ab8];return _0x303d45;}export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x2ec8(){const _0x313f73=['4000402mweqjG','15795pYWCqw','下載成功','下載中','402676pcJNNJ','59762UFQzKX','180Jryvgg','內部未知錯誤','資料流過大','1326psYDuh','504020HWeSWW','22iFXjqt','網絡連線中斷,檔案上傳失敗','檔案上傳成功','再次上傳','35748996MDnFvZ','98752LjsXCw','29vGkwfT','{0}個檔案上傳成功','30XZSIKw','網絡異常','所選檔案\x20[{0}]\x20不支援上傳'];_0x2ec8=function(){return _0x313f73;};return _0x2ec8();}const _0x484d55=_0x4dc1;(function(_0x1c4ea7,_0xc75476){const _0x1dbc60=_0x4dc1,_0xcd07e3=_0x1c4ea7();while(!![]){try{const _0x1c5023=-parseInt(_0x1dbc60(0x14f))/0x1*(parseInt(_0x1dbc60(0x143))/0x2)+parseInt(_0x1dbc60(0x13b))/0x3*(-parseInt(_0x1dbc60(0x142))/0x4)+-parseInt(_0x1dbc60(0x13f))/0x5*(parseInt(_0x1dbc60(0x147))/0x6)+parseInt(_0x1dbc60(0x13e))/0x7+-parseInt(_0x1dbc60(0x14e))/0x8*(parseInt(_0x1dbc60(0x144))/0x9)+-parseInt(_0x1dbc60(0x148))/0xa*(parseInt(_0x1dbc60(0x149))/0xb)+parseInt(_0x1dbc60(0x14d))/0xc;if(_0x1c5023===_0xc75476)break;else _0xcd07e3['push'](_0xcd07e3['shift']());}catch(_0x23ddd0){_0xcd07e3['push'](_0xcd07e3['shift']());}}}(_0x2ec8,0x9a2d3));function _0x4dc1(_0x56bc64,_0xeefbd0){_0x56bc64=_0x56bc64-0x13a;const _0x2ec887=_0x2ec8();let _0x4dc1be=_0x2ec887[_0x56bc64];return _0x4dc1be;}const e={'exchange-client':{'uploading':'上傳中','uploadSuccess':_0x484d55(0x14b),'uploadSuccessTip':_0x484d55(0x13a),'downloading':_0x484d55(0x141),'downloadSuccess':_0x484d55(0x140),'unknownMistake':'未知錯誤','networkError':_0x484d55(0x13c),'tooLarge':_0x484d55(0x146),'internalError':_0x484d55(0x145),'interrupt':_0x484d55(0x14a),'fileTypeError':_0x484d55(0x13d),'wait':'請稍等...','cancel':'取消','confirm':'確認','uploadAgain':_0x484d55(0x14c)}};export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3f385b=_0x203b;(function(_0x473e88,_0x92544f){const _0xb2a36e=_0x203b,_0xbfdb62=_0x473e88();while(!![]){try{const _0x58e4e8=parseInt(_0xb2a36e(0x17e))/0x1+parseInt(_0xb2a36e(0x181))/0x2+parseInt(_0xb2a36e(0x173))/0x3*(parseInt(_0xb2a36e(0x17b))/0x4)+parseInt(_0xb2a36e(0x17c))/0x5+-parseInt(_0xb2a36e(0x172))/0x6+parseInt(_0xb2a36e(0x17a))/0x7+-parseInt(_0xb2a36e(0x183))/0x8;if(_0x58e4e8===_0x92544f)break;else _0xbfdb62['push'](_0xbfdb62['shift']());}catch(_0xaad544){_0xbfdb62['push'](_0xbfdb62['shift']());}}}(_0x2d9f,0xb851d));function _0x203b(_0x4556ba,_0xfda01f){_0x4556ba=_0x4556ba-0x171;const _0x2d9f2b=_0x2d9f();let _0x203bad=_0x2d9f2b[_0x4556ba];return _0x203bad;}function _0x2d9f(){const _0x10361=['再次上傳','下載中','8127434cGrSZg','1156PFpTdo','3498555yBzpZi','下載成功','1251319IGXhQg','上傳中','網路連線中斷,檔案上傳失敗','71520MPjkTI','網路異常','10702280JCRQRw','{0}個檔案上傳成功','7670946dvJXnA','2319HJjgIO','請稍等...','資料流過大','內部未知錯誤','檔案上傳成功'];_0x2d9f=function(){return _0x10361;};return _0x2d9f();}const e={'exchange-client':{'uploading':_0x3f385b(0x17f),'uploadSuccess':_0x3f385b(0x177),'uploadSuccessTip':_0x3f385b(0x171),'downloading':_0x3f385b(0x179),'downloadSuccess':_0x3f385b(0x17d),'unknownMistake':'未知錯誤','networkError':_0x3f385b(0x182),'tooLarge':_0x3f385b(0x175),'internalError':_0x3f385b(0x176),'interrupt':_0x3f385b(0x180),'fileTypeError':'所選檔案\x20[{0}]\x20不支援上傳','wait':_0x3f385b(0x174),'cancel':'取消','confirm':'確認','uploadAgain':_0x3f385b(0x178)}};export{e as default};
|
package/lib/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _0x1dd778=_0x16fa;(function(_0x589f79,_0x136c16){var _0x131c6f=_0x16fa,_0xe601a8=_0x589f79();while(!![]){try{var _0x4e7c5b=-parseInt(_0x131c6f(0xbf))/0x1+parseInt(_0x131c6f(0xc7))/0x2*(parseInt(_0x131c6f(0xbd))/0x3)+-parseInt(_0x131c6f(0xc2))/0x4*(parseInt(_0x131c6f(0xc3))/0x5)+parseInt(_0x131c6f(0xc6))/0x6+-parseInt(_0x131c6f(0xc0))/0x7+-parseInt(_0x131c6f(0xbe))/0x8*(parseInt(_0x131c6f(0xc4))/0x9)+parseInt(_0x131c6f(0xc1))/0xa;if(_0x4e7c5b===_0x136c16)break;else _0xe601a8['push'](_0xe601a8['shift']());}catch(_0x1890bd){_0xe601a8['push'](_0xe601a8['shift']());}}}(_0x410f,0xc5a48));import{IExchangeService as _0x3c3197}from'@univerjs-pro/exchange-client';import{FUniver as _0x268703}from'@univerjs/core/facade';function _0x410f(){var _0x371c45=['downloadFile','9162150PrSFTz','4FslUox','extend','get','616017SDGVWP','55592uCHRII','1136752lTZYRh','6644554deBXLz','26008290hfvdCL','2597228qeRWVq','5XrrpxT','1287UzNpLU'];_0x410f=function(){return _0x371c45;};return _0x410f();}var n=class extends _0x268703{[_0x1dd778(0xc5)](_0x353bb6,_0x4c3c4d,_0x439d3e){var _0x71bce=_0x1dd778;this['_injector'][_0x71bce(0xbc)](_0x3c3197)[_0x71bce(0xc5)](_0x353bb6,_0x4c3c4d,_0x439d3e);}};function _0x16fa(_0x53ebc3,_0x509967){_0x53ebc3=_0x53ebc3-0xbc;var _0x410f0a=_0x410f();var _0x16fad4=_0x410f0a[_0x53ebc3];return _0x16fad4;}_0x268703[_0x1dd778(0xc8)](n);export{};
|
package/lib/index.css
CHANGED
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
height: 1.25rem;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.univer-h-
|
|
72
|
-
height:
|
|
71
|
+
.univer-max-h-72 {
|
|
72
|
+
max-height: 18rem;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
.univer-
|
|
76
|
-
|
|
75
|
+
.univer-w-10 {
|
|
76
|
+
width: 2.5rem;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.univer-
|
|
80
|
-
|
|
79
|
+
.univer-w-48 {
|
|
80
|
+
width: 12rem;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.univer-w-\[324px\] {
|
|
@@ -92,12 +92,22 @@
|
|
|
92
92
|
width: calc(100% - 48px);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.univer-
|
|
96
|
-
|
|
95
|
+
.univer-shrink-0 {
|
|
96
|
+
flex-shrink: 0;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@keyframes univer-spin {
|
|
100
|
+
to {
|
|
101
|
+
transform: rotate(360deg);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.univer-animate-spin {
|
|
106
|
+
animation: 1s linear infinite univer-spin;
|
|
97
107
|
}
|
|
98
108
|
|
|
99
|
-
.univer-
|
|
100
|
-
|
|
109
|
+
.univer-cursor-pointer {
|
|
110
|
+
cursor: pointer;
|
|
101
111
|
}
|
|
102
112
|
|
|
103
113
|
.univer-list-none {
|
|
@@ -112,6 +122,10 @@
|
|
|
112
122
|
align-items: center;
|
|
113
123
|
}
|
|
114
124
|
|
|
125
|
+
.univer-justify-end {
|
|
126
|
+
justify-content: flex-end;
|
|
127
|
+
}
|
|
128
|
+
|
|
115
129
|
.univer-justify-center {
|
|
116
130
|
justify-content: center;
|
|
117
131
|
}
|
|
@@ -124,6 +138,18 @@
|
|
|
124
138
|
gap: .5rem;
|
|
125
139
|
}
|
|
126
140
|
|
|
141
|
+
.univer-gap-3 {
|
|
142
|
+
gap: .75rem;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.univer-gap-4 {
|
|
146
|
+
gap: 1rem;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.univer-gap-5 {
|
|
150
|
+
gap: 1.25rem;
|
|
151
|
+
}
|
|
152
|
+
|
|
127
153
|
.univer-overflow-y-auto {
|
|
128
154
|
overflow-y: auto;
|
|
129
155
|
}
|
|
@@ -150,16 +176,12 @@
|
|
|
150
176
|
border-radius: .375rem;
|
|
151
177
|
}
|
|
152
178
|
|
|
153
|
-
.univer-border-0 {
|
|
154
|
-
border-width: 0;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
179
|
.univer-border-none {
|
|
158
180
|
border-style: none;
|
|
159
181
|
}
|
|
160
182
|
|
|
161
|
-
.univer-
|
|
162
|
-
|
|
183
|
+
.univer-bg-gray-0 {
|
|
184
|
+
background-color: var(--univer-gray-0);
|
|
163
185
|
}
|
|
164
186
|
|
|
165
187
|
.univer-bg-gray-200 {
|
|
@@ -174,14 +196,14 @@
|
|
|
174
196
|
background-color: #0000;
|
|
175
197
|
}
|
|
176
198
|
|
|
177
|
-
.univer-bg-white {
|
|
178
|
-
background-color: var(--univer-white);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
199
|
.univer-p-0 {
|
|
182
200
|
padding: 0;
|
|
183
201
|
}
|
|
184
202
|
|
|
203
|
+
.univer-p-1 {
|
|
204
|
+
padding: .25rem;
|
|
205
|
+
}
|
|
206
|
+
|
|
185
207
|
.univer-px-2 {
|
|
186
208
|
padding-left: .5rem;
|
|
187
209
|
padding-right: .5rem;
|
|
@@ -304,22 +326,12 @@
|
|
|
304
326
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
305
327
|
}
|
|
306
328
|
|
|
307
|
-
.univer-transition-all {
|
|
308
|
-
transition-property: all;
|
|
309
|
-
transition-duration: .15s;
|
|
310
|
-
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
311
|
-
}
|
|
312
|
-
|
|
313
329
|
.univer-transition-colors {
|
|
314
330
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
315
331
|
transition-duration: .15s;
|
|
316
332
|
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
317
333
|
}
|
|
318
334
|
|
|
319
|
-
.univer-duration-150 {
|
|
320
|
-
transition-duration: .15s;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
335
|
.univer-duration-500 {
|
|
324
336
|
transition-duration: .5s;
|
|
325
337
|
}
|
|
@@ -328,20 +340,16 @@
|
|
|
328
340
|
background-color: var(--univer-gray-200);
|
|
329
341
|
}
|
|
330
342
|
|
|
331
|
-
.hover\:univer-bg-primary-50:hover {
|
|
332
|
-
background-color: var(--univer-primary-50);
|
|
333
|
-
}
|
|
334
|
-
|
|
335
343
|
.dark\:\!univer-bg-gray-600:where(.univer-dark, .univer-dark *) {
|
|
336
344
|
background-color: var(--univer-gray-600) !important;
|
|
337
345
|
}
|
|
338
346
|
|
|
339
|
-
.dark\:\!univer-text-gray-
|
|
340
|
-
color: var(--univer-gray-
|
|
347
|
+
.dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
|
|
348
|
+
color: var(--univer-gray-0) !important;
|
|
341
349
|
}
|
|
342
350
|
|
|
343
|
-
.dark\:\!univer-text-
|
|
344
|
-
color: var(--univer-
|
|
351
|
+
.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
|
|
352
|
+
color: var(--univer-gray-200) !important;
|
|
345
353
|
}
|
|
346
354
|
|
|
347
355
|
.dark\:hover\:\!univer-bg-gray-600:hover:where(.univer-dark, .univer-dark *) {
|