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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.css +182 -0
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/commands/operations/slide-print-dialog.operation.d.ts +4 -0
  66. package/lib/types/common/types.d.ts +30 -0
  67. package/lib/types/controllers/ui.controller.d.ts +6 -3
  68. package/lib/types/facade/f-univer.d.ts +3 -0
  69. package/lib/types/index.d.ts +7 -1
  70. package/lib/types/locale/en-US.d.ts +31 -0
  71. package/lib/types/services/range-input.d.ts +7 -0
  72. package/lib/types/services/slide-print-dialog.service.d.ts +25 -0
  73. package/lib/types/services/slide-print-drawing-transform.service.d.ts +13 -0
  74. package/lib/types/services/slide-print-layout.d.ts +72 -0
  75. package/lib/types/services/slide-print.service.d.ts +7 -1
  76. package/lib/types/views/components/SlidePrintView.d.ts +2 -0
  77. package/lib/types/views/slide-print-canvas-view.d.ts +6 -2
  78. package/lib/types/views/slide-print-page-view.d.ts +32 -0
  79. package/lib/types/views/slide-print-style.d.ts +5 -0
  80. package/lib/umd/facade.js +1 -1
  81. package/lib/umd/index.js +1 -1
  82. package/lib/umd/locale/ar-SA.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/de-DE.js +1 -1
  85. package/lib/umd/locale/en-US.js +1 -1
  86. package/lib/umd/locale/es-ES.js +1 -1
  87. package/lib/umd/locale/fa-IR.js +1 -1
  88. package/lib/umd/locale/fr-FR.js +1 -1
  89. package/lib/umd/locale/id-ID.js +1 -1
  90. package/lib/umd/locale/it-IT.js +1 -1
  91. package/lib/umd/locale/ja-JP.js +1 -1
  92. package/lib/umd/locale/ko-KR.js +1 -1
  93. package/lib/umd/locale/pl-PL.js +1 -1
  94. package/lib/umd/locale/pt-BR.js +1 -1
  95. package/lib/umd/locale/ru-RU.js +1 -1
  96. package/lib/umd/locale/sk-SK.js +1 -1
  97. package/lib/umd/locale/vi-VN.js +1 -1
  98. package/lib/umd/locale/zh-CN.js +1 -1
  99. package/lib/umd/locale/zh-HK.js +1 -1
  100. package/lib/umd/locale/zh-TW.js +1 -1
  101. package/package.json +20 -11
