@univerjs-pro/sheets-exchange-client 1.0.0-alpha.7 → 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/cjs/facade.js +1 -0
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -0
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -0
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/operations/exchange.operation.d.ts +17 -3
- package/lib/types/config/config.d.ts +17 -0
- package/lib/types/controllers/menu.d.ts +2 -2
- package/lib/types/facade/f-univer.d.ts +138 -0
- package/lib/types/facade/index.d.ts +2 -0
- package/lib/types/index.d.ts +2 -0
- package/lib/types/services/sheet-exchange-operate.service.d.ts +22 -0
- package/lib/types/services/sheet-exchange.service.d.ts +27 -0
- package/lib/umd/facade.js +1 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +20 -7
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 |
|
|
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 _0x309c26=_0x37ef;(function(_0x58b8fe,_0x1900df){var _0x2d160a=_0x37ef,_0x5c74ff=_0x58b8fe();while(!![]){try{var _0x4aa8a6=-parseInt(_0x2d160a(0x214))/0x1+-parseInt(_0x2d160a(0x1db))/0x2*(-parseInt(_0x2d160a(0x1cc))/0x3)+-parseInt(_0x2d160a(0x209))/0x4*(parseInt(_0x2d160a(0x202))/0x5)+-parseInt(_0x2d160a(0x203))/0x6+-parseInt(_0x2d160a(0x1e4))/0x7*(-parseInt(_0x2d160a(0x1e6))/0x8)+-parseInt(_0x2d160a(0x1f5))/0x9*(parseInt(_0x2d160a(0x1f4))/0xa)+parseInt(_0x2d160a(0x201))/0xb*(parseInt(_0x2d160a(0x1cd))/0xc);if(_0x4aa8a6===_0x1900df)break;else _0x5c74ff['push'](_0x5c74ff['shift']());}catch(_0x2d9a44){_0x5c74ff['push'](_0x5c74ff['shift']());}}}(_0x3a04,0xd7dd3),Object[_0x309c26(0x1eb)](exports,Symbol[_0x309c26(0x213)],{'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');const a={'id':'exchange-client.operation.import-xlsx','type':n['CommandType'][_0x309c26(0x1ce)],'handler':async _0x225259=>{var _0x477f2f=_0x309c26;let _0x29d904=_0x225259[_0x477f2f(0x1d2)](t[_0x477f2f(0x1f3)]);return new URLSearchParams(location[_0x477f2f(0x211)])[_0x477f2f(0x1d2)](_0x477f2f(0x1fc))?_0x29d904['importXLSXToUnitId']():_0x29d904['importXLSXToSnapshot'](),!0x0;}},o={'id':'exchange-client.operation.export-xlsx','type':n[_0x309c26(0x1df)][_0x309c26(0x1ce)],'handler':async _0xbf3193=>{var _0x2693e3=_0x309c26;let _0x10d259=_0xbf3193[_0x2693e3(0x1d2)](t[_0x2693e3(0x1f3)]);return new URLSearchParams(location[_0x2693e3(0x211)])[_0x2693e3(0x1d2)](_0x2693e3(0x1fc))?_0x10d259[_0x2693e3(0x1e7)]():_0x10d259[_0x2693e3(0x1e8)](),!0x0;}},s=_0x309c26(0x20c);function c(_0x1d1670){var _0x4da3d5=_0x309c26;return{'id':s,'type':e[_0x4da3d5(0x1c6)][_0x4da3d5(0x1ff)],'icon':_0x4da3d5(0x1e2),'tooltip':_0x4da3d5(0x1f2),'hidden$':(0x0,e['getMenuHiddenObservable'])(_0x1d1670,n['UniverInstanceType'][_0x4da3d5(0x1c9)]),'disabled$':(0x0,i[_0x4da3d5(0x1d8)])(_0x1d1670,{'workbookTypes':[r[_0x4da3d5(0x1fe)]]})};}function _0x3a04(){var _0x27f215=['1210uXpvUQ','DependentOn','_commandService','1.0.0-alpha.7','CommandType','object','function','DirectExportIcon','sheets-exchange-client.config','3057061TYSscq','pluginName','8IaoUGE','exportXLSXByUnitId','exportXLSXBySnapshot','merge','OTHERS','defineProperty','_injector','_initCommands','type','sheets-exchange-client.download','UniverExchangeClientPlugin','forEach','sheets-exchange-client.file','IExchangeOperateService','130gWHDXS','1146339UdZqqX','setConfig','sheets-exchange-client.upload','decorate','Disposable','getOwnPropertyDescriptor','IConfigService','unit','symbol','WorkbookExportPermission','SUBITEMS','version','815155bvgEeJ','143690XBhgAl','6486402BxArqa','Plugin','_menuManagerService','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','string','_config','136PmDvQi','call','UniverSheetsExchangeClientPlugin','sheets-exchange-client.operation.exchange','SheetsExchangeClientMenuSchema','Injector','registerCommand','@univerjs-pro/sheets-exchange-client','search','prototype','toStringTag','1232042lhgbew','MenuItemType','ICommandService','_configService','UNIVER_SHEET','packageName','_initMenus','7269eOrcKS','636hyooTu','OPERATION','BUTTON','default','constructor','get','onStarting','onReady','UniverInstanceType','menu','iterator','getCurrentRangeDisable$','SHEET_EXCHANGE_CLIENT_PLUGIN','FolderIcon'];_0x3a04=function(){return _0x27f215;};return _0x3a04();}function l(){var _0x4b921=_0x309c26;return{'id':a['id'],'type':e[_0x4b921(0x1c6)][_0x4b921(0x1cf)],'title':_0x4b921(0x1f7),'icon':_0x4b921(0x1da)};}function u(){var _0x24cf32=_0x309c26;return{'id':o['id'],'type':e['MenuItemType']['BUTTON'],'title':_0x24cf32(0x1ef),'icon':'ExportIcon'};}const d={[e['RibbonStartGroup'][_0x309c26(0x1ea)]]:{[s]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':c,[a['id']]:{'order':0x0,'menuItemFactory':l},[o['id']]:{'order':0x1,'menuItemFactory':u}}}};var f=_0x309c26(0x210),p=_0x309c26(0x1de);const m={};function h(_0x36b9bb,_0xbcdd25){return function(_0x35198e,_0x5d7ec1){_0xbcdd25(_0x35198e,_0x5d7ec1,_0x36b9bb);};}function g(_0x3b8725,_0x5448b6,_0x5e73b0,_0x4a33fd){var _0x586bd8=_0x309c26,_0x24a1cc=arguments['length'],_0x38e8ee=_0x24a1cc<0x3?_0x5448b6:_0x4a33fd===null?_0x4a33fd=Object[_0x586bd8(0x1fa)](_0x5448b6,_0x5e73b0):_0x4a33fd,_0x157d7b;if(typeof Reflect==_0x586bd8(0x1e0)&&typeof Reflect[_0x586bd8(0x1f8)]==_0x586bd8(0x1e1))_0x38e8ee=Reflect['decorate'](_0x3b8725,_0x5448b6,_0x5e73b0,_0x4a33fd);else{for(var _0x283bb2=_0x3b8725['length']-0x1;_0x283bb2>=0x0;_0x283bb2--)(_0x157d7b=_0x3b8725[_0x283bb2])&&(_0x38e8ee=(_0x24a1cc<0x3?_0x157d7b(_0x38e8ee):_0x24a1cc>0x3?_0x157d7b(_0x5448b6,_0x5e73b0,_0x38e8ee):_0x157d7b(_0x5448b6,_0x5e73b0))||_0x38e8ee);}return _0x24a1cc>0x3&&_0x38e8ee&&Object[_0x586bd8(0x1eb)](_0x5448b6,_0x5e73b0,_0x38e8ee),_0x38e8ee;}let _=class extends n[_0x309c26(0x1f9)]{constructor(_0x54a27a,_0x10b5ff){var _0x2868b4=_0x309c26;super(),this[_0x2868b4(0x1dd)]=_0x54a27a,this[_0x2868b4(0x205)]=_0x10b5ff,this[_0x2868b4(0x1ed)](),this[_0x2868b4(0x1cb)]();}[_0x309c26(0x1ed)](){var _0x59af72=_0x309c26;[a,o][_0x59af72(0x1f1)](_0x485f32=>{var _0x285bcf=_0x59af72;this['disposeWithMe'](this[_0x285bcf(0x1dd)][_0x285bcf(0x20f)](_0x485f32));});}[_0x309c26(0x1cb)](){var _0x47abc5=_0x309c26;this[_0x47abc5(0x205)]['mergeMenu'](d);}};_=g([h(0x0,n[_0x309c26(0x1c7)]),h(0x1,e['IMenuManagerService'])],_);function v(_0x2602b5){'@babel/helpers - typeof';var _0x356772=_0x309c26;return v=typeof Symbol==_0x356772(0x1e1)&&typeof Symbol[_0x356772(0x1d7)]==_0x356772(0x1fd)?function(_0x23ccc7){return typeof _0x23ccc7;}:function(_0xed875f){var _0x37f6fc=_0x356772;return _0xed875f&&typeof Symbol==_0x37f6fc(0x1e1)&&_0xed875f[_0x37f6fc(0x1d1)]===Symbol&&_0xed875f!==Symbol[_0x37f6fc(0x212)]?_0x37f6fc(0x1fd):typeof _0xed875f;},v(_0x2602b5);}function _0x37ef(_0x5b7c75,_0x595ef5){_0x5b7c75=_0x5b7c75-0x1c6;var _0x3a040e=_0x3a04();var _0x37ef35=_0x3a040e[_0x5b7c75];return _0x37ef35;}function y(_0x503a4e,_0x4d33ca){var _0x3f0618=_0x309c26;if(v(_0x503a4e)!=_0x3f0618(0x1e0)||!_0x503a4e)return _0x503a4e;var _0x109317=_0x503a4e[Symbol['toPrimitive']];if(_0x109317!==void 0x0){var _0x5b5bc7=_0x109317[_0x3f0618(0x20a)](_0x503a4e,_0x4d33ca||_0x3f0618(0x1d0));if(v(_0x5b5bc7)!='object')return _0x5b5bc7;throw TypeError(_0x3f0618(0x206));}return(_0x4d33ca===_0x3f0618(0x207)?String:Number)(_0x503a4e);}function b(_0x59fe58){var _0x90cac0=_0x309c26,_0x4e6d3b=y(_0x59fe58,_0x90cac0(0x207));return v(_0x4e6d3b)==_0x90cac0(0x1fd)?_0x4e6d3b:_0x4e6d3b+'';}function x(_0x45fa1c,_0x7ef630,_0x197ea5){var _0x281673=_0x309c26;return(_0x7ef630=b(_0x7ef630))in _0x45fa1c?Object[_0x281673(0x1eb)](_0x45fa1c,_0x7ef630,{'value':_0x197ea5,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x45fa1c[_0x7ef630]=_0x197ea5,_0x45fa1c;}let S=class extends n[_0x309c26(0x204)]{constructor(_0x500604=m,_0x4f95de,_0x59bf17){var _0x398c0a=_0x309c26;super(),this[_0x398c0a(0x208)]=_0x500604,this[_0x398c0a(0x1ec)]=_0x4f95de,this[_0x398c0a(0x1c8)]=_0x59bf17;let {menu:_0x26f933,..._0x5ca282}=(0x0,n[_0x398c0a(0x1e9)])({},m,this[_0x398c0a(0x208)]);_0x26f933&&this[_0x398c0a(0x1c8)]['setConfig'](_0x398c0a(0x1d6),_0x26f933,{'merge':!0x0}),this[_0x398c0a(0x1c8)][_0x398c0a(0x1f6)](_0x398c0a(0x1e3),_0x5ca282);}[_0x309c26(0x1d3)](){var _0x4e9d02=_0x309c26;[[_]][_0x4e9d02(0x1f1)](_0x5d1377=>this[_0x4e9d02(0x1ec)]['add'](_0x5d1377));}[_0x309c26(0x1d4)](){var _0x132e9d=_0x309c26;this[_0x132e9d(0x1ec)][_0x132e9d(0x1d2)](_);}};x(S,_0x309c26(0x1e5),_0x309c26(0x1d9)),x(S,_0x309c26(0x1ca),f),x(S,_0x309c26(0x200),p),x(S,_0x309c26(0x1ee),n[_0x309c26(0x1d5)][_0x309c26(0x1c9)]),S=g([(0x0,n[_0x309c26(0x1dc)])(t[_0x309c26(0x1f0)]),h(0x1,(0x0,n['Inject'])(n[_0x309c26(0x20e)])),h(0x2,n[_0x309c26(0x1fb)])],S),exports[_0x309c26(0x20d)]=d,Object[_0x309c26(0x1eb)](exports,_0x309c26(0x20b),{'enumerable':!0x0,'get':function(){return S;}});
|
|
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;}});
|
package/lib/cjs/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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;
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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();}
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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;
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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();}
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/lib/es/facade.js
ADDED
|
@@ -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 _0x3097c4=_0x52d9;(function(_0x224970,_0x2fefbd){var _0x3c003d=_0x52d9,_0x40b92e=_0x224970();while(!![]){try{var _0x13779d=parseInt(_0x3c003d(0xc4))/0x1*(parseInt(_0x3c003d(0xcd))/0x2)+parseInt(_0x3c003d(0xaf))/0x3+-parseInt(_0x3c003d(0xc8))/0x4+parseInt(_0x3c003d(0xc1))/0x5*(parseInt(_0x3c003d(0xcb))/0x6)+-parseInt(_0x3c003d(0xbe))/0x7+parseInt(_0x3c003d(0xb8))/0x8*(-parseInt(_0x3c003d(0xd1))/0x9)+parseInt(_0x3c003d(0xdc))/0xa;if(_0x13779d===_0x2fefbd)break;else _0x40b92e['push'](_0x40b92e['shift']());}catch(_0x4dcc36){_0x40b92e['push'](_0x40b92e['shift']());}}}(_0x103c,0x93a0b));import{IMenuManagerService as _0x1b4c11,MenuItemType as _0x14a810,RibbonStartGroup as _0x3b5986,getMenuHiddenObservable as _0x2db92b}from'@univerjs/ui';import{IExchangeOperateService as _0x25a609,UniverExchangeClientPlugin as _0x58db6d}from'@univerjs-pro/exchange-client';import{CommandType as _0x13688f,DependentOn as _0x37c32d,Disposable as _0x222335,ICommandService as _0x12430a,IConfigService as _0x58ab3f,Inject as _0x3173d4,Injector as _0x37813d,Plugin as _0x569528,UniverInstanceType as _0x516761,merge as _0x1ce618}from'@univerjs/core';import{WorkbookExportPermission as _0xbe2f2e}from'@univerjs/sheets';import{getCurrentRangeDisable$ as _0x2343e5}from'@univerjs/sheets-ui';const v={'id':_0x3097c4(0xe6),'type':_0x13688f['OPERATION'],'handler':async _0x76ed7d=>{var _0x4b928c=_0x3097c4;let _0x5d08f9=_0x76ed7d[_0x4b928c(0xcc)](_0x25a609);return new URLSearchParams(location[_0x4b928c(0xdd)])[_0x4b928c(0xcc)](_0x4b928c(0xb1))?_0x5d08f9['importXLSXToUnitId']():_0x5d08f9['importXLSXToSnapshot'](),!0x0;}},y={'id':'exchange-client.operation.export-xlsx','type':_0x13688f[_0x3097c4(0xc5)],'handler':async _0x1dc489=>{var _0x3fd7cd=_0x3097c4;let _0x2541e9=_0x1dc489[_0x3fd7cd(0xcc)](_0x25a609);return new URLSearchParams(location[_0x3fd7cd(0xdd)])[_0x3fd7cd(0xcc)]('unit')?_0x2541e9[_0x3fd7cd(0xb7)]():_0x2541e9[_0x3fd7cd(0xe0)](),!0x0;}},b=_0x3097c4(0xc7);function x(_0x785a41){var _0x208566=_0x3097c4;return{'id':b,'type':_0x14a810['SUBITEMS'],'icon':_0x208566(0xe5),'tooltip':_0x208566(0xcf),'hidden$':_0x2db92b(_0x785a41,_0x516761[_0x208566(0xbd)]),'disabled$':_0x2343e5(_0x785a41,{'workbookTypes':[_0xbe2f2e]})};}function _0x52d9(_0x342729,_0x4b8a0e){_0x342729=_0x342729-0xae;var _0x103c59=_0x103c();var _0x52d95b=_0x103c59[_0x342729];return _0x52d95b;}function S(){var _0x6cbd6e=_0x3097c4;return{'id':v['id'],'type':_0x14a810['BUTTON'],'title':_0x6cbd6e(0xd7),'icon':_0x6cbd6e(0xe3)};}function C(){var _0x3db0cd=_0x3097c4;return{'id':y['id'],'type':_0x14a810[_0x3db0cd(0xd5)],'title':_0x3db0cd(0xdf),'icon':_0x3db0cd(0xde)};}const w={[_0x3b5986[_0x3097c4(0xca)]]:{[b]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':x,[v['id']]:{'order':0x0,'menuItemFactory':S},[y['id']]:{'order':0x1,'menuItemFactory':C}}}};var T=_0x3097c4(0xd9),E=_0x3097c4(0xce);const D={};function O(_0x4f5057,_0x4cf9ae){return function(_0x9b39a8,_0x1671eb){_0x4cf9ae(_0x9b39a8,_0x1671eb,_0x4f5057);};}function k(_0x50be1a,_0x3cf1b7,_0x11b12f,_0x5aae49){var _0x1340f8=_0x3097c4,_0x1ed7eb=arguments['length'],_0x3c336f=_0x1ed7eb<0x3?_0x3cf1b7:_0x5aae49===null?_0x5aae49=Object['getOwnPropertyDescriptor'](_0x3cf1b7,_0x11b12f):_0x5aae49,_0x5bc834;if(typeof Reflect=='object'&&typeof Reflect[_0x1340f8(0xbc)]==_0x1340f8(0xba))_0x3c336f=Reflect[_0x1340f8(0xbc)](_0x50be1a,_0x3cf1b7,_0x11b12f,_0x5aae49);else{for(var _0x4bdfa=_0x50be1a[_0x1340f8(0xc6)]-0x1;_0x4bdfa>=0x0;_0x4bdfa--)(_0x5bc834=_0x50be1a[_0x4bdfa])&&(_0x3c336f=(_0x1ed7eb<0x3?_0x5bc834(_0x3c336f):_0x1ed7eb>0x3?_0x5bc834(_0x3cf1b7,_0x11b12f,_0x3c336f):_0x5bc834(_0x3cf1b7,_0x11b12f))||_0x3c336f);}return _0x1ed7eb>0x3&&_0x3c336f&&Object[_0x1340f8(0xb0)](_0x3cf1b7,_0x11b12f,_0x3c336f),_0x3c336f;}let A=class extends _0x222335{constructor(_0x436706,_0xd4094){var _0x29f1bf=_0x3097c4;super(),this[_0x29f1bf(0xc2)]=_0x436706,this[_0x29f1bf(0xda)]=_0xd4094,this['_initCommands'](),this[_0x29f1bf(0xd6)]();}[_0x3097c4(0xbb)](){[v,y]['forEach'](_0x18e486=>{var _0x3bccdc=_0x52d9;this['disposeWithMe'](this[_0x3bccdc(0xc2)][_0x3bccdc(0xc3)](_0x18e486));});}[_0x3097c4(0xd6)](){var _0x2d9675=_0x3097c4;this[_0x2d9675(0xda)]['mergeMenu'](w);}};A=k([O(0x0,_0x12430a),O(0x1,_0x1b4c11)],A);function j(_0x51e3fd){'@babel/helpers - typeof';var _0x16da15=_0x3097c4;return j=typeof Symbol==_0x16da15(0xba)&&typeof Symbol[_0x16da15(0xb5)]=='symbol'?function(_0x73be11){return typeof _0x73be11;}:function(_0x1be14){var _0x1c8e25=_0x16da15;return _0x1be14&&typeof Symbol==_0x1c8e25(0xba)&&_0x1be14[_0x1c8e25(0xb3)]===Symbol&&_0x1be14!==Symbol['prototype']?'symbol':typeof _0x1be14;},j(_0x51e3fd);}function _0x103c(){var _0x2f5211=['_injector','onReady','BUTTON','_initMenus','sheets-exchange-client.upload','_configService','@univerjs-pro/sheets-exchange-client','_menuManagerService','object','15207660nwhrkd','search','ExportIcon','sheets-exchange-client.download','exportXLSXBySnapshot','packageName','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','FolderIcon','default','DirectExportIcon','exchange-client.operation.import-xlsx','onStarting','1205649dQHHRc','defineProperty','unit','sheets-exchange-client.config','constructor','setConfig','iterator','_config','exportXLSXByUnitId','2696gwKuZs','SHEET_EXCHANGE_CLIENT_PLUGIN','function','_initCommands','decorate','UNIVER_SHEET','3757901zzNkWL','toPrimitive','string','26515YpfhbP','_commandService','registerCommand','43768EIeCUA','OPERATION','length','sheets-exchange-client.operation.exchange','4285240IrbrLx','version','OTHERS','72YQIzAB','get','44nnxJvz','1.0.0-alpha.7','sheets-exchange-client.file','add','19665YactxS','pluginName'];_0x103c=function(){return _0x2f5211;};return _0x103c();}function M(_0x39cac7,_0x25fb7c){var _0x1b86f5=_0x3097c4;if(j(_0x39cac7)!=_0x1b86f5(0xdb)||!_0x39cac7)return _0x39cac7;var _0xbdfe31=_0x39cac7[Symbol[_0x1b86f5(0xbf)]];if(_0xbdfe31!==void 0x0){var _0x6b90dc=_0xbdfe31['call'](_0x39cac7,_0x25fb7c||_0x1b86f5(0xe4));if(j(_0x6b90dc)!=_0x1b86f5(0xdb))return _0x6b90dc;throw TypeError(_0x1b86f5(0xe2));}return(_0x25fb7c===_0x1b86f5(0xc0)?String:Number)(_0x39cac7);}function N(_0xcff4f3){var _0x1e536f=_0x3097c4,_0x5331d7=M(_0xcff4f3,_0x1e536f(0xc0));return j(_0x5331d7)=='symbol'?_0x5331d7:_0x5331d7+'';}function P(_0x2855ab,_0x4d4667,_0xe4acbe){return(_0x4d4667=N(_0x4d4667))in _0x2855ab?Object['defineProperty'](_0x2855ab,_0x4d4667,{'value':_0xe4acbe,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2855ab[_0x4d4667]=_0xe4acbe,_0x2855ab;}let F=class extends _0x569528{constructor(_0x2c03b1=D,_0x68196b,_0x575b8e){var _0x5c78c5=_0x3097c4;super(),this[_0x5c78c5(0xb6)]=_0x2c03b1,this[_0x5c78c5(0xd3)]=_0x68196b,this[_0x5c78c5(0xd8)]=_0x575b8e;let {menu:_0x588e00,..._0x375d53}=_0x1ce618({},D,this['_config']);_0x588e00&&this['_configService'][_0x5c78c5(0xb4)]('menu',_0x588e00,{'merge':!0x0}),this[_0x5c78c5(0xd8)]['setConfig'](_0x5c78c5(0xb2),_0x375d53);}[_0x3097c4(0xae)](){var _0x4ed323=_0x3097c4;[[A]]['forEach'](_0x21dacc=>this[_0x4ed323(0xd3)][_0x4ed323(0xd0)](_0x21dacc));}[_0x3097c4(0xd4)](){var _0x55e057=_0x3097c4;this[_0x55e057(0xd3)]['get'](A);}};P(F,_0x3097c4(0xd2),_0x3097c4(0xb9)),P(F,_0x3097c4(0xe1),T),P(F,_0x3097c4(0xc9),E),P(F,'type',_0x516761[_0x3097c4(0xbd)]),F=k([_0x37c32d(_0x58db6d),O(0x1,_0x3173d4(_0x37813d)),O(0x2,_0x58ab3f)],F);export{w as SheetsExchangeClientMenuSchema,F 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};
|
package/lib/es/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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};
|
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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};
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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};
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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};
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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();}
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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};
|