@univerjs-pro/exchange-client 1.0.0-alpha.7 → 1.0.0-beta.0
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 +42 -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 -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 +6 -4
- package/lib/types/locale/en-US.d.ts +1 -0
- package/lib/types/services/exchange.service.d.ts +12 -89
- package/lib/types/services/operate.service.d.ts +20 -110
- package/lib/types/services/request.service.d.ts +78 -10
- package/lib/types/services/utils/collaboration.d.ts +2 -0
- package/lib/types/services/utils/content-type.d.ts +6 -2
- package/lib/types/services/utils/snapshot.d.ts +12 -45
- package/lib/types/services/utils/tool.d.ts +1 -7
- 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 -11
- package/lib/types/views/UploadNotificationContainer.d.ts +0 -1
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x4273(){const _0x35b55b=['124735cRgWZw','Archivo\x20subido\x20exitosamente','Confirmar','Cancelar','Error\x20desconocido','134868gdSOIp','55zxpbnl','Error\x20de\x20red','828555PakQGq','Error\x20interno\x20desconocido','1356XtjJKJ','Subir\x20de\x20nuevo','El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','2493sLdQnn','54070BjIzZW','Subiendo','16952PrPlAA','3559960PWjsjV','11430XtHmvu','Los\x20datos\x20son\x20demasiado\x20grandes','54GzNoIB'];_0x4273=function(){return _0x35b55b;};return _0x4273();}const _0xdfd0d4=_0x4945;(function(_0x17f0a9,_0xb8cfaf){const _0x283e52=_0x4945,_0x493a32=_0x17f0a9();while(!![]){try{const _0x475c06=-parseInt(_0x283e52(0x120))/0x1+-parseInt(_0x283e52(0x110))/0x2+parseInt(_0x283e52(0x11d))/0x3*(-parseInt(_0x283e52(0x115))/0x4)+parseInt(_0x283e52(0x119))/0x5*(parseInt(_0x283e52(0x11f))/0x6)+-parseInt(_0x283e52(0x113))/0x7+-parseInt(_0x283e52(0x11b))/0x8*(-parseInt(_0x283e52(0x118))/0x9)+-parseInt(_0x283e52(0x11c))/0xa*(-parseInt(_0x283e52(0x111))/0xb);if(_0x475c06===_0xb8cfaf)break;else _0x493a32['push'](_0x493a32['shift']());}catch(_0xb0d90e){_0x493a32['push'](_0x493a32['shift']());}}}(_0x4273,0xd27c1));function _0x4945(_0x285b25,_0xfab5f5){_0x285b25=_0x285b25-0x110;const _0x4273da=_0x4273();let _0x494536=_0x4273da[_0x285b25];return _0x494536;}const e={'exchange-client':{'uploading':_0xdfd0d4(0x11a),'uploadSuccess':_0xdfd0d4(0x121),'uploadSuccessTip':'{0}\x20archivo(s)\x20subido(s)\x20exitosamente','downloading':'Descargando','downloadSuccess':'Descarga\x20exitosa','unknownMistake':_0xdfd0d4(0x124),'networkError':_0xdfd0d4(0x112),'tooLarge':_0xdfd0d4(0x11e),'internalError':_0xdfd0d4(0x114),'interrupt':'La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','fileTypeError':_0xdfd0d4(0x117),'wait':'Espere...','cancel':_0xdfd0d4(0x123),'confirm':_0xdfd0d4(0x122),'uploadAgain':_0xdfd0d4(0x116)}};export{e as default};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2efbdf=_0x1a7d;function _0x43be(){const _0x4e5021=['در\x20حال\x20دانلود','1524105GMGLSf','410697zNrjWI','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','تایید','اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','در\x20حال\x20بارگذاری','56430AlSrgq','135nSCYuR','داده\x20خیلی\x20بزرگ\x20است','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','5176CAXCci','خطای\x20ناشناخته','فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمیشود','بارگذاری\x20مجدد','2884007DEMNyj','330FPAHvW','30pfWkPE','دانلود\x20موفقیت\x20آمیز','خطای\x20شبکه','114148koxzcC','8OMhcAD','لطفا\x20صبر\x20کنید...','3438006kiOZHR'];_0x43be=function(){return _0x4e5021;};return _0x43be();}(function(_0x3fb404,_0x535f7d){const _0x397bbb=_0x1a7d,_0x251eca=_0x3fb404();while(!![]){try{const _0xe0662c=parseInt(_0x397bbb(0xa7))/0x1+parseInt(_0x397bbb(0xa1))/0x2*(parseInt(_0x397bbb(0x9e))/0x3)+parseInt(_0x397bbb(0xb0))/0x4*(parseInt(_0x397bbb(0xad))/0x5)+-parseInt(_0x397bbb(0xa4))/0x6+-parseInt(_0x397bbb(0x9c))/0x7+-parseInt(_0x397bbb(0xa2))/0x8*(-parseInt(_0x397bbb(0xa6))/0x9)+parseInt(_0x397bbb(0xac))/0xa*(parseInt(_0x397bbb(0x9d))/0xb);if(_0xe0662c===_0x535f7d)break;else _0x251eca['push'](_0x251eca['shift']());}catch(_0x5979d3){_0x251eca['push'](_0x251eca['shift']());}}}(_0x43be,0x5a558));function _0x1a7d(_0x27bc05,_0x44d8f6){_0x27bc05=_0x27bc05-0x9b;const _0x43be3c=_0x43be();let _0x1a7d67=_0x43be3c[_0x27bc05];return _0x1a7d67;}const e={'exchange-client':{'uploading':_0x2efbdf(0xab),'uploadSuccess':_0x2efbdf(0xaf),'uploadSuccessTip':_0x2efbdf(0xa8),'downloading':_0x2efbdf(0xa5),'downloadSuccess':_0x2efbdf(0x9f),'unknownMistake':_0x2efbdf(0xb1),'networkError':_0x2efbdf(0xa0),'tooLarge':_0x2efbdf(0xae),'internalError':'خطای\x20داخلی\x20ناشناخته','interrupt':_0x2efbdf(0xaa),'fileTypeError':_0x2efbdf(0xb2),'wait':_0x2efbdf(0xa3),'cancel':'لغو','confirm':_0x2efbdf(0xa9),'uploadAgain':_0x2efbdf(0x9b)}};export{e as default};
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x5d5a59=_0x14f3;function _0x14f3(_0x2b756a,_0x37038a){_0x2b756a=_0x2b756a-0x1e1;const _0xcb4c54=_0xcb4c();let _0x14f37d=_0xcb4c54[_0x2b756a];return _0x14f37d;}(function(_0x102d57,_0x22493a){const _0x682c8e=_0x14f3,_0x323deb=_0x102d57();while(!![]){try{const _0x4a2d2c=parseInt(_0x682c8e(0x1e4))/0x1*(parseInt(_0x682c8e(0x1ea))/0x2)+-parseInt(_0x682c8e(0x1e6))/0x3+parseInt(_0x682c8e(0x1ef))/0x4+-parseInt(_0x682c8e(0x1e3))/0x5*(parseInt(_0x682c8e(0x1e9))/0x6)+-parseInt(_0x682c8e(0x1e8))/0x7*(parseInt(_0x682c8e(0x1f0))/0x8)+parseInt(_0x682c8e(0x1e1))/0x9+-parseInt(_0x682c8e(0x1e2))/0xa;if(_0x4a2d2c===_0x22493a)break;else _0x323deb['push'](_0x323deb['shift']());}catch(_0x15f8ec){_0x323deb['push'](_0x323deb['shift']());}}}(_0xcb4c,0xaf21e));function _0xcb4c(){const _0x2cc54b=['{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','Téléchargement\x20réussi','Les\x20données\x20sont\x20trop\x20volumineuses','3187600xgnLfp','424kzDlKr','Télécharger\x20à\x20nouveau','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','11860650ZZjpaA','10277550MmcGew','3605VUyfZY','51533cHCnDL','Confirmer','2318445RoVZyX','Téléchargement','23982fYUeda','3282cigKes','38VAHBfZ','Erreur\x20inconnue'];_0xcb4c=function(){return _0x2cc54b;};return _0xcb4c();}const e={'exchange-client':{'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':'Fichier\x20téléchargé\x20avec\x20succès','uploadSuccessTip':_0x5d5a59(0x1ec),'downloading':_0x5d5a59(0x1e7),'downloadSuccess':_0x5d5a59(0x1ed),'unknownMistake':_0x5d5a59(0x1eb),'networkError':'Erreur\x20réseau','tooLarge':_0x5d5a59(0x1ee),'internalError':'Erreur\x20interne\x20inconnue','interrupt':'La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','fileTypeError':_0x5d5a59(0x1f2),'wait':'Veuillez\x20patienter...','cancel':'Annuler','confirm':_0x5d5a59(0x1e5),'uploadAgain':_0x5d5a59(0x1f1)}};export{e as default};
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2b2d(_0x59348c,_0x34e41c){_0x59348c=_0x59348c-0x1f2;const _0x38e12b=_0x38e1();let _0x2b2d5e=_0x38e12b[_0x59348c];return _0x2b2d5e;}function _0x38e1(){const _0x48069e=['{0}\x20file\x20berhasil\x20diunggah','Mengunggah','File\x20berhasil\x20diunggah','Unggah\x20ulang','Batal','Konfirmasi','Kesalahan\x20jaringan','Mengunduh','2200296fKvzwx','4270338nnXzqI','File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','210347oggOJA','Data\x20terlalu\x20besar','Harap\x20tunggu...','4905085ZIJYyT','2901614JpYtZl','Kesalahan\x20tidak\x20diketahui','9157463LRWEwT','4186953yPSKHh'];_0x38e1=function(){return _0x48069e;};return _0x38e1();}const _0x5de8e4=_0x2b2d;(function(_0x1e3e1e,_0x101904){const _0x5ded6e=_0x2b2d,_0x5f532e=_0x1e3e1e();while(!![]){try{const _0x1d6ac7=-parseInt(_0x5ded6e(0x1f2))/0x1+parseInt(_0x5ded6e(0x1f6))/0x2+-parseInt(_0x5ded6e(0x1f9))/0x3+parseInt(_0x5ded6e(0x202))/0x4+parseInt(_0x5ded6e(0x1f5))/0x5+parseInt(_0x5ded6e(0x203))/0x6+-parseInt(_0x5ded6e(0x1f8))/0x7;if(_0x1d6ac7===_0x101904)break;else _0x5f532e['push'](_0x5f532e['shift']());}catch(_0x3e408e){_0x5f532e['push'](_0x5f532e['shift']());}}}(_0x38e1,0xbe496));const e={'exchange-client':{'uploading':_0x5de8e4(0x1fb),'uploadSuccess':_0x5de8e4(0x1fc),'uploadSuccessTip':_0x5de8e4(0x1fa),'downloading':_0x5de8e4(0x201),'downloadSuccess':'Unduhan\x20berhasil','unknownMistake':_0x5de8e4(0x1f7),'networkError':_0x5de8e4(0x200),'tooLarge':_0x5de8e4(0x1f3),'internalError':'Kesalahan\x20internal\x20tidak\x20diketahui','interrupt':'Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','fileTypeError':_0x5de8e4(0x204),'wait':_0x5de8e4(0x1f4),'cancel':_0x5de8e4(0x1fe),'confirm':_0x5de8e4(0x1ff),'uploadAgain':_0x5de8e4(0x1fd)}};export{e as default};
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5ed227=_0x2b93;function _0x469e(){const _0x4ef53c=['5fLizMk','25879570KnhMro','6515712opgxFs','Caricamento\x20in\x20corso','File\x20caricato\x20con\x20successo','127814dEtoqW','Attendi...','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','Conferma','Download\x20in\x20corso','Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','Errore\x20sconosciuto','688LOLyOo','5318650PdKtWN','Errore\x20interno\x20sconosciuto','76hLsnfZ','9759624VkRPdh','{0}\x20file\x20caricati\x20con\x20successo','Carica\x20di\x20nuovo','117009vWiSjs','Download\x20riuscito','I\x20dati\x20sono\x20troppo\x20grandi','199131mMBsXz','Errore\x20di\x20rete'];_0x469e=function(){return _0x4ef53c;};return _0x469e();}function _0x2b93(_0x44525c,_0xff9d7c){_0x44525c=_0x44525c-0x1cf;const _0x469e7f=_0x469e();let _0x2b93aa=_0x469e7f[_0x44525c];return _0x2b93aa;}(function(_0x24c722,_0x5bcfb8){const _0x44b6ef=_0x2b93,_0x400d1e=_0x24c722();while(!![]){try{const _0x167344=parseInt(_0x44b6ef(0x1e0))/0x1*(-parseInt(_0x44b6ef(0x1e5))/0x2)+-parseInt(_0x44b6ef(0x1de))/0x3*(parseInt(_0x44b6ef(0x1d7))/0x4)+-parseInt(_0x44b6ef(0x1d5))/0x5+parseInt(_0x44b6ef(0x1e2))/0x6+-parseInt(_0x44b6ef(0x1d8))/0x7+parseInt(_0x44b6ef(0x1d4))/0x8*(parseInt(_0x44b6ef(0x1db))/0x9)+parseInt(_0x44b6ef(0x1e1))/0xa;if(_0x167344===_0x5bcfb8)break;else _0x400d1e['push'](_0x400d1e['shift']());}catch(_0x4f7640){_0x400d1e['push'](_0x400d1e['shift']());}}}(_0x469e,0xb7eb7));const e={'exchange-client':{'uploading':_0x5ed227(0x1e3),'uploadSuccess':_0x5ed227(0x1e4),'uploadSuccessTip':_0x5ed227(0x1d9),'downloading':_0x5ed227(0x1d1),'downloadSuccess':_0x5ed227(0x1dc),'unknownMistake':_0x5ed227(0x1d3),'networkError':_0x5ed227(0x1df),'tooLarge':_0x5ed227(0x1dd),'internalError':_0x5ed227(0x1d6),'interrupt':_0x5ed227(0x1cf),'fileTypeError':_0x5ed227(0x1d2),'wait':_0x5ed227(0x1e6),'cancel':'Annulla','confirm':_0x5ed227(0x1d0),'uploadAgain':_0x5ed227(0x1da)}};export{e as default};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x169e4e=_0x3422;(function(_0x5d0b73,_0x29c28b){const _0x4c74b0=_0x3422,_0x82ab8a=_0x5d0b73();while(!![]){try{const _0x3c94f2=parseInt(_0x4c74b0(0xd4))/0x1+-parseInt(_0x4c74b0(0xd1))/0x2+-parseInt(_0x4c74b0(0xd8))/0x3*(parseInt(_0x4c74b0(0xdd))/0x4)+parseInt(_0x4c74b0(0xe2))/0x5*(-parseInt(_0x4c74b0(0xe1))/0x6)+parseInt(_0x4c74b0(0xde))/0x7+parseInt(_0x4c74b0(0xd9))/0x8*(-parseInt(_0x4c74b0(0xd0))/0x9)+parseInt(_0x4c74b0(0xe0))/0xa*(parseInt(_0x4c74b0(0xd7))/0xb);if(_0x3c94f2===_0x29c28b)break;else _0x82ab8a['push'](_0x82ab8a['shift']());}catch(_0x10fb55){_0x82ab8a['push'](_0x82ab8a['shift']());}}}(_0xb5fc,0xda53a));const e={'exchange-client':{'uploading':_0x169e4e(0xda),'uploadSuccess':'ファイルが正常にアップロードされました','uploadSuccessTip':_0x169e4e(0xdc),'downloading':'ダウンロード中','downloadSuccess':'ダウンロードが完了しました','unknownMistake':_0x169e4e(0xd5),'networkError':_0x169e4e(0xd3),'tooLarge':'データが大きすぎます','internalError':'内部エラーが発生しました','interrupt':_0x169e4e(0xd6),'fileTypeError':_0x169e4e(0xdb),'wait':'お待ちください...','cancel':_0x169e4e(0xdf),'confirm':'確認','uploadAgain':_0x169e4e(0xd2)}};function _0xb5fc(){const _0x103333=['290715ELIuDH','65488YnImwD','アップロード中','選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','{0}\x20個のファイルが正常にアップロードされました','72jofkJd','846818QMDAsP','キャンセル','50JeLLnO','12SBsqdG','3560095cArsJx','36asghXi','318940ROVMVA','再度アップロード','ネットワークエラー','1734339JITkOA','不明なエラー','ネットワーク接続が中断され、ファイルのアップロードに失敗しました','5278889QiIWiv'];_0xb5fc=function(){return _0x103333;};return _0xb5fc();}function _0x3422(_0x31b8b3,_0x7fa5e4){_0x31b8b3=_0x31b8b3-0xd0;const _0xb5fce6=_0xb5fc();let _0x3422b3=_0xb5fce6[_0x31b8b3];return _0x3422b3;}export{e as default};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x2f72(_0x2ab2fe,_0x3b6e3f){_0x2ab2fe=_0x2ab2fe-0xd8;const _0x3ae96d=_0x3ae9();let _0x2f72f7=_0x3ae96d[_0x2ab2fe];return _0x2f72f7;}const _0x11198f=_0x2f72;function _0x3ae9(){const _0x5725ca=['1626744YvkpBS','10787FdAeal','알\x20수\x20없는\x20오류','22516MHeMpu','내부\x20오류가\x20발생했습니다','{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','14iHPxoJ','43137JxDaHq','다시\x20업로드','다운로드가\x20완료되었습니다','5543070zpeqah','5920266WbGNbV','28309QmaLOL','744oESJFS','1890eQLeEA','다운로드\x20중','업로드\x20중','915sYmlKA','파일이\x20성공적으로\x20업로드되었습니다','잠시만\x20기다려\x20주세요...'];_0x3ae9=function(){return _0x5725ca;};return _0x3ae9();}(function(_0x14117b,_0x1816d5){const _0x525ace=_0x2f72,_0x105798=_0x14117b();while(!![]){try{const _0x1e6fb2=parseInt(_0x525ace(0xe5))/0x1*(parseInt(_0x525ace(0xdf))/0x2)+parseInt(_0x525ace(0xd9))/0x3+parseInt(_0x525ace(0xdc))/0x4*(parseInt(_0x525ace(0xea))/0x5)+-parseInt(_0x525ace(0xe7))/0x6*(parseInt(_0x525ace(0xda))/0x7)+parseInt(_0x525ace(0xe6))/0x8*(-parseInt(_0x525ace(0xe0))/0x9)+-parseInt(_0x525ace(0xe3))/0xa+parseInt(_0x525ace(0xe4))/0xb;if(_0x1e6fb2===_0x1816d5)break;else _0x105798['push'](_0x105798['shift']());}catch(_0x22cd59){_0x105798['push'](_0x105798['shift']());}}}(_0x3ae9,0xc8fd5));const e={'exchange-client':{'uploading':_0x11198f(0xe9),'uploadSuccess':_0x11198f(0xeb),'uploadSuccessTip':_0x11198f(0xde),'downloading':_0x11198f(0xe8),'downloadSuccess':_0x11198f(0xe2),'unknownMistake':_0x11198f(0xdb),'networkError':'네트워크\x20오류','tooLarge':'데이터가\x20너무\x20큽니다','internalError':_0x11198f(0xdd),'interrupt':'네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','fileTypeError':'선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','wait':_0x11198f(0xd8),'cancel':'취소','confirm':'확인','uploadAgain':_0x11198f(0xe1)}};export{e as default};
|
package/lib/es/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1a39c4=_0x53f1;function _0x4714(){const _0xfb6fce=['4067kUEfND','Proszę\x20czekać...','Plik\x20przesłany\x20pomyślnie','Dane\x20są\x20zbyt\x20duże','3iOyyoE','5553981XqhzlN','Przesyłanie','Połączenie\x20sieciowe\x20zostało\x20przerwane\x20i\x20przesyłanie\x20pliku\x20nie\x20powiodło\x20się','Pobieranie\x20zakończone\x20sukcesem','17528EpZcrR','Prześlij\x20ponownie','154494XwQELJ','Anuluj','619079hzNXDx','2VPPSrn','Pomyślnie\x20przesłano\x20{0}\x20plik(ów)','1987604hyiURA','270IhHMLt','Błąd\x20sieci','17228712mfldfu','Nieznany\x20błąd','Pobieranie','30jDHcIC','4461622jhrKBP'];_0x4714=function(){return _0xfb6fce;};return _0x4714();}(function(_0x18ba7f,_0x58ad67){const _0x185ae9=_0x53f1,_0x2b5fb9=_0x18ba7f();while(!![]){try{const _0x1255af=parseInt(_0x185ae9(0xcd))/0x1*(-parseInt(_0x185ae9(0xce))/0x2)+-parseInt(_0x185ae9(0xdc))/0x3*(parseInt(_0x185ae9(0xd0))/0x4)+-parseInt(_0x185ae9(0xd1))/0x5*(-parseInt(_0x185ae9(0xcb))/0x6)+-parseInt(_0x185ae9(0xd8))/0x7*(-parseInt(_0x185ae9(0xc9))/0x8)+-parseInt(_0x185ae9(0xdd))/0x9+-parseInt(_0x185ae9(0xd6))/0xa*(-parseInt(_0x185ae9(0xd7))/0xb)+-parseInt(_0x185ae9(0xd3))/0xc;if(_0x1255af===_0x58ad67)break;else _0x2b5fb9['push'](_0x2b5fb9['shift']());}catch(_0x57c4c4){_0x2b5fb9['push'](_0x2b5fb9['shift']());}}}(_0x4714,0xadaf0));function _0x53f1(_0x4e623b,_0x48204f){_0x4e623b=_0x4e623b-0xc9;const _0x4714a5=_0x4714();let _0x53f1c7=_0x4714a5[_0x4e623b];return _0x53f1c7;}const e={'exchange-client':{'uploading':_0x1a39c4(0xde),'uploadSuccess':_0x1a39c4(0xda),'uploadSuccessTip':_0x1a39c4(0xcf),'downloading':_0x1a39c4(0xd5),'downloadSuccess':_0x1a39c4(0xe0),'unknownMistake':_0x1a39c4(0xd4),'networkError':_0x1a39c4(0xd2),'tooLarge':_0x1a39c4(0xdb),'internalError':'Wewnętrzny\x20nieznany\x20błąd','interrupt':_0x1a39c4(0xdf),'fileTypeError':'Wybrany\x20plik\x20[{0}]\x20nie\x20jest\x20obsługiwany\x20do\x20przesyłania','wait':_0x1a39c4(0xd9),'cancel':_0x1a39c4(0xcc),'confirm':'Potwierdź','uploadAgain':_0x1a39c4(0xca)}};export{e as default};
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1adfbc=_0x59d8;(function(_0x22c2f3,_0x3ba071){const _0xe2bd32=_0x59d8,_0x3be9ad=_0x22c2f3();while(!![]){try{const _0x4483aa=-parseInt(_0xe2bd32(0xc0))/0x1*(parseInt(_0xe2bd32(0xb7))/0x2)+parseInt(_0xe2bd32(0xb6))/0x3+parseInt(_0xe2bd32(0xb8))/0x4+parseInt(_0xe2bd32(0xbf))/0x5*(-parseInt(_0xe2bd32(0xc1))/0x6)+-parseInt(_0xe2bd32(0xbb))/0x7+parseInt(_0xe2bd32(0xbc))/0x8+parseInt(_0xe2bd32(0xb4))/0x9*(parseInt(_0xe2bd32(0xae))/0xa);if(_0x4483aa===_0x3ba071)break;else _0x3be9ad['push'](_0x3be9ad['shift']());}catch(_0x28f40e){_0x3be9ad['push'](_0x3be9ad['shift']());}}}(_0x12ee,0x5315c));const e={'exchange-client':{'uploading':_0x1adfbc(0xbe),'uploadSuccess':_0x1adfbc(0xb3),'uploadSuccessTip':_0x1adfbc(0xb2),'downloading':_0x1adfbc(0xad),'downloadSuccess':_0x1adfbc(0xb0),'unknownMistake':_0x1adfbc(0xc3),'networkError':'Erro\x20de\x20rede','tooLarge':'Os\x20dados\x20são\x20muito\x20grandes','internalError':_0x1adfbc(0xba),'interrupt':_0x1adfbc(0xb9),'fileTypeError':_0x1adfbc(0xaf),'wait':_0x1adfbc(0xb1),'cancel':_0x1adfbc(0xbd),'confirm':_0x1adfbc(0xc2),'uploadAgain':_0x1adfbc(0xb5)}};function _0x12ee(){const _0x57ba1c=['544030DKiyXB','O\x20arquivo\x20selecionado\x20[{0}]\x20não\x20é\x20suportado\x20para\x20envio','Download\x20concluído\x20com\x20sucesso','Aguarde...','{0}\x20arquivo(s)\x20enviado(s)\x20com\x20sucesso','Arquivo\x20enviado\x20com\x20sucesso','90YhjZCr','Enviar\x20novamente','1099698xWOYtp','122exKLwA','1407544NTQIiF','A\x20conexão\x20de\x20rede\x20foi\x20interrompida\x20e\x20o\x20envio\x20do\x20arquivo\x20falhou','Erro\x20interno\x20desconhecido','4120256HTSibv','3215072dQCIQO','Cancelar','Enviando','1029505KDYTXK','8681btzeba','6PniOcy','Confirmar','Erro\x20desconhecido','Baixando'];_0x12ee=function(){return _0x57ba1c;};return _0x12ee();}function _0x59d8(_0x186485,_0x56fc29){_0x186485=_0x186485-0xad;const _0x12ee5d=_0x12ee();let _0x59d88b=_0x12ee5d[_0x186485];return _0x59d88b;}export{e as default};
|
package/lib/es/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x50a3bf=_0x5dd2;(function(_0x447a74,_0x4e9c0c){const _0x1ea970=_0x5dd2,_0x472d73=_0x447a74();while(!![]){try{const _0x128599=-parseInt(_0x1ea970(0x15f))/0x1*(-parseInt(_0x1ea970(0x16e))/0x2)+-parseInt(_0x1ea970(0x16a))/0x3*(-parseInt(_0x1ea970(0x169))/0x4)+parseInt(_0x1ea970(0x15d))/0x5+-parseInt(_0x1ea970(0x168))/0x6+-parseInt(_0x1ea970(0x163))/0x7*(parseInt(_0x1ea970(0x16d))/0x8)+parseInt(_0x1ea970(0x15b))/0x9+-parseInt(_0x1ea970(0x16c))/0xa*(parseInt(_0x1ea970(0x164))/0xb);if(_0x128599===_0x4e9c0c)break;else _0x472d73['push'](_0x472d73['shift']());}catch(_0x4dd21a){_0x472d73['push'](_0x472d73['shift']());}}}(_0x1fa7,0xe9bd2));function _0x5dd2(_0x14c9f6,_0x10c876){_0x14c9f6=_0x14c9f6-0x158;const _0x1fa796=_0x1fa7();let _0x5dd268=_0x1fa796[_0x14c9f6];return _0x5dd268;}function _0x1fa7(){const _0x5be65a=['2956840mPeufL','578440RkoWvM','Отмена','Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась','Скачивание\x20успешно','Загрузка','Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','10566468kMxVpk','Неизвестная\x20ошибка','7020895OXgPUn','Внутренняя\x20неизвестная\x20ошибка','4HsARiC','{0}\x20файл(ов)\x20успешно\x20загружен(о)','Скачивание','Подтвердить','35nZukAY','9795478MNWFuX','Пожалуйста,\x20подождите...','Сетевая\x20ошибка','Загрузить\x20снова','6018480nZFPuP','175252SZjnpd','66ZWRIGR','Файл\x20успешно\x20загружен','10EYSxxx'];_0x1fa7=function(){return _0x5be65a;};return _0x1fa7();}const e={'exchange-client':{'uploading':_0x50a3bf(0x159),'uploadSuccess':_0x50a3bf(0x16b),'uploadSuccessTip':_0x50a3bf(0x160),'downloading':_0x50a3bf(0x161),'downloadSuccess':_0x50a3bf(0x158),'unknownMistake':_0x50a3bf(0x15c),'networkError':_0x50a3bf(0x166),'tooLarge':'Данные\x20слишком\x20большие','internalError':_0x50a3bf(0x15e),'interrupt':_0x50a3bf(0x170),'fileTypeError':_0x50a3bf(0x15a),'wait':_0x50a3bf(0x165),'cancel':_0x50a3bf(0x16f),'confirm':_0x50a3bf(0x162),'uploadAgain':_0x50a3bf(0x167)}};export{e as default};
|
package/lib/es/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x13b4dc=_0x1693;function _0x32a4(){const _0x589467=['Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','Dáta\x20sú\x20príliš\x20veľké','6918PJEUjA','1910095FSrBpk','572868VrHdsN','5253072maTTIm','Nahrať\x20znova','12430530PjllwJ','Nahrávanie','Prosím\x20počkajte...','Neznáma\x20chyba','48600vlTnqs','Úspešne\x20nahraných\x20{0}\x20súborov','Interná\x20neznáma\x20chyba','Sťahovanie\x20úspešné','343314IhDUWv','Potvrdiť','Súbor\x20bol\x20úspešne\x20nahraný','4739mzWPZw','8xjygVZ','Sieťová\x20chyba'];_0x32a4=function(){return _0x589467;};return _0x32a4();}function _0x1693(_0x5675db,_0x2fbce4){_0x5675db=_0x5675db-0x11b;const _0x32a47f=_0x32a4();let _0x1693cc=_0x32a47f[_0x5675db];return _0x1693cc;}(function(_0x50d5ab,_0x59fe05){const _0x3d43c1=_0x1693,_0xb8c87d=_0x50d5ab();while(!![]){try{const _0x1404a0=parseInt(_0x3d43c1(0x126))/0x1+-parseInt(_0x3d43c1(0x120))/0x2*(parseInt(_0x3d43c1(0x11c))/0x3)+-parseInt(_0x3d43c1(0x12d))/0x4+parseInt(_0x3d43c1(0x125))/0x5+-parseInt(_0x3d43c1(0x124))/0x6*(parseInt(_0x3d43c1(0x11f))/0x7)+-parseInt(_0x3d43c1(0x127))/0x8+parseInt(_0x3d43c1(0x129))/0x9;if(_0x1404a0===_0x59fe05)break;else _0xb8c87d['push'](_0xb8c87d['shift']());}catch(_0x164251){_0xb8c87d['push'](_0xb8c87d['shift']());}}}(_0x32a4,0x68b8c));const e={'exchange-client':{'uploading':_0x13b4dc(0x12a),'uploadSuccess':_0x13b4dc(0x11e),'uploadSuccessTip':_0x13b4dc(0x12e),'downloading':'Sťahovanie','downloadSuccess':_0x13b4dc(0x11b),'unknownMistake':_0x13b4dc(0x12c),'networkError':_0x13b4dc(0x121),'tooLarge':_0x13b4dc(0x123),'internalError':_0x13b4dc(0x12f),'interrupt':'Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','fileTypeError':_0x13b4dc(0x122),'wait':_0x13b4dc(0x12b),'cancel':'Zrušiť','confirm':_0x13b4dc(0x11d),'uploadAgain':_0x13b4dc(0x128)}};export{e as default};
|
package/lib/es/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x33e11e=_0x3e28;function _0x3e28(_0x22cf86,_0x40e9e8){_0x22cf86=_0x22cf86-0xbc;const _0x2700ec=_0x2700();let _0x3e2847=_0x2700ec[_0x22cf86];return _0x3e2847;}function _0x2700(){const _0x418751=['6kUcCcf','Lỗi\x20không\x20xác\x20định','44QXpFsg','10099054TUpKCO','Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại','73572FQIIBF','280WSSlPl','Luồng\x20dữ\x20liệu\x20quá\x20lớn','10766264ZJAuCU','20390nCNeBp','14yviyhe','Đang\x20tải\x20xuống','Tải\x20lên\x20tệp\x20thành\x20công','115558sdWYQq','8974692TbMhZN','2804108EMoKlV','Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','Tải\x20lên\x20lại','Đang\x20tải\x20lên','9YsmUFX','Tải\x20xuống\x20thành\x20công'];_0x2700=function(){return _0x418751;};return _0x2700();}(function(_0x3bb7be,_0x5135ef){const _0x116363=_0x3e28,_0x58d87f=_0x3bb7be();while(!![]){try{const _0x4616f7=parseInt(_0x116363(0xbe))/0x1*(parseInt(_0x116363(0xd0))/0x2)+-parseInt(_0x116363(0xc6))/0x3*(parseInt(_0x116363(0xc0))/0x4)+-parseInt(_0x116363(0xcc))/0x5*(-parseInt(_0x116363(0xcb))/0x6)+-parseInt(_0x116363(0xc9))/0x7+parseInt(_0x116363(0xce))/0x8*(parseInt(_0x116363(0xc4))/0x9)+-parseInt(_0x116363(0xcf))/0xa*(-parseInt(_0x116363(0xc8))/0xb)+parseInt(_0x116363(0xbf))/0xc;if(_0x4616f7===_0x5135ef)break;else _0x58d87f['push'](_0x58d87f['shift']());}catch(_0x12dae2){_0x58d87f['push'](_0x58d87f['shift']());}}}(_0x2700,0xb7bf8));const e={'exchange-client':{'uploading':_0x33e11e(0xc3),'uploadSuccess':_0x33e11e(0xbd),'uploadSuccessTip':'{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','downloading':_0x33e11e(0xbc),'downloadSuccess':_0x33e11e(0xc5),'unknownMistake':_0x33e11e(0xc7),'networkError':'Lỗi\x20mạng','tooLarge':_0x33e11e(0xcd),'internalError':'Lỗi\x20không\x20xác\x20định\x20bên\x20trong','interrupt':_0x33e11e(0xca),'fileTypeError':_0x33e11e(0xc1),'wait':'Vui\x20lòng\x20đợi...','cancel':'Hủy\x20bỏ','confirm':'Xác\x20nhận','uploadAgain':_0x33e11e(0xc2)}};export{e as default};
|
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4db0c3=_0x33c7;(function(_0x292073,_0x59ab55){const _0x2e5134=_0x33c7,_0x5917f0=_0x292073();while(!![]){try{const _0x2a5830=-parseInt(_0x2e5134(0x176))/0x1+-parseInt(_0x2e5134(0x174))/0x2*(-parseInt(_0x2e5134(0x168))/0x3)+parseInt(_0x2e5134(0x170))/0x4*(parseInt(_0x2e5134(0x171))/0x5)+-parseInt(_0x2e5134(0x172))/0x6*(-parseInt(_0x2e5134(0x175))/0x7)+-parseInt(_0x2e5134(0x167))/0x8*(parseInt(_0x2e5134(0x178))/0x9)+-parseInt(_0x2e5134(0x16f))/0xa+parseInt(_0x2e5134(0x16e))/0xb;if(_0x2a5830===_0x59ab55)break;else _0x5917f0['push'](_0x5917f0['shift']());}catch(_0x54142f){_0x5917f0['push'](_0x5917f0['shift']());}}}(_0x467b,0x8a010));function _0x33c7(_0x60a3c6,_0x3671f5){_0x60a3c6=_0x60a3c6-0x166;const _0x467bba=_0x467b();let _0x33c768=_0x467bba[_0x60a3c6];return _0x33c768;}const e={'exchange-client':{'uploading':_0x4db0c3(0x16d),'uploadSuccess':_0x4db0c3(0x16b),'uploadSuccessTip':'{0}个文件上传成功','downloading':_0x4db0c3(0x16a),'downloadSuccess':_0x4db0c3(0x179),'unknownMistake':_0x4db0c3(0x16c),'networkError':_0x4db0c3(0x166),'tooLarge':'数据流过大','internalError':_0x4db0c3(0x169),'interrupt':'网络连接中断,文件上传失败','fileTypeError':'所选文件\x20[{0}]\x20不支持上传','wait':_0x4db0c3(0x177),'cancel':'取消','confirm':'确认','uploadAgain':_0x4db0c3(0x173)}};function _0x467b(){const _0x317547=['内部未知错误','下载中','文件上传成功','未知错误','上传中','18505718PLrHjB','1818830XgVONy','32huASvD','289440qKnRRW','6dKFdqY','再次上传','167058yEgryU','73325VeYnww','1060399FePBDr','请稍等...','99zLqCXU','下载成功','网络异常','800096WVUqNH','27MZDjIc'];_0x467b=function(){return _0x317547;};return _0x467b();}export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x1a38(_0x2be3a4,_0x151359){_0x2be3a4=_0x2be3a4-0x6f;const _0x55230f=_0x5523();let _0x1a38ae=_0x55230f[_0x2be3a4];return _0x1a38ae;}const _0x5c3680=_0x1a38;function _0x5523(){const _0x457f2b=['檔案上傳成功','1119203jyYDHi','5309220DsNWbS','上傳中','34294120sYTDSm','27ItJWQO','{0}個檔案上傳成功','內部未知錯誤','再次上傳','9677563euzjWq','4664vJfdUs','3350355UvVSed','網絡異常','資料流過大','319053cZsBuf','2Cfjiyf','請稍等...','所選檔案\x20[{0}]\x20不支援上傳','16gxAKEm'];_0x5523=function(){return _0x457f2b;};return _0x5523();}(function(_0x3934cf,_0xa203c6){const _0x41989d=_0x1a38,_0x14121b=_0x3934cf();while(!![]){try{const _0x4fd564=parseInt(_0x41989d(0x7f))/0x1*(-parseInt(_0x41989d(0x7a))/0x2)+parseInt(_0x41989d(0x79))/0x3*(-parseInt(_0x41989d(0x7d))/0x4)+-parseInt(_0x41989d(0x76))/0x5+parseInt(_0x41989d(0x80))/0x6+-parseInt(_0x41989d(0x74))/0x7+parseInt(_0x41989d(0x75))/0x8*(parseInt(_0x41989d(0x70))/0x9)+parseInt(_0x41989d(0x6f))/0xa;if(_0x4fd564===_0xa203c6)break;else _0x14121b['push'](_0x14121b['shift']());}catch(_0x39debb){_0x14121b['push'](_0x14121b['shift']());}}}(_0x5523,0xaf7fc));const e={'exchange-client':{'uploading':_0x5c3680(0x81),'uploadSuccess':_0x5c3680(0x7e),'uploadSuccessTip':_0x5c3680(0x71),'downloading':'下載中','downloadSuccess':'下載成功','unknownMistake':'未知錯誤','networkError':_0x5c3680(0x77),'tooLarge':_0x5c3680(0x78),'internalError':_0x5c3680(0x72),'interrupt':'網絡連線中斷,檔案上傳失敗','fileTypeError':_0x5c3680(0x7c),'wait':_0x5c3680(0x7b),'cancel':'取消','confirm':'確認','uploadAgain':_0x5c3680(0x73)}};export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x59871b=_0x4184;(function(_0x387261,_0x36f0ad){const _0x88377c=_0x4184,_0x25ee60=_0x387261();while(!![]){try{const _0x3c2472=-parseInt(_0x88377c(0x173))/0x1+parseInt(_0x88377c(0x16c))/0x2*(parseInt(_0x88377c(0x169))/0x3)+parseInt(_0x88377c(0x171))/0x4*(parseInt(_0x88377c(0x16f))/0x5)+parseInt(_0x88377c(0x164))/0x6+parseInt(_0x88377c(0x16d))/0x7*(-parseInt(_0x88377c(0x170))/0x8)+parseInt(_0x88377c(0x163))/0x9*(parseInt(_0x88377c(0x166))/0xa)+parseInt(_0x88377c(0x16e))/0xb*(parseInt(_0x88377c(0x168))/0xc);if(_0x3c2472===_0x36f0ad)break;else _0x25ee60['push'](_0x25ee60['shift']());}catch(_0x3df55c){_0x25ee60['push'](_0x25ee60['shift']());}}}(_0x459e,0x9c9dd));function _0x4184(_0x448fbd,_0xac0582){_0x448fbd=_0x448fbd-0x161;const _0x459e2a=_0x459e();let _0x418477=_0x459e2a[_0x448fbd];return _0x418477;}const e={'exchange-client':{'uploading':_0x59871b(0x162),'uploadSuccess':_0x59871b(0x16b),'uploadSuccessTip':_0x59871b(0x165),'downloading':_0x59871b(0x16a),'downloadSuccess':'下載成功','unknownMistake':'未知錯誤','networkError':'網路異常','tooLarge':'資料流過大','internalError':_0x59871b(0x172),'interrupt':_0x59871b(0x167),'fileTypeError':'所選檔案\x20[{0}]\x20不支援上傳','wait':'請稍等...','cancel':'取消','confirm':'確認','uploadAgain':_0x59871b(0x161)}};function _0x459e(){const _0x4c7b8a=['{0}個檔案上傳成功','150090cYCZzO','網路連線中斷,檔案上傳失敗','1272YAOliS','6wotKvu','下載中','檔案上傳成功','443314ZgHQuM','10598djEJNQ','46871okewol','146835vuzDhw','2584zXXTBo','56FDaTOR','內部未知錯誤','776906qpgvRh','再次上傳','上傳中','189heWHbb','1716732bSdocy'];_0x459e=function(){return _0x4c7b8a;};return _0x459e();}export{e as default};
|
package/lib/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x3cb5ae,_0x5ee1e3){var _0x2c5eba=_0x1820,_0x1f5f8f=_0x3cb5ae();while(!![]){try{var _0x608b1e=parseInt(_0x2c5eba(0x125))/0x1+-parseInt(_0x2c5eba(0x12c))/0x2*(parseInt(_0x2c5eba(0x12a))/0x3)+-parseInt(_0x2c5eba(0x124))/0x4*(-parseInt(_0x2c5eba(0x121))/0x5)+parseInt(_0x2c5eba(0x127))/0x6*(parseInt(_0x2c5eba(0x129))/0x7)+-parseInt(_0x2c5eba(0x126))/0x8+parseInt(_0x2c5eba(0x12d))/0x9*(parseInt(_0x2c5eba(0x123))/0xa)+-parseInt(_0x2c5eba(0x122))/0xb;if(_0x608b1e===_0x5ee1e3)break;else _0x1f5f8f['push'](_0x1f5f8f['shift']());}catch(_0x19a34b){_0x1f5f8f['push'](_0x1f5f8f['shift']());}}}(_0x1953,0xe5493));import{IExchangeService as _0x4d0779}from'@univerjs-pro/exchange-client';import{FUniver as _0x250a4d}from'@univerjs/core/facade';function _0x1953(){var _0x4fb50d=['2802807TqzdRT','8065roXMIC','1038279dBeVkl','20ZTRXUZ','4036BBGymP','368824NOslEc','5598120wHdECc','2766MXXlFf','_injector','6573QPkfhc','3561HZZHYO','downloadFile','2222ZLNSFb'];_0x1953=function(){return _0x4fb50d;};return _0x1953();}var n=class extends _0x250a4d{['downloadFile'](_0x591215,_0x30b5ab,_0x9a9b09){var _0x8acf8d=_0x1820;this[_0x8acf8d(0x128)]['get'](_0x4d0779)[_0x8acf8d(0x12b)](_0x591215,_0x30b5ab,_0x9a9b09);}};_0x250a4d['extend'](n);function _0x1820(_0x3a6b27,_0x135fa0){_0x3a6b27=_0x3a6b27-0x121;var _0x195356=_0x1953();var _0x182043=_0x195356[_0x3a6b27];return _0x182043;}export{};
|
package/lib/index.css
CHANGED
|
@@ -68,10 +68,6 @@
|
|
|
68
68
|
height: 1.25rem;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.univer-h-6 {
|
|
72
|
-
height: 1.5rem;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
71
|
.univer-h-7 {
|
|
76
72
|
height: 1.75rem;
|
|
77
73
|
}
|
|
@@ -80,6 +76,14 @@
|
|
|
80
76
|
max-height: 18rem;
|
|
81
77
|
}
|
|
82
78
|
|
|
79
|
+
.univer-w-10 {
|
|
80
|
+
width: 2.5rem;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.univer-w-48 {
|
|
84
|
+
width: 12rem;
|
|
85
|
+
}
|
|
86
|
+
|
|
83
87
|
.univer-w-\[324px\] {
|
|
84
88
|
width: 324px;
|
|
85
89
|
}
|
|
@@ -92,6 +96,20 @@
|
|
|
92
96
|
width: calc(100% - 48px);
|
|
93
97
|
}
|
|
94
98
|
|
|
99
|
+
.univer-shrink-0 {
|
|
100
|
+
flex-shrink: 0;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
@keyframes univer-spin {
|
|
104
|
+
to {
|
|
105
|
+
transform: rotate(360deg);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.univer-animate-spin {
|
|
110
|
+
animation: 1s linear infinite univer-spin;
|
|
111
|
+
}
|
|
112
|
+
|
|
95
113
|
.univer-cursor-pointer {
|
|
96
114
|
cursor: pointer;
|
|
97
115
|
}
|
|
@@ -112,6 +130,10 @@
|
|
|
112
130
|
align-items: center;
|
|
113
131
|
}
|
|
114
132
|
|
|
133
|
+
.univer-justify-end {
|
|
134
|
+
justify-content: flex-end;
|
|
135
|
+
}
|
|
136
|
+
|
|
115
137
|
.univer-justify-center {
|
|
116
138
|
justify-content: center;
|
|
117
139
|
}
|
|
@@ -124,6 +146,18 @@
|
|
|
124
146
|
gap: .5rem;
|
|
125
147
|
}
|
|
126
148
|
|
|
149
|
+
.univer-gap-3 {
|
|
150
|
+
gap: .75rem;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.univer-gap-4 {
|
|
154
|
+
gap: 1rem;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.univer-gap-5 {
|
|
158
|
+
gap: 1.25rem;
|
|
159
|
+
}
|
|
160
|
+
|
|
127
161
|
.univer-overflow-y-auto {
|
|
128
162
|
overflow-y: auto;
|
|
129
163
|
}
|
|
@@ -182,6 +216,10 @@
|
|
|
182
216
|
padding: 0;
|
|
183
217
|
}
|
|
184
218
|
|
|
219
|
+
.univer-p-1 {
|
|
220
|
+
padding: .25rem;
|
|
221
|
+
}
|
|
222
|
+
|
|
185
223
|
.univer-px-2 {
|
|
186
224
|
padding-left: .5rem;
|
|
187
225
|
padding-right: .5rem;
|