@univerjs-pro/docs-print 0.25.1 → 1.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  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 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  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 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  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 -1
  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 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  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 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  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 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  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 -1
  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 -1
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -1
  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 -1
  50. package/lib/locale/it-IT.js +1 -1
  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 -1
  54. package/lib/locale/pt-BR.js +1 -1
  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 -1
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/controllers/components.controller.d.ts +7 -0
  62. package/lib/types/controllers/menu.d.ts +2 -1
  63. package/lib/types/controllers/{docs-print-ui.controller.d.ts → ui.controller.d.ts} +2 -4
  64. package/lib/types/index.d.ts +2 -2
  65. package/lib/types/locale/types.d.ts +3 -0
  66. package/lib/types/plugin.d.ts +1 -1
  67. package/lib/types/services/doc-print.service.d.ts +1 -3
  68. package/lib/umd/index.js +1 -1
  69. package/lib/umd/locale/ar-SA.js +1 -1
  70. package/lib/umd/locale/ca-ES.js +1 -1
  71. package/lib/umd/locale/de-DE.js +1 -1
  72. package/lib/umd/locale/en-US.js +1 -1
  73. package/lib/umd/locale/es-ES.js +1 -1
  74. package/lib/umd/locale/fa-IR.js +1 -1
  75. package/lib/umd/locale/fr-FR.js +1 -1
  76. package/lib/umd/locale/id-ID.js +1 -1
  77. package/lib/umd/locale/it-IT.js +1 -1
  78. package/lib/umd/locale/ja-JP.js +1 -1
  79. package/lib/umd/locale/ko-KR.js +1 -1
  80. package/lib/umd/locale/pl-PL.js +1 -1
  81. package/lib/umd/locale/pt-BR.js +1 -1
  82. package/lib/umd/locale/ru-RU.js +1 -1
  83. package/lib/umd/locale/sk-SK.js +1 -1
  84. package/lib/umd/locale/vi-VN.js +1 -1
  85. package/lib/umd/locale/zh-CN.js +1 -1
  86. package/lib/umd/locale/zh-HK.js +1 -1
  87. package/lib/umd/locale/zh-TW.js +1 -1
  88. package/package.json +12 -12
  89. /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
  90. /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
