@univerjs-pro/docs-print 0.24.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -0
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -0
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -0
  10. package/lib/cjs/locale/it-IT.js +1 -0
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -0
  14. package/lib/cjs/locale/pt-BR.js +1 -0
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -0
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -0
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -0
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -0
  30. package/lib/es/locale/it-IT.js +1 -0
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -0
  34. package/lib/es/locale/pt-BR.js +1 -0
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -0
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -0
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -0
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -0
  50. package/lib/locale/it-IT.js +1 -0
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -0
  54. package/lib/locale/pt-BR.js +1 -0
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -0
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/locale/ar-SA.d.ts +3 -0
  62. package/lib/types/locale/ca-ES.d.ts +1 -1
  63. package/lib/types/locale/de-DE.d.ts +3 -0
  64. package/lib/types/locale/en-US.d.ts +1 -1
  65. package/lib/types/locale/es-ES.d.ts +1 -1
  66. package/lib/types/locale/id-ID.d.ts +3 -0
  67. package/lib/types/locale/it-IT.d.ts +3 -0
  68. package/lib/types/locale/pl-PL.d.ts +3 -0
  69. package/lib/types/locale/pt-BR.d.ts +3 -0
  70. package/lib/types/locale/zh-HK.d.ts +3 -0
  71. package/lib/types/services/doc-print.service.d.ts +3 -1
  72. package/lib/umd/index.js +1 -1
  73. package/lib/umd/locale/ar-SA.js +1 -0
  74. package/lib/umd/locale/ca-ES.js +1 -1
  75. package/lib/umd/locale/de-DE.js +1 -0
  76. package/lib/umd/locale/en-US.js +1 -1
  77. package/lib/umd/locale/es-ES.js +1 -1
  78. package/lib/umd/locale/fa-IR.js +1 -1
  79. package/lib/umd/locale/fr-FR.js +1 -1
  80. package/lib/umd/locale/id-ID.js +1 -0
  81. package/lib/umd/locale/it-IT.js +1 -0
  82. package/lib/umd/locale/ja-JP.js +1 -1
  83. package/lib/umd/locale/ko-KR.js +1 -1
  84. package/lib/umd/locale/pl-PL.js +1 -0
  85. package/lib/umd/locale/pt-BR.js +1 -0
  86. package/lib/umd/locale/ru-RU.js +1 -1
  87. package/lib/umd/locale/sk-SK.js +1 -1
  88. package/lib/umd/locale/vi-VN.js +1 -1
  89. package/lib/umd/locale/zh-CN.js +1 -1
  90. package/lib/umd/locale/zh-HK.js +1 -0
  91. package/lib/umd/locale/zh-TW.js +1 -1
  92. package/package.json +10 -10
