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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/index.d.ts +2 -3
  65. package/lib/types/services/exchange.service.d.ts +10 -17
  66. package/lib/types/services/operate.service.d.ts +33 -44
  67. package/lib/types/services/utils/collaboration.d.ts +2 -0
  68. package/lib/types/services/utils/snapshot.d.ts +14 -15
  69. package/lib/types/services/utils/tool.d.ts +0 -7
  70. package/lib/umd/facade.js +1 -1
  71. package/lib/umd/index.js +1 -1
  72. package/lib/umd/locale/ar-SA.js +1 -1
  73. package/lib/umd/locale/ca-ES.js +1 -1
  74. package/lib/umd/locale/de-DE.js +1 -1
  75. package/lib/umd/locale/en-US.js +1 -1
  76. package/lib/umd/locale/es-ES.js +1 -1
  77. package/lib/umd/locale/fa-IR.js +1 -1
  78. package/lib/umd/locale/fr-FR.js +1 -1
  79. package/lib/umd/locale/id-ID.js +1 -1
  80. package/lib/umd/locale/it-IT.js +1 -1
  81. package/lib/umd/locale/ja-JP.js +1 -1
  82. package/lib/umd/locale/ko-KR.js +1 -1
  83. package/lib/umd/locale/pl-PL.js +1 -1
  84. package/lib/umd/locale/pt-BR.js +1 -1
  85. package/lib/umd/locale/ru-RU.js +1 -1
  86. package/lib/umd/locale/sk-SK.js +1 -1
  87. package/lib/umd/locale/vi-VN.js +1 -1
  88. package/lib/umd/locale/zh-CN.js +1 -1
  89. package/lib/umd/locale/zh-HK.js +1 -1
  90. package/lib/umd/locale/zh-TW.js +1 -1
  91. package/package.json +11 -10
