@univerjs-pro/exchange-client 1.0.0-alpha.2 → 1.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/README.md +9 -2
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.css +0 -4
  46. package/lib/index.js +1 -1
  47. package/lib/locale/ar-SA.js +1 -1
  48. package/lib/locale/ca-ES.js +1 -1
  49. package/lib/locale/de-DE.js +1 -1
  50. package/lib/locale/en-US.js +1 -1
  51. package/lib/locale/es-ES.js +1 -1
  52. package/lib/locale/fa-IR.js +1 -1
  53. package/lib/locale/fr-FR.js +1 -1
  54. package/lib/locale/id-ID.js +1 -1
  55. package/lib/locale/it-IT.js +1 -1
  56. package/lib/locale/ja-JP.js +1 -1
  57. package/lib/locale/ko-KR.js +1 -1
  58. package/lib/locale/pl-PL.js +1 -1
  59. package/lib/locale/pt-BR.js +1 -1
  60. package/lib/locale/ru-RU.js +1 -1
  61. package/lib/locale/sk-SK.js +1 -1
  62. package/lib/locale/vi-VN.js +1 -1
  63. package/lib/locale/zh-CN.js +1 -1
  64. package/lib/locale/zh-HK.js +1 -1
  65. package/lib/locale/zh-TW.js +1 -1
  66. package/lib/types/config/config.d.ts +0 -4
  67. package/lib/types/controllers/components.controller.d.ts +7 -0
  68. package/lib/types/controllers/exchange.controller.d.ts +3 -5
  69. package/lib/types/facade/f-univer.d.ts +45 -16
  70. package/lib/types/index.d.ts +5 -10
  71. package/lib/types/services/exchange.service.d.ts +24 -3
  72. package/lib/types/services/request.service.d.ts +0 -2
  73. package/lib/types/services/utils/content-type.d.ts +1 -0
  74. package/lib/types/services/utils/snapshot.d.ts +8 -3
  75. package/lib/types/services/utils/tool.d.ts +1 -0
  76. package/lib/umd/facade.js +1 -1
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +14 -13
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x4f52(_0x3668aa,_0x2a075a){_0x3668aa=_0x3668aa-0x124;const _0x121600=_0x1216();let _0x4f52d4=_0x121600[_0x3668aa];return _0x4f52d4;}function _0x1216(){const _0x308124=['add','div','createUnit','file.json','_importToSnapshot','post','#305CFA','_exchangeService','updateState','number','getTaskServerUrl','importXLSXToSnapshot','next','M4.90578\x2011.6398C4.72169\x2011.6398\x204.57245\x2011.789\x204.57245\x2011.9731C4.57245\x2012.1572\x204.72169\x2012.3065\x204.90578\x2012.3065H7.57245C7.75654\x2012.3065\x207.90578\x2012.1572\x207.90578\x2011.9731C7.90578\x2011.789\x207.75654\x2011.6398\x207.57245\x2011.6398H4.90578Z','_getUnitSlideJson','_uploadTaskNotDone','interrupt','pop','parse','MessageType','iterator','@univerjs/core','constructor','connectInjector','_iconManager','getFocusedUnit','jsx','defs','BuiltInUIPart','tag','registerLink','M4.57245\x207.27962C4.57245\x207.09553\x204.72169\x206.94629\x204.90578\x206.94629H10.2391C10.4232\x206.94629\x2010.5724\x207.09553\x2010.5724\x207.27962C10.5724\x207.46372\x2010.4232\x207.61296\x2010.2391\x207.61296H4.90578C4.72169\x207.61296\x204.57245\x207.46372\x204.57245\x207.27962Z','forwardRef','status','getConfig','join','Failed\x20to\x20get\x20text\x20from\x20url','_taskInterrupted','univer-mb-3\x20univer-py-0\x20univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','6521800WOjZFy','univer-pro.exchange-client.operate.service','_getIgnoreTableExport','currentColor','univer-ml-1.5\x20univer-font-semibold\x20univer-leading-6\x20univer-text-gray-900\x20dark:!univer-text-white','SuccessIcon','toStringTag','exports','getTask','IUploadNotificationService','M8\x2015C11.866\x2015\x2015\x2011.866\x2015\x208C15\x204.13401\x2011.866\x201\x208\x201C4.13401\x201\x201\x204.13401\x201\x208C1\x2011.866\x204.13401\x2015\x208\x2015ZM11.7245\x206.42417C11.9588\x206.18985\x2011.9588\x205.80995\x2011.7245\x205.57564C11.4901\x205.34132\x2011.1102\x205.34132\x2010.8759\x205.57564L7.3002\x209.15137L5.72446\x207.57564C5.49014\x207.34132\x205.11025\x207.34132\x204.87593\x207.57564C4.64162\x207.80995\x204.64162\x208.18985\x204.87593\x208.42417L6.87593\x2010.4242C7.11025\x2010.6585\x207.49014\x2010.6585\x207.72446\x2010.4242L11.7245\x206.42417Z','_injector','asObservable','appendChild','Warning','click','show','IConfigService','scrollbarClassName','catch','href','_configService','ILogService','_state$','univer-mx-0\x20univer-mb-3\x20univer-mt-4\x20univer-h-1.5\x20univer-w-[324px]\x20univer-rounded-lg\x20univer-bg-gray-200','_getUnitID','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','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','_getMinSheetRowCount','@univerjs-pro/license','@univerjs-pro/collaboration','UniverProLicense','version','univer-h-6\x20univer-text-2xl','upload\x20failed:\x20missing\x20FileId\x20in\x20response','0\x200\x2016\x2016','originalMeta','1em','exchange-client.downloading','xlsx','forEach','unsubscribe','svg','_blank','createIdentifier','exchange-client.cancel','_emitProgress','defineProperty','blob','_getUnitJson','content-disposition','univerjs-icon\x20univerjs-icon-','clock-icon','transformDocumentDataToSnapshot','_exportBySnapshot','/universer-api/exchange/{type}/import','has','@univerjs/design','_getMaxPollingTime','M5.88699\x202.34478L3.65371\x202.3448C2.88051\x202.34481\x202.25372\x202.97161\x202.25372\x203.7448L2.25371\x2012.4445C2.25371\x2013.2177\x202.88052\x2013.8445\x203.65372\x2013.8445L12.3535\x2013.8445C13.1267\x2013.8445\x2013.7535\x2013.2177\x2013.7535\x2012.4445V10.0256C13.7535\x209.69425\x2014.0221\x209.42562\x2014.3535\x209.42562C14.6849\x209.42562\x2014.9535\x209.69425\x2014.9535\x2010.0256V12.4445C14.9535\x2013.8804\x2013.7894\x2015.0444\x2012.3535\x2015.0445L3.65373\x2015.0445C2.21778\x2015.0445\x201.05371\x2013.8805\x201.05371\x2012.4445L1.05372\x203.7448C1.05372\x202.30888\x202.21776\x201.14482\x203.65369\x201.1448L5.88697\x201.14478C6.21834\x201.14477\x206.48698\x201.4134\x206.48698\x201.74477C6.48699\x202.07614\x206.21836\x202.34477\x205.88699\x202.34478Z','log','_getUploadFileURL','_getImportURL','getSheetBlocksFromSnapshot','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-1.5\x20univer-pr-2','ceil','colorChannel1','/universer-api/file/{fileID}/sign-url','export\x20error','outputType','defIds','none','_registerIcons','_getUnitName','exchange-client.downloadSuccess','@univerjs/network','Failed\x20to\x20get\x20unitID\x20from\x20task','UploadNotificationState','merge','stroke','/universer-api/stream/file/upload','UniverProtocol','addEventListener','transformSnapshotToSlideData','split','searchParams','Injector','children','_getUnitIDSlide','_buildHttpErrorMessage','touchDependencies','SlidesMultiIcon','download','attrs','display','_uiPartsService','FileId','transformSnapshotToWorkbookData','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','done','IUniverInstanceService','floor','Subject','values','success-icon','Tooltip','code','_refresh','Error\x20getting\x20file\x20name\x20from\x20URL:','_doneUploadTaskCount','_addTotalCount','_getUnitIDDoc','IRequestService','exportDOCXByUnitId','M15\x208C15\x2011.866\x2011.866\x2015\x208\x2015C4.13401\x2015\x201\x2011.866\x201\x208C1\x204.13401\x204.13401\x201\x208\x201C11.866\x201\x2015\x204.13401\x2015\x208ZM10.3097\x205.69014C10.544\x205.92445\x2010.544\x206.30435\x2010.3097\x206.53867L8.84843\x207.9999L10.3099\x209.46137C10.5442\x209.69569\x2010.5442\x2010.0756\x2010.3099\x2010.3099C10.0756\x2010.5442\x209.69569\x2010.5442\x209.46137\x2010.3099L7.9999\x208.84843L6.53842\x2010.3099C6.30411\x2010.5442\x205.92421\x2010.5442\x205.6899\x2010.3099C5.45558\x2010.0756\x205.45558\x209.69569\x205.6899\x209.46137L7.15137\x207.9999L5.69014\x206.53867C5.45583\x206.30435\x205.45583\x205.92445\x205.69014\x205.69014C5.92445\x205.45583\x206.30435\x205.45583\x206.53867\x205.69014L7.9999\x207.15137L9.46113\x205.69014C9.69544\x205.45583\x2010.0753\x205.45583\x2010.3097\x205.69014Z','{fileID}','CloseIcon','transformSnapshotJsonToDocumentData','import\x20error','link','trim','snapshot','saveUnit','size','pluginName','transformSlideDataToSnapshot','_importTaskId','getLatestCsReqIdBySid','univer-mt-5\x20univer-flex\x20univer-flex-col','_visible$','getCurrentUnitOfType','span','enableServerSideComputing','@univerjs/ui','close-icon','DocsMultiIcon','get','UNDEFINED','set','transformSnapshotJsonToSlideData','_list','max','getOwnPropertyDescriptor','UNIVER_DOC','upload\x20request\x20failed:\x20failed\x20to\x20read\x20source\x20file\x20from\x20url','resources','assign','pptx','application/vnd.openxmlformats-officedocument.wordprocessingml.document','rev','useDependency','xlink:href','SUCCESS','transformWorkbookDataToSnapshot','importFileToUnitId','_config','exportXLSXByUnitId','level','fetchMissingChangesets','_upload','state$','1.0.0-alpha.2','_clearProgress','success','importDOCXToUnitId','DependentOn','uploadFileToUnitId','pending','transformSnapshotToDocumentData','textDecoder','currentTarget','sign\x20url\x20error','complete','title','M4.7\x207.05H11.1V12.05H4.7V7.05ZM5.5\x207.85V9.2H7.35V7.85H5.5ZM8.15\x207.85V9.2H10.3V7.85H8.15ZM5.5\x2010V11.25H7.35V10H5.5ZM8.15\x2010V11.25H10.3V10H8.15Z','importFileToUnitIdByCurrentType','setConfig','includes','UploadNotificationContainer','origin','substring','_getUnitDocJson','getTextFromUrl','exchange-client.interrupt','disposeWithMe','disableCellImageConversion','univer-pl-2\x20univer-pr-4','Inject','toPrimitive','fill','exchange-client.unknownMistake','getUnitOnRev','workbook','1677546REfmzz','visible$','toLowerCase','Failed\x20to\x20transform\x20snapshot\x20to\x20string','UniverLicensePlugin','importServerUrl','getUploadFile','clear','packageName','React','idSuffix','_sheetBlockCache','white','maxTimeoutTime','min','getResourcesRequest','transformDocumentDataToSnapshotJson','_messageService','exportXLSXBySnapshot','Failed\x20to\x20get\x20file\x20from\x20url','copyFileMeta','exchange-client.uploading','exportDOCXBySnapshot','Disposable','signUrlServerUrl','_requestState$','data','blockID','error','b64EncodeUnicode','DirectExportIcon','M12.4714\x205.86209C12.2111\x205.60174\x2011.789\x205.60174\x2011.5286\x205.86209C11.2683\x206.12244\x2011.2683\x206.54455\x2011.5286\x206.8049L12.3906\x207.66683H10C9.63185\x207.66683\x209.33337\x207.96531\x209.33337\x208.3335C9.33337\x208.70169\x209.63185\x209.00016\x2010\x209.00016H12.3906L11.5286\x209.86209C11.2683\x2010.1224\x2011.2683\x2010.5446\x2011.5286\x2010.8049C11.789\x2011.0653\x2012.2111\x2011.0653\x2012.4714\x2010.8049L14.4714\x208.8049C14.5935\x208.68286\x2014.6583\x208.52528\x2014.6659\x208.36548C14.6665\x208.35482\x2014.6667\x208.34416\x2014.6667\x208.3335L12.4714\x205.86209Z','noreferrer','_getMinSheetColumnCount','pushLink','getUniverInstanceTypeByFile','function','evenodd','_registerComponents',':\x20HTTP\x20','list$','#4B7DFF','exchange-client.config','toString','Content-Type','14358RlZtrn','Module','dispose','length','saveChangeset','_getLinkByUnitId','ShareRangeIcon','doc','_getDisableCellImageConversion','_totalUploadTaskCount','displayName','\x20-\x20','ERROR','exchange-client.networkError','&source=','M8.24483\x204.80026C8.24487\x204.46889\x207.97627\x204.20023\x207.6449\x204.2002C7.31353\x204.20016\x207.04487\x204.46876\x207.04483\x204.80013L7.04443\x208.40306C7.04442\x208.56222\x207.10763\x208.71486\x207.22017\x208.82739L9.64664\x2011.2539C9.88095\x2011.4882\x2010.2608\x2011.4882\x2010.4952\x2011.2539C10.7295\x2011.0195\x2010.7295\x2010.6396\x2010.4952\x2010.4053L8.24446\x208.15463L8.24483\x204.80026Z','6jvMjOT','UPLOADING','filter','Method\x20not\x20implemented.','files','univer-mt-5\x20univer-max-h-72\x20univer-overflow-y-auto\x20univer-overflow-x-hidden','_import','updateSnapshot','_signUrl','textEncoder','slice','saveSnapshot','onStarting','UNIVER_SHEET','default','headers','_export','UNRECOGNIZED','mem','jsxs','useState','signUrl','useEffect','0\x200\x2017\x2016','application/vnd.openxmlformats-officedocument.spreadsheetml.template','jsonID','_univerInstanceService','Failed\x20to\x20get\x20taskID\x20from\x20import\x20response','docs-multi-icon','IUIPartsService','isArray','body','file','taskID','UniverInstanceType','name','docx','M12.4714\x205.86209L14.4714\x207.86209C14.6001\x207.9907\x2014.6651\x208.15878\x2014.6667\x208.32734L12.4714\x205.86209Z','message','exchange-client.uploadSuccessTip','ExchangeOperateService','exchange-client.tooLarge','share-range-icon','#35BD4B','b64DecodeUnicode','match','_getExportURL','univer-flex','resolve','45HVJOiC','UNIVER_PROJECT','amd','text','M4.57245\x209.62638C4.57245\x209.44229\x204.72169\x209.29305\x204.90578\x209.29305H10.2391C10.4232\x209.29305\x2010.5724\x209.44229\x2010.5724\x209.62638C10.5724\x209.81048\x2010.4232\x209.95972\x2010.2391\x209.95972H4.90578C4.72169\x209.95972\x204.57245\x209.81048\x204.57245\x209.62638Z','getSnapshot','direct-export-icon','univer-text-red-500','UNIVER_SLIDE','IExchangeOperateService','export','univer-pro.exchange-client.exchange.service','UniverDesign','UniverProExchangeClient','getUnitId','_uploadNotificationService','importDOCXToSnapshot','UniverCore','exchange-client.internalError','HTTPService','_refreshSlide','slide','importPPTXToUnitId','M8.71094\x201.75039C8.71094\x201.41902\x208.97956\x201.15039\x209.31094\x201.15039H13.7497C14.3572\x201.15039\x2014.8497\x201.64288\x2014.8497\x202.25039V6.68919C14.8497\x207.02056\x2014.5811\x207.28919\x2014.2497\x207.28919C13.9184\x207.28919\x2013.6497\x207.02056\x2013.6497\x206.68919V3.19854L8.95883\x207.88944C8.72452\x208.12375\x208.34462\x208.12375\x208.1103\x207.88944C7.87599\x207.65512\x207.87599\x207.27523\x208.1103\x207.04091L12.8008\x202.35039H9.31094C8.97956\x202.35039\x208.71094\x202.08176\x208.71094\x201.75039Z','_httpService','_getTaskURL','string','{type}','keys','statusText','stringify','resolveWithBasePath','input','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','univer-flex\x20univer-h-5\x20univer-text-xl','disposeUnit','1199009qTfyGo','univer-text-green-500','@univerjs/protocol','file.','interruptImportTask','436176stVfyv','_fileTypeError','_extractErrorDetail','workbook.json','_requestService','encode','unshift','#FF6B4B','_localeService','univer-ml-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','button','130RurHDt','shift','xltx','UniverNetwork','createElement','_getEnableServerSideComputing','HTTPResponseError','univer-h-1.5\x20univer-rounded-lg\x20univer-bg-primary-600\x20univer-transition-[width]\x20univer-duration-500','onReady','decode','application/json','downloadEndpointUrl','IconManager','ErrorIcon','progress$','entries','registerDependencies','781345HwytND','Error','subscribe','_getDownloadEndpointURL','location','M10.0075\x201.12549L13.9104\x205.09842H10.6742C10.306\x205.09842\x2010.0075\x204.79994\x2010.0075\x204.43175V1.12549Z','toDisposable','prototype','UNIVER_UNKNOWN','_logService','buffer','univer-pro.exchange-client.request.service','decorate','_getUnitNameByType','subarray','path','_progress$','rxjs','unitID','clearTaskInterrupted','ErrorCode','exportPPTXBySnapshot','M3.00004\x201.3335C2.07957\x201.3335\x201.33337\x202.07969\x201.33337\x203.00016V13.0002C1.33337\x2013.9143\x202.06935\x2014.6566\x202.98108\x2014.6667C2.99252\x2014.6671\x203.00399\x2014.6671\x203.01547\x2014.6668H13C13.9205\x2014.6668\x2014.6667\x2013.9207\x2014.6667\x2013.0002V11.8335C14.6667\x2011.4653\x2014.3682\x2011.1668\x2014\x2011.1668C13.6319\x2011.1668\x2013.3334\x2011.4653\x2013.3334\x2011.8335V13.0002C13.3334\x2013.1843\x2013.1842\x2013.3335\x2013\x2013.3335H5.25636C5.61522\x2013.016\x205.95119\x2012.6637\x206.25105\x2012.2868C7.06748\x2011.2609\x207.66671\x209.98799\x207.66671\x208.66683V2.66683H13C13.1841\x202.66683\x2013.3334\x202.81606\x2013.3334\x203.00016V4.66683C13.3334\x205.03502\x2013.6319\x205.3335\x2014\x205.3335C14.3682\x205.3335\x2014.6667\x205.03502\x2014.6667\x204.66683V3.00016C14.6667\x202.0797\x2013.9205\x201.3335\x2013\x201.3335H3.00004ZM6.33337\x202.66683H3.00004C2.81595\x202.66683\x202.66671\x202.81607\x202.66671\x203.00016V13.0002C2.66671\x2013.1484\x202.76345\x2013.274\x202.89725\x2013.3173C3.70845\x2012.9437\x204.55406\x2012.2781\x205.20773\x2011.4566C5.90507\x2010.5803\x206.33337\x209.59203\x206.33337\x208.66683V2.66683Z','upload\x20request\x20failed','sheets-multi-icon','import','exchange-client.fileTypeError','exchange-client.uploadSuccess','mask','slides-multi-icon','UniverNetworkPlugin','LocaleService','xlsm','EXCHANGE_CLIENT_PLUGIN_CONFIG_KEY','_showDownloadMessage','_showNetworkError','UNIVER_BOARD','_buildProtocolErrorMessage','univer-text-blue-500','object','sheets','symbol','hide','getUnitType','url(#$1','useRef','IMessageService','.json','INTERNAL_ERROR','createObjectURL','Success','univer-text-sm\x20univer-text-gray-500','options','Get\x20outputType\x20error','revokeObjectURL','_resourceLoaderService','567819RvFNHg','_completeProgress','push','_addDoneTask','_showUploadMessage','transformSnapshotJsonToWorkbookData','Info','M3.4535\x201.12549C2.7002\x201.12549\x202.08954\x201.73615\x202.08954\x202.48945V13.5104C2.08954\x2014.2637\x202.7002\x2014.8744\x203.4535\x2014.8744H12.5465C13.2998\x2014.8744\x2013.9105\x2014.2637\x2013.9105\x2013.5104V5.0992L10.0091\x201.12549H3.4535Z','_list$','_getSignURL','importXLSXToUnitId','change','importPPTXToSnapshot','transformSlideDataToSnapshotJson','CONTENT','http://www.w3.org/2000/svg','map','minSheetRowCount','_importFileToUnitId','block\x20is\x20required','replace','{taskID}','?size=','M7.76493\x207.24535C7.76493\x207.07967\x207.63024\x206.94371\x207.46548\x206.96123C7.01146\x207.00953\x206.57426\x207.16714\x206.19216\x207.42245C5.72662\x207.73351\x205.36378\x208.17564\x205.14951\x208.69292C4.93525\x209.2102\x204.87918\x209.77941\x204.98842\x2010.3285C5.09765\x2010.8777\x205.36727\x2011.3821\x205.76318\x2011.778C6.15909\x2012.1739\x206.66351\x2012.4436\x207.21265\x2012.5528C7.76179\x2012.662\x208.33099\x2012.606\x208.84828\x2012.3917C9.36556\x2012.1774\x209.80769\x2011.8146\x2010.1188\x2011.349C10.3741\x2010.9669\x2010.5317\x2010.5297\x2010.58\x2010.0757C10.5975\x209.91096\x2010.4615\x209.77627\x2010.2958\x209.77627L8.06493\x209.77627C7.89925\x209.77627\x207.76493\x209.64195\x207.76493\x209.47627L7.76493\x207.24535Z','setTaskInterrupted','registerComponent'];_0x1216=function(){return _0x308124;};return _0x1216();}(function(_0x2c2e17,_0x29deb2){const _0x16fe74=_0x4f52,_0x546e02=_0x2c2e17();while(!![]){try{const _0x4b2d22=-parseInt(_0x16fe74(0x14c))/0x1*(-parseInt(_0x16fe74(0x2f8))/0x2)+parseInt(_0x16fe74(0x2cb))/0x3+-parseInt(_0x16fe74(0x175))/0x4+-parseInt(_0x16fe74(0x191))/0x5+-parseInt(_0x16fe74(0x308))/0x6*(parseInt(_0x16fe74(0x170))/0x7)+parseInt(_0x16fe74(0x20a))/0x8+-parseInt(_0x16fe74(0x1c9))/0x9*(parseInt(_0x16fe74(0x180))/0xa);if(_0x4b2d22===_0x29deb2)break;else _0x546e02['push'](_0x546e02['shift']());}catch(_0x5eb3ca){_0x546e02['push'](_0x546e02['shift']());}}}(_0x1216,0x6b967),function(_0x312ad6,_0x445f9a){const _0x24477a=_0x4f52;typeof exports=='object'&&typeof module<'u'?_0x445f9a(exports,require('@univerjs-pro/license'),require('@univerjs/core'),require('@univerjs/network'),require('react'),require('@univerjs/ui'),require('rxjs'),require('@univerjs/design'),require('react/jsx-runtime'),require('@univerjs/protocol'),require('@univerjs-pro/collaboration')):typeof define==_0x24477a(0x2ef)&&define[_0x24477a(0x14e)]?define([_0x24477a(0x211),_0x24477a(0x227),_0x24477a(0x1f8),_0x24477a(0x255),'react',_0x24477a(0x28f),_0x24477a(0x1a2),_0x24477a(0x243),'react/jsx-runtime',_0x24477a(0x172),_0x24477a(0x228)],_0x445f9a):(_0x312ad6=typeof globalThis<'u'?globalThis:_0x312ad6||self,_0x445f9a(_0x312ad6[_0x24477a(0x159)]={},_0x312ad6[_0x24477a(0x229)],_0x312ad6[_0x24477a(0x15d)],_0x312ad6[_0x24477a(0x183)],_0x312ad6[_0x24477a(0x2d4)],_0x312ad6['UniverUi'],_0x312ad6[_0x24477a(0x1a2)],_0x312ad6[_0x24477a(0x158)],_0x312ad6[_0x24477a(0x2d4)],_0x312ad6[_0x24477a(0x25b)],_0x312ad6['UniverProCollaboration']));}(this,function(_0x33a63d,_0x3c4a24,_0xad29b9,_0x533c6a,_0x406d1a,_0x2f7610,_0x2413f9,_0x86ffe7,_0x4d0063,_0x297670,_0x42cff7){const _0x58c524=_0x4f52;Object['defineProperty'](_0x33a63d,Symbol[_0x58c524(0x210)],{'value':_0x58c524(0x2f9)});let _0x2ffca8=_0x58c524(0x2f5),_0x551bf9={};var _0x6b9689='@univerjs-pro/exchange-client',_0x12c208=_0x58c524(0x2ab);function _0x232282({ref:_0x5187e8,..._0x4263f6}){const _0xaf278f=_0x58c524;let {icon:_0x29faa8,id:_0x56efda,className:_0x299374,extend:_0x4cc9d2,..._0x24b397}=_0x4263f6,_0x4d416c=(_0xaf278f(0x23d)+_0x56efda+'\x20'+(_0x299374||''))[_0xaf278f(0x282)](),_0x283dfa=(0x0,_0x406d1a[_0xaf278f(0x1be)])('_'+_0x5717a2());return _0x25835c(_0x29faa8,''+_0x56efda,{'defIds':_0x29faa8[_0xaf278f(0x250)],'idSuffix':_0x283dfa['current']},{'ref':_0x5187e8,'className':_0x4d416c,..._0x24b397},_0x4cc9d2);}function _0x25835c(_0x58f326,_0x36f1a4,_0x2d53ea,_0x45f7dc,_0x1f21d5){const _0x567836=_0x58c524;return(0x0,_0x406d1a[_0x567836(0x184)])(_0x58f326[_0x567836(0x200)],{'key':_0x36f1a4,..._0x53d6ab(_0x58f326,_0x2d53ea,_0x1f21d5),..._0x45f7dc},(_0x41051d(_0x58f326,_0x2d53ea)[_0x567836(0x261)]||[])[_0x567836(0x1d9)]((_0x1499ec,_0x33f3d5)=>_0x25835c(_0x1499ec,_0x36f1a4+'-'+_0x58f326[_0x567836(0x200)]+'-'+_0x33f3d5,_0x2d53ea,void 0x0,_0x1f21d5)));}function _0x53d6ab(_0x31bdfc,_0x43ed09,_0x2914e9){const _0x4e59ec=_0x58c524;let _0x537571={..._0x31bdfc[_0x4e59ec(0x267)]};_0x2914e9!=null&&_0x2914e9[_0x4e59ec(0x24c)]&&_0x537571[_0x4e59ec(0x2c7)]===_0x4e59ec(0x24c)&&(_0x537571[_0x4e59ec(0x2c7)]=_0x2914e9[_0x4e59ec(0x24c)]),_0x2914e9!=null&&_0x2914e9['colorChannel1']&&_0x537571['stroke']===_0x4e59ec(0x24c)&&(_0x537571[_0x4e59ec(0x259)]=_0x2914e9['colorChannel1']),_0x31bdfc[_0x4e59ec(0x200)]==='mask'&&_0x537571['id']&&(_0x537571['id']+=_0x43ed09['idSuffix']),Object[_0x4e59ec(0x18f)](_0x537571)['forEach'](([_0xcb4e11,_0x5a848f])=>{const _0x3aff22=_0x4e59ec;_0xcb4e11===_0x3aff22(0x1ad)&&typeof _0x5a848f==_0x3aff22(0x166)&&(_0x537571[_0xcb4e11]=_0x5a848f[_0x3aff22(0x1dd)](/url\(#(.*)\)/,_0x3aff22(0x1bd)+_0x43ed09[_0x3aff22(0x2d5)]+')'));});let {defIds:_0x469d0a}=_0x43ed09;return!_0x469d0a||_0x469d0a[_0x4e59ec(0x2fb)]===0x0?_0x537571:(_0x31bdfc[_0x4e59ec(0x200)]==='use'&&_0x537571[_0x4e59ec(0x2a1)]&&(_0x537571['xlink:href']+=_0x43ed09[_0x4e59ec(0x2d5)]),Object['entries'](_0x537571)[_0x4e59ec(0x232)](([_0x4fd7bf,_0x31066d])=>{const _0x2a0df1=_0x4e59ec;typeof _0x31066d==_0x2a0df1(0x166)&&(_0x537571[_0x4fd7bf]=_0x31066d['replace'](/url\(#(.*)\)/,_0x2a0df1(0x1bd)+_0x43ed09['idSuffix']+')'));}),_0x537571);}function _0x41051d(_0x177573,_0x9ade87){const _0x2a2b2e=_0x58c524;var _0x2f14f5;let {defIds:_0x48a906}=_0x9ade87;return!_0x48a906||_0x48a906[_0x2a2b2e(0x2fb)]===0x0?_0x177573:_0x177573[_0x2a2b2e(0x200)]===_0x2a2b2e(0x1fe)&&(_0x2f14f5=_0x177573['children'])!=null&&_0x2f14f5['length']?{..._0x177573,'children':_0x177573[_0x2a2b2e(0x261)][_0x2a2b2e(0x1d9)](_0x20f242=>typeof _0x20f242[_0x2a2b2e(0x267)]['id']==_0x2a2b2e(0x166)&&_0x48a906&&_0x48a906['includes'](_0x20f242[_0x2a2b2e(0x267)]['id'])?{..._0x20f242,'attrs':{..._0x20f242[_0x2a2b2e(0x267)],'id':_0x20f242[_0x2a2b2e(0x267)]['id']+_0x9ade87[_0x2a2b2e(0x2d5)]}}:_0x20f242)}:_0x177573;}function _0x5717a2(){const _0x156fa9=_0x58c524;return Math['random']()[_0x156fa9(0x2f6)](0x24)[_0x156fa9(0x2be)](0x2,0x8);}_0x232282[_0x58c524(0x302)]='UniverIcon';let _0x181408={'tag':_0x58c524(0x234),'attrs':{'xmlns':_0x58c524(0x1d8),'fill':'none','viewBox':_0x58c524(0x132),'width':_0x58c524(0x22f),'height':_0x58c524(0x22f)},'children':[{'tag':_0x58c524(0x1a0),'attrs':{'fill':'currentColor','d':_0x58c524(0x307)}},{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x20d),'d':'M8.14248\x200.899902C4.22126\x200.899902\x201.04248\x204.07868\x201.04248\x207.9999C1.04248\x2011.9211\x204.22126\x2015.0999\x208.14248\x2015.0999C12.0637\x2015.0999\x2015.2425\x2011.9211\x2015.2425\x207.9999C15.2425\x204.07868\x2012.0637\x200.899902\x208.14248\x200.899902ZM2.24248\x207.9999C2.24248\x204.74142\x204.884\x202.0999\x208.14248\x202.0999C11.401\x202.0999\x2014.0425\x204.74142\x2014.0425\x207.9999C14.0425\x2011.2584\x2011.401\x2013.8999\x208.14248\x2013.8999C4.884\x2013.8999\x202.24248\x2011.2584\x202.24248\x207.9999Z','fillRule':_0x58c524(0x2f0),'clipRule':'evenodd'}}]},_0x25b9ff=(0x0,_0x406d1a[_0x58c524(0x203)])(function(_0x410192,_0x4def64){const _0x7cf416=_0x58c524;return(0x0,_0x406d1a[_0x7cf416(0x184)])(_0x232282,Object[_0x7cf416(0x29c)]({},_0x410192,{'id':_0x7cf416(0x23e),'ref':_0x4def64,'icon':_0x181408}));});_0x25b9ff[_0x58c524(0x302)]='ClockIcon';let _0x41823e={'tag':'svg','attrs':{'xmlns':_0x58c524(0x1d8),'fill':_0x58c524(0x251),'viewBox':_0x58c524(0x22d),'width':_0x58c524(0x22f),'height':_0x58c524(0x22f)},'children':[{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x20d),'d':'M3.71274\x202.86421C3.47843\x202.6299\x203.09853\x202.6299\x202.86421\x202.86421C2.6299\x203.09853\x202.6299\x203.47843\x202.86421\x203.71274L7.15154\x208.00007L2.86421\x2012.2874C2.6299\x2012.5217\x202.6299\x2012.9016\x202.86421\x2013.1359C3.09853\x2013.3702\x203.47843\x2013.3702\x203.71274\x2013.1359L8.00007\x208.84859L12.2874\x2013.1359C12.5217\x2013.3702\x2012.9016\x2013.3702\x2013.1359\x2013.1359C13.3702\x2012.9016\x2013.3702\x2012.5217\x2013.1359\x2012.2874L8.84859\x208.00007L13.1359\x203.71274C13.3702\x203.47843\x2013.3702\x203.09853\x2013.1359\x202.86421C12.9016\x202.6299\x2012.5217\x202.6299\x2012.2874\x202.86421L8.00007\x207.15154L3.71274\x202.86421Z'}}]},_0x2370d4=(0x0,_0x406d1a[_0x58c524(0x203)])(function(_0x19e170,_0x5ef616){const _0x382eff=_0x58c524;return(0x0,_0x406d1a[_0x382eff(0x184)])(_0x232282,Object['assign']({},_0x19e170,{'id':_0x382eff(0x290),'ref':_0x5ef616,'icon':_0x41823e}));});_0x2370d4[_0x58c524(0x302)]=_0x58c524(0x27e);let _0x3af726={'tag':_0x58c524(0x234),'attrs':{'xmlns':_0x58c524(0x1d8),'fill':'none','viewBox':_0x58c524(0x22d),'width':_0x58c524(0x22f),'height':_0x58c524(0x22f)},'children':[{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x20d),'d':_0x58c524(0x1a7),'fillRule':'evenodd','clipRule':'evenodd'}},{'tag':'path','attrs':{'fill':_0x58c524(0x20d),'d':_0x58c524(0x2ea)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x58c524(0x140)}}]},_0x766da=(0x0,_0x406d1a[_0x58c524(0x203)])(function(_0x40551e,_0x560536){const _0x505977=_0x58c524;return(0x0,_0x406d1a[_0x505977(0x184)])(_0x232282,Object[_0x505977(0x29c)]({},_0x40551e,{'id':_0x505977(0x152),'ref':_0x560536,'icon':_0x3af726}));});_0x766da[_0x58c524(0x302)]=_0x58c524(0x2e9);let _0xc68eb5={'tag':_0x58c524(0x234),'attrs':{'xmlns':_0x58c524(0x1d8),'fill':_0x58c524(0x251),'viewBox':'0\x200\x2016\x2016','width':_0x58c524(0x22f),'height':_0x58c524(0x22f)},'children':[{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x20d),'d':_0x58c524(0x27c),'fillRule':_0x58c524(0x2f0),'clipRule':_0x58c524(0x2f0)}}]},_0xc32374=(0x0,_0x406d1a[_0x58c524(0x203)])(function(_0x4da140,_0x22dfa2){const _0x17732f=_0x58c524;return(0x0,_0x406d1a['createElement'])(_0x232282,Object[_0x17732f(0x29c)]({},_0x4da140,{'id':'error-icon','ref':_0x22dfa2,'icon':_0xc68eb5}));});_0xc32374['displayName']=_0x58c524(0x18d);let _0x16d78c={'tag':_0x58c524(0x234),'attrs':{'xmlns':_0x58c524(0x1d8),'fill':_0x58c524(0x251),'viewBox':_0x58c524(0x22d),'width':'1em','height':_0x58c524(0x22f)},'children':[{'tag':_0x58c524(0x1a0),'attrs':{'fill':'currentColor','d':_0x58c524(0x245)}},{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x20d),'d':_0x58c524(0x163)}}]},_0x111f5c=(0x0,_0x406d1a[_0x58c524(0x203)])(function(_0x38dfa0,_0x4f99eb){const _0x1c9519=_0x58c524;return(0x0,_0x406d1a[_0x1c9519(0x184)])(_0x232282,Object['assign']({},_0x38dfa0,{'id':_0x1c9519(0x145),'ref':_0x4f99eb,'icon':_0x16d78c}));});_0x111f5c[_0x58c524(0x302)]=_0x58c524(0x2fe);let _0x27baf1={'tag':_0x58c524(0x234),'attrs':{'xmlns':_0x58c524(0x1d8),'fill':_0x58c524(0x251),'viewBox':_0x58c524(0x22d),'width':'1em','height':_0x58c524(0x22f)},'children':[{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x20d),'d':_0x58c524(0x214),'fillRule':_0x58c524(0x2f0),'clipRule':_0x58c524(0x2f0)}}]},_0x304724=(0x0,_0x406d1a['forwardRef'])(function(_0x19f421,_0x15497f){const _0x355cff=_0x58c524;return(0x0,_0x406d1a[_0x355cff(0x184)])(_0x232282,Object[_0x355cff(0x29c)]({},_0x19f421,{'id':_0x355cff(0x272),'ref':_0x15497f,'icon':_0x27baf1}));});_0x304724['displayName']=_0x58c524(0x20f);let _0x2ce856={'tag':'svg','attrs':{'xmlns':_0x58c524(0x1d8),'fill':_0x58c524(0x251),'viewBox':_0x58c524(0x22d),'width':'1em','height':_0x58c524(0x22f)},'children':[{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x2f4),'d':'M3.4535\x201.12549C2.7002\x201.12549\x202.08954\x201.73615\x202.08954\x202.48945V13.5104C2.08954\x2014.2637\x202.7002\x2014.8744\x203.4535\x2014.8744H12.5465C13.2998\x2014.8744\x2013.9105\x2014.2637\x2013.9105\x2013.5104V5.0992L10.0091\x201.12549H3.4535Z'}},{'tag':'path','attrs':{'fill':_0x58c524(0x1e9),'d':_0x58c524(0x196)}},{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x2d7),'d':_0x58c524(0x202)}},{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x2d7),'d':_0x58c524(0x150)}},{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x2d7),'d':_0x58c524(0x1f0)}}]},_0x420016=(0x0,_0x406d1a['forwardRef'])(function(_0x21a5e2,_0x588655){const _0x1fc42b=_0x58c524;return(0x0,_0x406d1a[_0x1fc42b(0x184)])(_0x232282,Object[_0x1fc42b(0x29c)]({},_0x21a5e2,{'id':_0x1fc42b(0x137),'ref':_0x588655,'icon':_0x2ce856}));});_0x420016[_0x58c524(0x302)]=_0x58c524(0x291);let _0x586273={'tag':'svg','attrs':{'xmlns':_0x58c524(0x1d8),'fill':_0x58c524(0x251),'viewBox':_0x58c524(0x22d),'width':_0x58c524(0x22f),'height':_0x58c524(0x22f)},'children':[{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x146),'d':'M3.4535\x201.12549C2.7002\x201.12549\x202.08954\x201.73615\x202.08954\x202.48945V13.5104C2.08954\x2014.2637\x202.7002\x2014.8744\x203.4535\x2014.8744H12.5465C13.2998\x2014.8744\x2013.9105\x2014.2637\x2013.9105\x2013.5104V5.0992L10.0091\x201.12549H3.4535Z'}},{'tag':_0x58c524(0x1a0),'attrs':{'fill':'#32A846','d':_0x58c524(0x196)}},{'tag':_0x58c524(0x1a0),'attrs':{'fill':'white','d':_0x58c524(0x2b8),'fillRule':_0x58c524(0x2f0),'clipRule':_0x58c524(0x2f0)}}]},_0x319815=(0x0,_0x406d1a[_0x58c524(0x203)])(function(_0x41137b,_0xa4cee1){const _0x150c31=_0x58c524;return(0x0,_0x406d1a[_0x150c31(0x184)])(_0x232282,Object[_0x150c31(0x29c)]({},_0x41137b,{'id':_0x150c31(0x1a9),'ref':_0xa4cee1,'icon':_0x586273}));});_0x319815[_0x58c524(0x302)]='SheetsMultiIcon';let _0xa22e56={'tag':_0x58c524(0x234),'attrs':{'xmlns':_0x58c524(0x1d8),'fill':'none','viewBox':_0x58c524(0x22d),'width':_0x58c524(0x22f),'height':_0x58c524(0x22f)},'children':[{'tag':_0x58c524(0x1a0),'attrs':{'fill':_0x58c524(0x17c),'d':_0x58c524(0x1d0)}},{'tag':_0x58c524(0x1a0),'attrs':{'fill':'#EC4F2D','d':'M10.0075\x201.12549L13.9104\x205.09842H10.6742C10.306\x205.09842\x2010.0075\x204.79994\x2010.0075\x204.43175V1.12549Z'}},{'tag':'path','attrs':{'fill':'white','d':_0x58c524(0x1e0)}},{'tag':'path','attrs':{'fill':_0x58c524(0x2d7),'d':'M10.4097\x209.35206C10.5753\x209.35206\x2010.7115\x209.21728\x2010.6918\x209.05277C10.6645\x208.82511\x2010.6062\x208.60178\x2010.5181\x208.38909C10.3917\x208.08379\x2010.2063\x207.80639\x209.97264\x207.57272C9.73897\x207.33905\x209.46157\x207.1537\x209.15627\x207.02724C8.94358\x206.93914\x208.72024\x206.88083\x208.49259\x206.85356C8.32808\x206.83385\x208.1933\x206.97001\x208.1933\x207.13569V9.05206C8.1933\x209.21774\x208.32761\x209.35206\x208.4933\x209.35206H10.4097Z'}}]},_0x31e614=(0x0,_0x406d1a[_0x58c524(0x203)])(function(_0x36a13d,_0x227860){const _0x5f188a=_0x58c524;return(0x0,_0x406d1a['createElement'])(_0x232282,Object[_0x5f188a(0x29c)]({},_0x36a13d,{'id':_0x5f188a(0x1ae),'ref':_0x227860,'icon':_0xa22e56}));});_0x31e614['displayName']=_0x58c524(0x265);function _0xe65ed4(_0x36b83a){'@babel/helpers - typeof';const _0x4b895b=_0x58c524;return _0xe65ed4=typeof Symbol==_0x4b895b(0x2ef)&&typeof Symbol[_0x4b895b(0x1f7)]==_0x4b895b(0x1ba)?function(_0x171738){return typeof _0x171738;}:function(_0x1c8e75){const _0x50c985=_0x4b895b;return _0x1c8e75&&typeof Symbol==_0x50c985(0x2ef)&&_0x1c8e75[_0x50c985(0x1f9)]===Symbol&&_0x1c8e75!==Symbol[_0x50c985(0x198)]?_0x50c985(0x1ba):typeof _0x1c8e75;},_0xe65ed4(_0x36b83a);}function _0x1a9447(_0x3470c5,_0x21daa3){const _0x46d361=_0x58c524;if(_0xe65ed4(_0x3470c5)!=_0x46d361(0x1b8)||!_0x3470c5)return _0x3470c5;var _0x47069a=_0x3470c5[Symbol[_0x46d361(0x2c6)]];if(_0x47069a!==void 0x0){var _0x4511ae=_0x47069a['call'](_0x3470c5,_0x21daa3||_0x46d361(0x129));if(_0xe65ed4(_0x4511ae)!=_0x46d361(0x1b8))return _0x4511ae;throw TypeError(_0x46d361(0x26c));}return(_0x21daa3===_0x46d361(0x166)?String:Number)(_0x3470c5);}function _0x23ffb0(_0x5dcc58){const _0x404e5c=_0x58c524;var _0x34d97a=_0x1a9447(_0x5dcc58,_0x404e5c(0x166));return _0xe65ed4(_0x34d97a)==_0x404e5c(0x1ba)?_0x34d97a:_0x34d97a+'';}function _0x24a3c4(_0x29224f,_0x137a88,_0xcc72a0){const _0x5e90a4=_0x58c524;return(_0x137a88=_0x23ffb0(_0x137a88))in _0x29224f?Object[_0x5e90a4(0x239)](_0x29224f,_0x137a88,{'value':_0xcc72a0,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x29224f[_0x137a88]=_0xcc72a0,_0x29224f;}let _0x2af74d=function(_0x3159f8){const _0x1049b5=_0x58c524;return _0x3159f8[_0x3159f8[_0x1049b5(0x309)]=0x0]=_0x1049b5(0x309),_0x3159f8[_0x3159f8[_0x1049b5(0x2a2)]=0x1]='SUCCESS',_0x3159f8[_0x3159f8[_0x1049b5(0x304)]=0x2]=_0x1049b5(0x304),_0x3159f8;}({}),_0x30222e=(0x0,_0xad29b9[_0x58c524(0x236)])('univer-pro.exchange-client.upload-notification.service');var _0x124069=class extends _0xad29b9[_0x58c524(0x2e2)]{constructor(){const _0x4564f9=_0x58c524;super(),_0x24a3c4(this,_0x4564f9(0x28b),new _0x2413f9[(_0x4564f9(0x270))]()),_0x24a3c4(this,_0x4564f9(0x221),new _0x2413f9[(_0x4564f9(0x270))]()),_0x24a3c4(this,_0x4564f9(0x1d1),new _0x2413f9[(_0x4564f9(0x270))]()),_0x24a3c4(this,_0x4564f9(0x2cc),this[_0x4564f9(0x28b)][_0x4564f9(0x216)]()),_0x24a3c4(this,_0x4564f9(0x2aa),this[_0x4564f9(0x221)][_0x4564f9(0x216)]()),_0x24a3c4(this,_0x4564f9(0x2f3),this[_0x4564f9(0x1d1)][_0x4564f9(0x216)]()),_0x24a3c4(this,'_list',[]);}[_0x58c524(0x2fa)](){const _0x3c1231=_0x58c524;super['dispose'](),this['_visible$']['complete'](),this[_0x3c1231(0x221)][_0x3c1231(0x2b6)](),this[_0x3c1231(0x1d1)][_0x3c1231(0x2b6)]();}[_0x58c524(0x21a)](){const _0x2ca6de=_0x58c524;this['_visible$'][_0x2ca6de(0x1ef)](!0x0);}[_0x58c524(0x1bb)](){this['_visible$']['next'](!0x1);}[_0x58c524(0x1eb)](_0xd08ead){const _0x2316b5=_0x58c524;this[_0x2316b5(0x221)][_0x2316b5(0x1ef)](_0xd08ead);}[_0x58c524(0x2ed)](_0x421680){const _0x72469c=_0x58c524;this[_0x72469c(0x296)][_0x72469c(0x17b)](_0x421680),this[_0x72469c(0x1d1)]['next'](this['_list']);}};function _0x5e70a5(_0x2e9ea9){const _0x265cc3=_0x58c524;let {list:_0x2d5538}=_0x2e9ea9;function _0x18b0b1(_0x1ae302){const _0x558886=_0x4f52;switch(_0x1ae302){case 0x1:return(0x0,_0x4d0063[_0x558886(0x1fd)])(_0x420016,{});case 0x2:return(0x0,_0x4d0063[_0x558886(0x1fd)])(_0x319815,{});case 0x3:return(0x0,_0x4d0063['jsx'])(_0x31e614,{});default:return null;}}return(0x0,_0x4d0063[_0x265cc3(0x1fd)])(_0x265cc3(0x1e4),{'className':(0x0,_0x86ffe7['clsx'])(_0x265cc3(0x30d),_0x86ffe7[_0x265cc3(0x21c)]),'children':(0x0,_0x4d0063[_0x265cc3(0x1fd)])('ul',{'className':'univer-m-0\x20univer-flex\x20univer-list-none\x20univer-flex-col\x20univer-gap-2\x20univer-p-0','children':_0x2d5538[_0x265cc3(0x1d9)]((_0x526c58,_0x4eb19d)=>(0x0,_0x4d0063[_0x265cc3(0x1fd)])('li',{'children':(0x0,_0x4d0063['jsxs'])('a',{'className':_0x265cc3(0x225),'href':_0x526c58[_0x265cc3(0x281)],'target':_0x265cc3(0x235),'rel':_0x265cc3(0x2eb),'children':[(0x0,_0x4d0063[_0x265cc3(0x12e)])(_0x265cc3(0x28d),{'className':'univer-flex\x20univer-w-[calc(100%-48px)]\x20univer-items-center','children':[(0x0,_0x4d0063[_0x265cc3(0x1fd)])('span',{'className':_0x265cc3(0x16e),'children':_0x18b0b1(_0x526c58['type'])}),(0x0,_0x4d0063['jsx'])(_0x86ffe7[_0x265cc3(0x273)],{'showIfEllipsis':!0x0,'title':_0x526c58[_0x265cc3(0x13e)],'asChild':!0x0,'children':(0x0,_0x4d0063['jsx'])('span',{'className':_0x265cc3(0x17e),'children':_0x526c58[_0x265cc3(0x13e)]})})]}),(0x0,_0x4d0063[_0x265cc3(0x1fd)])(_0x265cc3(0x28d),{'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,_0x4d0063[_0x265cc3(0x1fd)])(_0x111f5c,{})})]})},_0x4eb19d))})});}var _0x17dcb6=Uint8Array,_0x207a8c=Uint16Array,_0x230bb3=Uint32Array,_0x229a45=new _0x17dcb6([0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x1,0x2,0x2,0x2,0x2,0x3,0x3,0x3,0x3,0x4,0x4,0x4,0x4,0x5,0x5,0x5,0x5,0x0,0x0,0x0,0x0]),_0x39066c=new _0x17dcb6([0x0,0x0,0x0,0x0,0x1,0x1,0x2,0x2,0x3,0x3,0x4,0x4,0x5,0x5,0x6,0x6,0x7,0x7,0x8,0x8,0x9,0x9,0xa,0xa,0xb,0xb,0xc,0xc,0xd,0xd,0x0,0x0]),_0x4b661c=new _0x17dcb6([0x10,0x11,0x12,0x0,0x8,0x7,0x9,0x6,0xa,0x5,0xb,0x4,0xc,0x3,0xd,0x2,0xe,0x1,0xf]),_0x417954=function(_0x25cc94,_0xa6c73d){for(var _0x200a32=new _0x207a8c(0x1f),_0xf7a9b8=0x0;_0xf7a9b8<0x1f;++_0xf7a9b8)_0x200a32[_0xf7a9b8]=_0xa6c73d+=0x1<<_0x25cc94[_0xf7a9b8-0x1];for(var _0x5d54b3=new _0x230bb3(_0x200a32[0x1e]),_0xf7a9b8=0x1;_0xf7a9b8<0x1e;++_0xf7a9b8)for(var _0x1c2971=_0x200a32[_0xf7a9b8];_0x1c2971<_0x200a32[_0xf7a9b8+0x1];++_0x1c2971)_0x5d54b3[_0x1c2971]=_0x1c2971-_0x200a32[_0xf7a9b8]<<0x5|_0xf7a9b8;return[_0x200a32,_0x5d54b3];},_0x3af637=_0x417954(_0x229a45,0x2),_0x476006=_0x3af637[0x0],_0x5caa27=_0x3af637[0x1];_0x476006[0x1c]=0x102,_0x5caa27[0x102]=0x1c;var _0x279e97=_0x417954(_0x39066c,0x0);_0x279e97[0x0];for(var _0x482f99=_0x279e97[0x1],_0x45a6bc=new _0x207a8c(0x8000),_0x45cae9=0x0;_0x45cae9<0x8000;++_0x45cae9){var _0x4824e7=(_0x45cae9&0xaaaa)>>>0x1|(_0x45cae9&0x5555)<<0x1;_0x4824e7=(_0x4824e7&0xcccc)>>>0x2|(_0x4824e7&0x3333)<<0x2,_0x4824e7=(_0x4824e7&0xf0f0)>>>0x4|(_0x4824e7&0xf0f)<<0x4,_0x45a6bc[_0x45cae9]=((_0x4824e7&0xff00)>>>0x8|(_0x4824e7&0xff)<<0x8)>>>0x1;}for(var _0x19ce87=function(_0x356b8d,_0x2de81f,_0x9834b3){const _0x1d73fd=_0x58c524;for(var _0xf6f2b4=_0x356b8d[_0x1d73fd(0x2fb)],_0x4819d2=0x0,_0x33673e=new _0x207a8c(_0x2de81f);_0x4819d2<_0xf6f2b4;++_0x4819d2)++_0x33673e[_0x356b8d[_0x4819d2]-0x1];var _0x5987ae=new _0x207a8c(_0x2de81f);for(_0x4819d2=0x0;_0x4819d2<_0x2de81f;++_0x4819d2)_0x5987ae[_0x4819d2]=_0x5987ae[_0x4819d2-0x1]+_0x33673e[_0x4819d2-0x1]<<0x1;var _0x395c34;if(_0x9834b3){_0x395c34=new _0x207a8c(0x1<<_0x2de81f);var _0x560614=0xf-_0x2de81f;for(_0x4819d2=0x0;_0x4819d2<_0xf6f2b4;++_0x4819d2)if(_0x356b8d[_0x4819d2]){for(var _0x634c87=_0x4819d2<<0x4|_0x356b8d[_0x4819d2],_0x3b1ffe=_0x2de81f-_0x356b8d[_0x4819d2],_0x257342=_0x5987ae[_0x356b8d[_0x4819d2]-0x1]++<<_0x3b1ffe,_0x1b584e=_0x257342|(0x1<<_0x3b1ffe)-0x1;_0x257342<=_0x1b584e;++_0x257342)_0x395c34[_0x45a6bc[_0x257342]>>>_0x560614]=_0x634c87;}}else{for(_0x395c34=new _0x207a8c(_0xf6f2b4),_0x4819d2=0x0;_0x4819d2<_0xf6f2b4;++_0x4819d2)_0x395c34[_0x4819d2]=_0x45a6bc[_0x5987ae[_0x356b8d[_0x4819d2]-0x1]++]>>>0xf-_0x356b8d[_0x4819d2];}return _0x395c34;},_0x2ebcfe=new _0x17dcb6(0x120),_0x45cae9=0x0;_0x45cae9<0x90;++_0x45cae9)_0x2ebcfe[_0x45cae9]=0x8;for(var _0x45cae9=0x90;_0x45cae9<0x100;++_0x45cae9)_0x2ebcfe[_0x45cae9]=0x9;for(var _0x45cae9=0x100;_0x45cae9<0x118;++_0x45cae9)_0x2ebcfe[_0x45cae9]=0x7;for(var _0x45cae9=0x118;_0x45cae9<0x120;++_0x45cae9)_0x2ebcfe[_0x45cae9]=0x8;for(var _0x489692=new _0x17dcb6(0x20),_0x45cae9=0x0;_0x45cae9<0x20;++_0x45cae9)_0x489692[_0x45cae9]=0x5;var _0x289735=_0x19ce87(_0x2ebcfe,0x9,0x0),_0x3c9021=_0x19ce87(_0x489692,0x5,0x0),_0x5b8144=function(_0x1e9e88){return(_0x1e9e88/0x8>>0x0)+(_0x1e9e88&0x7&&0x1);},_0x352125=function(_0x50cd76,_0x2e0dfa,_0x428ed3){const _0x2c2181=_0x58c524;(_0x2e0dfa==null||_0x2e0dfa<0x0)&&(_0x2e0dfa=0x0),(_0x428ed3==null||_0x428ed3>_0x50cd76[_0x2c2181(0x2fb)])&&(_0x428ed3=_0x50cd76['length']);var _0x6e0eac=new(_0x50cd76 instanceof _0x207a8c?_0x207a8c:_0x50cd76 instanceof _0x230bb3?_0x230bb3:_0x17dcb6)(_0x428ed3-_0x2e0dfa);return _0x6e0eac[_0x2c2181(0x294)](_0x50cd76[_0x2c2181(0x19f)](_0x2e0dfa,_0x428ed3)),_0x6e0eac;},_0x2bdb0d=function(_0x237576,_0x5ecf04,_0xa0b7b2){_0xa0b7b2<<=_0x5ecf04&0x7;var _0xcf5637=_0x5ecf04/0x8>>0x0;_0x237576[_0xcf5637]|=_0xa0b7b2,_0x237576[_0xcf5637+0x1]|=_0xa0b7b2>>>0x8;},_0x3f4590=function(_0x17b537,_0x24521b,_0x5eecbb){_0x5eecbb<<=_0x24521b&0x7;var _0x461406=_0x24521b/0x8>>0x0;_0x17b537[_0x461406]|=_0x5eecbb,_0x17b537[_0x461406+0x1]|=_0x5eecbb>>>0x8,_0x17b537[_0x461406+0x2]|=_0x5eecbb>>>0x10;},_0x403531=function(_0x16dfaa,_0x5edce1){const _0x15e1e1=_0x58c524;for(var _0x130dd0=[],_0x5ba8d3=0x0;_0x5ba8d3<_0x16dfaa[_0x15e1e1(0x2fb)];++_0x5ba8d3)_0x16dfaa[_0x5ba8d3]&&_0x130dd0[_0x15e1e1(0x1cb)]({'s':_0x5ba8d3,'f':_0x16dfaa[_0x5ba8d3]});var _0x5b9c1e=_0x130dd0[_0x15e1e1(0x2fb)],_0x1e8623=_0x130dd0[_0x15e1e1(0x125)]();if(!_0x5b9c1e)return[new _0x17dcb6(0x0),0x0];if(_0x5b9c1e==0x1){var _0x1bf3db=new _0x17dcb6(_0x130dd0[0x0]['s']+0x1);return _0x1bf3db[_0x130dd0[0x0]['s']]=0x1,[_0x1bf3db,0x1];}_0x130dd0['sort'](function(_0x3096b2,_0x2a11db){return _0x3096b2['f']-_0x2a11db['f'];}),_0x130dd0[_0x15e1e1(0x1cb)]({'s':-0x1,'f':0x61a9});var _0x1ec193=_0x130dd0[0x0],_0x346403=_0x130dd0[0x1],_0x1a807d=0x0,_0x55c164=0x1,_0x1e64a6=0x2;for(_0x130dd0[0x0]={'s':-0x1,'f':_0x1ec193['f']+_0x346403['f'],'l':_0x1ec193,'r':_0x346403};_0x55c164!=_0x5b9c1e-0x1;)_0x1ec193=_0x130dd0[_0x130dd0[_0x1a807d]['f']<_0x130dd0[_0x1e64a6]['f']?_0x1a807d++:_0x1e64a6++],_0x346403=_0x130dd0[_0x1a807d!=_0x55c164&&_0x130dd0[_0x1a807d]['f']<_0x130dd0[_0x1e64a6]['f']?_0x1a807d++:_0x1e64a6++],_0x130dd0[_0x55c164++]={'s':-0x1,'f':_0x1ec193['f']+_0x346403['f'],'l':_0x1ec193,'r':_0x346403};for(var _0x57e1be=_0x1e8623[0x0]['s'],_0x5ba8d3=0x1;_0x5ba8d3<_0x5b9c1e;++_0x5ba8d3)_0x1e8623[_0x5ba8d3]['s']>_0x57e1be&&(_0x57e1be=_0x1e8623[_0x5ba8d3]['s']);var _0x52d812=new _0x207a8c(_0x57e1be+0x1),_0x2d11cf=_0x5e42fe(_0x130dd0[_0x55c164-0x1],_0x52d812,0x0);if(_0x2d11cf>_0x5edce1){var _0x5ba8d3=0x0,_0x4e0e8b=0x0,_0x1f66f4=_0x2d11cf-_0x5edce1,_0x5e420a=0x1<<_0x1f66f4;for(_0x1e8623['sort'](function(_0xc1fa1e,_0x366f35){return _0x52d812[_0x366f35['s']]-_0x52d812[_0xc1fa1e['s']]||_0xc1fa1e['f']-_0x366f35['f'];});_0x5ba8d3<_0x5b9c1e;++_0x5ba8d3){var _0x42d552=_0x1e8623[_0x5ba8d3]['s'];if(_0x52d812[_0x42d552]>_0x5edce1)_0x4e0e8b+=_0x5e420a-(0x1<<_0x2d11cf-_0x52d812[_0x42d552]),_0x52d812[_0x42d552]=_0x5edce1;else break;}for(_0x4e0e8b>>>=_0x1f66f4;_0x4e0e8b>0x0;){var _0x3e1527=_0x1e8623[_0x5ba8d3]['s'];_0x52d812[_0x3e1527]<_0x5edce1?_0x4e0e8b-=0x1<<_0x5edce1-_0x52d812[_0x3e1527]++-0x1:++_0x5ba8d3;}for(;_0x5ba8d3>=0x0&&_0x4e0e8b;--_0x5ba8d3){var _0x54121f=_0x1e8623[_0x5ba8d3]['s'];_0x52d812[_0x54121f]==_0x5edce1&&(--_0x52d812[_0x54121f],++_0x4e0e8b);}_0x2d11cf=_0x5edce1;}return[new _0x17dcb6(_0x52d812),_0x2d11cf];},_0x5e42fe=function(_0x486a00,_0x23bf97,_0x16457f){const _0x1b53e3=_0x58c524;return _0x486a00['s']==-0x1?Math[_0x1b53e3(0x297)](_0x5e42fe(_0x486a00['l'],_0x23bf97,_0x16457f+0x1),_0x5e42fe(_0x486a00['r'],_0x23bf97,_0x16457f+0x1)):_0x23bf97[_0x486a00['s']]=_0x16457f;},_0x1af228=function(_0x6241ab){const _0x5edf2e=_0x58c524;for(var _0x319136=_0x6241ab[_0x5edf2e(0x2fb)];_0x319136&&!_0x6241ab[--_0x319136];);for(var _0x72c2ee=new _0x207a8c(++_0x319136),_0x38fe76=0x0,_0x23602c=_0x6241ab[0x0],_0x31b18a=0x1,_0x1d4a03=function(_0x15a61e){_0x72c2ee[_0x38fe76++]=_0x15a61e;},_0x4e3c52=0x1;_0x4e3c52<=_0x319136;++_0x4e3c52)if(_0x6241ab[_0x4e3c52]==_0x23602c&&_0x4e3c52!=_0x319136)++_0x31b18a;else{if(!_0x23602c&&_0x31b18a>0x2){for(;_0x31b18a>0x8a;_0x31b18a-=0x8a)_0x1d4a03(0x7ff2);_0x31b18a>0x2&&(_0x1d4a03(_0x31b18a>0xa?_0x31b18a-0xb<<0x5|0x7012:_0x31b18a-0x3<<0x5|0x3011),_0x31b18a=0x0);}else{if(_0x31b18a>0x3){for(_0x1d4a03(_0x23602c),--_0x31b18a;_0x31b18a>0x6;_0x31b18a-=0x6)_0x1d4a03(0x2070);_0x31b18a>0x2&&(_0x1d4a03(_0x31b18a-0x3<<0x5|0x2010),_0x31b18a=0x0);}}for(;_0x31b18a--;)_0x1d4a03(_0x23602c);_0x31b18a=0x1,_0x23602c=_0x6241ab[_0x4e3c52];}return[_0x72c2ee[_0x5edf2e(0x19f)](0x0,_0x38fe76),_0x319136];},_0x10022c=function(_0x234436,_0x5604fb){const _0x2d1418=_0x58c524;for(var _0xfe6f0=0x0,_0x18bf60=0x0;_0x18bf60<_0x5604fb[_0x2d1418(0x2fb)];++_0x18bf60)_0xfe6f0+=_0x234436[_0x18bf60]*_0x5604fb[_0x18bf60];return _0xfe6f0;},_0x3c010f=function(_0x20392a,_0x396857,_0xb05b34){const _0x50c1dc=_0x58c524;var _0x2317ea=_0xb05b34[_0x50c1dc(0x2fb)],_0x42479c=_0x5b8144(_0x396857+0x2);_0x20392a[_0x42479c]=_0x2317ea&0xff,_0x20392a[_0x42479c+0x1]=_0x2317ea>>>0x8,_0x20392a[_0x42479c+0x2]=_0x20392a[_0x42479c]^0xff,_0x20392a[_0x42479c+0x3]=_0x20392a[_0x42479c+0x1]^0xff;for(var _0x1050fe=0x0;_0x1050fe<_0x2317ea;++_0x1050fe)_0x20392a[_0x42479c+_0x1050fe+0x4]=_0xb05b34[_0x1050fe];return(_0x42479c+0x4+_0x2317ea)*0x8;},_0x5596df=function(_0x3d325e,_0x1d8968,_0x35d1ee,_0x6cae0a,_0x4b7f18,_0x346533,_0x364694,_0x2ad01d,_0x597578,_0x11b436,_0x4fe188){const _0x4f4a45=_0x58c524;_0x2bdb0d(_0x1d8968,_0x4fe188++,_0x35d1ee),++_0x4b7f18[0x100];for(var _0x400c6c=_0x403531(_0x4b7f18,0xf),_0x375876=_0x400c6c[0x0],_0x1f0193=_0x400c6c[0x1],_0x564d88=_0x403531(_0x346533,0xf),_0x20eab3=_0x564d88[0x0],_0x48902e=_0x564d88[0x1],_0x20408d=_0x1af228(_0x375876),_0x42f32d=_0x20408d[0x0],_0xbc868b=_0x20408d[0x1],_0xd9be71=_0x1af228(_0x20eab3),_0xb547d1=_0xd9be71[0x0],_0x2298c3=_0xd9be71[0x1],_0x4df282=new _0x207a8c(0x13),_0x237750=0x0;_0x237750<_0x42f32d[_0x4f4a45(0x2fb)];++_0x237750)_0x4df282[_0x42f32d[_0x237750]&0x1f]++;for(var _0x237750=0x0;_0x237750<_0xb547d1[_0x4f4a45(0x2fb)];++_0x237750)_0x4df282[_0xb547d1[_0x237750]&0x1f]++;for(var _0xda91d7=_0x403531(_0x4df282,0x7),_0x5c58fc=_0xda91d7[0x0],_0x5ea7ff=_0xda91d7[0x1],_0x4230c4=0x13;_0x4230c4>0x4&&!_0x5c58fc[_0x4b661c[_0x4230c4-0x1]];--_0x4230c4);var _0x4b92b7=_0x11b436+0x5<<0x3,_0x17073a=_0x10022c(_0x4b7f18,_0x2ebcfe)+_0x10022c(_0x346533,_0x489692)+_0x364694,_0x276fab=_0x10022c(_0x4b7f18,_0x375876)+_0x10022c(_0x346533,_0x20eab3)+_0x364694+0xe+0x3*_0x4230c4+_0x10022c(_0x4df282,_0x5c58fc)+(0x2*_0x4df282[0x10]+0x3*_0x4df282[0x11]+0x7*_0x4df282[0x12]);if(_0x4b92b7<=_0x17073a&&_0x4b92b7<=_0x276fab)return _0x3c010f(_0x1d8968,_0x4fe188,_0x3d325e[_0x4f4a45(0x19f)](_0x597578,_0x597578+_0x11b436));var _0x408f55,_0x130a5a,_0x407a33,_0x4043c5;if(_0x2bdb0d(_0x1d8968,_0x4fe188,0x1+(_0x276fab<_0x17073a)),_0x4fe188+=0x2,_0x276fab<_0x17073a){_0x408f55=_0x19ce87(_0x375876,_0x1f0193,0x0),_0x130a5a=_0x375876,_0x407a33=_0x19ce87(_0x20eab3,_0x48902e,0x0),_0x4043c5=_0x20eab3;var _0x3a835f=_0x19ce87(_0x5c58fc,_0x5ea7ff,0x0);_0x2bdb0d(_0x1d8968,_0x4fe188,_0xbc868b-0x101),_0x2bdb0d(_0x1d8968,_0x4fe188+0x5,_0x2298c3-0x1),_0x2bdb0d(_0x1d8968,_0x4fe188+0xa,_0x4230c4-0x4),_0x4fe188+=0xe;for(var _0x237750=0x0;_0x237750<_0x4230c4;++_0x237750)_0x2bdb0d(_0x1d8968,_0x4fe188+0x3*_0x237750,_0x5c58fc[_0x4b661c[_0x237750]]);_0x4fe188+=0x3*_0x4230c4;for(var _0x4fea2e=[_0x42f32d,_0xb547d1],_0xc6f1cb=0x0;_0xc6f1cb<0x2;++_0xc6f1cb)for(var _0xc54cc1=_0x4fea2e[_0xc6f1cb],_0x237750=0x0;_0x237750<_0xc54cc1[_0x4f4a45(0x2fb)];++_0x237750){var _0x128fc0=_0xc54cc1[_0x237750]&0x1f;_0x2bdb0d(_0x1d8968,_0x4fe188,_0x3a835f[_0x128fc0]),_0x4fe188+=_0x5c58fc[_0x128fc0],_0x128fc0>0xf&&(_0x2bdb0d(_0x1d8968,_0x4fe188,_0xc54cc1[_0x237750]>>>0x5&0x7f),_0x4fe188+=_0xc54cc1[_0x237750]>>>0xc);}}else _0x408f55=_0x289735,_0x130a5a=_0x2ebcfe,_0x407a33=_0x3c9021,_0x4043c5=_0x489692;for(var _0x237750=0x0;_0x237750<_0x2ad01d;++_0x237750)if(_0x6cae0a[_0x237750]>0xff){var _0x128fc0=_0x6cae0a[_0x237750]>>>0x12&0x1f;_0x3f4590(_0x1d8968,_0x4fe188,_0x408f55[_0x128fc0+0x101]),_0x4fe188+=_0x130a5a[_0x128fc0+0x101],_0x128fc0>0x7&&(_0x2bdb0d(_0x1d8968,_0x4fe188,_0x6cae0a[_0x237750]>>>0x17&0x1f),_0x4fe188+=_0x229a45[_0x128fc0]);var _0x3f1f6e=_0x6cae0a[_0x237750]&0x1f;_0x3f4590(_0x1d8968,_0x4fe188,_0x407a33[_0x3f1f6e]),_0x4fe188+=_0x4043c5[_0x3f1f6e],_0x3f1f6e>0x3&&(_0x3f4590(_0x1d8968,_0x4fe188,_0x6cae0a[_0x237750]>>>0x5&0x1fff),_0x4fe188+=_0x39066c[_0x3f1f6e]);}else _0x3f4590(_0x1d8968,_0x4fe188,_0x408f55[_0x6cae0a[_0x237750]]),_0x4fe188+=_0x130a5a[_0x6cae0a[_0x237750]];return _0x3f4590(_0x1d8968,_0x4fe188,_0x408f55[0x100]),_0x4fe188+_0x130a5a[0x100];},_0x5cf25c=new _0x230bb3([0x10004,0x20008,0x20010,0x20020,0x40020,0x100080,0x100100,0x204400,0x205000]),_0x7aae7d=new _0x17dcb6(0x0),_0x1aaf2d=function(_0x3813f1,_0x4e386d,_0x976dbc,_0x44194e,_0x166cc2,_0x36e936){const _0x2bf690=_0x58c524;var _0x167a0a=_0x3813f1[_0x2bf690(0x2fb)],_0x11a4b2=new _0x17dcb6(_0x44194e+_0x167a0a+0x5*(0x1+Math['floor'](_0x167a0a/0x1b58))+_0x166cc2),_0x5ca097=_0x11a4b2[_0x2bf690(0x19f)](_0x44194e,_0x11a4b2['length']-_0x166cc2),_0x479bd2=0x0;if(!_0x4e386d||_0x167a0a<0x8)for(var _0x36e9d0=0x0;_0x36e9d0<=_0x167a0a;_0x36e9d0+=0xffff){var _0x4587ae=_0x36e9d0+0xffff;_0x4587ae<_0x167a0a?_0x479bd2=_0x3c010f(_0x5ca097,_0x479bd2,_0x3813f1[_0x2bf690(0x19f)](_0x36e9d0,_0x4587ae)):(_0x5ca097[_0x36e9d0]=_0x36e936,_0x479bd2=_0x3c010f(_0x5ca097,_0x479bd2,_0x3813f1['subarray'](_0x36e9d0,_0x167a0a)));}else{for(var _0x4b5784=_0x5cf25c[_0x4e386d-0x1],_0x1e5328=_0x4b5784>>>0xd,_0x2eefa1=_0x4b5784&0x1fff,_0x573e9b=(0x1<<_0x976dbc)-0x1,_0x14b478=new _0x207a8c(0x8000),_0x4a8ff6=new _0x207a8c(_0x573e9b+0x1),_0x5d27cf=Math[_0x2bf690(0x24b)](_0x976dbc/0x3),_0x8dbc7b=0x2*_0x5d27cf,_0x5339d8=function(_0x14b8c6){return(_0x3813f1[_0x14b8c6]^_0x3813f1[_0x14b8c6+0x1]<<_0x5d27cf^_0x3813f1[_0x14b8c6+0x2]<<_0x8dbc7b)&_0x573e9b;},_0x2c1afd=new _0x230bb3(0x61a8),_0x2b2e3c=new _0x207a8c(0x120),_0x4a952b=new _0x207a8c(0x20),_0x254a8f=0x0,_0x1fb582=0x0,_0x36e9d0=0x0,_0xc2b8d8=0x0,_0x13bd06=0x0,_0x5d34bb=0x0;_0x36e9d0<_0x167a0a;++_0x36e9d0){var _0x4f29c5=_0x5339d8(_0x36e9d0),_0x57f720=_0x36e9d0&0x7fff,_0x31f7ec=_0x4a8ff6[_0x4f29c5];if(_0x14b478[_0x57f720]=_0x31f7ec,_0x4a8ff6[_0x4f29c5]=_0x57f720,_0x13bd06<=_0x36e9d0){var _0x3441a7=_0x167a0a-_0x36e9d0;if((_0x254a8f>0x1b58||_0xc2b8d8>0x6000)&&_0x3441a7>0x1a7){_0x479bd2=_0x5596df(_0x3813f1,_0x5ca097,0x0,_0x2c1afd,_0x2b2e3c,_0x4a952b,_0x1fb582,_0xc2b8d8,_0x5d34bb,_0x36e9d0-_0x5d34bb,_0x479bd2),_0xc2b8d8=_0x254a8f=_0x1fb582=0x0,_0x5d34bb=_0x36e9d0;for(var _0x2194f7=0x0;_0x2194f7<0x11e;++_0x2194f7)_0x2b2e3c[_0x2194f7]=0x0;for(var _0x2194f7=0x0;_0x2194f7<0x1e;++_0x2194f7)_0x4a952b[_0x2194f7]=0x0;}var _0x31ac1f=0x2,_0x3dbc62=0x0,_0x43644a=_0x2eefa1,_0x438171=_0x57f720-_0x31f7ec&0x7fff;if(_0x3441a7>0x2&&_0x4f29c5==_0x5339d8(_0x36e9d0-_0x438171))for(var _0x531389=Math[_0x2bf690(0x2d9)](_0x1e5328,_0x3441a7)-0x1,_0x3a441c=Math[_0x2bf690(0x2d9)](0x7fff,_0x36e9d0),_0x1c313a=Math['min'](0x102,_0x3441a7);_0x438171<=_0x3a441c&&--_0x43644a&&_0x57f720!=_0x31f7ec;){if(_0x3813f1[_0x36e9d0+_0x31ac1f]==_0x3813f1[_0x36e9d0+_0x31ac1f-_0x438171]){for(var _0xaf559a=0x0;_0xaf559a<_0x1c313a&&_0x3813f1[_0x36e9d0+_0xaf559a]==_0x3813f1[_0x36e9d0+_0xaf559a-_0x438171];++_0xaf559a);if(_0xaf559a>_0x31ac1f){if(_0x31ac1f=_0xaf559a,_0x3dbc62=_0x438171,_0xaf559a>_0x531389)break;for(var _0x405ec0=Math[_0x2bf690(0x2d9)](_0x438171,_0xaf559a-0x2),_0x55399a=0x0,_0x2194f7=0x0;_0x2194f7<_0x405ec0;++_0x2194f7){var _0x1a6d0b=_0x36e9d0-_0x438171+_0x2194f7+0x8000&0x7fff,_0x289181=_0x1a6d0b-_0x14b478[_0x1a6d0b]+0x8000&0x7fff;_0x289181>_0x55399a&&(_0x55399a=_0x289181,_0x31f7ec=_0x1a6d0b);}}}_0x57f720=_0x31f7ec,_0x31f7ec=_0x14b478[_0x57f720],_0x438171+=_0x57f720-_0x31f7ec+0x8000&0x7fff;}if(_0x3dbc62){_0x2c1afd[_0xc2b8d8++]=0x10000000|_0x5caa27[_0x31ac1f]<<0x12|_0x482f99[_0x3dbc62];var _0x8ada5a=_0x5caa27[_0x31ac1f]&0x1f,_0x50228b=_0x482f99[_0x3dbc62]&0x1f;_0x1fb582+=_0x229a45[_0x8ada5a]+_0x39066c[_0x50228b],++_0x2b2e3c[0x101+_0x8ada5a],++_0x4a952b[_0x50228b],_0x13bd06=_0x36e9d0+_0x31ac1f,++_0x254a8f;}else _0x2c1afd[_0xc2b8d8++]=_0x3813f1[_0x36e9d0],++_0x2b2e3c[_0x3813f1[_0x36e9d0]];}}_0x479bd2=_0x5596df(_0x3813f1,_0x5ca097,_0x36e936,_0x2c1afd,_0x2b2e3c,_0x4a952b,_0x1fb582,_0xc2b8d8,_0x5d34bb,_0x36e9d0-_0x5d34bb,_0x479bd2),_0x36e936||(_0x479bd2=_0x3c010f(_0x5ca097,_0x479bd2,_0x7aae7d));}return _0x352125(_0x11a4b2,0x0,_0x44194e+_0x5b8144(_0x479bd2)+_0x166cc2);},_0x573d6d=function(_0x5b5015,_0x19da73,_0x4956d4,_0x5433ac,_0x45d8ee){const _0x2ca4d2=_0x58c524;return _0x1aaf2d(_0x5b5015,_0x19da73[_0x2ca4d2(0x2a7)]==null?0x6:_0x19da73[_0x2ca4d2(0x2a7)],_0x19da73['mem']==null?Math['ceil'](Math[_0x2ca4d2(0x297)](0x8,Math['min'](0xd,Math[_0x2ca4d2(0x246)](_0x5b5015[_0x2ca4d2(0x2fb)])))*1.5):0xc+_0x19da73[_0x2ca4d2(0x12d)],_0x4956d4,_0x5433ac,!_0x45d8ee);};function _0x374f4c(_0x34b3d2,_0xb5c86a){return _0xb5c86a===void 0x0&&(_0xb5c86a={}),_0x573d6d(_0x34b3d2,_0xb5c86a,0x0,0x0);}let _0x42698d=_0x58c524(0x29e),_0x329942=_0x58c524(0x16d),_0x47b503='application/vnd.ms-excel.sheet.macroEnabled.12',_0x515406=_0x58c524(0x133),_0x378de8='application/vnd.openxmlformats-officedocument.presentationml.presentation',_0x273522={[_0xad29b9['UniverInstanceType']['UNIVER_UNKNOWN']]:[''],[_0xad29b9[_0x58c524(0x13d)]['UNIVER_DOC']]:[_0x42698d],[_0xad29b9['UniverInstanceType'][_0x58c524(0x128)]]:[_0x329942,_0x47b503,_0x515406],[_0xad29b9[_0x58c524(0x13d)][_0x58c524(0x154)]]:[_0x378de8],[_0xad29b9[_0x58c524(0x13d)]['UNIVER_BASE']]:[''],[_0xad29b9[_0x58c524(0x13d)][_0x58c524(0x1b5)]]:[''],[_0xad29b9['UniverInstanceType'][_0x58c524(0x14d)]]:[''],[_0xad29b9[_0x58c524(0x13d)][_0x58c524(0x12c)]]:['']},_0x1fd74a={[_0x42698d]:_0x58c524(0x13f),[_0x329942]:_0x58c524(0x231),[_0x47b503]:_0x58c524(0x1b1),[_0x515406]:_0x58c524(0x182),[_0x378de8]:_0x58c524(0x29d)};function _0x480c4d(_0xc3cf7,_0x1a668b,_0x5d01f0){const _0x3578ca=_0x58c524;let _0x48d8a2=document['createElement']('a');_0x48d8a2[_0x3578ca(0x21e)]=_0xc3cf7,_0x48d8a2['style'][_0x3578ca(0x268)]=_0x3578ca(0x251),_0x48d8a2[_0x3578ca(0x266)]=_0x1a668b+'.'+_0x5d01f0,document['body'][_0x3578ca(0x217)](_0x48d8a2),_0x48d8a2[_0x3578ca(0x219)](),document['body']['removeChild'](_0x48d8a2);}function _0x19572c(_0x519a51,_0x35c0cc,_0x52997b){const _0x5431d5=_0x58c524;let _0x69d7c9=URL[_0x5431d5(0x1c2)](_0x519a51);_0x480c4d(_0x69d7c9,_0x35c0cc,_0x52997b),URL[_0x5431d5(0x1c7)](_0x69d7c9);}function _0x5d39bd(_0x1f4fe7){const _0xb2ded9=_0x58c524;let _0x3204b2=_0x1f4fe7[_0xb2ded9(0x13e)][_0xb2ded9(0x25e)]('.')[_0xb2ded9(0x1f4)]();if(!_0x3204b2)return _0xad29b9[_0xb2ded9(0x13d)][_0xb2ded9(0x199)];let _0x6e30ea=_0x341f29(),_0xf9b56e=_0xad29b9[_0xb2ded9(0x13d)][_0xb2ded9(0x199)];return _0x6e30ea['some'](_0xc0aa0d=>_0x16c266(_0x3204b2,_0xc0aa0d)?(_0xf9b56e=_0xc0aa0d,!0x0):!0x1),_0xf9b56e;}function _0x341f29(){const _0x241db1=_0x58c524;return Object[_0x241db1(0x271)](_0xad29b9[_0x241db1(0x13d)])[_0x241db1(0x30a)](_0x11f36d=>typeof _0x11f36d==_0x241db1(0x1ec));}function _0x16c266(_0x126265,_0x5de4e4){const _0x3df538=_0x58c524;var _0x2c8ad5;return((_0x2c8ad5=_0x273522[_0x5de4e4])==null?[]:_0x2c8ad5)['map'](_0x229fa8=>(_0x1fd74a[_0x229fa8]||'')[_0x3df538(0x2cd)]())[_0x3df538(0x2bb)](_0x126265[_0x3df538(0x2cd)]());}function _0x3bc412(_0x2971fa,_0x4d507e=!0x1){const _0x8e9df4=_0x58c524;let _0x2113ff=_0x2971fa[_0x8e9df4(0x1d9)](_0x128128=>{var _0x43e108;return(_0x43e108=_0x273522[_0x128128])==null?[]:_0x43e108;})[_0x8e9df4(0x206)](',');return new Promise((_0x33d505,_0x1d5c9f)=>{const _0x313270=_0x8e9df4;let _0x6b1d8d=document[_0x313270(0x184)](_0x313270(0x16c));_0x6b1d8d['type']='file',_0x6b1d8d['accept']=_0x2113ff,_0x6b1d8d['multiple']=_0x4d507e,_0x6b1d8d[_0x313270(0x25c)](_0x313270(0x1d4),_0x44649a=>{const _0x4ee2ab=_0x313270;let _0x23d1b3=_0x44649a[_0x4ee2ab(0x2b4)];if(!_0x23d1b3['files']||_0x23d1b3[_0x4ee2ab(0x30c)][_0x4ee2ab(0x2fb)]===0x0)throw _0x1d5c9f(null),Error('No\x20file\x20selected');_0x33d505(_0x23d1b3[_0x4ee2ab(0x30c)]);}),_0x6b1d8d['click']();});}async function _0x56919c(_0x219584,_0x1f738c){const _0x576284=_0x58c524;try{var _0x404861,_0x260857,_0x45fd19;let _0x240430=await _0x1f738c[_0x576284(0x292)](_0x219584,{'responseType':_0x576284(0x23a)}),_0x5c4e8d=_0x240430[_0x576284(0x13a)],_0x1fc3c7=(_0x404861=(_0x260857=_0x240430[_0x576284(0x12a)][_0x576284(0x292)](_0x576284(0x2f7)))==null?void 0x0:_0x260857[_0x576284(0x206)](',\x20'))==null?'application/octet-stream':_0x404861,_0x3fd91e=_0x576284(0x173)+(_0x1fd74a[_0x1fc3c7]||_0x576284(0x231)),_0x42d1f2=(_0x45fd19=_0x240430[_0x576284(0x12a)]['get'](_0x576284(0x23c)))==null?void 0x0:_0x45fd19[_0x576284(0x206)](',\x20');if(_0x42d1f2){let _0x1ea7f4=_0x42d1f2[_0x576284(0x148)](/filename=(.+)/);_0x1ea7f4&&_0x1ea7f4[0x1]&&(_0x3fd91e=_0x1ea7f4[0x1]);}else _0x3fd91e=_0xec57c5(_0x219584)||_0x3fd91e;return new File([_0x5c4e8d],_0x3fd91e,{'type':_0x1fc3c7});}catch(_0x4d341a){console[_0x576284(0x2e7)]('Error\x20fetching\x20file\x20from\x20URL:',_0x4d341a);return;}}function _0xec57c5(_0x1ebd7e){const _0x2832a4=_0x58c524;try{return new URL(_0x1ebd7e)['pathname'][_0x2832a4(0x25e)]('/')[_0x2832a4(0x1f4)]();}catch(_0x2b7c61){console[_0x2832a4(0x2e7)](_0x2832a4(0x276),_0x2b7c61);return;}}function _0x2e93c1(_0x5c8758){const _0x2e9999=_0x58c524;let _0x2a8989=new Blob([_0x5c8758[_0x2e9999(0x19b)]],{'type':'application/json'});return new File([_0x2a8989],_0x2e9999(0x1e6));}function _0x558f37(_0x4989ed,_0x452c42){const _0x47406d=_0x58c524;return _0x4989ed[_0x47406d(0x1dd)](_0x47406d(0x167),_0x452c42);}function _0x2ca950(_0x318ef2,_0x5a06b4){const _0xcfa05=_0x58c524;return _0x318ef2[_0xcfa05(0x1dd)](_0xcfa05(0x1de),_0x5a06b4);}function _0xe94d34(_0x4c074e,_0x155ef6){const _0xe2d491=_0x58c524;return _0x4c074e['replace'](_0xe2d491(0x27d),_0x155ef6);}function _0x1827b1(_0x1551e1,_0x475d61){return function(_0x596893,_0x3f65f5){_0x475d61(_0x596893,_0x3f65f5,_0x1551e1);};}function _0xd23a1a(_0x15d672,_0x433f4e,_0x420283,_0x3af5ad){const _0x4f8ad7=_0x58c524;var _0x403655=arguments[_0x4f8ad7(0x2fb)],_0x3925c9=_0x403655<0x3?_0x433f4e:_0x3af5ad===null?_0x3af5ad=Object[_0x4f8ad7(0x298)](_0x433f4e,_0x420283):_0x3af5ad,_0x1de507;if(typeof Reflect=='object'&&typeof Reflect[_0x4f8ad7(0x19d)]==_0x4f8ad7(0x2ef))_0x3925c9=Reflect[_0x4f8ad7(0x19d)](_0x15d672,_0x433f4e,_0x420283,_0x3af5ad);else{for(var _0x35502f=_0x15d672['length']-0x1;_0x35502f>=0x0;_0x35502f--)(_0x1de507=_0x15d672[_0x35502f])&&(_0x3925c9=(_0x403655<0x3?_0x1de507(_0x3925c9):_0x403655>0x3?_0x1de507(_0x433f4e,_0x420283,_0x3925c9):_0x1de507(_0x433f4e,_0x420283))||_0x3925c9);}return _0x403655>0x3&&_0x3925c9&&Object[_0x4f8ad7(0x239)](_0x433f4e,_0x420283,_0x3925c9),_0x3925c9;}let _0x23e36a=(0x0,_0xad29b9[_0x58c524(0x236)])(_0x58c524(0x19c)),_0x38ffc0=class{constructor(_0x549faf,_0xf8f4e1){const _0x183425=_0x58c524;this['_configService']=_0x549faf,this[_0x183425(0x164)]=_0xf8f4e1,_0x24a3c4(this,_0x183425(0x208),new Set());}[_0x58c524(0x2fa)](){}[_0x58c524(0x1e1)](_0x12ff71){const _0x1ed96a=_0x58c524;this[_0x1ed96a(0x208)][_0x1ed96a(0x1e3)](_0x12ff71);}[_0x58c524(0x1a4)](){const _0xacded8=_0x58c524;this[_0xacded8(0x208)][_0xacded8(0x2d2)]();}async['upload'](_0x50b9f7,_0x577aea=0x0,_0x25dada=!0x1){const _0x16abb7=_0x58c524;if(typeof _0x50b9f7==_0x16abb7(0x166)){let _0x5f2717=await _0x56919c(_0x50b9f7,this[_0x16abb7(0x164)]);if(!_0x5f2717)throw Error(_0x16abb7(0x29a));_0x50b9f7=_0x5f2717;}_0x577aea=_0x577aea||_0x50b9f7[_0x16abb7(0x285)];let _0x216518=new FormData();_0x216518['append'](_0x16abb7(0x13b),_0x50b9f7);try{let _0x5caca9=this[_0x16abb7(0x247)]()+_0x16abb7(0x1df)+_0x577aea+_0x16abb7(0x306)+_0x297670['FileSource']['HttpImport']+'&flate='+_0x25dada,_0x3426a8={'body':_0x216518},_0x5184e4=(await this[_0x16abb7(0x164)]['post'](_0x5caca9,_0x3426a8))[_0x16abb7(0x13a)];if(_0x5184e4['error']&&_0x5184e4['error'][_0x16abb7(0x274)]!==_0x297670[_0x16abb7(0x1a5)]['OK'])throw Error(this['_buildProtocolErrorMessage'](_0x16abb7(0x1a8),_0x5184e4[_0x16abb7(0x2e7)]));return _0x5184e4;}catch(_0x26b550){throw _0x26b550 instanceof Error?_0x26b550:Error(this[_0x16abb7(0x263)](_0x16abb7(0x1a8),_0x26b550));}}async[_0x58c524(0x1aa)](_0x370a3b){const _0x5a440d=_0x58c524;let {fileID:_0x419521,type:_0x911e92,outputType:_0x4e0c2a,minSheetColumnCount:_0x1df873,minSheetRowCount:_0x18837c}=_0x370a3b;try{let _0x30cf6b=_0x558f37(this[_0x5a440d(0x248)](),''+_0x911e92),_0x3b8cbb={'body':{'fileID':_0x419521,'outputType':_0x4e0c2a,'minSheetColumnCount':_0x1df873,'minSheetRowCount':_0x18837c}},_0x1fa435=(await this[_0x5a440d(0x164)][_0x5a440d(0x1e8)](_0x30cf6b,_0x3b8cbb))[_0x5a440d(0x13a)];return _0x1fa435[_0x5a440d(0x2e7)]&&_0x1fa435[_0x5a440d(0x2e7)][_0x5a440d(0x274)]!==_0x297670[_0x5a440d(0x1a5)]['OK']?void 0x0:_0x1fa435;}catch{return;}}async[_0x58c524(0x156)](_0x5337e1){const _0x243e32=_0x58c524;let {unitID:_0x1fea3f,jsonID:_0x708532,type:_0x255a21,sscSwitch:_0x574ac0,useImageUrl:_0x557d6b,ignoreTableExport:_0x113fb2}=_0x5337e1;try{let _0xe1c240=_0x558f37(this[_0x243e32(0x149)](),''+_0x255a21),_0x412a47={'body':{'unitID':_0x1fea3f,'jsonID':_0x708532,'type':_0x255a21,'sscSwitch':_0x574ac0,'useImageUrl':_0x557d6b,'ignoreTableExport':_0x113fb2}},_0x54ca31=(await this[_0x243e32(0x164)][_0x243e32(0x1e8)](_0xe1c240,_0x412a47))[_0x243e32(0x13a)];return _0x54ca31['error']&&_0x54ca31[_0x243e32(0x2e7)][_0x243e32(0x274)]!==_0x297670[_0x243e32(0x1a5)]['OK']?void 0x0:_0x54ca31;}catch{return;}}async[_0x58c524(0x212)](_0x4d2727){return new Promise((_0x11ffe0,_0x274917)=>{const _0x80e9e4=_0x4f52;try{let _0x384f18=0x0,_0x4c8d21=_0x2ca950(this['_getTaskURL'](),''+_0x4d2727),_0x3e9476=this[_0x80e9e4(0x244)](),_0x2b6c38=async()=>{const _0x5ca6a2=_0x80e9e4;if(this[_0x5ca6a2(0x208)][_0x5ca6a2(0x242)](_0x4d2727))return;let _0x2cc6f6=(await this[_0x5ca6a2(0x164)][_0x5ca6a2(0x292)](_0x4c8d21))[_0x5ca6a2(0x13a)];if(_0x2cc6f6[_0x5ca6a2(0x2e7)]&&_0x2cc6f6[_0x5ca6a2(0x2e7)]['code']===_0x297670[_0x5ca6a2(0x1a5)]['OK']){if(_0x2cc6f6[_0x5ca6a2(0x204)]===_0x5ca6a2(0x26d))_0x11ffe0(_0x2cc6f6);else{if(_0x2cc6f6['status']===_0x5ca6a2(0x2b1)){let _0x4c5069=0x3e8;if(_0x384f18>=_0x3e9476){_0x274917(_0x2cc6f6);return;}else _0x384f18>=0x7530&&(_0x4c5069=0x1388);_0x384f18+=_0x4c5069,setTimeout(_0x2b6c38,_0x4c5069);}else _0x274917(_0x2cc6f6);}}else _0x274917(_0x2cc6f6);};_0x2b6c38();}catch(_0x191acf){_0x274917(_0x191acf instanceof Error?_0x191acf:Error(String(_0x191acf)));}});}async['signUrl'](_0x2333eb){const _0x7636aa=_0x58c524;try{let _0x4f1c5d=_0xe94d34(this[_0x7636aa(0x1d2)](),''+_0x2333eb);return(await this[_0x7636aa(0x164)]['get'](_0x4f1c5d))[_0x7636aa(0x13a)];}catch{return;}}async[_0x58c524(0x2c0)](_0x59508c){const _0x28e77b=_0x58c524;try{return(await this[_0x28e77b(0x164)][_0x28e77b(0x292)](_0x59508c,{'responseType':_0x28e77b(0x14f)}))[_0x28e77b(0x13a)];}catch{return;}}[_0x58c524(0x1b6)](_0x3df98e,_0x38bd73){const _0x531e04=_0x58c524;let _0x36c08a=this[_0x531e04(0x177)](_0x38bd73);return _0x36c08a?_0x3df98e+':\x20'+_0x36c08a:_0x3df98e;}[_0x58c524(0x263)](_0x31c6f4,_0x32072b){const _0x19953d=_0x58c524;if(_0x32072b instanceof _0x533c6a[_0x19953d(0x186)]){let _0x7d75d=typeof _0x32072b[_0x19953d(0x204)]=='number'?''+_0x32072b[_0x19953d(0x204)]+(_0x32072b[_0x19953d(0x169)]?'\x20'+_0x32072b[_0x19953d(0x169)]:''):void 0x0,_0x5bee35=this[_0x19953d(0x177)](_0x32072b[_0x19953d(0x2e7)]);return _0x7d75d&&_0x5bee35?_0x31c6f4+_0x19953d(0x2f2)+_0x7d75d+_0x19953d(0x303)+_0x5bee35:_0x7d75d?_0x31c6f4+_0x19953d(0x2f2)+_0x7d75d:_0x5bee35?_0x31c6f4+':\x20'+_0x5bee35:_0x31c6f4;}let _0x390e3b=this['_extractErrorDetail'](_0x32072b);return _0x390e3b?_0x31c6f4+':\x20'+_0x390e3b:_0x31c6f4;}['_extractErrorDetail'](_0x5c07af){const _0xd402be=_0x58c524;if(typeof _0x5c07af==_0xd402be(0x166)){let _0x3efc06=_0x5c07af['trim']();return _0x3efc06[_0xd402be(0x2fb)]>0x0?_0x3efc06:void 0x0;}if(_0x5c07af instanceof Error)return this[_0xd402be(0x177)](_0x5c07af[_0xd402be(0x141)]);if(!_0x5c07af||typeof _0x5c07af!=_0xd402be(0x1b8)||Array[_0xd402be(0x139)](_0x5c07af))return;let _0x5c1a9c=_0x5c07af,_0x4da778=this[_0xd402be(0x177)](_0x5c1a9c[_0xd402be(0x141)]);if(_0x4da778)return _0x4da778;if(_0x5c1a9c[_0xd402be(0x2e7)]&&typeof _0x5c1a9c['error']==_0xd402be(0x1b8)&&!Array[_0xd402be(0x139)](_0x5c1a9c[_0xd402be(0x2e7)])){let _0x4be9e8=this[_0xd402be(0x177)](_0x5c1a9c['error']);if(_0x4be9e8)return _0x4be9e8;}}[_0x58c524(0x247)](){const _0x4a7628=_0x58c524;var _0x248452;let _0x3bcb6c=this['_configService'][_0x4a7628(0x205)](_0x2ffca8);return(_0x248452=_0x3bcb6c==null?void 0x0:_0x3bcb6c['uploadFileServerUrl'])==null?_0x4a7628(0x25a):_0x248452;}[_0x58c524(0x248)](){const _0x3531f2=_0x58c524;var _0x1e6621;let _0x1758ca=this[_0x3531f2(0x21f)][_0x3531f2(0x205)](_0x2ffca8);return(_0x1e6621=_0x1758ca==null?void 0x0:_0x1758ca[_0x3531f2(0x2d0)])==null?_0x3531f2(0x241):_0x1e6621;}[_0x58c524(0x149)](){const _0x12ebd5=_0x58c524;var _0x9b4c88;let _0x4967c9=this[_0x12ebd5(0x21f)][_0x12ebd5(0x205)](_0x2ffca8);return(_0x9b4c88=_0x4967c9==null?void 0x0:_0x4967c9['exportServerUrl'])==null?'/universer-api/exchange/{type}/export':_0x9b4c88;}[_0x58c524(0x165)](){const _0x4dc598=_0x58c524;var _0x29da52;let _0x46cc14=this[_0x4dc598(0x21f)][_0x4dc598(0x205)](_0x2ffca8);return(_0x29da52=_0x46cc14==null?void 0x0:_0x46cc14[_0x4dc598(0x1ed)])==null?'/universer-api/exchange/task/{taskID}':_0x29da52;}['_getSignURL'](){const _0x49b292=_0x58c524;var _0x5b9ce7;let _0x14e7c9=this['_configService'][_0x49b292(0x205)](_0x2ffca8);return(_0x5b9ce7=_0x14e7c9==null?void 0x0:_0x14e7c9[_0x49b292(0x2e3)])==null?_0x49b292(0x24d):_0x5b9ce7;}[_0x58c524(0x244)](){const _0x295751=_0x58c524;var _0x4b593b;let _0x5828dd=this[_0x295751(0x21f)][_0x295751(0x205)](_0x2ffca8);return(_0x4b593b=_0x5828dd==null?void 0x0:_0x5828dd[_0x295751(0x2d8)])==null?0x1d4c0:_0x4b593b;}};_0x38ffc0=_0xd23a1a([_0x1827b1(0x0,_0xad29b9[_0x58c524(0x21b)]),_0x1827b1(0x1,(0x0,_0xad29b9[_0x58c524(0x2c5)])(_0x533c6a[_0x58c524(0x15f)]))],_0x38ffc0);function _0x1e1a64(_0x302651){const _0x56b1fa=_0x58c524;let _0x2360cc=_0x302651[_0x56b1fa(0x2ca)];if(!_0x2360cc)return null;let _0x24721e={};_0x2360cc['sheets']&&Object['keys'](_0x2360cc[_0x56b1fa(0x1b9)])[_0x56b1fa(0x232)](_0x581c23=>{const _0x4c0cf0=_0x56b1fa;let _0x494e4e=_0x2360cc['sheets'][_0x581c23];_0x24721e[_0x581c23]={..._0x494e4e,'originalMeta':(0x0,_0x42cff7['b64EncodeUnicode'])(_0x42cff7[_0x4c0cf0(0x2b3)][_0x4c0cf0(0x189)](_0x494e4e[_0x4c0cf0(0x22e)]))};});let _0x271b31=(0x0,_0x42cff7[_0x56b1fa(0x2e8)])(_0x42cff7[_0x56b1fa(0x2b3)]['decode'](_0x2360cc['originalMeta']));return{..._0x302651,'workbook':{..._0x2360cc,'originalMeta':_0x271b31,'sheets':_0x24721e},'doc':{},'slide':void 0x0};}function _0x4fcd4a(_0x39fa66){const _0x3ed4bb=_0x58c524;let _0x4d707f=_0x39fa66[_0x3ed4bb(0x2ff)];if(!_0x4d707f)return null;let _0x41f25f=(0x0,_0x42cff7[_0x3ed4bb(0x2e8)])(_0x42cff7[_0x3ed4bb(0x2b3)][_0x3ed4bb(0x189)](_0x4d707f[_0x3ed4bb(0x22e)]));return{..._0x39fa66,'workbook':{},'doc':{..._0x4d707f,'originalMeta':_0x41f25f},'slide':void 0x0};}function _0x312f9c(_0x23aef6){const _0x5823d1=_0x58c524;var _0x1a1d93;let _0x1edcbd=(_0x1a1d93=_0x23aef6[_0x5823d1(0x161)])==null?_0x23aef6[_0x5823d1(0x2ff)]:_0x1a1d93;if(!_0x1edcbd)return null;let _0xe32dbc=typeof _0x1edcbd[_0x5823d1(0x22e)]=='string'?_0x1edcbd[_0x5823d1(0x22e)]:(0x0,_0x42cff7[_0x5823d1(0x2e8)])(_0x42cff7[_0x5823d1(0x2b3)][_0x5823d1(0x189)](_0x1edcbd[_0x5823d1(0x22e)]));return{..._0x23aef6,'workbook':{},'doc':{},'slide':{..._0x1edcbd,'originalMeta':_0xe32dbc}};}function _0x6847ae(_0x5d5b09){const _0x5ebcd0=_0x58c524;let _0x7dabd={};return _0x5d5b09[_0x5ebcd0(0x232)](_0x5b9280=>{const _0x3f1fa0=_0x5ebcd0;_0x7dabd[_0x5b9280['id']]={..._0x5b9280,'data':(0x0,_0x42cff7['b64EncodeUnicode'])(_0x42cff7[_0x3f1fa0(0x2b3)][_0x3f1fa0(0x189)](_0x5b9280[_0x3f1fa0(0x2e5)]))};}),_0x7dabd;}async function _0x5c770c(_0x531a7a){const _0x1f9ca7=_0x58c524;var _0x37a69e;let _0x522c08={'metadata':void 0x0},_0x5c84ac=_0x531a7a['id'],_0x2a74d3=(_0x37a69e=_0x531a7a[_0x1f9ca7(0x29f)])==null?0x0:_0x37a69e,_0xc44d20=new _0x398130(),{snapshot:_0x30db62}=await(0x0,_0x42cff7[_0x1f9ca7(0x2a3)])(_0x522c08,_0x531a7a,_0x5c84ac,_0x2a74d3,_0xc44d20),_0x290be1=await(0x0,_0x42cff7[_0x1f9ca7(0x249)])(_0x30db62,_0xc44d20),_0xe0cd19=_0x1e1a64(_0x30db62);if(!_0xe0cd19)throw Error('Failed\x20to\x20transform\x20snapshot\x20to\x20string');return{'snapshot':_0xe0cd19,'sheetBlocks':_0x6847ae(_0x290be1)};}async function _0x292d66(_0x2f20fc){const _0x422d54=_0x58c524;var _0x1237c2;let _0x1911f7={'metadata':void 0x0},_0x2de60e=_0x2f20fc['id'],{snapshot:_0x5d6fe5}=await(0x0,_0x42cff7[_0x422d54(0x23f)])(_0x1911f7,_0x2f20fc,_0x2de60e,(_0x1237c2=_0x2f20fc[_0x422d54(0x29f)])==null?0x0:_0x1237c2,new _0x398130()),_0x12fde7=_0x4fcd4a(_0x5d6fe5);if(!_0x12fde7)throw Error('Failed\x20to\x20transform\x20snapshot\x20to\x20string');return{'snapshot':_0x12fde7,'sheetBlocks':{}};}async function _0x3b542e(_0x1fc63b){const _0x2d5839=_0x58c524;var _0x21586c;let _0x357699=_0x1fc63b['id'],_0x25966e=(_0x21586c=_0x1fc63b[_0x2d5839(0x29f)])==null?0x0:_0x21586c,_0xef9558=new _0x398130(),{snapshot:_0x32226a}=await(0x0,_0x42cff7[_0x2d5839(0x287)])(_0x1fc63b[_0x2d5839(0x29b)],_0x1fc63b,_0x357699,_0x25966e,_0xef9558),_0x43c4b8=_0x312f9c(_0x32226a);if(!_0x43c4b8)throw Error(_0x2d5839(0x2ce));return{'snapshot':_0x43c4b8,'sheetBlocks':{}};}async function _0x297dc7(_0xbace58){const _0x398ea1=_0x58c524;let _0x3fa7db=_0xbace58[_0x398ea1(0x283)],_0x5d5573=_0xbace58['sheetBlocks']||{};return await(0x0,_0x42cff7[_0x398ea1(0x26b)])(_0x3fa7db,Object[_0x398ea1(0x168)](_0x5d5573)[_0x398ea1(0x1d9)](_0x13005b=>_0x5d5573[_0x13005b])[_0x398ea1(0x1d9)](_0x58b395=>({..._0x58b395,'data':_0x58b395[_0x398ea1(0x2e5)]?JSON[_0x398ea1(0x1f5)]((0x0,_0x42cff7[_0x398ea1(0x147)])(_0x58b395[_0x398ea1(0x2e5)])):void 0x0})));}function _0x59eb15(_0x1eb09c){const _0xed9c34=_0x58c524;let _0xb6c0d4=_0x1eb09c[_0xed9c34(0x283)];return(0x0,_0x42cff7[_0xed9c34(0x2b2)])(_0xb6c0d4);}function _0x35b142(_0x28fc05){const _0x3acc73=_0x58c524;let _0x31af00=_0x28fc05['snapshot'];return(0x0,_0x42cff7[_0x3acc73(0x25d)])(_0x31af00);}var _0x398130=class{constructor(){const _0x11a128=_0x58c524;_0x24a3c4(this,_0x11a128(0x2d6),new Map());}[_0x58c524(0x2c9)](){const _0x4695dd=_0x58c524;return Promise[_0x4695dd(0x14b)]({'snapshot':{'unitID':'','type':_0xad29b9[_0x4695dd(0x13d)][_0x4695dd(0x128)],'rev':0x0,'workbook':void 0x0,'doc':void 0x0,'slide':void 0x0,'board':void 0x0},'changesets':[],'error':{'code':_0x297670[_0x4695dd(0x1a5)]['OK'],'message':''}});}['getSheetBlock'](_0x16adfb,_0x492f1c){const _0x26c5e5=_0x58c524;let _0xd31698=this['_sheetBlockCache']['get'](_0x492f1c[_0x26c5e5(0x2e6)]);return Promise['resolve']({'block':_0xd31698,'error':{'code':_0x297670[_0x26c5e5(0x1a5)]['OK'],'message':''}});}['getDeserializedSheetBlock'](_0x37a041,_0x4d4e71){const _0x4062f8=_0x58c524;let _0x4fc105=this[_0x4062f8(0x2d6)][_0x4062f8(0x292)](_0x4d4e71[_0x4062f8(0x2e6)]);return Promise[_0x4062f8(0x14b)]({'block':_0x4fc105===void 0x0?void 0x0:{..._0x4fc105,'data':JSON['parse'](_0x42cff7[_0x4062f8(0x2b3)][_0x4062f8(0x189)](_0x4fc105[_0x4062f8(0x2e5)]))},'error':{'code':_0x297670[_0x4062f8(0x1a5)]['OK'],'message':''}});}[_0x58c524(0x2a8)](){const _0x52c4e2=_0x58c524;return Promise[_0x52c4e2(0x14b)]({'changesets':[],'error':{'code':_0x297670[_0x52c4e2(0x1a5)]['OK'],'message':''}});}[_0x58c524(0x2da)](){const _0x549c92=_0x58c524;return Promise['resolve']({'resources':{},'error':{'code':_0x297670[_0x549c92(0x1a5)]['OK'],'message':''}});}[_0x58c524(0x126)](){return Promise['resolve']({'error':{'code':_0x297670['ErrorCode']['OK'],'message':''}});}[_0x58c524(0x30f)](){const _0x53f227=_0x58c524;return Promise[_0x53f227(0x14b)]({'error':{'code':_0x297670['ErrorCode']['OK'],'message':''}});}['saveSheetBlock'](_0x18028f,_0xa39e4){const _0x4b58b7=_0x58c524;let {block:_0x38a2d9}=_0xa39e4;return _0x38a2d9?(this[_0x4b58b7(0x2d6)][_0x4b58b7(0x294)](_0x38a2d9['id'],_0x38a2d9),Promise[_0x4b58b7(0x14b)]({'error':{'code':_0x297670['ErrorCode']['OK'],'message':''},'blockID':_0x38a2d9['id']})):Promise[_0x4b58b7(0x14b)]({'error':{'code':_0x297670['ErrorCode'][_0x4b58b7(0x293)],'message':_0x4b58b7(0x1dc)},'blockID':''});}[_0x58c524(0x2fc)](){const _0x533b58=_0x58c524;return Promise[_0x533b58(0x14b)]({'error':{'code':_0x297670[_0x533b58(0x1a5)]['OK'],'message':''},'concurrent':[]});}[_0x58c524(0x2df)](){const _0x30e7e6=_0x58c524;return Promise[_0x30e7e6(0x14b)]({'error':void 0x0,'fileMetaId':''});}[_0x58c524(0x289)](){const _0x911e35=_0x58c524;return Promise[_0x911e35(0x14b)]({'error':void 0x0,'latestReqID':0x0});}};let _0x6865be=(0x0,_0xad29b9[_0x58c524(0x236)])(_0x58c524(0x157)),_0x24a8e7=class extends _0xad29b9['Disposable']{constructor(_0x28f142,_0x58a528,_0x4ebfa9){const _0x272ee6=_0x58c524;super(),this[_0x272ee6(0x21f)]=_0x28f142,this['_httpService']=_0x58a528,this[_0x272ee6(0x179)]=_0x4ebfa9,_0x24a3c4(this,_0x272ee6(0x288),null),_0x24a3c4(this,_0x272ee6(0x2e4),new _0x2413f9[(_0x272ee6(0x270))]()),_0x24a3c4(this,'requestState$',this[_0x272ee6(0x2e4)][_0x272ee6(0x216)]());}[_0x58c524(0x2fa)](){const _0x520784=_0x58c524;super['dispose'](),this[_0x520784(0x2e4)]['complete']();}async[_0x58c524(0x15c)](_0x1c4902){const _0x19bd5c=_0x58c524;let _0x2482a0=await this['_importToSnapshot'](_0x1c4902,_0xad29b9[_0x19bd5c(0x13d)][_0x19bd5c(0x299)]);if(!_0x2482a0||!_0x2482a0[_0x19bd5c(0x283)])return;let _0x29b906=_0x59eb15(_0x2482a0);if(_0x29b906)return _0x29b906;}async[_0x58c524(0x27b)](_0x2a8962){const _0x8798f6=_0x58c524;return this[_0x8798f6(0x12b)](_0x2a8962,0x1,_0xad29b9[_0x8798f6(0x13d)][_0x8798f6(0x299)]);}async[_0x58c524(0x2e1)](_0x5c9561){const _0x1c100e=_0x58c524;let _0x5493da=await _0x292d66(_0x5c9561);return this[_0x1c100e(0x240)](_0x5493da,_0xad29b9[_0x1c100e(0x13d)][_0x1c100e(0x299)]);}async[_0x58c524(0x1d5)](_0x2f5c30){const _0x5e0a5f=_0x58c524;let _0xda817c=await this[_0x5e0a5f(0x1e7)](_0x2f5c30,_0xad29b9[_0x5e0a5f(0x13d)]['UNIVER_SLIDE']);if(!(!_0xda817c||!_0xda817c[_0x5e0a5f(0x283)]))return _0x35b142(_0xda817c);}async['exportPPTXByUnitId'](_0x5a3f66){const _0x5b6384=_0x58c524;return this[_0x5b6384(0x12b)](_0x5a3f66,0x1,_0xad29b9[_0x5b6384(0x13d)][_0x5b6384(0x154)]);}async[_0x58c524(0x1a6)](_0x473762){const _0x13d81b=_0x58c524;let _0x4cbf6b=await _0x3b542e(_0x473762);return this['_exportBySnapshot'](_0x4cbf6b,_0xad29b9[_0x13d81b(0x13d)][_0x13d81b(0x154)]);}async[_0x58c524(0x1ee)](_0x112e5b){const _0x2877ea=_0x58c524;let _0xf65347=await this['_importToSnapshot'](_0x112e5b,_0xad29b9['UniverInstanceType'][_0x2877ea(0x128)]);if(!_0xf65347)return;let _0x15ff4c=await _0x297dc7(_0xf65347);if(_0x15ff4c)return _0x15ff4c;}async[_0x58c524(0x2a6)](_0x1769f3){const _0x172da1=_0x58c524;return this['_export'](_0x1769f3,0x1,_0xad29b9[_0x172da1(0x13d)]['UNIVER_SHEET']);}async['exportXLSXBySnapshot'](_0x341754){const _0x487fd9=_0x58c524;let _0x1ef368=await _0x5c770c(_0x341754);return this['_exportBySnapshot'](_0x1ef368,_0xad29b9[_0x487fd9(0x13d)]['UNIVER_SHEET']);}async[_0x58c524(0x2a4)](_0x380c63,_0x1feca9){const _0x2621dd=_0x58c524;var _0x9c0b9d,_0x20ebeb;let _0x28d198=await this[_0x2621dd(0x2a9)](_0x380c63);if(!_0x28d198)return;let _0x382943=await this[_0x2621dd(0x30e)](_0x28d198,0x1,_0x1feca9);if(!_0x382943)return;this[_0x2621dd(0x288)]=_0x382943,this['_requestService']['clearTaskInterrupted']();let _0x3d0672=await this[_0x2621dd(0x179)]['getTask'](_0x382943)['catch'](_0x5b38d3=>{const _0x35a49f=_0x2621dd;var _0x39fb93;let _0x42d731=_0x5b38d3 instanceof Error?_0x5b38d3[_0x35a49f(0x141)]:(_0x39fb93=_0x5b38d3['error'])==null?void 0x0:_0x39fb93[_0x35a49f(0x141)];this[_0x35a49f(0x2e4)][_0x35a49f(0x1ef)]({'error':{'code':_0x297670['ErrorCode']['UNRECOGNIZED'],'message':_0x42d731||''},'state':0x3});});if(!_0x3d0672)return;let _0x203cf7=(_0x9c0b9d=_0x3d0672['import'])==null?void 0x0:_0x9c0b9d[_0x2621dd(0x24f)],_0x53ad06=((_0x20ebeb=_0x3d0672[_0x2621dd(0x1aa)])==null?void 0x0:_0x20ebeb[_0x2621dd(0x1a3)])||'';if(_0x203cf7!==0x1){this['_requestState$'][_0x2621dd(0x1ef)]({'error':{'code':_0x297670['ErrorCode'][_0x2621dd(0x12c)],'message':_0x2621dd(0x1c6)},'state':0x3});return;}if(_0x53ad06[_0x2621dd(0x2fb)]===0x0){this[_0x2621dd(0x2e4)][_0x2621dd(0x1ef)]({'error':{'code':_0x297670['ErrorCode'][_0x2621dd(0x12c)],'message':_0x2621dd(0x256)},'state':0x3});return;}return this['_requestState$'][_0x2621dd(0x1ef)]({'error':_0x3d0672[_0x2621dd(0x2e7)],'state':0x3}),_0x53ad06;}async['importWorkbookDataToUnitId'](_0xe17385){const _0x2fedfe=_0x58c524;let _0xe22398=await _0x5c770c(_0xe17385),_0x33333f=typeof _0xe17385['id']==_0x2fedfe(0x166)&&_0xe17385['id'][_0x2fedfe(0x282)]()?_0xe17385['id'][_0x2fedfe(0x282)]()+_0x2fedfe(0x1c0):_0x2fedfe(0x178),_0x2076b0=new File([JSON[_0x2fedfe(0x16a)](_0xe22398)],_0x33333f,{'type':_0x2fedfe(0x18a)});return this[_0x2fedfe(0x2a4)](_0x2076b0,_0xad29b9[_0x2fedfe(0x13d)][_0x2fedfe(0x128)]);}[_0x58c524(0x174)](){const _0x22f618=_0x58c524;this['_importTaskId']&&this[_0x22f618(0x179)][_0x22f618(0x1e1)](this[_0x22f618(0x288)]);}async[_0x58c524(0x1e7)](_0x4b1c09,_0x5b9574){const _0x52f5c1=_0x58c524;var _0xf7bced,_0x327ecc;let _0x53822c=await this['_upload'](_0x4b1c09);if(!_0x53822c)return;let _0x426b35=await this[_0x52f5c1(0x30e)](_0x53822c,0x2,_0x5b9574);if(!_0x426b35)return;this[_0x52f5c1(0x288)]=_0x426b35,this[_0x52f5c1(0x179)]['clearTaskInterrupted']();let _0x344142=await this['_requestService'][_0x52f5c1(0x212)](_0x426b35)[_0x52f5c1(0x21d)](_0x44b5f3=>{const _0x3b85b8=_0x52f5c1;var _0x23c8a7;let _0x21a35a=_0x44b5f3 instanceof Error?_0x44b5f3['message']:(_0x23c8a7=_0x44b5f3['error'])==null?void 0x0:_0x23c8a7[_0x3b85b8(0x141)];this['_requestState$'][_0x3b85b8(0x1ef)]({'error':{'code':_0x297670['ErrorCode']['UNRECOGNIZED'],'message':_0x21a35a||''},'state':0x3});});if(!_0x344142)return;let _0x6326ab=(_0xf7bced=_0x344142[_0x52f5c1(0x1aa)])==null?void 0x0:_0xf7bced[_0x52f5c1(0x24f)],_0xa78f81=((_0x327ecc=_0x344142[_0x52f5c1(0x1aa)])==null?void 0x0:_0x327ecc[_0x52f5c1(0x134)])||'';if(_0x6326ab!==0x2){this[_0x52f5c1(0x2e4)][_0x52f5c1(0x1ef)]({'error':{'code':_0x297670[_0x52f5c1(0x1a5)]['UNRECOGNIZED'],'message':_0x52f5c1(0x1c6)},'state':0x3});return;}if(_0xa78f81['length']===0x0){this[_0x52f5c1(0x2e4)][_0x52f5c1(0x1ef)]({'error':{'code':_0x297670[_0x52f5c1(0x1a5)][_0x52f5c1(0x12c)],'message':'Failed\x20to\x20get\x20jsonID\x20from\x20task'},'state':0x3});return;}this[_0x52f5c1(0x2e4)]['next']({'error':_0x344142[_0x52f5c1(0x2e7)],'state':0x3});let _0x343b59=await this[_0x52f5c1(0x310)](_0xa78f81);if(!_0x343b59)return;let _0x2a7d00=await this[_0x52f5c1(0x179)][_0x52f5c1(0x2c0)](_0x343b59);if(!_0x2a7d00){this[_0x52f5c1(0x2e4)]['next']({'error':{'code':_0x297670[_0x52f5c1(0x1a5)][_0x52f5c1(0x12c)],'message':_0x52f5c1(0x207)},'state':0x5});return;}try{let _0x483919=JSON[_0x52f5c1(0x1f5)](_0x2a7d00);return this[_0x52f5c1(0x2e4)][_0x52f5c1(0x1ef)]({'error':{'code':_0x297670[_0x52f5c1(0x1a5)]['OK'],'message':'success'},'state':0x5}),_0x483919;}catch{this[_0x52f5c1(0x2e4)][_0x52f5c1(0x1ef)]({'error':{'code':_0x297670['ErrorCode'][_0x52f5c1(0x12c)],'message':'Failed\x20to\x20parse\x20json'},'state':0x5});}}async[_0x58c524(0x240)](_0x43c8e3,_0x37e5ac){const _0x26fdc3=_0x58c524;let _0xc3f3f4=JSON['stringify'](_0x43c8e3),_0x2c501f=_0x42cff7[_0x26fdc3(0x124)][_0x26fdc3(0x17a)](_0xc3f3f4),_0x45bd84=_0x374f4c(_0x2c501f),_0x5e9809=_0x2c501f[_0x26fdc3(0x2fb)],_0x360df2=_0x2e93c1(_0x45bd84),_0x11e048=await this['_upload'](_0x360df2,_0x5e9809,!0x0);if(_0x11e048)return this[_0x26fdc3(0x12b)](_0x11e048,0x2,_0x37e5ac);}async[_0x58c524(0x12b)](_0x54a9d8,_0x4fae06,_0x3e2d85){const _0x3621b2=_0x58c524;var _0x146793;let _0x3b937f=await this[_0x3621b2(0x179)][_0x3621b2(0x156)]({'unitID':_0x4fae06===0x1?_0x54a9d8:'','jsonID':_0x4fae06===0x2?_0x54a9d8:'','type':_0x3e2d85,'sscSwitch':this[_0x3621b2(0x185)](),'useImageUrl':this[_0x3621b2(0x300)](),'ignoreTableExport':this[_0x3621b2(0x20c)]()});if(!_0x3b937f){this[_0x3621b2(0x2e4)]['next']({'error':{'code':_0x297670['ErrorCode'][_0x3621b2(0x12c)],'message':_0x3621b2(0x24e)},'state':0x2});return;}if(this[_0x3621b2(0x2e4)][_0x3621b2(0x1ef)]({'error':_0x3b937f[_0x3621b2(0x2e7)],'state':0x2}),_0x3b937f[_0x3621b2(0x2e7)]&&_0x3b937f[_0x3621b2(0x2e7)]['code']!==_0x297670['ErrorCode']['OK'])return;let _0x20c9c3=_0x3b937f[_0x3621b2(0x13c)],_0x48da3e=await this[_0x3621b2(0x179)][_0x3621b2(0x212)](_0x20c9c3)[_0x3621b2(0x21d)](_0x326835=>{const _0x30e45a=_0x3621b2;var _0x5bb166;let _0x2f5327=_0x326835 instanceof Error?_0x326835[_0x30e45a(0x141)]:(_0x5bb166=_0x326835[_0x30e45a(0x2e7)])==null?void 0x0:_0x5bb166[_0x30e45a(0x141)];this[_0x30e45a(0x2e4)][_0x30e45a(0x1ef)]({'error':{'code':_0x297670[_0x30e45a(0x1a5)][_0x30e45a(0x12c)],'message':_0x2f5327||''},'state':0x3});});if(!_0x48da3e)return;let _0x3ab6d1=((_0x146793=_0x48da3e['export'])==null?void 0x0:_0x146793['fileID'])||'';if(_0x3ab6d1[_0x3621b2(0x2fb)]===0x0){this[_0x3621b2(0x2e4)]['next']({'error':{'code':_0x297670[_0x3621b2(0x1a5)][_0x3621b2(0x12c)],'message':'Failed\x20to\x20get\x20fileID\x20from\x20task'},'state':0x3});return;}this[_0x3621b2(0x2e4)][_0x3621b2(0x1ef)]({'error':_0x48da3e['error'],'state':0x3});let _0x14c4e6=await this[_0x3621b2(0x310)](_0x3ab6d1);if(!_0x14c4e6)return;let _0x2120fe=await _0x56919c(_0x14c4e6,this['_httpService']);if(!_0x2120fe){this['_requestState$'][_0x3621b2(0x1ef)]({'error':{'code':_0x297670[_0x3621b2(0x1a5)][_0x3621b2(0x12c)],'message':_0x3621b2(0x2de)},'state':0x6});return;}return this['_requestState$'][_0x3621b2(0x1ef)]({'error':{'code':_0x297670[_0x3621b2(0x1a5)]['OK'],'message':_0x3621b2(0x2ad)},'state':0x6}),_0x2120fe;}async[_0x58c524(0x2a9)](_0x22029e,_0x575bcd,_0x19af3a){const _0x55f050=_0x58c524;let _0x923e65;try{_0x923e65=await this[_0x55f050(0x179)]['upload'](_0x22029e,_0x575bcd,_0x19af3a);}catch(_0x3dfbfb){let _0x4404ce=_0x3dfbfb instanceof Error?_0x3dfbfb[_0x55f050(0x141)]:String(_0x3dfbfb);this['_requestState$'][_0x55f050(0x1ef)]({'error':{'code':_0x297670[_0x55f050(0x1a5)][_0x55f050(0x12c)],'message':_0x4404ce},'state':0x0});return;}if(!_0x923e65||typeof _0x923e65[_0x55f050(0x26a)]!=_0x55f050(0x166)){this['_requestState$']['next']({'error':{'code':_0x297670[_0x55f050(0x1a5)][_0x55f050(0x12c)],'message':_0x55f050(0x22c)},'state':0x0});return;}let _0x433951=_0x923e65[_0x55f050(0x26a)];if(_0x433951[_0x55f050(0x2fb)]===0x0){this[_0x55f050(0x2e4)][_0x55f050(0x1ef)]({'error':{'code':_0x297670[_0x55f050(0x1a5)]['UNRECOGNIZED'],'message':'upload\x20failed:\x20FileId\x20is\x20empty'},'state':0x0});return;}return this['_requestState$'][_0x55f050(0x1ef)]({'error':{'code':_0x297670[_0x55f050(0x1a5)]['OK'],'message':_0x55f050(0x2ad)},'state':0x0}),_0x433951;}async[_0x58c524(0x30e)](_0x207fa5,_0x37f197,_0x12ab29){const _0xfb30a=_0x58c524;let _0x2bd357={'fileID':_0x207fa5,'type':_0x12ab29,'outputType':_0x37f197,'fileUrl':'','minSheetRowCount':this['_getMinSheetRowCount'](),'minSheetColumnCount':this['_getMinSheetColumnCount']()},_0x5837fe=await this[_0xfb30a(0x179)]['import'](_0x2bd357);if(!_0x5837fe){this[_0xfb30a(0x2e4)]['next']({'error':{'code':_0x297670['ErrorCode'][_0xfb30a(0x12c)],'message':_0xfb30a(0x280)},'state':0x1});return;}if(_0x5837fe[_0xfb30a(0x2e7)]&&_0x5837fe['error'][_0xfb30a(0x274)]!==_0x297670['ErrorCode']['OK']){this[_0xfb30a(0x2e4)][_0xfb30a(0x1ef)]({'error':_0x5837fe[_0xfb30a(0x2e7)],'state':0x1});return;}let _0x44cf6d=_0x5837fe[_0xfb30a(0x13c)];if(_0x44cf6d[_0xfb30a(0x2fb)]===0x0){this[_0xfb30a(0x2e4)][_0xfb30a(0x1ef)]({'error':{'code':_0x297670[_0xfb30a(0x1a5)][_0xfb30a(0x12c)],'message':_0xfb30a(0x136)},'state':0x1});return;}return this[_0xfb30a(0x2e4)][_0xfb30a(0x1ef)]({'error':_0x5837fe[_0xfb30a(0x2e7)],'state':0x1}),_0x44cf6d;}async[_0x58c524(0x310)](_0x4f81bf){const _0x27f15d=_0x58c524;let _0x13a7e1=await this[_0x27f15d(0x179)][_0x27f15d(0x130)](_0x4f81bf);if(!_0x13a7e1){this[_0x27f15d(0x2e4)][_0x27f15d(0x1ef)]({'error':{'code':_0x297670[_0x27f15d(0x1a5)][_0x27f15d(0x12c)],'message':_0x27f15d(0x2b5)},'state':0x4});return;}if(_0x13a7e1[_0x27f15d(0x2e7)]&&_0x13a7e1[_0x27f15d(0x2e7)][_0x27f15d(0x274)]!==_0x297670[_0x27f15d(0x1a5)]['OK']){this[_0x27f15d(0x2e4)]['next']({'error':_0x13a7e1['error'],'state':0x4});return;}let _0x2d2eb9=(0x0,_0xad29b9[_0x27f15d(0x16b)])(_0x13a7e1['url'],this[_0x27f15d(0x194)]());if(_0x2d2eb9[_0x27f15d(0x2fb)]===0x0){this['_requestState$'][_0x27f15d(0x1ef)]({'error':{'code':_0x297670['ErrorCode'][_0x27f15d(0x12c)],'message':_0x27f15d(0x2b5)},'state':0x4});return;}return this[_0x27f15d(0x2e4)]['next']({'error':_0x13a7e1['error'],'state':0x4}),_0x2d2eb9;}['_getDownloadEndpointURL'](){const _0x20dc0c=_0x58c524;var _0x3dacc7;let _0x39ed58=this[_0x20dc0c(0x21f)]['getConfig'](_0x2ffca8);return(_0x3dacc7=_0x39ed58==null?void 0x0:_0x39ed58[_0x20dc0c(0x18b)])==null?location[_0x20dc0c(0x2bd)]:_0x3dacc7;}[_0x58c524(0x226)](){const _0x372be3=_0x58c524;var _0x258d97,_0x32ab2a;let _0x2e947b=this['_configService']['getConfig'](_0x2ffca8);return(_0x258d97=_0x2e947b==null||(_0x32ab2a=_0x2e947b[_0x372be3(0x1c5)])==null?void 0x0:_0x32ab2a[_0x372be3(0x1da)])==null?0x1:_0x258d97;}[_0x58c524(0x2ec)](){const _0x4f5f54=_0x58c524;var _0x5ba519,_0x1104cd;let _0x229ac3=this[_0x4f5f54(0x21f)][_0x4f5f54(0x205)](_0x2ffca8);return(_0x5ba519=_0x229ac3==null||(_0x1104cd=_0x229ac3[_0x4f5f54(0x1c5)])==null?void 0x0:_0x1104cd['minSheetColumnCount'])==null?0x1:_0x5ba519;}[_0x58c524(0x185)](){const _0x368d5d=_0x58c524;var _0x22a488,_0x33fabe;let _0x29e674=this[_0x368d5d(0x21f)]['getConfig'](_0x2ffca8);return(_0x22a488=_0x29e674==null||(_0x33fabe=_0x29e674[_0x368d5d(0x1c5)])==null?void 0x0:_0x33fabe[_0x368d5d(0x28e)])==null?!0x1:_0x22a488;}[_0x58c524(0x300)](){const _0x3265b3=_0x58c524;var _0x3917a8,_0x41a443;let _0x5dcfe5=this['_configService'][_0x3265b3(0x205)](_0x2ffca8);return(_0x3917a8=_0x5dcfe5==null||(_0x41a443=_0x5dcfe5['options'])==null?void 0x0:_0x41a443[_0x3265b3(0x2c3)])==null?!0x0:_0x3917a8;}['_getIgnoreTableExport'](){const _0x147f0d=_0x58c524;var _0xde4ac2,_0x1f72cc;let _0xbe6301=this[_0x147f0d(0x21f)][_0x147f0d(0x205)](_0x2ffca8);return(_0xde4ac2=_0xbe6301==null||(_0x1f72cc=_0xbe6301[_0x147f0d(0x1c5)])==null?void 0x0:_0x1f72cc['ignoreTableExport'])==null?!0x1:_0xde4ac2;}};_0x24a8e7=_0xd23a1a([_0x1827b1(0x0,_0xad29b9[_0x58c524(0x21b)]),_0x1827b1(0x1,(0x0,_0xad29b9['Inject'])(_0x533c6a['HTTPService'])),_0x1827b1(0x2,(0x0,_0xad29b9[_0x58c524(0x2c5)])(_0x23e36a))],_0x24a8e7);let _0x41901c={'done':0x0,'count':0x0},_0xc83dd4=(0x0,_0xad29b9[_0x58c524(0x236)])(_0x58c524(0x20b)),_0x5e25b5=class extends _0xad29b9[_0x58c524(0x2e2)]{constructor(_0x49d3db,_0x309184,_0x3eafc0,_0x2dd826,_0x147cc0,_0xc4a08,_0x5326ae){const _0x322bd8=_0x58c524;super(),this['_univerInstanceService']=_0x49d3db,this[_0x322bd8(0x2dc)]=_0x309184,this[_0x322bd8(0x17d)]=_0x3eafc0,this[_0x322bd8(0x1ea)]=_0x2dd826,this['_uploadNotificationService']=_0x147cc0,this[_0x322bd8(0x19a)]=_0xc4a08,this[_0x322bd8(0x1c8)]=_0x5326ae,_0x24a3c4(this,_0x322bd8(0x1a1),new _0x2413f9['BehaviorSubject'](_0x41901c)),_0x24a3c4(this,_0x322bd8(0x18e),this[_0x322bd8(0x1a1)][_0x322bd8(0x216)]()),_0x24a3c4(this,_0x322bd8(0x301),0x0),_0x24a3c4(this,_0x322bd8(0x277),0x0),this[_0x322bd8(0x2c2)]((0x0,_0xad29b9[_0x322bd8(0x197)])(this['_exchangeService']['requestState$'][_0x322bd8(0x193)](_0x337629=>{const _0x41af74=_0x322bd8;var _0x4a52ea;((_0x4a52ea=_0x337629[_0x41af74(0x2e7)])==null?void 0x0:_0x4a52ea[_0x41af74(0x274)])===_0x297670['ErrorCode']['OK']?this[_0x41af74(0x1cc)](0x1):this[_0x41af74(0x1b4)](_0x337629[_0x41af74(0x2e7)]);})));}[_0x58c524(0x1f3)](){const _0x2a2ec6=_0x58c524;this[_0x2a2ec6(0x2ac)](),this['_uploadNotificationService']['updateState'](0x2),this['_exchangeService'][_0x2a2ec6(0x174)]();}async[_0x58c524(0x2b0)](_0x58eed3){const _0x4d34c9=_0x58c524;throw Error(_0x4d34c9(0x30b));}async[_0x58c524(0x2b9)](){const _0x899241=_0x58c524;let _0x1cb891=this[_0x899241(0x135)][_0x899241(0x1fc)]();switch(_0x1cb891?this[_0x899241(0x135)][_0x899241(0x1bc)](_0x1cb891['getUnitId']()):_0xad29b9[_0x899241(0x13d)]['UNRECOGNIZED']){case _0xad29b9[_0x899241(0x13d)][_0x899241(0x154)]:return this[_0x899241(0x162)]();case _0xad29b9[_0x899241(0x13d)]['UNIVER_DOC']:return this[_0x899241(0x2ae)]();case _0xad29b9[_0x899241(0x13d)][_0x899241(0x128)]:default:return this[_0x899241(0x1d3)]();}}async['importDOCXToUnitId'](){const _0x24ace1=_0x58c524;let _0x378b11=await _0x3bc412([_0xad29b9['UniverInstanceType'][_0x24ace1(0x299)]]);if(_0x378b11&&!this[_0x24ace1(0x176)](_0x378b11,_0xad29b9[_0x24ace1(0x13d)]['UNIVER_DOC']))return this[_0x24ace1(0x1db)](_0x378b11[0x0],_0xad29b9[_0x24ace1(0x13d)][_0x24ace1(0x299)]);}[_0x58c524(0x15c)](){const _0x551478=_0x58c524;throw Error(_0x551478(0x30b));}async[_0x58c524(0x27b)](_0x422636,_0x29c5ec,_0x4874d1){const _0x2c00ab=_0x58c524;this[_0x2c00ab(0x1b3)](_0x86ffe7[_0x2c00ab(0x1f6)]['Info']);let _0x154117=await this[_0x2c00ab(0x1ea)]['exportDOCXByUnitId'](_0x422636||this['_getUnitIDDoc']());_0x154117&&(_0x19572c(_0x154117,_0x29c5ec||this[_0x2c00ab(0x253)](_0x154117),_0x2c00ab(0x13f)),this[_0x2c00ab(0x1b3)](_0x86ffe7['MessageType'][_0x2c00ab(0x1c3)]));}async[_0x58c524(0x2e1)](){const _0x3678a=_0x58c524;this[_0x3678a(0x1b3)](_0x86ffe7[_0x3678a(0x1f6)][_0x3678a(0x1cf)]);let _0x2945c8=await this[_0x3678a(0x2bf)](),_0x1c5b11=await this['_exchangeService'][_0x3678a(0x2e1)](_0x2945c8);_0x1c5b11&&(_0x19572c(_0x1c5b11,this[_0x3678a(0x253)](_0x1c5b11),_0x3678a(0x13f)),this[_0x3678a(0x1b3)](_0x86ffe7['MessageType'][_0x3678a(0x1c3)]));}async['importPPTXToUnitId'](){const _0x4527c8=_0x58c524;if(this['_uploadTaskNotDone']()){this[_0x4527c8(0x2dc)][_0x4527c8(0x21a)]({'type':_0x86ffe7[_0x4527c8(0x1f6)][_0x4527c8(0x218)],'content':this[_0x4527c8(0x17d)]['t'](_0x4527c8(0x2e0))});return;}let _0x11187c=await _0x3bc412([_0xad29b9[_0x4527c8(0x13d)]['UNIVER_SLIDE']]);if(_0x11187c&&!this[_0x4527c8(0x176)](_0x11187c,_0xad29b9[_0x4527c8(0x13d)]['UNIVER_SLIDE']))return this[_0x4527c8(0x1db)](_0x11187c[0x0],_0xad29b9[_0x4527c8(0x13d)]['UNIVER_SLIDE']);}async[_0x58c524(0x1d5)](){const _0x19a1ca=_0x58c524;if(this['_uploadTaskNotDone']()){this[_0x19a1ca(0x2dc)][_0x19a1ca(0x21a)]({'type':_0x86ffe7[_0x19a1ca(0x1f6)][_0x19a1ca(0x218)],'content':this['_localeService']['t'](_0x19a1ca(0x2e0))});return;}let _0xb5b032=await _0x3bc412([_0xad29b9[_0x19a1ca(0x13d)][_0x19a1ca(0x154)]]);if(!_0xb5b032)return;this[_0x19a1ca(0x1cd)](_0x86ffe7['MessageType'][_0x19a1ca(0x1cf)]);let _0x760fdc=await this[_0x19a1ca(0x1ea)][_0x19a1ca(0x1d5)](_0xb5b032[0x0]);_0x760fdc&&(this['_refreshSlide'](_0x760fdc),this[_0x19a1ca(0x1cd)](_0x86ffe7[_0x19a1ca(0x1f6)][_0x19a1ca(0x1c3)]));}async['exportPPTXByUnitId'](_0x319021,_0x15aff5,_0x5a33c6){const _0x207d03=_0x58c524;this[_0x207d03(0x1b3)](_0x86ffe7[_0x207d03(0x1f6)][_0x207d03(0x1cf)]);let _0x24a225=await this['_exchangeService']['exportPPTXByUnitId'](_0x319021||this['_getUnitIDSlide']());_0x24a225&&(_0x19572c(_0x24a225,_0x15aff5||this[_0x207d03(0x19e)](_0x24a225,_0x5a33c6==null?_0xad29b9[_0x207d03(0x13d)][_0x207d03(0x154)]:_0x5a33c6),'pptx'),this[_0x207d03(0x1b3)](_0x86ffe7['MessageType'][_0x207d03(0x1c3)]));}async[_0x58c524(0x1a6)](){const _0x5cfd78=_0x58c524;this[_0x5cfd78(0x1b3)](_0x86ffe7[_0x5cfd78(0x1f6)]['Info']);let _0x106ca8=await this[_0x5cfd78(0x1f1)](),_0x5ea892=await this[_0x5cfd78(0x1ea)][_0x5cfd78(0x1a6)](_0x106ca8);_0x5ea892&&(_0x19572c(_0x5ea892,this['_getUnitNameByType'](_0x5ea892,_0xad29b9[_0x5cfd78(0x13d)][_0x5cfd78(0x154)]),'pptx'),this[_0x5cfd78(0x1b3)](_0x86ffe7['MessageType'][_0x5cfd78(0x1c3)]));}async[_0x58c524(0x1d3)](){const _0x265dfa=_0x58c524;if(this[_0x265dfa(0x1f2)]()){this[_0x265dfa(0x2dc)][_0x265dfa(0x21a)]({'type':_0x86ffe7[_0x265dfa(0x1f6)]['Warning'],'content':this[_0x265dfa(0x17d)]['t'](_0x265dfa(0x2e0))});return;}let _0x4b173a=await _0x3bc412([_0xad29b9[_0x265dfa(0x13d)][_0x265dfa(0x128)]]);if(_0x4b173a&&!this['_fileTypeError'](_0x4b173a,_0xad29b9[_0x265dfa(0x13d)][_0x265dfa(0x128)]))return this[_0x265dfa(0x1db)](_0x4b173a[0x0],_0xad29b9['UniverInstanceType'][_0x265dfa(0x128)]);}async[_0x58c524(0x1ee)](){const _0x2b17bd=_0x58c524;if(this[_0x2b17bd(0x1f2)]()){this[_0x2b17bd(0x2dc)]['show']({'type':_0x86ffe7[_0x2b17bd(0x1f6)]['Warning'],'content':this[_0x2b17bd(0x17d)]['t'](_0x2b17bd(0x2e0))});return;}let _0x38bd9d=await _0x3bc412([_0xad29b9['UniverInstanceType'][_0x2b17bd(0x128)]]);if(!_0x38bd9d)return;this['_showUploadMessage'](_0x86ffe7['MessageType'][_0x2b17bd(0x1cf)]);let _0x301074=await this[_0x2b17bd(0x1ea)][_0x2b17bd(0x1ee)](_0x38bd9d[0x0]);_0x301074&&(this[_0x2b17bd(0x275)](_0x301074),this[_0x2b17bd(0x1cd)](_0x86ffe7[_0x2b17bd(0x1f6)][_0x2b17bd(0x1c3)]));}async[_0x58c524(0x2a6)](_0x241c91,_0x42e095,_0x5328b7){const _0x2de6d0=_0x58c524;this['_showDownloadMessage'](_0x86ffe7[_0x2de6d0(0x1f6)]['Info']);let _0x48fdd2=await this[_0x2de6d0(0x1ea)][_0x2de6d0(0x2a6)](_0x241c91||this[_0x2de6d0(0x223)]());_0x48fdd2&&(_0x19572c(_0x48fdd2,_0x42e095||this[_0x2de6d0(0x253)](_0x48fdd2),_0x2de6d0(0x231)),this[_0x2de6d0(0x1b3)](_0x86ffe7[_0x2de6d0(0x1f6)][_0x2de6d0(0x1c3)]));}async[_0x58c524(0x2dd)](){const _0x22cd99=_0x58c524;this[_0x22cd99(0x1b3)](_0x86ffe7[_0x22cd99(0x1f6)]['Info']);let _0x505411=await this[_0x22cd99(0x23b)](),_0x5a49eb=await this[_0x22cd99(0x1ea)][_0x22cd99(0x2dd)](_0x505411);_0x5a49eb&&(_0x19572c(_0x5a49eb,this['_getUnitName'](_0x5a49eb),_0x22cd99(0x231)),this['_showDownloadMessage'](_0x86ffe7[_0x22cd99(0x1f6)]['Success']));}[_0x58c524(0x201)](_0x4067f3){const _0x5d206d=_0x58c524;this[_0x5d206d(0x2fd)]=_0x4067f3;}async[_0x58c524(0x1db)](_0xf40331,_0x5ae12d){const _0x5e3e9e=_0x58c524;this['_uploadNotificationService'][_0x5e3e9e(0x21a)](),this[_0x5e3e9e(0x15b)]['updateState'](0x0),this['_addTotalCount'](0x4),this[_0x5e3e9e(0x1cc)](0x1);let _0x10f093=await this[_0x5e3e9e(0x1ea)][_0x5e3e9e(0x2a4)](_0xf40331,_0x5ae12d);if(!_0x10f093){this['_clearProgress'](),this[_0x5e3e9e(0x15b)][_0x5e3e9e(0x1eb)](0x2);return;}let _0xf59ae9={'link':this['_getLinkByUnitId'](_0x10f093,_0x5ae12d),'name':_0xf40331[_0x5e3e9e(0x13e)],'type':_0x5ae12d};return this[_0x5e3e9e(0x15b)]['pushLink'](_0xf59ae9),this[_0x5e3e9e(0x1ca)](),this[_0x5e3e9e(0x15b)][_0x5e3e9e(0x1eb)](0x1),_0x10f093;}[_0x58c524(0x223)](){const _0x2f6f38=_0x58c524;return this['_univerInstanceService'][_0x2f6f38(0x28c)](_0xad29b9[_0x2f6f38(0x13d)]['UNIVER_SHEET'])[_0x2f6f38(0x15a)]();}[_0x58c524(0x279)](){const _0x19c118=_0x58c524;return this[_0x19c118(0x135)][_0x19c118(0x28c)](_0xad29b9[_0x19c118(0x13d)][_0x19c118(0x299)])[_0x19c118(0x15a)]();}[_0x58c524(0x262)](){const _0x4d8d2e=_0x58c524;return this[_0x4d8d2e(0x135)][_0x4d8d2e(0x28c)](_0xad29b9[_0x4d8d2e(0x13d)][_0x4d8d2e(0x154)])[_0x4d8d2e(0x15a)]();}[_0x58c524(0x253)](_0x2f50b5){const _0x561e72=_0x58c524;return this[_0x561e72(0x19e)](_0x2f50b5,_0xad29b9[_0x561e72(0x13d)]['UNIVER_SHEET']);}['_getUnitNameByType'](_0x19f07c,_0x460df5){const _0x43d05e=_0x58c524;var _0x5bebba;let _0x134795=(_0x5bebba=this[_0x43d05e(0x135)][_0x43d05e(0x28c)](_0x460df5))==null?void 0x0:_0x5bebba['getSnapshot'](),_0x551363=_0x134795==null?void 0x0:_0x134795[_0x43d05e(0x13e)];return typeof _0x551363==_0x43d05e(0x166)&&_0x551363[_0x43d05e(0x282)]()?_0x551363:_0x19f07c[_0x43d05e(0x13e)][_0x43d05e(0x25e)]('.')[_0x43d05e(0x181)]()||document[_0x43d05e(0x2b7)];}async[_0x58c524(0x23b)](){const _0x518afb=_0x58c524;return this['_univerInstanceService'][_0x518afb(0x28c)](_0xad29b9[_0x518afb(0x13d)][_0x518afb(0x128)])[_0x518afb(0x151)]();}async[_0x58c524(0x2bf)](){const _0xcaa7d8=_0x58c524;return this['_univerInstanceService']['getCurrentUnitOfType'](_0xad29b9['UniverInstanceType'][_0xcaa7d8(0x299)])[_0xcaa7d8(0x151)]();}async[_0x58c524(0x1f1)](){const _0x28b7e4=_0x58c524;let _0x148a3a=this[_0x28b7e4(0x135)][_0x28b7e4(0x28c)](_0xad29b9[_0x28b7e4(0x13d)]['UNIVER_SLIDE']),_0xf542e5=this[_0x28b7e4(0x1c8)][_0x28b7e4(0x284)](_0x148a3a[_0x28b7e4(0x15a)]());return _0xf542e5==null?_0x148a3a[_0x28b7e4(0x151)]():_0xf542e5;}['_getLinkByUnitId'](_0x4b7268,_0x12ca21){const _0x4db16f=_0x58c524;let _0x567940=new URL(window[_0x4db16f(0x195)]['href']);return _0x567940[_0x4db16f(0x25f)]['set']('unit',_0x4b7268),_0x567940[_0x4db16f(0x25f)][_0x4db16f(0x294)]('type',''+_0x12ca21),_0x567940[_0x4db16f(0x2f6)]();}[_0x58c524(0x275)](_0x11c66f){const _0x400445=_0x58c524;let _0x56b58f=this[_0x400445(0x135)][_0x400445(0x28c)](_0xad29b9[_0x400445(0x13d)][_0x400445(0x128)])[_0x400445(0x15a)]();this[_0x400445(0x135)][_0x400445(0x16f)](_0x56b58f),this[_0x400445(0x135)][_0x400445(0x1e5)](_0xad29b9[_0x400445(0x13d)][_0x400445(0x128)],_0x11c66f);}[_0x58c524(0x160)](_0x34ed1a){const _0x3d290e=_0x58c524;let _0x2a70f8=this[_0x3d290e(0x135)]['getCurrentUnitOfType'](_0xad29b9[_0x3d290e(0x13d)][_0x3d290e(0x154)])[_0x3d290e(0x15a)]();this[_0x3d290e(0x135)]['disposeUnit'](_0x2a70f8),this[_0x3d290e(0x135)][_0x3d290e(0x1e5)](_0xad29b9[_0x3d290e(0x13d)]['UNIVER_SLIDE'],_0x34ed1a);}[_0x58c524(0x1b4)](_0x3c101f){const _0x189089=_0x58c524;if(_0x3c101f){let {code:_0x4a07ff}=_0x3c101f;switch(_0x4a07ff){case _0x297670['ErrorCode']['CONNECTOR_DATA_TOO_LARGE']:this['_messageService'][_0x189089(0x21a)]({'type':_0x86ffe7[_0x189089(0x1f6)][_0x189089(0x192)],'content':this[_0x189089(0x17d)]['t'](_0x189089(0x144))});break;case _0x297670[_0x189089(0x1a5)][_0x189089(0x1c1)]:this[_0x189089(0x2dc)][_0x189089(0x21a)]({'type':_0x86ffe7[_0x189089(0x1f6)][_0x189089(0x192)],'content':this[_0x189089(0x17d)]['t'](_0x189089(0x15e))});break;default:this[_0x189089(0x2dc)][_0x189089(0x21a)]({'type':_0x86ffe7[_0x189089(0x1f6)][_0x189089(0x192)],'content':this[_0x189089(0x17d)]['t'](_0x189089(0x305))});break;}return null;}return this[_0x189089(0x2dc)][_0x189089(0x21a)]({'type':_0x86ffe7['MessageType'][_0x189089(0x192)],'content':this[_0x189089(0x17d)]['t'](_0x189089(0x305))}),null;}[_0x58c524(0x1b3)](_0x28c3d0){const _0x317da0=_0x58c524;let _0x9ea87c='';switch(_0x28c3d0){case _0x86ffe7['MessageType'][_0x317da0(0x1c3)]:_0x9ea87c=this[_0x317da0(0x17d)]['t'](_0x317da0(0x254));break;case _0x86ffe7[_0x317da0(0x1f6)][_0x317da0(0x1cf)]:_0x9ea87c=this[_0x317da0(0x17d)]['t'](_0x317da0(0x230));break;default:break;}this[_0x317da0(0x2dc)]['show']({'type':_0x28c3d0,'content':_0x9ea87c});}[_0x58c524(0x1cd)](_0x393e2c){const _0x2595c5=_0x58c524;let _0x2db1d0='';switch(_0x393e2c){case _0x86ffe7[_0x2595c5(0x1f6)]['Success']:_0x2db1d0=this[_0x2595c5(0x17d)]['t'](_0x2595c5(0x1ac));break;case _0x86ffe7['MessageType'][_0x2595c5(0x1cf)]:_0x2db1d0=this[_0x2595c5(0x17d)]['t']('exchange-client.uploading');break;default:break;}this['_messageService'][_0x2595c5(0x21a)]({'type':_0x393e2c,'content':_0x2db1d0});}['_emitProgress'](){const _0x151298=_0x58c524;this[_0x151298(0x1a1)][_0x151298(0x1ef)]({'done':this[_0x151298(0x277)],'count':this[_0x151298(0x301)]});}[_0x58c524(0x278)](_0x4baac7){const _0x3a62fa=_0x58c524;this[_0x3a62fa(0x301)]+=_0x4baac7,this[_0x3a62fa(0x238)]();}[_0x58c524(0x1cc)](_0x297c75){const _0x5bcb7b=_0x58c524;this[_0x5bcb7b(0x277)]+=_0x297c75,this[_0x5bcb7b(0x277)]=Math[_0x5bcb7b(0x2d9)](this[_0x5bcb7b(0x277)],this[_0x5bcb7b(0x301)]),this[_0x5bcb7b(0x238)]();}[_0x58c524(0x1ca)](){const _0x15a6fc=_0x58c524;this[_0x15a6fc(0x277)]=this[_0x15a6fc(0x301)],this[_0x15a6fc(0x238)]();}[_0x58c524(0x2ac)](){const _0x14fd9a=_0x58c524;this[_0x14fd9a(0x277)]=0x0,this[_0x14fd9a(0x301)]=0x0,this['_emitProgress']();}['_fileTypeError'](_0x27ba5b,_0x177a04){const _0x4d339e=_0x58c524;let _0x16d9e6=_0x27ba5b[0x0],_0x81335b=_0x16d9e6[_0x4d339e(0x13e)];return _0x5d39bd(_0x16d9e6)===_0x177a04?!0x1:(this['_messageService'][_0x4d339e(0x21a)]({'type':_0x86ffe7[_0x4d339e(0x1f6)][_0x4d339e(0x192)],'content':this['_localeService']['t'](_0x4d339e(0x1ab),_0x81335b)}),!0x0);}['_uploadTaskNotDone'](){const _0x49492e=_0x58c524;return this[_0x49492e(0x301)]!==0x0&&this[_0x49492e(0x277)]!==this[_0x49492e(0x301)];}};_0x5e25b5=_0xd23a1a([_0x1827b1(0x0,(0x0,_0xad29b9['Inject'])(_0xad29b9[_0x58c524(0x26e)])),_0x1827b1(0x1,_0x2f7610[_0x58c524(0x1bf)]),_0x1827b1(0x2,(0x0,_0xad29b9['Inject'])(_0xad29b9[_0x58c524(0x1b0)])),_0x1827b1(0x3,(0x0,_0xad29b9[_0x58c524(0x2c5)])(_0x6865be)),_0x1827b1(0x4,(0x0,_0xad29b9[_0x58c524(0x2c5)])(_0x30222e)),_0x1827b1(0x5,_0xad29b9[_0x58c524(0x220)]),_0x1827b1(0x6,(0x0,_0xad29b9[_0x58c524(0x2c5)])(_0xad29b9['IResourceLoaderService']))],_0x5e25b5);function _0x4bd720(_0x223f55){const _0x5f594b=_0x58c524;let {onClick:_0x37122b,children:_0x4343ff,className:_0xea97d}=_0x223f55;return(0x0,_0x4d0063[_0x5f594b(0x1fd)])(_0x5f594b(0x17f),{'className':(0x0,_0x86ffe7['clsx'])(_0x5f594b(0x224),_0xea97d),'type':'button','onClick':_0x37122b,'children':_0x4343ff});}function _0x1083ef(){const _0x2dbf4b=_0x58c524;let _0x2937d2=(0x0,_0x2f7610[_0x2dbf4b(0x2a0)])(_0xc83dd4),_0x22b892=(0x0,_0x2f7610['useDependency'])(_0xad29b9[_0x2dbf4b(0x1b0)]);function _0x1bb729(){const _0x1264b9=_0x2dbf4b;_0x2937d2[_0x1264b9(0x2b9)]();}return(0x0,_0x4d0063[_0x2dbf4b(0x1fd)])(_0x4bd720,{'onClick':_0x1bb729,'children':_0x22b892['t']('exchange-client.uploadAgain')});}function _0x513bee(){const _0x5b469b=_0x58c524;return(0x0,_0x4d0063[_0x5b469b(0x12e)])(_0x5b469b(0x1e4),{'className':_0x5b469b(0x28a),'children':[(0x0,_0x4d0063[_0x5b469b(0x1fd)])('span',{'className':_0x5b469b(0x209),'children':(0x0,_0x2f7610[_0x5b469b(0x2a0)])(_0xad29b9[_0x5b469b(0x1b0)])['t'](_0x5b469b(0x2c1))}),(0x0,_0x4d0063['jsx'])(_0x1083ef,{})]});}function _0x2c4422(_0xc6e11d){const _0x3982f8=_0x58c524;let {count:_0x32894d}=_0xc6e11d;return(0x0,_0x4d0063[_0x3982f8(0x12e)])(_0x3982f8(0x1e4),{'className':'univer-mt-3\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-2\x20univer-pr-1','children':[(0x0,_0x4d0063[_0x3982f8(0x1fd)])(_0x3982f8(0x28d),{'className':_0x3982f8(0x1c4),'children':(0x0,_0x2f7610[_0x3982f8(0x2a0)])(_0xad29b9['LocaleService'])['t'](_0x3982f8(0x142),''+_0x32894d)}),(0x0,_0x4d0063[_0x3982f8(0x1fd)])(_0x1083ef,{})]});}function _0x287af9(){const _0x5789a5=_0x58c524;let _0x205929=(0x0,_0x2f7610[_0x5789a5(0x2a0)])(_0xc83dd4),_0x55fe8b=(0x0,_0x2f7610[_0x5789a5(0x2a0)])(_0xad29b9[_0x5789a5(0x1b0)]);function _0xa09d35(){const _0x5ca529=_0x5789a5;_0x205929[_0x5ca529(0x1f3)]();}return(0x0,_0x4d0063['jsx'])(_0x4bd720,{'onClick':_0xa09d35,'children':_0x55fe8b['t'](_0x5789a5(0x237))});}function _0x349eb5(){const _0x3399df=_0x58c524;let {count:_0x3e1e5b,done:_0x117920}=(0x0,_0x2f7610['useObservable'])((0x0,_0x2f7610['useDependency'])(_0xc83dd4)[_0x3399df(0x18e)]),[_0x142972,_0x2af880]=(0x0,_0x406d1a['useState'])(_0x3e1e5b>0x0?_0x117920/_0x3e1e5b:0x0);return(0x0,_0x406d1a['useEffect'])(()=>{_0x2af880(_0x3e1e5b>0x0?_0x117920/_0x3e1e5b:0x0);},[_0x3e1e5b,_0x117920]),(0x0,_0x4d0063[_0x3399df(0x1fd)])('div',{'className':_0x3399df(0x222),'children':(0x0,_0x4d0063[_0x3399df(0x1fd)])(_0x3399df(0x1e4),{'className':_0x3399df(0x187),'style':{'width':Math[_0x3399df(0x26f)](_0x142972*0x64)+'%'}})});}function _0x2c68bd(){const _0x119003=_0x58c524;return(0x0,_0x4d0063[_0x119003(0x12e)])(_0x119003(0x1e4),{'className':_0x119003(0x28a),'children':[(0x0,_0x4d0063[_0x119003(0x1fd)])('span',{'className':'univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':(0x0,_0x2f7610[_0x119003(0x2a0)])(_0xad29b9[_0x119003(0x1b0)])['t']('exchange-client.wait')}),(0x0,_0x4d0063[_0x119003(0x1fd)])(_0x119003(0x1e4),{'className':_0x119003(0x2c4),'children':(0x0,_0x4d0063[_0x119003(0x1fd)])(_0x349eb5,{})}),(0x0,_0x4d0063[_0x119003(0x1fd)])(_0x287af9,{})]});}let _0x5b69c3={0x1:(0x0,_0x4d0063[_0x58c524(0x1fd)])(_0x304724,{'className':_0x58c524(0x171)}),0x0:(0x0,_0x4d0063[_0x58c524(0x1fd)])(_0x25b9ff,{'className':_0x58c524(0x1b7)}),0x2:(0x0,_0x4d0063[_0x58c524(0x1fd)])(_0xc32374,{'className':_0x58c524(0x153)})};function _0x574910(){const _0x172bba=_0x58c524;let [_0x22c01c,_0x228682]=(0x0,_0x406d1a[_0x172bba(0x12f)])(0x0),[_0x4946df,_0x4aac05]=(0x0,_0x406d1a[_0x172bba(0x12f)])(!0x1),[_0xeeb709,_0x182f6a]=(0x0,_0x406d1a[_0x172bba(0x12f)])([]),_0x36571c=(0x0,_0x2f7610[_0x172bba(0x2a0)])(_0x30222e),_0x330e40=(0x0,_0x2f7610['useDependency'])(_0xad29b9['LocaleService']);(0x0,_0x406d1a[_0x172bba(0x131)])(()=>{const _0x4d2bbc=_0x172bba;let _0x400909=_0x36571c['visible$'][_0x4d2bbc(0x193)](_0x378abe=>{_0x4aac05(_0x378abe);}),_0x1860c9=_0x36571c[_0x4d2bbc(0x2f3)][_0x4d2bbc(0x193)](_0x578b0=>{_0x182f6a(_0x578b0);}),_0x528d68=_0x36571c[_0x4d2bbc(0x2aa)]['subscribe'](_0x11902a=>{_0x228682(_0x11902a);});return()=>{const _0x32d472=_0x4d2bbc;_0x400909['unsubscribe'](),_0x1860c9[_0x32d472(0x233)](),_0x528d68[_0x32d472(0x233)]();};},[]);function _0x34c1d0(){_0x4aac05(!0x1);}function _0x40804f(_0x158dc0){const _0x41f715=_0x172bba;switch(_0x158dc0){case 0x1:return _0x330e40['t'](_0x41f715(0x1ac));case 0x0:return _0x330e40['t'](_0x41f715(0x2e0));case 0x2:return _0x330e40['t'](_0x41f715(0x2c8));default:return'';}}return _0x4946df&&(0x0,_0x4d0063['jsxs'])('div',{'className':'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','children':[(0x0,_0x4d0063[_0x172bba(0x12e)])(_0x172bba(0x1e4),{'className':_0x172bba(0x24a),'children':[(0x0,_0x4d0063['jsxs'])(_0x172bba(0x28d),{'className':_0x172bba(0x14a),'children':[(0x0,_0x4d0063['jsx'])(_0x172bba(0x28d),{'className':_0x172bba(0x22b),'children':_0x5b69c3[_0x22c01c]}),(0x0,_0x4d0063[_0x172bba(0x1fd)])(_0x172bba(0x28d),{'className':_0x172bba(0x20e),'children':_0x40804f(_0x22c01c)})]}),(0x0,_0x4d0063[_0x172bba(0x1fd)])(_0x172bba(0x28d),{'className':'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','onClick':_0x34c1d0,'children':(0x0,_0x4d0063[_0x172bba(0x1fd)])(_0x2370d4,{})})]}),(0x0,_0x4d0063[_0x172bba(0x12e)])(_0x172bba(0x1e4),{'children':[_0x22c01c===0x0&&(0x0,_0x4d0063['jsx'])(_0x2c68bd,{}),_0x22c01c===0x2&&(0x0,_0x4d0063['jsx'])(_0x513bee,{}),_0xeeb709['length']>0x0&&(0x0,_0x4d0063[_0x172bba(0x1fd)])(_0x5e70a5,{'list':_0xeeb709}),_0x22c01c===0x1&&(0x0,_0x4d0063[_0x172bba(0x1fd)])(_0x2c4422,{'count':_0xeeb709[_0x172bba(0x2fb)]})]})]});}function _0x515c17(){const _0x4b79ab=_0x58c524;return(0x0,_0x4d0063[_0x4b79ab(0x1fd)])(_0x574910,{});}let _0xdc90f=class extends _0xad29b9[_0x58c524(0x2e2)]{constructor(_0x4279e6,_0x2fe2fd,_0x1c967f){const _0x24e3ae=_0x58c524;super(),this[_0x24e3ae(0x215)]=_0x4279e6,this[_0x24e3ae(0x269)]=_0x2fe2fd,this[_0x24e3ae(0x1fb)]=_0x1c967f,this[_0x24e3ae(0x252)](),this['_registerComponents']();}[_0x58c524(0x252)](){const _0x576c1e=_0x58c524;this[_0x576c1e(0x2c2)](this[_0x576c1e(0x1fb)]['register']({'DirectExportIcon':_0x766da}));}[_0x58c524(0x2f1)](){const _0x13d0e3=_0x58c524;this[_0x13d0e3(0x2c2)](this[_0x13d0e3(0x269)][_0x13d0e3(0x1e2)](_0x2f7610[_0x13d0e3(0x1ff)][_0x13d0e3(0x1d7)],()=>(0x0,_0x2f7610[_0x13d0e3(0x1fa)])(_0x515c17,this[_0x13d0e3(0x215)])));}};_0xdc90f=_0xd23a1a([_0x1827b1(0x0,(0x0,_0xad29b9[_0x58c524(0x2c5)])(_0xad29b9['Injector'])),_0x1827b1(0x1,_0x2f7610[_0x58c524(0x138)]),_0x1827b1(0x2,(0x0,_0xad29b9[_0x58c524(0x2c5)])(_0x2f7610[_0x58c524(0x18c)]))],_0xdc90f);let _0x4cf749=class extends _0xad29b9['Plugin']{constructor(_0xbc8464=_0x551bf9,_0x254f1c,_0x1dfb07){const _0x18329a=_0x58c524;super(),this[_0x18329a(0x2a5)]=_0xbc8464,this[_0x18329a(0x215)]=_0x254f1c,this[_0x18329a(0x21f)]=_0x1dfb07;let {..._0x4a53fb}=(0x0,_0xad29b9[_0x18329a(0x258)])({},_0x551bf9,this[_0x18329a(0x2a5)]);this[_0x18329a(0x21f)][_0x18329a(0x2ba)](_0x2ffca8,_0x4a53fb);}[_0x58c524(0x127)](){const _0x736df9=_0x58c524;(0x0,_0xad29b9[_0x736df9(0x190)])(this[_0x736df9(0x215)],[[_0xdc90f],[_0xc83dd4,{'useClass':_0x5e25b5}],[_0x6865be,{'useClass':_0x24a8e7}],[_0x23e36a,{'useClass':_0x38ffc0}],[_0x30222e,{'useClass':_0x124069}]]);}[_0x58c524(0x188)](){const _0x16a330=_0x58c524;(0x0,_0xad29b9[_0x16a330(0x264)])(this[_0x16a330(0x215)],[[_0xdc90f],[_0xc83dd4]]);}};_0x24a3c4(_0x4cf749,_0x58c524(0x286),'UNIVER_EXCHANGE_CLIENT_PLUGIN'),_0x24a3c4(_0x4cf749,_0x58c524(0x2d3),_0x6b9689),_0x24a3c4(_0x4cf749,_0x58c524(0x22a),_0x12c208),_0x4cf749=_0xd23a1a([(0x0,_0xad29b9[_0x58c524(0x2af)])(_0x533c6a[_0x58c524(0x1af)],_0x3c4a24[_0x58c524(0x2cf)]),_0x1827b1(0x1,(0x0,_0xad29b9[_0x58c524(0x2c5)])(_0xad29b9[_0x58c524(0x260)])),_0x1827b1(0x2,_0xad29b9['IConfigService'])],_0x4cf749),_0x33a63d[_0x58c524(0x1b2)]=_0x2ffca8,Object[_0x58c524(0x239)](_0x33a63d,_0x58c524(0x143),{'enumerable':!0x0,'get':function(){return _0x5e25b5;}}),Object[_0x58c524(0x239)](_0x33a63d,'ExchangeService',{'enumerable':!0x0,'get':function(){return _0x24a8e7;}}),_0x33a63d[_0x58c524(0x155)]=_0xc83dd4,_0x33a63d['IExchangeService']=_0x6865be,_0x33a63d[_0x58c524(0x27a)]=_0x23e36a,_0x33a63d[_0x58c524(0x213)]=_0x30222e,Object[_0x58c524(0x239)](_0x33a63d,'RequestService',{'enumerable':!0x0,'get':function(){return _0x38ffc0;}}),Object[_0x58c524(0x239)](_0x33a63d,'UniverExchangeClientPlugin',{'enumerable':!0x0,'get':function(){return _0x4cf749;}}),_0x33a63d[_0x58c524(0x2bc)]=_0x515c17,_0x33a63d['UploadNotificationService']=_0x124069,_0x33a63d[_0x58c524(0x257)]=_0x2af74d,_0x33a63d['downloadFile']=_0x19572c,_0x33a63d[_0x58c524(0x2ee)]=_0x5d39bd,_0x33a63d[_0x58c524(0x2d1)]=_0x3bc412,_0x33a63d[_0x58c524(0x2db)]=_0x292d66,_0x33a63d[_0x58c524(0x1d6)]=_0x3b542e,_0x33a63d[_0x58c524(0x27f)]=_0x59eb15,_0x33a63d[_0x58c524(0x295)]=_0x35b142,_0x33a63d[_0x58c524(0x1ce)]=_0x297dc7,_0x33a63d['transformWorkbookDataToSnapshotJson']=_0x5c770c;}));
1
+ (function(_0xcff54f,_0x253dab){const _0x597afd=_0x38ad,_0x525754=_0xcff54f();while(!![]){try{const _0x1be891=-parseInt(_0x597afd(0x2db))/0x1+parseInt(_0x597afd(0x2e0))/0x2*(-parseInt(_0x597afd(0x164))/0x3)+-parseInt(_0x597afd(0x14a))/0x4*(-parseInt(_0x597afd(0x270))/0x5)+-parseInt(_0x597afd(0x20b))/0x6+parseInt(_0x597afd(0x14d))/0x7+-parseInt(_0x597afd(0x224))/0x8*(parseInt(_0x597afd(0x1c3))/0x9)+parseInt(_0x597afd(0x2b1))/0xa;if(_0x1be891===_0x253dab)break;else _0x525754['push'](_0x525754['shift']());}catch(_0x3892fd){_0x525754['push'](_0x525754['shift']());}}}(_0x2415,0x2faa7),function(_0x5875b3,_0x680aa6){const _0x4cb79b=_0x38ad;typeof exports=='object'&&typeof module<'u'?_0x680aa6(exports,require('@univerjs-pro/license'),require('@univerjs/core'),require('@univerjs/network'),require('react'),require('@univerjs/ui'),require('rxjs'),require('@univerjs/design'),require('react/jsx-runtime'),require('@univerjs/protocol'),require('@univerjs-pro/collaboration')):typeof define==_0x4cb79b(0x30c)&&define[_0x4cb79b(0x154)]?define([_0x4cb79b(0x30b),_0x4cb79b(0x241),_0x4cb79b(0x1ac),_0x4cb79b(0x1c9),_0x4cb79b(0x198),'@univerjs/ui',_0x4cb79b(0x2ac),_0x4cb79b(0x271),_0x4cb79b(0x17c),_0x4cb79b(0x263),'@univerjs-pro/collaboration'],_0x680aa6):(_0x5875b3=typeof globalThis<'u'?globalThis:_0x5875b3||self,_0x680aa6(_0x5875b3[_0x4cb79b(0x1bc)]={},_0x5875b3[_0x4cb79b(0x158)],_0x5875b3['UniverCore'],_0x5875b3[_0x4cb79b(0x31a)],_0x5875b3['React'],_0x5875b3[_0x4cb79b(0x25b)],_0x5875b3[_0x4cb79b(0x2ac)],_0x5875b3['UniverDesign'],_0x5875b3[_0x4cb79b(0x282)],_0x5875b3[_0x4cb79b(0x267)],_0x5875b3[_0x4cb79b(0x21d)]));}(this,function(_0x2dbe39,_0x15533e,_0x42c8e5,_0x3609f8,_0x5b48c9,_0x39c413,_0x1cfacb,_0x1fb1c9,_0x5aaaec,_0x285eb5,_0x93dc86){const _0x41e775=_0x38ad;Object[_0x41e775(0x15f)](_0x2dbe39,Symbol[_0x41e775(0x183)],{'value':_0x41e775(0x1ec)});var _0x4d3e88=_0x41e775(0x19a),_0x573a9f=_0x41e775(0x2cc);let _0x127280=_0x41e775(0x292),_0x52c529={};function _0x3ea229({ref:_0x5a9abc,..._0x293e17}){const _0x286525=_0x41e775;let {icon:_0x490ade,id:_0x472fe2,className:_0xba993c,extend:_0x34da9d,..._0xa0bc69}=_0x293e17,_0x286413=(_0x286525(0x16c)+_0x472fe2+'\x20'+(_0xba993c||''))[_0x286525(0x1f4)](),_0x3ce781=(0x0,_0x5b48c9['useRef'])('_'+_0x3203e9());return _0x4d80ad(_0x490ade,''+_0x472fe2,{'defIds':_0x490ade[_0x286525(0x23d)],'idSuffix':_0x3ce781[_0x286525(0x2ed)]},{'ref':_0x5a9abc,'className':_0x286413,..._0xa0bc69},_0x34da9d);}function _0x4d80ad(_0x495be4,_0x342e1e,_0x42f8c0,_0x164539,_0x3dc3b7){const _0x24e6e3=_0x41e775;return(0x0,_0x5b48c9['createElement'])(_0x495be4[_0x24e6e3(0x246)],{'key':_0x342e1e,..._0x4dde87(_0x495be4,_0x42f8c0,_0x3dc3b7),..._0x164539},(_0x1b22af(_0x495be4,_0x42f8c0)['children']||[])[_0x24e6e3(0x25d)]((_0x1dd49d,_0xb464d4)=>_0x4d80ad(_0x1dd49d,_0x342e1e+'-'+_0x495be4[_0x24e6e3(0x246)]+'-'+_0xb464d4,_0x42f8c0,void 0x0,_0x3dc3b7)));}function _0x4dde87(_0x570633,_0x287638,_0x44908c){const _0xbf3764=_0x41e775;let _0x5bffc8={..._0x570633[_0xbf3764(0x1d4)]};_0x44908c!=null&&_0x44908c['colorChannel1']&&_0x5bffc8['fill']===_0xbf3764(0x2d4)&&(_0x5bffc8['fill']=_0x44908c[_0xbf3764(0x2d4)]),_0x44908c!=null&&_0x44908c[_0xbf3764(0x2d4)]&&_0x5bffc8['stroke']===_0xbf3764(0x2d4)&&(_0x5bffc8[_0xbf3764(0x1d8)]=_0x44908c[_0xbf3764(0x2d4)]),_0x570633[_0xbf3764(0x246)]===_0xbf3764(0x186)&&_0x5bffc8['id']&&(_0x5bffc8['id']+=_0x287638[_0xbf3764(0x2c6)]),Object[_0xbf3764(0x2d1)](_0x5bffc8)[_0xbf3764(0x30d)](([_0x4c8aee,_0x4cd14b])=>{const _0x1310a9=_0xbf3764;_0x4c8aee===_0x1310a9(0x186)&&typeof _0x4cd14b==_0x1310a9(0x1ae)&&(_0x5bffc8[_0x4c8aee]=_0x4cd14b[_0x1310a9(0x211)](/url\(#(.*)\)/,_0x1310a9(0x27d)+_0x287638[_0x1310a9(0x2c6)]+')'));});let {defIds:_0x5a2b95}=_0x287638;return!_0x5a2b95||_0x5a2b95['length']===0x0?_0x5bffc8:(_0x570633[_0xbf3764(0x246)]===_0xbf3764(0x286)&&_0x5bffc8[_0xbf3764(0x228)]&&(_0x5bffc8[_0xbf3764(0x228)]+=_0x287638[_0xbf3764(0x2c6)]),Object[_0xbf3764(0x2d1)](_0x5bffc8)[_0xbf3764(0x30d)](([_0x1db56b,_0x225fba])=>{const _0x3fbac5=_0xbf3764;typeof _0x225fba==_0x3fbac5(0x1ae)&&(_0x5bffc8[_0x1db56b]=_0x225fba[_0x3fbac5(0x211)](/url\(#(.*)\)/,_0x3fbac5(0x27d)+_0x287638['idSuffix']+')'));}),_0x5bffc8);}function _0x1b22af(_0x2685d1,_0x10a992){const _0x3a26f=_0x41e775;var _0x3972c8;let {defIds:_0x15a15b}=_0x10a992;return!_0x15a15b||_0x15a15b[_0x3a26f(0x1b2)]===0x0?_0x2685d1:_0x2685d1[_0x3a26f(0x246)]===_0x3a26f(0x227)&&(_0x3972c8=_0x2685d1['children'])!=null&&_0x3972c8[_0x3a26f(0x1b2)]?{..._0x2685d1,'children':_0x2685d1[_0x3a26f(0x19f)][_0x3a26f(0x25d)](_0x1b6ede=>typeof _0x1b6ede[_0x3a26f(0x1d4)]['id']==_0x3a26f(0x1ae)&&_0x15a15b&&_0x15a15b[_0x3a26f(0x17f)](_0x1b6ede['attrs']['id'])?{..._0x1b6ede,'attrs':{..._0x1b6ede[_0x3a26f(0x1d4)],'id':_0x1b6ede[_0x3a26f(0x1d4)]['id']+_0x10a992[_0x3a26f(0x2c6)]}}:_0x1b6ede)}:_0x2685d1;}function _0x3203e9(){const _0x17f189=_0x41e775;return Math[_0x17f189(0x191)]()[_0x17f189(0x2a7)](0x24)['substring'](0x2,0x8);}_0x3ea229[_0x41e775(0x28e)]=_0x41e775(0x25c);let _0x2fd3a7={'tag':_0x41e775(0x2b8),'attrs':{'xmlns':_0x41e775(0x195),'fill':_0x41e775(0x277),'viewBox':_0x41e775(0x17d),'width':_0x41e775(0x1b3),'height':_0x41e775(0x1b3)},'children':[{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x21c),'d':_0x41e775(0x2f3)}},{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x21c),'d':_0x41e775(0x26b),'fillRule':_0x41e775(0x298),'clipRule':_0x41e775(0x298)}}]},_0x53b21f=(0x0,_0x5b48c9[_0x41e775(0x260)])(function(_0x3e046f,_0x2dd421){const _0x58ebe6=_0x41e775;return(0x0,_0x5b48c9[_0x58ebe6(0x1d2)])(_0x3ea229,Object[_0x58ebe6(0x255)]({},_0x3e046f,{'id':_0x58ebe6(0x1f9),'ref':_0x2dd421,'icon':_0x2fd3a7}));});_0x53b21f[_0x41e775(0x28e)]=_0x41e775(0x317);let _0x553f23={'tag':_0x41e775(0x2b8),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x41e775(0x277),'viewBox':_0x41e775(0x235),'width':'1em','height':_0x41e775(0x1b3)},'children':[{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x21c),'d':_0x41e775(0x192)}}]},_0x2d29f0=(0x0,_0x5b48c9[_0x41e775(0x260)])(function(_0x126bf0,_0x450881){const _0x34a600=_0x41e775;return(0x0,_0x5b48c9[_0x34a600(0x1d2)])(_0x3ea229,Object['assign']({},_0x126bf0,{'id':_0x34a600(0x1b5),'ref':_0x450881,'icon':_0x553f23}));});_0x2d29f0[_0x41e775(0x28e)]=_0x41e775(0x303);let _0x239575={'tag':_0x41e775(0x2b8),'attrs':{'xmlns':_0x41e775(0x195),'fill':_0x41e775(0x277),'viewBox':_0x41e775(0x235),'width':'1em','height':_0x41e775(0x1b3)},'children':[{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x21c),'d':_0x41e775(0x24e),'fillRule':_0x41e775(0x298),'clipRule':_0x41e775(0x298)}},{'tag':'path','attrs':{'fill':_0x41e775(0x21c),'d':_0x41e775(0x2f8)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x41e775(0x169)}}]},_0x47812a=(0x0,_0x5b48c9['forwardRef'])(function(_0x33f42f,_0x2a2dd4){const _0xbcb91d=_0x41e775;return(0x0,_0x5b48c9[_0xbcb91d(0x1d2)])(_0x3ea229,Object[_0xbcb91d(0x255)]({},_0x33f42f,{'id':_0xbcb91d(0x266),'ref':_0x2a2dd4,'icon':_0x239575}));});_0x47812a[_0x41e775(0x28e)]=_0x41e775(0x1a6);let _0xfe5cf0={'tag':'svg','attrs':{'xmlns':_0x41e775(0x195),'fill':_0x41e775(0x277),'viewBox':_0x41e775(0x235),'width':_0x41e775(0x1b3),'height':_0x41e775(0x1b3)},'children':[{'tag':'path','attrs':{'fill':_0x41e775(0x21c),'d':'M15\x208C15\x2011.866\x2011.866\x2015\x208\x2015C4.13401\x2015\x201\x2011.866\x201\x208C1\x204.13401\x204.13401\x201\x208\x201C11.866\x201\x2015\x204.13401\x2015\x208ZM10.3097\x205.69014C10.544\x205.92445\x2010.544\x206.30435\x2010.3097\x206.53867L8.84843\x207.9999L10.3099\x209.46137C10.5442\x209.69569\x2010.5442\x2010.0756\x2010.3099\x2010.3099C10.0756\x2010.5442\x209.69569\x2010.5442\x209.46137\x2010.3099L7.9999\x208.84843L6.53842\x2010.3099C6.30411\x2010.5442\x205.92421\x2010.5442\x205.6899\x2010.3099C5.45558\x2010.0756\x205.45558\x209.69569\x205.6899\x209.46137L7.15137\x207.9999L5.69014\x206.53867C5.45583\x206.30435\x205.45583\x205.92445\x205.69014\x205.69014C5.92445\x205.45583\x206.30435\x205.45583\x206.53867\x205.69014L7.9999\x207.15137L9.46113\x205.69014C9.69544\x205.45583\x2010.0753\x205.45583\x2010.3097\x205.69014Z','fillRule':_0x41e775(0x298),'clipRule':_0x41e775(0x298)}}]},_0x136819=(0x0,_0x5b48c9[_0x41e775(0x260)])(function(_0x4d0ba6,_0x306e08){const _0xa1a94d=_0x41e775;return(0x0,_0x5b48c9[_0xa1a94d(0x1d2)])(_0x3ea229,Object['assign']({},_0x4d0ba6,{'id':'error-icon','ref':_0x306e08,'icon':_0xfe5cf0}));});_0x136819[_0x41e775(0x28e)]=_0x41e775(0x2ef);let _0x2b115e={'tag':'svg','attrs':{'xmlns':_0x41e775(0x195),'fill':_0x41e775(0x277),'viewBox':_0x41e775(0x235),'width':'1em','height':'1em'},'children':[{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x21c),'d':_0x41e775(0x182)}},{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x21c),'d':_0x41e775(0x20c)}}]},_0x5c7d0c=(0x0,_0x5b48c9['forwardRef'])(function(_0xc64894,_0xf1a906){const _0x45143b=_0x41e775;return(0x0,_0x5b48c9[_0x45143b(0x1d2)])(_0x3ea229,Object[_0x45143b(0x255)]({},_0xc64894,{'id':_0x45143b(0x172),'ref':_0xf1a906,'icon':_0x2b115e}));});_0x5c7d0c[_0x41e775(0x28e)]=_0x41e775(0x167);let _0x3b14ae={'tag':_0x41e775(0x2b8),'attrs':{'xmlns':_0x41e775(0x195),'fill':_0x41e775(0x277),'viewBox':_0x41e775(0x235),'width':_0x41e775(0x1b3),'height':_0x41e775(0x1b3)},'children':[{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x21c),'d':'M8\x2015C11.866\x2015\x2015\x2011.866\x2015\x208C15\x204.13401\x2011.866\x201\x208\x201C4.13401\x201\x201\x204.13401\x201\x208C1\x2011.866\x204.13401\x2015\x208\x2015ZM11.7245\x206.42417C11.9588\x206.18985\x2011.9588\x205.80995\x2011.7245\x205.57564C11.4901\x205.34132\x2011.1102\x205.34132\x2010.8759\x205.57564L7.3002\x209.15137L5.72446\x207.57564C5.49014\x207.34132\x205.11025\x207.34132\x204.87593\x207.57564C4.64162\x207.80995\x204.64162\x208.18985\x204.87593\x208.42417L6.87593\x2010.4242C7.11025\x2010.6585\x207.49014\x2010.6585\x207.72446\x2010.4242L11.7245\x206.42417Z','fillRule':_0x41e775(0x298),'clipRule':_0x41e775(0x298)}}]},_0x14297b=(0x0,_0x5b48c9[_0x41e775(0x260)])(function(_0x243116,_0x18004c){const _0x5926dd=_0x41e775;return(0x0,_0x5b48c9[_0x5926dd(0x1d2)])(_0x3ea229,Object[_0x5926dd(0x255)]({},_0x243116,{'id':'success-icon','ref':_0x18004c,'icon':_0x3b14ae}));});_0x14297b[_0x41e775(0x28e)]=_0x41e775(0x252);let _0x21645e={'tag':'svg','attrs':{'xmlns':_0x41e775(0x195),'fill':_0x41e775(0x277),'viewBox':_0x41e775(0x235),'width':_0x41e775(0x1b3),'height':_0x41e775(0x1b3)},'children':[{'tag':'path','attrs':{'fill':_0x41e775(0x1ff),'d':_0x41e775(0x1f6)}},{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x313),'d':_0x41e775(0x1f7)}},{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x295),'d':'M4.57245\x207.27962C4.57245\x207.09553\x204.72169\x206.94629\x204.90578\x206.94629H10.2391C10.4232\x206.94629\x2010.5724\x207.09553\x2010.5724\x207.27962C10.5724\x207.46372\x2010.4232\x207.61296\x2010.2391\x207.61296H4.90578C4.72169\x207.61296\x204.57245\x207.46372\x204.57245\x207.27962Z'}},{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x295),'d':_0x41e775(0x2c7)}},{'tag':'path','attrs':{'fill':_0x41e775(0x295),'d':_0x41e775(0x18b)}}]},_0x42dd96=(0x0,_0x5b48c9[_0x41e775(0x260)])(function(_0x1cbffe,_0x5f076c){const _0x540483=_0x41e775;return(0x0,_0x5b48c9[_0x540483(0x1d2)])(_0x3ea229,Object[_0x540483(0x255)]({},_0x1cbffe,{'id':_0x540483(0x1b4),'ref':_0x5f076c,'icon':_0x21645e}));});_0x42dd96['displayName']='DocsMultiIcon';let _0x2ec79f={'tag':_0x41e775(0x2b8),'attrs':{'xmlns':_0x41e775(0x195),'fill':_0x41e775(0x277),'viewBox':_0x41e775(0x235),'width':_0x41e775(0x1b3),'height':'1em'},'children':[{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x2ab),'d':_0x41e775(0x1f6)}},{'tag':'path','attrs':{'fill':'#32A846','d':_0x41e775(0x1f7)}},{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x295),'d':_0x41e775(0x22e),'fillRule':_0x41e775(0x298),'clipRule':_0x41e775(0x298)}}]},_0x36f37e=(0x0,_0x5b48c9[_0x41e775(0x260)])(function(_0x56fbe6,_0x3e3ce5){const _0x5723aa=_0x41e775;return(0x0,_0x5b48c9['createElement'])(_0x3ea229,Object[_0x5723aa(0x255)]({},_0x56fbe6,{'id':'sheets-multi-icon','ref':_0x3e3ce5,'icon':_0x2ec79f}));});_0x36f37e[_0x41e775(0x28e)]=_0x41e775(0x15a);let _0x172ae9={'tag':'svg','attrs':{'xmlns':_0x41e775(0x195),'fill':_0x41e775(0x277),'viewBox':_0x41e775(0x235),'width':_0x41e775(0x1b3),'height':_0x41e775(0x1b3)},'children':[{'tag':'path','attrs':{'fill':_0x41e775(0x24d),'d':_0x41e775(0x1f6)}},{'tag':'path','attrs':{'fill':_0x41e775(0x2e7),'d':_0x41e775(0x1f7)}},{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x295),'d':_0x41e775(0x272)}},{'tag':_0x41e775(0x278),'attrs':{'fill':_0x41e775(0x295),'d':_0x41e775(0x27c)}}]},_0x4b72b9=(0x0,_0x5b48c9[_0x41e775(0x260)])(function(_0x53acb0,_0x490cc0){const _0x21e16e=_0x41e775;return(0x0,_0x5b48c9[_0x21e16e(0x1d2)])(_0x3ea229,Object[_0x21e16e(0x255)]({},_0x53acb0,{'id':_0x21e16e(0x2a5),'ref':_0x490cc0,'icon':_0x172ae9}));});_0x4b72b9[_0x41e775(0x28e)]=_0x41e775(0x163);function _0x5f407f(_0x15931c,_0x1623ec){return function(_0xb2b25,_0x518f53){_0x1623ec(_0xb2b25,_0x518f53,_0x15931c);};}function _0x11fc8b(_0x280ea3,_0x17e600,_0x57a731,_0x175ce0){const _0x4fdc61=_0x41e775;var _0x203dc4=arguments[_0x4fdc61(0x1b2)],_0x119a27=_0x203dc4<0x3?_0x17e600:_0x175ce0===null?_0x175ce0=Object[_0x4fdc61(0x168)](_0x17e600,_0x57a731):_0x175ce0,_0x27f641;if(typeof Reflect==_0x4fdc61(0x2a0)&&typeof Reflect[_0x4fdc61(0x2a3)]==_0x4fdc61(0x30c))_0x119a27=Reflect[_0x4fdc61(0x2a3)](_0x280ea3,_0x17e600,_0x57a731,_0x175ce0);else{for(var _0x35ca68=_0x280ea3['length']-0x1;_0x35ca68>=0x0;_0x35ca68--)(_0x27f641=_0x280ea3[_0x35ca68])&&(_0x119a27=(_0x203dc4<0x3?_0x27f641(_0x119a27):_0x203dc4>0x3?_0x27f641(_0x17e600,_0x57a731,_0x119a27):_0x27f641(_0x17e600,_0x57a731))||_0x119a27);}return _0x203dc4>0x3&&_0x119a27&&Object['defineProperty'](_0x17e600,_0x57a731,_0x119a27),_0x119a27;}let _0x414d64=class extends _0x42c8e5['Disposable']{constructor(_0x2b0451){const _0x38642d=_0x41e775;super(),this[_0x38642d(0x1e9)]=_0x2b0451,this[_0x38642d(0x291)]();}[_0x41e775(0x291)](){const _0x3deebe=_0x41e775;this[_0x3deebe(0x23a)](this[_0x3deebe(0x1e9)]['register']({'DirectExportIcon':_0x47812a}));}};_0x414d64=_0x11fc8b([_0x5f407f(0x0,(0x0,_0x42c8e5['Inject'])(_0x39c413[_0x41e775(0x219)]))],_0x414d64);function _0x3225be(_0x1daafe){'@babel/helpers - typeof';const _0xffc563=_0x41e775;return _0x3225be=typeof Symbol==_0xffc563(0x30c)&&typeof Symbol[_0xffc563(0x2d7)]==_0xffc563(0x1c2)?function(_0x2cf50e){return typeof _0x2cf50e;}:function(_0x327e1e){const _0x50d6de=_0xffc563;return _0x327e1e&&typeof Symbol==_0x50d6de(0x30c)&&_0x327e1e['constructor']===Symbol&&_0x327e1e!==Symbol[_0x50d6de(0x247)]?_0x50d6de(0x1c2):typeof _0x327e1e;},_0x3225be(_0x1daafe);}function _0x38b810(_0x4d64e9,_0x2f291a){const _0x4d2850=_0x41e775;if(_0x3225be(_0x4d64e9)!='object'||!_0x4d64e9)return _0x4d64e9;var _0x53bd80=_0x4d64e9[Symbol[_0x4d2850(0x1cf)]];if(_0x53bd80!==void 0x0){var _0x54d9d5=_0x53bd80['call'](_0x4d64e9,_0x2f291a||_0x4d2850(0x30e));if(_0x3225be(_0x54d9d5)!='object')return _0x54d9d5;throw TypeError(_0x4d2850(0x1fb));}return(_0x2f291a==='string'?String:Number)(_0x4d64e9);}function _0x51f8c2(_0x32881c){const _0x1ea424=_0x41e775;var _0x2d0bde=_0x38b810(_0x32881c,_0x1ea424(0x1ae));return _0x3225be(_0x2d0bde)=='symbol'?_0x2d0bde:_0x2d0bde+'';}function _0xb150bd(_0x16cbb0,_0x266b83,_0x1cc1b8){const _0x1acbfa=_0x41e775;return(_0x266b83=_0x51f8c2(_0x266b83))in _0x16cbb0?Object[_0x1acbfa(0x15f)](_0x16cbb0,_0x266b83,{'value':_0x1cc1b8,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x16cbb0[_0x266b83]=_0x1cc1b8,_0x16cbb0;}let _0x21abef=(0x0,_0x42c8e5[_0x41e775(0x1ba)])(_0x41e775(0x302));var _0x34b02b=class extends _0x42c8e5[_0x41e775(0x276)]{constructor(){const _0xe28595=_0x41e775;super(),_0xb150bd(this,_0xe28595(0x1c4),new _0x1cfacb[(_0xe28595(0x226))]()),_0xb150bd(this,'_state$',new _0x1cfacb[(_0xe28595(0x226))]()),_0xb150bd(this,'_list$',new _0x1cfacb['Subject']()),_0xb150bd(this,_0xe28595(0x176),this[_0xe28595(0x1c4)][_0xe28595(0x1eb)]()),_0xb150bd(this,'state$',this[_0xe28595(0x2b7)][_0xe28595(0x1eb)]()),_0xb150bd(this,_0xe28595(0x1d0),this['_list$'][_0xe28595(0x1eb)]()),_0xb150bd(this,_0xe28595(0x2f9),[]);}[_0x41e775(0x234)](){const _0x16ca65=_0x41e775;super[_0x16ca65(0x234)](),this[_0x16ca65(0x1c4)][_0x16ca65(0x1fc)](),this[_0x16ca65(0x2b7)][_0x16ca65(0x1fc)](),this[_0x16ca65(0x204)]['complete']();}['show'](){const _0x2e64c4=_0x41e775;this[_0x2e64c4(0x1c4)][_0x2e64c4(0x248)](!0x0);}[_0x41e775(0x2e6)](){const _0x1d344c=_0x41e775;this[_0x1d344c(0x1c4)]['next'](!0x1);}[_0x41e775(0x1b0)](_0x536be6){const _0x91c11f=_0x41e775;this[_0x91c11f(0x2b7)]['next'](_0x536be6);}[_0x41e775(0x193)](_0x5db991){const _0x596d31=_0x41e775;this['_list'][_0x596d31(0x2de)](_0x5db991),this['_list$'][_0x596d31(0x248)](this[_0x596d31(0x2f9)]);}};function _0x440a3b(_0x2fb161){const _0x35e96d=_0x41e775;let {list:_0x297394}=_0x2fb161;function _0x5cb73e(_0x18c18f){const _0x3a364c=_0x38ad;switch(_0x18c18f){case 0x1:return(0x0,_0x5aaaec[_0x3a364c(0x1e6)])(_0x42dd96,{});case 0x2:return(0x0,_0x5aaaec['jsx'])(_0x36f37e,{});case 0x3:return(0x0,_0x5aaaec[_0x3a364c(0x1e6)])(_0x4b72b9,{});default:return null;}}return(0x0,_0x5aaaec['jsx'])('div',{'className':(0x0,_0x1fb1c9['clsx'])(_0x35e96d(0x1da),_0x1fb1c9[_0x35e96d(0x1c8)]),'children':(0x0,_0x5aaaec['jsx'])('ul',{'className':_0x35e96d(0x22b),'children':_0x297394[_0x35e96d(0x25d)]((_0x3ff58d,_0x11f111)=>(0x0,_0x5aaaec[_0x35e96d(0x1e6)])('li',{'children':(0x0,_0x5aaaec[_0x35e96d(0x209)])('a',{'className':'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','href':_0x3ff58d[_0x35e96d(0x2a8)],'target':_0x35e96d(0x316),'rel':'noreferrer','children':[(0x0,_0x5aaaec[_0x35e96d(0x209)])(_0x35e96d(0x2ea),{'className':_0x35e96d(0x200),'children':[(0x0,_0x5aaaec[_0x35e96d(0x1e6)])(_0x35e96d(0x2ea),{'className':'univer-flex\x20univer-h-5\x20univer-text-xl','children':_0x5cb73e(_0x3ff58d[_0x35e96d(0x1dc)])}),(0x0,_0x5aaaec[_0x35e96d(0x1e6)])(_0x1fb1c9['Tooltip'],{'showIfEllipsis':!0x0,'title':_0x3ff58d[_0x35e96d(0x1f5)],'asChild':!0x0,'children':(0x0,_0x5aaaec[_0x35e96d(0x1e6)])(_0x35e96d(0x2ea),{'className':'univer-ml-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x3ff58d[_0x35e96d(0x1f5)]})})]}),(0x0,_0x5aaaec[_0x35e96d(0x1e6)])(_0x35e96d(0x2ea),{'className':_0x35e96d(0x22d),'children':(0x0,_0x5aaaec[_0x35e96d(0x1e6)])(_0x5c7d0c,{})})]})},_0x11f111))})});}var _0x46a98a=Uint8Array,_0x42926d=Uint16Array,_0x4b6d2c=Int32Array,_0x5e8cc9=new _0x46a98a([0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x1,0x2,0x2,0x2,0x2,0x3,0x3,0x3,0x3,0x4,0x4,0x4,0x4,0x5,0x5,0x5,0x5,0x0,0x0,0x0,0x0]),_0x94e25b=new _0x46a98a([0x0,0x0,0x0,0x0,0x1,0x1,0x2,0x2,0x3,0x3,0x4,0x4,0x5,0x5,0x6,0x6,0x7,0x7,0x8,0x8,0x9,0x9,0xa,0xa,0xb,0xb,0xc,0xc,0xd,0xd,0x0,0x0]),_0x4d4822=new _0x46a98a([0x10,0x11,0x12,0x0,0x8,0x7,0x9,0x6,0xa,0x5,0xb,0x4,0xc,0x3,0xd,0x2,0xe,0x1,0xf]),_0x3c66f8=function(_0x58e72f,_0x34a9af){for(var _0x5734dc=new _0x42926d(0x1f),_0x58973f=0x0;_0x58973f<0x1f;++_0x58973f)_0x5734dc[_0x58973f]=_0x34a9af+=0x1<<_0x58e72f[_0x58973f-0x1];for(var _0x527970=new _0x4b6d2c(_0x5734dc[0x1e]),_0x58973f=0x1;_0x58973f<0x1e;++_0x58973f)for(var _0x30e98c=_0x5734dc[_0x58973f];_0x30e98c<_0x5734dc[_0x58973f+0x1];++_0x30e98c)_0x527970[_0x30e98c]=_0x30e98c-_0x5734dc[_0x58973f]<<0x5|_0x58973f;return{'b':_0x5734dc,'r':_0x527970};},_0x3010cb=_0x3c66f8(_0x5e8cc9,0x2),_0x279cd8=_0x3010cb['b'],_0x6d2dbf=_0x3010cb['r'];_0x279cd8[0x1c]=0x102,_0x6d2dbf[0x102]=0x1c;var _0x4579ab=_0x3c66f8(_0x94e25b,0x0);_0x4579ab['b'];for(var _0x13baf7=_0x4579ab['r'],_0x59b965=new _0x42926d(0x8000),_0x246926=0x0;_0x246926<0x8000;++_0x246926){var _0x228501=(_0x246926&0xaaaa)>>0x1|(_0x246926&0x5555)<<0x1;_0x228501=(_0x228501&0xcccc)>>0x2|(_0x228501&0x3333)<<0x2,_0x228501=(_0x228501&0xf0f0)>>0x4|(_0x228501&0xf0f)<<0x4,_0x59b965[_0x246926]=((_0x228501&0xff00)>>0x8|(_0x228501&0xff)<<0x8)>>0x1;}for(var _0x2be537=function(_0x58c3fe,_0x1534d6,_0x118f0d){const _0x35b64a=_0x41e775;for(var _0x1badb8=_0x58c3fe[_0x35b64a(0x1b2)],_0x3e8512=0x0,_0x21f456=new _0x42926d(_0x1534d6);_0x3e8512<_0x1badb8;++_0x3e8512)_0x58c3fe[_0x3e8512]&&++_0x21f456[_0x58c3fe[_0x3e8512]-0x1];var _0x34c0b3=new _0x42926d(_0x1534d6);for(_0x3e8512=0x1;_0x3e8512<_0x1534d6;++_0x3e8512)_0x34c0b3[_0x3e8512]=_0x34c0b3[_0x3e8512-0x1]+_0x21f456[_0x3e8512-0x1]<<0x1;var _0x23224e;if(_0x118f0d){_0x23224e=new _0x42926d(0x1<<_0x1534d6);var _0x43f35a=0xf-_0x1534d6;for(_0x3e8512=0x0;_0x3e8512<_0x1badb8;++_0x3e8512)if(_0x58c3fe[_0x3e8512]){for(var _0x22014f=_0x3e8512<<0x4|_0x58c3fe[_0x3e8512],_0x4ebf49=_0x1534d6-_0x58c3fe[_0x3e8512],_0x43861f=_0x34c0b3[_0x58c3fe[_0x3e8512]-0x1]++<<_0x4ebf49,_0x3011ad=_0x43861f|(0x1<<_0x4ebf49)-0x1;_0x43861f<=_0x3011ad;++_0x43861f)_0x23224e[_0x59b965[_0x43861f]>>_0x43f35a]=_0x22014f;}}else{for(_0x23224e=new _0x42926d(_0x1badb8),_0x3e8512=0x0;_0x3e8512<_0x1badb8;++_0x3e8512)_0x58c3fe[_0x3e8512]&&(_0x23224e[_0x3e8512]=_0x59b965[_0x34c0b3[_0x58c3fe[_0x3e8512]-0x1]++]>>0xf-_0x58c3fe[_0x3e8512]);}return _0x23224e;},_0x3c5b3b=new _0x46a98a(0x120),_0x246926=0x0;_0x246926<0x90;++_0x246926)_0x3c5b3b[_0x246926]=0x8;for(var _0x246926=0x90;_0x246926<0x100;++_0x246926)_0x3c5b3b[_0x246926]=0x9;for(var _0x246926=0x100;_0x246926<0x118;++_0x246926)_0x3c5b3b[_0x246926]=0x7;for(var _0x246926=0x118;_0x246926<0x120;++_0x246926)_0x3c5b3b[_0x246926]=0x8;for(var _0x2f9cb4=new _0x46a98a(0x20),_0x246926=0x0;_0x246926<0x20;++_0x246926)_0x2f9cb4[_0x246926]=0x5;var _0x2361fb=_0x2be537(_0x3c5b3b,0x9,0x0),_0x4e07bd=_0x2be537(_0x2f9cb4,0x5,0x0),_0x263aa9=function(_0x22d113){return(_0x22d113+0x7)/0x8|0x0;},_0xa0eb2d=function(_0x52f4a3,_0x1b926f,_0x2ebf89){const _0x5dba31=_0x41e775;return(_0x1b926f==null||_0x1b926f<0x0)&&(_0x1b926f=0x0),(_0x2ebf89==null||_0x2ebf89>_0x52f4a3['length'])&&(_0x2ebf89=_0x52f4a3[_0x5dba31(0x1b2)]),new _0x46a98a(_0x52f4a3['subarray'](_0x1b926f,_0x2ebf89));},_0x1e90f9=function(_0x442936,_0x465623,_0x16ca56){_0x16ca56<<=_0x465623&0x7;var _0x312868=_0x465623/0x8|0x0;_0x442936[_0x312868]|=_0x16ca56,_0x442936[_0x312868+0x1]|=_0x16ca56>>0x8;},_0x18482b=function(_0x13430c,_0x4333d0,_0xddcce3){_0xddcce3<<=_0x4333d0&0x7;var _0x189cbb=_0x4333d0/0x8|0x0;_0x13430c[_0x189cbb]|=_0xddcce3,_0x13430c[_0x189cbb+0x1]|=_0xddcce3>>0x8,_0x13430c[_0x189cbb+0x2]|=_0xddcce3>>0x10;},_0x55e815=function(_0x4dee15,_0x17920a){const _0xc621d6=_0x41e775;for(var _0x54e278=[],_0x48c3ed=0x0;_0x48c3ed<_0x4dee15[_0xc621d6(0x1b2)];++_0x48c3ed)_0x4dee15[_0x48c3ed]&&_0x54e278[_0xc621d6(0x21e)]({'s':_0x48c3ed,'f':_0x4dee15[_0x48c3ed]});var _0x3a6af5=_0x54e278['length'],_0x466711=_0x54e278['slice']();if(!_0x3a6af5)return{'t':_0x2c1e86,'l':0x0};if(_0x3a6af5==0x1){var _0x1c3d0c=new _0x46a98a(_0x54e278[0x0]['s']+0x1);return _0x1c3d0c[_0x54e278[0x0]['s']]=0x1,{'t':_0x1c3d0c,'l':0x1};}_0x54e278[_0xc621d6(0x2e3)](function(_0x507a98,_0x47c73f){return _0x507a98['f']-_0x47c73f['f'];}),_0x54e278['push']({'s':-0x1,'f':0x61a9});var _0x392eb1=_0x54e278[0x0],_0x282f6b=_0x54e278[0x1],_0x5e3da5=0x0,_0x1b3e9c=0x1,_0x5ecc71=0x2;for(_0x54e278[0x0]={'s':-0x1,'f':_0x392eb1['f']+_0x282f6b['f'],'l':_0x392eb1,'r':_0x282f6b};_0x1b3e9c!=_0x3a6af5-0x1;)_0x392eb1=_0x54e278[_0x54e278[_0x5e3da5]['f']<_0x54e278[_0x5ecc71]['f']?_0x5e3da5++:_0x5ecc71++],_0x282f6b=_0x54e278[_0x5e3da5!=_0x1b3e9c&&_0x54e278[_0x5e3da5]['f']<_0x54e278[_0x5ecc71]['f']?_0x5e3da5++:_0x5ecc71++],_0x54e278[_0x1b3e9c++]={'s':-0x1,'f':_0x392eb1['f']+_0x282f6b['f'],'l':_0x392eb1,'r':_0x282f6b};for(var _0x5e4317=_0x466711[0x0]['s'],_0x48c3ed=0x1;_0x48c3ed<_0x3a6af5;++_0x48c3ed)_0x466711[_0x48c3ed]['s']>_0x5e4317&&(_0x5e4317=_0x466711[_0x48c3ed]['s']);var _0x205578=new _0x42926d(_0x5e4317+0x1),_0xf17718=_0x1f4c58(_0x54e278[_0x1b3e9c-0x1],_0x205578,0x0);if(_0xf17718>_0x17920a){var _0x48c3ed=0x0,_0x5259bd=0x0,_0x4694a2=_0xf17718-_0x17920a,_0xa291b4=0x1<<_0x4694a2;for(_0x466711[_0xc621d6(0x2e3)](function(_0x5a5a30,_0x5389bb){return _0x205578[_0x5389bb['s']]-_0x205578[_0x5a5a30['s']]||_0x5a5a30['f']-_0x5389bb['f'];});_0x48c3ed<_0x3a6af5;++_0x48c3ed){var _0xc0edff=_0x466711[_0x48c3ed]['s'];if(_0x205578[_0xc0edff]>_0x17920a)_0x5259bd+=_0xa291b4-(0x1<<_0xf17718-_0x205578[_0xc0edff]),_0x205578[_0xc0edff]=_0x17920a;else break;}for(_0x5259bd>>=_0x4694a2;_0x5259bd>0x0;){var _0x7dd5a1=_0x466711[_0x48c3ed]['s'];_0x205578[_0x7dd5a1]<_0x17920a?_0x5259bd-=0x1<<_0x17920a-_0x205578[_0x7dd5a1]++-0x1:++_0x48c3ed;}for(;_0x48c3ed>=0x0&&_0x5259bd;--_0x48c3ed){var _0x8f720=_0x466711[_0x48c3ed]['s'];_0x205578[_0x8f720]==_0x17920a&&(--_0x205578[_0x8f720],++_0x5259bd);}_0xf17718=_0x17920a;}return{'t':new _0x46a98a(_0x205578),'l':_0xf17718};},_0x1f4c58=function(_0x3ba2f6,_0x28d861,_0x58beb7){const _0x34a291=_0x41e775;return _0x3ba2f6['s']==-0x1?Math[_0x34a291(0x2be)](_0x1f4c58(_0x3ba2f6['l'],_0x28d861,_0x58beb7+0x1),_0x1f4c58(_0x3ba2f6['r'],_0x28d861,_0x58beb7+0x1)):_0x28d861[_0x3ba2f6['s']]=_0x58beb7;},_0x5e3863=function(_0x4661fb){const _0x4ccf9c=_0x41e775;for(var _0x888985=_0x4661fb['length'];_0x888985&&!_0x4661fb[--_0x888985];);for(var _0x2e82f9=new _0x42926d(++_0x888985),_0x3d78db=0x0,_0x4419e2=_0x4661fb[0x0],_0x326fd6=0x1,_0x4b8437=function(_0x310012){_0x2e82f9[_0x3d78db++]=_0x310012;},_0x1e912c=0x1;_0x1e912c<=_0x888985;++_0x1e912c)if(_0x4661fb[_0x1e912c]==_0x4419e2&&_0x1e912c!=_0x888985)++_0x326fd6;else{if(!_0x4419e2&&_0x326fd6>0x2){for(;_0x326fd6>0x8a;_0x326fd6-=0x8a)_0x4b8437(0x7ff2);_0x326fd6>0x2&&(_0x4b8437(_0x326fd6>0xa?_0x326fd6-0xb<<0x5|0x7012:_0x326fd6-0x3<<0x5|0x3011),_0x326fd6=0x0);}else{if(_0x326fd6>0x3){for(_0x4b8437(_0x4419e2),--_0x326fd6;_0x326fd6>0x6;_0x326fd6-=0x6)_0x4b8437(0x2070);_0x326fd6>0x2&&(_0x4b8437(_0x326fd6-0x3<<0x5|0x2010),_0x326fd6=0x0);}}for(;_0x326fd6--;)_0x4b8437(_0x4419e2);_0x326fd6=0x1,_0x4419e2=_0x4661fb[_0x1e912c];}return{'c':_0x2e82f9[_0x4ccf9c(0x151)](0x0,_0x3d78db),'n':_0x888985};},_0x190c53=function(_0x1b97b0,_0x230ab7){const _0x1fc0f2=_0x41e775;for(var _0x4ae256=0x0,_0x42a8ea=0x0;_0x42a8ea<_0x230ab7[_0x1fc0f2(0x1b2)];++_0x42a8ea)_0x4ae256+=_0x1b97b0[_0x42a8ea]*_0x230ab7[_0x42a8ea];return _0x4ae256;},_0xaa466d=function(_0xbf7fe,_0x1d5cd5,_0xf09733){var _0x25cd17=_0xf09733['length'],_0x1b9603=_0x263aa9(_0x1d5cd5+0x2);_0xbf7fe[_0x1b9603]=_0x25cd17&0xff,_0xbf7fe[_0x1b9603+0x1]=_0x25cd17>>0x8,_0xbf7fe[_0x1b9603+0x2]=_0xbf7fe[_0x1b9603]^0xff,_0xbf7fe[_0x1b9603+0x3]=_0xbf7fe[_0x1b9603+0x1]^0xff;for(var _0x4167de=0x0;_0x4167de<_0x25cd17;++_0x4167de)_0xbf7fe[_0x1b9603+_0x4167de+0x4]=_0xf09733[_0x4167de];return(_0x1b9603+0x4+_0x25cd17)*0x8;},_0xf3b776=function(_0x4d97e5,_0x443dea,_0x4547b0,_0x4f5a05,_0x9c97d2,_0x4d5779,_0x411842,_0x2aade1,_0xd36525,_0x1aee48,_0x457be3){const _0x571d6a=_0x41e775;_0x1e90f9(_0x443dea,_0x457be3++,_0x4547b0),++_0x9c97d2[0x100];for(var _0x240167=_0x55e815(_0x9c97d2,0xf),_0x556b44=_0x240167['t'],_0x1523a9=_0x240167['l'],_0x2ab551=_0x55e815(_0x4d5779,0xf),_0x50f31d=_0x2ab551['t'],_0x3f021c=_0x2ab551['l'],_0xb0c650=_0x5e3863(_0x556b44),_0x515dfb=_0xb0c650['c'],_0x1dd6a4=_0xb0c650['n'],_0xac88e0=_0x5e3863(_0x50f31d),_0x106d2f=_0xac88e0['c'],_0x289584=_0xac88e0['n'],_0x57447d=new _0x42926d(0x13),_0x49da40=0x0;_0x49da40<_0x515dfb[_0x571d6a(0x1b2)];++_0x49da40)++_0x57447d[_0x515dfb[_0x49da40]&0x1f];for(var _0x49da40=0x0;_0x49da40<_0x106d2f['length'];++_0x49da40)++_0x57447d[_0x106d2f[_0x49da40]&0x1f];for(var _0x2b5492=_0x55e815(_0x57447d,0x7),_0x5b3550=_0x2b5492['t'],_0x1a7ab6=_0x2b5492['l'],_0x391cb2=0x13;_0x391cb2>0x4&&!_0x5b3550[_0x4d4822[_0x391cb2-0x1]];--_0x391cb2);var _0x14e05d=_0x1aee48+0x5<<0x3,_0x338877=_0x190c53(_0x9c97d2,_0x3c5b3b)+_0x190c53(_0x4d5779,_0x2f9cb4)+_0x411842,_0x5ca9ff=_0x190c53(_0x9c97d2,_0x556b44)+_0x190c53(_0x4d5779,_0x50f31d)+_0x411842+0xe+0x3*_0x391cb2+_0x190c53(_0x57447d,_0x5b3550)+0x2*_0x57447d[0x10]+0x3*_0x57447d[0x11]+0x7*_0x57447d[0x12];if(_0xd36525>=0x0&&_0x14e05d<=_0x338877&&_0x14e05d<=_0x5ca9ff)return _0xaa466d(_0x443dea,_0x457be3,_0x4d97e5[_0x571d6a(0x151)](_0xd36525,_0xd36525+_0x1aee48));var _0xbd7f79,_0x1e03b7,_0x5d2b4c,_0x1b7ab9;if(_0x1e90f9(_0x443dea,_0x457be3,0x1+(_0x5ca9ff<_0x338877)),_0x457be3+=0x2,_0x5ca9ff<_0x338877){_0xbd7f79=_0x2be537(_0x556b44,_0x1523a9,0x0),_0x1e03b7=_0x556b44,_0x5d2b4c=_0x2be537(_0x50f31d,_0x3f021c,0x0),_0x1b7ab9=_0x50f31d;var _0x514a81=_0x2be537(_0x5b3550,_0x1a7ab6,0x0);_0x1e90f9(_0x443dea,_0x457be3,_0x1dd6a4-0x101),_0x1e90f9(_0x443dea,_0x457be3+0x5,_0x289584-0x1),_0x1e90f9(_0x443dea,_0x457be3+0xa,_0x391cb2-0x4),_0x457be3+=0xe;for(var _0x49da40=0x0;_0x49da40<_0x391cb2;++_0x49da40)_0x1e90f9(_0x443dea,_0x457be3+0x3*_0x49da40,_0x5b3550[_0x4d4822[_0x49da40]]);_0x457be3+=0x3*_0x391cb2;for(var _0x5e1fe2=[_0x515dfb,_0x106d2f],_0x53c59e=0x0;_0x53c59e<0x2;++_0x53c59e)for(var _0x2c643c=_0x5e1fe2[_0x53c59e],_0x49da40=0x0;_0x49da40<_0x2c643c[_0x571d6a(0x1b2)];++_0x49da40){var _0x2127a5=_0x2c643c[_0x49da40]&0x1f;_0x1e90f9(_0x443dea,_0x457be3,_0x514a81[_0x2127a5]),_0x457be3+=_0x5b3550[_0x2127a5],_0x2127a5>0xf&&(_0x1e90f9(_0x443dea,_0x457be3,_0x2c643c[_0x49da40]>>0x5&0x7f),_0x457be3+=_0x2c643c[_0x49da40]>>0xc);}}else _0xbd7f79=_0x2361fb,_0x1e03b7=_0x3c5b3b,_0x5d2b4c=_0x4e07bd,_0x1b7ab9=_0x2f9cb4;for(var _0x49da40=0x0;_0x49da40<_0x2aade1;++_0x49da40){var _0x2a5499=_0x4f5a05[_0x49da40];if(_0x2a5499>0xff){var _0x2127a5=_0x2a5499>>0x12&0x1f;_0x18482b(_0x443dea,_0x457be3,_0xbd7f79[_0x2127a5+0x101]),_0x457be3+=_0x1e03b7[_0x2127a5+0x101],_0x2127a5>0x7&&(_0x1e90f9(_0x443dea,_0x457be3,_0x2a5499>>0x17&0x1f),_0x457be3+=_0x5e8cc9[_0x2127a5]);var _0x24b761=_0x2a5499&0x1f;_0x18482b(_0x443dea,_0x457be3,_0x5d2b4c[_0x24b761]),_0x457be3+=_0x1b7ab9[_0x24b761],_0x24b761>0x3&&(_0x18482b(_0x443dea,_0x457be3,_0x2a5499>>0x5&0x1fff),_0x457be3+=_0x94e25b[_0x24b761]);}else _0x18482b(_0x443dea,_0x457be3,_0xbd7f79[_0x2a5499]),_0x457be3+=_0x1e03b7[_0x2a5499];}return _0x18482b(_0x443dea,_0x457be3,_0xbd7f79[0x100]),_0x457be3+_0x1e03b7[0x100];},_0x59241b=new _0x4b6d2c([0x10004,0x20008,0x20010,0x20020,0x40020,0x100080,0x100100,0x204400,0x205000]),_0x2c1e86=new _0x46a98a(0x0),_0x3a5cff=function(_0x355b10,_0x5f353a,_0x3a12e2,_0x5ca965,_0x1acd73,_0x2cf5c){const _0x6a91c4=_0x41e775;var _0x26dc96=_0x2cf5c['z']||_0x355b10[_0x6a91c4(0x1b2)],_0xa809c4=new _0x46a98a(_0x5ca965+_0x26dc96+0x5*(0x1+Math['ceil'](_0x26dc96/0x1b58))+_0x1acd73),_0x3754c6=_0xa809c4[_0x6a91c4(0x151)](_0x5ca965,_0xa809c4[_0x6a91c4(0x1b2)]-_0x1acd73),_0x1534b5=_0x2cf5c['l'],_0x8a9c08=(_0x2cf5c['r']||0x0)&0x7;if(_0x5f353a){_0x8a9c08&&(_0x3754c6[0x0]=_0x2cf5c['r']>>0x3);for(var _0x9ba0b9=_0x59241b[_0x5f353a-0x1],_0xf16536=_0x9ba0b9>>0xd,_0x52caa3=_0x9ba0b9&0x1fff,_0x2843ff=(0x1<<_0x3a12e2)-0x1,_0x2110ce=_0x2cf5c['p']||new _0x42926d(0x8000),_0x398041=_0x2cf5c['h']||new _0x42926d(_0x2843ff+0x1),_0x103e23=Math['ceil'](_0x3a12e2/0x3),_0x3f7d2e=0x2*_0x103e23,_0x3464ff=function(_0x14ae94){return(_0x355b10[_0x14ae94]^_0x355b10[_0x14ae94+0x1]<<_0x103e23^_0x355b10[_0x14ae94+0x2]<<_0x3f7d2e)&_0x2843ff;},_0x3115ba=new _0x4b6d2c(0x61a8),_0x279c82=new _0x42926d(0x120),_0x1a3040=new _0x42926d(0x20),_0x41a7e1=0x0,_0x1c4bf5=0x0,_0x5eb0b0=_0x2cf5c['i']||0x0,_0x26121f=0x0,_0x6d55ef=_0x2cf5c['w']||0x0,_0x47e449=0x0;_0x5eb0b0+0x2<_0x26dc96;++_0x5eb0b0){var _0x50b8b5=_0x3464ff(_0x5eb0b0),_0x29c5eb=_0x5eb0b0&0x7fff,_0x3b8940=_0x398041[_0x50b8b5];if(_0x2110ce[_0x29c5eb]=_0x3b8940,_0x398041[_0x50b8b5]=_0x29c5eb,_0x6d55ef<=_0x5eb0b0){var _0x4b4649=_0x26dc96-_0x5eb0b0;if((_0x41a7e1>0x1b58||_0x26121f>0x6000)&&(_0x4b4649>0x1a7||!_0x1534b5)){_0x8a9c08=_0xf3b776(_0x355b10,_0x3754c6,0x0,_0x3115ba,_0x279c82,_0x1a3040,_0x1c4bf5,_0x26121f,_0x47e449,_0x5eb0b0-_0x47e449,_0x8a9c08),_0x26121f=_0x41a7e1=_0x1c4bf5=0x0,_0x47e449=_0x5eb0b0;for(var _0xc2ade4=0x0;_0xc2ade4<0x11e;++_0xc2ade4)_0x279c82[_0xc2ade4]=0x0;for(var _0xc2ade4=0x0;_0xc2ade4<0x1e;++_0xc2ade4)_0x1a3040[_0xc2ade4]=0x0;}var _0x595a20=0x2,_0xc1ef23=0x0,_0x46ba9b=_0x52caa3,_0x2f5950=_0x29c5eb-_0x3b8940&0x7fff;if(_0x4b4649>0x2&&_0x50b8b5==_0x3464ff(_0x5eb0b0-_0x2f5950))for(var _0x160c6e=Math[_0x6a91c4(0x179)](_0xf16536,_0x4b4649)-0x1,_0x3377f4=Math['min'](0x7fff,_0x5eb0b0),_0x11e465=Math[_0x6a91c4(0x179)](0x102,_0x4b4649);_0x2f5950<=_0x3377f4&&--_0x46ba9b&&_0x29c5eb!=_0x3b8940;){if(_0x355b10[_0x5eb0b0+_0x595a20]==_0x355b10[_0x5eb0b0+_0x595a20-_0x2f5950]){for(var _0x3933ad=0x0;_0x3933ad<_0x11e465&&_0x355b10[_0x5eb0b0+_0x3933ad]==_0x355b10[_0x5eb0b0+_0x3933ad-_0x2f5950];++_0x3933ad);if(_0x3933ad>_0x595a20){if(_0x595a20=_0x3933ad,_0xc1ef23=_0x2f5950,_0x3933ad>_0x160c6e)break;for(var _0xe92a13=Math['min'](_0x2f5950,_0x3933ad-0x2),_0x480914=0x0,_0xc2ade4=0x0;_0xc2ade4<_0xe92a13;++_0xc2ade4){var _0x5ce921=_0x5eb0b0-_0x2f5950+_0xc2ade4&0x7fff,_0x19512a=_0x5ce921-_0x2110ce[_0x5ce921]&0x7fff;_0x19512a>_0x480914&&(_0x480914=_0x19512a,_0x3b8940=_0x5ce921);}}}_0x29c5eb=_0x3b8940,_0x3b8940=_0x2110ce[_0x29c5eb],_0x2f5950+=_0x29c5eb-_0x3b8940&0x7fff;}if(_0xc1ef23){_0x3115ba[_0x26121f++]=0x10000000|_0x6d2dbf[_0x595a20]<<0x12|_0x13baf7[_0xc1ef23];var _0x4b17d5=_0x6d2dbf[_0x595a20]&0x1f,_0x5b93f9=_0x13baf7[_0xc1ef23]&0x1f;_0x1c4bf5+=_0x5e8cc9[_0x4b17d5]+_0x94e25b[_0x5b93f9],++_0x279c82[0x101+_0x4b17d5],++_0x1a3040[_0x5b93f9],_0x6d55ef=_0x5eb0b0+_0x595a20,++_0x41a7e1;}else _0x3115ba[_0x26121f++]=_0x355b10[_0x5eb0b0],++_0x279c82[_0x355b10[_0x5eb0b0]];}}for(_0x5eb0b0=Math['max'](_0x5eb0b0,_0x6d55ef);_0x5eb0b0<_0x26dc96;++_0x5eb0b0)_0x3115ba[_0x26121f++]=_0x355b10[_0x5eb0b0],++_0x279c82[_0x355b10[_0x5eb0b0]];_0x8a9c08=_0xf3b776(_0x355b10,_0x3754c6,_0x1534b5,_0x3115ba,_0x279c82,_0x1a3040,_0x1c4bf5,_0x26121f,_0x47e449,_0x5eb0b0-_0x47e449,_0x8a9c08),_0x1534b5||(_0x2cf5c['r']=_0x8a9c08&0x7|_0x3754c6[_0x8a9c08/0x8|0x0]<<0x3,_0x8a9c08-=0x7,_0x2cf5c['h']=_0x398041,_0x2cf5c['p']=_0x2110ce,_0x2cf5c['i']=_0x5eb0b0,_0x2cf5c['w']=_0x6d55ef);}else{for(var _0x5eb0b0=_0x2cf5c['w']||0x0;_0x5eb0b0<_0x26dc96+_0x1534b5;_0x5eb0b0+=0xffff){var _0x2c0745=_0x5eb0b0+0xffff;_0x2c0745>=_0x26dc96&&(_0x3754c6[_0x8a9c08/0x8|0x0]=_0x1534b5,_0x2c0745=_0x26dc96),_0x8a9c08=_0xaa466d(_0x3754c6,_0x8a9c08+0x1,_0x355b10[_0x6a91c4(0x151)](_0x5eb0b0,_0x2c0745));}_0x2cf5c['i']=_0x26dc96;}return _0xa0eb2d(_0xa809c4,0x0,_0x5ca965+_0x263aa9(_0x8a9c08)+_0x1acd73);},_0xba3b6a=function(_0x2a1c91,_0x5a3106,_0x3b59f6,_0x5746b7,_0x23bd59){const _0xce0c7e=_0x41e775;if(!_0x23bd59&&(_0x23bd59={'l':0x1},_0x5a3106[_0xce0c7e(0x2aa)])){var _0x5c6ee4=_0x5a3106[_0xce0c7e(0x2aa)]['subarray'](-0x8000),_0x5a18e1=new _0x46a98a(_0x5c6ee4[_0xce0c7e(0x1b2)]+_0x2a1c91[_0xce0c7e(0x1b2)]);_0x5a18e1['set'](_0x5c6ee4),_0x5a18e1[_0xce0c7e(0x27f)](_0x2a1c91,_0x5c6ee4[_0xce0c7e(0x1b2)]),_0x2a1c91=_0x5a18e1,_0x23bd59['w']=_0x5c6ee4[_0xce0c7e(0x1b2)];}return _0x3a5cff(_0x2a1c91,_0x5a3106[_0xce0c7e(0x2d8)]==null?0x6:_0x5a3106[_0xce0c7e(0x2d8)],_0x5a3106[_0xce0c7e(0x2b6)]==null?_0x23bd59['l']?Math['ceil'](Math[_0xce0c7e(0x2be)](0x8,Math[_0xce0c7e(0x179)](0xd,Math[_0xce0c7e(0x181)](_0x2a1c91[_0xce0c7e(0x1b2)])))*1.5):0x14:0xc+_0x5a3106[_0xce0c7e(0x2b6)],_0x3b59f6,_0x5746b7,_0x23bd59);};function _0x3ee922(_0x475aff,_0x1ef6a3){return _0xba3b6a(_0x475aff,_0x1ef6a3||{},0x0,0x0);}var _0x2c3029=typeof TextDecoder<'u'&&new TextDecoder();try{_0x2c3029[_0x41e775(0x2f2)](_0x2c1e86,{'stream':!0x0});}catch{}let _0x297f90=_0x41e775(0x2c8),_0x184f3a='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',_0x593d61='application/vnd.ms-excel.sheet.macroEnabled.12',_0x45aeac=_0x41e775(0x232),_0x39f5a1='application/vnd.openxmlformats-officedocument.presentationml.presentation',_0x1385f4=_0x41e775(0x29a),_0x5a58fc={[_0x42c8e5['UniverInstanceType'][_0x41e775(0x2c4)]]:[''],[_0x42c8e5[_0x41e775(0x250)][_0x41e775(0x1ca)]]:[_0x297f90],[_0x42c8e5[_0x41e775(0x250)][_0x41e775(0x1bf)]]:[_0x184f3a,_0x593d61,_0x45aeac],[_0x42c8e5[_0x41e775(0x250)][_0x41e775(0x2dc)]]:[_0x39f5a1],[_0x42c8e5['UniverInstanceType'][_0x41e775(0x1bd)]]:[''],[_0x42c8e5[_0x41e775(0x250)][_0x41e775(0x153)]]:[''],[_0x42c8e5['UniverInstanceType'][_0x41e775(0x18d)]]:[''],[_0x42c8e5[_0x41e775(0x250)][_0x41e775(0x1ce)]]:[_0x1385f4],[_0x42c8e5[_0x41e775(0x250)][_0x41e775(0x243)]]:['']},_0x32df51={[_0x297f90]:_0x41e775(0x2cf),[_0x184f3a]:'xlsx',[_0x593d61]:_0x41e775(0x299),[_0x45aeac]:_0x41e775(0x27b),[_0x39f5a1]:_0x41e775(0x1be),[_0x1385f4]:_0x41e775(0x2bd)};function _0x2ab33d(_0x42ed1b,_0x40ebdc,_0x13e09a){const _0x577ce6=_0x41e775;let _0x4f85ab=document[_0x577ce6(0x1d2)]('a');_0x4f85ab[_0x577ce6(0x253)]=_0x42ed1b,_0x4f85ab[_0x577ce6(0x261)][_0x577ce6(0x159)]=_0x577ce6(0x277),_0x4f85ab[_0x577ce6(0x197)]=_0x40ebdc+'.'+_0x13e09a,document[_0x577ce6(0x1b8)][_0x577ce6(0x1bb)](_0x4f85ab),_0x4f85ab[_0x577ce6(0x160)](),document['body']['removeChild'](_0x4f85ab);}function _0x4beb32(_0x4b722e,_0x5e0d67,_0x56df4e){const _0x2fc976=_0x41e775;let _0x2c8180=URL[_0x2fc976(0x2e9)](_0x4b722e);_0x2ab33d(_0x2c8180,_0x5e0d67,_0x56df4e),URL[_0x2fc976(0x27e)](_0x2c8180);}function _0x27caad(_0x4a4a93){const _0x26350b=_0x41e775;let _0x5a0f3a=_0x4a4a93[_0x26350b(0x1f5)]['split']('.')['pop']();if(!_0x5a0f3a)return _0x42c8e5[_0x26350b(0x250)][_0x26350b(0x2c4)];let _0x25afa5=_0x25e24c(),_0x3a267d=_0x42c8e5['UniverInstanceType'][_0x26350b(0x2c4)];return _0x25afa5['some'](_0x4e902f=>_0x2a7eb1(_0x5a0f3a,_0x4e902f)?(_0x3a267d=_0x4e902f,!0x0):!0x1),_0x3a267d;}function _0x25e24c(){const _0x202471=_0x41e775;return Object[_0x202471(0x15c)](_0x42c8e5[_0x202471(0x250)])[_0x202471(0x221)](_0xd49e2f=>typeof _0xd49e2f=='number');}function _0x2a7eb1(_0x111c93,_0x943e69){const _0x4c0935=_0x41e775;var _0x3fc7ae;return((_0x3fc7ae=_0x5a58fc[_0x943e69])==null?[]:_0x3fc7ae)[_0x4c0935(0x25d)](_0x42cb4c=>(_0x32df51[_0x42cb4c]||'')['toLowerCase']())['includes'](_0x111c93[_0x4c0935(0x2ba)]());}function _0x374a76(_0x3e38d4,_0x4cd419=!0x1){const _0x2213ae=_0x41e775;let _0x280991=_0x3e38d4[_0x2213ae(0x25d)](_0x3ab856=>{var _0x4324f0;return(_0x4324f0=_0x5a58fc[_0x3ab856])==null?[]:_0x4324f0;})[_0x2213ae(0x217)](',');return new Promise((_0x307fbf,_0x544c2c)=>{const _0x3f5ee7=_0x2213ae;let _0x3187e1=document[_0x3f5ee7(0x1d2)](_0x3f5ee7(0x1f2));_0x3187e1[_0x3f5ee7(0x1dc)]=_0x3f5ee7(0x258),_0x3187e1[_0x3f5ee7(0x18c)]=_0x280991,_0x3187e1[_0x3f5ee7(0x16b)]=_0x4cd419,_0x3187e1[_0x3f5ee7(0x2a9)](_0x3f5ee7(0x212),_0x5487bc=>{const _0x473443=_0x3f5ee7;let _0x2b7866=_0x5487bc[_0x473443(0x2f0)];if(!_0x2b7866[_0x473443(0x1aa)]||_0x2b7866[_0x473443(0x1aa)][_0x473443(0x1b2)]===0x0)throw _0x544c2c(null),Error(_0x473443(0x2ca));_0x307fbf(_0x2b7866[_0x473443(0x1aa)]);}),_0x3187e1[_0x3f5ee7(0x160)]();});}async function _0x7d25d1(_0x420205,_0x108ab1){const _0x56f520=_0x41e775;try{var _0x520512,_0x2a20dc,_0x5769ce;let _0x2c59ee=await _0x108ab1['get'](_0x420205,{'responseType':'blob'}),_0x4c4b5e=_0x2c59ee['body'],_0x944e05=(_0x520512=(_0x2a20dc=_0x2c59ee[_0x56f520(0x297)][_0x56f520(0x29c)](_0x56f520(0x28f)))==null?void 0x0:_0x2a20dc[_0x56f520(0x217)](',\x20'))==null?_0x56f520(0x2a6):_0x520512,_0x4ef205=_0x56f520(0x20f)+(_0x32df51[_0x944e05]||_0x56f520(0x1a3)),_0x430e7f=(_0x5769ce=_0x2c59ee[_0x56f520(0x297)][_0x56f520(0x29c)]('content-disposition'))==null?void 0x0:_0x5769ce[_0x56f520(0x217)](',\x20');if(_0x430e7f){let _0x1b18f7=_0x430e7f[_0x56f520(0x285)](/filename=(.+)/);_0x1b18f7&&_0x1b18f7[0x1]&&(_0x4ef205=_0x1b18f7[0x1]);}else _0x4ef205=_0x1605b0(_0x420205)||_0x4ef205;return new File([_0x4c4b5e],_0x4ef205,{'type':_0x944e05});}catch(_0x4e6d06){console[_0x56f520(0x319)](_0x56f520(0x1a0),_0x4e6d06);return;}}function _0x1605b0(_0x599514){const _0x2a18cd=_0x41e775;try{return new URL(_0x599514)[_0x2a18cd(0x26e)][_0x2a18cd(0x1a5)]('/')['pop']();}catch(_0x5861e5){console['error'](_0x2a18cd(0x146),_0x5861e5);return;}}function _0x421302(_0x10d5bc){const _0x1880f6=_0x41e775;let _0x233cff=new Blob([_0x10d5bc[_0x1880f6(0x2c3)]],{'type':_0x1880f6(0x304)});return new File([_0x233cff],_0x1880f6(0x310));}function _0x2bd44d(_0x296524,_0x39bcd3){const _0x2b1476=_0x41e775;return _0x296524[_0x2b1476(0x211)]('{type}',_0x39bcd3);}function _0x157aa3(_0xd0575e,_0x2bd3b4){const _0x35a053=_0x41e775;return _0xd0575e[_0x35a053(0x211)](_0x35a053(0x305),_0x2bd3b4);}function _0x369bc1(_0x21656d,_0x3bd39d){const _0x1171f1=_0x41e775;return _0x21656d['replace'](_0x1171f1(0x2e1),_0x3bd39d);}let _0x1aef36=(0x0,_0x42c8e5[_0x41e775(0x1ba)])(_0x41e775(0x26d)),_0x40ccae=class{constructor(_0x1cc9ee,_0x3aafe5){const _0x1fcab9=_0x41e775;this[_0x1fcab9(0x26a)]=_0x1cc9ee,this[_0x1fcab9(0x1a7)]=_0x3aafe5,_0xb150bd(this,_0x1fcab9(0x28d),new Set());}[_0x41e775(0x234)](){}[_0x41e775(0x196)](_0x26f790){const _0x589c3f=_0x41e775;this[_0x589c3f(0x28d)][_0x589c3f(0x1e4)](_0x26f790);}[_0x41e775(0x149)](){const _0xa6df4a=_0x41e775;this[_0xa6df4a(0x28d)][_0xa6df4a(0x274)]();}async[_0x41e775(0x2fe)](_0x3f593a,_0x2ecb06=0x0,_0x1f7f0c=!0x1){const _0x22b7d8=_0x41e775;if(typeof _0x3f593a==_0x22b7d8(0x1ae)){let _0x480741=await _0x7d25d1(_0x3f593a,this[_0x22b7d8(0x1a7)]);if(!_0x480741)throw Error(_0x22b7d8(0x1d5));_0x3f593a=_0x480741;}_0x2ecb06=_0x2ecb06||_0x3f593a['size'];let _0x10dbbf=new FormData();_0x10dbbf[_0x22b7d8(0x29b)]('file',_0x3f593a);try{let _0x2d302b=this[_0x22b7d8(0x1e8)]()+_0x22b7d8(0x1c0)+_0x2ecb06+'&source='+_0x285eb5['FileSource']['HttpImport']+_0x22b7d8(0x23f)+_0x1f7f0c,_0x2642ec={'body':_0x10dbbf},_0x405219=(await this['_httpService'][_0x22b7d8(0x2bc)](_0x2d302b,_0x2642ec))[_0x22b7d8(0x1b8)];if(_0x405219['error']&&_0x405219[_0x22b7d8(0x319)]['code']!==_0x285eb5['ErrorCode']['OK'])throw Error(this['_buildProtocolErrorMessage']('upload\x20request\x20failed',_0x405219['error']));return _0x405219;}catch(_0x12ebe5){throw _0x12ebe5 instanceof Error?_0x12ebe5:Error(this[_0x22b7d8(0x25a)](_0x22b7d8(0x1c6),_0x12ebe5));}}async['import'](_0x4b65bf){const _0xe6f422=_0x41e775;let {fileID:_0x3845ea,type:_0x2ad84f,outputType:_0x566e33,minSheetColumnCount:_0xa886d2,minSheetRowCount:_0x4f5894}=_0x4b65bf;try{let _0x4e45d6=_0x2bd44d(this[_0xe6f422(0x2e8)](),''+_0x2ad84f),_0x15623d={'body':{'fileID':_0x3845ea,'outputType':_0x566e33,'minSheetColumnCount':_0xa886d2,'minSheetRowCount':_0x4f5894}},_0x3f9889=(await this[_0xe6f422(0x1a7)]['post'](_0x4e45d6,_0x15623d))[_0xe6f422(0x1b8)];return _0x3f9889[_0xe6f422(0x319)]&&_0x3f9889[_0xe6f422(0x319)][_0xe6f422(0x318)]!==_0x285eb5['ErrorCode']['OK']?void 0x0:_0x3f9889;}catch{return;}}async['export'](_0x28843b){const _0x139978=_0x41e775;let {unitID:_0x242825,jsonID:_0x2ebbcf,type:_0x18ab4c,useImageUrl:_0x5e74bd,ignoreTableExport:_0x3e737b}=_0x28843b;try{let _0x4e5dfc=_0x2bd44d(this[_0x139978(0x1dd)](),''+_0x18ab4c),_0x194058={'body':{'unitID':_0x242825,'jsonID':_0x2ebbcf,'type':_0x18ab4c,'useImageUrl':_0x5e74bd,'ignoreTableExport':_0x3e737b}},_0x3654a6=(await this[_0x139978(0x1a7)]['post'](_0x4e5dfc,_0x194058))[_0x139978(0x1b8)];return _0x3654a6[_0x139978(0x319)]&&_0x3654a6[_0x139978(0x319)][_0x139978(0x318)]!==_0x285eb5[_0x139978(0x273)]['OK']?void 0x0:_0x3654a6;}catch{return;}}async[_0x41e775(0x21b)](_0x29b9f0){return new Promise((_0x33df54,_0x703fbe)=>{const _0x534c28=_0x38ad;try{let _0x125e1e=0x0,_0x597736=_0x157aa3(this['_getTaskURL'](),''+_0x29b9f0),_0x2d0976=this[_0x534c28(0x215)](),_0x479f12=async()=>{const _0x5ce6c9=_0x534c28;if(this[_0x5ce6c9(0x28d)]['has'](_0x29b9f0))return;let _0x30caae=(await this[_0x5ce6c9(0x1a7)]['get'](_0x597736))[_0x5ce6c9(0x1b8)];if(_0x30caae[_0x5ce6c9(0x319)]&&_0x30caae[_0x5ce6c9(0x319)][_0x5ce6c9(0x318)]===_0x285eb5['ErrorCode']['OK']){if(_0x30caae[_0x5ce6c9(0x1f8)]===_0x5ce6c9(0x150))_0x33df54(_0x30caae);else{if(_0x30caae[_0x5ce6c9(0x1f8)]===_0x5ce6c9(0x210)){let _0x1fc385=0x3e8;if(_0x125e1e>=_0x2d0976){_0x703fbe(_0x30caae);return;}else _0x125e1e>=0x7530&&(_0x1fc385=0x1388);_0x125e1e+=_0x1fc385,setTimeout(_0x479f12,_0x1fc385);}else _0x703fbe(_0x30caae);}}else _0x703fbe(_0x30caae);};_0x479f12();}catch(_0x239828){_0x703fbe(_0x239828 instanceof Error?_0x239828:Error(String(_0x239828)));}});}async[_0x41e775(0x254)](_0x1328d7){const _0x2da755=_0x41e775;try{let _0x539a88=_0x369bc1(this[_0x2da755(0x1b9)](),''+_0x1328d7);return(await this[_0x2da755(0x1a7)][_0x2da755(0x29c)](_0x539a88))['body'];}catch{return;}}async[_0x41e775(0x1fa)](_0x3e1b73){const _0x27eb83=_0x41e775;try{return(await this[_0x27eb83(0x1a7)][_0x27eb83(0x29c)](_0x3e1b73,{'responseType':_0x27eb83(0x24c)}))[_0x27eb83(0x1b8)];}catch{return;}}['_buildProtocolErrorMessage'](_0x24114e,_0x1beb50){let _0x2beedd=this['_extractErrorDetail'](_0x1beb50);return _0x2beedd?_0x24114e+':\x20'+_0x2beedd:_0x24114e;}[_0x41e775(0x25a)](_0x54065b,_0x38a713){const _0x11985c=_0x41e775;if(_0x38a713 instanceof _0x3609f8['HTTPResponseError']){let _0x584497=typeof _0x38a713['status']==_0x11985c(0x1fd)?''+_0x38a713[_0x11985c(0x1f8)]+(_0x38a713[_0x11985c(0x245)]?'\x20'+_0x38a713['statusText']:''):void 0x0,_0x4db213=this[_0x11985c(0x189)](_0x38a713[_0x11985c(0x319)]);return _0x584497&&_0x4db213?_0x54065b+_0x11985c(0x18e)+_0x584497+_0x11985c(0x1cb)+_0x4db213:_0x584497?_0x54065b+_0x11985c(0x18e)+_0x584497:_0x4db213?_0x54065b+':\x20'+_0x4db213:_0x54065b;}let _0x17d937=this['_extractErrorDetail'](_0x38a713);return _0x17d937?_0x54065b+':\x20'+_0x17d937:_0x54065b;}['_extractErrorDetail'](_0x1141d6){const _0x4a7f6e=_0x41e775;if(typeof _0x1141d6==_0x4a7f6e(0x1ae)){let _0x4287f9=_0x1141d6[_0x4a7f6e(0x1f4)]();return _0x4287f9[_0x4a7f6e(0x1b2)]>0x0?_0x4287f9:void 0x0;}if(_0x1141d6 instanceof Error)return this[_0x4a7f6e(0x189)](_0x1141d6[_0x4a7f6e(0x26c)]);if(!_0x1141d6||typeof _0x1141d6!=_0x4a7f6e(0x2a0)||Array['isArray'](_0x1141d6))return;let _0x2b6658=_0x1141d6,_0x1d9bed=this[_0x4a7f6e(0x189)](_0x2b6658[_0x4a7f6e(0x26c)]);if(_0x1d9bed)return _0x1d9bed;if(_0x2b6658['error']&&typeof _0x2b6658[_0x4a7f6e(0x319)]==_0x4a7f6e(0x2a0)&&!Array[_0x4a7f6e(0x284)](_0x2b6658['error'])){let _0x542e0a=this[_0x4a7f6e(0x189)](_0x2b6658[_0x4a7f6e(0x319)]);if(_0x542e0a)return _0x542e0a;}}['_getUploadFileURL'](){const _0xae4273=_0x41e775;var _0x137dab;let _0x3a3063=this[_0xae4273(0x26a)][_0xae4273(0x19b)](_0x127280);return(_0x137dab=_0x3a3063==null?void 0x0:_0x3a3063[_0xae4273(0x208)])==null?'/universer-api/stream/file/upload':_0x137dab;}['_getImportURL'](){const _0x3da6df=_0x41e775;var _0x54452c;let _0x3656fa=this['_configService']['getConfig'](_0x127280);return(_0x54452c=_0x3656fa==null?void 0x0:_0x3656fa[_0x3da6df(0x296)])==null?_0x3da6df(0x2b3):_0x54452c;}[_0x41e775(0x1dd)](){const _0x50d2e2=_0x41e775;var _0xdc328;let _0x478e85=this[_0x50d2e2(0x26a)][_0x50d2e2(0x19b)](_0x127280);return(_0xdc328=_0x478e85==null?void 0x0:_0x478e85[_0x50d2e2(0x2b0)])==null?_0x50d2e2(0x31d):_0xdc328;}[_0x41e775(0x180)](){const _0x4b2ad6=_0x41e775;var _0x5107b5;let _0x5c26d3=this[_0x4b2ad6(0x26a)][_0x4b2ad6(0x19b)](_0x127280);return(_0x5107b5=_0x5c26d3==null?void 0x0:_0x5c26d3['getTaskServerUrl'])==null?_0x4b2ad6(0x281):_0x5107b5;}[_0x41e775(0x1b9)](){const _0x3417c2=_0x41e775;var _0x3340e6;let _0x1740fc=this[_0x3417c2(0x26a)][_0x3417c2(0x19b)](_0x127280);return(_0x3340e6=_0x1740fc==null?void 0x0:_0x1740fc['signUrlServerUrl'])==null?_0x3417c2(0x2cd):_0x3340e6;}['_getMaxPollingTime'](){const _0x2da7ac=_0x41e775;var _0xcc11ee;let _0x2b4a40=this[_0x2da7ac(0x26a)][_0x2da7ac(0x19b)](_0x127280);return(_0xcc11ee=_0x2b4a40==null?void 0x0:_0x2b4a40[_0x2da7ac(0x2fa)])==null?0x1d4c0:_0xcc11ee;}};_0x40ccae=_0x11fc8b([_0x5f407f(0x0,_0x42c8e5[_0x41e775(0x25f)]),_0x5f407f(0x1,(0x0,_0x42c8e5[_0x41e775(0x1e1)])(_0x3609f8['HTTPService']))],_0x40ccae);function _0x2a0b46(_0x1a0413){const _0x563d3a=_0x41e775;let _0x3dc7d3=_0x1a0413[_0x563d3a(0x265)];if(!_0x3dc7d3)return null;let _0x114e20={};_0x3dc7d3['sheets']&&Object[_0x563d3a(0x28c)](_0x3dc7d3['sheets'])['forEach'](_0x2eb709=>{const _0x1a443e=_0x563d3a;let _0x59f3e9=_0x3dc7d3['sheets'][_0x2eb709];_0x114e20[_0x2eb709]={..._0x59f3e9,'originalMeta':(0x0,_0x93dc86['b64EncodeUnicode'])(_0x93dc86[_0x1a443e(0x14b)][_0x1a443e(0x2f2)](_0x59f3e9[_0x1a443e(0x27a)]))};});let _0x3dd51f=(0x0,_0x93dc86[_0x563d3a(0x2ae)])(_0x93dc86[_0x563d3a(0x14b)][_0x563d3a(0x2f2)](_0x3dc7d3[_0x563d3a(0x27a)]));return{..._0x1a0413,'workbook':{..._0x3dc7d3,'originalMeta':_0x3dd51f,'sheets':_0x114e20},'doc':{},'slide':void 0x0,'board':void 0x0};}function _0x134a43(_0x20a8cc){const _0x1d2985=_0x41e775;let _0x402dfd=_0x20a8cc[_0x1d2985(0x199)];if(!_0x402dfd)return null;let _0x53c12b=(0x0,_0x93dc86[_0x1d2985(0x2ae)])(_0x93dc86[_0x1d2985(0x14b)][_0x1d2985(0x2f2)](_0x402dfd[_0x1d2985(0x27a)]));return{..._0x20a8cc,'workbook':{},'doc':{..._0x402dfd,'originalMeta':_0x53c12b},'slide':void 0x0,'board':void 0x0};}function _0x8fecf9(_0x4073a4){const _0x3c6e6c=_0x41e775;var _0x506f7f;let _0x578376=(_0x506f7f=_0x4073a4[_0x3c6e6c(0x275)])==null?_0x4073a4[_0x3c6e6c(0x199)]:_0x506f7f;if(!_0x578376)return null;let _0x42c7d5=typeof _0x578376[_0x3c6e6c(0x27a)]=='string'?_0x578376['originalMeta']:(0x0,_0x93dc86[_0x3c6e6c(0x2ae)])(_0x93dc86[_0x3c6e6c(0x14b)][_0x3c6e6c(0x2f2)](_0x578376[_0x3c6e6c(0x27a)]));return{..._0x4073a4,'workbook':{},'doc':{},'slide':{..._0x578376,'originalMeta':_0x42c7d5},'board':void 0x0};}function _0x3fc429(_0x44d6e5){let _0x1b53af={};return _0x44d6e5['forEach'](_0x791f3b=>{const _0x581f4a=_0x38ad;_0x1b53af[_0x791f3b['id']]={..._0x791f3b,'data':(0x0,_0x93dc86[_0x581f4a(0x2ae)])(_0x93dc86[_0x581f4a(0x14b)][_0x581f4a(0x2f2)](_0x791f3b[_0x581f4a(0x264)]))};}),_0x1b53af;}async function _0x10f382(_0x257406){const _0x2a954c=_0x41e775;var _0x54b0b3;let _0x2aed13={'metadata':void 0x0},_0xead73=_0x257406['id'],_0x395c76=(_0x54b0b3=_0x257406[_0x2a954c(0x1fe)])==null?0x0:_0x54b0b3,_0x56d931=new _0x1612ae(),{snapshot:_0x4607f3}=await(0x0,_0x93dc86[_0x2a954c(0x1f3)])(_0x2aed13,_0x257406,_0xead73,_0x395c76,_0x56d931),_0x137aa5=await(0x0,_0x93dc86[_0x2a954c(0x147)])(_0x4607f3,_0x56d931),_0x2334d6=_0x2a0b46(_0x4607f3);if(!_0x2334d6)throw Error(_0x2a954c(0x1e5));return{'snapshot':_0x2334d6,'sheetBlocks':_0x3fc429(_0x137aa5)};}async function _0x45b688(_0x23b88c){const _0x9689b3=_0x41e775;var _0x513752;let _0x1a946c={'metadata':void 0x0},_0xf0929c=_0x23b88c['id'],{snapshot:_0x5b064c}=await(0x0,_0x93dc86['transformDocumentDataToSnapshot'])(_0x1a946c,_0x23b88c,_0xf0929c,(_0x513752=_0x23b88c[_0x9689b3(0x1fe)])==null?0x0:_0x513752,new _0x1612ae()),_0x3ad352=_0x134a43(_0x5b064c);if(!_0x3ad352)throw Error('Failed\x20to\x20transform\x20snapshot\x20to\x20string');return{'snapshot':_0x3ad352,'sheetBlocks':{}};}async function _0x23ed7b(_0x23825f){const _0x4b3d4=_0x41e775;var _0x3008dc;let _0x1a0b7a=_0x23825f['id'],_0x53af0f=(_0x3008dc=_0x23825f['rev'])==null?0x0:_0x3008dc,_0x4a5e43=new _0x1612ae(),{snapshot:_0x12b7fb}=await(0x0,_0x93dc86[_0x4b3d4(0x287)])(_0x23825f['resources'],_0x23825f,_0x1a0b7a,_0x53af0f,_0x4a5e43),_0x2a7fe4=_0x8fecf9(_0x12b7fb);if(!_0x2a7fe4)throw Error('Failed\x20to\x20transform\x20snapshot\x20to\x20string');return{'snapshot':_0x2a7fe4,'sheetBlocks':{}};}async function _0x54728b(_0x33c1c0){const _0x5dc0ad=_0x41e775;let _0x25826f=_0x33c1c0[_0x5dc0ad(0x2ee)],_0x29a83c=_0x33c1c0[_0x5dc0ad(0x29f)]||{};return await(0x0,_0x93dc86['transformSnapshotToWorkbookData'])(_0x25826f,Object['keys'](_0x29a83c)['map'](_0x337056=>_0x29a83c[_0x337056])[_0x5dc0ad(0x25d)](_0x225d85=>({..._0x225d85,'data':_0x225d85[_0x5dc0ad(0x264)]?JSON[_0x5dc0ad(0x2c5)]((0x0,_0x93dc86[_0x5dc0ad(0x190)])(_0x225d85[_0x5dc0ad(0x264)])):void 0x0})));}function _0x2d4700(_0x4b2d61){const _0x309f92=_0x41e775;let _0x4cbba5=_0x4b2d61[_0x309f92(0x2ee)];return(0x0,_0x93dc86[_0x309f92(0x2b4)])(_0x4cbba5);}function _0x29aec4(_0x277a73){const _0x945176=_0x41e775;let _0x4be128=_0x277a73[_0x945176(0x2ee)];return(0x0,_0x93dc86[_0x945176(0x237)])(_0x4be128);}var _0x1612ae=class{constructor(){const _0x70e3c7=_0x41e775;_0xb150bd(this,_0x70e3c7(0x23e),new Map());}['getUnitOnRev'](){const _0x61f735=_0x41e775;return Promise[_0x61f735(0x23b)]({'snapshot':{'unitID':'','type':_0x42c8e5[_0x61f735(0x250)][_0x61f735(0x1bf)],'rev':0x0,'workbook':void 0x0,'doc':void 0x0,'slide':void 0x0,'board':void 0x0},'changesets':[],'error':{'code':_0x285eb5[_0x61f735(0x273)]['OK'],'message':''}});}[_0x41e775(0x1a9)](_0x620618,_0x3a3683){const _0x21368c=_0x41e775;let _0x3f23b1=this[_0x21368c(0x23e)]['get'](_0x3a3683[_0x21368c(0x1e7)]);return Promise['resolve']({'block':_0x3f23b1,'error':{'code':_0x285eb5[_0x21368c(0x273)]['OK'],'message':''}});}[_0x41e775(0x1d1)](_0x201501,_0x4613ef){const _0x1bfb97=_0x41e775;let _0x255d29=this[_0x1bfb97(0x23e)]['get'](_0x4613ef[_0x1bfb97(0x1e7)]);return Promise[_0x1bfb97(0x23b)]({'block':_0x255d29===void 0x0?void 0x0:{..._0x255d29,'data':JSON[_0x1bfb97(0x2c5)](_0x93dc86[_0x1bfb97(0x14b)][_0x1bfb97(0x2f2)](_0x255d29[_0x1bfb97(0x264)]))},'error':{'code':_0x285eb5[_0x1bfb97(0x273)]['OK'],'message':''}});}[_0x41e775(0x2d3)](){const _0x3af82c=_0x41e775;return Promise[_0x3af82c(0x23b)]({'changesets':[],'error':{'code':_0x285eb5[_0x3af82c(0x273)]['OK'],'message':''}});}[_0x41e775(0x2c2)](){const _0x21408b=_0x41e775;return Promise[_0x21408b(0x23b)]({'resources':{},'error':{'code':_0x285eb5['ErrorCode']['OK'],'message':''}});}[_0x41e775(0x184)](){const _0x598109=_0x41e775;return Promise[_0x598109(0x23b)]({'error':{'code':_0x285eb5[_0x598109(0x273)]['OK'],'message':''}});}['updateSnapshot'](){const _0x22411e=_0x41e775;return Promise[_0x22411e(0x23b)]({'error':{'code':_0x285eb5[_0x22411e(0x273)]['OK'],'message':''}});}[_0x41e775(0x21a)](_0x32e83c,_0x512a0f){const _0x439456=_0x41e775;let {block:_0x5d79c3}=_0x512a0f;return _0x5d79c3?(this[_0x439456(0x23e)][_0x439456(0x27f)](_0x5d79c3['id'],_0x5d79c3),Promise[_0x439456(0x23b)]({'error':{'code':_0x285eb5[_0x439456(0x273)]['OK'],'message':''},'blockID':_0x5d79c3['id']})):Promise['resolve']({'error':{'code':_0x285eb5[_0x439456(0x273)]['UNDEFINED'],'message':_0x439456(0x229)},'blockID':''});}[_0x41e775(0x309)](){const _0x428384=_0x41e775;return Promise[_0x428384(0x23b)]({'error':{'code':_0x285eb5[_0x428384(0x273)]['OK'],'message':''},'concurrent':[]});}[_0x41e775(0x2c0)](){return Promise['resolve']({'error':void 0x0,'fileMetaId':''});}[_0x41e775(0x308)](){const _0x422d4c=_0x41e775;return Promise[_0x422d4c(0x23b)]({'error':void 0x0,'latestReqID':0x0});}};let _0xec7115=(0x0,_0x42c8e5[_0x41e775(0x1ba)])('univer-pro.exchange-client.exchange.service'),_0x11b511=class extends _0x42c8e5[_0x41e775(0x276)]{constructor(_0x4c8202,_0xab6f4e,_0x39561b){const _0x181e2a=_0x41e775;super(),this[_0x181e2a(0x26a)]=_0x4c8202,this['_httpService']=_0xab6f4e,this[_0x181e2a(0x16f)]=_0x39561b,_0xb150bd(this,_0x181e2a(0x2ec),null),_0xb150bd(this,_0x181e2a(0x283),new _0x1cfacb[(_0x181e2a(0x226))]()),_0xb150bd(this,_0x181e2a(0x2b9),this[_0x181e2a(0x283)][_0x181e2a(0x1eb)]());}[_0x41e775(0x234)](){const _0x21084e=_0x41e775;super[_0x21084e(0x234)](),this[_0x21084e(0x283)]['complete']();}[_0x41e775(0x2bb)](_0x5cdadd,_0x1df1bd,_0x21fe2e){const _0x5c8ead=_0x41e775;let _0x54536b=URL['createObjectURL'](_0x5cdadd);_0x2ab33d(_0x54536b,_0x1df1bd,_0x21fe2e),URL[_0x5c8ead(0x27e)](_0x54536b);}async[_0x41e775(0x207)](_0x4fb4ff){const _0x5e793b=_0x41e775;let _0x27d550=_0x4fb4ff['snapshot'],_0x4b2d7d=_0x4fb4ff[_0x5e793b(0x29f)]||{};return(0x0,_0x93dc86['transformSnapshotToWorkbookData'])(_0x27d550,Object['keys'](_0x4b2d7d)['map'](_0x4085f6=>_0x4b2d7d[_0x4085f6])[_0x5e793b(0x25d)](_0x358b75=>({..._0x358b75,'data':_0x358b75[_0x5e793b(0x264)]?JSON[_0x5e793b(0x2c5)]((0x0,_0x93dc86[_0x5e793b(0x190)])(_0x358b75[_0x5e793b(0x264)])):void 0x0})));}async[_0x41e775(0x148)](_0x487a0d){const _0x7e0c5=_0x41e775;var _0x9fd7b4;let _0x4f15cd={'metadata':void 0x0},_0x3d50a8=_0x487a0d['id'],_0x2ef2c4=(_0x9fd7b4=_0x487a0d[_0x7e0c5(0x1fe)])==null?0x0:_0x9fd7b4,_0x8b8dbd=new _0x1612ae(),{snapshot:_0x598f7e}=await(0x0,_0x93dc86[_0x7e0c5(0x1f3)])(_0x4f15cd,_0x487a0d,_0x3d50a8,_0x2ef2c4,_0x8b8dbd),_0x4e6a85=await(0x0,_0x93dc86[_0x7e0c5(0x147)])(_0x598f7e,_0x8b8dbd),_0x58fd24=_0x2a0b46(_0x598f7e);if(!_0x58fd24)throw Error(_0x7e0c5(0x1e5));return{'snapshot':_0x58fd24,'sheetBlocks':_0x3fc429(_0x4e6a85)};}async['importDOCXToSnapshot'](_0x1f09fc){const _0xa60063=_0x41e775;let _0x142a9d=await this[_0xa60063(0x178)](_0x1f09fc,_0x42c8e5[_0xa60063(0x250)][_0xa60063(0x1ca)]);if(!_0x142a9d||!_0x142a9d['snapshot'])return;let _0x5b26d4=_0x2d4700(_0x142a9d);if(_0x5b26d4)return _0x5b26d4;}async[_0x41e775(0x17e)](_0x3fe343){const _0x3fa6a2=_0x41e775;return this[_0x3fa6a2(0x2e2)](_0x3fe343,0x1,_0x42c8e5[_0x3fa6a2(0x250)]['UNIVER_DOC']);}async['exportDOCXBySnapshot'](_0xe373ad){const _0x45612f=_0x41e775;let _0x3c58bf=await _0x45b688(_0xe373ad);return this['_exportBySnapshot'](_0x3c58bf,_0x42c8e5['UniverInstanceType'][_0x45612f(0x1ca)]);}async[_0x41e775(0x16e)](_0x3e799e){const _0x10e8f8=_0x41e775;let _0x5604ae=await this['importFileToJson'](_0x3e799e,_0x42c8e5['UniverInstanceType'][_0x10e8f8(0x2dc)]);if(!(!_0x5604ae||!_0x5604ae[_0x10e8f8(0x2ee)]))return _0x29aec4(_0x5604ae);}async[_0x41e775(0x205)](_0x1ca993){const _0x22a1a6=_0x41e775;return this[_0x22a1a6(0x2e2)](_0x1ca993,0x1,_0x42c8e5[_0x22a1a6(0x250)][_0x22a1a6(0x2dc)]);}async[_0x41e775(0x259)](_0x13497c){const _0x46befe=_0x41e775;let _0xb1adde=await _0x23ed7b(_0x13497c);return this[_0x46befe(0x26f)](_0xb1adde,_0x42c8e5['UniverInstanceType']['UNIVER_SLIDE']);}async[_0x41e775(0x1ea)](_0x20642f){const _0x26d8e2=_0x41e775;let _0x4a8cd3=await this[_0x26d8e2(0x178)](_0x20642f,_0x42c8e5['UniverInstanceType']['UNIVER_SHEET']);if(!_0x4a8cd3)return;let _0x575573=await this[_0x26d8e2(0x207)](_0x4a8cd3);if(_0x575573)return _0x575573;}async[_0x41e775(0x2b2)](_0xa1e37){const _0x28bbdc=_0x41e775;return this['_export'](_0xa1e37,0x1,_0x42c8e5[_0x28bbdc(0x250)][_0x28bbdc(0x1bf)]);}async[_0x41e775(0x249)](_0x1b2652){const _0x8d27f9=_0x41e775;let _0x415afc=await this[_0x8d27f9(0x148)](_0x1b2652);return this[_0x8d27f9(0x26f)](_0x415afc,_0x42c8e5[_0x8d27f9(0x250)][_0x8d27f9(0x1bf)]);}async[_0x41e775(0x239)](_0x49da6d,_0x4bed8e){const _0x2c3f05=_0x41e775;var _0x29dfd7,_0x459d61;let _0x1e3815=await this[_0x2c3f05(0x1c1)](_0x49da6d);if(!_0x1e3815)return;let _0x5abff8=await this['_import'](_0x1e3815,0x1,_0x4bed8e);if(!_0x5abff8)return;this[_0x2c3f05(0x2ec)]=_0x5abff8,this[_0x2c3f05(0x16f)][_0x2c3f05(0x149)]();let _0x10d025=await this[_0x2c3f05(0x16f)][_0x2c3f05(0x21b)](_0x5abff8)[_0x2c3f05(0x2d2)](_0x221802=>{const _0x366915=_0x2c3f05;var _0xc30c0c;let _0x3912f6=_0x221802 instanceof Error?_0x221802[_0x366915(0x26c)]:(_0xc30c0c=_0x221802[_0x366915(0x319)])==null?void 0x0:_0xc30c0c[_0x366915(0x26c)];this[_0x366915(0x283)][_0x366915(0x248)]({'error':{'code':_0x285eb5[_0x366915(0x273)][_0x366915(0x243)],'message':_0x3912f6||''},'state':0x3});});if(!_0x10d025)return;let _0x5b2c31=(_0x29dfd7=_0x10d025[_0x2c3f05(0x214)])==null?void 0x0:_0x29dfd7['outputType'],_0x57c6c8=((_0x459d61=_0x10d025['import'])==null?void 0x0:_0x459d61['unitID'])||'';if(_0x5b2c31!==0x1){this[_0x2c3f05(0x283)][_0x2c3f05(0x248)]({'error':{'code':_0x285eb5['ErrorCode'][_0x2c3f05(0x243)],'message':_0x2c3f05(0x1a2)},'state':0x3});return;}if(_0x57c6c8['length']===0x0){this[_0x2c3f05(0x283)][_0x2c3f05(0x248)]({'error':{'code':_0x285eb5[_0x2c3f05(0x273)][_0x2c3f05(0x243)],'message':_0x2c3f05(0x1af)},'state':0x3});return;}return this[_0x2c3f05(0x283)][_0x2c3f05(0x248)]({'error':_0x10d025[_0x2c3f05(0x319)],'state':0x3}),_0x57c6c8;}async['importFileToJson'](_0x20582e,_0x358b68){const _0x75c3b7=_0x41e775;return this[_0x75c3b7(0x14f)](_0x20582e,_0x358b68);}async[_0x41e775(0x301)](_0x18f54f){const _0x2f44da=_0x41e775;let _0x318ae5=await this[_0x2f44da(0x148)](_0x18f54f),_0x521a33=typeof _0x18f54f['id']==_0x2f44da(0x1ae)&&_0x18f54f['id'][_0x2f44da(0x1f4)]()?_0x18f54f['id'][_0x2f44da(0x1f4)]()+_0x2f44da(0x238):_0x2f44da(0x162),_0x238489=new File([JSON[_0x2f44da(0x1e0)](_0x318ae5)],_0x521a33,{'type':_0x2f44da(0x304)});return this[_0x2f44da(0x239)](_0x238489,_0x42c8e5[_0x2f44da(0x250)][_0x2f44da(0x1bf)]);}[_0x41e775(0x307)](){const _0x2dea0e=_0x41e775;this['_importTaskId']&&this[_0x2dea0e(0x16f)][_0x2dea0e(0x196)](this[_0x2dea0e(0x2ec)]);}async[_0x41e775(0x14f)](_0x3f1048,_0x55d758){const _0x2966cf=_0x41e775;var _0x5b7d43,_0x9c7f41;let _0x118ded=await this[_0x2966cf(0x1c1)](_0x3f1048);if(!_0x118ded)return;let _0x535777=await this['_import'](_0x118ded,0x2,_0x55d758);if(!_0x535777)return;this[_0x2966cf(0x2ec)]=_0x535777,this[_0x2966cf(0x16f)][_0x2966cf(0x149)]();let _0x360d69=await this[_0x2966cf(0x16f)][_0x2966cf(0x21b)](_0x535777)[_0x2966cf(0x2d2)](_0x834348=>{const _0x536bdd=_0x2966cf;var _0x1e5248;let _0x5515b3=_0x834348 instanceof Error?_0x834348['message']:(_0x1e5248=_0x834348[_0x536bdd(0x319)])==null?void 0x0:_0x1e5248['message'];this[_0x536bdd(0x283)][_0x536bdd(0x248)]({'error':{'code':_0x285eb5['ErrorCode']['UNRECOGNIZED'],'message':_0x5515b3||''},'state':0x3});});if(!_0x360d69)return;let _0x2f1333=(_0x5b7d43=_0x360d69[_0x2966cf(0x214)])==null?void 0x0:_0x5b7d43[_0x2966cf(0x20e)],_0x5e76a2=((_0x9c7f41=_0x360d69[_0x2966cf(0x214)])==null?void 0x0:_0x9c7f41['jsonID'])||'';if(_0x2f1333!==0x2){this[_0x2966cf(0x283)]['next']({'error':{'code':_0x285eb5[_0x2966cf(0x273)]['UNRECOGNIZED'],'message':_0x2966cf(0x1a2)},'state':0x3});return;}if(_0x5e76a2[_0x2966cf(0x1b2)]===0x0){this[_0x2966cf(0x283)]['next']({'error':{'code':_0x285eb5[_0x2966cf(0x273)][_0x2966cf(0x243)],'message':'Failed\x20to\x20get\x20jsonID\x20from\x20task'},'state':0x3});return;}this[_0x2966cf(0x283)][_0x2966cf(0x248)]({'error':_0x360d69[_0x2966cf(0x319)],'state':0x3});let _0x37e57f=await this[_0x2966cf(0x17b)](_0x5e76a2);if(!_0x37e57f)return;let _0x2527f9=await this[_0x2966cf(0x16f)][_0x2966cf(0x1fa)](_0x37e57f);if(!_0x2527f9){this[_0x2966cf(0x283)]['next']({'error':{'code':_0x285eb5[_0x2966cf(0x273)][_0x2966cf(0x243)],'message':_0x2966cf(0x20a)},'state':0x5});return;}try{let _0x5ded10=JSON[_0x2966cf(0x2c5)](_0x2527f9);return this[_0x2966cf(0x283)][_0x2966cf(0x248)]({'error':{'code':_0x285eb5[_0x2966cf(0x273)]['OK'],'message':_0x2966cf(0x1a1)},'state':0x5}),_0x5ded10;}catch{this[_0x2966cf(0x283)][_0x2966cf(0x248)]({'error':{'code':_0x285eb5['ErrorCode'][_0x2966cf(0x243)],'message':_0x2966cf(0x30f)},'state':0x5});}}async[_0x41e775(0x26f)](_0x189ad5,_0x501f95){const _0x567cb9=_0x41e775;let _0x266922=JSON['stringify'](_0x189ad5),_0x52a092=_0x93dc86[_0x567cb9(0x24b)][_0x567cb9(0x21f)](_0x266922),_0x25da53=_0x3ee922(_0x52a092),_0x206db0=_0x52a092[_0x567cb9(0x1b2)],_0x4e48ec=_0x421302(_0x25da53),_0x1eb072=await this[_0x567cb9(0x1c1)](_0x4e48ec,_0x206db0,!0x0);if(_0x1eb072)return this[_0x567cb9(0x2e2)](_0x1eb072,0x2,_0x501f95);}async[_0x41e775(0x2e2)](_0x3b46b1,_0x5f46ad,_0x48ffe3){const _0x536aa6=_0x41e775;var _0x349d5d;let _0xe35aa4=await this['_requestService'][_0x536aa6(0x2a4)]({'unitID':_0x5f46ad===0x1?_0x3b46b1:'','jsonID':_0x5f46ad===0x2?_0x3b46b1:'','type':_0x48ffe3,'useImageUrl':this['_getDisableCellImageConversion'](),'ignoreTableExport':this['_getIgnoreTableExport']()});if(!_0xe35aa4){this[_0x536aa6(0x283)]['next']({'error':{'code':_0x285eb5['ErrorCode'][_0x536aa6(0x243)],'message':'export\x20error'},'state':0x2});return;}if(this['_requestState$'][_0x536aa6(0x248)]({'error':_0xe35aa4[_0x536aa6(0x319)],'state':0x2}),_0xe35aa4[_0x536aa6(0x319)]&&_0xe35aa4[_0x536aa6(0x319)]['code']!==_0x285eb5[_0x536aa6(0x273)]['OK'])return;let _0xf660df=_0xe35aa4[_0x536aa6(0x1b6)],_0x26e1b9=await this[_0x536aa6(0x16f)][_0x536aa6(0x21b)](_0xf660df)[_0x536aa6(0x2d2)](_0x475a8d=>{const _0x534ae2=_0x536aa6;var _0x213d43;let _0x25b967=_0x475a8d instanceof Error?_0x475a8d[_0x534ae2(0x26c)]:(_0x213d43=_0x475a8d[_0x534ae2(0x319)])==null?void 0x0:_0x213d43[_0x534ae2(0x26c)];this[_0x534ae2(0x283)]['next']({'error':{'code':_0x285eb5[_0x534ae2(0x273)][_0x534ae2(0x243)],'message':_0x25b967||''},'state':0x3});});if(!_0x26e1b9)return;let _0x38d65b=((_0x349d5d=_0x26e1b9['export'])==null?void 0x0:_0x349d5d[_0x536aa6(0x289)])||'';if(_0x38d65b[_0x536aa6(0x1b2)]===0x0){this[_0x536aa6(0x283)][_0x536aa6(0x248)]({'error':{'code':_0x285eb5['ErrorCode'][_0x536aa6(0x243)],'message':'Failed\x20to\x20get\x20fileID\x20from\x20task'},'state':0x3});return;}this['_requestState$'][_0x536aa6(0x248)]({'error':_0x26e1b9[_0x536aa6(0x319)],'state':0x3});let _0x18e8f2=await this[_0x536aa6(0x17b)](_0x38d65b);if(!_0x18e8f2)return;let _0xda1ac=await _0x7d25d1(_0x18e8f2,this[_0x536aa6(0x1a7)]);if(!_0xda1ac){this[_0x536aa6(0x283)][_0x536aa6(0x248)]({'error':{'code':_0x285eb5[_0x536aa6(0x273)][_0x536aa6(0x243)],'message':'Failed\x20to\x20get\x20file\x20from\x20url'},'state':0x6});return;}return this[_0x536aa6(0x283)][_0x536aa6(0x248)]({'error':{'code':_0x285eb5[_0x536aa6(0x273)]['OK'],'message':_0x536aa6(0x1a1)},'state':0x6}),_0xda1ac;}async[_0x41e775(0x1c1)](_0x28cca0,_0xa3bc67,_0x509cb5){const _0x22dfa7=_0x41e775;let _0x4b7001;try{_0x4b7001=await this[_0x22dfa7(0x16f)][_0x22dfa7(0x2fe)](_0x28cca0,_0xa3bc67,_0x509cb5);}catch(_0x46238b){let _0x99c3ab=_0x46238b instanceof Error?_0x46238b[_0x22dfa7(0x26c)]:String(_0x46238b);this[_0x22dfa7(0x283)][_0x22dfa7(0x248)]({'error':{'code':_0x285eb5[_0x22dfa7(0x273)][_0x22dfa7(0x243)],'message':_0x99c3ab},'state':0x0});return;}if(!_0x4b7001||typeof _0x4b7001[_0x22dfa7(0x231)]!=_0x22dfa7(0x1ae)){this[_0x22dfa7(0x283)][_0x22dfa7(0x248)]({'error':{'code':_0x285eb5['ErrorCode']['UNRECOGNIZED'],'message':_0x22dfa7(0x28b)},'state':0x0});return;}let _0x21c43b=_0x4b7001[_0x22dfa7(0x231)];if(_0x21c43b['length']===0x0){this[_0x22dfa7(0x283)][_0x22dfa7(0x248)]({'error':{'code':_0x285eb5[_0x22dfa7(0x273)][_0x22dfa7(0x243)],'message':'upload\x20failed:\x20FileId\x20is\x20empty'},'state':0x0});return;}return this[_0x22dfa7(0x283)][_0x22dfa7(0x248)]({'error':{'code':_0x285eb5[_0x22dfa7(0x273)]['OK'],'message':'success'},'state':0x0}),_0x21c43b;}async['_import'](_0x79be58,_0x30d58b,_0x33baea){const _0x21a959=_0x41e775;let _0x3c2d67={'fileID':_0x79be58,'type':_0x33baea,'outputType':_0x30d58b,'fileUrl':'','minSheetRowCount':this[_0x21a959(0x279)](),'minSheetColumnCount':this['_getMinSheetColumnCount']()},_0xac8fbe=await this[_0x21a959(0x16f)][_0x21a959(0x214)](_0x3c2d67);if(!_0xac8fbe){this[_0x21a959(0x283)][_0x21a959(0x248)]({'error':{'code':_0x285eb5[_0x21a959(0x273)][_0x21a959(0x243)],'message':_0x21a959(0x2da)},'state':0x1});return;}if(_0xac8fbe[_0x21a959(0x319)]&&_0xac8fbe[_0x21a959(0x319)]['code']!==_0x285eb5['ErrorCode']['OK']){this[_0x21a959(0x283)][_0x21a959(0x248)]({'error':_0xac8fbe['error'],'state':0x1});return;}let _0x1f3540=_0xac8fbe[_0x21a959(0x1b6)];if(_0x1f3540['length']===0x0){this[_0x21a959(0x283)][_0x21a959(0x248)]({'error':{'code':_0x285eb5[_0x21a959(0x273)][_0x21a959(0x243)],'message':_0x21a959(0x251)},'state':0x1});return;}return this[_0x21a959(0x283)][_0x21a959(0x248)]({'error':_0xac8fbe['error'],'state':0x1}),_0x1f3540;}async['_signUrl'](_0x538d0e){const _0x4a226d=_0x41e775;let _0x1fb7a7=await this[_0x4a226d(0x16f)][_0x4a226d(0x254)](_0x538d0e);if(!_0x1fb7a7){this[_0x4a226d(0x283)][_0x4a226d(0x248)]({'error':{'code':_0x285eb5[_0x4a226d(0x273)]['UNRECOGNIZED'],'message':_0x4a226d(0x24a)},'state':0x4});return;}if(_0x1fb7a7[_0x4a226d(0x319)]&&_0x1fb7a7['error'][_0x4a226d(0x318)]!==_0x285eb5[_0x4a226d(0x273)]['OK']){this[_0x4a226d(0x283)]['next']({'error':_0x1fb7a7[_0x4a226d(0x319)],'state':0x4});return;}let _0x2ee8e7=(0x0,_0x42c8e5[_0x4a226d(0x166)])(_0x1fb7a7[_0x4a226d(0x15e)],this['_getDownloadEndpointURL']());if(_0x2ee8e7[_0x4a226d(0x1b2)]===0x0){this[_0x4a226d(0x283)]['next']({'error':{'code':_0x285eb5['ErrorCode']['UNRECOGNIZED'],'message':_0x4a226d(0x24a)},'state':0x4});return;}return this[_0x4a226d(0x283)][_0x4a226d(0x248)]({'error':_0x1fb7a7[_0x4a226d(0x319)],'state':0x4}),_0x2ee8e7;}[_0x41e775(0x22f)](){const _0x50cc60=_0x41e775;var _0x523d39;let _0x3e5b59=this[_0x50cc60(0x26a)]['getConfig'](_0x127280);return(_0x523d39=_0x3e5b59==null?void 0x0:_0x3e5b59[_0x50cc60(0x2f1)])==null?location['origin']:_0x523d39;}['_getMinSheetRowCount'](){const _0x437be5=_0x41e775;var _0x59cd8c,_0x24018e;let _0x2ea82e=this['_configService'][_0x437be5(0x19b)](_0x127280);return(_0x59cd8c=_0x2ea82e==null||(_0x24018e=_0x2ea82e[_0x437be5(0x1a4)])==null?void 0x0:_0x24018e['minSheetRowCount'])==null?0x1:_0x59cd8c;}[_0x41e775(0x280)](){const _0x30cd7b=_0x41e775;var _0x29c764,_0x5cd6c5;let _0x1fe805=this[_0x30cd7b(0x26a)][_0x30cd7b(0x19b)](_0x127280);return(_0x29c764=_0x1fe805==null||(_0x5cd6c5=_0x1fe805['options'])==null?void 0x0:_0x5cd6c5[_0x30cd7b(0x19d)])==null?0x1:_0x29c764;}['_getDisableCellImageConversion'](){const _0x4a88ff=_0x41e775;var _0x623073,_0x4c8922;let _0x287bfb=this[_0x4a88ff(0x26a)][_0x4a88ff(0x19b)](_0x127280);return(_0x623073=_0x287bfb==null||(_0x4c8922=_0x287bfb[_0x4a88ff(0x1a4)])==null?void 0x0:_0x4c8922[_0x4a88ff(0x31c)])==null?!0x0:_0x623073;}['_getIgnoreTableExport'](){const _0x1165d7=_0x41e775;var _0x442df5,_0x564409;let _0xa1f96c=this['_configService'][_0x1165d7(0x19b)](_0x127280);return(_0x442df5=_0xa1f96c==null||(_0x564409=_0xa1f96c['options'])==null?void 0x0:_0x564409[_0x1165d7(0x155)])==null?!0x1:_0x442df5;}};_0x11b511=_0x11fc8b([_0x5f407f(0x0,_0x42c8e5['IConfigService']),_0x5f407f(0x1,(0x0,_0x42c8e5[_0x41e775(0x1e1)])(_0x3609f8[_0x41e775(0x312)])),_0x5f407f(0x2,(0x0,_0x42c8e5[_0x41e775(0x1e1)])(_0x1aef36))],_0x11b511);let _0x413d7e={'done':0x0,'count':0x0},_0xad01dd=(0x0,_0x42c8e5[_0x41e775(0x1ba)])('univer-pro.exchange-client.operate.service'),_0x2848fe=class extends _0x42c8e5[_0x41e775(0x276)]{constructor(_0x5dce94,_0x5b9aea,_0x159672,_0x3056ff,_0x2065c9,_0x43027b,_0x434b6a){const _0xc9df1c=_0x41e775;super(),this['_univerInstanceService']=_0x5dce94,this[_0xc9df1c(0x2e5)]=_0x5b9aea,this[_0xc9df1c(0x1d9)]=_0x159672,this[_0xc9df1c(0x1c7)]=_0x3056ff,this[_0xc9df1c(0x290)]=_0x2065c9,this[_0xc9df1c(0x1ad)]=_0x43027b,this[_0xc9df1c(0x1b7)]=_0x434b6a,_0xb150bd(this,_0xc9df1c(0x15b),new _0x1cfacb[(_0xc9df1c(0x2af))](_0x413d7e)),_0xb150bd(this,_0xc9df1c(0x311),this[_0xc9df1c(0x15b)][_0xc9df1c(0x1eb)]()),_0xb150bd(this,'_totalUploadTaskCount',0x0),_0xb150bd(this,'_doneUploadTaskCount',0x0),this['disposeWithMe']((0x0,_0x42c8e5[_0xc9df1c(0x173)])(this[_0xc9df1c(0x1c7)][_0xc9df1c(0x2b9)][_0xc9df1c(0x1ab)](_0x424917=>{const _0x498f7f=_0xc9df1c;var _0x3d476a;((_0x3d476a=_0x424917[_0x498f7f(0x319)])==null?void 0x0:_0x3d476a['code'])===_0x285eb5[_0x498f7f(0x273)]['OK']?this['_addDoneTask'](0x1):this[_0x498f7f(0x288)](_0x424917['error']);})));}[_0x41e775(0x171)](){const _0x2cba32=_0x41e775;this['_clearProgress'](),this['_uploadNotificationService'][_0x2cba32(0x1b0)](0x2),this[_0x2cba32(0x1c7)]['interruptImportTask']();}async[_0x41e775(0x2dd)](_0xe60d65){const _0x2ecbb4=_0x41e775;throw Error(_0x2ecbb4(0x1ee));}async[_0x41e775(0x161)](){const _0x34fd85=_0x41e775;let _0x4d8e54=this[_0x34fd85(0x18f)][_0x34fd85(0x2f4)]();switch(_0x4d8e54?this[_0x34fd85(0x18f)][_0x34fd85(0x233)](_0x4d8e54[_0x34fd85(0x257)]()):_0x42c8e5['UniverInstanceType'][_0x34fd85(0x243)]){case _0x42c8e5[_0x34fd85(0x250)][_0x34fd85(0x2dc)]:return this['importPPTXToUnitId']();case _0x42c8e5[_0x34fd85(0x250)][_0x34fd85(0x1ca)]:return this[_0x34fd85(0x1ed)]();case _0x42c8e5[_0x34fd85(0x250)][_0x34fd85(0x1bf)]:default:return this[_0x34fd85(0x22a)]();}}async['importDOCXToUnitId'](){const _0x4f1cef=_0x41e775;let _0x16e1cc=await _0x374a76([_0x42c8e5[_0x4f1cef(0x250)][_0x4f1cef(0x1ca)]]);if(_0x16e1cc&&!this[_0x4f1cef(0x174)](_0x16e1cc,_0x42c8e5['UniverInstanceType'][_0x4f1cef(0x1ca)]))return this[_0x4f1cef(0x244)](_0x16e1cc[0x0],_0x42c8e5[_0x4f1cef(0x250)]['UNIVER_DOC']);}[_0x41e775(0x202)](){throw Error('Method\x20not\x20implemented.');}async['exportDOCXByUnitId'](_0x45d3c2,_0x18279a,_0x3f8e84){const _0x36c6f4=_0x41e775;this['_showDownloadMessage'](_0x1fb1c9['MessageType'][_0x36c6f4(0x256)]);let _0x5ea022=await this['_exchangeService'][_0x36c6f4(0x17e)](_0x45d3c2||this[_0x36c6f4(0x306)]());_0x5ea022&&(this[_0x36c6f4(0x1c7)][_0x36c6f4(0x2bb)](_0x5ea022,_0x18279a||this['_getUnitName'](_0x5ea022),_0x36c6f4(0x2cf)),this[_0x36c6f4(0x230)](_0x1fb1c9[_0x36c6f4(0x1a8)][_0x36c6f4(0x2cb)]));}async['exportDOCXBySnapshot'](){const _0x17486b=_0x41e775;this[_0x17486b(0x230)](_0x1fb1c9[_0x17486b(0x1a8)][_0x17486b(0x256)]);let _0x413a47=await this['_getUnitDocJson'](),_0x100a39=await this['_exchangeService'][_0x17486b(0x23c)](_0x413a47);_0x100a39&&(this[_0x17486b(0x1c7)]['downloadFile'](_0x100a39,this[_0x17486b(0x1b1)](_0x100a39),'docx'),this[_0x17486b(0x230)](_0x1fb1c9['MessageType'][_0x17486b(0x2cb)]));}async['importPPTXToUnitId'](){const _0x4877b3=_0x41e775;if(this[_0x4877b3(0x213)]()){this[_0x4877b3(0x2e5)]['show']({'type':_0x1fb1c9['MessageType'][_0x4877b3(0x2ad)],'content':this[_0x4877b3(0x1d9)]['t'](_0x4877b3(0x2ff))});return;}let _0x18b4f7=await _0x374a76([_0x42c8e5[_0x4877b3(0x250)][_0x4877b3(0x2dc)]]);if(_0x18b4f7&&!this[_0x4877b3(0x174)](_0x18b4f7,_0x42c8e5['UniverInstanceType']['UNIVER_SLIDE']))return this[_0x4877b3(0x244)](_0x18b4f7[0x0],_0x42c8e5[_0x4877b3(0x250)]['UNIVER_SLIDE']);}async[_0x41e775(0x16e)](){const _0xeb536d=_0x41e775;if(this[_0xeb536d(0x213)]()){this[_0xeb536d(0x2e5)][_0xeb536d(0x216)]({'type':_0x1fb1c9[_0xeb536d(0x1a8)][_0xeb536d(0x2ad)],'content':this[_0xeb536d(0x1d9)]['t'](_0xeb536d(0x2ff))});return;}let _0x1d0db8=await _0x374a76([_0x42c8e5[_0xeb536d(0x250)]['UNIVER_SLIDE']]);if(!_0x1d0db8)return;this[_0xeb536d(0x156)](_0x1fb1c9[_0xeb536d(0x1a8)][_0xeb536d(0x256)]);let _0x3f5720=await this[_0xeb536d(0x1c7)]['importPPTXToSnapshot'](_0x1d0db8[0x0]);_0x3f5720&&(this[_0xeb536d(0x1db)](_0x3f5720),this['_showUploadMessage'](_0x1fb1c9[_0xeb536d(0x1a8)][_0xeb536d(0x2cb)]));}async['exportPPTXByUnitId'](_0xef1c79,_0xb48687,_0x3d5e98){const _0x287296=_0x41e775;this[_0x287296(0x230)](_0x1fb1c9['MessageType'][_0x287296(0x256)]);let _0x5ddcfd=await this[_0x287296(0x1c7)][_0x287296(0x205)](_0xef1c79||this[_0x287296(0x2fd)]());_0x5ddcfd&&(this[_0x287296(0x1c7)][_0x287296(0x2bb)](_0x5ddcfd,_0xb48687||this[_0x287296(0x30a)](_0x5ddcfd,_0x3d5e98==null?_0x42c8e5['UniverInstanceType'][_0x287296(0x2dc)]:_0x3d5e98),'pptx'),this[_0x287296(0x230)](_0x1fb1c9[_0x287296(0x1a8)]['Success']));}async[_0x41e775(0x259)](){const _0x5abe14=_0x41e775;this['_showDownloadMessage'](_0x1fb1c9[_0x5abe14(0x1a8)][_0x5abe14(0x256)]);let _0x5af72e=await this['_getUnitSlideJson'](),_0x5ef094=await this['_exchangeService']['exportPPTXBySnapshot'](_0x5af72e);_0x5ef094&&(this[_0x5abe14(0x1c7)]['downloadFile'](_0x5ef094,this[_0x5abe14(0x30a)](_0x5ef094,_0x42c8e5[_0x5abe14(0x250)][_0x5abe14(0x2dc)]),_0x5abe14(0x1be)),this[_0x5abe14(0x230)](_0x1fb1c9[_0x5abe14(0x1a8)][_0x5abe14(0x2cb)]));}async[_0x41e775(0x22a)](){const _0x16372a=_0x41e775;if(this[_0x16372a(0x213)]()){this[_0x16372a(0x2e5)]['show']({'type':_0x1fb1c9[_0x16372a(0x1a8)]['Warning'],'content':this[_0x16372a(0x1d9)]['t'](_0x16372a(0x2ff))});return;}let _0x44fe52=await _0x374a76([_0x42c8e5[_0x16372a(0x250)][_0x16372a(0x1bf)]]);if(_0x44fe52&&!this['_fileTypeError'](_0x44fe52,_0x42c8e5[_0x16372a(0x250)][_0x16372a(0x1bf)]))return this[_0x16372a(0x244)](_0x44fe52[0x0],_0x42c8e5['UniverInstanceType'][_0x16372a(0x1bf)]);}async[_0x41e775(0x1ea)](){const _0x5b48ec=_0x41e775;if(this[_0x5b48ec(0x213)]()){this[_0x5b48ec(0x2e5)][_0x5b48ec(0x216)]({'type':_0x1fb1c9['MessageType']['Warning'],'content':this[_0x5b48ec(0x1d9)]['t'](_0x5b48ec(0x2ff))});return;}let _0x22cba5=await _0x374a76([_0x42c8e5[_0x5b48ec(0x250)][_0x5b48ec(0x1bf)]]);if(!_0x22cba5)return;this[_0x5b48ec(0x156)](_0x1fb1c9[_0x5b48ec(0x1a8)][_0x5b48ec(0x256)]);let _0x28e9e4=await this['_exchangeService']['importXLSXToSnapshot'](_0x22cba5[0x0]);_0x28e9e4&&(this[_0x5b48ec(0x2ce)](_0x28e9e4),this[_0x5b48ec(0x156)](_0x1fb1c9[_0x5b48ec(0x1a8)]['Success']));}async[_0x41e775(0x2b2)](_0x22567b,_0x5e49a4,_0x5a66ba){const _0x187f1e=_0x41e775;this[_0x187f1e(0x230)](_0x1fb1c9[_0x187f1e(0x1a8)][_0x187f1e(0x256)]);let _0x50854f=await this[_0x187f1e(0x1c7)][_0x187f1e(0x2b2)](_0x22567b||this[_0x187f1e(0x29d)]());_0x50854f&&(this['_exchangeService']['downloadFile'](_0x50854f,_0x5e49a4||this[_0x187f1e(0x1b1)](_0x50854f),'xlsx'),this[_0x187f1e(0x230)](_0x1fb1c9[_0x187f1e(0x1a8)][_0x187f1e(0x2cb)]));}async[_0x41e775(0x249)](){const _0x1b98e8=_0x41e775;this[_0x1b98e8(0x230)](_0x1fb1c9[_0x1b98e8(0x1a8)][_0x1b98e8(0x256)]);let _0x17b3b5=await this['_getUnitJson'](),_0xf6d6e4=await this[_0x1b98e8(0x1c7)]['exportXLSXBySnapshot'](_0x17b3b5);_0xf6d6e4&&(this[_0x1b98e8(0x1c7)][_0x1b98e8(0x2bb)](_0xf6d6e4,this[_0x1b98e8(0x1b1)](_0xf6d6e4),_0x1b98e8(0x1a3)),this[_0x1b98e8(0x230)](_0x1fb1c9['MessageType'][_0x1b98e8(0x2cb)]));}[_0x41e775(0x1d6)](_0x532c1a){const _0x4cedf9=_0x41e775;this[_0x4cedf9(0x1cd)]=_0x532c1a;}async[_0x41e775(0x244)](_0x5eb20f,_0x33d614){const _0x3f06cf=_0x41e775;this[_0x3f06cf(0x290)][_0x3f06cf(0x216)](),this[_0x3f06cf(0x290)]['updateState'](0x0),this[_0x3f06cf(0x187)](0x4),this[_0x3f06cf(0x294)](0x1);let _0x294f7b=await this['_exchangeService'][_0x3f06cf(0x239)](_0x5eb20f,_0x33d614);if(!_0x294f7b){this[_0x3f06cf(0x2df)](),this[_0x3f06cf(0x290)][_0x3f06cf(0x1b0)](0x2);return;}let _0x271d3c={'link':this[_0x3f06cf(0x1cd)](_0x294f7b,_0x33d614),'name':_0x5eb20f['name'],'type':_0x33d614};return this[_0x3f06cf(0x290)]['pushLink'](_0x271d3c),this[_0x3f06cf(0x165)](),this[_0x3f06cf(0x290)]['updateState'](0x1),_0x294f7b;}[_0x41e775(0x29d)](){const _0x54c0fc=_0x41e775;return this[_0x54c0fc(0x18f)]['getCurrentUnitOfType'](_0x42c8e5[_0x54c0fc(0x250)][_0x54c0fc(0x1bf)])[_0x54c0fc(0x257)]();}[_0x41e775(0x306)](){const _0x9c9c13=_0x41e775;return this['_univerInstanceService'][_0x9c9c13(0x225)](_0x42c8e5[_0x9c9c13(0x250)][_0x9c9c13(0x1ca)])[_0x9c9c13(0x257)]();}[_0x41e775(0x2fd)](){const _0x261aad=_0x41e775;return this[_0x261aad(0x18f)]['getCurrentUnitOfType'](_0x42c8e5[_0x261aad(0x250)]['UNIVER_SLIDE'])['getUnitId']();}[_0x41e775(0x1b1)](_0x267803){const _0x560c6f=_0x41e775;return this[_0x560c6f(0x30a)](_0x267803,_0x42c8e5[_0x560c6f(0x250)][_0x560c6f(0x1bf)]);}[_0x41e775(0x30a)](_0x291a06,_0x3670af){const _0x586f3c=_0x41e775;var _0xc079f8;let _0x38401a=(_0xc079f8=this[_0x586f3c(0x18f)][_0x586f3c(0x225)](_0x3670af))==null?void 0x0:_0xc079f8[_0x586f3c(0x2f5)](),_0x45b228=_0x38401a==null?void 0x0:_0x38401a[_0x586f3c(0x1f5)];return typeof _0x45b228=='string'&&_0x45b228[_0x586f3c(0x1f4)]()?_0x45b228:_0x291a06[_0x586f3c(0x1f5)]['split']('.')[_0x586f3c(0x2b5)]()||document['title'];}async[_0x41e775(0x223)](){const _0x303bb0=_0x41e775;return this[_0x303bb0(0x18f)][_0x303bb0(0x225)](_0x42c8e5['UniverInstanceType'][_0x303bb0(0x1bf)])['getSnapshot']();}async[_0x41e775(0x2fb)](){const _0x2f3ff0=_0x41e775;return this[_0x2f3ff0(0x18f)]['getCurrentUnitOfType'](_0x42c8e5['UniverInstanceType'][_0x2f3ff0(0x1ca)])['getSnapshot']();}async[_0x41e775(0x222)](){const _0x53566e=_0x41e775;let _0x782271=this['_univerInstanceService'][_0x53566e(0x225)](_0x42c8e5[_0x53566e(0x250)][_0x53566e(0x2dc)]),_0x5a571c=this[_0x53566e(0x1b7)][_0x53566e(0x24f)](_0x782271['getUnitId']());return _0x5a571c==null?_0x782271['getSnapshot']():_0x5a571c;}['_getLinkByUnitId'](_0x3e3826,_0x588839){const _0x268d06=_0x41e775;let _0x3092f0=new URL(window[_0x268d06(0x2d6)][_0x268d06(0x253)]);return _0x3092f0[_0x268d06(0x2d5)][_0x268d06(0x27f)]('unit',_0x3e3826),_0x3092f0['searchParams'][_0x268d06(0x27f)](_0x268d06(0x1dc),''+_0x588839),_0x3092f0[_0x268d06(0x2a7)]();}[_0x41e775(0x2ce)](_0x228d77){const _0x5e2f84=_0x41e775;let _0xc2d653=this[_0x5e2f84(0x18f)][_0x5e2f84(0x225)](_0x42c8e5[_0x5e2f84(0x250)][_0x5e2f84(0x1bf)])[_0x5e2f84(0x257)]();this[_0x5e2f84(0x18f)][_0x5e2f84(0x25e)](_0xc2d653),this[_0x5e2f84(0x18f)][_0x5e2f84(0x1e3)](_0x42c8e5[_0x5e2f84(0x250)][_0x5e2f84(0x1bf)],_0x228d77);}[_0x41e775(0x1db)](_0x1bf986){const _0x48575f=_0x41e775;let _0x5aaf1c=this[_0x48575f(0x18f)][_0x48575f(0x225)](_0x42c8e5[_0x48575f(0x250)][_0x48575f(0x2dc)])['getUnitId']();this['_univerInstanceService'][_0x48575f(0x25e)](_0x5aaf1c),this[_0x48575f(0x18f)][_0x48575f(0x1e3)](_0x42c8e5['UniverInstanceType']['UNIVER_SLIDE'],_0x1bf986);}[_0x41e775(0x288)](_0x5b2da6){const _0xd0ebcb=_0x41e775;if(_0x5b2da6){let {code:_0x2f864b}=_0x5b2da6;switch(_0x2f864b){case _0x285eb5[_0xd0ebcb(0x273)][_0xd0ebcb(0x17a)]:this['_messageService'][_0xd0ebcb(0x216)]({'type':_0x1fb1c9[_0xd0ebcb(0x1a8)][_0xd0ebcb(0x22c)],'content':this[_0xd0ebcb(0x1d9)]['t']('exchange-client.tooLarge')});break;case _0x285eb5['ErrorCode'][_0xd0ebcb(0x201)]:this[_0xd0ebcb(0x2e5)][_0xd0ebcb(0x216)]({'type':_0x1fb1c9[_0xd0ebcb(0x1a8)]['Error'],'content':this[_0xd0ebcb(0x1d9)]['t'](_0xd0ebcb(0x1df))});break;default:this['_messageService'][_0xd0ebcb(0x216)]({'type':_0x1fb1c9[_0xd0ebcb(0x1a8)]['Error'],'content':this[_0xd0ebcb(0x1d9)]['t'](_0xd0ebcb(0x1f1))});break;}return null;}return this[_0xd0ebcb(0x2e5)][_0xd0ebcb(0x216)]({'type':_0x1fb1c9[_0xd0ebcb(0x1a8)][_0xd0ebcb(0x22c)],'content':this[_0xd0ebcb(0x1d9)]['t'](_0xd0ebcb(0x1f1))}),null;}[_0x41e775(0x230)](_0x21b732){const _0x890e69=_0x41e775;let _0x8a7750='';switch(_0x21b732){case _0x1fb1c9[_0x890e69(0x1a8)][_0x890e69(0x2cb)]:_0x8a7750=this[_0x890e69(0x1d9)]['t'](_0x890e69(0x2fc));break;case _0x1fb1c9['MessageType'][_0x890e69(0x256)]:_0x8a7750=this[_0x890e69(0x1d9)]['t'](_0x890e69(0x242));break;default:break;}this[_0x890e69(0x2e5)][_0x890e69(0x216)]({'type':_0x21b732,'content':_0x8a7750});}[_0x41e775(0x156)](_0x1e8a71){const _0x1a41b8=_0x41e775;let _0x378095='';switch(_0x1e8a71){case _0x1fb1c9[_0x1a41b8(0x1a8)][_0x1a41b8(0x2cb)]:_0x378095=this[_0x1a41b8(0x1d9)]['t'](_0x1a41b8(0x2c9));break;case _0x1fb1c9[_0x1a41b8(0x1a8)]['Info']:_0x378095=this[_0x1a41b8(0x1d9)]['t'](_0x1a41b8(0x2ff));break;default:break;}this[_0x1a41b8(0x2e5)][_0x1a41b8(0x216)]({'type':_0x1e8a71,'content':_0x378095});}[_0x41e775(0x2d9)](){const _0x32d1ee=_0x41e775;this['_progress$'][_0x32d1ee(0x248)]({'done':this[_0x32d1ee(0x2c1)],'count':this[_0x32d1ee(0x170)]});}[_0x41e775(0x187)](_0x42cb46){const _0x4ce908=_0x41e775;this[_0x4ce908(0x170)]+=_0x42cb46,this[_0x4ce908(0x2d9)]();}['_addDoneTask'](_0x46623e){const _0x3a10f1=_0x41e775;this[_0x3a10f1(0x2c1)]+=_0x46623e,this[_0x3a10f1(0x2c1)]=Math[_0x3a10f1(0x179)](this[_0x3a10f1(0x2c1)],this[_0x3a10f1(0x170)]),this[_0x3a10f1(0x2d9)]();}[_0x41e775(0x165)](){const _0x3f4e13=_0x41e775;this[_0x3f4e13(0x2c1)]=this[_0x3f4e13(0x170)],this[_0x3f4e13(0x2d9)]();}[_0x41e775(0x2df)](){const _0x53680c=_0x41e775;this[_0x53680c(0x2c1)]=0x0,this[_0x53680c(0x170)]=0x0,this['_emitProgress']();}[_0x41e775(0x174)](_0x55d7cb,_0x3bcbfe){const _0x93f0ef=_0x41e775;let _0x26238c=_0x55d7cb[0x0],_0x1ba0c3=_0x26238c[_0x93f0ef(0x1f5)];return _0x27caad(_0x26238c)===_0x3bcbfe?!0x1:(this['_messageService'][_0x93f0ef(0x216)]({'type':_0x1fb1c9[_0x93f0ef(0x1a8)][_0x93f0ef(0x22c)],'content':this[_0x93f0ef(0x1d9)]['t'](_0x93f0ef(0x2a2),_0x1ba0c3)}),!0x0);}['_uploadTaskNotDone'](){const _0x47ed0c=_0x41e775;return this[_0x47ed0c(0x170)]!==0x0&&this['_doneUploadTaskCount']!==this[_0x47ed0c(0x170)];}};_0x2848fe=_0x11fc8b([_0x5f407f(0x0,(0x0,_0x42c8e5[_0x41e775(0x1e1)])(_0x42c8e5['IUniverInstanceService'])),_0x5f407f(0x1,_0x39c413['IMessageService']),_0x5f407f(0x2,(0x0,_0x42c8e5[_0x41e775(0x1e1)])(_0x42c8e5[_0x41e775(0x145)])),_0x5f407f(0x3,(0x0,_0x42c8e5[_0x41e775(0x1e1)])(_0xec7115)),_0x5f407f(0x4,(0x0,_0x42c8e5[_0x41e775(0x1e1)])(_0x21abef)),_0x5f407f(0x5,_0x42c8e5[_0x41e775(0x206)]),_0x5f407f(0x6,(0x0,_0x42c8e5[_0x41e775(0x1e1)])(_0x42c8e5[_0x41e775(0x1c5)]))],_0x2848fe);function _0x4f865e(_0x2a1a24){const _0x972e92=_0x41e775;let {onClick:_0x3a691a,children:_0x14dedb,className:_0x56189c}=_0x2a1a24;return(0x0,_0x5aaaec['jsx'])('button',{'className':(0x0,_0x1fb1c9[_0x972e92(0x203)])(_0x972e92(0x175),_0x56189c),'type':_0x972e92(0x19e),'onClick':_0x3a691a,'children':_0x14dedb});}function _0x54939f(){const _0x4442f5=_0x41e775;let _0x469a32=(0x0,_0x39c413[_0x4442f5(0x152)])(_0xad01dd),_0x1390e1=(0x0,_0x39c413[_0x4442f5(0x152)])(_0x42c8e5[_0x4442f5(0x145)]);function _0x452de8(){const _0x54915f=_0x4442f5;_0x469a32[_0x54915f(0x161)]();}return(0x0,_0x5aaaec['jsx'])(_0x4f865e,{'onClick':_0x452de8,'children':_0x1390e1['t'](_0x4442f5(0x1d7))});}function _0x4e8851(){const _0x3d1049=_0x41e775;return(0x0,_0x5aaaec[_0x3d1049(0x209)])(_0x3d1049(0x300),{'className':_0x3d1049(0x293),'children':[(0x0,_0x5aaaec[_0x3d1049(0x1e6)])(_0x3d1049(0x2ea),{'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,_0x39c413[_0x3d1049(0x152)])(_0x42c8e5[_0x3d1049(0x145)])['t'](_0x3d1049(0x1de))}),(0x0,_0x5aaaec['jsx'])(_0x54939f,{})]});}function _0x28eba5(_0x282c7e){const _0x36e299=_0x41e775;let {count:_0x2fbdbd}=_0x282c7e;return(0x0,_0x5aaaec[_0x36e299(0x209)])(_0x36e299(0x300),{'className':_0x36e299(0x2bf),'children':[(0x0,_0x5aaaec[_0x36e299(0x1e6)])(_0x36e299(0x2ea),{'className':_0x36e299(0x16a),'children':(0x0,_0x39c413[_0x36e299(0x152)])(_0x42c8e5[_0x36e299(0x145)])['t'](_0x36e299(0x1e2),''+_0x2fbdbd)}),(0x0,_0x5aaaec['jsx'])(_0x54939f,{})]});}function _0x49ac04(){const _0xf67aba=_0x41e775;let _0x232476=(0x0,_0x39c413[_0xf67aba(0x152)])(_0xad01dd),_0x346f63=(0x0,_0x39c413['useDependency'])(_0x42c8e5['LocaleService']);function _0x198424(){_0x232476['interrupt']();}return(0x0,_0x5aaaec[_0xf67aba(0x1e6)])(_0x4f865e,{'onClick':_0x198424,'children':_0x346f63['t']('exchange-client.cancel')});}function _0x2ed602(){const _0xfeb3f2=_0x41e775;let {count:_0x207e01,done:_0x46c2df}=(0x0,_0x39c413['useObservable'])((0x0,_0x39c413['useDependency'])(_0xad01dd)[_0xfeb3f2(0x311)]),_0x93a5b2=_0x207e01>0x0?_0x46c2df/_0x207e01:0x0;return(0x0,_0x5aaaec[_0xfeb3f2(0x1e6)])(_0xfeb3f2(0x300),{'className':_0xfeb3f2(0x157),'children':(0x0,_0x5aaaec['jsx'])('div',{'className':_0xfeb3f2(0x220),'style':{'width':Math['floor'](_0x93a5b2*0x64)+'%'}})});}function _0x1e70a9(){const _0x2912c4=_0x41e775;return(0x0,_0x5aaaec[_0x2912c4(0x209)])(_0x2912c4(0x300),{'className':_0x2912c4(0x293),'children':[(0x0,_0x5aaaec[_0x2912c4(0x1e6)])(_0x2912c4(0x2ea),{'className':_0x2912c4(0x314),'children':(0x0,_0x39c413[_0x2912c4(0x152)])(_0x42c8e5[_0x2912c4(0x145)])['t'](_0x2912c4(0x1cc))}),(0x0,_0x5aaaec[_0x2912c4(0x1e6)])('div',{'className':_0x2912c4(0x20d),'children':(0x0,_0x5aaaec[_0x2912c4(0x1e6)])(_0x2ed602,{})}),(0x0,_0x5aaaec['jsx'])(_0x49ac04,{})]});}let _0x44b683={0x1:(0x0,_0x5aaaec[_0x41e775(0x1e6)])(_0x14297b,{'className':'univer-text-green-500'}),0x0:(0x0,_0x5aaaec['jsx'])(_0x53b21f,{'className':_0x41e775(0x218)}),0x2:(0x0,_0x5aaaec[_0x41e775(0x1e6)])(_0x136819,{'className':_0x41e775(0x268)})};function _0x459cd8(){const _0x5afaf6=_0x41e775;let _0x549a04=(0x0,_0x39c413[_0x5afaf6(0x152)])(_0x21abef),_0xe3db1d=(0x0,_0x39c413['useDependency'])(_0x42c8e5['LocaleService']),_0x1700b1=(0x0,_0x39c413[_0x5afaf6(0x194)])(_0x549a04[_0x5afaf6(0x2f6)],0x0),_0x3fe17c=(0x0,_0x39c413['useObservable'])(_0x549a04[_0x5afaf6(0x176)],!0x1),_0x29db64=(0x0,_0x39c413['useObservable'])(_0x549a04[_0x5afaf6(0x1d0)],[]);function _0x46df59(){_0x549a04['hide']();}function _0x38fc9b(_0x9cfbfd){const _0x201ae6=_0x5afaf6;switch(_0x9cfbfd){case 0x1:return _0xe3db1d['t'](_0x201ae6(0x2c9));case 0x0:return _0xe3db1d['t'](_0x201ae6(0x2ff));case 0x2:return _0xe3db1d['t'](_0x201ae6(0x2d0));default:return'';}}return _0x3fe17c&&(0x0,_0x5aaaec[_0x5afaf6(0x209)])(_0x5afaf6(0x300),{'className':_0x5afaf6(0x28a),'children':[(0x0,_0x5aaaec[_0x5afaf6(0x209)])(_0x5afaf6(0x300),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-1.5\x20univer-pr-2','children':[(0x0,_0x5aaaec[_0x5afaf6(0x209)])(_0x5afaf6(0x2ea),{'className':'univer-flex','children':[(0x0,_0x5aaaec['jsx'])(_0x5afaf6(0x2ea),{'className':_0x5afaf6(0x177),'children':_0x44b683[_0x1700b1]}),(0x0,_0x5aaaec[_0x5afaf6(0x1e6)])(_0x5afaf6(0x2ea),{'className':'univer-ml-1.5\x20univer-font-semibold\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x38fc9b(_0x1700b1)})]}),(0x0,_0x5aaaec[_0x5afaf6(0x1e6)])(_0x5afaf6(0x2ea),{'className':_0x5afaf6(0x1ef),'onClick':_0x46df59,'children':(0x0,_0x5aaaec[_0x5afaf6(0x1e6)])(_0x2d29f0,{})})]}),(0x0,_0x5aaaec[_0x5afaf6(0x209)])(_0x5afaf6(0x300),{'children':[_0x1700b1===0x0&&(0x0,_0x5aaaec[_0x5afaf6(0x1e6)])(_0x1e70a9,{}),_0x1700b1===0x2&&(0x0,_0x5aaaec[_0x5afaf6(0x1e6)])(_0x4e8851,{}),_0x29db64[_0x5afaf6(0x1b2)]>0x0&&(0x0,_0x5aaaec['jsx'])(_0x440a3b,{'list':_0x29db64}),_0x1700b1===0x1&&(0x0,_0x5aaaec[_0x5afaf6(0x1e6)])(_0x28eba5,{'count':_0x29db64[_0x5afaf6(0x1b2)]})]})]});}function _0x3ed3fc(){const _0x199c28=_0x41e775;return(0x0,_0x5aaaec[_0x199c28(0x1e6)])(_0x459cd8,{});}let _0x247802=class extends _0x42c8e5[_0x41e775(0x276)]{constructor(_0x59a4b2,_0x86566f){const _0x418f48=_0x41e775;super(),this[_0x418f48(0x185)]=_0x59a4b2,this['_uiPartsService']=_0x86566f,this[_0x418f48(0x29e)]();}['_registerUIParts'](){const _0x22f45a=_0x41e775;this[_0x22f45a(0x23a)](this[_0x22f45a(0x2a1)][_0x22f45a(0x16d)](_0x39c413[_0x22f45a(0x19c)][_0x22f45a(0x1f0)],()=>(0x0,_0x39c413[_0x22f45a(0x188)])(_0x3ed3fc,this['_injector'])));}};_0x247802=_0x11fc8b([_0x5f407f(0x0,(0x0,_0x42c8e5[_0x41e775(0x1e1)])(_0x42c8e5[_0x41e775(0x18a)])),_0x5f407f(0x1,_0x39c413['IUIPartsService'])],_0x247802);let _0x2a312b=class extends _0x42c8e5[_0x41e775(0x315)]{constructor(_0x4c5900=_0x52c529,_0x5cdd9b,_0x59b04e){const _0x3dec4a=_0x41e775;super(),this[_0x3dec4a(0x1d3)]=_0x4c5900,this[_0x3dec4a(0x185)]=_0x5cdd9b,this[_0x3dec4a(0x26a)]=_0x59b04e;let {..._0x48cd29}=(0x0,_0x42c8e5['merge'])({},_0x52c529,this[_0x3dec4a(0x1d3)]);this[_0x3dec4a(0x26a)][_0x3dec4a(0x269)](_0x127280,_0x48cd29);}['onStarting'](){const _0xf31b31=_0x41e775;(0x0,_0x42c8e5['registerDependencies'])(this[_0xf31b31(0x185)],[[_0x414d64],[_0x247802],[_0xad01dd,{'useClass':_0x2848fe}],[_0xec7115,{'useClass':_0x11b511}],[_0x1aef36,{'useClass':_0x40ccae}],[_0x21abef,{'useClass':_0x34b02b}]]);}[_0x41e775(0x15d)](){const _0x4e2406=_0x41e775;(0x0,_0x42c8e5[_0x4e2406(0x2f7)])(this[_0x4e2406(0x185)],[[_0x414d64],[_0x247802],[_0xad01dd]]);}};_0xb150bd(_0x2a312b,_0x41e775(0x14c),_0x41e775(0x2e4)),_0xb150bd(_0x2a312b,_0x41e775(0x262),_0x4d3e88),_0xb150bd(_0x2a312b,'version',_0x573a9f),_0x2a312b=_0x11fc8b([(0x0,_0x42c8e5[_0x41e775(0x2eb)])(_0x3609f8['UniverNetworkPlugin'],_0x15533e[_0x41e775(0x236)]),_0x5f407f(0x1,(0x0,_0x42c8e5[_0x41e775(0x1e1)])(_0x42c8e5[_0x41e775(0x18a)])),_0x5f407f(0x2,_0x42c8e5[_0x41e775(0x25f)])],_0x2a312b),_0x2dbe39[_0x41e775(0x31b)]=_0xad01dd,_0x2dbe39[_0x41e775(0x14e)]=_0xec7115,Object['defineProperty'](_0x2dbe39,_0x41e775(0x240),{'enumerable':!0x0,'get':function(){return _0x2a312b;}}),_0x2dbe39[_0x41e775(0x2bb)]=_0x4beb32,_0x2dbe39[_0x41e775(0x207)]=_0x54728b,_0x2dbe39[_0x41e775(0x148)]=_0x10f382;}));function _0x38ad(_0x353edc,_0x37082d){_0x353edc=_0x353edc-0x145;const _0x241502=_0x2415();let _0x38ad0a=_0x241502[_0x353edc];return _0x38ad0a;}function _0x2415(){const _0x1275b7=['0\x200\x2017\x2016','exportDOCXByUnitId','includes','_getTaskURL','log','M5.88699\x202.34478L3.65371\x202.3448C2.88051\x202.34481\x202.25372\x202.97161\x202.25372\x203.7448L2.25371\x2012.4445C2.25371\x2013.2177\x202.88052\x2013.8445\x203.65372\x2013.8445L12.3535\x2013.8445C13.1267\x2013.8445\x2013.7535\x2013.2177\x2013.7535\x2012.4445V10.0256C13.7535\x209.69425\x2014.0221\x209.42562\x2014.3535\x209.42562C14.6849\x209.42562\x2014.9535\x209.69425\x2014.9535\x2010.0256V12.4445C14.9535\x2013.8804\x2013.7894\x2015.0444\x2012.3535\x2015.0445L3.65373\x2015.0445C2.21778\x2015.0445\x201.05371\x2013.8805\x201.05371\x2012.4445L1.05372\x203.7448C1.05372\x202.30888\x202.21776\x201.14482\x203.65369\x201.1448L5.88697\x201.14478C6.21834\x201.14477\x206.48698\x201.4134\x206.48698\x201.74477C6.48699\x202.07614\x206.21836\x202.34477\x205.88699\x202.34478Z','toStringTag','saveSnapshot','_injector','mask','_addTotalCount','connectInjector','_extractErrorDetail','Injector','M4.90578\x2011.6398C4.72169\x2011.6398\x204.57245\x2011.789\x204.57245\x2011.9731C4.57245\x2012.1572\x204.72169\x2012.3065\x204.90578\x2012.3065H7.57245C7.75654\x2012.3065\x207.90578\x2012.1572\x207.90578\x2011.9731C7.90578\x2011.789\x207.75654\x2011.6398\x207.57245\x2011.6398H4.90578Z','accept','UNIVER_PROJECT',':\x20HTTP\x20','_univerInstanceService','b64DecodeUnicode','random','M3.71274\x202.86421C3.47843\x202.6299\x203.09853\x202.6299\x202.86421\x202.86421C2.6299\x203.09853\x202.6299\x203.47843\x202.86421\x203.71274L7.15154\x208.00007L2.86421\x2012.2874C2.6299\x2012.5217\x202.6299\x2012.9016\x202.86421\x2013.1359C3.09853\x2013.3702\x203.47843\x2013.3702\x203.71274\x2013.1359L8.00007\x208.84859L12.2874\x2013.1359C12.5217\x2013.3702\x2012.9016\x2013.3702\x2013.1359\x2013.1359C13.3702\x2012.9016\x2013.3702\x2012.5217\x2013.1359\x2012.2874L8.84859\x208.00007L13.1359\x203.71274C13.3702\x203.47843\x2013.3702\x203.09853\x2013.1359\x202.86421C12.9016\x202.6299\x2012.5217\x202.6299\x2012.2874\x202.86421L8.00007\x207.15154L3.71274\x202.86421Z','pushLink','useObservable','http://www.w3.org/2000/svg','setTaskInterrupted','download','react','doc','@univerjs-pro/exchange-client','getConfig','BuiltInUIPart','minSheetColumnCount','button','children','Error\x20fetching\x20file\x20from\x20URL:','success','Get\x20outputType\x20error','xlsx','options','split','DirectExportIcon','_httpService','MessageType','getSheetBlock','files','subscribe','@univerjs/core','_logService','string','Failed\x20to\x20get\x20unitID\x20from\x20task','updateState','_getUnitName','length','1em','docs-multi-icon','close-icon','taskID','_resourceLoaderService','body','_getSignURL','createIdentifier','appendChild','UniverProExchangeClient','UNIVER_BASE','pptx','UNIVER_SHEET','?size=','_upload','symbol','1557gcziAq','_visible$','IResourceLoaderService','upload\x20request\x20failed','_exchangeService','scrollbarClassName','@univerjs/network','UNIVER_DOC','\x20-\x20','exchange-client.wait','_getLinkByUnitId','UNIVER_PDF','toPrimitive','list$','getDeserializedSheetBlock','createElement','_config','attrs','upload\x20request\x20failed:\x20failed\x20to\x20read\x20source\x20file\x20from\x20url','registerLink','exchange-client.uploadAgain','stroke','_localeService','univer-mt-5\x20univer-max-h-72\x20univer-overflow-y-auto\x20univer-overflow-x-hidden','_refreshSlide','type','_getExportURL','exchange-client.interrupt','exchange-client.internalError','stringify','Inject','exchange-client.uploadSuccessTip','createUnit','add','Failed\x20to\x20transform\x20snapshot\x20to\x20string','jsx','blockID','_getUploadFileURL','_iconManager','importXLSXToSnapshot','asObservable','Module','importDOCXToUnitId','Method\x20not\x20implemented.','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','CONTENT','exchange-client.networkError','input','transformWorkbookDataToSnapshot','trim','name','M3.4535\x201.12549C2.7002\x201.12549\x202.08954\x201.73615\x202.08954\x202.48945V13.5104C2.08954\x2014.2637\x202.7002\x2014.8744\x203.4535\x2014.8744H12.5465C13.2998\x2014.8744\x2013.9105\x2014.2637\x2013.9105\x2013.5104V5.0992L10.0091\x201.12549H3.4535Z','M10.0075\x201.12549L13.9104\x205.09842H10.6742C10.306\x205.09842\x2010.0075\x204.79994\x2010.0075\x204.43175V1.12549Z','status','clock-icon','getTextFromUrl','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','complete','number','rev','#4B7DFF','univer-flex\x20univer-w-[calc(100%-48px)]\x20univer-items-center','INTERNAL_ERROR','importDOCXToSnapshot','clsx','_list$','exportPPTXByUnitId','ILogService','transformSnapshotJsonToWorkbookData','uploadFileServerUrl','jsxs','Failed\x20to\x20get\x20text\x20from\x20url','2224674hbPdva','M8.71094\x201.75039C8.71094\x201.41902\x208.97956\x201.15039\x209.31094\x201.15039H13.7497C14.3572\x201.15039\x2014.8497\x201.64288\x2014.8497\x202.25039V6.68919C14.8497\x207.02056\x2014.5811\x207.28919\x2014.2497\x207.28919C13.9184\x207.28919\x2013.6497\x207.02056\x2013.6497\x206.68919V3.19854L8.95883\x207.88944C8.72452\x208.12375\x208.34462\x208.12375\x208.1103\x207.88944C7.87599\x207.65512\x207.87599\x207.27523\x208.1103\x207.04091L12.8008\x202.35039H9.31094C8.97956\x202.35039\x208.71094\x202.08176\x208.71094\x201.75039Z','univer-pl-2\x20univer-pr-4','outputType','file.','pending','replace','change','_uploadTaskNotDone','import','_getMaxPollingTime','show','join','univer-text-blue-500','IconManager','saveSheetBlock','getTask','currentColor','UniverProCollaboration','push','encode','univer-h-1.5\x20univer-rounded-lg\x20univer-bg-primary-600\x20univer-transition-[width]\x20univer-duration-500','filter','_getUnitSlideJson','_getUnitJson','7568VkUxjP','getCurrentUnitOfType','Subject','defs','xlink:href','block\x20is\x20required','importXLSXToUnitId','univer-m-0\x20univer-flex\x20univer-list-none\x20univer-flex-col\x20univer-gap-2\x20univer-p-0','Error','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','M4.7\x207.05H11.1V12.05H4.7V7.05ZM5.5\x207.85V9.2H7.35V7.85H5.5ZM8.15\x207.85V9.2H10.3V7.85H8.15ZM5.5\x2010V11.25H7.35V10H5.5ZM8.15\x2010V11.25H10.3V10H8.15Z','_getDownloadEndpointURL','_showDownloadMessage','FileId','application/vnd.openxmlformats-officedocument.spreadsheetml.template','getUnitType','dispose','0\x200\x2016\x2016','UniverLicensePlugin','transformSnapshotToSlideData','.json','importFileToUnitId','disposeWithMe','resolve','exportDOCXBySnapshot','defIds','_sheetBlockCache','&flate=','UniverExchangeClientPlugin','@univerjs-pro/license','exchange-client.downloading','UNRECOGNIZED','_importFileToUnitId','statusText','tag','prototype','next','exportXLSXBySnapshot','sign\x20url\x20error','textEncoder','text','#FF6B4B','M3.00004\x201.3335C2.07957\x201.3335\x201.33337\x202.07969\x201.33337\x203.00016V13.0002C1.33337\x2013.9143\x202.06935\x2014.6566\x202.98108\x2014.6667C2.99252\x2014.6671\x203.00399\x2014.6671\x203.01547\x2014.6668H13C13.9205\x2014.6668\x2014.6667\x2013.9207\x2014.6667\x2013.0002V11.8335C14.6667\x2011.4653\x2014.3682\x2011.1668\x2014\x2011.1668C13.6319\x2011.1668\x2013.3334\x2011.4653\x2013.3334\x2011.8335V13.0002C13.3334\x2013.1843\x2013.1842\x2013.3335\x2013\x2013.3335H5.25636C5.61522\x2013.016\x205.95119\x2012.6637\x206.25105\x2012.2868C7.06748\x2011.2609\x207.66671\x209.98799\x207.66671\x208.66683V2.66683H13C13.1841\x202.66683\x2013.3334\x202.81606\x2013.3334\x203.00016V4.66683C13.3334\x205.03502\x2013.6319\x205.3335\x2014\x205.3335C14.3682\x205.3335\x2014.6667\x205.03502\x2014.6667\x204.66683V3.00016C14.6667\x202.0797\x2013.9205\x201.3335\x2013\x201.3335H3.00004ZM6.33337\x202.66683H3.00004C2.81595\x202.66683\x202.66671\x202.81607\x202.66671\x203.00016V13.0002C2.66671\x2013.1484\x202.76345\x2013.274\x202.89725\x2013.3173C3.70845\x2012.9437\x204.55406\x2012.2781\x205.20773\x2011.4566C5.90507\x2010.5803\x206.33337\x209.59203\x206.33337\x208.66683V2.66683Z','saveUnit','UniverInstanceType','Failed\x20to\x20get\x20taskID\x20from\x20import\x20response','SuccessIcon','href','signUrl','assign','Info','getUnitId','file','exportPPTXBySnapshot','_buildHttpErrorMessage','UniverUi','UniverIcon','map','disposeUnit','IConfigService','forwardRef','style','packageName','@univerjs/protocol','data','workbook','direct-export-icon','UniverProtocol','univer-text-red-500','setConfig','_configService','M8.14248\x200.899902C4.22126\x200.899902\x201.04248\x204.07868\x201.04248\x207.9999C1.04248\x2011.9211\x204.22126\x2015.0999\x208.14248\x2015.0999C12.0637\x2015.0999\x2015.2425\x2011.9211\x2015.2425\x207.9999C15.2425\x204.07868\x2012.0637\x200.899902\x208.14248\x200.899902ZM2.24248\x207.9999C2.24248\x204.74142\x204.884\x202.0999\x208.14248\x202.0999C11.401\x202.0999\x2014.0425\x204.74142\x2014.0425\x207.9999C14.0425\x2011.2584\x2011.401\x2013.8999\x208.14248\x2013.8999C4.884\x2013.8999\x202.24248\x2011.2584\x202.24248\x207.9999Z','message','univer-pro.exchange-client.request.service','pathname','_exportBySnapshot','25yMwjGy','@univerjs/design','M7.76493\x207.24535C7.76493\x207.07967\x207.63024\x206.94371\x207.46548\x206.96123C7.01146\x207.00953\x206.57426\x207.16714\x206.19216\x207.42245C5.72662\x207.73351\x205.36378\x208.17564\x205.14951\x208.69292C4.93525\x209.2102\x204.87918\x209.77941\x204.98842\x2010.3285C5.09765\x2010.8777\x205.36727\x2011.3821\x205.76318\x2011.778C6.15909\x2012.1739\x206.66351\x2012.4436\x207.21265\x2012.5528C7.76179\x2012.662\x208.33099\x2012.606\x208.84828\x2012.3917C9.36556\x2012.1774\x209.80769\x2011.8146\x2010.1188\x2011.349C10.3741\x2010.9669\x2010.5317\x2010.5297\x2010.58\x2010.0757C10.5975\x209.91096\x2010.4615\x209.77627\x2010.2958\x209.77627L8.06493\x209.77627C7.89925\x209.77627\x207.76493\x209.64195\x207.76493\x209.47627L7.76493\x207.24535Z','ErrorCode','clear','slide','Disposable','none','path','_getMinSheetRowCount','originalMeta','xltx','M10.4097\x209.35206C10.5753\x209.35206\x2010.7115\x209.21728\x2010.6918\x209.05277C10.6645\x208.82511\x2010.6062\x208.60178\x2010.5181\x208.38909C10.3917\x208.08379\x2010.2063\x207.80639\x209.97264\x207.57272C9.73897\x207.33905\x209.46157\x207.1537\x209.15627\x207.02724C8.94358\x206.93914\x208.72024\x206.88083\x208.49259\x206.85356C8.32808\x206.83385\x208.1933\x206.97001\x208.1933\x207.13569V9.05206C8.1933\x209.21774\x208.32761\x209.35206\x208.4933\x209.35206H10.4097Z','url(#$1','revokeObjectURL','set','_getMinSheetColumnCount','/universer-api/exchange/task/{taskID}','React','_requestState$','isArray','match','use','transformSlideDataToSnapshot','_showNetworkError','fileID','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','upload\x20failed:\x20missing\x20FileId\x20in\x20response','keys','_taskInterrupted','displayName','Content-Type','_uploadNotificationService','_registerIcons','exchange-client.config','univer-mt-5\x20univer-flex\x20univer-flex-col','_addDoneTask','white','importServerUrl','headers','evenodd','xlsm','application/pdf','append','get','_getUnitID','_registerUIParts','sheetBlocks','object','_uiPartsService','exchange-client.fileTypeError','decorate','export','slides-multi-icon','application/octet-stream','toString','link','addEventListener','dictionary','#35BD4B','rxjs','Warning','b64EncodeUnicode','BehaviorSubject','exportServerUrl','5444820ETxQgr','exportXLSXByUnitId','/universer-api/exchange/{type}/import','transformSnapshotToDocumentData','shift','mem','_state$','svg','requestState$','toLowerCase','downloadFile','post','pdf','max','univer-mt-3\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-2\x20univer-pr-1','copyFileMeta','_doneUploadTaskCount','getResourcesRequest','buffer','UNIVER_UNKNOWN','parse','idSuffix','M4.57245\x209.62638C4.57245\x209.44229\x204.72169\x209.29305\x204.90578\x209.29305H10.2391C10.4232\x209.29305\x2010.5724\x209.44229\x2010.5724\x209.62638C10.5724\x209.81048\x2010.4232\x209.95972\x2010.2391\x209.95972H4.90578C4.72169\x209.95972\x204.57245\x209.81048\x204.57245\x209.62638Z','application/vnd.openxmlformats-officedocument.wordprocessingml.document','exchange-client.uploadSuccess','No\x20file\x20selected','Success','1.0.0-alpha.4','/universer-api/file/{fileID}/sign-url','_refresh','docx','exchange-client.unknownMistake','entries','catch','fetchMissingChangesets','colorChannel1','searchParams','location','iterator','level','_emitProgress','import\x20error','43578erhGRN','UNIVER_SLIDE','uploadFileToUnitId','unshift','_clearProgress','2cplxdt','{fileID}','_export','sort','UNIVER_EXCHANGE_CLIENT_PLUGIN','_messageService','hide','#EC4F2D','_getImportURL','createObjectURL','span','DependentOn','_importTaskId','current','snapshot','ErrorIcon','currentTarget','downloadEndpointUrl','decode','M8.24483\x204.80026C8.24487\x204.46889\x207.97627\x204.20023\x207.6449\x204.2002C7.31353\x204.20016\x207.04487\x204.46876\x207.04483\x204.80013L7.04443\x208.40306C7.04442\x208.56222\x207.10763\x208.71486\x207.22017\x208.82739L9.64664\x2011.2539C9.88095\x2011.4882\x2010.2608\x2011.4882\x2010.4952\x2011.2539C10.7295\x2011.0195\x2010.7295\x2010.6396\x2010.4952\x2010.4053L8.24446\x208.15463L8.24483\x204.80026Z','getFocusedUnit','getSnapshot','state$','touchDependencies','M12.4714\x205.86209C12.2111\x205.60174\x2011.789\x205.60174\x2011.5286\x205.86209C11.2683\x206.12244\x2011.2683\x206.54455\x2011.5286\x206.8049L12.3906\x207.66683H10C9.63185\x207.66683\x209.33337\x207.96531\x209.33337\x208.3335C9.33337\x208.70169\x209.63185\x209.00016\x2010\x209.00016H12.3906L11.5286\x209.86209C11.2683\x2010.1224\x2011.2683\x2010.5446\x2011.5286\x2010.8049C11.789\x2011.0653\x2012.2111\x2011.0653\x2012.4714\x2010.8049L14.4714\x208.8049C14.5935\x208.68286\x2014.6583\x208.52528\x2014.6659\x208.36548C14.6665\x208.35482\x2014.6667\x208.34416\x2014.6667\x208.3335L12.4714\x205.86209Z','_list','maxTimeoutTime','_getUnitDocJson','exchange-client.downloadSuccess','_getUnitIDSlide','upload','exchange-client.uploading','div','importWorkbookDataToUnitId','univer-pro.exchange-client.upload-notification.service','CloseIcon','application/json','{taskID}','_getUnitIDDoc','interruptImportTask','getLatestCsReqIdBySid','saveChangeset','_getUnitNameByType','exports','function','forEach','default','Failed\x20to\x20parse\x20json','file.json','progress$','HTTPService','#305CFA','univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','Plugin','_blank','ClockIcon','code','error','UniverNetwork','IExchangeOperateService','disableCellImageConversion','/universer-api/exchange/{type}/export','LocaleService','Error\x20getting\x20file\x20name\x20from\x20URL:','getSheetBlocksFromSnapshot','transformWorkbookDataToSnapshotJson','clearTaskInterrupted','160988ZQwdzh','textDecoder','pluginName','1038898nJyCce','IExchangeService','_importToJson','done','subarray','useDependency','UNIVER_BOARD','amd','ignoreTableExport','_showUploadMessage','univer-mx-0\x20univer-mb-3\x20univer-mt-4\x20univer-h-1.5\x20univer-w-[324px]\x20univer-rounded-lg\x20univer-bg-gray-200','UniverProLicense','display','SheetsMultiIcon','_progress$','values','onReady','url','defineProperty','click','importFileToUnitIdByCurrentType','workbook.json','SlidesMultiIcon','362631gaXgbA','_completeProgress','resolveWithBasePath','ShareRangeIcon','getOwnPropertyDescriptor','M12.4714\x205.86209L14.4714\x207.86209C14.6001\x207.9907\x2014.6651\x208.15878\x2014.6667\x208.32734L12.4714\x205.86209Z','univer-text-sm\x20univer-text-gray-500','multiple','univerjs-icon\x20univerjs-icon-','registerComponent','importPPTXToSnapshot','_requestService','_totalUploadTaskCount','interrupt','share-range-icon','toDisposable','_fileTypeError','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','visible$','univer-h-6\x20univer-text-2xl','importFileToJson','min','CONNECTOR_DATA_TOO_LARGE','_signUrl','react/jsx-runtime'];_0x2415=function(){return _0x1275b7;};return _0x2415();}