@univerjs-pro/docs-print 0.24.0 → 0.25.0-insiders.20260608-e4336f7

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 (95) 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/index.d.ts +2 -2
  62. package/lib/types/locale/ar-SA.d.ts +3 -0
  63. package/lib/types/locale/ca-ES.d.ts +1 -1
  64. package/lib/types/locale/de-DE.d.ts +3 -0
  65. package/lib/types/locale/en-US.d.ts +1 -1
  66. package/lib/types/locale/es-ES.d.ts +1 -1
  67. package/lib/types/locale/id-ID.d.ts +3 -0
  68. package/lib/types/locale/it-IT.d.ts +3 -0
  69. package/lib/types/locale/pl-PL.d.ts +3 -0
  70. package/lib/types/locale/pt-BR.d.ts +3 -0
  71. package/lib/types/locale/zh-HK.d.ts +3 -0
  72. package/lib/types/plugin.d.ts +1 -1
  73. package/lib/umd/index.js +1 -1
  74. package/lib/umd/locale/ar-SA.js +1 -0
  75. package/lib/umd/locale/ca-ES.js +1 -1
  76. package/lib/umd/locale/de-DE.js +1 -0
  77. package/lib/umd/locale/en-US.js +1 -1
  78. package/lib/umd/locale/es-ES.js +1 -1
  79. package/lib/umd/locale/fa-IR.js +1 -1
  80. package/lib/umd/locale/fr-FR.js +1 -1
  81. package/lib/umd/locale/id-ID.js +1 -0
  82. package/lib/umd/locale/it-IT.js +1 -0
  83. package/lib/umd/locale/ja-JP.js +1 -1
  84. package/lib/umd/locale/ko-KR.js +1 -1
  85. package/lib/umd/locale/pl-PL.js +1 -0
  86. package/lib/umd/locale/pt-BR.js +1 -0
  87. package/lib/umd/locale/ru-RU.js +1 -1
  88. package/lib/umd/locale/sk-SK.js +1 -1
  89. package/lib/umd/locale/vi-VN.js +1 -1
  90. package/lib/umd/locale/zh-CN.js +1 -1
  91. package/lib/umd/locale/zh-HK.js +1 -0
  92. package/lib/umd/locale/zh-TW.js +1 -1
  93. package/package.json +12 -12
  94. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
  95. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
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
+ const _0x2bd2b6=_0x5d22;(function(_0x378725,_0x497894){const _0x3d6a7a=_0x5d22,_0x33734d=_0x378725();while(!![]){try{const _0x42d76a=-parseInt(_0x3d6a7a(0xf4))/0x1*(parseInt(_0x3d6a7a(0x11a))/0x2)+parseInt(_0x3d6a7a(0x12d))/0x3*(-parseInt(_0x3d6a7a(0xf8))/0x4)+parseInt(_0x3d6a7a(0x97))/0x5*(-parseInt(_0x3d6a7a(0xb5))/0x6)+-parseInt(_0x3d6a7a(0x11e))/0x7*(parseInt(_0x3d6a7a(0xba))/0x8)+parseInt(_0x3d6a7a(0xfd))/0x9*(-parseInt(_0x3d6a7a(0x119))/0xa)+-parseInt(_0x3d6a7a(0xaa))/0xb+-parseInt(_0x3d6a7a(0xc2))/0xc*(-parseInt(_0x3d6a7a(0x93))/0xd);if(_0x42d76a===_0x497894)break;else _0x33734d['push'](_0x33734d['shift']());}catch(_0x24d316){_0x33734d['push'](_0x33734d['shift']());}}}(_0x4095,0x4f691),Object[_0x2bd2b6(0xbb)](exports,Symbol[_0x2bd2b6(0xca)],{'value':_0x2bd2b6(0x106)}));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(_0x2dfda5){'@babel/helpers - typeof';const _0x2bf8e2=_0x2bd2b6;return l=typeof Symbol==_0x2bf8e2(0xf9)&&typeof Symbol[_0x2bf8e2(0xfe)]==_0x2bf8e2(0x11f)?function(_0x34fd12){return typeof _0x34fd12;}:function(_0x4fd39f){const _0x376113=_0x2bf8e2;return _0x4fd39f&&typeof Symbol==_0x376113(0xf9)&&_0x4fd39f[_0x376113(0xb3)]===Symbol&&_0x4fd39f!==Symbol[_0x376113(0xaf)]?_0x376113(0x11f):typeof _0x4fd39f;},l(_0x2dfda5);}function u(_0x30a887,_0x2d9920){const _0x371fd9=_0x2bd2b6;if(l(_0x30a887)!=_0x371fd9(0x111)||!_0x30a887)return _0x30a887;var _0x30232f=_0x30a887[Symbol[_0x371fd9(0xfc)]];if(_0x30232f!==void 0x0){var _0x244e07=_0x30232f['call'](_0x30a887,_0x2d9920||_0x371fd9(0xe6));if(l(_0x244e07)!=_0x371fd9(0x111))return _0x244e07;throw TypeError(_0x371fd9(0xeb));}return(_0x2d9920===_0x371fd9(0xab)?String:Number)(_0x30a887);}function d(_0x230373){const _0x5c9bcb=_0x2bd2b6;var _0x11bb38=u(_0x230373,_0x5c9bcb(0xab));return l(_0x11bb38)==_0x5c9bcb(0x11f)?_0x11bb38:_0x11bb38+'';}function _0x4095(){const _0x33b129=['length','PrintIcon','getDocumentStyle','_menuManagerService','MenuItemType','dispose','className','LS_CONFIG_KEY','onbeforeprint','VIEWPORT_KEY','createElement','merge','OPERATION','DocPrintOperation','3424577FCwpJA','0.25.0-insiders.20260608-e4336f7','width','setContainer','5wHIlyV','IConfigService','syncExecuteCommand','pages','_offsetConfig','_viewMain','PRINT_CANVAS_CLASS','_config','Render\x20is\x20not\x20found','setConfig','DocumentDataModel\x20is\x20not\x20found','updateScrollVal','DocSkeletonManagerService','DisposableCollection','IUniverInstanceService','render','_calculateLayout','_unitId','getDocFeatureLimit','3022272JWgoHJ','string','getMenuHiddenObservable','getOwnPropertyDescriptor','UniverLicensePlugin','prototype','_paperSize','onReady','_root','constructor','disposeWithMe','1285404OzzAED','valid','_scene','appendChild','DependentOn','8wgsXoJ','defineProperty','_componentManager','CanvasRenderMode','_skeletonData','with','_documents','pageWidth','84TpDCsz','docs-print.menu','SwitchDocModeCommand','_initCommands','register','ComponentManager','generateRandomId','getSkeletonData','toStringTag','top','isPro','getUnitId','translate','DocumentFlavor','getInterceptPoints','page','position','@univerjs-pro/docs-print','UniverDocsPrintPlugin','scale','_initMenus','menu','_effects','message','timeValid','_skeleton','_univerInstanceService','_currentRender','container','save','getUnit','_configService','_initComponents','UNIVER_DOC','right','IRenderManagerService','default','CommandType','createPrintStyle','RibbonStartGroup','Printing','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','docs.operation.print','Scene','fetchThroughInterceptors','_key','getCurrentUnitOfType','addObject','left','_commandService','1187zKNSmz','getLicenseInfo','_renderManagerService','get','4acWwpx','function','IMenuManagerService','Engine','toPrimitive','131481yqevMO','iterator','PRINTING_DOM_COLLECT','removeChild','decorate','__DocPrintRender__','getRenderById','_initRenderer','style','Module','isFeatureAuthorizedWithinTime','getSkeleton','_page','pageHeight','UniverInstanceType','onafterprint','pluginName','getContext','VIEW_MAIN','parseInt','object','prepare','0px','mainComponent','getOffsetConfig','height','BUTTON','root','170DlOQlS','522UTtkGM','PRINTING_COMPONENT_COLLECT','documentFlavor','Documents','689129qWneHw','symbol','forEach','Injector','DocPrintInterceptorService','UNIVER_DOCS_PRINT','makeForceDirty','registerDependencies','_engine','interceptor','100%','type','_addViewport','restore','getCanvas','1119435LjSKga','Disposable','Pages\x20are\x20not\x20found','packageName','Viewport','absolute','map','_container','Plugin','_injector','Inject','body','TRADITIONAL','div'];_0x4095=function(){return _0x33b129;};return _0x4095();}function _0x5d22(_0x5bf529,_0x5af000){_0x5bf529=_0x5bf529-0x93;const _0x40955d=_0x4095();let _0x5d2234=_0x40955d[_0x5bf529];return _0x5d2234;}function f(_0xcf58d2,_0x4ded10,_0x5c6fb4){const _0x302569=_0x2bd2b6;return(_0x4ded10=d(_0x4ded10))in _0xcf58d2?Object[_0x302569(0xbb)](_0xcf58d2,_0x4ded10,{'value':_0x5c6fb4,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0xcf58d2[_0x4ded10]=_0x5c6fb4,_0xcf58d2;}var p=class extends e['Disposable']{get['container'](){const _0x2a2793=_0x2bd2b6;return this[_0x2a2793(0x134)];}get[_0x2bd2b6(0x118)](){return this['_root'];}get[_0x2bd2b6(0xdd)](){const _0x22ab49=_0x2bd2b6;let _0x51f87b=this[_0x22ab49(0x136)][_0x22ab49(0xf7)](n[_0x22ab49(0xe5)])[_0x22ab49(0x103)](this[_0x22ab49(0xa8)]);if(!_0x51f87b)throw Error(_0x22ab49(0x9f));return _0x51f87b;}get['_skeleton'](){const _0xe16bab=_0x2bd2b6;return this[_0xe16bab(0xdd)][_0xe16bab(0xbf)](a[_0xe16bab(0xa3)])[_0xe16bab(0x108)]();}get['_skeletonData'](){const _0x198a3d=_0x2bd2b6;let _0x368105=this[_0x198a3d(0xdb)][_0x198a3d(0xc9)]();if(!_0x368105)throw Error('Skeleton\x20data\x20is\x20not\x20found');return _0x368105;}get[_0x2bd2b6(0xb0)](){const _0x5d2fc3=_0x2bd2b6;let _0x229520=this[_0x5d2fc3(0xbe)][_0x5d2fc3(0x9a)][0x0];return{'width':_0x229520[_0x5d2fc3(0xc1)],'height':_0x229520[_0x5d2fc3(0x10a)]};}constructor(_0x5e7501,_0x931cc5,_0x145ed0,_0x313bd8){const _0x423340=_0x2bd2b6;super(),this[_0x423340(0x136)]=_0x5e7501,this[_0x423340(0x109)]=_0x931cc5,this['_unitId']=_0x145ed0,this[_0x423340(0x9b)]=_0x313bd8,f(this,_0x423340(0x134),document['createElement'](_0x423340(0x13a))),f(this,_0x423340(0xb2),document['createElement']('div')),f(this,_0x423340(0x126),void 0x0),f(this,_0x423340(0xb7),void 0x0),f(this,_0x423340(0xef),void 0x0),f(this,'_documents',void 0x0),f(this,_0x423340(0x9c),void 0x0),f(this,'_effects',new e[(_0x423340(0xa4))]()),this['_key']=(0x0,e[_0x423340(0xc8)])(0x4),this['_initRenderer'](),this[_0x423340(0xb4)]({'dispose':()=>{const _0x5ba9d3=_0x423340;this[_0x5ba9d3(0x126)][_0x5ba9d3(0x140)](),this['_scene'][_0x5ba9d3(0x140)](),this[_0x5ba9d3(0xd8)][_0x5ba9d3(0x140)]();}});}[_0x2bd2b6(0xa7)](){const _0xeb8027=_0x2bd2b6;let {docsTop:_0x5eac56,docsLeft:_0x1d90a2}=this[_0xeb8027(0xc0)][_0xeb8027(0x115)](),_0x3ed562=this['_paperSize'][_0xeb8027(0x116)],_0x2f54aa=this[_0xeb8027(0xb0)][_0xeb8027(0x95)];return{'top':_0x5eac56+(_0x5eac56+_0x3ed562)*this[_0xeb8027(0x109)],'bottom':_0x5eac56+(_0x5eac56+_0x3ed562)*(this[_0xeb8027(0x109)]+0x1),'left':_0x1d90a2,'right':_0x1d90a2+_0x2f54aa};}[_0x2bd2b6(0x104)](){const _0x542c96=_0x2bd2b6;this[_0x542c96(0x126)]=new n[(_0x542c96(0xfb))]('',{'elementWidth':this[_0x542c96(0xb0)][_0x542c96(0x95)],'elementHeight':this[_0x542c96(0xb0)][_0x542c96(0x116)],'dpr':0x1,'renderMode':n[_0x542c96(0xbd)][_0x542c96(0xea)]}),this[_0x542c96(0xb7)]=new n[(_0x542c96(0xed))](this[_0x542c96(0xef)],this[_0x542c96(0x126)]),this[_0x542c96(0xb7)][_0x542c96(0xd5)](0x1,0x1),this[_0x542c96(0x126)][_0x542c96(0x96)](this[_0x542c96(0x134)],!0x1),this[_0x542c96(0x126)][_0x542c96(0x12c)]()[_0x542c96(0x10e)]()['setId'](this[_0x542c96(0xef)]+'_'+(0x0,e['generateRandomId'])(0x4)),this['_addComponent'](),this['_addViewport']();}['_addComponent'](){const _0x82970b=_0x2bd2b6;let {pageMarginLeft:_0x18d75e,pageMarginTop:_0x1e48f8,docsLeft:_0x39adcc,docsTop:_0x423a8e}=this[_0x82970b(0x9b)],_0x52f3a3={'pageMarginLeft':_0x18d75e,'pageMarginTop':_0x1e48f8},_0x3e1750=new n[(_0x82970b(0x11d))](_0x82970b(0x102),this['_skeleton'],_0x52f3a3);_0x3e1750[_0x82970b(0xce)](_0x39adcc,_0x423a8e),this[_0x82970b(0xb7)][_0x82970b(0xf1)](_0x3e1750),this['_documents']=_0x3e1750;let _0x59138c=this[_0x82970b(0x136)]['get'](t[_0x82970b(0x122)]);_0x59138c['interceptor'][_0x82970b(0xee)](_0x59138c[_0x82970b(0x127)][_0x82970b(0xd0)]()[_0x82970b(0x11b)])(void 0x0,{'unitId':this[_0x82970b(0xa8)],'scene':this[_0x82970b(0xb7)],'engine':this['_engine'],'root':this[_0x82970b(0xb2)],'documents':this[_0x82970b(0xc0)],'skeleton':this['_skeleton']});}[_0x2bd2b6(0x12a)](){const _0x548de3=_0x2bd2b6;this['_viewMain']=new n[(_0x548de3(0x131))](t[_0x548de3(0x144)][_0x548de3(0x10f)],this[_0x548de3(0xb7)],{'explicitViewportWidthSet':!0x0,'explicitViewportHeightSet':!0x0});}[_0x2bd2b6(0x112)](){const _0x55d9d5=_0x2bd2b6;let _0x120b6a=this[_0x55d9d5(0xa7)]();this['_viewMain'][_0x55d9d5(0xa2)]({'viewportScrollX':_0x120b6a[_0x55d9d5(0xf2)],'viewportScrollY':_0x120b6a['top']}),this[_0x55d9d5(0xb2)][_0x55d9d5(0x105)][_0x55d9d5(0xd2)]=_0x55d9d5(0x132),this['_root']['style'][_0x55d9d5(0xcb)]=_0x55d9d5(0x113),this[_0x55d9d5(0xb2)][_0x55d9d5(0x105)][_0x55d9d5(0xf2)]='0px',this[_0x55d9d5(0xb2)][_0x55d9d5(0x105)][_0x55d9d5(0x95)]=_0x55d9d5(0x128),this[_0x55d9d5(0xb2)][_0x55d9d5(0x105)]['height']=_0x55d9d5(0x128),this[_0x55d9d5(0xd8)]=new e['DisposableCollection']();let _0x25e9f1=this[_0x55d9d5(0x136)][_0x55d9d5(0xf7)](t[_0x55d9d5(0x122)]);_0x25e9f1[_0x55d9d5(0x127)]['fetchThroughInterceptors'](_0x25e9f1[_0x55d9d5(0x127)][_0x55d9d5(0xd0)]()[_0x55d9d5(0xff)])(this[_0x55d9d5(0xd8)],{'unitId':this[_0x55d9d5(0xa8)],'scene':this[_0x55d9d5(0xb7)],'engine':this[_0x55d9d5(0x126)],'root':this['_root'],'skeleton':this[_0x55d9d5(0xdb)],'offset':{'x':_0x120b6a['left'],'y':_0x120b6a[_0x55d9d5(0xcb)]},'bound':{'top':_0x120b6a[_0x55d9d5(0xcb)],'left':_0x120b6a[_0x55d9d5(0xf2)],'right':_0x120b6a[_0x55d9d5(0xe4)],'bottom':_0x120b6a['bottom']}});}[_0x2bd2b6(0xa6)](){const _0x25826f=_0x2bd2b6;let _0x1449b9=this[_0x25826f(0x126)][_0x25826f(0x12c)]()[_0x25826f(0x10e)]();this[_0x25826f(0xc0)][_0x25826f(0x124)](),this['_scene']['makeDirty'](),_0x1449b9[_0x25826f(0xdf)](),this[_0x25826f(0xb7)][_0x25826f(0xa6)](),_0x1449b9[_0x25826f(0x12b)]();}};function m(_0x7b252d,_0x22f6fc){return function(_0x2ddd29,_0x1b11fe){_0x22f6fc(_0x2ddd29,_0x1b11fe,_0x7b252d);};}function h(_0x43a003,_0x24c94f,_0x2739e3,_0x2f938e){const _0x316642=_0x2bd2b6;var _0x1f0b17=arguments[_0x316642(0x13b)],_0x414eec=_0x1f0b17<0x3?_0x24c94f:_0x2f938e===null?_0x2f938e=Object[_0x316642(0xad)](_0x24c94f,_0x2739e3):_0x2f938e,_0x2ca31e;if(typeof Reflect==_0x316642(0x111)&&typeof Reflect[_0x316642(0x101)]==_0x316642(0xf9))_0x414eec=Reflect[_0x316642(0x101)](_0x43a003,_0x24c94f,_0x2739e3,_0x2f938e);else{for(var _0x246d1c=_0x43a003['length']-0x1;_0x246d1c>=0x0;_0x246d1c--)(_0x2ca31e=_0x43a003[_0x246d1c])&&(_0x414eec=(_0x1f0b17<0x3?_0x2ca31e(_0x414eec):_0x1f0b17>0x3?_0x2ca31e(_0x24c94f,_0x2739e3,_0x414eec):_0x2ca31e(_0x24c94f,_0x2739e3))||_0x414eec);}return _0x1f0b17>0x3&&_0x414eec&&Object[_0x316642(0xbb)](_0x24c94f,_0x2739e3,_0x414eec),_0x414eec;}const g=Number[_0x2bd2b6(0x110)](0x6a268a77),_=(_0xb0ea46,_0x295125,_0x137fbc)=>{const _0x314e9f=_0x2bd2b6;let _0x425784={'page':_0xb0ea46,'isPro':!0x1,'timeValid':!0x1};if(!_0x295125||!_0x137fbc)return _0x425784;let _0x37af50=(0x0,r[_0x314e9f(0xf5)])(_0x295125,_0x137fbc);if(_0x37af50[_0x314e9f(0xb6)]){let _0x220e4e=_0x37af50[_0x314e9f(0xd9)],_0x49b0f2=(0x0,r[_0x314e9f(0x107)])(_0x220e4e,'df',g);_0x425784[_0x314e9f(0xcc)]=_0x49b0f2,_0x425784[_0x314e9f(0xda)]=_0x49b0f2,_0x425784[_0x314e9f(0xd1)]=(0x0,r[_0x314e9f(0xa9)])(_0x220e4e,_0x49b0f2,'mpn',_0xb0ea46,_0xb0ea46,0x0);}return _0x425784;};let v=class extends e[_0x2bd2b6(0x12e)]{constructor(_0x12ae13,_0x1c90ca,_0x462ef4,_0x21f958){const _0x227614=_0x2bd2b6;super(),this[_0x227614(0xdc)]=_0x12ae13,this[_0x227614(0xf6)]=_0x1c90ca,this[_0x227614(0x136)]=_0x462ef4,this['_configService']=_0x21f958;}['print'](_0x5aa16f){const _0x44604e=_0x2bd2b6;var _0x1c7454,_0x6a06fb;let {ls:_0x484ebc,pbk:_0x17db66}=(_0x1c7454=this[_0x44604e(0xe1)]['getConfig'](r[_0x44604e(0x142)]))==null?{}:_0x1c7454,_0x369dcd=(0x0,r['isLocalCheck'])()?0x1/0x0:_(0x1,_0x484ebc,_0x17db66)[_0x44604e(0xd1)];if(!this[_0x44604e(0xdc)][_0x44604e(0xe0)](_0x5aa16f,e['UniverInstanceType'][_0x44604e(0xe3)]))throw Error(_0x44604e(0xa1));let _0x24511f=this[_0x44604e(0xf6)][_0x44604e(0x103)](_0x5aa16f);if(!_0x24511f)throw Error(_0x44604e(0x9f));let _0x414521=(_0x6a06fb=_0x24511f['with'](a['DocSkeletonManagerService'])[_0x44604e(0x108)]()[_0x44604e(0xc9)]())==null?void 0x0:_0x6a06fb[_0x44604e(0x9a)];if(!_0x414521)throw Error(_0x44604e(0x12f));let _0x4235e6={'width':_0x414521[0x0][_0x44604e(0xc1)],'height':_0x414521[0x0][_0x44604e(0x10a)]},_0x1c03ec=_0x414521[_0x44604e(0x13b)],_0x5e96e6=Math['min'](_0x369dcd,_0x1c03ec),_0x32134c=_0x24511f[_0x44604e(0x114)][_0x44604e(0x115)](),_0x25f275=document[_0x44604e(0x145)](_0x44604e(0x13a));_0x25f275[_0x44604e(0x141)]=i['PRINT_CONTAINER_CLASS'];let _0x148b31=Array(_0x5e96e6)['fill'](null)[_0x44604e(0x133)]((_0x582bc9,_0x323ea0)=>{const _0x57996b=_0x44604e;let _0x36de85=new p(this[_0x57996b(0x136)],_0x323ea0,_0x5aa16f,_0x32134c);return _0x36de85[_0x57996b(0xde)][_0x57996b(0x141)]=i[_0x57996b(0x9d)],_0x36de85;});_0x148b31[_0x44604e(0x120)](_0x20123f=>{const _0x585da9=_0x44604e;_0x25f275['appendChild'](_0x20123f['container']),_0x20123f[_0x585da9(0xde)][_0x585da9(0xb8)](_0x20123f[_0x585da9(0x118)]),_0x20123f[_0x585da9(0x112)]();});let _0x53353b=(0x0,i[_0x44604e(0xe8)])(_0x4235e6[_0x44604e(0x95)],_0x4235e6[_0x44604e(0x116)],i['PrintDirection']['Portrait']);return document['body'][_0x44604e(0xb8)](_0x53353b),document[_0x44604e(0x138)][_0x44604e(0xb8)](_0x25f275),new Promise(_0x4023ca=>{setTimeout(()=>{const _0x144e66=_0x5d22;window[_0x144e66(0x143)]=()=>{_0x148b31['forEach'](_0x2787c7=>{const _0x32e6cc=_0x5d22;_0x2787c7[_0x32e6cc(0xa6)]();});},window[_0x144e66(0x10c)]=()=>{const _0x3a7d79=_0x144e66;_0x148b31['forEach'](_0x274621=>{const _0x4c4fee=_0x5d22;_0x274621[_0x4c4fee(0x140)]();}),document[_0x3a7d79(0x138)][_0x3a7d79(0x100)](_0x25f275),document[_0x3a7d79(0x138)][_0x3a7d79(0x100)](_0x53353b),_0x4023ca(!0x0);},window['print']();},0x64);});}};v=h([m(0x0,e[_0x2bd2b6(0xa5)]),m(0x1,n[_0x2bd2b6(0xe5)]),m(0x2,(0x0,e[_0x2bd2b6(0x137)])(e[_0x2bd2b6(0x121)])),m(0x3,e[_0x2bd2b6(0x98)])],v);const y={'id':_0x2bd2b6(0xec),'type':e[_0x2bd2b6(0xe7)][_0x2bd2b6(0x147)],'handler':async _0x527c73=>{const _0x278ed4=_0x2bd2b6;let _0x428375=_0x527c73[_0x278ed4(0xf7)](e[_0x278ed4(0xa5)]),_0x2e702c=_0x527c73['get'](v),_0x146f82=_0x527c73[_0x278ed4(0xf7)](n['IRenderManagerService']),_0x2dcb0c=_0x527c73[_0x278ed4(0xf7)](e['ICommandService']),_0x48dc27=_0x428375[_0x278ed4(0xf0)](e[_0x278ed4(0x10b)][_0x278ed4(0xe3)]);if(!_0x48dc27)return!0x1;if(!_0x146f82[_0x278ed4(0x103)](_0x48dc27[_0x278ed4(0xcd)]()))throw Error('Render\x20is\x20not\x20found');let _0x32aa70=_0x48dc27[_0x278ed4(0x13d)]()[_0x278ed4(0x11c)];return _0x32aa70!==e[_0x278ed4(0xcf)]['TRADITIONAL']&&_0x2dcb0c[_0x278ed4(0x99)](t['SwitchDocModeCommand']['id']),await _0x2e702c['print'](_0x48dc27[_0x278ed4(0xcd)]()),_0x32aa70!==e[_0x278ed4(0xcf)][_0x278ed4(0x139)]&&_0x2dcb0c['syncExecuteCommand'](t[_0x278ed4(0xc4)]['id']),!0x0;}},b=_0x2bd2b6(0x123),x={};var S=_0x2bd2b6(0xd3),C=_0x2bd2b6(0x94);function w(_0x56a2f9){const _0x5c5357=_0x2bd2b6;return{'id':y['id'],'type':c[_0x5c5357(0x13f)][_0x5c5357(0x117)],'title':_0x5c5357(0xc3),'icon':'PrintIcon','tooltip':_0x5c5357(0xc3),'hidden$':(0x0,c[_0x5c5357(0xac)])(_0x56a2f9,e['UniverInstanceType'][_0x5c5357(0xe3)])};}const T={[c[_0x2bd2b6(0xe9)]['OTHERS']]:{[y['id']]:{'order':0.1,'menuItemFactory':w}}};let E=class extends e[_0x2bd2b6(0x12e)]{constructor(_0x2fd2ca,_0x5b3271,_0x407ab4){const _0x11c6c6=_0x2bd2b6;super(),this['_commandService']=_0x2fd2ca,this[_0x11c6c6(0x13e)]=_0x5b3271,this[_0x11c6c6(0xbc)]=_0x407ab4,this[_0x11c6c6(0xd6)](),this[_0x11c6c6(0xc5)](),this['_initComponents']();}[_0x2bd2b6(0xd6)](){this['_menuManagerService']['mergeMenu'](T);}['_initCommands'](){const _0x436763=_0x2bd2b6;this['disposeWithMe'](this[_0x436763(0xf3)]['registerCommand'](y));}[_0x2bd2b6(0xe2)](){const _0x2268fe=_0x2bd2b6;[[_0x2268fe(0x13c),s[_0x2268fe(0x13c)]]]['forEach'](([_0x2ca4b0,_0x14403c])=>{const _0x696d42=_0x2268fe;this['_componentManager'][_0x696d42(0xc6)](_0x2ca4b0,_0x14403c);});}};E=h([m(0x0,e['ICommandService']),m(0x1,c[_0x2bd2b6(0xfa)]),m(0x2,(0x0,e[_0x2bd2b6(0x137)])(c[_0x2bd2b6(0xc7)]))],E);let D=class extends e[_0x2bd2b6(0x135)]{constructor(_0x3f4b0e=x,_0x514c30,_0x2ee07b){const _0x51ec0e=_0x2bd2b6;super(),this[_0x51ec0e(0x9e)]=_0x3f4b0e,this[_0x51ec0e(0x136)]=_0x514c30,this[_0x51ec0e(0xe1)]=_0x2ee07b;let {menu:_0x1370d0,..._0x3c8088}=(0x0,e[_0x51ec0e(0x146)])({},x,this[_0x51ec0e(0x9e)]);_0x1370d0&&this[_0x51ec0e(0xe1)][_0x51ec0e(0xa0)](_0x51ec0e(0xd7),_0x1370d0,{'merge':!0x0}),this[_0x51ec0e(0xe1)][_0x51ec0e(0xa0)](b,_0x3c8088);}['onStarting'](){const _0x2d5c7b=_0x2bd2b6;(0x0,e[_0x2d5c7b(0x125)])(this[_0x2d5c7b(0x136)],[[v],[E]]);}[_0x2bd2b6(0xb1)](){this['_injector']['get'](E);}};f(D,_0x2bd2b6(0x10d),'UNIVER_DOCS_PRINT'),f(D,_0x2bd2b6(0x130),S),f(D,'version',C),f(D,_0x2bd2b6(0x129),e[_0x2bd2b6(0x10b)][_0x2bd2b6(0xe3)]),D=h([(0x0,e[_0x2bd2b6(0xb9)])(o['UniverNetworkPlugin'],r[_0x2bd2b6(0xae)]),m(0x1,(0x0,e[_0x2bd2b6(0x137)])(e[_0x2bd2b6(0x121)])),m(0x2,e[_0x2bd2b6(0x98)])],D),exports['DOCS_PRINT_PLUGIN_CONFIG_KEY']=b,exports[_0x2bd2b6(0x148)]=y,Object[_0x2bd2b6(0xbb)](exports,_0x2bd2b6(0xd4),{'enumerable':!0x0,'get':function(){return D;}});
@@ -0,0 +1 @@
1
+ function _0x1492(){const _0x3159a1=['78OjmvCD','exports','11rjuyOm','109016DvpdHn','1628586EUOUbk','133lAuOfZ','3525bvnSCf','2393570RvdbgG','طباعة','38416sUeGKm','47126cUntkq','6sQJYDL','757055qeBgbP','990eelWMu','24xtRuVz'];_0x1492=function(){return _0x3159a1;};return _0x1492();}function _0x3b8a(_0x51e532,_0x3132df){_0x51e532=_0x51e532-0x65;const _0x14928d=_0x1492();let _0x3b8a7e=_0x14928d[_0x51e532];return _0x3b8a7e;}const _0x35138d=_0x3b8a;(function(_0x66a4ac,_0xcd3b3){const _0x3055f1=_0x3b8a,_0x4bf56f=_0x66a4ac();while(!![]){try{const _0x42f82d=parseInt(_0x3055f1(0x71))/0x1*(-parseInt(_0x3055f1(0x72))/0x2)+-parseInt(_0x3055f1(0x67))/0x3*(-parseInt(_0x3055f1(0x70))/0x4)+parseInt(_0x3055f1(0x6d))/0x5*(parseInt(_0x3055f1(0x65))/0x6)+-parseInt(_0x3055f1(0x6c))/0x7*(parseInt(_0x3055f1(0x6a))/0x8)+-parseInt(_0x3055f1(0x6b))/0x9+parseInt(_0x3055f1(0x6e))/0xa*(parseInt(_0x3055f1(0x69))/0xb)+parseInt(_0x3055f1(0x66))/0xc*(parseInt(_0x3055f1(0x73))/0xd);if(_0x42f82d===_0xcd3b3)break;else _0x4bf56f['push'](_0x4bf56f['shift']());}catch(_0x366273){_0x4bf56f['push'](_0x4bf56f['shift']());}}}(_0x1492,0x22543));const e={'docs-print':{'menu':_0x35138d(0x6f)}};module[_0x35138d(0x68)]=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
+ function _0x2d5c(_0x2874e5,_0x2255b4){_0x2874e5=_0x2874e5-0x1c6;const _0x103bf3=_0x103b();let _0x2d5c2a=_0x103bf3[_0x2874e5];return _0x2d5c2a;}const _0x41acd9=_0x2d5c;(function(_0x40077a,_0x2470ec){const _0xa3f819=_0x2d5c,_0x2f9f94=_0x40077a();while(!![]){try{const _0x1c6c37=-parseInt(_0xa3f819(0x1c6))/0x1*(parseInt(_0xa3f819(0x1d0))/0x2)+-parseInt(_0xa3f819(0x1cf))/0x3+parseInt(_0xa3f819(0x1c9))/0x4*(parseInt(_0xa3f819(0x1d1))/0x5)+-parseInt(_0xa3f819(0x1c8))/0x6+-parseInt(_0xa3f819(0x1cd))/0x7+-parseInt(_0xa3f819(0x1cc))/0x8*(-parseInt(_0xa3f819(0x1c7))/0x9)+parseInt(_0xa3f819(0x1ca))/0xa*(parseInt(_0xa3f819(0x1cb))/0xb);if(_0x1c6c37===_0x2470ec)break;else _0x2f9f94['push'](_0x2f9f94['shift']());}catch(_0x1d8f21){_0x2f9f94['push'](_0x2f9f94['shift']());}}}(_0x103b,0x3b656));const e={'docs-print':{'menu':_0x41acd9(0x1ce)}};module['exports']=e;function _0x103b(){const _0x5ae150=['13720150luXrMZ','11fXPPAH','3536GCXCgm','3223521ovGUWw','Imprimir','1155111Uoqjow','2UTeSvL','5wLAalH','113081nOugWz','2007yIJdkI','2438520fwcEdN','550984hNeaxG'];_0x103b=function(){return _0x5ae150;};return _0x103b();}
@@ -0,0 +1 @@
1
+ const _0x41bf5f=_0xbc18;(function(_0x8f341d,_0x24126f){const _0xf1483e=_0xbc18,_0x3671d2=_0x8f341d();while(!![]){try{const _0x48b248=-parseInt(_0xf1483e(0x1ca))/0x1*(parseInt(_0xf1483e(0x1cd))/0x2)+parseInt(_0xf1483e(0x1cc))/0x3+-parseInt(_0xf1483e(0x1c2))/0x4*(parseInt(_0xf1483e(0x1c4))/0x5)+-parseInt(_0xf1483e(0x1ce))/0x6*(parseInt(_0xf1483e(0x1cf))/0x7)+parseInt(_0xf1483e(0x1c9))/0x8*(parseInt(_0xf1483e(0x1c3))/0x9)+parseInt(_0xf1483e(0x1cb))/0xa*(-parseInt(_0xf1483e(0x1c8))/0xb)+parseInt(_0xf1483e(0x1c6))/0xc;if(_0x48b248===_0x24126f)break;else _0x3671d2['push'](_0x3671d2['shift']());}catch(_0x42562a){_0x3671d2['push'](_0x3671d2['shift']());}}}(_0x3660,0x9b8b2));function _0x3660(){const _0xce365e=['28160LLIAWs','4428184AIByxr','1154791XPfYAn','800rwPfYo','1678452jKpLdh','2gUjHhu','582tazZTe','62804hMpmvI','1482132TrCyGQ','9iqkTLO','10xPfPtf','exports','29940480wIqVdU','Drucken'];_0x3660=function(){return _0xce365e;};return _0x3660();}function _0xbc18(_0x39e706,_0xf85fb2){_0x39e706=_0x39e706-0x1c2;const _0x3660a2=_0x3660();let _0xbc18ae=_0x3660a2[_0x39e706];return _0xbc18ae;}const e={'docs-print':{'menu':_0x41bf5f(0x1c7)}};module[_0x41bf5f(0x1c5)]=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 _0x2ebc(){const _0x313883=['1660mQHAZP','13MOryFF','exports','289291ZyFHrh','8UfJcLo','15QXnjiX','446511tjEweo','953463KvHJSP','Print','8hFyUmm','26081jjNUsU','4QwEjIo','8749824YaboEJ','979965CGWdhC','481602inGGth'];_0x2ebc=function(){return _0x313883;};return _0x2ebc();}const _0x3b7b3a=_0x54b1;(function(_0x32c1f8,_0x41d596){const _0x34761a=_0x54b1,_0x7f8a4f=_0x32c1f8();while(!![]){try{const _0x391a1a=-parseInt(_0x34761a(0x1b1))/0x1*(-parseInt(_0x34761a(0x1b9))/0x2)+parseInt(_0x34761a(0x1b4))/0x3*(parseInt(_0x34761a(0x1b2))/0x4)+parseInt(_0x34761a(0x1b3))/0x5*(-parseInt(_0x34761a(0x1bc))/0x6)+parseInt(_0x34761a(0x1b5))/0x7*(parseInt(_0x34761a(0x1b7))/0x8)+-parseInt(_0x34761a(0x1bb))/0x9+-parseInt(_0x34761a(0x1bd))/0xa*(-parseInt(_0x34761a(0x1b8))/0xb)+-parseInt(_0x34761a(0x1ba))/0xc*(parseInt(_0x34761a(0x1be))/0xd);if(_0x391a1a===_0x41d596)break;else _0x7f8a4f['push'](_0x7f8a4f['shift']());}catch(_0x3ffaf8){_0x7f8a4f['push'](_0x7f8a4f['shift']());}}}(_0x2ebc,0x4fe2d));function _0x54b1(_0x454d89,_0x3ce4a4){_0x454d89=_0x454d89-0x1b1;const _0x2ebcb8=_0x2ebc();let _0x54b172=_0x2ebcb8[_0x454d89];return _0x54b172;}const e={'docs-print':{'menu':_0x3b7b3a(0x1b6)}};module[_0x3b7b3a(0x1bf)]=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 _0x5437f8=_0x5413;(function(_0x27e8b5,_0x578ab4){const _0x17f04c=_0x5413,_0x1ef28a=_0x27e8b5();while(!![]){try{const _0x47d562=parseInt(_0x17f04c(0x11b))/0x1+parseInt(_0x17f04c(0x119))/0x2+parseInt(_0x17f04c(0x114))/0x3+parseInt(_0x17f04c(0x113))/0x4*(-parseInt(_0x17f04c(0x11a))/0x5)+-parseInt(_0x17f04c(0x117))/0x6*(-parseInt(_0x17f04c(0x111))/0x7)+parseInt(_0x17f04c(0x116))/0x8*(parseInt(_0x17f04c(0x115))/0x9)+-parseInt(_0x17f04c(0x112))/0xa*(parseInt(_0x17f04c(0x110))/0xb);if(_0x47d562===_0x578ab4)break;else _0x1ef28a['push'](_0x1ef28a['shift']());}catch(_0x19381e){_0x1ef28a['push'](_0x1ef28a['shift']());}}}(_0x2157,0xe4331));function _0x2157(){const _0x41268f=['104920LGeXgz','18114shVqZe','Imprimir','1641124ftGTOw','26850uFWvcA','415553WLPgoM','exports','2720399JWhkRl','259HNVdwm','20ukVYSR','872sWFfty','2025315YfGRch','396XsGosh'];_0x2157=function(){return _0x41268f;};return _0x2157();}const e={'docs-print':{'menu':_0x5437f8(0x118)}};function _0x5413(_0x389047,_0x40ce6f){_0x389047=_0x389047-0x10f;const _0x215788=_0x2157();let _0x5413b2=_0x215788[_0x389047];return _0x5413b2;}module[_0x5437f8(0x10f)]=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 _0x5897(_0x4201f4,_0x4ba2c0){_0x4201f4=_0x4201f4-0x1b8;const _0x3875d3=_0x3875();let _0x589745=_0x3875d3[_0x4201f4];return _0x589745;}const _0x57018e=_0x5897;function _0x3875(){const _0x1cfc30=['450070iCYtmg','213731OIQprW','8EGxbFP','4252482Ehwrni','چاپ','25FPZyDK','12VDuxnw','815340lmQOoS','6079249iGVeIi','194928GxFoyE','exports','1983596keaVSQ','18dFsLMl','1rKRGUJ'];_0x3875=function(){return _0x1cfc30;};return _0x3875();}(function(_0x262c81,_0x2d4b14){const _0x3072fb=_0x5897,_0x3552c3=_0x262c81();while(!![]){try{const _0x310d43=-parseInt(_0x3072fb(0x1bb))/0x1*(parseInt(_0x3072fb(0x1b9))/0x2)+parseInt(_0x3072fb(0x1ba))/0x3*(-parseInt(_0x3072fb(0x1c5))/0x4)+-parseInt(_0x3072fb(0x1c1))/0x5*(-parseInt(_0x3072fb(0x1c3))/0x6)+parseInt(_0x3072fb(0x1bd))/0x7+-parseInt(_0x3072fb(0x1be))/0x8*(-parseInt(_0x3072fb(0x1bf))/0x9)+parseInt(_0x3072fb(0x1bc))/0xa+parseInt(_0x3072fb(0x1c4))/0xb*(parseInt(_0x3072fb(0x1c2))/0xc);if(_0x310d43===_0x2d4b14)break;else _0x3552c3['push'](_0x3552c3['shift']());}catch(_0x317955){_0x3552c3['push'](_0x3552c3['shift']());}}}(_0x3875,0x79155));const e={'docs-print':{'menu':_0x57018e(0x1c0)}};module[_0x57018e(0x1b8)]=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
+ const _0x32029a=_0x340a;(function(_0x153503,_0x4faf3a){const _0x4dac3a=_0x340a,_0x4477e5=_0x153503();while(!![]){try{const _0x1ba67c=parseInt(_0x4dac3a(0xf3))/0x1+-parseInt(_0x4dac3a(0xfc))/0x2*(-parseInt(_0x4dac3a(0xf7))/0x3)+parseInt(_0x4dac3a(0xf5))/0x4+parseInt(_0x4dac3a(0xfa))/0x5+parseInt(_0x4dac3a(0xf9))/0x6+-parseInt(_0x4dac3a(0xf8))/0x7+-parseInt(_0x4dac3a(0xfb))/0x8;if(_0x1ba67c===_0x4faf3a)break;else _0x4477e5['push'](_0x4477e5['shift']());}catch(_0x326d64){_0x4477e5['push'](_0x4477e5['shift']());}}}(_0x56d5,0x95864));const e={'docs-print':{'menu':_0x32029a(0xf6)}};function _0x340a(_0x59488e,_0x1944ae){_0x59488e=_0x59488e-0xf3;const _0x56d556=_0x56d5();let _0x340aae=_0x56d556[_0x59488e];return _0x340aae;}function _0x56d5(){const _0x3058c3=['8499043evaaxz','6545286lDtrOH','895440gOSiuy','9816032ZykuaN','2gcFPSz','738246OVatpk','exports','2965412xxNeYJ','Imprimer','912111yagUNs'];_0x56d5=function(){return _0x3058c3;};return _0x56d5();}module[_0x32029a(0xf4)]=e;
@@ -0,0 +1 @@
1
+ function _0x370a(_0x2fa3af,_0x42469f){_0x2fa3af=_0x2fa3af-0x181;const _0x52d97e=_0x52d9();let _0x370a0b=_0x52d97e[_0x2fa3af];return _0x370a0b;}const _0xc8eb5d=_0x370a;function _0x52d9(){const _0x200d31=['5543610AmwqNB','Cetak','2672176sYgCHI','30jhTpTO','18WjOmOA','7229050BqXhRq','2UGlDoU','399889NFZqYY','1294495RRlsKl','11455120DvCNno','3452103FYqHpQ'];_0x52d9=function(){return _0x200d31;};return _0x52d9();}(function(_0x4786ff,_0x1c35c5){const _0x584fc0=_0x370a,_0x5c94fc=_0x4786ff();while(!![]){try{const _0xf61df9=parseInt(_0x584fc0(0x18b))/0x1*(parseInt(_0x584fc0(0x189))/0x2)+parseInt(_0x584fc0(0x182))/0x3+-parseInt(_0x584fc0(0x185))/0x4+-parseInt(_0x584fc0(0x183))/0x5+parseInt(_0x584fc0(0x186))/0x6*(parseInt(_0x584fc0(0x18a))/0x7)+parseInt(_0x584fc0(0x181))/0x8+-parseInt(_0x584fc0(0x187))/0x9*(parseInt(_0x584fc0(0x188))/0xa);if(_0xf61df9===_0x1c35c5)break;else _0x5c94fc['push'](_0x5c94fc['shift']());}catch(_0x4d5de2){_0x5c94fc['push'](_0x5c94fc['shift']());}}}(_0x52d9,0xe5871));const e={'docs-print':{'menu':_0xc8eb5d(0x184)}};module['exports']=e;
@@ -0,0 +1 @@
1
+ const _0x382e22=_0x261c;(function(_0xad54d1,_0x5527c2){const _0x49fade=_0x261c,_0x2b90f8=_0xad54d1();while(!![]){try{const _0x1b6dad=parseInt(_0x49fade(0x186))/0x1*(-parseInt(_0x49fade(0x188))/0x2)+-parseInt(_0x49fade(0x18f))/0x3*(-parseInt(_0x49fade(0x189))/0x4)+parseInt(_0x49fade(0x187))/0x5*(parseInt(_0x49fade(0x18b))/0x6)+-parseInt(_0x49fade(0x18c))/0x7*(parseInt(_0x49fade(0x18a))/0x8)+-parseInt(_0x49fade(0x184))/0x9+-parseInt(_0x49fade(0x18d))/0xa*(parseInt(_0x49fade(0x182))/0xb)+-parseInt(_0x49fade(0x18e))/0xc*(-parseInt(_0x49fade(0x183))/0xd);if(_0x1b6dad===_0x5527c2)break;else _0x2b90f8['push'](_0x2b90f8['shift']());}catch(_0xfcfb0e){_0x2b90f8['push'](_0x2b90f8['shift']());}}}(_0x53ae,0x5072e));function _0x261c(_0x27b835,_0x4717d1){_0x27b835=_0x27b835-0x181;const _0x53ae5e=_0x53ae();let _0x261cb4=_0x53ae5e[_0x27b835];return _0x261cb4;}const e={'docs-print':{'menu':_0x382e22(0x185)}};module[_0x382e22(0x181)]=e;function _0x53ae(){const _0x4ff42a=['222EyjWcG','448777iONcvC','1690dlrvji','15855612Vohitu','411cMYzff','exports','25245tzDwUo','13KvmMaW','4002570nibfBu','Stampa','1YwkwYy','59435edvoyV','634222sFGOxj','6744XHHUZJ','64hKyNRY'];_0x53ae=function(){return _0x4ff42a;};return _0x53ae();}
@@ -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
+ (function(_0x21fd58,_0x2983d5){const _0x3f2178=_0x3c8c,_0x368125=_0x21fd58();while(!![]){try{const _0x4d4996=-parseInt(_0x3f2178(0x6a))/0x1+-parseInt(_0x3f2178(0x6d))/0x2+parseInt(_0x3f2178(0x65))/0x3+parseInt(_0x3f2178(0x66))/0x4*(parseInt(_0x3f2178(0x6c))/0x5)+-parseInt(_0x3f2178(0x68))/0x6*(parseInt(_0x3f2178(0x64))/0x7)+-parseInt(_0x3f2178(0x6e))/0x8*(parseInt(_0x3f2178(0x6b))/0x9)+-parseInt(_0x3f2178(0x69))/0xa*(-parseInt(_0x3f2178(0x67))/0xb);if(_0x4d4996===_0x2983d5)break;else _0x368125['push'](_0x368125['shift']());}catch(_0x5cc87d){_0x368125['push'](_0x368125['shift']());}}}(_0x2c49,0xf2c02));const e={'docs-print':{'menu':'印刷'}};function _0x3c8c(_0x2894d8,_0x58cdf8){_0x2894d8=_0x2894d8-0x64;const _0x2c4969=_0x2c49();let _0x3c8c5c=_0x2c4969[_0x2894d8];return _0x3c8c5c;}function _0x2c49(){const _0x149190=['4470cnmRLn','754863hJSkJz','9kwdCEy','55eItXVs','2641680pOFnbW','3731768TBYTGF','14kmPOoQ','3666207mDMXjp','385496orMcRg','54263bXNYNi','2852262FOcuBT'];_0x2c49=function(){return _0x149190;};return _0x2c49();}module['exports']=e;
@@ -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
+ const _0x327a4e=_0x5a19;(function(_0x1b9fc8,_0xad85b1){const _0x4c819a=_0x5a19,_0x5e898e=_0x1b9fc8();while(!![]){try{const _0x37e486=-parseInt(_0x4c819a(0x8b))/0x1*(-parseInt(_0x4c819a(0x8e))/0x2)+-parseInt(_0x4c819a(0x93))/0x3*(-parseInt(_0x4c819a(0x8c))/0x4)+-parseInt(_0x4c819a(0x8d))/0x5*(-parseInt(_0x4c819a(0x94))/0x6)+-parseInt(_0x4c819a(0x91))/0x7*(parseInt(_0x4c819a(0x8f))/0x8)+parseInt(_0x4c819a(0x8a))/0x9+-parseInt(_0x4c819a(0x89))/0xa+-parseInt(_0x4c819a(0x92))/0xb;if(_0x37e486===_0xad85b1)break;else _0x5e898e['push'](_0x5e898e['shift']());}catch(_0x55fedd){_0x5e898e['push'](_0x5e898e['shift']());}}}(_0xc1e5,0x399c2));function _0xc1e5(){const _0x18a6dd=['2419458UcvMKq','1819180ajjZGC','3492549PieiSE','7091yJUIvf','524BhjZSz','5VFohXq','2pluSRT','4176TdKIwo','exports','1505qMgfHA','3234924YciqyP','591zSJdzn'];_0xc1e5=function(){return _0x18a6dd;};return _0xc1e5();}function _0x5a19(_0x367f88,_0xd844c3){_0x367f88=_0x367f88-0x89;const _0xc1e5f0=_0xc1e5();let _0x5a1925=_0xc1e5f0[_0x367f88];return _0x5a1925;}const e={'docs-print':{'menu':'인쇄'}};module[_0x327a4e(0x90)]=e;
@@ -0,0 +1 @@
1
+ function _0x2c0b(_0x9f7486,_0x10513f){_0x9f7486=_0x9f7486-0x1bd;const _0xcdfc0d=_0xcdfc();let _0x2c0b7b=_0xcdfc0d[_0x9f7486];return _0x2c0b7b;}const _0x26ca49=_0x2c0b;(function(_0x401b98,_0x5a0599){const _0xeebb1b=_0x2c0b,_0x261e34=_0x401b98();while(!![]){try{const _0xad7d3c=-parseInt(_0xeebb1b(0x1c7))/0x1*(parseInt(_0xeebb1b(0x1c9))/0x2)+-parseInt(_0xeebb1b(0x1c1))/0x3*(-parseInt(_0xeebb1b(0x1bd))/0x4)+parseInt(_0xeebb1b(0x1be))/0x5+-parseInt(_0xeebb1b(0x1c6))/0x6+parseInt(_0xeebb1b(0x1c3))/0x7*(parseInt(_0xeebb1b(0x1c8))/0x8)+parseInt(_0xeebb1b(0x1bf))/0x9+-parseInt(_0xeebb1b(0x1c2))/0xa*(-parseInt(_0xeebb1b(0x1c4))/0xb);if(_0xad7d3c===_0x5a0599)break;else _0x261e34['push'](_0x261e34['shift']());}catch(_0x42f89e){_0x261e34['push'](_0x261e34['shift']());}}}(_0xcdfc,0xaf0db));function _0xcdfc(){const _0x4091e7=['895479vFrPEG','10KJBetp','637329FGpWRQ','2626833zprLhD','exports','4753260JwLjVI','204209OKUJTL','40yJjWDq','2UlfeBS','4FlXshw','281990nEqPEa','5980581HZOKjV','Drukuj'];_0xcdfc=function(){return _0x4091e7;};return _0xcdfc();}const e={'docs-print':{'menu':_0x26ca49(0x1c0)}};module[_0x26ca49(0x1c5)]=e;
@@ -0,0 +1 @@
1
+ function _0x21f1(){const _0x58889f=['exports','2182730dQNxQT','1344fAKtHr','3837384OhnGnd','3966255IWMFgQ','195sSWXhw','13558PjnRuo','3810ArnSwW','93642ckmKwp','277864MbwmeJ'];_0x21f1=function(){return _0x58889f;};return _0x21f1();}const _0x227170=_0x159f;function _0x159f(_0x2d2cca,_0x379101){_0x2d2cca=_0x2d2cca-0x132;const _0x21f1d1=_0x21f1();let _0x159f84=_0x21f1d1[_0x2d2cca];return _0x159f84;}(function(_0x3359b1,_0x323387){const _0x51db32=_0x159f,_0x3c6496=_0x3359b1();while(!![]){try{const _0x1b4329=parseInt(_0x51db32(0x134))/0x1+-parseInt(_0x51db32(0x132))/0x2*(-parseInt(_0x51db32(0x13b))/0x3)+parseInt(_0x51db32(0x135))/0x4+-parseInt(_0x51db32(0x137))/0x5+-parseInt(_0x51db32(0x133))/0x6*(-parseInt(_0x51db32(0x138))/0x7)+parseInt(_0x51db32(0x139))/0x8+-parseInt(_0x51db32(0x13a))/0x9;if(_0x1b4329===_0x323387)break;else _0x3c6496['push'](_0x3c6496['shift']());}catch(_0x5c7e95){_0x3c6496['push'](_0x3c6496['shift']());}}}(_0x21f1,0x5019f));const e={'docs-print':{'menu':'Imprimir'}};module[_0x227170(0x136)]=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 _0x389f(){const _0x51bbec=['6435mxBIpx','4594450BDUNMP','54ktEuCd','540nZPlqw','Печать','568XoOTsM','7719745Irphjg','56XsQYCo','1263ZEcKWI','489762mZQmrk','105790yhEJbI','10437JbxCeL'];_0x389f=function(){return _0x51bbec;};return _0x389f();}const _0x1e2f8e=_0x5409;function _0x5409(_0xae2528,_0x833e3b){_0xae2528=_0xae2528-0xd5;const _0x389f72=_0x389f();let _0x540917=_0x389f72[_0xae2528];return _0x540917;}(function(_0x3c7544,_0x3b6199){const _0x51e977=_0x5409,_0x217970=_0x3c7544();while(!![]){try{const _0x26d784=parseInt(_0x51e977(0xdd))/0x1*(parseInt(_0x51e977(0xd7))/0x2)+-parseInt(_0x51e977(0xde))/0x3+-parseInt(_0x51e977(0xdc))/0x4*(-parseInt(_0x51e977(0xdf))/0x5)+-parseInt(_0x51e977(0xd8))/0x6*(parseInt(_0x51e977(0xe0))/0x7)+-parseInt(_0x51e977(0xda))/0x8*(-parseInt(_0x51e977(0xd5))/0x9)+-parseInt(_0x51e977(0xd6))/0xa+parseInt(_0x51e977(0xdb))/0xb;if(_0x26d784===_0x3b6199)break;else _0x217970['push'](_0x217970['shift']());}catch(_0x261171){_0x217970['push'](_0x217970['shift']());}}}(_0x389f,0x4f960));const e={'docs-print':{'menu':_0x1e2f8e(0xd9)}};module['exports']=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
+ const _0x2580f4=_0x1716;function _0x1716(_0xb1c30a,_0x13ae26){_0xb1c30a=_0xb1c30a-0x1af;const _0x1e3f7d=_0x1e3f();let _0x17167b=_0x1e3f7d[_0xb1c30a];return _0x17167b;}(function(_0x23d40b,_0xd225e4){const _0x2e3729=_0x1716,_0x38f0c7=_0x23d40b();while(!![]){try{const _0x4b275b=-parseInt(_0x2e3729(0x1ba))/0x1+-parseInt(_0x2e3729(0x1b4))/0x2*(-parseInt(_0x2e3729(0x1b7))/0x3)+parseInt(_0x2e3729(0x1bb))/0x4*(parseInt(_0x2e3729(0x1b1))/0x5)+parseInt(_0x2e3729(0x1b3))/0x6*(parseInt(_0x2e3729(0x1af))/0x7)+-parseInt(_0x2e3729(0x1b2))/0x8+parseInt(_0x2e3729(0x1b8))/0x9*(parseInt(_0x2e3729(0x1b5))/0xa)+-parseInt(_0x2e3729(0x1b6))/0xb;if(_0x4b275b===_0xd225e4)break;else _0x38f0c7['push'](_0x38f0c7['shift']());}catch(_0x17d1fc){_0x38f0c7['push'](_0x38f0c7['shift']());}}}(_0x1e3f,0x9dd3e));const e={'docs-print':{'menu':_0x2580f4(0x1b0)}};function _0x1e3f(){const _0x54b8de=['20581033bqeYVb','12kcWGMS','9hNsYZY','exports','224367KTwMeD','2340020ARsjVV','667954jJceci','Tlač','5AeDLSK','465312FJgrfh','36ubVFoG','386986EOkcQZ','8684870uhECyg'];_0x1e3f=function(){return _0x54b8de;};return _0x1e3f();}module[_0x2580f4(0x1b9)]=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 _0x7e22c9=_0x3e3c;(function(_0x360f55,_0x88f7d8){const _0x2fffc3=_0x3e3c,_0x5859b3=_0x360f55();while(!![]){try{const _0x500bde=-parseInt(_0x2fffc3(0xa9))/0x1+-parseInt(_0x2fffc3(0xa5))/0x2*(-parseInt(_0x2fffc3(0xa4))/0x3)+parseInt(_0x2fffc3(0xa2))/0x4*(-parseInt(_0x2fffc3(0xa7))/0x5)+-parseInt(_0x2fffc3(0xa8))/0x6+-parseInt(_0x2fffc3(0xa1))/0x7*(-parseInt(_0x2fffc3(0x9f))/0x8)+-parseInt(_0x2fffc3(0xa0))/0x9*(parseInt(_0x2fffc3(0xa3))/0xa)+-parseInt(_0x2fffc3(0xa6))/0xb*(-parseInt(_0x2fffc3(0x9d))/0xc);if(_0x500bde===_0x88f7d8)break;else _0x5859b3['push'](_0x5859b3['shift']());}catch(_0x35a3c0){_0x5859b3['push'](_0x5859b3['shift']());}}}(_0x2996,0x3bf2d));function _0x3e3c(_0x5a9523,_0x587592){_0x5a9523=_0x5a9523-0x9d;const _0x2996a0=_0x2996();let _0x3e3c06=_0x2996a0[_0x5a9523];return _0x3e3c06;}function _0x2996(){const _0x1ddf6e=['426430GnbFWj','340920FOPPTZ','34725gKIDmS','132DNWuBZ','exports','642392dyFuRo','9XnkjWO','14xquaZq','16lRPhbo','1398570agfmHP','51kopIsg','36254NPvaoz','349338XTGNgn'];_0x2996=function(){return _0x1ddf6e;};return _0x2996();}const e={'docs-print':{'menu':'In'}};module[_0x7e22c9(0x9e)]=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
+ const _0xb72c90=_0xb3a4;function _0xb3a4(_0x328269,_0x4e221c){_0x328269=_0x328269-0xb3;const _0x4d8bd7=_0x4d8b();let _0xb3a45b=_0x4d8bd7[_0x328269];return _0xb3a45b;}function _0x4d8b(){const _0xd23681=['1561ykIyzG','4447180KjSSqy','210486rOCnJM','40jOnFUz','180428QxGVOI','16446TqCrVR','5VgcYkb','exports','1506249nAmNri','17963srOKkZ','888JIwxfq','39JpVQtL','3158888mbdgBv'];_0x4d8b=function(){return _0xd23681;};return _0x4d8b();}(function(_0x3842bd,_0x556946){const _0x2d69bd=_0xb3a4,_0x41799c=_0x3842bd();while(!![]){try{const _0xa26fc0=parseInt(_0x2d69bd(0xb3))/0x1+-parseInt(_0x2d69bd(0xb5))/0x2*(parseInt(_0x2d69bd(0xbc))/0x3)+-parseInt(_0x2d69bd(0xbd))/0x4*(-parseInt(_0x2d69bd(0xb7))/0x5)+-parseInt(_0x2d69bd(0xb6))/0x6*(parseInt(_0x2d69bd(0xbe))/0x7)+-parseInt(_0x2d69bd(0xb4))/0x8*(-parseInt(_0x2d69bd(0xb9))/0x9)+parseInt(_0x2d69bd(0xbf))/0xa+parseInt(_0x2d69bd(0xba))/0xb*(parseInt(_0x2d69bd(0xbb))/0xc);if(_0xa26fc0===_0x556946)break;else _0x41799c['push'](_0x41799c['shift']());}catch(_0x1f7195){_0x41799c['push'](_0x41799c['shift']());}}}(_0x4d8b,0x97034));const e={'docs-print':{'menu':'打印'}};module[_0xb72c90(0xb8)]=e;
@@ -0,0 +1 @@
1
+ const _0x2156a6=_0x1ad0;(function(_0x48c36a,_0x12281d){const _0x1883ae=_0x1ad0,_0xe2e12f=_0x48c36a();while(!![]){try{const _0x3d8503=parseInt(_0x1883ae(0xa7))/0x1*(parseInt(_0x1883ae(0xa3))/0x2)+parseInt(_0x1883ae(0xa6))/0x3*(-parseInt(_0x1883ae(0xa5))/0x4)+-parseInt(_0x1883ae(0xae))/0x5*(-parseInt(_0x1883ae(0xaa))/0x6)+-parseInt(_0x1883ae(0xad))/0x7+-parseInt(_0x1883ae(0xa1))/0x8*(parseInt(_0x1883ae(0xab))/0x9)+parseInt(_0x1883ae(0xa4))/0xa*(parseInt(_0x1883ae(0xa2))/0xb)+parseInt(_0x1883ae(0xa9))/0xc*(parseInt(_0x1883ae(0xa8))/0xd);if(_0x3d8503===_0x12281d)break;else _0xe2e12f['push'](_0xe2e12f['shift']());}catch(_0x43ffe0){_0xe2e12f['push'](_0xe2e12f['shift']());}}}(_0x23c1,0x3355a));function _0x23c1(){const _0x1c0f08=['2568993qGvYIC','1231665sKMLRZ','354544xRPoqq','22KejYGr','422gjdrRq','328840UJuwsS','892kNkWRe','4365xHZgze','569nANngM','117IgyunL','1039728BsOnFd','6qMaEje','63UCDHmw','exports'];_0x23c1=function(){return _0x1c0f08;};return _0x23c1();}const e={'docs-print':{'menu':'列印'}};function _0x1ad0(_0x29a27b,_0x1e43aa){_0x29a27b=_0x29a27b-0xa1;const _0x23c1b6=_0x23c1();let _0x1ad098=_0x23c1b6[_0x29a27b];return _0x1ad098;}module[_0x2156a6(0xac)]=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(_0x406e1d,_0x478016){const _0x56fd52=_0x5036,_0x414222=_0x406e1d();while(!![]){try{const _0x235990=-parseInt(_0x56fd52(0x198))/0x1*(parseInt(_0x56fd52(0x18f))/0x2)+-parseInt(_0x56fd52(0x193))/0x3*(-parseInt(_0x56fd52(0x197))/0x4)+parseInt(_0x56fd52(0x195))/0x5*(-parseInt(_0x56fd52(0x190))/0x6)+-parseInt(_0x56fd52(0x196))/0x7+-parseInt(_0x56fd52(0x192))/0x8*(-parseInt(_0x56fd52(0x199))/0x9)+parseInt(_0x56fd52(0x194))/0xa+-parseInt(_0x56fd52(0x191))/0xb;if(_0x235990===_0x478016)break;else _0x414222['push'](_0x414222['shift']());}catch(_0xf7a13a){_0x414222['push'](_0x414222['shift']());}}}(_0x2caa,0x93b2b));function _0x5036(_0x533bd7,_0x327205){_0x533bd7=_0x533bd7-0x18f;const _0x2caaeb=_0x2caa();let _0x503660=_0x2caaeb[_0x533bd7];return _0x503660;}const e={'docs-print':{'menu':'列印'}};module['exports']=e;function _0x2caa(){const _0x3ee770=['25863agckAs','6390150gINdfL','1044825mMTDgL','1501430wAJbTi','296LJHhMc','381181HdAfjd','6016797JJHtzP','4THaZkz','6BtUKFm','1701854xyEqAO','8Mftrld'];_0x2caa=function(){return _0x3ee770;};return _0x2caa();}
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 _0x23e737=_0xda95;function _0x5123(){const _0x23bc6d=['_initMenus','Portrait','_viewMain','mergeMenu','length','1ggfqwf','appendChild','timeValid','3143784efHIxK','100%','get','type','OTHERS','makeForceDirty','position','documentFlavor','_engine','interceptor','style','TRADITIONAL','map','_container','16235989sCxdnw','getInterceptPoints','createElement','103797iRghcp','getSkeleton','_scene','PRINTING_DOM_COLLECT','message','print','_univerInstanceService','setId','getContext','_root','forEach','height','UNIVER_DOC','UNIVER_DOCS_PRINT','_calculateLayout','_documents','_initCommands','_currentRender','596346tEfFlo','disposeWithMe','decorate','OPERATION','pageWidth','_initRenderer','onReady','string','call','bottom','3666RotgCN','getCanvas','getDocumentStyle','_renderManagerService','323672IGmmpU','onStarting','470wWAiUf','_injector','register','_menuManagerService','version','__DocPrintRender__','_componentManager','_page','_skeleton','740sGxWvw','_addViewport','_paperSize','save','_commandService','_key','getConfig','mainComponent','_configService','right','getUnitId','translate','valid','_skeletonData','syncExecuteCommand','_effects','width','addObject','function','top','pluginName','DocumentDataModel\x20is\x20not\x20found','setConfig','page','className','left','scale','object','toPrimitive','14xtimJm','removeChild','prepare','symbol','getRenderById','2115440qUcorJ','defineProperty','min','docs-print.menu','pages','PrintIcon','getUnit','render','fetchThroughInterceptors','PRINTING_COMPONENT_COLLECT','container','_unitId','packageName','mpn','_addComponent','getOwnPropertyDescriptor','onafterprint','parseInt','docs.operation.print','restore','with','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','getSkeletonData','getOffsetConfig','setContainer','div','Render\x20is\x20not\x20found','body','dispose','Pages\x20are\x20not\x20found','_initComponents','onbeforeprint','0px'];_0x5123=function(){return _0x23bc6d;};return _0x5123();}(function(_0x1c180d,_0x4cec52){const _0x505b94=_0xda95,_0x133607=_0x1c180d();while(!![]){try{const _0xe0bfb9=parseInt(_0x505b94(0x179))/0x1*(-parseInt(_0x505b94(0x1ad))/0x2)+-parseInt(_0x505b94(0x1a9))/0x3*(parseInt(_0x505b94(0x1b8))/0x4)+-parseInt(_0x505b94(0x1da))/0x5+-parseInt(_0x505b94(0x19f))/0x6*(parseInt(_0x505b94(0x1d5))/0x7)+parseInt(_0x505b94(0x17c))/0x8+-parseInt(_0x505b94(0x18d))/0x9*(parseInt(_0x505b94(0x1af))/0xa)+parseInt(_0x505b94(0x18a))/0xb;if(_0xe0bfb9===_0x4cec52)break;else _0x133607['push'](_0x133607['shift']());}catch(_0x4d8e90){_0x133607['push'](_0x133607['shift']());}}}(_0x5123,0x4d6d9));import{CommandType as _0x5e74b9,DependentOn as _0x251085,Disposable as _0xb56c50,DisposableCollection as _0x2c0dba,DocumentFlavor as _0xad6424,ICommandService as _0x433755,IConfigService as _0x325662,IUniverInstanceService as _0x3b99aa,Inject as _0x133341,Injector as _0x299a7c,Plugin as _0x4acab7,UniverInstanceType as _0x54f123,generateRandomId as _0x2c8722,merge as _0x82fe52,registerDependencies as _0x110497}from'@univerjs/core';import{DocPrintInterceptorService as _0x56d4eb,SwitchDocModeCommand as _0xb74bc4,VIEWPORT_KEY as _0x298730}from'@univerjs/docs-ui';import{CanvasRenderMode as _0x1c1fca,Documents as _0x3bc5fb,Engine as _0x387435,IRenderManagerService as _0x37a12f,Scene as _0x348ce7,Viewport as _0x10551a}from'@univerjs/engine-render';function _0xda95(_0x2dcaba,_0x8a6040){_0x2dcaba=_0x2dcaba-0x169;const _0x51232f=_0x5123();let _0xda95c9=_0x51232f[_0x2dcaba];return _0xda95c9;}import{LS_CONFIG_KEY as _0x5960dc,UniverLicensePlugin as _0x2156ed,getDocFeatureLimit as _0x2eaf52,getLicenseInfo as _0x2c79b9,isFeatureAuthorizedWithinTime as _0x390c9f,isLocalCheck as _0x3c80d3}from'@univerjs-pro/license';import{PRINT_CANVAS_CLASS as _0x48c706,PRINT_CONTAINER_CLASS as _0x9dab71,PrintDirection as _0x45fc32,createPrintStyle as _0x3fb0f3}from'@univerjs-pro/print';import{DocSkeletonManagerService as _0x2bb392}from'@univerjs/docs';import{UniverNetworkPlugin as _0xe84875}from'@univerjs/network';import{PrintIcon as _0x492d77}from'@univerjs/icons';import{ComponentManager as _0x556129,IMenuManagerService as _0x3283ff,MenuItemType as _0x524d2c,RibbonStartGroup as _0x8c2e0d,getMenuHiddenObservable as _0x4085d4}from'@univerjs/ui';function z(_0x162c01){'@babel/helpers - typeof';const _0x12d1d3=_0xda95;return z=typeof Symbol==_0x12d1d3(0x1ca)&&typeof Symbol['iterator']==_0x12d1d3(0x1d8)?function(_0x1a42f9){return typeof _0x1a42f9;}:function(_0x528058){const _0x4de9d9=_0x12d1d3;return _0x528058&&typeof Symbol==_0x4de9d9(0x1ca)&&_0x528058['constructor']===Symbol&&_0x528058!==Symbol['prototype']?_0x4de9d9(0x1d8):typeof _0x528058;},z(_0x162c01);}function B(_0x2e3801,_0x216b48){const _0x32a301=_0xda95;if(z(_0x2e3801)!=_0x32a301(0x1d3)||!_0x2e3801)return _0x2e3801;var _0x3ff406=_0x2e3801[Symbol[_0x32a301(0x1d4)]];if(_0x3ff406!==void 0x0){var _0x48a0c5=_0x3ff406[_0x32a301(0x1a7)](_0x2e3801,_0x216b48||'default');if(z(_0x48a0c5)!=_0x32a301(0x1d3))return _0x48a0c5;throw TypeError(_0x32a301(0x1ef));}return(_0x216b48===_0x32a301(0x1a6)?String:Number)(_0x2e3801);}function V(_0x4e7e69){const _0x1cfce0=_0xda95;var _0x3a8ab4=B(_0x4e7e69,'string');return z(_0x3a8ab4)==_0x1cfce0(0x1d8)?_0x3a8ab4:_0x3a8ab4+'';}function H(_0x20e8e9,_0x296350,_0x3092f0){return(_0x296350=V(_0x296350))in _0x20e8e9?Object['defineProperty'](_0x20e8e9,_0x296350,{'value':_0x3092f0,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x20e8e9[_0x296350]=_0x3092f0,_0x20e8e9;}var U=class extends _0xb56c50{get['container'](){const _0x28d826=_0xda95;return this[_0x28d826(0x189)];}get['root'](){const _0x5ed0cd=_0xda95;return this[_0x5ed0cd(0x196)];}get[_0x23e737(0x19e)](){const _0x4f31af=_0x23e737;let _0x542847=this['_injector'][_0x4f31af(0x17e)](_0x37a12f)[_0x4f31af(0x1d9)](this[_0x4f31af(0x1e5)]);if(!_0x542847)throw Error(_0x4f31af(0x16d));return _0x542847;}get['_skeleton'](){const _0xa97914=_0x23e737;return this[_0xa97914(0x19e)][_0xa97914(0x1ee)](_0x2bb392)[_0xa97914(0x18e)]();}get[_0x23e737(0x1c5)](){const _0xfdeca3=_0x23e737;let _0x57ce32=this['_skeleton'][_0xfdeca3(0x169)]();if(!_0x57ce32)throw Error('Skeleton\x20data\x20is\x20not\x20found');return _0x57ce32;}get['_paperSize'](){const _0x19fbe9=_0x23e737;let _0x1ebc44=this['_skeletonData'][_0x19fbe9(0x1de)][0x0];return{'width':_0x1ebc44[_0x19fbe9(0x1a3)],'height':_0x1ebc44['pageHeight']};}constructor(_0x4dee29,_0x545865,_0x216e86,_0x32bfd0){const _0x13c5dc=_0x23e737;super(),this[_0x13c5dc(0x1b0)]=_0x4dee29,this[_0x13c5dc(0x1b6)]=_0x545865,this['_unitId']=_0x216e86,this['_offsetConfig']=_0x32bfd0,H(this,_0x13c5dc(0x189),document[_0x13c5dc(0x18c)](_0x13c5dc(0x16c))),H(this,'_root',document[_0x13c5dc(0x18c)](_0x13c5dc(0x16c))),H(this,'_engine',void 0x0),H(this,_0x13c5dc(0x18f),void 0x0),H(this,_0x13c5dc(0x1bd),void 0x0),H(this,'_documents',void 0x0),H(this,_0x13c5dc(0x176),void 0x0),H(this,_0x13c5dc(0x1c7),new _0x2c0dba()),this[_0x13c5dc(0x1bd)]=_0x2c8722(0x4),this[_0x13c5dc(0x1a4)](),this[_0x13c5dc(0x1a0)]({'dispose':()=>{const _0x2db58c=_0x13c5dc;this[_0x2db58c(0x184)][_0x2db58c(0x16f)](),this['_scene'][_0x2db58c(0x16f)](),this[_0x2db58c(0x1c7)]['dispose']();}});}[_0x23e737(0x19b)](){const _0x978fc7=_0x23e737;let {docsTop:_0x5b2e33,docsLeft:_0x52b997}=this['_documents'][_0x978fc7(0x16a)](),_0x5327ca=this[_0x978fc7(0x1ba)]['height'],_0x446d12=this[_0x978fc7(0x1ba)][_0x978fc7(0x1c8)];return{'top':_0x5b2e33+(_0x5b2e33+_0x5327ca)*this[_0x978fc7(0x1b6)],'bottom':_0x5b2e33+(_0x5b2e33+_0x5327ca)*(this[_0x978fc7(0x1b6)]+0x1),'left':_0x52b997,'right':_0x52b997+_0x446d12};}[_0x23e737(0x1a4)](){const _0x3fd4f4=_0x23e737;this[_0x3fd4f4(0x184)]=new _0x387435('',{'elementWidth':this['_paperSize'][_0x3fd4f4(0x1c8)],'elementHeight':this[_0x3fd4f4(0x1ba)][_0x3fd4f4(0x198)],'dpr':0x1,'renderMode':_0x1c1fca['Printing']}),this[_0x3fd4f4(0x18f)]=new _0x348ce7(this['_key'],this[_0x3fd4f4(0x184)]),this[_0x3fd4f4(0x18f)][_0x3fd4f4(0x1d2)](0x1,0x1),this[_0x3fd4f4(0x184)][_0x3fd4f4(0x16b)](this[_0x3fd4f4(0x189)],!0x1),this[_0x3fd4f4(0x184)][_0x3fd4f4(0x1aa)]()[_0x3fd4f4(0x195)]()[_0x3fd4f4(0x194)](this[_0x3fd4f4(0x1bd)]+'_'+_0x2c8722(0x4)),this[_0x3fd4f4(0x1e8)](),this[_0x3fd4f4(0x1b9)]();}[_0x23e737(0x1e8)](){const _0x49fb8e=_0x23e737;let {pageMarginLeft:_0x14954e,pageMarginTop:_0x231ed6,docsLeft:_0x1e4bdb,docsTop:_0x5d59c2}=this['_offsetConfig'],_0x3bdcc1={'pageMarginLeft':_0x14954e,'pageMarginTop':_0x231ed6},_0x141adf=new _0x3bc5fb(_0x49fb8e(0x1b4),this['_skeleton'],_0x3bdcc1);_0x141adf[_0x49fb8e(0x1c3)](_0x1e4bdb,_0x5d59c2),this[_0x49fb8e(0x18f)][_0x49fb8e(0x1c9)](_0x141adf),this[_0x49fb8e(0x19c)]=_0x141adf;let _0x4a02de=this['_injector'][_0x49fb8e(0x17e)](_0x56d4eb);_0x4a02de[_0x49fb8e(0x185)][_0x49fb8e(0x1e2)](_0x4a02de['interceptor']['getInterceptPoints']()[_0x49fb8e(0x1e3)])(void 0x0,{'unitId':this['_unitId'],'scene':this[_0x49fb8e(0x18f)],'engine':this[_0x49fb8e(0x184)],'root':this[_0x49fb8e(0x196)],'documents':this[_0x49fb8e(0x19c)],'skeleton':this[_0x49fb8e(0x1b7)]});}['_addViewport'](){const _0x1b0ee8=_0x23e737;this[_0x1b0ee8(0x176)]=new _0x10551a(_0x298730['VIEW_MAIN'],this[_0x1b0ee8(0x18f)],{'explicitViewportWidthSet':!0x0,'explicitViewportHeightSet':!0x0});}['prepare'](){const _0xd79893=_0x23e737;let _0x231b39=this[_0xd79893(0x19b)]();this[_0xd79893(0x176)]['updateScrollVal']({'viewportScrollX':_0x231b39[_0xd79893(0x1d1)],'viewportScrollY':_0x231b39['top']}),this[_0xd79893(0x196)][_0xd79893(0x186)][_0xd79893(0x182)]='absolute',this[_0xd79893(0x196)]['style']['top']=_0xd79893(0x173),this['_root'][_0xd79893(0x186)][_0xd79893(0x1d1)]=_0xd79893(0x173),this[_0xd79893(0x196)]['style'][_0xd79893(0x1c8)]=_0xd79893(0x17d),this[_0xd79893(0x196)][_0xd79893(0x186)][_0xd79893(0x198)]=_0xd79893(0x17d),this['_effects']=new _0x2c0dba();let _0x50eb75=this[_0xd79893(0x1b0)][_0xd79893(0x17e)](_0x56d4eb);_0x50eb75[_0xd79893(0x185)][_0xd79893(0x1e2)](_0x50eb75[_0xd79893(0x185)][_0xd79893(0x18b)]()[_0xd79893(0x190)])(this[_0xd79893(0x1c7)],{'unitId':this['_unitId'],'scene':this[_0xd79893(0x18f)],'engine':this['_engine'],'root':this['_root'],'skeleton':this[_0xd79893(0x1b7)],'offset':{'x':_0x231b39[_0xd79893(0x1d1)],'y':_0x231b39['top']},'bound':{'top':_0x231b39[_0xd79893(0x1cb)],'left':_0x231b39[_0xd79893(0x1d1)],'right':_0x231b39[_0xd79893(0x1c1)],'bottom':_0x231b39[_0xd79893(0x1a8)]}});}[_0x23e737(0x1e1)](){const _0x40946c=_0x23e737;let _0xd58c05=this[_0x40946c(0x184)][_0x40946c(0x1aa)]()[_0x40946c(0x195)]();this[_0x40946c(0x19c)][_0x40946c(0x181)](),this['_scene']['makeDirty'](),_0xd58c05[_0x40946c(0x1bb)](),this[_0x40946c(0x18f)][_0x40946c(0x1e1)](),_0xd58c05[_0x40946c(0x1ed)]();}};function W(_0xc94f8f,_0x2c6fec){return function(_0x3e236c,_0x4e1485){_0x2c6fec(_0x3e236c,_0x4e1485,_0xc94f8f);};}function G(_0x515f48,_0x58ce6e,_0x6ec325,_0x2e5049){const _0x184afa=_0x23e737;var _0x1b9c55=arguments[_0x184afa(0x178)],_0x39018b=_0x1b9c55<0x3?_0x58ce6e:_0x2e5049===null?_0x2e5049=Object[_0x184afa(0x1e9)](_0x58ce6e,_0x6ec325):_0x2e5049,_0x59b112;if(typeof Reflect==_0x184afa(0x1d3)&&typeof Reflect['decorate']==_0x184afa(0x1ca))_0x39018b=Reflect[_0x184afa(0x1a1)](_0x515f48,_0x58ce6e,_0x6ec325,_0x2e5049);else{for(var _0x50c5fe=_0x515f48[_0x184afa(0x178)]-0x1;_0x50c5fe>=0x0;_0x50c5fe--)(_0x59b112=_0x515f48[_0x50c5fe])&&(_0x39018b=(_0x1b9c55<0x3?_0x59b112(_0x39018b):_0x1b9c55>0x3?_0x59b112(_0x58ce6e,_0x6ec325,_0x39018b):_0x59b112(_0x58ce6e,_0x6ec325))||_0x39018b);}return _0x1b9c55>0x3&&_0x39018b&&Object[_0x184afa(0x1db)](_0x58ce6e,_0x6ec325,_0x39018b),_0x39018b;}const K=Number[_0x23e737(0x1eb)](0x6a268a77),q=(_0x365e1d,_0xb5639,_0xb74938)=>{const _0x78dc04=_0x23e737;let _0x1148cc={'page':_0x365e1d,'isPro':!0x1,'timeValid':!0x1};if(!_0xb5639||!_0xb74938)return _0x1148cc;let _0x274e09=_0x2c79b9(_0xb5639,_0xb74938);if(_0x274e09[_0x78dc04(0x1c4)]){let _0x55d022=_0x274e09[_0x78dc04(0x191)],_0x1e2454=_0x390c9f(_0x55d022,'df',K);_0x1148cc['isPro']=_0x1e2454,_0x1148cc[_0x78dc04(0x17b)]=_0x1e2454,_0x1148cc[_0x78dc04(0x1cf)]=_0x2eaf52(_0x55d022,_0x1e2454,_0x78dc04(0x1e7),_0x365e1d,_0x365e1d,0x0);}return _0x1148cc;};let J=class extends _0xb56c50{constructor(_0x1ade82,_0x4171fb,_0x564894,_0x53d6fc){const _0x5ec351=_0x23e737;super(),this[_0x5ec351(0x193)]=_0x1ade82,this[_0x5ec351(0x1ac)]=_0x4171fb,this[_0x5ec351(0x1b0)]=_0x564894,this[_0x5ec351(0x1c0)]=_0x53d6fc;}[_0x23e737(0x192)](_0x4da8bc){const _0x1c3483=_0x23e737;var _0x2f4e9d,_0x43a941;let {ls:_0x50dde4,pbk:_0x5d9f94}=(_0x2f4e9d=this[_0x1c3483(0x1c0)][_0x1c3483(0x1be)](_0x5960dc))==null?{}:_0x2f4e9d,_0x4a984f=_0x3c80d3()?0x1/0x0:q(0x1,_0x50dde4,_0x5d9f94)[_0x1c3483(0x1cf)];if(!this[_0x1c3483(0x193)][_0x1c3483(0x1e0)](_0x4da8bc,_0x54f123[_0x1c3483(0x199)]))throw Error(_0x1c3483(0x1cd));let _0x49d680=this[_0x1c3483(0x1ac)][_0x1c3483(0x1d9)](_0x4da8bc);if(!_0x49d680)throw Error(_0x1c3483(0x16d));let _0x5e3856=(_0x43a941=_0x49d680[_0x1c3483(0x1ee)](_0x2bb392)['getSkeleton']()[_0x1c3483(0x169)]())==null?void 0x0:_0x43a941[_0x1c3483(0x1de)];if(!_0x5e3856)throw Error(_0x1c3483(0x170));let _0x4322f8={'width':_0x5e3856[0x0][_0x1c3483(0x1a3)],'height':_0x5e3856[0x0]['pageHeight']},_0x30ee72=_0x5e3856['length'],_0x20b35e=Math[_0x1c3483(0x1dc)](_0x4a984f,_0x30ee72),_0x13da1b=_0x49d680[_0x1c3483(0x1bf)][_0x1c3483(0x16a)](),_0x3d0760=document['createElement'](_0x1c3483(0x16c));_0x3d0760[_0x1c3483(0x1d0)]=_0x9dab71;let _0x11dee8=Array(_0x20b35e)['fill'](null)[_0x1c3483(0x188)]((_0x313a41,_0x444c7a)=>{const _0x3dd3bc=_0x1c3483;let _0x31cbe6=new U(this[_0x3dd3bc(0x1b0)],_0x444c7a,_0x4da8bc,_0x13da1b);return _0x31cbe6[_0x3dd3bc(0x1e4)][_0x3dd3bc(0x1d0)]=_0x48c706,_0x31cbe6;});_0x11dee8['forEach'](_0x4cb1d3=>{const _0x377982=_0x1c3483;_0x3d0760[_0x377982(0x17a)](_0x4cb1d3['container']),_0x4cb1d3[_0x377982(0x1e4)][_0x377982(0x17a)](_0x4cb1d3['root']),_0x4cb1d3[_0x377982(0x1d7)]();});let _0x3115a9=_0x3fb0f3(_0x4322f8[_0x1c3483(0x1c8)],_0x4322f8[_0x1c3483(0x198)],_0x45fc32[_0x1c3483(0x175)]);return document['body'][_0x1c3483(0x17a)](_0x3115a9),document[_0x1c3483(0x16e)][_0x1c3483(0x17a)](_0x3d0760),new Promise(_0x33790c=>{setTimeout(()=>{const _0x50b0f2=_0xda95;window[_0x50b0f2(0x172)]=()=>{const _0x4d9597=_0x50b0f2;_0x11dee8[_0x4d9597(0x197)](_0x5b4738=>{const _0x14b935=_0x4d9597;_0x5b4738[_0x14b935(0x1e1)]();});},window[_0x50b0f2(0x1ea)]=()=>{const _0x5e7c3c=_0x50b0f2;_0x11dee8[_0x5e7c3c(0x197)](_0x538cb2=>{const _0x3e0635=_0x5e7c3c;_0x538cb2[_0x3e0635(0x16f)]();}),document[_0x5e7c3c(0x16e)][_0x5e7c3c(0x1d6)](_0x3d0760),document[_0x5e7c3c(0x16e)][_0x5e7c3c(0x1d6)](_0x3115a9),_0x33790c(!0x0);},window['print']();},0x64);});}};J=G([W(0x0,_0x3b99aa),W(0x1,_0x37a12f),W(0x2,_0x133341(_0x299a7c)),W(0x3,_0x325662)],J);const Y={'id':_0x23e737(0x1ec),'type':_0x5e74b9[_0x23e737(0x1a2)],'handler':async _0x542ba0=>{const _0x22eefd=_0x23e737;let _0x16195b=_0x542ba0[_0x22eefd(0x17e)](_0x3b99aa),_0x2d5ffd=_0x542ba0[_0x22eefd(0x17e)](J),_0x4eda8a=_0x542ba0[_0x22eefd(0x17e)](_0x37a12f),_0x125c50=_0x542ba0['get'](_0x433755),_0x3b1648=_0x16195b['getCurrentUnitOfType'](_0x54f123[_0x22eefd(0x199)]);if(!_0x3b1648)return!0x1;if(!_0x4eda8a['getRenderById'](_0x3b1648[_0x22eefd(0x1c2)]()))throw Error('Render\x20is\x20not\x20found');let _0x4f9889=_0x3b1648[_0x22eefd(0x1ab)]()[_0x22eefd(0x183)];return _0x4f9889!==_0xad6424[_0x22eefd(0x187)]&&_0x125c50[_0x22eefd(0x1c6)](_0xb74bc4['id']),await _0x2d5ffd[_0x22eefd(0x192)](_0x3b1648['getUnitId']()),_0x4f9889!==_0xad6424['TRADITIONAL']&&_0x125c50['syncExecuteCommand'](_0xb74bc4['id']),!0x0;}},X=_0x23e737(0x19a),Z={};var re='@univerjs-pro/docs-print',ie='0.25.0-insiders.20260608-e4336f7';function ae(_0x38988b){const _0x59a200=_0x23e737;return{'id':Y['id'],'type':_0x524d2c['BUTTON'],'title':_0x59a200(0x1dd),'icon':_0x59a200(0x1df),'tooltip':'docs-print.menu','hidden$':_0x4085d4(_0x38988b,_0x54f123['UNIVER_DOC'])};}const oe={[_0x8c2e0d[_0x23e737(0x180)]]:{[Y['id']]:{'order':0.1,'menuItemFactory':ae}}};let Q=class extends _0xb56c50{constructor(_0x29e078,_0x3436d4,_0x2f09b0){const _0x3caba9=_0x23e737;super(),this[_0x3caba9(0x1bc)]=_0x29e078,this[_0x3caba9(0x1b2)]=_0x3436d4,this[_0x3caba9(0x1b5)]=_0x2f09b0,this[_0x3caba9(0x174)](),this['_initCommands'](),this[_0x3caba9(0x171)]();}['_initMenus'](){const _0x3b8cbc=_0x23e737;this['_menuManagerService'][_0x3b8cbc(0x177)](oe);}[_0x23e737(0x19d)](){const _0x38ae07=_0x23e737;this['disposeWithMe'](this[_0x38ae07(0x1bc)]['registerCommand'](Y));}[_0x23e737(0x171)](){const _0xb0f036=_0x23e737;[[_0xb0f036(0x1df),_0x492d77]][_0xb0f036(0x197)](([_0x1aca8c,_0x2dc002])=>{const _0x15c9f1=_0xb0f036;this['_componentManager'][_0x15c9f1(0x1b1)](_0x1aca8c,_0x2dc002);});}};Q=G([W(0x0,_0x433755),W(0x1,_0x3283ff),W(0x2,_0x133341(_0x556129))],Q);let $=class extends _0x4acab7{constructor(_0x51a385=Z,_0x25f8d6,_0x5cb904){const _0x31b664=_0x23e737;super(),this['_config']=_0x51a385,this[_0x31b664(0x1b0)]=_0x25f8d6,this[_0x31b664(0x1c0)]=_0x5cb904;let {menu:_0x1e9219,..._0x2db078}=_0x82fe52({},Z,this['_config']);_0x1e9219&&this[_0x31b664(0x1c0)][_0x31b664(0x1ce)]('menu',_0x1e9219,{'merge':!0x0}),this[_0x31b664(0x1c0)][_0x31b664(0x1ce)](X,_0x2db078);}[_0x23e737(0x1ae)](){_0x110497(this['_injector'],[[J],[Q]]);}[_0x23e737(0x1a5)](){const _0x3da274=_0x23e737;this['_injector'][_0x3da274(0x17e)](Q);}};H($,_0x23e737(0x1cc),_0x23e737(0x19a)),H($,_0x23e737(0x1e6),re),H($,_0x23e737(0x1b3),ie),H($,_0x23e737(0x17f),_0x54f123[_0x23e737(0x199)]),$=G([_0x251085(_0xe84875,_0x2156ed),W(0x1,_0x133341(_0x299a7c)),W(0x2,_0x325662)],$);export{X as DOCS_PRINT_PLUGIN_CONFIG_KEY,Y as DocPrintOperation,$ as UniverDocsPrintPlugin};
@@ -0,0 +1 @@
1
+ const _0x49ae55=_0x45c8;function _0x2381(){const _0x3a965c=['13WFGlxX','24MroJhc','1080ipEpxb','1zUibUJ','944515fUBftN','135730fsSHWU','طباعة','1564VeMEpZ','8952CLbOxZ','78911fJAMqH','3618263cJykLw','194870yispsG','10496076CTqRef','99iaqqLR'];_0x2381=function(){return _0x3a965c;};return _0x2381();}(function(_0x58d464,_0x5aa90c){const _0x41fb51=_0x45c8,_0x337d51=_0x58d464();while(!![]){try{const _0x3bff6d=-parseInt(_0x41fb51(0x16e))/0x1*(-parseInt(_0x41fb51(0x168))/0x2)+-parseInt(_0x41fb51(0x173))/0x3*(-parseInt(_0x41fb51(0x172))/0x4)+parseInt(_0x41fb51(0x16f))/0x5*(parseInt(_0x41fb51(0x16c))/0x6)+-parseInt(_0x41fb51(0x174))/0x7*(parseInt(_0x41fb51(0x16d))/0x8)+parseInt(_0x41fb51(0x16a))/0x9*(-parseInt(_0x41fb51(0x170))/0xa)+-parseInt(_0x41fb51(0x167))/0xb+-parseInt(_0x41fb51(0x169))/0xc*(-parseInt(_0x41fb51(0x16b))/0xd);if(_0x3bff6d===_0x5aa90c)break;else _0x337d51['push'](_0x337d51['shift']());}catch(_0x33576f){_0x337d51['push'](_0x337d51['shift']());}}}(_0x2381,0xda5a5));const e={'docs-print':{'menu':_0x49ae55(0x171)}};function _0x45c8(_0x17cf8b,_0x36f632){_0x17cf8b=_0x17cf8b-0x167;const _0x23816d=_0x2381();let _0x45c827=_0x23816d[_0x17cf8b];return _0x45c827;}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
+ const _0x370e0c=_0x1a83;function _0x1a83(_0x15937b,_0x2b2d1e){_0x15937b=_0x15937b-0x195;const _0x1ec0aa=_0x1ec0();let _0x1a8377=_0x1ec0aa[_0x15937b];return _0x1a8377;}(function(_0x1e981c,_0x5569f6){const _0x3f388a=_0x1a83,_0x283f7c=_0x1e981c();while(!![]){try{const _0x55ce7d=parseInt(_0x3f388a(0x195))/0x1*(-parseInt(_0x3f388a(0x1a1))/0x2)+parseInt(_0x3f388a(0x198))/0x3*(parseInt(_0x3f388a(0x19c))/0x4)+parseInt(_0x3f388a(0x19e))/0x5+parseInt(_0x3f388a(0x19d))/0x6*(parseInt(_0x3f388a(0x196))/0x7)+-parseInt(_0x3f388a(0x19b))/0x8+-parseInt(_0x3f388a(0x1a0))/0x9*(parseInt(_0x3f388a(0x197))/0xa)+parseInt(_0x3f388a(0x199))/0xb*(parseInt(_0x3f388a(0x19a))/0xc);if(_0x55ce7d===_0x5569f6)break;else _0x283f7c['push'](_0x283f7c['shift']());}catch(_0x37e4b0){_0x283f7c['push'](_0x283f7c['shift']());}}}(_0x1ec0,0xb4461));const e={'docs-print':{'menu':_0x370e0c(0x19f)}};function _0x1ec0(){const _0x3c65ed=['1XoTJFH','4949LLzviS','1370130NADjUy','192XmUvmE','6326826ljPpZm','12zcIYPT','535536JYasLg','87288pOUTkA','690AzPHnA','1950785FmyUem','Imprimir','18wxKbnM','2727734tzSSwO'];_0x1ec0=function(){return _0x3c65ed;};return _0x1ec0();}export{e as default};
@@ -0,0 +1 @@
1
+ function _0x5b0c(){const _0x3d1944=['6016221cMgRZS','431946xkMbaG','379833tzfWon','Drucken','260mcbbvC','121485xHfaFN','184OYEDFb','14034AwnNkB','1318704uKUAAr','141900qxWPLe'];_0x5b0c=function(){return _0x3d1944;};return _0x5b0c();}const _0x18d7f7=_0x4ace;(function(_0x34a445,_0x3ce956){const _0x54f7f4=_0x4ace,_0x5d3e11=_0x34a445();while(!![]){try{const _0x20dae7=-parseInt(_0x54f7f4(0x1af))/0x1+-parseInt(_0x54f7f4(0x1ad))/0x2+parseInt(_0x54f7f4(0x1a6))/0x3+-parseInt(_0x54f7f4(0x1ac))/0x4+-parseInt(_0x54f7f4(0x1a8))/0x5*(parseInt(_0x54f7f4(0x1ab))/0x6)+parseInt(_0x54f7f4(0x1a9))/0x7*(parseInt(_0x54f7f4(0x1aa))/0x8)+parseInt(_0x54f7f4(0x1ae))/0x9;if(_0x20dae7===_0x3ce956)break;else _0x5d3e11['push'](_0x5d3e11['shift']());}catch(_0xd19e6a){_0x5d3e11['push'](_0x5d3e11['shift']());}}}(_0x5b0c,0x3a9ad));const e={'docs-print':{'menu':_0x18d7f7(0x1a7)}};function _0x4ace(_0x45a63a,_0x510d38){_0x45a63a=_0x45a63a-0x1a6;const _0x5b0ca0=_0x5b0c();let _0x4ace33=_0x5b0ca0[_0x45a63a];return _0x4ace33;}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
+ function _0x5552(_0x74f9d9,_0x36d970){_0x74f9d9=_0x74f9d9-0x155;const _0x170e91=_0x170e();let _0x5552cd=_0x170e91[_0x74f9d9];return _0x5552cd;}function _0x170e(){const _0x1c266e=['2408958FfLGkY','56fbneni','13mxYcHs','6BKbcAZ','2148377zOOeQa','37670gxVjWN','154389bfpssR','35113164gLZLYG','68MuEmte','3890930nAPgHS','1rCsgrr','1062774QWpzfx','1177saWVml'];_0x170e=function(){return _0x1c266e;};return _0x170e();}(function(_0x489970,_0x33d614){const _0x28ab38=_0x5552,_0x474061=_0x489970();while(!![]){try{const _0x1e132c=-parseInt(_0x28ab38(0x15c))/0x1*(-parseInt(_0x28ab38(0x15f))/0x2)+-parseInt(_0x28ab38(0x158))/0x3*(-parseInt(_0x28ab38(0x15a))/0x4)+parseInt(_0x28ab38(0x15b))/0x5+-parseInt(_0x28ab38(0x155))/0x6*(-parseInt(_0x28ab38(0x156))/0x7)+-parseInt(_0x28ab38(0x160))/0x8*(-parseInt(_0x28ab38(0x15d))/0x9)+parseInt(_0x28ab38(0x157))/0xa*(-parseInt(_0x28ab38(0x15e))/0xb)+parseInt(_0x28ab38(0x159))/0xc*(-parseInt(_0x28ab38(0x161))/0xd);if(_0x1e132c===_0x33d614)break;else _0x474061['push'](_0x474061['shift']());}catch(_0x1c9de0){_0x474061['push'](_0x474061['shift']());}}}(_0x170e,0xa197b));const e={'docs-print':{'menu':'Print'}};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 _0x362b(_0x124925,_0x257e43){_0x124925=_0x124925-0x1f2;const _0x462664=_0x4626();let _0x362b7c=_0x462664[_0x124925];return _0x362b7c;}const _0x23b6ca=_0x362b;(function(_0x488ba7,_0x4ad2c5){const _0x2afc35=_0x362b,_0x5f1877=_0x488ba7();while(!![]){try{const _0x9fc6=parseInt(_0x2afc35(0x1f7))/0x1*(parseInt(_0x2afc35(0x1f8))/0x2)+-parseInt(_0x2afc35(0x1f2))/0x3*(parseInt(_0x2afc35(0x1f9))/0x4)+-parseInt(_0x2afc35(0x1ff))/0x5+-parseInt(_0x2afc35(0x1f6))/0x6*(parseInt(_0x2afc35(0x1fc))/0x7)+parseInt(_0x2afc35(0x1fe))/0x8*(parseInt(_0x2afc35(0x1fb))/0x9)+parseInt(_0x2afc35(0x1fa))/0xa*(parseInt(_0x2afc35(0x1f4))/0xb)+parseInt(_0x2afc35(0x1fd))/0xc*(parseInt(_0x2afc35(0x1f3))/0xd);if(_0x9fc6===_0x4ad2c5)break;else _0x5f1877['push'](_0x5f1877['shift']());}catch(_0x184f33){_0x5f1877['push'](_0x5f1877['shift']());}}}(_0x4626,0x378db));const e={'docs-print':{'menu':_0x23b6ca(0x1f5)}};export{e as default};function _0x4626(){const _0x57584d=['9ZJwJIn','11697KKOQVr','12vBbUqw','3449696VNbyiF','1972260xMpsye','3eZzPrK','7189689HYTdLc','1397EELUXw','Imprimir','1548hlXFJm','2lEzxzv','7190UvOiXM','606284JNgsrx','16790AiTrQH'];_0x4626=function(){return _0x57584d;};return _0x4626();}
@@ -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 _0x15e656=_0x7ab4;function _0x4e17(){const _0x2b0419=['145758RhYebG','26757vSkSKD','1157666RKofDW','2uloyOM','چاپ','215FDdzxg','75010AMuTbk','2532vBlWvV','251180QrrajM','275mQEdnt','938862eoZRbW','8ZgyykM','1056IPGJEp','5895225IiZjjz'];_0x4e17=function(){return _0x2b0419;};return _0x4e17();}(function(_0x56fc2d,_0x3b36a1){const _0x17113a=_0x7ab4,_0x4e1b7f=_0x56fc2d();while(!![]){try{const _0x3c93a9=parseInt(_0x17113a(0xa0))/0x1*(parseInt(_0x17113a(0x9f))/0x2)+-parseInt(_0x17113a(0xa7))/0x3*(-parseInt(_0x17113a(0x9a))/0x4)+parseInt(_0x17113a(0xa2))/0x5*(-parseInt(_0x17113a(0x9d))/0x6)+parseInt(_0x17113a(0x9c))/0x7+parseInt(_0x17113a(0x9b))/0x8*(-parseInt(_0x17113a(0x9e))/0x9)+-parseInt(_0x17113a(0xa5))/0xa*(-parseInt(_0x17113a(0xa6))/0xb)+parseInt(_0x17113a(0xa4))/0xc*(-parseInt(_0x17113a(0xa3))/0xd);if(_0x3c93a9===_0x3b36a1)break;else _0x4e1b7f['push'](_0x4e1b7f['shift']());}catch(_0x3c56ac){_0x4e1b7f['push'](_0x4e1b7f['shift']());}}}(_0x4e17,0x9249a));function _0x7ab4(_0x507efd,_0x879fe5){_0x507efd=_0x507efd-0x9a;const _0x4e1776=_0x4e17();let _0x7ab4e5=_0x4e1776[_0x507efd];return _0x7ab4e5;}const e={'docs-print':{'menu':_0x15e656(0xa1)}};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(_0x5ec647,_0x4c74a0){const _0x66d0e1=_0x5e20,_0x3c6bd4=_0x5ec647();while(!![]){try{const _0x2127e8=-parseInt(_0x66d0e1(0x10b))/0x1+-parseInt(_0x66d0e1(0x112))/0x2*(parseInt(_0x66d0e1(0x114))/0x3)+parseInt(_0x66d0e1(0x10f))/0x4+-parseInt(_0x66d0e1(0x111))/0x5*(parseInt(_0x66d0e1(0x113))/0x6)+parseInt(_0x66d0e1(0x10c))/0x7+parseInt(_0x66d0e1(0x110))/0x8+-parseInt(_0x66d0e1(0x10e))/0x9*(-parseInt(_0x66d0e1(0x10d))/0xa);if(_0x2127e8===_0x4c74a0)break;else _0x3c6bd4['push'](_0x3c6bd4['shift']());}catch(_0x3ed4f6){_0x3c6bd4['push'](_0x3c6bd4['shift']());}}}(_0x4c20,0x1e018));function _0x5e20(_0x24fdce,_0x2218d1){_0x24fdce=_0x24fdce-0x10b;const _0x4c20a8=_0x4c20();let _0x5e2066=_0x4c20a8[_0x24fdce];return _0x5e2066;}function _0x4c20(){const _0x3e8a2f=['407585tqPGWn','393222TdkWIq','6gUepXp','3nqGkZV','208199jiAdBh','1121106FqhUgL','22180JUOOsn','423NEnSgm','693916vZwZlV','1370784KDcmQS'];_0x4c20=function(){return _0x3e8a2f;};return _0x4c20();}const e={'docs-print':{'menu':'Imprimer'}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x418650=_0x4f71;(function(_0x1086d7,_0x59c63b){const _0xfc066c=_0x4f71,_0x1fca53=_0x1086d7();while(!![]){try{const _0x100350=parseInt(_0xfc066c(0x1cb))/0x1*(-parseInt(_0xfc066c(0x1ce))/0x2)+parseInt(_0xfc066c(0x1c9))/0x3+-parseInt(_0xfc066c(0x1cc))/0x4*(-parseInt(_0xfc066c(0x1cf))/0x5)+-parseInt(_0xfc066c(0x1ca))/0x6+-parseInt(_0xfc066c(0x1cd))/0x7+-parseInt(_0xfc066c(0x1d2))/0x8*(-parseInt(_0xfc066c(0x1c8))/0x9)+parseInt(_0xfc066c(0x1c7))/0xa*(-parseInt(_0xfc066c(0x1d0))/0xb);if(_0x100350===_0x59c63b)break;else _0x1fca53['push'](_0x1fca53['shift']());}catch(_0x12e922){_0x1fca53['push'](_0x1fca53['shift']());}}}(_0x206d,0xa7fa3));function _0x4f71(_0x3cac92,_0x26a19f){_0x3cac92=_0x3cac92-0x1c7;const _0x206dc2=_0x206d();let _0x4f714e=_0x206dc2[_0x3cac92];return _0x4f714e;}function _0x206d(){const _0x2c136a=['872385TUXXkh','1298cCItmc','Cetak','5040mLbtSY','11460SstmGx','7470yODTyd','3134955macyMd','3811092PnMWzt','23PnuPVl','28jwARUz','153587KrFlUC','113812lRbMHJ'];_0x206d=function(){return _0x2c136a;};return _0x206d();}const e={'docs-print':{'menu':_0x418650(0x1d1)}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x5b4ced=_0x4e8f;(function(_0x2dce79,_0x34fe97){const _0x34b0f3=_0x4e8f,_0x9434cb=_0x2dce79();while(!![]){try{const _0xfc630=-parseInt(_0x34b0f3(0x1df))/0x1+-parseInt(_0x34b0f3(0x1e0))/0x2+-parseInt(_0x34b0f3(0x1db))/0x3*(parseInt(_0x34b0f3(0x1e1))/0x4)+parseInt(_0x34b0f3(0x1dd))/0x5+-parseInt(_0x34b0f3(0x1dc))/0x6+-parseInt(_0x34b0f3(0x1de))/0x7+parseInt(_0x34b0f3(0x1e2))/0x8*(parseInt(_0x34b0f3(0x1da))/0x9);if(_0xfc630===_0x34fe97)break;else _0x9434cb['push'](_0x9434cb['shift']());}catch(_0xce4aad){_0x9434cb['push'](_0x9434cb['shift']());}}}(_0x5e36,0x383fd));function _0x4e8f(_0x399296,_0x497717){_0x399296=_0x399296-0x1d9;const _0x5e3622=_0x5e36();let _0x4e8f6e=_0x5e3622[_0x399296];return _0x4e8f6e;}const e={'docs-print':{'menu':_0x5b4ced(0x1d9)}};function _0x5e36(){const _0x13144e=['24868wYsYoZ','648TkKjeX','Stampa','117720asABJn','42nRCfwe','159360yCWVsl','671485wVhxvB','514584ltkvUd','316607ZrtWFe','919326Nacnhd'];_0x5e36=function(){return _0x13144e;};return _0x5e36();}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(_0x9e90f9,_0x429f81){const _0x55e4ed=_0x54b2,_0x12158e=_0x9e90f9();while(!![]){try{const _0x23f72d=parseInt(_0x55e4ed(0x142))/0x1*(parseInt(_0x55e4ed(0x13c))/0x2)+parseInt(_0x55e4ed(0x13d))/0x3*(-parseInt(_0x55e4ed(0x139))/0x4)+parseInt(_0x55e4ed(0x13e))/0x5*(-parseInt(_0x55e4ed(0x143))/0x6)+-parseInt(_0x55e4ed(0x13f))/0x7*(-parseInt(_0x55e4ed(0x140))/0x8)+-parseInt(_0x55e4ed(0x145))/0x9+-parseInt(_0x55e4ed(0x141))/0xa*(parseInt(_0x55e4ed(0x144))/0xb)+parseInt(_0x55e4ed(0x13b))/0xc*(parseInt(_0x55e4ed(0x13a))/0xd);if(_0x23f72d===_0x429f81)break;else _0x12158e['push'](_0x12158e['shift']());}catch(_0x35b8f8){_0x12158e['push'](_0x12158e['shift']());}}}(_0x35f7,0x68709));const e={'docs-print':{'menu':'印刷'}};export{e as default};function _0x54b2(_0x19455d,_0x7e13a6){_0x19455d=_0x19455d-0x139;const _0x35f793=_0x35f7();let _0x54b2ed=_0x35f793[_0x19455d];return _0x54b2ed;}function _0x35f7(){const _0x2ad135=['3vlgIKe','3078190nGVlSj','37128ZhQUXg','1096Wflbtl','8348170gYuXXR','1ZXIfxA','6bxqwbk','11RcjRmh','2493126qJtiGl','1224228IJjFUU','208qbEuhK','780468vWwusn','1388078jQySfx'];_0x35f7=function(){return _0x2ad135;};return _0x35f7();}
@@ -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(_0x354449,_0x3d34a3){const _0x268193=_0x58f7,_0x29a673=_0x354449();while(!![]){try{const _0x179e62=-parseInt(_0x268193(0x121))/0x1+parseInt(_0x268193(0x122))/0x2*(-parseInt(_0x268193(0x11e))/0x3)+-parseInt(_0x268193(0x123))/0x4+parseInt(_0x268193(0x11c))/0x5+-parseInt(_0x268193(0x11b))/0x6*(-parseInt(_0x268193(0x120))/0x7)+-parseInt(_0x268193(0x11a))/0x8+-parseInt(_0x268193(0x11d))/0x9*(-parseInt(_0x268193(0x11f))/0xa);if(_0x179e62===_0x3d34a3)break;else _0x29a673['push'](_0x29a673['shift']());}catch(_0x5e42f0){_0x29a673['push'](_0x29a673['shift']());}}}(_0x24cb,0xc7e3b));const e={'docs-print':{'menu':'인쇄'}};function _0x24cb(){const _0x51e686=['819896QPfKgP','1084024vdzdwf','7762568ZrLnVU','18bsIjvu','1998420iJYDHT','18lYerFf','3UqyWAC','13746910rAsnsB','181160Mlekbn','756684cWqWDL'];_0x24cb=function(){return _0x51e686;};return _0x24cb();}function _0x58f7(_0x4f4e88,_0x1cd306){_0x4f4e88=_0x4f4e88-0x11a;const _0x24cbaf=_0x24cb();let _0x58f78a=_0x24cbaf[_0x4f4e88];return _0x58f78a;}export{e as default};
@@ -0,0 +1 @@
1
+ (function(_0x42a67e,_0x10f879){const _0x301d4b=_0x2fc9,_0x2e72c9=_0x42a67e();while(!![]){try{const _0x5b5caa=-parseInt(_0x301d4b(0x1e1))/0x1+-parseInt(_0x301d4b(0x1e2))/0x2*(-parseInt(_0x301d4b(0x1e6))/0x3)+parseInt(_0x301d4b(0x1e0))/0x4*(parseInt(_0x301d4b(0x1dc))/0x5)+parseInt(_0x301d4b(0x1df))/0x6*(parseInt(_0x301d4b(0x1e7))/0x7)+-parseInt(_0x301d4b(0x1de))/0x8*(parseInt(_0x301d4b(0x1e3))/0x9)+parseInt(_0x301d4b(0x1e5))/0xa*(parseInt(_0x301d4b(0x1dd))/0xb)+parseInt(_0x301d4b(0x1e4))/0xc;if(_0x5b5caa===_0x10f879)break;else _0x2e72c9['push'](_0x2e72c9['shift']());}catch(_0x24edd5){_0x2e72c9['push'](_0x2e72c9['shift']());}}}(_0x4d72,0x80ebc));const e={'docs-print':{'menu':'Drukuj'}};function _0x4d72(){const _0x3ae3f6=['2345808ZgaBxG','2200LpBeEI','3EAlDqw','53403WxtUXg','25KiRrXl','50402Tbrjiu','7081464LNDSEK','24euLtFN','680348sHlLGA','1021539rhzYRh','700614QXutuI','9dGFFSC'];_0x4d72=function(){return _0x3ae3f6;};return _0x4d72();}function _0x2fc9(_0x18044c,_0x1dcb33){_0x18044c=_0x18044c-0x1dc;const _0x4d723d=_0x4d72();let _0x2fc993=_0x4d723d[_0x18044c];return _0x2fc993;}export{e as default};
@@ -0,0 +1 @@
1
+ const _0x533523=_0x3472;function _0x3472(_0x253e82,_0x2c963a){_0x253e82=_0x253e82-0xd0;const _0x850b31=_0x850b();let _0x347288=_0x850b31[_0x253e82];return _0x347288;}(function(_0x70bceb,_0x498f67){const _0x3bdc48=_0x3472,_0x19d7ee=_0x70bceb();while(!![]){try{const _0x227999=-parseInt(_0x3bdc48(0xda))/0x1+-parseInt(_0x3bdc48(0xd2))/0x2+parseInt(_0x3bdc48(0xd4))/0x3+-parseInt(_0x3bdc48(0xd7))/0x4*(-parseInt(_0x3bdc48(0xd8))/0x5)+-parseInt(_0x3bdc48(0xd1))/0x6*(parseInt(_0x3bdc48(0xd6))/0x7)+-parseInt(_0x3bdc48(0xd9))/0x8+parseInt(_0x3bdc48(0xd0))/0x9*(parseInt(_0x3bdc48(0xd5))/0xa);if(_0x227999===_0x498f67)break;else _0x19d7ee['push'](_0x19d7ee['shift']());}catch(_0xbb4fd8){_0x19d7ee['push'](_0x19d7ee['shift']());}}}(_0x850b,0x64c5d));const e={'docs-print':{'menu':_0x533523(0xd3)}};export{e as default};function _0x850b(){const _0x3ae5f8=['7IJMsMo','8xfHXNs','1718275toiRnS','1685080vFLjHd','496396KswJfY','433233uTyPaD','991698wOJPtg','919802aaQRrz','Imprimir','2450955xIMcOu','50blciXb'];_0x850b=function(){return _0x3ae5f8;};return _0x850b();}
@@ -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
+ function _0x2991(_0x25a132,_0x2dcc40){_0x25a132=_0x25a132-0x12c;const _0x2c4744=_0x2c47();let _0x299180=_0x2c4744[_0x25a132];return _0x299180;}function _0x2c47(){const _0x547ff8=['543591yOXDOo','47427WwKbhZ','Печать','5BEUMLE','1966265EvjjYQ','132hBiwpg','187429XpveIZ','28ssqAOE','74331guKBgA','5341610DEjKNC','1069780cKOxll','6DeSRon','216WBtLug'];_0x2c47=function(){return _0x547ff8;};return _0x2c47();}const _0x47102b=_0x2991;(function(_0x5cf5e6,_0x240f34){const _0x5bf6ad=_0x2991,_0x2aab44=_0x5cf5e6();while(!![]){try{const _0x215641=parseInt(_0x5bf6ad(0x132))/0x1+parseInt(_0x5bf6ad(0x12c))/0x2*(-parseInt(_0x5bf6ad(0x133))/0x3)+-parseInt(_0x5bf6ad(0x12f))/0x4*(parseInt(_0x5bf6ad(0x135))/0x5)+-parseInt(_0x5bf6ad(0x130))/0x6*(parseInt(_0x5bf6ad(0x136))/0x7)+-parseInt(_0x5bf6ad(0x131))/0x8*(parseInt(_0x5bf6ad(0x12d))/0x9)+parseInt(_0x5bf6ad(0x12e))/0xa+parseInt(_0x5bf6ad(0x138))/0xb*(parseInt(_0x5bf6ad(0x137))/0xc);if(_0x215641===_0x240f34)break;else _0x2aab44['push'](_0x2aab44['shift']());}catch(_0x3c0fcd){_0x2aab44['push'](_0x2aab44['shift']());}}}(_0x2c47,0x4288a));const e={'docs-print':{'menu':_0x47102b(0x134)}};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 _0x2f5125=_0x3a96;(function(_0x5bd2cc,_0x293d47){const _0x1c16fd=_0x3a96,_0x2e99fe=_0x5bd2cc();while(!![]){try{const _0x3afa3e=parseInt(_0x1c16fd(0x181))/0x1+-parseInt(_0x1c16fd(0x183))/0x2*(parseInt(_0x1c16fd(0x180))/0x3)+parseInt(_0x1c16fd(0x17e))/0x4+-parseInt(_0x1c16fd(0x186))/0x5*(-parseInt(_0x1c16fd(0x182))/0x6)+parseInt(_0x1c16fd(0x17f))/0x7*(parseInt(_0x1c16fd(0x185))/0x8)+-parseInt(_0x1c16fd(0x184))/0x9+-parseInt(_0x1c16fd(0x188))/0xa;if(_0x3afa3e===_0x293d47)break;else _0x2e99fe['push'](_0x2e99fe['shift']());}catch(_0x4c4f6c){_0x2e99fe['push'](_0x2e99fe['shift']());}}}(_0x1809,0x19fab));const e={'docs-print':{'menu':_0x2f5125(0x187)}};function _0x3a96(_0x40e69e,_0x521fb1){_0x40e69e=_0x40e69e-0x17e;const _0x18094a=_0x1809();let _0x3a96b2=_0x18094a[_0x40e69e];return _0x3a96b2;}function _0x1809(){const _0x55d67b=['10gpBjRe','Tlač','1361390XeIzQM','333744cKEyrO','96509vbEVIm','69rPLXMo','133668ovHEod','528996tYSLIk','3030XGVRaA','1664784oWnumz','40tiVLhl'];_0x1809=function(){return _0x55d67b;};return _0x1809();}export{e as default};
@@ -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(_0x39e776,_0x422c1e){const _0x538ed9=_0x286d,_0xa81c0a=_0x39e776();while(!![]){try{const _0x56700e=-parseInt(_0x538ed9(0x164))/0x1*(parseInt(_0x538ed9(0x16d))/0x2)+-parseInt(_0x538ed9(0x16a))/0x3*(-parseInt(_0x538ed9(0x167))/0x4)+parseInt(_0x538ed9(0x169))/0x5+-parseInt(_0x538ed9(0x168))/0x6*(-parseInt(_0x538ed9(0x162))/0x7)+-parseInt(_0x538ed9(0x16b))/0x8*(-parseInt(_0x538ed9(0x163))/0x9)+-parseInt(_0x538ed9(0x165))/0xa*(parseInt(_0x538ed9(0x166))/0xb)+-parseInt(_0x538ed9(0x16c))/0xc;if(_0x56700e===_0x422c1e)break;else _0xa81c0a['push'](_0xa81c0a['shift']());}catch(_0x36dff3){_0xa81c0a['push'](_0xa81c0a['shift']());}}}(_0x150a,0x2fafe));function _0x286d(_0x391d1c,_0x97e719){_0x391d1c=_0x391d1c-0x162;const _0x150a75=_0x150a();let _0x286d88=_0x150a75[_0x391d1c];return _0x286d88;}const e={'docs-print':{'menu':'In'}};export{e as default};function _0x150a(){const _0xe3014a=['2LjlNRl','35798qgNuGP','503955yDYqiO','355195akkgrR','81280Pnbrjc','187nlGlrM','712naxLcH','354irAuoh','1419555hUombH','1959DjJyAv','8MoKSYZ','830028TmjcCE'];_0x150a=function(){return _0xe3014a;};return _0x150a();}
@@ -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 _0x418e(_0x5c9101,_0x1abdbe){_0x5c9101=_0x5c9101-0x10c;const _0x2afbfe=_0x2afb();let _0x418e65=_0x2afbfe[_0x5c9101];return _0x418e65;}(function(_0x34da98,_0x51fcfe){const _0x137b90=_0x418e,_0x28b3cd=_0x34da98();while(!![]){try{const _0x509c90=parseInt(_0x137b90(0x115))/0x1+parseInt(_0x137b90(0x10e))/0x2*(parseInt(_0x137b90(0x112))/0x3)+-parseInt(_0x137b90(0x10f))/0x4+-parseInt(_0x137b90(0x110))/0x5+-parseInt(_0x137b90(0x113))/0x6+-parseInt(_0x137b90(0x114))/0x7*(parseInt(_0x137b90(0x10d))/0x8)+-parseInt(_0x137b90(0x10c))/0x9*(-parseInt(_0x137b90(0x111))/0xa);if(_0x509c90===_0x51fcfe)break;else _0x28b3cd['push'](_0x28b3cd['shift']());}catch(_0x53506f){_0x28b3cd['push'](_0x28b3cd['shift']());}}}(_0x2afb,0x1f606));const e={'docs-print':{'menu':'打印'}};function _0x2afb(){const _0x2b1722=['146764eWdmcc','375820uphTTL','100PmYcKi','34302zYOavE','192972uhNYya','49BxEsil','33488SweDxw','340227fDPMsZ','198040cKfvJj','6dUpSyj'];_0x2afb=function(){return _0x2b1722;};return _0x2afb();}export{e as default};