@univerjs-pro/exchange-client 0.25.1 → 1.0.0-alpha.1

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 (105) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/controllers/exchange.controller.d.ts +4 -2
  65. package/lib/types/facade/f-univer.d.ts +88 -0
  66. package/lib/types/index.d.ts +6 -5
  67. package/lib/types/locale/types.d.ts +3 -0
  68. package/lib/types/plugin.d.ts +1 -1
  69. package/lib/types/services/exchange.service.d.ts +20 -0
  70. package/lib/types/services/operate.service.d.ts +34 -2
  71. package/lib/types/services/utils/content-type.d.ts +1 -0
  72. package/lib/types/services/utils/snapshot.d.ts +21 -2
  73. package/lib/types/views/UploadNotificationContainer.d.ts +1 -1
  74. package/lib/types/views/link-list/LinkList.d.ts +1 -1
  75. package/lib/types/views/upload-again/UploadAgain.d.ts +1 -1
  76. package/lib/types/views/upload-button/UploadButton.d.ts +1 -1
  77. package/lib/types/views/upload-error/UploadError.d.ts +1 -1
  78. package/lib/types/views/upload-notification/UploadNotification.d.ts +1 -1
  79. package/lib/types/views/upload-success/UploadSuccess.d.ts +1 -1
  80. package/lib/types/views/uploading/Uploading.d.ts +1 -1
  81. package/lib/types/views/uploading/upload-cancel/UploadCancel.d.ts +1 -1
  82. package/lib/types/views/uploading/upload-progress/UploadProgress.d.ts +1 -1
  83. package/lib/umd/facade.js +1 -1
  84. package/lib/umd/index.js +1 -1
  85. package/lib/umd/locale/ar-SA.js +1 -1
  86. package/lib/umd/locale/ca-ES.js +1 -1
  87. package/lib/umd/locale/de-DE.js +1 -1
  88. package/lib/umd/locale/en-US.js +1 -1
  89. package/lib/umd/locale/es-ES.js +1 -1
  90. package/lib/umd/locale/fa-IR.js +1 -1
  91. package/lib/umd/locale/fr-FR.js +1 -1
  92. package/lib/umd/locale/id-ID.js +1 -1
  93. package/lib/umd/locale/it-IT.js +1 -1
  94. package/lib/umd/locale/ja-JP.js +1 -1
  95. package/lib/umd/locale/ko-KR.js +1 -1
  96. package/lib/umd/locale/pl-PL.js +1 -1
  97. package/lib/umd/locale/pt-BR.js +1 -1
  98. package/lib/umd/locale/ru-RU.js +1 -1
  99. package/lib/umd/locale/sk-SK.js +1 -1
  100. package/lib/umd/locale/vi-VN.js +1 -1
  101. package/lib/umd/locale/zh-CN.js +1 -1
  102. package/lib/umd/locale/zh-HK.js +1 -1
  103. package/lib/umd/locale/zh-TW.js +1 -1
  104. package/package.json +13 -13
  105. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- (function(_0x9ceabe,_0x34b32a){const _0x39600c=_0x44a3,_0x4b56e5=_0x9ceabe();while(!![]){try{const _0x4836c9=parseInt(_0x39600c(0x6c))/0x1*(parseInt(_0x39600c(0xa3))/0x2)+-parseInt(_0x39600c(0x144))/0x3*(parseInt(_0x39600c(0x21f))/0x4)+-parseInt(_0x39600c(0x8e))/0x5+-parseInt(_0x39600c(0x1b0))/0x6+parseInt(_0x39600c(0x133))/0x7+-parseInt(_0x39600c(0x140))/0x8+-parseInt(_0x39600c(0x213))/0x9*(-parseInt(_0x39600c(0x124))/0xa);if(_0x4836c9===_0x34b32a)break;else _0x4b56e5['push'](_0x4b56e5['shift']());}catch(_0x19851e){_0x4b56e5['push'](_0x4b56e5['shift']());}}}(_0x5cf8,0xcd9ba),function(_0x53502c,_0x432b0b){const _0x482cff=_0x44a3;typeof exports==_0x482cff(0xa9)&&typeof module<'u'?_0x432b0b(exports,require('@univerjs-pro/license'),require('@univerjs/core'),require('@univerjs/network'),require('@univerjs/ui'),require('react'),require('rxjs'),require('@univerjs/design'),require('react/jsx-runtime'),require('@univerjs/protocol'),require('@univerjs-pro/collaboration')):typeof define==_0x482cff(0x17c)&&define[_0x482cff(0x150)]?define([_0x482cff(0x13f),_0x482cff(0x22e),'@univerjs/core','@univerjs/network',_0x482cff(0x11d),_0x482cff(0x1df),_0x482cff(0x219),_0x482cff(0x229),_0x482cff(0x117),_0x482cff(0x127),_0x482cff(0x104)],_0x432b0b):(_0x53502c=typeof globalThis<'u'?globalThis:_0x53502c||self,_0x432b0b(_0x53502c[_0x482cff(0xad)]={},_0x53502c[_0x482cff(0x130)],_0x53502c['UniverCore'],_0x53502c['UniverNetwork'],_0x53502c[_0x482cff(0xe8)],_0x53502c[_0x482cff(0x141)],_0x53502c[_0x482cff(0x219)],_0x53502c[_0x482cff(0xb7)],_0x53502c[_0x482cff(0x141)],_0x53502c[_0x482cff(0x1cc)],_0x53502c[_0x482cff(0x1af)]));}(this,function(_0x6762c1,_0x1fd621,_0x269b10,_0x3745ab,_0x2e68a4,_0xee5dbb,_0x124636,_0x2c26f0,_0x43e19b,_0x167489,_0x5f35f5){const _0x4f8a91=_0x44a3;Object['defineProperty'](_0x6762c1,Symbol[_0x4f8a91(0x202)],{'value':_0x4f8a91(0x13c)});let _0x338c1a=_0x4f8a91(0x14c),_0x202e26={};var _0x524863=_0x4f8a91(0x154),_0x422e61=_0x4f8a91(0x1c2);function _0x26bafe({ref:_0xf6b143,..._0x3954a8}){const _0x219edb=_0x4f8a91;let {icon:_0x1ac7ec,id:_0x280e29,className:_0x20b839,extend:_0x4b563b,..._0x131f49}=_0x3954a8,_0x14226d=(_0x219edb(0x1ad)+_0x280e29+'\x20'+(_0x20b839||''))['trim'](),_0x3856e0=(0x0,_0xee5dbb[_0x219edb(0x238)])('_'+_0x18f435());return _0x4809cb(_0x1ac7ec,''+_0x280e29,{'defIds':_0x1ac7ec[_0x219edb(0x9c)],'idSuffix':_0x3856e0[_0x219edb(0x193)]},{'ref':_0xf6b143,'className':_0x14226d,..._0x131f49},_0x4b563b);}function _0x4809cb(_0x48eceb,_0x1c5323,_0x3fd654,_0x162886,_0x2cdb17){const _0x584aca=_0x4f8a91;return(0x0,_0xee5dbb[_0x584aca(0x84)])(_0x48eceb[_0x584aca(0x79)],{'key':_0x1c5323,..._0x158bdc(_0x48eceb,_0x3fd654,_0x2cdb17),..._0x162886},(_0x128e54(_0x48eceb,_0x3fd654)[_0x584aca(0x224)]||[])[_0x584aca(0xba)]((_0x344efd,_0x188c24)=>_0x4809cb(_0x344efd,_0x1c5323+'-'+_0x48eceb[_0x584aca(0x79)]+'-'+_0x188c24,_0x3fd654,void 0x0,_0x2cdb17)));}function _0x158bdc(_0x2f06a0,_0x3f692b,_0x3a3269){const _0x1f1fbf=_0x4f8a91;let _0x29f8d3={..._0x2f06a0[_0x1f1fbf(0x137)]};_0x3a3269!=null&&_0x3a3269[_0x1f1fbf(0x132)]&&_0x29f8d3[_0x1f1fbf(0x22f)]===_0x1f1fbf(0x132)&&(_0x29f8d3['fill']=_0x3a3269['colorChannel1']),_0x2f06a0[_0x1f1fbf(0x79)]===_0x1f1fbf(0x1b5)&&_0x29f8d3['id']&&(_0x29f8d3['id']+=_0x3f692b[_0x1f1fbf(0x1b7)]),Object['entries'](_0x29f8d3)[_0x1f1fbf(0x172)](([_0x3cfbe2,_0xea4d92])=>{const _0x5eae4e=_0x1f1fbf;_0x3cfbe2===_0x5eae4e(0x1b5)&&typeof _0xea4d92=='string'&&(_0x29f8d3[_0x3cfbe2]=_0xea4d92[_0x5eae4e(0x1d9)](/url\(#(.*)\)/,'url(#$1'+_0x3f692b[_0x5eae4e(0x1b7)]+')'));});let {defIds:_0x5f3727}=_0x3f692b;return!_0x5f3727||_0x5f3727['length']===0x0?_0x29f8d3:(_0x2f06a0[_0x1f1fbf(0x79)]===_0x1f1fbf(0x21d)&&_0x29f8d3['xlink:href']&&(_0x29f8d3[_0x1f1fbf(0x156)]+=_0x3f692b[_0x1f1fbf(0x1b7)]),Object['entries'](_0x29f8d3)[_0x1f1fbf(0x172)](([_0x3a2ced,_0x2dc4a3])=>{const _0x2a4515=_0x1f1fbf;typeof _0x2dc4a3==_0x2a4515(0x8b)&&(_0x29f8d3[_0x3a2ced]=_0x2dc4a3[_0x2a4515(0x1d9)](/url\(#(.*)\)/,_0x2a4515(0x69)+_0x3f692b[_0x2a4515(0x1b7)]+')'));}),_0x29f8d3);}function _0x128e54(_0x3fb3c8,_0x16c6bd){const _0x13bf38=_0x4f8a91;var _0x2d987f;let {defIds:_0x5e9ca4}=_0x16c6bd;return!_0x5e9ca4||_0x5e9ca4[_0x13bf38(0x14e)]===0x0?_0x3fb3c8:_0x3fb3c8[_0x13bf38(0x79)]===_0x13bf38(0x120)&&(_0x2d987f=_0x3fb3c8[_0x13bf38(0x224)])!=null&&_0x2d987f[_0x13bf38(0x14e)]?{..._0x3fb3c8,'children':_0x3fb3c8[_0x13bf38(0x224)]['map'](_0x1709c8=>typeof _0x1709c8['attrs']['id']==_0x13bf38(0x8b)&&_0x5e9ca4&&_0x5e9ca4['includes'](_0x1709c8[_0x13bf38(0x137)]['id'])?{..._0x1709c8,'attrs':{..._0x1709c8[_0x13bf38(0x137)],'id':_0x1709c8[_0x13bf38(0x137)]['id']+_0x16c6bd[_0x13bf38(0x1b7)]}}:_0x1709c8)}:_0x3fb3c8;}function _0x18f435(){const _0x2a57c5=_0x4f8a91;return Math[_0x2a57c5(0xf0)]()['toString'](0x24)[_0x2a57c5(0x19f)](0x2,0x8);}_0x26bafe[_0x4f8a91(0x1dc)]=_0x4f8a91(0x15a);let _0x36b712={'tag':_0x4f8a91(0x23c),'attrs':{'xmlns':_0x4f8a91(0x147),'fill':'none','viewBox':_0x4f8a91(0x192),'width':'1em','height':'1em'},'children':[{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x19a),'d':_0x4f8a91(0xb5)}},{'tag':'path','attrs':{'fill':'currentColor','d':'M8.14248\x200.899902C4.22126\x200.899902\x201.04248\x204.07868\x201.04248\x207.9999C1.04248\x2011.9211\x204.22126\x2015.0999\x208.14248\x2015.0999C12.0637\x2015.0999\x2015.2425\x2011.9211\x2015.2425\x207.9999C15.2425\x204.07868\x2012.0637\x200.899902\x208.14248\x200.899902ZM2.24248\x207.9999C2.24248\x204.74142\x204.884\x202.0999\x208.14248\x202.0999C11.401\x202.0999\x2014.0425\x204.74142\x2014.0425\x207.9999C14.0425\x2011.2584\x2011.401\x2013.8999\x208.14248\x2013.8999C4.884\x2013.8999\x202.24248\x2011.2584\x202.24248\x207.9999Z','fillRule':_0x4f8a91(0x1c1),'clipRule':'evenodd'}}]},_0x4166a4=(0x0,_0xee5dbb[_0x4f8a91(0x76)])(function(_0x3c6931,_0x5e3e65){const _0x410788=_0x4f8a91;return(0x0,_0xee5dbb[_0x410788(0x84)])(_0x26bafe,Object[_0x410788(0xc2)]({},_0x3c6931,{'id':_0x410788(0x1ab),'ref':_0x5e3e65,'icon':_0x36b712}));});_0x4166a4[_0x4f8a91(0x1dc)]=_0x4f8a91(0x226);let _0x166b20={'tag':'svg','attrs':{'xmlns':_0x4f8a91(0x147),'fill':_0x4f8a91(0x121),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x4f8a91(0x1d1)},'children':[{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x19a),'d':_0x4f8a91(0x207)}}]},_0x289bcc=(0x0,_0xee5dbb['forwardRef'])(function(_0x3aa831,_0x2c6014){const _0x4e0772=_0x4f8a91;return(0x0,_0xee5dbb[_0x4e0772(0x84)])(_0x26bafe,Object[_0x4e0772(0xc2)]({},_0x3aa831,{'id':_0x4e0772(0xcc),'ref':_0x2c6014,'icon':_0x166b20}));});_0x289bcc[_0x4f8a91(0x1dc)]=_0x4f8a91(0x1de);let _0x1270d1={'tag':_0x4f8a91(0x23c),'attrs':{'xmlns':_0x4f8a91(0x147),'fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x4f8a91(0x1d1),'height':'1em'},'children':[{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x19a),'d':_0x4f8a91(0xbf),'fillRule':'evenodd','clipRule':_0x4f8a91(0x1c1)}}]},_0x2f6d71=(0x0,_0xee5dbb[_0x4f8a91(0x76)])(function(_0x26bd9a,_0x1d1659){const _0x4ad0c6=_0x4f8a91;return(0x0,_0xee5dbb[_0x4ad0c6(0x84)])(_0x26bafe,Object[_0x4ad0c6(0xc2)]({},_0x26bd9a,{'id':_0x4ad0c6(0x205),'ref':_0x1d1659,'icon':_0x1270d1}));});_0x2f6d71[_0x4f8a91(0x1dc)]=_0x4f8a91(0x1d6);let _0x55dd4d={'tag':_0x4f8a91(0x23c),'attrs':{'xmlns':_0x4f8a91(0x147),'fill':_0x4f8a91(0x121),'viewBox':_0x4f8a91(0x191),'width':'1em','height':_0x4f8a91(0x1d1)},'children':[{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x19a),'d':_0x4f8a91(0x92)}},{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x19a),'d':_0x4f8a91(0xbe)}}]},_0x26292e=(0x0,_0xee5dbb['forwardRef'])(function(_0x40815c,_0x2d43b7){const _0x22e68e=_0x4f8a91;return(0x0,_0xee5dbb[_0x22e68e(0x84)])(_0x26bafe,Object[_0x22e68e(0xc2)]({},_0x40815c,{'id':_0x22e68e(0xd3),'ref':_0x2d43b7,'icon':_0x55dd4d}));});_0x26292e[_0x4f8a91(0x1dc)]=_0x4f8a91(0x7f);let _0x2a299b={'tag':_0x4f8a91(0x23c),'attrs':{'xmlns':_0x4f8a91(0x147),'fill':_0x4f8a91(0x121),'viewBox':'0\x200\x2016\x2016','width':_0x4f8a91(0x1d1),'height':_0x4f8a91(0x1d1)},'children':[{'tag':'path','attrs':{'fill':_0x4f8a91(0x19a),'d':_0x4f8a91(0x66),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0x4062b5=(0x0,_0xee5dbb[_0x4f8a91(0x76)])(function(_0x38a542,_0x25deaf){const _0x2e797c=_0x4f8a91;return(0x0,_0xee5dbb[_0x2e797c(0x84)])(_0x26bafe,Object[_0x2e797c(0xc2)]({},_0x38a542,{'id':'success-icon','ref':_0x25deaf,'icon':_0x2a299b}));});_0x4062b5[_0x4f8a91(0x1dc)]='SuccessIcon';let _0x59b654={'tag':_0x4f8a91(0x23c),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x4f8a91(0x121),'viewBox':_0x4f8a91(0x191),'width':_0x4f8a91(0x1d1),'height':_0x4f8a91(0x1d1)},'children':[{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x102),'d':_0x4f8a91(0xb1)}},{'tag':'path','attrs':{'fill':_0x4f8a91(0x15c),'d':_0x4f8a91(0x1eb)}},{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x15c),'d':_0x4f8a91(0x170)}},{'tag':'path','attrs':{'fill':'white','d':'M4.90578\x2011.6398C4.72169\x2011.6398\x204.57245\x2011.789\x204.57245\x2011.9731C4.57245\x2012.1572\x204.72169\x2012.3065\x204.90578\x2012.3065H7.57245C7.75654\x2012.3065\x207.90578\x2012.1572\x207.90578\x2011.9731C7.90578\x2011.789\x207.75654\x2011.6398\x207.57245\x2011.6398H4.90578Z'}},{'tag':'path','attrs':{'stroke':_0x4f8a91(0x15c),'d':_0x4f8a91(0x1eb),'strokeLinecap':_0x4f8a91(0x9f),'strokeWidth':0.03}},{'tag':_0x4f8a91(0x7d),'attrs':{'stroke':_0x4f8a91(0x15c),'d':'M4.57245\x209.62638C4.57245\x209.44229\x204.72169\x209.29305\x204.90578\x209.29305H10.2391C10.4232\x209.29305\x2010.5724\x209.44229\x2010.5724\x209.62638C10.5724\x209.81048\x2010.4232\x209.95972\x2010.2391\x209.95972H4.90578C4.72169\x209.95972\x204.57245\x209.81048\x204.57245\x209.62638Z','strokeLinecap':_0x4f8a91(0x9f),'strokeWidth':0.03}},{'tag':'path','attrs':{'stroke':_0x4f8a91(0x15c),'d':_0x4f8a91(0x23b),'strokeLinecap':_0x4f8a91(0x9f),'strokeWidth':0.03}},{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x23a),'d':_0x4f8a91(0x67)}}]},_0x10d664=(0x0,_0xee5dbb['forwardRef'])(function(_0x4f0940,_0x19abc3){const _0x3ee267=_0x4f8a91;return(0x0,_0xee5dbb['createElement'])(_0x26bafe,Object['assign']({},_0x4f0940,{'id':_0x3ee267(0xc3),'ref':_0x19abc3,'icon':_0x59b654}));});_0x10d664['displayName']=_0x4f8a91(0x1ff);let _0x1af7f6={'tag':_0x4f8a91(0x23c),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x4f8a91(0x121),'viewBox':_0x4f8a91(0x191),'width':_0x4f8a91(0x1d1),'height':_0x4f8a91(0x1d1)},'children':[{'tag':'path','attrs':{'fill':_0x4f8a91(0x1d7),'d':_0x4f8a91(0xb1)}},{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x160),'d':_0x4f8a91(0x67)}},{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x15c),'d':'M7.76493\x207.24535C7.76493\x207.07967\x207.63024\x206.94371\x207.46548\x206.96123C7.01146\x207.00953\x206.57426\x207.16714\x206.19216\x207.42245C5.72662\x207.73351\x205.36378\x208.17564\x205.14951\x208.69292C4.93525\x209.2102\x204.87918\x209.77941\x204.98842\x2010.3285C5.09765\x2010.8777\x205.36727\x2011.3821\x205.76318\x2011.778C6.15909\x2012.1739\x206.66351\x2012.4436\x207.21265\x2012.5528C7.76179\x2012.662\x208.33099\x2012.606\x208.84828\x2012.3917C9.36556\x2012.1774\x209.80769\x2011.8146\x2010.1188\x2011.349C10.3741\x2010.9669\x2010.5317\x2010.5297\x2010.58\x2010.0757C10.5975\x209.91096\x2010.4615\x209.77627\x2010.2958\x209.77627L8.06493\x209.77627C7.89925\x209.77627\x207.76493\x209.64195\x207.76493\x209.47627L7.76493\x207.24535Z'}},{'tag':_0x4f8a91(0x7d),'attrs':{'fill':'white','d':_0x4f8a91(0xf3)}}]},_0x58d26e=(0x0,_0xee5dbb[_0x4f8a91(0x76)])(function(_0x1edc38,_0xdd5456){const _0x389a18=_0x4f8a91;return(0x0,_0xee5dbb[_0x389a18(0x84)])(_0x26bafe,Object[_0x389a18(0xc2)]({},_0x1edc38,{'id':_0x389a18(0x1fa),'ref':_0xdd5456,'icon':_0x1af7f6}));});_0x58d26e['displayName']=_0x4f8a91(0x1c0);let _0xbd28ca={'tag':_0x4f8a91(0x23c),'attrs':{'xmlns':_0x4f8a91(0x147),'fill':_0x4f8a91(0x121),'viewBox':_0x4f8a91(0x191),'width':_0x4f8a91(0x1d1),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x4f8a91(0x15f),'d':'M3.4535\x201.12549C2.7002\x201.12549\x202.08954\x201.73615\x202.08954\x202.48945V13.5104C2.08954\x2014.2637\x202.7002\x2014.8744\x203.4535\x2014.8744H12.5465C13.2998\x2014.8744\x2013.9105\x2014.2637\x2013.9105\x2013.5104V5.0992L10.0091\x201.12549H3.4535Z'}},{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x1c7),'d':_0x4f8a91(0x67)}},{'tag':_0x4f8a91(0x7d),'attrs':{'fill':_0x4f8a91(0x15c),'d':_0x4f8a91(0xd0),'fillRule':_0x4f8a91(0x1c1),'clipRule':'evenodd'}}]},_0x54bda4=(0x0,_0xee5dbb[_0x4f8a91(0x76)])(function(_0x5b420f,_0xb80d7a){const _0x46b7ab=_0x4f8a91;return(0x0,_0xee5dbb[_0x46b7ab(0x84)])(_0x26bafe,Object[_0x46b7ab(0xc2)]({},_0x5b420f,{'id':_0x46b7ab(0x11c),'ref':_0xb80d7a,'icon':_0xbd28ca}));});_0x54bda4[_0x4f8a91(0x1dc)]=_0x4f8a91(0x8f);function _0x3d5158(_0x589b10){'@babel/helpers - typeof';const _0x40483c=_0x4f8a91;return _0x3d5158=typeof Symbol==_0x40483c(0x17c)&&typeof Symbol['iterator']==_0x40483c(0x1a6)?function(_0x451920){return typeof _0x451920;}:function(_0x5ca9a3){const _0x430dfd=_0x40483c;return _0x5ca9a3&&typeof Symbol==_0x430dfd(0x17c)&&_0x5ca9a3['constructor']===Symbol&&_0x5ca9a3!==Symbol[_0x430dfd(0x18f)]?_0x430dfd(0x1a6):typeof _0x5ca9a3;},_0x3d5158(_0x589b10);}function _0x33cb56(_0x5c5858,_0x48b141){const _0x46c869=_0x4f8a91;if(_0x3d5158(_0x5c5858)!=_0x46c869(0xa9)||!_0x5c5858)return _0x5c5858;var _0x5a788a=_0x5c5858[Symbol[_0x46c869(0xd9)]];if(_0x5a788a!==void 0x0){var _0x1c8a06=_0x5a788a[_0x46c869(0x16a)](_0x5c5858,_0x48b141||_0x46c869(0x23e));if(_0x3d5158(_0x1c8a06)!=_0x46c869(0xa9))return _0x1c8a06;throw TypeError(_0x46c869(0x1d2));}return(_0x48b141==='string'?String:Number)(_0x5c5858);}function _0xbba684(_0x591b91){const _0x401917=_0x4f8a91;var _0x2bfe50=_0x33cb56(_0x591b91,_0x401917(0x8b));return _0x3d5158(_0x2bfe50)=='symbol'?_0x2bfe50:_0x2bfe50+'';}function _0x5783c0(_0x39b246,_0x469a01,_0x4f0522){const _0xf0d6d5=_0x4f8a91;return(_0x469a01=_0xbba684(_0x469a01))in _0x39b246?Object[_0xf0d6d5(0x1bb)](_0x39b246,_0x469a01,{'value':_0x4f0522,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x39b246[_0x469a01]=_0x4f0522,_0x39b246;}let _0x5c9290=function(_0x29398b){const _0x11689b=_0x4f8a91;return _0x29398b[_0x29398b[_0x11689b(0x22d)]=0x0]=_0x11689b(0x22d),_0x29398b[_0x29398b[_0x11689b(0x1fe)]=0x1]=_0x11689b(0x1fe),_0x29398b[_0x29398b[_0x11689b(0xbd)]=0x2]=_0x11689b(0xbd),_0x29398b;}({}),_0x5a7968=(0x0,_0x269b10[_0x4f8a91(0x1a1)])('univer-pro.exchange-client.upload-notification.service');var _0x4c3a19=class extends _0x269b10[_0x4f8a91(0x20f)]{constructor(){const _0x1b504c=_0x4f8a91;super(),_0x5783c0(this,'_visible$',new _0x124636['Subject']()),_0x5783c0(this,'_state$',new _0x124636['Subject']()),_0x5783c0(this,_0x1b504c(0x12e),new _0x124636[(_0x1b504c(0xec))]()),_0x5783c0(this,_0x1b504c(0x1e9),this['_visible$'][_0x1b504c(0x145)]()),_0x5783c0(this,'state$',this[_0x1b504c(0x22c)]['asObservable']()),_0x5783c0(this,_0x1b504c(0x15d),this[_0x1b504c(0x12e)][_0x1b504c(0x145)]()),_0x5783c0(this,_0x1b504c(0x16d),[]);}[_0x4f8a91(0x128)](){const _0x57972f=_0x4f8a91;super[_0x57972f(0x128)](),this['_visible$']['complete'](),this[_0x57972f(0x22c)]['complete'](),this[_0x57972f(0x12e)][_0x57972f(0x118)]();}[_0x4f8a91(0x90)](){this['_visible$']['next'](!0x0);}[_0x4f8a91(0x1ac)](){const _0x3c0cfa=_0x4f8a91;this['_visible$'][_0x3c0cfa(0xee)](!0x1);}[_0x4f8a91(0x230)](_0xdef14b){const _0x31ba32=_0x4f8a91;this[_0x31ba32(0x22c)]['next'](_0xdef14b);}[_0x4f8a91(0xa7)](_0x5da885){const _0x1b4e1b=_0x4f8a91;this[_0x1b4e1b(0x16d)][_0x1b4e1b(0x1a5)](_0x5da885),this['_list$'][_0x1b4e1b(0xee)](this[_0x1b4e1b(0x16d)]);}};function _0x25280a(_0x3cac89){const _0x24abc6=_0x4f8a91;let {list:_0x41028d}=_0x3cac89;function _0x2c292d(_0x471da2){const _0x2788ae=_0x44a3;switch(_0x471da2){case 0x1:return(0x0,_0x43e19b[_0x2788ae(0xe1)])(_0x10d664,{});case 0x2:return(0x0,_0x43e19b['jsx'])(_0x54bda4,{});case 0x3:return(0x0,_0x43e19b[_0x2788ae(0xe1)])(_0x58d26e,{});default:return null;}}return(0x0,_0x43e19b['jsx'])('div',{'className':(0x0,_0x2c26f0[_0x24abc6(0xc9)])(_0x24abc6(0x10c),_0x2c26f0[_0x24abc6(0xd7)]),'children':(0x0,_0x43e19b[_0x24abc6(0xe1)])('ul',{'className':_0x24abc6(0x22b),'children':_0x41028d[_0x24abc6(0xba)]((_0x3828c6,_0x2b3b2a)=>(0x0,_0x43e19b[_0x24abc6(0xe1)])('li',{'children':(0x0,_0x43e19b[_0x24abc6(0x159)])('a',{'className':_0x24abc6(0x161),'href':_0x3828c6[_0x24abc6(0x15b)],'target':'_blank','rel':_0x24abc6(0x11f),'children':[(0x0,_0x43e19b[_0x24abc6(0x159)])('span',{'className':_0x24abc6(0x115),'children':[(0x0,_0x43e19b[_0x24abc6(0xe1)])('span',{'className':_0x24abc6(0x195),'children':_0x2c292d(_0x3828c6[_0x24abc6(0x6a)])}),(0x0,_0x43e19b[_0x24abc6(0xe1)])(_0x2c26f0['Tooltip'],{'showIfEllipsis':!0x0,'title':_0x3828c6[_0x24abc6(0x1b8)],'asChild':!0x0,'children':(0x0,_0x43e19b[_0x24abc6(0xe1)])(_0x24abc6(0xc0),{'className':_0x24abc6(0x199),'children':_0x3828c6[_0x24abc6(0x1b8)]})})]}),(0x0,_0x43e19b[_0x24abc6(0xe1)])(_0x24abc6(0xc0),{'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,_0x43e19b[_0x24abc6(0xe1)])(_0x26292e,{})})]})},_0x2b3b2a))})});}var _0x487c22=Uint8Array,_0x49febe=Uint16Array,_0x49c621=Uint32Array,_0x50a35e=new _0x487c22([0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x1,0x2,0x2,0x2,0x2,0x3,0x3,0x3,0x3,0x4,0x4,0x4,0x4,0x5,0x5,0x5,0x5,0x0,0x0,0x0,0x0]),_0x19ccc2=new _0x487c22([0x0,0x0,0x0,0x0,0x1,0x1,0x2,0x2,0x3,0x3,0x4,0x4,0x5,0x5,0x6,0x6,0x7,0x7,0x8,0x8,0x9,0x9,0xa,0xa,0xb,0xb,0xc,0xc,0xd,0xd,0x0,0x0]),_0xada896=new _0x487c22([0x10,0x11,0x12,0x0,0x8,0x7,0x9,0x6,0xa,0x5,0xb,0x4,0xc,0x3,0xd,0x2,0xe,0x1,0xf]),_0x1dfcd2=function(_0x290c1c,_0x3c0a58){for(var _0x11b328=new _0x49febe(0x1f),_0x3403a=0x0;_0x3403a<0x1f;++_0x3403a)_0x11b328[_0x3403a]=_0x3c0a58+=0x1<<_0x290c1c[_0x3403a-0x1];for(var _0x411359=new _0x49c621(_0x11b328[0x1e]),_0x3403a=0x1;_0x3403a<0x1e;++_0x3403a)for(var _0x21af59=_0x11b328[_0x3403a];_0x21af59<_0x11b328[_0x3403a+0x1];++_0x21af59)_0x411359[_0x21af59]=_0x21af59-_0x11b328[_0x3403a]<<0x5|_0x3403a;return[_0x11b328,_0x411359];},_0x7a073c=_0x1dfcd2(_0x50a35e,0x2),_0x3291fe=_0x7a073c[0x0],_0x40c6e9=_0x7a073c[0x1];_0x3291fe[0x1c]=0x102,_0x40c6e9[0x102]=0x1c;var _0x163795=_0x1dfcd2(_0x19ccc2,0x0);_0x163795[0x0];for(var _0x15e4b3=_0x163795[0x1],_0x1a2821=new _0x49febe(0x8000),_0x5ac0ae=0x0;_0x5ac0ae<0x8000;++_0x5ac0ae){var _0x578659=(_0x5ac0ae&0xaaaa)>>>0x1|(_0x5ac0ae&0x5555)<<0x1;_0x578659=(_0x578659&0xcccc)>>>0x2|(_0x578659&0x3333)<<0x2,_0x578659=(_0x578659&0xf0f0)>>>0x4|(_0x578659&0xf0f)<<0x4,_0x1a2821[_0x5ac0ae]=((_0x578659&0xff00)>>>0x8|(_0x578659&0xff)<<0x8)>>>0x1;}for(var _0x7ac68c=function(_0x690c0d,_0x15c40d,_0x5af4fc){for(var _0x1895a7=_0x690c0d['length'],_0x34ef93=0x0,_0x63d109=new _0x49febe(_0x15c40d);_0x34ef93<_0x1895a7;++_0x34ef93)++_0x63d109[_0x690c0d[_0x34ef93]-0x1];var _0x30232c=new _0x49febe(_0x15c40d);for(_0x34ef93=0x0;_0x34ef93<_0x15c40d;++_0x34ef93)_0x30232c[_0x34ef93]=_0x30232c[_0x34ef93-0x1]+_0x63d109[_0x34ef93-0x1]<<0x1;var _0x40c033;if(_0x5af4fc){_0x40c033=new _0x49febe(0x1<<_0x15c40d);var _0x3e4255=0xf-_0x15c40d;for(_0x34ef93=0x0;_0x34ef93<_0x1895a7;++_0x34ef93)if(_0x690c0d[_0x34ef93]){for(var _0x88272a=_0x34ef93<<0x4|_0x690c0d[_0x34ef93],_0x2e4cd9=_0x15c40d-_0x690c0d[_0x34ef93],_0xb13faf=_0x30232c[_0x690c0d[_0x34ef93]-0x1]++<<_0x2e4cd9,_0x10edc0=_0xb13faf|(0x1<<_0x2e4cd9)-0x1;_0xb13faf<=_0x10edc0;++_0xb13faf)_0x40c033[_0x1a2821[_0xb13faf]>>>_0x3e4255]=_0x88272a;}}else{for(_0x40c033=new _0x49febe(_0x1895a7),_0x34ef93=0x0;_0x34ef93<_0x1895a7;++_0x34ef93)_0x40c033[_0x34ef93]=_0x1a2821[_0x30232c[_0x690c0d[_0x34ef93]-0x1]++]>>>0xf-_0x690c0d[_0x34ef93];}return _0x40c033;},_0x101ba5=new _0x487c22(0x120),_0x5ac0ae=0x0;_0x5ac0ae<0x90;++_0x5ac0ae)_0x101ba5[_0x5ac0ae]=0x8;for(var _0x5ac0ae=0x90;_0x5ac0ae<0x100;++_0x5ac0ae)_0x101ba5[_0x5ac0ae]=0x9;for(var _0x5ac0ae=0x100;_0x5ac0ae<0x118;++_0x5ac0ae)_0x101ba5[_0x5ac0ae]=0x7;for(var _0x5ac0ae=0x118;_0x5ac0ae<0x120;++_0x5ac0ae)_0x101ba5[_0x5ac0ae]=0x8;for(var _0x52ed79=new _0x487c22(0x20),_0x5ac0ae=0x0;_0x5ac0ae<0x20;++_0x5ac0ae)_0x52ed79[_0x5ac0ae]=0x5;var _0x5e8a1b=_0x7ac68c(_0x101ba5,0x9,0x0),_0x362850=_0x7ac68c(_0x52ed79,0x5,0x0),_0x90d434=function(_0x18f115){return(_0x18f115/0x8>>0x0)+(_0x18f115&0x7&&0x1);},_0x334607=function(_0x516369,_0x24e289,_0x69d70e){const _0x395a83=_0x4f8a91;(_0x24e289==null||_0x24e289<0x0)&&(_0x24e289=0x0),(_0x69d70e==null||_0x69d70e>_0x516369['length'])&&(_0x69d70e=_0x516369[_0x395a83(0x14e)]);var _0x249d97=new(_0x516369 instanceof _0x49febe?_0x49febe:_0x516369 instanceof _0x49c621?_0x49c621:_0x487c22)(_0x69d70e-_0x24e289);return _0x249d97[_0x395a83(0x9b)](_0x516369[_0x395a83(0x21e)](_0x24e289,_0x69d70e)),_0x249d97;},_0x495cfb=function(_0xa6116e,_0x550d03,_0x5f4992){_0x5f4992<<=_0x550d03&0x7;var _0x56f6ff=_0x550d03/0x8>>0x0;_0xa6116e[_0x56f6ff]|=_0x5f4992,_0xa6116e[_0x56f6ff+0x1]|=_0x5f4992>>>0x8;},_0x514348=function(_0x3e8174,_0x3733cb,_0x2bddc5){_0x2bddc5<<=_0x3733cb&0x7;var _0x234a83=_0x3733cb/0x8>>0x0;_0x3e8174[_0x234a83]|=_0x2bddc5,_0x3e8174[_0x234a83+0x1]|=_0x2bddc5>>>0x8,_0x3e8174[_0x234a83+0x2]|=_0x2bddc5>>>0x10;},_0x1f9d95=function(_0x5cb34e,_0x103b96){const _0x325f07=_0x4f8a91;for(var _0x180377=[],_0x29a396=0x0;_0x29a396<_0x5cb34e['length'];++_0x29a396)_0x5cb34e[_0x29a396]&&_0x180377['push']({'s':_0x29a396,'f':_0x5cb34e[_0x29a396]});var _0xa93b22=_0x180377[_0x325f07(0x14e)],_0x45dfd6=_0x180377[_0x325f07(0x181)]();if(!_0xa93b22)return[new _0x487c22(0x0),0x0];if(_0xa93b22==0x1){var _0x37f6d2=new _0x487c22(_0x180377[0x0]['s']+0x1);return _0x37f6d2[_0x180377[0x0]['s']]=0x1,[_0x37f6d2,0x1];}_0x180377[_0x325f07(0x81)](function(_0x31f065,_0x4df6f1){return _0x31f065['f']-_0x4df6f1['f'];}),_0x180377['push']({'s':-0x1,'f':0x61a9});var _0x31d944=_0x180377[0x0],_0x2f6b74=_0x180377[0x1],_0x39c440=0x0,_0x5988d7=0x1,_0x1da1e8=0x2;for(_0x180377[0x0]={'s':-0x1,'f':_0x31d944['f']+_0x2f6b74['f'],'l':_0x31d944,'r':_0x2f6b74};_0x5988d7!=_0xa93b22-0x1;)_0x31d944=_0x180377[_0x180377[_0x39c440]['f']<_0x180377[_0x1da1e8]['f']?_0x39c440++:_0x1da1e8++],_0x2f6b74=_0x180377[_0x39c440!=_0x5988d7&&_0x180377[_0x39c440]['f']<_0x180377[_0x1da1e8]['f']?_0x39c440++:_0x1da1e8++],_0x180377[_0x5988d7++]={'s':-0x1,'f':_0x31d944['f']+_0x2f6b74['f'],'l':_0x31d944,'r':_0x2f6b74};for(var _0x2cf723=_0x45dfd6[0x0]['s'],_0x29a396=0x1;_0x29a396<_0xa93b22;++_0x29a396)_0x45dfd6[_0x29a396]['s']>_0x2cf723&&(_0x2cf723=_0x45dfd6[_0x29a396]['s']);var _0x51c313=new _0x49febe(_0x2cf723+0x1),_0x1864d2=_0x381a68(_0x180377[_0x5988d7-0x1],_0x51c313,0x0);if(_0x1864d2>_0x103b96){var _0x29a396=0x0,_0x433701=0x0,_0x46fb1f=_0x1864d2-_0x103b96,_0x3aac42=0x1<<_0x46fb1f;for(_0x45dfd6[_0x325f07(0x81)](function(_0x154f08,_0x10f48c){return _0x51c313[_0x10f48c['s']]-_0x51c313[_0x154f08['s']]||_0x154f08['f']-_0x10f48c['f'];});_0x29a396<_0xa93b22;++_0x29a396){var _0xc99a62=_0x45dfd6[_0x29a396]['s'];if(_0x51c313[_0xc99a62]>_0x103b96)_0x433701+=_0x3aac42-(0x1<<_0x1864d2-_0x51c313[_0xc99a62]),_0x51c313[_0xc99a62]=_0x103b96;else break;}for(_0x433701>>>=_0x46fb1f;_0x433701>0x0;){var _0xb4173f=_0x45dfd6[_0x29a396]['s'];_0x51c313[_0xb4173f]<_0x103b96?_0x433701-=0x1<<_0x103b96-_0x51c313[_0xb4173f]++-0x1:++_0x29a396;}for(;_0x29a396>=0x0&&_0x433701;--_0x29a396){var _0x2507cf=_0x45dfd6[_0x29a396]['s'];_0x51c313[_0x2507cf]==_0x103b96&&(--_0x51c313[_0x2507cf],++_0x433701);}_0x1864d2=_0x103b96;}return[new _0x487c22(_0x51c313),_0x1864d2];},_0x381a68=function(_0x31616a,_0x2ee0e8,_0x48257e){const _0x1f8333=_0x4f8a91;return _0x31616a['s']==-0x1?Math[_0x1f8333(0x83)](_0x381a68(_0x31616a['l'],_0x2ee0e8,_0x48257e+0x1),_0x381a68(_0x31616a['r'],_0x2ee0e8,_0x48257e+0x1)):_0x2ee0e8[_0x31616a['s']]=_0x48257e;},_0x2dadf3=function(_0x1a9e76){const _0x39e39c=_0x4f8a91;for(var _0x2f6fa5=_0x1a9e76[_0x39e39c(0x14e)];_0x2f6fa5&&!_0x1a9e76[--_0x2f6fa5];);for(var _0x50e2dd=new _0x49febe(++_0x2f6fa5),_0x4ddce3=0x0,_0x1f4450=_0x1a9e76[0x0],_0x289e89=0x1,_0x360673=function(_0x211699){_0x50e2dd[_0x4ddce3++]=_0x211699;},_0x1b9fee=0x1;_0x1b9fee<=_0x2f6fa5;++_0x1b9fee)if(_0x1a9e76[_0x1b9fee]==_0x1f4450&&_0x1b9fee!=_0x2f6fa5)++_0x289e89;else{if(!_0x1f4450&&_0x289e89>0x2){for(;_0x289e89>0x8a;_0x289e89-=0x8a)_0x360673(0x7ff2);_0x289e89>0x2&&(_0x360673(_0x289e89>0xa?_0x289e89-0xb<<0x5|0x7012:_0x289e89-0x3<<0x5|0x3011),_0x289e89=0x0);}else{if(_0x289e89>0x3){for(_0x360673(_0x1f4450),--_0x289e89;_0x289e89>0x6;_0x289e89-=0x6)_0x360673(0x2070);_0x289e89>0x2&&(_0x360673(_0x289e89-0x3<<0x5|0x2010),_0x289e89=0x0);}}for(;_0x289e89--;)_0x360673(_0x1f4450);_0x289e89=0x1,_0x1f4450=_0x1a9e76[_0x1b9fee];}return[_0x50e2dd[_0x39e39c(0x21e)](0x0,_0x4ddce3),_0x2f6fa5];},_0x32b22c=function(_0x36d43b,_0x1f6e8d){for(var _0x5e7873=0x0,_0x56ec8a=0x0;_0x56ec8a<_0x1f6e8d['length'];++_0x56ec8a)_0x5e7873+=_0x36d43b[_0x56ec8a]*_0x1f6e8d[_0x56ec8a];return _0x5e7873;},_0xc77906=function(_0x12e888,_0x3d0ec3,_0xa96ad4){var _0x2ed352=_0xa96ad4['length'],_0x32bec0=_0x90d434(_0x3d0ec3+0x2);_0x12e888[_0x32bec0]=_0x2ed352&0xff,_0x12e888[_0x32bec0+0x1]=_0x2ed352>>>0x8,_0x12e888[_0x32bec0+0x2]=_0x12e888[_0x32bec0]^0xff,_0x12e888[_0x32bec0+0x3]=_0x12e888[_0x32bec0+0x1]^0xff;for(var _0x151d00=0x0;_0x151d00<_0x2ed352;++_0x151d00)_0x12e888[_0x32bec0+_0x151d00+0x4]=_0xa96ad4[_0x151d00];return(_0x32bec0+0x4+_0x2ed352)*0x8;},_0x26f6c9=function(_0x1143f1,_0x589f60,_0x3cc217,_0x378f9f,_0x1ad5a4,_0x352dd7,_0x57bf63,_0x177ebf,_0x1b2f87,_0x454a3d,_0x32aba0){const _0x5a61f1=_0x4f8a91;_0x495cfb(_0x589f60,_0x32aba0++,_0x3cc217),++_0x1ad5a4[0x100];for(var _0x26a375=_0x1f9d95(_0x1ad5a4,0xf),_0x565ab3=_0x26a375[0x0],_0x469207=_0x26a375[0x1],_0x20ef62=_0x1f9d95(_0x352dd7,0xf),_0x3593fd=_0x20ef62[0x0],_0x2bc5f4=_0x20ef62[0x1],_0x592a29=_0x2dadf3(_0x565ab3),_0xd6f60e=_0x592a29[0x0],_0x20e504=_0x592a29[0x1],_0x157a94=_0x2dadf3(_0x3593fd),_0xc3e18=_0x157a94[0x0],_0xf51705=_0x157a94[0x1],_0x366fc2=new _0x49febe(0x13),_0x174020=0x0;_0x174020<_0xd6f60e[_0x5a61f1(0x14e)];++_0x174020)_0x366fc2[_0xd6f60e[_0x174020]&0x1f]++;for(var _0x174020=0x0;_0x174020<_0xc3e18[_0x5a61f1(0x14e)];++_0x174020)_0x366fc2[_0xc3e18[_0x174020]&0x1f]++;for(var _0x540a20=_0x1f9d95(_0x366fc2,0x7),_0x457480=_0x540a20[0x0],_0x57e71c=_0x540a20[0x1],_0x445c8a=0x13;_0x445c8a>0x4&&!_0x457480[_0xada896[_0x445c8a-0x1]];--_0x445c8a);var _0x2b6356=_0x454a3d+0x5<<0x3,_0x2a68be=_0x32b22c(_0x1ad5a4,_0x101ba5)+_0x32b22c(_0x352dd7,_0x52ed79)+_0x57bf63,_0x8dc55c=_0x32b22c(_0x1ad5a4,_0x565ab3)+_0x32b22c(_0x352dd7,_0x3593fd)+_0x57bf63+0xe+0x3*_0x445c8a+_0x32b22c(_0x366fc2,_0x457480)+(0x2*_0x366fc2[0x10]+0x3*_0x366fc2[0x11]+0x7*_0x366fc2[0x12]);if(_0x2b6356<=_0x2a68be&&_0x2b6356<=_0x8dc55c)return _0xc77906(_0x589f60,_0x32aba0,_0x1143f1[_0x5a61f1(0x21e)](_0x1b2f87,_0x1b2f87+_0x454a3d));var _0x468caf,_0x49196d,_0x2dfe31,_0x50059d;if(_0x495cfb(_0x589f60,_0x32aba0,0x1+(_0x8dc55c<_0x2a68be)),_0x32aba0+=0x2,_0x8dc55c<_0x2a68be){_0x468caf=_0x7ac68c(_0x565ab3,_0x469207,0x0),_0x49196d=_0x565ab3,_0x2dfe31=_0x7ac68c(_0x3593fd,_0x2bc5f4,0x0),_0x50059d=_0x3593fd;var _0x2fc5ed=_0x7ac68c(_0x457480,_0x57e71c,0x0);_0x495cfb(_0x589f60,_0x32aba0,_0x20e504-0x101),_0x495cfb(_0x589f60,_0x32aba0+0x5,_0xf51705-0x1),_0x495cfb(_0x589f60,_0x32aba0+0xa,_0x445c8a-0x4),_0x32aba0+=0xe;for(var _0x174020=0x0;_0x174020<_0x445c8a;++_0x174020)_0x495cfb(_0x589f60,_0x32aba0+0x3*_0x174020,_0x457480[_0xada896[_0x174020]]);_0x32aba0+=0x3*_0x445c8a;for(var _0x1cffae=[_0xd6f60e,_0xc3e18],_0x254284=0x0;_0x254284<0x2;++_0x254284)for(var _0x5cf39c=_0x1cffae[_0x254284],_0x174020=0x0;_0x174020<_0x5cf39c[_0x5a61f1(0x14e)];++_0x174020){var _0x38b337=_0x5cf39c[_0x174020]&0x1f;_0x495cfb(_0x589f60,_0x32aba0,_0x2fc5ed[_0x38b337]),_0x32aba0+=_0x457480[_0x38b337],_0x38b337>0xf&&(_0x495cfb(_0x589f60,_0x32aba0,_0x5cf39c[_0x174020]>>>0x5&0x7f),_0x32aba0+=_0x5cf39c[_0x174020]>>>0xc);}}else _0x468caf=_0x5e8a1b,_0x49196d=_0x101ba5,_0x2dfe31=_0x362850,_0x50059d=_0x52ed79;for(var _0x174020=0x0;_0x174020<_0x177ebf;++_0x174020)if(_0x378f9f[_0x174020]>0xff){var _0x38b337=_0x378f9f[_0x174020]>>>0x12&0x1f;_0x514348(_0x589f60,_0x32aba0,_0x468caf[_0x38b337+0x101]),_0x32aba0+=_0x49196d[_0x38b337+0x101],_0x38b337>0x7&&(_0x495cfb(_0x589f60,_0x32aba0,_0x378f9f[_0x174020]>>>0x17&0x1f),_0x32aba0+=_0x50a35e[_0x38b337]);var _0x1986c6=_0x378f9f[_0x174020]&0x1f;_0x514348(_0x589f60,_0x32aba0,_0x2dfe31[_0x1986c6]),_0x32aba0+=_0x50059d[_0x1986c6],_0x1986c6>0x3&&(_0x514348(_0x589f60,_0x32aba0,_0x378f9f[_0x174020]>>>0x5&0x1fff),_0x32aba0+=_0x19ccc2[_0x1986c6]);}else _0x514348(_0x589f60,_0x32aba0,_0x468caf[_0x378f9f[_0x174020]]),_0x32aba0+=_0x49196d[_0x378f9f[_0x174020]];return _0x514348(_0x589f60,_0x32aba0,_0x468caf[0x100]),_0x32aba0+_0x49196d[0x100];},_0x582368=new _0x49c621([0x10004,0x20008,0x20010,0x20020,0x40020,0x100080,0x100100,0x204400,0x205000]),_0x52fe9d=new _0x487c22(0x0),_0x5a5048=function(_0x245134,_0x1a1a73,_0x410976,_0x36dc55,_0x3a7e3d,_0x23e83f){const _0x4632c9=_0x4f8a91;var _0x334e27=_0x245134[_0x4632c9(0x14e)],_0x4f38bf=new _0x487c22(_0x36dc55+_0x334e27+0x5*(0x1+Math[_0x4632c9(0x8d)](_0x334e27/0x1b58))+_0x3a7e3d),_0x218f4b=_0x4f38bf[_0x4632c9(0x21e)](_0x36dc55,_0x4f38bf[_0x4632c9(0x14e)]-_0x3a7e3d),_0x4413d3=0x0;if(!_0x1a1a73||_0x334e27<0x8)for(var _0x33c1ed=0x0;_0x33c1ed<=_0x334e27;_0x33c1ed+=0xffff){var _0x1d36e6=_0x33c1ed+0xffff;_0x1d36e6<_0x334e27?_0x4413d3=_0xc77906(_0x218f4b,_0x4413d3,_0x245134[_0x4632c9(0x21e)](_0x33c1ed,_0x1d36e6)):(_0x218f4b[_0x33c1ed]=_0x23e83f,_0x4413d3=_0xc77906(_0x218f4b,_0x4413d3,_0x245134[_0x4632c9(0x21e)](_0x33c1ed,_0x334e27)));}else{for(var _0x5ee99b=_0x582368[_0x1a1a73-0x1],_0x1eed53=_0x5ee99b>>>0xd,_0x33be4f=_0x5ee99b&0x1fff,_0x4d87b3=(0x1<<_0x410976)-0x1,_0x41d9ce=new _0x49febe(0x8000),_0x41a243=new _0x49febe(_0x4d87b3+0x1),_0x42f44e=Math[_0x4632c9(0xb0)](_0x410976/0x3),_0x32c8e2=0x2*_0x42f44e,_0x2d6abb=function(_0x5533c7){return(_0x245134[_0x5533c7]^_0x245134[_0x5533c7+0x1]<<_0x42f44e^_0x245134[_0x5533c7+0x2]<<_0x32c8e2)&_0x4d87b3;},_0x5b0331=new _0x49c621(0x61a8),_0x2c38ae=new _0x49febe(0x120),_0x45a03c=new _0x49febe(0x20),_0x5ba78d=0x0,_0x122950=0x0,_0x33c1ed=0x0,_0x395076=0x0,_0x3f1da5=0x0,_0x4f2f4c=0x0;_0x33c1ed<_0x334e27;++_0x33c1ed){var _0x3df37e=_0x2d6abb(_0x33c1ed),_0x182ea8=_0x33c1ed&0x7fff,_0x53d2f4=_0x41a243[_0x3df37e];if(_0x41d9ce[_0x182ea8]=_0x53d2f4,_0x41a243[_0x3df37e]=_0x182ea8,_0x3f1da5<=_0x33c1ed){var _0x5e02d9=_0x334e27-_0x33c1ed;if((_0x5ba78d>0x1b58||_0x395076>0x6000)&&_0x5e02d9>0x1a7){_0x4413d3=_0x26f6c9(_0x245134,_0x218f4b,0x0,_0x5b0331,_0x2c38ae,_0x45a03c,_0x122950,_0x395076,_0x4f2f4c,_0x33c1ed-_0x4f2f4c,_0x4413d3),_0x395076=_0x5ba78d=_0x122950=0x0,_0x4f2f4c=_0x33c1ed;for(var _0xa7614a=0x0;_0xa7614a<0x11e;++_0xa7614a)_0x2c38ae[_0xa7614a]=0x0;for(var _0xa7614a=0x0;_0xa7614a<0x1e;++_0xa7614a)_0x45a03c[_0xa7614a]=0x0;}var _0x42a573=0x2,_0x59f84b=0x0,_0x580865=_0x33be4f,_0x203aa5=_0x182ea8-_0x53d2f4&0x7fff;if(_0x5e02d9>0x2&&_0x3df37e==_0x2d6abb(_0x33c1ed-_0x203aa5))for(var _0x28f0d0=Math[_0x4632c9(0x240)](_0x1eed53,_0x5e02d9)-0x1,_0x592380=Math[_0x4632c9(0x240)](0x7fff,_0x33c1ed),_0x353f9a=Math['min'](0x102,_0x5e02d9);_0x203aa5<=_0x592380&&--_0x580865&&_0x182ea8!=_0x53d2f4;){if(_0x245134[_0x33c1ed+_0x42a573]==_0x245134[_0x33c1ed+_0x42a573-_0x203aa5]){for(var _0x8bb003=0x0;_0x8bb003<_0x353f9a&&_0x245134[_0x33c1ed+_0x8bb003]==_0x245134[_0x33c1ed+_0x8bb003-_0x203aa5];++_0x8bb003);if(_0x8bb003>_0x42a573){if(_0x42a573=_0x8bb003,_0x59f84b=_0x203aa5,_0x8bb003>_0x28f0d0)break;for(var _0x91e19b=Math['min'](_0x203aa5,_0x8bb003-0x2),_0x5c8d16=0x0,_0xa7614a=0x0;_0xa7614a<_0x91e19b;++_0xa7614a){var _0x41604a=_0x33c1ed-_0x203aa5+_0xa7614a+0x8000&0x7fff,_0x32ed77=_0x41604a-_0x41d9ce[_0x41604a]+0x8000&0x7fff;_0x32ed77>_0x5c8d16&&(_0x5c8d16=_0x32ed77,_0x53d2f4=_0x41604a);}}}_0x182ea8=_0x53d2f4,_0x53d2f4=_0x41d9ce[_0x182ea8],_0x203aa5+=_0x182ea8-_0x53d2f4+0x8000&0x7fff;}if(_0x59f84b){_0x5b0331[_0x395076++]=0x10000000|_0x40c6e9[_0x42a573]<<0x12|_0x15e4b3[_0x59f84b];var _0x2c7fe9=_0x40c6e9[_0x42a573]&0x1f,_0x4813b6=_0x15e4b3[_0x59f84b]&0x1f;_0x122950+=_0x50a35e[_0x2c7fe9]+_0x19ccc2[_0x4813b6],++_0x2c38ae[0x101+_0x2c7fe9],++_0x45a03c[_0x4813b6],_0x3f1da5=_0x33c1ed+_0x42a573,++_0x5ba78d;}else _0x5b0331[_0x395076++]=_0x245134[_0x33c1ed],++_0x2c38ae[_0x245134[_0x33c1ed]];}}_0x4413d3=_0x26f6c9(_0x245134,_0x218f4b,_0x23e83f,_0x5b0331,_0x2c38ae,_0x45a03c,_0x122950,_0x395076,_0x4f2f4c,_0x33c1ed-_0x4f2f4c,_0x4413d3),_0x23e83f||(_0x4413d3=_0xc77906(_0x218f4b,_0x4413d3,_0x52fe9d));}return _0x334607(_0x4f38bf,0x0,_0x36dc55+_0x90d434(_0x4413d3)+_0x3a7e3d);},_0x29a8c6=function(_0x1c692d,_0x712137,_0xcb6118,_0x5444bd,_0x372d7f){const _0x1584fd=_0x4f8a91;return _0x5a5048(_0x1c692d,_0x712137[_0x1584fd(0x14f)]==null?0x6:_0x712137[_0x1584fd(0x14f)],_0x712137[_0x1584fd(0x176)]==null?Math[_0x1584fd(0xb0)](Math[_0x1584fd(0x83)](0x8,Math[_0x1584fd(0x240)](0xd,Math['log'](_0x1c692d['length'])))*1.5):0xc+_0x712137['mem'],_0xcb6118,_0x5444bd,!_0x372d7f);};function _0xe87b25(_0x199b30,_0x2ea8e1){return _0x2ea8e1===void 0x0&&(_0x2ea8e1={}),_0x29a8c6(_0x199b30,_0x2ea8e1,0x0,0x0);}let _0x13a064=_0x4f8a91(0x239),_0x3cefe6=_0x4f8a91(0x126),_0x5461d7=_0x4f8a91(0x204),_0x3ff272='application/vnd.openxmlformats-officedocument.spreadsheetml.template',_0x382542=_0x4f8a91(0x136),_0x19ff9d={[_0x269b10[_0x4f8a91(0x1d8)][_0x4f8a91(0x1a9)]]:[''],[_0x269b10[_0x4f8a91(0x1d8)]['UNIVER_DOC']]:[_0x13a064],[_0x269b10[_0x4f8a91(0x1d8)][_0x4f8a91(0x17f)]]:[_0x3cefe6,_0x5461d7,_0x3ff272],[_0x269b10['UniverInstanceType'][_0x4f8a91(0x6f)]]:[_0x382542],[_0x269b10[_0x4f8a91(0x1d8)]['UNIVER_PROJECT']]:[''],[_0x269b10['UniverInstanceType'][_0x4f8a91(0xc5)]]:['']},_0x104a43={[_0x13a064]:_0x4f8a91(0x1f0),[_0x3cefe6]:_0x4f8a91(0xc7),[_0x5461d7]:_0x4f8a91(0x138),[_0x3ff272]:'xltx',[_0x382542]:'pptx'};function _0x203a5d(_0x22d59b,_0x24f927,_0x2ea464){const _0x47989c=_0x4f8a91;let _0xe17a84=document['createElement']('a');_0xe17a84[_0x47989c(0x1be)]=_0x22d59b,_0xe17a84['style']['display']=_0x47989c(0x121),_0xe17a84[_0x47989c(0x19e)]=_0x24f927+'.'+_0x2ea464,document[_0x47989c(0x198)][_0x47989c(0x134)](_0xe17a84),_0xe17a84[_0x47989c(0x19c)](),document[_0x47989c(0x198)][_0x47989c(0x10b)](_0xe17a84);}function _0x5c4bd3(_0x2acbdb,_0x409af9,_0x3db205){const _0x97865f=_0x4f8a91;let _0x503382=URL[_0x97865f(0xb3)](_0x2acbdb);_0x203a5d(_0x503382,_0x409af9,_0x3db205),URL['revokeObjectURL'](_0x503382);}function _0x2a2c40(_0x4bab5b){const _0x26ea8e=_0x4f8a91;let _0x3d2042=_0x4bab5b[_0x26ea8e(0x1b8)][_0x26ea8e(0x173)]('.')['pop']();if(!_0x3d2042)return _0x269b10[_0x26ea8e(0x1d8)]['UNIVER_UNKNOWN'];let _0xc15c10=_0x2bb0ac(),_0x42881d=_0x269b10[_0x26ea8e(0x1d8)][_0x26ea8e(0x1a9)];return _0xc15c10[_0x26ea8e(0x232)](_0x72584b=>_0x573c54(_0x3d2042,_0x72584b)?(_0x42881d=_0x72584b,!0x0):!0x1),_0x42881d;}function _0x2bb0ac(){const _0x4f8139=_0x4f8a91;return Object[_0x4f8139(0x1ed)](_0x269b10[_0x4f8139(0x1d8)])[_0x4f8139(0x89)](_0x206a8f=>typeof _0x206a8f==_0x4f8139(0x196));}function _0x573c54(_0x508500,_0x5b4a15){const _0x186517=_0x4f8a91;return _0x19ff9d[_0x5b4a15][_0x186517(0xba)](_0x43ae1e=>(_0x104a43[_0x43ae1e]||'')[_0x186517(0x233)]())['includes'](_0x508500[_0x186517(0x233)]());}function _0x457973(_0x200ced,_0x104d2d=!0x1){const _0x447cb8=_0x4f8a91;let _0x19a97b=_0x200ced[_0x447cb8(0xba)](_0x481fe4=>_0x19ff9d[_0x481fe4])[_0x447cb8(0x167)](',');return new Promise((_0x3cd68c,_0x40238c)=>{const _0x1823a4=_0x447cb8;let _0xce75d8=document[_0x1823a4(0x84)](_0x1823a4(0x1f1));_0xce75d8[_0x1823a4(0x6a)]=_0x1823a4(0x77),_0xce75d8[_0x1823a4(0x11b)]=_0x19a97b,_0xce75d8[_0x1823a4(0x17d)]=_0x104d2d,_0xce75d8[_0x1823a4(0xdc)](_0x1823a4(0xac),_0x421665=>{const _0x2106bb=_0x1823a4;let _0x152dec=_0x421665[_0x2106bb(0x1b4)];if(!_0x152dec[_0x2106bb(0xbc)]||_0x152dec['files']['length']===0x0)throw _0x40238c(null),Error(_0x2106bb(0x94));_0x3cd68c(_0x152dec[_0x2106bb(0xbc)]);}),_0xce75d8['click']();});}async function _0x31c5d5(_0x2c2569,_0x46237c){const _0x2880cf=_0x4f8a91;try{var _0x171b64,_0x43b9f7,_0x26dbec;let _0x50fede=await _0x46237c[_0x2880cf(0x18c)](_0x2c2569,{'responseType':_0x2880cf(0x7e)}),_0x4cc1d1=_0x50fede['body'],_0x50364b=(_0x171b64=(_0x43b9f7=_0x50fede[_0x2880cf(0x182)]['get'](_0x2880cf(0x1a0)))==null?void 0x0:_0x43b9f7[_0x2880cf(0x167)](',\x20'))==null?_0x2880cf(0x1d0):_0x171b64,_0x412613='file.'+(_0x104a43[_0x50364b]||_0x2880cf(0xc7)),_0x572e91=(_0x26dbec=_0x50fede[_0x2880cf(0x182)][_0x2880cf(0x18c)](_0x2880cf(0x151)))==null?void 0x0:_0x26dbec['join'](',\x20');if(_0x572e91){let _0x5b3fb7=_0x572e91['match'](/filename=(.+)/);_0x5b3fb7&&_0x5b3fb7[0x1]&&(_0x412613=_0x5b3fb7[0x1]);}else _0x412613=_0x506f8e(_0x2c2569)||_0x412613;return new File([_0x4cc1d1],_0x412613,{'type':_0x50364b});}catch(_0x815a68){console[_0x2880cf(0x157)]('Error\x20fetching\x20file\x20from\x20URL:',_0x815a68);return;}}function _0x506f8e(_0xaf550a){const _0x1d883a=_0x4f8a91;try{return new URL(_0xaf550a)[_0x1d883a(0x12c)][_0x1d883a(0x173)]('/')[_0x1d883a(0xa8)]();}catch(_0x574094){console['error'](_0x1d883a(0x16e),_0x574094);return;}}function _0x45a0a3(_0x5c030b){const _0x4cad4b=_0x4f8a91;let _0x5e2877=new Blob([_0x5c030b[_0x4cad4b(0x211)]],{'type':_0x4cad4b(0x1bc)});return new File([_0x5e2877],_0x4cad4b(0x71));}function _0x4baf64(_0x6d27ab,_0x25f44d){const _0x5dd63a=_0x4f8a91;return _0x6d27ab['replace'](_0x5dd63a(0x1ee),_0x25f44d);}function _0x51c2fe(_0x5a73d2,_0x4dbf12){const _0xbd8e88=_0x4f8a91;return _0x5a73d2['replace'](_0xbd8e88(0x14a),_0x4dbf12);}function _0x48f775(_0x538715,_0x4ff83f){const _0x557a47=_0x4f8a91;return _0x538715[_0x557a47(0x1d9)](_0x557a47(0xca),_0x4ff83f);}function _0x3f86db(_0x3fba1c,_0x389536){return function(_0x16f83c,_0x5dc949){_0x389536(_0x16f83c,_0x5dc949,_0x3fba1c);};}function _0x2ad3c9(_0x484bc5,_0x4719e5,_0x2e0764,_0x1286fd){const _0x1cbb7d=_0x4f8a91;var _0x4e537b=arguments[_0x1cbb7d(0x14e)],_0x10227a=_0x4e537b<0x3?_0x4719e5:_0x1286fd===null?_0x1286fd=Object['getOwnPropertyDescriptor'](_0x4719e5,_0x2e0764):_0x1286fd,_0x463cf7;if(typeof Reflect==_0x1cbb7d(0xa9)&&typeof Reflect[_0x1cbb7d(0x95)]==_0x1cbb7d(0x17c))_0x10227a=Reflect[_0x1cbb7d(0x95)](_0x484bc5,_0x4719e5,_0x2e0764,_0x1286fd);else{for(var _0x47f456=_0x484bc5[_0x1cbb7d(0x14e)]-0x1;_0x47f456>=0x0;_0x47f456--)(_0x463cf7=_0x484bc5[_0x47f456])&&(_0x10227a=(_0x4e537b<0x3?_0x463cf7(_0x10227a):_0x4e537b>0x3?_0x463cf7(_0x4719e5,_0x2e0764,_0x10227a):_0x463cf7(_0x4719e5,_0x2e0764))||_0x10227a);}return _0x4e537b>0x3&&_0x10227a&&Object[_0x1cbb7d(0x1bb)](_0x4719e5,_0x2e0764,_0x10227a),_0x10227a;}let _0x2675a5=(0x0,_0x269b10[_0x4f8a91(0x1a1)])('univer-pro.exchange-client.request.service'),_0x530417=class{constructor(_0x2b333c,_0x3d1482){const _0x47752a=_0x4f8a91;this[_0x47752a(0x86)]=_0x2b333c,this['_httpService']=_0x3d1482,_0x5783c0(this,_0x47752a(0x6e),new Set());}[_0x4f8a91(0x128)](){}['setTaskInterrupted'](_0x3fd1fd){const _0x1b368a=_0x4f8a91;this[_0x1b368a(0x6e)][_0x1b368a(0x139)](_0x3fd1fd);}[_0x4f8a91(0xa5)](){const _0x26b7d6=_0x4f8a91;this['_taskInterrupted'][_0x26b7d6(0x1ec)]();}async[_0x4f8a91(0x1e4)](_0x350146,_0x45495c=0x0,_0xdd1437=!0x1){const _0x13b731=_0x4f8a91;if(typeof _0x350146==_0x13b731(0x8b)){let _0x20d86d=await _0x31c5d5(_0x350146,this[_0x13b731(0x99)]);if(!_0x20d86d)throw Error(_0x13b731(0xf5));_0x350146=_0x20d86d;}_0x45495c=_0x45495c||_0x350146[_0x13b731(0x175)];let _0x237c5f=new FormData();_0x237c5f[_0x13b731(0xa2)](_0x13b731(0x77),_0x350146);try{let _0x7aa5d7=this[_0x13b731(0x188)]()+_0x13b731(0x8a)+_0x45495c+_0x13b731(0xfe)+_0x167489[_0x13b731(0x18b)][_0x13b731(0x87)]+'&flate='+_0xdd1437,_0x4e3eb5={'body':_0x237c5f},_0x4c98c5=(await this[_0x13b731(0x99)]['post'](_0x7aa5d7,_0x4e3eb5))['body'];if(_0x4c98c5[_0x13b731(0x157)]&&_0x4c98c5['error'][_0x13b731(0xf8)]!==_0x167489[_0x13b731(0x17b)]['OK'])throw Error(this[_0x13b731(0xa6)]('upload\x20request\x20failed',_0x4c98c5[_0x13b731(0x157)]));return _0x4c98c5;}catch(_0x4db8d9){throw _0x4db8d9 instanceof Error?_0x4db8d9:Error(this[_0x13b731(0xc4)](_0x13b731(0x1f3),_0x4db8d9));}}async['import'](_0x450d82){const _0x283ca8=_0x4f8a91;let {fileID:_0x1d26c6,type:_0x35555f,outputType:_0x565188,minSheetColumnCount:_0x193fda,minSheetRowCount:_0x117903}=_0x450d82;try{let _0x263433=_0x4baf64(this[_0x283ca8(0x17a)](),''+_0x35555f),_0x3e1a9a={'body':{'fileID':_0x1d26c6,'outputType':_0x565188,'minSheetColumnCount':_0x193fda,'minSheetRowCount':_0x117903}},_0x2640fd=(await this['_httpService'][_0x283ca8(0x187)](_0x263433,_0x3e1a9a))[_0x283ca8(0x198)];return _0x2640fd['error']&&_0x2640fd[_0x283ca8(0x157)]['code']!==_0x167489[_0x283ca8(0x17b)]['OK']?void 0x0:_0x2640fd;}catch{return;}}async[_0x4f8a91(0x107)](_0x2c9b48){const _0x5971bd=_0x4f8a91;let {unitID:_0x4851bd,jsonID:_0x426b9e,type:_0x23a0c0,sscSwitch:_0x534d0b,useImageUrl:_0xf1c9a0,ignoreTableExport:_0x5d0b1d}=_0x2c9b48;try{let _0x12c97d=_0x4baf64(this['_getExportURL'](),''+_0x23a0c0),_0x7088ef={'body':{'unitID':_0x4851bd,'jsonID':_0x426b9e,'type':_0x23a0c0,'sscSwitch':_0x534d0b,'useImageUrl':_0xf1c9a0,'ignoreTableExport':_0x5d0b1d}},_0x329b50=(await this[_0x5971bd(0x99)][_0x5971bd(0x187)](_0x12c97d,_0x7088ef))[_0x5971bd(0x198)];return _0x329b50[_0x5971bd(0x157)]&&_0x329b50[_0x5971bd(0x157)][_0x5971bd(0xf8)]!==_0x167489[_0x5971bd(0x17b)]['OK']?void 0x0:_0x329b50;}catch{return;}}async['getTask'](_0x1268c9){return new Promise((_0x1dde95,_0xc0b677)=>{const _0x2ed646=_0x44a3;try{let _0x1b3d64=0x0,_0x1463d7=_0x51c2fe(this[_0x2ed646(0x20a)](),''+_0x1268c9),_0x3f726e=this[_0x2ed646(0x19d)](),_0x5ba5dc=async()=>{const _0xc1fed4=_0x2ed646;if(this[_0xc1fed4(0x6e)][_0xc1fed4(0x203)](_0x1268c9))return;let _0x2c4d38=(await this[_0xc1fed4(0x99)][_0xc1fed4(0x18c)](_0x1463d7))[_0xc1fed4(0x198)];if(_0x2c4d38[_0xc1fed4(0x157)]&&_0x2c4d38[_0xc1fed4(0x157)][_0xc1fed4(0xf8)]===_0x167489['ErrorCode']['OK']){if(_0x2c4d38[_0xc1fed4(0x17e)]==='done')_0x1dde95(_0x2c4d38);else{if(_0x2c4d38[_0xc1fed4(0x17e)]===_0xc1fed4(0xfd)){let _0x3626d4=0x3e8;if(_0x1b3d64>=_0x3f726e){_0xc0b677(_0x2c4d38);return;}else _0x1b3d64>=0x7530&&(_0x3626d4=0x1388);_0x1b3d64+=_0x3626d4,setTimeout(_0x5ba5dc,_0x3626d4);}else _0xc0b677(_0x2c4d38);}}else _0xc0b677(_0x2c4d38);};_0x5ba5dc();}catch(_0x3005a0){_0xc0b677(_0x3005a0 instanceof Error?_0x3005a0:Error(String(_0x3005a0)));}});}async['signUrl'](_0x4ae7a8){const _0x43c0e4=_0x4f8a91;try{let _0x3ca13e=_0x48f775(this[_0x43c0e4(0x103)](),''+_0x4ae7a8);return(await this[_0x43c0e4(0x99)][_0x43c0e4(0x18c)](_0x3ca13e))['body'];}catch{return;}}async[_0x4f8a91(0x22a)](_0x246e8c){const _0x5a698d=_0x4f8a91;try{return(await this[_0x5a698d(0x99)][_0x5a698d(0x18c)](_0x246e8c,{'responseType':_0x5a698d(0x106)}))[_0x5a698d(0x198)];}catch{return;}}[_0x4f8a91(0xa6)](_0x213224,_0x401cfb){const _0x59e92c=_0x4f8a91;let _0x36d5df=this[_0x59e92c(0x9a)](_0x401cfb);return _0x36d5df?_0x213224+':\x20'+_0x36d5df:_0x213224;}['_buildHttpErrorMessage'](_0x160fba,_0x3a385f){const _0x53e399=_0x4f8a91;if(_0x3a385f instanceof _0x3745ab[_0x53e399(0x1ea)]){let _0x8a58a3=typeof _0x3a385f[_0x53e399(0x17e)]==_0x53e399(0x196)?''+_0x3a385f['status']+(_0x3a385f[_0x53e399(0x1f6)]?'\x20'+_0x3a385f[_0x53e399(0x1f6)]:''):void 0x0,_0x27f313=this[_0x53e399(0x9a)](_0x3a385f[_0x53e399(0x157)]);return _0x8a58a3&&_0x27f313?_0x160fba+_0x53e399(0xaf)+_0x8a58a3+_0x53e399(0xc8)+_0x27f313:_0x8a58a3?_0x160fba+_0x53e399(0xaf)+_0x8a58a3:_0x27f313?_0x160fba+':\x20'+_0x27f313:_0x160fba;}let _0x575ec0=this[_0x53e399(0x9a)](_0x3a385f);return _0x575ec0?_0x160fba+':\x20'+_0x575ec0:_0x160fba;}[_0x4f8a91(0x9a)](_0x3bdf63){const _0x2412a3=_0x4f8a91;if(typeof _0x3bdf63==_0x2412a3(0x8b)){let _0x4f24a3=_0x3bdf63['trim']();return _0x4f24a3[_0x2412a3(0x14e)]>0x0?_0x4f24a3:void 0x0;}if(_0x3bdf63 instanceof Error)return this[_0x2412a3(0x9a)](_0x3bdf63[_0x2412a3(0x20b)]);if(!_0x3bdf63||typeof _0x3bdf63!=_0x2412a3(0xa9)||Array[_0x2412a3(0xe2)](_0x3bdf63))return;let _0xa13c7f=_0x3bdf63,_0xb6eaf1=this[_0x2412a3(0x9a)](_0xa13c7f[_0x2412a3(0x20b)]);if(_0xb6eaf1)return _0xb6eaf1;if(_0xa13c7f['error']&&typeof _0xa13c7f[_0x2412a3(0x157)]==_0x2412a3(0xa9)&&!Array['isArray'](_0xa13c7f[_0x2412a3(0x157)])){let _0x4d7ca6=this[_0x2412a3(0x9a)](_0xa13c7f[_0x2412a3(0x157)]);if(_0x4d7ca6)return _0x4d7ca6;}}[_0x4f8a91(0x188)](){const _0x59c468=_0x4f8a91;var _0x17b7f3;let _0x12d478=this['_configService'][_0x59c468(0x6d)](_0x338c1a);return(_0x17b7f3=_0x12d478==null?void 0x0:_0x12d478[_0x59c468(0x1d4)])==null?_0x59c468(0xd5):_0x17b7f3;}[_0x4f8a91(0x17a)](){const _0x42239e=_0x4f8a91;var _0x248d28;let _0x210ba8=this[_0x42239e(0x86)][_0x42239e(0x6d)](_0x338c1a);return(_0x248d28=_0x210ba8==null?void 0x0:_0x210ba8[_0x42239e(0x143)])==null?_0x42239e(0x1b6):_0x248d28;}[_0x4f8a91(0x153)](){const _0x3976ec=_0x4f8a91;var _0x252267;let _0x52fa1a=this['_configService'][_0x3976ec(0x6d)](_0x338c1a);return(_0x252267=_0x52fa1a==null?void 0x0:_0x52fa1a['exportServerUrl'])==null?_0x3976ec(0x189):_0x252267;}[_0x4f8a91(0x20a)](){const _0x7aa155=_0x4f8a91;var _0x3dbe43;let _0x1c43ae=this[_0x7aa155(0x86)][_0x7aa155(0x6d)](_0x338c1a);return(_0x3dbe43=_0x1c43ae==null?void 0x0:_0x1c43ae['getTaskServerUrl'])==null?'/universer-api/exchange/task/{taskID}':_0x3dbe43;}[_0x4f8a91(0x103)](){const _0x12f730=_0x4f8a91;var _0x2b4b8a;let _0x864cbb=this[_0x12f730(0x86)]['getConfig'](_0x338c1a);return(_0x2b4b8a=_0x864cbb==null?void 0x0:_0x864cbb[_0x12f730(0x1a8)])==null?'/universer-api/file/{fileID}/sign-url':_0x2b4b8a;}[_0x4f8a91(0x19d)](){const _0x51a250=_0x4f8a91;var _0x4f216b;let _0x58f025=this[_0x51a250(0x86)][_0x51a250(0x6d)](_0x338c1a);return(_0x4f216b=_0x58f025==null?void 0x0:_0x58f025[_0x51a250(0x110)])==null?0x1d4c0:_0x4f216b;}};_0x530417=_0x2ad3c9([_0x3f86db(0x0,_0x269b10[_0x4f8a91(0xcf)]),_0x3f86db(0x1,(0x0,_0x269b10[_0x4f8a91(0x1bf)])(_0x3745ab[_0x4f8a91(0x1d3)]))],_0x530417);function _0x4f2a6c(_0x2bd760){const _0xd3b73a=_0x4f8a91;let _0x5efed9=_0x2bd760[_0xd3b73a(0xe7)];if(!_0x5efed9)return null;let _0x49256b={};_0x5efed9[_0xd3b73a(0xe4)]&&Object[_0xd3b73a(0x1fc)](_0x5efed9['sheets'])[_0xd3b73a(0x172)](_0x425788=>{const _0x55ca9e=_0xd3b73a;let _0xa3acea=_0x5efed9[_0x55ca9e(0xe4)][_0x425788];_0x49256b[_0x425788]={..._0xa3acea,'originalMeta':(0x0,_0x5f35f5[_0x55ca9e(0x201)])(_0x5f35f5[_0x55ca9e(0x1ba)][_0x55ca9e(0xd4)](_0xa3acea[_0x55ca9e(0x122)]))};});let _0x163206=(0x0,_0x5f35f5[_0xd3b73a(0x201)])(_0x5f35f5[_0xd3b73a(0x1ba)][_0xd3b73a(0xd4)](_0x5efed9[_0xd3b73a(0x122)]));return{..._0x2bd760,'workbook':{..._0x5efed9,'originalMeta':_0x163206,'sheets':_0x49256b},'doc':{}};}function _0x3e8d21(_0x13b70b){const _0xe984e=_0x4f8a91;let _0x9fb59f=_0x13b70b[_0xe984e(0x1e3)];if(!_0x9fb59f)return null;let _0x22aa65=(0x0,_0x5f35f5[_0xe984e(0x201)])(_0x5f35f5[_0xe984e(0x1ba)]['decode'](_0x9fb59f[_0xe984e(0x122)]));return{..._0x13b70b,'workbook':{},'doc':{..._0x9fb59f,'originalMeta':_0x22aa65}};}function _0xf40f3c(_0x1818ac){const _0x361df8=_0x4f8a91;let _0x57418e={};return _0x1818ac[_0x361df8(0x172)](_0x4fc992=>{const _0x3b8542=_0x361df8;_0x57418e[_0x4fc992['id']]={..._0x4fc992,'data':(0x0,_0x5f35f5[_0x3b8542(0x201)])(_0x5f35f5[_0x3b8542(0x1ba)][_0x3b8542(0xd4)](_0x4fc992[_0x3b8542(0x177)]))};}),_0x57418e;}async function _0x1c13c2(_0x663033){const _0x29fa6f=_0x4f8a91;var _0x2b3e61;let _0x3d1f1a={'metadata':void 0x0},_0x145217=_0x663033['id'],_0x1142c8=(_0x2b3e61=_0x663033[_0x29fa6f(0x114)])==null?0x0:_0x2b3e61,_0x47b8f1=new _0x2a406a(),{snapshot:_0x18d29c}=await(0x0,_0x5f35f5['transformWorkbookDataToSnapshot'])(_0x3d1f1a,_0x663033,_0x145217,_0x1142c8,_0x47b8f1),_0x1a9715=await(0x0,_0x5f35f5[_0x29fa6f(0x12d)])(_0x18d29c,_0x47b8f1),_0x56fa13=_0x4f2a6c(_0x18d29c);if(!_0x56fa13)throw Error(_0x29fa6f(0x152));return{'snapshot':_0x56fa13,'sheetBlocks':_0xf40f3c(_0x1a9715)};}async function _0x1045b1(_0x402a34){const _0x34e99f=_0x4f8a91;var _0xdc7771;let _0x228d2d={'metadata':void 0x0},_0x4d7d14=_0x402a34['id'],{snapshot:_0x5de320}=await(0x0,_0x5f35f5['transformDocumentDataToSnapshot'])(_0x228d2d,_0x402a34,_0x4d7d14,(_0xdc7771=_0x402a34[_0x34e99f(0x114)])==null?0x0:_0xdc7771,new _0x2a406a()),_0xb9365a=_0x3e8d21(_0x5de320);if(!_0xb9365a)throw Error('Failed\x20to\x20transform\x20snapshot\x20to\x20string');return{'snapshot':_0xb9365a,'sheetBlocks':{}};}async function _0x4db0dd(_0x3c7ab2){const _0x5763b8=_0x4f8a91;let _0x2c3cb7=_0x3c7ab2[_0x5763b8(0x75)],_0x381b4d=_0x3c7ab2['sheetBlocks']||{};return await(0x0,_0x5f35f5[_0x5763b8(0x97)])(_0x2c3cb7,Object[_0x5763b8(0x1fc)](_0x381b4d)[_0x5763b8(0xba)](_0x1cccd2=>_0x381b4d[_0x1cccd2])[_0x5763b8(0xba)](_0x588fc2=>({..._0x588fc2,'data':_0x588fc2[_0x5763b8(0x177)]?JSON[_0x5763b8(0x1cf)]((0x0,_0x5f35f5[_0x5763b8(0x7b)])(_0x588fc2['data'])):void 0x0})));}function _0x1a5096(_0x4b81f7){const _0x1f5573=_0x4f8a91;let _0x578817=_0x4b81f7[_0x1f5573(0x75)];return(0x0,_0x5f35f5['transformSnapshotToDocumentData'])(_0x578817);}var _0x2a406a=class{constructor(){_0x5783c0(this,'_sheetBlockCache',new Map());}[_0x4f8a91(0x93)](){const _0xec7ad3=_0x4f8a91;return Promise[_0xec7ad3(0x7c)]({'snapshot':{'unitID':'','type':_0x269b10[_0xec7ad3(0x1d8)][_0xec7ad3(0x17f)],'rev':0x0,'workbook':void 0x0,'doc':void 0x0},'changesets':[],'error':{'code':_0x167489[_0xec7ad3(0x17b)]['OK'],'message':''}});}[_0x4f8a91(0x216)](_0x48c983,_0x13a92f){const _0x140b68=_0x4f8a91;let _0x554293=this['_sheetBlockCache'][_0x140b68(0x18c)](_0x13a92f[_0x140b68(0x82)]);return Promise['resolve']({'block':_0x554293,'error':{'code':_0x167489[_0x140b68(0x17b)]['OK'],'message':''}});}[_0x4f8a91(0xfa)](_0x35d446,_0x156ca6){const _0x175e66=_0x4f8a91;let _0x291e5b=this[_0x175e66(0x13e)][_0x175e66(0x18c)](_0x156ca6[_0x175e66(0x82)]);return Promise['resolve']({'block':_0x291e5b===void 0x0?void 0x0:{..._0x291e5b,'data':JSON['parse'](_0x5f35f5['textDecoder'][_0x175e66(0xd4)](_0x291e5b[_0x175e66(0x177)]))},'error':{'code':_0x167489['ErrorCode']['OK'],'message':''}});}[_0x4f8a91(0x98)](){const _0x13c391=_0x4f8a91;return Promise[_0x13c391(0x7c)]({'changesets':[],'error':{'code':_0x167489[_0x13c391(0x17b)]['OK'],'message':''}});}['getResourcesRequest'](){const _0x5eee68=_0x4f8a91;return Promise[_0x5eee68(0x7c)]({'resources':{},'error':{'code':_0x167489['ErrorCode']['OK'],'message':''}});}['saveSnapshot'](){const _0x3d7c47=_0x4f8a91;return Promise['resolve']({'error':{'code':_0x167489[_0x3d7c47(0x17b)]['OK'],'message':''}});}['updateSnapshot'](){const _0x3208f9=_0x4f8a91;return Promise[_0x3208f9(0x7c)]({'error':{'code':_0x167489[_0x3208f9(0x17b)]['OK'],'message':''}});}['saveSheetBlock'](_0x51cce6,_0x4055a0){const _0x320524=_0x4f8a91;let {block:_0x81d25b}=_0x4055a0;return _0x81d25b?(this['_sheetBlockCache']['set'](_0x81d25b['id'],_0x81d25b),Promise[_0x320524(0x7c)]({'error':{'code':_0x167489[_0x320524(0x17b)]['OK'],'message':''},'blockID':_0x81d25b['id']})):Promise[_0x320524(0x7c)]({'error':{'code':_0x167489['ErrorCode'][_0x320524(0x1c4)],'message':_0x320524(0x1d5)},'blockID':''});}[_0x4f8a91(0x214)](){const _0x41f2bc=_0x4f8a91;return Promise[_0x41f2bc(0x7c)]({'error':{'code':_0x167489[_0x41f2bc(0x17b)]['OK'],'message':''},'concurrent':[]});}[_0x4f8a91(0x68)](){return Promise['resolve']({'error':void 0x0,'fileMetaId':''});}[_0x4f8a91(0x234)](){return Promise['resolve']({'error':void 0x0,'latestReqID':0x0});}};let _0x47ce81=(0x0,_0x269b10['createIdentifier'])(_0x4f8a91(0x197)),_0x226b03=class extends _0x269b10[_0x4f8a91(0x20f)]{constructor(_0x5a20f8,_0x3e5deb,_0x5e1bbd){const _0xa7066d=_0x4f8a91;super(),this[_0xa7066d(0x86)]=_0x5a20f8,this[_0xa7066d(0x99)]=_0x3e5deb,this[_0xa7066d(0x1f9)]=_0x5e1bbd,_0x5783c0(this,_0xa7066d(0x1e2),null),_0x5783c0(this,_0xa7066d(0x222),new _0x124636['Subject']()),_0x5783c0(this,'requestState$',this['_requestState$']['asObservable']());}[_0x4f8a91(0x128)](){const _0x4fbac0=_0x4f8a91;super[_0x4fbac0(0x128)](),this[_0x4fbac0(0x222)][_0x4fbac0(0x118)]();}async[_0x4f8a91(0xea)](_0x2af28e){const _0x338b7b=_0x4f8a91;let _0x3459f4=await this[_0x338b7b(0x1f4)](_0x2af28e,_0x269b10[_0x338b7b(0x1d8)][_0x338b7b(0x1c5)]);if(!_0x3459f4||!_0x3459f4['snapshot'])return;let _0x5367c5=_0x1a5096(_0x3459f4);if(_0x5367c5)return _0x5367c5;}async[_0x4f8a91(0x78)](_0x3920d8){const _0x535cf3=_0x4f8a91;return this[_0x535cf3(0xd2)](_0x3920d8,0x1,_0x269b10[_0x535cf3(0x1d8)]['UNIVER_DOC']);}async[_0x4f8a91(0x1aa)](_0x1ced6f){const _0x4f370b=_0x4f8a91;let _0x12ada1=await _0x1045b1(_0x1ced6f);return this[_0x4f370b(0x100)](_0x12ada1,_0x269b10[_0x4f370b(0x1d8)][_0x4f370b(0x1c5)]);}async[_0x4f8a91(0x142)](_0x4ad981){const _0x4dbf8a=_0x4f8a91;let _0x48ac26=await this['_importToSnapshot'](_0x4ad981,_0x269b10[_0x4dbf8a(0x1d8)][_0x4dbf8a(0x17f)]);if(!_0x48ac26)return;let _0x4bdc49=await _0x4db0dd(_0x48ac26);if(_0x4bdc49)return _0x4bdc49;}async['exportXLSXByUnitId'](_0x25c182){const _0x37843c=_0x4f8a91;return this[_0x37843c(0xd2)](_0x25c182,0x1,_0x269b10[_0x37843c(0x1d8)][_0x37843c(0x17f)]);}async[_0x4f8a91(0x236)](_0x59074d){const _0x43113d=_0x4f8a91;let _0x25e2b0=await _0x1c13c2(_0x59074d);return this[_0x43113d(0x100)](_0x25e2b0,_0x269b10[_0x43113d(0x1d8)]['UNIVER_SHEET']);}async[_0x4f8a91(0xa4)](_0x13c529,_0xc33c83){const _0x4b9797=_0x4f8a91;var _0x132f55,_0x2c326b;let _0x23e457=await this[_0x4b9797(0xf7)](_0x13c529);if(!_0x23e457)return;let _0x238350=await this['_import'](_0x23e457,0x1,_0xc33c83);if(!_0x238350)return;this[_0x4b9797(0x1e2)]=_0x238350,this[_0x4b9797(0x1f9)]['clearTaskInterrupted']();let _0x46a4b3=await this['_requestService'][_0x4b9797(0x1bd)](_0x238350)[_0x4b9797(0x158)](_0x3d4347=>{const _0x21290=_0x4b9797;var _0x39c190;let _0x5ea8a3=_0x3d4347 instanceof Error?_0x3d4347[_0x21290(0x20b)]:(_0x39c190=_0x3d4347[_0x21290(0x157)])==null?void 0x0:_0x39c190['message'];this[_0x21290(0x222)][_0x21290(0xee)]({'error':{'code':_0x167489[_0x21290(0x17b)][_0x21290(0xc5)],'message':_0x5ea8a3||''},'state':0x3});});if(!_0x46a4b3)return;let _0x36be5d=(_0x132f55=_0x46a4b3[_0x4b9797(0xf2)])==null?void 0x0:_0x132f55['outputType'],_0x385971=((_0x2c326b=_0x46a4b3[_0x4b9797(0xf2)])==null?void 0x0:_0x2c326b[_0x4b9797(0x13a)])||'';if(_0x36be5d!==0x1){this[_0x4b9797(0x222)][_0x4b9797(0xee)]({'error':{'code':_0x167489[_0x4b9797(0x17b)][_0x4b9797(0xc5)],'message':'Get\x20outputType\x20error'},'state':0x3});return;}if(_0x385971['length']===0x0){this[_0x4b9797(0x222)][_0x4b9797(0xee)]({'error':{'code':_0x167489[_0x4b9797(0x17b)]['UNRECOGNIZED'],'message':_0x4b9797(0x7a)},'state':0x3});return;}return this['_requestState$'][_0x4b9797(0xee)]({'error':_0x46a4b3[_0x4b9797(0x157)],'state':0x3}),_0x385971;}async[_0x4f8a91(0x20c)](_0x1a6735){const _0x1b3c3d=_0x4f8a91;let _0x31600c=await _0x1c13c2(_0x1a6735),_0x3ceef2=typeof _0x1a6735['id']==_0x1b3c3d(0x8b)&&_0x1a6735['id'][_0x1b3c3d(0x11a)]()?_0x1a6735['id'][_0x1b3c3d(0x11a)]()+_0x1b3c3d(0x200):_0x1b3c3d(0xae),_0xa6cf89=new File([JSON['stringify'](_0x31600c)],_0x3ceef2,{'type':_0x1b3c3d(0x1bc)});return this[_0x1b3c3d(0xa4)](_0xa6cf89,_0x269b10[_0x1b3c3d(0x1d8)][_0x1b3c3d(0x17f)]);}[_0x4f8a91(0x1ca)](){const _0x5a503d=_0x4f8a91;this['_importTaskId']&&this['_requestService'][_0x5a503d(0x18e)](this['_importTaskId']);}async['_importToSnapshot'](_0x3da1c2,_0x508b31){const _0x4e1b99=_0x4f8a91;var _0x344bb6,_0x42f45c;let _0x4ed0b6=await this['_upload'](_0x3da1c2);if(!_0x4ed0b6)return;let _0x39a01b=await this['_import'](_0x4ed0b6,0x2,_0x508b31);if(!_0x39a01b)return;this[_0x4e1b99(0x1e2)]=_0x39a01b,this[_0x4e1b99(0x1f9)][_0x4e1b99(0xa5)]();let _0x531964=await this[_0x4e1b99(0x1f9)][_0x4e1b99(0x1bd)](_0x39a01b)['catch'](_0x32d204=>{const _0x14b5e6=_0x4e1b99;var _0x3897c3;let _0xfe2c0d=_0x32d204 instanceof Error?_0x32d204[_0x14b5e6(0x20b)]:(_0x3897c3=_0x32d204[_0x14b5e6(0x157)])==null?void 0x0:_0x3897c3['message'];this['_requestState$'][_0x14b5e6(0xee)]({'error':{'code':_0x167489[_0x14b5e6(0x17b)][_0x14b5e6(0xc5)],'message':_0xfe2c0d||''},'state':0x3});});if(!_0x531964)return;let _0x4e9a17=(_0x344bb6=_0x531964[_0x4e1b99(0xf2)])==null?void 0x0:_0x344bb6[_0x4e1b99(0xcb)],_0x5caf16=((_0x42f45c=_0x531964[_0x4e1b99(0xf2)])==null?void 0x0:_0x42f45c[_0x4e1b99(0x101)])||'';if(_0x4e9a17!==0x2){this['_requestState$'][_0x4e1b99(0xee)]({'error':{'code':_0x167489['ErrorCode'][_0x4e1b99(0xc5)],'message':'Get\x20outputType\x20error'},'state':0x3});return;}if(_0x5caf16[_0x4e1b99(0x14e)]===0x0){this[_0x4e1b99(0x222)][_0x4e1b99(0xee)]({'error':{'code':_0x167489[_0x4e1b99(0x17b)][_0x4e1b99(0xc5)],'message':_0x4e1b99(0x1cb)},'state':0x3});return;}this['_requestState$']['next']({'error':_0x531964[_0x4e1b99(0x157)],'state':0x3});let _0x1d8979=await this[_0x4e1b99(0x23f)](_0x5caf16);if(!_0x1d8979)return;let _0x4f3747=await this[_0x4e1b99(0x1f9)]['getTextFromUrl'](_0x1d8979);if(!_0x4f3747){this['_requestState$']['next']({'error':{'code':_0x167489['ErrorCode']['UNRECOGNIZED'],'message':_0x4e1b99(0x1a3)},'state':0x5});return;}try{let _0x1850fd=JSON[_0x4e1b99(0x1cf)](_0x4f3747);return this[_0x4e1b99(0x222)][_0x4e1b99(0xee)]({'error':{'code':_0x167489['ErrorCode']['OK'],'message':_0x4e1b99(0x185)},'state':0x5}),_0x1850fd;}catch{this[_0x4e1b99(0x222)][_0x4e1b99(0xee)]({'error':{'code':_0x167489[_0x4e1b99(0x17b)][_0x4e1b99(0xc5)],'message':_0x4e1b99(0xe5)},'state':0x5});}}async['_exportBySnapshot'](_0xe0d0aa,_0x51b841){const _0x1b458e=_0x4f8a91;let _0x2e47de=JSON[_0x1b458e(0xce)](_0xe0d0aa),_0x5523f0=_0x5f35f5[_0x1b458e(0x1f7)][_0x1b458e(0x16c)](_0x2e47de),_0x2e3718=_0xe87b25(_0x5523f0),_0x38ae01=_0x5523f0[_0x1b458e(0x14e)],_0x230f9d=_0x45a0a3(_0x2e3718),_0x304c56=await this[_0x1b458e(0xf7)](_0x230f9d,_0x38ae01,!0x0);if(_0x304c56)return this[_0x1b458e(0xd2)](_0x304c56,0x2,_0x51b841);}async[_0x4f8a91(0xd2)](_0x52390f,_0xa584b,_0xb63635){const _0x2514d5=_0x4f8a91;var _0x514c61;let _0xf8cca9=await this[_0x2514d5(0x1f9)][_0x2514d5(0x107)]({'unitID':_0xa584b===0x1?_0x52390f:'','jsonID':_0xa584b===0x2?_0x52390f:'','type':_0xb63635,'sscSwitch':this[_0x2514d5(0xb4)](),'useImageUrl':this[_0x2514d5(0x13b)](),'ignoreTableExport':this[_0x2514d5(0xdf)]()});if(!_0xf8cca9){this[_0x2514d5(0x222)][_0x2514d5(0xee)]({'error':{'code':_0x167489[_0x2514d5(0x17b)]['UNRECOGNIZED'],'message':'export\x20error'},'state':0x2});return;}if(this['_requestState$'][_0x2514d5(0xee)]({'error':_0xf8cca9[_0x2514d5(0x157)],'state':0x2}),_0xf8cca9[_0x2514d5(0x157)]&&_0xf8cca9[_0x2514d5(0x157)][_0x2514d5(0xf8)]!==_0x167489['ErrorCode']['OK'])return;let _0x50f0aa=_0xf8cca9[_0x2514d5(0x111)],_0x2344be=await this[_0x2514d5(0x1f9)][_0x2514d5(0x1bd)](_0x50f0aa)[_0x2514d5(0x158)](_0xc9e8d=>{const _0x5c9fab=_0x2514d5;var _0x46bcbf;let _0x53bdd0=_0xc9e8d instanceof Error?_0xc9e8d[_0x5c9fab(0x20b)]:(_0x46bcbf=_0xc9e8d[_0x5c9fab(0x157)])==null?void 0x0:_0x46bcbf['message'];this['_requestState$'][_0x5c9fab(0xee)]({'error':{'code':_0x167489[_0x5c9fab(0x17b)][_0x5c9fab(0xc5)],'message':_0x53bdd0||''},'state':0x3});});if(!_0x2344be)return;let _0x153ce9=((_0x514c61=_0x2344be[_0x2514d5(0x107)])==null?void 0x0:_0x514c61[_0x2514d5(0x220)])||'';if(_0x153ce9[_0x2514d5(0x14e)]===0x0){this[_0x2514d5(0x222)][_0x2514d5(0xee)]({'error':{'code':_0x167489['ErrorCode'][_0x2514d5(0xc5)],'message':_0x2514d5(0x11e)},'state':0x3});return;}this[_0x2514d5(0x222)]['next']({'error':_0x2344be[_0x2514d5(0x157)],'state':0x3});let _0x3d9ce6=await this[_0x2514d5(0x23f)](_0x153ce9);if(!_0x3d9ce6)return;let _0x58a665=await _0x31c5d5(_0x3d9ce6,this[_0x2514d5(0x99)]);if(!_0x58a665){this[_0x2514d5(0x222)]['next']({'error':{'code':_0x167489[_0x2514d5(0x17b)][_0x2514d5(0xc5)],'message':'Failed\x20to\x20get\x20file\x20from\x20url'},'state':0x6});return;}return this[_0x2514d5(0x222)][_0x2514d5(0xee)]({'error':{'code':_0x167489[_0x2514d5(0x17b)]['OK'],'message':_0x2514d5(0x185)},'state':0x6}),_0x58a665;}async[_0x4f8a91(0xf7)](_0x25c044,_0x3fb148,_0x34b6e2){const _0x1b2f6e=_0x4f8a91;let _0x2e5c78;try{_0x2e5c78=await this[_0x1b2f6e(0x1f9)][_0x1b2f6e(0x1e4)](_0x25c044,_0x3fb148,_0x34b6e2);}catch(_0x29b5b9){let _0x552467=_0x29b5b9 instanceof Error?_0x29b5b9['message']:String(_0x29b5b9);this['_requestState$'][_0x1b2f6e(0xee)]({'error':{'code':_0x167489['ErrorCode']['UNRECOGNIZED'],'message':_0x552467},'state':0x0});return;}if(!_0x2e5c78||typeof _0x2e5c78['FileId']!=_0x1b2f6e(0x8b)){this['_requestState$'][_0x1b2f6e(0xee)]({'error':{'code':_0x167489[_0x1b2f6e(0x17b)]['UNRECOGNIZED'],'message':_0x1b2f6e(0x21a)},'state':0x0});return;}let _0xb7f74b=_0x2e5c78[_0x1b2f6e(0x1fd)];if(_0xb7f74b[_0x1b2f6e(0x14e)]===0x0){this['_requestState$'][_0x1b2f6e(0xee)]({'error':{'code':_0x167489[_0x1b2f6e(0x17b)][_0x1b2f6e(0xc5)],'message':_0x1b2f6e(0xe3)},'state':0x0});return;}return this[_0x1b2f6e(0x222)]['next']({'error':{'code':_0x167489['ErrorCode']['OK'],'message':_0x1b2f6e(0x185)},'state':0x0}),_0xb7f74b;}async[_0x4f8a91(0x12b)](_0x482957,_0x32387f,_0x369909){const _0x10b407=_0x4f8a91;let _0xb97eb6={'fileID':_0x482957,'type':_0x369909,'outputType':_0x32387f,'fileUrl':'','minSheetRowCount':this[_0x10b407(0x206)](),'minSheetColumnCount':this[_0x10b407(0xf6)]()},_0x412ecb=await this[_0x10b407(0x1f9)][_0x10b407(0xf2)](_0xb97eb6);if(!_0x412ecb){this[_0x10b407(0x222)]['next']({'error':{'code':_0x167489[_0x10b407(0x17b)][_0x10b407(0xc5)],'message':_0x10b407(0x225)},'state':0x1});return;}if(_0x412ecb[_0x10b407(0x157)]&&_0x412ecb['error'][_0x10b407(0xf8)]!==_0x167489[_0x10b407(0x17b)]['OK']){this[_0x10b407(0x222)][_0x10b407(0xee)]({'error':_0x412ecb[_0x10b407(0x157)],'state':0x1});return;}let _0x4f5e74=_0x412ecb[_0x10b407(0x111)];if(_0x4f5e74[_0x10b407(0x14e)]===0x0){this[_0x10b407(0x222)][_0x10b407(0xee)]({'error':{'code':_0x167489[_0x10b407(0x17b)][_0x10b407(0xc5)],'message':_0x10b407(0xe9)},'state':0x1});return;}return this[_0x10b407(0x222)]['next']({'error':_0x412ecb[_0x10b407(0x157)],'state':0x1}),_0x4f5e74;}async[_0x4f8a91(0x23f)](_0x4369e4){const _0x196c43=_0x4f8a91;let _0x329dd1=await this['_requestService'][_0x196c43(0xda)](_0x4369e4);if(!_0x329dd1){this[_0x196c43(0x222)][_0x196c43(0xee)]({'error':{'code':_0x167489[_0x196c43(0x17b)][_0x196c43(0xc5)],'message':_0x196c43(0xdb)},'state':0x4});return;}if(_0x329dd1[_0x196c43(0x157)]&&_0x329dd1[_0x196c43(0x157)][_0x196c43(0xf8)]!==_0x167489[_0x196c43(0x17b)]['OK']){this['_requestState$']['next']({'error':_0x329dd1[_0x196c43(0x157)],'state':0x4});return;}let _0x1336d0=(0x0,_0x269b10[_0x196c43(0x1da)])(_0x329dd1[_0x196c43(0x88)],this[_0x196c43(0x1c3)]());if(_0x1336d0[_0x196c43(0x14e)]===0x0){this['_requestState$'][_0x196c43(0xee)]({'error':{'code':_0x167489[_0x196c43(0x17b)][_0x196c43(0xc5)],'message':_0x196c43(0xdb)},'state':0x4});return;}return this['_requestState$']['next']({'error':_0x329dd1[_0x196c43(0x157)],'state':0x4}),_0x1336d0;}['_getDownloadEndpointURL'](){const _0x2a9b12=_0x4f8a91;var _0x5242d8;let _0x44ff9f=this['_configService'][_0x2a9b12(0x6d)](_0x338c1a);return(_0x5242d8=_0x44ff9f==null?void 0x0:_0x44ff9f[_0x2a9b12(0xfc)])==null?location['origin']:_0x5242d8;}[_0x4f8a91(0x206)](){const _0x4e1e7a=_0x4f8a91;var _0x59642b,_0x4a8f85;let _0xc31981=this['_configService'][_0x4e1e7a(0x6d)](_0x338c1a);return(_0x59642b=_0xc31981==null||(_0x4a8f85=_0xc31981['options'])==null?void 0x0:_0x4a8f85[_0x4e1e7a(0x171)])==null?0x1:_0x59642b;}[_0x4f8a91(0xf6)](){const _0x9e98ff=_0x4f8a91;var _0x1a5659,_0x5c7964;let _0xb4a566=this[_0x9e98ff(0x86)][_0x9e98ff(0x6d)](_0x338c1a);return(_0x1a5659=_0xb4a566==null||(_0x5c7964=_0xb4a566['options'])==null?void 0x0:_0x5c7964[_0x9e98ff(0xf1)])==null?0x1:_0x1a5659;}['_getEnableServerSideComputing'](){const _0xa694c0=_0x4f8a91;var _0x1afb83,_0x5ade0e;let _0x5b3d4=this[_0xa694c0(0x86)][_0xa694c0(0x6d)](_0x338c1a);return(_0x1afb83=_0x5b3d4==null||(_0x5ade0e=_0x5b3d4['options'])==null?void 0x0:_0x5ade0e['enableServerSideComputing'])==null?!0x1:_0x1afb83;}[_0x4f8a91(0x13b)](){const _0x1d92c2=_0x4f8a91;var _0x49a781,_0x1523cc;let _0x1139e8=this[_0x1d92c2(0x86)][_0x1d92c2(0x6d)](_0x338c1a);return(_0x49a781=_0x1139e8==null||(_0x1523cc=_0x1139e8[_0x1d92c2(0x15e)])==null?void 0x0:_0x1523cc[_0x1d92c2(0x14b)])==null?!0x0:_0x49a781;}[_0x4f8a91(0xdf)](){const _0xb38f4d=_0x4f8a91;var _0xbbc60e,_0x5ee4b1;let _0x45b8e4=this[_0xb38f4d(0x86)][_0xb38f4d(0x6d)](_0x338c1a);return(_0xbbc60e=_0x45b8e4==null||(_0x5ee4b1=_0x45b8e4[_0xb38f4d(0x15e)])==null?void 0x0:_0x5ee4b1[_0xb38f4d(0x109)])==null?!0x1:_0xbbc60e;}};_0x226b03=_0x2ad3c9([_0x3f86db(0x0,_0x269b10['IConfigService']),_0x3f86db(0x1,(0x0,_0x269b10[_0x4f8a91(0x1bf)])(_0x3745ab['HTTPService'])),_0x3f86db(0x2,(0x0,_0x269b10[_0x4f8a91(0x1bf)])(_0x2675a5))],_0x226b03);let _0xb0a1d9={'done':0x0,'count':0x0},_0x5c53b1=(0x0,_0x269b10[_0x4f8a91(0x1a1)])(_0x4f8a91(0x227)),_0x24b248=class extends _0x269b10['Disposable']{constructor(_0x2ba157,_0x1a409a,_0x4288aa,_0x255c6a,_0x38f401,_0x3aaf58){const _0x354aa2=_0x4f8a91;super(),this[_0x354aa2(0x105)]=_0x2ba157,this[_0x354aa2(0x1e5)]=_0x1a409a,this['_localeService']=_0x4288aa,this[_0x354aa2(0x168)]=_0x255c6a,this['_uploadNotificationService']=_0x38f401,this[_0x354aa2(0x215)]=_0x3aaf58,_0x5783c0(this,_0x354aa2(0x1b1),new _0x124636[(_0x354aa2(0x208))](_0xb0a1d9)),_0x5783c0(this,'progress$',this[_0x354aa2(0x1b1)][_0x354aa2(0x145)]()),_0x5783c0(this,_0x354aa2(0x149),0x0),_0x5783c0(this,_0x354aa2(0xd6),0x0),this[_0x354aa2(0x12f)]((0x0,_0x269b10['toDisposable'])(this[_0x354aa2(0x168)][_0x354aa2(0x96)][_0x354aa2(0x1e6)](_0x229f4d=>{const _0x1b57ab=_0x354aa2;var _0x326214;((_0x326214=_0x229f4d[_0x1b57ab(0x157)])==null?void 0x0:_0x326214[_0x1b57ab(0xf8)])===_0x167489[_0x1b57ab(0x17b)]['OK']?this[_0x1b57ab(0xaa)](0x1):this[_0x1b57ab(0x9d)](_0x229f4d[_0x1b57ab(0x157)]);})));}[_0x4f8a91(0x218)](){const _0x3e69ce=_0x4f8a91;this[_0x3e69ce(0x146)](),this[_0x3e69ce(0xef)][_0x3e69ce(0x230)](0x2),this[_0x3e69ce(0x168)][_0x3e69ce(0x1ca)]();}async[_0x4f8a91(0xb9)](_0x4fdaa2){const _0x3f1c40=_0x4f8a91;throw Error(_0x3f1c40(0x135));}async[_0x4f8a91(0x228)](){const _0x12ff7f=_0x4f8a91;let _0x70ecc3=await _0x457973([_0x269b10['UniverInstanceType'][_0x12ff7f(0x1c5)]]);if(_0x70ecc3&&!this[_0x12ff7f(0x16b)](_0x70ecc3,_0x269b10[_0x12ff7f(0x1d8)]['UNIVER_DOC']))return this['_importFileToUnitId'](_0x70ecc3[0x0],_0x269b10[_0x12ff7f(0x1d8)][_0x12ff7f(0x1c5)]);}[_0x4f8a91(0xea)](){const _0x205f84=_0x4f8a91;throw Error(_0x205f84(0x135));}async['exportDOCXByUnitId'](_0x3557d0,_0x2993bd,_0x5c6197){const _0x4d4c9d=_0x4f8a91;this[_0x4d4c9d(0xcd)](_0x2c26f0[_0x4d4c9d(0x18d)][_0x4d4c9d(0x131)]);let _0x475701=await this[_0x4d4c9d(0x168)][_0x4d4c9d(0x78)](_0x3557d0||this[_0x4d4c9d(0x80)]());_0x475701&&(_0x5c4bd3(_0x475701,_0x2993bd||this['_getUnitName'](_0x475701),_0x4d4c9d(0x1f0)),this['_showDownloadMessage'](_0x2c26f0[_0x4d4c9d(0x18d)][_0x4d4c9d(0x1f2)]));}async['exportDOCXBySnapshot'](){const _0x169bf0=_0x4f8a91;this['_showDownloadMessage'](_0x2c26f0[_0x169bf0(0x18d)][_0x169bf0(0x131)]);let _0x37f65e=await this[_0x169bf0(0xb8)](),_0x19b924=await this[_0x169bf0(0x168)][_0x169bf0(0x1aa)](_0x37f65e);_0x19b924&&(_0x5c4bd3(_0x19b924,this['_getUnitName'](_0x19b924),_0x169bf0(0x1f0)),this[_0x169bf0(0xcd)](_0x2c26f0[_0x169bf0(0x18d)][_0x169bf0(0x1f2)]));}async['importXLSXToUnitId'](){const _0x59c9a2=_0x4f8a91;if(this[_0x59c9a2(0x10e)]()){this[_0x59c9a2(0x1e5)][_0x59c9a2(0x90)]({'type':_0x2c26f0[_0x59c9a2(0x18d)][_0x59c9a2(0x165)],'content':this[_0x59c9a2(0x1a7)]['t'](_0x59c9a2(0xdd))});return;}let _0x1229a6=await _0x457973([_0x269b10[_0x59c9a2(0x1d8)][_0x59c9a2(0x17f)]]);if(_0x1229a6&&!this[_0x59c9a2(0x16b)](_0x1229a6,_0x269b10[_0x59c9a2(0x1d8)]['UNIVER_SHEET']))return this[_0x59c9a2(0x14d)](_0x1229a6[0x0],_0x269b10[_0x59c9a2(0x1d8)][_0x59c9a2(0x17f)]);}async[_0x4f8a91(0x142)](){const _0x2e01ea=_0x4f8a91;if(this[_0x2e01ea(0x10e)]()){this['_messageService']['show']({'type':_0x2c26f0[_0x2e01ea(0x18d)]['Warning'],'content':this['_localeService']['t'](_0x2e01ea(0xdd))});return;}let _0x5aee28=await _0x457973([_0x269b10[_0x2e01ea(0x1d8)][_0x2e01ea(0x17f)]]);if(!_0x5aee28)return;this[_0x2e01ea(0x212)](_0x2c26f0[_0x2e01ea(0x18d)][_0x2e01ea(0x131)]);let _0x24f9e1=await this['_exchangeService'][_0x2e01ea(0x142)](_0x5aee28[0x0]);_0x24f9e1&&(this[_0x2e01ea(0x237)](_0x24f9e1),this[_0x2e01ea(0x212)](_0x2c26f0[_0x2e01ea(0x18d)][_0x2e01ea(0x1f2)]));}async[_0x4f8a91(0x18a)](_0x173481,_0x43b8db,_0x2908ee){const _0x5c3e86=_0x4f8a91;this[_0x5c3e86(0xcd)](_0x2c26f0['MessageType']['Info']);let _0x4f5985=await this['_exchangeService']['exportXLSXByUnitId'](_0x173481||this['_getUnitID']());_0x4f5985&&(_0x5c4bd3(_0x4f5985,_0x43b8db||this[_0x5c3e86(0xf4)](_0x4f5985),_0x5c3e86(0xc7)),this[_0x5c3e86(0xcd)](_0x2c26f0[_0x5c3e86(0x18d)]['Success']));}async[_0x4f8a91(0x236)](){const _0x27af76=_0x4f8a91;this[_0x27af76(0xcd)](_0x2c26f0[_0x27af76(0x18d)][_0x27af76(0x131)]);let _0xfda800=await this['_getUnitJson'](),_0x2e80b9=await this[_0x27af76(0x168)][_0x27af76(0x236)](_0xfda800);_0x2e80b9&&(_0x5c4bd3(_0x2e80b9,this[_0x27af76(0xf4)](_0x2e80b9),_0x27af76(0xc7)),this[_0x27af76(0xcd)](_0x2c26f0[_0x27af76(0x18d)][_0x27af76(0x1f2)]));}['registerLink'](_0x23c02e){const _0x351862=_0x4f8a91;this[_0x351862(0x155)]=_0x23c02e;}async['_importFileToUnitId'](_0x35e4d8,_0x50094d){const _0x332ec4=_0x4f8a91;this['_uploadNotificationService'][_0x332ec4(0x90)](),this[_0x332ec4(0xef)]['updateState'](0x0),this[_0x332ec4(0x1c8)](0x4),this[_0x332ec4(0xaa)](0x1);let _0x438dd3=await this[_0x332ec4(0x168)][_0x332ec4(0xa4)](_0x35e4d8,_0x50094d);if(!_0x438dd3){this['_clearProgress'](),this[_0x332ec4(0xef)][_0x332ec4(0x230)](0x2);return;}let _0xc6d5cf={'link':this[_0x332ec4(0x155)](_0x438dd3,_0x50094d),'name':_0x35e4d8[_0x332ec4(0x1b8)],'type':_0x50094d};return this[_0x332ec4(0xef)][_0x332ec4(0xa7)](_0xc6d5cf),this[_0x332ec4(0x112)](),this[_0x332ec4(0xef)][_0x332ec4(0x230)](0x1),_0x438dd3;}['_getUnitID'](){const _0x146271=_0x4f8a91;return this[_0x146271(0x105)][_0x146271(0x12a)](_0x269b10[_0x146271(0x1d8)][_0x146271(0x17f)])[_0x146271(0x1ef)]();}[_0x4f8a91(0x80)](){const _0x29eb3e=_0x4f8a91;return this[_0x29eb3e(0x105)]['getCurrentUnitOfType'](_0x269b10[_0x29eb3e(0x1d8)][_0x29eb3e(0x1c5)])[_0x29eb3e(0x1ef)]();}[_0x4f8a91(0xf4)](_0x28c382){const _0x261a1f=_0x4f8a91;var _0x7ff688;return((_0x7ff688=this[_0x261a1f(0x105)][_0x261a1f(0x12a)](_0x269b10['UniverInstanceType'][_0x261a1f(0x17f)]))==null?void 0x0:_0x7ff688[_0x261a1f(0x1b8)])||_0x28c382['name'][_0x261a1f(0x173)]('.')[_0x261a1f(0x1db)]()||document[_0x261a1f(0x186)];}async['_getUnitJson'](){const _0x26750b=_0x4f8a91;return this[_0x26750b(0x105)]['getCurrentUnitOfType'](_0x269b10[_0x26750b(0x1d8)][_0x26750b(0x17f)])['getSnapshot']();}async[_0x4f8a91(0xb8)](){const _0x5139c4=_0x4f8a91;return this['_univerInstanceService'][_0x5139c4(0x12a)](_0x269b10[_0x5139c4(0x1d8)][_0x5139c4(0x1c5)])[_0x5139c4(0x123)]();}['_getLinkByUnitId'](_0x4e641d,_0x45ddc4){const _0x3785b7=_0x4f8a91;let _0x5e5212=new URL(window[_0x3785b7(0x235)][_0x3785b7(0x1be)]);return _0x5e5212[_0x3785b7(0xb2)][_0x3785b7(0x9b)](_0x3785b7(0xff),_0x4e641d),_0x5e5212[_0x3785b7(0xb2)][_0x3785b7(0x9b)]('type',''+_0x45ddc4),_0x5e5212[_0x3785b7(0xe0)]();}[_0x4f8a91(0x237)](_0x5c9971){const _0x4baa36=_0x4f8a91;let _0x3f5f93=this[_0x4baa36(0x105)]['getCurrentUnitOfType'](_0x269b10[_0x4baa36(0x1d8)][_0x4baa36(0x17f)])[_0x4baa36(0x1ef)]();this[_0x4baa36(0x105)][_0x4baa36(0x21b)](_0x3f5f93),this[_0x4baa36(0x105)][_0x4baa36(0x1e1)](_0x269b10[_0x4baa36(0x1d8)][_0x4baa36(0x17f)],_0x5c9971);}['_showNetworkError'](_0x2653f7){const _0x416320=_0x4f8a91;if(_0x2653f7){let {code:_0x26ace3}=_0x2653f7;switch(_0x26ace3){case _0x167489[_0x416320(0x17b)][_0x416320(0x166)]:this[_0x416320(0x1e5)]['show']({'type':_0x2c26f0['MessageType'][_0x416320(0x74)],'content':this['_localeService']['t'](_0x416320(0x221))});break;case _0x167489[_0x416320(0x17b)][_0x416320(0xf9)]:this[_0x416320(0x1e5)][_0x416320(0x90)]({'type':_0x2c26f0[_0x416320(0x18d)][_0x416320(0x74)],'content':this[_0x416320(0x1a7)]['t'](_0x416320(0xab))});break;default:this[_0x416320(0x1e5)][_0x416320(0x90)]({'type':_0x2c26f0[_0x416320(0x18d)][_0x416320(0x74)],'content':this[_0x416320(0x1a7)]['t'](_0x416320(0x1ae))});break;}return null;}return this['_messageService']['show']({'type':_0x2c26f0['MessageType'][_0x416320(0x74)],'content':this[_0x416320(0x1a7)]['t'](_0x416320(0x1ae))}),null;}[_0x4f8a91(0xcd)](_0x255a0e){const _0x9264a8=_0x4f8a91;let _0x12ce05='';switch(_0x255a0e){case _0x2c26f0[_0x9264a8(0x18d)][_0x9264a8(0x1f2)]:_0x12ce05=this[_0x9264a8(0x1a7)]['t'](_0x9264a8(0xbb));break;case _0x2c26f0['MessageType']['Info']:_0x12ce05=this[_0x9264a8(0x1a7)]['t']('exchange-client.downloading');break;default:break;}this[_0x9264a8(0x1e5)][_0x9264a8(0x90)]({'type':_0x255a0e,'content':_0x12ce05});}[_0x4f8a91(0x212)](_0x308096){const _0x562ff4=_0x4f8a91;let _0x21dddb='';switch(_0x308096){case _0x2c26f0[_0x562ff4(0x18d)]['Success']:_0x21dddb=this[_0x562ff4(0x1a7)]['t']('exchange-client.uploadSuccess');break;case _0x2c26f0[_0x562ff4(0x18d)][_0x562ff4(0x131)]:_0x21dddb=this[_0x562ff4(0x1a7)]['t']('exchange-client.uploading');break;default:break;}this[_0x562ff4(0x1e5)][_0x562ff4(0x90)]({'type':_0x308096,'content':_0x21dddb});}[_0x4f8a91(0x210)](){const _0x4f4bf4=_0x4f8a91;this[_0x4f4bf4(0x1b1)][_0x4f4bf4(0xee)]({'done':this['_doneUploadTaskCount'],'count':this['_totalUploadTaskCount']});}[_0x4f8a91(0x1c8)](_0x41a95f){const _0x6c973=_0x4f8a91;this[_0x6c973(0x149)]+=_0x41a95f,this[_0x6c973(0x210)]();}[_0x4f8a91(0xaa)](_0x785cae){const _0xfbbf6c=_0x4f8a91;this[_0xfbbf6c(0xd6)]+=_0x785cae,this[_0xfbbf6c(0xd6)]=Math[_0xfbbf6c(0x240)](this['_doneUploadTaskCount'],this[_0xfbbf6c(0x149)]),this['_emitProgress']();}[_0x4f8a91(0x112)](){const _0x3e34dd=_0x4f8a91;this['_doneUploadTaskCount']=this[_0x3e34dd(0x149)],this['_emitProgress']();}[_0x4f8a91(0x146)](){const _0x5c68c2=_0x4f8a91;this['_doneUploadTaskCount']=0x0,this['_totalUploadTaskCount']=0x0,this[_0x5c68c2(0x210)]();}[_0x4f8a91(0x16b)](_0x2d8f2f,_0xe526be){const _0x4126e0=_0x4f8a91;let _0x254a15=_0x2d8f2f[0x0],_0x1d9845=_0x254a15[_0x4126e0(0x1b8)];return _0x2a2c40(_0x254a15)===_0xe526be?!0x1:(this[_0x4126e0(0x1e5)][_0x4126e0(0x90)]({'type':_0x2c26f0[_0x4126e0(0x18d)][_0x4126e0(0x74)],'content':this['_localeService']['t'](_0x4126e0(0xa0),_0x1d9845)}),!0x0);}[_0x4f8a91(0x10e)](){const _0x300918=_0x4f8a91;return this[_0x300918(0x149)]!==0x0&&this[_0x300918(0xd6)]!==this[_0x300918(0x149)];}};_0x24b248=_0x2ad3c9([_0x3f86db(0x0,(0x0,_0x269b10['Inject'])(_0x269b10[_0x4f8a91(0x1c9)])),_0x3f86db(0x1,_0x2e68a4[_0x4f8a91(0x108)]),_0x3f86db(0x2,(0x0,_0x269b10[_0x4f8a91(0x1bf)])(_0x269b10[_0x4f8a91(0x184)])),_0x3f86db(0x3,(0x0,_0x269b10['Inject'])(_0x47ce81)),_0x3f86db(0x4,(0x0,_0x269b10[_0x4f8a91(0x1bf)])(_0x5a7968)),_0x3f86db(0x5,_0x269b10[_0x4f8a91(0x129)])],_0x24b248);function _0x513d1e(_0x4c7d68){const _0x1ecd06=_0x4f8a91;let {onClick:_0x20d69c,children:_0x45b4fd,className:_0x5a51d3}=_0x4c7d68;return(0x0,_0x43e19b['jsx'])(_0x1ecd06(0x190),{'className':(0x0,_0x2c26f0['clsx'])(_0x1ecd06(0x13d),_0x5a51d3),'type':_0x1ecd06(0x190),'onClick':_0x20d69c,'children':_0x45b4fd});}function _0x5bc703(){const _0x9141eb=_0x4f8a91;let _0x817a68=(0x0,_0x2e68a4['useDependency'])(_0x5c53b1),_0x5a79d5=(0x0,_0x2e68a4[_0x9141eb(0x20e)])(_0x269b10[_0x9141eb(0x184)]);function _0x524b4a(){const _0x448c7d=_0x9141eb;_0x817a68[_0x448c7d(0x16f)]();}return(0x0,_0x43e19b[_0x9141eb(0xe1)])(_0x513d1e,{'onClick':_0x524b4a,'children':_0x5a79d5['t'](_0x9141eb(0x174))});}function _0x5a657b(){const _0x44946d=_0x4f8a91;return(0x0,_0x43e19b[_0x44946d(0x159)])(_0x44946d(0x178),{'className':_0x44946d(0x116),'children':[(0x0,_0x43e19b[_0x44946d(0xe1)])(_0x44946d(0xc0),{'className':_0x44946d(0x179),'children':(0x0,_0x2e68a4[_0x44946d(0x20e)])(_0x269b10[_0x44946d(0x184)])['t'](_0x44946d(0x217))}),(0x0,_0x43e19b['jsx'])(_0x5bc703,{})]});}function _0x28eb37(_0x59c078){const _0x2cb700=_0x4f8a91;let {count:_0x4dfb3a}=_0x59c078;return(0x0,_0x43e19b['jsxs'])(_0x2cb700(0x178),{'className':_0x2cb700(0xfb),'children':[(0x0,_0x43e19b[_0x2cb700(0xe1)])(_0x2cb700(0xc0),{'className':_0x2cb700(0x1c6),'children':(0x0,_0x2e68a4[_0x2cb700(0x20e)])(_0x269b10[_0x2cb700(0x184)])['t']('exchange-client.uploadSuccessTip',''+_0x4dfb3a)}),(0x0,_0x43e19b[_0x2cb700(0xe1)])(_0x5bc703,{})]});}function _0x143c59(){const _0x11d1c8=_0x4f8a91;let _0x5c1af7=(0x0,_0x2e68a4['useDependency'])(_0x5c53b1),_0x4e1da4=(0x0,_0x2e68a4[_0x11d1c8(0x20e)])(_0x269b10[_0x11d1c8(0x184)]);function _0x8e7676(){const _0x1f0806=_0x11d1c8;_0x5c1af7[_0x1f0806(0x218)]();}return(0x0,_0x43e19b[_0x11d1c8(0xe1)])(_0x513d1e,{'onClick':_0x8e7676,'children':_0x4e1da4['t'](_0x11d1c8(0xc1))});}function _0x196343(){const _0x2e5307=_0x4f8a91;let {count:_0x4189e6,done:_0x4ff3e2}=(0x0,_0x2e68a4[_0x2e5307(0x162)])((0x0,_0x2e68a4[_0x2e5307(0x20e)])(_0x5c53b1)[_0x2e5307(0x163)]),[_0x5a874b,_0x22414f]=(0x0,_0xee5dbb[_0x2e5307(0x9e)])(_0x4189e6>0x0?_0x4ff3e2/_0x4189e6:0x0);return(0x0,_0xee5dbb[_0x2e5307(0x85)])(()=>{_0x22414f(_0x4189e6>0x0?_0x4ff3e2/_0x4189e6:0x0);},[_0x4189e6,_0x4ff3e2]),(0x0,_0x43e19b[_0x2e5307(0xe1)])(_0x2e5307(0x178),{'className':_0x2e5307(0x223),'children':(0x0,_0x43e19b[_0x2e5307(0xe1)])(_0x2e5307(0x178),{'className':_0x2e5307(0x1a2),'style':{'width':Math[_0x2e5307(0x8d)](_0x5a874b*0x64)+'%'}})});}function _0x15ae10(){const _0x349580=_0x4f8a91;return(0x0,_0x43e19b[_0x349580(0x159)])(_0x349580(0x178),{'className':_0x349580(0x116),'children':[(0x0,_0x43e19b['jsx'])(_0x349580(0xc0),{'className':_0x349580(0x70),'children':(0x0,_0x2e68a4[_0x349580(0x20e)])(_0x269b10['LocaleService'])['t']('exchange-client.wait')}),(0x0,_0x43e19b[_0x349580(0xe1)])(_0x349580(0x178),{'className':_0x349580(0xa1),'children':(0x0,_0x43e19b[_0x349580(0xe1)])(_0x196343,{})}),(0x0,_0x43e19b[_0x349580(0xe1)])(_0x143c59,{})]});}let _0xee9b72={0x1:(0x0,_0x43e19b[_0x4f8a91(0xe1)])(_0x4062b5,{'className':_0x4f8a91(0xde)}),0x0:(0x0,_0x43e19b[_0x4f8a91(0xe1)])(_0x4166a4,{'className':_0x4f8a91(0x125)}),0x2:(0x0,_0x43e19b[_0x4f8a91(0xe1)])(_0x2f6d71,{'className':_0x4f8a91(0x19b)})};function _0x39f93c(){const _0x576bd1=_0x4f8a91;let [_0x2d9880,_0xbcd225]=(0x0,_0xee5dbb[_0x576bd1(0x9e)])(0x0),[_0x4542ca,_0x48858d]=(0x0,_0xee5dbb[_0x576bd1(0x9e)])(!0x1),[_0x21091c,_0x41f351]=(0x0,_0xee5dbb[_0x576bd1(0x9e)])([]),_0x5e6f39=(0x0,_0x2e68a4['useDependency'])(_0x5a7968),_0x3b3ccb=(0x0,_0x2e68a4[_0x576bd1(0x20e)])(_0x269b10[_0x576bd1(0x184)]);(0x0,_0xee5dbb[_0x576bd1(0x85)])(()=>{const _0x3342a4=_0x576bd1;let _0xb9b143=_0x5e6f39['visible$']['subscribe'](_0x13562a=>{_0x48858d(_0x13562a);}),_0x118205=_0x5e6f39[_0x3342a4(0x15d)][_0x3342a4(0x1e6)](_0x4e9b1b=>{_0x41f351(_0x4e9b1b);}),_0x276de1=_0x5e6f39[_0x3342a4(0x10a)][_0x3342a4(0x1e6)](_0x1ad855=>{_0xbcd225(_0x1ad855);});return()=>{const _0x400601=_0x3342a4;_0xb9b143[_0x400601(0xc6)](),_0x118205['unsubscribe'](),_0x276de1['unsubscribe']();};},[]);function _0x61ccc(){_0x48858d(!0x1);}function _0x19a8b5(_0x24ded6){const _0x46bdf0=_0x576bd1;switch(_0x24ded6){case 0x1:return _0x3b3ccb['t']('exchange-client.uploadSuccess');case 0x0:return _0x3b3ccb['t'](_0x46bdf0(0xdd));case 0x2:return _0x3b3ccb['t']('exchange-client.unknownMistake');default:return'';}}return _0x4542ca&&(0x0,_0x43e19b[_0x576bd1(0x159)])('div',{'className':'univer-fixed\x20univer-bottom-12\x20univer-right-3\x20univer-z-[1000]\x20univer-box-border\x20univer-flex\x20univer-w-[372px]\x20univer-flex-col\x20univer-rounded-md\x20univer-bg-white\x20univer-px-3\x20univer-pb-4\x20univer-pt-5\x20univer-shadow-md','children':[(0x0,_0x43e19b[_0x576bd1(0x159)])(_0x576bd1(0x178),{'className':_0x576bd1(0x72),'children':[(0x0,_0x43e19b['jsxs'])('span',{'className':_0x576bd1(0x183),'children':[(0x0,_0x43e19b[_0x576bd1(0xe1)])(_0x576bd1(0xc0),{'className':_0x576bd1(0x113),'children':_0xee9b72[_0x2d9880]}),(0x0,_0x43e19b['jsx'])(_0x576bd1(0xc0),{'className':'univer-ml-1.5\x20univer-font-semibold\x20univer-leading-6\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x19a8b5(_0x2d9880)})]}),(0x0,_0x43e19b[_0x576bd1(0xe1)])(_0x576bd1(0xc0),{'className':_0x576bd1(0x73),'onClick':_0x61ccc,'children':(0x0,_0x43e19b[_0x576bd1(0xe1)])(_0x289bcc,{})})]}),(0x0,_0x43e19b[_0x576bd1(0x159)])(_0x576bd1(0x178),{'children':[_0x2d9880===0x0&&(0x0,_0x43e19b['jsx'])(_0x15ae10,{}),_0x2d9880===0x2&&(0x0,_0x43e19b['jsx'])(_0x5a657b,{}),_0x21091c['length']>0x0&&(0x0,_0x43e19b[_0x576bd1(0xe1)])(_0x25280a,{'list':_0x21091c}),_0x2d9880===0x1&&(0x0,_0x43e19b[_0x576bd1(0xe1)])(_0x28eb37,{'count':_0x21091c[_0x576bd1(0x14e)]})]})]});}function _0x42c91c(){const _0x39df7e=_0x4f8a91;return(0x0,_0x43e19b[_0x39df7e(0xe1)])(_0x39f93c,{});}let _0x38320f=class extends _0x269b10[_0x4f8a91(0x20f)]{constructor(_0x5a4def,_0x170e57){const _0x514cc3=_0x4f8a91;super(),this[_0x514cc3(0xd1)]=_0x5a4def,this['_uiPartsService']=_0x170e57,this[_0x514cc3(0x1b3)]();}[_0x4f8a91(0x1b3)](){const _0xc4598c=_0x4f8a91;this[_0xc4598c(0x12f)](this[_0xc4598c(0x169)][_0xc4598c(0x180)](_0x2e68a4[_0xc4598c(0xb6)]['CONTENT'],()=>(0x0,_0x2e68a4[_0xc4598c(0x1dd)])(_0x42c91c,this[_0xc4598c(0xd1)])));}};_0x38320f=_0x2ad3c9([_0x3f86db(0x0,(0x0,_0x269b10[_0x4f8a91(0x1bf)])(_0x269b10[_0x4f8a91(0xed)])),_0x3f86db(0x1,_0x2e68a4[_0x4f8a91(0xd8)])],_0x38320f);let _0x2323ef=class extends _0x269b10[_0x4f8a91(0x209)]{constructor(_0x2e599f=_0x202e26,_0x38cd9c,_0x52ab02){const _0x43bc81=_0x4f8a91;super(),this[_0x43bc81(0xeb)]=_0x2e599f,this[_0x43bc81(0xd1)]=_0x38cd9c,this['_configService']=_0x52ab02;let {..._0x242401}=(0x0,_0x269b10[_0x43bc81(0x10f)])({},_0x202e26,this[_0x43bc81(0xeb)]);this[_0x43bc81(0x86)][_0x43bc81(0x148)](_0x338c1a,_0x242401);}[_0x4f8a91(0x91)](){const _0x386269=_0x4f8a91;(0x0,_0x269b10['registerDependencies'])(this[_0x386269(0xd1)],[[_0x38320f],[_0x5c53b1,{'useClass':_0x24b248}],[_0x47ce81,{'useClass':_0x226b03}],[_0x2675a5,{'useClass':_0x530417}],[_0x5a7968,{'useClass':_0x4c3a19}]]);}['onReady'](){const _0x52816c=_0x4f8a91;(0x0,_0x269b10[_0x52816c(0x194)])(this[_0x52816c(0xd1)],[[_0x38320f],[_0x5c53b1]]);}};_0x5783c0(_0x2323ef,_0x4f8a91(0x1b2),_0x4f8a91(0x23d)),_0x5783c0(_0x2323ef,'packageName',_0x524863),_0x5783c0(_0x2323ef,_0x4f8a91(0x1e7),_0x422e61),_0x2323ef=_0x2ad3c9([(0x0,_0x269b10[_0x4f8a91(0x1ce)])(_0x3745ab[_0x4f8a91(0x8c)],_0x1fd621['UniverLicensePlugin']),_0x3f86db(0x1,(0x0,_0x269b10['Inject'])(_0x269b10[_0x4f8a91(0xed)])),_0x3f86db(0x2,_0x269b10['IConfigService'])],_0x2323ef),_0x6762c1[_0x4f8a91(0x1cd)]=_0x338c1a,Object['defineProperty'](_0x6762c1,_0x4f8a91(0x1e0),{'enumerable':!0x0,'get':function(){return _0x24b248;}}),Object['defineProperty'](_0x6762c1,_0x4f8a91(0x119),{'enumerable':!0x0,'get':function(){return _0x226b03;}}),_0x6762c1[_0x4f8a91(0x231)]=_0x5c53b1,_0x6762c1[_0x4f8a91(0x6b)]=_0x47ce81,_0x6762c1[_0x4f8a91(0x1f5)]=_0x2675a5,_0x6762c1[_0x4f8a91(0x1e8)]=_0x5a7968,Object[_0x4f8a91(0x1bb)](_0x6762c1,_0x4f8a91(0x1a4),{'enumerable':!0x0,'get':function(){return _0x530417;}}),Object[_0x4f8a91(0x1bb)](_0x6762c1,_0x4f8a91(0x1fb),{'enumerable':!0x0,'get':function(){return _0x2323ef;}}),_0x6762c1['UploadNotificationContainer']=_0x42c91c,_0x6762c1[_0x4f8a91(0xe6)]=_0x4c3a19,_0x6762c1['UploadNotificationState']=_0x5c9290,_0x6762c1[_0x4f8a91(0x20d)]=_0x5c4bd3,_0x6762c1[_0x4f8a91(0x1b9)]=_0x2a2c40,_0x6762c1[_0x4f8a91(0x10d)]=_0x457973,_0x6762c1[_0x4f8a91(0x241)]=_0x1045b1,_0x6762c1[_0x4f8a91(0x1f8)]=_0x1a5096,_0x6762c1[_0x4f8a91(0x164)]=_0x4db0dd,_0x6762c1[_0x4f8a91(0x21c)]=_0x1c13c2;}));function _0x44a3(_0x3c69a5,_0x46ca61){_0x3c69a5=_0x3c69a5-0x66;const _0x5cf870=_0x5cf8();let _0x44a3fc=_0x5cf870[_0x3c69a5];return _0x44a3fc;}function _0x5cf8(){const _0x3b54e7=['@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','HTTPService','uploadFileServerUrl','block\x20is\x20required','ErrorIcon','#FF6B4B','UniverInstanceType','replace','resolveWithBasePath','shift','displayName','connectInjector','CloseIcon','react','ExchangeOperateService','createUnit','_importTaskId','doc','upload','_messageService','subscribe','version','IUploadNotificationService','visible$','HTTPResponseError','M4.57245\x207.27962C4.57245\x207.09553\x204.72169\x206.94629\x204.90578\x206.94629H10.2391C10.4232\x206.94629\x2010.5724\x207.09553\x2010.5724\x207.27962C10.5724\x207.46372\x2010.4232\x207.61296\x2010.2391\x207.61296H4.90578C4.72169\x207.61296\x204.57245\x207.46372\x204.57245\x207.27962Z','clear','values','{type}','getUnitId','docx','input','Success','upload\x20request\x20failed','_importToSnapshot','IRequestService','statusText','textEncoder','transformSnapshotJsonToDocumentData','_requestService','slide-multi-icon','UniverExchangeClientPlugin','keys','FileId','SUCCESS','DocMultiIcon','.json','b64EncodeUnicode','toStringTag','has','application/vnd.ms-excel.sheet.macroEnabled.12','error-icon','_getMinSheetRowCount','M3.71274\x202.86421C3.47843\x202.6299\x203.09853\x202.6299\x202.86421\x202.86421C2.6299\x203.09853\x202.6299\x203.47843\x202.86421\x203.71274L7.15154\x208.00007L2.86421\x2012.2874C2.6299\x2012.5217\x202.6299\x2012.9016\x202.86421\x2013.1359C3.09853\x2013.3702\x203.47843\x2013.3702\x203.71274\x2013.1359L8.00007\x208.84859L12.2874\x2013.1359C12.5217\x2013.3702\x2012.9016\x2013.3702\x2013.1359\x2013.1359C13.3702\x2012.9016\x2013.3702\x2012.5217\x2013.1359\x2012.2874L8.84859\x208.00007L13.1359\x203.71274C13.3702\x203.47843\x2013.3702\x203.09853\x2013.1359\x202.86421C12.9016\x202.6299\x2012.5217\x202.6299\x2012.2874\x202.86421L8.00007\x207.15154L3.71274\x202.86421Z','BehaviorSubject','Plugin','_getTaskURL','message','importWorkbookDataToUnitId','downloadFile','useDependency','Disposable','_emitProgress','buffer','_showUploadMessage','35073zUgBRr','saveChangeset','_logService','getSheetBlock','exchange-client.interrupt','interrupt','rxjs','upload\x20failed:\x20missing\x20FileId\x20in\x20response','disposeUnit','transformWorkbookDataToSnapshotJson','use','subarray','2348gYMzoE','fileID','exchange-client.tooLarge','_requestState$','univer-mx-0\x20univer-mb-3\x20univer-mt-4\x20univer-h-1.5\x20univer-w-[324px]\x20univer-rounded-lg\x20univer-bg-gray-200','children','import\x20error','ClockIcon','univer-pro.exchange-client.operate.service','importDOCXToUnitId','@univerjs/design','getTextFromUrl','univer-m-0\x20univer-flex\x20univer-list-none\x20univer-flex-col\x20univer-gap-2\x20univer-p-0','_state$','UPLOADING','@univerjs-pro/license','fill','updateState','IExchangeOperateService','some','toLowerCase','getLatestCsReqIdBySid','location','exportXLSXBySnapshot','_refresh','useRef','application/vnd.openxmlformats-officedocument.wordprocessingml.document','#305CFA','M4.90578\x2011.6398C4.72169\x2011.6398\x204.57245\x2011.789\x204.57245\x2011.9731C4.57245\x2012.1572\x204.72169\x2012.3065\x204.90578\x2012.3065H7.57245C7.75654\x2012.3065\x207.90578\x2012.1572\x207.90578\x2011.9731C7.90578\x2011.789\x207.75654\x2011.6398\x207.57245\x2011.6398H4.90578Z','svg','UNIVER_EXCHANGE_CLIENT_PLUGIN','default','_signUrl','min','transformDocumentDataToSnapshotJson','M8\x2015C11.866\x2015\x2015\x2011.866\x2015\x208C15\x204.13401\x2011.866\x201\x208\x201C4.13401\x201\x201\x204.13401\x201\x208C1\x2011.866\x204.13401\x2015\x208\x2015ZM11.7245\x206.42417C11.9588\x206.18985\x2011.9588\x205.80995\x2011.7245\x205.57564C11.4901\x205.34132\x2011.1102\x205.34132\x2010.8759\x205.57564L7.3002\x209.15137L5.72446\x207.57564C5.49014\x207.34132\x205.11025\x207.34132\x204.87593\x207.57564C4.64162\x207.80995\x204.64162\x208.18985\x204.87593\x208.42417L6.87593\x2010.4242C7.11025\x2010.6585\x207.49014\x2010.6585\x207.72446\x2010.4242L11.7245\x206.42417Z','M10.0075\x201.12549L13.9104\x205.09842H10.6742C10.306\x205.09842\x2010.0075\x204.79994\x2010.0075\x204.43175V1.12549Z','copyFileMeta','url(#$1','type','IExchangeService','48YXEtQK','getConfig','_taskInterrupted','UNIVER_SLIDE','univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','file.json','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-1.5\x20univer-pr-2','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','Error','snapshot','forwardRef','file','exportDOCXByUnitId','tag','Failed\x20to\x20get\x20unitID\x20from\x20task','b64DecodeUnicode','resolve','path','blob','ShareRangeIcon','_getUnitIDDoc','sort','blockID','max','createElement','useEffect','_configService','HttpImport','url','filter','?size=','string','UniverNetworkPlugin','floor','6268765sUuQIW','XlsxMultiIcon','show','onStarting','M5.88699\x202.34478L3.65371\x202.3448C2.88051\x202.34481\x202.25372\x202.97161\x202.25372\x203.7448L2.25371\x2012.4445C2.25371\x2013.2177\x202.88052\x2013.8445\x203.65372\x2013.8445L12.3535\x2013.8445C13.1267\x2013.8445\x2013.7535\x2013.2177\x2013.7535\x2012.4445V10.0256C13.7535\x209.69425\x2014.0221\x209.42562\x2014.3535\x209.42562C14.6849\x209.42562\x2014.9535\x209.69425\x2014.9535\x2010.0256V12.4445C14.9535\x2013.8804\x2013.7894\x2015.0444\x2012.3535\x2015.0445L3.65373\x2015.0445C2.21778\x2015.0445\x201.05371\x2013.8805\x201.05371\x2012.4445L1.05372\x203.7448C1.05372\x202.30888\x202.21776\x201.14482\x203.65369\x201.1448L5.88697\x201.14478C6.21834\x201.14477\x206.48698\x201.4134\x206.48698\x201.74477C6.48699\x202.07614\x206.21836\x202.34477\x205.88699\x202.34478Z','getUnitOnRev','No\x20file\x20selected','decorate','requestState$','transformSnapshotToWorkbookData','fetchMissingChangesets','_httpService','_extractErrorDetail','set','defIds','_showNetworkError','useState','round','exchange-client.fileTypeError','univer-pl-2\x20univer-pr-4','append','7302NHaMqq','importFileToUnitId','clearTaskInterrupted','_buildProtocolErrorMessage','pushLink','pop','object','_addDoneTask','exchange-client.internalError','change','UniverProExchangeClient','workbook.json',':\x20HTTP\x20','ceil','M3.4535\x201.12549C2.7002\x201.12549\x202.08954\x201.73615\x202.08954\x202.48945V13.5104C2.08954\x2014.2637\x202.7002\x2014.8744\x203.4535\x2014.8744H12.5465C13.2998\x2014.8744\x2013.9105\x2014.2637\x2013.9105\x2013.5104V5.0992L10.0091\x201.12549H3.4535Z','searchParams','createObjectURL','_getEnableServerSideComputing','M8.24483\x204.80026C8.24487\x204.46889\x207.97627\x204.20023\x207.6449\x204.2002C7.31353\x204.20016\x207.04487\x204.46876\x207.04483\x204.80013L7.04443\x208.40306C7.04442\x208.56222\x207.10763\x208.71486\x207.22017\x208.82739L9.64664\x2011.2539C9.88095\x2011.4882\x2010.2608\x2011.4882\x2010.4952\x2011.2539C10.7295\x2011.0195\x2010.7295\x2010.6396\x2010.4952\x2010.4053L8.24446\x208.15463L8.24483\x204.80026Z','BuiltInUIPart','UniverDesign','_getUnitDocJson','uploadFileToUnitId','map','exchange-client.downloadSuccess','files','ERROR','M8.71094\x201.75039C8.71094\x201.41902\x208.97956\x201.15039\x209.31094\x201.15039H13.7497C14.3572\x201.15039\x2014.8497\x201.64288\x2014.8497\x202.25039V6.68919C14.8497\x207.02056\x2014.5811\x207.28919\x2014.2497\x207.28919C13.9184\x207.28919\x2013.6497\x207.02056\x2013.6497\x206.68919V3.19854L8.95883\x207.88944C8.72452\x208.12375\x208.34462\x208.12375\x208.1103\x207.88944C7.87599\x207.65512\x207.87599\x207.27523\x208.1103\x207.04091L12.8008\x202.35039H9.31094C8.97956\x202.35039\x208.71094\x202.08176\x208.71094\x201.75039Z','M15\x208C15\x2011.866\x2011.866\x2015\x208\x2015C4.13401\x2015\x201\x2011.866\x201\x208C1\x204.13401\x204.13401\x201\x208\x201C11.866\x201\x2015\x204.13401\x2015\x208ZM10.3097\x205.69014C10.544\x205.92445\x2010.544\x206.30435\x2010.3097\x206.53867L8.84843\x207.9999L10.3099\x209.46137C10.5442\x209.69569\x2010.5442\x2010.0756\x2010.3099\x2010.3099C10.0756\x2010.5442\x209.69569\x2010.5442\x209.46137\x2010.3099L7.9999\x208.84843L6.53842\x2010.3099C6.30411\x2010.5442\x205.92421\x2010.5442\x205.6899\x2010.3099C5.45558\x2010.0756\x205.45558\x209.69569\x205.6899\x209.46137L7.15137\x207.9999L5.69014\x206.53867C5.45583\x206.30435\x205.45583\x205.92445\x205.69014\x205.69014C5.92445\x205.45583\x206.30435\x205.45583\x206.53867\x205.69014L7.9999\x207.15137L9.46113\x205.69014C9.69544\x205.45583\x2010.0753\x205.45583\x2010.3097\x205.69014Z','span','exchange-client.cancel','assign','doc-multi-icon','_buildHttpErrorMessage','UNRECOGNIZED','unsubscribe','xlsx','\x20-\x20','clsx','{fileID}','outputType','close-icon','_showDownloadMessage','stringify','IConfigService','M7.8088\x2010.2949L6.3764\x2012.403C6.26259\x2012.5705\x206.03455\x2012.614\x205.86705\x2012.5002C5.69955\x2012.3864\x205.65603\x2012.1584\x205.76984\x2011.9909L7.3655\x209.64252L5.94042\x207.54519C5.82661\x207.37769\x205.87013\x207.14964\x206.03763\x207.03583C6.20512\x206.92202\x206.43317\x206.96555\x206.54698\x207.13304L7.8088\x208.9901L9.07062\x207.13304C9.18443\x206.96555\x209.41248\x206.92202\x209.57997\x207.03583C9.74747\x207.14964\x209.79099\x207.37769\x209.67718\x207.54519L8.2521\x209.64252L9.84776\x2011.9909C9.96157\x2012.1584\x209.91805\x2012.3864\x209.75055\x2012.5002C9.58305\x2012.614\x209.35501\x2012.5705\x209.2412\x2012.403L7.8088\x2010.2949Z','_injector','_export','share-range-icon','decode','/universer-api/stream/file/upload','_doneUploadTaskCount','scrollbarClassName','IUIPartsService','toPrimitive','signUrl','sign\x20url\x20error','addEventListener','exchange-client.uploading','univer-text-green-500','_getIgnoreTableExport','toString','jsx','isArray','upload\x20failed:\x20FileId\x20is\x20empty','sheets','Failed\x20to\x20parse\x20json','UploadNotificationService','workbook','UniverUi','Failed\x20to\x20get\x20taskID\x20from\x20import\x20response','importDOCXToSnapshot','_config','Subject','Injector','next','_uploadNotificationService','random','minSheetColumnCount','import','M10.4097\x209.35206C10.5753\x209.35206\x2010.7115\x209.21728\x2010.6918\x209.05277C10.6645\x208.82511\x2010.6062\x208.60178\x2010.5181\x208.38909C10.3917\x208.08379\x2010.2063\x207.80639\x209.97264\x207.57272C9.73897\x207.33905\x209.46157\x207.1537\x209.15627\x207.02724C8.94358\x206.93914\x208.72024\x206.88083\x208.49259\x206.85356C8.32808\x206.83385\x208.1933\x206.97001\x208.1933\x207.13569V9.05206C8.1933\x209.21774\x208.32761\x209.35206\x208.4933\x209.35206H10.4097Z','_getUnitName','upload\x20request\x20failed:\x20failed\x20to\x20read\x20source\x20file\x20from\x20url','_getMinSheetColumnCount','_upload','code','INTERNAL_ERROR','getDeserializedSheetBlock','univer-mt-3\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-2\x20univer-pr-1','downloadEndpointUrl','pending','&source=','unit','_exportBySnapshot','jsonID','#4B7DFF','_getSignURL','@univerjs-pro/collaboration','_univerInstanceService','text','export','IMessageService','ignoreTableExport','state$','removeChild','univer-mt-5\x20univer-max-h-72\x20univer-overflow-y-auto\x20univer-overflow-x-hidden','getUploadFile','_uploadTaskNotDone','merge','maxTimeoutTime','taskID','_completeProgress','univer-h-6\x20univer-text-2xl','rev','univer-flex\x20univer-w-[calc(100%-48px)]\x20univer-items-center','univer-mt-5\x20univer-flex\x20univer-flex-col','react/jsx-runtime','complete','ExchangeService','trim','accept','xlsx-multi-icon','@univerjs/ui','Failed\x20to\x20get\x20fileID\x20from\x20task','noreferrer','defs','none','originalMeta','getSnapshot','7030EFhezZ','univer-text-blue-500','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','@univerjs/protocol','dispose','ILogService','getCurrentUnitOfType','_import','pathname','getSheetBlocksFromSnapshot','_list$','disposeWithMe','UniverProLicense','Info','colorChannel1','6379807QnTRJp','appendChild','Method\x20not\x20implemented.','application/vnd.openxmlformats-officedocument.presentationml.presentation','attrs','xlsm','add','unitID','_getDisableCellImageConversion','Module','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','_sheetBlockCache','exports','1504880lvVHqh','React','importXLSXToSnapshot','importServerUrl','2949wwOLiS','asObservable','_clearProgress','http://www.w3.org/2000/svg','setConfig','_totalUploadTaskCount','{taskID}','disableCellImageConversion','exchange-client.config','_importFileToUnitId','length','level','amd','content-disposition','Failed\x20to\x20transform\x20snapshot\x20to\x20string','_getExportURL','@univerjs-pro/exchange-client','_getLinkByUnitId','xlink:href','error','catch','jsxs','UniverIcon','link','white','list$','options','#35BD4B','#EC4F2D','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','useObservable','progress$','transformSnapshotJsonToWorkbookData','Warning','CONNECTOR_DATA_TOO_LARGE','join','_exchangeService','_uiPartsService','call','_fileTypeError','encode','_list','Error\x20getting\x20file\x20name\x20from\x20URL:','importXLSXToUnitId','M4.57245\x209.62638C4.57245\x209.44229\x204.72169\x209.29305\x204.90578\x209.29305H10.2391C10.4232\x209.29305\x2010.5724\x209.44229\x2010.5724\x209.62638C10.5724\x209.81048\x2010.4232\x209.95972\x2010.2391\x209.95972H4.90578C4.72169\x209.95972\x204.57245\x209.81048\x204.57245\x209.62638Z','minSheetRowCount','forEach','split','exchange-client.uploadAgain','size','mem','data','div','univer-mb-3\x20univer-py-0\x20univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','_getImportURL','ErrorCode','function','multiple','status','UNIVER_SHEET','registerComponent','slice','headers','univer-flex','LocaleService','success','title','post','_getUploadFileURL','/universer-api/exchange/{type}/export','exportXLSXByUnitId','FileSource','get','MessageType','setTaskInterrupted','prototype','button','0\x200\x2016\x2016','0\x200\x2017\x2016','current','touchDependencies','univer-flex\x20univer-h-5\x20univer-text-xl','number','univer-pro.exchange-client.exchange.service','body','univer-ml-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','currentColor','univer-text-red-500','click','_getMaxPollingTime','download','substring','Content-Type','createIdentifier','univer-h-1.5\x20univer-rounded-lg\x20univer-bg-primary-600\x20univer-transition-[width]\x20univer-duration-500','Failed\x20to\x20get\x20text\x20from\x20url','RequestService','unshift','symbol','_localeService','signUrlServerUrl','UNIVER_UNKNOWN','exportDOCXBySnapshot','clock-icon','hide','univerjs-icon\x20univerjs-icon-','exchange-client.networkError','UniverProCollaboration','5791116IlrUGz','_progress$','pluginName','_registerComponents','currentTarget','mask','/universer-api/exchange/{type}/import','idSuffix','name','getUniverInstanceTypeByFile','textDecoder','defineProperty','application/json','getTask','href','Inject','SlideMultiIcon','evenodd','0.25.1','_getDownloadEndpointURL','UNDEFINED','UNIVER_DOC','univer-text-sm\x20univer-text-gray-500','#32A846','_addTotalCount','IUniverInstanceService','interruptImportTask','Failed\x20to\x20get\x20jsonID\x20from\x20task','UniverProtocol','EXCHANGE_CLIENT_PLUGIN_CONFIG_KEY','DependentOn','parse','application/octet-stream','1em'];_0x5cf8=function(){return _0x3b54e7;};return _0x5cf8();}
1
+ function _0x3c5b(){const _0x15e962=['UniverNetworkPlugin','saveSnapshot','exchange-client.networkError','code','snapshot','error-icon','exchange-client.tooLarge','body','exchange-client.unknownMistake','univer-mx-0\x20univer-mb-3\x20univer-mt-4\x20univer-h-1.5\x20univer-w-[324px]\x20univer-rounded-lg\x20univer-bg-gray-200','No\x20file\x20selected','stringify','scrollbarClassName','univer-mb-3\x20univer-py-0\x20univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','_getUnitID','textEncoder','useDependency','originalMeta','univer-h-1.5\x20univer-rounded-lg\x20univer-bg-primary-600\x20univer-transition-[width]\x20univer-duration-500','&source=','shift','subarray','display','clock-icon','data','Failed\x20to\x20get\x20jsonID\x20from\x20task','/universer-api/exchange/task/{taskID}','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','M4.90578\x2011.6398C4.72169\x2011.6398\x204.57245\x2011.789\x204.57245\x2011.9731C4.57245\x2012.1572\x204.72169\x2012.3065\x204.90578\x2012.3065H7.57245C7.75654\x2012.3065\x207.90578\x2012.1572\x207.90578\x2011.9731C7.90578\x2011.789\x207.75654\x2011.6398\x207.57245\x2011.6398H4.90578Z','Method\x20not\x20implemented.','Failed\x20to\x20parse\x20json','_getSignURL','getResourcesRequest','upload\x20request\x20failed:\x20failed\x20to\x20read\x20source\x20file\x20from\x20url','parse','trim','children','pushLink','/universer-api/exchange/{type}/export','_getUploadFileURL','set','76hkvMaM','CONNECTOR_DATA_TOO_LARGE','_refreshSlide','stroke','direct-export-icon','1em','@univerjs-pro/collaboration','saveChangeset','exchange-client.downloadSuccess','ClockIcon','defIds','application/vnd.openxmlformats-officedocument.spreadsheetml.template','@univerjs/ui','attrs','mask','rxjs','toStringTag','multiple','files','exchange-client.fileTypeError','noreferrer','DependentOn','unit','_uploadTaskNotDone','XlsxMultiIcon','clearTaskInterrupted','useState','_injector','260HrgbfI','EXCHANGE_CLIENT_PLUGIN_CONFIG_KEY','fileID','sort','exchange-client.uploadAgain','asObservable','M10.0075\x201.12549L13.9104\x205.09842H10.6742C10.306\x205.09842\x2010.0075\x204.79994\x2010.0075\x204.43175V1.12549Z','exportServerUrl','getTextFromUrl','iterator','M15\x208C15\x2011.866\x2011.866\x2015\x208\x2015C4.13401\x2015\x201\x2011.866\x201\x208C1\x204.13401\x204.13401\x201\x208\x201C11.866\x201\x2015\x204.13401\x2015\x208ZM10.3097\x205.69014C10.544\x205.92445\x2010.544\x206.30435\x2010.3097\x206.53867L8.84843\x207.9999L10.3099\x209.46137C10.5442\x209.69569\x2010.5442\x2010.0756\x2010.3099\x2010.3099C10.0756\x2010.5442\x209.69569\x2010.5442\x209.46137\x2010.3099L7.9999\x208.84843L6.53842\x2010.3099C6.30411\x2010.5442\x205.92421\x2010.5442\x205.6899\x2010.3099C5.45558\x2010.0756\x205.45558\x209.69569\x205.6899\x209.46137L7.15137\x207.9999L5.69014\x206.53867C5.45583\x206.30435\x205.45583\x205.92445\x205.69014\x205.69014C5.92445\x205.45583\x206.30435\x205.45583\x206.53867\x205.69014L7.9999\x207.15137L9.46113\x205.69014C9.69544\x205.45583\x2010.0753\x205.45583\x2010.3097\x205.69014Z','touchDependencies','location','docx','UNIVER_UNKNOWN','clsx','round','exchange-client.uploadSuccessTip','doc','success','_exportBySnapshot','content-disposition','signUrlServerUrl','.json','Error','univer-mt-5\x20univer-flex\x20univer-flex-col','max','colorChannel1','length','getSnapshot','currentTarget','M3.4535\x201.12549C2.7002\x201.12549\x202.08954\x201.73615\x202.08954\x202.48945V13.5104C2.08954\x2014.2637\x202.7002\x2014.8744\x203.4535\x2014.8744H12.5465C13.2998\x2014.8744\x2013.9105\x2014.2637\x2013.9105\x2013.5104V5.0992L10.0091\x201.12549H3.4535Z','0\x200\x2016\x2016','isArray','createElement','_uiPartsService','upload\x20request\x20failed','transformSnapshotToDocumentData','transformSnapshotJsonToDocumentData','none','@univerjs/network','origin','unitID','Disposable','IUploadNotificationService','getTask','_getDownloadEndpointURL','_getImportURL','file.','univer-h-6\x20univer-text-2xl','_taskInterrupted','options','@univerjs/protocol','_getUnitIDSlide','121292FaucpX','forEach','string','maxTimeoutTime','_importFileToUnitId','status','Error\x20getting\x20file\x20name\x20from\x20URL:','disableCellImageConversion','UniverDesign','MessageType','univer-text-red-500','div','url','Success','#FF6B4B','substring','_visible$','sheetBlocks','_getMinSheetRowCount','getDeserializedSheetBlock','post','_state$','toString','react','_getUnitIDDoc','_requestState$','evenodd','jsxs','exportDOCXBySnapshot','univerjs-icon\x20univerjs-icon-','file','univer-text-green-500','tag','M12.4714\x205.86209C12.2111\x205.60174\x2011.789\x205.60174\x2011.5286\x205.86209C11.2683\x206.12244\x2011.2683\x206.54455\x2011.5286\x206.8049L12.3906\x207.66683H10C9.63185\x207.66683\x209.33337\x207.96531\x209.33337\x208.3335C9.33337\x208.70169\x209.63185\x209.00016\x2010\x209.00016H12.3906L11.5286\x209.86209C11.2683\x2010.1224\x2011.2683\x2010.5446\x2011.5286\x2010.8049C11.789\x2011.0653\x2012.2111\x2011.0653\x2012.4714\x2010.8049L14.4714\x208.8049C14.5935\x208.68286\x2014.6583\x208.52528\x2014.6659\x208.36548C14.6665\x208.35482\x2014.6667\x208.34416\x2014.6667\x208.3335L12.4714\x205.86209Z','uploadFileToUnitId','importXLSXToSnapshot','_list$','_showUploadMessage','\x20-\x20','function','disposeWithMe','get','_getUnitName','SUCCESS','M12.4714\x205.86209L14.4714\x207.86209C14.6001\x207.9907\x2014.6651\x208.15878\x2014.6667\x208.32734L12.4714\x205.86209Z','_exchangeService','number','UNIVER_PROJECT','Failed\x20to\x20get\x20text\x20from\x20url','split','workbook.json','current','accept','button','name','_sheetBlockCache','path','href','white','_importTaskId','encode','upload\x20failed:\x20FileId\x20is\x20empty','registerComponent','b64EncodeUnicode','Plugin','85194HKlcPE','Module','pathname','toDisposable','react/jsx-runtime','/universer-api/file/{fileID}/sign-url','ignoreTableExport','exchange-client.internalError','interrupt','2691249Rwkxwu','saveSheetBlock','321780SNHGgL','Tooltip','createUnit','_getUnitSlideJson','match','univer-pro.exchange-client.request.service','HTTPResponseError','constructor','xlink:href','_getTaskURL','HTTPService','xltx','application/vnd.ms-excel.sheet.macroEnabled.12','minSheetColumnCount','onReady','_httpService','decorate','some','sheets','Injector','getUnitOnRev','_doneUploadTaskCount','pop','{type}','use','level','933982TiyFdj','style','UniverCore','M8.71094\x201.75039C8.71094\x201.41902\x208.97956\x201.15039\x209.31094\x201.15039H13.7497C14.3572\x201.15039\x2014.8497\x201.64288\x2014.8497\x202.25039V6.68919C14.8497\x207.02056\x2014.5811\x207.28919\x2014.2497\x207.28919C13.9184\x207.28919\x2013.6497\x207.02056\x2013.6497\x206.68919V3.19854L8.95883\x207.88944C8.72452\x208.12375\x208.34462\x208.12375\x208.1103\x207.88944C7.87599\x207.65512\x207.87599\x207.27523\x208.1103\x207.04091L12.8008\x202.35039H9.31094C8.97956\x202.35039\x208.71094\x202.08176\x208.71094\x201.75039Z','_progress$','resources','fill','1214485JuzlHe','_completeProgress','univer-text-sm\x20univer-text-gray-500','jsonID','application/octet-stream','M3.71274\x202.86421C3.47843\x202.6299\x203.09853\x202.6299\x202.86421\x202.86421C2.6299\x203.09853\x202.6299\x203.47843\x202.86421\x203.71274L7.15154\x208.00007L2.86421\x2012.2874C2.6299\x2012.5217\x202.6299\x2012.9016\x202.86421\x2013.1359C3.09853\x2013.3702\x203.47843\x2013.3702\x203.71274\x2013.1359L8.00007\x208.84859L12.2874\x2013.1359C12.5217\x2013.3702\x2012.9016\x2013.3702\x2013.1359\x2013.1359C13.3702\x2012.9016\x2013.3702\x2012.5217\x2013.1359\x2012.2874L8.84859\x208.00007L13.1359\x203.71274C13.3702\x203.47843\x2013.3702\x203.09853\x2013.1359\x202.86421C12.9016\x202.6299\x2012.5217\x202.6299\x2012.2874\x202.86421L8.00007\x207.15154L3.71274\x202.86421Z','push','xlsx-multi-icon','_univerInstanceService','M8.24483\x204.80026C8.24487\x204.46889\x207.97627\x204.20023\x207.6449\x204.2002C7.31353\x204.20016\x207.04487\x204.46876\x207.04483\x204.80013L7.04443\x208.40306C7.04442\x208.56222\x207.10763\x208.71486\x207.22017\x208.82739L9.64664\x2011.2539C9.88095\x2011.4882\x2010.2608\x2011.4882\x2010.4952\x2011.2539C10.7295\x2011.0195\x2010.7295\x2010.6396\x2010.4952\x2010.4053L8.24446\x208.15463L8.24483\x204.80026Z','8AZhLJi','UniverLicensePlugin','defineProperty','error','_messageService','_getMinSheetColumnCount','symbol','UniverIcon','ceil','UNIVER_DOC','includes','done','_registerIcons','_getUnitDocJson','1.0.0-alpha.1','replace','univer-m-0\x20univer-flex\x20univer-list-none\x20univer-flex-col\x20univer-gap-2\x20univer-p-0','UNIVER_BASE','38751PutsNp','b64DecodeUnicode','Failed\x20to\x20get\x20fileID\x20from\x20task','IExchangeOperateService','M4.57245\x207.27962C4.57245\x207.09553\x204.72169\x206.94629\x204.90578\x206.94629H10.2391C10.4232\x206.94629\x2010.5724\x207.09553\x2010.5724\x207.27962C10.5724\x207.46372\x2010.4232\x207.61296\x2010.2391\x207.61296H4.90578C4.72169\x207.61296\x204.57245\x207.46372\x204.57245\x207.27962Z','next','workbook','floor','exportXLSXBySnapshot','span','xlsx','decode','UniverInstanceType','UPLOADING',':\x20HTTP\x20','#32A846','exportDOCXByUnitId','exchange-client.uploadSuccess','connectInjector','copyFileMeta','Subject','IConfigService','_extractErrorDetail','_import','_export','ExchangeService','exchange-client.wait','slide-multi-icon','_config','complete','transformSlideDataToSnapshotJson','idSuffix','defs','input','transformDocumentDataToSnapshotJson','version','@univerjs-pro/exchange-client','export\x20error','1ZxZkCv','setTaskInterrupted','outputType','_refresh','updateState','displayName','#4B7DFF','_signUrl','getUploadFile','url(#$1','M10.4097\x209.35206C10.5753\x209.35206\x2010.7115\x209.21728\x2010.6918\x209.05277C10.6645\x208.82511\x2010.6062\x208.60178\x2010.5181\x208.38909C10.3917\x208.08379\x2010.2063\x207.80639\x209.97264\x207.57272C9.73897\x207.33905\x209.46157\x207.1537\x209.15627\x207.02724C8.94358\x206.93914\x208.72024\x206.88083\x208.49259\x206.85356C8.32808\x206.83385\x208.1933\x206.97001\x208.1933\x207.13569V9.05206C8.1933\x209.21774\x208.32761\x209.35206\x208.4933\x209.35206H10.4097Z','jsx','univer-flex\x20univer-h-5\x20univer-text-xl','getCurrentUnitOfType','_getExportURL','default','SlideMultiIcon','importFileToUnitId','append','onStarting','_getUnitJson','interruptImportTask','import','Error\x20fetching\x20file\x20from\x20URL:','file.json','getConfig','rev','click','exportPPTXByUnitId','statusText','UniverUi','@univerjs/core','_requestService','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet','sign\x20url\x20error','keys','list$','_importToSnapshot','log','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-1.5\x20univer-pr-2','M8\x2015C11.866\x2015\x2015\x2011.866\x2015\x208C15\x204.13401\x2011.866\x201\x208\x201C4.13401\x201\x201\x204.13401\x201\x208C1\x2011.866\x204.13401\x2015\x208\x2015ZM11.7245\x206.42417C11.9588\x206.18985\x2011.9588\x205.80995\x2011.7245\x205.57564C11.4901\x205.34132\x2011.1102\x205.34132\x2010.8759\x205.57564L7.3002\x209.15137L5.72446\x207.57564C5.49014\x207.34132\x205.11025\x207.34132\x204.87593\x207.57564C4.64162\x207.80995\x204.64162\x208.18985\x204.87593\x208.42417L6.87593\x2010.4242C7.11025\x2010.6585\x207.49014\x2010.6585\x207.72446\x2010.4242L11.7245\x206.42417Z','_iconManager','Failed\x20to\x20get\x20unitID\x20from\x20task','disposeUnit','exportXLSXByUnitId','UniverProCollaboration','LocaleService','UNIVER_SLIDE','link','export','show','exports','UniverExchangeClientPlugin','_resourceLoaderService','_buildProtocolErrorMessage','call','12gdTTwx','message','_getIgnoreTableExport','_getDisableCellImageConversion','pptx','BehaviorSubject','getUnitType','_addTotalCount','IconManager','Failed\x20to\x20transform\x20snapshot\x20to\x20string','pluginName','catch','_blank','textDecoder','HttpImport','ErrorIcon','React','add','transformSlideDataToSnapshot','filter','{fileID}','assign','importDOCXToSnapshot','_getMaxPollingTime','svg','requestState$','resolve','buffer','getLatestCsReqIdBySid','http://www.w3.org/2000/svg','change','UNIVER_SHEET','_localeService','subscribe','doc-multi-icon','FileSource','exportPPTXBySnapshot','appendChild','_addDoneTask','Get\x20outputType\x20error','RequestService','@univerjs/design','UNRECOGNIZED','createIdentifier','getUniverInstanceTypeByFile','DirectExportIcon','block\x20is\x20required','importDOCXToUnitId','exchange-client.downloading','INTERNAL_ERROR','Inject','useObservable','uploadFileServerUrl','exchange-client.uploading','addEventListener','Failed\x20to\x20get\x20taskID\x20from\x20import\x20response','_uploadNotificationService','?size=','M7.76493\x207.24535C7.76493\x207.07967\x207.63024\x206.94371\x207.46548\x206.96123C7.01146\x207.00953\x206.57426\x207.16714\x206.19216\x207.42245C5.72662\x207.73351\x205.36378\x208.17564\x205.14951\x208.69292C4.93525\x209.2102\x204.87918\x209.77941\x204.98842\x2010.3285C5.09765\x2010.8777\x205.36727\x2011.3821\x205.76318\x2011.778C6.15909\x2012.1739\x206.66351\x2012.4436\x207.21265\x2012.5528C7.76179\x2012.662\x208.33099\x2012.606\x208.84828\x2012.3917C9.36556\x2012.1774\x209.80769\x2011.8146\x2010.1188\x2011.349C10.3741\x2010.9669\x2010.5317\x2010.5297\x2010.58\x2010.0757C10.5975\x209.91096\x2010.4615\x209.77627\x2010.2958\x209.77627L8.06493\x209.77627C7.89925\x209.77627\x207.76493\x209.64195\x207.76493\x209.47627L7.76493\x207.24535Z','clear','BuiltInUIPart','type','_getLinkByUnitId','taskID','_list','ExchangeOperateService','UploadNotificationContainer','univer-mt-3\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-py-0\x20univer-pl-2\x20univer-pr-1','_buildHttpErrorMessage','FileId','prototype','has','hide','text','univer-pl-2\x20univer-pr-4','registerDependencies','ErrorCode','import\x20error','_showDownloadMessage','IExchangeService','currentColor','_registerComponents','_fileTypeError','UniverProLicense','object','IRequestService','UNIVER_EXCHANGE_CLIENT_PLUGIN','/universer-api/exchange/{type}/import','transformSnapshotToSlideData','_getUnitNameByType','importFileToUnitIdByCurrentType','_emitProgress','title','resolveWithBasePath','importServerUrl','min','_clearProgress','progress$','values','importPPTXToUnitId','{taskID}','removeChild','headers','M8.14248\x200.899902C4.22126\x200.899902\x201.04248\x204.07868\x201.04248\x207.9999C1.04248\x2011.9211\x204.22126\x2015.0999\x208.14248\x2015.0999C12.0637\x2015.0999\x2015.2425\x2011.9211\x2015.2425\x207.9999C15.2425\x204.07868\x2012.0637\x200.899902\x208.14248\x200.899902ZM2.24248\x207.9999C2.24248\x204.74142\x204.884\x202.0999\x208.14248\x202.0999C11.401\x202.0999\x2014.0425\x204.74142\x2014.0425\x207.9999C14.0425\x2011.2584\x2011.401\x2013.8999\x208.14248\x2013.8999C4.884\x2013.8999\x202.24248\x2011.2584\x202.24248\x207.9999Z','IMessageService','useRef','DocMultiIcon','success-icon','saveUnit','map','univer-text-blue-500','forwardRef','M4.57245\x209.62638C4.57245\x209.44229\x204.72169\x209.29305\x204.90578\x209.29305H10.2391C10.4232\x209.29305\x2010.5724\x209.44229\x2010.5724\x209.62638C10.5724\x209.81048\x2010.4232\x209.95972\x2010.2391\x209.95972H4.90578C4.72169\x209.95972\x204.57245\x209.81048\x204.57245\x209.62638Z','UploadNotificationService','ERROR','signUrl','searchParams','amd','_totalUploadTaskCount','unsubscribe','dispose','univer-h-7\x20univer-cursor-pointer\x20univer-select-none\x20univer-rounded-md\x20univer-border-0\x20univer-border-transparent\x20univer-bg-transparent\x20univer-px-2\x20univer-py-0\x20univer-text-sm\x20univer-text-primary-600\x20univer-transition-all\x20univer-duration-150\x20hover:univer-bg-primary-50','visible$','ILogService','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','getUnitId','Info','application/json','unshift','_upload','Warning','importPPTXToSnapshot','transformWorkbookDataToSnapshot','_showNetworkError','useEffect','univer-ml-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','_configService','/universer-api/stream/file/upload','state$','join','upload','close-icon','CONTENT','upload\x20failed:\x20missing\x20FileId\x20in\x20response'];_0x3c5b=function(){return _0x15e962;};return _0x3c5b();}function _0x330f(_0x3a22e7,_0x5174a4){_0x3a22e7=_0x3a22e7-0xd6;const _0x3c5b85=_0x3c5b();let _0x330f71=_0x3c5b85[_0x3a22e7];return _0x330f71;}(function(_0x109b85,_0x4fc502){const _0x4e7845=_0x330f,_0xd3811d=_0x109b85();while(!![]){try{const _0x51f074=parseInt(_0x4e7845(0x232))/0x1*(parseInt(_0x4e7845(0x183))/0x2)+-parseInt(_0x4e7845(0x20c))/0x3*(-parseInt(_0x4e7845(0x131))/0x4)+-parseInt(_0x4e7845(0x1f0))/0x5+-parseInt(_0x4e7845(0x1cf))/0x6+-parseInt(_0x4e7845(0x1e9))/0x7*(-parseInt(_0x4e7845(0x1fa))/0x8)+parseInt(_0x4e7845(0x1c4))/0x9*(parseInt(_0x4e7845(0x14d))/0xa)+-parseInt(_0x4e7845(0x1cd))/0xb*(parseInt(_0x4e7845(0x26a))/0xc);if(_0x51f074===_0x4fc502)break;else _0xd3811d['push'](_0xd3811d['shift']());}catch(_0x3c1c5b){_0xd3811d['push'](_0xd3811d['shift']());}}}(_0x3c5b,0x23429),function(_0x48c7b4,_0x2a1450){const _0x4c4a2e=_0x330f;typeof exports==_0x4c4a2e(0x2be)&&typeof module<'u'?_0x2a1450(exports,require('@univerjs-pro/license'),require('@univerjs/core'),require('@univerjs/network'),require('react'),require('@univerjs/ui'),require('rxjs'),require('@univerjs/design'),require('react/jsx-runtime'),require('@univerjs/protocol'),require('@univerjs-pro/collaboration')):typeof define=='function'&&define[_0x4c4a2e(0xed)]?define([_0x4c4a2e(0x265),'@univerjs-pro/license',_0x4c4a2e(0x251),_0x4c4a2e(0x175),_0x4c4a2e(0x19a),_0x4c4a2e(0x13d),_0x4c4a2e(0x140),_0x4c4a2e(0x293),_0x4c4a2e(0x1c8),_0x4c4a2e(0x181),_0x4c4a2e(0x137)],_0x2a1450):(_0x48c7b4=typeof globalThis<'u'?globalThis:_0x48c7b4||self,_0x2a1450(_0x48c7b4['UniverProExchangeClient']={},_0x48c7b4[_0x4c4a2e(0x2bd)],_0x48c7b4[_0x4c4a2e(0x1eb)],_0x48c7b4['UniverNetwork'],_0x48c7b4[_0x4c4a2e(0x27a)],_0x48c7b4[_0x4c4a2e(0x250)],_0x48c7b4[_0x4c4a2e(0x140)],_0x48c7b4[_0x4c4a2e(0x18b)],_0x48c7b4[_0x4c4a2e(0x27a)],_0x48c7b4['UniverProtocol'],_0x48c7b4[_0x4c4a2e(0x25f)]));}(this,function(_0x32b17d,_0x2abe7b,_0x117ffe,_0x34c6e2,_0x6788a0,_0x5159b5,_0x59e050,_0x279c6e,_0x2e1659,_0x879e48,_0x3df51f){const _0x34da7a=_0x330f;Object[_0x34da7a(0x1fc)](_0x32b17d,Symbol[_0x34da7a(0x141)],{'value':_0x34da7a(0x1c5)});let _0x19c245='exchange-client.config',_0x5aab79={};var _0xcb7c10=_0x34da7a(0x230),_0x376d65=_0x34da7a(0x208);function _0x73d9f({ref:_0x176b0e,..._0xa6c7bc}){const _0x364246=_0x34da7a;let {icon:_0x5ec275,id:_0x4cb760,className:_0x12ec62,extend:_0x26c359,..._0x22c379}=_0xa6c7bc,_0x5d0350=(_0x364246(0x1a0)+_0x4cb760+'\x20'+(_0x12ec62||''))[_0x364246(0x12b)](),_0x2d4428=(0x0,_0x6788a0[_0x364246(0xe1)])('_'+_0xb874b4());return _0x5cfe02(_0x5ec275,''+_0x4cb760,{'defIds':_0x5ec275[_0x364246(0x13b)],'idSuffix':_0x2d4428[_0x364246(0x1b6)]},{'ref':_0x176b0e,'className':_0x5d0350,..._0x22c379},_0x26c359);}function _0x5cfe02(_0x1fdc2d,_0x4816e1,_0x2b8a78,_0x326602,_0x1222a7){const _0x418b89=_0x34da7a;return(0x0,_0x6788a0[_0x418b89(0x16f)])(_0x1fdc2d['tag'],{'key':_0x4816e1,..._0x378a8f(_0x1fdc2d,_0x2b8a78,_0x1222a7),..._0x326602},(_0x151c7f(_0x1fdc2d,_0x2b8a78)[_0x418b89(0x12c)]||[])[_0x418b89(0xe5)]((_0xb74bda,_0x346a78)=>_0x5cfe02(_0xb74bda,_0x4816e1+'-'+_0x1fdc2d[_0x418b89(0x1a3)]+'-'+_0x346a78,_0x2b8a78,void 0x0,_0x1222a7)));}function _0x378a8f(_0x96f64c,_0x438dd4,_0x20dad5){const _0x4db869=_0x34da7a;let _0x3eb064={..._0x96f64c['attrs']};_0x20dad5!=null&&_0x20dad5[_0x4db869(0x168)]&&_0x3eb064['fill']===_0x4db869(0x168)&&(_0x3eb064[_0x4db869(0x1ef)]=_0x20dad5['colorChannel1']),_0x20dad5!=null&&_0x20dad5['colorChannel1']&&_0x3eb064[_0x4db869(0x134)]===_0x4db869(0x168)&&(_0x3eb064[_0x4db869(0x134)]=_0x20dad5[_0x4db869(0x168)]),_0x96f64c[_0x4db869(0x1a3)]===_0x4db869(0x13f)&&_0x3eb064['id']&&(_0x3eb064['id']+=_0x438dd4['idSuffix']),Object['entries'](_0x3eb064)[_0x4db869(0x184)](([_0x18d718,_0x492807])=>{const _0x254139=_0x4db869;_0x18d718===_0x254139(0x13f)&&typeof _0x492807==_0x254139(0x185)&&(_0x3eb064[_0x18d718]=_0x492807['replace'](/url\(#(.*)\)/,_0x254139(0x23b)+_0x438dd4['idSuffix']+')'));});let {defIds:_0x243bcf}=_0x438dd4;return!_0x243bcf||_0x243bcf[_0x4db869(0x169)]===0x0?_0x3eb064:(_0x96f64c[_0x4db869(0x1a3)]===_0x4db869(0x1e7)&&_0x3eb064[_0x4db869(0x1d7)]&&(_0x3eb064[_0x4db869(0x1d7)]+=_0x438dd4['idSuffix']),Object['entries'](_0x3eb064)['forEach'](([_0x47ce0a,_0x32fecb])=>{const _0x4457e9=_0x4db869;typeof _0x32fecb==_0x4457e9(0x185)&&(_0x3eb064[_0x47ce0a]=_0x32fecb['replace'](/url\(#(.*)\)/,_0x4457e9(0x23b)+_0x438dd4[_0x4457e9(0x22b)]+')'));}),_0x3eb064);}function _0x151c7f(_0x2d0730,_0x3e833b){const _0x52b0e2=_0x34da7a;var _0x38b688;let {defIds:_0x3f0af9}=_0x3e833b;return!_0x3f0af9||_0x3f0af9[_0x52b0e2(0x169)]===0x0?_0x2d0730:_0x2d0730[_0x52b0e2(0x1a3)]===_0x52b0e2(0x22c)&&(_0x38b688=_0x2d0730['children'])!=null&&_0x38b688[_0x52b0e2(0x169)]?{..._0x2d0730,'children':_0x2d0730['children'][_0x52b0e2(0xe5)](_0x28bc33=>typeof _0x28bc33[_0x52b0e2(0x13e)]['id']==_0x52b0e2(0x185)&&_0x3f0af9&&_0x3f0af9['includes'](_0x28bc33[_0x52b0e2(0x13e)]['id'])?{..._0x28bc33,'attrs':{..._0x28bc33[_0x52b0e2(0x13e)],'id':_0x28bc33['attrs']['id']+_0x3e833b[_0x52b0e2(0x22b)]}}:_0x28bc33)}:_0x2d0730;}function _0xb874b4(){const _0x22a524=_0x34da7a;return Math['random']()['toString'](0x24)[_0x22a524(0x192)](0x2,0x8);}_0x73d9f[_0x34da7a(0x237)]=_0x34da7a(0x201);let _0x532177={'tag':_0x34da7a(0x282),'attrs':{'xmlns':_0x34da7a(0x287),'fill':_0x34da7a(0x174),'viewBox':'0\x200\x2017\x2016','width':_0x34da7a(0x136),'height':'1em'},'children':[{'tag':_0x34da7a(0x1bb),'attrs':{'fill':_0x34da7a(0x2ba),'d':_0x34da7a(0x1f9)}},{'tag':_0x34da7a(0x1bb),'attrs':{'fill':_0x34da7a(0x2ba),'d':_0x34da7a(0xdf),'fillRule':'evenodd','clipRule':_0x34da7a(0x19d)}}]},_0xe2779c=(0x0,_0x6788a0[_0x34da7a(0xe7)])(function(_0x5930f6,_0x335e05){const _0x558888=_0x34da7a;return(0x0,_0x6788a0['createElement'])(_0x73d9f,Object[_0x558888(0x27f)]({},_0x5930f6,{'id':_0x558888(0x11f),'ref':_0x335e05,'icon':_0x532177}));});_0xe2779c[_0x34da7a(0x237)]=_0x34da7a(0x13a);let _0x4f51cc={'tag':_0x34da7a(0x282),'attrs':{'xmlns':_0x34da7a(0x287),'fill':_0x34da7a(0x174),'viewBox':_0x34da7a(0x16d),'width':_0x34da7a(0x136),'height':'1em'},'children':[{'tag':_0x34da7a(0x1bb),'attrs':{'fill':'currentColor','d':_0x34da7a(0x1f5)}}]},_0x5de508=(0x0,_0x6788a0[_0x34da7a(0xe7)])(function(_0x2452e4,_0x4be79){const _0x4e5638=_0x34da7a;return(0x0,_0x6788a0[_0x4e5638(0x16f)])(_0x73d9f,Object[_0x4e5638(0x27f)]({},_0x2452e4,{'id':_0x4e5638(0x105),'ref':_0x4be79,'icon':_0x4f51cc}));});_0x5de508[_0x34da7a(0x237)]='CloseIcon';let _0x470d0b={'tag':_0x34da7a(0x282),'attrs':{'xmlns':_0x34da7a(0x287),'fill':_0x34da7a(0x174),'viewBox':'0\x200\x2016\x2016','width':_0x34da7a(0x136),'height':_0x34da7a(0x136)},'children':[{'tag':_0x34da7a(0x1bb),'attrs':{'fill':'currentColor','d':'M3.00004\x201.3335C2.07957\x201.3335\x201.33337\x202.07969\x201.33337\x203.00016V13.0002C1.33337\x2013.9143\x202.06935\x2014.6566\x202.98108\x2014.6667C2.99252\x2014.6671\x203.00399\x2014.6671\x203.01547\x2014.6668H13C13.9205\x2014.6668\x2014.6667\x2013.9207\x2014.6667\x2013.0002V11.8335C14.6667\x2011.4653\x2014.3682\x2011.1668\x2014\x2011.1668C13.6319\x2011.1668\x2013.3334\x2011.4653\x2013.3334\x2011.8335V13.0002C13.3334\x2013.1843\x2013.1842\x2013.3335\x2013\x2013.3335H5.25636C5.61522\x2013.016\x205.95119\x2012.6637\x206.25105\x2012.2868C7.06748\x2011.2609\x207.66671\x209.98799\x207.66671\x208.66683V2.66683H13C13.1841\x202.66683\x2013.3334\x202.81606\x2013.3334\x203.00016V4.66683C13.3334\x205.03502\x2013.6319\x205.3335\x2014\x205.3335C14.3682\x205.3335\x2014.6667\x205.03502\x2014.6667\x204.66683V3.00016C14.6667\x202.0797\x2013.9205\x201.3335\x2013\x201.3335H3.00004ZM6.33337\x202.66683H3.00004C2.81595\x202.66683\x202.66671\x202.81607\x202.66671\x203.00016V13.0002C2.66671\x2013.1484\x202.76345\x2013.274\x202.89725\x2013.3173C3.70845\x2012.9437\x204.55406\x2012.2781\x205.20773\x2011.4566C5.90507\x2010.5803\x206.33337\x209.59203\x206.33337\x208.66683V2.66683Z','fillRule':_0x34da7a(0x19d),'clipRule':_0x34da7a(0x19d)}},{'tag':_0x34da7a(0x1bb),'attrs':{'fill':_0x34da7a(0x2ba),'d':_0x34da7a(0x1a4)}},{'tag':_0x34da7a(0x1bb),'attrs':{'fill':_0x34da7a(0x2ba),'d':_0x34da7a(0x1af)}}]},_0x353465=(0x0,_0x6788a0['forwardRef'])(function(_0x50b135,_0x2c7760){const _0x2210af=_0x34da7a;return(0x0,_0x6788a0[_0x2210af(0x16f)])(_0x73d9f,Object[_0x2210af(0x27f)]({},_0x50b135,{'id':_0x2210af(0x135),'ref':_0x2c7760,'icon':_0x470d0b}));});_0x353465[_0x34da7a(0x237)]=_0x34da7a(0x297);let _0x2ced15={'tag':_0x34da7a(0x282),'attrs':{'xmlns':_0x34da7a(0x287),'fill':_0x34da7a(0x174),'viewBox':_0x34da7a(0x16d),'width':'1em','height':_0x34da7a(0x136)},'children':[{'tag':'path','attrs':{'fill':_0x34da7a(0x2ba),'d':_0x34da7a(0x157),'fillRule':_0x34da7a(0x19d),'clipRule':_0x34da7a(0x19d)}}]},_0x445d37=(0x0,_0x6788a0[_0x34da7a(0xe7)])(function(_0x3ead7a,_0x402e25){const _0x1e0d4d=_0x34da7a;return(0x0,_0x6788a0[_0x1e0d4d(0x16f)])(_0x73d9f,Object[_0x1e0d4d(0x27f)]({},_0x3ead7a,{'id':_0x1e0d4d(0x10d),'ref':_0x402e25,'icon':_0x2ced15}));});_0x445d37[_0x34da7a(0x237)]=_0x34da7a(0x279);let _0x4a4816={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x34da7a(0x174),'viewBox':_0x34da7a(0x16d),'width':_0x34da7a(0x136),'height':_0x34da7a(0x136)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':'M5.88699\x202.34478L3.65371\x202.3448C2.88051\x202.34481\x202.25372\x202.97161\x202.25372\x203.7448L2.25371\x2012.4445C2.25371\x2013.2177\x202.88052\x2013.8445\x203.65372\x2013.8445L12.3535\x2013.8445C13.1267\x2013.8445\x2013.7535\x2013.2177\x2013.7535\x2012.4445V10.0256C13.7535\x209.69425\x2014.0221\x209.42562\x2014.3535\x209.42562C14.6849\x209.42562\x2014.9535\x209.69425\x2014.9535\x2010.0256V12.4445C14.9535\x2013.8804\x2013.7894\x2015.0444\x2012.3535\x2015.0445L3.65373\x2015.0445C2.21778\x2015.0445\x201.05371\x2013.8805\x201.05371\x2012.4445L1.05372\x203.7448C1.05372\x202.30888\x202.21776\x201.14482\x203.65369\x201.1448L5.88697\x201.14478C6.21834\x201.14477\x206.48698\x201.4134\x206.48698\x201.74477C6.48699\x202.07614\x206.21836\x202.34477\x205.88699\x202.34478Z'}},{'tag':_0x34da7a(0x1bb),'attrs':{'fill':_0x34da7a(0x2ba),'d':_0x34da7a(0x1ec)}}]},_0x5616f4=(0x0,_0x6788a0[_0x34da7a(0xe7)])(function(_0x30601b,_0x391389){const _0x5a5f7f=_0x34da7a;return(0x0,_0x6788a0[_0x5a5f7f(0x16f)])(_0x73d9f,Object[_0x5a5f7f(0x27f)]({},_0x30601b,{'id':'share-range-icon','ref':_0x391389,'icon':_0x4a4816}));});_0x5616f4[_0x34da7a(0x237)]='ShareRangeIcon';let _0x3fcd48={'tag':_0x34da7a(0x282),'attrs':{'xmlns':_0x34da7a(0x287),'fill':_0x34da7a(0x174),'viewBox':_0x34da7a(0x16d),'width':_0x34da7a(0x136),'height':_0x34da7a(0x136)},'children':[{'tag':_0x34da7a(0x1bb),'attrs':{'fill':'currentColor','d':_0x34da7a(0x25a),'fillRule':_0x34da7a(0x19d),'clipRule':_0x34da7a(0x19d)}}]},_0x4a6cf8=(0x0,_0x6788a0[_0x34da7a(0xe7)])(function(_0x326d37,_0x4a3118){const _0x51d178=_0x34da7a;return(0x0,_0x6788a0[_0x51d178(0x16f)])(_0x73d9f,Object['assign']({},_0x326d37,{'id':_0x51d178(0xe3),'ref':_0x4a3118,'icon':_0x3fcd48}));});_0x4a6cf8[_0x34da7a(0x237)]='SuccessIcon';let _0x56cb1f={'tag':_0x34da7a(0x282),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x34da7a(0x174),'viewBox':_0x34da7a(0x16d),'width':'1em','height':_0x34da7a(0x136)},'children':[{'tag':'path','attrs':{'fill':_0x34da7a(0x238),'d':_0x34da7a(0x16c)}},{'tag':'path','attrs':{'fill':_0x34da7a(0x1bd),'d':_0x34da7a(0x210)}},{'tag':_0x34da7a(0x1bb),'attrs':{'fill':_0x34da7a(0x1bd),'d':_0x34da7a(0xe8)}},{'tag':_0x34da7a(0x1bb),'attrs':{'fill':_0x34da7a(0x1bd),'d':_0x34da7a(0x124)}},{'tag':'path','attrs':{'stroke':_0x34da7a(0x1bd),'d':_0x34da7a(0x210),'strokeLinecap':'round','strokeWidth':0.03}},{'tag':_0x34da7a(0x1bb),'attrs':{'stroke':_0x34da7a(0x1bd),'d':'M4.57245\x209.62638C4.57245\x209.44229\x204.72169\x209.29305\x204.90578\x209.29305H10.2391C10.4232\x209.29305\x2010.5724\x209.44229\x2010.5724\x209.62638C10.5724\x209.81048\x2010.4232\x209.95972\x2010.2391\x209.95972H4.90578C4.72169\x209.95972\x204.57245\x209.81048\x204.57245\x209.62638Z','strokeLinecap':'round','strokeWidth':0.03}},{'tag':_0x34da7a(0x1bb),'attrs':{'stroke':_0x34da7a(0x1bd),'d':'M4.90578\x2011.6398C4.72169\x2011.6398\x204.57245\x2011.789\x204.57245\x2011.9731C4.57245\x2012.1572\x204.72169\x2012.3065\x204.90578\x2012.3065H7.57245C7.75654\x2012.3065\x207.90578\x2012.1572\x207.90578\x2011.9731C7.90578\x2011.789\x207.75654\x2011.6398\x207.57245\x2011.6398H4.90578Z','strokeLinecap':_0x34da7a(0x15d),'strokeWidth':0.03}},{'tag':'path','attrs':{'fill':'#305CFA','d':_0x34da7a(0x153)}}]},_0xcc1e44=(0x0,_0x6788a0[_0x34da7a(0xe7)])(function(_0x557250,_0x410772){const _0x4ecb5d=_0x34da7a;return(0x0,_0x6788a0['createElement'])(_0x73d9f,Object[_0x4ecb5d(0x27f)]({},_0x557250,{'id':_0x4ecb5d(0x28c),'ref':_0x410772,'icon':_0x56cb1f}));});_0xcc1e44[_0x34da7a(0x237)]=_0x34da7a(0xe2);let _0x3cd642={'tag':'svg','attrs':{'xmlns':_0x34da7a(0x287),'fill':_0x34da7a(0x174),'viewBox':_0x34da7a(0x16d),'width':'1em','height':_0x34da7a(0x136)},'children':[{'tag':_0x34da7a(0x1bb),'attrs':{'fill':_0x34da7a(0x191),'d':_0x34da7a(0x16c)}},{'tag':_0x34da7a(0x1bb),'attrs':{'fill':'#EC4F2D','d':_0x34da7a(0x153)}},{'tag':_0x34da7a(0x1bb),'attrs':{'fill':'white','d':_0x34da7a(0x2a4)}},{'tag':_0x34da7a(0x1bb),'attrs':{'fill':_0x34da7a(0x1bd),'d':_0x34da7a(0x23c)}}]},_0xec725f=(0x0,_0x6788a0[_0x34da7a(0xe7)])(function(_0x457681,_0x35aef4){const _0x2345b0=_0x34da7a;return(0x0,_0x6788a0[_0x2345b0(0x16f)])(_0x73d9f,Object[_0x2345b0(0x27f)]({},_0x457681,{'id':_0x2345b0(0x227),'ref':_0x35aef4,'icon':_0x3cd642}));});_0xec725f[_0x34da7a(0x237)]=_0x34da7a(0x242);let _0x5babd7={'tag':_0x34da7a(0x282),'attrs':{'xmlns':_0x34da7a(0x287),'fill':_0x34da7a(0x174),'viewBox':_0x34da7a(0x16d),'width':'1em','height':_0x34da7a(0x136)},'children':[{'tag':_0x34da7a(0x1bb),'attrs':{'fill':'#35BD4B','d':'M3.4535\x201.12549C2.7002\x201.12549\x202.08954\x201.73615\x202.08954\x202.48945V13.5104C2.08954\x2014.2637\x202.7002\x2014.8744\x203.4535\x2014.8744H12.5465C13.2998\x2014.8744\x2013.9105\x2014.2637\x2013.9105\x2013.5104V5.0992L10.0091\x201.12549H3.4535Z'}},{'tag':_0x34da7a(0x1bb),'attrs':{'fill':_0x34da7a(0x21b),'d':_0x34da7a(0x153)}},{'tag':_0x34da7a(0x1bb),'attrs':{'fill':_0x34da7a(0x1bd),'d':'M7.8088\x2010.2949L6.3764\x2012.403C6.26259\x2012.5705\x206.03455\x2012.614\x205.86705\x2012.5002C5.69955\x2012.3864\x205.65603\x2012.1584\x205.76984\x2011.9909L7.3655\x209.64252L5.94042\x207.54519C5.82661\x207.37769\x205.87013\x207.14964\x206.03763\x207.03583C6.20512\x206.92202\x206.43317\x206.96555\x206.54698\x207.13304L7.8088\x208.9901L9.07062\x207.13304C9.18443\x206.96555\x209.41248\x206.92202\x209.57997\x207.03583C9.74747\x207.14964\x209.79099\x207.37769\x209.67718\x207.54519L8.2521\x209.64252L9.84776\x2011.9909C9.96157\x2012.1584\x209.91805\x2012.3864\x209.75055\x2012.5002C9.58305\x2012.614\x209.35501\x2012.5705\x209.2412\x2012.403L7.8088\x2010.2949Z','fillRule':_0x34da7a(0x19d),'clipRule':'evenodd'}}]},_0x4c4093=(0x0,_0x6788a0['forwardRef'])(function(_0x331453,_0x3beb26){const _0x15cd2c=_0x34da7a;return(0x0,_0x6788a0[_0x15cd2c(0x16f)])(_0x73d9f,Object[_0x15cd2c(0x27f)]({},_0x331453,{'id':_0x15cd2c(0x1f7),'ref':_0x3beb26,'icon':_0x5babd7}));});_0x4c4093[_0x34da7a(0x237)]=_0x34da7a(0x149);function _0xed6aa2(_0x2a0fe3){'@babel/helpers - typeof';const _0x23c89f=_0x34da7a;return _0xed6aa2=typeof Symbol=='function'&&typeof Symbol[_0x23c89f(0x156)]==_0x23c89f(0x200)?function(_0x54608e){return typeof _0x54608e;}:function(_0x1b5624){const _0x1c69e1=_0x23c89f;return _0x1b5624&&typeof Symbol==_0x1c69e1(0x1aa)&&_0x1b5624[_0x1c69e1(0x1d6)]===Symbol&&_0x1b5624!==Symbol[_0x1c69e1(0x2b0)]?_0x1c69e1(0x200):typeof _0x1b5624;},_0xed6aa2(_0x2a0fe3);}function _0x28c3e8(_0xf4bc56,_0x1b1500){const _0x30bbf2=_0x34da7a;if(_0xed6aa2(_0xf4bc56)!=_0x30bbf2(0x2be)||!_0xf4bc56)return _0xf4bc56;var _0x5560da=_0xf4bc56[Symbol['toPrimitive']];if(_0x5560da!==void 0x0){var _0x482be1=_0x5560da[_0x30bbf2(0x269)](_0xf4bc56,_0x1b1500||_0x30bbf2(0x241));if(_0xed6aa2(_0x482be1)!=_0x30bbf2(0x2be))return _0x482be1;throw TypeError(_0x30bbf2(0xf4));}return(_0x1b1500==='string'?String:Number)(_0xf4bc56);}function _0x464beb(_0x10e28f){const _0x20e620=_0x34da7a;var _0x532e73=_0x28c3e8(_0x10e28f,_0x20e620(0x185));return _0xed6aa2(_0x532e73)==_0x20e620(0x200)?_0x532e73:_0x532e73+'';}function _0x544ce5(_0x43c432,_0x4a69dd,_0x4e3102){return(_0x4a69dd=_0x464beb(_0x4a69dd))in _0x43c432?Object['defineProperty'](_0x43c432,_0x4a69dd,{'value':_0x4e3102,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x43c432[_0x4a69dd]=_0x4e3102,_0x43c432;}let _0x2b1edb=function(_0x7b42bd){const _0x2e732d=_0x34da7a;return _0x7b42bd[_0x7b42bd[_0x2e732d(0x219)]=0x0]=_0x2e732d(0x219),_0x7b42bd[_0x7b42bd[_0x2e732d(0x1ae)]=0x1]=_0x2e732d(0x1ae),_0x7b42bd[_0x7b42bd['ERROR']=0x2]=_0x2e732d(0xea),_0x7b42bd;}({}),_0x1d1a99=(0x0,_0x117ffe[_0x34da7a(0x295)])('univer-pro.exchange-client.upload-notification.service');var _0x20dc4b=class extends _0x117ffe[_0x34da7a(0x178)]{constructor(){const _0x37e676=_0x34da7a;super(),_0x544ce5(this,_0x37e676(0x193),new _0x59e050['Subject']()),_0x544ce5(this,'_state$',new _0x59e050[(_0x37e676(0x220))]()),_0x544ce5(this,_0x37e676(0x1a7),new _0x59e050['Subject']()),_0x544ce5(this,'visible$',this[_0x37e676(0x193)][_0x37e676(0x152)]()),_0x544ce5(this,_0x37e676(0x102),this[_0x37e676(0x198)][_0x37e676(0x152)]()),_0x544ce5(this,_0x37e676(0x256),this['_list$']['asObservable']()),_0x544ce5(this,_0x37e676(0x2aa),[]);}['dispose'](){const _0x304b07=_0x34da7a;super[_0x304b07(0xf0)](),this[_0x304b07(0x193)]['complete'](),this[_0x304b07(0x198)][_0x304b07(0x229)](),this['_list$'][_0x304b07(0x229)]();}[_0x34da7a(0x264)](){const _0x34fb84=_0x34da7a;this[_0x34fb84(0x193)][_0x34fb84(0x211)](!0x0);}[_0x34da7a(0x2b2)](){const _0x27a84f=_0x34da7a;this[_0x27a84f(0x193)][_0x27a84f(0x211)](!0x1);}[_0x34da7a(0x236)](_0x411e71){const _0x51f20c=_0x34da7a;this[_0x51f20c(0x198)]['next'](_0x411e71);}[_0x34da7a(0x12d)](_0x22ed0a){const _0x4bc7e3=_0x34da7a;this['_list'][_0x4bc7e3(0xf8)](_0x22ed0a),this[_0x4bc7e3(0x1a7)]['next'](this[_0x4bc7e3(0x2aa)]);}};function _0x2212c7(_0x98df70){const _0x2f0d8c=_0x34da7a;let {list:_0x3a1e80}=_0x98df70;function _0x1f0624(_0x5ac7c9){const _0x16fbd5=_0x330f;switch(_0x5ac7c9){case 0x1:return(0x0,_0x2e1659[_0x16fbd5(0x23d)])(_0xcc1e44,{});case 0x2:return(0x0,_0x2e1659['jsx'])(_0x4c4093,{});case 0x3:return(0x0,_0x2e1659[_0x16fbd5(0x23d)])(_0xec725f,{});default:return null;}}return(0x0,_0x2e1659[_0x2f0d8c(0x23d)])(_0x2f0d8c(0x18e),{'className':(0x0,_0x279c6e[_0x2f0d8c(0x15c)])('univer-mt-5\x20univer-max-h-72\x20univer-overflow-y-auto\x20univer-overflow-x-hidden',_0x279c6e[_0x2f0d8c(0x114)]),'children':(0x0,_0x2e1659[_0x2f0d8c(0x23d)])('ul',{'className':_0x2f0d8c(0x20a),'children':_0x3a1e80[_0x2f0d8c(0xe5)]((_0x24e4bf,_0x4c3233)=>(0x0,_0x2e1659[_0x2f0d8c(0x23d)])('li',{'children':(0x0,_0x2e1659[_0x2f0d8c(0x19e)])('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':_0x24e4bf[_0x2f0d8c(0x262)],'target':_0x2f0d8c(0x276),'rel':_0x2f0d8c(0x145),'children':[(0x0,_0x2e1659['jsxs'])('span',{'className':'univer-flex\x20univer-w-[calc(100%-48px)]\x20univer-items-center','children':[(0x0,_0x2e1659[_0x2f0d8c(0x23d)])(_0x2f0d8c(0x215),{'className':_0x2f0d8c(0x23e),'children':_0x1f0624(_0x24e4bf['type'])}),(0x0,_0x2e1659[_0x2f0d8c(0x23d)])(_0x279c6e[_0x2f0d8c(0x1d0)],{'showIfEllipsis':!0x0,'title':_0x24e4bf[_0x2f0d8c(0x1b9)],'asChild':!0x0,'children':(0x0,_0x2e1659[_0x2f0d8c(0x23d)])('span',{'className':_0x2f0d8c(0xff),'children':_0x24e4bf[_0x2f0d8c(0x1b9)]})})]}),(0x0,_0x2e1659[_0x2f0d8c(0x23d)])(_0x2f0d8c(0x215),{'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,_0x2e1659['jsx'])(_0x5616f4,{})})]})},_0x4c3233))})});}var _0x637f26=Uint8Array,_0x51dfec=Uint16Array,_0x2992ec=Uint32Array,_0x2eacdf=new _0x637f26([0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x1,0x2,0x2,0x2,0x2,0x3,0x3,0x3,0x3,0x4,0x4,0x4,0x4,0x5,0x5,0x5,0x5,0x0,0x0,0x0,0x0]),_0x3fe0e8=new _0x637f26([0x0,0x0,0x0,0x0,0x1,0x1,0x2,0x2,0x3,0x3,0x4,0x4,0x5,0x5,0x6,0x6,0x7,0x7,0x8,0x8,0x9,0x9,0xa,0xa,0xb,0xb,0xc,0xc,0xd,0xd,0x0,0x0]),_0x5e9181=new _0x637f26([0x10,0x11,0x12,0x0,0x8,0x7,0x9,0x6,0xa,0x5,0xb,0x4,0xc,0x3,0xd,0x2,0xe,0x1,0xf]),_0x8590fc=function(_0x17062c,_0x198032){for(var _0x853ab=new _0x51dfec(0x1f),_0x566dd5=0x0;_0x566dd5<0x1f;++_0x566dd5)_0x853ab[_0x566dd5]=_0x198032+=0x1<<_0x17062c[_0x566dd5-0x1];for(var _0x461d8e=new _0x2992ec(_0x853ab[0x1e]),_0x566dd5=0x1;_0x566dd5<0x1e;++_0x566dd5)for(var _0x2f8ee4=_0x853ab[_0x566dd5];_0x2f8ee4<_0x853ab[_0x566dd5+0x1];++_0x2f8ee4)_0x461d8e[_0x2f8ee4]=_0x2f8ee4-_0x853ab[_0x566dd5]<<0x5|_0x566dd5;return[_0x853ab,_0x461d8e];},_0x311d0b=_0x8590fc(_0x2eacdf,0x2),_0x3e19ef=_0x311d0b[0x0],_0x21467c=_0x311d0b[0x1];_0x3e19ef[0x1c]=0x102,_0x21467c[0x102]=0x1c;var _0x5552a6=_0x8590fc(_0x3fe0e8,0x0);_0x5552a6[0x0];for(var _0x1b641a=_0x5552a6[0x1],_0x5f1382=new _0x51dfec(0x8000),_0x30cf58=0x0;_0x30cf58<0x8000;++_0x30cf58){var _0x511a6d=(_0x30cf58&0xaaaa)>>>0x1|(_0x30cf58&0x5555)<<0x1;_0x511a6d=(_0x511a6d&0xcccc)>>>0x2|(_0x511a6d&0x3333)<<0x2,_0x511a6d=(_0x511a6d&0xf0f0)>>>0x4|(_0x511a6d&0xf0f)<<0x4,_0x5f1382[_0x30cf58]=((_0x511a6d&0xff00)>>>0x8|(_0x511a6d&0xff)<<0x8)>>>0x1;}for(var _0x6a2359=function(_0x22c547,_0x153cd0,_0x487df0){const _0x2c4998=_0x34da7a;for(var _0x1745c9=_0x22c547[_0x2c4998(0x169)],_0x145091=0x0,_0x288a4c=new _0x51dfec(_0x153cd0);_0x145091<_0x1745c9;++_0x145091)++_0x288a4c[_0x22c547[_0x145091]-0x1];var _0x3da628=new _0x51dfec(_0x153cd0);for(_0x145091=0x0;_0x145091<_0x153cd0;++_0x145091)_0x3da628[_0x145091]=_0x3da628[_0x145091-0x1]+_0x288a4c[_0x145091-0x1]<<0x1;var _0x1f02da;if(_0x487df0){_0x1f02da=new _0x51dfec(0x1<<_0x153cd0);var _0x232860=0xf-_0x153cd0;for(_0x145091=0x0;_0x145091<_0x1745c9;++_0x145091)if(_0x22c547[_0x145091]){for(var _0x34b18a=_0x145091<<0x4|_0x22c547[_0x145091],_0x50f2cb=_0x153cd0-_0x22c547[_0x145091],_0x5e53a8=_0x3da628[_0x22c547[_0x145091]-0x1]++<<_0x50f2cb,_0x1baae9=_0x5e53a8|(0x1<<_0x50f2cb)-0x1;_0x5e53a8<=_0x1baae9;++_0x5e53a8)_0x1f02da[_0x5f1382[_0x5e53a8]>>>_0x232860]=_0x34b18a;}}else{for(_0x1f02da=new _0x51dfec(_0x1745c9),_0x145091=0x0;_0x145091<_0x1745c9;++_0x145091)_0x1f02da[_0x145091]=_0x5f1382[_0x3da628[_0x22c547[_0x145091]-0x1]++]>>>0xf-_0x22c547[_0x145091];}return _0x1f02da;},_0x3a2068=new _0x637f26(0x120),_0x30cf58=0x0;_0x30cf58<0x90;++_0x30cf58)_0x3a2068[_0x30cf58]=0x8;for(var _0x30cf58=0x90;_0x30cf58<0x100;++_0x30cf58)_0x3a2068[_0x30cf58]=0x9;for(var _0x30cf58=0x100;_0x30cf58<0x118;++_0x30cf58)_0x3a2068[_0x30cf58]=0x7;for(var _0x30cf58=0x118;_0x30cf58<0x120;++_0x30cf58)_0x3a2068[_0x30cf58]=0x8;for(var _0x368ec4=new _0x637f26(0x20),_0x30cf58=0x0;_0x30cf58<0x20;++_0x30cf58)_0x368ec4[_0x30cf58]=0x5;var _0x268136=_0x6a2359(_0x3a2068,0x9,0x0),_0x7a44fa=_0x6a2359(_0x368ec4,0x5,0x0),_0x141e9a=function(_0x2af43b){return(_0x2af43b/0x8>>0x0)+(_0x2af43b&0x7&&0x1);},_0x1097ac=function(_0x3758d4,_0x2ec4b6,_0x1e7cdf){const _0x38d26b=_0x34da7a;(_0x2ec4b6==null||_0x2ec4b6<0x0)&&(_0x2ec4b6=0x0),(_0x1e7cdf==null||_0x1e7cdf>_0x3758d4[_0x38d26b(0x169)])&&(_0x1e7cdf=_0x3758d4[_0x38d26b(0x169)]);var _0x5946b3=new(_0x3758d4 instanceof _0x51dfec?_0x51dfec:_0x3758d4 instanceof _0x2992ec?_0x2992ec:_0x637f26)(_0x1e7cdf-_0x2ec4b6);return _0x5946b3[_0x38d26b(0x130)](_0x3758d4['subarray'](_0x2ec4b6,_0x1e7cdf)),_0x5946b3;},_0x59d3b0=function(_0x3953c,_0x291fb6,_0x3c5378){_0x3c5378<<=_0x291fb6&0x7;var _0x44ebb2=_0x291fb6/0x8>>0x0;_0x3953c[_0x44ebb2]|=_0x3c5378,_0x3953c[_0x44ebb2+0x1]|=_0x3c5378>>>0x8;},_0x1cc637=function(_0x42f1e2,_0x2e9e75,_0x467146){_0x467146<<=_0x2e9e75&0x7;var _0x586a56=_0x2e9e75/0x8>>0x0;_0x42f1e2[_0x586a56]|=_0x467146,_0x42f1e2[_0x586a56+0x1]|=_0x467146>>>0x8,_0x42f1e2[_0x586a56+0x2]|=_0x467146>>>0x10;},_0x5bf32b=function(_0x4b6519,_0x18f772){const _0x4288be=_0x34da7a;for(var _0x3e5a4d=[],_0x428608=0x0;_0x428608<_0x4b6519['length'];++_0x428608)_0x4b6519[_0x428608]&&_0x3e5a4d[_0x4288be(0x1f6)]({'s':_0x428608,'f':_0x4b6519[_0x428608]});var _0x4eb3c3=_0x3e5a4d[_0x4288be(0x169)],_0x33f252=_0x3e5a4d['slice']();if(!_0x4eb3c3)return[new _0x637f26(0x0),0x0];if(_0x4eb3c3==0x1){var _0xd81db8=new _0x637f26(_0x3e5a4d[0x0]['s']+0x1);return _0xd81db8[_0x3e5a4d[0x0]['s']]=0x1,[_0xd81db8,0x1];}_0x3e5a4d['sort'](function(_0x1fa54e,_0x4b2439){return _0x1fa54e['f']-_0x4b2439['f'];}),_0x3e5a4d['push']({'s':-0x1,'f':0x61a9});var _0x22d872=_0x3e5a4d[0x0],_0x28f828=_0x3e5a4d[0x1],_0x2ea6fb=0x0,_0x3cfa9d=0x1,_0x9a85e1=0x2;for(_0x3e5a4d[0x0]={'s':-0x1,'f':_0x22d872['f']+_0x28f828['f'],'l':_0x22d872,'r':_0x28f828};_0x3cfa9d!=_0x4eb3c3-0x1;)_0x22d872=_0x3e5a4d[_0x3e5a4d[_0x2ea6fb]['f']<_0x3e5a4d[_0x9a85e1]['f']?_0x2ea6fb++:_0x9a85e1++],_0x28f828=_0x3e5a4d[_0x2ea6fb!=_0x3cfa9d&&_0x3e5a4d[_0x2ea6fb]['f']<_0x3e5a4d[_0x9a85e1]['f']?_0x2ea6fb++:_0x9a85e1++],_0x3e5a4d[_0x3cfa9d++]={'s':-0x1,'f':_0x22d872['f']+_0x28f828['f'],'l':_0x22d872,'r':_0x28f828};for(var _0x3f8f3c=_0x33f252[0x0]['s'],_0x428608=0x1;_0x428608<_0x4eb3c3;++_0x428608)_0x33f252[_0x428608]['s']>_0x3f8f3c&&(_0x3f8f3c=_0x33f252[_0x428608]['s']);var _0x27f138=new _0x51dfec(_0x3f8f3c+0x1),_0x240fbf=_0x531d35(_0x3e5a4d[_0x3cfa9d-0x1],_0x27f138,0x0);if(_0x240fbf>_0x18f772){var _0x428608=0x0,_0x289ed2=0x0,_0x4d783b=_0x240fbf-_0x18f772,_0x4ee7c0=0x1<<_0x4d783b;for(_0x33f252[_0x4288be(0x150)](function(_0x19f65c,_0x421e3a){return _0x27f138[_0x421e3a['s']]-_0x27f138[_0x19f65c['s']]||_0x19f65c['f']-_0x421e3a['f'];});_0x428608<_0x4eb3c3;++_0x428608){var _0x1d247a=_0x33f252[_0x428608]['s'];if(_0x27f138[_0x1d247a]>_0x18f772)_0x289ed2+=_0x4ee7c0-(0x1<<_0x240fbf-_0x27f138[_0x1d247a]),_0x27f138[_0x1d247a]=_0x18f772;else break;}for(_0x289ed2>>>=_0x4d783b;_0x289ed2>0x0;){var _0x4485e2=_0x33f252[_0x428608]['s'];_0x27f138[_0x4485e2]<_0x18f772?_0x289ed2-=0x1<<_0x18f772-_0x27f138[_0x4485e2]++-0x1:++_0x428608;}for(;_0x428608>=0x0&&_0x289ed2;--_0x428608){var _0x4ea496=_0x33f252[_0x428608]['s'];_0x27f138[_0x4ea496]==_0x18f772&&(--_0x27f138[_0x4ea496],++_0x289ed2);}_0x240fbf=_0x18f772;}return[new _0x637f26(_0x27f138),_0x240fbf];},_0x531d35=function(_0x4524ae,_0x2ae5c3,_0x5850f7){const _0x2bed80=_0x34da7a;return _0x4524ae['s']==-0x1?Math[_0x2bed80(0x167)](_0x531d35(_0x4524ae['l'],_0x2ae5c3,_0x5850f7+0x1),_0x531d35(_0x4524ae['r'],_0x2ae5c3,_0x5850f7+0x1)):_0x2ae5c3[_0x4524ae['s']]=_0x5850f7;},_0x295f35=function(_0x45847f){const _0x58a09f=_0x34da7a;for(var _0x37e881=_0x45847f[_0x58a09f(0x169)];_0x37e881&&!_0x45847f[--_0x37e881];);for(var _0x4d12f4=new _0x51dfec(++_0x37e881),_0x387278=0x0,_0x40f061=_0x45847f[0x0],_0x5c4728=0x1,_0x4a7e07=function(_0x4feee8){_0x4d12f4[_0x387278++]=_0x4feee8;},_0x3c78a=0x1;_0x3c78a<=_0x37e881;++_0x3c78a)if(_0x45847f[_0x3c78a]==_0x40f061&&_0x3c78a!=_0x37e881)++_0x5c4728;else{if(!_0x40f061&&_0x5c4728>0x2){for(;_0x5c4728>0x8a;_0x5c4728-=0x8a)_0x4a7e07(0x7ff2);_0x5c4728>0x2&&(_0x4a7e07(_0x5c4728>0xa?_0x5c4728-0xb<<0x5|0x7012:_0x5c4728-0x3<<0x5|0x3011),_0x5c4728=0x0);}else{if(_0x5c4728>0x3){for(_0x4a7e07(_0x40f061),--_0x5c4728;_0x5c4728>0x6;_0x5c4728-=0x6)_0x4a7e07(0x2070);_0x5c4728>0x2&&(_0x4a7e07(_0x5c4728-0x3<<0x5|0x2010),_0x5c4728=0x0);}}for(;_0x5c4728--;)_0x4a7e07(_0x40f061);_0x5c4728=0x1,_0x40f061=_0x45847f[_0x3c78a];}return[_0x4d12f4['subarray'](0x0,_0x387278),_0x37e881];},_0x3c716d=function(_0x4ab0a5,_0x9e80d6){const _0x3f2ef9=_0x34da7a;for(var _0x376374=0x0,_0x60f662=0x0;_0x60f662<_0x9e80d6[_0x3f2ef9(0x169)];++_0x60f662)_0x376374+=_0x4ab0a5[_0x60f662]*_0x9e80d6[_0x60f662];return _0x376374;},_0x4a6d87=function(_0x57312b,_0x89991a,_0x48f679){var _0x58c432=_0x48f679['length'],_0x57c913=_0x141e9a(_0x89991a+0x2);_0x57312b[_0x57c913]=_0x58c432&0xff,_0x57312b[_0x57c913+0x1]=_0x58c432>>>0x8,_0x57312b[_0x57c913+0x2]=_0x57312b[_0x57c913]^0xff,_0x57312b[_0x57c913+0x3]=_0x57312b[_0x57c913+0x1]^0xff;for(var _0xca1935=0x0;_0xca1935<_0x58c432;++_0xca1935)_0x57312b[_0x57c913+_0xca1935+0x4]=_0x48f679[_0xca1935];return(_0x57c913+0x4+_0x58c432)*0x8;},_0x48e2d6=function(_0x2d6ccc,_0x156eda,_0x15637b,_0x184722,_0x5bbcbc,_0x42e25d,_0x596f26,_0x15ae44,_0x50d075,_0x36b49c,_0x16720c){const _0xb816df=_0x34da7a;_0x59d3b0(_0x156eda,_0x16720c++,_0x15637b),++_0x5bbcbc[0x100];for(var _0x587ce6=_0x5bf32b(_0x5bbcbc,0xf),_0xd33e2=_0x587ce6[0x0],_0x4b56df=_0x587ce6[0x1],_0x118875=_0x5bf32b(_0x42e25d,0xf),_0x179638=_0x118875[0x0],_0x4c3248=_0x118875[0x1],_0x300bbc=_0x295f35(_0xd33e2),_0x285852=_0x300bbc[0x0],_0x18c99d=_0x300bbc[0x1],_0x3303d0=_0x295f35(_0x179638),_0x533c06=_0x3303d0[0x0],_0x3fb124=_0x3303d0[0x1],_0x53cf0f=new _0x51dfec(0x13),_0x123915=0x0;_0x123915<_0x285852[_0xb816df(0x169)];++_0x123915)_0x53cf0f[_0x285852[_0x123915]&0x1f]++;for(var _0x123915=0x0;_0x123915<_0x533c06['length'];++_0x123915)_0x53cf0f[_0x533c06[_0x123915]&0x1f]++;for(var _0x5c4513=_0x5bf32b(_0x53cf0f,0x7),_0x139575=_0x5c4513[0x0],_0x34188b=_0x5c4513[0x1],_0x1e5229=0x13;_0x1e5229>0x4&&!_0x139575[_0x5e9181[_0x1e5229-0x1]];--_0x1e5229);var _0x328c28=_0x36b49c+0x5<<0x3,_0x1da542=_0x3c716d(_0x5bbcbc,_0x3a2068)+_0x3c716d(_0x42e25d,_0x368ec4)+_0x596f26,_0x13b0a4=_0x3c716d(_0x5bbcbc,_0xd33e2)+_0x3c716d(_0x42e25d,_0x179638)+_0x596f26+0xe+0x3*_0x1e5229+_0x3c716d(_0x53cf0f,_0x139575)+(0x2*_0x53cf0f[0x10]+0x3*_0x53cf0f[0x11]+0x7*_0x53cf0f[0x12]);if(_0x328c28<=_0x1da542&&_0x328c28<=_0x13b0a4)return _0x4a6d87(_0x156eda,_0x16720c,_0x2d6ccc[_0xb816df(0x11d)](_0x50d075,_0x50d075+_0x36b49c));var _0x2e2854,_0x4cceb8,_0x2ccadd,_0x6a3e8e;if(_0x59d3b0(_0x156eda,_0x16720c,0x1+(_0x13b0a4<_0x1da542)),_0x16720c+=0x2,_0x13b0a4<_0x1da542){_0x2e2854=_0x6a2359(_0xd33e2,_0x4b56df,0x0),_0x4cceb8=_0xd33e2,_0x2ccadd=_0x6a2359(_0x179638,_0x4c3248,0x0),_0x6a3e8e=_0x179638;var _0x5892ac=_0x6a2359(_0x139575,_0x34188b,0x0);_0x59d3b0(_0x156eda,_0x16720c,_0x18c99d-0x101),_0x59d3b0(_0x156eda,_0x16720c+0x5,_0x3fb124-0x1),_0x59d3b0(_0x156eda,_0x16720c+0xa,_0x1e5229-0x4),_0x16720c+=0xe;for(var _0x123915=0x0;_0x123915<_0x1e5229;++_0x123915)_0x59d3b0(_0x156eda,_0x16720c+0x3*_0x123915,_0x139575[_0x5e9181[_0x123915]]);_0x16720c+=0x3*_0x1e5229;for(var _0x48aea4=[_0x285852,_0x533c06],_0x5640a4=0x0;_0x5640a4<0x2;++_0x5640a4)for(var _0x18f153=_0x48aea4[_0x5640a4],_0x123915=0x0;_0x123915<_0x18f153[_0xb816df(0x169)];++_0x123915){var _0x421e7b=_0x18f153[_0x123915]&0x1f;_0x59d3b0(_0x156eda,_0x16720c,_0x5892ac[_0x421e7b]),_0x16720c+=_0x139575[_0x421e7b],_0x421e7b>0xf&&(_0x59d3b0(_0x156eda,_0x16720c,_0x18f153[_0x123915]>>>0x5&0x7f),_0x16720c+=_0x18f153[_0x123915]>>>0xc);}}else _0x2e2854=_0x268136,_0x4cceb8=_0x3a2068,_0x2ccadd=_0x7a44fa,_0x6a3e8e=_0x368ec4;for(var _0x123915=0x0;_0x123915<_0x15ae44;++_0x123915)if(_0x184722[_0x123915]>0xff){var _0x421e7b=_0x184722[_0x123915]>>>0x12&0x1f;_0x1cc637(_0x156eda,_0x16720c,_0x2e2854[_0x421e7b+0x101]),_0x16720c+=_0x4cceb8[_0x421e7b+0x101],_0x421e7b>0x7&&(_0x59d3b0(_0x156eda,_0x16720c,_0x184722[_0x123915]>>>0x17&0x1f),_0x16720c+=_0x2eacdf[_0x421e7b]);var _0x122a08=_0x184722[_0x123915]&0x1f;_0x1cc637(_0x156eda,_0x16720c,_0x2ccadd[_0x122a08]),_0x16720c+=_0x6a3e8e[_0x122a08],_0x122a08>0x3&&(_0x1cc637(_0x156eda,_0x16720c,_0x184722[_0x123915]>>>0x5&0x1fff),_0x16720c+=_0x3fe0e8[_0x122a08]);}else _0x1cc637(_0x156eda,_0x16720c,_0x2e2854[_0x184722[_0x123915]]),_0x16720c+=_0x4cceb8[_0x184722[_0x123915]];return _0x1cc637(_0x156eda,_0x16720c,_0x2e2854[0x100]),_0x16720c+_0x4cceb8[0x100];},_0x169109=new _0x2992ec([0x10004,0x20008,0x20010,0x20020,0x40020,0x100080,0x100100,0x204400,0x205000]),_0x5d9732=new _0x637f26(0x0),_0x46bd25=function(_0xa0c87b,_0x157897,_0x207bc3,_0x3cd681,_0xc3785c,_0x17d221){const _0x451396=_0x34da7a;var _0x59aee4=_0xa0c87b[_0x451396(0x169)],_0x3df523=new _0x637f26(_0x3cd681+_0x59aee4+0x5*(0x1+Math[_0x451396(0x213)](_0x59aee4/0x1b58))+_0xc3785c),_0x887f9e=_0x3df523['subarray'](_0x3cd681,_0x3df523[_0x451396(0x169)]-_0xc3785c),_0x4470f3=0x0;if(!_0x157897||_0x59aee4<0x8)for(var _0x2cc3c4=0x0;_0x2cc3c4<=_0x59aee4;_0x2cc3c4+=0xffff){var _0x47c830=_0x2cc3c4+0xffff;_0x47c830<_0x59aee4?_0x4470f3=_0x4a6d87(_0x887f9e,_0x4470f3,_0xa0c87b[_0x451396(0x11d)](_0x2cc3c4,_0x47c830)):(_0x887f9e[_0x2cc3c4]=_0x17d221,_0x4470f3=_0x4a6d87(_0x887f9e,_0x4470f3,_0xa0c87b['subarray'](_0x2cc3c4,_0x59aee4)));}else{for(var _0x7b1bf=_0x169109[_0x157897-0x1],_0x166a27=_0x7b1bf>>>0xd,_0x2b439a=_0x7b1bf&0x1fff,_0x24fb5f=(0x1<<_0x207bc3)-0x1,_0x361709=new _0x51dfec(0x8000),_0x1e8726=new _0x51dfec(_0x24fb5f+0x1),_0x1850df=Math[_0x451396(0x202)](_0x207bc3/0x3),_0x321c41=0x2*_0x1850df,_0x5caf40=function(_0x413673){return(_0xa0c87b[_0x413673]^_0xa0c87b[_0x413673+0x1]<<_0x1850df^_0xa0c87b[_0x413673+0x2]<<_0x321c41)&_0x24fb5f;},_0x43ead6=new _0x2992ec(0x61a8),_0xbefc4e=new _0x51dfec(0x120),_0x4e8368=new _0x51dfec(0x20),_0x2414e8=0x0,_0x403691=0x0,_0x2cc3c4=0x0,_0x414941=0x0,_0x56ece9=0x0,_0x497fa7=0x0;_0x2cc3c4<_0x59aee4;++_0x2cc3c4){var _0x2bf0db=_0x5caf40(_0x2cc3c4),_0x31872d=_0x2cc3c4&0x7fff,_0x2224ad=_0x1e8726[_0x2bf0db];if(_0x361709[_0x31872d]=_0x2224ad,_0x1e8726[_0x2bf0db]=_0x31872d,_0x56ece9<=_0x2cc3c4){var _0x1942f1=_0x59aee4-_0x2cc3c4;if((_0x2414e8>0x1b58||_0x414941>0x6000)&&_0x1942f1>0x1a7){_0x4470f3=_0x48e2d6(_0xa0c87b,_0x887f9e,0x0,_0x43ead6,_0xbefc4e,_0x4e8368,_0x403691,_0x414941,_0x497fa7,_0x2cc3c4-_0x497fa7,_0x4470f3),_0x414941=_0x2414e8=_0x403691=0x0,_0x497fa7=_0x2cc3c4;for(var _0x35fac7=0x0;_0x35fac7<0x11e;++_0x35fac7)_0xbefc4e[_0x35fac7]=0x0;for(var _0x35fac7=0x0;_0x35fac7<0x1e;++_0x35fac7)_0x4e8368[_0x35fac7]=0x0;}var _0x5a10cf=0x2,_0x980a64=0x0,_0x68f348=_0x2b439a,_0x16c09a=_0x31872d-_0x2224ad&0x7fff;if(_0x1942f1>0x2&&_0x2bf0db==_0x5caf40(_0x2cc3c4-_0x16c09a))for(var _0x2b5e43=Math[_0x451396(0xd7)](_0x166a27,_0x1942f1)-0x1,_0x3b2baa=Math[_0x451396(0xd7)](0x7fff,_0x2cc3c4),_0x54960e=Math[_0x451396(0xd7)](0x102,_0x1942f1);_0x16c09a<=_0x3b2baa&&--_0x68f348&&_0x31872d!=_0x2224ad;){if(_0xa0c87b[_0x2cc3c4+_0x5a10cf]==_0xa0c87b[_0x2cc3c4+_0x5a10cf-_0x16c09a]){for(var _0x28cde9=0x0;_0x28cde9<_0x54960e&&_0xa0c87b[_0x2cc3c4+_0x28cde9]==_0xa0c87b[_0x2cc3c4+_0x28cde9-_0x16c09a];++_0x28cde9);if(_0x28cde9>_0x5a10cf){if(_0x5a10cf=_0x28cde9,_0x980a64=_0x16c09a,_0x28cde9>_0x2b5e43)break;for(var _0x7d6328=Math[_0x451396(0xd7)](_0x16c09a,_0x28cde9-0x2),_0x51f79c=0x0,_0x35fac7=0x0;_0x35fac7<_0x7d6328;++_0x35fac7){var _0x30f279=_0x2cc3c4-_0x16c09a+_0x35fac7+0x8000&0x7fff,_0x4d10e6=_0x30f279-_0x361709[_0x30f279]+0x8000&0x7fff;_0x4d10e6>_0x51f79c&&(_0x51f79c=_0x4d10e6,_0x2224ad=_0x30f279);}}}_0x31872d=_0x2224ad,_0x2224ad=_0x361709[_0x31872d],_0x16c09a+=_0x31872d-_0x2224ad+0x8000&0x7fff;}if(_0x980a64){_0x43ead6[_0x414941++]=0x10000000|_0x21467c[_0x5a10cf]<<0x12|_0x1b641a[_0x980a64];var _0x37bf9e=_0x21467c[_0x5a10cf]&0x1f,_0x41f9a5=_0x1b641a[_0x980a64]&0x1f;_0x403691+=_0x2eacdf[_0x37bf9e]+_0x3fe0e8[_0x41f9a5],++_0xbefc4e[0x101+_0x37bf9e],++_0x4e8368[_0x41f9a5],_0x56ece9=_0x2cc3c4+_0x5a10cf,++_0x2414e8;}else _0x43ead6[_0x414941++]=_0xa0c87b[_0x2cc3c4],++_0xbefc4e[_0xa0c87b[_0x2cc3c4]];}}_0x4470f3=_0x48e2d6(_0xa0c87b,_0x887f9e,_0x17d221,_0x43ead6,_0xbefc4e,_0x4e8368,_0x403691,_0x414941,_0x497fa7,_0x2cc3c4-_0x497fa7,_0x4470f3),_0x17d221||(_0x4470f3=_0x4a6d87(_0x887f9e,_0x4470f3,_0x5d9732));}return _0x1097ac(_0x3df523,0x0,_0x3cd681+_0x141e9a(_0x4470f3)+_0xc3785c);},_0x3c27c5=function(_0x1570ed,_0x26dec5,_0x41c0d1,_0x4f50ae,_0x294cef){const _0x41863a=_0x34da7a;return _0x46bd25(_0x1570ed,_0x26dec5['level']==null?0x6:_0x26dec5[_0x41863a(0x1e8)],_0x26dec5['mem']==null?Math[_0x41863a(0x202)](Math[_0x41863a(0x167)](0x8,Math[_0x41863a(0xd7)](0xd,Math[_0x41863a(0x258)](_0x1570ed[_0x41863a(0x169)])))*1.5):0xc+_0x26dec5['mem'],_0x41c0d1,_0x4f50ae,!_0x294cef);};function _0x53954a(_0x2ab45f,_0x5e72bb){return _0x5e72bb===void 0x0&&(_0x5e72bb={}),_0x3c27c5(_0x2ab45f,_0x5e72bb,0x0,0x0);}let _0x597af0='application/vnd.openxmlformats-officedocument.wordprocessingml.document',_0x3ac94c=_0x34da7a(0x253),_0x5adbc0=_0x34da7a(0x1db),_0x8542d7=_0x34da7a(0x13c),_0x3ec36d='application/vnd.openxmlformats-officedocument.presentationml.presentation',_0x336851={[_0x117ffe[_0x34da7a(0x218)][_0x34da7a(0x15b)]]:[''],[_0x117ffe[_0x34da7a(0x218)][_0x34da7a(0x203)]]:[_0x597af0],[_0x117ffe['UniverInstanceType'][_0x34da7a(0x289)]]:[_0x3ac94c,_0x5adbc0,_0x8542d7],[_0x117ffe['UniverInstanceType'][_0x34da7a(0x261)]]:[_0x3ec36d],[_0x117ffe['UniverInstanceType'][_0x34da7a(0x20b)]]:[''],[_0x117ffe[_0x34da7a(0x218)][_0x34da7a(0x1b2)]]:[''],[_0x117ffe[_0x34da7a(0x218)][_0x34da7a(0x294)]]:['']},_0x2a1780={[_0x597af0]:_0x34da7a(0x15a),[_0x3ac94c]:_0x34da7a(0x216),[_0x5adbc0]:'xlsm',[_0x8542d7]:_0x34da7a(0x1da),[_0x3ec36d]:_0x34da7a(0x26e)};function _0x42debc(_0x37fd1b,_0x2b4ce6,_0x183b2e){const _0x1f08ff=_0x34da7a;let _0x2fe82a=document[_0x1f08ff(0x16f)]('a');_0x2fe82a['href']=_0x37fd1b,_0x2fe82a[_0x1f08ff(0x1ea)][_0x1f08ff(0x11e)]='none',_0x2fe82a['download']=_0x2b4ce6+'.'+_0x183b2e,document[_0x1f08ff(0x10f)][_0x1f08ff(0x28f)](_0x2fe82a),_0x2fe82a['click'](),document['body'][_0x1f08ff(0xdd)](_0x2fe82a);}function _0x2f7151(_0x4542,_0x12422a,_0xccb218){let _0x170214=URL['createObjectURL'](_0x4542);_0x42debc(_0x170214,_0x12422a,_0xccb218),URL['revokeObjectURL'](_0x170214);}function _0x42050c(_0x11a150){const _0x161679=_0x34da7a;let _0x589635=_0x11a150[_0x161679(0x1b9)]['split']('.')[_0x161679(0x1e5)]();if(!_0x589635)return _0x117ffe['UniverInstanceType'][_0x161679(0x15b)];let _0x23dd83=_0x2cd690(),_0xcca5fb=_0x117ffe[_0x161679(0x218)][_0x161679(0x15b)];return _0x23dd83[_0x161679(0x1e0)](_0x55ce3f=>_0x40b5ab(_0x589635,_0x55ce3f)?(_0xcca5fb=_0x55ce3f,!0x0):!0x1),_0xcca5fb;}function _0x2cd690(){const _0x50129b=_0x34da7a;return Object[_0x50129b(0xda)](_0x117ffe[_0x50129b(0x218)])[_0x50129b(0x27d)](_0x1e7a0d=>typeof _0x1e7a0d==_0x50129b(0x1b1));}function _0x40b5ab(_0x5ef999,_0x30c2c5){const _0x339ab8=_0x34da7a;var _0x27d7d1;return((_0x27d7d1=_0x336851[_0x30c2c5])==null?[]:_0x27d7d1)[_0x339ab8(0xe5)](_0x22a23e=>(_0x2a1780[_0x22a23e]||'')['toLowerCase']())[_0x339ab8(0x204)](_0x5ef999['toLowerCase']());}function _0x1c1563(_0x4ea32f,_0xcdc16a=!0x1){const _0x5ac925=_0x34da7a;let _0x15493f=_0x4ea32f[_0x5ac925(0xe5)](_0x47b7ca=>{var _0x1d8275;return(_0x1d8275=_0x336851[_0x47b7ca])==null?[]:_0x1d8275;})[_0x5ac925(0x103)](',');return new Promise((_0x24875f,_0x51cbef)=>{const _0x23969c=_0x5ac925;let _0x95e667=document[_0x23969c(0x16f)](_0x23969c(0x22d));_0x95e667[_0x23969c(0x2a7)]=_0x23969c(0x1a1),_0x95e667[_0x23969c(0x1b7)]=_0x15493f,_0x95e667[_0x23969c(0x142)]=_0xcdc16a,_0x95e667[_0x23969c(0x2a0)](_0x23969c(0x288),_0x2ddf07=>{const _0x463a52=_0x23969c;let _0x55e0f1=_0x2ddf07[_0x463a52(0x16b)];if(!_0x55e0f1['files']||_0x55e0f1[_0x463a52(0x143)][_0x463a52(0x169)]===0x0)throw _0x51cbef(null),Error(_0x463a52(0x112));_0x24875f(_0x55e0f1['files']);}),_0x95e667[_0x23969c(0x24d)]();});}async function _0x18c66b(_0x7c627a,_0x1b96c6){const _0x344126=_0x34da7a;try{var _0x177b8a,_0x1412c8,_0x4cfc77;let _0x70d4e6=await _0x1b96c6['get'](_0x7c627a,{'responseType':'blob'}),_0x3f73cc=_0x70d4e6[_0x344126(0x10f)],_0x142911=(_0x177b8a=(_0x1412c8=_0x70d4e6[_0x344126(0xde)]['get']('Content-Type'))==null?void 0x0:_0x1412c8[_0x344126(0x103)](',\x20'))==null?_0x344126(0x1f4):_0x177b8a,_0x5efbbd=_0x344126(0x17d)+(_0x2a1780[_0x142911]||'xlsx'),_0x4af3c5=(_0x4cfc77=_0x70d4e6['headers']['get'](_0x344126(0x162)))==null?void 0x0:_0x4cfc77[_0x344126(0x103)](',\x20');if(_0x4af3c5){let _0xd9f961=_0x4af3c5[_0x344126(0x1d3)](/filename=(.+)/);_0xd9f961&&_0xd9f961[0x1]&&(_0x5efbbd=_0xd9f961[0x1]);}else _0x5efbbd=_0xdae956(_0x7c627a)||_0x5efbbd;return new File([_0x3f73cc],_0x5efbbd,{'type':_0x142911});}catch(_0x2ef6c2){console['error'](_0x344126(0x249),_0x2ef6c2);return;}}function _0xdae956(_0x16974c){const _0x2d1027=_0x34da7a;try{return new URL(_0x16974c)[_0x2d1027(0x1c6)][_0x2d1027(0x1b4)]('/')[_0x2d1027(0x1e5)]();}catch(_0x46ded3){console[_0x2d1027(0x1fd)](_0x2d1027(0x189),_0x46ded3);return;}}function _0x3b8ce2(_0x24f82b){const _0x2db1cf=_0x34da7a;let _0x5f3b2f=new Blob([_0x24f82b[_0x2db1cf(0x285)]],{'type':_0x2db1cf(0xf7)});return new File([_0x5f3b2f],_0x2db1cf(0x24a));}function _0x1c7181(_0x28aecd,_0x17a3f1){const _0x53bc42=_0x34da7a;return _0x28aecd[_0x53bc42(0x209)](_0x53bc42(0x1e6),_0x17a3f1);}function _0x3edcd8(_0x9f3ea4,_0x43c62d){const _0x58b40d=_0x34da7a;return _0x9f3ea4[_0x58b40d(0x209)](_0x58b40d(0xdc),_0x43c62d);}function _0x56defe(_0x181c10,_0x2585f1){const _0x188e65=_0x34da7a;return _0x181c10['replace'](_0x188e65(0x27e),_0x2585f1);}function _0x5539d2(_0x3efe42,_0x4b99a9){return function(_0x34be6c,_0x510bbb){_0x4b99a9(_0x34be6c,_0x510bbb,_0x3efe42);};}function _0x1815ca(_0x458567,_0x200e6c,_0x551732,_0x119dd0){const _0x398f8c=_0x34da7a;var _0x4213b3=arguments[_0x398f8c(0x169)],_0x1c88ec=_0x4213b3<0x3?_0x200e6c:_0x119dd0===null?_0x119dd0=Object['getOwnPropertyDescriptor'](_0x200e6c,_0x551732):_0x119dd0,_0x5a6741;if(typeof Reflect=='object'&&typeof Reflect[_0x398f8c(0x1df)]==_0x398f8c(0x1aa))_0x1c88ec=Reflect[_0x398f8c(0x1df)](_0x458567,_0x200e6c,_0x551732,_0x119dd0);else{for(var _0x33f451=_0x458567['length']-0x1;_0x33f451>=0x0;_0x33f451--)(_0x5a6741=_0x458567[_0x33f451])&&(_0x1c88ec=(_0x4213b3<0x3?_0x5a6741(_0x1c88ec):_0x4213b3>0x3?_0x5a6741(_0x200e6c,_0x551732,_0x1c88ec):_0x5a6741(_0x200e6c,_0x551732))||_0x1c88ec);}return _0x4213b3>0x3&&_0x1c88ec&&Object['defineProperty'](_0x200e6c,_0x551732,_0x1c88ec),_0x1c88ec;}let _0x46b3eb=(0x0,_0x117ffe['createIdentifier'])(_0x34da7a(0x1d4)),_0xbd838=class{constructor(_0x5f18b7,_0x8af825){const _0x15bfb9=_0x34da7a;this[_0x15bfb9(0x100)]=_0x5f18b7,this['_httpService']=_0x8af825,_0x544ce5(this,'_taskInterrupted',new Set());}['dispose'](){}['setTaskInterrupted'](_0x211d2d){const _0x4669ec=_0x34da7a;this[_0x4669ec(0x17f)][_0x4669ec(0x27b)](_0x211d2d);}[_0x34da7a(0x14a)](){const _0x10a3a7=_0x34da7a;this[_0x10a3a7(0x17f)][_0x10a3a7(0x2a5)]();}async[_0x34da7a(0x104)](_0xcb2f6e,_0x1dcf1f=0x0,_0x55f86f=!0x1){const _0xc768a3=_0x34da7a;if(typeof _0xcb2f6e==_0xc768a3(0x185)){let _0x4e9e4d=await _0x18c66b(_0xcb2f6e,this[_0xc768a3(0x1de)]);if(!_0x4e9e4d)throw Error(_0xc768a3(0x129));_0xcb2f6e=_0x4e9e4d;}_0x1dcf1f=_0x1dcf1f||_0xcb2f6e['size'];let _0x32495c=new FormData();_0x32495c[_0xc768a3(0x244)](_0xc768a3(0x1a1),_0xcb2f6e);try{let _0x68fb30=this['_getUploadFileURL']()+_0xc768a3(0x2a3)+_0x1dcf1f+_0xc768a3(0x11b)+_0x879e48[_0xc768a3(0x28d)][_0xc768a3(0x278)]+'&flate='+_0x55f86f,_0x12bf10={'body':_0x32495c},_0x176b8d=(await this[_0xc768a3(0x1de)][_0xc768a3(0x197)](_0x68fb30,_0x12bf10))[_0xc768a3(0x10f)];if(_0x176b8d['error']&&_0x176b8d[_0xc768a3(0x1fd)][_0xc768a3(0x10b)]!==_0x879e48['ErrorCode']['OK'])throw Error(this[_0xc768a3(0x268)](_0xc768a3(0x171),_0x176b8d[_0xc768a3(0x1fd)]));return _0x176b8d;}catch(_0x41cb56){throw _0x41cb56 instanceof Error?_0x41cb56:Error(this['_buildHttpErrorMessage'](_0xc768a3(0x171),_0x41cb56));}}async[_0x34da7a(0x248)](_0x122903){const _0x808733=_0x34da7a;let {fileID:_0x2ffbf3,type:_0x42ced6,outputType:_0x20be06,minSheetColumnCount:_0x4dba43,minSheetRowCount:_0x57ad1c}=_0x122903;try{let _0x596407=_0x1c7181(this[_0x808733(0x17c)](),''+_0x42ced6),_0x4a79d6={'body':{'fileID':_0x2ffbf3,'outputType':_0x20be06,'minSheetColumnCount':_0x4dba43,'minSheetRowCount':_0x57ad1c}},_0x93edac=(await this[_0x808733(0x1de)][_0x808733(0x197)](_0x596407,_0x4a79d6))[_0x808733(0x10f)];return _0x93edac[_0x808733(0x1fd)]&&_0x93edac[_0x808733(0x1fd)][_0x808733(0x10b)]!==_0x879e48[_0x808733(0x2b6)]['OK']?void 0x0:_0x93edac;}catch{return;}}async[_0x34da7a(0x263)](_0x4bbca1){const _0x5f4386=_0x34da7a;let {unitID:_0x5b1665,jsonID:_0x37e40a,type:_0x531821,sscSwitch:_0x3a9b99,useImageUrl:_0x3340e3,ignoreTableExport:_0xa7bc3e}=_0x4bbca1;try{let _0xaaa80d=_0x1c7181(this[_0x5f4386(0x240)](),''+_0x531821),_0x2c12b5={'body':{'unitID':_0x5b1665,'jsonID':_0x37e40a,'type':_0x531821,'sscSwitch':_0x3a9b99,'useImageUrl':_0x3340e3,'ignoreTableExport':_0xa7bc3e}},_0x3d6f38=(await this[_0x5f4386(0x1de)][_0x5f4386(0x197)](_0xaaa80d,_0x2c12b5))['body'];return _0x3d6f38[_0x5f4386(0x1fd)]&&_0x3d6f38[_0x5f4386(0x1fd)][_0x5f4386(0x10b)]!==_0x879e48[_0x5f4386(0x2b6)]['OK']?void 0x0:_0x3d6f38;}catch{return;}}async[_0x34da7a(0x17a)](_0x14e060){return new Promise((_0xca8307,_0x2d2a6f)=>{const _0x245665=_0x330f;try{let _0x5477e2=0x0,_0x428e73=_0x3edcd8(this[_0x245665(0x1d8)](),''+_0x14e060),_0x1943c2=this[_0x245665(0x281)](),_0x499552=async()=>{const _0x26d144=_0x245665;if(this['_taskInterrupted'][_0x26d144(0x2b1)](_0x14e060))return;let _0x3d25e5=(await this[_0x26d144(0x1de)][_0x26d144(0x1ac)](_0x428e73))[_0x26d144(0x10f)];if(_0x3d25e5[_0x26d144(0x1fd)]&&_0x3d25e5['error'][_0x26d144(0x10b)]===_0x879e48[_0x26d144(0x2b6)]['OK']){if(_0x3d25e5[_0x26d144(0x188)]===_0x26d144(0x205))_0xca8307(_0x3d25e5);else{if(_0x3d25e5[_0x26d144(0x188)]==='pending'){let _0x7a2b80=0x3e8;if(_0x5477e2>=_0x1943c2){_0x2d2a6f(_0x3d25e5);return;}else _0x5477e2>=0x7530&&(_0x7a2b80=0x1388);_0x5477e2+=_0x7a2b80,setTimeout(_0x499552,_0x7a2b80);}else _0x2d2a6f(_0x3d25e5);}}else _0x2d2a6f(_0x3d25e5);};_0x499552();}catch(_0x2f2353){_0x2d2a6f(_0x2f2353 instanceof Error?_0x2f2353:Error(String(_0x2f2353)));}});}async[_0x34da7a(0xeb)](_0x108f4f){const _0x5b1f57=_0x34da7a;try{let _0x141f25=_0x56defe(this[_0x5b1f57(0x127)](),''+_0x108f4f);return(await this[_0x5b1f57(0x1de)]['get'](_0x141f25))['body'];}catch{return;}}async[_0x34da7a(0x155)](_0x57c5b4){const _0x451a23=_0x34da7a;try{return(await this[_0x451a23(0x1de)][_0x451a23(0x1ac)](_0x57c5b4,{'responseType':_0x451a23(0x2b3)}))[_0x451a23(0x10f)];}catch{return;}}['_buildProtocolErrorMessage'](_0x409472,_0x2a6510){const _0x18beb6=_0x34da7a;let _0x68c889=this[_0x18beb6(0x222)](_0x2a6510);return _0x68c889?_0x409472+':\x20'+_0x68c889:_0x409472;}[_0x34da7a(0x2ae)](_0x1c126b,_0xef296f){const _0x220955=_0x34da7a;if(_0xef296f instanceof _0x34c6e2[_0x220955(0x1d5)]){let _0xf00c08=typeof _0xef296f[_0x220955(0x188)]==_0x220955(0x1b1)?''+_0xef296f['status']+(_0xef296f[_0x220955(0x24f)]?'\x20'+_0xef296f['statusText']:''):void 0x0,_0x233f54=this[_0x220955(0x222)](_0xef296f['error']);return _0xf00c08&&_0x233f54?_0x1c126b+_0x220955(0x21a)+_0xf00c08+_0x220955(0x1a9)+_0x233f54:_0xf00c08?_0x1c126b+_0x220955(0x21a)+_0xf00c08:_0x233f54?_0x1c126b+':\x20'+_0x233f54:_0x1c126b;}let _0x2631d9=this['_extractErrorDetail'](_0xef296f);return _0x2631d9?_0x1c126b+':\x20'+_0x2631d9:_0x1c126b;}[_0x34da7a(0x222)](_0x90629e){const _0x3ce944=_0x34da7a;if(typeof _0x90629e==_0x3ce944(0x185)){let _0x5c612b=_0x90629e['trim']();return _0x5c612b[_0x3ce944(0x169)]>0x0?_0x5c612b:void 0x0;}if(_0x90629e instanceof Error)return this[_0x3ce944(0x222)](_0x90629e[_0x3ce944(0x26b)]);if(!_0x90629e||typeof _0x90629e!=_0x3ce944(0x2be)||Array[_0x3ce944(0x16e)](_0x90629e))return;let _0x3dc728=_0x90629e,_0x5ea207=this[_0x3ce944(0x222)](_0x3dc728[_0x3ce944(0x26b)]);if(_0x5ea207)return _0x5ea207;if(_0x3dc728[_0x3ce944(0x1fd)]&&typeof _0x3dc728['error']==_0x3ce944(0x2be)&&!Array[_0x3ce944(0x16e)](_0x3dc728[_0x3ce944(0x1fd)])){let _0x202ff2=this[_0x3ce944(0x222)](_0x3dc728['error']);if(_0x202ff2)return _0x202ff2;}}[_0x34da7a(0x12f)](){const _0x37af78=_0x34da7a;var _0x3dc771;let _0x175629=this[_0x37af78(0x100)][_0x37af78(0x24b)](_0x19c245);return(_0x3dc771=_0x175629==null?void 0x0:_0x175629[_0x37af78(0x29e)])==null?_0x37af78(0x101):_0x3dc771;}[_0x34da7a(0x17c)](){const _0x1caee9=_0x34da7a;var _0x1d8a35;let _0x931d19=this[_0x1caee9(0x100)][_0x1caee9(0x24b)](_0x19c245);return(_0x1d8a35=_0x931d19==null?void 0x0:_0x931d19[_0x1caee9(0xd6)])==null?_0x1caee9(0x2c1):_0x1d8a35;}[_0x34da7a(0x240)](){const _0x162fd2=_0x34da7a;var _0x505b17;let _0x194b13=this['_configService'][_0x162fd2(0x24b)](_0x19c245);return(_0x505b17=_0x194b13==null?void 0x0:_0x194b13[_0x162fd2(0x154)])==null?_0x162fd2(0x12e):_0x505b17;}['_getTaskURL'](){const _0x4978b5=_0x34da7a;var _0x5cb954;let _0x1100bb=this[_0x4978b5(0x100)][_0x4978b5(0x24b)](_0x19c245);return(_0x5cb954=_0x1100bb==null?void 0x0:_0x1100bb['getTaskServerUrl'])==null?_0x4978b5(0x122):_0x5cb954;}[_0x34da7a(0x127)](){const _0x1db119=_0x34da7a;var _0x320352;let _0x4c0106=this['_configService'][_0x1db119(0x24b)](_0x19c245);return(_0x320352=_0x4c0106==null?void 0x0:_0x4c0106[_0x1db119(0x163)])==null?_0x1db119(0x1c9):_0x320352;}[_0x34da7a(0x281)](){const _0x4c0204=_0x34da7a;var _0x330b9e;let _0xa8bf66=this['_configService'][_0x4c0204(0x24b)](_0x19c245);return(_0x330b9e=_0xa8bf66==null?void 0x0:_0xa8bf66[_0x4c0204(0x186)])==null?0x1d4c0:_0x330b9e;}};_0xbd838=_0x1815ca([_0x5539d2(0x0,_0x117ffe[_0x34da7a(0x221)]),_0x5539d2(0x1,(0x0,_0x117ffe[_0x34da7a(0x29c)])(_0x34c6e2['HTTPService']))],_0xbd838);function _0x456ef3(_0xd25039){const _0x51f4bb=_0x34da7a;let _0x20d2db=_0xd25039[_0x51f4bb(0x212)];if(!_0x20d2db)return null;let _0x1041de={};_0x20d2db[_0x51f4bb(0x1e1)]&&Object[_0x51f4bb(0x255)](_0x20d2db[_0x51f4bb(0x1e1)])[_0x51f4bb(0x184)](_0x3492f2=>{const _0x378064=_0x51f4bb;let _0x3f235f=_0x20d2db[_0x378064(0x1e1)][_0x3492f2];_0x1041de[_0x3492f2]={..._0x3f235f,'originalMeta':(0x0,_0x3df51f[_0x378064(0x1c2)])(_0x3df51f[_0x378064(0x277)][_0x378064(0x217)](_0x3f235f['originalMeta']))};});let _0x3208bf=(0x0,_0x3df51f[_0x51f4bb(0x1c2)])(_0x3df51f['textDecoder'][_0x51f4bb(0x217)](_0x20d2db[_0x51f4bb(0x119)]));return{..._0xd25039,'workbook':{..._0x20d2db,'originalMeta':_0x3208bf,'sheets':_0x1041de},'doc':{},'slide':void 0x0};}function _0x13791b(_0xccefbf){const _0x3de348=_0x34da7a;let _0x4fc15c=_0xccefbf[_0x3de348(0x15f)];if(!_0x4fc15c)return null;let _0x37bf90=(0x0,_0x3df51f[_0x3de348(0x1c2)])(_0x3df51f['textDecoder'][_0x3de348(0x217)](_0x4fc15c[_0x3de348(0x119)]));return{..._0xccefbf,'workbook':{},'doc':{..._0x4fc15c,'originalMeta':_0x37bf90},'slide':void 0x0};}function _0x2d6ddd(_0x41a78d){const _0x5739c7=_0x34da7a;var _0x387121;let _0x1aad95=(_0x387121=_0x41a78d['slide'])==null?_0x41a78d[_0x5739c7(0x15f)]:_0x387121;if(!_0x1aad95)return null;let _0xf4ec3b=typeof _0x1aad95['originalMeta']==_0x5739c7(0x185)?_0x1aad95[_0x5739c7(0x119)]:(0x0,_0x3df51f[_0x5739c7(0x1c2)])(_0x3df51f[_0x5739c7(0x277)][_0x5739c7(0x217)](_0x1aad95['originalMeta']));return{..._0x41a78d,'workbook':{},'doc':{},'slide':{..._0x1aad95,'originalMeta':_0xf4ec3b}};}function _0xf689f8(_0x52ccd2){const _0x2c7087=_0x34da7a;let _0x5f2cb0={};return _0x52ccd2[_0x2c7087(0x184)](_0x44cffa=>{const _0x283e23=_0x2c7087;_0x5f2cb0[_0x44cffa['id']]={..._0x44cffa,'data':(0x0,_0x3df51f['b64EncodeUnicode'])(_0x3df51f[_0x283e23(0x277)]['decode'](_0x44cffa[_0x283e23(0x120)]))};}),_0x5f2cb0;}async function _0x1cf263(_0xc53281){const _0x32feff=_0x34da7a;var _0x2ff435;let _0xa96925={'metadata':void 0x0},_0x31093f=_0xc53281['id'],_0x2840b7=(_0x2ff435=_0xc53281[_0x32feff(0x24c)])==null?0x0:_0x2ff435,_0x5c3d97=new _0x53a9a1(),{snapshot:_0x2784a7}=await(0x0,_0x3df51f[_0x32feff(0xfc)])(_0xa96925,_0xc53281,_0x31093f,_0x2840b7,_0x5c3d97),_0x338d47=await(0x0,_0x3df51f['getSheetBlocksFromSnapshot'])(_0x2784a7,_0x5c3d97),_0x1e1cff=_0x456ef3(_0x2784a7);if(!_0x1e1cff)throw Error(_0x32feff(0x273));return{'snapshot':_0x1e1cff,'sheetBlocks':_0xf689f8(_0x338d47)};}async function _0xf273b1(_0x4f40ac){const _0x57f966=_0x34da7a;var _0x2dbc6c;let _0x4ee035={'metadata':void 0x0},_0x3addeb=_0x4f40ac['id'],{snapshot:_0x2892d8}=await(0x0,_0x3df51f['transformDocumentDataToSnapshot'])(_0x4ee035,_0x4f40ac,_0x3addeb,(_0x2dbc6c=_0x4f40ac[_0x57f966(0x24c)])==null?0x0:_0x2dbc6c,new _0x53a9a1()),_0x5776f4=_0x13791b(_0x2892d8);if(!_0x5776f4)throw Error(_0x57f966(0x273));return{'snapshot':_0x5776f4,'sheetBlocks':{}};}async function _0x33e6e4(_0x1641e9){const _0x95d4b7=_0x34da7a;var _0x1c856c;let _0x2eb38c=_0x1641e9['id'],_0x5df6fd=(_0x1c856c=_0x1641e9[_0x95d4b7(0x24c)])==null?0x0:_0x1c856c,_0x38975f=new _0x53a9a1(),{snapshot:_0x42101b}=await(0x0,_0x3df51f[_0x95d4b7(0x27c)])(_0x1641e9[_0x95d4b7(0x1ee)],_0x1641e9,_0x2eb38c,_0x5df6fd,_0x38975f),_0x9f9e90=_0x2d6ddd(_0x42101b);if(!_0x9f9e90)throw Error(_0x95d4b7(0x273));return{'snapshot':_0x9f9e90,'sheetBlocks':{}};}async function _0x22720d(_0x2ca873){const _0x54eacd=_0x34da7a;let _0x451090=_0x2ca873[_0x54eacd(0x10c)],_0x31e660=_0x2ca873[_0x54eacd(0x194)]||{};return await(0x0,_0x3df51f['transformSnapshotToWorkbookData'])(_0x451090,Object[_0x54eacd(0x255)](_0x31e660)[_0x54eacd(0xe5)](_0x4a9214=>_0x31e660[_0x4a9214])['map'](_0x1de6ce=>({..._0x1de6ce,'data':_0x1de6ce[_0x54eacd(0x120)]?JSON[_0x54eacd(0x12a)]((0x0,_0x3df51f[_0x54eacd(0x20d)])(_0x1de6ce[_0x54eacd(0x120)])):void 0x0})));}function _0x4fd0ab(_0x3f2ca9){const _0x3891cc=_0x34da7a;let _0x2ea4c7=_0x3f2ca9['snapshot'];return(0x0,_0x3df51f[_0x3891cc(0x172)])(_0x2ea4c7);}function _0x5dd625(_0x40cddd){const _0x552f64=_0x34da7a;let _0x2ff48e=_0x40cddd['snapshot'];return(0x0,_0x3df51f[_0x552f64(0x2c2)])(_0x2ff48e);}var _0x53a9a1=class{constructor(){const _0x56a78c=_0x34da7a;_0x544ce5(this,_0x56a78c(0x1ba),new Map());}[_0x34da7a(0x1e3)](){const _0x2a8c09=_0x34da7a;return Promise['resolve']({'snapshot':{'unitID':'','type':_0x117ffe['UniverInstanceType'][_0x2a8c09(0x289)],'rev':0x0,'workbook':void 0x0,'doc':void 0x0,'slide':void 0x0},'changesets':[],'error':{'code':_0x879e48[_0x2a8c09(0x2b6)]['OK'],'message':''}});}['getSheetBlock'](_0x4ed8d2,_0x2a63ef){const _0x7723d2=_0x34da7a;let _0x28ea83=this['_sheetBlockCache'][_0x7723d2(0x1ac)](_0x2a63ef['blockID']);return Promise[_0x7723d2(0x284)]({'block':_0x28ea83,'error':{'code':_0x879e48[_0x7723d2(0x2b6)]['OK'],'message':''}});}[_0x34da7a(0x196)](_0x392672,_0x1e4435){const _0x32956e=_0x34da7a;let _0x2e60c5=this['_sheetBlockCache'][_0x32956e(0x1ac)](_0x1e4435['blockID']);return Promise[_0x32956e(0x284)]({'block':_0x2e60c5===void 0x0?void 0x0:{..._0x2e60c5,'data':JSON[_0x32956e(0x12a)](_0x3df51f[_0x32956e(0x277)][_0x32956e(0x217)](_0x2e60c5[_0x32956e(0x120)]))},'error':{'code':_0x879e48['ErrorCode']['OK'],'message':''}});}['fetchMissingChangesets'](){const _0x1caddd=_0x34da7a;return Promise['resolve']({'changesets':[],'error':{'code':_0x879e48[_0x1caddd(0x2b6)]['OK'],'message':''}});}[_0x34da7a(0x128)](){const _0x1290ab=_0x34da7a;return Promise[_0x1290ab(0x284)]({'resources':{},'error':{'code':_0x879e48[_0x1290ab(0x2b6)]['OK'],'message':''}});}[_0x34da7a(0x109)](){const _0x5b41fd=_0x34da7a;return Promise[_0x5b41fd(0x284)]({'error':{'code':_0x879e48['ErrorCode']['OK'],'message':''}});}['updateSnapshot'](){const _0x142d3d=_0x34da7a;return Promise[_0x142d3d(0x284)]({'error':{'code':_0x879e48[_0x142d3d(0x2b6)]['OK'],'message':''}});}[_0x34da7a(0x1ce)](_0x3d352b,_0xfacf8c){const _0x2e178e=_0x34da7a;let {block:_0x4ac4ed}=_0xfacf8c;return _0x4ac4ed?(this[_0x2e178e(0x1ba)][_0x2e178e(0x130)](_0x4ac4ed['id'],_0x4ac4ed),Promise['resolve']({'error':{'code':_0x879e48[_0x2e178e(0x2b6)]['OK'],'message':''},'blockID':_0x4ac4ed['id']})):Promise[_0x2e178e(0x284)]({'error':{'code':_0x879e48[_0x2e178e(0x2b6)]['UNDEFINED'],'message':_0x2e178e(0x298)},'blockID':''});}[_0x34da7a(0x138)](){const _0x58696a=_0x34da7a;return Promise['resolve']({'error':{'code':_0x879e48[_0x58696a(0x2b6)]['OK'],'message':''},'concurrent':[]});}[_0x34da7a(0x21f)](){const _0x38f92f=_0x34da7a;return Promise[_0x38f92f(0x284)]({'error':void 0x0,'fileMetaId':''});}[_0x34da7a(0x286)](){const _0x26497e=_0x34da7a;return Promise[_0x26497e(0x284)]({'error':void 0x0,'latestReqID':0x0});}};let _0x30ad7a=(0x0,_0x117ffe[_0x34da7a(0x295)])('univer-pro.exchange-client.exchange.service'),_0x25c8f7=class extends _0x117ffe[_0x34da7a(0x178)]{constructor(_0x2f92a0,_0xe1f123,_0x409d67){const _0x2598bf=_0x34da7a;super(),this['_configService']=_0x2f92a0,this[_0x2598bf(0x1de)]=_0xe1f123,this[_0x2598bf(0x252)]=_0x409d67,_0x544ce5(this,'_importTaskId',null),_0x544ce5(this,_0x2598bf(0x19c),new _0x59e050[(_0x2598bf(0x220))]()),_0x544ce5(this,_0x2598bf(0x283),this[_0x2598bf(0x19c)][_0x2598bf(0x152)]());}[_0x34da7a(0xf0)](){const _0xd43343=_0x34da7a;super[_0xd43343(0xf0)](),this[_0xd43343(0x19c)][_0xd43343(0x229)]();}async[_0x34da7a(0x280)](_0x545da4){const _0x19cd4a=_0x34da7a;let _0x7884f9=await this[_0x19cd4a(0x257)](_0x545da4,_0x117ffe['UniverInstanceType'][_0x19cd4a(0x203)]);if(!_0x7884f9||!_0x7884f9[_0x19cd4a(0x10c)])return;let _0x2a660a=_0x4fd0ab(_0x7884f9);if(_0x2a660a)return _0x2a660a;}async[_0x34da7a(0x21c)](_0x4f4594){const _0x11aeea=_0x34da7a;return this['_export'](_0x4f4594,0x1,_0x117ffe[_0x11aeea(0x218)][_0x11aeea(0x203)]);}async[_0x34da7a(0x19f)](_0x48d9ee){const _0x587fe0=_0x34da7a;let _0x3a3947=await _0xf273b1(_0x48d9ee);return this[_0x587fe0(0x161)](_0x3a3947,_0x117ffe['UniverInstanceType'][_0x587fe0(0x203)]);}async[_0x34da7a(0xfb)](_0x2e0611){const _0x30fafd=_0x34da7a;let _0x468ff2=await this[_0x30fafd(0x257)](_0x2e0611,_0x117ffe['UniverInstanceType'][_0x30fafd(0x261)]);if(!(!_0x468ff2||!_0x468ff2['snapshot']))return _0x5dd625(_0x468ff2);}async[_0x34da7a(0x24e)](_0x2eab8b){const _0x178e47=_0x34da7a;return this['_export'](_0x2eab8b,0x1,_0x117ffe[_0x178e47(0x218)][_0x178e47(0x261)]);}async[_0x34da7a(0x28e)](_0x35116b){const _0x340797=_0x34da7a;let _0x388a0a=await _0x33e6e4(_0x35116b);return this[_0x340797(0x161)](_0x388a0a,_0x117ffe[_0x340797(0x218)][_0x340797(0x261)]);}async['importXLSXToSnapshot'](_0x28b055){const _0x152eac=_0x34da7a;let _0x1d8caf=await this[_0x152eac(0x257)](_0x28b055,_0x117ffe[_0x152eac(0x218)]['UNIVER_SHEET']);if(!_0x1d8caf)return;let _0x5102ce=await _0x22720d(_0x1d8caf);if(_0x5102ce)return _0x5102ce;}async[_0x34da7a(0x25e)](_0x1aeda1){const _0x1ee189=_0x34da7a;return this[_0x1ee189(0x224)](_0x1aeda1,0x1,_0x117ffe[_0x1ee189(0x218)][_0x1ee189(0x289)]);}async[_0x34da7a(0x214)](_0x21a40a){const _0x186b88=_0x34da7a;let _0x2942f3=await _0x1cf263(_0x21a40a);return this[_0x186b88(0x161)](_0x2942f3,_0x117ffe[_0x186b88(0x218)][_0x186b88(0x289)]);}async['importFileToUnitId'](_0x176917,_0x4c8f73){const _0x17271a=_0x34da7a;var _0x5fc310,_0x45643c;let _0x55bf86=await this[_0x17271a(0xf9)](_0x176917);if(!_0x55bf86)return;let _0x1d9245=await this[_0x17271a(0x223)](_0x55bf86,0x1,_0x4c8f73);if(!_0x1d9245)return;this[_0x17271a(0x1be)]=_0x1d9245,this[_0x17271a(0x252)][_0x17271a(0x14a)]();let _0x5be537=await this[_0x17271a(0x252)][_0x17271a(0x17a)](_0x1d9245)[_0x17271a(0x275)](_0x3bc91e=>{const _0x156e74=_0x17271a;var _0x37c2a0;let _0x29a337=_0x3bc91e instanceof Error?_0x3bc91e[_0x156e74(0x26b)]:(_0x37c2a0=_0x3bc91e[_0x156e74(0x1fd)])==null?void 0x0:_0x37c2a0[_0x156e74(0x26b)];this[_0x156e74(0x19c)]['next']({'error':{'code':_0x879e48[_0x156e74(0x2b6)][_0x156e74(0x294)],'message':_0x29a337||''},'state':0x3});});if(!_0x5be537)return;let _0x12af8d=(_0x5fc310=_0x5be537[_0x17271a(0x248)])==null?void 0x0:_0x5fc310[_0x17271a(0x234)],_0x2a5191=((_0x45643c=_0x5be537[_0x17271a(0x248)])==null?void 0x0:_0x45643c[_0x17271a(0x177)])||'';if(_0x12af8d!==0x1){this[_0x17271a(0x19c)][_0x17271a(0x211)]({'error':{'code':_0x879e48[_0x17271a(0x2b6)][_0x17271a(0x294)],'message':_0x17271a(0x291)},'state':0x3});return;}if(_0x2a5191[_0x17271a(0x169)]===0x0){this['_requestState$'][_0x17271a(0x211)]({'error':{'code':_0x879e48[_0x17271a(0x2b6)][_0x17271a(0x294)],'message':_0x17271a(0x25c)},'state':0x3});return;}return this[_0x17271a(0x19c)][_0x17271a(0x211)]({'error':_0x5be537[_0x17271a(0x1fd)],'state':0x3}),_0x2a5191;}async['importWorkbookDataToUnitId'](_0x52e052){const _0x36b4f8=_0x34da7a;let _0x4f1409=await _0x1cf263(_0x52e052),_0x2e6221=typeof _0x52e052['id']==_0x36b4f8(0x185)&&_0x52e052['id']['trim']()?_0x52e052['id'][_0x36b4f8(0x12b)]()+_0x36b4f8(0x164):_0x36b4f8(0x1b5),_0x49a415=new File([JSON[_0x36b4f8(0x113)](_0x4f1409)],_0x2e6221,{'type':'application/json'});return this['importFileToUnitId'](_0x49a415,_0x117ffe[_0x36b4f8(0x218)][_0x36b4f8(0x289)]);}[_0x34da7a(0x247)](){const _0x38bef4=_0x34da7a;this[_0x38bef4(0x1be)]&&this[_0x38bef4(0x252)][_0x38bef4(0x233)](this[_0x38bef4(0x1be)]);}async[_0x34da7a(0x257)](_0x5661cf,_0x1cc388){const _0x1260c0=_0x34da7a;var _0x115d02,_0x41002a;let _0x3fe087=await this['_upload'](_0x5661cf);if(!_0x3fe087)return;let _0x4159a4=await this[_0x1260c0(0x223)](_0x3fe087,0x2,_0x1cc388);if(!_0x4159a4)return;this[_0x1260c0(0x1be)]=_0x4159a4,this['_requestService'][_0x1260c0(0x14a)]();let _0x3a585a=await this[_0x1260c0(0x252)][_0x1260c0(0x17a)](_0x4159a4)[_0x1260c0(0x275)](_0x42e0e6=>{const _0x49a518=_0x1260c0;var _0x2d3cfb;let _0x312a04=_0x42e0e6 instanceof Error?_0x42e0e6[_0x49a518(0x26b)]:(_0x2d3cfb=_0x42e0e6[_0x49a518(0x1fd)])==null?void 0x0:_0x2d3cfb[_0x49a518(0x26b)];this[_0x49a518(0x19c)][_0x49a518(0x211)]({'error':{'code':_0x879e48['ErrorCode'][_0x49a518(0x294)],'message':_0x312a04||''},'state':0x3});});if(!_0x3a585a)return;let _0x308ab7=(_0x115d02=_0x3a585a['import'])==null?void 0x0:_0x115d02['outputType'],_0x2402c9=((_0x41002a=_0x3a585a['import'])==null?void 0x0:_0x41002a[_0x1260c0(0x1f3)])||'';if(_0x308ab7!==0x2){this[_0x1260c0(0x19c)][_0x1260c0(0x211)]({'error':{'code':_0x879e48['ErrorCode'][_0x1260c0(0x294)],'message':_0x1260c0(0x291)},'state':0x3});return;}if(_0x2402c9[_0x1260c0(0x169)]===0x0){this[_0x1260c0(0x19c)]['next']({'error':{'code':_0x879e48[_0x1260c0(0x2b6)][_0x1260c0(0x294)],'message':_0x1260c0(0x121)},'state':0x3});return;}this[_0x1260c0(0x19c)][_0x1260c0(0x211)]({'error':_0x3a585a[_0x1260c0(0x1fd)],'state':0x3});let _0x1496a0=await this['_signUrl'](_0x2402c9);if(!_0x1496a0)return;let _0x3ecd1e=await this[_0x1260c0(0x252)]['getTextFromUrl'](_0x1496a0);if(!_0x3ecd1e){this['_requestState$'][_0x1260c0(0x211)]({'error':{'code':_0x879e48[_0x1260c0(0x2b6)][_0x1260c0(0x294)],'message':_0x1260c0(0x1b3)},'state':0x5});return;}try{let _0x12d34e=JSON[_0x1260c0(0x12a)](_0x3ecd1e);return this[_0x1260c0(0x19c)][_0x1260c0(0x211)]({'error':{'code':_0x879e48[_0x1260c0(0x2b6)]['OK'],'message':_0x1260c0(0x160)},'state':0x5}),_0x12d34e;}catch{this[_0x1260c0(0x19c)][_0x1260c0(0x211)]({'error':{'code':_0x879e48[_0x1260c0(0x2b6)][_0x1260c0(0x294)],'message':_0x1260c0(0x126)},'state':0x5});}}async[_0x34da7a(0x161)](_0x190f41,_0x2b54c8){const _0x292e96=_0x34da7a;let _0x535315=JSON[_0x292e96(0x113)](_0x190f41),_0x13f02a=_0x3df51f[_0x292e96(0x117)][_0x292e96(0x1bf)](_0x535315),_0x5ad51c=_0x53954a(_0x13f02a),_0x31704f=_0x13f02a[_0x292e96(0x169)],_0x5dd029=_0x3b8ce2(_0x5ad51c),_0x30cd59=await this['_upload'](_0x5dd029,_0x31704f,!0x0);if(_0x30cd59)return this['_export'](_0x30cd59,0x2,_0x2b54c8);}async[_0x34da7a(0x224)](_0x47e6bc,_0x2f118b,_0x2ff3f2){const _0x4d5c2f=_0x34da7a;var _0x436e8c;let _0x1ab7f6=await this[_0x4d5c2f(0x252)][_0x4d5c2f(0x263)]({'unitID':_0x2f118b===0x1?_0x47e6bc:'','jsonID':_0x2f118b===0x2?_0x47e6bc:'','type':_0x2ff3f2,'sscSwitch':this['_getEnableServerSideComputing'](),'useImageUrl':this['_getDisableCellImageConversion'](),'ignoreTableExport':this[_0x4d5c2f(0x26c)]()});if(!_0x1ab7f6){this[_0x4d5c2f(0x19c)]['next']({'error':{'code':_0x879e48[_0x4d5c2f(0x2b6)]['UNRECOGNIZED'],'message':_0x4d5c2f(0x231)},'state':0x2});return;}if(this[_0x4d5c2f(0x19c)][_0x4d5c2f(0x211)]({'error':_0x1ab7f6[_0x4d5c2f(0x1fd)],'state':0x2}),_0x1ab7f6['error']&&_0x1ab7f6[_0x4d5c2f(0x1fd)]['code']!==_0x879e48[_0x4d5c2f(0x2b6)]['OK'])return;let _0x2b8eda=_0x1ab7f6['taskID'],_0x112afe=await this[_0x4d5c2f(0x252)][_0x4d5c2f(0x17a)](_0x2b8eda)[_0x4d5c2f(0x275)](_0x55224a=>{const _0x43ea9f=_0x4d5c2f;var _0x3e4be5;let _0x4cf232=_0x55224a instanceof Error?_0x55224a[_0x43ea9f(0x26b)]:(_0x3e4be5=_0x55224a['error'])==null?void 0x0:_0x3e4be5[_0x43ea9f(0x26b)];this[_0x43ea9f(0x19c)][_0x43ea9f(0x211)]({'error':{'code':_0x879e48[_0x43ea9f(0x2b6)][_0x43ea9f(0x294)],'message':_0x4cf232||''},'state':0x3});});if(!_0x112afe)return;let _0x192fc4=((_0x436e8c=_0x112afe[_0x4d5c2f(0x263)])==null?void 0x0:_0x436e8c[_0x4d5c2f(0x14f)])||'';if(_0x192fc4[_0x4d5c2f(0x169)]===0x0){this[_0x4d5c2f(0x19c)]['next']({'error':{'code':_0x879e48[_0x4d5c2f(0x2b6)][_0x4d5c2f(0x294)],'message':_0x4d5c2f(0x20e)},'state':0x3});return;}this['_requestState$'][_0x4d5c2f(0x211)]({'error':_0x112afe[_0x4d5c2f(0x1fd)],'state':0x3});let _0x4ba651=await this['_signUrl'](_0x192fc4);if(!_0x4ba651)return;let _0x1b4632=await _0x18c66b(_0x4ba651,this[_0x4d5c2f(0x1de)]);if(!_0x1b4632){this[_0x4d5c2f(0x19c)][_0x4d5c2f(0x211)]({'error':{'code':_0x879e48['ErrorCode'][_0x4d5c2f(0x294)],'message':'Failed\x20to\x20get\x20file\x20from\x20url'},'state':0x6});return;}return this[_0x4d5c2f(0x19c)]['next']({'error':{'code':_0x879e48['ErrorCode']['OK'],'message':_0x4d5c2f(0x160)},'state':0x6}),_0x1b4632;}async['_upload'](_0x2bc47a,_0x145cc6,_0x441e55){const _0x42005c=_0x34da7a;let _0x4b24b9;try{_0x4b24b9=await this[_0x42005c(0x252)][_0x42005c(0x104)](_0x2bc47a,_0x145cc6,_0x441e55);}catch(_0x322a76){let _0xb6aeda=_0x322a76 instanceof Error?_0x322a76[_0x42005c(0x26b)]:String(_0x322a76);this[_0x42005c(0x19c)][_0x42005c(0x211)]({'error':{'code':_0x879e48['ErrorCode'][_0x42005c(0x294)],'message':_0xb6aeda},'state':0x0});return;}if(!_0x4b24b9||typeof _0x4b24b9[_0x42005c(0x2af)]!=_0x42005c(0x185)){this[_0x42005c(0x19c)][_0x42005c(0x211)]({'error':{'code':_0x879e48[_0x42005c(0x2b6)][_0x42005c(0x294)],'message':_0x42005c(0x107)},'state':0x0});return;}let _0x5d7473=_0x4b24b9[_0x42005c(0x2af)];if(_0x5d7473[_0x42005c(0x169)]===0x0){this[_0x42005c(0x19c)][_0x42005c(0x211)]({'error':{'code':_0x879e48[_0x42005c(0x2b6)][_0x42005c(0x294)],'message':_0x42005c(0x1c0)},'state':0x0});return;}return this[_0x42005c(0x19c)][_0x42005c(0x211)]({'error':{'code':_0x879e48[_0x42005c(0x2b6)]['OK'],'message':_0x42005c(0x160)},'state':0x0}),_0x5d7473;}async['_import'](_0x1a5ffa,_0xfa7496,_0x30b66f){const _0x48b384=_0x34da7a;let _0x48a5bd={'fileID':_0x1a5ffa,'type':_0x30b66f,'outputType':_0xfa7496,'fileUrl':'','minSheetRowCount':this[_0x48b384(0x195)](),'minSheetColumnCount':this[_0x48b384(0x1ff)]()},_0x167111=await this['_requestService'][_0x48b384(0x248)](_0x48a5bd);if(!_0x167111){this['_requestState$']['next']({'error':{'code':_0x879e48['ErrorCode']['UNRECOGNIZED'],'message':_0x48b384(0x2b7)},'state':0x1});return;}if(_0x167111[_0x48b384(0x1fd)]&&_0x167111[_0x48b384(0x1fd)][_0x48b384(0x10b)]!==_0x879e48[_0x48b384(0x2b6)]['OK']){this[_0x48b384(0x19c)]['next']({'error':_0x167111[_0x48b384(0x1fd)],'state':0x1});return;}let _0x432edc=_0x167111[_0x48b384(0x2a9)];if(_0x432edc[_0x48b384(0x169)]===0x0){this[_0x48b384(0x19c)]['next']({'error':{'code':_0x879e48[_0x48b384(0x2b6)]['UNRECOGNIZED'],'message':_0x48b384(0x2a1)},'state':0x1});return;}return this['_requestState$'][_0x48b384(0x211)]({'error':_0x167111['error'],'state':0x1}),_0x432edc;}async[_0x34da7a(0x239)](_0x2f701a){const _0x16a5f1=_0x34da7a;let _0x13c994=await this[_0x16a5f1(0x252)][_0x16a5f1(0xeb)](_0x2f701a);if(!_0x13c994){this[_0x16a5f1(0x19c)][_0x16a5f1(0x211)]({'error':{'code':_0x879e48[_0x16a5f1(0x2b6)][_0x16a5f1(0x294)],'message':_0x16a5f1(0x254)},'state':0x4});return;}if(_0x13c994[_0x16a5f1(0x1fd)]&&_0x13c994['error'][_0x16a5f1(0x10b)]!==_0x879e48['ErrorCode']['OK']){this[_0x16a5f1(0x19c)][_0x16a5f1(0x211)]({'error':_0x13c994['error'],'state':0x4});return;}let _0x260cf3=(0x0,_0x117ffe[_0x16a5f1(0x2c7)])(_0x13c994[_0x16a5f1(0x18f)],this['_getDownloadEndpointURL']());if(_0x260cf3[_0x16a5f1(0x169)]===0x0){this[_0x16a5f1(0x19c)][_0x16a5f1(0x211)]({'error':{'code':_0x879e48['ErrorCode']['UNRECOGNIZED'],'message':'sign\x20url\x20error'},'state':0x4});return;}return this[_0x16a5f1(0x19c)][_0x16a5f1(0x211)]({'error':_0x13c994[_0x16a5f1(0x1fd)],'state':0x4}),_0x260cf3;}[_0x34da7a(0x17b)](){const _0x4c9f7d=_0x34da7a;var _0x23e8de;let _0x569eab=this[_0x4c9f7d(0x100)]['getConfig'](_0x19c245);return(_0x23e8de=_0x569eab==null?void 0x0:_0x569eab['downloadEndpointUrl'])==null?location[_0x4c9f7d(0x176)]:_0x23e8de;}[_0x34da7a(0x195)](){const _0xad7fd6=_0x34da7a;var _0x452cb2,_0x13c472;let _0x1a330c=this['_configService'][_0xad7fd6(0x24b)](_0x19c245);return(_0x452cb2=_0x1a330c==null||(_0x13c472=_0x1a330c['options'])==null?void 0x0:_0x13c472['minSheetRowCount'])==null?0x1:_0x452cb2;}[_0x34da7a(0x1ff)](){const _0x23dda3=_0x34da7a;var _0xa3b158,_0x1071e8;let _0x5025e1=this[_0x23dda3(0x100)][_0x23dda3(0x24b)](_0x19c245);return(_0xa3b158=_0x5025e1==null||(_0x1071e8=_0x5025e1['options'])==null?void 0x0:_0x1071e8[_0x23dda3(0x1dc)])==null?0x1:_0xa3b158;}['_getEnableServerSideComputing'](){const _0x71d8a2=_0x34da7a;var _0x38f744,_0xccd41d;let _0x299296=this[_0x71d8a2(0x100)][_0x71d8a2(0x24b)](_0x19c245);return(_0x38f744=_0x299296==null||(_0xccd41d=_0x299296['options'])==null?void 0x0:_0xccd41d['enableServerSideComputing'])==null?!0x1:_0x38f744;}[_0x34da7a(0x26d)](){const _0x3f8679=_0x34da7a;var _0x3dc45b,_0x4f4867;let _0x574287=this[_0x3f8679(0x100)]['getConfig'](_0x19c245);return(_0x3dc45b=_0x574287==null||(_0x4f4867=_0x574287['options'])==null?void 0x0:_0x4f4867[_0x3f8679(0x18a)])==null?!0x0:_0x3dc45b;}[_0x34da7a(0x26c)](){const _0x4762f6=_0x34da7a;var _0x5d1dab,_0x212356;let _0x44f6b6=this['_configService'][_0x4762f6(0x24b)](_0x19c245);return(_0x5d1dab=_0x44f6b6==null||(_0x212356=_0x44f6b6[_0x4762f6(0x180)])==null?void 0x0:_0x212356[_0x4762f6(0x1ca)])==null?!0x1:_0x5d1dab;}};_0x25c8f7=_0x1815ca([_0x5539d2(0x0,_0x117ffe[_0x34da7a(0x221)]),_0x5539d2(0x1,(0x0,_0x117ffe[_0x34da7a(0x29c)])(_0x34c6e2[_0x34da7a(0x1d9)])),_0x5539d2(0x2,(0x0,_0x117ffe[_0x34da7a(0x29c)])(_0x46b3eb))],_0x25c8f7);let _0x428236={'done':0x0,'count':0x0},_0x3aaad6=(0x0,_0x117ffe[_0x34da7a(0x295)])('univer-pro.exchange-client.operate.service'),_0x1d5c15=class extends _0x117ffe[_0x34da7a(0x178)]{constructor(_0x21edf5,_0x57788f,_0x212fe0,_0x52aeab,_0x3b1447,_0xbe0e02,_0x4ac17f){const _0x379dee=_0x34da7a;super(),this['_univerInstanceService']=_0x21edf5,this[_0x379dee(0x1fe)]=_0x57788f,this['_localeService']=_0x212fe0,this[_0x379dee(0x1b0)]=_0x52aeab,this[_0x379dee(0x2a2)]=_0x3b1447,this['_logService']=_0xbe0e02,this[_0x379dee(0x267)]=_0x4ac17f,_0x544ce5(this,_0x379dee(0x1ed),new _0x59e050[(_0x379dee(0x26f))](_0x428236)),_0x544ce5(this,_0x379dee(0xd9),this[_0x379dee(0x1ed)][_0x379dee(0x152)]()),_0x544ce5(this,'_totalUploadTaskCount',0x0),_0x544ce5(this,'_doneUploadTaskCount',0x0),this[_0x379dee(0x1ab)]((0x0,_0x117ffe[_0x379dee(0x1c7)])(this[_0x379dee(0x1b0)][_0x379dee(0x283)][_0x379dee(0x28b)](_0x3f7252=>{const _0x2ada42=_0x379dee;var _0x24ef03;((_0x24ef03=_0x3f7252[_0x2ada42(0x1fd)])==null?void 0x0:_0x24ef03['code'])===_0x879e48['ErrorCode']['OK']?this[_0x2ada42(0x290)](0x1):this[_0x2ada42(0xfd)](_0x3f7252[_0x2ada42(0x1fd)]);})));}[_0x34da7a(0x1cc)](){const _0x425773=_0x34da7a;this[_0x425773(0xd8)](),this['_uploadNotificationService']['updateState'](0x2),this[_0x425773(0x1b0)][_0x425773(0x247)]();}async[_0x34da7a(0x1a5)](_0x31eb7a){const _0xbd5907=_0x34da7a;throw Error(_0xbd5907(0x125));}async[_0x34da7a(0x2c4)](){const _0x37e106=_0x34da7a;let _0x51e1fd=this[_0x37e106(0x1f8)]['getFocusedUnit']();switch(_0x51e1fd?this[_0x37e106(0x1f8)][_0x37e106(0x270)](_0x51e1fd[_0x37e106(0xf5)]()):_0x117ffe[_0x37e106(0x218)][_0x37e106(0x294)]){case _0x117ffe[_0x37e106(0x218)][_0x37e106(0x261)]:return this[_0x37e106(0xdb)]();case _0x117ffe[_0x37e106(0x218)]['UNIVER_DOC']:return this[_0x37e106(0x299)]();case _0x117ffe['UniverInstanceType']['UNIVER_SHEET']:default:return this['importXLSXToUnitId']();}}async[_0x34da7a(0x299)](){const _0x2974c8=_0x34da7a;let _0x4b86de=await _0x1c1563([_0x117ffe[_0x2974c8(0x218)][_0x2974c8(0x203)]]);if(_0x4b86de&&!this[_0x2974c8(0x2bc)](_0x4b86de,_0x117ffe[_0x2974c8(0x218)]['UNIVER_DOC']))return this[_0x2974c8(0x187)](_0x4b86de[0x0],_0x117ffe[_0x2974c8(0x218)][_0x2974c8(0x203)]);}[_0x34da7a(0x280)](){const _0x1ab4fd=_0x34da7a;throw Error(_0x1ab4fd(0x125));}async[_0x34da7a(0x21c)](_0x909ab6,_0x5b82ff,_0x4b34f8){const _0x36bb0c=_0x34da7a;this[_0x36bb0c(0x2b8)](_0x279c6e['MessageType'][_0x36bb0c(0xf6)]);let _0x558256=await this[_0x36bb0c(0x1b0)]['exportDOCXByUnitId'](_0x909ab6||this['_getUnitIDDoc']());_0x558256&&(_0x2f7151(_0x558256,_0x5b82ff||this[_0x36bb0c(0x1ad)](_0x558256),_0x36bb0c(0x15a)),this[_0x36bb0c(0x2b8)](_0x279c6e[_0x36bb0c(0x18c)][_0x36bb0c(0x190)]));}async[_0x34da7a(0x19f)](){const _0x386ddb=_0x34da7a;this[_0x386ddb(0x2b8)](_0x279c6e['MessageType'][_0x386ddb(0xf6)]);let _0x332d1c=await this[_0x386ddb(0x207)](),_0x2eb513=await this[_0x386ddb(0x1b0)]['exportDOCXBySnapshot'](_0x332d1c);_0x2eb513&&(_0x2f7151(_0x2eb513,this['_getUnitName'](_0x2eb513),_0x386ddb(0x15a)),this[_0x386ddb(0x2b8)](_0x279c6e[_0x386ddb(0x18c)][_0x386ddb(0x190)]));}async[_0x34da7a(0xdb)](){const _0xa9e29c=_0x34da7a;if(this[_0xa9e29c(0x148)]()){this[_0xa9e29c(0x1fe)][_0xa9e29c(0x264)]({'type':_0x279c6e[_0xa9e29c(0x18c)][_0xa9e29c(0xfa)],'content':this[_0xa9e29c(0x28a)]['t']('exchange-client.uploading')});return;}let _0x2d126e=await _0x1c1563([_0x117ffe[_0xa9e29c(0x218)]['UNIVER_SLIDE']]);if(_0x2d126e&&!this['_fileTypeError'](_0x2d126e,_0x117ffe['UniverInstanceType'][_0xa9e29c(0x261)]))return this[_0xa9e29c(0x187)](_0x2d126e[0x0],_0x117ffe[_0xa9e29c(0x218)]['UNIVER_SLIDE']);}async['importPPTXToSnapshot'](){const _0x4faf58=_0x34da7a;if(this['_uploadTaskNotDone']()){this[_0x4faf58(0x1fe)][_0x4faf58(0x264)]({'type':_0x279c6e[_0x4faf58(0x18c)][_0x4faf58(0xfa)],'content':this[_0x4faf58(0x28a)]['t'](_0x4faf58(0x29f))});return;}let _0x52c12b=await _0x1c1563([_0x117ffe['UniverInstanceType']['UNIVER_SLIDE']]);if(!_0x52c12b)return;this['_showUploadMessage'](_0x279c6e[_0x4faf58(0x18c)]['Info']);let _0x18360b=await this['_exchangeService'][_0x4faf58(0xfb)](_0x52c12b[0x0]);_0x18360b&&(this['_refreshSlide'](_0x18360b),this[_0x4faf58(0x1a8)](_0x279c6e[_0x4faf58(0x18c)][_0x4faf58(0x190)]));}async[_0x34da7a(0x24e)](_0x525d91,_0x379915,_0x56f1f9){const _0x442940=_0x34da7a;this['_showDownloadMessage'](_0x279c6e[_0x442940(0x18c)][_0x442940(0xf6)]);let _0x59d3fe=await this[_0x442940(0x1b0)]['exportPPTXByUnitId'](_0x525d91||this[_0x442940(0x182)]());_0x59d3fe&&(_0x2f7151(_0x59d3fe,_0x379915||this[_0x442940(0x2c3)](_0x59d3fe,_0x56f1f9==null?_0x117ffe[_0x442940(0x218)][_0x442940(0x261)]:_0x56f1f9),'pptx'),this[_0x442940(0x2b8)](_0x279c6e[_0x442940(0x18c)][_0x442940(0x190)]));}async[_0x34da7a(0x28e)](){const _0x28dfc0=_0x34da7a;this['_showDownloadMessage'](_0x279c6e[_0x28dfc0(0x18c)][_0x28dfc0(0xf6)]);let _0x1da077=await this[_0x28dfc0(0x1d2)](),_0x5dd1c2=await this[_0x28dfc0(0x1b0)]['exportPPTXBySnapshot'](_0x1da077);_0x5dd1c2&&(_0x2f7151(_0x5dd1c2,this[_0x28dfc0(0x2c3)](_0x5dd1c2,_0x117ffe[_0x28dfc0(0x218)][_0x28dfc0(0x261)]),_0x28dfc0(0x26e)),this[_0x28dfc0(0x2b8)](_0x279c6e[_0x28dfc0(0x18c)][_0x28dfc0(0x190)]));}async['importXLSXToUnitId'](){const _0x434fe4=_0x34da7a;if(this['_uploadTaskNotDone']()){this[_0x434fe4(0x1fe)]['show']({'type':_0x279c6e[_0x434fe4(0x18c)][_0x434fe4(0xfa)],'content':this['_localeService']['t'](_0x434fe4(0x29f))});return;}let _0x2890cd=await _0x1c1563([_0x117ffe[_0x434fe4(0x218)][_0x434fe4(0x289)]]);if(_0x2890cd&&!this['_fileTypeError'](_0x2890cd,_0x117ffe[_0x434fe4(0x218)][_0x434fe4(0x289)]))return this[_0x434fe4(0x187)](_0x2890cd[0x0],_0x117ffe['UniverInstanceType']['UNIVER_SHEET']);}async[_0x34da7a(0x1a6)](){const _0x3aeca3=_0x34da7a;if(this[_0x3aeca3(0x148)]()){this['_messageService'][_0x3aeca3(0x264)]({'type':_0x279c6e[_0x3aeca3(0x18c)][_0x3aeca3(0xfa)],'content':this[_0x3aeca3(0x28a)]['t'](_0x3aeca3(0x29f))});return;}let _0x427570=await _0x1c1563([_0x117ffe['UniverInstanceType']['UNIVER_SHEET']]);if(!_0x427570)return;this[_0x3aeca3(0x1a8)](_0x279c6e[_0x3aeca3(0x18c)][_0x3aeca3(0xf6)]);let _0x40fd49=await this[_0x3aeca3(0x1b0)]['importXLSXToSnapshot'](_0x427570[0x0]);_0x40fd49&&(this[_0x3aeca3(0x235)](_0x40fd49),this[_0x3aeca3(0x1a8)](_0x279c6e[_0x3aeca3(0x18c)]['Success']));}async[_0x34da7a(0x25e)](_0x5156a3,_0x56ff54,_0x4e9a7b){const _0x4cd121=_0x34da7a;this[_0x4cd121(0x2b8)](_0x279c6e[_0x4cd121(0x18c)]['Info']);let _0x964890=await this['_exchangeService'][_0x4cd121(0x25e)](_0x5156a3||this['_getUnitID']());_0x964890&&(_0x2f7151(_0x964890,_0x56ff54||this[_0x4cd121(0x1ad)](_0x964890),'xlsx'),this['_showDownloadMessage'](_0x279c6e['MessageType'][_0x4cd121(0x190)]));}async[_0x34da7a(0x214)](){const _0x18eaf0=_0x34da7a;this[_0x18eaf0(0x2b8)](_0x279c6e[_0x18eaf0(0x18c)][_0x18eaf0(0xf6)]);let _0x3d73c3=await this[_0x18eaf0(0x246)](),_0x2b1da7=await this['_exchangeService'][_0x18eaf0(0x214)](_0x3d73c3);_0x2b1da7&&(_0x2f7151(_0x2b1da7,this[_0x18eaf0(0x1ad)](_0x2b1da7),_0x18eaf0(0x216)),this['_showDownloadMessage'](_0x279c6e[_0x18eaf0(0x18c)][_0x18eaf0(0x190)]));}['registerLink'](_0xfb0781){const _0x41a08a=_0x34da7a;this[_0x41a08a(0x2a8)]=_0xfb0781;}async[_0x34da7a(0x187)](_0x26cd14,_0x51d922){const _0x5d4aba=_0x34da7a;this[_0x5d4aba(0x2a2)][_0x5d4aba(0x264)](),this[_0x5d4aba(0x2a2)]['updateState'](0x0),this[_0x5d4aba(0x271)](0x4),this[_0x5d4aba(0x290)](0x1);let _0x12460b=await this[_0x5d4aba(0x1b0)][_0x5d4aba(0x243)](_0x26cd14,_0x51d922);if(!_0x12460b){this['_clearProgress'](),this[_0x5d4aba(0x2a2)]['updateState'](0x2);return;}let _0x1662a1={'link':this[_0x5d4aba(0x2a8)](_0x12460b,_0x51d922),'name':_0x26cd14[_0x5d4aba(0x1b9)],'type':_0x51d922};return this[_0x5d4aba(0x2a2)][_0x5d4aba(0x12d)](_0x1662a1),this[_0x5d4aba(0x1f1)](),this[_0x5d4aba(0x2a2)][_0x5d4aba(0x236)](0x1),_0x12460b;}[_0x34da7a(0x116)](){const _0x390f84=_0x34da7a;return this[_0x390f84(0x1f8)][_0x390f84(0x23f)](_0x117ffe['UniverInstanceType']['UNIVER_SHEET'])[_0x390f84(0xf5)]();}[_0x34da7a(0x19b)](){const _0x2de42e=_0x34da7a;return this[_0x2de42e(0x1f8)][_0x2de42e(0x23f)](_0x117ffe['UniverInstanceType']['UNIVER_DOC'])[_0x2de42e(0xf5)]();}['_getUnitIDSlide'](){const _0x3bd139=_0x34da7a;return this['_univerInstanceService'][_0x3bd139(0x23f)](_0x117ffe[_0x3bd139(0x218)]['UNIVER_SLIDE'])[_0x3bd139(0xf5)]();}[_0x34da7a(0x1ad)](_0x5812f8){const _0x2a280e=_0x34da7a;return this[_0x2a280e(0x2c3)](_0x5812f8,_0x117ffe[_0x2a280e(0x218)][_0x2a280e(0x289)]);}[_0x34da7a(0x2c3)](_0x251dcb,_0x13afb0){const _0x258d07=_0x34da7a;var _0x3c70c9;let _0x4af4d6=(_0x3c70c9=this['_univerInstanceService']['getCurrentUnitOfType'](_0x13afb0))==null?void 0x0:_0x3c70c9['getSnapshot'](),_0x5c41b8=_0x4af4d6==null?void 0x0:_0x4af4d6[_0x258d07(0x1b9)];return typeof _0x5c41b8==_0x258d07(0x185)&&_0x5c41b8[_0x258d07(0x12b)]()?_0x5c41b8:_0x251dcb['name']['split']('.')[_0x258d07(0x11c)]()||document[_0x258d07(0x2c6)];}async['_getUnitJson'](){const _0x2cccec=_0x34da7a;return this['_univerInstanceService'][_0x2cccec(0x23f)](_0x117ffe[_0x2cccec(0x218)][_0x2cccec(0x289)])[_0x2cccec(0x16a)]();}async[_0x34da7a(0x207)](){const _0x530de1=_0x34da7a;return this[_0x530de1(0x1f8)]['getCurrentUnitOfType'](_0x117ffe[_0x530de1(0x218)][_0x530de1(0x203)])[_0x530de1(0x16a)]();}async[_0x34da7a(0x1d2)](){const _0x27e675=_0x34da7a;let _0x4d0d7d=this['_univerInstanceService'][_0x27e675(0x23f)](_0x117ffe[_0x27e675(0x218)][_0x27e675(0x261)]),_0x4e282e=this[_0x27e675(0x267)][_0x27e675(0xe4)](_0x4d0d7d['getUnitId']());return _0x4e282e==null?_0x4d0d7d['getSnapshot']():_0x4e282e;}[_0x34da7a(0x2a8)](_0x198a55,_0x33507d){const _0x455ed8=_0x34da7a;let _0x191cb0=new URL(window[_0x455ed8(0x159)][_0x455ed8(0x1bc)]);return _0x191cb0[_0x455ed8(0xec)][_0x455ed8(0x130)](_0x455ed8(0x147),_0x198a55),_0x191cb0[_0x455ed8(0xec)][_0x455ed8(0x130)](_0x455ed8(0x2a7),''+_0x33507d),_0x191cb0[_0x455ed8(0x199)]();}[_0x34da7a(0x235)](_0x5a8b13){const _0x4d2a0a=_0x34da7a;let _0xe9740=this['_univerInstanceService'][_0x4d2a0a(0x23f)](_0x117ffe['UniverInstanceType'][_0x4d2a0a(0x289)])[_0x4d2a0a(0xf5)]();this[_0x4d2a0a(0x1f8)][_0x4d2a0a(0x25d)](_0xe9740),this['_univerInstanceService'][_0x4d2a0a(0x1d1)](_0x117ffe['UniverInstanceType'][_0x4d2a0a(0x289)],_0x5a8b13);}[_0x34da7a(0x133)](_0x2f4e54){const _0x56219b=_0x34da7a;let _0x3bdf26=this[_0x56219b(0x1f8)]['getCurrentUnitOfType'](_0x117ffe['UniverInstanceType'][_0x56219b(0x261)])['getUnitId']();this[_0x56219b(0x1f8)][_0x56219b(0x25d)](_0x3bdf26),this[_0x56219b(0x1f8)][_0x56219b(0x1d1)](_0x117ffe[_0x56219b(0x218)][_0x56219b(0x261)],_0x2f4e54);}[_0x34da7a(0xfd)](_0x22d494){const _0x410220=_0x34da7a;if(_0x22d494){let {code:_0xd7ff8a}=_0x22d494;switch(_0xd7ff8a){case _0x879e48['ErrorCode'][_0x410220(0x132)]:this[_0x410220(0x1fe)][_0x410220(0x264)]({'type':_0x279c6e[_0x410220(0x18c)][_0x410220(0x165)],'content':this[_0x410220(0x28a)]['t'](_0x410220(0x10e))});break;case _0x879e48[_0x410220(0x2b6)][_0x410220(0x29b)]:this['_messageService'][_0x410220(0x264)]({'type':_0x279c6e[_0x410220(0x18c)][_0x410220(0x165)],'content':this[_0x410220(0x28a)]['t'](_0x410220(0x1cb))});break;default:this[_0x410220(0x1fe)][_0x410220(0x264)]({'type':_0x279c6e[_0x410220(0x18c)]['Error'],'content':this[_0x410220(0x28a)]['t']('exchange-client.networkError')});break;}return null;}return this['_messageService'][_0x410220(0x264)]({'type':_0x279c6e[_0x410220(0x18c)][_0x410220(0x165)],'content':this['_localeService']['t'](_0x410220(0x10a))}),null;}[_0x34da7a(0x2b8)](_0x4cf3f0){const _0x25ccf0=_0x34da7a;let _0x641b87='';switch(_0x4cf3f0){case _0x279c6e[_0x25ccf0(0x18c)][_0x25ccf0(0x190)]:_0x641b87=this[_0x25ccf0(0x28a)]['t'](_0x25ccf0(0x139));break;case _0x279c6e[_0x25ccf0(0x18c)][_0x25ccf0(0xf6)]:_0x641b87=this['_localeService']['t'](_0x25ccf0(0x29a));break;default:break;}this['_messageService']['show']({'type':_0x4cf3f0,'content':_0x641b87});}['_showUploadMessage'](_0x585db7){const _0x3644f2=_0x34da7a;let _0xa60d48='';switch(_0x585db7){case _0x279c6e['MessageType']['Success']:_0xa60d48=this[_0x3644f2(0x28a)]['t'](_0x3644f2(0x21d));break;case _0x279c6e[_0x3644f2(0x18c)]['Info']:_0xa60d48=this['_localeService']['t'](_0x3644f2(0x29f));break;default:break;}this[_0x3644f2(0x1fe)]['show']({'type':_0x585db7,'content':_0xa60d48});}[_0x34da7a(0x2c5)](){const _0x3f73f8=_0x34da7a;this[_0x3f73f8(0x1ed)][_0x3f73f8(0x211)]({'done':this[_0x3f73f8(0x1e4)],'count':this[_0x3f73f8(0xee)]});}[_0x34da7a(0x271)](_0x281363){const _0xdc0e12=_0x34da7a;this[_0xdc0e12(0xee)]+=_0x281363,this['_emitProgress']();}[_0x34da7a(0x290)](_0x20616a){const _0x53d94f=_0x34da7a;this[_0x53d94f(0x1e4)]+=_0x20616a,this[_0x53d94f(0x1e4)]=Math[_0x53d94f(0xd7)](this[_0x53d94f(0x1e4)],this[_0x53d94f(0xee)]),this['_emitProgress']();}[_0x34da7a(0x1f1)](){const _0x53789f=_0x34da7a;this['_doneUploadTaskCount']=this['_totalUploadTaskCount'],this[_0x53789f(0x2c5)]();}['_clearProgress'](){const _0x1ad5cd=_0x34da7a;this[_0x1ad5cd(0x1e4)]=0x0,this['_totalUploadTaskCount']=0x0,this[_0x1ad5cd(0x2c5)]();}[_0x34da7a(0x2bc)](_0x46f911,_0x134133){const _0x2f70dc=_0x34da7a;let _0x382851=_0x46f911[0x0],_0x53d4c7=_0x382851[_0x2f70dc(0x1b9)];return _0x42050c(_0x382851)===_0x134133?!0x1:(this['_messageService'][_0x2f70dc(0x264)]({'type':_0x279c6e[_0x2f70dc(0x18c)]['Error'],'content':this['_localeService']['t'](_0x2f70dc(0x144),_0x53d4c7)}),!0x0);}[_0x34da7a(0x148)](){const _0x51f01c=_0x34da7a;return this[_0x51f01c(0xee)]!==0x0&&this[_0x51f01c(0x1e4)]!==this[_0x51f01c(0xee)];}};_0x1d5c15=_0x1815ca([_0x5539d2(0x0,(0x0,_0x117ffe['Inject'])(_0x117ffe['IUniverInstanceService'])),_0x5539d2(0x1,_0x5159b5[_0x34da7a(0xe0)]),_0x5539d2(0x2,(0x0,_0x117ffe[_0x34da7a(0x29c)])(_0x117ffe['LocaleService'])),_0x5539d2(0x3,(0x0,_0x117ffe['Inject'])(_0x30ad7a)),_0x5539d2(0x4,(0x0,_0x117ffe['Inject'])(_0x1d1a99)),_0x5539d2(0x5,_0x117ffe[_0x34da7a(0xf3)]),_0x5539d2(0x6,(0x0,_0x117ffe[_0x34da7a(0x29c)])(_0x117ffe['IResourceLoaderService']))],_0x1d5c15);function _0x731437(_0x263c1c){const _0x3fbd53=_0x34da7a;let {onClick:_0x3f4947,children:_0x115e37,className:_0xd8664}=_0x263c1c;return(0x0,_0x2e1659[_0x3fbd53(0x23d)])(_0x3fbd53(0x1b8),{'className':(0x0,_0x279c6e['clsx'])(_0x3fbd53(0xf1),_0xd8664),'type':_0x3fbd53(0x1b8),'onClick':_0x3f4947,'children':_0x115e37});}function _0x12d78e(){const _0x265986=_0x34da7a;let _0x29b40e=(0x0,_0x5159b5[_0x265986(0x118)])(_0x3aaad6),_0x327af6=(0x0,_0x5159b5[_0x265986(0x118)])(_0x117ffe['LocaleService']);function _0x1ae570(){_0x29b40e['importFileToUnitIdByCurrentType']();}return(0x0,_0x2e1659[_0x265986(0x23d)])(_0x731437,{'onClick':_0x1ae570,'children':_0x327af6['t'](_0x265986(0x151))});}function _0x51ff27(){const _0x253171=_0x34da7a;return(0x0,_0x2e1659[_0x253171(0x19e)])(_0x253171(0x18e),{'className':_0x253171(0x166),'children':[(0x0,_0x2e1659[_0x253171(0x23d)])(_0x253171(0x215),{'className':_0x253171(0x115),'children':(0x0,_0x5159b5[_0x253171(0x118)])(_0x117ffe[_0x253171(0x260)])['t']('exchange-client.interrupt')}),(0x0,_0x2e1659[_0x253171(0x23d)])(_0x12d78e,{})]});}function _0x314aaf(_0x29fc92){const _0x2e9c6b=_0x34da7a;let {count:_0x478b48}=_0x29fc92;return(0x0,_0x2e1659['jsxs'])(_0x2e9c6b(0x18e),{'className':_0x2e9c6b(0x2ad),'children':[(0x0,_0x2e1659[_0x2e9c6b(0x23d)])(_0x2e9c6b(0x215),{'className':_0x2e9c6b(0x1f2),'children':(0x0,_0x5159b5[_0x2e9c6b(0x118)])(_0x117ffe['LocaleService'])['t'](_0x2e9c6b(0x15e),''+_0x478b48)}),(0x0,_0x2e1659[_0x2e9c6b(0x23d)])(_0x12d78e,{})]});}function _0xc3e3aa(){const _0x4bc29e=_0x34da7a;let _0x53ee34=(0x0,_0x5159b5[_0x4bc29e(0x118)])(_0x3aaad6),_0x1e5ebf=(0x0,_0x5159b5[_0x4bc29e(0x118)])(_0x117ffe['LocaleService']);function _0x8135e8(){_0x53ee34['interrupt']();}return(0x0,_0x2e1659[_0x4bc29e(0x23d)])(_0x731437,{'onClick':_0x8135e8,'children':_0x1e5ebf['t']('exchange-client.cancel')});}function _0x574029(){const _0x54ae0a=_0x34da7a;let {count:_0x282ef2,done:_0x26b313}=(0x0,_0x5159b5[_0x54ae0a(0x29d)])((0x0,_0x5159b5[_0x54ae0a(0x118)])(_0x3aaad6)[_0x54ae0a(0xd9)]),[_0x382f7c,_0x1c87c2]=(0x0,_0x6788a0['useState'])(_0x282ef2>0x0?_0x26b313/_0x282ef2:0x0);return(0x0,_0x6788a0[_0x54ae0a(0xfe)])(()=>{_0x1c87c2(_0x282ef2>0x0?_0x26b313/_0x282ef2:0x0);},[_0x282ef2,_0x26b313]),(0x0,_0x2e1659[_0x54ae0a(0x23d)])(_0x54ae0a(0x18e),{'className':_0x54ae0a(0x111),'children':(0x0,_0x2e1659[_0x54ae0a(0x23d)])(_0x54ae0a(0x18e),{'className':_0x54ae0a(0x11a),'style':{'width':Math[_0x54ae0a(0x213)](_0x382f7c*0x64)+'%'}})});}function _0x1b1922(){const _0x1fc6ed=_0x34da7a;return(0x0,_0x2e1659[_0x1fc6ed(0x19e)])(_0x1fc6ed(0x18e),{'className':'univer-mt-5\x20univer-flex\x20univer-flex-col','children':[(0x0,_0x2e1659[_0x1fc6ed(0x23d)])(_0x1fc6ed(0x215),{'className':'univer-pl-2\x20univer-pr-4\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':(0x0,_0x5159b5['useDependency'])(_0x117ffe[_0x1fc6ed(0x260)])['t'](_0x1fc6ed(0x226))}),(0x0,_0x2e1659[_0x1fc6ed(0x23d)])(_0x1fc6ed(0x18e),{'className':_0x1fc6ed(0x2b4),'children':(0x0,_0x2e1659[_0x1fc6ed(0x23d)])(_0x574029,{})}),(0x0,_0x2e1659['jsx'])(_0xc3e3aa,{})]});}let _0x5109d7={0x1:(0x0,_0x2e1659['jsx'])(_0x4a6cf8,{'className':_0x34da7a(0x1a2)}),0x0:(0x0,_0x2e1659['jsx'])(_0xe2779c,{'className':_0x34da7a(0xe6)}),0x2:(0x0,_0x2e1659[_0x34da7a(0x23d)])(_0x445d37,{'className':_0x34da7a(0x18d)})};function _0x11c59b(){const _0x1315c8=_0x34da7a;let [_0x3626cb,_0x2e17b6]=(0x0,_0x6788a0[_0x1315c8(0x14b)])(0x0),[_0x28451c,_0x573ade]=(0x0,_0x6788a0[_0x1315c8(0x14b)])(!0x1),[_0x5a05ad,_0x648bbe]=(0x0,_0x6788a0[_0x1315c8(0x14b)])([]),_0x230816=(0x0,_0x5159b5[_0x1315c8(0x118)])(_0x1d1a99),_0x441c17=(0x0,_0x5159b5[_0x1315c8(0x118)])(_0x117ffe[_0x1315c8(0x260)]);(0x0,_0x6788a0[_0x1315c8(0xfe)])(()=>{const _0x249a2b=_0x1315c8;let _0x4ed921=_0x230816[_0x249a2b(0xf2)]['subscribe'](_0x2f1764=>{_0x573ade(_0x2f1764);}),_0x3ac245=_0x230816[_0x249a2b(0x256)][_0x249a2b(0x28b)](_0x21da16=>{_0x648bbe(_0x21da16);}),_0x43a056=_0x230816[_0x249a2b(0x102)][_0x249a2b(0x28b)](_0x2a75de=>{_0x2e17b6(_0x2a75de);});return()=>{const _0x23b6d8=_0x249a2b;_0x4ed921['unsubscribe'](),_0x3ac245[_0x23b6d8(0xef)](),_0x43a056[_0x23b6d8(0xef)]();};},[]);function _0x2b60c1(){_0x573ade(!0x1);}function _0x587f4d(_0x3382d0){const _0x15d304=_0x1315c8;switch(_0x3382d0){case 0x1:return _0x441c17['t'](_0x15d304(0x21d));case 0x0:return _0x441c17['t'](_0x15d304(0x29f));case 0x2:return _0x441c17['t'](_0x15d304(0x110));default:return'';}}return _0x28451c&&(0x0,_0x2e1659[_0x1315c8(0x19e)])('div',{'className':'univer-fixed\x20univer-bottom-12\x20univer-right-3\x20univer-z-[1000]\x20univer-box-border\x20univer-flex\x20univer-w-[372px]\x20univer-flex-col\x20univer-rounded-md\x20univer-bg-white\x20univer-px-3\x20univer-pb-4\x20univer-pt-5\x20univer-shadow-md','children':[(0x0,_0x2e1659['jsxs'])('div',{'className':_0x1315c8(0x259),'children':[(0x0,_0x2e1659[_0x1315c8(0x19e)])(_0x1315c8(0x215),{'className':'univer-flex','children':[(0x0,_0x2e1659['jsx'])(_0x1315c8(0x215),{'className':_0x1315c8(0x17e),'children':_0x5109d7[_0x3626cb]}),(0x0,_0x2e1659['jsx'])(_0x1315c8(0x215),{'className':'univer-ml-1.5\x20univer-font-semibold\x20univer-leading-6\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x587f4d(_0x3626cb)})]}),(0x0,_0x2e1659[_0x1315c8(0x23d)])(_0x1315c8(0x215),{'className':_0x1315c8(0x123),'onClick':_0x2b60c1,'children':(0x0,_0x2e1659[_0x1315c8(0x23d)])(_0x5de508,{})})]}),(0x0,_0x2e1659[_0x1315c8(0x19e)])(_0x1315c8(0x18e),{'children':[_0x3626cb===0x0&&(0x0,_0x2e1659[_0x1315c8(0x23d)])(_0x1b1922,{}),_0x3626cb===0x2&&(0x0,_0x2e1659[_0x1315c8(0x23d)])(_0x51ff27,{}),_0x5a05ad[_0x1315c8(0x169)]>0x0&&(0x0,_0x2e1659[_0x1315c8(0x23d)])(_0x2212c7,{'list':_0x5a05ad}),_0x3626cb===0x1&&(0x0,_0x2e1659[_0x1315c8(0x23d)])(_0x314aaf,{'count':_0x5a05ad[_0x1315c8(0x169)]})]})]});}function _0x1a10f2(){const _0x37aa59=_0x34da7a;return(0x0,_0x2e1659[_0x37aa59(0x23d)])(_0x11c59b,{});}let _0x35cdea=class extends _0x117ffe[_0x34da7a(0x178)]{constructor(_0x683f68,_0x1e1351,_0x20d2d3){const _0x2f7842=_0x34da7a;super(),this[_0x2f7842(0x14c)]=_0x683f68,this[_0x2f7842(0x170)]=_0x1e1351,this[_0x2f7842(0x25b)]=_0x20d2d3,this['_registerIcons'](),this[_0x2f7842(0x2bb)]();}[_0x34da7a(0x206)](){const _0x26a777=_0x34da7a;this['disposeWithMe'](this[_0x26a777(0x25b)]['register']({'DirectExportIcon':_0x353465}));}[_0x34da7a(0x2bb)](){const _0x1dea20=_0x34da7a;this[_0x1dea20(0x1ab)](this[_0x1dea20(0x170)][_0x1dea20(0x1c1)](_0x5159b5[_0x1dea20(0x2a6)][_0x1dea20(0x106)],()=>(0x0,_0x5159b5[_0x1dea20(0x21e)])(_0x1a10f2,this['_injector'])));}};_0x35cdea=_0x1815ca([_0x5539d2(0x0,(0x0,_0x117ffe['Inject'])(_0x117ffe[_0x34da7a(0x1e2)])),_0x5539d2(0x1,_0x5159b5['IUIPartsService']),_0x5539d2(0x2,(0x0,_0x117ffe[_0x34da7a(0x29c)])(_0x5159b5[_0x34da7a(0x272)]))],_0x35cdea);let _0x3d135c=class extends _0x117ffe[_0x34da7a(0x1c3)]{constructor(_0x2fe0fd=_0x5aab79,_0xd27bb5,_0x1b37f0){const _0x35b5c3=_0x34da7a;super(),this[_0x35b5c3(0x228)]=_0x2fe0fd,this['_injector']=_0xd27bb5,this[_0x35b5c3(0x100)]=_0x1b37f0;let {..._0x55b871}=(0x0,_0x117ffe['merge'])({},_0x5aab79,this['_config']);this[_0x35b5c3(0x100)]['setConfig'](_0x19c245,_0x55b871);}[_0x34da7a(0x245)](){const _0x1c77cd=_0x34da7a;(0x0,_0x117ffe[_0x1c77cd(0x2b5)])(this[_0x1c77cd(0x14c)],[[_0x35cdea],[_0x3aaad6,{'useClass':_0x1d5c15}],[_0x30ad7a,{'useClass':_0x25c8f7}],[_0x46b3eb,{'useClass':_0xbd838}],[_0x1d1a99,{'useClass':_0x20dc4b}]]);}[_0x34da7a(0x1dd)](){const _0x19f44c=_0x34da7a;(0x0,_0x117ffe[_0x19f44c(0x158)])(this['_injector'],[[_0x35cdea],[_0x3aaad6]]);}};_0x544ce5(_0x3d135c,_0x34da7a(0x274),_0x34da7a(0x2c0)),_0x544ce5(_0x3d135c,'packageName',_0xcb7c10),_0x544ce5(_0x3d135c,_0x34da7a(0x22f),_0x376d65),_0x3d135c=_0x1815ca([(0x0,_0x117ffe[_0x34da7a(0x146)])(_0x34c6e2[_0x34da7a(0x108)],_0x2abe7b[_0x34da7a(0x1fb)]),_0x5539d2(0x1,(0x0,_0x117ffe[_0x34da7a(0x29c)])(_0x117ffe[_0x34da7a(0x1e2)])),_0x5539d2(0x2,_0x117ffe[_0x34da7a(0x221)])],_0x3d135c),_0x32b17d[_0x34da7a(0x14e)]=_0x19c245,Object[_0x34da7a(0x1fc)](_0x32b17d,_0x34da7a(0x2ab),{'enumerable':!0x0,'get':function(){return _0x1d5c15;}}),Object[_0x34da7a(0x1fc)](_0x32b17d,_0x34da7a(0x225),{'enumerable':!0x0,'get':function(){return _0x25c8f7;}}),_0x32b17d[_0x34da7a(0x20f)]=_0x3aaad6,_0x32b17d[_0x34da7a(0x2b9)]=_0x30ad7a,_0x32b17d[_0x34da7a(0x2bf)]=_0x46b3eb,_0x32b17d[_0x34da7a(0x179)]=_0x1d1a99,Object[_0x34da7a(0x1fc)](_0x32b17d,_0x34da7a(0x292),{'enumerable':!0x0,'get':function(){return _0xbd838;}}),Object[_0x34da7a(0x1fc)](_0x32b17d,_0x34da7a(0x266),{'enumerable':!0x0,'get':function(){return _0x3d135c;}}),_0x32b17d[_0x34da7a(0x2ac)]=_0x1a10f2,_0x32b17d[_0x34da7a(0xe9)]=_0x20dc4b,_0x32b17d['UploadNotificationState']=_0x2b1edb,_0x32b17d['downloadFile']=_0x2f7151,_0x32b17d[_0x34da7a(0x296)]=_0x42050c,_0x32b17d[_0x34da7a(0x23a)]=_0x1c1563,_0x32b17d[_0x34da7a(0x22e)]=_0xf273b1,_0x32b17d[_0x34da7a(0x22a)]=_0x33e6e4,_0x32b17d[_0x34da7a(0x173)]=_0x4fd0ab,_0x32b17d['transformSnapshotJsonToSlideData']=_0x5dd625,_0x32b17d['transformSnapshotJsonToWorkbookData']=_0x22720d,_0x32b17d['transformWorkbookDataToSnapshotJson']=_0x1cf263;}));
@@ -1 +1 @@
1
- function _0x1621(_0x46b33a,_0x4d74fe){_0x46b33a=_0x46b33a-0xd7;var _0x26d881=_0x26d8();var _0x1621b7=_0x26d881[_0x46b33a];return _0x1621b7;}function _0x26d8(){var _0x1d6f74=['تمت\x20مقاطعة\x20الاتصال\x20بالشبكة\x20وفشل\x20رفع\x20الملف','تم\x20التحميل\x20بنجاح','8NywyQC','187yXiRwU','تم\x20رفع\x20الملف\x20بنجاح','426789OXgxXc','خطأ\x20غير\x20معروف','function','تم\x20رفع\x20{0}\x20ملف/ملفات\x20بنجاح','إعادة\x20الرفع','يرجى\x20الانتظار...','8477900MImeFa','خطأ\x20داخلي\x20غير\x20معروف','3JZDxjX','object','679970ugQiKW','2203208oawPrW','إلغاء','1747414BPZrIk','جارٍ\x20التحميل','23751YelPPy','جارٍ\x20الرفع','UniverProExchangeClientArSA','1092bAEHYU','خطأ\x20في\x20الشبكة','1069284EfMxjs','9wejWtr','exports'];_0x26d8=function(){return _0x1d6f74;};return _0x26d8();}(function(_0x510c54,_0x2a0c4f){var _0x77266e=_0x1621,_0x4b22e9=_0x510c54();while(!![]){try{var _0x1a69a9=-parseInt(_0x77266e(0xe3))/0x1+-parseInt(_0x77266e(0xf0))/0x2*(-parseInt(_0x77266e(0xeb))/0x3)+parseInt(_0x77266e(0xe0))/0x4*(-parseInt(_0x77266e(0xed))/0x5)+parseInt(_0x77266e(0xd9))/0x6*(-parseInt(_0x77266e(0xf2))/0x7)+parseInt(_0x77266e(0xee))/0x8+parseInt(_0x77266e(0xdc))/0x9*(-parseInt(_0x77266e(0xe9))/0xa)+-parseInt(_0x77266e(0xe1))/0xb*(-parseInt(_0x77266e(0xdb))/0xc);if(_0x1a69a9===_0x2a0c4f)break;else _0x4b22e9['push'](_0x4b22e9['shift']());}catch(_0x43966e){_0x4b22e9['push'](_0x4b22e9['shift']());}}}(_0x26d8,0x7a07a),function(_0xb45931,_0x47370d){var _0x16677d=_0x1621;typeof exports==_0x16677d(0xec)&&typeof module<'u'?module[_0x16677d(0xdd)]=_0x47370d():typeof define==_0x16677d(0xe5)&&define['amd']?define([],_0x47370d):(_0xb45931=typeof globalThis<'u'?globalThis:_0xb45931||self,_0xb45931[_0x16677d(0xd8)]=_0x47370d());}(this,function(){var _0x39d9c9=_0x1621;return{'exchange-client':{'uploading':_0x39d9c9(0xd7),'uploadSuccess':_0x39d9c9(0xe2),'uploadSuccessTip':_0x39d9c9(0xe6),'downloading':_0x39d9c9(0xf1),'downloadSuccess':_0x39d9c9(0xdf),'unknownMistake':_0x39d9c9(0xe4),'networkError':_0x39d9c9(0xda),'tooLarge':'البيانات\x20كبيرة\x20جداً','internalError':_0x39d9c9(0xea),'interrupt':_0x39d9c9(0xde),'fileTypeError':'نوع\x20الملف\x20المحدد\x20[{0}]\x20غير\x20مدعوم\x20للرفع','wait':_0x39d9c9(0xe8),'cancel':_0x39d9c9(0xef),'uploadAgain':_0x39d9c9(0xe7)}};}));
1
+ function _0x3cbb(_0x5aff27,_0x2ef976){_0x5aff27=_0x5aff27-0x1a5;var _0x5d47c8=_0x5d47();var _0x3cbbf8=_0x5d47c8[_0x5aff27];return _0x3cbbf8;}(function(_0x166456,_0x334c35){var _0x5d4b0e=_0x3cbb,_0x2aa45a=_0x166456();while(!![]){try{var _0x5258d3=parseInt(_0x5d4b0e(0x1ac))/0x1*(parseInt(_0x5d4b0e(0x1ad))/0x2)+parseInt(_0x5d4b0e(0x1bd))/0x3+parseInt(_0x5d4b0e(0x1ba))/0x4*(-parseInt(_0x5d4b0e(0x1b0))/0x5)+-parseInt(_0x5d4b0e(0x1b7))/0x6*(-parseInt(_0x5d4b0e(0x1a8))/0x7)+parseInt(_0x5d4b0e(0x1b8))/0x8*(parseInt(_0x5d4b0e(0x1bc))/0x9)+parseInt(_0x5d4b0e(0x1ae))/0xa*(parseInt(_0x5d4b0e(0x1a5))/0xb)+-parseInt(_0x5d4b0e(0x1a7))/0xc;if(_0x5258d3===_0x334c35)break;else _0x2aa45a['push'](_0x2aa45a['shift']());}catch(_0x4248d7){_0x2aa45a['push'](_0x2aa45a['shift']());}}}(_0x5d47,0x7f467),function(_0x483069,_0x3ca625){var _0x1df1d1=_0x3cbb;typeof exports==_0x1df1d1(0x1ab)&&typeof module<'u'?module[_0x1df1d1(0x1b4)]=_0x3ca625():typeof define=='function'&&define[_0x1df1d1(0x1bb)]?define([],_0x3ca625):(_0x483069=typeof globalThis<'u'?globalThis:_0x483069||self,_0x483069[_0x1df1d1(0x1b1)]=_0x3ca625());}(this,function(){var _0x54c628=_0x3cbb;return{'exchange-client':{'uploading':_0x54c628(0x1b3),'uploadSuccess':'تم\x20رفع\x20الملف\x20بنجاح','uploadSuccessTip':_0x54c628(0x1b5),'downloading':'جارٍ\x20التحميل','downloadSuccess':_0x54c628(0x1b2),'unknownMistake':_0x54c628(0x1a6),'networkError':_0x54c628(0x1af),'tooLarge':'البيانات\x20كبيرة\x20جداً','internalError':_0x54c628(0x1b6),'interrupt':'تمت\x20مقاطعة\x20الاتصال\x20بالشبكة\x20وفشل\x20رفع\x20الملف','fileTypeError':_0x54c628(0x1b9),'wait':_0x54c628(0x1a9),'cancel':'إلغاء','uploadAgain':_0x54c628(0x1aa)}};}));function _0x5d47(){var _0x30683d=['782OkvsOh','20tzcgok','خطأ\x20في\x20الشبكة','3542120EiAUkF','UniverProExchangeClientArSA','تم\x20التحميل\x20بنجاح','جارٍ\x20الرفع','exports','تم\x20رفع\x20{0}\x20ملف/ملفات\x20بنجاح','خطأ\x20داخلي\x20غير\x20معروف','5058jwqVAk','56bymujz','نوع\x20الملف\x20المحدد\x20[{0}]\x20غير\x20مدعوم\x20للرفع','4sEYIlv','amd','144171pIqhez','1453857sCjKqI','1372965TqsQIW','خطأ\x20غير\x20معروف','3952860ekQeNd','4753kBwCGz','يرجى\x20الانتظار...','إعادة\x20الرفع','object','359coUVrZ'];_0x5d47=function(){return _0x30683d;};return _0x5d47();}