@@ -1 +1 @@
1
- (function(_0x464ef1,_0x3fc497){var _0x3cfe2b=_0x4e80,_0x5a23d0=_0x464ef1();while(!![]){try{var _0x3382ee=parseInt(_0x3cfe2b(0x72))/0x1+-parseInt(_0x3cfe2b(0x66))/0x2+parseInt(_0x3cfe2b(0x6b))/0x3*(parseInt(_0x3cfe2b(0x70))/0x4)+-parseInt(_0x3cfe2b(0x74))/0x5*(-parseInt(_0x3cfe2b(0x6e))/0x6)+-parseInt(_0x3cfe2b(0x6f))/0x7*(-parseInt(_0x3cfe2b(0x71))/0x8)+parseInt(_0x3cfe2b(0x69))/0x9+-parseInt(_0x3cfe2b(0x6a))/0xa;if(_0x3382ee===_0x3fc497)break;else _0x5a23d0['push'](_0x5a23d0['shift']());}catch(_0x59a9f7){_0x5a23d0['push'](_0x5a23d0['shift']());}}}(_0x39eb,0x9b036),function(_0x5291a1,_0x9903f){var _0x5cc4d9=_0x4e80;typeof exports==_0x5cc4d9(0x68)&&typeof module<'u'?module[_0x5cc4d9(0x67)]=_0x9903f():typeof define==_0x5cc4d9(0x73)&&define[_0x5cc4d9(0x6d)]?define([],_0x9903f):(_0x5291a1=typeof globalThis<'u'?globalThis:_0x5291a1||self,_0x5291a1[_0x5cc4d9(0x6c)]=_0x9903f());}(this,function(){return{'slides-print':{'menu':'In'}};}));function _0x4e80(_0xb2688,_0xc016fd){_0xb2688=_0xb2688-0x66;var _0x39eb4c=_0x39eb();var _0x4e80df=_0x39eb4c[_0xb2688];return _0x4e80df;}function _0x39eb(){var _0x67553e=['object','1689732ALRiwk','3491640nmSVFG','57qwoRpV','UniverProSlidesPrintViVN','amd','306vHBuYc','7fvqAUt','59196HAQcJZ','3942536tkPEqR','461445snRlMe','function','35710sWUTaf','1606670qdpELm','exports'];_0x39eb=function(){return _0x67553e;};return _0x39eb();}
1
+ function _0x683d(_0x2d3105,_0x5963dd){_0x2d3105=_0x2d3105-0x103;var _0x2c7886=_0x2c78();var _0x683d9f=_0x2c7886[_0x2d3105];return _0x683d9f;}(function(_0x47d02b,_0x497e1c){var _0x3d69a7=_0x683d,_0x12cfc0=_0x47d02b();while(!![]){try{var _0xfb5f1e=parseInt(_0x3d69a7(0x10e))/0x1*(parseInt(_0x3d69a7(0x106))/0x2)+parseInt(_0x3d69a7(0x110))/0x3+parseInt(_0x3d69a7(0x10f))/0x4+parseInt(_0x3d69a7(0x114))/0x5*(parseInt(_0x3d69a7(0x116))/0x6)+parseInt(_0x3d69a7(0x105))/0x7+parseInt(_0x3d69a7(0x11e))/0x8+-parseInt(_0x3d69a7(0x120))/0x9;if(_0xfb5f1e===_0x497e1c)break;else _0x12cfc0['push'](_0x12cfc0['shift']());}catch(_0x49081e){_0x12cfc0['push'](_0x12cfc0['shift']());}}}(_0x2c78,0x822aa),function(_0x37e6d9,_0x216e42){var _0xf4aa04=_0x683d;typeof exports=='object'&&typeof module<'u'?module[_0xf4aa04(0x11b)]=_0x216e42():typeof define=='function'&&define[_0xf4aa04(0x11a)]?define([],_0x216e42):(_0x37e6d9=typeof globalThis<'u'?globalThis:_0x37e6d9||self,_0x37e6d9[_0xf4aa04(0x10c)]=_0x216e42());}(this,function(){var _0x3d15ef=_0x683d;return{'slides-print':{'menu':'In','header':{'pages':'Tổng\x20cộng\x20{0}\x20trang','cancel':_0x3d15ef(0x10b),'next':'Tiếp\x20theo','printing':_0x3d15ef(0x10d)},'settings':{'range':_0x3d15ef(0x118),'rangePlaceholder':_0x3d15ef(0x10a),'rangeInvalid':_0x3d15ef(0x111),'layout':_0x3d15ef(0x107),'fullPage':_0x3d15ef(0x108),'notesPage':_0x3d15ef(0x115),'handout':_0x3d15ef(0x103),'slidesPerPage':_0x3d15ef(0x104),'order':_0x3d15ef(0x112),'horizontal':_0x3d15ef(0x117),'vertical':_0x3d15ef(0x11f),'paperSize':'Khổ\x20giấy','orientation':_0x3d15ef(0x109),'portrait':_0x3d15ef(0x11f),'landscape':'Ngang','margin':'Lề','normal':'Bình\x20thường','narrow':_0x3d15ef(0x113),'wide':'Rộng','none':_0x3d15ef(0x11d),'formatting':_0x3d15ef(0x11c),'frameSlides':'Tạo\x20khung\x20trang\x20chiếu','slideNumber':_0x3d15ef(0x119)}}};}));function _0x2c78(){var _0x4f3c91=['Dọc','13281183aGAUYe','Bản\x20phân\x20phát','Số\x20trang\x20chiếu\x20mỗi\x20trang','670390ZSuMWC','18484oJVUcC','Bố\x20cục\x20in','Trang\x20chiếu\x20toàn\x20trang','Hướng\x20giấy','Tất\x20cả\x20trang\x20chiếu\x20hoặc\x201-3,5','Hủy','UniverProSlidesPrintViVN','Đang\x20in…','19sSKbFu','1796368BGKMVw','1148550yGNsQT','Nhập\x20số\x20trang\x20chiếu\x20có\x20trong\x20bản\x20trình\x20bày,\x20ví\x20dụ\x201-3,5.','Thứ\x20tự\x20trang','Hẹp','4905QOntYJ','Trang\x20ghi\x20chú','1908ONoGLT','Ngang','Phạm\x20vi\x20in','In\x20số\x20trang\x20chiếu','amd','exports','Định\x20dạng','Không\x20có','4748648mMJnck'];_0x2c78=function(){return _0x4f3c91;};return _0x2c78();}
@@ -1 +1 @@
1
- function _0x50f3(){var _0x544981=['9502311ClpUpI','4aynGuf','exports','3690080KqOzEG','27NuQits','122755JYANHB','function','3356661gcbMWE','2073464FvjhRw','object','50YVYhdt','3012054yOFpKn','73103IVPgDy','UniverProSlidesPrintZhCN','102CYZQfq'];_0x50f3=function(){return _0x544981;};return _0x50f3();}function _0x5ca6(_0x18c106,_0x41e098){_0x18c106=_0x18c106-0x1c9;var _0x50f30d=_0x50f3();var _0x5ca68b=_0x50f30d[_0x18c106];return _0x5ca68b;}(function(_0x3a6c68,_0x7638f5){var _0x4ce58f=_0x5ca6,_0x38adc6=_0x3a6c68();while(!![]){try{var _0x45277e=parseInt(_0x4ce58f(0x1cf))/0x1*(parseInt(_0x4ce58f(0x1d3))/0x2)+parseInt(_0x4ce58f(0x1ce))/0x3+-parseInt(_0x4ce58f(0x1d5))/0x4+-parseInt(_0x4ce58f(0x1d7))/0x5*(parseInt(_0x4ce58f(0x1d1))/0x6)+-parseInt(_0x4ce58f(0x1d2))/0x7+-parseInt(_0x4ce58f(0x1cb))/0x8*(-parseInt(_0x4ce58f(0x1d6))/0x9)+-parseInt(_0x4ce58f(0x1cd))/0xa*(-parseInt(_0x4ce58f(0x1ca))/0xb);if(_0x45277e===_0x7638f5)break;else _0x38adc6['push'](_0x38adc6['shift']());}catch(_0x290a04){_0x38adc6['push'](_0x38adc6['shift']());}}}(_0x50f3,0xb89c8),function(_0x5424d0,_0x28ff54){var _0x185fa3=_0x5ca6;typeof exports==_0x185fa3(0x1cc)&&typeof module<'u'?module[_0x185fa3(0x1d4)]=_0x28ff54():typeof define==_0x185fa3(0x1c9)&&define['amd']?define([],_0x28ff54):(_0x5424d0=typeof globalThis<'u'?globalThis:_0x5424d0||self,_0x5424d0[_0x185fa3(0x1d0)]=_0x28ff54());}(this,function(){return{'slides-print':{'menu':'打印'}};}));
1
+ function _0x5185(_0x1a045a,_0x5a74c4){_0x1a045a=_0x1a045a-0x1b7;var _0x5e0dad=_0x5e0d();var _0x518571=_0x5e0dad[_0x1a045a];return _0x518571;}function _0x5e0d(){var _0x190988=['整页幻灯片','1252720gVfymQ','2udokQY','幻灯片加框','25ythneA','8732544hkdkSK','打印版式','2207769ZqfGcZ','备注页','下一步','1219866ZdVzza','纸张大小','打印幻灯片编号','正在打印…','function','object','纸张方向','exports','107158wwcXhQ','打印范围','7783758VDfVzb','排列顺序','460009JsDaeH','410EqvKQJ','7zxHidh'];_0x5e0d=function(){return _0x190988;};return _0x5e0d();}(function(_0x2fd8ac,_0x49543d){var _0x33d71a=_0x5185,_0x1aaa17=_0x2fd8ac();while(!![]){try{var _0x168a0c=parseInt(_0x33d71a(0x1c1))/0x1*(-parseInt(_0x33d71a(0x1ca))/0x2)+parseInt(_0x33d71a(0x1cf))/0x3+-parseInt(_0x33d71a(0x1c9))/0x4+-parseInt(_0x33d71a(0x1cc))/0x5*(parseInt(_0x33d71a(0x1b9))/0x6)+parseInt(_0x33d71a(0x1c7))/0x7*(-parseInt(_0x33d71a(0x1cd))/0x8)+parseInt(_0x33d71a(0x1c3))/0x9+parseInt(_0x33d71a(0x1c6))/0xa*(parseInt(_0x33d71a(0x1c5))/0xb);if(_0x168a0c===_0x49543d)break;else _0x1aaa17['push'](_0x1aaa17['shift']());}catch(_0x50f8dc){_0x1aaa17['push'](_0x1aaa17['shift']());}}}(_0x5e0d,0xc01d7),function(_0x40d9f7,_0x45e37d){var _0x5cfb59=_0x5185;typeof exports==_0x5cfb59(0x1be)&&typeof module<'u'?module[_0x5cfb59(0x1c0)]=_0x45e37d():typeof define==_0x5cfb59(0x1bd)&&define['amd']?define([],_0x45e37d):(_0x40d9f7=typeof globalThis<'u'?globalThis:_0x40d9f7||self,_0x40d9f7['UniverProSlidesPrintZhCN']=_0x45e37d());}(this,function(){var _0x8c3de5=_0x5185;return{'slides-print':{'menu':'打印','header':{'pages':'共\x20{0}\x20页','cancel':'取消','next':_0x8c3de5(0x1b8),'printing':_0x8c3de5(0x1bc)},'settings':{'range':_0x8c3de5(0x1c2),'rangePlaceholder':'全部幻灯片,或输入\x201-3,5','rangeInvalid':'请输入演示文稿范围内的页码,例如\x201-3,5。','layout':_0x8c3de5(0x1ce),'fullPage':_0x8c3de5(0x1c8),'notesPage':_0x8c3de5(0x1b7),'handout':'讲义','slidesPerPage':'每页幻灯片数','order':_0x8c3de5(0x1c4),'horizontal':'横向','vertical':'纵向','paperSize':_0x8c3de5(0x1ba),'orientation':_0x8c3de5(0x1bf),'portrait':'纵向','landscape':'横向','margin':'页边距','normal':'普通','narrow':'窄','wide':'宽','none':'无','formatting':'格式','frameSlides':_0x8c3de5(0x1cb),'slideNumber':_0x8c3de5(0x1bb)}}};}));
@@ -1 +1 @@
1
- function _0x2fbe(_0x3458d5,_0x5d204e){_0x3458d5=_0x3458d5-0x11b;var _0x369600=_0x3696();var _0x2fbe83=_0x369600[_0x3458d5];return _0x2fbe83;}function _0x3696(){var _0x44b117=['31445VgHsnY','77rGNKAe','23832bHlGNs','amd','66SOxizT','372536xSHZfk','52704KTLBjK','486dskgrY','1245968DyAnjK','1AUQlVI','5754483QlWcaE','function','UniverProSlidesPrintZhHK','1414370phTQnr'];_0x3696=function(){return _0x44b117;};return _0x3696();}(function(_0x1a90aa,_0x3ed538){var _0x58012a=_0x2fbe,_0x54af49=_0x1a90aa();while(!![]){try{var _0x43a74=-parseInt(_0x58012a(0x128))/0x1*(parseInt(_0x58012a(0x124))/0x2)+-parseInt(_0x58012a(0x125))/0x3+-parseInt(_0x58012a(0x127))/0x4+parseInt(_0x58012a(0x11f))/0x5*(-parseInt(_0x58012a(0x126))/0x6)+-parseInt(_0x58012a(0x120))/0x7*(parseInt(_0x58012a(0x121))/0x8)+parseInt(_0x58012a(0x11b))/0x9+parseInt(_0x58012a(0x11e))/0xa*(parseInt(_0x58012a(0x123))/0xb);if(_0x43a74===_0x3ed538)break;else _0x54af49['push'](_0x54af49['shift']());}catch(_0x56cf6f){_0x54af49['push'](_0x54af49['shift']());}}}(_0x3696,0x691a7),function(_0x2d77ec,_0x483b56){var _0x120096=_0x2fbe;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x483b56():typeof define==_0x120096(0x11c)&&define[_0x120096(0x122)]?define([],_0x483b56):(_0x2d77ec=typeof globalThis<'u'?globalThis:_0x2d77ec||self,_0x2d77ec[_0x120096(0x11d)]=_0x483b56());}(this,function(){return{'slides-print':{'menu':'列印'}};}));
1
+ (function(_0x122fd3,_0x226835){var _0x3cd5c4=_0x222c,_0x1d4985=_0x122fd3();while(!![]){try{var _0x352883=-parseInt(_0x3cd5c4(0xe8))/0x1+-parseInt(_0x3cd5c4(0xfa))/0x2+parseInt(_0x3cd5c4(0x100))/0x3*(parseInt(_0x3cd5c4(0xe7))/0x4)+parseInt(_0x3cd5c4(0xeb))/0x5*(-parseInt(_0x3cd5c4(0xfe))/0x6)+parseInt(_0x3cd5c4(0xfd))/0x7*(parseInt(_0x3cd5c4(0xf4))/0x8)+parseInt(_0x3cd5c4(0xf7))/0x9*(-parseInt(_0x3cd5c4(0xf3))/0xa)+parseInt(_0x3cd5c4(0xf9))/0xb;if(_0x352883===_0x226835)break;else _0x1d4985['push'](_0x1d4985['shift']());}catch(_0x51d69e){_0x1d4985['push'](_0x1d4985['shift']());}}}(_0x2b43,0xd3985),function(_0xddeef3,_0x36e4cf){var _0x3c7aeb=_0x222c;typeof exports==_0x3c7aeb(0xf6)&&typeof module<'u'?module[_0x3c7aeb(0xee)]=_0x36e4cf():typeof define==_0x3c7aeb(0xff)&&define[_0x3c7aeb(0xed)]?define([],_0x36e4cf):(_0xddeef3=typeof globalThis<'u'?globalThis:_0xddeef3||self,_0xddeef3['UniverProSlidesPrintZhHK']=_0x36e4cf());}(this,function(){var _0x56bad2=_0x222c;return{'slides-print':{'menu':'列印','header':{'pages':_0x56bad2(0xf5),'cancel':'取消','next':_0x56bad2(0xe9),'printing':_0x56bad2(0xea)},'settings':{'range':_0x56bad2(0xec),'rangePlaceholder':_0x56bad2(0xef),'rangeInvalid':_0x56bad2(0xe6),'layout':_0x56bad2(0x101),'fullPage':_0x56bad2(0xf2),'notesPage':_0x56bad2(0xf0),'handout':'講義','slidesPerPage':'每頁投影片數','order':_0x56bad2(0xf8),'horizontal':'水平','vertical':'垂直','paperSize':'紙張大小','orientation':_0x56bad2(0xf1),'portrait':'直向','landscape':'橫向','margin':'邊界','normal':'一般','narrow':'窄','wide':'寬','none':'無','formatting':'格式','frameSlides':_0x56bad2(0xfb),'slideNumber':_0x56bad2(0xfc)}}};}));function _0x222c(_0x2b65fc,_0x1eabf8){_0x2b65fc=_0x2b65fc-0xe6;var _0x2b4301=_0x2b43();var _0x222c9d=_0x2b4301[_0x2b65fc];return _0x222c9d;}function _0x2b43(){var _0x19d85a=['整頁投影片','52850IMGJPa','40lVEoap','共\x20{0}\x20頁','object','2718ZdSzam','排列順序','45776148yCNpIZ','3200068SiUJZg','投影片加框','列印投影片編號','1460298DnKoHE','90biSNmo','function','527931dVvoph','列印版面配置','請輸入簡報範圍內的頁碼,例如\x201-3,5。','12kQWGkv','1150177rohcad','下一步','正在列印…','173165JizEeM','列印範圍','amd','exports','全部投影片,或輸入\x201-3,5','備忘稿','紙張方向'];_0x2b43=function(){return _0x19d85a;};return _0x2b43();}
@@ -1 +1 @@
1
- function _0x3958(_0x2ddff5,_0x371d84){_0x2ddff5=_0x2ddff5-0x98;var _0x4510e7=_0x4510();var _0x3958f4=_0x4510e7[_0x2ddff5];return _0x3958f4;}(function(_0x585507,_0x300de3){var _0x353a31=_0x3958,_0x3a0d7b=_0x585507();while(!![]){try{var _0x42d1fa=parseInt(_0x353a31(0xa1))/0x1+-parseInt(_0x353a31(0x9e))/0x2+parseInt(_0x353a31(0x9f))/0x3*(-parseInt(_0x353a31(0x9c))/0x4)+parseInt(_0x353a31(0xa2))/0x5+parseInt(_0x353a31(0xa0))/0x6+-parseInt(_0x353a31(0x98))/0x7+parseInt(_0x353a31(0x99))/0x8;if(_0x42d1fa===_0x300de3)break;else _0x3a0d7b['push'](_0x3a0d7b['shift']());}catch(_0x5ed6b9){_0x3a0d7b['push'](_0x3a0d7b['shift']());}}}(_0x4510,0x5fed9),function(_0x351252,_0x5310d0){var _0x2d5629=_0x3958;typeof exports==_0x2d5629(0x9a)&&typeof module<'u'?module['exports']=_0x5310d0():typeof define==_0x2d5629(0x9d)&&define['amd']?define([],_0x5310d0):(_0x351252=typeof globalThis<'u'?globalThis:_0x351252||self,_0x351252[_0x2d5629(0x9b)]=_0x5310d0());}(this,function(){return{'slides-print':{'menu':'列印'}};}));function _0x4510(){var _0x52f9f6=['858104OwcLDo','function','1245554zryvYl','9pNjgbJ','2722218YodGcq','182302cfAqRi','1681805LXwBvU','4660558eWiiOn','10821632mwVkkq','object','UniverProSlidesPrintZhTW'];_0x4510=function(){return _0x52f9f6;};return _0x4510();}
1
+ function _0x4a27(_0x1b7dcc,_0x9a2b25){_0x1b7dcc=_0x1b7dcc-0x1c1;var _0x2d6646=_0x2d66();var _0x4a27ba=_0x2d6646[_0x1b7dcc];return _0x4a27ba;}(function(_0x3ce1c1,_0x5710c9){var _0x27467d=_0x4a27,_0x5951f3=_0x3ce1c1();while(!![]){try{var _0x120a02=parseInt(_0x27467d(0x1d0))/0x1*(-parseInt(_0x27467d(0x1c9))/0x2)+-parseInt(_0x27467d(0x1c1))/0x3+-parseInt(_0x27467d(0x1d7))/0x4*(-parseInt(_0x27467d(0x1c8))/0x5)+-parseInt(_0x27467d(0x1d4))/0x6+-parseInt(_0x27467d(0x1cd))/0x7+-parseInt(_0x27467d(0x1d5))/0x8*(parseInt(_0x27467d(0x1c6))/0x9)+parseInt(_0x27467d(0x1d2))/0xa;if(_0x120a02===_0x5710c9)break;else _0x5951f3['push'](_0x5951f3['shift']());}catch(_0xc8a8e0){_0x5951f3['push'](_0x5951f3['shift']());}}}(_0x2d66,0xc4016),function(_0x1bdb96,_0x37adb7){var _0x5e86e9=_0x4a27;typeof exports==_0x5e86e9(0x1c2)&&typeof module<'u'?module[_0x5e86e9(0x1d3)]=_0x37adb7():typeof define==_0x5e86e9(0x1cb)&&define[_0x5e86e9(0x1d1)]?define([],_0x37adb7):(_0x1bdb96=typeof globalThis<'u'?globalThis:_0x1bdb96||self,_0x1bdb96[_0x5e86e9(0x1d8)]=_0x37adb7());}(this,function(){var _0x425cbd=_0x4a27;return{'slides-print':{'menu':'列印','header':{'pages':_0x425cbd(0x1cf),'cancel':'取消','next':_0x425cbd(0x1d6),'printing':'正在列印…'},'settings':{'range':_0x425cbd(0x1cc),'rangePlaceholder':'全部投影片,或輸入\x201-3,5','rangeInvalid':'請輸入簡報範圍內的頁碼,例如\x201-3,5。','layout':_0x425cbd(0x1ce),'fullPage':'整頁投影片','notesPage':_0x425cbd(0x1ca),'handout':'講義','slidesPerPage':'每頁投影片數','order':_0x425cbd(0x1c4),'horizontal':'水平','vertical':'垂直','paperSize':'紙張大小','orientation':_0x425cbd(0x1c5),'portrait':'直向','landscape':'橫向','margin':'邊界','normal':'一般','narrow':'窄','wide':'寬','none':'無','formatting':'格式','frameSlides':_0x425cbd(0x1c3),'slideNumber':_0x425cbd(0x1c7)}}};}));function _0x2d66(){var _0x2f4ac6=['amd','25109930jlAacf','exports','49044mJuvSL','11272CzDdkj','下一步','56236wTFStX','UniverProSlidesPrintZhTW','1291665KPDyMk','object','投影片加框','排列順序','紙張方向','1935kTVZsc','列印投影片編號','235swLJgs','2824yPFuaL','備忘稿','function','列印範圍','6083140lfceeO','列印版面配置','共\x20{0}\x20頁','537NBLNMg'];_0x2d66=function(){return _0x2f4ac6;};return _0x2d66();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/slides-print",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.2",
4
4
  "private": false,
5
5
  "description": "Print integration for Univer Slides.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -11,7 +11,7 @@
11
11
  "homepage": "https://univer.ai",
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/dream-num/univer"
14
+ "url": "https://github.com/dream-num/univer-pro"
15
15
  },
