@univerjs-pro/exchange-client 1.0.0-alpha.6 → 1.0.0-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/index.d.ts +2 -3
  65. package/lib/types/services/exchange.service.d.ts +10 -17
  66. package/lib/types/services/operate.service.d.ts +33 -44
  67. package/lib/types/services/utils/collaboration.d.ts +2 -0
  68. package/lib/types/services/utils/snapshot.d.ts +14 -15
  69. package/lib/types/services/utils/tool.d.ts +0 -7
  70. package/lib/umd/facade.js +1 -1
  71. package/lib/umd/index.js +1 -1
  72. package/lib/umd/locale/ar-SA.js +1 -1
  73. package/lib/umd/locale/ca-ES.js +1 -1
  74. package/lib/umd/locale/de-DE.js +1 -1
  75. package/lib/umd/locale/en-US.js +1 -1
  76. package/lib/umd/locale/es-ES.js +1 -1
  77. package/lib/umd/locale/fa-IR.js +1 -1
  78. package/lib/umd/locale/fr-FR.js +1 -1
  79. package/lib/umd/locale/id-ID.js +1 -1
  80. package/lib/umd/locale/it-IT.js +1 -1
  81. package/lib/umd/locale/ja-JP.js +1 -1
  82. package/lib/umd/locale/ko-KR.js +1 -1
  83. package/lib/umd/locale/pl-PL.js +1 -1
  84. package/lib/umd/locale/pt-BR.js +1 -1
  85. package/lib/umd/locale/ru-RU.js +1 -1
  86. package/lib/umd/locale/sk-SK.js +1 -1
  87. package/lib/umd/locale/vi-VN.js +1 -1
  88. package/lib/umd/locale/zh-CN.js +1 -1
  89. package/lib/umd/locale/zh-HK.js +1 -1
  90. package/lib/umd/locale/zh-TW.js +1 -1
  91. package/package.json +12 -11
