@univerjs-pro/docs-print 0.24.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -0
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -0
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -0
  10. package/lib/cjs/locale/it-IT.js +1 -0
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -0
  14. package/lib/cjs/locale/pt-BR.js +1 -0
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -0
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -0
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -0
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -0
  30. package/lib/es/locale/it-IT.js +1 -0
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -0
  34. package/lib/es/locale/pt-BR.js +1 -0
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -0
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -0
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -0
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -0
  50. package/lib/locale/it-IT.js +1 -0
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -0
  54. package/lib/locale/pt-BR.js +1 -0
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -0
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/locale/ar-SA.d.ts +3 -0
  62. package/lib/types/locale/ca-ES.d.ts +1 -1
  63. package/lib/types/locale/de-DE.d.ts +3 -0
  64. package/lib/types/locale/en-US.d.ts +1 -1
  65. package/lib/types/locale/es-ES.d.ts +1 -1
  66. package/lib/types/locale/id-ID.d.ts +3 -0
  67. package/lib/types/locale/it-IT.d.ts +3 -0
  68. package/lib/types/locale/pl-PL.d.ts +3 -0
  69. package/lib/types/locale/pt-BR.d.ts +3 -0
  70. package/lib/types/locale/zh-HK.d.ts +3 -0
  71. package/lib/types/services/doc-print.service.d.ts +3 -1
  72. package/lib/umd/index.js +1 -1
  73. package/lib/umd/locale/ar-SA.js +1 -0
  74. package/lib/umd/locale/ca-ES.js +1 -1
  75. package/lib/umd/locale/de-DE.js +1 -0
  76. package/lib/umd/locale/en-US.js +1 -1
  77. package/lib/umd/locale/es-ES.js +1 -1
  78. package/lib/umd/locale/fa-IR.js +1 -1
  79. package/lib/umd/locale/fr-FR.js +1 -1
  80. package/lib/umd/locale/id-ID.js +1 -0
  81. package/lib/umd/locale/it-IT.js +1 -0
  82. package/lib/umd/locale/ja-JP.js +1 -1
  83. package/lib/umd/locale/ko-KR.js +1 -1
  84. package/lib/umd/locale/pl-PL.js +1 -0
  85. package/lib/umd/locale/pt-BR.js +1 -0
  86. package/lib/umd/locale/ru-RU.js +1 -1
  87. package/lib/umd/locale/sk-SK.js +1 -1
  88. package/lib/umd/locale/vi-VN.js +1 -1
  89. package/lib/umd/locale/zh-CN.js +1 -1
  90. package/lib/umd/locale/zh-HK.js +1 -0
  91. package/lib/umd/locale/zh-TW.js +1 -1
  92. package/package.json +10 -10
