@univerjs-pro/slides-exchange-client 0.25.0-insiders.20260604-29ebbff
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 +35 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/commands/operations/exchange.operation.d.ts +3 -0
- package/lib/types/controllers/config.schema.d.ts +7 -0
- package/lib/types/controllers/exchange.controller.d.ts +9 -0
- package/lib/types/controllers/menu.d.ts +6 -0
- package/lib/types/controllers/menu.schema.d.ts +2 -0
- package/lib/types/index.d.ts +3 -0
- package/lib/types/locale/ar-SA.d.ts +8 -0
- package/lib/types/locale/ca-ES.d.ts +8 -0
- package/lib/types/locale/de-DE.d.ts +8 -0
- package/lib/types/locale/en-US.d.ts +8 -0
- package/lib/types/locale/es-ES.d.ts +8 -0
- package/lib/types/locale/fa-IR.d.ts +8 -0
- package/lib/types/locale/fr-FR.d.ts +8 -0
- package/lib/types/locale/id-ID.d.ts +8 -0
- package/lib/types/locale/it-IT.d.ts +8 -0
- package/lib/types/locale/ja-JP.d.ts +8 -0
- package/lib/types/locale/ko-KR.d.ts +8 -0
- package/lib/types/locale/pl-PL.d.ts +8 -0
- package/lib/types/locale/pt-BR.d.ts +8 -0
- package/lib/types/locale/ru-RU.d.ts +8 -0
- package/lib/types/locale/sk-SK.d.ts +8 -0
- package/lib/types/locale/vi-VN.d.ts +8 -0
- package/lib/types/locale/zh-CN.d.ts +8 -0
- package/lib/types/locale/zh-HK.d.ts +8 -0
- package/lib/types/locale/zh-TW.d.ts +8 -0
- package/lib/types/plugin.d.ts +14 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +75 -0
package/README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# @univerjs-pro/slides-exchange-client
|
|
2
|
+
|
|
3
|
+
[](https://npmjs.com/package/@univerjs-pro/slides-exchange-client)
|
|
4
|
+
[](https://npmjs.com/package/@univerjs-pro/slides-exchange-client)
|
|
5
|
+
|
|
6
|
+
`@univerjs-pro/slides-exchange-client` provides slide import and export client integration for Univer Pro.
|
|
7
|
+
|
|
8
|
+
## Package Overview
|
|
9
|
+
|
|
10
|
+
| Package | UMD global | CSS | Locales | Facade entry |
|
|
11
|
+
| --- | --- | :---: | :---: | :---: |
|
|
12
|
+
| `@univerjs-pro/slides-exchange-client` | `UniverProSlidesExchangeClient` | No | No | No |
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
```sh
|
|
17
|
+
pnpm add @univerjs-pro/slides-exchange-client
|
|
18
|
+
# or
|
|
19
|
+
npm install @univerjs-pro/slides-exchange-client
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version.
|
|
23
|
+
|
|
24
|
+
## Usage
|
|
25
|
+
|
|
26
|
+
```ts
|
|
27
|
+
import { UniverSlidesExchangeClientPlugin } from '@univerjs-pro/slides-exchange-client';
|
|
28
|
+
|
|
29
|
+
univer.registerPlugin(UniverSlidesExchangeClientPlugin);
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Resources
|
|
33
|
+
|
|
34
|
+
- [Documentation](https://docs.univer.ai/guides/pro)
|
|
35
|
+
- [NPM package](https://npmjs.com/package/@univerjs-pro/slides-exchange-client)
|
package/lib/cjs/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _0x22608c=_0x2f74;(function(_0x1bdaf0,_0x988453){var _0x59f886=_0x2f74,_0xb346b9=_0x1bdaf0();while(!![]){try{var _0x4a59c9=-parseInt(_0x59f886(0x160))/0x1*(-parseInt(_0x59f886(0x17c))/0x2)+parseInt(_0x59f886(0x190))/0x3+-parseInt(_0x59f886(0x184))/0x4+-parseInt(_0x59f886(0x159))/0x5+-parseInt(_0x59f886(0x18c))/0x6*(-parseInt(_0x59f886(0x17d))/0x7)+-parseInt(_0x59f886(0x152))/0x8*(-parseInt(_0x59f886(0x16e))/0x9)+-parseInt(_0x59f886(0x18b))/0xa;if(_0x4a59c9===_0x988453)break;else _0xb346b9['push'](_0xb346b9['shift']());}catch(_0x4bcd1f){_0xb346b9['push'](_0xb346b9['shift']());}}}(_0x3ffd,0x59594),Object[_0x22608c(0x161)](exports,Symbol[_0x22608c(0x153)],{'value':_0x22608c(0x158)}));let e=require('@univerjs-pro/exchange-client'),t=require('@univerjs/core'),n=require('@univerjs/ui');const r={'id':_0x22608c(0x198),'type':t['CommandType'][_0x22608c(0x18f)],'handler':async _0x3fe78e=>{var _0x2c5246=_0x22608c;let _0x6c0764=_0x3fe78e[_0x2c5246(0x151)](e[_0x2c5246(0x149)]);return new URLSearchParams(location[_0x2c5246(0x163)])['get'](_0x2c5246(0x15c))?_0x6c0764[_0x2c5246(0x164)]():_0x6c0764['importPPTXToSnapshot'](),!0x0;}},i={'id':_0x22608c(0x16d),'type':t[_0x22608c(0x183)][_0x22608c(0x18f)],'handler':async _0x352211=>{var _0x2114e9=_0x22608c;let _0x58bcac=_0x352211['get'](e[_0x2114e9(0x149)]);return new URLSearchParams(location[_0x2114e9(0x163)])[_0x2114e9(0x151)](_0x2114e9(0x15c))?_0x58bcac[_0x2114e9(0x179)]():_0x58bcac[_0x2114e9(0x16f)](),!0x0;}};var a=_0x22608c(0x182),o=_0x22608c(0x15f);const s={},c=_0x22608c(0x18e);function l(_0x376879){var _0x21eb81=_0x22608c;return{'id':c,'type':n[_0x21eb81(0x165)][_0x21eb81(0x186)],'icon':_0x21eb81(0x166),'tooltip':_0x21eb81(0x175),'hidden$':(0x0,n[_0x21eb81(0x157)])(_0x376879,t[_0x21eb81(0x176)][_0x21eb81(0x167)])};}function u(){var _0x243a50=_0x22608c;return{'id':r['id'],'type':n[_0x243a50(0x165)][_0x243a50(0x156)],'title':_0x243a50(0x15b),'icon':_0x243a50(0x188)};}function _0x2f74(_0x3469bc,_0x550ac3){_0x3469bc=_0x3469bc-0x149;var _0x3ffda5=_0x3ffd();var _0x2f742e=_0x3ffda5[_0x3469bc];return _0x2f742e;}function d(){var _0x30c991=_0x22608c;return{'id':i['id'],'type':n[_0x30c991(0x165)][_0x30c991(0x156)],'title':_0x30c991(0x174),'icon':_0x30c991(0x14d)};}const f={[n['RibbonStartGroup'][_0x22608c(0x15d)]]:{[c]:{'order':0.3,'menuItemFactory':l,[r['id']]:{'order':0x0,'menuItemFactory':u},[i['id']]:{'order':0x1,'menuItemFactory':d}}}};function p(_0x177d42,_0x193d4a){return function(_0x3ad183,_0x324462){_0x193d4a(_0x3ad183,_0x324462,_0x177d42);};}function m(_0x5df964,_0x335ff7,_0x1162ba,_0x151920){var _0x485bd5=_0x22608c,_0x93c002=arguments[_0x485bd5(0x15a)],_0x46f942=_0x93c002<0x3?_0x335ff7:_0x151920===null?_0x151920=Object[_0x485bd5(0x17e)](_0x335ff7,_0x1162ba):_0x151920,_0x54372c;if(typeof Reflect==_0x485bd5(0x196)&&typeof Reflect[_0x485bd5(0x191)]==_0x485bd5(0x150))_0x46f942=Reflect[_0x485bd5(0x191)](_0x5df964,_0x335ff7,_0x1162ba,_0x151920);else{for(var _0x36fbd4=_0x5df964['length']-0x1;_0x36fbd4>=0x0;_0x36fbd4--)(_0x54372c=_0x5df964[_0x36fbd4])&&(_0x46f942=(_0x93c002<0x3?_0x54372c(_0x46f942):_0x93c002>0x3?_0x54372c(_0x335ff7,_0x1162ba,_0x46f942):_0x54372c(_0x335ff7,_0x1162ba))||_0x46f942);}return _0x93c002>0x3&&_0x46f942&&Object[_0x485bd5(0x161)](_0x335ff7,_0x1162ba,_0x46f942),_0x46f942;}let h=class extends t[_0x22608c(0x154)]{constructor(_0x5c984c,_0x55f4bb){var _0x1cd4dd=_0x22608c;super(),this[_0x1cd4dd(0x18a)]=_0x5c984c,this[_0x1cd4dd(0x16a)]=_0x55f4bb,this['_initCommands'](),this[_0x1cd4dd(0x170)]();}[_0x22608c(0x192)](){var _0x500bab=_0x22608c;[r,i][_0x500bab(0x15e)](_0x2aff20=>{var _0x3beca0=_0x500bab;this['disposeWithMe'](this[_0x3beca0(0x18a)][_0x3beca0(0x195)](_0x2aff20));});}['_initMenus'](){var _0x585c64=_0x22608c;this[_0x585c64(0x16a)][_0x585c64(0x16b)](f);}};h=m([p(0x0,t['ICommandService']),p(0x1,n[_0x22608c(0x14e)])],h);function g(_0x1c8235){'@babel/helpers - typeof';var _0xa5ce54=_0x22608c;return g=typeof Symbol=='function'&&typeof Symbol[_0xa5ce54(0x18d)]=='symbol'?function(_0x5415a9){return typeof _0x5415a9;}:function(_0x5f4699){var _0x5c2e72=_0xa5ce54;return _0x5f4699&&typeof Symbol==_0x5c2e72(0x150)&&_0x5f4699[_0x5c2e72(0x168)]===Symbol&&_0x5f4699!==Symbol[_0x5c2e72(0x189)]?_0x5c2e72(0x17a):typeof _0x5f4699;},g(_0x1c8235);}function _0x3ffd(){var _0x5bda71=['getOwnPropertyDescriptor','onStarting','setConfig','onReady','@univerjs-pro/slides-exchange-client','CommandType','1437624bHCXKZ','_config','SUBITEMS','UniverSlidesExchangeClientPlugin','FolderIcon','prototype','_commandService','4182330MXKQLi','882294hBumDW','iterator','slides-exchange-client.operation.exchange','OPERATION','1117170ZnTTYf','decorate','_initCommands','toPrimitive','default','registerCommand','object','Plugin','exchange-client.operation.import-pptx','IExchangeOperateService','_injector','packageName','pluginName','ExportIcon','IMenuManagerService','menu','function','get','16SDSZfl','toStringTag','Disposable','slides-exchange-client.config','BUTTON','getMenuHiddenObservable','Module','525635PCNOEM','length','slides-exchange-client.upload','unit','OTHERS','forEach','0.25.0-insiders.20260604-29ebbff','144106sLTBrz','defineProperty','call','search','importPPTXToUnitId','MenuItemType','DirectExportIcon','UNIVER_SLIDE','constructor','version','_menuManagerService','mergeMenu','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','exchange-client.operation.export-pptx','26217mPqFlz','exportPPTXBySnapshot','_initMenus','ImportPPTXOperation','type','Injector','slides-exchange-client.download','slides-exchange-client.file','UniverInstanceType','ExportPPTXOperation','merge','exportPPTXByUnitId','symbol','_configService','8uGJdPd','14VyEMXP'];_0x3ffd=function(){return _0x5bda71;};return _0x3ffd();}function _(_0x2e2701,_0x11067e){var _0x245081=_0x22608c;if(g(_0x2e2701)!=_0x245081(0x196)||!_0x2e2701)return _0x2e2701;var _0x27405=_0x2e2701[Symbol[_0x245081(0x193)]];if(_0x27405!==void 0x0){var _0x3b7e18=_0x27405[_0x245081(0x162)](_0x2e2701,_0x11067e||_0x245081(0x194));if(g(_0x3b7e18)!=_0x245081(0x196))return _0x3b7e18;throw TypeError(_0x245081(0x16c));}return(_0x11067e==='string'?String:Number)(_0x2e2701);}function v(_0x1367f8){var _0x56ab6c=_(_0x1367f8,'string');return g(_0x56ab6c)=='symbol'?_0x56ab6c:_0x56ab6c+'';}function y(_0x1996c7,_0x22efa6,_0x360bc9){var _0x4caaaa=_0x22608c;return(_0x22efa6=v(_0x22efa6))in _0x1996c7?Object[_0x4caaaa(0x161)](_0x1996c7,_0x22efa6,{'value':_0x360bc9,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x1996c7[_0x22efa6]=_0x360bc9,_0x1996c7;}let b=class extends t[_0x22608c(0x197)]{constructor(_0x213c5f=s,_0x51631f,_0x3ba817){var _0x13c505=_0x22608c;super(),this[_0x13c505(0x185)]=_0x213c5f,this[_0x13c505(0x14a)]=_0x51631f,this[_0x13c505(0x17b)]=_0x3ba817;let {menu:_0x120dba,..._0x52b30b}=(0x0,t[_0x13c505(0x178)])({},s,this[_0x13c505(0x185)]);_0x120dba&&this[_0x13c505(0x17b)][_0x13c505(0x180)](_0x13c505(0x14f),_0x120dba,{'merge':!0x0}),this[_0x13c505(0x17b)][_0x13c505(0x180)](_0x13c505(0x155),_0x52b30b);}[_0x22608c(0x17f)](){var _0x55a75b=_0x22608c;[[h]][_0x55a75b(0x15e)](_0x23af3f=>this[_0x55a75b(0x14a)]['add'](_0x23af3f));}[_0x22608c(0x181)](){var _0x14371d=_0x22608c;this[_0x14371d(0x14a)]['get'](h);}};y(b,_0x22608c(0x14c),'SLIDES_EXCHANGE_CLIENT_PLUGIN'),y(b,_0x22608c(0x14b),a),y(b,_0x22608c(0x169),o),y(b,_0x22608c(0x172),t[_0x22608c(0x176)]['UNIVER_SLIDE']),b=m([(0x0,t['DependentOn'])(e['UniverExchangeClientPlugin']),p(0x1,(0x0,t['Inject'])(t[_0x22608c(0x173)])),p(0x2,t['IConfigService'])],b),exports[_0x22608c(0x177)]=i,exports[_0x22608c(0x171)]=r,Object[_0x22608c(0x161)](exports,_0x22608c(0x187),{'enumerable':!0x0,'get':function(){return b;}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x7e3e(_0x2e45f0,_0x4a2fde){_0x2e45f0=_0x2e45f0-0x1cc;const _0x5ccc91=_0x5ccc();let _0x7e3e21=_0x5ccc91[_0x2e45f0];return _0x7e3e21;}const _0x39fa1e=_0x7e3e;(function(_0x51caf4,_0x9aafc9){const _0xbb1241=_0x7e3e,_0xe8df8c=_0x51caf4();while(!![]){try{const _0x193f5a=parseInt(_0xbb1241(0x1d1))/0x1+-parseInt(_0xbb1241(0x1d2))/0x2*(-parseInt(_0xbb1241(0x1d7))/0x3)+parseInt(_0xbb1241(0x1cd))/0x4*(parseInt(_0xbb1241(0x1d5))/0x5)+-parseInt(_0xbb1241(0x1d8))/0x6+parseInt(_0xbb1241(0x1d4))/0x7+parseInt(_0xbb1241(0x1cf))/0x8+-parseInt(_0xbb1241(0x1d6))/0x9*(parseInt(_0xbb1241(0x1d9))/0xa);if(_0x193f5a===_0x9aafc9)break;else _0xe8df8c['push'](_0xe8df8c['shift']());}catch(_0x547fd0){_0xe8df8c['push'](_0xe8df8c['shift']());}}}(_0x5ccc,0xc7bd7));const e={'slides-exchange-client':{'file':_0x39fa1e(0x1ce),'upload':_0x39fa1e(0x1d3),'download':_0x39fa1e(0x1cc)}};function _0x5ccc(){const _0xd3c6cd=['1321902EfldzN','1506FIHhjA','فتح\x20(ملف)','6388487UGHBln','55xVGEic','18ZSslBr','1719VHDQWH','456270SPlJMp','22241710dwOail','حفظ\x20باسم','479164ocNGOZ','ملف','10870472dopbmG','exports'];_0x5ccc=function(){return _0xd3c6cd;};return _0x5ccc();}module[_0x39fa1e(0x1d0)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4719(_0x1d126d,_0x1e01c8){_0x1d126d=_0x1d126d-0x114;const _0x294cfd=_0x294c();let _0x471939=_0x294cfd[_0x1d126d];return _0x471939;}const _0x1f5d8c=_0x4719;function _0x294c(){const _0x14c9ba=['exports','Fitxer','31226751DbnFLO','Obrir(Fitxer)','32cFKjcF','994108glvfUj','1450207ipXfIS','196CACNhX','Anomena\x20i\x20desa','7675XXXnAM','224280ACkfxh','4539174kpMYqS','3725694iZuLRr'];_0x294c=function(){return _0x14c9ba;};return _0x294c();}(function(_0x2ac692,_0x5018f9){const _0x30f002=_0x4719,_0x41c464=_0x2ac692();while(!![]){try{const _0x22f1fe=-parseInt(_0x30f002(0x119))/0x1+-parseInt(_0x30f002(0x118))/0x2+-parseInt(_0x30f002(0x11e))/0x3+parseInt(_0x30f002(0x11a))/0x4*(parseInt(_0x30f002(0x11c))/0x5)+parseInt(_0x30f002(0x11f))/0x6+parseInt(_0x30f002(0x11d))/0x7*(parseInt(_0x30f002(0x117))/0x8)+parseInt(_0x30f002(0x115))/0x9;if(_0x22f1fe===_0x5018f9)break;else _0x41c464['push'](_0x41c464['shift']());}catch(_0x1df45a){_0x41c464['push'](_0x41c464['shift']());}}}(_0x294c,0xcb86c));const e={'slides-exchange-client':{'file':_0x1f5d8c(0x114),'upload':_0x1f5d8c(0x116),'download':_0x1f5d8c(0x11b)}};module[_0x1f5d8c(0x120)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x2e563a=_0x4e76;(function(_0x5bd23e,_0x4042c5){const _0x316ffa=_0x4e76,_0x2c3473=_0x5bd23e();while(!![]){try{const _0x335465=parseInt(_0x316ffa(0x1e4))/0x1*(-parseInt(_0x316ffa(0x1e3))/0x2)+parseInt(_0x316ffa(0x1e2))/0x3*(parseInt(_0x316ffa(0x1e0))/0x4)+-parseInt(_0x316ffa(0x1e9))/0x5+-parseInt(_0x316ffa(0x1e1))/0x6+-parseInt(_0x316ffa(0x1eb))/0x7*(parseInt(_0x316ffa(0x1e8))/0x8)+-parseInt(_0x316ffa(0x1ea))/0x9*(parseInt(_0x316ffa(0x1ec))/0xa)+parseInt(_0x316ffa(0x1e5))/0xb;if(_0x335465===_0x4042c5)break;else _0x2c3473['push'](_0x2c3473['shift']());}catch(_0x1bcaf7){_0x2c3473['push'](_0x2c3473['shift']());}}}(_0x1831,0xc5255));function _0x1831(){const _0x4721b1=['81626kzfkGB','11nkvvuX','13011537sfWVqx','exports','Speichern\x20unter','960VeejQT','1625685BAbPmg','9uUgafQ','1407nnSUAN','6352630tIiFjj','Datei','23144IoHWSx','1045878IumpwU','639egkiwH'];_0x1831=function(){return _0x4721b1;};return _0x1831();}const e={'slides-exchange-client':{'file':_0x2e563a(0x1df),'upload':'Öffnen\x20(Datei)','download':_0x2e563a(0x1e7)}};function _0x4e76(_0x18b954,_0x50f423){_0x18b954=_0x18b954-0x1df;const _0x18314c=_0x1831();let _0x4e7659=_0x18314c[_0x18b954];return _0x4e7659;}module[_0x2e563a(0x1e6)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2e9c(_0x439eb0,_0x32bf3e){_0x439eb0=_0x439eb0-0xd9;const _0x15f7f2=_0x15f7();let _0x2e9c1e=_0x15f7f2[_0x439eb0];return _0x2e9c1e;}const _0x3da43a=_0x2e9c;(function(_0x1510fb,_0xf4ecb8){const _0x30418e=_0x2e9c,_0xe6dddf=_0x1510fb();while(!![]){try{const _0x57dad8=-parseInt(_0x30418e(0xda))/0x1+parseInt(_0x30418e(0xdf))/0x2+-parseInt(_0x30418e(0xd9))/0x3+-parseInt(_0x30418e(0xdd))/0x4*(parseInt(_0x30418e(0xdb))/0x5)+-parseInt(_0x30418e(0xde))/0x6+parseInt(_0x30418e(0xe1))/0x7*(parseInt(_0x30418e(0xe5))/0x8)+parseInt(_0x30418e(0xdc))/0x9;if(_0x57dad8===_0xf4ecb8)break;else _0xe6dddf['push'](_0xe6dddf['shift']());}catch(_0x412bfb){_0xe6dddf['push'](_0xe6dddf['shift']());}}}(_0x15f7,0x1a0e2));const e={'slides-exchange-client':{'file':_0x3da43a(0xe0),'upload':_0x3da43a(0xe4),'download':_0x3da43a(0xe2)}};function _0x15f7(){const _0x1ac43c=['2875077hZdFGv','52RlgpmD','166200uXLKRn','18626bdRypj','File','1053073igbHFN','Save\x20As','exports','Open(File)','8nsPVLo','605532bfMGIj','60012rojgsz','31895cBNKxa'];_0x15f7=function(){return _0x1ac43c;};return _0x15f7();}module[_0x3da43a(0xe3)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x210e82=_0x5a3c;function _0x2bf3(){const _0x5df3b9=['872129yuKqGE','Guardar\x20como','exports','6136632wrzrSE','1680416sgEOEs','4JZswPD','2iCVgQh','14MMrBkb','22838002pXfgRT','Archivo','3155trhskr','1650PQdCZs','6335150VVbwsy','Abrir(Archivo)','2565789agOvzU'];_0x2bf3=function(){return _0x5df3b9;};return _0x2bf3();}(function(_0x55bbac,_0x44e5fc){const _0x1aa730=_0x5a3c,_0x5adc6e=_0x55bbac();while(!![]){try{const _0x1b71ef=parseInt(_0x1aa730(0xd8))/0x1*(-parseInt(_0x1aa730(0xcf))/0x2)+parseInt(_0x1aa730(0xd7))/0x3*(-parseInt(_0x1aa730(0xce))/0x4)+-parseInt(_0x1aa730(0xd3))/0x5*(parseInt(_0x1aa730(0xd4))/0x6)+parseInt(_0x1aa730(0xd0))/0x7*(parseInt(_0x1aa730(0xcd))/0x8)+-parseInt(_0x1aa730(0xdb))/0x9+parseInt(_0x1aa730(0xd5))/0xa+parseInt(_0x1aa730(0xd1))/0xb;if(_0x1b71ef===_0x44e5fc)break;else _0x5adc6e['push'](_0x5adc6e['shift']());}catch(_0x36b50d){_0x5adc6e['push'](_0x5adc6e['shift']());}}}(_0x2bf3,0x858dc));const e={'slides-exchange-client':{'file':_0x210e82(0xd2),'upload':_0x210e82(0xd6),'download':_0x210e82(0xd9)}};function _0x5a3c(_0x3ebd83,_0x4e4b03){_0x3ebd83=_0x3ebd83-0xcd;const _0x2bf3f9=_0x2bf3();let _0x5a3cc7=_0x2bf3f9[_0x3ebd83];return _0x5a3cc7;}module[_0x210e82(0xda)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x4eb684=_0x59fc;(function(_0x5f56c3,_0x4c33d6){const _0x1e2720=_0x59fc,_0xf8c1fa=_0x5f56c3();while(!![]){try{const _0x5d2231=parseInt(_0x1e2720(0xd0))/0x1+-parseInt(_0x1e2720(0xd6))/0x2*(parseInt(_0x1e2720(0xd1))/0x3)+parseInt(_0x1e2720(0xcb))/0x4+-parseInt(_0x1e2720(0xcc))/0x5*(-parseInt(_0x1e2720(0xca))/0x6)+parseInt(_0x1e2720(0xce))/0x7+parseInt(_0x1e2720(0xd5))/0x8*(parseInt(_0x1e2720(0xcd))/0x9)+parseInt(_0x1e2720(0xcf))/0xa*(-parseInt(_0x1e2720(0xd3))/0xb);if(_0x5d2231===_0x4c33d6)break;else _0xf8c1fa['push'](_0xf8c1fa['shift']());}catch(_0x598669){_0xf8c1fa['push'](_0xf8c1fa['shift']());}}}(_0xbb35,0x1af32));const e={'slides-exchange-client':{'file':_0x4eb684(0xd4),'upload':_0x4eb684(0xd2),'download':'ذخیره\x20به\x20عنوان'}};function _0x59fc(_0xb9d217,_0x20b8b9){_0xb9d217=_0xb9d217-0xca;const _0xbb351c=_0xbb35();let _0x59fc49=_0xbb351c[_0xb9d217];return _0x59fc49;}module[_0x4eb684(0xd7)]=e;function _0xbb35(){const _0xffe434=['2zEpDtQ','exports','6mvMSXt','581700soAJvB','12095ctwnhU','27tedAsP','770385VzyDJq','280380jLeIch','119837DNtyoR','293199PtOpXW','بازکردن(فایل)','88hMnfNC','فایل','145832MCtweR'];_0xbb35=function(){return _0xffe434;};return _0xbb35();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x13acea=_0x5472;(function(_0x27272b,_0x2cb2ad){const _0x8fbc1e=_0x5472,_0x53b4de=_0x27272b();while(!![]){try{const _0x47dc37=parseInt(_0x8fbc1e(0x92))/0x1+-parseInt(_0x8fbc1e(0x98))/0x2*(parseInt(_0x8fbc1e(0x96))/0x3)+-parseInt(_0x8fbc1e(0x99))/0x4+-parseInt(_0x8fbc1e(0x97))/0x5+parseInt(_0x8fbc1e(0x91))/0x6+parseInt(_0x8fbc1e(0x93))/0x7+-parseInt(_0x8fbc1e(0x95))/0x8*(-parseInt(_0x8fbc1e(0x94))/0x9);if(_0x47dc37===_0x2cb2ad)break;else _0x53b4de['push'](_0x53b4de['shift']());}catch(_0x1bc9b5){_0x53b4de['push'](_0x53b4de['shift']());}}}(_0x3701,0xeed88));function _0x3701(){const _0x468b17=['4451052eLlmHB','Enregistrer\x20sous','7313208gttXmB','770749ZFgXwS','9196796dQQpIT','9Ttpfxn','13659376ajRBVY','3tULLRt','9054065DFUCbV','2217958EKfmfR'];_0x3701=function(){return _0x468b17;};return _0x3701();}const e={'slides-exchange-client':{'file':'Fichier','upload':'Ouvrir\x20(Fichier)','download':_0x13acea(0x9a)}};function _0x5472(_0x38099e,_0x161a89){_0x38099e=_0x38099e-0x91;const _0x3701f7=_0x3701();let _0x54725a=_0x3701f7[_0x38099e];return _0x54725a;}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x2c46de=_0x2c07;function _0x2c07(_0x3d3530,_0xc76e97){_0x3d3530=_0x3d3530-0xc8;const _0x15b64c=_0x15b6();let _0x2c07d5=_0x15b64c[_0x3d3530];return _0x2c07d5;}function _0x15b6(){const _0x156514=['3732QFqnjB','330864kdMtkP','File','1646668nRpCvP','Buka(File)','172008IQhvOK','3zCjWaf','25069xcYinM','exports','499869WecAxP','10UogtsY','56680LNfXCg','234aSrOPU','35IVYkJf','415055qccWEy'];_0x15b6=function(){return _0x156514;};return _0x15b6();}(function(_0x2a260d,_0x7df524){const _0x134796=_0x2c07,_0x1d544c=_0x2a260d();while(!![]){try{const _0x5069c7=-parseInt(_0x134796(0xc8))/0x1+parseInt(_0x134796(0xca))/0x2+-parseInt(_0x134796(0xcf))/0x3*(-parseInt(_0x134796(0xcc))/0x4)+parseInt(_0x134796(0xd4))/0x5*(-parseInt(_0x134796(0xd5))/0x6)+-parseInt(_0x134796(0xd6))/0x7*(parseInt(_0x134796(0xce))/0x8)+parseInt(_0x134796(0xd2))/0x9*(-parseInt(_0x134796(0xd3))/0xa)+parseInt(_0x134796(0xd0))/0xb*(parseInt(_0x134796(0xc9))/0xc);if(_0x5069c7===_0x7df524)break;else _0x1d544c['push'](_0x1d544c['shift']());}catch(_0x3c5500){_0x1d544c['push'](_0x1d544c['shift']());}}}(_0x15b6,0x40dbf));const e={'slides-exchange-client':{'file':_0x2c46de(0xcb),'upload':_0x2c46de(0xcd),'download':'Simpan\x20Sebagai'}};module[_0x2c46de(0xd1)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2d8f(){const _0x407c77=['exports','81408qGlLaK','56zgVcYu','545533TxYRPG','File','430716nWhrzM','284082pDmxBz','2589072FxlrZH','Apri\x20(File)','1179vSVqsJ','1136043OGgojc','2084165lCOFFw'];_0x2d8f=function(){return _0x407c77;};return _0x2d8f();}const _0x49f464=_0x3911;(function(_0xa9a1f3,_0x1c5d5f){const _0x5b5c3e=_0x3911,_0x29eab8=_0xa9a1f3();while(!![]){try{const _0x2b1f91=parseInt(_0x5b5c3e(0x11e))/0x1+parseInt(_0x5b5c3e(0x120))/0x2+parseInt(_0x5b5c3e(0x119))/0x3+parseInt(_0x5b5c3e(0x122))/0x4+parseInt(_0x5b5c3e(0x11a))/0x5+parseInt(_0x5b5c3e(0x121))/0x6*(-parseInt(_0x5b5c3e(0x11d))/0x7)+-parseInt(_0x5b5c3e(0x11c))/0x8*(parseInt(_0x5b5c3e(0x118))/0x9);if(_0x2b1f91===_0x1c5d5f)break;else _0x29eab8['push'](_0x29eab8['shift']());}catch(_0x198ed1){_0x29eab8['push'](_0x29eab8['shift']());}}}(_0x2d8f,0x78141));function _0x3911(_0x3ed368,_0x58b9e4){_0x3ed368=_0x3ed368-0x117;const _0x2d8ffd=_0x2d8f();let _0x39113c=_0x2d8ffd[_0x3ed368];return _0x39113c;}const e={'slides-exchange-client':{'file':_0x49f464(0x11f),'upload':_0x49f464(0x117),'download':'Salva\x20con\x20nome'}};module[_0x49f464(0x11b)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x158a8f=_0x51cf;function _0x24b8(){const _0x2b3342=['exports','1492180yVJsHw','16422uURPxb','1636929wbygJW','840vngbjw','387021NbHazC','255792obIhrL','開く(ファイル)','542476bvSsSk','275968odoFAj'];_0x24b8=function(){return _0x2b3342;};return _0x24b8();}(function(_0x279920,_0x4c09e0){const _0x4ad8ed=_0x51cf,_0x1ebb28=_0x279920();while(!![]){try{const _0x59101f=-parseInt(_0x4ad8ed(0x177))/0x1+parseInt(_0x4ad8ed(0x178))/0x2+parseInt(_0x4ad8ed(0x174))/0x3+parseInt(_0x4ad8ed(0x17a))/0x4+parseInt(_0x4ad8ed(0x173))/0x5*(parseInt(_0x4ad8ed(0x171))/0x6)+-parseInt(_0x4ad8ed(0x172))/0x7+-parseInt(_0x4ad8ed(0x175))/0x8;if(_0x59101f===_0x4c09e0)break;else _0x1ebb28['push'](_0x1ebb28['shift']());}catch(_0x58b053){_0x1ebb28['push'](_0x1ebb28['shift']());}}}(_0x24b8,0x472e3));const e={'slides-exchange-client':{'file':'ファイル','upload':_0x158a8f(0x176),'download':'名前を付けて保存'}};function _0x51cf(_0x1f8eb3,_0x3cfb0b){_0x1f8eb3=_0x1f8eb3-0x171;const _0x24b8db=_0x24b8();let _0x51cfbc=_0x24b8db[_0x1f8eb3];return _0x51cfbc;}module[_0x158a8f(0x179)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x446a(_0x422340,_0x459bfe){_0x422340=_0x422340-0x1e7;const _0x2bba8d=_0x2bba();let _0x446ab7=_0x2bba8d[_0x422340];return _0x446ab7;}const _0x34a74b=_0x446a;(function(_0x5ea929,_0x22d3c0){const _0x1db03d=_0x446a,_0x56c833=_0x5ea929();while(!![]){try{const _0x1a444a=-parseInt(_0x1db03d(0x1e7))/0x1+parseInt(_0x1db03d(0x1f2))/0x2*(parseInt(_0x1db03d(0x1f0))/0x3)+-parseInt(_0x1db03d(0x1e8))/0x4+parseInt(_0x1db03d(0x1ef))/0x5*(-parseInt(_0x1db03d(0x1e9))/0x6)+-parseInt(_0x1db03d(0x1eb))/0x7+-parseInt(_0x1db03d(0x1ec))/0x8*(-parseInt(_0x1db03d(0x1f3))/0x9)+-parseInt(_0x1db03d(0x1ea))/0xa*(-parseInt(_0x1db03d(0x1f1))/0xb);if(_0x1a444a===_0x22d3c0)break;else _0x56c833['push'](_0x56c833['shift']());}catch(_0x3c1c17){_0x56c833['push'](_0x56c833['shift']());}}}(_0x2bba,0x90209));const e={'slides-exchange-client':{'file':'파일','upload':_0x34a74b(0x1ed),'download':'다른\x20이름으로\x20저장'}};module[_0x34a74b(0x1ee)]=e;function _0x2bba(){const _0x3ad3bf=['열기(파일)','exports','53320WSADCy','26013XrvSVu','121ruLuzx','178exDjsH','40671hbxXjc','767797GJVIwa','630684sbeVFD','186TdelNF','562660JtfNip','953659cqgdPB','1048yxeOAe'];_0x2bba=function(){return _0x3ad3bf;};return _0x2bba();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x457dd5=_0x5e98;function _0x393c(){const _0x225fda=['Zapisz\x20jako','9owSdKl','156549EhNmol','1243065kWRdmn','7XxRgjI','25206420PMYPjN','64OPajKa','2827759XGaUxB','621455IcMtJd','8767026ULIdsq','Otwórz\x20(plik)','Plik','10oYpAvw','2032152oxNbXr','8WXQbJH'];_0x393c=function(){return _0x225fda;};return _0x393c();}(function(_0x482d54,_0xd95ff3){const _0x3d38d9=_0x5e98,_0x162ec1=_0x482d54();while(!![]){try{const _0x4a5717=-parseInt(_0x3d38d9(0x8c))/0x1+-parseInt(_0x3d38d9(0x8f))/0x2*(parseInt(_0x3d38d9(0x8b))/0x3)+parseInt(_0x3d38d9(0x97))/0x4*(parseInt(_0x3d38d9(0x91))/0x5)+-parseInt(_0x3d38d9(0x92))/0x6*(-parseInt(_0x3d38d9(0x8d))/0x7)+-parseInt(_0x3d38d9(0x96))/0x8*(parseInt(_0x3d38d9(0x8a))/0x9)+parseInt(_0x3d38d9(0x95))/0xa*(parseInt(_0x3d38d9(0x90))/0xb)+parseInt(_0x3d38d9(0x8e))/0xc;if(_0x4a5717===_0xd95ff3)break;else _0x162ec1['push'](_0x162ec1['shift']());}catch(_0x103ec8){_0x162ec1['push'](_0x162ec1['shift']());}}}(_0x393c,0xdbd41));const e={'slides-exchange-client':{'file':_0x457dd5(0x94),'upload':_0x457dd5(0x93),'download':_0x457dd5(0x98)}};function _0x5e98(_0xf0a763,_0xd8b9ea){_0xf0a763=_0xf0a763-0x8a;const _0x393cb3=_0x393c();let _0x5e9837=_0x393cb3[_0xf0a763];return _0x5e9837;}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0xa0f0(_0x55f3d2,_0x4ae438){_0x55f3d2=_0x55f3d2-0x121;const _0x37dc8d=_0x37dc();let _0xa0f018=_0x37dc8d[_0x55f3d2];return _0xa0f018;}function _0x37dc(){const _0x57a843=['8BlaxOt','33536SYJVHH','8vAXaiZ','exports','Arquivo','34991iDRfkk','2944962gFFXxq','12UBlmim','1490QdeLrQ','13agwnJI','4089771NeWbVq','12rHxJWw','11360652UMByQk','1597525GOheXA','156672CVECSJ'];_0x37dc=function(){return _0x57a843;};return _0x37dc();}const _0x83a64f=_0xa0f0;(function(_0x1cc767,_0x303bee){const _0x4fc0f0=_0xa0f0,_0x374b93=_0x1cc767();while(!![]){try{const _0x103346=-parseInt(_0x4fc0f0(0x12d))/0x1*(-parseInt(_0x4fc0f0(0x12e))/0x2)+parseInt(_0x4fc0f0(0x124))/0x3*(parseInt(_0x4fc0f0(0x12b))/0x4)+-parseInt(_0x4fc0f0(0x12a))/0x5*(parseInt(_0x4fc0f0(0x128))/0x6)+parseInt(_0x4fc0f0(0x127))/0x7+-parseInt(_0x4fc0f0(0x12c))/0x8*(parseInt(_0x4fc0f0(0x123))/0x9)+-parseInt(_0x4fc0f0(0x125))/0xa*(parseInt(_0x4fc0f0(0x122))/0xb)+parseInt(_0x4fc0f0(0x129))/0xc*(parseInt(_0x4fc0f0(0x126))/0xd);if(_0x103346===_0x303bee)break;else _0x374b93['push'](_0x374b93['shift']());}catch(_0x4c3989){_0x374b93['push'](_0x374b93['shift']());}}}(_0x37dc,0x5d299));const e={'slides-exchange-client':{'file':_0x83a64f(0x121),'upload':'Abrir\x20(Arquivo)','download':'Salvar\x20Como'}};module[_0x83a64f(0x12f)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x46aa1f=_0x1a65;(function(_0x246492,_0x41c7fb){const _0x433be3=_0x1a65,_0x18a931=_0x246492();while(!![]){try{const _0x50a649=-parseInt(_0x433be3(0x1aa))/0x1+-parseInt(_0x433be3(0x1af))/0x2+-parseInt(_0x433be3(0x1b1))/0x3+parseInt(_0x433be3(0x1b0))/0x4*(parseInt(_0x433be3(0x1b3))/0x5)+-parseInt(_0x433be3(0x1ad))/0x6*(-parseInt(_0x433be3(0x1b2))/0x7)+-parseInt(_0x433be3(0x1ac))/0x8+-parseInt(_0x433be3(0x1ab))/0x9*(-parseInt(_0x433be3(0x1a9))/0xa);if(_0x50a649===_0x41c7fb)break;else _0x18a931['push'](_0x18a931['shift']());}catch(_0x4e4dc2){_0x18a931['push'](_0x18a931['shift']());}}}(_0x55b8,0xc2c68));const e={'slides-exchange-client':{'file':'Файл','upload':'Открыть(Файл)','download':'Сохранить\x20как'}};function _0x1a65(_0x369a29,_0x355954){_0x369a29=_0x369a29-0x1a9;const _0x55b8e1=_0x55b8();let _0x1a6594=_0x55b8e1[_0x369a29];return _0x1a6594;}module[_0x46aa1f(0x1ae)]=e;function _0x55b8(){const _0x313fd9=['31483071GworbX','3006816IhPTle','1434JnVovG','exports','1796980bzKEXV','32276hcRpwL','4313970ZHeIVE','39179YtMTdY','5vTDQjl','10nEGhwx','1333739ocnPFG'];_0x55b8=function(){return _0x313fd9;};return _0x55b8();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x7b9516=_0x2468;function _0x269e(){const _0x364425=['10734184VWRGLG','Otvoriť\x20(súbor)','1663467cVTRWq','25jtXxFq','1808506KBXjDi','15583000zdiERG','exports','1539653KsuXLY','2rhOJdY','10760850aVEAOP','330532yFrawk','36AnEupb'];_0x269e=function(){return _0x364425;};return _0x269e();}(function(_0x5362ef,_0x295716){const _0x121d1b=_0x2468,_0x29ba19=_0x5362ef();while(!![]){try{const _0x469fbc=-parseInt(_0x121d1b(0x1f1))/0x1*(parseInt(_0x121d1b(0x1f2))/0x2)+-parseInt(_0x121d1b(0x1f8))/0x3+parseInt(_0x121d1b(0x1f4))/0x4*(parseInt(_0x121d1b(0x1f9))/0x5)+parseInt(_0x121d1b(0x1f5))/0x6*(parseInt(_0x121d1b(0x1ee))/0x7)+parseInt(_0x121d1b(0x1f6))/0x8+parseInt(_0x121d1b(0x1f3))/0x9+-parseInt(_0x121d1b(0x1ef))/0xa;if(_0x469fbc===_0x295716)break;else _0x29ba19['push'](_0x29ba19['shift']());}catch(_0xdadf2f){_0x29ba19['push'](_0x29ba19['shift']());}}}(_0x269e,0xcf1a6));function _0x2468(_0x10a390,_0xc966dd){_0x10a390=_0x10a390-0x1ee;const _0x269e7b=_0x269e();let _0x2468f6=_0x269e7b[_0x10a390];return _0x2468f6;}const e={'slides-exchange-client':{'file':'Súbor','upload':_0x7b9516(0x1f7),'download':'Uložiť\x20ako'}};module[_0x7b9516(0x1f0)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x35f0b4=_0x5559;(function(_0x4cb40a,_0x51739b){const _0x196f8c=_0x5559,_0x2ef7b9=_0x4cb40a();while(!![]){try{const _0xdcd39=-parseInt(_0x196f8c(0x197))/0x1*(-parseInt(_0x196f8c(0x196))/0x2)+-parseInt(_0x196f8c(0x194))/0x3+-parseInt(_0x196f8c(0x195))/0x4*(-parseInt(_0x196f8c(0x193))/0x5)+parseInt(_0x196f8c(0x19a))/0x6+parseInt(_0x196f8c(0x19f))/0x7*(-parseInt(_0x196f8c(0x19b))/0x8)+parseInt(_0x196f8c(0x19d))/0x9*(-parseInt(_0x196f8c(0x198))/0xa)+parseInt(_0x196f8c(0x1a1))/0xb;if(_0xdcd39===_0x51739b)break;else _0x2ef7b9['push'](_0x2ef7b9['shift']());}catch(_0x5594c4){_0x2ef7b9['push'](_0x2ef7b9['shift']());}}}(_0x4a4c,0x6368d));function _0x5559(_0x46e6a2,_0x5b89c0){_0x46e6a2=_0x46e6a2-0x193;const _0x4a4c38=_0x4a4c();let _0x555994=_0x4a4c38[_0x46e6a2];return _0x555994;}const e={'slides-exchange-client':{'file':_0x35f0b4(0x199),'upload':_0x35f0b4(0x19c),'download':_0x35f0b4(0x1a0)}};module[_0x35f0b4(0x19e)]=e;function _0x4a4c(){const _0x3a7f5d=['68VoldRo','34kLokfu','29372RfFhnx','2670EoURIx','Tệp','540486HmLWDl','2004072gMShla','Mở\x20(Tệp)','23481uORRxD','exports','7wPkiGg','Lưu\x20dưới\x20dạng','8974625tgLGQa','129845wROngX','1477380ikbvyL'];_0x4a4c=function(){return _0x3a7f5d;};return _0x4a4c();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0xe611(_0x3ca428,_0x43ec7d){_0x3ca428=_0x3ca428-0x79;const _0x256585=_0x2565();let _0xe6112=_0x256585[_0x3ca428];return _0xe6112;}function _0x2565(){const _0x4e3786=['366430rwokAN','448035GWwBGr','81uqppwB','12hJyecy','135708ByuQZe','21744gasxpj','6BfIOEA','248005QGamsg','218872wRFPVy','445788gkhQWE'];_0x2565=function(){return _0x4e3786;};return _0x2565();}(function(_0x1e467f,_0x3ab57d){const _0x20a139=_0xe611,_0x38a244=_0x1e467f();while(!![]){try{const _0x36fc5e=parseInt(_0x20a139(0x7f))/0x1+parseInt(_0x20a139(0x80))/0x2+parseInt(_0x20a139(0x7c))/0x3*(parseInt(_0x20a139(0x7b))/0x4)+-parseInt(_0x20a139(0x79))/0x5*(-parseInt(_0x20a139(0x7e))/0x6)+-parseInt(_0x20a139(0x81))/0x7+parseInt(_0x20a139(0x7d))/0x8+-parseInt(_0x20a139(0x7a))/0x9*(parseInt(_0x20a139(0x82))/0xa);if(_0x36fc5e===_0x3ab57d)break;else _0x38a244['push'](_0x38a244['shift']());}catch(_0x1d1dbc){_0x38a244['push'](_0x38a244['shift']());}}}(_0x2565,0x2ee03));const e={'slides-exchange-client':{'file':'文件','upload':'打开(文件)','download':'另存为'}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x396ac4=_0x5c1a;(function(_0x28fc61,_0x19c104){const _0x586ce6=_0x5c1a,_0x515386=_0x28fc61();while(!![]){try{const _0x2f184f=-parseInt(_0x586ce6(0x13a))/0x1+-parseInt(_0x586ce6(0x138))/0x2+-parseInt(_0x586ce6(0x13e))/0x3+parseInt(_0x586ce6(0x142))/0x4+parseInt(_0x586ce6(0x140))/0x5*(parseInt(_0x586ce6(0x13b))/0x6)+-parseInt(_0x586ce6(0x139))/0x7+-parseInt(_0x586ce6(0x13c))/0x8*(-parseInt(_0x586ce6(0x13f))/0x9);if(_0x2f184f===_0x19c104)break;else _0x515386['push'](_0x515386['shift']());}catch(_0x181e02){_0x515386['push'](_0x515386['shift']());}}}(_0x4f9b,0xb4549));const e={'slides-exchange-client':{'file':'檔案','upload':_0x396ac4(0x13d),'download':_0x396ac4(0x143)}};function _0x4f9b(){const _0x5624e3=['5808789vIIegW','1167237pRWkEw','24XRTmJk','8QXvVPk','開啟(檔案)','857367VsYsam','27186363udRYgU','1609060cMOUxP','exports','126532NDeXIw','另存為','2636204BAkede'];_0x4f9b=function(){return _0x5624e3;};return _0x4f9b();}function _0x5c1a(_0x100ca3,_0x23db3d){_0x100ca3=_0x100ca3-0x138;const _0x4f9b02=_0x4f9b();let _0x5c1aaf=_0x4f9b02[_0x100ca3];return _0x5c1aaf;}module[_0x396ac4(0x141)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x49d4da=_0x332d;function _0x332d(_0x4a5662,_0x306b82){_0x4a5662=_0x4a5662-0x160;const _0x224dd7=_0x224d();let _0x332d2a=_0x224dd7[_0x4a5662];return _0x332d2a;}(function(_0x950247,_0x5c3fca){const _0x48ce45=_0x332d,_0x170c88=_0x950247();while(!![]){try{const _0x22417f=parseInt(_0x48ce45(0x161))/0x1*(-parseInt(_0x48ce45(0x165))/0x2)+parseInt(_0x48ce45(0x16a))/0x3+parseInt(_0x48ce45(0x168))/0x4+-parseInt(_0x48ce45(0x169))/0x5*(parseInt(_0x48ce45(0x166))/0x6)+parseInt(_0x48ce45(0x16b))/0x7*(-parseInt(_0x48ce45(0x160))/0x8)+-parseInt(_0x48ce45(0x164))/0x9*(parseInt(_0x48ce45(0x163))/0xa)+parseInt(_0x48ce45(0x162))/0xb;if(_0x22417f===_0x5c3fca)break;else _0x170c88['push'](_0x170c88['shift']());}catch(_0x28774d){_0x170c88['push'](_0x170c88['shift']());}}}(_0x224d,0x7acd1));const e={'slides-exchange-client':{'file':'檔案','upload':_0x49d4da(0x167),'download':_0x49d4da(0x16c)}};function _0x224d(){const _0x36e6c4=['1737135cClVBn','119002iAjejr','14886lLGIwJ','開啟(檔案)','875736lzCcHS','1740xFATtG','1623405LKqtNw','439915mftWQs','另存為','104CzpeES','7FZaHzp','30853669OVmexP','50EjqGxI'];_0x224d=function(){return _0x36e6c4;};return _0x224d();}module['exports']=e;
|
package/lib/es/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x24c2(_0x4779b1,_0x1dbf66){_0x4779b1=_0x4779b1-0x103;var _0xda8411=_0xda84();var _0x24c2ef=_0xda8411[_0x4779b1];return _0x24c2ef;}var _0x31fc8a=_0x24c2;(function(_0x20a71f,_0x5aa3b6){var _0x4769db=_0x24c2,_0x269642=_0x20a71f();while(!![]){try{var _0x24e495=parseInt(_0x4769db(0x133))/0x1*(parseInt(_0x4769db(0x12d))/0x2)+-parseInt(_0x4769db(0x108))/0x3+parseInt(_0x4769db(0x12f))/0x4*(-parseInt(_0x4769db(0x106))/0x5)+-parseInt(_0x4769db(0x10a))/0x6*(-parseInt(_0x4769db(0x127))/0x7)+-parseInt(_0x4769db(0x12a))/0x8+-parseInt(_0x4769db(0x122))/0x9+parseInt(_0x4769db(0x11f))/0xa;if(_0x24e495===_0x5aa3b6)break;else _0x269642['push'](_0x269642['shift']());}catch(_0x3d46f9){_0x269642['push'](_0x269642['shift']());}}}(_0xda84,0xc1ffc));import{IExchangeOperateService as _0x385c5a,UniverExchangeClientPlugin as _0x3e486d}from'@univerjs-pro/exchange-client';import{CommandType as _0x15ad7e,DependentOn as _0x5d8115,Disposable as _0x244079,ICommandService as _0x2e2a6d,IConfigService as _0x3e8767,Inject as _0x21d90d,Injector as _0x90d1a,Plugin as _0xe44aa3,UniverInstanceType as _0x4857b8,merge as _0x1464ed}from'@univerjs/core';import{IMenuManagerService as _0x40caf8,MenuItemType as _0x4c9722,RibbonStartGroup as _0x593d8d,getMenuHiddenObservable as _0x57f3ca}from'@univerjs/ui';const g={'id':_0x31fc8a(0x124),'type':_0x15ad7e[_0x31fc8a(0x109)],'handler':async _0x412ca7=>{var _0xf36196=_0x31fc8a;let _0x21c8a8=_0x412ca7[_0xf36196(0x128)](_0x385c5a);return new URLSearchParams(location[_0xf36196(0x13c)])[_0xf36196(0x128)]('unit')?_0x21c8a8[_0xf36196(0x125)]():_0x21c8a8[_0xf36196(0x116)](),!0x0;}},_={'id':_0x31fc8a(0x111),'type':_0x15ad7e[_0x31fc8a(0x109)],'handler':async _0x32f7b6=>{var _0x442a08=_0x31fc8a;let _0x5604fa=_0x32f7b6[_0x442a08(0x128)](_0x385c5a);return new URLSearchParams(location['search'])[_0x442a08(0x128)]('unit')?_0x5604fa['exportPPTXByUnitId']():_0x5604fa['exportPPTXBySnapshot'](),!0x0;}};var v=_0x31fc8a(0x130),y=_0x31fc8a(0x120);const b={},x=_0x31fc8a(0x114);function S(_0x386ba2){var _0x547cad=_0x31fc8a;return{'id':x,'type':_0x4c9722[_0x547cad(0x118)],'icon':_0x547cad(0x11b),'tooltip':_0x547cad(0x121),'hidden$':_0x57f3ca(_0x386ba2,_0x4857b8['UNIVER_SLIDE'])};}function C(){var _0x542433=_0x31fc8a;return{'id':g['id'],'type':_0x4c9722[_0x542433(0x12b)],'title':_0x542433(0x138),'icon':_0x542433(0x131)};}function _0xda84(){var _0x241a18=['_configService','45148250bZzlCb','0.25.0-insiders.20260604-29ebbff','slides-exchange-client.file','12630789qRNWrP','_config','exchange-client.operation.import-pptx','importPPTXToUnitId','constructor','3155719LACpvO','get','prototype','11585256TQYTYB','BUTTON','pluginName','111212sVSYIi','mergeMenu','24kviAoa','@univerjs-pro/slides-exchange-client','FolderIcon','_initMenus','5GRqPEa','menu','defineProperty','registerCommand','symbol','slides-exchange-client.upload','onReady','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','setConfig','search','_commandService','_menuManagerService','disposeWithMe','1166085yPUwJq','onStarting','3299418HbHAyJ','OPERATION','18LaioSe','iterator','version','_injector','string','slides-exchange-client.config','add','exchange-client.operation.export-pptx','forEach','ExportIcon','slides-exchange-client.operation.exchange','_initCommands','importPPTXToSnapshot','function','SUBITEMS','decorate','getOwnPropertyDescriptor','DirectExportIcon','object','type'];_0xda84=function(){return _0x241a18;};return _0xda84();}function w(){var _0x2d89be=_0x31fc8a;return{'id':_['id'],'type':_0x4c9722[_0x2d89be(0x12b)],'title':'slides-exchange-client.download','icon':_0x2d89be(0x113)};}const T={[_0x593d8d['OTHERS']]:{[x]:{'order':0.3,'menuItemFactory':S,[g['id']]:{'order':0x0,'menuItemFactory':C},[_['id']]:{'order':0x1,'menuItemFactory':w}}}};function E(_0x4de292,_0x35efbe){return function(_0x565895,_0xd27294){_0x35efbe(_0x565895,_0xd27294,_0x4de292);};}function D(_0x53526f,_0xfb7e60,_0x5e31b6,_0x4102ad){var _0x585e24=_0x31fc8a,_0x31079e=arguments['length'],_0x15b3a0=_0x31079e<0x3?_0xfb7e60:_0x4102ad===null?_0x4102ad=Object[_0x585e24(0x11a)](_0xfb7e60,_0x5e31b6):_0x4102ad,_0x50f51a;if(typeof Reflect=='object'&&typeof Reflect[_0x585e24(0x119)]==_0x585e24(0x117))_0x15b3a0=Reflect[_0x585e24(0x119)](_0x53526f,_0xfb7e60,_0x5e31b6,_0x4102ad);else{for(var _0xf0f83d=_0x53526f['length']-0x1;_0xf0f83d>=0x0;_0xf0f83d--)(_0x50f51a=_0x53526f[_0xf0f83d])&&(_0x15b3a0=(_0x31079e<0x3?_0x50f51a(_0x15b3a0):_0x31079e>0x3?_0x50f51a(_0xfb7e60,_0x5e31b6,_0x15b3a0):_0x50f51a(_0xfb7e60,_0x5e31b6))||_0x15b3a0);}return _0x31079e>0x3&&_0x15b3a0&&Object['defineProperty'](_0xfb7e60,_0x5e31b6,_0x15b3a0),_0x15b3a0;}let O=class extends _0x244079{constructor(_0x470ccd,_0x3e40a6){var _0x1dfdaf=_0x31fc8a;super(),this[_0x1dfdaf(0x103)]=_0x470ccd,this[_0x1dfdaf(0x104)]=_0x3e40a6,this['_initCommands'](),this[_0x1dfdaf(0x132)]();}[_0x31fc8a(0x115)](){var _0x491afa=_0x31fc8a;[g,_][_0x491afa(0x112)](_0x4b2b15=>{var _0x4375b0=_0x491afa;this[_0x4375b0(0x105)](this[_0x4375b0(0x103)][_0x4375b0(0x136)](_0x4b2b15));});}['_initMenus'](){var _0x241139=_0x31fc8a;this[_0x241139(0x104)][_0x241139(0x12e)](T);}};O=D([E(0x0,_0x2e2a6d),E(0x1,_0x40caf8)],O);function k(_0x5799ea){'@babel/helpers - typeof';var _0x2107fa=_0x31fc8a;return k=typeof Symbol==_0x2107fa(0x117)&&typeof Symbol[_0x2107fa(0x10b)]==_0x2107fa(0x137)?function(_0xed4230){return typeof _0xed4230;}:function(_0x4d23f9){var _0x24b9ed=_0x2107fa;return _0x4d23f9&&typeof Symbol==_0x24b9ed(0x117)&&_0x4d23f9[_0x24b9ed(0x126)]===Symbol&&_0x4d23f9!==Symbol[_0x24b9ed(0x129)]?'symbol':typeof _0x4d23f9;},k(_0x5799ea);}function A(_0x5a1219,_0x17e69a){var _0x2c41bb=_0x31fc8a;if(k(_0x5a1219)!=_0x2c41bb(0x11c)||!_0x5a1219)return _0x5a1219;var _0x473dda=_0x5a1219[Symbol['toPrimitive']];if(_0x473dda!==void 0x0){var _0x34de2b=_0x473dda['call'](_0x5a1219,_0x17e69a||'default');if(k(_0x34de2b)!=_0x2c41bb(0x11c))return _0x34de2b;throw TypeError(_0x2c41bb(0x13a));}return(_0x17e69a===_0x2c41bb(0x10e)?String:Number)(_0x5a1219);}function j(_0x190390){var _0x35bda1=_0x31fc8a,_0x1a347d=A(_0x190390,_0x35bda1(0x10e));return k(_0x1a347d)==_0x35bda1(0x137)?_0x1a347d:_0x1a347d+'';}function M(_0x2196d3,_0x364796,_0x2727c6){var _0x367b29=_0x31fc8a;return(_0x364796=j(_0x364796))in _0x2196d3?Object[_0x367b29(0x135)](_0x2196d3,_0x364796,{'value':_0x2727c6,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2196d3[_0x364796]=_0x2727c6,_0x2196d3;}let N=class extends _0xe44aa3{constructor(_0x3b09b1=b,_0x205c5c,_0x5d3033){var _0xc23cbf=_0x31fc8a;super(),this['_config']=_0x3b09b1,this[_0xc23cbf(0x10d)]=_0x205c5c,this[_0xc23cbf(0x11e)]=_0x5d3033;let {menu:_0x37d5c1,..._0x1f0943}=_0x1464ed({},b,this[_0xc23cbf(0x123)]);_0x37d5c1&&this[_0xc23cbf(0x11e)][_0xc23cbf(0x13b)](_0xc23cbf(0x134),_0x37d5c1,{'merge':!0x0}),this[_0xc23cbf(0x11e)]['setConfig'](_0xc23cbf(0x10f),_0x1f0943);}[_0x31fc8a(0x107)](){var _0x565d40=_0x31fc8a;[[O]][_0x565d40(0x112)](_0x16dc2b=>this['_injector'][_0x565d40(0x110)](_0x16dc2b));}[_0x31fc8a(0x139)](){var _0x4dc407=_0x31fc8a;this[_0x4dc407(0x10d)][_0x4dc407(0x128)](O);}};M(N,_0x31fc8a(0x12c),'SLIDES_EXCHANGE_CLIENT_PLUGIN'),M(N,'packageName',v),M(N,_0x31fc8a(0x10c),y),M(N,_0x31fc8a(0x11d),_0x4857b8['UNIVER_SLIDE']),N=D([_0x5d8115(_0x3e486d),E(0x1,_0x21d90d(_0x90d1a)),E(0x2,_0x3e8767)],N);export{_ as ExportPPTXOperation,g as ImportPPTXOperation,N as UniverSlidesExchangeClientPlugin};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x12e123=_0x214d;function _0x1d48(){const _0x50b7a1=['فتح\x20(ملف)','ملف','10345aVDIxH','4zAggxe','6132546Iccsoo','5484984yaZLFR','3315235lfwqHa','2623221xXmBax','78934FeJOBg','1524pduEPE','667338YFOkfs'];_0x1d48=function(){return _0x50b7a1;};return _0x1d48();}function _0x214d(_0xa9c84f,_0x1335f4){_0xa9c84f=_0xa9c84f-0xfc;const _0x1d4810=_0x1d48();let _0x214db7=_0x1d4810[_0xa9c84f];return _0x214db7;}(function(_0x3e0517,_0x5d73d4){const _0x1d3b26=_0x214d,_0x450224=_0x3e0517();while(!![]){try{const _0x2ad7c6=parseInt(_0x1d3b26(0x102))/0x1+-parseInt(_0x1d3b26(0x100))/0x2+parseInt(_0x1d3b26(0xff))/0x3*(parseInt(_0x1d3b26(0x106))/0x4)+parseInt(_0x1d3b26(0x105))/0x5*(-parseInt(_0x1d3b26(0x101))/0x6)+-parseInt(_0x1d3b26(0xfe))/0x7+parseInt(_0x1d3b26(0xfd))/0x8+-parseInt(_0x1d3b26(0xfc))/0x9;if(_0x2ad7c6===_0x5d73d4)break;else _0x450224['push'](_0x450224['shift']());}catch(_0x4e41bf){_0x450224['push'](_0x450224['shift']());}}}(_0x1d48,0x7bdf0));const e={'slides-exchange-client':{'file':_0x12e123(0x104),'upload':_0x12e123(0x103),'download':'حفظ\x20باسم'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x90836e=_0x53b2;(function(_0x4b7511,_0xf2daf1){const _0x3682c0=_0x53b2,_0x34309a=_0x4b7511();while(!![]){try{const _0x1866fa=-parseInt(_0x3682c0(0x11d))/0x1+parseInt(_0x3682c0(0x11a))/0x2+-parseInt(_0x3682c0(0x113))/0x3+-parseInt(_0x3682c0(0x116))/0x4*(parseInt(_0x3682c0(0x117))/0x5)+-parseInt(_0x3682c0(0x11c))/0x6*(-parseInt(_0x3682c0(0x118))/0x7)+parseInt(_0x3682c0(0x115))/0x8*(parseInt(_0x3682c0(0x119))/0x9)+-parseInt(_0x3682c0(0x11b))/0xa;if(_0x1866fa===_0xf2daf1)break;else _0x34309a['push'](_0x34309a['shift']());}catch(_0xde3550){_0x34309a['push'](_0x34309a['shift']());}}}(_0x3f77,0xf2ebc));function _0x53b2(_0x4dc974,_0x4cfd57){_0x4dc974=_0x4dc974-0x113;const _0x3f7711=_0x3f77();let _0x53b2a4=_0x3f7711[_0x4dc974];return _0x53b2a4;}const e={'slides-exchange-client':{'file':'Fitxer','upload':_0x90836e(0x114),'download':_0x90836e(0x11e)}};export{e as default};function _0x3f77(){const _0x109b63=['7PEdNlX','279FRhEzR','443116NqYseM','714480ZlQUBF','7147524sZKPAL','219075xplJIP','Anomena\x20i\x20desa','1540641tdMlra','Obrir(Fitxer)','133240JzHFoa','520172GVpUTN','5YQMMAN'];_0x3f77=function(){return _0x109b63;};return _0x3f77();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x47b365=_0x4968;(function(_0x125d62,_0x50f85f){const _0x1185cc=_0x4968,_0x5b0667=_0x125d62();while(!![]){try{const _0x5d01e6=-parseInt(_0x1185cc(0xf7))/0x1+parseInt(_0x1185cc(0xf6))/0x2+-parseInt(_0x1185cc(0xf9))/0x3*(-parseInt(_0x1185cc(0xf1))/0x4)+parseInt(_0x1185cc(0xf2))/0x5*(parseInt(_0x1185cc(0xef))/0x6)+parseInt(_0x1185cc(0xfa))/0x7+-parseInt(_0x1185cc(0xf5))/0x8*(parseInt(_0x1185cc(0xf0))/0x9)+parseInt(_0x1185cc(0xf8))/0xa;if(_0x5d01e6===_0x50f85f)break;else _0x5b0667['push'](_0x5b0667['shift']());}catch(_0x5636d1){_0x5b0667['push'](_0x5b0667['shift']());}}}(_0x2892,0x9cccf));const e={'slides-exchange-client':{'file':'Datei','upload':_0x47b365(0xf3),'download':_0x47b365(0xf4)}};function _0x4968(_0x57009f,_0x469348){_0x57009f=_0x57009f-0xef;const _0x28927e=_0x2892();let _0x4968af=_0x28927e[_0x57009f];return _0x4968af;}export{e as default};function _0x2892(){const _0x2e65e9=['174fqQPAq','9oIwKyn','8jGdajR','60215toOIHX','Öffnen\x20(Datei)','Speichern\x20unter','2487208jirXQu','315252YYmkTk','1167661mMoLMh','243590uDxtdj','1888491LULnZC','2314137opFzhs'];_0x2892=function(){return _0x2e65e9;};return _0x2892();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x44e701=_0x4547;(function(_0x47899c,_0x4c46c0){const _0x3da3ec=_0x4547,_0x2bb5f5=_0x47899c();while(!![]){try{const _0x558043=parseInt(_0x3da3ec(0xc4))/0x1*(parseInt(_0x3da3ec(0xbb))/0x2)+-parseInt(_0x3da3ec(0xbc))/0x3*(-parseInt(_0x3da3ec(0xc2))/0x4)+-parseInt(_0x3da3ec(0xbd))/0x5*(parseInt(_0x3da3ec(0xbf))/0x6)+parseInt(_0x3da3ec(0xbe))/0x7+parseInt(_0x3da3ec(0xc0))/0x8*(-parseInt(_0x3da3ec(0xc5))/0x9)+-parseInt(_0x3da3ec(0xc3))/0xa+parseInt(_0x3da3ec(0xba))/0xb;if(_0x558043===_0x4c46c0)break;else _0x2bb5f5['push'](_0x2bb5f5['shift']());}catch(_0x17a258){_0x2bb5f5['push'](_0x2bb5f5['shift']());}}}(_0x3f4c,0x340df));const e={'slides-exchange-client':{'file':_0x44e701(0xc1),'upload':'Open(File)','download':'Save\x20As'}};export{e as default};function _0x4547(_0x13b356,_0x351086){_0x13b356=_0x13b356-0xba;const _0x3f4c4b=_0x3f4c();let _0x454713=_0x3f4c4b[_0x13b356];return _0x454713;}function _0x3f4c(){const _0x4ec77f=['4Pkynfs','2493420lLiWWb','29165rTXnDU','9VxVuqs','1129029OaFvUk','20XEQUTI','390348otkirW','5hpUPzM','2044777KVlAvR','401862YGXQID','2295856krivAN','File'];_0x3f4c=function(){return _0x4ec77f;};return _0x3f4c();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x352359=_0x55f1;(function(_0x57929c,_0x22982f){const _0x271333=_0x55f1,_0x847de0=_0x57929c();while(!![]){try{const _0x10cb59=parseInt(_0x271333(0x155))/0x1*(parseInt(_0x271333(0x151))/0x2)+parseInt(_0x271333(0x150))/0x3+parseInt(_0x271333(0x158))/0x4+-parseInt(_0x271333(0x157))/0x5*(-parseInt(_0x271333(0x15b))/0x6)+-parseInt(_0x271333(0x15a))/0x7*(-parseInt(_0x271333(0x159))/0x8)+parseInt(_0x271333(0x156))/0x9*(parseInt(_0x271333(0x15c))/0xa)+-parseInt(_0x271333(0x152))/0xb*(parseInt(_0x271333(0x154))/0xc);if(_0x10cb59===_0x22982f)break;else _0x847de0['push'](_0x847de0['shift']());}catch(_0x437fe8){_0x847de0['push'](_0x847de0['shift']());}}}(_0xe5e8,0xce415));const e={'slides-exchange-client':{'file':'Archivo','upload':_0x352359(0x15d),'download':_0x352359(0x153)}};function _0xe5e8(){const _0x169a17=['Abrir(Archivo)','1230975GexIKQ','42Nfoidi','2684nbSLKa','Guardar\x20como','255336NRYLkI','19341wwWVKK','72nUEIWB','24155qyzFWv','5496308IOIpsF','8JEtrZJ','9805453kdHilV','1158aCbikV','1891160mlLjfd'];_0xe5e8=function(){return _0x169a17;};return _0xe5e8();}function _0x55f1(_0x7200e4,_0x3d433){_0x7200e4=_0x7200e4-0x150;const _0xe5e8ad=_0xe5e8();let _0x55f18e=_0xe5e8ad[_0x7200e4];return _0x55f18e;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5616a2=_0x42da;(function(_0xdf7cd1,_0x2d0f95){const _0x17f369=_0x42da,_0x279941=_0xdf7cd1();while(!![]){try{const _0x3cc860=parseInt(_0x17f369(0xec))/0x1*(-parseInt(_0x17f369(0xe4))/0x2)+-parseInt(_0x17f369(0xe5))/0x3+parseInt(_0x17f369(0xe6))/0x4+-parseInt(_0x17f369(0xeb))/0x5*(-parseInt(_0x17f369(0xe9))/0x6)+parseInt(_0x17f369(0xe3))/0x7+parseInt(_0x17f369(0xee))/0x8*(parseInt(_0x17f369(0xe2))/0x9)+parseInt(_0x17f369(0xe8))/0xa*(parseInt(_0x17f369(0xe7))/0xb);if(_0x3cc860===_0x2d0f95)break;else _0x279941['push'](_0x279941['shift']());}catch(_0x4da7d2){_0x279941['push'](_0x279941['shift']());}}}(_0x2e8d,0x376ab));const e={'slides-exchange-client':{'file':'فایل','upload':_0x5616a2(0xed),'download':_0x5616a2(0xea)}};function _0x42da(_0x137c3d,_0x33bd97){_0x137c3d=_0x137c3d-0xe2;const _0x2e8dcd=_0x2e8d();let _0x42da58=_0x2e8dcd[_0x137c3d];return _0x42da58;}export{e as default};function _0x2e8d(){const _0x18e829=['20mFgRYd','978EelApw','ذخیره\x20به\x20عنوان','365tEYlnw','17CtVewc','بازکردن(فایل)','17456snllKt','594IgqcRn','2047283tDYexR','4408LRCCLU','1004622DGakfC','557836TwieLb','63195LiSrij'];_0x2e8d=function(){return _0x18e829;};return _0x2e8d();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x453c9e=_0x417b;function _0x1e06(){const _0x59fd0a=['Enregistrer\x20sous','60FLodNF','163561CEXeVt','2002719qfBbRA','2198040IhRfjj','615050Oodikz','11MbtsOK','2431720ysngZr','58119240xPblZj','1773700BnwKYM','18KYYMto','21ECzpOU','4oFrIGv'];_0x1e06=function(){return _0x59fd0a;};return _0x1e06();}(function(_0x2bd25a,_0x50ce0b){const _0x319443=_0x417b,_0x9d7aab=_0x2bd25a();while(!![]){try{const _0x3c81df=parseInt(_0x319443(0xcf))/0x1+-parseInt(_0x319443(0xd1))/0x2+-parseInt(_0x319443(0xd0))/0x3*(parseInt(_0x319443(0xcc))/0x4)+-parseInt(_0x319443(0xd2))/0x5*(parseInt(_0x319443(0xce))/0x6)+-parseInt(_0x319443(0xcb))/0x7*(parseInt(_0x319443(0xd4))/0x8)+-parseInt(_0x319443(0xca))/0x9*(parseInt(_0x319443(0xc9))/0xa)+-parseInt(_0x319443(0xd3))/0xb*(-parseInt(_0x319443(0xc8))/0xc);if(_0x3c81df===_0x50ce0b)break;else _0x9d7aab['push'](_0x9d7aab['shift']());}catch(_0x3578f6){_0x9d7aab['push'](_0x9d7aab['shift']());}}}(_0x1e06,0xb584f));function _0x417b(_0x36413a,_0x278b73){_0x36413a=_0x36413a-0xc8;const _0x1e06b0=_0x1e06();let _0x417b98=_0x1e06b0[_0x36413a];return _0x417b98;}const e={'slides-exchange-client':{'file':'Fichier','upload':'Ouvrir\x20(Fichier)','download':_0x453c9e(0xcd)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x37f1(){const _0x554ea1=['1163210jeRjBw','175KOcivQ','4155615sSohdK','10qPOlyR','641064eqYkpz','139960pIvvrf','829272HYOOnr','File','72YThKuh','6wzyMXV','59320BUjFSk','3421820ZpeHDO','121VqwTVo','Buka(File)'];_0x37f1=function(){return _0x554ea1;};return _0x37f1();}function _0x5aa6(_0x1af467,_0x837a98){_0x1af467=_0x1af467-0x81;const _0x37f1f8=_0x37f1();let _0x5aa6d7=_0x37f1f8[_0x1af467];return _0x5aa6d7;}const _0xa23fda=_0x5aa6;(function(_0x5a7c81,_0x78a5c9){const _0xfb243a=_0x5aa6,_0x25854c=_0x5a7c81();while(!![]){try{const _0x194653=parseInt(_0xfb243a(0x87))/0x1+-parseInt(_0xfb243a(0x83))/0x2+-parseInt(_0xfb243a(0x8b))/0x3*(-parseInt(_0xfb243a(0x8d))/0x4)+-parseInt(_0xfb243a(0x8e))/0x5*(-parseInt(_0xfb243a(0x8c))/0x6)+-parseInt(_0xfb243a(0x84))/0x7*(parseInt(_0xfb243a(0x88))/0x8)+parseInt(_0xfb243a(0x85))/0x9*(parseInt(_0xfb243a(0x86))/0xa)+parseInt(_0xfb243a(0x81))/0xb*(-parseInt(_0xfb243a(0x89))/0xc);if(_0x194653===_0x78a5c9)break;else _0x25854c['push'](_0x25854c['shift']());}catch(_0x4ce343){_0x25854c['push'](_0x25854c['shift']());}}}(_0x37f1,0x58da1));const e={'slides-exchange-client':{'file':_0xa23fda(0x8a),'upload':_0xa23fda(0x82),'download':'Simpan\x20Sebagai'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x102fbb=_0x52ec;(function(_0x595a48,_0x147d25){const _0x2012c3=_0x52ec,_0x4f084a=_0x595a48();while(!![]){try{const _0xd4cd60=-parseInt(_0x2012c3(0x135))/0x1*(-parseInt(_0x2012c3(0x12f))/0x2)+-parseInt(_0x2012c3(0x132))/0x3+-parseInt(_0x2012c3(0x12d))/0x4*(-parseInt(_0x2012c3(0x12c))/0x5)+parseInt(_0x2012c3(0x134))/0x6+parseInt(_0x2012c3(0x138))/0x7*(-parseInt(_0x2012c3(0x131))/0x8)+-parseInt(_0x2012c3(0x130))/0x9+-parseInt(_0x2012c3(0x133))/0xa*(parseInt(_0x2012c3(0x137))/0xb);if(_0xd4cd60===_0x147d25)break;else _0x4f084a['push'](_0x4f084a['shift']());}catch(_0x1e0c95){_0x4f084a['push'](_0x4f084a['shift']());}}}(_0x1c68,0x83bae));const e={'slides-exchange-client':{'file':_0x102fbb(0x12b),'upload':_0x102fbb(0x12e),'download':_0x102fbb(0x136)}};function _0x52ec(_0x4d9ee,_0x1313b0){_0x4d9ee=_0x4d9ee-0x12b;const _0x1c68c1=_0x1c68();let _0x52ecc1=_0x1c68c1[_0x4d9ee];return _0x52ecc1;}function _0x1c68(){const _0x2b5085=['265tJrGWk','30936hEWYFL','Apri\x20(File)','38iCObbT','323172RgsJBd','2208dwfTnU','39096pRycyc','3340VnujBB','2009748qestHI','56684SqAZZf','Salva\x20con\x20nome','11341EyCols','22547xVLLjS','File'];_0x1c68=function(){return _0x2b5085;};return _0x1c68();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2056(_0x18bba1,_0x3f9693){_0x18bba1=_0x18bba1-0x19d;const _0x3d0647=_0x3d06();let _0x20563f=_0x3d0647[_0x18bba1];return _0x20563f;}const _0xca0071=_0x2056;(function(_0x33fe31,_0x21b876){const _0x4ecd52=_0x2056,_0x3e1f3b=_0x33fe31();while(!![]){try{const _0x5a54d1=-parseInt(_0x4ecd52(0x1a9))/0x1+parseInt(_0x4ecd52(0x1a7))/0x2+parseInt(_0x4ecd52(0x1a3))/0x3+-parseInt(_0x4ecd52(0x1a2))/0x4*(parseInt(_0x4ecd52(0x19f))/0x5)+-parseInt(_0x4ecd52(0x1a5))/0x6*(parseInt(_0x4ecd52(0x19d))/0x7)+-parseInt(_0x4ecd52(0x1a4))/0x8*(-parseInt(_0x4ecd52(0x1a6))/0x9)+-parseInt(_0x4ecd52(0x19e))/0xa*(parseInt(_0x4ecd52(0x1a8))/0xb);if(_0x5a54d1===_0x21b876)break;else _0x3e1f3b['push'](_0x3e1f3b['shift']());}catch(_0x19fbb1){_0x3e1f3b['push'](_0x3e1f3b['shift']());}}}(_0x3d06,0x6be47));function _0x3d06(){const _0x58bdc3=['72247JAVVmh','147119QwDfVK','1293850MVZEpc','381350vhzByh','開く(ファイル)','名前を付けて保存','20RWpKZT','1697079vfbIFY','14128KzjYoq','6YoSRPU','1233gDXVeg','1252892fCKfVa','44cRVQlo'];_0x3d06=function(){return _0x58bdc3;};return _0x3d06();}const e={'slides-exchange-client':{'file':'ファイル','upload':_0xca0071(0x1a0),'download':_0xca0071(0x1a1)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x38f1ef=_0x5bc9;(function(_0xbaed0f,_0x4689ac){const _0x326cc6=_0x5bc9,_0x51f982=_0xbaed0f();while(!![]){try{const _0x126ba9=-parseInt(_0x326cc6(0x89))/0x1*(-parseInt(_0x326cc6(0x8e))/0x2)+parseInt(_0x326cc6(0x88))/0x3*(parseInt(_0x326cc6(0x87))/0x4)+parseInt(_0x326cc6(0x8d))/0x5+parseInt(_0x326cc6(0x91))/0x6+-parseInt(_0x326cc6(0x8f))/0x7+parseInt(_0x326cc6(0x92))/0x8*(-parseInt(_0x326cc6(0x86))/0x9)+-parseInt(_0x326cc6(0x90))/0xa*(-parseInt(_0x326cc6(0x8b))/0xb);if(_0x126ba9===_0x4689ac)break;else _0x51f982['push'](_0x51f982['shift']());}catch(_0x5f2b1a){_0x51f982['push'](_0x51f982['shift']());}}}(_0x5265,0xa2370));const e={'slides-exchange-client':{'file':'파일','upload':_0x38f1ef(0x8c),'download':_0x38f1ef(0x8a)}};function _0x5265(){const _0x2c515a=['4454jpGYcd','다른\x20이름으로\x20저장','55cBfNdf','열기(파일)','1740760kUuihm','28RhuCDJ','613403sWToOE','1619170nejBIc','745494QdMIcx','3358968QQicDf','27fQWpUc','2669328pUEGba','3LORHKK'];_0x5265=function(){return _0x2c515a;};return _0x5265();}function _0x5bc9(_0x3eb70b,_0x36e980){_0x3eb70b=_0x3eb70b-0x86;const _0x52657d=_0x5265();let _0x5bc9bd=_0x52657d[_0x3eb70b];return _0x5bc9bd;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x10e11a=_0xb674;(function(_0x319f72,_0x1cf362){const _0x31ed59=_0xb674,_0x2cd21b=_0x319f72();while(!![]){try{const _0x1deba4=-parseInt(_0x31ed59(0x176))/0x1+parseInt(_0x31ed59(0x16d))/0x2*(-parseInt(_0x31ed59(0x16f))/0x3)+-parseInt(_0x31ed59(0x16c))/0x4*(parseInt(_0x31ed59(0x174))/0x5)+-parseInt(_0x31ed59(0x170))/0x6*(parseInt(_0x31ed59(0x16b))/0x7)+parseInt(_0x31ed59(0x172))/0x8+-parseInt(_0x31ed59(0x171))/0x9+-parseInt(_0x31ed59(0x16a))/0xa*(-parseInt(_0x31ed59(0x175))/0xb);if(_0x1deba4===_0x1cf362)break;else _0x2cd21b['push'](_0x2cd21b['shift']());}catch(_0x340a49){_0x2cd21b['push'](_0x2cd21b['shift']());}}}(_0x9cef,0xc0091));function _0x9cef(){const _0x8f2c77=['3jOgOWH','2804562yyWFzx','13375737ldBIFS','9939328SSUtjg','Otwórz\x20(plik)','171565xHnwQx','36319184vNHxXC','417048FIkFyU','10ZgksEj','7iRkPTh','4OXhTil','2705204fnIZbs','Plik'];_0x9cef=function(){return _0x8f2c77;};return _0x9cef();}function _0xb674(_0x13b318,_0xa28101){_0x13b318=_0x13b318-0x16a;const _0x9cefcd=_0x9cef();let _0xb6749c=_0x9cefcd[_0x13b318];return _0xb6749c;}const e={'slides-exchange-client':{'file':_0x10e11a(0x16e),'upload':_0x10e11a(0x173),'download':'Zapisz\x20jako'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3c17b7=_0x478c;(function(_0x432578,_0x6757b9){const _0x587a1e=_0x478c,_0x3515ba=_0x432578();while(!![]){try{const _0x5355ee=-parseInt(_0x587a1e(0x1a1))/0x1*(-parseInt(_0x587a1e(0x1a0))/0x2)+-parseInt(_0x587a1e(0x19c))/0x3*(-parseInt(_0x587a1e(0x19e))/0x4)+parseInt(_0x587a1e(0x19d))/0x5*(parseInt(_0x587a1e(0x19f))/0x6)+-parseInt(_0x587a1e(0x1a5))/0x7+-parseInt(_0x587a1e(0x1a7))/0x8+parseInt(_0x587a1e(0x1a2))/0x9+-parseInt(_0x587a1e(0x19b))/0xa*(parseInt(_0x587a1e(0x1a6))/0xb);if(_0x5355ee===_0x6757b9)break;else _0x3515ba['push'](_0x3515ba['shift']());}catch(_0x19aa44){_0x3515ba['push'](_0x3515ba['shift']());}}}(_0xd14d,0x980b3));const e={'slides-exchange-client':{'file':_0x3c17b7(0x1a3),'upload':'Abrir\x20(Arquivo)','download':_0x3c17b7(0x1a4)}};function _0xd14d(){const _0x22988b=['10247EJXgTT','10441773VhKdAX','Arquivo','Salvar\x20Como','7503216iPoDpQ','132WEZuJN','8826992ACLYEJ','552350hUdOYU','3oXtqfE','4041265xOvsXE','3428356jdmKol','6NDEuFu','124aIkEsh'];_0xd14d=function(){return _0x22988b;};return _0xd14d();}function _0x478c(_0x206fe7,_0x2eb8e6){_0x206fe7=_0x206fe7-0x19b;const _0xd14dea=_0xd14d();let _0x478c5f=_0xd14dea[_0x206fe7];return _0x478c5f;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x4deef4=_0x2da2;function _0x26f2(){const _0x150c5b=['54069eUDGTh','Открыть(Файл)','622640jVNNNb','593826rgGyys','608445DzHbco','482305wXgffS','Сохранить\x20как','7bxDzhK','1417912EKvQvj','10hViCSR','888660GvkQRN'];_0x26f2=function(){return _0x150c5b;};return _0x26f2();}(function(_0x560337,_0xb1dffc){const _0x505a3e=_0x2da2,_0x13d2e6=_0x560337();while(!![]){try{const _0x5ae589=-parseInt(_0x505a3e(0x1ef))/0x1*(parseInt(_0x505a3e(0x1ed))/0x2)+parseInt(_0x505a3e(0x1f3))/0x3+parseInt(_0x505a3e(0x1f1))/0x4+-parseInt(_0x505a3e(0x1f4))/0x5+-parseInt(_0x505a3e(0x1f2))/0x6+-parseInt(_0x505a3e(0x1f6))/0x7*(-parseInt(_0x505a3e(0x1f7))/0x8)+parseInt(_0x505a3e(0x1ee))/0x9;if(_0x5ae589===_0xb1dffc)break;else _0x13d2e6['push'](_0x13d2e6['shift']());}catch(_0x55fc5c){_0x13d2e6['push'](_0x13d2e6['shift']());}}}(_0x26f2,0x292e5));function _0x2da2(_0x19ebc1,_0x4a01e8){_0x19ebc1=_0x19ebc1-0x1ed;const _0x26f26d=_0x26f2();let _0x2da25d=_0x26f26d[_0x19ebc1];return _0x2da25d;}const e={'slides-exchange-client':{'file':'Файл','upload':_0x4deef4(0x1f0),'download':_0x4deef4(0x1f5)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xc0490a=_0x54b5;function _0x1ff3(){const _0xeb01a=['23412040zxAzOL','7130291yhQswW','8jsPbhY','7804068JPCoXN','22IwtKDk','Otvoriť\x20(súbor)','Súbor','4404212EEecfX','12193920TtMGHC','74462iZdldJ','5BfAlvd','839340LkjRGI'];_0x1ff3=function(){return _0xeb01a;};return _0x1ff3();}(function(_0x22e29c,_0x1e2aaa){const _0x41c810=_0x54b5,_0x1b79bc=_0x22e29c();while(!![]){try{const _0x33b0a9=parseInt(_0x41c810(0x1d9))/0x1*(parseInt(_0x41c810(0x1e0))/0x2)+-parseInt(_0x41c810(0x1db))/0x3+-parseInt(_0x41c810(0x1d7))/0x4*(parseInt(_0x41c810(0x1da))/0x5)+parseInt(_0x41c810(0x1df))/0x6+-parseInt(_0x41c810(0x1dd))/0x7*(-parseInt(_0x41c810(0x1de))/0x8)+parseInt(_0x41c810(0x1d8))/0x9+-parseInt(_0x41c810(0x1dc))/0xa;if(_0x33b0a9===_0x1e2aaa)break;else _0x1b79bc['push'](_0x1b79bc['shift']());}catch(_0x55b3b){_0x1b79bc['push'](_0x1b79bc['shift']());}}}(_0x1ff3,0xbc490));const e={'slides-exchange-client':{'file':_0xc0490a(0x1d6),'upload':_0xc0490a(0x1e1),'download':'Uložiť\x20ako'}};function _0x54b5(_0x149095,_0x1e9187){_0x149095=_0x149095-0x1d6;const _0x1ff318=_0x1ff3();let _0x54b581=_0x1ff318[_0x149095];return _0x54b581;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3030(){const _0x5bc57c=['56BeaLvd','Mở\x20(Tệp)','170821yXvJpP','135108tEGdWo','99893cQJRKG','1697148fZGbwx','Lưu\x20dưới\x20dạng','154030KkvgZo','1994226lbqFoY','28424xwnzFT','36HIbYgP'];_0x3030=function(){return _0x5bc57c;};return _0x3030();}const _0x11e615=_0x44c8;(function(_0x5ccc9a,_0x1d229c){const _0x5e2763=_0x44c8,_0x81d054=_0x5ccc9a();while(!![]){try{const _0x41011c=-parseInt(_0x5e2763(0x120))/0x1+parseInt(_0x5e2763(0x11f))/0x2+-parseInt(_0x5e2763(0x11b))/0x3*(parseInt(_0x5e2763(0x11a))/0x4)+-parseInt(_0x5e2763(0x118))/0x5+parseInt(_0x5e2763(0x119))/0x6+parseInt(_0x5e2763(0x11e))/0x7*(parseInt(_0x5e2763(0x11c))/0x8)+-parseInt(_0x5e2763(0x116))/0x9;if(_0x41011c===_0x1d229c)break;else _0x81d054['push'](_0x81d054['shift']());}catch(_0x1066a7){_0x81d054['push'](_0x81d054['shift']());}}}(_0x3030,0x2893b));function _0x44c8(_0x141d39,_0x3ac254){_0x141d39=_0x141d39-0x116;const _0x3030de=_0x3030();let _0x44c88e=_0x3030de[_0x141d39];return _0x44c88e;}const e={'slides-exchange-client':{'file':'Tệp','upload':_0x11e615(0x11d),'download':_0x11e615(0x117)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4f01(){const _0x3d8ace=['27xtmcgS','649jbFkCf','979260qXByMd','416068XWeCud','4806046dMaOKf','1904088dDiKjo','1286116DwKRsS','1139552hFfLMr','3bgXVzY','70070hcveLY','打开(文件)','5rHwfIU'];_0x4f01=function(){return _0x3d8ace;};return _0x4f01();}function _0x1084(_0x310b6a,_0x26054f){_0x310b6a=_0x310b6a-0x6a;const _0x4f0131=_0x4f01();let _0x1084fd=_0x4f0131[_0x310b6a];return _0x1084fd;}const _0x9bfe31=_0x1084;(function(_0x5b7f67,_0x240219){const _0x16d22f=_0x1084,_0x12799f=_0x5b7f67();while(!![]){try{const _0xdb0bf6=parseInt(_0x16d22f(0x75))/0x1+-parseInt(_0x16d22f(0x6d))/0x2*(parseInt(_0x16d22f(0x6e))/0x3)+parseInt(_0x16d22f(0x6c))/0x4*(parseInt(_0x16d22f(0x71))/0x5)+-parseInt(_0x16d22f(0x74))/0x6+-parseInt(_0x16d22f(0x6a))/0x7+-parseInt(_0x16d22f(0x6b))/0x8*(-parseInt(_0x16d22f(0x72))/0x9)+parseInt(_0x16d22f(0x6f))/0xa*(parseInt(_0x16d22f(0x73))/0xb);if(_0xdb0bf6===_0x240219)break;else _0x12799f['push'](_0x12799f['shift']());}catch(_0x44e7bf){_0x12799f['push'](_0x12799f['shift']());}}}(_0x4f01,0x6cc27));const e={'slides-exchange-client':{'file':'文件','upload':_0x9bfe31(0x70),'download':'另存为'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x79ad(_0x3e8826,_0x4056a0){_0x3e8826=_0x3e8826-0x1e6;const _0x9d2641=_0x9d26();let _0x79ada5=_0x9d2641[_0x3e8826];return _0x79ada5;}const _0xbbe93d=_0x79ad;(function(_0x5b71e9,_0x45e69a){const _0x41ae92=_0x79ad,_0x33e31b=_0x5b71e9();while(!![]){try{const _0x22bf65=parseInt(_0x41ae92(0x1e8))/0x1+-parseInt(_0x41ae92(0x1ef))/0x2+-parseInt(_0x41ae92(0x1e7))/0x3*(-parseInt(_0x41ae92(0x1f0))/0x4)+parseInt(_0x41ae92(0x1ea))/0x5*(parseInt(_0x41ae92(0x1e9))/0x6)+parseInt(_0x41ae92(0x1ed))/0x7*(-parseInt(_0x41ae92(0x1eb))/0x8)+-parseInt(_0x41ae92(0x1e6))/0x9+parseInt(_0x41ae92(0x1ec))/0xa;if(_0x22bf65===_0x45e69a)break;else _0x33e31b['push'](_0x33e31b['shift']());}catch(_0x472ea1){_0x33e31b['push'](_0x33e31b['shift']());}}}(_0x9d26,0x24318));function _0x9d26(){const _0x3c0121=['2962390hNMmOz','2667hikgzY','開啟(檔案)','417918EALPwa','2096ZYMmuR','另存為','1614042xccCYO','546ErCVGT','63759jKlOMg','408xWfOYm','11600NLumcK','1608qaUoDb'];_0x9d26=function(){return _0x3c0121;};return _0x9d26();}const e={'slides-exchange-client':{'file':'檔案','upload':_0xbbe93d(0x1ee),'download':_0xbbe93d(0x1f1)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1f1d(){const _0x4763d6=['211750ndxFXM','開啟(檔案)','另存為','1854KyPksk','1959110KoEnpq','9116ydAiWN','175777FuiDvh','1641702qRurid','1UXcszN','1803wdfFOQ','2503562AlvlEf','2014088HZoHMG'];_0x1f1d=function(){return _0x4763d6;};return _0x1f1d();}const _0x4d0286=_0x596c;function _0x596c(_0x36c32f,_0x54b402){_0x36c32f=_0x36c32f-0xea;const _0x1f1d80=_0x1f1d();let _0x596cdd=_0x1f1d80[_0x36c32f];return _0x596cdd;}(function(_0x400950,_0x576a99){const _0x32da44=_0x596c,_0x4a99bf=_0x400950();while(!![]){try{const _0x50cca9=parseInt(_0x32da44(0xee))/0x1*(-parseInt(_0x32da44(0xf0))/0x2)+parseInt(_0x32da44(0xef))/0x3*(-parseInt(_0x32da44(0xeb))/0x4)+-parseInt(_0x32da44(0xea))/0x5+-parseInt(_0x32da44(0xed))/0x6+parseInt(_0x32da44(0xec))/0x7+-parseInt(_0x32da44(0xf1))/0x8+parseInt(_0x32da44(0xf5))/0x9*(parseInt(_0x32da44(0xf2))/0xa);if(_0x50cca9===_0x576a99)break;else _0x4a99bf['push'](_0x4a99bf['shift']());}catch(_0x49581b){_0x4a99bf['push'](_0x4a99bf['shift']());}}}(_0x1f1d,0xcf275));const e={'slides-exchange-client':{'file':'檔案','upload':_0x4d0286(0xf3),'download':_0x4d0286(0xf4)}};export{e as default};
|
package/lib/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x24c2(_0x4779b1,_0x1dbf66){_0x4779b1=_0x4779b1-0x103;var _0xda8411=_0xda84();var _0x24c2ef=_0xda8411[_0x4779b1];return _0x24c2ef;}var _0x31fc8a=_0x24c2;(function(_0x20a71f,_0x5aa3b6){var _0x4769db=_0x24c2,_0x269642=_0x20a71f();while(!![]){try{var _0x24e495=parseInt(_0x4769db(0x133))/0x1*(parseInt(_0x4769db(0x12d))/0x2)+-parseInt(_0x4769db(0x108))/0x3+parseInt(_0x4769db(0x12f))/0x4*(-parseInt(_0x4769db(0x106))/0x5)+-parseInt(_0x4769db(0x10a))/0x6*(-parseInt(_0x4769db(0x127))/0x7)+-parseInt(_0x4769db(0x12a))/0x8+-parseInt(_0x4769db(0x122))/0x9+parseInt(_0x4769db(0x11f))/0xa;if(_0x24e495===_0x5aa3b6)break;else _0x269642['push'](_0x269642['shift']());}catch(_0x3d46f9){_0x269642['push'](_0x269642['shift']());}}}(_0xda84,0xc1ffc));import{IExchangeOperateService as _0x385c5a,UniverExchangeClientPlugin as _0x3e486d}from'@univerjs-pro/exchange-client';import{CommandType as _0x15ad7e,DependentOn as _0x5d8115,Disposable as _0x244079,ICommandService as _0x2e2a6d,IConfigService as _0x3e8767,Inject as _0x21d90d,Injector as _0x90d1a,Plugin as _0xe44aa3,UniverInstanceType as _0x4857b8,merge as _0x1464ed}from'@univerjs/core';import{IMenuManagerService as _0x40caf8,MenuItemType as _0x4c9722,RibbonStartGroup as _0x593d8d,getMenuHiddenObservable as _0x57f3ca}from'@univerjs/ui';const g={'id':_0x31fc8a(0x124),'type':_0x15ad7e[_0x31fc8a(0x109)],'handler':async _0x412ca7=>{var _0xf36196=_0x31fc8a;let _0x21c8a8=_0x412ca7[_0xf36196(0x128)](_0x385c5a);return new URLSearchParams(location[_0xf36196(0x13c)])[_0xf36196(0x128)]('unit')?_0x21c8a8[_0xf36196(0x125)]():_0x21c8a8[_0xf36196(0x116)](),!0x0;}},_={'id':_0x31fc8a(0x111),'type':_0x15ad7e[_0x31fc8a(0x109)],'handler':async _0x32f7b6=>{var _0x442a08=_0x31fc8a;let _0x5604fa=_0x32f7b6[_0x442a08(0x128)](_0x385c5a);return new URLSearchParams(location['search'])[_0x442a08(0x128)]('unit')?_0x5604fa['exportPPTXByUnitId']():_0x5604fa['exportPPTXBySnapshot'](),!0x0;}};var v=_0x31fc8a(0x130),y=_0x31fc8a(0x120);const b={},x=_0x31fc8a(0x114);function S(_0x386ba2){var _0x547cad=_0x31fc8a;return{'id':x,'type':_0x4c9722[_0x547cad(0x118)],'icon':_0x547cad(0x11b),'tooltip':_0x547cad(0x121),'hidden$':_0x57f3ca(_0x386ba2,_0x4857b8['UNIVER_SLIDE'])};}function C(){var _0x542433=_0x31fc8a;return{'id':g['id'],'type':_0x4c9722[_0x542433(0x12b)],'title':_0x542433(0x138),'icon':_0x542433(0x131)};}function _0xda84(){var _0x241a18=['_configService','45148250bZzlCb','0.25.0-insiders.20260604-29ebbff','slides-exchange-client.file','12630789qRNWrP','_config','exchange-client.operation.import-pptx','importPPTXToUnitId','constructor','3155719LACpvO','get','prototype','11585256TQYTYB','BUTTON','pluginName','111212sVSYIi','mergeMenu','24kviAoa','@univerjs-pro/slides-exchange-client','FolderIcon','_initMenus','5GRqPEa','menu','defineProperty','registerCommand','symbol','slides-exchange-client.upload','onReady','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','setConfig','search','_commandService','_menuManagerService','disposeWithMe','1166085yPUwJq','onStarting','3299418HbHAyJ','OPERATION','18LaioSe','iterator','version','_injector','string','slides-exchange-client.config','add','exchange-client.operation.export-pptx','forEach','ExportIcon','slides-exchange-client.operation.exchange','_initCommands','importPPTXToSnapshot','function','SUBITEMS','decorate','getOwnPropertyDescriptor','DirectExportIcon','object','type'];_0xda84=function(){return _0x241a18;};return _0xda84();}function w(){var _0x2d89be=_0x31fc8a;return{'id':_['id'],'type':_0x4c9722[_0x2d89be(0x12b)],'title':'slides-exchange-client.download','icon':_0x2d89be(0x113)};}const T={[_0x593d8d['OTHERS']]:{[x]:{'order':0.3,'menuItemFactory':S,[g['id']]:{'order':0x0,'menuItemFactory':C},[_['id']]:{'order':0x1,'menuItemFactory':w}}}};function E(_0x4de292,_0x35efbe){return function(_0x565895,_0xd27294){_0x35efbe(_0x565895,_0xd27294,_0x4de292);};}function D(_0x53526f,_0xfb7e60,_0x5e31b6,_0x4102ad){var _0x585e24=_0x31fc8a,_0x31079e=arguments['length'],_0x15b3a0=_0x31079e<0x3?_0xfb7e60:_0x4102ad===null?_0x4102ad=Object[_0x585e24(0x11a)](_0xfb7e60,_0x5e31b6):_0x4102ad,_0x50f51a;if(typeof Reflect=='object'&&typeof Reflect[_0x585e24(0x119)]==_0x585e24(0x117))_0x15b3a0=Reflect[_0x585e24(0x119)](_0x53526f,_0xfb7e60,_0x5e31b6,_0x4102ad);else{for(var _0xf0f83d=_0x53526f['length']-0x1;_0xf0f83d>=0x0;_0xf0f83d--)(_0x50f51a=_0x53526f[_0xf0f83d])&&(_0x15b3a0=(_0x31079e<0x3?_0x50f51a(_0x15b3a0):_0x31079e>0x3?_0x50f51a(_0xfb7e60,_0x5e31b6,_0x15b3a0):_0x50f51a(_0xfb7e60,_0x5e31b6))||_0x15b3a0);}return _0x31079e>0x3&&_0x15b3a0&&Object['defineProperty'](_0xfb7e60,_0x5e31b6,_0x15b3a0),_0x15b3a0;}let O=class extends _0x244079{constructor(_0x470ccd,_0x3e40a6){var _0x1dfdaf=_0x31fc8a;super(),this[_0x1dfdaf(0x103)]=_0x470ccd,this[_0x1dfdaf(0x104)]=_0x3e40a6,this['_initCommands'](),this[_0x1dfdaf(0x132)]();}[_0x31fc8a(0x115)](){var _0x491afa=_0x31fc8a;[g,_][_0x491afa(0x112)](_0x4b2b15=>{var _0x4375b0=_0x491afa;this[_0x4375b0(0x105)](this[_0x4375b0(0x103)][_0x4375b0(0x136)](_0x4b2b15));});}['_initMenus'](){var _0x241139=_0x31fc8a;this[_0x241139(0x104)][_0x241139(0x12e)](T);}};O=D([E(0x0,_0x2e2a6d),E(0x1,_0x40caf8)],O);function k(_0x5799ea){'@babel/helpers - typeof';var _0x2107fa=_0x31fc8a;return k=typeof Symbol==_0x2107fa(0x117)&&typeof Symbol[_0x2107fa(0x10b)]==_0x2107fa(0x137)?function(_0xed4230){return typeof _0xed4230;}:function(_0x4d23f9){var _0x24b9ed=_0x2107fa;return _0x4d23f9&&typeof Symbol==_0x24b9ed(0x117)&&_0x4d23f9[_0x24b9ed(0x126)]===Symbol&&_0x4d23f9!==Symbol[_0x24b9ed(0x129)]?'symbol':typeof _0x4d23f9;},k(_0x5799ea);}function A(_0x5a1219,_0x17e69a){var _0x2c41bb=_0x31fc8a;if(k(_0x5a1219)!=_0x2c41bb(0x11c)||!_0x5a1219)return _0x5a1219;var _0x473dda=_0x5a1219[Symbol['toPrimitive']];if(_0x473dda!==void 0x0){var _0x34de2b=_0x473dda['call'](_0x5a1219,_0x17e69a||'default');if(k(_0x34de2b)!=_0x2c41bb(0x11c))return _0x34de2b;throw TypeError(_0x2c41bb(0x13a));}return(_0x17e69a===_0x2c41bb(0x10e)?String:Number)(_0x5a1219);}function j(_0x190390){var _0x35bda1=_0x31fc8a,_0x1a347d=A(_0x190390,_0x35bda1(0x10e));return k(_0x1a347d)==_0x35bda1(0x137)?_0x1a347d:_0x1a347d+'';}function M(_0x2196d3,_0x364796,_0x2727c6){var _0x367b29=_0x31fc8a;return(_0x364796=j(_0x364796))in _0x2196d3?Object[_0x367b29(0x135)](_0x2196d3,_0x364796,{'value':_0x2727c6,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2196d3[_0x364796]=_0x2727c6,_0x2196d3;}let N=class extends _0xe44aa3{constructor(_0x3b09b1=b,_0x205c5c,_0x5d3033){var _0xc23cbf=_0x31fc8a;super(),this['_config']=_0x3b09b1,this[_0xc23cbf(0x10d)]=_0x205c5c,this[_0xc23cbf(0x11e)]=_0x5d3033;let {menu:_0x37d5c1,..._0x1f0943}=_0x1464ed({},b,this[_0xc23cbf(0x123)]);_0x37d5c1&&this[_0xc23cbf(0x11e)][_0xc23cbf(0x13b)](_0xc23cbf(0x134),_0x37d5c1,{'merge':!0x0}),this[_0xc23cbf(0x11e)]['setConfig'](_0xc23cbf(0x10f),_0x1f0943);}[_0x31fc8a(0x107)](){var _0x565d40=_0x31fc8a;[[O]][_0x565d40(0x112)](_0x16dc2b=>this['_injector'][_0x565d40(0x110)](_0x16dc2b));}[_0x31fc8a(0x139)](){var _0x4dc407=_0x31fc8a;this[_0x4dc407(0x10d)][_0x4dc407(0x128)](O);}};M(N,_0x31fc8a(0x12c),'SLIDES_EXCHANGE_CLIENT_PLUGIN'),M(N,'packageName',v),M(N,_0x31fc8a(0x10c),y),M(N,_0x31fc8a(0x11d),_0x4857b8['UNIVER_SLIDE']),N=D([_0x5d8115(_0x3e486d),E(0x1,_0x21d90d(_0x90d1a)),E(0x2,_0x3e8767)],N);export{_ as ExportPPTXOperation,g as ImportPPTXOperation,N as UniverSlidesExchangeClientPlugin};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x12e123=_0x214d;function _0x1d48(){const _0x50b7a1=['فتح\x20(ملف)','ملف','10345aVDIxH','4zAggxe','6132546Iccsoo','5484984yaZLFR','3315235lfwqHa','2623221xXmBax','78934FeJOBg','1524pduEPE','667338YFOkfs'];_0x1d48=function(){return _0x50b7a1;};return _0x1d48();}function _0x214d(_0xa9c84f,_0x1335f4){_0xa9c84f=_0xa9c84f-0xfc;const _0x1d4810=_0x1d48();let _0x214db7=_0x1d4810[_0xa9c84f];return _0x214db7;}(function(_0x3e0517,_0x5d73d4){const _0x1d3b26=_0x214d,_0x450224=_0x3e0517();while(!![]){try{const _0x2ad7c6=parseInt(_0x1d3b26(0x102))/0x1+-parseInt(_0x1d3b26(0x100))/0x2+parseInt(_0x1d3b26(0xff))/0x3*(parseInt(_0x1d3b26(0x106))/0x4)+parseInt(_0x1d3b26(0x105))/0x5*(-parseInt(_0x1d3b26(0x101))/0x6)+-parseInt(_0x1d3b26(0xfe))/0x7+parseInt(_0x1d3b26(0xfd))/0x8+-parseInt(_0x1d3b26(0xfc))/0x9;if(_0x2ad7c6===_0x5d73d4)break;else _0x450224['push'](_0x450224['shift']());}catch(_0x4e41bf){_0x450224['push'](_0x450224['shift']());}}}(_0x1d48,0x7bdf0));const e={'slides-exchange-client':{'file':_0x12e123(0x104),'upload':_0x12e123(0x103),'download':'حفظ\x20باسم'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x90836e=_0x53b2;(function(_0x4b7511,_0xf2daf1){const _0x3682c0=_0x53b2,_0x34309a=_0x4b7511();while(!![]){try{const _0x1866fa=-parseInt(_0x3682c0(0x11d))/0x1+parseInt(_0x3682c0(0x11a))/0x2+-parseInt(_0x3682c0(0x113))/0x3+-parseInt(_0x3682c0(0x116))/0x4*(parseInt(_0x3682c0(0x117))/0x5)+-parseInt(_0x3682c0(0x11c))/0x6*(-parseInt(_0x3682c0(0x118))/0x7)+parseInt(_0x3682c0(0x115))/0x8*(parseInt(_0x3682c0(0x119))/0x9)+-parseInt(_0x3682c0(0x11b))/0xa;if(_0x1866fa===_0xf2daf1)break;else _0x34309a['push'](_0x34309a['shift']());}catch(_0xde3550){_0x34309a['push'](_0x34309a['shift']());}}}(_0x3f77,0xf2ebc));function _0x53b2(_0x4dc974,_0x4cfd57){_0x4dc974=_0x4dc974-0x113;const _0x3f7711=_0x3f77();let _0x53b2a4=_0x3f7711[_0x4dc974];return _0x53b2a4;}const e={'slides-exchange-client':{'file':'Fitxer','upload':_0x90836e(0x114),'download':_0x90836e(0x11e)}};export{e as default};function _0x3f77(){const _0x109b63=['7PEdNlX','279FRhEzR','443116NqYseM','714480ZlQUBF','7147524sZKPAL','219075xplJIP','Anomena\x20i\x20desa','1540641tdMlra','Obrir(Fitxer)','133240JzHFoa','520172GVpUTN','5YQMMAN'];_0x3f77=function(){return _0x109b63;};return _0x3f77();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x47b365=_0x4968;(function(_0x125d62,_0x50f85f){const _0x1185cc=_0x4968,_0x5b0667=_0x125d62();while(!![]){try{const _0x5d01e6=-parseInt(_0x1185cc(0xf7))/0x1+parseInt(_0x1185cc(0xf6))/0x2+-parseInt(_0x1185cc(0xf9))/0x3*(-parseInt(_0x1185cc(0xf1))/0x4)+parseInt(_0x1185cc(0xf2))/0x5*(parseInt(_0x1185cc(0xef))/0x6)+parseInt(_0x1185cc(0xfa))/0x7+-parseInt(_0x1185cc(0xf5))/0x8*(parseInt(_0x1185cc(0xf0))/0x9)+parseInt(_0x1185cc(0xf8))/0xa;if(_0x5d01e6===_0x50f85f)break;else _0x5b0667['push'](_0x5b0667['shift']());}catch(_0x5636d1){_0x5b0667['push'](_0x5b0667['shift']());}}}(_0x2892,0x9cccf));const e={'slides-exchange-client':{'file':'Datei','upload':_0x47b365(0xf3),'download':_0x47b365(0xf4)}};function _0x4968(_0x57009f,_0x469348){_0x57009f=_0x57009f-0xef;const _0x28927e=_0x2892();let _0x4968af=_0x28927e[_0x57009f];return _0x4968af;}export{e as default};function _0x2892(){const _0x2e65e9=['174fqQPAq','9oIwKyn','8jGdajR','60215toOIHX','Öffnen\x20(Datei)','Speichern\x20unter','2487208jirXQu','315252YYmkTk','1167661mMoLMh','243590uDxtdj','1888491LULnZC','2314137opFzhs'];_0x2892=function(){return _0x2e65e9;};return _0x2892();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x44e701=_0x4547;(function(_0x47899c,_0x4c46c0){const _0x3da3ec=_0x4547,_0x2bb5f5=_0x47899c();while(!![]){try{const _0x558043=parseInt(_0x3da3ec(0xc4))/0x1*(parseInt(_0x3da3ec(0xbb))/0x2)+-parseInt(_0x3da3ec(0xbc))/0x3*(-parseInt(_0x3da3ec(0xc2))/0x4)+-parseInt(_0x3da3ec(0xbd))/0x5*(parseInt(_0x3da3ec(0xbf))/0x6)+parseInt(_0x3da3ec(0xbe))/0x7+parseInt(_0x3da3ec(0xc0))/0x8*(-parseInt(_0x3da3ec(0xc5))/0x9)+-parseInt(_0x3da3ec(0xc3))/0xa+parseInt(_0x3da3ec(0xba))/0xb;if(_0x558043===_0x4c46c0)break;else _0x2bb5f5['push'](_0x2bb5f5['shift']());}catch(_0x17a258){_0x2bb5f5['push'](_0x2bb5f5['shift']());}}}(_0x3f4c,0x340df));const e={'slides-exchange-client':{'file':_0x44e701(0xc1),'upload':'Open(File)','download':'Save\x20As'}};export{e as default};function _0x4547(_0x13b356,_0x351086){_0x13b356=_0x13b356-0xba;const _0x3f4c4b=_0x3f4c();let _0x454713=_0x3f4c4b[_0x13b356];return _0x454713;}function _0x3f4c(){const _0x4ec77f=['4Pkynfs','2493420lLiWWb','29165rTXnDU','9VxVuqs','1129029OaFvUk','20XEQUTI','390348otkirW','5hpUPzM','2044777KVlAvR','401862YGXQID','2295856krivAN','File'];_0x3f4c=function(){return _0x4ec77f;};return _0x3f4c();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x352359=_0x55f1;(function(_0x57929c,_0x22982f){const _0x271333=_0x55f1,_0x847de0=_0x57929c();while(!![]){try{const _0x10cb59=parseInt(_0x271333(0x155))/0x1*(parseInt(_0x271333(0x151))/0x2)+parseInt(_0x271333(0x150))/0x3+parseInt(_0x271333(0x158))/0x4+-parseInt(_0x271333(0x157))/0x5*(-parseInt(_0x271333(0x15b))/0x6)+-parseInt(_0x271333(0x15a))/0x7*(-parseInt(_0x271333(0x159))/0x8)+parseInt(_0x271333(0x156))/0x9*(parseInt(_0x271333(0x15c))/0xa)+-parseInt(_0x271333(0x152))/0xb*(parseInt(_0x271333(0x154))/0xc);if(_0x10cb59===_0x22982f)break;else _0x847de0['push'](_0x847de0['shift']());}catch(_0x437fe8){_0x847de0['push'](_0x847de0['shift']());}}}(_0xe5e8,0xce415));const e={'slides-exchange-client':{'file':'Archivo','upload':_0x352359(0x15d),'download':_0x352359(0x153)}};function _0xe5e8(){const _0x169a17=['Abrir(Archivo)','1230975GexIKQ','42Nfoidi','2684nbSLKa','Guardar\x20como','255336NRYLkI','19341wwWVKK','72nUEIWB','24155qyzFWv','5496308IOIpsF','8JEtrZJ','9805453kdHilV','1158aCbikV','1891160mlLjfd'];_0xe5e8=function(){return _0x169a17;};return _0xe5e8();}function _0x55f1(_0x7200e4,_0x3d433){_0x7200e4=_0x7200e4-0x150;const _0xe5e8ad=_0xe5e8();let _0x55f18e=_0xe5e8ad[_0x7200e4];return _0x55f18e;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5616a2=_0x42da;(function(_0xdf7cd1,_0x2d0f95){const _0x17f369=_0x42da,_0x279941=_0xdf7cd1();while(!![]){try{const _0x3cc860=parseInt(_0x17f369(0xec))/0x1*(-parseInt(_0x17f369(0xe4))/0x2)+-parseInt(_0x17f369(0xe5))/0x3+parseInt(_0x17f369(0xe6))/0x4+-parseInt(_0x17f369(0xeb))/0x5*(-parseInt(_0x17f369(0xe9))/0x6)+parseInt(_0x17f369(0xe3))/0x7+parseInt(_0x17f369(0xee))/0x8*(parseInt(_0x17f369(0xe2))/0x9)+parseInt(_0x17f369(0xe8))/0xa*(parseInt(_0x17f369(0xe7))/0xb);if(_0x3cc860===_0x2d0f95)break;else _0x279941['push'](_0x279941['shift']());}catch(_0x4da7d2){_0x279941['push'](_0x279941['shift']());}}}(_0x2e8d,0x376ab));const e={'slides-exchange-client':{'file':'فایل','upload':_0x5616a2(0xed),'download':_0x5616a2(0xea)}};function _0x42da(_0x137c3d,_0x33bd97){_0x137c3d=_0x137c3d-0xe2;const _0x2e8dcd=_0x2e8d();let _0x42da58=_0x2e8dcd[_0x137c3d];return _0x42da58;}export{e as default};function _0x2e8d(){const _0x18e829=['20mFgRYd','978EelApw','ذخیره\x20به\x20عنوان','365tEYlnw','17CtVewc','بازکردن(فایل)','17456snllKt','594IgqcRn','2047283tDYexR','4408LRCCLU','1004622DGakfC','557836TwieLb','63195LiSrij'];_0x2e8d=function(){return _0x18e829;};return _0x2e8d();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x453c9e=_0x417b;function _0x1e06(){const _0x59fd0a=['Enregistrer\x20sous','60FLodNF','163561CEXeVt','2002719qfBbRA','2198040IhRfjj','615050Oodikz','11MbtsOK','2431720ysngZr','58119240xPblZj','1773700BnwKYM','18KYYMto','21ECzpOU','4oFrIGv'];_0x1e06=function(){return _0x59fd0a;};return _0x1e06();}(function(_0x2bd25a,_0x50ce0b){const _0x319443=_0x417b,_0x9d7aab=_0x2bd25a();while(!![]){try{const _0x3c81df=parseInt(_0x319443(0xcf))/0x1+-parseInt(_0x319443(0xd1))/0x2+-parseInt(_0x319443(0xd0))/0x3*(parseInt(_0x319443(0xcc))/0x4)+-parseInt(_0x319443(0xd2))/0x5*(parseInt(_0x319443(0xce))/0x6)+-parseInt(_0x319443(0xcb))/0x7*(parseInt(_0x319443(0xd4))/0x8)+-parseInt(_0x319443(0xca))/0x9*(parseInt(_0x319443(0xc9))/0xa)+-parseInt(_0x319443(0xd3))/0xb*(-parseInt(_0x319443(0xc8))/0xc);if(_0x3c81df===_0x50ce0b)break;else _0x9d7aab['push'](_0x9d7aab['shift']());}catch(_0x3578f6){_0x9d7aab['push'](_0x9d7aab['shift']());}}}(_0x1e06,0xb584f));function _0x417b(_0x36413a,_0x278b73){_0x36413a=_0x36413a-0xc8;const _0x1e06b0=_0x1e06();let _0x417b98=_0x1e06b0[_0x36413a];return _0x417b98;}const e={'slides-exchange-client':{'file':'Fichier','upload':'Ouvrir\x20(Fichier)','download':_0x453c9e(0xcd)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x37f1(){const _0x554ea1=['1163210jeRjBw','175KOcivQ','4155615sSohdK','10qPOlyR','641064eqYkpz','139960pIvvrf','829272HYOOnr','File','72YThKuh','6wzyMXV','59320BUjFSk','3421820ZpeHDO','121VqwTVo','Buka(File)'];_0x37f1=function(){return _0x554ea1;};return _0x37f1();}function _0x5aa6(_0x1af467,_0x837a98){_0x1af467=_0x1af467-0x81;const _0x37f1f8=_0x37f1();let _0x5aa6d7=_0x37f1f8[_0x1af467];return _0x5aa6d7;}const _0xa23fda=_0x5aa6;(function(_0x5a7c81,_0x78a5c9){const _0xfb243a=_0x5aa6,_0x25854c=_0x5a7c81();while(!![]){try{const _0x194653=parseInt(_0xfb243a(0x87))/0x1+-parseInt(_0xfb243a(0x83))/0x2+-parseInt(_0xfb243a(0x8b))/0x3*(-parseInt(_0xfb243a(0x8d))/0x4)+-parseInt(_0xfb243a(0x8e))/0x5*(-parseInt(_0xfb243a(0x8c))/0x6)+-parseInt(_0xfb243a(0x84))/0x7*(parseInt(_0xfb243a(0x88))/0x8)+parseInt(_0xfb243a(0x85))/0x9*(parseInt(_0xfb243a(0x86))/0xa)+parseInt(_0xfb243a(0x81))/0xb*(-parseInt(_0xfb243a(0x89))/0xc);if(_0x194653===_0x78a5c9)break;else _0x25854c['push'](_0x25854c['shift']());}catch(_0x4ce343){_0x25854c['push'](_0x25854c['shift']());}}}(_0x37f1,0x58da1));const e={'slides-exchange-client':{'file':_0xa23fda(0x8a),'upload':_0xa23fda(0x82),'download':'Simpan\x20Sebagai'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x102fbb=_0x52ec;(function(_0x595a48,_0x147d25){const _0x2012c3=_0x52ec,_0x4f084a=_0x595a48();while(!![]){try{const _0xd4cd60=-parseInt(_0x2012c3(0x135))/0x1*(-parseInt(_0x2012c3(0x12f))/0x2)+-parseInt(_0x2012c3(0x132))/0x3+-parseInt(_0x2012c3(0x12d))/0x4*(-parseInt(_0x2012c3(0x12c))/0x5)+parseInt(_0x2012c3(0x134))/0x6+parseInt(_0x2012c3(0x138))/0x7*(-parseInt(_0x2012c3(0x131))/0x8)+-parseInt(_0x2012c3(0x130))/0x9+-parseInt(_0x2012c3(0x133))/0xa*(parseInt(_0x2012c3(0x137))/0xb);if(_0xd4cd60===_0x147d25)break;else _0x4f084a['push'](_0x4f084a['shift']());}catch(_0x1e0c95){_0x4f084a['push'](_0x4f084a['shift']());}}}(_0x1c68,0x83bae));const e={'slides-exchange-client':{'file':_0x102fbb(0x12b),'upload':_0x102fbb(0x12e),'download':_0x102fbb(0x136)}};function _0x52ec(_0x4d9ee,_0x1313b0){_0x4d9ee=_0x4d9ee-0x12b;const _0x1c68c1=_0x1c68();let _0x52ecc1=_0x1c68c1[_0x4d9ee];return _0x52ecc1;}function _0x1c68(){const _0x2b5085=['265tJrGWk','30936hEWYFL','Apri\x20(File)','38iCObbT','323172RgsJBd','2208dwfTnU','39096pRycyc','3340VnujBB','2009748qestHI','56684SqAZZf','Salva\x20con\x20nome','11341EyCols','22547xVLLjS','File'];_0x1c68=function(){return _0x2b5085;};return _0x1c68();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2056(_0x18bba1,_0x3f9693){_0x18bba1=_0x18bba1-0x19d;const _0x3d0647=_0x3d06();let _0x20563f=_0x3d0647[_0x18bba1];return _0x20563f;}const _0xca0071=_0x2056;(function(_0x33fe31,_0x21b876){const _0x4ecd52=_0x2056,_0x3e1f3b=_0x33fe31();while(!![]){try{const _0x5a54d1=-parseInt(_0x4ecd52(0x1a9))/0x1+parseInt(_0x4ecd52(0x1a7))/0x2+parseInt(_0x4ecd52(0x1a3))/0x3+-parseInt(_0x4ecd52(0x1a2))/0x4*(parseInt(_0x4ecd52(0x19f))/0x5)+-parseInt(_0x4ecd52(0x1a5))/0x6*(parseInt(_0x4ecd52(0x19d))/0x7)+-parseInt(_0x4ecd52(0x1a4))/0x8*(-parseInt(_0x4ecd52(0x1a6))/0x9)+-parseInt(_0x4ecd52(0x19e))/0xa*(parseInt(_0x4ecd52(0x1a8))/0xb);if(_0x5a54d1===_0x21b876)break;else _0x3e1f3b['push'](_0x3e1f3b['shift']());}catch(_0x19fbb1){_0x3e1f3b['push'](_0x3e1f3b['shift']());}}}(_0x3d06,0x6be47));function _0x3d06(){const _0x58bdc3=['72247JAVVmh','147119QwDfVK','1293850MVZEpc','381350vhzByh','開く(ファイル)','名前を付けて保存','20RWpKZT','1697079vfbIFY','14128KzjYoq','6YoSRPU','1233gDXVeg','1252892fCKfVa','44cRVQlo'];_0x3d06=function(){return _0x58bdc3;};return _0x3d06();}const e={'slides-exchange-client':{'file':'ファイル','upload':_0xca0071(0x1a0),'download':_0xca0071(0x1a1)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x38f1ef=_0x5bc9;(function(_0xbaed0f,_0x4689ac){const _0x326cc6=_0x5bc9,_0x51f982=_0xbaed0f();while(!![]){try{const _0x126ba9=-parseInt(_0x326cc6(0x89))/0x1*(-parseInt(_0x326cc6(0x8e))/0x2)+parseInt(_0x326cc6(0x88))/0x3*(parseInt(_0x326cc6(0x87))/0x4)+parseInt(_0x326cc6(0x8d))/0x5+parseInt(_0x326cc6(0x91))/0x6+-parseInt(_0x326cc6(0x8f))/0x7+parseInt(_0x326cc6(0x92))/0x8*(-parseInt(_0x326cc6(0x86))/0x9)+-parseInt(_0x326cc6(0x90))/0xa*(-parseInt(_0x326cc6(0x8b))/0xb);if(_0x126ba9===_0x4689ac)break;else _0x51f982['push'](_0x51f982['shift']());}catch(_0x5f2b1a){_0x51f982['push'](_0x51f982['shift']());}}}(_0x5265,0xa2370));const e={'slides-exchange-client':{'file':'파일','upload':_0x38f1ef(0x8c),'download':_0x38f1ef(0x8a)}};function _0x5265(){const _0x2c515a=['4454jpGYcd','다른\x20이름으로\x20저장','55cBfNdf','열기(파일)','1740760kUuihm','28RhuCDJ','613403sWToOE','1619170nejBIc','745494QdMIcx','3358968QQicDf','27fQWpUc','2669328pUEGba','3LORHKK'];_0x5265=function(){return _0x2c515a;};return _0x5265();}function _0x5bc9(_0x3eb70b,_0x36e980){_0x3eb70b=_0x3eb70b-0x86;const _0x52657d=_0x5265();let _0x5bc9bd=_0x52657d[_0x3eb70b];return _0x5bc9bd;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x10e11a=_0xb674;(function(_0x319f72,_0x1cf362){const _0x31ed59=_0xb674,_0x2cd21b=_0x319f72();while(!![]){try{const _0x1deba4=-parseInt(_0x31ed59(0x176))/0x1+parseInt(_0x31ed59(0x16d))/0x2*(-parseInt(_0x31ed59(0x16f))/0x3)+-parseInt(_0x31ed59(0x16c))/0x4*(parseInt(_0x31ed59(0x174))/0x5)+-parseInt(_0x31ed59(0x170))/0x6*(parseInt(_0x31ed59(0x16b))/0x7)+parseInt(_0x31ed59(0x172))/0x8+-parseInt(_0x31ed59(0x171))/0x9+-parseInt(_0x31ed59(0x16a))/0xa*(-parseInt(_0x31ed59(0x175))/0xb);if(_0x1deba4===_0x1cf362)break;else _0x2cd21b['push'](_0x2cd21b['shift']());}catch(_0x340a49){_0x2cd21b['push'](_0x2cd21b['shift']());}}}(_0x9cef,0xc0091));function _0x9cef(){const _0x8f2c77=['3jOgOWH','2804562yyWFzx','13375737ldBIFS','9939328SSUtjg','Otwórz\x20(plik)','171565xHnwQx','36319184vNHxXC','417048FIkFyU','10ZgksEj','7iRkPTh','4OXhTil','2705204fnIZbs','Plik'];_0x9cef=function(){return _0x8f2c77;};return _0x9cef();}function _0xb674(_0x13b318,_0xa28101){_0x13b318=_0x13b318-0x16a;const _0x9cefcd=_0x9cef();let _0xb6749c=_0x9cefcd[_0x13b318];return _0xb6749c;}const e={'slides-exchange-client':{'file':_0x10e11a(0x16e),'upload':_0x10e11a(0x173),'download':'Zapisz\x20jako'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3c17b7=_0x478c;(function(_0x432578,_0x6757b9){const _0x587a1e=_0x478c,_0x3515ba=_0x432578();while(!![]){try{const _0x5355ee=-parseInt(_0x587a1e(0x1a1))/0x1*(-parseInt(_0x587a1e(0x1a0))/0x2)+-parseInt(_0x587a1e(0x19c))/0x3*(-parseInt(_0x587a1e(0x19e))/0x4)+parseInt(_0x587a1e(0x19d))/0x5*(parseInt(_0x587a1e(0x19f))/0x6)+-parseInt(_0x587a1e(0x1a5))/0x7+-parseInt(_0x587a1e(0x1a7))/0x8+parseInt(_0x587a1e(0x1a2))/0x9+-parseInt(_0x587a1e(0x19b))/0xa*(parseInt(_0x587a1e(0x1a6))/0xb);if(_0x5355ee===_0x6757b9)break;else _0x3515ba['push'](_0x3515ba['shift']());}catch(_0x19aa44){_0x3515ba['push'](_0x3515ba['shift']());}}}(_0xd14d,0x980b3));const e={'slides-exchange-client':{'file':_0x3c17b7(0x1a3),'upload':'Abrir\x20(Arquivo)','download':_0x3c17b7(0x1a4)}};function _0xd14d(){const _0x22988b=['10247EJXgTT','10441773VhKdAX','Arquivo','Salvar\x20Como','7503216iPoDpQ','132WEZuJN','8826992ACLYEJ','552350hUdOYU','3oXtqfE','4041265xOvsXE','3428356jdmKol','6NDEuFu','124aIkEsh'];_0xd14d=function(){return _0x22988b;};return _0xd14d();}function _0x478c(_0x206fe7,_0x2eb8e6){_0x206fe7=_0x206fe7-0x19b;const _0xd14dea=_0xd14d();let _0x478c5f=_0xd14dea[_0x206fe7];return _0x478c5f;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x4deef4=_0x2da2;function _0x26f2(){const _0x150c5b=['54069eUDGTh','Открыть(Файл)','622640jVNNNb','593826rgGyys','608445DzHbco','482305wXgffS','Сохранить\x20как','7bxDzhK','1417912EKvQvj','10hViCSR','888660GvkQRN'];_0x26f2=function(){return _0x150c5b;};return _0x26f2();}(function(_0x560337,_0xb1dffc){const _0x505a3e=_0x2da2,_0x13d2e6=_0x560337();while(!![]){try{const _0x5ae589=-parseInt(_0x505a3e(0x1ef))/0x1*(parseInt(_0x505a3e(0x1ed))/0x2)+parseInt(_0x505a3e(0x1f3))/0x3+parseInt(_0x505a3e(0x1f1))/0x4+-parseInt(_0x505a3e(0x1f4))/0x5+-parseInt(_0x505a3e(0x1f2))/0x6+-parseInt(_0x505a3e(0x1f6))/0x7*(-parseInt(_0x505a3e(0x1f7))/0x8)+parseInt(_0x505a3e(0x1ee))/0x9;if(_0x5ae589===_0xb1dffc)break;else _0x13d2e6['push'](_0x13d2e6['shift']());}catch(_0x55fc5c){_0x13d2e6['push'](_0x13d2e6['shift']());}}}(_0x26f2,0x292e5));function _0x2da2(_0x19ebc1,_0x4a01e8){_0x19ebc1=_0x19ebc1-0x1ed;const _0x26f26d=_0x26f2();let _0x2da25d=_0x26f26d[_0x19ebc1];return _0x2da25d;}const e={'slides-exchange-client':{'file':'Файл','upload':_0x4deef4(0x1f0),'download':_0x4deef4(0x1f5)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0xc0490a=_0x54b5;function _0x1ff3(){const _0xeb01a=['23412040zxAzOL','7130291yhQswW','8jsPbhY','7804068JPCoXN','22IwtKDk','Otvoriť\x20(súbor)','Súbor','4404212EEecfX','12193920TtMGHC','74462iZdldJ','5BfAlvd','839340LkjRGI'];_0x1ff3=function(){return _0xeb01a;};return _0x1ff3();}(function(_0x22e29c,_0x1e2aaa){const _0x41c810=_0x54b5,_0x1b79bc=_0x22e29c();while(!![]){try{const _0x33b0a9=parseInt(_0x41c810(0x1d9))/0x1*(parseInt(_0x41c810(0x1e0))/0x2)+-parseInt(_0x41c810(0x1db))/0x3+-parseInt(_0x41c810(0x1d7))/0x4*(parseInt(_0x41c810(0x1da))/0x5)+parseInt(_0x41c810(0x1df))/0x6+-parseInt(_0x41c810(0x1dd))/0x7*(-parseInt(_0x41c810(0x1de))/0x8)+parseInt(_0x41c810(0x1d8))/0x9+-parseInt(_0x41c810(0x1dc))/0xa;if(_0x33b0a9===_0x1e2aaa)break;else _0x1b79bc['push'](_0x1b79bc['shift']());}catch(_0x55b3b){_0x1b79bc['push'](_0x1b79bc['shift']());}}}(_0x1ff3,0xbc490));const e={'slides-exchange-client':{'file':_0xc0490a(0x1d6),'upload':_0xc0490a(0x1e1),'download':'Uložiť\x20ako'}};function _0x54b5(_0x149095,_0x1e9187){_0x149095=_0x149095-0x1d6;const _0x1ff318=_0x1ff3();let _0x54b581=_0x1ff318[_0x149095];return _0x54b581;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3030(){const _0x5bc57c=['56BeaLvd','Mở\x20(Tệp)','170821yXvJpP','135108tEGdWo','99893cQJRKG','1697148fZGbwx','Lưu\x20dưới\x20dạng','154030KkvgZo','1994226lbqFoY','28424xwnzFT','36HIbYgP'];_0x3030=function(){return _0x5bc57c;};return _0x3030();}const _0x11e615=_0x44c8;(function(_0x5ccc9a,_0x1d229c){const _0x5e2763=_0x44c8,_0x81d054=_0x5ccc9a();while(!![]){try{const _0x41011c=-parseInt(_0x5e2763(0x120))/0x1+parseInt(_0x5e2763(0x11f))/0x2+-parseInt(_0x5e2763(0x11b))/0x3*(parseInt(_0x5e2763(0x11a))/0x4)+-parseInt(_0x5e2763(0x118))/0x5+parseInt(_0x5e2763(0x119))/0x6+parseInt(_0x5e2763(0x11e))/0x7*(parseInt(_0x5e2763(0x11c))/0x8)+-parseInt(_0x5e2763(0x116))/0x9;if(_0x41011c===_0x1d229c)break;else _0x81d054['push'](_0x81d054['shift']());}catch(_0x1066a7){_0x81d054['push'](_0x81d054['shift']());}}}(_0x3030,0x2893b));function _0x44c8(_0x141d39,_0x3ac254){_0x141d39=_0x141d39-0x116;const _0x3030de=_0x3030();let _0x44c88e=_0x3030de[_0x141d39];return _0x44c88e;}const e={'slides-exchange-client':{'file':'Tệp','upload':_0x11e615(0x11d),'download':_0x11e615(0x117)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4f01(){const _0x3d8ace=['27xtmcgS','649jbFkCf','979260qXByMd','416068XWeCud','4806046dMaOKf','1904088dDiKjo','1286116DwKRsS','1139552hFfLMr','3bgXVzY','70070hcveLY','打开(文件)','5rHwfIU'];_0x4f01=function(){return _0x3d8ace;};return _0x4f01();}function _0x1084(_0x310b6a,_0x26054f){_0x310b6a=_0x310b6a-0x6a;const _0x4f0131=_0x4f01();let _0x1084fd=_0x4f0131[_0x310b6a];return _0x1084fd;}const _0x9bfe31=_0x1084;(function(_0x5b7f67,_0x240219){const _0x16d22f=_0x1084,_0x12799f=_0x5b7f67();while(!![]){try{const _0xdb0bf6=parseInt(_0x16d22f(0x75))/0x1+-parseInt(_0x16d22f(0x6d))/0x2*(parseInt(_0x16d22f(0x6e))/0x3)+parseInt(_0x16d22f(0x6c))/0x4*(parseInt(_0x16d22f(0x71))/0x5)+-parseInt(_0x16d22f(0x74))/0x6+-parseInt(_0x16d22f(0x6a))/0x7+-parseInt(_0x16d22f(0x6b))/0x8*(-parseInt(_0x16d22f(0x72))/0x9)+parseInt(_0x16d22f(0x6f))/0xa*(parseInt(_0x16d22f(0x73))/0xb);if(_0xdb0bf6===_0x240219)break;else _0x12799f['push'](_0x12799f['shift']());}catch(_0x44e7bf){_0x12799f['push'](_0x12799f['shift']());}}}(_0x4f01,0x6cc27));const e={'slides-exchange-client':{'file':'文件','upload':_0x9bfe31(0x70),'download':'另存为'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x79ad(_0x3e8826,_0x4056a0){_0x3e8826=_0x3e8826-0x1e6;const _0x9d2641=_0x9d26();let _0x79ada5=_0x9d2641[_0x3e8826];return _0x79ada5;}const _0xbbe93d=_0x79ad;(function(_0x5b71e9,_0x45e69a){const _0x41ae92=_0x79ad,_0x33e31b=_0x5b71e9();while(!![]){try{const _0x22bf65=parseInt(_0x41ae92(0x1e8))/0x1+-parseInt(_0x41ae92(0x1ef))/0x2+-parseInt(_0x41ae92(0x1e7))/0x3*(-parseInt(_0x41ae92(0x1f0))/0x4)+parseInt(_0x41ae92(0x1ea))/0x5*(parseInt(_0x41ae92(0x1e9))/0x6)+parseInt(_0x41ae92(0x1ed))/0x7*(-parseInt(_0x41ae92(0x1eb))/0x8)+-parseInt(_0x41ae92(0x1e6))/0x9+parseInt(_0x41ae92(0x1ec))/0xa;if(_0x22bf65===_0x45e69a)break;else _0x33e31b['push'](_0x33e31b['shift']());}catch(_0x472ea1){_0x33e31b['push'](_0x33e31b['shift']());}}}(_0x9d26,0x24318));function _0x9d26(){const _0x3c0121=['2962390hNMmOz','2667hikgzY','開啟(檔案)','417918EALPwa','2096ZYMmuR','另存為','1614042xccCYO','546ErCVGT','63759jKlOMg','408xWfOYm','11600NLumcK','1608qaUoDb'];_0x9d26=function(){return _0x3c0121;};return _0x9d26();}const e={'slides-exchange-client':{'file':'檔案','upload':_0xbbe93d(0x1ee),'download':_0xbbe93d(0x1f1)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1f1d(){const _0x4763d6=['211750ndxFXM','開啟(檔案)','另存為','1854KyPksk','1959110KoEnpq','9116ydAiWN','175777FuiDvh','1641702qRurid','1UXcszN','1803wdfFOQ','2503562AlvlEf','2014088HZoHMG'];_0x1f1d=function(){return _0x4763d6;};return _0x1f1d();}const _0x4d0286=_0x596c;function _0x596c(_0x36c32f,_0x54b402){_0x36c32f=_0x36c32f-0xea;const _0x1f1d80=_0x1f1d();let _0x596cdd=_0x1f1d80[_0x36c32f];return _0x596cdd;}(function(_0x400950,_0x576a99){const _0x32da44=_0x596c,_0x4a99bf=_0x400950();while(!![]){try{const _0x50cca9=parseInt(_0x32da44(0xee))/0x1*(-parseInt(_0x32da44(0xf0))/0x2)+parseInt(_0x32da44(0xef))/0x3*(-parseInt(_0x32da44(0xeb))/0x4)+-parseInt(_0x32da44(0xea))/0x5+-parseInt(_0x32da44(0xed))/0x6+parseInt(_0x32da44(0xec))/0x7+-parseInt(_0x32da44(0xf1))/0x8+parseInt(_0x32da44(0xf5))/0x9*(parseInt(_0x32da44(0xf2))/0xa);if(_0x50cca9===_0x576a99)break;else _0x4a99bf['push'](_0x4a99bf['shift']());}catch(_0x49581b){_0x4a99bf['push'](_0x4a99bf['shift']());}}}(_0x1f1d,0xcf275));const e={'slides-exchange-client':{'file':'檔案','upload':_0x4d0286(0xf3),'download':_0x4d0286(0xf4)}};export{e as default};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { MenuConfig } from '@univerjs/ui';
|
|
2
|
+
export declare const SLIDES_EXCHANGE_CLIENT_PLUGIN_CONFIG_KEY = "slides-exchange-client.config";
|
|
3
|
+
export declare const configSymbol: unique symbol;
|
|
4
|
+
export interface IUniverSlidesExchangeClientConfig {
|
|
5
|
+
menu?: MenuConfig;
|
|
6
|
+
}
|
|
7
|
+
export declare const defaultPluginConfig: IUniverSlidesExchangeClientConfig;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Disposable, ICommandService } from '@univerjs/core';
|
|
2
|
+
import { IMenuManagerService } from '@univerjs/ui';
|
|
3
|
+
export declare class SlidesExchangeClientController extends Disposable {
|
|
4
|
+
private readonly _commandService;
|
|
5
|
+
protected readonly _menuManagerService: IMenuManagerService;
|
|
6
|
+
constructor(_commandService: ICommandService, _menuManagerService: IMenuManagerService);
|
|
7
|
+
private _initCommands;
|
|
8
|
+
private _initMenus;
|
|
9
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { IAccessor } from '@univerjs/core';
|
|
2
|
+
import type { IMenuButtonItem, IMenuSelectorItem } from '@univerjs/ui';
|
|
3
|
+
export declare const SLIDES_EXCHANGE_OPERATION_ID = "slides-exchange-client.operation.exchange";
|
|
4
|
+
export declare function SlidesExchangeMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<string>;
|
|
5
|
+
export declare function ImportPPTXToUnitIdMenuItemFactory(): IMenuButtonItem<string>;
|
|
6
|
+
export declare function ExportPPTXByUnitIdMenuItemFactory(): IMenuButtonItem<string>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { IUniverSlidesExchangeClientConfig } from './controllers/config.schema';
|
|
2
|
+
import { IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core';
|
|
3
|
+
export declare class UniverSlidesExchangeClientPlugin extends Plugin {
|
|
4
|
+
private readonly _config;
|
|
5
|
+
readonly _injector: Injector;
|
|
6
|
+
private readonly _configService;
|
|
7
|
+
static pluginName: string;
|
|
8
|
+
static packageName: string;
|
|
9
|
+
static version: string;
|
|
10
|
+
static type: UniverInstanceType;
|
|
11
|
+
constructor(_config: Partial<IUniverSlidesExchangeClientConfig> | undefined, _injector: Injector, _configService: IConfigService);
|
|
12
|
+
onStarting(): void;
|
|
13
|
+
onReady(): void;
|
|
14
|
+
}
|
package/lib/umd/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5912(_0x265c1e,_0x12ff39){_0x265c1e=_0x265c1e-0x64;const _0x350c97=_0x350c();let _0x5912c5=_0x350c97[_0x265c1e];return _0x5912c5;}(function(_0x4fef34,_0x47ad95){const _0x763d5=_0x5912,_0x4409d1=_0x4fef34();while(!![]){try{const _0x4f7732=parseInt(_0x763d5(0x8b))/0x1+parseInt(_0x763d5(0x96))/0x2*(-parseInt(_0x763d5(0x9a))/0x3)+parseInt(_0x763d5(0x9e))/0x4*(parseInt(_0x763d5(0x99))/0x5)+parseInt(_0x763d5(0x7a))/0x6+-parseInt(_0x763d5(0x75))/0x7+parseInt(_0x763d5(0x72))/0x8+-parseInt(_0x763d5(0x7e))/0x9;if(_0x4f7732===_0x47ad95)break;else _0x4409d1['push'](_0x4409d1['shift']());}catch(_0xa1ee41){_0x4409d1['push'](_0x4409d1['shift']());}}}(_0x350c,0xa210f),function(_0x23c3f6,_0x1c6813){const _0xc76974=_0x5912;typeof exports=='object'&&typeof module<'u'?_0x1c6813(exports,require('@univerjs-pro/exchange-client'),require('@univerjs/core'),require('@univerjs/ui')):typeof define==_0xc76974(0xab)&&define[_0xc76974(0x7d)]?define([_0xc76974(0x86),_0xc76974(0xb5),_0xc76974(0x93),_0xc76974(0x90)],_0x1c6813):(_0x23c3f6=typeof globalThis<'u'?globalThis:_0x23c3f6||self,_0x1c6813(_0x23c3f6[_0xc76974(0x92)]={},_0x23c3f6[_0xc76974(0x7c)],_0x23c3f6[_0xc76974(0xa1)],_0x23c3f6[_0xc76974(0xac)]));}(this,function(_0x148471,_0x33b1b1,_0x2b9794,_0x1800f0){const _0x5ea10d=_0x5912;Object[_0x5ea10d(0x6c)](_0x148471,Symbol['toStringTag'],{'value':_0x5ea10d(0x7b)});let _0x2915bf={'id':'exchange-client.operation.import-pptx','type':_0x2b9794['CommandType'][_0x5ea10d(0x8e)],'handler':async _0xb01be6=>{const _0x534e47=_0x5ea10d;let _0x414f50=_0xb01be6[_0x534e47(0x97)](_0x33b1b1[_0x534e47(0xb6)]);return new URLSearchParams(location['search'])[_0x534e47(0x97)](_0x534e47(0x88))?_0x414f50['importPPTXToUnitId']():_0x414f50['importPPTXToSnapshot'](),!0x0;}},_0x1272c9={'id':_0x5ea10d(0x6e),'type':_0x2b9794['CommandType']['OPERATION'],'handler':async _0x53787b=>{const _0x1f6f9d=_0x5ea10d;let _0xa0003=_0x53787b[_0x1f6f9d(0x97)](_0x33b1b1['IExchangeOperateService']);return new URLSearchParams(location[_0x1f6f9d(0xaa)])[_0x1f6f9d(0x97)]('unit')?_0xa0003[_0x1f6f9d(0x89)]():_0xa0003[_0x1f6f9d(0xa9)](),!0x0;}};var _0x1b068c='@univerjs-pro/slides-exchange-client',_0x82ca43=_0x5ea10d(0x74);let _0x329573={},_0x584b2b=_0x5ea10d(0x64);function _0x59a6e9(_0x17595c){const _0x38ec23=_0x5ea10d;return{'id':_0x584b2b,'type':_0x1800f0[_0x38ec23(0x6a)][_0x38ec23(0xb2)],'icon':_0x38ec23(0x82),'tooltip':_0x38ec23(0x91),'hidden$':(0x0,_0x1800f0['getMenuHiddenObservable'])(_0x17595c,_0x2b9794[_0x38ec23(0xa7)][_0x38ec23(0x94)])};}function _0x301192(){const _0x156fcc=_0x5ea10d;return{'id':_0x2915bf['id'],'type':_0x1800f0[_0x156fcc(0x6a)][_0x156fcc(0xa5)],'title':_0x156fcc(0xa3),'icon':_0x156fcc(0x83)};}function _0x3ab945(){const _0x1ff4c7=_0x5ea10d;return{'id':_0x1272c9['id'],'type':_0x1800f0[_0x1ff4c7(0x6a)][_0x1ff4c7(0xa5)],'title':_0x1ff4c7(0xa6),'icon':_0x1ff4c7(0x68)};}let _0x4f00ad={[_0x1800f0[_0x5ea10d(0xa2)][_0x5ea10d(0x78)]]:{[_0x584b2b]:{'order':0.3,'menuItemFactory':_0x59a6e9,[_0x2915bf['id']]:{'order':0x0,'menuItemFactory':_0x301192},[_0x1272c9['id']]:{'order':0x1,'menuItemFactory':_0x3ab945}}}};function _0x5c7674(_0x26b678,_0x416b7b){return function(_0x3647c9,_0x2c3e02){_0x416b7b(_0x3647c9,_0x2c3e02,_0x26b678);};}function _0x4addc1(_0x240e87,_0x200034,_0x410e3f,_0x238637){const _0x37a587=_0x5ea10d;var _0x207a0c=arguments[_0x37a587(0x67)],_0x2349ba=_0x207a0c<0x3?_0x200034:_0x238637===null?_0x238637=Object[_0x37a587(0x84)](_0x200034,_0x410e3f):_0x238637,_0x138fa9;if(typeof Reflect==_0x37a587(0x9f)&&typeof Reflect[_0x37a587(0x98)]==_0x37a587(0xab))_0x2349ba=Reflect[_0x37a587(0x98)](_0x240e87,_0x200034,_0x410e3f,_0x238637);else{for(var _0x2d2816=_0x240e87[_0x37a587(0x67)]-0x1;_0x2d2816>=0x0;_0x2d2816--)(_0x138fa9=_0x240e87[_0x2d2816])&&(_0x2349ba=(_0x207a0c<0x3?_0x138fa9(_0x2349ba):_0x207a0c>0x3?_0x138fa9(_0x200034,_0x410e3f,_0x2349ba):_0x138fa9(_0x200034,_0x410e3f))||_0x2349ba);}return _0x207a0c>0x3&&_0x2349ba&&Object[_0x37a587(0x6c)](_0x200034,_0x410e3f,_0x2349ba),_0x2349ba;}let _0x49013b=class extends _0x2b9794[_0x5ea10d(0xae)]{constructor(_0x3aa4ea,_0x3997ff){const _0x2d64c6=_0x5ea10d;super(),this['_commandService']=_0x3aa4ea,this[_0x2d64c6(0xb7)]=_0x3997ff,this[_0x2d64c6(0x71)](),this['_initMenus']();}[_0x5ea10d(0x71)](){const _0x23e1a1=_0x5ea10d;[_0x2915bf,_0x1272c9][_0x23e1a1(0x81)](_0x3d1dab=>{const _0x2977f6=_0x23e1a1;this[_0x2977f6(0xb1)](this['_commandService'][_0x2977f6(0xa0)](_0x3d1dab));});}[_0x5ea10d(0x6b)](){const _0x29ee6a=_0x5ea10d;this[_0x29ee6a(0xb7)][_0x29ee6a(0x65)](_0x4f00ad);}};_0x49013b=_0x4addc1([_0x5c7674(0x0,_0x2b9794[_0x5ea10d(0xad)]),_0x5c7674(0x1,_0x1800f0[_0x5ea10d(0xb3)])],_0x49013b);function _0x46a080(_0x4c0cf9){'@babel/helpers - typeof';const _0x719083=_0x5ea10d;return _0x46a080=typeof Symbol=='function'&&typeof Symbol['iterator']==_0x719083(0x87)?function(_0x28b20d){return typeof _0x28b20d;}:function(_0x139ef4){const _0x59cb6b=_0x719083;return _0x139ef4&&typeof Symbol==_0x59cb6b(0xab)&&_0x139ef4['constructor']===Symbol&&_0x139ef4!==Symbol[_0x59cb6b(0x8f)]?_0x59cb6b(0x87):typeof _0x139ef4;},_0x46a080(_0x4c0cf9);}function _0x3d68e8(_0x54a166,_0x137443){const _0x1afeb7=_0x5ea10d;if(_0x46a080(_0x54a166)!='object'||!_0x54a166)return _0x54a166;var _0x21f24e=_0x54a166[Symbol[_0x1afeb7(0x66)]];if(_0x21f24e!==void 0x0){var _0x4d9e1b=_0x21f24e[_0x1afeb7(0x76)](_0x54a166,_0x137443||_0x1afeb7(0x77));if(_0x46a080(_0x4d9e1b)!=_0x1afeb7(0x9f))return _0x4d9e1b;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x137443===_0x1afeb7(0x8d)?String:Number)(_0x54a166);}function _0xf7a2e7(_0x3c8611){const _0x55b82b=_0x5ea10d;var _0xd132c3=_0x3d68e8(_0x3c8611,'string');return _0x46a080(_0xd132c3)==_0x55b82b(0x87)?_0xd132c3:_0xd132c3+'';}function _0x3f8cb4(_0x1b6e5a,_0x293450,_0x5ad1e9){const _0x1514f7=_0x5ea10d;return(_0x293450=_0xf7a2e7(_0x293450))in _0x1b6e5a?Object[_0x1514f7(0x6c)](_0x1b6e5a,_0x293450,{'value':_0x5ad1e9,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x1b6e5a[_0x293450]=_0x5ad1e9,_0x1b6e5a;}let _0x203f7c=class extends _0x2b9794[_0x5ea10d(0x6f)]{constructor(_0x2f10c7=_0x329573,_0x32085a,_0x3bfe81){const _0x32ba6a=_0x5ea10d;super(),this[_0x32ba6a(0x9d)]=_0x2f10c7,this[_0x32ba6a(0xa8)]=_0x32085a,this[_0x32ba6a(0x6d)]=_0x3bfe81;let {menu:_0xea9a9d,..._0x5115a5}=(0x0,_0x2b9794[_0x32ba6a(0x80)])({},_0x329573,this[_0x32ba6a(0x9d)]);_0xea9a9d&&this[_0x32ba6a(0x6d)]['setConfig']('menu',_0xea9a9d,{'merge':!0x0}),this[_0x32ba6a(0x6d)][_0x32ba6a(0xb4)](_0x32ba6a(0x69),_0x5115a5);}[_0x5ea10d(0xa4)](){const _0x28e70a=_0x5ea10d;[[_0x49013b]][_0x28e70a(0x81)](_0x12d223=>this[_0x28e70a(0xa8)]['add'](_0x12d223));}[_0x5ea10d(0x7f)](){const _0x3bdf88=_0x5ea10d;this[_0x3bdf88(0xa8)][_0x3bdf88(0x97)](_0x49013b);}};_0x3f8cb4(_0x203f7c,'pluginName',_0x5ea10d(0x73)),_0x3f8cb4(_0x203f7c,_0x5ea10d(0x9b),_0x1b068c),_0x3f8cb4(_0x203f7c,_0x5ea10d(0xb0),_0x82ca43),_0x3f8cb4(_0x203f7c,_0x5ea10d(0xaf),_0x2b9794['UniverInstanceType'][_0x5ea10d(0x94)]),_0x203f7c=_0x4addc1([(0x0,_0x2b9794[_0x5ea10d(0x8c)])(_0x33b1b1[_0x5ea10d(0x8a)]),_0x5c7674(0x1,(0x0,_0x2b9794[_0x5ea10d(0x79)])(_0x2b9794[_0x5ea10d(0x95)])),_0x5c7674(0x2,_0x2b9794[_0x5ea10d(0x9c)])],_0x203f7c),_0x148471['ExportPPTXOperation']=_0x1272c9,_0x148471[_0x5ea10d(0x85)]=_0x2915bf,Object[_0x5ea10d(0x6c)](_0x148471,_0x5ea10d(0x70),{'enumerable':!0x0,'get':function(){return _0x203f7c;}});}));function _0x350c(){const _0x17d56b=['slides-exchange-client.operation.exchange','mergeMenu','toPrimitive','length','ExportIcon','slides-exchange-client.config','MenuItemType','_initMenus','defineProperty','_configService','exchange-client.operation.export-pptx','Plugin','UniverSlidesExchangeClientPlugin','_initCommands','8699088boFQbZ','SLIDES_EXCHANGE_CLIENT_PLUGIN','0.25.0-insiders.20260604-29ebbff','7976430geUdBV','call','default','OTHERS','Inject','4808370hqqsCu','Module','UniverProExchangeClient','amd','8352495pARQvK','onReady','merge','forEach','DirectExportIcon','FolderIcon','getOwnPropertyDescriptor','ImportPPTXOperation','exports','symbol','unit','exportPPTXByUnitId','UniverExchangeClientPlugin','828019Wihqmq','DependentOn','string','OPERATION','prototype','@univerjs/ui','slides-exchange-client.file','UniverProSlidesExchangeClient','@univerjs/core','UNIVER_SLIDE','Injector','102446msvLgv','get','decorate','35rfeWaQ','15JqnmOm','packageName','IConfigService','_config','154676VOLYmn','object','registerCommand','UniverCore','RibbonStartGroup','slides-exchange-client.upload','onStarting','BUTTON','slides-exchange-client.download','UniverInstanceType','_injector','exportPPTXBySnapshot','search','function','UniverUi','ICommandService','Disposable','type','version','disposeWithMe','SUBITEMS','IMenuManagerService','setConfig','@univerjs-pro/exchange-client','IExchangeOperateService','_menuManagerService'];_0x350c=function(){return _0x17d56b;};return _0x350c();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x6e7f(){var _0x4b9d2e=['36FwqOkT','ملف','فتح\x20(ملف)','502329dzqTYK','187420cJAInN','170520CaEdNJ','1797746HUHYnm','object','حفظ\x20باسم','8613204aDNrua','9145374iJPKvp','amd','2008768YPqjMc','UniverProSlidesExchangeClientArSA','exports'];_0x6e7f=function(){return _0x4b9d2e;};return _0x6e7f();}function _0x48d1(_0x3fe922,_0x574329){_0x3fe922=_0x3fe922-0x1be;var _0x6e7fe0=_0x6e7f();var _0x48d1f2=_0x6e7fe0[_0x3fe922];return _0x48d1f2;}(function(_0x434868,_0x16a166){var _0x2daf7f=_0x48d1,_0x527855=_0x434868();while(!![]){try{var _0x30a32a=-parseInt(_0x2daf7f(0x1c8))/0x1+parseInt(_0x2daf7f(0x1bf))/0x2+-parseInt(_0x2daf7f(0x1c5))/0x3*(-parseInt(_0x2daf7f(0x1c2))/0x4)+parseInt(_0x2daf7f(0x1c6))/0x5+parseInt(_0x2daf7f(0x1cb))/0x6+-parseInt(_0x2daf7f(0x1cc))/0x7+parseInt(_0x2daf7f(0x1c7))/0x8;if(_0x30a32a===_0x16a166)break;else _0x527855['push'](_0x527855['shift']());}catch(_0xcfbcf5){_0x527855['push'](_0x527855['shift']());}}}(_0x6e7f,0xdc164),function(_0x25e7de,_0x3eeb93){var _0x3a6b13=_0x48d1;typeof exports==_0x3a6b13(0x1c9)&&typeof module<'u'?module[_0x3a6b13(0x1c1)]=_0x3eeb93():typeof define=='function'&&define[_0x3a6b13(0x1be)]?define([],_0x3eeb93):(_0x25e7de=typeof globalThis<'u'?globalThis:_0x25e7de||self,_0x25e7de[_0x3a6b13(0x1c0)]=_0x3eeb93());}(this,function(){var _0x649534=_0x48d1;return{'slides-exchange-client':{'file':_0x649534(0x1c3),'upload':_0x649534(0x1c4),'download':_0x649534(0x1ca)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3d76(_0x3703d5,_0x3772d5){_0x3703d5=_0x3703d5-0x12e;var _0x222917=_0x2229();var _0x3d76b6=_0x222917[_0x3703d5];return _0x3d76b6;}function _0x2229(){var _0x3d967d=['537608YnjweH','9152592MhwYKZ','6176856mbzpCj','amd','Fitxer','401670oYwTtB','11005813jVvcce','Anomena\x20i\x20desa','75UxMsPA','Obrir(Fitxer)','object','exports','56366yDdZqM','function','704785pDQGws'];_0x2229=function(){return _0x3d967d;};return _0x2229();}(function(_0x48f8c2,_0x41351a){var _0x7c8363=_0x3d76,_0x2f00d7=_0x48f8c2();while(!![]){try{var _0x3c7aae=parseInt(_0x7c8363(0x133))/0x1+-parseInt(_0x7c8363(0x131))/0x2*(parseInt(_0x7c8363(0x13c))/0x3)+parseInt(_0x7c8363(0x134))/0x4+parseInt(_0x7c8363(0x139))/0x5+parseInt(_0x7c8363(0x136))/0x6+-parseInt(_0x7c8363(0x13a))/0x7+parseInt(_0x7c8363(0x135))/0x8;if(_0x3c7aae===_0x41351a)break;else _0x2f00d7['push'](_0x2f00d7['shift']());}catch(_0x20bf34){_0x2f00d7['push'](_0x2f00d7['shift']());}}}(_0x2229,0xc746d),function(_0x1280d4,_0x22b3ab){var _0x1dbe72=_0x3d76;typeof exports==_0x1dbe72(0x12f)&&typeof module<'u'?module[_0x1dbe72(0x130)]=_0x22b3ab():typeof define==_0x1dbe72(0x132)&&define[_0x1dbe72(0x137)]?define([],_0x22b3ab):(_0x1280d4=typeof globalThis<'u'?globalThis:_0x1280d4||self,_0x1280d4['UniverProSlidesExchangeClientCaES']=_0x22b3ab());}(this,function(){var _0x5369f6=_0x3d76;return{'slides-exchange-client':{'file':_0x5369f6(0x138),'upload':_0x5369f6(0x12e),'download':_0x5369f6(0x13b)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1088(){var _0x280248=['Speichern\x20unter','34178328OICtzS','12012040zaxRHc','1786653RkyYRQ','7xiAHjJ','2360700kZQqHF','8503074EWTiTU','Öffnen\x20(Datei)','exports','Datei','UniverProSlidesExchangeClientDeDE','1385298HYtteQ','amd','8hPehfo','2837204QvNYWt','function'];_0x1088=function(){return _0x280248;};return _0x1088();}function _0xf82d(_0x4d85e0,_0x23f1d3){_0x4d85e0=_0x4d85e0-0x181;var _0x108882=_0x1088();var _0xf82dc5=_0x108882[_0x4d85e0];return _0xf82dc5;}(function(_0x5457c1,_0x4d76d2){var _0x51b244=_0xf82d,_0x3f7217=_0x5457c1();while(!![]){try{var _0x1b270f=-parseInt(_0x51b244(0x187))/0x1+-parseInt(_0x51b244(0x182))/0x2+parseInt(_0x51b244(0x18f))/0x3*(parseInt(_0x51b244(0x181))/0x4)+-parseInt(_0x51b244(0x189))/0x5+parseInt(_0x51b244(0x18a))/0x6+parseInt(_0x51b244(0x188))/0x7*(-parseInt(_0x51b244(0x186))/0x8)+parseInt(_0x51b244(0x185))/0x9;if(_0x1b270f===_0x4d76d2)break;else _0x3f7217['push'](_0x3f7217['shift']());}catch(_0x5139db){_0x3f7217['push'](_0x3f7217['shift']());}}}(_0x1088,0xea3ab),function(_0x5d074d,_0x1030c6){var _0x3944c1=_0xf82d;typeof exports=='object'&&typeof module<'u'?module[_0x3944c1(0x18c)]=_0x1030c6():typeof define==_0x3944c1(0x183)&&define[_0x3944c1(0x190)]?define([],_0x1030c6):(_0x5d074d=typeof globalThis<'u'?globalThis:_0x5d074d||self,_0x5d074d[_0x3944c1(0x18e)]=_0x1030c6());}(this,function(){var _0x4a0a8b=_0xf82d;return{'slides-exchange-client':{'file':_0x4a0a8b(0x18d),'upload':_0x4a0a8b(0x18b),'download':_0x4a0a8b(0x184)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1efd(_0x237731,_0x573675){_0x237731=_0x237731-0x99;var _0x54db49=_0x54db();var _0x1efd0f=_0x54db49[_0x237731];return _0x1efd0f;}function _0x54db(){var _0x57362d=['1933088GOrcwP','exports','8367005fTEtZS','File','Open(File)','8413623oGLCct','14ZFERfZ','3865794GIkeXK','17tiGhRb','133918nGGoZf','12184928BukaSZ','1261086dWWcfa','amd','Save\x20As','function'];_0x54db=function(){return _0x57362d;};return _0x54db();}(function(_0x31e8d3,_0x3537d3){var _0x581604=_0x1efd,_0x1edbcd=_0x31e8d3();while(!![]){try{var _0x12c75f=parseInt(_0x581604(0xa2))/0x1*(parseInt(_0x581604(0xa3))/0x2)+-parseInt(_0x581604(0xa1))/0x3+-parseInt(_0x581604(0x9a))/0x4+parseInt(_0x581604(0x9c))/0x5+-parseInt(_0x581604(0xa5))/0x6*(-parseInt(_0x581604(0xa0))/0x7)+-parseInt(_0x581604(0xa4))/0x8+parseInt(_0x581604(0x9f))/0x9;if(_0x12c75f===_0x3537d3)break;else _0x1edbcd['push'](_0x1edbcd['shift']());}catch(_0x1cedb9){_0x1edbcd['push'](_0x1edbcd['shift']());}}}(_0x54db,0xd4df7),function(_0x51ba84,_0x154cd4){var _0x4f570e=_0x1efd;typeof exports=='object'&&typeof module<'u'?module[_0x4f570e(0x9b)]=_0x154cd4():typeof define==_0x4f570e(0x99)&&define[_0x4f570e(0xa6)]?define([],_0x154cd4):(_0x51ba84=typeof globalThis<'u'?globalThis:_0x51ba84||self,_0x51ba84['UniverProSlidesExchangeClientEnUS']=_0x154cd4());}(this,function(){var _0x8af008=_0x1efd;return{'slides-exchange-client':{'file':_0x8af008(0x9d),'upload':_0x8af008(0x9e),'download':_0x8af008(0xa7)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x28b33d,_0x4075f5){var _0x38a1cb=_0x1142,_0x2a6827=_0x28b33d();while(!![]){try{var _0x4c16c0=-parseInt(_0x38a1cb(0xc5))/0x1*(parseInt(_0x38a1cb(0xc0))/0x2)+-parseInt(_0x38a1cb(0xbd))/0x3+-parseInt(_0x38a1cb(0xc6))/0x4*(-parseInt(_0x38a1cb(0xc3))/0x5)+-parseInt(_0x38a1cb(0xc1))/0x6+-parseInt(_0x38a1cb(0xbf))/0x7*(-parseInt(_0x38a1cb(0xbb))/0x8)+-parseInt(_0x38a1cb(0xbc))/0x9*(parseInt(_0x38a1cb(0xc2))/0xa)+parseInt(_0x38a1cb(0xc8))/0xb;if(_0x4c16c0===_0x4075f5)break;else _0x2a6827['push'](_0x2a6827['shift']());}catch(_0x41e187){_0x2a6827['push'](_0x2a6827['shift']());}}}(_0xb68f,0xe483a),function(_0x1830b5,_0x66cb8f){var _0x202c06=_0x1142;typeof exports==_0x202c06(0xbe)&&typeof module<'u'?module[_0x202c06(0xc4)]=_0x66cb8f():typeof define=='function'&&define[_0x202c06(0xc9)]?define([],_0x66cb8f):(_0x1830b5=typeof globalThis<'u'?globalThis:_0x1830b5||self,_0x1830b5[_0x202c06(0xba)]=_0x66cb8f());}(this,function(){var _0x3c46f8=_0x1142;return{'slides-exchange-client':{'file':'Archivo','upload':_0x3c46f8(0xb9),'download':_0x3c46f8(0xc7)}};}));function _0x1142(_0x43b9a6,_0x16980f){_0x43b9a6=_0x43b9a6-0xb9;var _0xb68fd2=_0xb68f();var _0x11422a=_0xb68fd2[_0x43b9a6];return _0x11422a;}function _0xb68f(){var _0x4c007b=['object','12812408PQZiLK','595868WOQlxD','10626090aBcDaA','915050cVJJng','5425mjMDUD','exports','3IbtkCm','3644OWToSQ','Guardar\x20como','23787390CEGkKc','amd','Abrir(Archivo)','UniverProSlidesExchangeClientEsES','8saiGYV','18eeCDrl','3592344dPQfJy'];_0xb68f=function(){return _0x4c007b;};return _0xb68f();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x572b(_0x2612e4,_0xf19379){_0x2612e4=_0x2612e4-0xbb;var _0x267265=_0x2672();var _0x572bd7=_0x267265[_0x2612e4];return _0x572bd7;}(function(_0x4f8773,_0xc51c50){var _0x422b73=_0x572b,_0x1d9f28=_0x4f8773();while(!![]){try{var _0x53ff74=-parseInt(_0x422b73(0xbb))/0x1*(-parseInt(_0x422b73(0xc3))/0x2)+-parseInt(_0x422b73(0xbe))/0x3*(parseInt(_0x422b73(0xc7))/0x4)+-parseInt(_0x422b73(0xca))/0x5*(parseInt(_0x422b73(0xc8))/0x6)+parseInt(_0x422b73(0xc1))/0x7*(parseInt(_0x422b73(0xcc))/0x8)+-parseInt(_0x422b73(0xbf))/0x9+-parseInt(_0x422b73(0xc6))/0xa*(-parseInt(_0x422b73(0xbd))/0xb)+-parseInt(_0x422b73(0xc2))/0xc*(-parseInt(_0x422b73(0xc9))/0xd);if(_0x53ff74===_0xc51c50)break;else _0x1d9f28['push'](_0x1d9f28['shift']());}catch(_0x3a6869){_0x1d9f28['push'](_0x1d9f28['shift']());}}}(_0x2672,0x56fe1),function(_0x46977e,_0x44c9a0){var _0x4714a1=_0x572b;typeof exports==_0x4714a1(0xbc)&&typeof module<'u'?module[_0x4714a1(0xcb)]=_0x44c9a0():typeof define==_0x4714a1(0xc4)&&define['amd']?define([],_0x44c9a0):(_0x46977e=typeof globalThis<'u'?globalThis:_0x46977e||self,_0x46977e['UniverProSlidesExchangeClientFaIR']=_0x44c9a0());}(this,function(){var _0x37c747=_0x572b;return{'slides-exchange-client':{'file':_0x37c747(0xc5),'upload':_0x37c747(0xc0),'download':'ذخیره\x20به\x20عنوان'}};}));function _0x2672(){var _0x263520=['2422899NSOFcf','بازکردن(فایل)','38199Ycsyfd','708NEfYOu','2MWqPNr','function','فایل','10sLemno','548dLRqQZ','174KwvLeS','118768Bnghmt','5635cAGisk','exports','144nAwBWf','38025alOJlF','object','5647444zcyXqh','11616wSJBzI'];_0x2672=function(){return _0x263520;};return _0x2672();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x31a2(_0x31b7a1,_0x3bfe50){_0x31b7a1=_0x31b7a1-0x8f;var _0x57217d=_0x5721();var _0x31a218=_0x57217d[_0x31b7a1];return _0x31a218;}(function(_0x392e42,_0x264604){var _0xf0e3e2=_0x31a2,_0x2b485e=_0x392e42();while(!![]){try{var _0xfeaec1=parseInt(_0xf0e3e2(0x8f))/0x1+-parseInt(_0xf0e3e2(0x9e))/0x2+parseInt(_0xf0e3e2(0x94))/0x3+parseInt(_0xf0e3e2(0x92))/0x4+-parseInt(_0xf0e3e2(0x90))/0x5+parseInt(_0xf0e3e2(0x91))/0x6*(-parseInt(_0xf0e3e2(0x9d))/0x7)+parseInt(_0xf0e3e2(0x98))/0x8*(parseInt(_0xf0e3e2(0x95))/0x9);if(_0xfeaec1===_0x264604)break;else _0x2b485e['push'](_0x2b485e['shift']());}catch(_0x2a0323){_0x2b485e['push'](_0x2b485e['shift']());}}}(_0x5721,0xc8ef3),function(_0x26bbb8,_0x3501ff){var _0x106ef8=_0x31a2;typeof exports==_0x106ef8(0x9c)&&typeof module<'u'?module[_0x106ef8(0x9a)]=_0x3501ff():typeof define=='function'&&define[_0x106ef8(0x97)]?define([],_0x3501ff):(_0x26bbb8=typeof globalThis<'u'?globalThis:_0x26bbb8||self,_0x26bbb8[_0x106ef8(0x96)]=_0x3501ff());}(this,function(){var _0x103396=_0x31a2;return{'slides-exchange-client':{'file':_0x103396(0x9b),'upload':_0x103396(0x93),'download':_0x103396(0x99)}};}));function _0x5721(){var _0x55a6bb=['20488941zAaHnH','UniverProSlidesExchangeClientFrFR','amd','8jHQUPH','Enregistrer\x20sous','exports','Fichier','object','161SDKAZQ','3174048UffpVu','1619npqqeX','3344025vuAqOL','169770OBAfcW','4072604OKcdcp','Ouvrir\x20(Fichier)','1299966HUlpYq'];_0x5721=function(){return _0x55a6bb;};return _0x5721();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x511f(_0x48e4a6,_0x17face){_0x48e4a6=_0x48e4a6-0xd2;var _0x172285=_0x1722();var _0x511f73=_0x172285[_0x48e4a6];return _0x511f73;}function _0x1722(){var _0x2fdfa7=['4879752RyiTuT','398lyPGuI','Simpan\x20Sebagai','Buka(File)','object','37660491wqEkVq','2652280cfGWwg','function','105380VERwSb','10rqVOzi','7xQgFiy','7473392pAEHzp','87XfrHiX','UniverProSlidesExchangeClientIdID','File','6787125HhhkhB','exports','4470izUagY','amd'];_0x1722=function(){return _0x2fdfa7;};return _0x1722();}(function(_0x38aeb8,_0x556539){var _0x521dcc=_0x511f,_0x27b974=_0x38aeb8();while(!![]){try{var _0x3016ad=-parseInt(_0x521dcc(0xe4))/0x1*(-parseInt(_0x521dcc(0xe1))/0x2)+-parseInt(_0x521dcc(0xdc))/0x3*(parseInt(_0x521dcc(0xd8))/0x4)+-parseInt(_0x521dcc(0xd6))/0x5+parseInt(_0x521dcc(0xe3))/0x6*(-parseInt(_0x521dcc(0xda))/0x7)+-parseInt(_0x521dcc(0xdb))/0x8+-parseInt(_0x521dcc(0xdf))/0x9+parseInt(_0x521dcc(0xd9))/0xa*(parseInt(_0x521dcc(0xd5))/0xb);if(_0x3016ad===_0x556539)break;else _0x27b974['push'](_0x27b974['shift']());}catch(_0x150087){_0x27b974['push'](_0x27b974['shift']());}}}(_0x1722,0x7e427),function(_0x55c8e1,_0x3de272){var _0x319d0a=_0x511f;typeof exports==_0x319d0a(0xd4)&&typeof module<'u'?module[_0x319d0a(0xe0)]=_0x3de272():typeof define==_0x319d0a(0xd7)&&define[_0x319d0a(0xe2)]?define([],_0x3de272):(_0x55c8e1=typeof globalThis<'u'?globalThis:_0x55c8e1||self,_0x55c8e1[_0x319d0a(0xdd)]=_0x3de272());}(this,function(){var _0x214873=_0x511f;return{'slides-exchange-client':{'file':_0x214873(0xde),'upload':_0x214873(0xd3),'download':_0x214873(0xd2)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2a2b(_0x25a86d,_0x3d1afa){_0x25a86d=_0x25a86d-0x92;var _0x2f48da=_0x2f48();var _0x2a2bac=_0x2f48da[_0x25a86d];return _0x2a2bac;}(function(_0x296d38,_0x590b2d){var _0x465f26=_0x2a2b,_0x339f39=_0x296d38();while(!![]){try{var _0x3dfe4d=parseInt(_0x465f26(0x99))/0x1+-parseInt(_0x465f26(0x9f))/0x2+parseInt(_0x465f26(0x94))/0x3+parseInt(_0x465f26(0x92))/0x4*(-parseInt(_0x465f26(0x9d))/0x5)+-parseInt(_0x465f26(0x9a))/0x6+-parseInt(_0x465f26(0xa1))/0x7*(-parseInt(_0x465f26(0x97))/0x8)+parseInt(_0x465f26(0x93))/0x9*(-parseInt(_0x465f26(0x98))/0xa);if(_0x3dfe4d===_0x590b2d)break;else _0x339f39['push'](_0x339f39['shift']());}catch(_0x19fcbb){_0x339f39['push'](_0x339f39['shift']());}}}(_0x2f48,0xe270d),function(_0x1b9d93,_0x1ae283){var _0x5c054b=_0x2a2b;typeof exports=='object'&&typeof module<'u'?module[_0x5c054b(0x95)]=_0x1ae283():typeof define==_0x5c054b(0x9e)&&define[_0x5c054b(0x96)]?define([],_0x1ae283):(_0x1b9d93=typeof globalThis<'u'?globalThis:_0x1b9d93||self,_0x1b9d93[_0x5c054b(0x9c)]=_0x1ae283());}(this,function(){var _0x2697ca=_0x2a2b;return{'slides-exchange-client':{'file':'File','upload':_0x2697ca(0x9b),'download':_0x2697ca(0xa0)}};}));function _0x2f48(){var _0x70a9c6=['Apri\x20(File)','UniverProSlidesExchangeClientItIT','95WKQIpz','function','423788fwfzCt','Salva\x20con\x20nome','48664lwpcvL','46076YiUrCi','50859bXERGk','4779828GfQTSL','exports','amd','8BobJml','2510BkiXFJ','1385997UIlOlc','1257408RgjSIh'];_0x2f48=function(){return _0x70a9c6;};return _0x2f48();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x22ff(){var _0x45b2a3=['10556eGvRnP','1015320RBNcAp','開く(ファイル)','10wyKWnU','ファイル','1490CHqFuE','284263DMPFei','UniverProSlidesExchangeClientJaJP','exports','688YCaVjp','21434GfylDT','object','17919eMMQIB','740055HNlBOJ','2766nycNZg','10945154bAbwQI','amd'];_0x22ff=function(){return _0x45b2a3;};return _0x22ff();}function _0x4dd7(_0x52d7da,_0x195032){_0x52d7da=_0x52d7da-0xb8;var _0x22ffc3=_0x22ff();var _0x4dd7b7=_0x22ffc3[_0x52d7da];return _0x4dd7b7;}(function(_0xb61195,_0x3b8a05){var _0x5d3b45=_0x4dd7,_0x566f5f=_0xb61195();while(!![]){try{var _0x3834b5=-parseInt(_0x5d3b45(0xbe))/0x1*(-parseInt(_0x5d3b45(0xbb))/0x2)+-parseInt(_0x5d3b45(0xc5))/0x3+parseInt(_0x5d3b45(0xb8))/0x4*(-parseInt(_0x5d3b45(0xbd))/0x5)+parseInt(_0x5d3b45(0xc6))/0x6*(parseInt(_0x5d3b45(0xc2))/0x7)+parseInt(_0x5d3b45(0xc1))/0x8*(-parseInt(_0x5d3b45(0xc4))/0x9)+parseInt(_0x5d3b45(0xb9))/0xa+-parseInt(_0x5d3b45(0xc7))/0xb;if(_0x3834b5===_0x3b8a05)break;else _0x566f5f['push'](_0x566f5f['shift']());}catch(_0x2a7b1f){_0x566f5f['push'](_0x566f5f['shift']());}}}(_0x22ff,0xb376a),function(_0x84b28f,_0x3ab6b6){var _0x2092a5=_0x4dd7;typeof exports==_0x2092a5(0xc3)&&typeof module<'u'?module[_0x2092a5(0xc0)]=_0x3ab6b6():typeof define=='function'&&define[_0x2092a5(0xc8)]?define([],_0x3ab6b6):(_0x84b28f=typeof globalThis<'u'?globalThis:_0x84b28f||self,_0x84b28f[_0x2092a5(0xbf)]=_0x3ab6b6());}(this,function(){var _0x115ee4=_0x4dd7;return{'slides-exchange-client':{'file':_0x115ee4(0xbc),'upload':_0x115ee4(0xba),'download':'名前を付けて保存'}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x24ec(){var _0x5e975f=['484153KMreFT','열기(파일)','1341qUDpBL','25376626eCAByp','다른\x20이름으로\x20저장','1039200vBzIHp','955WSagVB','3996528DSBgjV','101030VWLTfc','16dqtmva','9462mwXDYi','object','4ZhCwhL','UniverProSlidesExchangeClientKoKR','exports','amd','1492442rgdZpI'];_0x24ec=function(){return _0x5e975f;};return _0x24ec();}function _0x19d2(_0x304e1c,_0x4051bd){_0x304e1c=_0x304e1c-0x165;var _0x24ece9=_0x24ec();var _0x19d253=_0x24ece9[_0x304e1c];return _0x19d253;}(function(_0x5a0e88,_0x184030){var _0x8935c1=_0x19d2,_0x35ecb0=_0x5a0e88();while(!![]){try{var _0x37f876=-parseInt(_0x8935c1(0x171))/0x1*(-parseInt(_0x8935c1(0x16c))/0x2)+-parseInt(_0x8935c1(0x165))/0x3*(parseInt(_0x8935c1(0x169))/0x4)+-parseInt(_0x8935c1(0x166))/0x5*(parseInt(_0x8935c1(0x16a))/0x6)+parseInt(_0x8935c1(0x170))/0x7+parseInt(_0x8935c1(0x167))/0x8+parseInt(_0x8935c1(0x173))/0x9*(-parseInt(_0x8935c1(0x168))/0xa)+parseInt(_0x8935c1(0x174))/0xb;if(_0x37f876===_0x184030)break;else _0x35ecb0['push'](_0x35ecb0['shift']());}catch(_0x418de8){_0x35ecb0['push'](_0x35ecb0['shift']());}}}(_0x24ec,0xc24f2),function(_0x1be17e,_0xf3908d){var _0x40f479=_0x19d2;typeof exports==_0x40f479(0x16b)&&typeof module<'u'?module[_0x40f479(0x16e)]=_0xf3908d():typeof define=='function'&&define[_0x40f479(0x16f)]?define([],_0xf3908d):(_0x1be17e=typeof globalThis<'u'?globalThis:_0x1be17e||self,_0x1be17e[_0x40f479(0x16d)]=_0xf3908d());}(this,function(){var _0x2b5b79=_0x19d2;return{'slides-exchange-client':{'file':'파일','upload':_0x2b5b79(0x172),'download':_0x2b5b79(0x175)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x4e23ee,_0x9747df){var _0x5749ae=_0x3333,_0x42e1f7=_0x4e23ee();while(!![]){try{var _0x2e73c5=-parseInt(_0x5749ae(0x115))/0x1*(parseInt(_0x5749ae(0x117))/0x2)+-parseInt(_0x5749ae(0x10f))/0x3*(parseInt(_0x5749ae(0x112))/0x4)+-parseInt(_0x5749ae(0x113))/0x5+-parseInt(_0x5749ae(0x118))/0x6+parseInt(_0x5749ae(0x111))/0x7+-parseInt(_0x5749ae(0x10c))/0x8+-parseInt(_0x5749ae(0x119))/0x9*(-parseInt(_0x5749ae(0x114))/0xa);if(_0x2e73c5===_0x9747df)break;else _0x42e1f7['push'](_0x42e1f7['shift']());}catch(_0x26ecc4){_0x42e1f7['push'](_0x42e1f7['shift']());}}}(_0x2713,0x71c23),function(_0x3c4ede,_0x116718){var _0x25a666=_0x3333;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x116718():typeof define=='function'&&define[_0x25a666(0x10d)]?define([],_0x116718):(_0x3c4ede=typeof globalThis<'u'?globalThis:_0x3c4ede||self,_0x3c4ede[_0x25a666(0x110)]=_0x116718());}(this,function(){var _0x5443fd=_0x3333;return{'slides-exchange-client':{'file':_0x5443fd(0x116),'upload':_0x5443fd(0x10e),'download':'Zapisz\x20jako'}};}));function _0x3333(_0x5ca6d5,_0x1efbc6){_0x5ca6d5=_0x5ca6d5-0x10c;var _0x271302=_0x2713();var _0x3333b1=_0x271302[_0x5ca6d5];return _0x3333b1;}function _0x2713(){var _0x90e6e4=['406442TXeUeu','3003762QmTTNK','9dduqPM','6842200vmnXYx','amd','Otwórz\x20(plik)','3945ulVpPS','UniverProSlidesExchangeClientPlPL','371525vgfjaM','1660LlxqVn','1079905vEzdCA','31401510EVcgHJ','3wTStTP','Plik'];_0x2713=function(){return _0x90e6e4;};return _0x2713();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5424(_0xae5de5,_0x1f7120){_0xae5de5=_0xae5de5-0x122;var _0x61f73d=_0x61f7();var _0x5424c1=_0x61f73d[_0xae5de5];return _0x5424c1;}function _0x61f7(){var _0x3d2a46=['6WjHiwM','Abrir\x20(Arquivo)','Salvar\x20Como','Arquivo','30226vDSmdf','22832CbzBXw','exports','258iUmAws','1211750NTSTLS','18075100qRkAmO','69994vborvR','function','3693108GDdpId','2495133WQWydn','UniverProSlidesExchangeClientPtBR','1341mLCVFs'];_0x61f7=function(){return _0x3d2a46;};return _0x61f7();}(function(_0xe4ffe9,_0x4f3ca7){var _0x109265=_0x5424,_0x41a696=_0xe4ffe9();while(!![]){try{var _0x2c335e=parseInt(_0x109265(0x127))/0x1*(-parseInt(_0x109265(0x131))/0x2)+parseInt(_0x109265(0x124))/0x3+parseInt(_0x109265(0x123))/0x4+parseInt(_0x109265(0x12f))/0x5+-parseInt(_0x109265(0x12e))/0x6*(-parseInt(_0x109265(0x12b))/0x7)+parseInt(_0x109265(0x12c))/0x8*(parseInt(_0x109265(0x126))/0x9)+-parseInt(_0x109265(0x130))/0xa;if(_0x2c335e===_0x4f3ca7)break;else _0x41a696['push'](_0x41a696['shift']());}catch(_0x10a8ef){_0x41a696['push'](_0x41a696['shift']());}}}(_0x61f7,0x903ae),function(_0x5ed2f0,_0x247ddb){var _0x4a641b=_0x5424;typeof exports=='object'&&typeof module<'u'?module[_0x4a641b(0x12d)]=_0x247ddb():typeof define==_0x4a641b(0x122)&&define['amd']?define([],_0x247ddb):(_0x5ed2f0=typeof globalThis<'u'?globalThis:_0x5ed2f0||self,_0x5ed2f0[_0x4a641b(0x125)]=_0x247ddb());}(this,function(){var _0x1f8f30=_0x5424;return{'slides-exchange-client':{'file':_0x1f8f30(0x12a),'upload':_0x1f8f30(0x128),'download':_0x1f8f30(0x129)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4f89(){var _0x305eb6=['1202538nPxhgE','1829680pNBqIB','function','2813124VPJvnA','Сохранить\x20как','247077UhIBvU','658285GtXdLf','object','amd','826272RqhbKk','Файл','49RpOxpZ','exports','1121094ZucbmD','4eqZApZ','540AuHvqA'];_0x4f89=function(){return _0x305eb6;};return _0x4f89();}function _0x50a8(_0x484038,_0x38c4a6){_0x484038=_0x484038-0x193;var _0x4f8970=_0x4f89();var _0x50a88a=_0x4f8970[_0x484038];return _0x50a88a;}(function(_0x4897e8,_0x59a2b0){var _0x51d9ba=_0x50a8,_0x5965a5=_0x4897e8();while(!![]){try{var _0x2bf432=parseInt(_0x51d9ba(0x199))/0x1+-parseInt(_0x51d9ba(0x1a0))/0x2+parseInt(_0x51d9ba(0x193))/0x3+parseInt(_0x51d9ba(0x1a1))/0x4*(-parseInt(_0x51d9ba(0x194))/0x5)+-parseInt(_0x51d9ba(0x196))/0x6+parseInt(_0x51d9ba(0x19e))/0x7*(-parseInt(_0x51d9ba(0x19c))/0x8)+parseInt(_0x51d9ba(0x198))/0x9*(parseInt(_0x51d9ba(0x1a2))/0xa);if(_0x2bf432===_0x59a2b0)break;else _0x5965a5['push'](_0x5965a5['shift']());}catch(_0x26ca43){_0x5965a5['push'](_0x5965a5['shift']());}}}(_0x4f89,0x67564),function(_0x37d43a,_0x20edae){var _0x59fe63=_0x50a8;typeof exports==_0x59fe63(0x19a)&&typeof module<'u'?module[_0x59fe63(0x19f)]=_0x20edae():typeof define==_0x59fe63(0x195)&&define[_0x59fe63(0x19b)]?define([],_0x20edae):(_0x37d43a=typeof globalThis<'u'?globalThis:_0x37d43a||self,_0x37d43a['UniverProSlidesExchangeClientRuRU']=_0x20edae());}(this,function(){var _0x5f4244=_0x50a8;return{'slides-exchange-client':{'file':_0x5f4244(0x19d),'upload':'Открыть(Файл)','download':_0x5f4244(0x197)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x45e43f,_0xb5246d){var _0x2a9beb=_0x4eaf,_0x388e4b=_0x45e43f();while(!![]){try{var _0x71fed8=parseInt(_0x2a9beb(0x1cf))/0x1+-parseInt(_0x2a9beb(0x1db))/0x2*(-parseInt(_0x2a9beb(0x1cd))/0x3)+-parseInt(_0x2a9beb(0x1d7))/0x4*(-parseInt(_0x2a9beb(0x1d6))/0x5)+-parseInt(_0x2a9beb(0x1d9))/0x6+-parseInt(_0x2a9beb(0x1ce))/0x7+parseInt(_0x2a9beb(0x1d5))/0x8+-parseInt(_0x2a9beb(0x1d3))/0x9;if(_0x71fed8===_0xb5246d)break;else _0x388e4b['push'](_0x388e4b['shift']());}catch(_0x49af16){_0x388e4b['push'](_0x388e4b['shift']());}}}(_0x52a3,0xddb28),function(_0x10401a,_0x42451c){var _0x56ef66=_0x4eaf;typeof exports=='object'&&typeof module<'u'?module[_0x56ef66(0x1d4)]=_0x42451c():typeof define==_0x56ef66(0x1d8)&&define[_0x56ef66(0x1da)]?define([],_0x42451c):(_0x10401a=typeof globalThis<'u'?globalThis:_0x10401a||self,_0x10401a['UniverProSlidesExchangeClientSkSK']=_0x42451c());}(this,function(){var _0x16c40a=_0x4eaf;return{'slides-exchange-client':{'file':_0x16c40a(0x1d2),'upload':_0x16c40a(0x1d1),'download':_0x16c40a(0x1d0)}};}));function _0x4eaf(_0x1fd14f,_0x51bf53){_0x1fd14f=_0x1fd14f-0x1cd;var _0x52a3c1=_0x52a3();var _0x4eaf70=_0x52a3c1[_0x1fd14f];return _0x4eaf70;}function _0x52a3(){var _0x460c29=['Otvoriť\x20(súbor)','Súbor','2991960GVikqD','exports','10013952OTobry','722525kFkyAC','4HiIWkT','function','1425288jUhrXK','amd','51334TOWzlF','45sQgKTM','5059782aBaOat','419632WBlkpu','Uložiť\x20ako'];_0x52a3=function(){return _0x460c29;};return _0x52a3();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1c53(_0x5b37d0,_0x1c4135){_0x5b37d0=_0x5b37d0-0x185;var _0x4e56f6=_0x4e56();var _0x1c53f7=_0x4e56f6[_0x5b37d0];return _0x1c53f7;}(function(_0x11bf36,_0x1ad0e0){var _0x3b7538=_0x1c53,_0x422412=_0x11bf36();while(!![]){try{var _0x405d47=parseInt(_0x3b7538(0x187))/0x1*(-parseInt(_0x3b7538(0x185))/0x2)+parseInt(_0x3b7538(0x18e))/0x3+-parseInt(_0x3b7538(0x18a))/0x4*(-parseInt(_0x3b7538(0x196))/0x5)+-parseInt(_0x3b7538(0x191))/0x6+-parseInt(_0x3b7538(0x195))/0x7*(-parseInt(_0x3b7538(0x192))/0x8)+parseInt(_0x3b7538(0x189))/0x9+parseInt(_0x3b7538(0x188))/0xa*(-parseInt(_0x3b7538(0x194))/0xb);if(_0x405d47===_0x1ad0e0)break;else _0x422412['push'](_0x422412['shift']());}catch(_0x1918de){_0x422412['push'](_0x422412['shift']());}}}(_0x4e56,0xd3d65),function(_0x1d1aaa,_0x15e31b){var _0xc2364=_0x1c53;typeof exports=='object'&&typeof module<'u'?module[_0xc2364(0x18d)]=_0x15e31b():typeof define==_0xc2364(0x193)&&define[_0xc2364(0x18c)]?define([],_0x15e31b):(_0x1d1aaa=typeof globalThis<'u'?globalThis:_0x1d1aaa||self,_0x1d1aaa[_0xc2364(0x186)]=_0x15e31b());}(this,function(){var _0xf8aa53=_0x1c53;return{'slides-exchange-client':{'file':_0xf8aa53(0x18b),'upload':_0xf8aa53(0x190),'download':_0xf8aa53(0x18f)}};}));function _0x4e56(){var _0x310300=['434VtcknW','UniverProSlidesExchangeClientViVN','2393bFZSyZ','134630vNdQfH','13260609KbhjsO','4SmdRNg','Tệp','amd','exports','2774709ftyLsc','Lưu\x20dưới\x20dạng','Mở\x20(Tệp)','3392418Flgvvw','3854504JTJhnS','function','2101UXidAN','21vFWcbA','3400295OCpoGW'];_0x4e56=function(){return _0x310300;};return _0x4e56();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x27ab4d,_0x522ab8){var _0x1a19d7=_0x4bf9,_0x2a81f7=_0x27ab4d();while(!![]){try{var _0x3dc6e1=-parseInt(_0x1a19d7(0x1a0))/0x1*(-parseInt(_0x1a19d7(0x199))/0x2)+parseInt(_0x1a19d7(0x1a6))/0x3+-parseInt(_0x1a19d7(0x1a5))/0x4+-parseInt(_0x1a19d7(0x19f))/0x5+parseInt(_0x1a19d7(0x19d))/0x6+parseInt(_0x1a19d7(0x1a4))/0x7*(-parseInt(_0x1a19d7(0x1a3))/0x8)+parseInt(_0x1a19d7(0x19a))/0x9;if(_0x3dc6e1===_0x522ab8)break;else _0x2a81f7['push'](_0x2a81f7['shift']());}catch(_0x125cc0){_0x2a81f7['push'](_0x2a81f7['shift']());}}}(_0x1d9d,0xe8101),function(_0x34b75e,_0x41d0f8){var _0x5e5771=_0x4bf9;typeof exports==_0x5e5771(0x19b)&&typeof module<'u'?module[_0x5e5771(0x198)]=_0x41d0f8():typeof define==_0x5e5771(0x19e)&&define['amd']?define([],_0x41d0f8):(_0x34b75e=typeof globalThis<'u'?globalThis:_0x34b75e||self,_0x34b75e[_0x5e5771(0x1a2)]=_0x41d0f8());}(this,function(){var _0x32632a=_0x4bf9;return{'slides-exchange-client':{'file':'文件','upload':_0x32632a(0x19c),'download':_0x32632a(0x1a1)}};}));function _0x4bf9(_0x5643c8,_0x24ba87){_0x5643c8=_0x5643c8-0x198;var _0x1d9dde=_0x1d9d();var _0x4bf99c=_0x1d9dde[_0x5643c8];return _0x4bf99c;}function _0x1d9d(){var _0x240e0b=['另存为','UniverProSlidesExchangeClientZhCN','64UJZqva','314363NyQjjM','7029504eJeToe','1374579KFRaPS','exports','21130NbiuHw','12269502dSzgrM','object','打开(文件)','5956050qFZLXm','function','1534570ZlfaoB','53piLWZG'];_0x1d9d=function(){return _0x240e0b;};return _0x1d9d();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x453127,_0x374408){var _0x25d829=_0x1310,_0x48aae1=_0x453127();while(!![]){try{var _0x785b59=parseInt(_0x25d829(0x145))/0x1*(-parseInt(_0x25d829(0x154))/0x2)+parseInt(_0x25d829(0x149))/0x3*(-parseInt(_0x25d829(0x14d))/0x4)+parseInt(_0x25d829(0x148))/0x5+parseInt(_0x25d829(0x151))/0x6*(parseInt(_0x25d829(0x152))/0x7)+parseInt(_0x25d829(0x14e))/0x8*(parseInt(_0x25d829(0x155))/0x9)+parseInt(_0x25d829(0x14c))/0xa*(-parseInt(_0x25d829(0x14a))/0xb)+parseInt(_0x25d829(0x146))/0xc;if(_0x785b59===_0x374408)break;else _0x48aae1['push'](_0x48aae1['shift']());}catch(_0x50b21c){_0x48aae1['push'](_0x48aae1['shift']());}}}(_0x2f10,0x51644),function(_0x331cec,_0x3aaf57){var _0x5157fe=_0x1310;typeof exports==_0x5157fe(0x150)&&typeof module<'u'?module['exports']=_0x3aaf57():typeof define=='function'&&define[_0x5157fe(0x14f)]?define([],_0x3aaf57):(_0x331cec=typeof globalThis<'u'?globalThis:_0x331cec||self,_0x331cec[_0x5157fe(0x14b)]=_0x3aaf57());}(this,function(){var _0xc45c8=_0x1310;return{'slides-exchange-client':{'file':'檔案','upload':_0xc45c8(0x147),'download':_0xc45c8(0x153)}};}));function _0x1310(_0xfc479e,_0x1e4888){_0xfc479e=_0xfc479e-0x145;var _0x2f101d=_0x2f10();var _0x131025=_0x2f101d[_0xfc479e];return _0x131025;}function _0x2f10(){var _0x29db0a=['336NWxaHA','64925wXXJzc','另存為','2PGdija','27sEeVfH','357202JwkHBA','4876824LUsQYE','開啟(檔案)','971145kvSamb','3UfEHpf','28831aZjomR','UniverProSlidesExchangeClientZhHK','490ONqhFO','2168472WyIvQe','642928ICzsch','amd','object'];_0x2f10=function(){return _0x29db0a;};return _0x2f10();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x28f8(){var _0x2fa4a3=['9877868KGhdEO','1071972ZMHrBK','amd','UniverProSlidesExchangeClientZhTW','152164AltPap','function','開啟(檔案)','exports','1166BQeYXC','45lfdCqC','677ISzEgY','object','153nmtCoU','1374muxRQO','47800DoYnPK','13209hqRIAC','3165352agUmLC'];_0x28f8=function(){return _0x2fa4a3;};return _0x28f8();}function _0x4036(_0x1b736c,_0x142d51){_0x1b736c=_0x1b736c-0x1c7;var _0x28f8f7=_0x28f8();var _0x40367f=_0x28f8f7[_0x1b736c];return _0x40367f;}(function(_0x4f70e7,_0xb689b){var _0x5d50c0=_0x4036,_0x222112=_0x4f70e7();while(!![]){try{var _0x595c05=-parseInt(_0x5d50c0(0x1d3))/0x1*(-parseInt(_0x5d50c0(0x1d1))/0x2)+-parseInt(_0x5d50c0(0x1ca))/0x3+-parseInt(_0x5d50c0(0x1cd))/0x4*(-parseInt(_0x5d50c0(0x1d2))/0x5)+parseInt(_0x5d50c0(0x1d6))/0x6*(-parseInt(_0x5d50c0(0x1c7))/0x7)+-parseInt(_0x5d50c0(0x1c8))/0x8+parseInt(_0x5d50c0(0x1d5))/0x9*(-parseInt(_0x5d50c0(0x1d7))/0xa)+parseInt(_0x5d50c0(0x1c9))/0xb;if(_0x595c05===_0xb689b)break;else _0x222112['push'](_0x222112['shift']());}catch(_0x54107e){_0x222112['push'](_0x222112['shift']());}}}(_0x28f8,0x5a020),function(_0x52dff4,_0x3dd987){var _0x5ec160=_0x4036;typeof exports==_0x5ec160(0x1d4)&&typeof module<'u'?module[_0x5ec160(0x1d0)]=_0x3dd987():typeof define==_0x5ec160(0x1ce)&&define[_0x5ec160(0x1cb)]?define([],_0x3dd987):(_0x52dff4=typeof globalThis<'u'?globalThis:_0x52dff4||self,_0x52dff4[_0x5ec160(0x1cc)]=_0x3dd987());}(this,function(){var _0x5746f6=_0x4036;return{'slides-exchange-client':{'file':'檔案','upload':_0x5746f6(0x1cf),'download':'另存為'}};}));
|
package/package.json
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@univerjs-pro/slides-exchange-client",
|
|
3
|
+
"version": "0.25.0-insiders.20260604-29ebbff",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "Slide import and export client integration for Univer Pro.",
|
|
6
|
+
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
7
|
+
"funding": {
|
|
8
|
+
"type": "opencollective",
|
|
9
|
+
"url": "https://opencollective.com/univer"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://univer.ai",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/dream-num/univer"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/dream-num/univer/issues"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [
|
|
20
|
+
"univer",
|
|
21
|
+
"univer-pro",
|
|
22
|
+
"slides",
|
|
23
|
+
"import-export",
|
|
24
|
+
"client"
|
|
25
|
+
],
|
|
26
|
+
"exports": {
|
|
27
|
+
".": {
|
|
28
|
+
"import": "./lib/es/index.js",
|
|
29
|
+
"require": "./lib/cjs/index.js",
|
|
30
|
+
"types": "./lib/types/index.d.ts"
|
|
31
|
+
},
|
|
32
|
+
"./*": {
|
|
33
|
+
"import": "./lib/es/*",
|
|
34
|
+
"require": "./lib/cjs/*",
|
|
35
|
+
"types": "./lib/types/index.d.ts"
|
|
36
|
+
},
|
|
37
|
+
"./locale/*": {
|
|
38
|
+
"import": "./lib/es/locale/*.js",
|
|
39
|
+
"require": "./lib/cjs/locale/*.js",
|
|
40
|
+
"types": "./lib/types/locale/*.d.ts"
|
|
41
|
+
},
|
|
42
|
+
"./lib/*": "./lib/*"
|
|
43
|
+
},
|
|
44
|
+
"main": "./lib/es/index.js",
|
|
45
|
+
"types": "./lib/types/index.d.ts",
|
|
46
|
+
"publishConfig": {
|
|
47
|
+
"access": "public"
|
|
48
|
+
},
|
|
49
|
+
"directories": {
|
|
50
|
+
"lib": "lib"
|
|
51
|
+
},
|
|
52
|
+
"files": [
|
|
53
|
+
"lib"
|
|
54
|
+
],
|
|
55
|
+
"dependencies": {
|
|
56
|
+
"@univerjs-pro/exchange-client": "0.25.0-insiders.20260604-29ebbff",
|
|
57
|
+
"@univerjs/core": "0.25.0-insiders.20260604-29ebbff",
|
|
58
|
+
"@univerjs/ui": "0.25.0-insiders.20260604-29ebbff"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"typescript": "^6.0.3",
|
|
62
|
+
"vitest": "^4.1.6",
|
|
63
|
+
"@univerjs-infra/shared": "0.25.0"
|
|
64
|
+
},
|
|
65
|
+
"scripts": {
|
|
66
|
+
"test": "vitest run",
|
|
67
|
+
"test:watch": "vitest",
|
|
68
|
+
"coverage": "vitest run --coverage",
|
|
69
|
+
"typecheck": "tsc --noEmit",
|
|
70
|
+
"build:bundle": "univer-cli build",
|
|
71
|
+
"build:types": "tsc -p tsconfig.node.json",
|
|
72
|
+
"build": "pnpm run build:bundle && pnpm run build:types"
|
|
73
|
+
},
|
|
74
|
+
"module": "./lib/es/index.js"
|
|
75
|
+
}
|