package/lib/cjs/facade.js CHANGED
@@ -1 +1 @@
1
- const _0xbab46b=_0x3a7c;(function(_0x110754,_0x5ed9a0){const _0x122b28=_0x3a7c,_0x34d9b4=_0x110754();while(!![]){try{const _0x3f02be=-parseInt(_0x122b28(0x196))/0x1*(parseInt(_0x122b28(0x17f))/0x2)+-parseInt(_0x122b28(0x17d))/0x3*(-parseInt(_0x122b28(0x185))/0x4)+-parseInt(_0x122b28(0x1a0))/0x5+parseInt(_0x122b28(0x17e))/0x6*(parseInt(_0x122b28(0x18d))/0x7)+parseInt(_0x122b28(0x19a))/0x8+parseInt(_0x122b28(0x1a3))/0x9*(parseInt(_0x122b28(0x18b))/0xa)+-parseInt(_0x122b28(0x1a2))/0xb*(parseInt(_0x122b28(0x198))/0xc);if(_0x3f02be===_0x5ed9a0)break;else _0x34d9b4['push'](_0x34d9b4['shift']());}catch(_0x1e6a2e){_0x34d9b4['push'](_0x34d9b4['shift']());}}}(_0x411e,0x914c5));let e=require('@univerjs-pro/exchange-client'),t=require('@univerjs/core'),n=require('@univerjs/core/facade');function _0x411e(){const _0x1cf8d0=['UniverInstanceType','35539baFOdJ','get','transformSnapshotJsonToWorkbookData','importXLSXToSnapshot','FUniver','transformSnapshotJsonToWorkbookDataAsync','importFileToUnitId','transformWorkbookDataToSnapshotJsonAsync','extend','5318bInDpJ','downloadFile','36VwGnmq','exportPPTXByUnitIdAsync','9247112BVbDqx','transformWorkbookDataToSnapshotJson','importXLSXToUnitIdAsync','exportXLSXByUnitId','exportXLSXBySnapshotAsync','exportDOCXByUnitId','4189060fTfexk','importDOCXToSnapshot','1184777AmcMIx','486252oLlKSJ','importPPTXToSnapshotAsync','111eUkPwq','888qgZFsQ','418YIlWNP','exportDOCXBySnapshot','importDOCXToSnapshotAsync','exportPPTXBySnapshot','UNIVER_DOC','_injector','57084gArNMZ','IExchangeService','importDOCXToUnitIdAsync','UNIVER_SHEET','importPPTXToUnitIdAsync','exportDOCXByUnitIdAsync','80thPPBi'];_0x411e=function(){return _0x1cf8d0;};return _0x411e();}var r=class extends n['FUniver']{[_0xbab46b(0x197)](_0x1005da,_0x5bb511,_0x48ee61){const _0x28aa9c=_0xbab46b;this['_injector'][_0x28aa9c(0x18e)](e[_0x28aa9c(0x186)])['downloadFile'](_0x1005da,_0x5bb511,_0x48ee61);}async[_0xbab46b(0x192)](_0x12613d){const _0x179ee7=_0xbab46b;return this[_0x179ee7(0x184)][_0x179ee7(0x18e)](e[_0x179ee7(0x186)])[_0x179ee7(0x18f)](_0x12613d);}async[_0xbab46b(0x194)](_0x52f353){const _0x512f9a=_0xbab46b;return this[_0x512f9a(0x184)]['get'](e[_0x512f9a(0x186)])[_0x512f9a(0x19b)](_0x52f353);}async[_0xbab46b(0x19c)](_0x59ed2d){const _0x513a29=_0xbab46b;return this[_0x513a29(0x184)][_0x513a29(0x18e)](e[_0x513a29(0x186)])[_0x513a29(0x193)](_0x59ed2d,t[_0x513a29(0x18c)][_0x513a29(0x188)]);}async['importXLSXToSnapshotAsync'](_0x195f19){const _0x4c8503=_0xbab46b;return this[_0x4c8503(0x184)]['get'](e['IExchangeService'])[_0x4c8503(0x190)](_0x195f19);}async['exportXLSXByUnitIdAsync'](_0x18a70e){const _0x30aaf=_0xbab46b;return this[_0x30aaf(0x184)][_0x30aaf(0x18e)](e[_0x30aaf(0x186)])[_0x30aaf(0x19d)](_0x18a70e);}async[_0xbab46b(0x19e)](_0x1c3f5e){const _0x5073e7=_0xbab46b;return this[_0x5073e7(0x184)]['get'](e['IExchangeService'])['exportXLSXBySnapshot'](_0x1c3f5e);}async[_0xbab46b(0x187)](_0x19371a){const _0xd16f5b=_0xbab46b;return this['_injector']['get'](e[_0xd16f5b(0x186)])[_0xd16f5b(0x193)](_0x19371a,t[_0xd16f5b(0x18c)][_0xd16f5b(0x183)]);}async[_0xbab46b(0x181)](_0x1222c3){const _0x12dacc=_0xbab46b;return this[_0x12dacc(0x184)][_0x12dacc(0x18e)](e[_0x12dacc(0x186)])[_0x12dacc(0x1a1)](_0x1222c3);}async['exportDOCXBySnapshotAsync'](_0x43f0ed){const _0x14e9fe=_0xbab46b;return this[_0x14e9fe(0x184)][_0x14e9fe(0x18e)](e['IExchangeService'])[_0x14e9fe(0x180)](_0x43f0ed);}async[_0xbab46b(0x18a)](_0x497f78){const _0xd6416e=_0xbab46b;return this[_0xd6416e(0x184)][_0xd6416e(0x18e)](e[_0xd6416e(0x186)])[_0xd6416e(0x19f)](_0x497f78);}async[_0xbab46b(0x189)](_0x3232c4){const _0x2efdae=_0xbab46b;return this[_0x2efdae(0x184)][_0x2efdae(0x18e)](e[_0x2efdae(0x186)])[_0x2efdae(0x193)](_0x3232c4,t['UniverInstanceType']['UNIVER_SLIDE']);}async[_0xbab46b(0x17c)](_0x470049){const _0x35057a=_0xbab46b;return this[_0x35057a(0x184)][_0x35057a(0x18e)](e[_0x35057a(0x186)])['importPPTXToSnapshot'](_0x470049);}async[_0xbab46b(0x199)](_0x114731){const _0x3cbf88=_0xbab46b;return this[_0x3cbf88(0x184)][_0x3cbf88(0x18e)](e[_0x3cbf88(0x186)])['exportPPTXByUnitId'](_0x114731);}async['exportPPTXBySnapshotAsync'](_0x27a1e3){const _0x116a73=_0xbab46b;return this['_injector']['get'](e['IExchangeService'])[_0x116a73(0x182)](_0x27a1e3);}};function _0x3a7c(_0x39afac,_0x2059b1){_0x39afac=_0x39afac-0x17c;const _0x411e07=_0x411e();let _0x3a7c05=_0x411e07[_0x39afac];return _0x3a7c05;}n[_0xbab46b(0x191)][_0xbab46b(0x195)](r);
1
+ const _0x51fed2=_0xe6b3;function _0xe6b3(_0x1d4a7a,_0x3ff029){_0x1d4a7a=_0x1d4a7a-0x198;const _0xe339da=_0xe339();let _0xe6b390=_0xe339da[_0x1d4a7a];return _0xe6b390;}(function(_0x428b03,_0x586a56){const _0x4e84f0=_0xe6b3,_0x506e72=_0x428b03();while(!![]){try{const _0x26e19f=-parseInt(_0x4e84f0(0x1a7))/0x1*(-parseInt(_0x4e84f0(0x1bd))/0x2)+parseInt(_0x4e84f0(0x1bb))/0x3+parseInt(_0x4e84f0(0x1b4))/0x4*(parseInt(_0x4e84f0(0x1ab))/0x5)+-parseInt(_0x4e84f0(0x19f))/0x6+-parseInt(_0x4e84f0(0x1b0))/0x7+parseInt(_0x4e84f0(0x1b5))/0x8+-parseInt(_0x4e84f0(0x1a1))/0x9;if(_0x26e19f===_0x586a56)break;else _0x506e72['push'](_0x506e72['shift']());}catch(_0x1c5bd0){_0x506e72['push'](_0x506e72['shift']());}}}(_0xe339,0x9b4f1));let e=require('@univerjs-pro/exchange-client'),t=require('@univerjs/core'),n=require('@univerjs/core/facade');function _0xe339(){const _0x46afdc=['1907JmqFTU','importDOCXToSnapshotAsync','importXLSXToSnapshot','FUniver','360KPECcf','exportDOCXByUnitIdAsync','extend','importXLSXToSnapshotAsync','get','5219683TeYDxC','importPPTXToSnapshot','importPPTXToSnapshotAsync','exportPPTXByUnitIdAsync','62656pNCrVz','7026616MxEtip','transformSnapshotJsonToWorkbookData','UniverInstanceType','exportXLSXBySnapshot','exportDOCXByUnitId','importXLSXToUnitIdAsync','3468117OWYYRF','exportPPTXBySnapshot','742xCarDd','IExchangeService','transformSnapshotJsonToWorkbookDataAsync','transformWorkbookDataToSnapshotJson','downloadFile','UNIVER_SLIDE','importFileToUnitId','_injector','importDOCXToSnapshot','5312664vogXtE','UNIVER_SHEET','14421717HwHtky','transformWorkbookDataToSnapshotJsonAsync','importDOCXToUnitIdAsync','UNIVER_DOC','exportDOCXBySnapshotAsync','exportPPTXByUnitId'];_0xe339=function(){return _0x46afdc;};return _0xe339();}var r=class extends n[_0x51fed2(0x1aa)]{[_0x51fed2(0x19a)](_0x251722,_0x5edda4,_0x2a8c97){const _0xe7c879=_0x51fed2;this[_0xe7c879(0x19d)][_0xe7c879(0x1af)](e[_0xe7c879(0x1be)])[_0xe7c879(0x19a)](_0x251722,_0x5edda4,_0x2a8c97);}async[_0x51fed2(0x198)](_0x5ebe7a){const _0x4c421d=_0x51fed2;return this['_injector'][_0x4c421d(0x1af)](e[_0x4c421d(0x1be)])[_0x4c421d(0x1b6)](_0x5ebe7a);}async[_0x51fed2(0x1a2)](_0x35e114){const _0x3fda1f=_0x51fed2;return this[_0x3fda1f(0x19d)]['get'](e[_0x3fda1f(0x1be)])[_0x3fda1f(0x199)](_0x35e114);}async[_0x51fed2(0x1ba)](_0x5dc8b9){const _0x78c27f=_0x51fed2;return this['_injector'][_0x78c27f(0x1af)](e[_0x78c27f(0x1be)])['importFileToUnitId'](_0x5dc8b9,t['UniverInstanceType'][_0x78c27f(0x1a0)]);}async[_0x51fed2(0x1ae)](_0x49144e){const _0x209aa0=_0x51fed2;return this[_0x209aa0(0x19d)][_0x209aa0(0x1af)](e[_0x209aa0(0x1be)])[_0x209aa0(0x1a9)](_0x49144e);}async['exportXLSXByUnitIdAsync'](_0x2ae369){const _0x11206e=_0x51fed2;return this[_0x11206e(0x19d)]['get'](e[_0x11206e(0x1be)])['exportXLSXByUnitId'](_0x2ae369);}async['exportXLSXBySnapshotAsync'](_0x267dc9){const _0x4c75c9=_0x51fed2;return this['_injector'][_0x4c75c9(0x1af)](e['IExchangeService'])[_0x4c75c9(0x1b8)](_0x267dc9);}async[_0x51fed2(0x1a3)](_0x1e96f1){const _0x4cab4f=_0x51fed2;return this['_injector'][_0x4cab4f(0x1af)](e[_0x4cab4f(0x1be)])[_0x4cab4f(0x19c)](_0x1e96f1,t[_0x4cab4f(0x1b7)][_0x4cab4f(0x1a4)]);}async[_0x51fed2(0x1a8)](_0x3c7422){const _0x220e8f=_0x51fed2;return this[_0x220e8f(0x19d)][_0x220e8f(0x1af)](e[_0x220e8f(0x1be)])[_0x220e8f(0x19e)](_0x3c7422);}async[_0x51fed2(0x1a5)](_0x2cb9de){const _0x169d3c=_0x51fed2;return this['_injector']['get'](e[_0x169d3c(0x1be)])['exportDOCXBySnapshot'](_0x2cb9de);}async[_0x51fed2(0x1ac)](_0x5ee1df){const _0x5a3cd0=_0x51fed2;return this[_0x5a3cd0(0x19d)][_0x5a3cd0(0x1af)](e[_0x5a3cd0(0x1be)])[_0x5a3cd0(0x1b9)](_0x5ee1df);}async['importPPTXToUnitIdAsync'](_0x283984){const _0x104fd0=_0x51fed2;return this[_0x104fd0(0x19d)][_0x104fd0(0x1af)](e['IExchangeService'])[_0x104fd0(0x19c)](_0x283984,t[_0x104fd0(0x1b7)][_0x104fd0(0x19b)]);}async[_0x51fed2(0x1b2)](_0x8df4b2){const _0x3fbb7b=_0x51fed2;return this[_0x3fbb7b(0x19d)][_0x3fbb7b(0x1af)](e[_0x3fbb7b(0x1be)])[_0x3fbb7b(0x1b1)](_0x8df4b2);}async[_0x51fed2(0x1b3)](_0x5dd896){const _0x391126=_0x51fed2;return this['_injector'][_0x391126(0x1af)](e[_0x391126(0x1be)])[_0x391126(0x1a6)](_0x5dd896);}async['exportPPTXBySnapshotAsync'](_0x47a139){const _0x5c5ccf=_0x51fed2;return this[_0x5c5ccf(0x19d)][_0x5c5ccf(0x1af)](e['IExchangeService'])[_0x5c5ccf(0x1bc)](_0x47a139);}};n[_0x51fed2(0x1aa)][_0x51fed2(0x1ad)](r);
package/lib/cjs/index.js CHANGED
@@ -1 +1 @@
1
- const _0x1a80b7=_0x344e;function _0x5a10(){const _0x28875f=['button','Injector','location','append','exportXLSXBySnapshot','snapshot','span','Success','file','transformSlideDataToSnapshot','_showUploadMessage','4921WRtuGU','IMessageService','importPPTXToUnitId','exportDOCXBySnapshot','19820uNuewS','display','input','importDOCXToSnapshot','IUIPartsService','UNIVER_SLIDE','.json','_buildHttpErrorMessage','331364nZTAiY','Get\x20outputType\x20error','exchange-client.uploadSuccess','download','Method\x20not\x20implemented.','jsonID','pptx','exchange-client.tooLarge','saveSnapshot','type','match','outputType','importFileToJson','revokeObjectURL','updateState','jsxs','href','forEach','univer-flex\x20univer-h-5\x20univer-text-xl','block\x20is\x20required','UNIVER_UNKNOWN','{fileID}','_clearProgress','visible$','getSnapshot','keys',':\x20HTTP\x20','/universer-api/exchange/task/{taskID}','ErrorCode','interruptImportTask','appendChild','string','DependentOn','_getUnitDocJson','_getDisableCellImageConversion','_exchangeService','values','univer-text-blue-500','_getImportURL','univer-mt-5\x20univer-max-h-72\x20univer-overflow-y-auto\x20univer-overflow-x-hidden','import','exchange-client.uploading','_getUnitSlideJson','_doneUploadTaskCount','_requestService','18qlaack','exchange-client.internalError','link','/universer-api/exchange/{type}/export','sheetBlocks','IconManager','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','isArray','pdf','_taskInterrupted','_addDoneTask','Failed\x20to\x20parse\x20json','textEncoder','UniverLicensePlugin','toLowerCase','_state$','_export','registerLink','object','importPPTXToSnapshot','&source=','exchange-client.config','&flate=','function','_list','rev','defineProperty','resolve','exchange-client.downloading','status','_addTotalCount','transformDocumentDataToSnapshot','Error','UNIVER_SHEET','getTaskServerUrl','_showNetworkError','univer-mx-0\x20univer-mb-3\x20univer-mt-4\x20univer-h-1.5\x20univer-w-[324px]\x20univer-rounded-lg\x20univer-bg-gray-200','iterator','none','includes','ShareRangeIcon','catch','HTTPService','univer-ml-1.5\x20univer-font-semibold\x20univer-text-gray-900\x20dark:!univer-text-white','getTask','error','_messageService','b64EncodeUnicode','searchParams','has','_configService','interrupt','onStarting','UNIVER_DOC','toPrimitive','next','Subject','connectInjector','fileID','_getUploadFileURL','taskID','dispose','split','downloadFile','saveChangeset','_emitProgress','clsx','Failed\x20to\x20get\x20unitID\x20from\x20task','_getMinSheetRowCount','map','getFocusedUnit','univer-mt-3\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-2\x20univer-pr-1','UNIVER_PDF','HTTPResponseError','jsx','files','transformSnapshotToDocumentData','progress$','transformWorkbookDataToSnapshot','blockID','_buildProtocolErrorMessage','deflateSync','application/vnd.openxmlformats-officedocument.spreadsheetml.template','accept','options','_localeService','/universer-api/exchange/{type}/import','univer-h-7\x20univer-cursor-pointer\x20univer-select-none\x20univer-rounded-md\x20univer-border-0\x20univer-border-transparent\x20univer-bg-transparent\x20univer-px-2\x20univer-py-0\x20univer-text-sm\x20univer-text-primary-600\x20univer-transition-all\x20univer-duration-150\x20hover:univer-bg-primary-50','text','code','getDeserializedSheetBlock','exchange-client.downloadSuccess','workbook','_visible$','Failed\x20to\x20get\x20fileID\x20from\x20task','saveSheetBlock','minSheetRowCount','IUniverInstanceService','createObjectURL','univer-flex','exchange-client.unknownMistake','registerComponent','_uploadTaskNotDone','importXLSXToUnitId','getSheetBlocksFromSnapshot','import\x20error','textDecoder','filter','exchange-client.fileTypeError','_getUnitJson','FileId','blob','MessageType','INTERNAL_ERROR','_getSignURL','3573kEXHIR','b64DecodeUnicode','_univerInstanceService','application/vnd.openxmlformats-officedocument.wordprocessingml.document','UNRECOGNIZED','sign\x20url\x20error','disposeWithMe','trim','upload','LocaleService','_blank','BuiltInUIPart','exchange-client.networkError','toStringTag','number','currentTarget','exchange-client.uploadSuccessTip','prototype','_iconManager','default','UNIVER_EXCHANGE_CLIENT_PLUGIN','clearTaskInterrupted','body','exchange-client.uploadAgain','getConfig','floor','exportServerUrl','exchange-client.wait','getUnitOnRev','1367008Jooajp','pathname','UNIVER_BASE','scrollbarClassName','univer-fixed\x20univer-bottom-12\x20univer-right-3\x20univer-z-[1000]\x20univer-box-border\x20univer-flex\x20univer-w-[372px]\x20univer-flex-col\x20univer-rounded-md\x20univer-bg-white\x20univer-px-3\x20univer-pb-4\x20univer-pt-5\x20univer-shadow-md','univer-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-text-gray-500\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-bg-gray-600','data','xlsx','upload\x20request\x20failed','decode','Info','Failed\x20to\x20transform\x20snapshot\x20to\x20string','ignoreTableExport','downloadEndpointUrl','originalMeta','list$','_upload','univer-text-green-500','application/pdf','pending','Failed\x20to\x20get\x20text\x20from\x20url','call','register','_getTaskURL','addEventListener','importServerUrl','workbook.json','transformSnapshotToWorkbookData','_getIgnoreTableExport','_totalUploadTaskCount','importFileToUnitId','success','message','parse','_progress$','buffer','Disposable','version','UniverNetworkPlugin','862389fxorSw','univer-h-1.5\x20univer-rounded-lg\x20univer-bg-primary-600\x20univer-transition-[width]\x20univer-duration-500','signUrl','_uploadNotificationService','state$','show','_importTaskId','useObservable','complete','signUrlServerUrl','file.json','Failed\x20to\x20get\x20jsonID\x20from\x20task','_requestState$','createIdentifier','_resourceLoaderService','univer-pro.exchange-client.exchange.service','28dqgpVL','_getMinSheetColumnCount','hide','_importToJson','_getMaxPollingTime','touchDependencies','min','1706590DWsKAE','CONNECTOR_DATA_TOO_LARGE','pushLink','title','HttpImport','_refresh','export\x20error','_getUnitNameByType','?size=','_getUnitID','_logService','div','asObservable','updateSnapshot','getSheetBlock','importDOCXToUnitId','click','_registerUIParts','No\x20file\x20selected','getLatestCsReqIdBySid','setTaskInterrupted','_fileTypeError','exportDOCXByUnitId','content-disposition','add','copyFileMeta','_config','transformSnapshotJsonToWorkbookData','CloseIcon','ErrorIcon','minSheetColumnCount','symbol','docx','Plugin','_getUnitIDDoc','univer-pro.exchange-client.request.service','univer-flex\x20univer-size-6\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-base\x20univer-text-gray-600\x20univer-outline-none\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-600','UNDEFINED','univer-pro.exchange-client.upload-notification.service','saveUnit','SuccessIcon','436nPGCZu','ClockIcon','style','exportPPTXBySnapshot','univer-flex\x20univer-justify-between\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-py-1\x20univer-text-gray-900\x20univer-no-underline\x20univer-outline-none\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','upload\x20failed:\x20FileId\x20is\x20empty','{taskID}','univer-text-red-500','resolveWithBasePath','Module','name','univer-m-0\x20univer-flex\x20univer-list-none\x20univer-flex-col\x20univer-gap-2\x20univer-p-0','_sheetBlockCache','length','exchange-client.interrupt','2353668bqpsBk','join','Content-Type','upload\x20failed:\x20missing\x20FileId\x20in\x20response','_list$','UniverExchangeClientPlugin','univer-pl-2\x20univer-pr-4','createUnit','replace','_getDownloadEndpointURL','univer-text-sm\x20univer-text-gray-500','_getExportURL','FileSource','_injector','pop','/universer-api/stream/file/upload','maxTimeoutTime','export','_importFileToUnitId','IExchangeOperateService','encode','Tooltip','DirectExportIcon','file.','_getLinkByUnitId','Inject','UniverInstanceType','upload\x20request\x20failed:\x20failed\x20to\x20read\x20source\x20file\x20from\x20url','_getUnitName','importFileToUnitIdByCurrentType','exportXLSXByUnitId','_refreshSlide','headers','getUnitId','registerDependencies','setConfig','IResourceLoaderService','_extractErrorDetail','_uiPartsService','disposeUnit','removeChild','_httpService','decorate','origin','_import','exportPPTXByUnitId','stringify','UNIVER_BOARD','getCurrentUnitOfType','univer-mt-5\x20univer-flex\x20univer-flex-col','Failed\x20to\x20get\x20taskID\x20from\x20import\x20response','onReady','post','useDependency','importWorkbookDataToUnitId','Error\x20fetching\x20file\x20from\x20URL:','get','_signUrl','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','set','_showDownloadMessage','constructor','CONTENT','UNIVER_PROJECT','importXLSXToSnapshot','getTextFromUrl','doc','univer-pro.exchange-client.operate.service','SheetsMultiIcon','_completeProgress','unshift','unit','application/json','IConfigService','uploadFileToUnitId','_exportBySnapshot','sheets'];_0x5a10=function(){return _0x28875f;};return _0x5a10();}(function(_0x41f7bc,_0x44f16e){const _0x2e7689=_0x344e,_0x461e64=_0x41f7bc();while(!![]){try{const _0x496e5d=parseInt(_0x2e7689(0x2b5))/0x1*(-parseInt(_0x2e7689(0x24e))/0x2)+-parseInt(_0x2e7689(0x20e))/0x3+-parseInt(_0x2e7689(0x25d))/0x4+-parseInt(_0x2e7689(0x225))/0x5*(-parseInt(_0x2e7689(0x157))/0x6)+-parseInt(_0x2e7689(0x21e))/0x7*(-parseInt(_0x2e7689(0x1e7))/0x8)+-parseInt(_0x2e7689(0x1ca))/0x9*(-parseInt(_0x2e7689(0x2b9))/0xa)+parseInt(_0x2e7689(0x2c1))/0xb;if(_0x496e5d===_0x44f16e)break;else _0x461e64['push'](_0x461e64['shift']());}catch(_0x53e136){_0x461e64['push'](_0x461e64['shift']());}}}(_0x5a10,0x8c922),Object[_0x1a80b7(0x171)](exports,Symbol[_0x1a80b7(0x1d7)],{'value':_0x1a80b7(0x257)}));let e=require('@univerjs-pro/license'),t=require('@univerjs/core'),n=require('@univerjs/network'),r=require('@univerjs/icons'),i=require('@univerjs/ui'),a=require('rxjs'),o=require('@univerjs/design'),s=require('react/jsx-runtime'),c=require('@univerjs/protocol'),l=require('@univerjs-pro/collaboration'),u=require('fflate');var d='@univerjs-pro/exchange-client',ee='1.0.0-alpha.6';const f=_0x1a80b7(0x16c),p={};function m(_0x481a01,_0x4a34fa){return function(_0xf0bdf9,_0x525269){_0x4a34fa(_0xf0bdf9,_0x525269,_0x481a01);};}function h(_0x3caf75,_0x126a2c,_0x3a95e5,_0x5477c6){const _0x156329=_0x1a80b7;var _0x923150=arguments[_0x156329(0x25b)],_0x466c80=_0x923150<0x3?_0x126a2c:_0x5477c6===null?_0x5477c6=Object['getOwnPropertyDescriptor'](_0x126a2c,_0x3a95e5):_0x5477c6,_0x36023f;if(typeof Reflect=='object'&&typeof Reflect['decorate']==_0x156329(0x16e))_0x466c80=Reflect[_0x156329(0x287)](_0x3caf75,_0x126a2c,_0x3a95e5,_0x5477c6);else{for(var _0x2816f0=_0x3caf75[_0x156329(0x25b)]-0x1;_0x2816f0>=0x0;_0x2816f0--)(_0x36023f=_0x3caf75[_0x2816f0])&&(_0x466c80=(_0x923150<0x3?_0x36023f(_0x466c80):_0x923150>0x3?_0x36023f(_0x126a2c,_0x3a95e5,_0x466c80):_0x36023f(_0x126a2c,_0x3a95e5))||_0x466c80);}return _0x923150>0x3&&_0x466c80&&Object['defineProperty'](_0x126a2c,_0x3a95e5,_0x466c80),_0x466c80;}let g=class extends t[_0x1a80b7(0x20b)]{constructor(_0x3a96b0){const _0x5d4eaa=_0x1a80b7;super(),this[_0x5d4eaa(0x1dc)]=_0x3a96b0,this['_registerIcons']();}['_registerIcons'](){const _0x5c4a3e=_0x1a80b7;this[_0x5c4a3e(0x1d0)](this['_iconManager'][_0x5c4a3e(0x1fd)]({'DirectExportIcon':r[_0x5c4a3e(0x273)]}));}};g=h([m(0x0,(0x0,t['Inject'])(i[_0x1a80b7(0x15c)]))],g);function _(_0x5afd8e){'@babel/helpers - typeof';const _0x4bd035=_0x1a80b7;return _=typeof Symbol=='function'&&typeof Symbol[_0x4bd035(0x17c)]=='symbol'?function(_0x35f279){return typeof _0x35f279;}:function(_0x21aea1){const _0x2044e2=_0x4bd035;return _0x21aea1&&typeof Symbol=='function'&&_0x21aea1[_0x2044e2(0x29a)]===Symbol&&_0x21aea1!==Symbol[_0x2044e2(0x1db)]?_0x2044e2(0x244):typeof _0x21aea1;},_(_0x5afd8e);}function te(_0x2031d7,_0x3bf4d5){const _0x206958=_0x1a80b7;if(_(_0x2031d7)!=_0x206958(0x169)||!_0x2031d7)return _0x2031d7;var _0x120e5b=_0x2031d7[Symbol[_0x206958(0x18d)]];if(_0x120e5b!==void 0x0){var _0x5a1450=_0x120e5b[_0x206958(0x1fc)](_0x2031d7,_0x3bf4d5||_0x206958(0x1dd));if(_(_0x5a1450)!=_0x206958(0x169))return _0x5a1450;throw TypeError(_0x206958(0x15d));}return(_0x3bf4d5===_0x206958(0x2e0)?String:Number)(_0x2031d7);}function ne(_0x18e62e){const _0x199d42=_0x1a80b7;var _0xc1f955=te(_0x18e62e,'string');return _(_0xc1f955)==_0x199d42(0x244)?_0xc1f955:_0xc1f955+'';}function v(_0x4d0578,_0x52c49c,_0x1186d9){const _0x3560b6=_0x1a80b7;return(_0x52c49c=ne(_0x52c49c))in _0x4d0578?Object[_0x3560b6(0x171)](_0x4d0578,_0x52c49c,{'value':_0x1186d9,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4d0578[_0x52c49c]=_0x1186d9,_0x4d0578;}const y=(0x0,t['createIdentifier'])(_0x1a80b7(0x24b));var b=class extends t[_0x1a80b7(0x20b)]{constructor(){const _0x1aaa31=_0x1a80b7;super(),v(this,_0x1aaa31(0x1b4),new a[(_0x1aaa31(0x18f))]()),v(this,_0x1aaa31(0x166),new a[(_0x1aaa31(0x18f))]()),v(this,_0x1aaa31(0x261),new a[(_0x1aaa31(0x18f))]()),v(this,'visible$',this[_0x1aaa31(0x1b4)][_0x1aaa31(0x231)]()),v(this,_0x1aaa31(0x212),this[_0x1aaa31(0x166)][_0x1aaa31(0x231)]()),v(this,_0x1aaa31(0x1f6),this[_0x1aaa31(0x261)][_0x1aaa31(0x231)]()),v(this,_0x1aaa31(0x16f),[]);}['dispose'](){const _0xd98e60=_0x1a80b7;super[_0xd98e60(0x194)](),this[_0xd98e60(0x1b4)][_0xd98e60(0x216)](),this[_0xd98e60(0x166)][_0xd98e60(0x216)](),this[_0xd98e60(0x261)][_0xd98e60(0x216)]();}[_0x1a80b7(0x213)](){const _0x4637cc=_0x1a80b7;this[_0x4637cc(0x1b4)][_0x4637cc(0x18e)](!0x0);}[_0x1a80b7(0x220)](){const _0x266d4d=_0x1a80b7;this[_0x266d4d(0x1b4)][_0x266d4d(0x18e)](!0x1);}[_0x1a80b7(0x2cf)](_0x4274db){const _0x559c3e=_0x1a80b7;this[_0x559c3e(0x166)][_0x559c3e(0x18e)](_0x4274db);}[_0x1a80b7(0x227)](_0x3f165d){const _0x930207=_0x1a80b7;this['_list'][_0x930207(0x2a3)](_0x3f165d),this[_0x930207(0x261)][_0x930207(0x18e)](this['_list']);}};function re(_0x1c1391){const _0x5ed4cb=_0x1a80b7;let {list:_0x1f27fc}=_0x1c1391;function _0x36e55c(_0x31b5cf){const _0x504f82=_0x344e;switch(_0x31b5cf){case 0x1:return(0x0,s[_0x504f82(0x1a1)])(r['DocsMultiIcon'],{});case 0x2:return(0x0,s[_0x504f82(0x1a1)])(r[_0x504f82(0x2a1)],{});case 0x3:return(0x0,s['jsx'])(r['SlidesMultiIcon'],{});default:return null;}}return(0x0,s[_0x5ed4cb(0x1a1)])(_0x5ed4cb(0x230),{'className':(0x0,o['clsx'])(_0x5ed4cb(0x151),o[_0x5ed4cb(0x1ea)]),'children':(0x0,s[_0x5ed4cb(0x1a1)])('ul',{'className':_0x5ed4cb(0x259),'children':_0x1f27fc[_0x5ed4cb(0x19c)]((_0x22c62a,_0x3f6471)=>(0x0,s[_0x5ed4cb(0x1a1)])('li',{'children':(0x0,s[_0x5ed4cb(0x2d0)])('a',{'className':_0x5ed4cb(0x252),'href':_0x22c62a[_0x5ed4cb(0x159)],'target':_0x5ed4cb(0x1d4),'rel':'noreferrer','children':[(0x0,s[_0x5ed4cb(0x2d0)])('span',{'className':'univer-flex\x20univer-w-[calc(100%-48px)]\x20univer-items-center','children':[(0x0,s[_0x5ed4cb(0x1a1)])(_0x5ed4cb(0x2b0),{'className':_0x5ed4cb(0x2d3),'children':_0x36e55c(_0x22c62a[_0x5ed4cb(0x2ca)])}),(0x0,s['jsx'])(o[_0x5ed4cb(0x272)],{'showIfEllipsis':!0x0,'title':_0x22c62a['name'],'asChild':!0x0,'children':(0x0,s['jsx'])(_0x5ed4cb(0x2b0),{'className':'univer-ml-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x22c62a['name']})})]}),(0x0,s[_0x5ed4cb(0x1a1)])(_0x5ed4cb(0x2b0),{'className':_0x5ed4cb(0x249),'children':(0x0,s[_0x5ed4cb(0x1a1)])(r[_0x5ed4cb(0x17f)],{})})]})},_0x3f6471))})});}const x=_0x1a80b7(0x1cd),S=_0x1a80b7(0x297),C='application/vnd.ms-excel.sheet.macroEnabled.12',w=_0x1a80b7(0x1a9),T='application/vnd.openxmlformats-officedocument.presentationml.presentation',E=_0x1a80b7(0x1f9),D={[t[_0x1a80b7(0x277)][_0x1a80b7(0x2d5)]]:[''],[t[_0x1a80b7(0x277)][_0x1a80b7(0x18c)]]:[x],[t[_0x1a80b7(0x277)]['UNIVER_SHEET']]:[S,C,w],[t[_0x1a80b7(0x277)][_0x1a80b7(0x2be)]]:[T],[t['UniverInstanceType'][_0x1a80b7(0x1e9)]]:[''],[t['UniverInstanceType'][_0x1a80b7(0x28c)]]:[''],[t[_0x1a80b7(0x277)][_0x1a80b7(0x29c)]]:[''],[t['UniverInstanceType'][_0x1a80b7(0x19f)]]:[E],[t['UniverInstanceType'][_0x1a80b7(0x1ce)]]:['']},O={[x]:_0x1a80b7(0x245),[S]:_0x1a80b7(0x1ee),[C]:'xlsm',[w]:'xltx',[T]:'pptx',[E]:_0x1a80b7(0x15f)};function k(_0x4abe12,_0x429755,_0x57da4f){const _0x2327ef=_0x1a80b7;let _0x38828b=document['createElement']('a');_0x38828b[_0x2327ef(0x2d1)]=_0x4abe12,_0x38828b[_0x2327ef(0x250)][_0x2327ef(0x2ba)]=_0x2327ef(0x17d),_0x38828b[_0x2327ef(0x2c4)]=_0x429755+'.'+_0x57da4f,document[_0x2327ef(0x1e0)][_0x2327ef(0x2df)](_0x38828b),_0x38828b[_0x2327ef(0x235)](),document[_0x2327ef(0x1e0)][_0x2327ef(0x285)](_0x38828b);}function A(_0x3f96c8,_0x201863,_0x190649){const _0x465b0b=_0x1a80b7;let _0x8fae76=URL[_0x465b0b(0x1b9)](_0x3f96c8);k(_0x8fae76,_0x201863,_0x190649),URL[_0x465b0b(0x2ce)](_0x8fae76);}function j(_0x450a51){const _0x4c326b=_0x1a80b7;let _0x5a8268=_0x450a51[_0x4c326b(0x258)][_0x4c326b(0x195)]('.')[_0x4c326b(0x26b)]();if(!_0x5a8268)return t[_0x4c326b(0x277)][_0x4c326b(0x2d5)];let _0x37e1a3=ie(),_0x279145=t['UniverInstanceType'][_0x4c326b(0x2d5)];return _0x37e1a3['some'](_0x493a4d=>ae(_0x5a8268,_0x493a4d)?(_0x279145=_0x493a4d,!0x0):!0x1),_0x279145;}function ie(){const _0x17ab91=_0x1a80b7;return Object[_0x17ab91(0x2e5)](t['UniverInstanceType'])[_0x17ab91(0x1c2)](_0xd70540=>typeof _0xd70540==_0x17ab91(0x1d8));}function ae(_0x31446d,_0x3be4e9){const _0x3e6084=_0x1a80b7;var _0x492a5b;return((_0x492a5b=D[_0x3be4e9])==null?[]:_0x492a5b)['map'](_0x3b93c5=>(O[_0x3b93c5]||'')[_0x3e6084(0x165)]())[_0x3e6084(0x17e)](_0x31446d['toLowerCase']());}function M(_0x3fa2ef,_0x3c52c2=!0x1){const _0x35061a=_0x1a80b7;let _0x6071ea=_0x3fa2ef['map'](_0x3e2489=>{var _0x18ec9b;return(_0x18ec9b=D[_0x3e2489])==null?[]:_0x18ec9b;})[_0x35061a(0x25e)](',');return new Promise((_0x448d2d,_0x343cb0)=>{const _0x4d9477=_0x35061a;let _0x292d0c=document['createElement'](_0x4d9477(0x2bb));_0x292d0c[_0x4d9477(0x2ca)]=_0x4d9477(0x2b2),_0x292d0c[_0x4d9477(0x1aa)]=_0x6071ea,_0x292d0c['multiple']=_0x3c52c2,_0x292d0c[_0x4d9477(0x1ff)]('change',_0x4e7305=>{const _0x2bdaa8=_0x4d9477;let _0x419b2c=_0x4e7305[_0x2bdaa8(0x1d9)];if(!_0x419b2c[_0x2bdaa8(0x1a2)]||_0x419b2c[_0x2bdaa8(0x1a2)][_0x2bdaa8(0x25b)]===0x0)throw _0x343cb0(null),Error(_0x2bdaa8(0x237));_0x448d2d(_0x419b2c[_0x2bdaa8(0x1a2)]);}),_0x292d0c[_0x4d9477(0x235)]();});}async function N(_0x7e9c72,_0x4df570){const _0x5a4671=_0x1a80b7;try{var _0x23d1fe,_0x2ec3a4,_0x42282b;let _0x288e3c=await _0x4df570['get'](_0x7e9c72,{'responseType':_0x5a4671(0x1c6)}),_0x1346a7=_0x288e3c[_0x5a4671(0x1e0)],_0x1b72ec=(_0x23d1fe=(_0x2ec3a4=_0x288e3c[_0x5a4671(0x27d)][_0x5a4671(0x295)](_0x5a4671(0x25f)))==null?void 0x0:_0x2ec3a4['join'](',\x20'))==null?'application/octet-stream':_0x23d1fe,_0x593fc9=_0x5a4671(0x274)+(O[_0x1b72ec]||_0x5a4671(0x1ee)),_0x559a96=(_0x42282b=_0x288e3c['headers']['get'](_0x5a4671(0x23c)))==null?void 0x0:_0x42282b['join'](',\x20');if(_0x559a96){let _0x2639dc=_0x559a96[_0x5a4671(0x2cb)](/filename=(.+)/);_0x2639dc&&_0x2639dc[0x1]&&(_0x593fc9=_0x2639dc[0x1]);}else _0x593fc9=oe(_0x7e9c72)||_0x593fc9;return new File([_0x1346a7],_0x593fc9,{'type':_0x1b72ec});}catch(_0x18083b){console[_0x5a4671(0x184)](_0x5a4671(0x294),_0x18083b);return;}}function oe(_0x5e43a1){const _0x52aba2=_0x1a80b7;try{return new URL(_0x5e43a1)[_0x52aba2(0x1e8)]['split']('/')[_0x52aba2(0x26b)]();}catch(_0x179d0f){console['error']('Error\x20getting\x20file\x20name\x20from\x20URL:',_0x179d0f);return;}}function se(_0x158010){const _0x517b0c=_0x1a80b7;let _0x116339=new Blob([_0x158010[_0x517b0c(0x20a)]],{'type':_0x517b0c(0x2a5)});return new File([_0x116339],_0x517b0c(0x218));}function P(_0x340fb2,_0x14b33e){const _0x40d355=_0x1a80b7;return _0x340fb2[_0x40d355(0x265)]('{type}',_0x14b33e);}function ce(_0x5f352f,_0x31b4dc){const _0x38510b=_0x1a80b7;return _0x5f352f[_0x38510b(0x265)](_0x38510b(0x254),_0x31b4dc);}function le(_0x1cb58c,_0x24f1fb){const _0x17c750=_0x1a80b7;return _0x1cb58c[_0x17c750(0x265)](_0x17c750(0x2d6),_0x24f1fb);}const F=(0x0,t['createIdentifier'])(_0x1a80b7(0x248));let I=class{constructor(_0x51a313,_0x4b6267){const _0x5e07ac=_0x1a80b7;this[_0x5e07ac(0x189)]=_0x51a313,this['_httpService']=_0x4b6267,v(this,'_taskInterrupted',new Set());}[_0x1a80b7(0x194)](){}[_0x1a80b7(0x239)](_0x39a6ad){const _0x44f516=_0x1a80b7;this[_0x44f516(0x160)][_0x44f516(0x23d)](_0x39a6ad);}[_0x1a80b7(0x1df)](){const _0x5ce917=_0x1a80b7;this[_0x5ce917(0x160)]['clear']();}async[_0x1a80b7(0x1d2)](_0x235fe8,_0x2345cd=0x0,_0xfb84cd=!0x1){const _0x14917b=_0x1a80b7;if(typeof _0x235fe8=='string'){let _0x528df0=await N(_0x235fe8,this[_0x14917b(0x286)]);if(!_0x528df0)throw Error(_0x14917b(0x278));_0x235fe8=_0x528df0;}_0x2345cd=_0x2345cd||_0x235fe8['size'];let _0x49f861=new FormData();_0x49f861[_0x14917b(0x2ad)](_0x14917b(0x2b2),_0x235fe8);try{let _0x5829ce=this[_0x14917b(0x192)]()+_0x14917b(0x22d)+_0x2345cd+_0x14917b(0x16b)+c[_0x14917b(0x269)][_0x14917b(0x229)]+_0x14917b(0x16d)+_0xfb84cd,_0x5422ac={'body':_0x49f861},_0x23c50d=(await this[_0x14917b(0x286)][_0x14917b(0x291)](_0x5829ce,_0x5422ac))['body'];if(_0x23c50d[_0x14917b(0x184)]&&_0x23c50d[_0x14917b(0x184)][_0x14917b(0x1b0)]!==c[_0x14917b(0x2dd)]['OK'])throw Error(this['_buildProtocolErrorMessage']('upload\x20request\x20failed',_0x23c50d[_0x14917b(0x184)]));return _0x23c50d;}catch(_0x218ca5){throw _0x218ca5 instanceof Error?_0x218ca5:Error(this[_0x14917b(0x2c0)](_0x14917b(0x1ef),_0x218ca5));}}async[_0x1a80b7(0x152)](_0x1f86bf){const _0x43350b=_0x1a80b7;let {fileID:_0x1cff86,type:_0x1c45cd,outputType:_0x4fd7a0,minSheetColumnCount:_0x2493bf,minSheetRowCount:_0x47d33e}=_0x1f86bf;try{let _0x8647e5=P(this[_0x43350b(0x2e7)](),''+_0x1c45cd),_0x116651={'body':{'fileID':_0x1cff86,'outputType':_0x4fd7a0,'minSheetColumnCount':_0x2493bf,'minSheetRowCount':_0x47d33e}},_0x194e20=(await this[_0x43350b(0x286)][_0x43350b(0x291)](_0x8647e5,_0x116651))['body'];return _0x194e20[_0x43350b(0x184)]&&_0x194e20[_0x43350b(0x184)]['code']!==c[_0x43350b(0x2dd)]['OK']?void 0x0:_0x194e20;}catch{return;}}async[_0x1a80b7(0x26e)](_0x3ca93a){const _0x104e21=_0x1a80b7;let {unitID:_0x109652,jsonID:_0x12609f,type:_0x590940,useImageUrl:_0x3ffb80,ignoreTableExport:_0x18ae29}=_0x3ca93a;try{let _0x171d19=P(this['_getExportURL'](),''+_0x590940),_0x5902d2={'body':{'unitID':_0x109652,'jsonID':_0x12609f,'type':_0x590940,'useImageUrl':_0x3ffb80,'ignoreTableExport':_0x18ae29}},_0xfabb84=(await this[_0x104e21(0x286)]['post'](_0x171d19,_0x5902d2))[_0x104e21(0x1e0)];return _0xfabb84[_0x104e21(0x184)]&&_0xfabb84[_0x104e21(0x184)]['code']!==c[_0x104e21(0x2dd)]['OK']?void 0x0:_0xfabb84;}catch{return;}}async['getTask'](_0x38d3dc){return new Promise((_0x2b94d7,_0x506ee1)=>{const _0x5a6541=_0x344e;try{let _0x5d48e5=0x0,_0x5c4d3=ce(this[_0x5a6541(0x1fe)](),''+_0x38d3dc),_0x1db5af=this[_0x5a6541(0x222)](),_0x5da289=async()=>{const _0x3b88ea=_0x5a6541;if(this[_0x3b88ea(0x160)][_0x3b88ea(0x188)](_0x38d3dc))return;let _0x532ab3=(await this[_0x3b88ea(0x286)][_0x3b88ea(0x295)](_0x5c4d3))[_0x3b88ea(0x1e0)];if(_0x532ab3[_0x3b88ea(0x184)]&&_0x532ab3[_0x3b88ea(0x184)][_0x3b88ea(0x1b0)]===c[_0x3b88ea(0x2dd)]['OK']){if(_0x532ab3[_0x3b88ea(0x174)]==='done')_0x2b94d7(_0x532ab3);else{if(_0x532ab3[_0x3b88ea(0x174)]===_0x3b88ea(0x1fa)){let _0x33dacf=0x3e8;if(_0x5d48e5>=_0x1db5af){_0x506ee1(_0x532ab3);return;}else _0x5d48e5>=0x7530&&(_0x33dacf=0x1388);_0x5d48e5+=_0x33dacf,setTimeout(_0x5da289,_0x33dacf);}else _0x506ee1(_0x532ab3);}}else _0x506ee1(_0x532ab3);};_0x5da289();}catch(_0x4b13d4){_0x506ee1(_0x4b13d4 instanceof Error?_0x4b13d4:Error(String(_0x4b13d4)));}});}async['signUrl'](_0x5807a7){const _0x2c73d4=_0x1a80b7;try{let _0x2c71a1=le(this[_0x2c73d4(0x1c9)](),''+_0x5807a7);return(await this[_0x2c73d4(0x286)][_0x2c73d4(0x295)](_0x2c71a1))[_0x2c73d4(0x1e0)];}catch{return;}}async[_0x1a80b7(0x29e)](_0x14dab){const _0x40e0f3=_0x1a80b7;try{return(await this['_httpService'][_0x40e0f3(0x295)](_0x14dab,{'responseType':_0x40e0f3(0x1af)}))[_0x40e0f3(0x1e0)];}catch{return;}}[_0x1a80b7(0x1a7)](_0x12b006,_0x365ae1){const _0x4f116c=_0x1a80b7;let _0x4059a0=this[_0x4f116c(0x282)](_0x365ae1);return _0x4059a0?_0x12b006+':\x20'+_0x4059a0:_0x12b006;}[_0x1a80b7(0x2c0)](_0x26f1f1,_0x32e45e){const _0x3c04da=_0x1a80b7;if(_0x32e45e instanceof n[_0x3c04da(0x1a0)]){let _0xf9cac9=typeof _0x32e45e[_0x3c04da(0x174)]==_0x3c04da(0x1d8)?''+_0x32e45e[_0x3c04da(0x174)]+(_0x32e45e['statusText']?'\x20'+_0x32e45e['statusText']:''):void 0x0,_0x54d871=this[_0x3c04da(0x282)](_0x32e45e[_0x3c04da(0x184)]);return _0xf9cac9&&_0x54d871?_0x26f1f1+_0x3c04da(0x2db)+_0xf9cac9+'\x20-\x20'+_0x54d871:_0xf9cac9?_0x26f1f1+_0x3c04da(0x2db)+_0xf9cac9:_0x54d871?_0x26f1f1+':\x20'+_0x54d871:_0x26f1f1;}let _0x285703=this[_0x3c04da(0x282)](_0x32e45e);return _0x285703?_0x26f1f1+':\x20'+_0x285703:_0x26f1f1;}[_0x1a80b7(0x282)](_0x27d785){const _0x86a80f=_0x1a80b7;if(typeof _0x27d785==_0x86a80f(0x2e0)){let _0x1b55ba=_0x27d785[_0x86a80f(0x1d1)]();return _0x1b55ba[_0x86a80f(0x25b)]>0x0?_0x1b55ba:void 0x0;}if(_0x27d785 instanceof Error)return this['_extractErrorDetail'](_0x27d785[_0x86a80f(0x207)]);if(!_0x27d785||typeof _0x27d785!=_0x86a80f(0x169)||Array[_0x86a80f(0x15e)](_0x27d785))return;let _0x544dce=_0x27d785,_0x19d907=this[_0x86a80f(0x282)](_0x544dce[_0x86a80f(0x207)]);if(_0x19d907)return _0x19d907;if(_0x544dce[_0x86a80f(0x184)]&&typeof _0x544dce[_0x86a80f(0x184)]==_0x86a80f(0x169)&&!Array['isArray'](_0x544dce['error'])){let _0x584fd5=this['_extractErrorDetail'](_0x544dce['error']);if(_0x584fd5)return _0x584fd5;}}['_getUploadFileURL'](){const _0x3593e4=_0x1a80b7;var _0x552839;let _0x3e59a0=this['_configService']['getConfig'](f);return(_0x552839=_0x3e59a0==null?void 0x0:_0x3e59a0['uploadFileServerUrl'])==null?_0x3593e4(0x26c):_0x552839;}[_0x1a80b7(0x2e7)](){const _0x3bd53d=_0x1a80b7;var _0x279c8c;let _0x11a280=this['_configService'][_0x3bd53d(0x1e2)](f);return(_0x279c8c=_0x11a280==null?void 0x0:_0x11a280[_0x3bd53d(0x200)])==null?_0x3bd53d(0x1ad):_0x279c8c;}[_0x1a80b7(0x268)](){const _0x429f93=_0x1a80b7;var _0x10e580;let _0x4d1b8b=this[_0x429f93(0x189)][_0x429f93(0x1e2)](f);return(_0x10e580=_0x4d1b8b==null?void 0x0:_0x4d1b8b[_0x429f93(0x1e4)])==null?_0x429f93(0x15a):_0x10e580;}[_0x1a80b7(0x1fe)](){const _0x394260=_0x1a80b7;var _0x1cc0f6;let _0x4135ab=this['_configService']['getConfig'](f);return(_0x1cc0f6=_0x4135ab==null?void 0x0:_0x4135ab[_0x394260(0x179)])==null?_0x394260(0x2dc):_0x1cc0f6;}[_0x1a80b7(0x1c9)](){const _0x584001=_0x1a80b7;var _0x45ca33;let _0x498fcd=this[_0x584001(0x189)][_0x584001(0x1e2)](f);return(_0x45ca33=_0x498fcd==null?void 0x0:_0x498fcd[_0x584001(0x217)])==null?'/universer-api/file/{fileID}/sign-url':_0x45ca33;}['_getMaxPollingTime'](){const _0x167af2=_0x1a80b7;var _0xf015d6;let _0x196e4c=this[_0x167af2(0x189)][_0x167af2(0x1e2)](f);return(_0xf015d6=_0x196e4c==null?void 0x0:_0x196e4c[_0x167af2(0x26d)])==null?0x1d4c0:_0xf015d6;}};I=h([m(0x0,t[_0x1a80b7(0x2a6)]),m(0x1,(0x0,t['Inject'])(n[_0x1a80b7(0x181)]))],I);function L(_0x39df7c){const _0x47ec4f=_0x1a80b7;let _0x50320c=_0x39df7c[_0x47ec4f(0x1b3)];if(!_0x50320c)return null;let _0x1a289f={};_0x50320c[_0x47ec4f(0x2a9)]&&Object['keys'](_0x50320c[_0x47ec4f(0x2a9)])[_0x47ec4f(0x2d2)](_0x54ea99=>{const _0x31f5bf=_0x47ec4f;let _0xceed43=_0x50320c[_0x31f5bf(0x2a9)][_0x54ea99];_0x1a289f[_0x54ea99]={..._0xceed43,'originalMeta':(0x0,l[_0x31f5bf(0x186)])(l[_0x31f5bf(0x1c1)][_0x31f5bf(0x1f0)](_0xceed43['originalMeta']))};});let _0x50fc1b=(0x0,l[_0x47ec4f(0x186)])(l['textDecoder'][_0x47ec4f(0x1f0)](_0x50320c[_0x47ec4f(0x1f5)]));return{..._0x39df7c,'workbook':{..._0x50320c,'originalMeta':_0x50fc1b,'sheets':_0x1a289f},'doc':{},'slide':void 0x0,'board':void 0x0};}function R(_0x33df6c){const _0xf74994=_0x1a80b7;let _0x5d6eff=_0x33df6c[_0xf74994(0x29f)];if(!_0x5d6eff)return null;let _0x52b4c9=(0x0,l[_0xf74994(0x186)])(l[_0xf74994(0x1c1)][_0xf74994(0x1f0)](_0x5d6eff['originalMeta']));return{..._0x33df6c,'workbook':{},'doc':{..._0x5d6eff,'originalMeta':_0x52b4c9},'slide':void 0x0,'board':void 0x0};}function z(_0x288a69){const _0x2ff971=_0x1a80b7;var _0x253ce2;let _0x557f94=(_0x253ce2=_0x288a69['slide'])==null?_0x288a69[_0x2ff971(0x29f)]:_0x253ce2;if(!_0x557f94)return null;let _0x4418d4=typeof _0x557f94[_0x2ff971(0x1f5)]==_0x2ff971(0x2e0)?_0x557f94[_0x2ff971(0x1f5)]:(0x0,l[_0x2ff971(0x186)])(l[_0x2ff971(0x1c1)]['decode'](_0x557f94[_0x2ff971(0x1f5)]));return{..._0x288a69,'workbook':{},'doc':{},'slide':{..._0x557f94,'originalMeta':_0x4418d4},'board':void 0x0};}function B(_0x3ee24d){const _0x443a7c=_0x1a80b7;let _0x2760d7={};return _0x3ee24d[_0x443a7c(0x2d2)](_0x2383dd=>{const _0x4acf9f=_0x443a7c;_0x2760d7[_0x2383dd['id']]={..._0x2383dd,'data':(0x0,l['b64EncodeUnicode'])(l['textDecoder'][_0x4acf9f(0x1f0)](_0x2383dd[_0x4acf9f(0x1ed)]))};}),_0x2760d7;}async function V(_0x1b405b){const _0x40c8f8=_0x1a80b7;var _0x1f7cd1;let _0x436baa={'metadata':void 0x0},_0x12e12b=_0x1b405b['id'],_0x5b09d8=(_0x1f7cd1=_0x1b405b['rev'])==null?0x0:_0x1f7cd1,_0x108231=new W(),{snapshot:_0x4d0ffa}=await(0x0,l['transformWorkbookDataToSnapshot'])(_0x436baa,_0x1b405b,_0x12e12b,_0x5b09d8,_0x108231),_0x2ad3c0=await(0x0,l[_0x40c8f8(0x1bf)])(_0x4d0ffa,_0x108231),_0x5c328d=L(_0x4d0ffa);if(!_0x5c328d)throw Error(_0x40c8f8(0x1f2));return{'snapshot':_0x5c328d,'sheetBlocks':B(_0x2ad3c0)};}async function H(_0x16f6f7){const _0x332a4a=_0x1a80b7;var _0x3428ff;let _0x458cc1={'metadata':void 0x0},_0x636b28=_0x16f6f7['id'],{snapshot:_0x5a6371}=await(0x0,l[_0x332a4a(0x176)])(_0x458cc1,_0x16f6f7,_0x636b28,(_0x3428ff=_0x16f6f7[_0x332a4a(0x170)])==null?0x0:_0x3428ff,new W()),_0x5d35c4=R(_0x5a6371);if(!_0x5d35c4)throw Error(_0x332a4a(0x1f2));return{'snapshot':_0x5d35c4,'sheetBlocks':{}};}async function U(_0x41b8cc){const _0x13d8ed=_0x1a80b7;var _0x1049dc;let _0x5cb959=_0x41b8cc['id'],_0x9d7931=(_0x1049dc=_0x41b8cc[_0x13d8ed(0x170)])==null?0x0:_0x1049dc,_0x4770e7=new W(),{snapshot:_0x176ecd}=await(0x0,l[_0x13d8ed(0x2b3)])(_0x41b8cc['resources'],_0x41b8cc,_0x5cb959,_0x9d7931,_0x4770e7),_0x3ae9ff=z(_0x176ecd);if(!_0x3ae9ff)throw Error(_0x13d8ed(0x1f2));return{'snapshot':_0x3ae9ff,'sheetBlocks':{}};}async function ue(_0x1c0164){const _0x5f2667=_0x1a80b7;let _0x149aac=_0x1c0164[_0x5f2667(0x2af)],_0x79545d=_0x1c0164['sheetBlocks']||{};return await(0x0,l[_0x5f2667(0x202)])(_0x149aac,Object[_0x5f2667(0x2da)](_0x79545d)['map'](_0x3c83b8=>_0x79545d[_0x3c83b8])[_0x5f2667(0x19c)](_0x1b6d99=>({..._0x1b6d99,'data':_0x1b6d99[_0x5f2667(0x1ed)]?JSON['parse']((0x0,l[_0x5f2667(0x1cb)])(_0x1b6d99['data'])):void 0x0})));}function de(_0x45dd18){const _0x5615fc=_0x1a80b7;let _0x5bf6ea=_0x45dd18[_0x5615fc(0x2af)];return(0x0,l[_0x5615fc(0x1a3)])(_0x5bf6ea);}function fe(_0x57d157){let _0x2d26e7=_0x57d157['snapshot'];return(0x0,l['transformSnapshotToSlideData'])(_0x2d26e7);}var W=class{constructor(){const _0x55a844=_0x1a80b7;v(this,_0x55a844(0x25a),new Map());}[_0x1a80b7(0x1e6)](){const _0x10c2b6=_0x1a80b7;return Promise[_0x10c2b6(0x172)]({'snapshot':{'unitID':'','type':t[_0x10c2b6(0x277)][_0x10c2b6(0x178)],'rev':0x0,'workbook':void 0x0,'doc':void 0x0,'slide':void 0x0,'board':void 0x0},'changesets':[],'error':{'code':c[_0x10c2b6(0x2dd)]['OK'],'message':''}});}[_0x1a80b7(0x233)](_0x3f18ad,_0x2ff5f0){const _0x5dcf71=_0x1a80b7;let _0x1ce104=this[_0x5dcf71(0x25a)][_0x5dcf71(0x295)](_0x2ff5f0[_0x5dcf71(0x1a6)]);return Promise[_0x5dcf71(0x172)]({'block':_0x1ce104,'error':{'code':c['ErrorCode']['OK'],'message':''}});}[_0x1a80b7(0x1b1)](_0x4e7f85,_0xa8f6ac){const _0x5862df=_0x1a80b7;let _0x36240b=this[_0x5862df(0x25a)][_0x5862df(0x295)](_0xa8f6ac[_0x5862df(0x1a6)]);return Promise[_0x5862df(0x172)]({'block':_0x36240b===void 0x0?void 0x0:{..._0x36240b,'data':JSON[_0x5862df(0x208)](l[_0x5862df(0x1c1)][_0x5862df(0x1f0)](_0x36240b[_0x5862df(0x1ed)]))},'error':{'code':c[_0x5862df(0x2dd)]['OK'],'message':''}});}['fetchMissingChangesets'](){const _0x492149=_0x1a80b7;return Promise[_0x492149(0x172)]({'changesets':[],'error':{'code':c[_0x492149(0x2dd)]['OK'],'message':''}});}['getResourcesRequest'](){const _0x468700=_0x1a80b7;return Promise[_0x468700(0x172)]({'resources':{},'error':{'code':c[_0x468700(0x2dd)]['OK'],'message':''}});}[_0x1a80b7(0x2c9)](){const _0x37e1fb=_0x1a80b7;return Promise[_0x37e1fb(0x172)]({'error':{'code':c[_0x37e1fb(0x2dd)]['OK'],'message':''}});}[_0x1a80b7(0x232)](){const _0x7753c3=_0x1a80b7;return Promise['resolve']({'error':{'code':c[_0x7753c3(0x2dd)]['OK'],'message':''}});}[_0x1a80b7(0x1b6)](_0x10fa5e,_0x2cc264){const _0x23efba=_0x1a80b7;let {block:_0x346c6c}=_0x2cc264;return _0x346c6c?(this[_0x23efba(0x25a)]['set'](_0x346c6c['id'],_0x346c6c),Promise[_0x23efba(0x172)]({'error':{'code':c[_0x23efba(0x2dd)]['OK'],'message':''},'blockID':_0x346c6c['id']})):Promise[_0x23efba(0x172)]({'error':{'code':c[_0x23efba(0x2dd)][_0x23efba(0x24a)],'message':_0x23efba(0x2d4)},'blockID':''});}[_0x1a80b7(0x197)](){const _0x1c11e0=_0x1a80b7;return Promise[_0x1c11e0(0x172)]({'error':{'code':c[_0x1c11e0(0x2dd)]['OK'],'message':''},'concurrent':[]});}[_0x1a80b7(0x23e)](){const _0x114d4e=_0x1a80b7;return Promise[_0x114d4e(0x172)]({'error':void 0x0,'fileMetaId':''});}[_0x1a80b7(0x238)](){const _0x3d1deb=_0x1a80b7;return Promise[_0x3d1deb(0x172)]({'error':void 0x0,'latestReqID':0x0});}};function _0x344e(_0x5e089f,_0x1203f4){_0x5e089f=_0x5e089f-0x151;const _0x5a1042=_0x5a10();let _0x344e2b=_0x5a1042[_0x5e089f];return _0x344e2b;}const G=(0x0,t[_0x1a80b7(0x21b)])(_0x1a80b7(0x21d));let K=class extends t['Disposable']{constructor(_0x4a791c,_0x21ed01,_0x258ae0){const _0x529b51=_0x1a80b7;super(),this[_0x529b51(0x189)]=_0x4a791c,this[_0x529b51(0x286)]=_0x21ed01,this['_requestService']=_0x258ae0,v(this,_0x529b51(0x214),null),v(this,_0x529b51(0x21a),new a[(_0x529b51(0x18f))]()),v(this,'requestState$',this[_0x529b51(0x21a)][_0x529b51(0x231)]());}['dispose'](){const _0x276a45=_0x1a80b7;super['dispose'](),this[_0x276a45(0x21a)]['complete']();}['downloadFile'](_0x2f65cf,_0x33c125,_0x19c97f){const _0x16f44e=_0x1a80b7;let _0x374390=URL[_0x16f44e(0x1b9)](_0x2f65cf);k(_0x374390,_0x33c125,_0x19c97f),URL[_0x16f44e(0x2ce)](_0x374390);}async[_0x1a80b7(0x240)](_0x5502f5){const _0x2bf724=_0x1a80b7;let _0x512b5a=_0x5502f5[_0x2bf724(0x2af)],_0xdb4cd7=_0x5502f5[_0x2bf724(0x15b)]||{};return(0x0,l['transformSnapshotToWorkbookData'])(_0x512b5a,Object[_0x2bf724(0x2da)](_0xdb4cd7)['map'](_0x43e9e4=>_0xdb4cd7[_0x43e9e4])[_0x2bf724(0x19c)](_0xa216b=>({..._0xa216b,'data':_0xa216b[_0x2bf724(0x1ed)]?JSON[_0x2bf724(0x208)]((0x0,l[_0x2bf724(0x1cb)])(_0xa216b['data'])):void 0x0})));}async['transformWorkbookDataToSnapshotJson'](_0x2fdcf2){const _0x5dfedf=_0x1a80b7;var _0x5e5ceb;let _0x9243a={'metadata':void 0x0},_0x5c0d28=_0x2fdcf2['id'],_0x42be03=(_0x5e5ceb=_0x2fdcf2[_0x5dfedf(0x170)])==null?0x0:_0x5e5ceb,_0x36f792=new W(),{snapshot:_0x4d4f36}=await(0x0,l[_0x5dfedf(0x1a5)])(_0x9243a,_0x2fdcf2,_0x5c0d28,_0x42be03,_0x36f792),_0x449d36=await(0x0,l[_0x5dfedf(0x1bf)])(_0x4d4f36,_0x36f792),_0x37d3f5=L(_0x4d4f36);if(!_0x37d3f5)throw Error(_0x5dfedf(0x1f2));return{'snapshot':_0x37d3f5,'sheetBlocks':B(_0x449d36)};}async[_0x1a80b7(0x2bc)](_0x4e0ca8){const _0x427c25=_0x1a80b7;let _0x280ea5=await this['importFileToJson'](_0x4e0ca8,t['UniverInstanceType'][_0x427c25(0x18c)]);if(!_0x280ea5||!_0x280ea5[_0x427c25(0x2af)])return;let _0x9ed1c8=de(_0x280ea5);if(_0x9ed1c8)return _0x9ed1c8;}async['exportDOCXByUnitId'](_0x4eba6c){const _0x5f58c7=_0x1a80b7;return this[_0x5f58c7(0x167)](_0x4eba6c,0x1,t['UniverInstanceType']['UNIVER_DOC']);}async[_0x1a80b7(0x2b8)](_0x334abb){const _0x2de7f5=_0x1a80b7;let _0x10ef42=await H(_0x334abb);return this[_0x2de7f5(0x2a8)](_0x10ef42,t['UniverInstanceType'][_0x2de7f5(0x18c)]);}async[_0x1a80b7(0x16a)](_0x1634c2){const _0x3a7b07=_0x1a80b7;let _0x2cfd69=await this[_0x3a7b07(0x2cd)](_0x1634c2,t['UniverInstanceType']['UNIVER_SLIDE']);if(!(!_0x2cfd69||!_0x2cfd69[_0x3a7b07(0x2af)]))return fe(_0x2cfd69);}async['exportPPTXByUnitId'](_0x198029){const _0x578b88=_0x1a80b7;return this[_0x578b88(0x167)](_0x198029,0x1,t[_0x578b88(0x277)][_0x578b88(0x2be)]);}async[_0x1a80b7(0x251)](_0x21d9d5){const _0x4a6588=_0x1a80b7;let _0x2c5270=await U(_0x21d9d5);return this[_0x4a6588(0x2a8)](_0x2c5270,t[_0x4a6588(0x277)]['UNIVER_SLIDE']);}async[_0x1a80b7(0x29d)](_0x1b6c1e){const _0x4e2f03=_0x1a80b7;let _0x13ef83=await this['importFileToJson'](_0x1b6c1e,t[_0x4e2f03(0x277)][_0x4e2f03(0x178)]);if(!_0x13ef83)return;let _0x3be0ab=await this[_0x4e2f03(0x240)](_0x13ef83);if(_0x3be0ab)return _0x3be0ab;}async[_0x1a80b7(0x27b)](_0x2854a8){const _0x1a4b1c=_0x1a80b7;return this[_0x1a4b1c(0x167)](_0x2854a8,0x1,t['UniverInstanceType']['UNIVER_SHEET']);}async['exportXLSXBySnapshot'](_0x52389a){const _0x4a2c97=_0x1a80b7;let _0x3fc271=await this['transformWorkbookDataToSnapshotJson'](_0x52389a);return this[_0x4a2c97(0x2a8)](_0x3fc271,t[_0x4a2c97(0x277)][_0x4a2c97(0x178)]);}async[_0x1a80b7(0x205)](_0x603de0,_0x4e25f5){const _0x11a647=_0x1a80b7;var _0x11f44a,_0x4a1caa;let _0x2c2e44=await this[_0x11a647(0x1f7)](_0x603de0);if(!_0x2c2e44)return;let _0x140d64=await this['_import'](_0x2c2e44,0x1,_0x4e25f5);if(!_0x140d64)return;this[_0x11a647(0x214)]=_0x140d64,this[_0x11a647(0x156)][_0x11a647(0x1df)]();let _0x3375e2=await this[_0x11a647(0x156)][_0x11a647(0x183)](_0x140d64)[_0x11a647(0x180)](_0x2c7720=>{const _0x4e73ec=_0x11a647;var _0x173b6f;let _0x407b09=_0x2c7720 instanceof Error?_0x2c7720[_0x4e73ec(0x207)]:(_0x173b6f=_0x2c7720['error'])==null?void 0x0:_0x173b6f[_0x4e73ec(0x207)];this[_0x4e73ec(0x21a)][_0x4e73ec(0x18e)]({'error':{'code':c[_0x4e73ec(0x2dd)][_0x4e73ec(0x1ce)],'message':_0x407b09||''},'state':0x3});});if(!_0x3375e2)return;let _0x43d9b5=(_0x11f44a=_0x3375e2[_0x11a647(0x152)])==null?void 0x0:_0x11f44a[_0x11a647(0x2cc)],_0x3ab7cd=((_0x4a1caa=_0x3375e2[_0x11a647(0x152)])==null?void 0x0:_0x4a1caa['unitID'])||'';if(_0x43d9b5!==0x1){this[_0x11a647(0x21a)][_0x11a647(0x18e)]({'error':{'code':c[_0x11a647(0x2dd)][_0x11a647(0x1ce)],'message':_0x11a647(0x2c2)},'state':0x3});return;}if(_0x3ab7cd[_0x11a647(0x25b)]===0x0){this[_0x11a647(0x21a)][_0x11a647(0x18e)]({'error':{'code':c[_0x11a647(0x2dd)]['UNRECOGNIZED'],'message':_0x11a647(0x19a)},'state':0x3});return;}return this[_0x11a647(0x21a)]['next']({'error':_0x3375e2['error'],'state':0x3}),_0x3ab7cd;}async['importFileToJson'](_0xa405df,_0x705a5d){const _0xdf97ed=_0x1a80b7;return this[_0xdf97ed(0x221)](_0xa405df,_0x705a5d);}async[_0x1a80b7(0x293)](_0x569233){const _0x46def5=_0x1a80b7;let _0x47d166=await this['transformWorkbookDataToSnapshotJson'](_0x569233),_0x42bd02=typeof _0x569233['id']==_0x46def5(0x2e0)&&_0x569233['id'][_0x46def5(0x1d1)]()?_0x569233['id'][_0x46def5(0x1d1)]()+_0x46def5(0x2bf):_0x46def5(0x201),_0x146768=new File([JSON[_0x46def5(0x28b)](_0x47d166)],_0x42bd02,{'type':_0x46def5(0x2a5)});return this['importFileToUnitId'](_0x146768,t['UniverInstanceType'][_0x46def5(0x178)]);}['interruptImportTask'](){const _0x3770f0=_0x1a80b7;this[_0x3770f0(0x214)]&&this[_0x3770f0(0x156)]['setTaskInterrupted'](this['_importTaskId']);}async['_importToJson'](_0x108b2d,_0x3ff73a){const _0x589856=_0x1a80b7;var _0x4336ff,_0x542b5a;let _0x18551e=await this[_0x589856(0x1f7)](_0x108b2d);if(!_0x18551e)return;let _0x34ba64=await this[_0x589856(0x289)](_0x18551e,0x2,_0x3ff73a);if(!_0x34ba64)return;this['_importTaskId']=_0x34ba64,this['_requestService'][_0x589856(0x1df)]();let _0x54bc1c=await this[_0x589856(0x156)][_0x589856(0x183)](_0x34ba64)[_0x589856(0x180)](_0x115eca=>{const _0x3f46d3=_0x589856;var _0x5d3e76;let _0x286a00=_0x115eca instanceof Error?_0x115eca[_0x3f46d3(0x207)]:(_0x5d3e76=_0x115eca[_0x3f46d3(0x184)])==null?void 0x0:_0x5d3e76[_0x3f46d3(0x207)];this[_0x3f46d3(0x21a)][_0x3f46d3(0x18e)]({'error':{'code':c[_0x3f46d3(0x2dd)][_0x3f46d3(0x1ce)],'message':_0x286a00||''},'state':0x3});});if(!_0x54bc1c)return;let _0x3774d7=(_0x4336ff=_0x54bc1c[_0x589856(0x152)])==null?void 0x0:_0x4336ff[_0x589856(0x2cc)],_0x16079d=((_0x542b5a=_0x54bc1c[_0x589856(0x152)])==null?void 0x0:_0x542b5a[_0x589856(0x2c6)])||'';if(_0x3774d7!==0x2){this[_0x589856(0x21a)][_0x589856(0x18e)]({'error':{'code':c[_0x589856(0x2dd)][_0x589856(0x1ce)],'message':'Get\x20outputType\x20error'},'state':0x3});return;}if(_0x16079d['length']===0x0){this[_0x589856(0x21a)][_0x589856(0x18e)]({'error':{'code':c[_0x589856(0x2dd)]['UNRECOGNIZED'],'message':_0x589856(0x219)},'state':0x3});return;}this[_0x589856(0x21a)][_0x589856(0x18e)]({'error':_0x54bc1c[_0x589856(0x184)],'state':0x3});let _0x5959ee=await this[_0x589856(0x296)](_0x16079d);if(!_0x5959ee)return;let _0x209994=await this[_0x589856(0x156)][_0x589856(0x29e)](_0x5959ee);if(!_0x209994){this[_0x589856(0x21a)][_0x589856(0x18e)]({'error':{'code':c[_0x589856(0x2dd)][_0x589856(0x1ce)],'message':_0x589856(0x1fb)},'state':0x5});return;}try{let _0x495688=JSON['parse'](_0x209994);return this[_0x589856(0x21a)]['next']({'error':{'code':c[_0x589856(0x2dd)]['OK'],'message':_0x589856(0x206)},'state':0x5}),_0x495688;}catch{this['_requestState$']['next']({'error':{'code':c[_0x589856(0x2dd)][_0x589856(0x1ce)],'message':_0x589856(0x162)},'state':0x5});}}async[_0x1a80b7(0x2a8)](_0x4b6374,_0xa3e260){const _0xeedaac=_0x1a80b7;let _0x38fd84=JSON['stringify'](_0x4b6374),_0x215074=l[_0xeedaac(0x163)][_0xeedaac(0x271)](_0x38fd84),_0x18e34e=(0x0,u[_0xeedaac(0x1a8)])(_0x215074),_0x3e96d7=_0x215074[_0xeedaac(0x25b)],_0x94c914=se(_0x18e34e),_0x15b769=await this[_0xeedaac(0x1f7)](_0x94c914,_0x3e96d7,!0x0);if(_0x15b769)return this[_0xeedaac(0x167)](_0x15b769,0x2,_0xa3e260);}async[_0x1a80b7(0x167)](_0x339956,_0x813bc5,_0x16b9e9){const _0x5d70fb=_0x1a80b7;var _0x44c6b3;let _0x5f5d18=await this[_0x5d70fb(0x156)]['export']({'unitID':_0x813bc5===0x1?_0x339956:'','jsonID':_0x813bc5===0x2?_0x339956:'','type':_0x16b9e9,'useImageUrl':this[_0x5d70fb(0x2e3)](),'ignoreTableExport':this[_0x5d70fb(0x203)]()});if(!_0x5f5d18){this[_0x5d70fb(0x21a)][_0x5d70fb(0x18e)]({'error':{'code':c[_0x5d70fb(0x2dd)][_0x5d70fb(0x1ce)],'message':_0x5d70fb(0x22b)},'state':0x2});return;}if(this[_0x5d70fb(0x21a)][_0x5d70fb(0x18e)]({'error':_0x5f5d18[_0x5d70fb(0x184)],'state':0x2}),_0x5f5d18[_0x5d70fb(0x184)]&&_0x5f5d18[_0x5d70fb(0x184)][_0x5d70fb(0x1b0)]!==c['ErrorCode']['OK'])return;let _0x17f5e3=_0x5f5d18['taskID'],_0x74fdb=await this[_0x5d70fb(0x156)][_0x5d70fb(0x183)](_0x17f5e3)[_0x5d70fb(0x180)](_0x2f0e1a=>{const _0x496ef5=_0x5d70fb;var _0x5bc303;let _0x19fce4=_0x2f0e1a instanceof Error?_0x2f0e1a[_0x496ef5(0x207)]:(_0x5bc303=_0x2f0e1a[_0x496ef5(0x184)])==null?void 0x0:_0x5bc303[_0x496ef5(0x207)];this['_requestState$']['next']({'error':{'code':c[_0x496ef5(0x2dd)]['UNRECOGNIZED'],'message':_0x19fce4||''},'state':0x3});});if(!_0x74fdb)return;let _0x27e766=((_0x44c6b3=_0x74fdb[_0x5d70fb(0x26e)])==null?void 0x0:_0x44c6b3[_0x5d70fb(0x191)])||'';if(_0x27e766[_0x5d70fb(0x25b)]===0x0){this['_requestState$'][_0x5d70fb(0x18e)]({'error':{'code':c['ErrorCode']['UNRECOGNIZED'],'message':_0x5d70fb(0x1b5)},'state':0x3});return;}this[_0x5d70fb(0x21a)][_0x5d70fb(0x18e)]({'error':_0x74fdb[_0x5d70fb(0x184)],'state':0x3});let _0x3cb041=await this['_signUrl'](_0x27e766);if(!_0x3cb041)return;let _0x31e7b0=await N(_0x3cb041,this[_0x5d70fb(0x286)]);if(!_0x31e7b0){this['_requestState$']['next']({'error':{'code':c['ErrorCode']['UNRECOGNIZED'],'message':'Failed\x20to\x20get\x20file\x20from\x20url'},'state':0x6});return;}return this['_requestState$']['next']({'error':{'code':c[_0x5d70fb(0x2dd)]['OK'],'message':_0x5d70fb(0x206)},'state':0x6}),_0x31e7b0;}async[_0x1a80b7(0x1f7)](_0x30e2ed,_0x5c1bfb,_0x25aa0e){const _0x2335f0=_0x1a80b7;let _0x166d14;try{_0x166d14=await this['_requestService'][_0x2335f0(0x1d2)](_0x30e2ed,_0x5c1bfb,_0x25aa0e);}catch(_0xc1fde9){let _0x28bdb4=_0xc1fde9 instanceof Error?_0xc1fde9[_0x2335f0(0x207)]:String(_0xc1fde9);this[_0x2335f0(0x21a)]['next']({'error':{'code':c[_0x2335f0(0x2dd)]['UNRECOGNIZED'],'message':_0x28bdb4},'state':0x0});return;}if(!_0x166d14||typeof _0x166d14[_0x2335f0(0x1c5)]!=_0x2335f0(0x2e0)){this[_0x2335f0(0x21a)]['next']({'error':{'code':c[_0x2335f0(0x2dd)][_0x2335f0(0x1ce)],'message':_0x2335f0(0x260)},'state':0x0});return;}let _0x3630a5=_0x166d14[_0x2335f0(0x1c5)];if(_0x3630a5[_0x2335f0(0x25b)]===0x0){this['_requestState$'][_0x2335f0(0x18e)]({'error':{'code':c[_0x2335f0(0x2dd)][_0x2335f0(0x1ce)],'message':_0x2335f0(0x253)},'state':0x0});return;}return this[_0x2335f0(0x21a)]['next']({'error':{'code':c[_0x2335f0(0x2dd)]['OK'],'message':'success'},'state':0x0}),_0x3630a5;}async[_0x1a80b7(0x289)](_0x8919ab,_0xd96796,_0x4774bc){const _0x1bf77a=_0x1a80b7;let _0x79186a={'fileID':_0x8919ab,'type':_0x4774bc,'outputType':_0xd96796,'fileUrl':'','minSheetRowCount':this['_getMinSheetRowCount'](),'minSheetColumnCount':this['_getMinSheetColumnCount']()},_0x308a45=await this['_requestService'][_0x1bf77a(0x152)](_0x79186a);if(!_0x308a45){this[_0x1bf77a(0x21a)][_0x1bf77a(0x18e)]({'error':{'code':c[_0x1bf77a(0x2dd)]['UNRECOGNIZED'],'message':_0x1bf77a(0x1c0)},'state':0x1});return;}if(_0x308a45[_0x1bf77a(0x184)]&&_0x308a45[_0x1bf77a(0x184)][_0x1bf77a(0x1b0)]!==c[_0x1bf77a(0x2dd)]['OK']){this[_0x1bf77a(0x21a)][_0x1bf77a(0x18e)]({'error':_0x308a45[_0x1bf77a(0x184)],'state':0x1});return;}let _0x5e3164=_0x308a45[_0x1bf77a(0x193)];if(_0x5e3164[_0x1bf77a(0x25b)]===0x0){this['_requestState$'][_0x1bf77a(0x18e)]({'error':{'code':c[_0x1bf77a(0x2dd)][_0x1bf77a(0x1ce)],'message':_0x1bf77a(0x28f)},'state':0x1});return;}return this[_0x1bf77a(0x21a)]['next']({'error':_0x308a45[_0x1bf77a(0x184)],'state':0x1}),_0x5e3164;}async[_0x1a80b7(0x296)](_0x138b9b){const _0x227e50=_0x1a80b7;let _0x4c2f06=await this[_0x227e50(0x156)][_0x227e50(0x210)](_0x138b9b);if(!_0x4c2f06){this[_0x227e50(0x21a)][_0x227e50(0x18e)]({'error':{'code':c[_0x227e50(0x2dd)][_0x227e50(0x1ce)],'message':'sign\x20url\x20error'},'state':0x4});return;}if(_0x4c2f06[_0x227e50(0x184)]&&_0x4c2f06['error'][_0x227e50(0x1b0)]!==c[_0x227e50(0x2dd)]['OK']){this[_0x227e50(0x21a)]['next']({'error':_0x4c2f06['error'],'state':0x4});return;}let _0x5b3c0e=(0x0,t[_0x227e50(0x256)])(_0x4c2f06['url'],this[_0x227e50(0x266)]());if(_0x5b3c0e['length']===0x0){this['_requestState$']['next']({'error':{'code':c[_0x227e50(0x2dd)][_0x227e50(0x1ce)],'message':_0x227e50(0x1cf)},'state':0x4});return;}return this[_0x227e50(0x21a)][_0x227e50(0x18e)]({'error':_0x4c2f06[_0x227e50(0x184)],'state':0x4}),_0x5b3c0e;}[_0x1a80b7(0x266)](){const _0x5beec5=_0x1a80b7;var _0x2b96df;let _0x3b5019=this[_0x5beec5(0x189)][_0x5beec5(0x1e2)](f);return(_0x2b96df=_0x3b5019==null?void 0x0:_0x3b5019[_0x5beec5(0x1f4)])==null?location[_0x5beec5(0x288)]:_0x2b96df;}[_0x1a80b7(0x19b)](){const _0x1f7e65=_0x1a80b7;var _0x46ce5e,_0x1076b6;let _0x376f22=this['_configService'][_0x1f7e65(0x1e2)](f);return(_0x46ce5e=_0x376f22==null||(_0x1076b6=_0x376f22[_0x1f7e65(0x1ab)])==null?void 0x0:_0x1076b6[_0x1f7e65(0x1b7)])==null?0x1:_0x46ce5e;}[_0x1a80b7(0x21f)](){const _0x508837=_0x1a80b7;var _0x268c76,_0x2a4ec7;let _0x12fa71=this[_0x508837(0x189)][_0x508837(0x1e2)](f);return(_0x268c76=_0x12fa71==null||(_0x2a4ec7=_0x12fa71[_0x508837(0x1ab)])==null?void 0x0:_0x2a4ec7[_0x508837(0x243)])==null?0x1:_0x268c76;}['_getDisableCellImageConversion'](){const _0x5713cc=_0x1a80b7;var _0x33a4a5,_0x273500;let _0x4a5b4b=this[_0x5713cc(0x189)][_0x5713cc(0x1e2)](f);return(_0x33a4a5=_0x4a5b4b==null||(_0x273500=_0x4a5b4b['options'])==null?void 0x0:_0x273500['disableCellImageConversion'])==null?!0x0:_0x33a4a5;}[_0x1a80b7(0x203)](){const _0x55eccc=_0x1a80b7;var _0x32a6d7,_0x51d9ee;let _0x29f505=this[_0x55eccc(0x189)][_0x55eccc(0x1e2)](f);return(_0x32a6d7=_0x29f505==null||(_0x51d9ee=_0x29f505['options'])==null?void 0x0:_0x51d9ee[_0x55eccc(0x1f3)])==null?!0x1:_0x32a6d7;}};K=h([m(0x0,t[_0x1a80b7(0x2a6)]),m(0x1,(0x0,t['Inject'])(n[_0x1a80b7(0x181)])),m(0x2,(0x0,t[_0x1a80b7(0x276)])(F))],K);const pe={'done':0x0,'count':0x0},q=(0x0,t[_0x1a80b7(0x21b)])(_0x1a80b7(0x2a0));let J=class extends t[_0x1a80b7(0x20b)]{constructor(_0x3e2895,_0x2c4015,_0x1b7144,_0x301425,_0x5e20db,_0x3769fe,_0x341f9c){const _0x36fd47=_0x1a80b7;super(),this[_0x36fd47(0x1cc)]=_0x3e2895,this[_0x36fd47(0x185)]=_0x2c4015,this[_0x36fd47(0x1ac)]=_0x1b7144,this[_0x36fd47(0x2e4)]=_0x301425,this[_0x36fd47(0x211)]=_0x5e20db,this[_0x36fd47(0x22f)]=_0x3769fe,this['_resourceLoaderService']=_0x341f9c,v(this,_0x36fd47(0x209),new a['BehaviorSubject'](pe)),v(this,_0x36fd47(0x1a4),this[_0x36fd47(0x209)][_0x36fd47(0x231)]()),v(this,_0x36fd47(0x204),0x0),v(this,_0x36fd47(0x155),0x0),this[_0x36fd47(0x1d0)]((0x0,t['toDisposable'])(this['_exchangeService']['requestState$']['subscribe'](_0x41827c=>{const _0x2311c2=_0x36fd47;var _0x2463d6;((_0x2463d6=_0x41827c[_0x2311c2(0x184)])==null?void 0x0:_0x2463d6['code'])===c[_0x2311c2(0x2dd)]['OK']?this[_0x2311c2(0x161)](0x1):this[_0x2311c2(0x17a)](_0x41827c[_0x2311c2(0x184)]);})));}[_0x1a80b7(0x18a)](){const _0x5a7083=_0x1a80b7;this[_0x5a7083(0x2d7)](),this['_uploadNotificationService']['updateState'](0x2),this[_0x5a7083(0x2e4)][_0x5a7083(0x2de)]();}async[_0x1a80b7(0x2a7)](_0x3db874){const _0x393502=_0x1a80b7;throw Error(_0x393502(0x2c5));}async[_0x1a80b7(0x27a)](){const _0x3835ae=_0x1a80b7;let _0x2bebb7=this[_0x3835ae(0x1cc)][_0x3835ae(0x19d)]();switch(_0x2bebb7?this[_0x3835ae(0x1cc)]['getUnitType'](_0x2bebb7[_0x3835ae(0x27e)]()):t['UniverInstanceType'][_0x3835ae(0x1ce)]){case t['UniverInstanceType'][_0x3835ae(0x2be)]:return this[_0x3835ae(0x2b7)]();case t[_0x3835ae(0x277)]['UNIVER_DOC']:return this[_0x3835ae(0x234)]();case t[_0x3835ae(0x277)][_0x3835ae(0x178)]:default:return this[_0x3835ae(0x1be)]();}}async[_0x1a80b7(0x234)](){const _0x54d3d9=_0x1a80b7;let _0x1bde5b=await M([t[_0x54d3d9(0x277)]['UNIVER_DOC']]);if(_0x1bde5b&&!this[_0x54d3d9(0x23a)](_0x1bde5b,t['UniverInstanceType'][_0x54d3d9(0x18c)]))return this[_0x54d3d9(0x26f)](_0x1bde5b[0x0],t[_0x54d3d9(0x277)][_0x54d3d9(0x18c)]);}['importDOCXToSnapshot'](){const _0x28933e=_0x1a80b7;throw Error(_0x28933e(0x2c5));}async['exportDOCXByUnitId'](_0x1a3bfa,_0x2b2a41,_0x266d4e){const _0x49c73f=_0x1a80b7;this[_0x49c73f(0x299)](o['MessageType'][_0x49c73f(0x1f1)]);let _0x4f0cb8=await this[_0x49c73f(0x2e4)][_0x49c73f(0x23b)](_0x1a3bfa||this['_getUnitIDDoc']());_0x4f0cb8&&(this['_exchangeService']['downloadFile'](_0x4f0cb8,_0x2b2a41||this[_0x49c73f(0x279)](_0x4f0cb8),_0x49c73f(0x245)),this[_0x49c73f(0x299)](o['MessageType']['Success']));}async[_0x1a80b7(0x2b8)](){const _0x5e349f=_0x1a80b7;this[_0x5e349f(0x299)](o[_0x5e349f(0x1c7)][_0x5e349f(0x1f1)]);let _0x3fbadd=await this['_getUnitDocJson'](),_0x2c1e89=await this['_exchangeService'][_0x5e349f(0x2b8)](_0x3fbadd);_0x2c1e89&&(this[_0x5e349f(0x2e4)][_0x5e349f(0x196)](_0x2c1e89,this[_0x5e349f(0x279)](_0x2c1e89),_0x5e349f(0x245)),this[_0x5e349f(0x299)](o[_0x5e349f(0x1c7)][_0x5e349f(0x2b1)]));}async[_0x1a80b7(0x2b7)](){const _0x4d6455=_0x1a80b7;if(this['_uploadTaskNotDone']()){this['_messageService'][_0x4d6455(0x213)]({'type':o['MessageType']['Warning'],'content':this[_0x4d6455(0x1ac)]['t'](_0x4d6455(0x153))});return;}let _0x4deec3=await M([t[_0x4d6455(0x277)][_0x4d6455(0x2be)]]);if(_0x4deec3&&!this['_fileTypeError'](_0x4deec3,t[_0x4d6455(0x277)][_0x4d6455(0x2be)]))return this[_0x4d6455(0x26f)](_0x4deec3[0x0],t[_0x4d6455(0x277)]['UNIVER_SLIDE']);}async['importPPTXToSnapshot'](){const _0x4693df=_0x1a80b7;if(this['_uploadTaskNotDone']()){this[_0x4693df(0x185)][_0x4693df(0x213)]({'type':o[_0x4693df(0x1c7)]['Warning'],'content':this[_0x4693df(0x1ac)]['t'](_0x4693df(0x153))});return;}let _0x4867ee=await M([t[_0x4693df(0x277)][_0x4693df(0x2be)]]);if(!_0x4867ee)return;this['_showUploadMessage'](o[_0x4693df(0x1c7)][_0x4693df(0x1f1)]);let _0x4fa813=await this['_exchangeService'][_0x4693df(0x16a)](_0x4867ee[0x0]);_0x4fa813&&(this[_0x4693df(0x27c)](_0x4fa813),this[_0x4693df(0x2b4)](o['MessageType'][_0x4693df(0x2b1)]));}async[_0x1a80b7(0x28a)](_0x1a93ee,_0x336b30,_0xba2344){const _0x1881ce=_0x1a80b7;this[_0x1881ce(0x299)](o[_0x1881ce(0x1c7)][_0x1881ce(0x1f1)]);let _0x53a08c=await this[_0x1881ce(0x2e4)][_0x1881ce(0x28a)](_0x1a93ee||this['_getUnitIDSlide']());_0x53a08c&&(this['_exchangeService'][_0x1881ce(0x196)](_0x53a08c,_0x336b30||this['_getUnitNameByType'](_0x53a08c,_0xba2344==null?t[_0x1881ce(0x277)][_0x1881ce(0x2be)]:_0xba2344),_0x1881ce(0x2c7)),this[_0x1881ce(0x299)](o['MessageType']['Success']));}async[_0x1a80b7(0x251)](){const _0x134520=_0x1a80b7;this[_0x134520(0x299)](o[_0x134520(0x1c7)][_0x134520(0x1f1)]);let _0x1e84ab=await this[_0x134520(0x154)](),_0x517404=await this[_0x134520(0x2e4)][_0x134520(0x251)](_0x1e84ab);_0x517404&&(this[_0x134520(0x2e4)]['downloadFile'](_0x517404,this[_0x134520(0x22c)](_0x517404,t[_0x134520(0x277)][_0x134520(0x2be)]),_0x134520(0x2c7)),this['_showDownloadMessage'](o['MessageType'][_0x134520(0x2b1)]));}async[_0x1a80b7(0x1be)](){const _0x1f6aac=_0x1a80b7;if(this[_0x1f6aac(0x1bd)]()){this[_0x1f6aac(0x185)]['show']({'type':o[_0x1f6aac(0x1c7)]['Warning'],'content':this['_localeService']['t'](_0x1f6aac(0x153))});return;}let _0x200bce=await M([t[_0x1f6aac(0x277)][_0x1f6aac(0x178)]]);if(_0x200bce&&!this[_0x1f6aac(0x23a)](_0x200bce,t[_0x1f6aac(0x277)][_0x1f6aac(0x178)]))return this[_0x1f6aac(0x26f)](_0x200bce[0x0],t[_0x1f6aac(0x277)]['UNIVER_SHEET']);}async[_0x1a80b7(0x29d)](){const _0x36e8ac=_0x1a80b7;if(this[_0x36e8ac(0x1bd)]()){this[_0x36e8ac(0x185)][_0x36e8ac(0x213)]({'type':o[_0x36e8ac(0x1c7)]['Warning'],'content':this[_0x36e8ac(0x1ac)]['t'](_0x36e8ac(0x153))});return;}let _0x35d5f0=await M([t['UniverInstanceType'][_0x36e8ac(0x178)]]);if(!_0x35d5f0)return;this[_0x36e8ac(0x2b4)](o[_0x36e8ac(0x1c7)][_0x36e8ac(0x1f1)]);let _0x51c05b=await this['_exchangeService']['importXLSXToSnapshot'](_0x35d5f0[0x0]);_0x51c05b&&(this[_0x36e8ac(0x22a)](_0x51c05b),this['_showUploadMessage'](o[_0x36e8ac(0x1c7)]['Success']));}async[_0x1a80b7(0x27b)](_0x483c73,_0x78f41c,_0x237d3c){const _0x5ab07=_0x1a80b7;this[_0x5ab07(0x299)](o[_0x5ab07(0x1c7)][_0x5ab07(0x1f1)]);let _0x3bb0a0=await this[_0x5ab07(0x2e4)][_0x5ab07(0x27b)](_0x483c73||this['_getUnitID']());_0x3bb0a0&&(this[_0x5ab07(0x2e4)][_0x5ab07(0x196)](_0x3bb0a0,_0x78f41c||this[_0x5ab07(0x279)](_0x3bb0a0),_0x5ab07(0x1ee)),this[_0x5ab07(0x299)](o[_0x5ab07(0x1c7)][_0x5ab07(0x2b1)]));}async[_0x1a80b7(0x2ae)](){const _0x26635d=_0x1a80b7;this[_0x26635d(0x299)](o[_0x26635d(0x1c7)][_0x26635d(0x1f1)]);let _0x45d4ee=await this[_0x26635d(0x1c4)](),_0x1aaf2f=await this[_0x26635d(0x2e4)][_0x26635d(0x2ae)](_0x45d4ee);_0x1aaf2f&&(this[_0x26635d(0x2e4)][_0x26635d(0x196)](_0x1aaf2f,this[_0x26635d(0x279)](_0x1aaf2f),_0x26635d(0x1ee)),this[_0x26635d(0x299)](o['MessageType'][_0x26635d(0x2b1)]));}[_0x1a80b7(0x168)](_0x57593a){const _0x2607de=_0x1a80b7;this[_0x2607de(0x275)]=_0x57593a;}async[_0x1a80b7(0x26f)](_0xb58d3f,_0x7d2ee4){const _0x48ece8=_0x1a80b7;this[_0x48ece8(0x211)][_0x48ece8(0x213)](),this['_uploadNotificationService'][_0x48ece8(0x2cf)](0x0),this[_0x48ece8(0x175)](0x4),this[_0x48ece8(0x161)](0x1);let _0x2367c4=await this[_0x48ece8(0x2e4)]['importFileToUnitId'](_0xb58d3f,_0x7d2ee4);if(!_0x2367c4){this['_clearProgress'](),this['_uploadNotificationService'][_0x48ece8(0x2cf)](0x2);return;}let _0x4fa194={'link':this[_0x48ece8(0x275)](_0x2367c4,_0x7d2ee4),'name':_0xb58d3f[_0x48ece8(0x258)],'type':_0x7d2ee4};return this[_0x48ece8(0x211)][_0x48ece8(0x227)](_0x4fa194),this['_completeProgress'](),this['_uploadNotificationService']['updateState'](0x1),_0x2367c4;}[_0x1a80b7(0x22e)](){const _0x1be4b3=_0x1a80b7;return this[_0x1be4b3(0x1cc)][_0x1be4b3(0x28d)](t[_0x1be4b3(0x277)][_0x1be4b3(0x178)])[_0x1be4b3(0x27e)]();}[_0x1a80b7(0x247)](){const _0x4cfc60=_0x1a80b7;return this[_0x4cfc60(0x1cc)][_0x4cfc60(0x28d)](t[_0x4cfc60(0x277)][_0x4cfc60(0x18c)])[_0x4cfc60(0x27e)]();}['_getUnitIDSlide'](){const _0x541320=_0x1a80b7;return this[_0x541320(0x1cc)][_0x541320(0x28d)](t[_0x541320(0x277)][_0x541320(0x2be)])['getUnitId']();}[_0x1a80b7(0x279)](_0x569cd3){const _0x526d53=_0x1a80b7;return this['_getUnitNameByType'](_0x569cd3,t[_0x526d53(0x277)][_0x526d53(0x178)]);}[_0x1a80b7(0x22c)](_0x571483,_0x3d6eba){const _0x1e2055=_0x1a80b7;var _0x288a9b;let _0xf6dd9a=(_0x288a9b=this[_0x1e2055(0x1cc)]['getCurrentUnitOfType'](_0x3d6eba))==null?void 0x0:_0x288a9b['getSnapshot'](),_0x42875f=_0xf6dd9a==null?void 0x0:_0xf6dd9a[_0x1e2055(0x258)];return typeof _0x42875f==_0x1e2055(0x2e0)&&_0x42875f['trim']()?_0x42875f:_0x571483['name'][_0x1e2055(0x195)]('.')['shift']()||document[_0x1e2055(0x228)];}async[_0x1a80b7(0x1c4)](){const _0x1a87ab=_0x1a80b7;let _0x85019a=this[_0x1a87ab(0x1cc)]['getCurrentUnitOfType'](t['UniverInstanceType'][_0x1a87ab(0x178)]),_0x587209=this[_0x1a87ab(0x21c)][_0x1a87ab(0x24c)](_0x85019a['getUnitId']());return _0x587209==null?_0x85019a['getSnapshot']():_0x587209;}async[_0x1a80b7(0x2e2)](){const _0x8f6039=_0x1a80b7;let _0x2a07da=this['_univerInstanceService'][_0x8f6039(0x28d)](t[_0x8f6039(0x277)][_0x8f6039(0x18c)]),_0x47333d=this[_0x8f6039(0x21c)]['saveUnit'](_0x2a07da[_0x8f6039(0x27e)]());return _0x47333d==null?_0x2a07da['getSnapshot']():_0x47333d;}async[_0x1a80b7(0x154)](){const _0x238175=_0x1a80b7;let _0x1dc9d5=this[_0x238175(0x1cc)][_0x238175(0x28d)](t[_0x238175(0x277)][_0x238175(0x2be)]),_0x2172ef=this[_0x238175(0x21c)]['saveUnit'](_0x1dc9d5['getUnitId']());return _0x2172ef==null?_0x1dc9d5[_0x238175(0x2d9)]():_0x2172ef;}[_0x1a80b7(0x275)](_0x405993,_0x87ffb){const _0x13798a=_0x1a80b7;let _0x581b57=new URL(window[_0x13798a(0x2ac)]['href']);return _0x581b57[_0x13798a(0x187)][_0x13798a(0x298)](_0x13798a(0x2a4),_0x405993),_0x581b57[_0x13798a(0x187)]['set'](_0x13798a(0x2ca),''+_0x87ffb),_0x581b57['toString']();}['_refresh'](_0x44c2d9){const _0x17ad5b=_0x1a80b7;let _0x5a31af=this['_univerInstanceService'][_0x17ad5b(0x28d)](t['UniverInstanceType'][_0x17ad5b(0x178)])[_0x17ad5b(0x27e)]();this[_0x17ad5b(0x1cc)]['disposeUnit'](_0x5a31af),this[_0x17ad5b(0x1cc)]['createUnit'](t[_0x17ad5b(0x277)][_0x17ad5b(0x178)],_0x44c2d9);}[_0x1a80b7(0x27c)](_0x2e570d){const _0xb74d4=_0x1a80b7;let _0x39f04d=this[_0xb74d4(0x1cc)][_0xb74d4(0x28d)](t['UniverInstanceType'][_0xb74d4(0x2be)])[_0xb74d4(0x27e)]();this[_0xb74d4(0x1cc)][_0xb74d4(0x284)](_0x39f04d),this['_univerInstanceService'][_0xb74d4(0x264)](t[_0xb74d4(0x277)]['UNIVER_SLIDE'],_0x2e570d);}['_showNetworkError'](_0x53da5b){const _0x2e90e2=_0x1a80b7;if(_0x53da5b){let {code:_0x1538d2}=_0x53da5b;switch(_0x1538d2){case c[_0x2e90e2(0x2dd)][_0x2e90e2(0x226)]:this[_0x2e90e2(0x185)]['show']({'type':o[_0x2e90e2(0x1c7)][_0x2e90e2(0x177)],'content':this[_0x2e90e2(0x1ac)]['t'](_0x2e90e2(0x2c8))});break;case c[_0x2e90e2(0x2dd)][_0x2e90e2(0x1c8)]:this[_0x2e90e2(0x185)]['show']({'type':o[_0x2e90e2(0x1c7)]['Error'],'content':this[_0x2e90e2(0x1ac)]['t'](_0x2e90e2(0x158))});break;default:this['_messageService'][_0x2e90e2(0x213)]({'type':o[_0x2e90e2(0x1c7)][_0x2e90e2(0x177)],'content':this[_0x2e90e2(0x1ac)]['t'](_0x2e90e2(0x1d6))});break;}return null;}return this[_0x2e90e2(0x185)][_0x2e90e2(0x213)]({'type':o['MessageType'][_0x2e90e2(0x177)],'content':this[_0x2e90e2(0x1ac)]['t'](_0x2e90e2(0x1d6))}),null;}[_0x1a80b7(0x299)](_0x2ca7df){const _0x5758e8=_0x1a80b7;let _0x5a4c7c='';switch(_0x2ca7df){case o['MessageType'][_0x5758e8(0x2b1)]:_0x5a4c7c=this['_localeService']['t'](_0x5758e8(0x1b2));break;case o[_0x5758e8(0x1c7)][_0x5758e8(0x1f1)]:_0x5a4c7c=this[_0x5758e8(0x1ac)]['t'](_0x5758e8(0x173));break;default:break;}this[_0x5758e8(0x185)][_0x5758e8(0x213)]({'type':_0x2ca7df,'content':_0x5a4c7c});}[_0x1a80b7(0x2b4)](_0x57d555){const _0x2d3090=_0x1a80b7;let _0x1e62ec='';switch(_0x57d555){case o[_0x2d3090(0x1c7)][_0x2d3090(0x2b1)]:_0x1e62ec=this['_localeService']['t'](_0x2d3090(0x2c3));break;case o['MessageType'][_0x2d3090(0x1f1)]:_0x1e62ec=this['_localeService']['t'](_0x2d3090(0x153));break;default:break;}this[_0x2d3090(0x185)][_0x2d3090(0x213)]({'type':_0x57d555,'content':_0x1e62ec});}[_0x1a80b7(0x198)](){const _0x1318b2=_0x1a80b7;this['_progress$'][_0x1318b2(0x18e)]({'done':this[_0x1318b2(0x155)],'count':this['_totalUploadTaskCount']});}[_0x1a80b7(0x175)](_0x511ed7){const _0x36ee56=_0x1a80b7;this[_0x36ee56(0x204)]+=_0x511ed7,this[_0x36ee56(0x198)]();}[_0x1a80b7(0x161)](_0x3105f6){const _0x5b598d=_0x1a80b7;this[_0x5b598d(0x155)]+=_0x3105f6,this[_0x5b598d(0x155)]=Math[_0x5b598d(0x224)](this[_0x5b598d(0x155)],this['_totalUploadTaskCount']),this[_0x5b598d(0x198)]();}[_0x1a80b7(0x2a2)](){const _0x139516=_0x1a80b7;this[_0x139516(0x155)]=this[_0x139516(0x204)],this['_emitProgress']();}[_0x1a80b7(0x2d7)](){const _0x570fbc=_0x1a80b7;this[_0x570fbc(0x155)]=0x0,this[_0x570fbc(0x204)]=0x0,this[_0x570fbc(0x198)]();}['_fileTypeError'](_0x571358,_0x321b77){const _0x110085=_0x1a80b7;let _0x547d4d=_0x571358[0x0],_0x182649=_0x547d4d[_0x110085(0x258)];return j(_0x547d4d)===_0x321b77?!0x1:(this['_messageService'][_0x110085(0x213)]({'type':o['MessageType']['Error'],'content':this[_0x110085(0x1ac)]['t'](_0x110085(0x1c3),_0x182649)}),!0x0);}[_0x1a80b7(0x1bd)](){const _0x26fa85=_0x1a80b7;return this[_0x26fa85(0x204)]!==0x0&&this['_doneUploadTaskCount']!==this[_0x26fa85(0x204)];}};J=h([m(0x0,(0x0,t[_0x1a80b7(0x276)])(t[_0x1a80b7(0x1b8)])),m(0x1,i[_0x1a80b7(0x2b6)]),m(0x2,(0x0,t[_0x1a80b7(0x276)])(t[_0x1a80b7(0x1d3)])),m(0x3,(0x0,t[_0x1a80b7(0x276)])(G)),m(0x4,(0x0,t[_0x1a80b7(0x276)])(y)),m(0x5,t['ILogService']),m(0x6,(0x0,t[_0x1a80b7(0x276)])(t[_0x1a80b7(0x281)]))],J);function Y(_0x201db5){const _0x112c1d=_0x1a80b7;let {onClick:_0x1557ab,children:_0x14dff4,className:_0xe498bf}=_0x201db5;return(0x0,s[_0x112c1d(0x1a1)])(_0x112c1d(0x2aa),{'className':(0x0,o[_0x112c1d(0x199)])(_0x112c1d(0x1ae),_0xe498bf),'type':_0x112c1d(0x2aa),'onClick':_0x1557ab,'children':_0x14dff4});}function X(){const _0x2fc665=_0x1a80b7;let _0x1cf850=(0x0,i[_0x2fc665(0x292)])(q),_0x2ebd7d=(0x0,i[_0x2fc665(0x292)])(t[_0x2fc665(0x1d3)]);function _0x599bf5(){const _0x2902ad=_0x2fc665;_0x1cf850[_0x2902ad(0x27a)]();}return(0x0,s[_0x2fc665(0x1a1)])(Y,{'onClick':_0x599bf5,'children':_0x2ebd7d['t'](_0x2fc665(0x1e1))});}function me(){const _0x1475c9=_0x1a80b7;return(0x0,s['jsxs'])(_0x1475c9(0x230),{'className':_0x1475c9(0x28e),'children':[(0x0,s[_0x1475c9(0x1a1)])(_0x1475c9(0x2b0),{'className':'univer-mb-3\x20univer-py-0\x20univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':(0x0,i['useDependency'])(t[_0x1475c9(0x1d3)])['t'](_0x1475c9(0x25c))}),(0x0,s[_0x1475c9(0x1a1)])(X,{})]});}function he(_0x19e8a1){const _0x509f62=_0x1a80b7;let {count:_0x39b052}=_0x19e8a1;return(0x0,s[_0x509f62(0x2d0)])('div',{'className':_0x509f62(0x19e),'children':[(0x0,s[_0x509f62(0x1a1)])(_0x509f62(0x2b0),{'className':_0x509f62(0x267),'children':(0x0,i[_0x509f62(0x292)])(t[_0x509f62(0x1d3)])['t'](_0x509f62(0x1da),''+_0x39b052)}),(0x0,s[_0x509f62(0x1a1)])(X,{})]});}function ge(){const _0x13036e=_0x1a80b7;let _0x41599c=(0x0,i[_0x13036e(0x292)])(q),_0x31a12d=(0x0,i['useDependency'])(t[_0x13036e(0x1d3)]);function _0x1715c4(){const _0x460039=_0x13036e;_0x41599c[_0x460039(0x18a)]();}return(0x0,s[_0x13036e(0x1a1)])(Y,{'onClick':_0x1715c4,'children':_0x31a12d['t']('exchange-client.cancel')});}function _e(){const _0x1ec195=_0x1a80b7;let {count:_0x2e4936,done:_0x2a1371}=(0x0,i[_0x1ec195(0x215)])((0x0,i[_0x1ec195(0x292)])(q)[_0x1ec195(0x1a4)]),_0x10213a=_0x2e4936>0x0?_0x2a1371/_0x2e4936:0x0;return(0x0,s[_0x1ec195(0x1a1)])(_0x1ec195(0x230),{'className':_0x1ec195(0x17b),'children':(0x0,s[_0x1ec195(0x1a1)])(_0x1ec195(0x230),{'className':_0x1ec195(0x20f),'style':{'width':Math[_0x1ec195(0x1e3)](_0x10213a*0x64)+'%'}})});}function ve(){const _0x1fad33=_0x1a80b7;return(0x0,s[_0x1fad33(0x2d0)])(_0x1fad33(0x230),{'className':'univer-mt-5\x20univer-flex\x20univer-flex-col','children':[(0x0,s[_0x1fad33(0x1a1)])(_0x1fad33(0x2b0),{'className':'univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':(0x0,i[_0x1fad33(0x292)])(t[_0x1fad33(0x1d3)])['t'](_0x1fad33(0x1e5))}),(0x0,s[_0x1fad33(0x1a1)])(_0x1fad33(0x230),{'className':_0x1fad33(0x263),'children':(0x0,s[_0x1fad33(0x1a1)])(_e,{})}),(0x0,s[_0x1fad33(0x1a1)])(ge,{})]});}const Z={0x1:(0x0,s['jsx'])(r[_0x1a80b7(0x24d)],{'className':_0x1a80b7(0x1f8)}),0x0:(0x0,s[_0x1a80b7(0x1a1)])(r[_0x1a80b7(0x24f)],{'className':_0x1a80b7(0x2e6)}),0x2:(0x0,s[_0x1a80b7(0x1a1)])(r[_0x1a80b7(0x242)],{'className':_0x1a80b7(0x255)})};function ye(){const _0x2b9f1b=_0x1a80b7;let _0x36ce5c=(0x0,i[_0x2b9f1b(0x292)])(y),_0x168531=(0x0,i[_0x2b9f1b(0x292)])(t[_0x2b9f1b(0x1d3)]),_0x3e1305=(0x0,i['useObservable'])(_0x36ce5c[_0x2b9f1b(0x212)],0x0),_0x42e198=(0x0,i[_0x2b9f1b(0x215)])(_0x36ce5c[_0x2b9f1b(0x2d8)],!0x1),_0x8519b=(0x0,i[_0x2b9f1b(0x215)])(_0x36ce5c['list$'],[]);function _0x540ef3(){_0x36ce5c['hide']();}function _0x491d7c(_0x4dbe86){const _0x40a446=_0x2b9f1b;switch(_0x4dbe86){case 0x1:return _0x168531['t'](_0x40a446(0x2c3));case 0x0:return _0x168531['t'](_0x40a446(0x153));case 0x2:return _0x168531['t'](_0x40a446(0x1bb));default:return'';}}return _0x42e198&&(0x0,s['jsxs'])(_0x2b9f1b(0x230),{'className':_0x2b9f1b(0x1eb),'children':[(0x0,s[_0x2b9f1b(0x2d0)])('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-1.5\x20univer-pr-2','children':[(0x0,s[_0x2b9f1b(0x2d0)])(_0x2b9f1b(0x2b0),{'className':_0x2b9f1b(0x1ba),'children':[(0x0,s[_0x2b9f1b(0x1a1)])(_0x2b9f1b(0x2b0),{'className':'univer-h-6\x20univer-text-2xl','children':Z[_0x3e1305]}),(0x0,s['jsx'])(_0x2b9f1b(0x2b0),{'className':_0x2b9f1b(0x182),'children':_0x491d7c(_0x3e1305)})]}),(0x0,s['jsx'])(_0x2b9f1b(0x2b0),{'className':_0x2b9f1b(0x1ec),'onClick':_0x540ef3,'children':(0x0,s['jsx'])(r[_0x2b9f1b(0x241)],{})})]}),(0x0,s[_0x2b9f1b(0x2d0)])('div',{'children':[_0x3e1305===0x0&&(0x0,s[_0x2b9f1b(0x1a1)])(ve,{}),_0x3e1305===0x2&&(0x0,s['jsx'])(me,{}),_0x8519b[_0x2b9f1b(0x25b)]>0x0&&(0x0,s[_0x2b9f1b(0x1a1)])(re,{'list':_0x8519b}),_0x3e1305===0x1&&(0x0,s['jsx'])(he,{'count':_0x8519b[_0x2b9f1b(0x25b)]})]})]});}function be(){const _0xc04003=_0x1a80b7;return(0x0,s[_0xc04003(0x1a1)])(ye,{});}let Q=class extends t[_0x1a80b7(0x20b)]{constructor(_0x224332,_0x409804){const _0x6a5090=_0x1a80b7;super(),this[_0x6a5090(0x26a)]=_0x224332,this['_uiPartsService']=_0x409804,this[_0x6a5090(0x236)]();}['_registerUIParts'](){const _0x17ca2a=_0x1a80b7;this['disposeWithMe'](this[_0x17ca2a(0x283)][_0x17ca2a(0x1bc)](i[_0x17ca2a(0x1d5)][_0x17ca2a(0x29b)],()=>(0x0,i[_0x17ca2a(0x190)])(be,this[_0x17ca2a(0x26a)])));}};Q=h([m(0x0,(0x0,t[_0x1a80b7(0x276)])(t[_0x1a80b7(0x2ab)])),m(0x1,i[_0x1a80b7(0x2bd)])],Q);let $=class extends t[_0x1a80b7(0x246)]{constructor(_0x44aff3=p,_0x7b8b9,_0x2b11ad){const _0x4aeda9=_0x1a80b7;super(),this['_config']=_0x44aff3,this[_0x4aeda9(0x26a)]=_0x7b8b9,this[_0x4aeda9(0x189)]=_0x2b11ad;let {..._0xe13459}=(0x0,t['merge'])({},p,this[_0x4aeda9(0x23f)]);this[_0x4aeda9(0x189)][_0x4aeda9(0x280)](f,_0xe13459);}[_0x1a80b7(0x18b)](){const _0xf595ac=_0x1a80b7;(0x0,t[_0xf595ac(0x27f)])(this[_0xf595ac(0x26a)],[[g],[Q],[q,{'useClass':J}],[G,{'useClass':K}],[F,{'useClass':I}],[y,{'useClass':b}]]);}[_0x1a80b7(0x290)](){const _0x2dd315=_0x1a80b7;(0x0,t[_0x2dd315(0x223)])(this[_0x2dd315(0x26a)],[[g],[Q],[q]]);}};v($,'pluginName',_0x1a80b7(0x1de)),v($,'packageName',d),v($,_0x1a80b7(0x20c),ee),$=h([(0x0,t[_0x1a80b7(0x2e1)])(n[_0x1a80b7(0x20d)],e[_0x1a80b7(0x164)]),m(0x1,(0x0,t[_0x1a80b7(0x276)])(t[_0x1a80b7(0x2ab)])),m(0x2,t['IConfigService'])],$),exports[_0x1a80b7(0x270)]=q,exports['IExchangeService']=G,Object['defineProperty'](exports,_0x1a80b7(0x262),{'enumerable':!0x0,'get':function(){return $;}}),exports[_0x1a80b7(0x196)]=A,exports['transformSnapshotJsonToWorkbookData']=ue,exports['transformWorkbookDataToSnapshotJson']=V;
1
+ const _0x2f5570=_0x5821;(function(_0x486b4d,_0x132a2a){const _0x541c3d=_0x5821,_0x54123d=_0x486b4d();while(!![]){try{const _0x641c3=parseInt(_0x541c3d(0x259))/0x1+parseInt(_0x541c3d(0x315))/0x2*(parseInt(_0x541c3d(0x2aa))/0x3)+-parseInt(_0x541c3d(0x333))/0x4*(-parseInt(_0x541c3d(0x2d6))/0x5)+-parseInt(_0x541c3d(0x293))/0x6*(-parseInt(_0x541c3d(0x1d2))/0x7)+parseInt(_0x541c3d(0x234))/0x8+-parseInt(_0x541c3d(0x227))/0x9+-parseInt(_0x541c3d(0x2d1))/0xa;if(_0x641c3===_0x132a2a)break;else _0x54123d['push'](_0x54123d['shift']());}catch(_0x7a7505){_0x54123d['push'](_0x54123d['shift']());}}}(_0x358e,0xaa2f3),Object[_0x2f5570(0x1b6)](exports,Symbol[_0x2f5570(0x2e2)],{'value':_0x2f5570(0x285)}));let e=require('@univerjs-pro/license'),t=require('@univerjs/core'),n=require('@univerjs/network'),r=require('@univerjs/ui'),i=require('@univerjs/icons'),a=require('rxjs'),o=require('@univerjs/design'),s=require('react/jsx-runtime'),c=require('@univerjs/protocol'),l=require('@univerjs-pro/collaboration'),u=require('fflate');var d=_0x2f5570(0x1be),f='1.0.0-alpha.8';const p=_0x2f5570(0x1da),m={};function h(_0x1d4a44,_0x3fff27){return function(_0x4de3fe,_0x59bce9){_0x3fff27(_0x4de3fe,_0x59bce9,_0x1d4a44);};}function g(_0x4564a5,_0x5b6d44,_0x48b98a,_0x3c165a){const _0x166a61=_0x2f5570;var _0x58936c=arguments[_0x166a61(0x275)],_0x92ef76=_0x58936c<0x3?_0x5b6d44:_0x3c165a===null?_0x3c165a=Object[_0x166a61(0x320)](_0x5b6d44,_0x48b98a):_0x3c165a,_0x3413ab;if(typeof Reflect==_0x166a61(0x2c7)&&typeof Reflect[_0x166a61(0x2b8)]==_0x166a61(0x207))_0x92ef76=Reflect['decorate'](_0x4564a5,_0x5b6d44,_0x48b98a,_0x3c165a);else{for(var _0x515353=_0x4564a5[_0x166a61(0x275)]-0x1;_0x515353>=0x0;_0x515353--)(_0x3413ab=_0x4564a5[_0x515353])&&(_0x92ef76=(_0x58936c<0x3?_0x3413ab(_0x92ef76):_0x58936c>0x3?_0x3413ab(_0x5b6d44,_0x48b98a,_0x92ef76):_0x3413ab(_0x5b6d44,_0x48b98a))||_0x92ef76);}return _0x58936c>0x3&&_0x92ef76&&Object['defineProperty'](_0x5b6d44,_0x48b98a,_0x92ef76),_0x92ef76;}let _=class extends t[_0x2f5570(0x222)]{constructor(_0x89cd4b){const _0x50d91f=_0x2f5570;super(),this['_iconManager']=_0x89cd4b,this[_0x50d91f(0x32d)]();}[_0x2f5570(0x32d)](){const _0x58f9d8=_0x2f5570;this[_0x58f9d8(0x2b5)](this[_0x58f9d8(0x30f)]['register']({'DirectExportIcon':i['DirectExportIcon']}));}};_=g([h(0x0,(0x0,t[_0x2f5570(0x1df)])(r[_0x2f5570(0x231)]))],_);function v(_0x441bea){'@babel/helpers - typeof';const _0xb2763b=_0x2f5570;return v=typeof Symbol==_0xb2763b(0x207)&&typeof Symbol[_0xb2763b(0x236)]==_0xb2763b(0x1cc)?function(_0x5bdf3e){return typeof _0x5bdf3e;}:function(_0x15b1aa){const _0x711f4e=_0xb2763b;return _0x15b1aa&&typeof Symbol==_0x711f4e(0x207)&&_0x15b1aa[_0x711f4e(0x1d3)]===Symbol&&_0x15b1aa!==Symbol[_0x711f4e(0x1fa)]?_0x711f4e(0x1cc):typeof _0x15b1aa;},v(_0x441bea);}function y(_0x291478,_0xbfb1a9){const _0x10d584=_0x2f5570;if(v(_0x291478)!='object'||!_0x291478)return _0x291478;var _0x413539=_0x291478[Symbol['toPrimitive']];if(_0x413539!==void 0x0){var _0x1a9654=_0x413539[_0x10d584(0x2a1)](_0x291478,_0xbfb1a9||'default');if(v(_0x1a9654)!=_0x10d584(0x2c7))return _0x1a9654;throw TypeError(_0x10d584(0x2d0));}return(_0xbfb1a9===_0x10d584(0x225)?String:Number)(_0x291478);}function ee(_0x5269b4){const _0x31bad3=_0x2f5570;var _0x1d8ec9=y(_0x5269b4,_0x31bad3(0x225));return v(_0x1d8ec9)==_0x31bad3(0x1cc)?_0x1d8ec9:_0x1d8ec9+'';}function b(_0x4d87a1,_0x5029bc,_0x235253){const _0x456491=_0x2f5570;return(_0x5029bc=ee(_0x5029bc))in _0x4d87a1?Object[_0x456491(0x1b6)](_0x4d87a1,_0x5029bc,{'value':_0x235253,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4d87a1[_0x5029bc]=_0x235253,_0x4d87a1;}const x=(0x0,t['createIdentifier'])('univer-pro.exchange-client.upload-notification.service');var te=class extends t[_0x2f5570(0x222)]{constructor(){const _0x400f8e=_0x2f5570;super(),b(this,_0x400f8e(0x301),new a[(_0x400f8e(0x1ed))]()),b(this,'_state$',new a['Subject']()),b(this,_0x400f8e(0x24e),new a[(_0x400f8e(0x1ed))]()),b(this,_0x400f8e(0x21f),this['_visible$']['asObservable']()),b(this,'state$',this['_state$'][_0x400f8e(0x1b8)]()),b(this,_0x400f8e(0x20c),this[_0x400f8e(0x24e)][_0x400f8e(0x1b8)]()),b(this,_0x400f8e(0x318),[]);}[_0x2f5570(0x228)](){const _0x46044e=_0x2f5570;super[_0x46044e(0x228)](),this[_0x46044e(0x301)][_0x46044e(0x337)](),this['_state$'][_0x46044e(0x337)](),this[_0x46044e(0x24e)][_0x46044e(0x337)]();}[_0x2f5570(0x1ff)](){const _0xb7a685=_0x2f5570;this[_0xb7a685(0x301)][_0xb7a685(0x1f8)](!0x0);}[_0x2f5570(0x2cd)](){const _0x34f4b4=_0x2f5570;this[_0x34f4b4(0x301)]['next'](!0x1);}[_0x2f5570(0x314)](_0x55997a){const _0x472f99=_0x2f5570;this[_0x472f99(0x247)][_0x472f99(0x1f8)](_0x55997a);}[_0x2f5570(0x258)](_0x322c2b){const _0x5c8230=_0x2f5570;this[_0x5c8230(0x318)][_0x5c8230(0x233)](_0x322c2b),this[_0x5c8230(0x24e)][_0x5c8230(0x1f8)](this[_0x5c8230(0x318)]);}};function ne(_0x3c1aec){const _0x1a5e01=_0x2f5570;let {list:_0x21feed}=_0x3c1aec;function _0x108374(_0x5addd5){const _0x41b8b1=_0x5821;switch(_0x5addd5){case 0x1:return(0x0,s[_0x41b8b1(0x2df)])(i[_0x41b8b1(0x2ca)],{});case 0x2:return(0x0,s[_0x41b8b1(0x2df)])(i[_0x41b8b1(0x2e4)],{});case 0x3:return(0x0,s[_0x41b8b1(0x2df)])(i[_0x41b8b1(0x336)],{});default:return null;}}return(0x0,s[_0x1a5e01(0x2df)])('div',{'className':(0x0,o[_0x1a5e01(0x2dc)])('univer-mt-5\x20univer-max-h-72\x20univer-overflow-y-auto\x20univer-overflow-x-hidden',o[_0x1a5e01(0x218)]),'children':(0x0,s[_0x1a5e01(0x2df)])('ul',{'className':'univer-m-0\x20univer-flex\x20univer-list-none\x20univer-flex-col\x20univer-gap-2\x20univer-p-0','children':_0x21feed[_0x1a5e01(0x305)]((_0x3ec33f,_0x150fcb)=>(0x0,s[_0x1a5e01(0x2df)])('li',{'children':(0x0,s[_0x1a5e01(0x2e8)])('a',{'className':_0x1a5e01(0x1c8),'href':_0x3ec33f[_0x1a5e01(0x278)],'target':'_blank','rel':_0x1a5e01(0x29e),'children':[(0x0,s[_0x1a5e01(0x2e8)])(_0x1a5e01(0x312),{'className':'univer-flex\x20univer-w-[calc(100%-48px)]\x20univer-items-center','children':[(0x0,s[_0x1a5e01(0x2df)])(_0x1a5e01(0x312),{'className':_0x1a5e01(0x2fe),'children':_0x108374(_0x3ec33f[_0x1a5e01(0x1fc)])}),(0x0,s[_0x1a5e01(0x2df)])(o[_0x1a5e01(0x23c)],{'showIfEllipsis':!0x0,'title':_0x3ec33f[_0x1a5e01(0x277)],'asChild':!0x0,'children':(0x0,s[_0x1a5e01(0x2df)])(_0x1a5e01(0x312),{'className':_0x1a5e01(0x1e7),'children':_0x3ec33f[_0x1a5e01(0x277)]})})]}),(0x0,s['jsx'])(_0x1a5e01(0x312),{'className':'univer-flex\x20univer-size-6\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-base\x20univer-text-gray-600\x20univer-outline-none\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-600','children':(0x0,s[_0x1a5e01(0x2df)])(i[_0x1a5e01(0x32f)],{})})]})},_0x150fcb))})});}const S=_0x2f5570(0x23d),C=_0x2f5570(0x273),w='application/vnd.ms-excel.sheet.macroEnabled.12',T=_0x2f5570(0x22b),E=_0x2f5570(0x297),D=_0x2f5570(0x2e3),O={[t[_0x2f5570(0x310)][_0x2f5570(0x1c1)]]:[''],[t['UniverInstanceType'][_0x2f5570(0x27d)]]:[S],[t['UniverInstanceType'][_0x2f5570(0x1fe)]]:[C,w,T],[t[_0x2f5570(0x310)][_0x2f5570(0x1c2)]]:[E],[t[_0x2f5570(0x310)][_0x2f5570(0x250)]]:[D],[t[_0x2f5570(0x310)]['UNIVER_BASE']]:[''],[t[_0x2f5570(0x310)][_0x2f5570(0x290)]]:[''],[t[_0x2f5570(0x310)][_0x2f5570(0x327)]]:[''],[t['UniverInstanceType'][_0x2f5570(0x2c5)]]:['']},k={[S]:_0x2f5570(0x1f0),[C]:_0x2f5570(0x1d1),[w]:_0x2f5570(0x1b4),[T]:_0x2f5570(0x243),[E]:_0x2f5570(0x2ac),[D]:'pdf'};function re(_0x557b30,_0x154722,_0x12006b){const _0x35c34b=_0x2f5570;let _0x53b620=document['createElement']('a');_0x53b620['href']=_0x557b30,_0x53b620['style'][_0x35c34b(0x279)]=_0x35c34b(0x2a8),_0x53b620[_0x35c34b(0x230)]=_0x154722+'.'+_0x12006b,document[_0x35c34b(0x272)]['appendChild'](_0x53b620),_0x53b620[_0x35c34b(0x1db)](),document[_0x35c34b(0x272)][_0x35c34b(0x204)](_0x53b620);}function ie(_0x112d76){const _0x1757d4=_0x2f5570;let _0x33a9ee=_0x112d76[_0x1757d4(0x277)]['split']('.')['pop']();if(!_0x33a9ee)return t[_0x1757d4(0x310)]['UNIVER_UNKNOWN'];let _0x2409d2=ae(),_0x1b89d5=t[_0x1757d4(0x310)][_0x1757d4(0x1c1)];return _0x2409d2[_0x1757d4(0x2cb)](_0x5df6a2=>oe(_0x33a9ee,_0x5df6a2)?(_0x1b89d5=_0x5df6a2,!0x0):!0x1),_0x1b89d5;}function ae(){const _0x56b0d8=_0x2f5570;return Object[_0x56b0d8(0x1f7)](t[_0x56b0d8(0x310)])['filter'](_0x2bfbbb=>typeof _0x2bfbbb==_0x56b0d8(0x2f9));}function oe(_0x228d31,_0x3c0976){const _0x3c9eb0=_0x2f5570;var _0x190481;return((_0x190481=O[_0x3c0976])==null?[]:_0x190481)['map'](_0x49b669=>(k[_0x49b669]||'')['toLowerCase']())[_0x3c9eb0(0x2e5)](_0x228d31[_0x3c9eb0(0x261)]());}function A(_0x4e9af1,_0x5db692=!0x1){const _0x4ce1c7=_0x2f5570;let _0x17e6f1=_0x4e9af1[_0x4ce1c7(0x305)](_0x5af7a9=>{var _0x263201;return(_0x263201=O[_0x5af7a9])==null?[]:_0x263201;})[_0x4ce1c7(0x249)](',');return new Promise(_0x28e552=>{const _0x257f08=_0x4ce1c7;let _0x43d03e=document[_0x257f08(0x324)](_0x257f08(0x20d));_0x43d03e[_0x257f08(0x1fc)]=_0x257f08(0x2bf),_0x43d03e[_0x257f08(0x1ab)]=_0x17e6f1,_0x43d03e[_0x257f08(0x226)]=_0x5db692;let _0x1231bd=()=>{const _0x310b8d=_0x257f08;var _0x5ad8a4;return _0x28e552((_0x5ad8a4=_0x43d03e['files'])!=null&&_0x5ad8a4[_0x310b8d(0x275)]?_0x43d03e[_0x310b8d(0x1b7)]:null);};_0x43d03e[_0x257f08(0x30d)](_0x257f08(0x244),_0x1231bd,{'once':!0x0}),_0x43d03e['addEventListener']('cancel',_0x1231bd,{'once':!0x0}),_0x43d03e[_0x257f08(0x1db)]();});}async function j(_0x4c2e5d,_0x2bad52){const _0x24eda4=_0x2f5570;try{var _0xc223ab,_0x83bf88,_0x1b5baf;let _0x1c563a=await _0x2bad52[_0x24eda4(0x30a)](_0x4c2e5d,{'responseType':_0x24eda4(0x238)}),_0x21262f=_0x1c563a['body'],_0x206d77=(_0xc223ab=(_0x83bf88=_0x1c563a[_0x24eda4(0x256)][_0x24eda4(0x30a)](_0x24eda4(0x2ce)))==null?void 0x0:_0x83bf88[_0x24eda4(0x249)](',\x20'))==null?_0x24eda4(0x237):_0xc223ab,_0x4fcb84=_0x24eda4(0x2c0)+(k[_0x206d77]||_0x24eda4(0x1d1)),_0x234b60=(_0x1b5baf=_0x1c563a['headers'][_0x24eda4(0x30a)](_0x24eda4(0x21d)))==null?void 0x0:_0x1b5baf[_0x24eda4(0x249)](',\x20');if(_0x234b60){let _0x4a1ce3=_0x234b60[_0x24eda4(0x262)](/filename=(.+)/);_0x4a1ce3&&_0x4a1ce3[0x1]&&(_0x4fcb84=_0x4a1ce3[0x1]);}else _0x4fcb84=se(_0x4c2e5d)||_0x4fcb84;return new File([_0x21262f],_0x4fcb84,{'type':_0x206d77});}catch(_0x5bc1d6){console[_0x24eda4(0x206)](_0x24eda4(0x32e),_0x5bc1d6);return;}}function se(_0x1c685b){const _0x44c4ed=_0x2f5570;try{return new URL(_0x1c685b)[_0x44c4ed(0x23f)][_0x44c4ed(0x232)]('/')['pop']();}catch(_0x472315){console[_0x44c4ed(0x206)]('Error\x20getting\x20file\x20name\x20from\x20URL:',_0x472315);return;}}function ce(_0xc8972b){const _0x3bf4c6=_0x2f5570;let _0x3229c0=new Blob([_0xc8972b[_0x3bf4c6(0x1f9)]],{'type':'application/json'});return new File([_0x3229c0],'file.json');}function M(_0x320f0b,_0x1d2736){const _0x43a6d1=_0x2f5570;return _0x320f0b[_0x43a6d1(0x1e1)](_0x43a6d1(0x26b),_0x1d2736);}function le(_0x167758,_0x9a5242){const _0x3765cd=_0x2f5570;return _0x167758[_0x3765cd(0x1e1)](_0x3765cd(0x1ca),_0x9a5242);}function ue(_0x5aa839,_0x408416){const _0x42a92d=_0x2f5570;return _0x5aa839[_0x42a92d(0x1e1)]('{fileID}',_0x408416);}const N=(0x0,t[_0x2f5570(0x255)])(_0x2f5570(0x2ec));let P=class{constructor(_0x5450d8,_0x5815d5){const _0x2906c2=_0x2f5570;this[_0x2906c2(0x283)]=_0x5450d8,this[_0x2906c2(0x265)]=_0x5815d5,b(this,_0x2906c2(0x325),new Set());}['dispose'](){}[_0x2f5570(0x1f6)](_0x455d53){const _0x213c6f=_0x2f5570;this[_0x213c6f(0x325)][_0x213c6f(0x2e7)](_0x455d53);}[_0x2f5570(0x2a3)](){const _0x32c7a2=_0x2f5570;this[_0x32c7a2(0x325)][_0x32c7a2(0x28a)]();}async[_0x2f5570(0x203)](_0x25e504,_0x45c6cd=0x0,_0x3edfce=!0x1){const _0x1296e0=_0x2f5570;if(typeof _0x25e504=='string'){let _0xd96070=await j(_0x25e504,this[_0x1296e0(0x265)]);if(!_0xd96070)throw Error(_0x1296e0(0x274));_0x25e504=_0xd96070;}_0x45c6cd=_0x45c6cd||_0x25e504[_0x1296e0(0x2f0)];let _0x3433d0=new FormData();_0x3433d0[_0x1296e0(0x1af)](_0x1296e0(0x2bf),_0x25e504);try{let _0x114c58=this[_0x1296e0(0x1b3)]()+'?size='+_0x45c6cd+'&source='+c[_0x1296e0(0x20f)][_0x1296e0(0x329)]+'&flate='+_0x3edfce,_0x356b1d={'body':_0x3433d0},_0x126e9d=(await this[_0x1296e0(0x265)]['post'](_0x114c58,_0x356b1d))[_0x1296e0(0x272)];if(_0x126e9d[_0x1296e0(0x206)]&&_0x126e9d[_0x1296e0(0x206)][_0x1296e0(0x22e)]!==c[_0x1296e0(0x1e8)]['OK'])throw Error(this[_0x1296e0(0x1c5)]('upload\x20request\x20failed',_0x126e9d[_0x1296e0(0x206)]));return _0x126e9d;}catch(_0x176301){throw _0x176301 instanceof Error?_0x176301:Error(this[_0x1296e0(0x1dc)](_0x1296e0(0x2eb),_0x176301));}}async[_0x2f5570(0x267)](_0x1058bf){const _0x2f34d6=_0x2f5570;let {fileID:_0x4e5efe,type:_0x312f39,outputType:_0x476e18,minSheetColumnCount:_0xb15213,minSheetRowCount:_0x58b51e}=_0x1058bf;try{let _0x1efb1d=M(this[_0x2f34d6(0x2f7)](),''+_0x312f39),_0x1dd12d={'body':{'fileID':_0x4e5efe,'outputType':_0x476e18,'minSheetColumnCount':_0xb15213,'minSheetRowCount':_0x58b51e}},_0x2ff0cd=(await this['_httpService'][_0x2f34d6(0x2d2)](_0x1efb1d,_0x1dd12d))[_0x2f34d6(0x272)];return _0x2ff0cd[_0x2f34d6(0x206)]&&_0x2ff0cd[_0x2f34d6(0x206)]['code']!==c[_0x2f34d6(0x1e8)]['OK']?void 0x0:_0x2ff0cd;}catch{return;}}async[_0x2f5570(0x1e9)](_0x4a002a){const _0x29314e=_0x2f5570;let {unitID:_0x266fc0,jsonID:_0x3cb170,type:_0x3e45a5,useImageUrl:_0x66b791,ignoreTableExport:_0xc8667b}=_0x4a002a;try{let _0x5ac9f5=M(this[_0x29314e(0x253)](),''+_0x3e45a5),_0x309e6d={'body':{'unitID':_0x266fc0,'jsonID':_0x3cb170,'type':_0x3e45a5,'useImageUrl':_0x66b791,'ignoreTableExport':_0xc8667b}},_0x1fb9d0=(await this[_0x29314e(0x265)][_0x29314e(0x2d2)](_0x5ac9f5,_0x309e6d))[_0x29314e(0x272)];return _0x1fb9d0['error']&&_0x1fb9d0[_0x29314e(0x206)]['code']!==c[_0x29314e(0x1e8)]['OK']?void 0x0:_0x1fb9d0;}catch{return;}}async[_0x2f5570(0x28f)](_0x27699b){return new Promise((_0x1b270a,_0x3425c9)=>{const _0x56abc4=_0x5821;try{let _0x51a3e6=0x0,_0xe7261e=le(this[_0x56abc4(0x288)](),''+_0x27699b),_0x11cf3c=this[_0x56abc4(0x300)](),_0x1f3fa3=async()=>{const _0x325121=_0x56abc4;if(this[_0x325121(0x325)][_0x325121(0x2b0)](_0x27699b))return;let _0x5a47a0=(await this[_0x325121(0x265)][_0x325121(0x30a)](_0xe7261e))[_0x325121(0x272)];if(_0x5a47a0[_0x325121(0x206)]&&_0x5a47a0[_0x325121(0x206)][_0x325121(0x22e)]===c['ErrorCode']['OK']){if(_0x5a47a0[_0x325121(0x2de)]===_0x325121(0x2da))_0x1b270a(_0x5a47a0);else{if(_0x5a47a0['status']===_0x325121(0x2db)){let _0x132c42=0x3e8;if(_0x51a3e6>=_0x11cf3c){_0x3425c9(_0x5a47a0);return;}else _0x51a3e6>=0x7530&&(_0x132c42=0x1388);_0x51a3e6+=_0x132c42,setTimeout(_0x1f3fa3,_0x132c42);}else _0x3425c9(_0x5a47a0);}}else _0x3425c9(_0x5a47a0);};_0x1f3fa3();}catch(_0x2dd392){_0x3425c9(_0x2dd392 instanceof Error?_0x2dd392:Error(String(_0x2dd392)));}});}async['signUrl'](_0x51f2ae){const _0x23c600=_0x2f5570;try{let _0x400223=ue(this[_0x23c600(0x20b)](),''+_0x51f2ae);return(await this[_0x23c600(0x265)]['get'](_0x400223))['body'];}catch{return;}}async[_0x2f5570(0x217)](_0x1066f6){const _0x305990=_0x2f5570;try{return(await this[_0x305990(0x265)][_0x305990(0x30a)](_0x1066f6,{'responseType':_0x305990(0x292)}))[_0x305990(0x272)];}catch{return;}}['_buildProtocolErrorMessage'](_0x4fb06b,_0x19096c){const _0x178fce=_0x2f5570;let _0x2d5795=this[_0x178fce(0x221)](_0x19096c);return _0x2d5795?_0x4fb06b+':\x20'+_0x2d5795:_0x4fb06b;}['_buildHttpErrorMessage'](_0x1689b1,_0x3618f0){const _0x429373=_0x2f5570;if(_0x3618f0 instanceof n[_0x429373(0x330)]){let _0x493155=typeof _0x3618f0[_0x429373(0x2de)]==_0x429373(0x2f9)?''+_0x3618f0[_0x429373(0x2de)]+(_0x3618f0['statusText']?'\x20'+_0x3618f0[_0x429373(0x1ad)]:''):void 0x0,_0x2cc635=this[_0x429373(0x221)](_0x3618f0[_0x429373(0x206)]);return _0x493155&&_0x2cc635?_0x1689b1+':\x20HTTP\x20'+_0x493155+_0x429373(0x254)+_0x2cc635:_0x493155?_0x1689b1+':\x20HTTP\x20'+_0x493155:_0x2cc635?_0x1689b1+':\x20'+_0x2cc635:_0x1689b1;}let _0x136c45=this[_0x429373(0x221)](_0x3618f0);return _0x136c45?_0x1689b1+':\x20'+_0x136c45:_0x1689b1;}['_extractErrorDetail'](_0x350ec2){const _0x1fabbf=_0x2f5570;if(typeof _0x350ec2==_0x1fabbf(0x225)){let _0x68613d=_0x350ec2[_0x1fabbf(0x213)]();return _0x68613d[_0x1fabbf(0x275)]>0x0?_0x68613d:void 0x0;}if(_0x350ec2 instanceof Error)return this[_0x1fabbf(0x221)](_0x350ec2[_0x1fabbf(0x1e2)]);if(!_0x350ec2||typeof _0x350ec2!=_0x1fabbf(0x2c7)||Array[_0x1fabbf(0x245)](_0x350ec2))return;let _0x24d28d=_0x350ec2,_0x527e84=this[_0x1fabbf(0x221)](_0x24d28d['message']);if(_0x527e84)return _0x527e84;if(_0x24d28d[_0x1fabbf(0x206)]&&typeof _0x24d28d[_0x1fabbf(0x206)]==_0x1fabbf(0x2c7)&&!Array['isArray'](_0x24d28d[_0x1fabbf(0x206)])){let _0x5323f3=this[_0x1fabbf(0x221)](_0x24d28d[_0x1fabbf(0x206)]);if(_0x5323f3)return _0x5323f3;}}[_0x2f5570(0x1b3)](){const _0x4a9ccf=_0x2f5570;var _0xe37d67;let _0x58de3e=this[_0x4a9ccf(0x283)][_0x4a9ccf(0x31a)](p);return(_0xe37d67=_0x58de3e==null?void 0x0:_0x58de3e[_0x4a9ccf(0x2fa)])==null?_0x4a9ccf(0x1ea):_0xe37d67;}[_0x2f5570(0x2f7)](){const _0x2b43a8=_0x2f5570;var _0x379642;let _0x250575=this[_0x2b43a8(0x283)][_0x2b43a8(0x31a)](p);return(_0x379642=_0x250575==null?void 0x0:_0x250575[_0x2b43a8(0x22f)])==null?_0x2b43a8(0x1ba):_0x379642;}['_getExportURL'](){const _0x533e6a=_0x2f5570;var _0x43da01;let _0x5bab2b=this[_0x533e6a(0x283)][_0x533e6a(0x31a)](p);return(_0x43da01=_0x5bab2b==null?void 0x0:_0x5bab2b['exportServerUrl'])==null?_0x533e6a(0x2b7):_0x43da01;}[_0x2f5570(0x288)](){const _0xbf9817=_0x2f5570;var _0xeada3d;let _0x33fc0f=this['_configService'][_0xbf9817(0x31a)](p);return(_0xeada3d=_0x33fc0f==null?void 0x0:_0x33fc0f[_0xbf9817(0x1d6)])==null?_0xbf9817(0x2c8):_0xeada3d;}[_0x2f5570(0x20b)](){const _0x4a05cd=_0x2f5570;var _0x282924;let _0xecd225=this[_0x4a05cd(0x283)][_0x4a05cd(0x31a)](p);return(_0x282924=_0xecd225==null?void 0x0:_0xecd225[_0x4a05cd(0x295)])==null?'/universer-api/file/{fileID}/sign-url':_0x282924;}[_0x2f5570(0x300)](){const _0x114a36=_0x2f5570;var _0x26ceec;let _0xa08b2d=this[_0x114a36(0x283)][_0x114a36(0x31a)](p);return(_0x26ceec=_0xa08b2d==null?void 0x0:_0xa08b2d[_0x114a36(0x2e9)])==null?0x1d4c0:_0x26ceec;}};P=g([h(0x0,t[_0x2f5570(0x2fd)]),h(0x1,(0x0,t[_0x2f5570(0x1df)])(n[_0x2f5570(0x1c3)]))],P);function F(_0x3b1bc7){const _0x14e0fe=_0x2f5570;let _0x3cfdda=_0x3b1bc7['workbook'];if(!_0x3cfdda)return null;let _0x18ed35={};_0x3cfdda[_0x14e0fe(0x1d0)]&&Object[_0x14e0fe(0x21c)](_0x3cfdda['sheets'])['forEach'](_0x31da5f=>{const _0x4a7988=_0x14e0fe;let _0x3fb272=_0x3cfdda[_0x4a7988(0x1d0)][_0x31da5f];_0x18ed35[_0x31da5f]={..._0x3fb272,'originalMeta':(0x0,l[_0x4a7988(0x208)])(l[_0x4a7988(0x240)][_0x4a7988(0x21e)](_0x3fb272[_0x4a7988(0x27b)]))};});let _0x3ebd54=(0x0,l['b64EncodeUnicode'])(l[_0x14e0fe(0x240)]['decode'](_0x3cfdda['originalMeta']));return{..._0x3b1bc7,'workbook':{..._0x3cfdda,'originalMeta':_0x3ebd54,'sheets':_0x18ed35},'doc':{},'slide':void 0x0,'board':void 0x0,'pdf':void 0x0};}function I(_0x8ba14c){const _0x5b0eb5=_0x2f5570;let _0x3670bf=_0x8ba14c[_0x5b0eb5(0x311)];if(!_0x3670bf)return null;let _0x545b54=(0x0,l[_0x5b0eb5(0x208)])(l[_0x5b0eb5(0x240)][_0x5b0eb5(0x21e)](_0x3670bf[_0x5b0eb5(0x27b)]));return{..._0x8ba14c,'workbook':{},'doc':{..._0x3670bf,'originalMeta':_0x545b54},'slide':void 0x0,'board':void 0x0,'pdf':void 0x0};}function _0x358e(){const _0x5f0a36=['Plugin','setTaskInterrupted','values','next','buffer','prototype','importDOCXToSnapshot','type','_logService','UNIVER_SHEET','show','univer-flex','getSheetBlocksFromSnapshot','UniverLicensePlugin','upload','removeChild','setConfig','error','function','b64EncodeUnicode','_addDoneTask','_registerUIParts','_getSignURL','list$','input','transformWorkbookDataToSnapshotJson','FileSource','Failed\x20to\x20get\x20taskID\x20from\x20import\x20response','Failed\x20to\x20get\x20jsonID\x20from\x20task','Warning','trim','Failed\x20to\x20get\x20file\x20from\x20url','createUnit','_emitProgress','getTextFromUrl','scrollbarClassName','_injector','SnapshotService','_getUnitNameByType','keys','content-disposition','decode','visible$','transformSnapshotToSlideData','_extractErrorDetail','Disposable','exportPDFBySnapshot','export\x20error','string','multiple','3492252vKYHzr','dispose','interrupt','importFileToUnitId','application/vnd.openxmlformats-officedocument.spreadsheetml.template','copyFileMeta','importFileToJson','code','importServerUrl','download','IconManager','split','unshift','564056PYeVbv','FileId','iterator','application/octet-stream','blob','transformPdfDataToSnapshot','exportPPTXByUnitId','forEach','Tooltip','application/vnd.openxmlformats-officedocument.wordprocessingml.document','importPPTXToSnapshot','pathname','textDecoder','Failed\x20to\x20transform\x20snapshot\x20to\x20string','BuiltInUIPart','xltx','change','isArray','_uploadNotificationService','_state$','importXLSXToSnapshot','join','_refreshUnit','getFocusedUnit','SuccessIcon','data','_list$','exchange-client.uploading','UNIVER_PDF','rev','registerLink','_getExportURL','\x20-\x20','createIdentifier','headers','state$','pushLink','834044AJPkjU','exportPDFByUnitId','exchange-client.uploadSuccess','_showUploadMessage','toDisposable','_getDownloadEndpointURL','getUnitId','getUnitType','toLowerCase','match','_import','stringify','_httpService','univer-text-green-500','import','UniverNetworkPlugin','progress$','useDependency','{type}','catch','transformSnapshotJsonToWorkbookData','_upload','_importFileToUnitId','ignoreTableExport','_getIgnoreTableExport','body','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','upload\x20request\x20failed:\x20failed\x20to\x20read\x20source\x20file\x20from\x20url','length','UNIVER_EXCHANGE_CLIENT_PLUGIN','name','link','display','exportDOCXByUnitId','originalMeta','unitID','UNIVER_DOC','_localeService','_progress$','MessageType','packageName','_signUrl','_configService','options','Module','getCurrentUnitOfType','_getDisableCellImageConversion','_getTaskURL','exchange-client.tooLarge','clear','importWorkbookDataToUnitId','taskID','Injector','requestState$','getTask','UNIVER_BOARD','_totalUploadTaskCount','text','4589082sdnbWi','transformWorkbookDataToSnapshot','signUrlServerUrl','isCurrentUnitLoadedFromServer','application/vnd.openxmlformats-officedocument.presentationml.presentation','univer-fixed\x20univer-bottom-12\x20univer-right-3\x20univer-z-[1000]\x20univer-box-border\x20univer-flex\x20univer-w-[372px]\x20univer-flex-col\x20univer-rounded-md\x20univer-bg-white\x20univer-px-3\x20univer-pb-4\x20univer-pt-5\x20univer-shadow-md','IExchangeOperateService','No\x20unit\x20of\x20type\x20','exportDOCXBySnapshot','_getMinSheetRowCount','INTERNAL_ERROR','noreferrer','toString','_export','call','outputType','clearTaskInterrupted','transformSnapshotToPdfData','blockID','UniverUIPlugin','_fileTypeError','none','univer-mt-5\x20univer-flex\x20univer-flex-col','3SreRCg','upload\x20failed:\x20FileId\x20is\x20empty','pptx','pdf','_getUnitID','revokeObjectURL','has','registerComponent','disposeUnit','univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','success','disposeWithMe','_sheetBlockCache','/universer-api/exchange/{type}/export','decorate','exchange-client.networkError','_exchangeService','exchange-client.uploadAgain','LocaleService','exchange-client.cancel','univer-pro.exchange-client.exchange.service','file','file.','univer-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-text-gray-500\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-bg-gray-600','transformSnapshotToDocumentData','set','Error','UNRECOGNIZED','encode','object','/universer-api/exchange/task/{taskID}','CONTENT','DocsMultiIcon','some','IExchangeService','hide','Content-Type','_getMinSheetColumnCount','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','16825220ebCdsC','post','_getUnitJson','_showNetworkError','_config','5glzAlk','importPDFToUnitId','_requestService','ClockIcon','done','pending','clsx','IUniverInstanceService','status','jsx','minSheetColumnCount','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-1.5\x20univer-pr-2','toStringTag','application/pdf','SheetsMultiIcon','includes','workbook.json','add','jsxs','maxTimeoutTime','Get\x20outputType\x20error','upload\x20request\x20failed','univer-pro.exchange-client.request.service','UNDEFINED','slide','snapshot','size','onReady','useObservable','ErrorIcon','univer-pro.exchange-client.operate.service','univer-text-red-500','_requestState$','_getImportURL','_addTotalCount','number','uploadFileServerUrl','exchange-client.unknownMistake','signUrl','IConfigService','univer-flex\x20univer-h-5\x20univer-text-xl','saveUnit','_getMaxPollingTime','_visible$','parse','_clearProgress','downloadEndpointUrl','map','exportXLSXByUnitId','saveSnapshot','block\x20is\x20required','Success','get','univer-h-6\x20univer-text-2xl','_uiPartsService','addEventListener','IResourceLoaderService','_iconManager','UniverInstanceType','doc','span','getSnapshot','updateState','218774iRoiqB','importPDFToSnapshot','exchange-client.internalError','_list','DependentOn','getConfig','Failed\x20to\x20get\x20text\x20from\x20url','_completeProgress','UniverExchangeClientPlugin','getResourcesRequest','univer-mt-3\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-2\x20univer-pr-1','getOwnPropertyDescriptor','_importToJson','_importTaskId','_resourceLoaderService','createElement','_taskInterrupted','exchange-client.interrupt','UNIVER_PROJECT','fetchMissingChangesets','HttpImport','sheetBlocks','_showDownloadMessage','exportPPTXBySnapshot','_registerIcons','Error\x20fetching\x20file\x20from\x20URL:','ShareRangeIcon','HTTPResponseError','univer-mb-3\x20univer-py-0\x20univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','searchParams','3955360GqYUAy','textEncoder','href','SlidesMultiIcon','complete','univer-h-7\x20univer-cursor-pointer\x20univer-select-none\x20univer-rounded-md\x20univer-border-0\x20univer-border-transparent\x20univer-bg-transparent\x20univer-px-2\x20univer-py-0\x20univer-text-sm\x20univer-text-primary-600\x20univer-transition-all\x20univer-duration-150\x20hover:univer-bg-primary-50','accept','uploadFileToUnitId','statusText','\x20is\x20currently\x20active.','append','disableCellImageConversion','CONNECTOR_DATA_TOO_LARGE','button','_getUploadFileURL','xlsm','minSheetRowCount','defineProperty','files','asObservable','_univerInstanceService','/universer-api/exchange/{type}/import','title','_exportBySnapshot','downloadFile','@univerjs-pro/exchange-client','.json','Info','UNIVER_UNKNOWN','UNIVER_SLIDE','HTTPService','_uploadTaskNotDone','_buildProtocolErrorMessage','IUIPartsService','exchange-client.downloading','univer-flex\x20univer-justify-between\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-py-1\x20univer-text-gray-900\x20univer-no-underline\x20univer-outline-none\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','transformSnapshotToWorkbookData','{taskID}','createObjectURL','symbol','touchDependencies','BehaviorSubject','interruptImportTask','sheets','xlsx','7mRbRCw','constructor','saveSheetBlock','b64DecodeUnicode','getTaskServerUrl','resources','importXLSXToUnitId','_messageService','exchange-client.config','click','_buildHttpErrorMessage','deflateSync','Failed\x20to\x20parse\x20json','Inject','jsonID','replace','message','sign\x20url\x20error','univer-pl-2\x20univer-pr-4','updateSnapshot','exportXLSXBySnapshot','univer-ml-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','ErrorCode','export','/universer-api/stream/file/upload','resolve','_getLinkByUnitId','Subject','_doneUploadTaskCount','univer-text-sm\x20univer-text-gray-500','docx','importFileToUnitIdByCurrentType','div','importDOCXToUnitId','ILogService'];_0x358e=function(){return _0x5f0a36;};return _0x358e();}function L(_0xc4e18c){const _0x3976b1=_0x2f5570;var _0x359a61;let _0x466268=(_0x359a61=_0xc4e18c[_0x3976b1(0x2ee)])==null?_0xc4e18c['doc']:_0x359a61;if(!_0x466268)return null;let _0x510d26=typeof _0x466268[_0x3976b1(0x27b)]==_0x3976b1(0x225)?_0x466268['originalMeta']:(0x0,l[_0x3976b1(0x208)])(l['textDecoder'][_0x3976b1(0x21e)](_0x466268[_0x3976b1(0x27b)]));return{..._0xc4e18c,'workbook':{},'doc':{},'slide':{..._0x466268,'originalMeta':_0x510d26},'board':void 0x0,'pdf':void 0x0};}function R(_0x1d6a41){const _0x3ceffa=_0x2f5570;let _0x35e6bc=_0x1d6a41[_0x3ceffa(0x2ad)];if(!_0x35e6bc)return null;let _0x3a5dce=typeof _0x35e6bc[_0x3ceffa(0x27b)]==_0x3ceffa(0x225)?_0x35e6bc[_0x3ceffa(0x27b)]:(0x0,l[_0x3ceffa(0x208)])(l[_0x3ceffa(0x240)]['decode'](_0x35e6bc[_0x3ceffa(0x27b)]));return{..._0x1d6a41,'workbook':{},'doc':{},'slide':void 0x0,'board':void 0x0,'pdf':{..._0x35e6bc,'originalMeta':_0x3a5dce}};}function z(_0x38faa2){const _0x4e30c5=_0x2f5570;let _0x398492={};return _0x38faa2[_0x4e30c5(0x23b)](_0x58fc1b=>{const _0x57b834=_0x4e30c5;_0x398492[_0x58fc1b['id']]={..._0x58fc1b,'data':(0x0,l[_0x57b834(0x208)])(l['textDecoder'][_0x57b834(0x21e)](_0x58fc1b[_0x57b834(0x24d)]))};}),_0x398492;}async function B(_0x59f98b){const _0x40abd5=_0x2f5570;var _0x860737;let _0x2f7263={'metadata':void 0x0},_0x2c93ce=_0x59f98b['id'],{snapshot:_0x640b1e}=await(0x0,l['transformDocumentDataToSnapshot'])(_0x2f7263,_0x59f98b,_0x2c93ce,(_0x860737=_0x59f98b['rev'])==null?0x0:_0x860737,new W()),_0x35a788=I(_0x640b1e);if(!_0x35a788)throw Error(_0x40abd5(0x241));return{'snapshot':_0x35a788,'sheetBlocks':{}};}async function V(_0x20eee9){const _0x1f29e3=_0x2f5570;var _0x3abe96;let _0x1a26eb=_0x20eee9['id'],_0x119f64=(_0x3abe96=_0x20eee9[_0x1f29e3(0x251)])==null?0x0:_0x3abe96,_0x4db5f1=new W(),{snapshot:_0x2fd095}=await(0x0,l['transformSlideDataToSnapshot'])(_0x20eee9[_0x1f29e3(0x1d7)],_0x20eee9,_0x1a26eb,_0x119f64,_0x4db5f1),_0x31bead=L(_0x2fd095);if(!_0x31bead)throw Error('Failed\x20to\x20transform\x20snapshot\x20to\x20string');return{'snapshot':_0x31bead,'sheetBlocks':{}};}async function H(_0xd88b3c){const _0x5c23a6=_0x2f5570;var _0x49014c;let _0xc9fd=new W(),{snapshot:_0x47b6a5}=await(0x0,l[_0x5c23a6(0x239)])(_0xd88b3c,_0xd88b3c['id'],(_0x49014c=_0xd88b3c['rev'])==null?0x0:_0x49014c,_0xc9fd),_0x4871a3=R(_0x47b6a5);if(!_0x4871a3)throw Error('Failed\x20to\x20transform\x20PDF\x20snapshot\x20to\x20string');return{'snapshot':_0x4871a3,'sheetBlocks':{}};}function U(_0x3ff8a6){const _0x12a3fa=_0x2f5570;let _0x2e9e23=_0x3ff8a6[_0x12a3fa(0x2ef)];return(0x0,l[_0x12a3fa(0x2c2)])(_0x2e9e23);}function _0x5821(_0x414c3e,_0x455ded){_0x414c3e=_0x414c3e-0x1aa;const _0x358ef8=_0x358e();let _0x5821d3=_0x358ef8[_0x414c3e];return _0x5821d3;}function de(_0x27f22c){const _0x518d48=_0x2f5570;let _0x382ffb=_0x27f22c[_0x518d48(0x2ef)];return(0x0,l[_0x518d48(0x220)])(_0x382ffb);}function fe(_0x32fc01){const _0x4d5130=_0x2f5570;return(0x0,l[_0x4d5130(0x2a4)])(_0x32fc01['snapshot']);}var W=class{constructor(){const _0x320187=_0x2f5570;b(this,_0x320187(0x2b6),new Map());}['getUnitOnRev'](){const _0x301682=_0x2f5570;return Promise[_0x301682(0x1eb)]({'snapshot':{'unitID':'','type':t[_0x301682(0x310)][_0x301682(0x1fe)],'rev':0x0,'workbook':void 0x0,'doc':void 0x0,'slide':void 0x0,'board':void 0x0},'changesets':[],'error':{'code':c['ErrorCode']['OK'],'message':''}});}['getSheetBlock'](_0x278c27,_0x2b79a7){const _0x57998c=_0x2f5570;let _0x263b70=this[_0x57998c(0x2b6)][_0x57998c(0x30a)](_0x2b79a7[_0x57998c(0x2a5)]);return Promise[_0x57998c(0x1eb)]({'block':_0x263b70,'error':{'code':c[_0x57998c(0x1e8)]['OK'],'message':''}});}['getDeserializedSheetBlock'](_0xceea73,_0x591026){const _0x2b5080=_0x2f5570;let _0x51ce8f=this['_sheetBlockCache'][_0x2b5080(0x30a)](_0x591026[_0x2b5080(0x2a5)]);return Promise['resolve']({'block':_0x51ce8f===void 0x0?void 0x0:{..._0x51ce8f,'data':JSON[_0x2b5080(0x302)](l['textDecoder']['decode'](_0x51ce8f[_0x2b5080(0x24d)]))},'error':{'code':c['ErrorCode']['OK'],'message':''}});}[_0x2f5570(0x328)](){const _0xba4a85=_0x2f5570;return Promise[_0xba4a85(0x1eb)]({'changesets':[],'error':{'code':c['ErrorCode']['OK'],'message':''}});}[_0x2f5570(0x31e)](){const _0x22ff9e=_0x2f5570;return Promise[_0x22ff9e(0x1eb)]({'resources':{},'error':{'code':c['ErrorCode']['OK'],'message':''}});}[_0x2f5570(0x307)](){const _0x45a9b8=_0x2f5570;return Promise[_0x45a9b8(0x1eb)]({'error':{'code':c[_0x45a9b8(0x1e8)]['OK'],'message':''}});}[_0x2f5570(0x1e5)](){const _0x4a79fb=_0x2f5570;return Promise[_0x4a79fb(0x1eb)]({'error':{'code':c[_0x4a79fb(0x1e8)]['OK'],'message':''}});}[_0x2f5570(0x1d4)](_0x139314,_0x3f0bdc){const _0x5ac90e=_0x2f5570;let {block:_0x4e842e}=_0x3f0bdc;return _0x4e842e?(this[_0x5ac90e(0x2b6)][_0x5ac90e(0x2c3)](_0x4e842e['id'],_0x4e842e),Promise[_0x5ac90e(0x1eb)]({'error':{'code':c['ErrorCode']['OK'],'message':''},'blockID':_0x4e842e['id']})):Promise['resolve']({'error':{'code':c[_0x5ac90e(0x1e8)][_0x5ac90e(0x2ed)],'message':_0x5ac90e(0x308)},'blockID':''});}['saveChangeset'](){const _0x51e19c=_0x2f5570;return Promise[_0x51e19c(0x1eb)]({'error':{'code':c[_0x51e19c(0x1e8)]['OK'],'message':''},'concurrent':[]});}[_0x2f5570(0x22c)](){return Promise['resolve']({'error':void 0x0,'fileMetaId':''});}['getLatestCsReqIdBySid'](){const _0x4b3289=_0x2f5570;return Promise[_0x4b3289(0x1eb)]({'error':void 0x0,'latestReqID':0x0});}};const G=(0x0,t['createIdentifier'])(_0x2f5570(0x2be));let K=class extends t[_0x2f5570(0x222)]{constructor(_0x59578b,_0x37699c,_0x4f8102){const _0x1a1bb0=_0x2f5570;super(),this[_0x1a1bb0(0x283)]=_0x59578b,this[_0x1a1bb0(0x265)]=_0x37699c,this[_0x1a1bb0(0x2d8)]=_0x4f8102,b(this,_0x1a1bb0(0x322),null),b(this,_0x1a1bb0(0x2f6),new a['Subject']()),b(this,_0x1a1bb0(0x28e),this[_0x1a1bb0(0x2f6)][_0x1a1bb0(0x1b8)]());}['dispose'](){const _0x46ed32=_0x2f5570;super[_0x46ed32(0x228)](),this[_0x46ed32(0x2f6)][_0x46ed32(0x337)]();}[_0x2f5570(0x1bd)](_0x3bc6ee,_0x3d935f,_0x5d995e){const _0x4d2aff=_0x2f5570;let _0x44d195=URL[_0x4d2aff(0x1cb)](_0x3bc6ee);re(_0x44d195,_0x3d935f,_0x5d995e),URL[_0x4d2aff(0x2af)](_0x44d195);}async['transformSnapshotJsonToWorkbookData'](_0x261f57){const _0x850db9=_0x2f5570;let _0x3e434b=_0x261f57[_0x850db9(0x2ef)],_0x3ac553=_0x261f57[_0x850db9(0x32a)]||{};return(0x0,l[_0x850db9(0x1c9)])(_0x3e434b,Object['keys'](_0x3ac553)[_0x850db9(0x305)](_0x182d91=>_0x3ac553[_0x182d91])['map'](_0xc64891=>({..._0xc64891,'data':_0xc64891[_0x850db9(0x24d)]?JSON[_0x850db9(0x302)]((0x0,l[_0x850db9(0x1d5)])(_0xc64891['data'])):void 0x0})));}async[_0x2f5570(0x20e)](_0x4ab701){const _0x2e4ab6=_0x2f5570;var _0x115a31;let _0x371f17={'metadata':void 0x0},_0x284f9e=_0x4ab701['id'],_0xd17674=(_0x115a31=_0x4ab701['rev'])==null?0x0:_0x115a31,_0x568f96=new W(),{snapshot:_0x2a0867}=await(0x0,l[_0x2e4ab6(0x294)])(_0x371f17,_0x4ab701,_0x284f9e,_0xd17674,_0x568f96),_0x246691=await(0x0,l[_0x2e4ab6(0x201)])(_0x2a0867,_0x568f96),_0x547e85=F(_0x2a0867);if(!_0x547e85)throw Error(_0x2e4ab6(0x241));return{'snapshot':_0x547e85,'sheetBlocks':z(_0x246691)};}async[_0x2f5570(0x1fb)](_0x1bb312){const _0x3d3cbc=_0x2f5570;let _0x8a39fe=await this[_0x3d3cbc(0x22d)](_0x1bb312,t[_0x3d3cbc(0x310)][_0x3d3cbc(0x27d)]);if(!_0x8a39fe||!_0x8a39fe[_0x3d3cbc(0x2ef)])return;let _0x1a289d=U(_0x8a39fe);if(_0x1a289d)return _0x1a289d;}async['exportDOCXByUnitId'](_0x3c79f9){const _0x3c3122=_0x2f5570;return this[_0x3c3122(0x2a0)](_0x3c79f9,0x1,t[_0x3c3122(0x310)]['UNIVER_DOC']);}async['exportDOCXBySnapshot'](_0xa12bb3){const _0x24c04a=_0x2f5570;let _0x241a62=await B(_0xa12bb3);return this[_0x24c04a(0x1bc)](_0x241a62,t[_0x24c04a(0x310)][_0x24c04a(0x27d)]);}async[_0x2f5570(0x23e)](_0x2ff605){const _0x11f5f8=_0x2f5570;let _0xfc9817=await this[_0x11f5f8(0x22d)](_0x2ff605,t[_0x11f5f8(0x310)][_0x11f5f8(0x1c2)]);if(!(!_0xfc9817||!_0xfc9817[_0x11f5f8(0x2ef)]))return de(_0xfc9817);}async[_0x2f5570(0x23a)](_0x337c53){const _0x1fbcc5=_0x2f5570;return this[_0x1fbcc5(0x2a0)](_0x337c53,0x1,t['UniverInstanceType']['UNIVER_SLIDE']);}async[_0x2f5570(0x32c)](_0xca367e){const _0x4e8e89=_0x2f5570;let _0x539b73=await V(_0xca367e);return this[_0x4e8e89(0x1bc)](_0x539b73,t[_0x4e8e89(0x310)][_0x4e8e89(0x1c2)]);}async[_0x2f5570(0x316)](_0x3d5f65){const _0x135101=_0x2f5570;let _0x5680d5=await this[_0x135101(0x22d)](_0x3d5f65,t['UniverInstanceType'][_0x135101(0x250)]);if(_0x5680d5!=null&&_0x5680d5[_0x135101(0x2ef)])return fe(_0x5680d5);}async[_0x2f5570(0x25a)](_0x51d2fa){const _0x305be4=_0x2f5570;return this[_0x305be4(0x2a0)](_0x51d2fa,0x1,t[_0x305be4(0x310)][_0x305be4(0x250)]);}async['exportPDFBySnapshot'](_0x3e0766){const _0x186e11=_0x2f5570;let _0x34fcd9=await H(_0x3e0766);return this[_0x186e11(0x1bc)](_0x34fcd9,t[_0x186e11(0x310)][_0x186e11(0x250)]);}async[_0x2f5570(0x248)](_0x33d55e){const _0x1bc79b=_0x2f5570;let _0x8b8e33=await this['importFileToJson'](_0x33d55e,t[_0x1bc79b(0x310)]['UNIVER_SHEET']);if(!_0x8b8e33)return;let _0x3f8f15=await this[_0x1bc79b(0x26d)](_0x8b8e33);if(_0x3f8f15)return _0x3f8f15;}async[_0x2f5570(0x306)](_0x5e1273){const _0x1ea388=_0x2f5570;return this[_0x1ea388(0x2a0)](_0x5e1273,0x1,t['UniverInstanceType'][_0x1ea388(0x1fe)]);}async['exportXLSXBySnapshot'](_0x2d0377){const _0x3a71f6=_0x2f5570;let _0x3162eb=await this[_0x3a71f6(0x20e)](_0x2d0377);return this[_0x3a71f6(0x1bc)](_0x3162eb,t[_0x3a71f6(0x310)]['UNIVER_SHEET']);}async[_0x2f5570(0x22a)](_0x4f70f9,_0x20e756){const _0x437cef=_0x2f5570;var _0x17a1c4,_0x10105f;let _0x904483=await this[_0x437cef(0x26e)](_0x4f70f9);if(!_0x904483)return;let _0x127288=await this[_0x437cef(0x263)](_0x904483,0x1,_0x20e756);if(!_0x127288)return;this['_importTaskId']=_0x127288,this[_0x437cef(0x2d8)]['clearTaskInterrupted']();let _0xb15391=await this[_0x437cef(0x2d8)][_0x437cef(0x28f)](_0x127288)[_0x437cef(0x26c)](_0x5d29a4=>{const _0x1c9082=_0x437cef;var _0x3d866a;let _0x4a1e37=_0x5d29a4 instanceof Error?_0x5d29a4[_0x1c9082(0x1e2)]:(_0x3d866a=_0x5d29a4[_0x1c9082(0x206)])==null?void 0x0:_0x3d866a[_0x1c9082(0x1e2)];this[_0x1c9082(0x2f6)][_0x1c9082(0x1f8)]({'error':{'code':c['ErrorCode']['UNRECOGNIZED'],'message':_0x4a1e37||''},'state':0x3});});if(!_0xb15391)return;let _0x545cad=(_0x17a1c4=_0xb15391[_0x437cef(0x267)])==null?void 0x0:_0x17a1c4['outputType'],_0xa19eb9=((_0x10105f=_0xb15391['import'])==null?void 0x0:_0x10105f[_0x437cef(0x27c)])||'';if(_0x545cad!==0x1){this['_requestState$'][_0x437cef(0x1f8)]({'error':{'code':c[_0x437cef(0x1e8)]['UNRECOGNIZED'],'message':_0x437cef(0x2ea)},'state':0x3});return;}if(_0xa19eb9[_0x437cef(0x275)]===0x0){this[_0x437cef(0x2f6)]['next']({'error':{'code':c[_0x437cef(0x1e8)][_0x437cef(0x2c5)],'message':'Failed\x20to\x20get\x20unitID\x20from\x20task'},'state':0x3});return;}return this['_requestState$'][_0x437cef(0x1f8)]({'error':_0xb15391['error'],'state':0x3}),_0xa19eb9;}async[_0x2f5570(0x22d)](_0xcfb92e,_0x371af8){const _0x51e6f2=_0x2f5570;return this[_0x51e6f2(0x321)](_0xcfb92e,_0x371af8);}async[_0x2f5570(0x28b)](_0xe9f05f){const _0x56c975=_0x2f5570;let _0x595846=await this[_0x56c975(0x20e)](_0xe9f05f),_0x1cbc0d=typeof _0xe9f05f['id']=='string'&&_0xe9f05f['id']['trim']()?_0xe9f05f['id'][_0x56c975(0x213)]()+_0x56c975(0x1bf):_0x56c975(0x2e6),_0x4035a3=new File([JSON[_0x56c975(0x264)](_0x595846)],_0x1cbc0d,{'type':'application/json'});return this[_0x56c975(0x22a)](_0x4035a3,t['UniverInstanceType'][_0x56c975(0x1fe)]);}[_0x2f5570(0x1cf)](){const _0x595809=_0x2f5570;this[_0x595809(0x322)]&&this[_0x595809(0x2d8)]['setTaskInterrupted'](this[_0x595809(0x322)]);}async[_0x2f5570(0x321)](_0x2355bb,_0x575d2c){const _0x5ce68c=_0x2f5570;var _0x520376,_0x20f6f7;let _0x57a875=await this[_0x5ce68c(0x26e)](_0x2355bb);if(!_0x57a875)return;let _0x145fe9=await this['_import'](_0x57a875,0x2,_0x575d2c);if(!_0x145fe9)return;this[_0x5ce68c(0x322)]=_0x145fe9,this[_0x5ce68c(0x2d8)][_0x5ce68c(0x2a3)]();let _0x14d92f=await this['_requestService'][_0x5ce68c(0x28f)](_0x145fe9)[_0x5ce68c(0x26c)](_0x45231a=>{const _0x5cf402=_0x5ce68c;var _0x51afa6;let _0x7888f4=_0x45231a instanceof Error?_0x45231a[_0x5cf402(0x1e2)]:(_0x51afa6=_0x45231a[_0x5cf402(0x206)])==null?void 0x0:_0x51afa6[_0x5cf402(0x1e2)];this[_0x5cf402(0x2f6)][_0x5cf402(0x1f8)]({'error':{'code':c['ErrorCode'][_0x5cf402(0x2c5)],'message':_0x7888f4||''},'state':0x3});});if(!_0x14d92f)return;let _0x35f3f4=(_0x520376=_0x14d92f[_0x5ce68c(0x267)])==null?void 0x0:_0x520376[_0x5ce68c(0x2a2)],_0xc94a29=((_0x20f6f7=_0x14d92f[_0x5ce68c(0x267)])==null?void 0x0:_0x20f6f7[_0x5ce68c(0x1e0)])||'';if(_0x35f3f4!==0x2){this[_0x5ce68c(0x2f6)][_0x5ce68c(0x1f8)]({'error':{'code':c['ErrorCode']['UNRECOGNIZED'],'message':_0x5ce68c(0x2ea)},'state':0x3});return;}if(_0xc94a29[_0x5ce68c(0x275)]===0x0){this[_0x5ce68c(0x2f6)]['next']({'error':{'code':c[_0x5ce68c(0x1e8)][_0x5ce68c(0x2c5)],'message':_0x5ce68c(0x211)},'state':0x3});return;}this[_0x5ce68c(0x2f6)][_0x5ce68c(0x1f8)]({'error':_0x14d92f[_0x5ce68c(0x206)],'state':0x3});let _0x11274f=await this[_0x5ce68c(0x282)](_0xc94a29);if(!_0x11274f)return;let _0x11aec6=await this[_0x5ce68c(0x2d8)][_0x5ce68c(0x217)](_0x11274f);if(!_0x11aec6){this['_requestState$'][_0x5ce68c(0x1f8)]({'error':{'code':c[_0x5ce68c(0x1e8)][_0x5ce68c(0x2c5)],'message':_0x5ce68c(0x31b)},'state':0x5});return;}try{let _0x284cb7=JSON[_0x5ce68c(0x302)](_0x11aec6);return this[_0x5ce68c(0x2f6)][_0x5ce68c(0x1f8)]({'error':{'code':c[_0x5ce68c(0x1e8)]['OK'],'message':_0x5ce68c(0x2b4)},'state':0x5}),_0x284cb7;}catch{this['_requestState$']['next']({'error':{'code':c['ErrorCode'][_0x5ce68c(0x2c5)],'message':_0x5ce68c(0x1de)},'state':0x5});}}async[_0x2f5570(0x1bc)](_0x2318ca,_0x5b5b53){const _0x1227dc=_0x2f5570;let _0xb82758=JSON[_0x1227dc(0x264)](_0x2318ca),_0x44d471=l[_0x1227dc(0x334)][_0x1227dc(0x2c6)](_0xb82758),_0x58677b=(0x0,u[_0x1227dc(0x1dd)])(_0x44d471),_0x5e07fc=_0x44d471['length'],_0x27e991=ce(_0x58677b),_0x437e69=await this[_0x1227dc(0x26e)](_0x27e991,_0x5e07fc,!0x0);if(_0x437e69)return this[_0x1227dc(0x2a0)](_0x437e69,0x2,_0x5b5b53);}async[_0x2f5570(0x2a0)](_0x358cc1,_0x44ace6,_0x553ea8){const _0x1a5f36=_0x2f5570;var _0x18c483;let _0xdde8b1=await this[_0x1a5f36(0x2d8)][_0x1a5f36(0x1e9)]({'unitID':_0x44ace6===0x1?_0x358cc1:'','jsonID':_0x44ace6===0x2?_0x358cc1:'','type':_0x553ea8,'useImageUrl':this[_0x1a5f36(0x287)](),'ignoreTableExport':this[_0x1a5f36(0x271)]()});if(!_0xdde8b1){this[_0x1a5f36(0x2f6)]['next']({'error':{'code':c[_0x1a5f36(0x1e8)]['UNRECOGNIZED'],'message':_0x1a5f36(0x224)},'state':0x2});return;}if(this['_requestState$'][_0x1a5f36(0x1f8)]({'error':_0xdde8b1['error'],'state':0x2}),_0xdde8b1[_0x1a5f36(0x206)]&&_0xdde8b1['error'][_0x1a5f36(0x22e)]!==c[_0x1a5f36(0x1e8)]['OK'])return;let _0xd1657a=_0xdde8b1[_0x1a5f36(0x28c)],_0x3e015e=await this['_requestService'][_0x1a5f36(0x28f)](_0xd1657a)[_0x1a5f36(0x26c)](_0x5854ae=>{const _0x3390da=_0x1a5f36;var _0x1e996e;let _0x3274f7=_0x5854ae instanceof Error?_0x5854ae[_0x3390da(0x1e2)]:(_0x1e996e=_0x5854ae['error'])==null?void 0x0:_0x1e996e[_0x3390da(0x1e2)];this['_requestState$'][_0x3390da(0x1f8)]({'error':{'code':c[_0x3390da(0x1e8)]['UNRECOGNIZED'],'message':_0x3274f7||''},'state':0x3});});if(!_0x3e015e)return;let _0x227735=((_0x18c483=_0x3e015e[_0x1a5f36(0x1e9)])==null?void 0x0:_0x18c483['fileID'])||'';if(_0x227735['length']===0x0){this[_0x1a5f36(0x2f6)][_0x1a5f36(0x1f8)]({'error':{'code':c[_0x1a5f36(0x1e8)][_0x1a5f36(0x2c5)],'message':'Failed\x20to\x20get\x20fileID\x20from\x20task'},'state':0x3});return;}this[_0x1a5f36(0x2f6)][_0x1a5f36(0x1f8)]({'error':_0x3e015e[_0x1a5f36(0x206)],'state':0x3});let _0x36106e=await this[_0x1a5f36(0x282)](_0x227735);if(!_0x36106e)return;let _0x1e5f6c=await j(_0x36106e,this['_httpService']);if(!_0x1e5f6c){this['_requestState$'][_0x1a5f36(0x1f8)]({'error':{'code':c[_0x1a5f36(0x1e8)][_0x1a5f36(0x2c5)],'message':_0x1a5f36(0x214)},'state':0x6});return;}return this['_requestState$']['next']({'error':{'code':c[_0x1a5f36(0x1e8)]['OK'],'message':_0x1a5f36(0x2b4)},'state':0x6}),_0x1e5f6c;}async[_0x2f5570(0x26e)](_0x10e67a,_0x34d867,_0x527b17){const _0x307061=_0x2f5570;let _0x54c986;try{_0x54c986=await this['_requestService']['upload'](_0x10e67a,_0x34d867,_0x527b17);}catch(_0x4f8f6b){let _0xa7cd50=_0x4f8f6b instanceof Error?_0x4f8f6b[_0x307061(0x1e2)]:String(_0x4f8f6b);this[_0x307061(0x2f6)][_0x307061(0x1f8)]({'error':{'code':c[_0x307061(0x1e8)]['UNRECOGNIZED'],'message':_0xa7cd50},'state':0x0});return;}if(!_0x54c986||typeof _0x54c986[_0x307061(0x235)]!='string'){this[_0x307061(0x2f6)]['next']({'error':{'code':c['ErrorCode'][_0x307061(0x2c5)],'message':'upload\x20failed:\x20missing\x20FileId\x20in\x20response'},'state':0x0});return;}let _0x69449=_0x54c986['FileId'];if(_0x69449[_0x307061(0x275)]===0x0){this[_0x307061(0x2f6)][_0x307061(0x1f8)]({'error':{'code':c['ErrorCode'][_0x307061(0x2c5)],'message':_0x307061(0x2ab)},'state':0x0});return;}return this[_0x307061(0x2f6)][_0x307061(0x1f8)]({'error':{'code':c[_0x307061(0x1e8)]['OK'],'message':'success'},'state':0x0}),_0x69449;}async[_0x2f5570(0x263)](_0x30e431,_0x4f519c,_0x25c5be){const _0x15ad96=_0x2f5570;let _0x121b48={'fileID':_0x30e431,'type':_0x25c5be,'outputType':_0x4f519c,'fileUrl':'','minSheetRowCount':this[_0x15ad96(0x29c)](),'minSheetColumnCount':this['_getMinSheetColumnCount']()},_0xaa307a=await this[_0x15ad96(0x2d8)]['import'](_0x121b48);if(!_0xaa307a){this[_0x15ad96(0x2f6)][_0x15ad96(0x1f8)]({'error':{'code':c[_0x15ad96(0x1e8)][_0x15ad96(0x2c5)],'message':'import\x20error'},'state':0x1});return;}if(_0xaa307a[_0x15ad96(0x206)]&&_0xaa307a[_0x15ad96(0x206)][_0x15ad96(0x22e)]!==c[_0x15ad96(0x1e8)]['OK']){this[_0x15ad96(0x2f6)][_0x15ad96(0x1f8)]({'error':_0xaa307a[_0x15ad96(0x206)],'state':0x1});return;}let _0x4d3451=_0xaa307a[_0x15ad96(0x28c)];if(_0x4d3451[_0x15ad96(0x275)]===0x0){this[_0x15ad96(0x2f6)][_0x15ad96(0x1f8)]({'error':{'code':c['ErrorCode'][_0x15ad96(0x2c5)],'message':_0x15ad96(0x210)},'state':0x1});return;}return this[_0x15ad96(0x2f6)]['next']({'error':_0xaa307a[_0x15ad96(0x206)],'state':0x1}),_0x4d3451;}async[_0x2f5570(0x282)](_0x49ca38){const _0x376f8f=_0x2f5570;let _0x3bc3de=await this[_0x376f8f(0x2d8)][_0x376f8f(0x2fc)](_0x49ca38);if(!_0x3bc3de){this['_requestState$'][_0x376f8f(0x1f8)]({'error':{'code':c[_0x376f8f(0x1e8)]['UNRECOGNIZED'],'message':_0x376f8f(0x1e3)},'state':0x4});return;}if(_0x3bc3de[_0x376f8f(0x206)]&&_0x3bc3de[_0x376f8f(0x206)]['code']!==c[_0x376f8f(0x1e8)]['OK']){this[_0x376f8f(0x2f6)][_0x376f8f(0x1f8)]({'error':_0x3bc3de[_0x376f8f(0x206)],'state':0x4});return;}let _0x53a363=(0x0,t['resolveWithBasePath'])(_0x3bc3de['url'],this['_getDownloadEndpointURL']());if(_0x53a363['length']===0x0){this['_requestState$'][_0x376f8f(0x1f8)]({'error':{'code':c[_0x376f8f(0x1e8)][_0x376f8f(0x2c5)],'message':_0x376f8f(0x1e3)},'state':0x4});return;}return this[_0x376f8f(0x2f6)][_0x376f8f(0x1f8)]({'error':_0x3bc3de[_0x376f8f(0x206)],'state':0x4}),_0x53a363;}[_0x2f5570(0x25e)](){const _0x38cfd7=_0x2f5570;var _0x3978a8;let _0x293964=this[_0x38cfd7(0x283)]['getConfig'](p);return(_0x3978a8=_0x293964==null?void 0x0:_0x293964[_0x38cfd7(0x304)])==null?location['origin']:_0x3978a8;}[_0x2f5570(0x29c)](){const _0x24a0ba=_0x2f5570;var _0x1f859b,_0x2a2d4a;let _0x2cd1b0=this[_0x24a0ba(0x283)][_0x24a0ba(0x31a)](p);return(_0x1f859b=_0x2cd1b0==null||(_0x2a2d4a=_0x2cd1b0[_0x24a0ba(0x284)])==null?void 0x0:_0x2a2d4a[_0x24a0ba(0x1b5)])==null?0x1:_0x1f859b;}[_0x2f5570(0x2cf)](){const _0x174fbc=_0x2f5570;var _0x329da1,_0x34d41e;let _0x19136a=this[_0x174fbc(0x283)][_0x174fbc(0x31a)](p);return(_0x329da1=_0x19136a==null||(_0x34d41e=_0x19136a['options'])==null?void 0x0:_0x34d41e[_0x174fbc(0x2e0)])==null?0x1:_0x329da1;}['_getDisableCellImageConversion'](){const _0xdfcdc7=_0x2f5570;var _0x44991c,_0x2e23c8;let _0x35e886=this[_0xdfcdc7(0x283)][_0xdfcdc7(0x31a)](p);return(_0x44991c=_0x35e886==null||(_0x2e23c8=_0x35e886[_0xdfcdc7(0x284)])==null?void 0x0:_0x2e23c8[_0xdfcdc7(0x1b0)])==null||_0x44991c;}[_0x2f5570(0x271)](){const _0x382423=_0x2f5570;var _0x56bd32,_0x44dea8;let _0x3be2ba=this[_0x382423(0x283)][_0x382423(0x31a)](p);return(_0x56bd32=_0x3be2ba==null||(_0x44dea8=_0x3be2ba['options'])==null?void 0x0:_0x44dea8[_0x382423(0x270)])!=null&&_0x56bd32;}};K=g([h(0x0,t[_0x2f5570(0x2fd)]),h(0x1,(0x0,t['Inject'])(n['HTTPService'])),h(0x2,(0x0,t[_0x2f5570(0x1df)])(N))],K);const pe={'done':0x0,'count':0x0},q=(0x0,t[_0x2f5570(0x255)])(_0x2f5570(0x2f4));let J=class extends t[_0x2f5570(0x222)]{constructor(_0x1da283,_0x259663,_0x2efa1a,_0x29db56,_0x188f63,_0x22d335,_0x2b99e6){const _0x31d5a9=_0x2f5570;super(),this['_univerInstanceService']=_0x1da283,this[_0x31d5a9(0x1d9)]=_0x259663,this[_0x31d5a9(0x27e)]=_0x2efa1a,this[_0x31d5a9(0x2ba)]=_0x29db56,this[_0x31d5a9(0x246)]=_0x188f63,this[_0x31d5a9(0x1fd)]=_0x22d335,this[_0x31d5a9(0x323)]=_0x2b99e6,b(this,_0x31d5a9(0x27f),new a[(_0x31d5a9(0x1ce))](pe)),b(this,_0x31d5a9(0x269),this[_0x31d5a9(0x27f)][_0x31d5a9(0x1b8)]()),b(this,_0x31d5a9(0x291),0x0),b(this,'_doneUploadTaskCount',0x0),this[_0x31d5a9(0x2b5)]((0x0,t[_0x31d5a9(0x25d)])(this[_0x31d5a9(0x2ba)][_0x31d5a9(0x28e)]['subscribe'](_0x4c4a15=>{const _0x6f690a=_0x31d5a9;var _0x1bd011;((_0x1bd011=_0x4c4a15[_0x6f690a(0x206)])==null?void 0x0:_0x1bd011[_0x6f690a(0x22e)])===c[_0x6f690a(0x1e8)]['OK']?this['_addDoneTask'](0x1):this[_0x6f690a(0x2d4)](_0x4c4a15[_0x6f690a(0x206)]);})));}[_0x2f5570(0x229)](){const _0x59e5b3=_0x2f5570;this['_clearProgress'](),this[_0x59e5b3(0x246)]['updateState'](0x2),this[_0x59e5b3(0x2ba)][_0x59e5b3(0x1cf)]();}async[_0x2f5570(0x1d8)](){const _0x3566ce=_0x2f5570;if(this[_0x3566ce(0x1c4)]()){this[_0x3566ce(0x1d9)][_0x3566ce(0x1ff)]({'type':o['MessageType'][_0x3566ce(0x212)],'content':this[_0x3566ce(0x27e)]['t'](_0x3566ce(0x24f))});return;}let _0x4a8753=await A([t[_0x3566ce(0x310)][_0x3566ce(0x1fe)]]);if(_0x4a8753&&!this[_0x3566ce(0x2a7)](_0x4a8753,t[_0x3566ce(0x310)]['UNIVER_SHEET']))return this[_0x3566ce(0x26f)](_0x4a8753[0x0],t['UniverInstanceType'][_0x3566ce(0x1fe)]);}async[_0x2f5570(0x248)](){const _0x1d30db=_0x2f5570;if(this['_uploadTaskNotDone']()){this[_0x1d30db(0x1d9)][_0x1d30db(0x1ff)]({'type':o[_0x1d30db(0x280)][_0x1d30db(0x212)],'content':this[_0x1d30db(0x27e)]['t'](_0x1d30db(0x24f))});return;}let _0x27065a=await A([t['UniverInstanceType'][_0x1d30db(0x1fe)]]);if(!_0x27065a)return;this['_showUploadMessage'](o[_0x1d30db(0x280)][_0x1d30db(0x1c0)]);let _0x210013=await this['_exchangeService'][_0x1d30db(0x248)](_0x27065a[0x0]);_0x210013&&(this[_0x1d30db(0x24a)](t[_0x1d30db(0x310)][_0x1d30db(0x1fe)],_0x210013),this[_0x1d30db(0x25c)](o[_0x1d30db(0x280)][_0x1d30db(0x309)]));}async[_0x2f5570(0x306)](_0x1329ff,_0x452793){const _0x1cc96b=_0x2f5570;this[_0x1cc96b(0x32b)](o['MessageType']['Info']);let _0xc3c6bb=await this[_0x1cc96b(0x2ba)][_0x1cc96b(0x306)](_0x1329ff||this[_0x1cc96b(0x2ae)](t[_0x1cc96b(0x310)][_0x1cc96b(0x1fe)]));_0xc3c6bb&&(this['_exchangeService'][_0x1cc96b(0x1bd)](_0xc3c6bb,_0x452793||this['_getUnitNameByType'](_0xc3c6bb,t['UniverInstanceType'][_0x1cc96b(0x1fe)]),_0x1cc96b(0x1d1)),this[_0x1cc96b(0x32b)](o[_0x1cc96b(0x280)]['Success']));}async[_0x2f5570(0x1e6)](){const _0x2b7b19=_0x2f5570;this[_0x2b7b19(0x32b)](o['MessageType'][_0x2b7b19(0x1c0)]);let _0x1857cb=await this[_0x2b7b19(0x2d3)](t['UniverInstanceType']['UNIVER_SHEET']),_0x347ffd=await this['_exchangeService']['exportXLSXBySnapshot'](_0x1857cb);_0x347ffd&&(this['_exchangeService'][_0x2b7b19(0x1bd)](_0x347ffd,this[_0x2b7b19(0x21b)](_0x347ffd,t[_0x2b7b19(0x310)][_0x2b7b19(0x1fe)]),_0x2b7b19(0x1d1)),this[_0x2b7b19(0x32b)](o['MessageType'][_0x2b7b19(0x309)]));}async[_0x2f5570(0x1f3)](){const _0x543ca0=_0x2f5570;if(this[_0x543ca0(0x1c4)]()){this[_0x543ca0(0x1d9)]['show']({'type':o[_0x543ca0(0x280)]['Warning'],'content':this[_0x543ca0(0x27e)]['t'](_0x543ca0(0x24f))});return;}let _0x46adb7=await A([t[_0x543ca0(0x310)][_0x543ca0(0x27d)]]);if(_0x46adb7&&!this[_0x543ca0(0x2a7)](_0x46adb7,t['UniverInstanceType'][_0x543ca0(0x27d)]))return this['_importFileToUnitId'](_0x46adb7[0x0],t[_0x543ca0(0x310)][_0x543ca0(0x27d)]);}async[_0x2f5570(0x1fb)](){const _0x444c41=_0x2f5570;if(this[_0x444c41(0x1c4)]()){this[_0x444c41(0x1d9)]['show']({'type':o[_0x444c41(0x280)]['Warning'],'content':this[_0x444c41(0x27e)]['t'](_0x444c41(0x24f))});return;}let _0x3e79a9=await A([t['UniverInstanceType']['UNIVER_DOC']]);if(!_0x3e79a9||this[_0x444c41(0x2a7)](_0x3e79a9,t[_0x444c41(0x310)]['UNIVER_DOC']))return;this[_0x444c41(0x25c)](o[_0x444c41(0x280)][_0x444c41(0x1c0)]);let _0x56a866=await this[_0x444c41(0x2ba)]['importDOCXToSnapshot'](_0x3e79a9[0x0]);_0x56a866&&(this['_refreshUnit'](t[_0x444c41(0x310)]['UNIVER_DOC'],_0x56a866),this['_showUploadMessage'](o[_0x444c41(0x280)][_0x444c41(0x309)]));}async[_0x2f5570(0x27a)](_0x49a135,_0x50e9ad){const _0x13a7b7=_0x2f5570;this['_showDownloadMessage'](o[_0x13a7b7(0x280)][_0x13a7b7(0x1c0)]);let _0x1abf47=await this[_0x13a7b7(0x2ba)][_0x13a7b7(0x27a)](_0x49a135||this['_getUnitID'](t[_0x13a7b7(0x310)][_0x13a7b7(0x27d)]));_0x1abf47&&(this[_0x13a7b7(0x2ba)][_0x13a7b7(0x1bd)](_0x1abf47,_0x50e9ad||this[_0x13a7b7(0x21b)](_0x1abf47,t[_0x13a7b7(0x310)][_0x13a7b7(0x27d)]),_0x13a7b7(0x1f0)),this['_showDownloadMessage'](o['MessageType']['Success']));}async[_0x2f5570(0x29b)](_0x5e3f59){const _0x43563c=_0x2f5570;this[_0x43563c(0x32b)](o[_0x43563c(0x280)]['Info']);let _0x40536e=_0x5e3f59==null?await this[_0x43563c(0x2d3)](t['UniverInstanceType']['UNIVER_DOC']):_0x5e3f59,_0x51e18a=await this[_0x43563c(0x2ba)][_0x43563c(0x29b)](_0x40536e);_0x51e18a&&(this[_0x43563c(0x2ba)][_0x43563c(0x1bd)](_0x51e18a,this[_0x43563c(0x21b)](_0x51e18a,t[_0x43563c(0x310)][_0x43563c(0x27d)]),_0x43563c(0x1f0)),this['_showDownloadMessage'](o[_0x43563c(0x280)][_0x43563c(0x309)]));}async['importPPTXToUnitId'](){const _0x2c662c=_0x2f5570;if(this[_0x2c662c(0x1c4)]()){this[_0x2c662c(0x1d9)][_0x2c662c(0x1ff)]({'type':o[_0x2c662c(0x280)][_0x2c662c(0x212)],'content':this[_0x2c662c(0x27e)]['t'](_0x2c662c(0x24f))});return;}let _0x36b253=await A([t[_0x2c662c(0x310)][_0x2c662c(0x1c2)]]);if(_0x36b253&&!this['_fileTypeError'](_0x36b253,t['UniverInstanceType'][_0x2c662c(0x1c2)]))return this[_0x2c662c(0x26f)](_0x36b253[0x0],t[_0x2c662c(0x310)][_0x2c662c(0x1c2)]);}async[_0x2f5570(0x2d7)](){const _0x4d585b=_0x2f5570;if(this['_uploadTaskNotDone']()){this[_0x4d585b(0x1d9)][_0x4d585b(0x1ff)]({'type':o[_0x4d585b(0x280)][_0x4d585b(0x212)],'content':this[_0x4d585b(0x27e)]['t']('exchange-client.uploading')});return;}let _0x34efca=await A([t['UniverInstanceType'][_0x4d585b(0x250)]]);if(!(!_0x34efca||this[_0x4d585b(0x2a7)](_0x34efca,t[_0x4d585b(0x310)][_0x4d585b(0x250)])))return this['_importFileToUnitId'](_0x34efca[0x0],t[_0x4d585b(0x310)][_0x4d585b(0x250)]);}async['importPDFToSnapshot'](){const _0x45c9c8=_0x2f5570;if(this[_0x45c9c8(0x1c4)]()){this[_0x45c9c8(0x1d9)][_0x45c9c8(0x1ff)]({'type':o[_0x45c9c8(0x280)][_0x45c9c8(0x212)],'content':this[_0x45c9c8(0x27e)]['t'](_0x45c9c8(0x24f))});return;}let _0x4b1b60=await A([t[_0x45c9c8(0x310)][_0x45c9c8(0x250)]]);if(!_0x4b1b60||this['_fileTypeError'](_0x4b1b60,t[_0x45c9c8(0x310)][_0x45c9c8(0x250)]))return;this[_0x45c9c8(0x25c)](o[_0x45c9c8(0x280)][_0x45c9c8(0x1c0)]);let _0x61fe1d=await this['_exchangeService'][_0x45c9c8(0x316)](_0x4b1b60[0x0]);if(_0x61fe1d)return this[_0x45c9c8(0x25c)](o[_0x45c9c8(0x280)][_0x45c9c8(0x309)]),_0x61fe1d;}async[_0x2f5570(0x25a)](_0x249486,_0x52373b,_0x2f320d){const _0x17ff9f=_0x2f5570;this[_0x17ff9f(0x32b)](o[_0x17ff9f(0x280)]['Info']);let _0x409247=await this[_0x17ff9f(0x2ba)][_0x17ff9f(0x25a)](_0x249486||this['_getUnitID'](t['UniverInstanceType']['UNIVER_PDF']));_0x409247&&(this[_0x17ff9f(0x2ba)][_0x17ff9f(0x1bd)](_0x409247,_0x52373b||this[_0x17ff9f(0x21b)](_0x409247,_0x2f320d==null?t[_0x17ff9f(0x310)][_0x17ff9f(0x250)]:_0x2f320d),_0x17ff9f(0x2ad)),this['_showDownloadMessage'](o[_0x17ff9f(0x280)][_0x17ff9f(0x309)]));}async[_0x2f5570(0x223)](){const _0x10eaff=_0x2f5570;this[_0x10eaff(0x32b)](o[_0x10eaff(0x280)][_0x10eaff(0x1c0)]);let _0x272608=await this[_0x10eaff(0x2d3)](t[_0x10eaff(0x310)]['UNIVER_PDF']),_0x6551d=await this[_0x10eaff(0x2ba)]['exportPDFBySnapshot'](_0x272608);_0x6551d&&(this[_0x10eaff(0x2ba)][_0x10eaff(0x1bd)](_0x6551d,this[_0x10eaff(0x21b)](_0x6551d,t['UniverInstanceType'][_0x10eaff(0x250)]),_0x10eaff(0x2ad)),this[_0x10eaff(0x32b)](o['MessageType'][_0x10eaff(0x309)]));}async['importPPTXToSnapshot'](){const _0x43fc7e=_0x2f5570;if(this[_0x43fc7e(0x1c4)]()){this['_messageService'][_0x43fc7e(0x1ff)]({'type':o['MessageType'][_0x43fc7e(0x212)],'content':this[_0x43fc7e(0x27e)]['t'](_0x43fc7e(0x24f))});return;}let _0x5c3fd4=await A([t['UniverInstanceType'][_0x43fc7e(0x1c2)]]);if(!_0x5c3fd4)return;this[_0x43fc7e(0x25c)](o[_0x43fc7e(0x280)]['Info']);let _0x262c87=await this['_exchangeService']['importPPTXToSnapshot'](_0x5c3fd4[0x0]);_0x262c87&&(this['_refreshUnit'](t['UniverInstanceType']['UNIVER_SLIDE'],_0x262c87),this['_showUploadMessage'](o[_0x43fc7e(0x280)]['Success']));}async[_0x2f5570(0x23a)](_0x5757e3,_0x8d2feb){const _0x46a649=_0x2f5570;this[_0x46a649(0x32b)](o[_0x46a649(0x280)][_0x46a649(0x1c0)]);let _0x3677f8=await this[_0x46a649(0x2ba)][_0x46a649(0x23a)](_0x5757e3||this[_0x46a649(0x2ae)](t['UniverInstanceType']['UNIVER_SLIDE']));_0x3677f8&&(this[_0x46a649(0x2ba)]['downloadFile'](_0x3677f8,_0x8d2feb||this['_getUnitNameByType'](_0x3677f8,t[_0x46a649(0x310)]['UNIVER_SLIDE']),'pptx'),this[_0x46a649(0x32b)](o[_0x46a649(0x280)][_0x46a649(0x309)]));}async[_0x2f5570(0x32c)](){const _0x5dff30=_0x2f5570;this[_0x5dff30(0x32b)](o[_0x5dff30(0x280)][_0x5dff30(0x1c0)]);let _0x446d5e=await this[_0x5dff30(0x2d3)](t[_0x5dff30(0x310)][_0x5dff30(0x1c2)]),_0x370b76=await this['_exchangeService'][_0x5dff30(0x32c)](_0x446d5e);_0x370b76&&(this[_0x5dff30(0x2ba)][_0x5dff30(0x1bd)](_0x370b76,this[_0x5dff30(0x21b)](_0x370b76,t[_0x5dff30(0x310)]['UNIVER_SLIDE']),'pptx'),this['_showDownloadMessage'](o[_0x5dff30(0x280)][_0x5dff30(0x309)]));}async[_0x2f5570(0x1ac)](_0x5b0efb){throw Error('Method\x20not\x20implemented.');}async[_0x2f5570(0x1f1)](){const _0x27cf4b=_0x2f5570;let _0x472b84=this['_univerInstanceService'][_0x27cf4b(0x24b)]();switch(_0x472b84?this[_0x27cf4b(0x1b9)][_0x27cf4b(0x260)](_0x472b84['getUnitId']()):t[_0x27cf4b(0x310)][_0x27cf4b(0x2c5)]){case t[_0x27cf4b(0x310)][_0x27cf4b(0x250)]:return this[_0x27cf4b(0x2d7)]();case t[_0x27cf4b(0x310)][_0x27cf4b(0x1c2)]:return this['importPPTXToUnitId']();case t['UniverInstanceType'][_0x27cf4b(0x27d)]:return this[_0x27cf4b(0x1f3)]();case t[_0x27cf4b(0x310)][_0x27cf4b(0x1fe)]:default:return this['importXLSXToUnitId']();}}[_0x2f5570(0x252)](_0xea4858){const _0xb9cb42=_0x2f5570;this[_0xb9cb42(0x1ec)]=_0xea4858;}async[_0x2f5570(0x26f)](_0x19467b,_0xc366f6){const _0x1a556c=_0x2f5570;this[_0x1a556c(0x246)][_0x1a556c(0x1ff)](),this['_uploadNotificationService']['updateState'](0x0),this[_0x1a556c(0x2f8)](0x4),this[_0x1a556c(0x209)](0x1);let _0x1f0acb=await this[_0x1a556c(0x2ba)][_0x1a556c(0x22a)](_0x19467b,_0xc366f6);if(!_0x1f0acb){this[_0x1a556c(0x303)](),this[_0x1a556c(0x246)]['updateState'](0x2);return;}let _0x299eac={'link':this[_0x1a556c(0x1ec)](_0x1f0acb,_0xc366f6),'name':_0x19467b[_0x1a556c(0x277)],'type':_0xc366f6};return this[_0x1a556c(0x246)][_0x1a556c(0x258)](_0x299eac),this[_0x1a556c(0x31c)](),this[_0x1a556c(0x246)][_0x1a556c(0x314)](0x1),_0x1f0acb;}['_getUnitID'](_0x21f944){const _0x3dd253=_0x2f5570;let _0x21bfa8=this[_0x3dd253(0x1b9)]['getCurrentUnitOfType'](_0x21f944);if(!_0x21bfa8)throw Error(_0x3dd253(0x29a)+_0x21f944+_0x3dd253(0x1ae));return _0x21bfa8[_0x3dd253(0x25f)]();}[_0x2f5570(0x21b)](_0x538018,_0x5a2966){const _0x43d9b3=_0x2f5570;let _0x5ae470=this[_0x43d9b3(0x1b9)][_0x43d9b3(0x286)](_0x5a2966);if(_0x5ae470){let _0x2990d2='';switch(_0x5a2966){case t[_0x43d9b3(0x310)][_0x43d9b3(0x1fe)]:_0x2990d2=_0x5ae470[_0x43d9b3(0x313)]()[_0x43d9b3(0x277)];break;case t['UniverInstanceType'][_0x43d9b3(0x27d)]:_0x2990d2=_0x5ae470['getSnapshot']()[_0x43d9b3(0x1bb)];break;case t[_0x43d9b3(0x310)][_0x43d9b3(0x1c2)]:_0x2990d2=_0x5ae470[_0x43d9b3(0x313)]()[_0x43d9b3(0x277)];break;case t[_0x43d9b3(0x310)][_0x43d9b3(0x250)]:_0x2990d2=_0x5ae470[_0x43d9b3(0x313)]()[_0x43d9b3(0x277)];break;default:break;}if(typeof _0x2990d2==_0x43d9b3(0x225)&&_0x2990d2[_0x43d9b3(0x213)]())return _0x2990d2;}return _0x538018[_0x43d9b3(0x277)]['split']('.')['shift']()||document[_0x43d9b3(0x1bb)];}async[_0x2f5570(0x2d3)](_0x400239){const _0x11ac7e=_0x2f5570;let _0x3eba14=this['_univerInstanceService'][_0x11ac7e(0x286)](_0x400239);if(!_0x3eba14)throw Error(_0x11ac7e(0x29a)+_0x400239+_0x11ac7e(0x1ae));if(_0x400239===t[_0x11ac7e(0x310)][_0x11ac7e(0x1fe)]){let _0x2ea848=this[_0x11ac7e(0x323)][_0x11ac7e(0x2ff)](_0x3eba14['getUnitId']());return _0x2ea848==null?_0x3eba14[_0x11ac7e(0x313)]():_0x2ea848;}if(_0x400239===t[_0x11ac7e(0x310)][_0x11ac7e(0x27d)]){let _0x57130b=this[_0x11ac7e(0x323)][_0x11ac7e(0x2ff)](_0x3eba14[_0x11ac7e(0x25f)]());return _0x57130b==null?_0x3eba14[_0x11ac7e(0x313)]():_0x57130b;}if(_0x400239===t[_0x11ac7e(0x310)]['UNIVER_SLIDE']){let _0x2a9e61=this['_resourceLoaderService'][_0x11ac7e(0x2ff)](_0x3eba14[_0x11ac7e(0x25f)]());return _0x2a9e61==null?_0x3eba14['getSnapshot']():_0x2a9e61;}return _0x400239===t[_0x11ac7e(0x310)][_0x11ac7e(0x250)]?_0x3eba14[_0x11ac7e(0x313)]():null;}['_refreshUnit'](...[_0x212e19,_0x384121]){const _0x40b7f3=_0x2f5570;let _0x590b3f=this[_0x40b7f3(0x1b9)][_0x40b7f3(0x286)](_0x212e19);if(!_0x590b3f)throw Error(_0x40b7f3(0x29a)+_0x212e19+_0x40b7f3(0x1ae));switch(this['_univerInstanceService'][_0x40b7f3(0x2b2)](_0x590b3f[_0x40b7f3(0x25f)]()),_0x212e19){case t[_0x40b7f3(0x310)][_0x40b7f3(0x1fe)]:this[_0x40b7f3(0x1b9)][_0x40b7f3(0x215)](_0x212e19,_0x384121);break;case t[_0x40b7f3(0x310)]['UNIVER_DOC']:this[_0x40b7f3(0x1b9)][_0x40b7f3(0x215)](_0x212e19,_0x384121);break;case t['UniverInstanceType'][_0x40b7f3(0x1c2)]:this[_0x40b7f3(0x1b9)][_0x40b7f3(0x215)](_0x212e19,_0x384121);break;}}['_getLinkByUnitId'](_0x3c1ddc,_0x45960d){const _0x3e2c04=_0x2f5570;let _0xca33=new URL(window['location'][_0x3e2c04(0x335)]);return _0xca33[_0x3e2c04(0x332)]['set']('unit',_0x3c1ddc),_0xca33[_0x3e2c04(0x332)][_0x3e2c04(0x2c3)]('type',''+_0x45960d),_0xca33[_0x3e2c04(0x29f)]();}['_showNetworkError'](_0x57d452){const _0x256931=_0x2f5570;if(_0x57d452){let {code:_0x4b16f6}=_0x57d452;switch(_0x4b16f6){case c[_0x256931(0x1e8)][_0x256931(0x1b1)]:this['_messageService']['show']({'type':o[_0x256931(0x280)][_0x256931(0x2c4)],'content':this['_localeService']['t'](_0x256931(0x289))});break;case c[_0x256931(0x1e8)][_0x256931(0x29d)]:this[_0x256931(0x1d9)][_0x256931(0x1ff)]({'type':o[_0x256931(0x280)]['Error'],'content':this[_0x256931(0x27e)]['t'](_0x256931(0x317))});break;default:this[_0x256931(0x1d9)][_0x256931(0x1ff)]({'type':o[_0x256931(0x280)][_0x256931(0x2c4)],'content':this[_0x256931(0x27e)]['t'](_0x256931(0x2b9))});break;}return null;}return this['_messageService'][_0x256931(0x1ff)]({'type':o[_0x256931(0x280)][_0x256931(0x2c4)],'content':this[_0x256931(0x27e)]['t']('exchange-client.networkError')}),null;}[_0x2f5570(0x32b)](_0x2799f1){const _0x4bb1d4=_0x2f5570;let _0x922bfa='';switch(_0x2799f1){case o['MessageType'][_0x4bb1d4(0x309)]:_0x922bfa=this['_localeService']['t']('exchange-client.downloadSuccess');break;case o[_0x4bb1d4(0x280)]['Info']:_0x922bfa=this[_0x4bb1d4(0x27e)]['t'](_0x4bb1d4(0x1c7));break;default:break;}this[_0x4bb1d4(0x1d9)]['show']({'type':_0x2799f1,'content':_0x922bfa});}[_0x2f5570(0x25c)](_0x49515f){const _0x3549e5=_0x2f5570;let _0x26008e='';switch(_0x49515f){case o[_0x3549e5(0x280)]['Success']:_0x26008e=this['_localeService']['t'](_0x3549e5(0x25b));break;case o[_0x3549e5(0x280)][_0x3549e5(0x1c0)]:_0x26008e=this[_0x3549e5(0x27e)]['t'](_0x3549e5(0x24f));break;default:break;}this[_0x3549e5(0x1d9)][_0x3549e5(0x1ff)]({'type':_0x49515f,'content':_0x26008e});}[_0x2f5570(0x216)](){const _0x34628f=_0x2f5570;this[_0x34628f(0x27f)][_0x34628f(0x1f8)]({'done':this[_0x34628f(0x1ee)],'count':this[_0x34628f(0x291)]});}[_0x2f5570(0x2f8)](_0x20a69c){const _0x55f039=_0x2f5570;this[_0x55f039(0x291)]+=_0x20a69c,this['_emitProgress']();}[_0x2f5570(0x209)](_0x14d1b8){const _0x3716ad=_0x2f5570;this[_0x3716ad(0x1ee)]+=_0x14d1b8,this['_doneUploadTaskCount']=Math['min'](this[_0x3716ad(0x1ee)],this[_0x3716ad(0x291)]),this[_0x3716ad(0x216)]();}[_0x2f5570(0x31c)](){const _0x166514=_0x2f5570;this[_0x166514(0x1ee)]=this[_0x166514(0x291)],this[_0x166514(0x216)]();}['_clearProgress'](){const _0x297f11=_0x2f5570;this[_0x297f11(0x1ee)]=0x0,this['_totalUploadTaskCount']=0x0,this[_0x297f11(0x216)]();}[_0x2f5570(0x2a7)](_0x571b8a,_0x23c20a){const _0x2e2749=_0x2f5570;let _0x1de508=_0x571b8a[0x0],_0x153007=_0x1de508['name'];return ie(_0x1de508)===_0x23c20a?!0x1:(this[_0x2e2749(0x1d9)][_0x2e2749(0x1ff)]({'type':o[_0x2e2749(0x280)]['Error'],'content':this['_localeService']['t']('exchange-client.fileTypeError',_0x153007)}),!0x0);}['_uploadTaskNotDone'](){const _0x446eb1=_0x2f5570;return this[_0x446eb1(0x291)]!==0x0&&this[_0x446eb1(0x1ee)]!==this['_totalUploadTaskCount'];}};J=g([h(0x0,(0x0,t[_0x2f5570(0x1df)])(t[_0x2f5570(0x2dd)])),h(0x1,r['IMessageService']),h(0x2,(0x0,t[_0x2f5570(0x1df)])(t[_0x2f5570(0x2bc)])),h(0x3,(0x0,t[_0x2f5570(0x1df)])(G)),h(0x4,(0x0,t['Inject'])(x)),h(0x5,t[_0x2f5570(0x1f4)]),h(0x6,(0x0,t[_0x2f5570(0x1df)])(t[_0x2f5570(0x30e)]))],J);function Y(_0x221ca0){const _0x2491a2=_0x2f5570;let {onClick:_0x28c6da,children:_0x42bb41,className:_0x68432b}=_0x221ca0;return(0x0,s[_0x2491a2(0x2df)])(_0x2491a2(0x1b2),{'className':(0x0,o[_0x2491a2(0x2dc)])(_0x2491a2(0x1aa),_0x68432b),'type':_0x2491a2(0x1b2),'onClick':_0x28c6da,'children':_0x42bb41});}function X(){const _0x19a66c=_0x2f5570;let _0x4fe0f4=(0x0,r[_0x19a66c(0x26a)])(q),_0x26f8e4=(0x0,r[_0x19a66c(0x26a)])(t[_0x19a66c(0x2bc)]);function _0x5f37ac(){_0x4fe0f4['importFileToUnitIdByCurrentType']();}return(0x0,s[_0x19a66c(0x2df)])(Y,{'onClick':_0x5f37ac,'children':_0x26f8e4['t'](_0x19a66c(0x2bb))});}function me(){const _0x40f185=_0x2f5570;return(0x0,s[_0x40f185(0x2e8)])(_0x40f185(0x1f2),{'className':_0x40f185(0x2a9),'children':[(0x0,s[_0x40f185(0x2df)])(_0x40f185(0x312),{'className':_0x40f185(0x331),'children':(0x0,r[_0x40f185(0x26a)])(t[_0x40f185(0x2bc)])['t'](_0x40f185(0x326))}),(0x0,s[_0x40f185(0x2df)])(X,{})]});}function he(_0x33791d){const _0x56002b=_0x2f5570;let {count:_0x20012b}=_0x33791d;return(0x0,s[_0x56002b(0x2e8)])(_0x56002b(0x1f2),{'className':_0x56002b(0x31f),'children':[(0x0,s[_0x56002b(0x2df)])(_0x56002b(0x312),{'className':_0x56002b(0x1ef),'children':(0x0,r[_0x56002b(0x26a)])(t[_0x56002b(0x2bc)])['t']('exchange-client.uploadSuccessTip',''+_0x20012b)}),(0x0,s[_0x56002b(0x2df)])(X,{})]});}function ge(){const _0x1cfdd7=_0x2f5570;let _0x309eba=(0x0,r['useDependency'])(q),_0x49d6af=(0x0,r[_0x1cfdd7(0x26a)])(t[_0x1cfdd7(0x2bc)]);function _0x139c6a(){const _0x52e042=_0x1cfdd7;_0x309eba[_0x52e042(0x229)]();}return(0x0,s['jsx'])(Y,{'onClick':_0x139c6a,'children':_0x49d6af['t'](_0x1cfdd7(0x2bd))});}function _e(){const _0x5cadcb=_0x2f5570;let {count:_0x3c35aa,done:_0xf0696e}=(0x0,r[_0x5cadcb(0x2f2)])((0x0,r['useDependency'])(q)[_0x5cadcb(0x269)]),_0xda7f73=_0x3c35aa>0x0?_0xf0696e/_0x3c35aa:0x0;return(0x0,s[_0x5cadcb(0x2df)])('div',{'className':'univer-mx-0\x20univer-mb-3\x20univer-mt-4\x20univer-h-1.5\x20univer-w-[324px]\x20univer-rounded-lg\x20univer-bg-gray-200','children':(0x0,s[_0x5cadcb(0x2df)])(_0x5cadcb(0x1f2),{'className':'univer-h-1.5\x20univer-rounded-lg\x20univer-bg-primary-600\x20univer-transition-[width]\x20univer-duration-500','style':{'width':Math['floor'](_0xda7f73*0x64)+'%'}})});}function ve(){const _0x4ae6f1=_0x2f5570;return(0x0,s[_0x4ae6f1(0x2e8)])(_0x4ae6f1(0x1f2),{'className':_0x4ae6f1(0x2a9),'children':[(0x0,s[_0x4ae6f1(0x2df)])('span',{'className':_0x4ae6f1(0x2b3),'children':(0x0,r['useDependency'])(t[_0x4ae6f1(0x2bc)])['t']('exchange-client.wait')}),(0x0,s[_0x4ae6f1(0x2df)])(_0x4ae6f1(0x1f2),{'className':_0x4ae6f1(0x1e4),'children':(0x0,s['jsx'])(_e,{})}),(0x0,s[_0x4ae6f1(0x2df)])(ge,{})]});}const Z={0x1:(0x0,s[_0x2f5570(0x2df)])(i[_0x2f5570(0x24c)],{'className':_0x2f5570(0x266)}),0x0:(0x0,s['jsx'])(i[_0x2f5570(0x2d9)],{'className':'univer-text-blue-500'}),0x2:(0x0,s['jsx'])(i[_0x2f5570(0x2f3)],{'className':_0x2f5570(0x2f5)})};function ye(){const _0x335985=_0x2f5570;let _0x2dd59d=(0x0,r[_0x335985(0x26a)])(x),_0x409469=(0x0,r[_0x335985(0x26a)])(t['LocaleService']),_0x3a1093=(0x0,r[_0x335985(0x2f2)])(_0x2dd59d[_0x335985(0x257)],0x0),_0x3257b0=(0x0,r['useObservable'])(_0x2dd59d[_0x335985(0x21f)],!0x1),_0x50708a=(0x0,r['useObservable'])(_0x2dd59d[_0x335985(0x20c)],[]);function _0x38f9a4(){const _0x325894=_0x335985;_0x2dd59d[_0x325894(0x2cd)]();}function _0x552ec1(_0x1307d6){const _0x565e42=_0x335985;switch(_0x1307d6){case 0x1:return _0x409469['t'](_0x565e42(0x25b));case 0x0:return _0x409469['t'](_0x565e42(0x24f));case 0x2:return _0x409469['t'](_0x565e42(0x2fb));default:return'';}}return _0x3257b0&&(0x0,s['jsxs'])('div',{'className':_0x335985(0x298),'children':[(0x0,s[_0x335985(0x2e8)])(_0x335985(0x1f2),{'className':_0x335985(0x2e1),'children':[(0x0,s[_0x335985(0x2e8)])(_0x335985(0x312),{'className':_0x335985(0x200),'children':[(0x0,s[_0x335985(0x2df)])(_0x335985(0x312),{'className':_0x335985(0x30b),'children':Z[_0x3a1093]}),(0x0,s[_0x335985(0x2df)])(_0x335985(0x312),{'className':'univer-ml-1.5\x20univer-font-semibold\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x552ec1(_0x3a1093)})]}),(0x0,s['jsx'])('span',{'className':_0x335985(0x2c1),'onClick':_0x38f9a4,'children':(0x0,s[_0x335985(0x2df)])(i['CloseIcon'],{})})]}),(0x0,s[_0x335985(0x2e8)])(_0x335985(0x1f2),{'children':[_0x3a1093===0x0&&(0x0,s[_0x335985(0x2df)])(ve,{}),_0x3a1093===0x2&&(0x0,s[_0x335985(0x2df)])(me,{}),_0x50708a[_0x335985(0x275)]>0x0&&(0x0,s['jsx'])(ne,{'list':_0x50708a}),_0x3a1093===0x1&&(0x0,s[_0x335985(0x2df)])(he,{'count':_0x50708a[_0x335985(0x275)]})]})]});}function be(){return(0x0,s['jsx'])(ye,{});}let Q=class extends t[_0x2f5570(0x222)]{constructor(_0x1e5b4a,_0x348c88){const _0x153797=_0x2f5570;super(),this['_injector']=_0x1e5b4a,this[_0x153797(0x30c)]=_0x348c88,this['_registerUIParts']();}[_0x2f5570(0x20a)](){const _0x4c59f0=_0x2f5570;this[_0x4c59f0(0x2b5)](this[_0x4c59f0(0x30c)][_0x4c59f0(0x2b1)](r[_0x4c59f0(0x242)][_0x4c59f0(0x2c9)],()=>(0x0,r['connectInjector'])(be,this[_0x4c59f0(0x219)])));}};Q=g([h(0x0,(0x0,t['Inject'])(t['Injector'])),h(0x1,r[_0x2f5570(0x1c6)])],Q);let $=class extends t[_0x2f5570(0x1f5)]{constructor(_0x239871=m,_0x2cf416,_0x44e16e){const _0x56283a=_0x2f5570;super(),this[_0x56283a(0x2d5)]=_0x239871,this[_0x56283a(0x219)]=_0x2cf416,this[_0x56283a(0x283)]=_0x44e16e;let {..._0x2d50a1}=(0x0,t['merge'])({},m,this[_0x56283a(0x2d5)]);this[_0x56283a(0x283)][_0x56283a(0x205)](p,_0x2d50a1);}['onStarting'](){const _0x2b32d7=_0x2f5570;(0x0,t['registerDependencies'])(this[_0x2b32d7(0x219)],[[_],[Q],[q,{'useClass':J}],[G,{'useClass':K}],[N,{'useClass':P}],[x,{'useClass':te}]]);}[_0x2f5570(0x2f1)](){const _0x132499=_0x2f5570;(0x0,t[_0x132499(0x1cd)])(this[_0x132499(0x219)],[[_],[Q],[q]]);}};b($,'pluginName',_0x2f5570(0x276)),b($,_0x2f5570(0x281),d),b($,'version',f),$=g([(0x0,t[_0x2f5570(0x319)])(e[_0x2f5570(0x202)],n[_0x2f5570(0x268)],r[_0x2f5570(0x2a6)]),h(0x1,(0x0,t[_0x2f5570(0x1df)])(t[_0x2f5570(0x28d)])),h(0x2,t[_0x2f5570(0x2fd)])],$);function xe(_0x5f0e6a,_0x4411eb){const _0x2f2299=_0x2f5570;let _0xf9b83f=_0x5f0e6a['get'](t['IUniverInstanceService'])[_0x2f2299(0x286)](_0x4411eb);return!_0xf9b83f||!_0x5f0e6a[_0x2f2299(0x2b0)](l[_0x2f2299(0x21a)])?!0x1:_0x5f0e6a['get'](l['SnapshotService'])['isUnitLoadedFromServer'](_0xf9b83f);}exports[_0x2f5570(0x299)]=q,exports[_0x2f5570(0x2cc)]=G,Object['defineProperty'](exports,_0x2f5570(0x31d),{'enumerable':!0x0,'get':function(){return $;}}),exports[_0x2f5570(0x296)]=xe;
@@ -1 +1 @@
1
- function _0x327a(_0x3a0962,_0x233b20){_0x3a0962=_0x3a0962-0x170;const _0x21a9a0=_0x21a9();let _0x327a26=_0x21a9a0[_0x3a0962];return _0x327a26;}function _0x21a9(){const _0xee7fb2=['103446lLALMU','البيانات\x20كبيرة\x20جداً','2cFpSut','2178CJvaSN','جارٍ\x20التحميل','تمت\x20مقاطعة\x20الاتصال\x20بالشبكة\x20وفشل\x20رفع\x20الملف','تم\x20التحميل\x20بنجاح','824fpUwLJ','3872901QmBKkV','exports','يرجى\x20الانتظار...','إلغاء','2983736CvRbNp','إعادة\x20الرفع','خطأ\x20في\x20الشبكة','15rPKIKR','65570CHSuom','تم\x20رفع\x20{0}\x20ملف/ملفات\x20بنجاح','33mUlMgC','1870356aNvvQp','74193ALBdJa','نوع\x20الملف\x20المحدد\x20[{0}]\x20غير\x20مدعوم\x20للرفع','4712388mqBTBd'];_0x21a9=function(){return _0xee7fb2;};return _0x21a9();}const _0x5f2882=_0x327a;(function(_0x618295,_0x1403dd){const _0x3341c0=_0x327a,_0x3f4243=_0x618295();while(!![]){try{const _0x2c3fa1=parseInt(_0x3341c0(0x17f))/0x1+-parseInt(_0x3341c0(0x184))/0x2*(parseInt(_0x3341c0(0x173))/0x3)+-parseInt(_0x3341c0(0x177))/0x4+parseInt(_0x3341c0(0x17a))/0x5*(parseInt(_0x3341c0(0x17e))/0x6)+parseInt(_0x3341c0(0x182))/0x7*(parseInt(_0x3341c0(0x172))/0x8)+parseInt(_0x3341c0(0x185))/0x9*(parseInt(_0x3341c0(0x17b))/0xa)+-parseInt(_0x3341c0(0x17d))/0xb*(parseInt(_0x3341c0(0x181))/0xc);if(_0x2c3fa1===_0x1403dd)break;else _0x3f4243['push'](_0x3f4243['shift']());}catch(_0x3111b5){_0x3f4243['push'](_0x3f4243['shift']());}}}(_0x21a9,0xdc885));const e={'exchange-client':{'uploading':'جارٍ\x20الرفع','uploadSuccess':'تم\x20رفع\x20الملف\x20بنجاح','uploadSuccessTip':_0x5f2882(0x17c),'downloading':_0x5f2882(0x186),'downloadSuccess':_0x5f2882(0x171),'unknownMistake':'خطأ\x20غير\x20معروف','networkError':_0x5f2882(0x179),'tooLarge':_0x5f2882(0x183),'internalError':'خطأ\x20داخلي\x20غير\x20معروف','interrupt':_0x5f2882(0x170),'fileTypeError':_0x5f2882(0x180),'wait':_0x5f2882(0x175),'cancel':_0x5f2882(0x176),'uploadAgain':_0x5f2882(0x178)}};module[_0x5f2882(0x174)]=e;
1
+ const _0x53adc1=_0x1e4a;function _0x3f84(){const _0x49813b=['خطأ\x20غير\x20معروف','9878391KrQRCb','4349392neBzLe','نوع\x20الملف\x20المحدد\x20[{0}]\x20غير\x20مدعوم\x20للرفع','1105223QPJYAH','تم\x20رفع\x20الملف\x20بنجاح','1704285XrsPaq','إعادة\x20الرفع','242745fInudl','خطأ\x20داخلي\x20غير\x20معروف','10ENPINB','إلغاء','تمت\x20مقاطعة\x20الاتصال\x20بالشبكة\x20وفشل\x20رفع\x20الملف','جارٍ\x20الرفع','تم\x20التحميل\x20بنجاح','563213JfOnHe','12tjAVQH','يرجى\x20الانتظار...','1118048sZLVNS','البيانات\x20كبيرة\x20جداً','6XtlhJw'];_0x3f84=function(){return _0x49813b;};return _0x3f84();}(function(_0x5269b4,_0x16150d){const _0x24a1a0=_0x1e4a,_0xa1236f=_0x5269b4();while(!![]){try{const _0x5955f8=parseInt(_0x24a1a0(0x15c))/0x1+-parseInt(_0x24a1a0(0x15f))/0x2+-parseInt(_0x24a1a0(0x168))/0x3+-parseInt(_0x24a1a0(0x15d))/0x4*(-parseInt(_0x24a1a0(0x16a))/0x5)+parseInt(_0x24a1a0(0x161))/0x6*(parseInt(_0x24a1a0(0x166))/0x7)+-parseInt(_0x24a1a0(0x164))/0x8+parseInt(_0x24a1a0(0x163))/0x9*(parseInt(_0x24a1a0(0x16c))/0xa);if(_0x5955f8===_0x16150d)break;else _0xa1236f['push'](_0xa1236f['shift']());}catch(_0x29ba07){_0xa1236f['push'](_0xa1236f['shift']());}}}(_0x3f84,0x47ab3));const e={'exchange-client':{'uploading':_0x53adc1(0x16f),'uploadSuccess':_0x53adc1(0x167),'uploadSuccessTip':'تم\x20رفع\x20{0}\x20ملف/ملفات\x20بنجاح','downloading':'جارٍ\x20التحميل','downloadSuccess':_0x53adc1(0x170),'unknownMistake':_0x53adc1(0x162),'networkError':'خطأ\x20في\x20الشبكة','tooLarge':_0x53adc1(0x160),'internalError':_0x53adc1(0x16b),'interrupt':_0x53adc1(0x16e),'fileTypeError':_0x53adc1(0x165),'wait':_0x53adc1(0x15e),'cancel':_0x53adc1(0x16d),'uploadAgain':_0x53adc1(0x169)}};function _0x1e4a(_0x2914e6,_0x4f037d){_0x2914e6=_0x2914e6-0x15c;const _0x3f841d=_0x3f84();let _0x1e4a58=_0x3f841d[_0x2914e6];return _0x1e4a58;}module['exports']=e;
@@ -1 +1 @@
1
- const _0x329a4d=_0xdcae;function _0xdcae(_0xa63a48,_0x3dd05c){_0xa63a48=_0xa63a48-0x16c;const _0x1e3c90=_0x1e3c();let _0xdcaeb=_0x1e3c90[_0xa63a48];return _0xdcaeb;}function _0x1e3c(){const _0x3c30f8=['9VnNNbj','Espereu...','8AdSLzV','1268466MnQhjV','Descàrrega\x20correcta','119976WVNwHs','5945274iowBZH','249586akBxSf','4297736QyEfDs','Tornar\x20a\x20pujar','Fitxer\x20pujat\x20correctament','Les\x20dades\x20són\x20massa\x20grans','35XqSylK','Error\x20desconegut','{0}\x20fitxer(s)\x20pujat(s)\x20correctament','Pujant','6680320iQRkEN','Cancel·lar','Error\x20de\x20xarxa','El\x20fitxer\x20seleccionat\x20[{0}]\x20no\x20és\x20compatible\x20per\x20pujar','365040ZEkATv','Descarregant'];_0x1e3c=function(){return _0x3c30f8;};return _0x1e3c();}(function(_0x273abc,_0x2a6715){const _0x370399=_0xdcae,_0x21ad9f=_0x273abc();while(!![]){try{const _0x3c858f=parseInt(_0x370399(0x17e))/0x1*(parseInt(_0x370399(0x16d))/0x2)+-parseInt(_0x370399(0x17c))/0x3*(-parseInt(_0x370399(0x181))/0x4)+-parseInt(_0x370399(0x17a))/0x5+-parseInt(_0x370399(0x17f))/0x6*(parseInt(_0x370399(0x172))/0x7)+-parseInt(_0x370399(0x16e))/0x8+parseInt(_0x370399(0x16c))/0x9+parseInt(_0x370399(0x176))/0xa;if(_0x3c858f===_0x2a6715)break;else _0x21ad9f['push'](_0x21ad9f['shift']());}catch(_0x28a6e7){_0x21ad9f['push'](_0x21ad9f['shift']());}}}(_0x1e3c,0xb7060));const e={'exchange-client':{'uploading':_0x329a4d(0x175),'uploadSuccess':_0x329a4d(0x170),'uploadSuccessTip':_0x329a4d(0x174),'downloading':_0x329a4d(0x17b),'downloadSuccess':_0x329a4d(0x180),'unknownMistake':_0x329a4d(0x173),'networkError':_0x329a4d(0x178),'tooLarge':_0x329a4d(0x171),'internalError':'Error\x20intern\x20desconegut','interrupt':'La\x20connexió\x20de\x20xarxa\x20s\x27ha\x20interromput\x20i\x20la\x20pujada\x20del\x20fitxer\x20ha\x20fallat','fileTypeError':_0x329a4d(0x179),'wait':_0x329a4d(0x17d),'cancel':_0x329a4d(0x177),'uploadAgain':_0x329a4d(0x16f)}};module['exports']=e;
1
+ function _0x84fc(_0x246ea6,_0x9bb953){_0x246ea6=_0x246ea6-0xbd;const _0x3c710b=_0x3c71();let _0x84fc20=_0x3c710b[_0x246ea6];return _0x84fc20;}function _0x3c71(){const _0xccffc5=['25992nfZsBi','693364osipcH','10299780wvspHN','3465fdoTXE','Cancel·lar','4638gzOjUp','{0}\x20fitxer(s)\x20pujat(s)\x20correctament','10yRzpZE','7UvFmwS','Error\x20de\x20xarxa','Descàrrega\x20correcta','585048mwXxfK','Descarregant','Pujant','Error\x20desconegut','Espereu...','La\x20connexió\x20de\x20xarxa\x20s\x27ha\x20interromput\x20i\x20la\x20pujada\x20del\x20fitxer\x20ha\x20fallat','Tornar\x20a\x20pujar','Les\x20dades\x20són\x20massa\x20grans','2679708PvQiVE','220161KWhxmJ'];_0x3c71=function(){return _0xccffc5;};return _0x3c71();}const _0x3c3a9e=_0x84fc;(function(_0x44ef01,_0x38357f){const _0x37b34c=_0x84fc,_0x5e6d1b=_0x44ef01();while(!![]){try{const _0x58a6d2=-parseInt(_0x37b34c(0xcf))/0x1+-parseInt(_0x37b34c(0xc6))/0x2+-parseInt(_0x37b34c(0xce))/0x3+parseInt(_0x37b34c(0xd1))/0x4+-parseInt(_0x37b34c(0xbe))/0x5*(-parseInt(_0x37b34c(0xc0))/0x6)+parseInt(_0x37b34c(0xc3))/0x7*(parseInt(_0x37b34c(0xd0))/0x8)+-parseInt(_0x37b34c(0xbd))/0x9*(-parseInt(_0x37b34c(0xc2))/0xa);if(_0x58a6d2===_0x38357f)break;else _0x5e6d1b['push'](_0x5e6d1b['shift']());}catch(_0xf3f4cf){_0x5e6d1b['push'](_0x5e6d1b['shift']());}}}(_0x3c71,0x6e0da));const e={'exchange-client':{'uploading':_0x3c3a9e(0xc8),'uploadSuccess':'Fitxer\x20pujat\x20correctament','uploadSuccessTip':_0x3c3a9e(0xc1),'downloading':_0x3c3a9e(0xc7),'downloadSuccess':_0x3c3a9e(0xc5),'unknownMistake':_0x3c3a9e(0xc9),'networkError':_0x3c3a9e(0xc4),'tooLarge':_0x3c3a9e(0xcd),'internalError':'Error\x20intern\x20desconegut','interrupt':_0x3c3a9e(0xcb),'fileTypeError':'El\x20fitxer\x20seleccionat\x20[{0}]\x20no\x20és\x20compatible\x20per\x20pujar','wait':_0x3c3a9e(0xca),'cancel':_0x3c3a9e(0xbf),'uploadAgain':_0x3c3a9e(0xcc)}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x23ce90=_0x13b7;(function(_0x41c87,_0x2b31f3){const _0x19c710=_0x13b7,_0x2821b8=_0x41c87();while(!![]){try{const _0x37ce3b=-parseInt(_0x19c710(0x15b))/0x1+-parseInt(_0x19c710(0x163))/0x2*(-parseInt(_0x19c710(0x15c))/0x3)+parseInt(_0x19c710(0x158))/0x4+-parseInt(_0x19c710(0x15d))/0x5+-parseInt(_0x19c710(0x162))/0x6+parseInt(_0x19c710(0x165))/0x7*(-parseInt(_0x19c710(0x15a))/0x8)+parseInt(_0x19c710(0x15e))/0x9;if(_0x37ce3b===_0x2b31f3)break;else _0x2821b8['push'](_0x2821b8['shift']());}catch(_0x4b4a83){_0x2821b8['push'](_0x2821b8['shift']());}}}(_0x31ed,0xa25ce));const e={'exchange-client':{'uploading':_0x23ce90(0x159),'uploadSuccess':_0x23ce90(0x156),'uploadSuccessTip':_0x23ce90(0x160),'downloading':_0x23ce90(0x15f),'downloadSuccess':'Download\x20erfolgreich','unknownMistake':_0x23ce90(0x164),'networkError':'Netzwerkfehler','tooLarge':'Daten\x20sind\x20zu\x20groß','internalError':'Interner\x20unbekannter\x20Fehler','interrupt':_0x23ce90(0x166),'fileTypeError':'Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','wait':'Bitte\x20warten...','cancel':'Abbrechen','uploadAgain':_0x23ce90(0x157)}};function _0x13b7(_0x5baeb5,_0x272035){_0x5baeb5=_0x5baeb5-0x156;const _0x31edf2=_0x31ed();let _0x13b791=_0x31edf2[_0x5baeb5];return _0x13b791;}module[_0x23ce90(0x161)]=e;function _0x31ed(){const _0x2b363b=['Datei\x20erfolgreich\x20hochgeladen','Erneut\x20hochladen','2554640yRKbyD','Wird\x20hochgeladen','15408trOCbw','816327PPaUgY','3NqLsDZ','1267355LIrQko','21677220sApncE','Wird\x20heruntergeladen','{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','exports','7938618rrulgu','2452010pQeIUM','Unbekannter\x20Fehler','4417BtpeXw','Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen'];_0x31ed=function(){return _0x2b363b;};return _0x31ed();}
1
+ const _0x524cd7=_0x5dae;(function(_0x3afafa,_0x5af4c4){const _0x232382=_0x5dae,_0x3f0f5d=_0x3afafa();while(!![]){try{const _0x4a3b6a=parseInt(_0x232382(0xce))/0x1*(-parseInt(_0x232382(0xc0))/0x2)+parseInt(_0x232382(0xcb))/0x3*(-parseInt(_0x232382(0xc4))/0x4)+-parseInt(_0x232382(0xc1))/0x5+-parseInt(_0x232382(0xbb))/0x6*(parseInt(_0x232382(0xd0))/0x7)+parseInt(_0x232382(0xc6))/0x8+-parseInt(_0x232382(0xcf))/0x9+parseInt(_0x232382(0xc8))/0xa*(parseInt(_0x232382(0xcd))/0xb);if(_0x4a3b6a===_0x5af4c4)break;else _0x3f0f5d['push'](_0x3f0f5d['shift']());}catch(_0x41517a){_0x3f0f5d['push'](_0x3f0f5d['shift']());}}}(_0x372f,0xbf493));function _0x5dae(_0x1f0f6b,_0x1c7dc5){_0x1f0f6b=_0x1f0f6b-0xb9;const _0x372f58=_0x372f();let _0x5dae98=_0x372f58[_0x1f0f6b];return _0x5dae98;}function _0x372f(){const _0x4e55d4=['7347945LnQehQ','Datei\x20erfolgreich\x20hochgeladen','Unbekannter\x20Fehler','4984XWaYgb','exports','2159360GdAhHJ','Abbrechen','34666820YfUndb','Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','Bitte\x20warten...','3642rgIoGy','Netzwerkfehler','22qOEkBe','83TYWilD','13625307PPnemQ','21YxxOGO','Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','Erneut\x20hochladen','1119696GUgbMC','{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','Download\x20erfolgreich','Wird\x20hochgeladen','Daten\x20sind\x20zu\x20groß','32862uWViEa'];_0x372f=function(){return _0x4e55d4;};return _0x372f();}const e={'exchange-client':{'uploading':_0x524cd7(0xbe),'uploadSuccess':_0x524cd7(0xc2),'uploadSuccessTip':_0x524cd7(0xbc),'downloading':'Wird\x20heruntergeladen','downloadSuccess':_0x524cd7(0xbd),'unknownMistake':_0x524cd7(0xc3),'networkError':_0x524cd7(0xcc),'tooLarge':_0x524cd7(0xbf),'internalError':'Interner\x20unbekannter\x20Fehler','interrupt':_0x524cd7(0xb9),'fileTypeError':_0x524cd7(0xc9),'wait':_0x524cd7(0xca),'cancel':_0x524cd7(0xc7),'uploadAgain':_0x524cd7(0xba)}};module[_0x524cd7(0xc5)]=e;
@@ -1 +1 @@
1
- const _0x5791f8=_0x3b48;(function(_0x4da372,_0x45bb31){const _0x45cecf=_0x3b48,_0x1a5be2=_0x4da372();while(!![]){try{const _0x385cb9=-parseInt(_0x45cecf(0xa6))/0x1*(-parseInt(_0x45cecf(0x94))/0x2)+-parseInt(_0x45cecf(0xa3))/0x3+-parseInt(_0x45cecf(0x9b))/0x4*(-parseInt(_0x45cecf(0x93))/0x5)+-parseInt(_0x45cecf(0xa1))/0x6*(parseInt(_0x45cecf(0x99))/0x7)+parseInt(_0x45cecf(0x95))/0x8+parseInt(_0x45cecf(0x9d))/0x9*(parseInt(_0x45cecf(0xa4))/0xa)+-parseInt(_0x45cecf(0x9f))/0xb;if(_0x385cb9===_0x45bb31)break;else _0x1a5be2['push'](_0x1a5be2['shift']());}catch(_0x139e54){_0x1a5be2['push'](_0x1a5be2['shift']());}}}(_0x19f7,0xa45dd));const e={'exchange-client':{'uploading':_0x5791f8(0x97),'uploadSuccess':_0x5791f8(0x98),'uploadSuccessTip':_0x5791f8(0xa2),'downloading':_0x5791f8(0xa5),'downloadSuccess':'Download\x20success','unknownMistake':_0x5791f8(0x96),'networkError':_0x5791f8(0xa0),'tooLarge':'Data\x20is\x20too\x20large','internalError':'Internal\x20unknown\x20error','interrupt':'The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','fileTypeError':_0x5791f8(0x9e),'wait':_0x5791f8(0x9a),'cancel':_0x5791f8(0x9c),'uploadAgain':'Upload\x20again'}};module['exports']=e;function _0x3b48(_0x49a174,_0x4f7e82){_0x49a174=_0x49a174-0x93;const _0x19f7e9=_0x19f7();let _0x3b4822=_0x19f7e9[_0x49a174];return _0x3b4822;}function _0x19f7(){const _0x14da63=['1186383zzedaa','Network\x20error','7017336melhLg','{0}\x20file(s)\x20uploaded\x20successfully','3318570xMfDwe','10FqgVtX','Downloading','45822sHWNeQ','1970850cOlEpA','42cysdBe','4018736dFTynf','Unknown\x20mistake','Uploading','File\x20uploaded\x20successfully','7YhYHUs','Please\x20wait...','4bBlOKw','Cancel','10782630udWVhH','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload'];_0x19f7=function(){return _0x14da63;};return _0x19f7();}
1
+ const _0x1b971f=_0x20ee;(function(_0x5433c1,_0x1a5f76){const _0x170925=_0x20ee,_0x415135=_0x5433c1();while(!![]){try{const _0x24d30d=parseInt(_0x170925(0x102))/0x1+parseInt(_0x170925(0x104))/0x2*(-parseInt(_0x170925(0xfa))/0x3)+-parseInt(_0x170925(0xf6))/0x4*(-parseInt(_0x170925(0x106))/0x5)+-parseInt(_0x170925(0x101))/0x6+-parseInt(_0x170925(0xf5))/0x7*(-parseInt(_0x170925(0xf7))/0x8)+parseInt(_0x170925(0x100))/0x9+-parseInt(_0x170925(0xfb))/0xa;if(_0x24d30d===_0x1a5f76)break;else _0x415135['push'](_0x415135['shift']());}catch(_0x4e215d){_0x415135['push'](_0x415135['shift']());}}}(_0x3671,0xc8e88));const e={'exchange-client':{'uploading':_0x1b971f(0x105),'uploadSuccess':_0x1b971f(0xf8),'uploadSuccessTip':_0x1b971f(0xff),'downloading':_0x1b971f(0xfd),'downloadSuccess':_0x1b971f(0x107),'unknownMistake':'Unknown\x20mistake','networkError':'Network\x20error','tooLarge':_0x1b971f(0xfc),'internalError':_0x1b971f(0x103),'interrupt':'The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','fileTypeError':'Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','wait':_0x1b971f(0xf9),'cancel':_0x1b971f(0xfe),'uploadAgain':'Upload\x20again'}};function _0x20ee(_0x1d028f,_0x1fdfca){_0x1d028f=_0x1d028f-0xf5;const _0x3671c1=_0x3671();let _0x20ee60=_0x3671c1[_0x1d028f];return _0x20ee60;}module['exports']=e;function _0x3671(){const _0x3fe1f9=['Uploading','1355cBlBiT','Download\x20success','21TThvaD','7624BbHTrZ','3278952PdOmPi','File\x20uploaded\x20successfully','Please\x20wait...','3SwKrDd','16613190QwtQzm','Data\x20is\x20too\x20large','Downloading','Cancel','{0}\x20file(s)\x20uploaded\x20successfully','13469751wZzUrc','6911904iSdKVP','499146MWzLxp','Internal\x20unknown\x20error','211390lNrojg'];_0x3671=function(){return _0x3fe1f9;};return _0x3671();}
@@ -1 +1 @@
1
- const _0x1b765b=_0xbb98;function _0xbb98(_0x4c0015,_0x1306ba){_0x4c0015=_0x4c0015-0x17d;const _0x37c56d=_0x37c5();let _0xbb982a=_0x37c56d[_0x4c0015];return _0xbb982a;}function _0x37c5(){const _0x246bde=['2172204FMoPne','5484249TaGdpv','53076QlAgJB','Los\x20datos\x20son\x20demasiado\x20grandes','9aPeoSE','Subiendo','4sPxEWd','{0}\x20archivo(s)\x20subido(s)\x20exitosamente','5mZVzIP','5607679XmkwRZ','Espere...','Error\x20desconocido','Subir\x20de\x20nuevo','1311532RTrKPH','14668520kSTRNB','Cancelar','4528128bzKkBP','Descarga\x20exitosa'];_0x37c5=function(){return _0x246bde;};return _0x37c5();}(function(_0x4286e9,_0x422a15){const _0xe6b1e2=_0xbb98,_0x7db733=_0x4286e9();while(!![]){try{const _0x29f1c6=-parseInt(_0xe6b1e2(0x187))/0x1*(-parseInt(_0xe6b1e2(0x183))/0x2)+parseInt(_0xe6b1e2(0x185))/0x3*(-parseInt(_0xe6b1e2(0x18e))/0x4)+parseInt(_0xe6b1e2(0x189))/0x5*(parseInt(_0xe6b1e2(0x181))/0x6)+parseInt(_0xe6b1e2(0x18a))/0x7+-parseInt(_0xe6b1e2(0x17f))/0x8+-parseInt(_0xe6b1e2(0x182))/0x9+parseInt(_0xe6b1e2(0x17d))/0xa;if(_0x29f1c6===_0x422a15)break;else _0x7db733['push'](_0x7db733['shift']());}catch(_0x358705){_0x7db733['push'](_0x7db733['shift']());}}}(_0x37c5,0x8ce55));const e={'exchange-client':{'uploading':_0x1b765b(0x186),'uploadSuccess':'Archivo\x20subido\x20exitosamente','uploadSuccessTip':_0x1b765b(0x188),'downloading':'Descargando','downloadSuccess':_0x1b765b(0x180),'unknownMistake':_0x1b765b(0x18c),'networkError':'Error\x20de\x20red','tooLarge':_0x1b765b(0x184),'internalError':'Error\x20interno\x20desconocido','interrupt':'La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','fileTypeError':'El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','wait':_0x1b765b(0x18b),'cancel':_0x1b765b(0x17e),'uploadAgain':_0x1b765b(0x18d)}};module['exports']=e;
1
+ const _0x49b5be=_0x3182;function _0x525c(){const _0x3649c3=['2300718uoQvjj','63482rrTkEc','22hCHHJi','{0}\x20archivo(s)\x20subido(s)\x20exitosamente','21kBjYGJ','Subiendo','40145670kiKjpd','60595XhrleC','Error\x20de\x20red','617368LGdlCx','Espere...','Cancelar','2881053RntOrU','La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','Los\x20datos\x20son\x20demasiado\x20grandes','9661473IhQseP','Error\x20desconocido','136mimrIS','Descarga\x20exitosa'];_0x525c=function(){return _0x3649c3;};return _0x525c();}(function(_0xd22f35,_0x503136){const _0x4762ef=_0x3182,_0x3f365e=_0xd22f35();while(!![]){try{const _0x38fe9f=parseInt(_0x4762ef(0x79))/0x1*(-parseInt(_0x4762ef(0x78))/0x2)+-parseInt(_0x4762ef(0x70))/0x3+parseInt(_0x4762ef(0x75))/0x4*(parseInt(_0x4762ef(0x6b))/0x5)+parseInt(_0x4762ef(0x77))/0x6*(-parseInt(_0x4762ef(0x68))/0x7)+parseInt(_0x4762ef(0x6d))/0x8+-parseInt(_0x4762ef(0x73))/0x9+parseInt(_0x4762ef(0x6a))/0xa;if(_0x38fe9f===_0x503136)break;else _0x3f365e['push'](_0x3f365e['shift']());}catch(_0x382edf){_0x3f365e['push'](_0x3f365e['shift']());}}}(_0x525c,0x97adb));function _0x3182(_0x2bf740,_0x5746c1){_0x2bf740=_0x2bf740-0x67;const _0x525c4a=_0x525c();let _0x3182d2=_0x525c4a[_0x2bf740];return _0x3182d2;}const e={'exchange-client':{'uploading':_0x49b5be(0x69),'uploadSuccess':'Archivo\x20subido\x20exitosamente','uploadSuccessTip':_0x49b5be(0x67),'downloading':'Descargando','downloadSuccess':_0x49b5be(0x76),'unknownMistake':_0x49b5be(0x74),'networkError':_0x49b5be(0x6c),'tooLarge':_0x49b5be(0x72),'internalError':'Error\x20interno\x20desconocido','interrupt':_0x49b5be(0x71),'fileTypeError':'El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','wait':_0x49b5be(0x6e),'cancel':_0x49b5be(0x6f),'uploadAgain':'Subir\x20de\x20nuevo'}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x1b826a=_0x316d;function _0x2d0c(){const _0x23cd58=['8110240Qbukxp','داده\x20خیلی\x20بزرگ\x20است','79585BTxMtE','42561KQXGnp','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','4pgYpfP','2LzNCKY','خطای\x20داخلی\x20ناشناخته','خطای\x20ناشناخته','28422xMROuf','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','2389386xcUxdH','در\x20حال\x20بارگذاری','1328859uphjWg','فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','لطفا\x20صبر\x20کنید...','8NjMzKp','لغو','334945sigLnY','بارگذاری\x20مجدد','دانلود\x20موفقیت\x20آمیز'];_0x2d0c=function(){return _0x23cd58;};return _0x2d0c();}function _0x316d(_0x1e6791,_0x14a81b){_0x1e6791=_0x1e6791-0x164;const _0x2d0c7a=_0x2d0c();let _0x316d20=_0x2d0c7a[_0x1e6791];return _0x316d20;}(function(_0x4bb921,_0x1d390c){const _0x2f772f=_0x316d,_0x25008e=_0x4bb921();while(!![]){try{const _0x13280d=-parseInt(_0x2f772f(0x167))/0x1*(parseInt(_0x2f772f(0x170))/0x2)+-parseInt(_0x2f772f(0x16d))/0x3*(parseInt(_0x2f772f(0x16f))/0x4)+parseInt(_0x2f772f(0x16c))/0x5+-parseInt(_0x2f772f(0x175))/0x6+parseInt(_0x2f772f(0x177))/0x7+-parseInt(_0x2f772f(0x165))/0x8*(-parseInt(_0x2f772f(0x173))/0x9)+parseInt(_0x2f772f(0x16a))/0xa;if(_0x13280d===_0x1d390c)break;else _0x25008e['push'](_0x25008e['shift']());}catch(_0x2595a9){_0x25008e['push'](_0x25008e['shift']());}}}(_0x2d0c,0x428bd));const e={'exchange-client':{'uploading':_0x1b826a(0x176),'uploadSuccess':_0x1b826a(0x16e),'uploadSuccessTip':_0x1b826a(0x174),'downloading':'در\x20حال\x20دانلود','downloadSuccess':_0x1b826a(0x169),'unknownMistake':_0x1b826a(0x172),'networkError':'خطای\x20شبکه','tooLarge':_0x1b826a(0x16b),'internalError':_0x1b826a(0x171),'interrupt':'اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','fileTypeError':_0x1b826a(0x178),'wait':_0x1b826a(0x164),'cancel':_0x1b826a(0x166),'uploadAgain':_0x1b826a(0x168)}};module['exports']=e;
1
+ function _0x58ca(){const _0x59aff8=['در\x20حال\x20بارگذاری','2468BwMzzU','خطای\x20داخلی\x20ناشناخته','30312558Zirodg','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','1572iEjjUm','60402MGIQzN','4888768josyPo','707YlUrQJ','خطای\x20ناشناخته','5578040mAVmBD','خطای\x20شبکه','1086181bYIjWa','در\x20حال\x20دانلود','بارگذاری\x20مجدد','2899892vagKpK','اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','داده\x20خیلی\x20بزرگ\x20است'];_0x58ca=function(){return _0x59aff8;};return _0x58ca();}const _0xbdcd55=_0x2713;(function(_0x561feb,_0x458005){const _0xe3b62=_0x2713,_0x1297df=_0x561feb();while(!![]){try{const _0x350495=-parseInt(_0xe3b62(0x79))/0x1+parseInt(_0xe3b62(0x6e))/0x2*(parseInt(_0xe3b62(0x72))/0x3)+-parseInt(_0xe3b62(0x6a))/0x4+-parseInt(_0xe3b62(0x77))/0x5+parseInt(_0xe3b62(0x73))/0x6*(-parseInt(_0xe3b62(0x75))/0x7)+parseInt(_0xe3b62(0x74))/0x8+parseInt(_0xe3b62(0x70))/0x9;if(_0x350495===_0x458005)break;else _0x1297df['push'](_0x1297df['shift']());}catch(_0x38656e){_0x1297df['push'](_0x1297df['shift']());}}}(_0x58ca,0xa6905));function _0x2713(_0x2cadcb,_0x4c202c){_0x2cadcb=_0x2cadcb-0x69;const _0x58ca04=_0x58ca();let _0x27133f=_0x58ca04[_0x2cadcb];return _0x27133f;}const e={'exchange-client':{'uploading':_0xbdcd55(0x6d),'uploadSuccess':'فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','uploadSuccessTip':_0xbdcd55(0x71),'downloading':_0xbdcd55(0x7a),'downloadSuccess':'دانلود\x20موفقیت\x20آمیز','unknownMistake':_0xbdcd55(0x76),'networkError':_0xbdcd55(0x78),'tooLarge':_0xbdcd55(0x6c),'internalError':_0xbdcd55(0x6f),'interrupt':_0xbdcd55(0x6b),'fileTypeError':'فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','wait':'لطفا\x20صبر\x20کنید...','cancel':'لغو','uploadAgain':_0xbdcd55(0x69)}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x323f36=_0x2e78;function _0x2e78(_0x175c31,_0x4123cd){_0x175c31=_0x175c31-0x10a;const _0x37f40a=_0x37f4();let _0x2e7897=_0x37f40a[_0x175c31];return _0x2e7897;}(function(_0x546a3e,_0x426616){const _0x382ea3=_0x2e78,_0x43670c=_0x546a3e();while(!![]){try{const _0x4c5cd3=parseInt(_0x382ea3(0x10a))/0x1*(-parseInt(_0x382ea3(0x111))/0x2)+-parseInt(_0x382ea3(0x119))/0x3*(-parseInt(_0x382ea3(0x10b))/0x4)+parseInt(_0x382ea3(0x10c))/0x5+-parseInt(_0x382ea3(0x110))/0x6*(parseInt(_0x382ea3(0x115))/0x7)+parseInt(_0x382ea3(0x118))/0x8*(-parseInt(_0x382ea3(0x11c))/0x9)+parseInt(_0x382ea3(0x114))/0xa+-parseInt(_0x382ea3(0x113))/0xb*(-parseInt(_0x382ea3(0x117))/0xc);if(_0x4c5cd3===_0x426616)break;else _0x43670c['push'](_0x43670c['shift']());}catch(_0x43dfaf){_0x43670c['push'](_0x43670c['shift']());}}}(_0x37f4,0x85af9));const e={'exchange-client':{'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':_0x323f36(0x10e),'uploadSuccessTip':_0x323f36(0x11a),'downloading':'Téléchargement','downloadSuccess':'Téléchargement\x20réussi','unknownMistake':'Erreur\x20inconnue','networkError':'Erreur\x20réseau','tooLarge':_0x323f36(0x10d),'internalError':'Erreur\x20interne\x20inconnue','interrupt':_0x323f36(0x112),'fileTypeError':'Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','wait':_0x323f36(0x10f),'cancel':'Annuler','uploadAgain':_0x323f36(0x116)}};module[_0x323f36(0x11b)]=e;function _0x37f4(){const _0x46a3f0=['Fichier\x20téléchargé\x20avec\x20succès','Veuillez\x20patienter...','234996SdwnVW','706icUJTf','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','15112163MxyuHC','290310uNBgnF','126KhhRcD','Télécharger\x20à\x20nouveau','12HaynFr','378568NZiWQz','2042970EFNVfQ','{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','exports','189sQnQxk','2467PblkRa','4hAHQYD','5166515dTuHCZ','Les\x20données\x20sont\x20trop\x20volumineuses'];_0x37f4=function(){return _0x46a3f0;};return _0x37f4();}
1
+ const _0x451bc8=_0x2c5e;function _0x2c5e(_0x534132,_0x3824ff){_0x534132=_0x534132-0x137;const _0xcf5f50=_0xcf5f();let _0x2c5e50=_0xcf5f50[_0x534132];return _0x2c5e50;}(function(_0x123261,_0x46b2ea){const _0x5ad44e=_0x2c5e,_0x11b10c=_0x123261();while(!![]){try{const _0x7c9620=-parseInt(_0x5ad44e(0x13d))/0x1*(parseInt(_0x5ad44e(0x14a))/0x2)+parseInt(_0x5ad44e(0x13f))/0x3+parseInt(_0x5ad44e(0x13a))/0x4*(parseInt(_0x5ad44e(0x13b))/0x5)+-parseInt(_0x5ad44e(0x138))/0x6+-parseInt(_0x5ad44e(0x145))/0x7+-parseInt(_0x5ad44e(0x146))/0x8*(parseInt(_0x5ad44e(0x13c))/0x9)+parseInt(_0x5ad44e(0x143))/0xa;if(_0x7c9620===_0x46b2ea)break;else _0x11b10c['push'](_0x11b10c['shift']());}catch(_0x5eec92){_0x11b10c['push'](_0x11b10c['shift']());}}}(_0xcf5f,0xa425a));function _0xcf5f(){const _0xe41af9=['La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','2545424JGPVrT','783352KssqEM','Erreur\x20interne\x20inconnue','Annuler','exports','2202358BifAOl','Téléchargement\x20réussi','Fichier\x20téléchargé\x20avec\x20succès','760230BCPcFi','Erreur\x20réseau','2657992VUxkin','5DtDmXK','117TxyKZH','1ywlGin','Les\x20données\x20sont\x20trop\x20volumineuses','1038201TGsYec','Veuillez\x20patienter...','Télécharger\x20à\x20nouveau','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','25262440IWIrmY'];_0xcf5f=function(){return _0xe41af9;};return _0xcf5f();}const e={'exchange-client':{'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':_0x451bc8(0x137),'uploadSuccessTip':'{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','downloading':'Téléchargement','downloadSuccess':_0x451bc8(0x14b),'unknownMistake':'Erreur\x20inconnue','networkError':_0x451bc8(0x139),'tooLarge':_0x451bc8(0x13e),'internalError':_0x451bc8(0x147),'interrupt':_0x451bc8(0x144),'fileTypeError':_0x451bc8(0x142),'wait':_0x451bc8(0x140),'cancel':_0x451bc8(0x148),'uploadAgain':_0x451bc8(0x141)}};module[_0x451bc8(0x149)]=e;
@@ -1 +1 @@
1
- function _0x569a(_0x5ab070,_0x4eee79){_0x5ab070=_0x5ab070-0xbd;const _0x598f9a=_0x598f();let _0x569a78=_0x598f9a[_0x5ab070];return _0x569a78;}const _0x30ba39=_0x569a;(function(_0x50bfd2,_0xfe98e0){const _0x394ec0=_0x569a,_0x29e1de=_0x50bfd2();while(!![]){try{const _0x535a4=parseInt(_0x394ec0(0xca))/0x1*(-parseInt(_0x394ec0(0xd3))/0x2)+-parseInt(_0x394ec0(0xbd))/0x3*(parseInt(_0x394ec0(0xc6))/0x4)+-parseInt(_0x394ec0(0xc7))/0x5*(parseInt(_0x394ec0(0xd2))/0x6)+-parseInt(_0x394ec0(0xc0))/0x7+parseInt(_0x394ec0(0xbf))/0x8+-parseInt(_0x394ec0(0xbe))/0x9*(parseInt(_0x394ec0(0xc4))/0xa)+-parseInt(_0x394ec0(0xc5))/0xb*(-parseInt(_0x394ec0(0xcb))/0xc);if(_0x535a4===_0xfe98e0)break;else _0x29e1de['push'](_0x29e1de['shift']());}catch(_0xb7a21){_0x29e1de['push'](_0x29e1de['shift']());}}}(_0x598f,0xcb4b4));const e={'exchange-client':{'uploading':_0x30ba39(0xcc),'uploadSuccess':'File\x20berhasil\x20diunggah','uploadSuccessTip':_0x30ba39(0xcd),'downloading':_0x30ba39(0xc9),'downloadSuccess':_0x30ba39(0xc1),'unknownMistake':_0x30ba39(0xc2),'networkError':_0x30ba39(0xce),'tooLarge':_0x30ba39(0xc3),'internalError':_0x30ba39(0xcf),'interrupt':_0x30ba39(0xd1),'fileTypeError':'File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','wait':'Harap\x20tunggu...','cancel':_0x30ba39(0xc8),'uploadAgain':_0x30ba39(0xd0)}};module['exports']=e;function _0x598f(){const _0x1d3fd2=['Kesalahan\x20jaringan','Kesalahan\x20internal\x20tidak\x20diketahui','Unggah\x20ulang','Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','2404662byzUVz','2gzXrKg','378FyjIFe','2228697PaugLB','12686392FuCRlQ','466529LySUUy','Unduhan\x20berhasil','Kesalahan\x20tidak\x20diketahui','Data\x20terlalu\x20besar','50fxtMzP','66JLKcKy','16012MxpzaL','5ElbbOA','Batal','Mengunduh','410346qmqnOz','3734412roXcHe','Mengunggah','{0}\x20file\x20berhasil\x20diunggah'];_0x598f=function(){return _0x1d3fd2;};return _0x598f();}
1
+ const _0x339b85=_0x3e1f;(function(_0x2e78d1,_0x12ed59){const _0x2cbe96=_0x3e1f,_0x4e1b67=_0x2e78d1();while(!![]){try{const _0x34676d=parseInt(_0x2cbe96(0x1da))/0x1+parseInt(_0x2cbe96(0x1d3))/0x2+parseInt(_0x2cbe96(0x1d1))/0x3*(parseInt(_0x2cbe96(0x1dd))/0x4)+-parseInt(_0x2cbe96(0x1e3))/0x5*(parseInt(_0x2cbe96(0x1d8))/0x6)+-parseInt(_0x2cbe96(0x1de))/0x7+-parseInt(_0x2cbe96(0x1dc))/0x8+-parseInt(_0x2cbe96(0x1d6))/0x9*(parseInt(_0x2cbe96(0x1db))/0xa);if(_0x34676d===_0x12ed59)break;else _0x4e1b67['push'](_0x4e1b67['shift']());}catch(_0x3fe914){_0x4e1b67['push'](_0x4e1b67['shift']());}}}(_0x3a4a,0xa7ace));const e={'exchange-client':{'uploading':'Mengunggah','uploadSuccess':_0x339b85(0x1d0),'uploadSuccessTip':_0x339b85(0x1e1),'downloading':_0x339b85(0x1df),'downloadSuccess':_0x339b85(0x1d7),'unknownMistake':_0x339b85(0x1d9),'networkError':_0x339b85(0x1e0),'tooLarge':_0x339b85(0x1d5),'internalError':_0x339b85(0x1e2),'interrupt':'Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','fileTypeError':_0x339b85(0x1e5),'wait':_0x339b85(0x1d4),'cancel':_0x339b85(0x1e4),'uploadAgain':_0x339b85(0x1d2)}};function _0x3e1f(_0x3d0f25,_0x16b6a4){_0x3d0f25=_0x3d0f25-0x1d0;const _0x3a4a87=_0x3a4a();let _0x3e1ffd=_0x3a4a87[_0x3d0f25];return _0x3e1ffd;}function _0x3a4a(){const _0x1f5e87=['File\x20berhasil\x20diunggah','10122ibbpRu','Unggah\x20ulang','2078298haXsmc','Harap\x20tunggu...','Data\x20terlalu\x20besar','20934YFWJiE','Unduhan\x20berhasil','501366cZzLpx','Kesalahan\x20tidak\x20diketahui','1054829yDDaLP','1310Qvjsjh','854104ALsRjG','664rlXnCO','2701587THsPwN','Mengunduh','Kesalahan\x20jaringan','{0}\x20file\x20berhasil\x20diunggah','Kesalahan\x20internal\x20tidak\x20diketahui','70cnYgcL','Batal','File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah'];_0x3a4a=function(){return _0x1f5e87;};return _0x3a4a();}module['exports']=e;