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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) 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.css +42 -4
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/config/config.d.ts +0 -23
  66. package/lib/types/controllers/components.controller.d.ts +3 -3
  67. package/lib/types/facade/f-univer.d.ts +5 -279
  68. package/lib/types/index.d.ts +6 -4
  69. package/lib/types/locale/en-US.d.ts +1 -0
  70. package/lib/types/services/exchange.service.d.ts +12 -89
  71. package/lib/types/services/operate.service.d.ts +20 -110
  72. package/lib/types/services/request.service.d.ts +78 -10
  73. package/lib/types/services/utils/collaboration.d.ts +2 -0
  74. package/lib/types/services/utils/content-type.d.ts +6 -2
  75. package/lib/types/services/utils/snapshot.d.ts +12 -45
  76. package/lib/types/services/utils/tool.d.ts +1 -7
  77. package/lib/types/views/export-format-dialog/ExportFormatDialog.d.ts +14 -0
  78. package/lib/umd/facade.js +1 -1
  79. package/lib/umd/index.js +1 -1
  80. package/lib/umd/locale/ar-SA.js +1 -1
  81. package/lib/umd/locale/ca-ES.js +1 -1
  82. package/lib/umd/locale/de-DE.js +1 -1
  83. package/lib/umd/locale/en-US.js +1 -1
  84. package/lib/umd/locale/es-ES.js +1 -1
  85. package/lib/umd/locale/fa-IR.js +1 -1
  86. package/lib/umd/locale/fr-FR.js +1 -1
  87. package/lib/umd/locale/id-ID.js +1 -1
  88. package/lib/umd/locale/it-IT.js +1 -1
  89. package/lib/umd/locale/ja-JP.js +1 -1
  90. package/lib/umd/locale/ko-KR.js +1 -1
  91. package/lib/umd/locale/pl-PL.js +1 -1
  92. package/lib/umd/locale/pt-BR.js +1 -1
  93. package/lib/umd/locale/ru-RU.js +1 -1
  94. package/lib/umd/locale/sk-SK.js +1 -1
  95. package/lib/umd/locale/vi-VN.js +1 -1
  96. package/lib/umd/locale/zh-CN.js +1 -1
  97. package/lib/umd/locale/zh-HK.js +1 -1
  98. package/lib/umd/locale/zh-TW.js +1 -1
  99. package/package.json +11 -11
  100. package/lib/types/views/UploadNotificationContainer.d.ts +0 -1
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 _0x47d2ff=_0x4f44;(function(_0x3deb37,_0x5269c5){const _0x2a067e=_0x4f44,_0x36a312=_0x3deb37();while(!![]){try{const _0x2983d4=-parseInt(_0x2a067e(0x1b0))/0x1*(parseInt(_0x2a067e(0x1af))/0x2)+-parseInt(_0x2a067e(0x1b1))/0x3*(-parseInt(_0x2a067e(0x1b2))/0x4)+parseInt(_0x2a067e(0x1ad))/0x5+-parseInt(_0x2a067e(0x1ac))/0x6*(parseInt(_0x2a067e(0x1b4))/0x7)+-parseInt(_0x2a067e(0x1ae))/0x8+parseInt(_0x2a067e(0x1b5))/0x9*(parseInt(_0x2a067e(0x1b7))/0xa)+parseInt(_0x2a067e(0x1b3))/0xb*(-parseInt(_0x2a067e(0x1b8))/0xc);if(_0x2983d4===_0x5269c5)break;else _0x36a312['push'](_0x36a312['shift']());}catch(_0x255f1c){_0x36a312['push'](_0x36a312['shift']());}}}(_0x3cc7,0x6d42e));let e=require('@univerjs-pro/exchange-client'),t=require('@univerjs/core/facade');var n=class extends t[_0x47d2ff(0x1aa)]{['downloadFile'](_0x34e843,_0x25cce3,_0x5d58ac){const _0xf52f03=_0x47d2ff;this[_0xf52f03(0x1ab)][_0xf52f03(0x1a8)](e[_0xf52f03(0x1b6)])['downloadFile'](_0x34e843,_0x25cce3,_0x5d58ac);}};function _0x3cc7(){const _0x5dffce=['30HfXAdf','1465000izWhop','3250072MJESkt','51784SUsTPu','6QJEwSN','3LyGeTt','1592948edenBY','4378kKUTwJ','791777awQyri','189zoNfiH','IExchangeService','423350IMHfgf','168VFVHMn','get','extend','FUniver','_injector'];_0x3cc7=function(){return _0x5dffce;};return _0x3cc7();}function _0x4f44(_0x225073,_0xc29580){_0x225073=_0x225073-0x1a8;const _0x3cc7d6=_0x3cc7();let _0x4f441e=_0x3cc7d6[_0x225073];return _0x4f441e;}t['FUniver'][_0x47d2ff(0x1a9)](n);
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 _0x3ae622=_0x4b66;(function(_0x189daa,_0x19df45){const _0x55584e=_0x4b66,_0x396df9=_0x189daa();while(!![]){try{const _0x251373=-parseInt(_0x55584e(0x243))/0x1+parseInt(_0x55584e(0x180))/0x2*(-parseInt(_0x55584e(0x1a6))/0x3)+parseInt(_0x55584e(0x1fb))/0x4+-parseInt(_0x55584e(0xec))/0x5+-parseInt(_0x55584e(0x24c))/0x6*(-parseInt(_0x55584e(0x11c))/0x7)+parseInt(_0x55584e(0x117))/0x8*(parseInt(_0x55584e(0x103))/0x9)+parseInt(_0x55584e(0x1e7))/0xa;if(_0x251373===_0x19df45)break;else _0x396df9['push'](_0x396df9['shift']());}catch(_0x4ea82a){_0x396df9['push'](_0x396df9['shift']());}}}(_0x509b,0x21a35),Object['defineProperty'](exports,Symbol[_0x3ae622(0x203)],{'value':_0x3ae622(0x1b6)}));let e=require('@univerjs-pro/license'),t=require('@univerjs/core'),n=require('@univerjs/network'),r=require('@univerjs/icons'),i=require('@univerjs/ui'),a=require('@univerjs/design'),o=require('react'),s=require('@univerjs/protocol'),c=require('react/jsx-runtime'),l=require('rxjs'),u=require('@univerjs-pro/collaboration'),d=require('fflate');var f='@univerjs-pro/exchange-client',p='1.0.0-beta.0';const m=_0x3ae622(0x133),h={},g='application/vnd.openxmlformats-officedocument.wordprocessingml.document',_=_0x3ae622(0x1e2),v='application/vnd.ms-excel',y=_0x3ae622(0x19e),b=_0x3ae622(0x257),x='text/tab-separated-values',S=_0x3ae622(0x155),C=_0x3ae622(0x212),w=_0x3ae622(0x160),T={[t[_0x3ae622(0x214)][_0x3ae622(0x1df)]]:[''],[t[_0x3ae622(0x214)][_0x3ae622(0x114)]]:[_,g],[t['UniverInstanceType']['UNIVER_SHEET']]:[v,y,b,x],[t[_0x3ae622(0x214)]['UNIVER_SLIDE']]:[S,C],[t[_0x3ae622(0x214)][_0x3ae622(0x17d)]]:[w],[t[_0x3ae622(0x214)][_0x3ae622(0x22b)]]:[v,y,b,x],[t[_0x3ae622(0x214)]['UNIVER_BOARD']]:[''],[t[_0x3ae622(0x214)][_0x3ae622(0x234)]]:[''],[t[_0x3ae622(0x214)]['UNRECOGNIZED']]:['']},E={[_]:_0x3ae622(0x1aa),[g]:_0x3ae622(0x113),[v]:_0x3ae622(0x19c),[y]:'xlsx',[b]:_0x3ae622(0x18d),[x]:_0x3ae622(0x144),[S]:_0x3ae622(0xf2),[C]:_0x3ae622(0x1de),[w]:_0x3ae622(0x26a)},D=Object[_0x3ae622(0x1ee)](Object[_0x3ae622(0x12a)](T)['map'](([_0x5007da,_0x5c8a9a])=>[_0x5007da,_0x5c8a9a[_0x3ae622(0x12b)](_0x2f1041=>E[_0x2f1041])[_0x3ae622(0x131)](Boolean)]));function _0x4b66(_0x1f5726,_0x5bec1f){_0x1f5726=_0x1f5726-0xe5;const _0x509ba7=_0x509b();let _0x4b66e7=_0x509ba7[_0x1f5726];return _0x4b66e7;}function ee(_0x3315c6,_0x4f2d1f,_0x94f353){const _0x3fd65a=_0x3ae622;let _0x171233=document[_0x3fd65a(0x143)]('a');_0x171233[_0x3fd65a(0x209)]=_0x3315c6,_0x171233['style']['display']=_0x3fd65a(0x1a7),_0x171233['download']=_0x4f2d1f+'.'+_0x94f353,document[_0x3fd65a(0x118)][_0x3fd65a(0x205)](_0x171233),_0x171233['click'](),document['body']['removeChild'](_0x171233);}function O(_0x1954e8,_0x30c50a){const _0x237754=_0x3ae622;var _0xdfe844;let _0x40aabf=(_0xdfe844=_0x1954e8['name'][_0x237754(0x16f)]('.')['pop']())==null?void 0x0:_0xdfe844['toLowerCase']();return!!(_0x40aabf&&(D[_0x30c50a]??[])[_0x237754(0x129)](_0x40aabf));}function k(_0x30c3c7,_0x119626=!0x1){const _0xcd355a=_0x3ae622;let _0x56dffc=_0x30c3c7[_0xcd355a(0x210)](_0x3a1b98=>D[_0x3a1b98]??[])[_0xcd355a(0x12b)](_0x4cb043=>'.'+_0x4cb043)['join'](',');return new Promise(_0x5d768b=>{const _0x4eb47c=_0xcd355a;let _0x553887=document[_0x4eb47c(0x143)](_0x4eb47c(0x132));_0x553887[_0x4eb47c(0x1f5)]=_0x4eb47c(0x1a0),_0x553887['accept']=_0x56dffc,_0x553887[_0x4eb47c(0xf6)]=_0x119626;let _0x535cb4=()=>{const _0x5b20b2=_0x4eb47c;var _0x26bbde;return _0x5d768b((_0x26bbde=_0x553887[_0x5b20b2(0x1b0)])!=null&&_0x26bbde[_0x5b20b2(0x148)]?_0x553887[_0x5b20b2(0x1b0)]:null);};_0x553887[_0x4eb47c(0x20a)]('change',_0x535cb4,{'once':!0x0}),_0x553887[_0x4eb47c(0x20a)](_0x4eb47c(0x1eb),_0x535cb4,{'once':!0x0}),_0x553887[_0x4eb47c(0x24d)]();});}async function A(_0x3c126f,_0x8860e3){const _0x41f47a=_0x3ae622;try{var _0xc14501,_0x67b7ae;let _0x1e383f=await _0x8860e3[_0x41f47a(0x151)](_0x3c126f,{'responseType':'blob'}),_0x336a6e=_0x1e383f[_0x41f47a(0x118)],_0x41ce89=((_0xc14501=_0x1e383f[_0x41f47a(0x240)][_0x41f47a(0x151)](_0x41f47a(0x218)))==null?void 0x0:_0xc14501[_0x41f47a(0x217)](',\x20'))??_0x41f47a(0x123),_0x4ce71f=_0x41f47a(0x1ad)+(E[_0x41ce89]||_0x41f47a(0x26f)),_0x420f7d=(_0x67b7ae=_0x1e383f['headers'][_0x41f47a(0x151)](_0x41f47a(0x16a)))==null?void 0x0:_0x67b7ae[_0x41f47a(0x217)](',\x20');if(_0x420f7d){let _0x1d01ee=_0x420f7d[_0x41f47a(0x1d4)](/filename=(.+)/);_0x1d01ee&&_0x1d01ee[0x1]&&(_0x4ce71f=_0x1d01ee[0x1]);}else _0x4ce71f=te(_0x3c126f)||_0x4ce71f;return new File([_0x336a6e],_0x4ce71f,{'type':_0x41ce89});}catch(_0x17b48e){console[_0x41f47a(0x1e3)](_0x41f47a(0xeb),_0x17b48e);return;}}function te(_0x46b1ec){const _0x3abd25=_0x3ae622;try{return new URL(_0x46b1ec)[_0x3abd25(0x207)][_0x3abd25(0x16f)]('/')['pop']();}catch(_0x29b585){console[_0x3abd25(0x1e3)]('Error\x20getting\x20file\x20name\x20from\x20URL:',_0x29b585);return;}}function ne(_0xd92a27){const _0x38e385=_0x3ae622;let _0x191ab5=new Blob([_0xd92a27[_0x38e385(0x1c9)]],{'type':_0x38e385(0x179)});return new File([_0x191ab5],'file.json');}function j(_0x2e4e40,_0x2cafb0){const _0x70b28d=_0x3ae622;return _0x2e4e40[_0x70b28d(0x26c)](_0x70b28d(0x17f),_0x2cafb0);}function M(_0x37d26c,_0x186391){const _0xb73a70=_0x3ae622;return _0x37d26c[_0xb73a70(0x26c)](_0xb73a70(0x138),_0x186391);}function N(_0xe8bbd0,_0x117b86){const _0x5cf393=_0x3ae622;return _0xe8bbd0[_0x5cf393(0x26c)](_0x5cf393(0x161),_0x117b86);}function P(_0x492bf4){'@babel/helpers - typeof';const _0x5b9eff=_0x3ae622;return P=typeof Symbol==_0x5b9eff(0x246)&&typeof Symbol[_0x5b9eff(0x109)]==_0x5b9eff(0x163)?function(_0xfff412){return typeof _0xfff412;}:function(_0x1464b4){const _0x45fbf1=_0x5b9eff;return _0x1464b4&&typeof Symbol==_0x45fbf1(0x246)&&_0x1464b4[_0x45fbf1(0x14b)]===Symbol&&_0x1464b4!==Symbol[_0x45fbf1(0x245)]?_0x45fbf1(0x163):typeof _0x1464b4;},P(_0x492bf4);}function F(_0xca34c9,_0x43e305){const _0x4693b8=_0x3ae622;if(P(_0xca34c9)!='object'||!_0xca34c9)return _0xca34c9;var _0x5b046d=_0xca34c9[Symbol[_0x4693b8(0x1d8)]];if(_0x5b046d!==void 0x0){var _0x1ca705=_0x5b046d[_0x4693b8(0x1e4)](_0xca34c9,_0x43e305||'default');if(P(_0x1ca705)!=_0x4693b8(0x252))return _0x1ca705;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x43e305===_0x4693b8(0x219)?String:Number)(_0xca34c9);}function re(_0x3c338a){const _0xa9abf8=_0x3ae622;var _0x1a8253=F(_0x3c338a,_0xa9abf8(0x219));return P(_0x1a8253)==_0xa9abf8(0x163)?_0x1a8253:_0x1a8253+'';}function I(_0x327592,_0x4bd583,_0x129925){const _0x208b88=_0x3ae622;return(_0x4bd583=re(_0x4bd583))in _0x327592?Object[_0x208b88(0x238)](_0x327592,_0x4bd583,{'value':_0x129925,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x327592[_0x4bd583]=_0x129925,_0x327592;}function L(_0x169294,_0x5ce16c){return function(_0x51510a,_0x15a915){_0x5ce16c(_0x51510a,_0x15a915,_0x169294);};}function R(_0x25d7e1,_0x37fe9f,_0x1b87de,_0x2edae5){const _0xfaa7b1=_0x3ae622;var _0x15aba8=arguments[_0xfaa7b1(0x148)],_0x45189f=_0x15aba8<0x3?_0x37fe9f:_0x2edae5===null?_0x2edae5=Object[_0xfaa7b1(0x220)](_0x37fe9f,_0x1b87de):_0x2edae5,_0x2f1167;if(typeof Reflect==_0xfaa7b1(0x252)&&typeof Reflect[_0xfaa7b1(0x19f)]=='function')_0x45189f=Reflect[_0xfaa7b1(0x19f)](_0x25d7e1,_0x37fe9f,_0x1b87de,_0x2edae5);else{for(var _0x459049=_0x25d7e1[_0xfaa7b1(0x148)]-0x1;_0x459049>=0x0;_0x459049--)(_0x2f1167=_0x25d7e1[_0x459049])&&(_0x45189f=(_0x15aba8<0x3?_0x2f1167(_0x45189f):_0x15aba8>0x3?_0x2f1167(_0x37fe9f,_0x1b87de,_0x45189f):_0x2f1167(_0x37fe9f,_0x1b87de))||_0x45189f);}return _0x15aba8>0x3&&_0x45189f&&Object[_0xfaa7b1(0x238)](_0x37fe9f,_0x1b87de,_0x45189f),_0x45189f;}let ie=function(_0x3dc1c4){const _0xd32294=_0x3ae622;return _0x3dc1c4[_0x3dc1c4[_0xd32294(0x186)]=0x0]=_0xd32294(0x186),_0x3dc1c4[_0x3dc1c4['UNIT']=0x1]='UNIT',_0x3dc1c4[_0x3dc1c4['JSON']=0x2]=_0xd32294(0x23f),_0x3dc1c4[_0x3dc1c4[_0xd32294(0x233)]=-0x1]=_0xd32294(0x233),_0x3dc1c4;}({}),ae=function(_0x5af34f){const _0x180797=_0x3ae622;return _0x5af34f[_0x180797(0x1ab)]=_0x180797(0x26f),_0x5af34f[_0x180797(0x1c5)]=_0x180797(0x18d),_0x5af34f['TSV']=_0x180797(0x144),_0x5af34f[_0x180797(0x206)]='docx',_0x5af34f[_0x180797(0x13e)]=_0x180797(0x1de),_0x5af34f['PDF']=_0x180797(0x26a),_0x5af34f;}({}),oe=function(_0x124f89){const _0x5129ba=_0x3ae622;return _0x124f89[_0x5129ba(0x187)]=_0x5129ba(0x196),_0x124f89[_0x5129ba(0x22f)]=_0x5129ba(0x248),_0x124f89[_0x5129ba(0x18a)]=_0x5129ba(0xfe),_0x124f89['HYBRID']=_0x5129ba(0x19a),_0x124f89;}({}),se=function(_0xb90c48){const _0x341ac0=_0x3ae622;return _0xb90c48[_0x341ac0(0x15c)]=_0x341ac0(0x249),_0xb90c48[_0x341ac0(0x175)]='values',_0xb90c48[_0x341ac0(0x100)]=_0x341ac0(0x182),_0xb90c48[_0x341ac0(0x1f1)]=_0x341ac0(0x1f4),_0xb90c48;}({}),ce=function(_0x578d3b){const _0x2d60c2=_0x3ae622;return _0x578d3b[_0x2d60c2(0x22f)]='tables',_0x578d3b[_0x2d60c2(0xfd)]='ranges',_0x578d3b;}({});const z=(0x0,t[_0x3ae622(0x20e)])('univer-pro.exchange-client.request.service');let B=class{constructor(_0x335012,_0x4b5693){const _0x5bb130=_0x3ae622;this['_configService']=_0x335012,this[_0x5bb130(0x272)]=_0x4b5693,I(this,'_taskInterrupted',new Set());}[_0x3ae622(0x11a)](){}[_0x3ae622(0x1b1)](_0x266ac6){const _0x37b518=_0x3ae622;this[_0x37b518(0x25e)][_0x37b518(0x111)](_0x266ac6);}['clearTaskInterrupted'](){const _0x1527e5=_0x3ae622;this[_0x1527e5(0x25e)][_0x1527e5(0x125)]();}async[_0x3ae622(0xfa)](_0x2cf1a4,_0x23cd8b=0x0,_0x160cc0=!0x1){const _0x346c46=_0x3ae622;if(typeof _0x2cf1a4==_0x346c46(0x219)){let _0x40588a=await A(_0x2cf1a4,this[_0x346c46(0x272)]);if(!_0x40588a)throw Error(_0x346c46(0xfb));_0x2cf1a4=_0x40588a;}_0x23cd8b||=_0x2cf1a4[_0x346c46(0x12e)];let _0x4ab30e=new FormData();_0x4ab30e[_0x346c46(0x261)]('file',_0x2cf1a4);try{let _0x156e5b=this[_0x346c46(0x235)]()+_0x346c46(0x195)+_0x23cd8b+'&source='+s[_0x346c46(0x18b)][_0x346c46(0x1ae)]+'&flate='+_0x160cc0,_0x21358e={'body':_0x4ab30e},_0x87f309=(await this[_0x346c46(0x272)][_0x346c46(0x170)](_0x156e5b,_0x21358e))['body'];if(_0x87f309[_0x346c46(0x1e3)]&&_0x87f309[_0x346c46(0x1e3)][_0x346c46(0x1c1)]!==s[_0x346c46(0x20b)]['OK'])throw Error(this[_0x346c46(0x1c6)](_0x346c46(0x1c0),_0x87f309[_0x346c46(0x1e3)]));return _0x87f309;}catch(_0x23cedf){throw _0x23cedf instanceof Error?_0x23cedf:Error(this[_0x346c46(0x10b)](_0x346c46(0x1c0),_0x23cedf));}}async[_0x3ae622(0xf4)](_0x2e30e5){const _0x12cc04=_0x3ae622;let {type:_0x512a9c,..._0x40bd30}=_0x2e30e5;try{let _0x46df6e=j(this[_0x12cc04(0x134)](),''+_0x512a9c),_0x2dedd2={'body':_0x40bd30},_0x43530d=(await this[_0x12cc04(0x272)][_0x12cc04(0x170)](_0x46df6e,_0x2dedd2))[_0x12cc04(0x118)];return _0x43530d[_0x12cc04(0x1e3)]&&_0x43530d[_0x12cc04(0x1e3)]['code']!==s['ErrorCode']['OK']?void 0x0:_0x43530d;}catch{return;}}async[_0x3ae622(0x183)](_0x2a5d60){const _0x5a644a=_0x3ae622;let {type:_0x9fb6c4}=_0x2a5d60;try{let _0x5da0d5=j(this[_0x5a644a(0x193)](),''+_0x9fb6c4),_0x1a7791={'body':_0x2a5d60},_0x1cb50a=(await this['_httpService'][_0x5a644a(0x170)](_0x5da0d5,_0x1a7791))[_0x5a644a(0x118)];return _0x1cb50a[_0x5a644a(0x1e3)]&&_0x1cb50a[_0x5a644a(0x1e3)]['code']!==s[_0x5a644a(0x20b)]['OK']?void 0x0:_0x1cb50a;}catch{return;}}async[_0x3ae622(0x16c)](_0x166b7c){return new Promise((_0x1e1b3f,_0x4df1e5)=>{const _0x32aedb=_0x4b66;try{let _0x262072=0x0,_0x8c0f2e=M(this['_getTaskURL'](),''+_0x166b7c),_0x4e1179=this[_0x32aedb(0x178)](),_0x200824=async()=>{const _0x4c12af=_0x32aedb;if(this[_0x4c12af(0x25e)]['has'](_0x166b7c))return;let _0x3a83c2=(await this[_0x4c12af(0x272)][_0x4c12af(0x151)](_0x8c0f2e))['body'];if(_0x3a83c2[_0x4c12af(0x1e3)]&&_0x3a83c2[_0x4c12af(0x1e3)][_0x4c12af(0x1c1)]===s[_0x4c12af(0x20b)]['OK']){if(_0x3a83c2[_0x4c12af(0x268)]===_0x4c12af(0x112))_0x1e1b3f(_0x3a83c2);else{if(_0x3a83c2[_0x4c12af(0x268)]===_0x4c12af(0x23b)){let _0x1a3cbb=0x3e8;if(_0x262072>=_0x4e1179){_0x4df1e5(_0x3a83c2);return;}else _0x262072>=0x7530&&(_0x1a3cbb=0x1388);_0x262072+=_0x1a3cbb,setTimeout(_0x200824,_0x1a3cbb);}else _0x4df1e5(_0x3a83c2);}}else _0x4df1e5(_0x3a83c2);};_0x200824();}catch(_0x3be5db){_0x4df1e5(_0x3be5db instanceof Error?_0x3be5db:Error(String(_0x3be5db)));}});}async['signUrl'](_0xae9070){const _0x3fb7ab=_0x3ae622;try{let _0x3734d4=N(this[_0x3fb7ab(0x1d9)](),''+_0xae9070);return(await this[_0x3fb7ab(0x272)][_0x3fb7ab(0x151)](_0x3734d4))[_0x3fb7ab(0x118)];}catch{return;}}async[_0x3ae622(0x271)](_0x5dabd5){const _0x22d6e2=_0x3ae622;try{return(await this[_0x22d6e2(0x272)][_0x22d6e2(0x151)](_0x5dabd5,{'responseType':_0x22d6e2(0x182)}))[_0x22d6e2(0x118)];}catch{return;}}[_0x3ae622(0x1c6)](_0x3a25b7,_0x93da32){const _0x37340e=_0x3ae622;let _0x34a9df=this[_0x37340e(0x236)](_0x93da32);return _0x34a9df?_0x3a25b7+':\x20'+_0x34a9df:_0x3a25b7;}[_0x3ae622(0x10b)](_0x3ed25e,_0x49d2e3){const _0x3e0bdb=_0x3ae622;if(_0x49d2e3 instanceof n[_0x3e0bdb(0x11e)]){let _0x5750ab=typeof _0x49d2e3['status']==_0x3e0bdb(0x25d)?''+_0x49d2e3['status']+(_0x49d2e3[_0x3e0bdb(0x258)]?'\x20'+_0x49d2e3[_0x3e0bdb(0x258)]:''):void 0x0,_0x1d0950=this[_0x3e0bdb(0x236)](_0x49d2e3[_0x3e0bdb(0x1e3)]);return _0x5750ab&&_0x1d0950?_0x3ed25e+_0x3e0bdb(0xe7)+_0x5750ab+_0x3e0bdb(0x101)+_0x1d0950:_0x5750ab?_0x3ed25e+_0x3e0bdb(0xe7)+_0x5750ab:_0x1d0950?_0x3ed25e+':\x20'+_0x1d0950:_0x3ed25e;}let _0x1dada9=this[_0x3e0bdb(0x236)](_0x49d2e3);return _0x1dada9?_0x3ed25e+':\x20'+_0x1dada9:_0x3ed25e;}[_0x3ae622(0x236)](_0x2036bc){const _0x5ac047=_0x3ae622;if(typeof _0x2036bc=='string'){let _0x6682d0=_0x2036bc[_0x5ac047(0x239)]();return _0x6682d0[_0x5ac047(0x148)]>0x0?_0x6682d0:void 0x0;}if(_0x2036bc instanceof Error)return this[_0x5ac047(0x236)](_0x2036bc[_0x5ac047(0x26e)]);if(!_0x2036bc||typeof _0x2036bc!='object'||Array[_0x5ac047(0x227)](_0x2036bc))return;let _0x14ca0d=_0x2036bc,_0x494328=this['_extractErrorDetail'](_0x14ca0d[_0x5ac047(0x26e)]);if(_0x494328)return _0x494328;if(_0x14ca0d[_0x5ac047(0x1e3)]&&typeof _0x14ca0d[_0x5ac047(0x1e3)]==_0x5ac047(0x252)&&!Array[_0x5ac047(0x227)](_0x14ca0d['error'])){let _0x3f16e4=this[_0x5ac047(0x236)](_0x14ca0d[_0x5ac047(0x1e3)]);if(_0x3f16e4)return _0x3f16e4;}}[_0x3ae622(0x235)](){const _0x5d9128=_0x3ae622;let _0x5a7828=this['_configService'][_0x5d9128(0x16e)](m);return(_0x5a7828==null?void 0x0:_0x5a7828[_0x5d9128(0x194)])??_0x5d9128(0x1a8);}[_0x3ae622(0x134)](){const _0x3d5ad3=_0x3ae622;let _0x48642a=this['_configService']['getConfig'](m);return(_0x48642a==null?void 0x0:_0x48642a[_0x3d5ad3(0x241)])??_0x3d5ad3(0x1e6);}[_0x3ae622(0x193)](){const _0x6a10e2=_0x3ae622;let _0x2dc61d=this[_0x6a10e2(0x1a4)]['getConfig'](m);return(_0x2dc61d==null?void 0x0:_0x2dc61d[_0x6a10e2(0x1c3)])??_0x6a10e2(0x250);}[_0x3ae622(0x1ea)](){const _0x47956a=_0x3ae622;let _0x258794=this[_0x47956a(0x1a4)][_0x47956a(0x16e)](m);return(_0x258794==null?void 0x0:_0x258794[_0x47956a(0x21a)])??_0x47956a(0x15a);}[_0x3ae622(0x1d9)](){const _0x4d6246=_0x3ae622;let _0x281e5f=this[_0x4d6246(0x1a4)]['getConfig'](m);return(_0x281e5f==null?void 0x0:_0x281e5f[_0x4d6246(0x229)])??'/universer-api/file/{fileID}/sign-url';}[_0x3ae622(0x178)](){const _0x205c70=_0x3ae622;let _0x5ea480=this[_0x205c70(0x1a4)][_0x205c70(0x16e)](m);return(_0x5ea480==null?void 0x0:_0x5ea480[_0x205c70(0xed)])??0x1d4c0;}};B=R([L(0x0,t[_0x3ae622(0x12f)]),L(0x1,(0x0,t[_0x3ae622(0x126)])(n['HTTPService']))],B);const V=_0x3ae622(0x1d3);function H({formats:_0x37407a,items:_0x2f6091,selectedId:_0x2ad5c6,onCancel:_0x1c7c66,onConfirm:_0x36ea22}){const _0x2d81ad=_0x3ae622;let _0x43eeb2=(0x0,i[_0x2d81ad(0xee)])(t[_0x2d81ad(0x20d)]),[_0x38fea4,_0x42275b]=(0x0,o[_0x2d81ad(0x1db)])(_0x37407a[0x0]),[_0x2bdfb6,_0x40332d]=(0x0,o[_0x2d81ad(0x1db)])(_0x2ad5c6),[_0x2064ed,_0xb53f1b]=(0x0,o[_0x2d81ad(0x1db)])(!0x1),_0x5ecd77=(0x0,o[_0x2d81ad(0x1ec)])(!0x1);return(0x0,c['jsxs'])('div',{'className':_0x2d81ad(0xe8),'children':[(0x0,c[_0x2d81ad(0x122)])(_0x2d81ad(0x200),{'className':_0x2d81ad(0x164),'children':_0x37407a[_0x2d81ad(0x12b)](_0x302783=>(0x0,c[_0x2d81ad(0x17c)])(_0x2d81ad(0x200),{'className':_0x2d81ad(0x162),'children':[(0x0,c['jsx'])(a['Radio'],{'value':_0x302783,'checked':_0x38fea4===_0x302783,'onChange':_0x41b024=>_0x42275b(_0x41b024),'children':(0x0,c['jsx'])(_0x2d81ad(0x1e1),{'className':_0x2d81ad(0x1dd),'children':_0x302783[_0x2d81ad(0x1c2)]()})}),_0x302783!==_0x2d81ad(0x26f)&&(0x0,c[_0x2d81ad(0x122)])(a['Select'],{'className':_0x2d81ad(0x13d),'value':_0x2bdfb6,'options':_0x2f6091,'onChange':_0x3c6a83=>_0x40332d(String(_0x3c6a83))})]},_0x302783))}),(0x0,c['jsxs'])(_0x2d81ad(0x200),{'className':_0x2d81ad(0x21b),'children':[(0x0,c[_0x2d81ad(0x122)])(a[_0x2d81ad(0x115)],{'type':_0x2d81ad(0xf7),'variant':_0x2d81ad(0x172),'onClick':_0x1c7c66,'children':_0x43eeb2['t'](_0x2d81ad(0x24a))}),(0x0,c[_0x2d81ad(0x17c)])(a[_0x2d81ad(0x115)],{'type':_0x2d81ad(0xf7),'variant':_0x2d81ad(0x13f),'aria-busy':_0x2064ed,'disabled':_0x2064ed||!_0x38fea4||_0x38fea4!=='xlsx'&&!_0x2bdfb6,'onClick':async()=>{const _0x2ed000=_0x2d81ad;if(!_0x5ecd77[_0x2ed000(0x166)]){_0x5ecd77[_0x2ed000(0x166)]=!0x0,_0xb53f1b(!0x0);try{await _0x36ea22(_0x38fea4,_0x2bdfb6);}finally{_0x5ecd77[_0x2ed000(0x166)]=!0x1,_0xb53f1b(!0x1);}}},'children':[_0x2064ed&&(0x0,c[_0x2d81ad(0x122)])(r[_0x2d81ad(0x1d6)],{'className':_0x2d81ad(0x1bd)}),_0x43eeb2['t'](_0x2d81ad(0x255))]})]})]});}let U=class extends t[_0x3ae622(0x149)]{constructor(_0xa40f80,_0x191558){const _0x454e2a=_0x3ae622;super(),this['_iconManager']=_0xa40f80,this['_componentManager']=_0x191558,this[_0x454e2a(0xe9)](this[_0x454e2a(0x169)][_0x454e2a(0x106)]({'DirectExportIcon':r[_0x454e2a(0x1c8)],'ExportIcon':r[_0x454e2a(0x254)],'FolderIcon':r[_0x454e2a(0x152)]})),this['disposeWithMe'](this['_componentManager'][_0x454e2a(0x106)](V,H));}};function _0x509b(){const _0x196128=['_buildProtocolErrorMessage','univer-flex\x20univer-items-center','DirectExportIcon','buffer','univer-pro.exchange-client.operate.service','univer-flex\x20univer-size-6\x20univer-shrink-0\x20univer-items-center\x20univer-justify-center\x20univer-text-2xl','BehaviorSubject','list$','createUnit','Injector','UNIVER_EXCHANGE_CLIENT_PLUGIN','_addDoneTask','registerComponent','exchange-client.export-format-dialog','match','_injector','LoadingMultiIcon','saveSheetBlock','toPrimitive','_getSignURL','_getDownloadEndpointURL','useState','resolve','univer-w-10','pptx','UNIVER_UNKNOWN','_exportBySnapshot','span','application/msword','error','call','_logService','/universer-api/exchange/{type}/import','6254290CSeujG','outputType','catch','_getTaskURL','cancel','useRef','version','fromEntries','exportFileByUnitId','unit','FAIL','exchange-client.internalError','origin','fail','type','_state$','visible$','_import','univer-h-7\x20univer-cursor-pointer\x20univer-select-none\x20univer-rounded-md\x20univer-border-0\x20univer-border-transparent\x20univer-bg-transparent\x20univer-px-2\x20univer-py-0\x20univer-text-sm\x20univer-text-primary-600\x20univer-transition-all\x20univer-duration-150\x20hover:univer-bg-primary-50','_showNetworkError','172428sJvaVi','textDecoder','HTTPService','isUnitLoadedFromServer','_requestState$','div','univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','Subject','toStringTag','univer-text-sm\x20univer-text-gray-500','appendChild','DOCX','pathname','_importFileToUnitId','href','addEventListener','ErrorCode','stringify','LocaleService','createIdentifier','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-1.5\x20univer-pr-2','flatMap','Failed\x20to\x20get\x20fileID\x20from\x20task','application/vnd.openxmlformats-officedocument.presentationml.presentation','requestState$','UniverInstanceType','link','univer-mt-3\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-2\x20univer-pr-1','join','Content-Type','string','getTaskServerUrl','univer-flex\x20univer-justify-end\x20univer-gap-2','exchange-client.downloadSuccess','_signUrl','hide','SnapshotService','getOwnPropertyDescriptor','exchange-client.interrupt','_uploadNotificationService','title','exchange-client.uploadAgain','floor','univer-mt-5\x20univer-max-h-72\x20univer-overflow-y-auto\x20univer-overflow-x-hidden','isArray','CONNECTOR_DATA_TOO_LARGE','signUrlServerUrl','transformSheetBlockMetaToString','UNIVER_BASE','_config','toString','pushLink','TABLES','downloadFile','url','CONTENT','UNRECOGNIZED','UNIVER_PROJECT','_getUploadFileURL','_extractErrorDetail','revokeObjectURL','defineProperty','trim','_list','pending','IExchangeOperateService','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','_localeService','JSON','headers','importServerUrl','IMessageService','258605HAqRDy','ExchangeBaseImportMode','prototype','function','_clearProgress','tables','convert-then-values','exchange-client.cancel','univer-h-1.5\x20univer-rounded-lg\x20univer-bg-primary-600\x20univer-transition-[width]\x20univer-duration-500','42zjCEWe','click','unshift','signUrl','/universer-api/exchange/{type}/export','retryImportFileToUnitId','object','transformWorkbookSnapshotMetaToString','ExportIcon','exchange-client.confirm','MessageType','text/csv','statusText','clsx','Failed\x20to\x20get\x20text\x20from\x20url','has','_fileTypeError','number','_taskInterrupted','export\x20error','progress$','append','univer-text-red-500','ClockIcon','_list$','_showUploadMessage','EXPORT_FORMAT_DIALOG','resolveWithBasePath','status','b64EncodeUnicode','pdf','clearTaskInterrupted','replace','_requestService','message','xlsx','_sheetBlockCache','getTextFromUrl','_httpService','univer-text-blue-500','merge',':\x20HTTP\x20','univer-flex\x20univer-flex-col\x20univer-gap-5\x20univer-p-1','disposeWithMe','No\x20unit\x20of\x20type\x20','Error\x20fetching\x20file\x20from\x20URL:','1027035pWiTfa','maxTimeoutTime','useDependency','toDisposable','_addTotalCount','name','ppt','exchange-client.fileTypeError','import','univer-mt-5\x20univer-flex\x20univer-flex-col','multiple','button','decode','shift','upload','upload\x20request\x20failed:\x20failed\x20to\x20read\x20source\x20file\x20from\x20url','ExchangeFormat','RANGES','sheets','exchange-client.unknownMistake','TEXT','\x20-\x20','_exchangeService','9IDeVZa','_lastUnitImportContext','_totalUploadTaskCount','register','asObservable','_completeProgress','iterator','univer-ml-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','_buildHttpErrorMessage','_registerUIParts','_showDownloadMessage','importFileToSnapshot','packageName','_getLinkByUnitId','add','done','docx','UNIVER_DOC','Button','interruptImportTask','921176TEwzSW','body','_refreshUnit','dispose','_upload','30961eDjOvV','updateState','HTTPResponseError','saveSnapshot','isCurrentUnitLoadedFromServer','ShareRangeIcon','jsx','application/octet-stream','registerLink','clear','Inject','SheetsMultiIcon','_uiPartsService','includes','entries','map','_uploadTaskNotDone','UniverExchangeClientPlugin','size','IConfigService','forEach','filter','input','exchange-client.config','_getImportURL','Success','importFileToUnitId','UniverNetworkPlugin','{taskID}','Failed\x20to\x20get\x20unitID\x20from\x20task','SuccessIcon','taskID','Info','univer-w-48','PPTX','primary','_blank','_univerInstanceService','touchDependencies','createElement','tsv','originalMeta','_progress$','IUIPartsService','length','Disposable','univer-flex\x20univer-w-[calc(100%-48px)]\x20univer-items-center','constructor','exchange-client.uploading','importFileToJson','exchange-client.networkError','exchange-client.uploadSuccess','show','get','FolderIcon','Tooltip','getCurrentUnitOfType','application/vnd.ms-powerpoint','pluginName','scrollbarClassName','_importTaskId','getSheetBlock','/universer-api/exchange/task/{taskID}','ErrorIcon','CONVERT_THEN_VALUES','importer','UNIVER_SLIDE','getLatestCsReqIdBySid','application/pdf','{fileID}','univer-flex\x20univer-items-center\x20univer-gap-3','symbol','univer-flex\x20univer-flex-col\x20univer-gap-4','DependentOn','current','getUnitId','Warning','_iconManager','content-disposition','searchParams','getTask','_doneUploadTaskCount','getConfig','split','post','exchange-client.uploadSuccessTip','default','_messageService','Plugin','VALUES','set','\x20is\x20currently\x20active.','_getMaxPollingTime','application/json','ExchangeBaseFormulaPolicy','_isSelectingUnitImportFile','jsxs','UNIVER_PDF','upload\x20failed:\x20FileId\x20is\x20empty','{type}','2JjnWen','sign\x20url\x20error','text','export','useObservable','interrupt','UNDEFINED','AUTO','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','updateSnapshot','SHEETS','FileSource','registerDependencies','csv','IExchangeService','Failed\x20to\x20get\x20taskID\x20from\x20import\x20response','state$','complete','success','_getExportURL','uploadFileServerUrl','?size=','auto','Error','data','IconManager','hybrid','Failed\x20to\x20parse\x20json','xls','ILogService','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','decorate','file','importFileAsSnapshot','IUniverInstanceService','_importToJson','_configService','Failed\x20to\x20get\x20file\x20from\x20url','638553pofLVZ','none','/universer-api/stream/file/upload','_visible$','doc','XLSX','_export','file.','HttpImport','ClientSnapshotServerService','files','setTaskInterrupted','parse','jsonID','_emitProgress','FileId','Module','ImportOutputType','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','min','univer-text-green-500','next','blockID','univer-animate-spin','Get\x20outputType\x20error','downloadEndpointUrl','upload\x20request\x20failed','code','toUpperCase','exportServerUrl','import\x20error','CSV'];_0x509b=function(){return _0x196128;};return _0x509b();}U=R([L(0x0,(0x0,t[_0x3ae622(0x126)])(i[_0x3ae622(0x199)])),L(0x1,(0x0,t['Inject'])(i['ComponentManager']))],U);const W=(0x0,t[_0x3ae622(0x20e)])('univer-pro.exchange-client.upload-notification.service');var le=class extends t[_0x3ae622(0x149)]{constructor(){const _0x218162=_0x3ae622;super(),I(this,_0x218162(0x1a9),new l[(_0x218162(0x202))]()),I(this,_0x218162(0x1f6),new l[(_0x218162(0x202))]()),I(this,_0x218162(0x264),new l[(_0x218162(0x202))]()),I(this,'visible$',this[_0x218162(0x1a9)]['asObservable']()),I(this,_0x218162(0x190),this[_0x218162(0x1f6)][_0x218162(0x107)]()),I(this,_0x218162(0x1cd),this[_0x218162(0x264)][_0x218162(0x107)]()),I(this,_0x218162(0x23a),[]);}[_0x3ae622(0x11a)](){const _0x3189ad=_0x3ae622;super[_0x3189ad(0x11a)](),this['_visible$'][_0x3189ad(0x191)](),this[_0x3189ad(0x1f6)][_0x3189ad(0x191)](),this[_0x3189ad(0x264)][_0x3189ad(0x191)]();}['show'](){const _0x24e6ac=_0x3ae622;this['_visible$'][_0x24e6ac(0x1bb)](!0x0);}[_0x3ae622(0x21e)](){this['_visible$']['next'](!0x1);}[_0x3ae622(0x11d)](_0x53490f){const _0x4f83ae=_0x3ae622;this['_state$'][_0x4f83ae(0x1bb)](_0x53490f);}[_0x3ae622(0x22e)](_0x3b0cbd){const _0x8cb5d5=_0x3ae622;this[_0x8cb5d5(0x23a)][_0x8cb5d5(0x24e)](_0x3b0cbd),this[_0x8cb5d5(0x264)][_0x8cb5d5(0x1bb)](this[_0x8cb5d5(0x23a)]);}};function ue(_0x2df6f6){const _0x501ea0=_0x3ae622;let {list:_0x37bbb1}=_0x2df6f6;function _0x514544(_0x21a963){const _0x1d386c=_0x4b66;switch(_0x21a963){case t[_0x1d386c(0x214)]['UNIVER_DOC']:return(0x0,c['jsx'])(r['DocsMultiIcon'],{});case t[_0x1d386c(0x214)]['UNIVER_SHEET']:case t[_0x1d386c(0x214)][_0x1d386c(0x22b)]:return(0x0,c[_0x1d386c(0x122)])(r[_0x1d386c(0x127)],{});case t[_0x1d386c(0x214)][_0x1d386c(0x15e)]:return(0x0,c['jsx'])(r['SlidesMultiIcon'],{});default:return null;}}return(0x0,c[_0x501ea0(0x122)])('div',{'className':(0x0,a[_0x501ea0(0x259)])(_0x501ea0(0x226),a[_0x501ea0(0x157)]),'children':(0x0,c['jsx'])('ul',{'className':'univer-m-0\x20univer-flex\x20univer-list-none\x20univer-flex-col\x20univer-gap-2\x20univer-p-0','children':_0x37bbb1[_0x501ea0(0x12b)]((_0x2832a3,_0x492a0e)=>(0x0,c[_0x501ea0(0x122)])('li',{'children':(0x0,c[_0x501ea0(0x17c)])('a',{'className':_0x501ea0(0x23d),'href':_0x2832a3[_0x501ea0(0x215)],'target':_0x501ea0(0x140),'rel':'noreferrer','children':[(0x0,c[_0x501ea0(0x17c)])(_0x501ea0(0x1e1),{'className':_0x501ea0(0x14a),'children':[(0x0,c[_0x501ea0(0x122)])(_0x501ea0(0x1e1),{'className':'univer-flex\x20univer-h-5\x20univer-text-xl','children':_0x514544(_0x2832a3[_0x501ea0(0x1f5)])}),(0x0,c[_0x501ea0(0x122)])(a[_0x501ea0(0x153)],{'showIfEllipsis':!0x0,'title':_0x2832a3[_0x501ea0(0xf1)],'asChild':!0x0,'children':(0x0,c[_0x501ea0(0x122)])(_0x501ea0(0x1e1),{'className':_0x501ea0(0x10a),'children':_0x2832a3[_0x501ea0(0xf1)]})})]}),(0x0,c[_0x501ea0(0x122)])('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,c[_0x501ea0(0x122)])(r[_0x501ea0(0x121)],{})})]})},_0x492a0e))})});}const G=(0x0,t[_0x3ae622(0x20e)])('univer-pro.exchange-client.exchange.service');let K=class extends t[_0x3ae622(0x149)]{constructor(_0x3f720d,_0x15a4ce,_0x2caf89){const _0x1853f1=_0x3ae622;super(),this['_configService']=_0x3f720d,this[_0x1853f1(0x272)]=_0x15a4ce,this['_requestService']=_0x2caf89,I(this,_0x1853f1(0x158),null),I(this,'_requestState$',new l[(_0x1853f1(0x202))]()),I(this,_0x1853f1(0x213),this['_requestState$'][_0x1853f1(0x107)]());}[_0x3ae622(0x11a)](){const _0x5a6579=_0x3ae622;super[_0x5a6579(0x11a)](),this[_0x5a6579(0x1ff)]['complete']();}[_0x3ae622(0x230)](_0x1f08ba,_0x3d2490,_0x1fe8da){const _0x1d100d=_0x3ae622;let _0x55fc0f=URL['createObjectURL'](_0x1f08ba);ee(_0x55fc0f,_0x3d2490,_0x1fe8da),URL[_0x1d100d(0x237)](_0x55fc0f);}async[_0x3ae622(0x136)](_0x26299a,_0x44aaa8,_0x6a8f90){const _0xef7405=_0x3ae622;var _0x1b4a2d,_0x4c4cad;let _0x3a2536=await this['_upload'](_0x26299a);if(!_0x3a2536)return;let _0x32794c=await this['_import'](_0x3a2536,0x1,_0x44aaa8,_0x6a8f90);if(!_0x32794c)return;this['_importTaskId']=_0x32794c,this[_0xef7405(0x26d)][_0xef7405(0x26b)]();let _0xe0eca8=await this['_requestService'][_0xef7405(0x16c)](_0x32794c)[_0xef7405(0x1e9)](_0x4840d9=>{const _0x1d135a=_0xef7405;var _0x2e522b;let _0x5cd5a5=_0x4840d9 instanceof Error?_0x4840d9['message']:(_0x2e522b=_0x4840d9[_0x1d135a(0x1e3)])==null?void 0x0:_0x2e522b['message'];this[_0x1d135a(0x1ff)][_0x1d135a(0x1bb)]({'error':{'code':s[_0x1d135a(0x20b)][_0x1d135a(0x233)],'message':_0x5cd5a5||''},'state':0x3});});if(!_0xe0eca8)return;let _0x1d6fe=(_0x1b4a2d=_0xe0eca8[_0xef7405(0xf4)])==null?void 0x0:_0x1b4a2d[_0xef7405(0x1e8)],_0x99f9dd=((_0x4c4cad=_0xe0eca8[_0xef7405(0xf4)])==null?void 0x0:_0x4c4cad['unitID'])||'';if(_0x1d6fe!==0x1){this['_requestState$'][_0xef7405(0x1bb)]({'error':{'code':s[_0xef7405(0x20b)][_0xef7405(0x233)],'message':_0xef7405(0x1be)},'state':0x3});return;}if(_0x99f9dd[_0xef7405(0x148)]===0x0){this[_0xef7405(0x1ff)][_0xef7405(0x1bb)]({'error':{'code':s[_0xef7405(0x20b)][_0xef7405(0x233)],'message':_0xef7405(0x139)},'state':0x3});return;}return this[_0xef7405(0x1ff)][_0xef7405(0x1bb)]({'error':_0xe0eca8['error'],'state':0x3}),_0x99f9dd;}async[_0x3ae622(0x14d)](_0x14f17b,_0x4c877e,_0x4cec89){const _0x3f5759=_0x3ae622;return this[_0x3f5759(0x1a3)](_0x14f17b,_0x4c877e,_0x4cec89);}async[_0x3ae622(0x1ef)](_0x16619e,_0x1870ea,_0x18dc27,_0x5d7886){const _0x477cf5=_0x3ae622;return this[_0x477cf5(0x1ac)](_0x16619e,0x1,_0x1870ea,_0x18dc27,_0x5d7886);}async['exportFileBySnapshot'](_0x156e29,_0x24e7e6,_0x3e5e17,_0x5b5739){const _0x7d3761=_0x3ae622;return this[_0x7d3761(0x1e0)](_0x156e29,_0x24e7e6,_0x3e5e17,_0x5b5739);}[_0x3ae622(0x116)](){const _0xbe1cc5=_0x3ae622;this[_0xbe1cc5(0x158)]&&this[_0xbe1cc5(0x26d)][_0xbe1cc5(0x1b1)](this[_0xbe1cc5(0x158)]);}async[_0x3ae622(0x1a3)](_0x3ef1be,_0x2a4aa8,_0x10f0dd){const _0x38cfc3=_0x3ae622;var _0x30cab6,_0x24bdd6;let _0x5e63b3=await this['_upload'](_0x3ef1be);if(!_0x5e63b3)return;let _0x8bc697=await this['_import'](_0x5e63b3,0x2,_0x2a4aa8,_0x10f0dd);if(!_0x8bc697)return;this[_0x38cfc3(0x158)]=_0x8bc697,this['_requestService'][_0x38cfc3(0x26b)]();let _0x3a5e1d=await this[_0x38cfc3(0x26d)][_0x38cfc3(0x16c)](_0x8bc697)['catch'](_0x2a64f9=>{const _0x2d1109=_0x38cfc3;var _0x4235af;let _0x1a6670=_0x2a64f9 instanceof Error?_0x2a64f9[_0x2d1109(0x26e)]:(_0x4235af=_0x2a64f9[_0x2d1109(0x1e3)])==null?void 0x0:_0x4235af['message'];this['_requestState$'][_0x2d1109(0x1bb)]({'error':{'code':s[_0x2d1109(0x20b)]['UNRECOGNIZED'],'message':_0x1a6670||''},'state':0x3});});if(!_0x3a5e1d)return;let _0x77332=(_0x30cab6=_0x3a5e1d[_0x38cfc3(0xf4)])==null?void 0x0:_0x30cab6['outputType'],_0x201606=((_0x24bdd6=_0x3a5e1d[_0x38cfc3(0xf4)])==null?void 0x0:_0x24bdd6[_0x38cfc3(0x1b3)])||'';if(_0x77332!==0x2){this[_0x38cfc3(0x1ff)][_0x38cfc3(0x1bb)]({'error':{'code':s['ErrorCode'][_0x38cfc3(0x233)],'message':_0x38cfc3(0x1be)},'state':0x3});return;}if(_0x201606[_0x38cfc3(0x148)]===0x0){this[_0x38cfc3(0x1ff)]['next']({'error':{'code':s[_0x38cfc3(0x20b)][_0x38cfc3(0x233)],'message':'Failed\x20to\x20get\x20jsonID\x20from\x20task'},'state':0x3});return;}this[_0x38cfc3(0x1ff)][_0x38cfc3(0x1bb)]({'error':_0x3a5e1d['error'],'state':0x3});let _0x19107b=await this[_0x38cfc3(0x21d)](_0x201606);if(!_0x19107b)return;let _0x2367eb=await this['_requestService'][_0x38cfc3(0x271)](_0x19107b);if(!_0x2367eb){this[_0x38cfc3(0x1ff)]['next']({'error':{'code':s['ErrorCode'][_0x38cfc3(0x233)],'message':_0x38cfc3(0x25a)},'state':0x5});return;}try{let _0x257b37=JSON[_0x38cfc3(0x1b2)](_0x2367eb);return this[_0x38cfc3(0x1ff)]['next']({'error':{'code':s[_0x38cfc3(0x20b)]['OK'],'message':_0x38cfc3(0x192)},'state':0x5}),_0x257b37;}catch{this[_0x38cfc3(0x1ff)]['next']({'error':{'code':s[_0x38cfc3(0x20b)]['UNRECOGNIZED'],'message':_0x38cfc3(0x19b)},'state':0x5});}}async['_exportBySnapshot'](_0x3fe161,_0x3c5a3e,_0xd431b8,_0x34536d){const _0x232541=_0x3ae622;let _0x1f1a4a=JSON[_0x232541(0x20c)](_0x3fe161),_0x78cb62=u['textEncoder']['encode'](_0x1f1a4a),_0x23b75a=(0x0,d['deflateSync'])(_0x78cb62),_0x4ad01f=_0x78cb62[_0x232541(0x148)],_0x206594=ne(_0x23b75a),_0x86ee3f=await this[_0x232541(0x11b)](_0x206594,_0x4ad01f,!0x0);if(_0x86ee3f)return this[_0x232541(0x1ac)](_0x86ee3f,0x2,_0x3c5a3e,_0xd431b8,_0x34536d);}async[_0x3ae622(0x1ac)](_0x4b02d8,_0x32a5fa,_0x560efb,_0x3d8ed9,_0x22807b){const _0x1b120d=_0x3ae622;var _0x1c1e7e;let _0xe13405=await this[_0x1b120d(0x26d)]['export']({..._0x32a5fa===0x1?{'unitID':_0x4b02d8}:{'jsonID':_0x4b02d8},'type':_0x560efb,'format':_0x3d8ed9,'options':_0x22807b});if(!_0xe13405){this[_0x1b120d(0x1ff)][_0x1b120d(0x1bb)]({'error':{'code':s[_0x1b120d(0x20b)]['UNRECOGNIZED'],'message':_0x1b120d(0x25f)},'state':0x2});return;}if(this['_requestState$'][_0x1b120d(0x1bb)]({'error':_0xe13405[_0x1b120d(0x1e3)],'state':0x2}),_0xe13405[_0x1b120d(0x1e3)]&&_0xe13405[_0x1b120d(0x1e3)][_0x1b120d(0x1c1)]!==s[_0x1b120d(0x20b)]['OK'])return;let _0xa2ae8d=_0xe13405[_0x1b120d(0x13b)],_0x2926e=await this[_0x1b120d(0x26d)][_0x1b120d(0x16c)](_0xa2ae8d)[_0x1b120d(0x1e9)](_0x49fe01=>{const _0x3bdc8a=_0x1b120d;var _0x21be83;let _0x6dacf6=_0x49fe01 instanceof Error?_0x49fe01['message']:(_0x21be83=_0x49fe01[_0x3bdc8a(0x1e3)])==null?void 0x0:_0x21be83[_0x3bdc8a(0x26e)];this[_0x3bdc8a(0x1ff)][_0x3bdc8a(0x1bb)]({'error':{'code':s[_0x3bdc8a(0x20b)][_0x3bdc8a(0x233)],'message':_0x6dacf6||''},'state':0x3});});if(!_0x2926e)return;let _0x1aefcc=((_0x1c1e7e=_0x2926e[_0x1b120d(0x183)])==null?void 0x0:_0x1c1e7e['fileID'])||'';if(_0x1aefcc['length']===0x0){this[_0x1b120d(0x1ff)]['next']({'error':{'code':s[_0x1b120d(0x20b)][_0x1b120d(0x233)],'message':_0x1b120d(0x211)},'state':0x3});return;}this[_0x1b120d(0x1ff)]['next']({'error':_0x2926e[_0x1b120d(0x1e3)],'state':0x3});let _0x45e22c=await this[_0x1b120d(0x21d)](_0x1aefcc);if(!_0x45e22c)return;let _0x1095fb=await A(_0x45e22c,this[_0x1b120d(0x272)]);if(!_0x1095fb){this['_requestState$'][_0x1b120d(0x1bb)]({'error':{'code':s[_0x1b120d(0x20b)][_0x1b120d(0x233)],'message':_0x1b120d(0x1a5)},'state':0x6});return;}return this['_requestState$']['next']({'error':{'code':s[_0x1b120d(0x20b)]['OK'],'message':_0x1b120d(0x192)},'state':0x6}),_0x1095fb;}async[_0x3ae622(0x11b)](_0xdd2e6a,_0x1accba,_0x23060c){const _0x577ad7=_0x3ae622;let _0x237956;try{_0x237956=await this[_0x577ad7(0x26d)][_0x577ad7(0xfa)](_0xdd2e6a,_0x1accba,_0x23060c);}catch(_0x1ad684){let _0x5cabdc=_0x1ad684 instanceof Error?_0x1ad684[_0x577ad7(0x26e)]:String(_0x1ad684);this[_0x577ad7(0x1ff)][_0x577ad7(0x1bb)]({'error':{'code':s[_0x577ad7(0x20b)][_0x577ad7(0x233)],'message':_0x5cabdc},'state':0x0});return;}if(!_0x237956||typeof _0x237956[_0x577ad7(0x1b5)]!=_0x577ad7(0x219)){this[_0x577ad7(0x1ff)][_0x577ad7(0x1bb)]({'error':{'code':s[_0x577ad7(0x20b)][_0x577ad7(0x233)],'message':'upload\x20failed:\x20missing\x20FileId\x20in\x20response'},'state':0x0});return;}let _0x3ec2ad=_0x237956['FileId'];if(_0x3ec2ad[_0x577ad7(0x148)]===0x0){this[_0x577ad7(0x1ff)][_0x577ad7(0x1bb)]({'error':{'code':s[_0x577ad7(0x20b)][_0x577ad7(0x233)],'message':_0x577ad7(0x17e)},'state':0x0});return;}return this[_0x577ad7(0x1ff)][_0x577ad7(0x1bb)]({'error':{'code':s[_0x577ad7(0x20b)]['OK'],'message':_0x577ad7(0x192)},'state':0x0}),_0x3ec2ad;}async[_0x3ae622(0x1f8)](_0x36b3e2,_0x1d3c68,_0x121c50,_0x57562a){const _0x41490d=_0x3ae622;let _0x4cb28a={'fileID':_0x36b3e2,'type':_0x121c50,'outputType':_0x1d3c68,'options':_0x57562a},_0x2afd20=await this[_0x41490d(0x26d)]['import'](_0x4cb28a);if(!_0x2afd20){this[_0x41490d(0x1ff)][_0x41490d(0x1bb)]({'error':{'code':s['ErrorCode']['UNRECOGNIZED'],'message':_0x41490d(0x1c4)},'state':0x1});return;}if(_0x2afd20[_0x41490d(0x1e3)]&&_0x2afd20['error']['code']!==s[_0x41490d(0x20b)]['OK']){this['_requestState$']['next']({'error':_0x2afd20[_0x41490d(0x1e3)],'state':0x1});return;}let _0x1e0ca0=_0x2afd20['taskID'];if(_0x1e0ca0[_0x41490d(0x148)]===0x0){this[_0x41490d(0x1ff)][_0x41490d(0x1bb)]({'error':{'code':s[_0x41490d(0x20b)]['UNRECOGNIZED'],'message':_0x41490d(0x18f)},'state':0x1});return;}return this['_requestState$'][_0x41490d(0x1bb)]({'error':_0x2afd20[_0x41490d(0x1e3)],'state':0x1}),_0x1e0ca0;}async[_0x3ae622(0x21d)](_0x5b66e6){const _0x2bc21b=_0x3ae622;let _0x1864f2=await this[_0x2bc21b(0x26d)][_0x2bc21b(0x24f)](_0x5b66e6);if(!_0x1864f2){this[_0x2bc21b(0x1ff)][_0x2bc21b(0x1bb)]({'error':{'code':s['ErrorCode']['UNRECOGNIZED'],'message':_0x2bc21b(0x181)},'state':0x4});return;}if(_0x1864f2[_0x2bc21b(0x1e3)]&&_0x1864f2[_0x2bc21b(0x1e3)][_0x2bc21b(0x1c1)]!==s[_0x2bc21b(0x20b)]['OK']){this[_0x2bc21b(0x1ff)][_0x2bc21b(0x1bb)]({'error':_0x1864f2[_0x2bc21b(0x1e3)],'state':0x4});return;}let _0x132fb4=(0x0,t[_0x2bc21b(0x267)])(_0x1864f2[_0x2bc21b(0x231)],this[_0x2bc21b(0x1da)]());if(_0x132fb4['length']===0x0){this[_0x2bc21b(0x1ff)][_0x2bc21b(0x1bb)]({'error':{'code':s[_0x2bc21b(0x20b)][_0x2bc21b(0x233)],'message':'sign\x20url\x20error'},'state':0x4});return;}return this[_0x2bc21b(0x1ff)][_0x2bc21b(0x1bb)]({'error':_0x1864f2['error'],'state':0x4}),_0x132fb4;}[_0x3ae622(0x1da)](){const _0x4672cf=_0x3ae622;let _0x5b2073=this[_0x4672cf(0x1a4)][_0x4672cf(0x16e)](m);return(_0x5b2073==null?void 0x0:_0x5b2073[_0x4672cf(0x1bf)])??location[_0x4672cf(0x1f3)];}};K=R([L(0x0,t[_0x3ae622(0x12f)]),L(0x1,(0x0,t[_0x3ae622(0x126)])(n[_0x3ae622(0x1fd)])),L(0x2,(0x0,t[_0x3ae622(0x126)])(z))],K);const de={'done':0x0,'count':0x0},q=(0x0,t[_0x3ae622(0x20e)])(_0x3ae622(0x1ca));let J=class extends t[_0x3ae622(0x149)]{constructor(_0x2e053b,_0x474f79,_0x1c4ce8,_0x200174,_0x3f749f,_0x32dbec){const _0x51fa1f=_0x3ae622;super(),this[_0x51fa1f(0x141)]=_0x2e053b,this[_0x51fa1f(0x173)]=_0x474f79,this['_localeService']=_0x1c4ce8,this[_0x51fa1f(0x102)]=_0x200174,this[_0x51fa1f(0x222)]=_0x3f749f,this[_0x51fa1f(0x1e5)]=_0x32dbec,I(this,_0x51fa1f(0x146),new l[(_0x51fa1f(0x1cc))](de)),I(this,_0x51fa1f(0x260),this['_progress$'][_0x51fa1f(0x107)]()),I(this,_0x51fa1f(0x105),0x0),I(this,'_doneUploadTaskCount',0x0),I(this,_0x51fa1f(0x17b),!0x1),I(this,_0x51fa1f(0x104),null),this['disposeWithMe']((0x0,t[_0x51fa1f(0xef)])(this[_0x51fa1f(0x102)][_0x51fa1f(0x213)]['subscribe'](_0x5d41cf=>{const _0x301196=_0x51fa1f;var _0x1022f7;((_0x1022f7=_0x5d41cf[_0x301196(0x1e3)])==null?void 0x0:_0x1022f7['code'])===s[_0x301196(0x20b)]['OK']?this[_0x301196(0x1d1)](0x1):this[_0x301196(0x1fa)](_0x5d41cf[_0x301196(0x1e3)]);})));}[_0x3ae622(0x185)](){const _0x1d7331=_0x3ae622;this[_0x1d7331(0x247)](),this[_0x1d7331(0x222)]['updateState'](0x2),this[_0x1d7331(0x102)][_0x1d7331(0x116)]();}async[_0x3ae622(0x136)](_0x2f1f8a,_0x534ecf){const _0x24b9fb=_0x3ae622;if(this['_isSelectingUnitImportFile']||this['_uploadTaskNotDone']()){this['_messageService'][_0x24b9fb(0x150)]({'type':a['MessageType'][_0x24b9fb(0x168)],'content':this[_0x24b9fb(0x23e)]['t'](_0x24b9fb(0x14c))});return;}let _0x8e96cc;this['_isSelectingUnitImportFile']=!0x0;try{_0x8e96cc=await k([_0x2f1f8a]);}finally{this[_0x24b9fb(0x17b)]=!0x1;}if(_0x8e96cc&&!this['_fileTypeError'](_0x8e96cc,_0x2f1f8a))return this['_lastUnitImportContext']={'type':_0x2f1f8a,'importer':_0x534ecf},this[_0x24b9fb(0x208)](_0x8e96cc[0x0],_0x2f1f8a,_0x534ecf);}async['retryImportFileToUnitId'](){const _0x33fb89=_0x3ae622;let _0x2af198=this[_0x33fb89(0x104)];if(_0x2af198)return this[_0x33fb89(0x136)](_0x2af198['type'],_0x2af198[_0x33fb89(0x15d)]);}async[_0x3ae622(0x10e)](_0x14c9c2,_0x34dbff){const _0x10eceb=_0x3ae622;if(this[_0x10eceb(0x12c)]()){this[_0x10eceb(0x173)]['show']({'type':a[_0x10eceb(0x256)][_0x10eceb(0x168)],'content':this[_0x10eceb(0x23e)]['t'](_0x10eceb(0x14c))});return;}let _0x352afd=await k([_0x14c9c2]);if(!_0x352afd||this[_0x10eceb(0x25c)](_0x352afd,_0x14c9c2))return;this[_0x10eceb(0x265)](a[_0x10eceb(0x256)][_0x10eceb(0x13c)]);let _0xd500e=await _0x34dbff(_0x352afd[0x0]);_0xd500e&&(this[_0x10eceb(0x119)](_0x14c9c2,_0xd500e),this[_0x10eceb(0x265)](a['MessageType'][_0x10eceb(0x135)]));}async[_0x3ae622(0x1a1)](_0xadc7e,_0x17e497){const _0x248bb8=_0x3ae622;if(this[_0x248bb8(0x12c)]()){this['_messageService']['show']({'type':a[_0x248bb8(0x256)]['Warning'],'content':this[_0x248bb8(0x23e)]['t'](_0x248bb8(0x14c))});return;}let _0x4403a4=await k([_0xadc7e]);if(!_0x4403a4||this[_0x248bb8(0x25c)](_0x4403a4,_0xadc7e))return;this[_0x248bb8(0x265)](a[_0x248bb8(0x256)][_0x248bb8(0x13c)]);let _0x7127f9=await _0x17e497(_0x4403a4[0x0]);if(_0x7127f9)return this[_0x248bb8(0x265)](a[_0x248bb8(0x256)][_0x248bb8(0x135)]),_0x7127f9;}async['exportFile'](_0x3ebffb,_0x4aefd8,_0xa84069){const _0x31a57e=_0x3ae622;this['_showDownloadMessage'](a[_0x31a57e(0x256)][_0x31a57e(0x13c)]);let _0x51406c=await _0x3ebffb();_0x51406c&&(this[_0x31a57e(0x102)][_0x31a57e(0x230)](_0x51406c,_0x4aefd8||_0x51406c['name'][_0x31a57e(0x16f)]('.')[_0x31a57e(0xf9)]()||document[_0x31a57e(0x223)],_0xa84069),this[_0x31a57e(0x10d)](a[_0x31a57e(0x256)][_0x31a57e(0x135)]));}[_0x3ae622(0x124)](_0x599bb5){const _0x1153f3=_0x3ae622;this[_0x1153f3(0x110)]=_0x599bb5;}async[_0x3ae622(0x208)](_0x557751,_0x79ffd,_0x5718b6){const _0x427216=_0x3ae622;this[_0x427216(0x222)]['show'](),this[_0x427216(0x222)][_0x427216(0x11d)](0x0),this[_0x427216(0xf0)](0x4),this[_0x427216(0x1d1)](0x1);let _0x1030b4=await _0x5718b6(_0x557751);if(!_0x1030b4){this[_0x427216(0x247)](),this[_0x427216(0x222)]['updateState'](0x2);return;}let _0x3820b0={'link':this[_0x427216(0x110)](_0x1030b4,_0x79ffd),'name':_0x557751[_0x427216(0xf1)],'type':_0x79ffd};return this[_0x427216(0x222)][_0x427216(0x22e)](_0x3820b0),this['_completeProgress'](),this['_uploadNotificationService'][_0x427216(0x11d)](0x1),_0x1030b4;}[_0x3ae622(0x119)](_0xeeaf0c,_0x465a8b){const _0x4bcd3d=_0x3ae622;let _0x4af0f3=this[_0x4bcd3d(0x141)][_0x4bcd3d(0x154)](_0xeeaf0c);if(!_0x4af0f3)throw Error(_0x4bcd3d(0xea)+_0xeeaf0c+_0x4bcd3d(0x177));this[_0x4bcd3d(0x141)]['disposeUnit'](_0x4af0f3['getUnitId']());let _0x444644=this['_univerInstanceService'][_0x4bcd3d(0x1ce)](_0xeeaf0c,_0x465a8b);this['_univerInstanceService']['focusUnit'](_0x444644[_0x4bcd3d(0x167)]());}[_0x3ae622(0x110)](_0x1ffaf3,_0x1d5fd1){const _0x4a076f=_0x3ae622;let _0x490fc8=new URL(window['location'][_0x4a076f(0x209)]);return _0x490fc8[_0x4a076f(0x16b)][_0x4a076f(0x176)](_0x4a076f(0x1f0),_0x1ffaf3),_0x490fc8[_0x4a076f(0x16b)][_0x4a076f(0x176)]('type',''+_0x1d5fd1),_0x490fc8[_0x4a076f(0x22d)]();}['_showNetworkError'](_0x13e33c){const _0x336fdd=_0x3ae622;if(_0x13e33c){let {code:_0x2ff4f8}=_0x13e33c;switch(_0x2ff4f8){case s[_0x336fdd(0x20b)][_0x336fdd(0x228)]:this['_messageService']['show']({'type':a[_0x336fdd(0x256)][_0x336fdd(0x197)],'content':this[_0x336fdd(0x23e)]['t']('exchange-client.tooLarge')});break;case s[_0x336fdd(0x20b)]['INTERNAL_ERROR']:this[_0x336fdd(0x173)][_0x336fdd(0x150)]({'type':a[_0x336fdd(0x256)][_0x336fdd(0x197)],'content':this[_0x336fdd(0x23e)]['t'](_0x336fdd(0x1f2))});break;default:this[_0x336fdd(0x173)][_0x336fdd(0x150)]({'type':a[_0x336fdd(0x256)][_0x336fdd(0x197)],'content':this['_localeService']['t']('exchange-client.networkError')});break;}return null;}return this[_0x336fdd(0x173)][_0x336fdd(0x150)]({'type':a[_0x336fdd(0x256)][_0x336fdd(0x197)],'content':this[_0x336fdd(0x23e)]['t'](_0x336fdd(0x14e))}),null;}['_showDownloadMessage'](_0x23e154){const _0x28de03=_0x3ae622;let _0x274a14='';switch(_0x23e154){case a[_0x28de03(0x256)][_0x28de03(0x135)]:_0x274a14=this[_0x28de03(0x23e)]['t'](_0x28de03(0x21c));break;case a[_0x28de03(0x256)][_0x28de03(0x13c)]:_0x274a14=this['_localeService']['t']('exchange-client.downloading');break;default:break;}this[_0x28de03(0x173)][_0x28de03(0x150)]({'type':_0x23e154,'content':_0x274a14});}[_0x3ae622(0x265)](_0x1dab10){const _0x35dcfa=_0x3ae622;let _0x61db9b='';switch(_0x1dab10){case a[_0x35dcfa(0x256)][_0x35dcfa(0x135)]:_0x61db9b=this[_0x35dcfa(0x23e)]['t'](_0x35dcfa(0x14f));break;case a[_0x35dcfa(0x256)][_0x35dcfa(0x13c)]:_0x61db9b=this[_0x35dcfa(0x23e)]['t']('exchange-client.uploading');break;default:break;}this[_0x35dcfa(0x173)][_0x35dcfa(0x150)]({'type':_0x1dab10,'content':_0x61db9b});}[_0x3ae622(0x1b4)](){const _0x384381=_0x3ae622;this[_0x384381(0x146)][_0x384381(0x1bb)]({'done':this[_0x384381(0x16d)],'count':this[_0x384381(0x105)]});}[_0x3ae622(0xf0)](_0x3a9177){const _0x5bbbda=_0x3ae622;this[_0x5bbbda(0x105)]+=_0x3a9177,this[_0x5bbbda(0x1b4)]();}[_0x3ae622(0x1d1)](_0x3b212a){const _0x4ce691=_0x3ae622;this[_0x4ce691(0x16d)]+=_0x3b212a,this[_0x4ce691(0x16d)]=Math[_0x4ce691(0x1b9)](this[_0x4ce691(0x16d)],this[_0x4ce691(0x105)]),this[_0x4ce691(0x1b4)]();}[_0x3ae622(0x108)](){const _0x111041=_0x3ae622;this[_0x111041(0x16d)]=this[_0x111041(0x105)],this[_0x111041(0x1b4)]();}[_0x3ae622(0x247)](){const _0x471df9=_0x3ae622;this[_0x471df9(0x16d)]=0x0,this[_0x471df9(0x105)]=0x0,this[_0x471df9(0x1b4)]();}[_0x3ae622(0x25c)](_0x2fc0f5,_0x512712){const _0x5a416f=_0x3ae622;let _0x48e224=_0x2fc0f5[0x0],_0x5c9e51=_0x48e224['name'];return O(_0x48e224,_0x512712)?!0x1:(this[_0x5a416f(0x173)][_0x5a416f(0x150)]({'type':a[_0x5a416f(0x256)][_0x5a416f(0x197)],'content':this[_0x5a416f(0x23e)]['t'](_0x5a416f(0xf3),_0x5c9e51)}),!0x0);}[_0x3ae622(0x12c)](){const _0x84b701=_0x3ae622;return this[_0x84b701(0x105)]!==0x0&&this['_doneUploadTaskCount']!==this[_0x84b701(0x105)];}};J=R([L(0x0,(0x0,t[_0x3ae622(0x126)])(t[_0x3ae622(0x1a2)])),L(0x1,i[_0x3ae622(0x242)]),L(0x2,(0x0,t[_0x3ae622(0x126)])(t[_0x3ae622(0x20d)])),L(0x3,(0x0,t[_0x3ae622(0x126)])(G)),L(0x4,(0x0,t[_0x3ae622(0x126)])(W)),L(0x5,t[_0x3ae622(0x19d)])],J);function Y(_0x5f4f6d){const _0x436c9e=_0x3ae622;let {onClick:_0x5a2da7,children:_0x37a404,className:_0x257288}=_0x5f4f6d;return(0x0,c['jsx'])(_0x436c9e(0xf7),{'className':(0x0,a['clsx'])(_0x436c9e(0x1f9),_0x257288),'type':_0x436c9e(0xf7),'onClick':_0x5a2da7,'children':_0x37a404});}function X(){const _0x9bdb0d=_0x3ae622;let _0x403ede=(0x0,i[_0x9bdb0d(0xee)])(q),_0x27d883=(0x0,i[_0x9bdb0d(0xee)])(t[_0x9bdb0d(0x20d)]);function _0x16c7b0(){const _0x441c4a=_0x9bdb0d;return _0x403ede[_0x441c4a(0x251)]();}return(0x0,c[_0x9bdb0d(0x122)])(Y,{'onClick':_0x16c7b0,'children':_0x27d883['t'](_0x9bdb0d(0x224))});}function fe(){const _0x2231eb=_0x3ae622;return(0x0,c['jsxs'])(_0x2231eb(0x200),{'className':_0x2231eb(0xf5),'children':[(0x0,c[_0x2231eb(0x122)])('span',{'className':'univer-mb-3\x20univer-py-0\x20univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':(0x0,i[_0x2231eb(0xee)])(t[_0x2231eb(0x20d)])['t'](_0x2231eb(0x221))}),(0x0,c[_0x2231eb(0x122)])(X,{})]});}function pe(_0xf2bf05){const _0x22116c=_0x3ae622;let {count:_0x49810d}=_0xf2bf05;return(0x0,c[_0x22116c(0x17c)])(_0x22116c(0x200),{'className':_0x22116c(0x216),'children':[(0x0,c[_0x22116c(0x122)])('span',{'className':_0x22116c(0x204),'children':(0x0,i['useDependency'])(t[_0x22116c(0x20d)])['t'](_0x22116c(0x171),''+_0x49810d)}),(0x0,c[_0x22116c(0x122)])(X,{})]});}function me(){const _0x28a84b=_0x3ae622;let _0x15d020=(0x0,i[_0x28a84b(0xee)])(q),_0x3d5e1d=(0x0,i[_0x28a84b(0xee)])(t[_0x28a84b(0x20d)]);function _0x4c08a2(){const _0x1101b1=_0x28a84b;_0x15d020[_0x1101b1(0x185)]();}return(0x0,c[_0x28a84b(0x122)])(Y,{'onClick':_0x4c08a2,'children':_0x3d5e1d['t']('exchange-client.cancel')});}function he(){const _0x582c75=_0x3ae622;let {count:_0x4b3b54,done:_0x5546fa}=(0x0,i[_0x582c75(0x184)])((0x0,i[_0x582c75(0xee)])(q)[_0x582c75(0x260)]),_0x56be04=_0x4b3b54>0x0?_0x5546fa/_0x4b3b54:0x0;return(0x0,c['jsx'])(_0x582c75(0x200),{'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,c[_0x582c75(0x122)])(_0x582c75(0x200),{'className':_0x582c75(0x24b),'style':{'width':Math[_0x582c75(0x225)](_0x56be04*0x64)+'%'}})});}function Z(){const _0xe4047e=_0x3ae622;return(0x0,c[_0xe4047e(0x17c)])(_0xe4047e(0x200),{'className':'univer-mt-5\x20univer-flex\x20univer-flex-col','children':[(0x0,c[_0xe4047e(0x122)])(_0xe4047e(0x1e1),{'className':_0xe4047e(0x201),'children':(0x0,i[_0xe4047e(0xee)])(t[_0xe4047e(0x20d)])['t']('exchange-client.wait')}),(0x0,c[_0xe4047e(0x122)])(_0xe4047e(0x200),{'className':'univer-pl-2\x20univer-pr-4','children':(0x0,c[_0xe4047e(0x122)])(he,{})}),(0x0,c['jsx'])(me,{})]});}const ge={0x1:(0x0,c[_0x3ae622(0x122)])(r[_0x3ae622(0x13a)],{'className':_0x3ae622(0x1ba)}),0x0:(0x0,c['jsx'])(r[_0x3ae622(0x263)],{'className':_0x3ae622(0xe5)}),0x2:(0x0,c[_0x3ae622(0x122)])(r[_0x3ae622(0x15b)],{'className':_0x3ae622(0x262)})};function _e(){const _0x3aefb9=_0x3ae622;let _0x513431=(0x0,i[_0x3aefb9(0xee)])(W),_0x2e65e8=(0x0,i['useDependency'])(t[_0x3aefb9(0x20d)]),_0x3a8dad=(0x0,i[_0x3aefb9(0x184)])(_0x513431['state$'],0x0),_0x1a6c87=(0x0,i['useObservable'])(_0x513431[_0x3aefb9(0x1f7)],!0x1),_0x2b101b=(0x0,i[_0x3aefb9(0x184)])(_0x513431[_0x3aefb9(0x1cd)],[]);function _0x302f03(){const _0x1b7bc8=_0x3aefb9;_0x513431[_0x1b7bc8(0x21e)]();}function _0x32b24b(_0x1d82b9){const _0x4f4534=_0x3aefb9;switch(_0x1d82b9){case 0x1:return _0x2e65e8['t'](_0x4f4534(0x14f));case 0x0:return _0x2e65e8['t'](_0x4f4534(0x14c));case 0x2:return _0x2e65e8['t'](_0x4f4534(0xff));default:return'';}}return _0x1a6c87&&(0x0,c[_0x3aefb9(0x17c)])(_0x3aefb9(0x200),{'className':_0x3aefb9(0x1b8),'children':[(0x0,c[_0x3aefb9(0x17c)])(_0x3aefb9(0x200),{'className':_0x3aefb9(0x20f),'children':[(0x0,c[_0x3aefb9(0x17c)])(_0x3aefb9(0x1e1),{'className':_0x3aefb9(0x1c7),'children':[(0x0,c['jsx'])(_0x3aefb9(0x1e1),{'className':_0x3aefb9(0x1cb),'children':ge[_0x3a8dad]}),(0x0,c[_0x3aefb9(0x122)])(_0x3aefb9(0x1e1),{'className':'univer-ml-1.5\x20univer-font-semibold\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x32b24b(_0x3a8dad)})]}),(0x0,c[_0x3aefb9(0x122)])('span',{'className':_0x3aefb9(0x188),'onClick':_0x302f03,'children':(0x0,c[_0x3aefb9(0x122)])(r['CloseIcon'],{})})]}),(0x0,c['jsxs'])('div',{'children':[_0x3a8dad===0x0&&(0x0,c[_0x3aefb9(0x122)])(Z,{}),_0x3a8dad===0x2&&(0x0,c['jsx'])(fe,{}),_0x2b101b[_0x3aefb9(0x148)]>0x0&&(0x0,c[_0x3aefb9(0x122)])(ue,{'list':_0x2b101b}),_0x3a8dad===0x1&&(0x0,c['jsx'])(pe,{'count':_0x2b101b[_0x3aefb9(0x148)]})]})]});}let Q=class extends t[_0x3ae622(0x149)]{constructor(_0x12bc03,_0x5f32fa){const _0x25b644=_0x3ae622;super(),this['_injector']=_0x12bc03,this[_0x25b644(0x128)]=_0x5f32fa,this[_0x25b644(0x10c)]();}['_registerUIParts'](){const _0x2d4efc=_0x3ae622;this['disposeWithMe'](this['_uiPartsService'][_0x2d4efc(0x1d2)](i['BuiltInUIPart'][_0x2d4efc(0x232)],()=>(0x0,i['connectInjector'])(_e,this['_injector'])));}};Q=R([L(0x0,(0x0,t['Inject'])(t[_0x3ae622(0x1cf)])),L(0x1,i[_0x3ae622(0x147)])],Q);let $=class extends t[_0x3ae622(0x174)]{constructor(_0x54e2b8=h,_0x410fce,_0x1fb5aa){const _0xaacec3=_0x3ae622;super(),this[_0xaacec3(0x22c)]=_0x54e2b8,this[_0xaacec3(0x1d5)]=_0x410fce,this['_configService']=_0x1fb5aa;let {..._0x8dc9c1}=(0x0,t[_0xaacec3(0xe6)])({},h,this[_0xaacec3(0x22c)]);this[_0xaacec3(0x1a4)]['setConfig'](m,_0x8dc9c1);}['onStarting'](){const _0x289b6b=_0x3ae622;(0x0,t[_0x289b6b(0x18c)])(this[_0x289b6b(0x1d5)],[[U],[Q],[q,{'useClass':J}],[G,{'useClass':K}],[z,{'useClass':B}],[W,{'useClass':le}]]);}['onReady'](){const _0x37452f=_0x3ae622;(0x0,t[_0x37452f(0x142)])(this[_0x37452f(0x1d5)],[[U],[Q],[q]]);}};I($,_0x3ae622(0x156),_0x3ae622(0x1d0)),I($,_0x3ae622(0x10f),f),I($,_0x3ae622(0x1ed),p),$=R([(0x0,t[_0x3ae622(0x165)])(e['UniverLicensePlugin'],n[_0x3ae622(0x137)]),L(0x1,(0x0,t[_0x3ae622(0x126)])(t[_0x3ae622(0x1cf)])),L(0x2,t[_0x3ae622(0x12f)])],$);function ve(_0xa34528,_0x49c52c){const _0x293be4=_0x3ae622;let _0x1ac0e7=_0xa34528[_0x293be4(0x151)](t[_0x293be4(0x1a2)])[_0x293be4(0x154)](_0x49c52c);return!_0x1ac0e7||!_0xa34528[_0x293be4(0x25b)](u[_0x293be4(0x21f)])||!_0xa34528['has'](u['ISnapshotServerService'])?!0x1:_0xa34528[_0x293be4(0x151)](u[_0x293be4(0x21f)])[_0x293be4(0x1fe)](_0x1ac0e7);}function ye(_0x5b8be5){const _0x2c660f=_0x3ae622;let _0x3490fd=_0x5b8be5['workbook'];if(!_0x3490fd)return null;let _0x1d925a={};_0x3490fd[_0x2c660f(0xfe)]&&Object['keys'](_0x3490fd[_0x2c660f(0xfe)])[_0x2c660f(0x130)](_0xeb7413=>{const _0x523a23=_0x2c660f;let _0x42fff8=_0x3490fd['sheets'][_0xeb7413];_0x1d925a[_0xeb7413]={..._0x42fff8,'originalMeta':(0x0,u[_0x523a23(0x269)])(u['textDecoder'][_0x523a23(0xf8)](_0x42fff8[_0x523a23(0x145)]))};});let _0x29f02f=(0x0,u[_0x2c660f(0x269)])(u[_0x2c660f(0x1fc)]['decode'](_0x3490fd['originalMeta']));return{..._0x5b8be5,'workbook':{..._0x3490fd,'originalMeta':_0x29f02f,'sheets':_0x1d925a},'doc':{},'slide':void 0x0,'board':void 0x0,'pdf':void 0x0};}function be(_0x14b8c){const _0x1af9dd=_0x3ae622;let _0x45502e={};return _0x14b8c[_0x1af9dd(0x130)](_0x15dcf2=>{const _0x19daaf=_0x1af9dd;_0x45502e[_0x15dcf2['id']]={..._0x15dcf2,'data':(0x0,u[_0x19daaf(0x269)])(u[_0x19daaf(0x1fc)][_0x19daaf(0xf8)](_0x15dcf2['data']))};}),_0x45502e;}var xe=class{constructor(){I(this,'_sheetBlockCache',new Map());}['getUnitOnRev'](){const _0x175ae2=_0x3ae622;return Promise[_0x175ae2(0x1dc)]({'snapshot':{'unitID':'','type':t[_0x175ae2(0x214)]['UNIVER_SHEET'],'rev':0x0,'workbook':void 0x0,'doc':void 0x0,'slide':void 0x0,'board':void 0x0},'changesets':[],'error':{'code':s[_0x175ae2(0x20b)]['OK'],'message':''}});}[_0x3ae622(0x159)](_0x362e36,_0x1a1914){const _0x4970ba=_0x3ae622;let _0x221e6b=this[_0x4970ba(0x270)][_0x4970ba(0x151)](_0x1a1914['blockID']);return Promise[_0x4970ba(0x1dc)]({'block':_0x221e6b,'error':{'code':s[_0x4970ba(0x20b)]['OK'],'message':''}});}['getDeserializedSheetBlock'](_0x58167b,_0x247d62){const _0xb2e0f4=_0x3ae622;let _0x4d0a6a=this['_sheetBlockCache'][_0xb2e0f4(0x151)](_0x247d62[_0xb2e0f4(0x1bc)]);return Promise[_0xb2e0f4(0x1dc)]({'block':_0x4d0a6a===void 0x0?void 0x0:{..._0x4d0a6a,'data':JSON[_0xb2e0f4(0x1b2)](u[_0xb2e0f4(0x1fc)][_0xb2e0f4(0xf8)](_0x4d0a6a[_0xb2e0f4(0x198)]))},'error':{'code':s[_0xb2e0f4(0x20b)]['OK'],'message':''}});}['fetchMissingChangesets'](){const _0x3cabe0=_0x3ae622;return Promise[_0x3cabe0(0x1dc)]({'changesets':[],'error':{'code':s[_0x3cabe0(0x20b)]['OK'],'message':''}});}['getResourcesRequest'](){const _0x9a31cc=_0x3ae622;return Promise[_0x9a31cc(0x1dc)]({'resources':{},'error':{'code':s[_0x9a31cc(0x20b)]['OK'],'message':''}});}[_0x3ae622(0x11f)](){const _0x2b7b45=_0x3ae622;return Promise[_0x2b7b45(0x1dc)]({'error':{'code':s[_0x2b7b45(0x20b)]['OK'],'message':''}});}[_0x3ae622(0x189)](){const _0x1892b8=_0x3ae622;return Promise[_0x1892b8(0x1dc)]({'error':{'code':s[_0x1892b8(0x20b)]['OK'],'message':''}});}[_0x3ae622(0x1d7)](_0x2bfe73,_0x4fae44){const _0x4fb4a1=_0x3ae622;let {block:_0x299507}=_0x4fae44;return _0x299507?(this[_0x4fb4a1(0x270)][_0x4fb4a1(0x176)](_0x299507['id'],_0x299507),Promise['resolve']({'error':{'code':s[_0x4fb4a1(0x20b)]['OK'],'message':''},'blockID':_0x299507['id']})):Promise[_0x4fb4a1(0x1dc)]({'error':{'code':s[_0x4fb4a1(0x20b)][_0x4fb4a1(0x186)],'message':'block\x20is\x20required'},'blockID':''});}['saveChangeset'](){const _0x54fed7=_0x3ae622;return Promise[_0x54fed7(0x1dc)]({'error':{'code':s[_0x54fed7(0x20b)]['OK'],'message':''},'concurrent':[]});}['copyFileMeta'](){return Promise['resolve']({'error':void 0x0,'fileMetaId':''});}[_0x3ae622(0x15f)](){const _0x5a4b0e=_0x3ae622;return Promise[_0x5a4b0e(0x1dc)]({'error':void 0x0,'latestReqID':0x0});}};exports[_0x3ae622(0x1af)]=xe,exports[_0x3ae622(0x266)]=V,exports['ExchangeBaseExportMode']=ce,exports[_0x3ae622(0x17a)]=se,exports[_0x3ae622(0x244)]=oe,exports[_0x3ae622(0xfc)]=ae,exports[_0x3ae622(0x23c)]=q,exports[_0x3ae622(0x18e)]=G,exports[_0x3ae622(0x1b7)]=ie,Object[_0x3ae622(0x238)](exports,_0x3ae622(0x12d),{'enumerable':!0x0,'get':function(){return $;}}),exports[_0x3ae622(0x120)]=ve,exports[_0x3ae622(0x22a)]=be,exports[_0x3ae622(0x253)]=ye;
@@ -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 _0xa807c0=_0x3045;function _0x4b71(){const _0x260e33=['45496LCyGLe','144iCRSjH','نوع\x20الملف\x20المحدد\x20[{0}]\x20غير\x20مدعوم\x20للرفع','خطأ\x20داخلي\x20غير\x20معروف','يرجى\x20الانتظار...','1506743tQZBes','إعادة\x20الرفع','1CzknhA','exports','5661744rVFobg','خطأ\x20غير\x20معروف','2817015xqznsz','12rKglnD','342922bOgUof','تم\x20رفع\x20الملف\x20بنجاح','1140aSvlnu','8aFqYeO','جارٍ\x20التحميل','150018QtmxGs','خطأ\x20في\x20الشبكة','167672JVivox','تم\x20التحميل\x20بنجاح','جارٍ\x20الرفع','تأكيد','تمت\x20مقاطعة\x20الاتصال\x20بالشبكة\x20وفشل\x20رفع\x20الملف'];_0x4b71=function(){return _0x260e33;};return _0x4b71();}(function(_0x242c8c,_0x100a6e){const _0x1c81a4=_0x3045,_0x406fcb=_0x242c8c();while(!![]){try{const _0x234c28=parseInt(_0x1c81a4(0xce))/0x1*(-parseInt(_0x1c81a4(0xd4))/0x2)+parseInt(_0x1c81a4(0xd9))/0x3*(-parseInt(_0x1c81a4(0xd7))/0x4)+parseInt(_0x1c81a4(0xd2))/0x5+parseInt(_0x1c81a4(0xd3))/0x6*(parseInt(_0x1c81a4(0xcc))/0x7)+parseInt(_0x1c81a4(0xdb))/0x8*(-parseInt(_0x1c81a4(0xc8))/0x9)+parseInt(_0x1c81a4(0xd6))/0xa*(-parseInt(_0x1c81a4(0xc7))/0xb)+parseInt(_0x1c81a4(0xd0))/0xc;if(_0x234c28===_0x100a6e)break;else _0x406fcb['push'](_0x406fcb['shift']());}catch(_0x4027b6){_0x406fcb['push'](_0x406fcb['shift']());}}}(_0x4b71,0x5e940));const e={'exchange-client':{'uploading':_0xa807c0(0xdd),'uploadSuccess':_0xa807c0(0xd5),'uploadSuccessTip':'تم\x20رفع\x20{0}\x20ملف/ملفات\x20بنجاح','downloading':_0xa807c0(0xd8),'downloadSuccess':_0xa807c0(0xdc),'unknownMistake':_0xa807c0(0xd1),'networkError':_0xa807c0(0xda),'tooLarge':'البيانات\x20كبيرة\x20جداً','internalError':_0xa807c0(0xca),'interrupt':_0xa807c0(0xc6),'fileTypeError':_0xa807c0(0xc9),'wait':_0xa807c0(0xcb),'cancel':'إلغاء','confirm':_0xa807c0(0xc5),'uploadAgain':_0xa807c0(0xcd)}};function _0x3045(_0x261dc2,_0x3ee782){_0x261dc2=_0x261dc2-0xc5;const _0x4b7101=_0x4b71();let _0x304581=_0x4b7101[_0x261dc2];return _0x304581;}module[_0xa807c0(0xcf)]=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
+ const _0x5eb2d5=_0x4f68;function _0x4f68(_0x41d3fd,_0x24de03){_0x41d3fd=_0x41d3fd-0x115;const _0x19cfcb=_0x19cf();let _0x4f6824=_0x19cfcb[_0x41d3fd];return _0x4f6824;}(function(_0x481d07,_0x2f0544){const _0xdd17de=_0x4f68,_0x29ceea=_0x481d07();while(!![]){try{const _0xb17a66=parseInt(_0xdd17de(0x118))/0x1+-parseInt(_0xdd17de(0x119))/0x2+-parseInt(_0xdd17de(0x122))/0x3*(-parseInt(_0xdd17de(0x123))/0x4)+parseInt(_0xdd17de(0x124))/0x5+-parseInt(_0xdd17de(0x115))/0x6+-parseInt(_0xdd17de(0x11b))/0x7*(-parseInt(_0xdd17de(0x125))/0x8)+-parseInt(_0xdd17de(0x11e))/0x9;if(_0xb17a66===_0x2f0544)break;else _0x29ceea['push'](_0x29ceea['shift']());}catch(_0x43ef82){_0x29ceea['push'](_0x29ceea['shift']());}}}(_0x19cf,0x2ac9d));const e={'exchange-client':{'uploading':'Pujant','uploadSuccess':_0x5eb2d5(0x117),'uploadSuccessTip':_0x5eb2d5(0x116),'downloading':_0x5eb2d5(0x121),'downloadSuccess':_0x5eb2d5(0x129),'unknownMistake':'Error\x20desconegut','networkError':_0x5eb2d5(0x127),'tooLarge':_0x5eb2d5(0x11d),'internalError':_0x5eb2d5(0x11f),'interrupt':_0x5eb2d5(0x11c),'fileTypeError':'El\x20fitxer\x20seleccionat\x20[{0}]\x20no\x20és\x20compatible\x20per\x20pujar','wait':'Espereu...','cancel':_0x5eb2d5(0x128),'confirm':_0x5eb2d5(0x11a),'uploadAgain':_0x5eb2d5(0x120)}};function _0x19cf(){const _0x4055ae=['4571SdsbXK','La\x20connexió\x20de\x20xarxa\x20s\x27ha\x20interromput\x20i\x20la\x20pujada\x20del\x20fitxer\x20ha\x20fallat','Les\x20dades\x20són\x20massa\x20grans','1543869Bzsgnw','Error\x20intern\x20desconegut','Tornar\x20a\x20pujar','Descarregant','93306EHJSuO','44RPZZGL','108580FuadkD','3512OWBwiC','exports','Error\x20de\x20xarxa','Cancel·lar','Descàrrega\x20correcta','1972218AGjGdk','{0}\x20fitxer(s)\x20pujat(s)\x20correctament','Fitxer\x20pujat\x20correctament','335891DuWkEK','621782sbOtPV','Confirmar'];_0x19cf=function(){return _0x4055ae;};return _0x19cf();}module[_0x5eb2d5(0x126)]=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 _0x34bb87=_0x1423;(function(_0x4a6765,_0x5713c2){const _0x59c86c=_0x1423,_0x39f70d=_0x4a6765();while(!![]){try{const _0xab5427=parseInt(_0x59c86c(0x18d))/0x1+-parseInt(_0x59c86c(0x1a0))/0x2+parseInt(_0x59c86c(0x193))/0x3*(-parseInt(_0x59c86c(0x192))/0x4)+parseInt(_0x59c86c(0x199))/0x5*(-parseInt(_0x59c86c(0x191))/0x6)+parseInt(_0x59c86c(0x18c))/0x7*(parseInt(_0x59c86c(0x194))/0x8)+parseInt(_0x59c86c(0x197))/0x9*(parseInt(_0x59c86c(0x198))/0xa)+-parseInt(_0x59c86c(0x19c))/0xb;if(_0xab5427===_0x5713c2)break;else _0x39f70d['push'](_0x39f70d['shift']());}catch(_0x1d0f90){_0x39f70d['push'](_0x39f70d['shift']());}}}(_0x4c05,0xf3e77));function _0x1423(_0x8d644c,_0x52be89){_0x8d644c=_0x8d644c-0x18c;const _0x4c05e4=_0x4c05();let _0x1423fd=_0x4c05e4[_0x8d644c];return _0x1423fd;}const e={'exchange-client':{'uploading':_0x34bb87(0x19d),'uploadSuccess':_0x34bb87(0x190),'uploadSuccessTip':'{0}\x20Datei(en)\x20erfolgreich\x20hochgeladen','downloading':'Wird\x20heruntergeladen','downloadSuccess':_0x34bb87(0x195),'unknownMistake':'Unbekannter\x20Fehler','networkError':_0x34bb87(0x19a),'tooLarge':_0x34bb87(0x19b),'internalError':_0x34bb87(0x19f),'interrupt':_0x34bb87(0x19e),'fileTypeError':_0x34bb87(0x18e),'wait':'Bitte\x20warten...','cancel':'Abbrechen','confirm':_0x34bb87(0x196),'uploadAgain':_0x34bb87(0x18f)}};module['exports']=e;function _0x4c05(){const _0x2d8f7a=['Die\x20Netzwerkverbindung\x20wurde\x20unterbrochen\x20und\x20der\x20Datei-Upload\x20ist\x20fehlgeschlagen','Interner\x20unbekannter\x20Fehler','515698isLbdx','190001Iquypd','1486949clKFOK','Die\x20ausgewählte\x20Datei\x20[{0}]\x20wird\x20für\x20den\x20Upload\x20nicht\x20unterstützt','Erneut\x20hochladen','Datei\x20erfolgreich\x20hochgeladen','12BkXQQF','284aBbgYA','46119HZzikh','328NZtGaA','Download\x20erfolgreich','Bestätigen','270BiWvJv','639410llxOCy','480360xpHRtQ','Netzwerkfehler','Daten\x20sind\x20zu\x20groß','21752885THKjOl','Wird\x20hochgeladen'];_0x4c05=function(){return _0x2d8f7a;};return _0x4c05();}
@@ -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 _0x26e90b=_0x4f3e;(function(_0x1be9a0,_0x50c2a7){const _0x118a5a=_0x4f3e,_0x175466=_0x1be9a0();while(!![]){try{const _0x227356=parseInt(_0x118a5a(0xcd))/0x1*(parseInt(_0x118a5a(0xce))/0x2)+-parseInt(_0x118a5a(0xd3))/0x3+parseInt(_0x118a5a(0xd4))/0x4*(-parseInt(_0x118a5a(0xcb))/0x5)+-parseInt(_0x118a5a(0xc4))/0x6*(parseInt(_0x118a5a(0xc2))/0x7)+parseInt(_0x118a5a(0xcc))/0x8+parseInt(_0x118a5a(0xd2))/0x9+parseInt(_0x118a5a(0xc6))/0xa;if(_0x227356===_0x50c2a7)break;else _0x175466['push'](_0x175466['shift']());}catch(_0x157017){_0x175466['push'](_0x175466['shift']());}}}(_0x3460,0x44ef4));function _0x4f3e(_0x27522c,_0x1d3dee){_0x27522c=_0x27522c-0xc1;const _0x346019=_0x3460();let _0x4f3e34=_0x346019[_0x27522c];return _0x4f3e34;}const e={'exchange-client':{'uploading':_0x26e90b(0xd1),'uploadSuccess':_0x26e90b(0xc1),'uploadSuccessTip':_0x26e90b(0xcf),'downloading':'Downloading','downloadSuccess':_0x26e90b(0xc8),'unknownMistake':_0x26e90b(0xc3),'networkError':_0x26e90b(0xc7),'tooLarge':_0x26e90b(0xca),'internalError':'Internal\x20unknown\x20error','interrupt':'The\x20network\x20connection\x20was\x20interrupted\x20and\x20the\x20file\x20upload\x20failed','fileTypeError':'Selected\x20file\x20[{0}]\x20is\x20not\x20supported\x20for\x20upload','wait':_0x26e90b(0xc5),'cancel':_0x26e90b(0xd0),'confirm':'Confirm','uploadAgain':'Upload\x20again'}};function _0x3460(){const _0x4ea073=['{0}\x20file(s)\x20uploaded\x20successfully','Cancel','Uploading','3094245skzJfz','961215sWmWSX','314492IpDUnf','File\x20uploaded\x20successfully','35749NlDKoQ','Unknown\x20mistake','492wMbJTi','Please\x20wait...','5528680IoJxLl','Network\x20error','Download\x20success','exports','Data\x20is\x20too\x20large','30GPziqZ','3479712MAeXdC','9508xfOjpR','34osUyUa'];_0x3460=function(){return _0x4ea073;};return _0x3460();}module[_0x26e90b(0xc9)]=e;
@@ -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
+ function _0x1531(){const _0x2bd5e7=['57656drntUP','Error\x20interno\x20desconocido','Cancelar','Subiendo','Subir\x20de\x20nuevo','1495058bJeXdl','5558298ghFhIs','Confirmar','919924EuyYaR','Error\x20de\x20red','8PtIkVS','La\x20conexión\x20de\x20red\x20se\x20interrumpió\x20y\x20la\x20carga\x20del\x20archivo\x20falló','Los\x20datos\x20son\x20demasiado\x20grandes','El\x20archivo\x20seleccionado\x20[{0}]\x20no\x20es\x20compatible\x20para\x20subir','Espere...','{0}\x20archivo(s)\x20subido(s)\x20exitosamente','Descarga\x20exitosa','1078203RclAUm','4103935DaGryX','1203003yhouwq','249BHmUYL','exports'];_0x1531=function(){return _0x2bd5e7;};return _0x1531();}const _0x139a4f=_0x5195;(function(_0x55cd84,_0x47ac85){const _0x76d90b=_0x5195,_0x93e35e=_0x55cd84();while(!![]){try{const _0x508dfc=-parseInt(_0x76d90b(0xd5))/0x1+parseInt(_0x76d90b(0xd2))/0x2+-parseInt(_0x76d90b(0xcb))/0x3*(-parseInt(_0x76d90b(0xcd))/0x4)+-parseInt(_0x76d90b(0xc9))/0x5+parseInt(_0x76d90b(0xd3))/0x6+parseInt(_0x76d90b(0xc8))/0x7*(-parseInt(_0x76d90b(0xd7))/0x8)+-parseInt(_0x76d90b(0xca))/0x9;if(_0x508dfc===_0x47ac85)break;else _0x93e35e['push'](_0x93e35e['shift']());}catch(_0x27e619){_0x93e35e['push'](_0x93e35e['shift']());}}}(_0x1531,0xcd88b));function _0x5195(_0x41cc53,_0x32a02c){_0x41cc53=_0x41cc53-0xc5;const _0x1531e1=_0x1531();let _0x51952e=_0x1531e1[_0x41cc53];return _0x51952e;}const e={'exchange-client':{'uploading':_0x139a4f(0xd0),'uploadSuccess':'Archivo\x20subido\x20exitosamente','uploadSuccessTip':_0x139a4f(0xc6),'downloading':'Descargando','downloadSuccess':_0x139a4f(0xc7),'unknownMistake':'Error\x20desconocido','networkError':_0x139a4f(0xd6),'tooLarge':_0x139a4f(0xd9),'internalError':_0x139a4f(0xce),'interrupt':_0x139a4f(0xd8),'fileTypeError':_0x139a4f(0xda),'wait':_0x139a4f(0xc5),'cancel':_0x139a4f(0xcf),'confirm':_0x139a4f(0xd4),'uploadAgain':_0x139a4f(0xd1)}};module[_0x139a4f(0xcc)]=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 _0x52ba(_0x24183f,_0x3eb275){_0x24183f=_0x24183f-0x1e5;const _0x361934=_0x3619();let _0x52ba4b=_0x361934[_0x24183f];return _0x52ba4b;}const _0x2e28d4=_0x52ba;(function(_0x108c47,_0x4c71bc){const _0x28a513=_0x52ba,_0x36b255=_0x108c47();while(!![]){try{const _0x911998=parseInt(_0x28a513(0x1ea))/0x1+parseInt(_0x28a513(0x1fb))/0x2+parseInt(_0x28a513(0x1e9))/0x3*(parseInt(_0x28a513(0x1ef))/0x4)+-parseInt(_0x28a513(0x1f4))/0x5*(parseInt(_0x28a513(0x1e8))/0x6)+parseInt(_0x28a513(0x1f3))/0x7*(-parseInt(_0x28a513(0x1f0))/0x8)+-parseInt(_0x28a513(0x1f6))/0x9+parseInt(_0x28a513(0x1e6))/0xa;if(_0x911998===_0x4c71bc)break;else _0x36b255['push'](_0x36b255['shift']());}catch(_0x5abdc7){_0x36b255['push'](_0x36b255['shift']());}}}(_0x3619,0x1a61b));function _0x3619(){const _0x162b4d=['دانلود\x20موفقیت\x20آمیز','579733iKgUNu','5QMkkur','بارگذاری\x20مجدد','1618740FiVRvE','لغو','فایل\x20انتخاب\x20شده\x20[{0}]\x20برای\x20بارگذاری\x20پشتیبانی\x20نمی‌شود','خطای\x20داخلی\x20ناشناخته','داده\x20خیلی\x20بزرگ\x20است','345910PLninQ','{0}\x20فایل\x20با\x20موفقیت\x20بارگذاری\x20شد','2265620GRJoUq','خطای\x20شبکه','494946owfthB','1983RSxbda','81668augnJY','در\x20حال\x20دانلود','لطفا\x20صبر\x20کنید...','تایید','اتصال\x20شبکه\x20قطع\x20شد\x20و\x20بارگذاری\x20فایل\x20ناموفق\x20بود.','332zNoCQO','16UnwXcz','فایل\x20با\x20موفقیت\x20بارگذاری\x20شد'];_0x3619=function(){return _0x162b4d;};return _0x3619();}const e={'exchange-client':{'uploading':'در\x20حال\x20بارگذاری','uploadSuccess':_0x2e28d4(0x1f1),'uploadSuccessTip':_0x2e28d4(0x1e5),'downloading':_0x2e28d4(0x1eb),'downloadSuccess':_0x2e28d4(0x1f2),'unknownMistake':'خطای\x20ناشناخته','networkError':_0x2e28d4(0x1e7),'tooLarge':_0x2e28d4(0x1fa),'internalError':_0x2e28d4(0x1f9),'interrupt':_0x2e28d4(0x1ee),'fileTypeError':_0x2e28d4(0x1f8),'wait':_0x2e28d4(0x1ec),'cancel':_0x2e28d4(0x1f7),'confirm':_0x2e28d4(0x1ed),'uploadAgain':_0x2e28d4(0x1f5)}};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 _0x28ce74=_0x3055;(function(_0x248d67,_0xc4beac){const _0x6a230=_0x3055,_0x30c435=_0x248d67();while(!![]){try{const _0x411f70=parseInt(_0x6a230(0x166))/0x1*(-parseInt(_0x6a230(0x169))/0x2)+-parseInt(_0x6a230(0x163))/0x3*(-parseInt(_0x6a230(0x16d))/0x4)+-parseInt(_0x6a230(0x165))/0x5+parseInt(_0x6a230(0x168))/0x6+-parseInt(_0x6a230(0x15d))/0x7*(parseInt(_0x6a230(0x16b))/0x8)+-parseInt(_0x6a230(0x170))/0x9*(-parseInt(_0x6a230(0x16a))/0xa)+parseInt(_0x6a230(0x15f))/0xb*(parseInt(_0x6a230(0x16e))/0xc);if(_0x411f70===_0xc4beac)break;else _0x30c435['push'](_0x30c435['shift']());}catch(_0x5e0130){_0x30c435['push'](_0x30c435['shift']());}}}(_0x5592,0xcbf62));const e={'exchange-client':{'uploading':'Téléchargement\x20en\x20cours','uploadSuccess':'Fichier\x20téléchargé\x20avec\x20succès','uploadSuccessTip':'{0}\x20fichier(s)\x20téléchargé(s)\x20avec\x20succès','downloading':_0x28ce74(0x15c),'downloadSuccess':'Téléchargement\x20réussi','unknownMistake':_0x28ce74(0x15b),'networkError':_0x28ce74(0x15e),'tooLarge':_0x28ce74(0x160),'internalError':_0x28ce74(0x16f),'interrupt':_0x28ce74(0x162),'fileTypeError':_0x28ce74(0x167),'wait':_0x28ce74(0x161),'cancel':'Annuler','confirm':_0x28ce74(0x164),'uploadAgain':_0x28ce74(0x16c)}};module['exports']=e;function _0x3055(_0x29581d,_0x4876df){_0x29581d=_0x29581d-0x15b;const _0x5592b9=_0x5592();let _0x3055cc=_0x5592b9[_0x29581d];return _0x3055cc;}function _0x5592(){const _0x3777bf=['Veuillez\x20patienter...','La\x20connexion\x20réseau\x20a\x20été\x20interrompue\x20et\x20le\x20téléchargement\x20du\x20fichier\x20a\x20échoué','2019phwXfA','Confirmer','3439150LeVLPU','234978EiKsjT','Le\x20fichier\x20sélectionné\x20[{0}]\x20n\x27est\x20pas\x20pris\x20en\x20charge\x20pour\x20le\x20téléchargement','3773922EhodFd','6ryPAQD','44090VrvqDo','7640456cQLbVO','Télécharger\x20à\x20nouveau','4380AzHYLL','12707724LtoWLt','Erreur\x20interne\x20inconnue','1548ynKAAy','Erreur\x20inconnue','Téléchargement','7pLRmxL','Erreur\x20réseau','11QbdSFD','Les\x20données\x20sont\x20trop\x20volumineuses'];_0x5592=function(){return _0x3777bf;};return _0x5592();}
@@ -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 _0x1607d7=_0x4341;function _0x4341(_0x30d267,_0x33b236){_0x30d267=_0x30d267-0x197;const _0xa21848=_0xa218();let _0x4341e9=_0xa21848[_0x30d267];return _0x4341e9;}(function(_0x3a5807,_0xbab978){const _0x3d537c=_0x4341,_0x3ad7ec=_0x3a5807();while(!![]){try{const _0xb3a93b=parseInt(_0x3d537c(0x19a))/0x1*(parseInt(_0x3d537c(0x19d))/0x2)+-parseInt(_0x3d537c(0x197))/0x3+-parseInt(_0x3d537c(0x198))/0x4*(parseInt(_0x3d537c(0x1a5))/0x5)+parseInt(_0x3d537c(0x1aa))/0x6+parseInt(_0x3d537c(0x19e))/0x7+parseInt(_0x3d537c(0x1a8))/0x8+-parseInt(_0x3d537c(0x1a2))/0x9*(parseInt(_0x3d537c(0x19b))/0xa);if(_0xb3a93b===_0xbab978)break;else _0x3ad7ec['push'](_0x3ad7ec['shift']());}catch(_0x11d178){_0x3ad7ec['push'](_0x3ad7ec['shift']());}}}(_0xa218,0x1b33f));const e={'exchange-client':{'uploading':_0x1607d7(0x1a4),'uploadSuccess':_0x1607d7(0x1a3),'uploadSuccessTip':_0x1607d7(0x1a6),'downloading':_0x1607d7(0x199),'downloadSuccess':_0x1607d7(0x1a1),'unknownMistake':_0x1607d7(0x1a7),'networkError':_0x1607d7(0x19f),'tooLarge':_0x1607d7(0x1ab),'internalError':'Kesalahan\x20internal\x20tidak\x20diketahui','interrupt':_0x1607d7(0x1a9),'fileTypeError':_0x1607d7(0x1a0),'wait':'Harap\x20tunggu...','cancel':'Batal','confirm':'Konfirmasi','uploadAgain':'Unggah\x20ulang'}};function _0xa218(){const _0x43ac69=['File\x20berhasil\x20diunggah','Mengunggah','630eevDYb','{0}\x20file\x20berhasil\x20diunggah','Kesalahan\x20tidak\x20diketahui','644728sjSaHr','Koneksi\x20jaringan\x20terputus\x20dan\x20unggahan\x20file\x20gagal','51486TvzRNi','Data\x20terlalu\x20besar','143064XFzZAx','36ANLlrN','Mengunduh','367wCaRmB','10XdJhKw','exports','602ErFoCr','1194641QEYgXL','Kesalahan\x20jaringan','File\x20yang\x20dipilih\x20[{0}]\x20tidak\x20didukung\x20untuk\x20diunggah','Unduhan\x20berhasil','1890513prDsga'];_0xa218=function(){return _0x43ac69;};return _0xa218();}module[_0x1607d7(0x19c)]=e;
@@ -1 +1 @@
1
- function _0x87df(){const _0x1e0361=['44vkuTNr','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','1794510UBlArt','5215HuBFDc','Download\x20in\x20corso','7aaDgDf','I\x20dati\x20sono\x20troppo\x20grandi','Annulla','2938396bWVYRA','{0}\x20file\x20caricati\x20con\x20successo','Errore\x20interno\x20sconosciuto','File\x20caricato\x20con\x20successo','20266DGzAIQ','2694yoZudT','130xfuWci','1412939DDeETV','7573744lGKZQO','exports','Attendi...','3019437CNmZbT'];_0x87df=function(){return _0x1e0361;};return _0x87df();}const _0x16d7b2=_0xcc9e;(function(_0x5e85ad,_0x2d3a14){const _0x9fb1b0=_0xcc9e,_0x50da85=_0x5e85ad();while(!![]){try{const _0x40833a=parseInt(_0x9fb1b0(0x137))/0x1*(-parseInt(_0x9fb1b0(0x12b))/0x2)+-parseInt(_0x9fb1b0(0x12d))/0x3+parseInt(_0x9fb1b0(0x133))/0x4+parseInt(_0x9fb1b0(0x12e))/0x5*(parseInt(_0x9fb1b0(0x124))/0x6)+parseInt(_0x9fb1b0(0x130))/0x7*(-parseInt(_0x9fb1b0(0x127))/0x8)+-parseInt(_0x9fb1b0(0x12a))/0x9+-parseInt(_0x9fb1b0(0x125))/0xa*(-parseInt(_0x9fb1b0(0x126))/0xb);if(_0x40833a===_0x2d3a14)break;else _0x50da85['push'](_0x50da85['shift']());}catch(_0x1cd5f0){_0x50da85['push'](_0x50da85['shift']());}}}(_0x87df,0x856ce));function _0xcc9e(_0x4de269,_0x25bfb7){_0x4de269=_0x4de269-0x124;const _0x87df16=_0x87df();let _0xcc9e95=_0x87df16[_0x4de269];return _0xcc9e95;}const e={'exchange-client':{'uploading':'Caricamento\x20in\x20corso','uploadSuccess':_0x16d7b2(0x136),'uploadSuccessTip':_0x16d7b2(0x134),'downloading':_0x16d7b2(0x12f),'downloadSuccess':'Download\x20riuscito','unknownMistake':'Errore\x20sconosciuto','networkError':'Errore\x20di\x20rete','tooLarge':_0x16d7b2(0x131),'internalError':_0x16d7b2(0x135),'interrupt':_0x16d7b2(0x12c),'fileTypeError':'Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','wait':_0x16d7b2(0x129),'cancel':_0x16d7b2(0x132),'uploadAgain':'Carica\x20di\x20nuovo'}};module[_0x16d7b2(0x128)]=e;
1
+ const _0x5266f5=_0x5660;(function(_0x7d3632,_0x23271f){const _0x59f248=_0x5660,_0x12f1ff=_0x7d3632();while(!![]){try{const _0x32b80c=parseInt(_0x59f248(0x1ae))/0x1+parseInt(_0x59f248(0x19d))/0x2+parseInt(_0x59f248(0x1a4))/0x3+parseInt(_0x59f248(0x1ac))/0x4*(parseInt(_0x59f248(0x1a7))/0x5)+parseInt(_0x59f248(0x196))/0x6*(-parseInt(_0x59f248(0x19f))/0x7)+parseInt(_0x59f248(0x1a3))/0x8+-parseInt(_0x59f248(0x199))/0x9;if(_0x32b80c===_0x23271f)break;else _0x12f1ff['push'](_0x12f1ff['shift']());}catch(_0x35895e){_0x12f1ff['push'](_0x12f1ff['shift']());}}}(_0x123f,0xa44d5));const e={'exchange-client':{'uploading':_0x5266f5(0x1ad),'uploadSuccess':_0x5266f5(0x1a9),'uploadSuccessTip':_0x5266f5(0x1a2),'downloading':_0x5266f5(0x1a6),'downloadSuccess':_0x5266f5(0x1ab),'unknownMistake':_0x5266f5(0x19b),'networkError':_0x5266f5(0x19c),'tooLarge':_0x5266f5(0x19e),'internalError':_0x5266f5(0x1a1),'interrupt':_0x5266f5(0x1a0),'fileTypeError':_0x5266f5(0x1aa),'wait':_0x5266f5(0x197),'cancel':_0x5266f5(0x198),'confirm':_0x5266f5(0x1a8),'uploadAgain':_0x5266f5(0x19a)}};function _0x123f(){const _0x1841b7=['File\x20caricato\x20con\x20successo','Il\x20file\x20selezionato\x20[{0}]\x20non\x20è\x20supportato\x20per\x20il\x20caricamento','Download\x20riuscito','3385084ghrZVD','Caricamento\x20in\x20corso','132921iqMloo','6EuLNau','Attendi...','Annulla','20658069moWGRV','Carica\x20di\x20nuovo','Errore\x20sconosciuto','Errore\x20di\x20rete','1345582NiviXy','I\x20dati\x20sono\x20troppo\x20grandi','95543diCzGt','La\x20connessione\x20di\x20rete\x20è\x20stata\x20interrotta\x20e\x20il\x20caricamento\x20del\x20file\x20è\x20fallito','Errore\x20interno\x20sconosciuto','{0}\x20file\x20caricati\x20con\x20successo','4337824rDWLsS','2363280gWWwXF','exports','Download\x20in\x20corso','5ogTAyt','Conferma'];_0x123f=function(){return _0x1841b7;};return _0x123f();}function _0x5660(_0x1c81c7,_0x5a24b6){_0x1c81c7=_0x1c81c7-0x196;const _0x123f5b=_0x123f();let _0x566052=_0x123f5b[_0x1c81c7];return _0x566052;}module[_0x5266f5(0x1a5)]=e;
@@ -1 +1 @@
1
- const _0x43d9c2=_0x3d37;function _0x2c3e(){const _0x218443=['1592656buMuRh','データが大きすぎます','{0}\x20個のファイルが正常にアップロードされました','35tOosDO','1822338uqLFNv','961610HprMNP','キャンセル','ダウンロードが完了しました','お待ちください...','ネットワーク接続が中断され、ファイルのアップロードに失敗しました','アップロード中','2805112fDQDxD','1248660WxkYQm','ダウンロード中','再度アップロード','5555232oVpUDL','ネットワークエラー','2279040uSztVn'];_0x2c3e=function(){return _0x218443;};return _0x2c3e();}(function(_0x257806,_0x46eaab){const _0x410ac2=_0x3d37,_0x250040=_0x257806();while(!![]){try{const _0xf60ef5=parseInt(_0x410ac2(0xb5))/0x1+parseInt(_0x410ac2(0xb0))/0x2+-parseInt(_0x410ac2(0xb4))/0x3+-parseInt(_0x410ac2(0xa9))/0x4+-parseInt(_0x410ac2(0xaa))/0x5+-parseInt(_0x410ac2(0xad))/0x6+parseInt(_0x410ac2(0xb3))/0x7*(parseInt(_0x410ac2(0xaf))/0x8);if(_0xf60ef5===_0x46eaab)break;else _0x250040['push'](_0x250040['shift']());}catch(_0x3e3cf5){_0x250040['push'](_0x250040['shift']());}}}(_0x2c3e,0xaa69a));function _0x3d37(_0x343500,_0x40a284){_0x343500=_0x343500-0xa6;const _0x2c3e24=_0x2c3e();let _0x3d376b=_0x2c3e24[_0x343500];return _0x3d376b;}const e={'exchange-client':{'uploading':_0x43d9c2(0xa8),'uploadSuccess':'ファイルが正常にアップロードされました','uploadSuccessTip':_0x43d9c2(0xb2),'downloading':_0x43d9c2(0xab),'downloadSuccess':_0x43d9c2(0xb7),'unknownMistake':'不明なエラー','networkError':_0x43d9c2(0xae),'tooLarge':_0x43d9c2(0xb1),'internalError':'内部エラーが発生しました','interrupt':_0x43d9c2(0xa7),'fileTypeError':'選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','wait':_0x43d9c2(0xa6),'cancel':_0x43d9c2(0xb6),'uploadAgain':_0x43d9c2(0xac)}};module['exports']=e;
1
+ const _0x5a9e7=_0x4a97;(function(_0xa73031,_0xa60271){const _0x30d225=_0x4a97,_0x3d55b8=_0xa73031();while(!![]){try{const _0x195245=parseInt(_0x30d225(0x1eb))/0x1*(parseInt(_0x30d225(0x1e7))/0x2)+-parseInt(_0x30d225(0x1f3))/0x3*(-parseInt(_0x30d225(0x1f2))/0x4)+parseInt(_0x30d225(0x1f9))/0x5*(parseInt(_0x30d225(0x1e6))/0x6)+-parseInt(_0x30d225(0x1e5))/0x7+parseInt(_0x30d225(0x1f8))/0x8*(-parseInt(_0x30d225(0x1fa))/0x9)+-parseInt(_0x30d225(0x1fb))/0xa*(parseInt(_0x30d225(0x1ee))/0xb)+-parseInt(_0x30d225(0x1f0))/0xc*(-parseInt(_0x30d225(0x1fc))/0xd);if(_0x195245===_0xa60271)break;else _0x3d55b8['push'](_0x3d55b8['shift']());}catch(_0x1d5794){_0x3d55b8['push'](_0x3d55b8['shift']());}}}(_0x4a06,0x5071c));function _0x4a06(){const _0xe5db5=['再度アップロード','368EIvorb','2055905DWtnFU','101925iuSlhH','40cVGHxN','14442675txqToc','内部エラーが発生しました','ダウンロードが完了しました','キャンセル','3683085jfyWSR','6wloGcc','10066PyArjF','お待ちください...','データが大きすぎます','{0}\x20個のファイルが正常にアップロードされました','13JKVtRp','ダウンロード中','不明なエラー','919303SMJZtq','ネットワーク接続が中断され、ファイルのアップロードに失敗しました','12WblIVW','選択されたファイル\x20[{0}]\x20はアップロードがサポートされていません','448GApZKU','3303BtMnzO','ネットワークエラー','exports','アップロード中'];_0x4a06=function(){return _0xe5db5;};return _0x4a06();}function _0x4a97(_0x583209,_0x572b72){_0x583209=_0x583209-0x1e4;const _0x4a0664=_0x4a06();let _0x4a9753=_0x4a0664[_0x583209];return _0x4a9753;}const e={'exchange-client':{'uploading':_0x5a9e7(0x1f6),'uploadSuccess':'ファイルが正常にアップロードされました','uploadSuccessTip':_0x5a9e7(0x1ea),'downloading':_0x5a9e7(0x1ec),'downloadSuccess':_0x5a9e7(0x1fe),'unknownMistake':_0x5a9e7(0x1ed),'networkError':_0x5a9e7(0x1f4),'tooLarge':_0x5a9e7(0x1e9),'internalError':_0x5a9e7(0x1fd),'interrupt':_0x5a9e7(0x1ef),'fileTypeError':_0x5a9e7(0x1f1),'wait':_0x5a9e7(0x1e8),'cancel':_0x5a9e7(0x1e4),'confirm':'確認','uploadAgain':_0x5a9e7(0x1f7)}};module[_0x5a9e7(0x1f5)]=e;
@@ -1 +1 @@
1
- const _0xd63c26=_0x2cc1;(function(_0x3f0d94,_0x519c92){const _0x439154=_0x2cc1,_0x14fb56=_0x3f0d94();while(!![]){try{const _0x1ce546=-parseInt(_0x439154(0x1e6))/0x1+-parseInt(_0x439154(0x1ea))/0x2*(-parseInt(_0x439154(0x1ef))/0x3)+parseInt(_0x439154(0x1f5))/0x4*(parseInt(_0x439154(0x1ee))/0x5)+parseInt(_0x439154(0x1f0))/0x6+parseInt(_0x439154(0x1e4))/0x7+-parseInt(_0x439154(0x1e5))/0x8*(parseInt(_0x439154(0x1f1))/0x9)+-parseInt(_0x439154(0x1f4))/0xa;if(_0x1ce546===_0x519c92)break;else _0x14fb56['push'](_0x14fb56['shift']());}catch(_0x3bd124){_0x14fb56['push'](_0x14fb56['shift']());}}}(_0x293b,0x1c1a6));const e={'exchange-client':{'uploading':'업로드\x20중','uploadSuccess':'파일이\x20성공적으로\x20업로드되었습니다','uploadSuccessTip':_0xd63c26(0x1e9),'downloading':'다운로드\x20중','downloadSuccess':'다운로드가\x20완료되었습니다','unknownMistake':_0xd63c26(0x1f3),'networkError':_0xd63c26(0x1ed),'tooLarge':'데이터가\x20너무\x20큽니다','internalError':_0xd63c26(0x1ec),'interrupt':_0xd63c26(0x1e8),'fileTypeError':_0xd63c26(0x1e7),'wait':_0xd63c26(0x1f6),'cancel':'취소','uploadAgain':_0xd63c26(0x1eb)}};module[_0xd63c26(0x1f2)]=e;function _0x2cc1(_0xb0f063,_0x4ef1ce){_0xb0f063=_0xb0f063-0x1e4;const _0x293baa=_0x293b();let _0x2cc18c=_0x293baa[_0xb0f063];return _0x2cc18c;}function _0x293b(){const _0x57a6a2=['1594544LnZWEe','401168LgSiHo','61850dqowLG','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','1156GRFyPn','다시\x20업로드','내부\x20오류가\x20발생했습니다','네트워크\x20오류','79690jQENJT','282bUehxA','1214010wtuCRA','18yJxkzO','exports','알\x20수\x20없는\x20오류','2390830dtFGDH','8TEgRFK','잠시만\x20기다려\x20주세요...'];_0x293b=function(){return _0x57a6a2;};return _0x293b();}
1
+ const _0xfffd54=_0xb15e;function _0xb15e(_0x27bcde,_0x4844af){_0x27bcde=_0x27bcde-0x1c6;const _0x28588b=_0x2858();let _0xb15ed4=_0x28588b[_0x27bcde];return _0xb15ed4;}(function(_0x1be81b,_0x3b7c2c){const _0x5ae92b=_0xb15e,_0x23a614=_0x1be81b();while(!![]){try{const _0xe3e6a5=-parseInt(_0x5ae92b(0x1d4))/0x1+parseInt(_0x5ae92b(0x1d3))/0x2*(-parseInt(_0x5ae92b(0x1d0))/0x3)+-parseInt(_0x5ae92b(0x1d6))/0x4*(parseInt(_0x5ae92b(0x1cf))/0x5)+-parseInt(_0x5ae92b(0x1c8))/0x6+parseInt(_0x5ae92b(0x1cc))/0x7*(-parseInt(_0x5ae92b(0x1cb))/0x8)+parseInt(_0x5ae92b(0x1d9))/0x9+parseInt(_0x5ae92b(0x1d5))/0xa;if(_0xe3e6a5===_0x3b7c2c)break;else _0x23a614['push'](_0x23a614['shift']());}catch(_0x3a645b){_0x23a614['push'](_0x23a614['shift']());}}}(_0x2858,0xd0a2f));const e={'exchange-client':{'uploading':_0xfffd54(0x1d8),'uploadSuccess':_0xfffd54(0x1d7),'uploadSuccessTip':'{0}개의\x20파일이\x20성공적으로\x20업로드되었습니다','downloading':'다운로드\x20중','downloadSuccess':'다운로드가\x20완료되었습니다','unknownMistake':_0xfffd54(0x1d1),'networkError':_0xfffd54(0x1c9),'tooLarge':_0xfffd54(0x1cd),'internalError':'내부\x20오류가\x20발생했습니다','interrupt':_0xfffd54(0x1c6),'fileTypeError':_0xfffd54(0x1d2),'wait':_0xfffd54(0x1ca),'cancel':'취소','confirm':'확인','uploadAgain':_0xfffd54(0x1c7)}};module[_0xfffd54(0x1ce)]=e;function _0x2858(){const _0x496079=['exports','5HCxuGr','1718373ntEWMJ','알\x20수\x20없는\x20오류','선택한\x20파일\x20[{0}]은(는)\x20업로드가\x20지원되지\x20않습니다','2vcbibT','1524185YlPjXj','31117060kFBUwc','1849680iNiKSJ','파일이\x20성공적으로\x20업로드되었습니다','업로드\x20','5746545QpjZYL','네트워크\x20연결이\x20중단되어\x20파일\x20업로드에\x20실패했습니다','다시\x20업로드','1037160XfQSnm','네트워크\x20오류','잠시만\x20기다려\x20주세요...','12448xWjhyA','735HSZuLi','데이터가\x20너무\x20큽니다'];_0x2858=function(){return _0x496079;};return _0x2858();}