@@ -1 +1 @@
1
- function _0x298c(_0x21d99f,_0x54eeed){_0x21d99f=_0x21d99f-0xe1;var _0x126051=_0x1260();var _0x298ce0=_0x126051[_0x21d99f];return _0x298ce0;}function _0x1260(){var _0x35c02a=['2969316REMAmV','چاپ','4ueTEqS','194682oVdkHw','1681800RKwvaQ','1068574gCHsoy','function','1520097HTNnHL','1982280cJDAFP','object','2006345yxYLTS','UniverProDocsPrintFaIR','amd'];_0x1260=function(){return _0x35c02a;};return _0x1260();}(function(_0x42db85,_0xabe855){var _0x289387=_0x298c,_0x18dbae=_0x42db85();while(!![]){try{var _0xf2169b=-parseInt(_0x289387(0xe6))/0x1+parseInt(_0x289387(0xe8))/0x2+parseInt(_0x289387(0xea))/0x3+-parseInt(_0x289387(0xe5))/0x4*(-parseInt(_0x289387(0xed))/0x5)+-parseInt(_0x289387(0xeb))/0x6+-parseInt(_0x289387(0xe3))/0x7+-parseInt(_0x289387(0xe7))/0x8;if(_0xf2169b===_0xabe855)break;else _0x18dbae['push'](_0x18dbae['shift']());}catch(_0x2d4941){_0x18dbae['push'](_0x18dbae['shift']());}}}(_0x1260,0x4509c),function(_0x33b475,_0x3b7f31){var _0x4a9362=_0x298c;typeof exports==_0x4a9362(0xec)&&typeof module<'u'?module['exports']=_0x3b7f31():typeof define==_0x4a9362(0xe9)&&define[_0x4a9362(0xe2)]?define([],_0x3b7f31):(_0x33b475=typeof globalThis<'u'?globalThis:_0x33b475||self,_0x33b475[_0x4a9362(0xe1)]=_0x3b7f31());}(this,function(){var _0x447b3f=_0x298c;return{'print':{'menu':_0x447b3f(0xe4)}};}));
1
+ function _0x2378(){var _0x3584cc=['183914bOAWGZ','exports','251862NgyzdW','76195AAiMng','77ezsYhE','object','2364756OJmeJc','256DXBmRr','3YxRwTU','2226740OVitkH','5MuLPtv','function','UniverProDocsPrintFaIR','852468abtWaP','9Xitmpx','1308852vtKsKm','amd'];_0x2378=function(){return _0x3584cc;};return _0x2378();}function _0x397a(_0x20f151,_0x292755){_0x20f151=_0x20f151-0x160;var _0x237811=_0x2378();var _0x397ad7=_0x237811[_0x20f151];return _0x397ad7;}(function(_0x1fbded,_0x3d4abb){var _0x462ab2=_0x397a,_0x2afab8=_0x1fbded();while(!![]){try{var _0x32ec23=-parseInt(_0x462ab2(0x16c))/0x1+-parseInt(_0x462ab2(0x16a))/0x2*(-parseInt(_0x462ab2(0x161))/0x3)+-parseInt(_0x462ab2(0x168))/0x4+-parseInt(_0x462ab2(0x163))/0x5*(parseInt(_0x462ab2(0x166))/0x6)+parseInt(_0x462ab2(0x16d))/0x7*(-parseInt(_0x462ab2(0x160))/0x8)+-parseInt(_0x462ab2(0x167))/0x9*(parseInt(_0x462ab2(0x162))/0xa)+-parseInt(_0x462ab2(0x16e))/0xb*(-parseInt(_0x462ab2(0x170))/0xc);if(_0x32ec23===_0x3d4abb)break;else _0x2afab8['push'](_0x2afab8['shift']());}catch(_0x48e7d6){_0x2afab8['push'](_0x2afab8['shift']());}}}(_0x2378,0x2bc33),function(_0xc03661,_0x278816){var _0x4a39c8=_0x397a;typeof exports==_0x4a39c8(0x16f)&&typeof module<'u'?module[_0x4a39c8(0x16b)]=_0x278816():typeof define==_0x4a39c8(0x164)&&define[_0x4a39c8(0x169)]?define([],_0x278816):(_0xc03661=typeof globalThis<'u'?globalThis:_0xc03661||self,_0xc03661[_0x4a39c8(0x165)]=_0x278816());}(this,function(){return{'docs-print':{'menu':'چاپ'}};}));
@@ -1 +1 @@
1
- (function(_0xd6a912,_0x55db15){var _0x4baeb6=_0x3488,_0x418305=_0xd6a912();while(!![]){try{var _0x1b8cd8=parseInt(_0x4baeb6(0xbe))/0x1+parseInt(_0x4baeb6(0xc6))/0x2+parseInt(_0x4baeb6(0xc5))/0x3+parseInt(_0x4baeb6(0xbf))/0x4+parseInt(_0x4baeb6(0xc2))/0x5+-parseInt(_0x4baeb6(0xc1))/0x6*(parseInt(_0x4baeb6(0xc4))/0x7)+parseInt(_0x4baeb6(0xc8))/0x8*(-parseInt(_0x4baeb6(0xbd))/0x9);if(_0x1b8cd8===_0x55db15)break;else _0x418305['push'](_0x418305['shift']());}catch(_0x524618){_0x418305['push'](_0x418305['shift']());}}}(_0x1de2,0xe20ff),function(_0x287222,_0x4bc375){var _0x2d728b=_0x3488;typeof exports==_0x2d728b(0xc0)&&typeof module<'u'?module[_0x2d728b(0xc9)]=_0x4bc375():typeof define==_0x2d728b(0xc7)&&define[_0x2d728b(0xc3)]?define([],_0x4bc375):(_0x287222=typeof globalThis<'u'?globalThis:_0x287222||self,_0x287222[_0x2d728b(0xbb)]=_0x4bc375());}(this,function(){var _0x5cf8e8=_0x3488;return{'print':{'menu':_0x5cf8e8(0xbc)}};}));function _0x3488(_0x5a4ea3,_0xb4db0d){_0x5a4ea3=_0x5a4ea3-0xbb;var _0x1de2ab=_0x1de2();var _0x3488ed=_0x1de2ab[_0x5a4ea3];return _0x3488ed;}function _0x1de2(){var _0x4317ee=['UniverProDocsPrintFrFR','Imprimer','19791OyWoVl','7682efernh','4531296PPZwvC','object','9798OhQkXz','2159295oYiUgh','amd','2457fBysjE','3901824XEdity','3457900qgquGI','function','11288CcKgQq','exports'];_0x1de2=function(){return _0x4317ee;};return _0x1de2();}
1
+ function _0x2d8d(_0x339f08,_0x526f2a){_0x339f08=_0x339f08-0xee;var _0x4d3f8a=_0x4d3f();var _0x2d8d6c=_0x4d3f8a[_0x339f08];return _0x2d8d6c;}function _0x4d3f(){var _0x243f8d=['14226iYfdfm','494473LLTcPJ','2bNgprk','346687AtuCBn','exports','1375HSzuSj','UniverProDocsPrintFrFR','10oPnsNE','751555QwWJEv','88sfrhdT','1568788eYPvgc','3288663vxHdRp','2153169GjJWhZ','Imprimer'];_0x4d3f=function(){return _0x243f8d;};return _0x4d3f();}(function(_0x2cc734,_0x2e0b6c){var _0x2162b8=_0x2d8d,_0x1679f3=_0x2cc734();while(!![]){try{var _0x2e30f0=-parseInt(_0x2162b8(0xf3))/0x1*(parseInt(_0x2162b8(0xfb))/0x2)+parseInt(_0x2162b8(0xf6))/0x3+parseInt(_0x2162b8(0xf5))/0x4+-parseInt(_0x2162b8(0xf0))/0x5*(parseInt(_0x2162b8(0xf9))/0x6)+parseInt(_0x2162b8(0xfa))/0x7*(parseInt(_0x2162b8(0xf4))/0x8)+-parseInt(_0x2162b8(0xf7))/0x9*(parseInt(_0x2162b8(0xf2))/0xa)+-parseInt(_0x2162b8(0xee))/0xb;if(_0x2e30f0===_0x2e0b6c)break;else _0x1679f3['push'](_0x1679f3['shift']());}catch(_0x385302){_0x1679f3['push'](_0x1679f3['shift']());}}}(_0x4d3f,0x90505),function(_0x408740,_0x25f435){var _0x5999cf=_0x2d8d;typeof exports=='object'&&typeof module<'u'?module[_0x5999cf(0xef)]=_0x25f435():typeof define=='function'&&define['amd']?define([],_0x25f435):(_0x408740=typeof globalThis<'u'?globalThis:_0x408740||self,_0x408740[_0x5999cf(0xf1)]=_0x25f435());}(this,function(){var _0x3431f5=_0x2d8d;return{'docs-print':{'menu':_0x3431f5(0xf8)}};}));
@@ -0,0 +1 @@
1
+ function _0x4051(){var _0x399a71=['2OhaHdP','8ihBSSZ','2615793UZSUYS','8FcHEJU','39862WGtOhd','27468150PFhqrz','UniverProDocsPrintIdID','Cetak','4558230ASwRUA','436570VgjBGL','exports','7438743TVOPYG','7168735CpEHxe','amd','object'];_0x4051=function(){return _0x399a71;};return _0x4051();}function _0xb8ef(_0x473a6a,_0x23fef2){_0x473a6a=_0x473a6a-0x189;var _0x405165=_0x4051();var _0xb8eff6=_0x405165[_0x473a6a];return _0xb8eff6;}(function(_0x269258,_0x57e14e){var _0x454ebf=_0xb8ef,_0x3a6686=_0x269258();while(!![]){try{var _0x409008=parseInt(_0x454ebf(0x196))/0x1+parseInt(_0x454ebf(0x192))/0x2*(parseInt(_0x454ebf(0x194))/0x3)+-parseInt(_0x454ebf(0x195))/0x4*(parseInt(_0x454ebf(0x18c))/0x5)+parseInt(_0x454ebf(0x18b))/0x6+parseInt(_0x454ebf(0x18f))/0x7*(parseInt(_0x454ebf(0x193))/0x8)+parseInt(_0x454ebf(0x18e))/0x9+-parseInt(_0x454ebf(0x197))/0xa;if(_0x409008===_0x57e14e)break;else _0x3a6686['push'](_0x3a6686['shift']());}catch(_0x30dc72){_0x3a6686['push'](_0x3a6686['shift']());}}}(_0x4051,0x92a6f),function(_0x264ca6,_0x414eda){var _0x2661af=_0xb8ef;typeof exports==_0x2661af(0x191)&&typeof module<'u'?module[_0x2661af(0x18d)]=_0x414eda():typeof define=='function'&&define[_0x2661af(0x190)]?define([],_0x414eda):(_0x264ca6=typeof globalThis<'u'?globalThis:_0x264ca6||self,_0x264ca6[_0x2661af(0x189)]=_0x414eda());}(this,function(){var _0x1a4de0=_0xb8ef;return{'docs-print':{'menu':_0x1a4de0(0x18a)}};}));
@@ -0,0 +1 @@
1
+ (function(_0x25a55c,_0x5be124){var _0x58b22e=_0x558d,_0x691053=_0x25a55c();while(!![]){try{var _0x4b3dd6=parseInt(_0x58b22e(0x10a))/0x1+parseInt(_0x58b22e(0x113))/0x2*(-parseInt(_0x58b22e(0x109))/0x3)+parseInt(_0x58b22e(0x10e))/0x4*(parseInt(_0x58b22e(0x110))/0x5)+-parseInt(_0x58b22e(0x10b))/0x6*(parseInt(_0x58b22e(0x10c))/0x7)+parseInt(_0x58b22e(0x107))/0x8+parseInt(_0x58b22e(0x10f))/0x9+-parseInt(_0x58b22e(0x108))/0xa;if(_0x4b3dd6===_0x5be124)break;else _0x691053['push'](_0x691053['shift']());}catch(_0x51ab95){_0x691053['push'](_0x691053['shift']());}}}(_0x22f4,0xc9fd1),function(_0x25c69c,_0x26d6cf){var _0x3bde64=_0x558d;typeof exports==_0x3bde64(0x112)&&typeof module<'u'?module['exports']=_0x26d6cf():typeof define==_0x3bde64(0x111)&&define['amd']?define([],_0x26d6cf):(_0x25c69c=typeof globalThis<'u'?globalThis:_0x25c69c||self,_0x25c69c['UniverProDocsPrintItIT']=_0x26d6cf());}(this,function(){var _0xb71326=_0x558d;return{'docs-print':{'menu':_0xb71326(0x10d)}};}));function _0x558d(_0x41b1b7,_0x5ed05b){_0x41b1b7=_0x41b1b7-0x107;var _0x22f487=_0x22f4();var _0x558d18=_0x22f487[_0x41b1b7];return _0x558d18;}function _0x22f4(){var _0xc7c71e=['5622175DQvvWy','function','object','2zQLOLi','2986960NXpbFl','9023410PiYmfH','505419nHVDoZ','430299cErIgY','1560834cVMpSL','35wjkbLM','Stampa','4jupEGq','11436750IpDxmx'];_0x22f4=function(){return _0xc7c71e;};return _0x22f4();}
@@ -1 +1 @@
1
- function _0x93a8(_0xbdf149,_0xaf0bf0){_0xbdf149=_0xbdf149-0x158;var _0x2ae8e5=_0x2ae8();var _0x93a883=_0x2ae8e5[_0xbdf149];return _0x93a883;}(function(_0x121d03,_0x107fb0){var _0x1c5925=_0x93a8,_0x1ca187=_0x121d03();while(!![]){try{var _0x4d0d95=-parseInt(_0x1c5925(0x161))/0x1*(-parseInt(_0x1c5925(0x159))/0x2)+-parseInt(_0x1c5925(0x15c))/0x3+-parseInt(_0x1c5925(0x162))/0x4+-parseInt(_0x1c5925(0x15e))/0x5*(-parseInt(_0x1c5925(0x15b))/0x6)+parseInt(_0x1c5925(0x15d))/0x7*(parseInt(_0x1c5925(0x15f))/0x8)+parseInt(_0x1c5925(0x166))/0x9*(parseInt(_0x1c5925(0x160))/0xa)+-parseInt(_0x1c5925(0x164))/0xb;if(_0x4d0d95===_0x107fb0)break;else _0x1ca187['push'](_0x1ca187['shift']());}catch(_0x58fca4){_0x1ca187['push'](_0x1ca187['shift']());}}}(_0x2ae8,0x4ecc2),function(_0x464a4f,_0x33a33e){var _0x22b7f0=_0x93a8;typeof exports==_0x22b7f0(0x158)&&typeof module<'u'?module[_0x22b7f0(0x167)]=_0x33a33e():typeof define==_0x22b7f0(0x15a)&&define[_0x22b7f0(0x165)]?define([],_0x33a33e):(_0x464a4f=typeof globalThis<'u'?globalThis:_0x464a4f||self,_0x464a4f[_0x22b7f0(0x163)]=_0x33a33e());}(this,function(){return{'print':{'menu':'印刷'}};}));function _0x2ae8(){var _0x4e82b0=['45472BXwXDn','498285fpFjYg','408USEWMl','50AKurSu','13PQrZyF','1054192FphWoR','UniverProDocsPrintJaJP','2725371CQekkb','amd','509283zqzfeO','exports','object','52052Pvrkyd','function','24euEIpn','1551402QJzjJw'];_0x2ae8=function(){return _0x4e82b0;};return _0x2ae8();}
1
+ function _0x5320(){var _0x166338=['109743wxxrrT','amd','33931AISRth','133940kpmutI','2SzBseJ','1511532QBfTUl','312erdgHO','76tWizui','exports','3527585eyCDnH','173492LazfMp','2678312PrsEIs','162kGruoI','16kpcBJu','UniverProDocsPrintJaJP'];_0x5320=function(){return _0x166338;};return _0x5320();}function _0x5a3a(_0x364464,_0x84596d){_0x364464=_0x364464-0x89;var _0x5320ef=_0x5320();var _0x5a3a46=_0x5320ef[_0x364464];return _0x5a3a46;}(function(_0x4424d5,_0x224f68){var _0x94b536=_0x5a3a,_0x1fd1ca=_0x4424d5();while(!![]){try{var _0x4e790c=parseInt(_0x94b536(0x96))/0x1*(parseInt(_0x94b536(0x89))/0x2)+-parseInt(_0x94b536(0x94))/0x3*(parseInt(_0x94b536(0x8c))/0x4)+parseInt(_0x94b536(0x8e))/0x5+-parseInt(_0x94b536(0x8a))/0x6+parseInt(_0x94b536(0x90))/0x7*(parseInt(_0x94b536(0x92))/0x8)+-parseInt(_0x94b536(0x91))/0x9*(-parseInt(_0x94b536(0x97))/0xa)+parseInt(_0x94b536(0x8f))/0xb*(-parseInt(_0x94b536(0x8b))/0xc);if(_0x4e790c===_0x224f68)break;else _0x1fd1ca['push'](_0x1fd1ca['shift']());}catch(_0x37c63e){_0x1fd1ca['push'](_0x1fd1ca['shift']());}}}(_0x5320,0x5ee83),function(_0x2fb2ae,_0xf73b8a){var _0x1cdfa5=_0x5a3a;typeof exports=='object'&&typeof module<'u'?module[_0x1cdfa5(0x8d)]=_0xf73b8a():typeof define=='function'&&define[_0x1cdfa5(0x95)]?define([],_0xf73b8a):(_0x2fb2ae=typeof globalThis<'u'?globalThis:_0x2fb2ae||self,_0x2fb2ae[_0x1cdfa5(0x93)]=_0xf73b8a());}(this,function(){return{'docs-print':{'menu':'印刷'}};}));
@@ -1 +1 @@
1
- function _0x279c(_0x274dd1,_0x320e81){_0x274dd1=_0x274dd1-0x1e1;var _0x3c4f90=_0x3c4f();var _0x279cec=_0x3c4f90[_0x274dd1];return _0x279cec;}(function(_0x3f905f,_0x33f8ca){var _0x1d6a07=_0x279c,_0x188999=_0x3f905f();while(!![]){try{var _0x481018=-parseInt(_0x1d6a07(0x1f2))/0x1+-parseInt(_0x1d6a07(0x1e9))/0x2*(parseInt(_0x1d6a07(0x1f0))/0x3)+-parseInt(_0x1d6a07(0x1ea))/0x4*(parseInt(_0x1d6a07(0x1ee))/0x5)+parseInt(_0x1d6a07(0x1e6))/0x6*(-parseInt(_0x1d6a07(0x1f1))/0x7)+-parseInt(_0x1d6a07(0x1e3))/0x8*(parseInt(_0x1d6a07(0x1e2))/0x9)+-parseInt(_0x1d6a07(0x1e5))/0xa*(parseInt(_0x1d6a07(0x1e1))/0xb)+parseInt(_0x1d6a07(0x1e7))/0xc*(parseInt(_0x1d6a07(0x1eb))/0xd);if(_0x481018===_0x33f8ca)break;else _0x188999['push'](_0x188999['shift']());}catch(_0x3a9193){_0x188999['push'](_0x188999['shift']());}}}(_0x3c4f,0xdba99),function(_0x2c5860,_0x30be64){var _0x40ae93=_0x279c;typeof exports==_0x40ae93(0x1ef)&&typeof module<'u'?module[_0x40ae93(0x1e8)]=_0x30be64():typeof define==_0x40ae93(0x1ec)&&define[_0x40ae93(0x1ed)]?define([],_0x30be64):(_0x2c5860=typeof globalThis<'u'?globalThis:_0x2c5860||self,_0x2c5860[_0x40ae93(0x1e4)]=_0x30be64());}(this,function(){return{'print':{'menu':'인쇄'}};}));function _0x3c4f(){var _0x35417c=['UniverProDocsPrintKoKR','416690NjBBaB','12jqySzj','84366552jTHDSD','exports','22xqFfuO','44bHyxfe','13nOVdZn','function','amd','190415YmKjBp','object','231834voXVvE','6270439gkKXAD','1787546NgoTfI','66WXLGvq','126sPanoB','590128qaGUfI'];_0x3c4f=function(){return _0x35417c;};return _0x3c4f();}
1
+ function _0xb49b(_0x42bc57,_0x1a751d){_0x42bc57=_0x42bc57-0xc1;var _0x1a3e4e=_0x1a3e();var _0xb49b76=_0x1a3e4e[_0x42bc57];return _0xb49b76;}function _0x1a3e(){var _0x5421f2=['9LczhfR','11280wTykIj','7268040BIdQxd','348IGRvgY','object','2yKAOvV','21474540gCxJqZ','function','201016VoUjBd','1870gPeNOJ','6078bJtIIx','1165256ALAryx','2681BgRDSU','21908ovQzpO'];_0x1a3e=function(){return _0x5421f2;};return _0x1a3e();}(function(_0xe5470f,_0x4c188c){var _0x112958=_0xb49b,_0xd6f2ec=_0xe5470f();while(!![]){try{var _0x2dbe68=parseInt(_0x112958(0xc7))/0x1*(parseInt(_0x112958(0xcd))/0x2)+-parseInt(_0x112958(0xc5))/0x3*(-parseInt(_0x112958(0xc1))/0x4)+parseInt(_0x112958(0xc4))/0x5+parseInt(_0x112958(0xcc))/0x6*(-parseInt(_0x112958(0xce))/0x7)+parseInt(_0x112958(0xca))/0x8*(parseInt(_0x112958(0xc2))/0x9)+-parseInt(_0x112958(0xc3))/0xa*(parseInt(_0x112958(0xcb))/0xb)+-parseInt(_0x112958(0xc8))/0xc;if(_0x2dbe68===_0x4c188c)break;else _0xd6f2ec['push'](_0xd6f2ec['shift']());}catch(_0x86ceec){_0xd6f2ec['push'](_0xd6f2ec['shift']());}}}(_0x1a3e,0xde2d7),function(_0x3f312b,_0x4bc11f){var _0x34f416=_0xb49b;typeof exports==_0x34f416(0xc6)&&typeof module<'u'?module['exports']=_0x4bc11f():typeof define==_0x34f416(0xc9)&&define['amd']?define([],_0x4bc11f):(_0x3f312b=typeof globalThis<'u'?globalThis:_0x3f312b||self,_0x3f312b['UniverProDocsPrintKoKR']=_0x4bc11f());}(this,function(){return{'docs-print':{'menu':'인쇄'}};}));
@@ -0,0 +1 @@
1
+ function _0x3e90(_0x5e52a0,_0x2c082e){_0x5e52a0=_0x5e52a0-0x1e1;var _0x3ce0b8=_0x3ce0();var _0x3e909f=_0x3ce0b8[_0x5e52a0];return _0x3e909f;}(function(_0x142102,_0xe8e20b){var _0x466646=_0x3e90,_0x100253=_0x142102();while(!![]){try{var _0x2c1acc=parseInt(_0x466646(0x1e4))/0x1+-parseInt(_0x466646(0x1ee))/0x2*(parseInt(_0x466646(0x1e6))/0x3)+-parseInt(_0x466646(0x1e8))/0x4+-parseInt(_0x466646(0x1e7))/0x5*(-parseInt(_0x466646(0x1e5))/0x6)+parseInt(_0x466646(0x1ea))/0x7+-parseInt(_0x466646(0x1e3))/0x8*(parseInt(_0x466646(0x1ed))/0x9)+parseInt(_0x466646(0x1ec))/0xa;if(_0x2c1acc===_0xe8e20b)break;else _0x100253['push'](_0x100253['shift']());}catch(_0x3af224){_0x100253['push'](_0x100253['shift']());}}}(_0x3ce0,0x94b7f),function(_0x14e377,_0x4bb8b7){var _0x463356=_0x3e90;typeof exports=='object'&&typeof module<'u'?module[_0x463356(0x1e9)]=_0x4bb8b7():typeof define==_0x463356(0x1e1)&&define['amd']?define([],_0x4bb8b7):(_0x14e377=typeof globalThis<'u'?globalThis:_0x14e377||self,_0x14e377[_0x463356(0x1eb)]=_0x4bb8b7());}(this,function(){var _0x478090=_0x3e90;return{'docs-print':{'menu':_0x478090(0x1e2)}};}));function _0x3ce0(){var _0x2cf182=['Drukuj','208auEURm','532564VqPnkF','3624PQMsXa','601203CFjHbo','2570CUVLZd','1480424mTUfYx','exports','6521011pbgXvr','UniverProDocsPrintPlPL','6763210JnsRCN','301311sRYqnG','6CQgluk','function'];_0x3ce0=function(){return _0x2cf182;};return _0x3ce0();}
@@ -0,0 +1 @@
1
+ function _0x5a8f(_0x15bfb4,_0x203d2c){_0x15bfb4=_0x15bfb4-0x106;var _0x2a2fdb=_0x2a2f();var _0x5a8f59=_0x2a2fdb[_0x15bfb4];return _0x5a8f59;}(function(_0x5a7c27,_0x402db1){var _0xc4ecdc=_0x5a8f,_0x5c9e10=_0x5a7c27();while(!![]){try{var _0x1a8893=parseInt(_0xc4ecdc(0x10a))/0x1+parseInt(_0xc4ecdc(0x111))/0x2+-parseInt(_0xc4ecdc(0x10b))/0x3*(-parseInt(_0xc4ecdc(0x112))/0x4)+parseInt(_0xc4ecdc(0x10c))/0x5*(parseInt(_0xc4ecdc(0x109))/0x6)+-parseInt(_0xc4ecdc(0x108))/0x7+parseInt(_0xc4ecdc(0x10f))/0x8+-parseInt(_0xc4ecdc(0x107))/0x9;if(_0x1a8893===_0x402db1)break;else _0x5c9e10['push'](_0x5c9e10['shift']());}catch(_0x31d6b1){_0x5c9e10['push'](_0x5c9e10['shift']());}}}(_0x2a2f,0xdf8a1),function(_0x2eab6b,_0x3f93e6){var _0x20da9c=_0x5a8f;typeof exports=='object'&&typeof module<'u'?module[_0x20da9c(0x110)]=_0x3f93e6():typeof define==_0x20da9c(0x10e)&&define[_0x20da9c(0x10d)]?define([],_0x3f93e6):(_0x2eab6b=typeof globalThis<'u'?globalThis:_0x2eab6b||self,_0x2eab6b['UniverProDocsPrintPtBR']=_0x3f93e6());}(this,function(){var _0x2b9904=_0x5a8f;return{'docs-print':{'menu':_0x2b9904(0x106)}};}));function _0x2a2f(){var _0xa004e8=['amd','function','11341272UvjIiq','exports','3009790nBEVMG','30368fiSsHo','Imprimir','32887143chncoD','10734801tkudSH','6CZiKky','1489128pQwrHz','105UhjqOM','7129425heLQZo'];_0x2a2f=function(){return _0xa004e8;};return _0x2a2f();}
@@ -1 +1 @@
1
- (function(_0x483ebb,_0x1635f3){var _0x5ab563=_0x214f,_0x2d208c=_0x483ebb();while(!![]){try{var _0x1ee04d=parseInt(_0x5ab563(0xb0))/0x1*(-parseInt(_0x5ab563(0xae))/0x2)+parseInt(_0x5ab563(0xb1))/0x3+-parseInt(_0x5ab563(0xb4))/0x4*(-parseInt(_0x5ab563(0xb5))/0x5)+parseInt(_0x5ab563(0xb2))/0x6+parseInt(_0x5ab563(0xb6))/0x7+parseInt(_0x5ab563(0xb3))/0x8*(parseInt(_0x5ab563(0xad))/0x9)+-parseInt(_0x5ab563(0xb7))/0xa;if(_0x1ee04d===_0x1635f3)break;else _0x2d208c['push'](_0x2d208c['shift']());}catch(_0x42beb5){_0x2d208c['push'](_0x2d208c['shift']());}}}(_0x2f30,0xdf057),function(_0x155ccb,_0x2a42c6){var _0x1469a0=_0x214f;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2a42c6():typeof define==_0x1469a0(0xb9)&&define['amd']?define([],_0x2a42c6):(_0x155ccb=typeof globalThis<'u'?globalThis:_0x155ccb||self,_0x155ccb[_0x1469a0(0xb8)]=_0x2a42c6());}(this,function(){var _0x4b9d56=_0x214f;return{'print':{'menu':_0x4b9d56(0xaf)}};}));function _0x214f(_0x3bf954,_0xcd41eb){_0x3bf954=_0x3bf954-0xad;var _0x2f30b5=_0x2f30();var _0x214f8b=_0x2f30b5[_0x3bf954];return _0x214f8b;}function _0x2f30(){var _0x5348c6=['1071wNQHGu','401476UOQtRt','Печать','6VPloHl','504630QovNCt','4786512kBqCLK','20288sFULUP','4VuPilM','5226555hUSGwL','4895933rKcxgg','8945530TyiuNa','UniverProDocsPrintRuRU','function'];_0x2f30=function(){return _0x5348c6;};return _0x2f30();}
1
+ function _0x360c(){var _0x1ded09=['10CYMvFU','amd','object','992800DxNyas','1887011kBqACZ','678033vgHPIe','UniverProDocsPrintRuRU','137037UeMybQ','function','6WnWfEt','30ksDAjI','151718dLiryC','Печать','424212QRiYyn','1341365VwTewD'];_0x360c=function(){return _0x1ded09;};return _0x360c();}function _0xafc9(_0x42b88e,_0x2f4421){_0x42b88e=_0x42b88e-0x10c;var _0x360cdd=_0x360c();var _0xafc91a=_0x360cdd[_0x42b88e];return _0xafc91a;}(function(_0x21ff4c,_0x47b8dc){var _0x18f08d=_0xafc9,_0x690cb5=_0x21ff4c();while(!![]){try{var _0x1a6562=parseInt(_0x18f08d(0x119))/0x1+-parseInt(_0x18f08d(0x10e))/0x2*(parseInt(_0x18f08d(0x115))/0x3)+-parseInt(_0x18f08d(0x10c))/0x4+parseInt(_0x18f08d(0x10d))/0x5+parseInt(_0x18f08d(0x117))/0x6*(-parseInt(_0x18f08d(0x112))/0x7)+parseInt(_0x18f08d(0x111))/0x8+-parseInt(_0x18f08d(0x113))/0x9*(-parseInt(_0x18f08d(0x118))/0xa);if(_0x1a6562===_0x47b8dc)break;else _0x690cb5['push'](_0x690cb5['shift']());}catch(_0x2f2081){_0x690cb5['push'](_0x690cb5['shift']());}}}(_0x360c,0x288c1),function(_0x2e4906,_0x473624){var _0x106f44=_0xafc9;typeof exports==_0x106f44(0x110)&&typeof module<'u'?module['exports']=_0x473624():typeof define==_0x106f44(0x116)&&define[_0x106f44(0x10f)]?define([],_0x473624):(_0x2e4906=typeof globalThis<'u'?globalThis:_0x2e4906||self,_0x2e4906[_0x106f44(0x114)]=_0x473624());}(this,function(){var _0x3097a3=_0xafc9;return{'docs-print':{'menu':_0x3097a3(0x11a)}};}));
@@ -1 +1 @@
1
- function _0x205a(_0x1d21c0,_0x14be65){_0x1d21c0=_0x1d21c0-0x18e;var _0x384a4a=_0x384a();var _0x205aef=_0x384a4a[_0x1d21c0];return _0x205aef;}function _0x384a(){var _0x418f89=['500ntjcJz','91832XvXzBf','14211RfZHmk','88PnzjWT','amd','exports','function','34984OHyotv','Tlač','4504osjvuV','36TzyuYG','2014054rziSjG','4659545NaVPnt','66HVSOib','100470bYCzZI'];_0x384a=function(){return _0x418f89;};return _0x384a();}(function(_0x5813ed,_0x4c912d){var _0x227668=_0x205a,_0x5269f9=_0x5813ed();while(!![]){try{var _0x1d778e=parseInt(_0x227668(0x196))/0x1*(-parseInt(_0x227668(0x19c))/0x2)+parseInt(_0x227668(0x18e))/0x3*(-parseInt(_0x227668(0x19a))/0x4)+-parseInt(_0x227668(0x192))/0x5*(-parseInt(_0x227668(0x191))/0x6)+-parseInt(_0x227668(0x18f))/0x7+parseInt(_0x227668(0x194))/0x8+parseInt(_0x227668(0x195))/0x9*(parseInt(_0x227668(0x193))/0xa)+parseInt(_0x227668(0x190))/0xb;if(_0x1d778e===_0x4c912d)break;else _0x5269f9['push'](_0x5269f9['shift']());}catch(_0x919a93){_0x5269f9['push'](_0x5269f9['shift']());}}}(_0x384a,0x23350),function(_0x41b1d9,_0x348226){var _0x2edd7b=_0x205a;typeof exports=='object'&&typeof module<'u'?module[_0x2edd7b(0x198)]=_0x348226():typeof define==_0x2edd7b(0x199)&&define[_0x2edd7b(0x197)]?define([],_0x348226):(_0x41b1d9=typeof globalThis<'u'?globalThis:_0x41b1d9||self,_0x41b1d9['UniverProDocsPrintSkSK']=_0x348226());}(this,function(){var _0x53f4f3=_0x205a;return{'print':{'menu':_0x53f4f3(0x19b)}};}));
1
+ function _0xb1e6(_0x56d023,_0x14a3e5){_0x56d023=_0x56d023-0x99;var _0x383c8d=_0x383c();var _0xb1e639=_0x383c8d[_0x56d023];return _0xb1e639;}(function(_0x398551,_0x725f56){var _0x18e02e=_0xb1e6,_0x3a1a14=_0x398551();while(!![]){try{var _0x49b1ce=-parseInt(_0x18e02e(0xa5))/0x1+-parseInt(_0x18e02e(0x9d))/0x2*(-parseInt(_0x18e02e(0xa0))/0x3)+-parseInt(_0x18e02e(0x9a))/0x4*(-parseInt(_0x18e02e(0xa8))/0x5)+parseInt(_0x18e02e(0xa6))/0x6*(-parseInt(_0x18e02e(0x99))/0x7)+-parseInt(_0x18e02e(0x9b))/0x8*(-parseInt(_0x18e02e(0xa9))/0x9)+-parseInt(_0x18e02e(0x9c))/0xa+parseInt(_0x18e02e(0xa1))/0xb*(parseInt(_0x18e02e(0x9f))/0xc);if(_0x49b1ce===_0x725f56)break;else _0x3a1a14['push'](_0x3a1a14['shift']());}catch(_0xfa91bc){_0x3a1a14['push'](_0x3a1a14['shift']());}}}(_0x383c,0x83b89),function(_0xf52d0b,_0x15b119){var _0x238c3a=_0xb1e6;typeof exports==_0x238c3a(0x9e)&&typeof module<'u'?module[_0x238c3a(0xa3)]=_0x15b119():typeof define==_0x238c3a(0xa7)&&define[_0x238c3a(0xa4)]?define([],_0x15b119):(_0xf52d0b=typeof globalThis<'u'?globalThis:_0xf52d0b||self,_0xf52d0b[_0x238c3a(0xa2)]=_0x15b119());}(this,function(){return{'docs-print':{'menu':'Tlač'}};}));function _0x383c(){var _0x8d4592=['90500XkaAzi','795474aXbmcD','107254sMzYcO','152PlgLJl','24WKPQhp','6362790rQoEsn','268bePdCu','object','615948cGQgSL','7878gzDIKG','154fbnaDw','UniverProDocsPrintSkSK','exports','amd','127506nTzcxf','282rUuMao','function'];_0x383c=function(){return _0x8d4592;};return _0x383c();}
@@ -1 +1 @@
1
- function _0x2c99(){var _0x386642=['exports','4144458eWxUQv','5663490DCbVUc','32018768nYHrxb','UniverProDocsPrintViVN','object','7819NjGRqX','amd','4926LzAfmn','613243GPUdXy','4602148jXNdOU','543320KqFSCh'];_0x2c99=function(){return _0x386642;};return _0x2c99();}function _0x4b62(_0x582c84,_0x3097e1){_0x582c84=_0x582c84-0x1e3;var _0x2c99ea=_0x2c99();var _0x4b620e=_0x2c99ea[_0x582c84];return _0x4b620e;}(function(_0x4d7626,_0x5e0eed){var _0x8a35=_0x4b62,_0x599b54=_0x4d7626();while(!![]){try{var _0x1af110=-parseInt(_0x8a35(0x1e5))/0x1+parseInt(_0x8a35(0x1e7))/0x2+-parseInt(_0x8a35(0x1e9))/0x3+-parseInt(_0x8a35(0x1e6))/0x4+-parseInt(_0x8a35(0x1ea))/0x5+-parseInt(_0x8a35(0x1e4))/0x6*(-parseInt(_0x8a35(0x1ee))/0x7)+parseInt(_0x8a35(0x1eb))/0x8;if(_0x1af110===_0x5e0eed)break;else _0x599b54['push'](_0x599b54['shift']());}catch(_0x39904f){_0x599b54['push'](_0x599b54['shift']());}}}(_0x2c99,0xdeecb),function(_0x157fea,_0xc14120){var _0x3fd754=_0x4b62;typeof exports==_0x3fd754(0x1ed)&&typeof module<'u'?module[_0x3fd754(0x1e8)]=_0xc14120():typeof define=='function'&&define[_0x3fd754(0x1e3)]?define([],_0xc14120):(_0x157fea=typeof globalThis<'u'?globalThis:_0x157fea||self,_0x157fea[_0x3fd754(0x1ec)]=_0xc14120());}(this,function(){return{'print':{'menu':'In'}};}));
1
+ (function(_0x450477,_0x439e00){var _0x307144=_0x347c,_0x43a0cb=_0x450477();while(!![]){try{var _0xc5196b=parseInt(_0x307144(0xe4))/0x1+parseInt(_0x307144(0xea))/0x2+parseInt(_0x307144(0xdf))/0x3+parseInt(_0x307144(0xe1))/0x4*(-parseInt(_0x307144(0xeb))/0x5)+-parseInt(_0x307144(0xe5))/0x6*(parseInt(_0x307144(0xe6))/0x7)+-parseInt(_0x307144(0xe8))/0x8*(parseInt(_0x307144(0xe3))/0x9)+-parseInt(_0x307144(0xe9))/0xa;if(_0xc5196b===_0x439e00)break;else _0x43a0cb['push'](_0x43a0cb['shift']());}catch(_0x3634e3){_0x43a0cb['push'](_0x43a0cb['shift']());}}}(_0x44ad,0x6e571),function(_0x8e14e7,_0x2b7b45){var _0x1edda4=_0x347c;typeof exports==_0x1edda4(0xe2)&&typeof module<'u'?module[_0x1edda4(0xec)]=_0x2b7b45():typeof define==_0x1edda4(0xe0)&&define['amd']?define([],_0x2b7b45):(_0x8e14e7=typeof globalThis<'u'?globalThis:_0x8e14e7||self,_0x8e14e7[_0x1edda4(0xe7)]=_0x2b7b45());}(this,function(){return{'docs-print':{'menu':'In'}};}));function _0x347c(_0x5ca115,_0x445264){_0x5ca115=_0x5ca115-0xdf;var _0x44adda=_0x44ad();var _0x347cbe=_0x44adda[_0x5ca115];return _0x347cbe;}function _0x44ad(){var _0x221ff0=['1785286lBwiWm','210cEVrFg','exports','1520331EcsAWs','function','26464wGHFXc','object','27aQVHeV','867943TRzrtb','919650ykHmki','35GiylZT','UniverProDocsPrintViVN','1560544HHoNgP','1859590TcasZE'];_0x44ad=function(){return _0x221ff0;};return _0x44ad();}
@@ -1 +1 @@
1
- function _0xd4af(){var _0x11da69=['77tiZHfS','exports','899037amMjik','1662588NJaIUi','2890240nKvVFH','620jBHGPc','14EbppXR','object','179343rUzDYy','344KXQOoD','1024299jSupmR','80706EdqvST','amd','function','24408nAmBvC','2qDnfCu'];_0xd4af=function(){return _0x11da69;};return _0xd4af();}function _0xe0f0(_0x44c273,_0x63aa3b){_0x44c273=_0x44c273-0x9b;var _0xd4af6a=_0xd4af();var _0x33fe9c=_0xd4af6a[_0x44c273];return _0x33fe9c;}(function(_0x57dc59,_0x376135){var _0x4053ac=_0xe0f0,_0xa51f64=_0x57dc59();while(!![]){try{var _0x434d6d=-parseInt(_0x4053ac(0xa1))/0x1*(-parseInt(_0x4053ac(0xa6))/0x2)+parseInt(_0x4053ac(0xa9))/0x3+-parseInt(_0x4053ac(0xa5))/0x4*(-parseInt(_0x4053ac(0x9c))/0x5)+parseInt(_0x4053ac(0xa2))/0x6*(-parseInt(_0x4053ac(0x9d))/0x7)+parseInt(_0x4053ac(0xa0))/0x8*(-parseInt(_0x4053ac(0x9f))/0x9)+parseInt(_0x4053ac(0x9b))/0xa+-parseInt(_0x4053ac(0xa7))/0xb*(parseInt(_0x4053ac(0xaa))/0xc);if(_0x434d6d===_0x376135)break;else _0xa51f64['push'](_0xa51f64['shift']());}catch(_0xcf9225){_0xa51f64['push'](_0xa51f64['shift']());}}}(_0xd4af,0x7dfcc),function(_0x4e51b7,_0x514fb5){var _0xe38e6e=_0xe0f0;typeof exports==_0xe38e6e(0x9e)&&typeof module<'u'?module[_0xe38e6e(0xa8)]=_0x514fb5():typeof define==_0xe38e6e(0xa4)&&define[_0xe38e6e(0xa3)]?define([],_0x514fb5):(_0x4e51b7=typeof globalThis<'u'?globalThis:_0x4e51b7||self,_0x4e51b7['UniverProDocsPrintZhCN']=_0x514fb5());}(this,function(){return{'print':{'menu':'打印'}};}));
1
+ function _0x26a4(_0x2fd08f,_0x12f846){_0x2fd08f=_0x2fd08f-0x86;var _0x4a3cf3=_0x4a3c();var _0x26a43d=_0x4a3cf3[_0x2fd08f];return _0x26a43d;}(function(_0x517c3e,_0x248f9f){var _0xd35018=_0x26a4,_0x5ea989=_0x517c3e();while(!![]){try{var _0x2937dd=-parseInt(_0xd35018(0x86))/0x1+parseInt(_0xd35018(0x8a))/0x2*(parseInt(_0xd35018(0x91))/0x3)+parseInt(_0xd35018(0x93))/0x4*(parseInt(_0xd35018(0x89))/0x5)+parseInt(_0xd35018(0x92))/0x6+parseInt(_0xd35018(0x90))/0x7*(parseInt(_0xd35018(0x8d))/0x8)+parseInt(_0xd35018(0x94))/0x9*(parseInt(_0xd35018(0x8e))/0xa)+-parseInt(_0xd35018(0x8b))/0xb*(parseInt(_0xd35018(0x8c))/0xc);if(_0x2937dd===_0x248f9f)break;else _0x5ea989['push'](_0x5ea989['shift']());}catch(_0x51d445){_0x5ea989['push'](_0x5ea989['shift']());}}}(_0x4a3c,0x58263),function(_0x1ee0af,_0x9e0927){var _0x5472bc=_0x26a4;typeof exports==_0x5472bc(0x87)&&typeof module<'u'?module[_0x5472bc(0x8f)]=_0x9e0927():typeof define==_0x5472bc(0x88)&&define['amd']?define([],_0x9e0927):(_0x1ee0af=typeof globalThis<'u'?globalThis:_0x1ee0af||self,_0x1ee0af['UniverProDocsPrintZhCN']=_0x9e0927());}(this,function(){return{'docs-print':{'menu':'打印'}};}));function _0x4a3c(){var _0xb55988=['62196MdFMzD','8swuLpF','2068180wNlVcc','exports','760529ZTlEES','3EFzJRm','3630048vawPhP','4HwGswv','9PfxhsE','368836VZaqon','object','function','1770220tJlzsf','247970vIxbnp','1419YGEwSA'];_0x4a3c=function(){return _0xb55988;};return _0x4a3c();}
@@ -0,0 +1 @@
1
+ (function(_0x15e487,_0x2dda16){var _0x41311f=_0x325f,_0x2d2bd6=_0x15e487();while(!![]){try{var _0xc8c85b=parseInt(_0x41311f(0x12c))/0x1*(-parseInt(_0x41311f(0x130))/0x2)+parseInt(_0x41311f(0x12e))/0x3+-parseInt(_0x41311f(0x12d))/0x4*(parseInt(_0x41311f(0x12a))/0x5)+parseInt(_0x41311f(0x125))/0x6+parseInt(_0x41311f(0x126))/0x7*(parseInt(_0x41311f(0x128))/0x8)+parseInt(_0x41311f(0x123))/0x9*(-parseInt(_0x41311f(0x131))/0xa)+parseInt(_0x41311f(0x124))/0xb;if(_0xc8c85b===_0x2dda16)break;else _0x2d2bd6['push'](_0x2d2bd6['shift']());}catch(_0x72c7bf){_0x2d2bd6['push'](_0x2d2bd6['shift']());}}}(_0x5f31,0x93783),function(_0x480a2e,_0x41a6b2){var _0x23d59e=_0x325f;typeof exports==_0x23d59e(0x129)&&typeof module<'u'?module[_0x23d59e(0x12f)]=_0x41a6b2():typeof define=='function'&&define[_0x23d59e(0x12b)]?define([],_0x41a6b2):(_0x480a2e=typeof globalThis<'u'?globalThis:_0x480a2e||self,_0x480a2e[_0x23d59e(0x127)]=_0x41a6b2());}(this,function(){return{'docs-print':{'menu':'列印'}};}));function _0x325f(_0x471743,_0x3c5974){_0x471743=_0x471743-0x123;var _0x5f3139=_0x5f31();var _0x325f9f=_0x5f3139[_0x471743];return _0x325f9f;}function _0x5f31(){var _0x23a9f7=['amd','11IYrVXv','3967528ROXGGg','1701246RplAHi','exports','91236ZjhMPF','80yjNoPK','409896zptiXG','6904040ZimGHp','4944042QIvReB','1551683yeXPMh','UniverProDocsPrintZhHK','16pQINyw','object','5XKXCkc'];_0x5f31=function(){return _0x23a9f7;};return _0x5f31();}
@@ -1 +1 @@
1
- function _0x92ae(){var _0x557751=['3nxZVjH','12683416KohSsJ','1209856GLmCAw','UniverProDocsPrintZhTW','7TIlttB','2465308bBTElc','object','function','8332810BukaHJ','1122156EXWHLm','amd','27qzJniD','1297782oEOSYb','3513965FLXGTL'];_0x92ae=function(){return _0x557751;};return _0x92ae();}function _0x2abf(_0xf1887d,_0x516505){_0xf1887d=_0xf1887d-0x97;var _0x92ae4=_0x92ae();var _0x2abf4d=_0x92ae4[_0xf1887d];return _0x2abf4d;}(function(_0x58c438,_0x20fc65){var _0x4e94e4=_0x2abf,_0x42eed1=_0x58c438();while(!![]){try{var _0x4c1d66=parseInt(_0x4e94e4(0x9e))/0x1+-parseInt(_0x4e94e4(0x9a))/0x2*(-parseInt(_0x4e94e4(0x9c))/0x3)+-parseInt(_0x4e94e4(0xa1))/0x4+parseInt(_0x4e94e4(0x9b))/0x5+-parseInt(_0x4e94e4(0x97))/0x6+-parseInt(_0x4e94e4(0xa0))/0x7*(-parseInt(_0x4e94e4(0x9d))/0x8)+parseInt(_0x4e94e4(0x99))/0x9*(-parseInt(_0x4e94e4(0xa4))/0xa);if(_0x4c1d66===_0x20fc65)break;else _0x42eed1['push'](_0x42eed1['shift']());}catch(_0x4e62d6){_0x42eed1['push'](_0x42eed1['shift']());}}}(_0x92ae,0xcdffb),function(_0x17310f,_0x15a4dd){var _0x2bb3ec=_0x2abf;typeof exports==_0x2bb3ec(0xa2)&&typeof module<'u'?module['exports']=_0x15a4dd():typeof define==_0x2bb3ec(0xa3)&&define[_0x2bb3ec(0x98)]?define([],_0x15a4dd):(_0x17310f=typeof globalThis<'u'?globalThis:_0x17310f||self,_0x17310f[_0x2bb3ec(0x9f)]=_0x15a4dd());}(this,function(){return{'print':{'menu':'列印'}};}));
1
+ function _0x5451(_0xa8da77,_0x13c4d9){_0xa8da77=_0xa8da77-0xdb;var _0xd69184=_0xd691();var _0x545100=_0xd69184[_0xa8da77];return _0x545100;}function _0xd691(){var _0x1ef35d=['226193ETNrAM','10410NGlEzJ','exports','2018788yvozCd','36ATtrSn','UniverProDocsPrintZhTW','3676918KziQmK','160MTtJbl','1080376EEvYfy','5EdNhvX','amd','object','170IhpeSs','648093TFFCaA','125638TDMaFp'];_0xd691=function(){return _0x1ef35d;};return _0xd691();}(function(_0x514900,_0x5beb59){var _0x5b267b=_0x5451,_0x5c6de1=_0x514900();while(!![]){try{var _0x2296cc=-parseInt(_0x5b267b(0xe9))/0x1*(-parseInt(_0x5b267b(0xdf))/0x2)+parseInt(_0x5b267b(0xde))/0x3+-parseInt(_0x5b267b(0xe3))/0x4+-parseInt(_0x5b267b(0xe7))/0x5*(parseInt(_0x5b267b(0xe1))/0x6)+parseInt(_0x5b267b(0xe6))/0x7+-parseInt(_0x5b267b(0xe8))/0x8*(parseInt(_0x5b267b(0xe4))/0x9)+-parseInt(_0x5b267b(0xdd))/0xa*(-parseInt(_0x5b267b(0xe0))/0xb);if(_0x2296cc===_0x5beb59)break;else _0x5c6de1['push'](_0x5c6de1['shift']());}catch(_0x1c4e8c){_0x5c6de1['push'](_0x5c6de1['shift']());}}}(_0xd691,0x4a5b6),function(_0x850928,_0x291158){var _0x3293a4=_0x5451;typeof exports==_0x3293a4(0xdc)&&typeof module<'u'?module[_0x3293a4(0xe2)]=_0x291158():typeof define=='function'&&define[_0x3293a4(0xdb)]?define([],_0x291158):(_0x850928=typeof globalThis<'u'?globalThis:_0x850928||self,_0x850928[_0x3293a4(0xe5)]=_0x291158());}(this,function(){return{'docs-print':{'menu':'列印'}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/docs-print",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "private": false,
5
5
  "description": "Print integration for Univer Docs.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -54,19 +54,19 @@
54
54
  ],
55
55
  "dependencies": {
56
56
  "@univerjs/icons": "1.4.0",
57
- "@univerjs/core": "0.24.0",
58
- "@univerjs-pro/license": "0.24.0",
59
- "@univerjs-pro/print": "0.24.0",
60
- "@univerjs/docs": "0.24.0",
61
- "@univerjs/docs-ui": "0.24.0",
62
- "@univerjs/engine-render": "0.24.0",
63
- "@univerjs/ui": "0.24.0",
64
- "@univerjs/network": "0.24.0"
57
+ "@univerjs-pro/license": "0.25.0",
58
+ "@univerjs-pro/print": "0.25.0",
59
+ "@univerjs/core": "0.25.0",
60
+ "@univerjs/docs-ui": "0.25.0",
61
+ "@univerjs/docs": "0.25.0",
62
+ "@univerjs/engine-render": "0.25.0",
63
+ "@univerjs/ui": "0.25.0",
64
+ "@univerjs/network": "0.25.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "typescript": "^6.0.3",
68
68
  "vitest": "^4.1.6",
69
- "@univerjs-infra/shared": "0.24.0"
69
+ "@univerjs-infra/shared": "0.25.0"
70
70
  },
71
71
  "scripts": {
72
72
  "test": "vitest run",