@univerjs-pro/slides-print 1.0.0-beta.0 → 1.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.css +182 -0
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/commands/operations/slide-print-dialog.operation.d.ts +4 -0
  66. package/lib/types/common/types.d.ts +30 -0
  67. package/lib/types/controllers/ui.controller.d.ts +6 -3
  68. package/lib/types/facade/f-univer.d.ts +3 -0
  69. package/lib/types/index.d.ts +7 -1
  70. package/lib/types/locale/en-US.d.ts +31 -0
  71. package/lib/types/services/range-input.d.ts +7 -0
  72. package/lib/types/services/slide-print-dialog.service.d.ts +25 -0
  73. package/lib/types/services/slide-print-drawing-transform.service.d.ts +13 -0
  74. package/lib/types/services/slide-print-layout.d.ts +72 -0
  75. package/lib/types/services/slide-print.service.d.ts +7 -1
  76. package/lib/types/views/components/SlidePrintView.d.ts +2 -0
  77. package/lib/types/views/slide-print-canvas-view.d.ts +6 -2
  78. package/lib/types/views/slide-print-page-view.d.ts +32 -0
  79. package/lib/types/views/slide-print-style.d.ts +5 -0
  80. package/lib/umd/facade.js +1 -1
  81. package/lib/umd/index.js +1 -1
  82. package/lib/umd/locale/ar-SA.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/de-DE.js +1 -1
  85. package/lib/umd/locale/en-US.js +1 -1
  86. package/lib/umd/locale/es-ES.js +1 -1
  87. package/lib/umd/locale/fa-IR.js +1 -1
  88. package/lib/umd/locale/fr-FR.js +1 -1
  89. package/lib/umd/locale/id-ID.js +1 -1
  90. package/lib/umd/locale/it-IT.js +1 -1
  91. package/lib/umd/locale/ja-JP.js +1 -1
  92. package/lib/umd/locale/ko-KR.js +1 -1
  93. package/lib/umd/locale/pl-PL.js +1 -1
  94. package/lib/umd/locale/pt-BR.js +1 -1
  95. package/lib/umd/locale/ru-RU.js +1 -1
  96. package/lib/umd/locale/sk-SK.js +1 -1
  97. package/lib/umd/locale/vi-VN.js +1 -1
  98. package/lib/umd/locale/zh-CN.js +1 -1
  99. package/lib/umd/locale/zh-HK.js +1 -1
  100. package/lib/umd/locale/zh-TW.js +1 -1
  101. package/package.json +20 -11