package/lib/cjs/facade.js CHANGED
@@ -1 +1 @@
1
- const _0x20e297=_0x1854;function _0x5f36(){const _0xb7eb90=['_injector','247911UZJRQG','importPPTXToSnapshotAsync','transformSnapshotJsonToWorkbookDataAsync','importXLSXToUnitIdAsync','UniverInstanceType','importFileToUnitId','extend','FUniver','641WtXJwQ','UNIVER_SHEET','downloadFile','exportXLSXByUnitId','exportDOCXBySnapshot','exportXLSXBySnapshotAsync','transformWorkbookDataToSnapshotJson','1554ZibJEU','transformSnapshotJsonToWorkbookData','6bzWBeo','1561692OoGkBt','exportDOCXByUnitId','3064390VlSqsI','exportPPTXBySnapshot','importDOCXToUnitIdAsync','4980240hdETbr','exportPPTXByUnitIdAsync','importPPTXToUnitIdAsync','5189863wgpdIB','transformWorkbookDataToSnapshotJsonAsync','importXLSXToSnapshotAsync','exportPPTXByUnitId','IExchangeService','9voIoeT','428968YBBWsZ','get'];_0x5f36=function(){return _0xb7eb90;};return _0x5f36();}(function(_0x2531f0,_0x413214){const _0xb730e5=_0x1854,_0x42b5b7=_0x2531f0();while(!![]){try{const _0x6cba05=parseInt(_0xb730e5(0x173))/0x1*(parseInt(_0xb730e5(0x157))/0x2)+-parseInt(_0xb730e5(0x16b))/0x3+parseInt(_0xb730e5(0x15a))/0x4+-parseInt(_0xb730e5(0x15c))/0x5+parseInt(_0xb730e5(0x159))/0x6*(parseInt(_0xb730e5(0x162))/0x7)+parseInt(_0xb730e5(0x168))/0x8*(-parseInt(_0xb730e5(0x167))/0x9)+-parseInt(_0xb730e5(0x15f))/0xa;if(_0x6cba05===_0x413214)break;else _0x42b5b7['push'](_0x42b5b7['shift']());}catch(_0x301948){_0x42b5b7['push'](_0x42b5b7['shift']());}}}(_0x5f36,0x5d709));function _0x1854(_0x38da43,_0x298a6e){_0x38da43=_0x38da43-0x151;const _0x5f3671=_0x5f36();let _0x1854a3=_0x5f3671[_0x38da43];return _0x1854a3;}let e=require('@univerjs-pro/exchange-client'),t=require('@univerjs/core'),n=require('@univerjs/core/facade');var r=class extends n[_0x20e297(0x172)]{[_0x20e297(0x152)](_0x1485c8,_0x3d010e,_0x137f60){const _0x2cb477=_0x20e297;this[_0x2cb477(0x16a)][_0x2cb477(0x169)](e['IExchangeService'])['downloadFile'](_0x1485c8,_0x3d010e,_0x137f60);}async[_0x20e297(0x16d)](_0x5abade){const _0x5ad005=_0x20e297;return this[_0x5ad005(0x16a)][_0x5ad005(0x169)](e[_0x5ad005(0x166)])[_0x5ad005(0x158)](_0x5abade);}async[_0x20e297(0x163)](_0x1c31f0){const _0x483bf0=_0x20e297;return this[_0x483bf0(0x16a)]['get'](e[_0x483bf0(0x166)])[_0x483bf0(0x156)](_0x1c31f0);}async[_0x20e297(0x16e)](_0x8c7b57){const _0x4ac9e2=_0x20e297;return this['_injector'][_0x4ac9e2(0x169)](e['IExchangeService'])[_0x4ac9e2(0x170)](_0x8c7b57,t[_0x4ac9e2(0x16f)][_0x4ac9e2(0x151)]);}async[_0x20e297(0x164)](_0x205408){const _0x532918=_0x20e297;return this['_injector'][_0x532918(0x169)](e[_0x532918(0x166)])['importXLSXToSnapshot'](_0x205408);}async['exportXLSXByUnitIdAsync'](_0x42ebe8){const _0x5a9c9d=_0x20e297;return this[_0x5a9c9d(0x16a)]['get'](e[_0x5a9c9d(0x166)])[_0x5a9c9d(0x153)](_0x42ebe8);}async[_0x20e297(0x155)](_0x2f2696){const _0x582eeb=_0x20e297;return this[_0x582eeb(0x16a)]['get'](e['IExchangeService'])['exportXLSXBySnapshot'](_0x2f2696);}async[_0x20e297(0x15e)](_0x2dd6bb){const _0x5d62ca=_0x20e297;return this[_0x5d62ca(0x16a)][_0x5d62ca(0x169)](e[_0x5d62ca(0x166)])[_0x5d62ca(0x170)](_0x2dd6bb,t[_0x5d62ca(0x16f)]['UNIVER_DOC']);}async['importDOCXToSnapshotAsync'](_0x4d0f41){const _0x146bf9=_0x20e297;return this[_0x146bf9(0x16a)][_0x146bf9(0x169)](e[_0x146bf9(0x166)])['importDOCXToSnapshot'](_0x4d0f41);}async['exportDOCXBySnapshotAsync'](_0x16dea4){const _0x5ef3dd=_0x20e297;return this[_0x5ef3dd(0x16a)]['get'](e[_0x5ef3dd(0x166)])[_0x5ef3dd(0x154)](_0x16dea4);}async['exportDOCXByUnitIdAsync'](_0x117df8){const _0x108c1c=_0x20e297;return this[_0x108c1c(0x16a)][_0x108c1c(0x169)](e[_0x108c1c(0x166)])[_0x108c1c(0x15b)](_0x117df8);}async[_0x20e297(0x161)](_0x288395){const _0x339260=_0x20e297;return this[_0x339260(0x16a)][_0x339260(0x169)](e[_0x339260(0x166)])[_0x339260(0x170)](_0x288395,t[_0x339260(0x16f)]['UNIVER_SLIDE']);}async[_0x20e297(0x16c)](_0x1824fe){const _0x2f7e38=_0x20e297;return this[_0x2f7e38(0x16a)][_0x2f7e38(0x169)](e[_0x2f7e38(0x166)])['importPPTXToSnapshot'](_0x1824fe);}async[_0x20e297(0x160)](_0x450c2e){const _0x911554=_0x20e297;return this[_0x911554(0x16a)][_0x911554(0x169)](e[_0x911554(0x166)])[_0x911554(0x165)](_0x450c2e);}async['exportPPTXBySnapshotAsync'](_0x25e3be){const _0x2316df=_0x20e297;return this[_0x2316df(0x16a)][_0x2316df(0x169)](e[_0x2316df(0x166)])[_0x2316df(0x15d)](_0x25e3be);}};n[_0x20e297(0x172)][_0x20e297(0x171)](r);
1
+ const _0x51fed2=_0xe6b3;function _0xe6b3(_0x1d4a7a,_0x3ff029){_0x1d4a7a=_0x1d4a7a-0x198;const _0xe339da=_0xe339();let _0xe6b390=_0xe339da[_0x1d4a7a];return _0xe6b390;}(function(_0x428b03,_0x586a56){const _0x4e84f0=_0xe6b3,_0x506e72=_0x428b03();while(!![]){try{const _0x26e19f=-parseInt(_0x4e84f0(0x1a7))/0x1*(-parseInt(_0x4e84f0(0x1bd))/0x2)+parseInt(_0x4e84f0(0x1bb))/0x3+parseInt(_0x4e84f0(0x1b4))/0x4*(parseInt(_0x4e84f0(0x1ab))/0x5)+-parseInt(_0x4e84f0(0x19f))/0x6+-parseInt(_0x4e84f0(0x1b0))/0x7+parseInt(_0x4e84f0(0x1b5))/0x8+-parseInt(_0x4e84f0(0x1a1))/0x9;if(_0x26e19f===_0x586a56)break;else _0x506e72['push'](_0x506e72['shift']());}catch(_0x1c5bd0){_0x506e72['push'](_0x506e72['shift']());}}}(_0xe339,0x9b4f1));let e=require('@univerjs-pro/exchange-client'),t=require('@univerjs/core'),n=require('@univerjs/core/facade');function _0xe339(){const _0x46afdc=['1907JmqFTU','importDOCXToSnapshotAsync','importXLSXToSnapshot','FUniver','360KPECcf','exportDOCXByUnitIdAsync','extend','importXLSXToSnapshotAsync','get','5219683TeYDxC','importPPTXToSnapshot','importPPTXToSnapshotAsync','exportPPTXByUnitIdAsync','62656pNCrVz','7026616MxEtip','transformSnapshotJsonToWorkbookData','UniverInstanceType','exportXLSXBySnapshot','exportDOCXByUnitId','importXLSXToUnitIdAsync','3468117OWYYRF','exportPPTXBySnapshot','742xCarDd','IExchangeService','transformSnapshotJsonToWorkbookDataAsync','transformWorkbookDataToSnapshotJson','downloadFile','UNIVER_SLIDE','importFileToUnitId','_injector','importDOCXToSnapshot','5312664vogXtE','UNIVER_SHEET','14421717HwHtky','transformWorkbookDataToSnapshotJsonAsync','importDOCXToUnitIdAsync','UNIVER_DOC','exportDOCXBySnapshotAsync','exportPPTXByUnitId'];_0xe339=function(){return _0x46afdc;};return _0xe339();}var r=class extends n[_0x51fed2(0x1aa)]{[_0x51fed2(0x19a)](_0x251722,_0x5edda4,_0x2a8c97){const _0xe7c879=_0x51fed2;this[_0xe7c879(0x19d)][_0xe7c879(0x1af)](e[_0xe7c879(0x1be)])[_0xe7c879(0x19a)](_0x251722,_0x5edda4,_0x2a8c97);}async[_0x51fed2(0x198)](_0x5ebe7a){const _0x4c421d=_0x51fed2;return this['_injector'][_0x4c421d(0x1af)](e[_0x4c421d(0x1be)])[_0x4c421d(0x1b6)](_0x5ebe7a);}async[_0x51fed2(0x1a2)](_0x35e114){const _0x3fda1f=_0x51fed2;return this[_0x3fda1f(0x19d)]['get'](e[_0x3fda1f(0x1be)])[_0x3fda1f(0x199)](_0x35e114);}async[_0x51fed2(0x1ba)](_0x5dc8b9){const _0x78c27f=_0x51fed2;return this['_injector'][_0x78c27f(0x1af)](e[_0x78c27f(0x1be)])['importFileToUnitId'](_0x5dc8b9,t['UniverInstanceType'][_0x78c27f(0x1a0)]);}async[_0x51fed2(0x1ae)](_0x49144e){const _0x209aa0=_0x51fed2;return this[_0x209aa0(0x19d)][_0x209aa0(0x1af)](e[_0x209aa0(0x1be)])[_0x209aa0(0x1a9)](_0x49144e);}async['exportXLSXByUnitIdAsync'](_0x2ae369){const _0x11206e=_0x51fed2;return this[_0x11206e(0x19d)]['get'](e[_0x11206e(0x1be)])['exportXLSXByUnitId'](_0x2ae369);}async['exportXLSXBySnapshotAsync'](_0x267dc9){const _0x4c75c9=_0x51fed2;return this['_injector'][_0x4c75c9(0x1af)](e['IExchangeService'])[_0x4c75c9(0x1b8)](_0x267dc9);}async[_0x51fed2(0x1a3)](_0x1e96f1){const _0x4cab4f=_0x51fed2;return this['_injector'][_0x4cab4f(0x1af)](e[_0x4cab4f(0x1be)])[_0x4cab4f(0x19c)](_0x1e96f1,t[_0x4cab4f(0x1b7)][_0x4cab4f(0x1a4)]);}async[_0x51fed2(0x1a8)](_0x3c7422){const _0x220e8f=_0x51fed2;return this[_0x220e8f(0x19d)][_0x220e8f(0x1af)](e[_0x220e8f(0x1be)])[_0x220e8f(0x19e)](_0x3c7422);}async[_0x51fed2(0x1a5)](_0x2cb9de){const _0x169d3c=_0x51fed2;return this['_injector']['get'](e[_0x169d3c(0x1be)])['exportDOCXBySnapshot'](_0x2cb9de);}async[_0x51fed2(0x1ac)](_0x5ee1df){const _0x5a3cd0=_0x51fed2;return this[_0x5a3cd0(0x19d)][_0x5a3cd0(0x1af)](e[_0x5a3cd0(0x1be)])[_0x5a3cd0(0x1b9)](_0x5ee1df);}async['importPPTXToUnitIdAsync'](_0x283984){const _0x104fd0=_0x51fed2;return this[_0x104fd0(0x19d)][_0x104fd0(0x1af)](e['IExchangeService'])[_0x104fd0(0x19c)](_0x283984,t[_0x104fd0(0x1b7)][_0x104fd0(0x19b)]);}async[_0x51fed2(0x1b2)](_0x8df4b2){const _0x3fbb7b=_0x51fed2;return this[_0x3fbb7b(0x19d)][_0x3fbb7b(0x1af)](e[_0x3fbb7b(0x1be)])[_0x3fbb7b(0x1b1)](_0x8df4b2);}async[_0x51fed2(0x1b3)](_0x5dd896){const _0x391126=_0x51fed2;return this['_injector'][_0x391126(0x1af)](e[_0x391126(0x1be)])[_0x391126(0x1a6)](_0x5dd896);}async['exportPPTXBySnapshotAsync'](_0x47a139){const _0x5c5ccf=_0x51fed2;return this[_0x5c5ccf(0x19d)][_0x5c5ccf(0x1af)](e['IExchangeService'])[_0x5c5ccf(0x1bc)](_0x47a139);}};n[_0x51fed2(0x1aa)][_0x51fed2(0x1ad)](r);
package/lib/cjs/index.js CHANGED
@@ -1 +1 @@
1
- const _0x3a4b72=_0x2250;(function(_0x59bda3,_0xbca859){const _0x30d370=_0x2250,_0x280a48=_0x59bda3();while(!![]){try{const _0x4b4f9a=parseInt(_0x30d370(0x137))/0x1*(parseInt(_0x30d370(0x174))/0x2)+parseInt(_0x30d370(0x254))/0x3*(-parseInt(_0x30d370(0x191))/0x4)+parseInt(_0x30d370(0xe6))/0x5*(parseInt(_0x30d370(0x124))/0x6)+-parseInt(_0x30d370(0x170))/0x7*(parseInt(_0x30d370(0x1f4))/0x8)+parseInt(_0x30d370(0x1c6))/0x9+parseInt(_0x30d370(0x248))/0xa*(parseInt(_0x30d370(0x1da))/0xb)+parseInt(_0x30d370(0xe7))/0xc*(-parseInt(_0x30d370(0x103))/0xd);if(_0x4b4f9a===_0xbca859)break;else _0x280a48['push'](_0x280a48['shift']());}catch(_0x153128){_0x280a48['push'](_0x280a48['shift']());}}}(_0x3cc8,0xdf72a),Object[_0x3a4b72(0x1fe)](exports,Symbol[_0x3a4b72(0x164)],{'value':_0x3a4b72(0x23b)}));let e=require('@univerjs-pro/license'),t=require('@univerjs/core'),n=require('@univerjs/network'),r=require('@univerjs/icons'),i=require('@univerjs/ui'),a=require('rxjs'),o=require('@univerjs/design'),s=require('react/jsx-runtime'),c=require('@univerjs/protocol'),l=require('@univerjs-pro/collaboration'),u=require('fflate');var d=_0x3a4b72(0xed),ee=_0x3a4b72(0x24a);const f=_0x3a4b72(0x1de),p={};function m(_0x3fe0be,_0x370271){return function(_0x1cb241,_0x5f15f9){_0x370271(_0x1cb241,_0x5f15f9,_0x3fe0be);};}function h(_0x26dbae,_0x44f778,_0x2d8c21,_0x3fcb51){const _0xbb62c2=_0x3a4b72;var _0x5a8e46=arguments[_0xbb62c2(0x213)],_0x179f7f=_0x5a8e46<0x3?_0x44f778:_0x3fcb51===null?_0x3fcb51=Object[_0xbb62c2(0x125)](_0x44f778,_0x2d8c21):_0x3fcb51,_0x3159af;if(typeof Reflect==_0xbb62c2(0x247)&&typeof Reflect['decorate']=='function')_0x179f7f=Reflect[_0xbb62c2(0xeb)](_0x26dbae,_0x44f778,_0x2d8c21,_0x3fcb51);else{for(var _0x34b587=_0x26dbae[_0xbb62c2(0x213)]-0x1;_0x34b587>=0x0;_0x34b587--)(_0x3159af=_0x26dbae[_0x34b587])&&(_0x179f7f=(_0x5a8e46<0x3?_0x3159af(_0x179f7f):_0x5a8e46>0x3?_0x3159af(_0x44f778,_0x2d8c21,_0x179f7f):_0x3159af(_0x44f778,_0x2d8c21))||_0x179f7f);}return _0x5a8e46>0x3&&_0x179f7f&&Object[_0xbb62c2(0x1fe)](_0x44f778,_0x2d8c21,_0x179f7f),_0x179f7f;}let g=class extends t[_0x3a4b72(0x122)]{constructor(_0x3be88b){const _0x125975=_0x3a4b72;super(),this[_0x125975(0x252)]=_0x3be88b,this[_0x125975(0x118)]();}[_0x3a4b72(0x118)](){const _0x55db64=_0x3a4b72;this[_0x55db64(0x244)](this['_iconManager'][_0x55db64(0x18f)]({'DirectExportIcon':r['DirectExportIcon']}));}};g=h([m(0x0,(0x0,t['Inject'])(i[_0x3a4b72(0x253)]))],g);function _(_0x1290c3){'@babel/helpers - typeof';const _0x588a8e=_0x3a4b72;return _=typeof Symbol=='function'&&typeof Symbol[_0x588a8e(0x202)]=='symbol'?function(_0x4affc1){return typeof _0x4affc1;}:function(_0x16e4e4){const _0x1d0d9d=_0x588a8e;return _0x16e4e4&&typeof Symbol==_0x1d0d9d(0x1a3)&&_0x16e4e4['constructor']===Symbol&&_0x16e4e4!==Symbol[_0x1d0d9d(0x196)]?_0x1d0d9d(0x1d0):typeof _0x16e4e4;},_(_0x1290c3);}function te(_0xffe21,_0xe96eac){const _0x461bff=_0x3a4b72;if(_(_0xffe21)!='object'||!_0xffe21)return _0xffe21;var _0x49bf47=_0xffe21[Symbol[_0x461bff(0x22f)]];if(_0x49bf47!==void 0x0){var _0xbb07d5=_0x49bf47[_0x461bff(0x24e)](_0xffe21,_0xe96eac||_0x461bff(0x181));if(_(_0xbb07d5)!=_0x461bff(0x247))return _0xbb07d5;throw TypeError(_0x461bff(0x1f7));}return(_0xe96eac===_0x461bff(0x219)?String:Number)(_0xffe21);}function ne(_0x34e3f2){const _0x113792=_0x3a4b72;var _0x30fc1a=te(_0x34e3f2,_0x113792(0x219));return _(_0x30fc1a)==_0x113792(0x1d0)?_0x30fc1a:_0x30fc1a+'';}function v(_0x366885,_0x4f0022,_0x3096fd){const _0x3ab8ff=_0x3a4b72;return(_0x4f0022=ne(_0x4f0022))in _0x366885?Object[_0x3ab8ff(0x1fe)](_0x366885,_0x4f0022,{'value':_0x3096fd,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x366885[_0x4f0022]=_0x3096fd,_0x366885;}const y=(0x0,t[_0x3a4b72(0x172)])(_0x3a4b72(0x135));var b=class extends t[_0x3a4b72(0x122)]{constructor(){const _0x4a9435=_0x3a4b72;super(),v(this,_0x4a9435(0x226),new a[(_0x4a9435(0x128))]()),v(this,_0x4a9435(0x171),new a[(_0x4a9435(0x128))]()),v(this,_0x4a9435(0x157),new a[(_0x4a9435(0x128))]()),v(this,_0x4a9435(0x16f),this[_0x4a9435(0x226)]['asObservable']()),v(this,_0x4a9435(0x188),this[_0x4a9435(0x171)]['asObservable']()),v(this,_0x4a9435(0x211),this[_0x4a9435(0x157)][_0x4a9435(0x193)]()),v(this,_0x4a9435(0x240),[]);}[_0x3a4b72(0x198)](){const _0x193025=_0x3a4b72;super[_0x193025(0x198)](),this[_0x193025(0x226)]['complete'](),this[_0x193025(0x171)]['complete'](),this['_list$'][_0x193025(0x215)]();}['show'](){const _0x3abe8c=_0x3a4b72;this[_0x3abe8c(0x226)]['next'](!0x0);}[_0x3a4b72(0x1f3)](){const _0x95c288=_0x3a4b72;this[_0x95c288(0x226)]['next'](!0x1);}[_0x3a4b72(0x235)](_0x342748){const _0x495ffc=_0x3a4b72;this[_0x495ffc(0x171)][_0x495ffc(0xf3)](_0x342748);}[_0x3a4b72(0x18e)](_0x45ed66){const _0x17ab38=_0x3a4b72;this['_list'][_0x17ab38(0x16c)](_0x45ed66),this[_0x17ab38(0x157)][_0x17ab38(0xf3)](this[_0x17ab38(0x240)]);}};function re(_0x57a437){const _0x54e91f=_0x3a4b72;let {list:_0x3c94f2}=_0x57a437;function _0x1b10ba(_0x4a28a0){const _0x51f3a6=_0x2250;switch(_0x4a28a0){case 0x1:return(0x0,s[_0x51f3a6(0x1ae)])(r['DocsMultiIcon'],{});case 0x2:return(0x0,s[_0x51f3a6(0x1ae)])(r[_0x51f3a6(0x1c1)],{});case 0x3:return(0x0,s[_0x51f3a6(0x1ae)])(r[_0x51f3a6(0x130)],{});default:return null;}}return(0x0,s['jsx'])(_0x54e91f(0x250),{'className':(0x0,o['clsx'])(_0x54e91f(0x1ca),o['scrollbarClassName']),'children':(0x0,s['jsx'])('ul',{'className':_0x54e91f(0x200),'children':_0x3c94f2[_0x54e91f(0x238)]((_0x30d347,_0x45186b)=>(0x0,s[_0x54e91f(0x1ae)])('li',{'children':(0x0,s[_0x54e91f(0xfc)])('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':_0x30d347[_0x54e91f(0x12c)],'target':_0x54e91f(0x163),'rel':_0x54e91f(0x184),'children':[(0x0,s[_0x54e91f(0xfc)])(_0x54e91f(0x111),{'className':'univer-flex\x20univer-w-[calc(100%-48px)]\x20univer-items-center','children':[(0x0,s[_0x54e91f(0x1ae)])(_0x54e91f(0x111),{'className':'univer-flex\x20univer-h-5\x20univer-text-xl','children':_0x1b10ba(_0x30d347[_0x54e91f(0xf0)])}),(0x0,s[_0x54e91f(0x1ae)])(o[_0x54e91f(0x10d)],{'showIfEllipsis':!0x0,'title':_0x30d347[_0x54e91f(0x102)],'asChild':!0x0,'children':(0x0,s[_0x54e91f(0x1ae)])('span',{'className':_0x54e91f(0xf8),'children':_0x30d347[_0x54e91f(0x102)]})})]}),(0x0,s[_0x54e91f(0x1ae)])('span',{'className':'univer-flex\x20univer-size-6\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-base\x20univer-text-gray-600\x20univer-outline-none\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-600','children':(0x0,s[_0x54e91f(0x1ae)])(r[_0x54e91f(0x1a7)],{})})]})},_0x45186b))})});}const x=_0x3a4b72(0x1e5),S=_0x3a4b72(0x110),C='application/vnd.ms-excel.sheet.macroEnabled.12',w=_0x3a4b72(0x249),T=_0x3a4b72(0x1e0),E='application/pdf',D={[t[_0x3a4b72(0x13e)][_0x3a4b72(0xff)]]:[''],[t['UniverInstanceType'][_0x3a4b72(0xe3)]]:[x],[t[_0x3a4b72(0x13e)][_0x3a4b72(0x11c)]]:[S,C,w],[t['UniverInstanceType'][_0x3a4b72(0x237)]]:[T],[t[_0x3a4b72(0x13e)]['UNIVER_BASE']]:[''],[t['UniverInstanceType'][_0x3a4b72(0x257)]]:[''],[t[_0x3a4b72(0x13e)][_0x3a4b72(0x15c)]]:[''],[t[_0x3a4b72(0x13e)][_0x3a4b72(0x190)]]:[E],[t[_0x3a4b72(0x13e)][_0x3a4b72(0x133)]]:['']},O={[x]:'docx',[S]:'xlsx',[C]:_0x3a4b72(0x117),[w]:_0x3a4b72(0x14b),[T]:_0x3a4b72(0xdd),[E]:'pdf'};function k(_0x1c2798,_0x53fa7f,_0x577ebf){const _0x2777cb=_0x3a4b72;let _0x2208d4=document[_0x2777cb(0x1aa)]('a');_0x2208d4['href']=_0x1c2798,_0x2208d4[_0x2777cb(0x22c)][_0x2777cb(0x175)]=_0x2777cb(0x246),_0x2208d4[_0x2777cb(0x136)]=_0x53fa7f+'.'+_0x577ebf,document[_0x2777cb(0xf1)]['appendChild'](_0x2208d4),_0x2208d4[_0x2777cb(0x141)](),document['body']['removeChild'](_0x2208d4);}function A(_0x5eb79b,_0x5ea0f1,_0x518440){const _0x29042e=_0x3a4b72;let _0x38d38b=URL[_0x29042e(0x19e)](_0x5eb79b);k(_0x38d38b,_0x5ea0f1,_0x518440),URL[_0x29042e(0x1e3)](_0x38d38b);}function j(_0x1dc6e3){const _0xcd9726=_0x3a4b72;let _0x275de0=_0x1dc6e3[_0xcd9726(0x102)][_0xcd9726(0x1c5)]('.')[_0xcd9726(0x156)]();if(!_0x275de0)return t[_0xcd9726(0x13e)][_0xcd9726(0xff)];let _0x166c29=ie(),_0x378077=t[_0xcd9726(0x13e)][_0xcd9726(0xff)];return _0x166c29['some'](_0x5487bb=>ae(_0x275de0,_0x5487bb)?(_0x378077=_0x5487bb,!0x0):!0x1),_0x378077;}function ie(){const _0x59c151=_0x3a4b72;return Object[_0x59c151(0x159)](t[_0x59c151(0x13e)])['filter'](_0x3cd83f=>typeof _0x3cd83f==_0x59c151(0x1b7));}function ae(_0x43a38c,_0x4f2e08){const _0x34bb4a=_0x3a4b72;var _0x1c38b3;return((_0x1c38b3=D[_0x4f2e08])==null?[]:_0x1c38b3)['map'](_0x516dd4=>(O[_0x516dd4]||'')[_0x34bb4a(0x16e)]())['includes'](_0x43a38c['toLowerCase']());}function M(_0x127bb8,_0x5dcde5=!0x1){const _0x2ca84d=_0x3a4b72;let _0x2ad4dc=_0x127bb8[_0x2ca84d(0x238)](_0x5db43d=>{var _0x4dcf19;return(_0x4dcf19=D[_0x5db43d])==null?[]:_0x4dcf19;})[_0x2ca84d(0x153)](',');return new Promise((_0x117531,_0x569946)=>{const _0x58b43e=_0x2ca84d;let _0x389620=document[_0x58b43e(0x1aa)](_0x58b43e(0x18c));_0x389620[_0x58b43e(0xf0)]='file',_0x389620[_0x58b43e(0x258)]=_0x2ad4dc,_0x389620[_0x58b43e(0x1dc)]=_0x5dcde5,_0x389620[_0x58b43e(0x1e8)](_0x58b43e(0x160),_0x2cb1f0=>{const _0x1f259f=_0x58b43e;let _0x56e1d8=_0x2cb1f0['currentTarget'];if(!_0x56e1d8[_0x1f259f(0x1a2)]||_0x56e1d8['files'][_0x1f259f(0x213)]===0x0)throw _0x569946(null),Error(_0x1f259f(0x224));_0x117531(_0x56e1d8[_0x1f259f(0x1a2)]);}),_0x389620[_0x58b43e(0x141)]();});}async function N(_0x28765a,_0x10b09b){const _0x30b8ac=_0x3a4b72;try{var _0x158eb1,_0xa893bf,_0x4df3a6;let _0x21b214=await _0x10b09b[_0x30b8ac(0xde)](_0x28765a,{'responseType':_0x30b8ac(0xec)}),_0x2d54d8=_0x21b214[_0x30b8ac(0xf1)],_0x110379=(_0x158eb1=(_0xa893bf=_0x21b214[_0x30b8ac(0x23e)][_0x30b8ac(0xde)]('Content-Type'))==null?void 0x0:_0xa893bf[_0x30b8ac(0x153)](',\x20'))==null?'application/octet-stream':_0x158eb1,_0x159dc9=_0x30b8ac(0x154)+(O[_0x110379]||'xlsx'),_0x7407ca=(_0x4df3a6=_0x21b214['headers'][_0x30b8ac(0xde)](_0x30b8ac(0x112)))==null?void 0x0:_0x4df3a6[_0x30b8ac(0x153)](',\x20');if(_0x7407ca){let _0x335bc5=_0x7407ca['match'](/filename=(.+)/);_0x335bc5&&_0x335bc5[0x1]&&(_0x159dc9=_0x335bc5[0x1]);}else _0x159dc9=oe(_0x28765a)||_0x159dc9;return new File([_0x2d54d8],_0x159dc9,{'type':_0x110379});}catch(_0x3c420a){console['error']('Error\x20fetching\x20file\x20from\x20URL:',_0x3c420a);return;}}function oe(_0x2c00d0){const _0x23c354=_0x3a4b72;try{return new URL(_0x2c00d0)['pathname'][_0x23c354(0x1c5)]('/')['pop']();}catch(_0x5d7db6){console['error'](_0x23c354(0x134),_0x5d7db6);return;}}function se(_0x2285fb){const _0x544cc4=_0x3a4b72;let _0x28d259=new Blob([_0x2285fb['buffer']],{'type':_0x544cc4(0x138)});return new File([_0x28d259],_0x544cc4(0xea));}function P(_0xb00f72,_0x3330c1){const _0x509acd=_0x3a4b72;return _0xb00f72[_0x509acd(0x20a)]('{type}',_0x3330c1);}function ce(_0x509a34,_0x57ef02){const _0x4d033e=_0x3a4b72;return _0x509a34['replace'](_0x4d033e(0x14f),_0x57ef02);}function le(_0x5f1354,_0x5786f2){const _0x55e0cb=_0x3a4b72;return _0x5f1354[_0x55e0cb(0x20a)](_0x55e0cb(0x1c2),_0x5786f2);}const F=(0x0,t[_0x3a4b72(0x172)])('univer-pro.exchange-client.request.service');let I=class{constructor(_0x522fe1,_0x4455a1){const _0x277321=_0x3a4b72;this[_0x277321(0x241)]=_0x522fe1,this[_0x277321(0x123)]=_0x4455a1,v(this,_0x277321(0x106),new Set());}[_0x3a4b72(0x198)](){}[_0x3a4b72(0x143)](_0x4ff1af){const _0x4e0558=_0x3a4b72;this[_0x4e0558(0x106)]['add'](_0x4ff1af);}[_0x3a4b72(0x180)](){const _0x47ae17=_0x3a4b72;this[_0x47ae17(0x106)][_0x47ae17(0x229)]();}async[_0x3a4b72(0x209)](_0x2f9195,_0x230351=0x0,_0x157dce=!0x1){const _0x592e52=_0x3a4b72;if(typeof _0x2f9195==_0x592e52(0x219)){let _0x318a6b=await N(_0x2f9195,this[_0x592e52(0x123)]);if(!_0x318a6b)throw Error(_0x592e52(0x1b9));_0x2f9195=_0x318a6b;}_0x230351=_0x230351||_0x2f9195[_0x592e52(0x1d9)];let _0x250a04=new FormData();_0x250a04['append'](_0x592e52(0x1ad),_0x2f9195);try{let _0x2c8b18=this[_0x592e52(0x1d3)]()+_0x592e52(0x162)+_0x230351+_0x592e52(0x1a4)+c['FileSource']['HttpImport']+_0x592e52(0x214)+_0x157dce,_0x3a35a6={'body':_0x250a04},_0x4f9934=(await this['_httpService'][_0x592e52(0x16a)](_0x2c8b18,_0x3a35a6))[_0x592e52(0xf1)];if(_0x4f9934[_0x592e52(0x1c9)]&&_0x4f9934[_0x592e52(0x1c9)]['code']!==c[_0x592e52(0x11d)]['OK'])throw Error(this[_0x592e52(0x1d6)](_0x592e52(0x205),_0x4f9934['error']));return _0x4f9934;}catch(_0x1a8ea6){throw _0x1a8ea6 instanceof Error?_0x1a8ea6:Error(this['_buildHttpErrorMessage'](_0x592e52(0x205),_0x1a8ea6));}}async[_0x3a4b72(0x1d7)](_0x6c377b){const _0x50a50e=_0x3a4b72;let {fileID:_0x47c6a2,type:_0x3eb688,outputType:_0x262ac3,minSheetColumnCount:_0x3f39b4,minSheetRowCount:_0x4566b2}=_0x6c377b;try{let _0x4a51dc=P(this[_0x50a50e(0x22d)](),''+_0x3eb688),_0x34d989={'body':{'fileID':_0x47c6a2,'outputType':_0x262ac3,'minSheetColumnCount':_0x3f39b4,'minSheetRowCount':_0x4566b2}},_0x383931=(await this[_0x50a50e(0x123)][_0x50a50e(0x16a)](_0x4a51dc,_0x34d989))[_0x50a50e(0xf1)];return _0x383931[_0x50a50e(0x1c9)]&&_0x383931[_0x50a50e(0x1c9)][_0x50a50e(0x20e)]!==c[_0x50a50e(0x11d)]['OK']?void 0x0:_0x383931;}catch{return;}}async['export'](_0x2a532d){const _0x504d15=_0x3a4b72;let {unitID:_0x1a7136,jsonID:_0x2d3426,type:_0x295d7d,useImageUrl:_0x3a5df7,ignoreTableExport:_0x1f8bfd}=_0x2a532d;try{let _0x57e19a=P(this[_0x504d15(0x107)](),''+_0x295d7d),_0x4cc5fd={'body':{'unitID':_0x1a7136,'jsonID':_0x2d3426,'type':_0x295d7d,'useImageUrl':_0x3a5df7,'ignoreTableExport':_0x1f8bfd}},_0x58840b=(await this[_0x504d15(0x123)][_0x504d15(0x16a)](_0x57e19a,_0x4cc5fd))[_0x504d15(0xf1)];return _0x58840b[_0x504d15(0x1c9)]&&_0x58840b[_0x504d15(0x1c9)][_0x504d15(0x20e)]!==c[_0x504d15(0x11d)]['OK']?void 0x0:_0x58840b;}catch{return;}}async[_0x3a4b72(0x208)](_0x46670f){return new Promise((_0x9b5539,_0x3d1000)=>{const _0x5d0bba=_0x2250;try{let _0xcb94bd=0x0,_0x352876=ce(this[_0x5d0bba(0xda)](),''+_0x46670f),_0x4d1c13=this[_0x5d0bba(0x255)](),_0x4e723b=async()=>{const _0x313bc3=_0x5d0bba;if(this[_0x313bc3(0x106)][_0x313bc3(0x1d8)](_0x46670f))return;let _0x3c652f=(await this['_httpService'][_0x313bc3(0xde)](_0x352876))['body'];if(_0x3c652f[_0x313bc3(0x1c9)]&&_0x3c652f['error'][_0x313bc3(0x20e)]===c[_0x313bc3(0x11d)]['OK']){if(_0x3c652f['status']===_0x313bc3(0x23a))_0x9b5539(_0x3c652f);else{if(_0x3c652f[_0x313bc3(0x10a)]==='pending'){let _0x27396c=0x3e8;if(_0xcb94bd>=_0x4d1c13){_0x3d1000(_0x3c652f);return;}else _0xcb94bd>=0x7530&&(_0x27396c=0x1388);_0xcb94bd+=_0x27396c,setTimeout(_0x4e723b,_0x27396c);}else _0x3d1000(_0x3c652f);}}else _0x3d1000(_0x3c652f);};_0x4e723b();}catch(_0x2b4027){_0x3d1000(_0x2b4027 instanceof Error?_0x2b4027:Error(String(_0x2b4027)));}});}async[_0x3a4b72(0xef)](_0x594962){const _0x6c64e6=_0x3a4b72;try{let _0x337958=le(this['_getSignURL'](),''+_0x594962);return(await this[_0x6c64e6(0x123)]['get'](_0x337958))[_0x6c64e6(0xf1)];}catch{return;}}async[_0x3a4b72(0x259)](_0x1eff45){const _0x290e58=_0x3a4b72;try{return(await this[_0x290e58(0x123)][_0x290e58(0xde)](_0x1eff45,{'responseType':_0x290e58(0x20f)}))[_0x290e58(0xf1)];}catch{return;}}[_0x3a4b72(0x1d6)](_0x37da9,_0x2605df){let _0x29e913=this['_extractErrorDetail'](_0x2605df);return _0x29e913?_0x37da9+':\x20'+_0x29e913:_0x37da9;}[_0x3a4b72(0x203)](_0x49395e,_0x2c9515){const _0x206bb6=_0x3a4b72;if(_0x2c9515 instanceof n['HTTPResponseError']){let _0x17962a=typeof _0x2c9515[_0x206bb6(0x10a)]=='number'?''+_0x2c9515[_0x206bb6(0x10a)]+(_0x2c9515[_0x206bb6(0x14a)]?'\x20'+_0x2c9515[_0x206bb6(0x14a)]:''):void 0x0,_0x246e3a=this[_0x206bb6(0x227)](_0x2c9515[_0x206bb6(0x1c9)]);return _0x17962a&&_0x246e3a?_0x49395e+_0x206bb6(0x242)+_0x17962a+_0x206bb6(0x187)+_0x246e3a:_0x17962a?_0x49395e+':\x20HTTP\x20'+_0x17962a:_0x246e3a?_0x49395e+':\x20'+_0x246e3a:_0x49395e;}let _0x54760a=this[_0x206bb6(0x227)](_0x2c9515);return _0x54760a?_0x49395e+':\x20'+_0x54760a:_0x49395e;}[_0x3a4b72(0x227)](_0x50975f){const _0x387c03=_0x3a4b72;if(typeof _0x50975f=='string'){let _0x41c8c0=_0x50975f[_0x387c03(0x12f)]();return _0x41c8c0[_0x387c03(0x213)]>0x0?_0x41c8c0:void 0x0;}if(_0x50975f instanceof Error)return this[_0x387c03(0x227)](_0x50975f['message']);if(!_0x50975f||typeof _0x50975f!='object'||Array[_0x387c03(0x192)](_0x50975f))return;let _0x247e8f=_0x50975f,_0x18360f=this[_0x387c03(0x227)](_0x247e8f[_0x387c03(0x1b6)]);if(_0x18360f)return _0x18360f;if(_0x247e8f['error']&&typeof _0x247e8f['error']==_0x387c03(0x247)&&!Array['isArray'](_0x247e8f['error'])){let _0x125ba1=this['_extractErrorDetail'](_0x247e8f[_0x387c03(0x1c9)]);if(_0x125ba1)return _0x125ba1;}}[_0x3a4b72(0x1d3)](){const _0x5ed88b=_0x3a4b72;var _0x50a6f9;let _0x1ef6a4=this[_0x5ed88b(0x241)]['getConfig'](f);return(_0x50a6f9=_0x1ef6a4==null?void 0x0:_0x1ef6a4[_0x5ed88b(0x243)])==null?_0x5ed88b(0x1a9):_0x50a6f9;}['_getImportURL'](){const _0xa5ec7b=_0x3a4b72;var _0x38d046;let _0x296af0=this[_0xa5ec7b(0x241)][_0xa5ec7b(0x161)](f);return(_0x38d046=_0x296af0==null?void 0x0:_0x296af0[_0xa5ec7b(0xf7)])==null?_0xa5ec7b(0x186):_0x38d046;}[_0x3a4b72(0x107)](){const _0x3d8bd0=_0x3a4b72;var _0x113656;let _0x20bd17=this[_0x3d8bd0(0x241)][_0x3d8bd0(0x161)](f);return(_0x113656=_0x20bd17==null?void 0x0:_0x20bd17[_0x3d8bd0(0x1f2)])==null?'/universer-api/exchange/{type}/export':_0x113656;}[_0x3a4b72(0xda)](){const _0x35cd2d=_0x3a4b72;var _0x2560a4;let _0x2cde65=this[_0x35cd2d(0x241)]['getConfig'](f);return(_0x2560a4=_0x2cde65==null?void 0x0:_0x2cde65[_0x35cd2d(0x1e9)])==null?'/universer-api/exchange/task/{taskID}':_0x2560a4;}['_getSignURL'](){const _0x843a1a=_0x3a4b72;var _0x320952;let _0x225a87=this[_0x843a1a(0x241)]['getConfig'](f);return(_0x320952=_0x225a87==null?void 0x0:_0x225a87[_0x843a1a(0x14c)])==null?_0x843a1a(0x1e7):_0x320952;}[_0x3a4b72(0x255)](){const _0x2e436d=_0x3a4b72;var _0x305f16;let _0x419b45=this[_0x2e436d(0x241)]['getConfig'](f);return(_0x305f16=_0x419b45==null?void 0x0:_0x419b45[_0x2e436d(0x168)])==null?0x1d4c0:_0x305f16;}};I=h([m(0x0,t[_0x3a4b72(0x142)]),m(0x1,(0x0,t[_0x3a4b72(0x1cd)])(n[_0x3a4b72(0x17d)]))],I);function L(_0x28194f){const _0x433014=_0x3a4b72;let _0x35de1e=_0x28194f['workbook'];if(!_0x35de1e)return null;let _0x1c7294={};_0x35de1e[_0x433014(0x22b)]&&Object[_0x433014(0x206)](_0x35de1e[_0x433014(0x22b)])['forEach'](_0x178410=>{const _0x598afa=_0x433014;let _0x8d39bf=_0x35de1e[_0x598afa(0x22b)][_0x178410];_0x1c7294[_0x178410]={..._0x8d39bf,'originalMeta':(0x0,l[_0x598afa(0xd9)])(l['textDecoder'][_0x598afa(0xdc)](_0x8d39bf[_0x598afa(0x1cf)]))};});let _0x5d65ba=(0x0,l[_0x433014(0xd9)])(l[_0x433014(0x173)][_0x433014(0xdc)](_0x35de1e[_0x433014(0x1cf)]));return{..._0x28194f,'workbook':{..._0x35de1e,'originalMeta':_0x5d65ba,'sheets':_0x1c7294},'doc':{},'slide':void 0x0,'board':void 0x0};}function R(_0xda6fb8){const _0x273399=_0x3a4b72;let _0x51502c=_0xda6fb8[_0x273399(0x126)];if(!_0x51502c)return null;let _0x5287b0=(0x0,l[_0x273399(0xd9)])(l[_0x273399(0x173)]['decode'](_0x51502c['originalMeta']));return{..._0xda6fb8,'workbook':{},'doc':{..._0x51502c,'originalMeta':_0x5287b0},'slide':void 0x0,'board':void 0x0};}function z(_0x54b0ea){const _0x18cdc2=_0x3a4b72;var _0xba51fe;let _0x1c263d=(_0xba51fe=_0x54b0ea[_0x18cdc2(0x1b5)])==null?_0x54b0ea['doc']:_0xba51fe;if(!_0x1c263d)return null;let _0x1ea4cb=typeof _0x1c263d['originalMeta']=='string'?_0x1c263d[_0x18cdc2(0x1cf)]:(0x0,l[_0x18cdc2(0xd9)])(l[_0x18cdc2(0x173)]['decode'](_0x1c263d[_0x18cdc2(0x1cf)]));return{..._0x54b0ea,'workbook':{},'doc':{},'slide':{..._0x1c263d,'originalMeta':_0x1ea4cb},'board':void 0x0};}function B(_0xd4e2b5){const _0x39ab81=_0x3a4b72;let _0x568934={};return _0xd4e2b5[_0x39ab81(0x1ba)](_0x5d04d2=>{const _0x3359b=_0x39ab81;_0x568934[_0x5d04d2['id']]={..._0x5d04d2,'data':(0x0,l[_0x3359b(0xd9)])(l[_0x3359b(0x173)][_0x3359b(0xdc)](_0x5d04d2[_0x3359b(0x127)]))};}),_0x568934;}async function V(_0x4135bb){const _0x17f89f=_0x3a4b72;var _0xc4dcc8;let _0xf9e2c7={'metadata':void 0x0},_0x250f26=_0x4135bb['id'],_0x5cb408=(_0xc4dcc8=_0x4135bb['rev'])==null?0x0:_0xc4dcc8,_0x1da2d2=new W(),{snapshot:_0x1f3fc1}=await(0x0,l[_0x17f89f(0x183)])(_0xf9e2c7,_0x4135bb,_0x250f26,_0x5cb408,_0x1da2d2),_0x280b27=await(0x0,l[_0x17f89f(0x10f)])(_0x1f3fc1,_0x1da2d2),_0x435f82=L(_0x1f3fc1);if(!_0x435f82)throw Error(_0x17f89f(0x19f));return{'snapshot':_0x435f82,'sheetBlocks':B(_0x280b27)};}async function H(_0x16ad31){const _0x409017=_0x3a4b72;var _0x9da4ea;let _0x17d731={'metadata':void 0x0},_0x2f54d3=_0x16ad31['id'],{snapshot:_0x3e80c7}=await(0x0,l[_0x409017(0x1ef)])(_0x17d731,_0x16ad31,_0x2f54d3,(_0x9da4ea=_0x16ad31[_0x409017(0x201)])==null?0x0:_0x9da4ea,new W()),_0x3b389e=R(_0x3e80c7);if(!_0x3b389e)throw Error('Failed\x20to\x20transform\x20snapshot\x20to\x20string');return{'snapshot':_0x3b389e,'sheetBlocks':{}};}async function U(_0x709ecf){const _0x2d87de=_0x3a4b72;var _0x2905d2;let _0x396b92=_0x709ecf['id'],_0x124081=(_0x2905d2=_0x709ecf[_0x2d87de(0x201)])==null?0x0:_0x2905d2,_0x49f268=new W(),{snapshot:_0x4508cf}=await(0x0,l[_0x2d87de(0x1e4)])(_0x709ecf['resources'],_0x709ecf,_0x396b92,_0x124081,_0x49f268),_0x354b0f=z(_0x4508cf);if(!_0x354b0f)throw Error(_0x2d87de(0x19f));return{'snapshot':_0x354b0f,'sheetBlocks':{}};}async function ue(_0x1b7842){const _0x492891=_0x3a4b72;let _0x11e797=_0x1b7842['snapshot'],_0x196fe5=_0x1b7842[_0x492891(0x234)]||{};return await(0x0,l[_0x492891(0x22a)])(_0x11e797,Object[_0x492891(0x206)](_0x196fe5)[_0x492891(0x238)](_0x455784=>_0x196fe5[_0x455784])[_0x492891(0x238)](_0x21d9aa=>({..._0x21d9aa,'data':_0x21d9aa[_0x492891(0x127)]?JSON[_0x492891(0x1b0)]((0x0,l['b64DecodeUnicode'])(_0x21d9aa[_0x492891(0x127)])):void 0x0})));}function de(_0x3afde6){const _0x298204=_0x3a4b72;let _0x49722a=_0x3afde6[_0x298204(0x23d)];return(0x0,l[_0x298204(0x216)])(_0x49722a);}function fe(_0x342521){let _0x6d6a14=_0x342521['snapshot'];return(0x0,l['transformSnapshotToSlideData'])(_0x6d6a14);}var W=class{constructor(){const _0x1de109=_0x3a4b72;v(this,_0x1de109(0x1af),new Map());}[_0x3a4b72(0x15d)](){const _0x356195=_0x3a4b72;return Promise[_0x356195(0x15b)]({'snapshot':{'unitID':'','type':t[_0x356195(0x13e)][_0x356195(0x11c)],'rev':0x0,'workbook':void 0x0,'doc':void 0x0,'slide':void 0x0,'board':void 0x0},'changesets':[],'error':{'code':c['ErrorCode']['OK'],'message':''}});}[_0x3a4b72(0x23f)](_0x57eee3,_0x4af8bf){const _0x26756c=_0x3a4b72;let _0x4d5080=this[_0x26756c(0x1af)]['get'](_0x4af8bf['blockID']);return Promise[_0x26756c(0x15b)]({'block':_0x4d5080,'error':{'code':c[_0x26756c(0x11d)]['OK'],'message':''}});}[_0x3a4b72(0x223)](_0x5c159c,_0x2a2b08){const _0x392108=_0x3a4b72;let _0x16ecbe=this['_sheetBlockCache'][_0x392108(0xde)](_0x2a2b08['blockID']);return Promise['resolve']({'block':_0x16ecbe===void 0x0?void 0x0:{..._0x16ecbe,'data':JSON[_0x392108(0x1b0)](l['textDecoder'][_0x392108(0xdc)](_0x16ecbe[_0x392108(0x127)]))},'error':{'code':c[_0x392108(0x11d)]['OK'],'message':''}});}[_0x3a4b72(0x21e)](){const _0x178b83=_0x3a4b72;return Promise[_0x178b83(0x15b)]({'changesets':[],'error':{'code':c['ErrorCode']['OK'],'message':''}});}[_0x3a4b72(0xe1)](){const _0x1bf5f7=_0x3a4b72;return Promise['resolve']({'resources':{},'error':{'code':c[_0x1bf5f7(0x11d)]['OK'],'message':''}});}['saveSnapshot'](){const _0x454865=_0x3a4b72;return Promise[_0x454865(0x15b)]({'error':{'code':c[_0x454865(0x11d)]['OK'],'message':''}});}[_0x3a4b72(0x13c)](){const _0x3c43e8=_0x3a4b72;return Promise[_0x3c43e8(0x15b)]({'error':{'code':c[_0x3c43e8(0x11d)]['OK'],'message':''}});}[_0x3a4b72(0x1c8)](_0x57e89c,_0x43ec77){const _0xd373f2=_0x3a4b72;let {block:_0x503c39}=_0x43ec77;return _0x503c39?(this[_0xd373f2(0x1af)]['set'](_0x503c39['id'],_0x503c39),Promise[_0xd373f2(0x15b)]({'error':{'code':c[_0xd373f2(0x11d)]['OK'],'message':''},'blockID':_0x503c39['id']})):Promise['resolve']({'error':{'code':c['ErrorCode']['UNDEFINED'],'message':_0xd373f2(0x24c)},'blockID':''});}[_0x3a4b72(0x1ee)](){const _0x338dc1=_0x3a4b72;return Promise[_0x338dc1(0x15b)]({'error':{'code':c['ErrorCode']['OK'],'message':''},'concurrent':[]});}[_0x3a4b72(0x1bc)](){const _0x4b2b7b=_0x3a4b72;return Promise[_0x4b2b7b(0x15b)]({'error':void 0x0,'fileMetaId':''});}[_0x3a4b72(0xf2)](){const _0xa34612=_0x3a4b72;return Promise[_0xa34612(0x15b)]({'error':void 0x0,'latestReqID':0x0});}};const G=(0x0,t[_0x3a4b72(0x172)])('univer-pro.exchange-client.exchange.service');let K=class extends t[_0x3a4b72(0x122)]{constructor(_0x10f3fc,_0x42e5e0,_0x5af1ac){const _0x1b3776=_0x3a4b72;super(),this['_configService']=_0x10f3fc,this['_httpService']=_0x42e5e0,this[_0x1b3776(0xe2)]=_0x5af1ac,v(this,_0x1b3776(0x1cb),null),v(this,_0x1b3776(0x176),new a[(_0x1b3776(0x128))]()),v(this,_0x1b3776(0x1a5),this[_0x1b3776(0x176)][_0x1b3776(0x193)]());}['dispose'](){const _0x2d0b25=_0x3a4b72;super[_0x2d0b25(0x198)](),this[_0x2d0b25(0x176)][_0x2d0b25(0x215)]();}[_0x3a4b72(0x1b2)](_0x4d6f28,_0x4bc678,_0x36d00f){const _0x13f716=_0x3a4b72;let _0x68329c=URL[_0x13f716(0x19e)](_0x4d6f28);k(_0x68329c,_0x4bc678,_0x36d00f),URL[_0x13f716(0x1e3)](_0x68329c);}async['transformSnapshotJsonToWorkbookData'](_0x32f5c3){const _0x15a540=_0x3a4b72;let _0x2df12e=_0x32f5c3['snapshot'],_0x1bcde6=_0x32f5c3[_0x15a540(0x234)]||{};return(0x0,l[_0x15a540(0x22a)])(_0x2df12e,Object[_0x15a540(0x206)](_0x1bcde6)[_0x15a540(0x238)](_0xc56fd8=>_0x1bcde6[_0xc56fd8])[_0x15a540(0x238)](_0x139266=>({..._0x139266,'data':_0x139266[_0x15a540(0x127)]?JSON[_0x15a540(0x1b0)]((0x0,l[_0x15a540(0x115)])(_0x139266[_0x15a540(0x127)])):void 0x0})));}async[_0x3a4b72(0xdf)](_0x516fc4){const _0x11f053=_0x3a4b72;var _0x4f3235;let _0x402217={'metadata':void 0x0},_0x408465=_0x516fc4['id'],_0x458215=(_0x4f3235=_0x516fc4['rev'])==null?0x0:_0x4f3235,_0x42c706=new W(),{snapshot:_0x37492e}=await(0x0,l['transformWorkbookDataToSnapshot'])(_0x402217,_0x516fc4,_0x408465,_0x458215,_0x42c706),_0x8fc3a1=await(0x0,l[_0x11f053(0x10f)])(_0x37492e,_0x42c706),_0x178437=L(_0x37492e);if(!_0x178437)throw Error(_0x11f053(0x19f));return{'snapshot':_0x178437,'sheetBlocks':B(_0x8fc3a1)};}async[_0x3a4b72(0x1b1)](_0x1f77c9){const _0x3dc0d5=_0x3a4b72;let _0x19e726=await this[_0x3dc0d5(0x21c)](_0x1f77c9,t[_0x3dc0d5(0x13e)]['UNIVER_DOC']);if(!_0x19e726||!_0x19e726[_0x3dc0d5(0x23d)])return;let _0x28183f=de(_0x19e726);if(_0x28183f)return _0x28183f;}async[_0x3a4b72(0x101)](_0x29ddde){const _0x2c68c5=_0x3a4b72;return this[_0x2c68c5(0x21b)](_0x29ddde,0x1,t[_0x2c68c5(0x13e)][_0x2c68c5(0xe3)]);}async[_0x3a4b72(0x197)](_0x5f0efa){const _0x58ea8c=_0x3a4b72;let _0x1de79e=await H(_0x5f0efa);return this[_0x58ea8c(0x149)](_0x1de79e,t['UniverInstanceType']['UNIVER_DOC']);}async[_0x3a4b72(0x210)](_0x3021da){const _0x5735a6=_0x3a4b72;let _0x25d24f=await this['importFileToJson'](_0x3021da,t[_0x5735a6(0x13e)][_0x5735a6(0x237)]);if(!(!_0x25d24f||!_0x25d24f[_0x5735a6(0x23d)]))return fe(_0x25d24f);}async['exportPPTXByUnitId'](_0x241d56){const _0xcaca00=_0x3a4b72;return this[_0xcaca00(0x21b)](_0x241d56,0x1,t[_0xcaca00(0x13e)][_0xcaca00(0x237)]);}async['exportPPTXBySnapshot'](_0x288bf6){const _0xf7b80d=_0x3a4b72;let _0x344778=await U(_0x288bf6);return this[_0xf7b80d(0x149)](_0x344778,t[_0xf7b80d(0x13e)][_0xf7b80d(0x237)]);}async[_0x3a4b72(0x1fc)](_0x36db82){const _0x3bf20b=_0x3a4b72;let _0x14f556=await this[_0x3bf20b(0x21c)](_0x36db82,t[_0x3bf20b(0x13e)][_0x3bf20b(0x11c)]);if(!_0x14f556)return;let _0x34f5f1=await this['transformSnapshotJsonToWorkbookData'](_0x14f556);if(_0x34f5f1)return _0x34f5f1;}async[_0x3a4b72(0x129)](_0x6caae9){const _0x3b205a=_0x3a4b72;return this[_0x3b205a(0x21b)](_0x6caae9,0x1,t[_0x3b205a(0x13e)]['UNIVER_SHEET']);}async[_0x3a4b72(0x114)](_0x3d6a20){const _0x22320b=_0x3a4b72;let _0x23a11e=await this[_0x22320b(0xdf)](_0x3d6a20);return this[_0x22320b(0x149)](_0x23a11e,t[_0x22320b(0x13e)]['UNIVER_SHEET']);}async[_0x3a4b72(0x11f)](_0x2f4d82,_0x2e4c40){const _0x2b5bcc=_0x3a4b72;var _0x4aabd0,_0x18fded;let _0x23c120=await this['_upload'](_0x2f4d82);if(!_0x23c120)return;let _0x184c79=await this['_import'](_0x23c120,0x1,_0x2e4c40);if(!_0x184c79)return;this[_0x2b5bcc(0x1cb)]=_0x184c79,this[_0x2b5bcc(0xe2)][_0x2b5bcc(0x180)]();let _0x4399f9=await this[_0x2b5bcc(0xe2)][_0x2b5bcc(0x208)](_0x184c79)['catch'](_0x51ae87=>{const _0x5bff0d=_0x2b5bcc;var _0x3fa920;let _0x46f0e7=_0x51ae87 instanceof Error?_0x51ae87[_0x5bff0d(0x1b6)]:(_0x3fa920=_0x51ae87[_0x5bff0d(0x1c9)])==null?void 0x0:_0x3fa920[_0x5bff0d(0x1b6)];this[_0x5bff0d(0x176)]['next']({'error':{'code':c[_0x5bff0d(0x11d)][_0x5bff0d(0x133)],'message':_0x46f0e7||''},'state':0x3});});if(!_0x4399f9)return;let _0x32ca3a=(_0x4aabd0=_0x4399f9['import'])==null?void 0x0:_0x4aabd0[_0x2b5bcc(0x1db)],_0x5c2c3a=((_0x18fded=_0x4399f9[_0x2b5bcc(0x1d7)])==null?void 0x0:_0x18fded['unitID'])||'';if(_0x32ca3a!==0x1){this[_0x2b5bcc(0x176)][_0x2b5bcc(0xf3)]({'error':{'code':c[_0x2b5bcc(0x11d)]['UNRECOGNIZED'],'message':_0x2b5bcc(0x1cc)},'state':0x3});return;}if(_0x5c2c3a[_0x2b5bcc(0x213)]===0x0){this[_0x2b5bcc(0x176)][_0x2b5bcc(0xf3)]({'error':{'code':c[_0x2b5bcc(0x11d)][_0x2b5bcc(0x133)],'message':_0x2b5bcc(0xfb)},'state':0x3});return;}return this[_0x2b5bcc(0x176)][_0x2b5bcc(0xf3)]({'error':_0x4399f9['error'],'state':0x3}),_0x5c2c3a;}async['importFileToJson'](_0x48f3c2,_0x29d2ae){return this['_importToJson'](_0x48f3c2,_0x29d2ae);}async[_0x3a4b72(0xe0)](_0x278c18){const _0x3ffdb6=_0x3a4b72;let _0x366c96=await this[_0x3ffdb6(0xdf)](_0x278c18),_0x25cbb8=typeof _0x278c18['id']==_0x3ffdb6(0x219)&&_0x278c18['id'][_0x3ffdb6(0x12f)]()?_0x278c18['id'][_0x3ffdb6(0x12f)]()+_0x3ffdb6(0x18d):'workbook.json',_0x38c745=new File([JSON[_0x3ffdb6(0x20c)](_0x366c96)],_0x25cbb8,{'type':_0x3ffdb6(0x138)});return this[_0x3ffdb6(0x11f)](_0x38c745,t[_0x3ffdb6(0x13e)][_0x3ffdb6(0x11c)]);}[_0x3a4b72(0x11b)](){const _0x42acb5=_0x3a4b72;this[_0x42acb5(0x1cb)]&&this[_0x42acb5(0xe2)][_0x42acb5(0x143)](this[_0x42acb5(0x1cb)]);}async['_importToJson'](_0x573acb,_0x2c5a6e){const _0x366d56=_0x3a4b72;var _0x543fe4,_0x249d5f;let _0x35e123=await this[_0x366d56(0x16b)](_0x573acb);if(!_0x35e123)return;let _0x2c3425=await this[_0x366d56(0x15f)](_0x35e123,0x2,_0x2c5a6e);if(!_0x2c3425)return;this['_importTaskId']=_0x2c3425,this[_0x366d56(0xe2)][_0x366d56(0x180)]();let _0x590f3c=await this[_0x366d56(0xe2)][_0x366d56(0x208)](_0x2c3425)[_0x366d56(0x1dd)](_0x223d09=>{const _0x3b4eb1=_0x366d56;var _0x2850d2;let _0xe7b497=_0x223d09 instanceof Error?_0x223d09['message']:(_0x2850d2=_0x223d09[_0x3b4eb1(0x1c9)])==null?void 0x0:_0x2850d2[_0x3b4eb1(0x1b6)];this[_0x3b4eb1(0x176)][_0x3b4eb1(0xf3)]({'error':{'code':c['ErrorCode'][_0x3b4eb1(0x133)],'message':_0xe7b497||''},'state':0x3});});if(!_0x590f3c)return;let _0x440fb9=(_0x543fe4=_0x590f3c[_0x366d56(0x1d7)])==null?void 0x0:_0x543fe4['outputType'],_0x1b9a43=((_0x249d5f=_0x590f3c[_0x366d56(0x1d7)])==null?void 0x0:_0x249d5f[_0x366d56(0x1d2)])||'';if(_0x440fb9!==0x2){this[_0x366d56(0x176)][_0x366d56(0xf3)]({'error':{'code':c['ErrorCode'][_0x366d56(0x133)],'message':_0x366d56(0x1cc)},'state':0x3});return;}if(_0x1b9a43[_0x366d56(0x213)]===0x0){this[_0x366d56(0x176)]['next']({'error':{'code':c[_0x366d56(0x11d)][_0x366d56(0x133)],'message':_0x366d56(0x14e)},'state':0x3});return;}this[_0x366d56(0x176)][_0x366d56(0xf3)]({'error':_0x590f3c[_0x366d56(0x1c9)],'state':0x3});let _0xc16a31=await this[_0x366d56(0x179)](_0x1b9a43);if(!_0xc16a31)return;let _0x5c2cda=await this[_0x366d56(0xe2)][_0x366d56(0x259)](_0xc16a31);if(!_0x5c2cda){this[_0x366d56(0x176)]['next']({'error':{'code':c['ErrorCode'][_0x366d56(0x133)],'message':_0x366d56(0x108)},'state':0x5});return;}try{let _0x58d7a0=JSON['parse'](_0x5c2cda);return this['_requestState$'][_0x366d56(0xf3)]({'error':{'code':c['ErrorCode']['OK'],'message':_0x366d56(0x185)},'state':0x5}),_0x58d7a0;}catch{this[_0x366d56(0x176)][_0x366d56(0xf3)]({'error':{'code':c[_0x366d56(0x11d)]['UNRECOGNIZED'],'message':_0x366d56(0x17e)},'state':0x5});}}async[_0x3a4b72(0x149)](_0x14d3a1,_0x602afb){const _0x1edde4=_0x3a4b72;let _0x567ebb=JSON[_0x1edde4(0x20c)](_0x14d3a1),_0x1a170a=l['textEncoder'][_0x1edde4(0x113)](_0x567ebb),_0x28bdda=(0x0,u[_0x1edde4(0xfe)])(_0x1a170a),_0x387419=_0x1a170a['length'],_0x1f6885=se(_0x28bdda),_0x3f51e1=await this[_0x1edde4(0x16b)](_0x1f6885,_0x387419,!0x0);if(_0x3f51e1)return this[_0x1edde4(0x21b)](_0x3f51e1,0x2,_0x602afb);}async['_export'](_0x1cb5d5,_0x1bc5c7,_0x4c385b){const _0xeda44a=_0x3a4b72;var _0x91e659;let _0x7ed058=await this['_requestService'][_0xeda44a(0x204)]({'unitID':_0x1bc5c7===0x1?_0x1cb5d5:'','jsonID':_0x1bc5c7===0x2?_0x1cb5d5:'','type':_0x4c385b,'useImageUrl':this[_0xeda44a(0x139)](),'ignoreTableExport':this[_0xeda44a(0x1f6)]()});if(!_0x7ed058){this['_requestState$']['next']({'error':{'code':c[_0xeda44a(0x11d)][_0xeda44a(0x133)],'message':'export\x20error'},'state':0x2});return;}if(this[_0xeda44a(0x176)]['next']({'error':_0x7ed058[_0xeda44a(0x1c9)],'state':0x2}),_0x7ed058['error']&&_0x7ed058[_0xeda44a(0x1c9)]['code']!==c[_0xeda44a(0x11d)]['OK'])return;let _0x3a44a2=_0x7ed058[_0xeda44a(0x11e)],_0x302211=await this[_0xeda44a(0xe2)][_0xeda44a(0x208)](_0x3a44a2)[_0xeda44a(0x1dd)](_0x26fe7e=>{const _0x4b6117=_0xeda44a;var _0x716f22;let _0x479bd7=_0x26fe7e instanceof Error?_0x26fe7e['message']:(_0x716f22=_0x26fe7e[_0x4b6117(0x1c9)])==null?void 0x0:_0x716f22['message'];this[_0x4b6117(0x176)]['next']({'error':{'code':c[_0x4b6117(0x11d)][_0x4b6117(0x133)],'message':_0x479bd7||''},'state':0x3});});if(!_0x302211)return;let _0x2fa9e1=((_0x91e659=_0x302211[_0xeda44a(0x204)])==null?void 0x0:_0x91e659[_0xeda44a(0x194)])||'';if(_0x2fa9e1[_0xeda44a(0x213)]===0x0){this[_0xeda44a(0x176)][_0xeda44a(0xf3)]({'error':{'code':c[_0xeda44a(0x11d)][_0xeda44a(0x133)],'message':_0xeda44a(0x21d)},'state':0x3});return;}this['_requestState$'][_0xeda44a(0xf3)]({'error':_0x302211[_0xeda44a(0x1c9)],'state':0x3});let _0x275daa=await this[_0xeda44a(0x179)](_0x2fa9e1);if(!_0x275daa)return;let _0x37758e=await N(_0x275daa,this[_0xeda44a(0x123)]);if(!_0x37758e){this[_0xeda44a(0x176)][_0xeda44a(0xf3)]({'error':{'code':c['ErrorCode'][_0xeda44a(0x133)],'message':_0xeda44a(0x100)},'state':0x6});return;}return this[_0xeda44a(0x176)][_0xeda44a(0xf3)]({'error':{'code':c['ErrorCode']['OK'],'message':'success'},'state':0x6}),_0x37758e;}async[_0x3a4b72(0x16b)](_0x443e59,_0x20bc00,_0x6f432b){const _0x25649a=_0x3a4b72;let _0x2c8dca;try{_0x2c8dca=await this[_0x25649a(0xe2)][_0x25649a(0x209)](_0x443e59,_0x20bc00,_0x6f432b);}catch(_0x572096){let _0x5a2f03=_0x572096 instanceof Error?_0x572096[_0x25649a(0x1b6)]:String(_0x572096);this[_0x25649a(0x176)]['next']({'error':{'code':c[_0x25649a(0x11d)]['UNRECOGNIZED'],'message':_0x5a2f03},'state':0x0});return;}if(!_0x2c8dca||typeof _0x2c8dca['FileId']!=_0x25649a(0x219)){this[_0x25649a(0x176)][_0x25649a(0xf3)]({'error':{'code':c[_0x25649a(0x11d)][_0x25649a(0x133)],'message':_0x25649a(0x233)},'state':0x0});return;}let _0x53ba39=_0x2c8dca['FileId'];if(_0x53ba39[_0x25649a(0x213)]===0x0){this[_0x25649a(0x176)]['next']({'error':{'code':c['ErrorCode']['UNRECOGNIZED'],'message':'upload\x20failed:\x20FileId\x20is\x20empty'},'state':0x0});return;}return this[_0x25649a(0x176)][_0x25649a(0xf3)]({'error':{'code':c['ErrorCode']['OK'],'message':_0x25649a(0x185)},'state':0x0}),_0x53ba39;}async['_import'](_0x5735fc,_0x2bb483,_0x5d999d){const _0x42fae9=_0x3a4b72;let _0x17b3ad={'fileID':_0x5735fc,'type':_0x5d999d,'outputType':_0x2bb483,'fileUrl':'','minSheetRowCount':this[_0x42fae9(0x236)](),'minSheetColumnCount':this[_0x42fae9(0x1e1)]()},_0x2ca0ff=await this[_0x42fae9(0xe2)][_0x42fae9(0x1d7)](_0x17b3ad);if(!_0x2ca0ff){this['_requestState$'][_0x42fae9(0xf3)]({'error':{'code':c[_0x42fae9(0x11d)]['UNRECOGNIZED'],'message':_0x42fae9(0x147)},'state':0x1});return;}if(_0x2ca0ff[_0x42fae9(0x1c9)]&&_0x2ca0ff[_0x42fae9(0x1c9)][_0x42fae9(0x20e)]!==c[_0x42fae9(0x11d)]['OK']){this[_0x42fae9(0x176)][_0x42fae9(0xf3)]({'error':_0x2ca0ff['error'],'state':0x1});return;}let _0x2ed903=_0x2ca0ff[_0x42fae9(0x11e)];if(_0x2ed903[_0x42fae9(0x213)]===0x0){this[_0x42fae9(0x176)][_0x42fae9(0xf3)]({'error':{'code':c[_0x42fae9(0x11d)][_0x42fae9(0x133)],'message':_0x42fae9(0xe9)},'state':0x1});return;}return this['_requestState$'][_0x42fae9(0xf3)]({'error':_0x2ca0ff[_0x42fae9(0x1c9)],'state':0x1}),_0x2ed903;}async['_signUrl'](_0x1cc451){const _0x5b3962=_0x3a4b72;let _0x36995e=await this[_0x5b3962(0xe2)]['signUrl'](_0x1cc451);if(!_0x36995e){this[_0x5b3962(0x176)]['next']({'error':{'code':c[_0x5b3962(0x11d)][_0x5b3962(0x133)],'message':_0x5b3962(0x1e6)},'state':0x4});return;}if(_0x36995e[_0x5b3962(0x1c9)]&&_0x36995e[_0x5b3962(0x1c9)]['code']!==c[_0x5b3962(0x11d)]['OK']){this['_requestState$'][_0x5b3962(0xf3)]({'error':_0x36995e[_0x5b3962(0x1c9)],'state':0x4});return;}let _0x29d7b5=(0x0,t['resolveWithBasePath'])(_0x36995e['url'],this['_getDownloadEndpointURL']());if(_0x29d7b5['length']===0x0){this['_requestState$'][_0x5b3962(0xf3)]({'error':{'code':c['ErrorCode'][_0x5b3962(0x133)],'message':'sign\x20url\x20error'},'state':0x4});return;}return this[_0x5b3962(0x176)][_0x5b3962(0xf3)]({'error':_0x36995e[_0x5b3962(0x1c9)],'state':0x4}),_0x29d7b5;}[_0x3a4b72(0x225)](){const _0x467fb4=_0x3a4b72;var _0x18af14;let _0x2bbeb6=this['_configService'][_0x467fb4(0x161)](f);return(_0x18af14=_0x2bbeb6==null?void 0x0:_0x2bbeb6['downloadEndpointUrl'])==null?location[_0x467fb4(0xfd)]:_0x18af14;}[_0x3a4b72(0x236)](){const _0x2b0bd9=_0x3a4b72;var _0x406048,_0xc8e526;let _0x6e1be0=this['_configService'][_0x2b0bd9(0x161)](f);return(_0x406048=_0x6e1be0==null||(_0xc8e526=_0x6e1be0[_0x2b0bd9(0x1fd)])==null?void 0x0:_0xc8e526[_0x2b0bd9(0x10c)])==null?0x1:_0x406048;}['_getMinSheetColumnCount'](){const _0x233c8a=_0x3a4b72;var _0x11f672,_0x403ddf;let _0x349ef0=this['_configService']['getConfig'](f);return(_0x11f672=_0x349ef0==null||(_0x403ddf=_0x349ef0[_0x233c8a(0x1fd)])==null?void 0x0:_0x403ddf[_0x233c8a(0x120)])==null?0x1:_0x11f672;}[_0x3a4b72(0x139)](){const _0x4eb7e2=_0x3a4b72;var _0x5cbf41,_0x48a69e;let _0x7a7faf=this[_0x4eb7e2(0x241)][_0x4eb7e2(0x161)](f);return(_0x5cbf41=_0x7a7faf==null||(_0x48a69e=_0x7a7faf['options'])==null?void 0x0:_0x48a69e[_0x4eb7e2(0x1b8)])==null?!0x0:_0x5cbf41;}[_0x3a4b72(0x1f6)](){const _0x414222=_0x3a4b72;var _0x52d026,_0x113d82;let _0x415d11=this[_0x414222(0x241)][_0x414222(0x161)](f);return(_0x52d026=_0x415d11==null||(_0x113d82=_0x415d11[_0x414222(0x1fd)])==null?void 0x0:_0x113d82[_0x414222(0xe5)])==null?!0x1:_0x52d026;}};K=h([m(0x0,t['IConfigService']),m(0x1,(0x0,t[_0x3a4b72(0x1cd)])(n['HTTPService'])),m(0x2,(0x0,t[_0x3a4b72(0x1cd)])(F))],K);const pe={'done':0x0,'count':0x0},q=(0x0,t[_0x3a4b72(0x172)])(_0x3a4b72(0x1c3));function _0x3cc8(){const _0x29e03f=['univer-mt-3\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-2\x20univer-pr-1','saveSheetBlock','error','univer-mt-5\x20univer-max-h-72\x20univer-overflow-y-auto\x20univer-overflow-x-hidden','_importTaskId','Get\x20outputType\x20error','Inject','_registerUIParts','originalMeta','symbol','_addTotalCount','jsonID','_getUploadFileURL','IExchangeService','registerComponent','_buildProtocolErrorMessage','import','has','size','8059799btxgHA','outputType','multiple','catch','exchange-client.config','_uploadTaskNotDone','application/vnd.openxmlformats-officedocument.presentationml.presentation','_getMinSheetColumnCount','pluginName','revokeObjectURL','transformSlideDataToSnapshot','application/vnd.openxmlformats-officedocument.wordprocessingml.document','sign\x20url\x20error','/universer-api/file/{fileID}/sign-url','addEventListener','getTaskServerUrl','BehaviorSubject','_getUnitID','Info','_progress$','saveChangeset','transformDocumentDataToSnapshot','onStarting','registerDependencies','exportServerUrl','hide','39848ExMaUS','_clearProgress','_getIgnoreTableExport','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','button','_uiPartsService','_getUnitDocJson','importFileToUnitIdByCurrentType','importXLSXToSnapshot','options','defineProperty','floor','univer-m-0\x20univer-flex\x20univer-list-none\x20univer-flex-col\x20univer-gap-2\x20univer-p-0','rev','iterator','_buildHttpErrorMessage','export','upload\x20request\x20failed','keys','_importFileToUnitId','getTask','upload','replace','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-1.5\x20univer-pr-2','stringify','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','code','text','importPPTXToSnapshot','list$','getUnitType','length','&flate=','complete','transformSnapshotToDocumentData','MessageType','exchange-client.uploadSuccess','string','Injector','_export','importFileToJson','Failed\x20to\x20get\x20fileID\x20from\x20task','fetchMissingChangesets','exchange-client.uploadSuccessTip','UniverLicensePlugin','_getUnitSlideJson','univer-mb-3\x20univer-py-0\x20univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','getDeserializedSheetBlock','No\x20file\x20selected','_getDownloadEndpointURL','_visible$','_extractErrorDetail','_showUploadMessage','clear','transformSnapshotToWorkbookData','sheets','style','_getImportURL','_injector','toPrimitive','exchange-client.uploadAgain','_refresh','ErrorIcon','upload\x20failed:\x20missing\x20FileId\x20in\x20response','sheetBlocks','updateState','_getMinSheetRowCount','UNIVER_SLIDE','map','_logService','done','Module','IMessageService','snapshot','headers','getSheetBlock','_list','_configService',':\x20HTTP\x20','uploadFileServerUrl','disposeWithMe','_emitProgress','none','object','20AksdMf','application/vnd.openxmlformats-officedocument.spreadsheetml.template','1.0.0-alpha.7','_uploadNotificationService','block\x20is\x20required','univer-pl-2\x20univer-pr-4','call','univer-ml-1.5\x20univer-font-semibold\x20univer-text-gray-900\x20dark:!univer-text-white','div','_addDoneTask','_iconManager','IconManager','301956ssdoYj','_getMaxPollingTime','Warning','UNIVER_BOARD','accept','getTextFromUrl','importDOCXToUnitId','progress$','SuccessIcon','b64EncodeUnicode','_getTaskURL','UniverNetworkPlugin','decode','pptx','get','transformWorkbookDataToSnapshotJson','importWorkbookDataToUnitId','getResourcesRequest','_requestService','UNIVER_DOC','ClockIcon','ignoreTableExport','1815vilWWZ','840wxspTn','univer-flex','Failed\x20to\x20get\x20taskID\x20from\x20import\x20response','file.json','decorate','blob','@univerjs-pro/exchange-client','IUniverInstanceService','signUrl','type','body','getLatestCsReqIdBySid','next','_completeProgress','_showNetworkError','merge','importServerUrl','univer-ml-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','Error','toDisposable','Failed\x20to\x20get\x20unitID\x20from\x20task','jsxs','origin','deflateSync','UNIVER_UNKNOWN','Failed\x20to\x20get\x20file\x20from\x20url','exportDOCXByUnitId','name','77506FLFyfF','univer-text-red-500','exchange-client.internalError','_taskInterrupted','_getExportURL','Failed\x20to\x20get\x20text\x20from\x20url','importXLSXToUnitId','status','toString','minSheetRowCount','Tooltip','interrupt','getSheetBlocksFromSnapshot','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','span','content-disposition','encode','exportXLSXBySnapshot','b64DecodeUnicode','IExchangeOperateService','xlsm','_registerIcons','getUnitId','LocaleService','interruptImportTask','UNIVER_SHEET','ErrorCode','taskID','importFileToUnitId','minSheetColumnCount','_exchangeService','Disposable','_httpService','606Ysqoqt','getOwnPropertyDescriptor','doc','data','Subject','exportXLSXByUnitId','_totalUploadTaskCount','version','link','univer-mt-5\x20univer-flex\x20univer-flex-col','getSnapshot','trim','SlidesMultiIcon','saveUnit','BuiltInUIPart','UNRECOGNIZED','Error\x20getting\x20file\x20name\x20from\x20URL:','univer-pro.exchange-client.upload-notification.service','download','154549yhjiNC','application/json','_getDisableCellImageConversion','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','uploadFileToUnitId','updateSnapshot','importPPTXToUnitId','UniverInstanceType','_localeService','xlsx','click','IConfigService','setTaskInterrupted','exchange-client.unknownMistake','univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','CloseIcon','import\x20error','_getUnitJson','_exportBySnapshot','statusText','xltx','signUrlServerUrl','docx','Failed\x20to\x20get\x20jsonID\x20from\x20task','{taskID}','useObservable','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','_resourceLoaderService','join','file.','_getUnitNameByType','pop','_list$','show','values','exportPPTXByUnitId','resolve','UNIVER_PROJECT','getUnitOnRev','exchange-client.cancel','_import','change','getConfig','?size=','_blank','toStringTag','getFocusedUnit','univer-text-blue-500','_config','maxTimeoutTime','useDependency','post','_upload','unshift','exchange-client.downloadSuccess','toLowerCase','visible$','1946BvGppg','_state$','createIdentifier','textDecoder','4hyuIhl','display','_requestState$','_fileTypeError','ILogService','_signUrl','exchange-client.wait','exportPPTXBySnapshot','set','HTTPService','Failed\x20to\x20parse\x20json','_getUnitName','clearTaskInterrupted','default','exchange-client.uploading','transformWorkbookDataToSnapshot','noreferrer','success','/universer-api/exchange/{type}/import','\x20-\x20','state$','_doneUploadTaskCount','exchange-client.downloading','_refreshSlide','input','.json','pushLink','register','UNIVER_PDF','32lcpfIL','isArray','asObservable','fileID','subscribe','prototype','exportDOCXBySnapshot','dispose','UniverExchangeClientPlugin','searchParams','exchange-client.networkError','min','createUnit','createObjectURL','Failed\x20to\x20transform\x20snapshot\x20to\x20string','CONNECTOR_DATA_TOO_LARGE','Success','files','function','&source=','requestState$','getCurrentUnitOfType','ShareRangeIcon','DependentOn','/universer-api/stream/file/upload','createElement','title','_showDownloadMessage','file','jsx','_sheetBlockCache','parse','importDOCXToSnapshot','downloadFile','UNIVER_EXCHANGE_CLIENT_PLUGIN','exchange-client.fileTypeError','slide','message','number','disableCellImageConversion','upload\x20request\x20failed:\x20failed\x20to\x20read\x20source\x20file\x20from\x20url','forEach','IUIPartsService','copyFileMeta','_getLinkByUnitId','univer-text-green-500','_univerInstanceService','_messageService','SheetsMultiIcon','{fileID}','univer-pro.exchange-client.operate.service','Method\x20not\x20implemented.','split','15402033Hkgdug'];_0x3cc8=function(){return _0x29e03f;};return _0x3cc8();}let J=class extends t[_0x3a4b72(0x122)]{constructor(_0x2f2fba,_0x3ab889,_0x42cbf3,_0xdab111,_0x2cf6f0,_0x4f3cb2,_0x69c7bb){const _0x14a29c=_0x3a4b72;super(),this[_0x14a29c(0x1bf)]=_0x2f2fba,this[_0x14a29c(0x1c0)]=_0x3ab889,this[_0x14a29c(0x13f)]=_0x42cbf3,this[_0x14a29c(0x121)]=_0xdab111,this[_0x14a29c(0x24b)]=_0x2cf6f0,this[_0x14a29c(0x239)]=_0x4f3cb2,this['_resourceLoaderService']=_0x69c7bb,v(this,_0x14a29c(0x1ed),new a[(_0x14a29c(0x1ea))](pe)),v(this,_0x14a29c(0xd7),this[_0x14a29c(0x1ed)]['asObservable']()),v(this,_0x14a29c(0x12a),0x0),v(this,_0x14a29c(0x189),0x0),this[_0x14a29c(0x244)]((0x0,t[_0x14a29c(0xfa)])(this[_0x14a29c(0x121)][_0x14a29c(0x1a5)][_0x14a29c(0x195)](_0x356edd=>{const _0x51ced7=_0x14a29c;var _0x3beb58;((_0x3beb58=_0x356edd['error'])==null?void 0x0:_0x3beb58[_0x51ced7(0x20e)])===c['ErrorCode']['OK']?this[_0x51ced7(0x251)](0x1):this[_0x51ced7(0xf5)](_0x356edd['error']);})));}[_0x3a4b72(0x10e)](){const _0x44d509=_0x3a4b72;this[_0x44d509(0x1f5)](),this[_0x44d509(0x24b)][_0x44d509(0x235)](0x2),this[_0x44d509(0x121)][_0x44d509(0x11b)]();}async[_0x3a4b72(0x13b)](_0x42e95b){const _0x50dfd4=_0x3a4b72;throw Error(_0x50dfd4(0x1c4));}async[_0x3a4b72(0x1fb)](){const _0x59eddd=_0x3a4b72;let _0x483740=this[_0x59eddd(0x1bf)][_0x59eddd(0x165)]();switch(_0x483740?this['_univerInstanceService'][_0x59eddd(0x212)](_0x483740[_0x59eddd(0x119)]()):t[_0x59eddd(0x13e)][_0x59eddd(0x133)]){case t[_0x59eddd(0x13e)]['UNIVER_SLIDE']:return this[_0x59eddd(0x13d)]();case t[_0x59eddd(0x13e)]['UNIVER_DOC']:return this[_0x59eddd(0xd6)]();case t[_0x59eddd(0x13e)]['UNIVER_SHEET']:default:return this[_0x59eddd(0x109)]();}}async[_0x3a4b72(0xd6)](){const _0xb8f14a=_0x3a4b72;let _0x5163f0=await M([t['UniverInstanceType']['UNIVER_DOC']]);if(_0x5163f0&&!this[_0xb8f14a(0x177)](_0x5163f0,t['UniverInstanceType']['UNIVER_DOC']))return this['_importFileToUnitId'](_0x5163f0[0x0],t[_0xb8f14a(0x13e)][_0xb8f14a(0xe3)]);}[_0x3a4b72(0x1b1)](){const _0x3d9d11=_0x3a4b72;throw Error(_0x3d9d11(0x1c4));}async[_0x3a4b72(0x101)](_0x67c0db,_0xefba2,_0x4dfa54){const _0x344ae4=_0x3a4b72;this[_0x344ae4(0x1ac)](o[_0x344ae4(0x217)][_0x344ae4(0x1ec)]);let _0x2f9bf5=await this['_exchangeService']['exportDOCXByUnitId'](_0x67c0db||this['_getUnitIDDoc']());_0x2f9bf5&&(this[_0x344ae4(0x121)][_0x344ae4(0x1b2)](_0x2f9bf5,_0xefba2||this[_0x344ae4(0x17f)](_0x2f9bf5),'docx'),this[_0x344ae4(0x1ac)](o[_0x344ae4(0x217)][_0x344ae4(0x1a1)]));}async['exportDOCXBySnapshot'](){const _0xf2b03f=_0x3a4b72;this[_0xf2b03f(0x1ac)](o[_0xf2b03f(0x217)][_0xf2b03f(0x1ec)]);let _0x44ee2a=await this[_0xf2b03f(0x1fa)](),_0x4220c1=await this[_0xf2b03f(0x121)][_0xf2b03f(0x197)](_0x44ee2a);_0x4220c1&&(this[_0xf2b03f(0x121)][_0xf2b03f(0x1b2)](_0x4220c1,this[_0xf2b03f(0x17f)](_0x4220c1),_0xf2b03f(0x14d)),this['_showDownloadMessage'](o[_0xf2b03f(0x217)][_0xf2b03f(0x1a1)]));}async[_0x3a4b72(0x13d)](){const _0x55e379=_0x3a4b72;if(this[_0x55e379(0x1df)]()){this['_messageService']['show']({'type':o[_0x55e379(0x217)][_0x55e379(0x256)],'content':this[_0x55e379(0x13f)]['t']('exchange-client.uploading')});return;}let _0x55d718=await M([t[_0x55e379(0x13e)][_0x55e379(0x237)]]);if(_0x55d718&&!this['_fileTypeError'](_0x55d718,t[_0x55e379(0x13e)][_0x55e379(0x237)]))return this[_0x55e379(0x207)](_0x55d718[0x0],t[_0x55e379(0x13e)]['UNIVER_SLIDE']);}async[_0x3a4b72(0x210)](){const _0x1944a4=_0x3a4b72;if(this[_0x1944a4(0x1df)]()){this[_0x1944a4(0x1c0)][_0x1944a4(0x158)]({'type':o['MessageType']['Warning'],'content':this['_localeService']['t'](_0x1944a4(0x182))});return;}let _0x28dd49=await M([t[_0x1944a4(0x13e)]['UNIVER_SLIDE']]);if(!_0x28dd49)return;this[_0x1944a4(0x228)](o[_0x1944a4(0x217)][_0x1944a4(0x1ec)]);let _0x11aafc=await this[_0x1944a4(0x121)]['importPPTXToSnapshot'](_0x28dd49[0x0]);_0x11aafc&&(this[_0x1944a4(0x18b)](_0x11aafc),this[_0x1944a4(0x228)](o['MessageType'][_0x1944a4(0x1a1)]));}async['exportPPTXByUnitId'](_0x594d7f,_0x2155b6,_0x2d4390){const _0x4f8a38=_0x3a4b72;this[_0x4f8a38(0x1ac)](o['MessageType'][_0x4f8a38(0x1ec)]);let _0x1623e6=await this[_0x4f8a38(0x121)][_0x4f8a38(0x15a)](_0x594d7f||this['_getUnitIDSlide']());_0x1623e6&&(this[_0x4f8a38(0x121)][_0x4f8a38(0x1b2)](_0x1623e6,_0x2155b6||this[_0x4f8a38(0x155)](_0x1623e6,_0x2d4390==null?t[_0x4f8a38(0x13e)][_0x4f8a38(0x237)]:_0x2d4390),'pptx'),this[_0x4f8a38(0x1ac)](o['MessageType'][_0x4f8a38(0x1a1)]));}async[_0x3a4b72(0x17b)](){const _0xe82aa1=_0x3a4b72;this[_0xe82aa1(0x1ac)](o[_0xe82aa1(0x217)][_0xe82aa1(0x1ec)]);let _0x647b57=await this['_getUnitSlideJson'](),_0x5312f0=await this[_0xe82aa1(0x121)]['exportPPTXBySnapshot'](_0x647b57);_0x5312f0&&(this[_0xe82aa1(0x121)][_0xe82aa1(0x1b2)](_0x5312f0,this['_getUnitNameByType'](_0x5312f0,t[_0xe82aa1(0x13e)][_0xe82aa1(0x237)]),_0xe82aa1(0xdd)),this['_showDownloadMessage'](o[_0xe82aa1(0x217)][_0xe82aa1(0x1a1)]));}async[_0x3a4b72(0x109)](){const _0x3e8d16=_0x3a4b72;if(this[_0x3e8d16(0x1df)]()){this['_messageService'][_0x3e8d16(0x158)]({'type':o[_0x3e8d16(0x217)]['Warning'],'content':this[_0x3e8d16(0x13f)]['t']('exchange-client.uploading')});return;}let _0x3d3e41=await M([t['UniverInstanceType'][_0x3e8d16(0x11c)]]);if(_0x3d3e41&&!this[_0x3e8d16(0x177)](_0x3d3e41,t[_0x3e8d16(0x13e)][_0x3e8d16(0x11c)]))return this[_0x3e8d16(0x207)](_0x3d3e41[0x0],t[_0x3e8d16(0x13e)][_0x3e8d16(0x11c)]);}async[_0x3a4b72(0x1fc)](){const _0x362a77=_0x3a4b72;if(this[_0x362a77(0x1df)]()){this[_0x362a77(0x1c0)][_0x362a77(0x158)]({'type':o[_0x362a77(0x217)][_0x362a77(0x256)],'content':this['_localeService']['t'](_0x362a77(0x182))});return;}let _0x333184=await M([t[_0x362a77(0x13e)][_0x362a77(0x11c)]]);if(!_0x333184)return;this['_showUploadMessage'](o[_0x362a77(0x217)][_0x362a77(0x1ec)]);let _0x451393=await this[_0x362a77(0x121)]['importXLSXToSnapshot'](_0x333184[0x0]);_0x451393&&(this[_0x362a77(0x231)](_0x451393),this['_showUploadMessage'](o[_0x362a77(0x217)]['Success']));}async[_0x3a4b72(0x129)](_0x665bf3,_0x3c77e1,_0x2f38bd){const _0x5c9b1f=_0x3a4b72;this[_0x5c9b1f(0x1ac)](o[_0x5c9b1f(0x217)][_0x5c9b1f(0x1ec)]);let _0x158dc8=await this[_0x5c9b1f(0x121)]['exportXLSXByUnitId'](_0x665bf3||this['_getUnitID']());_0x158dc8&&(this[_0x5c9b1f(0x121)]['downloadFile'](_0x158dc8,_0x3c77e1||this['_getUnitName'](_0x158dc8),_0x5c9b1f(0x140)),this[_0x5c9b1f(0x1ac)](o[_0x5c9b1f(0x217)][_0x5c9b1f(0x1a1)]));}async[_0x3a4b72(0x114)](){const _0x796e97=_0x3a4b72;this[_0x796e97(0x1ac)](o[_0x796e97(0x217)][_0x796e97(0x1ec)]);let _0x3ff6ae=await this['_getUnitJson'](),_0x28d0ca=await this[_0x796e97(0x121)][_0x796e97(0x114)](_0x3ff6ae);_0x28d0ca&&(this[_0x796e97(0x121)][_0x796e97(0x1b2)](_0x28d0ca,this[_0x796e97(0x17f)](_0x28d0ca),_0x796e97(0x140)),this[_0x796e97(0x1ac)](o[_0x796e97(0x217)][_0x796e97(0x1a1)]));}['registerLink'](_0x41fb25){this['_getLinkByUnitId']=_0x41fb25;}async[_0x3a4b72(0x207)](_0x36fbec,_0x41e126){const _0x1d24d2=_0x3a4b72;this[_0x1d24d2(0x24b)]['show'](),this[_0x1d24d2(0x24b)][_0x1d24d2(0x235)](0x0),this[_0x1d24d2(0x1d1)](0x4),this[_0x1d24d2(0x251)](0x1);let _0x1e72a1=await this[_0x1d24d2(0x121)][_0x1d24d2(0x11f)](_0x36fbec,_0x41e126);if(!_0x1e72a1){this[_0x1d24d2(0x1f5)](),this[_0x1d24d2(0x24b)][_0x1d24d2(0x235)](0x2);return;}let _0x35fb9d={'link':this[_0x1d24d2(0x1bd)](_0x1e72a1,_0x41e126),'name':_0x36fbec[_0x1d24d2(0x102)],'type':_0x41e126};return this[_0x1d24d2(0x24b)][_0x1d24d2(0x18e)](_0x35fb9d),this[_0x1d24d2(0xf4)](),this[_0x1d24d2(0x24b)][_0x1d24d2(0x235)](0x1),_0x1e72a1;}[_0x3a4b72(0x1eb)](){const _0x534098=_0x3a4b72;return this[_0x534098(0x1bf)]['getCurrentUnitOfType'](t[_0x534098(0x13e)][_0x534098(0x11c)])[_0x534098(0x119)]();}['_getUnitIDDoc'](){const _0x35fd68=_0x3a4b72;return this['_univerInstanceService'][_0x35fd68(0x1a6)](t['UniverInstanceType'][_0x35fd68(0xe3)])[_0x35fd68(0x119)]();}['_getUnitIDSlide'](){const _0x120054=_0x3a4b72;return this[_0x120054(0x1bf)][_0x120054(0x1a6)](t[_0x120054(0x13e)]['UNIVER_SLIDE'])[_0x120054(0x119)]();}[_0x3a4b72(0x17f)](_0x1a5899){const _0x13a358=_0x3a4b72;return this[_0x13a358(0x155)](_0x1a5899,t[_0x13a358(0x13e)][_0x13a358(0x11c)]);}[_0x3a4b72(0x155)](_0xf9b143,_0xd5a9ea){const _0x5c4a66=_0x3a4b72;var _0x121c47;let _0x241a42=(_0x121c47=this[_0x5c4a66(0x1bf)]['getCurrentUnitOfType'](_0xd5a9ea))==null?void 0x0:_0x121c47[_0x5c4a66(0x12e)](),_0x7812b5=_0x241a42==null?void 0x0:_0x241a42[_0x5c4a66(0x102)];return typeof _0x7812b5==_0x5c4a66(0x219)&&_0x7812b5[_0x5c4a66(0x12f)]()?_0x7812b5:_0xf9b143['name']['split']('.')['shift']()||document[_0x5c4a66(0x1ab)];}async[_0x3a4b72(0x148)](){const _0x5111e0=_0x3a4b72;let _0x27eb11=this[_0x5111e0(0x1bf)]['getCurrentUnitOfType'](t[_0x5111e0(0x13e)][_0x5111e0(0x11c)]),_0xef8d13=this[_0x5111e0(0x152)][_0x5111e0(0x131)](_0x27eb11['getUnitId']());return _0xef8d13==null?_0x27eb11[_0x5111e0(0x12e)]():_0xef8d13;}async[_0x3a4b72(0x1fa)](){const _0x37b520=_0x3a4b72;let _0x28d73e=this[_0x37b520(0x1bf)]['getCurrentUnitOfType'](t['UniverInstanceType'][_0x37b520(0xe3)]),_0xdb055c=this[_0x37b520(0x152)][_0x37b520(0x131)](_0x28d73e[_0x37b520(0x119)]());return _0xdb055c==null?_0x28d73e[_0x37b520(0x12e)]():_0xdb055c;}async[_0x3a4b72(0x221)](){const _0x588127=_0x3a4b72;let _0x55bcfd=this[_0x588127(0x1bf)][_0x588127(0x1a6)](t[_0x588127(0x13e)][_0x588127(0x237)]),_0x1e20d6=this[_0x588127(0x152)][_0x588127(0x131)](_0x55bcfd[_0x588127(0x119)]());return _0x1e20d6==null?_0x55bcfd[_0x588127(0x12e)]():_0x1e20d6;}[_0x3a4b72(0x1bd)](_0x535460,_0x3cdd22){const _0x15c34f=_0x3a4b72;let _0xc9524d=new URL(window['location']['href']);return _0xc9524d['searchParams'][_0x15c34f(0x17c)]('unit',_0x535460),_0xc9524d[_0x15c34f(0x19a)][_0x15c34f(0x17c)](_0x15c34f(0xf0),''+_0x3cdd22),_0xc9524d[_0x15c34f(0x10b)]();}['_refresh'](_0x5efe26){const _0x1a5da0=_0x3a4b72;let _0x1fa8c0=this[_0x1a5da0(0x1bf)][_0x1a5da0(0x1a6)](t[_0x1a5da0(0x13e)]['UNIVER_SHEET'])[_0x1a5da0(0x119)]();this[_0x1a5da0(0x1bf)]['disposeUnit'](_0x1fa8c0),this[_0x1a5da0(0x1bf)][_0x1a5da0(0x19d)](t[_0x1a5da0(0x13e)][_0x1a5da0(0x11c)],_0x5efe26);}[_0x3a4b72(0x18b)](_0x2b4527){const _0x5b6964=_0x3a4b72;let _0x48046c=this['_univerInstanceService'][_0x5b6964(0x1a6)](t[_0x5b6964(0x13e)][_0x5b6964(0x237)])[_0x5b6964(0x119)]();this[_0x5b6964(0x1bf)]['disposeUnit'](_0x48046c),this[_0x5b6964(0x1bf)][_0x5b6964(0x19d)](t['UniverInstanceType'][_0x5b6964(0x237)],_0x2b4527);}[_0x3a4b72(0xf5)](_0x2423ad){const _0x256dc0=_0x3a4b72;if(_0x2423ad){let {code:_0x1e556d}=_0x2423ad;switch(_0x1e556d){case c[_0x256dc0(0x11d)][_0x256dc0(0x1a0)]:this[_0x256dc0(0x1c0)]['show']({'type':o[_0x256dc0(0x217)][_0x256dc0(0xf9)],'content':this['_localeService']['t']('exchange-client.tooLarge')});break;case c[_0x256dc0(0x11d)]['INTERNAL_ERROR']:this['_messageService'][_0x256dc0(0x158)]({'type':o[_0x256dc0(0x217)][_0x256dc0(0xf9)],'content':this[_0x256dc0(0x13f)]['t'](_0x256dc0(0x105))});break;default:this[_0x256dc0(0x1c0)]['show']({'type':o['MessageType']['Error'],'content':this['_localeService']['t']('exchange-client.networkError')});break;}return null;}return this[_0x256dc0(0x1c0)][_0x256dc0(0x158)]({'type':o[_0x256dc0(0x217)][_0x256dc0(0xf9)],'content':this[_0x256dc0(0x13f)]['t'](_0x256dc0(0x19b))}),null;}[_0x3a4b72(0x1ac)](_0x5683de){const _0x24893d=_0x3a4b72;let _0x2d2a08='';switch(_0x5683de){case o['MessageType'][_0x24893d(0x1a1)]:_0x2d2a08=this['_localeService']['t'](_0x24893d(0x16d));break;case o[_0x24893d(0x217)][_0x24893d(0x1ec)]:_0x2d2a08=this['_localeService']['t'](_0x24893d(0x18a));break;default:break;}this[_0x24893d(0x1c0)][_0x24893d(0x158)]({'type':_0x5683de,'content':_0x2d2a08});}[_0x3a4b72(0x228)](_0x25059c){const _0x4014d5=_0x3a4b72;let _0x467270='';switch(_0x25059c){case o[_0x4014d5(0x217)]['Success']:_0x467270=this[_0x4014d5(0x13f)]['t']('exchange-client.uploadSuccess');break;case o[_0x4014d5(0x217)]['Info']:_0x467270=this[_0x4014d5(0x13f)]['t']('exchange-client.uploading');break;default:break;}this['_messageService'][_0x4014d5(0x158)]({'type':_0x25059c,'content':_0x467270});}[_0x3a4b72(0x245)](){const _0x18c7af=_0x3a4b72;this[_0x18c7af(0x1ed)]['next']({'done':this['_doneUploadTaskCount'],'count':this[_0x18c7af(0x12a)]});}['_addTotalCount'](_0x172a78){const _0x571f2a=_0x3a4b72;this[_0x571f2a(0x12a)]+=_0x172a78,this[_0x571f2a(0x245)]();}['_addDoneTask'](_0x13d44d){const _0x2eb808=_0x3a4b72;this[_0x2eb808(0x189)]+=_0x13d44d,this[_0x2eb808(0x189)]=Math[_0x2eb808(0x19c)](this[_0x2eb808(0x189)],this[_0x2eb808(0x12a)]),this[_0x2eb808(0x245)]();}[_0x3a4b72(0xf4)](){const _0x26e544=_0x3a4b72;this[_0x26e544(0x189)]=this['_totalUploadTaskCount'],this[_0x26e544(0x245)]();}[_0x3a4b72(0x1f5)](){const _0x36f72c=_0x3a4b72;this[_0x36f72c(0x189)]=0x0,this['_totalUploadTaskCount']=0x0,this[_0x36f72c(0x245)]();}[_0x3a4b72(0x177)](_0x1b3204,_0x3aeece){const _0x11f958=_0x3a4b72;let _0x4fb2a9=_0x1b3204[0x0],_0x4c4fb0=_0x4fb2a9['name'];return j(_0x4fb2a9)===_0x3aeece?!0x1:(this['_messageService']['show']({'type':o['MessageType']['Error'],'content':this[_0x11f958(0x13f)]['t'](_0x11f958(0x1b4),_0x4c4fb0)}),!0x0);}['_uploadTaskNotDone'](){const _0xc9799f=_0x3a4b72;return this['_totalUploadTaskCount']!==0x0&&this[_0xc9799f(0x189)]!==this[_0xc9799f(0x12a)];}};J=h([m(0x0,(0x0,t[_0x3a4b72(0x1cd)])(t[_0x3a4b72(0xee)])),m(0x1,i[_0x3a4b72(0x23c)]),m(0x2,(0x0,t[_0x3a4b72(0x1cd)])(t[_0x3a4b72(0x11a)])),m(0x3,(0x0,t[_0x3a4b72(0x1cd)])(G)),m(0x4,(0x0,t[_0x3a4b72(0x1cd)])(y)),m(0x5,t[_0x3a4b72(0x178)]),m(0x6,(0x0,t[_0x3a4b72(0x1cd)])(t['IResourceLoaderService']))],J);function Y(_0x2a63f1){const _0x499b5f=_0x3a4b72;let {onClick:_0x58ebb3,children:_0x225d8d,className:_0x514f06}=_0x2a63f1;return(0x0,s['jsx'])(_0x499b5f(0x1f8),{'className':(0x0,o['clsx'])(_0x499b5f(0x13a),_0x514f06),'type':_0x499b5f(0x1f8),'onClick':_0x58ebb3,'children':_0x225d8d});}function X(){const _0x2a5c35=_0x3a4b72;let _0x11879f=(0x0,i[_0x2a5c35(0x169)])(q),_0x3710a3=(0x0,i[_0x2a5c35(0x169)])(t['LocaleService']);function _0xc436f9(){const _0x29a6a5=_0x2a5c35;_0x11879f[_0x29a6a5(0x1fb)]();}return(0x0,s[_0x2a5c35(0x1ae)])(Y,{'onClick':_0xc436f9,'children':_0x3710a3['t'](_0x2a5c35(0x230))});}function me(){const _0x425cb6=_0x3a4b72;return(0x0,s['jsxs'])('div',{'className':_0x425cb6(0x12d),'children':[(0x0,s[_0x425cb6(0x1ae)])(_0x425cb6(0x111),{'className':_0x425cb6(0x222),'children':(0x0,i[_0x425cb6(0x169)])(t[_0x425cb6(0x11a)])['t']('exchange-client.interrupt')}),(0x0,s[_0x425cb6(0x1ae)])(X,{})]});}function he(_0x5b0da4){const _0x2387ae=_0x3a4b72;let {count:_0xcce21c}=_0x5b0da4;return(0x0,s[_0x2387ae(0xfc)])(_0x2387ae(0x250),{'className':_0x2387ae(0x1c7),'children':[(0x0,s['jsx'])(_0x2387ae(0x111),{'className':'univer-text-sm\x20univer-text-gray-500','children':(0x0,i[_0x2387ae(0x169)])(t[_0x2387ae(0x11a)])['t'](_0x2387ae(0x21f),''+_0xcce21c)}),(0x0,s[_0x2387ae(0x1ae)])(X,{})]});}function ge(){const _0x34df98=_0x3a4b72;let _0x1692f2=(0x0,i[_0x34df98(0x169)])(q),_0x7b7a5d=(0x0,i['useDependency'])(t[_0x34df98(0x11a)]);function _0x3d38cd(){_0x1692f2['interrupt']();}return(0x0,s[_0x34df98(0x1ae)])(Y,{'onClick':_0x3d38cd,'children':_0x7b7a5d['t'](_0x34df98(0x15e))});}function _0x2250(_0x3bc95b,_0x518ab7){_0x3bc95b=_0x3bc95b-0xd6;const _0x3cc844=_0x3cc8();let _0x225093=_0x3cc844[_0x3bc95b];return _0x225093;}function _e(){const _0x5561d=_0x3a4b72;let {count:_0x46e835,done:_0x53c121}=(0x0,i[_0x5561d(0x150)])((0x0,i[_0x5561d(0x169)])(q)[_0x5561d(0xd7)]),_0x235212=_0x46e835>0x0?_0x53c121/_0x46e835:0x0;return(0x0,s[_0x5561d(0x1ae)])(_0x5561d(0x250),{'className':'univer-mx-0\x20univer-mb-3\x20univer-mt-4\x20univer-h-1.5\x20univer-w-[324px]\x20univer-rounded-lg\x20univer-bg-gray-200','children':(0x0,s['jsx'])(_0x5561d(0x250),{'className':'univer-h-1.5\x20univer-rounded-lg\x20univer-bg-primary-600\x20univer-transition-[width]\x20univer-duration-500','style':{'width':Math[_0x5561d(0x1ff)](_0x235212*0x64)+'%'}})});}function ve(){const _0x58e066=_0x3a4b72;return(0x0,s[_0x58e066(0xfc)])(_0x58e066(0x250),{'className':_0x58e066(0x12d),'children':[(0x0,s['jsx'])('span',{'className':_0x58e066(0x145),'children':(0x0,i['useDependency'])(t[_0x58e066(0x11a)])['t'](_0x58e066(0x17a))}),(0x0,s[_0x58e066(0x1ae)])(_0x58e066(0x250),{'className':_0x58e066(0x24d),'children':(0x0,s[_0x58e066(0x1ae)])(_e,{})}),(0x0,s[_0x58e066(0x1ae)])(ge,{})]});}const Z={0x1:(0x0,s[_0x3a4b72(0x1ae)])(r[_0x3a4b72(0xd8)],{'className':_0x3a4b72(0x1be)}),0x0:(0x0,s[_0x3a4b72(0x1ae)])(r[_0x3a4b72(0xe4)],{'className':_0x3a4b72(0x166)}),0x2:(0x0,s[_0x3a4b72(0x1ae)])(r[_0x3a4b72(0x232)],{'className':_0x3a4b72(0x104)})};function ye(){const _0x3b1212=_0x3a4b72;let _0x20180f=(0x0,i[_0x3b1212(0x169)])(y),_0x1762b8=(0x0,i[_0x3b1212(0x169)])(t[_0x3b1212(0x11a)]),_0x2b509e=(0x0,i[_0x3b1212(0x150)])(_0x20180f[_0x3b1212(0x188)],0x0),_0x4d481d=(0x0,i[_0x3b1212(0x150)])(_0x20180f[_0x3b1212(0x16f)],!0x1),_0x4781b4=(0x0,i[_0x3b1212(0x150)])(_0x20180f[_0x3b1212(0x211)],[]);function _0x57b66e(){const _0x40b7b0=_0x3b1212;_0x20180f[_0x40b7b0(0x1f3)]();}function _0x102507(_0x6d952f){const _0x3d7c14=_0x3b1212;switch(_0x6d952f){case 0x1:return _0x1762b8['t'](_0x3d7c14(0x218));case 0x0:return _0x1762b8['t'](_0x3d7c14(0x182));case 0x2:return _0x1762b8['t'](_0x3d7c14(0x144));default:return'';}}return _0x4d481d&&(0x0,s[_0x3b1212(0xfc)])(_0x3b1212(0x250),{'className':_0x3b1212(0x151),'children':[(0x0,s['jsxs'])(_0x3b1212(0x250),{'className':_0x3b1212(0x20b),'children':[(0x0,s[_0x3b1212(0xfc)])(_0x3b1212(0x111),{'className':_0x3b1212(0xe8),'children':[(0x0,s['jsx'])(_0x3b1212(0x111),{'className':'univer-h-6\x20univer-text-2xl','children':Z[_0x2b509e]}),(0x0,s[_0x3b1212(0x1ae)])(_0x3b1212(0x111),{'className':_0x3b1212(0x24f),'children':_0x102507(_0x2b509e)})]}),(0x0,s[_0x3b1212(0x1ae)])(_0x3b1212(0x111),{'className':_0x3b1212(0x20d),'onClick':_0x57b66e,'children':(0x0,s[_0x3b1212(0x1ae)])(r[_0x3b1212(0x146)],{})})]}),(0x0,s[_0x3b1212(0xfc)])(_0x3b1212(0x250),{'children':[_0x2b509e===0x0&&(0x0,s['jsx'])(ve,{}),_0x2b509e===0x2&&(0x0,s[_0x3b1212(0x1ae)])(me,{}),_0x4781b4[_0x3b1212(0x213)]>0x0&&(0x0,s[_0x3b1212(0x1ae)])(re,{'list':_0x4781b4}),_0x2b509e===0x1&&(0x0,s[_0x3b1212(0x1ae)])(he,{'count':_0x4781b4['length']})]})]});}function be(){const _0x5842e5=_0x3a4b72;return(0x0,s[_0x5842e5(0x1ae)])(ye,{});}let Q=class extends t[_0x3a4b72(0x122)]{constructor(_0x30973d,_0x2fa793){const _0x3bffc3=_0x3a4b72;super(),this[_0x3bffc3(0x22e)]=_0x30973d,this[_0x3bffc3(0x1f9)]=_0x2fa793,this[_0x3bffc3(0x1ce)]();}[_0x3a4b72(0x1ce)](){const _0x126778=_0x3a4b72;this[_0x126778(0x244)](this['_uiPartsService'][_0x126778(0x1d5)](i[_0x126778(0x132)]['CONTENT'],()=>(0x0,i['connectInjector'])(be,this[_0x126778(0x22e)])));}};Q=h([m(0x0,(0x0,t[_0x3a4b72(0x1cd)])(t[_0x3a4b72(0x21a)])),m(0x1,i[_0x3a4b72(0x1bb)])],Q);let $=class extends t['Plugin']{constructor(_0x4682ae=p,_0x3e67a1,_0x48723f){const _0x3c1ffa=_0x3a4b72;super(),this[_0x3c1ffa(0x167)]=_0x4682ae,this[_0x3c1ffa(0x22e)]=_0x3e67a1,this[_0x3c1ffa(0x241)]=_0x48723f;let {..._0x152e64}=(0x0,t[_0x3c1ffa(0xf6)])({},p,this['_config']);this['_configService']['setConfig'](f,_0x152e64);}[_0x3a4b72(0x1f0)](){const _0x2793d5=_0x3a4b72;(0x0,t[_0x2793d5(0x1f1)])(this[_0x2793d5(0x22e)],[[g],[Q],[q,{'useClass':J}],[G,{'useClass':K}],[F,{'useClass':I}],[y,{'useClass':b}]]);}['onReady'](){(0x0,t['touchDependencies'])(this['_injector'],[[g],[Q],[q]]);}};v($,_0x3a4b72(0x1e2),_0x3a4b72(0x1b3)),v($,'packageName',d),v($,_0x3a4b72(0x12b),ee),$=h([(0x0,t[_0x3a4b72(0x1a8)])(n[_0x3a4b72(0xdb)],e[_0x3a4b72(0x220)]),m(0x1,(0x0,t[_0x3a4b72(0x1cd)])(t[_0x3a4b72(0x21a)])),m(0x2,t[_0x3a4b72(0x142)])],$),exports[_0x3a4b72(0x116)]=q,exports[_0x3a4b72(0x1d4)]=G,Object[_0x3a4b72(0x1fe)](exports,_0x3a4b72(0x199),{'enumerable':!0x0,'get':function(){return $;}}),exports['downloadFile']=A,exports['transformSnapshotJsonToWorkbookData']=ue,exports[_0x3a4b72(0xdf)]=V;
1
+ const _0x2f5570=_0x5821;(function(_0x486b4d,_0x132a2a){const _0x541c3d=_0x5821,_0x54123d=_0x486b4d();while(!![]){try{const _0x641c3=parseInt(_0x541c3d(0x259))/0x1+parseInt(_0x541c3d(0x315))/0x2*(parseInt(_0x541c3d(0x2aa))/0x3)+-parseInt(_0x541c3d(0x333))/0x4*(-parseInt(_0x541c3d(0x2d6))/0x5)+-parseInt(_0x541c3d(0x293))/0x6*(-parseInt(_0x541c3d(0x1d2))/0x7)+parseInt(_0x541c3d(0x234))/0x8+-parseInt(_0x541c3d(0x227))/0x9+-parseInt(_0x541c3d(0x2d1))/0xa;if(_0x641c3===_0x132a2a)break;else _0x54123d['push'](_0x54123d['shift']());}catch(_0x7a7505){_0x54123d['push'](_0x54123d['shift']());}}}(_0x358e,0xaa2f3),Object[_0x2f5570(0x1b6)](exports,Symbol[_0x2f5570(0x2e2)],{'value':_0x2f5570(0x285)}));let e=require('@univerjs-pro/license'),t=require('@univerjs/core'),n=require('@univerjs/network'),r=require('@univerjs/ui'),i=require('@univerjs/icons'),a=require('rxjs'),o=require('@univerjs/design'),s=require('react/jsx-runtime'),c=require('@univerjs/protocol'),l=require('@univerjs-pro/collaboration'),u=require('fflate');var d=_0x2f5570(0x1be),f='1.0.0-alpha.8';const p=_0x2f5570(0x1da),m={};function h(_0x1d4a44,_0x3fff27){return function(_0x4de3fe,_0x59bce9){_0x3fff27(_0x4de3fe,_0x59bce9,_0x1d4a44);};}function g(_0x4564a5,_0x5b6d44,_0x48b98a,_0x3c165a){const _0x166a61=_0x2f5570;var _0x58936c=arguments[_0x166a61(0x275)],_0x92ef76=_0x58936c<0x3?_0x5b6d44:_0x3c165a===null?_0x3c165a=Object[_0x166a61(0x320)](_0x5b6d44,_0x48b98a):_0x3c165a,_0x3413ab;if(typeof Reflect==_0x166a61(0x2c7)&&typeof Reflect[_0x166a61(0x2b8)]==_0x166a61(0x207))_0x92ef76=Reflect['decorate'](_0x4564a5,_0x5b6d44,_0x48b98a,_0x3c165a);else{for(var _0x515353=_0x4564a5[_0x166a61(0x275)]-0x1;_0x515353>=0x0;_0x515353--)(_0x3413ab=_0x4564a5[_0x515353])&&(_0x92ef76=(_0x58936c<0x3?_0x3413ab(_0x92ef76):_0x58936c>0x3?_0x3413ab(_0x5b6d44,_0x48b98a,_0x92ef76):_0x3413ab(_0x5b6d44,_0x48b98a))||_0x92ef76);}return _0x58936c>0x3&&_0x92ef76&&Object['defineProperty'](_0x5b6d44,_0x48b98a,_0x92ef76),_0x92ef76;}let _=class extends t[_0x2f5570(0x222)]{constructor(_0x89cd4b){const _0x50d91f=_0x2f5570;super(),this['_iconManager']=_0x89cd4b,this[_0x50d91f(0x32d)]();}[_0x2f5570(0x32d)](){const _0x58f9d8=_0x2f5570;this[_0x58f9d8(0x2b5)](this[_0x58f9d8(0x30f)]['register']({'DirectExportIcon':i['DirectExportIcon']}));}};_=g([h(0x0,(0x0,t[_0x2f5570(0x1df)])(r[_0x2f5570(0x231)]))],_);function v(_0x441bea){'@babel/helpers - typeof';const _0xb2763b=_0x2f5570;return v=typeof Symbol==_0xb2763b(0x207)&&typeof Symbol[_0xb2763b(0x236)]==_0xb2763b(0x1cc)?function(_0x5bdf3e){return typeof _0x5bdf3e;}:function(_0x15b1aa){const _0x711f4e=_0xb2763b;return _0x15b1aa&&typeof Symbol==_0x711f4e(0x207)&&_0x15b1aa[_0x711f4e(0x1d3)]===Symbol&&_0x15b1aa!==Symbol[_0x711f4e(0x1fa)]?_0x711f4e(0x1cc):typeof _0x15b1aa;},v(_0x441bea);}function y(_0x291478,_0xbfb1a9){const _0x10d584=_0x2f5570;if(v(_0x291478)!='object'||!_0x291478)return _0x291478;var _0x413539=_0x291478[Symbol['toPrimitive']];if(_0x413539!==void 0x0){var _0x1a9654=_0x413539[_0x10d584(0x2a1)](_0x291478,_0xbfb1a9||'default');if(v(_0x1a9654)!=_0x10d584(0x2c7))return _0x1a9654;throw TypeError(_0x10d584(0x2d0));}return(_0xbfb1a9===_0x10d584(0x225)?String:Number)(_0x291478);}function ee(_0x5269b4){const _0x31bad3=_0x2f5570;var _0x1d8ec9=y(_0x5269b4,_0x31bad3(0x225));return v(_0x1d8ec9)==_0x31bad3(0x1cc)?_0x1d8ec9:_0x1d8ec9+'';}function b(_0x4d87a1,_0x5029bc,_0x235253){const _0x456491=_0x2f5570;return(_0x5029bc=ee(_0x5029bc))in _0x4d87a1?Object[_0x456491(0x1b6)](_0x4d87a1,_0x5029bc,{'value':_0x235253,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4d87a1[_0x5029bc]=_0x235253,_0x4d87a1;}const x=(0x0,t['createIdentifier'])('univer-pro.exchange-client.upload-notification.service');var te=class extends t[_0x2f5570(0x222)]{constructor(){const _0x400f8e=_0x2f5570;super(),b(this,_0x400f8e(0x301),new a[(_0x400f8e(0x1ed))]()),b(this,'_state$',new a['Subject']()),b(this,_0x400f8e(0x24e),new a[(_0x400f8e(0x1ed))]()),b(this,_0x400f8e(0x21f),this['_visible$']['asObservable']()),b(this,'state$',this['_state$'][_0x400f8e(0x1b8)]()),b(this,_0x400f8e(0x20c),this[_0x400f8e(0x24e)][_0x400f8e(0x1b8)]()),b(this,_0x400f8e(0x318),[]);}[_0x2f5570(0x228)](){const _0x46044e=_0x2f5570;super[_0x46044e(0x228)](),this[_0x46044e(0x301)][_0x46044e(0x337)](),this['_state$'][_0x46044e(0x337)](),this[_0x46044e(0x24e)][_0x46044e(0x337)]();}[_0x2f5570(0x1ff)](){const _0xb7a685=_0x2f5570;this[_0xb7a685(0x301)][_0xb7a685(0x1f8)](!0x0);}[_0x2f5570(0x2cd)](){const _0x34f4b4=_0x2f5570;this[_0x34f4b4(0x301)]['next'](!0x1);}[_0x2f5570(0x314)](_0x55997a){const _0x472f99=_0x2f5570;this[_0x472f99(0x247)][_0x472f99(0x1f8)](_0x55997a);}[_0x2f5570(0x258)](_0x322c2b){const _0x5c8230=_0x2f5570;this[_0x5c8230(0x318)][_0x5c8230(0x233)](_0x322c2b),this[_0x5c8230(0x24e)][_0x5c8230(0x1f8)](this[_0x5c8230(0x318)]);}};function ne(_0x3c1aec){const _0x1a5e01=_0x2f5570;let {list:_0x21feed}=_0x3c1aec;function _0x108374(_0x5addd5){const _0x41b8b1=_0x5821;switch(_0x5addd5){case 0x1:return(0x0,s[_0x41b8b1(0x2df)])(i[_0x41b8b1(0x2ca)],{});case 0x2:return(0x0,s[_0x41b8b1(0x2df)])(i[_0x41b8b1(0x2e4)],{});case 0x3:return(0x0,s[_0x41b8b1(0x2df)])(i[_0x41b8b1(0x336)],{});default:return null;}}return(0x0,s[_0x1a5e01(0x2df)])('div',{'className':(0x0,o[_0x1a5e01(0x2dc)])('univer-mt-5\x20univer-max-h-72\x20univer-overflow-y-auto\x20univer-overflow-x-hidden',o[_0x1a5e01(0x218)]),'children':(0x0,s[_0x1a5e01(0x2df)])('ul',{'className':'univer-m-0\x20univer-flex\x20univer-list-none\x20univer-flex-col\x20univer-gap-2\x20univer-p-0','children':_0x21feed[_0x1a5e01(0x305)]((_0x3ec33f,_0x150fcb)=>(0x0,s[_0x1a5e01(0x2df)])('li',{'children':(0x0,s[_0x1a5e01(0x2e8)])('a',{'className':_0x1a5e01(0x1c8),'href':_0x3ec33f[_0x1a5e01(0x278)],'target':'_blank','rel':_0x1a5e01(0x29e),'children':[(0x0,s[_0x1a5e01(0x2e8)])(_0x1a5e01(0x312),{'className':'univer-flex\x20univer-w-[calc(100%-48px)]\x20univer-items-center','children':[(0x0,s[_0x1a5e01(0x2df)])(_0x1a5e01(0x312),{'className':_0x1a5e01(0x2fe),'children':_0x108374(_0x3ec33f[_0x1a5e01(0x1fc)])}),(0x0,s[_0x1a5e01(0x2df)])(o[_0x1a5e01(0x23c)],{'showIfEllipsis':!0x0,'title':_0x3ec33f[_0x1a5e01(0x277)],'asChild':!0x0,'children':(0x0,s[_0x1a5e01(0x2df)])(_0x1a5e01(0x312),{'className':_0x1a5e01(0x1e7),'children':_0x3ec33f[_0x1a5e01(0x277)]})})]}),(0x0,s['jsx'])(_0x1a5e01(0x312),{'className':'univer-flex\x20univer-size-6\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-base\x20univer-text-gray-600\x20univer-outline-none\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-600','children':(0x0,s[_0x1a5e01(0x2df)])(i[_0x1a5e01(0x32f)],{})})]})},_0x150fcb))})});}const S=_0x2f5570(0x23d),C=_0x2f5570(0x273),w='application/vnd.ms-excel.sheet.macroEnabled.12',T=_0x2f5570(0x22b),E=_0x2f5570(0x297),D=_0x2f5570(0x2e3),O={[t[_0x2f5570(0x310)][_0x2f5570(0x1c1)]]:[''],[t['UniverInstanceType'][_0x2f5570(0x27d)]]:[S],[t['UniverInstanceType'][_0x2f5570(0x1fe)]]:[C,w,T],[t[_0x2f5570(0x310)][_0x2f5570(0x1c2)]]:[E],[t[_0x2f5570(0x310)][_0x2f5570(0x250)]]:[D],[t[_0x2f5570(0x310)]['UNIVER_BASE']]:[''],[t[_0x2f5570(0x310)][_0x2f5570(0x290)]]:[''],[t[_0x2f5570(0x310)][_0x2f5570(0x327)]]:[''],[t['UniverInstanceType'][_0x2f5570(0x2c5)]]:['']},k={[S]:_0x2f5570(0x1f0),[C]:_0x2f5570(0x1d1),[w]:_0x2f5570(0x1b4),[T]:_0x2f5570(0x243),[E]:_0x2f5570(0x2ac),[D]:'pdf'};function re(_0x557b30,_0x154722,_0x12006b){const _0x35c34b=_0x2f5570;let _0x53b620=document['createElement']('a');_0x53b620['href']=_0x557b30,_0x53b620['style'][_0x35c34b(0x279)]=_0x35c34b(0x2a8),_0x53b620[_0x35c34b(0x230)]=_0x154722+'.'+_0x12006b,document[_0x35c34b(0x272)]['appendChild'](_0x53b620),_0x53b620[_0x35c34b(0x1db)](),document[_0x35c34b(0x272)][_0x35c34b(0x204)](_0x53b620);}function ie(_0x112d76){const _0x1757d4=_0x2f5570;let _0x33a9ee=_0x112d76[_0x1757d4(0x277)]['split']('.')['pop']();if(!_0x33a9ee)return t[_0x1757d4(0x310)]['UNIVER_UNKNOWN'];let _0x2409d2=ae(),_0x1b89d5=t[_0x1757d4(0x310)][_0x1757d4(0x1c1)];return _0x2409d2[_0x1757d4(0x2cb)](_0x5df6a2=>oe(_0x33a9ee,_0x5df6a2)?(_0x1b89d5=_0x5df6a2,!0x0):!0x1),_0x1b89d5;}function ae(){const _0x56b0d8=_0x2f5570;return Object[_0x56b0d8(0x1f7)](t[_0x56b0d8(0x310)])['filter'](_0x2bfbbb=>typeof _0x2bfbbb==_0x56b0d8(0x2f9));}function oe(_0x228d31,_0x3c0976){const _0x3c9eb0=_0x2f5570;var _0x190481;return((_0x190481=O[_0x3c0976])==null?[]:_0x190481)['map'](_0x49b669=>(k[_0x49b669]||'')['toLowerCase']())[_0x3c9eb0(0x2e5)](_0x228d31[_0x3c9eb0(0x261)]());}function A(_0x4e9af1,_0x5db692=!0x1){const _0x4ce1c7=_0x2f5570;let _0x17e6f1=_0x4e9af1[_0x4ce1c7(0x305)](_0x5af7a9=>{var _0x263201;return(_0x263201=O[_0x5af7a9])==null?[]:_0x263201;})[_0x4ce1c7(0x249)](',');return new Promise(_0x28e552=>{const _0x257f08=_0x4ce1c7;let _0x43d03e=document[_0x257f08(0x324)](_0x257f08(0x20d));_0x43d03e[_0x257f08(0x1fc)]=_0x257f08(0x2bf),_0x43d03e[_0x257f08(0x1ab)]=_0x17e6f1,_0x43d03e[_0x257f08(0x226)]=_0x5db692;let _0x1231bd=()=>{const _0x310b8d=_0x257f08;var _0x5ad8a4;return _0x28e552((_0x5ad8a4=_0x43d03e['files'])!=null&&_0x5ad8a4[_0x310b8d(0x275)]?_0x43d03e[_0x310b8d(0x1b7)]:null);};_0x43d03e[_0x257f08(0x30d)](_0x257f08(0x244),_0x1231bd,{'once':!0x0}),_0x43d03e['addEventListener']('cancel',_0x1231bd,{'once':!0x0}),_0x43d03e[_0x257f08(0x1db)]();});}async function j(_0x4c2e5d,_0x2bad52){const _0x24eda4=_0x2f5570;try{var _0xc223ab,_0x83bf88,_0x1b5baf;let _0x1c563a=await _0x2bad52[_0x24eda4(0x30a)](_0x4c2e5d,{'responseType':_0x24eda4(0x238)}),_0x21262f=_0x1c563a['body'],_0x206d77=(_0xc223ab=(_0x83bf88=_0x1c563a[_0x24eda4(0x256)][_0x24eda4(0x30a)](_0x24eda4(0x2ce)))==null?void 0x0:_0x83bf88[_0x24eda4(0x249)](',\x20'))==null?_0x24eda4(0x237):_0xc223ab,_0x4fcb84=_0x24eda4(0x2c0)+(k[_0x206d77]||_0x24eda4(0x1d1)),_0x234b60=(_0x1b5baf=_0x1c563a['headers'][_0x24eda4(0x30a)](_0x24eda4(0x21d)))==null?void 0x0:_0x1b5baf[_0x24eda4(0x249)](',\x20');if(_0x234b60){let _0x4a1ce3=_0x234b60[_0x24eda4(0x262)](/filename=(.+)/);_0x4a1ce3&&_0x4a1ce3[0x1]&&(_0x4fcb84=_0x4a1ce3[0x1]);}else _0x4fcb84=se(_0x4c2e5d)||_0x4fcb84;return new File([_0x21262f],_0x4fcb84,{'type':_0x206d77});}catch(_0x5bc1d6){console[_0x24eda4(0x206)](_0x24eda4(0x32e),_0x5bc1d6);return;}}function se(_0x1c685b){const _0x44c4ed=_0x2f5570;try{return new URL(_0x1c685b)[_0x44c4ed(0x23f)][_0x44c4ed(0x232)]('/')['pop']();}catch(_0x472315){console[_0x44c4ed(0x206)]('Error\x20getting\x20file\x20name\x20from\x20URL:',_0x472315);return;}}function ce(_0xc8972b){const _0x3bf4c6=_0x2f5570;let _0x3229c0=new Blob([_0xc8972b[_0x3bf4c6(0x1f9)]],{'type':'application/json'});return new File([_0x3229c0],'file.json');}function M(_0x320f0b,_0x1d2736){const _0x43a6d1=_0x2f5570;return _0x320f0b[_0x43a6d1(0x1e1)](_0x43a6d1(0x26b),_0x1d2736);}function le(_0x167758,_0x9a5242){const _0x3765cd=_0x2f5570;return _0x167758[_0x3765cd(0x1e1)](_0x3765cd(0x1ca),_0x9a5242);}function ue(_0x5aa839,_0x408416){const _0x42a92d=_0x2f5570;return _0x5aa839[_0x42a92d(0x1e1)]('{fileID}',_0x408416);}const N=(0x0,t[_0x2f5570(0x255)])(_0x2f5570(0x2ec));let P=class{constructor(_0x5450d8,_0x5815d5){const _0x2906c2=_0x2f5570;this[_0x2906c2(0x283)]=_0x5450d8,this[_0x2906c2(0x265)]=_0x5815d5,b(this,_0x2906c2(0x325),new Set());}['dispose'](){}[_0x2f5570(0x1f6)](_0x455d53){const _0x213c6f=_0x2f5570;this[_0x213c6f(0x325)][_0x213c6f(0x2e7)](_0x455d53);}[_0x2f5570(0x2a3)](){const _0x32c7a2=_0x2f5570;this[_0x32c7a2(0x325)][_0x32c7a2(0x28a)]();}async[_0x2f5570(0x203)](_0x25e504,_0x45c6cd=0x0,_0x3edfce=!0x1){const _0x1296e0=_0x2f5570;if(typeof _0x25e504=='string'){let _0xd96070=await j(_0x25e504,this[_0x1296e0(0x265)]);if(!_0xd96070)throw Error(_0x1296e0(0x274));_0x25e504=_0xd96070;}_0x45c6cd=_0x45c6cd||_0x25e504[_0x1296e0(0x2f0)];let _0x3433d0=new FormData();_0x3433d0[_0x1296e0(0x1af)](_0x1296e0(0x2bf),_0x25e504);try{let _0x114c58=this[_0x1296e0(0x1b3)]()+'?size='+_0x45c6cd+'&source='+c[_0x1296e0(0x20f)][_0x1296e0(0x329)]+'&flate='+_0x3edfce,_0x356b1d={'body':_0x3433d0},_0x126e9d=(await this[_0x1296e0(0x265)]['post'](_0x114c58,_0x356b1d))[_0x1296e0(0x272)];if(_0x126e9d[_0x1296e0(0x206)]&&_0x126e9d[_0x1296e0(0x206)][_0x1296e0(0x22e)]!==c[_0x1296e0(0x1e8)]['OK'])throw Error(this[_0x1296e0(0x1c5)]('upload\x20request\x20failed',_0x126e9d[_0x1296e0(0x206)]));return _0x126e9d;}catch(_0x176301){throw _0x176301 instanceof Error?_0x176301:Error(this[_0x1296e0(0x1dc)](_0x1296e0(0x2eb),_0x176301));}}async[_0x2f5570(0x267)](_0x1058bf){const _0x2f34d6=_0x2f5570;let {fileID:_0x4e5efe,type:_0x312f39,outputType:_0x476e18,minSheetColumnCount:_0xb15213,minSheetRowCount:_0x58b51e}=_0x1058bf;try{let _0x1efb1d=M(this[_0x2f34d6(0x2f7)](),''+_0x312f39),_0x1dd12d={'body':{'fileID':_0x4e5efe,'outputType':_0x476e18,'minSheetColumnCount':_0xb15213,'minSheetRowCount':_0x58b51e}},_0x2ff0cd=(await this['_httpService'][_0x2f34d6(0x2d2)](_0x1efb1d,_0x1dd12d))[_0x2f34d6(0x272)];return _0x2ff0cd[_0x2f34d6(0x206)]&&_0x2ff0cd[_0x2f34d6(0x206)]['code']!==c[_0x2f34d6(0x1e8)]['OK']?void 0x0:_0x2ff0cd;}catch{return;}}async[_0x2f5570(0x1e9)](_0x4a002a){const _0x29314e=_0x2f5570;let {unitID:_0x266fc0,jsonID:_0x3cb170,type:_0x3e45a5,useImageUrl:_0x66b791,ignoreTableExport:_0xc8667b}=_0x4a002a;try{let _0x5ac9f5=M(this[_0x29314e(0x253)](),''+_0x3e45a5),_0x309e6d={'body':{'unitID':_0x266fc0,'jsonID':_0x3cb170,'type':_0x3e45a5,'useImageUrl':_0x66b791,'ignoreTableExport':_0xc8667b}},_0x1fb9d0=(await this[_0x29314e(0x265)][_0x29314e(0x2d2)](_0x5ac9f5,_0x309e6d))[_0x29314e(0x272)];return _0x1fb9d0['error']&&_0x1fb9d0[_0x29314e(0x206)]['code']!==c[_0x29314e(0x1e8)]['OK']?void 0x0:_0x1fb9d0;}catch{return;}}async[_0x2f5570(0x28f)](_0x27699b){return new Promise((_0x1b270a,_0x3425c9)=>{const _0x56abc4=_0x5821;try{let _0x51a3e6=0x0,_0xe7261e=le(this[_0x56abc4(0x288)](),''+_0x27699b),_0x11cf3c=this[_0x56abc4(0x300)](),_0x1f3fa3=async()=>{const _0x325121=_0x56abc4;if(this[_0x325121(0x325)][_0x325121(0x2b0)](_0x27699b))return;let _0x5a47a0=(await this[_0x325121(0x265)][_0x325121(0x30a)](_0xe7261e))[_0x325121(0x272)];if(_0x5a47a0[_0x325121(0x206)]&&_0x5a47a0[_0x325121(0x206)][_0x325121(0x22e)]===c['ErrorCode']['OK']){if(_0x5a47a0[_0x325121(0x2de)]===_0x325121(0x2da))_0x1b270a(_0x5a47a0);else{if(_0x5a47a0['status']===_0x325121(0x2db)){let _0x132c42=0x3e8;if(_0x51a3e6>=_0x11cf3c){_0x3425c9(_0x5a47a0);return;}else _0x51a3e6>=0x7530&&(_0x132c42=0x1388);_0x51a3e6+=_0x132c42,setTimeout(_0x1f3fa3,_0x132c42);}else _0x3425c9(_0x5a47a0);}}else _0x3425c9(_0x5a47a0);};_0x1f3fa3();}catch(_0x2dd392){_0x3425c9(_0x2dd392 instanceof Error?_0x2dd392:Error(String(_0x2dd392)));}});}async['signUrl'](_0x51f2ae){const _0x23c600=_0x2f5570;try{let _0x400223=ue(this[_0x23c600(0x20b)](),''+_0x51f2ae);return(await this[_0x23c600(0x265)]['get'](_0x400223))['body'];}catch{return;}}async[_0x2f5570(0x217)](_0x1066f6){const _0x305990=_0x2f5570;try{return(await this[_0x305990(0x265)][_0x305990(0x30a)](_0x1066f6,{'responseType':_0x305990(0x292)}))[_0x305990(0x272)];}catch{return;}}['_buildProtocolErrorMessage'](_0x4fb06b,_0x19096c){const _0x178fce=_0x2f5570;let _0x2d5795=this[_0x178fce(0x221)](_0x19096c);return _0x2d5795?_0x4fb06b+':\x20'+_0x2d5795:_0x4fb06b;}['_buildHttpErrorMessage'](_0x1689b1,_0x3618f0){const _0x429373=_0x2f5570;if(_0x3618f0 instanceof n[_0x429373(0x330)]){let _0x493155=typeof _0x3618f0[_0x429373(0x2de)]==_0x429373(0x2f9)?''+_0x3618f0[_0x429373(0x2de)]+(_0x3618f0['statusText']?'\x20'+_0x3618f0[_0x429373(0x1ad)]:''):void 0x0,_0x2cc635=this[_0x429373(0x221)](_0x3618f0[_0x429373(0x206)]);return _0x493155&&_0x2cc635?_0x1689b1+':\x20HTTP\x20'+_0x493155+_0x429373(0x254)+_0x2cc635:_0x493155?_0x1689b1+':\x20HTTP\x20'+_0x493155:_0x2cc635?_0x1689b1+':\x20'+_0x2cc635:_0x1689b1;}let _0x136c45=this[_0x429373(0x221)](_0x3618f0);return _0x136c45?_0x1689b1+':\x20'+_0x136c45:_0x1689b1;}['_extractErrorDetail'](_0x350ec2){const _0x1fabbf=_0x2f5570;if(typeof _0x350ec2==_0x1fabbf(0x225)){let _0x68613d=_0x350ec2[_0x1fabbf(0x213)]();return _0x68613d[_0x1fabbf(0x275)]>0x0?_0x68613d:void 0x0;}if(_0x350ec2 instanceof Error)return this[_0x1fabbf(0x221)](_0x350ec2[_0x1fabbf(0x1e2)]);if(!_0x350ec2||typeof _0x350ec2!=_0x1fabbf(0x2c7)||Array[_0x1fabbf(0x245)](_0x350ec2))return;let _0x24d28d=_0x350ec2,_0x527e84=this[_0x1fabbf(0x221)](_0x24d28d['message']);if(_0x527e84)return _0x527e84;if(_0x24d28d[_0x1fabbf(0x206)]&&typeof _0x24d28d[_0x1fabbf(0x206)]==_0x1fabbf(0x2c7)&&!Array['isArray'](_0x24d28d[_0x1fabbf(0x206)])){let _0x5323f3=this[_0x1fabbf(0x221)](_0x24d28d[_0x1fabbf(0x206)]);if(_0x5323f3)return _0x5323f3;}}[_0x2f5570(0x1b3)](){const _0x4a9ccf=_0x2f5570;var _0xe37d67;let _0x58de3e=this[_0x4a9ccf(0x283)][_0x4a9ccf(0x31a)](p);return(_0xe37d67=_0x58de3e==null?void 0x0:_0x58de3e[_0x4a9ccf(0x2fa)])==null?_0x4a9ccf(0x1ea):_0xe37d67;}[_0x2f5570(0x2f7)](){const _0x2b43a8=_0x2f5570;var _0x379642;let _0x250575=this[_0x2b43a8(0x283)][_0x2b43a8(0x31a)](p);return(_0x379642=_0x250575==null?void 0x0:_0x250575[_0x2b43a8(0x22f)])==null?_0x2b43a8(0x1ba):_0x379642;}['_getExportURL'](){const _0x533e6a=_0x2f5570;var _0x43da01;let _0x5bab2b=this[_0x533e6a(0x283)][_0x533e6a(0x31a)](p);return(_0x43da01=_0x5bab2b==null?void 0x0:_0x5bab2b['exportServerUrl'])==null?_0x533e6a(0x2b7):_0x43da01;}[_0x2f5570(0x288)](){const _0xbf9817=_0x2f5570;var _0xeada3d;let _0x33fc0f=this['_configService'][_0xbf9817(0x31a)](p);return(_0xeada3d=_0x33fc0f==null?void 0x0:_0x33fc0f[_0xbf9817(0x1d6)])==null?_0xbf9817(0x2c8):_0xeada3d;}[_0x2f5570(0x20b)](){const _0x4a05cd=_0x2f5570;var _0x282924;let _0xecd225=this[_0x4a05cd(0x283)][_0x4a05cd(0x31a)](p);return(_0x282924=_0xecd225==null?void 0x0:_0xecd225[_0x4a05cd(0x295)])==null?'/universer-api/file/{fileID}/sign-url':_0x282924;}[_0x2f5570(0x300)](){const _0x114a36=_0x2f5570;var _0x26ceec;let _0xa08b2d=this[_0x114a36(0x283)][_0x114a36(0x31a)](p);return(_0x26ceec=_0xa08b2d==null?void 0x0:_0xa08b2d[_0x114a36(0x2e9)])==null?0x1d4c0:_0x26ceec;}};P=g([h(0x0,t[_0x2f5570(0x2fd)]),h(0x1,(0x0,t[_0x2f5570(0x1df)])(n[_0x2f5570(0x1c3)]))],P);function F(_0x3b1bc7){const _0x14e0fe=_0x2f5570;let _0x3cfdda=_0x3b1bc7['workbook'];if(!_0x3cfdda)return null;let _0x18ed35={};_0x3cfdda[_0x14e0fe(0x1d0)]&&Object[_0x14e0fe(0x21c)](_0x3cfdda['sheets'])['forEach'](_0x31da5f=>{const _0x4a7988=_0x14e0fe;let _0x3fb272=_0x3cfdda[_0x4a7988(0x1d0)][_0x31da5f];_0x18ed35[_0x31da5f]={..._0x3fb272,'originalMeta':(0x0,l[_0x4a7988(0x208)])(l[_0x4a7988(0x240)][_0x4a7988(0x21e)](_0x3fb272[_0x4a7988(0x27b)]))};});let _0x3ebd54=(0x0,l['b64EncodeUnicode'])(l[_0x14e0fe(0x240)]['decode'](_0x3cfdda['originalMeta']));return{..._0x3b1bc7,'workbook':{..._0x3cfdda,'originalMeta':_0x3ebd54,'sheets':_0x18ed35},'doc':{},'slide':void 0x0,'board':void 0x0,'pdf':void 0x0};}function I(_0x8ba14c){const _0x5b0eb5=_0x2f5570;let _0x3670bf=_0x8ba14c[_0x5b0eb5(0x311)];if(!_0x3670bf)return null;let _0x545b54=(0x0,l[_0x5b0eb5(0x208)])(l[_0x5b0eb5(0x240)][_0x5b0eb5(0x21e)](_0x3670bf[_0x5b0eb5(0x27b)]));return{..._0x8ba14c,'workbook':{},'doc':{..._0x3670bf,'originalMeta':_0x545b54},'slide':void 0x0,'board':void 0x0,'pdf':void 0x0};}function _0x358e(){const _0x5f0a36=['Plugin','setTaskInterrupted','values','next','buffer','prototype','importDOCXToSnapshot','type','_logService','UNIVER_SHEET','show','univer-flex','getSheetBlocksFromSnapshot','UniverLicensePlugin','upload','removeChild','setConfig','error','function','b64EncodeUnicode','_addDoneTask','_registerUIParts','_getSignURL','list$','input','transformWorkbookDataToSnapshotJson','FileSource','Failed\x20to\x20get\x20taskID\x20from\x20import\x20response','Failed\x20to\x20get\x20jsonID\x20from\x20task','Warning','trim','Failed\x20to\x20get\x20file\x20from\x20url','createUnit','_emitProgress','getTextFromUrl','scrollbarClassName','_injector','SnapshotService','_getUnitNameByType','keys','content-disposition','decode','visible$','transformSnapshotToSlideData','_extractErrorDetail','Disposable','exportPDFBySnapshot','export\x20error','string','multiple','3492252vKYHzr','dispose','interrupt','importFileToUnitId','application/vnd.openxmlformats-officedocument.spreadsheetml.template','copyFileMeta','importFileToJson','code','importServerUrl','download','IconManager','split','unshift','564056PYeVbv','FileId','iterator','application/octet-stream','blob','transformPdfDataToSnapshot','exportPPTXByUnitId','forEach','Tooltip','application/vnd.openxmlformats-officedocument.wordprocessingml.document','importPPTXToSnapshot','pathname','textDecoder','Failed\x20to\x20transform\x20snapshot\x20to\x20string','BuiltInUIPart','xltx','change','isArray','_uploadNotificationService','_state$','importXLSXToSnapshot','join','_refreshUnit','getFocusedUnit','SuccessIcon','data','_list$','exchange-client.uploading','UNIVER_PDF','rev','registerLink','_getExportURL','\x20-\x20','createIdentifier','headers','state$','pushLink','834044AJPkjU','exportPDFByUnitId','exchange-client.uploadSuccess','_showUploadMessage','toDisposable','_getDownloadEndpointURL','getUnitId','getUnitType','toLowerCase','match','_import','stringify','_httpService','univer-text-green-500','import','UniverNetworkPlugin','progress$','useDependency','{type}','catch','transformSnapshotJsonToWorkbookData','_upload','_importFileToUnitId','ignoreTableExport','_getIgnoreTableExport','body','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','upload\x20request\x20failed:\x20failed\x20to\x20read\x20source\x20file\x20from\x20url','length','UNIVER_EXCHANGE_CLIENT_PLUGIN','name','link','display','exportDOCXByUnitId','originalMeta','unitID','UNIVER_DOC','_localeService','_progress$','MessageType','packageName','_signUrl','_configService','options','Module','getCurrentUnitOfType','_getDisableCellImageConversion','_getTaskURL','exchange-client.tooLarge','clear','importWorkbookDataToUnitId','taskID','Injector','requestState$','getTask','UNIVER_BOARD','_totalUploadTaskCount','text','4589082sdnbWi','transformWorkbookDataToSnapshot','signUrlServerUrl','isCurrentUnitLoadedFromServer','application/vnd.openxmlformats-officedocument.presentationml.presentation','univer-fixed\x20univer-bottom-12\x20univer-right-3\x20univer-z-[1000]\x20univer-box-border\x20univer-flex\x20univer-w-[372px]\x20univer-flex-col\x20univer-rounded-md\x20univer-bg-white\x20univer-px-3\x20univer-pb-4\x20univer-pt-5\x20univer-shadow-md','IExchangeOperateService','No\x20unit\x20of\x20type\x20','exportDOCXBySnapshot','_getMinSheetRowCount','INTERNAL_ERROR','noreferrer','toString','_export','call','outputType','clearTaskInterrupted','transformSnapshotToPdfData','blockID','UniverUIPlugin','_fileTypeError','none','univer-mt-5\x20univer-flex\x20univer-flex-col','3SreRCg','upload\x20failed:\x20FileId\x20is\x20empty','pptx','pdf','_getUnitID','revokeObjectURL','has','registerComponent','disposeUnit','univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','success','disposeWithMe','_sheetBlockCache','/universer-api/exchange/{type}/export','decorate','exchange-client.networkError','_exchangeService','exchange-client.uploadAgain','LocaleService','exchange-client.cancel','univer-pro.exchange-client.exchange.service','file','file.','univer-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-text-gray-500\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-bg-gray-600','transformSnapshotToDocumentData','set','Error','UNRECOGNIZED','encode','object','/universer-api/exchange/task/{taskID}','CONTENT','DocsMultiIcon','some','IExchangeService','hide','Content-Type','_getMinSheetColumnCount','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','16825220ebCdsC','post','_getUnitJson','_showNetworkError','_config','5glzAlk','importPDFToUnitId','_requestService','ClockIcon','done','pending','clsx','IUniverInstanceService','status','jsx','minSheetColumnCount','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-1.5\x20univer-pr-2','toStringTag','application/pdf','SheetsMultiIcon','includes','workbook.json','add','jsxs','maxTimeoutTime','Get\x20outputType\x20error','upload\x20request\x20failed','univer-pro.exchange-client.request.service','UNDEFINED','slide','snapshot','size','onReady','useObservable','ErrorIcon','univer-pro.exchange-client.operate.service','univer-text-red-500','_requestState$','_getImportURL','_addTotalCount','number','uploadFileServerUrl','exchange-client.unknownMistake','signUrl','IConfigService','univer-flex\x20univer-h-5\x20univer-text-xl','saveUnit','_getMaxPollingTime','_visible$','parse','_clearProgress','downloadEndpointUrl','map','exportXLSXByUnitId','saveSnapshot','block\x20is\x20required','Success','get','univer-h-6\x20univer-text-2xl','_uiPartsService','addEventListener','IResourceLoaderService','_iconManager','UniverInstanceType','doc','span','getSnapshot','updateState','218774iRoiqB','importPDFToSnapshot','exchange-client.internalError','_list','DependentOn','getConfig','Failed\x20to\x20get\x20text\x20from\x20url','_completeProgress','UniverExchangeClientPlugin','getResourcesRequest','univer-mt-3\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-2\x20univer-pr-1','getOwnPropertyDescriptor','_importToJson','_importTaskId','_resourceLoaderService','createElement','_taskInterrupted','exchange-client.interrupt','UNIVER_PROJECT','fetchMissingChangesets','HttpImport','sheetBlocks','_showDownloadMessage','exportPPTXBySnapshot','_registerIcons','Error\x20fetching\x20file\x20from\x20URL:','ShareRangeIcon','HTTPResponseError','univer-mb-3\x20univer-py-0\x20univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','searchParams','3955360GqYUAy','textEncoder','href','SlidesMultiIcon','complete','univer-h-7\x20univer-cursor-pointer\x20univer-select-none\x20univer-rounded-md\x20univer-border-0\x20univer-border-transparent\x20univer-bg-transparent\x20univer-px-2\x20univer-py-0\x20univer-text-sm\x20univer-text-primary-600\x20univer-transition-all\x20univer-duration-150\x20hover:univer-bg-primary-50','accept','uploadFileToUnitId','statusText','\x20is\x20currently\x20active.','append','disableCellImageConversion','CONNECTOR_DATA_TOO_LARGE','button','_getUploadFileURL','xlsm','minSheetRowCount','defineProperty','files','asObservable','_univerInstanceService','/universer-api/exchange/{type}/import','title','_exportBySnapshot','downloadFile','@univerjs-pro/exchange-client','.json','Info','UNIVER_UNKNOWN','UNIVER_SLIDE','HTTPService','_uploadTaskNotDone','_buildProtocolErrorMessage','IUIPartsService','exchange-client.downloading','univer-flex\x20univer-justify-between\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-py-1\x20univer-text-gray-900\x20univer-no-underline\x20univer-outline-none\x20univer-transition-colors\x20hover:univer-bg-gray-200\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','transformSnapshotToWorkbookData','{taskID}','createObjectURL','symbol','touchDependencies','BehaviorSubject','interruptImportTask','sheets','xlsx','7mRbRCw','constructor','saveSheetBlock','b64DecodeUnicode','getTaskServerUrl','resources','importXLSXToUnitId','_messageService','exchange-client.config','click','_buildHttpErrorMessage','deflateSync','Failed\x20to\x20parse\x20json','Inject','jsonID','replace','message','sign\x20url\x20error','univer-pl-2\x20univer-pr-4','updateSnapshot','exportXLSXBySnapshot','univer-ml-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','ErrorCode','export','/universer-api/stream/file/upload','resolve','_getLinkByUnitId','Subject','_doneUploadTaskCount','univer-text-sm\x20univer-text-gray-500','docx','importFileToUnitIdByCurrentType','div','importDOCXToUnitId','ILogService'];_0x358e=function(){return _0x5f0a36;};return _0x358e();}function L(_0xc4e18c){const _0x3976b1=_0x2f5570;var _0x359a61;let _0x466268=(_0x359a61=_0xc4e18c[_0x3976b1(0x2ee)])==null?_0xc4e18c['doc']:_0x359a61;if(!_0x466268)return null;let _0x510d26=typeof _0x466268[_0x3976b1(0x27b)]==_0x3976b1(0x225)?_0x466268['originalMeta']:(0x0,l[_0x3976b1(0x208)])(l['textDecoder'][_0x3976b1(0x21e)](_0x466268[_0x3976b1(0x27b)]));return{..._0xc4e18c,'workbook':{},'doc':{},'slide':{..._0x466268,'originalMeta':_0x510d26},'board':void 0x0,'pdf':void 0x0};}function R(_0x1d6a41){const _0x3ceffa=_0x2f5570;let _0x35e6bc=_0x1d6a41[_0x3ceffa(0x2ad)];if(!_0x35e6bc)return null;let _0x3a5dce=typeof _0x35e6bc[_0x3ceffa(0x27b)]==_0x3ceffa(0x225)?_0x35e6bc[_0x3ceffa(0x27b)]:(0x0,l[_0x3ceffa(0x208)])(l[_0x3ceffa(0x240)]['decode'](_0x35e6bc[_0x3ceffa(0x27b)]));return{..._0x1d6a41,'workbook':{},'doc':{},'slide':void 0x0,'board':void 0x0,'pdf':{..._0x35e6bc,'originalMeta':_0x3a5dce}};}function z(_0x38faa2){const _0x4e30c5=_0x2f5570;let _0x398492={};return _0x38faa2[_0x4e30c5(0x23b)](_0x58fc1b=>{const _0x57b834=_0x4e30c5;_0x398492[_0x58fc1b['id']]={..._0x58fc1b,'data':(0x0,l[_0x57b834(0x208)])(l['textDecoder'][_0x57b834(0x21e)](_0x58fc1b[_0x57b834(0x24d)]))};}),_0x398492;}async function B(_0x59f98b){const _0x40abd5=_0x2f5570;var _0x860737;let _0x2f7263={'metadata':void 0x0},_0x2c93ce=_0x59f98b['id'],{snapshot:_0x640b1e}=await(0x0,l['transformDocumentDataToSnapshot'])(_0x2f7263,_0x59f98b,_0x2c93ce,(_0x860737=_0x59f98b['rev'])==null?0x0:_0x860737,new W()),_0x35a788=I(_0x640b1e);if(!_0x35a788)throw Error(_0x40abd5(0x241));return{'snapshot':_0x35a788,'sheetBlocks':{}};}async function V(_0x20eee9){const _0x1f29e3=_0x2f5570;var _0x3abe96;let _0x1a26eb=_0x20eee9['id'],_0x119f64=(_0x3abe96=_0x20eee9[_0x1f29e3(0x251)])==null?0x0:_0x3abe96,_0x4db5f1=new W(),{snapshot:_0x2fd095}=await(0x0,l['transformSlideDataToSnapshot'])(_0x20eee9[_0x1f29e3(0x1d7)],_0x20eee9,_0x1a26eb,_0x119f64,_0x4db5f1),_0x31bead=L(_0x2fd095);if(!_0x31bead)throw Error('Failed\x20to\x20transform\x20snapshot\x20to\x20string');return{'snapshot':_0x31bead,'sheetBlocks':{}};}async function H(_0xd88b3c){const _0x5c23a6=_0x2f5570;var _0x49014c;let _0xc9fd=new W(),{snapshot:_0x47b6a5}=await(0x0,l[_0x5c23a6(0x239)])(_0xd88b3c,_0xd88b3c['id'],(_0x49014c=_0xd88b3c['rev'])==null?0x0:_0x49014c,_0xc9fd),_0x4871a3=R(_0x47b6a5);if(!_0x4871a3)throw Error('Failed\x20to\x20transform\x20PDF\x20snapshot\x20to\x20string');return{'snapshot':_0x4871a3,'sheetBlocks':{}};}function U(_0x3ff8a6){const _0x12a3fa=_0x2f5570;let _0x2e9e23=_0x3ff8a6[_0x12a3fa(0x2ef)];return(0x0,l[_0x12a3fa(0x2c2)])(_0x2e9e23);}function _0x5821(_0x414c3e,_0x455ded){_0x414c3e=_0x414c3e-0x1aa;const _0x358ef8=_0x358e();let _0x5821d3=_0x358ef8[_0x414c3e];return _0x5821d3;}function de(_0x27f22c){const _0x518d48=_0x2f5570;let _0x382ffb=_0x27f22c[_0x518d48(0x2ef)];return(0x0,l[_0x518d48(0x220)])(_0x382ffb);}function fe(_0x32fc01){const _0x4d5130=_0x2f5570;return(0x0,l[_0x4d5130(0x2a4)])(_0x32fc01['snapshot']);}var W=class{constructor(){const _0x320187=_0x2f5570;b(this,_0x320187(0x2b6),new Map());}['getUnitOnRev'](){const _0x301682=_0x2f5570;return Promise[_0x301682(0x1eb)]({'snapshot':{'unitID':'','type':t[_0x301682(0x310)][_0x301682(0x1fe)],'rev':0x0,'workbook':void 0x0,'doc':void 0x0,'slide':void 0x0,'board':void 0x0},'changesets':[],'error':{'code':c['ErrorCode']['OK'],'message':''}});}['getSheetBlock'](_0x278c27,_0x2b79a7){const _0x57998c=_0x2f5570;let _0x263b70=this[_0x57998c(0x2b6)][_0x57998c(0x30a)](_0x2b79a7[_0x57998c(0x2a5)]);return Promise[_0x57998c(0x1eb)]({'block':_0x263b70,'error':{'code':c[_0x57998c(0x1e8)]['OK'],'message':''}});}['getDeserializedSheetBlock'](_0xceea73,_0x591026){const _0x2b5080=_0x2f5570;let _0x51ce8f=this['_sheetBlockCache'][_0x2b5080(0x30a)](_0x591026[_0x2b5080(0x2a5)]);return Promise['resolve']({'block':_0x51ce8f===void 0x0?void 0x0:{..._0x51ce8f,'data':JSON[_0x2b5080(0x302)](l['textDecoder']['decode'](_0x51ce8f[_0x2b5080(0x24d)]))},'error':{'code':c['ErrorCode']['OK'],'message':''}});}[_0x2f5570(0x328)](){const _0xba4a85=_0x2f5570;return Promise[_0xba4a85(0x1eb)]({'changesets':[],'error':{'code':c['ErrorCode']['OK'],'message':''}});}[_0x2f5570(0x31e)](){const _0x22ff9e=_0x2f5570;return Promise[_0x22ff9e(0x1eb)]({'resources':{},'error':{'code':c['ErrorCode']['OK'],'message':''}});}[_0x2f5570(0x307)](){const _0x45a9b8=_0x2f5570;return Promise[_0x45a9b8(0x1eb)]({'error':{'code':c[_0x45a9b8(0x1e8)]['OK'],'message':''}});}[_0x2f5570(0x1e5)](){const _0x4a79fb=_0x2f5570;return Promise[_0x4a79fb(0x1eb)]({'error':{'code':c[_0x4a79fb(0x1e8)]['OK'],'message':''}});}[_0x2f5570(0x1d4)](_0x139314,_0x3f0bdc){const _0x5ac90e=_0x2f5570;let {block:_0x4e842e}=_0x3f0bdc;return _0x4e842e?(this[_0x5ac90e(0x2b6)][_0x5ac90e(0x2c3)](_0x4e842e['id'],_0x4e842e),Promise[_0x5ac90e(0x1eb)]({'error':{'code':c['ErrorCode']['OK'],'message':''},'blockID':_0x4e842e['id']})):Promise['resolve']({'error':{'code':c[_0x5ac90e(0x1e8)][_0x5ac90e(0x2ed)],'message':_0x5ac90e(0x308)},'blockID':''});}['saveChangeset'](){const _0x51e19c=_0x2f5570;return Promise[_0x51e19c(0x1eb)]({'error':{'code':c[_0x51e19c(0x1e8)]['OK'],'message':''},'concurrent':[]});}[_0x2f5570(0x22c)](){return Promise['resolve']({'error':void 0x0,'fileMetaId':''});}['getLatestCsReqIdBySid'](){const _0x4b3289=_0x2f5570;return Promise[_0x4b3289(0x1eb)]({'error':void 0x0,'latestReqID':0x0});}};const G=(0x0,t['createIdentifier'])(_0x2f5570(0x2be));let K=class extends t[_0x2f5570(0x222)]{constructor(_0x59578b,_0x37699c,_0x4f8102){const _0x1a1bb0=_0x2f5570;super(),this[_0x1a1bb0(0x283)]=_0x59578b,this[_0x1a1bb0(0x265)]=_0x37699c,this[_0x1a1bb0(0x2d8)]=_0x4f8102,b(this,_0x1a1bb0(0x322),null),b(this,_0x1a1bb0(0x2f6),new a['Subject']()),b(this,_0x1a1bb0(0x28e),this[_0x1a1bb0(0x2f6)][_0x1a1bb0(0x1b8)]());}['dispose'](){const _0x46ed32=_0x2f5570;super[_0x46ed32(0x228)](),this[_0x46ed32(0x2f6)][_0x46ed32(0x337)]();}[_0x2f5570(0x1bd)](_0x3bc6ee,_0x3d935f,_0x5d995e){const _0x4d2aff=_0x2f5570;let _0x44d195=URL[_0x4d2aff(0x1cb)](_0x3bc6ee);re(_0x44d195,_0x3d935f,_0x5d995e),URL[_0x4d2aff(0x2af)](_0x44d195);}async['transformSnapshotJsonToWorkbookData'](_0x261f57){const _0x850db9=_0x2f5570;let _0x3e434b=_0x261f57[_0x850db9(0x2ef)],_0x3ac553=_0x261f57[_0x850db9(0x32a)]||{};return(0x0,l[_0x850db9(0x1c9)])(_0x3e434b,Object['keys'](_0x3ac553)[_0x850db9(0x305)](_0x182d91=>_0x3ac553[_0x182d91])['map'](_0xc64891=>({..._0xc64891,'data':_0xc64891[_0x850db9(0x24d)]?JSON[_0x850db9(0x302)]((0x0,l[_0x850db9(0x1d5)])(_0xc64891['data'])):void 0x0})));}async[_0x2f5570(0x20e)](_0x4ab701){const _0x2e4ab6=_0x2f5570;var _0x115a31;let _0x371f17={'metadata':void 0x0},_0x284f9e=_0x4ab701['id'],_0xd17674=(_0x115a31=_0x4ab701['rev'])==null?0x0:_0x115a31,_0x568f96=new W(),{snapshot:_0x2a0867}=await(0x0,l[_0x2e4ab6(0x294)])(_0x371f17,_0x4ab701,_0x284f9e,_0xd17674,_0x568f96),_0x246691=await(0x0,l[_0x2e4ab6(0x201)])(_0x2a0867,_0x568f96),_0x547e85=F(_0x2a0867);if(!_0x547e85)throw Error(_0x2e4ab6(0x241));return{'snapshot':_0x547e85,'sheetBlocks':z(_0x246691)};}async[_0x2f5570(0x1fb)](_0x1bb312){const _0x3d3cbc=_0x2f5570;let _0x8a39fe=await this[_0x3d3cbc(0x22d)](_0x1bb312,t[_0x3d3cbc(0x310)][_0x3d3cbc(0x27d)]);if(!_0x8a39fe||!_0x8a39fe[_0x3d3cbc(0x2ef)])return;let _0x1a289d=U(_0x8a39fe);if(_0x1a289d)return _0x1a289d;}async['exportDOCXByUnitId'](_0x3c79f9){const _0x3c3122=_0x2f5570;return this[_0x3c3122(0x2a0)](_0x3c79f9,0x1,t[_0x3c3122(0x310)]['UNIVER_DOC']);}async['exportDOCXBySnapshot'](_0xa12bb3){const _0x24c04a=_0x2f5570;let _0x241a62=await B(_0xa12bb3);return this[_0x24c04a(0x1bc)](_0x241a62,t[_0x24c04a(0x310)][_0x24c04a(0x27d)]);}async[_0x2f5570(0x23e)](_0x2ff605){const _0x11f5f8=_0x2f5570;let _0xfc9817=await this[_0x11f5f8(0x22d)](_0x2ff605,t[_0x11f5f8(0x310)][_0x11f5f8(0x1c2)]);if(!(!_0xfc9817||!_0xfc9817[_0x11f5f8(0x2ef)]))return de(_0xfc9817);}async[_0x2f5570(0x23a)](_0x337c53){const _0x1fbcc5=_0x2f5570;return this[_0x1fbcc5(0x2a0)](_0x337c53,0x1,t['UniverInstanceType']['UNIVER_SLIDE']);}async[_0x2f5570(0x32c)](_0xca367e){const _0x4e8e89=_0x2f5570;let _0x539b73=await V(_0xca367e);return this[_0x4e8e89(0x1bc)](_0x539b73,t[_0x4e8e89(0x310)][_0x4e8e89(0x1c2)]);}async[_0x2f5570(0x316)](_0x3d5f65){const _0x135101=_0x2f5570;let _0x5680d5=await this[_0x135101(0x22d)](_0x3d5f65,t['UniverInstanceType'][_0x135101(0x250)]);if(_0x5680d5!=null&&_0x5680d5[_0x135101(0x2ef)])return fe(_0x5680d5);}async[_0x2f5570(0x25a)](_0x51d2fa){const _0x305be4=_0x2f5570;return this[_0x305be4(0x2a0)](_0x51d2fa,0x1,t[_0x305be4(0x310)][_0x305be4(0x250)]);}async['exportPDFBySnapshot'](_0x3e0766){const _0x186e11=_0x2f5570;let _0x34fcd9=await H(_0x3e0766);return this[_0x186e11(0x1bc)](_0x34fcd9,t[_0x186e11(0x310)][_0x186e11(0x250)]);}async[_0x2f5570(0x248)](_0x33d55e){const _0x1bc79b=_0x2f5570;let _0x8b8e33=await this['importFileToJson'](_0x33d55e,t[_0x1bc79b(0x310)]['UNIVER_SHEET']);if(!_0x8b8e33)return;let _0x3f8f15=await this[_0x1bc79b(0x26d)](_0x8b8e33);if(_0x3f8f15)return _0x3f8f15;}async[_0x2f5570(0x306)](_0x5e1273){const _0x1ea388=_0x2f5570;return this[_0x1ea388(0x2a0)](_0x5e1273,0x1,t['UniverInstanceType'][_0x1ea388(0x1fe)]);}async['exportXLSXBySnapshot'](_0x2d0377){const _0x3a71f6=_0x2f5570;let _0x3162eb=await this[_0x3a71f6(0x20e)](_0x2d0377);return this[_0x3a71f6(0x1bc)](_0x3162eb,t[_0x3a71f6(0x310)]['UNIVER_SHEET']);}async[_0x2f5570(0x22a)](_0x4f70f9,_0x20e756){const _0x437cef=_0x2f5570;var _0x17a1c4,_0x10105f;let _0x904483=await this[_0x437cef(0x26e)](_0x4f70f9);if(!_0x904483)return;let _0x127288=await this[_0x437cef(0x263)](_0x904483,0x1,_0x20e756);if(!_0x127288)return;this['_importTaskId']=_0x127288,this[_0x437cef(0x2d8)]['clearTaskInterrupted']();let _0xb15391=await this[_0x437cef(0x2d8)][_0x437cef(0x28f)](_0x127288)[_0x437cef(0x26c)](_0x5d29a4=>{const _0x1c9082=_0x437cef;var _0x3d866a;let _0x4a1e37=_0x5d29a4 instanceof Error?_0x5d29a4[_0x1c9082(0x1e2)]:(_0x3d866a=_0x5d29a4[_0x1c9082(0x206)])==null?void 0x0:_0x3d866a[_0x1c9082(0x1e2)];this[_0x1c9082(0x2f6)][_0x1c9082(0x1f8)]({'error':{'code':c['ErrorCode']['UNRECOGNIZED'],'message':_0x4a1e37||''},'state':0x3});});if(!_0xb15391)return;let _0x545cad=(_0x17a1c4=_0xb15391[_0x437cef(0x267)])==null?void 0x0:_0x17a1c4['outputType'],_0xa19eb9=((_0x10105f=_0xb15391['import'])==null?void 0x0:_0x10105f[_0x437cef(0x27c)])||'';if(_0x545cad!==0x1){this['_requestState$'][_0x437cef(0x1f8)]({'error':{'code':c[_0x437cef(0x1e8)]['UNRECOGNIZED'],'message':_0x437cef(0x2ea)},'state':0x3});return;}if(_0xa19eb9[_0x437cef(0x275)]===0x0){this[_0x437cef(0x2f6)]['next']({'error':{'code':c[_0x437cef(0x1e8)][_0x437cef(0x2c5)],'message':'Failed\x20to\x20get\x20unitID\x20from\x20task'},'state':0x3});return;}return this['_requestState$'][_0x437cef(0x1f8)]({'error':_0xb15391['error'],'state':0x3}),_0xa19eb9;}async[_0x2f5570(0x22d)](_0xcfb92e,_0x371af8){const _0x51e6f2=_0x2f5570;return this[_0x51e6f2(0x321)](_0xcfb92e,_0x371af8);}async[_0x2f5570(0x28b)](_0xe9f05f){const _0x56c975=_0x2f5570;let _0x595846=await this[_0x56c975(0x20e)](_0xe9f05f),_0x1cbc0d=typeof _0xe9f05f['id']=='string'&&_0xe9f05f['id']['trim']()?_0xe9f05f['id'][_0x56c975(0x213)]()+_0x56c975(0x1bf):_0x56c975(0x2e6),_0x4035a3=new File([JSON[_0x56c975(0x264)](_0x595846)],_0x1cbc0d,{'type':'application/json'});return this[_0x56c975(0x22a)](_0x4035a3,t['UniverInstanceType'][_0x56c975(0x1fe)]);}[_0x2f5570(0x1cf)](){const _0x595809=_0x2f5570;this[_0x595809(0x322)]&&this[_0x595809(0x2d8)]['setTaskInterrupted'](this[_0x595809(0x322)]);}async[_0x2f5570(0x321)](_0x2355bb,_0x575d2c){const _0x5ce68c=_0x2f5570;var _0x520376,_0x20f6f7;let _0x57a875=await this[_0x5ce68c(0x26e)](_0x2355bb);if(!_0x57a875)return;let _0x145fe9=await this['_import'](_0x57a875,0x2,_0x575d2c);if(!_0x145fe9)return;this[_0x5ce68c(0x322)]=_0x145fe9,this[_0x5ce68c(0x2d8)][_0x5ce68c(0x2a3)]();let _0x14d92f=await this['_requestService'][_0x5ce68c(0x28f)](_0x145fe9)[_0x5ce68c(0x26c)](_0x45231a=>{const _0x5cf402=_0x5ce68c;var _0x51afa6;let _0x7888f4=_0x45231a instanceof Error?_0x45231a[_0x5cf402(0x1e2)]:(_0x51afa6=_0x45231a[_0x5cf402(0x206)])==null?void 0x0:_0x51afa6[_0x5cf402(0x1e2)];this[_0x5cf402(0x2f6)][_0x5cf402(0x1f8)]({'error':{'code':c['ErrorCode'][_0x5cf402(0x2c5)],'message':_0x7888f4||''},'state':0x3});});if(!_0x14d92f)return;let _0x35f3f4=(_0x520376=_0x14d92f[_0x5ce68c(0x267)])==null?void 0x0:_0x520376[_0x5ce68c(0x2a2)],_0xc94a29=((_0x20f6f7=_0x14d92f[_0x5ce68c(0x267)])==null?void 0x0:_0x20f6f7[_0x5ce68c(0x1e0)])||'';if(_0x35f3f4!==0x2){this[_0x5ce68c(0x2f6)][_0x5ce68c(0x1f8)]({'error':{'code':c['ErrorCode']['UNRECOGNIZED'],'message':_0x5ce68c(0x2ea)},'state':0x3});return;}if(_0xc94a29[_0x5ce68c(0x275)]===0x0){this[_0x5ce68c(0x2f6)]['next']({'error':{'code':c[_0x5ce68c(0x1e8)][_0x5ce68c(0x2c5)],'message':_0x5ce68c(0x211)},'state':0x3});return;}this[_0x5ce68c(0x2f6)][_0x5ce68c(0x1f8)]({'error':_0x14d92f[_0x5ce68c(0x206)],'state':0x3});let _0x11274f=await this[_0x5ce68c(0x282)](_0xc94a29);if(!_0x11274f)return;let _0x11aec6=await this[_0x5ce68c(0x2d8)][_0x5ce68c(0x217)](_0x11274f);if(!_0x11aec6){this['_requestState$'][_0x5ce68c(0x1f8)]({'error':{'code':c[_0x5ce68c(0x1e8)][_0x5ce68c(0x2c5)],'message':_0x5ce68c(0x31b)},'state':0x5});return;}try{let _0x284cb7=JSON[_0x5ce68c(0x302)](_0x11aec6);return this[_0x5ce68c(0x2f6)][_0x5ce68c(0x1f8)]({'error':{'code':c[_0x5ce68c(0x1e8)]['OK'],'message':_0x5ce68c(0x2b4)},'state':0x5}),_0x284cb7;}catch{this['_requestState$']['next']({'error':{'code':c['ErrorCode'][_0x5ce68c(0x2c5)],'message':_0x5ce68c(0x1de)},'state':0x5});}}async[_0x2f5570(0x1bc)](_0x2318ca,_0x5b5b53){const _0x1227dc=_0x2f5570;let _0xb82758=JSON[_0x1227dc(0x264)](_0x2318ca),_0x44d471=l[_0x1227dc(0x334)][_0x1227dc(0x2c6)](_0xb82758),_0x58677b=(0x0,u[_0x1227dc(0x1dd)])(_0x44d471),_0x5e07fc=_0x44d471['length'],_0x27e991=ce(_0x58677b),_0x437e69=await this[_0x1227dc(0x26e)](_0x27e991,_0x5e07fc,!0x0);if(_0x437e69)return this[_0x1227dc(0x2a0)](_0x437e69,0x2,_0x5b5b53);}async[_0x2f5570(0x2a0)](_0x358cc1,_0x44ace6,_0x553ea8){const _0x1a5f36=_0x2f5570;var _0x18c483;let _0xdde8b1=await this[_0x1a5f36(0x2d8)][_0x1a5f36(0x1e9)]({'unitID':_0x44ace6===0x1?_0x358cc1:'','jsonID':_0x44ace6===0x2?_0x358cc1:'','type':_0x553ea8,'useImageUrl':this[_0x1a5f36(0x287)](),'ignoreTableExport':this[_0x1a5f36(0x271)]()});if(!_0xdde8b1){this[_0x1a5f36(0x2f6)]['next']({'error':{'code':c[_0x1a5f36(0x1e8)]['UNRECOGNIZED'],'message':_0x1a5f36(0x224)},'state':0x2});return;}if(this['_requestState$'][_0x1a5f36(0x1f8)]({'error':_0xdde8b1['error'],'state':0x2}),_0xdde8b1[_0x1a5f36(0x206)]&&_0xdde8b1['error'][_0x1a5f36(0x22e)]!==c[_0x1a5f36(0x1e8)]['OK'])return;let _0xd1657a=_0xdde8b1[_0x1a5f36(0x28c)],_0x3e015e=await this['_requestService'][_0x1a5f36(0x28f)](_0xd1657a)[_0x1a5f36(0x26c)](_0x5854ae=>{const _0x3390da=_0x1a5f36;var _0x1e996e;let _0x3274f7=_0x5854ae instanceof Error?_0x5854ae[_0x3390da(0x1e2)]:(_0x1e996e=_0x5854ae['error'])==null?void 0x0:_0x1e996e[_0x3390da(0x1e2)];this['_requestState$'][_0x3390da(0x1f8)]({'error':{'code':c[_0x3390da(0x1e8)]['UNRECOGNIZED'],'message':_0x3274f7||''},'state':0x3});});if(!_0x3e015e)return;let _0x227735=((_0x18c483=_0x3e015e[_0x1a5f36(0x1e9)])==null?void 0x0:_0x18c483['fileID'])||'';if(_0x227735['length']===0x0){this[_0x1a5f36(0x2f6)][_0x1a5f36(0x1f8)]({'error':{'code':c[_0x1a5f36(0x1e8)][_0x1a5f36(0x2c5)],'message':'Failed\x20to\x20get\x20fileID\x20from\x20task'},'state':0x3});return;}this[_0x1a5f36(0x2f6)][_0x1a5f36(0x1f8)]({'error':_0x3e015e[_0x1a5f36(0x206)],'state':0x3});let _0x36106e=await this[_0x1a5f36(0x282)](_0x227735);if(!_0x36106e)return;let _0x1e5f6c=await j(_0x36106e,this['_httpService']);if(!_0x1e5f6c){this['_requestState$'][_0x1a5f36(0x1f8)]({'error':{'code':c[_0x1a5f36(0x1e8)][_0x1a5f36(0x2c5)],'message':_0x1a5f36(0x214)},'state':0x6});return;}return this['_requestState$']['next']({'error':{'code':c[_0x1a5f36(0x1e8)]['OK'],'message':_0x1a5f36(0x2b4)},'state':0x6}),_0x1e5f6c;}async[_0x2f5570(0x26e)](_0x10e67a,_0x34d867,_0x527b17){const _0x307061=_0x2f5570;let _0x54c986;try{_0x54c986=await this['_requestService']['upload'](_0x10e67a,_0x34d867,_0x527b17);}catch(_0x4f8f6b){let _0xa7cd50=_0x4f8f6b instanceof Error?_0x4f8f6b[_0x307061(0x1e2)]:String(_0x4f8f6b);this[_0x307061(0x2f6)][_0x307061(0x1f8)]({'error':{'code':c[_0x307061(0x1e8)]['UNRECOGNIZED'],'message':_0xa7cd50},'state':0x0});return;}if(!_0x54c986||typeof _0x54c986[_0x307061(0x235)]!='string'){this[_0x307061(0x2f6)]['next']({'error':{'code':c['ErrorCode'][_0x307061(0x2c5)],'message':'upload\x20failed:\x20missing\x20FileId\x20in\x20response'},'state':0x0});return;}let _0x69449=_0x54c986['FileId'];if(_0x69449[_0x307061(0x275)]===0x0){this[_0x307061(0x2f6)][_0x307061(0x1f8)]({'error':{'code':c['ErrorCode'][_0x307061(0x2c5)],'message':_0x307061(0x2ab)},'state':0x0});return;}return this[_0x307061(0x2f6)][_0x307061(0x1f8)]({'error':{'code':c[_0x307061(0x1e8)]['OK'],'message':'success'},'state':0x0}),_0x69449;}async[_0x2f5570(0x263)](_0x30e431,_0x4f519c,_0x25c5be){const _0x15ad96=_0x2f5570;let _0x121b48={'fileID':_0x30e431,'type':_0x25c5be,'outputType':_0x4f519c,'fileUrl':'','minSheetRowCount':this[_0x15ad96(0x29c)](),'minSheetColumnCount':this['_getMinSheetColumnCount']()},_0xaa307a=await this[_0x15ad96(0x2d8)]['import'](_0x121b48);if(!_0xaa307a){this[_0x15ad96(0x2f6)][_0x15ad96(0x1f8)]({'error':{'code':c[_0x15ad96(0x1e8)][_0x15ad96(0x2c5)],'message':'import\x20error'},'state':0x1});return;}if(_0xaa307a[_0x15ad96(0x206)]&&_0xaa307a[_0x15ad96(0x206)][_0x15ad96(0x22e)]!==c[_0x15ad96(0x1e8)]['OK']){this[_0x15ad96(0x2f6)][_0x15ad96(0x1f8)]({'error':_0xaa307a[_0x15ad96(0x206)],'state':0x1});return;}let _0x4d3451=_0xaa307a[_0x15ad96(0x28c)];if(_0x4d3451[_0x15ad96(0x275)]===0x0){this[_0x15ad96(0x2f6)][_0x15ad96(0x1f8)]({'error':{'code':c['ErrorCode'][_0x15ad96(0x2c5)],'message':_0x15ad96(0x210)},'state':0x1});return;}return this[_0x15ad96(0x2f6)]['next']({'error':_0xaa307a[_0x15ad96(0x206)],'state':0x1}),_0x4d3451;}async[_0x2f5570(0x282)](_0x49ca38){const _0x376f8f=_0x2f5570;let _0x3bc3de=await this[_0x376f8f(0x2d8)][_0x376f8f(0x2fc)](_0x49ca38);if(!_0x3bc3de){this['_requestState$'][_0x376f8f(0x1f8)]({'error':{'code':c[_0x376f8f(0x1e8)]['UNRECOGNIZED'],'message':_0x376f8f(0x1e3)},'state':0x4});return;}if(_0x3bc3de[_0x376f8f(0x206)]&&_0x3bc3de[_0x376f8f(0x206)]['code']!==c[_0x376f8f(0x1e8)]['OK']){this[_0x376f8f(0x2f6)][_0x376f8f(0x1f8)]({'error':_0x3bc3de[_0x376f8f(0x206)],'state':0x4});return;}let _0x53a363=(0x0,t['resolveWithBasePath'])(_0x3bc3de['url'],this['_getDownloadEndpointURL']());if(_0x53a363['length']===0x0){this['_requestState$'][_0x376f8f(0x1f8)]({'error':{'code':c[_0x376f8f(0x1e8)][_0x376f8f(0x2c5)],'message':_0x376f8f(0x1e3)},'state':0x4});return;}return this[_0x376f8f(0x2f6)][_0x376f8f(0x1f8)]({'error':_0x3bc3de[_0x376f8f(0x206)],'state':0x4}),_0x53a363;}[_0x2f5570(0x25e)](){const _0x38cfd7=_0x2f5570;var _0x3978a8;let _0x293964=this[_0x38cfd7(0x283)]['getConfig'](p);return(_0x3978a8=_0x293964==null?void 0x0:_0x293964[_0x38cfd7(0x304)])==null?location['origin']:_0x3978a8;}[_0x2f5570(0x29c)](){const _0x24a0ba=_0x2f5570;var _0x1f859b,_0x2a2d4a;let _0x2cd1b0=this[_0x24a0ba(0x283)][_0x24a0ba(0x31a)](p);return(_0x1f859b=_0x2cd1b0==null||(_0x2a2d4a=_0x2cd1b0[_0x24a0ba(0x284)])==null?void 0x0:_0x2a2d4a[_0x24a0ba(0x1b5)])==null?0x1:_0x1f859b;}[_0x2f5570(0x2cf)](){const _0x174fbc=_0x2f5570;var _0x329da1,_0x34d41e;let _0x19136a=this[_0x174fbc(0x283)][_0x174fbc(0x31a)](p);return(_0x329da1=_0x19136a==null||(_0x34d41e=_0x19136a['options'])==null?void 0x0:_0x34d41e[_0x174fbc(0x2e0)])==null?0x1:_0x329da1;}['_getDisableCellImageConversion'](){const _0xdfcdc7=_0x2f5570;var _0x44991c,_0x2e23c8;let _0x35e886=this[_0xdfcdc7(0x283)][_0xdfcdc7(0x31a)](p);return(_0x44991c=_0x35e886==null||(_0x2e23c8=_0x35e886[_0xdfcdc7(0x284)])==null?void 0x0:_0x2e23c8[_0xdfcdc7(0x1b0)])==null||_0x44991c;}[_0x2f5570(0x271)](){const _0x382423=_0x2f5570;var _0x56bd32,_0x44dea8;let _0x3be2ba=this[_0x382423(0x283)][_0x382423(0x31a)](p);return(_0x56bd32=_0x3be2ba==null||(_0x44dea8=_0x3be2ba['options'])==null?void 0x0:_0x44dea8[_0x382423(0x270)])!=null&&_0x56bd32;}};K=g([h(0x0,t[_0x2f5570(0x2fd)]),h(0x1,(0x0,t['Inject'])(n['HTTPService'])),h(0x2,(0x0,t[_0x2f5570(0x1df)])(N))],K);const pe={'done':0x0,'count':0x0},q=(0x0,t[_0x2f5570(0x255)])(_0x2f5570(0x2f4));let J=class extends t[_0x2f5570(0x222)]{constructor(_0x1da283,_0x259663,_0x2efa1a,_0x29db56,_0x188f63,_0x22d335,_0x2b99e6){const _0x31d5a9=_0x2f5570;super(),this['_univerInstanceService']=_0x1da283,this[_0x31d5a9(0x1d9)]=_0x259663,this[_0x31d5a9(0x27e)]=_0x2efa1a,this[_0x31d5a9(0x2ba)]=_0x29db56,this[_0x31d5a9(0x246)]=_0x188f63,this[_0x31d5a9(0x1fd)]=_0x22d335,this[_0x31d5a9(0x323)]=_0x2b99e6,b(this,_0x31d5a9(0x27f),new a[(_0x31d5a9(0x1ce))](pe)),b(this,_0x31d5a9(0x269),this[_0x31d5a9(0x27f)][_0x31d5a9(0x1b8)]()),b(this,_0x31d5a9(0x291),0x0),b(this,'_doneUploadTaskCount',0x0),this[_0x31d5a9(0x2b5)]((0x0,t[_0x31d5a9(0x25d)])(this[_0x31d5a9(0x2ba)][_0x31d5a9(0x28e)]['subscribe'](_0x4c4a15=>{const _0x6f690a=_0x31d5a9;var _0x1bd011;((_0x1bd011=_0x4c4a15[_0x6f690a(0x206)])==null?void 0x0:_0x1bd011[_0x6f690a(0x22e)])===c[_0x6f690a(0x1e8)]['OK']?this['_addDoneTask'](0x1):this[_0x6f690a(0x2d4)](_0x4c4a15[_0x6f690a(0x206)]);})));}[_0x2f5570(0x229)](){const _0x59e5b3=_0x2f5570;this['_clearProgress'](),this[_0x59e5b3(0x246)]['updateState'](0x2),this[_0x59e5b3(0x2ba)][_0x59e5b3(0x1cf)]();}async[_0x2f5570(0x1d8)](){const _0x3566ce=_0x2f5570;if(this[_0x3566ce(0x1c4)]()){this[_0x3566ce(0x1d9)][_0x3566ce(0x1ff)]({'type':o['MessageType'][_0x3566ce(0x212)],'content':this[_0x3566ce(0x27e)]['t'](_0x3566ce(0x24f))});return;}let _0x4a8753=await A([t[_0x3566ce(0x310)][_0x3566ce(0x1fe)]]);if(_0x4a8753&&!this[_0x3566ce(0x2a7)](_0x4a8753,t[_0x3566ce(0x310)]['UNIVER_SHEET']))return this[_0x3566ce(0x26f)](_0x4a8753[0x0],t['UniverInstanceType'][_0x3566ce(0x1fe)]);}async[_0x2f5570(0x248)](){const _0x1d30db=_0x2f5570;if(this['_uploadTaskNotDone']()){this[_0x1d30db(0x1d9)][_0x1d30db(0x1ff)]({'type':o[_0x1d30db(0x280)][_0x1d30db(0x212)],'content':this[_0x1d30db(0x27e)]['t'](_0x1d30db(0x24f))});return;}let _0x27065a=await A([t['UniverInstanceType'][_0x1d30db(0x1fe)]]);if(!_0x27065a)return;this['_showUploadMessage'](o[_0x1d30db(0x280)][_0x1d30db(0x1c0)]);let _0x210013=await this['_exchangeService'][_0x1d30db(0x248)](_0x27065a[0x0]);_0x210013&&(this[_0x1d30db(0x24a)](t[_0x1d30db(0x310)][_0x1d30db(0x1fe)],_0x210013),this[_0x1d30db(0x25c)](o[_0x1d30db(0x280)][_0x1d30db(0x309)]));}async[_0x2f5570(0x306)](_0x1329ff,_0x452793){const _0x1cc96b=_0x2f5570;this[_0x1cc96b(0x32b)](o['MessageType']['Info']);let _0xc3c6bb=await this[_0x1cc96b(0x2ba)][_0x1cc96b(0x306)](_0x1329ff||this[_0x1cc96b(0x2ae)](t[_0x1cc96b(0x310)][_0x1cc96b(0x1fe)]));_0xc3c6bb&&(this['_exchangeService'][_0x1cc96b(0x1bd)](_0xc3c6bb,_0x452793||this['_getUnitNameByType'](_0xc3c6bb,t['UniverInstanceType'][_0x1cc96b(0x1fe)]),_0x1cc96b(0x1d1)),this[_0x1cc96b(0x32b)](o[_0x1cc96b(0x280)]['Success']));}async[_0x2f5570(0x1e6)](){const _0x2b7b19=_0x2f5570;this[_0x2b7b19(0x32b)](o['MessageType'][_0x2b7b19(0x1c0)]);let _0x1857cb=await this[_0x2b7b19(0x2d3)](t['UniverInstanceType']['UNIVER_SHEET']),_0x347ffd=await this['_exchangeService']['exportXLSXBySnapshot'](_0x1857cb);_0x347ffd&&(this['_exchangeService'][_0x2b7b19(0x1bd)](_0x347ffd,this[_0x2b7b19(0x21b)](_0x347ffd,t[_0x2b7b19(0x310)][_0x2b7b19(0x1fe)]),_0x2b7b19(0x1d1)),this[_0x2b7b19(0x32b)](o['MessageType'][_0x2b7b19(0x309)]));}async[_0x2f5570(0x1f3)](){const _0x543ca0=_0x2f5570;if(this[_0x543ca0(0x1c4)]()){this[_0x543ca0(0x1d9)]['show']({'type':o[_0x543ca0(0x280)]['Warning'],'content':this[_0x543ca0(0x27e)]['t'](_0x543ca0(0x24f))});return;}let _0x46adb7=await A([t[_0x543ca0(0x310)][_0x543ca0(0x27d)]]);if(_0x46adb7&&!this[_0x543ca0(0x2a7)](_0x46adb7,t['UniverInstanceType'][_0x543ca0(0x27d)]))return this['_importFileToUnitId'](_0x46adb7[0x0],t[_0x543ca0(0x310)][_0x543ca0(0x27d)]);}async[_0x2f5570(0x1fb)](){const _0x444c41=_0x2f5570;if(this[_0x444c41(0x1c4)]()){this[_0x444c41(0x1d9)]['show']({'type':o[_0x444c41(0x280)]['Warning'],'content':this[_0x444c41(0x27e)]['t'](_0x444c41(0x24f))});return;}let _0x3e79a9=await A([t['UniverInstanceType']['UNIVER_DOC']]);if(!_0x3e79a9||this[_0x444c41(0x2a7)](_0x3e79a9,t[_0x444c41(0x310)]['UNIVER_DOC']))return;this[_0x444c41(0x25c)](o[_0x444c41(0x280)][_0x444c41(0x1c0)]);let _0x56a866=await this[_0x444c41(0x2ba)]['importDOCXToSnapshot'](_0x3e79a9[0x0]);_0x56a866&&(this['_refreshUnit'](t[_0x444c41(0x310)]['UNIVER_DOC'],_0x56a866),this['_showUploadMessage'](o[_0x444c41(0x280)][_0x444c41(0x309)]));}async[_0x2f5570(0x27a)](_0x49a135,_0x50e9ad){const _0x13a7b7=_0x2f5570;this['_showDownloadMessage'](o[_0x13a7b7(0x280)][_0x13a7b7(0x1c0)]);let _0x1abf47=await this[_0x13a7b7(0x2ba)][_0x13a7b7(0x27a)](_0x49a135||this['_getUnitID'](t[_0x13a7b7(0x310)][_0x13a7b7(0x27d)]));_0x1abf47&&(this[_0x13a7b7(0x2ba)][_0x13a7b7(0x1bd)](_0x1abf47,_0x50e9ad||this[_0x13a7b7(0x21b)](_0x1abf47,t[_0x13a7b7(0x310)][_0x13a7b7(0x27d)]),_0x13a7b7(0x1f0)),this['_showDownloadMessage'](o['MessageType']['Success']));}async[_0x2f5570(0x29b)](_0x5e3f59){const _0x43563c=_0x2f5570;this[_0x43563c(0x32b)](o[_0x43563c(0x280)]['Info']);let _0x40536e=_0x5e3f59==null?await this[_0x43563c(0x2d3)](t['UniverInstanceType']['UNIVER_DOC']):_0x5e3f59,_0x51e18a=await this[_0x43563c(0x2ba)][_0x43563c(0x29b)](_0x40536e);_0x51e18a&&(this[_0x43563c(0x2ba)][_0x43563c(0x1bd)](_0x51e18a,this[_0x43563c(0x21b)](_0x51e18a,t[_0x43563c(0x310)][_0x43563c(0x27d)]),_0x43563c(0x1f0)),this['_showDownloadMessage'](o[_0x43563c(0x280)][_0x43563c(0x309)]));}async['importPPTXToUnitId'](){const _0x2c662c=_0x2f5570;if(this[_0x2c662c(0x1c4)]()){this[_0x2c662c(0x1d9)][_0x2c662c(0x1ff)]({'type':o[_0x2c662c(0x280)][_0x2c662c(0x212)],'content':this[_0x2c662c(0x27e)]['t'](_0x2c662c(0x24f))});return;}let _0x36b253=await A([t[_0x2c662c(0x310)][_0x2c662c(0x1c2)]]);if(_0x36b253&&!this['_fileTypeError'](_0x36b253,t['UniverInstanceType'][_0x2c662c(0x1c2)]))return this[_0x2c662c(0x26f)](_0x36b253[0x0],t[_0x2c662c(0x310)][_0x2c662c(0x1c2)]);}async[_0x2f5570(0x2d7)](){const _0x4d585b=_0x2f5570;if(this['_uploadTaskNotDone']()){this[_0x4d585b(0x1d9)][_0x4d585b(0x1ff)]({'type':o[_0x4d585b(0x280)][_0x4d585b(0x212)],'content':this[_0x4d585b(0x27e)]['t']('exchange-client.uploading')});return;}let _0x34efca=await A([t['UniverInstanceType'][_0x4d585b(0x250)]]);if(!(!_0x34efca||this[_0x4d585b(0x2a7)](_0x34efca,t[_0x4d585b(0x310)][_0x4d585b(0x250)])))return this['_importFileToUnitId'](_0x34efca[0x0],t[_0x4d585b(0x310)][_0x4d585b(0x250)]);}async['importPDFToSnapshot'](){const _0x45c9c8=_0x2f5570;if(this[_0x45c9c8(0x1c4)]()){this[_0x45c9c8(0x1d9)][_0x45c9c8(0x1ff)]({'type':o[_0x45c9c8(0x280)][_0x45c9c8(0x212)],'content':this[_0x45c9c8(0x27e)]['t'](_0x45c9c8(0x24f))});return;}let _0x4b1b60=await A([t[_0x45c9c8(0x310)][_0x45c9c8(0x250)]]);if(!_0x4b1b60||this['_fileTypeError'](_0x4b1b60,t[_0x45c9c8(0x310)][_0x45c9c8(0x250)]))return;this[_0x45c9c8(0x25c)](o[_0x45c9c8(0x280)][_0x45c9c8(0x1c0)]);let _0x61fe1d=await this['_exchangeService'][_0x45c9c8(0x316)](_0x4b1b60[0x0]);if(_0x61fe1d)return this[_0x45c9c8(0x25c)](o[_0x45c9c8(0x280)][_0x45c9c8(0x309)]),_0x61fe1d;}async[_0x2f5570(0x25a)](_0x249486,_0x52373b,_0x2f320d){const _0x17ff9f=_0x2f5570;this[_0x17ff9f(0x32b)](o[_0x17ff9f(0x280)]['Info']);let _0x409247=await this[_0x17ff9f(0x2ba)][_0x17ff9f(0x25a)](_0x249486||this['_getUnitID'](t['UniverInstanceType']['UNIVER_PDF']));_0x409247&&(this[_0x17ff9f(0x2ba)][_0x17ff9f(0x1bd)](_0x409247,_0x52373b||this[_0x17ff9f(0x21b)](_0x409247,_0x2f320d==null?t[_0x17ff9f(0x310)][_0x17ff9f(0x250)]:_0x2f320d),_0x17ff9f(0x2ad)),this['_showDownloadMessage'](o[_0x17ff9f(0x280)][_0x17ff9f(0x309)]));}async[_0x2f5570(0x223)](){const _0x10eaff=_0x2f5570;this[_0x10eaff(0x32b)](o[_0x10eaff(0x280)][_0x10eaff(0x1c0)]);let _0x272608=await this[_0x10eaff(0x2d3)](t[_0x10eaff(0x310)]['UNIVER_PDF']),_0x6551d=await this[_0x10eaff(0x2ba)]['exportPDFBySnapshot'](_0x272608);_0x6551d&&(this[_0x10eaff(0x2ba)][_0x10eaff(0x1bd)](_0x6551d,this[_0x10eaff(0x21b)](_0x6551d,t['UniverInstanceType'][_0x10eaff(0x250)]),_0x10eaff(0x2ad)),this[_0x10eaff(0x32b)](o['MessageType'][_0x10eaff(0x309)]));}async['importPPTXToSnapshot'](){const _0x43fc7e=_0x2f5570;if(this[_0x43fc7e(0x1c4)]()){this['_messageService'][_0x43fc7e(0x1ff)]({'type':o['MessageType'][_0x43fc7e(0x212)],'content':this[_0x43fc7e(0x27e)]['t'](_0x43fc7e(0x24f))});return;}let _0x5c3fd4=await A([t['UniverInstanceType'][_0x43fc7e(0x1c2)]]);if(!_0x5c3fd4)return;this[_0x43fc7e(0x25c)](o[_0x43fc7e(0x280)]['Info']);let _0x262c87=await this['_exchangeService']['importPPTXToSnapshot'](_0x5c3fd4[0x0]);_0x262c87&&(this['_refreshUnit'](t['UniverInstanceType']['UNIVER_SLIDE'],_0x262c87),this['_showUploadMessage'](o[_0x43fc7e(0x280)]['Success']));}async[_0x2f5570(0x23a)](_0x5757e3,_0x8d2feb){const _0x46a649=_0x2f5570;this[_0x46a649(0x32b)](o[_0x46a649(0x280)][_0x46a649(0x1c0)]);let _0x3677f8=await this[_0x46a649(0x2ba)][_0x46a649(0x23a)](_0x5757e3||this[_0x46a649(0x2ae)](t['UniverInstanceType']['UNIVER_SLIDE']));_0x3677f8&&(this[_0x46a649(0x2ba)]['downloadFile'](_0x3677f8,_0x8d2feb||this['_getUnitNameByType'](_0x3677f8,t[_0x46a649(0x310)]['UNIVER_SLIDE']),'pptx'),this[_0x46a649(0x32b)](o[_0x46a649(0x280)][_0x46a649(0x309)]));}async[_0x2f5570(0x32c)](){const _0x5dff30=_0x2f5570;this[_0x5dff30(0x32b)](o[_0x5dff30(0x280)][_0x5dff30(0x1c0)]);let _0x446d5e=await this[_0x5dff30(0x2d3)](t[_0x5dff30(0x310)][_0x5dff30(0x1c2)]),_0x370b76=await this['_exchangeService'][_0x5dff30(0x32c)](_0x446d5e);_0x370b76&&(this[_0x5dff30(0x2ba)][_0x5dff30(0x1bd)](_0x370b76,this[_0x5dff30(0x21b)](_0x370b76,t[_0x5dff30(0x310)]['UNIVER_SLIDE']),'pptx'),this['_showDownloadMessage'](o[_0x5dff30(0x280)][_0x5dff30(0x309)]));}async[_0x2f5570(0x1ac)](_0x5b0efb){throw Error('Method\x20not\x20implemented.');}async[_0x2f5570(0x1f1)](){const _0x27cf4b=_0x2f5570;let _0x472b84=this['_univerInstanceService'][_0x27cf4b(0x24b)]();switch(_0x472b84?this[_0x27cf4b(0x1b9)][_0x27cf4b(0x260)](_0x472b84['getUnitId']()):t[_0x27cf4b(0x310)][_0x27cf4b(0x2c5)]){case t[_0x27cf4b(0x310)][_0x27cf4b(0x250)]:return this[_0x27cf4b(0x2d7)]();case t[_0x27cf4b(0x310)][_0x27cf4b(0x1c2)]:return this['importPPTXToUnitId']();case t['UniverInstanceType'][_0x27cf4b(0x27d)]:return this[_0x27cf4b(0x1f3)]();case t[_0x27cf4b(0x310)][_0x27cf4b(0x1fe)]:default:return this['importXLSXToUnitId']();}}[_0x2f5570(0x252)](_0xea4858){const _0xb9cb42=_0x2f5570;this[_0xb9cb42(0x1ec)]=_0xea4858;}async[_0x2f5570(0x26f)](_0x19467b,_0xc366f6){const _0x1a556c=_0x2f5570;this[_0x1a556c(0x246)][_0x1a556c(0x1ff)](),this['_uploadNotificationService']['updateState'](0x0),this[_0x1a556c(0x2f8)](0x4),this[_0x1a556c(0x209)](0x1);let _0x1f0acb=await this[_0x1a556c(0x2ba)][_0x1a556c(0x22a)](_0x19467b,_0xc366f6);if(!_0x1f0acb){this[_0x1a556c(0x303)](),this[_0x1a556c(0x246)]['updateState'](0x2);return;}let _0x299eac={'link':this[_0x1a556c(0x1ec)](_0x1f0acb,_0xc366f6),'name':_0x19467b[_0x1a556c(0x277)],'type':_0xc366f6};return this[_0x1a556c(0x246)][_0x1a556c(0x258)](_0x299eac),this[_0x1a556c(0x31c)](),this[_0x1a556c(0x246)][_0x1a556c(0x314)](0x1),_0x1f0acb;}['_getUnitID'](_0x21f944){const _0x3dd253=_0x2f5570;let _0x21bfa8=this[_0x3dd253(0x1b9)]['getCurrentUnitOfType'](_0x21f944);if(!_0x21bfa8)throw Error(_0x3dd253(0x29a)+_0x21f944+_0x3dd253(0x1ae));return _0x21bfa8[_0x3dd253(0x25f)]();}[_0x2f5570(0x21b)](_0x538018,_0x5a2966){const _0x43d9b3=_0x2f5570;let _0x5ae470=this[_0x43d9b3(0x1b9)][_0x43d9b3(0x286)](_0x5a2966);if(_0x5ae470){let _0x2990d2='';switch(_0x5a2966){case t[_0x43d9b3(0x310)][_0x43d9b3(0x1fe)]:_0x2990d2=_0x5ae470[_0x43d9b3(0x313)]()[_0x43d9b3(0x277)];break;case t['UniverInstanceType'][_0x43d9b3(0x27d)]:_0x2990d2=_0x5ae470['getSnapshot']()[_0x43d9b3(0x1bb)];break;case t[_0x43d9b3(0x310)][_0x43d9b3(0x1c2)]:_0x2990d2=_0x5ae470[_0x43d9b3(0x313)]()[_0x43d9b3(0x277)];break;case t[_0x43d9b3(0x310)][_0x43d9b3(0x250)]:_0x2990d2=_0x5ae470[_0x43d9b3(0x313)]()[_0x43d9b3(0x277)];break;default:break;}if(typeof _0x2990d2==_0x43d9b3(0x225)&&_0x2990d2[_0x43d9b3(0x213)]())return _0x2990d2;}return _0x538018[_0x43d9b3(0x277)]['split']('.')['shift']()||document[_0x43d9b3(0x1bb)];}async[_0x2f5570(0x2d3)](_0x400239){const _0x11ac7e=_0x2f5570;let _0x3eba14=this['_univerInstanceService'][_0x11ac7e(0x286)](_0x400239);if(!_0x3eba14)throw Error(_0x11ac7e(0x29a)+_0x400239+_0x11ac7e(0x1ae));if(_0x400239===t[_0x11ac7e(0x310)][_0x11ac7e(0x1fe)]){let _0x2ea848=this[_0x11ac7e(0x323)][_0x11ac7e(0x2ff)](_0x3eba14['getUnitId']());return _0x2ea848==null?_0x3eba14[_0x11ac7e(0x313)]():_0x2ea848;}if(_0x400239===t[_0x11ac7e(0x310)][_0x11ac7e(0x27d)]){let _0x57130b=this[_0x11ac7e(0x323)][_0x11ac7e(0x2ff)](_0x3eba14[_0x11ac7e(0x25f)]());return _0x57130b==null?_0x3eba14[_0x11ac7e(0x313)]():_0x57130b;}if(_0x400239===t[_0x11ac7e(0x310)]['UNIVER_SLIDE']){let _0x2a9e61=this['_resourceLoaderService'][_0x11ac7e(0x2ff)](_0x3eba14[_0x11ac7e(0x25f)]());return _0x2a9e61==null?_0x3eba14['getSnapshot']():_0x2a9e61;}return _0x400239===t[_0x11ac7e(0x310)][_0x11ac7e(0x250)]?_0x3eba14[_0x11ac7e(0x313)]():null;}['_refreshUnit'](...[_0x212e19,_0x384121]){const _0x40b7f3=_0x2f5570;let _0x590b3f=this[_0x40b7f3(0x1b9)][_0x40b7f3(0x286)](_0x212e19);if(!_0x590b3f)throw Error(_0x40b7f3(0x29a)+_0x212e19+_0x40b7f3(0x1ae));switch(this['_univerInstanceService'][_0x40b7f3(0x2b2)](_0x590b3f[_0x40b7f3(0x25f)]()),_0x212e19){case t[_0x40b7f3(0x310)][_0x40b7f3(0x1fe)]:this[_0x40b7f3(0x1b9)][_0x40b7f3(0x215)](_0x212e19,_0x384121);break;case t[_0x40b7f3(0x310)]['UNIVER_DOC']:this[_0x40b7f3(0x1b9)][_0x40b7f3(0x215)](_0x212e19,_0x384121);break;case t['UniverInstanceType'][_0x40b7f3(0x1c2)]:this[_0x40b7f3(0x1b9)][_0x40b7f3(0x215)](_0x212e19,_0x384121);break;}}['_getLinkByUnitId'](_0x3c1ddc,_0x45960d){const _0x3e2c04=_0x2f5570;let _0xca33=new URL(window['location'][_0x3e2c04(0x335)]);return _0xca33[_0x3e2c04(0x332)]['set']('unit',_0x3c1ddc),_0xca33[_0x3e2c04(0x332)][_0x3e2c04(0x2c3)]('type',''+_0x45960d),_0xca33[_0x3e2c04(0x29f)]();}['_showNetworkError'](_0x57d452){const _0x256931=_0x2f5570;if(_0x57d452){let {code:_0x4b16f6}=_0x57d452;switch(_0x4b16f6){case c[_0x256931(0x1e8)][_0x256931(0x1b1)]:this['_messageService']['show']({'type':o[_0x256931(0x280)][_0x256931(0x2c4)],'content':this['_localeService']['t'](_0x256931(0x289))});break;case c[_0x256931(0x1e8)][_0x256931(0x29d)]:this[_0x256931(0x1d9)][_0x256931(0x1ff)]({'type':o[_0x256931(0x280)]['Error'],'content':this[_0x256931(0x27e)]['t'](_0x256931(0x317))});break;default:this[_0x256931(0x1d9)][_0x256931(0x1ff)]({'type':o[_0x256931(0x280)][_0x256931(0x2c4)],'content':this[_0x256931(0x27e)]['t'](_0x256931(0x2b9))});break;}return null;}return this['_messageService'][_0x256931(0x1ff)]({'type':o[_0x256931(0x280)][_0x256931(0x2c4)],'content':this[_0x256931(0x27e)]['t']('exchange-client.networkError')}),null;}[_0x2f5570(0x32b)](_0x2799f1){const _0x4bb1d4=_0x2f5570;let _0x922bfa='';switch(_0x2799f1){case o['MessageType'][_0x4bb1d4(0x309)]:_0x922bfa=this['_localeService']['t']('exchange-client.downloadSuccess');break;case o[_0x4bb1d4(0x280)]['Info']:_0x922bfa=this[_0x4bb1d4(0x27e)]['t'](_0x4bb1d4(0x1c7));break;default:break;}this[_0x4bb1d4(0x1d9)]['show']({'type':_0x2799f1,'content':_0x922bfa});}[_0x2f5570(0x25c)](_0x49515f){const _0x3549e5=_0x2f5570;let _0x26008e='';switch(_0x49515f){case o[_0x3549e5(0x280)]['Success']:_0x26008e=this['_localeService']['t'](_0x3549e5(0x25b));break;case o[_0x3549e5(0x280)][_0x3549e5(0x1c0)]:_0x26008e=this[_0x3549e5(0x27e)]['t'](_0x3549e5(0x24f));break;default:break;}this[_0x3549e5(0x1d9)][_0x3549e5(0x1ff)]({'type':_0x49515f,'content':_0x26008e});}[_0x2f5570(0x216)](){const _0x34628f=_0x2f5570;this[_0x34628f(0x27f)][_0x34628f(0x1f8)]({'done':this[_0x34628f(0x1ee)],'count':this[_0x34628f(0x291)]});}[_0x2f5570(0x2f8)](_0x20a69c){const _0x55f039=_0x2f5570;this[_0x55f039(0x291)]+=_0x20a69c,this['_emitProgress']();}[_0x2f5570(0x209)](_0x14d1b8){const _0x3716ad=_0x2f5570;this[_0x3716ad(0x1ee)]+=_0x14d1b8,this['_doneUploadTaskCount']=Math['min'](this[_0x3716ad(0x1ee)],this[_0x3716ad(0x291)]),this[_0x3716ad(0x216)]();}[_0x2f5570(0x31c)](){const _0x166514=_0x2f5570;this[_0x166514(0x1ee)]=this[_0x166514(0x291)],this[_0x166514(0x216)]();}['_clearProgress'](){const _0x297f11=_0x2f5570;this[_0x297f11(0x1ee)]=0x0,this['_totalUploadTaskCount']=0x0,this[_0x297f11(0x216)]();}[_0x2f5570(0x2a7)](_0x571b8a,_0x23c20a){const _0x2e2749=_0x2f5570;let _0x1de508=_0x571b8a[0x0],_0x153007=_0x1de508['name'];return ie(_0x1de508)===_0x23c20a?!0x1:(this[_0x2e2749(0x1d9)][_0x2e2749(0x1ff)]({'type':o[_0x2e2749(0x280)]['Error'],'content':this['_localeService']['t']('exchange-client.fileTypeError',_0x153007)}),!0x0);}['_uploadTaskNotDone'](){const _0x446eb1=_0x2f5570;return this[_0x446eb1(0x291)]!==0x0&&this[_0x446eb1(0x1ee)]!==this['_totalUploadTaskCount'];}};J=g([h(0x0,(0x0,t[_0x2f5570(0x1df)])(t[_0x2f5570(0x2dd)])),h(0x1,r['IMessageService']),h(0x2,(0x0,t[_0x2f5570(0x1df)])(t[_0x2f5570(0x2bc)])),h(0x3,(0x0,t[_0x2f5570(0x1df)])(G)),h(0x4,(0x0,t['Inject'])(x)),h(0x5,t[_0x2f5570(0x1f4)]),h(0x6,(0x0,t[_0x2f5570(0x1df)])(t[_0x2f5570(0x30e)]))],J);function Y(_0x221ca0){const _0x2491a2=_0x2f5570;let {onClick:_0x28c6da,children:_0x42bb41,className:_0x68432b}=_0x221ca0;return(0x0,s[_0x2491a2(0x2df)])(_0x2491a2(0x1b2),{'className':(0x0,o[_0x2491a2(0x2dc)])(_0x2491a2(0x1aa),_0x68432b),'type':_0x2491a2(0x1b2),'onClick':_0x28c6da,'children':_0x42bb41});}function X(){const _0x19a66c=_0x2f5570;let _0x4fe0f4=(0x0,r[_0x19a66c(0x26a)])(q),_0x26f8e4=(0x0,r[_0x19a66c(0x26a)])(t[_0x19a66c(0x2bc)]);function _0x5f37ac(){_0x4fe0f4['importFileToUnitIdByCurrentType']();}return(0x0,s[_0x19a66c(0x2df)])(Y,{'onClick':_0x5f37ac,'children':_0x26f8e4['t'](_0x19a66c(0x2bb))});}function me(){const _0x40f185=_0x2f5570;return(0x0,s[_0x40f185(0x2e8)])(_0x40f185(0x1f2),{'className':_0x40f185(0x2a9),'children':[(0x0,s[_0x40f185(0x2df)])(_0x40f185(0x312),{'className':_0x40f185(0x331),'children':(0x0,r[_0x40f185(0x26a)])(t[_0x40f185(0x2bc)])['t'](_0x40f185(0x326))}),(0x0,s[_0x40f185(0x2df)])(X,{})]});}function he(_0x33791d){const _0x56002b=_0x2f5570;let {count:_0x20012b}=_0x33791d;return(0x0,s[_0x56002b(0x2e8)])(_0x56002b(0x1f2),{'className':_0x56002b(0x31f),'children':[(0x0,s[_0x56002b(0x2df)])(_0x56002b(0x312),{'className':_0x56002b(0x1ef),'children':(0x0,r[_0x56002b(0x26a)])(t[_0x56002b(0x2bc)])['t']('exchange-client.uploadSuccessTip',''+_0x20012b)}),(0x0,s[_0x56002b(0x2df)])(X,{})]});}function ge(){const _0x1cfdd7=_0x2f5570;let _0x309eba=(0x0,r['useDependency'])(q),_0x49d6af=(0x0,r[_0x1cfdd7(0x26a)])(t[_0x1cfdd7(0x2bc)]);function _0x139c6a(){const _0x52e042=_0x1cfdd7;_0x309eba[_0x52e042(0x229)]();}return(0x0,s['jsx'])(Y,{'onClick':_0x139c6a,'children':_0x49d6af['t'](_0x1cfdd7(0x2bd))});}function _e(){const _0x5cadcb=_0x2f5570;let {count:_0x3c35aa,done:_0xf0696e}=(0x0,r[_0x5cadcb(0x2f2)])((0x0,r['useDependency'])(q)[_0x5cadcb(0x269)]),_0xda7f73=_0x3c35aa>0x0?_0xf0696e/_0x3c35aa:0x0;return(0x0,s[_0x5cadcb(0x2df)])('div',{'className':'univer-mx-0\x20univer-mb-3\x20univer-mt-4\x20univer-h-1.5\x20univer-w-[324px]\x20univer-rounded-lg\x20univer-bg-gray-200','children':(0x0,s[_0x5cadcb(0x2df)])(_0x5cadcb(0x1f2),{'className':'univer-h-1.5\x20univer-rounded-lg\x20univer-bg-primary-600\x20univer-transition-[width]\x20univer-duration-500','style':{'width':Math['floor'](_0xda7f73*0x64)+'%'}})});}function ve(){const _0x4ae6f1=_0x2f5570;return(0x0,s[_0x4ae6f1(0x2e8)])(_0x4ae6f1(0x1f2),{'className':_0x4ae6f1(0x2a9),'children':[(0x0,s[_0x4ae6f1(0x2df)])('span',{'className':_0x4ae6f1(0x2b3),'children':(0x0,r['useDependency'])(t[_0x4ae6f1(0x2bc)])['t']('exchange-client.wait')}),(0x0,s[_0x4ae6f1(0x2df)])(_0x4ae6f1(0x1f2),{'className':_0x4ae6f1(0x1e4),'children':(0x0,s['jsx'])(_e,{})}),(0x0,s[_0x4ae6f1(0x2df)])(ge,{})]});}const Z={0x1:(0x0,s[_0x2f5570(0x2df)])(i[_0x2f5570(0x24c)],{'className':_0x2f5570(0x266)}),0x0:(0x0,s['jsx'])(i[_0x2f5570(0x2d9)],{'className':'univer-text-blue-500'}),0x2:(0x0,s['jsx'])(i[_0x2f5570(0x2f3)],{'className':_0x2f5570(0x2f5)})};function ye(){const _0x335985=_0x2f5570;let _0x2dd59d=(0x0,r[_0x335985(0x26a)])(x),_0x409469=(0x0,r[_0x335985(0x26a)])(t['LocaleService']),_0x3a1093=(0x0,r[_0x335985(0x2f2)])(_0x2dd59d[_0x335985(0x257)],0x0),_0x3257b0=(0x0,r['useObservable'])(_0x2dd59d[_0x335985(0x21f)],!0x1),_0x50708a=(0x0,r['useObservable'])(_0x2dd59d[_0x335985(0x20c)],[]);function _0x38f9a4(){const _0x325894=_0x335985;_0x2dd59d[_0x325894(0x2cd)]();}function _0x552ec1(_0x1307d6){const _0x565e42=_0x335985;switch(_0x1307d6){case 0x1:return _0x409469['t'](_0x565e42(0x25b));case 0x0:return _0x409469['t'](_0x565e42(0x24f));case 0x2:return _0x409469['t'](_0x565e42(0x2fb));default:return'';}}return _0x3257b0&&(0x0,s['jsxs'])('div',{'className':_0x335985(0x298),'children':[(0x0,s[_0x335985(0x2e8)])(_0x335985(0x1f2),{'className':_0x335985(0x2e1),'children':[(0x0,s[_0x335985(0x2e8)])(_0x335985(0x312),{'className':_0x335985(0x200),'children':[(0x0,s[_0x335985(0x2df)])(_0x335985(0x312),{'className':_0x335985(0x30b),'children':Z[_0x3a1093]}),(0x0,s[_0x335985(0x2df)])(_0x335985(0x312),{'className':'univer-ml-1.5\x20univer-font-semibold\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x552ec1(_0x3a1093)})]}),(0x0,s['jsx'])('span',{'className':_0x335985(0x2c1),'onClick':_0x38f9a4,'children':(0x0,s[_0x335985(0x2df)])(i['CloseIcon'],{})})]}),(0x0,s[_0x335985(0x2e8)])(_0x335985(0x1f2),{'children':[_0x3a1093===0x0&&(0x0,s[_0x335985(0x2df)])(ve,{}),_0x3a1093===0x2&&(0x0,s[_0x335985(0x2df)])(me,{}),_0x50708a[_0x335985(0x275)]>0x0&&(0x0,s['jsx'])(ne,{'list':_0x50708a}),_0x3a1093===0x1&&(0x0,s[_0x335985(0x2df)])(he,{'count':_0x50708a[_0x335985(0x275)]})]})]});}function be(){return(0x0,s['jsx'])(ye,{});}let Q=class extends t[_0x2f5570(0x222)]{constructor(_0x1e5b4a,_0x348c88){const _0x153797=_0x2f5570;super(),this['_injector']=_0x1e5b4a,this[_0x153797(0x30c)]=_0x348c88,this['_registerUIParts']();}[_0x2f5570(0x20a)](){const _0x4c59f0=_0x2f5570;this[_0x4c59f0(0x2b5)](this[_0x4c59f0(0x30c)][_0x4c59f0(0x2b1)](r[_0x4c59f0(0x242)][_0x4c59f0(0x2c9)],()=>(0x0,r['connectInjector'])(be,this[_0x4c59f0(0x219)])));}};Q=g([h(0x0,(0x0,t['Inject'])(t['Injector'])),h(0x1,r[_0x2f5570(0x1c6)])],Q);let $=class extends t[_0x2f5570(0x1f5)]{constructor(_0x239871=m,_0x2cf416,_0x44e16e){const _0x56283a=_0x2f5570;super(),this[_0x56283a(0x2d5)]=_0x239871,this[_0x56283a(0x219)]=_0x2cf416,this[_0x56283a(0x283)]=_0x44e16e;let {..._0x2d50a1}=(0x0,t['merge'])({},m,this[_0x56283a(0x2d5)]);this[_0x56283a(0x283)][_0x56283a(0x205)](p,_0x2d50a1);}['onStarting'](){const _0x2b32d7=_0x2f5570;(0x0,t['registerDependencies'])(this[_0x2b32d7(0x219)],[[_],[Q],[q,{'useClass':J}],[G,{'useClass':K}],[N,{'useClass':P}],[x,{'useClass':te}]]);}[_0x2f5570(0x2f1)](){const _0x132499=_0x2f5570;(0x0,t[_0x132499(0x1cd)])(this[_0x132499(0x219)],[[_],[Q],[q]]);}};b($,'pluginName',_0x2f5570(0x276)),b($,_0x2f5570(0x281),d),b($,'version',f),$=g([(0x0,t[_0x2f5570(0x319)])(e[_0x2f5570(0x202)],n[_0x2f5570(0x268)],r[_0x2f5570(0x2a6)]),h(0x1,(0x0,t[_0x2f5570(0x1df)])(t[_0x2f5570(0x28d)])),h(0x2,t[_0x2f5570(0x2fd)])],$);function xe(_0x5f0e6a,_0x4411eb){const _0x2f2299=_0x2f5570;let _0xf9b83f=_0x5f0e6a['get'](t['IUniverInstanceService'])[_0x2f2299(0x286)](_0x4411eb);return!_0xf9b83f||!_0x5f0e6a[_0x2f2299(0x2b0)](l[_0x2f2299(0x21a)])?!0x1:_0x5f0e6a['get'](l['SnapshotService'])['isUnitLoadedFromServer'](_0xf9b83f);}exports[_0x2f5570(0x299)]=q,exports[_0x2f5570(0x2cc)]=G,Object['defineProperty'](exports,_0x2f5570(0x31d),{'enumerable':!0x0,'get':function(){return $;}}),exports[_0x2f5570(0x296)]=xe;
@@ -1 +1 @@
1
- const _0x566bac=_0x3a2b;(function(_0x238122,_0x3be3b3){const _0x39419c=_0x3a2b,_0x2e9ed2=_0x238122();while(!![]){try{const _0x292463=-parseInt(_0x39419c(0x1f5))/0x1+-parseInt(_0x39419c(0x1ed))/0x2+-parseInt(_0x39419c(0x1f8))/0x3+-parseInt(_0x39419c(0x1f2))/0x4*(parseInt(_0x39419c(0x1f6))/0x5)+-parseInt(_0x39419c(0x1e7))/0x6*(-parseInt(_0x39419c(0x1ec))/0x7)+parseInt(_0x39419c(0x1eb))/0x8*(parseInt(_0x39419c(0x1fa))/0x9)+parseInt(_0x39419c(0x1f4))/0xa;if(_0x292463===_0x3be3b3)break;else _0x2e9ed2['push'](_0x2e9ed2['shift']());}catch(_0x11faf4){_0x2e9ed2['push'](_0x2e9ed2['shift']());}}}(_0x3d0b,0xb7cd0));function _0x3d0b(){const _0x48aff3=['1481589Kzyjpa','3165pMwcmz','جارٍ\x20التحميل','4369548mZOSWW','جارٍ\x20الرفع','5411682QDdmon','خطأ\x20غير\x20معروف','خطأ\x20داخلي\x20غير\x20معروف','18MBbbJT','يرجى\x20الانتظار...','إلغاء','تم\x20رفع\x20{0}\x20ملف/ملفات\x20بنجاح','16PwOOBT','1496369wOCGQy','1231886ISKvfE','تم\x20التحميل\x20بنجاح','نوع\x20الملف\x20المحدد\x20[{0}]\x20غير\x20مدعوم\x20للرفع','تمت\x20مقاطعة\x20الاتصال\x20بالشبكة\x20وفشل\x20رفع\x20الملف','تم\x20رفع\x20الملف\x20بنجاح','8068ZWAVIE','خطأ\x20في\x20الشبكة','37397600hVaUGu'];_0x3d0b=function(){return _0x48aff3;};return _0x3d0b();}const e={'exchange-client':{'uploading':_0x566bac(0x1f9),'uploadSuccess':_0x566bac(0x1f1),'uploadSuccessTip':_0x566bac(0x1ea),'downloading':_0x566bac(0x1f7),'downloadSuccess':_0x566bac(0x1ee),'unknownMistake':_0x566bac(0x1fb),'networkError':_0x566bac(0x1f3),'tooLarge':'البيانات\x20كبيرة\x20جداً','internalError':_0x566bac(0x1fc),'interrupt':_0x566bac(0x1f0),'fileTypeError':_0x566bac(0x1ef),'wait':_0x566bac(0x1e8),'cancel':_0x566bac(0x1e9),'uploadAgain':'إعادة\x20الرفع'}};function _0x3a2b(_0x267eaf,_0x353537){_0x267eaf=_0x267eaf-0x1e7;const _0x3d0bae=_0x3d0b();let _0x3a2ba2=_0x3d0bae[_0x267eaf];return _0x3a2ba2;}module['exports']=e;
1
+ const _0x53adc1=_0x1e4a;function _0x3f84(){const _0x49813b=['خطأ\x20غير\x20معروف','9878391KrQRCb','4349392neBzLe','نوع\x20الملف\x20المحدد\x20[{0}]\x20غير\x20مدعوم\x20للرفع','1105223QPJYAH','تم\x20رفع\x20الملف\x20بنجاح','1704285XrsPaq','إعادة\x20الرفع','242745fInudl','خطأ\x20داخلي\x20غير\x20معروف','10ENPINB','إلغاء','تمت\x20مقاطعة\x20الاتصال\x20بالشبكة\x20وفشل\x20رفع\x20الملف','جارٍ\x20الرفع','تم\x20التحميل\x20بنجاح','563213JfOnHe','12tjAVQH','يرجى\x20الانتظار...','1118048sZLVNS','البيانات\x20كبيرة\x20جداً','6XtlhJw'];_0x3f84=function(){return _0x49813b;};return _0x3f84();}(function(_0x5269b4,_0x16150d){const _0x24a1a0=_0x1e4a,_0xa1236f=_0x5269b4();while(!![]){try{const _0x5955f8=parseInt(_0x24a1a0(0x15c))/0x1+-parseInt(_0x24a1a0(0x15f))/0x2+-parseInt(_0x24a1a0(0x168))/0x3+-parseInt(_0x24a1a0(0x15d))/0x4*(-parseInt(_0x24a1a0(0x16a))/0x5)+parseInt(_0x24a1a0(0x161))/0x6*(parseInt(_0x24a1a0(0x166))/0x7)+-parseInt(_0x24a1a0(0x164))/0x8+parseInt(_0x24a1a0(0x163))/0x9*(parseInt(_0x24a1a0(0x16c))/0xa);if(_0x5955f8===_0x16150d)break;else _0xa1236f['push'](_0xa1236f['shift']());}catch(_0x29ba07){_0xa1236f['push'](_0xa1236f['shift']());}}}(_0x3f84,0x47ab3));const e={'exchange-client':{'uploading':_0x53adc1(0x16f),'uploadSuccess':_0x53adc1(0x167),'uploadSuccessTip':'تم\x20رفع\x20{0}\x20ملف/ملفات\x20بنجاح','downloading':'جارٍ\x20التحميل','downloadSuccess':_0x53adc1(0x170),'unknownMistake':_0x53adc1(0x162),'networkError':'خطأ\x20في\x20الشبكة','tooLarge':_0x53adc1(0x160),'internalError':_0x53adc1(0x16b),'interrupt':_0x53adc1(0x16e),'fileTypeError':_0x53adc1(0x165),'wait':_0x53adc1(0x15e),'cancel':_0x53adc1(0x16d),'uploadAgain':_0x53adc1(0x169)}};function _0x1e4a(_0x2914e6,_0x4f037d){_0x2914e6=_0x2914e6-0x15c;const _0x3f841d=_0x3f84();let _0x1e4a58=_0x3f841d[_0x2914e6];return _0x1e4a58;}module['exports']=e;
@@ -1 +1 @@
1
- const _0x297556=_0xb03d;function _0xb03d(_0x4db215,_0x4fa080){_0x4db215=_0x4db215-0x1b6;const _0x59f62d=_0x59f6();let _0xb03d10=_0x59f62d[_0x4db215];return _0xb03d10;}function _0x59f6(){const _0x3b1315=['Error\x20intern\x20desconegut','93937JuzGqm','Error\x20de\x20xarxa','1000bgxyHs','69507QCtsUp','2716986qlmtqb','{0}\x20fitxer(s)\x20pujat(s)\x20correctament','Espereu...','15603nKJItU','Les\x20dades\x20són\x20massa\x20grans','Error\x20desconegut','2asVonv','El\x20fitxer\x20seleccionat\x20[{0}]\x20no\x20és\x20compatible\x20per\x20pujar','6592576zJAcHH','Descàrrega\x20correcta','La\x20connexió\x20de\x20xarxa\x20s\x27ha\x20interromput\x20i\x20la\x20pujada\x20del\x20fitxer\x20ha\x20fallat','Fitxer\x20pujat\x20correctament','971485yyiUHJ','2262232xUMclc','4iwmRhq','Tornar\x20a\x20pujar'];_0x59f6=function(){return _0x3b1315;};return _0x59f6();}(function(_0x591397,_0x480200){const _0x5038bf=_0xb03d,_0x37a555=_0x591397();while(!![]){try{const _0x216944=parseInt(_0x5038bf(0x1c9))/0x1*(-parseInt(_0x5038bf(0x1be))/0x2)+parseInt(_0x5038bf(0x1bb))/0x3+-parseInt(_0x5038bf(0x1c6))/0x4*(parseInt(_0x5038bf(0x1c4))/0x5)+parseInt(_0x5038bf(0x1b8))/0x6+parseInt(_0x5038bf(0x1c5))/0x7+parseInt(_0x5038bf(0x1c0))/0x8+-parseInt(_0x5038bf(0x1b7))/0x9*(parseInt(_0x5038bf(0x1b6))/0xa);if(_0x216944===_0x480200)break;else _0x37a555['push'](_0x37a555['shift']());}catch(_0x24e5e3){_0x37a555['push'](_0x37a555['shift']());}}}(_0x59f6,0x84fea));const e={'exchange-client':{'uploading':'Pujant','uploadSuccess':_0x297556(0x1c3),'uploadSuccessTip':_0x297556(0x1b9),'downloading':'Descarregant','downloadSuccess':_0x297556(0x1c1),'unknownMistake':_0x297556(0x1bd),'networkError':_0x297556(0x1ca),'tooLarge':_0x297556(0x1bc),'internalError':_0x297556(0x1c8),'interrupt':_0x297556(0x1c2),'fileTypeError':_0x297556(0x1bf),'wait':_0x297556(0x1ba),'cancel':'Cancel·lar','uploadAgain':_0x297556(0x1c7)}};module['exports']=e;
1
+ function _0x84fc(_0x246ea6,_0x9bb953){_0x246ea6=_0x246ea6-0xbd;const _0x3c710b=_0x3c71();let _0x84fc20=_0x3c710b[_0x246ea6];return _0x84fc20;}function _0x3c71(){const _0xccffc5=['25992nfZsBi','693364osipcH','10299780wvspHN','3465fdoTXE','Cancel·lar','4638gzOjUp','{0}\x20fitxer(s)\x20pujat(s)\x20correctament','10yRzpZE','7UvFmwS','Error\x20de\x20xarxa','Descàrrega\x20correcta','585048mwXxfK','Descarregant','Pujant','Error\x20desconegut','Espereu...','La\x20connexió\x20de\x20xarxa\x20s\x27ha\x20interromput\x20i\x20la\x20pujada\x20del\x20fitxer\x20ha\x20fallat','Tornar\x20a\x20pujar','Les\x20dades\x20són\x20massa\x20grans','2679708PvQiVE','220161KWhxmJ'];_0x3c71=function(){return _0xccffc5;};return _0x3c71();}const _0x3c3a9e=_0x84fc;(function(_0x44ef01,_0x38357f){const _0x37b34c=_0x84fc,_0x5e6d1b=_0x44ef01();while(!![]){try{const _0x58a6d2=-parseInt(_0x37b34c(0xcf))/0x1+-parseInt(_0x37b34c(0xc6))/0x2+-parseInt(_0x37b34c(0xce))/0x3+parseInt(_0x37b34c(0xd1))/0x4+-parseInt(_0x37b34c(0xbe))/0x5*(-parseInt(_0x37b34c(0xc0))/0x6)+parseInt(_0x37b34c(0xc3))/0x7*(parseInt(_0x37b34c(0xd0))/0x8)+-parseInt(_0x37b34c(0xbd))/0x9*(-parseInt(_0x37b34c(0xc2))/0xa);if(_0x58a6d2===_0x38357f)break;else _0x5e6d1b['push'](_0x5e6d1b['shift']());}catch(_0xf3f4cf){_0x5e6d1b['push'](_0x5e6d1b['shift']());}}}(_0x3c71,0x6e0da));const e={'exchange-client':{'uploading':_0x3c3a9e(0xc8),'uploadSuccess':'Fitxer\x20pujat\x20correctament','uploadSuccessTip':_0x3c3a9e(0xc1),'downloading':_0x3c3a9e(0xc7),'downloadSuccess':_0x3c3a9e(0xc5),'unknownMistake':_0x3c3a9e(0xc9),'networkError':_0x3c3a9e(0xc4),'tooLarge':_0x3c3a9e(0xcd),'internalError':'Error\x20intern\x20desconegut','interrupt':_0x3c3a9e(0xcb),'fileTypeError':'El\x20fitxer\x20seleccionat\x20[{0}]\x20no\x20és\x20compatible\x20per\x20pujar','wait':_0x3c3a9e(0xca),'cancel':_0x3c3a9e(0xbf),'uploadAgain':_0x3c3a9e(0xcc)}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x566aa8=_0xe826;function _0xe826(_0x1e4d9d,_0x10ecea){_0x1e4d9d=_0x1e4d9d-0x189;const _0x2e498b=_0x2e49();let _0xe82653=_0x2e498b[_0x1e4d9d];return _0xe82653;}(function(_0x5e0068,_0x184043){const _0x1375bf=_0xe826,_0x3f1765=_0x5e0068();while(!![]){try{const _0x313f5e=-parseInt(_0x1375bf(0x18a))/0x1+parseInt(_0x1375bf(0x197))/0x2*(-parseInt(_0x1375bf(0x18e))/0x3)+parseInt(_0x1375bf(0x19c))/0x4+-parseInt(_0x1375bf(0x19a))/0x5*(-parseInt(_0x1375bf(0x18c))/0x6)+parseInt(_0x1375bf(0x190))/0x7+-parseInt(_0x1375bf(0x193))/0x8*(parseInt(_0x1375bf(0x194))/0x9)+parseInt(_0x1375bf(0x199))/0xa;if(_0x313f5e===_0x184043)break;else _0x3f1765['push'](_0x3f1765['shift']());}catch(_0x1c6981){_0x3f1765['push'](_0x3f1765['shift']());}}}(_0x2e49,0x6213e));const e={'exchange-client':{'uploading':'Wird\x20hochgeladen','uploadSuccess':_0x566aa8(0x196),'uploadSuccessTip':_0x566aa8(0x19b),'downloading':_0x566aa8(0x192),'downloadSuccess':'Download\x20erfolgreich','unknownMistake':_0x566aa8(0x191),'networkError':_0x566aa8(0x18d),'tooLarge':'Daten\x20sind\x20zu\x20groß','internalError':_0x566aa8(0x195),'interrupt':'Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','fileTypeError':_0x566aa8(0x18b),'wait':'Bitte\x20warten...','cancel':_0x566aa8(0x189),'uploadAgain':_0x566aa8(0x198)}};function _0x2e49(){const _0x2db0f2=['9278390KwBuoF','10GfsbUU','{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','1946272fchnds','Abbrechen','594744DUFjjS','Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','2110002iHGolA','Netzwerkfehler','6doEmJJ','exports','1850786uAUAwJ','Unbekannter\x20Fehler','Wird\x20heruntergeladen','5713784hLEziz','9DVHtvg','Interner\x20unbekannter\x20Fehler','Datei\x20erfolgreich\x20hochgeladen','671446KaZyqX','Erneut\x20hochladen'];_0x2e49=function(){return _0x2db0f2;};return _0x2e49();}module[_0x566aa8(0x18f)]=e;
1
+ const _0x524cd7=_0x5dae;(function(_0x3afafa,_0x5af4c4){const _0x232382=_0x5dae,_0x3f0f5d=_0x3afafa();while(!![]){try{const _0x4a3b6a=parseInt(_0x232382(0xce))/0x1*(-parseInt(_0x232382(0xc0))/0x2)+parseInt(_0x232382(0xcb))/0x3*(-parseInt(_0x232382(0xc4))/0x4)+-parseInt(_0x232382(0xc1))/0x5+-parseInt(_0x232382(0xbb))/0x6*(parseInt(_0x232382(0xd0))/0x7)+parseInt(_0x232382(0xc6))/0x8+-parseInt(_0x232382(0xcf))/0x9+parseInt(_0x232382(0xc8))/0xa*(parseInt(_0x232382(0xcd))/0xb);if(_0x4a3b6a===_0x5af4c4)break;else _0x3f0f5d['push'](_0x3f0f5d['shift']());}catch(_0x41517a){_0x3f0f5d['push'](_0x3f0f5d['shift']());}}}(_0x372f,0xbf493));function _0x5dae(_0x1f0f6b,_0x1c7dc5){_0x1f0f6b=_0x1f0f6b-0xb9;const _0x372f58=_0x372f();let _0x5dae98=_0x372f58[_0x1f0f6b];return _0x5dae98;}function _0x372f(){const _0x4e55d4=['7347945LnQehQ','Datei\x20erfolgreich\x20hochgeladen','Unbekannter\x20Fehler','4984XWaYgb','exports','2159360GdAhHJ','Abbrechen','34666820YfUndb','Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','Bitte\x20warten...','3642rgIoGy','Netzwerkfehler','22qOEkBe','83TYWilD','13625307PPnemQ','21YxxOGO','Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','Erneut\x20hochladen','1119696GUgbMC','{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','Download\x20erfolgreich','Wird\x20hochgeladen','Daten\x20sind\x20zu\x20groß','32862uWViEa'];_0x372f=function(){return _0x4e55d4;};return _0x372f();}const e={'exchange-client':{'uploading':_0x524cd7(0xbe),'uploadSuccess':_0x524cd7(0xc2),'uploadSuccessTip':_0x524cd7(0xbc),'downloading':'Wird\x20heruntergeladen','downloadSuccess':_0x524cd7(0xbd),'unknownMistake':_0x524cd7(0xc3),'networkError':_0x524cd7(0xcc),'tooLarge':_0x524cd7(0xbf),'internalError':'Interner\x20unbekannter\x20Fehler','interrupt':_0x524cd7(0xb9),'fileTypeError':_0x524cd7(0xc9),'wait':_0x524cd7(0xca),'cancel':_0x524cd7(0xc7),'uploadAgain':_0x524cd7(0xba)}};module[_0x524cd7(0xc5)]=e;
@@ -1 +1 @@
1
- const _0x5d824e=_0x4a4e;function _0x3021(){const _0x174748=['Unknown\x20mistake','Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','Please\x20wait...','Internal\x20unknown\x20error','300GYisch','998151SjNBrk','Upload\x20again','Data\x20is\x20too\x20large','File\x20uploaded\x20successfully','Cancel','9341utguwc','2493660jgbRzs','10lQVzgS','5856903ZHWRRD','exports','Downloading','4465284XTFtWv','16HzkXCo','25Jnehxx','Network\x20error','26503176ruXqua','7AZdgJY','{0}\x20file(s)\x20uploaded\x20successfully','11548MhfPzI'];_0x3021=function(){return _0x174748;};return _0x3021();}function _0x4a4e(_0xbcf067,_0x437809){_0xbcf067=_0xbcf067-0xfa;const _0x3021b6=_0x3021();let _0x4a4ee2=_0x3021b6[_0xbcf067];return _0x4a4ee2;}(function(_0x296ae6,_0x537ef4){const _0xf012d1=_0x4a4e,_0x7aef37=_0x296ae6();while(!![]){try{const _0x5cee8e=parseInt(_0xf012d1(0x10d))/0x1*(parseInt(_0xf012d1(0x107))/0x2)+-parseInt(_0xf012d1(0x10e))/0x3+-parseInt(_0xf012d1(0x102))/0x4*(-parseInt(_0xf012d1(0xfd))/0x5)+-parseInt(_0xf012d1(0xfb))/0x6*(parseInt(_0xf012d1(0x100))/0x7)+-parseInt(_0xf012d1(0xfc))/0x8*(parseInt(_0xf012d1(0x110))/0x9)+parseInt(_0xf012d1(0x10f))/0xa*(parseInt(_0xf012d1(0x108))/0xb)+parseInt(_0xf012d1(0xff))/0xc;if(_0x5cee8e===_0x537ef4)break;else _0x7aef37['push'](_0x7aef37['shift']());}catch(_0x29b378){_0x7aef37['push'](_0x7aef37['shift']());}}}(_0x3021,0xcc944));const e={'exchange-client':{'uploading':'Uploading','uploadSuccess':_0x5d824e(0x10b),'uploadSuccessTip':_0x5d824e(0x101),'downloading':_0x5d824e(0xfa),'downloadSuccess':'Download\x20success','unknownMistake':_0x5d824e(0x103),'networkError':_0x5d824e(0xfe),'tooLarge':_0x5d824e(0x10a),'internalError':_0x5d824e(0x106),'interrupt':'The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','fileTypeError':_0x5d824e(0x104),'wait':_0x5d824e(0x105),'cancel':_0x5d824e(0x10c),'uploadAgain':_0x5d824e(0x109)}};module[_0x5d824e(0x111)]=e;
1
+ const _0x1b971f=_0x20ee;(function(_0x5433c1,_0x1a5f76){const _0x170925=_0x20ee,_0x415135=_0x5433c1();while(!![]){try{const _0x24d30d=parseInt(_0x170925(0x102))/0x1+parseInt(_0x170925(0x104))/0x2*(-parseInt(_0x170925(0xfa))/0x3)+-parseInt(_0x170925(0xf6))/0x4*(-parseInt(_0x170925(0x106))/0x5)+-parseInt(_0x170925(0x101))/0x6+-parseInt(_0x170925(0xf5))/0x7*(-parseInt(_0x170925(0xf7))/0x8)+parseInt(_0x170925(0x100))/0x9+-parseInt(_0x170925(0xfb))/0xa;if(_0x24d30d===_0x1a5f76)break;else _0x415135['push'](_0x415135['shift']());}catch(_0x4e215d){_0x415135['push'](_0x415135['shift']());}}}(_0x3671,0xc8e88));const e={'exchange-client':{'uploading':_0x1b971f(0x105),'uploadSuccess':_0x1b971f(0xf8),'uploadSuccessTip':_0x1b971f(0xff),'downloading':_0x1b971f(0xfd),'downloadSuccess':_0x1b971f(0x107),'unknownMistake':'Unknown\x20mistake','networkError':'Network\x20error','tooLarge':_0x1b971f(0xfc),'internalError':_0x1b971f(0x103),'interrupt':'The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','fileTypeError':'Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','wait':_0x1b971f(0xf9),'cancel':_0x1b971f(0xfe),'uploadAgain':'Upload\x20again'}};function _0x20ee(_0x1d028f,_0x1fdfca){_0x1d028f=_0x1d028f-0xf5;const _0x3671c1=_0x3671();let _0x20ee60=_0x3671c1[_0x1d028f];return _0x20ee60;}module['exports']=e;function _0x3671(){const _0x3fe1f9=['Uploading','1355cBlBiT','Download\x20success','21TThvaD','7624BbHTrZ','3278952PdOmPi','File\x20uploaded\x20successfully','Please\x20wait...','3SwKrDd','16613190QwtQzm','Data\x20is\x20too\x20large','Downloading','Cancel','{0}\x20file(s)\x20uploaded\x20successfully','13469751wZzUrc','6911904iSdKVP','499146MWzLxp','Internal\x20unknown\x20error','211390lNrojg'];_0x3671=function(){return _0x3fe1f9;};return _0x3671();}
@@ -1 +1 @@
1
- const _0x513f49=_0x42a9;(function(_0x35cd02,_0x4b27c9){const _0x23c808=_0x42a9,_0x464b40=_0x35cd02();while(!![]){try{const _0x382ae5=-parseInt(_0x23c808(0x15e))/0x1+-parseInt(_0x23c808(0x15d))/0x2+parseInt(_0x23c808(0x15b))/0x3+-parseInt(_0x23c808(0x15c))/0x4*(-parseInt(_0x23c808(0x154))/0x5)+parseInt(_0x23c808(0x153))/0x6*(parseInt(_0x23c808(0x159))/0x7)+parseInt(_0x23c808(0x166))/0x8*(parseInt(_0x23c808(0x156))/0x9)+-parseInt(_0x23c808(0x167))/0xa;if(_0x382ae5===_0x4b27c9)break;else _0x464b40['push'](_0x464b40['shift']());}catch(_0x5ea073){_0x464b40['push'](_0x464b40['shift']());}}}(_0x2297,0xe03c9));const e={'exchange-client':{'uploading':_0x513f49(0x155),'uploadSuccess':_0x513f49(0x163),'uploadSuccessTip':'{0}\x20archivo(s)\x20subido(s)\x20exitosamente','downloading':_0x513f49(0x164),'downloadSuccess':_0x513f49(0x157),'unknownMistake':_0x513f49(0x165),'networkError':_0x513f49(0x160),'tooLarge':_0x513f49(0x162),'internalError':_0x513f49(0x158),'interrupt':_0x513f49(0x15a),'fileTypeError':_0x513f49(0x161),'wait':_0x513f49(0x15f),'cancel':'Cancelar','uploadAgain':'Subir\x20de\x20nuevo'}};module['exports']=e;function _0x42a9(_0x285be9,_0x5b1cf7){_0x285be9=_0x285be9-0x153;const _0x2297a1=_0x2297();let _0x42a9c3=_0x2297a1[_0x285be9];return _0x42a9c3;}function _0x2297(){const _0x6f52b0=['2007945PoxEdb','Subiendo','2919573ukPesY','Descarga\x20exitosa','Error\x20interno\x20desconocido','2430883lxzQHo','La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','1947282qgpvgu','8bynAzk','1687344unJnRl','1239751KkCjJU','Espere...','Error\x20de\x20red','El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','Los\x20datos\x20son\x20demasiado\x20grandes','Archivo\x20subido\x20exitosamente','Descargando','Error\x20desconocido','40zGAbEk','7668990WQrCJx','12DXmUPb'];_0x2297=function(){return _0x6f52b0;};return _0x2297();}
1
+ const _0x49b5be=_0x3182;function _0x525c(){const _0x3649c3=['2300718uoQvjj','63482rrTkEc','22hCHHJi','{0}\x20archivo(s)\x20subido(s)\x20exitosamente','21kBjYGJ','Subiendo','40145670kiKjpd','60595XhrleC','Error\x20de\x20red','617368LGdlCx','Espere...','Cancelar','2881053RntOrU','La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','Los\x20datos\x20son\x20demasiado\x20grandes','9661473IhQseP','Error\x20desconocido','136mimrIS','Descarga\x20exitosa'];_0x525c=function(){return _0x3649c3;};return _0x525c();}(function(_0xd22f35,_0x503136){const _0x4762ef=_0x3182,_0x3f365e=_0xd22f35();while(!![]){try{const _0x38fe9f=parseInt(_0x4762ef(0x79))/0x1*(-parseInt(_0x4762ef(0x78))/0x2)+-parseInt(_0x4762ef(0x70))/0x3+parseInt(_0x4762ef(0x75))/0x4*(parseInt(_0x4762ef(0x6b))/0x5)+parseInt(_0x4762ef(0x77))/0x6*(-parseInt(_0x4762ef(0x68))/0x7)+parseInt(_0x4762ef(0x6d))/0x8+-parseInt(_0x4762ef(0x73))/0x9+parseInt(_0x4762ef(0x6a))/0xa;if(_0x38fe9f===_0x503136)break;else _0x3f365e['push'](_0x3f365e['shift']());}catch(_0x382edf){_0x3f365e['push'](_0x3f365e['shift']());}}}(_0x525c,0x97adb));function _0x3182(_0x2bf740,_0x5746c1){_0x2bf740=_0x2bf740-0x67;const _0x525c4a=_0x525c();let _0x3182d2=_0x525c4a[_0x2bf740];return _0x3182d2;}const e={'exchange-client':{'uploading':_0x49b5be(0x69),'uploadSuccess':'Archivo\x20subido\x20exitosamente','uploadSuccessTip':_0x49b5be(0x67),'downloading':'Descargando','downloadSuccess':_0x49b5be(0x76),'unknownMistake':_0x49b5be(0x74),'networkError':_0x49b5be(0x6c),'tooLarge':_0x49b5be(0x72),'internalError':'Error\x20interno\x20desconocido','interrupt':_0x49b5be(0x71),'fileTypeError':'El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','wait':_0x49b5be(0x6e),'cancel':_0x49b5be(0x6f),'uploadAgain':'Subir\x20de\x20nuevo'}};module['exports']=e;
@@ -1 +1 @@
1
- const _0xf5dfd=_0x24cd;(function(_0x3b9260,_0x44cc07){const _0x291264=_0x24cd,_0x502e74=_0x3b9260();while(!![]){try{const _0x3d871b=parseInt(_0x291264(0x69))/0x1+parseInt(_0x291264(0x71))/0x2+parseInt(_0x291264(0x66))/0x3*(parseInt(_0x291264(0x76))/0x4)+-parseInt(_0x291264(0x68))/0x5*(-parseInt(_0x291264(0x67))/0x6)+parseInt(_0x291264(0x75))/0x7*(-parseInt(_0x291264(0x6f))/0x8)+-parseInt(_0x291264(0x6d))/0x9+-parseInt(_0x291264(0x7b))/0xa*(parseInt(_0x291264(0x6a))/0xb);if(_0x3d871b===_0x44cc07)break;else _0x502e74['push'](_0x502e74['shift']());}catch(_0x4c5894){_0x502e74['push'](_0x502e74['shift']());}}}(_0x8110,0x5f0c4));function _0x24cd(_0x16fa0e,_0x47582b){_0x16fa0e=_0x16fa0e-0x65;const _0x81100f=_0x8110();let _0x24cd5f=_0x81100f[_0x16fa0e];return _0x24cd5f;}const e={'exchange-client':{'uploading':_0xf5dfd(0x78),'uploadSuccess':'فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','uploadSuccessTip':_0xf5dfd(0x74),'downloading':_0xf5dfd(0x6c),'downloadSuccess':_0xf5dfd(0x7d),'unknownMistake':_0xf5dfd(0x7a),'networkError':_0xf5dfd(0x79),'tooLarge':_0xf5dfd(0x65),'internalError':_0xf5dfd(0x77),'interrupt':_0xf5dfd(0x7c),'fileTypeError':_0xf5dfd(0x72),'wait':_0xf5dfd(0x6b),'cancel':_0xf5dfd(0x70),'uploadAgain':_0xf5dfd(0x6e)}};function _0x8110(){const _0x2b7a8d=['939qSNPWK','6MDFYmf','2445365zCFHKf','354967BagPlV','66dCiHQg','لطفا\x20صبر\x20کنید...','در\x20حال\x20دانلود','2438919PmWNmq','بارگذاری\x20مجدد','16YzXxvf','لغو','331962XLsmIl','فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','exports','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','1682548vgjbgI','7576AdeWUg','خطای\x20داخلی\x20ناشناخته','در\x20حال\x20بارگذاری','خطای\x20شبکه','خطای\x20ناشناخته','769680AQhlex','اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','دانلود\x20موفقیت\x20آمیز','داده\x20خیلی\x20بزرگ\x20است'];_0x8110=function(){return _0x2b7a8d;};return _0x8110();}module[_0xf5dfd(0x73)]=e;
1
+ function _0x58ca(){const _0x59aff8=['در\x20حال\x20بارگذاری','2468BwMzzU','خطای\x20داخلی\x20ناشناخته','30312558Zirodg','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','1572iEjjUm','60402MGIQzN','4888768josyPo','707YlUrQJ','خطای\x20ناشناخته','5578040mAVmBD','خطای\x20شبکه','1086181bYIjWa','در\x20حال\x20دانلود','بارگذاری\x20مجدد','2899892vagKpK','اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','داده\x20خیلی\x20بزرگ\x20است'];_0x58ca=function(){return _0x59aff8;};return _0x58ca();}const _0xbdcd55=_0x2713;(function(_0x561feb,_0x458005){const _0xe3b62=_0x2713,_0x1297df=_0x561feb();while(!![]){try{const _0x350495=-parseInt(_0xe3b62(0x79))/0x1+parseInt(_0xe3b62(0x6e))/0x2*(parseInt(_0xe3b62(0x72))/0x3)+-parseInt(_0xe3b62(0x6a))/0x4+-parseInt(_0xe3b62(0x77))/0x5+parseInt(_0xe3b62(0x73))/0x6*(-parseInt(_0xe3b62(0x75))/0x7)+parseInt(_0xe3b62(0x74))/0x8+parseInt(_0xe3b62(0x70))/0x9;if(_0x350495===_0x458005)break;else _0x1297df['push'](_0x1297df['shift']());}catch(_0x38656e){_0x1297df['push'](_0x1297df['shift']());}}}(_0x58ca,0xa6905));function _0x2713(_0x2cadcb,_0x4c202c){_0x2cadcb=_0x2cadcb-0x69;const _0x58ca04=_0x58ca();let _0x27133f=_0x58ca04[_0x2cadcb];return _0x27133f;}const e={'exchange-client':{'uploading':_0xbdcd55(0x6d),'uploadSuccess':'فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','uploadSuccessTip':_0xbdcd55(0x71),'downloading':_0xbdcd55(0x7a),'downloadSuccess':'دانلود\x20موفقیت\x20آمیز','unknownMistake':_0xbdcd55(0x76),'networkError':_0xbdcd55(0x78),'tooLarge':_0xbdcd55(0x6c),'internalError':_0xbdcd55(0x6f),'interrupt':_0xbdcd55(0x6b),'fileTypeError':'فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','wait':'لطفا\x20صبر\x20کنید...','cancel':'لغو','uploadAgain':_0xbdcd55(0x69)}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x106d9f=_0x218d;function _0x1105(){const _0x443554=['962001AsnuIW','8858899zBHQzP','8oIrjcs','8SWOHAv','879488fmkCza','Télécharger\x20à\x20nouveau','Téléchargement','1208517qEghli','Téléchargement\x20réussi','3370356dRgfWh','19145710dZMEpc','exports','Téléchargement\x20en\x20cours','Les\x20données\x20sont\x20trop\x20volumineuses','Erreur\x20interne\x20inconnue','Erreur\x20réseau','Veuillez\x20patienter...','Annuler','35996kZlwwu','505fRtPiw'];_0x1105=function(){return _0x443554;};return _0x1105();}(function(_0x4ff642,_0x10a874){const _0x57abd8=_0x218d,_0x4332ac=_0x4ff642();while(!![]){try{const _0x392c90=parseInt(_0x57abd8(0x1b3))/0x1+-parseInt(_0x57abd8(0x1b1))/0x2*(-parseInt(_0x57abd8(0x1a2))/0x3)+-parseInt(_0x57abd8(0x1ad))/0x4*(-parseInt(_0x57abd8(0x1ae))/0x5)+parseInt(_0x57abd8(0x1a4))/0x6+-parseInt(_0x57abd8(0x1b0))/0x7*(parseInt(_0x57abd8(0x1b2))/0x8)+parseInt(_0x57abd8(0x1af))/0x9+-parseInt(_0x57abd8(0x1a5))/0xa;if(_0x392c90===_0x10a874)break;else _0x4332ac['push'](_0x4332ac['shift']());}catch(_0x48ed96){_0x4332ac['push'](_0x4332ac['shift']());}}}(_0x1105,0xd8da6));function _0x218d(_0x25e804,_0x33ddb9){_0x25e804=_0x25e804-0x1a2;const _0x110568=_0x1105();let _0x218d29=_0x110568[_0x25e804];return _0x218d29;}const e={'exchange-client':{'uploading':_0x106d9f(0x1a7),'uploadSuccess':'Fichier\x20téléchargé\x20avec\x20succès','uploadSuccessTip':'{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','downloading':_0x106d9f(0x1b5),'downloadSuccess':_0x106d9f(0x1a3),'unknownMistake':'Erreur\x20inconnue','networkError':_0x106d9f(0x1aa),'tooLarge':_0x106d9f(0x1a8),'internalError':_0x106d9f(0x1a9),'interrupt':'La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','fileTypeError':'Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','wait':_0x106d9f(0x1ab),'cancel':_0x106d9f(0x1ac),'uploadAgain':_0x106d9f(0x1b4)}};module[_0x106d9f(0x1a6)]=e;
1
+ const _0x451bc8=_0x2c5e;function _0x2c5e(_0x534132,_0x3824ff){_0x534132=_0x534132-0x137;const _0xcf5f50=_0xcf5f();let _0x2c5e50=_0xcf5f50[_0x534132];return _0x2c5e50;}(function(_0x123261,_0x46b2ea){const _0x5ad44e=_0x2c5e,_0x11b10c=_0x123261();while(!![]){try{const _0x7c9620=-parseInt(_0x5ad44e(0x13d))/0x1*(parseInt(_0x5ad44e(0x14a))/0x2)+parseInt(_0x5ad44e(0x13f))/0x3+parseInt(_0x5ad44e(0x13a))/0x4*(parseInt(_0x5ad44e(0x13b))/0x5)+-parseInt(_0x5ad44e(0x138))/0x6+-parseInt(_0x5ad44e(0x145))/0x7+-parseInt(_0x5ad44e(0x146))/0x8*(parseInt(_0x5ad44e(0x13c))/0x9)+parseInt(_0x5ad44e(0x143))/0xa;if(_0x7c9620===_0x46b2ea)break;else _0x11b10c['push'](_0x11b10c['shift']());}catch(_0x5eec92){_0x11b10c['push'](_0x11b10c['shift']());}}}(_0xcf5f,0xa425a));function _0xcf5f(){const _0xe41af9=['La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','2545424JGPVrT','783352KssqEM','Erreur\x20interne\x20inconnue','Annuler','exports','2202358BifAOl','Téléchargement\x20réussi','Fichier\x20téléchargé\x20avec\x20succès','760230BCPcFi','Erreur\x20réseau','2657992VUxkin','5DtDmXK','117TxyKZH','1ywlGin','Les\x20données\x20sont\x20trop\x20volumineuses','1038201TGsYec','Veuillez\x20patienter...','Télécharger\x20à\x20nouveau','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','25262440IWIrmY'];_0xcf5f=function(){return _0xe41af9;};return _0xcf5f();}const e={'exchange-client':{'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':_0x451bc8(0x137),'uploadSuccessTip':'{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','downloading':'Téléchargement','downloadSuccess':_0x451bc8(0x14b),'unknownMistake':'Erreur\x20inconnue','networkError':_0x451bc8(0x139),'tooLarge':_0x451bc8(0x13e),'internalError':_0x451bc8(0x147),'interrupt':_0x451bc8(0x144),'fileTypeError':_0x451bc8(0x142),'wait':_0x451bc8(0x140),'cancel':_0x451bc8(0x148),'uploadAgain':_0x451bc8(0x141)}};module[_0x451bc8(0x149)]=e;
@@ -1 +1 @@
1
- const _0x4fb2c5=_0x47f7;(function(_0x133dc0,_0xb17655){const _0x112798=_0x47f7,_0x3bdc4f=_0x133dc0();while(!![]){try{const _0x809642=parseInt(_0x112798(0x1be))/0x1+-parseInt(_0x112798(0x1b5))/0x2*(-parseInt(_0x112798(0x1c8))/0x3)+parseInt(_0x112798(0x1b6))/0x4+parseInt(_0x112798(0x1bc))/0x5+-parseInt(_0x112798(0x1c0))/0x6*(-parseInt(_0x112798(0x1c6))/0x7)+parseInt(_0x112798(0x1c2))/0x8*(parseInt(_0x112798(0x1c4))/0x9)+-parseInt(_0x112798(0x1c7))/0xa;if(_0x809642===_0xb17655)break;else _0x3bdc4f['push'](_0x3bdc4f['shift']());}catch(_0x3a09dc){_0x3bdc4f['push'](_0x3bdc4f['shift']());}}}(_0x1887,0x3aa47));function _0x47f7(_0x259440,_0x25465b){_0x259440=_0x259440-0x1b5;const _0x1887e2=_0x1887();let _0x47f703=_0x1887e2[_0x259440];return _0x47f703;}const e={'exchange-client':{'uploading':_0x4fb2c5(0x1b7),'uploadSuccess':_0x4fb2c5(0x1b9),'uploadSuccessTip':_0x4fb2c5(0x1bd),'downloading':_0x4fb2c5(0x1bb),'downloadSuccess':'Unduhan\x20berhasil','unknownMistake':_0x4fb2c5(0x1c3),'networkError':'Kesalahan\x20jaringan','tooLarge':_0x4fb2c5(0x1b8),'internalError':_0x4fb2c5(0x1ba),'interrupt':_0x4fb2c5(0x1c1),'fileTypeError':'File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','wait':_0x4fb2c5(0x1c5),'cancel':_0x4fb2c5(0x1bf),'uploadAgain':'Unggah\x20ulang'}};module['exports']=e;function _0x1887(){const _0x5b4b17=['Kesalahan\x20tidak\x20diketahui','50877foEOnU','Harap\x20tunggu...','17535frWWpJ','10971050OYHFbc','172932CpDpuU','2TjXOGs','717096jWnldu','Mengunggah','Data\x20terlalu\x20besar','File\x20berhasil\x20diunggah','Kesalahan\x20internal\x20tidak\x20diketahui','Mengunduh','1707670CHMXVs','{0}\x20file\x20berhasil\x20diunggah','74424GsWStj','Batal','678KDcMYW','Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','568uPHLJh'];_0x1887=function(){return _0x5b4b17;};return _0x1887();}
1
+ const _0x339b85=_0x3e1f;(function(_0x2e78d1,_0x12ed59){const _0x2cbe96=_0x3e1f,_0x4e1b67=_0x2e78d1();while(!![]){try{const _0x34676d=parseInt(_0x2cbe96(0x1da))/0x1+parseInt(_0x2cbe96(0x1d3))/0x2+parseInt(_0x2cbe96(0x1d1))/0x3*(parseInt(_0x2cbe96(0x1dd))/0x4)+-parseInt(_0x2cbe96(0x1e3))/0x5*(parseInt(_0x2cbe96(0x1d8))/0x6)+-parseInt(_0x2cbe96(0x1de))/0x7+-parseInt(_0x2cbe96(0x1dc))/0x8+-parseInt(_0x2cbe96(0x1d6))/0x9*(parseInt(_0x2cbe96(0x1db))/0xa);if(_0x34676d===_0x12ed59)break;else _0x4e1b67['push'](_0x4e1b67['shift']());}catch(_0x3fe914){_0x4e1b67['push'](_0x4e1b67['shift']());}}}(_0x3a4a,0xa7ace));const e={'exchange-client':{'uploading':'Mengunggah','uploadSuccess':_0x339b85(0x1d0),'uploadSuccessTip':_0x339b85(0x1e1),'downloading':_0x339b85(0x1df),'downloadSuccess':_0x339b85(0x1d7),'unknownMistake':_0x339b85(0x1d9),'networkError':_0x339b85(0x1e0),'tooLarge':_0x339b85(0x1d5),'internalError':_0x339b85(0x1e2),'interrupt':'Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','fileTypeError':_0x339b85(0x1e5),'wait':_0x339b85(0x1d4),'cancel':_0x339b85(0x1e4),'uploadAgain':_0x339b85(0x1d2)}};function _0x3e1f(_0x3d0f25,_0x16b6a4){_0x3d0f25=_0x3d0f25-0x1d0;const _0x3a4a87=_0x3a4a();let _0x3e1ffd=_0x3a4a87[_0x3d0f25];return _0x3e1ffd;}function _0x3a4a(){const _0x1f5e87=['File\x20berhasil\x20diunggah','10122ibbpRu','Unggah\x20ulang','2078298haXsmc','Harap\x20tunggu...','Data\x20terlalu\x20besar','20934YFWJiE','Unduhan\x20berhasil','501366cZzLpx','Kesalahan\x20tidak\x20diketahui','1054829yDDaLP','1310Qvjsjh','854104ALsRjG','664rlXnCO','2701587THsPwN','Mengunduh','Kesalahan\x20jaringan','{0}\x20file\x20berhasil\x20diunggah','Kesalahan\x20internal\x20tidak\x20diketahui','70cnYgcL','Batal','File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah'];_0x3a4a=function(){return _0x1f5e87;};return _0x3a4a();}module['exports']=e;