@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/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x3ec9ac=_0x4bcc;function _0x59d1(){const _0x4d223d=['exports','File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','Kesalahan\x20tidak\x20diketahui','Batal','Unggah\x20ulang','{0}\x20file\x20berhasil\x20diunggah','Mengunduh','597832RMFwCP','1554768flXiAC','104863yeofel','508595GOBbtZ','6TIuWoV','Kesalahan\x20jaringan','Mengunggah','8741286HteFGY','12AsQWME','277520ktUhae','Data\x20terlalu\x20besar','3281348BjUzfp','Kesalahan\x20internal\x20tidak\x20diketahui','Unduhan\x20berhasil'];_0x59d1=function(){return _0x4d223d;};return _0x59d1();}(function(_0x143c28,_0x459b8e){const _0x1aee8c=_0x4bcc,_0x13f5d8=_0x143c28();while(!![]){try{const _0x1edb1d=parseInt(_0x1aee8c(0xad))/0x1*(parseInt(_0x1aee8c(0x99))/0x2)+parseInt(_0x1aee8c(0xac))/0x3+parseInt(_0x1aee8c(0x9e))/0x4+-parseInt(_0x1aee8c(0xae))/0x5*(parseInt(_0x1aee8c(0x9d))/0x6)+parseInt(_0x1aee8c(0xa0))/0x7+parseInt(_0x1aee8c(0xab))/0x8+-parseInt(_0x1aee8c(0x9c))/0x9;if(_0x1edb1d===_0x459b8e)break;else _0x13f5d8['push'](_0x13f5d8['shift']());}catch(_0x1d27d7){_0x13f5d8['push'](_0x13f5d8['shift']());}}}(_0x59d1,0x422b2));function _0x4bcc(_0x3adea6,_0x3ab262){_0x3adea6=_0x3adea6-0x99;const _0x59d13c=_0x59d1();let _0x4bcc8b=_0x59d13c[_0x3adea6];return _0x4bcc8b;}const e={'exchange-client':{'uploading':_0x3ec9ac(0x9b),'uploadSuccess':'File\x20berhasil\x20diunggah','uploadSuccessTip':_0x3ec9ac(0xa9),'downloading':_0x3ec9ac(0xaa),'downloadSuccess':_0x3ec9ac(0xa2),'unknownMistake':_0x3ec9ac(0xa6),'networkError':_0x3ec9ac(0x9a),'tooLarge':_0x3ec9ac(0x9f),'internalError':_0x3ec9ac(0xa1),'interrupt':_0x3ec9ac(0xa5),'fileTypeError':_0x3ec9ac(0xa4),'wait':'Harap\x20tunggu...','cancel':_0x3ec9ac(0xa7),'uploadAgain':_0x3ec9ac(0xa8)}};module[_0x3ec9ac(0xa3)]=e;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x547cbe=_0x3531;function _0x3531(_0x53c9c6,_0x5cd9b5){_0x53c9c6=_0x53c9c6-0x67;const _0x29c28e=_0x29c2();let _0x353187=_0x29c28e[_0x53c9c6];return _0x353187;}(function(_0x4aa6c4,_0x1beb2c){const _0x467472=_0x3531,_0x18dc8d=_0x4aa6c4();while(!![]){try{const _0x3f3943=-parseInt(_0x467472(0x6e))/0x1+-parseInt(_0x467472(0x76))/0x2+-parseInt(_0x467472(0x6d))/0x3*(-parseInt(_0x467472(0x75))/0x4)+parseInt(_0x467472(0x6b))/0x5*(parseInt(_0x467472(0x71))/0x6)+parseInt(_0x467472(0x74))/0x7*(-parseInt(_0x467472(0x73))/0x8)+parseInt(_0x467472(0x6f))/0x9+parseInt(_0x467472(0x69))/0xa;if(_0x3f3943===_0x1beb2c)break;else _0x18dc8d['push'](_0x18dc8d['shift']());}catch(_0x3a6bb9){_0x18dc8d['push'](_0x18dc8d['shift']());}}}(_0x29c2,0x1a4ab));const e={'exchange-client':{'uploading':_0x547cbe(0x6a),'uploadSuccess':'File\x20caricato\x20con\x20successo','uploadSuccessTip':_0x547cbe(0x67),'downloading':_0x547cbe(0x68),'downloadSuccess':_0x547cbe(0x72),'unknownMistake':'Errore\x20sconosciuto','networkError':'Errore\x20di\x20rete','tooLarge':'I\x20dati\x20sono\x20troppo\x20grandi','internalError':'Errore\x20interno\x20sconosciuto','interrupt':'La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','fileTypeError':'Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','wait':_0x547cbe(0x70),'cancel':_0x547cbe(0x77),'uploadAgain':_0x547cbe(0x6c)}};function _0x29c2(){const _0x3a5e06=['374032ijtsDA','Annulla','{0}\x20file\x20caricati\x20con\x20successo','Download\x20in\x20corso','1328450PqtvWA','Caricamento\x20in\x20corso','1755oTzLCB','Carica\x20di\x20nuovo','594141vYHQxE','121490oqeitx','32301FIpItJ','Attendi...','1758IvGYPU','Download\x20riuscito','169016jyPvJa','7XlSGdB','4lKPsGt'];_0x29c2=function(){return _0x3a5e06;};return _0x29c2();}module['exports']=e;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0xb2a44d=_0x5e5b;(function(_0x36146d,_0x3faea2){const _0x22e895=_0x5e5b,_0x9b3f9c=_0x36146d();while(!![]){try{const _0x39ee40=-parseInt(_0x22e895(0xfc))/0x1+-parseInt(_0x22e895(0xfb))/0x2+parseInt(_0x22e895(0x101))/0x3+parseInt(_0x22e895(0xfe))/0x4+-parseInt(_0x22e895(0x100))/0x5+parseInt(_0x22e895(0xf8))/0x6+-parseInt(_0x22e895(0xf3))/0x7*(-parseInt(_0x22e895(0xf5))/0x8);if(_0x39ee40===_0x3faea2)break;else _0x9b3f9c['push'](_0x9b3f9c['shift']());}catch(_0x158d5d){_0x9b3f9c['push'](_0x9b3f9c['shift']());}}}(_0xc217,0x9876e));function _0x5e5b(_0x15b093,_0x4d2a54){_0x15b093=_0x15b093-0xf1;const _0xc217ef=_0xc217();let _0x5e5b44=_0xc217ef[_0x15b093];return _0x5e5b44;}function _0xc217(){const _0x490398=['ネットワークエラー','836284QSsjAs','お待ちください...','4899825XxszdD','1537284oVplcB','ファイルが正常にアップロードされました','{0}\x20個のファイルが正常にアップロードされました','91QSeglS','不明なエラー','529928grGxKp','キャンセル','アップロード中','7201812uaCyoA','データが大きすぎます','内部エラーが発生しました','1298198DqjMlv','529376WsDXAE'];_0xc217=function(){return _0x490398;};return _0xc217();}const e={'exchange-client':{'uploading':_0xb2a44d(0xf7),'uploadSuccess':_0xb2a44d(0xf1),'uploadSuccessTip':_0xb2a44d(0xf2),'downloading':'ダウンロード中','downloadSuccess':'ダウンロードが完了しました','unknownMistake':_0xb2a44d(0xf4),'networkError':_0xb2a44d(0xfd),'tooLarge':_0xb2a44d(0xf9),'internalError':_0xb2a44d(0xfa),'interrupt':'ネットワーク接続が中断され、ファイルのアップロードに失敗しました','fileTypeError':'選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','wait':_0xb2a44d(0xff),'cancel':_0xb2a44d(0xf6),'uploadAgain':'再度アップロード'}};module['exports']=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x370c68=_0x2364;function _0x5581(){const _0xab4bb5=['다운로드가\x20완료되었습니다','잠시만\x20기다려\x20주세요...','데이터가\x20너무\x20큽니다','업로드\x20중','exports','1980798JuvsKk','내부\x20오류가\x20발생했습니다','4mQXjxR','6610NzEaOD','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','88fKLgHS','네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','3712674wISHgK','4obozfj','{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','12188LGMGjG','982009AmNDzI','344907fQMXaA','네트워크\x20오류','알\x20수\x20없는\x20오류','파일이\x20성공적으로\x20업로드되었습니다','1576934bdGXjI','2764115DbtyZo'];_0x5581=function(){return _0xab4bb5;};return _0x5581();}function _0x2364(_0x23d23c,_0x473409){_0x23d23c=_0x23d23c-0xcb;const _0x55813b=_0x5581();let _0x23648b=_0x55813b[_0x23d23c];return _0x23648b;}(function(_0x16457a,_0x4a3114){const _0x5a8d4e=_0x2364,_0x356242=_0x16457a();while(!![]){try{const _0x4b8834=parseInt(_0x5a8d4e(0xdc))/0x1+-parseInt(_0x5a8d4e(0xce))/0x2*(-parseInt(_0x5a8d4e(0xcc))/0x3)+parseInt(_0x5a8d4e(0xd4))/0x4*(-parseInt(_0x5a8d4e(0xdd))/0x5)+-parseInt(_0x5a8d4e(0xd3))/0x6+parseInt(_0x5a8d4e(0xd7))/0x7*(-parseInt(_0x5a8d4e(0xd1))/0x8)+-parseInt(_0x5a8d4e(0xd8))/0x9+-parseInt(_0x5a8d4e(0xcf))/0xa*(-parseInt(_0x5a8d4e(0xd6))/0xb);if(_0x4b8834===_0x4a3114)break;else _0x356242['push'](_0x356242['shift']());}catch(_0x13cf6b){_0x356242['push'](_0x356242['shift']());}}}(_0x5581,0xd60e4));const e={'exchange-client':{'uploading':_0x370c68(0xe1),'uploadSuccess':_0x370c68(0xdb),'uploadSuccessTip':_0x370c68(0xd5),'downloading':'다운로드\x20중','downloadSuccess':_0x370c68(0xde),'unknownMistake':_0x370c68(0xda),'networkError':_0x370c68(0xd9),'tooLarge':_0x370c68(0xe0),'internalError':_0x370c68(0xcd),'interrupt':_0x370c68(0xd2),'fileTypeError':_0x370c68(0xd0),'wait':_0x370c68(0xdf),'cancel':'취소','uploadAgain':'다시\x20업로드'}};module[_0x370c68(0xcb)]=e;
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x214c(){const _0x46a12f=['8378040nzlbvp','Połączenie\x20sieciowe\x20zostało\x20przerwane\x20i\x20przesyłanie\x20pliku\x20nie\x20powiodło\x20się','35QpWrmO','133206FKYyMM','Przesyłanie','Pomyślnie\x20przesłano\x20{0}\x20plik(ów)','17646464xAIMQp','Dane\x20są\x20zbyt\x20duże','8fHpkAE','Proszę\x20czekać...','Anuluj','120RTuLyq','5308700DAOUPc','Błąd\x20sieci','Pobieranie\x20zakończone\x20sukcesem','Wybrany\x20plik\x20[{0}]\x20nie\x20jest\x20obsługiwany\x20do\x20przesyłania','Plik\x20przesłany\x20pomyślnie','Prześlij\x20ponownie','2212578BeVirA','exports','1wDrNaQ','777054zqRpPw','1506244aUODqD'];_0x214c=function(){return _0x46a12f;};return _0x214c();}const _0x57ca90=_0x2b92;(function(_0x58b97c,_0x22953d){const _0x89c468=_0x2b92,_0x53170f=_0x58b97c();while(!![]){try{const _0x136067=-parseInt(_0x89c468(0xa2))/0x1*(parseInt(_0x89c468(0xa4))/0x2)+-parseInt(_0x89c468(0xa8))/0x3*(-parseInt(_0x89c468(0x99))/0x4)+-parseInt(_0x89c468(0xa5))/0x5+-parseInt(_0x89c468(0xa3))/0x6*(-parseInt(_0x89c468(0xa7))/0x7)+-parseInt(_0x89c468(0xad))/0x8*(-parseInt(_0x89c468(0xa0))/0x9)+-parseInt(_0x89c468(0x9a))/0xa+parseInt(_0x89c468(0xab))/0xb;if(_0x136067===_0x22953d)break;else _0x53170f['push'](_0x53170f['shift']());}catch(_0x15fafd){_0x53170f['push'](_0x53170f['shift']());}}}(_0x214c,0xd46b7));function _0x2b92(_0x5b3558,_0x52e49f){_0x5b3558=_0x5b3558-0x99;const _0x214caf=_0x214c();let _0x2b926c=_0x214caf[_0x5b3558];return _0x2b926c;}const e={'exchange-client':{'uploading':_0x57ca90(0xa9),'uploadSuccess':_0x57ca90(0x9e),'uploadSuccessTip':_0x57ca90(0xaa),'downloading':'Pobieranie','downloadSuccess':_0x57ca90(0x9c),'unknownMistake':'Nieznany\x20błąd','networkError':_0x57ca90(0x9b),'tooLarge':_0x57ca90(0xac),'internalError':'Wewnętrzny\x20nieznany\x20błąd','interrupt':_0x57ca90(0xa6),'fileTypeError':_0x57ca90(0x9d),'wait':_0x57ca90(0xae),'cancel':_0x57ca90(0xaf),'uploadAgain':_0x57ca90(0x9f)}};module[_0x57ca90(0xa1)]=e;
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0xd357(){const _0x1f2192=['Erro\x20de\x20rede','Erro\x20desconhecido','{0}\x20arquivo(s)\x20enviado(s)\x20com\x20sucesso','Baixando','Os\x20dados\x20são\x20muito\x20grandes','Erro\x20interno\x20desconhecido','2DcEKaX','8vUDhRI','2418773Rwtbtw','Download\x20concluído\x20com\x20sucesso','Arquivo\x20enviado\x20com\x20sucesso','684312yyLQTF','3799974SMBtCa','Enviar\x20novamente','5090BEruUk','18854TnqVYy','6254487oxdUOY','10kmIdKy','274730nyLGXf','Aguarde...','Cancelar','621240iuFIBW'];_0xd357=function(){return _0x1f2192;};return _0xd357();}const _0x2a42b7=_0x54c2;(function(_0x5f22fe,_0x210315){const _0x3379a4=_0x54c2,_0x30bdfc=_0x5f22fe();while(!![]){try{const _0x93d04e=parseInt(_0x3379a4(0xc9))/0x1*(-parseInt(_0x3379a4(0xd5))/0x2)+parseInt(_0x3379a4(0xd8))/0x3+-parseInt(_0x3379a4(0xce))/0x4*(-parseInt(_0x3379a4(0xd4))/0x5)+parseInt(_0x3379a4(0xcf))/0x6+-parseInt(_0x3379a4(0xcb))/0x7+parseInt(_0x3379a4(0xca))/0x8*(parseInt(_0x3379a4(0xd3))/0x9)+-parseInt(_0x3379a4(0xd1))/0xa*(parseInt(_0x3379a4(0xd2))/0xb);if(_0x93d04e===_0x210315)break;else _0x30bdfc['push'](_0x30bdfc['shift']());}catch(_0x4d85af){_0x30bdfc['push'](_0x30bdfc['shift']());}}}(_0xd357,0x5df2d));function _0x54c2(_0x25b5ee,_0x2567cd){_0x25b5ee=_0x25b5ee-0xc9;const _0xd357aa=_0xd357();let _0x54c26f=_0xd357aa[_0x25b5ee];return _0x54c26f;}const e={'exchange-client':{'uploading':'Enviando','uploadSuccess':_0x2a42b7(0xcd),'uploadSuccessTip':_0x2a42b7(0xdb),'downloading':_0x2a42b7(0xdc),'downloadSuccess':_0x2a42b7(0xcc),'unknownMistake':_0x2a42b7(0xda),'networkError':_0x2a42b7(0xd9),'tooLarge':_0x2a42b7(0xdd),'internalError':_0x2a42b7(0xde),'interrupt':'A\x20conexão\x20de\x20rede\x20foi\x20interrompida\x20e\x20o\x20envio\x20do\x20arquivo\x20falhou','fileTypeError':'O\x20arquivo\x20selecionado\x20[{0}]\x20não\x20é\x20suportado\x20para\x20envio','wait':_0x2a42b7(0xd6),'cancel':_0x2a42b7(0xd7),'uploadAgain':_0x2a42b7(0xd0)}};module['exports']=e;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0xb7b0(_0x24526d,_0x504fec){_0x24526d=_0x24526d-0x10f;const _0x23315c=_0x2331();let _0xb7b051=_0x23315c[_0x24526d];return _0xb7b051;}const _0x179fa5=_0xb7b0;(function(_0x14b150,_0x16cce1){const _0x5e5ca5=_0xb7b0,_0x362085=_0x14b150();while(!![]){try{const _0x5eea09=parseInt(_0x5e5ca5(0x111))/0x1*(-parseInt(_0x5e5ca5(0x11f))/0x2)+parseInt(_0x5e5ca5(0x114))/0x3*(-parseInt(_0x5e5ca5(0x11e))/0x4)+parseInt(_0x5e5ca5(0x119))/0x5+parseInt(_0x5e5ca5(0x117))/0x6+parseInt(_0x5e5ca5(0x124))/0x7+parseInt(_0x5e5ca5(0x110))/0x8+-parseInt(_0x5e5ca5(0x112))/0x9;if(_0x5eea09===_0x16cce1)break;else _0x362085['push'](_0x362085['shift']());}catch(_0x33ea52){_0x362085['push'](_0x362085['shift']());}}}(_0x2331,0x4b206));function _0x2331(){const _0xa1d25c=['2826950YqecgX','Сетевая\x20ошибка','Скачивание\x20успешно','exports','Отмена','196lamxbY','212jvdXpX','Неизвестная\x20ошибка','Загрузить\x20снова','Сетевое\x20соединение\x20было\x20прервано,\x20и\x20загрузка\x20файла\x20не\x20удалась','Скачивание','596687IThyGE','Выбранный\x20файл\x20[{0}]\x20не\x20поддерживается\x20для\x20загрузки','994600OoUaWh','2823rtAZkx','876582pfdFJh','Внутренняя\x20неизвестная\x20ошибка','29730gUVXSW','Пожалуйста,\x20подождите...','Загрузка','2489928GGAkaS','Файл\x20успешно\x20загружен'];_0x2331=function(){return _0xa1d25c;};return _0x2331();}const e={'exchange-client':{'uploading':_0x179fa5(0x116),'uploadSuccess':_0x179fa5(0x118),'uploadSuccessTip':'{0}\x20файл(ов)\x20успешно\x20загружен(о)','downloading':_0x179fa5(0x123),'downloadSuccess':_0x179fa5(0x11b),'unknownMistake':_0x179fa5(0x120),'networkError':_0x179fa5(0x11a),'tooLarge':'Данные\x20слишком\x20большие','internalError':_0x179fa5(0x113),'interrupt':_0x179fa5(0x122),'fileTypeError':_0x179fa5(0x10f),'wait':_0x179fa5(0x115),'cancel':_0x179fa5(0x11d),'uploadAgain':_0x179fa5(0x121)}};module[_0x179fa5(0x11c)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x575d(){const _0xbe40a8=['Zrušiť','384043XrvzFE','6qjVOCg','Sťahovanie\x20úspešné','Úspešne\x20nahraných\x20{0}\x20súborov','180pbgduP','Sťahovanie','Súbor\x20bol\x20úspešne\x20nahraný','221284HTykcy','Interná\x20neznáma\x20chyba','282140ghfoeB','Sieťová\x20chyba','115opVaMt','8776IaCOEB','1833461nCvFLA','exports','Nahrať\x20znova','16264GvYaLC','Neznáma\x20chyba','791223DDSBTm','414mIzzHi'];_0x575d=function(){return _0xbe40a8;};return _0x575d();}const _0x521841=_0x4247;(function(_0x18d739,_0x5410c5){const _0x10f5c5=_0x4247,_0x5cca2f=_0x18d739();while(!![]){try{const _0x5c1184=parseInt(_0x10f5c5(0x179))/0x1+parseInt(_0x10f5c5(0x177))/0x2+parseInt(_0x10f5c5(0x182))/0x3+-parseInt(_0x10f5c5(0x180))/0x4*(parseInt(_0x10f5c5(0x17b))/0x5)+-parseInt(_0x10f5c5(0x186))/0x6*(-parseInt(_0x10f5c5(0x17d))/0x7)+-parseInt(_0x10f5c5(0x17c))/0x8*(parseInt(_0x10f5c5(0x183))/0x9)+parseInt(_0x10f5c5(0x174))/0xa*(-parseInt(_0x10f5c5(0x185))/0xb);if(_0x5c1184===_0x5410c5)break;else _0x5cca2f['push'](_0x5cca2f['shift']());}catch(_0x2f902d){_0x5cca2f['push'](_0x5cca2f['shift']());}}}(_0x575d,0x23a70));const e={'exchange-client':{'uploading':'Nahrávanie','uploadSuccess':_0x521841(0x176),'uploadSuccessTip':_0x521841(0x173),'downloading':_0x521841(0x175),'downloadSuccess':_0x521841(0x187),'unknownMistake':_0x521841(0x181),'networkError':_0x521841(0x17a),'tooLarge':'Dáta\x20sú\x20príliš\x20veľké','internalError':_0x521841(0x178),'interrupt':'Sieťové\x20pripojenie\x20bolo\x20prerušené\x20a\x20nahrávanie\x20súboru\x20zlyhalo','fileTypeError':'Vybraný\x20súbor\x20[{0}]\x20nie\x20je\x20podporovaný\x20na\x20nahrávanie','wait':'Prosím\x20počkajte...','cancel':_0x521841(0x184),'uploadAgain':_0x521841(0x17f)}};function _0x4247(_0x4d5365,_0x1ec262){_0x4d5365=_0x4d5365-0x173;const _0x575d29=_0x575d();let _0x42478b=_0x575d29[_0x4d5365];return _0x42478b;}module[_0x521841(0x17e)]=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x500bc0=_0x449c;(function(_0xfb2c3c,_0x4b30b6){const _0x317bc3=_0x449c,_0x1517bc=_0xfb2c3c();while(!![]){try{const _0x37e0f0=-parseInt(_0x317bc3(0x67))/0x1+parseInt(_0x317bc3(0x72))/0x2+-parseInt(_0x317bc3(0x74))/0x3+parseInt(_0x317bc3(0x6e))/0x4+parseInt(_0x317bc3(0x6c))/0x5*(parseInt(_0x317bc3(0x6a))/0x6)+-parseInt(_0x317bc3(0x71))/0x7*(parseInt(_0x317bc3(0x73))/0x8)+parseInt(_0x317bc3(0x6d))/0x9;if(_0x37e0f0===_0x4b30b6)break;else _0x1517bc['push'](_0x1517bc['shift']());}catch(_0xd64d16){_0x1517bc['push'](_0x1517bc['shift']());}}}(_0x5e29,0x7768f));function _0x449c(_0x3585cc,_0x425192){_0x3585cc=_0x3585cc-0x64;const _0x5e29a=_0x5e29();let _0x449c25=_0x5e29a[_0x3585cc];return _0x449c25;}function _0x5e29(){const _0x3102c9=['Hủy\x20bỏ','Luồng\x20dữ\x20liệu\x20quá\x20lớn','Lỗi\x20không\x20xác\x20định\x20bên\x20trong','Kết\x20nối\x20mạng\x20bị\x20gián\x20đoạn,\x20tải\x20lên\x20tệp\x20thất\x20bại','622820BNxbjB','{0}\x20tệp\x20đã\x20được\x20tải\x20lên\x20thành\x20công','Lỗi\x20mạng','162duzZlM','Lỗi\x20không\x20xác\x20định','50455EQfJYD','6763311WUExTv','3484692bQUsGK','Đang\x20tải\x20lên','Đang\x20tải\x20xuống','4335121ZNyNlo','1008238jVcJRi','8hKTqSD','2004006clidCl'];_0x5e29=function(){return _0x3102c9;};return _0x5e29();}const e={'exchange-client':{'uploading':_0x500bc0(0x6f),'uploadSuccess':'Tải\x20lên\x20tệp\x20thành\x20công','uploadSuccessTip':_0x500bc0(0x68),'downloading':_0x500bc0(0x70),'downloadSuccess':'Tải\x20xuống\x20thành\x20công','unknownMistake':_0x500bc0(0x6b),'networkError':_0x500bc0(0x69),'tooLarge':_0x500bc0(0x64),'internalError':_0x500bc0(0x65),'interrupt':_0x500bc0(0x66),'fileTypeError':'Tệp\x20được\x20chọn\x20[{0}]\x20không\x20được\x20hỗ\x20trợ\x20để\x20tải\x20lên','wait':'Vui\x20lòng\x20đợi...','cancel':_0x500bc0(0x75),'uploadAgain':'Tải\x20lên\x20lại'}};module['exports']=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x29e6(_0x266937,_0x126e03){_0x266937=_0x266937-0xe4;const _0x231bf7=_0x231b();let _0x29e6c6=_0x231bf7[_0x266937];return _0x29e6c6;}const _0x6a5176=_0x29e6;function _0x231b(){const _0x441dc5=['网络异常','1604505nOZGvj','24EDTmRI','exports','下载成功','3797684whzPFL','文件上传成功','297bfWVFM','所选文件\x20[{0}]\x20不支持上传','101661nmfdcB','216220Uafpiy','网络连接中断,文件上传失败','2378022tDFZGb','8ZDREVC','数据流过大','未知错误','下载中','117UZsSCD','89521qaHeRH','26256rjncxv','再次上传','120NIeBZU','上传中'];_0x231b=function(){return _0x441dc5;};return _0x231b();}(function(_0xa115e8,_0x29f85c){const _0x4dc604=_0x29e6,_0x40228b=_0xa115e8();while(!![]){try{const _0xde52f2=-parseInt(_0x4dc604(0xf5))/0x1+-parseInt(_0x4dc604(0xf6))/0x2*(-parseInt(_0x4dc604(0xf4))/0x3)+parseInt(_0x4dc604(0xf0))/0x4*(-parseInt(_0x4dc604(0xe4))/0x5)+parseInt(_0x4dc604(0xef))/0x6+-parseInt(_0x4dc604(0xec))/0x7*(-parseInt(_0x4dc604(0xf8))/0x8)+parseInt(_0x4dc604(0xea))/0x9*(-parseInt(_0x4dc604(0xed))/0xa)+parseInt(_0x4dc604(0xe8))/0xb*(parseInt(_0x4dc604(0xe5))/0xc);if(_0xde52f2===_0x29f85c)break;else _0x40228b['push'](_0x40228b['shift']());}catch(_0x56a104){_0x40228b['push'](_0x40228b['shift']());}}}(_0x231b,0x5ac65));const e={'exchange-client':{'uploading':_0x6a5176(0xf9),'uploadSuccess':_0x6a5176(0xe9),'uploadSuccessTip':'{0}个文件上传成功','downloading':_0x6a5176(0xf3),'downloadSuccess':_0x6a5176(0xe7),'unknownMistake':_0x6a5176(0xf2),'networkError':_0x6a5176(0xfa),'tooLarge':_0x6a5176(0xf1),'internalError':'内部未知错误','interrupt':_0x6a5176(0xee),'fileTypeError':_0x6a5176(0xeb),'wait':'请稍等...','cancel':'取消','uploadAgain':_0x6a5176(0xf7)}};module[_0x6a5176(0xe6)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x4d6090=_0x4fac;(function(_0x5a93dd,_0x12b70f){const _0x36447e=_0x4fac,_0x394e22=_0x5a93dd();while(!![]){try{const _0x1a4a79=parseInt(_0x36447e(0x1f6))/0x1+-parseInt(_0x36447e(0x1f8))/0x2*(-parseInt(_0x36447e(0x1f4))/0x3)+parseInt(_0x36447e(0x1f2))/0x4+parseInt(_0x36447e(0x1f5))/0x5+parseInt(_0x36447e(0x1ff))/0x6*(-parseInt(_0x36447e(0x1f7))/0x7)+parseInt(_0x36447e(0x1f3))/0x8+-parseInt(_0x36447e(0x1f9))/0x9;if(_0x1a4a79===_0x12b70f)break;else _0x394e22['push'](_0x394e22['shift']());}catch(_0x1b8f32){_0x394e22['push'](_0x394e22['shift']());}}}(_0x5b5a,0x4400d));const e={'exchange-client':{'uploading':'上傳中','uploadSuccess':_0x4d6090(0x1fa),'uploadSuccessTip':_0x4d6090(0x1fc),'downloading':'下載中','downloadSuccess':_0x4d6090(0x1f0),'unknownMistake':'未知錯誤','networkError':_0x4d6090(0x200),'tooLarge':'資料流過大','internalError':_0x4d6090(0x1f1),'interrupt':_0x4d6090(0x1fe),'fileTypeError':_0x4d6090(0x201),'wait':_0x4d6090(0x1fd),'cancel':'取消','uploadAgain':'再次上傳'}};module[_0x4d6090(0x1fb)]=e;function _0x4fac(_0x2ad58b,_0x5ed45a){_0x2ad58b=_0x2ad58b-0x1f0;const _0x5b5aa2=_0x5b5a();let _0x4fac0e=_0x5b5aa2[_0x2ad58b];return _0x4fac0e;}function _0x5b5a(){const _0x230841=['下載成功','內部未知錯誤','24156wpiJir','3879024wQsbVU','3cIDwvn','88055dcSars','200372CLeAOW','448336NDQzen','703606CywvdC','6463026xHcySW','檔案上傳成功','exports','{0}個檔案上傳成功','請稍等...','網絡連線中斷,檔案上傳失敗','6yImGhW','網絡異常','所選檔案\x20[{0}]\x20不支援上傳'];_0x5b5a=function(){return _0x230841;};return _0x5b5a();}
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4fb1ba=_0x25ff;(function(_0x5a6b35,_0x338f2e){const _0x4c682d=_0x25ff,_0x351aa6=_0x5a6b35();while(!![]){try{const _0x3ab82b=parseInt(_0x4c682d(0x1c7))/0x1*(-parseInt(_0x4c682d(0x1ca))/0x2)+-parseInt(_0x4c682d(0x1bd))/0x3*(parseInt(_0x4c682d(0x1ba))/0x4)+-parseInt(_0x4c682d(0x1bb))/0x5+parseInt(_0x4c682d(0x1cc))/0x6*(-parseInt(_0x4c682d(0x1c9))/0x7)+parseInt(_0x4c682d(0x1c8))/0x8*(parseInt(_0x4c682d(0x1bf))/0x9)+-parseInt(_0x4c682d(0x1c3))/0xa+parseInt(_0x4c682d(0x1c4))/0xb;if(_0x3ab82b===_0x338f2e)break;else _0x351aa6['push'](_0x351aa6['shift']());}catch(_0x3fbb3f){_0x351aa6['push'](_0x351aa6['shift']());}}}(_0x2456,0xf0ce9));const e={'exchange-client':{'uploading':_0x4fb1ba(0x1cb),'uploadSuccess':_0x4fb1ba(0x1c5),'uploadSuccessTip':'{0}個檔案上傳成功','downloading':_0x4fb1ba(0x1be),'downloadSuccess':_0x4fb1ba(0x1c6),'unknownMistake':_0x4fb1ba(0x1c1),'networkError':'網路異常','tooLarge':'資料流過大','internalError':'內部未知錯誤','interrupt':_0x4fb1ba(0x1bc),'fileTypeError':_0x4fb1ba(0x1c0),'wait':_0x4fb1ba(0x1c2),'cancel':'取消','uploadAgain':_0x4fb1ba(0x1b8)}};function _0x25ff(_0x310e60,_0x396aa6){_0x310e60=_0x310e60-0x1b8;const _0x2456fc=_0x2456();let _0x25ff9b=_0x2456fc[_0x310e60];return _0x25ff9b;}function _0x2456(){const _0x30e26b=['再次上傳','exports','652604thfXmc','2040875HnUQDh','網路連線中斷,檔案上傳失敗','33YgsXEV','下載中','3861udrTkx','所選檔案\x20[{0}]\x20不支援上傳','未知錯誤','請稍等...','6293020okcIul','42807380INJLoh','檔案上傳成功','下載成功','2qItjBm','21000uIxgwg','14KTyHBI','659944gHDCrl','上傳中','1617834nHqaIU'];_0x2456=function(){return _0x30e26b;};return _0x2456();}module[_0x4fb1ba(0x1b9)]=e;
|
package/lib/es/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var _0x424500=_0x20c7;(function(_0x15f6aa,_0xe48b59){var _0x408e08=_0x20c7,_0x379cc4=_0x15f6aa();while(!![]){try{var _0x540a31=-parseInt(_0x408e08(0x1cd))/0x1+parseInt(_0x408e08(0x1d9))/0x2+-parseInt(_0x408e08(0x1dd))/0x3*(parseInt(_0x408e08(0x1e2))/0x4)+parseInt(_0x408e08(0x1ca))/0x5*(parseInt(_0x408e08(0x1e6))/0x6)+parseInt(_0x408e08(0x1d1))/0x7+parseInt(_0x408e08(0x1c8))/0x8*(parseInt(_0x408e08(0x1e7))/0x9)+-parseInt(_0x408e08(0x1d2))/0xa*(parseInt(_0x408e08(0x1c7))/0xb);if(_0x540a31===_0xe48b59)break;else _0x379cc4['push'](_0x379cc4['shift']());}catch(_0x2b5477){_0x379cc4['push'](_0x379cc4['shift']());}}}(_0x4efb,0x40b4c));import{IExchangeService as _0xe0f610}from'@univerjs-pro/exchange-client';import{UniverInstanceType as _0x2d0124}from'@univerjs/core';function _0x20c7(_0x36a3bb,_0x1c0275){_0x36a3bb=_0x36a3bb-0x1c6;var _0x4efb8f=_0x4efb();var _0x20c733=_0x4efb8f[_0x36a3bb];return _0x20c733;}import{FUniver as _0x160d2c}from'@univerjs/core/facade';var r=class extends _0x160d2c{[_0x424500(0x1e3)](_0x21c264,_0x11a13d,_0x43ad7a){var _0x5e9a64=_0x424500;this[_0x5e9a64(0x1e1)][_0x5e9a64(0x1ce)](_0xe0f610)[_0x5e9a64(0x1e3)](_0x21c264,_0x11a13d,_0x43ad7a);}async[_0x424500(0x1d6)](_0x3af6e0){var _0x447462=_0x424500;return this[_0x447462(0x1e1)][_0x447462(0x1ce)](_0xe0f610)['transformSnapshotJsonToWorkbookData'](_0x3af6e0);}async[_0x424500(0x1cb)](_0x57df1){var _0x4a4ae4=_0x424500;return this[_0x4a4ae4(0x1e1)][_0x4a4ae4(0x1ce)](_0xe0f610)[_0x4a4ae4(0x1df)](_0x57df1);}async[_0x424500(0x1ea)](_0x213bd4){var _0x2be58f=_0x424500;return this[_0x2be58f(0x1e1)][_0x2be58f(0x1ce)](_0xe0f610)[_0x2be58f(0x1d8)](_0x213bd4,_0x2d0124['UNIVER_SHEET']);}async[_0x424500(0x1e9)](_0x3c9de4){var _0x2df915=_0x424500;return this['_injector'][_0x2df915(0x1ce)](_0xe0f610)[_0x2df915(0x1d4)](_0x3c9de4);}async['exportXLSXByUnitIdAsync'](_0x10e18e){var _0x15e565=_0x424500;return this[_0x15e565(0x1e1)][_0x15e565(0x1ce)](_0xe0f610)[_0x15e565(0x1e5)](_0x10e18e);}async[_0x424500(0x1c6)](_0x3892d7){var _0x3aa539=_0x424500;return this[_0x3aa539(0x1e1)][_0x3aa539(0x1ce)](_0xe0f610)[_0x3aa539(0x1cf)](_0x3892d7);}async['importDOCXToUnitIdAsync'](_0x5506fc){var _0x37a950=_0x424500;return this['_injector'][_0x37a950(0x1ce)](_0xe0f610)[_0x37a950(0x1d8)](_0x5506fc,_0x2d0124['UNIVER_DOC']);}async[_0x424500(0x1d0)](_0x4a2ae6){var _0x39e95a=_0x424500;return this[_0x39e95a(0x1e1)][_0x39e95a(0x1ce)](_0xe0f610)[_0x39e95a(0x1d7)](_0x4a2ae6);}async[_0x424500(0x1e8)](_0x8446be){var _0x58c64f=_0x424500;return this[_0x58c64f(0x1e1)][_0x58c64f(0x1ce)](_0xe0f610)[_0x58c64f(0x1d5)](_0x8446be);}async['exportDOCXByUnitIdAsync'](_0x569cba){var _0x45193c=_0x424500;return this[_0x45193c(0x1e1)][_0x45193c(0x1ce)](_0xe0f610)['exportDOCXByUnitId'](_0x569cba);}async[_0x424500(0x1da)](_0x5de22e){var _0x315836=_0x424500;return this[_0x315836(0x1e1)]['get'](_0xe0f610)[_0x315836(0x1d8)](_0x5de22e,_0x2d0124[_0x315836(0x1de)]);}async[_0x424500(0x1cc)](_0x4997e5){var _0x78473e=_0x424500;return this[_0x78473e(0x1e1)][_0x78473e(0x1ce)](_0xe0f610)[_0x78473e(0x1dc)](_0x4997e5);}async[_0x424500(0x1e4)](_0x7e60c5){var _0x355ee0=_0x424500;return this[_0x355ee0(0x1e1)][_0x355ee0(0x1ce)](_0xe0f610)[_0x355ee0(0x1e0)](_0x7e60c5);}async[_0x424500(0x1db)](_0x43ad51){var _0x3413bb=_0x424500;return this[_0x3413bb(0x1e1)][_0x3413bb(0x1ce)](_0xe0f610)[_0x3413bb(0x1c9)](_0x43ad51);}};function _0x4efb(){var _0x407165=['104LxUULN','exportPPTXBySnapshot','755LjgkJI','transformWorkbookDataToSnapshotJsonAsync','importPPTXToSnapshotAsync','327595zRSayP','get','exportXLSXBySnapshot','importDOCXToSnapshotAsync','2544934vYyfwY','10uEnjli','extend','importXLSXToSnapshot','exportDOCXBySnapshot','transformSnapshotJsonToWorkbookDataAsync','importDOCXToSnapshot','importFileToUnitId','345966saejXc','importPPTXToUnitIdAsync','exportPPTXBySnapshotAsync','importPPTXToSnapshot','75qaDAJv','UNIVER_SLIDE','transformWorkbookDataToSnapshotJson','exportPPTXByUnitId','_injector','2680snuyli','downloadFile','exportPPTXByUnitIdAsync','exportXLSXByUnitId','17568lNfuIU','188847HCMaji','exportDOCXBySnapshotAsync','importXLSXToSnapshotAsync','importXLSXToUnitIdAsync','exportXLSXBySnapshotAsync','7062781HPhlWK'];_0x4efb=function(){return _0x407165;};return _0x4efb();}_0x160d2c[_0x424500(0x1d3)](r);export{};
|