@univerjs-pro/sheets-exchange-client 0.25.0 → 1.0.0-alpha.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 (105) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -1
  50. package/lib/locale/it-IT.js +1 -1
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -1
  54. package/lib/locale/pt-BR.js +1 -1
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/controllers/menu.d.ts +4 -3
  62. package/lib/types/index.d.ts +1 -1
  63. package/lib/types/locale/ar-SA.d.ts +2 -7
  64. package/lib/types/locale/ca-ES.d.ts +2 -7
  65. package/lib/types/locale/de-DE.d.ts +2 -7
  66. package/lib/types/locale/es-ES.d.ts +2 -7
  67. package/lib/types/locale/fa-IR.d.ts +2 -7
  68. package/lib/types/locale/fr-FR.d.ts +2 -7
  69. package/lib/types/locale/id-ID.d.ts +2 -7
  70. package/lib/types/locale/it-IT.d.ts +2 -7
  71. package/lib/types/locale/ja-JP.d.ts +2 -7
  72. package/lib/types/locale/ko-KR.d.ts +2 -7
  73. package/lib/types/locale/pl-PL.d.ts +2 -7
  74. package/lib/types/locale/pt-BR.d.ts +2 -7
  75. package/lib/types/locale/ru-RU.d.ts +2 -7
  76. package/lib/types/locale/sk-SK.d.ts +2 -7
  77. package/lib/types/locale/types.d.ts +3 -0
  78. package/lib/types/locale/vi-VN.d.ts +2 -7
  79. package/lib/types/locale/zh-CN.d.ts +2 -7
  80. package/lib/types/locale/zh-HK.d.ts +2 -7
  81. package/lib/types/locale/zh-TW.d.ts +2 -7
  82. package/lib/types/plugin.d.ts +1 -1
  83. package/lib/umd/index.js +1 -1
  84. package/lib/umd/locale/ar-SA.js +1 -1
  85. package/lib/umd/locale/ca-ES.js +1 -1
  86. package/lib/umd/locale/de-DE.js +1 -1
  87. package/lib/umd/locale/en-US.js +1 -1
  88. package/lib/umd/locale/es-ES.js +1 -1
  89. package/lib/umd/locale/fa-IR.js +1 -1
  90. package/lib/umd/locale/fr-FR.js +1 -1
  91. package/lib/umd/locale/id-ID.js +1 -1
  92. package/lib/umd/locale/it-IT.js +1 -1
  93. package/lib/umd/locale/ja-JP.js +1 -1
  94. package/lib/umd/locale/ko-KR.js +1 -1
  95. package/lib/umd/locale/pl-PL.js +1 -1
  96. package/lib/umd/locale/pt-BR.js +1 -1
  97. package/lib/umd/locale/ru-RU.js +1 -1
  98. package/lib/umd/locale/sk-SK.js +1 -1
  99. package/lib/umd/locale/vi-VN.js +1 -1
  100. package/lib/umd/locale/zh-CN.js +1 -1
  101. package/lib/umd/locale/zh-HK.js +1 -1
  102. package/lib/umd/locale/zh-TW.js +1 -1
  103. package/package.json +8 -8
  104. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
  105. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
@@ -0,0 +1,3 @@
1
+ import type { LocaleLeafKeys } from '@univerjs/core';
2
+ import type enUS from './en-US';
3
+ export type LocaleKey = LocaleLeafKeys<typeof enUS>;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,8 +1,3 @@
1
- declare const locale: {
2
- 'sheets-exchange-client': {
3
- file: string;
4
- upload: string;
5
- download: string;
6
- };
7
- };
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
8
3
  export default locale;
