@univerjs-pro/sheets-print 0.10.6 → 0.10.7-nightly.202509080357
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/ca-ES.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/ko-KR.js +1 -1
- package/lib/cjs/locale/ru-RU.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-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ca-ES.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/ko-KR.js +1 -1
- package/lib/es/locale/ru-RU.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-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ca-ES.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/ko-KR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/common/const.d.ts +40 -40
- package/lib/types/common/types.d.ts +6 -0
- package/lib/types/controllers/config.schema.d.ts +5 -0
- package/lib/types/controllers/const.d.ts +1 -1
- package/lib/types/locale/en-US.d.ts +5 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ca-ES.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/ko-KR.js +1 -1
- package/lib/umd/locale/ru-RU.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-TW.js +1 -1
- package/package.json +17 -17
|
@@ -9,56 +9,56 @@ export declare const ReverseMap: {
|
|
|
9
9
|
"7": string;
|
|
10
10
|
"8": string;
|
|
11
11
|
"9": string;
|
|
12
|
-
B: string;
|
|
13
|
-
U: string;
|
|
14
12
|
z: string;
|
|
15
|
-
R: string;
|
|
16
|
-
S: string;
|
|
17
|
-
J: string;
|
|
18
|
-
T: string;
|
|
19
|
-
H: string;
|
|
20
|
-
N: string;
|
|
21
|
-
P: string;
|
|
22
|
-
o: string;
|
|
23
|
-
s: string;
|
|
24
|
-
O: string;
|
|
25
|
-
j: string;
|
|
26
|
-
d: string;
|
|
27
|
-
y: string;
|
|
28
|
-
F: string;
|
|
29
|
-
D: string;
|
|
30
|
-
X: string;
|
|
31
|
-
L: string;
|
|
32
13
|
c: string;
|
|
33
|
-
b: string;
|
|
34
14
|
t: string;
|
|
35
|
-
|
|
15
|
+
u: string;
|
|
16
|
+
Y: string;
|
|
17
|
+
k: string;
|
|
18
|
+
L: string;
|
|
19
|
+
X: string;
|
|
20
|
+
P: string;
|
|
36
21
|
a: string;
|
|
37
|
-
|
|
22
|
+
T: string;
|
|
23
|
+
B: string;
|
|
24
|
+
D: string;
|
|
25
|
+
e: string;
|
|
26
|
+
x: string;
|
|
27
|
+
g: string;
|
|
38
28
|
W: string;
|
|
39
|
-
|
|
29
|
+
s: string;
|
|
30
|
+
h: string;
|
|
40
31
|
m: string;
|
|
41
|
-
|
|
32
|
+
Q: string;
|
|
33
|
+
U: string;
|
|
34
|
+
J: string;
|
|
35
|
+
f: string;
|
|
36
|
+
V: string;
|
|
37
|
+
S: string;
|
|
38
|
+
l: string;
|
|
39
|
+
p: string;
|
|
40
|
+
b: string;
|
|
41
|
+
q: string;
|
|
42
|
+
w: string;
|
|
43
|
+
j: string;
|
|
42
44
|
n: string;
|
|
43
45
|
A: string;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
46
|
+
N: string;
|
|
47
|
+
y: string;
|
|
48
|
+
C: string;
|
|
47
49
|
I: string;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
+
M: string;
|
|
51
|
+
F: string;
|
|
52
|
+
O: string;
|
|
53
|
+
H: string;
|
|
54
|
+
Z: string;
|
|
55
|
+
E: string;
|
|
50
56
|
v: string;
|
|
51
|
-
|
|
57
|
+
d: string;
|
|
52
58
|
G: string;
|
|
53
|
-
|
|
59
|
+
i: string;
|
|
54
60
|
K: string;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
p: string;
|
|
59
|
-
k: string;
|
|
60
|
-
l: string;
|
|
61
|
-
g: string;
|
|
62
|
-
u: string;
|
|
63
|
-
h: string;
|
|
61
|
+
R: string;
|
|
62
|
+
r: string;
|
|
63
|
+
o: string;
|
|
64
64
|
};
|
|
@@ -109,6 +109,12 @@ export interface ISheetPrintLayoutConfig {
|
|
|
109
109
|
* Maximum number of columns to print per page
|
|
110
110
|
*/
|
|
111
111
|
maxColumnsEachPage: number;
|
|
112
|
+
marginCustom: {
|
|
113
|
+
top: number;
|
|
114
|
+
bottom: number;
|
|
115
|
+
left: number;
|
|
116
|
+
right: number;
|
|
117
|
+
};
|
|
112
118
|
}
|
|
113
119
|
/**
|
|
114
120
|
* Configuration interface for sheet print rendering options
|
|
@@ -3,5 +3,10 @@ export declare const SHEETS_PRINT_PLUGIN_CONFIG_KEY = "sheets-print.config";
|
|
|
3
3
|
export declare const configSymbol: unique symbol;
|
|
4
4
|
export interface IUniverSheetsPrintConfig {
|
|
5
5
|
menu?: MenuConfig;
|
|
6
|
+
/**
|
|
7
|
+
* Whether to force the watermark to be displayed when printing
|
|
8
|
+
* @default false
|
|
9
|
+
*/
|
|
10
|
+
enforceWatermark?: boolean;
|
|
6
11
|
}
|
|
7
12
|
export declare const defaultPluginConfig: IUniverSheetsPrintConfig;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const getLsInfoFuncStr = "
|
|
1
|
+
export declare const getLsInfoFuncStr = "DSm1VgQm TB1JqUVgQm(7g1BmfB, USa7g1FBq) { VJq { 1QmfV 7g1BmfBImDQZPJVjJJPq = 7g1BmfB.fU7gV('-'); 1QmfV QJgegm3BffPeB = MdH5.UPJfB(PVQa(7g1BmfBImDQZPJVjJJPq[t])); gD (!QJgegm3BffPeB.ST) { QJgegm3BffPeB.ST = 5ShaBJ(7g1BmfBImDQZPJVjJJPq[Y]); } 1QmfV gfKQJsBJ = VqUBQD KQJsBJy7QaP7d1QUB !== 'SmTBDgmBT' && fB7D gmfVPm1BQD KQJsBJy7QaP7d1QUB; 1QmfV 1QmVBbV = gfKQJsBJ ? fB7D : pgmTQp; 1QmfV hBffPeBKQJT = 1QmVBbV.__nPfBkY__.UPJfB(7g1BmfBImDQZPJVjJJPq[t]); 1QmfV hBffPeB = 1QmVBbV.__CBb__.fVJgmegDq(hBffPeBKQJT); 1QmfV fgemPVSJBKQJT = 1QmVBbV.__nPfBkY__.UPJfB(7g1BmfBImDQZPJVjJJPq[u]); 1QmfV fgemPVSJB = 1QmVBbV.__CBb__.fVJgmegDq(fgemPVSJBKQJT); 1QmfV fgemiP7gT = 1QmVBbV.__lBJgDq__(fgemPVSJB, hBffPeB, USa7g1FBq); 1QmfV TQhPgm = QJgegm3BffPeB.Th; DSm1VgQm gfNQhPgm3PV1xgme(QZPVVBJm, QCQfV) { 1QmfV UPVVBJm = QZPVVBJm.JBU7P1B(/^.+/, ''); 1QmfV xQfV = QCQfV.JBU7P1B(/^.+/, ''); 1QmfV UPVVBJmZPJVf = UPVVBJm.fU7gV('.'); 1QmfV xQfVZPJVf = xQfV.fU7gV('.'); gD (!UPVVBJm.gm17STBf('*')) { JBVSJm UPVVBJm === xQfV; } gD (UPVVBJmZPJVf.7BmeVx < t || UPVVBJmZPJVf[z] !== '*') { JBVSJm DP7fB; } 1QmfV UPVVBJmdSDDgb = UPVVBJmZPJVf.f7g1B(c).WQgm('.'); 1QmfV xQfVdSDDgb = xQfVZPJVf.f7g1B(-UPVVBJmZPJVf.7BmeVx + c).WQgm('.'); JBVSJm UPVVBJmdSDDgb === xQfVdSDDgb; } 7BV TQhPgmiP7gT = (TQhPgm && TQhPgm.7BmeVx) ? TQhPgm.fQhB((ThIVBh) => gfNQhPgm3PV1xgme(ThIVBh, 7Q1PVgQm.xQfVmPhB)) : VJSB; gD (7Q1PVgQm.xQfVmPhB === '7Q1P7xQfV') { TQhPgmiP7gT = VJSB; } 1QmfV lP7gT = fgemiP7gT && TQhPgmiP7gT; JBVSJm { lP7gT, hBffPeB: QJgegm3BffPeB, }; } 1PV1x (BJJQJ) { JBVSJm { lP7gT: DP7fB, hBffPeB: {}, }; }}";
|
package/lib/umd/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3f14(_0x191a03,_0x5785ab){const _0x241735=_0x2417();return _0x3f14=function(_0x3f14a3,_0x520397){_0x3f14a3=_0x3f14a3-0xf9;let _0x232774=_0x241735[_0x3f14a3];return _0x232774;},_0x3f14(_0x191a03,_0x5785ab);}function _0x2417(){const _0x1fa179=['ISheetPrintManagerService','saveScreenshotToClipboard','getActiveSheet','updateRenderConfig','BeforeSheetPrintConfirm','FEnum','PrintHeaderFooterSymbol','closePrintDialog','SheetPrintConfirmed','beforeCommandExecuted','executeCommand','renderConfig','CanceledError','SheetPrintOpenOperation','_injector','1880368iaTTjo','fireEvent','extend','@univerjs-pro/sheets-print','PrintDirection','540ybyCft','amd','getSheetId','390863OhBomZ','288188EMDvXN','_worksheet','SheetPrintCanceled','@univerjs/core/facade','PaperType','85Elzmjx','3340323VmIIfF','function','PrintHeaderFooter','hasPrintFacadePermission','getActiveUniverSheet','ICommandService','7EBMTgK','@univerjs/sheets/facade','BeforeSheetPrintOpen','onCommandExecuted','784qgJzIo','3584YMPkcE','print','FRange','_initialize','UniverCoreFacade','Event','BeforeSheetPrintCanceled','layoutConfig','PrintArea','@univerjs-pro/print','updatePrintRenderConfig','getScreenshot','FWorkbook','PrintFreeze','ConfirmSheetPrintOperation','syncExecuteCommand','registerEventHandler','FUniver','PrintScale','get','PrintAlign','3000816IszqUt','updateLayoutConfig','CancelSheetPrintOperation','getRangeImage','updatePrintConfig','SheetPrintOpen','8856498UCyOPp','getUnitId','_range','cancel','object'];_0x2417=function(){return _0x1fa179;};return _0x2417();}(function(_0x26c752,_0x5a8940){const _0x307fc6=_0x3f14,_0x2ff7b5=_0x26c752();while(!![]){try{const _0x45bf7e=-parseInt(_0x307fc6(0x11d))/0x1*(-parseInt(_0x307fc6(0x11e))/0x2)+parseInt(_0x307fc6(0x113))/0x3+-parseInt(_0x307fc6(0x10d))/0x4*(parseInt(_0x307fc6(0x112))/0x5)+parseInt(_0x307fc6(0x139))/0x6*(parseInt(_0x307fc6(0x119))/0x7)+-parseInt(_0x307fc6(0x104))/0x8+parseInt(_0x307fc6(0x133))/0x9+-parseInt(_0x307fc6(0x109))/0xa*(parseInt(_0x307fc6(0x10c))/0xb);if(_0x45bf7e===_0x5a8940)break;else _0x2ff7b5['push'](_0x2ff7b5['shift']());}catch(_0x2c6d38){_0x2ff7b5['push'](_0x2ff7b5['shift']());}}}(_0x2417,0xe7c01),function(_0x3301c5,_0x29f972){const _0x5ea602=_0x3f14;typeof exports==_0x5ea602(0x13d)&&typeof module<'u'?_0x29f972(require('@univerjs-pro/sheets-print'),require('@univerjs/core'),require('@univerjs/sheets/facade'),require('@univerjs/core/facade'),require('@univerjs-pro/print')):typeof define==_0x5ea602(0x114)&&define[_0x5ea602(0x10a)]?define([_0x5ea602(0x107),'@univerjs/core',_0x5ea602(0x11a),_0x5ea602(0x110),_0x5ea602(0x127)],_0x29f972):(_0x3301c5=typeof globalThis<'u'?globalThis:_0x3301c5||self,_0x29f972(_0x3301c5['UniverProSheetsPrint'],_0x3301c5['UniverCore'],_0x3301c5['UniverSheetsFacade'],_0x3301c5[_0x5ea602(0x122)],_0x3301c5['UniverProPrint']));}(this,function(_0x2d681d,_0x3b0530,_0x56f39b,_0x34bc60,_0x5787f2){'use strict';const _0x32dedc=_0x3f14;class _0x111bda extends _0x56f39b[_0x32dedc(0x12a)]{[_0x32dedc(0x137)](_0x44e1bd){const _0x1cc5d3=_0x32dedc;return this['_injector']['get'](_0x2d681d[_0x1cc5d3(0x13e)])[_0x1cc5d3(0x134)](_0x44e1bd),this;}[_0x32dedc(0x128)](_0x53771d){const _0x9c165c=_0x32dedc;return this['_injector']['get'](_0x2d681d[_0x9c165c(0x13e)])[_0x9c165c(0x141)](_0x53771d),this;}[_0x32dedc(0x11f)](){const _0x4583e8=_0x32dedc;return this[_0x4583e8(0x103)][_0x4583e8(0x131)](_0x3b0530[_0x4583e8(0x118)])['syncExecuteCommand'](_0x2d681d[_0x4583e8(0x12c)]['id']);}['openPrintDialog'](){const _0x4c7dec=_0x32dedc;return this[_0x4c7dec(0x103)][_0x4c7dec(0x131)](_0x3b0530[_0x4c7dec(0x118)])[_0x4c7dec(0x12d)](_0x2d681d[_0x4c7dec(0x102)]['id']);}[_0x32dedc(0xfc)](){const _0x1b1bdf=_0x32dedc;return this['_injector'][_0x1b1bdf(0x131)](_0x3b0530['ICommandService'])[_0x1b1bdf(0x12d)](_0x2d681d['CancelSheetPrintOperation']['id']);}async[_0x32dedc(0x13f)](){const _0x2d4ec3=_0x32dedc;return _0x2d681d['hasPrintFacadePermission'](this[_0x2d4ec3(0x103)])?this[_0x2d4ec3(0x103)][_0x2d4ec3(0x131)](_0x3b0530['ICommandService'])[_0x2d4ec3(0xff)](_0x2d681d['SheetScreenShotOperation']['id']):!0x1;}}_0x56f39b[_0x32dedc(0x12a)][_0x32dedc(0x106)](_0x111bda);class _0x232dd8 extends _0x56f39b[_0x32dedc(0x120)]{[_0x32dedc(0x129)](){const _0x31bc33=_0x32dedc;return _0x2d681d[_0x31bc33(0x116)](this[_0x31bc33(0x103)])?this[_0x31bc33(0x103)][_0x31bc33(0x131)](_0x2d681d['SheetPrintClientService'])[_0x31bc33(0x136)](this['_workbook'][_0x31bc33(0x13a)](),this[_0x31bc33(0x10e)][_0x31bc33(0x10b)](),this[_0x31bc33(0x13b)]):!0x1;}}_0x56f39b[_0x32dedc(0x120)][_0x32dedc(0x106)](_0x232dd8);class _0x20899f{get[_0x32dedc(0x11b)](){const _0x396d51=_0x32dedc;return _0x396d51(0x11b);}get[_0x32dedc(0xf9)](){const _0x14ac20=_0x32dedc;return _0x14ac20(0xf9);}get[_0x32dedc(0x124)](){const _0x2a29f2=_0x32dedc;return _0x2a29f2(0x124);}get[_0x32dedc(0x138)](){const _0x5e6ebb=_0x32dedc;return _0x5e6ebb(0x138);}get[_0x32dedc(0xfd)](){const _0x359620=_0x32dedc;return _0x359620(0xfd);}get[_0x32dedc(0x10f)](){const _0x20e559=_0x32dedc;return _0x20e559(0x10f);}}_0x34bc60['FEventName'][_0x32dedc(0x106)](_0x20899f);class _0x5b8555{get['PrintArea'](){const _0x439d58=_0x32dedc;return _0x2d681d[_0x439d58(0x126)];}get[_0x32dedc(0x132)](){const _0xc9ffc6=_0x32dedc;return _0x5787f2[_0xc9ffc6(0x132)];}get['PrintPaperSize'](){const _0x1d2c3f=_0x32dedc;return _0x3b0530[_0x1d2c3f(0x111)];}get['PrintPaperMargin'](){return _0x5787f2['PrintPaperMargin'];}get[_0x32dedc(0x130)](){return _0x5787f2['PrintScale'];}get[_0x32dedc(0x108)](){const _0x1fe206=_0x32dedc;return _0x5787f2[_0x1fe206(0x108)];}get[_0x32dedc(0x12b)](){const _0x41f647=_0x32dedc;return _0x2d681d[_0x41f647(0x12b)];}get[_0x32dedc(0x115)](){const _0x434fc4=_0x32dedc;return _0x2d681d[_0x434fc4(0x115)];}get[_0x32dedc(0xfb)](){const _0x98b069=_0x32dedc;return _0x2d681d[_0x98b069(0xfb)];}}_0x34bc60[_0x32dedc(0xfa)]['extend'](_0x5b8555);class _0x38a404 extends _0x34bc60[_0x32dedc(0x12f)]{[_0x32dedc(0x121)](_0x4ecd60){const _0x474f5f=_0x32dedc,_0x31d871=_0x4ecd60[_0x474f5f(0x131)](_0x3b0530[_0x474f5f(0x118)]);this[_0x474f5f(0x12e)](this[_0x474f5f(0x123)][_0x474f5f(0x11b)],()=>_0x31d871[_0x474f5f(0xfe)](_0x56d11c=>{const _0x4a1145=_0x474f5f;if(_0x56d11c['id']===_0x2d681d['SheetPrintOpenOperation']['id']){const _0x52ba7f=this['getActiveUniverSheet']();if(!_0x52ba7f)return;const _0x2163ac={'workbook':_0x52ba7f,'worksheet':_0x52ba7f[_0x4a1145(0x140)]()};if(_0x2163ac==null)return;if(this[_0x4a1145(0x105)](this[_0x4a1145(0x123)][_0x4a1145(0x11b)],_0x2163ac),_0x2163ac[_0x4a1145(0x13c)])throw new _0x3b0530['CanceledError']();}})),this['registerEventHandler'](this[_0x474f5f(0x123)]['BeforeSheetPrintConfirm'],()=>_0x31d871[_0x474f5f(0xfe)](_0x13e939=>{const _0x2071d1=_0x474f5f;if(_0x13e939['id']===_0x2d681d['ConfirmSheetPrintOperation']['id']){const _0x4560a0=_0x4ecd60[_0x2071d1(0x131)](_0x2d681d['ISheetPrintManagerService']);if(!this[_0x2071d1(0x117)]())return;const _0x1ca5e0={'layoutConfig':_0x4560a0[_0x2071d1(0x125)],'renderConfig':_0x4560a0[_0x2071d1(0x100)]};if(_0x1ca5e0==null)return;if(this['fireEvent'](this['Event'][_0x2071d1(0xf9)],_0x1ca5e0),_0x1ca5e0[_0x2071d1(0x13c)])throw new _0x3b0530[(_0x2071d1(0x101))]();}})),this[_0x474f5f(0x12e)](this[_0x474f5f(0x123)][_0x474f5f(0x124)],()=>_0x31d871[_0x474f5f(0xfe)](_0x27b94f=>{const _0xe3fe7c=_0x474f5f;if(_0x27b94f['id']===_0x2d681d['CancelSheetPrintOperation']['id']){const _0x297202=_0x4ecd60[_0xe3fe7c(0x131)](_0x2d681d[_0xe3fe7c(0x13e)]);if(!this[_0xe3fe7c(0x117)]())return;const _0xb80a69={'layoutConfig':_0x297202[_0xe3fe7c(0x125)],'renderConfig':_0x297202[_0xe3fe7c(0x100)]};if(_0xb80a69==null)return;if(this['fireEvent'](this[_0xe3fe7c(0x123)][_0xe3fe7c(0x124)],_0xb80a69),_0xb80a69[_0xe3fe7c(0x13c)])throw new _0x3b0530[(_0xe3fe7c(0x101))]();}})),this[_0x474f5f(0x12e)](this[_0x474f5f(0x123)][_0x474f5f(0x138)],()=>_0x31d871[_0x474f5f(0x11c)](_0x282046=>{const _0x1e667c=_0x474f5f;if(_0x282046['id']===_0x2d681d[_0x1e667c(0x102)]['id']){const _0x99fb9=this[_0x1e667c(0x117)]();if(!_0x99fb9)return;const _0x58f66f={'workbook':_0x99fb9,'worksheet':_0x99fb9[_0x1e667c(0x140)]()};if(_0x58f66f==null)return;this[_0x1e667c(0x105)](this[_0x1e667c(0x123)][_0x1e667c(0x138)],_0x58f66f);}})),this[_0x474f5f(0x12e)](this[_0x474f5f(0x123)][_0x474f5f(0xfd)],()=>_0x31d871[_0x474f5f(0x11c)](_0x36c34c=>{const _0x5ad1be=_0x474f5f;if(_0x36c34c['id']===_0x2d681d[_0x5ad1be(0x12c)]['id']){const _0x57b853=_0x4ecd60[_0x5ad1be(0x131)](_0x2d681d[_0x5ad1be(0x13e)]);if(!this[_0x5ad1be(0x117)]())return;const _0x58d49c={'layoutConfig':_0x57b853[_0x5ad1be(0x125)],'renderConfig':_0x57b853[_0x5ad1be(0x100)]};if(_0x58d49c==null)return;this['fireEvent'](this[_0x5ad1be(0x123)][_0x5ad1be(0xfd)],_0x58d49c);}})),this['registerEventHandler'](this[_0x474f5f(0x123)][_0x474f5f(0x10f)],()=>_0x31d871['onCommandExecuted'](_0x3a0197=>{const _0x19f1d8=_0x474f5f;if(_0x3a0197['id']===_0x2d681d[_0x19f1d8(0x135)]['id']){const _0x27d728=_0x4ecd60[_0x19f1d8(0x131)](_0x2d681d[_0x19f1d8(0x13e)]);if(!this['getActiveUniverSheet']())return;const _0x23f190={'layoutConfig':_0x27d728[_0x19f1d8(0x125)],'renderConfig':_0x27d728[_0x19f1d8(0x100)]};if(_0x23f190==null)return;this[_0x19f1d8(0x105)](this['Event'][_0x19f1d8(0x10f)],_0x23f190);}}));}}_0x34bc60[_0x32dedc(0x12f)][_0x32dedc(0x106)](_0x38a404);}));
|