@univerjs-pro/slides-print 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +43 -0
- package/lib/cjs/facade.js +1 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/facade.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/facade.js +1 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/commands/operations/slide-print.operation.d.ts +3 -0
- package/lib/types/common/plugin-name.d.ts +1 -0
- package/lib/types/common/types.d.ts +16 -0
- package/lib/types/config/config.d.ts +7 -0
- package/lib/types/controllers/components.controller.d.ts +7 -0
- package/lib/types/controllers/menu.d.ts +4 -0
- package/lib/types/controllers/ui.controller.d.ts +9 -0
- package/lib/types/facade/f-univer.d.ts +19 -0
- package/lib/types/facade/index.d.ts +2 -0
- package/lib/types/index.d.ts +5 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +6 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/menu/schema.d.ts +2 -0
- package/lib/types/plugin.d.ts +14 -0
- package/lib/types/services/range.d.ts +2 -0
- package/lib/types/services/slide-print.service.d.ts +13 -0
- package/lib/types/views/slide-print-canvas-view.d.ts +22 -0
- package/lib/types/views/slide-print-drawing-map.d.ts +6 -0
- package/lib/umd/facade.js +1 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +89 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SLIDES_PRINT_PLUGIN_NAME = "SLIDES_PRINT_PLUGIN";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface ISlidePrintRange {
|
|
2
|
+
/**
|
|
3
|
+
* 1-based inclusive start page.
|
|
4
|
+
*/
|
|
5
|
+
from: number;
|
|
6
|
+
/**
|
|
7
|
+
* 1-based inclusive end page.
|
|
8
|
+
*/
|
|
9
|
+
to: number;
|
|
10
|
+
}
|
|
11
|
+
export interface ISlidePrintOptions {
|
|
12
|
+
/**
|
|
13
|
+
* Optional list of 1-based page ranges. If omitted, all slides are printed.
|
|
14
|
+
*/
|
|
15
|
+
range?: ISlidePrintRange[];
|
|
16
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { MenuConfig } from '@univerjs/ui';
|
|
2
|
+
export declare const SLIDES_PRINT_PLUGIN_CONFIG_KEY = "slides-print.config";
|
|
3
|
+
export declare const configSymbol: unique symbol;
|
|
4
|
+
export interface IUniverSlidesPrintConfig {
|
|
5
|
+
menu?: MenuConfig;
|
|
6
|
+
}
|
|
7
|
+
export declare const defaultPluginConfig: IUniverSlidesPrintConfig;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Disposable, ICommandService } from '@univerjs/core';
|
|
2
|
+
import { IMenuManagerService } from '@univerjs/ui';
|
|
3
|
+
export declare class SlidesPrintUIController extends Disposable {
|
|
4
|
+
private readonly _commandService;
|
|
5
|
+
private readonly _menuManagerService;
|
|
6
|
+
constructor(_commandService: ICommandService, _menuManagerService: IMenuManagerService);
|
|
7
|
+
private _initCommands;
|
|
8
|
+
private _initMenus;
|
|
9
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ISlidePrintOptions } from '@univerjs-pro/slides-print';
|
|
2
|
+
import { FUniver } from '@univerjs/core/facade';
|
|
3
|
+
export interface IFUniverSlidesPrintMixin {
|
|
4
|
+
/**
|
|
5
|
+
* Open the browser print dialog for the active presentation.
|
|
6
|
+
*
|
|
7
|
+
* @param options Optional print options. `range` accepts 1-based page ranges.
|
|
8
|
+
* Overlapping ranges are de-duped and printed in the original slide order.
|
|
9
|
+
* @returns Whether the print operation was started.
|
|
10
|
+
*/
|
|
11
|
+
printSlidesAsync(options?: ISlidePrintOptions): Promise<boolean>;
|
|
12
|
+
}
|
|
13
|
+
export declare class FUniverSlidesPrintMixin extends FUniver implements IFUniverSlidesPrintMixin {
|
|
14
|
+
printSlidesAsync(options?: ISlidePrintOptions): Promise<boolean>;
|
|
15
|
+
}
|
|
16
|
+
declare module '@univerjs/core/facade' {
|
|
17
|
+
interface FUniver extends IFUniverSlidesPrintMixin {
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { SlidePrintOperation } from './commands/operations/slide-print.operation';
|
|
2
|
+
export type { ISlidePrintOptions, ISlidePrintRange } from './common/types';
|
|
3
|
+
export { SLIDES_PRINT_PLUGIN_CONFIG_KEY } from './config/config';
|
|
4
|
+
export type { IUniverSlidesPrintConfig } from './config/config';
|
|
5
|
+
export { UniverSlidesPrintPlugin } from './plugin';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { IUniverSlidesPrintConfig } from './config/config';
|
|
2
|
+
import { IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core';
|
|
3
|
+
export declare class UniverSlidesPrintPlugin extends Plugin {
|
|
4
|
+
private readonly _config;
|
|
5
|
+
readonly _injector: Injector;
|
|
6
|
+
private readonly _configService;
|
|
7
|
+
static pluginName: string;
|
|
8
|
+
static packageName: string;
|
|
9
|
+
static version: string;
|
|
10
|
+
static type: UniverInstanceType;
|
|
11
|
+
constructor(_config: Partial<IUniverSlidesPrintConfig> | undefined, _injector: Injector, _configService: IConfigService);
|
|
12
|
+
onStarting(): void;
|
|
13
|
+
onReady(): void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ISlidePrintOptions } from '../common/types';
|
|
2
|
+
import { Disposable, Injector, IUniverInstanceService } from '@univerjs/core';
|
|
3
|
+
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
4
|
+
export declare class SlidePrintService extends Disposable {
|
|
5
|
+
private readonly _univerInstanceService;
|
|
6
|
+
private readonly _injector;
|
|
7
|
+
private readonly _renderManagerService;
|
|
8
|
+
private _printing;
|
|
9
|
+
constructor(_univerInstanceService: IUniverInstanceService, _injector: Injector, _renderManagerService: IRenderManagerService);
|
|
10
|
+
print(unitId: string, options?: ISlidePrintOptions): Promise<boolean>;
|
|
11
|
+
private _createPrintFrame;
|
|
12
|
+
private _restoreThumbnailRenders;
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { SlideModel, SlidePage } from '@univerjs-pro/slides';
|
|
2
|
+
import type { Injector } from '@univerjs/core';
|
|
3
|
+
import { Disposable } from '@univerjs/core';
|
|
4
|
+
export declare class SlidePrintCanvasView extends Disposable {
|
|
5
|
+
private readonly _injector;
|
|
6
|
+
private readonly _slideModel;
|
|
7
|
+
private readonly _slidePage;
|
|
8
|
+
private _container;
|
|
9
|
+
private _root;
|
|
10
|
+
private _engine;
|
|
11
|
+
private _scene;
|
|
12
|
+
private _objectProvider;
|
|
13
|
+
private _renderObjectMap;
|
|
14
|
+
get container(): HTMLDivElement;
|
|
15
|
+
get root(): HTMLDivElement;
|
|
16
|
+
private get _pageSize();
|
|
17
|
+
constructor(_injector: Injector, _slideModel: SlideModel, _slidePage: SlidePage);
|
|
18
|
+
private _initRenderer;
|
|
19
|
+
private _renderSlidePage;
|
|
20
|
+
prepare(): void;
|
|
21
|
+
render(): void;
|
|
22
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ISlideDrawing, ISlideDrawingService, SlideModel, SlidePage } from '@univerjs-pro/slides';
|
|
2
|
+
export interface ISlidePrintDrawingMap {
|
|
3
|
+
data: Record<string, ISlideDrawing>;
|
|
4
|
+
order: string[];
|
|
5
|
+
}
|
|
6
|
+
export declare function resolveSlidePrintDrawingMap(slideDrawingService: ISlideDrawingService, slideModel: SlideModel, slidePage: SlidePage): ISlidePrintDrawingMap;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x11a2(){var _0x1e9762=['177982IKXJzX','printSlidesAsync','@univerjs-pro/slides-print','2nhONJD','SlidePrintOperation','UniverProSlidesPrint','FUniver','24KebzGv','10rnKxte','102kOrEjJ','object','38095XZJDOG','161640HEDpwe','UniverCoreFacade','1112356GSCmNP','706012TCKknw','executeCommand','amd','1604955GwnHme','456561xzRqXa'];_0x11a2=function(){return _0x1e9762;};return _0x11a2();}function _0x3af7(_0xb87de5,_0x4dca35){_0xb87de5=_0xb87de5-0xdf;var _0x11a213=_0x11a2();var _0x3af769=_0x11a213[_0xb87de5];return _0x3af769;}(function(_0x54d525,_0x3866cd){var _0x2dabc1=_0x3af7,_0x252079=_0x54d525();while(!![]){try{var _0x57217e=parseInt(_0x2dabc1(0xe5))/0x1*(parseInt(_0x2dabc1(0xe8))/0x2)+parseInt(_0x2dabc1(0xf1))/0x3+parseInt(_0x2dabc1(0xe0))/0x4+-parseInt(_0x2dabc1(0xf0))/0x5*(parseInt(_0x2dabc1(0xee))/0x6)+-parseInt(_0x2dabc1(0xdf))/0x7+-parseInt(_0x2dabc1(0xec))/0x8*(parseInt(_0x2dabc1(0xe4))/0x9)+parseInt(_0x2dabc1(0xed))/0xa*(parseInt(_0x2dabc1(0xe3))/0xb);if(_0x57217e===_0x3866cd)break;else _0x252079['push'](_0x252079['shift']());}catch(_0x2aa1f8){_0x252079['push'](_0x252079['shift']());}}}(_0x11a2,0x1bbf4),function(_0x46095a,_0x177ce6){var _0x16eaba=_0x3af7;typeof exports==_0x16eaba(0xef)&&typeof module<'u'?_0x177ce6(require('@univerjs-pro/slides-print'),require('@univerjs/core/facade')):typeof define=='function'&&define[_0x16eaba(0xe2)]?define([_0x16eaba(0xe7),'@univerjs/core/facade'],_0x177ce6):(_0x46095a=typeof globalThis<'u'?globalThis:_0x46095a||self,_0x177ce6(_0x46095a[_0x16eaba(0xea)],_0x46095a[_0x16eaba(0xf2)]));}(this,function(_0x339842,_0x475287){var _0x2c3f23=_0x3af7,_0x1c41ba=class extends _0x475287['FUniver']{[_0x2c3f23(0xe6)](_0x3b22ac){var _0x43663e=_0x2c3f23;return this['_commandService'][_0x43663e(0xe1)](_0x339842[_0x43663e(0xe9)]['id'],_0x3b22ac);}};_0x475287[_0x2c3f23(0xeb)]['extend'](_0x1c41ba);}));
|
package/lib/umd/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x46e656,_0x35aab1){const _0x1e390d=_0x2473,_0x3f7070=_0x46e656();while(!![]){try{const _0x3c1283=parseInt(_0x1e390d(0x13f))/0x1*(-parseInt(_0x1e390d(0x153))/0x2)+parseInt(_0x1e390d(0x11e))/0x3*(parseInt(_0x1e390d(0x1a5))/0x4)+parseInt(_0x1e390d(0x19e))/0x5+-parseInt(_0x1e390d(0x155))/0x6+-parseInt(_0x1e390d(0x110))/0x7+-parseInt(_0x1e390d(0x1c0))/0x8+parseInt(_0x1e390d(0x159))/0x9*(parseInt(_0x1e390d(0x1d2))/0xa);if(_0x3c1283===_0x35aab1)break;else _0x3f7070['push'](_0x3f7070['shift']());}catch(_0xf6abcf){_0x3f7070['push'](_0x3f7070['shift']());}}}(_0x1bfd,0x6737c),function(_0x44e7ae,_0xeaa5f5){const _0x2ae10f=_0x2473;typeof exports==_0x2ae10f(0x191)&&typeof module<'u'?_0xeaa5f5(exports,require('@univerjs/core'),require('@univerjs-pro/print'),require('@univerjs/engine-render'),require('@univerjs-pro/slides'),require('@univerjs-pro/slides-ui'),require('react'),require('@univerjs/ui')):typeof define==_0x2ae10f(0x185)&&define['amd']?define([_0x2ae10f(0x169),_0x2ae10f(0x142),'@univerjs-pro/print',_0x2ae10f(0x145),_0x2ae10f(0x151),_0x2ae10f(0x13c),'react',_0x2ae10f(0x106)],_0xeaa5f5):(_0x44e7ae=typeof globalThis<'u'?globalThis:_0x44e7ae||self,_0xeaa5f5(_0x44e7ae['UniverProSlidesPrint']={},_0x44e7ae[_0x2ae10f(0x1a0)],_0x44e7ae[_0x2ae10f(0x1b3)],_0x44e7ae[_0x2ae10f(0x128)],_0x44e7ae[_0x2ae10f(0x196)],_0x44e7ae[_0x2ae10f(0x173)],_0x44e7ae['React'],_0x44e7ae[_0x2ae10f(0x18c)]));}(this,function(_0x1c8e85,_0x25553b,_0x39dd99,_0x36a4d9,_0x414b79,_0x3bad00,_0x28f465,_0x3b76ca){const _0x518798=_0x2473;Object[_0x518798(0x15e)](_0x1c8e85,Symbol[_0x518798(0x10f)],{'value':_0x518798(0x1aa)});function _0x15bd2d(_0x484fd8){const _0x745b1a=_0x518798;return Number[_0x745b1a(0x197)](_0x484fd8[_0x745b1a(0x143)])&&Number[_0x745b1a(0x197)](_0x484fd8['to'])&&_0x484fd8[_0x745b1a(0x143)]<=_0x484fd8['to'];}function _0x27f835(_0x335042,_0x84dc5){const _0x1a23c4=_0x518798;return Math[_0x1a23c4(0x1b9)](0x0,Math[_0x1a23c4(0x157)](_0x84dc5-0x1,_0x335042-0x1));}function _0x4f4850(_0x52d778,_0x22fd20){const _0x1f7279=_0x518798;if(_0x52d778<=0x0)return[];if(!_0x22fd20)return Array['from']({'length':_0x52d778},(_0x1365f7,_0xb5eb17)=>_0xb5eb17);let _0x247418=new Set();return _0x22fd20[_0x1f7279(0x15b)](_0xe0b56b=>{const _0x24bd90=_0x1f7279;if(!_0x15bd2d(_0xe0b56b)||_0xe0b56b['to']<0x1||_0xe0b56b[_0x24bd90(0x143)]>_0x52d778)return;let _0x36c289=_0x27f835(_0xe0b56b[_0x24bd90(0x143)],_0x52d778),_0xc0d02c=_0x27f835(_0xe0b56b['to'],_0x52d778);for(let _0x1b4dec=_0x36c289;_0x1b4dec<=_0xc0d02c;_0x1b4dec+=0x1)_0x247418['add'](_0x1b4dec);}),Array[_0x1f7279(0x143)](_0x247418)['sort']((_0x7db1d1,_0x3b4cff)=>_0x7db1d1-_0x3b4cff);}function _0x219a9a(_0x59f74c,_0x2f7501,_0x274c16){const _0x4e060c=_0x518798;let _0x2ea962=_0x2f7501['getUnitId'](),_0x541233=_0x274c16['getId'](),_0x267ac3=_0x59f74c[_0x4e060c(0x131)](_0x2ea962,_0x541233),_0x25bf22=_0x59f74c['getDrawingOrder'](_0x2ea962,_0x541233);return _0x25bf22[_0x4e060c(0x154)](_0x5e9078=>!!_0x267ac3[_0x5e9078])?{'data':_0x267ac3,'order':_0x25bf22}:(0x0,_0x414b79[_0x4e060c(0x1dd)])(_0x2ea962,_0x541233,_0x274c16[_0x4e060c(0x1ad)](),_0x2f7501[_0x4e060c(0x114)](_0x541233));}function _0x2db1b8(_0x51150c){'@babel/helpers - typeof';const _0x5e2d4c=_0x518798;return _0x2db1b8=typeof Symbol==_0x5e2d4c(0x185)&&typeof Symbol['iterator']==_0x5e2d4c(0x1e3)?function(_0x623c2b){return typeof _0x623c2b;}:function(_0x27b7fe){const _0xc67b89=_0x5e2d4c;return _0x27b7fe&&typeof Symbol==_0xc67b89(0x185)&&_0x27b7fe[_0xc67b89(0x107)]===Symbol&&_0x27b7fe!==Symbol[_0xc67b89(0x18a)]?_0xc67b89(0x1e3):typeof _0x27b7fe;},_0x2db1b8(_0x51150c);}function _0x3d75c7(_0x5df495,_0xb92af6){const _0x56ace5=_0x518798;if(_0x2db1b8(_0x5df495)!='object'||!_0x5df495)return _0x5df495;var _0x196230=_0x5df495[Symbol[_0x56ace5(0x158)]];if(_0x196230!==void 0x0){var _0x41aa5b=_0x196230[_0x56ace5(0x164)](_0x5df495,_0xb92af6||_0x56ace5(0x1ab));if(_0x2db1b8(_0x41aa5b)!=_0x56ace5(0x191))return _0x41aa5b;throw TypeError(_0x56ace5(0x1be));}return(_0xb92af6==='string'?String:Number)(_0x5df495);}function _0x244498(_0x34827a){var _0x1f786b=_0x3d75c7(_0x34827a,'string');return _0x2db1b8(_0x1f786b)=='symbol'?_0x1f786b:_0x1f786b+'';}function _0x493dc3(_0x38d139,_0x15299b,_0x33a23e){const _0x390bbf=_0x518798;return(_0x15299b=_0x244498(_0x15299b))in _0x38d139?Object[_0x390bbf(0x15e)](_0x38d139,_0x15299b,{'value':_0x33a23e,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x38d139[_0x15299b]=_0x33a23e,_0x38d139;}var _0x37d3f6=class extends _0x25553b[_0x518798(0x14b)]{get['container'](){const _0x84f87c=_0x518798;return this[_0x84f87c(0x171)];}get[_0x518798(0x1b0)](){const _0x287558=_0x518798;return this[_0x287558(0x11d)];}get[_0x518798(0x11c)](){const _0x1b2231=_0x518798;var _0x19c968;return(_0x19c968=this[_0x1b2231(0x190)][_0x1b2231(0x17e)]()[_0x1b2231(0x1b6)])==null?this[_0x1b2231(0x16c)][_0x1b2231(0x198)]()[_0x1b2231(0x112)]:_0x19c968;}constructor(_0x3d7344,_0xb08216,_0x2904dc){const _0x59c033=_0x518798;super(),this[_0x59c033(0x127)]=_0x3d7344,this[_0x59c033(0x16c)]=_0xb08216,this[_0x59c033(0x190)]=_0x2904dc,_0x493dc3(this,_0x59c033(0x171),document[_0x59c033(0x188)](_0x59c033(0x17f))),_0x493dc3(this,_0x59c033(0x11d),document[_0x59c033(0x188)](_0x59c033(0x17f))),_0x493dc3(this,_0x59c033(0x1a4),void 0x0),_0x493dc3(this,_0x59c033(0x152),void 0x0),_0x493dc3(this,_0x59c033(0x1da),void 0x0),_0x493dc3(this,'_renderObjectMap',new Map()),this[_0x59c033(0x1da)]=this[_0x59c033(0x127)][_0x59c033(0x1a6)](_0x3bad00[_0x59c033(0x102)]),this[_0x59c033(0x1a2)](),this[_0x59c033(0x17b)]({'dispose':()=>{const _0x77976f=_0x59c033;this[_0x77976f(0x1c7)][_0x77976f(0x19b)](),this[_0x77976f(0x152)]['dispose'](),this[_0x77976f(0x1a4)][_0x77976f(0x1bd)]();}});}['_initRenderer'](){const _0x465b55=_0x518798;let _0x826a66=_0x465b55(0x161)+(0x0,_0x25553b[_0x465b55(0x14d)])(0x4),{width:_0x262666,height:_0x4b207a}=this[_0x465b55(0x11c)];this[_0x465b55(0x1a4)]=new _0x36a4d9[(_0x465b55(0x138))]('',{'elementWidth':_0x262666,'elementHeight':_0x4b207a,'dpr':0x1,'renderMode':_0x36a4d9[_0x465b55(0x1ac)][_0x465b55(0x140)]}),this[_0x465b55(0x152)]=new _0x36a4d9['Scene'](_0x826a66,this[_0x465b55(0x1a4)]),this[_0x465b55(0x152)][_0x465b55(0x1b7)](),this[_0x465b55(0x152)][_0x465b55(0x1db)]({'width':_0x262666,'height':_0x4b207a,'scaleX':0x1,'scaleY':0x1}),new _0x36a4d9[(_0x465b55(0x12f))](_0x36a4d9['MAIN_VIEW_PORT_KEY'],this[_0x465b55(0x152)],{'left':0x0,'top':0x0,'width':_0x262666,'height':_0x4b207a,'active':!0x0})[_0x465b55(0x1b4)](),this[_0x465b55(0x1a4)][_0x465b55(0x1ba)](this[_0x465b55(0x171)],!0x1),this['_engine']['getCanvas']()[_0x465b55(0x163)]()['setId'](_0x826a66+'_'+(0x0,_0x25553b[_0x465b55(0x14d)])(0x4)),this[_0x465b55(0x16d)]();}[_0x518798(0x16d)](){const _0x4a6b69=_0x518798;let _0x4bb9de=this['_slideModel'][_0x4a6b69(0x137)](),_0x3f9b2e=this['_slidePage'][_0x4a6b69(0x18e)](),{width:_0x1cd830,height:_0x3377e9}=this[_0x4a6b69(0x11c)],_0x38891b=this[_0x4a6b69(0x152)],_0x3199b7=this[_0x4a6b69(0x127)][_0x4a6b69(0x1a6)](_0x3bad00[_0x4a6b69(0x1c1)],'slide-print-page-background-'+_0x4bb9de+'-'+_0x3f9b2e,{'left':0x0,'top':0x0,'width':_0x1cd830,'height':_0x3377e9,'background':this['_slidePage']['resolveBackground'](),'evented':!0x1,'zIndex':0x1});_0x38891b[_0x4a6b69(0x184)](_0x3199b7,0x0),this['_renderObjectMap']['set'](_0x3199b7[_0x4a6b69(0x17c)],_0x3199b7);let {data:_0x3204b6,order:_0x59beac}=_0x219a9a(this[_0x4a6b69(0x127)]['get'](_0x414b79[_0x4a6b69(0x11b)]),this[_0x4a6b69(0x16c)],this[_0x4a6b69(0x190)]),_0x1b9d1d=(0x0,_0x3bad00[_0x4a6b69(0x15a)])(_0x3204b6),_0x482a34=new _0x3bad00[(_0x4a6b69(0x148))](_0x4a6b69(0x10a)+_0x4bb9de+'-'+_0x3f9b2e,{'left':0x0,'top':0x0,'width':_0x1cd830,'height':_0x3377e9});_0x38891b[_0x4a6b69(0x184)](_0x482a34,0x0),this['_renderObjectMap']['set'](_0x482a34[_0x4a6b69(0x17c)],_0x482a34),this['_objectProvider'][_0x4a6b69(0x135)](_0x1b9d1d,_0x59beac,{'unitId':_0x4bb9de,'subUnitId':_0x3f9b2e,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x414b79[_0x4a6b69(0x19f)]['PRESENTATION'],'showPlaceholder':!0x1,'requestRender':()=>this[_0x4a6b69(0x19a)]()})[_0x4a6b69(0x15b)](_0x159262=>{const _0x1f33c5=_0x4a6b69;_0x38891b[_0x1f33c5(0x184)](_0x159262,_0x36a4d9[_0x1f33c5(0x165)]),this[_0x1f33c5(0x1c7)][_0x1f33c5(0x16b)](_0x159262[_0x1f33c5(0x17c)],_0x159262);}),(0x0,_0x3bad00['assembleGroupHierarchy'])(_0x1b9d1d,_0x59beac,_0x38891b,{'unitId':_0x4bb9de,'subUnitId':_0x3f9b2e,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x414b79[_0x4a6b69(0x19f)][_0x4a6b69(0x13a)],'showPlaceholder':!0x1,'objectProvider':this[_0x4a6b69(0x1da)],'renderObjectMap':this['_renderObjectMap'],'requestRender':()=>this['render']()}),_0x38891b['makeDirty'](!0x0);}['prepare'](){const _0x17c531=_0x518798;this[_0x17c531(0x11d)]['style']['position']=_0x17c531(0x1a1),this[_0x17c531(0x11d)]['style'][_0x17c531(0x1d1)]=_0x17c531(0x19d),this[_0x17c531(0x11d)][_0x17c531(0x104)][_0x17c531(0x115)]=_0x17c531(0x19d),this['_root'][_0x17c531(0x104)]['width']='100%',this[_0x17c531(0x11d)][_0x17c531(0x104)][_0x17c531(0x1ca)]=_0x17c531(0x132);}[_0x518798(0x19a)](){const _0xc1a26f=_0x518798;let _0x51ab61=this['_engine'][_0xc1a26f(0x1cc)]()[_0xc1a26f(0x163)]();this[_0xc1a26f(0x152)]['makeDirty'](!0x0),_0x51ab61['save'](),this['_scene'][_0xc1a26f(0x19a)](),_0x51ab61['restore']();}};function _0x1c0f82(_0x5a0fb6,_0x3cfdf8){return function(_0x26e8f5,_0x19204f){_0x3cfdf8(_0x26e8f5,_0x19204f,_0x5a0fb6);};}function _0x15111b(_0x219c43,_0x572d86,_0x2a25fe,_0x4f2822){const _0x2272fb=_0x518798;var _0x954466=arguments['length'],_0x5f525c=_0x954466<0x3?_0x572d86:_0x4f2822===null?_0x4f2822=Object['getOwnPropertyDescriptor'](_0x572d86,_0x2a25fe):_0x4f2822,_0x24f98c;if(typeof Reflect==_0x2272fb(0x191)&&typeof Reflect[_0x2272fb(0x1c2)]==_0x2272fb(0x185))_0x5f525c=Reflect[_0x2272fb(0x1c2)](_0x219c43,_0x572d86,_0x2a25fe,_0x4f2822);else{for(var _0xceba48=_0x219c43['length']-0x1;_0xceba48>=0x0;_0xceba48--)(_0x24f98c=_0x219c43[_0xceba48])&&(_0x5f525c=(_0x954466<0x3?_0x24f98c(_0x5f525c):_0x954466>0x3?_0x24f98c(_0x572d86,_0x2a25fe,_0x5f525c):_0x24f98c(_0x572d86,_0x2a25fe))||_0x5f525c);}return _0x954466>0x3&&_0x5f525c&&Object[_0x2272fb(0x15e)](_0x572d86,_0x2a25fe,_0x5f525c),_0x5f525c;}let _0x4b4d56=class extends _0x25553b[_0x518798(0x14b)]{constructor(_0x508391,_0x36e056,_0x50ad29){const _0x44434d=_0x518798;super(),this[_0x44434d(0x178)]=_0x508391,this[_0x44434d(0x127)]=_0x36e056,this['_renderManagerService']=_0x50ad29,_0x493dc3(this,_0x44434d(0x141),!0x1);}[_0x518798(0x162)](_0x4c259f,_0x976ce4){const _0x48272f=_0x518798;var _0x423527;if(this['_printing'])return Promise[_0x48272f(0x144)](!0x1);let _0x7fb733=this[_0x48272f(0x178)][_0x48272f(0x11a)](_0x4c259f,_0x25553b[_0x48272f(0x16f)]['UNIVER_SLIDE']);if(!_0x7fb733)return Promise[_0x48272f(0x144)](!0x1);let _0x1670bf=_0x7fb733[_0x48272f(0x198)](),_0x1927be=_0x4f4850(_0x1670bf[_0x48272f(0x1d3)][_0x48272f(0x126)],_0x976ce4==null?void 0x0:_0x976ce4[_0x48272f(0x13b)])[_0x48272f(0x1a8)](_0x2b6b06=>_0x1670bf[_0x48272f(0x1d3)][_0x2b6b06])[_0x48272f(0x1a8)](_0x21d3cd=>_0x7fb733[_0x48272f(0x18b)]['getSlide'](_0x21d3cd))[_0x48272f(0x10d)](_0xc58768=>!!_0xc58768);if(_0x1927be[_0x48272f(0x126)]===0x0)return Promise['resolve'](!0x1);this[_0x48272f(0x141)]=!0x0;let _0x5f412f=this['_createPrintFrame']();if(!_0x5f412f)return this[_0x48272f(0x141)]=!0x1,Promise[_0x48272f(0x144)](!0x1);let {width:_0x2c917c,height:_0x3fcbf2}=(_0x423527=_0x1927be[0x0][_0x48272f(0x17e)]()[_0x48272f(0x1b6)])==null?_0x1670bf['defaultPageSize']:_0x423527,_0x5908ec=_0x2c917c>=_0x3fcbf2?_0x39dd99[_0x48272f(0x1d0)][_0x48272f(0x11f)]:_0x39dd99['PrintDirection'][_0x48272f(0x1bf)],_0x44ff66=(0x0,_0x39dd99[_0x48272f(0x1c6)])(Math[_0x48272f(0x157)](_0x2c917c,_0x3fcbf2),Math[_0x48272f(0x1b9)](_0x2c917c,_0x3fcbf2),_0x5908ec),_0x33449e=_0x5f412f['document'][_0x48272f(0x188)]('div');_0x33449e[_0x48272f(0x121)]=_0x39dd99[_0x48272f(0x1ae)];let _0x27441d=_0x1927be[_0x48272f(0x1a8)](_0x488a09=>{const _0x3cda86=_0x48272f;let _0x435131=new _0x37d3f6(this[_0x3cda86(0x127)],_0x7fb733,_0x488a09);return _0x435131[_0x3cda86(0x103)][_0x3cda86(0x121)]=_0x39dd99[_0x3cda86(0x1d7)],_0x435131;});_0x27441d['forEach'](_0x2993b1=>{const _0x5af3cd=_0x48272f;_0x33449e[_0x5af3cd(0x181)](_0x2993b1[_0x5af3cd(0x103)]),_0x2993b1[_0x5af3cd(0x103)][_0x5af3cd(0x181)](_0x2993b1[_0x5af3cd(0x1b0)]),_0x2993b1['prepare']();}),_0x5f412f['document'][_0x48272f(0x160)][_0x48272f(0x181)](_0x44ff66),_0x5f412f[_0x48272f(0x109)][_0x48272f(0x16e)][_0x48272f(0x181)](_0x33449e);let _0x3b2187=_0x5f412f[_0x48272f(0x1b2)],_0x3eee94=_0x3b2187[_0x48272f(0x136)],_0x29af70=_0x3b2187['onafterprint'];return new Promise(_0x2b6d6e=>{let _0x2bd9fb=!0x1,_0xebd048=()=>{const _0x46b1ef=_0x2473;_0x2bd9fb||(_0x2bd9fb=!0x0,_0x27441d[_0x46b1ef(0x15b)](_0x56c68f=>{_0x56c68f['render']();}));},_0x393b1f=_0x1cc0dc=>{const _0x14c300=_0x2473;_0x27441d[_0x14c300(0x15b)](_0x501a63=>{_0x501a63['dispose']();}),_0x33449e[_0x14c300(0x16a)](),_0x44ff66[_0x14c300(0x16a)](),_0x3b2187[_0x14c300(0x136)]=_0x3eee94,_0x3b2187['onafterprint']=_0x29af70,_0x5f412f['frame'][_0x14c300(0x16a)](),this['_restoreThumbnailRenders'](_0x4c259f,_0x1670bf[_0x14c300(0x1d3)]),this[_0x14c300(0x141)]=!0x1,_0x2b6d6e(_0x1cc0dc);};setTimeout(()=>{const _0x526615=_0x2473;if(_0x3b2187[_0x526615(0x136)]=_0x1ed441=>{_0x3eee94==null||_0x3eee94['call'](_0x3b2187,_0x1ed441),_0xebd048();},_0x3b2187[_0x526615(0x1dc)]=_0x28bc63=>{_0x29af70==null||_0x29af70['call'](_0x3b2187,_0x28bc63),_0x393b1f(!0x0);},typeof _0x3b2187[_0x526615(0x162)]!='function'){_0x393b1f(!0x1);return;}_0xebd048(),_0x3b2187[_0x526615(0x15c)](),_0x3b2187[_0x526615(0x162)]();},0x64);});}[_0x518798(0x1b8)](){const _0x30bf62=_0x518798;var _0x192327;let _0x4c33e5=document['createElement'](_0x30bf62(0x12d));_0x4c33e5[_0x30bf62(0x124)](_0x30bf62(0x193),'true'),_0x4c33e5['setAttribute'](_0x30bf62(0x113),'true'),_0x4c33e5[_0x30bf62(0x104)][_0x30bf62(0x13d)]='fixed',_0x4c33e5['style'][_0x30bf62(0x115)]=_0x30bf62(0x1e0),_0x4c33e5[_0x30bf62(0x104)][_0x30bf62(0x1d1)]='0',_0x4c33e5[_0x30bf62(0x104)]['width']=_0x30bf62(0x10e),_0x4c33e5[_0x30bf62(0x104)][_0x30bf62(0x1ca)]=_0x30bf62(0x10e),_0x4c33e5[_0x30bf62(0x104)]['border']='0',_0x4c33e5['style'][_0x30bf62(0x117)]=_0x30bf62(0x194),document['body'][_0x30bf62(0x181)](_0x4c33e5);let _0x4d9a61=_0x4c33e5[_0x30bf62(0x195)],_0x5f089e=(_0x192327=_0x4c33e5['contentDocument'])==null?_0x4d9a61==null?void 0x0:_0x4d9a61['document']:_0x192327;return!_0x4d9a61||!_0x5f089e?(_0x4c33e5['remove'](),null):(_0x5f089e['open'](),_0x5f089e[_0x30bf62(0x116)]('<!doctype\x20html><html><head></head><body></body></html>'),_0x5f089e[_0x30bf62(0x168)](),{'frame':_0x4c33e5,'document':_0x5f089e,'window':_0x4d9a61});}[_0x518798(0x192)](_0x5a22b2,_0xe7ae67){const _0x122ef3=_0x518798;_0xe7ae67[_0x122ef3(0x15b)](_0x2898cd=>{const _0x4a9862=_0x122ef3;let _0x5ccf8e=_0x5a22b2+_0x4a9862(0x14f)+_0x2898cd,_0x1b4a28=this['_renderManagerService'][_0x4a9862(0x1d5)](_0x5ccf8e);_0x1b4a28&&(_0x1b4a28['engine']['resize'](),_0x1b4a28[_0x4a9862(0x189)]['makeDirty'](!0x0),_0x1b4a28[_0x4a9862(0x189)][_0x4a9862(0x19a)]());});}};_0x4b4d56=_0x15111b([_0x1c0f82(0x0,_0x25553b[_0x518798(0x1c8)]),_0x1c0f82(0x1,(0x0,_0x25553b[_0x518798(0x19c)])(_0x25553b['Injector'])),_0x1c0f82(0x2,_0x36a4d9[_0x518798(0x14c)])],_0x4b4d56);let _0x5b19aa={'id':'slide.operation.print','type':_0x25553b[_0x518798(0x134)][_0x518798(0x1df)],'handler':async(_0x1dbab6,_0x4b6c47)=>{const _0x2bc621=_0x518798;let _0x49fece=_0x1dbab6['get'](_0x25553b[_0x2bc621(0x1c8)]),_0x3cde07=_0x1dbab6[_0x2bc621(0x130)](_0x4b4d56),_0x569403=_0x49fece[_0x2bc621(0x111)](_0x25553b[_0x2bc621(0x16f)][_0x2bc621(0x182)]);return _0x569403?_0x3cde07['print'](_0x569403[_0x2bc621(0x137)](),_0x4b6c47):!0x1;}},_0x24d7c6=_0x518798(0x120),_0x4cff7f={};var _0x8b41ba=_0x518798(0x166),_0x33e1b3='1.0.0-alpha.1';function _0x29cdc0({ref:_0x12d6e8,..._0x56a126}){const _0x1add6a=_0x518798;let {icon:_0x5e106b,id:_0xd32482,className:_0x38aea1,extend:_0x2d7438,..._0x414f6c}=_0x56a126,_0xe7d06c=('univerjs-icon\x20univerjs-icon-'+_0xd32482+'\x20'+(_0x38aea1||''))[_0x1add6a(0x186)](),_0x93b4c3=(0x0,_0x28f465[_0x1add6a(0x1e1)])('_'+_0xc3357a());return _0x39bebc(_0x5e106b,''+_0xd32482,{'defIds':_0x5e106b[_0x1add6a(0x1b5)],'idSuffix':_0x93b4c3[_0x1add6a(0x1cf)]},{'ref':_0x12d6e8,'className':_0xe7d06c,..._0x414f6c},_0x2d7438);}function _0x39bebc(_0xebcc85,_0x3e350c,_0x4422ed,_0x4e390f,_0x53062f){const _0x9d123e=_0x518798;return(0x0,_0x28f465['createElement'])(_0xebcc85[_0x9d123e(0x149)],{'key':_0x3e350c,..._0xbc060c(_0xebcc85,_0x4422ed,_0x53062f),..._0x4e390f},(_0x7a4ad6(_0xebcc85,_0x4422ed)[_0x9d123e(0x1d9)]||[])[_0x9d123e(0x1a8)]((_0x1dfbe1,_0x4313d0)=>_0x39bebc(_0x1dfbe1,_0x3e350c+'-'+_0xebcc85[_0x9d123e(0x149)]+'-'+_0x4313d0,_0x4422ed,void 0x0,_0x53062f)));}function _0xbc060c(_0x28d24f,_0x1f5a28,_0x334da6){const _0x4f615d=_0x518798;let _0x1c0895={..._0x28d24f[_0x4f615d(0x15f)]};_0x334da6!=null&&_0x334da6[_0x4f615d(0x1bc)]&&_0x1c0895[_0x4f615d(0x174)]===_0x4f615d(0x1bc)&&(_0x1c0895[_0x4f615d(0x174)]=_0x334da6[_0x4f615d(0x1bc)]),_0x334da6!=null&&_0x334da6[_0x4f615d(0x1bc)]&&_0x1c0895[_0x4f615d(0x1c4)]==='colorChannel1'&&(_0x1c0895[_0x4f615d(0x1c4)]=_0x334da6[_0x4f615d(0x1bc)]),_0x28d24f[_0x4f615d(0x149)]==='mask'&&_0x1c0895['id']&&(_0x1c0895['id']+=_0x1f5a28[_0x4f615d(0x118)]),Object[_0x4f615d(0x1d6)](_0x1c0895)[_0x4f615d(0x15b)](([_0x11c264,_0xcdd8c6])=>{const _0x4afdeb=_0x4f615d;_0x11c264===_0x4afdeb(0x170)&&typeof _0xcdd8c6==_0x4afdeb(0x139)&&(_0x1c0895[_0x11c264]=_0xcdd8c6[_0x4afdeb(0x12a)](/url\(#(.*)\)/,_0x4afdeb(0x146)+_0x1f5a28['idSuffix']+')'));});let {defIds:_0x277a6d}=_0x1f5a28;return!_0x277a6d||_0x277a6d[_0x4f615d(0x126)]===0x0?_0x1c0895:(_0x28d24f['tag']==='use'&&_0x1c0895[_0x4f615d(0x1bb)]&&(_0x1c0895[_0x4f615d(0x1bb)]+=_0x1f5a28[_0x4f615d(0x118)]),Object[_0x4f615d(0x1d6)](_0x1c0895)[_0x4f615d(0x15b)](([_0x1f79e4,_0x52ef99])=>{const _0xa047c2=_0x4f615d;typeof _0x52ef99==_0xa047c2(0x139)&&(_0x1c0895[_0x1f79e4]=_0x52ef99[_0xa047c2(0x12a)](/url\(#(.*)\)/,_0xa047c2(0x146)+_0x1f5a28['idSuffix']+')'));}),_0x1c0895);}function _0x7a4ad6(_0x1ca387,_0x26ef7b){const _0x3aa8a1=_0x518798;var _0x3c5c37;let {defIds:_0x466890}=_0x26ef7b;return!_0x466890||_0x466890[_0x3aa8a1(0x126)]===0x0?_0x1ca387:_0x1ca387[_0x3aa8a1(0x149)]===_0x3aa8a1(0x14e)&&(_0x3c5c37=_0x1ca387[_0x3aa8a1(0x1d9)])!=null&&_0x3c5c37[_0x3aa8a1(0x126)]?{..._0x1ca387,'children':_0x1ca387[_0x3aa8a1(0x1d9)][_0x3aa8a1(0x1a8)](_0xe7d51f=>typeof _0xe7d51f[_0x3aa8a1(0x15f)]['id']==_0x3aa8a1(0x139)&&_0x466890&&_0x466890[_0x3aa8a1(0x1c9)](_0xe7d51f[_0x3aa8a1(0x15f)]['id'])?{..._0xe7d51f,'attrs':{..._0xe7d51f[_0x3aa8a1(0x15f)],'id':_0xe7d51f['attrs']['id']+_0x26ef7b[_0x3aa8a1(0x118)]}}:_0xe7d51f)}:_0x1ca387;}function _0xc3357a(){const _0x38685a=_0x518798;return Math[_0x38685a(0x119)]()[_0x38685a(0x12b)](0x24)[_0x38685a(0x10b)](0x2,0x8);}_0x29cdc0[_0x518798(0x1d8)]=_0x518798(0x183);let _0x3ac59b={'tag':_0x518798(0x199),'attrs':{'xmlns':_0x518798(0x175),'fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x518798(0x1c5),'height':_0x518798(0x1c5)},'children':[{'tag':_0x518798(0x1a9),'attrs':{'fill':_0x518798(0x125),'d':_0x518798(0x177)}},{'tag':_0x518798(0x1a9),'attrs':{'fill':_0x518798(0x125),'d':_0x518798(0x12c),'fillRule':_0x518798(0x172),'clipRule':'evenodd'}}]},_0x21b85e=(0x0,_0x28f465[_0x518798(0x1a7)])(function(_0x23f450,_0x285db8){const _0x3f23ea=_0x518798;return(0x0,_0x28f465['createElement'])(_0x29cdc0,Object[_0x3f23ea(0x180)]({},_0x23f450,{'id':_0x3f23ea(0x1af),'ref':_0x285db8,'icon':_0x3ac59b}));});_0x21b85e['displayName']=_0x518798(0x10c);let _0xdd9ccd=class extends _0x25553b[_0x518798(0x14b)]{constructor(_0x1f2a33){const _0x54ab25=_0x518798;super(),this['_iconManager']=_0x1f2a33,this[_0x54ab25(0x123)]();}[_0x518798(0x123)](){const _0x464504=_0x518798;this[_0x464504(0x17b)](this[_0x464504(0x17d)][_0x464504(0x108)]({'PrintIcon':_0x21b85e}));}};_0xdd9ccd=_0x15111b([_0x1c0f82(0x0,(0x0,_0x25553b[_0x518798(0x19c)])(_0x3b76ca[_0x518798(0x15d)]))],_0xdd9ccd);function _0x6557f7(_0x5d0519){const _0x4e6977=_0x518798;return{'id':_0x5b19aa['id'],'type':_0x3b76ca[_0x4e6977(0x1ce)]['BUTTON'],'title':_0x4e6977(0x147),'icon':'PrintIcon','tooltip':_0x4e6977(0x147),'hidden$':(0x0,_0x3b76ca[_0x4e6977(0x176)])(_0x5d0519,_0x25553b[_0x4e6977(0x16f)][_0x4e6977(0x182)])};}let _0x4e4ff9={[_0x3b76ca['RibbonStartGroup'][_0x518798(0x150)]]:{[_0x5b19aa['id']]:{'order':0.4,'menuItemFactory':_0x6557f7}}},_0x49fe2d=class extends _0x25553b[_0x518798(0x14b)]{constructor(_0x35280e,_0x51a6c5){const _0x37a23f=_0x518798;super(),this['_commandService']=_0x35280e,this[_0x37a23f(0x179)]=_0x51a6c5,this[_0x37a23f(0x1e2)](),this[_0x37a23f(0x167)]();}[_0x518798(0x1e2)](){const _0xd25f30=_0x518798;this[_0xd25f30(0x17b)](this[_0xd25f30(0x1de)]['registerCommand'](_0x5b19aa));}[_0x518798(0x167)](){const _0xd43223=_0x518798;this[_0xd43223(0x179)][_0xd43223(0x187)](_0x4e4ff9);}};_0x49fe2d=_0x15111b([_0x1c0f82(0x0,_0x25553b[_0x518798(0x1b1)]),_0x1c0f82(0x1,_0x3b76ca[_0x518798(0x156)])],_0x49fe2d);let _0x4f170=class extends _0x25553b[_0x518798(0x13e)]{constructor(_0x317a94=_0x4cff7f,_0x3314ac,_0x341caf){const _0x4df25a=_0x518798;super(),this[_0x4df25a(0x1cd)]=_0x317a94,this[_0x4df25a(0x127)]=_0x3314ac,this[_0x4df25a(0x14a)]=_0x341caf;let {menu:_0x40ff3a,..._0x85f969}=(0x0,_0x25553b[_0x4df25a(0x122)])({},_0x4cff7f,this[_0x4df25a(0x1cd)]);_0x40ff3a&&this[_0x4df25a(0x14a)]['setConfig']('menu',_0x40ff3a,{'merge':!0x0}),this['_configService'][_0x4df25a(0x18f)](_0x24d7c6,_0x85f969);}[_0x518798(0x18d)](){const _0x2d6c14=_0x518798;this[_0x2d6c14(0x127)][_0x2d6c14(0x17a)]([_0xdd9ccd]),this[_0x2d6c14(0x127)][_0x2d6c14(0x130)](_0xdd9ccd),(0x0,_0x25553b[_0x2d6c14(0x1c3)])(this[_0x2d6c14(0x127)],[[_0x4b4d56],[_0x49fe2d]]);}[_0x518798(0x12e)](){this['_injector']['get'](_0x49fe2d);}};_0x493dc3(_0x4f170,'pluginName',_0x518798(0x133)),_0x493dc3(_0x4f170,_0x518798(0x129),_0x8b41ba),_0x493dc3(_0x4f170,_0x518798(0x1a3),_0x33e1b3),_0x493dc3(_0x4f170,_0x518798(0x1cb),_0x25553b[_0x518798(0x16f)]['UNIVER_SLIDE']),_0x4f170=_0x15111b([_0x1c0f82(0x1,(0x0,_0x25553b[_0x518798(0x19c)])(_0x25553b['Injector'])),_0x1c0f82(0x2,_0x25553b['IConfigService'])],_0x4f170),_0x1c8e85[_0x518798(0x105)]=_0x24d7c6,_0x1c8e85['SlidePrintOperation']=_0x5b19aa,Object[_0x518798(0x15e)](_0x1c8e85,_0x518798(0x1d4),{'enumerable':!0x0,'get':function(){return _0x4f170;}});}));function _0x2473(_0x4dd79a,_0x581d62){_0x4dd79a=_0x4dd79a-0x102;const _0x1bfdc2=_0x1bfd();let _0x2473a3=_0x1bfdc2[_0x4dd79a];return _0x2473a3;}function _0x1bfd(){const _0x41ff44=['merge','_registerIcons','setAttribute','currentColor','length','_injector','UniverEngineRender','packageName','replace','toString','M13.1297\x203.19844C13.1297\x202.20418\x2012.3236\x201.39824\x2011.3293\x201.39844L4.66878\x201.39977C3.67481\x201.39997\x202.86914\x202.2058\x202.86914\x203.19977V5.49756C2.03331\x205.65308\x201.4005\x206.38619\x201.40049\x207.26709L1.40039\x2012.7996C1.40037\x2013.7937\x202.20626\x2014.5997\x203.20039\x2014.5997L6.62542\x2014.5997C6.63896\x2014.6006\x206.65263\x2014.601\x206.66641\x2014.601C6.68018\x2014.601\x206.69385\x2014.6006\x206.70739\x2014.5997L11.6256\x2014.5997C11.6391\x2014.6006\x2011.6527\x2014.601\x2011.6664\x2014.601C11.6801\x2014.601\x2011.6937\x2014.6006\x2011.7072\x2014.5997L12.7996\x2014.5997C13.7937\x2014.5997\x2014.5996\x2013.7938\x2014.5996\x2012.7997V7.26641C14.5996\x206.38503\x2013.9662\x205.65161\x2013.1297\x205.4966V3.19844ZM11.0664\x2013.3997L7.26641\x2013.3997V12.3344C7.26641\x2012.1135\x207.44549\x2011.9344\x207.66641\x2011.9344H10.6664C10.8873\x2011.9344\x2011.0664\x2012.1135\x2011.0664\x2012.3344V13.3997ZM12.2664\x2012.3344V13.3997L12.7996\x2013.3997C13.131\x2013.3997\x2013.3996\x2013.1311\x2013.3996\x2012.7997V7.26641C13.3996\x206.93502\x2013.131\x206.66638\x2012.7996\x206.66641L3.20044\x206.66712C2.86909\x206.66715\x202.60049\x206.93576\x202.60049\x207.26711L2.60039\x2012.7996C2.60038\x2013.131\x202.86901\x2013.3997\x203.20039\x2013.3997L6.06641\x2013.3997V12.3344C6.06641\x2011.4507\x206.78275\x2010.7344\x207.66641\x2010.7344H10.6664C11.5501\x2010.7344\x2012.2664\x2011.4507\x2012.2664\x2012.3344ZM11.9297\x205.46647V3.19844C11.9297\x202.86702\x2011.661\x202.59837\x2011.3296\x202.59844L4.66902\x202.59977C4.3377\x202.59984\x204.06914\x202.86845\x204.06914\x203.19977V5.46706L11.9297\x205.46647Z','iframe','onReady','Viewport','get','getDrawingData','100%','SLIDES_PRINT_PLUGIN','CommandType','convertToRenderObjects','onbeforeprint','getUnitId','Engine','string','PRESENTATION','range','@univerjs-pro/slides-ui','position','Plugin','2536MinIpH','Printing','_printing','@univerjs/core','from','resolve','@univerjs/engine-render','url(#$1','slides-print.menu','SlidePageClipGroup','tag','_configService','Disposable','IRenderManagerService','generateRandomId','defs','-thumb-','OTHERS','@univerjs-pro/slides','_scene','80bSEcEh','some','2843034BmhjNa','IMenuManagerService','min','toPrimitive','45vDYcxs','resolveGroupFillInheritance','forEach','focus','IconManager','defineProperty','attrs','head','slide-print-','print','getContext','call','DRAWING_OBJECT_LAYER_INDEX','@univerjs-pro/slides-print','_initMenus','close','exports','remove','set','_slideModel','_renderSlidePage','body','UniverInstanceType','mask','_container','evenodd','UniverProSlidesUi','fill','http://www.w3.org/2000/svg','getMenuHiddenObservable','M4.20039\x208.06641C3.86902\x208.06641\x203.60039\x208.33504\x203.60039\x208.66641C3.60039\x208.99778\x203.86902\x209.26641\x204.20039\x209.26641H5.20039C5.53176\x209.26641\x205.80039\x208.99778\x205.80039\x208.66641C5.80039\x208.33504\x205.53176\x208.06641\x205.20039\x208.06641H4.20039Z','_univerInstanceService','_menuManagerService','add','disposeWithMe','oKey','_iconManager','getData','div','assign','appendChild','UNIVER_SLIDE','UniverIcon','addObject','function','trim','mergeMenu','createElement','scene','prototype','pageManager','UniverUi','onStarting','getId','setConfig','_slidePage','object','_restoreThumbnailRenders','aria-hidden','none','contentWindow','UniverProSlides','isFinite','getSnapshot','svg','render','clear','Inject','0px','2252390tyKygA','SlideSceneTypeEnum','UniverCore','absolute','_initRenderer','version','_engine','2296856FecNhu','createInstance','forwardRef','map','path','Module','default','CanvasRenderMode','resolveElements','PRINT_CONTAINER_CLASS','print-icon','root','ICommandService','window','UniverProPrint','openClip','defIds','pageSize','disableObjectsEvent','_createPrintFrame','max','setContainer','xlink:href','colorChannel1','dispose','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','Portrait','3537712DnMZRX','SlidePageBackgroundObject','decorate','registerDependencies','stroke','1em','createPrintStyle','_renderObjectMap','IUniverInstanceService','includes','height','type','getCanvas','_config','MenuItemType','current','PrintDirection','top','2357710GqMUWT','slideOrder','UniverSlidesPrintPlugin','getRenderById','entries','PRINT_CANVAS_CLASS','displayName','children','_objectProvider','transformByState','onafterprint','resolvedSlideLayersToDrawingMap','_commandService','OPERATION','-10000px','useRef','_initCommands','symbol','ObjectProvider','container','style','SLIDES_PRINT_PLUGIN_CONFIG_KEY','@univerjs/ui','constructor','register','document','slide-print-page-clip-','substring','PrintIcon','filter','1px','toStringTag','5342918jsBXDW','getCurrentUnitOfType','defaultPageSize','data-univer-slides-print-frame','getThemeDataForPage','left','write','pointerEvents','idSuffix','random','getUnit','ISlideDrawingService','_pageSize','_root','3gVuxuX','Landscape','slides-print.config','className'];_0x1bfd=function(){return _0x41ff44;};return _0x1bfd();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x36bf(_0x4a4330,_0x36e3e1){_0x4a4330=_0x4a4330-0x100;var _0x2e5671=_0x2e56();var _0x36bfe4=_0x2e5671[_0x4a4330];return _0x36bfe4;}function _0x2e56(){var _0x319f74=['636WuJFur','exports','2151lbWVuH','1895006fSmciZ','304084uQcrvv','function','36680bUazsZ','object','1641858VPBtMd','طباعة','2647108ZMqpaJ','5MjQxXP','27510YuIthF','amd','5294736JnrELM'];_0x2e56=function(){return _0x319f74;};return _0x2e56();}(function(_0x340897,_0x427b0f){var _0x342008=_0x36bf,_0x38e8d5=_0x340897();while(!![]){try{var _0x1372e8=-parseInt(_0x342008(0x10e))/0x1+-parseInt(_0x342008(0x10d))/0x2+parseInt(_0x342008(0x103))/0x3+-parseInt(_0x342008(0x105))/0x4*(parseInt(_0x342008(0x106))/0x5)+parseInt(_0x342008(0x10a))/0x6*(parseInt(_0x342008(0x101))/0x7)+parseInt(_0x342008(0x109))/0x8+parseInt(_0x342008(0x10c))/0x9*(parseInt(_0x342008(0x107))/0xa);if(_0x1372e8===_0x427b0f)break;else _0x38e8d5['push'](_0x38e8d5['shift']());}catch(_0x13eac6){_0x38e8d5['push'](_0x38e8d5['shift']());}}}(_0x2e56,0x7c315),function(_0x64d256,_0x43db01){var _0x2682ba=_0x36bf;typeof exports==_0x2682ba(0x102)&&typeof module<'u'?module[_0x2682ba(0x10b)]=_0x43db01():typeof define==_0x2682ba(0x100)&&define[_0x2682ba(0x108)]?define([],_0x43db01):(_0x64d256=typeof globalThis<'u'?globalThis:_0x64d256||self,_0x64d256['UniverProSlidesPrintArSA']=_0x43db01());}(this,function(){var _0x318d21=_0x36bf;return{'slides-print':{'menu':_0x318d21(0x104)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x4d836e,_0x27cf7f){var _0x428521=_0x5b3a,_0x17102a=_0x4d836e();while(!![]){try{var _0x5b8120=-parseInt(_0x428521(0x13b))/0x1+parseInt(_0x428521(0x138))/0x2*(parseInt(_0x428521(0x139))/0x3)+-parseInt(_0x428521(0x13d))/0x4*(-parseInt(_0x428521(0x133))/0x5)+-parseInt(_0x428521(0x131))/0x6+-parseInt(_0x428521(0x13a))/0x7*(parseInt(_0x428521(0x132))/0x8)+-parseInt(_0x428521(0x13c))/0x9+parseInt(_0x428521(0x134))/0xa;if(_0x5b8120===_0x27cf7f)break;else _0x17102a['push'](_0x17102a['shift']());}catch(_0x468912){_0x17102a['push'](_0x17102a['shift']());}}}(_0x8a0c,0x63510),function(_0x429c57,_0x36c9f4){var _0x6695a3=_0x5b3a;typeof exports=='object'&&typeof module<'u'?module[_0x6695a3(0x136)]=_0x36c9f4():typeof define=='function'&&define[_0x6695a3(0x137)]?define([],_0x36c9f4):(_0x429c57=typeof globalThis<'u'?globalThis:_0x429c57||self,_0x429c57['UniverProSlidesPrintCaES']=_0x36c9f4());}(this,function(){var _0x1fcc18=_0x5b3a;return{'slides-print':{'menu':_0x1fcc18(0x135)}};}));function _0x5b3a(_0x17e52b,_0x46a12a){_0x17e52b=_0x17e52b-0x131;var _0x8a0c7=_0x8a0c();var _0x5b3a66=_0x8a0c7[_0x17e52b];return _0x5b3a66;}function _0x8a0c(){var _0xb5a330=['2637618HLdgwI','5272aRwSpC','245ZgTKOG','16591660EegYRD','Imprimir','exports','amd','80792nHGMmv','33gKTjVv','3689fWOONw','652200UslSno','5217768vzJWll','26296yWqnIw'];_0x8a0c=function(){return _0xb5a330;};return _0x8a0c();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3b98(){var _0x5b1e87=['7GJdiGk','amd','6409878LsORdF','function','exports','396726pPTUmX','Drucken','32fkheGF','UniverProSlidesPrintDeDE','54npfKCR','904510ZuvJGS','9210008oDQYjp','object','313110FcSwhs','129048RZtJsC','1562684uIYasy'];_0x3b98=function(){return _0x5b1e87;};return _0x3b98();}function _0x5054(_0x4b91e7,_0x15ffa3){_0x4b91e7=_0x4b91e7-0x18e;var _0x3b9863=_0x3b98();var _0x5054fa=_0x3b9863[_0x4b91e7];return _0x5054fa;}(function(_0x5349a0,_0x365405){var _0x2bb9c7=_0x5054,_0xff79ed=_0x5349a0();while(!![]){try{var _0x5c33d8=-parseInt(_0x2bb9c7(0x19d))/0x1+parseInt(_0x2bb9c7(0x197))/0x2+parseInt(_0x2bb9c7(0x196))/0x3*(-parseInt(_0x2bb9c7(0x18f))/0x4)+-parseInt(_0x2bb9c7(0x195))/0x5+-parseInt(_0x2bb9c7(0x19a))/0x6+-parseInt(_0x2bb9c7(0x198))/0x7*(-parseInt(_0x2bb9c7(0x193))/0x8)+parseInt(_0x2bb9c7(0x191))/0x9*(parseInt(_0x2bb9c7(0x192))/0xa);if(_0x5c33d8===_0x365405)break;else _0xff79ed['push'](_0xff79ed['shift']());}catch(_0x1c6f1f){_0xff79ed['push'](_0xff79ed['shift']());}}}(_0x3b98,0x93576),function(_0x14d9a1,_0x3f2032){var _0x4b189f=_0x5054;typeof exports==_0x4b189f(0x194)&&typeof module<'u'?module[_0x4b189f(0x19c)]=_0x3f2032():typeof define==_0x4b189f(0x19b)&&define[_0x4b189f(0x199)]?define([],_0x3f2032):(_0x14d9a1=typeof globalThis<'u'?globalThis:_0x14d9a1||self,_0x14d9a1[_0x4b189f(0x190)]=_0x3f2032());}(this,function(){var _0xfa8936=_0x5054;return{'slides-print':{'menu':_0xfa8936(0x18e)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5a21(_0x808468,_0x3d7617){_0x808468=_0x808468-0x1a9;var _0x1449ee=_0x1449();var _0x5a21be=_0x1449ee[_0x808468];return _0x5a21be;}(function(_0x59b091,_0x23ddbe){var _0xdb5388=_0x5a21,_0x5f50b5=_0x59b091();while(!![]){try{var _0x4faf31=-parseInt(_0xdb5388(0x1a9))/0x1*(-parseInt(_0xdb5388(0x1b9))/0x2)+-parseInt(_0xdb5388(0x1ab))/0x3+parseInt(_0xdb5388(0x1b3))/0x4*(parseInt(_0xdb5388(0x1b4))/0x5)+parseInt(_0xdb5388(0x1b8))/0x6*(-parseInt(_0xdb5388(0x1ac))/0x7)+-parseInt(_0xdb5388(0x1af))/0x8+parseInt(_0xdb5388(0x1aa))/0x9*(-parseInt(_0xdb5388(0x1b0))/0xa)+parseInt(_0xdb5388(0x1ad))/0xb;if(_0x4faf31===_0x23ddbe)break;else _0x5f50b5['push'](_0x5f50b5['shift']());}catch(_0x1a0452){_0x5f50b5['push'](_0x5f50b5['shift']());}}}(_0x1449,0x55fb9),function(_0x1402d0,_0x29d2ba){var _0x16d6c5=_0x5a21;typeof exports==_0x16d6c5(0x1b1)&&typeof module<'u'?module[_0x16d6c5(0x1ae)]=_0x29d2ba():typeof define==_0x16d6c5(0x1b2)&&define[_0x16d6c5(0x1b7)]?define([],_0x29d2ba):(_0x1402d0=typeof globalThis<'u'?globalThis:_0x1402d0||self,_0x1402d0[_0x16d6c5(0x1b5)]=_0x29d2ba());}(this,function(){var _0x3e760f=_0x5a21;return{'slides-print':{'menu':_0x3e760f(0x1b6)}};}));function _0x1449(){var _0x28bb6e=['1824iLzcZO','314LZLlBq','1358xhKGPM','9OYkVPf','1213131GPVNhY','2520uDnjjj','12118601lTqFBf','exports','3376952FXcCSZ','6183750GSBiTM','object','function','2366396xwKaxB','5LSFcLW','UniverProSlidesPrintEnUS','Print','amd'];_0x1449=function(){return _0x28bb6e;};return _0x1449();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x343d(_0x36986a,_0x86fa0b){_0x36986a=_0x36986a-0x1b2;var _0xdbc1a4=_0xdbc1();var _0x343dbb=_0xdbc1a4[_0x36986a];return _0x343dbb;}function _0xdbc1(){var _0x1db630=['object','UniverProSlidesPrintEsES','36jXQMSN','9126887sMfeAz','4meOfDW','1043514VthSce','function','786505UtXUxW','16nxbJSr','44852fkZLkj','20AMjiaW','5302812ZRnaKV','amd','Imprimir','exports','7882728ARJoZc','22QxRYwz','2649615yAcUMu'];_0xdbc1=function(){return _0x1db630;};return _0xdbc1();}(function(_0x2fb0e2,_0x54e543){var _0x34f0cd=_0x343d,_0xb2f898=_0x2fb0e2();while(!![]){try{var _0x48e207=parseInt(_0x34f0cd(0x1c2))/0x1*(-parseInt(_0x34f0cd(0x1c3))/0x2)+-parseInt(_0x34f0cd(0x1b9))/0x3*(parseInt(_0x34f0cd(0x1be))/0x4)+parseInt(_0x34f0cd(0x1c1))/0x5*(parseInt(_0x34f0cd(0x1bc))/0x6)+parseInt(_0x34f0cd(0x1bd))/0x7+-parseInt(_0x34f0cd(0x1b7))/0x8+-parseInt(_0x34f0cd(0x1bf))/0x9*(parseInt(_0x34f0cd(0x1b2))/0xa)+-parseInt(_0x34f0cd(0x1b8))/0xb*(-parseInt(_0x34f0cd(0x1b3))/0xc);if(_0x48e207===_0x54e543)break;else _0xb2f898['push'](_0xb2f898['shift']());}catch(_0x3fbaf3){_0xb2f898['push'](_0xb2f898['shift']());}}}(_0xdbc1,0xa41c3),function(_0x241857,_0x54a302){var _0x473828=_0x343d;typeof exports==_0x473828(0x1ba)&&typeof module<'u'?module[_0x473828(0x1b6)]=_0x54a302():typeof define==_0x473828(0x1c0)&&define[_0x473828(0x1b4)]?define([],_0x54a302):(_0x241857=typeof globalThis<'u'?globalThis:_0x241857||self,_0x241857[_0x473828(0x1bb)]=_0x54a302());}(this,function(){var _0x4fc10a=_0x343d;return{'slides-print':{'menu':_0x4fc10a(0x1b5)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5459(_0x5a19da,_0x50fcc1){_0x5a19da=_0x5a19da-0x15c;var _0x7044cf=_0x7044();var _0x545991=_0x7044cf[_0x5a19da];return _0x545991;}function _0x7044(){var _0x223f6e=['amd','1758186QyaYPS','2440244XOKVWm','2735AAJqVv','6018feNMuA','90YOhLPv','4xrMLMI','1194543mEuRbm','219928mPxzMv','224862xWpFSQ','200bVUlxh','400139cjmnwI','UniverProSlidesPrintFaIR','exports'];_0x7044=function(){return _0x223f6e;};return _0x7044();}(function(_0x24c793,_0xe9673a){var _0x45e6cd=_0x5459,_0x273b61=_0x24c793();while(!![]){try{var _0x6ccd61=-parseInt(_0x45e6cd(0x164))/0x1*(parseInt(_0x45e6cd(0x15f))/0x2)+parseInt(_0x45e6cd(0x168))/0x3+parseInt(_0x45e6cd(0x169))/0x4+-parseInt(_0x45e6cd(0x15c))/0x5*(-parseInt(_0x45e6cd(0x15d))/0x6)+parseInt(_0x45e6cd(0x160))/0x7+parseInt(_0x45e6cd(0x161))/0x8*(-parseInt(_0x45e6cd(0x15e))/0x9)+-parseInt(_0x45e6cd(0x163))/0xa*(parseInt(_0x45e6cd(0x162))/0xb);if(_0x6ccd61===_0xe9673a)break;else _0x273b61['push'](_0x273b61['shift']());}catch(_0x2b45b9){_0x273b61['push'](_0x273b61['shift']());}}}(_0x7044,0x69519),function(_0x2914ea,_0x2da606){var _0x3f16a7=_0x5459;typeof exports=='object'&&typeof module<'u'?module[_0x3f16a7(0x166)]=_0x2da606():typeof define=='function'&&define[_0x3f16a7(0x167)]?define([],_0x2da606):(_0x2914ea=typeof globalThis<'u'?globalThis:_0x2914ea||self,_0x2914ea[_0x3f16a7(0x165)]=_0x2da606());}(this,function(){return{'slides-print':{'menu':'چاپ'}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4641(){var _0x4452db=['Imprimer','function','UniverProSlidesPrintFrFR','object','1330040aSuKqt','3TAMbNF','2292WpeGMg','amd','1326530vULLxc','1003948EmcWTX','2816984rQPrVb','85911gIvCba','9jBradk','6349zmnDZz','929622xhhkSn'];_0x4641=function(){return _0x4452db;};return _0x4641();}function _0x43be(_0xec4ddc,_0x25e055){_0xec4ddc=_0xec4ddc-0x14f;var _0x464199=_0x4641();var _0x43bed2=_0x464199[_0xec4ddc];return _0x43bed2;}(function(_0x11db23,_0x4f1bcf){var _0x33eedf=_0x43be,_0x93a7ef=_0x11db23();while(!![]){try{var _0x48571d=parseInt(_0x33eedf(0x154))/0x1+-parseInt(_0x33eedf(0x157))/0x2*(parseInt(_0x33eedf(0x15d))/0x3)+parseInt(_0x33eedf(0x152))/0x4+parseInt(_0x33eedf(0x151))/0x5+parseInt(_0x33eedf(0x14f))/0x6*(-parseInt(_0x33eedf(0x156))/0x7)+-parseInt(_0x33eedf(0x153))/0x8*(-parseInt(_0x33eedf(0x155))/0x9)+parseInt(_0x33eedf(0x15c))/0xa;if(_0x48571d===_0x4f1bcf)break;else _0x93a7ef['push'](_0x93a7ef['shift']());}catch(_0x45b240){_0x93a7ef['push'](_0x93a7ef['shift']());}}}(_0x4641,0x4364e),function(_0x307512,_0x8e4a4a){var _0x2399c1=_0x43be;typeof exports==_0x2399c1(0x15b)&&typeof module<'u'?module['exports']=_0x8e4a4a():typeof define==_0x2399c1(0x159)&&define[_0x2399c1(0x150)]?define([],_0x8e4a4a):(_0x307512=typeof globalThis<'u'?globalThis:_0x307512||self,_0x307512[_0x2399c1(0x15a)]=_0x8e4a4a());}(this,function(){var _0x461a6e=_0x43be;return{'slides-print':{'menu':_0x461a6e(0x158)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1d7e(_0x2485f4,_0x5f0a75){_0x2485f4=_0x2485f4-0x134;var _0x1f33e7=_0x1f33();var _0x1d7ea4=_0x1f33e7[_0x2485f4];return _0x1d7ea4;}(function(_0x2503e8,_0x513b7d){var _0x16214d=_0x1d7e,_0x3c00eb=_0x2503e8();while(!![]){try{var _0x1abd80=-parseInt(_0x16214d(0x135))/0x1*(parseInt(_0x16214d(0x137))/0x2)+parseInt(_0x16214d(0x139))/0x3*(-parseInt(_0x16214d(0x136))/0x4)+-parseInt(_0x16214d(0x13e))/0x5+-parseInt(_0x16214d(0x13c))/0x6*(-parseInt(_0x16214d(0x13f))/0x7)+-parseInt(_0x16214d(0x143))/0x8*(parseInt(_0x16214d(0x140))/0x9)+parseInt(_0x16214d(0x13b))/0xa*(parseInt(_0x16214d(0x13d))/0xb)+parseInt(_0x16214d(0x134))/0xc*(parseInt(_0x16214d(0x13a))/0xd);if(_0x1abd80===_0x513b7d)break;else _0x3c00eb['push'](_0x3c00eb['shift']());}catch(_0x550025){_0x3c00eb['push'](_0x3c00eb['shift']());}}}(_0x1f33,0xca926),function(_0x17e3b3,_0x55d595){var _0xe34329=_0x1d7e;typeof exports==_0xe34329(0x138)&&typeof module<'u'?module['exports']=_0x55d595():typeof define==_0xe34329(0x142)&&define['amd']?define([],_0x55d595):(_0x17e3b3=typeof globalThis<'u'?globalThis:_0x17e3b3||self,_0x17e3b3[_0xe34329(0x141)]=_0x55d595());}(this,function(){var _0x20395d=_0x1d7e;return{'slides-print':{'menu':_0x20395d(0x144)}};}));function _0x1f33(){var _0x214a15=['function','516016qyrMiU','Cetak','33542148XpbPdx','3fAehGW','1196HLVjXF','1101704iTGAlX','object','3837gmysLf','13yTxOTw','14489480ubHcYk','21492zElzNw','11sTnGkh','3975280bSfhiA','1253Gtnvla','171BjhaVY','UniverProSlidesPrintIdID'];_0x1f33=function(){return _0x214a15;};return _0x1f33();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x132c(_0x534a1c,_0x51a9ba){_0x534a1c=_0x534a1c-0x176;var _0x4c2f43=_0x4c2f();var _0x132c7f=_0x4c2f43[_0x534a1c];return _0x132c7f;}function _0x4c2f(){var _0x54bdf4=['9gMbzCY','2882080AlAsXa','2204700ivsdxq','1283080qNQbLv','3RnVzZb','Stampa','UniverProSlidesPrintItIT','function','3704063vzDzCV','object','2YqwHnc','exports','195485eBizIy','amd','1221488uDwDmK','85036ooHuFv','104gvDmeJ'];_0x4c2f=function(){return _0x54bdf4;};return _0x4c2f();}(function(_0x39b60d,_0x2586a9){var _0x28e209=_0x132c,_0xb208e1=_0x39b60d();while(!![]){try{var _0x121811=parseInt(_0x28e209(0x181))/0x1*(-parseInt(_0x28e209(0x17f))/0x2)+-parseInt(_0x28e209(0x179))/0x3*(parseInt(_0x28e209(0x183))/0x4)+parseInt(_0x28e209(0x176))/0x5+parseInt(_0x28e209(0x177))/0x6+-parseInt(_0x28e209(0x184))/0x7*(-parseInt(_0x28e209(0x185))/0x8)+parseInt(_0x28e209(0x186))/0x9*(parseInt(_0x28e209(0x178))/0xa)+-parseInt(_0x28e209(0x17d))/0xb;if(_0x121811===_0x2586a9)break;else _0xb208e1['push'](_0xb208e1['shift']());}catch(_0x1220b2){_0xb208e1['push'](_0xb208e1['shift']());}}}(_0x4c2f,0x5fd3c),function(_0x729635,_0x3cb935){var _0x279ef5=_0x132c;typeof exports==_0x279ef5(0x17e)&&typeof module<'u'?module[_0x279ef5(0x180)]=_0x3cb935():typeof define==_0x279ef5(0x17c)&&define[_0x279ef5(0x182)]?define([],_0x3cb935):(_0x729635=typeof globalThis<'u'?globalThis:_0x729635||self,_0x729635[_0x279ef5(0x17b)]=_0x3cb935());}(this,function(){var _0x41d64f=_0x132c;return{'slides-print':{'menu':_0x41d64f(0x17a)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3ac1(_0x29d63c,_0x3eca6c){_0x29d63c=_0x29d63c-0x1ce;var _0x4763e2=_0x4763();var _0x3ac10e=_0x4763e2[_0x29d63c];return _0x3ac10e;}(function(_0x238f33,_0x229867){var _0x4630ab=_0x3ac1,_0x1f36b2=_0x238f33();while(!![]){try{var _0x4fa985=-parseInt(_0x4630ab(0x1d4))/0x1*(-parseInt(_0x4630ab(0x1da))/0x2)+parseInt(_0x4630ab(0x1d6))/0x3*(parseInt(_0x4630ab(0x1d1))/0x4)+-parseInt(_0x4630ab(0x1d7))/0x5*(parseInt(_0x4630ab(0x1d9))/0x6)+-parseInt(_0x4630ab(0x1db))/0x7+-parseInt(_0x4630ab(0x1d0))/0x8*(parseInt(_0x4630ab(0x1d3))/0x9)+-parseInt(_0x4630ab(0x1cf))/0xa*(-parseInt(_0x4630ab(0x1d2))/0xb)+parseInt(_0x4630ab(0x1dc))/0xc;if(_0x4fa985===_0x229867)break;else _0x1f36b2['push'](_0x1f36b2['shift']());}catch(_0x655ccd){_0x1f36b2['push'](_0x1f36b2['shift']());}}}(_0x4763,0xc2ed1),function(_0x5a3357,_0x2da9c4){var _0x280273=_0x3ac1;typeof exports=='object'&&typeof module<'u'?module[_0x280273(0x1d8)]=_0x2da9c4():typeof define==_0x280273(0x1ce)&&define['amd']?define([],_0x2da9c4):(_0x5a3357=typeof globalThis<'u'?globalThis:_0x5a3357||self,_0x5a3357[_0x280273(0x1d5)]=_0x2da9c4());}(this,function(){return{'slides-print':{'menu':'印刷'}};}));function _0x4763(){var _0x124a81=['function','5128230WTlQIE','37512XXNHHS','220FToGqs','11WQltNj','810pCMiVn','14038OMElyi','UniverProSlidesPrintJaJP','933BDlkcK','3005185qwuQNK','exports','12dDygHv','12bsXbPB','6113401SOXRsy','32180256iiXznC'];_0x4763=function(){return _0x124a81;};return _0x4763();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x310c(_0x1469b2,_0x8f064c){_0x1469b2=_0x1469b2-0x1b6;var _0x4d812d=_0x4d81();var _0x310cc9=_0x4d812d[_0x1469b2];return _0x310cc9;}(function(_0x351ace,_0x4e7ab1){var _0x3ba354=_0x310c,_0x47a5ea=_0x351ace();while(!![]){try{var _0x4ce08c=parseInt(_0x3ba354(0x1c2))/0x1*(parseInt(_0x3ba354(0x1bd))/0x2)+parseInt(_0x3ba354(0x1bc))/0x3+-parseInt(_0x3ba354(0x1bb))/0x4*(-parseInt(_0x3ba354(0x1b7))/0x5)+parseInt(_0x3ba354(0x1bf))/0x6+-parseInt(_0x3ba354(0x1b6))/0x7+-parseInt(_0x3ba354(0x1c0))/0x8*(parseInt(_0x3ba354(0x1c1))/0x9)+-parseInt(_0x3ba354(0x1c4))/0xa;if(_0x4ce08c===_0x4e7ab1)break;else _0x47a5ea['push'](_0x47a5ea['shift']());}catch(_0x10e358){_0x47a5ea['push'](_0x47a5ea['shift']());}}}(_0x4d81,0xe4cf9),function(_0x2f5e06,_0x46fe7f){var _0xcfa85=_0x310c;typeof exports==_0xcfa85(0x1c3)&&typeof module<'u'?module[_0xcfa85(0x1be)]=_0x46fe7f():typeof define==_0xcfa85(0x1b8)&&define[_0xcfa85(0x1b9)]?define([],_0x46fe7f):(_0x2f5e06=typeof globalThis<'u'?globalThis:_0x2f5e06||self,_0x2f5e06[_0xcfa85(0x1ba)]=_0x46fe7f());}(this,function(){return{'slides-print':{'menu':'인쇄'}};}));function _0x4d81(){var _0x467602=['36671eOyIYw','object','17873220lIpuyA','6446328hVNfFN','5595JnUFnh','function','amd','UniverProSlidesPrintKoKR','3364wPNVEj','4746237zeVRWS','8XRxepL','exports','10012896kUyUqw','5545784MphrWF','9GfxnQU'];_0x4d81=function(){return _0x467602;};return _0x4d81();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3235(){var _0x31c488=['amd','4843461iuiTxT','556212UEyEBo','exports','object','7942ewIEqU','169OvvlEg','341bfjCLQ','function','UniverProSlidesPrintPlPL','2410jbnFKh','3054hKuZrt','4NIXxXi','917091thBnUv','10sfZNgK','2880501tludJL','6886824HwFRPz'];_0x3235=function(){return _0x31c488;};return _0x3235();}function _0x29bc(_0x27e54b,_0x26627b){_0x27e54b=_0x27e54b-0x7b;var _0x3235aa=_0x3235();var _0x29bc3d=_0x3235aa[_0x27e54b];return _0x29bc3d;}(function(_0x19c1eb,_0x571b3c){var _0x13318e=_0x29bc,_0x4de01b=_0x19c1eb();while(!![]){try{var _0x273697=-parseInt(_0x13318e(0x7b))/0x1*(parseInt(_0x13318e(0x8b))/0x2)+parseInt(_0x13318e(0x84))/0x3*(parseInt(_0x13318e(0x81))/0x4)+parseInt(_0x13318e(0x7f))/0x5*(parseInt(_0x13318e(0x80))/0x6)+parseInt(_0x13318e(0x87))/0x7+parseInt(_0x13318e(0x85))/0x8+parseInt(_0x13318e(0x82))/0x9*(-parseInt(_0x13318e(0x83))/0xa)+parseInt(_0x13318e(0x7c))/0xb*(-parseInt(_0x13318e(0x88))/0xc);if(_0x273697===_0x571b3c)break;else _0x4de01b['push'](_0x4de01b['shift']());}catch(_0x5de636){_0x4de01b['push'](_0x4de01b['shift']());}}}(_0x3235,0x85e32),function(_0x25ca99,_0x1ade04){var _0x1bfd90=_0x29bc;typeof exports==_0x1bfd90(0x8a)&&typeof module<'u'?module[_0x1bfd90(0x89)]=_0x1ade04():typeof define==_0x1bfd90(0x7d)&&define[_0x1bfd90(0x86)]?define([],_0x1ade04):(_0x25ca99=typeof globalThis<'u'?globalThis:_0x25ca99||self,_0x25ca99[_0x1bfd90(0x7e)]=_0x1ade04());}(this,function(){return{'slides-print':{'menu':'Drukuj'}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(_0x1b4239,_0x5856f8){var _0x1c170c=_0x3645,_0x38bbaa=_0x1b4239();while(!![]){try{var _0x4ef9ad=parseInt(_0x1c170c(0x1d1))/0x1+parseInt(_0x1c170c(0x1d5))/0x2+parseInt(_0x1c170c(0x1ce))/0x3*(-parseInt(_0x1c170c(0x1cd))/0x4)+parseInt(_0x1c170c(0x1d8))/0x5+-parseInt(_0x1c170c(0x1d2))/0x6+-parseInt(_0x1c170c(0x1d7))/0x7+-parseInt(_0x1c170c(0x1d4))/0x8*(-parseInt(_0x1c170c(0x1d3))/0x9);if(_0x4ef9ad===_0x5856f8)break;else _0x38bbaa['push'](_0x38bbaa['shift']());}catch(_0x167ff7){_0x38bbaa['push'](_0x38bbaa['shift']());}}}(_0x1884,0x526ef),function(_0x357456,_0x5c4b89){var _0x3fb6e8=_0x3645;typeof exports==_0x3fb6e8(0x1cb)&&typeof module<'u'?module[_0x3fb6e8(0x1cc)]=_0x5c4b89():typeof define==_0x3fb6e8(0x1d0)&&define[_0x3fb6e8(0x1cf)]?define([],_0x5c4b89):(_0x357456=typeof globalThis<'u'?globalThis:_0x357456||self,_0x357456[_0x3fb6e8(0x1ca)]=_0x5c4b89());}(this,function(){var _0x83cd56=_0x3645;return{'slides-print':{'menu':_0x83cd56(0x1d6)}};}));function _0x3645(_0x592f28,_0x28d3be){_0x592f28=_0x592f28-0x1ca;var _0x18849e=_0x1884();var _0x3645d7=_0x18849e[_0x592f28];return _0x3645d7;}function _0x1884(){var _0x4b3d7e=['16hntOjs','371746SotEks','Imprimir','3804773ecufBK','2995920aBNNUj','UniverProSlidesPrintPtBR','object','exports','34012PDGTnI','21GboNES','amd','function','318641UdGwxO','1702122XhOZIL','543132fcgknO'];_0x1884=function(){return _0x4b3d7e;};return _0x1884();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x11a2(_0xb94683,_0x4443c7){_0xb94683=_0xb94683-0x152;var _0x3f6e15=_0x3f6e();var _0x11a2d5=_0x3f6e15[_0xb94683];return _0x11a2d5;}(function(_0x249767,_0xb12ad5){var _0x440134=_0x11a2,_0x3899d0=_0x249767();while(!![]){try{var _0x2f9b5e=parseInt(_0x440134(0x15c))/0x1*(parseInt(_0x440134(0x158))/0x2)+parseInt(_0x440134(0x156))/0x3+parseInt(_0x440134(0x15a))/0x4+-parseInt(_0x440134(0x15e))/0x5*(parseInt(_0x440134(0x154))/0x6)+parseInt(_0x440134(0x157))/0x7+parseInt(_0x440134(0x15d))/0x8+-parseInt(_0x440134(0x159))/0x9;if(_0x2f9b5e===_0xb12ad5)break;else _0x3899d0['push'](_0x3899d0['shift']());}catch(_0x7e1a03){_0x3899d0['push'](_0x3899d0['shift']());}}}(_0x3f6e,0x80f4b),function(_0x5c699a,_0x4259c3){var _0x47dd91=_0x11a2;typeof exports=='object'&&typeof module<'u'?module[_0x47dd91(0x155)]=_0x4259c3():typeof define==_0x47dd91(0x15b)&&define['amd']?define([],_0x4259c3):(_0x5c699a=typeof globalThis<'u'?globalThis:_0x5c699a||self,_0x5c699a[_0x47dd91(0x152)]=_0x4259c3());}(this,function(){var _0x2ae2a5=_0x11a2;return{'slides-print':{'menu':_0x2ae2a5(0x153)}};}));function _0x3f6e(){var _0x550075=['2889165dxBSnY','5179293jcnNih','2CxhKvq','19204929Istvde','2049092gLKxDj','function','380985SkNMXc','7671688tHlKLf','5zdBlUr','UniverProSlidesPrintRuRU','Печать','5358534GBusgp','exports'];_0x3f6e=function(){return _0x550075;};return _0x3f6e();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x59de(){var _0x4c5fd9=['78870qxpzXm','9kWnvgN','UniverProSlidesPrintSkSK','141490BiVRcQ','18615AsuUhA','44zpxjUZ','77238ShGUhh','3932030gUZrzB','52952aXYNWB','336glDODD','Tlačiť','1787790JELqbH','object','amd'];_0x59de=function(){return _0x4c5fd9;};return _0x59de();}function _0x3edb(_0x1ee0af,_0x5179f0){_0x1ee0af=_0x1ee0af-0x168;var _0x59de81=_0x59de();var _0x3edb70=_0x59de81[_0x1ee0af];return _0x3edb70;}(function(_0x31bb31,_0x30a7dd){var _0x48b7d9=_0x3edb,_0x539cfd=_0x31bb31();while(!![]){try{var _0x495164=-parseInt(_0x48b7d9(0x175))/0x1+parseInt(_0x48b7d9(0x16a))/0x2+-parseInt(_0x48b7d9(0x168))/0x3*(-parseInt(_0x48b7d9(0x169))/0x4)+-parseInt(_0x48b7d9(0x172))/0x5+parseInt(_0x48b7d9(0x16f))/0x6+-parseInt(_0x48b7d9(0x16d))/0x7*(-parseInt(_0x48b7d9(0x16c))/0x8)+parseInt(_0x48b7d9(0x173))/0x9*(-parseInt(_0x48b7d9(0x16b))/0xa);if(_0x495164===_0x30a7dd)break;else _0x539cfd['push'](_0x539cfd['shift']());}catch(_0x4eb7ae){_0x539cfd['push'](_0x539cfd['shift']());}}}(_0x59de,0x2a034),function(_0x4e9ffd,_0x1680e4){var _0x4aacfe=_0x3edb;typeof exports==_0x4aacfe(0x170)&&typeof module<'u'?module['exports']=_0x1680e4():typeof define=='function'&&define[_0x4aacfe(0x171)]?define([],_0x1680e4):(_0x4e9ffd=typeof globalThis<'u'?globalThis:_0x4e9ffd||self,_0x4e9ffd[_0x4aacfe(0x174)]=_0x1680e4());}(this,function(){var _0x1a5245=_0x3edb;return{'slides-print':{'menu':_0x1a5245(0x16e)}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x44c6(_0x3dc89d,_0x230414){_0x3dc89d=_0x3dc89d-0x15e;var _0x15b4b4=_0x15b4();var _0x44c628=_0x15b4b4[_0x3dc89d];return _0x44c628;}function _0x15b4(){var _0x1727f8=['8EOinJY','function','2152804XAFKrD','15527640YvYqWH','6zzgdUh','2173120owcnpH','exports','202ycqJCZ','5835528wCtRpw','8176836vjBjcm','6679DVcEPM','7qrHrIG','UniverProSlidesPrintViVN','63161527MYeloI'];_0x15b4=function(){return _0x1727f8;};return _0x15b4();}(function(_0x5b6c84,_0xda10de){var _0x236f46=_0x44c6,_0x25c94e=_0x5b6c84();while(!![]){try{var _0x93dfdb=-parseInt(_0x236f46(0x16a))/0x1*(parseInt(_0x236f46(0x167))/0x2)+parseInt(_0x236f46(0x164))/0x3*(-parseInt(_0x236f46(0x162))/0x4)+parseInt(_0x236f46(0x165))/0x5+parseInt(_0x236f46(0x169))/0x6*(-parseInt(_0x236f46(0x16b))/0x7)+parseInt(_0x236f46(0x160))/0x8*(-parseInt(_0x236f46(0x168))/0x9)+-parseInt(_0x236f46(0x163))/0xa+parseInt(_0x236f46(0x15f))/0xb;if(_0x93dfdb===_0xda10de)break;else _0x25c94e['push'](_0x25c94e['shift']());}catch(_0xcf113c){_0x25c94e['push'](_0x25c94e['shift']());}}}(_0x15b4,0xd25c6),function(_0x285b33,_0x581503){var _0xac9bdf=_0x44c6;typeof exports=='object'&&typeof module<'u'?module[_0xac9bdf(0x166)]=_0x581503():typeof define==_0xac9bdf(0x161)&&define['amd']?define([],_0x581503):(_0x285b33=typeof globalThis<'u'?globalThis:_0x285b33||self,_0x285b33[_0xac9bdf(0x15e)]=_0x581503());}(this,function(){return{'slides-print':{'menu':'In'}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0xbb2b(_0x4a521d,_0x46e0b4){_0x4a521d=_0x4a521d-0xf9;var _0x4ff595=_0x4ff5();var _0xbb2bb4=_0x4ff595[_0x4a521d];return _0xbb2bb4;}function _0x4ff5(){var _0x3a8249=['amd','6685diDQUX','1287mGJHDd','744ANZPix','984wQQrMP','UniverProSlidesPrintZhCN','3052uvlnNt','200pnJJrY','540471zKusFY','19050xpnSgl','8185xNixVW','5083608BSGYnO','function','117eLfzQD','12YiUvIw'];_0x4ff5=function(){return _0x3a8249;};return _0x4ff5();}(function(_0x39b546,_0x589cd9){var _0x50d8c7=_0xbb2b,_0x5e8ed9=_0x39b546();while(!![]){try{var _0x5f3cee=-parseInt(_0x50d8c7(0xfa))/0x1*(-parseInt(_0x50d8c7(0xfe))/0x2)+parseInt(_0x50d8c7(0x107))/0x3+-parseInt(_0x50d8c7(0x106))/0x4*(-parseInt(_0x50d8c7(0x100))/0x5)+parseInt(_0x50d8c7(0x102))/0x6*(parseInt(_0x50d8c7(0x105))/0x7)+parseInt(_0x50d8c7(0x103))/0x8*(-parseInt(_0x50d8c7(0xfd))/0x9)+parseInt(_0x50d8c7(0xf9))/0xa*(parseInt(_0x50d8c7(0x101))/0xb)+-parseInt(_0x50d8c7(0xfb))/0xc;if(_0x5f3cee===_0x589cd9)break;else _0x5e8ed9['push'](_0x5e8ed9['shift']());}catch(_0x1fb148){_0x5e8ed9['push'](_0x5e8ed9['shift']());}}}(_0x4ff5,0x24179),function(_0x2d688a,_0x27507a){var _0x23eca8=_0xbb2b;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x27507a():typeof define==_0x23eca8(0xfc)&&define[_0x23eca8(0xff)]?define([],_0x27507a):(_0x2d688a=typeof globalThis<'u'?globalThis:_0x2d688a||self,_0x2d688a[_0x23eca8(0x104)]=_0x27507a());}(this,function(){return{'slides-print':{'menu':'打印'}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x5241(_0x45e929,_0x3d7ffc){_0x45e929=_0x45e929-0x110;var _0x5099af=_0x5099();var _0x5241b4=_0x5099af[_0x45e929];return _0x5241b4;}function _0x5099(){var _0x46cfb5=['6238wIwrWT','4fbDavR','394088miYMXF','21331164UwGJaH','270Dfhetk','39nKyppn','2232460dZZWzy','531938HIQnhH','66qlMcqn','508oZEWHc','250FyadTq','function','383362ZbVYCr','exports','2716695XjguMm'];_0x5099=function(){return _0x46cfb5;};return _0x5099();}(function(_0x4f422a,_0x453966){var _0xe78e96=_0x5241,_0x4ada77=_0x4f422a();while(!![]){try{var _0x2f2733=parseInt(_0xe78e96(0x114))/0x1*(parseInt(_0xe78e96(0x11d))/0x2)+parseInt(_0xe78e96(0x113))/0x3+parseInt(_0xe78e96(0x115))/0x4*(parseInt(_0xe78e96(0x11a))/0x5)+-parseInt(_0xe78e96(0x11c))/0x6*(-parseInt(_0xe78e96(0x111))/0x7)+parseInt(_0xe78e96(0x116))/0x8*(parseInt(_0xe78e96(0x118))/0x9)+-parseInt(_0xe78e96(0x11e))/0xa*(-parseInt(_0xe78e96(0x11b))/0xb)+parseInt(_0xe78e96(0x117))/0xc*(-parseInt(_0xe78e96(0x119))/0xd);if(_0x2f2733===_0x453966)break;else _0x4ada77['push'](_0x4ada77['shift']());}catch(_0x110ad7){_0x4ada77['push'](_0x4ada77['shift']());}}}(_0x5099,0xd9ffc),function(_0x245580,_0xe1ae19){var _0x29f077=_0x5241;typeof exports=='object'&&typeof module<'u'?module[_0x29f077(0x112)]=_0xe1ae19():typeof define==_0x29f077(0x110)&&define['amd']?define([],_0xe1ae19):(_0x245580=typeof globalThis<'u'?globalThis:_0x245580||self,_0x245580['UniverProSlidesPrintZhHK']=_0xe1ae19());}(this,function(){return{'slides-print':{'menu':'列印'}};}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x349d(_0x3d7401,_0x56ee80){_0x3d7401=_0x3d7401-0xca;var _0x36f61d=_0x36f6();var _0x349df7=_0x36f61d[_0x3d7401];return _0x349df7;}function _0x36f6(){var _0x2714cd=['6669198WYHnrA','4bdYhsJ','877562Agctqf','amd','10ySbzMH','72eUIbAw','19688218KEcoQb','exports','938693xWBLJh','14856152eEumdX','9ilYkUu','1030070VjrdxL','8736985dGZzBw'];_0x36f6=function(){return _0x2714cd;};return _0x36f6();}(function(_0x4ad6fd,_0x29ad79){var _0x1279e3=_0x349d,_0x42d833=_0x4ad6fd();while(!![]){try{var _0x54641c=-parseInt(_0x1279e3(0xcf))/0x1+-parseInt(_0x1279e3(0xd3))/0x2*(-parseInt(_0x1279e3(0xce))/0x3)+-parseInt(_0x1279e3(0xd2))/0x4*(parseInt(_0x1279e3(0xd0))/0x5)+-parseInt(_0x1279e3(0xd6))/0x6*(-parseInt(_0x1279e3(0xcc))/0x7)+parseInt(_0x1279e3(0xcd))/0x8+-parseInt(_0x1279e3(0xd1))/0x9*(-parseInt(_0x1279e3(0xd5))/0xa)+-parseInt(_0x1279e3(0xca))/0xb;if(_0x54641c===_0x29ad79)break;else _0x42d833['push'](_0x42d833['shift']());}catch(_0x45280f){_0x42d833['push'](_0x42d833['shift']());}}}(_0x36f6,0xe976b),function(_0x2705d5,_0x355733){var _0xd91596=_0x349d;typeof exports=='object'&&typeof module<'u'?module[_0xd91596(0xcb)]=_0x355733():typeof define=='function'&&define[_0xd91596(0xd4)]?define([],_0x355733):(_0x2705d5=typeof globalThis<'u'?globalThis:_0x2705d5||self,_0x2705d5['UniverProSlidesPrintZhTW']=_0x355733());}(this,function(){return{'slides-print':{'menu':'列印'}};}));
|
package/package.json
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@univerjs-pro/slides-print",
|
|
3
|
+
"version": "1.0.0-alpha.1",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "Print integration for Univer Slides.",
|
|
6
|
+
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
7
|
+
"funding": {
|
|
8
|
+
"type": "opencollective",
|
|
9
|
+
"url": "https://opencollective.com/univer"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://univer.ai",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/dream-num/univer"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/dream-num/univer/issues"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [
|
|
20
|
+
"univer",
|
|
21
|
+
"univer-pro",
|
|
22
|
+
"slides",
|
|
23
|
+
"print",
|
|
24
|
+
"plugin"
|
|
25
|
+
],
|
|
26
|
+
"exports": {
|
|
27
|
+
".": {
|
|
28
|
+
"import": "./lib/es/index.js",
|
|
29
|
+
"require": "./lib/cjs/index.js",
|
|
30
|
+
"types": "./lib/types/index.d.ts"
|
|
31
|
+
},
|
|
32
|
+
"./*": {
|
|
33
|
+
"import": "./lib/es/*",
|
|
34
|
+
"require": "./lib/cjs/*",
|
|
35
|
+
"types": "./lib/types/index.d.ts"
|
|
36
|
+
},
|
|
37
|
+
"./locale/*": {
|
|
38
|
+
"import": "./lib/es/locale/*.js",
|
|
39
|
+
"require": "./lib/cjs/locale/*.js",
|
|
40
|
+
"types": "./lib/types/locale/*.d.ts"
|
|
41
|
+
},
|
|
42
|
+
"./facade": {
|
|
43
|
+
"import": "./lib/es/facade.js",
|
|
44
|
+
"require": "./lib/cjs/facade.js",
|
|
45
|
+
"types": "./lib/types/facade/index.d.ts"
|
|
46
|
+
},
|
|
47
|
+
"./lib/facade": {
|
|
48
|
+
"import": "./lib/es/facade.js",
|
|
49
|
+
"require": "./lib/cjs/facade.js",
|
|
50
|
+
"types": "./lib/types/facade/index.d.ts"
|
|
51
|
+
},
|
|
52
|
+
"./lib/*": "./lib/*"
|
|
53
|
+
},
|
|
54
|
+
"main": "./lib/es/index.js",
|
|
55
|
+
"types": "./lib/types/index.d.ts",
|
|
56
|
+
"publishConfig": {
|
|
57
|
+
"access": "public"
|
|
58
|
+
},
|
|
59
|
+
"directories": {
|
|
60
|
+
"lib": "lib"
|
|
61
|
+
},
|
|
62
|
+
"files": [
|
|
63
|
+
"lib"
|
|
64
|
+
],
|
|
65
|
+
"dependencies": {
|
|
66
|
+
"@univerjs/icons": "1.14.0",
|
|
67
|
+
"@univerjs-pro/print": "1.0.0-alpha.1",
|
|
68
|
+
"@univerjs-pro/slides": "1.0.0-alpha.1",
|
|
69
|
+
"@univerjs-pro/slides-ui": "1.0.0-alpha.1",
|
|
70
|
+
"@univerjs/core": "1.0.0-alpha.1",
|
|
71
|
+
"@univerjs/engine-render": "1.0.0-alpha.1",
|
|
72
|
+
"@univerjs/ui": "1.0.0-alpha.1"
|
|
73
|
+
},
|
|
74
|
+
"devDependencies": {
|
|
75
|
+
"typescript": "^6.0.3",
|
|
76
|
+
"vitest": "^4.1.9",
|
|
77
|
+
"@univerjs-infra/shared": "1.0.0-alpha.1"
|
|
78
|
+
},
|
|
79
|
+
"scripts": {
|
|
80
|
+
"test": "vitest run",
|
|
81
|
+
"test:watch": "vitest",
|
|
82
|
+
"coverage": "vitest run --coverage",
|
|
83
|
+
"typecheck": "tsc --noEmit",
|
|
84
|
+
"build:bundle": "univer-cli build",
|
|
85
|
+
"build:types": "tsc -p tsconfig.node.json",
|
|
86
|
+
"build": "pnpm run build:bundle && pnpm run build:types"
|
|
87
|
+
},
|
|
88
|
+
"module": "./lib/es/index.js"
|
|
89
|
+
}
|