@@ -1 +1 @@
1
- const _0x2341be=_0x3bae;function _0x3bae(_0x57a22d,_0x1eed3e){_0x57a22d=_0x57a22d-0x176;const _0x5db6f5=_0x5db6();let _0x3baea7=_0x5db6f5[_0x57a22d];return _0x3baea7;}(function(_0x2704be,_0x79b4eb){const _0x47604b=_0x3bae,_0x4544dd=_0x2704be();while(!![]){try{const _0x4b43bc=parseInt(_0x47604b(0x17d))/0x1*(-parseInt(_0x47604b(0x180))/0x2)+-parseInt(_0x47604b(0x17a))/0x3+parseInt(_0x47604b(0x17c))/0x4+parseInt(_0x47604b(0x17e))/0x5+-parseInt(_0x47604b(0x17f))/0x6*(parseInt(_0x47604b(0x178))/0x7)+parseInt(_0x47604b(0x177))/0x8+parseInt(_0x47604b(0x179))/0x9*(parseInt(_0x47604b(0x17b))/0xa);if(_0x4b43bc===_0x79b4eb)break;else _0x4544dd['push'](_0x4544dd['shift']());}catch(_0x1116f4){_0x4544dd['push'](_0x4544dd['shift']());}}}(_0x5db6,0x2ea3a));const e={'docs-print':{'menu':_0x2341be(0x176)}};export{e as default};function _0x5db6(){const _0x58e219=['31470WvfhXv','388PLZgwk','Drukuj','2243856WwKDkA','35XzhyIV','303237DTVPFG','591114cjpxxw','10ICoqnK','937908Fgoojl','1551rYAOFW','832695gJoVpg'];_0x5db6=function(){return _0x58e219;};return _0x5db6();}
1
+ const _0x30fadb=_0x81b3;function _0x81b3(_0x368e34,_0xc5ed9f){_0x368e34=_0x368e34-0x1ea;const _0x220ea4=_0x220e();let _0x81b367=_0x220ea4[_0x368e34];return _0x81b367;}function _0x220e(){const _0x40b547=['4vPQHFN','34170192HsxtXX','9bkqoPF','343707GIXWvV','549496OQpoyT','2342105eYRrCu','500555ouNxTH','203uYVZie','Drukuj','95694JcsAPO','55LdDfZl','8hwwrlt','284410SrDAKC'];_0x220e=function(){return _0x40b547;};return _0x220e();}(function(_0x488efc,_0x521696){const _0xb5f218=_0x81b3,_0x288dca=_0x488efc();while(!![]){try{const _0x402783=-parseInt(_0xb5f218(0x1ed))/0x1*(parseInt(_0xb5f218(0x1f4))/0x2)+-parseInt(_0xb5f218(0x1ea))/0x3+-parseInt(_0xb5f218(0x1f2))/0x4*(parseInt(_0xb5f218(0x1ec))/0x5)+-parseInt(_0xb5f218(0x1f0))/0x6*(parseInt(_0xb5f218(0x1ee))/0x7)+parseInt(_0xb5f218(0x1eb))/0x8*(parseInt(_0xb5f218(0x1f6))/0x9)+parseInt(_0xb5f218(0x1f3))/0xa*(parseInt(_0xb5f218(0x1f1))/0xb)+parseInt(_0xb5f218(0x1f5))/0xc;if(_0x402783===_0x521696)break;else _0x288dca['push'](_0x288dca['shift']());}catch(_0x1da4a7){_0x288dca['push'](_0x288dca['shift']());}}}(_0x220e,0x84a86));const e={'docs-print':{'menu':_0x30fadb(0x1ef)}};export{e as default};
@@ -1 +1 @@
1
- const _0x5a2cf7=_0x4be5;(function(_0x2a4320,_0x6607f3){const _0x4de707=_0x4be5,_0x1b07aa=_0x2a4320();while(!![]){try{const _0x2f6e3b=-parseInt(_0x4de707(0xd7))/0x1+parseInt(_0x4de707(0xd5))/0x2*(-parseInt(_0x4de707(0xd9))/0x3)+-parseInt(_0x4de707(0xd3))/0x4*(parseInt(_0x4de707(0xda))/0x5)+parseInt(_0x4de707(0xdc))/0x6+parseInt(_0x4de707(0xd6))/0x7*(-parseInt(_0x4de707(0xd4))/0x8)+parseInt(_0x4de707(0xdb))/0x9+parseInt(_0x4de707(0xd2))/0xa;if(_0x2f6e3b===_0x6607f3)break;else _0x1b07aa['push'](_0x1b07aa['shift']());}catch(_0x225d2e){_0x1b07aa['push'](_0x1b07aa['shift']());}}}(_0x34fb,0xa187d));const e={'docs-print':{'menu':_0x5a2cf7(0xd8)}};function _0x4be5(_0xec1ff7,_0x402405){_0xec1ff7=_0xec1ff7-0xd2;const _0x34fbe5=_0x34fb();let _0x4be5fa=_0x34fbe5[_0xec1ff7];return _0x4be5fa;}export{e as default};function _0x34fb(){const _0x1c0285=['2717450DeESkT','3044ScYBbN','16ZeIAMX','6nyQVrW','1172122RBrACU','394634WRwTBh','Imprimir','199365NdYmIM','4135jqQPAk','6585372RNHkGM','7298484sCuxWx'];_0x34fb=function(){return _0x1c0285;};return _0x34fb();}
1
+ const _0x252948=_0x51b0;(function(_0x4bf6bc,_0x2106a7){const _0x588865=_0x51b0,_0x24f7e9=_0x4bf6bc();while(!![]){try{const _0x15a860=parseInt(_0x588865(0x1d8))/0x1+parseInt(_0x588865(0x1de))/0x2+parseInt(_0x588865(0x1dd))/0x3+-parseInt(_0x588865(0x1d7))/0x4+parseInt(_0x588865(0x1db))/0x5+-parseInt(_0x588865(0x1da))/0x6*(-parseInt(_0x588865(0x1dc))/0x7)+-parseInt(_0x588865(0x1d9))/0x8;if(_0x15a860===_0x2106a7)break;else _0x24f7e9['push'](_0x24f7e9['shift']());}catch(_0xaeaceb){_0x24f7e9['push'](_0x24f7e9['shift']());}}}(_0x378d,0xdd6ad));function _0x51b0(_0x37b5a7,_0x1de395){_0x37b5a7=_0x37b5a7-0x1d6;const _0x378d1d=_0x378d();let _0x51b05e=_0x378d1d[_0x37b5a7];return _0x51b05e;}const e={'docs-print':{'menu':_0x252948(0x1d6)}};export{e as default};function _0x378d(){const _0x3b7f84=['1297037sJgxVC','20764712MZakaM','174YnsPCo','1340760atsfwJ','402892QRMgwL','1800018AQiDOD','1771220TzvwcJ','Imprimir','4869660wipkxM'];_0x378d=function(){return _0x3b7f84;};return _0x378d();}
@@ -1 +1 @@
1
- function _0x4f47(_0x51d0f5,_0x28f77c){_0x51d0f5=_0x51d0f5-0xc6;const _0x47772e=_0x4777();let _0x4f4781=_0x47772e[_0x51d0f5];return _0x4f4781;}const _0x47db35=_0x4f47;function _0x4777(){const _0x1376bc=['36czIIqx','633YFeUpR','Печать','3731570liMTrW','3776lPIEBw','5vCrdaT','139231hZHyOH','3626535makwgb','9gYSzDt','1243292YLbcbS','72870FHoifO','72LrWshZ','2445210FfoOHF'];_0x4777=function(){return _0x1376bc;};return _0x4777();}(function(_0x197edf,_0x517c8d){const _0x1a2630=_0x4f47,_0xf3d00c=_0x197edf();while(!![]){try{const _0x3be466=-parseInt(_0x1a2630(0xcc))/0x1+parseInt(_0x1a2630(0xca))/0x2*(parseInt(_0x1a2630(0xc7))/0x3)+parseInt(_0x1a2630(0xcf))/0x4*(-parseInt(_0x1a2630(0xcb))/0x5)+-parseInt(_0x1a2630(0xd2))/0x6+parseInt(_0x1a2630(0xd0))/0x7*(parseInt(_0x1a2630(0xd1))/0x8)+parseInt(_0x1a2630(0xce))/0x9*(-parseInt(_0x1a2630(0xc9))/0xa)+-parseInt(_0x1a2630(0xcd))/0xb*(-parseInt(_0x1a2630(0xc6))/0xc);if(_0x3be466===_0x517c8d)break;else _0xf3d00c['push'](_0xf3d00c['shift']());}catch(_0x58d85a){_0xf3d00c['push'](_0xf3d00c['shift']());}}}(_0x4777,0x3d1ff));const e={'docs-print':{'menu':_0x47db35(0xc8)}};export{e as default};
1
+ function _0x352e(){const _0x16cf27=['198454CbdtzG','40mZJysw','7hUArvF','7797010BXibCv','182HdHddF','4160568yjUmns','4AjYGJe','685176ebBpCx','735579HmwciF','698788RYYUlD','3jTAifk','11eNRsLJ','195018qLidjX'];_0x352e=function(){return _0x16cf27;};return _0x352e();}(function(_0x261348,_0x1fb921){const _0x42d08b=_0x5881,_0x405fd4=_0x261348();while(!![]){try{const _0x266cbc=-parseInt(_0x42d08b(0x8d))/0x1*(-parseInt(_0x42d08b(0x87))/0x2)+-parseInt(_0x42d08b(0x91))/0x3*(parseInt(_0x42d08b(0x90))/0x4)+-parseInt(_0x42d08b(0x88))/0x5*(parseInt(_0x42d08b(0x86))/0x6)+parseInt(_0x42d08b(0x89))/0x7*(parseInt(_0x42d08b(0x8c))/0x8)+-parseInt(_0x42d08b(0x8f))/0x9+parseInt(_0x42d08b(0x8a))/0xa*(-parseInt(_0x42d08b(0x85))/0xb)+parseInt(_0x42d08b(0x8e))/0xc*(parseInt(_0x42d08b(0x8b))/0xd);if(_0x266cbc===_0x1fb921)break;else _0x405fd4['push'](_0x405fd4['shift']());}catch(_0xaac613){_0x405fd4['push'](_0x405fd4['shift']());}}}(_0x352e,0x66966));function _0x5881(_0x15bd3e,_0x5f135b){_0x15bd3e=_0x15bd3e-0x85;const _0x352e71=_0x352e();let _0x588147=_0x352e71[_0x15bd3e];return _0x588147;}const e={'docs-print':{'menu':'Печать'}};export{e as default};
@@ -1 +1 @@
1
- const _0x2c26ed=_0x3587;(function(_0x4441d6,_0x2ccf87){const _0x28ee9d=_0x3587,_0x1392c1=_0x4441d6();while(!![]){try{const _0x5f3d00=parseInt(_0x28ee9d(0x1c5))/0x1+-parseInt(_0x28ee9d(0x1c7))/0x2+parseInt(_0x28ee9d(0x1c9))/0x3+parseInt(_0x28ee9d(0x1cd))/0x4+-parseInt(_0x28ee9d(0x1cb))/0x5*(-parseInt(_0x28ee9d(0x1ca))/0x6)+parseInt(_0x28ee9d(0x1c8))/0x7+parseInt(_0x28ee9d(0x1c4))/0x8*(-parseInt(_0x28ee9d(0x1cc))/0x9);if(_0x5f3d00===_0x2ccf87)break;else _0x1392c1['push'](_0x1392c1['shift']());}catch(_0x2a0f57){_0x1392c1['push'](_0x1392c1['shift']());}}}(_0x4363,0x44ddd));function _0x3587(_0x3d36ff,_0x1380cd){_0x3d36ff=_0x3d36ff-0x1c4;const _0x436343=_0x4363();let _0x358704=_0x436343[_0x3d36ff];return _0x358704;}const e={'docs-print':{'menu':_0x2c26ed(0x1c6)}};function _0x4363(){const _0x3cf327=['254556tpEVzI','3781582etDUsx','1126959GQtASg','36CHGsHJ','291035fhOCVA','11244105goStuh','1238528SJjeVu','8ADhYrC','83947DSCUjc','Tlač'];_0x4363=function(){return _0x3cf327;};return _0x4363();}export{e as default};
1
+ const _0x14bef5=_0x3f98;(function(_0x24a5fa,_0x1d184c){const _0x2d6a30=_0x3f98,_0x407b77=_0x24a5fa();while(!![]){try{const _0x10a0a2=-parseInt(_0x2d6a30(0x12c))/0x1+parseInt(_0x2d6a30(0x12a))/0x2*(-parseInt(_0x2d6a30(0x135))/0x3)+parseInt(_0x2d6a30(0x129))/0x4*(parseInt(_0x2d6a30(0x134))/0x5)+parseInt(_0x2d6a30(0x131))/0x6*(-parseInt(_0x2d6a30(0x133))/0x7)+-parseInt(_0x2d6a30(0x132))/0x8*(-parseInt(_0x2d6a30(0x12b))/0x9)+parseInt(_0x2d6a30(0x128))/0xa*(parseInt(_0x2d6a30(0x12e))/0xb)+-parseInt(_0x2d6a30(0x12f))/0xc*(-parseInt(_0x2d6a30(0x12d))/0xd);if(_0x10a0a2===_0x1d184c)break;else _0x407b77['push'](_0x407b77['shift']());}catch(_0x2beea0){_0x407b77['push'](_0x407b77['shift']());}}}(_0x28ce,0xc8fe9));function _0x3f98(_0x99d320,_0x2522ea){_0x99d320=_0x99d320-0x128;const _0x28cefe=_0x28ce();let _0x3f9810=_0x28cefe[_0x99d320];return _0x3f9810;}const e={'docs-print':{'menu':_0x14bef5(0x130)}};function _0x28ce(){const _0x39624e=['363092KnBexZ','56980UAqeWg','18gtstuQ','1166960bGgCvu','13GApGFk','22czQBGO','24238044UybhKQ','Tlač','1482846zJBeeE','166728snezzI','21vfOTBb','5VckVDR','15ghPLlo','3609070FwXRaI'];_0x28ce=function(){return _0x39624e;};return _0x28ce();}export{e as default};
@@ -1 +1 @@
1
- function _0x1f27(){const _0xdc71bc=['679194yDDjtG','820yOHzlZ','3521QQeYnQ','12126zoudLz','3516NXvDxn','15067052UUcnlJ','32JtIGCf','3305530jrYfsY','4VfTqto','696602CHpsEf','7558170pxlEwU'];_0x1f27=function(){return _0xdc71bc;};return _0x1f27();}(function(_0x332520,_0xe3b05e){const _0x206371=_0x58a2,_0x45b80f=_0x332520();while(!![]){try{const _0x40bfaa=-parseInt(_0x206371(0x113))/0x1*(parseInt(_0x206371(0x109))/0x2)+-parseInt(_0x206371(0x10e))/0x3*(-parseInt(_0x206371(0x10c))/0x4)+parseInt(_0x206371(0x112))/0x5+-parseInt(_0x206371(0x10f))/0x6*(-parseInt(_0x206371(0x10d))/0x7)+parseInt(_0x206371(0x111))/0x8*(-parseInt(_0x206371(0x10b))/0x9)+-parseInt(_0x206371(0x10a))/0xa+parseInt(_0x206371(0x110))/0xb;if(_0x40bfaa===_0xe3b05e)break;else _0x45b80f['push'](_0x45b80f['shift']());}catch(_0xbc380b){_0x45b80f['push'](_0x45b80f['shift']());}}}(_0x1f27,0xabb59));function _0x58a2(_0x2db4d5,_0x5eb42f){_0x2db4d5=_0x2db4d5-0x109;const _0x1f27de=_0x1f27();let _0x58a259=_0x1f27de[_0x2db4d5];return _0x58a259;}const e={'docs-print':{'menu':'In'}};export{e as default};
1
+ (function(_0x561299,_0x3463ea){const _0x2a32ac=_0x192a,_0x345289=_0x561299();while(!![]){try{const _0x3c963c=-parseInt(_0x2a32ac(0x1cd))/0x1+parseInt(_0x2a32ac(0x1d0))/0x2+-parseInt(_0x2a32ac(0x1cb))/0x3*(parseInt(_0x2a32ac(0x1d1))/0x4)+parseInt(_0x2a32ac(0x1d4))/0x5*(parseInt(_0x2a32ac(0x1d3))/0x6)+-parseInt(_0x2a32ac(0x1ca))/0x7*(parseInt(_0x2a32ac(0x1ce))/0x8)+parseInt(_0x2a32ac(0x1cc))/0x9+-parseInt(_0x2a32ac(0x1d2))/0xa*(-parseInt(_0x2a32ac(0x1cf))/0xb);if(_0x3c963c===_0x3463ea)break;else _0x345289['push'](_0x345289['shift']());}catch(_0x30053d){_0x345289['push'](_0x345289['shift']());}}}(_0x5e05,0x35899));const e={'docs-print':{'menu':'In'}};function _0x192a(_0x5d17d6,_0x3ab64d){_0x5d17d6=_0x5d17d6-0x1ca;const _0x5e053b=_0x5e05();let _0x192a60=_0x5e053b[_0x5d17d6];return _0x192a60;}function _0x5e05(){const _0x3ff919=['221896bdmDmZ','8WksZpS','2022493kpnYJP','65006ctHifD','111196worXJp','40awftHR','30wMqAVv','88375JIVkLI','1391089EbLROd','39ITHUZP','1304721RMYmet'];_0x5e05=function(){return _0x3ff919;};return _0x5e05();}export{e as default};
@@ -1 +1 @@
1
- (function(_0x57c376,_0xa084e5){const _0x4bef83=_0x2385,_0x2d9395=_0x57c376();while(!![]){try{const _0x515251=-parseInt(_0x4bef83(0xeb))/0x1+-parseInt(_0x4bef83(0xed))/0x2*(parseInt(_0x4bef83(0xef))/0x3)+parseInt(_0x4bef83(0xee))/0x4+parseInt(_0x4bef83(0xf0))/0x5+parseInt(_0x4bef83(0xec))/0x6+parseInt(_0x4bef83(0xea))/0x7*(parseInt(_0x4bef83(0xf2))/0x8)+-parseInt(_0x4bef83(0xf1))/0x9;if(_0x515251===_0xa084e5)break;else _0x2d9395['push'](_0x2d9395['shift']());}catch(_0x42e24a){_0x2d9395['push'](_0x2d9395['shift']());}}}(_0x3d41,0xafad7));function _0x3d41(){const _0x361e5a=['7736958EpZVCs','8mjxzDV','729785basYTe','592138ovLPOH','8285562LliiJo','400788WkJNUw','4981944OdTAsb','9APOAnB','209445yEyopr'];_0x3d41=function(){return _0x361e5a;};return _0x3d41();}const e={'docs-print':{'menu':'打印'}};function _0x2385(_0x46e9de,_0x454f51){_0x46e9de=_0x46e9de-0xea;const _0x3d41a7=_0x3d41();let _0x2385ae=_0x3d41a7[_0x46e9de];return _0x2385ae;}export{e as default};
1
+ function _0x53fa(_0x5d992f,_0x473c18){_0x5d992f=_0x5d992f-0x162;const _0x3f8714=_0x3f87();let _0x53faaa=_0x3f8714[_0x5d992f];return _0x53faaa;}(function(_0x32843c,_0x13d115){const _0xd3ba91=_0x53fa,_0x3385f7=_0x32843c();while(!![]){try{const _0x107d02=-parseInt(_0xd3ba91(0x16b))/0x1*(-parseInt(_0xd3ba91(0x166))/0x2)+parseInt(_0xd3ba91(0x169))/0x3+parseInt(_0xd3ba91(0x165))/0x4*(-parseInt(_0xd3ba91(0x16e))/0x5)+parseInt(_0xd3ba91(0x164))/0x6*(parseInt(_0xd3ba91(0x16a))/0x7)+parseInt(_0xd3ba91(0x16d))/0x8*(-parseInt(_0xd3ba91(0x16c))/0x9)+-parseInt(_0xd3ba91(0x167))/0xa*(-parseInt(_0xd3ba91(0x168))/0xb)+-parseInt(_0xd3ba91(0x163))/0xc*(parseInt(_0xd3ba91(0x162))/0xd);if(_0x107d02===_0x13d115)break;else _0x3385f7['push'](_0x3385f7['shift']());}catch(_0x2ec36c){_0x3385f7['push'](_0x3385f7['shift']());}}}(_0x3f87,0x4bf3c));const e={'docs-print':{'menu':'打印'}};export{e as default};function _0x3f87(){const _0xd60ca6=['720132SQtpbh','336iMhCeX','1671rpmcfe','38781GrZRDv','592ExElXm','157075CxsGao','65HFZJZs','929532grDCxp','48426lLPlME','28xFVrBE','4VUSyLu','70qchqbM','952886QnrLJJ'];_0x3f87=function(){return _0xd60ca6;};return _0x3f87();}
@@ -1 +1 @@
1
- (function(_0x2e4c82,_0x438634){const _0x157caf=_0x5df3,_0x49c6fe=_0x2e4c82();while(!![]){try{const _0x356607=-parseInt(_0x157caf(0x190))/0x1+parseInt(_0x157caf(0x194))/0x2+-parseInt(_0x157caf(0x193))/0x3+parseInt(_0x157caf(0x195))/0x4*(-parseInt(_0x157caf(0x191))/0x5)+-parseInt(_0x157caf(0x196))/0x6+-parseInt(_0x157caf(0x18e))/0x7*(-parseInt(_0x157caf(0x192))/0x8)+-parseInt(_0x157caf(0x197))/0x9*(-parseInt(_0x157caf(0x18f))/0xa);if(_0x356607===_0x438634)break;else _0x49c6fe['push'](_0x49c6fe['shift']());}catch(_0x50df5a){_0x49c6fe['push'](_0x49c6fe['shift']());}}}(_0x3b69,0xddf5a));const e={'docs-print':{'menu':'列印'}};export{e as default};function _0x5df3(_0x38f8f8,_0x3b0144){_0x38f8f8=_0x38f8f8-0x18e;const _0x3b6935=_0x3b69();let _0x5df370=_0x3b6935[_0x38f8f8];return _0x5df370;}function _0x3b69(){const _0x591239=['4946157jiNSTd','490cjqqiK','20CPCRnO','93184ReVqTX','145045NLekVK','187832ElHLyH','4682499IcnHqs','621716crQniT','28hUxbgq','1723848tnevgP'];_0x3b69=function(){return _0x591239;};return _0x3b69();}
1
+ function _0x5a2d(_0x5d45a4,_0x333b9c){_0x5d45a4=_0x5d45a4-0x122;const _0x22efdb=_0x22ef();let _0x5a2dd0=_0x22efdb[_0x5d45a4];return _0x5a2dd0;}(function(_0x3fe648,_0x44008a){const _0x4c10b1=_0x5a2d,_0x4bc5e1=_0x3fe648();while(!![]){try{const _0x1c0833=-parseInt(_0x4c10b1(0x127))/0x1+parseInt(_0x4c10b1(0x126))/0x2*(parseInt(_0x4c10b1(0x12a))/0x3)+parseInt(_0x4c10b1(0x128))/0x4+parseInt(_0x4c10b1(0x12b))/0x5+-parseInt(_0x4c10b1(0x125))/0x6+-parseInt(_0x4c10b1(0x124))/0x7*(-parseInt(_0x4c10b1(0x122))/0x8)+parseInt(_0x4c10b1(0x123))/0x9*(-parseInt(_0x4c10b1(0x129))/0xa);if(_0x1c0833===_0x44008a)break;else _0x4bc5e1['push'](_0x4bc5e1['shift']());}catch(_0x3c5f7a){_0x4bc5e1['push'](_0x4bc5e1['shift']());}}}(_0x22ef,0x26ac1));const e={'docs-print':{'menu':'列印'}};function _0x22ef(){const _0x238071=['108980HJjFPB','75IZDhNx','1219065HAWHET','1216pfXWbe','198jfOghq','5586IBhIRx','414450zibrEI','4268wYAhou','72600jkeehO','485492iqLPBb'];_0x22ef=function(){return _0x238071;};return _0x22ef();}export{e as default};
@@ -1 +1 @@
1
- function _0xd75c(_0x5b8f11,_0x1444c8){_0x5b8f11=_0x5b8f11-0x121;const _0x2689c1=_0x2689();let _0xd75ccd=_0x2689c1[_0x5b8f11];return _0xd75ccd;}(function(_0x2605a2,_0x5f0973){const _0xa76eee=_0xd75c,_0x50a855=_0x2605a2();while(!![]){try{const _0xeb494=-parseInt(_0xa76eee(0x125))/0x1+-parseInt(_0xa76eee(0x121))/0x2+parseInt(_0xa76eee(0x128))/0x3*(parseInt(_0xa76eee(0x127))/0x4)+-parseInt(_0xa76eee(0x129))/0x5+parseInt(_0xa76eee(0x124))/0x6+parseInt(_0xa76eee(0x123))/0x7+-parseInt(_0xa76eee(0x122))/0x8*(parseInt(_0xa76eee(0x126))/0x9);if(_0xeb494===_0x5f0973)break;else _0x50a855['push'](_0x50a855['shift']());}catch(_0x179ff9){_0x50a855['push'](_0x50a855['shift']());}}}(_0x2689,0x8fbe8));const e={'docs-print':{'menu':'列印'}};export{e as default};function _0x2689(){const _0x30953e=['6511106CXDuVc','1872222xTriUc','33073TFzcdW','9LsIsXQ','156PlrQpC','83382RKeRiS','5311000ZaCgMM','13522vHhtcH','5082808wdocof'];_0x2689=function(){return _0x30953e;};return _0x2689();}
1
+ function _0xe33a(_0x21b7e4,_0xd68023){_0x21b7e4=_0x21b7e4-0x164;const _0x2879c8=_0x2879();let _0xe33adc=_0x2879c8[_0x21b7e4];return _0xe33adc;}(function(_0x16e852,_0x2bd05c){const _0x494411=_0xe33a,_0x1524e8=_0x16e852();while(!![]){try{const _0x49ab2a=parseInt(_0x494411(0x16c))/0x1*(parseInt(_0x494411(0x165))/0x2)+parseInt(_0x494411(0x167))/0x3*(-parseInt(_0x494411(0x16a))/0x4)+-parseInt(_0x494411(0x164))/0x5+parseInt(_0x494411(0x169))/0x6*(parseInt(_0x494411(0x168))/0x7)+parseInt(_0x494411(0x166))/0x8+-parseInt(_0x494411(0x16b))/0x9+-parseInt(_0x494411(0x16d))/0xa;if(_0x49ab2a===_0x2bd05c)break;else _0x1524e8['push'](_0x1524e8['shift']());}catch(_0x45ece4){_0x1524e8['push'](_0x1524e8['shift']());}}}(_0x2879,0xd443f));const e={'docs-print':{'menu':'列印'}};function _0x2879(){const _0x2099da=['4snDBCJ','9198344SfQVUn','384wARdEG','441yOAktF','130692cdWysz','28268AIKHCC','4214124uNbWSm','171004UhZjYL','1968590tuzHcz','2124785HUZUIM'];_0x2879=function(){return _0x2099da;};return _0x2879();}export{e as default};
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- const _0x1b0ac2=_0x1779;(function(_0x12fd61,_0x36d959){const _0x588e7b=_0x1779,_0x46d43d=_0x12fd61();while(!![]){try{const _0x9652d7=parseInt(_0x588e7b(0xe0))/0x1*(parseInt(_0x588e7b(0x131))/0x2)+parseInt(_0x588e7b(0x103))/0x3+parseInt(_0x588e7b(0x161))/0x4+-parseInt(_0x588e7b(0x111))/0x5+parseInt(_0x588e7b(0x13c))/0x6*(-parseInt(_0x588e7b(0x113))/0x7)+-parseInt(_0x588e7b(0x106))/0x8+parseInt(_0x588e7b(0xe7))/0x9;if(_0x9652d7===_0x36d959)break;else _0x46d43d['push'](_0x46d43d['shift']());}catch(_0x28a5a3){_0x46d43d['push'](_0x46d43d['shift']());}}}(_0xcbe7,0x47a11));import{CommandType as _0x5a2bb9,DependentOn as _0x1878f4,Disposable as _0x2a8ed5,DisposableCollection as _0x4ea5cd,DocumentFlavor as _0x41af37,ICommandService as _0x3adff6,IConfigService as _0x57aade,IUniverInstanceService as _0x5f0603,Inject as _0x4ac6e8,Injector as _0x383d30,Plugin as _0x20c864,UniverInstanceType as _0x2f5e76,generateRandomId as _0x281fb5,merge as _0x456651,registerDependencies as _0x20b2ec}from'@univerjs/core';import{DocPrintInterceptorService as _0x383a74,SwitchDocModeCommand as _0x1d0cd8,VIEWPORT_KEY as _0x4bcc55}from'@univerjs/docs-ui';import{CanvasRenderMode as _0x5224c7,Documents as _0x5ae250,Engine as _0x88e73b,IRenderManagerService as _0x4e423a,Scene as _0x5567f9,Viewport as _0x3e51b9}from'@univerjs/engine-render';import{LS_CONFIG_KEY as _0x310d17,UniverLicensePlugin as _0x3bf46a,getDocFeatureLimit as _0x19c9f5,getLicenseInfo as _0x32d39e,isFeatureAuthorizedWithinTime as _0x2274b0,isLocalCheck as _0x11528e}from'@univerjs-pro/license';import{PRINT_CANVAS_CLASS as _0x4f72b5,PRINT_CONTAINER_CLASS as _0x2adc8e,PrintDirection as _0x33af48,createPrintStyle as _0x3b5d66}from'@univerjs-pro/print';function _0x1779(_0x15bad5,_0x3a620d){_0x15bad5=_0x15bad5-0xdf;const _0xcbe712=_0xcbe7();let _0x17793a=_0xcbe712[_0x15bad5];return _0x17793a;}import{DocSkeletonManagerService as _0x14eeea}from'@univerjs/docs';import{ComponentManager as _0x5c2494,IMenuManagerService as _0x1a6f2d,IZenZoneService as _0x3727ff,MenuItemType as _0x1375ae,RibbonStartGroup as _0x5a41bb,getMenuHiddenObservable as _0x1981c6}from'@univerjs/ui';import{UniverNetworkPlugin as _0x11c794}from'@univerjs/network';import{PrintIcon as _0x5ec4b1}from'@univerjs/icons';function z(_0x4de08d){'@babel/helpers - typeof';const _0x172f1a=_0x1779;return z=typeof Symbol==_0x172f1a(0xe6)&&typeof Symbol['iterator']==_0x172f1a(0x148)?function(_0x2f5893){return typeof _0x2f5893;}:function(_0x24410b){const _0x34645a=_0x172f1a;return _0x24410b&&typeof Symbol==_0x34645a(0xe6)&&_0x24410b[_0x34645a(0x14b)]===Symbol&&_0x24410b!==Symbol[_0x34645a(0xe8)]?_0x34645a(0x148):typeof _0x24410b;},z(_0x4de08d);}function B(_0x1a74ca,_0x210b9e){const _0x5a95bd=_0x1779;if(z(_0x1a74ca)!=_0x5a95bd(0x13e)||!_0x1a74ca)return _0x1a74ca;var _0x1ca0bb=_0x1a74ca[Symbol[_0x5a95bd(0x145)]];if(_0x1ca0bb!==void 0x0){var _0x4e3411=_0x1ca0bb[_0x5a95bd(0x140)](_0x1a74ca,_0x210b9e||_0x5a95bd(0x10f));if(z(_0x4e3411)!=_0x5a95bd(0x13e))return _0x4e3411;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x210b9e===_0x5a95bd(0x108)?String:Number)(_0x1a74ca);}function V(_0xf06c){const _0x1304c4=_0x1779;var _0x5ae3c4=B(_0xf06c,'string');return z(_0x5ae3c4)==_0x1304c4(0x148)?_0x5ae3c4:_0x5ae3c4+'';}function H(_0x5eb226,_0x2c8bff,_0x478a72){return(_0x2c8bff=V(_0x2c8bff))in _0x5eb226?Object['defineProperty'](_0x5eb226,_0x2c8bff,{'value':_0x478a72,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x5eb226[_0x2c8bff]=_0x478a72,_0x5eb226;}var U=class extends _0x2a8ed5{get[_0x1b0ac2(0x101)](){const _0x3df165=_0x1b0ac2;return this[_0x3df165(0x109)];}get['root'](){const _0x20402b=_0x1b0ac2;return this[_0x20402b(0xe4)];}get[_0x1b0ac2(0x157)](){const _0x54005c=_0x1b0ac2;let _0x5f3cf6=this[_0x54005c(0xdf)][_0x54005c(0x14a)](_0x4e423a)[_0x54005c(0x124)](this[_0x54005c(0x122)]);if(!_0x5f3cf6)throw Error(_0x54005c(0x112));return _0x5f3cf6;}get[_0x1b0ac2(0x14c)](){const _0x4af4da=_0x1b0ac2;return this[_0x4af4da(0x157)]['with'](_0x14eeea)['getSkeleton']();}get[_0x1b0ac2(0x139)](){const _0x4b629f=_0x1b0ac2;let _0x29e949=this[_0x4b629f(0x14c)][_0x4b629f(0xe9)]();if(!_0x29e949)throw Error(_0x4b629f(0x165));return _0x29e949;}get[_0x1b0ac2(0x129)](){const _0x5c8df2=_0x1b0ac2;let _0x4f692a=this[_0x5c8df2(0x139)][_0x5c8df2(0x14e)][0x0];return{'width':_0x4f692a[_0x5c8df2(0xfb)],'height':_0x4f692a['pageHeight']};}constructor(_0x53f63e,_0x4e7538,_0x25ada8,_0x2e0dad){const _0x248ae0=_0x1b0ac2;super(),this['_injector']=_0x53f63e,this[_0x248ae0(0xf3)]=_0x4e7538,this[_0x248ae0(0x122)]=_0x25ada8,this[_0x248ae0(0x11d)]=_0x2e0dad,H(this,_0x248ae0(0x109),document['createElement'](_0x248ae0(0x12d))),H(this,_0x248ae0(0xe4),document[_0x248ae0(0x162)](_0x248ae0(0x12d))),H(this,_0x248ae0(0xf0),void 0x0),H(this,_0x248ae0(0xf9),void 0x0),H(this,_0x248ae0(0xe3),void 0x0),H(this,_0x248ae0(0x15a),void 0x0),H(this,'_viewMain',void 0x0),H(this,_0x248ae0(0x13a),new _0x4ea5cd()),this[_0x248ae0(0xe3)]=_0x281fb5(0x4),this[_0x248ae0(0x100)](),this[_0x248ae0(0xed)]({'dispose':()=>{const _0x4f0366=_0x248ae0;this[_0x4f0366(0xf0)]['dispose'](),this[_0x4f0366(0xf9)][_0x4f0366(0x14d)](),this['_effects'][_0x4f0366(0x14d)]();}});}[_0x1b0ac2(0x117)](){const _0x41e9a1=_0x1b0ac2;let {docsTop:_0xd279d2,docsLeft:_0x108154}=this['_documents'][_0x41e9a1(0x11b)](),_0x2e28f0=this['_paperSize'][_0x41e9a1(0x12b)],_0x3c0c73=this[_0x41e9a1(0x129)][_0x41e9a1(0x14f)];return{'top':_0xd279d2+(_0xd279d2+_0x2e28f0)*this[_0x41e9a1(0xf3)],'bottom':_0xd279d2+(_0xd279d2+_0x2e28f0)*(this[_0x41e9a1(0xf3)]+0x1),'left':_0x108154,'right':_0x108154+_0x3c0c73};}[_0x1b0ac2(0x100)](){const _0x526916=_0x1b0ac2;this[_0x526916(0xf0)]=new _0x88e73b('',{'elementWidth':this['_paperSize'][_0x526916(0x14f)],'elementHeight':this[_0x526916(0x129)]['height'],'dpr':0x1,'renderMode':_0x5224c7[_0x526916(0xf2)]}),this['_scene']=new _0x5567f9(this[_0x526916(0xe3)],this[_0x526916(0xf0)]),this[_0x526916(0xf9)][_0x526916(0x136)](0x1,0x1),this[_0x526916(0xf0)][_0x526916(0xe1)](this[_0x526916(0x109)],!0x1),this[_0x526916(0xf0)]['getCanvas']()[_0x526916(0x118)]()[_0x526916(0x13d)](this['_key']+'_'+_0x281fb5(0x4)),this[_0x526916(0x149)](),this[_0x526916(0x10d)]();}[_0x1b0ac2(0x149)](){const _0x5c5b13=_0x1b0ac2;let {pageMarginLeft:_0x5ad756,pageMarginTop:_0x5e0a08,docsLeft:_0x274f63,docsTop:_0x4fb2e2}=this[_0x5c5b13(0x11d)],_0x11eb60={'pageMarginLeft':_0x5ad756,'pageMarginTop':_0x5e0a08},_0xed22b3=new _0x5ae250('__DocPrintRender__',this[_0x5c5b13(0x14c)],_0x11eb60);_0xed22b3[_0x5c5b13(0x11a)](_0x274f63,_0x4fb2e2),this[_0x5c5b13(0xf9)][_0x5c5b13(0x110)](_0xed22b3),this['_documents']=_0xed22b3;let _0x29b526=this[_0x5c5b13(0xdf)][_0x5c5b13(0x14a)](_0x383a74);_0x29b526[_0x5c5b13(0x105)][_0x5c5b13(0x116)](_0x29b526[_0x5c5b13(0x105)]['getInterceptPoints']()[_0x5c5b13(0x15d)])(void 0x0,{'unitId':this[_0x5c5b13(0x122)],'scene':this[_0x5c5b13(0xf9)],'engine':this[_0x5c5b13(0xf0)],'root':this[_0x5c5b13(0xe4)],'documents':this[_0x5c5b13(0x15a)],'skeleton':this[_0x5c5b13(0x14c)]});}['_addViewport'](){const _0x745870=_0x1b0ac2;this[_0x745870(0x137)]=new _0x3e51b9(_0x4bcc55['VIEW_MAIN'],this['_scene'],{'explicitViewportWidthSet':!0x0,'explicitViewportHeightSet':!0x0});}[_0x1b0ac2(0x11c)](){const _0x26f2f7=_0x1b0ac2;let _0x43cab4=this[_0x26f2f7(0x117)]();this[_0x26f2f7(0x137)][_0x26f2f7(0x104)]({'viewportScrollX':_0x43cab4[_0x26f2f7(0x12f)],'viewportScrollY':_0x43cab4['top']}),this[_0x26f2f7(0xe4)][_0x26f2f7(0x133)][_0x26f2f7(0x151)]='absolute',this[_0x26f2f7(0xe4)][_0x26f2f7(0x133)][_0x26f2f7(0x11f)]='0px',this[_0x26f2f7(0xe4)]['style']['left']=_0x26f2f7(0x132),this['_root'][_0x26f2f7(0x133)][_0x26f2f7(0x14f)]=_0x26f2f7(0x154),this[_0x26f2f7(0xe4)]['style'][_0x26f2f7(0x12b)]=_0x26f2f7(0x154),this[_0x26f2f7(0x13a)]=new _0x4ea5cd();let _0x1147df=this[_0x26f2f7(0xdf)]['get'](_0x383a74);_0x1147df[_0x26f2f7(0x105)][_0x26f2f7(0x116)](_0x1147df['interceptor']['getInterceptPoints']()[_0x26f2f7(0x146)])(this[_0x26f2f7(0x13a)],{'unitId':this['_unitId'],'scene':this[_0x26f2f7(0xf9)],'engine':this[_0x26f2f7(0xf0)],'root':this[_0x26f2f7(0xe4)],'skeleton':this[_0x26f2f7(0x14c)],'offset':{'x':_0x43cab4[_0x26f2f7(0x12f)],'y':_0x43cab4['top']},'bound':{'top':_0x43cab4[_0x26f2f7(0x11f)],'left':_0x43cab4[_0x26f2f7(0x12f)],'right':_0x43cab4[_0x26f2f7(0x10a)],'bottom':_0x43cab4[_0x26f2f7(0x119)]}});}[_0x1b0ac2(0x152)](){const _0x494dac=_0x1b0ac2;let _0x31b314=this[_0x494dac(0xf0)]['getCanvas']()['getContext']();this[_0x494dac(0x15a)][_0x494dac(0x10e)](),this[_0x494dac(0xf9)][_0x494dac(0xfa)](),_0x31b314['save'](),this['_scene'][_0x494dac(0x152)](),_0x31b314['restore']();}};function W(_0x55a2e5,_0x9479d2){return function(_0x5835e4,_0x511a56){_0x9479d2(_0x5835e4,_0x511a56,_0x55a2e5);};}function G(_0x16a413,_0x3d6d39,_0x5118db,_0x4988a0){const _0x30a204=_0x1b0ac2;var _0x2d46b7=arguments['length'],_0x5f12ea=_0x2d46b7<0x3?_0x3d6d39:_0x4988a0===null?_0x4988a0=Object['getOwnPropertyDescriptor'](_0x3d6d39,_0x5118db):_0x4988a0,_0x313b86;if(typeof Reflect==_0x30a204(0x13e)&&typeof Reflect['decorate']==_0x30a204(0xe6))_0x5f12ea=Reflect['decorate'](_0x16a413,_0x3d6d39,_0x5118db,_0x4988a0);else{for(var _0x4da45a=_0x16a413['length']-0x1;_0x4da45a>=0x0;_0x4da45a--)(_0x313b86=_0x16a413[_0x4da45a])&&(_0x5f12ea=(_0x2d46b7<0x3?_0x313b86(_0x5f12ea):_0x2d46b7>0x3?_0x313b86(_0x3d6d39,_0x5118db,_0x5f12ea):_0x313b86(_0x3d6d39,_0x5118db))||_0x5f12ea);}return _0x2d46b7>0x3&&_0x5f12ea&&Object[_0x30a204(0x164)](_0x3d6d39,_0x5118db,_0x5f12ea),_0x5f12ea;}const K=Number[_0x1b0ac2(0xfd)](0x6a3f47b8),q=(_0xebf74d,_0x3a8cc1,_0x351250)=>{const _0x36259a=_0x1b0ac2;let _0x1685bc={'page':_0xebf74d,'isPro':!0x1,'timeValid':!0x1};if(!_0x3a8cc1||!_0x351250)return _0x1685bc;let _0x1a796d=_0x32d39e(_0x3a8cc1,_0x351250);if(_0x1a796d[_0x36259a(0x10c)]){let _0x37412d=_0x1a796d[_0x36259a(0x127)],_0x202539=_0x2274b0(_0x37412d,'df',K);_0x1685bc['isPro']=_0x202539,_0x1685bc[_0x36259a(0x150)]=_0x202539,_0x1685bc[_0x36259a(0x12c)]=_0x19c9f5(_0x37412d,_0x202539,_0x36259a(0xe2),_0xebf74d,_0xebf74d,0x0);}return _0x1685bc;};let J=class extends _0x2a8ed5{constructor(_0x3924c8,_0x510cd4,_0x1e0ece,_0x4396d9,_0x586984){const _0x5b5461=_0x1b0ac2;super(),this['_univerInstanceService']=_0x3924c8,this[_0x5b5461(0xef)]=_0x510cd4,this[_0x5b5461(0xdf)]=_0x1e0ece,this[_0x5b5461(0x134)]=_0x4396d9,this['_globalZoneService']=_0x586984;}[_0x1b0ac2(0x13b)](_0x4e1ede){const _0x52e003=_0x1b0ac2;var _0x21b4af,_0x10dd3f;let {ls:_0x54421c,pbk:_0x47668f}=(_0x21b4af=this[_0x52e003(0x134)][_0x52e003(0xe5)](_0x310d17))==null?{}:_0x21b4af,_0x2f70da=_0x11528e()?0x1/0x0:q(0x1,_0x54421c,_0x47668f)[_0x52e003(0x12c)];if(!this[_0x52e003(0x153)][_0x52e003(0x125)](_0x4e1ede,_0x2f5e76[_0x52e003(0x123)]))throw Error(_0x52e003(0x126));let _0x253b48=this[_0x52e003(0xef)]['getRenderById'](_0x4e1ede);if(!_0x253b48)throw Error('Render\x20is\x20not\x20found');let _0x2ccf07=(_0x10dd3f=_0x253b48[_0x52e003(0xf7)](_0x14eeea)[_0x52e003(0x141)]()[_0x52e003(0xe9)]())==null?void 0x0:_0x10dd3f['pages'];if(!_0x2ccf07)throw Error(_0x52e003(0x115));let _0x8296d3={'width':_0x2ccf07[0x0][_0x52e003(0xfb)],'height':_0x2ccf07[0x0]['pageHeight']},_0x5efeaa=_0x2ccf07[_0x52e003(0x12e)],_0xc6707e=Math[_0x52e003(0x11e)](_0x2f70da,_0x5efeaa),_0x130685=_0x253b48[_0x52e003(0xeb)][_0x52e003(0x11b)](),_0x7b440b=document[_0x52e003(0x162)](_0x52e003(0x12d));_0x7b440b[_0x52e003(0x15c)]=_0x2adc8e;let _0x1f321f=Array(_0xc6707e)['fill'](null)['map']((_0x5a6a7f,_0x8b7118)=>{const _0x438f21=_0x52e003;let _0x2315a4=new U(this['_injector'],_0x8b7118,_0x4e1ede,_0x130685);return _0x2315a4[_0x438f21(0x101)][_0x438f21(0x15c)]=_0x4f72b5,_0x2315a4;});_0x1f321f[_0x52e003(0x15f)](_0x4b3db1=>{const _0xa8c7d0=_0x52e003;_0x7b440b['appendChild'](_0x4b3db1['container']),_0x4b3db1[_0xa8c7d0(0x101)][_0xa8c7d0(0x144)](_0x4b3db1[_0xa8c7d0(0x102)]),_0x4b3db1['prepare']();});let _0x1b982d=_0x3b5d66(_0x8296d3['width'],_0x8296d3['height'],_0x33af48[_0x52e003(0x147)]);return document['body']['appendChild'](_0x1b982d),document[_0x52e003(0xf5)]['appendChild'](_0x7b440b),new Promise(_0x14d697=>{setTimeout(()=>{const _0x78e371=_0x1779;window[_0x78e371(0xea)]=()=>{const _0x5cb346=_0x78e371;_0x1f321f[_0x5cb346(0x15f)](_0x2433db=>{_0x2433db['render']();});},window[_0x78e371(0x130)]=()=>{const _0x3f194e=_0x78e371;_0x1f321f['forEach'](_0xda4645=>{_0xda4645['dispose']();}),document[_0x3f194e(0xf5)]['removeChild'](_0x7b440b),document[_0x3f194e(0xf5)][_0x3f194e(0x121)](_0x1b982d),this[_0x3f194e(0x155)]['close'](),_0x14d697(!0x0);},window['print']();},0x64);});}};J=G([W(0x0,_0x5f0603),W(0x1,_0x4e423a),W(0x2,_0x4ac6e8(_0x383d30)),W(0x3,_0x57aade),W(0x4,_0x3727ff)],J);const Y={'id':'docs.operation.print','type':_0x5a2bb9[_0x1b0ac2(0x107)],'handler':async _0x2c5982=>{const _0x48411a=_0x1b0ac2;let _0x430e06=_0x2c5982[_0x48411a(0x14a)](_0x5f0603),_0x28c7e8=_0x2c5982['get'](J),_0x489569=_0x2c5982[_0x48411a(0x14a)](_0x4e423a),_0x2c71e0=_0x2c5982[_0x48411a(0x14a)](_0x3adff6),_0x230607=_0x430e06['getCurrentUnitOfType'](_0x2f5e76[_0x48411a(0x123)]);if(!_0x230607)return!0x1;if(!_0x489569[_0x48411a(0x124)](_0x230607['getUnitId']()))throw Error(_0x48411a(0x112));let _0x27c6b5=_0x230607['getDocumentStyle']()[_0x48411a(0x163)];return _0x27c6b5!==_0x41af37[_0x48411a(0x135)]&&_0x2c71e0[_0x48411a(0x159)](_0x1d0cd8['id']),await _0x28c7e8[_0x48411a(0x13b)](_0x230607[_0x48411a(0xf6)]()),_0x27c6b5!==_0x41af37[_0x48411a(0x135)]&&_0x2c71e0['syncExecuteCommand'](_0x1d0cd8['id']),!0x0;}},X=_0x1b0ac2(0xff),Z={};var ie=_0x1b0ac2(0xf1),ae=_0x1b0ac2(0x12a);function oe(_0xce114){const _0x2c8c00=_0x1b0ac2;return{'id':Y['id'],'type':_0x1375ae[_0x2c8c00(0x13f)],'title':_0x2c8c00(0xf4),'icon':_0x2c8c00(0x160),'tooltip':_0x2c8c00(0xf4),'hidden$':_0x1981c6(_0xce114,_0x2f5e76[_0x2c8c00(0x123)])};}const se={[_0x5a41bb[_0x1b0ac2(0xfe)]]:{[Y['id']]:{'order':0.1,'menuItemFactory':oe}}};function _0xcbe7(){const _0x44d733=['interceptor','2445512mPtaYQ','OPERATION','string','_container','right','version','valid','_addViewport','makeForceDirty','default','addObject','2499170BIIpAk','Render\x20is\x20not\x20found','21yvnntU','_initMenus','Pages\x20are\x20not\x20found','fetchThroughInterceptors','_calculateLayout','getContext','bottom','translate','getOffsetConfig','prepare','_offsetConfig','min','top','_config','removeChild','_unitId','UNIVER_DOC','getRenderById','getUnit','DocumentDataModel\x20is\x20not\x20found','message','type','_paperSize','0.25.1','height','page','div','length','left','onafterprint','522RuvGeh','0px','style','_configService','TRADITIONAL','scale','_viewMain','_initComponents','_skeletonData','_effects','print','986622xSlcPt','setId','object','BUTTON','call','getSkeleton','_initCommands','_componentManager','appendChild','toPrimitive','PRINTING_DOM_COLLECT','Portrait','symbol','_addComponent','get','constructor','_skeleton','dispose','pages','width','timeValid','position','render','_univerInstanceService','100%','_globalZoneService','_commandService','_currentRender','onReady','syncExecuteCommand','_documents','menu','className','PRINTING_COMPONENT_COLLECT','setConfig','forEach','PrintIcon','1624992SOTrWM','createElement','documentFlavor','defineProperty','Skeleton\x20data\x20is\x20not\x20found','_injector','1044zHokVk','setContainer','mpn','_key','_root','getConfig','function','3744747nsMzLL','prototype','getSkeletonData','onbeforeprint','mainComponent','registerCommand','disposeWithMe','register','_renderManagerService','_engine','@univerjs-pro/docs-print','Printing','_page','docs-print.menu','body','getUnitId','with','pluginName','_scene','makeDirty','pageWidth','_menuManagerService','parseInt','OTHERS','UNIVER_DOCS_PRINT','_initRenderer','container','root','1492236JhciKi','updateScrollVal'];_0xcbe7=function(){return _0x44d733;};return _0xcbe7();}let Q=class extends _0x2a8ed5{constructor(_0x4382ee,_0x1b247e,_0xadba49){const _0x10e424=_0x1b0ac2;super(),this[_0x10e424(0x156)]=_0x4382ee,this[_0x10e424(0xfc)]=_0x1b247e,this[_0x10e424(0x143)]=_0xadba49,this[_0x10e424(0x114)](),this['_initCommands'](),this[_0x10e424(0x138)]();}[_0x1b0ac2(0x114)](){this['_menuManagerService']['mergeMenu'](se);}[_0x1b0ac2(0x142)](){const _0x3970db=_0x1b0ac2;this['disposeWithMe'](this[_0x3970db(0x156)][_0x3970db(0xec)](Y));}[_0x1b0ac2(0x138)](){const _0xf38f50=_0x1b0ac2;[['PrintIcon',_0x5ec4b1]][_0xf38f50(0x15f)](([_0x2da1de,_0x3440b4])=>{const _0x22dee5=_0xf38f50;this['_componentManager'][_0x22dee5(0xee)](_0x2da1de,_0x3440b4);});}};Q=G([W(0x0,_0x3adff6),W(0x1,_0x1a6f2d),W(0x2,_0x4ac6e8(_0x5c2494))],Q);let $=class extends _0x20c864{constructor(_0x5c2f77=Z,_0x5c32dc,_0x72e400){const _0x2407ea=_0x1b0ac2;super(),this[_0x2407ea(0x120)]=_0x5c2f77,this['_injector']=_0x5c32dc,this[_0x2407ea(0x134)]=_0x72e400;let {menu:_0x2c3da4,..._0x58238d}=_0x456651({},Z,this['_config']);_0x2c3da4&&this['_configService']['setConfig'](_0x2407ea(0x15b),_0x2c3da4,{'merge':!0x0}),this[_0x2407ea(0x134)][_0x2407ea(0x15e)](X,_0x58238d);}['onStarting'](){_0x20b2ec(this['_injector'],[[J],[Q]]);}[_0x1b0ac2(0x158)](){const _0x372d2b=_0x1b0ac2;this[_0x372d2b(0xdf)][_0x372d2b(0x14a)](Q);}};H($,_0x1b0ac2(0xf8),_0x1b0ac2(0xff)),H($,'packageName',ie),H($,_0x1b0ac2(0x10b),ae),H($,_0x1b0ac2(0x128),_0x2f5e76[_0x1b0ac2(0x123)]),$=G([_0x1878f4(_0x11c794,_0x3bf46a),W(0x1,_0x4ac6e8(_0x383d30)),W(0x2,_0x57aade)],$);export{X as DOCS_PRINT_PLUGIN_CONFIG_KEY,Y as DocPrintOperation,$ as UniverDocsPrintPlugin};
1
+ const _0x24eff4=_0x5223;(function(_0x1dedf0,_0x554fd7){const _0xbcd408=_0x5223,_0xdb6799=_0x1dedf0();while(!![]){try{const _0x2dae3d=-parseInt(_0xbcd408(0x120))/0x1*(parseInt(_0xbcd408(0x10f))/0x2)+-parseInt(_0xbcd408(0xa8))/0x3*(parseInt(_0xbcd408(0xf6))/0x4)+parseInt(_0xbcd408(0x10d))/0x5+-parseInt(_0xbcd408(0xa4))/0x6*(-parseInt(_0xbcd408(0xa7))/0x7)+-parseInt(_0xbcd408(0x105))/0x8*(parseInt(_0xbcd408(0xdc))/0x9)+parseInt(_0xbcd408(0xb9))/0xa+parseInt(_0xbcd408(0xec))/0xb;if(_0x2dae3d===_0x554fd7)break;else _0xdb6799['push'](_0xdb6799['shift']());}catch(_0x31cf3){_0xdb6799['push'](_0xdb6799['shift']());}}}(_0x50d4,0xde5a5));import{CommandType as _0x25541c,DependentOn as _0x3331bc,Disposable as _0x1432a9,DisposableCollection as _0x61a42a,DocumentFlavor as _0x1d43f3,ICommandService as _0x7f09c7,IConfigService as _0x445c20,IUniverInstanceService as _0x17c172,Inject as _0x108da3,Injector as _0x2a1f09,Plugin as _0x443640,UniverInstanceType as _0x63c0de,generateRandomId as _0x3334ea,merge as _0x51eea3,registerDependencies as _0x456e00}from'@univerjs/core';import{DocPrintInterceptorService as _0x29edf8,SwitchDocModeCommand as _0x2ead00,VIEWPORT_KEY as _0x53e730}from'@univerjs/docs-ui';import{CanvasRenderMode as _0xda7d2b,Documents as _0xbf8b06,Engine as _0x5e6635,IRenderManagerService as _0x2d2062,Scene as _0x10367e,Viewport as _0x85846d}from'@univerjs/engine-render';import{LS_CONFIG_KEY as _0x596eb7,UniverLicensePlugin as _0x468070,getDocFeatureLimit as _0x1d8676,getLicenseInfo as _0x35b3e5,isFeatureAuthorizedWithinTime as _0x5ab22f,isLocalCheck as _0x312d6a}from'@univerjs-pro/license';import{PRINT_CANVAS_CLASS as _0x42e119,PRINT_CONTAINER_CLASS as _0x49f039,PrintDirection as _0x4acbb1,createPrintStyle as _0x2e347d}from'@univerjs-pro/print';import{DocSkeletonManagerService as _0x5aaec0}from'@univerjs/docs';import{UniverNetworkPlugin as _0xe1b8ac}from'@univerjs/network';import{PrintIcon as _0x1a0e81}from'@univerjs/icons';import{IMenuManagerService as _0x5a06ba,IconManager as _0x49e8b3,MenuItemType as _0x6dda1e,RibbonStartGroup as _0x373b0f,getMenuHiddenObservable as _0x517551}from'@univerjs/ui';function R(_0x17e648){'@babel/helpers - typeof';const _0x33d2f1=_0x5223;return R=typeof Symbol=='function'&&typeof Symbol[_0x33d2f1(0xd2)]==_0x33d2f1(0xb2)?function(_0x3b284d){return typeof _0x3b284d;}:function(_0x4792a3){const _0x4f0919=_0x33d2f1;return _0x4792a3&&typeof Symbol=='function'&&_0x4792a3[_0x4f0919(0xb6)]===Symbol&&_0x4792a3!==Symbol[_0x4f0919(0xc2)]?_0x4f0919(0xb2):typeof _0x4792a3;},R(_0x17e648);}function z(_0xf7edbc,_0x356c43){const _0x121767=_0x5223;if(R(_0xf7edbc)!='object'||!_0xf7edbc)return _0xf7edbc;var _0x44f40a=_0xf7edbc[Symbol['toPrimitive']];if(_0x44f40a!==void 0x0){var _0x317d63=_0x44f40a['call'](_0xf7edbc,_0x356c43||_0x121767(0xc7));if(R(_0x317d63)!=_0x121767(0x110))return _0x317d63;throw TypeError(_0x121767(0xda));}return(_0x356c43===_0x121767(0xf7)?String:Number)(_0xf7edbc);}function B(_0x5ad8a7){const _0x1b3166=_0x5223;var _0x598fae=z(_0x5ad8a7,_0x1b3166(0xf7));return R(_0x598fae)==_0x1b3166(0xb2)?_0x598fae:_0x598fae+'';}function V(_0x2734ef,_0x115367,_0x159a3b){const _0x22134e=_0x5223;return(_0x115367=B(_0x115367))in _0x2734ef?Object[_0x22134e(0xf9)](_0x2734ef,_0x115367,{'value':_0x159a3b,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2734ef[_0x115367]=_0x159a3b,_0x2734ef;}var H=class extends _0x1432a9{get[_0x24eff4(0x109)](){const _0x146261=_0x24eff4;return this[_0x146261(0x11b)];}get['root'](){const _0x2bca00=_0x24eff4;return this[_0x2bca00(0xa0)];}get[_0x24eff4(0x102)](){const _0x3bc411=_0x24eff4;let _0x515b3b=this['_injector'][_0x3bc411(0x11f)](_0x2d2062)[_0x3bc411(0xf1)](this[_0x3bc411(0xe6)]);if(!_0x515b3b)throw Error(_0x3bc411(0xf2));return _0x515b3b;}get[_0x24eff4(0xee)](){const _0x4ae382=_0x24eff4;return this['_currentRender'][_0x4ae382(0xac)](_0x5aaec0)['getSkeleton']();}get[_0x24eff4(0x118)](){const _0x3fa205=_0x24eff4;let _0x3a75ac=this[_0x3fa205(0xee)][_0x3fa205(0xe5)]();if(!_0x3a75ac)throw Error('Skeleton\x20data\x20is\x20not\x20found');return _0x3a75ac;}get['_paperSize'](){const _0x3d1180=_0x24eff4;let _0x4d0ab8=this[_0x3d1180(0x118)][_0x3d1180(0xb7)][0x0];return{'width':_0x4d0ab8[_0x3d1180(0x108)],'height':_0x4d0ab8[_0x3d1180(0xdb)]};}constructor(_0x21df18,_0x21c727,_0xe33cc5,_0x3f5aa6){const _0x514062=_0x24eff4;super(),this['_injector']=_0x21df18,this['_page']=_0x21c727,this[_0x514062(0xe6)]=_0xe33cc5,this[_0x514062(0xc6)]=_0x3f5aa6,V(this,_0x514062(0x11b),document['createElement']('div')),V(this,_0x514062(0xa0),document[_0x514062(0x104)]('div')),V(this,_0x514062(0xa9),void 0x0),V(this,_0x514062(0xcc),void 0x0),V(this,_0x514062(0xbb),void 0x0),V(this,_0x514062(0xd1),void 0x0),V(this,'_viewMain',void 0x0),V(this,_0x514062(0xd9),new _0x61a42a()),this['_key']=_0x3334ea(0x4),this[_0x514062(0xfd)](),this[_0x514062(0xab)]({'dispose':()=>{const _0x1eb092=_0x514062;this[_0x1eb092(0xa9)][_0x1eb092(0xbd)](),this[_0x1eb092(0xcc)]['dispose'](),this[_0x1eb092(0xd9)]['dispose']();}});}[_0x24eff4(0xcf)](){const _0x17d263=_0x24eff4;let {docsTop:_0x3f87f7,docsLeft:_0x2f8eea}=this[_0x17d263(0xd1)][_0x17d263(0xcd)](),_0x17ad82=this[_0x17d263(0xca)][_0x17d263(0xaa)],_0x35fee0=this[_0x17d263(0xca)]['width'];return{'top':_0x3f87f7+(_0x3f87f7+_0x17ad82)*this[_0x17d263(0x116)],'bottom':_0x3f87f7+(_0x3f87f7+_0x17ad82)*(this['_page']+0x1),'left':_0x2f8eea,'right':_0x2f8eea+_0x35fee0};}[_0x24eff4(0xfd)](){const _0x2fd08f=_0x24eff4;this[_0x2fd08f(0xa9)]=new _0x5e6635('',{'elementWidth':this[_0x2fd08f(0xca)][_0x2fd08f(0xb5)],'elementHeight':this['_paperSize'][_0x2fd08f(0xaa)],'dpr':0x1,'renderMode':_0xda7d2b[_0x2fd08f(0xe7)]}),this[_0x2fd08f(0xcc)]=new _0x10367e(this[_0x2fd08f(0xbb)],this[_0x2fd08f(0xa9)]),this[_0x2fd08f(0xcc)]['scale'](0x1,0x1),this['_engine']['setContainer'](this[_0x2fd08f(0x11b)],!0x1),this[_0x2fd08f(0xa9)]['getCanvas']()['getContext']()['setId'](this[_0x2fd08f(0xbb)]+'_'+_0x3334ea(0x4)),this[_0x2fd08f(0xaf)](),this[_0x2fd08f(0xa2)]();}['_addComponent'](){const _0x2c5e2c=_0x24eff4;let {pageMarginLeft:_0x3c439e,pageMarginTop:_0x2a0aca,docsLeft:_0x51683c,docsTop:_0x30391e}=this[_0x2c5e2c(0xc6)],_0x174666={'pageMarginLeft':_0x3c439e,'pageMarginTop':_0x2a0aca},_0x4d0938=new _0xbf8b06(_0x2c5e2c(0xce),this['_skeleton'],_0x174666);_0x4d0938['translate'](_0x51683c,_0x30391e),this[_0x2c5e2c(0xcc)][_0x2c5e2c(0xf4)](_0x4d0938),this[_0x2c5e2c(0xd1)]=_0x4d0938;let _0x51aa5d=this['_injector'][_0x2c5e2c(0x11f)](_0x29edf8);_0x51aa5d[_0x2c5e2c(0x117)][_0x2c5e2c(0xd0)](_0x51aa5d[_0x2c5e2c(0x117)][_0x2c5e2c(0xf0)]()['PRINTING_COMPONENT_COLLECT'])(void 0x0,{'unitId':this['_unitId'],'scene':this['_scene'],'engine':this[_0x2c5e2c(0xa9)],'root':this['_root'],'documents':this['_documents'],'skeleton':this[_0x2c5e2c(0xee)]});}[_0x24eff4(0xa2)](){const _0xd1ecb7=_0x24eff4;this['_viewMain']=new _0x85846d(_0x53e730[_0xd1ecb7(0xfb)],this['_scene'],{'explicitViewportWidthSet':!0x0,'explicitViewportHeightSet':!0x0});}[_0x24eff4(0xc0)](){const _0x31403b=_0x24eff4;let _0x1fee81=this[_0x31403b(0xcf)]();this['_viewMain']['updateScrollVal']({'viewportScrollX':_0x1fee81[_0x31403b(0x101)],'viewportScrollY':_0x1fee81[_0x31403b(0x103)]}),this[_0x31403b(0xa0)][_0x31403b(0x106)][_0x31403b(0xff)]=_0x31403b(0x11d),this[_0x31403b(0xa0)][_0x31403b(0x106)][_0x31403b(0x103)]='0px',this[_0x31403b(0xa0)]['style']['left']=_0x31403b(0xad),this[_0x31403b(0xa0)][_0x31403b(0x106)][_0x31403b(0xb5)]=_0x31403b(0xe1),this['_root'][_0x31403b(0x106)][_0x31403b(0xaa)]=_0x31403b(0xe1),this[_0x31403b(0xd9)]=new _0x61a42a();let _0xca3f93=this[_0x31403b(0xbf)][_0x31403b(0x11f)](_0x29edf8);_0xca3f93['interceptor'][_0x31403b(0xd0)](_0xca3f93['interceptor'][_0x31403b(0xf0)]()[_0x31403b(0x100)])(this[_0x31403b(0xd9)],{'unitId':this[_0x31403b(0xe6)],'scene':this[_0x31403b(0xcc)],'engine':this[_0x31403b(0xa9)],'root':this[_0x31403b(0xa0)],'skeleton':this['_skeleton'],'offset':{'x':_0x1fee81[_0x31403b(0x101)],'y':_0x1fee81[_0x31403b(0x103)]},'bound':{'top':_0x1fee81['top'],'left':_0x1fee81['left'],'right':_0x1fee81['right'],'bottom':_0x1fee81[_0x31403b(0xbc)]}});}[_0x24eff4(0x11a)](){const _0x41345d=_0x24eff4;let _0x28abb9=this['_engine'][_0x41345d(0x10e)]()['getContext']();this[_0x41345d(0xd1)][_0x41345d(0xc3)](),this['_scene'][_0x41345d(0xdd)](),_0x28abb9['save'](),this[_0x41345d(0xcc)]['render'](),_0x28abb9['restore']();}};function U(_0x548180,_0x2b783a){return function(_0x513004,_0x33b843){_0x2b783a(_0x513004,_0x33b843,_0x548180);};}function W(_0x17285a,_0x564fda,_0x310e36,_0x5350b2){const _0x364ecc=_0x24eff4;var _0x50d9ca=arguments[_0x364ecc(0x119)],_0x1e93c2=_0x50d9ca<0x3?_0x564fda:_0x5350b2===null?_0x5350b2=Object[_0x364ecc(0x107)](_0x564fda,_0x310e36):_0x5350b2,_0x34514a;if(typeof Reflect==_0x364ecc(0x110)&&typeof Reflect[_0x364ecc(0xb1)]==_0x364ecc(0xb0))_0x1e93c2=Reflect['decorate'](_0x17285a,_0x564fda,_0x310e36,_0x5350b2);else{for(var _0x3cd38f=_0x17285a[_0x364ecc(0x119)]-0x1;_0x3cd38f>=0x0;_0x3cd38f--)(_0x34514a=_0x17285a[_0x3cd38f])&&(_0x1e93c2=(_0x50d9ca<0x3?_0x34514a(_0x1e93c2):_0x50d9ca>0x3?_0x34514a(_0x564fda,_0x310e36,_0x1e93c2):_0x34514a(_0x564fda,_0x310e36))||_0x1e93c2);}return _0x50d9ca>0x3&&_0x1e93c2&&Object[_0x364ecc(0xf9)](_0x564fda,_0x310e36,_0x1e93c2),_0x1e93c2;}const G=Number['parseInt'](0x6a3fb83b),K=(_0x56df4f,_0x253d89,_0x157e96)=>{const _0x351042=_0x24eff4;let _0x40eb47={'page':_0x56df4f,'isPro':!0x1,'timeValid':!0x1};if(!_0x253d89||!_0x157e96)return _0x40eb47;let _0x2d0782=_0x35b3e5(_0x253d89,_0x157e96);if(_0x2d0782['valid']){let _0x3237be=_0x2d0782[_0x351042(0xf5)],_0xa3d908=_0x5ab22f(_0x3237be,'df',G);_0x40eb47[_0x351042(0xe3)]=_0xa3d908,_0x40eb47[_0x351042(0xb4)]=_0xa3d908,_0x40eb47[_0x351042(0xe9)]=_0x1d8676(_0x3237be,_0xa3d908,_0x351042(0xd8),_0x56df4f,_0x56df4f,0x0);}return _0x40eb47;};let q=class extends _0x1432a9{constructor(_0x3fc28c,_0x3848ff,_0x568d8d,_0x3f43a7){const _0x50e26f=_0x24eff4;super(),this['_univerInstanceService']=_0x3fc28c,this[_0x50e26f(0xb8)]=_0x3848ff,this['_injector']=_0x568d8d,this[_0x50e26f(0xfa)]=_0x3f43a7;}['print'](_0x4a0f9b){const _0x137818=_0x24eff4;var _0x56ae0c,_0x4ff1fb;let {ls:_0x18f0dc,pbk:_0x37aa0a}=(_0x56ae0c=this[_0x137818(0xfa)][_0x137818(0x121)](_0x596eb7))==null?{}:_0x56ae0c,_0x13b5ee=_0x312d6a()?0x1/0x0:K(0x1,_0x18f0dc,_0x37aa0a)[_0x137818(0xe9)];if(!this[_0x137818(0x113)][_0x137818(0xeb)](_0x4a0f9b,_0x63c0de['UNIVER_DOC']))throw Error(_0x137818(0xe0));let _0x271045=this[_0x137818(0xb8)]['getRenderById'](_0x4a0f9b);if(!_0x271045)throw Error(_0x137818(0xf2));let _0x5cc37f=(_0x4ff1fb=_0x271045[_0x137818(0xac)](_0x5aaec0)[_0x137818(0x9f)]()[_0x137818(0xe5)]())==null?void 0x0:_0x4ff1fb[_0x137818(0xb7)];if(!_0x5cc37f)throw Error(_0x137818(0x114));let _0x405780={'width':_0x5cc37f[0x0][_0x137818(0x108)],'height':_0x5cc37f[0x0][_0x137818(0xdb)]},_0x3fa3c3=_0x5cc37f[_0x137818(0x119)],_0x4a0aa9=Math[_0x137818(0xc4)](_0x13b5ee,_0x3fa3c3),_0x491c74=_0x271045['mainComponent'][_0x137818(0xcd)](),_0x3311ed=document[_0x137818(0x104)](_0x137818(0xd7));_0x3311ed[_0x137818(0xb3)]=_0x49f039;let _0xb35548=Array(_0x4a0aa9)[_0x137818(0x111)](null)['map']((_0x48c8ee,_0x9a2ce4)=>{const _0x4c4738=_0x137818;let _0x5a006c=new H(this[_0x4c4738(0xbf)],_0x9a2ce4,_0x4a0f9b,_0x491c74);return _0x5a006c['container'][_0x4c4738(0xb3)]=_0x42e119,_0x5a006c;});_0xb35548['forEach'](_0x154df1=>{const _0x2c491e=_0x137818;_0x3311ed[_0x2c491e(0xdf)](_0x154df1[_0x2c491e(0x109)]),_0x154df1[_0x2c491e(0x109)][_0x2c491e(0xdf)](_0x154df1[_0x2c491e(0x11e)]),_0x154df1[_0x2c491e(0xc0)]();});let _0x51df84=_0x2e347d(_0x405780[_0x137818(0xb5)],_0x405780[_0x137818(0xaa)],_0x4acbb1[_0x137818(0xa5)]);return document['body'][_0x137818(0xdf)](_0x51df84),document[_0x137818(0x115)]['appendChild'](_0x3311ed),new Promise(_0x21ca2b=>{setTimeout(()=>{const _0x232474=_0x5223;window['onbeforeprint']=()=>{const _0x1017a5=_0x5223;_0xb35548[_0x1017a5(0xf3)](_0x315f57=>{const _0x31d857=_0x1017a5;_0x315f57[_0x31d857(0x11a)]();});},window[_0x232474(0xa3)]=()=>{const _0x3a5d76=_0x232474;_0xb35548[_0x3a5d76(0xf3)](_0x2028e3=>{_0x2028e3['dispose']();}),document['body']['removeChild'](_0x3311ed),document[_0x3a5d76(0x115)][_0x3a5d76(0x9e)](_0x51df84),_0x21ca2b(!0x0);},window[_0x232474(0xe8)]();},0x64);});}};q=W([U(0x0,_0x17c172),U(0x1,_0x2d2062),U(0x2,_0x108da3(_0x2a1f09)),U(0x3,_0x445c20)],q);const J={'id':_0x24eff4(0xf8),'type':_0x25541c[_0x24eff4(0xc1)],'handler':async _0x435cde=>{const _0x50b2cc=_0x24eff4;let _0x31e378=_0x435cde[_0x50b2cc(0x11f)](_0x17c172),_0x95c118=_0x435cde[_0x50b2cc(0x11f)](q),_0x4a9da2=_0x435cde['get'](_0x2d2062),_0xcd2484=_0x435cde[_0x50b2cc(0x11f)](_0x7f09c7),_0x54ef08=_0x31e378[_0x50b2cc(0x10b)](_0x63c0de['UNIVER_DOC']);if(!_0x54ef08)return!0x1;if(!_0x4a9da2[_0x50b2cc(0xf1)](_0x54ef08[_0x50b2cc(0x112)]()))throw Error(_0x50b2cc(0xf2));let _0x12f7f7=_0x54ef08[_0x50b2cc(0xc5)]()['documentFlavor'];return _0x12f7f7!==_0x1d43f3[_0x50b2cc(0xc9)]&&_0xcd2484[_0x50b2cc(0x10a)](_0x2ead00['id']),await _0x95c118[_0x50b2cc(0xe8)](_0x54ef08[_0x50b2cc(0x112)]()),_0x12f7f7!==_0x1d43f3[_0x50b2cc(0xc9)]&&_0xcd2484[_0x50b2cc(0x10a)](_0x2ead00['id']),!0x0;}},Y=_0x24eff4(0xef),X={};var ie=_0x24eff4(0xd6),ae='1.0.0-alpha.1';let Z=class extends _0x1432a9{constructor(_0x151a1e){super(),this['_iconManager']=_0x151a1e,this['_registerIcons']();}[_0x24eff4(0xba)](){const _0x355b20=_0x24eff4;this[_0x355b20(0xab)](this[_0x355b20(0xe4)][_0x355b20(0xe2)]({'PrintIcon':_0x1a0e81}));}};Z=W([U(0x0,_0x108da3(_0x49e8b3))],Z);function _0x50d4(){const _0x36943e=['decorate','symbol','className','timeValid','width','constructor','pages','_renderManagerService','985470BzFlyA','_registerIcons','_key','bottom','dispose','docs-print.menu','_injector','prepare','OPERATION','prototype','makeForceDirty','min','getDocumentStyle','_offsetConfig','default','registerCommand','TRADITIONAL','_paperSize','version','_scene','getOffsetConfig','__DocPrintRender__','_calculateLayout','fetchThroughInterceptors','_documents','iterator','_menuManagerService','type','setConfig','@univerjs-pro/docs-print','div','mpn','_effects','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','pageHeight','15678TpDKuz','makeDirty','OTHERS','appendChild','DocumentDataModel\x20is\x20not\x20found','100%','register','isPro','_iconManager','getSkeletonData','_unitId','Printing','print','page','_initMenus','getUnit','492756GOskny','UNIVER_DOC','_skeleton','UNIVER_DOCS_PRINT','getInterceptPoints','getRenderById','Render\x20is\x20not\x20found','forEach','addObject','message','4bfIytW','string','docs.operation.print','defineProperty','_configService','VIEW_MAIN','packageName','_initRenderer','BUTTON','position','PRINTING_DOM_COLLECT','left','_currentRender','top','createElement','6744igMhFy','style','getOwnPropertyDescriptor','pageWidth','container','syncExecuteCommand','getCurrentUnitOfType','menu','8349000awNlKS','getCanvas','10yKymuh','object','fill','getUnitId','_univerInstanceService','Pages\x20are\x20not\x20found','body','_page','interceptor','_skeletonData','length','render','_container','mergeMenu','absolute','root','get','142829CXOXSx','getConfig','removeChild','getSkeleton','_root','_initCommands','_addViewport','onafterprint','9995124ixsnaP','Portrait','PrintIcon','7lCHyhV','1156767hVLnHG','_engine','height','disposeWithMe','with','0px','_config','_addComponent','function'];_0x50d4=function(){return _0x36943e;};return _0x50d4();}function oe(_0x2426f5){const _0xadcc40=_0x24eff4;return{'id':J['id'],'type':_0x6dda1e[_0xadcc40(0xfe)],'title':_0xadcc40(0xbe),'icon':_0xadcc40(0xa6),'tooltip':'docs-print.menu','hidden$':_0x517551(_0x2426f5,_0x63c0de[_0xadcc40(0xed)])};}const se={[_0x373b0f[_0x24eff4(0xde)]]:{[J['id']]:{'order':0.1,'menuItemFactory':oe}}};let Q=class extends _0x1432a9{constructor(_0x64cac3,_0x2dfed1){const _0x197603=_0x24eff4;super(),this['_commandService']=_0x64cac3,this[_0x197603(0xd3)]=_0x2dfed1,this[_0x197603(0xea)](),this[_0x197603(0xa1)]();}['_initMenus'](){const _0x1b8fea=_0x24eff4;this[_0x1b8fea(0xd3)][_0x1b8fea(0x11c)](se);}['_initCommands'](){const _0x5a92fe=_0x24eff4;this[_0x5a92fe(0xab)](this['_commandService'][_0x5a92fe(0xc8)](J));}};function _0x5223(_0x12711f,_0x268327){_0x12711f=_0x12711f-0x9e;const _0x50d471=_0x50d4();let _0x5223e9=_0x50d471[_0x12711f];return _0x5223e9;}Q=W([U(0x0,_0x7f09c7),U(0x1,_0x5a06ba)],Q);let $=class extends _0x443640{constructor(_0x58cb4b=X,_0x10fc44,_0x4b82cb){const _0x3b5c66=_0x24eff4;super(),this[_0x3b5c66(0xae)]=_0x58cb4b,this[_0x3b5c66(0xbf)]=_0x10fc44,this[_0x3b5c66(0xfa)]=_0x4b82cb;let {menu:_0x198ee4,..._0x5ccec3}=_0x51eea3({},X,this[_0x3b5c66(0xae)]);_0x198ee4&&this[_0x3b5c66(0xfa)]['setConfig'](_0x3b5c66(0x10c),_0x198ee4,{'merge':!0x0}),this['_configService'][_0x3b5c66(0xd5)](Y,_0x5ccec3);}['onStarting'](){const _0x43a527=_0x24eff4;this[_0x43a527(0xbf)]['add']([Z]),this[_0x43a527(0xbf)]['get'](Z),_0x456e00(this[_0x43a527(0xbf)],[[q],[Q]]);}['onReady'](){const _0x4d3bec=_0x24eff4;this[_0x4d3bec(0xbf)][_0x4d3bec(0x11f)](Q);}};V($,'pluginName',_0x24eff4(0xef)),V($,_0x24eff4(0xfc),ie),V($,_0x24eff4(0xcb),ae),V($,_0x24eff4(0xd4),_0x63c0de[_0x24eff4(0xed)]),$=W([_0x3331bc(_0xe1b8ac,_0x468070),U(0x1,_0x108da3(_0x2a1f09)),U(0x2,_0x445c20)],$);export{Y as DOCS_PRINT_PLUGIN_CONFIG_KEY,J as DocPrintOperation,$ as UniverDocsPrintPlugin};
@@ -1 +1 @@
1
- function _0xca4b(){const _0x37f6bb=['3377940KXBrGX','7610GYudhQ','22827clRfYt','248FSPoBV','624LDVKtv','1145520yrCFhQ','536fegZGJ','طباعة','736878tQajJD','345813DMhGvZ','7647vYQyWO'];_0xca4b=function(){return _0x37f6bb;};return _0xca4b();}function _0x4833(_0x34c6f2,_0x23d285){_0x34c6f2=_0x34c6f2-0x7b;const _0xca4bee=_0xca4b();let _0x4833fc=_0xca4bee[_0x34c6f2];return _0x4833fc;}const _0x28602c=_0x4833;(function(_0x518319,_0x1e038d){const _0x5ae756=_0x4833,_0x3e9128=_0x518319();while(!![]){try{const _0xf3b06f=parseInt(_0x5ae756(0x81))/0x1+-parseInt(_0x5ae756(0x80))/0x2+parseInt(_0x5ae756(0x82))/0x3*(parseInt(_0x5ae756(0x7b))/0x4)+parseInt(_0x5ae756(0x84))/0x5*(parseInt(_0x5ae756(0x7c))/0x6)+parseInt(_0x5ae756(0x85))/0x7*(-parseInt(_0x5ae756(0x7e))/0x8)+-parseInt(_0x5ae756(0x7d))/0x9+parseInt(_0x5ae756(0x83))/0xa;if(_0xf3b06f===_0x1e038d)break;else _0x3e9128['push'](_0x3e9128['shift']());}catch(_0x3ae862){_0x3e9128['push'](_0x3e9128['shift']());}}}(_0xca4b,0x45c1f));const e={'docs-print':{'menu':_0x28602c(0x7f)}};export{e as default};
1
+ const _0xf93196=_0x5912;function _0x5912(_0x5cf64a,_0x2dfa50){_0x5cf64a=_0x5cf64a-0x12f;const _0x5358fb=_0x5358();let _0x5912c2=_0x5358fb[_0x5cf64a];return _0x5912c2;}(function(_0x2ea8d8,_0x1efb5b){const _0x1d3c5c=_0x5912,_0x65ea1e=_0x2ea8d8();while(!![]){try{const _0x4de64c=-parseInt(_0x1d3c5c(0x139))/0x1*(-parseInt(_0x1d3c5c(0x12f))/0x2)+-parseInt(_0x1d3c5c(0x137))/0x3*(-parseInt(_0x1d3c5c(0x136))/0x4)+-parseInt(_0x1d3c5c(0x134))/0x5+parseInt(_0x1d3c5c(0x131))/0x6*(parseInt(_0x1d3c5c(0x130))/0x7)+parseInt(_0x1d3c5c(0x138))/0x8+parseInt(_0x1d3c5c(0x135))/0x9+parseInt(_0x1d3c5c(0x133))/0xa*(-parseInt(_0x1d3c5c(0x13a))/0xb);if(_0x4de64c===_0x1efb5b)break;else _0x65ea1e['push'](_0x65ea1e['shift']());}catch(_0x46aafd){_0x65ea1e['push'](_0x65ea1e['shift']());}}}(_0x5358,0x1e65a));const e={'docs-print':{'menu':_0xf93196(0x132)}};function _0x5358(){const _0x5c091a=['طباعة','60sxptoR','92770XnqmNW','1156797fzCqCU','10592yvSwON','114ooKzeY','604512WmWPrx','44869FzaEqJ','910668iJpGdV','6lsvTtk','273OsLkmh','30840APTzeC'];_0x5358=function(){return _0x5c091a;};return _0x5358();}export{e as default};
@@ -1 +1 @@
1
- const _0x41952e=_0x7398;(function(_0x4dd291,_0x46ed07){const _0x18a0b1=_0x7398,_0x298fd3=_0x4dd291();while(!![]){try{const _0x229786=-parseInt(_0x18a0b1(0x1ca))/0x1+-parseInt(_0x18a0b1(0x1c3))/0x2*(-parseInt(_0x18a0b1(0x1c6))/0x3)+parseInt(_0x18a0b1(0x1c4))/0x4*(-parseInt(_0x18a0b1(0x1c7))/0x5)+parseInt(_0x18a0b1(0x1c8))/0x6*(parseInt(_0x18a0b1(0x1cc))/0x7)+-parseInt(_0x18a0b1(0x1c5))/0x8+parseInt(_0x18a0b1(0x1cb))/0x9*(-parseInt(_0x18a0b1(0x1c2))/0xa)+parseInt(_0x18a0b1(0x1c9))/0xb*(parseInt(_0x18a0b1(0x1c0))/0xc);if(_0x229786===_0x46ed07)break;else _0x298fd3['push'](_0x298fd3['shift']());}catch(_0x2e336){_0x298fd3['push'](_0x298fd3['shift']());}}}(_0x92d1,0xd5782));function _0x92d1(){const _0x3c6e17=['10558360azjsHp','53655VYGWbr','20kxKkfN','756138vVdPgv','55AcwgDU','745938ydejqz','15580017yAJgDT','42JkLORW','7151016EXnAlS','Imprimir','10aiKIOg','120dOYmyr','137612wdHONT'];_0x92d1=function(){return _0x3c6e17;};return _0x92d1();}function _0x7398(_0x1f86e4,_0x28d133){_0x1f86e4=_0x1f86e4-0x1c0;const _0x92d1c9=_0x92d1();let _0x7398eb=_0x92d1c9[_0x1f86e4];return _0x7398eb;}const e={'docs-print':{'menu':_0x41952e(0x1c1)}};export{e as default};
1
+ function _0x3d7c(){const _0xf7a804=['6DCufxQ','277802PlPjdc','10420927vYtYQg','714574wTPpkU','944540ZlJUYr','9cCZtAn','10RIMVjD','554535JymlMq','411682Ttdiyp','1750041zfBuOm','32CkLpHQ','Imprimir'];_0x3d7c=function(){return _0xf7a804;};return _0x3d7c();}const _0x34a29c=_0x5639;(function(_0x1c9862,_0x5bdc4c){const _0xef6522=_0x5639,_0x55a548=_0x1c9862();while(!![]){try{const _0x298056=parseInt(_0xef6522(0xae))/0x1+parseInt(_0xef6522(0xb3))/0x2*(-parseInt(_0xef6522(0xab))/0x3)+-parseInt(_0xef6522(0xaa))/0x4+-parseInt(_0xef6522(0xad))/0x5*(-parseInt(_0xef6522(0xb2))/0x6)+parseInt(_0xef6522(0xa9))/0x7*(-parseInt(_0xef6522(0xb0))/0x8)+-parseInt(_0xef6522(0xaf))/0x9*(parseInt(_0xef6522(0xac))/0xa)+parseInt(_0xef6522(0xb4))/0xb;if(_0x298056===_0x5bdc4c)break;else _0x55a548['push'](_0x55a548['shift']());}catch(_0x557ff4){_0x55a548['push'](_0x55a548['shift']());}}}(_0x3d7c,0x3453b));const e={'docs-print':{'menu':_0x34a29c(0xb1)}};function _0x5639(_0x52cb3c,_0x12c9b5){_0x52cb3c=_0x52cb3c-0xa9;const _0x3d7c70=_0x3d7c();let _0x5639cb=_0x3d7c70[_0x52cb3c];return _0x5639cb;}export{e as default};
@@ -1 +1 @@
1
- function _0x4cf2(){const _0x4cd8a4=['10IJZEuY','15709779VPxzrr','1584488WMzzMO','415758ypMptl','374228RzsJCw','1660771bLDtll','22gdWaEs','62299Flbiqt','Drucken','1271360uUZgyW','21daqFvi'];_0x4cf2=function(){return _0x4cd8a4;};return _0x4cf2();}function _0xee8d(_0xd38f14,_0x56ad56){_0xd38f14=_0xd38f14-0x113;const _0x4cf2b3=_0x4cf2();let _0xee8d65=_0x4cf2b3[_0xd38f14];return _0xee8d65;}const _0x1c4937=_0xee8d;(function(_0x1bf2c5,_0x399fa5){const _0xa3b47a=_0xee8d,_0x21a8ac=_0x1bf2c5();while(!![]){try{const _0x2291fc=-parseInt(_0xa3b47a(0x113))/0x1*(-parseInt(_0xa3b47a(0x11d))/0x2)+parseInt(_0xa3b47a(0x116))/0x3*(parseInt(_0xa3b47a(0x11b))/0x4)+parseInt(_0xa3b47a(0x115))/0x5+parseInt(_0xa3b47a(0x11a))/0x6+parseInt(_0xa3b47a(0x11c))/0x7+parseInt(_0xa3b47a(0x119))/0x8+-parseInt(_0xa3b47a(0x118))/0x9*(parseInt(_0xa3b47a(0x117))/0xa);if(_0x2291fc===_0x399fa5)break;else _0x21a8ac['push'](_0x21a8ac['shift']());}catch(_0x2eae70){_0x21a8ac['push'](_0x21a8ac['shift']());}}}(_0x4cf2,0x56500));const e={'docs-print':{'menu':_0x1c4937(0x114)}};export{e as default};
1
+ const _0x5d06df=_0x1677;(function(_0x440f5d,_0x2d7af2){const _0x15194e=_0x1677,_0xeb573=_0x440f5d();while(!![]){try{const _0x183069=-parseInt(_0x15194e(0x141))/0x1+-parseInt(_0x15194e(0x142))/0x2*(parseInt(_0x15194e(0x145))/0x3)+parseInt(_0x15194e(0x143))/0x4+-parseInt(_0x15194e(0x148))/0x5*(-parseInt(_0x15194e(0x146))/0x6)+parseInt(_0x15194e(0x147))/0x7+parseInt(_0x15194e(0x13e))/0x8*(parseInt(_0x15194e(0x140))/0x9)+-parseInt(_0x15194e(0x149))/0xa*(parseInt(_0x15194e(0x144))/0xb);if(_0x183069===_0x2d7af2)break;else _0xeb573['push'](_0xeb573['shift']());}catch(_0x358690){_0xeb573['push'](_0xeb573['shift']());}}}(_0x66e5,0xced7d));const e={'docs-print':{'menu':_0x5d06df(0x13f)}};export{e as default};function _0x1677(_0x168198,_0x273c34){_0x168198=_0x168198-0x13e;const _0x66e567=_0x66e5();let _0x167773=_0x66e567[_0x168198];return _0x167773;}function _0x66e5(){const _0x3f08b4=['1155YZTWva','6lucdwk','20058VHrVii','1811432Rziivz','970VvQpoI','101810NoOjtg','2344zkaJiM','Drucken','27585xZgbmI','372398rwNnIa','1037206uIoWSX','6081900FfHtuB'];_0x66e5=function(){return _0x3f08b4;};return _0x66e5();}
@@ -1 +1 @@
1
- function _0x15b0(_0x2c1095,_0x1719d7){_0x2c1095=_0x2c1095-0xa9;const _0x5141f1=_0x5141();let _0x15b018=_0x5141f1[_0x2c1095];return _0x15b018;}const _0x18beea=_0x15b0;(function(_0x3672f7,_0xf85b5){const _0x5275d1=_0x15b0,_0x56e20d=_0x3672f7();while(!![]){try{const _0x20d228=parseInt(_0x5275d1(0xac))/0x1+-parseInt(_0x5275d1(0xaa))/0x2+parseInt(_0x5275d1(0xaf))/0x3+parseInt(_0x5275d1(0xb3))/0x4*(-parseInt(_0x5275d1(0xa9))/0x5)+-parseInt(_0x5275d1(0xab))/0x6*(parseInt(_0x5275d1(0xb1))/0x7)+-parseInt(_0x5275d1(0xb0))/0x8+parseInt(_0x5275d1(0xb2))/0x9*(parseInt(_0x5275d1(0xae))/0xa);if(_0x20d228===_0xf85b5)break;else _0x56e20d['push'](_0x56e20d['shift']());}catch(_0x17ff1f){_0x56e20d['push'](_0x56e20d['shift']());}}}(_0x5141,0x6cc36));const e={'docs-print':{'menu':_0x18beea(0xad)}};export{e as default};function _0x5141(){const _0xbcd711=['42yNcORZ','24210jWBrQa','16oOMtBo','227845EoCrpS','805322ydyLWy','17058CvArtG','823391OwJnFP','Print','2370EFQsmP','362931MYQfbn','4275272IPRejS'];_0x5141=function(){return _0xbcd711;};return _0x5141();}
1
+ function _0x1b52(){const _0xb6ca5e=['Print','8221782cNwIep','4887050FImQmB','2403NBGbqi','2260ukRyFZ','2472996NMJxYo','4126947AtRBVe','10208UUznQG','40912zBUQco','785952zIEJwf','10Hbaatd','2vNxBPV'];_0x1b52=function(){return _0xb6ca5e;};return _0x1b52();}const _0x1ccc02=_0x34fa;(function(_0x19e64b,_0x8c4157){const _0x161b3a=_0x34fa,_0x1c5e4d=_0x19e64b();while(!![]){try{const _0x55264e=-parseInt(_0x161b3a(0x19a))/0x1+parseInt(_0x161b3a(0x19c))/0x2*(parseInt(_0x161b3a(0x197))/0x3)+-parseInt(_0x161b3a(0x196))/0x4*(-parseInt(_0x161b3a(0x19b))/0x5)+-parseInt(_0x161b3a(0x192))/0x6+-parseInt(_0x161b3a(0x193))/0x7+parseInt(_0x161b3a(0x199))/0x8*(parseInt(_0x161b3a(0x194))/0x9)+-parseInt(_0x161b3a(0x195))/0xa*(parseInt(_0x161b3a(0x198))/0xb);if(_0x55264e===_0x8c4157)break;else _0x1c5e4d['push'](_0x1c5e4d['shift']());}catch(_0x18045f){_0x1c5e4d['push'](_0x1c5e4d['shift']());}}}(_0x1b52,0xdf032));function _0x34fa(_0x309634,_0x18714a){_0x309634=_0x309634-0x191;const _0x1b526b=_0x1b52();let _0x34fac2=_0x1b526b[_0x309634];return _0x34fac2;}const e={'docs-print':{'menu':_0x1ccc02(0x191)}};export{e as default};
@@ -1 +1 @@
1
- function _0x5b4f(){const _0x5b6ced=['487296mWNBAJ','1067910qUNYqf','203887mVuvMQ','1586840reCogy','1309259CKGztE','8IsYzjv','12fjmdQr','2637590kDLkdU','Imprimir','11734479dpbjdl'];_0x5b4f=function(){return _0x5b6ced;};return _0x5b4f();}function _0x3f1a(_0x5940fe,_0x2c6728){_0x5940fe=_0x5940fe-0x71;const _0x5b4f01=_0x5b4f();let _0x3f1a5c=_0x5b4f01[_0x5940fe];return _0x3f1a5c;}const _0x430716=_0x3f1a;(function(_0x31be68,_0x8c2673){const _0x577838=_0x3f1a,_0x4bbcd0=_0x31be68();while(!![]){try{const _0x45d8eb=parseInt(_0x577838(0x78))/0x1+-parseInt(_0x577838(0x77))/0x2+-parseInt(_0x577838(0x76))/0x3+parseInt(_0x577838(0x79))/0x4+-parseInt(_0x577838(0x73))/0x5+-parseInt(_0x577838(0x72))/0x6*(parseInt(_0x577838(0x7a))/0x7)+parseInt(_0x577838(0x71))/0x8*(parseInt(_0x577838(0x75))/0x9);if(_0x45d8eb===_0x8c2673)break;else _0x4bbcd0['push'](_0x4bbcd0['shift']());}catch(_0xb2ac6){_0x4bbcd0['push'](_0x4bbcd0['shift']());}}}(_0x5b4f,0x4ad11));const e={'docs-print':{'menu':_0x430716(0x74)}};export{e as default};
1
+ const _0x45553f=_0x4a4a;function _0x4a4a(_0x3e56a0,_0x154fc3){_0x3e56a0=_0x3e56a0-0xe8;const _0x4ff820=_0x4ff8();let _0x4a4a17=_0x4ff820[_0x3e56a0];return _0x4a4a17;}function _0x4ff8(){const _0x5cda5d=['4232793OInIvR','12925566xSdWYI','974470hWtWJj','4jqPcEV','Imprimir','13213520LZpTAd','2895045tFjBSX','6iUfyLN','9979809jebhDs','3472892BwCJbq'];_0x4ff8=function(){return _0x5cda5d;};return _0x4ff8();}(function(_0x51344b,_0x4b8dbd){const _0x18dc7e=_0x4a4a,_0x2fbe64=_0x51344b();while(!![]){try{const _0x1c181d=-parseInt(_0x18dc7e(0xe8))/0x1+-parseInt(_0x18dc7e(0xef))/0x2+-parseInt(_0x18dc7e(0xf0))/0x3*(-parseInt(_0x18dc7e(0xe9))/0x4)+parseInt(_0x18dc7e(0xec))/0x5+-parseInt(_0x18dc7e(0xed))/0x6*(parseInt(_0x18dc7e(0xee))/0x7)+parseInt(_0x18dc7e(0xeb))/0x8+parseInt(_0x18dc7e(0xf1))/0x9;if(_0x1c181d===_0x4b8dbd)break;else _0x2fbe64['push'](_0x2fbe64['shift']());}catch(_0x356e86){_0x2fbe64['push'](_0x2fbe64['shift']());}}}(_0x4ff8,0xe5c91));const e={'docs-print':{'menu':_0x45553f(0xea)}};export{e as default};
@@ -1 +1 @@
1
- const _0x20fcf7=_0x20c9;function _0x20c9(_0x2d762d,_0x206321){_0x2d762d=_0x2d762d-0x1cd;const _0x1cc79f=_0x1cc7();let _0x20c99c=_0x1cc79f[_0x2d762d];return _0x20c99c;}function _0x1cc7(){const _0x1979ad=['6wSZelB','2THywzz','86590XqMHuW','867587kaGFOD','174TFxrnX','9uMQcEM','6334576gDjcEP','2852025xLzpMu','1027465cbYtFh','چاپ','59928SKSzlU','1119833fkePsv','84GJGMdN','869OtIBtO'];_0x1cc7=function(){return _0x1979ad;};return _0x1cc7();}(function(_0x1ca1a6,_0x32c97a){const _0x17c2cd=_0x20c9,_0x3b271d=_0x1ca1a6();while(!![]){try{const _0x286a0f=-parseInt(_0x17c2cd(0x1d6))/0x1*(-parseInt(_0x17c2cd(0x1cf))/0x2)+parseInt(_0x17c2cd(0x1d2))/0x3*(-parseInt(_0x17c2cd(0x1d8))/0x4)+-parseInt(_0x17c2cd(0x1d5))/0x5+parseInt(_0x17c2cd(0x1ce))/0x6*(parseInt(_0x17c2cd(0x1d1))/0x7)+parseInt(_0x17c2cd(0x1d4))/0x8*(parseInt(_0x17c2cd(0x1d3))/0x9)+parseInt(_0x17c2cd(0x1d0))/0xa*(parseInt(_0x17c2cd(0x1cd))/0xb)+parseInt(_0x17c2cd(0x1da))/0xc*(-parseInt(_0x17c2cd(0x1d9))/0xd);if(_0x286a0f===_0x32c97a)break;else _0x3b271d['push'](_0x3b271d['shift']());}catch(_0x458661){_0x3b271d['push'](_0x3b271d['shift']());}}}(_0x1cc7,0x8eced));const e={'docs-print':{'menu':_0x20fcf7(0x1d7)}};export{e as default};
1
+ function _0x3a93(_0x5375b0,_0x2c4957){_0x5375b0=_0x5375b0-0xd4;const _0x4d639f=_0x4d63();let _0x3a936f=_0x4d639f[_0x5375b0];return _0x3a936f;}(function(_0x3f9b91,_0x41f97f){const _0x170043=_0x3a93,_0x235fa0=_0x3f9b91();while(!![]){try{const _0x2fca42=-parseInt(_0x170043(0xe0))/0x1*(parseInt(_0x170043(0xdc))/0x2)+parseInt(_0x170043(0xd9))/0x3*(-parseInt(_0x170043(0xd4))/0x4)+parseInt(_0x170043(0xd6))/0x5*(-parseInt(_0x170043(0xde))/0x6)+-parseInt(_0x170043(0xd7))/0x7*(parseInt(_0x170043(0xd8))/0x8)+-parseInt(_0x170043(0xdd))/0x9*(-parseInt(_0x170043(0xdf))/0xa)+parseInt(_0x170043(0xdb))/0xb*(-parseInt(_0x170043(0xda))/0xc)+parseInt(_0x170043(0xd5))/0xd;if(_0x2fca42===_0x41f97f)break;else _0x235fa0['push'](_0x235fa0['shift']());}catch(_0x5cdda9){_0x235fa0['push'](_0x235fa0['shift']());}}}(_0x4d63,0x72790));const e={'docs-print':{'menu':'چاپ'}};export{e as default};function _0x4d63(){const _0x3167c1=['3320280ToANnY','880744oOdTAt','108312nsjNzl','39854022IADUWG','130535iDVUOJ','469iYMTPN','52888WHEamF','27bBWGWZ','3939420VEYnvj','22TgEdYp','2DNEnvR','9xlfqgq','162HNqnLm'];_0x4d63=function(){return _0x3167c1;};return _0x4d63();}
@@ -1 +1 @@
1
- function _0x1068(){const _0x1761e0=['201qXecIw','5228825GqbFJw','66476uoFOZD','275176WQTzVf','558tBuzhO','Imprimer','194540HeOmSy','746151BoQnzQ','1354BKfjmQ','1076pAEweQ','2694048OyYits'];_0x1068=function(){return _0x1761e0;};return _0x1068();}function _0x4292(_0x384b32,_0x393b0e){_0x384b32=_0x384b32-0x6b;const _0x10688f=_0x1068();let _0x42928c=_0x10688f[_0x384b32];return _0x42928c;}const _0x2291ef=_0x4292;(function(_0x3b8f96,_0x5c8b42){const _0x557b91=_0x4292,_0x4e8396=_0x3b8f96();while(!![]){try{const _0x1d40ba=parseInt(_0x557b91(0x75))/0x1*(-parseInt(_0x557b91(0x6b))/0x2)+parseInt(_0x557b91(0x6d))/0x3*(parseInt(_0x557b91(0x6f))/0x4)+parseInt(_0x557b91(0x6e))/0x5+parseInt(_0x557b91(0x6c))/0x6+parseInt(_0x557b91(0x74))/0x7+-parseInt(_0x557b91(0x70))/0x8+-parseInt(_0x557b91(0x71))/0x9*(parseInt(_0x557b91(0x73))/0xa);if(_0x1d40ba===_0x5c8b42)break;else _0x4e8396['push'](_0x4e8396['shift']());}catch(_0x1340ba){_0x4e8396['push'](_0x4e8396['shift']());}}}(_0x1068,0xb6172));const e={'docs-print':{'menu':_0x2291ef(0x72)}};export{e as default};
1
+ function _0x130e(){const _0x5ee854=['110sPjumj','2146215xSfjsu','13573tZZMak','2176XNfFce','2388714UwoUTO','3308388ijkgCY','3BuQtgD','10559142hpYPky','764548rcDeAu','766667zQOijw','Imprimer','1MzfMNP'];_0x130e=function(){return _0x5ee854;};return _0x130e();}const _0x505496=_0x50fd;function _0x50fd(_0x24388a,_0x1c79d4){_0x24388a=_0x24388a-0x15b;const _0x130ef6=_0x130e();let _0x50fd7a=_0x130ef6[_0x24388a];return _0x50fd7a;}(function(_0x3665d4,_0x123d57){const _0x1a5780=_0x50fd,_0x18c55a=_0x3665d4();while(!![]){try{const _0x163734=-parseInt(_0x1a5780(0x164))/0x1*(-parseInt(_0x1a5780(0x161))/0x2)+-parseInt(_0x1a5780(0x15f))/0x3*(-parseInt(_0x1a5780(0x15e))/0x4)+parseInt(_0x1a5780(0x166))/0x5+parseInt(_0x1a5780(0x15d))/0x6+-parseInt(_0x1a5780(0x15b))/0x7*(-parseInt(_0x1a5780(0x15c))/0x8)+-parseInt(_0x1a5780(0x160))/0x9+parseInt(_0x1a5780(0x165))/0xa*(-parseInt(_0x1a5780(0x162))/0xb);if(_0x163734===_0x123d57)break;else _0x18c55a['push'](_0x18c55a['shift']());}catch(_0x32b130){_0x18c55a['push'](_0x18c55a['shift']());}}}(_0x130e,0x9866c));const e={'docs-print':{'menu':_0x505496(0x163)}};export{e as default};
@@ -1 +1 @@
1
- const _0x48ca3e=_0x41c6;(function(_0x50e03c,_0x4c30ea){const _0x392480=_0x41c6,_0x1d5796=_0x50e03c();while(!![]){try{const _0x3071d5=parseInt(_0x392480(0x1de))/0x1*(parseInt(_0x392480(0x1e2))/0x2)+parseInt(_0x392480(0x1e7))/0x3+parseInt(_0x392480(0x1e3))/0x4+-parseInt(_0x392480(0x1df))/0x5+parseInt(_0x392480(0x1e0))/0x6*(parseInt(_0x392480(0x1e4))/0x7)+-parseInt(_0x392480(0x1e6))/0x8*(parseInt(_0x392480(0x1e1))/0x9)+-parseInt(_0x392480(0x1e5))/0xa;if(_0x3071d5===_0x4c30ea)break;else _0x1d5796['push'](_0x1d5796['shift']());}catch(_0x5c4a05){_0x1d5796['push'](_0x1d5796['shift']());}}}(_0x2538,0xd4f08));function _0x2538(){const _0x388469=['234272sWaDZv','665895xEQGaO','2119434EgzlYE','11399337gnBuPX','10jsKjsM','2971156SEKAyC','28WxQvhD','24429130iHTQiy','8OHBmpf','4163340FgYAJg','Cetak'];_0x2538=function(){return _0x388469;};return _0x2538();}function _0x41c6(_0x47ff86,_0x54a8cc){_0x47ff86=_0x47ff86-0x1dd;const _0x253845=_0x2538();let _0x41c6a4=_0x253845[_0x47ff86];return _0x41c6a4;}const e={'docs-print':{'menu':_0x48ca3e(0x1dd)}};export{e as default};
1
+ function _0x75c3(){const _0x54f14b=['4633145CWuXLS','2765424KGSZEa','1103462ccPkpO','1180kZgNcW','70DvBgoZ','980264UHLwqC','7uyHMNQ','1857AQNyOK','1354653bkWkmR','330144giXVOF'];_0x75c3=function(){return _0x54f14b;};return _0x75c3();}function _0xf06f(_0x21e3b7,_0x51343b){_0x21e3b7=_0x21e3b7-0x1e9;const _0x75c39e=_0x75c3();let _0xf06fec=_0x75c39e[_0x21e3b7];return _0xf06fec;}(function(_0x3ed205,_0x433308){const _0x2e46ce=_0xf06f,_0x509bfa=_0x3ed205();while(!![]){try{const _0x1589a3=parseInt(_0x2e46ce(0x1eb))/0x1+parseInt(_0x2e46ce(0x1f2))/0x2+-parseInt(_0x2e46ce(0x1ed))/0x3*(parseInt(_0x2e46ce(0x1e9))/0x4)+parseInt(_0x2e46ce(0x1f0))/0x5+parseInt(_0x2e46ce(0x1ef))/0x6+-parseInt(_0x2e46ce(0x1ec))/0x7*(parseInt(_0x2e46ce(0x1f1))/0x8)+-parseInt(_0x2e46ce(0x1ee))/0x9*(parseInt(_0x2e46ce(0x1ea))/0xa);if(_0x1589a3===_0x433308)break;else _0x509bfa['push'](_0x509bfa['shift']());}catch(_0x5e28cb){_0x509bfa['push'](_0x509bfa['shift']());}}}(_0x75c3,0xe37a2));const e={'docs-print':{'menu':'Cetak'}};export{e as default};
@@ -1 +1 @@
1
- function _0x71a9(){const _0xaa180a=['4132040UzlxBG','880602ACLQqa','15CIQLjp','52361GJLzgk','4708214PZyzYU','46RgahOM','50293629UTxIZx','4091452volKoM','2766174wIYxbM','Stampa'];_0x71a9=function(){return _0xaa180a;};return _0x71a9();}const _0x448cd4=_0x39f9;(function(_0x372211,_0xf259ff){const _0x2bd6c5=_0x39f9,_0x36ad31=_0x372211();while(!![]){try{const _0x312ce3=parseInt(_0x2bd6c5(0x1ef))/0x1*(-parseInt(_0x2bd6c5(0x1f1))/0x2)+-parseInt(_0x2bd6c5(0x1ea))/0x3+-parseInt(_0x2bd6c5(0x1e9))/0x4+parseInt(_0x2bd6c5(0x1ee))/0x5*(-parseInt(_0x2bd6c5(0x1ed))/0x6)+-parseInt(_0x2bd6c5(0x1f0))/0x7+-parseInt(_0x2bd6c5(0x1ec))/0x8+parseInt(_0x2bd6c5(0x1e8))/0x9;if(_0x312ce3===_0xf259ff)break;else _0x36ad31['push'](_0x36ad31['shift']());}catch(_0x5df928){_0x36ad31['push'](_0x36ad31['shift']());}}}(_0x71a9,0xc5a4d));function _0x39f9(_0x281a62,_0x18d2e0){_0x281a62=_0x281a62-0x1e8;const _0x71a9ac=_0x71a9();let _0x39f941=_0x71a9ac[_0x281a62];return _0x39f941;}const e={'docs-print':{'menu':_0x448cd4(0x1eb)}};export{e as default};
1
+ const _0xe4ef38=_0x17b4;(function(_0x5a21dd,_0x4e6c){const _0x249fe1=_0x17b4,_0x518533=_0x5a21dd();while(!![]){try{const _0x28ce74=parseInt(_0x249fe1(0x103))/0x1+-parseInt(_0x249fe1(0x10b))/0x2*(parseInt(_0x249fe1(0x101))/0x3)+-parseInt(_0x249fe1(0x102))/0x4+-parseInt(_0x249fe1(0x10a))/0x5*(parseInt(_0x249fe1(0x104))/0x6)+-parseInt(_0x249fe1(0x107))/0x7+parseInt(_0x249fe1(0x10c))/0x8*(-parseInt(_0x249fe1(0x105))/0x9)+-parseInt(_0x249fe1(0x108))/0xa*(-parseInt(_0x249fe1(0x106))/0xb);if(_0x28ce74===_0x4e6c)break;else _0x518533['push'](_0x518533['shift']());}catch(_0x33c8c7){_0x518533['push'](_0x518533['shift']());}}}(_0x5761,0xbd765));function _0x5761(){const _0x570119=['1381162dhRbRZ','54ybtddE','1332nNfhDn','1773222hAnAKh','5382566gFdlgA','140vCMCTg','Stampa','107230DRSgXb','858842MXZpcL','18520efSCjZ','3RfPEGa','4511840UDRytN'];_0x5761=function(){return _0x570119;};return _0x5761();}const e={'docs-print':{'menu':_0xe4ef38(0x109)}};function _0x17b4(_0x1509b4,_0x3e7c96){_0x1509b4=_0x1509b4-0x101;const _0x576179=_0x5761();let _0x17b449=_0x576179[_0x1509b4];return _0x17b449;}export{e as default};
@@ -1 +1 @@
1
- function _0x39d2(_0x461c35,_0x526015){_0x461c35=_0x461c35-0x87;const _0x506eba=_0x506e();let _0x39d2c4=_0x506eba[_0x461c35];return _0x39d2c4;}(function(_0x2950e2,_0xe7a7fb){const _0x586cd6=_0x39d2,_0x4e47fd=_0x2950e2();while(!![]){try{const _0x5e42f4=-parseInt(_0x586cd6(0x8f))/0x1+-parseInt(_0x586cd6(0x87))/0x2*(-parseInt(_0x586cd6(0x88))/0x3)+-parseInt(_0x586cd6(0x91))/0x4*(parseInt(_0x586cd6(0x90))/0x5)+-parseInt(_0x586cd6(0x8d))/0x6+-parseInt(_0x586cd6(0x8b))/0x7*(-parseInt(_0x586cd6(0x8c))/0x8)+parseInt(_0x586cd6(0x89))/0x9+parseInt(_0x586cd6(0x8e))/0xa*(parseInt(_0x586cd6(0x8a))/0xb);if(_0x5e42f4===_0xe7a7fb)break;else _0x4e47fd['push'](_0x4e47fd['shift']());}catch(_0x15be3a){_0x4e47fd['push'](_0x4e47fd['shift']());}}}(_0x506e,0x773b1));const e={'docs-print':{'menu':'印刷'}};function _0x506e(){const _0x28721d=['124649SlFPrg','232XAaXjH','3692952xHVmEP','340ExTGnr','945213urVLdT','170wqvLYm','110444ZDdCnT','299542WvHodk','3FMEJpz','2433780OnWwjP','663641ghtHoL'];_0x506e=function(){return _0x28721d;};return _0x506e();}export{e as default};
1
+ (function(_0x430c59,_0x53c091){const _0x350374=_0x201b,_0x3d3b19=_0x430c59();while(!![]){try{const _0x2bd3e6=parseInt(_0x350374(0x184))/0x1+parseInt(_0x350374(0x17e))/0x2*(-parseInt(_0x350374(0x17f))/0x3)+parseInt(_0x350374(0x183))/0x4+-parseInt(_0x350374(0x181))/0x5+-parseInt(_0x350374(0x180))/0x6+-parseInt(_0x350374(0x17d))/0x7*(-parseInt(_0x350374(0x182))/0x8)+-parseInt(_0x350374(0x17c))/0x9;if(_0x2bd3e6===_0x53c091)break;else _0x3d3b19['push'](_0x3d3b19['shift']());}catch(_0x106da6){_0x3d3b19['push'](_0x3d3b19['shift']());}}}(_0x597a,0xb69d1));function _0x597a(){const _0xaf0ec7=['4074282TUgHbB','1231785QPLxds','1355696qiGPmS','2683700mdgiJJ','1272788qKCJBu','11598714DUMPbr','49PHTBEf','335624bHZtzm','3qNThSW'];_0x597a=function(){return _0xaf0ec7;};return _0x597a();}const e={'docs-print':{'menu':'印刷'}};function _0x201b(_0x1ab6b8,_0x2aed84){_0x1ab6b8=_0x1ab6b8-0x17c;const _0x597a02=_0x597a();let _0x201bab=_0x597a02[_0x1ab6b8];return _0x201bab;}export{e as default};
@@ -1 +1 @@
1
- function _0x8dfd(_0x2031c5,_0x340f46){_0x2031c5=_0x2031c5-0x88;const _0x25caca=_0x25ca();let _0x8dfd06=_0x25caca[_0x2031c5];return _0x8dfd06;}function _0x25ca(){const _0xfd0ffd=['252834DGTsEO','59QxSrgu','296696QXnLYC','1013873dXlTTT','753366urWAPO','10382gOsEiP','221860ZoRNMv','30uRPobD','612018tPaHaN'];_0x25ca=function(){return _0xfd0ffd;};return _0x25ca();}(function(_0x5c7bd6,_0x2a1a3b){const _0x53107b=_0x8dfd,_0x1da0cf=_0x5c7bd6();while(!![]){try{const _0x1e3e8c=-parseInt(_0x53107b(0x8c))/0x1*(-parseInt(_0x53107b(0x90))/0x2)+-parseInt(_0x53107b(0x8f))/0x3+parseInt(_0x53107b(0x88))/0x4+parseInt(_0x53107b(0x89))/0x5*(parseInt(_0x53107b(0x8b))/0x6)+-parseInt(_0x53107b(0x8e))/0x7+parseInt(_0x53107b(0x8d))/0x8+-parseInt(_0x53107b(0x8a))/0x9;if(_0x1e3e8c===_0x2a1a3b)break;else _0x1da0cf['push'](_0x1da0cf['shift']());}catch(_0x16f887){_0x1da0cf['push'](_0x1da0cf['shift']());}}}(_0x25ca,0x2dd2c));const e={'docs-print':{'menu':'인쇄'}};export{e as default};
1
+ function _0x2986(){const _0x5e3ad2=['2043147QhxxDd','42VEtyEU','12613704eRATOZ','756171xyngrZ','536278YcnFHO','743444CHntAL','5981570iNtBQm','566645TwIwXa'];_0x2986=function(){return _0x5e3ad2;};return _0x2986();}(function(_0x228107,_0x57e1f6){const _0x21c712=_0x298c,_0x40e501=_0x228107();while(!![]){try{const _0x28f510=parseInt(_0x21c712(0x158))/0x1+parseInt(_0x21c712(0x151))/0x2+-parseInt(_0x21c712(0x155))/0x3+parseInt(_0x21c712(0x152))/0x4+-parseInt(_0x21c712(0x154))/0x5*(-parseInt(_0x21c712(0x156))/0x6)+parseInt(_0x21c712(0x153))/0x7+-parseInt(_0x21c712(0x157))/0x8;if(_0x28f510===_0x57e1f6)break;else _0x40e501['push'](_0x40e501['shift']());}catch(_0x12b170){_0x40e501['push'](_0x40e501['shift']());}}}(_0x2986,0x9289e));const e={'docs-print':{'menu':'인쇄'}};function _0x298c(_0x1610e9,_0x176d88){_0x1610e9=_0x1610e9-0x151;const _0x29866f=_0x2986();let _0x298c63=_0x29866f[_0x1610e9];return _0x298c63;}export{e as default};
@@ -1 +1 @@
1
- const _0x2341be=_0x3bae;function _0x3bae(_0x57a22d,_0x1eed3e){_0x57a22d=_0x57a22d-0x176;const _0x5db6f5=_0x5db6();let _0x3baea7=_0x5db6f5[_0x57a22d];return _0x3baea7;}(function(_0x2704be,_0x79b4eb){const _0x47604b=_0x3bae,_0x4544dd=_0x2704be();while(!![]){try{const _0x4b43bc=parseInt(_0x47604b(0x17d))/0x1*(-parseInt(_0x47604b(0x180))/0x2)+-parseInt(_0x47604b(0x17a))/0x3+parseInt(_0x47604b(0x17c))/0x4+parseInt(_0x47604b(0x17e))/0x5+-parseInt(_0x47604b(0x17f))/0x6*(parseInt(_0x47604b(0x178))/0x7)+parseInt(_0x47604b(0x177))/0x8+parseInt(_0x47604b(0x179))/0x9*(parseInt(_0x47604b(0x17b))/0xa);if(_0x4b43bc===_0x79b4eb)break;else _0x4544dd['push'](_0x4544dd['shift']());}catch(_0x1116f4){_0x4544dd['push'](_0x4544dd['shift']());}}}(_0x5db6,0x2ea3a));const e={'docs-print':{'menu':_0x2341be(0x176)}};export{e as default};function _0x5db6(){const _0x58e219=['31470WvfhXv','388PLZgwk','Drukuj','2243856WwKDkA','35XzhyIV','303237DTVPFG','591114cjpxxw','10ICoqnK','937908Fgoojl','1551rYAOFW','832695gJoVpg'];_0x5db6=function(){return _0x58e219;};return _0x5db6();}
1
+ const _0x30fadb=_0x81b3;function _0x81b3(_0x368e34,_0xc5ed9f){_0x368e34=_0x368e34-0x1ea;const _0x220ea4=_0x220e();let _0x81b367=_0x220ea4[_0x368e34];return _0x81b367;}function _0x220e(){const _0x40b547=['4vPQHFN','34170192HsxtXX','9bkqoPF','343707GIXWvV','549496OQpoyT','2342105eYRrCu','500555ouNxTH','203uYVZie','Drukuj','95694JcsAPO','55LdDfZl','8hwwrlt','284410SrDAKC'];_0x220e=function(){return _0x40b547;};return _0x220e();}(function(_0x488efc,_0x521696){const _0xb5f218=_0x81b3,_0x288dca=_0x488efc();while(!![]){try{const _0x402783=-parseInt(_0xb5f218(0x1ed))/0x1*(parseInt(_0xb5f218(0x1f4))/0x2)+-parseInt(_0xb5f218(0x1ea))/0x3+-parseInt(_0xb5f218(0x1f2))/0x4*(parseInt(_0xb5f218(0x1ec))/0x5)+-parseInt(_0xb5f218(0x1f0))/0x6*(parseInt(_0xb5f218(0x1ee))/0x7)+parseInt(_0xb5f218(0x1eb))/0x8*(parseInt(_0xb5f218(0x1f6))/0x9)+parseInt(_0xb5f218(0x1f3))/0xa*(parseInt(_0xb5f218(0x1f1))/0xb)+parseInt(_0xb5f218(0x1f5))/0xc;if(_0x402783===_0x521696)break;else _0x288dca['push'](_0x288dca['shift']());}catch(_0x1da4a7){_0x288dca['push'](_0x288dca['shift']());}}}(_0x220e,0x84a86));const e={'docs-print':{'menu':_0x30fadb(0x1ef)}};export{e as default};
@@ -1 +1 @@
1
- const _0x5a2cf7=_0x4be5;(function(_0x2a4320,_0x6607f3){const _0x4de707=_0x4be5,_0x1b07aa=_0x2a4320();while(!![]){try{const _0x2f6e3b=-parseInt(_0x4de707(0xd7))/0x1+parseInt(_0x4de707(0xd5))/0x2*(-parseInt(_0x4de707(0xd9))/0x3)+-parseInt(_0x4de707(0xd3))/0x4*(parseInt(_0x4de707(0xda))/0x5)+parseInt(_0x4de707(0xdc))/0x6+parseInt(_0x4de707(0xd6))/0x7*(-parseInt(_0x4de707(0xd4))/0x8)+parseInt(_0x4de707(0xdb))/0x9+parseInt(_0x4de707(0xd2))/0xa;if(_0x2f6e3b===_0x6607f3)break;else _0x1b07aa['push'](_0x1b07aa['shift']());}catch(_0x225d2e){_0x1b07aa['push'](_0x1b07aa['shift']());}}}(_0x34fb,0xa187d));const e={'docs-print':{'menu':_0x5a2cf7(0xd8)}};function _0x4be5(_0xec1ff7,_0x402405){_0xec1ff7=_0xec1ff7-0xd2;const _0x34fbe5=_0x34fb();let _0x4be5fa=_0x34fbe5[_0xec1ff7];return _0x4be5fa;}export{e as default};function _0x34fb(){const _0x1c0285=['2717450DeESkT','3044ScYBbN','16ZeIAMX','6nyQVrW','1172122RBrACU','394634WRwTBh','Imprimir','199365NdYmIM','4135jqQPAk','6585372RNHkGM','7298484sCuxWx'];_0x34fb=function(){return _0x1c0285;};return _0x34fb();}
1
+ const _0x252948=_0x51b0;(function(_0x4bf6bc,_0x2106a7){const _0x588865=_0x51b0,_0x24f7e9=_0x4bf6bc();while(!![]){try{const _0x15a860=parseInt(_0x588865(0x1d8))/0x1+parseInt(_0x588865(0x1de))/0x2+parseInt(_0x588865(0x1dd))/0x3+-parseInt(_0x588865(0x1d7))/0x4+parseInt(_0x588865(0x1db))/0x5+-parseInt(_0x588865(0x1da))/0x6*(-parseInt(_0x588865(0x1dc))/0x7)+-parseInt(_0x588865(0x1d9))/0x8;if(_0x15a860===_0x2106a7)break;else _0x24f7e9['push'](_0x24f7e9['shift']());}catch(_0xaeaceb){_0x24f7e9['push'](_0x24f7e9['shift']());}}}(_0x378d,0xdd6ad));function _0x51b0(_0x37b5a7,_0x1de395){_0x37b5a7=_0x37b5a7-0x1d6;const _0x378d1d=_0x378d();let _0x51b05e=_0x378d1d[_0x37b5a7];return _0x51b05e;}const e={'docs-print':{'menu':_0x252948(0x1d6)}};export{e as default};function _0x378d(){const _0x3b7f84=['1297037sJgxVC','20764712MZakaM','174YnsPCo','1340760atsfwJ','402892QRMgwL','1800018AQiDOD','1771220TzvwcJ','Imprimir','4869660wipkxM'];_0x378d=function(){return _0x3b7f84;};return _0x378d();}
@@ -1 +1 @@
1
- function _0x4f47(_0x51d0f5,_0x28f77c){_0x51d0f5=_0x51d0f5-0xc6;const _0x47772e=_0x4777();let _0x4f4781=_0x47772e[_0x51d0f5];return _0x4f4781;}const _0x47db35=_0x4f47;function _0x4777(){const _0x1376bc=['36czIIqx','633YFeUpR','Печать','3731570liMTrW','3776lPIEBw','5vCrdaT','139231hZHyOH','3626535makwgb','9gYSzDt','1243292YLbcbS','72870FHoifO','72LrWshZ','2445210FfoOHF'];_0x4777=function(){return _0x1376bc;};return _0x4777();}(function(_0x197edf,_0x517c8d){const _0x1a2630=_0x4f47,_0xf3d00c=_0x197edf();while(!![]){try{const _0x3be466=-parseInt(_0x1a2630(0xcc))/0x1+parseInt(_0x1a2630(0xca))/0x2*(parseInt(_0x1a2630(0xc7))/0x3)+parseInt(_0x1a2630(0xcf))/0x4*(-parseInt(_0x1a2630(0xcb))/0x5)+-parseInt(_0x1a2630(0xd2))/0x6+parseInt(_0x1a2630(0xd0))/0x7*(parseInt(_0x1a2630(0xd1))/0x8)+parseInt(_0x1a2630(0xce))/0x9*(-parseInt(_0x1a2630(0xc9))/0xa)+-parseInt(_0x1a2630(0xcd))/0xb*(-parseInt(_0x1a2630(0xc6))/0xc);if(_0x3be466===_0x517c8d)break;else _0xf3d00c['push'](_0xf3d00c['shift']());}catch(_0x58d85a){_0xf3d00c['push'](_0xf3d00c['shift']());}}}(_0x4777,0x3d1ff));const e={'docs-print':{'menu':_0x47db35(0xc8)}};export{e as default};
1
+ function _0x352e(){const _0x16cf27=['198454CbdtzG','40mZJysw','7hUArvF','7797010BXibCv','182HdHddF','4160568yjUmns','4AjYGJe','685176ebBpCx','735579HmwciF','698788RYYUlD','3jTAifk','11eNRsLJ','195018qLidjX'];_0x352e=function(){return _0x16cf27;};return _0x352e();}(function(_0x261348,_0x1fb921){const _0x42d08b=_0x5881,_0x405fd4=_0x261348();while(!![]){try{const _0x266cbc=-parseInt(_0x42d08b(0x8d))/0x1*(-parseInt(_0x42d08b(0x87))/0x2)+-parseInt(_0x42d08b(0x91))/0x3*(parseInt(_0x42d08b(0x90))/0x4)+-parseInt(_0x42d08b(0x88))/0x5*(parseInt(_0x42d08b(0x86))/0x6)+parseInt(_0x42d08b(0x89))/0x7*(parseInt(_0x42d08b(0x8c))/0x8)+-parseInt(_0x42d08b(0x8f))/0x9+parseInt(_0x42d08b(0x8a))/0xa*(-parseInt(_0x42d08b(0x85))/0xb)+parseInt(_0x42d08b(0x8e))/0xc*(parseInt(_0x42d08b(0x8b))/0xd);if(_0x266cbc===_0x1fb921)break;else _0x405fd4['push'](_0x405fd4['shift']());}catch(_0xaac613){_0x405fd4['push'](_0x405fd4['shift']());}}}(_0x352e,0x66966));function _0x5881(_0x15bd3e,_0x5f135b){_0x15bd3e=_0x15bd3e-0x85;const _0x352e71=_0x352e();let _0x588147=_0x352e71[_0x15bd3e];return _0x588147;}const e={'docs-print':{'menu':'Печать'}};export{e as default};
@@ -1 +1 @@
1
- const _0x2c26ed=_0x3587;(function(_0x4441d6,_0x2ccf87){const _0x28ee9d=_0x3587,_0x1392c1=_0x4441d6();while(!![]){try{const _0x5f3d00=parseInt(_0x28ee9d(0x1c5))/0x1+-parseInt(_0x28ee9d(0x1c7))/0x2+parseInt(_0x28ee9d(0x1c9))/0x3+parseInt(_0x28ee9d(0x1cd))/0x4+-parseInt(_0x28ee9d(0x1cb))/0x5*(-parseInt(_0x28ee9d(0x1ca))/0x6)+parseInt(_0x28ee9d(0x1c8))/0x7+parseInt(_0x28ee9d(0x1c4))/0x8*(-parseInt(_0x28ee9d(0x1cc))/0x9);if(_0x5f3d00===_0x2ccf87)break;else _0x1392c1['push'](_0x1392c1['shift']());}catch(_0x2a0f57){_0x1392c1['push'](_0x1392c1['shift']());}}}(_0x4363,0x44ddd));function _0x3587(_0x3d36ff,_0x1380cd){_0x3d36ff=_0x3d36ff-0x1c4;const _0x436343=_0x4363();let _0x358704=_0x436343[_0x3d36ff];return _0x358704;}const e={'docs-print':{'menu':_0x2c26ed(0x1c6)}};function _0x4363(){const _0x3cf327=['254556tpEVzI','3781582etDUsx','1126959GQtASg','36CHGsHJ','291035fhOCVA','11244105goStuh','1238528SJjeVu','8ADhYrC','83947DSCUjc','Tlač'];_0x4363=function(){return _0x3cf327;};return _0x4363();}export{e as default};
1
+ const _0x14bef5=_0x3f98;(function(_0x24a5fa,_0x1d184c){const _0x2d6a30=_0x3f98,_0x407b77=_0x24a5fa();while(!![]){try{const _0x10a0a2=-parseInt(_0x2d6a30(0x12c))/0x1+parseInt(_0x2d6a30(0x12a))/0x2*(-parseInt(_0x2d6a30(0x135))/0x3)+parseInt(_0x2d6a30(0x129))/0x4*(parseInt(_0x2d6a30(0x134))/0x5)+parseInt(_0x2d6a30(0x131))/0x6*(-parseInt(_0x2d6a30(0x133))/0x7)+-parseInt(_0x2d6a30(0x132))/0x8*(-parseInt(_0x2d6a30(0x12b))/0x9)+parseInt(_0x2d6a30(0x128))/0xa*(parseInt(_0x2d6a30(0x12e))/0xb)+-parseInt(_0x2d6a30(0x12f))/0xc*(-parseInt(_0x2d6a30(0x12d))/0xd);if(_0x10a0a2===_0x1d184c)break;else _0x407b77['push'](_0x407b77['shift']());}catch(_0x2beea0){_0x407b77['push'](_0x407b77['shift']());}}}(_0x28ce,0xc8fe9));function _0x3f98(_0x99d320,_0x2522ea){_0x99d320=_0x99d320-0x128;const _0x28cefe=_0x28ce();let _0x3f9810=_0x28cefe[_0x99d320];return _0x3f9810;}const e={'docs-print':{'menu':_0x14bef5(0x130)}};function _0x28ce(){const _0x39624e=['363092KnBexZ','56980UAqeWg','18gtstuQ','1166960bGgCvu','13GApGFk','22czQBGO','24238044UybhKQ','Tlač','1482846zJBeeE','166728snezzI','21vfOTBb','5VckVDR','15ghPLlo','3609070FwXRaI'];_0x28ce=function(){return _0x39624e;};return _0x28ce();}export{e as default};
@@ -1 +1 @@
1
- function _0x1f27(){const _0xdc71bc=['679194yDDjtG','820yOHzlZ','3521QQeYnQ','12126zoudLz','3516NXvDxn','15067052UUcnlJ','32JtIGCf','3305530jrYfsY','4VfTqto','696602CHpsEf','7558170pxlEwU'];_0x1f27=function(){return _0xdc71bc;};return _0x1f27();}(function(_0x332520,_0xe3b05e){const _0x206371=_0x58a2,_0x45b80f=_0x332520();while(!![]){try{const _0x40bfaa=-parseInt(_0x206371(0x113))/0x1*(parseInt(_0x206371(0x109))/0x2)+-parseInt(_0x206371(0x10e))/0x3*(-parseInt(_0x206371(0x10c))/0x4)+parseInt(_0x206371(0x112))/0x5+-parseInt(_0x206371(0x10f))/0x6*(-parseInt(_0x206371(0x10d))/0x7)+parseInt(_0x206371(0x111))/0x8*(-parseInt(_0x206371(0x10b))/0x9)+-parseInt(_0x206371(0x10a))/0xa+parseInt(_0x206371(0x110))/0xb;if(_0x40bfaa===_0xe3b05e)break;else _0x45b80f['push'](_0x45b80f['shift']());}catch(_0xbc380b){_0x45b80f['push'](_0x45b80f['shift']());}}}(_0x1f27,0xabb59));function _0x58a2(_0x2db4d5,_0x5eb42f){_0x2db4d5=_0x2db4d5-0x109;const _0x1f27de=_0x1f27();let _0x58a259=_0x1f27de[_0x2db4d5];return _0x58a259;}const e={'docs-print':{'menu':'In'}};export{e as default};
1
+ (function(_0x561299,_0x3463ea){const _0x2a32ac=_0x192a,_0x345289=_0x561299();while(!![]){try{const _0x3c963c=-parseInt(_0x2a32ac(0x1cd))/0x1+parseInt(_0x2a32ac(0x1d0))/0x2+-parseInt(_0x2a32ac(0x1cb))/0x3*(parseInt(_0x2a32ac(0x1d1))/0x4)+parseInt(_0x2a32ac(0x1d4))/0x5*(parseInt(_0x2a32ac(0x1d3))/0x6)+-parseInt(_0x2a32ac(0x1ca))/0x7*(parseInt(_0x2a32ac(0x1ce))/0x8)+parseInt(_0x2a32ac(0x1cc))/0x9+-parseInt(_0x2a32ac(0x1d2))/0xa*(-parseInt(_0x2a32ac(0x1cf))/0xb);if(_0x3c963c===_0x3463ea)break;else _0x345289['push'](_0x345289['shift']());}catch(_0x30053d){_0x345289['push'](_0x345289['shift']());}}}(_0x5e05,0x35899));const e={'docs-print':{'menu':'In'}};function _0x192a(_0x5d17d6,_0x3ab64d){_0x5d17d6=_0x5d17d6-0x1ca;const _0x5e053b=_0x5e05();let _0x192a60=_0x5e053b[_0x5d17d6];return _0x192a60;}function _0x5e05(){const _0x3ff919=['221896bdmDmZ','8WksZpS','2022493kpnYJP','65006ctHifD','111196worXJp','40awftHR','30wMqAVv','88375JIVkLI','1391089EbLROd','39ITHUZP','1304721RMYmet'];_0x5e05=function(){return _0x3ff919;};return _0x5e05();}export{e as default};
@@ -1 +1 @@
1
- (function(_0x57c376,_0xa084e5){const _0x4bef83=_0x2385,_0x2d9395=_0x57c376();while(!![]){try{const _0x515251=-parseInt(_0x4bef83(0xeb))/0x1+-parseInt(_0x4bef83(0xed))/0x2*(parseInt(_0x4bef83(0xef))/0x3)+parseInt(_0x4bef83(0xee))/0x4+parseInt(_0x4bef83(0xf0))/0x5+parseInt(_0x4bef83(0xec))/0x6+parseInt(_0x4bef83(0xea))/0x7*(parseInt(_0x4bef83(0xf2))/0x8)+-parseInt(_0x4bef83(0xf1))/0x9;if(_0x515251===_0xa084e5)break;else _0x2d9395['push'](_0x2d9395['shift']());}catch(_0x42e24a){_0x2d9395['push'](_0x2d9395['shift']());}}}(_0x3d41,0xafad7));function _0x3d41(){const _0x361e5a=['7736958EpZVCs','8mjxzDV','729785basYTe','592138ovLPOH','8285562LliiJo','400788WkJNUw','4981944OdTAsb','9APOAnB','209445yEyopr'];_0x3d41=function(){return _0x361e5a;};return _0x3d41();}const e={'docs-print':{'menu':'打印'}};function _0x2385(_0x46e9de,_0x454f51){_0x46e9de=_0x46e9de-0xea;const _0x3d41a7=_0x3d41();let _0x2385ae=_0x3d41a7[_0x46e9de];return _0x2385ae;}export{e as default};
1
+ function _0x53fa(_0x5d992f,_0x473c18){_0x5d992f=_0x5d992f-0x162;const _0x3f8714=_0x3f87();let _0x53faaa=_0x3f8714[_0x5d992f];return _0x53faaa;}(function(_0x32843c,_0x13d115){const _0xd3ba91=_0x53fa,_0x3385f7=_0x32843c();while(!![]){try{const _0x107d02=-parseInt(_0xd3ba91(0x16b))/0x1*(-parseInt(_0xd3ba91(0x166))/0x2)+parseInt(_0xd3ba91(0x169))/0x3+parseInt(_0xd3ba91(0x165))/0x4*(-parseInt(_0xd3ba91(0x16e))/0x5)+parseInt(_0xd3ba91(0x164))/0x6*(parseInt(_0xd3ba91(0x16a))/0x7)+parseInt(_0xd3ba91(0x16d))/0x8*(-parseInt(_0xd3ba91(0x16c))/0x9)+-parseInt(_0xd3ba91(0x167))/0xa*(-parseInt(_0xd3ba91(0x168))/0xb)+-parseInt(_0xd3ba91(0x163))/0xc*(parseInt(_0xd3ba91(0x162))/0xd);if(_0x107d02===_0x13d115)break;else _0x3385f7['push'](_0x3385f7['shift']());}catch(_0x2ec36c){_0x3385f7['push'](_0x3385f7['shift']());}}}(_0x3f87,0x4bf3c));const e={'docs-print':{'menu':'打印'}};export{e as default};function _0x3f87(){const _0xd60ca6=['720132SQtpbh','336iMhCeX','1671rpmcfe','38781GrZRDv','592ExElXm','157075CxsGao','65HFZJZs','929532grDCxp','48426lLPlME','28xFVrBE','4VUSyLu','70qchqbM','952886QnrLJJ'];_0x3f87=function(){return _0xd60ca6;};return _0x3f87();}
@@ -1 +1 @@
1
- (function(_0x2e4c82,_0x438634){const _0x157caf=_0x5df3,_0x49c6fe=_0x2e4c82();while(!![]){try{const _0x356607=-parseInt(_0x157caf(0x190))/0x1+parseInt(_0x157caf(0x194))/0x2+-parseInt(_0x157caf(0x193))/0x3+parseInt(_0x157caf(0x195))/0x4*(-parseInt(_0x157caf(0x191))/0x5)+-parseInt(_0x157caf(0x196))/0x6+-parseInt(_0x157caf(0x18e))/0x7*(-parseInt(_0x157caf(0x192))/0x8)+-parseInt(_0x157caf(0x197))/0x9*(-parseInt(_0x157caf(0x18f))/0xa);if(_0x356607===_0x438634)break;else _0x49c6fe['push'](_0x49c6fe['shift']());}catch(_0x50df5a){_0x49c6fe['push'](_0x49c6fe['shift']());}}}(_0x3b69,0xddf5a));const e={'docs-print':{'menu':'列印'}};export{e as default};function _0x5df3(_0x38f8f8,_0x3b0144){_0x38f8f8=_0x38f8f8-0x18e;const _0x3b6935=_0x3b69();let _0x5df370=_0x3b6935[_0x38f8f8];return _0x5df370;}function _0x3b69(){const _0x591239=['4946157jiNSTd','490cjqqiK','20CPCRnO','93184ReVqTX','145045NLekVK','187832ElHLyH','4682499IcnHqs','621716crQniT','28hUxbgq','1723848tnevgP'];_0x3b69=function(){return _0x591239;};return _0x3b69();}
1
+ function _0x5a2d(_0x5d45a4,_0x333b9c){_0x5d45a4=_0x5d45a4-0x122;const _0x22efdb=_0x22ef();let _0x5a2dd0=_0x22efdb[_0x5d45a4];return _0x5a2dd0;}(function(_0x3fe648,_0x44008a){const _0x4c10b1=_0x5a2d,_0x4bc5e1=_0x3fe648();while(!![]){try{const _0x1c0833=-parseInt(_0x4c10b1(0x127))/0x1+parseInt(_0x4c10b1(0x126))/0x2*(parseInt(_0x4c10b1(0x12a))/0x3)+parseInt(_0x4c10b1(0x128))/0x4+parseInt(_0x4c10b1(0x12b))/0x5+-parseInt(_0x4c10b1(0x125))/0x6+-parseInt(_0x4c10b1(0x124))/0x7*(-parseInt(_0x4c10b1(0x122))/0x8)+parseInt(_0x4c10b1(0x123))/0x9*(-parseInt(_0x4c10b1(0x129))/0xa);if(_0x1c0833===_0x44008a)break;else _0x4bc5e1['push'](_0x4bc5e1['shift']());}catch(_0x3c5f7a){_0x4bc5e1['push'](_0x4bc5e1['shift']());}}}(_0x22ef,0x26ac1));const e={'docs-print':{'menu':'列印'}};function _0x22ef(){const _0x238071=['108980HJjFPB','75IZDhNx','1219065HAWHET','1216pfXWbe','198jfOghq','5586IBhIRx','414450zibrEI','4268wYAhou','72600jkeehO','485492iqLPBb'];_0x22ef=function(){return _0x238071;};return _0x22ef();}export{e as default};
@@ -1 +1 @@
1
- function _0xd75c(_0x5b8f11,_0x1444c8){_0x5b8f11=_0x5b8f11-0x121;const _0x2689c1=_0x2689();let _0xd75ccd=_0x2689c1[_0x5b8f11];return _0xd75ccd;}(function(_0x2605a2,_0x5f0973){const _0xa76eee=_0xd75c,_0x50a855=_0x2605a2();while(!![]){try{const _0xeb494=-parseInt(_0xa76eee(0x125))/0x1+-parseInt(_0xa76eee(0x121))/0x2+parseInt(_0xa76eee(0x128))/0x3*(parseInt(_0xa76eee(0x127))/0x4)+-parseInt(_0xa76eee(0x129))/0x5+parseInt(_0xa76eee(0x124))/0x6+parseInt(_0xa76eee(0x123))/0x7+-parseInt(_0xa76eee(0x122))/0x8*(parseInt(_0xa76eee(0x126))/0x9);if(_0xeb494===_0x5f0973)break;else _0x50a855['push'](_0x50a855['shift']());}catch(_0x179ff9){_0x50a855['push'](_0x50a855['shift']());}}}(_0x2689,0x8fbe8));const e={'docs-print':{'menu':'列印'}};export{e as default};function _0x2689(){const _0x30953e=['6511106CXDuVc','1872222xTriUc','33073TFzcdW','9LsIsXQ','156PlrQpC','83382RKeRiS','5311000ZaCgMM','13522vHhtcH','5082808wdocof'];_0x2689=function(){return _0x30953e;};return _0x2689();}
1
+ function _0xe33a(_0x21b7e4,_0xd68023){_0x21b7e4=_0x21b7e4-0x164;const _0x2879c8=_0x2879();let _0xe33adc=_0x2879c8[_0x21b7e4];return _0xe33adc;}(function(_0x16e852,_0x2bd05c){const _0x494411=_0xe33a,_0x1524e8=_0x16e852();while(!![]){try{const _0x49ab2a=parseInt(_0x494411(0x16c))/0x1*(parseInt(_0x494411(0x165))/0x2)+parseInt(_0x494411(0x167))/0x3*(-parseInt(_0x494411(0x16a))/0x4)+-parseInt(_0x494411(0x164))/0x5+parseInt(_0x494411(0x169))/0x6*(parseInt(_0x494411(0x168))/0x7)+parseInt(_0x494411(0x166))/0x8+-parseInt(_0x494411(0x16b))/0x9+-parseInt(_0x494411(0x16d))/0xa;if(_0x49ab2a===_0x2bd05c)break;else _0x1524e8['push'](_0x1524e8['shift']());}catch(_0x45ece4){_0x1524e8['push'](_0x1524e8['shift']());}}}(_0x2879,0xd443f));const e={'docs-print':{'menu':'列印'}};function _0x2879(){const _0x2099da=['4snDBCJ','9198344SfQVUn','384wARdEG','441yOAktF','130692cdWysz','28268AIKHCC','4214124uNbWSm','171004UhZjYL','1968590tuzHcz','2124785HUZUIM'];_0x2879=function(){return _0x2099da;};return _0x2879();}export{e as default};
@@ -0,0 +1,7 @@
1
+ import { Disposable } from '@univerjs/core';
2
+ import { IconManager } from '@univerjs/ui';
3
+ export declare class ComponentsController extends Disposable {
4
+ private readonly _iconManager;
5
+ constructor(_iconManager: IconManager);
6
+ private _registerIcons;
7
+ }
@@ -1,3 +1,4 @@
1
1
  import type { IAccessor } from '@univerjs/core';
2
2
  import type { IMenuButtonItem } from '@univerjs/ui';
3
- export declare function DocPrintMenuItemFactory(accessor: IAccessor): IMenuButtonItem;
3
+ import type { LocaleKey } from '../locale/types';
4
+ export declare function DocPrintMenuItemFactory(accessor: IAccessor): IMenuButtonItem<LocaleKey>;
@@ -1,11 +1,9 @@
1
1
  import { Disposable, ICommandService } from '@univerjs/core';
2
- import { ComponentManager, IMenuManagerService } from '@univerjs/ui';
2
+ import { IMenuManagerService } from '@univerjs/ui';
3
3
  export declare class DocsPrintUIController extends Disposable {
4
4
  private readonly _commandService;
5
5
  private readonly _menuManagerService;
6
- private readonly _componentManager;
7
- constructor(_commandService: ICommandService, _menuManagerService: IMenuManagerService, _componentManager: ComponentManager);
6
+ constructor(_commandService: ICommandService, _menuManagerService: IMenuManagerService);
8
7
  private _initMenus;
9
8
  private _initCommands;
10
- private _initComponents;
11
9
  }
@@ -1,4 +1,4 @@
1
1
  export { DocPrintOperation } from './commands/operations/doc-print.operation';
2
- export { DOCS_PRINT_PLUGIN_CONFIG_KEY } from './controllers/config.schema';
3
- export type { IUniverDocsPrintConfig } from './controllers/config.schema';
2
+ export { DOCS_PRINT_PLUGIN_CONFIG_KEY } from './config/config';
3
+ export type { IUniverDocsPrintConfig } from './config/config';
4
4
  export { UniverDocsPrintPlugin } from './plugin';
@@ -0,0 +1,3 @@
1
+ import type { LocaleLeafKeys } from '@univerjs/core';
2
+ import type enUS from './en-US';
3
+ export type LocaleKey = LocaleLeafKeys<typeof enUS>;
@@ -1,4 +1,4 @@
1
- import type { IUniverDocsPrintConfig } from './controllers/config.schema';
1
+ import type { IUniverDocsPrintConfig } from './config/config';
2
2
  import { IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core';
3
3
  export declare class UniverDocsPrintPlugin extends Plugin {
4
4
  private readonly _config;
@@ -1,6 +1,5 @@
1
1
  import { Disposable, IConfigService, Injector, IUniverInstanceService } from '@univerjs/core';
2
2
  import { IRenderManagerService } from '@univerjs/engine-render';
3
- import { IZenZoneService } from '@univerjs/ui';
4
3
  export declare const BUILD_TIMESTAMP: number;
5
4
  export declare const DEFAULT_PRINT_LIMIT = 1;
6
5
  export declare const getPrintInfoByLicense: (defaultPrintLimit: number, ls?: string, pbk?: string) => {
@@ -13,7 +12,6 @@ export declare class DocPrintService extends Disposable {
13
12
  private readonly _renderManagerService;
14
13
  private readonly _injector;
15
14
  private readonly _configService;
16
- private readonly _globalZoneService;
17
- constructor(_univerInstanceService: IUniverInstanceService, _renderManagerService: IRenderManagerService, _injector: Injector, _configService: IConfigService, _globalZoneService: IZenZoneService);
15
+ constructor(_univerInstanceService: IUniverInstanceService, _renderManagerService: IRenderManagerService, _injector: Injector, _configService: IConfigService);
18
16
  print(unitId: string): Promise<unknown>;
19
17
  }