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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/README.md +1 -1
  2. package/lib/cjs/facade.js +1 -0
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -0
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -0
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/commands/operations/exchange.operation.d.ts +17 -3
  66. package/lib/types/config/config.d.ts +17 -0
  67. package/lib/types/controllers/menu.d.ts +2 -2
  68. package/lib/types/facade/f-univer.d.ts +138 -0
  69. package/lib/types/facade/index.d.ts +2 -0
  70. package/lib/types/index.d.ts +2 -0
  71. package/lib/types/services/sheet-exchange-operate.service.d.ts +22 -0
  72. package/lib/types/services/sheet-exchange.service.d.ts +27 -0
  73. package/lib/umd/facade.js +1 -0
  74. package/lib/umd/index.js +1 -1
  75. package/lib/umd/locale/ar-SA.js +1 -1
  76. package/lib/umd/locale/ca-ES.js +1 -1
  77. package/lib/umd/locale/de-DE.js +1 -1
  78. package/lib/umd/locale/en-US.js +1 -1
  79. package/lib/umd/locale/es-ES.js +1 -1
  80. package/lib/umd/locale/fa-IR.js +1 -1
  81. package/lib/umd/locale/fr-FR.js +1 -1
  82. package/lib/umd/locale/id-ID.js +1 -1
  83. package/lib/umd/locale/it-IT.js +1 -1
  84. package/lib/umd/locale/ja-JP.js +1 -1
  85. package/lib/umd/locale/ko-KR.js +1 -1
  86. package/lib/umd/locale/pl-PL.js +1 -1
  87. package/lib/umd/locale/pt-BR.js +1 -1
  88. package/lib/umd/locale/ru-RU.js +1 -1
  89. package/lib/umd/locale/sk-SK.js +1 -1
  90. package/lib/umd/locale/vi-VN.js +1 -1
  91. package/lib/umd/locale/zh-CN.js +1 -1
  92. package/lib/umd/locale/zh-HK.js +1 -1
  93. package/lib/umd/locale/zh-TW.js +1 -1
  94. package/package.json +20 -8
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  | Package | UMD global | CSS | Locales | Facade entry |
12
12
  | --- | --- | :---: | :---: | :---: |
13
- | `@univerjs-pro/sheets-exchange-client` | `UniverProSheetsExchangeClient` | No | No | No |
13
+ | `@univerjs-pro/sheets-exchange-client` | `UniverProSheetsExchangeClient` | No | Yes | No |
14
14
 
15
15
  ## Installation
16
16
 