@@ -1,4 +1,4 @@
1
- import type { IUniverSheetsExchangeClientConfig } from './controllers/config.schema';
1
+ import type { IUniverSheetsExchangeClientConfig } from './config/config';
2
2
  import { IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core';
3
3
  export declare class UniverSheetsExchangeClientPlugin extends Plugin {
4
4
  private readonly _config;
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x2083(_0xc8366e,_0x1290b2){_0xc8366e=_0xc8366e-0x146;const _0xce2816=_0xce28();let _0x208301=_0xce2816[_0xc8366e];return _0x208301;}function _0xce28(){const _0x14cf49=['@univerjs/ui','_commandService','sheets-exchange-client.config','CommandType','add','packageName','get','setConfig','10eLKwnn','unit','8728WTWrIY','search','Disposable','ExportIcon','toPrimitive','4459048ibFAID','disposeWithMe','sheets-exchange-client.file','UniverUi','constructor','_configService','sheets-exchange-client.operation.exchange','IMenuManagerService','exportXLSXByUnitId','_injector','getOwnPropertyDescriptor','_config','UniverSheetsExchangeClientPlugin','_initCommands','registerCommand','mergeMenu','version','376560lpByNC','MenuItemType','exchange-client.operation.import-xlsx','@univerjs-pro/sheets-exchange-client','symbol','onStarting','exchange-client.operation.export-xlsx','UniverInstanceType','call','WorkbookExportPermission','Injector','Plugin','9578691lQhxAS','3432540gIJPNk','amd','UniverProExchangeClient','getMenuHiddenObservable','5sahtSw','OTHERS','IConfigService','9XKiqHS','menu','SHEET_EXCHANGE_CLIENT_PLUGIN','UniverProSheetsExchangeClient','defineProperty','OPERATION','iterator','default','_menuManagerService','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','DependentOn','object','26734928sDjLNE','Module','145628pgNSbM','UniverCore','type','function','decorate','UniverSheetsUi','3731EMRVsF','sheets-exchange-client.upload','exports','RibbonStartGroup','FolderIcon','pluginName','Inject','sheets-exchange-client.download','prototype','@univerjs/sheets','toStringTag','BUTTON','ICommandService','length','_initMenus'];_0xce28=function(){return _0x14cf49;};return _0xce28();}(function(_0xdd2c20,_0xef43c3){const _0x42448a=_0x2083,_0x3c53b6=_0xdd2c20();while(!![]){try{const _0x3f5da0=parseInt(_0x42448a(0x180))/0x1+parseInt(_0x42448a(0x14b))/0x2*(parseInt(_0x42448a(0x194))/0x3)+-parseInt(_0x42448a(0x16f))/0x4*(parseInt(_0x42448a(0x191))/0x5)+parseInt(_0x42448a(0x18d))/0x6+-parseInt(_0x42448a(0x151))/0x7*(parseInt(_0x42448a(0x16a))/0x8)+parseInt(_0x42448a(0x18c))/0x9*(-parseInt(_0x42448a(0x168))/0xa)+parseInt(_0x42448a(0x149))/0xb;if(_0x3f5da0===_0xef43c3)break;else _0x3c53b6['push'](_0x3c53b6['shift']());}catch(_0x566f7a){_0x3c53b6['push'](_0x3c53b6['shift']());}}}(_0xce28,0xcc570),function(_0xa6f4b8,_0x228848){const _0x129b0a=_0x2083;typeof exports==_0x129b0a(0x148)&&typeof module<'u'?_0x228848(exports,require('@univerjs-pro/exchange-client'),require('@univerjs/core'),require('@univerjs/ui'),require('@univerjs/sheets'),require('@univerjs/sheets-ui')):typeof define=='function'&&define[_0x129b0a(0x18e)]?define([_0x129b0a(0x153),'@univerjs-pro/exchange-client','@univerjs/core',_0x129b0a(0x160),_0x129b0a(0x15a),'@univerjs/sheets-ui'],_0x228848):(_0xa6f4b8=typeof globalThis<'u'?globalThis:_0xa6f4b8||self,_0x228848(_0xa6f4b8[_0x129b0a(0x197)]={},_0xa6f4b8[_0x129b0a(0x18f)],_0xa6f4b8[_0x129b0a(0x14c)],_0xa6f4b8[_0x129b0a(0x172)],_0xa6f4b8['UniverSheets'],_0xa6f4b8[_0x129b0a(0x150)]));}(this,function(_0x4e007d,_0x3a9b48,_0x114f2b,_0x3d16e9,_0x2d51db,_0x50a943){const _0x4e2351=_0x2083;Object['defineProperty'](_0x4e007d,Symbol[_0x4e2351(0x15b)],{'value':_0x4e2351(0x14a)});let _0x144db3={'id':_0x4e2351(0x182),'type':_0x114f2b[_0x4e2351(0x163)][_0x4e2351(0x199)],'handler':async _0x60dad2=>{const _0x27b15e=_0x4e2351;let _0x2f7ae8=_0x60dad2[_0x27b15e(0x166)](_0x3a9b48['IExchangeOperateService']);return new URLSearchParams(location[_0x27b15e(0x16b)])[_0x27b15e(0x166)]('unit')?_0x2f7ae8['importXLSXToUnitId']():_0x2f7ae8['importXLSXToSnapshot'](),!0x0;}},_0x48c386={'id':_0x4e2351(0x186),'type':_0x114f2b[_0x4e2351(0x163)][_0x4e2351(0x199)],'handler':async _0x3d8f02=>{const _0x31593f=_0x4e2351;let _0x4d4b96=_0x3d8f02['get'](_0x3a9b48['IExchangeOperateService']);return new URLSearchParams(location[_0x31593f(0x16b)])[_0x31593f(0x166)](_0x31593f(0x169))?_0x4d4b96[_0x31593f(0x177)]():_0x4d4b96['exportXLSXBySnapshot'](),!0x0;}};var _0x23755f=_0x4e2351(0x183),_0x6ea018='0.25.0';let _0x1ce84e={},_0x2f38b5=_0x4e2351(0x175);function _0x217e18(_0x317a45){const _0x55d51a=_0x4e2351;return{'id':_0x2f38b5,'type':_0x3d16e9[_0x55d51a(0x181)]['SUBITEMS'],'icon':'DirectExportIcon','tooltip':_0x55d51a(0x171),'hidden$':(0x0,_0x3d16e9[_0x55d51a(0x190)])(_0x317a45,_0x114f2b[_0x55d51a(0x187)]['UNIVER_SHEET']),'disabled$':(0x0,_0x50a943['getCurrentRangeDisable$'])(_0x317a45,{'workbookTypes':[_0x2d51db[_0x55d51a(0x189)]]})};}function _0x2f3b2c(){const _0x43d3d1=_0x4e2351;return{'id':_0x144db3['id'],'type':_0x3d16e9['MenuItemType'][_0x43d3d1(0x15c)],'title':_0x43d3d1(0x152),'icon':_0x43d3d1(0x155)};}function _0x19894a(){const _0x5c8a32=_0x4e2351;return{'id':_0x48c386['id'],'type':_0x3d16e9[_0x5c8a32(0x181)]['BUTTON'],'title':_0x5c8a32(0x158),'icon':_0x5c8a32(0x16d)};}let _0x32b246={[_0x3d16e9[_0x4e2351(0x154)][_0x4e2351(0x192)]]:{[_0x2f38b5]:{'order':0.3,'menuItemFactory':_0x217e18,[_0x144db3['id']]:{'order':0x0,'menuItemFactory':_0x2f3b2c},[_0x48c386['id']]:{'order':0x1,'menuItemFactory':_0x19894a}}}};function _0x1086ff(_0x572992,_0x26eb6e){return function(_0x484c9c,_0x4518f0){_0x26eb6e(_0x484c9c,_0x4518f0,_0x572992);};}function _0x30eb38(_0x45299f,_0x56d615,_0x35375b,_0x372ed5){const _0x1db8c5=_0x4e2351;var _0x5b6331=arguments[_0x1db8c5(0x15e)],_0x4c55e6=_0x5b6331<0x3?_0x56d615:_0x372ed5===null?_0x372ed5=Object[_0x1db8c5(0x179)](_0x56d615,_0x35375b):_0x372ed5,_0x2fa92a;if(typeof Reflect==_0x1db8c5(0x148)&&typeof Reflect[_0x1db8c5(0x14f)]==_0x1db8c5(0x14e))_0x4c55e6=Reflect['decorate'](_0x45299f,_0x56d615,_0x35375b,_0x372ed5);else{for(var _0x10a0e6=_0x45299f[_0x1db8c5(0x15e)]-0x1;_0x10a0e6>=0x0;_0x10a0e6--)(_0x2fa92a=_0x45299f[_0x10a0e6])&&(_0x4c55e6=(_0x5b6331<0x3?_0x2fa92a(_0x4c55e6):_0x5b6331>0x3?_0x2fa92a(_0x56d615,_0x35375b,_0x4c55e6):_0x2fa92a(_0x56d615,_0x35375b))||_0x4c55e6);}return _0x5b6331>0x3&&_0x4c55e6&&Object['defineProperty'](_0x56d615,_0x35375b,_0x4c55e6),_0x4c55e6;}let _0x2cef71=class extends _0x114f2b[_0x4e2351(0x16c)]{constructor(_0x52930a,_0x2e9dc7){const _0x305064=_0x4e2351;super(),this[_0x305064(0x161)]=_0x52930a,this[_0x305064(0x19c)]=_0x2e9dc7,this[_0x305064(0x17c)](),this['_initMenus']();}[_0x4e2351(0x17c)](){[_0x144db3,_0x48c386]['forEach'](_0x4497a9=>{const _0x776b25=_0x2083;this[_0x776b25(0x170)](this[_0x776b25(0x161)][_0x776b25(0x17d)](_0x4497a9));});}[_0x4e2351(0x15f)](){const _0x154ba9=_0x4e2351;this[_0x154ba9(0x19c)][_0x154ba9(0x17e)](_0x32b246);}};_0x2cef71=_0x30eb38([_0x1086ff(0x0,_0x114f2b[_0x4e2351(0x15d)]),_0x1086ff(0x1,_0x3d16e9[_0x4e2351(0x176)])],_0x2cef71);function _0x1798ff(_0x1ad40b){'@babel/helpers - typeof';const _0xdcd31a=_0x4e2351;return _0x1798ff=typeof Symbol=='function'&&typeof Symbol[_0xdcd31a(0x19a)]==_0xdcd31a(0x184)?function(_0x370592){return typeof _0x370592;}:function(_0x3cbda1){const _0xc4334b=_0xdcd31a;return _0x3cbda1&&typeof Symbol==_0xc4334b(0x14e)&&_0x3cbda1[_0xc4334b(0x173)]===Symbol&&_0x3cbda1!==Symbol[_0xc4334b(0x159)]?_0xc4334b(0x184):typeof _0x3cbda1;},_0x1798ff(_0x1ad40b);}function _0x5d1a23(_0x5d68e6,_0x243f3e){const _0x620e5d=_0x4e2351;if(_0x1798ff(_0x5d68e6)!=_0x620e5d(0x148)||!_0x5d68e6)return _0x5d68e6;var _0x823e1a=_0x5d68e6[Symbol[_0x620e5d(0x16e)]];if(_0x823e1a!==void 0x0){var _0x595e29=_0x823e1a[_0x620e5d(0x188)](_0x5d68e6,_0x243f3e||_0x620e5d(0x19b));if(_0x1798ff(_0x595e29)!=_0x620e5d(0x148))return _0x595e29;throw TypeError(_0x620e5d(0x146));}return(_0x243f3e==='string'?String:Number)(_0x5d68e6);}function _0xd76a21(_0x49da76){const _0x16a345=_0x4e2351;var _0x32546f=_0x5d1a23(_0x49da76,'string');return _0x1798ff(_0x32546f)==_0x16a345(0x184)?_0x32546f:_0x32546f+'';}function _0x295525(_0x2061a4,_0xa23203,_0x4db174){const _0x22e999=_0x4e2351;return(_0xa23203=_0xd76a21(_0xa23203))in _0x2061a4?Object[_0x22e999(0x198)](_0x2061a4,_0xa23203,{'value':_0x4db174,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2061a4[_0xa23203]=_0x4db174,_0x2061a4;}let _0x39e23f=class extends _0x114f2b[_0x4e2351(0x18b)]{constructor(_0xcd820c=_0x1ce84e,_0x4b59c9,_0x272faf){const _0x231606=_0x4e2351;super(),this[_0x231606(0x17a)]=_0xcd820c,this[_0x231606(0x178)]=_0x4b59c9,this[_0x231606(0x174)]=_0x272faf;let {menu:_0x5edf4d,..._0x31751c}=(0x0,_0x114f2b['merge'])({},_0x1ce84e,this[_0x231606(0x17a)]);_0x5edf4d&&this[_0x231606(0x174)][_0x231606(0x167)](_0x231606(0x195),_0x5edf4d,{'merge':!0x0}),this['_configService'][_0x231606(0x167)](_0x231606(0x162),_0x31751c);}[_0x4e2351(0x185)](){const _0xec9106=_0x4e2351;[[_0x2cef71]]['forEach'](_0x1b9ada=>this[_0xec9106(0x178)][_0xec9106(0x164)](_0x1b9ada));}['onReady'](){const _0x241818=_0x4e2351;this[_0x241818(0x178)][_0x241818(0x166)](_0x2cef71);}};_0x295525(_0x39e23f,_0x4e2351(0x156),_0x4e2351(0x196)),_0x295525(_0x39e23f,_0x4e2351(0x165),_0x23755f),_0x295525(_0x39e23f,_0x4e2351(0x17f),_0x6ea018),_0x295525(_0x39e23f,_0x4e2351(0x14d),_0x114f2b[_0x4e2351(0x187)]['UNIVER_SHEET']),_0x39e23f=_0x30eb38([(0x0,_0x114f2b[_0x4e2351(0x147)])(_0x3a9b48['UniverExchangeClientPlugin']),_0x1086ff(0x1,(0x0,_0x114f2b[_0x4e2351(0x157)])(_0x114f2b[_0x4e2351(0x18a)])),_0x1086ff(0x2,_0x114f2b[_0x4e2351(0x193)])],_0x39e23f),_0x4e007d['ExportXLSXOperation']=_0x48c386,_0x4e007d['ImportXLSXOperation']=_0x144db3,Object[_0x4e2351(0x198)](_0x4e007d,_0x4e2351(0x17b),{'enumerable':!0x0,'get':function(){return _0x39e23f;}});}));
1
+ function _0x3201(){const _0x1a4aba=['UniverCore','@univerjs/sheets','forEach','_config','@univerjs-pro/exchange-client','104ZHrKIt','WorkbookExportPermission','UniverUi','UniverSheetsExchangeClientPlugin','type','sheets-exchange-client.download','getCurrentRangeDisable$','defineProperty','SHEET_EXCHANGE_CLIENT_PLUGIN','UNIVER_SHEET','packageName','ImportXLSXOperation','RibbonStartGroup','IMenuManagerService','_menuManagerService','DirectExportIcon','181578IEBTIJ','sheets-exchange-client.upload','200780fBMeGV','ICommandService','Inject','69587JkBFxO','CommandType','exchange-client.operation.export-xlsx','_initCommands','sheets-exchange-client.operation.exchange','Plugin','UniverSheets','OTHERS','_initMenus','5PwGLpt','symbol','BUTTON','function','search','pluginName','UniverInstanceType','version','sheets-exchange-client.config','add','unit','UniverProSheetsExchangeClient','decorate','@univerjs-pro/sheets-exchange-client','329946jJWlqs','merge','UniverExchangeClientPlugin','@univerjs/ui','importXLSXToUnitId','iterator','IExchangeOperateService','_commandService','onReady','UniverProExchangeClient','@univerjs/sheets-ui','OPERATION','amd','getMenuHiddenObservable','string','Injector','Module','MenuItemType','IConfigService','default','menu','importXLSXToSnapshot','_injector','_configService','exportXLSXByUnitId','disposeWithMe','667892HicQXR','object','41351qYubpL','762051pCvbOI','registerCommand','toStringTag','FolderIcon','306DVPwZS','setConfig','length','ExportXLSXOperation','1.0.0-alpha.0'];_0x3201=function(){return _0x1a4aba;};return _0x3201();}function _0x1d5f(_0x136def,_0x3ee6c2){_0x136def=_0x136def-0x172;const _0x32018b=_0x3201();let _0x1d5f1d=_0x32018b[_0x136def];return _0x1d5f1d;}(function(_0x5c2211,_0x1279a6){const _0x47a6c3=_0x1d5f,_0x1bc32b=_0x5c2211();while(!![]){try{const _0x56a365=-parseInt(_0x47a6c3(0x182))/0x1+-parseInt(_0x47a6c3(0x1bd))/0x2+-parseInt(_0x47a6c3(0x183))/0x3+-parseInt(_0x47a6c3(0x180))/0x4*(parseInt(_0x47a6c3(0x1af))/0x5)+-parseInt(_0x47a6c3(0x1a1))/0x6+-parseInt(_0x47a6c3(0x1a6))/0x7*(-parseInt(_0x47a6c3(0x191))/0x8)+-parseInt(_0x47a6c3(0x187))/0x9*(-parseInt(_0x47a6c3(0x1a3))/0xa);if(_0x56a365===_0x1279a6)break;else _0x1bc32b['push'](_0x1bc32b['shift']());}catch(_0x28562d){_0x1bc32b['push'](_0x1bc32b['shift']());}}}(_0x3201,0x25ac4),function(_0x4676f4,_0x502c77){const _0x2acce2=_0x1d5f;typeof exports==_0x2acce2(0x181)&&typeof module<'u'?_0x502c77(exports,require('@univerjs-pro/exchange-client'),require('@univerjs/core'),require('@univerjs/ui'),require('@univerjs/sheets'),require('@univerjs/sheets-ui')):typeof define==_0x2acce2(0x1b2)&&define[_0x2acce2(0x172)]?define(['exports',_0x2acce2(0x190),'@univerjs/core',_0x2acce2(0x1c0),_0x2acce2(0x18d),_0x2acce2(0x1c7)],_0x502c77):(_0x4676f4=typeof globalThis<'u'?globalThis:_0x4676f4||self,_0x502c77(_0x4676f4[_0x2acce2(0x1ba)]={},_0x4676f4[_0x2acce2(0x1c6)],_0x4676f4[_0x2acce2(0x18c)],_0x4676f4[_0x2acce2(0x193)],_0x4676f4[_0x2acce2(0x1ac)],_0x4676f4['UniverSheetsUi']));}(this,function(_0x586468,_0x4f3b0c,_0x460c05,_0x36d843,_0x14e885,_0x2aa308){const _0x46a27e=_0x1d5f;Object[_0x46a27e(0x198)](_0x586468,Symbol[_0x46a27e(0x185)],{'value':_0x46a27e(0x176)});let _0x153422={'id':'exchange-client.operation.import-xlsx','type':_0x460c05[_0x46a27e(0x1a7)]['OPERATION'],'handler':async _0xadc43b=>{const _0x2253c9=_0x46a27e;let _0x2f26dd=_0xadc43b['get'](_0x4f3b0c[_0x2253c9(0x1c3)]);return new URLSearchParams(location['search'])['get'](_0x2253c9(0x1b9))?_0x2f26dd[_0x2253c9(0x1c1)]():_0x2f26dd[_0x2253c9(0x17b)](),!0x0;}},_0x4f6806={'id':_0x46a27e(0x1a8),'type':_0x460c05['CommandType'][_0x46a27e(0x1c8)],'handler':async _0x6a3a3=>{const _0x2d5fa5=_0x46a27e;let _0x135cc9=_0x6a3a3['get'](_0x4f3b0c['IExchangeOperateService']);return new URLSearchParams(location[_0x2d5fa5(0x1b3)])['get'](_0x2d5fa5(0x1b9))?_0x135cc9[_0x2d5fa5(0x17e)]():_0x135cc9['exportXLSXBySnapshot'](),!0x0;}};var _0xc5b419=_0x46a27e(0x1bc),_0x336e4d=_0x46a27e(0x18b);let _0x2b8f5a={},_0x2af0b2=_0x46a27e(0x1aa);function _0x2563f7(_0x104b22){const _0x471be2=_0x46a27e;return{'id':_0x2af0b2,'type':_0x36d843[_0x471be2(0x177)]['SUBITEMS'],'icon':_0x471be2(0x1a0),'tooltip':'sheets-exchange-client.file','hidden$':(0x0,_0x36d843[_0x471be2(0x173)])(_0x104b22,_0x460c05[_0x471be2(0x1b5)][_0x471be2(0x19a)]),'disabled$':(0x0,_0x2aa308[_0x471be2(0x197)])(_0x104b22,{'workbookTypes':[_0x14e885[_0x471be2(0x192)]]})};}function _0x2875fd(){const _0x31223=_0x46a27e;return{'id':_0x153422['id'],'type':_0x36d843['MenuItemType'][_0x31223(0x1b1)],'title':_0x31223(0x1a2),'icon':_0x31223(0x186)};}function _0x34cc2e(){const _0x27f9c5=_0x46a27e;return{'id':_0x4f6806['id'],'type':_0x36d843[_0x27f9c5(0x177)][_0x27f9c5(0x1b1)],'title':_0x27f9c5(0x196),'icon':'ExportIcon'};}let _0x38d5d1={[_0x36d843[_0x46a27e(0x19d)][_0x46a27e(0x1ad)]]:{[_0x2af0b2]:{'order':0.3,'menuItemFactory':_0x2563f7,[_0x153422['id']]:{'order':0x0,'menuItemFactory':_0x2875fd},[_0x4f6806['id']]:{'order':0x1,'menuItemFactory':_0x34cc2e}}}};function _0xfa6757(_0x19f2db,_0x473027){return function(_0x36ae2b,_0x2f9a63){_0x473027(_0x36ae2b,_0x2f9a63,_0x19f2db);};}function _0x1ccf98(_0x1faf28,_0x558161,_0x3cddca,_0x1250bd){const _0x2dcfa2=_0x46a27e;var _0x2fe347=arguments[_0x2dcfa2(0x189)],_0x51d8bb=_0x2fe347<0x3?_0x558161:_0x1250bd===null?_0x1250bd=Object['getOwnPropertyDescriptor'](_0x558161,_0x3cddca):_0x1250bd,_0xfa759d;if(typeof Reflect=='object'&&typeof Reflect[_0x2dcfa2(0x1bb)]==_0x2dcfa2(0x1b2))_0x51d8bb=Reflect['decorate'](_0x1faf28,_0x558161,_0x3cddca,_0x1250bd);else{for(var _0x494d44=_0x1faf28[_0x2dcfa2(0x189)]-0x1;_0x494d44>=0x0;_0x494d44--)(_0xfa759d=_0x1faf28[_0x494d44])&&(_0x51d8bb=(_0x2fe347<0x3?_0xfa759d(_0x51d8bb):_0x2fe347>0x3?_0xfa759d(_0x558161,_0x3cddca,_0x51d8bb):_0xfa759d(_0x558161,_0x3cddca))||_0x51d8bb);}return _0x2fe347>0x3&&_0x51d8bb&&Object['defineProperty'](_0x558161,_0x3cddca,_0x51d8bb),_0x51d8bb;}let _0x116211=class extends _0x460c05['Disposable']{constructor(_0x408239,_0x28ecc0){const _0x451904=_0x46a27e;super(),this[_0x451904(0x1c4)]=_0x408239,this[_0x451904(0x19f)]=_0x28ecc0,this[_0x451904(0x1a9)](),this['_initMenus']();}[_0x46a27e(0x1a9)](){const _0xf515d3=_0x46a27e;[_0x153422,_0x4f6806][_0xf515d3(0x18e)](_0x59a876=>{const _0x5a3702=_0xf515d3;this[_0x5a3702(0x17f)](this[_0x5a3702(0x1c4)][_0x5a3702(0x184)](_0x59a876));});}[_0x46a27e(0x1ae)](){this['_menuManagerService']['mergeMenu'](_0x38d5d1);}};_0x116211=_0x1ccf98([_0xfa6757(0x0,_0x460c05[_0x46a27e(0x1a4)]),_0xfa6757(0x1,_0x36d843[_0x46a27e(0x19e)])],_0x116211);function _0x28bfea(_0x199603){'@babel/helpers - typeof';const _0x3bad41=_0x46a27e;return _0x28bfea=typeof Symbol==_0x3bad41(0x1b2)&&typeof Symbol[_0x3bad41(0x1c2)]==_0x3bad41(0x1b0)?function(_0x2c3f43){return typeof _0x2c3f43;}:function(_0x42834c){const _0x492254=_0x3bad41;return _0x42834c&&typeof Symbol==_0x492254(0x1b2)&&_0x42834c['constructor']===Symbol&&_0x42834c!==Symbol['prototype']?_0x492254(0x1b0):typeof _0x42834c;},_0x28bfea(_0x199603);}function _0x5aecac(_0xf5e235,_0x59f646){const _0x410963=_0x46a27e;if(_0x28bfea(_0xf5e235)!='object'||!_0xf5e235)return _0xf5e235;var _0xc07f5c=_0xf5e235[Symbol['toPrimitive']];if(_0xc07f5c!==void 0x0){var _0x2e1720=_0xc07f5c['call'](_0xf5e235,_0x59f646||_0x410963(0x179));if(_0x28bfea(_0x2e1720)!='object')return _0x2e1720;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x59f646===_0x410963(0x174)?String:Number)(_0xf5e235);}function _0x31f2c8(_0x5a9337){const _0x52adff=_0x46a27e;var _0x2c7002=_0x5aecac(_0x5a9337,_0x52adff(0x174));return _0x28bfea(_0x2c7002)==_0x52adff(0x1b0)?_0x2c7002:_0x2c7002+'';}function _0x2af5bc(_0x2b542d,_0x59a7db,_0x3217af){return(_0x59a7db=_0x31f2c8(_0x59a7db))in _0x2b542d?Object['defineProperty'](_0x2b542d,_0x59a7db,{'value':_0x3217af,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2b542d[_0x59a7db]=_0x3217af,_0x2b542d;}let _0x5e269a=class extends _0x460c05[_0x46a27e(0x1ab)]{constructor(_0x3b1da7=_0x2b8f5a,_0x890f53,_0x26adf2){const _0x3b91fa=_0x46a27e;super(),this[_0x3b91fa(0x18f)]=_0x3b1da7,this[_0x3b91fa(0x17c)]=_0x890f53,this[_0x3b91fa(0x17d)]=_0x26adf2;let {menu:_0x2a9117,..._0x597853}=(0x0,_0x460c05[_0x3b91fa(0x1be)])({},_0x2b8f5a,this[_0x3b91fa(0x18f)]);_0x2a9117&&this[_0x3b91fa(0x17d)][_0x3b91fa(0x188)](_0x3b91fa(0x17a),_0x2a9117,{'merge':!0x0}),this['_configService'][_0x3b91fa(0x188)](_0x3b91fa(0x1b7),_0x597853);}['onStarting'](){const _0x532772=_0x46a27e;[[_0x116211]][_0x532772(0x18e)](_0x569c63=>this[_0x532772(0x17c)][_0x532772(0x1b8)](_0x569c63));}[_0x46a27e(0x1c5)](){this['_injector']['get'](_0x116211);}};_0x2af5bc(_0x5e269a,_0x46a27e(0x1b4),_0x46a27e(0x199)),_0x2af5bc(_0x5e269a,_0x46a27e(0x19b),_0xc5b419),_0x2af5bc(_0x5e269a,_0x46a27e(0x1b6),_0x336e4d),_0x2af5bc(_0x5e269a,_0x46a27e(0x195),_0x460c05[_0x46a27e(0x1b5)][_0x46a27e(0x19a)]),_0x5e269a=_0x1ccf98([(0x0,_0x460c05['DependentOn'])(_0x4f3b0c[_0x46a27e(0x1bf)]),_0xfa6757(0x1,(0x0,_0x460c05[_0x46a27e(0x1a5)])(_0x460c05[_0x46a27e(0x175)])),_0xfa6757(0x2,_0x460c05[_0x46a27e(0x178)])],_0x5e269a),_0x586468[_0x46a27e(0x18a)]=_0x4f6806,_0x586468[_0x46a27e(0x19c)]=_0x153422,Object['defineProperty'](_0x586468,_0x46a27e(0x194),{'enumerable':!0x0,'get':function(){return _0x5e269a;}});}));
@@ -1 +1 @@
1
- function _0x4fc2(_0x2d79bd,_0x2154f6){_0x2d79bd=_0x2d79bd-0x1c7;var _0x253173=_0x2531();var _0x4fc20d=_0x253173[_0x2d79bd];return _0x4fc20d;}function _0x2531(){var _0x8dba3e=['113107QDjxaW','258pWUSYy','41052mKesjZ','99827fOdkgQ','80KGcsyv','amd','1331211BwyRcH','object','UniverProSheetsExchangeClientArSA','exports','حفظ\x20باسم','ملف','10634274TNHxUM','1488416ELskQc','1074080bKbqjj'];_0x2531=function(){return _0x8dba3e;};return _0x2531();}(function(_0x12a992,_0x4d05f1){var _0x4b77c7=_0x4fc2,_0x4a845a=_0x12a992();while(!![]){try{var _0x4318e9=parseInt(_0x4b77c7(0x1c7))/0x1+-parseInt(_0x4b77c7(0x1d4))/0x2+-parseInt(_0x4b77c7(0x1cd))/0x3+parseInt(_0x4b77c7(0x1c9))/0x4*(-parseInt(_0x4b77c7(0x1cb))/0x5)+parseInt(_0x4b77c7(0x1c8))/0x6*(parseInt(_0x4b77c7(0x1ca))/0x7)+-parseInt(_0x4b77c7(0x1d5))/0x8+parseInt(_0x4b77c7(0x1d3))/0x9;if(_0x4318e9===_0x4d05f1)break;else _0x4a845a['push'](_0x4a845a['shift']());}catch(_0x50652f){_0x4a845a['push'](_0x4a845a['shift']());}}}(_0x2531,0x66e7f),function(_0x59ccef,_0x558951){var _0x4b242d=_0x4fc2;typeof exports==_0x4b242d(0x1ce)&&typeof module<'u'?module[_0x4b242d(0x1d0)]=_0x558951():typeof define=='function'&&define[_0x4b242d(0x1cc)]?define([],_0x558951):(_0x59ccef=typeof globalThis<'u'?globalThis:_0x59ccef||self,_0x59ccef[_0x4b242d(0x1cf)]=_0x558951());}(this,function(){var _0x8ca890=_0x4fc2;return{'sheets-exchange-client':{'file':_0x8ca890(0x1d2),'upload':'فتح\x20(ملف)','download':_0x8ca890(0x1d1)}};}));
1
+ function _0x5a78(_0x1b4de9,_0x2f7953){_0x1b4de9=_0x1b4de9-0x91;var _0x1a9232=_0x1a92();var _0x5a7878=_0x1a9232[_0x1b4de9];return _0x5a7878;}(function(_0x1b8e15,_0x58051b){var _0x4a241a=_0x5a78,_0x3981cc=_0x1b8e15();while(!![]){try{var _0xec4db8=-parseInt(_0x4a241a(0x94))/0x1*(parseInt(_0x4a241a(0x95))/0x2)+-parseInt(_0x4a241a(0x92))/0x3+-parseInt(_0x4a241a(0x97))/0x4+-parseInt(_0x4a241a(0x98))/0x5+parseInt(_0x4a241a(0x9c))/0x6*(parseInt(_0x4a241a(0x9f))/0x7)+-parseInt(_0x4a241a(0x93))/0x8*(parseInt(_0x4a241a(0x9b))/0x9)+parseInt(_0x4a241a(0x9e))/0xa;if(_0xec4db8===_0x58051b)break;else _0x3981cc['push'](_0x3981cc['shift']());}catch(_0xb38601){_0x3981cc['push'](_0x3981cc['shift']());}}}(_0x1a92,0xcb194),function(_0x26621f,_0x381596){var _0x5046a2=_0x5a78;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x381596():typeof define==_0x5046a2(0x9a)&&define[_0x5046a2(0x9d)]?define([],_0x381596):(_0x26621f=typeof globalThis<'u'?globalThis:_0x26621f||self,_0x26621f[_0x5046a2(0x91)]=_0x381596());}(this,function(){var _0x56ae9e=_0x5a78;return{'sheets-exchange-client':{'file':_0x56ae9e(0x96),'upload':_0x56ae9e(0x99),'download':_0x56ae9e(0xa0)}};}));function _0x1a92(){var _0x258624=['3459250QtCcKb','فتح\x20(ملف)','function','63XDVdGa','146568aPFWzj','amd','52863540fVlOJF','28WIBSJu','حفظ\x20باسم','UniverProSheetsExchangeClientArSA','4227879KnFbAT','1663352GGEczq','35812WZtBEg','2jJsGes','ملف','3839144xMgnJB'];_0x1a92=function(){return _0x258624;};return _0x1a92();}
@@ -1 +1 @@
1
- function _0x432c(_0x3cff79,_0x4974df){_0x3cff79=_0x3cff79-0x17c;var _0x4d6480=_0x4d64();var _0x432ca5=_0x4d6480[_0x3cff79];return _0x432ca5;}(function(_0x59242c,_0x2259a4){var _0x331010=_0x432c,_0x4a2a90=_0x59242c();while(!![]){try{var _0xf9433b=parseInt(_0x331010(0x17e))/0x1+parseInt(_0x331010(0x17f))/0x2*(-parseInt(_0x331010(0x186))/0x3)+parseInt(_0x331010(0x183))/0x4+-parseInt(_0x331010(0x184))/0x5+parseInt(_0x331010(0x181))/0x6+-parseInt(_0x331010(0x17c))/0x7+-parseInt(_0x331010(0x180))/0x8*(-parseInt(_0x331010(0x17d))/0x9);if(_0xf9433b===_0x2259a4)break;else _0x4a2a90['push'](_0x4a2a90['shift']());}catch(_0x31b3fe){_0x4a2a90['push'](_0x4a2a90['shift']());}}}(_0x4d64,0xd4dac),function(_0x320a45,_0x57a8ff){var _0x3378e4=_0x432c;typeof exports==_0x3378e4(0x189)&&typeof module<'u'?module[_0x3378e4(0x188)]=_0x57a8ff():typeof define==_0x3378e4(0x187)&&define['amd']?define([],_0x57a8ff):(_0x320a45=typeof globalThis<'u'?globalThis:_0x320a45||self,_0x320a45['UniverProSheetsExchangeClientCaES']=_0x57a8ff());}(this,function(){var _0x55c33e=_0x432c;return{'sheets-exchange-client':{'file':'Fitxer','upload':_0x55c33e(0x182),'download':_0x55c33e(0x185)}};}));function _0x4d64(){var _0x3b869e=['object','1119818MfDkMj','6104097PSQeLH','419724UqmPzi','16zvhbIn','8trfBIB','5005434xGyrfT','Obrir(Fitxer)','1543856jkJNKG','1048750vjVSUv','Anomena\x20i\x20desa','403719GlmKFr','function','exports'];_0x4d64=function(){return _0x3b869e;};return _0x4d64();}
1
+ function _0x5d2a(_0x496d7a,_0x4e746e){_0x496d7a=_0x496d7a-0x18b;var _0x1b1c9a=_0x1b1c();var _0x5d2a7a=_0x1b1c9a[_0x496d7a];return _0x5d2a7a;}function _0x1b1c(){var _0xef1df2=['10824132zJgxYa','exports','amd','object','792743IhKDqM','UniverProSheetsExchangeClientCaES','Fitxer','1521774ssvczS','86266RXwRnu','680580Caznwb','Obrir(Fitxer)','319635RVKJaD','70uPhEYV','1583241wrQyEi','Anomena\x20i\x20desa','function','32CGGxqr','42QxLPuy','4PlbfUd'];_0x1b1c=function(){return _0xef1df2;};return _0x1b1c();}(function(_0x556204,_0x2c3cd9){var _0x43a19b=_0x5d2a,_0x4c69f6=_0x556204();while(!![]){try{var _0x3438fb=parseInt(_0x43a19b(0x193))/0x1+parseInt(_0x43a19b(0x192))/0x2+parseInt(_0x43a19b(0x198))/0x3*(-parseInt(_0x43a19b(0x19d))/0x4)+parseInt(_0x43a19b(0x194))/0x5*(parseInt(_0x43a19b(0x19c))/0x6)+parseInt(_0x43a19b(0x18f))/0x7*(parseInt(_0x43a19b(0x19b))/0x8)+parseInt(_0x43a19b(0x196))/0x9*(-parseInt(_0x43a19b(0x197))/0xa)+-parseInt(_0x43a19b(0x18b))/0xb;if(_0x3438fb===_0x2c3cd9)break;else _0x4c69f6['push'](_0x4c69f6['shift']());}catch(_0x5d10c7){_0x4c69f6['push'](_0x4c69f6['shift']());}}}(_0x1b1c,0x78435),function(_0x14f210,_0x21d07a){var _0x4c8734=_0x5d2a;typeof exports==_0x4c8734(0x18e)&&typeof module<'u'?module[_0x4c8734(0x18c)]=_0x21d07a():typeof define==_0x4c8734(0x19a)&&define[_0x4c8734(0x18d)]?define([],_0x21d07a):(_0x14f210=typeof globalThis<'u'?globalThis:_0x14f210||self,_0x14f210[_0x4c8734(0x190)]=_0x21d07a());}(this,function(){var _0x51898b=_0x5d2a;return{'sheets-exchange-client':{'file':_0x51898b(0x191),'upload':_0x51898b(0x195),'download':_0x51898b(0x199)}};}));
@@ -1 +1 @@
1
- function _0x5388(_0x3eb289,_0x2d4b6c){_0x3eb289=_0x3eb289-0x164;var _0x4faf96=_0x4faf();var _0x538832=_0x4faf96[_0x3eb289];return _0x538832;}function _0x4faf(){var _0xda0209=['488086EhlPIF','3010xocjbP','5805292niCJgz','4219885BdQChr','12852440kMHkij','UniverProSheetsExchangeClientDeDE','function','Speichern\x20unter','3356013dybmqD','3870FeVALD','19774926TpNLnu','Datei','2OYYkZs','amd'];_0x4faf=function(){return _0xda0209;};return _0x4faf();}(function(_0x3e34b6,_0x1ebed4){var _0x325398=_0x5388,_0x3a6eac=_0x3e34b6();while(!![]){try{var _0x4036b2=-parseInt(_0x325398(0x168))/0x1+parseInt(_0x325398(0x166))/0x2*(parseInt(_0x325398(0x170))/0x3)+-parseInt(_0x325398(0x16a))/0x4+parseInt(_0x325398(0x16b))/0x5+parseInt(_0x325398(0x171))/0x6*(parseInt(_0x325398(0x169))/0x7)+-parseInt(_0x325398(0x16c))/0x8+parseInt(_0x325398(0x164))/0x9;if(_0x4036b2===_0x1ebed4)break;else _0x3a6eac['push'](_0x3a6eac['shift']());}catch(_0x4bb011){_0x3a6eac['push'](_0x3a6eac['shift']());}}}(_0x4faf,0xd9970),function(_0x18ecb2,_0x2044e3){var _0x12d4a0=_0x5388;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2044e3():typeof define==_0x12d4a0(0x16e)&&define[_0x12d4a0(0x167)]?define([],_0x2044e3):(_0x18ecb2=typeof globalThis<'u'?globalThis:_0x18ecb2||self,_0x18ecb2[_0x12d4a0(0x16d)]=_0x2044e3());}(this,function(){var _0x583437=_0x5388;return{'sheets-exchange-client':{'file':_0x583437(0x165),'upload':'Öffnen\x20(Datei)','download':_0x583437(0x16f)}};}));
1
+ function _0x1259(_0x4b469e,_0x4ea56d){_0x4b469e=_0x4b469e-0xda;var _0xc201d=_0xc201();var _0x125955=_0xc201d[_0x4b469e];return _0x125955;}function _0xc201(){var _0x1740c0=['3260208pqTHnd','function','UniverProSheetsExchangeClientDeDE','21kobKtf','874785EXlAQR','Öffnen\x20(Datei)','231524LxrMZH','1029438HVEUtn','40IKdhhr','object','Datei','5otYJJW','6312KvOAsW','amd','82078bVKPov','4340pkiwYl','5072orEpPT','Speichern\x20unter','14861kKQrfi'];_0xc201=function(){return _0x1740c0;};return _0xc201();}(function(_0x39e31e,_0x239bef){var _0x5b53ff=_0x1259,_0x50c450=_0x39e31e();while(!![]){try{var _0x2795ce=-parseInt(_0x5b53ff(0xeb))/0x1+-parseInt(_0x5b53ff(0xe2))/0x2*(-parseInt(_0x5b53ff(0xea))/0x3)+parseInt(_0x5b53ff(0xda))/0x4*(-parseInt(_0x5b53ff(0xdf))/0x5)+parseInt(_0x5b53ff(0xe7))/0x6+-parseInt(_0x5b53ff(0xe3))/0x7*(-parseInt(_0x5b53ff(0xe4))/0x8)+-parseInt(_0x5b53ff(0xdb))/0x9*(parseInt(_0x5b53ff(0xdc))/0xa)+parseInt(_0x5b53ff(0xe6))/0xb*(parseInt(_0x5b53ff(0xe0))/0xc);if(_0x2795ce===_0x239bef)break;else _0x50c450['push'](_0x50c450['shift']());}catch(_0x49d706){_0x50c450['push'](_0x50c450['shift']());}}}(_0xc201,0x84d99),function(_0x10dd70,_0x1265b6){var _0x58be58=_0x1259;typeof exports==_0x58be58(0xdd)&&typeof module<'u'?module['exports']=_0x1265b6():typeof define==_0x58be58(0xe8)&&define[_0x58be58(0xe1)]?define([],_0x1265b6):(_0x10dd70=typeof globalThis<'u'?globalThis:_0x10dd70||self,_0x10dd70[_0x58be58(0xe9)]=_0x1265b6());}(this,function(){var _0x5a1f3b=_0x1259;return{'sheets-exchange-client':{'file':_0x5a1f3b(0xde),'upload':_0x5a1f3b(0xec),'download':_0x5a1f3b(0xe5)}};}));
@@ -1 +1 @@
1
- function _0x5801(){var _0x2ca428=['object','104638Jgduqx','2dZArip','1930923qKkxmV','127735lnHQrF','4359399NIYLhh','114IkrcpW','188776LqvLFR','24wOLvrR','1656477yNJvgW','30996FCZaWk','Open(File)','10NgChkv'];_0x5801=function(){return _0x2ca428;};return _0x5801();}function _0x4d60(_0x4cc747,_0x3f5d9f){_0x4cc747=_0x4cc747-0x186;var _0x580135=_0x5801();var _0x4d606d=_0x580135[_0x4cc747];return _0x4d606d;}(function(_0x576dd7,_0xd66be6){var _0x305396=_0x4d60,_0x211aff=_0x576dd7();while(!![]){try{var _0x4f7a43=parseInt(_0x305396(0x18d))/0x1+parseInt(_0x305396(0x18e))/0x2*(-parseInt(_0x305396(0x188))/0x3)+parseInt(_0x305396(0x189))/0x4+parseInt(_0x305396(0x190))/0x5*(parseInt(_0x305396(0x192))/0x6)+-parseInt(_0x305396(0x186))/0x7*(-parseInt(_0x305396(0x187))/0x8)+-parseInt(_0x305396(0x18f))/0x9+parseInt(_0x305396(0x18b))/0xa*(parseInt(_0x305396(0x191))/0xb);if(_0x4f7a43===_0xd66be6)break;else _0x211aff['push'](_0x211aff['shift']());}catch(_0x53ba5b){_0x211aff['push'](_0x211aff['shift']());}}}(_0x5801,0x4b43f),function(_0x128c4a,_0x27db82){var _0x588f43=_0x4d60;typeof exports==_0x588f43(0x18c)&&typeof module<'u'?module['exports']=_0x27db82():typeof define=='function'&&define['amd']?define([],_0x27db82):(_0x128c4a=typeof globalThis<'u'?globalThis:_0x128c4a||self,_0x128c4a['UniverProSheetsExchangeClientEnUS']=_0x27db82());}(this,function(){var _0x35a9d2=_0x4d60;return{'sheets-exchange-client':{'file':'File','upload':_0x35a9d2(0x18a),'download':'Save\x20As'}};}));
1
+ function _0x49dc(_0x5d8e67,_0x314cf0){_0x5d8e67=_0x5d8e67-0xb7;var _0x35e59b=_0x35e5();var _0x49dca7=_0x35e59b[_0x5d8e67];return _0x49dca7;}(function(_0x41b932,_0x1b8e7c){var _0x24b8e0=_0x49dc,_0x2e3a42=_0x41b932();while(!![]){try{var _0x5406fe=-parseInt(_0x24b8e0(0xbe))/0x1+parseInt(_0x24b8e0(0xc4))/0x2*(parseInt(_0x24b8e0(0xbb))/0x3)+-parseInt(_0x24b8e0(0xb8))/0x4+-parseInt(_0x24b8e0(0xbc))/0x5*(parseInt(_0x24b8e0(0xc5))/0x6)+parseInt(_0x24b8e0(0xbf))/0x7+parseInt(_0x24b8e0(0xc6))/0x8+-parseInt(_0x24b8e0(0xbd))/0x9*(-parseInt(_0x24b8e0(0xb7))/0xa);if(_0x5406fe===_0x1b8e7c)break;else _0x2e3a42['push'](_0x2e3a42['shift']());}catch(_0x3c740c){_0x2e3a42['push'](_0x2e3a42['shift']());}}}(_0x35e5,0xa8bed),function(_0x4cf8d0,_0x360853){var _0x51a8fe=_0x49dc;typeof exports==_0x51a8fe(0xc7)&&typeof module<'u'?module[_0x51a8fe(0xc2)]=_0x360853():typeof define==_0x51a8fe(0xc1)&&define[_0x51a8fe(0xb9)]?define([],_0x360853):(_0x4cf8d0=typeof globalThis<'u'?globalThis:_0x4cf8d0||self,_0x4cf8d0[_0x51a8fe(0xc3)]=_0x360853());}(this,function(){var _0xd224c4=_0x49dc;return{'sheets-exchange-client':{'file':_0xd224c4(0xc8),'upload':_0xd224c4(0xba),'download':_0xd224c4(0xc0)}};}));function _0x35e5(){var _0x14d1cb=['613116sYYTjy','Save\x20As','function','exports','UniverProSheetsExchangeClientEnUS','22pUOkEg','2490606gulIjx','7289632sCeoQY','object','File','199370RRWScl','3865964NRpmQn','amd','Open(File)','179001jlSwPf','15CZKIvG','855QngjyW','646169nJrDTA'];_0x35e5=function(){return _0x14d1cb;};return _0x35e5();}
@@ -1 +1 @@
1
- function _0x3197(_0x388752,_0x6986e6){_0x388752=_0x388752-0x131;var _0x390781=_0x3907();var _0x319700=_0x390781[_0x388752];return _0x319700;}(function(_0x56551a,_0xfb6909){var _0x19765a=_0x3197,_0x58beb5=_0x56551a();while(!![]){try{var _0x569fc5=-parseInt(_0x19765a(0x13d))/0x1*(-parseInt(_0x19765a(0x142))/0x2)+-parseInt(_0x19765a(0x141))/0x3+parseInt(_0x19765a(0x136))/0x4*(-parseInt(_0x19765a(0x131))/0x5)+-parseInt(_0x19765a(0x13a))/0x6*(-parseInt(_0x19765a(0x13e))/0x7)+parseInt(_0x19765a(0x143))/0x8+parseInt(_0x19765a(0x13c))/0x9*(-parseInt(_0x19765a(0x135))/0xa)+-parseInt(_0x19765a(0x132))/0xb*(parseInt(_0x19765a(0x134))/0xc);if(_0x569fc5===_0xfb6909)break;else _0x58beb5['push'](_0x58beb5['shift']());}catch(_0xa0d3a){_0x58beb5['push'](_0x58beb5['shift']());}}}(_0x3907,0xc8d25),function(_0x1a73f3,_0x21c450){var _0x1ee052=_0x3197;typeof exports==_0x1ee052(0x133)&&typeof module<'u'?module[_0x1ee052(0x140)]=_0x21c450():typeof define==_0x1ee052(0x13f)&&define[_0x1ee052(0x13b)]?define([],_0x21c450):(_0x1a73f3=typeof globalThis<'u'?globalThis:_0x1a73f3||self,_0x1a73f3[_0x1ee052(0x137)]=_0x21c450());}(this,function(){var _0x348f7a=_0x3197;return{'sheets-exchange-client':{'file':'Archivo','upload':_0x348f7a(0x138),'download':_0x348f7a(0x139)}};}));function _0x3907(){var _0x597ffc=['735994PgNsoO','54159rciazf','function','exports','4764378TrICiB','4moFaGV','5896712hSoHQR','2315MYIAwm','3529229zrbsPU','object','12yrcAdQ','25780KRnHPK','7964zFZvSC','UniverProSheetsExchangeClientEsES','Abrir(Archivo)','Guardar\x20como','1212sKJeKt','amd','414ujzlBo'];_0x3907=function(){return _0x597ffc;};return _0x3907();}
1
+ function _0x52d5(_0x420389,_0x28178d){_0x420389=_0x420389-0x69;var _0xae94ab=_0xae94();var _0x52d5f0=_0xae94ab[_0x420389];return _0x52d5f0;}function _0xae94(){var _0x37ce87=['3284daCIBi','2546887IZXzuU','798642uRbwTu','118520efMfzU','16soZkOh','1020cuNodx','UniverProSheetsExchangeClientEsES','44319TiIHbN','1169709ZxJjFh','38142sFRAOX','Guardar\x20como','56XJmesV','84EzShCP','564zyxQnY'];_0xae94=function(){return _0x37ce87;};return _0xae94();}(function(_0x53a5ba,_0x1a3f2d){var _0x1258b8=_0x52d5,_0x556083=_0x53a5ba();while(!![]){try{var _0x22483d=parseInt(_0x1258b8(0x76))/0x1*(parseInt(_0x1258b8(0x74))/0x2)+parseInt(_0x1258b8(0x70))/0x3+-parseInt(_0x1258b8(0x73))/0x4*(parseInt(_0x1258b8(0x6b))/0x5)+parseInt(_0x1258b8(0x6a))/0x6+parseInt(_0x1258b8(0x69))/0x7*(parseInt(_0x1258b8(0x6c))/0x8)+-parseInt(_0x1258b8(0x71))/0x9*(parseInt(_0x1258b8(0x6d))/0xa)+parseInt(_0x1258b8(0x6f))/0xb*(-parseInt(_0x1258b8(0x75))/0xc);if(_0x22483d===_0x1a3f2d)break;else _0x556083['push'](_0x556083['shift']());}catch(_0x45abf8){_0x556083['push'](_0x556083['shift']());}}}(_0xae94,0x6a3b5),function(_0x164442,_0x5f5127){var _0x567421=_0x52d5;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x5f5127():typeof define=='function'&&define['amd']?define([],_0x5f5127):(_0x164442=typeof globalThis<'u'?globalThis:_0x164442||self,_0x164442[_0x567421(0x6e)]=_0x5f5127());}(this,function(){var _0x539436=_0x52d5;return{'sheets-exchange-client':{'file':'Archivo','upload':'Abrir(Archivo)','download':_0x539436(0x72)}};}));
@@ -1 +1 @@
1
- function _0x3d9a(){var _0x5ee825=['3952645aFYyAL','10266696XjaEDp','16787240vdnnCW','1080dqYsDU','exports','6zsMuMy','فایل','1781888CnlpAb','6873776ZHTIOS','5319PFlVeN','12PrsQWM','function','221682gcPhJF','amd','UniverProSheetsExchangeClientFaIR','بازکردن(فایل)','ذخیره\x20به\x20عنوان'];_0x3d9a=function(){return _0x5ee825;};return _0x3d9a();}function _0x40de(_0x5df9b1,_0x5de690){_0x5df9b1=_0x5df9b1-0xe6;var _0x3d9ae1=_0x3d9a();var _0x40de44=_0x3d9ae1[_0x5df9b1];return _0x40de44;}(function(_0x4ed4e8,_0xe6c909){var _0x434707=_0x40de,_0x21a001=_0x4ed4e8();while(!![]){try{var _0x3936e7=-parseInt(_0x434707(0xea))/0x1*(-parseInt(_0x434707(0xe8))/0x2)+-parseInt(_0x434707(0xe7))/0x3*(parseInt(_0x434707(0xf2))/0x4)+parseInt(_0x434707(0xef))/0x5*(-parseInt(_0x434707(0xf4))/0x6)+parseInt(_0x434707(0xe6))/0x7+parseInt(_0x434707(0xf6))/0x8+parseInt(_0x434707(0xf0))/0x9+-parseInt(_0x434707(0xf1))/0xa;if(_0x3936e7===_0xe6c909)break;else _0x21a001['push'](_0x21a001['shift']());}catch(_0xf66ab8){_0x21a001['push'](_0x21a001['shift']());}}}(_0x3d9a,0xb1a19),function(_0x1b482e,_0x4a6ef2){var _0x52d4e0=_0x40de;typeof exports=='object'&&typeof module<'u'?module[_0x52d4e0(0xf3)]=_0x4a6ef2():typeof define==_0x52d4e0(0xe9)&&define[_0x52d4e0(0xeb)]?define([],_0x4a6ef2):(_0x1b482e=typeof globalThis<'u'?globalThis:_0x1b482e||self,_0x1b482e[_0x52d4e0(0xec)]=_0x4a6ef2());}(this,function(){var _0x2f2cb0=_0x40de;return{'sheets-exchange-client':{'file':_0x2f2cb0(0xf5),'upload':_0x2f2cb0(0xed),'download':_0x2f2cb0(0xee)}};}));
1
+ function _0x5f22(_0x46ec1e,_0x4a7759){_0x46ec1e=_0x46ec1e-0x117;var _0x1a3d6b=_0x1a3d();var _0x5f22f4=_0x1a3d6b[_0x46ec1e];return _0x5f22f4;}function _0x1a3d(){var _0x57ceb0=['function','6358404ruKqQP','10014pmIUky','فایل','4477025fuZxPa','amd','exports','1364qAMdFT','1797212uYhKYs','3869103ijrbqA','UniverProSheetsExchangeClientFaIR','15528328mysVJU','881716TpBiHS'];_0x1a3d=function(){return _0x57ceb0;};return _0x1a3d();}(function(_0x2dc8ae,_0x48607f){var _0x1ddcac=_0x5f22,_0x304ece=_0x2dc8ae();while(!![]){try{var _0x4ae863=-parseInt(_0x1ddcac(0x119))/0x1+-parseInt(_0x1ddcac(0x122))/0x2+parseInt(_0x1ddcac(0x11c))/0x3*(parseInt(_0x1ddcac(0x121))/0x4)+parseInt(_0x1ddcac(0x11e))/0x5+-parseInt(_0x1ddcac(0x11b))/0x6+-parseInt(_0x1ddcac(0x123))/0x7+parseInt(_0x1ddcac(0x118))/0x8;if(_0x4ae863===_0x48607f)break;else _0x304ece['push'](_0x304ece['shift']());}catch(_0x28539d){_0x304ece['push'](_0x304ece['shift']());}}}(_0x1a3d,0x8e11f),function(_0x2cbb24,_0x29d803){var _0xca5979=_0x5f22;typeof exports=='object'&&typeof module<'u'?module[_0xca5979(0x120)]=_0x29d803():typeof define==_0xca5979(0x11a)&&define[_0xca5979(0x11f)]?define([],_0x29d803):(_0x2cbb24=typeof globalThis<'u'?globalThis:_0x2cbb24||self,_0x2cbb24[_0xca5979(0x117)]=_0x29d803());}(this,function(){var _0x4e5ef1=_0x5f22;return{'sheets-exchange-client':{'file':_0x4e5ef1(0x11d),'upload':'بازکردن(فایل)','download':'ذخیره\x20به\x20عنوان'}};}));
@@ -1 +1 @@
1
- (function(_0x4d93c3,_0x8903c){var _0xf8a7ef=_0x4a7f,_0x3d91df=_0x4d93c3();while(!![]){try{var _0x15f11d=parseInt(_0xf8a7ef(0x1e5))/0x1*(parseInt(_0xf8a7ef(0x1da))/0x2)+-parseInt(_0xf8a7ef(0x1e1))/0x3*(parseInt(_0xf8a7ef(0x1d7))/0x4)+-parseInt(_0xf8a7ef(0x1dd))/0x5*(-parseInt(_0xf8a7ef(0x1e0))/0x6)+-parseInt(_0xf8a7ef(0x1db))/0x7+-parseInt(_0xf8a7ef(0x1d8))/0x8+-parseInt(_0xf8a7ef(0x1df))/0x9*(-parseInt(_0xf8a7ef(0x1e2))/0xa)+-parseInt(_0xf8a7ef(0x1e4))/0xb;if(_0x15f11d===_0x8903c)break;else _0x3d91df['push'](_0x3d91df['shift']());}catch(_0x4f90c3){_0x3d91df['push'](_0x3d91df['shift']());}}}(_0x2d71,0x88f35),function(_0x215e40,_0x1c5235){var _0x50156c=_0x4a7f;typeof exports==_0x50156c(0x1d9)&&typeof module<'u'?module[_0x50156c(0x1d5)]=_0x1c5235():typeof define==_0x50156c(0x1e3)&&define[_0x50156c(0x1d4)]?define([],_0x1c5235):(_0x215e40=typeof globalThis<'u'?globalThis:_0x215e40||self,_0x215e40[_0x50156c(0x1de)]=_0x1c5235());}(this,function(){var _0x344e12=_0x4a7f;return{'sheets-exchange-client':{'file':_0x344e12(0x1dc),'upload':_0x344e12(0x1e6),'download':_0x344e12(0x1d6)}};}));function _0x4a7f(_0x273a08,_0x153c2a){_0x273a08=_0x273a08-0x1d4;var _0x2d714d=_0x2d71();var _0x4a7f52=_0x2d714d[_0x273a08];return _0x4a7f52;}function _0x2d71(){var _0x3472e5=['2415936sLRUdr','object','706028YqKrFi','543186woUmFC','Fichier','4195btXuHT','UniverProSheetsExchangeClientFrFR','99WOfhKM','6462fWZNlC','258906KnvdML','796330RSKAwv','function','12248995vohoAE','2jzJWGl','Ouvrir\x20(Fichier)','amd','exports','Enregistrer\x20sous','20WBngmr'];_0x2d71=function(){return _0x3472e5;};return _0x2d71();}
1
+ function _0x2bc2(_0x16ef5a,_0x2cc177){_0x16ef5a=_0x16ef5a-0x1d1;var _0x27c801=_0x27c8();var _0x2bc208=_0x27c801[_0x16ef5a];return _0x2bc208;}function _0x27c8(){var _0x3fb28c=['2993764BjTYwW','15rSPzZI','Ouvrir\x20(Fichier)','amd','47319fjKPzm','13802094fByJiH','2542771Untwjx','function','1667240AwnnxK','Fichier','448998DzDrQM','Enregistrer\x20sous','1460718mVOdBc','2jCeyIW'];_0x27c8=function(){return _0x3fb28c;};return _0x27c8();}(function(_0x4ce14c,_0x1364d5){var _0x439d08=_0x2bc2,_0x3003be=_0x4ce14c();while(!![]){try{var _0x53a069=parseInt(_0x439d08(0x1d8))/0x1*(parseInt(_0x439d08(0x1d3))/0x2)+-parseInt(_0x439d08(0x1d2))/0x3+-parseInt(_0x439d08(0x1d4))/0x4+-parseInt(_0x439d08(0x1d5))/0x5*(-parseInt(_0x439d08(0x1de))/0x6)+-parseInt(_0x439d08(0x1da))/0x7+parseInt(_0x439d08(0x1dc))/0x8+parseInt(_0x439d08(0x1d9))/0x9;if(_0x53a069===_0x1364d5)break;else _0x3003be['push'](_0x3003be['shift']());}catch(_0x52460b){_0x3003be['push'](_0x3003be['shift']());}}}(_0x27c8,0x655d5),function(_0x5ec4b1,_0x5a93e4){var _0x418ee4=_0x2bc2;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x5a93e4():typeof define==_0x418ee4(0x1db)&&define[_0x418ee4(0x1d7)]?define([],_0x5a93e4):(_0x5ec4b1=typeof globalThis<'u'?globalThis:_0x5ec4b1||self,_0x5ec4b1['UniverProSheetsExchangeClientFrFR']=_0x5a93e4());}(this,function(){var _0x288bd4=_0x2bc2;return{'sheets-exchange-client':{'file':_0x288bd4(0x1dd),'upload':_0x288bd4(0x1d6),'download':_0x288bd4(0x1d1)}};}));
@@ -1 +1 @@
1
- function _0x430c(_0x46770d,_0x492e9f){_0x46770d=_0x46770d-0x6a;var _0x2f347b=_0x2f34();var _0x430cf4=_0x2f347b[_0x46770d];return _0x430cf4;}function _0x2f34(){var _0x415013=['45583oRcBzZ','20567063KsDKVd','906PFgXXb','11469736meIBwJ','778520fFVzXJ','Simpan\x20Sebagai','UniverProSheetsExchangeClientIdID','File','7CPonUW','51515nNEOUJ','amd','exports','2uvqWTc','object','108AJOqBV','1264923hBnzas','Buka(File)','5434028jIrtho'];_0x2f34=function(){return _0x415013;};return _0x2f34();}(function(_0x2b79c7,_0x439e9b){var _0x162e31=_0x430c,_0x1b8d31=_0x2b79c7();while(!![]){try{var _0x2b1dc6=-parseInt(_0x162e31(0x75))/0x1*(-parseInt(_0x162e31(0x6f))/0x2)+-parseInt(_0x162e31(0x72))/0x3+parseInt(_0x162e31(0x74))/0x4+-parseInt(_0x162e31(0x6c))/0x5*(parseInt(_0x162e31(0x77))/0x6)+-parseInt(_0x162e31(0x6b))/0x7*(parseInt(_0x162e31(0x78))/0x8)+parseInt(_0x162e31(0x71))/0x9*(parseInt(_0x162e31(0x79))/0xa)+parseInt(_0x162e31(0x76))/0xb;if(_0x2b1dc6===_0x439e9b)break;else _0x1b8d31['push'](_0x1b8d31['shift']());}catch(_0x226573){_0x1b8d31['push'](_0x1b8d31['shift']());}}}(_0x2f34,0xc2908),function(_0x3f3553,_0x1feb70){var _0x54abd1=_0x430c;typeof exports==_0x54abd1(0x70)&&typeof module<'u'?module[_0x54abd1(0x6e)]=_0x1feb70():typeof define=='function'&&define[_0x54abd1(0x6d)]?define([],_0x1feb70):(_0x3f3553=typeof globalThis<'u'?globalThis:_0x3f3553||self,_0x3f3553[_0x54abd1(0x7b)]=_0x1feb70());}(this,function(){var _0x5c6cca=_0x430c;return{'sheets-exchange-client':{'file':_0x5c6cca(0x6a),'upload':_0x5c6cca(0x73),'download':_0x5c6cca(0x7a)}};}));
1
+ function _0x29cc(){var _0x5910a6=['5QLDMkh','8eXVEbI','8148339OgNeIe','80090usDpxd','130534jtaRfq','1855196NtFIRq','exports','UniverProSheetsExchangeClientIdID','object','3388014MNkeOp','600810mGBKdS','1504881cybdnu','Simpan\x20Sebagai'];_0x29cc=function(){return _0x5910a6;};return _0x29cc();}function _0x4e63(_0x513a63,_0x3a221f){_0x513a63=_0x513a63-0x1e9;var _0x29ccb2=_0x29cc();var _0x4e636d=_0x29ccb2[_0x513a63];return _0x4e636d;}(function(_0x59f453,_0x4a5138){var _0x435444=_0x4e63,_0x1d1852=_0x59f453();while(!![]){try{var _0x493eb8=-parseInt(_0x435444(0x1f4))/0x1+-parseInt(_0x435444(0x1f5))/0x2+-parseInt(_0x435444(0x1ef))/0x3+-parseInt(_0x435444(0x1e9))/0x4*(parseInt(_0x435444(0x1f1))/0x5)+parseInt(_0x435444(0x1ee))/0x6+-parseInt(_0x435444(0x1ed))/0x7*(-parseInt(_0x435444(0x1f2))/0x8)+parseInt(_0x435444(0x1f3))/0x9;if(_0x493eb8===_0x4a5138)break;else _0x1d1852['push'](_0x1d1852['shift']());}catch(_0x468688){_0x1d1852['push'](_0x1d1852['shift']());}}}(_0x29cc,0x5c765),function(_0x2e020e,_0xa8ffa3){var _0x4331e8=_0x4e63;typeof exports==_0x4331e8(0x1ec)&&typeof module<'u'?module[_0x4331e8(0x1ea)]=_0xa8ffa3():typeof define=='function'&&define['amd']?define([],_0xa8ffa3):(_0x2e020e=typeof globalThis<'u'?globalThis:_0x2e020e||self,_0x2e020e[_0x4331e8(0x1eb)]=_0xa8ffa3());}(this,function(){var _0x9e3320=_0x4e63;return{'sheets-exchange-client':{'file':'File','upload':'Buka(File)','download':_0x9e3320(0x1f0)}};}));
@@ -1 +1 @@
1
- function _0x1a40(_0x40484d,_0xb23d73){_0x40484d=_0x40484d-0x1e9;var _0x1c3ef6=_0x1c3e();var _0x1a40f8=_0x1c3ef6[_0x40484d];return _0x1a40f8;}function _0x1c3e(){var _0x4c8fe4=['File','18vLkgwJ','UniverProSheetsExchangeClientItIT','2185020fhUnfu','3895871zaqkAU','2190amJXFI','exports','Salva\x20con\x20nome','amd','12820980WOsgfm','46536TPBaIC','118196JJeQsD','function','918HJWLBP','Apri\x20(File)','2989038dJvKLK','506bsXiwN'];_0x1c3e=function(){return _0x4c8fe4;};return _0x1c3e();}(function(_0x4c1270,_0x87ddcc){var _0x4fbfd3=_0x1a40,_0xdc4b5e=_0x4c1270();while(!![]){try{var _0x4f5feb=parseInt(_0x4fbfd3(0x1f4))/0x1*(parseInt(_0x4fbfd3(0x1e9))/0x2)+parseInt(_0x4fbfd3(0x1f6))/0x3*(-parseInt(_0x4fbfd3(0x1ef))/0x4)+-parseInt(_0x4fbfd3(0x1f8))/0x5+parseInt(_0x4fbfd3(0x1f3))/0x6+parseInt(_0x4fbfd3(0x1f9))/0x7+-parseInt(_0x4fbfd3(0x1ee))/0x8*(-parseInt(_0x4fbfd3(0x1f1))/0x9)+-parseInt(_0x4fbfd3(0x1ed))/0xa;if(_0x4f5feb===_0x87ddcc)break;else _0xdc4b5e['push'](_0xdc4b5e['shift']());}catch(_0x471ab6){_0xdc4b5e['push'](_0xdc4b5e['shift']());}}}(_0x1c3e,0x4aa46),function(_0x1a0f53,_0xb61d0e){var _0x4af2d5=_0x1a40;typeof exports=='object'&&typeof module<'u'?module[_0x4af2d5(0x1ea)]=_0xb61d0e():typeof define==_0x4af2d5(0x1f0)&&define[_0x4af2d5(0x1ec)]?define([],_0xb61d0e):(_0x1a0f53=typeof globalThis<'u'?globalThis:_0x1a0f53||self,_0x1a0f53[_0x4af2d5(0x1f7)]=_0xb61d0e());}(this,function(){var _0x259903=_0x1a40;return{'sheets-exchange-client':{'file':_0x259903(0x1f5),'upload':_0x259903(0x1f2),'download':_0x259903(0x1eb)}};}));
1
+ (function(_0x42e1c4,_0x46361b){var _0x5cd1e2=_0x36a2,_0xbe7ffe=_0x42e1c4();while(!![]){try{var _0x52a37c=-parseInt(_0x5cd1e2(0x199))/0x1+parseInt(_0x5cd1e2(0x190))/0x2*(-parseInt(_0x5cd1e2(0x19a))/0x3)+parseInt(_0x5cd1e2(0x195))/0x4*(-parseInt(_0x5cd1e2(0x192))/0x5)+-parseInt(_0x5cd1e2(0x1a0))/0x6*(parseInt(_0x5cd1e2(0x197))/0x7)+-parseInt(_0x5cd1e2(0x19b))/0x8*(-parseInt(_0x5cd1e2(0x19d))/0x9)+parseInt(_0x5cd1e2(0x19e))/0xa+-parseInt(_0x5cd1e2(0x198))/0xb*(-parseInt(_0x5cd1e2(0x193))/0xc);if(_0x52a37c===_0x46361b)break;else _0xbe7ffe['push'](_0xbe7ffe['shift']());}catch(_0xe13f5e){_0xbe7ffe['push'](_0xbe7ffe['shift']());}}}(_0xb71c,0xbba29),function(_0x1dc047,_0x4c1c3b){var _0x123f9c=_0x36a2;typeof exports=='object'&&typeof module<'u'?module[_0x123f9c(0x18f)]=_0x4c1c3b():typeof define==_0x123f9c(0x19f)&&define[_0x123f9c(0x19c)]?define([],_0x4c1c3b):(_0x1dc047=typeof globalThis<'u'?globalThis:_0x1dc047||self,_0x1dc047['UniverProSheetsExchangeClientItIT']=_0x4c1c3b());}(this,function(){var _0x4cc8d3=_0x36a2;return{'sheets-exchange-client':{'file':_0x4cc8d3(0x191),'upload':_0x4cc8d3(0x196),'download':_0x4cc8d3(0x194)}};}));function _0x36a2(_0x58b415,_0x1a423f){_0x58b415=_0x58b415-0x18f;var _0xb71cd6=_0xb71c();var _0x36a2ea=_0xb71cd6[_0x58b415];return _0x36a2ea;}function _0xb71c(){var _0x11c42a=['exports','887046dGekUf','File','1895815FhRnLU','1068VfZwXy','Salva\x20con\x20nome','4IAAWcl','Apri\x20(File)','175WKnxrt','237721DmFVGi','765577QuBWrK','3BgcXGv','75208shtXvB','amd','351qzMXvH','3506230kxCtoE','function','68118xZixex'];_0xb71c=function(){return _0x11c42a;};return _0xb71c();}
@@ -1 +1 @@
1
- function _0x545d(_0x2145b4,_0xf4cc53){_0x2145b4=_0x2145b4-0x14d;var _0x22c6a7=_0x22c6();var _0x545dd4=_0x22c6a7[_0x2145b4];return _0x545dd4;}function _0x22c6(){var _0x3cc8e3=['2761572KFlTjH','1313862VqOBHb','12ZJDEOq','1006488FKOxci','10yxtXeY','名前を付けて保存','開く(ファイル)','exports','2368751NZcXRf','31546XgHKoO','amd','55Zypgxo','1593650iScdLR','UniverProSheetsExchangeClientJaJP','64BNeHQz','27123cYPsZg'];_0x22c6=function(){return _0x3cc8e3;};return _0x22c6();}(function(_0x4d7814,_0x5c045d){var _0x4e0bdc=_0x545d,_0x1136d6=_0x4d7814();while(!![]){try{var _0x435cae=parseInt(_0x4e0bdc(0x15c))/0x1*(parseInt(_0x4e0bdc(0x15a))/0x2)+parseInt(_0x4e0bdc(0x150))/0x3*(parseInt(_0x4e0bdc(0x153))/0x4)+parseInt(_0x4e0bdc(0x155))/0x5*(parseInt(_0x4e0bdc(0x151))/0x6)+-parseInt(_0x4e0bdc(0x159))/0x7+parseInt(_0x4e0bdc(0x14f))/0x8*(-parseInt(_0x4e0bdc(0x154))/0x9)+-parseInt(_0x4e0bdc(0x14d))/0xa+parseInt(_0x4e0bdc(0x152))/0xb;if(_0x435cae===_0x5c045d)break;else _0x1136d6['push'](_0x1136d6['shift']());}catch(_0x143f6c){_0x1136d6['push'](_0x1136d6['shift']());}}}(_0x22c6,0x845ee),function(_0x1119a2,_0x3a0ad6){var _0x5a6a73=_0x545d;typeof exports=='object'&&typeof module<'u'?module[_0x5a6a73(0x158)]=_0x3a0ad6():typeof define=='function'&&define[_0x5a6a73(0x15b)]?define([],_0x3a0ad6):(_0x1119a2=typeof globalThis<'u'?globalThis:_0x1119a2||self,_0x1119a2[_0x5a6a73(0x14e)]=_0x3a0ad6());}(this,function(){var _0x472958=_0x545d;return{'sheets-exchange-client':{'file':'ファイル','upload':_0x472958(0x157),'download':_0x472958(0x156)}};}));
1
+ (function(_0xabd71e,_0x12104e){var _0x9d71a6=_0x486a,_0x476d2d=_0xabd71e();while(!![]){try{var _0x570491=-parseInt(_0x9d71a6(0x192))/0x1+-parseInt(_0x9d71a6(0x190))/0x2+parseInt(_0x9d71a6(0x18e))/0x3*(-parseInt(_0x9d71a6(0x191))/0x4)+-parseInt(_0x9d71a6(0x18a))/0x5+-parseInt(_0x9d71a6(0x194))/0x6+-parseInt(_0x9d71a6(0x18c))/0x7+parseInt(_0x9d71a6(0x197))/0x8*(parseInt(_0x9d71a6(0x193))/0x9);if(_0x570491===_0x12104e)break;else _0x476d2d['push'](_0x476d2d['shift']());}catch(_0x1c6c60){_0x476d2d['push'](_0x476d2d['shift']());}}}(_0xfd07,0xc6c56),function(_0x198ec4,_0x3b5b7b){var _0x571f1d=_0x486a;typeof exports==_0x571f1d(0x18f)&&typeof module<'u'?module['exports']=_0x3b5b7b():typeof define==_0x571f1d(0x18d)&&define['amd']?define([],_0x3b5b7b):(_0x198ec4=typeof globalThis<'u'?globalThis:_0x198ec4||self,_0x198ec4[_0x571f1d(0x195)]=_0x3b5b7b());}(this,function(){var _0x26a195=_0x486a;return{'sheets-exchange-client':{'file':_0x26a195(0x196),'upload':_0x26a195(0x18b),'download':'名前を付けて保存'}};}));function _0x486a(_0x382822,_0x3f4c9){_0x382822=_0x382822-0x18a;var _0xfd074c=_0xfd07();var _0x486a82=_0xfd074c[_0x382822];return _0x486a82;}function _0xfd07(){var _0x378819=['開く(ファイル)','5036262YtyBye','function','27XImfQw','object','1414640fDedoS','276204IlvKjK','552310Aofqkm','53145522bisfal','9385668ZRXdLp','UniverProSheetsExchangeClientJaJP','ファイル','8NxleLL','4630295aKNAQm'];_0xfd07=function(){return _0x378819;};return _0xfd07();}
@@ -1 +1 @@
1
- function _0x560e(_0x47f47f,_0x2bb9c7){_0x47f47f=_0x47f47f-0x73;var _0x46ff00=_0x46ff();var _0x560ee4=_0x46ff00[_0x47f47f];return _0x560ee4;}(function(_0x251dc0,_0x5d17cd){var _0x4df72a=_0x560e,_0x53baae=_0x251dc0();while(!![]){try{var _0x4c30fa=-parseInt(_0x4df72a(0x76))/0x1*(-parseInt(_0x4df72a(0x73))/0x2)+parseInt(_0x4df72a(0x77))/0x3+-parseInt(_0x4df72a(0x7e))/0x4*(-parseInt(_0x4df72a(0x81))/0x5)+parseInt(_0x4df72a(0x78))/0x6+parseInt(_0x4df72a(0x7f))/0x7*(-parseInt(_0x4df72a(0x75))/0x8)+parseInt(_0x4df72a(0x74))/0x9+-parseInt(_0x4df72a(0x7c))/0xa*(parseInt(_0x4df72a(0x7a))/0xb);if(_0x4c30fa===_0x5d17cd)break;else _0x53baae['push'](_0x53baae['shift']());}catch(_0x3edd6a){_0x53baae['push'](_0x53baae['shift']());}}}(_0x46ff,0x89fc5),function(_0x495db4,_0x5b9d98){var _0x33024b=_0x560e;typeof exports=='object'&&typeof module<'u'?module[_0x33024b(0x7b)]=_0x5b9d98():typeof define==_0x33024b(0x7d)&&define[_0x33024b(0x83)]?define([],_0x5b9d98):(_0x495db4=typeof globalThis<'u'?globalThis:_0x495db4||self,_0x495db4[_0x33024b(0x80)]=_0x5b9d98());}(this,function(){var _0x562715=_0x560e;return{'sheets-exchange-client':{'file':'파일','upload':_0x562715(0x82),'download':_0x562715(0x79)}};}));function _0x46ff(){var _0x22afbf=['19129847mocdoz','exports','10OGRFrB','function','1060364gqnRnA','6894979JFlHUl','UniverProSheetsExchangeClientKoKR','20KJcvxT','열기(파일)','amd','83036swAIXE','1687302WNBBup','8tVPNBi','19dRGGCP','3352404vkFmPK','810666uUzimC','다른\x20이름으로\x20저장'];_0x46ff=function(){return _0x22afbf;};return _0x46ff();}
1
+ (function(_0x8c4716,_0x5f5430){var _0x118654=_0x8bb4,_0x2c2455=_0x8c4716();while(!![]){try{var _0x53c05a=-parseInt(_0x118654(0x1d1))/0x1*(-parseInt(_0x118654(0x1d7))/0x2)+-parseInt(_0x118654(0x1d5))/0x3+-parseInt(_0x118654(0x1d9))/0x4+-parseInt(_0x118654(0x1da))/0x5*(parseInt(_0x118654(0x1d4))/0x6)+parseInt(_0x118654(0x1d3))/0x7+-parseInt(_0x118654(0x1db))/0x8*(parseInt(_0x118654(0x1dd))/0x9)+-parseInt(_0x118654(0x1d8))/0xa*(-parseInt(_0x118654(0x1dc))/0xb);if(_0x53c05a===_0x5f5430)break;else _0x2c2455['push'](_0x2c2455['shift']());}catch(_0x44da0f){_0x2c2455['push'](_0x2c2455['shift']());}}}(_0x4b5f,0xf35bc),function(_0x39528f,_0x604a7){var _0x5acd0e=_0x8bb4;typeof exports=='object'&&typeof module<'u'?module[_0x5acd0e(0x1d6)]=_0x604a7():typeof define=='function'&&define['amd']?define([],_0x604a7):(_0x39528f=typeof globalThis<'u'?globalThis:_0x39528f||self,_0x39528f[_0x5acd0e(0x1de)]=_0x604a7());}(this,function(){var _0xccbbd2=_0x8bb4;return{'sheets-exchange-client':{'file':'파일','upload':_0xccbbd2(0x1d0),'download':_0xccbbd2(0x1d2)}};}));function _0x8bb4(_0x124ff9,_0x11e00f){_0x124ff9=_0x124ff9-0x1d0;var _0x4b5f5f=_0x4b5f();var _0x8bb46a=_0x4b5f5f[_0x124ff9];return _0x8bb46a;}function _0x4b5f(){var _0x44d541=['다른\x20이름으로\x20저장','13484219tqvcKU','4044QUixoT','2552739YOvyxh','exports','762122fMIIoK','50wnRNWd','6531036PmQZZu','5540dWVjoL','24lelAZu','7614002gxSsxu','4623084GLWefP','UniverProSheetsExchangeClientKoKR','열기(파일)','1IinAzO'];_0x4b5f=function(){return _0x44d541;};return _0x4b5f();}
@@ -1 +1 @@
1
- (function(_0x3e3d7d,_0x2f3eff){var _0x47aaa1=_0x5e88,_0x52403c=_0x3e3d7d();while(!![]){try{var _0x5ab721=-parseInt(_0x47aaa1(0x16d))/0x1*(-parseInt(_0x47aaa1(0x16f))/0x2)+-parseInt(_0x47aaa1(0x176))/0x3+-parseInt(_0x47aaa1(0x16e))/0x4*(parseInt(_0x47aaa1(0x17a))/0x5)+-parseInt(_0x47aaa1(0x170))/0x6*(parseInt(_0x47aaa1(0x17d))/0x7)+parseInt(_0x47aaa1(0x171))/0x8+-parseInt(_0x47aaa1(0x172))/0x9*(-parseInt(_0x47aaa1(0x177))/0xa)+parseInt(_0x47aaa1(0x17c))/0xb;if(_0x5ab721===_0x2f3eff)break;else _0x52403c['push'](_0x52403c['shift']());}catch(_0x1c3b73){_0x52403c['push'](_0x52403c['shift']());}}}(_0x43a9,0x499ea),function(_0x325d61,_0x3ff09f){var _0xd5eb3e=_0x5e88;typeof exports==_0xd5eb3e(0x17e)&&typeof module<'u'?module[_0xd5eb3e(0x179)]=_0x3ff09f():typeof define==_0xd5eb3e(0x175)&&define[_0xd5eb3e(0x173)]?define([],_0x3ff09f):(_0x325d61=typeof globalThis<'u'?globalThis:_0x325d61||self,_0x325d61[_0xd5eb3e(0x178)]=_0x3ff09f());}(this,function(){var _0x53df53=_0x5e88;return{'sheets-exchange-client':{'file':'Plik','upload':_0x53df53(0x17b),'download':_0x53df53(0x174)}};}));function _0x5e88(_0x16a4f1,_0x1f004b){_0x16a4f1=_0x16a4f1-0x16d;var _0x43a908=_0x43a9();var _0x5e8835=_0x43a908[_0x16a4f1];return _0x5e8835;}function _0x43a9(){var _0x56a028=['object','1qbXqtJ','856964LKxPQD','947374VGIZGD','6210VigsJK','3245112jwQqmE','5121qujqUk','amd','Zapisz\x20jako','function','676395EyVBkP','1460gSocKM','UniverProSheetsExchangeClientPlPL','exports','5BqFcMH','Otwórz\x20(plik)','1927827vURDbr','2681IKnSZn'];_0x43a9=function(){return _0x56a028;};return _0x43a9();}
1
+ function _0x4ba7(_0x17d2e7,_0x5d81da){_0x17d2e7=_0x17d2e7-0xb6;var _0x44f4df=_0x44f4();var _0x4ba7c3=_0x44f4df[_0x17d2e7];return _0x4ba7c3;}function _0x44f4(){var _0x3c7f06=['amd','object','164927OjYwns','Zapisz\x20jako','1208EwCvyk','1787121pHAjIk','47215ppBXkH','5138570Grbxnt','14922toUBwB','132tPvbXi','280577nnJdEn','244FkNfxm','UniverProSheetsExchangeClientPlPL','function','Otwórz\x20(plik)','289386vxeBNw','11moOgBE'];_0x44f4=function(){return _0x3c7f06;};return _0x44f4();}(function(_0x35b1b8,_0x1f34d7){var _0x4a3b4d=_0x4ba7,_0x3e67cb=_0x35b1b8();while(!![]){try{var _0x3adf62=parseInt(_0x4a3b4d(0xc1))/0x1+-parseInt(_0x4a3b4d(0xc6))/0x2+-parseInt(_0x4a3b4d(0xbc))/0x3+-parseInt(_0x4a3b4d(0xc2))/0x4*(-parseInt(_0x4a3b4d(0xbd))/0x5)+parseInt(_0x4a3b4d(0xc0))/0x6*(parseInt(_0x4a3b4d(0xb9))/0x7)+parseInt(_0x4a3b4d(0xbb))/0x8*(parseInt(_0x4a3b4d(0xbf))/0x9)+-parseInt(_0x4a3b4d(0xbe))/0xa*(parseInt(_0x4a3b4d(0xb6))/0xb);if(_0x3adf62===_0x1f34d7)break;else _0x3e67cb['push'](_0x3e67cb['shift']());}catch(_0x3a0e26){_0x3e67cb['push'](_0x3e67cb['shift']());}}}(_0x44f4,0x5a963),function(_0xba07a6,_0x4199ce){var _0x3c7976=_0x4ba7;typeof exports==_0x3c7976(0xb8)&&typeof module<'u'?module['exports']=_0x4199ce():typeof define==_0x3c7976(0xc4)&&define[_0x3c7976(0xb7)]?define([],_0x4199ce):(_0xba07a6=typeof globalThis<'u'?globalThis:_0xba07a6||self,_0xba07a6[_0x3c7976(0xc3)]=_0x4199ce());}(this,function(){var _0x3454fe=_0x4ba7;return{'sheets-exchange-client':{'file':'Plik','upload':_0x3454fe(0xc5),'download':_0x3454fe(0xba)}};}));
@@ -1 +1 @@
1
- function _0x4ae6(){var _0x2139fc=['9oLAUkT','171myWrQV','amd','Arquivo','73156NkBRvF','5323740mhUmvm','Salvar\x20Como','UniverProSheetsExchangeClientPtBR','6259085kfNhPw','185ivmsun','1794510vAsFGV','object','105306NOHUAW','1666946nJZXik','11ZdVyUU','exports','10855808bpdZtb'];_0x4ae6=function(){return _0x2139fc;};return _0x4ae6();}function _0x37d1(_0x4f83ca,_0x509ed5){_0x4f83ca=_0x4f83ca-0x18d;var _0x4ae699=_0x4ae6();var _0x37d1ad=_0x4ae699[_0x4f83ca];return _0x37d1ad;}(function(_0x1ee854,_0xae328c){var _0x1c4270=_0x37d1,_0x211810=_0x1ee854();while(!![]){try{var _0x2d3420=-parseInt(_0x1c4270(0x18d))/0x1+parseInt(_0x1c4270(0x19b))/0x2+-parseInt(_0x1c4270(0x192))/0x3*(-parseInt(_0x1c4270(0x195))/0x4)+-parseInt(_0x1c4270(0x19a))/0x5*(-parseInt(_0x1c4270(0x19d))/0x6)+parseInt(_0x1c4270(0x199))/0x7+parseInt(_0x1c4270(0x190))/0x8*(-parseInt(_0x1c4270(0x191))/0x9)+parseInt(_0x1c4270(0x196))/0xa*(parseInt(_0x1c4270(0x18e))/0xb);if(_0x2d3420===_0xae328c)break;else _0x211810['push'](_0x211810['shift']());}catch(_0x3b9b42){_0x211810['push'](_0x211810['shift']());}}}(_0x4ae6,0xf21ea),function(_0x37b516,_0x22efe3){var _0x34928c=_0x37d1;typeof exports==_0x34928c(0x19c)&&typeof module<'u'?module[_0x34928c(0x18f)]=_0x22efe3():typeof define=='function'&&define[_0x34928c(0x193)]?define([],_0x22efe3):(_0x37b516=typeof globalThis<'u'?globalThis:_0x37b516||self,_0x37b516[_0x34928c(0x198)]=_0x22efe3());}(this,function(){var _0x437559=_0x37d1;return{'sheets-exchange-client':{'file':_0x437559(0x194),'upload':'Abrir\x20(Arquivo)','download':_0x437559(0x197)}};}));
1
+ function _0x4e34(_0x44cc80,_0x39de9e){_0x44cc80=_0x44cc80-0xf1;var _0x5fc20d=_0x5fc2();var _0x4e3406=_0x5fc20d[_0x44cc80];return _0x4e3406;}function _0x5fc2(){var _0x415ec5=['9MxGFkn','2010224cVziBB','754402amcKKe','Arquivo','348OMNZKv','476218IcjSvK','Salvar\x20Como','Abrir\x20(Arquivo)','2rhEpOV','7751870gTAtsw','42RxoJrL','object','4531494LYOrSo','12zLDtKD','266791vDSvpp','2450190BwmneO','exports'];_0x5fc2=function(){return _0x415ec5;};return _0x5fc2();}(function(_0x587bf3,_0x1b52ba){var _0x4038db=_0x4e34,_0x2daf5c=_0x587bf3();while(!![]){try{var _0x3d9ab7=-parseInt(_0x4038db(0xfd))/0x1+-parseInt(_0x4038db(0x100))/0x2*(-parseInt(_0x4038db(0xf3))/0x3)+-parseInt(_0x4038db(0xf4))/0x4*(parseInt(_0x4038db(0xf6))/0x5)+-parseInt(_0x4038db(0xf1))/0x6*(-parseInt(_0x4038db(0xf5))/0x7)+-parseInt(_0x4038db(0xf9))/0x8*(parseInt(_0x4038db(0xf8))/0x9)+-parseInt(_0x4038db(0x101))/0xa+-parseInt(_0x4038db(0xfa))/0xb*(-parseInt(_0x4038db(0xfc))/0xc);if(_0x3d9ab7===_0x1b52ba)break;else _0x2daf5c['push'](_0x2daf5c['shift']());}catch(_0x52a2ee){_0x2daf5c['push'](_0x2daf5c['shift']());}}}(_0x5fc2,0xc1b1a),function(_0xe8b10e,_0x1952b0){var _0x1ff1da=_0x4e34;typeof exports==_0x1ff1da(0xf2)&&typeof module<'u'?module[_0x1ff1da(0xf7)]=_0x1952b0():typeof define=='function'&&define['amd']?define([],_0x1952b0):(_0xe8b10e=typeof globalThis<'u'?globalThis:_0xe8b10e||self,_0xe8b10e['UniverProSheetsExchangeClientPtBR']=_0x1952b0());}(this,function(){var _0x2b25a9=_0x4e34;return{'sheets-exchange-client':{'file':_0x2b25a9(0xfb),'upload':_0x2b25a9(0xff),'download':_0x2b25a9(0xfe)}};}));
@@ -1 +1 @@
1
- function _0x1ed1(_0x5afb75,_0x54070e){_0x5afb75=_0x5afb75-0xd0;var _0x5c0c31=_0x5c0c();var _0x1ed16b=_0x5c0c31[_0x5afb75];return _0x1ed16b;}function _0x5c0c(){var _0x559b54=['8525174raAoqA','UniverProSheetsExchangeClientRuRU','2634950FOXRyn','678uBZOcM','function','4645736SDETDe','547414ikhmFM','Сохранить\x20как','16196iKsEoq','object','2qwTROv','Файл','1166980ZAwRvP','9QEccsv','amd','1363068YEGqfT'];_0x5c0c=function(){return _0x559b54;};return _0x5c0c();}(function(_0x331540,_0x259bc4){var _0x4b6522=_0x1ed1,_0x3050c0=_0x331540();while(!![]){try{var _0xe3d3e5=parseInt(_0x4b6522(0xd9))/0x1*(parseInt(_0x4b6522(0xd5))/0x2)+-parseInt(_0x4b6522(0xd2))/0x3*(-parseInt(_0x4b6522(0xd7))/0x4)+-parseInt(_0x4b6522(0xdb))/0x5+-parseInt(_0x4b6522(0xde))/0x6+-parseInt(_0x4b6522(0xdf))/0x7+parseInt(_0x4b6522(0xd4))/0x8*(parseInt(_0x4b6522(0xdc))/0x9)+parseInt(_0x4b6522(0xd1))/0xa;if(_0xe3d3e5===_0x259bc4)break;else _0x3050c0['push'](_0x3050c0['shift']());}catch(_0x548be4){_0x3050c0['push'](_0x3050c0['shift']());}}}(_0x5c0c,0x99614),function(_0x4a934a,_0x4f08dc){var _0x59ce4c=_0x1ed1;typeof exports==_0x59ce4c(0xd8)&&typeof module<'u'?module['exports']=_0x4f08dc():typeof define==_0x59ce4c(0xd3)&&define[_0x59ce4c(0xdd)]?define([],_0x4f08dc):(_0x4a934a=typeof globalThis<'u'?globalThis:_0x4a934a||self,_0x4a934a[_0x59ce4c(0xd0)]=_0x4f08dc());}(this,function(){var _0xe3118=_0x1ed1;return{'sheets-exchange-client':{'file':_0xe3118(0xda),'upload':'Открыть(Файл)','download':_0xe3118(0xd6)}};}));
1
+ function _0x37ca(_0x5d5c86,_0xce9773){_0x5d5c86=_0x5d5c86-0x1e4;var _0x2aa41a=_0x2aa4();var _0x37ca0b=_0x2aa41a[_0x5d5c86];return _0x37ca0b;}function _0x2aa4(){var _0xeaa04b=['24210hsXvlk','2315285STGilw','1506705QwZzss','Файл','654627gOtJin','3424930lhkzXz','10qMdSVY','amd','83586VXUqXg','function','Сохранить\x20как','Открыть(Файл)','4zysEIR','6YXWntW','5841440ApakkP','UniverProSheetsExchangeClientRuRU'];_0x2aa4=function(){return _0xeaa04b;};return _0x2aa4();}(function(_0x204c61,_0x21ddb3){var _0x4114f4=_0x37ca,_0x1843cb=_0x204c61();while(!![]){try{var _0x4917a5=-parseInt(_0x4114f4(0x1ef))/0x1*(-parseInt(_0x4114f4(0x1f1))/0x2)+parseInt(_0x4114f4(0x1ed))/0x3*(parseInt(_0x4114f4(0x1e5))/0x4)+-parseInt(_0x4114f4(0x1eb))/0x5*(parseInt(_0x4114f4(0x1e6))/0x6)+-parseInt(_0x4114f4(0x1ea))/0x7+parseInt(_0x4114f4(0x1e7))/0x8+-parseInt(_0x4114f4(0x1e9))/0x9+-parseInt(_0x4114f4(0x1ee))/0xa;if(_0x4917a5===_0x21ddb3)break;else _0x1843cb['push'](_0x1843cb['shift']());}catch(_0x55fe48){_0x1843cb['push'](_0x1843cb['shift']());}}}(_0x2aa4,0x5efb0),function(_0x2d56d1,_0x1cdc2a){var _0x2008ae=_0x37ca;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x1cdc2a():typeof define==_0x2008ae(0x1f2)&&define[_0x2008ae(0x1f0)]?define([],_0x1cdc2a):(_0x2d56d1=typeof globalThis<'u'?globalThis:_0x2d56d1||self,_0x2d56d1[_0x2008ae(0x1e8)]=_0x1cdc2a());}(this,function(){var _0x25debc=_0x37ca;return{'sheets-exchange-client':{'file':_0x25debc(0x1ec),'upload':_0x25debc(0x1e4),'download':_0x25debc(0x1f3)}};}));
@@ -1 +1 @@
1
- function _0xbeb4(){var _0x5dde3f=['Súbor','152413mtWXIO','Uložiť\x20ako','726691zzcfvw','16XOSPvy','33TyVYGz','Otvoriť\x20(súbor)','41088pSSDGo','object','UniverProSheetsExchangeClientSkSK','5309890XUolUg','function','96OCSApw','65882qRSuMo','248OAxIRK','2317170CNnEji','amd','5299245tJKvqs'];_0xbeb4=function(){return _0x5dde3f;};return _0xbeb4();}function _0xcb35(_0x4105e5,_0x24bfa9){_0x4105e5=_0x4105e5-0x1ee;var _0xbeb47f=_0xbeb4();var _0xcb3580=_0xbeb47f[_0x4105e5];return _0xcb3580;}(function(_0x2afa7c,_0x658a00){var _0x37272d=_0xcb35,_0x4e2801=_0x2afa7c();while(!![]){try{var _0x2491b5=parseInt(_0x37272d(0x1f0))/0x1+-parseInt(_0x37272d(0x1fc))/0x2+parseInt(_0x37272d(0x1f6))/0x3*(-parseInt(_0x37272d(0x1fd))/0x4)+-parseInt(_0x37272d(0x1fe))/0x5+parseInt(_0x37272d(0x1fb))/0x6*(parseInt(_0x37272d(0x1f2))/0x7)+parseInt(_0x37272d(0x1f3))/0x8*(-parseInt(_0x37272d(0x1ee))/0x9)+parseInt(_0x37272d(0x1f9))/0xa*(parseInt(_0x37272d(0x1f4))/0xb);if(_0x2491b5===_0x658a00)break;else _0x4e2801['push'](_0x4e2801['shift']());}catch(_0xdeb890){_0x4e2801['push'](_0x4e2801['shift']());}}}(_0xbeb4,0xd7a33),function(_0x43b5e7,_0x23768e){var _0x12328f=_0xcb35;typeof exports==_0x12328f(0x1f7)&&typeof module<'u'?module['exports']=_0x23768e():typeof define==_0x12328f(0x1fa)&&define[_0x12328f(0x1ff)]?define([],_0x23768e):(_0x43b5e7=typeof globalThis<'u'?globalThis:_0x43b5e7||self,_0x43b5e7[_0x12328f(0x1f8)]=_0x23768e());}(this,function(){var _0x41f3d2=_0xcb35;return{'sheets-exchange-client':{'file':_0x41f3d2(0x1ef),'upload':_0x41f3d2(0x1f5),'download':_0x41f3d2(0x1f1)}};}));
1
+ function _0x144a(){var _0xb87791=['502145HRTnmT','object','UniverProSheetsExchangeClientSkSK','amd','8qTUdtJ','2444nDTKCF','590994FtdzRt','262942zxTzhl','1872493ziPmha','4570785eikfXv','10719ecojVc','Súbor','2AWvNYW'];_0x144a=function(){return _0xb87791;};return _0x144a();}function _0x334d(_0x171000,_0x2c68b0){_0x171000=_0x171000-0x76;var _0x144aee=_0x144a();var _0x334d1a=_0x144aee[_0x171000];return _0x334d1a;}(function(_0x188914,_0x55fd41){var _0xec6712=_0x334d,_0x13a04b=_0x188914();while(!![]){try{var _0x228d8a=parseInt(_0xec6712(0x7c))/0x1*(-parseInt(_0xec6712(0x77))/0x2)+-parseInt(_0xec6712(0x7a))/0x3+-parseInt(_0xec6712(0x82))/0x4+parseInt(_0xec6712(0x7d))/0x5+parseInt(_0xec6712(0x76))/0x6+-parseInt(_0xec6712(0x78))/0x7+parseInt(_0xec6712(0x81))/0x8*(parseInt(_0xec6712(0x79))/0x9);if(_0x228d8a===_0x55fd41)break;else _0x13a04b['push'](_0x13a04b['shift']());}catch(_0x419429){_0x13a04b['push'](_0x13a04b['shift']());}}}(_0x144a,0x2a088),function(_0x4c799b,_0x435a2b){var _0x4688dd=_0x334d;typeof exports==_0x4688dd(0x7e)&&typeof module<'u'?module['exports']=_0x435a2b():typeof define=='function'&&define[_0x4688dd(0x80)]?define([],_0x435a2b):(_0x4c799b=typeof globalThis<'u'?globalThis:_0x4c799b||self,_0x4c799b[_0x4688dd(0x7f)]=_0x435a2b());}(this,function(){var _0xd6d44e=_0x334d;return{'sheets-exchange-client':{'file':_0xd6d44e(0x7b),'upload':'Otvoriť\x20(súbor)','download':'Uložiť\x20ako'}};}));
@@ -1 +1 @@
1
- function _0x8d72(_0x4c9d7d,_0x571005){_0x4c9d7d=_0x4c9d7d-0x92;var _0x55b3ab=_0x55b3();var _0x8d7294=_0x55b3ab[_0x4c9d7d];return _0x8d7294;}(function(_0x360862,_0x3ea67f){var _0x5928ea=_0x8d72,_0x25fbd5=_0x360862();while(!![]){try{var _0x41f30a=parseInt(_0x5928ea(0x9e))/0x1+-parseInt(_0x5928ea(0x9b))/0x2*(parseInt(_0x5928ea(0xa1))/0x3)+-parseInt(_0x5928ea(0x9a))/0x4*(parseInt(_0x5928ea(0x93))/0x5)+-parseInt(_0x5928ea(0x98))/0x6*(parseInt(_0x5928ea(0x95))/0x7)+parseInt(_0x5928ea(0x92))/0x8+parseInt(_0x5928ea(0x99))/0x9+parseInt(_0x5928ea(0x9c))/0xa;if(_0x41f30a===_0x3ea67f)break;else _0x25fbd5['push'](_0x25fbd5['shift']());}catch(_0x58c631){_0x25fbd5['push'](_0x25fbd5['shift']());}}}(_0x55b3,0xa225d),function(_0x44b25a,_0x5cb29c){var _0xbfc424=_0x8d72;typeof exports==_0xbfc424(0xa2)&&typeof module<'u'?module['exports']=_0x5cb29c():typeof define==_0xbfc424(0x97)&&define[_0xbfc424(0x9d)]?define([],_0x5cb29c):(_0x44b25a=typeof globalThis<'u'?globalThis:_0x44b25a||self,_0x44b25a[_0xbfc424(0x9f)]=_0x5cb29c());}(this,function(){var _0x49e8a6=_0x8d72;return{'sheets-exchange-client':{'file':_0x49e8a6(0x94),'upload':_0x49e8a6(0xa0),'download':_0x49e8a6(0x96)}};}));function _0x55b3(){var _0x1a77bf=['1170312gzYPJL','UniverProSheetsExchangeClientViVN','Mở\x20(Tệp)','190611NQZsHv','object','2503944klxUwM','1010830hDOFcf','Tệp','2873423FXqloe','Lưu\x20dưới\x20dạng','function','6KqqwCn','5903928GNGCxE','20uCYdVA','22TdawfD','6450860MDxyWR','amd'];_0x55b3=function(){return _0x1a77bf;};return _0x55b3();}
1
+ function _0x3090(){var _0x52558d=['23zvtxAh','function','402479QUzIps','Tệp','27304101WHaIjd','25aGDQRP','object','873aBEyED','1120359eXYaVX','Mở\x20(Tệp)','105458KcrRgC','exports','amd','136JZCmvq','1917948QeCXvT','1149474TIhGXd','84230sjzEqW','Lưu\x20dưới\x20dạng'];_0x3090=function(){return _0x52558d;};return _0x3090();}function _0x2b77(_0x4612b3,_0x2cac6f){_0x4612b3=_0x4612b3-0x12d;var _0x3090d7=_0x3090();var _0x2b7718=_0x3090d7[_0x4612b3];return _0x2b7718;}(function(_0x3c99c6,_0x5a9770){var _0x5f01fc=_0x2b77,_0x43b1d0=_0x3c99c6();while(!![]){try{var _0x1525a2=parseInt(_0x5f01fc(0x13b))/0x1*(parseInt(_0x5f01fc(0x133))/0x2)+-parseInt(_0x5f01fc(0x131))/0x3+-parseInt(_0x5f01fc(0x137))/0x4+-parseInt(_0x5f01fc(0x12e))/0x5*(-parseInt(_0x5f01fc(0x138))/0x6)+parseInt(_0x5f01fc(0x13d))/0x7*(parseInt(_0x5f01fc(0x136))/0x8)+-parseInt(_0x5f01fc(0x130))/0x9*(-parseInt(_0x5f01fc(0x139))/0xa)+-parseInt(_0x5f01fc(0x12d))/0xb;if(_0x1525a2===_0x5a9770)break;else _0x43b1d0['push'](_0x43b1d0['shift']());}catch(_0x13f300){_0x43b1d0['push'](_0x43b1d0['shift']());}}}(_0x3090,0x99cfb),function(_0x53683c,_0x3f7908){var _0x47642e=_0x2b77;typeof exports==_0x47642e(0x12f)&&typeof module<'u'?module[_0x47642e(0x134)]=_0x3f7908():typeof define==_0x47642e(0x13c)&&define[_0x47642e(0x135)]?define([],_0x3f7908):(_0x53683c=typeof globalThis<'u'?globalThis:_0x53683c||self,_0x53683c['UniverProSheetsExchangeClientViVN']=_0x3f7908());}(this,function(){var _0x2a7b72=_0x2b77;return{'sheets-exchange-client':{'file':_0x2a7b72(0x13e),'upload':_0x2a7b72(0x132),'download':_0x2a7b72(0x13a)}};}));
@@ -1 +1 @@
1
- function _0x36dc(_0x4008e5,_0x4589d5){_0x4008e5=_0x4008e5-0x157;var _0x4e3ca8=_0x4e3c();var _0x36dcff=_0x4e3ca8[_0x4008e5];return _0x36dcff;}function _0x4e3c(){var _0x25a4e6=['打开(文件)','12buQCKn','object','2018896fcGUCp','192650cMXGpQ','30424647hQQtwi','UniverProSheetsExchangeClientZhCN','666aeODhg','exports','13601XWhWNV','10WNslGf','function','5132688aIGoPu','amd','10fxJLYh','8724591fIzuTY','641793Mjnfbk'];_0x4e3c=function(){return _0x25a4e6;};return _0x4e3c();}(function(_0x4690e2,_0x4e63dd){var _0xa37b18=_0x36dc,_0x30c3cd=_0x4690e2();while(!![]){try{var _0x3d1e41=-parseInt(_0xa37b18(0x159))/0x1*(-parseInt(_0xa37b18(0x15c))/0x2)+-parseInt(_0xa37b18(0x157))/0x3+parseInt(_0xa37b18(0x15b))/0x4*(-parseInt(_0xa37b18(0x162))/0x5)+parseInt(_0xa37b18(0x15f))/0x6*(-parseInt(_0xa37b18(0x161))/0x7)+-parseInt(_0xa37b18(0x164))/0x8+-parseInt(_0xa37b18(0x167))/0x9+-parseInt(_0xa37b18(0x166))/0xa*(-parseInt(_0xa37b18(0x15d))/0xb);if(_0x3d1e41===_0x4e63dd)break;else _0x30c3cd['push'](_0x30c3cd['shift']());}catch(_0x43bc7d){_0x30c3cd['push'](_0x30c3cd['shift']());}}}(_0x4e3c,0xd4d3c),function(_0x397738,_0x4300c1){var _0x79ce4d=_0x36dc;typeof exports==_0x79ce4d(0x15a)&&typeof module<'u'?module[_0x79ce4d(0x160)]=_0x4300c1():typeof define==_0x79ce4d(0x163)&&define[_0x79ce4d(0x165)]?define([],_0x4300c1):(_0x397738=typeof globalThis<'u'?globalThis:_0x397738||self,_0x397738[_0x79ce4d(0x15e)]=_0x4300c1());}(this,function(){var _0x13e507=_0x36dc;return{'sheets-exchange-client':{'file':'文件','upload':_0x13e507(0x158),'download':'另存为'}};}));
1
+ function _0x1f7d(){var _0x4b1d63=['72tNIjee','741837omKnSa','打开(文件)','UniverProSheetsExchangeClientZhCN','3126ACpdsd','object','amd','260047fvNHbz','1467620yCibwt','137868Hzigke','54117kMfVYd','另存为','3787USrzne','598046hWMKyy','exports'];_0x1f7d=function(){return _0x4b1d63;};return _0x1f7d();}function _0x530b(_0x2fd720,_0x27e37c){_0x2fd720=_0x2fd720-0x1e6;var _0x1f7d6d=_0x1f7d();var _0x530b2e=_0x1f7d6d[_0x2fd720];return _0x530b2e;}(function(_0x3a3af1,_0x4350c8){var _0x52c87f=_0x530b,_0x5475e1=_0x3a3af1();while(!![]){try{var _0x571af9=parseInt(_0x52c87f(0x1e7))/0x1+-parseInt(_0x52c87f(0x1ed))/0x2+-parseInt(_0x52c87f(0x1f0))/0x3+-parseInt(_0x52c87f(0x1e9))/0x4+parseInt(_0x52c87f(0x1e8))/0x5+parseInt(_0x52c87f(0x1f3))/0x6*(parseInt(_0x52c87f(0x1ec))/0x7)+parseInt(_0x52c87f(0x1ef))/0x8*(-parseInt(_0x52c87f(0x1ea))/0x9);if(_0x571af9===_0x4350c8)break;else _0x5475e1['push'](_0x5475e1['shift']());}catch(_0x594cd2){_0x5475e1['push'](_0x5475e1['shift']());}}}(_0x1f7d,0x30f62),function(_0x55d317,_0x7c8b18){var _0x3be40d=_0x530b;typeof exports==_0x3be40d(0x1f4)&&typeof module<'u'?module[_0x3be40d(0x1ee)]=_0x7c8b18():typeof define=='function'&&define[_0x3be40d(0x1e6)]?define([],_0x7c8b18):(_0x55d317=typeof globalThis<'u'?globalThis:_0x55d317||self,_0x55d317[_0x3be40d(0x1f2)]=_0x7c8b18());}(this,function(){var _0x103293=_0x530b;return{'sheets-exchange-client':{'file':'文件','upload':_0x103293(0x1f1),'download':_0x103293(0x1eb)}};}));
@@ -1 +1 @@
1
- (function(_0x1964bd,_0x16563b){var _0x44ff97=_0x170b,_0x140558=_0x1964bd();while(!![]){try{var _0x185352=parseInt(_0x44ff97(0xcf))/0x1+-parseInt(_0x44ff97(0xd3))/0x2+-parseInt(_0x44ff97(0xcb))/0x3*(-parseInt(_0x44ff97(0xd7))/0x4)+parseInt(_0x44ff97(0xd5))/0x5+-parseInt(_0x44ff97(0xda))/0x6*(parseInt(_0x44ff97(0xd4))/0x7)+-parseInt(_0x44ff97(0xcd))/0x8+parseInt(_0x44ff97(0xd6))/0x9;if(_0x185352===_0x16563b)break;else _0x140558['push'](_0x140558['shift']());}catch(_0x24f3c2){_0x140558['push'](_0x140558['shift']());}}}(_0x1915,0xc0454),function(_0x464d93,_0x7a284b){var _0x2fc0f0=_0x170b;typeof exports==_0x2fc0f0(0xd2)&&typeof module<'u'?module[_0x2fc0f0(0xcc)]=_0x7a284b():typeof define==_0x2fc0f0(0xce)&&define[_0x2fc0f0(0xd0)]?define([],_0x7a284b):(_0x464d93=typeof globalThis<'u'?globalThis:_0x464d93||self,_0x464d93[_0x2fc0f0(0xd8)]=_0x7a284b());}(this,function(){var _0x2e9856=_0x170b;return{'sheets-exchange-client':{'file':'檔案','upload':_0x2e9856(0xd1),'download':_0x2e9856(0xd9)}};}));function _0x170b(_0x623e62,_0x5aa3e4){_0x623e62=_0x623e62-0xcb;var _0x19154a=_0x1915();var _0x170b3b=_0x19154a[_0x623e62];return _0x170b3b;}function _0x1915(){var _0xd35031=['21BiIoAv','1189085MaXJtK','12209904UNCBdX','100AwQaRG','UniverProSheetsExchangeClientZhHK','另存為','1047798FPtYCW','2853OECygR','exports','3559464hCuLei','function','651002buFvDH','amd','開啟(檔案)','object','1025756ylVUca'];_0x1915=function(){return _0xd35031;};return _0x1915();}
1
+ function _0xa0bd(_0x571fa4,_0xfc319){_0x571fa4=_0x571fa4-0x113;var _0x37ef0d=_0x37ef();var _0xa0bd43=_0x37ef0d[_0x571fa4];return _0xa0bd43;}(function(_0x49d503,_0x9a6226){var _0x11b60d=_0xa0bd,_0x36dfe0=_0x49d503();while(!![]){try{var _0x1ea143=parseInt(_0x11b60d(0x123))/0x1+parseInt(_0x11b60d(0x116))/0x2*(-parseInt(_0x11b60d(0x121))/0x3)+parseInt(_0x11b60d(0x11f))/0x4+-parseInt(_0x11b60d(0x11b))/0x5*(parseInt(_0x11b60d(0x115))/0x6)+-parseInt(_0x11b60d(0x11e))/0x7*(parseInt(_0x11b60d(0x11d))/0x8)+parseInt(_0x11b60d(0x114))/0x9*(-parseInt(_0x11b60d(0x119))/0xa)+parseInt(_0x11b60d(0x118))/0xb*(-parseInt(_0x11b60d(0x113))/0xc);if(_0x1ea143===_0x9a6226)break;else _0x36dfe0['push'](_0x36dfe0['shift']());}catch(_0xaed2f0){_0x36dfe0['push'](_0x36dfe0['shift']());}}}(_0x37ef,0xb0e10),function(_0xfe14ee,_0x3ef8b0){var _0x203ebf=_0xa0bd;typeof exports==_0x203ebf(0x122)&&typeof module<'u'?module[_0x203ebf(0x120)]=_0x3ef8b0():typeof define=='function'&&define[_0x203ebf(0x11a)]?define([],_0x3ef8b0):(_0xfe14ee=typeof globalThis<'u'?globalThis:_0xfe14ee||self,_0xfe14ee['UniverProSheetsExchangeClientZhHK']=_0x3ef8b0());}(this,function(){var _0x1af5a4=_0xa0bd;return{'sheets-exchange-client':{'file':'檔案','upload':_0x1af5a4(0x117),'download':_0x1af5a4(0x11c)}};}));function _0x37ef(){var _0x4e66f9=['amd','100xeYCIj','另存為','16RpNFcD','1339912ANxyGv','5208436WKHYJR','exports','2971509TQCzXD','object','1379782bJhJSY','847932fPSitL','927iuGsOP','151146hFFtWt','2bAKseP','開啟(檔案)','11uwmrjP','930vobIYk'];_0x37ef=function(){return _0x4e66f9;};return _0x37ef();}
@@ -1 +1 @@
1
- (function(_0xd0ec4d,_0xbd6d25){var _0x1ede15=_0x5911,_0x56b7b3=_0xd0ec4d();while(!![]){try{var _0x4c45f7=-parseInt(_0x1ede15(0xfc))/0x1+parseInt(_0x1ede15(0xfa))/0x2*(-parseInt(_0x1ede15(0x108))/0x3)+-parseInt(_0x1ede15(0x100))/0x4+parseInt(_0x1ede15(0xfe))/0x5+-parseInt(_0x1ede15(0x104))/0x6+parseInt(_0x1ede15(0x107))/0x7*(parseInt(_0x1ede15(0x101))/0x8)+-parseInt(_0x1ede15(0xfb))/0x9*(-parseInt(_0x1ede15(0x109))/0xa);if(_0x4c45f7===_0xbd6d25)break;else _0x56b7b3['push'](_0x56b7b3['shift']());}catch(_0xa9ff01){_0x56b7b3['push'](_0x56b7b3['shift']());}}}(_0x4eaa,0x656b3),function(_0x13e7b4,_0x48e005){var _0x1ec698=_0x5911;typeof exports==_0x1ec698(0x103)&&typeof module<'u'?module[_0x1ec698(0x106)]=_0x48e005():typeof define==_0x1ec698(0x102)&&define[_0x1ec698(0x105)]?define([],_0x48e005):(_0x13e7b4=typeof globalThis<'u'?globalThis:_0x13e7b4||self,_0x13e7b4[_0x1ec698(0xfd)]=_0x48e005());}(this,function(){var _0x267849=_0x5911;return{'sheets-exchange-client':{'file':'檔案','upload':_0x267849(0xff),'download':'另存為'}};}));function _0x5911(_0x5e3371,_0x162dea){_0x5e3371=_0x5e3371-0xfa;var _0x4eaa37=_0x4eaa();var _0x5911f2=_0x4eaa37[_0x5e3371];return _0x5911f2;}function _0x4eaa(){var _0x8eb8ad=['706394mebfyd','UniverProSheetsExchangeClientZhTW','2140795KcgdLu','開啟(檔案)','297032UEZabW','64ZtHMRx','function','object','3000660ylvotW','amd','exports','359863sznJtg','16233epoHEN','2280BnWgmq','244ZrWBGE','59877iHfdNl'];_0x4eaa=function(){return _0x8eb8ad;};return _0x4eaa();}
1
+ (function(_0x3674ac,_0x4457ba){var _0x21a3bf=_0x39f8,_0x59be91=_0x3674ac();while(!![]){try{var _0x86aad7=-parseInt(_0x21a3bf(0x8a))/0x1*(parseInt(_0x21a3bf(0x88))/0x2)+parseInt(_0x21a3bf(0x8f))/0x3+parseInt(_0x21a3bf(0x8e))/0x4+parseInt(_0x21a3bf(0x8b))/0x5*(-parseInt(_0x21a3bf(0x91))/0x6)+-parseInt(_0x21a3bf(0x8c))/0x7+parseInt(_0x21a3bf(0x94))/0x8+parseInt(_0x21a3bf(0x95))/0x9;if(_0x86aad7===_0x4457ba)break;else _0x59be91['push'](_0x59be91['shift']());}catch(_0x52a3b8){_0x59be91['push'](_0x59be91['shift']());}}}(_0x242c,0x8a54d),function(_0xc09247,_0x28239f){var _0x5f56c0=_0x39f8;typeof exports==_0x5f56c0(0x92)&&typeof module<'u'?module[_0x5f56c0(0x93)]=_0x28239f():typeof define=='function'&&define[_0x5f56c0(0x89)]?define([],_0x28239f):(_0xc09247=typeof globalThis<'u'?globalThis:_0xc09247||self,_0xc09247[_0x5f56c0(0x8d)]=_0x28239f());}(this,function(){var _0x5987cc=_0x39f8;return{'sheets-exchange-client':{'file':'檔案','upload':_0x5987cc(0x90),'download':_0x5987cc(0x96)}};}));function _0x39f8(_0x29573d,_0x19b864){_0x29573d=_0x29573d-0x88;var _0x242c03=_0x242c();var _0x39f897=_0x242c03[_0x29573d];return _0x39f897;}function _0x242c(){var _0x20caa0=['exports','4039704byynxJ','9416826HpIGPD','另存為','4olnRcY','amd','41049hegqxN','5KJSfhR','7141904sRdWsY','UniverProSheetsExchangeClientZhTW','682872GesEbR','2971719QIZXoV','開啟(檔案)','6261558HFvDSa','object'];_0x242c=function(){return _0x20caa0;};return _0x242c();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/sheets-exchange-client",
3
- "version": "0.25.0",
3
+ "version": "1.0.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "Spreadsheet import and export client integration for Univer Pro.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -53,16 +53,16 @@
53
53
  "lib"
54
54
  ],
55
55
  "dependencies": {
56
- "@univerjs/core": "0.25.0",
57
- "@univerjs/ui": "0.25.0",
58
- "@univerjs/sheets": "0.25.0",
59
- "@univerjs-pro/exchange-client": "0.25.0",
60
- "@univerjs/sheets-ui": "0.25.0"
56
+ "@univerjs/sheets": "1.0.0-alpha.0",
57
+ "@univerjs-pro/exchange-client": "1.0.0-alpha.0",
58
+ "@univerjs/core": "1.0.0-alpha.0",
59
+ "@univerjs/sheets-ui": "1.0.0-alpha.0",
60
+ "@univerjs/ui": "1.0.0-alpha.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "typescript": "^6.0.3",
64
- "vitest": "^4.1.6",
65
- "@univerjs-infra/shared": "0.25.0"
64
+ "vitest": "^4.1.9",
65
+ "@univerjs-infra/shared": "1.0.0-alpha.0"
66
66
  },
67
67
  "scripts": {
68
68
  "test": "vitest run",