package/lib/es/index.js CHANGED
@@ -1 +1 @@
1
- const _0x4e06ad=_0x1534;(function(_0x3e04c5,_0xfa7e6d){const _0x1a6e2c=_0x1534,_0x3dcd82=_0x3e04c5();while(!![]){try{const _0x3a36dd=parseInt(_0x1a6e2c(0x16f))/0x1*(parseInt(_0x1a6e2c(0x152))/0x2)+parseInt(_0x1a6e2c(0x11e))/0x3+-parseInt(_0x1a6e2c(0xea))/0x4+-parseInt(_0x1a6e2c(0xec))/0x5+parseInt(_0x1a6e2c(0x13e))/0x6*(-parseInt(_0x1a6e2c(0x134))/0x7)+parseInt(_0x1a6e2c(0x124))/0x8+parseInt(_0x1a6e2c(0x135))/0x9;if(_0x3a36dd===_0xfa7e6d)break;else _0x3dcd82['push'](_0x3dcd82['shift']());}catch(_0x15f255){_0x3dcd82['push'](_0x3dcd82['shift']());}}}(_0x527a,0xa3da1));import{CommandType as _0x5142d3,DependentOn as _0x20a295,Disposable as _0x4beceb,ICommandService as _0xde65a0,IConfigService as _0x3d8748,IUniverInstanceService as _0x20456a,Inject as _0x49acc8,Injector as _0x1aafa5,Plugin as _0x683d91,UniverInstanceType as _0x533345,generateRandomId as _0x12dc92,merge as _0xf20845,registerDependencies as _0x2e734a}from'@univerjs/core';import{PRINT_CANVAS_CLASS as _0x187219,PRINT_CONTAINER_CLASS as _0x3580a6,PrintDirection as _0x123df6,createPrintStyle as _0x337c06}from'@univerjs-pro/print';function _0x1534(_0x5594ac,_0x2ab940){_0x5594ac=_0x5594ac-0xdd;const _0x527a10=_0x527a();let _0x1534c7=_0x527a10[_0x5594ac];return _0x1534c7;}import{CanvasRenderMode as _0xcc8266,DRAWING_OBJECT_LAYER_INDEX as _0x57bde1,Engine as _0x505f4d,IRenderManagerService as _0x3ed458,MAIN_VIEW_PORT_KEY as _0x4abc39,Scene as _0x1d66e6,UniverRenderEnginePlugin as _0x3bd283,Viewport as _0x1f2670}from'@univerjs/engine-render';import{ISlideDrawingService as _0x1a6a3c,SlideSceneTypeEnum as _0x2814da,UniverSlidesPlugin as _0x568dfb,resolvedSlideLayersToDrawingMap as _0x159b30}from'@univerjs-pro/slides';import{ObjectProvider as _0x1c7457,SlidePageBackgroundObject as _0x20dcff,SlidePageClipGroup as _0xdd987b,UniverSlidesUIPlugin as _0x3406e8,assembleGroupHierarchy as _0x128d3c,isThumbnailRenderableDrawing as _0x82b4b5,resolveGroupFillInheritance as _0x3a43e5}from'@univerjs-pro/slides-ui';import{IMenuManagerService as _0x1a2de2,IconManager as _0x9677b5,MenuItemType as _0x443e4d,RibbonStartGroup as _0x224b00,getMenuHiddenObservable as _0x336cb6}from'@univerjs/ui';import{UniverLicensePlugin as _0x220b50}from'@univerjs-pro/license';import{PrintIcon as _0x1398a5}from'@univerjs/icons';function F(_0x5789cb,_0x3bed45){const _0x597da1=_0x1534;let _0x4b3a5c={};return{'data':_0x4b3a5c,'order':_0x3bed45[_0x597da1(0xfb)](_0x560b1a=>{let _0x5f16c9=_0x5789cb[_0x560b1a];return _0x82b4b5(_0x5f16c9)?(_0x4b3a5c[_0x560b1a]=_0x5f16c9,!0x0):!0x1;})};}function I(_0x28036d,_0x4095b3,_0x1cc319){const _0x333064=_0x1534;let _0x470fec=_0x4095b3[_0x333064(0xf6)](),_0x78b5f3=_0x1cc319['getId'](),_0x57f60b=_0x28036d['getDrawingData'](_0x470fec,_0x78b5f3),_0x5aa48c=_0x28036d['getDrawingOrder'](_0x470fec,_0x78b5f3);if(_0x5aa48c[_0x333064(0xfe)](_0x38b591=>!!_0x57f60b[_0x38b591]))return F(_0x57f60b,_0x5aa48c);let _0x137d9e=_0x159b30(_0x470fec,_0x78b5f3,_0x1cc319[_0x333064(0x16c)](),_0x4095b3[_0x333064(0x118)](_0x78b5f3));return F(_0x137d9e[_0x333064(0x12a)],_0x137d9e[_0x333064(0x107)]);}function L(_0x12d283){'@babel/helpers - typeof';const _0x3bc816=_0x1534;return L=typeof Symbol==_0x3bc816(0xf3)&&typeof Symbol[_0x3bc816(0x148)]==_0x3bc816(0x13d)?function(_0x29ee22){return typeof _0x29ee22;}:function(_0x742ed5){const _0x3fb2cc=_0x3bc816;return _0x742ed5&&typeof Symbol==_0x3fb2cc(0xf3)&&_0x742ed5[_0x3fb2cc(0x143)]===Symbol&&_0x742ed5!==Symbol[_0x3fb2cc(0xf5)]?_0x3fb2cc(0x13d):typeof _0x742ed5;},L(_0x12d283);}function R(_0x38bdca,_0x5ca9e3){const _0x5d75af=_0x1534;if(L(_0x38bdca)!=_0x5d75af(0x156)||!_0x38bdca)return _0x38bdca;var _0x1f2e04=_0x38bdca[Symbol['toPrimitive']];if(_0x1f2e04!==void 0x0){var _0x5f11ad=_0x1f2e04[_0x5d75af(0xf9)](_0x38bdca,_0x5ca9e3||_0x5d75af(0xf8));if(L(_0x5f11ad)!=_0x5d75af(0x156))return _0x5f11ad;throw TypeError(_0x5d75af(0x11c));}return(_0x5ca9e3===_0x5d75af(0x102)?String:Number)(_0x38bdca);}function z(_0x1efaaf){const _0x1d46d5=_0x1534;var _0x27858d=R(_0x1efaaf,_0x1d46d5(0x102));return L(_0x27858d)==_0x1d46d5(0x13d)?_0x27858d:_0x27858d+'';}function B(_0x215f7f,_0x3763f9,_0x3ad256){return(_0x3763f9=z(_0x3763f9))in _0x215f7f?Object['defineProperty'](_0x215f7f,_0x3763f9,{'value':_0x3ad256,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x215f7f[_0x3763f9]=_0x3ad256,_0x215f7f;}var V=class extends _0x4beceb{get[_0x4e06ad(0x173)](){const _0x4ac6d7=_0x4e06ad;return this[_0x4ac6d7(0xee)];}get['root'](){return this['_root'];}get[_0x4e06ad(0xed)](){const _0x253dbf=_0x4e06ad;return this[_0x253dbf(0x163)]['getData']()['pageSize']??this[_0x253dbf(0x15b)][_0x253dbf(0x158)]()[_0x253dbf(0x144)];}constructor(_0x5b0a8d,_0x3af969,_0x56874a){const _0x444509=_0x4e06ad;super(),this['_injector']=_0x5b0a8d,this[_0x444509(0x15b)]=_0x3af969,this[_0x444509(0x163)]=_0x56874a,B(this,_0x444509(0xee),document[_0x444509(0x159)](_0x444509(0x174))),B(this,_0x444509(0x14e),document[_0x444509(0x159)](_0x444509(0x174))),B(this,_0x444509(0xe1),void 0x0),B(this,_0x444509(0xe7),void 0x0),B(this,_0x444509(0x10e),void 0x0),B(this,_0x444509(0x127),new Map()),this[_0x444509(0x10e)]=this[_0x444509(0x170)]['createInstance'](_0x1c7457),this['_initRenderer'](),this[_0x444509(0x13f)]({'dispose':()=>{const _0x57c9cb=_0x444509;this[_0x57c9cb(0x127)][_0x57c9cb(0x160)](),this[_0x57c9cb(0xe7)][_0x57c9cb(0x125)](),this[_0x57c9cb(0xe1)][_0x57c9cb(0x125)]();}});}[_0x4e06ad(0xf1)](){const _0x3a2970=_0x4e06ad;let _0x48361b='slide-print-'+_0x12dc92(0x4),{width:_0x4b11ec,height:_0x32cc48}=this[_0x3a2970(0xed)];this[_0x3a2970(0xe1)]=new _0x505f4d('',{'elementWidth':_0x4b11ec,'elementHeight':_0x32cc48,'dpr':0x1,'renderMode':_0xcc8266[_0x3a2970(0x165)]}),this[_0x3a2970(0xe7)]=new _0x1d66e6(_0x48361b,this[_0x3a2970(0xe1)]),this[_0x3a2970(0xe7)][_0x3a2970(0xe6)](),this[_0x3a2970(0xe7)][_0x3a2970(0x105)]({'width':_0x4b11ec,'height':_0x32cc48,'scaleX':0x1,'scaleY':0x1}),new _0x1f2670(_0x4abc39,this[_0x3a2970(0xe7)],{'left':0x0,'top':0x0,'width':_0x4b11ec,'height':_0x32cc48,'active':!0x0})[_0x3a2970(0xe4)](),this[_0x3a2970(0xe1)][_0x3a2970(0x164)](this['_container'],!0x1),this[_0x3a2970(0xe1)][_0x3a2970(0x150)]()['getContext']()[_0x3a2970(0x12f)](_0x48361b+'_'+_0x12dc92(0x4)),this['_renderSlidePage']();}[_0x4e06ad(0x132)](){const _0x327386=_0x4e06ad;let _0x313cd1=this[_0x327386(0x15b)][_0x327386(0xf6)](),_0x55aadd=this[_0x327386(0x163)]['getId'](),{width:_0xc02b9a,height:_0x2fd68d}=this[_0x327386(0xed)],_0x360c5f=this[_0x327386(0xe7)],_0x5131cd=this[_0x327386(0x170)][_0x327386(0xf2)](_0x20dcff,'slide-print-page-background-'+_0x313cd1+'-'+_0x55aadd,{'left':0x0,'top':0x0,'width':_0xc02b9a,'height':_0x2fd68d,'background':this['_slidePage'][_0x327386(0x155)](),'evented':!0x1,'zIndex':0x1});_0x360c5f[_0x327386(0x128)](_0x5131cd,0x0),this['_renderObjectMap'][_0x327386(0x12e)](_0x5131cd[_0x327386(0x130)],_0x5131cd);let {data:_0x9bad29,order:_0x3afb42}=I(this[_0x327386(0x170)][_0x327386(0xeb)](_0x1a6a3c),this[_0x327386(0x15b)],this['_slidePage']),_0x4e98d6=_0x3a43e5(_0x9bad29),_0x2afb83=new _0xdd987b(_0x327386(0xe8)+_0x313cd1+'-'+_0x55aadd,{'left':0x0,'top':0x0,'width':_0xc02b9a,'height':_0x2fd68d});_0x360c5f[_0x327386(0x128)](_0x2afb83,0x0),this[_0x327386(0x127)]['set'](_0x2afb83[_0x327386(0x130)],_0x2afb83),this['_objectProvider']['convertToRenderObjects'](_0x4e98d6,_0x3afb42,{'unitId':_0x313cd1,'subUnitId':_0x55aadd,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x2814da[_0x327386(0x122)],'showPlaceholder':!0x1,'requestRender':()=>this[_0x327386(0x11d)]()})[_0x327386(0xef)](_0x32d38b=>{const _0x410591=_0x327386;_0x360c5f[_0x410591(0x128)](_0x32d38b,_0x57bde1),this[_0x410591(0x127)]['set'](_0x32d38b['oKey'],_0x32d38b);}),_0x128d3c(_0x4e98d6,_0x3afb42,_0x360c5f,{'unitId':_0x313cd1,'subUnitId':_0x55aadd,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x2814da['PRESENTATION'],'showPlaceholder':!0x1,'objectProvider':this[_0x327386(0x10e)],'renderObjectMap':this[_0x327386(0x127)],'requestRender':()=>this[_0x327386(0x11d)]()}),_0x360c5f[_0x327386(0xe2)](!0x0);}[_0x4e06ad(0x142)](){const _0x295fed=_0x4e06ad;this[_0x295fed(0x14e)][_0x295fed(0x16a)][_0x295fed(0x145)]=_0x295fed(0x113),this[_0x295fed(0x14e)]['style'][_0x295fed(0x15c)]=_0x295fed(0xfc),this[_0x295fed(0x14e)][_0x295fed(0x16a)][_0x295fed(0x14c)]=_0x295fed(0xfc),this[_0x295fed(0x14e)][_0x295fed(0x16a)][_0x295fed(0x136)]=_0x295fed(0xff),this[_0x295fed(0x14e)]['style'][_0x295fed(0x14f)]=_0x295fed(0xff);}[_0x4e06ad(0x11d)](){const _0x43cd2c=_0x4e06ad;let _0x53b2e6=this[_0x43cd2c(0xe1)][_0x43cd2c(0x150)]()[_0x43cd2c(0x14d)]();this[_0x43cd2c(0xe7)]['makeDirty'](!0x0),_0x53b2e6[_0x43cd2c(0x121)](),this[_0x43cd2c(0xe7)][_0x43cd2c(0x11d)](),_0x53b2e6[_0x43cd2c(0x13a)]();}};function H(_0x586bf2){const _0x539528=_0x4e06ad;return Number[_0x539528(0x10b)](_0x586bf2['from'])&&Number[_0x539528(0x10b)](_0x586bf2['to'])&&_0x586bf2['from']<=_0x586bf2['to'];}function U(_0x194caa,_0x4ecb3e){const _0x222766=_0x4e06ad;return Math[_0x222766(0xf4)](0x0,Math[_0x222766(0x103)](_0x4ecb3e-0x1,_0x194caa-0x1));}function W(_0xb27400,_0x3ccbbe){const _0x24675d=_0x4e06ad;if(_0xb27400<=0x0)return[];if(!_0x3ccbbe)return Array[_0x24675d(0x12b)]({'length':_0xb27400},(_0x3d14ed,_0x2d52a0)=>_0x2d52a0);let _0x8afbbf=new Set();return _0x3ccbbe['forEach'](_0x471e8f=>{const _0x30dc5e=_0x24675d;if(!H(_0x471e8f)||_0x471e8f['to']<0x1||_0x471e8f[_0x30dc5e(0x12b)]>_0xb27400)return;let _0x1c1020=U(_0x471e8f[_0x30dc5e(0x12b)],_0xb27400),_0x56c155=U(_0x471e8f['to'],_0xb27400);for(let _0x276458=_0x1c1020;_0x276458<=_0x56c155;_0x276458+=0x1)_0x8afbbf[_0x30dc5e(0x109)](_0x276458);}),Array['from'](_0x8afbbf)[_0x24675d(0x171)]((_0x176d06,_0x39f7db)=>_0x176d06-_0x39f7db);}function G(_0x43ff31,_0x47580b){return function(_0x531639,_0x1439e8){_0x47580b(_0x531639,_0x1439e8,_0x43ff31);};}function K(_0x19cf1e,_0x2dfabc,_0xafca68,_0x271660){const _0x152560=_0x4e06ad;var _0x5bc294=arguments['length'],_0x5d74f5=_0x5bc294<0x3?_0x2dfabc:_0x271660===null?_0x271660=Object[_0x152560(0x11a)](_0x2dfabc,_0xafca68):_0x271660,_0x3ce38e;if(typeof Reflect=='object'&&typeof Reflect['decorate']==_0x152560(0xf3))_0x5d74f5=Reflect['decorate'](_0x19cf1e,_0x2dfabc,_0xafca68,_0x271660);else{for(var _0x14738c=_0x19cf1e['length']-0x1;_0x14738c>=0x0;_0x14738c--)(_0x3ce38e=_0x19cf1e[_0x14738c])&&(_0x5d74f5=(_0x5bc294<0x3?_0x3ce38e(_0x5d74f5):_0x5bc294>0x3?_0x3ce38e(_0x2dfabc,_0xafca68,_0x5d74f5):_0x3ce38e(_0x2dfabc,_0xafca68))||_0x5d74f5);}return _0x5bc294>0x3&&_0x5d74f5&&Object[_0x152560(0x123)](_0x2dfabc,_0xafca68,_0x5d74f5),_0x5d74f5;}let q=class extends _0x4beceb{constructor(_0x58e9a6,_0x5357f6,_0x37f715){const _0x1b0baa=_0x4e06ad;super(),this['_univerInstanceService']=_0x58e9a6,this[_0x1b0baa(0x170)]=_0x5357f6,this['_renderManagerService']=_0x37f715,B(this,_0x1b0baa(0x131),!0x1);}['print'](_0xb7ced5,_0x47ad61){const _0x442b6a=_0x4e06ad;if(this[_0x442b6a(0x131)])return Promise[_0x442b6a(0x137)](!0x1);let _0x554746=this[_0x442b6a(0x153)]['getUnit'](_0xb7ced5,_0x533345[_0x442b6a(0x166)]);if(!_0x554746)return Promise['resolve'](!0x1);let _0x480cfe=_0x554746[_0x442b6a(0x158)](),_0x3f9a44=W(_0x480cfe[_0x442b6a(0xe9)]['length'],_0x47ad61==null?void 0x0:_0x47ad61[_0x442b6a(0xe0)])[_0x442b6a(0xf7)](_0xc91d89=>_0x480cfe[_0x442b6a(0xe9)][_0xc91d89])[_0x442b6a(0xf7)](_0x2bcdfc=>_0x554746[_0x442b6a(0x151)]['getSlide'](_0x2bcdfc))[_0x442b6a(0xfb)](_0x298dd6=>!!_0x298dd6);if(_0x3f9a44[_0x442b6a(0x149)]===0x0)return Promise[_0x442b6a(0x137)](!0x1);this[_0x442b6a(0x131)]=!0x0;let _0x262a3a=this[_0x442b6a(0x10d)]();if(!_0x262a3a)return this[_0x442b6a(0x131)]=!0x1,Promise[_0x442b6a(0x137)](!0x1);let {width:_0x28de60,height:_0x5ee88a}=_0x3f9a44[0x0]['getData']()[_0x442b6a(0x110)]??_0x480cfe[_0x442b6a(0x144)],_0x504ffb=_0x28de60>=_0x5ee88a?_0x123df6[_0x442b6a(0x114)]:_0x123df6[_0x442b6a(0x162)],_0x530ba6=_0x337c06(Math['min'](_0x28de60,_0x5ee88a),Math['max'](_0x28de60,_0x5ee88a),_0x504ffb),_0x59d5d7=_0x262a3a[_0x442b6a(0x112)][_0x442b6a(0x159)](_0x442b6a(0x174));_0x59d5d7[_0x442b6a(0xf0)]=_0x3580a6;let _0x45a5ec=_0x3f9a44[_0x442b6a(0xf7)](_0x6f7656=>{const _0x4401fc=_0x442b6a;let _0x5502b4=new V(this[_0x4401fc(0x170)],_0x554746,_0x6f7656);return _0x5502b4[_0x4401fc(0x173)][_0x4401fc(0xf0)]=_0x187219,_0x5502b4;});_0x45a5ec[_0x442b6a(0xef)](_0x32db67=>{const _0x3a21aa=_0x442b6a;_0x59d5d7[_0x3a21aa(0x13b)](_0x32db67[_0x3a21aa(0x173)]),_0x32db67['container'][_0x3a21aa(0x13b)](_0x32db67[_0x3a21aa(0x16d)]),_0x32db67[_0x3a21aa(0x142)]();}),_0x262a3a[_0x442b6a(0x112)][_0x442b6a(0x176)]['appendChild'](_0x530ba6),_0x262a3a[_0x442b6a(0x112)][_0x442b6a(0x14a)][_0x442b6a(0x13b)](_0x59d5d7);let _0x40de93=_0x262a3a[_0x442b6a(0xfd)],_0x15f61a=_0x40de93[_0x442b6a(0x138)],_0x163f89=_0x40de93[_0x442b6a(0x10a)];return new Promise(_0x490b42=>{let _0x438565=!0x1,_0x55894f=()=>{const _0x457588=_0x1534;_0x438565||(_0x438565=!0x0,_0x45a5ec[_0x457588(0xef)](_0x4b83d5=>{const _0x4f4433=_0x457588;_0x4b83d5[_0x4f4433(0x11d)]();}));},_0x44f630=_0x50e985=>{const _0x3eca82=_0x1534;_0x45a5ec[_0x3eca82(0xef)](_0x4a616c=>{const _0x43d0d3=_0x3eca82;_0x4a616c[_0x43d0d3(0x125)]();}),_0x59d5d7[_0x3eca82(0x108)](),_0x530ba6[_0x3eca82(0x108)](),_0x40de93[_0x3eca82(0x138)]=_0x15f61a,_0x40de93[_0x3eca82(0x10a)]=_0x163f89,_0x262a3a[_0x3eca82(0x129)]['remove'](),this[_0x3eca82(0x147)](_0xb7ced5,_0x480cfe[_0x3eca82(0xe9)]),this['_printing']=!0x1,_0x490b42(_0x50e985);};setTimeout(()=>{const _0x5658fd=_0x1534;if(_0x40de93['onbeforeprint']=_0x1e44dc=>{const _0x21ddf9=_0x1534;_0x15f61a==null||_0x15f61a[_0x21ddf9(0xf9)](_0x40de93,_0x1e44dc),_0x55894f();},_0x40de93[_0x5658fd(0x10a)]=_0x3b314f=>{const _0x50d1d3=_0x5658fd;_0x163f89==null||_0x163f89[_0x50d1d3(0xf9)](_0x40de93,_0x3b314f),_0x44f630(!0x0);},typeof _0x40de93[_0x5658fd(0x15e)]!='function'){_0x44f630(!0x1);return;}_0x55894f(),_0x40de93[_0x5658fd(0x146)](),_0x40de93[_0x5658fd(0x15e)]();},0x64);});}[_0x4e06ad(0x10d)](){const _0x4950a6=_0x4e06ad;let _0x549ac8=document[_0x4950a6(0x159)](_0x4950a6(0x120));_0x549ac8['setAttribute']('aria-hidden',_0x4950a6(0xe5)),_0x549ac8[_0x4950a6(0x161)](_0x4950a6(0x168),'true'),_0x549ac8[_0x4950a6(0x16a)]['position']=_0x4950a6(0x141),_0x549ac8[_0x4950a6(0x16a)]['left']=_0x4950a6(0x167),_0x549ac8['style'][_0x4950a6(0x15c)]='0',_0x549ac8[_0x4950a6(0x16a)][_0x4950a6(0x136)]=_0x4950a6(0x10f),_0x549ac8['style']['height']=_0x4950a6(0x10f),_0x549ac8[_0x4950a6(0x16a)][_0x4950a6(0x15f)]='0',_0x549ac8[_0x4950a6(0x16a)]['pointerEvents']='none',document[_0x4950a6(0x14a)][_0x4950a6(0x13b)](_0x549ac8);let _0x1ffe08=_0x549ac8[_0x4950a6(0x104)],_0x23a01e=_0x549ac8['contentDocument']??(_0x1ffe08==null?void 0x0:_0x1ffe08[_0x4950a6(0x112)]);return!_0x1ffe08||!_0x23a01e?(_0x549ac8[_0x4950a6(0x108)](),null):(_0x23a01e[_0x4950a6(0x16e)](),_0x23a01e['write'](_0x4950a6(0x12c)),_0x23a01e[_0x4950a6(0x119)](),{'frame':_0x549ac8,'document':_0x23a01e,'window':_0x1ffe08});}['_restoreThumbnailRenders'](_0x527626,_0x4968c6){const _0x378b39=_0x4e06ad;_0x4968c6[_0x378b39(0xef)](_0x518865=>{const _0x51f729=_0x378b39;let _0x1350fb=_0x527626+_0x51f729(0xdf)+_0x518865,_0x2a3a48=this[_0x51f729(0x10c)]['getRenderUnitById'](_0x1350fb);_0x2a3a48&&(_0x2a3a48['engine'][_0x51f729(0x175)](),_0x2a3a48[_0x51f729(0x12d)][_0x51f729(0xe2)](!0x0),_0x2a3a48[_0x51f729(0x12d)][_0x51f729(0x11d)]());});}};q=K([G(0x0,_0x20456a),G(0x1,_0x49acc8(_0x1aafa5)),G(0x2,_0x3ed458)],q);const J={'id':_0x4e06ad(0x139),'type':_0x5142d3[_0x4e06ad(0x154)],'handler':async(_0x1b3173,_0x51cb71)=>{const _0x167913=_0x4e06ad;let _0x139b9a=_0x1b3173[_0x167913(0xeb)](_0x20456a),_0xb9c4ac=_0x1b3173[_0x167913(0xeb)](q),_0xffc198=_0x139b9a[_0x167913(0x11f)](_0x533345[_0x167913(0x166)]);return _0xffc198?_0xb9c4ac['print'](_0xffc198[_0x167913(0xf6)](),_0x51cb71):!0x1;}};function _0x527a(){const _0x13ae9c=['pageSize','SLIDES_PRINT_PLUGIN','document','absolute','Landscape','1.0.0-beta.0','_menuManagerService','_configService','getThemeDataForPage','close','getOwnPropertyDescriptor','_initMenus','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','render','1025400LEgTXg','getCurrentUnitOfType','iframe','save','PRESENTATION','defineProperty','10029344DHBeSz','dispose','registerCommand','_renderObjectMap','addObject','frame','data','from','<!doctype\x20html><html><head></head><body></body></html>','scene','set','setId','oKey','_printing','_renderSlidePage','packageName','4599rBoyAj','10501065ldfzeP','width','resolve','onbeforeprint','slide.operation.print','restore','appendChild','slides-print.menu','symbol','3126DggJvs','disposeWithMe','_initCommands','fixed','prepare','constructor','defaultPageSize','position','focus','_restoreThumbnailRenders','iterator','length','body','_config','left','getContext','_root','height','getCanvas','pageManager','60awTHFJ','_univerInstanceService','OPERATION','resolveBackground','object','version','getSnapshot','createElement','_iconManager','_slideModel','top','type','print','border','clear','setAttribute','Portrait','_slidePage','mount','Printing','UNIVER_SLIDE','-10000px','data-univer-slides-print-frame','_registerIcons','style','@univerjs-pro/slides-print','resolveElements','root','open','14194oAmlfg','_injector','sort','setConfig','container','div','resize','head','onStarting','mergeMenu','-thumb-','range','_engine','makeDirty','OTHERS','openClip','true','disableObjectsEvent','_scene','slide-print-page-clip-','slideOrder','4573816ivmUGZ','get','5155925wkRTpq','_pageSize','_container','forEach','className','_initRenderer','createInstance','function','max','prototype','getUnitId','map','default','call','register','filter','0px','window','some','100%','slides-print.config','onReady','string','min','contentWindow','transformByState','_commandService','order','remove','add','onafterprint','isFinite','_renderManagerService','_createPrintFrame','_objectProvider','1px'];_0x527a=function(){return _0x13ae9c;};return _0x527a();}function ce(_0x116346){const _0x5d653a=_0x4e06ad;return{'id':J['id'],'type':_0x443e4d['BUTTON'],'title':_0x5d653a(0x13c),'icon':'PrintIcon','tooltip':_0x5d653a(0x13c),'hidden$':_0x336cb6(_0x116346,_0x533345['UNIVER_SLIDE'])};}const Y={[_0x224b00[_0x4e06ad(0xe3)]]:{[J['id']]:{'order':0.2,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':ce}}};var le=_0x4e06ad(0x16b),ue=_0x4e06ad(0x115);const X={};let Z=class extends _0x4beceb{constructor(_0x53d358){const _0x40e938=_0x4e06ad;super(),this[_0x40e938(0x15a)]=_0x53d358,this[_0x40e938(0x169)]();}['_registerIcons'](){const _0x314d7f=_0x4e06ad;this[_0x314d7f(0x13f)](this[_0x314d7f(0x15a)][_0x314d7f(0xfa)]({'PrintIcon':_0x1398a5}));}};Z=K([G(0x0,_0x49acc8(_0x9677b5))],Z);let Q=class extends _0x4beceb{constructor(_0x206a36,_0x11e886){const _0x399893=_0x4e06ad;super(),this['_commandService']=_0x206a36,this[_0x399893(0x116)]=_0x11e886,this[_0x399893(0x140)](),this[_0x399893(0x11b)]();}[_0x4e06ad(0x140)](){const _0x37bab0=_0x4e06ad;this[_0x37bab0(0x13f)](this[_0x37bab0(0x106)][_0x37bab0(0x126)](J));}[_0x4e06ad(0x11b)](){const _0xd50d3d=_0x4e06ad;this[_0xd50d3d(0x116)][_0xd50d3d(0xde)](Y);}};Q=K([G(0x0,_0xde65a0),G(0x1,_0x1a2de2)],Q);let $=class extends _0x683d91{constructor(_0x4a8e08=X,_0x14f8de,_0x5806e9){const _0xdbeea5=_0x4e06ad;super(),this[_0xdbeea5(0x14b)]=_0x4a8e08,this[_0xdbeea5(0x170)]=_0x14f8de,this[_0xdbeea5(0x117)]=_0x5806e9;let {menu:_0x319f2f,..._0x378275}=_0xf20845({},X,this['_config']);_0x319f2f&&this[_0xdbeea5(0x117)][_0xdbeea5(0x172)]('menu',_0x319f2f,{'merge':!0x0}),this[_0xdbeea5(0x117)]['setConfig'](_0xdbeea5(0x100),_0x378275);}[_0x4e06ad(0xdd)](){const _0x47705b=_0x4e06ad;this[_0x47705b(0x170)][_0x47705b(0x109)]([Z]),this[_0x47705b(0x170)]['get'](Z),_0x2e734a(this['_injector'],[[q],[Q]]);}[_0x4e06ad(0x101)](){const _0x175209=_0x4e06ad;this['_injector'][_0x175209(0xeb)](Q);}};B($,'pluginName',_0x4e06ad(0x111)),B($,_0x4e06ad(0x133),le),B($,_0x4e06ad(0x157),ue),B($,_0x4e06ad(0x15d),_0x533345[_0x4e06ad(0x166)]),$=K([_0x20a295(_0x220b50,_0x3bd283,_0x568dfb,_0x3406e8),G(0x1,_0x49acc8(_0x1aafa5)),G(0x2,_0x3d8748)],$);export{J as SlidePrintOperation,Y as SlidesPrintMenuSchema,$ as UniverSlidesPrintPlugin};
1
+ const _0x2e46da=_0x1cde;(function(_0x5327d2,_0x39ee7b){const _0x1e9a83=_0x1cde,_0x143932=_0x5327d2();while(!![]){try{const _0x1bba28=-parseInt(_0x1e9a83(0x235))/0x1+parseInt(_0x1e9a83(0x276))/0x2+-parseInt(_0x1e9a83(0x1da))/0x3*(-parseInt(_0x1e9a83(0x1c7))/0x4)+-parseInt(_0x1e9a83(0x1b6))/0x5*(parseInt(_0x1e9a83(0x2b5))/0x6)+-parseInt(_0x1e9a83(0x19a))/0x7+parseInt(_0x1e9a83(0x266))/0x8*(-parseInt(_0x1e9a83(0x241))/0x9)+parseInt(_0x1e9a83(0x1f1))/0xa;if(_0x1bba28===_0x39ee7b)break;else _0x143932['push'](_0x143932['shift']());}catch(_0x4b6dfb){_0x143932['push'](_0x143932['shift']());}}}(_0x1773,0xca5a2));import{CommandType as _0x25c599,DependentOn as _0x2c6af8,Disposable as _0x30df28,ICommandService as _0x39aef3,IConfigService as _0x3068fa,IUniverInstanceService as _0x494ab6,Inject as _0x189535,Injector as _0x40e471,LocaleService as _0xbf0e12,PAGE_SIZE as _0x14d3fe,PAPER_TYPES as _0x4dff9d,PaperType as _0x5019da,Plugin as _0xfd6130,UniverInstanceType as _0x2da91c,createIdentifier as _0xcb6257,generateRandomId as _0x305277,merge as _0xe81f19,registerDependencies as _0x1feb07,toDisposable as _0x5ea828}from'@univerjs/core';import{BehaviorSubject as _0x16210f}from'rxjs';function _0x1773(){const _0x535a77=['style','slides-print.settings.range','0.5','slide.operation.print','univer-ml-2\x20univer-text-base\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-gray-0','setId','space-evenly','57yLnDGF','set','#fff','asObservable','Landscape','0.4','isFinite','string','max','GLOBAL','Printing','disposeWithMe','slides-print.settings.vertical','slots','canvas','\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20position:\x20relative;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20width:\x20','setConfig','100%','_createPrintFrame','registerComponent','univer-p-4','call','dispose','26275840YRWBuI','univer-flex\x20univer-flex-col\x20univer-gap-3','column','register','appendChild','slides-print.settings.handout','top\x20left','trim','_renderObjectMap','restore','1px\x20solid\x20currentColor','slides-print.settings.rangeInvalid','options','px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','transformOrigin','source','order','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20margin:\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.','Narrow','resolveBackground','rect','add','resize','pluginName','version','oKey','UNIVER_SLIDE','frame','measureText','slide.operation.print-close','close','height','onStarting','mergeMenu','slides-print.settings.order','_mountNotes','FullPage','slides-print.header.printing','21px',':last-child\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20break-after:\x20auto;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20page-break-after:\x20auto;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20','border','options$','transform','Horizontal','toPrimitive','bottom','_univerInstanceService','split','color','save','_objectProvider','_preparePrintResources','document','center','_mountHandoutLines','opacity','univer-size-8\x20univer-animate-spin\x20univer-text-gray-500','range','layout','className','executeCommand','_document','visible$','position','direction','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','slides-print.settings.none','classList','693151NFIatn','#000','resolveElements','_config','full-page-','Portrait','remove','marginCustom','top','NotesPage','left','paperSize','243LeMBUu','univer-flex\x20univer-h-16\x20univer-items-center\x20univer-justify-between\x20univer-bg-gray-0\x20univer-px-4\x20dark:!univer-bg-gray-900','get','None','pre','dir','_engine','_container','_printing','write','window','getCurrentUnitOfType','frameSlides','boxSizing','_options$','boolean','_injector','_options','visible','pages','_initMenus','iframe','_visible$','slides-print.settings.portrait','width','\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20position:\x20relative;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20.','toLowerCase','body','_configService','print','slidesPerPage','speakerNotes','onbeforeprint','_initUIParts','slides-print.header.next','slide-print-page-background-','_scene','427752DneyWD','updateOptions','_commandService','_mountSlides','reduce','from','_slideViews','type','getData','_printPreparationService','getThemeDataForPage','univer-box-border\x20univer-h-full\x20univer-w-[312px]\x20univer-flex-none\x20univer-bg-gray-0\x20dark:!univer-bg-gray-900','fixed','slides-print.menu','univer-flex-1\x20univer-overflow-auto\x20univer-p-7','univer-flex\x20univer-gap-2','3240710AYAfjp','makeDirty','none','20px','Normal','textContent','root','page','hidden','status','BUTTON','key','true','_iconManager','has','primary','univer-w-full','-thumb-','getSnapshot','_pageSize','0px','lines','Wide','getId','margin','slides-print.header.cancel','data-univer-slides-print-frame','symbol','univer-flex\x20univer-flex-1\x20univer-overflow-hidden','univer-slide-print-slot','filter','registerCommand','pageSize','div','background','scene','slides-print.settings.notesPage','_restoreThumbnailRenders','pointerEvents','_initCommands','univer-h-full\x20univer-overflow-y-auto','getCanvas','relative','_slidePage','scale(','_menuManagerService','univer-shadow-sm','univer-absolute\x20univer-inset-0\x20univer-z-[100]\x20univer-flex\x20univer-size-full\x20univer-flex-col\x20univer-overflow-hidden\x20univer-bg-gray-100\x20dark:!univer-bg-gray-900','slide-print-','handout-','PRESENTATION','_plan','sort','_slideDrawingService','handoutOrder','prototype','menu','_printPreparedPages','slides-print.config','prepare','pageManager','font','slides-print.settings.frameSlides','498RdkGaw','1px','offline-printing-css','getSlide','getValue','splice','OTHERS','px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20overflow:\x20hidden;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20@media\x20print\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@page\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20size:\x20','onafterprint','slides-print.settings.orientation','slide-print-page-clip-','slides-print.settings.horizontal','showSlideNumber','justifyContent','push','Handout','getDrawingData','right','defaultPageSize','createElement','display','notes-','function','slides-print.settings.rangePlaceholder','open','_renderSlidePage','PrintIcon','delete','_root','getUnitId','<!doctype\x20html><html><head></head><body></body></html>','_requestRender','12px/20px\x20Arial,\x20sans-serif','complete','_uiPartsService','slides-print.settings.narrow','getDrawingOrder','px;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20height:\x20','noteLinesRect','notes','slides-print.settings.landscape','11431441PsCLRp','slides-print.settings.layout','_transformers','disableObjectsEvent','constructor','head','Vertical','univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center','openClip','slides-print.settings.normal','data','reject','_initRenderer','setAttribute','overflow','border-box','univer-slide-print-page','1.0.0-beta.2','slideOrder','valid','pageId','mount','addObject','decorate','_renderManagerService','forEach','getContext','next','69775qrrwbJ','render','join','slice','slides-print.settings.formatting','borderBottom','getOwnPropertyDescriptor','engine','univer-slide-print-surface','14px\x20Arial,\x20sans-serif','_registerIcons','_drawingTransformService','map','absolute','getUnit','find','OPERATION','317692xJeVvl','container','object','_slideModel','slides-print.settings.slideNumber','values','slides-print.settings.slidesPerPage','min','px\x20','length','univer-relative\x20univer-mx-auto\x20univer-mb-7','_autoRender'];_0x1773=function(){return _0x535a77;};return _0x1773();}import{IPrintPreparationService as _0x23c175,PRINT_CONTAINER_CLASS as _0x8d9d68,PaperMarginMap as _0x25febe,PrintDirection as _0x37e570,PrintPaperMargin as _0x76b217,PrintPreparationService as _0x27ad9b}from'@univerjs-pro/print';import{ObjectProvider as _0x2daf51,SlidePageBackgroundObject as _0x108f52,SlidePageClipGroup as _0x3c2af2,UniverSlidesUIPlugin as _0x363fb0,assembleGroupHierarchy as _0x50c459,isThumbnailRenderableDrawing as _0x70a3d8,resolveGroupFillInheritance as _0x27ca32,resolveSlideLogicalPageSize as _0x1b5751}from'@univerjs-pro/slides-ui';import{ISlideDrawingService as _0x5eef69,SlideSceneTypeEnum as _0x40bff1,UniverSlidesPlugin as _0x7ffcb6,resolvedSlideLayersToDrawingMap as _0x490fc3}from'@univerjs-pro/slides';import{CanvasRenderMode as _0x34f571,DRAWING_OBJECT_LAYER_INDEX as _0x2f24d6,Engine as _0x3f84f3,IRenderManagerService as _0x17cd01,MAIN_VIEW_PORT_KEY as _0x35f201,Scene as _0x38baf4,UniverRenderEnginePlugin as _0xdecc01,Viewport as _0x4f0c45}from'@univerjs/engine-render';import{BuiltInUIPart as _0x2921fe,IMenuManagerService as _0x19c913,IUIPartsService as _0xe08c43,IconManager as _0x4e43d0,MenuItemType as _0x58bbdc,RibbonStartGroup as _0x5bd34c,connectInjector as _0x34f4d5,getMenuHiddenObservable as _0x111e71,useDependency as _0x394260,useObservable as _0x8ddf93}from'@univerjs/ui';import{UniverLicensePlugin as _0x246bf9}from'@univerjs-pro/license';import{LoadingMultiIcon as _0x2dac7f,PrintIcon as _0x50f465}from'@univerjs/icons';import{Button as _0x3f303a,Checkbox as _0xf0a4b4,FormLayout as _0x23e316,Input as _0x48846c,Radio as _0x4d6517,RadioGroup as _0x2b21ec,Select as _0x4e07c6,borderBottomClassName as _0x4ac75e,clsx as _0x4ba51a,scrollbarClassName as _0x69c47f}from'@univerjs/design';import{useEffect as _0x35b419,useMemo as _0x52af9c,useRef as _0x3692a9,useState as _0x3db473}from'react';import{Fragment as _0x408133,jsx as _0x36239b,jsxs as _0x4d86f2}from'react/jsx-runtime';let I=function(_0x424715){const _0x2a9aca=_0x1cde;return _0x424715['FullPage']=_0x2a9aca(0x215),_0x424715[_0x2a9aca(0x2c4)]='Handout',_0x424715['NotesPage']=_0x2a9aca(0x23e),_0x424715;}({}),Be=function(_0x32d074){const _0x5a6e5d=_0x1cde;return _0x32d074[_0x5a6e5d(0x21c)]=_0x5a6e5d(0x21c),_0x32d074['Vertical']=_0x5a6e5d(0x1a0),_0x32d074;}({});function L(_0x5e8344,_0x3e2ac4){return _0x5e8344===void 0x0?_0x3e2ac4:_0x5e8344;}function Ve(_0x4c7378){const _0x3addf2=_0x1cde;let _0xd88487=(_0x4c7378==null?void 0x0:_0x4c7378[_0x3addf2(0x22b)])??_0x3addf2(0x215),_0xe9eaef=_0xd88487===_0x3addf2(0x215);return{'layout':_0xd88487,'slidesPerPage':L(_0x4c7378==null?void 0x0:_0x4c7378[_0x3addf2(0x25f)],0x2),'handoutOrder':L(_0x4c7378==null?void 0x0:_0x4c7378[_0x3addf2(0x2ac)],_0x3addf2(0x21c)),'paperSize':_0x4c7378==null?void 0x0:_0x4c7378[_0x3addf2(0x240)],'direction':L(_0x4c7378==null?void 0x0:_0x4c7378['direction'],_0xe9eaef?_0x37e570[_0x3addf2(0x1de)]:_0x37e570[_0x3addf2(0x23a)]),'margin':L(_0x4c7378==null?void 0x0:_0x4c7378[_0x3addf2(0x28e)],_0x4c7378!=null&&_0x4c7378[_0x3addf2(0x240)]?_0x76b217[_0x3addf2(0x27a)]:_0x76b217[_0x3addf2(0x244)]),'marginCustom':L(_0x4c7378==null?void 0x0:_0x4c7378[_0x3addf2(0x23c)],{'top':0x0,'right':0x0,'bottom':0x0,'left':0x0}),'frameSlides':L(_0x4c7378==null?void 0x0:_0x4c7378[_0x3addf2(0x24d)],!_0xe9eaef),'showSlideNumber':L(_0x4c7378==null?void 0x0:_0x4c7378[_0x3addf2(0x2c1)],!_0xe9eaef)};}function He(_0x4c338f,_0x4678f8,_0x95023c,_0x5e7ab3=_0x7fa1c1=>_0x7fa1c1['length']*0xe*0.55){const _0x14464c=_0x1cde;let _0xd218c8=_0x1b5751(_0x4678f8),_0x3d9d83=Ve(_0x95023c);!(_0x95023c!=null&&_0x95023c[_0x14464c(0x231)])&&_0x3d9d83[_0x14464c(0x22b)]===_0x14464c(0x215)&&(_0x3d9d83[_0x14464c(0x231)]=_0xd218c8[_0x14464c(0x259)]>=_0xd218c8[_0x14464c(0x210)]?_0x37e570[_0x14464c(0x1de)]:_0x37e570['Portrait']);let _0x69ee4e=We(_0xd218c8,_0x3d9d83),_0x35f20e=_0x3d9d83['margin']===_0x76b217['Custom']?_0x3d9d83['marginCustom']:_0x25febe[_0x3d9d83['margin']],_0x38a068=Ge(_0x69ee4e,_0x35f20e),_0xa15094;switch(_0x3d9d83['layout']){case _0x14464c(0x2c4):_0xa15094=Ke(_0x4c338f,_0x38a068,_0x3d9d83[_0x14464c(0x25f)],_0x3d9d83[_0x14464c(0x2ac)]);break;case'NotesPage':_0xa15094=Ye(_0x4c338f,_0x38a068,_0x5e7ab3);break;default:_0xa15094=_0x4c338f['map'](_0x1c2e0d=>({'key':_0x14464c(0x239)+_0x1c2e0d[_0x14464c(0x1ae)],'slots':[{'source':_0x1c2e0d,'rect':_0x38a068}]}));break;}return{'pageSize':_0x69ee4e,'margin':_0x35f20e,'options':_0x3d9d83,'pages':_0xa15094};}function Ue(_0x3ec8d4,_0x453f69){const _0x2d5b88=_0x1cde;let _0x8a3225=_0x1b5751(_0x453f69);return _0x3ec8d4[_0x2d5b88(0x1c2)](({page:_0x5af6a6,index:_0x415609})=>{const _0x221c9a=_0x2d5b88;let _0x3afdb2=_0x5af6a6[_0x221c9a(0x26e)](),_0x12e645=_0x1b5751(_0x3afdb2[_0x221c9a(0x296)]??_0x8a3225);return{'index':_0x415609,'page':_0x5af6a6,'pageId':_0x5af6a6[_0x221c9a(0x28d)](),'width':_0x12e645[_0x221c9a(0x259)],'height':_0x12e645['height'],'speakerNotes':_0x3afdb2[_0x221c9a(0x260)]??''};});}function We(_0x175a1b,_0x1194ce){const _0x475ee2=_0x1cde;let _0x54ef2f=_0x1194ce[_0x475ee2(0x240)]?_0x14d3fe[_0x1194ce[_0x475ee2(0x240)]]:_0x175a1b,_0x299ad2=Math[_0x475ee2(0x1ce)](_0x54ef2f['width'],_0x54ef2f[_0x475ee2(0x210)]),_0x1bf72e=Math[_0x475ee2(0x1e2)](_0x54ef2f['width'],_0x54ef2f['height']);return _0x1194ce[_0x475ee2(0x231)]===_0x37e570[_0x475ee2(0x23a)]?{'width':_0x299ad2,'height':_0x1bf72e}:{'width':_0x1bf72e,'height':_0x299ad2};}function Ge(_0x5aa93b,_0x497b26){const _0x593dd8=_0x1cde;return{'x':_0x497b26[_0x593dd8(0x23f)],'y':_0x497b26[_0x593dd8(0x23d)],'width':Math[_0x593dd8(0x1e2)](0x1,_0x5aa93b[_0x593dd8(0x259)]-_0x497b26[_0x593dd8(0x23f)]-_0x497b26[_0x593dd8(0x2c6)]),'height':Math['max'](0x1,_0x5aa93b[_0x593dd8(0x210)]-_0x497b26[_0x593dd8(0x23d)]-_0x497b26[_0x593dd8(0x21e)])};}function Ke(_0x10fe41,_0x1a8312,_0x18be99,_0x1c2de6){const _0x11cd88=_0x1cde;let _0x44c5ba=[];for(let _0x10bf7c=0x0;_0x10bf7c<_0x10fe41['length'];_0x10bf7c+=_0x18be99){let _0x411136=_0x10fe41[_0x11cd88(0x1b9)](_0x10bf7c,_0x10bf7c+_0x18be99),_0x37d0e2=Je(qe(_0x1a8312,_0x18be99),_0x18be99,_0x1c2de6);_0x44c5ba[_0x11cd88(0x2c3)]({'key':_0x11cd88(0x2a7)+_0x10bf7c/_0x18be99,'slots':_0x411136['map']((_0x185eea,_0x1e68fb)=>{const _0x4666aa=_0x11cd88;let _0x20ec71=_0x37d0e2[_0x1e68fb];if(_0x18be99!==0x3)return{'source':_0x185eea,'rect':_0x20ec71};let _0x1fecab=(_0x20ec71[_0x4666aa(0x259)]-0x18)*0.56;return{'source':_0x185eea,'rect':{..._0x20ec71,'width':_0x1fecab},'noteLinesRect':{'x':_0x20ec71['x']+_0x1fecab+0x18,'y':_0x20ec71['y'],'width':Math['max'](0x1,_0x20ec71[_0x4666aa(0x259)]-_0x1fecab-0x18),'height':_0x20ec71[_0x4666aa(0x210)]}};})});}return _0x44c5ba;}function qe(_0x3bb3c1,_0x27b8da){const _0xe17251=_0x1cde;let [_0x1039f9,_0x548a27]=_0x27b8da===0x1?[0x1,0x1]:_0x27b8da===0x2||_0x27b8da===0x3?[0x1,_0x27b8da]:_0x27b8da===0x4?[0x2,0x2]:_0x27b8da===0x6?[0x2,0x3]:[0x3,0x3],_0x44109b=(_0x3bb3c1[_0xe17251(0x259)]-0x18*(_0x1039f9-0x1))/_0x1039f9,_0x3a4e94=(_0x3bb3c1[_0xe17251(0x210)]-0x18*(_0x548a27-0x1))/_0x548a27,_0x5b4017=[];for(let _0x4bf130=0x0;_0x4bf130<_0x548a27;_0x4bf130++)for(let _0x514be0=0x0;_0x514be0<_0x1039f9;_0x514be0++)_0x5b4017[_0xe17251(0x2c3)]({'x':_0x3bb3c1['x']+_0x514be0*(_0x44109b+0x18),'y':_0x3bb3c1['y']+_0x4bf130*(_0x3a4e94+0x18),'width':_0x44109b,'height':_0x3a4e94});return _0x5b4017;}function Je(_0x60abe5,_0x35d8e0,_0xf0e6fb){const _0x2c7e70=_0x1cde;if(_0xf0e6fb===_0x2c7e70(0x21c)||_0x35d8e0<0x4)return _0x60abe5;let _0x58e51f=_0x35d8e0===0x9?0x3:0x2,_0x10b8c8=_0x35d8e0/_0x58e51f;return _0x60abe5['map']((_0xecceeb,_0x48a6e6)=>_0x60abe5[_0x48a6e6%_0x10b8c8*_0x58e51f+Math['floor'](_0x48a6e6/_0x10b8c8)]);}function Ye(_0x35cb0f,_0x50c669,_0x481c35){const _0x19e97e=_0x1cde;let _0x17a326=[];for(let _0x2d46a4 of _0x35cb0f){let _0x52d3b9=_0x50c669[_0x19e97e(0x210)]*0.42,_0x54ace3={'x':_0x50c669['x'],'y':_0x50c669['y']+_0x52d3b9+0x18,'width':_0x50c669[_0x19e97e(0x259)],'height':Math['max'](0x1,_0x50c669[_0x19e97e(0x210)]-_0x52d3b9-0x18)},_0x536b8f=Xe(_0x2d46a4['speakerNotes'],_0x54ace3[_0x19e97e(0x259)],_0x481c35),_0x16f80b=Math[_0x19e97e(0x1e2)](0x1,Math['floor'](_0x54ace3[_0x19e97e(0x210)]/0x15)),_0x2e173e=Math['max'](0x1,Math['floor'](_0x50c669[_0x19e97e(0x210)]/0x15)),_0x534e58=_0x536b8f[_0x19e97e(0x2ba)](0x0,_0x16f80b);_0x17a326[_0x19e97e(0x2c3)]({'key':_0x19e97e(0x186)+_0x2d46a4[_0x19e97e(0x1ae)]+'-0','slots':[{'source':_0x2d46a4,'rect':{'x':_0x50c669['x'],'y':_0x50c669['y'],'width':_0x50c669[_0x19e97e(0x259)],'height':_0x52d3b9}}],'notes':{'lines':_0x534e58,'rect':_0x54ace3,'continuation':!0x1,'source':_0x2d46a4}});let _0x420e88=0x1;for(;_0x536b8f[_0x19e97e(0x1d0)];)_0x17a326[_0x19e97e(0x2c3)]({'key':_0x19e97e(0x186)+_0x2d46a4[_0x19e97e(0x1ae)]+'-'+_0x420e88,'slots':[],'notes':{'lines':_0x536b8f[_0x19e97e(0x2ba)](0x0,_0x2e173e),'rect':_0x50c669,'continuation':!0x0,'source':_0x2d46a4}}),_0x420e88++;}return _0x17a326;}function Xe(_0x119214,_0x3ce943,_0x3ed252){const _0x564ac8=_0x1cde;if(!_0x119214)return[];let _0x27aaa7=_0x119214['replace'](/\r\n/g,'\x0a')[_0x564ac8(0x220)]('\x0a'),_0xd66de4=[];return _0x27aaa7[_0x564ac8(0x1b3)](_0xb7e95c=>{const _0x3ee013=_0x564ac8;let _0x45d5ec=Array[_0x3ee013(0x26b)](_0xb7e95c);if(_0x45d5ec[_0x3ee013(0x1d0)]===0x0)_0xd66de4[_0x3ee013(0x2c3)]('');else{let _0x6d6ab0=0x0;for(;_0x6d6ab0<_0x45d5ec[_0x3ee013(0x1d0)];){let _0xebcf3d=_0x6d6ab0+0x1,_0xfb0d1d=_0x45d5ec['length'],_0xd53f57=_0x6d6ab0;for(;_0xebcf3d<=_0xfb0d1d;){let _0x54a825=Math['floor']((_0xebcf3d+_0xfb0d1d)/0x2);_0x3ed252(_0x45d5ec[_0x3ee013(0x1b9)](_0x6d6ab0,_0x54a825)[_0x3ee013(0x1b8)](''))<=_0x3ce943?(_0xd53f57=_0x54a825,_0xebcf3d=_0x54a825+0x1):_0xfb0d1d=_0x54a825-0x1;}let _0x3b98e4=Math[_0x3ee013(0x1e2)](_0x6d6ab0+0x1,_0xd53f57);_0xd66de4['push'](_0x45d5ec['slice'](_0x6d6ab0,_0x3b98e4)['join']('')),_0x6d6ab0=_0x3b98e4;}}}),_0xd66de4;}function Ze(){const _0x5f65c2=_0x1cde;return{'layout':_0x5f65c2(0x215),'slidesPerPage':0x2,'handoutOrder':_0x5f65c2(0x21c),'paperSize':_0x5019da['A4'],'direction':_0x37e570[_0x5f65c2(0x1de)],'margin':_0x76b217[_0x5f65c2(0x27a)],'frameSlides':!0x1,'showSlideNumber':!0x1};}function R(_0x296369){'@babel/helpers - typeof';const _0x1d08b9=_0x1cde;return R=typeof Symbol==_0x1d08b9(0x187)&&typeof Symbol['iterator']==_0x1d08b9(0x291)?function(_0x24c248){return typeof _0x24c248;}:function(_0xa197f6){const _0x130f58=_0x1d08b9;return _0xa197f6&&typeof Symbol==_0x130f58(0x187)&&_0xa197f6[_0x130f58(0x19e)]===Symbol&&_0xa197f6!==Symbol[_0x130f58(0x2ad)]?_0x130f58(0x291):typeof _0xa197f6;},R(_0x296369);}function Qe(_0x48b927,_0x389f01){const _0x5634b8=_0x1cde;if(R(_0x48b927)!=_0x5634b8(0x1c9)||!_0x48b927)return _0x48b927;var _0x15775c=_0x48b927[Symbol[_0x5634b8(0x21d)]];if(_0x15775c!==void 0x0){var _0x4942ec=_0x15775c[_0x5634b8(0x1ef)](_0x48b927,_0x389f01||'default');if(R(_0x4942ec)!=_0x5634b8(0x1c9))return _0x4942ec;throw TypeError(_0x5634b8(0x232));}return(_0x389f01===_0x5634b8(0x1e1)?String:Number)(_0x48b927);}function $e(_0x25c300){const _0x198dfd=_0x1cde;var _0x1638f9=Qe(_0x25c300,_0x198dfd(0x1e1));return R(_0x1638f9)==_0x198dfd(0x291)?_0x1638f9:_0x1638f9+'';}function z(_0x30ff7c,_0x4d2050,_0x3adb9b){return(_0x4d2050=$e(_0x4d2050))in _0x30ff7c?Object['defineProperty'](_0x30ff7c,_0x4d2050,{'value':_0x3adb9b,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x30ff7c[_0x4d2050]=_0x3adb9b,_0x30ff7c;}const B=_0xcb6257('univer-pro.slide-print-dialog.service');var et=class extends _0x30df28{constructor(..._0x30ccee){const _0x10e792=_0x1cde;super(..._0x30ccee),z(this,_0x10e792(0x257),new _0x16210f(!0x1)),z(this,_0x10e792(0x24f),new _0x16210f(Ze())),z(this,_0x10e792(0x22f),this[_0x10e792(0x257)][_0x10e792(0x1dd)]()),z(this,_0x10e792(0x21a),this[_0x10e792(0x24f)][_0x10e792(0x1dd)]());}get[_0x2e46da(0x253)](){const _0x205e63=_0x2e46da;return this[_0x205e63(0x257)][_0x205e63(0x2b9)]();}get[_0x2e46da(0x1fd)](){const _0xaa4f2b=_0x2e46da;return this[_0xaa4f2b(0x24f)][_0xaa4f2b(0x2b9)]();}[_0x2e46da(0x189)](_0x1035ae){const _0x5cbfaa=_0x2e46da;this[_0x5cbfaa(0x24f)][_0x5cbfaa(0x1b5)]({...Ze(),..._0x1035ae}),this[_0x5cbfaa(0x257)][_0x5cbfaa(0x1b5)](!0x0);}[_0x2e46da(0x20f)](){const _0x4102c8=_0x2e46da;this[_0x4102c8(0x257)][_0x4102c8(0x1b5)](!0x1);}['updateOptions'](_0x18c88b){const _0x559f77=_0x2e46da;this[_0x559f77(0x24f)][_0x559f77(0x1b5)]({...this[_0x559f77(0x1fd)],..._0x18c88b});}[_0x2e46da(0x1f0)](){const _0xbbb6b5=_0x2e46da;this[_0xbbb6b5(0x257)][_0xbbb6b5(0x192)](),this[_0xbbb6b5(0x24f)][_0xbbb6b5(0x192)](),super[_0xbbb6b5(0x1f0)]();}};const V={'id':'slide.operation.print-open','type':_0x25c599[_0x2e46da(0x1c6)],'handler'(_0x6eb805,_0x5f316e){return _0x6eb805['get'](B)['open'](_0x5f316e),!0x0;}},H={'id':_0x2e46da(0x20e),'type':_0x25c599['OPERATION'],'handler'(_0x3b5753){const _0x563188=_0x2e46da;return _0x3b5753[_0x563188(0x243)](B)['close'](),!0x0;}};var U=class{constructor(){const _0x3eab30=_0x2e46da;z(this,_0x3eab30(0x19c),new Set());}['register'](_0x310ab9){const _0x3d0f61=_0x2e46da;return this['_transformers'][_0x3d0f61(0x206)](_0x310ab9),_0x5ea828(()=>this[_0x3d0f61(0x19c)][_0x3d0f61(0x18c)](_0x310ab9));}['transform'](_0x4a0915,_0xdd53a5){const _0x2d6813=_0x2e46da;return Array[_0x2d6813(0x26b)](this[_0x2d6813(0x19c)])[_0x2d6813(0x26a)]((_0x89d9de,_0x3950df)=>_0x3950df(_0x89d9de,_0xdd53a5),_0x4a0915);}};function tt(_0x56bc35,_0x2924a9){const _0x2786dd=_0x2e46da;let _0x2ba7aa={};return{'data':_0x2ba7aa,'order':_0x2924a9[_0x2786dd(0x294)](_0x1a8c37=>{let _0x4dc8c9=_0x56bc35[_0x1a8c37];return _0x70a3d8(_0x4dc8c9)?(_0x2ba7aa[_0x1a8c37]=_0x4dc8c9,!0x0):!0x1;})};}function nt(_0x53875f,_0x40127e,_0x2d751c){const _0x7ef0cc=_0x2e46da;let _0x163317=_0x40127e['getUnitId'](),_0x45e3dc=_0x2d751c[_0x7ef0cc(0x28d)](),_0x444f24=_0x53875f[_0x7ef0cc(0x2c5)](_0x163317,_0x45e3dc),_0x4ac213=_0x53875f[_0x7ef0cc(0x195)](_0x163317,_0x45e3dc);if(_0x4ac213['some'](_0x778c9e=>!!_0x444f24[_0x778c9e]))return tt(_0x444f24,_0x4ac213);let _0x5effec=_0x490fc3(_0x163317,_0x45e3dc,_0x2d751c[_0x7ef0cc(0x237)](),_0x40127e[_0x7ef0cc(0x270)](_0x45e3dc));return tt(_0x5effec[_0x7ef0cc(0x1a4)],_0x5effec[_0x7ef0cc(0x201)]);}var rt=class extends _0x30df28{get[_0x2e46da(0x1c8)](){return this['_container'];}get[_0x2e46da(0x27c)](){const _0x3acf5a=_0x2e46da;return this[_0x3acf5a(0x18d)];}get[_0x2e46da(0x289)](){const _0x39148f=_0x2e46da;return _0x1b5751(this['_slidePage'][_0x39148f(0x26e)]()['pageSize']??this[_0x39148f(0x1ca)][_0x39148f(0x288)]()['defaultPageSize']);}constructor(_0x2bf7da,_0x13d682,_0x14ea1d,_0x50f861,_0x363c36=!0x1){const _0x5d272b=_0x2e46da;super(),this[_0x5d272b(0x251)]=_0x2bf7da,this[_0x5d272b(0x2ab)]=_0x13d682,this[_0x5d272b(0x1ca)]=_0x14ea1d,this[_0x5d272b(0x2a1)]=_0x50f861,this[_0x5d272b(0x1d2)]=_0x363c36,z(this,'_container',document[_0x5d272b(0x184)](_0x5d272b(0x297))),z(this,'_root',document['createElement'](_0x5d272b(0x297))),z(this,_0x5d272b(0x247),void 0x0),z(this,_0x5d272b(0x265),void 0x0),z(this,_0x5d272b(0x223),void 0x0),z(this,_0x5d272b(0x1f9),new Map()),z(this,_0x5d272b(0x1c1),void 0x0),this[_0x5d272b(0x1c1)]=this['_injector'][_0x5d272b(0x243)](U),this[_0x5d272b(0x223)]=this['_injector']['createInstance'](_0x2daf51),this[_0x5d272b(0x1a6)](),this[_0x5d272b(0x1e5)]({'dispose':()=>{const _0xc3d00c=_0x5d272b;this[_0xc3d00c(0x1f9)]['clear'](),this[_0xc3d00c(0x265)][_0xc3d00c(0x1f0)](),this[_0xc3d00c(0x247)][_0xc3d00c(0x1f0)]();}});}['_initRenderer'](){const _0x8ba962=_0x2e46da;let _0x1cbf09=_0x8ba962(0x2a6)+_0x305277(0x4),{width:_0x11b1fb,height:_0x517ef7}=this[_0x8ba962(0x289)];this['_engine']=new _0x3f84f3('',{'elementWidth':_0x11b1fb,'elementHeight':_0x517ef7,'dpr':0x1,'renderMode':_0x34f571[_0x8ba962(0x1e4)]}),this[_0x8ba962(0x265)]=new _0x38baf4(_0x1cbf09,this['_engine']),this[_0x8ba962(0x265)][_0x8ba962(0x19d)](),this[_0x8ba962(0x265)]['transformByState']({'width':_0x11b1fb,'height':_0x517ef7,'scaleX':0x1,'scaleY':0x1}),new _0x4f0c45(_0x35f201,this[_0x8ba962(0x265)],{'left':0x0,'top':0x0,'width':_0x11b1fb,'height':_0x517ef7,'active':!0x0})[_0x8ba962(0x1a2)](),this[_0x8ba962(0x247)][_0x8ba962(0x1af)](this[_0x8ba962(0x248)],!0x1),this[_0x8ba962(0x247)][_0x8ba962(0x29f)]()['getContext']()[_0x8ba962(0x1d8)](_0x1cbf09+'_'+_0x305277(0x4)),this[_0x8ba962(0x18a)]();}[_0x2e46da(0x18a)](){const _0xe96a6b=_0x2e46da;let _0x494601=this[_0xe96a6b(0x1ca)][_0xe96a6b(0x18e)](),_0x37c72e=this['_slidePage'][_0xe96a6b(0x28d)](),{width:_0x3c019c,height:_0x14e299}=this['_pageSize'],_0x5de89f=this[_0xe96a6b(0x265)],_0x1b5f02=this['_injector']['createInstance'](_0x108f52,_0xe96a6b(0x264)+_0x494601+'-'+_0x37c72e,{'left':0x0,'top':0x0,'width':_0x3c019c,'height':_0x14e299,'background':this[_0xe96a6b(0x2a1)][_0xe96a6b(0x204)](),'evented':!0x1,'zIndex':0x1});_0x5de89f['addObject'](_0x1b5f02,0x0),this[_0xe96a6b(0x1f9)][_0xe96a6b(0x1db)](_0x1b5f02[_0xe96a6b(0x20a)],_0x1b5f02);let {data:_0x55cae3,order:_0x3fbab2}=this[_0xe96a6b(0x1c1)][_0xe96a6b(0x21b)](nt(this[_0xe96a6b(0x2ab)],this[_0xe96a6b(0x1ca)],this[_0xe96a6b(0x2a1)]),{'slideModel':this[_0xe96a6b(0x1ca)],'slidePage':this['_slidePage']}),_0xfdfe30=_0x27ca32(_0x55cae3),_0x9f0557=new _0x3c2af2(_0xe96a6b(0x2bf)+_0x494601+'-'+_0x37c72e,{'left':0x0,'top':0x0,'width':_0x3c019c,'height':_0x14e299});_0x5de89f[_0xe96a6b(0x1b0)](_0x9f0557,0x0),this[_0xe96a6b(0x1f9)]['set'](_0x9f0557[_0xe96a6b(0x20a)],_0x9f0557),this['_objectProvider']['convertToRenderObjects'](_0xfdfe30,_0x3fbab2,{'unitId':_0x494601,'subUnitId':_0x37c72e,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x40bff1[_0xe96a6b(0x2a8)],'showPlaceholder':!0x1,'requestRender':()=>this[_0xe96a6b(0x190)]()})[_0xe96a6b(0x1b3)](_0x351376=>{const _0x4ee689=_0xe96a6b;_0x5de89f['addObject'](_0x351376,_0x2f24d6),this['_renderObjectMap'][_0x4ee689(0x1db)](_0x351376['oKey'],_0x351376);}),_0x50c459(_0xfdfe30,_0x3fbab2,_0x5de89f,{'unitId':_0x494601,'subUnitId':_0x37c72e,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x40bff1[_0xe96a6b(0x2a8)],'showPlaceholder':!0x1,'objectProvider':this[_0xe96a6b(0x223)],'renderObjectMap':this[_0xe96a6b(0x1f9)],'requestRender':()=>this['_requestRender']()}),_0x5de89f['makeDirty'](!0x0);}['prepare'](){const _0xc97e20=_0x2e46da;this[_0xc97e20(0x18d)]['style']['position']=_0xc97e20(0x1c3),this[_0xc97e20(0x18d)][_0xc97e20(0x1d3)][_0xc97e20(0x23d)]=_0xc97e20(0x28a),this[_0xc97e20(0x18d)][_0xc97e20(0x1d3)]['left']=_0xc97e20(0x28a),this['_root'][_0xc97e20(0x1d3)]['width']=_0xc97e20(0x1eb),this['_root'][_0xc97e20(0x1d3)][_0xc97e20(0x210)]=_0xc97e20(0x1eb);}[_0x2e46da(0x1b7)](){const _0x4b0dae=_0x2e46da;let _0x26344e=this[_0x4b0dae(0x247)]['getCanvas']()[_0x4b0dae(0x1b4)]();this[_0x4b0dae(0x265)]['makeDirty'](!0x0),_0x26344e[_0x4b0dae(0x222)](),this[_0x4b0dae(0x265)][_0x4b0dae(0x1b7)](),_0x26344e[_0x4b0dae(0x1fa)]();}[_0x2e46da(0x190)](){const _0x15e70e=_0x2e46da;this['_scene'][_0x15e70e(0x277)](!0x0),this['_autoRender']&&this[_0x15e70e(0x1b7)]();}};const W=_0x2e46da(0x1aa);var it=class extends _0x30df28{constructor(_0x5b122f,_0x51fd06,_0x124a1a,_0x270938,_0x4a0550,_0xebeb2b,_0x4b1143){const _0x17c86c=_0x2e46da;super(),this[_0x17c86c(0x22e)]=_0x5b122f,this[_0x17c86c(0x251)]=_0x51fd06,this[_0x17c86c(0x2ab)]=_0x124a1a,this['_slideModel']=_0x270938,this[_0x17c86c(0x2a9)]=_0x4a0550,this[_0x17c86c(0x289)]=_0xebeb2b,this[_0x17c86c(0x252)]=_0x4b1143,z(this,_0x17c86c(0x1c8),void 0x0),z(this,_0x17c86c(0x26c),[]),this['container']=this[_0x17c86c(0x22e)][_0x17c86c(0x184)](_0x17c86c(0x297)),this['container'][_0x17c86c(0x22c)]=W,this[_0x17c86c(0x1c8)][_0x17c86c(0x1d3)][_0x17c86c(0x230)]=_0x17c86c(0x2a0),this[_0x17c86c(0x1c8)][_0x17c86c(0x1d3)]['width']=this[_0x17c86c(0x289)][_0x17c86c(0x259)]+'px',this['container'][_0x17c86c(0x1d3)][_0x17c86c(0x210)]=this[_0x17c86c(0x289)]['height']+'px',this['container'][_0x17c86c(0x1d3)][_0x17c86c(0x298)]=_0x17c86c(0x1dc),this['container'][_0x17c86c(0x1d3)][_0x17c86c(0x221)]=_0x17c86c(0x236),this[_0x17c86c(0x1c8)][_0x17c86c(0x1d3)][_0x17c86c(0x1a8)]=_0x17c86c(0x27e),this[_0x17c86c(0x269)](),this['_mountNotes']();}[_0x2e46da(0x1b7)](){const _0x217cf3=_0x2e46da;this[_0x217cf3(0x26c)][_0x217cf3(0x1b3)](_0x282a11=>_0x282a11[_0x217cf3(0x1b7)]());}['dispose'](){const _0x4bad2b=_0x2e46da;this[_0x4bad2b(0x26c)][_0x4bad2b(0x1b3)](_0x5a2c48=>_0x5a2c48[_0x4bad2b(0x1f0)]()),this[_0x4bad2b(0x26c)][_0x4bad2b(0x1d0)]=0x0,this[_0x4bad2b(0x1c8)]['remove'](),super[_0x4bad2b(0x1f0)]();}['_mountSlides'](){const _0x36df96=_0x2e46da;this[_0x36df96(0x2a9)][_0x36df96(0x1e7)]['forEach'](_0x2d49ad=>{const _0x34b69e=_0x36df96;let _0x329f5f=this[_0x34b69e(0x22e)]['createElement'](_0x34b69e(0x297));_0x329f5f[_0x34b69e(0x22c)]=_0x34b69e(0x293),G(_0x329f5f,_0x2d49ad[_0x34b69e(0x205)]),_0x329f5f[_0x34b69e(0x1d3)][_0x34b69e(0x1a8)]=_0x34b69e(0x27e),this[_0x34b69e(0x1c8)]['appendChild'](_0x329f5f);let _0x154208=this['_options'][_0x34b69e(0x2c1)]?0x14:0x0,_0xf69163={..._0x2d49ad['rect'],'x':0x0,'y':0x0,'height':Math[_0x34b69e(0x1e2)](0x1,_0x2d49ad[_0x34b69e(0x205)][_0x34b69e(0x210)]-_0x154208)},_0x2234f8=_0x2d49ad[_0x34b69e(0x200)]['width']||this[_0x34b69e(0x1ca)][_0x34b69e(0x288)]()[_0x34b69e(0x2c7)][_0x34b69e(0x259)],_0x50d2ba=_0x2d49ad[_0x34b69e(0x200)][_0x34b69e(0x210)]||this['_slideModel'][_0x34b69e(0x288)]()[_0x34b69e(0x2c7)][_0x34b69e(0x210)],_0x68427c=at(_0x2234f8,_0x50d2ba,_0xf69163),_0xc0682e=new rt(this[_0x34b69e(0x251)],this[_0x34b69e(0x2ab)],this[_0x34b69e(0x1ca)],_0x2d49ad[_0x34b69e(0x200)][_0x34b69e(0x27d)],this[_0x34b69e(0x252)]['preview']??!0x1);if(_0xc0682e[_0x34b69e(0x2b1)](),_0xc0682e[_0x34b69e(0x1c8)][_0x34b69e(0x22c)]=_0x34b69e(0x1be),_0xc0682e[_0x34b69e(0x1c8)]['style'][_0x34b69e(0x230)]=_0x34b69e(0x1c3),_0xc0682e[_0x34b69e(0x1c8)][_0x34b69e(0x1d3)][_0x34b69e(0x23f)]=_0x68427c['x']+'px',_0xc0682e[_0x34b69e(0x1c8)]['style'][_0x34b69e(0x23d)]=_0x68427c['y']+'px',_0xc0682e[_0x34b69e(0x1c8)][_0x34b69e(0x1d3)]['width']=_0x2234f8+'px',_0xc0682e['container'][_0x34b69e(0x1d3)][_0x34b69e(0x210)]=_0x50d2ba+'px',_0xc0682e[_0x34b69e(0x1c8)][_0x34b69e(0x1d3)][_0x34b69e(0x21b)]=_0x34b69e(0x2a2)+_0x68427c[_0x34b69e(0x259)]/_0x2234f8+')',_0xc0682e[_0x34b69e(0x1c8)][_0x34b69e(0x1d3)][_0x34b69e(0x1ff)]=_0x34b69e(0x1f7),_0xc0682e['container'][_0x34b69e(0x1f5)](_0xc0682e['root']),_0x329f5f[_0x34b69e(0x1f5)](_0xc0682e[_0x34b69e(0x1c8)]),this['_slideViews']['push'](_0xc0682e),this[_0x34b69e(0x252)][_0x34b69e(0x24d)]){let _0x1fae27=this[_0x34b69e(0x22e)][_0x34b69e(0x184)]('div');G(_0x1fae27,_0x68427c),_0x1fae27[_0x34b69e(0x1d3)][_0x34b69e(0x219)]=_0x34b69e(0x1fb),_0x1fae27[_0x34b69e(0x1d3)][_0x34b69e(0x24e)]=_0x34b69e(0x1a9),_0x1fae27[_0x34b69e(0x1d3)][_0x34b69e(0x228)]=_0x34b69e(0x1d5),_0x1fae27[_0x34b69e(0x1d3)][_0x34b69e(0x29c)]=_0x34b69e(0x278),_0x329f5f[_0x34b69e(0x1f5)](_0x1fae27);}if(this[_0x34b69e(0x252)][_0x34b69e(0x2c1)]){let _0x4cd44b=this['_document'][_0x34b69e(0x184)]('div');_0x4cd44b[_0x34b69e(0x27b)]=String(_0x2d49ad[_0x34b69e(0x200)]['index']+0x1),_0x4cd44b['style'][_0x34b69e(0x230)]=_0x34b69e(0x1c3),_0x4cd44b[_0x34b69e(0x1d3)][_0x34b69e(0x23f)]='0',_0x4cd44b[_0x34b69e(0x1d3)][_0x34b69e(0x2c6)]='0',_0x4cd44b[_0x34b69e(0x1d3)][_0x34b69e(0x21e)]='0',_0x4cd44b[_0x34b69e(0x1d3)]['height']=_0x34b69e(0x279),_0x4cd44b['style'][_0x34b69e(0x2b3)]=_0x34b69e(0x191),_0x4cd44b[_0x34b69e(0x1d3)]['textAlign']=_0x34b69e(0x226),_0x329f5f['appendChild'](_0x4cd44b);}_0x2d49ad[_0x34b69e(0x197)]&&this[_0x34b69e(0x227)](_0x2d49ad[_0x34b69e(0x197)]);});}[_0x2e46da(0x227)](_0x3e3d96){const _0x521c71=_0x2e46da;let _0x2d3f61=this['_document']['createElement'](_0x521c71(0x297));G(_0x2d3f61,_0x3e3d96),_0x2d3f61['style'][_0x521c71(0x185)]='flex',_0x2d3f61[_0x521c71(0x1d3)]['flexDirection']=_0x521c71(0x1f3),_0x2d3f61['style'][_0x521c71(0x2c2)]=_0x521c71(0x1d9);for(let _0x532766=0x0;_0x532766<0x6;_0x532766++){let _0x23f88f=this['_document'][_0x521c71(0x184)]('div');_0x23f88f[_0x521c71(0x1d3)][_0x521c71(0x1bb)]='1px\x20solid\x20currentColor',_0x23f88f[_0x521c71(0x1d3)][_0x521c71(0x228)]=_0x521c71(0x1df),_0x2d3f61[_0x521c71(0x1f5)](_0x23f88f);}this[_0x521c71(0x1c8)][_0x521c71(0x1f5)](_0x2d3f61);}[_0x2e46da(0x214)](){const _0x401b3c=_0x2e46da;let _0x28656b=this[_0x401b3c(0x2a9)][_0x401b3c(0x198)];if(!_0x28656b)return;let _0x5b163b=this[_0x401b3c(0x22e)][_0x401b3c(0x184)](_0x401b3c(0x297));G(_0x5b163b,_0x28656b['rect']),_0x5b163b[_0x401b3c(0x1d3)]['boxSizing']=_0x401b3c(0x1a9),_0x5b163b['style'][_0x401b3c(0x2b3)]='14px/21px\x20Arial,\x20sans-serif',_0x5b163b[_0x401b3c(0x1d3)][_0x401b3c(0x1a8)]=_0x401b3c(0x27e),_0x5b163b[_0x401b3c(0x1d3)]['whiteSpace']=_0x401b3c(0x245),_0x5b163b[_0x401b3c(0x246)]='auto',_0x28656b[_0x401b3c(0x28b)][_0x401b3c(0x1b3)](_0x55006e=>{const _0x1399d2=_0x401b3c;let _0x14cc42=this[_0x1399d2(0x22e)][_0x1399d2(0x184)](_0x1399d2(0x297));_0x14cc42[_0x1399d2(0x1d3)]['height']=_0x1399d2(0x217),_0x14cc42[_0x1399d2(0x27b)]=_0x55006e||'\u00a0',_0x5b163b[_0x1399d2(0x1f5)](_0x14cc42);}),this[_0x401b3c(0x1c8)][_0x401b3c(0x1f5)](_0x5b163b);}};function at(_0x5d134a,_0x57b8f1,_0x5ae421){const _0x41d30c=_0x2e46da;let _0x41a01c=Math[_0x41d30c(0x1ce)](_0x5ae421[_0x41d30c(0x259)]/_0x5d134a,_0x5ae421[_0x41d30c(0x210)]/_0x57b8f1),_0x391c95=_0x5d134a*_0x41a01c,_0x288eea=_0x57b8f1*_0x41a01c;return{'x':_0x5ae421['x']+(_0x5ae421[_0x41d30c(0x259)]-_0x391c95)/0x2,'y':_0x5ae421['y']+(_0x5ae421['height']-_0x288eea)/0x2,'width':_0x391c95,'height':_0x288eea};}function G(_0x30b4a2,_0x1e2dd7){const _0x4ef669=_0x2e46da;_0x30b4a2[_0x4ef669(0x1d3)][_0x4ef669(0x230)]='absolute',_0x30b4a2[_0x4ef669(0x1d3)][_0x4ef669(0x23f)]=_0x1e2dd7['x']+'px',_0x30b4a2[_0x4ef669(0x1d3)][_0x4ef669(0x23d)]=_0x1e2dd7['y']+'px',_0x30b4a2['style']['width']=_0x1e2dd7[_0x4ef669(0x259)]+'px',_0x30b4a2['style'][_0x4ef669(0x210)]=_0x1e2dd7[_0x4ef669(0x210)]+'px';}function ot(_0x395582,_0x47ab5a,_0x2f338e){const _0x16b285=_0x2e46da;let _0x2f9253=_0x395582['createElement'](_0x16b285(0x1d3)),_0x27554c=_0x2f338e['paperSize']?'size:\x20'+_0x2f338e[_0x16b285(0x240)]+'\x20'+_0x2f338e[_0x16b285(0x231)][_0x16b285(0x25b)]()+';':'';return _0x2f9253[_0x16b285(0x22c)]=_0x16b285(0x2b7),_0x2f9253[_0x16b285(0x27b)]='\x0a\x20\x20\x20\x20\x20\x20\x20\x20html,\x20body\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20margin:\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20padding:\x200;\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20.'+_0x8d9d68+_0x16b285(0x25a)+W+_0x16b285(0x1e9)+_0x47ab5a[_0x16b285(0x259)]+_0x16b285(0x196)+_0x47ab5a['height']+_0x16b285(0x2bc)+_0x47ab5a['width']+_0x16b285(0x1cf)+_0x47ab5a[_0x16b285(0x210)]+_0x16b285(0x1fe)+_0x27554c+_0x16b285(0x202)+W+'\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20break-after:\x20page;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20page-break-after:\x20always;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.'+W+_0x16b285(0x218),_0x2f9253;}function st(_0x3e9528){const _0x296fd2=_0x2e46da;return Number[_0x296fd2(0x1e0)](_0x3e9528[_0x296fd2(0x26b)])&&Number[_0x296fd2(0x1e0)](_0x3e9528['to'])&&_0x3e9528[_0x296fd2(0x26b)]<=_0x3e9528['to'];}function ct(_0x231ea2,_0x22cd69){const _0x1cf732=_0x2e46da;return Math[_0x1cf732(0x1e2)](0x0,Math[_0x1cf732(0x1ce)](_0x22cd69-0x1,_0x231ea2-0x1));}function lt(_0xd29daf,_0x1e3c4e){const _0xd73d11=_0x2e46da;if(_0xd29daf<=0x0)return[];if(!_0x1e3c4e)return Array['from']({'length':_0xd29daf},(_0x573692,_0xe585c)=>_0xe585c);let _0xcd9a2f=new Set();return _0x1e3c4e[_0xd73d11(0x1b3)](_0xc65240=>{const _0x578f8f=_0xd73d11;if(!st(_0xc65240)||_0xc65240['to']<0x1||_0xc65240[_0x578f8f(0x26b)]>_0xd29daf)return;let _0x574483=ct(_0xc65240['from'],_0xd29daf),_0x22659b=ct(_0xc65240['to'],_0xd29daf);for(let _0x5bb312=_0x574483;_0x5bb312<=_0x22659b;_0x5bb312+=0x1)_0xcd9a2f[_0x578f8f(0x206)](_0x5bb312);}),Array['from'](_0xcd9a2f)[_0xd73d11(0x2aa)]((_0x4122fe,_0x57166b)=>_0x4122fe-_0x57166b);}function K(_0x4ed849,_0x35d21e){return function(_0x285cdc,_0x9c64a4){_0x35d21e(_0x285cdc,_0x9c64a4,_0x4ed849);};}function q(_0x5cd1ae,_0x2749da,_0x3c6d88,_0x55e294){const _0x2a9be9=_0x2e46da;var _0x195b1b=arguments['length'],_0xcd8c72=_0x195b1b<0x3?_0x2749da:_0x55e294===null?_0x55e294=Object[_0x2a9be9(0x1bc)](_0x2749da,_0x3c6d88):_0x55e294,_0x1d80a6;if(typeof Reflect==_0x2a9be9(0x1c9)&&typeof Reflect[_0x2a9be9(0x1b1)]==_0x2a9be9(0x187))_0xcd8c72=Reflect[_0x2a9be9(0x1b1)](_0x5cd1ae,_0x2749da,_0x3c6d88,_0x55e294);else{for(var _0x2d00c0=_0x5cd1ae[_0x2a9be9(0x1d0)]-0x1;_0x2d00c0>=0x0;_0x2d00c0--)(_0x1d80a6=_0x5cd1ae[_0x2d00c0])&&(_0xcd8c72=(_0x195b1b<0x3?_0x1d80a6(_0xcd8c72):_0x195b1b>0x3?_0x1d80a6(_0x2749da,_0x3c6d88,_0xcd8c72):_0x1d80a6(_0x2749da,_0x3c6d88))||_0xcd8c72);}return _0x195b1b>0x3&&_0xcd8c72&&Object['defineProperty'](_0x2749da,_0x3c6d88,_0xcd8c72),_0xcd8c72;}let J=class extends _0x30df28{constructor(_0x16bab8,_0x28a20b,_0x4d2125,_0x31f61e,_0x5c6ce3){const _0x25f92b=_0x2e46da;super(),this[_0x25f92b(0x21f)]=_0x16bab8,this['_injector']=_0x28a20b,this['_slideDrawingService']=_0x4d2125,this[_0x25f92b(0x1b2)]=_0x31f61e,this[_0x25f92b(0x26f)]=_0x5c6ce3,z(this,_0x25f92b(0x249),!0x1);}async[_0x2e46da(0x25e)](_0x59b440,_0x3e4e44){const _0x4c89e3=_0x2e46da;if(this[_0x4c89e3(0x249)])return Promise['resolve'](!0x1);let _0x3fcb5d=this[_0x4c89e3(0x21f)][_0x4c89e3(0x1c4)](_0x59b440,_0x2da91c['UNIVER_SLIDE']);if(!_0x3fcb5d)return Promise['resolve'](!0x1);let _0x4af386=_0x3fcb5d[_0x4c89e3(0x288)](),_0x32e860=lt(_0x4af386[_0x4c89e3(0x1ac)][_0x4c89e3(0x1d0)],_0x3e4e44==null?void 0x0:_0x3e4e44['range'])[_0x4c89e3(0x1c2)](_0x581614=>({'index':_0x581614,'page':_0x3fcb5d[_0x4c89e3(0x2b2)][_0x4c89e3(0x2b8)](_0x4af386[_0x4c89e3(0x1ac)][_0x581614])}))[_0x4c89e3(0x294)](_0x31e565=>!!_0x31e565[_0x4c89e3(0x27d)]);if(_0x32e860[_0x4c89e3(0x1d0)]===0x0)return!0x1;this[_0x4c89e3(0x249)]=!0x0;try{await this[_0x4c89e3(0x26f)]['prepare']({'unitId':_0x59b440,'unitType':_0x2da91c['UNIVER_SLIDE'],'dpr':0x1});}catch(_0x5eac74){throw this[_0x4c89e3(0x249)]=!0x1,_0x5eac74;}let _0x189142=this['_createPrintFrame']();if(!_0x189142)return this[_0x4c89e3(0x249)]=!0x1,!0x1;try{let _0x6a1702=this[_0x4c89e3(0x224)](_0x189142,_0x3fcb5d,_0x32e860,_0x3e4e44);return this['_printPreparedPages'](_0x59b440,_0x4af386[_0x4c89e3(0x1ac)],_0x189142,_0x6a1702);}catch(_0x59c462){return _0x189142[_0x4c89e3(0x20c)]['remove'](),this[_0x4c89e3(0x249)]=!0x1,Promise[_0x4c89e3(0x1a5)](_0x59c462);}}[_0x2e46da(0x224)](_0x5f2501,_0x2a368b,_0x9fdf5b,_0x5ac721){const _0xfe5b89=_0x2e46da;let _0x88faa7=_0x2a368b['getSnapshot'](),_0x38f034=_0x5f2501[_0xfe5b89(0x225)][_0xfe5b89(0x184)](_0xfe5b89(0x1e8))[_0xfe5b89(0x1b4)]('2d');_0x38f034&&(_0x38f034[_0xfe5b89(0x2b3)]=_0xfe5b89(0x1bf));let _0x5cd997=He(Ue(_0x9fdf5b,_0x88faa7[_0xfe5b89(0x2c7)]),_0x88faa7[_0xfe5b89(0x2c7)],_0x5ac721,_0x18fb33=>(_0x38f034==null?void 0x0:_0x38f034[_0xfe5b89(0x20d)](_0x18fb33)[_0xfe5b89(0x259)])??_0x18fb33[_0xfe5b89(0x1d0)]*0xe*0.55),_0x2f687b=ot(_0x5f2501['document'],_0x5cd997[_0xfe5b89(0x296)],_0x5cd997[_0xfe5b89(0x1fd)]),_0x375730=_0x5f2501[_0xfe5b89(0x225)]['createElement'](_0xfe5b89(0x297));_0x375730[_0xfe5b89(0x22c)]=_0x8d9d68;let _0x4ed1bf=_0x5cd997[_0xfe5b89(0x254)][_0xfe5b89(0x1c2)](_0x4e36f5=>new it(_0x5f2501['document'],this[_0xfe5b89(0x251)],this[_0xfe5b89(0x2ab)],_0x2a368b,_0x4e36f5,_0x5cd997[_0xfe5b89(0x296)],_0x5cd997[_0xfe5b89(0x1fd)]));return _0x4ed1bf['forEach'](_0x27cfd5=>_0x375730[_0xfe5b89(0x1f5)](_0x27cfd5[_0xfe5b89(0x1c8)])),_0x5f2501[_0xfe5b89(0x225)][_0xfe5b89(0x19f)]['appendChild'](_0x2f687b),_0x5f2501[_0xfe5b89(0x225)][_0xfe5b89(0x25c)]['appendChild'](_0x375730),{'container':_0x375730,'pageInstances':_0x4ed1bf,'style':_0x2f687b};}[_0x2e46da(0x2af)](_0x13c731,_0x5c9784,_0x470bb4,_0x376856){const _0x1d28b6=_0x2e46da;let {container:_0x4a70ec,pageInstances:_0x38108a,style:_0x5a438a}=_0x376856,_0x4780bc=_0x470bb4[_0x1d28b6(0x24b)],_0x5347fd=_0x4780bc[_0x1d28b6(0x261)],_0x3c180f=_0x4780bc['onafterprint'];return new Promise(_0x41f58b=>{let _0x48c931=_0x4279ee=>{const _0x54578a=_0x1cde;_0x38108a[_0x54578a(0x1b3)](_0x2b08df=>_0x2b08df[_0x54578a(0x1f0)]()),_0x4a70ec['remove'](),_0x5a438a['remove'](),_0x4780bc[_0x54578a(0x261)]=_0x5347fd,_0x4780bc[_0x54578a(0x2bd)]=_0x3c180f,_0x470bb4[_0x54578a(0x20c)]['remove'](),this[_0x54578a(0x29b)](_0x13c731,_0x5c9784),this[_0x54578a(0x249)]=!0x1,_0x41f58b(_0x4279ee);};setTimeout(()=>{const _0x21194f=_0x1cde;if(_0x4780bc[_0x21194f(0x261)]=_0x230511=>{const _0x7ad40b=_0x21194f;_0x5347fd==null||_0x5347fd['call'](_0x4780bc,_0x230511),_0x38108a[_0x7ad40b(0x1b3)](_0x31fd71=>_0x31fd71[_0x7ad40b(0x1b7)]());},_0x4780bc[_0x21194f(0x2bd)]=_0x2ace69=>{_0x3c180f==null||_0x3c180f['call'](_0x4780bc,_0x2ace69),_0x48c931(!0x0);},typeof _0x4780bc[_0x21194f(0x25e)]!=_0x21194f(0x187)){_0x48c931(!0x1);return;}try{_0x4780bc[_0x21194f(0x25e)]();}catch{_0x48c931(!0x1);}},0x64);});}[_0x2e46da(0x1ec)](){const _0x2b243e=_0x2e46da;let _0x52a32c=document[_0x2b243e(0x184)](_0x2b243e(0x256));_0x52a32c[_0x2b243e(0x1a7)]('aria-hidden',_0x2b243e(0x282)),_0x52a32c['setAttribute'](_0x2b243e(0x290),_0x2b243e(0x282)),_0x52a32c['style'][_0x2b243e(0x230)]=_0x2b243e(0x272),_0x52a32c[_0x2b243e(0x1d3)][_0x2b243e(0x23f)]='-10000px',_0x52a32c[_0x2b243e(0x1d3)][_0x2b243e(0x23d)]='0',_0x52a32c['style']['width']=_0x2b243e(0x2b6),_0x52a32c[_0x2b243e(0x1d3)]['height']=_0x2b243e(0x2b6),_0x52a32c[_0x2b243e(0x1d3)]['border']='0',_0x52a32c[_0x2b243e(0x1d3)][_0x2b243e(0x29c)]=_0x2b243e(0x278),document[_0x2b243e(0x25c)][_0x2b243e(0x1f5)](_0x52a32c);let _0xfb5d23=_0x52a32c['contentWindow'],_0x34de50=_0x52a32c['contentDocument']??(_0xfb5d23==null?void 0x0:_0xfb5d23['document']);return!_0xfb5d23||!_0x34de50?(_0x52a32c[_0x2b243e(0x23b)](),null):(_0x34de50[_0x2b243e(0x189)](),_0x34de50[_0x2b243e(0x24a)](_0x2b243e(0x18f)),_0x34de50[_0x2b243e(0x20f)](),{'frame':_0x52a32c,'document':_0x34de50,'window':_0xfb5d23});}['_restoreThumbnailRenders'](_0x4527bf,_0x2fcd01){_0x2fcd01['forEach'](_0x3a089e=>{const _0x37cc00=_0x1cde;let _0x3f3ed8=this[_0x37cc00(0x1b2)]['getRenderUnitById'](_0x4527bf+_0x37cc00(0x287)+_0x3a089e);_0x3f3ed8&&(_0x3f3ed8[_0x37cc00(0x1bd)][_0x37cc00(0x207)](),_0x3f3ed8[_0x37cc00(0x299)][_0x37cc00(0x277)](!0x0),_0x3f3ed8[_0x37cc00(0x299)][_0x37cc00(0x1b7)]());});}};J=q([K(0x0,_0x494ab6),K(0x1,_0x189535(_0x40e471)),K(0x2,_0x5eef69),K(0x3,_0x17cd01),K(0x4,_0x23c175)],J);const Y={'id':_0x2e46da(0x1d6),'type':_0x25c599['OPERATION'],'handler':async(_0x49ea30,_0x2ab693)=>{const _0x1b3051=_0x2e46da;let _0x2016dd=_0x49ea30[_0x1b3051(0x243)](_0x494ab6),_0x1c3d68=_0x49ea30[_0x1b3051(0x243)](J),_0xac1915=_0x2016dd[_0x1b3051(0x24c)](_0x2da91c['UNIVER_SLIDE']);return _0xac1915?_0x1c3d68[_0x1b3051(0x25e)](_0xac1915[_0x1b3051(0x18e)](),_0x2ab693):!0x1;}};function ut(_0x4d0094){const _0x14b56a=_0x2e46da;return{'id':V['id'],'type':_0x58bbdc[_0x14b56a(0x280)],'title':_0x14b56a(0x273),'icon':_0x14b56a(0x18b),'tooltip':'slides-print.menu','hidden$':_0x111e71(_0x4d0094,_0x2da91c[_0x14b56a(0x20b)])};}const dt={[_0x5bd34c[_0x2e46da(0x2bb)]]:{[V['id']]:{'order':0.2,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':ut}}};var ft='@univerjs-pro/slides-print',pt=_0x2e46da(0x1ab);const mt={};let X=class extends _0x30df28{constructor(_0x24baa1){const _0x3482e1=_0x2e46da;super(),this[_0x3482e1(0x283)]=_0x24baa1,this[_0x3482e1(0x1c0)]();}[_0x2e46da(0x1c0)](){const _0x1da3bb=_0x2e46da;this[_0x1da3bb(0x1e5)](this[_0x1da3bb(0x283)][_0x1da3bb(0x1f4)]({'PrintIcon':_0x50f465}));}};X=q([K(0x0,_0x189535(_0x4e43d0))],X);function ht(_0x367c03,_0x263035){const _0x459646=_0x2e46da;let _0x597c67=_0x367c03[_0x459646(0x1f8)]();if(!_0x597c67)return{'valid':!0x0};let _0x1ed760=[];for(let _0x158958 of _0x597c67[_0x459646(0x220)](',')){let _0xdc89e2=/^\s*(\d+)(?:\s*-\s*(\d+))?\s*$/['exec'](_0x158958);if(!_0xdc89e2)return{'valid':!0x1};let _0x47fbd6=Number(_0xdc89e2[0x1]),_0x4a63b6=Number(_0xdc89e2[0x2]??_0xdc89e2[0x1]);if(_0x47fbd6<0x1||_0x4a63b6<_0x47fbd6||_0x4a63b6>_0x263035)return{'valid':!0x1};_0x1ed760[_0x459646(0x2c3)]({'from':_0x47fbd6,'to':_0x4a63b6});}return{'valid':!0x0,'range':_0x1ed760};}function gt(_0x34cbbb){const _0x22aa04=_0x2e46da;return(_0x34cbbb==null?void 0x0:_0x34cbbb[_0x22aa04(0x1c2)](({from:_0x4d8efd,to:_0x2ad56f})=>_0x4d8efd===_0x2ad56f?String(_0x4d8efd):_0x4d8efd+'-'+_0x2ad56f)[_0x22aa04(0x1b8)](','))??'';}const Z=[0x1,0x2,0x3,0x4,0x6,0x9];function _0x1cde(_0x57e69e,_0x51d28e){_0x57e69e=_0x57e69e-0x184;const _0x1773b6=_0x1773();let _0x1cde09=_0x1773b6[_0x57e69e];return _0x1cde09;}function _t({model:_0x2115d7,page:_0x42a2d2,plan:_0xb84d1d}){const _0x3c40a5=_0x2e46da;let _0x5a1803=_0x3692a9(null),_0x26e441=_0x394260(_0x40e471),_0x4bc88e=_0x394260(_0x5eef69),_0x453023=Math['min'](0x1,0x230/_0xb84d1d['pageSize'][_0x3c40a5(0x259)]);return _0x35b419(()=>{const _0x339330=_0x3c40a5;let _0x38df70=_0x5a1803['current'];if(!_0x38df70)return;let _0x4486a7=new it(document,_0x26e441,_0x4bc88e,_0x2115d7,_0x42a2d2,_0xb84d1d[_0x339330(0x296)],{..._0xb84d1d[_0x339330(0x1fd)],'preview':!0x0});return _0x4486a7[_0x339330(0x1c8)][_0x339330(0x1d3)]['transform']=_0x339330(0x2a2)+_0x453023+')',_0x4486a7[_0x339330(0x1c8)][_0x339330(0x1d3)][_0x339330(0x1ff)]=_0x339330(0x1f7),_0x4486a7['container'][_0x339330(0x234)][_0x339330(0x206)](_0x339330(0x2a4)),_0x38df70['appendChild'](_0x4486a7[_0x339330(0x1c8)]),_0x4486a7[_0x339330(0x1b7)](),()=>_0x4486a7[_0x339330(0x1f0)]();},[_0x26e441,_0x2115d7,_0x42a2d2,_0xb84d1d,_0x453023,_0x4bc88e]),_0x36239b('div',{'ref':_0x5a1803,'className':_0x3c40a5(0x1d1),'style':{'width':_0xb84d1d['pageSize']['width']*_0x453023,'height':_0xb84d1d[_0x3c40a5(0x296)][_0x3c40a5(0x210)]*_0x453023}});}function vt({totalSlides:_0x22f970}){const _0x401d21=_0x2e46da;let _0x4f9950=_0x394260(B),_0x49857b=_0x8ddf93(_0x4f9950[_0x401d21(0x21a)],_0x4f9950['options']),_0x1435dc=_0x394260(_0xbf0e12),[_0x25752a,_0xdf2b67]=_0x3db473(()=>gt(_0x49857b[_0x401d21(0x22a)])),[_0x3ceb98,_0x37497b]=_0x3db473(!0x0),_0x273490=_0x49857b[_0x401d21(0x22b)]??_0x401d21(0x215),_0x3087a3=_0x49857b[_0x401d21(0x25f)]??0x2;return _0x36239b(_0x401d21(0x297),{'className':_0x4ba51a(_0x401d21(0x29e),_0x69c47f),'children':_0x4d86f2('div',{'className':_0x401d21(0x1ee),'children':[_0x4d86f2(_0x23e316,{'label':_0x1435dc['t'](_0x401d21(0x1d4)),'children':[_0x36239b(_0x48846c,{'value':_0x25752a,'placeholder':_0x1435dc['t'](_0x401d21(0x188)),'onChange':_0x225ef8=>{const _0x10040e=_0x401d21;_0xdf2b67(_0x225ef8);let _0x1f5e02=ht(_0x225ef8,_0x22f970);_0x37497b(_0x1f5e02[_0x10040e(0x1ad)]),_0x1f5e02[_0x10040e(0x1ad)]&&_0x4f9950[_0x10040e(0x267)]({'range':_0x1f5e02[_0x10040e(0x22a)]});}}),!_0x3ceb98&&_0x36239b(_0x401d21(0x297),{'className':'univer-mt-1\x20univer-text-xs\x20univer-text-red-500','children':_0x1435dc['t'](_0x401d21(0x1fc))})]}),_0x36239b(_0x23e316,{'label':_0x1435dc['t'](_0x401d21(0x19b)),'children':_0x36239b(_0x4e07c6,{'className':_0x401d21(0x286),'value':_0x273490,'options':[{'label':_0x1435dc['t']('slides-print.settings.fullPage'),'value':_0x401d21(0x215)},{'label':_0x1435dc['t'](_0x401d21(0x29a)),'value':_0x401d21(0x23e)},{'label':_0x1435dc['t'](_0x401d21(0x1f6)),'value':'Handout'}],'onChange':_0x3b1c3e=>{const _0x47fe60=_0x401d21;let _0x588de1=Object[_0x47fe60(0x1cc)](I)[_0x47fe60(0x1c5)](_0x395812=>_0x395812===_0x3b1c3e);_0x588de1&&_0x4f9950[_0x47fe60(0x267)]({'layout':_0x588de1,'direction':_0x588de1===_0x47fe60(0x215)?_0x37e570['Landscape']:_0x37e570[_0x47fe60(0x23a)],'frameSlides':_0x588de1!==_0x47fe60(0x215),'showSlideNumber':_0x588de1!=='FullPage'});}})}),_0x273490===_0x401d21(0x2c4)&&_0x4d86f2(_0x408133,{'children':[_0x36239b(_0x23e316,{'label':_0x1435dc['t'](_0x401d21(0x1cd)),'children':_0x36239b(_0x4e07c6,{'className':_0x401d21(0x286),'value':String(_0x3087a3),'options':Z[_0x401d21(0x1c2)](_0x23e3de=>({'label':String(_0x23e3de),'value':String(_0x23e3de)})),'onChange':_0x15dda1=>{const _0x4d3e99=_0x401d21;let _0x107f84=Z['find'](_0x5bc8e5=>String(_0x5bc8e5)===_0x15dda1);_0x107f84&&_0x4f9950[_0x4d3e99(0x267)]({'slidesPerPage':_0x107f84});}})}),_0x3087a3>=0x4&&_0x36239b(_0x23e316,{'label':_0x1435dc['t'](_0x401d21(0x213)),'children':_0x4d86f2(_0x2b21ec,{'value':_0x49857b[_0x401d21(0x2ac)]??'Horizontal','onChange':_0x24aa7b=>{const _0x682d4d=_0x401d21;(_0x24aa7b==='Horizontal'||_0x24aa7b===_0x682d4d(0x1a0))&&_0x4f9950[_0x682d4d(0x267)]({'handoutOrder':_0x24aa7b});},'children':[_0x36239b(_0x4d6517,{'value':'Horizontal','children':_0x1435dc['t'](_0x401d21(0x2c0))}),_0x36239b(_0x4d6517,{'value':_0x401d21(0x1a0),'children':_0x1435dc['t'](_0x401d21(0x1e6))})]})})]}),_0x36239b(_0x23e316,{'label':_0x1435dc['t']('slides-print.settings.paperSize'),'children':_0x36239b(_0x4e07c6,{'className':_0x401d21(0x286),'value':_0x49857b[_0x401d21(0x240)]??_0x5019da['A4'],'options':_0x4dff9d[_0x401d21(0x1c2)](_0xd659ef=>({'label':_0xd659ef,'value':_0xd659ef})),'onChange':_0x44187e=>{const _0x223d7a=_0x401d21;let _0x182c49=_0x4dff9d[_0x223d7a(0x1c5)](_0x1f1c5c=>_0x1f1c5c===_0x44187e);_0x182c49&&_0x4f9950['updateOptions']({'paperSize':_0x182c49});}})}),_0x36239b(_0x23e316,{'label':_0x1435dc['t'](_0x401d21(0x2be)),'children':_0x4d86f2(_0x2b21ec,{'value':_0x49857b['direction']??_0x37e570[_0x401d21(0x1de)],'onChange':_0x1174be=>{const _0x54f5d0=_0x401d21;(_0x1174be===_0x37e570[_0x54f5d0(0x23a)]||_0x1174be===_0x37e570['Landscape'])&&_0x4f9950[_0x54f5d0(0x267)]({'direction':_0x1174be});},'children':[_0x36239b(_0x4d6517,{'value':_0x37e570[_0x401d21(0x23a)],'children':_0x1435dc['t'](_0x401d21(0x258))}),_0x36239b(_0x4d6517,{'value':_0x37e570[_0x401d21(0x1de)],'children':_0x1435dc['t'](_0x401d21(0x199))})]})}),_0x36239b(_0x23e316,{'label':_0x1435dc['t']('slides-print.settings.margin'),'children':_0x36239b(_0x4e07c6,{'className':_0x401d21(0x286),'value':_0x49857b['margin']??_0x76b217[_0x401d21(0x27a)],'options':[{'label':_0x1435dc['t'](_0x401d21(0x1a3)),'value':_0x76b217[_0x401d21(0x27a)]},{'label':_0x1435dc['t'](_0x401d21(0x194)),'value':_0x76b217['Narrow']},{'label':_0x1435dc['t']('slides-print.settings.wide'),'value':_0x76b217[_0x401d21(0x28c)]},{'label':_0x1435dc['t'](_0x401d21(0x233)),'value':_0x76b217[_0x401d21(0x244)]}],'onChange':_0x3a364d=>{const _0x455a6e=_0x401d21;(_0x3a364d===_0x76b217[_0x455a6e(0x27a)]||_0x3a364d===_0x76b217[_0x455a6e(0x203)]||_0x3a364d===_0x76b217[_0x455a6e(0x28c)]||_0x3a364d===_0x76b217[_0x455a6e(0x244)])&&_0x4f9950[_0x455a6e(0x267)]({'margin':_0x3a364d});}})}),_0x36239b(_0x23e316,{'label':_0x1435dc['t'](_0x401d21(0x1ba)),'children':_0x4d86f2(_0x401d21(0x297),{'className':_0x401d21(0x1f2),'children':[_0x36239b(_0xf0a4b4,{'checked':_0x49857b[_0x401d21(0x24d)]??!0x1,'onChange':_0x155b75=>{const _0x484b1b=_0x401d21;typeof _0x155b75==_0x484b1b(0x250)&&_0x4f9950['updateOptions']({'frameSlides':_0x155b75});},'children':_0x1435dc['t'](_0x401d21(0x2b4))}),_0x36239b(_0xf0a4b4,{'checked':_0x49857b['showSlideNumber']??!0x1,'onChange':_0x1cdcb6=>{const _0x2303dc=_0x401d21;typeof _0x1cdcb6==_0x2303dc(0x250)&&_0x4f9950['updateOptions']({'showSlideNumber':_0x1cdcb6});},'children':_0x1435dc['t'](_0x401d21(0x1cb))})]})})]})});}function yt(){const _0x3c5a9e=_0x2e46da;let _0x16e575=_0x394260(_0x39aef3),_0x11e5a3=_0x394260(B),_0x1a98ff=_0x8ddf93(_0x11e5a3['options$'],_0x11e5a3[_0x3c5a9e(0x1fd)]),_0x56b010=_0x394260(_0x494ab6),_0x4a55a4=_0x394260(_0xbf0e12),_0x3dff8c=_0x394260(_0x23c175),[_0x2d69b5,_0x169686]=_0x3db473(!0x1),[_0x25f171,_0x4fee73]=_0x3db473(),[_0x1ad50f]=_0x3db473(()=>{const _0x1ead45=_0x3c5a9e;var _0x58dcc3;return(_0x58dcc3=_0x56b010['getCurrentUnitOfType'](_0x2da91c[_0x1ead45(0x20b)]))==null?void 0x0:_0x58dcc3[_0x1ead45(0x18e)]();}),_0x2fb684=_0x1ad50f?_0x56b010[_0x3c5a9e(0x1c4)](_0x1ad50f,_0x2da91c['UNIVER_SLIDE']):void 0x0,_0x2aa2ec=_0x2fb684==null?void 0x0:_0x2fb684[_0x3c5a9e(0x288)](),_0x432a24=_0x52af9c(()=>{const _0x3dc1ec=_0x3c5a9e;if(!_0x2fb684||!_0x2aa2ec||_0x25f171!==_0x1ad50f)return;let _0x378115=_0x1b5751(_0x2aa2ec[_0x3dc1ec(0x2c7)]),_0x4f632c=Ue(lt(_0x2aa2ec['slideOrder'][_0x3dc1ec(0x1d0)],_0x1a98ff[_0x3dc1ec(0x22a)])['map'](_0x38f6ac=>({'index':_0x38f6ac,'page':_0x2fb684[_0x3dc1ec(0x2b2)]['getSlide'](_0x2aa2ec[_0x3dc1ec(0x1ac)][_0x38f6ac])}))[_0x3dc1ec(0x294)](_0x39f492=>!!_0x39f492[_0x3dc1ec(0x27d)]),_0x378115),_0x4f534b=document[_0x3dc1ec(0x184)]('canvas')[_0x3dc1ec(0x1b4)]('2d');return _0x4f534b&&(_0x4f534b[_0x3dc1ec(0x2b3)]='14px\x20Arial,\x20sans-serif'),He(_0x4f632c,_0x378115,_0x1a98ff,_0x22a607=>(_0x4f534b==null?void 0x0:_0x4f534b[_0x3dc1ec(0x20d)](_0x22a607)[_0x3dc1ec(0x259)])??_0x22a607[_0x3dc1ec(0x1d0)]*0xe*0.55);},[_0x2fb684,_0x1a98ff,_0x25f171,_0x2aa2ec,_0x1ad50f]);return _0x35b419(()=>{const _0x32e2fc=_0x3c5a9e;if(!_0x2fb684||!_0x1ad50f)return;let _0x195fd3=!0x0;return _0x3dff8c[_0x32e2fc(0x2b1)]({'unitId':_0x1ad50f,'unitType':_0x2da91c[_0x32e2fc(0x20b)],'dpr':0x1})['then'](()=>{_0x195fd3&&_0x4fee73(_0x1ad50f);},()=>{_0x195fd3&&_0x4fee73(void 0x0);}),()=>{_0x195fd3=!0x1;};},[_0x2fb684,_0x3dff8c,_0x1ad50f]),!_0x2fb684||!_0x2aa2ec?null:_0x4d86f2(_0x3c5a9e(0x297),{'className':_0x3c5a9e(0x2a5),'children':[_0x4d86f2(_0x3c5a9e(0x297),{'className':_0x4ba51a(_0x3c5a9e(0x242),_0x4ac75e),'children':[_0x36239b(_0x3c5a9e(0x297),{'className':_0x3c5a9e(0x1d7),'children':_0x4a55a4['t']('slides-print.header.pages',String((_0x432a24==null?void 0x0:_0x432a24[_0x3c5a9e(0x254)]['length'])??0x0))}),_0x4d86f2(_0x3c5a9e(0x297),{'className':_0x3c5a9e(0x275),'children':[_0x36239b(_0x3f303a,{'disabled':_0x2d69b5,'onClick':()=>_0x16e575[_0x3c5a9e(0x22d)](H['id']),'children':_0x4a55a4['t'](_0x3c5a9e(0x28f))}),_0x36239b(_0x3f303a,{'variant':_0x3c5a9e(0x285),'disabled':_0x2d69b5||!(_0x432a24!=null&&_0x432a24[_0x3c5a9e(0x254)][_0x3c5a9e(0x1d0)]),'onClick':async()=>{const _0x541b65=_0x3c5a9e;_0x169686(!0x0);try{await _0x16e575[_0x541b65(0x22d)](Y['id'],_0x1a98ff)&&await _0x16e575[_0x541b65(0x22d)](H['id']);}finally{_0x169686(!0x1);}},'children':_0x2d69b5?_0x4a55a4['t'](_0x3c5a9e(0x216)):_0x4a55a4['t'](_0x3c5a9e(0x263))})]})]}),_0x4d86f2(_0x3c5a9e(0x297),{'className':_0x3c5a9e(0x292),'children':[_0x36239b(_0x3c5a9e(0x297),{'className':_0x4ba51a(_0x3c5a9e(0x274),_0x69c47f),'aria-busy':!_0x432a24,'children':_0x432a24?_0x432a24[_0x3c5a9e(0x254)]['map'](_0xee5135=>_0x36239b(_t,{'model':_0x2fb684,'page':_0xee5135,'plan':_0x432a24},_0xee5135[_0x3c5a9e(0x281)])):_0x36239b(_0x3c5a9e(0x297),{'className':_0x3c5a9e(0x1a1),'role':_0x3c5a9e(0x27f),'aria-label':_0x4a55a4['t'](_0x3c5a9e(0x216)),'children':_0x36239b(_0x2dac7f,{'className':_0x3c5a9e(0x229),'aria-hidden':_0x3c5a9e(0x282)})})}),_0x36239b(_0x3c5a9e(0x297),{'className':_0x3c5a9e(0x271),'children':_0x36239b(vt,{'totalSlides':_0x2aa2ec['slideOrder']['length']})})]})]});}function bt(){const _0x3cbcf4=_0x2e46da;let _0x1b73a9=_0x394260(B);return _0x8ddf93(_0x1b73a9[_0x3cbcf4(0x22f)],_0x1b73a9[_0x3cbcf4(0x253)])?_0x36239b(yt,{}):null;}let Q=class extends _0x30df28{constructor(_0x50a6f9,_0x175ac0,_0xdaee5,_0x1c6850){const _0x577190=_0x2e46da;super(),this[_0x577190(0x268)]=_0x50a6f9,this[_0x577190(0x2a3)]=_0x175ac0,this['_uiPartsService']=_0xdaee5,this['_injector']=_0x1c6850,this[_0x577190(0x29d)](),this[_0x577190(0x262)](),this['_initMenus']();}['_initCommands'](){const _0x2c8a8d=_0x2e46da;[Y,V,H]['forEach'](_0x51df9b=>this['disposeWithMe'](this['_commandService'][_0x2c8a8d(0x295)](_0x51df9b)));}['_initUIParts'](){const _0x75d62b=_0x2e46da;this[_0x75d62b(0x1e5)](this[_0x75d62b(0x193)][_0x75d62b(0x1ed)](_0x2921fe[_0x75d62b(0x1e3)],()=>_0x34f4d5(bt,this['_injector'])));}[_0x2e46da(0x255)](){const _0xb525e9=_0x2e46da;this[_0xb525e9(0x2a3)][_0xb525e9(0x212)](dt);}};Q=q([K(0x0,_0x39aef3),K(0x1,_0x19c913),K(0x2,_0xe08c43),K(0x3,_0x189535(_0x40e471))],Q);let $=class extends _0xfd6130{constructor(_0x58343b=mt,_0x159ce2,_0x1eba0e){const _0x50cb8f=_0x2e46da;super(),this[_0x50cb8f(0x238)]=_0x58343b,this[_0x50cb8f(0x251)]=_0x159ce2,this[_0x50cb8f(0x25d)]=_0x1eba0e;let {menu:_0x3e9a41,..._0x43ed86}=_0xe81f19({},mt,this[_0x50cb8f(0x238)]);_0x3e9a41&&this[_0x50cb8f(0x25d)]['setConfig'](_0x50cb8f(0x2ae),_0x3e9a41,{'merge':!0x0}),this['_configService'][_0x50cb8f(0x1ea)](_0x50cb8f(0x2b0),_0x43ed86);}[_0x2e46da(0x211)](){const _0x176eb8=_0x2e46da;this[_0x176eb8(0x251)][_0x176eb8(0x284)](_0x23c175)||this[_0x176eb8(0x251)][_0x176eb8(0x206)]([_0x23c175,{'useClass':_0x27ad9b}]),this[_0x176eb8(0x251)][_0x176eb8(0x206)]([X]),this[_0x176eb8(0x251)][_0x176eb8(0x243)](X),this[_0x176eb8(0x251)]['has'](U)||this[_0x176eb8(0x251)][_0x176eb8(0x206)]([U]),_0x1feb07(this[_0x176eb8(0x251)],[[J],[B,{'useClass':et}],[Q]]);}['onReady'](){const _0x2564df=_0x2e46da;this['_injector'][_0x2564df(0x243)](Q);}};z($,_0x2e46da(0x208),'SLIDES_PRINT_PLUGIN'),z($,'packageName',ft),z($,_0x2e46da(0x209),pt),z($,_0x2e46da(0x26d),_0x2da91c['UNIVER_SLIDE']),$=q([_0x2c6af8(_0x246bf9,_0xdecc01,_0x7ffcb6,_0x363fb0),K(0x1,_0x189535(_0x40e471)),K(0x2,_0x3068fa)],$);export{V as OpenSlidePrintDialogOperation,U as SlidePrintDrawingTransformService,Be as SlidePrintHandoutOrder,I as SlidePrintLayoutType,Y as SlidePrintOperation,dt as SlidesPrintMenuSchema,$ as UniverSlidesPrintPlugin};
@@ -1 +1 @@
1
- function _0x15a8(_0x3570ec,_0x47c31c){_0x3570ec=_0x3570ec-0x12a;const _0x4af66d=_0x4af6();let _0x15a87c=_0x4af66d[_0x3570ec];return _0x15a87c;}function _0x4af6(){const _0x267f1d=['11971399XNiahR','288ZbusaG','6RmiZJt','3788eBUlEF','5235rAKnCq','145880wMvBkh','882399Yqraas','6MgyOZx','508069sSsKTT','12CgZgSV','طباعة','6464934nsgmxh','6166936YTuqgm'];_0x4af6=function(){return _0x267f1d;};return _0x4af6();}const _0x122ec6=_0x15a8;(function(_0x106aed,_0x496d3e){const _0x57a882=_0x15a8,_0x125424=_0x106aed();while(!![]){try{const _0x449de1=parseInt(_0x57a882(0x130))/0x1+-parseInt(_0x57a882(0x12a))/0x2*(-parseInt(_0x57a882(0x12e))/0x3)+-parseInt(_0x57a882(0x12b))/0x4*(parseInt(_0x57a882(0x12c))/0x5)+-parseInt(_0x57a882(0x12f))/0x6*(-parseInt(_0x57a882(0x133))/0x7)+parseInt(_0x57a882(0x134))/0x8+parseInt(_0x57a882(0x136))/0x9*(-parseInt(_0x57a882(0x12d))/0xa)+parseInt(_0x57a882(0x135))/0xb*(-parseInt(_0x57a882(0x131))/0xc);if(_0x449de1===_0x496d3e)break;else _0x125424['push'](_0x125424['shift']());}catch(_0x1fceb0){_0x125424['push'](_0x125424['shift']());}}}(_0x4af6,0x83697));const e={'slides-print':{'menu':_0x122ec6(0x132)}};export{e as default};
1
+ function _0x222e(){const _0x28dd81=['الشرائح\x20في\x20كل\x20صفحة','163020dqZsZE','10011MSbKTQ','1897wwjbaD','نشرات','أدخل\x20أرقام\x20شرائح\x20ضمن\x20العرض\x20التقديمي،\x20مثل\x201-3,5.','إلغاء','صفحات\x20الملاحظات','257851GovNWn','التنسيق','طباعة\x20أرقام\x20الشرائح','3052548OJXUqw','106ByKeoH','واسع','بلا','60OTIAbn','جارٍ\x20الطباعة…','ترتيب\x20الصفحات','نطاق\x20الطباعة','2531682UHmwCE','طباعة','860eYZvpO','شرائح\x20بصفحة\x20كاملة','الإجمالي:\x20{0}\x20صفحة','25880IMoSnN','أفقي','844159AqCJIx','تخطيط\x20الطباعة'];_0x222e=function(){return _0x28dd81;};return _0x222e();}const _0x51f2ea=_0x1cda;(function(_0x3ad8c0,_0x55ba34){const _0x2d1c8a=_0x1cda,_0x2815a2=_0x3ad8c0();while(!![]){try{const _0xba3388=-parseInt(_0x2d1c8a(0x114))/0x1+-parseInt(_0x2d1c8a(0x122))/0x2*(-parseInt(_0x2d1c8a(0x118))/0x3)+parseInt(_0x2d1c8a(0x121))/0x4+parseInt(_0x2d1c8a(0x125))/0x5*(-parseInt(_0x2d1c8a(0x117))/0x6)+parseInt(_0x2d1c8a(0x119))/0x7*(-parseInt(_0x2d1c8a(0x112))/0x8)+-parseInt(_0x2d1c8a(0x10d))/0x9+parseInt(_0x2d1c8a(0x10f))/0xa*(parseInt(_0x2d1c8a(0x11e))/0xb);if(_0xba3388===_0x55ba34)break;else _0x2815a2['push'](_0x2815a2['shift']());}catch(_0x1b4388){_0x2815a2['push'](_0x2815a2['shift']());}}}(_0x222e,0x9941e));const e={'slides-print':{'menu':_0x51f2ea(0x10e),'header':{'pages':_0x51f2ea(0x111),'cancel':_0x51f2ea(0x11c),'next':'التالي','printing':_0x51f2ea(0x126)},'settings':{'range':_0x51f2ea(0x128),'rangePlaceholder':'كل\x20الشرائح،\x20أو\x201-3,5','rangeInvalid':_0x51f2ea(0x11b),'layout':_0x51f2ea(0x115),'fullPage':_0x51f2ea(0x110),'notesPage':_0x51f2ea(0x11d),'handout':_0x51f2ea(0x11a),'slidesPerPage':_0x51f2ea(0x116),'order':_0x51f2ea(0x127),'horizontal':_0x51f2ea(0x113),'vertical':'عمودي','paperSize':'حجم\x20الورق','orientation':'الاتجاه','portrait':'عمودي','landscape':_0x51f2ea(0x113),'margin':'الهوامش','normal':'عادي','narrow':'ضيق','wide':_0x51f2ea(0x123),'none':_0x51f2ea(0x124),'formatting':_0x51f2ea(0x11f),'frameSlides':'إطار\x20الشرائح','slideNumber':_0x51f2ea(0x120)}}};function _0x1cda(_0x3c6510,_0x49d94e){_0x3c6510=_0x3c6510-0x10d;const _0x222e01=_0x222e();let _0x1cda50=_0x222e01[_0x3c6510];return _0x1cda50;}export{e as default};
@@ -1 +1 @@
1
- const _0x1cd9c5=_0x42c8;(function(_0x234d90,_0x54fc45){const _0x50f0b1=_0x42c8,_0x4ae720=_0x234d90();while(!![]){try{const _0x4a6ac2=-parseInt(_0x50f0b1(0x95))/0x1*(-parseInt(_0x50f0b1(0x96))/0x2)+-parseInt(_0x50f0b1(0x8e))/0x3*(parseInt(_0x50f0b1(0x98))/0x4)+-parseInt(_0x50f0b1(0x94))/0x5+parseInt(_0x50f0b1(0x92))/0x6+-parseInt(_0x50f0b1(0x93))/0x7+-parseInt(_0x50f0b1(0x97))/0x8+-parseInt(_0x50f0b1(0x91))/0x9*(-parseInt(_0x50f0b1(0x8f))/0xa);if(_0x4a6ac2===_0x54fc45)break;else _0x4ae720['push'](_0x4ae720['shift']());}catch(_0x242d74){_0x4ae720['push'](_0x4ae720['shift']());}}}(_0x2e21,0xb4ea4));const e={'slides-print':{'menu':_0x1cd9c5(0x90)}};function _0x42c8(_0x58aae3,_0x56a8f9){_0x58aae3=_0x58aae3-0x8e;const _0x2e2152=_0x2e21();let _0x42c894=_0x2e2152[_0x58aae3];return _0x42c894;}function _0x2e21(){const _0x19cfeb=['815916kcTEWN','23454430HnPXsv','Imprimir','9bALqvg','2892672MJDTdy','4137231hnWMTm','6771115pHbPNk','347279DwbqxQ','4dLlZTs','159304VquuUg','12klFJAd'];_0x2e21=function(){return _0x19cfeb;};return _0x2e21();}export{e as default};
1
+ const _0x4e0166=_0x5b02;(function(_0x35a7ee,_0x377975){const _0x521188=_0x5b02,_0x8c00bf=_0x35a7ee();while(!![]){try{const _0x3a6d83=parseInt(_0x521188(0x106))/0x1+parseInt(_0x521188(0x107))/0x2+parseInt(_0x521188(0x102))/0x3*(parseInt(_0x521188(0x105))/0x4)+-parseInt(_0x521188(0xeb))/0x5*(-parseInt(_0x521188(0x104))/0x6)+-parseInt(_0x521188(0xf5))/0x7*(parseInt(_0x521188(0xf7))/0x8)+parseInt(_0x521188(0xfa))/0x9*(parseInt(_0x521188(0xf8))/0xa)+-parseInt(_0x521188(0xfc))/0xb;if(_0x3a6d83===_0x377975)break;else _0x8c00bf['push'](_0x8c00bf['shift']());}catch(_0x492836){_0x8c00bf['push'](_0x8c00bf['shift']());}}}(_0x6cf1,0x43040));const e={'slides-print':{'menu':_0x4e0166(0xee),'header':{'pages':'Total:\x20{0}\x20pàgines','cancel':'Cancel·la','next':_0x4e0166(0x100),'printing':_0x4e0166(0xfb)},'settings':{'range':_0x4e0166(0xfe),'rangePlaceholder':'Totes\x20les\x20diapositives\x20o\x201-3,5','rangeInvalid':_0x4e0166(0x101),'layout':_0x4e0166(0x103),'fullPage':_0x4e0166(0xf3),'notesPage':'Pàgines\x20de\x20notes','handout':_0x4e0166(0xec),'slidesPerPage':'Diapositives\x20per\x20pàgina','order':_0x4e0166(0xf0),'horizontal':_0x4e0166(0xfd),'vertical':'Vertical','paperSize':_0x4e0166(0xf6),'orientation':_0x4e0166(0xf2),'portrait':_0x4e0166(0xef),'landscape':_0x4e0166(0xfd),'margin':_0x4e0166(0xf9),'normal':_0x4e0166(0xea),'narrow':_0x4e0166(0xf1),'wide':_0x4e0166(0xed),'none':'Cap','formatting':'Format','frameSlides':_0x4e0166(0xf4),'slideNumber':_0x4e0166(0xff)}}};function _0x5b02(_0xaec3dc,_0x4d3a41){_0xaec3dc=_0xaec3dc-0xea;const _0x6cf183=_0x6cf1();let _0x5b0285=_0x6cf183[_0xaec3dc];return _0x5b0285;}function _0x6cf1(){const _0x4acb41=['Disseny\x20d’impressió','6DysrGz','4gxiDOe','138487AUwxMh','309150NJngAN','Normal','2411240FgWeKe','Documents','Ample','Imprimir','Vertical','Ordre\x20de\x20pàgina','Estret','Orientació','Diapositives\x20de\x20pàgina\x20completa','Emmarca\x20les\x20diapositives','744079auSUfU','Mida\x20del\x20paper','24ZQvywR','1732910aAPrJm','Marges','9vYrMYd','S’està\x20imprimint…','4748447gpPTHl','Horitzontal','Interval\x20d’impressió','Imprimeix\x20els\x20números\x20de\x20diapositiva','Següent','Introduïu\x20números\x20de\x20diapositiva\x20de\x20la\x20presentació,\x20per\x20exemple\x201-3,5.','229389JMhWYi'];_0x6cf1=function(){return _0x4acb41;};return _0x6cf1();}export{e as default};
@@ -1 +1 @@
1
- const _0x2823dd=_0x1969;(function(_0x1a9ff2,_0x5cba04){const _0x203aa7=_0x1969,_0x2bc47f=_0x1a9ff2();while(!![]){try{const _0x101183=-parseInt(_0x203aa7(0x1b6))/0x1+parseInt(_0x203aa7(0x1b8))/0x2+parseInt(_0x203aa7(0x1b9))/0x3*(parseInt(_0x203aa7(0x1ba))/0x4)+parseInt(_0x203aa7(0x1b2))/0x5*(parseInt(_0x203aa7(0x1b5))/0x6)+-parseInt(_0x203aa7(0x1b7))/0x7+parseInt(_0x203aa7(0x1b1))/0x8+parseInt(_0x203aa7(0x1b4))/0x9;if(_0x101183===_0x5cba04)break;else _0x2bc47f['push'](_0x2bc47f['shift']());}catch(_0x6b4de9){_0x2bc47f['push'](_0x2bc47f['shift']());}}}(_0x3fcc,0xf13da));const e={'slides-print':{'menu':_0x2823dd(0x1b3)}};function _0x1969(_0x19a2af,_0x3f4ed5){_0x19a2af=_0x19a2af-0x1b1;const _0x3fcc51=_0x3fcc();let _0x1969d2=_0x3fcc51[_0x19a2af];return _0x1969d2;}function _0x3fcc(){const _0x106991=['30TgmIhQ','Drucken','6215445XPxyYB','198354NiwzFJ','944170iIPtwV','8243242wGhLgm','3532306jEfyXO','3WdvDem','1434112PpXugL','770064rkhsmm'];_0x3fcc=function(){return _0x106991;};return _0x3fcc();}export{e as default};
1
+ const _0x339432=_0x3297;function _0x2b86(){const _0x2182fd=['Folien\x20pro\x20Seite','4XiISRF','65592ecXbXR','Drucken','8256cqUmQo','Ausrichtung','Wird\x20gedruckt…','1322635lhmGSn','837315oINxts','18805dZxyjy','509733BkqfQC','Breit','1386HElCEJ','Drucklayout','Folienrahmen','Horizontal','Hochformat','Druckbereich','Seitenreihenfolge','Handzettel','Ränder','273RHrCEb','Querformat','Normal','Alle\x20Folien\x20oder\x201-3,5','Notizseiten','Keine','Vertikal','Papierformat','6JJNCrF','Foliennummern\x20drucken','40hkWAcE','Geben\x20Sie\x20Foliennummern\x20aus\x20der\x20Präsentation\x20ein,\x20z.\x20B.\x201-3,5.','422484Mnycou'];_0x2b86=function(){return _0x2182fd;};return _0x2b86();}(function(_0x552152,_0x5c7088){const _0x5a10b2=_0x3297,_0x32a3a5=_0x552152();while(!![]){try{const _0x3fe01d=parseInt(_0x5a10b2(0x1da))/0x1*(-parseInt(_0x5a10b2(0x1d2))/0x2)+parseInt(_0x5a10b2(0x1db))/0x3+-parseInt(_0x5a10b2(0x1d0))/0x4+parseInt(_0x5a10b2(0x1d8))/0x5*(parseInt(_0x5a10b2(0x1cc))/0x6)+-parseInt(_0x5a10b2(0x1e6))/0x7*(parseInt(_0x5a10b2(0x1d3))/0x8)+parseInt(_0x5a10b2(0x1d9))/0x9*(parseInt(_0x5a10b2(0x1ce))/0xa)+-parseInt(_0x5a10b2(0x1dd))/0xb*(parseInt(_0x5a10b2(0x1d5))/0xc);if(_0x3fe01d===_0x5c7088)break;else _0x32a3a5['push'](_0x32a3a5['shift']());}catch(_0x1290d0){_0x32a3a5['push'](_0x32a3a5['shift']());}}}(_0x2b86,0x3eb82));function _0x3297(_0x5eead4,_0x72d91d){_0x5eead4=_0x5eead4-0x1c9;const _0x2b86bf=_0x2b86();let _0x3297d0=_0x2b86bf[_0x5eead4];return _0x3297d0;}const e={'slides-print':{'menu':_0x339432(0x1d4),'header':{'pages':'Insgesamt\x20{0}\x20Seiten','cancel':'Abbrechen','next':'Weiter','printing':_0x339432(0x1d7)},'settings':{'range':_0x339432(0x1e2),'rangePlaceholder':_0x339432(0x1e9),'rangeInvalid':_0x339432(0x1cf),'layout':_0x339432(0x1de),'fullPage':'Ganzseitige\x20Folien','notesPage':_0x339432(0x1ea),'handout':_0x339432(0x1e4),'slidesPerPage':_0x339432(0x1d1),'order':_0x339432(0x1e3),'horizontal':_0x339432(0x1e0),'vertical':_0x339432(0x1ca),'paperSize':_0x339432(0x1cb),'orientation':_0x339432(0x1d6),'portrait':_0x339432(0x1e1),'landscape':_0x339432(0x1e7),'margin':_0x339432(0x1e5),'normal':_0x339432(0x1e8),'narrow':'Schmal','wide':_0x339432(0x1dc),'none':_0x339432(0x1c9),'formatting':'Formatierung','frameSlides':_0x339432(0x1df),'slideNumber':_0x339432(0x1cd)}}};export{e as default};
@@ -1 +1 @@
1
- const _0xf7a5b8=_0x4700;(function(_0x51b341,_0x55a3ea){const _0x3cbb02=_0x4700,_0x4ff0e2=_0x51b341();while(!![]){try{const _0x5de43c=-parseInt(_0x3cbb02(0x84))/0x1*(parseInt(_0x3cbb02(0x7f))/0x2)+-parseInt(_0x3cbb02(0x7b))/0x3*(parseInt(_0x3cbb02(0x79))/0x4)+parseInt(_0x3cbb02(0x82))/0x5*(parseInt(_0x3cbb02(0x83))/0x6)+-parseInt(_0x3cbb02(0x7e))/0x7*(parseInt(_0x3cbb02(0x7a))/0x8)+parseInt(_0x3cbb02(0x80))/0x9*(-parseInt(_0x3cbb02(0x86))/0xa)+-parseInt(_0x3cbb02(0x7d))/0xb*(parseInt(_0x3cbb02(0x7c))/0xc)+parseInt(_0x3cbb02(0x81))/0xd;if(_0x5de43c===_0x55a3ea)break;else _0x4ff0e2['push'](_0x4ff0e2['shift']());}catch(_0x598049){_0x4ff0e2['push'](_0x4ff0e2['shift']());}}}(_0x2036,0x557b7));const e={'slides-print':{'menu':_0xf7a5b8(0x85)}};function _0x4700(_0x4761c8,_0x354bda){_0x4761c8=_0x4761c8-0x79;const _0x20364a=_0x2036();let _0x470063=_0x20364a[_0x4761c8];return _0x470063;}function _0x2036(){const _0x8c1d00=['100478HPRmHW','46QAqVBX','1810503UjkhTe','19426810faunlr','971860sCYEVp','18rxOYgW','24331BErNAa','Print','10GyjuJZ','8TCddLf','8JxrHKK','616659TfZNMl','16356eWBfxv','4367mwkwvH'];_0x2036=function(){return _0x8c1d00;};return _0x2036();}export{e as default};
1
+ function _0xb531(_0xbf5fde,_0x511f54){_0xbf5fde=_0xbf5fde-0xe0;const _0x2b55bc=_0x2b55();let _0xb53122=_0x2b55bc[_0xbf5fde];return _0xb53122;}const _0x1a6057=_0xb531;(function(_0x2225e4,_0x186c4d){const _0x2b1704=_0xb531,_0x38d06d=_0x2225e4();while(!![]){try{const _0xd0875d=parseInt(_0x2b1704(0xf0))/0x1+parseInt(_0x2b1704(0xee))/0x2+-parseInt(_0x2b1704(0xff))/0x3+-parseInt(_0x2b1704(0xf2))/0x4*(parseInt(_0x2b1704(0xf8))/0x5)+-parseInt(_0x2b1704(0xe8))/0x6+parseInt(_0x2b1704(0xf7))/0x7*(-parseInt(_0x2b1704(0xe4))/0x8)+parseInt(_0x2b1704(0xeb))/0x9*(parseInt(_0x2b1704(0xe3))/0xa);if(_0xd0875d===_0x186c4d)break;else _0x38d06d['push'](_0x38d06d['shift']());}catch(_0xa947ce){_0x38d06d['push'](_0x38d06d['shift']());}}}(_0x2b55,0x87c14));const e={'slides-print':{'menu':_0x1a6057(0xec),'header':{'pages':_0x1a6057(0xea),'cancel':_0x1a6057(0xe1),'next':_0x1a6057(0xe6),'printing':_0x1a6057(0xfa)},'settings':{'range':_0x1a6057(0xe0),'rangePlaceholder':_0x1a6057(0xf1),'rangeInvalid':_0x1a6057(0xfc),'layout':_0x1a6057(0xfe),'fullPage':_0x1a6057(0xf3),'notesPage':'Notes\x20pages','handout':_0x1a6057(0xfd),'slidesPerPage':_0x1a6057(0xe9),'order':_0x1a6057(0xfb),'horizontal':_0x1a6057(0xf4),'vertical':_0x1a6057(0xed),'paperSize':'Paper\x20size','orientation':_0x1a6057(0xf5),'portrait':'Portrait','landscape':_0x1a6057(0xe7),'margin':'Margins','normal':_0x1a6057(0xef),'narrow':_0x1a6057(0xf6),'wide':_0x1a6057(0xe5),'none':'None','formatting':_0x1a6057(0xe2),'frameSlides':_0x1a6057(0x100),'slideNumber':_0x1a6057(0xf9)}}};function _0x2b55(){const _0x618bdd=['2214396OeQKCI','Normal','995691tkQJDg','All\x20slides,\x20or\x201-3,5','156CnreYv','Full\x20page\x20slides','Horizontal','Orientation','Narrow','42kOpiue','55410somaef','Print\x20slide\x20numbers','Printing…','Page\x20order','Enter\x20slide\x20numbers\x20within\x20the\x20presentation,\x20for\x20example\x201-3,5.','Handouts','Print\x20layout','3140082zCZSpo','Frame\x20slides','Print\x20range','Cancel','Formatting','2590fmoBfl','147568CAAZRC','Wide','Next','Landscape','4142988BQjqFd','Slides\x20per\x20page','Total\x20{0}\x20pages','25479GdLJFT','Print','Vertical'];_0x2b55=function(){return _0x618bdd;};return _0x2b55();}export{e as default};
@@ -1 +1 @@
1
- const _0x50a5a5=_0x91ea;function _0x243a(){const _0x3a853=['8mSROCs','695994olDJBh','13576420mFWadl','10NlwhvN','12sycDFD','129633tBKiPl','1926260CJAPZr','1000226lqcSrQ','Imprimir','5657346KscuZb','56ypLWUC','3030696PIFaSg'];_0x243a=function(){return _0x3a853;};return _0x243a();}(function(_0x73f924,_0x5413ac){const _0x4fc8a2=_0x91ea,_0x36db07=_0x73f924();while(!![]){try{const _0x426adc=parseInt(_0x4fc8a2(0x1d8))/0x1+parseInt(_0x4fc8a2(0x1d5))/0x2*(parseInt(_0x4fc8a2(0x1d6))/0x3)+-parseInt(_0x4fc8a2(0x1d1))/0x4*(parseInt(_0x4fc8a2(0x1d7))/0x5)+-parseInt(_0x4fc8a2(0x1d2))/0x6*(parseInt(_0x4fc8a2(0x1db))/0x7)+parseInt(_0x4fc8a2(0x1d0))/0x8+-parseInt(_0x4fc8a2(0x1da))/0x9+-parseInt(_0x4fc8a2(0x1d4))/0xa*(-parseInt(_0x4fc8a2(0x1d3))/0xb);if(_0x426adc===_0x5413ac)break;else _0x36db07['push'](_0x36db07['shift']());}catch(_0x329b10){_0x36db07['push'](_0x36db07['shift']());}}}(_0x243a,0x852b3));function _0x91ea(_0x1f4917,_0x207fee){_0x1f4917=_0x1f4917-0x1d0;const _0x243ac9=_0x243a();let _0x91ea90=_0x243ac9[_0x1f4917];return _0x91ea90;}const e={'slides-print':{'menu':_0x50a5a5(0x1d9)}};export{e as default};
1
+ const _0x3dd343=_0x28bd;(function(_0x28ecaf,_0x3e330c){const _0x1e0bf7=_0x28bd,_0x147f8a=_0x28ecaf();while(!![]){try{const _0x1e54b7=-parseInt(_0x1e0bf7(0x13a))/0x1*(parseInt(_0x1e0bf7(0x138))/0x2)+-parseInt(_0x1e0bf7(0x140))/0x3*(parseInt(_0x1e0bf7(0x143))/0x4)+-parseInt(_0x1e0bf7(0x144))/0x5*(parseInt(_0x1e0bf7(0x128))/0x6)+parseInt(_0x1e0bf7(0x141))/0x7*(parseInt(_0x1e0bf7(0x133))/0x8)+-parseInt(_0x1e0bf7(0x130))/0x9*(parseInt(_0x1e0bf7(0x131))/0xa)+parseInt(_0x1e0bf7(0x126))/0xb+-parseInt(_0x1e0bf7(0x13e))/0xc*(-parseInt(_0x1e0bf7(0x139))/0xd);if(_0x1e54b7===_0x3e330c)break;else _0x147f8a['push'](_0x147f8a['shift']());}catch(_0x5ac096){_0x147f8a['push'](_0x147f8a['shift']());}}}(_0x2ab4,0x7f7ac));function _0x28bd(_0x798d55,_0x49f1aa){_0x798d55=_0x798d55-0x125;const _0x2ab422=_0x2ab4();let _0x28bd23=_0x2ab422[_0x798d55];return _0x28bd23;}const e={'slides-print':{'menu':_0x3dd343(0x12a),'header':{'pages':_0x3dd343(0x12e),'cancel':_0x3dd343(0x129),'next':_0x3dd343(0x13b),'printing':_0x3dd343(0x12d)},'settings':{'range':_0x3dd343(0x12f),'rangePlaceholder':_0x3dd343(0x132),'rangeInvalid':_0x3dd343(0x13f),'layout':_0x3dd343(0x12c),'fullPage':'Diapositivas\x20de\x20página\x20completa','notesPage':'Páginas\x20de\x20notas','handout':_0x3dd343(0x13d),'slidesPerPage':_0x3dd343(0x134),'order':'Orden\x20de\x20página','horizontal':'Horizontal','vertical':_0x3dd343(0x137),'paperSize':_0x3dd343(0x142),'orientation':_0x3dd343(0x12b),'portrait':_0x3dd343(0x137),'landscape':_0x3dd343(0x146),'margin':_0x3dd343(0x13c),'normal':_0x3dd343(0x136),'narrow':'Estrecho','wide':_0x3dd343(0x127),'none':_0x3dd343(0x125),'formatting':_0x3dd343(0x135),'frameSlides':_0x3dd343(0x145),'slideNumber':'Imprimir\x20números\x20de\x20diapositiva'}}};function _0x2ab4(){const _0x4b9f63=['Vertical','252174doRqWK','4736485swaemA','1KbNLHe','Siguiente','Márgenes','Documentos','60GAcwQT','Introduce\x20números\x20de\x20diapositiva\x20de\x20la\x20presentación,\x20por\x20ejemplo\x201-3,5.','290397XUgaRZ','7mIKmtT','Tamaño\x20del\x20papel','20AaBLXB','10GeElDU','Enmarcar\x20diapositivas','Horizontal','Ninguno','4606646AGHGUR','Ancho','3047124HtUYJa','Cancelar','Imprimir','Orientación','Diseño\x20de\x20impresión','Imprimiendo…','Total:\x20{0}\x20páginas','Intervalo\x20de\x20impresión','9UnPSWl','1024970VahjfY','Todas\x20las\x20diapositivas\x20o\x201-3,5','79456oklwAO','Diapositivas\x20por\x20página','Formato','Normal'];_0x2ab4=function(){return _0x4b9f63;};return _0x2ab4();}export{e as default};
@@ -1 +1 @@
1
- (function(_0x2aaa65,_0x11ae26){const _0xb6b40a=_0x216d,_0x2b7f95=_0x2aaa65();while(!![]){try{const _0x4cd8bd=parseInt(_0xb6b40a(0x1d3))/0x1*(parseInt(_0xb6b40a(0x1d5))/0x2)+parseInt(_0xb6b40a(0x1d8))/0x3+parseInt(_0xb6b40a(0x1d1))/0x4*(-parseInt(_0xb6b40a(0x1d6))/0x5)+parseInt(_0xb6b40a(0x1d7))/0x6*(parseInt(_0xb6b40a(0x1db))/0x7)+-parseInt(_0xb6b40a(0x1da))/0x8*(-parseInt(_0xb6b40a(0x1d9))/0x9)+parseInt(_0xb6b40a(0x1d2))/0xa+-parseInt(_0xb6b40a(0x1d4))/0xb;if(_0x4cd8bd===_0x11ae26)break;else _0x2b7f95['push'](_0x2b7f95['shift']());}catch(_0x1514c4){_0x2b7f95['push'](_0x2b7f95['shift']());}}}(_0x2f19,0xe5d5d));const e={'slides-print':{'menu':'چاپ'}};function _0x2f19(){const _0x56bf03=['2242278CAGppf','8117487mBJNXh','16gOpZEV','1372OyddIZ','72znDXdI','8290290ohVKnc','61cEgLNQ','21059676sASmzj','20524PFLfuG','441675NswrKk','13458TVvRdb'];_0x2f19=function(){return _0x56bf03;};return _0x2f19();}function _0x216d(_0x55ea79,_0x2a92c7){_0x55ea79=_0x55ea79-0x1d1;const _0x2f196b=_0x2f19();let _0x216dbb=_0x2f196b[_0x55ea79];return _0x216dbb;}export{e as default};
1
+ function _0x4a1d(){const _0xb3f6f6=['قالب‌بندی','اسلاید\x20در\x20هر\x20صفحه','کادر\x20دور\x20اسلایدها','در\x20حال\x20چاپ…','افقی','معمولی','پهن','462432XyuQFQ','130dvKAWJ','627951NQcWkK','2276145nTjgfc','60XqopCR','لغو','چاپ','مجموع:\x20{0}\x20صفحه','28237dVULrd','49QmgpHS','23586VDoRwg','صفحات\x20یادداشت','حاشیه‌ها','4JguUyl','باریک','1680888ZRzJvU','جهت','اندازه\x20کاغذ','بدون\x20حاشیه','شماره\x20اسلایدهای\x20موجود\x20در\x20ارائه\x20را\x20وارد\x20کنید،\x20برای\x20مثال\x201-3,5.','ترتیب\x20صفحات','اسلایدهای\x20تمام‌صفحه','محدوده\x20چاپ','عمودی','25124gSRoXx'];_0x4a1d=function(){return _0xb3f6f6;};return _0x4a1d();}const _0x38a7ca=_0x1ef9;(function(_0x56eeab,_0x23d828){const _0x46b601=_0x1ef9,_0x3c2b0f=_0x56eeab();while(!![]){try{const _0x3f285b=parseInt(_0x46b601(0xe4))/0x1+-parseInt(_0x46b601(0xf1))/0x2*(-parseInt(_0x46b601(0xe6))/0x3)+parseInt(_0x46b601(0xdc))/0x4*(-parseInt(_0x46b601(0xe5))/0x5)+-parseInt(_0x46b601(0xee))/0x6*(-parseInt(_0x46b601(0xed))/0x7)+-parseInt(_0x46b601(0xf3))/0x8+-parseInt(_0x46b601(0xe7))/0x9+parseInt(_0x46b601(0xe8))/0xa*(-parseInt(_0x46b601(0xec))/0xb);if(_0x3f285b===_0x23d828)break;else _0x3c2b0f['push'](_0x3c2b0f['shift']());}catch(_0x2475bb){_0x3c2b0f['push'](_0x3c2b0f['shift']());}}}(_0x4a1d,0x4126b));const e={'slides-print':{'menu':_0x38a7ca(0xea),'header':{'pages':_0x38a7ca(0xeb),'cancel':_0x38a7ca(0xe9),'next':'بعدی','printing':_0x38a7ca(0xe0)},'settings':{'range':_0x38a7ca(0xda),'rangePlaceholder':'همه\x20اسلایدها،\x20یا\x201-3,5','rangeInvalid':_0x38a7ca(0xd7),'layout':'طرح‌بندی\x20چاپ','fullPage':_0x38a7ca(0xd9),'notesPage':_0x38a7ca(0xef),'handout':'جزوه','slidesPerPage':_0x38a7ca(0xde),'order':_0x38a7ca(0xd8),'horizontal':_0x38a7ca(0xe1),'vertical':'عمودی','paperSize':_0x38a7ca(0xd5),'orientation':_0x38a7ca(0xf4),'portrait':_0x38a7ca(0xdb),'landscape':_0x38a7ca(0xe1),'margin':_0x38a7ca(0xf0),'normal':_0x38a7ca(0xe2),'narrow':_0x38a7ca(0xf2),'wide':_0x38a7ca(0xe3),'none':_0x38a7ca(0xd6),'formatting':_0x38a7ca(0xdd),'frameSlides':_0x38a7ca(0xdf),'slideNumber':'چاپ\x20شماره\x20اسلایدها'}}};function _0x1ef9(_0x43d9a8,_0x385efe){_0x43d9a8=_0x43d9a8-0xd5;const _0x4a1dc3=_0x4a1d();let _0x1ef986=_0x4a1dc3[_0x43d9a8];return _0x1ef986;}export{e as default};
@@ -1 +1 @@
1
- function _0x2c11(_0x3b2c8c,_0xe9a893){_0x3b2c8c=_0x3b2c8c-0x15d;const _0x533957=_0x5339();let _0x2c1108=_0x533957[_0x3b2c8c];return _0x2c1108;}(function(_0x504495,_0x5cf4ec){const _0x85463e=_0x2c11,_0x4e84be=_0x504495();while(!![]){try{const _0x3552bf=parseInt(_0x85463e(0x161))/0x1+-parseInt(_0x85463e(0x162))/0x2+parseInt(_0x85463e(0x163))/0x3+parseInt(_0x85463e(0x164))/0x4*(-parseInt(_0x85463e(0x15d))/0x5)+parseInt(_0x85463e(0x160))/0x6+-parseInt(_0x85463e(0x15e))/0x7+parseInt(_0x85463e(0x15f))/0x8;if(_0x3552bf===_0x5cf4ec)break;else _0x4e84be['push'](_0x4e84be['shift']());}catch(_0x118ee5){_0x4e84be['push'](_0x4e84be['shift']());}}}(_0x5339,0x82fc4));const e={'slides-print':{'menu':'Imprimer'}};function _0x5339(){const _0x27769b=['10164SuPcVA','990tCYtCn','7281911AswJEd','20327248zTyfHo','1046046YYNCyH','46930PAUKeq','1747892ACLFJK','575028zoGOwq'];_0x5339=function(){return _0x27769b;};return _0x5339();}export{e as default};
1
+ const _0x1c1e55=_0x48a2;function _0x48a2(_0x2a5856,_0x4fc276){_0x2a5856=_0x2a5856-0x10f;const _0x5c2a3a=_0x5c2a();let _0x48a274=_0x5c2a3a[_0x2a5856];return _0x48a274;}function _0x5c2a(){const _0x4cf793=['Étroites','931nAfouP','Vertical','Imprimer\x20les\x20numéros\x20de\x20diapositive','Aucune','Orientation','Normales','Diapositives\x20par\x20page','Disposition\x20d’impression','Pages\x20de\x20notes','1484177gJqfOr','Larges','30RRfxlW','440OJKmkg','29416QkGuBx','Annuler','Documents','661158KsaFDX','Saisissez\x20des\x20numéros\x20de\x20diapositives\x20de\x20la\x20présentation,\x20par\x20exemple\x201-3,5.','Imprimer','Portrait','Impression\x20en\x20cours…','Paysage','1847457wyRhzc','87ohSccU','89008reJkjH','Horizontal','Format\x20du\x20papier','172799ntMnGv','Ordre\x20des\x20pages','2958scrgzT','Diapositives\x20pleine\x20page'];_0x5c2a=function(){return _0x4cf793;};return _0x5c2a();}(function(_0x8ad20a,_0x510df6){const _0x21f3f8=_0x48a2,_0x378bdd=_0x8ad20a();while(!![]){try{const _0x37c652=parseInt(_0x21f3f8(0x11e))/0x1+parseInt(_0x21f3f8(0x112))/0x2*(parseInt(_0x21f3f8(0x12c))/0x3)+parseInt(_0x21f3f8(0x122))/0x4*(parseInt(_0x21f3f8(0x121))/0x5)+-parseInt(_0x21f3f8(0x125))/0x6+parseInt(_0x21f3f8(0x115))/0x7*(-parseInt(_0x21f3f8(0x12d))/0x8)+parseInt(_0x21f3f8(0x12b))/0x9+parseInt(_0x21f3f8(0x120))/0xa*(-parseInt(_0x21f3f8(0x110))/0xb);if(_0x37c652===_0x510df6)break;else _0x378bdd['push'](_0x378bdd['shift']());}catch(_0x3fec30){_0x378bdd['push'](_0x378bdd['shift']());}}}(_0x5c2a,0xb540f));const e={'slides-print':{'menu':_0x1c1e55(0x127),'header':{'pages':'Total\x20:\x20{0}\x20pages','cancel':_0x1c1e55(0x123),'next':'Suivant','printing':_0x1c1e55(0x129)},'settings':{'range':'Plage\x20d’impression','rangePlaceholder':'Toutes\x20les\x20diapositives\x20ou\x201-3,5','rangeInvalid':_0x1c1e55(0x126),'layout':_0x1c1e55(0x11c),'fullPage':_0x1c1e55(0x113),'notesPage':_0x1c1e55(0x11d),'handout':_0x1c1e55(0x124),'slidesPerPage':_0x1c1e55(0x11b),'order':_0x1c1e55(0x111),'horizontal':_0x1c1e55(0x12e),'vertical':_0x1c1e55(0x116),'paperSize':_0x1c1e55(0x10f),'orientation':_0x1c1e55(0x119),'portrait':_0x1c1e55(0x128),'landscape':_0x1c1e55(0x12a),'margin':'Marges','normal':_0x1c1e55(0x11a),'narrow':_0x1c1e55(0x114),'wide':_0x1c1e55(0x11f),'none':_0x1c1e55(0x118),'formatting':'Mise\x20en\x20forme','frameSlides':'Encadrer\x20les\x20diapositives','slideNumber':_0x1c1e55(0x117)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x321c(_0x2fdeed,_0x1c960b){_0x2fdeed=_0x2fdeed-0x1ed;const _0x49682e=_0x4968();let _0x321c65=_0x49682e[_0x2fdeed];return _0x321c65;}const _0x18f046=_0x321c;function _0x4968(){const _0x17369b=['9TYfuXC','Cetak','1595964xJyfuK','778YVZXOj','28xRPyps','44bXhPzw','3549550Ylahxw','2015820cSPGOh','1807SbkCMq','413538RwVtQm','2362072Fzceip','2336140IvNHjJ'];_0x4968=function(){return _0x17369b;};return _0x4968();}(function(_0x2c3647,_0x4c6940){const _0x48f68f=_0x321c,_0x53371b=_0x2c3647();while(!![]){try{const _0x537beb=parseInt(_0x48f68f(0x1f7))/0x1*(parseInt(_0x48f68f(0x1f2))/0x2)+-parseInt(_0x48f68f(0x1f6))/0x3+-parseInt(_0x48f68f(0x1f1))/0x4+-parseInt(_0x48f68f(0x1f5))/0x5+parseInt(_0x48f68f(0x1f8))/0x6*(parseInt(_0x48f68f(0x1f3))/0x7)+parseInt(_0x48f68f(0x1ed))/0x8*(parseInt(_0x48f68f(0x1ef))/0x9)+-parseInt(_0x48f68f(0x1ee))/0xa*(-parseInt(_0x48f68f(0x1f4))/0xb);if(_0x537beb===_0x4c6940)break;else _0x53371b['push'](_0x53371b['shift']());}catch(_0x5b4a91){_0x53371b['push'](_0x53371b['shift']());}}}(_0x4968,0x685e1));const e={'slides-print':{'menu':_0x18f046(0x1f0)}};export{e as default};
1
+ function _0x27b8(){const _0x3dec03=['Orientasi','10gOSFQl','140393HSyVUx','12GBSXQy','Cetak','Vertikal','5744766ywtVZi','Slide\x20per\x20halaman','Cetak\x20nomor\x20slide','Margin','Batal','1208BfbpGx','Sempit','13808898yCRAzP','Horizontal','Beri\x20bingkai\x20pada\x20slide','Lanskap','Normal','Rentang\x20cetak','Tanpa\x20margin','Semua\x20slide,\x20atau\x201-3,5','Slide\x20satu\x20halaman\x20penuh','Ukuran\x20kertas','361549iYeZGo','3iiXxBf','Mencetak…','2326622UBFNTK','75299VUIprP','Urutan\x20halaman','Potret','1498675vIGEht','Lebar','444RCmqVL'];_0x27b8=function(){return _0x3dec03;};return _0x27b8();}function _0x11f9(_0x4e7664,_0x2b4fe6){_0x4e7664=_0x4e7664-0x1c2;const _0x27b8b2=_0x27b8();let _0x11f961=_0x27b8b2[_0x4e7664];return _0x11f961;}const _0x557e6a=_0x11f9;(function(_0x36a336,_0x39ed98){const _0x1008ad=_0x11f9,_0x1dbe8=_0x36a336();while(!![]){try{const _0x3ee22d=parseInt(_0x1008ad(0x1d9))/0x1+parseInt(_0x1008ad(0x1dc))/0x2*(parseInt(_0x1008ad(0x1da))/0x3)+parseInt(_0x1008ad(0x1c5))/0x4*(parseInt(_0x1008ad(0x1e0))/0x5)+-parseInt(_0x1008ad(0x1c8))/0x6+parseInt(_0x1008ad(0x1dd))/0x7*(-parseInt(_0x1008ad(0x1cd))/0x8)+parseInt(_0x1008ad(0x1cf))/0x9*(parseInt(_0x1008ad(0x1c3))/0xa)+-parseInt(_0x1008ad(0x1c4))/0xb*(parseInt(_0x1008ad(0x1e2))/0xc);if(_0x3ee22d===_0x39ed98)break;else _0x1dbe8['push'](_0x1dbe8['shift']());}catch(_0x2eb4be){_0x1dbe8['push'](_0x1dbe8['shift']());}}}(_0x27b8,0xdccc4));const e={'slides-print':{'menu':_0x557e6a(0x1c6),'header':{'pages':'Total\x20{0}\x20halaman','cancel':_0x557e6a(0x1cc),'next':'Berikutnya','printing':_0x557e6a(0x1db)},'settings':{'range':_0x557e6a(0x1d4),'rangePlaceholder':_0x557e6a(0x1d6),'rangeInvalid':'Masukkan\x20nomor\x20slide\x20dalam\x20presentasi,\x20misalnya\x201-3,5.','layout':'Tata\x20letak\x20cetak','fullPage':_0x557e6a(0x1d7),'notesPage':'Halaman\x20catatan','handout':'Handout','slidesPerPage':_0x557e6a(0x1c9),'order':_0x557e6a(0x1de),'horizontal':_0x557e6a(0x1d0),'vertical':_0x557e6a(0x1c7),'paperSize':_0x557e6a(0x1d8),'orientation':_0x557e6a(0x1c2),'portrait':_0x557e6a(0x1df),'landscape':_0x557e6a(0x1d2),'margin':_0x557e6a(0x1cb),'normal':_0x557e6a(0x1d3),'narrow':_0x557e6a(0x1ce),'wide':_0x557e6a(0x1e1),'none':_0x557e6a(0x1d5),'formatting':'Pemformatan','frameSlides':_0x557e6a(0x1d1),'slideNumber':_0x557e6a(0x1ca)}}};export{e as default};
@@ -1 +1 @@
1
- const _0xd222da=_0x58f3;(function(_0x1a0db9,_0xf4a934){const _0x22b7eb=_0x58f3,_0x3607af=_0x1a0db9();while(!![]){try{const _0x50b6e1=-parseInt(_0x22b7eb(0xff))/0x1*(-parseInt(_0x22b7eb(0xf6))/0x2)+-parseInt(_0x22b7eb(0xf5))/0x3*(parseInt(_0x22b7eb(0xf8))/0x4)+parseInt(_0x22b7eb(0xf7))/0x5*(-parseInt(_0x22b7eb(0xf9))/0x6)+parseInt(_0x22b7eb(0xf4))/0x7+parseInt(_0x22b7eb(0xfc))/0x8*(-parseInt(_0x22b7eb(0xfe))/0x9)+-parseInt(_0x22b7eb(0xfb))/0xa+parseInt(_0x22b7eb(0xfa))/0xb;if(_0x50b6e1===_0xf4a934)break;else _0x3607af['push'](_0x3607af['shift']());}catch(_0x2d1683){_0x3607af['push'](_0x3607af['shift']());}}}(_0x281e,0xe2c27));const e={'slides-print':{'menu':_0xd222da(0xfd)}};function _0x58f3(_0x5ee09f,_0x33c898){_0x5ee09f=_0x5ee09f-0xf4;const _0x281e87=_0x281e();let _0x58f34f=_0x281e87[_0x5ee09f];return _0x58f34f;}function _0x281e(){const _0x3d8896=['783tiTxTM','162neCuok','8507030kEYsVt','35265djzrnK','15828MEyZyN','825CcCqok','316DZtlHv','58494MQzoLT','26712576xLKdTN','10714560QELuyH','35704xOkFhn','Stampa'];_0x281e=function(){return _0x3d8896;};return _0x281e();}export{e as default};
1
+ const _0x7438b2=_0x23da;function _0x23da(_0x2829e4,_0x50be99){_0x2829e4=_0x2829e4-0x171;const _0x12986b=_0x1298();let _0x23dad8=_0x12986b[_0x2829e4];return _0x23dad8;}(function(_0x1d69c1,_0x4e2989){const _0x50e9f3=_0x23da,_0x2652c6=_0x1d69c1();while(!![]){try{const _0x552f1f=-parseInt(_0x50e9f3(0x17c))/0x1*(parseInt(_0x50e9f3(0x177))/0x2)+-parseInt(_0x50e9f3(0x171))/0x3+parseInt(_0x50e9f3(0x172))/0x4+parseInt(_0x50e9f3(0x187))/0x5+parseInt(_0x50e9f3(0x189))/0x6*(-parseInt(_0x50e9f3(0x18b))/0x7)+-parseInt(_0x50e9f3(0x175))/0x8+-parseInt(_0x50e9f3(0x17a))/0x9*(-parseInt(_0x50e9f3(0x188))/0xa);if(_0x552f1f===_0x4e2989)break;else _0x2652c6['push'](_0x2652c6['shift']());}catch(_0x4b697a){_0x2652c6['push'](_0x2652c6['shift']());}}}(_0x1298,0xdd353));const e={'slides-print':{'menu':'Stampa','header':{'pages':_0x7438b2(0x17d),'cancel':_0x7438b2(0x178),'next':'Avanti','printing':'Stampa\x20in\x20corso…'},'settings':{'range':'Intervallo\x20di\x20stampa','rangePlaceholder':'Tutte\x20le\x20diapositive\x20o\x201-3,5','rangeInvalid':_0x7438b2(0x17b),'layout':_0x7438b2(0x17e),'fullPage':_0x7438b2(0x17f),'notesPage':_0x7438b2(0x180),'handout':_0x7438b2(0x173),'slidesPerPage':'Diapositive\x20per\x20pagina','order':_0x7438b2(0x185),'horizontal':'Orizzontale','vertical':_0x7438b2(0x186),'paperSize':_0x7438b2(0x179),'orientation':_0x7438b2(0x184),'portrait':_0x7438b2(0x186),'landscape':_0x7438b2(0x18a),'margin':_0x7438b2(0x176),'normal':_0x7438b2(0x182),'narrow':'Stretti','wide':_0x7438b2(0x18c),'none':_0x7438b2(0x181),'formatting':_0x7438b2(0x174),'frameSlides':'Incornicia\x20diapositive','slideNumber':_0x7438b2(0x183)}}};function _0x1298(){const _0x892a4f=['Stampati','Formattazione','5774336uHyHXl','Margini','18oruMLR','Annulla','Formato\x20carta','9eoKymP','Inserisci\x20numeri\x20di\x20diapositiva\x20presenti\x20nella\x20presentazione,\x20ad\x20esempio\x201-3,5.','10415RZkhqd','Totale:\x20{0}\x20pagine','Layout\x20di\x20stampa','Diapositive\x20a\x20pagina\x20intera','Pagine\x20note','Nessuno','Normali','Stampa\x20numeri\x20diapositiva','Orientamento','Ordine\x20pagine','Verticale','6424095YpfHIR','14064590NwvwrU','6598674GhzGGp','Orizzontale','7lgzkPw','Larghi','950253SYJyar','1787384pFqzoN'];_0x1298=function(){return _0x892a4f;};return _0x1298();}export{e as default};
@@ -1 +1 @@
1
- (function(_0x46d44c,_0x10472e){const _0x560a2b=_0x26cc,_0xe2ba07=_0x46d44c();while(!![]){try{const _0x2a1d25=parseInt(_0x560a2b(0xb4))/0x1+-parseInt(_0x560a2b(0xae))/0x2+parseInt(_0x560a2b(0xaf))/0x3*(parseInt(_0x560a2b(0xb7))/0x4)+parseInt(_0x560a2b(0xb5))/0x5+-parseInt(_0x560a2b(0xb0))/0x6*(-parseInt(_0x560a2b(0xb6))/0x7)+parseInt(_0x560a2b(0xb1))/0x8*(parseInt(_0x560a2b(0xb2))/0x9)+-parseInt(_0x560a2b(0xb3))/0xa;if(_0x2a1d25===_0x10472e)break;else _0xe2ba07['push'](_0xe2ba07['shift']());}catch(_0x5549ba){_0xe2ba07['push'](_0xe2ba07['shift']());}}}(_0x56c5,0x5d989));const e={'slides-print':{'menu':'印刷'}};export{e as default};function _0x26cc(_0x1f80e0,_0x24dd26){_0x1f80e0=_0x1f80e0-0xae;const _0x56c5c7=_0x56c5();let _0x26cc92=_0x56c5c7[_0x1f80e0];return _0x26cc92;}function _0x56c5(){const _0x2e6375=['856RnlUzb','37359wxWoGi','12355270BTikHz','632680jPSAsZ','1502455TNZfwF','264047YGlmrh','44iIlGhX','1504138XMZZgn','178404jdKpHl','54zyVPau'];_0x56c5=function(){return _0x2e6375;};return _0x56c5();}
1
+ const _0x1c21e4=_0x2b78;function _0x68aa(){const _0x443ad5=['54xyYZCB','縦方向','10SukCDS','7106922jgOVKI','1715WHXRLo','キャンセル','6877233fLufLc','用紙サイズ','フルページサイズのスライド','2369260VKIqVI','6nbtgtf','印刷中…','11592000ieaFRV','全\x20{0}\x20ページ','32719BKWBLu','29552LzvYdt','印刷の向き','プレゼンテーション内のスライド番号を入力してください(例:\x201-3,5)。','ページ順序','横方向','印刷レイアウト','印刷範囲','4ORoamx','1\x20ページあたりのスライド数','590118vYKSFM'];_0x68aa=function(){return _0x443ad5;};return _0x68aa();}(function(_0x2eba89,_0x2e65a6){const _0x28194d=_0x2b78,_0x198904=_0x2eba89();while(!![]){try{const _0x36a20c=-parseInt(_0x28194d(0xea))/0x1*(parseInt(_0x28194d(0xf5))/0x2)+parseInt(_0x28194d(0xf4))/0x3*(-parseInt(_0x28194d(0xf2))/0x4)+parseInt(_0x28194d(0xfe))/0x5*(parseInt(_0x28194d(0xff))/0x6)+parseInt(_0x28194d(0xf9))/0x7*(-parseInt(_0x28194d(0xeb))/0x8)+parseInt(_0x28194d(0xf8))/0x9+parseInt(_0x28194d(0xf7))/0xa*(parseInt(_0x28194d(0xfb))/0xb)+parseInt(_0x28194d(0x101))/0xc;if(_0x36a20c===_0x2e65a6)break;else _0x198904['push'](_0x198904['shift']());}catch(_0x3b4081){_0x198904['push'](_0x198904['shift']());}}}(_0x68aa,0xd44bc));function _0x2b78(_0x2ba010,_0x2bf910){_0x2ba010=_0x2ba010-0xea;const _0x68aad4=_0x68aa();let _0x2b78a6=_0x68aad4[_0x2ba010];return _0x2b78a6;}const e={'slides-print':{'menu':'印刷','header':{'pages':_0x1c21e4(0x102),'cancel':_0x1c21e4(0xfa),'next':'次へ','printing':_0x1c21e4(0x100)},'settings':{'range':_0x1c21e4(0xf1),'rangePlaceholder':'すべてのスライド、または\x201-3,5','rangeInvalid':_0x1c21e4(0xed),'layout':_0x1c21e4(0xf0),'fullPage':_0x1c21e4(0xfd),'notesPage':'ノート','handout':'配布資料','slidesPerPage':_0x1c21e4(0xf3),'order':_0x1c21e4(0xee),'horizontal':_0x1c21e4(0xef),'vertical':_0x1c21e4(0xf6),'paperSize':_0x1c21e4(0xfc),'orientation':_0x1c21e4(0xec),'portrait':'縦','landscape':'横','margin':'余白','normal':'標準','narrow':'狭い','wide':'広い','none':'なし','formatting':'書式','frameSlides':'スライドに枠を付ける','slideNumber':'スライド番号を印刷する'}}};export{e as default};
@@ -1 +1 @@
1
- function _0x258e(){const _0x34cc63=['4123496jtWNuA','1329716Rhpfax','660144QxpUtZ','1496152fhTqPq','984476SvGEox','9isbgqa','22558070mlxVbU','3EkqXNC','87775YCieSK','192XfhrLQ'];_0x258e=function(){return _0x34cc63;};return _0x258e();}(function(_0x15a81c,_0x502a3a){const _0x192024=_0x1e2e,_0x54021a=_0x15a81c();while(!![]){try{const _0x5c581e=-parseInt(_0x192024(0x1d0))/0x1+parseInt(_0x192024(0x1cf))/0x2*(-parseInt(_0x192024(0x1cb))/0x3)+-parseInt(_0x192024(0x1d2))/0x4+parseInt(_0x192024(0x1cc))/0x5*(-parseInt(_0x192024(0x1cd))/0x6)+-parseInt(_0x192024(0x1d1))/0x7+parseInt(_0x192024(0x1ce))/0x8+-parseInt(_0x192024(0x1d3))/0x9*(-parseInt(_0x192024(0x1d4))/0xa);if(_0x5c581e===_0x502a3a)break;else _0x54021a['push'](_0x54021a['shift']());}catch(_0x1720f1){_0x54021a['push'](_0x54021a['shift']());}}}(_0x258e,0x67ab3));const e={'slides-print':{'menu':'인쇄'}};function _0x1e2e(_0x1920e8,_0x4e587b){_0x1920e8=_0x1920e8-0x1cb;const _0x258e19=_0x258e();let _0x1e2e40=_0x258e19[_0x1920e8];return _0x1e2e40;}export{e as default};
1
+ const _0xe48e6b=_0x245f;function _0x4cad(){const _0x448e6d=['용지\x20방향','3445MgYisT','가로\x20방향','2631789JRRqcz','세로\x20방향','슬라이드\x20테두리','353222XpICPy','10BQoYkZ','페이지\x20순서','18ERuWDd','7155313YNyLvc','노트\x20페이지','76452SEffQw','모든\x20슬라이드\x20또는\x201-3,5','22631NnikAg','페이지당\x20슬라이드\x20수','66876Fnleua','프레젠테이션에\x20있는\x20슬라이드\x20번호를\x20입력하세요.\x20예:\x201-3,5.','전체\x20페이지\x20슬라이드','1614WBmDcw','유인물','16rgQzLI','236dyqkIg','22315CuQiAz'];_0x4cad=function(){return _0x448e6d;};return _0x4cad();}function _0x245f(_0x11cd09,_0x9f6a0b){_0x11cd09=_0x11cd09-0x11e;const _0x4cad75=_0x4cad();let _0x245f1c=_0x4cad75[_0x11cd09];return _0x245f1c;}(function(_0x57826f,_0x32b8aa){const _0x3bbc00=_0x245f,_0x282227=_0x57826f();while(!![]){try{const _0x50186e=-parseInt(_0x3bbc00(0x121))/0x1+parseInt(_0x3bbc00(0x12b))/0x2*(-parseInt(_0x3bbc00(0x124))/0x3)+-parseInt(_0x3bbc00(0x131))/0x4*(-parseInt(_0x3bbc00(0x132))/0x5)+-parseInt(_0x3bbc00(0x12e))/0x6*(parseInt(_0x3bbc00(0x129))/0x7)+-parseInt(_0x3bbc00(0x130))/0x8*(-parseInt(_0x3bbc00(0x11e))/0x9)+parseInt(_0x3bbc00(0x122))/0xa*(-parseInt(_0x3bbc00(0x125))/0xb)+parseInt(_0x3bbc00(0x127))/0xc*(parseInt(_0x3bbc00(0x134))/0xd);if(_0x50186e===_0x32b8aa)break;else _0x282227['push'](_0x282227['shift']());}catch(_0x18cc5c){_0x282227['push'](_0x282227['shift']());}}}(_0x4cad,0x70e80));const e={'slides-print':{'menu':'인쇄','header':{'pages':'총\x20{0}페이지','cancel':'취소','next':'다음','printing':'인쇄\x20중…'},'settings':{'range':'인쇄\x20범위','rangePlaceholder':_0xe48e6b(0x128),'rangeInvalid':_0xe48e6b(0x12c),'layout':'인쇄\x20레이아웃','fullPage':_0xe48e6b(0x12d),'notesPage':_0xe48e6b(0x126),'handout':_0xe48e6b(0x12f),'slidesPerPage':_0xe48e6b(0x12a),'order':_0xe48e6b(0x123),'horizontal':_0xe48e6b(0x135),'vertical':_0xe48e6b(0x11f),'paperSize':'용지\x20크기','orientation':_0xe48e6b(0x133),'portrait':'세로','landscape':'가로','margin':'여백','normal':'보통','narrow':'좁게','wide':'넓게','none':'없음','formatting':'서식','frameSlides':_0xe48e6b(0x120),'slideNumber':'슬라이드\x20번호\x20인쇄'}}};export{e as default};
@@ -1 +1 @@
1
- function _0x1e2e(_0x396f49,_0x135963){_0x396f49=_0x396f49-0x12e;const _0x2c7489=_0x2c74();let _0x1e2eeb=_0x2c7489[_0x396f49];return _0x1e2eeb;}const _0x123248=_0x1e2e;function _0x2c74(){const _0x143b32=['415591gLkHnS','939LZbMjm','23879115qJYClA','1178568ewBKNK','2kPlCWd','4697964cYwxPV','6368BObnik','12iAIGGe','18JQOxlT','10548940rjOukZ','457165brscns','11htJYEH','7hygDOi','Drukuj'];_0x2c74=function(){return _0x143b32;};return _0x2c74();}(function(_0x15ab69,_0x4bb957){const _0x32fd63=_0x1e2e,_0x557102=_0x15ab69();while(!![]){try{const _0x424f9b=-parseInt(_0x32fd63(0x13a))/0x1*(-parseInt(_0x32fd63(0x130))/0x2)+-parseInt(_0x32fd63(0x13b))/0x3*(-parseInt(_0x32fd63(0x132))/0x4)+parseInt(_0x32fd63(0x136))/0x5*(-parseInt(_0x32fd63(0x134))/0x6)+parseInt(_0x32fd63(0x138))/0x7*(-parseInt(_0x32fd63(0x12f))/0x8)+-parseInt(_0x32fd63(0x131))/0x9+-parseInt(_0x32fd63(0x135))/0xa*(parseInt(_0x32fd63(0x137))/0xb)+parseInt(_0x32fd63(0x133))/0xc*(parseInt(_0x32fd63(0x12e))/0xd);if(_0x424f9b===_0x4bb957)break;else _0x557102['push'](_0x557102['shift']());}catch(_0x43ae7e){_0x557102['push'](_0x557102['shift']());}}}(_0x2c74,0xb7a68));const e={'slides-print':{'menu':_0x123248(0x139)}};export{e as default};
1
+ function _0x3f0f(){const _0x29b1df=['6QSgJBh','Marginesy','Formatowanie','9512zdwNxO','Rozmiar\x20papieru','Drukuj\x20numery\x20slajdów','Anuluj','Materiały\x20informacyjne','Pionowa','Slajdy\x20na\x20całej\x20stronie','Dalej','17947842sjaNbY','Drukuj','Pozioma','801FKlgQw','165613izfKiC','Zakres\x20wydruku','Brak','Wąskie','Wprowadź\x20numery\x20slajdów\x20z\x20prezentacji,\x20na\x20przykład\x201-3,5.','Łącznie:\x20{0}\x20stron','12961521SCpEQk','Obramowanie\x20slajdów','1GzdSqj','1576890XbPoPH','Szerokie','Pionowo','Układ\x20wydruku','Orientacja','4355890vwBirK','Poziomo','Drukowanie…','Strony\x20notatek','184TsyjHK','1011956naOiez'];_0x3f0f=function(){return _0x29b1df;};return _0x3f0f();}const _0x371eac=_0x25d5;(function(_0x4fef44,_0x1550e8){const _0x2b6ced=_0x25d5,_0x10a3ce=_0x4fef44();while(!![]){try{const _0x4fa4df=-parseInt(_0x2b6ced(0x18f))/0x1*(-parseInt(_0x2b6ced(0x19a))/0x2)+-parseInt(_0x2b6ced(0x1a9))/0x3*(-parseInt(_0x2b6ced(0x19e))/0x4)+-parseInt(_0x2b6ced(0x195))/0x5*(parseInt(_0x2b6ced(0x19b))/0x6)+-parseInt(_0x2b6ced(0x1aa))/0x7*(-parseInt(_0x2b6ced(0x199))/0x8)+parseInt(_0x2b6ced(0x1b0))/0x9+parseInt(_0x2b6ced(0x190))/0xa+-parseInt(_0x2b6ced(0x1a6))/0xb;if(_0x4fa4df===_0x1550e8)break;else _0x10a3ce['push'](_0x10a3ce['shift']());}catch(_0x847752){_0x10a3ce['push'](_0x10a3ce['shift']());}}}(_0x3f0f,0xbe757));function _0x25d5(_0x1331dd,_0x3eb9ae){_0x1331dd=_0x1331dd-0x18e;const _0x3f0f40=_0x3f0f();let _0x25d5d7=_0x3f0f40[_0x1331dd];return _0x25d5d7;}const e={'slides-print':{'menu':_0x371eac(0x1a7),'header':{'pages':_0x371eac(0x1af),'cancel':_0x371eac(0x1a1),'next':_0x371eac(0x1a5),'printing':_0x371eac(0x197)},'settings':{'range':_0x371eac(0x1ab),'rangePlaceholder':'Wszystkie\x20slajdy\x20lub\x201-3,5','rangeInvalid':_0x371eac(0x1ae),'layout':_0x371eac(0x193),'fullPage':_0x371eac(0x1a4),'notesPage':_0x371eac(0x198),'handout':_0x371eac(0x1a2),'slidesPerPage':'Slajdów\x20na\x20stronie','order':'Kolejność\x20stron','horizontal':_0x371eac(0x196),'vertical':_0x371eac(0x192),'paperSize':_0x371eac(0x19f),'orientation':_0x371eac(0x194),'portrait':_0x371eac(0x1a3),'landscape':_0x371eac(0x1a8),'margin':_0x371eac(0x19c),'normal':'Normalne','narrow':_0x371eac(0x1ad),'wide':_0x371eac(0x191),'none':_0x371eac(0x1ac),'formatting':_0x371eac(0x19d),'frameSlides':_0x371eac(0x18e),'slideNumber':_0x371eac(0x1a0)}}};export{e as default};
@@ -1 +1 @@
1
- (function(_0x49f1ac,_0x4c4b3f){const _0x4ae4e0=_0x2556,_0x587937=_0x49f1ac();while(!![]){try{const _0x39c737=parseInt(_0x4ae4e0(0x14f))/0x1*(-parseInt(_0x4ae4e0(0x148))/0x2)+-parseInt(_0x4ae4e0(0x150))/0x3*(-parseInt(_0x4ae4e0(0x151))/0x4)+-parseInt(_0x4ae4e0(0x14c))/0x5*(-parseInt(_0x4ae4e0(0x14d))/0x6)+-parseInt(_0x4ae4e0(0x146))/0x7*(-parseInt(_0x4ae4e0(0x14e))/0x8)+-parseInt(_0x4ae4e0(0x14b))/0x9+parseInt(_0x4ae4e0(0x147))/0xa*(parseInt(_0x4ae4e0(0x14a))/0xb)+parseInt(_0x4ae4e0(0x149))/0xc*(-parseInt(_0x4ae4e0(0x145))/0xd);if(_0x39c737===_0x4c4b3f)break;else _0x587937['push'](_0x587937['shift']());}catch(_0x4bce57){_0x587937['push'](_0x587937['shift']());}}}(_0x98fe,0x8e3e1));function _0x2556(_0x19acb0,_0xeacad6){_0x19acb0=_0x19acb0-0x145;const _0x98fec8=_0x98fe();let _0x25562a=_0x98fec8[_0x19acb0];return _0x25562a;}function _0x98fe(){const _0x321bb6=['708983FckHCS','2567853vKyErU','5522135ERPDID','6nvpoeF','27896ClxvvG','45183qZPcDz','6yrKJkO','1854200ZLSzHw','351EUzVYg','644puwGgg','170SNjCzC','22euPFUR','925812bLtuBq'];_0x98fe=function(){return _0x321bb6;};return _0x98fe();}const e={'slides-print':{'menu':'Imprimir'}};export{e as default};
1
+ const _0x271901=_0x46a3;(function(_0x59da12,_0x34a146){const _0x464c75=_0x46a3,_0x2f9e8a=_0x59da12();while(!![]){try{const _0x276314=-parseInt(_0x464c75(0x1a2))/0x1+parseInt(_0x464c75(0x1b2))/0x2+parseInt(_0x464c75(0x1af))/0x3*(parseInt(_0x464c75(0x1b0))/0x4)+parseInt(_0x464c75(0x19e))/0x5+-parseInt(_0x464c75(0x1a1))/0x6+parseInt(_0x464c75(0x196))/0x7*(-parseInt(_0x464c75(0x1b3))/0x8)+parseInt(_0x464c75(0x199))/0x9*(parseInt(_0x464c75(0x1a8))/0xa);if(_0x276314===_0x34a146)break;else _0x2f9e8a['push'](_0x2f9e8a['shift']());}catch(_0x4b5e97){_0x2f9e8a['push'](_0x2f9e8a['shift']());}}}(_0x50b7,0x53499));function _0x46a3(_0x28cd1f,_0x3d7883){_0x28cd1f=_0x28cd1f-0x195;const _0x50b7b4=_0x50b7();let _0x46a3ea=_0x50b7b4[_0x28cd1f];return _0x46a3ea;}const e={'slides-print':{'menu':_0x271901(0x1a4),'header':{'pages':_0x271901(0x19a),'cancel':_0x271901(0x1a0),'next':'Avançar','printing':_0x271901(0x1a7)},'settings':{'range':_0x271901(0x195),'rangePlaceholder':_0x271901(0x197),'rangeInvalid':_0x271901(0x1a6),'layout':'Layout\x20de\x20impressão','fullPage':_0x271901(0x1ab),'notesPage':_0x271901(0x1a5),'handout':_0x271901(0x19d),'slidesPerPage':_0x271901(0x1aa),'order':_0x271901(0x1a3),'horizontal':'Horizontal','vertical':'Vertical','paperSize':_0x271901(0x1ad),'orientation':_0x271901(0x19f),'portrait':_0x271901(0x1ac),'landscape':_0x271901(0x19c),'margin':'Margens','normal':'Normal','narrow':_0x271901(0x1a9),'wide':'Largas','none':_0x271901(0x1ae),'formatting':_0x271901(0x19b),'frameSlides':_0x271901(0x1b1),'slideNumber':_0x271901(0x198)}}};function _0x50b7(){const _0x1e3562=['Retrato','Tamanho\x20do\x20papel','Nenhuma','9BsyaIl','119052iVbQRP','Enquadrar\x20slides','388346GevvMH','33064UwkOzy','Intervalo\x20de\x20impressão','1064CobrcM','Todos\x20os\x20slides\x20ou\x201-3,5','Imprimir\x20números\x20dos\x20slides','76752sdwHkb','Total:\x20{0}\x20páginas','Formatação','Paisagem','Folhetos','2372330ApfJgN','Orientação','Cancelar','2079486PfSHMx','567682dterTF','Ordem\x20das\x20páginas','Imprimir','Anotações','Insira\x20números\x20de\x20slides\x20da\x20apresentação,\x20por\x20exemplo\x201-3,5.','Imprimindo…','1320iHPoWh','Estreitas','Slides\x20por\x20página','Slides\x20em\x20página\x20inteira'];_0x50b7=function(){return _0x1e3562;};return _0x50b7();}export{e as default};
@@ -1 +1 @@
1
- (function(_0xcb2b36,_0x341eb3){const _0x2e1eee=_0x995c,_0x4d9e3f=_0xcb2b36();while(!![]){try{const _0x7a0cc3=-parseInt(_0x2e1eee(0x1f0))/0x1*(parseInt(_0x2e1eee(0x1f5))/0x2)+parseInt(_0x2e1eee(0x1ec))/0x3*(parseInt(_0x2e1eee(0x1ef))/0x4)+-parseInt(_0x2e1eee(0x1ed))/0x5+-parseInt(_0x2e1eee(0x1f1))/0x6*(-parseInt(_0x2e1eee(0x1f4))/0x7)+parseInt(_0x2e1eee(0x1ee))/0x8+-parseInt(_0x2e1eee(0x1f2))/0x9*(-parseInt(_0x2e1eee(0x1f3))/0xa)+-parseInt(_0x2e1eee(0x1f6))/0xb;if(_0x7a0cc3===_0x341eb3)break;else _0x4d9e3f['push'](_0x4d9e3f['shift']());}catch(_0x446e8f){_0x4d9e3f['push'](_0x4d9e3f['shift']());}}}(_0xf3ae,0xeffad));function _0x995c(_0x80e402,_0x8003f7){_0x80e402=_0x80e402-0x1ec;const _0xf3ae71=_0xf3ae();let _0x995c71=_0xf3ae71[_0x80e402];return _0x995c71;}const e={'slides-print':{'menu':'Печать'}};export{e as default};function _0xf3ae(){const _0x5b17b0=['5598356mSkCmT','6781obGWfG','4878wDtdhZ','9IGaQmN','5266810nyEnqk','12187iIyOvl','166FKINOI','29582025HUFrZN','3HHtojb','1016685bVTtUH','8773512iDddnI'];_0xf3ae=function(){return _0x5b17b0;};return _0xf3ae();}
1
+ const _0x40bfb6=_0xf0a1;(function(_0x3d73f2,_0x33cc16){const _0x15ee8c=_0xf0a1,_0x385f86=_0x3d73f2();while(!![]){try{const _0x503426=parseInt(_0x15ee8c(0x148))/0x1+-parseInt(_0x15ee8c(0x156))/0x2*(-parseInt(_0x15ee8c(0x14a))/0x3)+-parseInt(_0x15ee8c(0x151))/0x4+parseInt(_0x15ee8c(0x14d))/0x5*(parseInt(_0x15ee8c(0x157))/0x6)+-parseInt(_0x15ee8c(0x154))/0x7+-parseInt(_0x15ee8c(0x152))/0x8*(parseInt(_0x15ee8c(0x160))/0x9)+-parseInt(_0x15ee8c(0x146))/0xa;if(_0x503426===_0x33cc16)break;else _0x385f86['push'](_0x385f86['shift']());}catch(_0x572009){_0x385f86['push'](_0x385f86['shift']());}}}(_0x212c,0xe5ca4));const e={'slides-print':{'menu':_0x40bfb6(0x159),'header':{'pages':_0x40bfb6(0x15a),'cancel':_0x40bfb6(0x149),'next':_0x40bfb6(0x145),'printing':'Печать…'},'settings':{'range':_0x40bfb6(0x15b),'rangePlaceholder':'Все\x20слайды\x20или\x201-3,5','rangeInvalid':_0x40bfb6(0x15f),'layout':_0x40bfb6(0x14e),'fullPage':_0x40bfb6(0x14b),'notesPage':'Страницы\x20заметок','handout':'Выдачи','slidesPerPage':_0x40bfb6(0x147),'order':_0x40bfb6(0x158),'horizontal':_0x40bfb6(0x155),'vertical':'По\x20вертикали','paperSize':_0x40bfb6(0x153),'orientation':_0x40bfb6(0x144),'portrait':_0x40bfb6(0x15c),'landscape':_0x40bfb6(0x14f),'margin':'Поля','normal':_0x40bfb6(0x15e),'narrow':'Узкие','wide':_0x40bfb6(0x150),'none':_0x40bfb6(0x15d),'formatting':'Форматирование','frameSlides':'Рамка\x20слайдов','slideNumber':_0x40bfb6(0x14c)}}};function _0xf0a1(_0x5891d2,_0x4cb5f0){_0x5891d2=_0x5891d2-0x144;const _0x212cfb=_0x212c();let _0xf0a141=_0x212cfb[_0x5891d2];return _0xf0a141;}export{e as default};function _0x212c(){const _0x192f22=['Альбомная','Широкие','2984588FviTSx','8NGnolp','Размер\x20бумаги','3679459VrFGyA','По\x20горизонтали','80576gqpsgG','156nWVOFJ','Порядок\x20страниц','Печать','Всего\x20страниц:\x20{0}','Диапазон\x20печати','Книжная','Нет','Обычные','Введите\x20номера\x20слайдов\x20из\x20презентации,\x20например\x201-3,5.','1448235PkDTuI','Ориентация','Далее','4657010hhydiw','Слайдов\x20на\x20странице','790654qojIUZ','Отмена','69Lwcsrq','Слайды\x20на\x20всю\x20страницу','Печатать\x20номера\x20слайдов','215835YXLnYt','Макет\x20печати'];_0x212c=function(){return _0x192f22;};return _0x212c();}
@@ -1 +1 @@
1
- const _0x53eeb4=_0x3db5;function _0x3db5(_0x5e26b3,_0x58ec7c){_0x5e26b3=_0x5e26b3-0x6e;const _0x50192f=_0x5019();let _0x3db593=_0x50192f[_0x5e26b3];return _0x3db593;}(function(_0x4fa9d6,_0x522f24){const _0x2c4fe9=_0x3db5,_0x9d9bd7=_0x4fa9d6();while(!![]){try{const _0x215ecb=-parseInt(_0x2c4fe9(0x74))/0x1*(parseInt(_0x2c4fe9(0x77))/0x2)+-parseInt(_0x2c4fe9(0x6e))/0x3+-parseInt(_0x2c4fe9(0x75))/0x4*(-parseInt(_0x2c4fe9(0x71))/0x5)+parseInt(_0x2c4fe9(0x72))/0x6+parseInt(_0x2c4fe9(0x73))/0x7+-parseInt(_0x2c4fe9(0x70))/0x8+parseInt(_0x2c4fe9(0x76))/0x9;if(_0x215ecb===_0x522f24)break;else _0x9d9bd7['push'](_0x9d9bd7['shift']());}catch(_0x30717c){_0x9d9bd7['push'](_0x9d9bd7['shift']());}}}(_0x5019,0x84e68));const e={'slides-print':{'menu':_0x53eeb4(0x6f)}};export{e as default};function _0x5019(){const _0x337ff2=['1920594ZYMhvd','3338720DeUgwW','1QKLvhB','4073564NsNSum','6461370jWhOsy','1199156kOMDix','1264185wSXrHp','Tlačiť','7744376OTplbz','5oJwabz'];_0x5019=function(){return _0x337ff2;};return _0x5019();}
1
+ const _0x3f5960=_0x44da;function _0x44da(_0x4144a4,_0x12af8b){_0x4144a4=_0x4144a4-0x1d6;const _0x35ae85=_0x35ae();let _0x44dafa=_0x35ae85[_0x4144a4];return _0x44dafa;}(function(_0x49342b,_0x1f3380){const _0x5d1dc4=_0x44da,_0x16002c=_0x49342b();while(!![]){try{const _0x2c590e=parseInt(_0x5d1dc4(0x1ea))/0x1*(-parseInt(_0x5d1dc4(0x1e3))/0x2)+parseInt(_0x5d1dc4(0x1ec))/0x3*(parseInt(_0x5d1dc4(0x1eb))/0x4)+parseInt(_0x5d1dc4(0x1e5))/0x5*(parseInt(_0x5d1dc4(0x1f1))/0x6)+parseInt(_0x5d1dc4(0x1da))/0x7*(-parseInt(_0x5d1dc4(0x1e2))/0x8)+-parseInt(_0x5d1dc4(0x1ef))/0x9*(-parseInt(_0x5d1dc4(0x1e0))/0xa)+-parseInt(_0x5d1dc4(0x1f6))/0xb+parseInt(_0x5d1dc4(0x1db))/0xc;if(_0x2c590e===_0x1f3380)break;else _0x16002c['push'](_0x16002c['shift']());}catch(_0x1f9d1b){_0x16002c['push'](_0x16002c['shift']());}}}(_0x35ae,0x1aca0));const e={'slides-print':{'menu':'Tlačiť','header':{'pages':_0x3f5960(0x1df),'cancel':_0x3f5960(0x1d7),'next':_0x3f5960(0x1f0),'printing':_0x3f5960(0x1f2)},'settings':{'range':_0x3f5960(0x1d9),'rangePlaceholder':_0x3f5960(0x1f5),'rangeInvalid':_0x3f5960(0x1dc),'layout':_0x3f5960(0x1d8),'fullPage':_0x3f5960(0x1e4),'notesPage':'Strany\x20s\x20poznámkami','handout':_0x3f5960(0x1dd),'slidesPerPage':'Snímok\x20na\x20stranu','order':_0x3f5960(0x1de),'horizontal':_0x3f5960(0x1e9),'vertical':_0x3f5960(0x1e1),'paperSize':_0x3f5960(0x1ee),'orientation':'Orientácia','portrait':_0x3f5960(0x1f3),'landscape':_0x3f5960(0x1ed),'margin':_0x3f5960(0x1e8),'normal':_0x3f5960(0x1d6),'narrow':_0x3f5960(0x1e6),'wide':_0x3f5960(0x1f4),'none':'Žiadne','formatting':'Formátovanie','frameSlides':'Orámovať\x20snímky','slideNumber':_0x3f5960(0x1e7)}}};function _0x35ae(){const _0x442279=['Snímky\x20na\x20celú\x20stranu','52115YYRjqs','Úzke','Tlačiť\x20čísla\x20snímok','Okraje','Vodorovne','32003txGGZi','24cKRqrN','30801GBgbOG','Na\x20šírku','Veľkosť\x20papiera','9BWjLcj','Ďalej','54kNjbbR','Tlačí\x20sa…','Na\x20výšku','Široké','Všetky\x20snímky\x20alebo\x201-3,5','965712FLZjuR','Normálne','Zrušiť','Rozloženie\x20tlače','Rozsah\x20tlače','287CFUpZv','1163112lxrqQv','Zadajte\x20čísla\x20snímok\x20z\x20prezentácie,\x20napríklad\x201-3,5.','Podklady','Poradie\x20strán','Celkom:\x20{0}\x20strán','365150IjjKqY','Zvislo','11576VKNQRr','2UJLWGf'];_0x35ae=function(){return _0x442279;};return _0x35ae();}export{e as default};
@@ -1 +1 @@
1
- function _0x1250(){const _0x54cbf3=['174294TtGsRZ','139585xLuntE','2461606uqVIOe','538856wwhIIM','1801023ctbcVy','36ECFkZy','8YPxgwN','14108AEMtBP','2814480gtKfbe'];_0x1250=function(){return _0x54cbf3;};return _0x1250();}(function(_0x17a0ee,_0x39c8bc){const _0x332ad9=_0x5e65,_0x4f56a0=_0x17a0ee();while(!![]){try{const _0x1152d6=-parseInt(_0x332ad9(0x1c8))/0x1*(-parseInt(_0x332ad9(0x1ca))/0x2)+-parseInt(_0x332ad9(0x1d0))/0x3+parseInt(_0x332ad9(0x1c9))/0x4*(-parseInt(_0x332ad9(0x1cd))/0x5)+parseInt(_0x332ad9(0x1cb))/0x6+parseInt(_0x332ad9(0x1ce))/0x7+-parseInt(_0x332ad9(0x1cf))/0x8+parseInt(_0x332ad9(0x1cc))/0x9;if(_0x1152d6===_0x39c8bc)break;else _0x4f56a0['push'](_0x4f56a0['shift']());}catch(_0x539bf2){_0x4f56a0['push'](_0x4f56a0['shift']());}}}(_0x1250,0x5a754));function _0x5e65(_0xc43085,_0x41d471){_0xc43085=_0xc43085-0x1c8;const _0x125010=_0x1250();let _0x5e6588=_0x125010[_0xc43085];return _0x5e6588;}const e={'slides-print':{'menu':'In'}};export{e as default};
1
+ const _0x1d197b=_0x45a0;(function(_0x2e23b7,_0x2a5d00){const _0x46df80=_0x45a0,_0x8d3d86=_0x2e23b7();while(!![]){try{const _0x3aeecc=parseInt(_0x46df80(0xf3))/0x1*(parseInt(_0x46df80(0xec))/0x2)+-parseInt(_0x46df80(0xfb))/0x3+-parseInt(_0x46df80(0xe5))/0x4+parseInt(_0x46df80(0xe4))/0x5*(-parseInt(_0x46df80(0xf2))/0x6)+-parseInt(_0x46df80(0xe7))/0x7+parseInt(_0x46df80(0xf9))/0x8+parseInt(_0x46df80(0xf8))/0x9*(parseInt(_0x46df80(0xf1))/0xa);if(_0x3aeecc===_0x2a5d00)break;else _0x8d3d86['push'](_0x8d3d86['shift']());}catch(_0x48e3e4){_0x8d3d86['push'](_0x8d3d86['shift']());}}}(_0x3133,0x629e4));function _0x45a0(_0x291c2c,_0x473944){_0x291c2c=_0x291c2c-0xe1;const _0x31330e=_0x3133();let _0x45a071=_0x31330e[_0x291c2c];return _0x45a071;}function _0x3133(){const _0x1a8f0a=['Hướng\x20giấy','Tạo\x20khung\x20trang\x20chiếu','2vMfYdL','Hủy','Tổng\x20cộng\x20{0}\x20trang','Định\x20dạng','Thứ\x20tự\x20trang','50areIPN','8970QFOTJu','523954CInUeS','Dọc','Bình\x20thường','Tiếp\x20theo','Ngang','1668960znHxUu','6302392vBQFZP','In\x20số\x20trang\x20chiếu','1728018MUNDTq','Nhập\x20số\x20trang\x20chiếu\x20có\x20trong\x20bản\x20trình\x20bày,\x20ví\x20dụ\x201-3,5.','Khổ\x20giấy','Bản\x20phân\x20phát','Phạm\x20vi\x20in','Rộng','Bố\x20cục\x20in','2465faMMqe','565688fdBizu','Tất\x20cả\x20trang\x20chiếu\x20hoặc\x201-3,5','2663850pdPzch','Đang\x20in…','Trang\x20chiếu\x20toàn\x20trang'];_0x3133=function(){return _0x1a8f0a;};return _0x3133();}const e={'slides-print':{'menu':'In','header':{'pages':_0x1d197b(0xee),'cancel':_0x1d197b(0xed),'next':_0x1d197b(0xf6),'printing':_0x1d197b(0xe8)},'settings':{'range':_0x1d197b(0xe1),'rangePlaceholder':_0x1d197b(0xe6),'rangeInvalid':_0x1d197b(0xfc),'layout':_0x1d197b(0xe3),'fullPage':_0x1d197b(0xe9),'notesPage':'Trang\x20ghi\x20chú','handout':_0x1d197b(0xfe),'slidesPerPage':'Số\x20trang\x20chiếu\x20mỗi\x20trang','order':_0x1d197b(0xf0),'horizontal':'Ngang','vertical':_0x1d197b(0xf4),'paperSize':_0x1d197b(0xfd),'orientation':_0x1d197b(0xea),'portrait':_0x1d197b(0xf4),'landscape':_0x1d197b(0xf7),'margin':'Lề','normal':_0x1d197b(0xf5),'narrow':'Hẹp','wide':_0x1d197b(0xe2),'none':'Không\x20có','formatting':_0x1d197b(0xef),'frameSlides':_0x1d197b(0xeb),'slideNumber':_0x1d197b(0xfa)}}};export{e as default};
@@ -1 +1 @@
1
- (function(_0x430859,_0x39aabb){const _0x1b531f=_0xa54c,_0x34f20e=_0x430859();while(!![]){try{const _0x1cc6f3=parseInt(_0x1b531f(0x14f))/0x1*(-parseInt(_0x1b531f(0x14e))/0x2)+-parseInt(_0x1b531f(0x152))/0x3+parseInt(_0x1b531f(0x158))/0x4*(parseInt(_0x1b531f(0x159))/0x5)+-parseInt(_0x1b531f(0x153))/0x6*(parseInt(_0x1b531f(0x157))/0x7)+-parseInt(_0x1b531f(0x15a))/0x8*(parseInt(_0x1b531f(0x156))/0x9)+parseInt(_0x1b531f(0x150))/0xa*(parseInt(_0x1b531f(0x155))/0xb)+-parseInt(_0x1b531f(0x151))/0xc*(-parseInt(_0x1b531f(0x154))/0xd);if(_0x1cc6f3===_0x39aabb)break;else _0x34f20e['push'](_0x34f20e['shift']());}catch(_0x3f8b68){_0x34f20e['push'](_0x34f20e['shift']());}}}(_0x2e4c,0xaaf80));const e={'slides-print':{'menu':'打印'}};function _0xa54c(_0x5abcff,_0x2d7315){_0x5abcff=_0x5abcff-0x14e;const _0x2e4cbf=_0x2e4c();let _0xa54c94=_0x2e4cbf[_0x5abcff];return _0xa54c94;}export{e as default};function _0x2e4c(){const _0x152d24=['3042189PAauiL','6qpQxGC','27628913vUACXd','44DIQVDL','18mkYymt','5420933flTeMB','280eoOBRw','22975GSUGCs','3190984vrpgWM','2OVxmUt','420583MhFWAs','3150370GrOURv','12ULDmIu'];_0x2e4c=function(){return _0x152d24;};return _0x2e4c();}
1
+ function _0x4c78(_0x198a34,_0x193618){_0x198a34=_0x198a34-0x103;const _0x1c9d09=_0x1c9d();let _0x4c781c=_0x1c9d09[_0x198a34];return _0x4c781c;}const _0x19a89e=_0x4c78;(function(_0x262ae5,_0x479262){const _0x359949=_0x4c78,_0x257178=_0x262ae5();while(!![]){try{const _0x1905a4=parseInt(_0x359949(0x10e))/0x1+-parseInt(_0x359949(0x111))/0x2*(-parseInt(_0x359949(0x10b))/0x3)+parseInt(_0x359949(0x118))/0x4+-parseInt(_0x359949(0x10d))/0x5+parseInt(_0x359949(0x105))/0x6*(parseInt(_0x359949(0x107))/0x7)+-parseInt(_0x359949(0x103))/0x8*(parseInt(_0x359949(0x117))/0x9)+parseInt(_0x359949(0x108))/0xa*(parseInt(_0x359949(0x11a))/0xb);if(_0x1905a4===_0x479262)break;else _0x257178['push'](_0x257178['shift']());}catch(_0x1c3c2e){_0x257178['push'](_0x257178['shift']());}}}(_0x1c9d,0x2ccb7));function _0x1c9d(){const _0x54ec15=['请输入演示文稿范围内的页码,例如\x201-3,5。','130506dDfGxQ','备注页','1042660mnTKgq','184543IOsdcw','页边距','打印幻灯片编号','2ceBrVU','排列顺序','打印范围','正在打印…','打印版式','纸张方向','4131OepdSL','244716BmXvlT','下一步','462lCbeOJ','1552MvsPWO','全部幻灯片,或输入\x201-3,5','612474KbQWmk','每页幻灯片数','7UGopoz','21370CzuhWR','共\x20{0}\x20页'];_0x1c9d=function(){return _0x54ec15;};return _0x1c9d();}const e={'slides-print':{'menu':'打印','header':{'pages':_0x19a89e(0x109),'cancel':'取消','next':_0x19a89e(0x119),'printing':_0x19a89e(0x114)},'settings':{'range':_0x19a89e(0x113),'rangePlaceholder':_0x19a89e(0x104),'rangeInvalid':_0x19a89e(0x10a),'layout':_0x19a89e(0x115),'fullPage':'整页幻灯片','notesPage':_0x19a89e(0x10c),'handout':'讲义','slidesPerPage':_0x19a89e(0x106),'order':_0x19a89e(0x112),'horizontal':'横向','vertical':'纵向','paperSize':'纸张大小','orientation':_0x19a89e(0x116),'portrait':'纵向','landscape':'横向','margin':_0x19a89e(0x10f),'normal':'普通','narrow':'窄','wide':'宽','none':'无','formatting':'格式','frameSlides':'幻灯片加框','slideNumber':_0x19a89e(0x110)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x4e37(_0x54e11d,_0x2a4f42){_0x54e11d=_0x54e11d-0x96;const _0x1354c3=_0x1354();let _0x4e37c6=_0x1354c3[_0x54e11d];return _0x4e37c6;}(function(_0x26604c,_0x4a456a){const _0x20a7a7=_0x4e37,_0x24e92d=_0x26604c();while(!![]){try{const _0x30d43d=-parseInt(_0x20a7a7(0x9e))/0x1*(parseInt(_0x20a7a7(0x98))/0x2)+-parseInt(_0x20a7a7(0x9a))/0x3+parseInt(_0x20a7a7(0x99))/0x4*(-parseInt(_0x20a7a7(0x96))/0x5)+parseInt(_0x20a7a7(0xa1))/0x6*(parseInt(_0x20a7a7(0x9c))/0x7)+parseInt(_0x20a7a7(0x97))/0x8*(parseInt(_0x20a7a7(0x9b))/0x9)+-parseInt(_0x20a7a7(0xa0))/0xa*(parseInt(_0x20a7a7(0x9f))/0xb)+parseInt(_0x20a7a7(0x9d))/0xc;if(_0x30d43d===_0x4a456a)break;else _0x24e92d['push'](_0x24e92d['shift']());}catch(_0x2ba8e2){_0x24e92d['push'](_0x24e92d['shift']());}}}(_0x1354,0x30cda));const e={'slides-print':{'menu':'列印'}};export{e as default};function _0x1354(){const _0x4275f9=['5288484FJrVXk','723sFKXiR','626065oyBZGk','30BZdGTR','1002wTIzVz','5YdfgJr','8aaxMUB','802YBbpij','39476PReYJE','97986HVbEXD','1318428FkqGbF','4858AOXKHE'];_0x1354=function(){return _0x4275f9;};return _0x1354();}
1
+ const _0x28f3b5=_0x5dfd;function _0x5dfd(_0x2384b4,_0x5e8173){_0x2384b4=_0x2384b4-0x10d;const _0x358fe4=_0x358f();let _0x5dfd88=_0x358fe4[_0x2384b4];return _0x5dfd88;}(function(_0x1e6292,_0x290ab6){const _0x57f413=_0x5dfd,_0x4b62fe=_0x1e6292();while(!![]){try{const _0x1b3b1c=parseInt(_0x57f413(0x117))/0x1+parseInt(_0x57f413(0x111))/0x2+parseInt(_0x57f413(0x11d))/0x3*(parseInt(_0x57f413(0x10e))/0x4)+-parseInt(_0x57f413(0x119))/0x5+-parseInt(_0x57f413(0x11e))/0x6*(-parseInt(_0x57f413(0x120))/0x7)+parseInt(_0x57f413(0x11b))/0x8*(-parseInt(_0x57f413(0x11c))/0x9)+-parseInt(_0x57f413(0x115))/0xa;if(_0x1b3b1c===_0x290ab6)break;else _0x4b62fe['push'](_0x4b62fe['shift']());}catch(_0xff4bb4){_0x4b62fe['push'](_0x4b62fe['shift']());}}}(_0x358f,0x70d9d));const e={'slides-print':{'menu':'列印','header':{'pages':'共\x20{0}\x20頁','cancel':'取消','next':_0x28f3b5(0x11a),'printing':'正在列印…'},'settings':{'range':_0x28f3b5(0x110),'rangePlaceholder':'全部投影片,或輸入\x201-3,5','rangeInvalid':_0x28f3b5(0x113),'layout':_0x28f3b5(0x116),'fullPage':_0x28f3b5(0x118),'notesPage':_0x28f3b5(0x10d),'handout':'講義','slidesPerPage':_0x28f3b5(0x11f),'order':_0x28f3b5(0x114),'horizontal':'水平','vertical':'垂直','paperSize':'紙張大小','orientation':_0x28f3b5(0x112),'portrait':'直向','landscape':'橫向','margin':'邊界','normal':'一般','narrow':'窄','wide':'寬','none':'無','formatting':'格式','frameSlides':_0x28f3b5(0x10f),'slideNumber':'列印投影片編號'}}};export{e as default};function _0x358f(){const _0x2c03a1=['紙張方向','請輸入簡報範圍內的頁碼,例如\x201-3,5。','排列順序','2871130MDvRJo','列印版面配置','196085VnStiF','整頁投影片','1819770EfRjqu','下一步','8ssRhWh','2342565TaCHKq','12WXoWRr','77502LbvWGi','每頁投影片數','70ioPaBz','備忘稿','678724ywHfxr','投影片加框','列印範圍','739220pGcFSB'];_0x358f=function(){return _0x2c03a1;};return _0x358f();}
@@ -1 +1 @@
1
- (function(_0x3b9844,_0x542b85){const _0x3b39f0=_0x4165,_0x24f454=_0x3b9844();while(!![]){try{const _0x1131c5=parseInt(_0x3b39f0(0x1ed))/0x1+parseInt(_0x3b39f0(0x1ec))/0x2*(-parseInt(_0x3b39f0(0x1e9))/0x3)+parseInt(_0x3b39f0(0x1e8))/0x4+parseInt(_0x3b39f0(0x1ef))/0x5+-parseInt(_0x3b39f0(0x1eb))/0x6+-parseInt(_0x3b39f0(0x1ea))/0x7+-parseInt(_0x3b39f0(0x1ee))/0x8;if(_0x1131c5===_0x542b85)break;else _0x24f454['push'](_0x24f454['shift']());}catch(_0x3d4421){_0x24f454['push'](_0x24f454['shift']());}}}(_0x47f9,0xd0b3d));const e={'slides-print':{'menu':'列印'}};function _0x4165(_0x16f41b,_0x3dafd2){_0x16f41b=_0x16f41b-0x1e8;const _0x47f961=_0x47f9();let _0x4165ab=_0x47f961[_0x16f41b];return _0x4165ab;}export{e as default};function _0x47f9(){const _0x448254=['1208204FDxsJD','408087UOXeLT','3447052AEtsuh','8237160cIaCrk','2ceNGyA','1233666dndrFP','393104AypAGq','6847955YHoDks'];_0x47f9=function(){return _0x448254;};return _0x47f9();}
1
+ const _0x3fe0ae=_0x6d91;function _0x6d91(_0x207f42,_0x1cbd10){_0x207f42=_0x207f42-0x179;const _0x3cc594=_0x3cc5();let _0x6d915e=_0x3cc594[_0x207f42];return _0x6d915e;}function _0x3cc5(){const _0xf41386=['13304DxQlJa','紙張方向','請輸入簡報範圍內的頁碼,例如\x201-3,5。','正在列印…','107340FrCYxY','每頁投影片數','224HinFRa','共\x20{0}\x20頁','排列順序','7pXLzKa','3843TAFdNJ','列印版面配置','6600iZNsgq','整頁投影片','44jbOoqU','列印投影片編號','18yEFNXX','4066962BfFujb','41658ENurpj','紙張大小','備忘稿','853230EeeoFW','13486536LXHrOp','列印範圍','投影片加框'];_0x3cc5=function(){return _0xf41386;};return _0x3cc5();}(function(_0x4ee81e,_0x425a01){const _0x5dd5fa=_0x6d91,_0x167c20=_0x4ee81e();while(!![]){try{const _0x36bc96=parseInt(_0x5dd5fa(0x18a))/0x1*(-parseInt(_0x5dd5fa(0x18c))/0x2)+-parseInt(_0x5dd5fa(0x18f))/0x3+parseInt(_0x5dd5fa(0x180))/0x4*(-parseInt(_0x5dd5fa(0x186))/0x5)+parseInt(_0x5dd5fa(0x18b))/0x6*(-parseInt(_0x5dd5fa(0x183))/0x7)+-parseInt(_0x5dd5fa(0x17a))/0x8*(-parseInt(_0x5dd5fa(0x184))/0x9)+parseInt(_0x5dd5fa(0x17e))/0xa*(-parseInt(_0x5dd5fa(0x188))/0xb)+parseInt(_0x5dd5fa(0x190))/0xc;if(_0x36bc96===_0x425a01)break;else _0x167c20['push'](_0x167c20['shift']());}catch(_0x306b70){_0x167c20['push'](_0x167c20['shift']());}}}(_0x3cc5,0x5cc3c));const e={'slides-print':{'menu':'列印','header':{'pages':_0x3fe0ae(0x181),'cancel':'取消','next':'下一步','printing':_0x3fe0ae(0x17d)},'settings':{'range':_0x3fe0ae(0x191),'rangePlaceholder':'全部投影片,或輸入\x201-3,5','rangeInvalid':_0x3fe0ae(0x17c),'layout':_0x3fe0ae(0x185),'fullPage':_0x3fe0ae(0x187),'notesPage':_0x3fe0ae(0x18e),'handout':'講義','slidesPerPage':_0x3fe0ae(0x17f),'order':_0x3fe0ae(0x182),'horizontal':'水平','vertical':'垂直','paperSize':_0x3fe0ae(0x18d),'orientation':_0x3fe0ae(0x17b),'portrait':'直向','landscape':'橫向','margin':'邊界','normal':'一般','narrow':'窄','wide':'寬','none':'無','formatting':'格式','frameSlides':_0x3fe0ae(0x179),'slideNumber':_0x3fe0ae(0x189)}}};export{e as default};
package/lib/facade.js CHANGED
@@ -1 +1 @@
1
- var _0x4158f9=_0x3c10;(function(_0x2ad747,_0x496d6d){var _0x5176c2=_0x3c10,_0x4fbb3b=_0x2ad747();while(!![]){try{var _0x452a6c=-parseInt(_0x5176c2(0x19c))/0x1*(parseInt(_0x5176c2(0x199))/0x2)+-parseInt(_0x5176c2(0x194))/0x3+-parseInt(_0x5176c2(0x197))/0x4+parseInt(_0x5176c2(0x198))/0x5*(parseInt(_0x5176c2(0x195))/0x6)+parseInt(_0x5176c2(0x19b))/0x7+parseInt(_0x5176c2(0x1a0))/0x8+parseInt(_0x5176c2(0x19d))/0x9*(parseInt(_0x5176c2(0x19e))/0xa);if(_0x452a6c===_0x496d6d)break;else _0x4fbb3b['push'](_0x4fbb3b['shift']());}catch(_0x569300){_0x4fbb3b['push'](_0x4fbb3b['shift']());}}}(_0x1384,0x63d21));function _0x1384(){var _0x3db1b9=['933110dFtbzl','executeCommand','2540912qjtAqC','1105761zMwKeh','6bCUarg','printSlidesAsync','1015048fGrzOF','1975595oRfagL','116426qowZCg','extend','1162742IntscH','7uhTRjX','54VuRwnz'];_0x1384=function(){return _0x3db1b9;};return _0x1384();}import{SlidePrintOperation as _0x5c142d}from'@univerjs-pro/slides-print';import{FUniver as _0x193470}from'@univerjs/core/facade';function _0x3c10(_0x48bb5a,_0x26211b){_0x48bb5a=_0x48bb5a-0x194;var _0x13847f=_0x1384();var _0x3c1007=_0x13847f[_0x48bb5a];return _0x3c1007;}var n=class extends _0x193470{[_0x4158f9(0x196)](_0x13f62a){var _0x4a625a=_0x4158f9;return this['_commandService'][_0x4a625a(0x19f)](_0x5c142d['id'],_0x13f62a);}};_0x193470[_0x4158f9(0x19a)](n);export{};
1
+ function _0x184e(){var _0x38cb11=['11ohtbLE','_commandService','27ekwGzp','442894KKxEgP','1442478OVcXvb','syncExecuteCommand','419700KSXsXy','extend','228348ESshLL','40BnELCK','2689592gYxoBR','2723748ZrUiOF','executeCommand','1002843vVjMuv','10ffAyEv','7rxVZkO','printSlidesAsync'];_0x184e=function(){return _0x38cb11;};return _0x184e();}var _0x245118=_0x218e;(function(_0x2577dd,_0x49bda8){var _0xc119a9=_0x218e,_0x41cb41=_0x2577dd();while(!![]){try{var _0x1fe414=parseInt(_0xc119a9(0xf8))/0x1+-parseInt(_0xc119a9(0x106))/0x2+-parseInt(_0xc119a9(0x105))/0x3*(parseInt(_0xc119a9(0xfa))/0x4)+parseInt(_0xc119a9(0x100))/0x5*(parseInt(_0xc119a9(0x107))/0x6)+parseInt(_0xc119a9(0x101))/0x7*(parseInt(_0xc119a9(0xfc))/0x8)+parseInt(_0xc119a9(0xff))/0x9*(-parseInt(_0xc119a9(0xfb))/0xa)+-parseInt(_0xc119a9(0x103))/0xb*(-parseInt(_0xc119a9(0xfd))/0xc);if(_0x1fe414===_0x49bda8)break;else _0x41cb41['push'](_0x41cb41['shift']());}catch(_0x107c90){_0x41cb41['push'](_0x41cb41['shift']());}}}(_0x184e,0x4508e));import{OpenSlidePrintDialogOperation as _0x5192cd,SlidePrintOperation as _0x152c77}from'@univerjs-pro/slides-print';import{FUniver as _0x317a62}from'@univerjs/core/facade';var r=class extends _0x317a62{[_0x245118(0x102)](_0x14a8a4){var _0x5666a7=_0x245118;return this[_0x5666a7(0x104)][_0x5666a7(0xfe)](_0x152c77['id'],_0x14a8a4);}['openSlidesPrintDialog'](_0x9ebe1f){var _0x23836b=_0x245118;return this[_0x23836b(0x104)][_0x23836b(0xf7)](_0x5192cd['id'],_0x9ebe1f);}};_0x317a62[_0x245118(0xf9)](r);function _0x218e(_0x5b630c,_0x43a66b){_0x5b630c=_0x5b630c-0xf7;var _0x184ebd=_0x184e();var _0x218ead=_0x184ebd[_0x5b630c];return _0x218ead;}export{};