@univerjs-pro/slides-print 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +43 -0
- package/lib/cjs/facade.js +1 -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/facade.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/facade.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/slide-print.operation.d.ts +3 -0
- package/lib/types/common/plugin-name.d.ts +1 -0
- package/lib/types/common/types.d.ts +16 -0
- package/lib/types/config/config.d.ts +7 -0
- package/lib/types/controllers/components.controller.d.ts +7 -0
- package/lib/types/controllers/menu.d.ts +4 -0
- package/lib/types/controllers/ui.controller.d.ts +9 -0
- package/lib/types/facade/f-univer.d.ts +19 -0
- package/lib/types/facade/index.d.ts +2 -0
- package/lib/types/index.d.ts +5 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +6 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/menu/schema.d.ts +2 -0
- package/lib/types/plugin.d.ts +14 -0
- package/lib/types/services/range.d.ts +2 -0
- package/lib/types/services/slide-print.service.d.ts +13 -0
- package/lib/types/views/slide-print-canvas-view.d.ts +22 -0
- package/lib/types/views/slide-print-drawing-map.d.ts +6 -0
- package/lib/umd/facade.js +1 -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 +89 -0
package/README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# @univerjs-pro/slides-print
|
|
2
|
+
|
|
3
|
+
[](https://npmjs.com/package/@univerjs-pro/slides-print)
|
|
4
|
+
[](https://npmjs.com/package/@univerjs-pro/slides-print)
|
|
5
|
+
|
|
6
|
+
`@univerjs-pro/slides-print` provides print integration for Univer Slides.
|
|
7
|
+
|
|
8
|
+
## Package Overview
|
|
9
|
+
|
|
10
|
+
| Package | UMD global | CSS | Locales | Facade entry |
|
|
11
|
+
| --- | --- | :---: | :---: | :---: |
|
|
12
|
+
| `@univerjs-pro/slides-print` | `UniverProSlidesPrint` | No | Yes | Yes |
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
```sh
|
|
17
|
+
pnpm add @univerjs-pro/slides-print
|
|
18
|
+
# or
|
|
19
|
+
npm install @univerjs-pro/slides-print
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version.
|
|
23
|
+
|
|
24
|
+
## Usage
|
|
25
|
+
|
|
26
|
+
```ts
|
|
27
|
+
import EnUS from '@univerjs-pro/slides-print/locale/en-US';
|
|
28
|
+
import { UniverSlidesPrintPlugin } from '@univerjs-pro/slides-print';
|
|
29
|
+
|
|
30
|
+
univer.registerPlugin(UniverSlidesPrintPlugin);
|
|
31
|
+
|
|
32
|
+
// Merge EnUS into your Univer locale map when this package contributes UI text.
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Integration Notes
|
|
36
|
+
|
|
37
|
+
Use this package with `@univerjs-pro/print` and the Univer Slides UI packages.
|
|
38
|
+
|
|
39
|
+
## Resources
|
|
40
|
+
|
|
41
|
+
- [Documentation](https://docs.univer.ai/guides/pro)
|
|
42
|
+
- [NPM package](https://npmjs.com/package/@univerjs-pro/slides-print)
|
|
43
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x164a1d=_0x590a;(function(_0x1e1ee8,_0x3ce4a1){const _0x3ff757=_0x590a,_0x42cbfb=_0x1e1ee8();while(!![]){try{const _0x5917e9=-parseInt(_0x3ff757(0x10b))/0x1*(parseInt(_0x3ff757(0x10f))/0x2)+parseInt(_0x3ff757(0x10c))/0x3*(-parseInt(_0x3ff757(0x101))/0x4)+parseInt(_0x3ff757(0x10d))/0x5*(-parseInt(_0x3ff757(0x100))/0x6)+-parseInt(_0x3ff757(0x110))/0x7*(-parseInt(_0x3ff757(0x111))/0x8)+-parseInt(_0x3ff757(0x10a))/0x9+-parseInt(_0x3ff757(0x108))/0xa*(parseInt(_0x3ff757(0x105))/0xb)+parseInt(_0x3ff757(0x10e))/0xc*(parseInt(_0x3ff757(0x102))/0xd);if(_0x5917e9===_0x3ce4a1)break;else _0x42cbfb['push'](_0x42cbfb['shift']());}catch(_0x5ce01b){_0x42cbfb['push'](_0x42cbfb['shift']());}}}(_0x4c08,0x99ad1));let e=require('@univerjs-pro/slides-print'),t=require('@univerjs/core/facade');var n=class extends t[_0x164a1d(0x103)]{[_0x164a1d(0x106)](_0x19a328){const _0x60f177=_0x164a1d;return this['_commandService'][_0x60f177(0x109)](e[_0x60f177(0x107)]['id'],_0x19a328);}};t[_0x164a1d(0x103)][_0x164a1d(0x104)](n);function _0x590a(_0x5a65de,_0x369066){_0x5a65de=_0x5a65de-0x100;const _0x4c08d6=_0x4c08();let _0x590af6=_0x4c08d6[_0x5a65de];return _0x590af6;}function _0x4c08(){const _0x4384c2=['134pZwGGd','617365CHQrjo','32wWYBeo','107196mLfuwv','12EnbyTW','13JOvQqf','FUniver','extend','2089351WJvMFT','printSlidesAsync','SlidePrintOperation','20gdESmt','executeCommand','987075hsgNlC','10766tXoqGp','1244121PbjdUQ','205KqZnWf','41570196QpjiDd'];_0x4c08=function(){return _0x4384c2;};return _0x4c08();}
|
package/lib/cjs/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x4f355d=_0x32e6;(function(_0x974d3d,_0x1df932){const _0x23926d=_0x32e6,_0x43c2f8=_0x974d3d();while(!![]){try{const _0x1d823a=parseInt(_0x23926d(0x21a))/0x1*(-parseInt(_0x23926d(0x26f))/0x2)+-parseInt(_0x23926d(0x26e))/0x3+parseInt(_0x23926d(0x259))/0x4*(-parseInt(_0x23926d(0x251))/0x5)+-parseInt(_0x23926d(0x1dc))/0x6+parseInt(_0x23926d(0x285))/0x7*(-parseInt(_0x23926d(0x1e0))/0x8)+parseInt(_0x23926d(0x22f))/0x9*(parseInt(_0x23926d(0x1dd))/0xa)+-parseInt(_0x23926d(0x26b))/0xb*(-parseInt(_0x23926d(0x209))/0xc);if(_0x1d823a===_0x1df932)break;else _0x43c2f8['push'](_0x43c2f8['shift']());}catch(_0x3c0e23){_0x43c2f8['push'](_0x43c2f8['shift']());}}}(_0x5ea5,0xa30d3),Object[_0x4f355d(0x1d5)](exports,Symbol[_0x4f355d(0x1e7)],{'value':_0x4f355d(0x25a)}));let e=require('@univerjs/core'),t=require('@univerjs-pro/print'),n=require('@univerjs/engine-render'),r=require('@univerjs-pro/slides'),i=require('@univerjs-pro/slides-ui'),a=require('@univerjs/icons'),o=require('@univerjs/ui');function s(_0x23cada){const _0x4f5e7d=_0x4f355d;return Number[_0x4f5e7d(0x205)](_0x23cada[_0x4f5e7d(0x1d0)])&&Number[_0x4f5e7d(0x205)](_0x23cada['to'])&&_0x23cada[_0x4f5e7d(0x1d0)]<=_0x23cada['to'];}function c(_0x3fa8a1,_0x131bec){const _0xa79f3b=_0x4f355d;return Math[_0xa79f3b(0x1e5)](0x0,Math['min'](_0x131bec-0x1,_0x3fa8a1-0x1));}function l(_0x116949,_0x223507){const _0x335ea4=_0x4f355d;if(_0x116949<=0x0)return[];if(!_0x223507)return Array[_0x335ea4(0x1d0)]({'length':_0x116949},(_0x272564,_0xc52aad)=>_0xc52aad);let _0x28420e=new Set();return _0x223507['forEach'](_0x5f381f=>{const _0x1d72b1=_0x335ea4;if(!s(_0x5f381f)||_0x5f381f['to']<0x1||_0x5f381f['from']>_0x116949)return;let _0x2c642e=c(_0x5f381f[_0x1d72b1(0x1d0)],_0x116949),_0x5a5f94=c(_0x5f381f['to'],_0x116949);for(let _0x36e268=_0x2c642e;_0x36e268<=_0x5a5f94;_0x36e268+=0x1)_0x28420e[_0x1d72b1(0x23a)](_0x36e268);}),Array[_0x335ea4(0x1d0)](_0x28420e)[_0x335ea4(0x202)]((_0x10d217,_0x5c9e83)=>_0x10d217-_0x5c9e83);}function u(_0x201802,_0x51272c,_0x17d259){const _0x284137=_0x4f355d;let _0x3c6301=_0x51272c[_0x284137(0x224)](),_0x465466=_0x17d259[_0x284137(0x1f3)](),_0x3f0af5=_0x201802[_0x284137(0x1ed)](_0x3c6301,_0x465466),_0x118ccc=_0x201802['getDrawingOrder'](_0x3c6301,_0x465466);return _0x118ccc[_0x284137(0x21c)](_0x8b9fa6=>!!_0x3f0af5[_0x8b9fa6])?{'data':_0x3f0af5,'order':_0x118ccc}:(0x0,r[_0x284137(0x26d)])(_0x3c6301,_0x465466,_0x17d259['resolveElements'](),_0x51272c[_0x284137(0x1da)](_0x465466));}function d(_0x1dd628){'@babel/helpers - typeof';const _0x2e1617=_0x4f355d;return d=typeof Symbol==_0x2e1617(0x27f)&&typeof Symbol[_0x2e1617(0x25c)]==_0x2e1617(0x207)?function(_0x8665b){return typeof _0x8665b;}:function(_0x32decf){const _0x486c4e=_0x2e1617;return _0x32decf&&typeof Symbol==_0x486c4e(0x27f)&&_0x32decf['constructor']===Symbol&&_0x32decf!==Symbol['prototype']?_0x486c4e(0x207):typeof _0x32decf;},d(_0x1dd628);}function f(_0x46436e,_0x57ae64){const _0x2dda22=_0x4f355d;if(d(_0x46436e)!='object'||!_0x46436e)return _0x46436e;var _0x499959=_0x46436e[Symbol['toPrimitive']];if(_0x499959!==void 0x0){var _0x15a5c3=_0x499959[_0x2dda22(0x244)](_0x46436e,_0x57ae64||_0x2dda22(0x1d6));if(d(_0x15a5c3)!=_0x2dda22(0x219))return _0x15a5c3;throw TypeError(_0x2dda22(0x1d7));}return(_0x57ae64===_0x2dda22(0x25f)?String:Number)(_0x46436e);}function p(_0x5c695b){const _0x40ab88=_0x4f355d;var _0x2cd93c=f(_0x5c695b,_0x40ab88(0x25f));return d(_0x2cd93c)==_0x40ab88(0x207)?_0x2cd93c:_0x2cd93c+'';}function m(_0x5365ea,_0xd69d43,_0x4b92a9){const _0x4b7d78=_0x4f355d;return(_0xd69d43=p(_0xd69d43))in _0x5365ea?Object[_0x4b7d78(0x1d5)](_0x5365ea,_0xd69d43,{'value':_0x4b92a9,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x5365ea[_0xd69d43]=_0x4b92a9,_0x5365ea;}var h=class extends e['Disposable']{get[_0x4f355d(0x272)](){const _0x4c6fc6=_0x4f355d;return this[_0x4c6fc6(0x26c)];}get[_0x4f355d(0x200)](){const _0x1347e5=_0x4f355d;return this[_0x1347e5(0x1db)];}get[_0x4f355d(0x20f)](){const _0x1ca796=_0x4f355d;var _0x368e62;return(_0x368e62=this[_0x1ca796(0x21b)]['getData']()['pageSize'])==null?this[_0x1ca796(0x256)][_0x1ca796(0x1fc)]()[_0x1ca796(0x220)]:_0x368e62;}constructor(_0x41be60,_0x6566,_0x377dce){const _0x21b3a6=_0x4f355d;super(),this[_0x21b3a6(0x255)]=_0x41be60,this[_0x21b3a6(0x256)]=_0x6566,this[_0x21b3a6(0x21b)]=_0x377dce,m(this,_0x21b3a6(0x26c),document['createElement'](_0x21b3a6(0x239))),m(this,_0x21b3a6(0x1db),document[_0x21b3a6(0x214)](_0x21b3a6(0x239))),m(this,_0x21b3a6(0x1eb),void 0x0),m(this,'_scene',void 0x0),m(this,'_objectProvider',void 0x0),m(this,'_renderObjectMap',new Map()),this['_objectProvider']=this['_injector'][_0x21b3a6(0x276)](i[_0x21b3a6(0x210)]),this['_initRenderer'](),this[_0x21b3a6(0x249)]({'dispose':()=>{const _0x236670=_0x21b3a6;this[_0x236670(0x253)][_0x236670(0x257)](),this[_0x236670(0x227)][_0x236670(0x218)](),this[_0x236670(0x1eb)]['dispose']();}});}[_0x4f355d(0x222)](){const _0x88bfa7=_0x4f355d;let _0x1ba6c3='slide-print-'+(0x0,e[_0x88bfa7(0x1ea)])(0x4),{width:_0x5d13c8,height:_0x57c0e0}=this[_0x88bfa7(0x20f)];this[_0x88bfa7(0x1eb)]=new n['Engine']('',{'elementWidth':_0x5d13c8,'elementHeight':_0x57c0e0,'dpr':0x1,'renderMode':n['CanvasRenderMode'][_0x88bfa7(0x1f2)]}),this['_scene']=new n[(_0x88bfa7(0x261))](_0x1ba6c3,this[_0x88bfa7(0x1eb)]),this[_0x88bfa7(0x227)]['disableObjectsEvent'](),this['_scene'][_0x88bfa7(0x22e)]({'width':_0x5d13c8,'height':_0x57c0e0,'scaleX':0x1,'scaleY':0x1}),new n[(_0x88bfa7(0x226))](n[_0x88bfa7(0x20a)],this['_scene'],{'left':0x0,'top':0x0,'width':_0x5d13c8,'height':_0x57c0e0,'active':!0x0})[_0x88bfa7(0x23e)](),this[_0x88bfa7(0x1eb)]['setContainer'](this[_0x88bfa7(0x26c)],!0x1),this[_0x88bfa7(0x1eb)]['getCanvas']()['getContext']()['setId'](_0x1ba6c3+'_'+(0x0,e[_0x88bfa7(0x1ea)])(0x4)),this[_0x88bfa7(0x1f6)]();}['_renderSlidePage'](){const _0x31c1f2=_0x4f355d;let _0x36e942=this[_0x31c1f2(0x256)][_0x31c1f2(0x224)](),_0x30b432=this['_slidePage'][_0x31c1f2(0x1f3)](),{width:_0x323659,height:_0x17258e}=this[_0x31c1f2(0x20f)],_0x83cf38=this['_scene'],_0xe1144=this[_0x31c1f2(0x255)][_0x31c1f2(0x276)](i['SlidePageBackgroundObject'],'slide-print-page-background-'+_0x36e942+'-'+_0x30b432,{'left':0x0,'top':0x0,'width':_0x323659,'height':_0x17258e,'background':this[_0x31c1f2(0x21b)][_0x31c1f2(0x24f)](),'evented':!0x1,'zIndex':0x1});_0x83cf38[_0x31c1f2(0x208)](_0xe1144,0x0),this['_renderObjectMap'][_0x31c1f2(0x269)](_0xe1144[_0x31c1f2(0x1e6)],_0xe1144);let {data:_0xdd0c3b,order:_0xfdc019}=u(this[_0x31c1f2(0x255)][_0x31c1f2(0x1f1)](r[_0x31c1f2(0x254)]),this[_0x31c1f2(0x256)],this['_slidePage']),_0x1ffa3c=(0x0,i[_0x31c1f2(0x1e3)])(_0xdd0c3b),_0x41dca4=new i[(_0x31c1f2(0x281))](_0x31c1f2(0x1d9)+_0x36e942+'-'+_0x30b432,{'left':0x0,'top':0x0,'width':_0x323659,'height':_0x17258e});_0x83cf38[_0x31c1f2(0x208)](_0x41dca4,0x0),this[_0x31c1f2(0x253)][_0x31c1f2(0x269)](_0x41dca4['oKey'],_0x41dca4),this[_0x31c1f2(0x264)][_0x31c1f2(0x23d)](_0x1ffa3c,_0xfdc019,{'unitId':_0x36e942,'subUnitId':_0x30b432,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':r[_0x31c1f2(0x260)]['PRESENTATION'],'showPlaceholder':!0x1,'requestRender':()=>this[_0x31c1f2(0x229)]()})[_0x31c1f2(0x231)](_0x11d8bb=>{const _0x1d65c2=_0x31c1f2;_0x83cf38['addObject'](_0x11d8bb,n[_0x1d65c2(0x217)]),this['_renderObjectMap'][_0x1d65c2(0x269)](_0x11d8bb[_0x1d65c2(0x1e6)],_0x11d8bb);}),(0x0,i['assembleGroupHierarchy'])(_0x1ffa3c,_0xfdc019,_0x83cf38,{'unitId':_0x36e942,'subUnitId':_0x30b432,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':r[_0x31c1f2(0x260)][_0x31c1f2(0x1ec)],'showPlaceholder':!0x1,'objectProvider':this['_objectProvider'],'renderObjectMap':this[_0x31c1f2(0x253)],'requestRender':()=>this['render']()}),_0x83cf38[_0x31c1f2(0x21d)](!0x0);}['prepare'](){const _0x4db5c4=_0x4f355d;this[_0x4db5c4(0x1db)][_0x4db5c4(0x234)][_0x4db5c4(0x203)]=_0x4db5c4(0x1e9),this[_0x4db5c4(0x1db)]['style'][_0x4db5c4(0x1ee)]='0px',this[_0x4db5c4(0x1db)]['style'][_0x4db5c4(0x1f4)]=_0x4db5c4(0x287),this[_0x4db5c4(0x1db)][_0x4db5c4(0x234)]['width']='100%',this[_0x4db5c4(0x1db)][_0x4db5c4(0x234)][_0x4db5c4(0x1f8)]=_0x4db5c4(0x289);}[_0x4f355d(0x229)](){const _0x57f5a9=_0x4f355d;let _0x5828c3=this[_0x57f5a9(0x1eb)]['getCanvas']()[_0x57f5a9(0x262)]();this[_0x57f5a9(0x227)][_0x57f5a9(0x21d)](!0x0),_0x5828c3[_0x57f5a9(0x201)](),this[_0x57f5a9(0x227)][_0x57f5a9(0x229)](),_0x5828c3[_0x57f5a9(0x284)]();}};function g(_0x282b32,_0xc4fbaf){return function(_0x3c9c1a,_0x745c0b){_0xc4fbaf(_0x3c9c1a,_0x745c0b,_0x282b32);};}function _(_0x2ea991,_0x5f0c5d,_0x592f20,_0xeae6e5){const _0x17eba7=_0x4f355d;var _0x470002=arguments[_0x17eba7(0x1f7)],_0x305476=_0x470002<0x3?_0x5f0c5d:_0xeae6e5===null?_0xeae6e5=Object[_0x17eba7(0x21e)](_0x5f0c5d,_0x592f20):_0xeae6e5,_0x47f46e;if(typeof Reflect==_0x17eba7(0x219)&&typeof Reflect['decorate']==_0x17eba7(0x27f))_0x305476=Reflect[_0x17eba7(0x24b)](_0x2ea991,_0x5f0c5d,_0x592f20,_0xeae6e5);else{for(var _0x3c3f7a=_0x2ea991[_0x17eba7(0x1f7)]-0x1;_0x3c3f7a>=0x0;_0x3c3f7a--)(_0x47f46e=_0x2ea991[_0x3c3f7a])&&(_0x305476=(_0x470002<0x3?_0x47f46e(_0x305476):_0x470002>0x3?_0x47f46e(_0x5f0c5d,_0x592f20,_0x305476):_0x47f46e(_0x5f0c5d,_0x592f20))||_0x305476);}return _0x470002>0x3&&_0x305476&&Object['defineProperty'](_0x5f0c5d,_0x592f20,_0x305476),_0x305476;}let v=class extends e[_0x4f355d(0x24c)]{constructor(_0x429fd6,_0x54a1ed,_0x4d1c1e){const _0xdf215d=_0x4f355d;super(),this[_0xdf215d(0x1e8)]=_0x429fd6,this[_0xdf215d(0x255)]=_0x54a1ed,this[_0xdf215d(0x236)]=_0x4d1c1e,m(this,_0xdf215d(0x206),!0x1);}['print'](_0x49ca0f,_0x4106da){const _0x52bee0=_0x4f355d;var _0x56cc2e;if(this[_0x52bee0(0x206)])return Promise[_0x52bee0(0x1df)](!0x1);let _0x39e572=this['_univerInstanceService'][_0x52bee0(0x288)](_0x49ca0f,e[_0x52bee0(0x1d4)][_0x52bee0(0x237)]);if(!_0x39e572)return Promise[_0x52bee0(0x1df)](!0x1);let _0x3b0230=_0x39e572[_0x52bee0(0x1fc)](),_0x13a8ad=l(_0x3b0230[_0x52bee0(0x1ef)]['length'],_0x4106da==null?void 0x0:_0x4106da[_0x52bee0(0x241)])['map'](_0x523f49=>_0x3b0230['slideOrder'][_0x523f49])['map'](_0x4264d7=>_0x39e572[_0x52bee0(0x24a)]['getSlide'](_0x4264d7))[_0x52bee0(0x1e4)](_0x412c0f=>!!_0x412c0f);if(_0x13a8ad[_0x52bee0(0x1f7)]===0x0)return Promise[_0x52bee0(0x1df)](!0x1);this['_printing']=!0x0;let _0x140011=this[_0x52bee0(0x212)]();if(!_0x140011)return this['_printing']=!0x1,Promise[_0x52bee0(0x1df)](!0x1);let {width:_0x1e2be5,height:_0x475491}=(_0x56cc2e=_0x13a8ad[0x0][_0x52bee0(0x273)]()[_0x52bee0(0x250)])==null?_0x3b0230['defaultPageSize']:_0x56cc2e,_0x4b0d31=_0x1e2be5>=_0x475491?t[_0x52bee0(0x258)][_0x52bee0(0x25b)]:t[_0x52bee0(0x258)][_0x52bee0(0x245)],_0x5daa2d=(0x0,t[_0x52bee0(0x20b)])(Math[_0x52bee0(0x271)](_0x1e2be5,_0x475491),Math[_0x52bee0(0x1e5)](_0x1e2be5,_0x475491),_0x4b0d31),_0x4eed18=_0x140011[_0x52bee0(0x243)][_0x52bee0(0x214)]('div');_0x4eed18[_0x52bee0(0x215)]=t[_0x52bee0(0x20d)];let _0x131252=_0x13a8ad[_0x52bee0(0x1d1)](_0x54d19d=>{const _0x1493b0=_0x52bee0;let _0xee8675=new h(this[_0x1493b0(0x255)],_0x39e572,_0x54d19d);return _0xee8675[_0x1493b0(0x272)]['className']=t[_0x1493b0(0x1d8)],_0xee8675;});_0x131252['forEach'](_0xb366a0=>{const _0x251281=_0x52bee0;_0x4eed18[_0x251281(0x1fb)](_0xb366a0['container']),_0xb366a0[_0x251281(0x272)]['appendChild'](_0xb366a0['root']),_0xb366a0['prepare']();}),_0x140011[_0x52bee0(0x243)]['head'][_0x52bee0(0x1fb)](_0x5daa2d),_0x140011[_0x52bee0(0x243)][_0x52bee0(0x20c)][_0x52bee0(0x1fb)](_0x4eed18);let _0x5b107a=_0x140011[_0x52bee0(0x1fd)],_0x3dad54=_0x5b107a[_0x52bee0(0x230)],_0x556de3=_0x5b107a[_0x52bee0(0x232)];return new Promise(_0x4fad44=>{let _0x576afb=!0x1,_0xe9aced=()=>{const _0x24e9f5=_0x32e6;_0x576afb||(_0x576afb=!0x0,_0x131252[_0x24e9f5(0x231)](_0x46ef6a=>{_0x46ef6a['render']();}));},_0x32d810=_0x193b8b=>{const _0x2436dc=_0x32e6;_0x131252[_0x2436dc(0x231)](_0x4067d6=>{const _0x5253cc=_0x2436dc;_0x4067d6[_0x5253cc(0x218)]();}),_0x4eed18[_0x2436dc(0x274)](),_0x5daa2d['remove'](),_0x5b107a['onbeforeprint']=_0x3dad54,_0x5b107a[_0x2436dc(0x232)]=_0x556de3,_0x140011[_0x2436dc(0x282)][_0x2436dc(0x274)](),this[_0x2436dc(0x242)](_0x49ca0f,_0x3b0230['slideOrder']),this[_0x2436dc(0x206)]=!0x1,_0x4fad44(_0x193b8b);};setTimeout(()=>{const _0x3c2200=_0x32e6;if(_0x5b107a['onbeforeprint']=_0x2b2200=>{const _0x37d685=_0x32e6;_0x3dad54==null||_0x3dad54[_0x37d685(0x244)](_0x5b107a,_0x2b2200),_0xe9aced();},_0x5b107a['onafterprint']=_0x1f810c=>{const _0x564e1e=_0x32e6;_0x556de3==null||_0x556de3[_0x564e1e(0x244)](_0x5b107a,_0x1f810c),_0x32d810(!0x0);},typeof _0x5b107a[_0x3c2200(0x23b)]!=_0x3c2200(0x27f)){_0x32d810(!0x1);return;}_0xe9aced(),_0x5b107a[_0x3c2200(0x267)](),_0x5b107a['print']();},0x64);});}[_0x4f355d(0x212)](){const _0xa1e3ce=_0x4f355d;var _0x8bac78;let _0x3be1d8=document[_0xa1e3ce(0x214)](_0xa1e3ce(0x21f));_0x3be1d8[_0xa1e3ce(0x26a)](_0xa1e3ce(0x25e),'true'),_0x3be1d8[_0xa1e3ce(0x26a)](_0xa1e3ce(0x223),'true'),_0x3be1d8[_0xa1e3ce(0x234)][_0xa1e3ce(0x203)]=_0xa1e3ce(0x247),_0x3be1d8[_0xa1e3ce(0x234)][_0xa1e3ce(0x1f4)]=_0xa1e3ce(0x27c),_0x3be1d8[_0xa1e3ce(0x234)]['top']='0',_0x3be1d8['style'][_0xa1e3ce(0x233)]=_0xa1e3ce(0x252),_0x3be1d8[_0xa1e3ce(0x234)][_0xa1e3ce(0x1f8)]='1px',_0x3be1d8[_0xa1e3ce(0x234)]['border']='0',_0x3be1d8[_0xa1e3ce(0x234)][_0xa1e3ce(0x235)]=_0xa1e3ce(0x286),document[_0xa1e3ce(0x20c)][_0xa1e3ce(0x1fb)](_0x3be1d8);let _0x22588e=_0x3be1d8['contentWindow'],_0x5e9623=(_0x8bac78=_0x3be1d8[_0xa1e3ce(0x1fe)])==null?_0x22588e==null?void 0x0:_0x22588e[_0xa1e3ce(0x243)]:_0x8bac78;return!_0x22588e||!_0x5e9623?(_0x3be1d8[_0xa1e3ce(0x274)](),null):(_0x5e9623[_0xa1e3ce(0x211)](),_0x5e9623[_0xa1e3ce(0x22b)](_0xa1e3ce(0x240)),_0x5e9623[_0xa1e3ce(0x27e)](),{'frame':_0x3be1d8,'document':_0x5e9623,'window':_0x22588e});}[_0x4f355d(0x242)](_0x2015cf,_0x241195){const _0x332513=_0x4f355d;_0x241195[_0x332513(0x231)](_0x4b5d31=>{const _0x2f3136=_0x332513;let _0x2fc619=_0x2015cf+'-thumb-'+_0x4b5d31,_0x5f46fb=this[_0x2f3136(0x236)][_0x2f3136(0x213)](_0x2fc619);_0x5f46fb&&(_0x5f46fb['engine'][_0x2f3136(0x265)](),_0x5f46fb[_0x2f3136(0x1f0)][_0x2f3136(0x21d)](!0x0),_0x5f46fb['scene'][_0x2f3136(0x229)]());});}};v=_([g(0x0,e[_0x4f355d(0x20e)]),g(0x1,(0x0,e[_0x4f355d(0x24d)])(e[_0x4f355d(0x279)])),g(0x2,n[_0x4f355d(0x263)])],v);const y={'id':'slide.operation.print','type':e[_0x4f355d(0x27d)]['OPERATION'],'handler':async(_0x5f011c,_0x466bc6)=>{const _0x2e77a9=_0x4f355d;let _0x570339=_0x5f011c[_0x2e77a9(0x1f1)](e[_0x2e77a9(0x20e)]),_0x1c2629=_0x5f011c[_0x2e77a9(0x1f1)](v),_0x77da7f=_0x570339['getCurrentUnitOfType'](e[_0x2e77a9(0x1d4)][_0x2e77a9(0x237)]);return _0x77da7f?_0x1c2629[_0x2e77a9(0x23b)](_0x77da7f[_0x2e77a9(0x224)](),_0x466bc6):!0x1;}},b=_0x4f355d(0x1fa),x={};var S=_0x4f355d(0x1e1),C=_0x4f355d(0x27a);let w=class extends e[_0x4f355d(0x24c)]{constructor(_0xd5d39b){super(),this['_iconManager']=_0xd5d39b,this['_registerIcons']();}[_0x4f355d(0x266)](){const _0x344ee3=_0x4f355d;this['disposeWithMe'](this[_0x344ee3(0x248)][_0x344ee3(0x22c)]({'PrintIcon':a[_0x344ee3(0x268)]}));}};w=_([g(0x0,(0x0,e[_0x4f355d(0x24d)])(o[_0x4f355d(0x22a)]))],w);function T(_0x418247){const _0x47fd25=_0x4f355d;return{'id':y['id'],'type':o[_0x47fd25(0x238)][_0x47fd25(0x1e2)],'title':_0x47fd25(0x24e),'icon':_0x47fd25(0x268),'tooltip':'slides-print.menu','hidden$':(0x0,o[_0x47fd25(0x278)])(_0x418247,e[_0x47fd25(0x1d4)][_0x47fd25(0x237)])};}const E={[o[_0x4f355d(0x275)][_0x4f355d(0x204)]]:{[y['id']]:{'order':0.4,'menuItemFactory':T}}};let D=class extends e['Disposable']{constructor(_0xd7501,_0x3b6894){const _0x221690=_0x4f355d;super(),this[_0x221690(0x277)]=_0xd7501,this['_menuManagerService']=_0x3b6894,this[_0x221690(0x246)](),this[_0x221690(0x221)]();}['_initCommands'](){const _0x2dee74=_0x4f355d;this[_0x2dee74(0x249)](this[_0x2dee74(0x277)][_0x2dee74(0x1de)](y));}[_0x4f355d(0x221)](){const _0xa2fed2=_0x4f355d;this[_0xa2fed2(0x27b)][_0xa2fed2(0x22d)](E);}};D=_([g(0x0,e[_0x4f355d(0x25d)]),g(0x1,o[_0x4f355d(0x23c)])],D);let O=class extends e[_0x4f355d(0x1d3)]{constructor(_0x2754e8=x,_0x29a624,_0xa340d7){const _0x1c8c5d=_0x4f355d;super(),this['_config']=_0x2754e8,this['_injector']=_0x29a624,this[_0x1c8c5d(0x1f9)]=_0xa340d7;let {menu:_0x2ea48a,..._0x45e976}=(0x0,e[_0x1c8c5d(0x280)])({},x,this['_config']);_0x2ea48a&&this[_0x1c8c5d(0x1f9)][_0x1c8c5d(0x216)]('menu',_0x2ea48a,{'merge':!0x0}),this['_configService']['setConfig'](b,_0x45e976);}[_0x4f355d(0x23f)](){const _0x36b54f=_0x4f355d;this['_injector'][_0x36b54f(0x23a)]([w]),this['_injector'][_0x36b54f(0x1f1)](w),(0x0,e[_0x36b54f(0x270)])(this[_0x36b54f(0x255)],[[v],[D]]);}[_0x4f355d(0x225)](){const _0x508f97=_0x4f355d;this[_0x508f97(0x255)][_0x508f97(0x1f1)](D);}};function _0x5ea5(){const _0x440c00=['print','IMenuManagerService','convertToRenderObjects','openClip','onStarting','<!doctype\x20html><html><head></head><body></body></html>','range','_restoreThumbnailRenders','document','call','Portrait','_initCommands','fixed','_iconManager','disposeWithMe','pageManager','decorate','Disposable','Inject','slides-print.menu','resolveBackground','pageSize','135OjAfya','1px','_renderObjectMap','ISlideDrawingService','_injector','_slideModel','clear','PrintDirection','1340cQASFr','Module','Landscape','iterator','ICommandService','aria-hidden','string','SlideSceneTypeEnum','Scene','getContext','IRenderManagerService','_objectProvider','resize','_registerIcons','focus','PrintIcon','set','setAttribute','33Rqxbtr','_container','resolvedSlideLayersToDrawingMap','2578977BeAEUF','683002zfntaM','registerDependencies','min','container','getData','remove','RibbonStartGroup','createInstance','_commandService','getMenuHiddenObservable','Injector','1.0.0-alpha.1','_menuManagerService','-10000px','CommandType','close','function','merge','SlidePageClipGroup','frame','pluginName','restore','147mNSDqo','none','0px','getUnit','100%','from','map','type','Plugin','UniverInstanceType','defineProperty','default','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','PRINT_CANVAS_CLASS','slide-print-page-clip-','getThemeDataForPage','_root','5034582JKxMVa','360eDBQRE','registerCommand','resolve','113032DaSPaJ','@univerjs-pro/slides-print','BUTTON','resolveGroupFillInheritance','filter','max','oKey','toStringTag','_univerInstanceService','absolute','generateRandomId','_engine','PRESENTATION','getDrawingData','top','slideOrder','scene','get','Printing','getId','left','IConfigService','_renderSlidePage','length','height','_configService','slides-print.config','appendChild','getSnapshot','window','contentDocument','UniverSlidesPrintPlugin','root','save','sort','position','OTHERS','isFinite','_printing','symbol','addObject','10626732XqdWeD','MAIN_VIEW_PORT_KEY','createPrintStyle','body','PRINT_CONTAINER_CLASS','IUniverInstanceService','_pageSize','ObjectProvider','open','_createPrintFrame','getRenderById','createElement','className','setConfig','DRAWING_OBJECT_LAYER_INDEX','dispose','object','2iNZsMk','_slidePage','some','makeDirty','getOwnPropertyDescriptor','iframe','defaultPageSize','_initMenus','_initRenderer','data-univer-slides-print-frame','getUnitId','onReady','Viewport','_scene','packageName','render','IconManager','write','register','mergeMenu','transformByState','174672nOwwLh','onbeforeprint','forEach','onafterprint','width','style','pointerEvents','_renderManagerService','UNIVER_SLIDE','MenuItemType','div','add'];_0x5ea5=function(){return _0x440c00;};return _0x5ea5();}function _0x32e6(_0x13616c,_0x442b68){_0x13616c=_0x13616c-0x1d0;const _0x5ea562=_0x5ea5();let _0x32e698=_0x5ea562[_0x13616c];return _0x32e698;}m(O,_0x4f355d(0x283),'SLIDES_PRINT_PLUGIN'),m(O,_0x4f355d(0x228),S),m(O,'version',C),m(O,_0x4f355d(0x1d2),e[_0x4f355d(0x1d4)][_0x4f355d(0x237)]),O=_([g(0x1,(0x0,e[_0x4f355d(0x24d)])(e['Injector'])),g(0x2,e[_0x4f355d(0x1f5)])],O),exports['SLIDES_PRINT_PLUGIN_CONFIG_KEY']=b,exports['SlidePrintOperation']=y,Object[_0x4f355d(0x1d5)](exports,_0x4f355d(0x1ff),{'enumerable':!0x0,'get':function(){return O;}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x4a164e=_0x43c2;(function(_0x4377c3,_0x2c112f){const _0x3f6cef=_0x43c2,_0x2ced73=_0x4377c3();while(!![]){try{const _0x24c065=parseInt(_0x3f6cef(0x162))/0x1+parseInt(_0x3f6cef(0x15c))/0x2*(parseInt(_0x3f6cef(0x166))/0x3)+-parseInt(_0x3f6cef(0x15a))/0x4*(-parseInt(_0x3f6cef(0x161))/0x5)+parseInt(_0x3f6cef(0x15b))/0x6+parseInt(_0x3f6cef(0x164))/0x7*(-parseInt(_0x3f6cef(0x163))/0x8)+-parseInt(_0x3f6cef(0x160))/0x9+parseInt(_0x3f6cef(0x165))/0xa*(-parseInt(_0x3f6cef(0x15e))/0xb);if(_0x24c065===_0x2c112f)break;else _0x2ced73['push'](_0x2ced73['shift']());}catch(_0x3aee69){_0x2ced73['push'](_0x2ced73['shift']());}}}(_0x51b7,0x49889));function _0x43c2(_0x43520a,_0x356a78){_0x43520a=_0x43520a-0x15a;const _0x51b761=_0x51b7();let _0x43c24a=_0x51b761[_0x43520a];return _0x43c24a;}const e={'slides-print':{'menu':_0x4a164e(0x15d)}};function _0x51b7(){const _0x37fdd5=['777266BWOebu','80BiotdK','191742GZhlCx','4oSxrMc','498864bUkdfr','14fqHvkR','طباعة','872608ETYDyD','exports','374040gyoSoK','1704830TBqDMD','216907IEmYdU','8mFBVUm'];_0x51b7=function(){return _0x37fdd5;};return _0x51b7();}module[_0x4a164e(0x15f)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0xb795(){const _0x385289=['495738RRzRDt','1176189MkGGJW','666355LNhEuI','25348XZWZii','Imprimir','28wephQi','5231919bCtQSa','2QlGJew','4513070hbtKxQ','5144058lTOMpx','16gNMGfN'];_0xb795=function(){return _0x385289;};return _0xb795();}function _0x2db2(_0x25544f,_0x50f21a){_0x25544f=_0x25544f-0x13e;const _0xb795d=_0xb795();let _0x2db2ad=_0xb795d[_0x25544f];return _0x2db2ad;}const _0x2ee9ad=_0x2db2;(function(_0x4549ea,_0x16aea0){const _0x244eba=_0x2db2,_0x10491f=_0x4549ea();while(!![]){try{const _0x2f9e74=parseInt(_0x244eba(0x144))/0x1*(-parseInt(_0x244eba(0x148))/0x2)+-parseInt(_0x244eba(0x142))/0x3+-parseInt(_0x244eba(0x146))/0x4*(parseInt(_0x244eba(0x143))/0x5)+parseInt(_0x244eba(0x13f))/0x6+parseInt(_0x244eba(0x147))/0x7+-parseInt(_0x244eba(0x140))/0x8*(parseInt(_0x244eba(0x141))/0x9)+parseInt(_0x244eba(0x13e))/0xa;if(_0x2f9e74===_0x16aea0)break;else _0x10491f['push'](_0x10491f['shift']());}catch(_0x523130){_0x10491f['push'](_0x10491f['shift']());}}}(_0xb795,0x9168b));const e={'slides-print':{'menu':_0x2ee9ad(0x145)}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1928(){const _0x54f4ff=['20RImSbZ','3787993EJSbcT','52352PNwwug','944535pGbokZ','9ezNXUE','193959VWuEVT','737240txnGLi','953778ChcqjT','56IKZTpv','2021bhfyGl','exports','104cSsQKj','Drucken'];_0x1928=function(){return _0x54f4ff;};return _0x1928();}const _0x3ee1c4=_0x60b7;function _0x60b7(_0x2db19b,_0x4ee12a){_0x2db19b=_0x2db19b-0x15c;const _0x1928ec=_0x1928();let _0x60b77a=_0x1928ec[_0x2db19b];return _0x60b77a;}(function(_0x32d06c,_0x349210){const _0x4e552e=_0x60b7,_0xf052e1=_0x32d06c();while(!![]){try{const _0x302f20=parseInt(_0x4e552e(0x167))/0x1*(-parseInt(_0x4e552e(0x15c))/0x2)+parseInt(_0x4e552e(0x162))/0x3*(-parseInt(_0x4e552e(0x160))/0x4)+-parseInt(_0x4e552e(0x161))/0x5+-parseInt(_0x4e552e(0x165))/0x6+parseInt(_0x4e552e(0x164))/0x7+-parseInt(_0x4e552e(0x166))/0x8*(parseInt(_0x4e552e(0x163))/0x9)+parseInt(_0x4e552e(0x15e))/0xa*(parseInt(_0x4e552e(0x15f))/0xb);if(_0x302f20===_0x349210)break;else _0xf052e1['push'](_0xf052e1['shift']());}catch(_0x441370){_0xf052e1['push'](_0xf052e1['shift']());}}}(_0x1928,0x24db3));const e={'slides-print':{'menu':_0x3ee1c4(0x15d)}};module[_0x3ee1c4(0x168)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1ea3(){const _0x2e3037=['174234Pgwjry','1710402djCOyH','38115272sMGudJ','exports','6236152CvZyOZ','Print','5574470pCFdRS','20NmcuTs','438249IWlbSU','11323260sCCafm'];_0x1ea3=function(){return _0x2e3037;};return _0x1ea3();}const _0x6520c2=_0x30ea;(function(_0x197468,_0x3284ec){const _0x5050bd=_0x30ea,_0x51e5d6=_0x197468();while(!![]){try{const _0x36a35a=-parseInt(_0x5050bd(0xcf))/0x1+parseInt(_0x5050bd(0xcb))/0x2*(-parseInt(_0x5050bd(0xce))/0x3)+parseInt(_0x5050bd(0xc8))/0x4+-parseInt(_0x5050bd(0xca))/0x5+-parseInt(_0x5050bd(0xcd))/0x6+-parseInt(_0x5050bd(0xcc))/0x7+parseInt(_0x5050bd(0xc6))/0x8;if(_0x36a35a===_0x3284ec)break;else _0x51e5d6['push'](_0x51e5d6['shift']());}catch(_0x11ba4e){_0x51e5d6['push'](_0x51e5d6['shift']());}}}(_0x1ea3,0xec382));function _0x30ea(_0x34e841,_0x54ef1b){_0x34e841=_0x34e841-0xc6;const _0x1ea327=_0x1ea3();let _0x30ea15=_0x1ea327[_0x34e841];return _0x30ea15;}const e={'slides-print':{'menu':_0x6520c2(0xc9)}};module[_0x6520c2(0xc7)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x492393=_0xcf52;function _0xcf52(_0x33ec1d,_0x165c52){_0x33ec1d=_0x33ec1d-0xab;const _0xd40747=_0xd407();let _0xcf52b5=_0xd40747[_0x33ec1d];return _0xcf52b5;}(function(_0x106785,_0x319208){const _0x32ee13=_0xcf52,_0xebfcf=_0x106785();while(!![]){try{const _0x2133bf=parseInt(_0x32ee13(0xb7))/0x1*(parseInt(_0x32ee13(0xb3))/0x2)+parseInt(_0x32ee13(0xb0))/0x3+parseInt(_0x32ee13(0xb1))/0x4+parseInt(_0x32ee13(0xad))/0x5*(-parseInt(_0x32ee13(0xb2))/0x6)+parseInt(_0x32ee13(0xab))/0x7*(-parseInt(_0x32ee13(0xb5))/0x8)+-parseInt(_0x32ee13(0xaf))/0x9*(-parseInt(_0x32ee13(0xac))/0xa)+parseInt(_0x32ee13(0xb6))/0xb*(parseInt(_0x32ee13(0xb4))/0xc);if(_0x2133bf===_0x319208)break;else _0xebfcf['push'](_0xebfcf['shift']());}catch(_0x507ca0){_0xebfcf['push'](_0xebfcf['shift']());}}}(_0xd407,0x55f53));const e={'slides-print':{'menu':_0x492393(0xae)}};function _0xd407(){const _0x358e39=['49246WnDzdF','843516sFngZX','8wIQVhH','33QvGOOG','26IycHep','4341589lDsZgt','10DIBCNa','395UyuneL','Imprimir','4616019zMXtGB','649308SKwhtQ','281748PJKxyh','51534TKREsl'];_0xd407=function(){return _0x358e39;};return _0xd407();}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x8893(_0x247420,_0x46404e){_0x247420=_0x247420-0xa0;const _0x528077=_0x5280();let _0x88933c=_0x528077[_0x247420];return _0x88933c;}function _0x5280(){const _0x2cf88e=['3537054JjeGYC','exports','295096KNOWUK','934752dOTyBk','46022OqGYJW','2626016kGOBSX','3DAhYBc','3026718xGaDxD','3116935khLJOg','29SxCdri'];_0x5280=function(){return _0x2cf88e;};return _0x5280();}const _0x2f1f28=_0x8893;(function(_0x173fec,_0x517a99){const _0x1b64a4=_0x8893,_0x27e987=_0x173fec();while(!![]){try{const _0x5e9ee3=-parseInt(_0x1b64a4(0xa3))/0x1*(-parseInt(_0x1b64a4(0xa8))/0x2)+-parseInt(_0x1b64a4(0xa0))/0x3*(-parseInt(_0x1b64a4(0xa9))/0x4)+-parseInt(_0x1b64a4(0xa2))/0x5+parseInt(_0x1b64a4(0xa1))/0x6+-parseInt(_0x1b64a4(0xa7))/0x7+-parseInt(_0x1b64a4(0xa6))/0x8+-parseInt(_0x1b64a4(0xa4))/0x9;if(_0x5e9ee3===_0x517a99)break;else _0x27e987['push'](_0x27e987['shift']());}catch(_0x480a08){_0x27e987['push'](_0x27e987['shift']());}}}(_0x5280,0x9c9b4));const e={'slides-print':{'menu':'چاپ'}};module[_0x2f1f28(0xa5)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1ed0(_0x28032f,_0x5ce41c){_0x28032f=_0x28032f-0x196;const _0x51886b=_0x5188();let _0x1ed039=_0x51886b[_0x28032f];return _0x1ed039;}const _0x5f81d6=_0x1ed0;(function(_0x3f9a84,_0x1bfc93){const _0x4c39b7=_0x1ed0,_0x3233e4=_0x3f9a84();while(!![]){try{const _0x290f7c=parseInt(_0x4c39b7(0x198))/0x1*(-parseInt(_0x4c39b7(0x19f))/0x2)+-parseInt(_0x4c39b7(0x1a1))/0x3*(-parseInt(_0x4c39b7(0x19a))/0x4)+parseInt(_0x4c39b7(0x199))/0x5+-parseInt(_0x4c39b7(0x196))/0x6*(-parseInt(_0x4c39b7(0x197))/0x7)+parseInt(_0x4c39b7(0x19e))/0x8*(-parseInt(_0x4c39b7(0x19c))/0x9)+parseInt(_0x4c39b7(0x1a0))/0xa*(parseInt(_0x4c39b7(0x19b))/0xb)+-parseInt(_0x4c39b7(0x19d))/0xc;if(_0x290f7c===_0x1bfc93)break;else _0x3233e4['push'](_0x3233e4['shift']());}catch(_0x5067ad){_0x3233e4['push'](_0x3233e4['shift']());}}}(_0x5188,0x22414));const e={'slides-print':{'menu':'Imprimer'}};function _0x5188(){const _0x32a41f=['84933JjDJmf','6134292dAVxaL','8zqVvpr','148tqLUfF','8060TqeEsV','6lgiuIg','exports','630gwVMxf','16506MfdkEU','1487LOBHts','1223240MjaSgm','285044MRfugx','1859LmMdtf'];_0x5188=function(){return _0x32a41f;};return _0x5188();}module[_0x5f81d6(0x1a2)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x4b8258=_0x9c48;(function(_0x1ec71d,_0x51cdb7){const _0x4f1e68=_0x9c48,_0x495eb9=_0x1ec71d();while(!![]){try{const _0x4bde4a=parseInt(_0x4f1e68(0x1be))/0x1+parseInt(_0x4f1e68(0x1bb))/0x2*(parseInt(_0x4f1e68(0x1b9))/0x3)+parseInt(_0x4f1e68(0x1b6))/0x4+-parseInt(_0x4f1e68(0x1bd))/0x5+parseInt(_0x4f1e68(0x1bc))/0x6*(-parseInt(_0x4f1e68(0x1bf))/0x7)+parseInt(_0x4f1e68(0x1ba))/0x8+parseInt(_0x4f1e68(0x1b8))/0x9;if(_0x4bde4a===_0x51cdb7)break;else _0x495eb9['push'](_0x495eb9['shift']());}catch(_0x5307b2){_0x495eb9['push'](_0x495eb9['shift']());}}}(_0x4fe4,0x976a7));const e={'slides-print':{'menu':_0x4b8258(0x1b7)}};function _0x9c48(_0x2e1b7d,_0x16ef4e){_0x2e1b7d=_0x2e1b7d-0x1b5;const _0x4fe459=_0x4fe4();let _0x9c48c4=_0x4fe459[_0x2e1b7d];return _0x9c48c4;}module[_0x4b8258(0x1b5)]=e;function _0x4fe4(){const _0x595926=['24ZneIHz','4272835xSqVna','39030PvrrLc','2162153SdfHfh','exports','1205640DKWOyW','Cetak','12379113mrQhXe','87JuEdLV','3381664yTINjc','39426rlomhC'];_0x4fe4=function(){return _0x595926;};return _0x4fe4();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x4bb1e5=_0x2723;(function(_0x29e020,_0x4d1bfa){const _0x2f3da8=_0x2723,_0x385c46=_0x29e020();while(!![]){try{const _0x5da842=parseInt(_0x2f3da8(0x103))/0x1*(parseInt(_0x2f3da8(0x106))/0x2)+parseInt(_0x2f3da8(0x100))/0x3*(-parseInt(_0x2f3da8(0xfd))/0x4)+parseInt(_0x2f3da8(0x107))/0x5+parseInt(_0x2f3da8(0xfe))/0x6*(parseInt(_0x2f3da8(0x102))/0x7)+parseInt(_0x2f3da8(0x109))/0x8+-parseInt(_0x2f3da8(0x101))/0x9*(parseInt(_0x2f3da8(0x104))/0xa)+parseInt(_0x2f3da8(0x105))/0xb*(-parseInt(_0x2f3da8(0xff))/0xc);if(_0x5da842===_0x4d1bfa)break;else _0x385c46['push'](_0x385c46['shift']());}catch(_0x4c49fc){_0x385c46['push'](_0x385c46['shift']());}}}(_0x4266,0xad3d2));function _0x4266(){const _0xa87aae=['1740AKkuoe','3537426keAzIz','2690412EDwNOR','1272jXkrtp','9IpYPSu','7eCAUvh','7108lIxHYo','13523210fmeQdF','22roaBQX','122hCpmkg','6006095OtTUQf','exports','3762968QrtcLW'];_0x4266=function(){return _0xa87aae;};return _0x4266();}function _0x2723(_0x1e9b34,_0x426999){_0x1e9b34=_0x1e9b34-0xfd;const _0x4266f6=_0x4266();let _0x27239e=_0x4266f6[_0x1e9b34];return _0x27239e;}const e={'slides-print':{'menu':'Stampa'}};module[_0x4bb1e5(0x108)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4460(_0x509a3e,_0x1d1f2f){_0x509a3e=_0x509a3e-0x1b0;const _0x4c6b96=_0x4c6b();let _0x4460d8=_0x4c6b96[_0x509a3e];return _0x4460d8;}(function(_0x4e7531,_0x1b0ad8){const _0x25f410=_0x4460,_0x395cd8=_0x4e7531();while(!![]){try{const _0x55b1b2=-parseInt(_0x25f410(0x1b5))/0x1*(-parseInt(_0x25f410(0x1b1))/0x2)+parseInt(_0x25f410(0x1b0))/0x3+parseInt(_0x25f410(0x1b4))/0x4+-parseInt(_0x25f410(0x1b2))/0x5*(-parseInt(_0x25f410(0x1b8))/0x6)+parseInt(_0x25f410(0x1b7))/0x7+-parseInt(_0x25f410(0x1b3))/0x8+-parseInt(_0x25f410(0x1b6))/0x9;if(_0x55b1b2===_0x1b0ad8)break;else _0x395cd8['push'](_0x395cd8['shift']());}catch(_0x21714c){_0x395cd8['push'](_0x395cd8['shift']());}}}(_0x4c6b,0x2d7e2));function _0x4c6b(){const _0x564b5a=['1568718dhYNwJ','287373khzIGS','62xHyBuI','5yOpAJI','2542176MJvUEp','1035124hjoSKu','11989TcIRIe','4884669AxxGHf','414169lpBlgI'];_0x4c6b=function(){return _0x564b5a;};return _0x4c6b();}const e={'slides-print':{'menu':'印刷'}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3407(_0x448cdc,_0xcb76e8){_0x448cdc=_0x448cdc-0x1ed;const _0x49cc77=_0x49cc();let _0x340797=_0x49cc77[_0x448cdc];return _0x340797;}(function(_0x3beefa,_0xb04daf){const _0x1540a4=_0x3407,_0x157f7a=_0x3beefa();while(!![]){try{const _0x2034c6=parseInt(_0x1540a4(0x1f6))/0x1+-parseInt(_0x1540a4(0x1ef))/0x2*(parseInt(_0x1540a4(0x1f7))/0x3)+parseInt(_0x1540a4(0x1f5))/0x4*(parseInt(_0x1540a4(0x1ee))/0x5)+parseInt(_0x1540a4(0x1f1))/0x6*(-parseInt(_0x1540a4(0x1f2))/0x7)+parseInt(_0x1540a4(0x1f3))/0x8*(parseInt(_0x1540a4(0x1f0))/0x9)+parseInt(_0x1540a4(0x1f4))/0xa*(parseInt(_0x1540a4(0x1f8))/0xb)+-parseInt(_0x1540a4(0x1ed))/0xc;if(_0x2034c6===_0xb04daf)break;else _0x157f7a['push'](_0x157f7a['shift']());}catch(_0x318d32){_0x157f7a['push'](_0x157f7a['shift']());}}}(_0x49cc,0x72004));const e={'slides-print':{'menu':'인쇄'}};function _0x49cc(){const _0x296df6=['20325zZGsxo','1795788ByDtgA','7550055jvNvIj','374328jSoSkV','84sLVcik','8OKUEzf','1702060DHxTuD','148Kfcsng','889035xQhUXZ','3LMGNlK','22VXxHJs','1262988NxcnNb'];_0x49cc=function(){return _0x296df6;};return _0x49cc();}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x25b6c7=_0x4b68;function _0x4b68(_0xefb253,_0x345316){_0xefb253=_0xefb253-0x13a;const _0x35c4f0=_0x35c4();let _0x4b6887=_0x35c4f0[_0xefb253];return _0x4b6887;}function _0x35c4(){const _0x589636=['1926782XPlBje','84BISiBt','1462AGqGFg','1908260fEcupC','14cVZiRA','501114CzbOEJ','245ADGFHG','126KsITFe','2443136rxEKSm','18cMayGr','20useADa','225401mSxmzc','Drukuj','619byyooM','9246ZWTBDo'];_0x35c4=function(){return _0x589636;};return _0x35c4();}(function(_0x18a1f5,_0x1cb238){const _0x5ebb47=_0x4b68,_0x3cccc7=_0x18a1f5();while(!![]){try{const _0x3d87ff=parseInt(_0x5ebb47(0x147))/0x1*(parseInt(_0x5ebb47(0x13c))/0x2)+parseInt(_0x5ebb47(0x13f))/0x3*(-parseInt(_0x5ebb47(0x144))/0x4)+-parseInt(_0x5ebb47(0x140))/0x5*(-parseInt(_0x5ebb47(0x148))/0x6)+-parseInt(_0x5ebb47(0x13e))/0x7*(parseInt(_0x5ebb47(0x142))/0x8)+-parseInt(_0x5ebb47(0x143))/0x9*(-parseInt(_0x5ebb47(0x13d))/0xa)+-parseInt(_0x5ebb47(0x145))/0xb*(parseInt(_0x5ebb47(0x13b))/0xc)+-parseInt(_0x5ebb47(0x13a))/0xd*(-parseInt(_0x5ebb47(0x141))/0xe);if(_0x3d87ff===_0x1cb238)break;else _0x3cccc7['push'](_0x3cccc7['shift']());}catch(_0x127934){_0x3cccc7['push'](_0x3cccc7['shift']());}}}(_0x35c4,0x9fb55));const e={'slides-print':{'menu':_0x25b6c7(0x146)}};module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x218b(){const _0x434890=['1190742fIAPHd','424jQBHMW','36dWnhGX','1354584QXxTyw','923980ZkmeQn','1232060vtUPTQ','exports','2058591iiXnxo','125980RAmvUr','4nASvNi','32535iukpkC','100scMhAD','Imprimir'];_0x218b=function(){return _0x434890;};return _0x218b();}const _0x41d52c=_0x3730;(function(_0x3b0852,_0x24b1a9){const _0x24ff32=_0x3730,_0x1aca34=_0x3b0852();while(!![]){try{const _0x23faf6=parseInt(_0x24ff32(0xac))/0x1+-parseInt(_0x24ff32(0xad))/0x2+parseInt(_0x24ff32(0xaf))/0x3+parseInt(_0x24ff32(0xb1))/0x4*(parseInt(_0x24ff32(0xb0))/0x5)+-parseInt(_0x24ff32(0xb7))/0x6*(-parseInt(_0x24ff32(0xb5))/0x7)+parseInt(_0x24ff32(0xb6))/0x8*(-parseInt(_0x24ff32(0xb2))/0x9)+-parseInt(_0x24ff32(0xb3))/0xa*(parseInt(_0x24ff32(0xb8))/0xb);if(_0x23faf6===_0x24b1a9)break;else _0x1aca34['push'](_0x1aca34['shift']());}catch(_0x5ca860){_0x1aca34['push'](_0x1aca34['shift']());}}}(_0x218b,0x969f0));function _0x3730(_0x1a31a1,_0x725b4e){_0x1a31a1=_0x1a31a1-0xac;const _0x218b99=_0x218b();let _0x37304b=_0x218b99[_0x1a31a1];return _0x37304b;}const e={'slides-print':{'menu':_0x41d52c(0xb4)}};module[_0x41d52c(0xae)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x4cb073,_0x381cb1){const _0x25eac3=_0x56b4,_0x55d049=_0x4cb073();while(!![]){try{const _0x2df973=-parseInt(_0x25eac3(0xde))/0x1+-parseInt(_0x25eac3(0xe5))/0x2+-parseInt(_0x25eac3(0xe2))/0x3*(-parseInt(_0x25eac3(0xe6))/0x4)+-parseInt(_0x25eac3(0xe1))/0x5+-parseInt(_0x25eac3(0xe3))/0x6+-parseInt(_0x25eac3(0xe0))/0x7*(parseInt(_0x25eac3(0xe4))/0x8)+parseInt(_0x25eac3(0xdf))/0x9;if(_0x2df973===_0x381cb1)break;else _0x55d049['push'](_0x55d049['shift']());}catch(_0x5581ce){_0x55d049['push'](_0x55d049['shift']());}}}(_0x5f10,0x9203f));const e={'slides-print':{'menu':'Печать'}};function _0x56b4(_0x594f44,_0x1afe8b){_0x594f44=_0x594f44-0xde;const _0x5f10b9=_0x5f10();let _0x56b47f=_0x5f10b9[_0x594f44];return _0x56b47f;}function _0x5f10(){const _0x4b8154=['1047MoMjjF','4755396dqHwyR','3388936msYfCt','1919838eSASno','13292kYtneO','1105179lnyORm','34051203UHsGmL','14DvEiZu','3201085RHoTHQ'];_0x5f10=function(){return _0x4b8154;};return _0x5f10();}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x39e429=_0x2c93;(function(_0x5d0296,_0x4d7cd8){const _0x12cf87=_0x2c93,_0x216089=_0x5d0296();while(!![]){try{const _0x4d7402=parseInt(_0x12cf87(0xe3))/0x1*(parseInt(_0x12cf87(0xe8))/0x2)+parseInt(_0x12cf87(0xe4))/0x3*(-parseInt(_0x12cf87(0xe5))/0x4)+parseInt(_0x12cf87(0xe7))/0x5+-parseInt(_0x12cf87(0xe6))/0x6+parseInt(_0x12cf87(0xea))/0x7*(parseInt(_0x12cf87(0xe2))/0x8)+-parseInt(_0x12cf87(0xe1))/0x9+-parseInt(_0x12cf87(0xdf))/0xa*(-parseInt(_0x12cf87(0xe9))/0xb);if(_0x4d7402===_0x4d7cd8)break;else _0x216089['push'](_0x216089['shift']());}catch(_0x39e15c){_0x216089['push'](_0x216089['shift']());}}}(_0x2049,0xc4d91));const e={'slides-print':{'menu':'Tlačiť'}};function _0x2049(){const _0x22129b=['6aVZuvy','1808116OfBYgY','6867294pjaewJ','7212555aThKAn','278MSZOfC','31647OJcpwa','7KyFQla','4770UHprNU','exports','10071144kDPBLc','8490840OEzivr','703TAxKnj'];_0x2049=function(){return _0x22129b;};return _0x2049();}function _0x2c93(_0x5c30d2,_0x2007ce){_0x5c30d2=_0x5c30d2-0xdf;const _0x20498d=_0x2049();let _0x2c93cb=_0x20498d[_0x5c30d2];return _0x2c93cb;}module[_0x39e429(0xe0)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1003(){const _0x5bb8cb=['9bpFWpm','3477132qfiqiY','3371622CEPVgN','4904713RHwfYM','5lpFxTI','239496cfnphh','14JAFTCg','14962DHiWXh','86YLiYQo','4464608rJhQgD','2345650ipyKqX','12UoWals'];_0x1003=function(){return _0x5bb8cb;};return _0x1003();}(function(_0x2b7121,_0x3f0219){const _0x4e0567=_0x360c,_0x345486=_0x2b7121();while(!![]){try{const _0xe7b291=parseInt(_0x4e0567(0x13e))/0x1*(-parseInt(_0x4e0567(0x13d))/0x2)+parseInt(_0x4e0567(0x137))/0x3+-parseInt(_0x4e0567(0x13f))/0x4+parseInt(_0x4e0567(0x13a))/0x5*(parseInt(_0x4e0567(0x138))/0x6)+parseInt(_0x4e0567(0x13c))/0x7*(-parseInt(_0x4e0567(0x13b))/0x8)+-parseInt(_0x4e0567(0x136))/0x9*(-parseInt(_0x4e0567(0x140))/0xa)+-parseInt(_0x4e0567(0x139))/0xb*(-parseInt(_0x4e0567(0x141))/0xc);if(_0xe7b291===_0x3f0219)break;else _0x345486['push'](_0x345486['shift']());}catch(_0x332cc4){_0x345486['push'](_0x345486['shift']());}}}(_0x1003,0x8e195));const e={'slides-print':{'menu':'In'}};function _0x360c(_0x26b459,_0xc53b65){_0x26b459=_0x26b459-0x136;const _0x100396=_0x1003();let _0x360c2d=_0x100396[_0x26b459];return _0x360c2d;}module['exports']=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x2299b6=_0x4553;(function(_0x32552f,_0x17a35c){const _0x5a5c97=_0x4553,_0xef87be=_0x32552f();while(!![]){try{const _0x397e68=parseInt(_0x5a5c97(0xd6))/0x1+parseInt(_0x5a5c97(0xd4))/0x2+-parseInt(_0x5a5c97(0xd0))/0x3+-parseInt(_0x5a5c97(0xd7))/0x4*(parseInt(_0x5a5c97(0xd3))/0x5)+-parseInt(_0x5a5c97(0xd1))/0x6+-parseInt(_0x5a5c97(0xd2))/0x7*(parseInt(_0x5a5c97(0xce))/0x8)+parseInt(_0x5a5c97(0xd5))/0x9;if(_0x397e68===_0x17a35c)break;else _0xef87be['push'](_0xef87be['shift']());}catch(_0x23230b){_0xef87be['push'](_0xef87be['shift']());}}}(_0x28e8,0x7cd2b));function _0x4553(_0x4347fb,_0xd9305e){_0x4347fb=_0x4347fb-0xce;const _0x28e82b=_0x28e8();let _0x455348=_0x28e82b[_0x4347fb];return _0x455348;}const e={'slides-print':{'menu':'打印'}};function _0x28e8(){const _0x35883c=['1358768tARyos','exports','699168QAcGba','5653722IuvAHM','35oUzbuF','110WNacek','1261392oraoXg','22798548fKqwKQ','4392USISQK','114984bEAYfp'];_0x28e8=function(){return _0x35883c;};return _0x28e8();}module[_0x2299b6(0xcf)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x46a294=_0x3364;function _0x36fd(){const _0x218bf5=['1263805bdrrOf','exports','6820bHxRQl','2416ZiEEZB','426frggvO','4928664Pttfzm','20062miARji','9fgDlzC','45427778ZpkeBA','1296vnYJor','660190ccosoE','318BBxmJF'];_0x36fd=function(){return _0x218bf5;};return _0x36fd();}(function(_0x19efdd,_0x24b002){const _0x55aee6=_0x3364,_0x388015=_0x19efdd();while(!![]){try{const _0x2e2498=-parseInt(_0x55aee6(0x11b))/0x1+-parseInt(_0x55aee6(0x11a))/0x2*(parseInt(_0x55aee6(0x118))/0x3)+-parseInt(_0x55aee6(0x114))/0x4+-parseInt(_0x55aee6(0x11d))/0x5*(parseInt(_0x55aee6(0x113))/0x6)+parseInt(_0x55aee6(0x115))/0x7*(-parseInt(_0x55aee6(0x11e))/0x8)+parseInt(_0x55aee6(0x116))/0x9*(parseInt(_0x55aee6(0x119))/0xa)+parseInt(_0x55aee6(0x117))/0xb;if(_0x2e2498===_0x24b002)break;else _0x388015['push'](_0x388015['shift']());}catch(_0xa16e85){_0x388015['push'](_0x388015['shift']());}}}(_0x36fd,0xa346e));function _0x3364(_0x3dcf5e,_0xb59aee){_0x3dcf5e=_0x3dcf5e-0x113;const _0x36fdcf=_0x36fd();let _0x3364cc=_0x36fdcf[_0x3dcf5e];return _0x3364cc;}const e={'slides-print':{'menu':'列印'}};module[_0x46a294(0x11c)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x136de0,_0x100e65){const _0x4807c3=_0x1892,_0x40823e=_0x136de0();while(!![]){try{const _0x5cc5b5=parseInt(_0x4807c3(0xbf))/0x1*(parseInt(_0x4807c3(0xc6))/0x2)+parseInt(_0x4807c3(0xbd))/0x3*(parseInt(_0x4807c3(0xc2))/0x4)+-parseInt(_0x4807c3(0xc4))/0x5*(parseInt(_0x4807c3(0xc7))/0x6)+parseInt(_0x4807c3(0xc3))/0x7+parseInt(_0x4807c3(0xc1))/0x8+-parseInt(_0x4807c3(0xc5))/0x9*(-parseInt(_0x4807c3(0xbe))/0xa)+-parseInt(_0x4807c3(0xc0))/0xb;if(_0x5cc5b5===_0x100e65)break;else _0x40823e['push'](_0x40823e['shift']());}catch(_0x44796a){_0x40823e['push'](_0x40823e['shift']());}}}(_0x36f3,0xe4685));function _0x1892(_0x278bf6,_0x4fe522){_0x278bf6=_0x278bf6-0xbd;const _0x36f359=_0x36f3();let _0x189243=_0x36f359[_0x278bf6];return _0x189243;}const e={'slides-print':{'menu':'列印'}};function _0x36f3(){const _0x5c1cd0=['114FMSOhZ','3juzMTA','170020RugLyp','1YkshZc','40004360PXryZt','3580728GEleqT','6565164YfVYgO','11048275rvfxgM','98655gBxXIg','666DcZsSJ','43702ocavUS'];_0x36f3=function(){return _0x5c1cd0;};return _0x36f3();}module['exports']=e;
|
package/lib/es/facade.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _0x2e8507=_0x393b;(function(_0x2a0569,_0x2b0343){var _0x22681a=_0x393b,_0x3f8040=_0x2a0569();while(!![]){try{var _0x6a2039=parseInt(_0x22681a(0xa8))/0x1+-parseInt(_0x22681a(0xa7))/0x2+-parseInt(_0x22681a(0xa6))/0x3+-parseInt(_0x22681a(0xac))/0x4*(-parseInt(_0x22681a(0xa9))/0x5)+-parseInt(_0x22681a(0xaa))/0x6*(-parseInt(_0x22681a(0xa4))/0x7)+-parseInt(_0x22681a(0xa3))/0x8+-parseInt(_0x22681a(0x9f))/0x9*(-parseInt(_0x22681a(0xa0))/0xa);if(_0x6a2039===_0x2b0343)break;else _0x3f8040['push'](_0x3f8040['shift']());}catch(_0x5e36fd){_0x3f8040['push'](_0x3f8040['shift']());}}}(_0x16b2,0xb050d));function _0x393b(_0x2b5df7,_0x7097b0){_0x2b5df7=_0x2b5df7-0x9f;var _0x16b2e9=_0x16b2();var _0x393be9=_0x16b2e9[_0x2b5df7];return _0x393be9;}function _0x16b2(){var _0x2a7905=['25670740VAHpmx','extend','printSlidesAsync','8647400ZjJvFr','1869ywvyBe','_commandService','3446346MmxpaS','2314960mrOSjg','464127nKggNU','35RQWQZP','12684OaJjzH','executeCommand','293564DDSAiB','9iUSYjw'];_0x16b2=function(){return _0x2a7905;};return _0x16b2();}import{SlidePrintOperation as _0x23731f}from'@univerjs-pro/slides-print';import{FUniver as _0x27a2e1}from'@univerjs/core/facade';var n=class extends _0x27a2e1{[_0x2e8507(0xa2)](_0x4f2251){var _0x4c9f2e=_0x2e8507;return this[_0x4c9f2e(0xa5)][_0x4c9f2e(0xab)](_0x23731f['id'],_0x4f2251);}};_0x27a2e1[_0x2e8507(0xa1)](n);export{};
|
package/lib/es/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3cefac=_0x4d5a;(function(_0x497f35,_0x44162d){const _0x1033de=_0x4d5a,_0x5d3b54=_0x497f35();while(!![]){try{const _0x32d377=parseInt(_0x1033de(0x15b))/0x1*(parseInt(_0x1033de(0x1d2))/0x2)+parseInt(_0x1033de(0x1b7))/0x3*(-parseInt(_0x1033de(0x1ab))/0x4)+-parseInt(_0x1033de(0x171))/0x5+parseInt(_0x1033de(0x148))/0x6*(-parseInt(_0x1033de(0x160))/0x7)+-parseInt(_0x1033de(0x1ad))/0x8*(-parseInt(_0x1033de(0x168))/0x9)+-parseInt(_0x1033de(0x199))/0xa*(-parseInt(_0x1033de(0x1b5))/0xb)+parseInt(_0x1033de(0x13e))/0xc;if(_0x32d377===_0x44162d)break;else _0x5d3b54['push'](_0x5d3b54['shift']());}catch(_0x923ece){_0x5d3b54['push'](_0x5d3b54['shift']());}}}(_0x1de4,0xc38cb));import{CommandType as _0x2618a7,Disposable as _0x55f56f,ICommandService as _0xb41aec,IConfigService as _0x53a4ee,IUniverInstanceService as _0x403288,Inject as _0x124b3c,Injector as _0x39249c,Plugin as _0x28f76d,UniverInstanceType as _0x368328,generateRandomId as _0x343d74,merge as _0x7a1071,registerDependencies as _0x4af5d7}from'@univerjs/core';import{PRINT_CANVAS_CLASS as _0x35446c,PRINT_CONTAINER_CLASS as _0x453e4c,PrintDirection as _0x5c0cbb,createPrintStyle as _0x51f0c9}from'@univerjs-pro/print';import{CanvasRenderMode as _0x1c289f,DRAWING_OBJECT_LAYER_INDEX as _0x41d3da,Engine as _0xc9ab54,IRenderManagerService as _0x3c26f3,MAIN_VIEW_PORT_KEY as _0x9e95af,Scene as _0x3c858d,Viewport as _0x15e16a}from'@univerjs/engine-render';import{ISlideDrawingService as _0x337dbb,SlideSceneTypeEnum as _0x1af849,resolvedSlideLayersToDrawingMap as _0x3d6f7c}from'@univerjs-pro/slides';import{ObjectProvider as _0x1b2949,SlidePageBackgroundObject as _0x2c3daf,SlidePageClipGroup as _0x33c8da,assembleGroupHierarchy as _0x3faf83,resolveGroupFillInheritance as _0x52fd70}from'@univerjs-pro/slides-ui';import{PrintIcon as _0x5d774e}from'@univerjs/icons';import{IMenuManagerService as _0x58c6c7,IconManager as _0xb8584c,MenuItemType as _0x2b86b3,RibbonStartGroup as _0xbe2fb,getMenuHiddenObservable as _0x34b906}from'@univerjs/ui';function P(_0x3263a0){const _0x1cba8b=_0x4d5a;return Number['isFinite'](_0x3263a0[_0x1cba8b(0x141)])&&Number[_0x1cba8b(0x197)](_0x3263a0['to'])&&_0x3263a0['from']<=_0x3263a0['to'];}function _0x1de4(){const _0x308cfd=['write','print','true','aria-hidden','string','contentWindow','pointerEvents','Printing','BUTTON','remove','packageName','default','276auytor','resolve','61000Xldazi','PrintIcon','PRESENTATION','div','getOwnPropertyDescriptor','getDrawingOrder','transformByState','appendChild','6303ktQkDE','slide-print-page-clip-','37353QlZvpM','scene','length','getUnitId','function','defineProperty','mergeMenu','decorate','style','absolute','setContainer','pluginName','1px','symbol','_pageSize','openClip','@univerjs-pro/slides-print','frame','_iconManager','disposeWithMe','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','clear','head','slide.operation.print','pageSize','_engine','forEach','26qyKBDA','oKey','_renderManagerService','dispose','close','className','onReady','_createPrintFrame','onStarting','position','36606780RUpcwC','resize','register','from','none','_container','addObject','restore','getCanvas','makeDirty','117300YDsoXt','registerCommand','set','getSnapshot','getCurrentUnitOfType','UNIVER_SLIDE','left','render','_slidePage','getSlide','1.0.0-alpha.1','onbeforeprint','_scene','<!doctype\x20html><html><head></head><body></body></html>','slide-print-page-background-','border','getContext','getUnit','range','27KvqJSv','height','slideOrder','0px','setId','385NOjIpY','_injector','sort','100%','OTHERS','object','_slideModel','_objectProvider','675GvQPGi','resolveBackground','_registerIcons','createInstance','_restoreThumbnailRenders','iframe','_initRenderer','contentDocument','pageManager','6078900LFJDUz','document','getData','_menuManagerService','OPERATION','-10000px','_commandService','_renderObjectMap','createElement','prepare','_printing','getDrawingData','min','version','max','iterator','fixed','-thumb-','_initCommands','_univerInstanceService','save','type','menu','setConfig','defaultPageSize','map','slides-print.menu','call','getId','container','_root','_configService','data-univer-slides-print-frame','engine','_renderSlidePage','get','disableObjectsEvent','onafterprint','isFinite','SLIDES_PRINT_PLUGIN','5730vAFLEB','_config','setAttribute','open','_initMenus','root'];_0x1de4=function(){return _0x308cfd;};return _0x1de4();}function F(_0x1cbe29,_0x30c817){const _0x14cea2=_0x4d5a;return Math[_0x14cea2(0x17f)](0x0,Math[_0x14cea2(0x17d)](_0x30c817-0x1,_0x1cbe29-0x1));}function I(_0x2875dd,_0x516cf5){const _0x53fed8=_0x4d5a;if(_0x2875dd<=0x0)return[];if(!_0x516cf5)return Array[_0x53fed8(0x141)]({'length':_0x2875dd},(_0x2ac040,_0x561008)=>_0x561008);let _0x2a4d30=new Set();return _0x516cf5[_0x53fed8(0x1d1)](_0x2440db=>{const _0x16f2a4=_0x53fed8;if(!P(_0x2440db)||_0x2440db['to']<0x1||_0x2440db[_0x16f2a4(0x141)]>_0x2875dd)return;let _0x200206=F(_0x2440db[_0x16f2a4(0x141)],_0x2875dd),_0x90407c=F(_0x2440db['to'],_0x2875dd);for(let _0x497e6c=_0x200206;_0x497e6c<=_0x90407c;_0x497e6c+=0x1)_0x2a4d30['add'](_0x497e6c);}),Array[_0x53fed8(0x141)](_0x2a4d30)[_0x53fed8(0x162)]((_0x3dde89,_0x48636a)=>_0x3dde89-_0x48636a);}function L(_0x171c6a,_0x3282b0,_0x57bbbc){const _0x2912e5=_0x4d5a;let _0x477cbf=_0x3282b0['getUnitId'](),_0xc62beb=_0x57bbbc[_0x2912e5(0x18d)](),_0x30d53c=_0x171c6a[_0x2912e5(0x17c)](_0x477cbf,_0xc62beb),_0x24dd69=_0x171c6a[_0x2912e5(0x1b2)](_0x477cbf,_0xc62beb);return _0x24dd69['some'](_0x998058=>!!_0x30d53c[_0x998058])?{'data':_0x30d53c,'order':_0x24dd69}:_0x3d6f7c(_0x477cbf,_0xc62beb,_0x57bbbc['resolveElements'](),_0x3282b0['getThemeDataForPage'](_0xc62beb));}function R(_0x162733){'@babel/helpers - typeof';const _0x2d5a60=_0x4d5a;return R=typeof Symbol==_0x2d5a60(0x1bb)&&typeof Symbol[_0x2d5a60(0x180)]==_0x2d5a60(0x1c4)?function(_0x22da3f){return typeof _0x22da3f;}:function(_0x14d8e4){const _0x15bc52=_0x2d5a60;return _0x14d8e4&&typeof Symbol==_0x15bc52(0x1bb)&&_0x14d8e4['constructor']===Symbol&&_0x14d8e4!==Symbol['prototype']?_0x15bc52(0x1c4):typeof _0x14d8e4;},R(_0x162733);}function z(_0x3cbf89,_0x3ceb01){const _0x261fdc=_0x4d5a;if(R(_0x3cbf89)!=_0x261fdc(0x165)||!_0x3cbf89)return _0x3cbf89;var _0x1f61b9=_0x3cbf89[Symbol['toPrimitive']];if(_0x1f61b9!==void 0x0){var _0x29ac57=_0x1f61b9[_0x261fdc(0x18c)](_0x3cbf89,_0x3ceb01||_0x261fdc(0x1aa));if(R(_0x29ac57)!='object')return _0x29ac57;throw TypeError(_0x261fdc(0x1cb));}return(_0x3ceb01===_0x261fdc(0x1a3)?String:Number)(_0x3cbf89);}function B(_0x480e10){const _0x493df2=_0x4d5a;var _0x3dcc2b=z(_0x480e10,_0x493df2(0x1a3));return R(_0x3dcc2b)=='symbol'?_0x3dcc2b:_0x3dcc2b+'';}function V(_0x3aa83c,_0x508d41,_0x5dbe19){const _0x4763a2=_0x4d5a;return(_0x508d41=B(_0x508d41))in _0x3aa83c?Object[_0x4763a2(0x1bc)](_0x3aa83c,_0x508d41,{'value':_0x5dbe19,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x3aa83c[_0x508d41]=_0x5dbe19,_0x3aa83c;}var H=class extends _0x55f56f{get[_0x3cefac(0x18e)](){const _0xc04ed2=_0x3cefac;return this[_0xc04ed2(0x143)];}get[_0x3cefac(0x19e)](){const _0x3d7138=_0x3cefac;return this[_0x3d7138(0x18f)];}get[_0x3cefac(0x1c5)](){const _0x5d84ef=_0x3cefac;var _0xd3b282;return(_0xd3b282=this[_0x5d84ef(0x150)][_0x5d84ef(0x173)]()[_0x5d84ef(0x1cf)])==null?this[_0x5d84ef(0x166)][_0x5d84ef(0x14b)]()[_0x5d84ef(0x189)]:_0xd3b282;}constructor(_0x54a949,_0x3368c4,_0x67b687){const _0x31c48e=_0x3cefac;super(),this['_injector']=_0x54a949,this[_0x31c48e(0x166)]=_0x3368c4,this[_0x31c48e(0x150)]=_0x67b687,V(this,_0x31c48e(0x143),document[_0x31c48e(0x179)](_0x31c48e(0x1b0))),V(this,_0x31c48e(0x18f),document['createElement'](_0x31c48e(0x1b0))),V(this,_0x31c48e(0x1d0),void 0x0),V(this,_0x31c48e(0x154),void 0x0),V(this,_0x31c48e(0x167),void 0x0),V(this,_0x31c48e(0x178),new Map()),this['_objectProvider']=this[_0x31c48e(0x161)][_0x31c48e(0x16b)](_0x1b2949),this[_0x31c48e(0x16e)](),this['disposeWithMe']({'dispose':()=>{const _0x297063=_0x31c48e;this[_0x297063(0x178)][_0x297063(0x1cc)](),this['_scene']['dispose'](),this[_0x297063(0x1d0)][_0x297063(0x1d5)]();}});}[_0x3cefac(0x16e)](){const _0x59351e=_0x3cefac;let _0x2fece1='slide-print-'+_0x343d74(0x4),{width:_0x407efa,height:_0x1fadc0}=this[_0x59351e(0x1c5)];this[_0x59351e(0x1d0)]=new _0xc9ab54('',{'elementWidth':_0x407efa,'elementHeight':_0x1fadc0,'dpr':0x1,'renderMode':_0x1c289f[_0x59351e(0x1a6)]}),this['_scene']=new _0x3c858d(_0x2fece1,this[_0x59351e(0x1d0)]),this[_0x59351e(0x154)][_0x59351e(0x195)](),this[_0x59351e(0x154)][_0x59351e(0x1b3)]({'width':_0x407efa,'height':_0x1fadc0,'scaleX':0x1,'scaleY':0x1}),new _0x15e16a(_0x9e95af,this['_scene'],{'left':0x0,'top':0x0,'width':_0x407efa,'height':_0x1fadc0,'active':!0x0})[_0x59351e(0x1c6)](),this[_0x59351e(0x1d0)][_0x59351e(0x1c1)](this['_container'],!0x1),this[_0x59351e(0x1d0)]['getCanvas']()[_0x59351e(0x158)]()[_0x59351e(0x15f)](_0x2fece1+'_'+_0x343d74(0x4)),this[_0x59351e(0x193)]();}[_0x3cefac(0x193)](){const _0x293e91=_0x3cefac;let _0x217acc=this[_0x293e91(0x166)][_0x293e91(0x1ba)](),_0x4c4ffd=this[_0x293e91(0x150)][_0x293e91(0x18d)](),{width:_0x11288c,height:_0xc57712}=this['_pageSize'],_0x350497=this[_0x293e91(0x154)],_0x299206=this[_0x293e91(0x161)][_0x293e91(0x16b)](_0x2c3daf,_0x293e91(0x156)+_0x217acc+'-'+_0x4c4ffd,{'left':0x0,'top':0x0,'width':_0x11288c,'height':_0xc57712,'background':this['_slidePage'][_0x293e91(0x169)](),'evented':!0x1,'zIndex':0x1});_0x350497[_0x293e91(0x144)](_0x299206,0x0),this['_renderObjectMap']['set'](_0x299206[_0x293e91(0x1d3)],_0x299206);let {data:_0x46ce77,order:_0x43b0a8}=L(this[_0x293e91(0x161)][_0x293e91(0x194)](_0x337dbb),this['_slideModel'],this[_0x293e91(0x150)]),_0x1f30e0=_0x52fd70(_0x46ce77),_0x4b8bc6=new _0x33c8da(_0x293e91(0x1b6)+_0x217acc+'-'+_0x4c4ffd,{'left':0x0,'top':0x0,'width':_0x11288c,'height':_0xc57712});_0x350497[_0x293e91(0x144)](_0x4b8bc6,0x0),this[_0x293e91(0x178)][_0x293e91(0x14a)](_0x4b8bc6['oKey'],_0x4b8bc6),this[_0x293e91(0x167)]['convertToRenderObjects'](_0x1f30e0,_0x43b0a8,{'unitId':_0x217acc,'subUnitId':_0x4c4ffd,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x1af849[_0x293e91(0x1af)],'showPlaceholder':!0x1,'requestRender':()=>this['render']()})[_0x293e91(0x1d1)](_0x37e550=>{const _0x429a5c=_0x293e91;_0x350497[_0x429a5c(0x144)](_0x37e550,_0x41d3da),this[_0x429a5c(0x178)][_0x429a5c(0x14a)](_0x37e550[_0x429a5c(0x1d3)],_0x37e550);}),_0x3faf83(_0x1f30e0,_0x43b0a8,_0x350497,{'unitId':_0x217acc,'subUnitId':_0x4c4ffd,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x1af849[_0x293e91(0x1af)],'showPlaceholder':!0x1,'objectProvider':this[_0x293e91(0x167)],'renderObjectMap':this['_renderObjectMap'],'requestRender':()=>this[_0x293e91(0x14f)]()}),_0x350497[_0x293e91(0x147)](!0x0);}[_0x3cefac(0x17a)](){const _0xdb6a6f=_0x3cefac;this[_0xdb6a6f(0x18f)]['style']['position']=_0xdb6a6f(0x1c0),this['_root'][_0xdb6a6f(0x1bf)]['top']='0px',this[_0xdb6a6f(0x18f)][_0xdb6a6f(0x1bf)][_0xdb6a6f(0x14e)]=_0xdb6a6f(0x15e),this[_0xdb6a6f(0x18f)][_0xdb6a6f(0x1bf)]['width']=_0xdb6a6f(0x163),this[_0xdb6a6f(0x18f)]['style'][_0xdb6a6f(0x15c)]=_0xdb6a6f(0x163);}[_0x3cefac(0x14f)](){const _0x2c9f95=_0x3cefac;let _0x555df3=this[_0x2c9f95(0x1d0)][_0x2c9f95(0x146)]()[_0x2c9f95(0x158)]();this[_0x2c9f95(0x154)][_0x2c9f95(0x147)](!0x0),_0x555df3[_0x2c9f95(0x185)](),this['_scene']['render'](),_0x555df3[_0x2c9f95(0x145)]();}};function U(_0x239d65,_0x5b1d72){return function(_0x1413f2,_0x2615d7){_0x5b1d72(_0x1413f2,_0x2615d7,_0x239d65);};}function W(_0x577fd7,_0x3f3b78,_0xf00167,_0x475b24){const _0x22cdde=_0x3cefac;var _0x3b8701=arguments['length'],_0xa4cd10=_0x3b8701<0x3?_0x3f3b78:_0x475b24===null?_0x475b24=Object[_0x22cdde(0x1b1)](_0x3f3b78,_0xf00167):_0x475b24,_0x49796e;if(typeof Reflect==_0x22cdde(0x165)&&typeof Reflect[_0x22cdde(0x1be)]=='function')_0xa4cd10=Reflect[_0x22cdde(0x1be)](_0x577fd7,_0x3f3b78,_0xf00167,_0x475b24);else{for(var _0x3aff9a=_0x577fd7[_0x22cdde(0x1b9)]-0x1;_0x3aff9a>=0x0;_0x3aff9a--)(_0x49796e=_0x577fd7[_0x3aff9a])&&(_0xa4cd10=(_0x3b8701<0x3?_0x49796e(_0xa4cd10):_0x3b8701>0x3?_0x49796e(_0x3f3b78,_0xf00167,_0xa4cd10):_0x49796e(_0x3f3b78,_0xf00167))||_0xa4cd10);}return _0x3b8701>0x3&&_0xa4cd10&&Object[_0x22cdde(0x1bc)](_0x3f3b78,_0xf00167,_0xa4cd10),_0xa4cd10;}let G=class extends _0x55f56f{constructor(_0x9432b4,_0x22651f,_0x4dc08b){const _0x943f5c=_0x3cefac;super(),this[_0x943f5c(0x184)]=_0x9432b4,this['_injector']=_0x22651f,this[_0x943f5c(0x1d4)]=_0x4dc08b,V(this,'_printing',!0x1);}[_0x3cefac(0x1a0)](_0xd58575,_0x58c3c7){const _0x550222=_0x3cefac;var _0x2f7574;if(this[_0x550222(0x17b)])return Promise[_0x550222(0x1ac)](!0x1);let _0x2f14f0=this[_0x550222(0x184)][_0x550222(0x159)](_0xd58575,_0x368328[_0x550222(0x14d)]);if(!_0x2f14f0)return Promise[_0x550222(0x1ac)](!0x1);let _0x101094=_0x2f14f0[_0x550222(0x14b)](),_0x2fe17d=I(_0x101094[_0x550222(0x15d)][_0x550222(0x1b9)],_0x58c3c7==null?void 0x0:_0x58c3c7[_0x550222(0x15a)])[_0x550222(0x18a)](_0x2fb8aa=>_0x101094[_0x550222(0x15d)][_0x2fb8aa])['map'](_0x578801=>_0x2f14f0[_0x550222(0x170)][_0x550222(0x151)](_0x578801))['filter'](_0x1b6e94=>!!_0x1b6e94);if(_0x2fe17d[_0x550222(0x1b9)]===0x0)return Promise[_0x550222(0x1ac)](!0x1);this[_0x550222(0x17b)]=!0x0;let _0x582473=this[_0x550222(0x13b)]();if(!_0x582473)return this[_0x550222(0x17b)]=!0x1,Promise[_0x550222(0x1ac)](!0x1);let {width:_0x2602c7,height:_0x1b8f3a}=(_0x2f7574=_0x2fe17d[0x0][_0x550222(0x173)]()['pageSize'])==null?_0x101094[_0x550222(0x189)]:_0x2f7574,_0x35af54=_0x2602c7>=_0x1b8f3a?_0x5c0cbb['Landscape']:_0x5c0cbb['Portrait'],_0x578c05=_0x51f0c9(Math['min'](_0x2602c7,_0x1b8f3a),Math[_0x550222(0x17f)](_0x2602c7,_0x1b8f3a),_0x35af54),_0x3813c4=_0x582473[_0x550222(0x172)][_0x550222(0x179)](_0x550222(0x1b0));_0x3813c4[_0x550222(0x139)]=_0x453e4c;let _0x82e34e=_0x2fe17d['map'](_0x3a221a=>{const _0x57cdea=_0x550222;let _0x5881b4=new H(this[_0x57cdea(0x161)],_0x2f14f0,_0x3a221a);return _0x5881b4[_0x57cdea(0x18e)][_0x57cdea(0x139)]=_0x35446c,_0x5881b4;});_0x82e34e[_0x550222(0x1d1)](_0x2ca83b=>{const _0x55f639=_0x550222;_0x3813c4[_0x55f639(0x1b4)](_0x2ca83b[_0x55f639(0x18e)]),_0x2ca83b[_0x55f639(0x18e)][_0x55f639(0x1b4)](_0x2ca83b[_0x55f639(0x19e)]),_0x2ca83b[_0x55f639(0x17a)]();}),_0x582473['document'][_0x550222(0x1cd)][_0x550222(0x1b4)](_0x578c05),_0x582473['document']['body'][_0x550222(0x1b4)](_0x3813c4);let _0x3306f6=_0x582473['window'],_0x349a41=_0x3306f6[_0x550222(0x153)],_0x16bd8f=_0x3306f6[_0x550222(0x196)];return new Promise(_0x2b6134=>{let _0x50121c=!0x1,_0x59a5a2=()=>{_0x50121c||(_0x50121c=!0x0,_0x82e34e['forEach'](_0x3d8246=>{const _0x454a92=_0x4d5a;_0x3d8246[_0x454a92(0x14f)]();}));},_0x5d688a=_0x26aefd=>{const _0x4988bc=_0x4d5a;_0x82e34e[_0x4988bc(0x1d1)](_0x4b0867=>{const _0x77c747=_0x4988bc;_0x4b0867[_0x77c747(0x1d5)]();}),_0x3813c4['remove'](),_0x578c05[_0x4988bc(0x1a8)](),_0x3306f6[_0x4988bc(0x153)]=_0x349a41,_0x3306f6['onafterprint']=_0x16bd8f,_0x582473[_0x4988bc(0x1c8)][_0x4988bc(0x1a8)](),this[_0x4988bc(0x16c)](_0xd58575,_0x101094[_0x4988bc(0x15d)]),this[_0x4988bc(0x17b)]=!0x1,_0x2b6134(_0x26aefd);};setTimeout(()=>{const _0x56afe7=_0x4d5a;if(_0x3306f6[_0x56afe7(0x153)]=_0xa6c6f4=>{const _0x3bb283=_0x56afe7;_0x349a41==null||_0x349a41[_0x3bb283(0x18c)](_0x3306f6,_0xa6c6f4),_0x59a5a2();},_0x3306f6[_0x56afe7(0x196)]=_0x3f60e6=>{const _0x496ecd=_0x56afe7;_0x16bd8f==null||_0x16bd8f[_0x496ecd(0x18c)](_0x3306f6,_0x3f60e6),_0x5d688a(!0x0);},typeof _0x3306f6['print']!=_0x56afe7(0x1bb)){_0x5d688a(!0x1);return;}_0x59a5a2(),_0x3306f6['focus'](),_0x3306f6[_0x56afe7(0x1a0)]();},0x64);});}['_createPrintFrame'](){const _0x3d2226=_0x3cefac;var _0x5cf268;let _0x4d7ec9=document['createElement'](_0x3d2226(0x16d));_0x4d7ec9['setAttribute'](_0x3d2226(0x1a2),_0x3d2226(0x1a1)),_0x4d7ec9[_0x3d2226(0x19b)](_0x3d2226(0x191),_0x3d2226(0x1a1)),_0x4d7ec9[_0x3d2226(0x1bf)][_0x3d2226(0x13d)]=_0x3d2226(0x181),_0x4d7ec9[_0x3d2226(0x1bf)][_0x3d2226(0x14e)]=_0x3d2226(0x176),_0x4d7ec9[_0x3d2226(0x1bf)]['top']='0',_0x4d7ec9[_0x3d2226(0x1bf)]['width']='1px',_0x4d7ec9['style'][_0x3d2226(0x15c)]=_0x3d2226(0x1c3),_0x4d7ec9[_0x3d2226(0x1bf)][_0x3d2226(0x157)]='0',_0x4d7ec9[_0x3d2226(0x1bf)][_0x3d2226(0x1a5)]=_0x3d2226(0x142),document['body']['appendChild'](_0x4d7ec9);let _0x5a338a=_0x4d7ec9[_0x3d2226(0x1a4)],_0x16c7e8=(_0x5cf268=_0x4d7ec9[_0x3d2226(0x16f)])==null?_0x5a338a==null?void 0x0:_0x5a338a[_0x3d2226(0x172)]:_0x5cf268;return!_0x5a338a||!_0x16c7e8?(_0x4d7ec9[_0x3d2226(0x1a8)](),null):(_0x16c7e8[_0x3d2226(0x19c)](),_0x16c7e8[_0x3d2226(0x19f)](_0x3d2226(0x155)),_0x16c7e8[_0x3d2226(0x138)](),{'frame':_0x4d7ec9,'document':_0x16c7e8,'window':_0x5a338a});}[_0x3cefac(0x16c)](_0x4a304f,_0x5dac20){const _0x3527ef=_0x3cefac;_0x5dac20[_0x3527ef(0x1d1)](_0x31cf3a=>{const _0x3a5f3e=_0x3527ef;let _0x1962f1=_0x4a304f+_0x3a5f3e(0x182)+_0x31cf3a,_0x2ea608=this[_0x3a5f3e(0x1d4)]['getRenderById'](_0x1962f1);_0x2ea608&&(_0x2ea608[_0x3a5f3e(0x192)][_0x3a5f3e(0x13f)](),_0x2ea608[_0x3a5f3e(0x1b8)]['makeDirty'](!0x0),_0x2ea608[_0x3a5f3e(0x1b8)][_0x3a5f3e(0x14f)]());});}};function _0x4d5a(_0x266161,_0x4833b9){_0x266161=_0x266161-0x138;const _0x1de4d4=_0x1de4();let _0x4d5a8a=_0x1de4d4[_0x266161];return _0x4d5a8a;}G=W([U(0x0,_0x403288),U(0x1,_0x124b3c(_0x39249c)),U(0x2,_0x3c26f3)],G);const K={'id':_0x3cefac(0x1ce),'type':_0x2618a7[_0x3cefac(0x175)],'handler':async(_0x4e34b6,_0x59b42e)=>{const _0x16e58c=_0x3cefac;let _0x1b6f07=_0x4e34b6[_0x16e58c(0x194)](_0x403288),_0x1f6e3d=_0x4e34b6['get'](G),_0x2aa0ea=_0x1b6f07[_0x16e58c(0x14c)](_0x368328[_0x16e58c(0x14d)]);return _0x2aa0ea?_0x1f6e3d[_0x16e58c(0x1a0)](_0x2aa0ea[_0x16e58c(0x1ba)](),_0x59b42e):!0x1;}},q='slides-print.config',J={};var Y=_0x3cefac(0x1c7),X=_0x3cefac(0x152);let Z=class extends _0x55f56f{constructor(_0x36cceb){const _0x2cc52a=_0x3cefac;super(),this[_0x2cc52a(0x1c9)]=_0x36cceb,this['_registerIcons']();}[_0x3cefac(0x16a)](){const _0x1ba1e5=_0x3cefac;this[_0x1ba1e5(0x1ca)](this[_0x1ba1e5(0x1c9)][_0x1ba1e5(0x140)]({'PrintIcon':_0x5d774e}));}};Z=W([U(0x0,_0x124b3c(_0xb8584c))],Z);function re(_0x3af9c9){const _0x3a856f=_0x3cefac;return{'id':K['id'],'type':_0x2b86b3[_0x3a856f(0x1a7)],'title':_0x3a856f(0x18b),'icon':_0x3a856f(0x1ae),'tooltip':_0x3a856f(0x18b),'hidden$':_0x34b906(_0x3af9c9,_0x368328['UNIVER_SLIDE'])};}const ie={[_0xbe2fb[_0x3cefac(0x164)]]:{[K['id']]:{'order':0.4,'menuItemFactory':re}}};let Q=class extends _0x55f56f{constructor(_0x2fdfbe,_0x47fbab){const _0x2e6e78=_0x3cefac;super(),this[_0x2e6e78(0x177)]=_0x2fdfbe,this[_0x2e6e78(0x174)]=_0x47fbab,this['_initCommands'](),this[_0x2e6e78(0x19d)]();}[_0x3cefac(0x183)](){const _0x47b772=_0x3cefac;this[_0x47b772(0x1ca)](this[_0x47b772(0x177)][_0x47b772(0x149)](K));}[_0x3cefac(0x19d)](){const _0x38343b=_0x3cefac;this[_0x38343b(0x174)][_0x38343b(0x1bd)](ie);}};Q=W([U(0x0,_0xb41aec),U(0x1,_0x58c6c7)],Q);let $=class extends _0x28f76d{constructor(_0x5c1177=J,_0x3edbc5,_0x4d32d3){const _0x4d584d=_0x3cefac;super(),this[_0x4d584d(0x19a)]=_0x5c1177,this['_injector']=_0x3edbc5,this[_0x4d584d(0x190)]=_0x4d32d3;let {menu:_0x2d504f,..._0x20ab9a}=_0x7a1071({},J,this[_0x4d584d(0x19a)]);_0x2d504f&&this['_configService'][_0x4d584d(0x188)](_0x4d584d(0x187),_0x2d504f,{'merge':!0x0}),this[_0x4d584d(0x190)]['setConfig'](q,_0x20ab9a);}[_0x3cefac(0x13c)](){const _0x1b6a08=_0x3cefac;this[_0x1b6a08(0x161)]['add']([Z]),this['_injector']['get'](Z),_0x4af5d7(this['_injector'],[[G],[Q]]);}[_0x3cefac(0x13a)](){const _0x19f013=_0x3cefac;this['_injector'][_0x19f013(0x194)](Q);}};V($,_0x3cefac(0x1c2),_0x3cefac(0x198)),V($,_0x3cefac(0x1a9),Y),V($,_0x3cefac(0x17e),X),V($,_0x3cefac(0x186),_0x368328[_0x3cefac(0x14d)]),$=W([U(0x1,_0x124b3c(_0x39249c)),U(0x2,_0x53a4ee)],$);export{q as SLIDES_PRINT_PLUGIN_CONFIG_KEY,K as SlidePrintOperation,$ as UniverSlidesPrintPlugin};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x445d(){const _0x4b2642=['56QnRpAr','1988241DgbqyG','2870962aqWkVS','80226lcCIfW','طباعة','6331633KDYjGN','190WeWFqz','7370908PglJHm','1243791dkdYQq','1314870FTQCBm'];_0x445d=function(){return _0x4b2642;};return _0x445d();}function _0x5491(_0x5dce2d,_0x2f8a77){_0x5dce2d=_0x5dce2d-0x17b;const _0x445d06=_0x445d();let _0x5491f2=_0x445d06[_0x5dce2d];return _0x5491f2;}const _0x2b1e31=_0x5491;(function(_0x2b3b46,_0x33f44b){const _0x3cab8d=_0x5491,_0x3d35b9=_0x2b3b46();while(!![]){try{const _0x3b07bf=parseInt(_0x3cab8d(0x17d))/0x1+parseInt(_0x3cab8d(0x180))/0x2+parseInt(_0x3cab8d(0x17f))/0x3+-parseInt(_0x3cab8d(0x17b))/0x4+-parseInt(_0x3cab8d(0x184))/0x5*(parseInt(_0x3cab8d(0x181))/0x6)+parseInt(_0x3cab8d(0x183))/0x7+parseInt(_0x3cab8d(0x17e))/0x8*(-parseInt(_0x3cab8d(0x17c))/0x9);if(_0x3b07bf===_0x33f44b)break;else _0x3d35b9['push'](_0x3d35b9['shift']());}catch(_0x832d1d){_0x3d35b9['push'](_0x3d35b9['shift']());}}}(_0x445d,0xf3fe7));const e={'slides-print':{'menu':_0x2b1e31(0x182)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x12cf69=_0x4062;function _0x4062(_0x8335ad,_0x917109){_0x8335ad=_0x8335ad-0xb3;const _0x43f5b5=_0x43f5();let _0x406293=_0x43f5b5[_0x8335ad];return _0x406293;}(function(_0x10dafc,_0x992e3f){const _0x3f76b1=_0x4062,_0x263ccb=_0x10dafc();while(!![]){try{const _0x26630a=-parseInt(_0x3f76b1(0xb4))/0x1*(-parseInt(_0x3f76b1(0xb9))/0x2)+-parseInt(_0x3f76b1(0xb3))/0x3+parseInt(_0x3f76b1(0xb8))/0x4*(-parseInt(_0x3f76b1(0xb7))/0x5)+-parseInt(_0x3f76b1(0xbb))/0x6+-parseInt(_0x3f76b1(0xbd))/0x7+-parseInt(_0x3f76b1(0xb5))/0x8+-parseInt(_0x3f76b1(0xb6))/0x9*(-parseInt(_0x3f76b1(0xba))/0xa);if(_0x26630a===_0x992e3f)break;else _0x263ccb['push'](_0x263ccb['shift']());}catch(_0x34a7a1){_0x263ccb['push'](_0x263ccb['shift']());}}}(_0x43f5,0xe0d28));const e={'slides-print':{'menu':_0x12cf69(0xbc)}};export{e as default};function _0x43f5(){const _0x1ab325=['11464072ILhtzq','16841241Mvhmlp','40YenAJA','38620nQEsmh','37604ELJABg','10GCNvsM','2700018qGkjZL','Imprimir','1930432UPBIxb','1219587cbhAom','90fbGdrK'];_0x43f5=function(){return _0x1ab325;};return _0x43f5();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0xafe4(_0x3bc8f7,_0x5c035d){_0x3bc8f7=_0x3bc8f7-0xdf;const _0x3d49ef=_0x3d49();let _0xafe4a8=_0x3d49ef[_0x3bc8f7];return _0xafe4a8;}(function(_0x1ac882,_0x36b3c3){const _0x374d3e=_0xafe4,_0xcdfa25=_0x1ac882();while(!![]){try{const _0x3edff5=-parseInt(_0x374d3e(0xe4))/0x1*(-parseInt(_0x374d3e(0xe3))/0x2)+parseInt(_0x374d3e(0xe2))/0x3*(-parseInt(_0x374d3e(0xe6))/0x4)+parseInt(_0x374d3e(0xe7))/0x5+-parseInt(_0x374d3e(0xe0))/0x6+-parseInt(_0x374d3e(0xe5))/0x7+-parseInt(_0x374d3e(0xe1))/0x8+parseInt(_0x374d3e(0xdf))/0x9;if(_0x3edff5===_0x36b3c3)break;else _0xcdfa25['push'](_0xcdfa25['shift']());}catch(_0x14ae0d){_0xcdfa25['push'](_0xcdfa25['shift']());}}}(_0x3d49,0xafa08));function _0x3d49(){const _0x1b950a=['6dWyzTy','56YNeCXk','16224XiNyZo','6074012FeWZqP','433028pORvmo','2666705kNGmoN','11856015qoYgJJ','64578zEcsYy','3924696auLXwq'];_0x3d49=function(){return _0x1b950a;};return _0x3d49();}const e={'slides-print':{'menu':'Drucken'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x58e997,_0x13afe4){const _0x137c8a=_0x9c7e,_0x486625=_0x58e997();while(!![]){try{const _0x44f786=-parseInt(_0x137c8a(0x1f4))/0x1+-parseInt(_0x137c8a(0x1fc))/0x2*(-parseInt(_0x137c8a(0x1fa))/0x3)+-parseInt(_0x137c8a(0x1f3))/0x4+parseInt(_0x137c8a(0x1f9))/0x5+-parseInt(_0x137c8a(0x1f6))/0x6*(-parseInt(_0x137c8a(0x1f5))/0x7)+-parseInt(_0x137c8a(0x1fb))/0x8+-parseInt(_0x137c8a(0x1f7))/0x9*(parseInt(_0x137c8a(0x1f8))/0xa);if(_0x44f786===_0x13afe4)break;else _0x486625['push'](_0x486625['shift']());}catch(_0x3e0610){_0x486625['push'](_0x486625['shift']());}}}(_0x3e78,0xa0b5f));const e={'slides-print':{'menu':'Print'}};function _0x9c7e(_0x596267,_0x1acbac){_0x596267=_0x596267-0x1f3;const _0x3e7898=_0x3e78();let _0x9c7ef1=_0x3e7898[_0x596267];return _0x9c7ef1;}export{e as default};function _0x3e78(){const _0xee2ec3=['1702640bAncPN','488151peXRJe','539TScAFl','50418ZXXiOi','4664601TJWTTM','10CpzYiR','5656240GPAXjh','9pImjFJ','1831592usUQWy','360694UmLNoH'];_0x3e78=function(){return _0xee2ec3;};return _0x3e78();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x11ea(_0x30fcc8,_0x1538df){_0x30fcc8=_0x30fcc8-0xc1;const _0x3e2103=_0x3e21();let _0x11eaf9=_0x3e2103[_0x30fcc8];return _0x11eaf9;}const _0x547702=_0x11ea;(function(_0x1dc654,_0x4cb3da){const _0x49de93=_0x11ea,_0x4a686b=_0x1dc654();while(!![]){try{const _0x5a62eb=parseInt(_0x49de93(0xc7))/0x1+parseInt(_0x49de93(0xc5))/0x2+parseInt(_0x49de93(0xc3))/0x3+-parseInt(_0x49de93(0xc1))/0x4+-parseInt(_0x49de93(0xc8))/0x5*(parseInt(_0x49de93(0xca))/0x6)+-parseInt(_0x49de93(0xc6))/0x7+-parseInt(_0x49de93(0xc9))/0x8*(-parseInt(_0x49de93(0xc2))/0x9);if(_0x5a62eb===_0x4cb3da)break;else _0x4a686b['push'](_0x4a686b['shift']());}catch(_0x47850e){_0x4a686b['push'](_0x4a686b['shift']());}}}(_0x3e21,0x330e1));const e={'slides-print':{'menu':_0x547702(0xc4)}};function _0x3e21(){const _0x2995c9=['726890YeKYPP','2365937mzxFCS','319967JKfLVn','393215UaVSdX','1318952hitgyd','30TeniFy','1523968EqFLqV','18xDxgIa','924507GJpKcc','Imprimir'];_0x3e21=function(){return _0x2995c9;};return _0x3e21();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x530d(){const _0x444a50=['1495108kCuwao','9836970SvzmQn','1665BeEuIo','43222FZdWTg','چاپ','7LAkgXk','2740926EEsRBS','10232evntte','2216472dXRVnL','331710vNgkhX','14xwBEEH'];_0x530d=function(){return _0x444a50;};return _0x530d();}const _0xc8daab=_0x3b52;(function(_0x3461f6,_0x2114fc){const _0x37e1dd=_0x3b52,_0x379421=_0x3461f6();while(!![]){try{const _0x39705a=-parseInt(_0x37e1dd(0x1db))/0x1*(-parseInt(_0x37e1dd(0x1d4))/0x2)+parseInt(_0x37e1dd(0x1d9))/0x3+-parseInt(_0x37e1dd(0x1dc))/0x4+parseInt(_0x37e1dd(0x1da))/0x5+-parseInt(_0x37e1dd(0x1d7))/0x6*(-parseInt(_0x37e1dd(0x1d6))/0x7)+-parseInt(_0x37e1dd(0x1d8))/0x8*(-parseInt(_0x37e1dd(0x1d3))/0x9)+-parseInt(_0x37e1dd(0x1d2))/0xa;if(_0x39705a===_0x2114fc)break;else _0x379421['push'](_0x379421['shift']());}catch(_0x27eec4){_0x379421['push'](_0x379421['shift']());}}}(_0x530d,0x6c522));const e={'slides-print':{'menu':_0xc8daab(0x1d5)}};function _0x3b52(_0x2cfa00,_0x4f022a){_0x2cfa00=_0x2cfa00-0x1d2;const _0x530d42=_0x530d();let _0x3b5299=_0x530d42[_0x2cfa00];return _0x3b5299;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x4ffb7d,_0x51aae8){const _0x5103f3=_0x397b,_0x1fc31c=_0x4ffb7d();while(!![]){try{const _0x391cbe=parseInt(_0x5103f3(0x1f4))/0x1*(parseInt(_0x5103f3(0x1f3))/0x2)+parseInt(_0x5103f3(0x1f2))/0x3+parseInt(_0x5103f3(0x1f0))/0x4*(parseInt(_0x5103f3(0x1ee))/0x5)+-parseInt(_0x5103f3(0x1f7))/0x6*(-parseInt(_0x5103f3(0x1f1))/0x7)+parseInt(_0x5103f3(0x1f6))/0x8*(parseInt(_0x5103f3(0x1f8))/0x9)+parseInt(_0x5103f3(0x1ef))/0xa+-parseInt(_0x5103f3(0x1f9))/0xb*(parseInt(_0x5103f3(0x1f5))/0xc);if(_0x391cbe===_0x51aae8)break;else _0x1fc31c['push'](_0x1fc31c['shift']());}catch(_0x22a282){_0x1fc31c['push'](_0x1fc31c['shift']());}}}(_0x3757,0xc85c0));function _0x397b(_0x4f4d93,_0x2535b3){_0x4f4d93=_0x4f4d93-0x1ee;const _0x37572c=_0x3757();let _0x397bb4=_0x37572c[_0x4f4d93];return _0x397bb4;}const e={'slides-print':{'menu':'Imprimer'}};export{e as default};function _0x3757(){const _0xcc8ede=['141775BzLPex','1478388EDhZrL','80dHPJlb','876uCQFbZ','37980OIbwuE','187DUBlne','95xnVUyH','11979400ROygtV','15956wRxUYz','714AkoAye','924771Orbbuw','18jsFhfX'];_0x3757=function(){return _0xcc8ede;};return _0x3757();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5456(){const _0x491e70=['198YWdnRO','3662832qDALOu','Cetak','417084liLcOE','22164461sTtPiQ','84273YgxzeF','20xChzvZ','23427fUWLTQ','5906520fOHLJK','158wrFpBS','10yyuswB','163111Gzkkuf'];_0x5456=function(){return _0x491e70;};return _0x5456();}const _0xe63a6c=_0x3fe7;(function(_0x542ebc,_0x52209e){const _0x3ea27f=_0x3fe7,_0x480abb=_0x542ebc();while(!![]){try{const _0x358ff5=-parseInt(_0x3ea27f(0x86))/0x1+-parseInt(_0x3ea27f(0x84))/0x2*(-parseInt(_0x3ea27f(0x8e))/0x3)+-parseInt(_0x3ea27f(0x8a))/0x4*(-parseInt(_0x3ea27f(0x8d))/0x5)+-parseInt(_0x3ea27f(0x87))/0x6*(-parseInt(_0x3ea27f(0x8c))/0x7)+parseInt(_0x3ea27f(0x88))/0x8+parseInt(_0x3ea27f(0x83))/0x9+-parseInt(_0x3ea27f(0x85))/0xa*(parseInt(_0x3ea27f(0x8b))/0xb);if(_0x358ff5===_0x52209e)break;else _0x480abb['push'](_0x480abb['shift']());}catch(_0x49d7ac){_0x480abb['push'](_0x480abb['shift']());}}}(_0x5456,0x59afa));const e={'slides-print':{'menu':_0xe63a6c(0x89)}};function _0x3fe7(_0x11f084,_0x111119){_0x11f084=_0x11f084-0x83;const _0x5456b0=_0x5456();let _0x3fe732=_0x5456b0[_0x11f084];return _0x3fe732;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x3391de,_0x5aef35){const _0x33ba58=_0x2dd5,_0x12aed5=_0x3391de();while(!![]){try{const _0x3cdd23=parseInt(_0x33ba58(0x144))/0x1*(-parseInt(_0x33ba58(0x142))/0x2)+parseInt(_0x33ba58(0x13d))/0x3*(-parseInt(_0x33ba58(0x140))/0x4)+parseInt(_0x33ba58(0x13f))/0x5*(-parseInt(_0x33ba58(0x141))/0x6)+-parseInt(_0x33ba58(0x13e))/0x7+parseInt(_0x33ba58(0x145))/0x8+-parseInt(_0x33ba58(0x143))/0x9+parseInt(_0x33ba58(0x13c))/0xa;if(_0x3cdd23===_0x5aef35)break;else _0x12aed5['push'](_0x12aed5['shift']());}catch(_0x39451d){_0x12aed5['push'](_0x12aed5['shift']());}}}(_0x5ebf,0xaec55));const e={'slides-print':{'menu':'Stampa'}};function _0x2dd5(_0x18225b,_0x59c917){_0x18225b=_0x18225b-0x13c;const _0x5ebf95=_0x5ebf();let _0x2dd571=_0x5ebf95[_0x18225b];return _0x2dd571;}function _0x5ebf(){const _0x226dc8=['10388vEVcUL','1205HkaYWl','259812hfQBGc','9654RnlwIt','4Rgnsto','12588480TJUthn','299009qEPCRH','8138072sBOUgz','21495460iHLJqc','3AJCieH'];_0x5ebf=function(){return _0x226dc8;};return _0x5ebf();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x219c7f,_0x5dc276){const _0x5ed0df=_0x33d7,_0x2841da=_0x219c7f();while(!![]){try{const _0x5bd55a=-parseInt(_0x5ed0df(0xa4))/0x1*(-parseInt(_0x5ed0df(0xa9))/0x2)+parseInt(_0x5ed0df(0xa6))/0x3*(parseInt(_0x5ed0df(0xa7))/0x4)+-parseInt(_0x5ed0df(0xa8))/0x5*(-parseInt(_0x5ed0df(0xa3))/0x6)+-parseInt(_0x5ed0df(0xac))/0x7*(parseInt(_0x5ed0df(0xa5))/0x8)+-parseInt(_0x5ed0df(0xad))/0x9+-parseInt(_0x5ed0df(0xa2))/0xa*(parseInt(_0x5ed0df(0xaa))/0xb)+parseInt(_0x5ed0df(0xab))/0xc;if(_0x5bd55a===_0x5dc276)break;else _0x2841da['push'](_0x2841da['shift']());}catch(_0x249fee){_0x2841da['push'](_0x2841da['shift']());}}}(_0x2f21,0x7283c));function _0x33d7(_0x308d1b,_0x4bd5ef){_0x308d1b=_0x308d1b-0xa2;const _0x2f2115=_0x2f21();let _0x33d792=_0x2f2115[_0x308d1b];return _0x33d792;}const e={'slides-print':{'menu':'印刷'}};function _0x2f21(){const _0x34002d=['7rISogd','1593342NYxeBl','2464070QEMYIe','1629540AwbMrm','1nyVXiP','2869632EINgBl','2096286PJxMDV','4CpJuPw','5ICjakk','520946pqXtja','11AbUVDP','244512UVgOHn'];_0x2f21=function(){return _0x34002d;};return _0x2f21();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5d4c(){const _0x9ec49f=['441pyxBAH','380947JtzhCw','24760GRKqSo','651522AaLPVb','347055vbEqRU','40DGEesZ','800958GCWVan','1XVMLui','321332kTeEaV','116316LwKuYj'];_0x5d4c=function(){return _0x9ec49f;};return _0x5d4c();}function _0x3e0b(_0xaecd02,_0x2030fe){_0xaecd02=_0xaecd02-0x15d;const _0x5d4c0b=_0x5d4c();let _0x3e0b86=_0x5d4c0b[_0xaecd02];return _0x3e0b86;}(function(_0x205551,_0x47e240){const _0x2633f4=_0x3e0b,_0x637874=_0x205551();while(!![]){try{const _0x49d25a=parseInt(_0x2633f4(0x164))/0x1*(parseInt(_0x2633f4(0x160))/0x2)+parseInt(_0x2633f4(0x163))/0x3+-parseInt(_0x2633f4(0x165))/0x4+parseInt(_0x2633f4(0x161))/0x5+-parseInt(_0x2633f4(0x166))/0x6+-parseInt(_0x2633f4(0x15e))/0x7*(parseInt(_0x2633f4(0x162))/0x8)+parseInt(_0x2633f4(0x15d))/0x9*(-parseInt(_0x2633f4(0x15f))/0xa);if(_0x49d25a===_0x47e240)break;else _0x637874['push'](_0x637874['shift']());}catch(_0x5f3f67){_0x637874['push'](_0x637874['shift']());}}}(_0x5d4c,0x29432));const e={'slides-print':{'menu':'인쇄'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1fe5(){const _0x5177c5=['5374175iIVyKl','187565XYQgZR','1755MAyFNp','1064190dnxjfO','3062WPRwLR','8272341qZXBcP','8748912iLJkXw','1616328OSrdKk','4Tpwrvf'];_0x1fe5=function(){return _0x5177c5;};return _0x1fe5();}function _0x4cd5(_0x1be09b,_0x11f795){_0x1be09b=_0x1be09b-0x172;const _0x1fe545=_0x1fe5();let _0x4cd5ef=_0x1fe545[_0x1be09b];return _0x4cd5ef;}(function(_0xf7ab3f,_0x5c76b0){const _0xf0c115=_0x4cd5,_0x3f77c3=_0xf7ab3f();while(!![]){try{const _0x5b5ca2=parseInt(_0xf0c115(0x172))/0x1+parseInt(_0xf0c115(0x175))/0x2*(-parseInt(_0xf0c115(0x173))/0x3)+parseInt(_0xf0c115(0x179))/0x4*(parseInt(_0xf0c115(0x17a))/0x5)+-parseInt(_0xf0c115(0x174))/0x6+parseInt(_0xf0c115(0x178))/0x7+parseInt(_0xf0c115(0x177))/0x8+-parseInt(_0xf0c115(0x176))/0x9;if(_0x5b5ca2===_0x5c76b0)break;else _0x3f77c3['push'](_0x3f77c3['shift']());}catch(_0xef577f){_0x3f77c3['push'](_0x3f77c3['shift']());}}}(_0x1fe5,0x91351));const e={'slides-print':{'menu':'Drukuj'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x32a27c=_0x1282;function _0x2b5e(){const _0x2d22ff=['7ydIZpk','1303440vrdfWn','4380ltcnby','20kqANPE','594530WyPuAF','1340766lrSBVO','5427208OGWVRV','403086cwcmzS','597668uOBTQp','69036sQenxW','27jQiBcS','3yyKNUO','Imprimir'];_0x2b5e=function(){return _0x2d22ff;};return _0x2b5e();}(function(_0x58a76a,_0x40385f){const _0x4c09ee=_0x1282,_0x35344d=_0x58a76a();while(!![]){try{const _0x550319=-parseInt(_0x4c09ee(0x64))/0x1*(parseInt(_0x4c09ee(0x6e))/0x2)+-parseInt(_0x4c09ee(0x6b))/0x3+parseInt(_0x4c09ee(0x67))/0x4+-parseInt(_0x4c09ee(0x69))/0x5*(parseInt(_0x4c09ee(0x6d))/0x6)+parseInt(_0x4c09ee(0x66))/0x7*(-parseInt(_0x4c09ee(0x6c))/0x8)+parseInt(_0x4c09ee(0x70))/0x9*(parseInt(_0x4c09ee(0x6a))/0xa)+-parseInt(_0x4c09ee(0x6f))/0xb*(-parseInt(_0x4c09ee(0x68))/0xc);if(_0x550319===_0x40385f)break;else _0x35344d['push'](_0x35344d['shift']());}catch(_0x4ba5e4){_0x35344d['push'](_0x35344d['shift']());}}}(_0x2b5e,0x7b25a));function _0x1282(_0xb8dd50,_0x25b42f){_0xb8dd50=_0xb8dd50-0x64;const _0x2b5e33=_0x2b5e();let _0x12824f=_0x2b5e33[_0xb8dd50];return _0x12824f;}const e={'slides-print':{'menu':_0x32a27c(0x65)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1a49(){const _0x1a9a03=['7689321ZiHLIK','11HsTvXA','13830144knuDOJ','5zJdZyv','672365rKHiYF','Печать','235958EFrYYl','6tHPtqT','5152133KzDeyd','24LHYSDf','891152lBsVzB','5721790nFuPLs'];_0x1a49=function(){return _0x1a9a03;};return _0x1a49();}const _0x29d206=_0x36d9;function _0x36d9(_0x177f65,_0x13bec3){_0x177f65=_0x177f65-0xb3;const _0x1a4997=_0x1a49();let _0x36d977=_0x1a4997[_0x177f65];return _0x36d977;}(function(_0x4627f4,_0x2aa828){const _0x46b20d=_0x36d9,_0x4ee92e=_0x4627f4();while(!![]){try{const _0x59d77d=parseInt(_0x46b20d(0xb7))/0x1*(-parseInt(_0x46b20d(0xba))/0x2)+parseInt(_0x46b20d(0xbd))/0x3*(parseInt(_0x46b20d(0xbe))/0x4)+parseInt(_0x46b20d(0xb8))/0x5*(parseInt(_0x46b20d(0xbb))/0x6)+-parseInt(_0x46b20d(0xbc))/0x7+parseInt(_0x46b20d(0xb6))/0x8+-parseInt(_0x46b20d(0xb4))/0x9+-parseInt(_0x46b20d(0xb3))/0xa*(parseInt(_0x46b20d(0xb5))/0xb);if(_0x59d77d===_0x2aa828)break;else _0x4ee92e['push'](_0x4ee92e['shift']());}catch(_0x462f31){_0x4ee92e['push'](_0x4ee92e['shift']());}}}(_0x1a49,0xda09b));const e={'slides-print':{'menu':_0x29d206(0xb9)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x13918e,_0x5ef9cd){const _0x2ab61e=_0x5e66,_0x1e667c=_0x13918e();while(!![]){try{const _0x33d9c7=-parseInt(_0x2ab61e(0xc9))/0x1+-parseInt(_0x2ab61e(0xcc))/0x2*(parseInt(_0x2ab61e(0xc8))/0x3)+-parseInt(_0x2ab61e(0xc6))/0x4+-parseInt(_0x2ab61e(0xc5))/0x5+parseInt(_0x2ab61e(0xc4))/0x6*(parseInt(_0x2ab61e(0xcb))/0x7)+-parseInt(_0x2ab61e(0xc7))/0x8+parseInt(_0x2ab61e(0xca))/0x9;if(_0x33d9c7===_0x5ef9cd)break;else _0x1e667c['push'](_0x1e667c['shift']());}catch(_0x1bcd84){_0x1e667c['push'](_0x1e667c['shift']());}}}(_0xf1b6,0x8be16));function _0xf1b6(){const _0x2b4604=['4sSLZPI','654ZBxBgO','3964655UWkeJB','933236myqfjn','6506128efkcDS','824613cODnXf','434418uXIFKf','21441339jszwZQ','65135uYQFbY'];_0xf1b6=function(){return _0x2b4604;};return _0xf1b6();}function _0x5e66(_0x25654d,_0x2ca1d2){_0x25654d=_0x25654d-0xc4;const _0xf1b673=_0xf1b6();let _0x5e66ee=_0xf1b673[_0x25654d];return _0x5e66ee;}const e={'slides-print':{'menu':'Tlačiť'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x4a9b5d,_0x2a3c09){const _0x19a348=_0x3536,_0x156d09=_0x4a9b5d();while(!![]){try{const _0x556f44=-parseInt(_0x19a348(0x143))/0x1*(parseInt(_0x19a348(0x13c))/0x2)+-parseInt(_0x19a348(0x140))/0x3*(parseInt(_0x19a348(0x13a))/0x4)+parseInt(_0x19a348(0x144))/0x5*(parseInt(_0x19a348(0x13f))/0x6)+-parseInt(_0x19a348(0x141))/0x7+parseInt(_0x19a348(0x142))/0x8+parseInt(_0x19a348(0x13d))/0x9+-parseInt(_0x19a348(0x13b))/0xa*(-parseInt(_0x19a348(0x13e))/0xb);if(_0x556f44===_0x2a3c09)break;else _0x156d09['push'](_0x156d09['shift']());}catch(_0x5cfefe){_0x156d09['push'](_0x156d09['shift']());}}}(_0x566f,0xd134c));function _0x566f(){const _0x2deb4c=['10841467TOgXOJ','9083520nioRzl','202FdoJre','2766720aHBcVC','8yOQNmn','20KgVWQQ','8056FCTbyz','4344111PcBYhQ','15180572FcEGcX','6iFLWtI','2568333PlffSd'];_0x566f=function(){return _0x2deb4c;};return _0x566f();}function _0x3536(_0x16251e,_0x53ac10){_0x16251e=_0x16251e-0x13a;const _0x566ff7=_0x566f();let _0x353685=_0x566ff7[_0x16251e];return _0x353685;}const e={'slides-print':{'menu':'In'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3ce4(){const _0x5d5edb=['78JOifnB','5137CVEFXC','7224pBPFkO','2frihgY','70SDlcJI','5248780HXikik','125088VscQcJ','527000ZhxzAP','599625thmhPA','278359vhSvnX','5528637gLLUJj','24acdAuH'];_0x3ce4=function(){return _0x5d5edb;};return _0x3ce4();}function _0x39e7(_0x300b7f,_0x859347){_0x300b7f=_0x300b7f-0x1f2;const _0x3ce45b=_0x3ce4();let _0x39e77f=_0x3ce45b[_0x300b7f];return _0x39e77f;}(function(_0x349087,_0x4c1920){const _0x2bf7eb=_0x39e7,_0x3e7267=_0x349087();while(!![]){try{const _0x31c7a4=parseInt(_0x2bf7eb(0x1f4))/0x1*(-parseInt(_0x2bf7eb(0x1fa))/0x2)+-parseInt(_0x2bf7eb(0x1f7))/0x3*(parseInt(_0x2bf7eb(0x1fd))/0x4)+-parseInt(_0x2bf7eb(0x1f3))/0x5*(-parseInt(_0x2bf7eb(0x1f6))/0x6)+-parseInt(_0x2bf7eb(0x1fb))/0x7*(-parseInt(_0x2bf7eb(0x1f2))/0x8)+parseInt(_0x2bf7eb(0x1f5))/0x9+-parseInt(_0x2bf7eb(0x1fc))/0xa+-parseInt(_0x2bf7eb(0x1f8))/0xb*(-parseInt(_0x2bf7eb(0x1f9))/0xc);if(_0x31c7a4===_0x4c1920)break;else _0x3e7267['push'](_0x3e7267['shift']());}catch(_0x534197){_0x3e7267['push'](_0x3e7267['shift']());}}}(_0x3ce4,0x65f20));const e={'slides-print':{'menu':'打印'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4212(){const _0x4532bd=['2910252CpZHTl','1330761SwpvJK','324305RztaQL','10488vOphNU','6538ntyIUO','6305125GPECcK','14442741ySEklA','12DIHQCy','1227262znCEYB'];_0x4212=function(){return _0x4532bd;};return _0x4212();}(function(_0xf9d3ee,_0x504eec){const _0x264358=_0x4eb2,_0x2caffd=_0xf9d3ee();while(!![]){try{const _0x5b501d=parseInt(_0x264358(0x1b1))/0x1+parseInt(_0x264358(0x1b7))/0x2+parseInt(_0x264358(0x1b9))/0x3*(-parseInt(_0x264358(0x1b6))/0x4)+parseInt(_0x264358(0x1b4))/0x5+-parseInt(_0x264358(0x1b8))/0x6+-parseInt(_0x264358(0x1b3))/0x7*(parseInt(_0x264358(0x1b2))/0x8)+parseInt(_0x264358(0x1b5))/0x9;if(_0x5b501d===_0x504eec)break;else _0x2caffd['push'](_0x2caffd['shift']());}catch(_0xc68348){_0x2caffd['push'](_0x2caffd['shift']());}}}(_0x4212,0xba629));const e={'slides-print':{'menu':'列印'}};function _0x4eb2(_0x1a3003,_0x5a52de){_0x1a3003=_0x1a3003-0x1b1;const _0x4212c6=_0x4212();let _0x4eb289=_0x4212c6[_0x1a3003];return _0x4eb289;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x140860,_0x42168b){const _0x4ea3ed=_0x29de,_0x45d4b1=_0x140860();while(!![]){try{const _0x162273=-parseInt(_0x4ea3ed(0x1af))/0x1*(parseInt(_0x4ea3ed(0x1b0))/0x2)+-parseInt(_0x4ea3ed(0x1b7))/0x3+parseInt(_0x4ea3ed(0x1b5))/0x4*(-parseInt(_0x4ea3ed(0x1b4))/0x5)+parseInt(_0x4ea3ed(0x1b2))/0x6*(parseInt(_0x4ea3ed(0x1b3))/0x7)+-parseInt(_0x4ea3ed(0x1b1))/0x8+parseInt(_0x4ea3ed(0x1b6))/0x9+parseInt(_0x4ea3ed(0x1b9))/0xa*(parseInt(_0x4ea3ed(0x1b8))/0xb);if(_0x162273===_0x42168b)break;else _0x45d4b1['push'](_0x45d4b1['shift']());}catch(_0xdbc97f){_0x45d4b1['push'](_0x45d4b1['shift']());}}}(_0x28fe,0xad4cb));function _0x29de(_0x40ea00,_0x44395d){_0x40ea00=_0x40ea00-0x1af;const _0x28fe88=_0x28fe();let _0x29de0f=_0x28fe88[_0x40ea00];return _0x29de0f;}function _0x28fe(){const _0x53b388=['30jKfrJT','17iRynJu','116458RWDwAi','4329576tBTgEm','6dGwDJm','4227293KLOvrg','4355oWoccF','3556LNoKPX','12284244FZdzpx','2121132WYytyu','6429401kWfxgo'];_0x28fe=function(){return _0x53b388;};return _0x28fe();}const e={'slides-print':{'menu':'列印'}};export{e as default};
|
package/lib/facade.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _0x2e8507=_0x393b;(function(_0x2a0569,_0x2b0343){var _0x22681a=_0x393b,_0x3f8040=_0x2a0569();while(!![]){try{var _0x6a2039=parseInt(_0x22681a(0xa8))/0x1+-parseInt(_0x22681a(0xa7))/0x2+-parseInt(_0x22681a(0xa6))/0x3+-parseInt(_0x22681a(0xac))/0x4*(-parseInt(_0x22681a(0xa9))/0x5)+-parseInt(_0x22681a(0xaa))/0x6*(-parseInt(_0x22681a(0xa4))/0x7)+-parseInt(_0x22681a(0xa3))/0x8+-parseInt(_0x22681a(0x9f))/0x9*(-parseInt(_0x22681a(0xa0))/0xa);if(_0x6a2039===_0x2b0343)break;else _0x3f8040['push'](_0x3f8040['shift']());}catch(_0x5e36fd){_0x3f8040['push'](_0x3f8040['shift']());}}}(_0x16b2,0xb050d));function _0x393b(_0x2b5df7,_0x7097b0){_0x2b5df7=_0x2b5df7-0x9f;var _0x16b2e9=_0x16b2();var _0x393be9=_0x16b2e9[_0x2b5df7];return _0x393be9;}function _0x16b2(){var _0x2a7905=['25670740VAHpmx','extend','printSlidesAsync','8647400ZjJvFr','1869ywvyBe','_commandService','3446346MmxpaS','2314960mrOSjg','464127nKggNU','35RQWQZP','12684OaJjzH','executeCommand','293564DDSAiB','9iUSYjw'];_0x16b2=function(){return _0x2a7905;};return _0x16b2();}import{SlidePrintOperation as _0x23731f}from'@univerjs-pro/slides-print';import{FUniver as _0x27a2e1}from'@univerjs/core/facade';var n=class extends _0x27a2e1{[_0x2e8507(0xa2)](_0x4f2251){var _0x4c9f2e=_0x2e8507;return this[_0x4c9f2e(0xa5)][_0x4c9f2e(0xab)](_0x23731f['id'],_0x4f2251);}};_0x27a2e1[_0x2e8507(0xa1)](n);export{};
|
package/lib/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3cefac=_0x4d5a;(function(_0x497f35,_0x44162d){const _0x1033de=_0x4d5a,_0x5d3b54=_0x497f35();while(!![]){try{const _0x32d377=parseInt(_0x1033de(0x15b))/0x1*(parseInt(_0x1033de(0x1d2))/0x2)+parseInt(_0x1033de(0x1b7))/0x3*(-parseInt(_0x1033de(0x1ab))/0x4)+-parseInt(_0x1033de(0x171))/0x5+parseInt(_0x1033de(0x148))/0x6*(-parseInt(_0x1033de(0x160))/0x7)+-parseInt(_0x1033de(0x1ad))/0x8*(-parseInt(_0x1033de(0x168))/0x9)+-parseInt(_0x1033de(0x199))/0xa*(-parseInt(_0x1033de(0x1b5))/0xb)+parseInt(_0x1033de(0x13e))/0xc;if(_0x32d377===_0x44162d)break;else _0x5d3b54['push'](_0x5d3b54['shift']());}catch(_0x923ece){_0x5d3b54['push'](_0x5d3b54['shift']());}}}(_0x1de4,0xc38cb));import{CommandType as _0x2618a7,Disposable as _0x55f56f,ICommandService as _0xb41aec,IConfigService as _0x53a4ee,IUniverInstanceService as _0x403288,Inject as _0x124b3c,Injector as _0x39249c,Plugin as _0x28f76d,UniverInstanceType as _0x368328,generateRandomId as _0x343d74,merge as _0x7a1071,registerDependencies as _0x4af5d7}from'@univerjs/core';import{PRINT_CANVAS_CLASS as _0x35446c,PRINT_CONTAINER_CLASS as _0x453e4c,PrintDirection as _0x5c0cbb,createPrintStyle as _0x51f0c9}from'@univerjs-pro/print';import{CanvasRenderMode as _0x1c289f,DRAWING_OBJECT_LAYER_INDEX as _0x41d3da,Engine as _0xc9ab54,IRenderManagerService as _0x3c26f3,MAIN_VIEW_PORT_KEY as _0x9e95af,Scene as _0x3c858d,Viewport as _0x15e16a}from'@univerjs/engine-render';import{ISlideDrawingService as _0x337dbb,SlideSceneTypeEnum as _0x1af849,resolvedSlideLayersToDrawingMap as _0x3d6f7c}from'@univerjs-pro/slides';import{ObjectProvider as _0x1b2949,SlidePageBackgroundObject as _0x2c3daf,SlidePageClipGroup as _0x33c8da,assembleGroupHierarchy as _0x3faf83,resolveGroupFillInheritance as _0x52fd70}from'@univerjs-pro/slides-ui';import{PrintIcon as _0x5d774e}from'@univerjs/icons';import{IMenuManagerService as _0x58c6c7,IconManager as _0xb8584c,MenuItemType as _0x2b86b3,RibbonStartGroup as _0xbe2fb,getMenuHiddenObservable as _0x34b906}from'@univerjs/ui';function P(_0x3263a0){const _0x1cba8b=_0x4d5a;return Number['isFinite'](_0x3263a0[_0x1cba8b(0x141)])&&Number[_0x1cba8b(0x197)](_0x3263a0['to'])&&_0x3263a0['from']<=_0x3263a0['to'];}function _0x1de4(){const _0x308cfd=['write','print','true','aria-hidden','string','contentWindow','pointerEvents','Printing','BUTTON','remove','packageName','default','276auytor','resolve','61000Xldazi','PrintIcon','PRESENTATION','div','getOwnPropertyDescriptor','getDrawingOrder','transformByState','appendChild','6303ktQkDE','slide-print-page-clip-','37353QlZvpM','scene','length','getUnitId','function','defineProperty','mergeMenu','decorate','style','absolute','setContainer','pluginName','1px','symbol','_pageSize','openClip','@univerjs-pro/slides-print','frame','_iconManager','disposeWithMe','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','clear','head','slide.operation.print','pageSize','_engine','forEach','26qyKBDA','oKey','_renderManagerService','dispose','close','className','onReady','_createPrintFrame','onStarting','position','36606780RUpcwC','resize','register','from','none','_container','addObject','restore','getCanvas','makeDirty','117300YDsoXt','registerCommand','set','getSnapshot','getCurrentUnitOfType','UNIVER_SLIDE','left','render','_slidePage','getSlide','1.0.0-alpha.1','onbeforeprint','_scene','<!doctype\x20html><html><head></head><body></body></html>','slide-print-page-background-','border','getContext','getUnit','range','27KvqJSv','height','slideOrder','0px','setId','385NOjIpY','_injector','sort','100%','OTHERS','object','_slideModel','_objectProvider','675GvQPGi','resolveBackground','_registerIcons','createInstance','_restoreThumbnailRenders','iframe','_initRenderer','contentDocument','pageManager','6078900LFJDUz','document','getData','_menuManagerService','OPERATION','-10000px','_commandService','_renderObjectMap','createElement','prepare','_printing','getDrawingData','min','version','max','iterator','fixed','-thumb-','_initCommands','_univerInstanceService','save','type','menu','setConfig','defaultPageSize','map','slides-print.menu','call','getId','container','_root','_configService','data-univer-slides-print-frame','engine','_renderSlidePage','get','disableObjectsEvent','onafterprint','isFinite','SLIDES_PRINT_PLUGIN','5730vAFLEB','_config','setAttribute','open','_initMenus','root'];_0x1de4=function(){return _0x308cfd;};return _0x1de4();}function F(_0x1cbe29,_0x30c817){const _0x14cea2=_0x4d5a;return Math[_0x14cea2(0x17f)](0x0,Math[_0x14cea2(0x17d)](_0x30c817-0x1,_0x1cbe29-0x1));}function I(_0x2875dd,_0x516cf5){const _0x53fed8=_0x4d5a;if(_0x2875dd<=0x0)return[];if(!_0x516cf5)return Array[_0x53fed8(0x141)]({'length':_0x2875dd},(_0x2ac040,_0x561008)=>_0x561008);let _0x2a4d30=new Set();return _0x516cf5[_0x53fed8(0x1d1)](_0x2440db=>{const _0x16f2a4=_0x53fed8;if(!P(_0x2440db)||_0x2440db['to']<0x1||_0x2440db[_0x16f2a4(0x141)]>_0x2875dd)return;let _0x200206=F(_0x2440db[_0x16f2a4(0x141)],_0x2875dd),_0x90407c=F(_0x2440db['to'],_0x2875dd);for(let _0x497e6c=_0x200206;_0x497e6c<=_0x90407c;_0x497e6c+=0x1)_0x2a4d30['add'](_0x497e6c);}),Array[_0x53fed8(0x141)](_0x2a4d30)[_0x53fed8(0x162)]((_0x3dde89,_0x48636a)=>_0x3dde89-_0x48636a);}function L(_0x171c6a,_0x3282b0,_0x57bbbc){const _0x2912e5=_0x4d5a;let _0x477cbf=_0x3282b0['getUnitId'](),_0xc62beb=_0x57bbbc[_0x2912e5(0x18d)](),_0x30d53c=_0x171c6a[_0x2912e5(0x17c)](_0x477cbf,_0xc62beb),_0x24dd69=_0x171c6a[_0x2912e5(0x1b2)](_0x477cbf,_0xc62beb);return _0x24dd69['some'](_0x998058=>!!_0x30d53c[_0x998058])?{'data':_0x30d53c,'order':_0x24dd69}:_0x3d6f7c(_0x477cbf,_0xc62beb,_0x57bbbc['resolveElements'](),_0x3282b0['getThemeDataForPage'](_0xc62beb));}function R(_0x162733){'@babel/helpers - typeof';const _0x2d5a60=_0x4d5a;return R=typeof Symbol==_0x2d5a60(0x1bb)&&typeof Symbol[_0x2d5a60(0x180)]==_0x2d5a60(0x1c4)?function(_0x22da3f){return typeof _0x22da3f;}:function(_0x14d8e4){const _0x15bc52=_0x2d5a60;return _0x14d8e4&&typeof Symbol==_0x15bc52(0x1bb)&&_0x14d8e4['constructor']===Symbol&&_0x14d8e4!==Symbol['prototype']?_0x15bc52(0x1c4):typeof _0x14d8e4;},R(_0x162733);}function z(_0x3cbf89,_0x3ceb01){const _0x261fdc=_0x4d5a;if(R(_0x3cbf89)!=_0x261fdc(0x165)||!_0x3cbf89)return _0x3cbf89;var _0x1f61b9=_0x3cbf89[Symbol['toPrimitive']];if(_0x1f61b9!==void 0x0){var _0x29ac57=_0x1f61b9[_0x261fdc(0x18c)](_0x3cbf89,_0x3ceb01||_0x261fdc(0x1aa));if(R(_0x29ac57)!='object')return _0x29ac57;throw TypeError(_0x261fdc(0x1cb));}return(_0x3ceb01===_0x261fdc(0x1a3)?String:Number)(_0x3cbf89);}function B(_0x480e10){const _0x493df2=_0x4d5a;var _0x3dcc2b=z(_0x480e10,_0x493df2(0x1a3));return R(_0x3dcc2b)=='symbol'?_0x3dcc2b:_0x3dcc2b+'';}function V(_0x3aa83c,_0x508d41,_0x5dbe19){const _0x4763a2=_0x4d5a;return(_0x508d41=B(_0x508d41))in _0x3aa83c?Object[_0x4763a2(0x1bc)](_0x3aa83c,_0x508d41,{'value':_0x5dbe19,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x3aa83c[_0x508d41]=_0x5dbe19,_0x3aa83c;}var H=class extends _0x55f56f{get[_0x3cefac(0x18e)](){const _0xc04ed2=_0x3cefac;return this[_0xc04ed2(0x143)];}get[_0x3cefac(0x19e)](){const _0x3d7138=_0x3cefac;return this[_0x3d7138(0x18f)];}get[_0x3cefac(0x1c5)](){const _0x5d84ef=_0x3cefac;var _0xd3b282;return(_0xd3b282=this[_0x5d84ef(0x150)][_0x5d84ef(0x173)]()[_0x5d84ef(0x1cf)])==null?this[_0x5d84ef(0x166)][_0x5d84ef(0x14b)]()[_0x5d84ef(0x189)]:_0xd3b282;}constructor(_0x54a949,_0x3368c4,_0x67b687){const _0x31c48e=_0x3cefac;super(),this['_injector']=_0x54a949,this[_0x31c48e(0x166)]=_0x3368c4,this[_0x31c48e(0x150)]=_0x67b687,V(this,_0x31c48e(0x143),document[_0x31c48e(0x179)](_0x31c48e(0x1b0))),V(this,_0x31c48e(0x18f),document['createElement'](_0x31c48e(0x1b0))),V(this,_0x31c48e(0x1d0),void 0x0),V(this,_0x31c48e(0x154),void 0x0),V(this,_0x31c48e(0x167),void 0x0),V(this,_0x31c48e(0x178),new Map()),this['_objectProvider']=this[_0x31c48e(0x161)][_0x31c48e(0x16b)](_0x1b2949),this[_0x31c48e(0x16e)](),this['disposeWithMe']({'dispose':()=>{const _0x297063=_0x31c48e;this[_0x297063(0x178)][_0x297063(0x1cc)](),this['_scene']['dispose'](),this[_0x297063(0x1d0)][_0x297063(0x1d5)]();}});}[_0x3cefac(0x16e)](){const _0x59351e=_0x3cefac;let _0x2fece1='slide-print-'+_0x343d74(0x4),{width:_0x407efa,height:_0x1fadc0}=this[_0x59351e(0x1c5)];this[_0x59351e(0x1d0)]=new _0xc9ab54('',{'elementWidth':_0x407efa,'elementHeight':_0x1fadc0,'dpr':0x1,'renderMode':_0x1c289f[_0x59351e(0x1a6)]}),this['_scene']=new _0x3c858d(_0x2fece1,this[_0x59351e(0x1d0)]),this[_0x59351e(0x154)][_0x59351e(0x195)](),this[_0x59351e(0x154)][_0x59351e(0x1b3)]({'width':_0x407efa,'height':_0x1fadc0,'scaleX':0x1,'scaleY':0x1}),new _0x15e16a(_0x9e95af,this['_scene'],{'left':0x0,'top':0x0,'width':_0x407efa,'height':_0x1fadc0,'active':!0x0})[_0x59351e(0x1c6)](),this[_0x59351e(0x1d0)][_0x59351e(0x1c1)](this['_container'],!0x1),this[_0x59351e(0x1d0)]['getCanvas']()[_0x59351e(0x158)]()[_0x59351e(0x15f)](_0x2fece1+'_'+_0x343d74(0x4)),this[_0x59351e(0x193)]();}[_0x3cefac(0x193)](){const _0x293e91=_0x3cefac;let _0x217acc=this[_0x293e91(0x166)][_0x293e91(0x1ba)](),_0x4c4ffd=this[_0x293e91(0x150)][_0x293e91(0x18d)](),{width:_0x11288c,height:_0xc57712}=this['_pageSize'],_0x350497=this[_0x293e91(0x154)],_0x299206=this[_0x293e91(0x161)][_0x293e91(0x16b)](_0x2c3daf,_0x293e91(0x156)+_0x217acc+'-'+_0x4c4ffd,{'left':0x0,'top':0x0,'width':_0x11288c,'height':_0xc57712,'background':this['_slidePage'][_0x293e91(0x169)](),'evented':!0x1,'zIndex':0x1});_0x350497[_0x293e91(0x144)](_0x299206,0x0),this['_renderObjectMap']['set'](_0x299206[_0x293e91(0x1d3)],_0x299206);let {data:_0x46ce77,order:_0x43b0a8}=L(this[_0x293e91(0x161)][_0x293e91(0x194)](_0x337dbb),this['_slideModel'],this[_0x293e91(0x150)]),_0x1f30e0=_0x52fd70(_0x46ce77),_0x4b8bc6=new _0x33c8da(_0x293e91(0x1b6)+_0x217acc+'-'+_0x4c4ffd,{'left':0x0,'top':0x0,'width':_0x11288c,'height':_0xc57712});_0x350497[_0x293e91(0x144)](_0x4b8bc6,0x0),this[_0x293e91(0x178)][_0x293e91(0x14a)](_0x4b8bc6['oKey'],_0x4b8bc6),this[_0x293e91(0x167)]['convertToRenderObjects'](_0x1f30e0,_0x43b0a8,{'unitId':_0x217acc,'subUnitId':_0x4c4ffd,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x1af849[_0x293e91(0x1af)],'showPlaceholder':!0x1,'requestRender':()=>this['render']()})[_0x293e91(0x1d1)](_0x37e550=>{const _0x429a5c=_0x293e91;_0x350497[_0x429a5c(0x144)](_0x37e550,_0x41d3da),this[_0x429a5c(0x178)][_0x429a5c(0x14a)](_0x37e550[_0x429a5c(0x1d3)],_0x37e550);}),_0x3faf83(_0x1f30e0,_0x43b0a8,_0x350497,{'unitId':_0x217acc,'subUnitId':_0x4c4ffd,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x1af849[_0x293e91(0x1af)],'showPlaceholder':!0x1,'objectProvider':this[_0x293e91(0x167)],'renderObjectMap':this['_renderObjectMap'],'requestRender':()=>this[_0x293e91(0x14f)]()}),_0x350497[_0x293e91(0x147)](!0x0);}[_0x3cefac(0x17a)](){const _0xdb6a6f=_0x3cefac;this[_0xdb6a6f(0x18f)]['style']['position']=_0xdb6a6f(0x1c0),this['_root'][_0xdb6a6f(0x1bf)]['top']='0px',this[_0xdb6a6f(0x18f)][_0xdb6a6f(0x1bf)][_0xdb6a6f(0x14e)]=_0xdb6a6f(0x15e),this[_0xdb6a6f(0x18f)][_0xdb6a6f(0x1bf)]['width']=_0xdb6a6f(0x163),this[_0xdb6a6f(0x18f)]['style'][_0xdb6a6f(0x15c)]=_0xdb6a6f(0x163);}[_0x3cefac(0x14f)](){const _0x2c9f95=_0x3cefac;let _0x555df3=this[_0x2c9f95(0x1d0)][_0x2c9f95(0x146)]()[_0x2c9f95(0x158)]();this[_0x2c9f95(0x154)][_0x2c9f95(0x147)](!0x0),_0x555df3[_0x2c9f95(0x185)](),this['_scene']['render'](),_0x555df3[_0x2c9f95(0x145)]();}};function U(_0x239d65,_0x5b1d72){return function(_0x1413f2,_0x2615d7){_0x5b1d72(_0x1413f2,_0x2615d7,_0x239d65);};}function W(_0x577fd7,_0x3f3b78,_0xf00167,_0x475b24){const _0x22cdde=_0x3cefac;var _0x3b8701=arguments['length'],_0xa4cd10=_0x3b8701<0x3?_0x3f3b78:_0x475b24===null?_0x475b24=Object[_0x22cdde(0x1b1)](_0x3f3b78,_0xf00167):_0x475b24,_0x49796e;if(typeof Reflect==_0x22cdde(0x165)&&typeof Reflect[_0x22cdde(0x1be)]=='function')_0xa4cd10=Reflect[_0x22cdde(0x1be)](_0x577fd7,_0x3f3b78,_0xf00167,_0x475b24);else{for(var _0x3aff9a=_0x577fd7[_0x22cdde(0x1b9)]-0x1;_0x3aff9a>=0x0;_0x3aff9a--)(_0x49796e=_0x577fd7[_0x3aff9a])&&(_0xa4cd10=(_0x3b8701<0x3?_0x49796e(_0xa4cd10):_0x3b8701>0x3?_0x49796e(_0x3f3b78,_0xf00167,_0xa4cd10):_0x49796e(_0x3f3b78,_0xf00167))||_0xa4cd10);}return _0x3b8701>0x3&&_0xa4cd10&&Object[_0x22cdde(0x1bc)](_0x3f3b78,_0xf00167,_0xa4cd10),_0xa4cd10;}let G=class extends _0x55f56f{constructor(_0x9432b4,_0x22651f,_0x4dc08b){const _0x943f5c=_0x3cefac;super(),this[_0x943f5c(0x184)]=_0x9432b4,this['_injector']=_0x22651f,this[_0x943f5c(0x1d4)]=_0x4dc08b,V(this,'_printing',!0x1);}[_0x3cefac(0x1a0)](_0xd58575,_0x58c3c7){const _0x550222=_0x3cefac;var _0x2f7574;if(this[_0x550222(0x17b)])return Promise[_0x550222(0x1ac)](!0x1);let _0x2f14f0=this[_0x550222(0x184)][_0x550222(0x159)](_0xd58575,_0x368328[_0x550222(0x14d)]);if(!_0x2f14f0)return Promise[_0x550222(0x1ac)](!0x1);let _0x101094=_0x2f14f0[_0x550222(0x14b)](),_0x2fe17d=I(_0x101094[_0x550222(0x15d)][_0x550222(0x1b9)],_0x58c3c7==null?void 0x0:_0x58c3c7[_0x550222(0x15a)])[_0x550222(0x18a)](_0x2fb8aa=>_0x101094[_0x550222(0x15d)][_0x2fb8aa])['map'](_0x578801=>_0x2f14f0[_0x550222(0x170)][_0x550222(0x151)](_0x578801))['filter'](_0x1b6e94=>!!_0x1b6e94);if(_0x2fe17d[_0x550222(0x1b9)]===0x0)return Promise[_0x550222(0x1ac)](!0x1);this[_0x550222(0x17b)]=!0x0;let _0x582473=this[_0x550222(0x13b)]();if(!_0x582473)return this[_0x550222(0x17b)]=!0x1,Promise[_0x550222(0x1ac)](!0x1);let {width:_0x2602c7,height:_0x1b8f3a}=(_0x2f7574=_0x2fe17d[0x0][_0x550222(0x173)]()['pageSize'])==null?_0x101094[_0x550222(0x189)]:_0x2f7574,_0x35af54=_0x2602c7>=_0x1b8f3a?_0x5c0cbb['Landscape']:_0x5c0cbb['Portrait'],_0x578c05=_0x51f0c9(Math['min'](_0x2602c7,_0x1b8f3a),Math[_0x550222(0x17f)](_0x2602c7,_0x1b8f3a),_0x35af54),_0x3813c4=_0x582473[_0x550222(0x172)][_0x550222(0x179)](_0x550222(0x1b0));_0x3813c4[_0x550222(0x139)]=_0x453e4c;let _0x82e34e=_0x2fe17d['map'](_0x3a221a=>{const _0x57cdea=_0x550222;let _0x5881b4=new H(this[_0x57cdea(0x161)],_0x2f14f0,_0x3a221a);return _0x5881b4[_0x57cdea(0x18e)][_0x57cdea(0x139)]=_0x35446c,_0x5881b4;});_0x82e34e[_0x550222(0x1d1)](_0x2ca83b=>{const _0x55f639=_0x550222;_0x3813c4[_0x55f639(0x1b4)](_0x2ca83b[_0x55f639(0x18e)]),_0x2ca83b[_0x55f639(0x18e)][_0x55f639(0x1b4)](_0x2ca83b[_0x55f639(0x19e)]),_0x2ca83b[_0x55f639(0x17a)]();}),_0x582473['document'][_0x550222(0x1cd)][_0x550222(0x1b4)](_0x578c05),_0x582473['document']['body'][_0x550222(0x1b4)](_0x3813c4);let _0x3306f6=_0x582473['window'],_0x349a41=_0x3306f6[_0x550222(0x153)],_0x16bd8f=_0x3306f6[_0x550222(0x196)];return new Promise(_0x2b6134=>{let _0x50121c=!0x1,_0x59a5a2=()=>{_0x50121c||(_0x50121c=!0x0,_0x82e34e['forEach'](_0x3d8246=>{const _0x454a92=_0x4d5a;_0x3d8246[_0x454a92(0x14f)]();}));},_0x5d688a=_0x26aefd=>{const _0x4988bc=_0x4d5a;_0x82e34e[_0x4988bc(0x1d1)](_0x4b0867=>{const _0x77c747=_0x4988bc;_0x4b0867[_0x77c747(0x1d5)]();}),_0x3813c4['remove'](),_0x578c05[_0x4988bc(0x1a8)](),_0x3306f6[_0x4988bc(0x153)]=_0x349a41,_0x3306f6['onafterprint']=_0x16bd8f,_0x582473[_0x4988bc(0x1c8)][_0x4988bc(0x1a8)](),this[_0x4988bc(0x16c)](_0xd58575,_0x101094[_0x4988bc(0x15d)]),this[_0x4988bc(0x17b)]=!0x1,_0x2b6134(_0x26aefd);};setTimeout(()=>{const _0x56afe7=_0x4d5a;if(_0x3306f6[_0x56afe7(0x153)]=_0xa6c6f4=>{const _0x3bb283=_0x56afe7;_0x349a41==null||_0x349a41[_0x3bb283(0x18c)](_0x3306f6,_0xa6c6f4),_0x59a5a2();},_0x3306f6[_0x56afe7(0x196)]=_0x3f60e6=>{const _0x496ecd=_0x56afe7;_0x16bd8f==null||_0x16bd8f[_0x496ecd(0x18c)](_0x3306f6,_0x3f60e6),_0x5d688a(!0x0);},typeof _0x3306f6['print']!=_0x56afe7(0x1bb)){_0x5d688a(!0x1);return;}_0x59a5a2(),_0x3306f6['focus'](),_0x3306f6[_0x56afe7(0x1a0)]();},0x64);});}['_createPrintFrame'](){const _0x3d2226=_0x3cefac;var _0x5cf268;let _0x4d7ec9=document['createElement'](_0x3d2226(0x16d));_0x4d7ec9['setAttribute'](_0x3d2226(0x1a2),_0x3d2226(0x1a1)),_0x4d7ec9[_0x3d2226(0x19b)](_0x3d2226(0x191),_0x3d2226(0x1a1)),_0x4d7ec9[_0x3d2226(0x1bf)][_0x3d2226(0x13d)]=_0x3d2226(0x181),_0x4d7ec9[_0x3d2226(0x1bf)][_0x3d2226(0x14e)]=_0x3d2226(0x176),_0x4d7ec9[_0x3d2226(0x1bf)]['top']='0',_0x4d7ec9[_0x3d2226(0x1bf)]['width']='1px',_0x4d7ec9['style'][_0x3d2226(0x15c)]=_0x3d2226(0x1c3),_0x4d7ec9[_0x3d2226(0x1bf)][_0x3d2226(0x157)]='0',_0x4d7ec9[_0x3d2226(0x1bf)][_0x3d2226(0x1a5)]=_0x3d2226(0x142),document['body']['appendChild'](_0x4d7ec9);let _0x5a338a=_0x4d7ec9[_0x3d2226(0x1a4)],_0x16c7e8=(_0x5cf268=_0x4d7ec9[_0x3d2226(0x16f)])==null?_0x5a338a==null?void 0x0:_0x5a338a[_0x3d2226(0x172)]:_0x5cf268;return!_0x5a338a||!_0x16c7e8?(_0x4d7ec9[_0x3d2226(0x1a8)](),null):(_0x16c7e8[_0x3d2226(0x19c)](),_0x16c7e8[_0x3d2226(0x19f)](_0x3d2226(0x155)),_0x16c7e8[_0x3d2226(0x138)](),{'frame':_0x4d7ec9,'document':_0x16c7e8,'window':_0x5a338a});}[_0x3cefac(0x16c)](_0x4a304f,_0x5dac20){const _0x3527ef=_0x3cefac;_0x5dac20[_0x3527ef(0x1d1)](_0x31cf3a=>{const _0x3a5f3e=_0x3527ef;let _0x1962f1=_0x4a304f+_0x3a5f3e(0x182)+_0x31cf3a,_0x2ea608=this[_0x3a5f3e(0x1d4)]['getRenderById'](_0x1962f1);_0x2ea608&&(_0x2ea608[_0x3a5f3e(0x192)][_0x3a5f3e(0x13f)](),_0x2ea608[_0x3a5f3e(0x1b8)]['makeDirty'](!0x0),_0x2ea608[_0x3a5f3e(0x1b8)][_0x3a5f3e(0x14f)]());});}};function _0x4d5a(_0x266161,_0x4833b9){_0x266161=_0x266161-0x138;const _0x1de4d4=_0x1de4();let _0x4d5a8a=_0x1de4d4[_0x266161];return _0x4d5a8a;}G=W([U(0x0,_0x403288),U(0x1,_0x124b3c(_0x39249c)),U(0x2,_0x3c26f3)],G);const K={'id':_0x3cefac(0x1ce),'type':_0x2618a7[_0x3cefac(0x175)],'handler':async(_0x4e34b6,_0x59b42e)=>{const _0x16e58c=_0x3cefac;let _0x1b6f07=_0x4e34b6[_0x16e58c(0x194)](_0x403288),_0x1f6e3d=_0x4e34b6['get'](G),_0x2aa0ea=_0x1b6f07[_0x16e58c(0x14c)](_0x368328[_0x16e58c(0x14d)]);return _0x2aa0ea?_0x1f6e3d[_0x16e58c(0x1a0)](_0x2aa0ea[_0x16e58c(0x1ba)](),_0x59b42e):!0x1;}},q='slides-print.config',J={};var Y=_0x3cefac(0x1c7),X=_0x3cefac(0x152);let Z=class extends _0x55f56f{constructor(_0x36cceb){const _0x2cc52a=_0x3cefac;super(),this[_0x2cc52a(0x1c9)]=_0x36cceb,this['_registerIcons']();}[_0x3cefac(0x16a)](){const _0x1ba1e5=_0x3cefac;this[_0x1ba1e5(0x1ca)](this[_0x1ba1e5(0x1c9)][_0x1ba1e5(0x140)]({'PrintIcon':_0x5d774e}));}};Z=W([U(0x0,_0x124b3c(_0xb8584c))],Z);function re(_0x3af9c9){const _0x3a856f=_0x3cefac;return{'id':K['id'],'type':_0x2b86b3[_0x3a856f(0x1a7)],'title':_0x3a856f(0x18b),'icon':_0x3a856f(0x1ae),'tooltip':_0x3a856f(0x18b),'hidden$':_0x34b906(_0x3af9c9,_0x368328['UNIVER_SLIDE'])};}const ie={[_0xbe2fb[_0x3cefac(0x164)]]:{[K['id']]:{'order':0.4,'menuItemFactory':re}}};let Q=class extends _0x55f56f{constructor(_0x2fdfbe,_0x47fbab){const _0x2e6e78=_0x3cefac;super(),this[_0x2e6e78(0x177)]=_0x2fdfbe,this[_0x2e6e78(0x174)]=_0x47fbab,this['_initCommands'](),this[_0x2e6e78(0x19d)]();}[_0x3cefac(0x183)](){const _0x47b772=_0x3cefac;this[_0x47b772(0x1ca)](this[_0x47b772(0x177)][_0x47b772(0x149)](K));}[_0x3cefac(0x19d)](){const _0x38343b=_0x3cefac;this[_0x38343b(0x174)][_0x38343b(0x1bd)](ie);}};Q=W([U(0x0,_0xb41aec),U(0x1,_0x58c6c7)],Q);let $=class extends _0x28f76d{constructor(_0x5c1177=J,_0x3edbc5,_0x4d32d3){const _0x4d584d=_0x3cefac;super(),this[_0x4d584d(0x19a)]=_0x5c1177,this['_injector']=_0x3edbc5,this[_0x4d584d(0x190)]=_0x4d32d3;let {menu:_0x2d504f,..._0x20ab9a}=_0x7a1071({},J,this[_0x4d584d(0x19a)]);_0x2d504f&&this['_configService'][_0x4d584d(0x188)](_0x4d584d(0x187),_0x2d504f,{'merge':!0x0}),this[_0x4d584d(0x190)]['setConfig'](q,_0x20ab9a);}[_0x3cefac(0x13c)](){const _0x1b6a08=_0x3cefac;this[_0x1b6a08(0x161)]['add']([Z]),this['_injector']['get'](Z),_0x4af5d7(this['_injector'],[[G],[Q]]);}[_0x3cefac(0x13a)](){const _0x19f013=_0x3cefac;this['_injector'][_0x19f013(0x194)](Q);}};V($,_0x3cefac(0x1c2),_0x3cefac(0x198)),V($,_0x3cefac(0x1a9),Y),V($,_0x3cefac(0x17e),X),V($,_0x3cefac(0x186),_0x368328[_0x3cefac(0x14d)]),$=W([U(0x1,_0x124b3c(_0x39249c)),U(0x2,_0x53a4ee)],$);export{q as SLIDES_PRINT_PLUGIN_CONFIG_KEY,K as SlidePrintOperation,$ as UniverSlidesPrintPlugin};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x445d(){const _0x4b2642=['56QnRpAr','1988241DgbqyG','2870962aqWkVS','80226lcCIfW','طباعة','6331633KDYjGN','190WeWFqz','7370908PglJHm','1243791dkdYQq','1314870FTQCBm'];_0x445d=function(){return _0x4b2642;};return _0x445d();}function _0x5491(_0x5dce2d,_0x2f8a77){_0x5dce2d=_0x5dce2d-0x17b;const _0x445d06=_0x445d();let _0x5491f2=_0x445d06[_0x5dce2d];return _0x5491f2;}const _0x2b1e31=_0x5491;(function(_0x2b3b46,_0x33f44b){const _0x3cab8d=_0x5491,_0x3d35b9=_0x2b3b46();while(!![]){try{const _0x3b07bf=parseInt(_0x3cab8d(0x17d))/0x1+parseInt(_0x3cab8d(0x180))/0x2+parseInt(_0x3cab8d(0x17f))/0x3+-parseInt(_0x3cab8d(0x17b))/0x4+-parseInt(_0x3cab8d(0x184))/0x5*(parseInt(_0x3cab8d(0x181))/0x6)+parseInt(_0x3cab8d(0x183))/0x7+parseInt(_0x3cab8d(0x17e))/0x8*(-parseInt(_0x3cab8d(0x17c))/0x9);if(_0x3b07bf===_0x33f44b)break;else _0x3d35b9['push'](_0x3d35b9['shift']());}catch(_0x832d1d){_0x3d35b9['push'](_0x3d35b9['shift']());}}}(_0x445d,0xf3fe7));const e={'slides-print':{'menu':_0x2b1e31(0x182)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x12cf69=_0x4062;function _0x4062(_0x8335ad,_0x917109){_0x8335ad=_0x8335ad-0xb3;const _0x43f5b5=_0x43f5();let _0x406293=_0x43f5b5[_0x8335ad];return _0x406293;}(function(_0x10dafc,_0x992e3f){const _0x3f76b1=_0x4062,_0x263ccb=_0x10dafc();while(!![]){try{const _0x26630a=-parseInt(_0x3f76b1(0xb4))/0x1*(-parseInt(_0x3f76b1(0xb9))/0x2)+-parseInt(_0x3f76b1(0xb3))/0x3+parseInt(_0x3f76b1(0xb8))/0x4*(-parseInt(_0x3f76b1(0xb7))/0x5)+-parseInt(_0x3f76b1(0xbb))/0x6+-parseInt(_0x3f76b1(0xbd))/0x7+-parseInt(_0x3f76b1(0xb5))/0x8+-parseInt(_0x3f76b1(0xb6))/0x9*(-parseInt(_0x3f76b1(0xba))/0xa);if(_0x26630a===_0x992e3f)break;else _0x263ccb['push'](_0x263ccb['shift']());}catch(_0x34a7a1){_0x263ccb['push'](_0x263ccb['shift']());}}}(_0x43f5,0xe0d28));const e={'slides-print':{'menu':_0x12cf69(0xbc)}};export{e as default};function _0x43f5(){const _0x1ab325=['11464072ILhtzq','16841241Mvhmlp','40YenAJA','38620nQEsmh','37604ELJABg','10GCNvsM','2700018qGkjZL','Imprimir','1930432UPBIxb','1219587cbhAom','90fbGdrK'];_0x43f5=function(){return _0x1ab325;};return _0x43f5();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0xafe4(_0x3bc8f7,_0x5c035d){_0x3bc8f7=_0x3bc8f7-0xdf;const _0x3d49ef=_0x3d49();let _0xafe4a8=_0x3d49ef[_0x3bc8f7];return _0xafe4a8;}(function(_0x1ac882,_0x36b3c3){const _0x374d3e=_0xafe4,_0xcdfa25=_0x1ac882();while(!![]){try{const _0x3edff5=-parseInt(_0x374d3e(0xe4))/0x1*(-parseInt(_0x374d3e(0xe3))/0x2)+parseInt(_0x374d3e(0xe2))/0x3*(-parseInt(_0x374d3e(0xe6))/0x4)+parseInt(_0x374d3e(0xe7))/0x5+-parseInt(_0x374d3e(0xe0))/0x6+-parseInt(_0x374d3e(0xe5))/0x7+-parseInt(_0x374d3e(0xe1))/0x8+parseInt(_0x374d3e(0xdf))/0x9;if(_0x3edff5===_0x36b3c3)break;else _0xcdfa25['push'](_0xcdfa25['shift']());}catch(_0x14ae0d){_0xcdfa25['push'](_0xcdfa25['shift']());}}}(_0x3d49,0xafa08));function _0x3d49(){const _0x1b950a=['6dWyzTy','56YNeCXk','16224XiNyZo','6074012FeWZqP','433028pORvmo','2666705kNGmoN','11856015qoYgJJ','64578zEcsYy','3924696auLXwq'];_0x3d49=function(){return _0x1b950a;};return _0x3d49();}const e={'slides-print':{'menu':'Drucken'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x58e997,_0x13afe4){const _0x137c8a=_0x9c7e,_0x486625=_0x58e997();while(!![]){try{const _0x44f786=-parseInt(_0x137c8a(0x1f4))/0x1+-parseInt(_0x137c8a(0x1fc))/0x2*(-parseInt(_0x137c8a(0x1fa))/0x3)+-parseInt(_0x137c8a(0x1f3))/0x4+parseInt(_0x137c8a(0x1f9))/0x5+-parseInt(_0x137c8a(0x1f6))/0x6*(-parseInt(_0x137c8a(0x1f5))/0x7)+-parseInt(_0x137c8a(0x1fb))/0x8+-parseInt(_0x137c8a(0x1f7))/0x9*(parseInt(_0x137c8a(0x1f8))/0xa);if(_0x44f786===_0x13afe4)break;else _0x486625['push'](_0x486625['shift']());}catch(_0x3e0610){_0x486625['push'](_0x486625['shift']());}}}(_0x3e78,0xa0b5f));const e={'slides-print':{'menu':'Print'}};function _0x9c7e(_0x596267,_0x1acbac){_0x596267=_0x596267-0x1f3;const _0x3e7898=_0x3e78();let _0x9c7ef1=_0x3e7898[_0x596267];return _0x9c7ef1;}export{e as default};function _0x3e78(){const _0xee2ec3=['1702640bAncPN','488151peXRJe','539TScAFl','50418ZXXiOi','4664601TJWTTM','10CpzYiR','5656240GPAXjh','9pImjFJ','1831592usUQWy','360694UmLNoH'];_0x3e78=function(){return _0xee2ec3;};return _0x3e78();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x11ea(_0x30fcc8,_0x1538df){_0x30fcc8=_0x30fcc8-0xc1;const _0x3e2103=_0x3e21();let _0x11eaf9=_0x3e2103[_0x30fcc8];return _0x11eaf9;}const _0x547702=_0x11ea;(function(_0x1dc654,_0x4cb3da){const _0x49de93=_0x11ea,_0x4a686b=_0x1dc654();while(!![]){try{const _0x5a62eb=parseInt(_0x49de93(0xc7))/0x1+parseInt(_0x49de93(0xc5))/0x2+parseInt(_0x49de93(0xc3))/0x3+-parseInt(_0x49de93(0xc1))/0x4+-parseInt(_0x49de93(0xc8))/0x5*(parseInt(_0x49de93(0xca))/0x6)+-parseInt(_0x49de93(0xc6))/0x7+-parseInt(_0x49de93(0xc9))/0x8*(-parseInt(_0x49de93(0xc2))/0x9);if(_0x5a62eb===_0x4cb3da)break;else _0x4a686b['push'](_0x4a686b['shift']());}catch(_0x47850e){_0x4a686b['push'](_0x4a686b['shift']());}}}(_0x3e21,0x330e1));const e={'slides-print':{'menu':_0x547702(0xc4)}};function _0x3e21(){const _0x2995c9=['726890YeKYPP','2365937mzxFCS','319967JKfLVn','393215UaVSdX','1318952hitgyd','30TeniFy','1523968EqFLqV','18xDxgIa','924507GJpKcc','Imprimir'];_0x3e21=function(){return _0x2995c9;};return _0x3e21();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x530d(){const _0x444a50=['1495108kCuwao','9836970SvzmQn','1665BeEuIo','43222FZdWTg','چاپ','7LAkgXk','2740926EEsRBS','10232evntte','2216472dXRVnL','331710vNgkhX','14xwBEEH'];_0x530d=function(){return _0x444a50;};return _0x530d();}const _0xc8daab=_0x3b52;(function(_0x3461f6,_0x2114fc){const _0x37e1dd=_0x3b52,_0x379421=_0x3461f6();while(!![]){try{const _0x39705a=-parseInt(_0x37e1dd(0x1db))/0x1*(-parseInt(_0x37e1dd(0x1d4))/0x2)+parseInt(_0x37e1dd(0x1d9))/0x3+-parseInt(_0x37e1dd(0x1dc))/0x4+parseInt(_0x37e1dd(0x1da))/0x5+-parseInt(_0x37e1dd(0x1d7))/0x6*(-parseInt(_0x37e1dd(0x1d6))/0x7)+-parseInt(_0x37e1dd(0x1d8))/0x8*(-parseInt(_0x37e1dd(0x1d3))/0x9)+-parseInt(_0x37e1dd(0x1d2))/0xa;if(_0x39705a===_0x2114fc)break;else _0x379421['push'](_0x379421['shift']());}catch(_0x27eec4){_0x379421['push'](_0x379421['shift']());}}}(_0x530d,0x6c522));const e={'slides-print':{'menu':_0xc8daab(0x1d5)}};function _0x3b52(_0x2cfa00,_0x4f022a){_0x2cfa00=_0x2cfa00-0x1d2;const _0x530d42=_0x530d();let _0x3b5299=_0x530d42[_0x2cfa00];return _0x3b5299;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x4ffb7d,_0x51aae8){const _0x5103f3=_0x397b,_0x1fc31c=_0x4ffb7d();while(!![]){try{const _0x391cbe=parseInt(_0x5103f3(0x1f4))/0x1*(parseInt(_0x5103f3(0x1f3))/0x2)+parseInt(_0x5103f3(0x1f2))/0x3+parseInt(_0x5103f3(0x1f0))/0x4*(parseInt(_0x5103f3(0x1ee))/0x5)+-parseInt(_0x5103f3(0x1f7))/0x6*(-parseInt(_0x5103f3(0x1f1))/0x7)+parseInt(_0x5103f3(0x1f6))/0x8*(parseInt(_0x5103f3(0x1f8))/0x9)+parseInt(_0x5103f3(0x1ef))/0xa+-parseInt(_0x5103f3(0x1f9))/0xb*(parseInt(_0x5103f3(0x1f5))/0xc);if(_0x391cbe===_0x51aae8)break;else _0x1fc31c['push'](_0x1fc31c['shift']());}catch(_0x22a282){_0x1fc31c['push'](_0x1fc31c['shift']());}}}(_0x3757,0xc85c0));function _0x397b(_0x4f4d93,_0x2535b3){_0x4f4d93=_0x4f4d93-0x1ee;const _0x37572c=_0x3757();let _0x397bb4=_0x37572c[_0x4f4d93];return _0x397bb4;}const e={'slides-print':{'menu':'Imprimer'}};export{e as default};function _0x3757(){const _0xcc8ede=['141775BzLPex','1478388EDhZrL','80dHPJlb','876uCQFbZ','37980OIbwuE','187DUBlne','95xnVUyH','11979400ROygtV','15956wRxUYz','714AkoAye','924771Orbbuw','18jsFhfX'];_0x3757=function(){return _0xcc8ede;};return _0x3757();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5456(){const _0x491e70=['198YWdnRO','3662832qDALOu','Cetak','417084liLcOE','22164461sTtPiQ','84273YgxzeF','20xChzvZ','23427fUWLTQ','5906520fOHLJK','158wrFpBS','10yyuswB','163111Gzkkuf'];_0x5456=function(){return _0x491e70;};return _0x5456();}const _0xe63a6c=_0x3fe7;(function(_0x542ebc,_0x52209e){const _0x3ea27f=_0x3fe7,_0x480abb=_0x542ebc();while(!![]){try{const _0x358ff5=-parseInt(_0x3ea27f(0x86))/0x1+-parseInt(_0x3ea27f(0x84))/0x2*(-parseInt(_0x3ea27f(0x8e))/0x3)+-parseInt(_0x3ea27f(0x8a))/0x4*(-parseInt(_0x3ea27f(0x8d))/0x5)+-parseInt(_0x3ea27f(0x87))/0x6*(-parseInt(_0x3ea27f(0x8c))/0x7)+parseInt(_0x3ea27f(0x88))/0x8+parseInt(_0x3ea27f(0x83))/0x9+-parseInt(_0x3ea27f(0x85))/0xa*(parseInt(_0x3ea27f(0x8b))/0xb);if(_0x358ff5===_0x52209e)break;else _0x480abb['push'](_0x480abb['shift']());}catch(_0x49d7ac){_0x480abb['push'](_0x480abb['shift']());}}}(_0x5456,0x59afa));const e={'slides-print':{'menu':_0xe63a6c(0x89)}};function _0x3fe7(_0x11f084,_0x111119){_0x11f084=_0x11f084-0x83;const _0x5456b0=_0x5456();let _0x3fe732=_0x5456b0[_0x11f084];return _0x3fe732;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x3391de,_0x5aef35){const _0x33ba58=_0x2dd5,_0x12aed5=_0x3391de();while(!![]){try{const _0x3cdd23=parseInt(_0x33ba58(0x144))/0x1*(-parseInt(_0x33ba58(0x142))/0x2)+parseInt(_0x33ba58(0x13d))/0x3*(-parseInt(_0x33ba58(0x140))/0x4)+parseInt(_0x33ba58(0x13f))/0x5*(-parseInt(_0x33ba58(0x141))/0x6)+-parseInt(_0x33ba58(0x13e))/0x7+parseInt(_0x33ba58(0x145))/0x8+-parseInt(_0x33ba58(0x143))/0x9+parseInt(_0x33ba58(0x13c))/0xa;if(_0x3cdd23===_0x5aef35)break;else _0x12aed5['push'](_0x12aed5['shift']());}catch(_0x39451d){_0x12aed5['push'](_0x12aed5['shift']());}}}(_0x5ebf,0xaec55));const e={'slides-print':{'menu':'Stampa'}};function _0x2dd5(_0x18225b,_0x59c917){_0x18225b=_0x18225b-0x13c;const _0x5ebf95=_0x5ebf();let _0x2dd571=_0x5ebf95[_0x18225b];return _0x2dd571;}function _0x5ebf(){const _0x226dc8=['10388vEVcUL','1205HkaYWl','259812hfQBGc','9654RnlwIt','4Rgnsto','12588480TJUthn','299009qEPCRH','8138072sBOUgz','21495460iHLJqc','3AJCieH'];_0x5ebf=function(){return _0x226dc8;};return _0x5ebf();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x219c7f,_0x5dc276){const _0x5ed0df=_0x33d7,_0x2841da=_0x219c7f();while(!![]){try{const _0x5bd55a=-parseInt(_0x5ed0df(0xa4))/0x1*(-parseInt(_0x5ed0df(0xa9))/0x2)+parseInt(_0x5ed0df(0xa6))/0x3*(parseInt(_0x5ed0df(0xa7))/0x4)+-parseInt(_0x5ed0df(0xa8))/0x5*(-parseInt(_0x5ed0df(0xa3))/0x6)+-parseInt(_0x5ed0df(0xac))/0x7*(parseInt(_0x5ed0df(0xa5))/0x8)+-parseInt(_0x5ed0df(0xad))/0x9+-parseInt(_0x5ed0df(0xa2))/0xa*(parseInt(_0x5ed0df(0xaa))/0xb)+parseInt(_0x5ed0df(0xab))/0xc;if(_0x5bd55a===_0x5dc276)break;else _0x2841da['push'](_0x2841da['shift']());}catch(_0x249fee){_0x2841da['push'](_0x2841da['shift']());}}}(_0x2f21,0x7283c));function _0x33d7(_0x308d1b,_0x4bd5ef){_0x308d1b=_0x308d1b-0xa2;const _0x2f2115=_0x2f21();let _0x33d792=_0x2f2115[_0x308d1b];return _0x33d792;}const e={'slides-print':{'menu':'印刷'}};function _0x2f21(){const _0x34002d=['7rISogd','1593342NYxeBl','2464070QEMYIe','1629540AwbMrm','1nyVXiP','2869632EINgBl','2096286PJxMDV','4CpJuPw','5ICjakk','520946pqXtja','11AbUVDP','244512UVgOHn'];_0x2f21=function(){return _0x34002d;};return _0x2f21();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5d4c(){const _0x9ec49f=['441pyxBAH','380947JtzhCw','24760GRKqSo','651522AaLPVb','347055vbEqRU','40DGEesZ','800958GCWVan','1XVMLui','321332kTeEaV','116316LwKuYj'];_0x5d4c=function(){return _0x9ec49f;};return _0x5d4c();}function _0x3e0b(_0xaecd02,_0x2030fe){_0xaecd02=_0xaecd02-0x15d;const _0x5d4c0b=_0x5d4c();let _0x3e0b86=_0x5d4c0b[_0xaecd02];return _0x3e0b86;}(function(_0x205551,_0x47e240){const _0x2633f4=_0x3e0b,_0x637874=_0x205551();while(!![]){try{const _0x49d25a=parseInt(_0x2633f4(0x164))/0x1*(parseInt(_0x2633f4(0x160))/0x2)+parseInt(_0x2633f4(0x163))/0x3+-parseInt(_0x2633f4(0x165))/0x4+parseInt(_0x2633f4(0x161))/0x5+-parseInt(_0x2633f4(0x166))/0x6+-parseInt(_0x2633f4(0x15e))/0x7*(parseInt(_0x2633f4(0x162))/0x8)+parseInt(_0x2633f4(0x15d))/0x9*(-parseInt(_0x2633f4(0x15f))/0xa);if(_0x49d25a===_0x47e240)break;else _0x637874['push'](_0x637874['shift']());}catch(_0x5f3f67){_0x637874['push'](_0x637874['shift']());}}}(_0x5d4c,0x29432));const e={'slides-print':{'menu':'인쇄'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1fe5(){const _0x5177c5=['5374175iIVyKl','187565XYQgZR','1755MAyFNp','1064190dnxjfO','3062WPRwLR','8272341qZXBcP','8748912iLJkXw','1616328OSrdKk','4Tpwrvf'];_0x1fe5=function(){return _0x5177c5;};return _0x1fe5();}function _0x4cd5(_0x1be09b,_0x11f795){_0x1be09b=_0x1be09b-0x172;const _0x1fe545=_0x1fe5();let _0x4cd5ef=_0x1fe545[_0x1be09b];return _0x4cd5ef;}(function(_0xf7ab3f,_0x5c76b0){const _0xf0c115=_0x4cd5,_0x3f77c3=_0xf7ab3f();while(!![]){try{const _0x5b5ca2=parseInt(_0xf0c115(0x172))/0x1+parseInt(_0xf0c115(0x175))/0x2*(-parseInt(_0xf0c115(0x173))/0x3)+parseInt(_0xf0c115(0x179))/0x4*(parseInt(_0xf0c115(0x17a))/0x5)+-parseInt(_0xf0c115(0x174))/0x6+parseInt(_0xf0c115(0x178))/0x7+parseInt(_0xf0c115(0x177))/0x8+-parseInt(_0xf0c115(0x176))/0x9;if(_0x5b5ca2===_0x5c76b0)break;else _0x3f77c3['push'](_0x3f77c3['shift']());}catch(_0xef577f){_0x3f77c3['push'](_0x3f77c3['shift']());}}}(_0x1fe5,0x91351));const e={'slides-print':{'menu':'Drukuj'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x32a27c=_0x1282;function _0x2b5e(){const _0x2d22ff=['7ydIZpk','1303440vrdfWn','4380ltcnby','20kqANPE','594530WyPuAF','1340766lrSBVO','5427208OGWVRV','403086cwcmzS','597668uOBTQp','69036sQenxW','27jQiBcS','3yyKNUO','Imprimir'];_0x2b5e=function(){return _0x2d22ff;};return _0x2b5e();}(function(_0x58a76a,_0x40385f){const _0x4c09ee=_0x1282,_0x35344d=_0x58a76a();while(!![]){try{const _0x550319=-parseInt(_0x4c09ee(0x64))/0x1*(parseInt(_0x4c09ee(0x6e))/0x2)+-parseInt(_0x4c09ee(0x6b))/0x3+parseInt(_0x4c09ee(0x67))/0x4+-parseInt(_0x4c09ee(0x69))/0x5*(parseInt(_0x4c09ee(0x6d))/0x6)+parseInt(_0x4c09ee(0x66))/0x7*(-parseInt(_0x4c09ee(0x6c))/0x8)+parseInt(_0x4c09ee(0x70))/0x9*(parseInt(_0x4c09ee(0x6a))/0xa)+-parseInt(_0x4c09ee(0x6f))/0xb*(-parseInt(_0x4c09ee(0x68))/0xc);if(_0x550319===_0x40385f)break;else _0x35344d['push'](_0x35344d['shift']());}catch(_0x4ba5e4){_0x35344d['push'](_0x35344d['shift']());}}}(_0x2b5e,0x7b25a));function _0x1282(_0xb8dd50,_0x25b42f){_0xb8dd50=_0xb8dd50-0x64;const _0x2b5e33=_0x2b5e();let _0x12824f=_0x2b5e33[_0xb8dd50];return _0x12824f;}const e={'slides-print':{'menu':_0x32a27c(0x65)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1a49(){const _0x1a9a03=['7689321ZiHLIK','11HsTvXA','13830144knuDOJ','5zJdZyv','672365rKHiYF','Печать','235958EFrYYl','6tHPtqT','5152133KzDeyd','24LHYSDf','891152lBsVzB','5721790nFuPLs'];_0x1a49=function(){return _0x1a9a03;};return _0x1a49();}const _0x29d206=_0x36d9;function _0x36d9(_0x177f65,_0x13bec3){_0x177f65=_0x177f65-0xb3;const _0x1a4997=_0x1a49();let _0x36d977=_0x1a4997[_0x177f65];return _0x36d977;}(function(_0x4627f4,_0x2aa828){const _0x46b20d=_0x36d9,_0x4ee92e=_0x4627f4();while(!![]){try{const _0x59d77d=parseInt(_0x46b20d(0xb7))/0x1*(-parseInt(_0x46b20d(0xba))/0x2)+parseInt(_0x46b20d(0xbd))/0x3*(parseInt(_0x46b20d(0xbe))/0x4)+parseInt(_0x46b20d(0xb8))/0x5*(parseInt(_0x46b20d(0xbb))/0x6)+-parseInt(_0x46b20d(0xbc))/0x7+parseInt(_0x46b20d(0xb6))/0x8+-parseInt(_0x46b20d(0xb4))/0x9+-parseInt(_0x46b20d(0xb3))/0xa*(parseInt(_0x46b20d(0xb5))/0xb);if(_0x59d77d===_0x2aa828)break;else _0x4ee92e['push'](_0x4ee92e['shift']());}catch(_0x462f31){_0x4ee92e['push'](_0x4ee92e['shift']());}}}(_0x1a49,0xda09b));const e={'slides-print':{'menu':_0x29d206(0xb9)}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x13918e,_0x5ef9cd){const _0x2ab61e=_0x5e66,_0x1e667c=_0x13918e();while(!![]){try{const _0x33d9c7=-parseInt(_0x2ab61e(0xc9))/0x1+-parseInt(_0x2ab61e(0xcc))/0x2*(parseInt(_0x2ab61e(0xc8))/0x3)+-parseInt(_0x2ab61e(0xc6))/0x4+-parseInt(_0x2ab61e(0xc5))/0x5+parseInt(_0x2ab61e(0xc4))/0x6*(parseInt(_0x2ab61e(0xcb))/0x7)+-parseInt(_0x2ab61e(0xc7))/0x8+parseInt(_0x2ab61e(0xca))/0x9;if(_0x33d9c7===_0x5ef9cd)break;else _0x1e667c['push'](_0x1e667c['shift']());}catch(_0x1bcd84){_0x1e667c['push'](_0x1e667c['shift']());}}}(_0xf1b6,0x8be16));function _0xf1b6(){const _0x2b4604=['4sSLZPI','654ZBxBgO','3964655UWkeJB','933236myqfjn','6506128efkcDS','824613cODnXf','434418uXIFKf','21441339jszwZQ','65135uYQFbY'];_0xf1b6=function(){return _0x2b4604;};return _0xf1b6();}function _0x5e66(_0x25654d,_0x2ca1d2){_0x25654d=_0x25654d-0xc4;const _0xf1b673=_0xf1b6();let _0x5e66ee=_0xf1b673[_0x25654d];return _0x5e66ee;}const e={'slides-print':{'menu':'Tlačiť'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x4a9b5d,_0x2a3c09){const _0x19a348=_0x3536,_0x156d09=_0x4a9b5d();while(!![]){try{const _0x556f44=-parseInt(_0x19a348(0x143))/0x1*(parseInt(_0x19a348(0x13c))/0x2)+-parseInt(_0x19a348(0x140))/0x3*(parseInt(_0x19a348(0x13a))/0x4)+parseInt(_0x19a348(0x144))/0x5*(parseInt(_0x19a348(0x13f))/0x6)+-parseInt(_0x19a348(0x141))/0x7+parseInt(_0x19a348(0x142))/0x8+parseInt(_0x19a348(0x13d))/0x9+-parseInt(_0x19a348(0x13b))/0xa*(-parseInt(_0x19a348(0x13e))/0xb);if(_0x556f44===_0x2a3c09)break;else _0x156d09['push'](_0x156d09['shift']());}catch(_0x5cfefe){_0x156d09['push'](_0x156d09['shift']());}}}(_0x566f,0xd134c));function _0x566f(){const _0x2deb4c=['10841467TOgXOJ','9083520nioRzl','202FdoJre','2766720aHBcVC','8yOQNmn','20KgVWQQ','8056FCTbyz','4344111PcBYhQ','15180572FcEGcX','6iFLWtI','2568333PlffSd'];_0x566f=function(){return _0x2deb4c;};return _0x566f();}function _0x3536(_0x16251e,_0x53ac10){_0x16251e=_0x16251e-0x13a;const _0x566ff7=_0x566f();let _0x353685=_0x566ff7[_0x16251e];return _0x353685;}const e={'slides-print':{'menu':'In'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3ce4(){const _0x5d5edb=['78JOifnB','5137CVEFXC','7224pBPFkO','2frihgY','70SDlcJI','5248780HXikik','125088VscQcJ','527000ZhxzAP','599625thmhPA','278359vhSvnX','5528637gLLUJj','24acdAuH'];_0x3ce4=function(){return _0x5d5edb;};return _0x3ce4();}function _0x39e7(_0x300b7f,_0x859347){_0x300b7f=_0x300b7f-0x1f2;const _0x3ce45b=_0x3ce4();let _0x39e77f=_0x3ce45b[_0x300b7f];return _0x39e77f;}(function(_0x349087,_0x4c1920){const _0x2bf7eb=_0x39e7,_0x3e7267=_0x349087();while(!![]){try{const _0x31c7a4=parseInt(_0x2bf7eb(0x1f4))/0x1*(-parseInt(_0x2bf7eb(0x1fa))/0x2)+-parseInt(_0x2bf7eb(0x1f7))/0x3*(parseInt(_0x2bf7eb(0x1fd))/0x4)+-parseInt(_0x2bf7eb(0x1f3))/0x5*(-parseInt(_0x2bf7eb(0x1f6))/0x6)+-parseInt(_0x2bf7eb(0x1fb))/0x7*(-parseInt(_0x2bf7eb(0x1f2))/0x8)+parseInt(_0x2bf7eb(0x1f5))/0x9+-parseInt(_0x2bf7eb(0x1fc))/0xa+-parseInt(_0x2bf7eb(0x1f8))/0xb*(-parseInt(_0x2bf7eb(0x1f9))/0xc);if(_0x31c7a4===_0x4c1920)break;else _0x3e7267['push'](_0x3e7267['shift']());}catch(_0x534197){_0x3e7267['push'](_0x3e7267['shift']());}}}(_0x3ce4,0x65f20));const e={'slides-print':{'menu':'打印'}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4212(){const _0x4532bd=['2910252CpZHTl','1330761SwpvJK','324305RztaQL','10488vOphNU','6538ntyIUO','6305125GPECcK','14442741ySEklA','12DIHQCy','1227262znCEYB'];_0x4212=function(){return _0x4532bd;};return _0x4212();}(function(_0xf9d3ee,_0x504eec){const _0x264358=_0x4eb2,_0x2caffd=_0xf9d3ee();while(!![]){try{const _0x5b501d=parseInt(_0x264358(0x1b1))/0x1+parseInt(_0x264358(0x1b7))/0x2+parseInt(_0x264358(0x1b9))/0x3*(-parseInt(_0x264358(0x1b6))/0x4)+parseInt(_0x264358(0x1b4))/0x5+-parseInt(_0x264358(0x1b8))/0x6+-parseInt(_0x264358(0x1b3))/0x7*(parseInt(_0x264358(0x1b2))/0x8)+parseInt(_0x264358(0x1b5))/0x9;if(_0x5b501d===_0x504eec)break;else _0x2caffd['push'](_0x2caffd['shift']());}catch(_0xc68348){_0x2caffd['push'](_0x2caffd['shift']());}}}(_0x4212,0xba629));const e={'slides-print':{'menu':'列印'}};function _0x4eb2(_0x1a3003,_0x5a52de){_0x1a3003=_0x1a3003-0x1b1;const _0x4212c6=_0x4212();let _0x4eb289=_0x4212c6[_0x1a3003];return _0x4eb289;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x140860,_0x42168b){const _0x4ea3ed=_0x29de,_0x45d4b1=_0x140860();while(!![]){try{const _0x162273=-parseInt(_0x4ea3ed(0x1af))/0x1*(parseInt(_0x4ea3ed(0x1b0))/0x2)+-parseInt(_0x4ea3ed(0x1b7))/0x3+parseInt(_0x4ea3ed(0x1b5))/0x4*(-parseInt(_0x4ea3ed(0x1b4))/0x5)+parseInt(_0x4ea3ed(0x1b2))/0x6*(parseInt(_0x4ea3ed(0x1b3))/0x7)+-parseInt(_0x4ea3ed(0x1b1))/0x8+parseInt(_0x4ea3ed(0x1b6))/0x9+parseInt(_0x4ea3ed(0x1b9))/0xa*(parseInt(_0x4ea3ed(0x1b8))/0xb);if(_0x162273===_0x42168b)break;else _0x45d4b1['push'](_0x45d4b1['shift']());}catch(_0xdbc97f){_0x45d4b1['push'](_0x45d4b1['shift']());}}}(_0x28fe,0xad4cb));function _0x29de(_0x40ea00,_0x44395d){_0x40ea00=_0x40ea00-0x1af;const _0x28fe88=_0x28fe();let _0x29de0f=_0x28fe88[_0x40ea00];return _0x29de0f;}function _0x28fe(){const _0x53b388=['30jKfrJT','17iRynJu','116458RWDwAi','4329576tBTgEm','6dGwDJm','4227293KLOvrg','4355oWoccF','3556LNoKPX','12284244FZdzpx','2121132WYytyu','6429401kWfxgo'];_0x28fe=function(){return _0x53b388;};return _0x28fe();}const e={'slides-print':{'menu':'列印'}};export{e as default};
|