package/lib/cjs/index.js CHANGED
@@ -1 +1 @@
1
- const _0x1ce811=_0xd7e1;(function(_0x1551cd,_0x7111f5){const _0x1a82e1=_0xd7e1,_0x28b949=_0x1551cd();while(!![]){try{const _0x5ac6c4=-parseInt(_0x1a82e1(0x146))/0x1+-parseInt(_0x1a82e1(0x172))/0x2*(-parseInt(_0x1a82e1(0x16c))/0x3)+parseInt(_0x1a82e1(0x135))/0x4*(-parseInt(_0x1a82e1(0x182))/0x5)+parseInt(_0x1a82e1(0x11c))/0x6+parseInt(_0x1a82e1(0x119))/0x7*(-parseInt(_0x1a82e1(0x17a))/0x8)+parseInt(_0x1a82e1(0x107))/0x9*(-parseInt(_0x1a82e1(0x190))/0xa)+-parseInt(_0x1a82e1(0x121))/0xb*(-parseInt(_0x1a82e1(0x117))/0xc);if(_0x5ac6c4===_0x7111f5)break;else _0x28b949['push'](_0x28b949['shift']());}catch(_0x3014ad){_0x28b949['push'](_0x28b949['shift']());}}}(_0x2283,0x77c34),Object[_0x1ce811(0x1a1)](exports,Symbol[_0x1ce811(0x10f)],{'value':_0x1ce811(0x12b)}));let e=require(`@univerjs/core`),t=require(`@univerjs/docs-ui`),n=require(`@univerjs/engine-render`),r=require(`@univerjs-pro/license`),i=require(`@univerjs-pro/print`),a=require(`@univerjs/docs`),o=require(`@univerjs/network`),s=require(`@univerjs/icons`),c=require(`@univerjs/ui`);function l(_0x1b6434){'@babel/helpers - typeof';const _0x5ab0b0=_0x1ce811;return l=typeof Symbol==_0x5ab0b0(0x126)&&typeof Symbol[_0x5ab0b0(0x194)]=='symbol'?function(_0x65c58e){return typeof _0x65c58e;}:function(_0x59dd99){const _0x565767=_0x5ab0b0;return _0x59dd99&&typeof Symbol=='function'&&_0x59dd99['constructor']===Symbol&&_0x59dd99!==Symbol[_0x565767(0x136)]?_0x565767(0x193):typeof _0x59dd99;},l(_0x1b6434);}function u(_0x354fe6,_0x278dcf){const _0xf2d5fb=_0x1ce811;if(l(_0x354fe6)!=_0xf2d5fb(0x17c)||!_0x354fe6)return _0x354fe6;var _0x40d965=_0x354fe6[Symbol['toPrimitive']];if(_0x40d965!==void 0x0){var _0x4b3909=_0x40d965[_0xf2d5fb(0x166)](_0x354fe6,_0x278dcf||'default');if(l(_0x4b3909)!='object')return _0x4b3909;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x278dcf===_0xf2d5fb(0x16f)?String:Number)(_0x354fe6);}function d(_0x297b2b){const _0x4ffea1=_0x1ce811;var _0x40d262=u(_0x297b2b,_0x4ffea1(0x16f));return l(_0x40d262)==_0x4ffea1(0x193)?_0x40d262:_0x40d262+'';}function f(_0x4f8697,_0x18f5df,_0x4e8cc8){return(_0x18f5df=d(_0x18f5df))in _0x4f8697?Object['defineProperty'](_0x4f8697,_0x18f5df,{'value':_0x4e8cc8,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4f8697[_0x18f5df]=_0x4e8cc8,_0x4f8697;}var p=class extends e['Disposable']{get[_0x1ce811(0x151)](){const _0x26e9dd=_0x1ce811;return this[_0x26e9dd(0x185)];}get[_0x1ce811(0x189)](){const _0x168a13=_0x1ce811;return this[_0x168a13(0x148)];}get[_0x1ce811(0x191)](){const _0x3f1c46=_0x1ce811;let _0x145c06=this[_0x3f1c46(0x10b)][_0x3f1c46(0x174)](n['IRenderManagerService'])[_0x3f1c46(0x17e)](this[_0x3f1c46(0x180)]);if(!_0x145c06)throw Error(_0x3f1c46(0x156));return _0x145c06;}get[_0x1ce811(0x130)](){const _0x58a06b=_0x1ce811;return this[_0x58a06b(0x191)][_0x58a06b(0x18c)](a[_0x58a06b(0x108)])[_0x58a06b(0x104)]();}get['_skeletonData'](){const _0x52c4c0=_0x1ce811;let _0x45c101=this[_0x52c4c0(0x130)][_0x52c4c0(0x165)]();if(!_0x45c101)throw Error(_0x52c4c0(0x134));return _0x45c101;}get[_0x1ce811(0x181)](){const _0x3136be=_0x1ce811;let _0x3fef41=this[_0x3136be(0x10d)][_0x3136be(0x1a7)][0x0];return{'width':_0x3fef41[_0x3136be(0x132)],'height':_0x3fef41['pageHeight']};}constructor(_0x1bc548,_0x1f2dea,_0x13c38f,_0x462650){const _0xfc5be6=_0x1ce811;super(),this[_0xfc5be6(0x10b)]=_0x1bc548,this[_0xfc5be6(0x152)]=_0x1f2dea,this[_0xfc5be6(0x180)]=_0x13c38f,this[_0xfc5be6(0x171)]=_0x462650,f(this,_0xfc5be6(0x185),document[_0xfc5be6(0x10c)]('div')),f(this,_0xfc5be6(0x148),document[_0xfc5be6(0x10c)](_0xfc5be6(0x131))),f(this,'_engine',void 0x0),f(this,'_scene',void 0x0),f(this,_0xfc5be6(0x19e),void 0x0),f(this,_0xfc5be6(0x127),void 0x0),f(this,'_viewMain',void 0x0),f(this,'_effects',new e[(_0xfc5be6(0x198))]()),this['_key']=(0x0,e[_0xfc5be6(0x118)])(0x4),this['_initRenderer'](),this[_0xfc5be6(0x18d)]({'dispose':()=>{const _0x8b2170=_0xfc5be6;this[_0x8b2170(0x14f)]['dispose'](),this[_0x8b2170(0x164)][_0x8b2170(0x100)](),this[_0x8b2170(0x10e)][_0x8b2170(0x100)]();}});}[_0x1ce811(0x115)](){const _0x1066d4=_0x1ce811;let {docsTop:_0x4f3d51,docsLeft:_0x13393c}=this[_0x1066d4(0x127)]['getOffsetConfig'](),_0xd99a25=this[_0x1066d4(0x181)][_0x1066d4(0x14d)],_0x51d718=this[_0x1066d4(0x181)]['width'];return{'top':_0x4f3d51+(_0x4f3d51+_0xd99a25)*this[_0x1066d4(0x152)],'bottom':_0x4f3d51+(_0x4f3d51+_0xd99a25)*(this[_0x1066d4(0x152)]+0x1),'left':_0x13393c,'right':_0x13393c+_0x51d718};}['_initRenderer'](){const _0x39316e=_0x1ce811;this[_0x39316e(0x14f)]=new n[(_0x39316e(0x173))]('',{'elementWidth':this['_paperSize'][_0x39316e(0x13f)],'elementHeight':this[_0x39316e(0x181)]['height'],'dpr':0x1,'renderMode':n[_0x39316e(0x19d)][_0x39316e(0x18b)]}),this[_0x39316e(0x164)]=new n[(_0x39316e(0x196))](this[_0x39316e(0x19e)],this[_0x39316e(0x14f)]),this['_scene'][_0x39316e(0x116)](0x1,0x1),this['_engine']['setContainer'](this[_0x39316e(0x185)],!0x1),this[_0x39316e(0x14f)][_0x39316e(0x149)]()[_0x39316e(0x178)]()[_0x39316e(0x13c)](this['_key']+'_'+(0x0,e[_0x39316e(0x118)])(0x4)),this['_addComponent'](),this['_addViewport']();}['_addComponent'](){const _0x5d31d6=_0x1ce811;let {pageMarginLeft:_0x69172c,pageMarginTop:_0x5d5908,docsLeft:_0x35526a,docsTop:_0x430ea6}=this[_0x5d31d6(0x171)],_0x11c950={'pageMarginLeft':_0x69172c,'pageMarginTop':_0x5d5908},_0x2f7354=new n[(_0x5d31d6(0x187))]('__DocPrintRender__',this[_0x5d31d6(0x130)],_0x11c950);_0x2f7354[_0x5d31d6(0x112)](_0x35526a,_0x430ea6),this[_0x5d31d6(0x164)][_0x5d31d6(0x15b)](_0x2f7354),this[_0x5d31d6(0x127)]=_0x2f7354;let _0x3b3ddd=this[_0x5d31d6(0x10b)][_0x5d31d6(0x174)](t[_0x5d31d6(0x199)]);_0x3b3ddd[_0x5d31d6(0x1a2)][_0x5d31d6(0x122)](_0x3b3ddd[_0x5d31d6(0x1a2)]['getInterceptPoints']()[_0x5d31d6(0x19f)])(void 0x0,{'unitId':this['_unitId'],'scene':this['_scene'],'engine':this[_0x5d31d6(0x14f)],'root':this[_0x5d31d6(0x148)],'documents':this[_0x5d31d6(0x127)],'skeleton':this[_0x5d31d6(0x130)]});}['_addViewport'](){const _0x11da23=_0x1ce811;this[_0x11da23(0x140)]=new n[(_0x11da23(0x144))](t[_0x11da23(0x1a3)]['VIEW_MAIN'],this['_scene'],{'explicitViewportWidthSet':!0x0,'explicitViewportHeightSet':!0x0});}[_0x1ce811(0x12e)](){const _0x56b6f3=_0x1ce811;let _0x3c9c53=this[_0x56b6f3(0x115)]();this[_0x56b6f3(0x140)][_0x56b6f3(0x113)]({'viewportScrollX':_0x3c9c53[_0x56b6f3(0x18e)],'viewportScrollY':_0x3c9c53[_0x56b6f3(0x11b)]}),this[_0x56b6f3(0x148)][_0x56b6f3(0x19a)][_0x56b6f3(0x15f)]=_0x56b6f3(0x114),this[_0x56b6f3(0x148)][_0x56b6f3(0x19a)][_0x56b6f3(0x11b)]=_0x56b6f3(0x150),this[_0x56b6f3(0x148)][_0x56b6f3(0x19a)][_0x56b6f3(0x18e)]=_0x56b6f3(0x150),this[_0x56b6f3(0x148)]['style']['width']=_0x56b6f3(0x161),this[_0x56b6f3(0x148)][_0x56b6f3(0x19a)][_0x56b6f3(0x14d)]=_0x56b6f3(0x161),this[_0x56b6f3(0x10e)]=new e[(_0x56b6f3(0x198))]();let _0x9279d4=this['_injector'][_0x56b6f3(0x174)](t[_0x56b6f3(0x199)]);_0x9279d4['interceptor'][_0x56b6f3(0x122)](_0x9279d4[_0x56b6f3(0x1a2)]['getInterceptPoints']()[_0x56b6f3(0x111)])(this[_0x56b6f3(0x10e)],{'unitId':this[_0x56b6f3(0x180)],'scene':this[_0x56b6f3(0x164)],'engine':this['_engine'],'root':this[_0x56b6f3(0x148)],'skeleton':this[_0x56b6f3(0x130)],'offset':{'x':_0x3c9c53[_0x56b6f3(0x18e)],'y':_0x3c9c53['top']},'bound':{'top':_0x3c9c53[_0x56b6f3(0x11b)],'left':_0x3c9c53[_0x56b6f3(0x18e)],'right':_0x3c9c53['right'],'bottom':_0x3c9c53['bottom']}});}['render'](){const _0x39b16b=_0x1ce811;let _0x4de323=this[_0x39b16b(0x14f)][_0x39b16b(0x149)]()[_0x39b16b(0x178)]();this[_0x39b16b(0x127)][_0x39b16b(0x179)](),this['_scene'][_0x39b16b(0x11f)](),_0x4de323[_0x39b16b(0x14e)](),this[_0x39b16b(0x164)][_0x39b16b(0x197)](),_0x4de323[_0x39b16b(0x18f)]();}};function m(_0x33fd4c,_0x33ac58){return function(_0x37bad5,_0x4021e7){_0x33ac58(_0x37bad5,_0x4021e7,_0x33fd4c);};}function h(_0x5ecbf7,_0x3aacca,_0x450544,_0x10fdc2){const _0x55e20b=_0x1ce811;var _0x41f8cc=arguments[_0x55e20b(0x16d)],_0x4f59d7=_0x41f8cc<0x3?_0x3aacca:_0x10fdc2===null?_0x10fdc2=Object[_0x55e20b(0x192)](_0x3aacca,_0x450544):_0x10fdc2,_0x506cc1;if(typeof Reflect==_0x55e20b(0x17c)&&typeof Reflect[_0x55e20b(0x183)]==_0x55e20b(0x126))_0x4f59d7=Reflect[_0x55e20b(0x183)](_0x5ecbf7,_0x3aacca,_0x450544,_0x10fdc2);else{for(var _0xf6a651=_0x5ecbf7[_0x55e20b(0x16d)]-0x1;_0xf6a651>=0x0;_0xf6a651--)(_0x506cc1=_0x5ecbf7[_0xf6a651])&&(_0x4f59d7=(_0x41f8cc<0x3?_0x506cc1(_0x4f59d7):_0x41f8cc>0x3?_0x506cc1(_0x3aacca,_0x450544,_0x4f59d7):_0x506cc1(_0x3aacca,_0x450544))||_0x4f59d7);}return _0x41f8cc>0x3&&_0x4f59d7&&Object[_0x55e20b(0x1a1)](_0x3aacca,_0x450544,_0x4f59d7),_0x4f59d7;}const g=Number[_0x1ce811(0x120)](0x6a1125aa),_=(_0x915fa,_0x4699e5,_0x3cb10f)=>{const _0x725c81=_0x1ce811;let _0x4303c0={'page':_0x915fa,'isPro':!0x1,'timeValid':!0x1};if(!_0x4699e5||!_0x3cb10f)return _0x4303c0;let _0x4741f1=(0x0,r[_0x725c81(0x137)])(_0x4699e5,_0x3cb10f);if(_0x4741f1['valid']){let _0x4580d5=_0x4741f1[_0x725c81(0x170)],_0x5af50d=(0x0,r[_0x725c81(0x153)])(_0x4580d5,'df',g);_0x4303c0['isPro']=_0x5af50d,_0x4303c0[_0x725c81(0x19b)]=_0x5af50d,_0x4303c0[_0x725c81(0x1a6)]=(0x0,r['getDocFeatureLimit'])(_0x4580d5,_0x5af50d,_0x725c81(0x15a),_0x915fa,_0x915fa,0x0);}return _0x4303c0;};let v=class extends e[_0x1ce811(0xff)]{constructor(_0x1e73b4,_0x4049b8,_0x8b8d5e,_0xee0d6f){const _0x445efc=_0x1ce811;super(),this[_0x445efc(0x168)]=_0x1e73b4,this['_renderManagerService']=_0x4049b8,this[_0x445efc(0x10b)]=_0x8b8d5e,this[_0x445efc(0x105)]=_0xee0d6f;}[_0x1ce811(0x14b)](_0x5889cd){const _0x184bd6=_0x1ce811;var _0x5aeb32,_0x307548;let {ls:_0x27100d,pbk:_0xf1a8b1}=(_0x5aeb32=this[_0x184bd6(0x105)][_0x184bd6(0x129)](r[_0x184bd6(0x147)]))==null?{}:_0x5aeb32,_0x3a69fe=(0x0,r[_0x184bd6(0x123)])()?0x1/0x0:_(0x1,_0x27100d,_0xf1a8b1)[_0x184bd6(0x1a6)];if(!this[_0x184bd6(0x168)][_0x184bd6(0x16e)](_0x5889cd,e[_0x184bd6(0x11a)][_0x184bd6(0x17f)]))throw Error(_0x184bd6(0x15d));let _0x599fac=this[_0x184bd6(0x133)]['getRenderById'](_0x5889cd);if(!_0x599fac)throw Error(_0x184bd6(0x156));let _0x4c63d3=(_0x307548=_0x599fac[_0x184bd6(0x18c)](a[_0x184bd6(0x108)])['getSkeleton']()['getSkeletonData']())==null?void 0x0:_0x307548[_0x184bd6(0x1a7)];if(!_0x4c63d3)throw Error(_0x184bd6(0x10a));let _0x44a804={'width':_0x4c63d3[0x0][_0x184bd6(0x132)],'height':_0x4c63d3[0x0][_0x184bd6(0x1a0)]},_0xb889c=_0x4c63d3[_0x184bd6(0x16d)],_0x31d465=Math[_0x184bd6(0x14a)](_0x3a69fe,_0xb889c),_0xea2436=_0x599fac[_0x184bd6(0x1a8)][_0x184bd6(0x19c)](),_0xc59b04=document[_0x184bd6(0x10c)]('div');_0xc59b04['className']=i['PRINT_CONTAINER_CLASS'];let _0x33e81a=Array(_0x31d465)['fill'](null)['map']((_0x3d666b,_0x5d4dac)=>{const _0x5b5a10=_0x184bd6;let _0x4c3576=new p(this['_injector'],_0x5d4dac,_0x5889cd,_0xea2436);return _0x4c3576['container'][_0x5b5a10(0x13e)]=i[_0x5b5a10(0x142)],_0x4c3576;});_0x33e81a[_0x184bd6(0x11e)](_0x4ac5d8=>{const _0x4f41ad=_0x184bd6;_0xc59b04[_0x4f41ad(0x16a)](_0x4ac5d8[_0x4f41ad(0x151)]),_0x4ac5d8['container'][_0x4f41ad(0x16a)](_0x4ac5d8['root']),_0x4ac5d8[_0x4f41ad(0x12e)]();});let _0x3c5b0c=(0x0,i['createPrintStyle'])(_0x44a804[_0x184bd6(0x13f)],_0x44a804['height'],i['PrintDirection'][_0x184bd6(0x101)]);return document[_0x184bd6(0x163)][_0x184bd6(0x16a)](_0x3c5b0c),document[_0x184bd6(0x163)][_0x184bd6(0x16a)](_0xc59b04),new Promise(_0x259503=>{setTimeout(()=>{const _0x56e691=_0xd7e1;window[_0x56e691(0x160)]=()=>{const _0x1ed7a0=_0x56e691;_0x33e81a[_0x1ed7a0(0x11e)](_0x181650=>{const _0x4bcad6=_0x1ed7a0;_0x181650[_0x4bcad6(0x197)]();});},window['onafterprint']=()=>{const _0x42311c=_0x56e691;_0x33e81a[_0x42311c(0x11e)](_0x435af2=>{const _0x11d810=_0x42311c;_0x435af2[_0x11d810(0x100)]();}),document[_0x42311c(0x163)][_0x42311c(0x1a4)](_0xc59b04),document[_0x42311c(0x163)][_0x42311c(0x1a4)](_0x3c5b0c),_0x259503(!0x0);},window[_0x56e691(0x14b)]();},0x64);});}};v=h([m(0x0,e[_0x1ce811(0x15e)]),m(0x1,n[_0x1ce811(0x16b)]),m(0x2,(0x0,e[_0x1ce811(0x1a5)])(e[_0x1ce811(0x141)])),m(0x3,e['IConfigService'])],v);const y={'id':_0x1ce811(0x143),'type':e['CommandType']['OPERATION'],'handler':async _0x1c3f04=>{const _0x5b5f44=_0x1ce811;let _0x20173e=_0x1c3f04[_0x5b5f44(0x174)](e['IUniverInstanceService']),_0x1d7919=_0x1c3f04[_0x5b5f44(0x174)](v),_0x2ff91f=_0x1c3f04[_0x5b5f44(0x174)](n[_0x5b5f44(0x16b)]),_0x3691cd=_0x1c3f04[_0x5b5f44(0x174)](e[_0x5b5f44(0x155)]),_0x36932c=_0x20173e[_0x5b5f44(0x12d)](e[_0x5b5f44(0x11a)][_0x5b5f44(0x17f)]);if(!_0x36932c)return!0x1;if(!_0x2ff91f[_0x5b5f44(0x17e)](_0x36932c['getUnitId']()))throw Error(_0x5b5f44(0x156));let _0x44d830=_0x36932c['getDocumentStyle']()['documentFlavor'];return _0x44d830!==e['DocumentFlavor'][_0x5b5f44(0x12f)]&&_0x3691cd[_0x5b5f44(0x138)](t['SwitchDocModeCommand']['id']),await _0x1d7919[_0x5b5f44(0x14b)](_0x36932c[_0x5b5f44(0x102)]()),_0x44d830!==e[_0x5b5f44(0x12a)]['TRADITIONAL']&&_0x3691cd[_0x5b5f44(0x138)](t[_0x5b5f44(0x128)]['id']),!0x0;}},b=_0x1ce811(0x110),x={};var S='@univerjs-pro/docs-print',C=_0x1ce811(0x13a);function w(_0x52cf2a){const _0x127a9a=_0x1ce811;return{'id':y['id'],'type':c[_0x127a9a(0x125)][_0x127a9a(0x13d)],'title':_0x127a9a(0x158),'icon':'PrintIcon','tooltip':_0x127a9a(0x158),'hidden$':(0x0,c[_0x127a9a(0x109)])(_0x52cf2a,e['UniverInstanceType'][_0x127a9a(0x17f)])};}const T={[c[_0x1ce811(0x188)]['OTHERS']]:{[y['id']]:{'order':0.1,'menuItemFactory':w}}};let E=class extends e[_0x1ce811(0xff)]{constructor(_0x442d45,_0x3c97f4,_0x2ee9d9){const _0x18f769=_0x1ce811;super(),this['_commandService']=_0x442d45,this[_0x18f769(0x17b)]=_0x3c97f4,this['_componentManager']=_0x2ee9d9,this[_0x18f769(0x18a)](),this['_initCommands'](),this[_0x18f769(0x154)]();}[_0x1ce811(0x18a)](){const _0x5f1fff=_0x1ce811;this[_0x5f1fff(0x17b)][_0x5f1fff(0x13b)](T);}['_initCommands'](){const _0x303895=_0x1ce811;this[_0x303895(0x18d)](this[_0x303895(0x139)][_0x303895(0x186)](y));}['_initComponents'](){const _0x3addff=_0x1ce811;[['PrintIcon',s[_0x3addff(0x159)]]][_0x3addff(0x11e)](([_0x110a39,_0x72fbbd])=>{const _0x3ff0ee=_0x3addff;this[_0x3ff0ee(0x175)]['register'](_0x110a39,_0x72fbbd);});}};E=h([m(0x0,e[_0x1ce811(0x155)]),m(0x1,c[_0x1ce811(0x169)]),m(0x2,(0x0,e[_0x1ce811(0x1a5)])(c[_0x1ce811(0x167)]))],E);let D=class extends e['Plugin']{constructor(_0x2da89e=x,_0x51ffa3,_0x51e300){const _0x4a785a=_0x1ce811;super(),this[_0x4a785a(0x15c)]=_0x2da89e,this[_0x4a785a(0x10b)]=_0x51ffa3,this[_0x4a785a(0x105)]=_0x51e300;let {menu:_0x17417e,..._0x3f186f}=(0x0,e[_0x4a785a(0x124)])({},x,this['_config']);_0x17417e&&this[_0x4a785a(0x105)]['setConfig'](_0x4a785a(0x103),_0x17417e,{'merge':!0x0}),this[_0x4a785a(0x105)][_0x4a785a(0x17d)](b,_0x3f186f);}[_0x1ce811(0x106)](){const _0x1c7d2f=_0x1ce811;(0x0,e[_0x1c7d2f(0x195)])(this[_0x1c7d2f(0x10b)],[[v],[E]]);}[_0x1ce811(0x157)](){const _0x53eaa5=_0x1ce811;this['_injector'][_0x53eaa5(0x174)](E);}};f(D,_0x1ce811(0x14c),'UNIVER_DOCS_PRINT'),f(D,_0x1ce811(0x12c),S),f(D,_0x1ce811(0x177),C),f(D,_0x1ce811(0x145),e[_0x1ce811(0x11a)][_0x1ce811(0x17f)]),D=h([(0x0,e[_0x1ce811(0x11d)])(o[_0x1ce811(0x176)],r['UniverLicensePlugin']),m(0x1,(0x0,e[_0x1ce811(0x1a5)])(e[_0x1ce811(0x141)])),m(0x2,e[_0x1ce811(0x162)])],D),exports[_0x1ce811(0x184)]=b,exports['DocPrintOperation']=y,Object['defineProperty'](exports,'UniverDocsPrintPlugin',{'enumerable':!0x0,'get':function(){return D;}});function _0xd7e1(_0x35ddf2,_0x4583be){_0x35ddf2=_0x35ddf2-0xff;const _0x228342=_0x2283();let _0xd7e13a=_0x228342[_0x35ddf2];return _0xd7e13a;}function _0x2283(){const _0x23f12f=['PRINT_CANVAS_CLASS','docs.operation.print','Viewport','type','931002iIbCwu','LS_CONFIG_KEY','_root','getCanvas','min','print','pluginName','height','save','_engine','0px','container','_page','isFeatureAuthorizedWithinTime','_initComponents','ICommandService','Render\x20is\x20not\x20found','onReady','print.menu','PrintIcon','mpn','addObject','_config','DocumentDataModel\x20is\x20not\x20found','IUniverInstanceService','position','onbeforeprint','100%','IConfigService','body','_scene','getSkeletonData','call','ComponentManager','_univerInstanceService','IMenuManagerService','appendChild','IRenderManagerService','2271cjcqCl','length','getUnit','string','message','_offsetConfig','74pzYMlG','Engine','get','_componentManager','UniverNetworkPlugin','version','getContext','makeForceDirty','1378736ctiicE','_menuManagerService','object','setConfig','getRenderById','UNIVER_DOC','_unitId','_paperSize','58685TBNlxM','decorate','DOCS_PRINT_PLUGIN_CONFIG_KEY','_container','registerCommand','Documents','RibbonStartGroup','root','_initMenus','Printing','with','disposeWithMe','left','restore','10pvDACA','_currentRender','getOwnPropertyDescriptor','symbol','iterator','registerDependencies','Scene','render','DisposableCollection','DocPrintInterceptorService','style','timeValid','getOffsetConfig','CanvasRenderMode','_key','PRINTING_COMPONENT_COLLECT','pageHeight','defineProperty','interceptor','VIEWPORT_KEY','removeChild','Inject','page','pages','mainComponent','Disposable','dispose','Portrait','getUnitId','menu','getSkeleton','_configService','onStarting','2181474NXvkgR','DocSkeletonManagerService','getMenuHiddenObservable','Pages\x20are\x20not\x20found','_injector','createElement','_skeletonData','_effects','toStringTag','UNIVER_DOCS_PRINT','PRINTING_DOM_COLLECT','translate','updateScrollVal','absolute','_calculateLayout','scale','29988636KPhVSH','generateRandomId','28RoCKwr','UniverInstanceType','top','506736ZrDhcx','DependentOn','forEach','makeDirty','parseInt','11XWpfJC','fetchThroughInterceptors','isLocalCheck','merge','MenuItemType','function','_documents','SwitchDocModeCommand','getConfig','DocumentFlavor','Module','packageName','getCurrentUnitOfType','prepare','TRADITIONAL','_skeleton','div','pageWidth','_renderManagerService','Skeleton\x20data\x20is\x20not\x20found','88PwOvDx','prototype','getLicenseInfo','syncExecuteCommand','_commandService','0.24.0','mergeMenu','setId','BUTTON','className','width','_viewMain','Injector'];_0x2283=function(){return _0x23f12f;};return _0x2283();}
1
+ function _0x5078(_0x1aa82c,_0x268af2){_0x1aa82c=_0x1aa82c-0x173;const _0x5c3284=_0x5c32();let _0x507893=_0x5c3284[_0x1aa82c];return _0x507893;}const _0x146b82=_0x5078;(function(_0x5e26d7,_0x53e605){const _0x2a596b=_0x5078,_0x2ee817=_0x5e26d7();while(!![]){try{const _0x55dbd5=-parseInt(_0x2a596b(0x17b))/0x1+parseInt(_0x2a596b(0x222))/0x2*(-parseInt(_0x2a596b(0x1a3))/0x3)+-parseInt(_0x2a596b(0x1b9))/0x4+parseInt(_0x2a596b(0x1e8))/0x5+-parseInt(_0x2a596b(0x211))/0x6*(-parseInt(_0x2a596b(0x195))/0x7)+parseInt(_0x2a596b(0x19b))/0x8*(parseInt(_0x2a596b(0x18d))/0x9)+parseInt(_0x2a596b(0x206))/0xa;if(_0x55dbd5===_0x53e605)break;else _0x2ee817['push'](_0x2ee817['shift']());}catch(_0x56c9ba){_0x2ee817['push'](_0x2ee817['shift']());}}}(_0x5c32,0xd95f2),Object[_0x146b82(0x179)](exports,Symbol[_0x146b82(0x20c)],{'value':_0x146b82(0x200)}));let e=require('@univerjs/core'),t=require('@univerjs/docs-ui'),n=require('@univerjs/engine-render'),r=require('@univerjs-pro/license'),i=require('@univerjs-pro/print'),a=require('@univerjs/docs'),o=require('@univerjs/ui'),s=require('@univerjs/network'),c=require('@univerjs/icons');function l(_0xdb531e){'@babel/helpers - typeof';const _0x570867=_0x146b82;return l=typeof Symbol=='function'&&typeof Symbol[_0x570867(0x1cc)]=='symbol'?function(_0x338b74){return typeof _0x338b74;}:function(_0x50fa47){const _0x140361=_0x570867;return _0x50fa47&&typeof Symbol==_0x140361(0x1c0)&&_0x50fa47[_0x140361(0x1c8)]===Symbol&&_0x50fa47!==Symbol[_0x140361(0x209)]?_0x140361(0x1c2):typeof _0x50fa47;},l(_0xdb531e);}function u(_0x1e4a9c,_0x43dc35){const _0x3e07d6=_0x146b82;if(l(_0x1e4a9c)!=_0x3e07d6(0x1f0)||!_0x1e4a9c)return _0x1e4a9c;var _0xea1187=_0x1e4a9c[Symbol[_0x3e07d6(0x1b6)]];if(_0xea1187!==void 0x0){var _0x2b9dd7=_0xea1187[_0x3e07d6(0x216)](_0x1e4a9c,_0x43dc35||_0x3e07d6(0x1de));if(l(_0x2b9dd7)!=_0x3e07d6(0x1f0))return _0x2b9dd7;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x43dc35==='string'?String:Number)(_0x1e4a9c);}function d(_0xde8c1e){const _0x4f51b9=_0x146b82;var _0x4794a6=u(_0xde8c1e,_0x4f51b9(0x225));return l(_0x4794a6)=='symbol'?_0x4794a6:_0x4794a6+'';}function f(_0x45ffd1,_0x44d1c5,_0x2a1335){return(_0x44d1c5=d(_0x44d1c5))in _0x45ffd1?Object['defineProperty'](_0x45ffd1,_0x44d1c5,{'value':_0x2a1335,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x45ffd1[_0x44d1c5]=_0x2a1335,_0x45ffd1;}var p=class extends e[_0x146b82(0x218)]{get[_0x146b82(0x1f9)](){const _0x3235ff=_0x146b82;return this[_0x3235ff(0x228)];}get[_0x146b82(0x1dd)](){const _0x57b137=_0x146b82;return this[_0x57b137(0x1a8)];}get[_0x146b82(0x1a9)](){const _0x3880b1=_0x146b82;let _0x59b648=this['_injector'][_0x3880b1(0x202)](n[_0x3880b1(0x174)])['getRenderById'](this[_0x3880b1(0x1b0)]);if(!_0x59b648)throw Error(_0x3880b1(0x1f7));return _0x59b648;}get[_0x146b82(0x21b)](){const _0x16a011=_0x146b82;return this[_0x16a011(0x1a9)][_0x16a011(0x1ee)](a[_0x16a011(0x1cb)])[_0x16a011(0x1e0)]();}get['_skeletonData'](){const _0x40dd09=_0x146b82;let _0x59f3da=this['_skeleton'][_0x40dd09(0x227)]();if(!_0x59f3da)throw Error(_0x40dd09(0x1be));return _0x59f3da;}get[_0x146b82(0x20d)](){const _0x5bd0b2=_0x146b82;let _0x5f1e67=this['_skeletonData']['pages'][0x0];return{'width':_0x5f1e67[_0x5bd0b2(0x1d8)],'height':_0x5f1e67['pageHeight']};}constructor(_0x250c20,_0x5a7380,_0x7e7da8,_0x39c39a){const _0x42d659=_0x146b82;super(),this['_injector']=_0x250c20,this['_page']=_0x5a7380,this[_0x42d659(0x1b0)]=_0x7e7da8,this[_0x42d659(0x1fc)]=_0x39c39a,f(this,_0x42d659(0x228),document['createElement'](_0x42d659(0x1d4))),f(this,_0x42d659(0x1a8),document[_0x42d659(0x1eb)](_0x42d659(0x1d4))),f(this,_0x42d659(0x1ce),void 0x0),f(this,_0x42d659(0x1a7),void 0x0),f(this,_0x42d659(0x188),void 0x0),f(this,_0x42d659(0x208),void 0x0),f(this,_0x42d659(0x1c3),void 0x0),f(this,_0x42d659(0x1e9),new e[(_0x42d659(0x220))]()),this['_key']=(0x0,e[_0x42d659(0x196)])(0x4),this['_initRenderer'](),this[_0x42d659(0x180)]({'dispose':()=>{const _0x2c8565=_0x42d659;this[_0x2c8565(0x1ce)][_0x2c8565(0x1a2)](),this[_0x2c8565(0x1a7)][_0x2c8565(0x1a2)](),this[_0x2c8565(0x1e9)]['dispose']();}});}[_0x146b82(0x1c1)](){const _0x4d6b0e=_0x146b82;let {docsTop:_0x6d898e,docsLeft:_0x25de67}=this[_0x4d6b0e(0x208)][_0x4d6b0e(0x19a)](),_0x269539=this[_0x4d6b0e(0x20d)]['height'],_0x3c5d50=this[_0x4d6b0e(0x20d)]['width'];return{'top':_0x6d898e+(_0x6d898e+_0x269539)*this[_0x4d6b0e(0x20a)],'bottom':_0x6d898e+(_0x6d898e+_0x269539)*(this[_0x4d6b0e(0x20a)]+0x1),'left':_0x25de67,'right':_0x25de67+_0x3c5d50};}[_0x146b82(0x1ec)](){const _0x1c5015=_0x146b82;this['_engine']=new n[(_0x1c5015(0x214))]('',{'elementWidth':this[_0x1c5015(0x20d)][_0x1c5015(0x207)],'elementHeight':this['_paperSize'][_0x1c5015(0x203)],'dpr':0x1,'renderMode':n[_0x1c5015(0x1ca)]['Printing']}),this[_0x1c5015(0x1a7)]=new n[(_0x1c5015(0x21f))](this['_key'],this[_0x1c5015(0x1ce)]),this[_0x1c5015(0x1a7)]['scale'](0x1,0x1),this[_0x1c5015(0x1ce)][_0x1c5015(0x17f)](this['_container'],!0x1),this[_0x1c5015(0x1ce)]['getCanvas']()[_0x1c5015(0x190)]()['setId'](this[_0x1c5015(0x188)]+'_'+(0x0,e[_0x1c5015(0x196)])(0x4)),this[_0x1c5015(0x1aa)](),this[_0x1c5015(0x21c)]();}[_0x146b82(0x1aa)](){const _0x2a823a=_0x146b82;let {pageMarginLeft:_0x481356,pageMarginTop:_0x1eff7a,docsLeft:_0x4c7e39,docsTop:_0x4089fc}=this[_0x2a823a(0x1fc)],_0x3c035e={'pageMarginLeft':_0x481356,'pageMarginTop':_0x1eff7a},_0x3394bd=new n['Documents']('__DocPrintRender__',this[_0x2a823a(0x21b)],_0x3c035e);_0x3394bd[_0x2a823a(0x18a)](_0x4c7e39,_0x4089fc),this[_0x2a823a(0x1a7)][_0x2a823a(0x205)](_0x3394bd),this[_0x2a823a(0x208)]=_0x3394bd;let _0x30fa1c=this[_0x2a823a(0x1cd)]['get'](t['DocPrintInterceptorService']);_0x30fa1c[_0x2a823a(0x20e)]['fetchThroughInterceptors'](_0x30fa1c[_0x2a823a(0x20e)][_0x2a823a(0x1c6)]()[_0x2a823a(0x1bc)])(void 0x0,{'unitId':this['_unitId'],'scene':this[_0x2a823a(0x1a7)],'engine':this['_engine'],'root':this[_0x2a823a(0x1a8)],'documents':this['_documents'],'skeleton':this['_skeleton']});}[_0x146b82(0x21c)](){const _0x257d67=_0x146b82;this[_0x257d67(0x1c3)]=new n[(_0x257d67(0x186))](t[_0x257d67(0x1b1)][_0x257d67(0x219)],this[_0x257d67(0x1a7)],{'explicitViewportWidthSet':!0x0,'explicitViewportHeightSet':!0x0});}[_0x146b82(0x1ad)](){const _0x4393a7=_0x146b82;let _0x4fd044=this[_0x4393a7(0x1c1)]();this[_0x4393a7(0x1c3)][_0x4393a7(0x1c4)]({'viewportScrollX':_0x4fd044[_0x4393a7(0x201)],'viewportScrollY':_0x4fd044['top']}),this[_0x4393a7(0x1a8)]['style'][_0x4393a7(0x199)]=_0x4393a7(0x173),this[_0x4393a7(0x1a8)]['style']['top']='0px',this[_0x4393a7(0x1a8)][_0x4393a7(0x1c9)][_0x4393a7(0x201)]=_0x4393a7(0x1b4),this[_0x4393a7(0x1a8)][_0x4393a7(0x1c9)]['width']='100%',this['_root'][_0x4393a7(0x1c9)][_0x4393a7(0x203)]='100%',this[_0x4393a7(0x1e9)]=new e[(_0x4393a7(0x220))]();let _0x150627=this[_0x4393a7(0x1cd)][_0x4393a7(0x202)](t['DocPrintInterceptorService']);_0x150627[_0x4393a7(0x20e)][_0x4393a7(0x183)](_0x150627[_0x4393a7(0x20e)][_0x4393a7(0x1c6)]()[_0x4393a7(0x1e7)])(this['_effects'],{'unitId':this[_0x4393a7(0x1b0)],'scene':this['_scene'],'engine':this[_0x4393a7(0x1ce)],'root':this[_0x4393a7(0x1a8)],'skeleton':this[_0x4393a7(0x21b)],'offset':{'x':_0x4fd044['left'],'y':_0x4fd044[_0x4393a7(0x181)]},'bound':{'top':_0x4fd044[_0x4393a7(0x181)],'left':_0x4fd044[_0x4393a7(0x201)],'right':_0x4fd044[_0x4393a7(0x210)],'bottom':_0x4fd044['bottom']}});}[_0x146b82(0x213)](){const _0x221e15=_0x146b82;let _0x3eb1f6=this['_engine'][_0x221e15(0x1b2)]()[_0x221e15(0x190)]();this[_0x221e15(0x208)]['makeForceDirty'](),this[_0x221e15(0x1a7)][_0x221e15(0x1fd)](),_0x3eb1f6[_0x221e15(0x17d)](),this[_0x221e15(0x1a7)][_0x221e15(0x213)](),_0x3eb1f6[_0x221e15(0x1ac)]();}};function m(_0x1b5d72,_0x4eba5d){return function(_0x2a3226,_0x5e2ab1){_0x4eba5d(_0x2a3226,_0x5e2ab1,_0x1b5d72);};}function h(_0x264222,_0x5dbdb8,_0x4c6c28,_0x52b5d7){const _0x25f9f9=_0x146b82;var _0xfa8c7e=arguments[_0x25f9f9(0x1f2)],_0xf85022=_0xfa8c7e<0x3?_0x5dbdb8:_0x52b5d7===null?_0x52b5d7=Object[_0x25f9f9(0x226)](_0x5dbdb8,_0x4c6c28):_0x52b5d7,_0x1a2bbd;if(typeof Reflect==_0x25f9f9(0x1f0)&&typeof Reflect[_0x25f9f9(0x1c7)]==_0x25f9f9(0x1c0))_0xf85022=Reflect['decorate'](_0x264222,_0x5dbdb8,_0x4c6c28,_0x52b5d7);else{for(var _0x46d336=_0x264222[_0x25f9f9(0x1f2)]-0x1;_0x46d336>=0x0;_0x46d336--)(_0x1a2bbd=_0x264222[_0x46d336])&&(_0xf85022=(_0xfa8c7e<0x3?_0x1a2bbd(_0xf85022):_0xfa8c7e>0x3?_0x1a2bbd(_0x5dbdb8,_0x4c6c28,_0xf85022):_0x1a2bbd(_0x5dbdb8,_0x4c6c28))||_0xf85022);}return _0xfa8c7e>0x3&&_0xf85022&&Object[_0x25f9f9(0x179)](_0x5dbdb8,_0x4c6c28,_0xf85022),_0xf85022;}const g=Number[_0x146b82(0x1d1)](0x6a1aba27),_=(_0x42d81a,_0x26b53d,_0x1b2c45)=>{const _0x582742=_0x146b82;let _0x316f99={'page':_0x42d81a,'isPro':!0x1,'timeValid':!0x1};if(!_0x26b53d||!_0x1b2c45)return _0x316f99;let _0xd0e841=(0x0,r[_0x582742(0x1cf)])(_0x26b53d,_0x1b2c45);if(_0xd0e841[_0x582742(0x20b)]){let _0xfec77e=_0xd0e841[_0x582742(0x1dc)],_0x5b04b0=(0x0,r[_0x582742(0x192)])(_0xfec77e,'df',g);_0x316f99[_0x582742(0x217)]=_0x5b04b0,_0x316f99[_0x582742(0x223)]=_0x5b04b0,_0x316f99[_0x582742(0x21d)]=(0x0,r['getDocFeatureLimit'])(_0xfec77e,_0x5b04b0,_0x582742(0x1ab),_0x42d81a,_0x42d81a,0x0);}return _0x316f99;};let v=class extends e[_0x146b82(0x218)]{constructor(_0x367121,_0x36bba8,_0x44b8e2,_0x1b2e80,_0xa66b8b){const _0x27b73a=_0x146b82;super(),this['_univerInstanceService']=_0x367121,this[_0x27b73a(0x198)]=_0x36bba8,this[_0x27b73a(0x1cd)]=_0x44b8e2,this[_0x27b73a(0x194)]=_0x1b2e80,this[_0x27b73a(0x19e)]=_0xa66b8b;}[_0x146b82(0x17c)](_0x5b056f){const _0x3f7639=_0x146b82;var _0x2fe23c,_0x5bc367;let {ls:_0xe40ac7,pbk:_0x5d45ce}=(_0x2fe23c=this[_0x3f7639(0x194)][_0x3f7639(0x1ae)](r[_0x3f7639(0x1e5)]))==null?{}:_0x2fe23c,_0x4d0f3b=(0x0,r[_0x3f7639(0x175)])()?0x1/0x0:_(0x1,_0xe40ac7,_0x5d45ce)[_0x3f7639(0x21d)];if(!this[_0x3f7639(0x1bf)][_0x3f7639(0x1b3)](_0x5b056f,e[_0x3f7639(0x1d0)][_0x3f7639(0x1ef)]))throw Error('DocumentDataModel\x20is\x20not\x20found');let _0x348cd6=this['_renderManagerService'][_0x3f7639(0x221)](_0x5b056f);if(!_0x348cd6)throw Error(_0x3f7639(0x1f7));let _0x178be4=(_0x5bc367=_0x348cd6[_0x3f7639(0x1ee)](a[_0x3f7639(0x1cb)])[_0x3f7639(0x1e0)]()[_0x3f7639(0x227)]())==null?void 0x0:_0x5bc367[_0x3f7639(0x1a6)];if(!_0x178be4)throw Error(_0x3f7639(0x178));let _0x2cc4b7={'width':_0x178be4[0x0][_0x3f7639(0x1d8)],'height':_0x178be4[0x0][_0x3f7639(0x1e4)]},_0x5840cd=_0x178be4[_0x3f7639(0x1f2)],_0x151101=Math[_0x3f7639(0x176)](_0x4d0f3b,_0x5840cd),_0x58276d=_0x348cd6[_0x3f7639(0x18e)][_0x3f7639(0x19a)](),_0x34aa0f=document['createElement'](_0x3f7639(0x1d4));_0x34aa0f[_0x3f7639(0x1e1)]=i[_0x3f7639(0x1f8)];let _0x44f6b6=Array(_0x151101)[_0x3f7639(0x1bd)](null)[_0x3f7639(0x1a0)]((_0x5223c1,_0x3ef3f6)=>{const _0x525728=_0x3f7639;let _0x67a6a0=new p(this[_0x525728(0x1cd)],_0x3ef3f6,_0x5b056f,_0x58276d);return _0x67a6a0[_0x525728(0x1f9)][_0x525728(0x1e1)]=i['PRINT_CANVAS_CLASS'],_0x67a6a0;});_0x44f6b6['forEach'](_0x4ae10a=>{const _0x16563e=_0x3f7639;_0x34aa0f['appendChild'](_0x4ae10a[_0x16563e(0x1f9)]),_0x4ae10a['container'][_0x16563e(0x1db)](_0x4ae10a[_0x16563e(0x1dd)]),_0x4ae10a[_0x16563e(0x1ad)]();});let _0x1f51c5=(0x0,i[_0x3f7639(0x18c)])(_0x2cc4b7[_0x3f7639(0x207)],_0x2cc4b7['height'],i[_0x3f7639(0x1df)][_0x3f7639(0x1fe)]);return document['body'][_0x3f7639(0x1db)](_0x1f51c5),document[_0x3f7639(0x19f)][_0x3f7639(0x1db)](_0x34aa0f),new Promise(_0x26611a=>{setTimeout(()=>{const _0x7f8bb6=_0x5078;window['onbeforeprint']=()=>{_0x44f6b6['forEach'](_0x379240=>{const _0x1ec662=_0x5078;_0x379240[_0x1ec662(0x213)]();});},window[_0x7f8bb6(0x1fa)]=()=>{const _0x3f329f=_0x7f8bb6;_0x44f6b6['forEach'](_0x571f2e=>{const _0x14e765=_0x5078;_0x571f2e[_0x14e765(0x1a2)]();}),document['body'][_0x3f329f(0x184)](_0x34aa0f),document[_0x3f329f(0x19f)][_0x3f329f(0x184)](_0x1f51c5),this[_0x3f329f(0x19e)][_0x3f329f(0x1d3)](),_0x26611a(!0x0);},window[_0x7f8bb6(0x17c)]();},0x64);});}};v=h([m(0x0,e[_0x146b82(0x1ba)]),m(0x1,n[_0x146b82(0x174)]),m(0x2,(0x0,e[_0x146b82(0x18b)])(e[_0x146b82(0x19c)])),m(0x3,e[_0x146b82(0x1f1)]),m(0x4,o['IZenZoneService'])],v);const y={'id':_0x146b82(0x19d),'type':e[_0x146b82(0x1fb)][_0x146b82(0x1a4)],'handler':async _0x2b93cf=>{const _0x33b01f=_0x146b82;let _0x53f291=_0x2b93cf[_0x33b01f(0x202)](e[_0x33b01f(0x1ba)]),_0x5c5eb2=_0x2b93cf[_0x33b01f(0x202)](v),_0x12fd36=_0x2b93cf[_0x33b01f(0x202)](n[_0x33b01f(0x174)]),_0x5a57ca=_0x2b93cf[_0x33b01f(0x202)](e[_0x33b01f(0x224)]),_0x3f749a=_0x53f291[_0x33b01f(0x187)](e[_0x33b01f(0x1d0)][_0x33b01f(0x1ef)]);if(!_0x3f749a)return!0x1;if(!_0x12fd36[_0x33b01f(0x221)](_0x3f749a['getUnitId']()))throw Error(_0x33b01f(0x1f7));let _0xbb0293=_0x3f749a[_0x33b01f(0x204)]()[_0x33b01f(0x189)];return _0xbb0293!==e[_0x33b01f(0x1b8)][_0x33b01f(0x1d6)]&&_0x5a57ca['syncExecuteCommand'](t[_0x33b01f(0x1f4)]['id']),await _0x5c5eb2[_0x33b01f(0x17c)](_0x3f749a[_0x33b01f(0x1d2)]()),_0xbb0293!==e[_0x33b01f(0x1b8)][_0x33b01f(0x1d6)]&&_0x5a57ca[_0x33b01f(0x1b7)](t[_0x33b01f(0x1f4)]['id']),!0x0;}},b='UNIVER_DOCS_PRINT',x={};var S=_0x146b82(0x21e),C=_0x146b82(0x1f3);function w(_0x3f2a44){const _0x23a3a1=_0x146b82;return{'id':y['id'],'type':o['MenuItemType'][_0x23a3a1(0x18f)],'title':_0x23a3a1(0x1d5),'icon':_0x23a3a1(0x215),'tooltip':'docs-print.menu','hidden$':(0x0,o[_0x23a3a1(0x17a)])(_0x3f2a44,e[_0x23a3a1(0x1d0)][_0x23a3a1(0x1ef)])};}const T={[o[_0x146b82(0x177)]['OTHERS']]:{[y['id']]:{'order':0.1,'menuItemFactory':w}}};let E=class extends e[_0x146b82(0x218)]{constructor(_0x133c7d,_0x544fa8,_0xd8ee6c){const _0x331515=_0x146b82;super(),this[_0x331515(0x193)]=_0x133c7d,this[_0x331515(0x191)]=_0x544fa8,this[_0x331515(0x1b5)]=_0xd8ee6c,this[_0x331515(0x1a1)](),this[_0x331515(0x1ed)](),this['_initComponents']();}[_0x146b82(0x1a1)](){const _0x23e10d=_0x146b82;this[_0x23e10d(0x191)][_0x23e10d(0x1a5)](T);}[_0x146b82(0x1ed)](){const _0x533a52=_0x146b82;this['disposeWithMe'](this[_0x533a52(0x193)][_0x533a52(0x1ff)](y));}[_0x146b82(0x17e)](){const _0x282455=_0x146b82;[['PrintIcon',c[_0x282455(0x215)]]][_0x282455(0x197)](([_0x2abdb2,_0x35764b])=>{const _0x1bea5a=_0x282455;this['_componentManager'][_0x1bea5a(0x1bb)](_0x2abdb2,_0x35764b);});}};E=h([m(0x0,e[_0x146b82(0x224)]),m(0x1,o[_0x146b82(0x1af)]),m(0x2,(0x0,e['Inject'])(o[_0x146b82(0x1da)]))],E);let D=class extends e[_0x146b82(0x21a)]{constructor(_0x364f6c=x,_0x3fc5f3,_0x8e4ac6){const _0x2f11f0=_0x146b82;super(),this['_config']=_0x364f6c,this[_0x2f11f0(0x1cd)]=_0x3fc5f3,this[_0x2f11f0(0x194)]=_0x8e4ac6;let {menu:_0x53ebbe,..._0x3fe490}=(0x0,e[_0x2f11f0(0x1f6)])({},x,this[_0x2f11f0(0x1e3)]);_0x53ebbe&&this[_0x2f11f0(0x194)][_0x2f11f0(0x1ea)]('menu',_0x53ebbe,{'merge':!0x0}),this[_0x2f11f0(0x194)][_0x2f11f0(0x1ea)](b,_0x3fe490);}[_0x146b82(0x20f)](){(0x0,e['registerDependencies'])(this['_injector'],[[v],[E]]);}[_0x146b82(0x1d9)](){const _0xe80dbb=_0x146b82;this['_injector'][_0xe80dbb(0x202)](E);}};f(D,_0x146b82(0x1f5),_0x146b82(0x1e6)),f(D,_0x146b82(0x182),S),f(D,_0x146b82(0x185),C),f(D,_0x146b82(0x1e2),e[_0x146b82(0x1d0)][_0x146b82(0x1ef)]),D=h([(0x0,e['DependentOn'])(s[_0x146b82(0x212)],r['UniverLicensePlugin']),m(0x1,(0x0,e[_0x146b82(0x18b)])(e[_0x146b82(0x19c)])),m(0x2,e['IConfigService'])],D),exports[_0x146b82(0x1c5)]=b,exports[_0x146b82(0x1d7)]=y,Object[_0x146b82(0x179)](exports,'UniverDocsPrintPlugin',{'enumerable':!0x0,'get':function(){return D;}});function _0x5c32(){const _0x436bc7=['_documents','prototype','_page','valid','toStringTag','_paperSize','interceptor','onStarting','right','2223696kLQIcx','UniverNetworkPlugin','render','Engine','PrintIcon','call','isPro','Disposable','VIEW_MAIN','Plugin','_skeleton','_addViewport','page','@univerjs-pro/docs-print','Scene','DisposableCollection','getRenderById','18EXUoXj','timeValid','ICommandService','string','getOwnPropertyDescriptor','getSkeletonData','_container','absolute','IRenderManagerService','isLocalCheck','min','RibbonStartGroup','Pages\x20are\x20not\x20found','defineProperty','getMenuHiddenObservable','81762JTvxGt','print','save','_initComponents','setContainer','disposeWithMe','top','packageName','fetchThroughInterceptors','removeChild','version','Viewport','getCurrentUnitOfType','_key','documentFlavor','translate','Inject','createPrintStyle','1045863yzgKwe','mainComponent','BUTTON','getContext','_menuManagerService','isFeatureAuthorizedWithinTime','_commandService','_configService','7mVBAcX','generateRandomId','forEach','_renderManagerService','position','getOffsetConfig','120KeYUBT','Injector','docs.operation.print','_globalZoneService','body','map','_initMenus','dispose','364143uUXyNS','OPERATION','mergeMenu','pages','_scene','_root','_currentRender','_addComponent','mpn','restore','prepare','getConfig','IMenuManagerService','_unitId','VIEWPORT_KEY','getCanvas','getUnit','0px','_componentManager','toPrimitive','syncExecuteCommand','DocumentFlavor','6406972AFtzYk','IUniverInstanceService','register','PRINTING_COMPONENT_COLLECT','fill','Skeleton\x20data\x20is\x20not\x20found','_univerInstanceService','function','_calculateLayout','symbol','_viewMain','updateScrollVal','DOCS_PRINT_PLUGIN_CONFIG_KEY','getInterceptPoints','decorate','constructor','style','CanvasRenderMode','DocSkeletonManagerService','iterator','_injector','_engine','getLicenseInfo','UniverInstanceType','parseInt','getUnitId','close','div','docs-print.menu','TRADITIONAL','DocPrintOperation','pageWidth','onReady','ComponentManager','appendChild','message','root','default','PrintDirection','getSkeleton','className','type','_config','pageHeight','LS_CONFIG_KEY','UNIVER_DOCS_PRINT','PRINTING_DOM_COLLECT','6867670FtOZFJ','_effects','setConfig','createElement','_initRenderer','_initCommands','with','UNIVER_DOC','object','IConfigService','length','0.25.0','SwitchDocModeCommand','pluginName','merge','Render\x20is\x20not\x20found','PRINT_CONTAINER_CLASS','container','onafterprint','CommandType','_offsetConfig','makeDirty','Portrait','registerCommand','Module','left','get','height','getDocumentStyle','addObject','1790330RtTdIL','width'];_0x5c32=function(){return _0x436bc7;};return _0x5c32();}
@@ -0,0 +1 @@
1
+ const _0x5ecb3c=_0x2ce6;function _0x2136(){const _0x137a0e=['3xMhLyY','6ogjMIy','33YAdqQz','17YDVyIo','1269452rGVxKg','13934uCBrIp','exports','5719610JzpgpT','4922544RUwSvV','603806qjiqAA','طباعة','2883840iWsTtV','1138788Uetoxz'];_0x2136=function(){return _0x137a0e;};return _0x2136();}(function(_0xd7fc11,_0x5c147a){const _0x3a0411=_0x2ce6,_0x5db48f=_0xd7fc11();while(!![]){try{const _0x58fd9e=parseInt(_0x3a0411(0xf6))/0x1*(parseInt(_0x3a0411(0xf8))/0x2)+-parseInt(_0x3a0411(0xf3))/0x3*(parseInt(_0x3a0411(0xf7))/0x4)+-parseInt(_0x3a0411(0xfe))/0x5*(parseInt(_0x3a0411(0xf4))/0x6)+-parseInt(_0x3a0411(0xfc))/0x7+-parseInt(_0x3a0411(0xfb))/0x8+parseInt(_0x3a0411(0xf2))/0x9+-parseInt(_0x3a0411(0xfa))/0xa*(-parseInt(_0x3a0411(0xf5))/0xb);if(_0x58fd9e===_0x5c147a)break;else _0x5db48f['push'](_0x5db48f['shift']());}catch(_0x5cf38c){_0x5db48f['push'](_0x5db48f['shift']());}}}(_0x2136,0x5925b));function _0x2ce6(_0x3a17f9,_0x4eca25){_0x3a17f9=_0x3a17f9-0xf2;const _0x2136f1=_0x2136();let _0x2ce603=_0x2136f1[_0x3a17f9];return _0x2ce603;}const e={'docs-print':{'menu':_0x5ecb3c(0xfd)}};module[_0x5ecb3c(0xf9)]=e;
@@ -1 +1 @@
1
- function _0x2aa9(_0xa311d4,_0x38dac9){_0xa311d4=_0xa311d4-0x1f3;const _0x5ca5cb=_0x5ca5();let _0x2aa9dd=_0x5ca5cb[_0xa311d4];return _0x2aa9dd;}const _0x21db04=_0x2aa9;function _0x5ca5(){const _0x35f498=['485175JZzdQU','5xPLWZd','12BLCPpH','Print','14yjAspK','2140tnIYqR','100856IVKnJI','9606824BhamHZ','exports','186852PBMABB','32224423ClGMji','112EEtYiv','36801pRumAq','5020076mKAeZy'];_0x5ca5=function(){return _0x35f498;};return _0x5ca5();}(function(_0x1fa9cc,_0x3a97da){const _0x4c779d=_0x2aa9,_0x4878e4=_0x1fa9cc();while(!![]){try{const _0x44f739=parseInt(_0x4c779d(0x1f4))/0x1*(parseInt(_0x4c779d(0x200))/0x2)+-parseInt(_0x4c779d(0x1fc))/0x3+-parseInt(_0x4c779d(0x1fb))/0x4*(parseInt(_0x4c779d(0x1fd))/0x5)+parseInt(_0x4c779d(0x1f7))/0x6*(parseInt(_0x4c779d(0x1f9))/0x7)+-parseInt(_0x4c779d(0x1f5))/0x8+parseInt(_0x4c779d(0x1fa))/0x9*(-parseInt(_0x4c779d(0x1f3))/0xa)+-parseInt(_0x4c779d(0x1f8))/0xb*(-parseInt(_0x4c779d(0x1fe))/0xc);if(_0x44f739===_0x3a97da)break;else _0x4878e4['push'](_0x4878e4['shift']());}catch(_0x51dad7){_0x4878e4['push'](_0x4878e4['shift']());}}}(_0x5ca5,0x9c85a));const e={'print':{'menu':_0x21db04(0x1ff)}};module[_0x21db04(0x1f6)]=e;
1
+ const _0x226867=_0x12e9;function _0x4db2(){const _0x5ec646=['8185626UpCaoR','149490bkllhT','exports','598178pubiFI','64756QeZIca','104uYdjiW','2974641VEZqCL','248388EutINT','206138gHxnSJ','Imprimir','165SxrHKW','506RvUqSu','2VdPWBG'];_0x4db2=function(){return _0x5ec646;};return _0x4db2();}(function(_0x2ea022,_0x5b3b50){const _0x204251=_0x12e9,_0x255eb9=_0x2ea022();while(!![]){try{const _0x27cef3=parseInt(_0x204251(0xf4))/0x1+-parseInt(_0x204251(0xf8))/0x2*(parseInt(_0x204251(0xf2))/0x3)+-parseInt(_0x204251(0xf0))/0x4*(-parseInt(_0x204251(0xf6))/0x5)+-parseInt(_0x204251(0xf3))/0x6+parseInt(_0x204251(0xef))/0x7*(parseInt(_0x204251(0xf1))/0x8)+-parseInt(_0x204251(0xec))/0x9+parseInt(_0x204251(0xed))/0xa*(parseInt(_0x204251(0xf7))/0xb);if(_0x27cef3===_0x5b3b50)break;else _0x255eb9['push'](_0x255eb9['shift']());}catch(_0x58b885){_0x255eb9['push'](_0x255eb9['shift']());}}}(_0x4db2,0x919f8));const e={'docs-print':{'menu':_0x226867(0xf5)}};function _0x12e9(_0x42fc37,_0x16bc79){_0x42fc37=_0x42fc37-0xec;const _0x4db233=_0x4db2();let _0x12e93b=_0x4db233[_0x42fc37];return _0x12e93b;}module[_0x226867(0xee)]=e;
@@ -0,0 +1 @@
1
+ const _0x2e47cb=_0xc0ff;(function(_0x5a37bc,_0x181253){const _0x3b2d9c=_0xc0ff,_0x7c60bf=_0x5a37bc();while(!![]){try{const _0x5b5869=-parseInt(_0x3b2d9c(0xdc))/0x1*(parseInt(_0x3b2d9c(0xd8))/0x2)+-parseInt(_0x3b2d9c(0xe0))/0x3*(parseInt(_0x3b2d9c(0xdf))/0x4)+parseInt(_0x3b2d9c(0xd9))/0x5+parseInt(_0x3b2d9c(0xd7))/0x6*(parseInt(_0x3b2d9c(0xd4))/0x7)+-parseInt(_0x3b2d9c(0xde))/0x8*(parseInt(_0x3b2d9c(0xdb))/0x9)+-parseInt(_0x3b2d9c(0xd6))/0xa*(-parseInt(_0x3b2d9c(0xdd))/0xb)+-parseInt(_0x3b2d9c(0xda))/0xc*(-parseInt(_0x3b2d9c(0xd3))/0xd);if(_0x5b5869===_0x181253)break;else _0x7c60bf['push'](_0x7c60bf['shift']());}catch(_0x55d9f0){_0x7c60bf['push'](_0x7c60bf['shift']());}}}(_0x5e68,0x36e22));function _0x5e68(){const _0x3ae485=['245GPHilC','Drucken','10EuLhlB','71628nzolar','579466HgmFhs','910435nQPsMK','12tkcffx','891sjRoWg','1KTNOJm','1870594TvENMU','1832XuUVou','8RuvJuY','601548sKAKkp','exports','2187471tsjkSL'];_0x5e68=function(){return _0x3ae485;};return _0x5e68();}function _0xc0ff(_0x2beaf8,_0x59581d){_0x2beaf8=_0x2beaf8-0xd2;const _0x5e68dd=_0x5e68();let _0xc0ff87=_0x5e68dd[_0x2beaf8];return _0xc0ff87;}const e={'docs-print':{'menu':_0x2e47cb(0xd5)}};module[_0x2e47cb(0xd2)]=e;
@@ -1 +1 @@
1
- const _0x103b50=_0x20a6;(function(_0x161313,_0x19ed6a){const _0x1a42a2=_0x20a6,_0x119fd8=_0x161313();while(!![]){try{const _0x2ddf29=-parseInt(_0x1a42a2(0x152))/0x1+parseInt(_0x1a42a2(0x14a))/0x2*(-parseInt(_0x1a42a2(0x146))/0x3)+parseInt(_0x1a42a2(0x14f))/0x4+-parseInt(_0x1a42a2(0x14e))/0x5*(parseInt(_0x1a42a2(0x149))/0x6)+parseInt(_0x1a42a2(0x14b))/0x7*(-parseInt(_0x1a42a2(0x14d))/0x8)+-parseInt(_0x1a42a2(0x151))/0x9*(parseInt(_0x1a42a2(0x147))/0xa)+parseInt(_0x1a42a2(0x148))/0xb*(parseInt(_0x1a42a2(0x150))/0xc);if(_0x2ddf29===_0x19ed6a)break;else _0x119fd8['push'](_0x119fd8['shift']());}catch(_0x87a37c){_0x119fd8['push'](_0x119fd8['shift']());}}}(_0x4817,0xc1747));const e={'print':{'menu':_0x103b50(0x153)}};module[_0x103b50(0x14c)]=e;function _0x20a6(_0x5cb9c8,_0x3768f5){_0x5cb9c8=_0x5cb9c8-0x146;const _0x48172e=_0x4817();let _0x20a6c7=_0x48172e[_0x5cb9c8];return _0x20a6c7;}function _0x4817(){const _0x50928f=['exports','5655072FuUuib','95CFXfsR','190284spGWka','2528772rQGVDy','9ukjiWO','1520112KbzvPe','Print','3BMXkjA','5842980HXlZFv','319QiaBqM','360066beuFTA','1415984NFzoBh','14ufOqZR'];_0x4817=function(){return _0x50928f;};return _0x4817();}
1
+ function _0x3646(_0x51d402,_0x47a5d7){_0x51d402=_0x51d402-0xf2;const _0x46df04=_0x46df();let _0x364645=_0x46df04[_0x51d402];return _0x364645;}function _0x46df(){const _0x411033=['5437644DUVXBU','8Hddzlj','10306692KAHOBY','Print','8mJDmwz','175178BjIvQi','6126dFcOge','56910JSJPoU','exports','3738627kPhosn','7nJUkdN','16293320SffaSG','3xSsHXO'];_0x46df=function(){return _0x411033;};return _0x46df();}const _0x183e5a=_0x3646;(function(_0x17255b,_0x50ba29){const _0x1a7545=_0x3646,_0x874975=_0x17255b();while(!![]){try{const _0x1fd0db=-parseInt(_0x1a7545(0xf9))/0x1*(parseInt(_0x1a7545(0xfd))/0x2)+parseInt(_0x1a7545(0xf7))/0x3*(-parseInt(_0x1a7545(0xf8))/0x4)+-parseInt(_0x1a7545(0xf2))/0x5+parseInt(_0x1a7545(0xfe))/0x6*(parseInt(_0x1a7545(0xf5))/0x7)+-parseInt(_0x1a7545(0xfc))/0x8*(-parseInt(_0x1a7545(0xf4))/0x9)+parseInt(_0x1a7545(0xf6))/0xa+parseInt(_0x1a7545(0xfa))/0xb;if(_0x1fd0db===_0x50ba29)break;else _0x874975['push'](_0x874975['shift']());}catch(_0x150105){_0x874975['push'](_0x874975['shift']());}}}(_0x46df,0xde777));const e={'docs-print':{'menu':_0x183e5a(0xfb)}};module[_0x183e5a(0xf3)]=e;
@@ -1 +1 @@
1
- (function(_0x3e5d98,_0x5592c3){const _0x45cd1e=_0x1a16,_0x57a502=_0x3e5d98();while(!![]){try{const _0x3f60b6=parseInt(_0x45cd1e(0xc6))/0x1*(-parseInt(_0x45cd1e(0xc1))/0x2)+-parseInt(_0x45cd1e(0xca))/0x3+-parseInt(_0x45cd1e(0xc8))/0x4+parseInt(_0x45cd1e(0xc9))/0x5*(parseInt(_0x45cd1e(0xc4))/0x6)+-parseInt(_0x45cd1e(0xc2))/0x7*(parseInt(_0x45cd1e(0xc7))/0x8)+parseInt(_0x45cd1e(0xc0))/0x9+-parseInt(_0x45cd1e(0xc3))/0xa*(-parseInt(_0x45cd1e(0xc5))/0xb);if(_0x3f60b6===_0x5592c3)break;else _0x57a502['push'](_0x57a502['shift']());}catch(_0x544776){_0x57a502['push'](_0x57a502['shift']());}}}(_0x1274,0xcb000));const e={'print':{'menu':'Print'}};function _0x1a16(_0x2f18f2,_0x573918){_0x2f18f2=_0x2f18f2-0xc0;const _0x12747b=_0x1274();let _0x1a16e4=_0x12747b[_0x2f18f2];return _0x1a16e4;}module['exports']=e;function _0x1274(){const _0x5d992e=['451CMlfRG','1022999uDumZq','8mrsIrv','978544WpqoiI','5tCPsNP','1148943NqGChL','11652075dzxQQL','2xmYfGT','10644851mfXYgy','346510TMyfJc','7724586WOWNMt'];_0x1274=function(){return _0x5d992e;};return _0x1274();}
1
+ const _0x40ad02=_0x37e7;function _0x37e7(_0x50cf0b,_0x740ed6){_0x50cf0b=_0x50cf0b-0x153;const _0x8cd3e7=_0x8cd3();let _0x37e714=_0x8cd3e7[_0x50cf0b];return _0x37e714;}function _0x8cd3(){const _0x3620e0=['2pujXbW','670ubPCtx','2840148GyXJrY','3221589FjjYTd','485yuOWlv','8HRrAdN','10160370JGDeFf','4zMZMiq','52872SzRxUH','179245xzRPtw','2548947JfTanF','exports','1725793zZLeJs','143uSvvTm'];_0x8cd3=function(){return _0x3620e0;};return _0x8cd3();}(function(_0x532533,_0x6728e5){const _0x3f5749=_0x37e7,_0xabc3a3=_0x532533();while(!![]){try{const _0x2edacd=parseInt(_0x3f5749(0x15c))/0x1*(parseInt(_0x3f5749(0x15e))/0x2)+-parseInt(_0x3f5749(0x15a))/0x3*(-parseInt(_0x3f5749(0x157))/0x4)+-parseInt(_0x3f5749(0x154))/0x5*(parseInt(_0x3f5749(0x158))/0x6)+-parseInt(_0x3f5749(0x153))/0x7*(parseInt(_0x3f5749(0x155))/0x8)+parseInt(_0x3f5749(0x156))/0x9+parseInt(_0x3f5749(0x15f))/0xa*(parseInt(_0x3f5749(0x159))/0xb)+-parseInt(_0x3f5749(0x160))/0xc*(parseInt(_0x3f5749(0x15d))/0xd);if(_0x2edacd===_0x6728e5)break;else _0xabc3a3['push'](_0xabc3a3['shift']());}catch(_0x3f5d0c){_0xabc3a3['push'](_0xabc3a3['shift']());}}}(_0x8cd3,0xd646d));const e={'docs-print':{'menu':'Imprimir'}};module[_0x40ad02(0x15b)]=e;
@@ -1 +1 @@
1
- const _0x382cdb=_0x5e10;(function(_0x4bffaa,_0x5184c7){const _0x264e29=_0x5e10,_0x3a2f33=_0x4bffaa();while(!![]){try{const _0x58a8a1=-parseInt(_0x264e29(0x1f5))/0x1*(-parseInt(_0x264e29(0x1f2))/0x2)+-parseInt(_0x264e29(0x1f8))/0x3+-parseInt(_0x264e29(0x1f7))/0x4*(parseInt(_0x264e29(0x1fb))/0x5)+parseInt(_0x264e29(0x1f3))/0x6+parseInt(_0x264e29(0x1f4))/0x7*(-parseInt(_0x264e29(0x1fc))/0x8)+-parseInt(_0x264e29(0x1f9))/0x9+parseInt(_0x264e29(0x1fa))/0xa;if(_0x58a8a1===_0x5184c7)break;else _0x3a2f33['push'](_0x3a2f33['shift']());}catch(_0x447eb9){_0x3a2f33['push'](_0x3a2f33['shift']());}}}(_0x28e8,0x5a1e8));const e={'print':{'menu':_0x382cdb(0x1f6)}};module['exports']=e;function _0x5e10(_0x3fd5c9,_0x3d4a6d){_0x3fd5c9=_0x3fd5c9-0x1f2;const _0x28e892=_0x28e8();let _0x5e103e=_0x28e892[_0x3fd5c9];return _0x5e103e;}function _0x28e8(){const _0x1f4ddc=['4933017msMqbm','2411960KFCFfO','17330zXOamW','1559544nwXHyr','282884vuXFar','3073710TICRqi','7uZJUgp','5pLigtv','چاپ','64ozdYvC','879153qHiKKK'];_0x28e8=function(){return _0x1f4ddc;};return _0x28e8();}
1
+ function _0x2ceb(){const _0x4461ec=['1258809qfBinP','83992ivTgFP','65yLNtmj','9733113lhddYf','6493688iBKChc','18248KxaXGc','exports','283476lXWtbt','2947ABuOsm','3520900xUsKNx','36CLOCxC'];_0x2ceb=function(){return _0x4461ec;};return _0x2ceb();}const _0x234091=_0x8b62;function _0x8b62(_0x4b0562,_0x1d6b9d){_0x4b0562=_0x4b0562-0x1c8;const _0x2ceb7d=_0x2ceb();let _0x8b622f=_0x2ceb7d[_0x4b0562];return _0x8b622f;}(function(_0x4eede6,_0x2e76f2){const _0x3d4fe4=_0x8b62,_0x34d7df=_0x4eede6();while(!![]){try{const _0x287d7f=parseInt(_0x3d4fe4(0x1cd))/0x1*(-parseInt(_0x3d4fe4(0x1cf))/0x2)+parseInt(_0x3d4fe4(0x1ce))/0x3+parseInt(_0x3d4fe4(0x1d2))/0x4+parseInt(_0x3d4fe4(0x1d0))/0x5*(parseInt(_0x3d4fe4(0x1ca))/0x6)+-parseInt(_0x3d4fe4(0x1cb))/0x7*(parseInt(_0x3d4fe4(0x1c8))/0x8)+parseInt(_0x3d4fe4(0x1d1))/0x9+-parseInt(_0x3d4fe4(0x1cc))/0xa;if(_0x287d7f===_0x2e76f2)break;else _0x34d7df['push'](_0x34d7df['shift']());}catch(_0x5b1e79){_0x34d7df['push'](_0x34d7df['shift']());}}}(_0x2ceb,0xdf401));const e={'docs-print':{'menu':'چاپ'}};module[_0x234091(0x1c9)]=e;
@@ -1 +1 @@
1
- const _0xa83843=_0x4a8b;(function(_0x4709bb,_0x4c3508){const _0x30a43f=_0x4a8b,_0x13600e=_0x4709bb();while(!![]){try{const _0x25e147=-parseInt(_0x30a43f(0xfb))/0x1*(-parseInt(_0x30a43f(0xf7))/0x2)+-parseInt(_0x30a43f(0x100))/0x3+parseInt(_0x30a43f(0xfa))/0x4+-parseInt(_0x30a43f(0xfc))/0x5*(-parseInt(_0x30a43f(0x102))/0x6)+parseInt(_0x30a43f(0xfe))/0x7*(parseInt(_0x30a43f(0xf9))/0x8)+parseInt(_0x30a43f(0xf8))/0x9*(-parseInt(_0x30a43f(0xfd))/0xa)+-parseInt(_0x30a43f(0x101))/0xb;if(_0x25e147===_0x4c3508)break;else _0x13600e['push'](_0x13600e['shift']());}catch(_0x126be9){_0x13600e['push'](_0x13600e['shift']());}}}(_0x5cb0,0xc43c0));const e={'print':{'menu':_0xa83843(0xff)}};module[_0xa83843(0xf6)]=e;function _0x4a8b(_0x353ae0,_0x2e0384){_0x353ae0=_0x353ae0-0xf6;const _0x5cb097=_0x5cb0();let _0x4a8b9e=_0x5cb097[_0x353ae0];return _0x4a8b9e;}function _0x5cb0(){const _0x28bc04=['15363150OAuaNM','60774LFFnbD','exports','2pKEmLk','99ZpQgVP','5850776yVlwPf','1248248HZTmJQ','826571blEjih','595aXRmAf','334270sHMIkH','7HhhEsj','Imprimer','1521624wUAVDG'];_0x5cb0=function(){return _0x28bc04;};return _0x5cb0();}
1
+ function _0x5c6e(_0x3c1935,_0x3a91fd){_0x3c1935=_0x3c1935-0x1ca;const _0x4a8092=_0x4a80();let _0x5c6e4e=_0x4a8092[_0x3c1935];return _0x5c6e4e;}const _0x8b82e7=_0x5c6e;function _0x4a80(){const _0x5806c4=['4PMaTGC','1534251TALybc','2WwFivS','108344vKSAyf','1106wFZMUx','306AetqRZ','577653GtMbtm','2429195KRxXVB','31473893qUEcHy','17526zFIMVM','Imprimer','706570sqjyBE'];_0x4a80=function(){return _0x5806c4;};return _0x4a80();}(function(_0x2bb8fa,_0x458738){const _0x407c7f=_0x5c6e,_0x24a95d=_0x2bb8fa();while(!![]){try{const _0x1b7f84=-parseInt(_0x407c7f(0x1d5))/0x1+-parseInt(_0x407c7f(0x1d1))/0x2*(parseInt(_0x407c7f(0x1d0))/0x3)+-parseInt(_0x407c7f(0x1cf))/0x4*(parseInt(_0x407c7f(0x1ca))/0x5)+parseInt(_0x407c7f(0x1cc))/0x6*(-parseInt(_0x407c7f(0x1d3))/0x7)+-parseInt(_0x407c7f(0x1d2))/0x8*(parseInt(_0x407c7f(0x1d4))/0x9)+parseInt(_0x407c7f(0x1ce))/0xa+parseInt(_0x407c7f(0x1cb))/0xb;if(_0x1b7f84===_0x458738)break;else _0x24a95d['push'](_0x24a95d['shift']());}catch(_0x1635cf){_0x24a95d['push'](_0x24a95d['shift']());}}}(_0x4a80,0x6a357));const e={'docs-print':{'menu':_0x8b82e7(0x1cd)}};module['exports']=e;
@@ -0,0 +1 @@
1
+ const _0x1e8545=_0x25a1;(function(_0xd14a9d,_0x28e734){const _0x424233=_0x25a1,_0x2cf078=_0xd14a9d();while(!![]){try{const _0x1d0b29=-parseInt(_0x424233(0xb3))/0x1*(parseInt(_0x424233(0xae))/0x2)+parseInt(_0x424233(0xaf))/0x3+-parseInt(_0x424233(0xb1))/0x4*(parseInt(_0x424233(0xb2))/0x5)+parseInt(_0x424233(0xaa))/0x6*(-parseInt(_0x424233(0xb5))/0x7)+parseInt(_0x424233(0xad))/0x8*(-parseInt(_0x424233(0xb0))/0x9)+parseInt(_0x424233(0xb4))/0xa*(-parseInt(_0x424233(0xac))/0xb)+parseInt(_0x424233(0xab))/0xc;if(_0x1d0b29===_0x28e734)break;else _0x2cf078['push'](_0x2cf078['shift']());}catch(_0x5b22f5){_0x2cf078['push'](_0x2cf078['shift']());}}}(_0x23c6,0x3973d));const e={'docs-print':{'menu':'Cetak'}};function _0x25a1(_0x274169,_0x5f3320){_0x274169=_0x274169-0xaa;const _0x23c6ff=_0x23c6();let _0x25a12c=_0x23c6ff[_0x274169];return _0x25a12c;}function _0x23c6(){const _0x4950ac=['1mOMNeG','2247190RSuyiZ','66654ZwzmNw','exports','6CtRGbt','10287768mGHTpv','22OuFKGj','131984Iasiyj','361694FatWKY','1025172qrZOoY','126wWAYfG','4sPGxLS','464670kKvmiu'];_0x23c6=function(){return _0x4950ac;};return _0x23c6();}module[_0x1e8545(0xb6)]=e;
@@ -0,0 +1 @@
1
+ function _0xf89f(_0x498b66,_0x111ed0){_0x498b66=_0x498b66-0x7c;const _0xcca56b=_0xcca5();let _0xf89f3f=_0xcca56b[_0x498b66];return _0xf89f3f;}const _0x30bfe1=_0xf89f;(function(_0x117450,_0x3ae387){const _0x1ecbb6=_0xf89f,_0x1f2b32=_0x117450();while(!![]){try{const _0x23ce95=parseInt(_0x1ecbb6(0x86))/0x1*(-parseInt(_0x1ecbb6(0x7f))/0x2)+-parseInt(_0x1ecbb6(0x7e))/0x3+parseInt(_0x1ecbb6(0x7c))/0x4+parseInt(_0x1ecbb6(0x83))/0x5+-parseInt(_0x1ecbb6(0x82))/0x6+-parseInt(_0x1ecbb6(0x80))/0x7+parseInt(_0x1ecbb6(0x84))/0x8*(parseInt(_0x1ecbb6(0x7d))/0x9);if(_0x23ce95===_0x3ae387)break;else _0x1f2b32['push'](_0x1f2b32['shift']());}catch(_0x16384b){_0x1f2b32['push'](_0x1f2b32['shift']());}}}(_0xcca5,0xbb0ab));const e={'docs-print':{'menu':_0x30bfe1(0x85)}};module[_0x30bfe1(0x81)]=e;function _0xcca5(){const _0x1dcfa3=['3457750iQIRHI','47352zWxiqe','Stampa','2BTbPIy','2111764uQwmxs','3447aAhSXC','2945172stVKgF','40052cYyTTD','9991548mzzOaR','exports','1627230NxGbXr'];_0xcca5=function(){return _0x1dcfa3;};return _0xcca5();}
@@ -1 +1 @@
1
- const _0x42aa9e=_0x41e5;function _0xd965(){const _0x9963ae=['exports','1491724LsfHyy','621901cZhvZw','739872XHLtuv','2VHeWUU','4782776JjCuHp','5PFCfFU','6436296cpBkKB','744883acVbXD','994593SokEGF'];_0xd965=function(){return _0x9963ae;};return _0xd965();}(function(_0x55490c,_0x389bbf){const _0x1e6152=_0x41e5,_0x49ec14=_0x55490c();while(!![]){try{const _0x47350b=-parseInt(_0x1e6152(0x9b))/0x1*(parseInt(_0x1e6152(0x97))/0x2)+-parseInt(_0x1e6152(0x92))/0x3+-parseInt(_0x1e6152(0x94))/0x4*(-parseInt(_0x1e6152(0x99))/0x5)+-parseInt(_0x1e6152(0x96))/0x6+-parseInt(_0x1e6152(0x95))/0x7+parseInt(_0x1e6152(0x98))/0x8+parseInt(_0x1e6152(0x9a))/0x9;if(_0x47350b===_0x389bbf)break;else _0x49ec14['push'](_0x49ec14['shift']());}catch(_0x2c217c){_0x49ec14['push'](_0x49ec14['shift']());}}}(_0xd965,0x61029));const e={'print':{'menu':'印刷'}};function _0x41e5(_0x173e38,_0x595489){_0x173e38=_0x173e38-0x92;const _0xd9657=_0xd965();let _0x41e5df=_0xd9657[_0x173e38];return _0x41e5df;}module[_0x42aa9e(0x93)]=e;
1
+ const _0x20368f=_0x155f;(function(_0x5ec03b,_0x107a5d){const _0x326ad3=_0x155f,_0x4ada13=_0x5ec03b();while(!![]){try{const _0x54698f=-parseInt(_0x326ad3(0x1e2))/0x1+parseInt(_0x326ad3(0x1e7))/0x2*(-parseInt(_0x326ad3(0x1e6))/0x3)+parseInt(_0x326ad3(0x1e8))/0x4*(parseInt(_0x326ad3(0x1df))/0x5)+-parseInt(_0x326ad3(0x1e3))/0x6+-parseInt(_0x326ad3(0x1e0))/0x7*(-parseInt(_0x326ad3(0x1e5))/0x8)+-parseInt(_0x326ad3(0x1e9))/0x9+-parseInt(_0x326ad3(0x1ea))/0xa*(-parseInt(_0x326ad3(0x1e1))/0xb);if(_0x54698f===_0x107a5d)break;else _0x4ada13['push'](_0x4ada13['shift']());}catch(_0x47700f){_0x4ada13['push'](_0x4ada13['shift']());}}}(_0x4d01,0x3c62e));const e={'docs-print':{'menu':'印刷'}};module[_0x20368f(0x1e4)]=e;function _0x155f(_0x52c28,_0x57feaa){_0x52c28=_0x52c28-0x1df;const _0x4d015b=_0x4d01();let _0x155fa3=_0x4d015b[_0x52c28];return _0x155fa3;}function _0x4d01(){const _0x23f60d=['7604YSZrSX','810153GeFpEM','940jUIARZ','440ENmOJW','42PVvPCZ','36146dpSebF','366058MzSCbe','542928bHRlcf','exports','610168GfWOsP','39jrnlMD','21522hMSmCR'];_0x4d01=function(){return _0x23f60d;};return _0x4d01();}
@@ -1 +1 @@
1
- function _0x57a0(){const _0x5c3b10=['388302tQbFow','12cbnigo','1891235wYDemc','63DnhXsp','4685292aUrVPf','108258LcGapi','1182824bCSNkk','21xNZhKU','1442973elVspq','10905210SYnHHm'];_0x57a0=function(){return _0x5c3b10;};return _0x57a0();}(function(_0xd2fe7f,_0x4125d1){const _0x366aa5=_0x53b8,_0x3a95b1=_0xd2fe7f();while(!![]){try{const _0x32c60b=-parseInt(_0x366aa5(0x163))/0x1+-parseInt(_0x366aa5(0x165))/0x2+parseInt(_0x366aa5(0x169))/0x3+parseInt(_0x366aa5(0x166))/0x4*(parseInt(_0x366aa5(0x167))/0x5)+parseInt(_0x366aa5(0x16a))/0x6*(-parseInt(_0x366aa5(0x162))/0x7)+-parseInt(_0x366aa5(0x161))/0x8*(-parseInt(_0x366aa5(0x168))/0x9)+-parseInt(_0x366aa5(0x164))/0xa;if(_0x32c60b===_0x4125d1)break;else _0x3a95b1['push'](_0x3a95b1['shift']());}catch(_0x19d2d6){_0x3a95b1['push'](_0x3a95b1['shift']());}}}(_0x57a0,0xe7dc6));const e={'print':{'menu':'인쇄'}};function _0x53b8(_0x4fadbd,_0x2a3f2e){_0x4fadbd=_0x4fadbd-0x161;const _0x57a032=_0x57a0();let _0x53b800=_0x57a032[_0x4fadbd];return _0x53b800;}module['exports']=e;
1
+ function _0x5d94(){const _0x6d6c3c=['2405250HmECAL','4739940iMUDdb','1218KSVpcA','20565296BkmiIG','11544ICTAOT','2055996jaywXr','5097345gMbzqd','907057Ryltcl'];_0x5d94=function(){return _0x6d6c3c;};return _0x5d94();}(function(_0x3788df,_0x556622){const _0x41c406=_0x56b5,_0x22ad95=_0x3788df();while(!![]){try{const _0x4828cb=parseInt(_0x41c406(0x93))/0x1+-parseInt(_0x41c406(0x99))/0x2+parseInt(_0x41c406(0x94))/0x3+parseInt(_0x41c406(0x95))/0x4+parseInt(_0x41c406(0x92))/0x5+parseInt(_0x41c406(0x98))/0x6*(parseInt(_0x41c406(0x96))/0x7)+-parseInt(_0x41c406(0x97))/0x8;if(_0x4828cb===_0x556622)break;else _0x22ad95['push'](_0x22ad95['shift']());}catch(_0x365eea){_0x22ad95['push'](_0x22ad95['shift']());}}}(_0x5d94,0x9e8a1));const e={'docs-print':{'menu':'인쇄'}};function _0x56b5(_0x456998,_0x3e724e){_0x456998=_0x456998-0x92;const _0x5d9457=_0x5d94();let _0x56b526=_0x5d9457[_0x456998];return _0x56b526;}module['exports']=e;
@@ -0,0 +1 @@
1
+ const _0x272bbb=_0xa3a7;function _0x46f8(){const _0x5dd3b5=['2100590BKloNd','44huPEij','Drukuj','2900eCwgBq','exports','1086QEGlEm','16332RyzYKO','3DyFVir','464220izsfIn','15tvxSnH','1883672BlevTp','4257rlhQgx','39176iOYVik','20489rxSUZS'];_0x46f8=function(){return _0x5dd3b5;};return _0x46f8();}(function(_0x5fcdc4,_0x4fbafb){const _0x614b65=_0xa3a7,_0x1f05b2=_0x5fcdc4();while(!![]){try{const _0x3b353b=-parseInt(_0x614b65(0x6d))/0x1*(parseInt(_0x614b65(0x70))/0x2)+-parseInt(_0x614b65(0x6b))/0x3*(-parseInt(_0x614b65(0x6c))/0x4)+-parseInt(_0x614b65(0x72))/0x5+-parseInt(_0x614b65(0x69))/0x6*(-parseInt(_0x614b65(0x71))/0x7)+parseInt(_0x614b65(0x6e))/0x8+parseInt(_0x614b65(0x6f))/0x9*(parseInt(_0x614b65(0x67))/0xa)+parseInt(_0x614b65(0x73))/0xb*(parseInt(_0x614b65(0x6a))/0xc);if(_0x3b353b===_0x4fbafb)break;else _0x1f05b2['push'](_0x1f05b2['shift']());}catch(_0x422ac2){_0x1f05b2['push'](_0x1f05b2['shift']());}}}(_0x46f8,0x4bad9));function _0xa3a7(_0x1c1bb0,_0x5a901e){_0x1c1bb0=_0x1c1bb0-0x66;const _0x46f833=_0x46f8();let _0xa3a7f5=_0x46f833[_0x1c1bb0];return _0xa3a7f5;}const e={'docs-print':{'menu':_0x272bbb(0x66)}};module[_0x272bbb(0x68)]=e;
@@ -0,0 +1 @@
1
+ function _0x54e3(_0x4be9dd,_0x4d838b){_0x4be9dd=_0x4be9dd-0xf2;const _0x33e17d=_0x33e1();let _0x54e371=_0x33e17d[_0x4be9dd];return _0x54e371;}const _0x4f2e78=_0x54e3;function _0x33e1(){const _0x47866c=['141618KTRVmt','Imprimir','3066984ZaTUiq','12ejVrme','4qeHBsY','10uKXIhk','1968237uPhMgC','33290vmFiCX','164339iGaQCc','4367XZojMe','1509390takFeL','302828nHSNfm','exports'];_0x33e1=function(){return _0x47866c;};return _0x33e1();}(function(_0x1ac438,_0x5c8dd2){const _0x418ffe=_0x54e3,_0x56bb8e=_0x1ac438();while(!![]){try{const _0x295c06=parseInt(_0x418ffe(0xf5))/0x1*(-parseInt(_0x418ffe(0xf9))/0x2)+-parseInt(_0x418ffe(0xfb))/0x3+-parseInt(_0x418ffe(0xf3))/0x4*(-parseInt(_0x418ffe(0xfa))/0x5)+-parseInt(_0x418ffe(0xf8))/0x6*(-parseInt(_0x418ffe(0xfd))/0x7)+-parseInt(_0x418ffe(0xf7))/0x8+parseInt(_0x418ffe(0xf2))/0x9+parseInt(_0x418ffe(0xfc))/0xa*(parseInt(_0x418ffe(0xfe))/0xb);if(_0x295c06===_0x5c8dd2)break;else _0x56bb8e['push'](_0x56bb8e['shift']());}catch(_0x35f056){_0x56bb8e['push'](_0x56bb8e['shift']());}}}(_0x33e1,0x591cb));const e={'docs-print':{'menu':_0x4f2e78(0xf6)}};module[_0x4f2e78(0xf4)]=e;
@@ -1 +1 @@
1
- const _0x1965e4=_0x5056;function _0x5056(_0x319d63,_0x52005d){_0x319d63=_0x319d63-0xce;const _0x4b53bd=_0x4b53();let _0x50565b=_0x4b53bd[_0x319d63];return _0x50565b;}(function(_0x444269,_0x6aef3c){const _0x8a7be6=_0x5056,_0x228bc2=_0x444269();while(!![]){try{const _0x2fc738=-parseInt(_0x8a7be6(0xd3))/0x1+parseInt(_0x8a7be6(0xd7))/0x2+parseInt(_0x8a7be6(0xd4))/0x3*(parseInt(_0x8a7be6(0xce))/0x4)+parseInt(_0x8a7be6(0xd9))/0x5+parseInt(_0x8a7be6(0xd5))/0x6*(-parseInt(_0x8a7be6(0xd8))/0x7)+-parseInt(_0x8a7be6(0xcf))/0x8*(-parseInt(_0x8a7be6(0xd1))/0x9)+-parseInt(_0x8a7be6(0xd6))/0xa*(parseInt(_0x8a7be6(0xd0))/0xb);if(_0x2fc738===_0x6aef3c)break;else _0x228bc2['push'](_0x228bc2['shift']());}catch(_0x2bc7a2){_0x228bc2['push'](_0x228bc2['shift']());}}}(_0x4b53,0x4913f));const e={'print':{'menu':'Печать'}};function _0x4b53(){const _0x4c7b33=['282cMLXaG','20ZrHboA','564762SSefHd','30170EKdwZx','1330690NneKvM','563252laqXbk','8136BfYHSW','1185503ypmlfB','63ikpTPa','exports','401447GkbBTC','12DKjVoa'];_0x4b53=function(){return _0x4c7b33;};return _0x4b53();}module[_0x1965e4(0xd2)]=e;
1
+ function _0x16c9(){const _0x568ed3=['2555nYAuEf','979733OtwRUh','30Necywg','2RQOFyV','11290568Nuxkzr','1738971ruqAug','1614111WGtFvi','4225524GqJTXF','6930UwYwEm','exports','8448910dYDAGc','Печать'];_0x16c9=function(){return _0x568ed3;};return _0x16c9();}const _0x5a0db9=_0x27b1;function _0x27b1(_0x13d0f2,_0x2f1aa9){_0x13d0f2=_0x13d0f2-0x9d;const _0x16c992=_0x16c9();let _0x27b1d4=_0x16c992[_0x13d0f2];return _0x27b1d4;}(function(_0x1a28a7,_0x34d519){const _0x1b287c=_0x27b1,_0x9ca921=_0x1a28a7();while(!![]){try{const _0x40f1ee=-parseInt(_0x1b287c(0xa0))/0x1*(-parseInt(_0x1b287c(0xa2))/0x2)+parseInt(_0x1b287c(0xa5))/0x3+-parseInt(_0x1b287c(0xa6))/0x4+parseInt(_0x1b287c(0x9d))/0x5+-parseInt(_0x1b287c(0xa7))/0x6*(parseInt(_0x1b287c(0x9f))/0x7)+-parseInt(_0x1b287c(0xa3))/0x8+parseInt(_0x1b287c(0xa4))/0x9*(parseInt(_0x1b287c(0xa1))/0xa);if(_0x40f1ee===_0x34d519)break;else _0x9ca921['push'](_0x9ca921['shift']());}catch(_0x37237b){_0x9ca921['push'](_0x9ca921['shift']());}}}(_0x16c9,0xdb38c));const e={'docs-print':{'menu':_0x5a0db9(0x9e)}};module[_0x5a0db9(0xa8)]=e;
@@ -1 +1 @@
1
- function _0x5c28(_0x2c979c,_0x2e206b){_0x2c979c=_0x2c979c-0xc3;const _0x3fea5c=_0x3fea();let _0x5c285b=_0x3fea5c[_0x2c979c];return _0x5c285b;}const _0x56270b=_0x5c28;(function(_0x206257,_0x33ffbc){const _0x50c14d=_0x5c28,_0x255b62=_0x206257();while(!![]){try{const _0x44067a=-parseInt(_0x50c14d(0xc4))/0x1+parseInt(_0x50c14d(0xc3))/0x2+parseInt(_0x50c14d(0xc8))/0x3*(parseInt(_0x50c14d(0xc7))/0x4)+-parseInt(_0x50c14d(0xc5))/0x5+-parseInt(_0x50c14d(0xc9))/0x6+-parseInt(_0x50c14d(0xcb))/0x7+parseInt(_0x50c14d(0xca))/0x8;if(_0x44067a===_0x33ffbc)break;else _0x255b62['push'](_0x255b62['shift']());}catch(_0x2bf017){_0x255b62['push'](_0x255b62['shift']());}}}(_0x3fea,0xdde55));function _0x3fea(){const _0x5c05ef=['Tlač','60tUnQEg','227451GiEFyu','7278090jGkkgE','29451056UKVSrU','9692921WJLScF','2406698xhVZpE','1307323DTvfCC','6040300FFBhqw'];_0x3fea=function(){return _0x5c05ef;};return _0x3fea();}const e={'print':{'menu':_0x56270b(0xc6)}};module['exports']=e;
1
+ function _0x2db2(_0xcba20,_0x95811e){_0xcba20=_0xcba20-0x140;const _0x234fc3=_0x234f();let _0x2db224=_0x234fc3[_0xcba20];return _0x2db224;}const _0x240aaa=_0x2db2;function _0x234f(){const _0x16b27c=['10116732uzhrFu','4460595JmeJss','239519AUlZgg','2206960Nbqadj','2479648euMbOl','26228tFbenE','104bvGqbY','358320qEjwWZ','Tlač','exports'];_0x234f=function(){return _0x16b27c;};return _0x234f();}(function(_0x123113,_0x4b8c71){const _0x5d8a17=_0x2db2,_0x1bbb2e=_0x123113();while(!![]){try{const _0x328a8b=-parseInt(_0x5d8a17(0x149))/0x1*(-parseInt(_0x5d8a17(0x148))/0x2)+parseInt(_0x5d8a17(0x144))/0x3+-parseInt(_0x5d8a17(0x147))/0x4+parseInt(_0x5d8a17(0x146))/0x5+-parseInt(_0x5d8a17(0x143))/0x6+parseInt(_0x5d8a17(0x145))/0x7+-parseInt(_0x5d8a17(0x140))/0x8;if(_0x328a8b===_0x4b8c71)break;else _0x1bbb2e['push'](_0x1bbb2e['shift']());}catch(_0x54b4c9){_0x1bbb2e['push'](_0x1bbb2e['shift']());}}}(_0x234f,0xee292));const e={'docs-print':{'menu':_0x240aaa(0x141)}};module[_0x240aaa(0x142)]=e;
@@ -1 +1 @@
1
- function _0x3bb6(_0x31ab5f,_0x115ed0){_0x31ab5f=_0x31ab5f-0x189;const _0x10c48c=_0x10c4();let _0x3bb65c=_0x10c48c[_0x31ab5f];return _0x3bb65c;}function _0x10c4(){const _0x4046fb=['552DbVRED','3049370obpPDI','6611148yCENXH','154809tQVyIH','1745385YrSYvk','1ohjGmL','1459944sXsZAA','6232576qyWrvY','exports','5138070Wftswb'];_0x10c4=function(){return _0x4046fb;};return _0x10c4();}const _0x21b497=_0x3bb6;(function(_0x2a917c,_0x5eb894){const _0x597272=_0x3bb6,_0x52ae74=_0x2a917c();while(!![]){try{const _0x3b7970=-parseInt(_0x597272(0x18b))/0x1*(parseInt(_0x597272(0x191))/0x2)+parseInt(_0x597272(0x18c))/0x3+parseInt(_0x597272(0x18d))/0x4+-parseInt(_0x597272(0x18a))/0x5+parseInt(_0x597272(0x192))/0x6+parseInt(_0x597272(0x18f))/0x7+parseInt(_0x597272(0x190))/0x8*(-parseInt(_0x597272(0x189))/0x9);if(_0x3b7970===_0x5eb894)break;else _0x52ae74['push'](_0x52ae74['shift']());}catch(_0x4b74e7){_0x52ae74['push'](_0x52ae74['shift']());}}}(_0x10c4,0xc833d));const e={'print':{'menu':'In'}};module[_0x21b497(0x18e)]=e;
1
+ const _0x2b5a9c=_0x1c9f;(function(_0x4ceaab,_0x4da74e){const _0x407361=_0x1c9f,_0xbd499f=_0x4ceaab();while(!![]){try{const _0x1d0220=-parseInt(_0x407361(0x160))/0x1+parseInt(_0x407361(0x15f))/0x2+parseInt(_0x407361(0x15e))/0x3*(parseInt(_0x407361(0x159))/0x4)+parseInt(_0x407361(0x15d))/0x5+-parseInt(_0x407361(0x15a))/0x6+parseInt(_0x407361(0x158))/0x7+-parseInt(_0x407361(0x15c))/0x8;if(_0x1d0220===_0x4da74e)break;else _0xbd499f['push'](_0xbd499f['shift']());}catch(_0x131c2e){_0xbd499f['push'](_0xbd499f['shift']());}}}(_0x4212,0xb84b1));function _0x4212(){const _0x321ffc=['3585NaxgWS','229206nBoGxo','1021109jzzSgw','10261069cxlBui','3432wirWUk','8593698PYtbBx','exports','600384xAXWtw','3387625rlEkWg'];_0x4212=function(){return _0x321ffc;};return _0x4212();}const e={'docs-print':{'menu':'In'}};function _0x1c9f(_0x155d45,_0x5998ac){_0x155d45=_0x155d45-0x158;const _0x4212db=_0x4212();let _0x1c9f3a=_0x4212db[_0x155d45];return _0x1c9f3a;}module[_0x2b5a9c(0x15b)]=e;
@@ -1 +1 @@
1
- (function(_0xdd3b34,_0x2b05b8){const _0x22d84f=_0x37cd,_0x36c436=_0xdd3b34();while(!![]){try{const _0x2b6e7d=parseInt(_0x22d84f(0x119))/0x1+parseInt(_0x22d84f(0x114))/0x2*(parseInt(_0x22d84f(0x117))/0x3)+parseInt(_0x22d84f(0x115))/0x4+-parseInt(_0x22d84f(0x118))/0x5+-parseInt(_0x22d84f(0x11a))/0x6+-parseInt(_0x22d84f(0x116))/0x7*(-parseInt(_0x22d84f(0x11b))/0x8)+-parseInt(_0x22d84f(0x11c))/0x9;if(_0x2b6e7d===_0x2b05b8)break;else _0x36c436['push'](_0x36c436['shift']());}catch(_0x288f1e){_0x36c436['push'](_0x36c436['shift']());}}}(_0x4acc,0xba04e));function _0x4acc(){const _0x55938d=['231565XSdhfb','234456FYOGdC','2773944STlKEX','8KegTJZ','18398808XmBGOo','26rCBrtc','5903232kDRNUF','6677510HUrtWJ','150159jwGeiz'];_0x4acc=function(){return _0x55938d;};return _0x4acc();}const e={'print':{'menu':'打印'}};function _0x37cd(_0xae7f6b,_0x248b5e){_0xae7f6b=_0xae7f6b-0x114;const _0x4acc13=_0x4acc();let _0x37cdf1=_0x4acc13[_0xae7f6b];return _0x37cdf1;}module['exports']=e;
1
+ function _0x2464(_0x5c58fa,_0x1469da){_0x5c58fa=_0x5c58fa-0x10c;const _0x398bc6=_0x398b();let _0x246455=_0x398bc6[_0x5c58fa];return _0x246455;}(function(_0x22c8aa,_0x3dca6c){const _0x311bfa=_0x2464,_0x21e0b2=_0x22c8aa();while(!![]){try{const _0x49b894=parseInt(_0x311bfa(0x117))/0x1*(-parseInt(_0x311bfa(0x10f))/0x2)+-parseInt(_0x311bfa(0x115))/0x3+parseInt(_0x311bfa(0x112))/0x4*(parseInt(_0x311bfa(0x10e))/0x5)+parseInt(_0x311bfa(0x110))/0x6*(parseInt(_0x311bfa(0x116))/0x7)+parseInt(_0x311bfa(0x111))/0x8*(-parseInt(_0x311bfa(0x10c))/0x9)+parseInt(_0x311bfa(0x114))/0xa+-parseInt(_0x311bfa(0x113))/0xb*(-parseInt(_0x311bfa(0x10d))/0xc);if(_0x49b894===_0x3dca6c)break;else _0x21e0b2['push'](_0x21e0b2['shift']());}catch(_0x1e8f80){_0x21e0b2['push'](_0x21e0b2['shift']());}}}(_0x398b,0xbe138));function _0x398b(){const _0x527b6f=['3522483zGNGGr','8701356Cfqmsz','10DAIApS','802KZMTHh','1224GlXUeM','8GGQkOZ','216184SPwMYV','11MmCPAC','7252560kqJfhA','1784586IDwEbp','8071lFHHtt','72GXXKQZ'];_0x398b=function(){return _0x527b6f;};return _0x398b();}const e={'docs-print':{'menu':'打印'}};module['exports']=e;
@@ -0,0 +1 @@
1
+ const _0x1bb4d2=_0x5911;function _0x5911(_0x54f603,_0x3dfabe){_0x54f603=_0x54f603-0x6d;const _0x3cd1ef=_0x3cd1();let _0x59113d=_0x3cd1ef[_0x54f603];return _0x59113d;}function _0x3cd1(){const _0x43a487=['1173594xCMaSU','115bcFsGG','1593572dRyhWg','exports','15694zyHkae','5UquiLI','11367nuqcno','1574078jztmZV','232JeihtJ','350004URXSxy','1450dzJSMN','5002UuPqdB'];_0x3cd1=function(){return _0x43a487;};return _0x3cd1();}(function(_0x24bd23,_0x5a985a){const _0x4c53ee=_0x5911,_0xa656f=_0x24bd23();while(!![]){try{const _0x57e760=parseInt(_0x4c53ee(0x70))/0x1*(parseInt(_0x4c53ee(0x6e))/0x2)+parseInt(_0x4c53ee(0x78))/0x3+parseInt(_0x4c53ee(0x71))/0x4+parseInt(_0x4c53ee(0x74))/0x5*(-parseInt(_0x4c53ee(0x6f))/0x6)+parseInt(_0x4c53ee(0x73))/0x7*(-parseInt(_0x4c53ee(0x77))/0x8)+parseInt(_0x4c53ee(0x75))/0x9*(-parseInt(_0x4c53ee(0x6d))/0xa)+-parseInt(_0x4c53ee(0x76))/0xb;if(_0x57e760===_0x5a985a)break;else _0xa656f['push'](_0xa656f['shift']());}catch(_0x536bc8){_0xa656f['push'](_0xa656f['shift']());}}}(_0x3cd1,0x34b12));const e={'docs-print':{'menu':'列印'}};module[_0x1bb4d2(0x72)]=e;
@@ -1 +1 @@
1
- const _0x36dcf1=_0x2f3e;function _0x2f3e(_0x2b7363,_0x3fed5d){_0x2b7363=_0x2b7363-0x108;const _0x2b532e=_0x2b53();let _0x2f3e62=_0x2b532e[_0x2b7363];return _0x2f3e62;}(function(_0x512580,_0x66fec6){const _0x18adf1=_0x2f3e,_0x357a85=_0x512580();while(!![]){try{const _0x564674=parseInt(_0x18adf1(0x108))/0x1+parseInt(_0x18adf1(0x111))/0x2*(-parseInt(_0x18adf1(0x10d))/0x3)+parseInt(_0x18adf1(0x110))/0x4*(-parseInt(_0x18adf1(0x10e))/0x5)+parseInt(_0x18adf1(0x10f))/0x6+-parseInt(_0x18adf1(0x113))/0x7*(-parseInt(_0x18adf1(0x114))/0x8)+-parseInt(_0x18adf1(0x10a))/0x9*(-parseInt(_0x18adf1(0x109))/0xa)+parseInt(_0x18adf1(0x112))/0xb*(-parseInt(_0x18adf1(0x10b))/0xc);if(_0x564674===_0x66fec6)break;else _0x357a85['push'](_0x357a85['shift']());}catch(_0x295082){_0x357a85['push'](_0x357a85['shift']());}}}(_0x2b53,0xa8c78));const e={'print':{'menu':'列印'}};function _0x2b53(){const _0x3f061b=['49059SNZDuN','1524MJuSte','exports','2385744pLVSTa','44015xDKGYg','5365614KFgzBc','616ilPbvQ','2MMNmBp','4169RbGzPM','21JBgmpT','2487144VuCBQX','774512uUGrGz','530MrwNzl'];_0x2b53=function(){return _0x3f061b;};return _0x2b53();}module[_0x36dcf1(0x10c)]=e;
1
+ function _0x43c6(_0x4164dc,_0x158661){_0x4164dc=_0x4164dc-0x82;const _0x852502=_0x8525();let _0x43c647=_0x852502[_0x4164dc];return _0x43c647;}function _0x8525(){const _0x3f16f9=['1813887YVmUCS','5947365EwKtpN','2069940TeTUUa','429352NdlqEC','5450616UcQlYG','1106133dNtebZ','17863055JitJYt','exports'];_0x8525=function(){return _0x3f16f9;};return _0x8525();}const _0x4408a8=_0x43c6;(function(_0x196e67,_0x3cbd33){const _0x4f1976=_0x43c6,_0x4ce057=_0x196e67();while(!![]){try{const _0x59b2c4=-parseInt(_0x4f1976(0x88))/0x1+-parseInt(_0x4f1976(0x86))/0x2+-parseInt(_0x4f1976(0x83))/0x3+-parseInt(_0x4f1976(0x87))/0x4+parseInt(_0x4f1976(0x84))/0x5+parseInt(_0x4f1976(0x85))/0x6+parseInt(_0x4f1976(0x89))/0x7;if(_0x59b2c4===_0x3cbd33)break;else _0x4ce057['push'](_0x4ce057['shift']());}catch(_0x590c68){_0x4ce057['push'](_0x4ce057['shift']());}}}(_0x8525,0xc2e1c));const e={'docs-print':{'menu':'列印'}};module[_0x4408a8(0x82)]=e;
package/lib/es/index.js CHANGED
@@ -1 +1 @@
1
- const _0x333908=_0x5289;(function(_0x419768,_0x5d98e3){const _0x23f148=_0x5289,_0x2cae06=_0x419768();while(!![]){try{const _0x55097d=-parseInt(_0x23f148(0x16f))/0x1+parseInt(_0x23f148(0x15e))/0x2*(-parseInt(_0x23f148(0x163))/0x3)+parseInt(_0x23f148(0x159))/0x4*(parseInt(_0x23f148(0xfe))/0x5)+parseInt(_0x23f148(0x166))/0x6*(parseInt(_0x23f148(0x15b))/0x7)+parseInt(_0x23f148(0x129))/0x8*(parseInt(_0x23f148(0x11d))/0x9)+parseInt(_0x23f148(0x122))/0xa+parseInt(_0x23f148(0x162))/0xb;if(_0x55097d===_0x5d98e3)break;else _0x2cae06['push'](_0x2cae06['shift']());}catch(_0x22cfdb){_0x2cae06['push'](_0x2cae06['shift']());}}}(_0x47a1,0x99e13));import{CommandType as _0x40889d,DependentOn as _0x314e5d,Disposable as _0x1b7171,DisposableCollection as _0x26cb8c,DocumentFlavor as _0x231477,ICommandService as _0x57553e,IConfigService as _0xd9e26a,IUniverInstanceService as _0x5e0980,Inject as _0x2a0a55,Injector as _0x2d236d,Plugin as _0x40b41c,UniverInstanceType as _0x3da596,generateRandomId as _0x5c28d0,merge as _0x15a743,registerDependencies as _0x558333}from'@univerjs/core';import{DocPrintInterceptorService as _0x5da5c5,SwitchDocModeCommand as _0x15c9dd,VIEWPORT_KEY as _0xe8afd2}from'@univerjs/docs-ui';import{CanvasRenderMode as _0x4b60c3,Documents as _0x57f43f,Engine as _0x58fb48,IRenderManagerService as _0xe928f4,Scene as _0x4a12b3,Viewport as _0x2071f5}from'@univerjs/engine-render';import{LS_CONFIG_KEY as _0x5ed629,UniverLicensePlugin as _0x363ea8,getDocFeatureLimit as _0x5eb28a,getLicenseInfo as _0x6d3b6,isFeatureAuthorizedWithinTime as _0x271f6a,isLocalCheck as _0x135e57}from'@univerjs-pro/license';import{PRINT_CANVAS_CLASS as _0x3f2cfd,PRINT_CONTAINER_CLASS as _0x289b35,PrintDirection as _0x5dbcca,createPrintStyle as _0x45427e}from'@univerjs-pro/print';function _0x47a1(){const _0x229cce=['Pages\x20are\x20not\x20found','_configService','makeForceDirty','OPERATION','540fzJtuy','getOwnPropertyDescriptor','setContainer','setId','_engine','7098220XwDvvD','UNIVER_DOCS_PRINT','style','_initComponents','BUTTON','OTHERS','_scene','145336cphaap','className','menu','makeDirty','object','_initMenus','removeChild','print.menu','iterator','_initRenderer','top','Render\x20is\x20not\x20found','map','PRINTING_DOM_COLLECT','constructor','onStarting','_effects','getUnitId','_skeleton','pageHeight','prototype','VIEW_MAIN','getRenderById','_injector','_container','getSkeletonData','100%','get','_renderManagerService','forEach','pageWidth','_paperSize','_commandService','_skeletonData','min','timeValid','fill','DocumentDataModel\x20is\x20not\x20found','prepare','function','container','_currentRender','symbol','page','version','getCurrentUnitOfType','_addViewport','documentFlavor','21572xUdoyz','Printing','7gEbGir','getOffsetConfig','isPro','2Ebwugn','setConfig','onReady','decorate','93775uAmNZG','2669421oNJOoe','PrintIcon','0.24.0','1211454VcAvVK','print','PRINTING_COMPONENT_COLLECT','_page','_config','parseInt','message','UNIVER_DOC','onbeforeprint','1196661kLAylO','getCanvas','docs.operation.print','TRADITIONAL','_offsetConfig','root','div','dispose','render','getSkeleton','string','pages','fetchThroughInterceptors','_addComponent','syncExecuteCommand','toPrimitive','_documents','getConfig','call','valid','655vjrhyk','body','_componentManager','appendChild','width','interceptor','right','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','left','getContext','type','_unitId','defineProperty','mpn','pluginName','_viewMain','Portrait','0px','createElement','height','_key','packageName','mainComponent','_calculateLayout','position','bottom','_root'];_0x47a1=function(){return _0x229cce;};return _0x47a1();}import{DocSkeletonManagerService as _0x4d2cf0}from'@univerjs/docs';import{UniverNetworkPlugin as _0x196d3a}from'@univerjs/network';import{PrintIcon as _0x518269}from'@univerjs/icons';import{ComponentManager as _0x7d870b,IMenuManagerService as _0x3eb178,MenuItemType as _0x5cf13f,RibbonStartGroup as _0x4b1e4b,getMenuHiddenObservable as _0x20054d}from'@univerjs/ui';function z(_0x2e274d){'@babel/helpers - typeof';const _0x39c0d8=_0x5289;return z=typeof Symbol==_0x39c0d8(0x150)&&typeof Symbol[_0x39c0d8(0x131)]==_0x39c0d8(0x153)?function(_0x2efa0b){return typeof _0x2efa0b;}:function(_0x4f0be7){const _0x4b54e6=_0x39c0d8;return _0x4f0be7&&typeof Symbol=='function'&&_0x4f0be7[_0x4b54e6(0x137)]===Symbol&&_0x4f0be7!==Symbol[_0x4b54e6(0x13d)]?_0x4b54e6(0x153):typeof _0x4f0be7;},z(_0x2e274d);}function B(_0x19d257,_0x32b7f2){const _0x1e5590=_0x5289;if(z(_0x19d257)!='object'||!_0x19d257)return _0x19d257;var _0x495733=_0x19d257[Symbol[_0x1e5590(0x17e)]];if(_0x495733!==void 0x0){var _0x12d15b=_0x495733[_0x1e5590(0x181)](_0x19d257,_0x32b7f2||'default');if(z(_0x12d15b)!=_0x1e5590(0x12d))return _0x12d15b;throw TypeError(_0x1e5590(0x105));}return(_0x32b7f2===_0x1e5590(0x179)?String:Number)(_0x19d257);}function V(_0x54b0b3){const _0x35ae0c=_0x5289;var _0x3b5f57=B(_0x54b0b3,_0x35ae0c(0x179));return z(_0x3b5f57)=='symbol'?_0x3b5f57:_0x3b5f57+'';}function H(_0x20f959,_0xc277bc,_0x396c9e){const _0x518926=_0x5289;return(_0xc277bc=V(_0xc277bc))in _0x20f959?Object[_0x518926(0x10a)](_0x20f959,_0xc277bc,{'value':_0x396c9e,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x20f959[_0xc277bc]=_0x396c9e,_0x20f959;}var U=class extends _0x1b7171{get[_0x333908(0x151)](){return this['_container'];}get['root'](){const _0x52f055=_0x333908;return this[_0x52f055(0x118)];}get[_0x333908(0x152)](){const _0x40cc04=_0x333908;let _0x52bf1e=this[_0x40cc04(0x140)][_0x40cc04(0x144)](_0xe928f4)['getRenderById'](this[_0x40cc04(0x109)]);if(!_0x52bf1e)throw Error(_0x40cc04(0x134));return _0x52bf1e;}get[_0x333908(0x13b)](){const _0x2f52d6=_0x333908;return this[_0x2f52d6(0x152)]['with'](_0x4d2cf0)[_0x2f52d6(0x178)]();}get[_0x333908(0x14a)](){const _0x53f549=_0x333908;let _0x5e5a5=this[_0x53f549(0x13b)]['getSkeletonData']();if(!_0x5e5a5)throw Error('Skeleton\x20data\x20is\x20not\x20found');return _0x5e5a5;}get[_0x333908(0x148)](){const _0x2b70db=_0x333908;let _0x30a60a=this[_0x2b70db(0x14a)][_0x2b70db(0x17a)][0x0];return{'width':_0x30a60a[_0x2b70db(0x147)],'height':_0x30a60a[_0x2b70db(0x13c)]};}constructor(_0x1b14a2,_0x3ecd84,_0xd4dd62,_0xeaca46){const _0x31a967=_0x333908;super(),this[_0x31a967(0x140)]=_0x1b14a2,this[_0x31a967(0x169)]=_0x3ecd84,this[_0x31a967(0x109)]=_0xd4dd62,this[_0x31a967(0x173)]=_0xeaca46,H(this,_0x31a967(0x141),document[_0x31a967(0x110)](_0x31a967(0x175))),H(this,_0x31a967(0x118),document[_0x31a967(0x110)](_0x31a967(0x175))),H(this,_0x31a967(0x121),void 0x0),H(this,'_scene',void 0x0),H(this,'_key',void 0x0),H(this,_0x31a967(0x17f),void 0x0),H(this,'_viewMain',void 0x0),H(this,'_effects',new _0x26cb8c()),this['_key']=_0x5c28d0(0x4),this[_0x31a967(0x132)](),this['disposeWithMe']({'dispose':()=>{const _0x2a26bd=_0x31a967;this[_0x2a26bd(0x121)][_0x2a26bd(0x176)](),this[_0x2a26bd(0x128)][_0x2a26bd(0x176)](),this[_0x2a26bd(0x139)]['dispose']();}});}[_0x333908(0x115)](){const _0x5d4387=_0x333908;let {docsTop:_0x1cc4f4,docsLeft:_0x1138fb}=this[_0x5d4387(0x17f)][_0x5d4387(0x15c)](),_0x37531b=this[_0x5d4387(0x148)][_0x5d4387(0x111)],_0x3e2a86=this[_0x5d4387(0x148)]['width'];return{'top':_0x1cc4f4+(_0x1cc4f4+_0x37531b)*this[_0x5d4387(0x169)],'bottom':_0x1cc4f4+(_0x1cc4f4+_0x37531b)*(this[_0x5d4387(0x169)]+0x1),'left':_0x1138fb,'right':_0x1138fb+_0x3e2a86};}['_initRenderer'](){const _0x2f89dd=_0x333908;this[_0x2f89dd(0x121)]=new _0x58fb48('',{'elementWidth':this['_paperSize'][_0x2f89dd(0x102)],'elementHeight':this[_0x2f89dd(0x148)][_0x2f89dd(0x111)],'dpr':0x1,'renderMode':_0x4b60c3[_0x2f89dd(0x15a)]}),this[_0x2f89dd(0x128)]=new _0x4a12b3(this['_key'],this[_0x2f89dd(0x121)]),this[_0x2f89dd(0x128)]['scale'](0x1,0x1),this[_0x2f89dd(0x121)][_0x2f89dd(0x11f)](this[_0x2f89dd(0x141)],!0x1),this['_engine'][_0x2f89dd(0x170)]()[_0x2f89dd(0x107)]()[_0x2f89dd(0x120)](this[_0x2f89dd(0x112)]+'_'+_0x5c28d0(0x4)),this[_0x2f89dd(0x17c)](),this[_0x2f89dd(0x157)]();}[_0x333908(0x17c)](){const _0x1ecec6=_0x333908;let {pageMarginLeft:_0x46843b,pageMarginTop:_0x3a35db,docsLeft:_0x1c95ae,docsTop:_0x4a22de}=this[_0x1ecec6(0x173)],_0x595459={'pageMarginLeft':_0x46843b,'pageMarginTop':_0x3a35db},_0x583831=new _0x57f43f('__DocPrintRender__',this[_0x1ecec6(0x13b)],_0x595459);_0x583831['translate'](_0x1c95ae,_0x4a22de),this['_scene']['addObject'](_0x583831),this[_0x1ecec6(0x17f)]=_0x583831;let _0x2648c8=this[_0x1ecec6(0x140)][_0x1ecec6(0x144)](_0x5da5c5);_0x2648c8[_0x1ecec6(0x103)][_0x1ecec6(0x17b)](_0x2648c8['interceptor']['getInterceptPoints']()[_0x1ecec6(0x168)])(void 0x0,{'unitId':this[_0x1ecec6(0x109)],'scene':this[_0x1ecec6(0x128)],'engine':this[_0x1ecec6(0x121)],'root':this[_0x1ecec6(0x118)],'documents':this['_documents'],'skeleton':this[_0x1ecec6(0x13b)]});}[_0x333908(0x157)](){const _0x421887=_0x333908;this[_0x421887(0x10d)]=new _0x2071f5(_0xe8afd2[_0x421887(0x13e)],this['_scene'],{'explicitViewportWidthSet':!0x0,'explicitViewportHeightSet':!0x0});}[_0x333908(0x14f)](){const _0x4a50e3=_0x333908;let _0x44765b=this[_0x4a50e3(0x115)]();this[_0x4a50e3(0x10d)]['updateScrollVal']({'viewportScrollX':_0x44765b[_0x4a50e3(0x106)],'viewportScrollY':_0x44765b['top']}),this[_0x4a50e3(0x118)][_0x4a50e3(0x124)][_0x4a50e3(0x116)]='absolute',this[_0x4a50e3(0x118)]['style'][_0x4a50e3(0x133)]=_0x4a50e3(0x10f),this['_root']['style']['left']=_0x4a50e3(0x10f),this[_0x4a50e3(0x118)][_0x4a50e3(0x124)]['width']=_0x4a50e3(0x143),this[_0x4a50e3(0x118)][_0x4a50e3(0x124)][_0x4a50e3(0x111)]='100%',this[_0x4a50e3(0x139)]=new _0x26cb8c();let _0x2b0a04=this[_0x4a50e3(0x140)][_0x4a50e3(0x144)](_0x5da5c5);_0x2b0a04['interceptor']['fetchThroughInterceptors'](_0x2b0a04['interceptor']['getInterceptPoints']()[_0x4a50e3(0x136)])(this[_0x4a50e3(0x139)],{'unitId':this[_0x4a50e3(0x109)],'scene':this[_0x4a50e3(0x128)],'engine':this[_0x4a50e3(0x121)],'root':this[_0x4a50e3(0x118)],'skeleton':this[_0x4a50e3(0x13b)],'offset':{'x':_0x44765b[_0x4a50e3(0x106)],'y':_0x44765b['top']},'bound':{'top':_0x44765b[_0x4a50e3(0x133)],'left':_0x44765b[_0x4a50e3(0x106)],'right':_0x44765b[_0x4a50e3(0x104)],'bottom':_0x44765b[_0x4a50e3(0x117)]}});}[_0x333908(0x177)](){const _0x39aba9=_0x333908;let _0x4e1639=this[_0x39aba9(0x121)][_0x39aba9(0x170)]()[_0x39aba9(0x107)]();this[_0x39aba9(0x17f)][_0x39aba9(0x11b)](),this[_0x39aba9(0x128)][_0x39aba9(0x12c)](),_0x4e1639['save'](),this[_0x39aba9(0x128)]['render'](),_0x4e1639['restore']();}};function W(_0x452f27,_0x40b3b9){return function(_0x52472c,_0x1b61b6){_0x40b3b9(_0x52472c,_0x1b61b6,_0x452f27);};}function G(_0x109d14,_0x3adc4e,_0x4e36a3,_0x1163ca){const _0x343629=_0x333908;var _0x3db240=arguments['length'],_0x215cbc=_0x3db240<0x3?_0x3adc4e:_0x1163ca===null?_0x1163ca=Object[_0x343629(0x11e)](_0x3adc4e,_0x4e36a3):_0x1163ca,_0x5bc216;if(typeof Reflect=='object'&&typeof Reflect['decorate']==_0x343629(0x150))_0x215cbc=Reflect[_0x343629(0x161)](_0x109d14,_0x3adc4e,_0x4e36a3,_0x1163ca);else{for(var _0x2685af=_0x109d14['length']-0x1;_0x2685af>=0x0;_0x2685af--)(_0x5bc216=_0x109d14[_0x2685af])&&(_0x215cbc=(_0x3db240<0x3?_0x5bc216(_0x215cbc):_0x3db240>0x3?_0x5bc216(_0x3adc4e,_0x4e36a3,_0x215cbc):_0x5bc216(_0x3adc4e,_0x4e36a3))||_0x215cbc);}return _0x3db240>0x3&&_0x215cbc&&Object['defineProperty'](_0x3adc4e,_0x4e36a3,_0x215cbc),_0x215cbc;}const K=Number[_0x333908(0x16b)](0x6a1125aa),q=(_0x3db3a7,_0x1fd674,_0x157119)=>{const _0x166329=_0x333908;let _0x221b10={'page':_0x3db3a7,'isPro':!0x1,'timeValid':!0x1};if(!_0x1fd674||!_0x157119)return _0x221b10;let _0x582bd5=_0x6d3b6(_0x1fd674,_0x157119);if(_0x582bd5[_0x166329(0x182)]){let _0x1346eb=_0x582bd5[_0x166329(0x16c)],_0x92f700=_0x271f6a(_0x1346eb,'df',K);_0x221b10[_0x166329(0x15d)]=_0x92f700,_0x221b10[_0x166329(0x14c)]=_0x92f700,_0x221b10[_0x166329(0x154)]=_0x5eb28a(_0x1346eb,_0x92f700,_0x166329(0x10b),_0x3db3a7,_0x3db3a7,0x0);}return _0x221b10;};let J=class extends _0x1b7171{constructor(_0x34432e,_0x15d896,_0x52d713,_0x3ac865){const _0x9ad4f0=_0x333908;super(),this['_univerInstanceService']=_0x34432e,this[_0x9ad4f0(0x145)]=_0x15d896,this[_0x9ad4f0(0x140)]=_0x52d713,this[_0x9ad4f0(0x11a)]=_0x3ac865;}[_0x333908(0x167)](_0x51d6be){const _0x11cf72=_0x333908;var _0x20b754,_0x791c51;let {ls:_0x5157b9,pbk:_0x2db3c8}=(_0x20b754=this[_0x11cf72(0x11a)][_0x11cf72(0x180)](_0x5ed629))==null?{}:_0x20b754,_0x51932d=_0x135e57()?0x1/0x0:q(0x1,_0x5157b9,_0x2db3c8)[_0x11cf72(0x154)];if(!this['_univerInstanceService']['getUnit'](_0x51d6be,_0x3da596[_0x11cf72(0x16d)]))throw Error(_0x11cf72(0x14e));let _0x2c85ca=this['_renderManagerService']['getRenderById'](_0x51d6be);if(!_0x2c85ca)throw Error('Render\x20is\x20not\x20found');let _0x2ab06b=(_0x791c51=_0x2c85ca['with'](_0x4d2cf0)[_0x11cf72(0x178)]()[_0x11cf72(0x142)]())==null?void 0x0:_0x791c51[_0x11cf72(0x17a)];if(!_0x2ab06b)throw Error(_0x11cf72(0x119));let _0x4b529b={'width':_0x2ab06b[0x0]['pageWidth'],'height':_0x2ab06b[0x0][_0x11cf72(0x13c)]},_0x313962=_0x2ab06b['length'],_0x41766c=Math[_0x11cf72(0x14b)](_0x51932d,_0x313962),_0x482e6a=_0x2c85ca[_0x11cf72(0x114)][_0x11cf72(0x15c)](),_0x418baa=document['createElement'](_0x11cf72(0x175));_0x418baa[_0x11cf72(0x12a)]=_0x289b35;let _0x4608cf=Array(_0x41766c)[_0x11cf72(0x14d)](null)[_0x11cf72(0x135)]((_0x1e1640,_0x3b1924)=>{const _0x12700f=_0x11cf72;let _0x18d4fa=new U(this['_injector'],_0x3b1924,_0x51d6be,_0x482e6a);return _0x18d4fa[_0x12700f(0x151)][_0x12700f(0x12a)]=_0x3f2cfd,_0x18d4fa;});_0x4608cf[_0x11cf72(0x146)](_0x1a3e50=>{const _0xd8eac1=_0x11cf72;_0x418baa['appendChild'](_0x1a3e50[_0xd8eac1(0x151)]),_0x1a3e50['container'][_0xd8eac1(0x101)](_0x1a3e50[_0xd8eac1(0x174)]),_0x1a3e50[_0xd8eac1(0x14f)]();});let _0x3908fe=_0x45427e(_0x4b529b[_0x11cf72(0x102)],_0x4b529b[_0x11cf72(0x111)],_0x5dbcca[_0x11cf72(0x10e)]);return document['body'][_0x11cf72(0x101)](_0x3908fe),document['body'][_0x11cf72(0x101)](_0x418baa),new Promise(_0x29622d=>{setTimeout(()=>{const _0x3efa77=_0x5289;window[_0x3efa77(0x16e)]=()=>{const _0x1b4a99=_0x3efa77;_0x4608cf[_0x1b4a99(0x146)](_0x5577b6=>{_0x5577b6['render']();});},window['onafterprint']=()=>{const _0x2d9630=_0x3efa77;_0x4608cf[_0x2d9630(0x146)](_0x120716=>{const _0x32c999=_0x2d9630;_0x120716[_0x32c999(0x176)]();}),document[_0x2d9630(0xff)]['removeChild'](_0x418baa),document[_0x2d9630(0xff)][_0x2d9630(0x12f)](_0x3908fe),_0x29622d(!0x0);},window[_0x3efa77(0x167)]();},0x64);});}};J=G([W(0x0,_0x5e0980),W(0x1,_0xe928f4),W(0x2,_0x2a0a55(_0x2d236d)),W(0x3,_0xd9e26a)],J);function _0x5289(_0x96f848,_0x1046df){_0x96f848=_0x96f848-0xfe;const _0x47a101=_0x47a1();let _0x528929=_0x47a101[_0x96f848];return _0x528929;}const Y={'id':_0x333908(0x171),'type':_0x40889d[_0x333908(0x11c)],'handler':async _0x53babd=>{const _0x482f1b=_0x333908;let _0x29f4c8=_0x53babd[_0x482f1b(0x144)](_0x5e0980),_0x81eddb=_0x53babd['get'](J),_0x27e93a=_0x53babd['get'](_0xe928f4),_0x5ba848=_0x53babd['get'](_0x57553e),_0x36f5d3=_0x29f4c8[_0x482f1b(0x156)](_0x3da596[_0x482f1b(0x16d)]);if(!_0x36f5d3)return!0x1;if(!_0x27e93a[_0x482f1b(0x13f)](_0x36f5d3[_0x482f1b(0x13a)]()))throw Error(_0x482f1b(0x134));let _0x2b26de=_0x36f5d3['getDocumentStyle']()[_0x482f1b(0x158)];return _0x2b26de!==_0x231477['TRADITIONAL']&&_0x5ba848[_0x482f1b(0x17d)](_0x15c9dd['id']),await _0x81eddb[_0x482f1b(0x167)](_0x36f5d3['getUnitId']()),_0x2b26de!==_0x231477[_0x482f1b(0x172)]&&_0x5ba848['syncExecuteCommand'](_0x15c9dd['id']),!0x0;}},X='UNIVER_DOCS_PRINT',Z={};var re='@univerjs-pro/docs-print',ie=_0x333908(0x165);function ae(_0x177100){const _0x276afd=_0x333908;return{'id':Y['id'],'type':_0x5cf13f[_0x276afd(0x126)],'title':_0x276afd(0x130),'icon':_0x276afd(0x164),'tooltip':'print.menu','hidden$':_0x20054d(_0x177100,_0x3da596['UNIVER_DOC'])};}const oe={[_0x4b1e4b[_0x333908(0x127)]]:{[Y['id']]:{'order':0.1,'menuItemFactory':ae}}};let Q=class extends _0x1b7171{constructor(_0x3798e1,_0x2312a6,_0x241759){const _0x78b90f=_0x333908;super(),this[_0x78b90f(0x149)]=_0x3798e1,this['_menuManagerService']=_0x2312a6,this[_0x78b90f(0x100)]=_0x241759,this['_initMenus'](),this['_initCommands'](),this['_initComponents']();}[_0x333908(0x12e)](){this['_menuManagerService']['mergeMenu'](oe);}['_initCommands'](){const _0x1758d5=_0x333908;this['disposeWithMe'](this[_0x1758d5(0x149)]['registerCommand'](Y));}[_0x333908(0x125)](){const _0x1a66b7=_0x333908;[['PrintIcon',_0x518269]][_0x1a66b7(0x146)](([_0x24d71a,_0xc1047b])=>{const _0x3769c2=_0x1a66b7;this[_0x3769c2(0x100)]['register'](_0x24d71a,_0xc1047b);});}};Q=G([W(0x0,_0x57553e),W(0x1,_0x3eb178),W(0x2,_0x2a0a55(_0x7d870b))],Q);let $=class extends _0x40b41c{constructor(_0x56758f=Z,_0x3b4947,_0x1ae8f9){const _0x5a2ca5=_0x333908;super(),this[_0x5a2ca5(0x16a)]=_0x56758f,this[_0x5a2ca5(0x140)]=_0x3b4947,this['_configService']=_0x1ae8f9;let {menu:_0x100099,..._0x2e9d7f}=_0x15a743({},Z,this[_0x5a2ca5(0x16a)]);_0x100099&&this[_0x5a2ca5(0x11a)][_0x5a2ca5(0x15f)](_0x5a2ca5(0x12b),_0x100099,{'merge':!0x0}),this[_0x5a2ca5(0x11a)][_0x5a2ca5(0x15f)](X,_0x2e9d7f);}[_0x333908(0x138)](){_0x558333(this['_injector'],[[J],[Q]]);}[_0x333908(0x160)](){const _0x4fae86=_0x333908;this[_0x4fae86(0x140)][_0x4fae86(0x144)](Q);}};H($,_0x333908(0x10c),_0x333908(0x123)),H($,_0x333908(0x113),re),H($,_0x333908(0x155),ie),H($,_0x333908(0x108),_0x3da596[_0x333908(0x16d)]),$=G([_0x314e5d(_0x196d3a,_0x363ea8),W(0x1,_0x2a0a55(_0x2d236d)),W(0x2,_0xd9e26a)],$);export{X as DOCS_PRINT_PLUGIN_CONFIG_KEY,Y as DocPrintOperation,$ as UniverDocsPrintPlugin};
1
+ const _0xcac4ee=_0x450f;(function(_0xc2a861,_0x3ac663){const _0x523afe=_0x450f,_0x2d2020=_0xc2a861();while(!![]){try{const _0x21fb37=parseInt(_0x523afe(0x179))/0x1*(parseInt(_0x523afe(0x16f))/0x2)+-parseInt(_0x523afe(0x1a1))/0x3*(parseInt(_0x523afe(0x1cb))/0x4)+-parseInt(_0x523afe(0x17b))/0x5*(parseInt(_0x523afe(0x1a9))/0x6)+-parseInt(_0x523afe(0x19a))/0x7*(parseInt(_0x523afe(0x168))/0x8)+parseInt(_0x523afe(0x150))/0x9*(parseInt(_0x523afe(0x1d6))/0xa)+parseInt(_0x523afe(0x154))/0xb+-parseInt(_0x523afe(0x1c7))/0xc*(-parseInt(_0x523afe(0x197))/0xd);if(_0x21fb37===_0x3ac663)break;else _0x2d2020['push'](_0x2d2020['shift']());}catch(_0x47eaea){_0x2d2020['push'](_0x2d2020['shift']());}}}(_0xd282,0x777b7));import{CommandType as _0x34fe3f,DependentOn as _0xa60f30,Disposable as _0x230ee6,DisposableCollection as _0x199f44,DocumentFlavor as _0x25a3d3,ICommandService as _0x4976e1,IConfigService as _0x1cb8d3,IUniverInstanceService as _0xf1263f,Inject as _0x5cf149,Injector as _0x470ef1,Plugin as _0x5634b3,UniverInstanceType as _0x43ced7,generateRandomId as _0x160845,merge as _0x52d24f,registerDependencies as _0x4e18ec}from'@univerjs/core';import{DocPrintInterceptorService as _0x302a65,SwitchDocModeCommand as _0x4b2a46,VIEWPORT_KEY as _0xb2e57d}from'@univerjs/docs-ui';import{CanvasRenderMode as _0x6b3b32,Documents as _0x20286d,Engine as _0x324963,IRenderManagerService as _0x31149a,Scene as _0x434916,Viewport as _0x4ac181}from'@univerjs/engine-render';function _0x450f(_0x5e98d8,_0xecc405){_0x5e98d8=_0x5e98d8-0x14c;const _0xd28256=_0xd282();let _0x450fc4=_0xd28256[_0x5e98d8];return _0x450fc4;}import{LS_CONFIG_KEY as _0x5eb879,UniverLicensePlugin as _0x44c46a,getDocFeatureLimit as _0x818d5a,getLicenseInfo as _0x554117,isFeatureAuthorizedWithinTime as _0x5b32fc,isLocalCheck as _0x3a22ef}from'@univerjs-pro/license';import{PRINT_CANVAS_CLASS as _0x385d42,PRINT_CONTAINER_CLASS as _0x23afc2,PrintDirection as _0x8871af,createPrintStyle as _0xbbacfe}from'@univerjs-pro/print';import{DocSkeletonManagerService as _0x3db47d}from'@univerjs/docs';import{ComponentManager as _0x456c16,IMenuManagerService as _0x428976,IZenZoneService as _0x1488da,MenuItemType as _0x15517e,RibbonStartGroup as _0x8f0ea3,getMenuHiddenObservable as _0x1a10a1}from'@univerjs/ui';import{UniverNetworkPlugin as _0x2d5eb5}from'@univerjs/network';import{PrintIcon as _0x20bfbc}from'@univerjs/icons';function z(_0x4d4bf1){'@babel/helpers - typeof';const _0x1bd9c8=_0x450f;return z=typeof Symbol=='function'&&typeof Symbol[_0x1bd9c8(0x16d)]==_0x1bd9c8(0x1c1)?function(_0x21802c){return typeof _0x21802c;}:function(_0xd4fa66){const _0x1ee719=_0x1bd9c8;return _0xd4fa66&&typeof Symbol==_0x1ee719(0x1be)&&_0xd4fa66[_0x1ee719(0x185)]===Symbol&&_0xd4fa66!==Symbol['prototype']?'symbol':typeof _0xd4fa66;},z(_0x4d4bf1);}function B(_0x28afe6,_0x98e80a){const _0x11f51f=_0x450f;if(z(_0x28afe6)!=_0x11f51f(0x1ac)||!_0x28afe6)return _0x28afe6;var _0x44eb98=_0x28afe6[Symbol[_0x11f51f(0x14e)]];if(_0x44eb98!==void 0x0){var _0x159725=_0x44eb98[_0x11f51f(0x17a)](_0x28afe6,_0x98e80a||'default');if(z(_0x159725)!=_0x11f51f(0x1ac))return _0x159725;throw TypeError(_0x11f51f(0x19e));}return(_0x98e80a===_0x11f51f(0x176)?String:Number)(_0x28afe6);}function V(_0x5b76b8){const _0x2e5767=_0x450f;var _0x31c37e=B(_0x5b76b8,'string');return z(_0x31c37e)==_0x2e5767(0x1c1)?_0x31c37e:_0x31c37e+'';}function H(_0x5aeb99,_0x2dc50e,_0x3dfd69){const _0x5398bc=_0x450f;return(_0x2dc50e=V(_0x2dc50e))in _0x5aeb99?Object[_0x5398bc(0x15f)](_0x5aeb99,_0x2dc50e,{'value':_0x3dfd69,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x5aeb99[_0x2dc50e]=_0x3dfd69,_0x5aeb99;}var U=class extends _0x230ee6{get[_0xcac4ee(0x1b9)](){const _0x2c8bac=_0xcac4ee;return this[_0x2c8bac(0x18a)];}get['root'](){const _0x5b51be=_0xcac4ee;return this[_0x5b51be(0x16b)];}get[_0xcac4ee(0x165)](){const _0x5ae4e7=_0xcac4ee;let _0x55e4dd=this[_0x5ae4e7(0x1bf)][_0x5ae4e7(0x1b8)](_0x31149a)['getRenderById'](this['_unitId']);if(!_0x55e4dd)throw Error(_0x5ae4e7(0x16e));return _0x55e4dd;}get[_0xcac4ee(0x171)](){const _0x28cc5f=_0xcac4ee;return this[_0x28cc5f(0x165)][_0x28cc5f(0x1c0)](_0x3db47d)[_0x28cc5f(0x1b2)]();}get['_skeletonData'](){const _0x5f0eb7=_0xcac4ee;let _0x1acc5d=this[_0x5f0eb7(0x171)][_0x5f0eb7(0x169)]();if(!_0x1acc5d)throw Error(_0x5f0eb7(0x19c));return _0x1acc5d;}get['_paperSize'](){const _0xa98e6c=_0xcac4ee;let _0x278f37=this[_0xa98e6c(0x155)][_0xa98e6c(0x1d5)][0x0];return{'width':_0x278f37[_0xa98e6c(0x1a8)],'height':_0x278f37['pageHeight']};}constructor(_0x41d7f1,_0xc9353d,_0x1bb2d5,_0x461726){const _0x4188a1=_0xcac4ee;super(),this['_injector']=_0x41d7f1,this[_0x4188a1(0x19d)]=_0xc9353d,this[_0x4188a1(0x1c8)]=_0x1bb2d5,this[_0x4188a1(0x15a)]=_0x461726,H(this,'_container',document[_0x4188a1(0x174)]('div')),H(this,_0x4188a1(0x16b),document['createElement'](_0x4188a1(0x182))),H(this,_0x4188a1(0x181),void 0x0),H(this,_0x4188a1(0x153),void 0x0),H(this,_0x4188a1(0x1ad),void 0x0),H(this,'_documents',void 0x0),H(this,_0x4188a1(0x1b4),void 0x0),H(this,_0x4188a1(0x186),new _0x199f44()),this[_0x4188a1(0x1ad)]=_0x160845(0x4),this['_initRenderer'](),this[_0x4188a1(0x15b)]({'dispose':()=>{const _0x34504e=_0x4188a1;this['_engine']['dispose'](),this[_0x34504e(0x153)][_0x34504e(0x170)](),this[_0x34504e(0x186)][_0x34504e(0x170)]();}});}[_0xcac4ee(0x1d9)](){const _0x89fc56=_0xcac4ee;let {docsTop:_0x2ed139,docsLeft:_0x1de755}=this[_0x89fc56(0x166)]['getOffsetConfig'](),_0x51fb69=this[_0x89fc56(0x1a3)]['height'],_0x2b3a0c=this['_paperSize'][_0x89fc56(0x18e)];return{'top':_0x2ed139+(_0x2ed139+_0x51fb69)*this[_0x89fc56(0x19d)],'bottom':_0x2ed139+(_0x2ed139+_0x51fb69)*(this['_page']+0x1),'left':_0x1de755,'right':_0x1de755+_0x2b3a0c};}[_0xcac4ee(0x173)](){const _0x1b96f9=_0xcac4ee;this[_0x1b96f9(0x181)]=new _0x324963('',{'elementWidth':this[_0x1b96f9(0x1a3)]['width'],'elementHeight':this[_0x1b96f9(0x1a3)][_0x1b96f9(0x160)],'dpr':0x1,'renderMode':_0x6b3b32[_0x1b96f9(0x15c)]}),this[_0x1b96f9(0x153)]=new _0x434916(this[_0x1b96f9(0x1ad)],this[_0x1b96f9(0x181)]),this[_0x1b96f9(0x153)][_0x1b96f9(0x199)](0x1,0x1),this[_0x1b96f9(0x181)][_0x1b96f9(0x189)](this['_container'],!0x1),this[_0x1b96f9(0x181)][_0x1b96f9(0x1d4)]()[_0x1b96f9(0x1d1)]()[_0x1b96f9(0x158)](this[_0x1b96f9(0x1ad)]+'_'+_0x160845(0x4)),this[_0x1b96f9(0x1a0)](),this[_0x1b96f9(0x1d2)]();}[_0xcac4ee(0x1a0)](){const _0xcd2cd0=_0xcac4ee;let {pageMarginLeft:_0x102d5f,pageMarginTop:_0xa35911,docsLeft:_0x2b7e7e,docsTop:_0x40a4ac}=this['_offsetConfig'],_0x9dfeb1={'pageMarginLeft':_0x102d5f,'pageMarginTop':_0xa35911},_0x3dfaf9=new _0x20286d(_0xcd2cd0(0x1b3),this[_0xcd2cd0(0x171)],_0x9dfeb1);_0x3dfaf9[_0xcd2cd0(0x1a6)](_0x2b7e7e,_0x40a4ac),this[_0xcd2cd0(0x153)][_0xcd2cd0(0x1ca)](_0x3dfaf9),this[_0xcd2cd0(0x166)]=_0x3dfaf9;let _0x27be18=this['_injector'][_0xcd2cd0(0x1b8)](_0x302a65);_0x27be18[_0xcd2cd0(0x152)][_0xcd2cd0(0x1a4)](_0x27be18[_0xcd2cd0(0x152)][_0xcd2cd0(0x1cf)]()['PRINTING_COMPONENT_COLLECT'])(void 0x0,{'unitId':this[_0xcd2cd0(0x1c8)],'scene':this['_scene'],'engine':this[_0xcd2cd0(0x181)],'root':this['_root'],'documents':this['_documents'],'skeleton':this[_0xcd2cd0(0x171)]});}[_0xcac4ee(0x1d2)](){const _0x5ac005=_0xcac4ee;this['_viewMain']=new _0x4ac181(_0xb2e57d[_0x5ac005(0x184)],this[_0x5ac005(0x153)],{'explicitViewportWidthSet':!0x0,'explicitViewportHeightSet':!0x0});}[_0xcac4ee(0x15e)](){const _0x25abe4=_0xcac4ee;let _0x7904e6=this[_0x25abe4(0x1d9)]();this[_0x25abe4(0x1b4)][_0x25abe4(0x1bd)]({'viewportScrollX':_0x7904e6[_0x25abe4(0x1d7)],'viewportScrollY':_0x7904e6[_0x25abe4(0x163)]}),this[_0x25abe4(0x16b)]['style'][_0x25abe4(0x1cd)]='absolute',this[_0x25abe4(0x16b)][_0x25abe4(0x1c6)]['top']=_0x25abe4(0x1b0),this['_root'][_0x25abe4(0x1c6)][_0x25abe4(0x1d7)]=_0x25abe4(0x1b0),this['_root']['style'][_0x25abe4(0x18e)]=_0x25abe4(0x151),this['_root']['style']['height']=_0x25abe4(0x151),this['_effects']=new _0x199f44();let _0x425caf=this['_injector'][_0x25abe4(0x1b8)](_0x302a65);_0x425caf['interceptor'][_0x25abe4(0x1a4)](_0x425caf[_0x25abe4(0x152)][_0x25abe4(0x1cf)]()['PRINTING_DOM_COLLECT'])(this[_0x25abe4(0x186)],{'unitId':this[_0x25abe4(0x1c8)],'scene':this[_0x25abe4(0x153)],'engine':this['_engine'],'root':this[_0x25abe4(0x16b)],'skeleton':this[_0x25abe4(0x171)],'offset':{'x':_0x7904e6[_0x25abe4(0x1d7)],'y':_0x7904e6[_0x25abe4(0x163)]},'bound':{'top':_0x7904e6['top'],'left':_0x7904e6[_0x25abe4(0x1d7)],'right':_0x7904e6[_0x25abe4(0x18d)],'bottom':_0x7904e6[_0x25abe4(0x1af)]}});}['render'](){const _0x2e779a=_0xcac4ee;let _0x595982=this[_0x2e779a(0x181)]['getCanvas']()[_0x2e779a(0x1d1)]();this[_0x2e779a(0x166)]['makeForceDirty'](),this[_0x2e779a(0x153)]['makeDirty'](),_0x595982['save'](),this[_0x2e779a(0x153)]['render'](),_0x595982[_0x2e779a(0x190)]();}};function W(_0x819e3,_0x356ecc){return function(_0x3e7a52,_0x102ccf){_0x356ecc(_0x3e7a52,_0x102ccf,_0x819e3);};}function G(_0x228803,_0x5b7267,_0x5ea707,_0x192b6c){const _0x56de85=_0xcac4ee;var _0x2c62bc=arguments[_0x56de85(0x1c4)],_0x3a93c7=_0x2c62bc<0x3?_0x5b7267:_0x192b6c===null?_0x192b6c=Object[_0x56de85(0x17c)](_0x5b7267,_0x5ea707):_0x192b6c,_0x385325;if(typeof Reflect==_0x56de85(0x1ac)&&typeof Reflect[_0x56de85(0x1ce)]==_0x56de85(0x1be))_0x3a93c7=Reflect[_0x56de85(0x1ce)](_0x228803,_0x5b7267,_0x5ea707,_0x192b6c);else{for(var _0x5e4915=_0x228803[_0x56de85(0x1c4)]-0x1;_0x5e4915>=0x0;_0x5e4915--)(_0x385325=_0x228803[_0x5e4915])&&(_0x3a93c7=(_0x2c62bc<0x3?_0x385325(_0x3a93c7):_0x2c62bc>0x3?_0x385325(_0x5b7267,_0x5ea707,_0x3a93c7):_0x385325(_0x5b7267,_0x5ea707))||_0x3a93c7);}return _0x2c62bc>0x3&&_0x3a93c7&&Object[_0x56de85(0x15f)](_0x5b7267,_0x5ea707,_0x3a93c7),_0x3a93c7;}const K=Number[_0xcac4ee(0x14d)](0x6a1aba27),q=(_0x41c8bd,_0x5d8e6a,_0x420539)=>{const _0x148c8d=_0xcac4ee;let _0xfc1482={'page':_0x41c8bd,'isPro':!0x1,'timeValid':!0x1};if(!_0x5d8e6a||!_0x420539)return _0xfc1482;let _0x1af032=_0x554117(_0x5d8e6a,_0x420539);if(_0x1af032[_0x148c8d(0x1d8)]){let _0x4ef9e9=_0x1af032['message'],_0x4c7abc=_0x5b32fc(_0x4ef9e9,'df',K);_0xfc1482[_0x148c8d(0x1b1)]=_0x4c7abc,_0xfc1482[_0x148c8d(0x1bb)]=_0x4c7abc,_0xfc1482[_0x148c8d(0x18b)]=_0x818d5a(_0x4ef9e9,_0x4c7abc,'mpn',_0x41c8bd,_0x41c8bd,0x0);}return _0xfc1482;};let J=class extends _0x230ee6{constructor(_0x4ee70c,_0x11bb55,_0x589ec2,_0x49d71c,_0x185a8c){const _0x122d89=_0xcac4ee;super(),this[_0x122d89(0x191)]=_0x4ee70c,this[_0x122d89(0x180)]=_0x11bb55,this['_injector']=_0x589ec2,this[_0x122d89(0x159)]=_0x49d71c,this[_0x122d89(0x1b6)]=_0x185a8c;}[_0xcac4ee(0x1ae)](_0x2a583c){const _0x29e764=_0xcac4ee;var _0x82d3c7,_0xe621c3;let {ls:_0x4e11a1,pbk:_0x221e9b}=(_0x82d3c7=this['_configService'][_0x29e764(0x17f)](_0x5eb879))==null?{}:_0x82d3c7,_0x19b95e=_0x3a22ef()?0x1/0x0:q(0x1,_0x4e11a1,_0x221e9b)[_0x29e764(0x18b)];if(!this[_0x29e764(0x191)][_0x29e764(0x188)](_0x2a583c,_0x43ced7[_0x29e764(0x1ba)]))throw Error('DocumentDataModel\x20is\x20not\x20found');let _0x2553b7=this[_0x29e764(0x180)]['getRenderById'](_0x2a583c);if(!_0x2553b7)throw Error('Render\x20is\x20not\x20found');let _0x14f40b=(_0xe621c3=_0x2553b7[_0x29e764(0x1c0)](_0x3db47d)['getSkeleton']()[_0x29e764(0x169)]())==null?void 0x0:_0xe621c3[_0x29e764(0x1d5)];if(!_0x14f40b)throw Error(_0x29e764(0x1b5));let _0x5bbef6={'width':_0x14f40b[0x0][_0x29e764(0x1a8)],'height':_0x14f40b[0x0][_0x29e764(0x172)]},_0x43bf90=_0x14f40b[_0x29e764(0x1c4)],_0xc53c3c=Math['min'](_0x19b95e,_0x43bf90),_0x33b69f=_0x2553b7[_0x29e764(0x16c)][_0x29e764(0x1cc)](),_0x2cea98=document['createElement'](_0x29e764(0x182));_0x2cea98[_0x29e764(0x1a7)]=_0x23afc2;let _0xf1cf7=Array(_0xc53c3c)[_0x29e764(0x1aa)](null)[_0x29e764(0x194)]((_0x247b3b,_0x2481ae)=>{const _0x4af9b4=_0x29e764;let _0x3a60e8=new U(this['_injector'],_0x2481ae,_0x2a583c,_0x33b69f);return _0x3a60e8[_0x4af9b4(0x1b9)][_0x4af9b4(0x1a7)]=_0x385d42,_0x3a60e8;});_0xf1cf7[_0x29e764(0x18f)](_0x49c4f4=>{const _0x1714dc=_0x29e764;_0x2cea98[_0x1714dc(0x177)](_0x49c4f4[_0x1714dc(0x1b9)]),_0x49c4f4[_0x1714dc(0x1b9)][_0x1714dc(0x177)](_0x49c4f4[_0x1714dc(0x1a5)]),_0x49c4f4[_0x1714dc(0x15e)]();});let _0x36aabc=_0xbbacfe(_0x5bbef6[_0x29e764(0x18e)],_0x5bbef6[_0x29e764(0x160)],_0x8871af[_0x29e764(0x1d0)]);return document['body'][_0x29e764(0x177)](_0x36aabc),document[_0x29e764(0x16a)][_0x29e764(0x177)](_0x2cea98),new Promise(_0x5948cc=>{setTimeout(()=>{const _0x2f4cb2=_0x450f;window['onbeforeprint']=()=>{_0xf1cf7['forEach'](_0x459d9b=>{const _0x37918e=_0x450f;_0x459d9b[_0x37918e(0x161)]();});},window[_0x2f4cb2(0x19b)]=()=>{const _0x2daaea=_0x2f4cb2;_0xf1cf7[_0x2daaea(0x18f)](_0x59bcd5=>{const _0x410840=_0x2daaea;_0x59bcd5[_0x410840(0x170)]();}),document[_0x2daaea(0x16a)][_0x2daaea(0x193)](_0x2cea98),document[_0x2daaea(0x16a)][_0x2daaea(0x193)](_0x36aabc),this[_0x2daaea(0x1b6)][_0x2daaea(0x178)](),_0x5948cc(!0x0);},window[_0x2f4cb2(0x1ae)]();},0x64);});}};J=G([W(0x0,_0xf1263f),W(0x1,_0x31149a),W(0x2,_0x5cf149(_0x470ef1)),W(0x3,_0x1cb8d3),W(0x4,_0x1488da)],J);const Y={'id':_0xcac4ee(0x17e),'type':_0x34fe3f[_0xcac4ee(0x1c5)],'handler':async _0x56f78b=>{const _0x12abfc=_0xcac4ee;let _0x417f04=_0x56f78b[_0x12abfc(0x1b8)](_0xf1263f),_0x36e460=_0x56f78b[_0x12abfc(0x1b8)](J),_0x2fbfcf=_0x56f78b[_0x12abfc(0x1b8)](_0x31149a),_0x2e9832=_0x56f78b[_0x12abfc(0x1b8)](_0x4976e1),_0x1eab2d=_0x417f04[_0x12abfc(0x164)](_0x43ced7[_0x12abfc(0x1ba)]);if(!_0x1eab2d)return!0x1;if(!_0x2fbfcf[_0x12abfc(0x17d)](_0x1eab2d[_0x12abfc(0x1c9)]()))throw Error(_0x12abfc(0x16e));let _0xd18b9d=_0x1eab2d['getDocumentStyle']()[_0x12abfc(0x15d)];return _0xd18b9d!==_0x25a3d3['TRADITIONAL']&&_0x2e9832[_0x12abfc(0x192)](_0x4b2a46['id']),await _0x36e460['print'](_0x1eab2d[_0x12abfc(0x1c9)]()),_0xd18b9d!==_0x25a3d3[_0x12abfc(0x167)]&&_0x2e9832[_0x12abfc(0x192)](_0x4b2a46['id']),!0x0;}},X='UNIVER_DOCS_PRINT',Z={};function _0xd282(){const _0xd4fd52=['OPERATION','style','228MXTQDs','_unitId','getUnitId','addObject','52XcDIth','getOffsetConfig','position','decorate','getInterceptPoints','Portrait','getContext','_addViewport','_initComponents','getCanvas','pages','70yFrRSR','left','valid','_calculateLayout','_config','parseInt','toPrimitive','_componentManager','47547vHutLl','100%','interceptor','_scene','7563138ZkdUWi','_skeletonData','_initMenus','type','setId','_configService','_offsetConfig','disposeWithMe','Printing','documentFlavor','prepare','defineProperty','height','render','OTHERS','top','getCurrentUnitOfType','_currentRender','_documents','TRADITIONAL','8VCaQzx','getSkeletonData','body','_root','mainComponent','iterator','Render\x20is\x20not\x20found','1136864DmETsO','dispose','_skeleton','pageHeight','_initRenderer','createElement','_initCommands','string','appendChild','close','1jEfcFZ','call','634205fpCukW','getOwnPropertyDescriptor','getRenderById','docs.operation.print','getConfig','_renderManagerService','_engine','div','_commandService','VIEW_MAIN','constructor','_effects','BUTTON','getUnit','setContainer','_container','page','register','right','width','forEach','restore','_univerInstanceService','syncExecuteCommand','removeChild','map','registerCommand','0.25.0','304135GsWSMJ','setConfig','scale','4019099NHcOmX','onafterprint','Skeleton\x20data\x20is\x20not\x20found','_page','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','@univerjs-pro/docs-print','_addComponent','9165MGdCyM','_menuManagerService','_paperSize','fetchThroughInterceptors','root','translate','className','pageWidth','30GtHLJA','fill','docs-print.menu','object','_key','print','bottom','0px','isPro','getSkeleton','__DocPrintRender__','_viewMain','Pages\x20are\x20not\x20found','_globalZoneService','version','get','container','UNIVER_DOC','timeValid','PrintIcon','updateScrollVal','function','_injector','with','symbol','menu','packageName','length'];_0xd282=function(){return _0xd4fd52;};return _0xd282();}var ie=_0xcac4ee(0x19f),ae=_0xcac4ee(0x196);function oe(_0x32b791){const _0x3969ed=_0xcac4ee;return{'id':Y['id'],'type':_0x15517e[_0x3969ed(0x187)],'title':'docs-print.menu','icon':_0x3969ed(0x1bc),'tooltip':_0x3969ed(0x1ab),'hidden$':_0x1a10a1(_0x32b791,_0x43ced7['UNIVER_DOC'])};}const se={[_0x8f0ea3[_0xcac4ee(0x162)]]:{[Y['id']]:{'order':0.1,'menuItemFactory':oe}}};let Q=class extends _0x230ee6{constructor(_0x1dfa52,_0x3f2767,_0x404e45){const _0x346ea5=_0xcac4ee;super(),this[_0x346ea5(0x183)]=_0x1dfa52,this[_0x346ea5(0x1a2)]=_0x3f2767,this[_0x346ea5(0x14f)]=_0x404e45,this[_0x346ea5(0x156)](),this[_0x346ea5(0x175)](),this[_0x346ea5(0x1d3)]();}[_0xcac4ee(0x156)](){const _0x268ed1=_0xcac4ee;this[_0x268ed1(0x1a2)]['mergeMenu'](se);}['_initCommands'](){const _0x11ddd8=_0xcac4ee;this[_0x11ddd8(0x15b)](this[_0x11ddd8(0x183)][_0x11ddd8(0x195)](Y));}[_0xcac4ee(0x1d3)](){const _0x296816=_0xcac4ee;[['PrintIcon',_0x20bfbc]][_0x296816(0x18f)](([_0x543a85,_0x19fbda])=>{const _0x3a66e8=_0x296816;this[_0x3a66e8(0x14f)][_0x3a66e8(0x18c)](_0x543a85,_0x19fbda);});}};Q=G([W(0x0,_0x4976e1),W(0x1,_0x428976),W(0x2,_0x5cf149(_0x456c16))],Q);let $=class extends _0x5634b3{constructor(_0x3bb149=Z,_0x4c9c27,_0x3b8c1c){const _0x4239ae=_0xcac4ee;super(),this[_0x4239ae(0x14c)]=_0x3bb149,this[_0x4239ae(0x1bf)]=_0x4c9c27,this[_0x4239ae(0x159)]=_0x3b8c1c;let {menu:_0x171a49,..._0xbc0ed8}=_0x52d24f({},Z,this[_0x4239ae(0x14c)]);_0x171a49&&this['_configService'][_0x4239ae(0x198)](_0x4239ae(0x1c2),_0x171a49,{'merge':!0x0}),this[_0x4239ae(0x159)][_0x4239ae(0x198)](X,_0xbc0ed8);}['onStarting'](){const _0x18523e=_0xcac4ee;_0x4e18ec(this[_0x18523e(0x1bf)],[[J],[Q]]);}['onReady'](){const _0x54668b=_0xcac4ee;this[_0x54668b(0x1bf)][_0x54668b(0x1b8)](Q);}};H($,'pluginName','UNIVER_DOCS_PRINT'),H($,_0xcac4ee(0x1c3),ie),H($,_0xcac4ee(0x1b7),ae),H($,_0xcac4ee(0x157),_0x43ced7['UNIVER_DOC']),$=G([_0xa60f30(_0x2d5eb5,_0x44c46a),W(0x1,_0x5cf149(_0x470ef1)),W(0x2,_0x1cb8d3)],$);export{X as DOCS_PRINT_PLUGIN_CONFIG_KEY,Y as DocPrintOperation,$ as UniverDocsPrintPlugin};
@@ -0,0 +1 @@
1
+ function _0x3437(){const _0x1b9dbf=['4772hYSqjy','طباعة','7699ZwjuXH','110215cwJROZ','456232epjpIL','579BAUSrR','120MpCHvb','3135HaVcqo','210IOLnMh','6340XFSNTR','2770mdNPKj','775116iBrMGl'];_0x3437=function(){return _0x1b9dbf;};return _0x3437();}function _0x4ef7(_0x109564,_0x16b1b2){_0x109564=_0x109564-0x182;const _0x3437da=_0x3437();let _0x4ef799=_0x3437da[_0x109564];return _0x4ef799;}const _0x26ebb6=_0x4ef7;(function(_0x561ae6,_0x36a573){const _0x55d5a9=_0x4ef7,_0x5da9f7=_0x561ae6();while(!![]){try{const _0x267aa4=-parseInt(_0x55d5a9(0x185))/0x1+parseInt(_0x55d5a9(0x187))/0x2+parseInt(_0x55d5a9(0x188))/0x3*(parseInt(_0x55d5a9(0x183))/0x4)+parseInt(_0x55d5a9(0x18c))/0x5*(-parseInt(_0x55d5a9(0x18b))/0x6)+-parseInt(_0x55d5a9(0x186))/0x7*(parseInt(_0x55d5a9(0x189))/0x8)+parseInt(_0x55d5a9(0x182))/0x9+-parseInt(_0x55d5a9(0x18d))/0xa*(parseInt(_0x55d5a9(0x18a))/0xb);if(_0x267aa4===_0x36a573)break;else _0x5da9f7['push'](_0x5da9f7['shift']());}catch(_0x526269){_0x5da9f7['push'](_0x5da9f7['shift']());}}}(_0x3437,0x2b48a));const e={'docs-print':{'menu':_0x26ebb6(0x184)}};export{e as default};
@@ -1 +1 @@
1
- const _0x4036ca=_0x576a;(function(_0x1c8f95,_0x5e454e){const _0x196131=_0x576a,_0x56e8f0=_0x1c8f95();while(!![]){try{const _0xb83933=parseInt(_0x196131(0x1a6))/0x1+-parseInt(_0x196131(0x1a2))/0x2*(-parseInt(_0x196131(0x1a0))/0x3)+parseInt(_0x196131(0x19f))/0x4+parseInt(_0x196131(0x1a1))/0x5+parseInt(_0x196131(0x1a7))/0x6+parseInt(_0x196131(0x1a5))/0x7+parseInt(_0x196131(0x1a4))/0x8*(-parseInt(_0x196131(0x1a8))/0x9);if(_0xb83933===_0x5e454e)break;else _0x56e8f0['push'](_0x56e8f0['shift']());}catch(_0x185a70){_0x56e8f0['push'](_0x56e8f0['shift']());}}}(_0x1c85,0xa39f9));function _0x576a(_0x44611a,_0x17121f){_0x44611a=_0x44611a-0x19f;const _0x1c850c=_0x1c85();let _0x576a0d=_0x1c850c[_0x44611a];return _0x576a0d;}const e={'print':{'menu':_0x4036ca(0x1a3)}};function _0x1c85(){const _0xce619a=['Print','34883224oCQPbz','5439042GUcPFh','504660aMWsIn','5716920cXdCGu','9dDLIlF','3700804ZnAyuW','119256LMksXK','4385585cVWaXI','50FCWPha'];_0x1c85=function(){return _0xce619a;};return _0x1c85();}export{e as default};
1
+ function _0x5bbd(_0x38df39,_0x4f8122){_0x38df39=_0x38df39-0x1dc;const _0x2b07e0=_0x2b07();let _0x5bbda2=_0x2b07e0[_0x38df39];return _0x5bbda2;}const _0x3ad6ce=_0x5bbd;function _0x2b07(){const _0x2a6843=['5yCMURN','6462zNhvxz','10911290xgMalK','11KbhtAB','30332808cVJlew','Imprimir','14504rDAAbK','204296mJnbhn','123cuXdXd','138608pSTLmN','11161472XwDORz','3383430TMuSkX','6FMNbuu'];_0x2b07=function(){return _0x2a6843;};return _0x2b07();}(function(_0x549574,_0x5c1265){const _0x1b1276=_0x5bbd,_0x41e9bf=_0x549574();while(!![]){try{const _0x3072b2=-parseInt(_0x1b1276(0x1e0))/0x1*(-parseInt(_0x1b1276(0x1e7))/0x2)+parseInt(_0x1b1276(0x1e8))/0x3*(-parseInt(_0x1b1276(0x1dc))/0x4)+parseInt(_0x1b1276(0x1de))/0x5*(parseInt(_0x1b1276(0x1df))/0x6)+-parseInt(_0x1b1276(0x1dd))/0x7+-parseInt(_0x1b1276(0x1e6))/0x8*(-parseInt(_0x1b1276(0x1e1))/0x9)+-parseInt(_0x1b1276(0x1e2))/0xa*(parseInt(_0x1b1276(0x1e3))/0xb)+parseInt(_0x1b1276(0x1e4))/0xc;if(_0x3072b2===_0x5c1265)break;else _0x41e9bf['push'](_0x41e9bf['shift']());}catch(_0x3250c8){_0x41e9bf['push'](_0x41e9bf['shift']());}}}(_0x2b07,0xde4c9));const e={'docs-print':{'menu':_0x3ad6ce(0x1e5)}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x43ee03=_0x3d9a;(function(_0x1a7eaf,_0x251e41){const _0x29ac2a=_0x3d9a,_0x33ba0c=_0x1a7eaf();while(!![]){try{const _0x5490ba=parseInt(_0x29ac2a(0xa8))/0x1+-parseInt(_0x29ac2a(0xa5))/0x2+-parseInt(_0x29ac2a(0xa9))/0x3*(parseInt(_0x29ac2a(0xa4))/0x4)+parseInt(_0x29ac2a(0xaa))/0x5*(-parseInt(_0x29ac2a(0xa3))/0x6)+parseInt(_0x29ac2a(0xae))/0x7*(-parseInt(_0x29ac2a(0xad))/0x8)+parseInt(_0x29ac2a(0xa6))/0x9*(-parseInt(_0x29ac2a(0xab))/0xa)+parseInt(_0x29ac2a(0xac))/0xb;if(_0x5490ba===_0x251e41)break;else _0x33ba0c['push'](_0x33ba0c['shift']());}catch(_0x599e78){_0x33ba0c['push'](_0x33ba0c['shift']());}}}(_0x5ab4,0xa40c3));const e={'docs-print':{'menu':_0x43ee03(0xa7)}};function _0x5ab4(){const _0x1dc74e=['1200260bFCqSC','39600341cciHux','1048scvCmW','35371PFHUYY','6hxdKHj','1697760lOAnZh','1248622pPlkLJ','54IZiLcH','Drucken','673196XOECHO','3bUkQJq','5852190YaSfAU'];_0x5ab4=function(){return _0x1dc74e;};return _0x5ab4();}function _0x3d9a(_0x55f03e,_0x217214){_0x55f03e=_0x55f03e-0xa3;const _0x5ab4e3=_0x5ab4();let _0x3d9a2b=_0x5ab4e3[_0x55f03e];return _0x3d9a2b;}export{e as default};
@@ -1 +1 @@
1
- (function(_0x5693e0,_0x6f65e2){const _0x55c0d5=_0x2b2c,_0x1d25c2=_0x5693e0();while(!![]){try{const _0x49fa11=parseInt(_0x55c0d5(0xcf))/0x1+-parseInt(_0x55c0d5(0xd4))/0x2*(parseInt(_0x55c0d5(0xcd))/0x3)+parseInt(_0x55c0d5(0xd1))/0x4+parseInt(_0x55c0d5(0xd3))/0x5*(parseInt(_0x55c0d5(0xd0))/0x6)+-parseInt(_0x55c0d5(0xca))/0x7*(parseInt(_0x55c0d5(0xcb))/0x8)+parseInt(_0x55c0d5(0xd2))/0x9+parseInt(_0x55c0d5(0xcc))/0xa*(-parseInt(_0x55c0d5(0xce))/0xb);if(_0x49fa11===_0x6f65e2)break;else _0x1d25c2['push'](_0x1d25c2['shift']());}catch(_0x41cf6f){_0x1d25c2['push'](_0x1d25c2['shift']());}}}(_0x1916,0x1d2b1));function _0x2b2c(_0x24ee04,_0x22a059){_0x24ee04=_0x24ee04-0xca;const _0x19161e=_0x1916();let _0x2b2c26=_0x19161e[_0x24ee04];return _0x2b2c26;}const e={'print':{'menu':'Print'}};function _0x1916(){const _0x4686b0=['180326lHDjgf','12KCKXfz','466616xSAzWi','1882656YlhcMz','87865auzMbI','746opsyRs','65233mdyMUH','104UDFuGF','492490IKpAuF','834JihFuN','44YpTEVW'];_0x1916=function(){return _0x4686b0;};return _0x1916();}export{e as default};
1
+ const _0x45df9b=_0x2bfa;function _0x70d3(){const _0x5d8c6e=['1819868ZvjnPq','8bckCAr','2965506AfPTyU','30QPCxIW','10WtRsMD','7550172sMFytf','Print','1394367YJzjXQ','125142Cdjcwh','7lWLCiU','5036251wbRxmt','2mgtzJq','4491603PyrLAq'];_0x70d3=function(){return _0x5d8c6e;};return _0x70d3();}(function(_0x2f131,_0x2c990a){const _0x55e144=_0x2bfa,_0x1b82bc=_0x2f131();while(!![]){try{const _0x18247a=-parseInt(_0x55e144(0x80))/0x1*(parseInt(_0x55e144(0x84))/0x2)+parseInt(_0x55e144(0x88))/0x3+-parseInt(_0x55e144(0x86))/0x4*(-parseInt(_0x55e144(0x7d))/0x5)+parseInt(_0x55e144(0x81))/0x6*(parseInt(_0x55e144(0x82))/0x7)+-parseInt(_0x55e144(0x87))/0x8*(parseInt(_0x55e144(0x85))/0x9)+parseInt(_0x55e144(0x89))/0xa*(parseInt(_0x55e144(0x83))/0xb)+-parseInt(_0x55e144(0x7e))/0xc;if(_0x18247a===_0x2c990a)break;else _0x1b82bc['push'](_0x1b82bc['shift']());}catch(_0x421dd5){_0x1b82bc['push'](_0x1b82bc['shift']());}}}(_0x70d3,0xbc099));const e={'docs-print':{'menu':_0x45df9b(0x7f)}};function _0x2bfa(_0x19b496,_0x2969a6){_0x19b496=_0x19b496-0x7d;const _0x70d322=_0x70d3();let _0x2bfadf=_0x70d322[_0x19b496];return _0x2bfadf;}export{e as default};
@@ -1 +1 @@
1
- const _0x46ce56=_0x4ad2;(function(_0x2e69c0,_0x1f49a7){const _0x43b82b=_0x4ad2,_0x13539c=_0x2e69c0();while(!![]){try{const _0x2a5ac7=-parseInt(_0x43b82b(0x1e2))/0x1+-parseInt(_0x43b82b(0x1e6))/0x2+-parseInt(_0x43b82b(0x1e7))/0x3*(-parseInt(_0x43b82b(0x1e4))/0x4)+parseInt(_0x43b82b(0x1ec))/0x5*(-parseInt(_0x43b82b(0x1e9))/0x6)+parseInt(_0x43b82b(0x1e8))/0x7+-parseInt(_0x43b82b(0x1e5))/0x8+parseInt(_0x43b82b(0x1e3))/0x9*(parseInt(_0x43b82b(0x1eb))/0xa);if(_0x2a5ac7===_0x1f49a7)break;else _0x13539c['push'](_0x13539c['shift']());}catch(_0x47629c){_0x13539c['push'](_0x13539c['shift']());}}}(_0x25f0,0x66ad5));const e={'print':{'menu':_0x46ce56(0x1ea)}};function _0x4ad2(_0x3e5450,_0x2c3f19){_0x3e5450=_0x3e5450-0x1e2;const _0x25f00a=_0x25f0();let _0x4ad2e1=_0x25f00a[_0x3e5450];return _0x4ad2e1;}function _0x25f0(){const _0x468335=['2172eRPoiT','Print','10vyPQqS','7925qlCyLu','717227pNvesL','12140811xeNjNZ','52KbJKEd','2438952OFXHHy','972168VafppE','175836OFiyxh','2741060NGXSnO'];_0x25f0=function(){return _0x468335;};return _0x25f0();}export{e as default};
1
+ (function(_0x194176,_0x49440b){const _0x572b78=_0x5478,_0x3f7f86=_0x194176();while(!![]){try{const _0x39d887=parseInt(_0x572b78(0x1b7))/0x1*(parseInt(_0x572b78(0x1bb))/0x2)+parseInt(_0x572b78(0x1b2))/0x3+parseInt(_0x572b78(0x1b4))/0x4*(parseInt(_0x572b78(0x1b1))/0x5)+-parseInt(_0x572b78(0x1b5))/0x6+parseInt(_0x572b78(0x1ba))/0x7+parseInt(_0x572b78(0x1b9))/0x8*(-parseInt(_0x572b78(0x1b8))/0x9)+parseInt(_0x572b78(0x1b3))/0xa*(-parseInt(_0x572b78(0x1b6))/0xb);if(_0x39d887===_0x49440b)break;else _0x3f7f86['push'](_0x3f7f86['shift']());}catch(_0x23f00e){_0x3f7f86['push'](_0x3f7f86['shift']());}}}(_0x10f8,0x86487));const e={'docs-print':{'menu':'Imprimir'}};export{e as default};function _0x5478(_0x204fda,_0x5e62d0){_0x204fda=_0x204fda-0x1b1;const _0x10f879=_0x10f8();let _0x547884=_0x10f879[_0x204fda];return _0x547884;}function _0x10f8(){const _0x426c1e=['4685358Bysqci','33uNYRth','1Oyrnke','9lqCnOi','7630880polvBI','5642189rSXzlz','1489430PhYBuB','5DbMQfA','2780460xshJHt','2010570xkBhvf','1641540fWBxeG'];_0x10f8=function(){return _0x426c1e;};return _0x10f8();}
@@ -1 +1 @@
1
- const _0x3a2f29=_0x27b6;function _0x3ace(){const _0x463b35=['5118lpVSCv','2734zejsVO','481SkHzNt','16096xXCJaP','چاپ','3308700igCDDo','5601222UEnquI','1736GPExxF','11639250gJEbui','1594656KQVTHj','3065ghmDQy'];_0x3ace=function(){return _0x463b35;};return _0x3ace();}(function(_0x512710,_0x266f18){const _0x5983e8=_0x27b6,_0x3555b1=_0x512710();while(!![]){try{const _0x2f2b32=parseInt(_0x5983e8(0x1b4))/0x1*(parseInt(_0x5983e8(0x1b3))/0x2)+-parseInt(_0x5983e8(0x1b0))/0x3+parseInt(_0x5983e8(0x1b7))/0x4+-parseInt(_0x5983e8(0x1b1))/0x5*(parseInt(_0x5983e8(0x1b2))/0x6)+-parseInt(_0x5983e8(0x1ae))/0x7*(parseInt(_0x5983e8(0x1b5))/0x8)+-parseInt(_0x5983e8(0x1b8))/0x9+parseInt(_0x5983e8(0x1af))/0xa;if(_0x2f2b32===_0x266f18)break;else _0x3555b1['push'](_0x3555b1['shift']());}catch(_0x2de3f2){_0x3555b1['push'](_0x3555b1['shift']());}}}(_0x3ace,0x73714));function _0x27b6(_0x467ac9,_0xc89484){_0x467ac9=_0x467ac9-0x1ae;const _0x3ace27=_0x3ace();let _0x27b641=_0x3ace27[_0x467ac9];return _0x27b641;}const e={'print':{'menu':_0x3a2f29(0x1b6)}};export{e as default};
1
+ const _0xdcf997=_0x2712;function _0x2712(_0x2180e0,_0x364a4d){_0x2180e0=_0x2180e0-0x1f2;const _0x1ec04e=_0x1ec0();let _0x2712d8=_0x1ec04e[_0x2180e0];return _0x2712d8;}(function(_0x567c9e,_0xc814a9){const _0xaf24b6=_0x2712,_0x2ebbac=_0x567c9e();while(!![]){try{const _0x5ca5c7=parseInt(_0xaf24b6(0x1f3))/0x1+parseInt(_0xaf24b6(0x1fb))/0x2+parseInt(_0xaf24b6(0x1f2))/0x3+-parseInt(_0xaf24b6(0x1f4))/0x4+parseInt(_0xaf24b6(0x1fa))/0x5*(parseInt(_0xaf24b6(0x1f5))/0x6)+-parseInt(_0xaf24b6(0x1f7))/0x7+-parseInt(_0xaf24b6(0x1f6))/0x8*(-parseInt(_0xaf24b6(0x1f9))/0x9);if(_0x5ca5c7===_0xc814a9)break;else _0x2ebbac['push'](_0x2ebbac['shift']());}catch(_0x3783e3){_0x2ebbac['push'](_0x2ebbac['shift']());}}}(_0x1ec0,0x1f872));function _0x1ec0(){const _0x2cca33=['232426kwpwse','858908QOwLuV','6UqNWfR','304gyTMYh','1067472QnHsML','چاپ','35415QnchPv','203495SHJEif','73460ZpeXyX','110928WNbaiJ'];_0x1ec0=function(){return _0x2cca33;};return _0x1ec0();}const e={'docs-print':{'menu':_0xdcf997(0x1f8)}};export{e as default};
@@ -1 +1 @@
1
- (function(_0x3c55f8,_0x5da7fb){const _0x441ce8=_0x3068,_0x5bcb05=_0x3c55f8();while(!![]){try{const _0xe0307c=-parseInt(_0x441ce8(0x123))/0x1+parseInt(_0x441ce8(0x11c))/0x2+parseInt(_0x441ce8(0x122))/0x3*(parseInt(_0x441ce8(0x11b))/0x4)+parseInt(_0x441ce8(0x124))/0x5*(-parseInt(_0x441ce8(0x11d))/0x6)+-parseInt(_0x441ce8(0x11e))/0x7+parseInt(_0x441ce8(0x120))/0x8*(parseInt(_0x441ce8(0x121))/0x9)+parseInt(_0x441ce8(0x11f))/0xa*(-parseInt(_0x441ce8(0x125))/0xb);if(_0xe0307c===_0x5da7fb)break;else _0x5bcb05['push'](_0x5bcb05['shift']());}catch(_0x23ee25){_0x5bcb05['push'](_0x5bcb05['shift']());}}}(_0x19c1,0x8e831));const e={'print':{'menu':'Imprimer'}};function _0x3068(_0x3fc522,_0x401d7d){_0x3fc522=_0x3fc522-0x11b;const _0x19c14f=_0x19c1();let _0x3068f6=_0x19c14f[_0x3fc522];return _0x3068f6;}export{e as default};function _0x19c1(){const _0x3bcb18=['850QVFGqn','40vqeXre','1991151kKEOWz','2906472OidttC','792900fSByDt','2769070hYacoJ','20999GCiyqT','4PDFCnZ','1699436YkPISP','6khszAs','5824203NtYQRZ'];_0x19c1=function(){return _0x3bcb18;};return _0x19c1();}
1
+ function _0x5142(_0x55168e,_0x319962){_0x55168e=_0x55168e-0x91;const _0x4a8b65=_0x4a8b();let _0x51426f=_0x4a8b65[_0x55168e];return _0x51426f;}const _0x318a32=_0x5142;(function(_0x2d036e,_0x594412){const _0x4d2caa=_0x5142,_0x48d419=_0x2d036e();while(!![]){try{const _0x48c68a=-parseInt(_0x4d2caa(0x98))/0x1*(-parseInt(_0x4d2caa(0x91))/0x2)+-parseInt(_0x4d2caa(0x9b))/0x3+-parseInt(_0x4d2caa(0x9a))/0x4+parseInt(_0x4d2caa(0x99))/0x5+-parseInt(_0x4d2caa(0x93))/0x6*(-parseInt(_0x4d2caa(0x96))/0x7)+-parseInt(_0x4d2caa(0x92))/0x8+parseInt(_0x4d2caa(0x94))/0x9*(parseInt(_0x4d2caa(0x95))/0xa);if(_0x48c68a===_0x594412)break;else _0x48d419['push'](_0x48d419['shift']());}catch(_0x2e33e2){_0x48d419['push'](_0x48d419['shift']());}}}(_0x4a8b,0x3332a));function _0x4a8b(){const _0x53a8fd=['14tmRlIi','Imprimer','7757yqtzlo','1189315dlOpYZ','1154708NUHZhO','841002bUUxwb','74KmfEYT','789512RTBhvx','369438vbaQXn','1032246reIEbG','20FkGEOq'];_0x4a8b=function(){return _0x53a8fd;};return _0x4a8b();}const e={'docs-print':{'menu':_0x318a32(0x97)}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x7b23a9=_0x57cf;function _0x57cf(_0x5d720a,_0x566075){_0x5d720a=_0x5d720a-0x6e;const _0x19fd22=_0x19fd();let _0x57cf65=_0x19fd22[_0x5d720a];return _0x57cf65;}(function(_0x16a97c,_0x2437e5){const _0x1218a=_0x57cf,_0x1a4edc=_0x16a97c();while(!![]){try{const _0x1cc3ed=parseInt(_0x1218a(0x78))/0x1+-parseInt(_0x1218a(0x76))/0x2*(-parseInt(_0x1218a(0x74))/0x3)+parseInt(_0x1218a(0x72))/0x4*(-parseInt(_0x1218a(0x6f))/0x5)+-parseInt(_0x1218a(0x77))/0x6+-parseInt(_0x1218a(0x71))/0x7*(-parseInt(_0x1218a(0x6e))/0x8)+-parseInt(_0x1218a(0x73))/0x9+parseInt(_0x1218a(0x70))/0xa;if(_0x1cc3ed===_0x2437e5)break;else _0x1a4edc['push'](_0x1a4edc['shift']());}catch(_0x30936c){_0x1a4edc['push'](_0x1a4edc['shift']());}}}(_0x19fd,0x74610));const e={'docs-print':{'menu':_0x7b23a9(0x75)}};function _0x19fd(){const _0x56ca46=['321120XKRFcH','1351ezrAzW','226900SJJoct','1595736CXHblh','1601526MXxiGL','Cetak','2eEvsHy','5611962jqTLOW','297089wbKnfZ','32456bpbDnD','5jUehie'];_0x19fd=function(){return _0x56ca46;};return _0x19fd();}export{e as default};
@@ -0,0 +1 @@
1
+ function _0x1724(_0x25811e,_0x10c654){_0x25811e=_0x25811e-0xc5;const _0x24c445=_0x24c4();let _0x1724d3=_0x24c445[_0x25811e];return _0x1724d3;}(function(_0x66bfa4,_0x323814){const _0x286f88=_0x1724,_0x2b0d1c=_0x66bfa4();while(!![]){try{const _0x38002e=parseInt(_0x286f88(0xcd))/0x1+-parseInt(_0x286f88(0xc9))/0x2*(-parseInt(_0x286f88(0xc7))/0x3)+parseInt(_0x286f88(0xc8))/0x4*(parseInt(_0x286f88(0xca))/0x5)+-parseInt(_0x286f88(0xcc))/0x6+parseInt(_0x286f88(0xc5))/0x7+parseInt(_0x286f88(0xc6))/0x8+-parseInt(_0x286f88(0xcb))/0x9;if(_0x38002e===_0x323814)break;else _0x2b0d1c['push'](_0x2b0d1c['shift']());}catch(_0x26f34b){_0x2b0d1c['push'](_0x2b0d1c['shift']());}}}(_0x24c4,0xb0a18));function _0x24c4(){const _0x42faa0=['20633688iBspWR','4072728MdKwkE','242995JvOjDh','427567dRKBTu','7858832xYCUlf','2149734jeQeBh','3901256kwWZKu','4pMzoEi','5yyNcXI'];_0x24c4=function(){return _0x42faa0;};return _0x24c4();}const e={'docs-print':{'menu':'Stampa'}};export{e as default};
@@ -1 +1 @@
1
- (function(_0x196364,_0x33ece4){const _0x4b78ec=_0x589f,_0x51456c=_0x196364();while(!![]){try{const _0x4857e9=parseInt(_0x4b78ec(0x1dc))/0x1*(-parseInt(_0x4b78ec(0x1d9))/0x2)+-parseInt(_0x4b78ec(0x1d6))/0x3*(parseInt(_0x4b78ec(0x1da))/0x4)+-parseInt(_0x4b78ec(0x1d4))/0x5+-parseInt(_0x4b78ec(0x1d7))/0x6+parseInt(_0x4b78ec(0x1d8))/0x7+parseInt(_0x4b78ec(0x1d5))/0x8*(-parseInt(_0x4b78ec(0x1d3))/0x9)+parseInt(_0x4b78ec(0x1db))/0xa;if(_0x4857e9===_0x33ece4)break;else _0x51456c['push'](_0x51456c['shift']());}catch(_0x18c6bd){_0x51456c['push'](_0x51456c['shift']());}}}(_0x45b1,0x46355));function _0x589f(_0xe23e51,_0xe1ca83){_0xe23e51=_0xe23e51-0x1d3;const _0x45b1d4=_0x45b1();let _0x589f67=_0x45b1d4[_0xe23e51];return _0x589f67;}function _0x45b1(){const _0x560e51=['7902370oSskzx','1aRmNOR','18cEGatb','1512865jiJGJm','118904zohseV','3alwnSa','1136364dzTBHr','2608599qSGAMc','533998CCxRsA','346516aOsTqT'];_0x45b1=function(){return _0x560e51;};return _0x45b1();}const e={'print':{'menu':'印刷'}};export{e as default};
1
+ function _0x2d0b(_0x261575,_0x4775a9){_0x261575=_0x261575-0x1ac;const _0x2ae5d0=_0x2ae5();let _0x2d0b99=_0x2ae5d0[_0x261575];return _0x2d0b99;}(function(_0x39cd75,_0x27416d){const _0x4dc45a=_0x2d0b,_0x47a052=_0x39cd75();while(!![]){try{const _0x533b94=-parseInt(_0x4dc45a(0x1b5))/0x1+-parseInt(_0x4dc45a(0x1b4))/0x2+parseInt(_0x4dc45a(0x1b2))/0x3+parseInt(_0x4dc45a(0x1ad))/0x4*(-parseInt(_0x4dc45a(0x1b0))/0x5)+-parseInt(_0x4dc45a(0x1ac))/0x6*(parseInt(_0x4dc45a(0x1b3))/0x7)+-parseInt(_0x4dc45a(0x1b1))/0x8*(parseInt(_0x4dc45a(0x1ae))/0x9)+parseInt(_0x4dc45a(0x1af))/0xa;if(_0x533b94===_0x27416d)break;else _0x47a052['push'](_0x47a052['shift']());}catch(_0x21da51){_0x47a052['push'](_0x47a052['shift']());}}}(_0x2ae5,0x1d111));const e={'docs-print':{'menu':'印刷'}};export{e as default};function _0x2ae5(){const _0x49827c=['92605JtwCQE','1435048cNPeBq','444738ASLbBb','324002Xnrrbi','459878CqQikp','121396xlhUBl','18oJZTzD','4nLPNBv','9wXjUVI','6589060HLFvYu'];_0x2ae5=function(){return _0x49827c;};return _0x2ae5();}
@@ -1 +1 @@
1
- (function(_0x107a14,_0x1584bc){const _0x3630ed=_0x333e,_0x27350a=_0x107a14();while(!![]){try{const _0x542159=parseInt(_0x3630ed(0xc8))/0x1*(parseInt(_0x3630ed(0xc4))/0x2)+parseInt(_0x3630ed(0xc7))/0x3+-parseInt(_0x3630ed(0xc6))/0x4*(-parseInt(_0x3630ed(0xcc))/0x5)+-parseInt(_0x3630ed(0xca))/0x6*(-parseInt(_0x3630ed(0xc3))/0x7)+parseInt(_0x3630ed(0xc9))/0x8+parseInt(_0x3630ed(0xcb))/0x9+-parseInt(_0x3630ed(0xc5))/0xa;if(_0x542159===_0x1584bc)break;else _0x27350a['push'](_0x27350a['shift']());}catch(_0x37e5dd){_0x27350a['push'](_0x27350a['shift']());}}}(_0x52d8,0x2dd5f));function _0x52d8(){const _0x2f17c0=['1437256UCTQaE','787365vTiJVA','1EbcHAL','867392fWpAkR','11910MyRHUR','1923813FUXNhb','5FePXSN','357OSTATE','53670bOqvVM','8842770cKQGSk'];_0x52d8=function(){return _0x2f17c0;};return _0x52d8();}const e={'print':{'menu':'인쇄'}};function _0x333e(_0x59b852,_0x570bb1){_0x59b852=_0x59b852-0xc3;const _0x52d837=_0x52d8();let _0x333ece=_0x52d837[_0x59b852];return _0x333ece;}export{e as default};
1
+ (function(_0x176fe9,_0x1f7cc4){const _0x5ae2f5=_0x3dc2,_0x349eb0=_0x176fe9();while(!![]){try{const _0x15a285=parseInt(_0x5ae2f5(0x120))/0x1+parseInt(_0x5ae2f5(0x119))/0x2+parseInt(_0x5ae2f5(0x11d))/0x3+parseInt(_0x5ae2f5(0x11e))/0x4+-parseInt(_0x5ae2f5(0x11c))/0x5*(parseInt(_0x5ae2f5(0x11b))/0x6)+parseInt(_0x5ae2f5(0x11f))/0x7+-parseInt(_0x5ae2f5(0x11a))/0x8;if(_0x15a285===_0x1f7cc4)break;else _0x349eb0['push'](_0x349eb0['shift']());}catch(_0x753ce6){_0x349eb0['push'](_0x349eb0['shift']());}}}(_0x1e12,0x48cd9));const e={'docs-print':{'menu':'인쇄'}};function _0x3dc2(_0x206c34,_0x3a1469){_0x206c34=_0x206c34-0x119;const _0x1e12b7=_0x1e12();let _0x3dc27e=_0x1e12b7[_0x206c34];return _0x3dc27e;}export{e as default};function _0x1e12(){const _0x1a75a8=['972882VmyTsV','2617816sEWLLG','223890OaWfjO','35syYWgm','495846llafJu','556652bSwGId','488600RUKhuv','25947jOSUFs'];_0x1e12=function(){return _0x1a75a8;};return _0x1e12();}
@@ -0,0 +1 @@
1
+ (function(_0x511dc6,_0x4d8dc3){const _0x19c88b=_0x47e0,_0x26c075=_0x511dc6();while(!![]){try{const _0x2a1cb3=parseInt(_0x19c88b(0x126))/0x1+-parseInt(_0x19c88b(0x124))/0x2+parseInt(_0x19c88b(0x121))/0x3*(-parseInt(_0x19c88b(0x125))/0x4)+parseInt(_0x19c88b(0x122))/0x5+-parseInt(_0x19c88b(0x127))/0x6+parseInt(_0x19c88b(0x123))/0x7*(-parseInt(_0x19c88b(0x129))/0x8)+parseInt(_0x19c88b(0x128))/0x9;if(_0x2a1cb3===_0x4d8dc3)break;else _0x26c075['push'](_0x26c075['shift']());}catch(_0x42eca3){_0x26c075['push'](_0x26c075['shift']());}}}(_0x270c,0x195ed));function _0x270c(){const _0x20f629=['888850FhgcXk','66465AeQTpE','212840yZQHej','3360xuPDkf','120436tGEfId','609150jpfRQS','553149JEvvtC','24WeEdQO','69aLDEpN'];_0x270c=function(){return _0x20f629;};return _0x270c();}const e={'docs-print':{'menu':'Drukuj'}};function _0x47e0(_0x2d51da,_0x15691a){_0x2d51da=_0x2d51da-0x121;const _0x270ccb=_0x270c();let _0x47e0f8=_0x270ccb[_0x2d51da];return _0x47e0f8;}export{e as default};
@@ -0,0 +1 @@
1
+ function _0x1f19(){const _0x161279=['6606456ePcwau','7odTsRP','3608785evSNHo','2484684GcoKEz','Imprimir','173572gmWnNg','1223800HzMZUJ','208278hiBCsC','15snSgVy','3556032yxqXOh'];_0x1f19=function(){return _0x161279;};return _0x1f19();}const _0x34d98b=_0xba50;(function(_0x2dcbac,_0x552db3){const _0x1e16e9=_0xba50,_0x4d4fc4=_0x2dcbac();while(!![]){try{const _0x24b553=parseInt(_0x1e16e9(0xfc))/0x1+-parseInt(_0x1e16e9(0xfb))/0x2+parseInt(_0x1e16e9(0xf3))/0x3*(-parseInt(_0x1e16e9(0xfa))/0x4)+parseInt(_0x1e16e9(0xf7))/0x5+-parseInt(_0x1e16e9(0xf4))/0x6*(parseInt(_0x1e16e9(0xf6))/0x7)+parseInt(_0x1e16e9(0xf5))/0x8+parseInt(_0x1e16e9(0xf8))/0x9;if(_0x24b553===_0x552db3)break;else _0x4d4fc4['push'](_0x4d4fc4['shift']());}catch(_0x1c98ed){_0x4d4fc4['push'](_0x4d4fc4['shift']());}}}(_0x1f19,0x9504d));const e={'docs-print':{'menu':_0x34d98b(0xf9)}};function _0xba50(_0x55e7d2,_0x31e599){_0x55e7d2=_0x55e7d2-0xf3;const _0x1f19d0=_0x1f19();let _0xba5015=_0x1f19d0[_0x55e7d2];return _0xba5015;}export{e as default};
@@ -1 +1 @@
1
- const _0x644b55=_0x1f28;function _0x1f28(_0x592d2b,_0x764bf6){_0x592d2b=_0x592d2b-0x13d;const _0x13dc8e=_0x13dc();let _0x1f2875=_0x13dc8e[_0x592d2b];return _0x1f2875;}(function(_0xf23d1,_0x45a1aa){const _0x33077d=_0x1f28,_0x2da75a=_0xf23d1();while(!![]){try{const _0x2f938e=-parseInt(_0x33077d(0x142))/0x1*(parseInt(_0x33077d(0x147))/0x2)+-parseInt(_0x33077d(0x140))/0x3+-parseInt(_0x33077d(0x141))/0x4*(parseInt(_0x33077d(0x144))/0x5)+-parseInt(_0x33077d(0x13f))/0x6+-parseInt(_0x33077d(0x13e))/0x7+parseInt(_0x33077d(0x146))/0x8*(parseInt(_0x33077d(0x143))/0x9)+parseInt(_0x33077d(0x145))/0xa;if(_0x2f938e===_0x45a1aa)break;else _0x2da75a['push'](_0x2da75a['shift']());}catch(_0x4b2957){_0x2da75a['push'](_0x2da75a['shift']());}}}(_0x13dc,0xb93d8));const e={'print':{'menu':_0x644b55(0x13d)}};export{e as default};function _0x13dc(){const _0x1b92ce=['5DsLOsn','47978210rNuvOo','3947224zLSEmr','20948GCVmBf','Печать','3599078tBUNsr','6330366ivdBSY','3897675drbnJe','4854632THRXdT','43TzsYmS','9AVBGLA'];_0x13dc=function(){return _0x1b92ce;};return _0x13dc();}
1
+ const _0x457229=_0x1fc5;(function(_0x27f158,_0x230c40){const _0x6744e7=_0x1fc5,_0xdaafaf=_0x27f158();while(!![]){try{const _0x5dc1db=-parseInt(_0x6744e7(0xf1))/0x1*(parseInt(_0x6744e7(0xf4))/0x2)+parseInt(_0x6744e7(0xf5))/0x3*(parseInt(_0x6744e7(0xef))/0x4)+parseInt(_0x6744e7(0xed))/0x5+parseInt(_0x6744e7(0xf2))/0x6*(parseInt(_0x6744e7(0xec))/0x7)+-parseInt(_0x6744e7(0xf3))/0x8+-parseInt(_0x6744e7(0xee))/0x9+parseInt(_0x6744e7(0xf0))/0xa;if(_0x5dc1db===_0x230c40)break;else _0xdaafaf['push'](_0xdaafaf['shift']());}catch(_0x5d1c1b){_0xdaafaf['push'](_0xdaafaf['shift']());}}}(_0x2e50,0x9c117));const e={'docs-print':{'menu':_0x457229(0xeb)}};function _0x2e50(){const _0x49d1d4=['77ytXrWC','2641530LaaVRo','3014820hsCgrv','3685852JUZJlw','3794640Gskqqm','208619HKxrbR','359466HYBeDW','3767392GMdSeA','10SgBoEf','3ABUche','Печать'];_0x2e50=function(){return _0x49d1d4;};return _0x2e50();}function _0x1fc5(_0x2b7199,_0x849376){_0x2b7199=_0x2b7199-0xeb;const _0x2e5040=_0x2e50();let _0x1fc56e=_0x2e5040[_0x2b7199];return _0x1fc56e;}export{e as default};
@@ -1 +1 @@
1
- const _0x9ae0f3=_0x3bfa;(function(_0x2aba50,_0x46c531){const _0x253b53=_0x3bfa,_0x81a8c2=_0x2aba50();while(!![]){try{const _0x5f1229=parseInt(_0x253b53(0x191))/0x1*(parseInt(_0x253b53(0x192))/0x2)+parseInt(_0x253b53(0x193))/0x3+parseInt(_0x253b53(0x197))/0x4+-parseInt(_0x253b53(0x195))/0x5+parseInt(_0x253b53(0x190))/0x6+-parseInt(_0x253b53(0x196))/0x7+-parseInt(_0x253b53(0x194))/0x8;if(_0x5f1229===_0x46c531)break;else _0x81a8c2['push'](_0x81a8c2['shift']());}catch(_0x5999ec){_0x81a8c2['push'](_0x81a8c2['shift']());}}}(_0x376e,0x52f27));function _0x3bfa(_0x295423,_0x296a9f){_0x295423=_0x295423-0x18f;const _0x376edd=_0x376e();let _0x3bfafc=_0x376edd[_0x295423];return _0x3bfafc;}const e={'print':{'menu':_0x9ae0f3(0x18f)}};export{e as default};function _0x376e(){const _0x34c1c6=['3113782zxIIeZ','1128968xFnCqY','Tlač','2055870xvCfzP','614473hAqKBa','2lWGAXT','1191486YLeapr','3754056HdHaiL','1913440RwforW'];_0x376e=function(){return _0x34c1c6;};return _0x376e();}
1
+ const _0x4b25cc=_0x3996;(function(_0x5072b2,_0x202504){const _0xb980f2=_0x3996,_0x23f4f8=_0x5072b2();while(!![]){try{const _0x4956a6=parseInt(_0xb980f2(0x6e))/0x1*(parseInt(_0xb980f2(0x70))/0x2)+parseInt(_0xb980f2(0x6a))/0x3+parseInt(_0xb980f2(0x71))/0x4*(-parseInt(_0xb980f2(0x68))/0x5)+-parseInt(_0xb980f2(0x6b))/0x6*(parseInt(_0xb980f2(0x6c))/0x7)+-parseInt(_0xb980f2(0x72))/0x8+parseInt(_0xb980f2(0x6d))/0x9+parseInt(_0xb980f2(0x73))/0xa*(parseInt(_0xb980f2(0x69))/0xb);if(_0x4956a6===_0x202504)break;else _0x23f4f8['push'](_0x23f4f8['shift']());}catch(_0x43469f){_0x23f4f8['push'](_0x23f4f8['shift']());}}}(_0x12f2,0xaa6bc));function _0x3996(_0x458d77,_0xedf92){_0x458d77=_0x458d77-0x68;const _0x12f2da=_0x12f2();let _0x399621=_0x12f2da[_0x458d77];return _0x399621;}const e={'docs-print':{'menu':_0x4b25cc(0x6f)}};export{e as default};function _0x12f2(){const _0x3c980f=['4964690wPEOzc','5635NLcgat','33GMacUQ','1258260NApDKD','42mlShOT','1224587amCOzp','176589hfkyHz','1376701aKjwpi','Tlač','2pbeosq','2520OfhKPt','5380064MRrIKp'];_0x12f2=function(){return _0x3c980f;};return _0x12f2();}
@@ -1 +1 @@
1
- function _0x29ff(_0x1b6136,_0x69582a){_0x1b6136=_0x1b6136-0xdb;const _0x947e33=_0x947e();let _0x29ffbc=_0x947e33[_0x1b6136];return _0x29ffbc;}(function(_0x1195f1,_0x4e6144){const _0x27b1b5=_0x29ff,_0xcb546d=_0x1195f1();while(!![]){try{const _0x348fb7=-parseInt(_0x27b1b5(0xe0))/0x1*(parseInt(_0x27b1b5(0xdb))/0x2)+-parseInt(_0x27b1b5(0xdf))/0x3+parseInt(_0x27b1b5(0xde))/0x4*(parseInt(_0x27b1b5(0xe3))/0x5)+-parseInt(_0x27b1b5(0xdc))/0x6*(-parseInt(_0x27b1b5(0xe4))/0x7)+-parseInt(_0x27b1b5(0xdd))/0x8+parseInt(_0x27b1b5(0xe2))/0x9+parseInt(_0x27b1b5(0xe1))/0xa;if(_0x348fb7===_0x4e6144)break;else _0xcb546d['push'](_0xcb546d['shift']());}catch(_0x3e2095){_0xcb546d['push'](_0xcb546d['shift']());}}}(_0x947e,0xa695a));const e={'print':{'menu':'In'}};export{e as default};function _0x947e(){const _0x3e3f81=['7448022ZvIsnG','162935hiTVtX','7yYwaSt','2tHPANb','175212DDBQbk','4089448lruPxq','4DpfjTk','1628262ThiLoZ','520943FyIgLb','13678610yHtipJ'];_0x947e=function(){return _0x3e3f81;};return _0x947e();}
1
+ function _0x1d4c(_0x2e8638,_0x39b5d6){_0x2e8638=_0x2e8638-0x1cb;const _0xf5d23e=_0xf5d2();let _0x1d4c87=_0xf5d23e[_0x2e8638];return _0x1d4c87;}(function(_0x5b4dbf,_0x711f69){const _0xa8e238=_0x1d4c,_0x580841=_0x5b4dbf();while(!![]){try{const _0x4dab83=-parseInt(_0xa8e238(0x1d3))/0x1+-parseInt(_0xa8e238(0x1cf))/0x2+parseInt(_0xa8e238(0x1d4))/0x3*(parseInt(_0xa8e238(0x1cd))/0x4)+parseInt(_0xa8e238(0x1ce))/0x5*(-parseInt(_0xa8e238(0x1d2))/0x6)+parseInt(_0xa8e238(0x1d5))/0x7*(-parseInt(_0xa8e238(0x1cc))/0x8)+-parseInt(_0xa8e238(0x1cb))/0x9+-parseInt(_0xa8e238(0x1d1))/0xa*(-parseInt(_0xa8e238(0x1d0))/0xb);if(_0x4dab83===_0x711f69)break;else _0x580841['push'](_0x580841['shift']());}catch(_0x5afbb1){_0x580841['push'](_0x580841['shift']());}}}(_0xf5d2,0x86ede));const e={'docs-print':{'menu':'In'}};export{e as default};function _0xf5d2(){const _0x4f4034=['47253932tivJEY','10HeGKxI','12kBhFwz','728126sZREhX','516FCliwO','41734QvcWfB','1639422hamkSv','1352WInBPr','368pEHCen','2664655AjepjY','1550484dtnMRg'];_0xf5d2=function(){return _0x4f4034;};return _0xf5d2();}
@@ -1 +1 @@
1
- function _0x23fe(_0x284e05,_0x2779b7){_0x284e05=_0x284e05-0x6a;const _0x91f075=_0x91f0();let _0x23fe51=_0x91f075[_0x284e05];return _0x23fe51;}function _0x91f0(){const _0x4a6bac=['5TjQkFo','1687664TlfoLd','4993083eqlXVG','506QDKwca','309286KtkJUy','3221104AugbCc','193599hCxZRq','6ahMCSd','59020nQoUHY','1146Oshamp','15974hlieyX'];_0x91f0=function(){return _0x4a6bac;};return _0x91f0();}(function(_0x368be2,_0x40229a){const _0x13df20=_0x23fe,_0x499062=_0x368be2();while(!![]){try{const _0x32f740=parseInt(_0x13df20(0x6c))/0x1+-parseInt(_0x13df20(0x6a))/0x2*(-parseInt(_0x13df20(0x6d))/0x3)+parseInt(_0x13df20(0x72))/0x4*(-parseInt(_0x13df20(0x71))/0x5)+-parseInt(_0x13df20(0x6f))/0x6*(parseInt(_0x13df20(0x70))/0x7)+parseInt(_0x13df20(0x6b))/0x8+parseInt(_0x13df20(0x73))/0x9+-parseInt(_0x13df20(0x6e))/0xa*(parseInt(_0x13df20(0x74))/0xb);if(_0x32f740===_0x40229a)break;else _0x499062['push'](_0x499062['shift']());}catch(_0xdee47f){_0x499062['push'](_0x499062['shift']());}}}(_0x91f0,0x50d20));const e={'print':{'menu':'打印'}};export{e as default};
1
+ (function(_0x4cc848,_0x57e09b){const _0x1cf3f4=_0x3b95,_0x42e6fa=_0x4cc848();while(!![]){try{const _0x283c42=parseInt(_0x1cf3f4(0x185))/0x1*(parseInt(_0x1cf3f4(0x180))/0x2)+parseInt(_0x1cf3f4(0x183))/0x3+parseInt(_0x1cf3f4(0x17e))/0x4*(parseInt(_0x1cf3f4(0x182))/0x5)+-parseInt(_0x1cf3f4(0x184))/0x6+-parseInt(_0x1cf3f4(0x17f))/0x7*(-parseInt(_0x1cf3f4(0x186))/0x8)+parseInt(_0x1cf3f4(0x187))/0x9*(parseInt(_0x1cf3f4(0x181))/0xa)+-parseInt(_0x1cf3f4(0x188))/0xb;if(_0x283c42===_0x57e09b)break;else _0x42e6fa['push'](_0x42e6fa['shift']());}catch(_0x518323){_0x42e6fa['push'](_0x42e6fa['shift']());}}}(_0x204d,0x21b3d));function _0x204d(){const _0x3fb9e0=['74115gzBzPu','179928WyjlOD','885168kiUUeH','36341xokmSm','215576YuilUA','36FddYcw','7388458hAQlHe','60kwjpHN','70xJrcWS','8XrRVeC','650240BmxvVQ'];_0x204d=function(){return _0x3fb9e0;};return _0x204d();}const e={'docs-print':{'menu':'打印'}};function _0x3b95(_0x5369b2,_0xb712ca){_0x5369b2=_0x5369b2-0x17e;const _0x204dd4=_0x204d();let _0x3b9557=_0x204dd4[_0x5369b2];return _0x3b9557;}export{e as default};
@@ -0,0 +1 @@
1
+ (function(_0x168613,_0x442c08){const _0x354af2=_0x26f0,_0x293d5e=_0x168613();while(!![]){try{const _0x2c0b81=parseInt(_0x354af2(0x7f))/0x1*(-parseInt(_0x354af2(0x84))/0x2)+-parseInt(_0x354af2(0x85))/0x3+-parseInt(_0x354af2(0x86))/0x4+parseInt(_0x354af2(0x81))/0x5+parseInt(_0x354af2(0x80))/0x6+parseInt(_0x354af2(0x82))/0x7+parseInt(_0x354af2(0x83))/0x8;if(_0x2c0b81===_0x442c08)break;else _0x293d5e['push'](_0x293d5e['shift']());}catch(_0x4f5f32){_0x293d5e['push'](_0x293d5e['shift']());}}}(_0xcb0c,0x87e05));const e={'docs-print':{'menu':'列印'}};function _0xcb0c(){const _0x5efecf=['2VmCkhP','1855923rwOwlL','2062788aRLkJa','166550JUrMbj','1030104OAjcJD','2808020fBdbBi','3939278xXaBOV','4491160bAPGVD'];_0xcb0c=function(){return _0x5efecf;};return _0xcb0c();}function _0x26f0(_0x2d299b,_0x36c6bb){_0x2d299b=_0x2d299b-0x7f;const _0xcb0cce=_0xcb0c();let _0x26f00a=_0xcb0cce[_0x2d299b];return _0x26f00a;}export{e as default};