@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.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.css +182 -0
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/operations/slide-print-dialog.operation.d.ts +4 -0
- package/lib/types/common/types.d.ts +30 -0
- package/lib/types/controllers/ui.controller.d.ts +6 -3
- package/lib/types/facade/f-univer.d.ts +3 -0
- package/lib/types/index.d.ts +7 -1
- package/lib/types/locale/en-US.d.ts +31 -0
- package/lib/types/services/range-input.d.ts +7 -0
- package/lib/types/services/slide-print-dialog.service.d.ts +25 -0
- package/lib/types/services/slide-print-drawing-transform.service.d.ts +13 -0
- package/lib/types/services/slide-print-layout.d.ts +72 -0
- package/lib/types/services/slide-print.service.d.ts +7 -1
- package/lib/types/views/components/SlidePrintView.d.ts +2 -0
- package/lib/types/views/slide-print-canvas-view.d.ts +6 -2
- package/lib/types/views/slide-print-page-view.d.ts +32 -0
- package/lib/types/views/slide-print-style.d.ts +5 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +20 -11
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
const _0x40bfb6=_0xf0a1;(function(_0x3d73f2,_0x33cc16){const _0x15ee8c=_0xf0a1,_0x385f86=_0x3d73f2();while(!![]){try{const _0x503426=parseInt(_0x15ee8c(0x148))/0x1+-parseInt(_0x15ee8c(0x156))/0x2*(-parseInt(_0x15ee8c(0x14a))/0x3)+-parseInt(_0x15ee8c(0x151))/0x4+parseInt(_0x15ee8c(0x14d))/0x5*(parseInt(_0x15ee8c(0x157))/0x6)+-parseInt(_0x15ee8c(0x154))/0x7+-parseInt(_0x15ee8c(0x152))/0x8*(parseInt(_0x15ee8c(0x160))/0x9)+-parseInt(_0x15ee8c(0x146))/0xa;if(_0x503426===_0x33cc16)break;else _0x385f86['push'](_0x385f86['shift']());}catch(_0x572009){_0x385f86['push'](_0x385f86['shift']());}}}(_0x212c,0xe5ca4));const e={'slides-print':{'menu':_0x40bfb6(0x159),'header':{'pages':_0x40bfb6(0x15a),'cancel':_0x40bfb6(0x149),'next':_0x40bfb6(0x145),'printing':'Печать…'},'settings':{'range':_0x40bfb6(0x15b),'rangePlaceholder':'Все\x20слайды\x20или\x201-3,5','rangeInvalid':_0x40bfb6(0x15f),'layout':_0x40bfb6(0x14e),'fullPage':_0x40bfb6(0x14b),'notesPage':'Страницы\x20заметок','handout':'Выдачи','slidesPerPage':_0x40bfb6(0x147),'order':_0x40bfb6(0x158),'horizontal':_0x40bfb6(0x155),'vertical':'По\x20вертикали','paperSize':_0x40bfb6(0x153),'orientation':_0x40bfb6(0x144),'portrait':_0x40bfb6(0x15c),'landscape':_0x40bfb6(0x14f),'margin':'Поля','normal':_0x40bfb6(0x15e),'narrow':'Узкие','wide':_0x40bfb6(0x150),'none':_0x40bfb6(0x15d),'formatting':'Форматирование','frameSlides':'Рамка\x20слайдов','slideNumber':_0x40bfb6(0x14c)}}};function _0xf0a1(_0x5891d2,_0x4cb5f0){_0x5891d2=_0x5891d2-0x144;const _0x212cfb=_0x212c();let _0xf0a141=_0x212cfb[_0x5891d2];return _0xf0a141;}export{e as default};function _0x212c(){const _0x192f22=['Альбомная','Широкие','2984588FviTSx','8NGnolp','Размер\x20бумаги','3679459VrFGyA','По\x20горизонтали','80576gqpsgG','156nWVOFJ','Порядок\x20страниц','Печать','Всего\x20страниц:\x20{0}','Диапазон\x20печати','Книжная','Нет','Обычные','Введите\x20номера\x20слайдов\x20из\x20презентации,\x20например\x201-3,5.','1448235PkDTuI','Ориентация','Далее','4657010hhydiw','Слайдов\x20на\x20странице','790654qojIUZ','Отмена','69Lwcsrq','Слайды\x20на\x20всю\x20страницу','Печатать\x20номера\x20слайдов','215835YXLnYt','Макет\x20печати'];_0x212c=function(){return _0x192f22;};return _0x212c();}
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3f5960=_0x44da;function _0x44da(_0x4144a4,_0x12af8b){_0x4144a4=_0x4144a4-0x1d6;const _0x35ae85=_0x35ae();let _0x44dafa=_0x35ae85[_0x4144a4];return _0x44dafa;}(function(_0x49342b,_0x1f3380){const _0x5d1dc4=_0x44da,_0x16002c=_0x49342b();while(!![]){try{const _0x2c590e=parseInt(_0x5d1dc4(0x1ea))/0x1*(-parseInt(_0x5d1dc4(0x1e3))/0x2)+parseInt(_0x5d1dc4(0x1ec))/0x3*(parseInt(_0x5d1dc4(0x1eb))/0x4)+parseInt(_0x5d1dc4(0x1e5))/0x5*(parseInt(_0x5d1dc4(0x1f1))/0x6)+parseInt(_0x5d1dc4(0x1da))/0x7*(-parseInt(_0x5d1dc4(0x1e2))/0x8)+-parseInt(_0x5d1dc4(0x1ef))/0x9*(-parseInt(_0x5d1dc4(0x1e0))/0xa)+-parseInt(_0x5d1dc4(0x1f6))/0xb+parseInt(_0x5d1dc4(0x1db))/0xc;if(_0x2c590e===_0x1f3380)break;else _0x16002c['push'](_0x16002c['shift']());}catch(_0x1f9d1b){_0x16002c['push'](_0x16002c['shift']());}}}(_0x35ae,0x1aca0));const e={'slides-print':{'menu':'Tlačiť','header':{'pages':_0x3f5960(0x1df),'cancel':_0x3f5960(0x1d7),'next':_0x3f5960(0x1f0),'printing':_0x3f5960(0x1f2)},'settings':{'range':_0x3f5960(0x1d9),'rangePlaceholder':_0x3f5960(0x1f5),'rangeInvalid':_0x3f5960(0x1dc),'layout':_0x3f5960(0x1d8),'fullPage':_0x3f5960(0x1e4),'notesPage':'Strany\x20s\x20poznámkami','handout':_0x3f5960(0x1dd),'slidesPerPage':'Snímok\x20na\x20stranu','order':_0x3f5960(0x1de),'horizontal':_0x3f5960(0x1e9),'vertical':_0x3f5960(0x1e1),'paperSize':_0x3f5960(0x1ee),'orientation':'Orientácia','portrait':_0x3f5960(0x1f3),'landscape':_0x3f5960(0x1ed),'margin':_0x3f5960(0x1e8),'normal':_0x3f5960(0x1d6),'narrow':_0x3f5960(0x1e6),'wide':_0x3f5960(0x1f4),'none':'Žiadne','formatting':'Formátovanie','frameSlides':'Orámovať\x20snímky','slideNumber':_0x3f5960(0x1e7)}}};function _0x35ae(){const _0x442279=['Snímky\x20na\x20celú\x20stranu','52115YYRjqs','Úzke','Tlačiť\x20čísla\x20snímok','Okraje','Vodorovne','32003txGGZi','24cKRqrN','30801GBgbOG','Na\x20šírku','Veľkosť\x20papiera','9BWjLcj','Ďalej','54kNjbbR','Tlačí\x20sa…','Na\x20výšku','Široké','Všetky\x20snímky\x20alebo\x201-3,5','965712FLZjuR','Normálne','Zrušiť','Rozloženie\x20tlače','Rozsah\x20tlače','287CFUpZv','1163112lxrqQv','Zadajte\x20čísla\x20snímok\x20z\x20prezentácie,\x20napríklad\x201-3,5.','Podklady','Poradie\x20strán','Celkom:\x20{0}\x20strán','365150IjjKqY','Zvislo','11576VKNQRr','2UJLWGf'];_0x35ae=function(){return _0x442279;};return _0x35ae();}export{e as default};
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1d197b=_0x45a0;(function(_0x2e23b7,_0x2a5d00){const _0x46df80=_0x45a0,_0x8d3d86=_0x2e23b7();while(!![]){try{const _0x3aeecc=parseInt(_0x46df80(0xf3))/0x1*(parseInt(_0x46df80(0xec))/0x2)+-parseInt(_0x46df80(0xfb))/0x3+-parseInt(_0x46df80(0xe5))/0x4+parseInt(_0x46df80(0xe4))/0x5*(-parseInt(_0x46df80(0xf2))/0x6)+-parseInt(_0x46df80(0xe7))/0x7+parseInt(_0x46df80(0xf9))/0x8+parseInt(_0x46df80(0xf8))/0x9*(parseInt(_0x46df80(0xf1))/0xa);if(_0x3aeecc===_0x2a5d00)break;else _0x8d3d86['push'](_0x8d3d86['shift']());}catch(_0x48e3e4){_0x8d3d86['push'](_0x8d3d86['shift']());}}}(_0x3133,0x629e4));function _0x45a0(_0x291c2c,_0x473944){_0x291c2c=_0x291c2c-0xe1;const _0x31330e=_0x3133();let _0x45a071=_0x31330e[_0x291c2c];return _0x45a071;}function _0x3133(){const _0x1a8f0a=['Hướng\x20giấy','Tạo\x20khung\x20trang\x20chiếu','2vMfYdL','Hủy','Tổng\x20cộng\x20{0}\x20trang','Định\x20dạng','Thứ\x20tự\x20trang','50areIPN','8970QFOTJu','523954CInUeS','Dọc','Bình\x20thường','Tiếp\x20theo','Ngang','1668960znHxUu','6302392vBQFZP','In\x20số\x20trang\x20chiếu','1728018MUNDTq','Nhập\x20số\x20trang\x20chiếu\x20có\x20trong\x20bản\x20trình\x20bày,\x20ví\x20dụ\x201-3,5.','Khổ\x20giấy','Bản\x20phân\x20phát','Phạm\x20vi\x20in','Rộng','Bố\x20cục\x20in','2465faMMqe','565688fdBizu','Tất\x20cả\x20trang\x20chiếu\x20hoặc\x201-3,5','2663850pdPzch','Đang\x20in…','Trang\x20chiếu\x20toàn\x20trang'];_0x3133=function(){return _0x1a8f0a;};return _0x3133();}const e={'slides-print':{'menu':'In','header':{'pages':_0x1d197b(0xee),'cancel':_0x1d197b(0xed),'next':_0x1d197b(0xf6),'printing':_0x1d197b(0xe8)},'settings':{'range':_0x1d197b(0xe1),'rangePlaceholder':_0x1d197b(0xe6),'rangeInvalid':_0x1d197b(0xfc),'layout':_0x1d197b(0xe3),'fullPage':_0x1d197b(0xe9),'notesPage':'Trang\x20ghi\x20chú','handout':_0x1d197b(0xfe),'slidesPerPage':'Số\x20trang\x20chiếu\x20mỗi\x20trang','order':_0x1d197b(0xf0),'horizontal':'Ngang','vertical':_0x1d197b(0xf4),'paperSize':_0x1d197b(0xfd),'orientation':_0x1d197b(0xea),'portrait':_0x1d197b(0xf4),'landscape':_0x1d197b(0xf7),'margin':'Lề','normal':_0x1d197b(0xf5),'narrow':'Hẹp','wide':_0x1d197b(0xe2),'none':'Không\x20có','formatting':_0x1d197b(0xef),'frameSlides':_0x1d197b(0xeb),'slideNumber':_0x1d197b(0xfa)}}};export{e as default};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x4c78(_0x198a34,_0x193618){_0x198a34=_0x198a34-0x103;const _0x1c9d09=_0x1c9d();let _0x4c781c=_0x1c9d09[_0x198a34];return _0x4c781c;}const _0x19a89e=_0x4c78;(function(_0x262ae5,_0x479262){const _0x359949=_0x4c78,_0x257178=_0x262ae5();while(!![]){try{const _0x1905a4=parseInt(_0x359949(0x10e))/0x1+-parseInt(_0x359949(0x111))/0x2*(-parseInt(_0x359949(0x10b))/0x3)+parseInt(_0x359949(0x118))/0x4+-parseInt(_0x359949(0x10d))/0x5+parseInt(_0x359949(0x105))/0x6*(parseInt(_0x359949(0x107))/0x7)+-parseInt(_0x359949(0x103))/0x8*(parseInt(_0x359949(0x117))/0x9)+parseInt(_0x359949(0x108))/0xa*(parseInt(_0x359949(0x11a))/0xb);if(_0x1905a4===_0x479262)break;else _0x257178['push'](_0x257178['shift']());}catch(_0x1c3c2e){_0x257178['push'](_0x257178['shift']());}}}(_0x1c9d,0x2ccb7));function _0x1c9d(){const _0x54ec15=['请输入演示文稿范围内的页码,例如\x201-3,5。','130506dDfGxQ','备注页','1042660mnTKgq','184543IOsdcw','页边距','打印幻灯片编号','2ceBrVU','排列顺序','打印范围','正在打印…','打印版式','纸张方向','4131OepdSL','244716BmXvlT','下一步','462lCbeOJ','1552MvsPWO','全部幻灯片,或输入\x201-3,5','612474KbQWmk','每页幻灯片数','7UGopoz','21370CzuhWR','共\x20{0}\x20页'];_0x1c9d=function(){return _0x54ec15;};return _0x1c9d();}const e={'slides-print':{'menu':'打印','header':{'pages':_0x19a89e(0x109),'cancel':'取消','next':_0x19a89e(0x119),'printing':_0x19a89e(0x114)},'settings':{'range':_0x19a89e(0x113),'rangePlaceholder':_0x19a89e(0x104),'rangeInvalid':_0x19a89e(0x10a),'layout':_0x19a89e(0x115),'fullPage':'整页幻灯片','notesPage':_0x19a89e(0x10c),'handout':'讲义','slidesPerPage':_0x19a89e(0x106),'order':_0x19a89e(0x112),'horizontal':'横向','vertical':'纵向','paperSize':'纸张大小','orientation':_0x19a89e(0x116),'portrait':'纵向','landscape':'横向','margin':_0x19a89e(0x10f),'normal':'普通','narrow':'窄','wide':'宽','none':'无','formatting':'格式','frameSlides':'幻灯片加框','slideNumber':_0x19a89e(0x110)}}};export{e as default};
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x28f3b5=_0x5dfd;function _0x5dfd(_0x2384b4,_0x5e8173){_0x2384b4=_0x2384b4-0x10d;const _0x358fe4=_0x358f();let _0x5dfd88=_0x358fe4[_0x2384b4];return _0x5dfd88;}(function(_0x1e6292,_0x290ab6){const _0x57f413=_0x5dfd,_0x4b62fe=_0x1e6292();while(!![]){try{const _0x1b3b1c=parseInt(_0x57f413(0x117))/0x1+parseInt(_0x57f413(0x111))/0x2+parseInt(_0x57f413(0x11d))/0x3*(parseInt(_0x57f413(0x10e))/0x4)+-parseInt(_0x57f413(0x119))/0x5+-parseInt(_0x57f413(0x11e))/0x6*(-parseInt(_0x57f413(0x120))/0x7)+parseInt(_0x57f413(0x11b))/0x8*(-parseInt(_0x57f413(0x11c))/0x9)+-parseInt(_0x57f413(0x115))/0xa;if(_0x1b3b1c===_0x290ab6)break;else _0x4b62fe['push'](_0x4b62fe['shift']());}catch(_0xff4bb4){_0x4b62fe['push'](_0x4b62fe['shift']());}}}(_0x358f,0x70d9d));const e={'slides-print':{'menu':'列印','header':{'pages':'共\x20{0}\x20頁','cancel':'取消','next':_0x28f3b5(0x11a),'printing':'正在列印…'},'settings':{'range':_0x28f3b5(0x110),'rangePlaceholder':'全部投影片,或輸入\x201-3,5','rangeInvalid':_0x28f3b5(0x113),'layout':_0x28f3b5(0x116),'fullPage':_0x28f3b5(0x118),'notesPage':_0x28f3b5(0x10d),'handout':'講義','slidesPerPage':_0x28f3b5(0x11f),'order':_0x28f3b5(0x114),'horizontal':'水平','vertical':'垂直','paperSize':'紙張大小','orientation':_0x28f3b5(0x112),'portrait':'直向','landscape':'橫向','margin':'邊界','normal':'一般','narrow':'窄','wide':'寬','none':'無','formatting':'格式','frameSlides':_0x28f3b5(0x10f),'slideNumber':'列印投影片編號'}}};export{e as default};function _0x358f(){const _0x2c03a1=['紙張方向','請輸入簡報範圍內的頁碼,例如\x201-3,5。','排列順序','2871130MDvRJo','列印版面配置','196085VnStiF','整頁投影片','1819770EfRjqu','下一步','8ssRhWh','2342565TaCHKq','12WXoWRr','77502LbvWGi','每頁投影片數','70ioPaBz','備忘稿','678724ywHfxr','投影片加框','列印範圍','739220pGcFSB'];_0x358f=function(){return _0x2c03a1;};return _0x358f();}
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
const _0x3fe0ae=_0x6d91;function _0x6d91(_0x207f42,_0x1cbd10){_0x207f42=_0x207f42-0x179;const _0x3cc594=_0x3cc5();let _0x6d915e=_0x3cc594[_0x207f42];return _0x6d915e;}function _0x3cc5(){const _0xf41386=['13304DxQlJa','紙張方向','請輸入簡報範圍內的頁碼,例如\x201-3,5。','正在列印…','107340FrCYxY','每頁投影片數','224HinFRa','共\x20{0}\x20頁','排列順序','7pXLzKa','3843TAFdNJ','列印版面配置','6600iZNsgq','整頁投影片','44jbOoqU','列印投影片編號','18yEFNXX','4066962BfFujb','41658ENurpj','紙張大小','備忘稿','853230EeeoFW','13486536LXHrOp','列印範圍','投影片加框'];_0x3cc5=function(){return _0xf41386;};return _0x3cc5();}(function(_0x4ee81e,_0x425a01){const _0x5dd5fa=_0x6d91,_0x167c20=_0x4ee81e();while(!![]){try{const _0x36bc96=parseInt(_0x5dd5fa(0x18a))/0x1*(-parseInt(_0x5dd5fa(0x18c))/0x2)+-parseInt(_0x5dd5fa(0x18f))/0x3+parseInt(_0x5dd5fa(0x180))/0x4*(-parseInt(_0x5dd5fa(0x186))/0x5)+parseInt(_0x5dd5fa(0x18b))/0x6*(-parseInt(_0x5dd5fa(0x183))/0x7)+-parseInt(_0x5dd5fa(0x17a))/0x8*(-parseInt(_0x5dd5fa(0x184))/0x9)+parseInt(_0x5dd5fa(0x17e))/0xa*(-parseInt(_0x5dd5fa(0x188))/0xb)+parseInt(_0x5dd5fa(0x190))/0xc;if(_0x36bc96===_0x425a01)break;else _0x167c20['push'](_0x167c20['shift']());}catch(_0x306b70){_0x167c20['push'](_0x167c20['shift']());}}}(_0x3cc5,0x5cc3c));const e={'slides-print':{'menu':'列印','header':{'pages':_0x3fe0ae(0x181),'cancel':'取消','next':'下一步','printing':_0x3fe0ae(0x17d)},'settings':{'range':_0x3fe0ae(0x191),'rangePlaceholder':'全部投影片,或輸入\x201-3,5','rangeInvalid':_0x3fe0ae(0x17c),'layout':_0x3fe0ae(0x185),'fullPage':_0x3fe0ae(0x187),'notesPage':_0x3fe0ae(0x18e),'handout':'講義','slidesPerPage':_0x3fe0ae(0x17f),'order':_0x3fe0ae(0x182),'horizontal':'水平','vertical':'垂直','paperSize':_0x3fe0ae(0x18d),'orientation':_0x3fe0ae(0x17b),'portrait':'直向','landscape':'橫向','margin':'邊界','normal':'一般','narrow':'窄','wide':'寬','none':'無','formatting':'格式','frameSlides':_0x3fe0ae(0x179),'slideNumber':_0x3fe0ae(0x189)}}};export{e as default};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import type { IPrintMargin, PrintDirection, PrintPaperMargin } from '@univerjs-pro/print';
|
|
2
|
+
import type { PaperType } from '@univerjs/core';
|
|
1
3
|
export interface ISlidePrintRange {
|
|
2
4
|
/**
|
|
3
5
|
* 1-based inclusive start page.
|
|
@@ -8,9 +10,37 @@ export interface ISlidePrintRange {
|
|
|
8
10
|
*/
|
|
9
11
|
to: number;
|
|
10
12
|
}
|
|
13
|
+
export declare enum SlidePrintLayoutType {
|
|
14
|
+
FullPage = "FullPage",
|
|
15
|
+
Handout = "Handout",
|
|
16
|
+
NotesPage = "NotesPage"
|
|
17
|
+
}
|
|
18
|
+
export declare enum SlidePrintHandoutOrder {
|
|
19
|
+
Horizontal = "Horizontal",
|
|
20
|
+
Vertical = "Vertical"
|
|
21
|
+
}
|
|
22
|
+
export type SlidePrintSlidesPerPage = 1 | 2 | 3 | 4 | 6 | 9;
|
|
11
23
|
export interface ISlidePrintOptions {
|
|
12
24
|
/**
|
|
13
25
|
* Optional list of 1-based page ranges. If omitted, all slides are printed.
|
|
14
26
|
*/
|
|
15
27
|
range?: ISlidePrintRange[];
|
|
28
|
+
/** Print layout. Omitted options preserve the legacy full-slide page behavior. */
|
|
29
|
+
layout?: SlidePrintLayoutType;
|
|
30
|
+
/** Number of slides on each handout page. Only used by the handout layout. */
|
|
31
|
+
slidesPerPage?: SlidePrintSlidesPerPage;
|
|
32
|
+
/** Fill direction for 4, 6, and 9 slide handouts. */
|
|
33
|
+
handoutOrder?: SlidePrintHandoutOrder;
|
|
34
|
+
/** Physical paper size. When omitted for full-page printing, the slide size is used. */
|
|
35
|
+
paperSize?: PaperType;
|
|
36
|
+
/** Physical paper orientation. */
|
|
37
|
+
direction?: PrintDirection;
|
|
38
|
+
/** Physical paper margin preset. */
|
|
39
|
+
margin?: PrintPaperMargin;
|
|
40
|
+
/** Custom margins, used when `margin` is `PrintPaperMargin.Custom`. */
|
|
41
|
+
marginCustom?: IPrintMargin;
|
|
42
|
+
/** Draw a thin frame around each rendered slide. */
|
|
43
|
+
frameSlides?: boolean;
|
|
44
|
+
/** Print the source slide number next to each slide. */
|
|
45
|
+
showSlideNumber?: boolean;
|
|
16
46
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
import { Disposable, ICommandService } from '@univerjs/core';
|
|
2
|
-
import { IMenuManagerService } from '@univerjs/ui';
|
|
1
|
+
import { Disposable, ICommandService, Injector } from '@univerjs/core';
|
|
2
|
+
import { IMenuManagerService, IUIPartsService } from '@univerjs/ui';
|
|
3
3
|
export declare class SlidesPrintUIController extends Disposable {
|
|
4
4
|
private readonly _commandService;
|
|
5
5
|
private readonly _menuManagerService;
|
|
6
|
-
|
|
6
|
+
private readonly _uiPartsService;
|
|
7
|
+
private readonly _injector;
|
|
8
|
+
constructor(_commandService: ICommandService, _menuManagerService: IMenuManagerService, _uiPartsService: IUIPartsService, _injector: Injector);
|
|
7
9
|
private _initCommands;
|
|
10
|
+
private _initUIParts;
|
|
8
11
|
private _initMenus;
|
|
9
12
|
}
|
|
@@ -9,9 +9,12 @@ export interface IFUniverSlidesPrintMixin {
|
|
|
9
9
|
* @returns Whether the print operation was started.
|
|
10
10
|
*/
|
|
11
11
|
printSlidesAsync(options?: ISlidePrintOptions): Promise<boolean>;
|
|
12
|
+
/** Open the Univer Slides print settings and preview. */
|
|
13
|
+
openSlidesPrintDialog(options?: ISlidePrintOptions): boolean;
|
|
12
14
|
}
|
|
13
15
|
export declare class FUniverSlidesPrintMixin extends FUniver implements IFUniverSlidesPrintMixin {
|
|
14
16
|
printSlidesAsync(options?: ISlidePrintOptions): Promise<boolean>;
|
|
17
|
+
openSlidesPrintDialog(options?: ISlidePrintOptions): boolean;
|
|
15
18
|
}
|
|
16
19
|
declare module '@univerjs/core/facade' {
|
|
17
20
|
interface FUniver extends IFUniverSlidesPrintMixin {
|
package/lib/types/index.d.ts
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
+
import './global.css';
|
|
2
|
+
export { OpenSlidePrintDialogOperation } from './commands/operations/slide-print-dialog.operation';
|
|
1
3
|
export { SlidePrintOperation } from './commands/operations/slide-print.operation';
|
|
2
|
-
export type { ISlidePrintOptions } from './common/types';
|
|
4
|
+
export type { ISlidePrintOptions, ISlidePrintRange, SlidePrintSlidesPerPage } from './common/types';
|
|
5
|
+
export { SlidePrintHandoutOrder, SlidePrintLayoutType } from './common/types';
|
|
3
6
|
export { menuSchema as SlidesPrintMenuSchema } from './menu/schema';
|
|
4
7
|
export { UniverSlidesPrintPlugin } from './plugin';
|
|
8
|
+
export { SlidePrintDrawingTransformService } from './services/slide-print-drawing-transform.service';
|
|
9
|
+
export type { ISlidePrintDrawingTransformContext, SlidePrintDrawingTransformer, } from './services/slide-print-drawing-transform.service';
|
|
10
|
+
export type { ISlidePrintDrawingMap } from './views/slide-print-drawing-map';
|
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
declare const locale: {
|
|
2
2
|
'slides-print': {
|
|
3
3
|
menu: string;
|
|
4
|
+
header: {
|
|
5
|
+
pages: string;
|
|
6
|
+
cancel: string;
|
|
7
|
+
next: string;
|
|
8
|
+
printing: string;
|
|
9
|
+
};
|
|
10
|
+
settings: {
|
|
11
|
+
range: string;
|
|
12
|
+
rangePlaceholder: string;
|
|
13
|
+
rangeInvalid: string;
|
|
14
|
+
layout: string;
|
|
15
|
+
fullPage: string;
|
|
16
|
+
notesPage: string;
|
|
17
|
+
handout: string;
|
|
18
|
+
slidesPerPage: string;
|
|
19
|
+
order: string;
|
|
20
|
+
horizontal: string;
|
|
21
|
+
vertical: string;
|
|
22
|
+
paperSize: string;
|
|
23
|
+
orientation: string;
|
|
24
|
+
portrait: string;
|
|
25
|
+
landscape: string;
|
|
26
|
+
margin: string;
|
|
27
|
+
normal: string;
|
|
28
|
+
narrow: string;
|
|
29
|
+
wide: string;
|
|
30
|
+
none: string;
|
|
31
|
+
formatting: string;
|
|
32
|
+
frameSlides: string;
|
|
33
|
+
slideNumber: string;
|
|
34
|
+
};
|
|
4
35
|
};
|
|
5
36
|
};
|
|
6
37
|
export default locale;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ISlidePrintRange } from '../common/types';
|
|
2
|
+
export interface ISlidePrintRangeInputResult {
|
|
3
|
+
valid: boolean;
|
|
4
|
+
range?: ISlidePrintRange[];
|
|
5
|
+
}
|
|
6
|
+
export declare function parseSlidePrintRangeInput(value: string, totalSlides: number): ISlidePrintRangeInputResult;
|
|
7
|
+
export declare function formatSlidePrintRangeInput(range?: ISlidePrintRange[]): string;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { Observable } from 'rxjs';
|
|
2
|
+
import type { ISlidePrintOptions } from '../common/types';
|
|
3
|
+
import { Disposable } from '@univerjs/core';
|
|
4
|
+
export interface ISlidePrintDialogService {
|
|
5
|
+
readonly visible$: Observable<boolean>;
|
|
6
|
+
readonly options$: Observable<ISlidePrintOptions>;
|
|
7
|
+
readonly visible: boolean;
|
|
8
|
+
readonly options: ISlidePrintOptions;
|
|
9
|
+
open(options?: ISlidePrintOptions): void;
|
|
10
|
+
close(): void;
|
|
11
|
+
updateOptions(options: Partial<ISlidePrintOptions>): void;
|
|
12
|
+
}
|
|
13
|
+
export declare const ISlidePrintDialogService: import("@wendellhu/redi").IdentifierDecorator<ISlidePrintDialogService>;
|
|
14
|
+
export declare class SlidePrintDialogService extends Disposable implements ISlidePrintDialogService {
|
|
15
|
+
private readonly _visible$;
|
|
16
|
+
private readonly _options$;
|
|
17
|
+
readonly visible$: Observable<boolean>;
|
|
18
|
+
readonly options$: Observable<ISlidePrintOptions>;
|
|
19
|
+
get visible(): boolean;
|
|
20
|
+
get options(): ISlidePrintOptions;
|
|
21
|
+
open(options?: ISlidePrintOptions): void;
|
|
22
|
+
close(): void;
|
|
23
|
+
updateOptions(options: Partial<ISlidePrintOptions>): void;
|
|
24
|
+
dispose(): void;
|
|
25
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { SlideModel, SlidePage } from '@univerjs-pro/slides';
|
|
2
|
+
import type { IDisposable } from '@univerjs/core';
|
|
3
|
+
import type { ISlidePrintDrawingMap } from '../views/slide-print-drawing-map';
|
|
4
|
+
export interface ISlidePrintDrawingTransformContext {
|
|
5
|
+
slideModel: SlideModel;
|
|
6
|
+
slidePage: SlidePage;
|
|
7
|
+
}
|
|
8
|
+
export type SlidePrintDrawingTransformer = (drawingMap: ISlidePrintDrawingMap, context: ISlidePrintDrawingTransformContext) => ISlidePrintDrawingMap;
|
|
9
|
+
export declare class SlidePrintDrawingTransformService {
|
|
10
|
+
private readonly _transformers;
|
|
11
|
+
register(transformer: SlidePrintDrawingTransformer): IDisposable;
|
|
12
|
+
transform(drawingMap: ISlidePrintDrawingMap, context: ISlidePrintDrawingTransformContext): ISlidePrintDrawingMap;
|
|
13
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import type { IPrintMargin } from '@univerjs-pro/print';
|
|
2
|
+
import type { SlidePage } from '@univerjs-pro/slides';
|
|
3
|
+
import type { ISlidePrintOptions, SlidePrintSlidesPerPage } from '../common/types';
|
|
4
|
+
import { PrintDirection, PrintPaperMargin } from '@univerjs-pro/print';
|
|
5
|
+
import { PaperType } from '@univerjs/core';
|
|
6
|
+
import { SlidePrintHandoutOrder, SlidePrintLayoutType } from '../common/types';
|
|
7
|
+
export declare const SLIDE_PRINT_NOTE_FONT_SIZE = 14;
|
|
8
|
+
export declare const SLIDE_PRINT_NOTE_LINE_HEIGHT = 21;
|
|
9
|
+
export interface ISlidePrintSourcePage {
|
|
10
|
+
index: number;
|
|
11
|
+
page: SlidePage;
|
|
12
|
+
pageId: string;
|
|
13
|
+
width: number;
|
|
14
|
+
height: number;
|
|
15
|
+
speakerNotes: string;
|
|
16
|
+
}
|
|
17
|
+
export interface ISlidePrintRect {
|
|
18
|
+
x: number;
|
|
19
|
+
y: number;
|
|
20
|
+
width: number;
|
|
21
|
+
height: number;
|
|
22
|
+
}
|
|
23
|
+
export interface ISlidePrintSlotPlan {
|
|
24
|
+
source: ISlidePrintSourcePage;
|
|
25
|
+
rect: ISlidePrintRect;
|
|
26
|
+
noteLinesRect?: ISlidePrintRect;
|
|
27
|
+
}
|
|
28
|
+
export interface ISlidePrintPhysicalPagePlan {
|
|
29
|
+
key: string;
|
|
30
|
+
slots: ISlidePrintSlotPlan[];
|
|
31
|
+
notes?: {
|
|
32
|
+
lines: string[];
|
|
33
|
+
rect: ISlidePrintRect;
|
|
34
|
+
continuation: boolean;
|
|
35
|
+
source: ISlidePrintSourcePage;
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
export interface IResolvedSlidePrintOptions {
|
|
39
|
+
layout: SlidePrintLayoutType;
|
|
40
|
+
slidesPerPage: SlidePrintSlidesPerPage;
|
|
41
|
+
handoutOrder: SlidePrintHandoutOrder;
|
|
42
|
+
paperSize?: PaperType;
|
|
43
|
+
direction: PrintDirection;
|
|
44
|
+
margin: PrintPaperMargin;
|
|
45
|
+
marginCustom: IPrintMargin;
|
|
46
|
+
frameSlides: boolean;
|
|
47
|
+
showSlideNumber: boolean;
|
|
48
|
+
}
|
|
49
|
+
export interface ISlidePrintPlan {
|
|
50
|
+
pageSize: {
|
|
51
|
+
width: number;
|
|
52
|
+
height: number;
|
|
53
|
+
};
|
|
54
|
+
margin: IPrintMargin;
|
|
55
|
+
options: IResolvedSlidePrintOptions;
|
|
56
|
+
pages: ISlidePrintPhysicalPagePlan[];
|
|
57
|
+
}
|
|
58
|
+
export type SlidePrintTextMeasurer = (text: string) => number;
|
|
59
|
+
export declare function resolveSlidePrintOptions(options?: ISlidePrintOptions): IResolvedSlidePrintOptions;
|
|
60
|
+
export declare function createSlidePrintPlan(sourcePages: ISlidePrintSourcePage[], defaultSlideSize: {
|
|
61
|
+
width: number;
|
|
62
|
+
height: number;
|
|
63
|
+
}, options?: ISlidePrintOptions, measureText?: SlidePrintTextMeasurer): ISlidePrintPlan;
|
|
64
|
+
export declare function createSlidePrintSourcePages(pages: Array<{
|
|
65
|
+
page: SlidePage;
|
|
66
|
+
index: number;
|
|
67
|
+
}>, defaultSlideSize: {
|
|
68
|
+
width: number;
|
|
69
|
+
height: number;
|
|
70
|
+
}): ISlidePrintSourcePage[];
|
|
71
|
+
export declare function wrapSpeakerNotes(text: string, width: number, measureText: SlidePrintTextMeasurer): string[];
|
|
72
|
+
export declare function createDefaultSlidePrintDialogOptions(): ISlidePrintOptions;
|
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
import type { ISlidePrintOptions } from '../common/types';
|
|
2
|
+
import { IPrintPreparationService } from '@univerjs-pro/print';
|
|
3
|
+
import { ISlideDrawingService } from '@univerjs-pro/slides';
|
|
2
4
|
import { Disposable, Injector, IUniverInstanceService } from '@univerjs/core';
|
|
3
5
|
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
4
6
|
export declare class SlidePrintService extends Disposable {
|
|
5
7
|
private readonly _univerInstanceService;
|
|
6
8
|
private readonly _injector;
|
|
9
|
+
private readonly _slideDrawingService;
|
|
7
10
|
private readonly _renderManagerService;
|
|
11
|
+
private readonly _printPreparationService;
|
|
8
12
|
private _printing;
|
|
9
|
-
constructor(_univerInstanceService: IUniverInstanceService, _injector: Injector, _renderManagerService: IRenderManagerService);
|
|
13
|
+
constructor(_univerInstanceService: IUniverInstanceService, _injector: Injector, _slideDrawingService: ISlideDrawingService, _renderManagerService: IRenderManagerService, _printPreparationService: IPrintPreparationService);
|
|
10
14
|
print(unitId: string, options?: ISlidePrintOptions): Promise<boolean>;
|
|
15
|
+
private _preparePrintResources;
|
|
16
|
+
private _printPreparedPages;
|
|
11
17
|
private _createPrintFrame;
|
|
12
18
|
private _restoreThumbnailRenders;
|
|
13
19
|
}
|
|
@@ -1,22 +1,26 @@
|
|
|
1
|
-
import type { SlideModel, SlidePage } from '@univerjs-pro/slides';
|
|
1
|
+
import type { ISlideDrawingService, SlideModel, SlidePage } from '@univerjs-pro/slides';
|
|
2
2
|
import type { Injector } from '@univerjs/core';
|
|
3
3
|
import { Disposable } from '@univerjs/core';
|
|
4
4
|
export declare class SlidePrintCanvasView extends Disposable {
|
|
5
5
|
private readonly _injector;
|
|
6
|
+
private readonly _slideDrawingService;
|
|
6
7
|
private readonly _slideModel;
|
|
7
8
|
private readonly _slidePage;
|
|
9
|
+
private readonly _autoRender;
|
|
8
10
|
private _container;
|
|
9
11
|
private _root;
|
|
10
12
|
private _engine;
|
|
11
13
|
private _scene;
|
|
12
14
|
private _objectProvider;
|
|
13
15
|
private _renderObjectMap;
|
|
16
|
+
private readonly _drawingTransformService;
|
|
14
17
|
get container(): HTMLDivElement;
|
|
15
18
|
get root(): HTMLDivElement;
|
|
16
19
|
private get _pageSize();
|
|
17
|
-
constructor(_injector: Injector, _slideModel: SlideModel, _slidePage: SlidePage);
|
|
20
|
+
constructor(_injector: Injector, _slideDrawingService: ISlideDrawingService, _slideModel: SlideModel, _slidePage: SlidePage, _autoRender?: boolean);
|
|
18
21
|
private _initRenderer;
|
|
19
22
|
private _renderSlidePage;
|
|
20
23
|
prepare(): void;
|
|
21
24
|
render(): void;
|
|
25
|
+
private _requestRender;
|
|
22
26
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { ISlideDrawingService, SlideModel } from '@univerjs-pro/slides';
|
|
2
|
+
import type { IDisposable, Injector } from '@univerjs/core';
|
|
3
|
+
import type { ISlidePrintPhysicalPagePlan } from '../services/slide-print-layout';
|
|
4
|
+
import { Disposable } from '@univerjs/core';
|
|
5
|
+
export declare const SLIDE_PRINT_PAGE_CLASS = "univer-slide-print-page";
|
|
6
|
+
export declare const SLIDE_PRINT_SLOT_CLASS = "univer-slide-print-slot";
|
|
7
|
+
export declare const SLIDE_PRINT_SURFACE_CLASS = "univer-slide-print-surface";
|
|
8
|
+
export interface ISlidePrintPageViewOptions {
|
|
9
|
+
frameSlides: boolean;
|
|
10
|
+
showSlideNumber: boolean;
|
|
11
|
+
preview?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare class SlidePrintPageView extends Disposable implements IDisposable {
|
|
14
|
+
private readonly _document;
|
|
15
|
+
private readonly _injector;
|
|
16
|
+
private readonly _slideDrawingService;
|
|
17
|
+
private readonly _slideModel;
|
|
18
|
+
private readonly _plan;
|
|
19
|
+
private readonly _pageSize;
|
|
20
|
+
private readonly _options;
|
|
21
|
+
readonly container: HTMLDivElement;
|
|
22
|
+
private readonly _slideViews;
|
|
23
|
+
constructor(_document: Document, _injector: Injector, _slideDrawingService: ISlideDrawingService, _slideModel: SlideModel, _plan: ISlidePrintPhysicalPagePlan, _pageSize: {
|
|
24
|
+
width: number;
|
|
25
|
+
height: number;
|
|
26
|
+
}, _options: ISlidePrintPageViewOptions);
|
|
27
|
+
render(): void;
|
|
28
|
+
dispose(): void;
|
|
29
|
+
private _mountSlides;
|
|
30
|
+
private _mountHandoutLines;
|
|
31
|
+
private _mountNotes;
|
|
32
|
+
}
|
package/lib/umd/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x16f4(_0x4a56d6,_0x314cda){_0x4a56d6=_0x4a56d6-0x198;var _0x847657=_0x8476();var _0x16f40a=_0x847657[_0x4a56d6];return _0x16f40a;}(function(_0x544225,_0x5c09a9){var _0xbbf18a=_0x16f4,_0x28ac27=_0x544225();while(!![]){try{var _0x1257d0=parseInt(_0xbbf18a(0x1ae))/0x1+parseInt(_0xbbf18a(0x1a3))/0x2+parseInt(_0xbbf18a(0x199))/0x3*(parseInt(_0xbbf18a(0x1a8))/0x4)+-parseInt(_0xbbf18a(0x19e))/0x5*(parseInt(_0xbbf18a(0x19b))/0x6)+-parseInt(_0xbbf18a(0x1b0))/0x7*(-parseInt(_0xbbf18a(0x1a7))/0x8)+-parseInt(_0xbbf18a(0x19f))/0x9*(parseInt(_0xbbf18a(0x1a6))/0xa)+-parseInt(_0xbbf18a(0x19c))/0xb*(parseInt(_0xbbf18a(0x1aa))/0xc);if(_0x1257d0===_0x5c09a9)break;else _0x28ac27['push'](_0x28ac27['shift']());}catch(_0x4c8ff8){_0x28ac27['push'](_0x28ac27['shift']());}}}(_0x8476,0x421a4),function(_0x59fb39,_0x9d3a2c){var _0x38c3ea=_0x16f4;typeof exports==_0x38c3ea(0x1ac)&&typeof module<'u'?_0x9d3a2c(require('@univerjs-pro/slides-print'),require('@univerjs/core/facade')):typeof define==_0x38c3ea(0x1a0)&&define[_0x38c3ea(0x1a4)]?define([_0x38c3ea(0x1a9),_0x38c3ea(0x1ad)],_0x9d3a2c):(_0x59fb39=typeof globalThis<'u'?globalThis:_0x59fb39||self,_0x9d3a2c(_0x59fb39[_0x38c3ea(0x1a1)],_0x59fb39[_0x38c3ea(0x19a)]));}(this,function(_0x365c80,_0x3bf5b4){var _0x477e02=_0x16f4,_0x1c090b=class extends _0x3bf5b4['FUniver']{[_0x477e02(0x1ab)](_0x367f97){var _0x29c9f5=_0x477e02;return this[_0x29c9f5(0x1b1)][_0x29c9f5(0x1a5)](_0x365c80[_0x29c9f5(0x1a2)]['id'],_0x367f97);}[_0x477e02(0x19d)](_0x3933cc){var _0x53dcda=_0x477e02;return this[_0x53dcda(0x1b1)][_0x53dcda(0x1af)](_0x365c80['OpenSlidePrintDialogOperation']['id'],_0x3933cc);}};_0x3bf5b4[_0x477e02(0x198)]['extend'](_0x1c090b);}));function _0x8476(){var _0x412193=['213GsCzaV','UniverCoreFacade','6nHmDYn','1060268SGNzpd','openSlidesPrintDialog','1757995dgTrxn','538911hQRAfj','function','UniverProSlidesPrint','SlidePrintOperation','539084qFbHoP','amd','executeCommand','30YnpOyF','8qvqaqf','9324cLdzty','@univerjs-pro/slides-print','12EsCIsX','printSlidesAsync','object','@univerjs/core/facade','60699RcDLit','syncExecuteCommand','2818466NYVksJ','_commandService','FUniver'];_0x8476=function(){return _0x412193;};return _0x8476();}
|