@@ -0,0 +1 @@
1
+ const _0xb4a85e=_0x263e;function _0x1a20(){const _0x312646=['transformSnapshotJsonToWorkbookData','176YMKFnE','importSheetToUnitIdAsync','exportSheetByUnitId','57087krNWcP','_injector','transformWorkbookDataToSnapshotJson','importSheetToSnapshotAsync','378730nPlZHT','extend','2167578cUEpzD','18EwwXon','FUniver','importSheetToUnitId','8jiXnqI','298115FwLIId','exportSheetByUnitIdAsync','get','exportSheetBySnapshot','844490ZAaKCd','257832LUTCDP','8pyeMFY','198738wAQXmw','6JYvlua','ISheetExchangeService'];_0x1a20=function(){return _0x312646;};return _0x1a20();}(function(_0x324a6f,_0x5d52c8){const _0x1cede9=_0x263e,_0x5eb886=_0x324a6f();while(!![]){try{const _0x1e17bb=-parseInt(_0x1cede9(0x84))/0x1+parseInt(_0x1cede9(0x88))/0x2+-parseInt(_0x1cede9(0x7d))/0x3*(parseInt(_0x1cede9(0x75))/0x4)+-parseInt(_0x1cede9(0x76))/0x5*(-parseInt(_0x1cede9(0x7e))/0x6)+-parseInt(_0x1cede9(0x8a))/0x7*(-parseInt(_0x1cede9(0x7c))/0x8)+-parseInt(_0x1cede9(0x8b))/0x9*(-parseInt(_0x1cede9(0x7a))/0xa)+parseInt(_0x1cede9(0x81))/0xb*(-parseInt(_0x1cede9(0x7b))/0xc);if(_0x1e17bb===_0x5d52c8)break;else _0x5eb886['push'](_0x5eb886['shift']());}catch(_0x6c96a4){_0x5eb886['push'](_0x5eb886['shift']());}}}(_0x1a20,0x2f689));let e=require('@univerjs-pro/sheets-exchange-client'),t=require('@univerjs/core/facade');var n=class extends t['FUniver']{[_0xb4a85e(0x82)](_0x47794f){const _0x7c462c=_0xb4a85e;return this['_injector'][_0x7c462c(0x78)](e['ISheetExchangeService'])[_0x7c462c(0x74)](_0x47794f);}[_0xb4a85e(0x87)](_0xd92cd8){const _0x16194d=_0xb4a85e;return this[_0x16194d(0x85)]['get'](e[_0x16194d(0x7f)])['importSheetToSnapshot'](_0xd92cd8);}[_0xb4a85e(0x77)](_0x4c9019,_0x310559,_0x2edfa8){const _0x1eb113=_0xb4a85e;return this['_injector'][_0x1eb113(0x78)](e[_0x1eb113(0x7f)])[_0x1eb113(0x83)](_0x4c9019,_0x310559,_0x2edfa8);}['exportSheetBySnapshotAsync'](_0x145170,_0x52cebe,_0x5c022f){const _0x5b814e=_0xb4a85e;return this[_0x5b814e(0x85)]['get'](e[_0x5b814e(0x7f)])[_0x5b814e(0x79)](_0x145170,_0x52cebe,_0x5c022f);}['transformSnapshotJsonToWorkbookDataAsync'](_0x28f416){const _0x25c341=_0xb4a85e;return this[_0x25c341(0x85)][_0x25c341(0x78)](e[_0x25c341(0x7f)])[_0x25c341(0x80)](_0x28f416);}['transformWorkbookDataToSnapshotJsonAsync'](_0x5693d8){const _0x3ad5fd=_0xb4a85e;return this[_0x3ad5fd(0x85)][_0x3ad5fd(0x78)](e[_0x3ad5fd(0x7f)])[_0x3ad5fd(0x86)](_0x5693d8);}};function _0x263e(_0x4cea4d,_0x222d3d){_0x4cea4d=_0x4cea4d-0x73;const _0x1a201e=_0x1a20();let _0x263e4c=_0x1a201e[_0x4cea4d];return _0x263e4c;}t[_0xb4a85e(0x73)][_0xb4a85e(0x89)](n);
package/lib/cjs/index.js CHANGED
@@ -1 +1 @@
1
- var _0x312d52=_0x1c9a;function _0x1c9a(_0x3034a1,_0x425fde){_0x3034a1=_0x3034a1-0x1f0;var _0x54fd27=_0x54fd();var _0x1c9a55=_0x54fd27[_0x3034a1];return _0x1c9a55;}(function(_0x1fdee1,_0x1fef9b){var _0x29e023=_0x1c9a,_0x1da017=_0x1fdee1();while(!![]){try{var _0x3ee093=-parseInt(_0x29e023(0x1fc))/0x1*(parseInt(_0x29e023(0x22e))/0x2)+parseInt(_0x29e023(0x220))/0x3*(-parseInt(_0x29e023(0x1f5))/0x4)+-parseInt(_0x29e023(0x233))/0x5*(-parseInt(_0x29e023(0x1f7))/0x6)+-parseInt(_0x29e023(0x1f9))/0x7*(parseInt(_0x29e023(0x23a))/0x8)+-parseInt(_0x29e023(0x230))/0x9+parseInt(_0x29e023(0x206))/0xa+-parseInt(_0x29e023(0x21b))/0xb*(-parseInt(_0x29e023(0x1f6))/0xc);if(_0x3ee093===_0x1fef9b)break;else _0x1da017['push'](_0x1da017['shift']());}catch(_0xb4312a){_0x1da017['push'](_0x1da017['shift']());}}}(_0x54fd,0xa2067),Object[_0x312d52(0x222)](exports,Symbol[_0x312d52(0x20f)],{'value':'Module'}));let e=require('@univerjs/ui'),t=require('@univerjs-pro/exchange-client'),n=require('@univerjs/core'),r=require('@univerjs/sheets'),i=require('@univerjs/sheets-ui'),a=require('@univerjs-pro/license');const o={'id':_0x312d52(0x21f),'type':n['CommandType'][_0x312d52(0x211)],'handler':async _0x1fab92=>{var _0x38571a=_0x312d52;let _0x18c408=_0x1fab92[_0x38571a(0x20b)](t[_0x38571a(0x209)]);return(0x0,t[_0x38571a(0x23c)])(_0x1fab92,n[_0x38571a(0x236)][_0x38571a(0x227)])?await _0x18c408[_0x38571a(0x21c)]():await _0x18c408[_0x38571a(0x218)](),!0x0;}},s={'id':_0x312d52(0x1f0),'type':n[_0x312d52(0x20e)][_0x312d52(0x211)],'handler':async _0x553b8b=>{var _0x28670e=_0x312d52;let _0x425501=_0x553b8b[_0x28670e(0x20b)](t[_0x28670e(0x209)]);return(0x0,t['isCurrentUnitLoadedFromServer'])(_0x553b8b,n['UniverInstanceType'][_0x28670e(0x227)])?await _0x425501[_0x28670e(0x207)]():await _0x425501['exportXLSXBySnapshot'](),!0x0;}},c=_0x312d52(0x216);function l(_0x5e5a23){var _0x4cdd45=_0x312d52;return{'id':c,'type':e['MenuItemType']['SUBITEMS'],'icon':_0x4cdd45(0x1f2),'tooltip':_0x4cdd45(0x1f8),'hidden$':(0x0,e['getMenuHiddenObservable'])(_0x5e5a23,n[_0x4cdd45(0x236)][_0x4cdd45(0x227)]),'disabled$':(0x0,i[_0x4cdd45(0x225)])(_0x5e5a23,{'workbookTypes':[r[_0x4cdd45(0x221)]]})};}function u(){var _0x12c6f8=_0x312d52;return{'id':o['id'],'type':e[_0x12c6f8(0x232)][_0x12c6f8(0x22d)],'title':_0x12c6f8(0x208),'icon':_0x12c6f8(0x21d)};}function d(){var _0x33f604=_0x312d52;return{'id':s['id'],'type':e[_0x33f604(0x232)]['BUTTON'],'title':_0x33f604(0x1f3),'icon':_0x33f604(0x237)};}const f={[e['RibbonStartGroup']['OTHERS']]:{[c]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':l,[o['id']]:{'order':0x0,'menuItemFactory':u},[s['id']]:{'order':0x1,'menuItemFactory':d}}}};var p=_0x312d52(0x235),m=_0x312d52(0x234);const h={};function g(_0x55ef84,_0x47d8bf){return function(_0x115b67,_0x787b05){_0x47d8bf(_0x115b67,_0x787b05,_0x55ef84);};}function _(_0x2e9b4a,_0x317ec,_0x2b0a94,_0x2a2125){var _0x99056d=_0x312d52,_0x338f22=arguments[_0x99056d(0x1fe)],_0xe84ee5=_0x338f22<0x3?_0x317ec:_0x2a2125===null?_0x2a2125=Object['getOwnPropertyDescriptor'](_0x317ec,_0x2b0a94):_0x2a2125,_0x21bc79;if(typeof Reflect==_0x99056d(0x224)&&typeof Reflect['decorate']==_0x99056d(0x205))_0xe84ee5=Reflect[_0x99056d(0x23d)](_0x2e9b4a,_0x317ec,_0x2b0a94,_0x2a2125);else{for(var _0x5afe28=_0x2e9b4a[_0x99056d(0x1fe)]-0x1;_0x5afe28>=0x0;_0x5afe28--)(_0x21bc79=_0x2e9b4a[_0x5afe28])&&(_0xe84ee5=(_0x338f22<0x3?_0x21bc79(_0xe84ee5):_0x338f22>0x3?_0x21bc79(_0x317ec,_0x2b0a94,_0xe84ee5):_0x21bc79(_0x317ec,_0x2b0a94))||_0xe84ee5);}return _0x338f22>0x3&&_0xe84ee5&&Object[_0x99056d(0x222)](_0x317ec,_0x2b0a94,_0xe84ee5),_0xe84ee5;}let v=class extends n[_0x312d52(0x23e)]{constructor(_0x5b58be,_0x41b1c8){var _0xd9798=_0x312d52;super(),this[_0xd9798(0x1fd)]=_0x5b58be,this[_0xd9798(0x212)]=_0x41b1c8,this[_0xd9798(0x21a)](),this[_0xd9798(0x1f4)]();}[_0x312d52(0x21a)](){[o,s]['forEach'](_0x155de3=>{var _0xe82710=_0x1c9a;this[_0xe82710(0x201)](this['_commandService'][_0xe82710(0x23f)](_0x155de3));});}[_0x312d52(0x1f4)](){var _0x1a86a3=_0x312d52;this[_0x1a86a3(0x212)][_0x1a86a3(0x22a)](f);}};v=_([g(0x0,n[_0x312d52(0x217)]),g(0x1,e[_0x312d52(0x21e)])],v);function y(_0x236e69){'@babel/helpers - typeof';var _0x209b7c=_0x312d52;return y=typeof Symbol=='function'&&typeof Symbol[_0x209b7c(0x213)]==_0x209b7c(0x223)?function(_0x5bfef3){return typeof _0x5bfef3;}:function(_0xa0fa9d){var _0xa38e0b=_0x209b7c;return _0xa0fa9d&&typeof Symbol==_0xa38e0b(0x205)&&_0xa0fa9d['constructor']===Symbol&&_0xa0fa9d!==Symbol[_0xa38e0b(0x219)]?_0xa38e0b(0x223):typeof _0xa0fa9d;},y(_0x236e69);}function _0x54fd(){var _0x46ae89=['OPERATION','_menuManagerService','iterator','forEach','version','sheets-exchange-client.operation.exchange','ICommandService','importXLSXToSnapshot','prototype','_initCommands','11hzsMdd','importXLSXToUnitId','FolderIcon','IMenuManagerService','exchange-client.operation.import-xlsx','825YZzlRy','WorkbookExportPermission','defineProperty','symbol','object','getCurrentRangeDisable$','setConfig','UNIVER_SHEET','IConfigService','UniverSheetsExchangeClientPlugin','mergeMenu','Plugin','_injector','BUTTON','160174qZOwEP','SHEET_EXCHANGE_CLIENT_PLUGIN','5228865QbqlpL','add','MenuItemType','24785YeDUIP','1.0.0-alpha.8','@univerjs-pro/sheets-exchange-client','UniverInstanceType','ExportIcon','sheets-exchange-client.config','pluginName','8vQyLIY','SheetsExchangeClientMenuSchema','isCurrentUnitLoadedFromServer','decorate','Disposable','registerCommand','exchange-client.operation.export-xlsx','UniverUIPlugin','DirectExportIcon','sheets-exchange-client.download','_initMenus','4852mVEaIT','19776828pGgPNt','1434lnpLbg','sheets-exchange-client.file','4336297uHBkPk','onStarting','packageName','8FJxzEs','_commandService','length','_config','type','disposeWithMe','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_configService','UniverExchangeClientPlugin','function','55900hddszV','exportXLSXByUnitId','sheets-exchange-client.upload','IExchangeOperateService','call','get','DependentOn','string','CommandType','toStringTag','menu'];_0x54fd=function(){return _0x46ae89;};return _0x54fd();}function b(_0x70fa13,_0x125ede){var _0x33fa7a=_0x312d52;if(y(_0x70fa13)!='object'||!_0x70fa13)return _0x70fa13;var _0x56e466=_0x70fa13[Symbol['toPrimitive']];if(_0x56e466!==void 0x0){var _0x33148a=_0x56e466[_0x33fa7a(0x20a)](_0x70fa13,_0x125ede||'default');if(y(_0x33148a)!=_0x33fa7a(0x224))return _0x33148a;throw TypeError(_0x33fa7a(0x202));}return(_0x125ede==='string'?String:Number)(_0x70fa13);}function x(_0x321fd6){var _0x4c2020=_0x312d52,_0x549db0=b(_0x321fd6,_0x4c2020(0x20d));return y(_0x549db0)=='symbol'?_0x549db0:_0x549db0+'';}function S(_0x4f1f8e,_0x47c271,_0x163fe5){var _0x2a5bcf=_0x312d52;return(_0x47c271=x(_0x47c271))in _0x4f1f8e?Object[_0x2a5bcf(0x222)](_0x4f1f8e,_0x47c271,{'value':_0x163fe5,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4f1f8e[_0x47c271]=_0x163fe5,_0x4f1f8e;}let C=class extends n[_0x312d52(0x22b)]{constructor(_0x314373=h,_0x249159,_0x591618){var _0x5b44bb=_0x312d52;super(),this['_config']=_0x314373,this[_0x5b44bb(0x22c)]=_0x249159,this[_0x5b44bb(0x203)]=_0x591618;let {menu:_0x51c931,..._0x166aad}=(0x0,n['merge'])({},h,this[_0x5b44bb(0x1ff)]);_0x51c931&&this[_0x5b44bb(0x203)][_0x5b44bb(0x226)](_0x5b44bb(0x210),_0x51c931,{'merge':!0x0}),this[_0x5b44bb(0x203)][_0x5b44bb(0x226)](_0x5b44bb(0x238),_0x166aad);}[_0x312d52(0x1fa)](){var _0xb0b896=_0x312d52;[[v]][_0xb0b896(0x214)](_0x151a0f=>this[_0xb0b896(0x22c)][_0xb0b896(0x231)](_0x151a0f));}['onReady'](){var _0x20870b=_0x312d52;this[_0x20870b(0x22c)]['get'](v);}};S(C,_0x312d52(0x239),_0x312d52(0x22f)),S(C,_0x312d52(0x1fb),p),S(C,_0x312d52(0x215),m),S(C,_0x312d52(0x200),n['UniverInstanceType'][_0x312d52(0x227)]),C=_([(0x0,n[_0x312d52(0x20c)])(a['UniverLicensePlugin'],e[_0x312d52(0x1f1)],t[_0x312d52(0x204)]),g(0x1,(0x0,n['Inject'])(n['Injector'])),g(0x2,n[_0x312d52(0x228)])],C),exports[_0x312d52(0x23b)]=f,Object[_0x312d52(0x222)](exports,_0x312d52(0x229),{'enumerable':!0x0,'get':function(){return C;}});
1
+ function _0x1220(_0x3a45c6,_0x34373a){_0x3a45c6=_0x3a45c6-0x1d4;const _0x3d5cce=_0x3d5c();let _0x122084=_0x3d5cce[_0x3a45c6];return _0x122084;}const _0x248ca6=_0x1220;(function(_0x551b13,_0x3edc20){const _0x139a30=_0x1220,_0x17ad43=_0x551b13();while(!![]){try{const _0x167993=parseInt(_0x139a30(0x227))/0x1*(-parseInt(_0x139a30(0x1f9))/0x2)+parseInt(_0x139a30(0x231))/0x3+-parseInt(_0x139a30(0x1e1))/0x4+parseInt(_0x139a30(0x1f3))/0x5+-parseInt(_0x139a30(0x21e))/0x6*(parseInt(_0x139a30(0x21f))/0x7)+parseInt(_0x139a30(0x208))/0x8+-parseInt(_0x139a30(0x203))/0x9;if(_0x167993===_0x3edc20)break;else _0x17ad43['push'](_0x17ad43['shift']());}catch(_0x1cfd50){_0x17ad43['push'](_0x17ad43['shift']());}}}(_0x3d5c,0xa6778),Object['defineProperty'](exports,Symbol['toStringTag'],{'value':'Module'}));function _0x3d5c(){const _0x4c2417=['BUTTON','getUnitId','onStarting','OPERATION','parse','setConfig','DirectExportIcon','defineProperty','Inject','importSheetToSnapshot','open','registerCommand','IUniverInstanceService','menu','dispose','LocaleService','pluginName','6089130XhJrCt','_initMenus','OTHERS','_injector','call','_getConfig','908foqtXS','_commandService','ICommandService','exportSheetBySnapshot','_config','importSheetToUnitId','sheets-exchange-client.sheet-exchange.service','name','decorate','_initCommands','3757608NTVFTN','format','sheets-exchange-client.operation.import-sheet','Failed\x20to\x20transform\x20snapshot\x20to\x20string','data','9631352GjTEsb','exportFileByUnitId','constructor','saveUnit','ExchangeFormat','\x20is\x20currently\x20active.','map','version','exportSheetByUnitId','getSheetId','TSV','sheetId','forEach','getSheets','length','type','getCurrentUnitOfType','getSnapshot','sheets-exchange-client.operation.export-sheet','UniverLicensePlugin','_exchangeOperateService','transformWorkbookDataToSnapshot','12dpHJJz','2368149KezoyC','DependentOn','transformWorkbookDataToSnapshotJson','merge','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_univerInstanceService','_createExportOptions','snapshot','1237CSwDOo','string','exportFileBySnapshot','Disposable','_menuManagerService','getName','_configService','UniverInstanceType','onReady','mergeMenu','434808IfWOJn','No\x20unit\x20of\x20type\x20','rev','getOwnPropertyDescriptor','MenuItemType','getMenuHiddenObservable','_resourceLoaderService','UNIVER_SHEET','WorkbookExportPermission','sheets-exchange-client.download','sheets-exchange-client.config','values','transformSnapshotToWorkbookData','getCurrentRangeDisable$','ExportIcon','SheetsExchangeClientMenuSchema','default','exportFile','getActiveSheet','IConfigService','isCurrentUnitLoadedFromServer','transformSnapshotJsonToWorkbookData','_exchangeService','Plugin','object','sheetBlocks','get','RibbonStartGroup','symbol','getSheetBlocksFromSnapshot','importFileToSnapshot','CommandType','disposeWithMe','_sheetExchangeService','executeCommand','ISheetExchangeService','sheets-exchange-client.operation.exchange','_createImportOptions','XLSX','transformWorkbookSnapshotMetaToString','FolderIcon','createIdentifier','function','Injector','916436lLYRYd'];_0x3d5c=function(){return _0x4c2417;};return _0x3d5c();}let e=require('@univerjs/ui'),t=require('@univerjs-pro/exchange-client'),n=require('@univerjs/core'),r=require('@univerjs-pro/collaboration'),i=require('@univerjs/sheets'),a=require('@univerjs/sheets-ui'),o=require('@univerjs-pro/license');const s={'minSheetRowCount':0x1,'minSheetColumnCount':0x1,'disableCellImageConversion':!0x0};function c(_0x5490c4,_0x33b334){return function(_0x3fd18e,_0x38263b){_0x33b334(_0x3fd18e,_0x38263b,_0x5490c4);};}function l(_0x198a3f,_0x10361b,_0x43a9d9,_0x2a9237){const _0x5bab21=_0x1220;var _0x13169f=arguments['length'],_0x520bf6=_0x13169f<0x3?_0x10361b:_0x2a9237===null?_0x2a9237=Object[_0x5bab21(0x234)](_0x10361b,_0x43a9d9):_0x2a9237,_0x33f609;if(typeof Reflect==_0x5bab21(0x249)&&typeof Reflect[_0x5bab21(0x201)]==_0x5bab21(0x1df))_0x520bf6=Reflect[_0x5bab21(0x201)](_0x198a3f,_0x10361b,_0x43a9d9,_0x2a9237);else{for(var _0x3208e=_0x198a3f[_0x5bab21(0x216)]-0x1;_0x3208e>=0x0;_0x3208e--)(_0x33f609=_0x198a3f[_0x3208e])&&(_0x520bf6=(_0x13169f<0x3?_0x33f609(_0x520bf6):_0x13169f>0x3?_0x33f609(_0x10361b,_0x43a9d9,_0x520bf6):_0x33f609(_0x10361b,_0x43a9d9))||_0x520bf6);}return _0x13169f>0x3&&_0x520bf6&&Object[_0x5bab21(0x1e9)](_0x10361b,_0x43a9d9,_0x520bf6),_0x520bf6;}const u=(0x0,n['createIdentifier'])(_0x248ca6(0x1ff));let d=class{constructor(_0x1613cb,_0x12cbf0){const _0x1f833e=_0x248ca6;this[_0x1f833e(0x247)]=_0x1613cb,this[_0x1f833e(0x22d)]=_0x12cbf0;}[_0x248ca6(0x1fe)](_0x1d440b){const _0x2d72e2=_0x248ca6;let _0x929ffd=this[_0x2d72e2(0x1da)]();return this[_0x2d72e2(0x247)]['importFileToUnitId'](_0x1d440b,n[_0x2d72e2(0x22e)]['UNIVER_SHEET'],{'sheet':_0x929ffd});}async[_0x248ca6(0x1eb)](_0xe1634d){const _0x403de0=_0x248ca6;let _0x28fcdc=this[_0x403de0(0x1da)](),_0x59906f=await this['_exchangeService']['importFileToJson'](_0xe1634d,n[_0x403de0(0x22e)]['UNIVER_SHEET'],{'sheet':_0x28fcdc});return _0x59906f?this['transformSnapshotJsonToWorkbookData'](_0x59906f):void 0x0;}[_0x248ca6(0x210)](_0x169aab,_0x149c3f=t[_0x248ca6(0x20c)]['XLSX'],_0x48b2fc){const _0x12a7fe=_0x248ca6;let _0x4759df=this['_createExportOptions'](_0x149c3f,_0x48b2fc);return this[_0x12a7fe(0x247)][_0x12a7fe(0x209)](_0x169aab,n[_0x12a7fe(0x22e)][_0x12a7fe(0x238)],_0x149c3f,{'sheet':_0x4759df});}async[_0x248ca6(0x1fc)](_0x1ceb9f,_0x4a27c5=t[_0x248ca6(0x20c)][_0x248ca6(0x1db)],_0x3a5424){const _0x1001b5=_0x248ca6;let _0xeebcf8=await this[_0x1001b5(0x221)](_0x1ceb9f),_0x27301b=this[_0x1001b5(0x225)](_0x4a27c5,_0x3a5424);return this[_0x1001b5(0x247)][_0x1001b5(0x229)](_0xeebcf8,n[_0x1001b5(0x22e)][_0x1001b5(0x238)],_0x4a27c5,{'sheet':_0x27301b});}[_0x248ca6(0x246)](_0x23f5fa){const _0x3f9681=_0x248ca6;let _0xc2d92d=Object[_0x3f9681(0x23c)](_0x23f5fa[_0x3f9681(0x24a)]||{})[_0x3f9681(0x20e)](_0x1bda24=>({..._0x1bda24,'data':_0x1bda24[_0x3f9681(0x207)]?JSON[_0x3f9681(0x1e6)]((0x0,r['b64DecodeUnicode'])(_0x1bda24[_0x3f9681(0x207)])):void 0x0}));return(0x0,r[_0x3f9681(0x23d)])(_0x23f5fa[_0x3f9681(0x226)],_0xc2d92d);}async[_0x248ca6(0x221)](_0x110249){const _0x5e7e70=_0x248ca6;let _0x32760e={'metadata':void 0x0},_0x2f7fd6=new t['ClientSnapshotServerService'](),{snapshot:_0xbc4ca0}=await(0x0,r[_0x5e7e70(0x21d)])(_0x32760e,_0x110249,_0x110249['id'],_0x110249[_0x5e7e70(0x233)]??0x0,_0x2f7fd6),_0x5f2eae=(0x0,t[_0x5e7e70(0x1dc)])(_0xbc4ca0);if(!_0x5f2eae)throw Error(_0x5e7e70(0x206));return{'snapshot':_0x5f2eae,'sheetBlocks':(0x0,t['transformSheetBlockMetaToString'])(await(0x0,r[_0x5e7e70(0x24e)])(_0xbc4ca0,_0x2f7fd6))};}[_0x248ca6(0x1f8)](){const _0x2e363a=_0x248ca6;return this[_0x2e363a(0x22d)]['getConfig'](_0x2e363a(0x23b))??s;}[_0x248ca6(0x1da)](){const _0x362ed7=_0x248ca6;let {minSheetRowCount:_0x2cb803,minSheetColumnCount:_0x3e111d}=this[_0x362ed7(0x1f8)]();return{'minSheetRowCount':_0x2cb803,'minSheetColumnCount':_0x3e111d};}[_0x248ca6(0x225)](_0x3c2ee9,_0x6429f1){const _0x18f28b=_0x248ca6;let {disableCellImageConversion:_0x1bd7f9}=this['_getConfig']();return{'useImageUrl':_0x1bd7f9,..._0x3c2ee9!==t[_0x18f28b(0x20c)][_0x18f28b(0x1db)]&&_0x6429f1?{'csv':{'sheetId':_0x6429f1}}:{}};}};d=l([c(0x0,(0x0,n[_0x248ca6(0x1ea)])(t['IExchangeService'])),c(0x1,n[_0x248ca6(0x244)])],d);const f=(0x0,n[_0x248ca6(0x1de)])('sheets-exchange-client.sheet-exchange-operate.service');let p=class{constructor(_0x42dd0b,_0x56ed50,_0x13ea30,_0x11fdd9){const _0x382b60=_0x248ca6;this[_0x382b60(0x1d6)]=_0x42dd0b,this['_exchangeOperateService']=_0x56ed50,this[_0x382b60(0x224)]=_0x13ea30,this[_0x382b60(0x237)]=_0x11fdd9;}['importSheetToUnitId'](){const _0x5a8ed9=_0x248ca6;return this[_0x5a8ed9(0x21c)]['importFileToUnitId'](n[_0x5a8ed9(0x22e)]['UNIVER_SHEET'],_0x610d54=>this['_sheetExchangeService'][_0x5a8ed9(0x1fe)](_0x610d54));}[_0x248ca6(0x1eb)](){const _0x3d7794=_0x248ca6;return this[_0x3d7794(0x21c)][_0x3d7794(0x24f)](n[_0x3d7794(0x22e)]['UNIVER_SHEET'],_0x22d946=>this[_0x3d7794(0x1d6)][_0x3d7794(0x1eb)](_0x22d946));}['exportSheetByUnitId'](_0x377b26,_0x2843bd,_0x497380=t[_0x248ca6(0x20c)][_0x248ca6(0x1db)],_0x5b9f6d){const _0x34273b=_0x248ca6;let _0x40a6b8=this['_getCurrentWorkbook']();return this[_0x34273b(0x21c)][_0x34273b(0x242)](()=>this[_0x34273b(0x1d6)][_0x34273b(0x210)](_0x377b26??_0x40a6b8[_0x34273b(0x1e3)](),_0x497380,_0x5b9f6d),_0x2843bd??_0x40a6b8[_0x34273b(0x219)]()[_0x34273b(0x200)],_0x497380);}[_0x248ca6(0x1fc)](_0x2114f6=t['ExchangeFormat'][_0x248ca6(0x1db)],_0x163b90){const _0x276601=_0x248ca6;let _0x192208=this['_getCurrentWorkbook'](),_0x12879f=this[_0x276601(0x237)][_0x276601(0x20b)](_0x192208[_0x276601(0x1e3)]())??_0x192208[_0x276601(0x219)]();return this[_0x276601(0x21c)]['exportFile'](()=>this[_0x276601(0x1d6)][_0x276601(0x1fc)](_0x12879f,_0x2114f6,_0x163b90),_0x12879f['name'],_0x2114f6);}['_getCurrentWorkbook'](){const _0x2ce675=_0x248ca6;let _0x1989c9=this['_univerInstanceService'][_0x2ce675(0x218)](n[_0x2ce675(0x22e)]['UNIVER_SHEET']);if(!_0x1989c9)throw Error(_0x2ce675(0x232)+n[_0x2ce675(0x22e)][_0x2ce675(0x238)]+_0x2ce675(0x20d));return _0x1989c9;}};p=l([c(0x0,(0x0,n[_0x248ca6(0x1ea)])(u)),c(0x1,(0x0,n['Inject'])(t['IExchangeOperateService'])),c(0x2,n[_0x248ca6(0x1ee)]),c(0x3,n['IResourceLoaderService'])],p);function m(_0x5c8094){const _0x329ec7=_0x248ca6;var _0x12f7f2,_0x99da85;return{'selectedId':((_0x12f7f2=_0x5c8094[_0x329ec7(0x243)](!0x0))==null?void 0x0:_0x12f7f2[_0x329ec7(0x211)]())??((_0x99da85=_0x5c8094[_0x329ec7(0x215)]()[0x0])==null?void 0x0:_0x99da85[_0x329ec7(0x211)]())??'','items':_0x5c8094[_0x329ec7(0x215)]()['map'](_0x35be85=>({'label':_0x35be85[_0x329ec7(0x22c)](),'value':_0x35be85['getSheetId']()}))};}const h={'id':_0x248ca6(0x205),'type':n[_0x248ca6(0x1d4)][_0x248ca6(0x1e5)],'handler':async _0x360605=>{const _0x56e21c=_0x248ca6;let _0x123bd9=_0x360605['get'](f);return(0x0,t[_0x56e21c(0x245)])(_0x360605,n['UniverInstanceType'][_0x56e21c(0x238)])?await _0x123bd9[_0x56e21c(0x1fe)]():await _0x123bd9[_0x56e21c(0x1eb)](),!0x0;}},g={'id':'sheets-exchange-client.operation.export-sheet-by-format','type':n[_0x248ca6(0x1d4)][_0x248ca6(0x1e5)],'handler':async(_0xbc108c,_0x446e3b)=>{const _0x487f48=_0x248ca6;if(!_0x446e3b)return!0x1;let _0xb0487f=_0xbc108c['get'](f);return(0x0,t[_0x487f48(0x245)])(_0xbc108c,n[_0x487f48(0x22e)][_0x487f48(0x238)])?await _0xb0487f[_0x487f48(0x210)](void 0x0,void 0x0,_0x446e3b['format'],_0x446e3b[_0x487f48(0x213)]):await _0xb0487f[_0x487f48(0x1fc)](_0x446e3b[_0x487f48(0x204)],_0x446e3b[_0x487f48(0x213)]),!0x0;}},_={'id':_0x248ca6(0x21a),'type':n[_0x248ca6(0x1d4)]['OPERATION'],'handler':_0x504b17=>{const _0x15602e=_0x248ca6;let _0x342417=_0x504b17[_0x15602e(0x24b)](n['IUniverInstanceService'])[_0x15602e(0x218)](n['UniverInstanceType'][_0x15602e(0x238)]);if(!_0x342417)return!0x1;let _0x3c36fe=m(_0x342417),_0x231444=_0x504b17['get'](e['IDialogService']),_0xf8b1cc=_0x504b17[_0x15602e(0x24b)](n[_0x15602e(0x1fb)]),_0x115d26=_0x504b17[_0x15602e(0x24b)](n[_0x15602e(0x1f1)]),_0x4d34cd=null,_0x4c3c67=()=>{const _0x48a385=_0x15602e;_0x4d34cd==null||_0x4d34cd[_0x48a385(0x1f0)](),_0x4d34cd=null;};return _0x4d34cd=_0x231444[_0x15602e(0x1ec)]({'id':'sheets-exchange-client.dialog.export-format','title':{'title':_0x115d26['t'](_0x15602e(0x23a))},'width':0x1a4,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x1,'children':{'label':{'name':t['EXPORT_FORMAT_DIALOG'],'props':{'formats':[t[_0x15602e(0x20c)][_0x15602e(0x1db)],t['ExchangeFormat']['CSV'],t['ExchangeFormat'][_0x15602e(0x212)]],..._0x3c36fe,'onCancel':_0x4c3c67,'onConfirm':async(_0x293dcd,_0x599f4b)=>{const _0x308a02=_0x15602e;await _0xf8b1cc[_0x308a02(0x1d7)](g['id'],{'format':_0x293dcd,'sheetId':_0x599f4b}),_0x4c3c67();}}}},'onClose':_0x4c3c67}),!0x0;}},v=_0x248ca6(0x1d9);function y(_0xb224d5){const _0x28e98d=_0x248ca6;return{'id':v,'type':e[_0x28e98d(0x235)]['SUBITEMS'],'icon':_0x28e98d(0x1e8),'tooltip':'sheets-exchange-client.file','hidden$':(0x0,e[_0x28e98d(0x236)])(_0xb224d5,n['UniverInstanceType'][_0x28e98d(0x238)]),'disabled$':(0x0,a[_0x28e98d(0x23e)])(_0xb224d5,{'workbookTypes':[i[_0x28e98d(0x239)]]})};}function b(){const _0x3eec36=_0x248ca6;return{'id':h['id'],'type':e[_0x3eec36(0x235)][_0x3eec36(0x1e2)],'title':'sheets-exchange-client.upload','icon':_0x3eec36(0x1dd)};}function x(){const _0x5f4e97=_0x248ca6;return{'id':_['id'],'type':e['MenuItemType'][_0x5f4e97(0x1e2)],'title':'sheets-exchange-client.download','icon':_0x5f4e97(0x23f)};}const S={[e[_0x248ca6(0x24c)][_0x248ca6(0x1f5)]]:{[v]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':y,[h['id']]:{'order':0x0,'menuItemFactory':b},[_['id']]:{'order':0x1,'menuItemFactory':x}}}};var C='@univerjs-pro/sheets-exchange-client',w='1.0.0-beta.0';let T=class extends n[_0x248ca6(0x22a)]{constructor(_0x3ba580,_0x155ac2){const _0x337d1e=_0x248ca6;super(),this[_0x337d1e(0x1fa)]=_0x3ba580,this[_0x337d1e(0x22b)]=_0x155ac2,this['_initCommands'](),this[_0x337d1e(0x1f4)]();}[_0x248ca6(0x202)](){const _0x36d260=_0x248ca6;[h,_,g][_0x36d260(0x214)](_0x1e2910=>{const _0x35a112=_0x36d260;this[_0x35a112(0x1d5)](this['_commandService'][_0x35a112(0x1ed)](_0x1e2910));});}[_0x248ca6(0x1f4)](){const _0x7550ee=_0x248ca6;this[_0x7550ee(0x22b)][_0x7550ee(0x230)](S);}};T=l([c(0x0,n['ICommandService']),c(0x1,e['IMenuManagerService'])],T);function E(_0x54abd6){'@babel/helpers - typeof';const _0x6ae3a5=_0x248ca6;return E=typeof Symbol=='function'&&typeof Symbol['iterator']==_0x6ae3a5(0x24d)?function(_0xd6a2e3){return typeof _0xd6a2e3;}:function(_0x2973eb){const _0x4ecd8d=_0x6ae3a5;return _0x2973eb&&typeof Symbol=='function'&&_0x2973eb[_0x4ecd8d(0x20a)]===Symbol&&_0x2973eb!==Symbol['prototype']?'symbol':typeof _0x2973eb;},E(_0x54abd6);}function D(_0x2d9015,_0x41fd57){const _0x11c7a3=_0x248ca6;if(E(_0x2d9015)!='object'||!_0x2d9015)return _0x2d9015;var _0x37bdcb=_0x2d9015[Symbol['toPrimitive']];if(_0x37bdcb!==void 0x0){var _0x466b48=_0x37bdcb[_0x11c7a3(0x1f7)](_0x2d9015,_0x41fd57||_0x11c7a3(0x241));if(E(_0x466b48)!=_0x11c7a3(0x249))return _0x466b48;throw TypeError(_0x11c7a3(0x223));}return(_0x41fd57===_0x11c7a3(0x228)?String:Number)(_0x2d9015);}function O(_0x4002e5){const _0x4e961=_0x248ca6;var _0x4dcd26=D(_0x4002e5,_0x4e961(0x228));return E(_0x4dcd26)==_0x4e961(0x24d)?_0x4dcd26:_0x4dcd26+'';}function k(_0x40f1ff,_0x6dbd80,_0x19491c){return(_0x6dbd80=O(_0x6dbd80))in _0x40f1ff?Object['defineProperty'](_0x40f1ff,_0x6dbd80,{'value':_0x19491c,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x40f1ff[_0x6dbd80]=_0x19491c,_0x40f1ff;}let A=class extends n[_0x248ca6(0x248)]{constructor(_0x47632f=s,_0x526cf5,_0x41c9ad){const _0x1c7660=_0x248ca6;super(),this[_0x1c7660(0x1fd)]=_0x47632f,this[_0x1c7660(0x1f6)]=_0x526cf5,this[_0x1c7660(0x22d)]=_0x41c9ad;let {menu:_0x311d5a,..._0x247caf}=(0x0,n[_0x1c7660(0x222)])({},s,this[_0x1c7660(0x1fd)]);_0x311d5a&&this['_configService'][_0x1c7660(0x1e7)](_0x1c7660(0x1ef),_0x311d5a,{'merge':!0x0}),this['_configService']['setConfig'](_0x1c7660(0x23b),_0x247caf);}[_0x248ca6(0x1e4)](){const _0x4121a0=_0x248ca6;[[u,{'useClass':d}],[f,{'useClass':p}],[T]][_0x4121a0(0x214)](_0x268188=>this[_0x4121a0(0x1f6)]['add'](_0x268188));}[_0x248ca6(0x22f)](){const _0x7b9919=_0x248ca6;this[_0x7b9919(0x1f6)][_0x7b9919(0x24b)](T);}};k(A,_0x248ca6(0x1f2),'SHEET_EXCHANGE_CLIENT_PLUGIN'),k(A,'packageName',C),k(A,_0x248ca6(0x20f),w),k(A,_0x248ca6(0x217),n[_0x248ca6(0x22e)][_0x248ca6(0x238)]),A=l([(0x0,n[_0x248ca6(0x220)])(o[_0x248ca6(0x21b)],t['UniverExchangeClientPlugin']),c(0x1,(0x0,n[_0x248ca6(0x1ea)])(n[_0x248ca6(0x1e0)])),c(0x2,n[_0x248ca6(0x244)])],A),exports[_0x248ca6(0x1d8)]=u,exports[_0x248ca6(0x240)]=S,Object[_0x248ca6(0x1e9)](exports,'UniverSheetsExchangeClientPlugin',{'enumerable':!0x0,'get':function(){return A;}});
@@ -1 +1 @@
1
- const _0x565308=_0x4476;(function(_0x800fc7,_0x5d8942){const _0x21ac98=_0x4476,_0x17257a=_0x800fc7();while(!![]){try{const _0x2e8806=-parseInt(_0x21ac98(0x72))/0x1+parseInt(_0x21ac98(0x6a))/0x2*(-parseInt(_0x21ac98(0x74))/0x3)+-parseInt(_0x21ac98(0x6b))/0x4*(parseInt(_0x21ac98(0x71))/0x5)+-parseInt(_0x21ac98(0x6d))/0x6*(-parseInt(_0x21ac98(0x6e))/0x7)+-parseInt(_0x21ac98(0x6f))/0x8+-parseInt(_0x21ac98(0x69))/0x9+parseInt(_0x21ac98(0x70))/0xa;if(_0x2e8806===_0x5d8942)break;else _0x17257a['push'](_0x17257a['shift']());}catch(_0x288460){_0x17257a['push'](_0x17257a['shift']());}}}(_0x26c8,0x5dce5));const e={'sheets-exchange-client':{'file':_0x565308(0x76),'upload':_0x565308(0x6c),'download':_0x565308(0x73)}};function _0x26c8(){const _0x220dd6=['exports','ملف','4401405mwmZiw','6YeTiim','4WwQgyN','فتح\x20(ملف)','48PMptUK','405167etmAIp','2413680asDGQX','20110770NEJeCZ','1260185MtjncE','623561mVxxIc','حفظ\x20باسم','423543SOimIc'];_0x26c8=function(){return _0x220dd6;};return _0x26c8();}function _0x4476(_0x1d3264,_0x1e538c){_0x1d3264=_0x1d3264-0x69;const _0x26c832=_0x26c8();let _0x44761b=_0x26c832[_0x1d3264];return _0x44761b;}module[_0x565308(0x75)]=e;
1
+ function _0x12cd(_0x1328fc,_0x42d032){_0x1328fc=_0x1328fc-0x98;const _0x5ed334=_0x5ed3();let _0x12cda7=_0x5ed334[_0x1328fc];return _0x12cda7;}const _0x19c0a0=_0x12cd;(function(_0x293625,_0x15df19){const _0x5a23b6=_0x12cd,_0x5cda95=_0x293625();while(!![]){try{const _0xa37a02=-parseInt(_0x5a23b6(0x98))/0x1+parseInt(_0x5a23b6(0x99))/0x2+-parseInt(_0x5a23b6(0xa0))/0x3+-parseInt(_0x5a23b6(0x9c))/0x4*(parseInt(_0x5a23b6(0xa2))/0x5)+-parseInt(_0x5a23b6(0xa3))/0x6*(parseInt(_0x5a23b6(0xa1))/0x7)+parseInt(_0x5a23b6(0x9e))/0x8*(-parseInt(_0x5a23b6(0xa5))/0x9)+parseInt(_0x5a23b6(0xa4))/0xa;if(_0xa37a02===_0x15df19)break;else _0x5cda95['push'](_0x5cda95['shift']());}catch(_0x2e5aa4){_0x5cda95['push'](_0x5cda95['shift']());}}}(_0x5ed3,0x1ecc5));const e={'sheets-exchange-client':{'file':_0x19c0a0(0x9a),'upload':_0x19c0a0(0x9f),'download':_0x19c0a0(0x9b)}};function _0x5ed3(){const _0x2ed861=['13905DlxbNt','163174DukjcU','ملف','حفظ\x20باسم','444232iJzgWR','exports','608WsGFvs','فتح\x20(ملف)','663318bImYIB','49kdlCJM','5rwJOAZ','15342WMScTl','5242780gNEzHK','13707VIucsI'];_0x5ed3=function(){return _0x2ed861;};return _0x5ed3();}module[_0x19c0a0(0x9d)]=e;
@@ -1 +1 @@
1
- function _0x210e(){const _0x1a105c=['5172308oflqdb','5784yVZXCH','Obrir(Fitxer)','2371840JVSZsk','exports','600757RxwOnj','27RtLvcg','399kcepPt','11083534lhZQoW','10TJaZBo','3KMOPiu','2317905YglyrT','361040fVrkSN'];_0x210e=function(){return _0x1a105c;};return _0x210e();}function _0x11ba(_0x48239d,_0x47aacc){_0x48239d=_0x48239d-0xca;const _0x210e85=_0x210e();let _0x11ba01=_0x210e85[_0x48239d];return _0x11ba01;}const _0x511243=_0x11ba;(function(_0x4a8f57,_0x3c79dd){const _0x55ed2f=_0x11ba,_0x878be6=_0x4a8f57();while(!![]){try{const _0x46f3cb=-parseInt(_0x55ed2f(0xd5))/0x1+-parseInt(_0x55ed2f(0xcf))/0x2+-parseInt(_0x55ed2f(0xcd))/0x3*(-parseInt(_0x55ed2f(0xd0))/0x4)+parseInt(_0x55ed2f(0xce))/0x5+parseInt(_0x55ed2f(0xd1))/0x6*(-parseInt(_0x55ed2f(0xca))/0x7)+-parseInt(_0x55ed2f(0xd3))/0x8*(-parseInt(_0x55ed2f(0xd6))/0x9)+-parseInt(_0x55ed2f(0xcc))/0xa*(parseInt(_0x55ed2f(0xcb))/0xb);if(_0x46f3cb===_0x3c79dd)break;else _0x878be6['push'](_0x878be6['shift']());}catch(_0x12d60a){_0x878be6['push'](_0x878be6['shift']());}}}(_0x210e,0xc3de7));const e={'sheets-exchange-client':{'file':'Fitxer','upload':_0x511243(0xd2),'download':'Anomena\x20i\x20desa'}};module[_0x511243(0xd4)]=e;
1
+ function _0x33b8(_0xc0b520,_0x20c356){_0xc0b520=_0xc0b520-0x117;const _0x38e844=_0x38e8();let _0x33b8e4=_0x38e844[_0xc0b520];return _0x33b8e4;}const _0x2e60d0=_0x33b8;(function(_0x484fbe,_0x49168b){const _0x114264=_0x33b8,_0x2a1b27=_0x484fbe();while(!![]){try{const _0x16fec2=-parseInt(_0x114264(0x11a))/0x1*(parseInt(_0x114264(0x120))/0x2)+parseInt(_0x114264(0x11c))/0x3*(parseInt(_0x114264(0x122))/0x4)+parseInt(_0x114264(0x118))/0x5+parseInt(_0x114264(0x11b))/0x6*(-parseInt(_0x114264(0x11d))/0x7)+-parseInt(_0x114264(0x121))/0x8*(parseInt(_0x114264(0x123))/0x9)+-parseInt(_0x114264(0x11e))/0xa+parseInt(_0x114264(0x11f))/0xb;if(_0x16fec2===_0x49168b)break;else _0x2a1b27['push'](_0x2a1b27['shift']());}catch(_0x3834e8){_0x2a1b27['push'](_0x2a1b27['shift']());}}}(_0x38e8,0x44cc1));function _0x38e8(){const _0x4b6e2c=['11095623GbNGqI','38odSCeS','2823256TfoBow','497708dtFiVE','9sENmiK','Obrir(Fitxer)','719165trwdxI','Anomena\x20i\x20desa','7166HGpGcK','84VBswjO','3PuWdCn','239701KKcCTS','266970ptVuoe'];_0x38e8=function(){return _0x4b6e2c;};return _0x38e8();}const e={'sheets-exchange-client':{'file':'Fitxer','upload':_0x2e60d0(0x117),'download':_0x2e60d0(0x119)}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x59213a=_0x5b11;(function(_0xba85af,_0x2b0e5e){const _0x4ab97a=_0x5b11,_0x718b43=_0xba85af();while(!![]){try{const _0x370e88=parseInt(_0x4ab97a(0x100))/0x1*(parseInt(_0x4ab97a(0xf5))/0x2)+-parseInt(_0x4ab97a(0xfd))/0x3+parseInt(_0x4ab97a(0xfc))/0x4*(-parseInt(_0x4ab97a(0xf8))/0x5)+-parseInt(_0x4ab97a(0xf6))/0x6+parseInt(_0x4ab97a(0xff))/0x7*(-parseInt(_0x4ab97a(0xf7))/0x8)+-parseInt(_0x4ab97a(0xfa))/0x9*(-parseInt(_0x4ab97a(0xfe))/0xa)+parseInt(_0x4ab97a(0xfb))/0xb*(parseInt(_0x4ab97a(0x101))/0xc);if(_0x370e88===_0x2b0e5e)break;else _0x718b43['push'](_0x718b43['shift']());}catch(_0x290de7){_0x718b43['push'](_0x718b43['shift']());}}}(_0x4fd1,0xe2f7e));const e={'sheets-exchange-client':{'file':_0x59213a(0xf9),'upload':_0x59213a(0xf4),'download':'Speichern\x20unter'}};function _0x5b11(_0x3537c4,_0x3bd86b){_0x3537c4=_0x3537c4-0xf4;const _0x4fd17f=_0x4fd1();let _0x5b1153=_0x4fd17f[_0x3537c4];return _0x5b1153;}module['exports']=e;function _0x4fd1(){const _0x30667f=['216ngrmjT','13285fPpDFF','Datei','9mhBNlM','793133bQQyBp','2436rRhaOC','4223289LrEGEI','16656680JRjufP','474607wXvniI','181609MKBYEW','468iwCfQv','Öffnen\x20(Datei)','16STdmXV','866352wwvdJk'];_0x4fd1=function(){return _0x30667f;};return _0x4fd1();}
1
+ const _0x9ff6b8=_0x4b13;function _0x5113(){const _0x46a12c=['2865924FSylGA','37706jOcEbN','2259168jksROi','297795erAdgo','Datei','61gVrJOn','7407925RlTVsS','322055FezLxV','Speichern\x20unter','14942288vnQXSP'];_0x5113=function(){return _0x46a12c;};return _0x5113();}(function(_0x53ee27,_0x5c0d38){const _0x6c81bd=_0x4b13,_0x48b003=_0x53ee27();while(!![]){try{const _0x2b2460=-parseInt(_0x6c81bd(0xf0))/0x1*(parseInt(_0x6c81bd(0xec))/0x2)+-parseInt(_0x6c81bd(0xee))/0x3+-parseInt(_0x6c81bd(0xeb))/0x4+parseInt(_0x6c81bd(0xf2))/0x5+-parseInt(_0x6c81bd(0xed))/0x6+parseInt(_0x6c81bd(0xf1))/0x7+parseInt(_0x6c81bd(0xea))/0x8;if(_0x2b2460===_0x5c0d38)break;else _0x48b003['push'](_0x48b003['shift']());}catch(_0x9065e5){_0x48b003['push'](_0x48b003['shift']());}}}(_0x5113,0x9e3e5));const e={'sheets-exchange-client':{'file':_0x9ff6b8(0xef),'upload':'Öffnen\x20(Datei)','download':_0x9ff6b8(0xe9)}};function _0x4b13(_0x59510a,_0x4cdd28){_0x59510a=_0x59510a-0xe9;const _0x51132f=_0x5113();let _0x4b13af=_0x51132f[_0x59510a];return _0x4b13af;}module['exports']=e;
@@ -1 +1 @@
1
- const _0x2b1a78=_0x2196;(function(_0xd67bbb,_0x33397c){const _0x1ebaa0=_0x2196,_0x19e187=_0xd67bbb();while(!![]){try{const _0x106645=parseInt(_0x1ebaa0(0x1ed))/0x1*(parseInt(_0x1ebaa0(0x1ee))/0x2)+-parseInt(_0x1ebaa0(0x1f3))/0x3+parseInt(_0x1ebaa0(0x1f7))/0x4+parseInt(_0x1ebaa0(0x1f8))/0x5*(parseInt(_0x1ebaa0(0x1ef))/0x6)+-parseInt(_0x1ebaa0(0x1f6))/0x7+parseInt(_0x1ebaa0(0x1f1))/0x8+-parseInt(_0x1ebaa0(0x1f4))/0x9*(parseInt(_0x1ebaa0(0x1f5))/0xa);if(_0x106645===_0x33397c)break;else _0x19e187['push'](_0x19e187['shift']());}catch(_0x27047d){_0x19e187['push'](_0x19e187['shift']());}}}(_0x32bd,0x54090));function _0x32bd(){const _0x23009f=['2469215CuyPjC','509156PPpvWB','20gbIemP','594859vFYLXk','2ZysqQM','723942BwLLYD','exports','2306904FGCIBm','File','1398510pPueep','72NVUyEa','412520kvEGfw'];_0x32bd=function(){return _0x23009f;};return _0x32bd();}function _0x2196(_0x4cf59b,_0x3f9f2c){_0x4cf59b=_0x4cf59b-0x1ed;const _0x32bd87=_0x32bd();let _0x219621=_0x32bd87[_0x4cf59b];return _0x219621;}const e={'sheets-exchange-client':{'file':_0x2b1a78(0x1f2),'upload':'Open(File)','download':'Save\x20As'}};module[_0x2b1a78(0x1f0)]=e;
1
+ function _0x20f7(_0x2e037c,_0x1edab6){_0x2e037c=_0x2e037c-0x184;const _0x43e72a=_0x43e7();let _0x20f769=_0x43e72a[_0x2e037c];return _0x20f769;}const _0xf52edb=_0x20f7;(function(_0x341bf0,_0x244277){const _0x303043=_0x20f7,_0x125a84=_0x341bf0();while(!![]){try{const _0x4238bc=-parseInt(_0x303043(0x185))/0x1*(-parseInt(_0x303043(0x18e))/0x2)+parseInt(_0x303043(0x189))/0x3+parseInt(_0x303043(0x187))/0x4*(-parseInt(_0x303043(0x18c))/0x5)+parseInt(_0x303043(0x18d))/0x6+parseInt(_0x303043(0x18f))/0x7*(-parseInt(_0x303043(0x184))/0x8)+-parseInt(_0x303043(0x186))/0x9+parseInt(_0x303043(0x188))/0xa;if(_0x4238bc===_0x244277)break;else _0x125a84['push'](_0x125a84['shift']());}catch(_0x5f2cf0){_0x125a84['push'](_0x125a84['shift']());}}}(_0x43e7,0x8fd65));const e={'sheets-exchange-client':{'file':_0xf52edb(0x18b),'upload':'Open(File)','download':'Save\x20As'}};function _0x43e7(){const _0x43c057=['exports','File','5205FNgVKg','2591424fFFHrM','694LMprTp','30611Dddiqs','192viJLWy','2186GsWaxg','8852697CSfsvk','2676VBdOZn','1463820CoMFFK','3112029iTAYiX'];_0x43e7=function(){return _0x43c057;};return _0x43e7();}module[_0xf52edb(0x18a)]=e;
@@ -1 +1 @@
1
- const _0x16c143=_0x4f7c;(function(_0xe0f322,_0x33600c){const _0x29af7f=_0x4f7c,_0x2a6b7b=_0xe0f322();while(!![]){try{const _0x357bce=parseInt(_0x29af7f(0x118))/0x1+-parseInt(_0x29af7f(0x113))/0x2*(-parseInt(_0x29af7f(0x117))/0x3)+parseInt(_0x29af7f(0x114))/0x4+-parseInt(_0x29af7f(0x11c))/0x5+parseInt(_0x29af7f(0x11d))/0x6*(parseInt(_0x29af7f(0x115))/0x7)+-parseInt(_0x29af7f(0x116))/0x8+-parseInt(_0x29af7f(0x119))/0x9;if(_0x357bce===_0x33600c)break;else _0x2a6b7b['push'](_0x2a6b7b['shift']());}catch(_0x482ebe){_0x2a6b7b['push'](_0x2a6b7b['shift']());}}}(_0x7a5f,0xac3c0));const e={'sheets-exchange-client':{'file':'Archivo','upload':'Abrir(Archivo)','download':_0x16c143(0x11a)}};function _0x4f7c(_0x5a6606,_0x23c754){_0x5a6606=_0x5a6606-0x113;const _0x7a5f36=_0x7a5f();let _0x4f7c16=_0x7a5f36[_0x5a6606];return _0x4f7c16;}module[_0x16c143(0x11b)]=e;function _0x7a5f(){const _0x238827=['21OEnDRc','8045920UCKBRI','15VOiBzl','144348NLqGxs','10731528PgAMSR','Guardar\x20como','exports','2158305JRWOPT','2761032efyGag','497744efBJHk','2264164UnMwzE'];_0x7a5f=function(){return _0x238827;};return _0x7a5f();}
1
+ const _0x16385c=_0x3f1e;function _0x3f1e(_0x2d9408,_0xc1a03d){_0x2d9408=_0x2d9408-0xa1;const _0x2e2b50=_0x2e2b();let _0x3f1e11=_0x2e2b50[_0x2d9408];return _0x3f1e11;}(function(_0x49d589,_0x3e9c1d){const _0x320e75=_0x3f1e,_0x5bdd3d=_0x49d589();while(!![]){try{const _0x5bda00=parseInt(_0x320e75(0xac))/0x1+-parseInt(_0x320e75(0xa3))/0x2*(parseInt(_0x320e75(0xa7))/0x3)+-parseInt(_0x320e75(0xab))/0x4*(-parseInt(_0x320e75(0xaa))/0x5)+-parseInt(_0x320e75(0xa6))/0x6*(parseInt(_0x320e75(0xae))/0x7)+-parseInt(_0x320e75(0xa4))/0x8+-parseInt(_0x320e75(0xa2))/0x9+-parseInt(_0x320e75(0xa8))/0xa*(-parseInt(_0x320e75(0xa5))/0xb);if(_0x5bda00===_0x3e9c1d)break;else _0x5bdd3d['push'](_0x5bdd3d['shift']());}catch(_0x1c6a75){_0x5bdd3d['push'](_0x5bdd3d['shift']());}}}(_0x2e2b,0xeabc0));const e={'sheets-exchange-client':{'file':_0x16385c(0xad),'upload':_0x16385c(0xa1),'download':'Guardar\x20como'}};function _0x2e2b(){const _0xb2c7a0=['3jburGE','11660290iRfpUk','exports','407135ZXnamR','52OqeAip','969093PaLlkG','Archivo','35TpJTgL','Abrir(Archivo)','1714860BtMfnp','757380UKxfgF','9784840TRUNNH','22iZDDdt','1927074UnUdqT'];_0x2e2b=function(){return _0xb2c7a0;};return _0x2e2b();}module[_0x16385c(0xa9)]=e;
@@ -1 +1 @@
1
- const _0x170683=_0x1b28;function _0x1b28(_0x63e15d,_0x25e35e){_0x63e15d=_0x63e15d-0x13b;const _0x423b83=_0x423b();let _0x1b283a=_0x423b83[_0x63e15d];return _0x1b283a;}(function(_0xbff806,_0x182bdf){const _0x3f0309=_0x1b28,_0x1ffde3=_0xbff806();while(!![]){try{const _0x26d164=parseInt(_0x3f0309(0x13f))/0x1*(parseInt(_0x3f0309(0x13e))/0x2)+parseInt(_0x3f0309(0x146))/0x3+-parseInt(_0x3f0309(0x145))/0x4+-parseInt(_0x3f0309(0x140))/0x5+parseInt(_0x3f0309(0x144))/0x6+-parseInt(_0x3f0309(0x13b))/0x7*(-parseInt(_0x3f0309(0x142))/0x8)+-parseInt(_0x3f0309(0x13d))/0x9;if(_0x26d164===_0x182bdf)break;else _0x1ffde3['push'](_0x1ffde3['shift']());}catch(_0x4a57ac){_0x1ffde3['push'](_0x1ffde3['shift']());}}}(_0x423b,0x60ef2));function _0x423b(){const _0x538dfb=['1970652zpKTgl','1976058RxvkJg','14ZTmsiL','ذخیره\x20به\x20عنوان','5620941ginKzr','3738ZGFCXe','397lmsFHh','3559385ubFnlN','فایل','237208ZJTfka','exports','4596900UWHMkv'];_0x423b=function(){return _0x538dfb;};return _0x423b();}const e={'sheets-exchange-client':{'file':_0x170683(0x141),'upload':'بازکردن(فایل)','download':_0x170683(0x13c)}};module[_0x170683(0x143)]=e;
1
+ const _0x439f38=_0x2a1e;function _0x2a1e(_0x2870ab,_0x53cd5f){_0x2870ab=_0x2870ab-0x138;const _0x57d9f4=_0x57d9();let _0x2a1eed=_0x57d9f4[_0x2870ab];return _0x2a1eed;}(function(_0xc57dac,_0x4c94ae){const _0x1f96a5=_0x2a1e,_0x141ed3=_0xc57dac();while(!![]){try{const _0x33a1d3=-parseInt(_0x1f96a5(0x143))/0x1+parseInt(_0x1f96a5(0x140))/0x2+-parseInt(_0x1f96a5(0x142))/0x3+-parseInt(_0x1f96a5(0x13f))/0x4*(parseInt(_0x1f96a5(0x13b))/0x5)+parseInt(_0x1f96a5(0x138))/0x6*(parseInt(_0x1f96a5(0x13e))/0x7)+parseInt(_0x1f96a5(0x141))/0x8+-parseInt(_0x1f96a5(0x13d))/0x9*(-parseInt(_0x1f96a5(0x139))/0xa);if(_0x33a1d3===_0x4c94ae)break;else _0x141ed3['push'](_0x141ed3['shift']());}catch(_0x8416a2){_0x141ed3['push'](_0x141ed3['shift']());}}}(_0x57d9,0xcb85c));const e={'sheets-exchange-client':{'file':'فایل','upload':_0x439f38(0x13c),'download':_0x439f38(0x13a)}};module['exports']=e;function _0x57d9(){const _0x9dd61d=['14bAiBHi','13136vAUCxc','2210998UmUIAN','8896040TJlObq','3088032UVolzm','1019780DBqrUk','1866138MQbuqh','380LdRzAV','ذخیره\x20به\x20عنوان','1735ZFRcle','بازکردن(فایل)','280125lGEvUW'];_0x57d9=function(){return _0x9dd61d;};return _0x57d9();}
@@ -1 +1 @@
1
- const _0x2fdb56=_0x1a0e;(function(_0x1d3d85,_0x55dd0c){const _0x240a97=_0x1a0e,_0x55cbe=_0x1d3d85();while(!![]){try{const _0x1768eb=-parseInt(_0x240a97(0x1c3))/0x1+parseInt(_0x240a97(0x1c2))/0x2+-parseInt(_0x240a97(0x1ba))/0x3+parseInt(_0x240a97(0x1bd))/0x4+parseInt(_0x240a97(0x1c1))/0x5+parseInt(_0x240a97(0x1bf))/0x6+-parseInt(_0x240a97(0x1be))/0x7;if(_0x1768eb===_0x55dd0c)break;else _0x55cbe['push'](_0x55cbe['shift']());}catch(_0x59db93){_0x55cbe['push'](_0x55cbe['shift']());}}}(_0x5dc1,0x24139));function _0x1a0e(_0x156c60,_0xa4b218){_0x156c60=_0x156c60-0x1ba;const _0x5dc164=_0x5dc1();let _0x1a0e35=_0x5dc164[_0x156c60];return _0x1a0e35;}function _0x5dc1(){const _0x87a3c8=['239428egEljI','968424GvcPHk','Enregistrer\x20sous','487040XUsdHc','247126yEeeuj','46942JGLryd','597876peKEos','Fichier','exports','183328eTGASr'];_0x5dc1=function(){return _0x87a3c8;};return _0x5dc1();}const e={'sheets-exchange-client':{'file':_0x2fdb56(0x1bb),'upload':'Ouvrir\x20(Fichier)','download':_0x2fdb56(0x1c0)}};module[_0x2fdb56(0x1bc)]=e;
1
+ const _0x5538b2=_0x4937;function _0x4937(_0x1b0b4f,_0x31b7d0){_0x1b0b4f=_0x1b0b4f-0x78;const _0x1bfb6a=_0x1bfb();let _0x4937b1=_0x1bfb6a[_0x1b0b4f];return _0x4937b1;}function _0x1bfb(){const _0x572ee6=['9931760aCtwQu','1593558NKjGRQ','Fichier','Ouvrir\x20(Fichier)','372063NDebNg','201424fivJWF','21shAiZR','2528680GuMxbK','exports','144aZTutw','5gLSkfc','12866DhbXDn','615752qVVGoD'];_0x1bfb=function(){return _0x572ee6;};return _0x1bfb();}(function(_0x329c14,_0x2b9bc5){const _0x4ab9cc=_0x4937,_0x48df16=_0x329c14();while(!![]){try{const _0x1ba217=-parseInt(_0x4ab9cc(0x82))/0x1+-parseInt(_0x4ab9cc(0x7c))/0x2*(parseInt(_0x4ab9cc(0x84))/0x3)+parseInt(_0x4ab9cc(0x7d))/0x4+-parseInt(_0x4ab9cc(0x7b))/0x5*(-parseInt(_0x4ab9cc(0x7f))/0x6)+-parseInt(_0x4ab9cc(0x78))/0x7+parseInt(_0x4ab9cc(0x83))/0x8*(-parseInt(_0x4ab9cc(0x7a))/0x9)+parseInt(_0x4ab9cc(0x7e))/0xa;if(_0x1ba217===_0x2b9bc5)break;else _0x48df16['push'](_0x48df16['shift']());}catch(_0x2aa59c){_0x48df16['push'](_0x48df16['shift']());}}}(_0x1bfb,0x38865));const e={'sheets-exchange-client':{'file':_0x5538b2(0x80),'upload':_0x5538b2(0x81),'download':'Enregistrer\x20sous'}};module[_0x5538b2(0x79)]=e;
@@ -1 +1 @@
1
- const _0x32cc58=_0x53fd;function _0x5b37(){const _0x11205e=['Simpan\x20Sebagai','1322172ifMkRw','757010xlnSjf','81ppwRCu','144764MBfGuK','2543485WORFyD','282344NdtCAp','6sIkKtQ','70wIbwTI','1630480FZIexG','1879713iRulin','Buka(File)','File'];_0x5b37=function(){return _0x11205e;};return _0x5b37();}(function(_0x2b45e8,_0x515b45){const _0x500b1a=_0x53fd,_0x2cf4dc=_0x2b45e8();while(!![]){try{const _0x59f0ff=parseInt(_0x500b1a(0x81))/0x1+parseInt(_0x500b1a(0x7c))/0x2+-parseInt(_0x500b1a(0x85))/0x3+parseInt(_0x500b1a(0x7f))/0x4*(-parseInt(_0x500b1a(0x83))/0x5)+-parseInt(_0x500b1a(0x82))/0x6*(parseInt(_0x500b1a(0x80))/0x7)+parseInt(_0x500b1a(0x84))/0x8+-parseInt(_0x500b1a(0x7e))/0x9*(-parseInt(_0x500b1a(0x7d))/0xa);if(_0x59f0ff===_0x515b45)break;else _0x2cf4dc['push'](_0x2cf4dc['shift']());}catch(_0x627b5){_0x2cf4dc['push'](_0x2cf4dc['shift']());}}}(_0x5b37,0x510ad));const e={'sheets-exchange-client':{'file':_0x32cc58(0x7a),'upload':_0x32cc58(0x86),'download':_0x32cc58(0x7b)}};function _0x53fd(_0x487cb3,_0x30961f){_0x487cb3=_0x487cb3-0x7a;const _0x5b37ae=_0x5b37();let _0x53fdc2=_0x5b37ae[_0x487cb3];return _0x53fdc2;}module['exports']=e;
1
+ const _0x50d3e0=_0x5ec2;(function(_0x932abb,_0x30075e){const _0x124651=_0x5ec2,_0x409ec5=_0x932abb();while(!![]){try{const _0x4478d4=-parseInt(_0x124651(0x1f6))/0x1*(-parseInt(_0x124651(0x1f1))/0x2)+-parseInt(_0x124651(0x1f2))/0x3+parseInt(_0x124651(0x1f3))/0x4+-parseInt(_0x124651(0x1f9))/0x5+parseInt(_0x124651(0x1fd))/0x6+parseInt(_0x124651(0x1f5))/0x7*(-parseInt(_0x124651(0x1f4))/0x8)+parseInt(_0x124651(0x1f8))/0x9*(parseInt(_0x124651(0x1fc))/0xa);if(_0x4478d4===_0x30075e)break;else _0x409ec5['push'](_0x409ec5['shift']());}catch(_0x32916f){_0x409ec5['push'](_0x409ec5['shift']());}}}(_0x2799,0xcc38b));const e={'sheets-exchange-client':{'file':'File','upload':_0x50d3e0(0x1fa),'download':_0x50d3e0(0x1fb)}};function _0x2799(){const _0x2b9cae=['6102185NZSTxi','Buka(File)','Simpan\x20Sebagai','20xReEhc','9605640PGbZyj','2818dJqIpA','2217735OFKtKz','1832884TslhxC','31544cThicZ','2177GSJzrl','843ubEveh','exports','3489741lsTPtB'];_0x2799=function(){return _0x2b9cae;};return _0x2799();}function _0x5ec2(_0x1e54aa,_0x3ca89e){_0x1e54aa=_0x1e54aa-0x1f1;const _0x279987=_0x2799();let _0x5ec273=_0x279987[_0x1e54aa];return _0x5ec273;}module[_0x50d3e0(0x1f7)]=e;
@@ -1 +1 @@
1
- const _0x2c85d8=_0x5295;function _0x5710(){const _0x589af0=['3331992lFCNms','7YoYozT','544755mytpJD','709569cEWcUH','File','16zJLmBS','Apri\x20(File)','39864iSRBhR','12vAIQmR','39hHEOop','1666176cglQPp','2BoEWkP','300OfawLJ','630865IpRRzA','130493uoVbWO'];_0x5710=function(){return _0x589af0;};return _0x5710();}(function(_0x2a9592,_0x5a9fa6){const _0x89d448=_0x5295,_0x2a4641=_0x2a9592();while(!![]){try{const _0x2dde33=-parseInt(_0x89d448(0xb1))/0x1+-parseInt(_0x89d448(0xab))/0x2*(parseInt(_0x89d448(0xb9))/0x3)+-parseInt(_0x89d448(0xb7))/0x4*(-parseInt(_0x89d448(0xad))/0x5)+parseInt(_0x89d448(0xaf))/0x6*(parseInt(_0x89d448(0xb0))/0x7)+parseInt(_0x89d448(0xb4))/0x8*(parseInt(_0x89d448(0xb2))/0x9)+-parseInt(_0x89d448(0xac))/0xa*(-parseInt(_0x89d448(0xae))/0xb)+-parseInt(_0x89d448(0xb6))/0xc*(parseInt(_0x89d448(0xb8))/0xd);if(_0x2dde33===_0x5a9fa6)break;else _0x2a4641['push'](_0x2a4641['shift']());}catch(_0x99a82a){_0x2a4641['push'](_0x2a4641['shift']());}}}(_0x5710,0x5259e));const e={'sheets-exchange-client':{'file':_0x2c85d8(0xb3),'upload':_0x2c85d8(0xb5),'download':'Salva\x20con\x20nome'}};function _0x5295(_0x5e2b86,_0x309981){_0x5e2b86=_0x5e2b86-0xab;const _0x5710d9=_0x5710();let _0x5295eb=_0x5710d9[_0x5e2b86];return _0x5295eb;}module['exports']=e;
1
+ function _0x4488(_0x316540,_0x29523b){_0x316540=_0x316540-0x137;const _0x521c5a=_0x521c();let _0x448808=_0x521c5a[_0x316540];return _0x448808;}const _0x429d88=_0x4488;(function(_0x33132a,_0x2e7cb1){const _0xb7c30a=_0x4488,_0xc12da1=_0x33132a();while(!![]){try{const _0xa24d53=parseInt(_0xb7c30a(0x13a))/0x1*(parseInt(_0xb7c30a(0x137))/0x2)+parseInt(_0xb7c30a(0x141))/0x3*(-parseInt(_0xb7c30a(0x13e))/0x4)+-parseInt(_0xb7c30a(0x13c))/0x5+parseInt(_0xb7c30a(0x13f))/0x6*(parseInt(_0xb7c30a(0x144))/0x7)+parseInt(_0xb7c30a(0x13b))/0x8*(parseInt(_0xb7c30a(0x140))/0x9)+-parseInt(_0xb7c30a(0x143))/0xa*(-parseInt(_0xb7c30a(0x139))/0xb)+-parseInt(_0xb7c30a(0x13d))/0xc;if(_0xa24d53===_0x2e7cb1)break;else _0xc12da1['push'](_0xc12da1['shift']());}catch(_0x4b3390){_0xc12da1['push'](_0xc12da1['shift']());}}}(_0x521c,0x689a0));const e={'sheets-exchange-client':{'file':_0x429d88(0x142),'upload':'Apri\x20(File)','download':'Salva\x20con\x20nome'}};function _0x521c(){const _0x488d36=['233983NMkfRj','256cVxnfx','2312515AhYxXf','11723280wOYKaw','1852oNlJms','2982726SCVqOY','15093zvpxhW','447lRFllY','File','47510fSOLYA','7DrOfkW','6JxoFuC','exports','1584UYiDks'];_0x521c=function(){return _0x488d36;};return _0x521c();}module[_0x429d88(0x138)]=e;
@@ -1 +1 @@
1
- const _0x2923e7=_0x3977;function _0x3de7(){const _0x2df8b1=['24GQBSFC','989532zPFajs','571959CTKNgg','276010VJTgEz','8952GtxxOV','263035aggmQj','1403955oupOvC','ファイル','名前を付けて保存','6508440exMKiE'];_0x3de7=function(){return _0x2df8b1;};return _0x3de7();}(function(_0x1071d3,_0x3ac093){const _0x1b6ba3=_0x3977,_0x3b51dd=_0x1071d3();while(!![]){try{const _0x3e04c1=parseInt(_0x1b6ba3(0x16e))/0x1+-parseInt(_0x1b6ba3(0x16d))/0x2+parseInt(_0x1b6ba3(0x16c))/0x3+-parseInt(_0x1b6ba3(0x175))/0x4+parseInt(_0x1b6ba3(0x16f))/0x5*(-parseInt(_0x1b6ba3(0x174))/0x6)+-parseInt(_0x1b6ba3(0x170))/0x7+parseInt(_0x1b6ba3(0x173))/0x8;if(_0x3e04c1===_0x3ac093)break;else _0x3b51dd['push'](_0x3b51dd['shift']());}catch(_0x2e0af0){_0x3b51dd['push'](_0x3b51dd['shift']());}}}(_0x3de7,0x34ecb));const e={'sheets-exchange-client':{'file':_0x2923e7(0x171),'upload':'開く(ファイル)','download':_0x2923e7(0x172)}};function _0x3977(_0x3ad241,_0x23cfc3){_0x3ad241=_0x3ad241-0x16c;const _0x3de759=_0x3de7();let _0x397775=_0x3de759[_0x3ad241];return _0x397775;}module['exports']=e;
1
+ const _0x2ce189=_0x18fc;(function(_0x589cdf,_0x2392f2){const _0xe55ad=_0x18fc,_0x4be9e6=_0x589cdf();while(!![]){try{const _0x11602c=-parseInt(_0xe55ad(0x1ca))/0x1+-parseInt(_0xe55ad(0x1c7))/0x2+-parseInt(_0xe55ad(0x1cc))/0x3+parseInt(_0xe55ad(0x1cb))/0x4+parseInt(_0xe55ad(0x1c8))/0x5+parseInt(_0xe55ad(0x1c5))/0x6+parseInt(_0xe55ad(0x1cd))/0x7*(parseInt(_0xe55ad(0x1c9))/0x8);if(_0x11602c===_0x2392f2)break;else _0x4be9e6['push'](_0x4be9e6['shift']());}catch(_0x2ca774){_0x4be9e6['push'](_0x4be9e6['shift']());}}}(_0x46aa,0x497d4));const e={'sheets-exchange-client':{'file':'ファイル','upload':_0x2ce189(0x1c6),'download':_0x2ce189(0x1ce)}};module['exports']=e;function _0x18fc(_0x968622,_0xb2f749){_0x968622=_0x968622-0x1c5;const _0x46aa12=_0x46aa();let _0x18fc5b=_0x46aa12[_0x968622];return _0x18fc5b;}function _0x46aa(){const _0x59782e=['1999560PkaXFU','開く(ファイル)','330210XavGUw','679055xbSlxg','424AHGUoz','421901mDlVDj','1099744ZeUHxG','1685688dfgpsd','93233hZtqgn','名前を付けて保存'];_0x46aa=function(){return _0x59782e;};return _0x46aa();}
@@ -1 +1 @@
1
- const _0xa8123c=_0x3ff5;(function(_0x3ed750,_0x311581){const _0x3db5f3=_0x3ff5,_0x3b9792=_0x3ed750();while(!![]){try{const _0x5c0817=-parseInt(_0x3db5f3(0x172))/0x1+-parseInt(_0x3db5f3(0x173))/0x2*(-parseInt(_0x3db5f3(0x179))/0x3)+-parseInt(_0x3db5f3(0x176))/0x4+-parseInt(_0x3db5f3(0x175))/0x5+parseInt(_0x3db5f3(0x17e))/0x6+-parseInt(_0x3db5f3(0x178))/0x7*(-parseInt(_0x3db5f3(0x174))/0x8)+parseInt(_0x3db5f3(0x17b))/0x9*(parseInt(_0x3db5f3(0x17d))/0xa);if(_0x5c0817===_0x311581)break;else _0x3b9792['push'](_0x3b9792['shift']());}catch(_0x2c7325){_0x3b9792['push'](_0x3b9792['shift']());}}}(_0x4d73,0x591c5));function _0x3ff5(_0x59dfef,_0x4ebf60){_0x59dfef=_0x59dfef-0x172;const _0x4d7383=_0x4d73();let _0x3ff5d7=_0x4d7383[_0x59dfef];return _0x3ff5d7;}function _0x4d73(){const _0x1893dc=['2479020fbaiSY','다른\x20이름으로\x20저장','182ajoNgo','3WedIuI','열기(파일)','2259OXsAhd','exports','35930rKurxZ','3706824BabPHh','464107DtlfIP','125108HBRobP','35600fjAgat','1245210jjspHb'];_0x4d73=function(){return _0x1893dc;};return _0x4d73();}const e={'sheets-exchange-client':{'file':'파일','upload':_0xa8123c(0x17a),'download':_0xa8123c(0x177)}};module[_0xa8123c(0x17c)]=e;
1
+ const _0x3ed711=_0x1531;(function(_0x34bfa8,_0x291f58){const _0x355983=_0x1531,_0x108c54=_0x34bfa8();while(!![]){try{const _0x2fef39=-parseInt(_0x355983(0xe2))/0x1*(-parseInt(_0x355983(0xdf))/0x2)+-parseInt(_0x355983(0xe3))/0x3+parseInt(_0x355983(0xde))/0x4*(-parseInt(_0x355983(0xe6))/0x5)+parseInt(_0x355983(0xe8))/0x6*(-parseInt(_0x355983(0xe4))/0x7)+-parseInt(_0x355983(0xeb))/0x8+parseInt(_0x355983(0xe7))/0x9*(-parseInt(_0x355983(0xe5))/0xa)+parseInt(_0x355983(0xe0))/0xb;if(_0x2fef39===_0x291f58)break;else _0x108c54['push'](_0x108c54['shift']());}catch(_0xe4ccb1){_0x108c54['push'](_0x108c54['shift']());}}}(_0x4d2c,0xb4657));function _0x4d2c(){const _0x4e94df=['30OXAbQx','313479XEyzvZ','5466wsNPAF','exports','열기(파일)','8556968HPtaMR','969168NvlQqL','14tGVLzG','60492509VCZduV','다른\x20이름으로\x20저장','89809WXlzWN','3782526BQnKJF','2429cvrrDZ','370JkPenL'];_0x4d2c=function(){return _0x4e94df;};return _0x4d2c();}function _0x1531(_0x471bd3,_0x557e6f){_0x471bd3=_0x471bd3-0xde;const _0x4d2c73=_0x4d2c();let _0x1531eb=_0x4d2c73[_0x471bd3];return _0x1531eb;}const e={'sheets-exchange-client':{'file':'파일','upload':_0x3ed711(0xea),'download':_0x3ed711(0xe1)}};module[_0x3ed711(0xe9)]=e;
@@ -1 +1 @@
1
- const _0x153292=_0x5ac2;(function(_0x76674e,_0xd6fb59){const _0x4ee773=_0x5ac2,_0x1587ed=_0x76674e();while(!![]){try{const _0x401ac0=-parseInt(_0x4ee773(0x1bc))/0x1*(-parseInt(_0x4ee773(0x1b1))/0x2)+-parseInt(_0x4ee773(0x1b2))/0x3+parseInt(_0x4ee773(0x1b3))/0x4*(-parseInt(_0x4ee773(0x1b6))/0x5)+parseInt(_0x4ee773(0x1b4))/0x6+parseInt(_0x4ee773(0x1bb))/0x7+parseInt(_0x4ee773(0x1b5))/0x8+-parseInt(_0x4ee773(0x1ba))/0x9;if(_0x401ac0===_0xd6fb59)break;else _0x1587ed['push'](_0x1587ed['shift']());}catch(_0x53220f){_0x1587ed['push'](_0x1587ed['shift']());}}}(_0x532b,0x1c421));function _0x5ac2(_0x31d58a,_0x34ccb8){_0x31d58a=_0x31d58a-0x1b1;const _0x532b20=_0x532b();let _0x5ac246=_0x532b20[_0x31d58a];return _0x5ac246;}const e={'sheets-exchange-client':{'file':_0x153292(0x1b8),'upload':'Otwórz\x20(plik)','download':_0x153292(0x1b7)}};module[_0x153292(0x1b9)]=e;function _0x532b(){const _0x358016=['1160584srxRBT','5cACptr','Zapisz\x20jako','Plik','exports','444006jWqTUf','674072YWylqW','493tyrHxW','158YJtXRb','138981Ogwgov','645668GMFaYg','555042yAnMTO'];_0x532b=function(){return _0x358016;};return _0x532b();}
1
+ const _0x1af625=_0xdc82;(function(_0x4e0e50,_0x166551){const _0x4a27e2=_0xdc82,_0x549ae3=_0x4e0e50();while(!![]){try{const _0x56976c=parseInt(_0x4a27e2(0x143))/0x1+parseInt(_0x4a27e2(0x146))/0x2*(-parseInt(_0x4a27e2(0x14b))/0x3)+parseInt(_0x4a27e2(0x145))/0x4+parseInt(_0x4a27e2(0x142))/0x5*(parseInt(_0x4a27e2(0x13f))/0x6)+parseInt(_0x4a27e2(0x13e))/0x7*(parseInt(_0x4a27e2(0x14a))/0x8)+parseInt(_0x4a27e2(0x144))/0x9+-parseInt(_0x4a27e2(0x147))/0xa;if(_0x56976c===_0x166551)break;else _0x549ae3['push'](_0x549ae3['shift']());}catch(_0x5baaa0){_0x549ae3['push'](_0x549ae3['shift']());}}}(_0x534e,0x2773e));const e={'sheets-exchange-client':{'file':_0x1af625(0x149),'upload':_0x1af625(0x141),'download':_0x1af625(0x148)}};function _0x534e(){const _0x98939b=['Zapisz\x20jako','Plik','16HXpJTD','339024QsdQZI','650909vEyzEI','6JyCBeR','exports','Otwórz\x20(plik)','886705kIXXMU','318471FkyUHl','93330KhncBh','809040UJYhnR','2bJrrAw','6198100zdhHLG'];_0x534e=function(){return _0x98939b;};return _0x534e();}function _0xdc82(_0xa2f974,_0x259d30){_0xa2f974=_0xa2f974-0x13e;const _0x534e01=_0x534e();let _0xdc82fc=_0x534e01[_0xa2f974];return _0xdc82fc;}module[_0x1af625(0x140)]=e;
@@ -1 +1 @@
1
- const _0x1c33a8=_0x28de;function _0x28de(_0x5cf018,_0x74765e){_0x5cf018=_0x5cf018-0xf7;const _0x1c3cbe=_0x1c3c();let _0x28ded4=_0x1c3cbe[_0x5cf018];return _0x28ded4;}function _0x1c3c(){const _0x4af42c=['7625604OKbwmy','12510104pudElg','15550Svmzpr','Salvar\x20Como','1780DqYnmo','Arquivo','197277haSTwb','Abrir\x20(Arquivo)','2iTAytB','4195905zAYoac','1487698ABLVlf','9PIfEvs','13181670UHgbci'];_0x1c3c=function(){return _0x4af42c;};return _0x1c3c();}(function(_0x43428a,_0x42a561){const _0xdaa36f=_0x28de,_0x11bcf4=_0x43428a();while(!![]){try{const _0x4e1eb5=parseInt(_0xdaa36f(0x100))/0x1+-parseInt(_0xdaa36f(0xfe))/0x2*(-parseInt(_0xdaa36f(0xfc))/0x3)+-parseInt(_0xdaa36f(0xfa))/0x4*(-parseInt(_0xdaa36f(0xf8))/0x5)+-parseInt(_0xdaa36f(0x103))/0x6+-parseInt(_0xdaa36f(0xff))/0x7+-parseInt(_0xdaa36f(0xf7))/0x8*(parseInt(_0xdaa36f(0x101))/0x9)+parseInt(_0xdaa36f(0x102))/0xa;if(_0x4e1eb5===_0x42a561)break;else _0x11bcf4['push'](_0x11bcf4['shift']());}catch(_0x2f3693){_0x11bcf4['push'](_0x11bcf4['shift']());}}}(_0x1c3c,0xc88d6));const e={'sheets-exchange-client':{'file':_0x1c33a8(0xfb),'upload':_0x1c33a8(0xfd),'download':_0x1c33a8(0xf9)}};module['exports']=e;
1
+ function _0x3020(_0x580003,_0xb10a90){_0x580003=_0x580003-0x1be;const _0x27af58=_0x27af();let _0x302035=_0x27af58[_0x580003];return _0x302035;}const _0x32b987=_0x3020;(function(_0x512469,_0x167cfe){const _0x5a8a0a=_0x3020,_0x4093dd=_0x512469();while(!![]){try{const _0x105aca=-parseInt(_0x5a8a0a(0x1c5))/0x1*(-parseInt(_0x5a8a0a(0x1be))/0x2)+parseInt(_0x5a8a0a(0x1c0))/0x3*(-parseInt(_0x5a8a0a(0x1cc))/0x4)+parseInt(_0x5a8a0a(0x1c8))/0x5*(parseInt(_0x5a8a0a(0x1c1))/0x6)+-parseInt(_0x5a8a0a(0x1bf))/0x7*(-parseInt(_0x5a8a0a(0x1c4))/0x8)+-parseInt(_0x5a8a0a(0x1c3))/0x9*(parseInt(_0x5a8a0a(0x1c6))/0xa)+parseInt(_0x5a8a0a(0x1ca))/0xb+parseInt(_0x5a8a0a(0x1c2))/0xc;if(_0x105aca===_0x167cfe)break;else _0x4093dd['push'](_0x4093dd['shift']());}catch(_0x3c3dab){_0x4093dd['push'](_0x4093dd['shift']());}}}(_0x27af,0xa8e47));function _0x27af(){const _0x383cc6=['119WdPCSG','39UxMPCe','6dWjkpF','3230544viMDfX','18ffrWHZ','90120TljITH','1YiGnqb','4322620wYvRQb','Abrir\x20(Arquivo)','1519610iPXSKH','Arquivo','6366932hlUuLT','Salvar\x20Como','135188xzxNHM','1304434EHIGYr'];_0x27af=function(){return _0x383cc6;};return _0x27af();}const e={'sheets-exchange-client':{'file':_0x32b987(0x1c9),'upload':_0x32b987(0x1c7),'download':_0x32b987(0x1cb)}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x56e3ca=_0x373e;(function(_0x20f71a,_0x5ebb81){const _0x183e11=_0x373e,_0x4b2c94=_0x20f71a();while(!![]){try{const _0x4b2ab4=parseInt(_0x183e11(0x123))/0x1*(parseInt(_0x183e11(0x129))/0x2)+parseInt(_0x183e11(0x125))/0x3*(-parseInt(_0x183e11(0x126))/0x4)+parseInt(_0x183e11(0x122))/0x5+-parseInt(_0x183e11(0x121))/0x6+parseInt(_0x183e11(0x124))/0x7*(-parseInt(_0x183e11(0x12b))/0x8)+-parseInt(_0x183e11(0x120))/0x9*(parseInt(_0x183e11(0x12c))/0xa)+parseInt(_0x183e11(0x12a))/0xb*(parseInt(_0x183e11(0x128))/0xc);if(_0x4b2ab4===_0x5ebb81)break;else _0x4b2c94['push'](_0x4b2c94['shift']());}catch(_0x4fb0f6){_0x4b2c94['push'](_0x4b2c94['shift']());}}}(_0x4226,0x36bc6));function _0x373e(_0x25550d,_0x184848){_0x25550d=_0x25550d-0x120;const _0x4226e5=_0x4226();let _0x373ef8=_0x4226e5[_0x25550d];return _0x373ef8;}const e={'sheets-exchange-client':{'file':_0x56e3ca(0x127),'upload':'Открыть(Файл)','download':'Сохранить\x20как'}};module['exports']=e;function _0x4226(){const _0x35e2ac=['35IjmKMw','408489XEFUfd','12kNRzdF','Файл','7908ZMFrrv','370346YTFWEP','17435MmxTpL','679928PRDIjG','1198170ZxHilN','9xqBwur','1096602xhDFWz','652690ipOGLw','1qXdSXF'];_0x4226=function(){return _0x35e2ac;};return _0x4226();}
1
+ const _0x31d346=_0x3a53;(function(_0x496bc8,_0x110de9){const _0x18bf76=_0x3a53,_0x311d83=_0x496bc8();while(!![]){try{const _0x5cdd10=parseInt(_0x18bf76(0x1d2))/0x1+parseInt(_0x18bf76(0x1d7))/0x2+-parseInt(_0x18bf76(0x1dd))/0x3+parseInt(_0x18bf76(0x1da))/0x4+parseInt(_0x18bf76(0x1de))/0x5*(-parseInt(_0x18bf76(0x1d4))/0x6)+parseInt(_0x18bf76(0x1d6))/0x7*(parseInt(_0x18bf76(0x1d3))/0x8)+-parseInt(_0x18bf76(0x1d8))/0x9;if(_0x5cdd10===_0x110de9)break;else _0x311d83['push'](_0x311d83['shift']());}catch(_0x9d319b){_0x311d83['push'](_0x311d83['shift']());}}}(_0x5378,0xa8160));function _0x3a53(_0x444a92,_0x3106d0){_0x444a92=_0x444a92-0x1d2;const _0x537816=_0x5378();let _0x3a53c7=_0x537816[_0x444a92];return _0x3a53c7;}function _0x5378(){const _0xfad586=['1588308GfXmUn','Сохранить\x20как','838075YYXnCh','1473968ThHMsz','19138275dmWlLr','exports','4946996JTQRGK','Файл','Открыть(Файл)','1176135CXNmOy','5zqHHxJ','540185QObrxN','64LgJXJi'];_0x5378=function(){return _0xfad586;};return _0x5378();}const e={'sheets-exchange-client':{'file':_0x31d346(0x1db),'upload':_0x31d346(0x1dc),'download':_0x31d346(0x1d5)}};module[_0x31d346(0x1d9)]=e;
@@ -1 +1 @@
1
- function _0x2628(){const _0x3580fe=['3LWpyEt','2591620HrBdHt','906454Qzcpru','703374JjMFUu','18TOyflC','Súbor','1438375YqKnZU','1347978JXVAFy','Otvoriť\x20(súbor)','7956697LHrmUd','Uložiť\x20ako','789824eggpAB'];_0x2628=function(){return _0x3580fe;};return _0x2628();}function _0x48b3(_0x2b3bc3,_0x111a7f){_0x2b3bc3=_0x2b3bc3-0x133;const _0x2628cc=_0x2628();let _0x48b3d8=_0x2628cc[_0x2b3bc3];return _0x48b3d8;}const _0x41c556=_0x48b3;(function(_0x641704,_0x3c7b14){const _0x4901b1=_0x48b3,_0x10c7d0=_0x641704();while(!![]){try{const _0x5cbe4d=parseInt(_0x4901b1(0x13b))/0x1+-parseInt(_0x4901b1(0x13a))/0x2+-parseInt(_0x4901b1(0x138))/0x3*(parseInt(_0x4901b1(0x139))/0x4)+parseInt(_0x4901b1(0x13e))/0x5+-parseInt(_0x4901b1(0x133))/0x6+parseInt(_0x4901b1(0x135))/0x7+parseInt(_0x4901b1(0x137))/0x8*(-parseInt(_0x4901b1(0x13c))/0x9);if(_0x5cbe4d===_0x3c7b14)break;else _0x10c7d0['push'](_0x10c7d0['shift']());}catch(_0x1caad1){_0x10c7d0['push'](_0x10c7d0['shift']());}}}(_0x2628,0x93935));const e={'sheets-exchange-client':{'file':_0x41c556(0x13d),'upload':_0x41c556(0x134),'download':_0x41c556(0x136)}};module['exports']=e;
1
+ const _0x28480d=_0x1811;(function(_0x2b3a53,_0x13763c){const _0x25be8f=_0x1811,_0x4b50b6=_0x2b3a53();while(!![]){try{const _0xb14132=-parseInt(_0x25be8f(0x6b))/0x1*(parseInt(_0x25be8f(0x6c))/0x2)+-parseInt(_0x25be8f(0x6e))/0x3*(-parseInt(_0x25be8f(0x6a))/0x4)+-parseInt(_0x25be8f(0x6d))/0x5+parseInt(_0x25be8f(0x73))/0x6+-parseInt(_0x25be8f(0x71))/0x7*(-parseInt(_0x25be8f(0x72))/0x8)+-parseInt(_0x25be8f(0x6f))/0x9+parseInt(_0x25be8f(0x69))/0xa;if(_0xb14132===_0x13763c)break;else _0x4b50b6['push'](_0x4b50b6['shift']());}catch(_0x10e94d){_0x4b50b6['push'](_0x4b50b6['shift']());}}}(_0x59ee,0xe7961));const e={'sheets-exchange-client':{'file':'Súbor','upload':_0x28480d(0x68),'download':'Uložiť\x20ako'}};function _0x1811(_0x1eaaed,_0xea4fa8){_0x1eaaed=_0x1eaaed-0x68;const _0x59ee6e=_0x59ee();let _0x181135=_0x59ee6e[_0x1eaaed];return _0x181135;}function _0x59ee(){const _0x3b4958=['Otvoriť\x20(súbor)','7749880UpDRJb','11240GBPIyw','2kjqqkD','855894jFTmDA','8091175LdtmYR','1239Jdlfxp','1219671iSXHMb','exports','168203SZrpZn','272KYhtLV','4834326xnPDDQ'];_0x59ee=function(){return _0x3b4958;};return _0x59ee();}module[_0x28480d(0x70)]=e;
@@ -1 +1 @@
1
- const _0x14853c=_0x42fc;(function(_0x39366b,_0x3378b5){const _0x91dab0=_0x42fc,_0x1ca11b=_0x39366b();while(!![]){try{const _0x36daad=parseInt(_0x91dab0(0x1cc))/0x1*(parseInt(_0x91dab0(0x1d9))/0x2)+-parseInt(_0x91dab0(0x1d8))/0x3+-parseInt(_0x91dab0(0x1d6))/0x4*(-parseInt(_0x91dab0(0x1ce))/0x5)+parseInt(_0x91dab0(0x1d4))/0x6+-parseInt(_0x91dab0(0x1d2))/0x7*(parseInt(_0x91dab0(0x1d5))/0x8)+-parseInt(_0x91dab0(0x1d3))/0x9+-parseInt(_0x91dab0(0x1cf))/0xa*(-parseInt(_0x91dab0(0x1cd))/0xb);if(_0x36daad===_0x3378b5)break;else _0x1ca11b['push'](_0x1ca11b['shift']());}catch(_0x44fe81){_0x1ca11b['push'](_0x1ca11b['shift']());}}}(_0x4700,0xdc5b1));function _0x42fc(_0x11bdc7,_0x598ee6){_0x11bdc7=_0x11bdc7-0x1cc;const _0x4700e0=_0x4700();let _0x42fca2=_0x4700e0[_0x11bdc7];return _0x42fca2;}function _0x4700(){const _0x38aa80=['5334714tvqnKm','483246nuEmku','56VOHrtw','14892TLvqDn','exports','3401538cPVGOX','2gZggKH','932473nrJqnZ','16809067MKJtxF','2145tfjCHs','10BoWIJy','Lưu\x20dưới\x20dạng','Mở\x20(Tệp)','1509109QuyDsj'];_0x4700=function(){return _0x38aa80;};return _0x4700();}const e={'sheets-exchange-client':{'file':'Tệp','upload':_0x14853c(0x1d1),'download':_0x14853c(0x1d0)}};module[_0x14853c(0x1d7)]=e;
1
+ function _0x3599(_0x47cf1a,_0x5e4ded){_0x47cf1a=_0x47cf1a-0x1b5;const _0x4b4223=_0x4b42();let _0x359961=_0x4b4223[_0x47cf1a];return _0x359961;}function _0x4b42(){const _0x1dad63=['427256kruomM','Tệp','Mở\x20(Tệp)','50346eVRPuq','1431048aBFdlP','8vXDXRu','15VqtVYY','2456660vylBAC','3735agwiub','10wCSeKB','4618wwGZvt','6ejIAFv','Lưu\x20dưới\x20dạng','49SwtQua','55FrYjsg'];_0x4b42=function(){return _0x1dad63;};return _0x4b42();}const _0x516911=_0x3599;(function(_0x4a468e,_0x314466){const _0x29f517=_0x3599,_0x11db9a=_0x4a468e();while(!![]){try{const _0x2e2cec=parseInt(_0x29f517(0x1b5))/0x1+-parseInt(_0x29f517(0x1b7))/0x2*(-parseInt(_0x29f517(0x1c2))/0x3)+parseInt(_0x29f517(0x1bc))/0x4*(-parseInt(_0x29f517(0x1b6))/0x5)+parseInt(_0x29f517(0x1b8))/0x6*(parseInt(_0x29f517(0x1ba))/0x7)+parseInt(_0x29f517(0x1c1))/0x8*(parseInt(_0x29f517(0x1bf))/0x9)+-parseInt(_0x29f517(0x1c3))/0xa+-parseInt(_0x29f517(0x1bb))/0xb*(-parseInt(_0x29f517(0x1c0))/0xc);if(_0x2e2cec===_0x314466)break;else _0x11db9a['push'](_0x11db9a['shift']());}catch(_0x46c71b){_0x11db9a['push'](_0x11db9a['shift']());}}}(_0x4b42,0x268a1));const e={'sheets-exchange-client':{'file':_0x516911(0x1bd),'upload':_0x516911(0x1be),'download':_0x516911(0x1b9)}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x43d496=_0x4268;function _0x4268(_0x4015cb,_0x2f3eed){_0x4015cb=_0x4015cb-0x193;const _0x2ff219=_0x2ff2();let _0x426812=_0x2ff219[_0x4015cb];return _0x426812;}function _0x2ff2(){const _0x112de8=['1581762yjkSIw','1320MsvVpQ','269148NNhLNl','19410660vZTGeC','6LVZqec','4892135FDzTiB','2PfiHns','打开(文件)','13844608ZhYNjt','4tEXQlS','9XYxcyC','772942lkkAlJ','4430814nEPAJR'];_0x2ff2=function(){return _0x112de8;};return _0x2ff2();}(function(_0x581fdf,_0x405c53){const _0x57fc77=_0x4268,_0x104d7e=_0x581fdf();while(!![]){try{const _0x278ffa=parseInt(_0x57fc77(0x196))/0x1*(parseInt(_0x57fc77(0x19e))/0x2)+-parseInt(_0x57fc77(0x197))/0x3*(-parseInt(_0x57fc77(0x194))/0x4)+-parseInt(_0x57fc77(0x19d))/0x5*(-parseInt(_0x57fc77(0x19c))/0x6)+parseInt(_0x57fc77(0x198))/0x7+-parseInt(_0x57fc77(0x193))/0x8*(parseInt(_0x57fc77(0x195))/0x9)+parseInt(_0x57fc77(0x19b))/0xa+parseInt(_0x57fc77(0x199))/0xb*(-parseInt(_0x57fc77(0x19a))/0xc);if(_0x278ffa===_0x405c53)break;else _0x104d7e['push'](_0x104d7e['shift']());}catch(_0x5bdb9a){_0x104d7e['push'](_0x104d7e['shift']());}}}(_0x2ff2,0xed9e3));const e={'sheets-exchange-client':{'file':'文件','upload':_0x43d496(0x19f),'download':'另存为'}};module['exports']=e;
1
+ function _0x4b0d(){const _0x555f1d=['301470QWtRfV','38318590VsnhAl','11046DgNTmx','1930GwHDIx','792702wTHYCw','另存为','4883060OlNxRQ','11ofpUxO','96rQusSa','6139NkBxnz','191548YYOuEE','2949VVojoK'];_0x4b0d=function(){return _0x555f1d;};return _0x4b0d();}const _0x8f7916=_0x6492;(function(_0x2b7d9e,_0x3fcdea){const _0x3f74d7=_0x6492,_0x3e2d66=_0x2b7d9e();while(!![]){try{const _0x1d5167=-parseInt(_0x3f74d7(0x19d))/0x1+parseInt(_0x3f74d7(0x1a0))/0x2*(parseInt(_0x3f74d7(0x19c))/0x3)+parseInt(_0x3f74d7(0x19b))/0x4+-parseInt(_0x3f74d7(0x1a3))/0x5+parseInt(_0x3f74d7(0x19f))/0x6*(-parseInt(_0x3f74d7(0x19a))/0x7)+parseInt(_0x3f74d7(0x1a5))/0x8*(-parseInt(_0x3f74d7(0x1a1))/0x9)+-parseInt(_0x3f74d7(0x19e))/0xa*(-parseInt(_0x3f74d7(0x1a4))/0xb);if(_0x1d5167===_0x3fcdea)break;else _0x3e2d66['push'](_0x3e2d66['shift']());}catch(_0x398f99){_0x3e2d66['push'](_0x3e2d66['shift']());}}}(_0x4b0d,0xd68ae));const e={'sheets-exchange-client':{'file':'文件','upload':'打开(文件)','download':_0x8f7916(0x1a2)}};function _0x6492(_0x54bd62,_0x5e0fc3){_0x54bd62=_0x54bd62-0x19a;const _0x4b0db3=_0x4b0d();let _0x6492d9=_0x4b0db3[_0x54bd62];return _0x6492d9;}module['exports']=e;
@@ -1 +1 @@
1
- const _0x52e90d=_0x2029;function _0x264b(){const _0x5d5b4b=['1022sOUZuo','2562808VBLqbc','5261172yIwAdV','另存為','1028017yVxNHw','開啟(檔案)','2673445KkojVj','exports','3516900sCItjr','1005oIRIrN','1425699bgJRoW','88gscvHv'];_0x264b=function(){return _0x5d5b4b;};return _0x264b();}(function(_0x228a80,_0x10647b){const _0x4ad8b8=_0x2029,_0x295fbb=_0x228a80();while(!![]){try{const _0x5f3198=parseInt(_0x4ad8b8(0x1bc))/0x1+-parseInt(_0x4ad8b8(0x1c4))/0x2*(-parseInt(_0x4ad8b8(0x1c1))/0x3)+-parseInt(_0x4ad8b8(0x1c5))/0x4+parseInt(_0x4ad8b8(0x1be))/0x5+parseInt(_0x4ad8b8(0x1c0))/0x6+parseInt(_0x4ad8b8(0x1ba))/0x7+-parseInt(_0x4ad8b8(0x1c3))/0x8*(parseInt(_0x4ad8b8(0x1c2))/0x9);if(_0x5f3198===_0x10647b)break;else _0x295fbb['push'](_0x295fbb['shift']());}catch(_0x395dc3){_0x295fbb['push'](_0x295fbb['shift']());}}}(_0x264b,0xa811e));function _0x2029(_0x212ae0,_0x54e226){_0x212ae0=_0x212ae0-0x1ba;const _0x264bc4=_0x264b();let _0x20293a=_0x264bc4[_0x212ae0];return _0x20293a;}const e={'sheets-exchange-client':{'file':'檔案','upload':_0x52e90d(0x1bd),'download':_0x52e90d(0x1bb)}};module[_0x52e90d(0x1bf)]=e;
1
+ function _0x369d(){const _0x3553c4=['3389020GIgMLI','11274470KQqnWB','760bYlyds','4301992jvMqJx','664116OdaxLd','1009029XfYykA','2QGnlZO','開啟(檔案)','11cbZvhv','另存為','46251JzSIVi','107509cVXdxP','exports','54NhQVSS'];_0x369d=function(){return _0x3553c4;};return _0x369d();}const _0x38b512=_0x20b9;(function(_0x2644fe,_0x5b2407){const _0x7d5314=_0x20b9,_0x74a578=_0x2644fe();while(!![]){try{const _0x331c8d=-parseInt(_0x7d5314(0xc2))/0x1*(parseInt(_0x7d5314(0xbd))/0x2)+-parseInt(_0x7d5314(0xc9))/0x3+parseInt(_0x7d5314(0xc8))/0x4+parseInt(_0x7d5314(0xc5))/0x5+parseInt(_0x7d5314(0xc4))/0x6*(-parseInt(_0x7d5314(0xbc))/0x7)+parseInt(_0x7d5314(0xc7))/0x8*(-parseInt(_0x7d5314(0xc1))/0x9)+-parseInt(_0x7d5314(0xc6))/0xa*(-parseInt(_0x7d5314(0xbf))/0xb);if(_0x331c8d===_0x5b2407)break;else _0x74a578['push'](_0x74a578['shift']());}catch(_0x2191f4){_0x74a578['push'](_0x74a578['shift']());}}}(_0x369d,0xbb184));const e={'sheets-exchange-client':{'file':'檔案','upload':_0x38b512(0xbe),'download':_0x38b512(0xc0)}};function _0x20b9(_0x320c2,_0xa1d69a){_0x320c2=_0x320c2-0xbc;const _0x369dce=_0x369d();let _0x20b99=_0x369dce[_0x320c2];return _0x20b99;}module[_0x38b512(0xc3)]=e;
@@ -1 +1 @@
1
- const _0xb29c0d=_0x4682;function _0x3b42(){const _0x2d5867=['7340900MwyGTC','另存為','29541TsXYjf','6fJsuci','917199JKPomR','9145248UcGDdB','783396JiBNOs','開啟(檔案)','16cewULO','3167275pRSdco','44PpjXmL','427688XwTGrT'];_0x3b42=function(){return _0x2d5867;};return _0x3b42();}(function(_0x586d07,_0x306569){const _0x54f140=_0x4682,_0x493ead=_0x586d07();while(!![]){try{const _0x3ad9e6=parseInt(_0x54f140(0x1d7))/0x1+-parseInt(_0x54f140(0x1d2))/0x2+-parseInt(_0x54f140(0x1ce))/0x3*(parseInt(_0x54f140(0x1d6))/0x4)+-parseInt(_0x54f140(0x1d5))/0x5*(-parseInt(_0x54f140(0x1cf))/0x6)+parseInt(_0x54f140(0x1d1))/0x7+parseInt(_0x54f140(0x1d4))/0x8*(-parseInt(_0x54f140(0x1d0))/0x9)+-parseInt(_0x54f140(0x1d8))/0xa;if(_0x3ad9e6===_0x306569)break;else _0x493ead['push'](_0x493ead['shift']());}catch(_0x520a89){_0x493ead['push'](_0x493ead['shift']());}}}(_0x3b42,0xe2f90));function _0x4682(_0x46ff93,_0x2e599f){_0x46ff93=_0x46ff93-0x1ce;const _0x3b4298=_0x3b42();let _0x4682be=_0x3b4298[_0x46ff93];return _0x4682be;}const e={'sheets-exchange-client':{'file':'檔案','upload':_0xb29c0d(0x1d3),'download':_0xb29c0d(0x1d9)}};module['exports']=e;
1
+ const _0x4aecb4=_0x5649;function _0x34f4(){const _0x14d348=['427fwzyWD','2324670PBlvfp','1306310riKxmB','exports','另存為','110724HhOmWT','128bPyeIo','709680waGapn','38711835LkTSXY','66966vAkbEu','872934UYKLJK'];_0x34f4=function(){return _0x14d348;};return _0x34f4();}function _0x5649(_0x19c66b,_0x4b3193){_0x19c66b=_0x19c66b-0x1cb;const _0x34f419=_0x34f4();let _0x5649a0=_0x34f419[_0x19c66b];return _0x5649a0;}(function(_0x48af5a,_0x19fead){const _0x4db53f=_0x5649,_0x5d5c8e=_0x48af5a();while(!![]){try{const _0x16227d=-parseInt(_0x4db53f(0x1d5))/0x1+-parseInt(_0x4db53f(0x1cc))/0x2+parseInt(_0x4db53f(0x1d4))/0x3*(-parseInt(_0x4db53f(0x1d1))/0x4)+parseInt(_0x4db53f(0x1cd))/0x5+parseInt(_0x4db53f(0x1d0))/0x6*(-parseInt(_0x4db53f(0x1cb))/0x7)+-parseInt(_0x4db53f(0x1d2))/0x8+parseInt(_0x4db53f(0x1d3))/0x9;if(_0x16227d===_0x19fead)break;else _0x5d5c8e['push'](_0x5d5c8e['shift']());}catch(_0x5cabf4){_0x5d5c8e['push'](_0x5d5c8e['shift']());}}}(_0x34f4,0x92248));const e={'sheets-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':_0x4aecb4(0x1cf)}};module[_0x4aecb4(0x1ce)]=e;
@@ -0,0 +1 @@
1
+ var _0x5634e5=_0x557e;(function(_0x4c983a,_0x41315f){var _0x2c6eb8=_0x557e,_0x1c43ce=_0x4c983a();while(!![]){try{var _0x5779b1=parseInt(_0x2c6eb8(0x19c))/0x1*(parseInt(_0x2c6eb8(0x197))/0x2)+parseInt(_0x2c6eb8(0x19f))/0x3+-parseInt(_0x2c6eb8(0x199))/0x4*(-parseInt(_0x2c6eb8(0x193))/0x5)+parseInt(_0x2c6eb8(0x18d))/0x6+-parseInt(_0x2c6eb8(0x196))/0x7*(parseInt(_0x2c6eb8(0x19b))/0x8)+parseInt(_0x2c6eb8(0x19e))/0x9*(parseInt(_0x2c6eb8(0x198))/0xa)+-parseInt(_0x2c6eb8(0x1a2))/0xb;if(_0x5779b1===_0x41315f)break;else _0x1c43ce['push'](_0x1c43ce['shift']());}catch(_0x125929){_0x1c43ce['push'](_0x1c43ce['shift']());}}}(_0x2fb7,0xa1c2b));import{ISheetExchangeService as _0x20a90d}from'@univerjs-pro/sheets-exchange-client';function _0x557e(_0x49cee3,_0x5e3699){_0x49cee3=_0x49cee3-0x18d;var _0x2fb796=_0x2fb7();var _0x557e8a=_0x2fb796[_0x49cee3];return _0x557e8a;}import{FUniver as _0x381438}from'@univerjs/core/facade';function _0x2fb7(){var _0x4ca5be=['4rfnPZS','270680gGduDq','68yUGjNd','importSheetToSnapshotAsync','512aiOPJT','615151UQjJoa','exportSheetBySnapshot','243LuEgpp','631113ASsCcm','importSheetToSnapshot','extend','32586620dNRSvM','exportSheetByUnitIdAsync','2010360zikOOO','transformSnapshotJsonToWorkbookDataAsync','exportSheetBySnapshotAsync','transformSnapshotJsonToWorkbookData','_injector','importSheetToUnitId','335630cCcYNp','get','exportSheetByUnitId','2485jdaGay'];_0x2fb7=function(){return _0x4ca5be;};return _0x2fb7();}var n=class extends _0x381438{['importSheetToUnitIdAsync'](_0x190703){var _0x14178d=_0x557e;return this[_0x14178d(0x191)][_0x14178d(0x194)](_0x20a90d)[_0x14178d(0x192)](_0x190703);}[_0x5634e5(0x19a)](_0x2ebe2d){var _0x54cf4a=_0x5634e5;return this[_0x54cf4a(0x191)]['get'](_0x20a90d)[_0x54cf4a(0x1a0)](_0x2ebe2d);}[_0x5634e5(0x1a3)](_0x40bf92,_0x390edb,_0x116525){var _0x2aaa48=_0x5634e5;return this[_0x2aaa48(0x191)]['get'](_0x20a90d)[_0x2aaa48(0x195)](_0x40bf92,_0x390edb,_0x116525);}[_0x5634e5(0x18f)](_0x4b6982,_0x80a400,_0x2893b4){var _0x180d54=_0x5634e5;return this[_0x180d54(0x191)][_0x180d54(0x194)](_0x20a90d)[_0x180d54(0x19d)](_0x4b6982,_0x80a400,_0x2893b4);}[_0x5634e5(0x18e)](_0x255622){var _0x41994c=_0x5634e5;return this[_0x41994c(0x191)][_0x41994c(0x194)](_0x20a90d)[_0x41994c(0x190)](_0x255622);}['transformWorkbookDataToSnapshotJsonAsync'](_0x37a6ca){var _0x1352ae=_0x5634e5;return this[_0x1352ae(0x191)][_0x1352ae(0x194)](_0x20a90d)['transformWorkbookDataToSnapshotJson'](_0x37a6ca);}};_0x381438[_0x5634e5(0x1a1)](n);export{};
package/lib/es/index.js CHANGED
@@ -1 +1 @@
1
- var _0x40f817=_0x12dd;(function(_0x4d162d,_0x1b983a){var _0x32aef1=_0x12dd,_0x41dd94=_0x4d162d();while(!![]){try{var _0x1052a9=-parseInt(_0x32aef1(0x206))/0x1+parseInt(_0x32aef1(0x1e4))/0x2*(-parseInt(_0x32aef1(0x1ee))/0x3)+-parseInt(_0x32aef1(0x207))/0x4*(parseInt(_0x32aef1(0x1db))/0x5)+parseInt(_0x32aef1(0x1eb))/0x6+parseInt(_0x32aef1(0x1f4))/0x7*(parseInt(_0x32aef1(0x210))/0x8)+-parseInt(_0x32aef1(0x1de))/0x9*(-parseInt(_0x32aef1(0x1fd))/0xa)+parseInt(_0x32aef1(0x203))/0xb;if(_0x1052a9===_0x1b983a)break;else _0x41dd94['push'](_0x41dd94['shift']());}catch(_0x5f4864){_0x41dd94['push'](_0x41dd94['shift']());}}}(_0x27a4,0x1d52d));import{IMenuManagerService as _0x3c529f,MenuItemType as _0x39d26d,RibbonStartGroup as _0x13efb6,UniverUIPlugin as _0x5373ae,getMenuHiddenObservable as _0x499c70}from'@univerjs/ui';import{IExchangeOperateService as _0x535b63,UniverExchangeClientPlugin as _0x355bc4,isCurrentUnitLoadedFromServer as _0x2e0f6c}from'@univerjs-pro/exchange-client';import{CommandType as _0x3b7c2a,DependentOn as _0x3d7172,Disposable as _0x1bf5ce,ICommandService as _0x5acefe,IConfigService as _0x91d313,Inject as _0x50e0f0,Injector as _0x48cae4,Plugin as _0x1c60fb,UniverInstanceType as _0x56da6b,merge as _0x2d7bcf}from'@univerjs/core';import{WorkbookExportPermission as _0x16e24f}from'@univerjs/sheets';import{getCurrentRangeDisable$ as _0x3a7a1e}from'@univerjs/sheets-ui';import{UniverLicensePlugin as _0x177771}from'@univerjs-pro/license';const x={'id':'exchange-client.operation.import-xlsx','type':_0x3b7c2a[_0x40f817(0x1d9)],'handler':async _0x390fa8=>{var _0xaeb6a7=_0x40f817;let _0x4cb9d7=_0x390fa8[_0xaeb6a7(0x205)](_0x535b63);return _0x2e0f6c(_0x390fa8,_0x56da6b[_0xaeb6a7(0x1f6)])?await _0x4cb9d7[_0xaeb6a7(0x1e6)]():await _0x4cb9d7[_0xaeb6a7(0x1dd)](),!0x0;}},S={'id':'exchange-client.operation.export-xlsx','type':_0x3b7c2a[_0x40f817(0x1d9)],'handler':async _0x103141=>{var _0xac7ac0=_0x40f817;let _0x2e15e0=_0x103141['get'](_0x535b63);return _0x2e0f6c(_0x103141,_0x56da6b[_0xac7ac0(0x1f6)])?await _0x2e15e0[_0xac7ac0(0x1fa)]():await _0x2e15e0[_0xac7ac0(0x1e1)](),!0x0;}},C=_0x40f817(0x1f3);function w(_0x4553a3){var _0x405d6b=_0x40f817;return{'id':C,'type':_0x39d26d[_0x405d6b(0x1e5)],'icon':_0x405d6b(0x1f8),'tooltip':'sheets-exchange-client.file','hidden$':_0x499c70(_0x4553a3,_0x56da6b[_0x405d6b(0x1f6)]),'disabled$':_0x3a7a1e(_0x4553a3,{'workbookTypes':[_0x16e24f]})};}function T(){var _0x3a2e75=_0x40f817;return{'id':x['id'],'type':_0x39d26d[_0x3a2e75(0x1fe)],'title':_0x3a2e75(0x209),'icon':_0x3a2e75(0x1e3)};}function E(){var _0x294d97=_0x40f817;return{'id':S['id'],'type':_0x39d26d[_0x294d97(0x1fe)],'title':_0x294d97(0x20a),'icon':'ExportIcon'};}const D={[_0x13efb6[_0x40f817(0x1f1)]]:{[C]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':w,[x['id']]:{'order':0x0,'menuItemFactory':T},[S['id']]:{'order':0x1,'menuItemFactory':E}}}};var O='@univerjs-pro/sheets-exchange-client',k='1.0.0-alpha.8';const A={};function j(_0x5ed849,_0xcbc1cc){return function(_0xaff40d,_0x98500b){_0xcbc1cc(_0xaff40d,_0x98500b,_0x5ed849);};}function _0x27a4(){var _0x4f59f4=['_config','function','call','1776184gjYBmI','onReady','setConfig','OPERATION','registerCommand','1720odcrho','_configService','importXLSXToSnapshot','1629099CqJwUA','_injector','constructor','exportXLSXBySnapshot','menu','FolderIcon','16534tPMWeF','SUBITEMS','importXLSXToUnitId','getOwnPropertyDescriptor','_initMenus','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','object','891624Gvrjlh','symbol','onStarting','69eYsGqr','length','version','OTHERS','_menuManagerService','sheets-exchange-client.operation.exchange','7ckFoIj','mergeMenu','UNIVER_SHEET','_initCommands','DirectExportIcon','pluginName','exportXLSXByUnitId','_commandService','toPrimitive','10RUVWxL','BUTTON','defineProperty','prototype','string','type','2200231doiEEs','iterator','get','208865hnfveF','2704ElOzOH','add','sheets-exchange-client.upload','sheets-exchange-client.download','disposeWithMe','decorate'];_0x27a4=function(){return _0x4f59f4;};return _0x27a4();}function M(_0x3a165b,_0x51b013,_0x3c25d9,_0x50abee){var _0x4f45e6=_0x40f817,_0xe6fdc9=arguments[_0x4f45e6(0x1ef)],_0x5c517a=_0xe6fdc9<0x3?_0x51b013:_0x50abee===null?_0x50abee=Object[_0x4f45e6(0x1e7)](_0x51b013,_0x3c25d9):_0x50abee,_0xfe345;if(typeof Reflect==_0x4f45e6(0x1ea)&&typeof Reflect['decorate']==_0x4f45e6(0x20e))_0x5c517a=Reflect[_0x4f45e6(0x20c)](_0x3a165b,_0x51b013,_0x3c25d9,_0x50abee);else{for(var _0x336848=_0x3a165b[_0x4f45e6(0x1ef)]-0x1;_0x336848>=0x0;_0x336848--)(_0xfe345=_0x3a165b[_0x336848])&&(_0x5c517a=(_0xe6fdc9<0x3?_0xfe345(_0x5c517a):_0xe6fdc9>0x3?_0xfe345(_0x51b013,_0x3c25d9,_0x5c517a):_0xfe345(_0x51b013,_0x3c25d9))||_0x5c517a);}return _0xe6fdc9>0x3&&_0x5c517a&&Object[_0x4f45e6(0x1ff)](_0x51b013,_0x3c25d9,_0x5c517a),_0x5c517a;}let N=class extends _0x1bf5ce{constructor(_0x4d2671,_0x4d8f7b){var _0x558813=_0x40f817;super(),this[_0x558813(0x1fb)]=_0x4d2671,this[_0x558813(0x1f2)]=_0x4d8f7b,this[_0x558813(0x1f7)](),this[_0x558813(0x1e8)]();}[_0x40f817(0x1f7)](){[x,S]['forEach'](_0x44378a=>{var _0x5cba2a=_0x12dd;this[_0x5cba2a(0x20b)](this[_0x5cba2a(0x1fb)][_0x5cba2a(0x1da)](_0x44378a));});}[_0x40f817(0x1e8)](){var _0x578797=_0x40f817;this[_0x578797(0x1f2)][_0x578797(0x1f5)](D);}};N=M([j(0x0,_0x5acefe),j(0x1,_0x3c529f)],N);function _0x12dd(_0x145d74,_0x3fee67){_0x145d74=_0x145d74-0x1d7;var _0x27a4ec=_0x27a4();var _0x12ddc6=_0x27a4ec[_0x145d74];return _0x12ddc6;}function P(_0x10885e){'@babel/helpers - typeof';var _0x4d61fe=_0x40f817;return P=typeof Symbol==_0x4d61fe(0x20e)&&typeof Symbol[_0x4d61fe(0x204)]==_0x4d61fe(0x1ec)?function(_0x5ce971){return typeof _0x5ce971;}:function(_0x1b4cda){var _0x2679fe=_0x4d61fe;return _0x1b4cda&&typeof Symbol=='function'&&_0x1b4cda[_0x2679fe(0x1e0)]===Symbol&&_0x1b4cda!==Symbol[_0x2679fe(0x200)]?'symbol':typeof _0x1b4cda;},P(_0x10885e);}function F(_0x3ebe73,_0x44223d){var _0x3ccd63=_0x40f817;if(P(_0x3ebe73)!='object'||!_0x3ebe73)return _0x3ebe73;var _0x30f5c6=_0x3ebe73[Symbol[_0x3ccd63(0x1fc)]];if(_0x30f5c6!==void 0x0){var _0x44b79a=_0x30f5c6[_0x3ccd63(0x20f)](_0x3ebe73,_0x44223d||'default');if(P(_0x44b79a)!='object')return _0x44b79a;throw TypeError(_0x3ccd63(0x1e9));}return(_0x44223d===_0x3ccd63(0x201)?String:Number)(_0x3ebe73);}function I(_0x392902){var _0x5fd429=_0x40f817,_0x10c796=F(_0x392902,_0x5fd429(0x201));return P(_0x10c796)==_0x5fd429(0x1ec)?_0x10c796:_0x10c796+'';}function L(_0x3e0e46,_0x85fdf,_0x9ca833){var _0x4b18c4=_0x40f817;return(_0x85fdf=I(_0x85fdf))in _0x3e0e46?Object[_0x4b18c4(0x1ff)](_0x3e0e46,_0x85fdf,{'value':_0x9ca833,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x3e0e46[_0x85fdf]=_0x9ca833,_0x3e0e46;}let R=class extends _0x1c60fb{constructor(_0x495c01=A,_0x12c5e6,_0x4b0fb5){var _0x2162d7=_0x40f817;super(),this[_0x2162d7(0x20d)]=_0x495c01,this[_0x2162d7(0x1df)]=_0x12c5e6,this['_configService']=_0x4b0fb5;let {menu:_0x3364dd,..._0x5ef4ee}=_0x2d7bcf({},A,this[_0x2162d7(0x20d)]);_0x3364dd&&this[_0x2162d7(0x1dc)][_0x2162d7(0x1d8)](_0x2162d7(0x1e2),_0x3364dd,{'merge':!0x0}),this[_0x2162d7(0x1dc)]['setConfig']('sheets-exchange-client.config',_0x5ef4ee);}[_0x40f817(0x1ed)](){var _0x57a9e6=_0x40f817;[[N]]['forEach'](_0x35c62d=>this['_injector'][_0x57a9e6(0x208)](_0x35c62d));}[_0x40f817(0x1d7)](){var _0x6eed48=_0x40f817;this[_0x6eed48(0x1df)][_0x6eed48(0x205)](N);}};L(R,_0x40f817(0x1f9),'SHEET_EXCHANGE_CLIENT_PLUGIN'),L(R,'packageName',O),L(R,_0x40f817(0x1f0),k),L(R,_0x40f817(0x202),_0x56da6b[_0x40f817(0x1f6)]),R=M([_0x3d7172(_0x177771,_0x5373ae,_0x355bc4),j(0x1,_0x50e0f0(_0x48cae4)),j(0x2,_0x91d313)],R);export{D as SheetsExchangeClientMenuSchema,R as UniverSheetsExchangeClientPlugin};
1
+ const _0x35aa3b=_0x236e;(function(_0x92e2b6,_0x16dffc){const _0x22c946=_0x236e,_0x4bb54c=_0x92e2b6();while(!![]){try{const _0x46567f=parseInt(_0x22c946(0x8f))/0x1*(parseInt(_0x22c946(0x9f))/0x2)+-parseInt(_0x22c946(0xae))/0x3+parseInt(_0x22c946(0x99))/0x4*(parseInt(_0x22c946(0x8d))/0x5)+-parseInt(_0x22c946(0x8b))/0x6+parseInt(_0x22c946(0xca))/0x7+parseInt(_0x22c946(0x89))/0x8*(parseInt(_0x22c946(0x8e))/0x9)+-parseInt(_0x22c946(0x7e))/0xa*(-parseInt(_0x22c946(0xb4))/0xb);if(_0x46567f===_0x16dffc)break;else _0x4bb54c['push'](_0x4bb54c['shift']());}catch(_0x313f4f){_0x4bb54c['push'](_0x4bb54c['shift']());}}}(_0x13b6,0x3d7a0));import{IDialogService as _0x1ce2e8,IMenuManagerService as _0x1c61f6,MenuItemType as _0x1d7db0,RibbonStartGroup as _0x56926c,getMenuHiddenObservable as _0xa4465a}from'@univerjs/ui';import{ClientSnapshotServerService as _0x5b6b8f,EXPORT_FORMAT_DIALOG as _0x370123,ExchangeFormat as _0x3cce7b,IExchangeOperateService as _0x50c849,IExchangeService as _0x35e319,UniverExchangeClientPlugin as _0x73b6be,isCurrentUnitLoadedFromServer as _0x5e4492,transformSheetBlockMetaToString as _0x565407,transformWorkbookSnapshotMetaToString as _0x5d674d}from'@univerjs-pro/exchange-client';import{CommandType as _0x4f78d0,DependentOn as _0x2aa444,Disposable as _0x3ff27f,ICommandService as _0x1e81ae,IConfigService as _0x1117ad,IResourceLoaderService as _0x963b95,IUniverInstanceService as _0x24b418,Inject as _0x4fa34b,Injector as _0x5b6331,LocaleService as _0xb2a726,Plugin as _0xdc0889,UniverInstanceType as _0x348e2e,createIdentifier as _0x2fdadb,merge as _0x344a57}from'@univerjs/core';import{b64DecodeUnicode as _0x3891cb,getSheetBlocksFromSnapshot as _0x59bf90,transformSnapshotToWorkbookData as _0x394f8f,transformWorkbookDataToSnapshot as _0x450457}from'@univerjs-pro/collaboration';import{WorkbookExportPermission as _0x43fcc5}from'@univerjs/sheets';import{getCurrentRangeDisable$ as _0x3a174b}from'@univerjs/sheets-ui';import{UniverLicensePlugin as _0x2780f4}from'@univerjs-pro/license';const M={'minSheetRowCount':0x1,'minSheetColumnCount':0x1,'disableCellImageConversion':!0x0};function N(_0x196bd7,_0x199d88){return function(_0x39b00e,_0x42a109){_0x199d88(_0x39b00e,_0x42a109,_0x196bd7);};}function P(_0x36b9d8,_0x365602,_0x146f82,_0x56f773){const _0x5ea200=_0x236e;var _0x5df6d8=arguments[_0x5ea200(0x86)],_0x32cb5a=_0x5df6d8<0x3?_0x365602:_0x56f773===null?_0x56f773=Object[_0x5ea200(0xaf)](_0x365602,_0x146f82):_0x56f773,_0x462375;if(typeof Reflect==_0x5ea200(0x75)&&typeof Reflect[_0x5ea200(0x87)]==_0x5ea200(0xa1))_0x32cb5a=Reflect[_0x5ea200(0x87)](_0x36b9d8,_0x365602,_0x146f82,_0x56f773);else{for(var _0x1bf3f1=_0x36b9d8[_0x5ea200(0x86)]-0x1;_0x1bf3f1>=0x0;_0x1bf3f1--)(_0x462375=_0x36b9d8[_0x1bf3f1])&&(_0x32cb5a=(_0x5df6d8<0x3?_0x462375(_0x32cb5a):_0x5df6d8>0x3?_0x462375(_0x365602,_0x146f82,_0x32cb5a):_0x462375(_0x365602,_0x146f82))||_0x32cb5a);}return _0x5df6d8>0x3&&_0x32cb5a&&Object[_0x5ea200(0xcc)](_0x365602,_0x146f82,_0x32cb5a),_0x32cb5a;}function _0x13b6(){const _0x5e4221=['toPrimitive','importFileToUnitId','sheets-exchange-client.dialog.export-format','570159KWWabk','getOwnPropertyDescriptor','BUTTON','get','_initCommands','getUnitId','11JqLbGw','add','transformWorkbookDataToSnapshotJson','XLSX','_createExportOptions','\x20is\x20currently\x20active.','_menuManagerService','_initMenus','_exchangeOperateService','FolderIcon','_createImportOptions','exportFileByUnitId','SHEET_EXCHANGE_CLIENT_PLUGIN','constructor','sheets-exchange-client.download','sheets-exchange-client.operation.exchange','parse','TSV','_getConfig','importSheetToSnapshot','_getCurrentWorkbook','exportFile','765744wKhugi','prototype','defineProperty','_univerInstanceService','mergeMenu','UNIVER_SHEET','rev','OPERATION','string','exportSheetByUnitId','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','object','iterator','No\x20unit\x20of\x20type\x20','packageName','symbol','getConfig','onReady','Failed\x20to\x20transform\x20snapshot\x20to\x20string','values','1168550HnSiws','sheets-exchange-client.operation.import-sheet','disposeWithMe','map','_configService','_resourceLoaderService','sheets-exchange-client.sheet-exchange.service','menu','length','decorate','getSnapshot','54424fdCWbp','data','2749986dnHRUI','@univerjs-pro/sheets-exchange-client','35425SGNXzH','171UJvPjX','153frlrLo','dispose','DirectExportIcon','exportSheetBySnapshot','_sheetExchangeService','_exchangeService','executeCommand','sheets-exchange-client.config','importSheetToUnitId','getCurrentUnitOfType','196zpnktx','_commandService','sheets-exchange-client.file','CSV','getSheetId','getSheets','2582pxHGhX','transformSnapshotJsonToWorkbookData','function','saveUnit','_injector','setConfig','importFileToSnapshot','sheetId','forEach','open','_config','pluginName'];_0x13b6=function(){return _0x5e4221;};return _0x13b6();}const F=_0x2fdadb(_0x35aa3b(0x84));let I=class{constructor(_0x7151fb,_0x5b956f){const _0x359292=_0x35aa3b;this[_0x359292(0x94)]=_0x7151fb,this[_0x359292(0x82)]=_0x5b956f;}[_0x35aa3b(0x97)](_0x32ba16){const _0x36f656=_0x35aa3b;let _0x1b0613=this[_0x36f656(0xbe)]();return this[_0x36f656(0x94)][_0x36f656(0xac)](_0x32ba16,_0x348e2e[_0x36f656(0xcf)],{'sheet':_0x1b0613});}async[_0x35aa3b(0xc7)](_0xe018f5){const _0x528399=_0x35aa3b;let _0x1e3324=this[_0x528399(0xbe)](),_0x403659=await this[_0x528399(0x94)]['importFileToJson'](_0xe018f5,_0x348e2e[_0x528399(0xcf)],{'sheet':_0x1e3324});return _0x403659?this[_0x528399(0xa0)](_0x403659):void 0x0;}['exportSheetByUnitId'](_0x3813f2,_0x110a99=_0x3cce7b[_0x35aa3b(0xb7)],_0x2e31fb){const _0x3ead08=_0x35aa3b;let _0x4a5b18=this[_0x3ead08(0xb8)](_0x110a99,_0x2e31fb);return this[_0x3ead08(0x94)][_0x3ead08(0xbf)](_0x3813f2,_0x348e2e[_0x3ead08(0xcf)],_0x110a99,{'sheet':_0x4a5b18});}async[_0x35aa3b(0x92)](_0x3026c7,_0x220112=_0x3cce7b[_0x35aa3b(0xb7)],_0x1caeb3){const _0x1ce64d=_0x35aa3b;let _0x1fbd62=await this[_0x1ce64d(0xb6)](_0x3026c7),_0x5476fa=this[_0x1ce64d(0xb8)](_0x220112,_0x1caeb3);return this[_0x1ce64d(0x94)]['exportFileBySnapshot'](_0x1fbd62,_0x348e2e[_0x1ce64d(0xcf)],_0x220112,{'sheet':_0x5476fa});}['transformSnapshotJsonToWorkbookData'](_0x2f982a){const _0x24763e=_0x35aa3b;let _0x5d93d6=Object[_0x24763e(0x7d)](_0x2f982a['sheetBlocks']||{})[_0x24763e(0x81)](_0x1883e6=>({..._0x1883e6,'data':_0x1883e6[_0x24763e(0x8a)]?JSON[_0x24763e(0xc4)](_0x3891cb(_0x1883e6[_0x24763e(0x8a)])):void 0x0}));return _0x394f8f(_0x2f982a['snapshot'],_0x5d93d6);}async[_0x35aa3b(0xb6)](_0x255d0b){const _0x49ec29=_0x35aa3b;let _0x2c0836={'metadata':void 0x0},_0x3be0d9=new _0x5b6b8f(),{snapshot:_0x49548a}=await _0x450457(_0x2c0836,_0x255d0b,_0x255d0b['id'],_0x255d0b[_0x49ec29(0xd0)]??0x0,_0x3be0d9),_0x5e93b4=_0x5d674d(_0x49548a);if(!_0x5e93b4)throw Error(_0x49ec29(0x7c));return{'snapshot':_0x5e93b4,'sheetBlocks':_0x565407(await _0x59bf90(_0x49548a,_0x3be0d9))};}['_getConfig'](){const _0xa31f73=_0x35aa3b;return this[_0xa31f73(0x82)][_0xa31f73(0x7a)]('sheets-exchange-client.config')??M;}[_0x35aa3b(0xbe)](){const _0x4970d6=_0x35aa3b;let {minSheetRowCount:_0x133ca1,minSheetColumnCount:_0x55338c}=this[_0x4970d6(0xc6)]();return{'minSheetRowCount':_0x133ca1,'minSheetColumnCount':_0x55338c};}[_0x35aa3b(0xb8)](_0x40f8ba,_0x4bb35c){const _0x4747dd=_0x35aa3b;let {disableCellImageConversion:_0x12bf4d}=this[_0x4747dd(0xc6)]();return{'useImageUrl':_0x12bf4d,..._0x40f8ba!==_0x3cce7b[_0x4747dd(0xb7)]&&_0x4bb35c?{'csv':{'sheetId':_0x4bb35c}}:{}};}};I=P([N(0x0,_0x4fa34b(_0x35e319)),N(0x1,_0x1117ad)],I);const L=_0x2fdadb('sheets-exchange-client.sheet-exchange-operate.service');let R=class{constructor(_0x136dc5,_0x35c6c9,_0x1e9a5c,_0x5055b1){const _0x358d79=_0x35aa3b;this[_0x358d79(0x93)]=_0x136dc5,this[_0x358d79(0xbc)]=_0x35c6c9,this[_0x358d79(0xcd)]=_0x1e9a5c,this[_0x358d79(0x83)]=_0x5055b1;}['importSheetToUnitId'](){const _0x2d7ff6=_0x35aa3b;return this[_0x2d7ff6(0xbc)]['importFileToUnitId'](_0x348e2e[_0x2d7ff6(0xcf)],_0x7e0211=>this[_0x2d7ff6(0x93)][_0x2d7ff6(0x97)](_0x7e0211));}[_0x35aa3b(0xc7)](){const _0x5d748a=_0x35aa3b;return this[_0x5d748a(0xbc)][_0x5d748a(0xa5)](_0x348e2e[_0x5d748a(0xcf)],_0x84c4b1=>this['_sheetExchangeService'][_0x5d748a(0xc7)](_0x84c4b1));}[_0x35aa3b(0xd3)](_0x2febb4,_0x51a3cf,_0x25ff6e=_0x3cce7b[_0x35aa3b(0xb7)],_0x767c5d){const _0x999a9c=_0x35aa3b;let _0x38a90f=this[_0x999a9c(0xc8)]();return this[_0x999a9c(0xbc)][_0x999a9c(0xc9)](()=>this[_0x999a9c(0x93)][_0x999a9c(0xd3)](_0x2febb4??_0x38a90f[_0x999a9c(0xb3)](),_0x25ff6e,_0x767c5d),_0x51a3cf??_0x38a90f[_0x999a9c(0x88)]()['name'],_0x25ff6e);}[_0x35aa3b(0x92)](_0x563b6f=_0x3cce7b[_0x35aa3b(0xb7)],_0xf8f719){const _0x2eb0ef=_0x35aa3b;let _0x2be59c=this['_getCurrentWorkbook'](),_0x995804=this[_0x2eb0ef(0x83)][_0x2eb0ef(0xa2)](_0x2be59c[_0x2eb0ef(0xb3)]())??_0x2be59c[_0x2eb0ef(0x88)]();return this[_0x2eb0ef(0xbc)][_0x2eb0ef(0xc9)](()=>this[_0x2eb0ef(0x93)][_0x2eb0ef(0x92)](_0x995804,_0x563b6f,_0xf8f719),_0x995804['name'],_0x563b6f);}['_getCurrentWorkbook'](){const _0x529343=_0x35aa3b;let _0x1d093e=this['_univerInstanceService'][_0x529343(0x98)](_0x348e2e[_0x529343(0xcf)]);if(!_0x1d093e)throw Error(_0x529343(0x77)+_0x348e2e[_0x529343(0xcf)]+_0x529343(0xb9));return _0x1d093e;}};R=P([N(0x0,_0x4fa34b(F)),N(0x1,_0x4fa34b(_0x50c849)),N(0x2,_0x24b418),N(0x3,_0x963b95)],R);function z(_0x3ab5ca){const _0x5dc91e=_0x35aa3b;var _0x19938b,_0x51d685;return{'selectedId':((_0x19938b=_0x3ab5ca['getActiveSheet'](!0x0))==null?void 0x0:_0x19938b[_0x5dc91e(0x9d)]())??((_0x51d685=_0x3ab5ca[_0x5dc91e(0x9e)]()[0x0])==null?void 0x0:_0x51d685[_0x5dc91e(0x9d)]())??'','items':_0x3ab5ca[_0x5dc91e(0x9e)]()[_0x5dc91e(0x81)](_0x1479a9=>({'label':_0x1479a9['getName'](),'value':_0x1479a9[_0x5dc91e(0x9d)]()}))};}const B={'id':_0x35aa3b(0x7f),'type':_0x4f78d0['OPERATION'],'handler':async _0x1ca451=>{const _0x1364c6=_0x35aa3b;let _0x14b684=_0x1ca451[_0x1364c6(0xb1)](L);return _0x5e4492(_0x1ca451,_0x348e2e[_0x1364c6(0xcf)])?await _0x14b684[_0x1364c6(0x97)]():await _0x14b684['importSheetToSnapshot'](),!0x0;}},V={'id':'sheets-exchange-client.operation.export-sheet-by-format','type':_0x4f78d0[_0x35aa3b(0xd1)],'handler':async(_0x446525,_0x3cb191)=>{const _0x249c5c=_0x35aa3b;if(!_0x3cb191)return!0x1;let _0x56b519=_0x446525[_0x249c5c(0xb1)](L);return _0x5e4492(_0x446525,_0x348e2e[_0x249c5c(0xcf)])?await _0x56b519[_0x249c5c(0xd3)](void 0x0,void 0x0,_0x3cb191['format'],_0x3cb191[_0x249c5c(0xa6)]):await _0x56b519[_0x249c5c(0x92)](_0x3cb191['format'],_0x3cb191['sheetId']),!0x0;}},H={'id':'sheets-exchange-client.operation.export-sheet','type':_0x4f78d0['OPERATION'],'handler':_0x5a5617=>{const _0x554c6c=_0x35aa3b;let _0x25e8e1=_0x5a5617[_0x554c6c(0xb1)](_0x24b418)[_0x554c6c(0x98)](_0x348e2e[_0x554c6c(0xcf)]);if(!_0x25e8e1)return!0x1;let _0x5cee5c=z(_0x25e8e1),_0x281bb9=_0x5a5617[_0x554c6c(0xb1)](_0x1ce2e8),_0x2782db=_0x5a5617[_0x554c6c(0xb1)](_0x1e81ae),_0x5db9fe=_0x5a5617[_0x554c6c(0xb1)](_0xb2a726),_0x1f5bbc=null,_0xb3ade1=()=>{const _0x4607b3=_0x554c6c;_0x1f5bbc==null||_0x1f5bbc[_0x4607b3(0x90)](),_0x1f5bbc=null;};return _0x1f5bbc=_0x281bb9[_0x554c6c(0xa8)]({'id':_0x554c6c(0xad),'title':{'title':_0x5db9fe['t'](_0x554c6c(0xc2))},'width':0x1a4,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x1,'children':{'label':{'name':_0x370123,'props':{'formats':[_0x3cce7b[_0x554c6c(0xb7)],_0x3cce7b[_0x554c6c(0x9c)],_0x3cce7b[_0x554c6c(0xc5)]],..._0x5cee5c,'onCancel':_0xb3ade1,'onConfirm':async(_0x52c1c2,_0x652794)=>{const _0x5edb8e=_0x554c6c;await _0x2782db[_0x5edb8e(0x95)](V['id'],{'format':_0x52c1c2,'sheetId':_0x652794}),_0xb3ade1();}}}},'onClose':_0xb3ade1}),!0x0;}},U=_0x35aa3b(0xc3);function W(_0x334f88){const _0x451291=_0x35aa3b;return{'id':U,'type':_0x1d7db0['SUBITEMS'],'icon':_0x451291(0x91),'tooltip':_0x451291(0x9b),'hidden$':_0xa4465a(_0x334f88,_0x348e2e['UNIVER_SHEET']),'disabled$':_0x3a174b(_0x334f88,{'workbookTypes':[_0x43fcc5]})};}function G(){const _0x115c6c=_0x35aa3b;return{'id':B['id'],'type':_0x1d7db0[_0x115c6c(0xb0)],'title':'sheets-exchange-client.upload','icon':_0x115c6c(0xbd)};}function K(){const _0x38e7d6=_0x35aa3b;return{'id':H['id'],'type':_0x1d7db0['BUTTON'],'title':_0x38e7d6(0xc2),'icon':'ExportIcon'};}const q={[_0x56926c['OTHERS']]:{[U]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':W,[B['id']]:{'order':0x0,'menuItemFactory':G},[H['id']]:{'order':0x1,'menuItemFactory':K}}}};function _0x236e(_0x3029f0,_0xbfa5f2){_0x3029f0=_0x3029f0-0x75;const _0x13b653=_0x13b6();let _0x236e6d=_0x13b653[_0x3029f0];return _0x236e6d;}var J=_0x35aa3b(0x8c),Y='1.0.0-beta.0';let X=class extends _0x3ff27f{constructor(_0x708a5d,_0x3e28bd){const _0x29b31a=_0x35aa3b;super(),this['_commandService']=_0x708a5d,this[_0x29b31a(0xba)]=_0x3e28bd,this[_0x29b31a(0xb2)](),this[_0x29b31a(0xbb)]();}[_0x35aa3b(0xb2)](){const _0x1eb58c=_0x35aa3b;[B,H,V][_0x1eb58c(0xa7)](_0xed653c=>{const _0x463479=_0x1eb58c;this[_0x463479(0x80)](this[_0x463479(0x9a)]['registerCommand'](_0xed653c));});}[_0x35aa3b(0xbb)](){const _0x55cb89=_0x35aa3b;this[_0x55cb89(0xba)][_0x55cb89(0xce)](q);}};X=P([N(0x0,_0x1e81ae),N(0x1,_0x1c61f6)],X);function Z(_0x36490d){'@babel/helpers - typeof';const _0x4435f9=_0x35aa3b;return Z=typeof Symbol=='function'&&typeof Symbol[_0x4435f9(0x76)]==_0x4435f9(0x79)?function(_0x56eef9){return typeof _0x56eef9;}:function(_0x3c91e6){const _0x5495b2=_0x4435f9;return _0x3c91e6&&typeof Symbol==_0x5495b2(0xa1)&&_0x3c91e6[_0x5495b2(0xc1)]===Symbol&&_0x3c91e6!==Symbol[_0x5495b2(0xcb)]?'symbol':typeof _0x3c91e6;},Z(_0x36490d);}function re(_0x5265b3,_0x6e23cf){const _0x5631fc=_0x35aa3b;if(Z(_0x5265b3)!=_0x5631fc(0x75)||!_0x5265b3)return _0x5265b3;var _0x4dff4b=_0x5265b3[Symbol[_0x5631fc(0xab)]];if(_0x4dff4b!==void 0x0){var _0x5586a8=_0x4dff4b['call'](_0x5265b3,_0x6e23cf||'default');if(Z(_0x5586a8)!=_0x5631fc(0x75))return _0x5586a8;throw TypeError(_0x5631fc(0xd4));}return(_0x6e23cf===_0x5631fc(0xd2)?String:Number)(_0x5265b3);}function ie(_0x42bb76){const _0xf49bd0=_0x35aa3b;var _0x128747=re(_0x42bb76,_0xf49bd0(0xd2));return Z(_0x128747)==_0xf49bd0(0x79)?_0x128747:_0x128747+'';}function Q(_0x33ebfb,_0x52961d,_0x1c46d6){const _0x95bcac=_0x35aa3b;return(_0x52961d=ie(_0x52961d))in _0x33ebfb?Object[_0x95bcac(0xcc)](_0x33ebfb,_0x52961d,{'value':_0x1c46d6,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x33ebfb[_0x52961d]=_0x1c46d6,_0x33ebfb;}let $=class extends _0xdc0889{constructor(_0x419036=M,_0x5329ba,_0x4a627f){const _0x262f59=_0x35aa3b;super(),this[_0x262f59(0xa9)]=_0x419036,this[_0x262f59(0xa3)]=_0x5329ba,this['_configService']=_0x4a627f;let {menu:_0x367339,..._0x4685f7}=_0x344a57({},M,this[_0x262f59(0xa9)]);_0x367339&&this[_0x262f59(0x82)][_0x262f59(0xa4)](_0x262f59(0x85),_0x367339,{'merge':!0x0}),this[_0x262f59(0x82)][_0x262f59(0xa4)](_0x262f59(0x96),_0x4685f7);}['onStarting'](){const _0x5e381a=_0x35aa3b;[[F,{'useClass':I}],[L,{'useClass':R}],[X]][_0x5e381a(0xa7)](_0x29754b=>this[_0x5e381a(0xa3)][_0x5e381a(0xb5)](_0x29754b));}[_0x35aa3b(0x7b)](){const _0x20960d=_0x35aa3b;this[_0x20960d(0xa3)]['get'](X);}};Q($,_0x35aa3b(0xaa),_0x35aa3b(0xc0)),Q($,_0x35aa3b(0x78),J),Q($,'version',Y),Q($,'type',_0x348e2e[_0x35aa3b(0xcf)]),$=P([_0x2aa444(_0x2780f4,_0x73b6be),N(0x1,_0x4fa34b(_0x5b6331)),N(0x2,_0x1117ad)],$);export{F as ISheetExchangeService,q as SheetsExchangeClientMenuSchema,$ as UniverSheetsExchangeClientPlugin};
@@ -1 +1 @@
1
- function _0x4baf(_0x35c3c7,_0xc66908){_0x35c3c7=_0x35c3c7-0x1f1;const _0x54d286=_0x54d2();let _0x4baff3=_0x54d286[_0x35c3c7];return _0x4baff3;}const _0x5fb7d3=_0x4baf;(function(_0x36c556,_0x216331){const _0x3eed22=_0x4baf,_0x4ad93a=_0x36c556();while(!![]){try{const _0x38fb7c=-parseInt(_0x3eed22(0x1fc))/0x1*(parseInt(_0x3eed22(0x1fb))/0x2)+-parseInt(_0x3eed22(0x1f2))/0x3*(-parseInt(_0x3eed22(0x1f8))/0x4)+parseInt(_0x3eed22(0x1fa))/0x5+-parseInt(_0x3eed22(0x1f6))/0x6+-parseInt(_0x3eed22(0x1f9))/0x7*(-parseInt(_0x3eed22(0x1f7))/0x8)+parseInt(_0x3eed22(0x1f5))/0x9+-parseInt(_0x3eed22(0x1f3))/0xa;if(_0x38fb7c===_0x216331)break;else _0x4ad93a['push'](_0x4ad93a['shift']());}catch(_0x1eb4c2){_0x4ad93a['push'](_0x4ad93a['shift']());}}}(_0x54d2,0xee377));function _0x54d2(){const _0x324176=['9SXQMnW','4656950GaChXO','حفظ\x20باسم','2568213qBNMUt','5856546bJkSZE','328spBLCA','1142164ZMjrEX','109844exrYGx','3350120xhaULo','2sFkKQG','37855QIArUp','فتح\x20(ملف)'];_0x54d2=function(){return _0x324176;};return _0x54d2();}const e={'sheets-exchange-client':{'file':'ملف','upload':_0x5fb7d3(0x1f1),'download':_0x5fb7d3(0x1f4)}};export{e as default};
1
+ const _0x5264d1=_0xa770;function _0x3402(){const _0x55aa3d=['2954133NolGwQ','3360510haqpOV','5oprQyZ','3348290GVrJbC','1260pyJUmc','99yyWSZs','2670852YITTSh','16ilBtNZ','فتح\x20(ملف)','حفظ\x20باسم','3736952VBUGIY','9152088jZrYxS'];_0x3402=function(){return _0x55aa3d;};return _0x3402();}(function(_0x4439e7,_0x557d00){const _0x429111=_0xa770,_0x52fc95=_0x4439e7();while(!![]){try{const _0x34cff5=-parseInt(_0x429111(0x181))/0x1+-parseInt(_0x429111(0x17e))/0x2+-parseInt(_0x429111(0x183))/0x3+-parseInt(_0x429111(0x187))/0x4+parseInt(_0x429111(0x17f))/0x5*(parseInt(_0x429111(0x17c))/0x6)+parseInt(_0x429111(0x17d))/0x7*(-parseInt(_0x429111(0x184))/0x8)+-parseInt(_0x429111(0x182))/0x9*(-parseInt(_0x429111(0x180))/0xa);if(_0x34cff5===_0x557d00)break;else _0x52fc95['push'](_0x52fc95['shift']());}catch(_0x18bb8c){_0x52fc95['push'](_0x52fc95['shift']());}}}(_0x3402,0xd1918));const e={'sheets-exchange-client':{'file':'ملف','upload':_0x5264d1(0x185),'download':_0x5264d1(0x186)}};function _0xa770(_0x14c80d,_0xfa0c94){_0x14c80d=_0x14c80d-0x17c;const _0x34028e=_0x3402();let _0xa770b2=_0x34028e[_0x14c80d];return _0xa770b2;}export{e as default};
@@ -1 +1 @@
1
- const _0x4c3f89=_0x2fd5;(function(_0x15db47,_0x43523f){const _0x531565=_0x2fd5,_0x52d65a=_0x15db47();while(!![]){try{const _0x1ae8aa=parseInt(_0x531565(0x165))/0x1+parseInt(_0x531565(0x164))/0x2*(-parseInt(_0x531565(0x160))/0x3)+parseInt(_0x531565(0x162))/0x4*(-parseInt(_0x531565(0x168))/0x5)+parseInt(_0x531565(0x166))/0x6+parseInt(_0x531565(0x161))/0x7+parseInt(_0x531565(0x163))/0x8+-parseInt(_0x531565(0x167))/0x9*(parseInt(_0x531565(0x15e))/0xa);if(_0x1ae8aa===_0x43523f)break;else _0x52d65a['push'](_0x52d65a['shift']());}catch(_0x2edd7e){_0x52d65a['push'](_0x52d65a['shift']());}}}(_0x2f00,0xd66e0));function _0x2f00(){const _0x5e3ef5=['13968808qPBVJm','114qgeqSB','1016903AnipHd','5029608gKzAEK','36uxVvuK','8395GphgxZ','Fitxer','2361730EJoVEf','Anomena\x20i\x20desa','38685IcwTWi','4908540rrZMXV','4156CtRBIP'];_0x2f00=function(){return _0x5e3ef5;};return _0x2f00();}function _0x2fd5(_0x3bf61a,_0x1940d2){_0x3bf61a=_0x3bf61a-0x15d;const _0x2f0067=_0x2f00();let _0x2fd50e=_0x2f0067[_0x3bf61a];return _0x2fd50e;}const e={'sheets-exchange-client':{'file':_0x4c3f89(0x15d),'upload':'Obrir(Fitxer)','download':_0x4c3f89(0x15f)}};export{e as default};
1
+ const _0x3b4353=_0x4e0d;(function(_0x4cf414,_0x3fc8bb){const _0x530a5c=_0x4e0d,_0xb19288=_0x4cf414();while(!![]){try{const _0x5dde70=-parseInt(_0x530a5c(0x159))/0x1+-parseInt(_0x530a5c(0x14d))/0x2+-parseInt(_0x530a5c(0x151))/0x3*(parseInt(_0x530a5c(0x152))/0x4)+-parseInt(_0x530a5c(0x153))/0x5*(-parseInt(_0x530a5c(0x154))/0x6)+parseInt(_0x530a5c(0x156))/0x7*(parseInt(_0x530a5c(0x14e))/0x8)+-parseInt(_0x530a5c(0x155))/0x9*(parseInt(_0x530a5c(0x157))/0xa)+parseInt(_0x530a5c(0x14f))/0xb;if(_0x5dde70===_0x3fc8bb)break;else _0xb19288['push'](_0xb19288['shift']());}catch(_0x1abd95){_0xb19288['push'](_0xb19288['shift']());}}}(_0x1059,0xb776a));function _0x4e0d(_0x5420ee,_0x1fab51){_0x5420ee=_0x5420ee-0x14d;const _0x105972=_0x1059();let _0x4e0d48=_0x105972[_0x5420ee];return _0x4e0d48;}function _0x1059(){const _0x467572=['Fitxer','3MARbKz','2260972LztOjq','5524340qXfPxH','6SJDWid','9fRIUNY','1981609RKTcwv','2005880ScGZyi','Anomena\x20i\x20desa','492120IQtqGM','Obrir(Fitxer)','2094400MPXjRW','32VVRNlO','9013411GYyaQQ'];_0x1059=function(){return _0x467572;};return _0x1059();}const e={'sheets-exchange-client':{'file':_0x3b4353(0x150),'upload':_0x3b4353(0x15a),'download':_0x3b4353(0x158)}};export{e as default};
@@ -1 +1 @@
1
- const _0x38b0ef=_0x3cab;function _0x5ec9(){const _0x4d704b=['Öffnen\x20(Datei)','5xtHDBf','7ceuRql','Speichern\x20unter','10027184fUOLmJ','662075XsFZhc','6291892vTeoNj','9iJMHPb','3474040FLyZJh','12535350VDFMPl','4170207kTiggt','8689122PJHryn'];_0x5ec9=function(){return _0x4d704b;};return _0x5ec9();}function _0x3cab(_0x21c2a3,_0x48a81e){_0x21c2a3=_0x21c2a3-0x64;const _0x5ec999=_0x5ec9();let _0x3cab6c=_0x5ec999[_0x21c2a3];return _0x3cab6c;}(function(_0x4c3d95,_0x2a37b9){const _0x478b8a=_0x3cab,_0x5a0161=_0x4c3d95();while(!![]){try{const _0x3a6c4a=parseInt(_0x478b8a(0x6a))/0x1+parseInt(_0x478b8a(0x6d))/0x2+-parseInt(_0x478b8a(0x6f))/0x3+parseInt(_0x478b8a(0x6b))/0x4*(-parseInt(_0x478b8a(0x66))/0x5)+parseInt(_0x478b8a(0x64))/0x6*(parseInt(_0x478b8a(0x67))/0x7)+parseInt(_0x478b8a(0x69))/0x8*(parseInt(_0x478b8a(0x6c))/0x9)+-parseInt(_0x478b8a(0x6e))/0xa;if(_0x3a6c4a===_0x2a37b9)break;else _0x5a0161['push'](_0x5a0161['shift']());}catch(_0x8ce94d){_0x5a0161['push'](_0x5a0161['shift']());}}}(_0x5ec9,0xd7d87));const e={'sheets-exchange-client':{'file':'Datei','upload':_0x38b0ef(0x65),'download':_0x38b0ef(0x68)}};export{e as default};
1
+ const _0x1d5cfd=_0x34a7;(function(_0x25d8b8,_0x276b93){const _0xb9a3d3=_0x34a7,_0x40002a=_0x25d8b8();while(!![]){try{const _0x1f9c0f=parseInt(_0xb9a3d3(0xff))/0x1*(-parseInt(_0xb9a3d3(0xf3))/0x2)+-parseInt(_0xb9a3d3(0xf6))/0x3+-parseInt(_0xb9a3d3(0xfe))/0x4+-parseInt(_0xb9a3d3(0xf7))/0x5*(-parseInt(_0xb9a3d3(0xf8))/0x6)+parseInt(_0xb9a3d3(0xfc))/0x7+parseInt(_0xb9a3d3(0xf4))/0x8+parseInt(_0xb9a3d3(0xf5))/0x9*(parseInt(_0xb9a3d3(0xfd))/0xa);if(_0x1f9c0f===_0x276b93)break;else _0x40002a['push'](_0x40002a['shift']());}catch(_0x47165c){_0x40002a['push'](_0x40002a['shift']());}}}(_0x370e,0xcadfa));function _0x34a7(_0x1d03f4,_0x4a50b0){_0x1d03f4=_0x1d03f4-0xf3;const _0x370efa=_0x370e();let _0x34a742=_0x370efa[_0x1d03f4];return _0x34a742;}function _0x370e(){const _0x3abbc7=['109623EtHySl','14WdxxTd','2357952XtYtIK','64917WVpziH','229320Rtkaqt','70oLaiBF','132942XozPXl','Speichern\x20unter','Datei','Öffnen\x20(Datei)','4694718HehmDK','1210njMCVi','1894472AwHrJI'];_0x370e=function(){return _0x3abbc7;};return _0x370e();}const e={'sheets-exchange-client':{'file':_0x1d5cfd(0xfa),'upload':_0x1d5cfd(0xfb),'download':_0x1d5cfd(0xf9)}};export{e as default};
@@ -1 +1 @@
1
- const _0x4868a0=_0x7b65;(function(_0x251b1f,_0x50233c){const _0x1ae10d=_0x7b65,_0x15e974=_0x251b1f();while(!![]){try{const _0x24f5db=-parseInt(_0x1ae10d(0xd1))/0x1*(parseInt(_0x1ae10d(0xdb))/0x2)+parseInt(_0x1ae10d(0xdd))/0x3+parseInt(_0x1ae10d(0xda))/0x4+-parseInt(_0x1ae10d(0xd4))/0x5*(-parseInt(_0x1ae10d(0xd7))/0x6)+-parseInt(_0x1ae10d(0xd3))/0x7*(parseInt(_0x1ae10d(0xde))/0x8)+parseInt(_0x1ae10d(0xd5))/0x9+parseInt(_0x1ae10d(0xd6))/0xa*(-parseInt(_0x1ae10d(0xd8))/0xb);if(_0x24f5db===_0x50233c)break;else _0x15e974['push'](_0x15e974['shift']());}catch(_0x5738af){_0x15e974['push'](_0x15e974['shift']());}}}(_0x4fd6,0xa77ec));const e={'sheets-exchange-client':{'file':_0x4868a0(0xd9),'upload':_0x4868a0(0xdc),'download':_0x4868a0(0xd2)}};function _0x7b65(_0x44f124,_0x2cab39){_0x44f124=_0x44f124-0xd1;const _0x4fd6f0=_0x4fd6();let _0x7b6515=_0x4fd6f0[_0x44f124];return _0x7b6515;}function _0x4fd6(){const _0x20a99d=['22DvNzry','File','4839204WlmtRL','24JaFCqB','Open(File)','2378634SocIno','18392esINQH','90529joVrCI','Save\x20As','882jLpMCg','2702235SpwgAP','624321VEgVbv','5454300WvLzoT','12ZHErrc'];_0x4fd6=function(){return _0x20a99d;};return _0x4fd6();}export{e as default};
1
+ const _0x29c9b3=_0x72d0;(function(_0x4b1a24,_0x7672a5){const _0x4307ac=_0x72d0,_0xc0aa52=_0x4b1a24();while(!![]){try{const _0xeaab87=parseInt(_0x4307ac(0x12a))/0x1+parseInt(_0x4307ac(0x128))/0x2+parseInt(_0x4307ac(0x122))/0x3+-parseInt(_0x4307ac(0x121))/0x4+-parseInt(_0x4307ac(0x125))/0x5+-parseInt(_0x4307ac(0x11f))/0x6*(parseInt(_0x4307ac(0x124))/0x7)+parseInt(_0x4307ac(0x127))/0x8*(parseInt(_0x4307ac(0x120))/0x9);if(_0xeaab87===_0x7672a5)break;else _0xc0aa52['push'](_0xc0aa52['shift']());}catch(_0x51be77){_0xc0aa52['push'](_0xc0aa52['shift']());}}}(_0x1042,0xdd460));function _0x1042(){const _0x2b2cf5=['File','7mWhuoj','7027330WvkkJm','Save\x20As','13912UPwyTJ','3095566DxNPEX','Open(File)','742463bKoFKp','915708LNHybX','2700XKJAkX','5745192RXYTqM','3266316bianLi'];_0x1042=function(){return _0x2b2cf5;};return _0x1042();}const e={'sheets-exchange-client':{'file':_0x29c9b3(0x123),'upload':_0x29c9b3(0x129),'download':_0x29c9b3(0x126)}};function _0x72d0(_0x2577b2,_0x1f4d2a){_0x2577b2=_0x2577b2-0x11f;const _0x1042ec=_0x1042();let _0x72d09d=_0x1042ec[_0x2577b2];return _0x72d09d;}export{e as default};
@@ -1 +1 @@
1
- const _0x4d15f0=_0x5971;(function(_0x5ee38e,_0x4d1125){const _0x2d452a=_0x5971,_0x60bbd=_0x5ee38e();while(!![]){try{const _0x22fbf3=-parseInt(_0x2d452a(0x1e1))/0x1*(parseInt(_0x2d452a(0x1e6))/0x2)+-parseInt(_0x2d452a(0x1e7))/0x3*(parseInt(_0x2d452a(0x1e2))/0x4)+-parseInt(_0x2d452a(0x1e3))/0x5+parseInt(_0x2d452a(0x1e9))/0x6+parseInt(_0x2d452a(0x1ea))/0x7+parseInt(_0x2d452a(0x1e4))/0x8+parseInt(_0x2d452a(0x1ec))/0x9*(-parseInt(_0x2d452a(0x1e5))/0xa);if(_0x22fbf3===_0x4d1125)break;else _0x60bbd['push'](_0x60bbd['shift']());}catch(_0x36d48e){_0x60bbd['push'](_0x60bbd['shift']());}}}(_0x2f73,0x41a3d));const e={'sheets-exchange-client':{'file':_0x4d15f0(0x1eb),'upload':'Abrir(Archivo)','download':_0x4d15f0(0x1e8)}};export{e as default};function _0x5971(_0x2fa2f9,_0x2d5fab){_0x2fa2f9=_0x2fa2f9-0x1e1;const _0x2f7398=_0x2f73();let _0x5971bb=_0x2f7398[_0x2fa2f9];return _0x5971bb;}function _0x2f73(){const _0x43fbb8=['20152pbAklY','23396SNtDhu','2072060iTTFUH','1307960ulEsaq','20LRuSWm','4GtSxLt','213CRZrFh','Guardar\x20como','3043326vaVQAg','3621590hSDlZa','Archivo','221535oEezBW'];_0x2f73=function(){return _0x43fbb8;};return _0x2f73();}
1
+ const _0x4eaaa2=_0x5372;function _0x5372(_0x1911e0,_0x5cc3e6){_0x1911e0=_0x1911e0-0x187;const _0x53cfe8=_0x53cf();let _0x53727a=_0x53cfe8[_0x1911e0];return _0x53727a;}function _0x53cf(){const _0x1bfda1=['323148QzATam','Abrir(Archivo)','3831050UgHStX','2621460URYRKU','14798dwnexm','Guardar\x20como','31145bJxHYx','11Czwkhl','1146xbqfEX','117tGCryx','396873khqJwT','Archivo','32Fcjhwc','546ZdnJEM','56rQTNSS','54364XxlNhF'];_0x53cf=function(){return _0x1bfda1;};return _0x53cf();}(function(_0xcf800f,_0x26ee3d){const _0x1e7cdc=_0x5372,_0x5ea5dd=_0xcf800f();while(!![]){try{const _0x566ebd=parseInt(_0x1e7cdc(0x18c))/0x1*(parseInt(_0x1e7cdc(0x192))/0x2)+parseInt(_0x1e7cdc(0x18f))/0x3*(-parseInt(_0x1e7cdc(0x195))/0x4)+-parseInt(_0x1e7cdc(0x189))/0x5+parseInt(_0x1e7cdc(0x18e))/0x6*(parseInt(_0x1e7cdc(0x18a))/0x7)+-parseInt(_0x1e7cdc(0x194))/0x8*(parseInt(_0x1e7cdc(0x190))/0x9)+parseInt(_0x1e7cdc(0x188))/0xa*(-parseInt(_0x1e7cdc(0x18d))/0xb)+-parseInt(_0x1e7cdc(0x196))/0xc*(-parseInt(_0x1e7cdc(0x193))/0xd);if(_0x566ebd===_0x26ee3d)break;else _0x5ea5dd['push'](_0x5ea5dd['shift']());}catch(_0x3438d0){_0x5ea5dd['push'](_0x5ea5dd['shift']());}}}(_0x53cf,0x4610b));const e={'sheets-exchange-client':{'file':_0x4eaaa2(0x191),'upload':_0x4eaaa2(0x187),'download':_0x4eaaa2(0x18b)}};export{e as default};
@@ -1 +1 @@
1
- const _0x41a10d=_0x6642;(function(_0x3d79ff,_0xed8812){const _0x230404=_0x6642,_0x44cf88=_0x3d79ff();while(!![]){try{const _0x805638=-parseInt(_0x230404(0x1aa))/0x1+parseInt(_0x230404(0x1ac))/0x2*(parseInt(_0x230404(0x1ae))/0x3)+parseInt(_0x230404(0x1b4))/0x4+parseInt(_0x230404(0x1ab))/0x5*(-parseInt(_0x230404(0x1b3))/0x6)+parseInt(_0x230404(0x1a8))/0x7*(parseInt(_0x230404(0x1ad))/0x8)+parseInt(_0x230404(0x1b1))/0x9+parseInt(_0x230404(0x1af))/0xa*(parseInt(_0x230404(0x1b0))/0xb);if(_0x805638===_0xed8812)break;else _0x44cf88['push'](_0x44cf88['shift']());}catch(_0x4c7e0a){_0x44cf88['push'](_0x44cf88['shift']());}}}(_0x5bea,0x4c565));function _0x5bea(){const _0x5ea26a=['فایل','514971VbYvQZ','25niOtCy','42VPEGOD','32dBBlZv','12633GFuETs','5918650LFteLP','11wZqDuo','515511hkhzKD','بازکردن(فایل)','668454JghBuL','2343208PFkWCe','ذخیره\x20به\x20عنوان','107303yzFAUA'];_0x5bea=function(){return _0x5ea26a;};return _0x5bea();}const e={'sheets-exchange-client':{'file':_0x41a10d(0x1a9),'upload':_0x41a10d(0x1b2),'download':_0x41a10d(0x1a7)}};function _0x6642(_0x369ba1,_0x3eabab){_0x369ba1=_0x369ba1-0x1a7;const _0x5bead9=_0x5bea();let _0x6642f9=_0x5bead9[_0x369ba1];return _0x6642f9;}export{e as default};
1
+ function _0x5d8e(){const _0x6ecdcb=['ذخیره\x20به\x20عنوان','201SXnmxm','83356WkzXkE','74865BayMjd','بازکردن(فایل)','فایل','125MeEOGU','30283330RDSLiE','12805464WJlKhz','4740880VEAnJw','7dSgFTa','27mnkRzi','8761614wOtIRH','42190OjoNlM'];_0x5d8e=function(){return _0x6ecdcb;};return _0x5d8e();}const _0x55b06b=_0x4e8d;function _0x4e8d(_0x35a6bd,_0x24144e){_0x35a6bd=_0x35a6bd-0xb7;const _0x5d8e22=_0x5d8e();let _0x4e8d28=_0x5d8e22[_0x35a6bd];return _0x4e8d28;}(function(_0x492220,_0x246980){const _0x1701a8=_0x4e8d,_0x988029=_0x492220();while(!![]){try{const _0x292c23=parseInt(_0x1701a8(0xbe))/0x1+parseInt(_0x1701a8(0xba))/0x2*(-parseInt(_0x1701a8(0xbc))/0x3)+parseInt(_0x1701a8(0xbd))/0x4*(parseInt(_0x1701a8(0xc1))/0x5)+-parseInt(_0x1701a8(0xb9))/0x6*(-parseInt(_0x1701a8(0xb7))/0x7)+parseInt(_0x1701a8(0xc3))/0x8+parseInt(_0x1701a8(0xb8))/0x9*(parseInt(_0x1701a8(0xc4))/0xa)+-parseInt(_0x1701a8(0xc2))/0xb;if(_0x292c23===_0x246980)break;else _0x988029['push'](_0x988029['shift']());}catch(_0x325e6b){_0x988029['push'](_0x988029['shift']());}}}(_0x5d8e,0xded15));const e={'sheets-exchange-client':{'file':_0x55b06b(0xc0),'upload':_0x55b06b(0xbf),'download':_0x55b06b(0xbb)}};export{e as default};
@@ -1 +1 @@
1
- const _0x3a722f=_0x1753;(function(_0x184c7a,_0x1dd33f){const _0x5719a8=_0x1753,_0x5af886=_0x184c7a();while(!![]){try{const _0x239747=-parseInt(_0x5719a8(0x7e))/0x1*(parseInt(_0x5719a8(0x89))/0x2)+parseInt(_0x5719a8(0x7f))/0x3*(parseInt(_0x5719a8(0x84))/0x4)+-parseInt(_0x5719a8(0x8a))/0x5+parseInt(_0x5719a8(0x82))/0x6*(parseInt(_0x5719a8(0x81))/0x7)+parseInt(_0x5719a8(0x88))/0x8+-parseInt(_0x5719a8(0x7d))/0x9*(-parseInt(_0x5719a8(0x7c))/0xa)+-parseInt(_0x5719a8(0x86))/0xb*(parseInt(_0x5719a8(0x80))/0xc);if(_0x239747===_0x1dd33f)break;else _0x5af886['push'](_0x5af886['shift']());}catch(_0x4a0b7a){_0x5af886['push'](_0x5af886['shift']());}}}(_0x2d5d,0x634f2));function _0x1753(_0x249898,_0x4761e7){_0x249898=_0x249898-0x7c;const _0x2d5d2f=_0x2d5d();let _0x175375=_0x2d5d2f[_0x249898];return _0x175375;}const e={'sheets-exchange-client':{'file':_0x3a722f(0x83),'upload':_0x3a722f(0x87),'download':_0x3a722f(0x85)}};function _0x2d5d(){const _0x338dad=['1003960ofOqgp','81526CLFBdK','112350Gsmdve','1286690MMIBdO','18gzJziO','10QKUyWo','213ELgibW','24DkMsmH','7903tRUtsu','2178LXEivb','Fichier','23984EVzGOr','Enregistrer\x20sous','2098283kMpvvU','Ouvrir\x20(Fichier)'];_0x2d5d=function(){return _0x338dad;};return _0x2d5d();}export{e as default};
1
+ const _0x6601fc=_0x127d;(function(_0x1f9ebb,_0x448496){const _0x109f93=_0x127d,_0x1af407=_0x1f9ebb();while(!![]){try{const _0x374dff=parseInt(_0x109f93(0x155))/0x1*(parseInt(_0x109f93(0x14b))/0x2)+parseInt(_0x109f93(0x154))/0x3*(parseInt(_0x109f93(0x153))/0x4)+parseInt(_0x109f93(0x150))/0x5*(parseInt(_0x109f93(0x14c))/0x6)+-parseInt(_0x109f93(0x148))/0x7+-parseInt(_0x109f93(0x152))/0x8+parseInt(_0x109f93(0x14e))/0x9+parseInt(_0x109f93(0x149))/0xa*(parseInt(_0x109f93(0x14f))/0xb);if(_0x374dff===_0x448496)break;else _0x1af407['push'](_0x1af407['shift']());}catch(_0x2fd6e1){_0x1af407['push'](_0x1af407['shift']());}}}(_0x2948,0xb652b));function _0x2948(){const _0xcc2340=['Enregistrer\x20sous','386YkCJWd','5859624jiOdxG','Ouvrir\x20(Fichier)','6521562dxoEJB','9141VaUGGg','5rMwaTn','Fichier','10472728jPXinw','588kmrOLX','9549gfJTiS','4555QoUYZw','7824831fBQiAQ','1510MSRtcd'];_0x2948=function(){return _0xcc2340;};return _0x2948();}function _0x127d(_0xb5593,_0x41f8cc){_0xb5593=_0xb5593-0x148;const _0x294805=_0x2948();let _0x127d08=_0x294805[_0xb5593];return _0x127d08;}const e={'sheets-exchange-client':{'file':_0x6601fc(0x151),'upload':_0x6601fc(0x14d),'download':_0x6601fc(0x14a)}};export{e as default};
@@ -1 +1 @@
1
- const _0x2470ea=_0x18c4;function _0x18c4(_0x4d7962,_0x6fd6f1){_0x4d7962=_0x4d7962-0x1dd;const _0x1a9d03=_0x1a9d();let _0x18c404=_0x1a9d03[_0x4d7962];return _0x18c404;}function _0x1a9d(){const _0x5d1a0f=['3195nDIDoO','738040SRnESj','171496uNAyUg','7biKjLN','380vlUXwH','2433NGBkGu','2381949eCzdgC','194799qIfNnT','668JIPoMQ','1308MhIZVU','File','106970tUwpXT'];_0x1a9d=function(){return _0x5d1a0f;};return _0x1a9d();}(function(_0x44fe60,_0xfddc1d){const _0x173600=_0x18c4,_0x1d4229=_0x44fe60();while(!![]){try{const _0x328778=parseInt(_0x173600(0x1e8))/0x1+parseInt(_0x173600(0x1df))/0x2+parseInt(_0x173600(0x1e2))/0x3*(parseInt(_0x173600(0x1e5))/0x4)+parseInt(_0x173600(0x1dd))/0x5*(parseInt(_0x173600(0x1e6))/0x6)+-parseInt(_0x173600(0x1e0))/0x7*(-parseInt(_0x173600(0x1de))/0x8)+parseInt(_0x173600(0x1e3))/0x9+-parseInt(_0x173600(0x1e1))/0xa*(parseInt(_0x173600(0x1e4))/0xb);if(_0x328778===_0xfddc1d)break;else _0x1d4229['push'](_0x1d4229['shift']());}catch(_0x2ce2cb){_0x1d4229['push'](_0x1d4229['shift']());}}}(_0x1a9d,0x24f87));const e={'sheets-exchange-client':{'file':_0x2470ea(0x1e7),'upload':'Buka(File)','download':'Simpan\x20Sebagai'}};export{e as default};
1
+ const _0x1444e7=_0x5bd4;(function(_0x2e04db,_0x5bece0){const _0x2e081d=_0x5bd4,_0x54ddb2=_0x2e04db();while(!![]){try{const _0x57a7b4=-parseInt(_0x2e081d(0x147))/0x1+-parseInt(_0x2e081d(0x142))/0x2+-parseInt(_0x2e081d(0x141))/0x3+parseInt(_0x2e081d(0x149))/0x4+-parseInt(_0x2e081d(0x140))/0x5*(-parseInt(_0x2e081d(0x144))/0x6)+parseInt(_0x2e081d(0x143))/0x7+-parseInt(_0x2e081d(0x148))/0x8*(parseInt(_0x2e081d(0x146))/0x9);if(_0x57a7b4===_0x5bece0)break;else _0x54ddb2['push'](_0x54ddb2['shift']());}catch(_0x521c97){_0x54ddb2['push'](_0x54ddb2['shift']());}}}(_0x1d6b,0x9da9a));const e={'sheets-exchange-client':{'file':_0x1444e7(0x145),'upload':_0x1444e7(0x13f),'download':_0x1444e7(0x13e)}};function _0x5bd4(_0x57c134,_0x33b601){_0x57c134=_0x57c134-0x13e;const _0x1d6bca=_0x1d6b();let _0x5bd44f=_0x1d6bca[_0x57c134];return _0x5bd44f;}export{e as default};function _0x1d6b(){const _0x3c17a5=['1135sJhSBv','528318eWyRBo','1775744oSrSQj','6426392BsqmHx','27246kRVQyw','File','34137lcGveg','114118HQSToW','2416IPGCzv','4082020mcuLFL','Simpan\x20Sebagai','Buka(File)'];_0x1d6b=function(){return _0x3c17a5;};return _0x1d6b();}
@@ -1 +1 @@
1
- const _0x479aa5=_0x4f44;(function(_0x13163b,_0x57c520){const _0xfc83d0=_0x4f44,_0x2c4113=_0x13163b();while(!![]){try{const _0x46da80=parseInt(_0xfc83d0(0x85))/0x1+parseInt(_0xfc83d0(0x84))/0x2+-parseInt(_0xfc83d0(0x81))/0x3+parseInt(_0xfc83d0(0x87))/0x4+parseInt(_0xfc83d0(0x80))/0x5*(parseInt(_0xfc83d0(0x86))/0x6)+parseInt(_0xfc83d0(0x83))/0x7*(-parseInt(_0xfc83d0(0x89))/0x8)+-parseInt(_0xfc83d0(0x88))/0x9;if(_0x46da80===_0x57c520)break;else _0x2c4113['push'](_0x2c4113['shift']());}catch(_0x41c8db){_0x2c4113['push'](_0x2c4113['shift']());}}}(_0x1422,0xdcd54));function _0x4f44(_0x10bb43,_0x135ed5){_0x10bb43=_0x10bb43-0x80;const _0x1422cc=_0x1422();let _0x4f445d=_0x1422cc[_0x10bb43];return _0x4f445d;}const e={'sheets-exchange-client':{'file':'File','upload':_0x479aa5(0x8a),'download':_0x479aa5(0x82)}};function _0x1422(){const _0x673cd0=['Apri\x20(File)','5ycsCEq','1020855mTGHzo','Salva\x20con\x20nome','3178dlrQay','1844852GFUurI','1570801twvoJe','1525074aGHhpj','1765852oEDpgY','1924722irqsMZ','30488tpcepi'];_0x1422=function(){return _0x673cd0;};return _0x1422();}export{e as default};
1
+ const _0x15b633=_0x5a0e;function _0x5a0e(_0x2cfe19,_0x18be64){_0x2cfe19=_0x2cfe19-0x196;const _0x3cbbbc=_0x3cbb();let _0x5a0eb4=_0x3cbbbc[_0x2cfe19];return _0x5a0eb4;}function _0x3cbb(){const _0x35d6df=['16eDzGUa','2931408hdUsIZ','4516694xTGesr','Salva\x20con\x20nome','2414337iXnwkS','998800BbqpOj','4wCxBwr','623927maVJCP','Apri\x20(File)','3935605UwseFh','3849282EseeGl'];_0x3cbb=function(){return _0x35d6df;};return _0x3cbb();}(function(_0x230ab6,_0x3dc05d){const _0x3d4b3f=_0x5a0e,_0x3aeba5=_0x230ab6();while(!![]){try{const _0x5471c5=-parseInt(_0x3d4b3f(0x19a))/0x1+parseInt(_0x3d4b3f(0x198))/0x2+-parseInt(_0x3d4b3f(0x197))/0x3*(-parseInt(_0x3d4b3f(0x199))/0x4)+-parseInt(_0x3d4b3f(0x19c))/0x5+parseInt(_0x3d4b3f(0x19d))/0x6+parseInt(_0x3d4b3f(0x1a0))/0x7+-parseInt(_0x3d4b3f(0x19e))/0x8*(parseInt(_0x3d4b3f(0x19f))/0x9);if(_0x5471c5===_0x3dc05d)break;else _0x3aeba5['push'](_0x3aeba5['shift']());}catch(_0x4bd888){_0x3aeba5['push'](_0x3aeba5['shift']());}}}(_0x3cbb,0x81070));const e={'sheets-exchange-client':{'file':'File','upload':_0x15b633(0x19b),'download':_0x15b633(0x196)}};export{e as default};
@@ -1 +1 @@
1
- const _0x302beb=_0x58db;(function(_0x5e4119,_0x4246b5){const _0x4ff999=_0x58db,_0x1ce380=_0x5e4119();while(!![]){try{const _0x3b0525=parseInt(_0x4ff999(0xad))/0x1+parseInt(_0x4ff999(0xb5))/0x2+-parseInt(_0x4ff999(0xb1))/0x3*(-parseInt(_0x4ff999(0xb2))/0x4)+parseInt(_0x4ff999(0xba))/0x5*(parseInt(_0x4ff999(0xb6))/0x6)+-parseInt(_0x4ff999(0xac))/0x7*(-parseInt(_0x4ff999(0xae))/0x8)+-parseInt(_0x4ff999(0xaf))/0x9*(-parseInt(_0x4ff999(0xb0))/0xa)+parseInt(_0x4ff999(0xb7))/0xb*(-parseInt(_0x4ff999(0xb4))/0xc);if(_0x3b0525===_0x4246b5)break;else _0x1ce380['push'](_0x1ce380['shift']());}catch(_0x312a01){_0x1ce380['push'](_0x1ce380['shift']());}}}(_0x478b,0x62de0));function _0x58db(_0x1403c5,_0x1bdf0b){_0x1403c5=_0x1403c5-0xac;const _0x478b45=_0x478b();let _0x58db1a=_0x478b45[_0x1403c5];return _0x58db1a;}function _0x478b(){const _0x674ad7=['40GewGTw','669JOlpWq','6856LWqWHW','開く(ファイル)','9915228DBMMjx','982460BoAkWI','428328WuPydk','22moOytF','ファイル','名前を付けて保存','10UGiVMV','300083ddzFTy','253416rRCJch','16TMjbNR','1579761QNDhHT'];_0x478b=function(){return _0x674ad7;};return _0x478b();}const e={'sheets-exchange-client':{'file':_0x302beb(0xb8),'upload':_0x302beb(0xb3),'download':_0x302beb(0xb9)}};export{e as default};
1
+ const _0x24b0e2=_0x49e7;(function(_0x2e5d38,_0x4ebab0){const _0x301f47=_0x49e7,_0xe06d0d=_0x2e5d38();while(!![]){try{const _0x237074=-parseInt(_0x301f47(0x143))/0x1*(-parseInt(_0x301f47(0x148))/0x2)+parseInt(_0x301f47(0x13d))/0x3+parseInt(_0x301f47(0x145))/0x4+-parseInt(_0x301f47(0x141))/0x5*(parseInt(_0x301f47(0x13e))/0x6)+-parseInt(_0x301f47(0x140))/0x7*(parseInt(_0x301f47(0x13f))/0x8)+parseInt(_0x301f47(0x149))/0x9*(parseInt(_0x301f47(0x142))/0xa)+parseInt(_0x301f47(0x147))/0xb*(-parseInt(_0x301f47(0x144))/0xc);if(_0x237074===_0x4ebab0)break;else _0xe06d0d['push'](_0xe06d0d['shift']());}catch(_0x3f1917){_0xe06d0d['push'](_0xe06d0d['shift']());}}}(_0xe7c9,0x7c58e));function _0xe7c9(){const _0x1b01dd=['55407cXncOv','19562XkcQnT','9feMlkC','1098546qPHcKy','816eRLVCr','8bhaovw','5419561prMrKR','3950wlFqYb','2229770HpKfYF','11uWopfK','540gWrAoB','3683616hmLeIT','名前を付けて保存'];_0xe7c9=function(){return _0x1b01dd;};return _0xe7c9();}const e={'sheets-exchange-client':{'file':'ファイル','upload':'開く(ファイル)','download':_0x24b0e2(0x146)}};function _0x49e7(_0x4e1c4f,_0x1dc437){_0x4e1c4f=_0x4e1c4f-0x13d;const _0xe7c988=_0xe7c9();let _0x49e7cd=_0xe7c988[_0x4e1c4f];return _0x49e7cd;}export{e as default};
@@ -1 +1 @@
1
- const _0x145308=_0x48e7;function _0x48e7(_0x1bbff7,_0x153ae7){_0x1bbff7=_0x1bbff7-0xc5;const _0x21dab9=_0x21da();let _0x48e7d0=_0x21dab9[_0x1bbff7];return _0x48e7d0;}(function(_0x2a3f1c,_0x278b0a){const _0x1fb174=_0x48e7,_0x2f3024=_0x2a3f1c();while(!![]){try{const _0x3294bf=parseInt(_0x1fb174(0xc8))/0x1*(-parseInt(_0x1fb174(0xcc))/0x2)+parseInt(_0x1fb174(0xcf))/0x3+parseInt(_0x1fb174(0xc9))/0x4+-parseInt(_0x1fb174(0xc5))/0x5*(parseInt(_0x1fb174(0xcd))/0x6)+-parseInt(_0x1fb174(0xd0))/0x7+-parseInt(_0x1fb174(0xc6))/0x8+-parseInt(_0x1fb174(0xca))/0x9*(-parseInt(_0x1fb174(0xce))/0xa);if(_0x3294bf===_0x278b0a)break;else _0x2f3024['push'](_0x2f3024['shift']());}catch(_0x3ca2a8){_0x2f3024['push'](_0x2f3024['shift']());}}}(_0x21da,0xc712d));function _0x21da(){const _0x449109=['3102610zzxzPD','175UHvnSP','6458400rFlWyV','열기(파일)','563186WYvmHO','6332760KHMXDw','1506915BOFHOT','다른\x20이름으로\x20저장','2RuyJbG','211374jQFkUT','80xvuhON','2818398GSUUdN'];_0x21da=function(){return _0x449109;};return _0x21da();}const e={'sheets-exchange-client':{'file':'파일','upload':_0x145308(0xc7),'download':_0x145308(0xcb)}};export{e as default};
1
+ function _0x1f6c(){const _0x5848e9=['10434060QYARnp','1243417PChVCo','939492BxsLrq','24116fhDsJR','8472712ukbcat','다른\x20이름으로\x20저장','1702140pYqXwO','열기(파일)','30qbKsEG','9Xednqw','3477672OYNcLa'];_0x1f6c=function(){return _0x5848e9;};return _0x1f6c();}const _0xbff70a=_0x5cc7;function _0x5cc7(_0x3ce2e5,_0x40f7df){_0x3ce2e5=_0x3ce2e5-0x14a;const _0x1f6c10=_0x1f6c();let _0x5cc766=_0x1f6c10[_0x3ce2e5];return _0x5cc766;}(function(_0x54e821,_0x7a31d1){const _0x5ac70c=_0x5cc7,_0x82f1bc=_0x54e821();while(!![]){try{const _0x3c5026=parseInt(_0x5ac70c(0x14f))/0x1+-parseInt(_0x5ac70c(0x150))/0x2*(-parseInt(_0x5ac70c(0x14b))/0x3)+-parseInt(_0x5ac70c(0x14c))/0x4+-parseInt(_0x5ac70c(0x153))/0x5+-parseInt(_0x5ac70c(0x14a))/0x6*(-parseInt(_0x5ac70c(0x14e))/0x7)+parseInt(_0x5ac70c(0x151))/0x8+-parseInt(_0x5ac70c(0x14d))/0x9;if(_0x3c5026===_0x7a31d1)break;else _0x82f1bc['push'](_0x82f1bc['shift']());}catch(_0x2c37a0){_0x82f1bc['push'](_0x82f1bc['shift']());}}}(_0x1f6c,0x872fc));const e={'sheets-exchange-client':{'file':'파일','upload':_0xbff70a(0x154),'download':_0xbff70a(0x152)}};export{e as default};