16
16
  "bugs": {
17
17
  "url": "https://github.com/dream-num/univer/issues"
@@ -62,20 +62,29 @@
62
62
  "files": [
63
63
  "lib"
64
64
  ],
65
+ "peerDependencies": {
66
+ "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
67
+ "rxjs": ">=7.0.0"
68
+ },
65
69
  "dependencies": {
66
- "@univerjs/icons": "1.35.0",
67
- "@univerjs-pro/license": "1.0.0-beta.0",
68
- "@univerjs-pro/print": "1.0.0-beta.0",
69
- "@univerjs-pro/slides": "1.0.0-beta.0",
70
- "@univerjs/engine-render": "1.0.0-beta.0",
71
- "@univerjs/ui": "1.0.0-beta.0",
72
- "@univerjs/core": "1.0.0-beta.0",
73
- "@univerjs-pro/slides-ui": "1.0.0-beta.0"
70
+ "@univerjs/icons": "1.38.0",
71
+ "@univerjs-pro/license": "1.0.0-beta.2",
72
+ "@univerjs-pro/slides": "1.0.0-beta.2",
73
+ "@univerjs-pro/print": "1.0.0-beta.2",
74
+ "@univerjs/design": "1.0.0-beta.2",
75
+ "@univerjs-pro/slides-ui": "1.0.0-beta.2",
76
+ "@univerjs/ui": "1.0.0-beta.2",
77
+ "@univerjs/engine-render": "1.0.0-beta.2",
78
+ "@univerjs/core": "1.0.0-beta.2"
74
79
  },
75
80
  "devDependencies": {
81
+ "postcss": "^8.5.25",
82
+ "react": "18.3.1",
83
+ "rxjs": "7.8.2",
84
+ "tailwindcss": "3.4.17",
76
85
  "typescript": "^6.0.3",
77
86
  "vitest": "^4.1.10",
78
- "@univerjs-infra/shared": "1.0.0-beta.0"
87
+ "@univerjs-infra/shared": "1.0.0-beta.2"
79
88
  },
80
89
  "scripts": {
81
90
  "test": "vitest run",