@ckeditor/ckeditor5-track-changes 46.0.1-alpha.13 → 46.0.1-alpha.14
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/build/track-changes.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +27 -27
- package/src/commands/previewfinalcontentcommand.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tableclipboard.js +2 -2
- package/src/trackchangesediting.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/utils.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "46.0.1-alpha.
|
|
3
|
+
"version": "46.0.1-alpha.14",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -41,32 +41,32 @@
|
|
|
41
41
|
"CHANGELOG.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@ckeditor/ckeditor5-clipboard": "46.0.1-alpha.
|
|
45
|
-
"@ckeditor/ckeditor5-code-block": "46.0.1-alpha.
|
|
46
|
-
"@ckeditor/ckeditor5-comments": "46.0.1-alpha.
|
|
47
|
-
"@ckeditor/ckeditor5-core": "46.0.1-alpha.
|
|
48
|
-
"@ckeditor/ckeditor5-editor-multi-root": "46.0.1-alpha.
|
|
49
|
-
"@ckeditor/ckeditor5-engine": "46.0.1-alpha.
|
|
50
|
-
"@ckeditor/ckeditor5-enter": "46.0.1-alpha.
|
|
51
|
-
"@ckeditor/ckeditor5-find-and-replace": "46.0.1-alpha.
|
|
52
|
-
"@ckeditor/ckeditor5-font": "46.0.1-alpha.
|
|
53
|
-
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.
|
|
54
|
-
"@ckeditor/ckeditor5-highlight": "46.0.1-alpha.
|
|
55
|
-
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.
|
|
56
|
-
"@ckeditor/ckeditor5-image": "46.0.1-alpha.
|
|
57
|
-
"@ckeditor/ckeditor5-link": "46.0.1-alpha.
|
|
58
|
-
"@ckeditor/ckeditor5-list": "46.0.1-alpha.
|
|
59
|
-
"@ckeditor/ckeditor5-media-embed": "46.0.1-alpha.
|
|
60
|
-
"@ckeditor/ckeditor5-merge-fields": "46.0.1-alpha.
|
|
61
|
-
"@ckeditor/ckeditor5-restricted-editing": "46.0.1-alpha.
|
|
62
|
-
"@ckeditor/ckeditor5-style": "46.0.1-alpha.
|
|
63
|
-
"@ckeditor/ckeditor5-table": "46.0.1-alpha.
|
|
64
|
-
"@ckeditor/ckeditor5-typing": "46.0.1-alpha.
|
|
65
|
-
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.
|
|
66
|
-
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.
|
|
67
|
-
"@ckeditor/ckeditor5-widget": "46.0.1-alpha.
|
|
68
|
-
"ckeditor5": "46.0.1-alpha.
|
|
69
|
-
"ckeditor5-collaboration": "46.0.1-alpha.
|
|
44
|
+
"@ckeditor/ckeditor5-clipboard": "46.0.1-alpha.14",
|
|
45
|
+
"@ckeditor/ckeditor5-code-block": "46.0.1-alpha.14",
|
|
46
|
+
"@ckeditor/ckeditor5-comments": "46.0.1-alpha.14",
|
|
47
|
+
"@ckeditor/ckeditor5-core": "46.0.1-alpha.14",
|
|
48
|
+
"@ckeditor/ckeditor5-editor-multi-root": "46.0.1-alpha.14",
|
|
49
|
+
"@ckeditor/ckeditor5-engine": "46.0.1-alpha.14",
|
|
50
|
+
"@ckeditor/ckeditor5-enter": "46.0.1-alpha.14",
|
|
51
|
+
"@ckeditor/ckeditor5-find-and-replace": "46.0.1-alpha.14",
|
|
52
|
+
"@ckeditor/ckeditor5-font": "46.0.1-alpha.14",
|
|
53
|
+
"@ckeditor/ckeditor5-heading": "46.0.1-alpha.14",
|
|
54
|
+
"@ckeditor/ckeditor5-highlight": "46.0.1-alpha.14",
|
|
55
|
+
"@ckeditor/ckeditor5-icons": "46.0.1-alpha.14",
|
|
56
|
+
"@ckeditor/ckeditor5-image": "46.0.1-alpha.14",
|
|
57
|
+
"@ckeditor/ckeditor5-link": "46.0.1-alpha.14",
|
|
58
|
+
"@ckeditor/ckeditor5-list": "46.0.1-alpha.14",
|
|
59
|
+
"@ckeditor/ckeditor5-media-embed": "46.0.1-alpha.14",
|
|
60
|
+
"@ckeditor/ckeditor5-merge-fields": "46.0.1-alpha.14",
|
|
61
|
+
"@ckeditor/ckeditor5-restricted-editing": "46.0.1-alpha.14",
|
|
62
|
+
"@ckeditor/ckeditor5-style": "46.0.1-alpha.14",
|
|
63
|
+
"@ckeditor/ckeditor5-table": "46.0.1-alpha.14",
|
|
64
|
+
"@ckeditor/ckeditor5-typing": "46.0.1-alpha.14",
|
|
65
|
+
"@ckeditor/ckeditor5-ui": "46.0.1-alpha.14",
|
|
66
|
+
"@ckeditor/ckeditor5-utils": "46.0.1-alpha.14",
|
|
67
|
+
"@ckeditor/ckeditor5-widget": "46.0.1-alpha.14",
|
|
68
|
+
"ckeditor5": "46.0.1-alpha.14",
|
|
69
|
+
"ckeditor5-collaboration": "46.0.1-alpha.14",
|
|
70
70
|
"es-toolkit": "1.39.5"
|
|
71
71
|
},
|
|
72
72
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x173483=_0x51f8;(function(_0x1e1cf1,_0x4d61bf){const _0x3fa734=_0x51f8,_0x51ce80=_0x1e1cf1();while(!![]){try{const _0x336e1e=-parseInt(_0x3fa734(0x11a))/0x1+-parseInt(_0x3fa734(0x11f))/0x2*(parseInt(_0x3fa734(0x137))/0x3)+parseInt(_0x3fa734(0x12a))/0x4+parseInt(_0x3fa734(0x149))/0x5+-parseInt(_0x3fa734(0x119))/0x6*(-parseInt(_0x3fa734(0x11c))/0x7)+parseInt(_0x3fa734(0x130))/0x8+-parseInt(_0x3fa734(0x15a))/0x9*(-parseInt(_0x3fa734(0x161))/0xa);if(_0x336e1e===_0x4d61bf)break;else _0x51ce80['push'](_0x51ce80['shift']());}catch(_0xa8c366){_0x51ce80['push'](_0x51ce80['shift']());}}}(_0x5050,0x6f017));function _0x5050(){const _0x1cb96e=['add','string','TrackChangesData','2423292qcwvMd','item','_sortRoots','getDataSetValues','editables','ck-reset_all','4694424KrbbCb','createElement','Dialog','max','values','_getMergeFieldsData','registry','56520esxsog','editing','classList','width','destroy','children','innerHeight','getRootsAttributes','isEnabled','ck-media__wrapper','domConverter','querySelectorAll','affectsData','$defaultValues','document','getMergeFieldsIds','previewDataReady','contentView','1272255sjcCPM','bodyCollectionContainer','min','detachFromDom','class','show','push','updatePosition','getDomRoot','element','MediaEmbedEditing','height','getBoundingClientRect','editable','documentElement','getDataWithAcceptedSuggestions','\x20ck-reset_all','9puvdwh','previewMode','Final\x20content\x20preview','entries','locale','querySelector','render','800970ibaOHH','getMediaViewElement','_standarizeRootsData','execute','trackChanges.preview.renderFunction','has','_fixMediaEmbeds','get','attachToDom','plugins','ck-track-changes-preview-dialog','getAttribute','getLabel','setPreviewData','config','figure.media','clientHeight','finalContentPreview','replace','sort','refresh','once','forEach','reduce','then','set','innerHTML','classes','ck-focused','MergeFieldsEditing','div','model','getRootNames','headerView','180BChUzW','499525HPFZRK','editor','37751DYaOVx','url','getDefaultValues','78PHskhH','$labels','remove','getClientRects','value','replaceWith','oembed','view'];_0x5050=function(){return _0x1cb96e;};return _0x5050();}function _0x51f8(_0x1f8273,_0x219144){const _0x5050d1=_0x5050();return _0x51f8=function(_0x51f88c,_0x394c8c){_0x51f88c=_0x51f88c-0x103;let _0x14a583=_0x5050d1[_0x51f88c];return _0x14a583;},_0x51f8(_0x1f8273,_0x219144);}import{Command as _0x1f8aba}from'ckeditor5/src/core.js';import{BodyCollection as _0x5d5098}from'ckeditor5/src/ui.js';import{ViewDowncastWriter as _0x69fa8}from'ckeditor5/src/engine.js';import{TrackChangesPreviewView as _0x5da6c7}from'../ui/view/trackchangespreviewview.js';import{getTranslation as _0x16e76b}from'../utils/common-translations.js';export class PreviewFinalContentCommand extends _0x1f8aba{constructor(_0x401f62){const _0x4d820d=_0x51f8;super(_0x401f62),this[_0x4d820d(0x143)]=!0x1,this[_0x4d820d(0x13f)]=!0x0;}[_0x173483(0x10b)](){const _0x452e84=_0x173483;this[_0x452e84(0x13f)]=!0x0;}[_0x173483(0x164)](){const _0x224e9c=_0x173483,_0x100433=this[_0x224e9c(0x11b)],_0x3c25ef=_0x100433[_0x224e9c(0x15e)],_0x5c643b=_0x100433[_0x224e9c(0x16a)][_0x224e9c(0x168)](_0x224e9c(0x132));let _0x289293;const _0x290189=function(_0x13b7dc){const _0x4263cc=_0x224e9c,_0x3f2adb={};if(_0x4263cc(0x12e)in _0x13b7dc['ui'][_0x4263cc(0x126)]){for(const [_0x588142,_0x1281f9]of Object[_0x4263cc(0x15d)](_0x13b7dc['ui'][_0x4263cc(0x126)][_0x4263cc(0x12e)]))_0x3f2adb[_0x588142]=_0x1281f9[_0x4263cc(0x152)];}else _0x3f2adb[_0x13b7dc[_0x4263cc(0x116)][_0x4263cc(0x145)][_0x4263cc(0x117)]()[0x0]]=_0x13b7dc['ui'][_0x4263cc(0x126)][_0x4263cc(0x156)][_0x4263cc(0x152)];return _0x3f2adb;}(_0x100433),_0x1cd8b2=function(_0x55a20b){const _0xa64889=_0x224e9c;let _0x126d71=0x0;for(const _0x7a6379 of Object[_0xa64889(0x134)](_0x55a20b))_0x126d71=Math[_0xa64889(0x133)](_0x126d71,_0x7a6379[_0xa64889(0x155)]()[_0xa64889(0x13a)]);let _0x567a2c=0x0;for(const _0x58a179 of Object[_0xa64889(0x134)](_0x55a20b))_0x567a2c+=_0x58a179[_0xa64889(0x155)]()[_0xa64889(0x154)];const _0x37a76c=0.8*Math[_0xa64889(0x133)](document[_0xa64889(0x157)][_0xa64889(0x107)],window[_0xa64889(0x13d)]),_0x5105a6=Math[_0xa64889(0x14b)](_0x567a2c,_0x37a76c);return{'width':_0x126d71,'height':_0x5105a6};}(_0x290189);_0x5c643b[_0x224e9c(0x14e)]({'id':_0x224e9c(0x108),'title':_0x16e76b(_0x3c25ef,_0x224e9c(0x15c)),'isModal':!0x0,'className':_0x224e9c(0x16b),'content':new _0x5da6c7(_0x3c25ef,{'dialogRects':_0x1cd8b2}),'onHide':()=>{const _0x675a3e=_0x224e9c;_0x289293[_0x675a3e(0x14c)]();},'onShow':()=>{const _0x5295ec=_0x224e9c;_0x100433[_0x5295ec(0x16a)][_0x5295ec(0x168)](_0x5295ec(0x129))[_0x5295ec(0x158)]({...this[_0x5295ec(0x135)]()})[_0x5295ec(0x10f)](_0x27e14e=>{const _0x3c3778=_0x5295ec,_0x546c72=this[_0x3c3778(0x163)](_0x27e14e,_0x100433,_0x290189);_0x5c643b[_0x3c3778(0x126)][_0x3c3778(0x148)][_0x3c3778(0x13c)][_0x3c3778(0x168)](0x0)[_0x3c3778(0x104)](_0x546c72,_0x100433[_0x3c3778(0x105)][_0x3c3778(0x168)](_0x3c3778(0x165)));}),_0x289293=new _0x5d5098(_0x3c25ef,[_0x5c643b[_0x5295ec(0x126)]]),_0x289293[_0x5295ec(0x169)](),_0x289293[_0x5295ec(0x14a)][_0x5295ec(0x139)][_0x5295ec(0x121)](_0x5295ec(0x12f)),_0x100433[_0x5295ec(0x10c)](_0x5295ec(0x13b),()=>{const _0x5d0112=_0x5295ec;_0x289293[_0x5d0112(0x14c)]();});const _0xa7676d=_0x5c643b[_0x5295ec(0x126)][_0x5295ec(0x118)][_0x5295ec(0x14d)];_0x5c643b[_0x5295ec(0x126)][_0x5295ec(0x118)][_0x5295ec(0x14d)]=_0xa7676d?_0xa7676d+_0x5295ec(0x159):_0x5295ec(0x12f),_0x5c643b[_0x5295ec(0x126)][_0x5295ec(0x148)][_0x5295ec(0x13c)][_0x5295ec(0x168)](0x0)['on'](_0x5295ec(0x147),()=>{const _0x514f26=_0x5295ec;_0x5c643b[_0x514f26(0x126)][_0x514f26(0x150)]();});}});}[_0x173483(0x135)](){const _0x37a2b7=_0x173483;if(!this[_0x37a2b7(0x11b)][_0x37a2b7(0x16a)][_0x37a2b7(0x166)](_0x37a2b7(0x114)))return{};const _0x1a6115=this[_0x37a2b7(0x11b)][_0x37a2b7(0x16a)][_0x37a2b7(0x168)](_0x37a2b7(0x114)),_0x5a5872=_0x1a6115[_0x37a2b7(0x15b)],_0x3f6de3={};if(_0x37a2b7(0x120)===_0x5a5872){for(const _0x3c6d0c of _0x1a6115[_0x37a2b7(0x146)]())_0x3f6de3[_0x3c6d0c]=_0x1a6115[_0x37a2b7(0x103)](_0x3c6d0c)||_0x3c6d0c;}else{const _0x28a76b=_0x37a2b7(0x144)===_0x5a5872?_0x1a6115[_0x37a2b7(0x11e)]():_0x1a6115[_0x37a2b7(0x12d)](_0x5a5872,!0x0);for(const _0x1d80cb of Object[_0x37a2b7(0x15d)](_0x28a76b)){const [_0x4a5ed6,_0x47f02e]=_0x1d80cb;_0x3f6de3[_0x4a5ed6]=null!==_0x47f02e?_0x47f02e:_0x1a6115[_0x37a2b7(0x103)](_0x4a5ed6)||_0x4a5ed6;}}return{'mergeFieldsData':_0x3f6de3};}[_0x173483(0x163)](_0x2c5d2c,_0x51a2bd,_0x4b3c06){const _0x129c93=_0x173483;let _0x211851;if(_0x129c93(0x128)==typeof _0x2c5d2c){const _0x56b5e0=_0x51a2bd[_0x129c93(0x116)][_0x129c93(0x145)][_0x129c93(0x117)]()[0x0];_0x211851={[_0x56b5e0]:_0x2c5d2c};}else _0x211851=_0x2c5d2c;const _0x20c36d=this[_0x129c93(0x167)](_0x211851,_0x51a2bd),_0x35b846=function(_0xc58d23,_0x4adfaa){const _0x148ea1=_0x129c93;for(const [_0x28c849,_0x250725]of _0xc58d23)_0x250725[_0x148ea1(0x112)]=_0x4adfaa[_0x28c849][_0x148ea1(0x139)][_0x148ea1(0x123)][_0x148ea1(0x109)](_0x148ea1(0x113),'');return _0xc58d23;}(this[_0x129c93(0x12c)](_0x51a2bd)[_0x129c93(0x10e)]((_0x5ea6f4,_0x1ee17b)=>(_0x5ea6f4[_0x129c93(0x14f)]([_0x1ee17b,{'content':_0x20c36d[_0x1ee17b],'classes':''}]),_0x5ea6f4),[]),_0x4b3c06);return _0x35b846;}[_0x173483(0x167)](_0xe8eff9,_0x491739){const _0x450a84=_0x173483;if(!_0x491739[_0x450a84(0x16a)][_0x450a84(0x166)](_0x450a84(0x153)))return _0xe8eff9;const _0x5a4224=_0x491739[_0x450a84(0x16a)][_0x450a84(0x168)](_0x450a84(0x153));for(const [_0x23e27c,_0x10d1cc]of Object[_0x450a84(0x15d)](_0xe8eff9)){const _0xf3383=document[_0x450a84(0x131)](_0x450a84(0x115));_0xf3383[_0x450a84(0x111)]=_0x10d1cc,(_0xf3383[_0x450a84(0x142)](_0x450a84(0x106))[_0x450a84(0x10d)](_0xbd49d4=>{const _0x24caa2=_0x450a84,_0x444333=_0xbd49d4[_0x24caa2(0x15f)](_0x24caa2(0x125));if(_0x444333){const _0x34d1a9=_0x444333[_0x24caa2(0x16c)](_0x24caa2(0x11d));if(_0x34d1a9){const _0x4d9b7f=_0x5a4224[_0x24caa2(0x136)][_0x24caa2(0x162)](new _0x69fa8(_0x491739[_0x24caa2(0x138)][_0x24caa2(0x126)][_0x24caa2(0x145)]),_0x34d1a9,{'elementName':'','renderForEditingView':!0x0}),_0x53b78d=document[_0x24caa2(0x131)](_0x24caa2(0x115));_0x53b78d[_0x24caa2(0x139)][_0x24caa2(0x127)](_0x24caa2(0x140)),_0x4d9b7f[_0x24caa2(0x160)](_0x53b78d,_0x491739[_0x24caa2(0x138)][_0x24caa2(0x126)][_0x24caa2(0x141)]),_0x444333[_0x24caa2(0x124)](_0x53b78d);}}}),_0xe8eff9[_0x23e27c]=_0xf3383[_0x450a84(0x111)]);}return _0xe8eff9;}[_0x173483(0x12c)](_0x34650a){const _0x446402=_0x173483;if(!function(_0x47b8a1){const _0x754f6c=_0x51f8;return void 0x0!==_0x47b8a1[_0x754f6c(0x13e)];}(_0x34650a))return _0x34650a[_0x446402(0x116)][_0x446402(0x145)][_0x446402(0x117)]();const _0x46cf38=[],_0x5a2c96=new Map();for(const _0x197ea4 of _0x34650a[_0x446402(0x116)][_0x446402(0x145)][_0x446402(0x117)]()){const _0x2b9197=_0x34650a[_0x446402(0x138)][_0x446402(0x126)][_0x446402(0x151)](_0x197ea4)[_0x446402(0x122)]()[_0x446402(0x12b)](0x0);_0x46cf38[_0x446402(0x14f)](_0x197ea4),_0x5a2c96[_0x446402(0x110)](_0x197ea4,_0x2b9197);}return _0x46cf38[_0x446402(0x10a)]((_0x5f50d8,_0x37442d)=>{const _0x13bc2b=_0x446402,_0x54de46=_0x5a2c96[_0x13bc2b(0x168)](_0x5f50d8),_0x572f63=_0x5a2c96[_0x13bc2b(0x168)](_0x37442d);return _0x54de46['y']-_0x572f63['y']||_0x54de46['x']-_0x572f63['x'];}),_0x46cf38;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5e94e4=_0x3fbe;(function(_0x48b5bb,_0x5784a3){const _0x9fe10f=_0x3fbe,_0x9fa879=_0x48b5bb();while(!![]){try{const _0x2d3820=-parseInt(_0x9fe10f(0x7f))/0x1+parseInt(_0x9fe10f(0x9e))/0x2*(parseInt(_0x9fe10f(0xa2))/0x3)+-parseInt(_0x9fe10f(0x7a))/0x4*(-parseInt(_0x9fe10f(0xab))/0x5)+-parseInt(_0x9fe10f(0x85))/0x6+parseInt(_0x9fe10f(0x8c))/0x7+-parseInt(_0x9fe10f(0xa5))/0x8+parseInt(_0x9fe10f(0x9d))/0x9;if(_0x2d3820===_0x5784a3)break;else _0x9fa879['push'](_0x9fa879['shift']());}catch(_0x3e559c){_0x9fa879['push'](_0x9fa879['shift']());}}}(_0x40c0,0xe52b5));function _0x40c0(){const _0x15b78a=['*Remove\x20format:*\x20%0','toLowerCase','has','get','commandName','SuperscriptEditing','StrikethroughEditing','registerAttributeLabel','underline','registerDescriptionCallback','subscript','italic','SubscriptEditing','BoldEditing','762174EIQCrk','9918aqAGhk','plugins','descriptionFactory','code','354RkyRLA','FORMAT_','UnderlineEditing','14295552VSnuVB','commandParams','TrackChangesEditing','enableDefaultAttributesIntegration','_registerLegacyDescription','FORMAT_BOLD','8332690UKkXsm','toUpperCase','locale','FORMAT_SUPERSCRIPT','forceValue','FORMAT_UNDERLINE','4vmTlyt','type','*Format:*\x20%0','CodeEditing','slice','673176mKovkA','editor','FORMAT_STRIKETHROUGH','FORMAT_CODE','bold','superscript','4078152lVYBpC','FORMAT_SUBSCRIPT','formatInline','strikethrough','afterInit','ItalicEditing','registerInlineAttribute','12194721tkZKce','FORMAT_ITALIC','format'];_0x40c0=function(){return _0x15b78a;};return _0x40c0();}function _0x3fbe(_0x42aa91,_0x2785d4){const _0x40c043=_0x40c0();return _0x3fbe=function(_0x3fbed6,_0x393d32){_0x3fbed6=_0x3fbed6-0x77;let _0x580285=_0x40c043[_0x3fbed6];return _0x580285;},_0x3fbe(_0x42aa91,_0x2785d4);}import{Plugin as _0x2fad61}from'ckeditor5/src/core.js';import{getTranslation as _0x37caae}from'../utils/common-translations.js';const ti=[_0x5e94e4(0x9c),_0x5e94e4(0x8a),_0x5e94e4(0xa4),_0x5e94e4(0x7d),_0x5e94e4(0x95),_0x5e94e4(0x9b),_0x5e94e4(0x94)];export class TrackChangesBasicStyles extends _0x2fad61{[_0x5e94e4(0x89)](){const _0x3bdede=_0x5e94e4,_0x3a7adb=this[_0x3bdede(0x80)],_0x1078df=_0x3a7adb[_0x3bdede(0x9f)][_0x3bdede(0x92)](_0x3bdede(0xa7)),_0x1d049f=_0x3a7adb[_0x3bdede(0xad)];for(const _0x1cc1b1 of ti){if(!_0x3a7adb[_0x3bdede(0x9f)][_0x3bdede(0x91)](_0x1cc1b1))continue;const _0xa85dbc=_0x1cc1b1[_0x3bdede(0x7e)](0x0,-0x7)[_0x3bdede(0x90)](),_0x3d600c=_0x3bdede(0xa3)+_0xa85dbc[_0x3bdede(0xac)]();_0x1078df[_0x3bdede(0xa8)](_0xa85dbc),_0x1078df[_0x3bdede(0x8b)](_0xa85dbc),_0x1078df[_0x3bdede(0xa0)][_0x3bdede(0x96)](_0xa85dbc,_0x37caae(_0x1d049f,_0x3d600c));}this[_0x3bdede(0xa9)]();}[_0x5e94e4(0xa9)](){const _0x59ab27=_0x5e94e4,_0x116b0d=this[_0x59ab27(0x80)],_0xd812fd=_0x116b0d[_0x59ab27(0xad)],_0x4055cc=_0x116b0d[_0x59ab27(0x9f)][_0x59ab27(0x92)](_0x59ab27(0xa7));function _0x5e66a1(_0x289127,_0x1321da){const _0x27910c=_0x59ab27;_0x4055cc[_0x27910c(0xa0)][_0x27910c(0x98)](_0x14ade8=>{const _0x52b51b=_0x27910c;if(_0x52b51b(0x87)!=_0x14ade8[_0x52b51b(0x7b)])return;const {data:_0x100909}=_0x14ade8;return _0x100909&&_0x100909[_0x52b51b(0x93)]===_0x289127?_0x100909[_0x52b51b(0xa6)][0x0][_0x52b51b(0x78)]?{'type':_0x52b51b(0x8e),'content':_0x37caae(_0xd812fd,_0x52b51b(0x7c),_0x1321da)}:{'type':_0x52b51b(0x8e),'content':_0x37caae(_0xd812fd,_0x52b51b(0x8f),_0x1321da)}:void 0x0;});}_0x5e66a1(_0x59ab27(0x83),_0x37caae(_0xd812fd,_0x59ab27(0xaa))),_0x5e66a1(_0x59ab27(0x9a),_0x37caae(_0xd812fd,_0x59ab27(0x8d))),_0x5e66a1(_0x59ab27(0x97),_0x37caae(_0xd812fd,_0x59ab27(0x79))),_0x5e66a1(_0x59ab27(0xa1),_0x37caae(_0xd812fd,_0x59ab27(0x82))),_0x5e66a1(_0x59ab27(0x88),_0x37caae(_0xd812fd,_0x59ab27(0x81))),_0x5e66a1(_0x59ab27(0x99),_0x37caae(_0xd812fd,_0x59ab27(0x86))),_0x5e66a1(_0x59ab27(0x84),_0x37caae(_0xd812fd,_0x59ab27(0x77)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x844913=_0x318a;(function(_0xd72fd,_0x2553ec){const _0x55e9de=_0x318a,_0x446e2c=_0xd72fd();while(!![]){try{const _0x344d44=-parseInt(_0x55e9de(0xfe))/0x1+parseInt(_0x55e9de(0x162))/0x2+-parseInt(_0x55e9de(0xf3))/0x3*(parseInt(_0x55e9de(0x137))/0x4)+parseInt(_0x55e9de(0x169))/0x5*(-parseInt(_0x55e9de(0x158))/0x6)+parseInt(_0x55e9de(0x11a))/0x7*(-parseInt(_0x55e9de(0x102))/0x8)+parseInt(_0x55e9de(0xcf))/0x9*(parseInt(_0x55e9de(0xf2))/0xa)+parseInt(_0x55e9de(0xd2))/0xb;if(_0x344d44===_0x2553ec)break;else _0x446e2c['push'](_0x446e2c['shift']());}catch(_0x260659){_0x446e2c['push'](_0x446e2c['shift']());}}}(_0x1f77,0xd507c));import{Plugin as _0x39d86e}from'ckeditor5/src/core.js';function _0x1f77(){const _0x415ab=['maxRow','classes','addRange','rootName','_getSuggestionCoords','insertTableColumnRight','minRow','isIntersecting','document','change','getChangedMarkers','oldRange','showSuggestionHighlights','nodeAfter','minColumn','first','removeTableRow','element','above','getRanges','afterInit','insertion','refresh','mapper','getCellLocation','position','*Insert:*\x20%0','markMultiRangeInsertion','_suggestionFactory','colspan','toViewElement','ELEMENT_TABLE_ROW','6ciyQKJ','ELEMENT_TABLE_WITH_TEXT','ELEMENT_TABLE_ROW_WITH_TEXT','setAttribute','deletion','last','markerName','type','isInContent','left','1412774eiUGUq','suggestion','cell','ELEMENT_TABLE_COLUMN','isEqual','includes','createRangeOn','3689830twMMqo','addClass','hasAttribute','differ','data','markMultiRangeDeletion','selection','map','writer','ELEMENT_TABLE_COLUMN_WITH_TEXT','getAttribute','model','editor','_splitMarkerName','833769hlIxNY','fromRange','registerDescriptionCallback','46479048WJXHec','getChildren','order','selectTableColumn','locale','get','insert','_acceptFormatSuggestionCallbackFactory','getContainedElement','filter','end','MIN_SAFE_INTEGER','createRangeIn','has','removeTableColumn','_setupColumnsRowsFixing','some','createPositionAt','enqueueChange','insertTableRowBelow','$graveyard','max','createTableWalker','downcastDispatcher','toLowerCase','_tablePostFixingSubtypes','removeClass','getChanges','getRowIndexes','tableColumn','_getCoordsForCells','*Remove:*\x20%0','100OfvcgX','9kGRKCc','rowspan','startsWith','insertTable','getItems','name','discard','every','subType','forceValue','descriptionFactory','1392218aQAIdg','plugins','item','tableRow','23024JJrHYM','nodeBefore','addMarker:suggestion','detach','TrackChangesEditing','substr','registerPostFixer','getColumnIndexes','$textProxy','start','enableCommand','low','removeAttribute','table','execute','tablePaste','maxColumn','getFirstRange','data-author-id','accept','join','_tableSuggestions','root','highest','4179egGirP','push','commands','tableCell','TableEditing','span','values','setSelection','from','options','isTouching','ELEMENT_TABLE','add','change:data','selectTableRow','insertTableColumnLeft','insertTableRowAbove','findAncestor','MAX_SAFE_INTEGER','TableUtils','batch','isIntersectingWithRange','registerCustomCallback','min','length','data-suggestion-id','registerElementLabel','getSelectionAffectedTableCells','getSuggestion','1516324ASQAGg'];_0x1f77=function(){return _0x415ab;};return _0x1f77();}import{ModelLiveRange as _0x476533}from'ckeditor5/src/engine.js';function _0x318a(_0x3cf261,_0x3e09b6){const _0x1f7790=_0x1f77();return _0x318a=function(_0x318a40,_0x158ecc){_0x318a40=_0x318a40-0xc5;let _0x3bd9b2=_0x1f7790[_0x318a40];return _0x3bd9b2;},_0x318a(_0x3cf261,_0x3e09b6);}import{toArray as _0x109de4}from'ckeditor5/src/utils.js';import{setHighlightHandling as _0x22b3e8}from'ckeditor5/src/widget.js';import{getTranslation as _0x4d128e}from'../utils/common-translations.js';export class TrackChangesTable extends _0x39d86e{[_0x844913(0xeb)];[_0x844913(0x117)];constructor(_0x126893){const _0x2dda32=_0x844913;super(_0x126893),this[_0x2dda32(0xeb)]=[_0x2dda32(0x101),_0x2dda32(0xef)],this[_0x2dda32(0x117)]=new Set();}[_0x844913(0x14c)](){const _0x472bbc=_0x844913,_0x4ef933=this[_0x472bbc(0xcd)],_0x2739b1=_0x4ef933[_0x472bbc(0xcc)][_0x472bbc(0x140)][_0x472bbc(0xc7)];if(!_0x4ef933[_0x472bbc(0xff)][_0x472bbc(0xdf)](_0x472bbc(0x11e)))return;const _0xeb82a7=_0x4ef933[_0x472bbc(0xd6)],_0x28c07d=_0x4ef933[_0x472bbc(0xff)][_0x472bbc(0xd7)](_0x472bbc(0x106)),_0x469d2c=_0x4ef933[_0x472bbc(0xff)][_0x472bbc(0xd7)](_0x472bbc(0x12d));_0x28c07d[_0x472bbc(0xfd)][_0x472bbc(0x134)](_0x472bbc(0x10f),_0x1dacd9=>_0x4d128e(_0xeb82a7,_0x472bbc(0x125),_0x1dacd9)),this[_0x472bbc(0xe1)](),_0x28c07d[_0x472bbc(0x10c)](_0x472bbc(0xf6)),_0x28c07d[_0x472bbc(0x10c)](_0x472bbc(0x128)),_0x28c07d[_0x472bbc(0x10c)](_0x472bbc(0xd5));for(const _0x50bd18 of[_0x472bbc(0x12a),_0x472bbc(0xe5)]){const _0x3d504b=_0x4ef933[_0x472bbc(0x11c)][_0x472bbc(0xd7)](_0x50bd18);_0x28c07d[_0x472bbc(0x10c)](_0x50bd18,_0x1bbaaa=>{const _0x826c99=_0x472bbc;_0x4ef933[_0x826c99(0xcc)][_0x826c99(0x141)](_0x59cb17=>{const _0x519021=_0x826c99;_0x1bbaaa();const _0x959bad=_0x519021(0x14a)===_0x3d504b[_0x519021(0xd4)],_0x286f33=_0x469d2c[_0x519021(0x135)](_0x2739b1),_0x503352=_0x469d2c[_0x519021(0xee)](_0x286f33),_0x347f33=_0x959bad?_0x503352[_0x519021(0x147)]-0x1:_0x503352[_0x519021(0x15d)]+0x1,_0x29ed8a=_0x286f33[0x0][_0x519021(0x12b)](_0x519021(0x10f)),_0x403a67=_0x469d2c[_0x519021(0xe8)](_0x29ed8a,{'startRow':_0x347f33,'endRow':_0x347f33}),_0x91dd01=Array[_0x519021(0x122)](_0x403a67)[_0x519021(0xc8)](_0x5b522c=>_0x59cb17[_0x519021(0x168)](_0x5b522c[_0x519021(0x164)]));_0x28c07d[_0x519021(0x153)](_0x91dd01,_0x519021(0x101));});});}for(const _0x171958 of[_0x472bbc(0x129),_0x472bbc(0x13d)]){const _0xbf9b00=_0x4ef933[_0x472bbc(0x11c)][_0x472bbc(0xd7)](_0x171958);_0x28c07d[_0x472bbc(0x10c)](_0x171958,_0x3280e0=>{const _0x11e928=_0x472bbc;_0x4ef933[_0x11e928(0xcc)][_0x11e928(0x141)](_0x14e389=>{const _0x390d48=_0x11e928;_0x3280e0();const _0x4d6212=_0x390d48(0x161)===_0xbf9b00[_0x390d48(0xd4)],_0x444753=_0x469d2c[_0x390d48(0x135)](_0x2739b1),_0x15799c=_0x469d2c[_0x390d48(0x109)](_0x444753),_0x3bfb7b=_0x4d6212?_0x15799c[_0x390d48(0x147)]-0x1:_0x15799c[_0x390d48(0x15d)]+0x1,_0x1dcaf3=_0x444753[0x0][_0x390d48(0x12b)](_0x390d48(0x10f)),_0x2018b1=_0x469d2c[_0x390d48(0xe8)](_0x1dcaf3,{'startRow':0x0,'column':_0x3bfb7b,'includeAllSlots':!0x1}),_0x284abe=Array[_0x390d48(0x122)](_0x2018b1)[_0x390d48(0xc8)](_0x19610c=>_0x14e389[_0x390d48(0x168)](_0x19610c[_0x390d48(0x164)]));_0x28c07d[_0x390d48(0x153)](_0x284abe,_0x390d48(0xef));});});}for(const _0x204972 of[_0x472bbc(0x148),_0x472bbc(0xe0)]){const _0x947ec6=_0x204972[_0x472bbc(0x107)](0xb),_0x338fa5=_0x947ec6[_0x472bbc(0xea)](),_0x3bab7d=_0x338fa5[_0x472bbc(0x107)](0x0,0x3)+_0x472bbc(0x11f),_0x5c517b=_0x472bbc(0x10f)+_0x947ec6,_0x1da4c4=_0x472bbc(0x131)+_0x947ec6,_0x57a093=_0x472bbc(0xe7)+_0x947ec6;_0x28c07d[_0x472bbc(0x10c)](_0x204972,()=>{const _0x186e08=_0x472bbc;_0x4ef933[_0x186e08(0xcc)][_0x186e08(0x141)](_0x2c3569=>{const _0x41144f=_0x186e08,_0x28a3c5=_0x469d2c[_0x41144f(0x135)](_0x2739b1),_0x3bb0a9=_0x28a3c5[0x0][_0x41144f(0x12b)](_0x41144f(0x10f));let _0x115772;if(_0x41144f(0x148)==_0x204972){const _0x15ef3b=_0x469d2c[_0x41144f(0xee)](_0x28a3c5);_0x115772={'startRow':_0x15ef3b[_0x41144f(0x147)],'endRow':_0x15ef3b[_0x41144f(0x15d)],'includeAllSlots':!0x0};}else{const _0x52f5e7=_0x469d2c[_0x41144f(0x109)](_0x28a3c5);_0x115772={'startColumn':_0x52f5e7[_0x41144f(0x147)],'endColumn':_0x52f5e7[_0x41144f(0x15d)],'includeAllSlots':!0x0};}const _0x4ec9b4=_0x469d2c[_0x41144f(0xe8)](_0x3bb0a9,_0x115772),_0x55a267=Array[_0x41144f(0x122)](_0x4ec9b4)[_0x41144f(0xc8)](({cell:_0x154330})=>_0x154330),_0x2dc54e=Ae(_0x55a267[_0x41144f(0xdb)](_0x5684d0=>_0x5684d0[_0x41144f(0x16b)](_0x3bab7d))),_0x393981=Ae(_0x55a267[_0x41144f(0xdb)](_0xf73508=>!_0xf73508[_0x41144f(0x16b)](_0x3bab7d)))[_0x41144f(0xc8)](_0x4f0b09=>_0x2c3569[_0x41144f(0x168)](_0x4f0b09)),_0x111cc3=_0x28c07d[_0x41144f(0xc6)](_0x393981,_0x5c517b);if(_0x111cc3&&(_0x41144f(0x101)==_0x111cc3[_0x41144f(0xfb)]||_0x41144f(0xef)==_0x111cc3[_0x41144f(0xfb)])){const _0x384c31=this[_0x41144f(0x13c)](_0x111cc3);for(const _0x261f19 of _0x2dc54e){const _0x267660=_0x2c3569[_0x41144f(0x168)](_0x261f19),_0x5e86f3=_0x469d2c[_0x41144f(0x150)](_0x261f19),_0x15fb39=_0x261f19[_0x41144f(0xcb)](_0x3bab7d)-0x1,_0x3e1ca0=_0x384c31[_0x1da4c4],_0x9d8d52=_0x384c31[_0x57a093];_0x3e1ca0<=_0x5e86f3[_0x338fa5]&&_0x5e86f3[_0x338fa5]+_0x15fb39<=_0x9d8d52&&_0x111cc3[_0x41144f(0x13a)](_0x267660);}}});});}function _0x4a174d(_0x17501f){const _0x2a65f6=_0x472bbc,_0x34d302=Array[_0x2a65f6(0x122)](_0x2739b1[_0x2a65f6(0x14b)]())[_0x2a65f6(0xc8)](_0x38312e=>_0x476533[_0x2a65f6(0xd0)](_0x38312e));_0x4ef933[_0x2a65f6(0xcc)][_0x2a65f6(0x141)](_0x58e0ae=>{const _0x2aa5c8=_0x2a65f6,_0x299955=_0x58e0ae[_0x2aa5c8(0x12e)];_0x17501f=_0x17501f[_0x2aa5c8(0xdb)](_0x41db25=>_0x2aa5c8(0xe6)!=_0x41db25[_0x2aa5c8(0x118)][_0x2aa5c8(0x13b)]),_0x58e0ae[_0x2aa5c8(0x121)](_0x17501f),_0x4ef933[_0x2aa5c8(0x11c)][_0x2aa5c8(0xd7)](_0x2aa5c8(0x148))[_0x2aa5c8(0x14e)](),_0x4ef933[_0x2aa5c8(0x110)](_0x2aa5c8(0x148),{'forceDefaultExecution':!0x0}),_0x4ef933[_0x2aa5c8(0xcc)][_0x2aa5c8(0xe4)](()=>{const _0x5bd13b=_0x2aa5c8;_0x4ef933[_0x5bd13b(0xcc)][_0x5bd13b(0xe4)](_0x299955,_0x4e3171=>{const _0x59e494=_0x5bd13b,_0x4caba0=_0x34d302[_0x59e494(0xdb)](_0x5c281e=>_0x59e494(0xe6)!=_0x5c281e[_0x59e494(0x118)][_0x59e494(0x13b)]);_0x4caba0[_0x59e494(0x132)]>0x0&&_0x4e3171[_0x59e494(0x121)](_0x4caba0);for(const _0x29529a of _0x34d302)_0x29529a[_0x59e494(0x105)]();});});});}function _0x2c6315(_0x18e21b){const _0x2632d0=_0x472bbc;_0x4ef933[_0x2632d0(0xcc)][_0x2632d0(0x141)](_0x57c1f4=>{const _0x233eab=_0x2632d0,_0x1a2d9a=Array[_0x233eab(0x122)](_0x2739b1[_0x233eab(0x14b)]())[_0x233eab(0xc8)](_0x2937f0=>_0x476533[_0x233eab(0xd0)](_0x2937f0)),_0x778e81=[];for(const _0x1d71dc of _0x18e21b)for(const _0x3b0e9c of _0x1d71dc[_0x233eab(0xf7)]({'shallow':!0x0}))_0x778e81[_0x233eab(0x11b)](_0x3b0e9c);for(const _0x5c457e of _0x778e81)_0x233eab(0xe6)!=_0x5c457e[_0x233eab(0x118)][_0x233eab(0x13b)]&&(_0x57c1f4[_0x233eab(0x121)](_0x57c1f4[_0x233eab(0xe3)](_0x5c457e,0x0)),_0x4ef933[_0x233eab(0x11c)][_0x233eab(0xd7)](_0x233eab(0xe0))[_0x233eab(0x14e)](),_0x4ef933[_0x233eab(0x110)](_0x233eab(0xe0),{'forceDefaultExecution':!0x0}));const _0x3edfc4=_0x1a2d9a[_0x233eab(0xdb)](_0x5ed5ee=>_0x233eab(0xe6)!=_0x5ed5ee[_0x233eab(0x118)][_0x233eab(0x13b)]);_0x3edfc4[_0x233eab(0x132)]>0x0&&_0x57c1f4[_0x233eab(0x121)](_0x3edfc4);for(const _0x26374b of _0x1a2d9a)_0x26374b[_0x233eab(0x105)]();});}function _0x464bce(_0x233430,_0x2de8c4){const _0xae0b88=_0x472bbc;return _0x2de8c4[_0xae0b88(0xfa)](_0x3ec551=>_0x233430[_0xae0b88(0xe2)](_0x42b38c=>_0x42b38c[_0xae0b88(0xdc)][_0xae0b88(0x166)](_0x3ec551[_0xae0b88(0x10b)])||_0x3ec551[_0xae0b88(0xdc)][_0xae0b88(0x166)](_0x42b38c[_0xae0b88(0x10b)])));}function _0x4674e1(_0x31e418,_0x2cee3d){const _0x11bb02=_0x472bbc;return!_0x31e418[_0x11bb02(0xe2)](_0x5ef9da=>_0x2cee3d[_0x11bb02(0xe2)](_0x2f43cb=>_0x5ef9da[_0x11bb02(0x13f)](_0x2f43cb)))&&_0x31e418[_0x11bb02(0xe2)](_0x3ece2d=>_0x2cee3d[_0x11bb02(0xe2)](_0xd600f8=>_0x3ece2d[_0x11bb02(0xdc)][_0x11bb02(0x124)](_0xd600f8[_0x11bb02(0x10b)])));}_0x4ef933[_0x472bbc(0xc5)][_0x472bbc(0xe9)]['on'](_0x472bbc(0x104),(_0x36a5cd,_0x2f125b,_0x51f9c1)=>{const _0x54dab2=_0x472bbc;if(!_0x51f9c1[_0x54dab2(0x123)][_0x54dab2(0x144)])return;const _0x3e2dda=_0x2f125b[_0x54dab2(0x100)];if(!_0x3e2dda||!_0x3e2dda['is'](_0x54dab2(0x149),_0x54dab2(0x11d)))return;const _0x52096c=_0x51f9c1[_0x54dab2(0x14f)][_0x54dab2(0x156)](_0x3e2dda);if(_0x52096c){const {id:_0x6dd9ec,authorId:_0x51b15b}=_0x28c07d[_0x54dab2(0xce)](_0x2f125b[_0x54dab2(0x15e)]);_0x22b3e8(_0x52096c,_0x51f9c1[_0x54dab2(0xc9)],(_0x205541,_0x32daa3,_0x11225a)=>{const _0x30248a=_0x54dab2;_0x11225a[_0x30248a(0x16a)](_0x109de4(_0x32daa3[_0x30248a(0x139)]),_0x205541),_0x11225a[_0x30248a(0x15b)](_0x30248a(0x133),_0x6dd9ec,_0x205541),_0x11225a[_0x30248a(0x15b)](_0x30248a(0x114),_0x51b15b,_0x205541);},(_0x3db0a0,_0x1af6ea,_0x55c3e1)=>{const _0x58c3ce=_0x54dab2;_0x55c3e1[_0x58c3ce(0xec)](_0x109de4(_0x1af6ea[_0x58c3ce(0x139)]),_0x3db0a0),_0x55c3e1[_0x58c3ce(0x10e)](_0x58c3ce(0x133),_0x3db0a0),_0x55c3e1[_0x58c3ce(0x10e)](_0x58c3ce(0x114),_0x3db0a0);});}},{'priority':_0x472bbc(0x119)}),_0x28c07d[_0x472bbc(0xfd)][_0x472bbc(0xd1)](_0x409b0a=>{const _0x15b917=_0x472bbc;if(_0x15b917(0x14d)!=_0x409b0a[_0x15b917(0x15f)]&&_0x15b917(0x15c)!=_0x409b0a[_0x15b917(0x15f)])return;const _0x40e931=_0x409b0a[_0x15b917(0xda)]();if(null!=_0x40e931&&_0x40e931['is'](_0x15b917(0x149),_0x15b917(0x10f))){if(_0x15b917(0x14d)==_0x409b0a[_0x15b917(0x15f)]){const _0x1e5b5c=_0x409b0a[_0x15b917(0xf7)]()[_0x15b917(0xdb)](_0xf891e1=>_0xf891e1['is'](_0x15b917(0x10a)))[_0x15b917(0xc8)](_0x540e68=>_0x540e68[_0x15b917(0xc5)]);if(_0x1e5b5c[_0x15b917(0x132)])return{'type':_0x15b917(0x14d),'content':_0x4d128e(_0xeb82a7,_0x15b917(0x152),_0x4d128e(_0xeb82a7,_0x15b917(0x159),'\x22'+_0x1e5b5c[_0x15b917(0x116)]('\x20')+'\x22'))};}if(_0x15b917(0x15c)==_0x409b0a[_0x15b917(0x15f)]){const _0x4708a6=_0x409b0a[_0x15b917(0xf7)]()[_0x15b917(0xdb)](_0x46cd9d=>_0x46cd9d['is'](_0x15b917(0x10a)))[_0x15b917(0xc8)](_0x3b8252=>_0x3b8252[_0x15b917(0xc5)]);if(_0x4708a6[_0x15b917(0x132)])return{'type':_0x15b917(0x15c),'content':_0x4d128e(_0xeb82a7,_0x15b917(0xf1),_0x4d128e(_0xeb82a7,_0x15b917(0x159),'\x22'+_0x4708a6[_0x15b917(0x116)]('\x20')+'\x22'))};}}}),_0x28c07d[_0x472bbc(0xfd)][_0x472bbc(0xd1)](_0x1f1a2d=>{const _0x47ac51=_0x472bbc;if(_0x47ac51(0x101)==_0x1f1a2d[_0x47ac51(0xfb)]){const _0x575b0b=_0x1f1a2d[_0x47ac51(0xf7)]()[_0x47ac51(0xdb)](_0xf66853=>_0xf66853['is'](_0x47ac51(0x10a)))[_0x47ac51(0xc8)](_0x262b90=>_0x262b90[_0x47ac51(0xc5)]),_0x27c228=this[_0x47ac51(0x13c)](_0x1f1a2d),_0x4d53a9=_0x27c228[_0x47ac51(0x138)]-_0x27c228[_0x47ac51(0x13e)]+0x1;if(_0x47ac51(0x14d)==_0x1f1a2d[_0x47ac51(0x15f)])return _0x575b0b[_0x47ac51(0x132)]?{'type':_0x47ac51(0x14d),'content':_0x4d128e(_0xeb82a7,_0x47ac51(0x152),_0x4d128e(_0xeb82a7,_0x47ac51(0x15a),[_0x4d53a9,'\x22'+_0x575b0b[_0x47ac51(0x116)]('\x20')+'\x22']))}:{'type':_0x47ac51(0x14d),'content':_0x4d128e(_0xeb82a7,_0x47ac51(0x152),_0x4d128e(_0xeb82a7,_0x47ac51(0x157),_0x4d53a9))};if(_0x47ac51(0x15c)==_0x1f1a2d[_0x47ac51(0x15f)])return _0x575b0b[_0x47ac51(0x132)]?{'type':_0x47ac51(0x15c),'content':_0x4d128e(_0xeb82a7,_0x47ac51(0xf1),_0x4d128e(_0xeb82a7,_0x47ac51(0x15a),[_0x4d53a9,'\x22'+_0x575b0b[_0x47ac51(0x116)]('\x20')+'\x22']))}:{'type':_0x47ac51(0x15c),'content':_0x4d128e(_0xeb82a7,_0x47ac51(0xf1),_0x4d128e(_0xeb82a7,_0x47ac51(0x157),_0x4d53a9))};}if(_0x47ac51(0xef)==_0x1f1a2d[_0x47ac51(0xfb)]){const _0x52a281=_0x1f1a2d[_0x47ac51(0xf7)]()[_0x47ac51(0xdb)](_0x339afc=>_0x339afc['is'](_0x47ac51(0x10a)))[_0x47ac51(0xc8)](_0x16c553=>_0x16c553[_0x47ac51(0xc5)]),_0x4ceedb=this[_0x47ac51(0x13c)](_0x1f1a2d),_0x359a04=_0x4ceedb[_0x47ac51(0x112)]-_0x4ceedb[_0x47ac51(0x146)]+0x1;if(_0x47ac51(0x14d)==_0x1f1a2d[_0x47ac51(0x15f)])return _0x52a281[_0x47ac51(0x132)]?{'type':_0x47ac51(0x14d),'content':_0x4d128e(_0xeb82a7,_0x47ac51(0x152),_0x4d128e(_0xeb82a7,_0x47ac51(0xca),[_0x359a04,'\x22'+_0x52a281[_0x47ac51(0x116)]('\x20')+'\x22']))}:{'type':_0x47ac51(0x14d),'content':_0x4d128e(_0xeb82a7,_0x47ac51(0x152),_0x4d128e(_0xeb82a7,_0x47ac51(0x165),_0x359a04))};if(_0x47ac51(0x15c)==_0x1f1a2d[_0x47ac51(0x15f)])return _0x52a281[_0x47ac51(0x132)]?{'type':_0x47ac51(0x15c),'content':_0x4d128e(_0xeb82a7,_0x47ac51(0xf1),_0x4d128e(_0xeb82a7,_0x47ac51(0xca),[_0x359a04,'\x22'+_0x52a281[_0x47ac51(0x116)]('\x20')+'\x22']))}:{'type':_0x47ac51(0x15c),'content':_0x4d128e(_0xeb82a7,_0x47ac51(0xf1),_0x4d128e(_0xeb82a7,_0x47ac51(0x165),_0x359a04))};}}),_0x28c07d[_0x472bbc(0x154)][_0x472bbc(0x130)](_0x472bbc(0x14d),_0x472bbc(0x101),_0x472bbc(0xf9),_0x4a174d),_0x28c07d[_0x472bbc(0x154)][_0x472bbc(0x130)](_0x472bbc(0x15c),_0x472bbc(0x101),_0x472bbc(0x115),_0x4a174d),_0x28c07d[_0x472bbc(0x154)][_0x472bbc(0x130)](_0x472bbc(0x14d),_0x472bbc(0xef),_0x472bbc(0xf9),_0x2c6315),_0x28c07d[_0x472bbc(0x154)][_0x472bbc(0x130)](_0x472bbc(0x15c),_0x472bbc(0xef),_0x472bbc(0x115),_0x2c6315),_0x28c07d[_0x472bbc(0x154)][_0x472bbc(0x130)](_0x472bbc(0x14d),_0x472bbc(0xef),_0x472bbc(0x116),_0x464bce),_0x28c07d[_0x472bbc(0x154)][_0x472bbc(0x130)](_0x472bbc(0x15c),_0x472bbc(0xef),_0x472bbc(0x116),_0x464bce),_0x28c07d[_0x472bbc(0x154)][_0x472bbc(0x130)](_0x472bbc(0x14d),_0x472bbc(0x101),_0x472bbc(0x116),_0x4674e1),_0x28c07d[_0x472bbc(0x154)][_0x472bbc(0x130)](_0x472bbc(0x15c),_0x472bbc(0x101),_0x472bbc(0x116),_0x4674e1);}[_0x844913(0xd9)](){const _0x41297e=_0x844913,_0x3a1626=this[_0x41297e(0xcd)],_0x42c05e=_0x3a1626[_0x41297e(0xcc)][_0x41297e(0x140)][_0x41297e(0xc7)];return(_0x5caa15,_0x118022)=>{const _0xf48555=_0x41297e;_0x3a1626[_0xf48555(0xcc)][_0xf48555(0x141)](_0x4af4ed=>{const _0x5e99ca=_0xf48555,{commandName:_0x2dbc26,commandParams:_0x58fd66}=_0x118022;let _0x3a09d4=_0x5caa15[0x0][_0x5e99ca(0xdc)][_0x5e99ca(0x103)];_0x58fd66&&_0x58fd66[0x0]&&!0x1===_0x58fd66[0x0][_0x5e99ca(0xfc)]&&(_0x3a09d4=_0x5caa15[0x0][_0x5e99ca(0x10b)][_0x5e99ca(0x145)]);const _0x23e7b9=_0x4af4ed[_0x5e99ca(0xde)](_0x3a09d4);if(_0x5e99ca(0xe6)==_0x23e7b9[_0x5e99ca(0x118)][_0x5e99ca(0x13b)])return;const _0x479bfe=Array[_0x5e99ca(0x122)](_0x42c05e[_0x5e99ca(0x14b)]())[_0x5e99ca(0xc8)](_0x4d4905=>_0x476533[_0x5e99ca(0xd0)](_0x4d4905));_0x4af4ed[_0x5e99ca(0x121)](_0x23e7b9),_0x3a1626[_0x5e99ca(0x11c)][_0x5e99ca(0xd7)](_0x2dbc26)[_0x5e99ca(0x14e)](),_0x58fd66[_0x5e99ca(0x11b)]({'forceDefaultExecution':!0x0}),_0x3a1626[_0x5e99ca(0x110)](_0x2dbc26,..._0x58fd66);const _0x34ed43=_0x479bfe[_0x5e99ca(0xdb)](_0x3fa476=>_0x5e99ca(0xe6)!=_0x3fa476[_0x5e99ca(0x118)][_0x5e99ca(0x13b)]);_0x34ed43[_0x5e99ca(0x132)]>0x0&&_0x4af4ed[_0x5e99ca(0x121)](_0x34ed43);for(const _0x562311 of _0x479bfe)_0x562311[_0x5e99ca(0x105)]();});};}[_0x844913(0xf0)](_0x31d713){const _0x45db4e=_0x844913,_0x2d8300=this[_0x45db4e(0xcd)][_0x45db4e(0xff)][_0x45db4e(0xd7)](_0x45db4e(0x12d));let _0x502f6a=Number[_0x45db4e(0x12c)],_0x103ae4=Number[_0x45db4e(0xdd)],_0x22295b=Number[_0x45db4e(0x12c)],_0x1686b7=Number[_0x45db4e(0xdd)];for(const _0x22c960 of _0x31d713){if(_0x45db4e(0xe6)==_0x22c960[_0x45db4e(0x118)][_0x45db4e(0x13b)])continue;const {row:_0x432b22,column:_0x104dc0}=_0x2d8300[_0x45db4e(0x150)](_0x22c960),_0x50daa1=_0x22c960[_0x45db4e(0x16b)](_0x45db4e(0xf4))?_0x22c960[_0x45db4e(0xcb)](_0x45db4e(0xf4))-0x1:0x0,_0x4833cc=_0x22c960[_0x45db4e(0x16b)](_0x45db4e(0x155))?_0x22c960[_0x45db4e(0xcb)](_0x45db4e(0x155))-0x1:0x0;_0x502f6a=_0x432b22<_0x502f6a?_0x432b22:_0x502f6a,_0x103ae4=_0x432b22+_0x50daa1>_0x103ae4?_0x432b22+_0x50daa1:_0x103ae4,_0x22295b=_0x104dc0<_0x22295b?_0x104dc0:_0x22295b,_0x1686b7=_0x104dc0+_0x4833cc>_0x1686b7?_0x104dc0+_0x4833cc:_0x1686b7;}return{'minRow':_0x502f6a,'maxRow':_0x103ae4,'minColumn':_0x22295b,'maxColumn':_0x1686b7};}[_0x844913(0xe1)](){const _0x21a843=_0x844913,_0x442076=this[_0x21a843(0xcd)],_0x1c9dc3=_0x442076[_0x21a843(0xff)][_0x21a843(0xd7)](_0x21a843(0x106)),_0xd7d0c0=_0x442076[_0x21a843(0xff)][_0x21a843(0xd7)](_0x21a843(0x12d));_0x442076[_0x21a843(0xcc)][_0x21a843(0x140)]['on'](_0x21a843(0x127),()=>{const _0x260063=_0x21a843,_0x20f87e=Array[_0x260063(0x122)](_0x442076[_0x260063(0xcc)][_0x260063(0x140)][_0x260063(0x16c)][_0x260063(0x142)]());for(const {name:_0x1f1ff3,data:_0x90dec1}of _0x20f87e){const {group:_0x2cd7ff,id:_0x58aafc,subType:_0x2f0d74}=_0x1c9dc3[_0x260063(0xce)](_0x1f1ff3);if(_0x260063(0x163)!=_0x2cd7ff)continue;if(null!=_0x90dec1[_0x260063(0x143)])continue;const _0x588ab2=_0x1c9dc3[_0x260063(0x136)](_0x58aafc);this[_0x260063(0xeb)][_0x260063(0x167)](_0x2f0d74)&&this[_0x260063(0x117)][_0x260063(0x126)](_0x588ab2);}},{'priority':_0x21a843(0x10d)});const _0x16f585=(_0x1da360,_0x1d78dd)=>{const _0x276052=_0x21a843;let _0x2e69cd=!0x1;const _0x572260=_0x1d78dd[_0x276052(0x168)](_0x1da360),_0xf163f7=_0x1da360[_0x276052(0x12b)](_0x276052(0x10f)),_0x37107e=_0xd7d0c0[_0x276052(0x150)](_0x1da360);for(const _0x406a7b of this[_0x276052(0x117)]){const _0x4fa31c=_0x406a7b[_0x276052(0xfb)],_0x20fb2f=_0x4fa31c[_0x276052(0xf5)](_0x276052(0x111)),_0x4d87ff=_0x4fa31c[_0x276052(0x107)](_0x20fb2f?0xa:0x5),_0x3597b9=_0x4d87ff[_0x276052(0xea)](),_0x3c90fc=_0x3597b9[_0x276052(0x107)](0x0,0x3)+_0x276052(0x11f),_0x5082dd=_0x276052(0x131)+_0x4d87ff,_0x18f531=_0x276052(0xe7)+_0x4d87ff;if(!_0x406a7b[_0x276052(0x160)])continue;if(_0xf163f7!=_0x406a7b[_0x276052(0x113)]()[_0x276052(0x10b)][_0x276052(0x12b)](_0x276052(0x10f)))continue;if(_0x406a7b[_0x276052(0x12f)](_0x572260))continue;const _0x3d9f27=_0x1da360[_0x276052(0x16b)](_0x3c90fc)?_0x1da360[_0x276052(0xcb)](_0x3c90fc)-0x1:0x0,_0x114962=this[_0x276052(0x13c)](_0x406a7b),_0x3188a6=_0x114962[_0x5082dd],_0x5e73f9=_0x114962[_0x18f531];_0x3188a6<=_0x37107e[_0x3597b9]&&_0x37107e[_0x3597b9]+_0x3d9f27<=_0x5e73f9&&(_0x406a7b[_0x276052(0x13a)](_0x572260),_0x2e69cd=!0x0);}return _0x2e69cd;};_0x442076[_0x21a843(0xcc)][_0x21a843(0x140)][_0x21a843(0x108)](_0xbad9b2=>{const _0x19f9b5=_0x21a843;let _0x557d14=!0x1;for(const _0x1816ef of _0x442076[_0x19f9b5(0xcc)][_0x19f9b5(0x140)][_0x19f9b5(0x16c)][_0x19f9b5(0xed)]())if(_0x19f9b5(0xd8)==_0x1816ef[_0x19f9b5(0x15f)]){if(_0x19f9b5(0x101)==_0x1816ef[_0x19f9b5(0xf8)]){for(const _0x575c8c of _0x1816ef[_0x19f9b5(0x151)][_0x19f9b5(0x145)][_0x19f9b5(0xd3)]())_0x557d14=_0x557d14||_0x16f585(_0x575c8c,_0xbad9b2);}else _0x19f9b5(0x11d)==_0x1816ef[_0x19f9b5(0xf8)]&&(_0x557d14=_0x557d14||_0x16f585(_0x1816ef[_0x19f9b5(0x151)][_0x19f9b5(0x145)],_0xbad9b2));}return _0x557d14;});}[_0x844913(0x13c)](_0x1b762d){const _0x1a1919=_0x844913;return this[_0x1a1919(0xf0)](_0x1b762d[_0x1a1919(0x14b)]()[_0x1a1919(0xc8)](_0x1844d2=>_0x1844d2[_0x1a1919(0x10b)][_0x1a1919(0x145)]));}}function Ae(_0x16f381){const _0x4c2081=_0x844913;return Array[_0x4c2081(0x122)](new Set(_0x16f381)[_0x4c2081(0x120)]());}
|
|
23
|
+
const _0x1fce3e=_0x43f5;(function(_0x4c16b7,_0x3efe45){const _0x32e6ab=_0x43f5,_0x42e52b=_0x4c16b7();while(!![]){try{const _0xb335c6=parseInt(_0x32e6ab(0x1bb))/0x1+parseInt(_0x32e6ab(0x1a0))/0x2*(parseInt(_0x32e6ab(0x1a8))/0x3)+-parseInt(_0x32e6ab(0x1f4))/0x4+-parseInt(_0x32e6ab(0x1aa))/0x5+-parseInt(_0x32e6ab(0x1e3))/0x6+parseInt(_0x32e6ab(0x158))/0x7*(-parseInt(_0x32e6ab(0x1ca))/0x8)+parseInt(_0x32e6ab(0x16d))/0x9*(parseInt(_0x32e6ab(0x1a7))/0xa);if(_0xb335c6===_0x3efe45)break;else _0x42e52b['push'](_0x42e52b['shift']());}catch(_0x5710f6){_0x42e52b['push'](_0x42e52b['shift']());}}}(_0x1b78,0x86099));import{Plugin as _0x533367}from'ckeditor5/src/core.js';import{ModelLiveRange as _0x2cb1cc}from'ckeditor5/src/engine.js';import{toArray as _0x37f35e}from'ckeditor5/src/utils.js';function _0x43f5(_0x2a8415,_0x5dedff){const _0x1b78a9=_0x1b78();return _0x43f5=function(_0x43f5b3,_0x31ef0d){_0x43f5b3=_0x43f5b3-0x152;let _0x2649a7=_0x1b78a9[_0x43f5b3];return _0x2649a7;},_0x43f5(_0x2a8415,_0x5dedff);}function _0x1b78(){const _0x58cd2a=['push','_tableSuggestions','execute','3240rsDXFU','1612743fGuqnn','insertTableRowAbove','964295rPvRdp','_splitMarkerName','suggestion','MIN_SAFE_INTEGER','maxRow','TrackChangesEditing','markMultiRangeInsertion','locale','above','low','getSelectionAffectedTableCells','setAttribute','nodeBefore','includes','afterInit','root','_getCoordsForCells','689233HeEWAi','cell','insertTableRowBelow','get','enqueueChange','$textProxy','values','options','selection','data-author-id','registerCustomCallback','_setupColumnsRowsFixing','ELEMENT_TABLE_ROW','addClass','isIntersectingWithRange','179704OdjRbz','toViewElement','insertTableColumnLeft','_acceptFormatSuggestionCallbackFactory','insertTableColumnRight','_suggestionFactory','*Insert:*\x20%0','change','isEqual','getChangedMarkers','isIntersecting','insertion','selectTableRow','classes','data-suggestion-id','span','insert','table','tableRow','isInContent','selectTableColumn','type','createRangeIn','getRanges','nodeAfter','6150972WjOsTO','removeAttribute','substr','_getSuggestionCoords','createTableWalker','removeTableRow','ELEMENT_TABLE_COLUMN_WITH_TEXT','every','some','max','join','isTouching','TableEditing','ELEMENT_TABLE','first','length','fromRange','1014232zkQOzQ','minColumn','left','position','getChildren','accept','last','detach','data','subType','registerDescriptionCallback','175arEntH','ELEMENT_TABLE_ROW_WITH_TEXT','registerPostFixer','getChanges','addMarker:suggestion','highest','getFirstRange','getColumnIndexes','mapper','$graveyard','insertTable','downcastDispatcher','item','getAttribute','hasAttribute','order','end','editor','removeTableColumn','minRow','name','22716WwyIHb','oldRange','add','rowspan','getContainedElement','showSuggestionHighlights','discard','tablePaste','differ','start','startsWith','getRowIndexes','ELEMENT_TABLE_COLUMN','findAncestor','setSelection','change:data','map','rootName','tableCell','plugins','writer','TableUtils','refresh','element','MAX_SAFE_INTEGER','deletion','has','maxColumn','_tablePostFixingSubtypes','createRangeOn','model','from','getCellLocation','getItems','registerElementLabel','ELEMENT_TABLE_WITH_TEXT','markMultiRangeDeletion','*Remove:*\x20%0','markerName','addRange','min','document','createPositionAt','removeClass','tableColumn','commands','getSuggestion','colspan','filter','batch','descriptionFactory','4pHgWuU','forceValue','toLowerCase','enableCommand'];_0x1b78=function(){return _0x58cd2a;};return _0x1b78();}import{setHighlightHandling as _0x2ec85f}from'ckeditor5/src/widget.js';import{getTranslation as _0x4b998b}from'../utils/common-translations.js';export class TrackChangesTable extends _0x533367{[_0x1fce3e(0x189)];[_0x1fce3e(0x1a5)];constructor(_0x582cca){const _0x371adc=_0x1fce3e;super(_0x582cca),this[_0x371adc(0x189)]=[_0x371adc(0x1dc),_0x371adc(0x199)],this[_0x371adc(0x1a5)]=new Set();}[_0x1fce3e(0x1b8)](){const _0x45a7aa=_0x1fce3e,_0x49308c=this[_0x45a7aa(0x169)],_0x4f23da=_0x49308c[_0x45a7aa(0x18b)][_0x45a7aa(0x196)][_0x45a7aa(0x1c3)];if(!_0x49308c[_0x45a7aa(0x180)][_0x45a7aa(0x187)](_0x45a7aa(0x1ef)))return;const _0x5275f9=_0x49308c[_0x45a7aa(0x1b1)],_0x5125ae=_0x49308c[_0x45a7aa(0x180)][_0x45a7aa(0x1be)](_0x45a7aa(0x1af)),_0x54d2c1=_0x49308c[_0x45a7aa(0x180)][_0x45a7aa(0x1be)](_0x45a7aa(0x182));_0x5125ae[_0x45a7aa(0x19f)][_0x45a7aa(0x18f)](_0x45a7aa(0x1db),_0x5e9131=>_0x4b998b(_0x5275f9,_0x45a7aa(0x1f0),_0x5e9131)),this[_0x45a7aa(0x1c6)](),_0x5125ae[_0x45a7aa(0x1a3)](_0x45a7aa(0x162)),_0x5125ae[_0x45a7aa(0x1a3)](_0x45a7aa(0x1d6)),_0x5125ae[_0x45a7aa(0x1a3)](_0x45a7aa(0x1de));for(const _0xbce4a1 of[_0x45a7aa(0x1a9),_0x45a7aa(0x1bd)]){const _0x4bfe8d=_0x49308c[_0x45a7aa(0x19a)][_0x45a7aa(0x1be)](_0xbce4a1);_0x5125ae[_0x45a7aa(0x1a3)](_0xbce4a1,_0x2f7af1=>{const _0x5e4bcc=_0x45a7aa;_0x49308c[_0x5e4bcc(0x18b)][_0x5e4bcc(0x1d1)](_0x405254=>{const _0x378ddf=_0x5e4bcc;_0x2f7af1();const _0x5bdb47=_0x378ddf(0x1b2)===_0x4bfe8d[_0x378ddf(0x167)],_0x44ef3c=_0x54d2c1[_0x378ddf(0x1b4)](_0x4f23da),_0x1da87c=_0x54d2c1[_0x378ddf(0x178)](_0x44ef3c),_0x36749f=_0x5bdb47?_0x1da87c[_0x378ddf(0x1f1)]-0x1:_0x1da87c[_0x378ddf(0x153)]+0x1,_0x61c01d=_0x44ef3c[0x0][_0x378ddf(0x17a)](_0x378ddf(0x1db)),_0x5b3736=_0x54d2c1[_0x378ddf(0x1e7)](_0x61c01d,{'startRow':_0x36749f,'endRow':_0x36749f}),_0x54f5cc=Array[_0x378ddf(0x18c)](_0x5b3736)[_0x378ddf(0x17d)](_0x4ebe69=>_0x405254[_0x378ddf(0x18a)](_0x4ebe69[_0x378ddf(0x1bc)]));_0x5125ae[_0x378ddf(0x1b0)](_0x54f5cc,_0x378ddf(0x1dc));});});}for(const _0x5bf3b0 of[_0x45a7aa(0x1cc),_0x45a7aa(0x1ce)]){const _0x26cf58=_0x49308c[_0x45a7aa(0x19a)][_0x45a7aa(0x1be)](_0x5bf3b0);_0x5125ae[_0x45a7aa(0x1a3)](_0x5bf3b0,_0x2817bc=>{const _0x1c16e8=_0x45a7aa;_0x49308c[_0x1c16e8(0x18b)][_0x1c16e8(0x1d1)](_0x11eac0=>{const _0x90b210=_0x1c16e8;_0x2817bc();const _0x3b5e35=_0x90b210(0x1f6)===_0x26cf58[_0x90b210(0x167)],_0x483de1=_0x54d2c1[_0x90b210(0x1b4)](_0x4f23da),_0xe241d0=_0x54d2c1[_0x90b210(0x15f)](_0x483de1),_0x15947f=_0x3b5e35?_0xe241d0[_0x90b210(0x1f1)]-0x1:_0xe241d0[_0x90b210(0x153)]+0x1,_0x42a016=_0x483de1[0x0][_0x90b210(0x17a)](_0x90b210(0x1db)),_0x17ec13=_0x54d2c1[_0x90b210(0x1e7)](_0x42a016,{'startRow':0x0,'column':_0x15947f,'includeAllSlots':!0x1}),_0x2ce168=Array[_0x90b210(0x18c)](_0x17ec13)[_0x90b210(0x17d)](_0x4f83f7=>_0x11eac0[_0x90b210(0x18a)](_0x4f83f7[_0x90b210(0x1bc)]));_0x5125ae[_0x90b210(0x1b0)](_0x2ce168,_0x90b210(0x199));});});}for(const _0xa50ee5 of[_0x45a7aa(0x1e8),_0x45a7aa(0x16a)]){const _0x2b2f3e=_0xa50ee5[_0x45a7aa(0x1e5)](0xb),_0x28995c=_0x2b2f3e[_0x45a7aa(0x1a2)](),_0x3db404=_0x28995c[_0x45a7aa(0x1e5)](0x0,0x3)+_0x45a7aa(0x1d9),_0xcaf5da=_0x45a7aa(0x1db)+_0x2b2f3e,_0x2da6a3=_0x45a7aa(0x195)+_0x2b2f3e,_0x413c92=_0x45a7aa(0x1ec)+_0x2b2f3e;_0x5125ae[_0x45a7aa(0x1a3)](_0xa50ee5,()=>{const _0x4fbfe5=_0x45a7aa;_0x49308c[_0x4fbfe5(0x18b)][_0x4fbfe5(0x1d1)](_0x13f646=>{const _0x1467f7=_0x4fbfe5,_0x40e6a1=_0x54d2c1[_0x1467f7(0x1b4)](_0x4f23da),_0x392a06=_0x40e6a1[0x0][_0x1467f7(0x17a)](_0x1467f7(0x1db));let _0x6cfa53;if(_0x1467f7(0x1e8)==_0xa50ee5){const _0x1b9794=_0x54d2c1[_0x1467f7(0x178)](_0x40e6a1);_0x6cfa53={'startRow':_0x1b9794[_0x1467f7(0x1f1)],'endRow':_0x1b9794[_0x1467f7(0x153)],'includeAllSlots':!0x0};}else{const _0x5e6d85=_0x54d2c1[_0x1467f7(0x15f)](_0x40e6a1);_0x6cfa53={'startColumn':_0x5e6d85[_0x1467f7(0x1f1)],'endColumn':_0x5e6d85[_0x1467f7(0x153)],'includeAllSlots':!0x0};}const _0x5cc2e9=_0x54d2c1[_0x1467f7(0x1e7)](_0x392a06,_0x6cfa53),_0x1514ab=Array[_0x1467f7(0x18c)](_0x5cc2e9)[_0x1467f7(0x17d)](({cell:_0x46cc7e})=>_0x46cc7e),_0x52ba2f=Ne(_0x1514ab[_0x1467f7(0x19d)](_0x50236c=>_0x50236c[_0x1467f7(0x166)](_0x3db404))),_0x2cace3=Ne(_0x1514ab[_0x1467f7(0x19d)](_0x4e2360=>!_0x4e2360[_0x1467f7(0x166)](_0x3db404)))[_0x1467f7(0x17d)](_0x1880d4=>_0x13f646[_0x1467f7(0x18a)](_0x1880d4)),_0x25db55=_0x5125ae[_0x1467f7(0x191)](_0x2cace3,_0xcaf5da);if(_0x25db55&&(_0x1467f7(0x1dc)==_0x25db55[_0x1467f7(0x156)]||_0x1467f7(0x199)==_0x25db55[_0x1467f7(0x156)])){const _0x34124e=this[_0x1467f7(0x1e6)](_0x25db55);for(const _0x351825 of _0x52ba2f){const _0x4534f4=_0x13f646[_0x1467f7(0x18a)](_0x351825),_0x4a20e3=_0x54d2c1[_0x1467f7(0x18d)](_0x351825),_0x27d64d=_0x351825[_0x1467f7(0x165)](_0x3db404)-0x1,_0xf5b9ea=_0x34124e[_0x2da6a3],_0x4f0367=_0x34124e[_0x413c92];_0xf5b9ea<=_0x4a20e3[_0x28995c]&&_0x4a20e3[_0x28995c]+_0x27d64d<=_0x4f0367&&_0x25db55[_0x1467f7(0x194)](_0x4534f4);}}});});}function _0x1246a3(_0x26bb9e){const _0x40aab2=_0x45a7aa,_0x5c00b8=Array[_0x40aab2(0x18c)](_0x4f23da[_0x40aab2(0x1e1)]())[_0x40aab2(0x17d)](_0x1a416e=>_0x2cb1cc[_0x40aab2(0x1f3)](_0x1a416e));_0x49308c[_0x40aab2(0x18b)][_0x40aab2(0x1d1)](_0x39f19b=>{const _0x21dd35=_0x40aab2,_0x3484f7=_0x39f19b[_0x21dd35(0x19e)];_0x26bb9e=_0x26bb9e[_0x21dd35(0x19d)](_0x12ef28=>_0x21dd35(0x161)!=_0x12ef28[_0x21dd35(0x1b9)][_0x21dd35(0x17e)]),_0x39f19b[_0x21dd35(0x17b)](_0x26bb9e),_0x49308c[_0x21dd35(0x19a)][_0x21dd35(0x1be)](_0x21dd35(0x1e8))[_0x21dd35(0x183)](),_0x49308c[_0x21dd35(0x1a6)](_0x21dd35(0x1e8),{'forceDefaultExecution':!0x0}),_0x49308c[_0x21dd35(0x18b)][_0x21dd35(0x1bf)](()=>{const _0x5c605d=_0x21dd35;_0x49308c[_0x5c605d(0x18b)][_0x5c605d(0x1bf)](_0x3484f7,_0x2142dd=>{const _0xb4e390=_0x5c605d,_0x25935c=_0x5c00b8[_0xb4e390(0x19d)](_0x4e2936=>_0xb4e390(0x161)!=_0x4e2936[_0xb4e390(0x1b9)][_0xb4e390(0x17e)]);_0x25935c[_0xb4e390(0x1f2)]>0x0&&_0x2142dd[_0xb4e390(0x17b)](_0x25935c);for(const _0x29bd5d of _0x5c00b8)_0x29bd5d[_0xb4e390(0x154)]();});});});}function _0x6c7891(_0x5acdbe){const _0x3e3bc1=_0x45a7aa;_0x49308c[_0x3e3bc1(0x18b)][_0x3e3bc1(0x1d1)](_0x378dde=>{const _0x1f7c4d=_0x3e3bc1,_0x48d82f=Array[_0x1f7c4d(0x18c)](_0x4f23da[_0x1f7c4d(0x1e1)]())[_0x1f7c4d(0x17d)](_0x2e987d=>_0x2cb1cc[_0x1f7c4d(0x1f3)](_0x2e987d)),_0x14d45c=[];for(const _0xcf210 of _0x5acdbe)for(const _0x45a23c of _0xcf210[_0x1f7c4d(0x18e)]({'shallow':!0x0}))_0x14d45c[_0x1f7c4d(0x1a4)](_0x45a23c);for(const _0x3f8869 of _0x14d45c)_0x1f7c4d(0x161)!=_0x3f8869[_0x1f7c4d(0x1b9)][_0x1f7c4d(0x17e)]&&(_0x378dde[_0x1f7c4d(0x17b)](_0x378dde[_0x1f7c4d(0x197)](_0x3f8869,0x0)),_0x49308c[_0x1f7c4d(0x19a)][_0x1f7c4d(0x1be)](_0x1f7c4d(0x16a))[_0x1f7c4d(0x183)](),_0x49308c[_0x1f7c4d(0x1a6)](_0x1f7c4d(0x16a),{'forceDefaultExecution':!0x0}));const _0x2dcc49=_0x48d82f[_0x1f7c4d(0x19d)](_0x251c31=>_0x1f7c4d(0x161)!=_0x251c31[_0x1f7c4d(0x1b9)][_0x1f7c4d(0x17e)]);_0x2dcc49[_0x1f7c4d(0x1f2)]>0x0&&_0x378dde[_0x1f7c4d(0x17b)](_0x2dcc49);for(const _0x5cacfb of _0x48d82f)_0x5cacfb[_0x1f7c4d(0x154)]();});}function _0x1fb55e(_0x8f423c,_0x3421d8){const _0x12ed6a=_0x45a7aa;return _0x3421d8[_0x12ed6a(0x1ea)](_0x232057=>_0x8f423c[_0x12ed6a(0x1eb)](_0x519a78=>_0x519a78[_0x12ed6a(0x168)][_0x12ed6a(0x1d2)](_0x232057[_0x12ed6a(0x176)])||_0x232057[_0x12ed6a(0x168)][_0x12ed6a(0x1d2)](_0x519a78[_0x12ed6a(0x176)])));}function _0x57b8b1(_0x10e611,_0x334b4d){const _0x253d0d=_0x45a7aa;return!_0x10e611[_0x253d0d(0x1eb)](_0x2ce950=>_0x334b4d[_0x253d0d(0x1eb)](_0x4e95fd=>_0x2ce950[_0x253d0d(0x1d4)](_0x4e95fd)))&&_0x10e611[_0x253d0d(0x1eb)](_0x53b423=>_0x334b4d[_0x253d0d(0x1eb)](_0x1abf93=>_0x53b423[_0x253d0d(0x168)][_0x253d0d(0x1ee)](_0x1abf93[_0x253d0d(0x176)])));}_0x49308c[_0x45a7aa(0x155)][_0x45a7aa(0x163)]['on'](_0x45a7aa(0x15c),(_0x5a57cf,_0x3dced2,_0x4911a0)=>{const _0x21c285=_0x45a7aa;if(!_0x4911a0[_0x21c285(0x1c2)][_0x21c285(0x172)])return;const _0x47b497=_0x3dced2[_0x21c285(0x164)];if(!_0x47b497||!_0x47b497['is'](_0x21c285(0x184),_0x21c285(0x17f)))return;const _0x1b6725=_0x4911a0[_0x21c285(0x160)][_0x21c285(0x1cb)](_0x47b497);if(_0x1b6725){const {id:_0x5eec4c,authorId:_0x4450e7}=_0x5125ae[_0x21c285(0x1ab)](_0x3dced2[_0x21c285(0x193)]);_0x2ec85f(_0x1b6725,_0x4911a0[_0x21c285(0x181)],(_0x5eae39,_0x1ea73b,_0x27d16f)=>{const _0x142733=_0x21c285;_0x27d16f[_0x142733(0x1c8)](_0x37f35e(_0x1ea73b[_0x142733(0x1d7)]),_0x5eae39),_0x27d16f[_0x142733(0x1b5)](_0x142733(0x1d8),_0x5eec4c,_0x5eae39),_0x27d16f[_0x142733(0x1b5)](_0x142733(0x1c4),_0x4450e7,_0x5eae39);},(_0x5951ef,_0x173734,_0x738588)=>{const _0x57616a=_0x21c285;_0x738588[_0x57616a(0x198)](_0x37f35e(_0x173734[_0x57616a(0x1d7)]),_0x5951ef),_0x738588[_0x57616a(0x1e4)](_0x57616a(0x1d8),_0x5951ef),_0x738588[_0x57616a(0x1e4)](_0x57616a(0x1c4),_0x5951ef);});}},{'priority':_0x45a7aa(0x15d)}),_0x5125ae[_0x45a7aa(0x19f)][_0x45a7aa(0x157)](_0x4f8608=>{const _0x5957dc=_0x45a7aa;if(_0x5957dc(0x1d5)!=_0x4f8608[_0x5957dc(0x1df)]&&_0x5957dc(0x186)!=_0x4f8608[_0x5957dc(0x1df)])return;const _0x49bcd4=_0x4f8608[_0x5957dc(0x171)]();if(null!=_0x49bcd4&&_0x49bcd4['is'](_0x5957dc(0x184),_0x5957dc(0x1db))){if(_0x5957dc(0x1d5)==_0x4f8608[_0x5957dc(0x1df)]){const _0x26f108=_0x4f8608[_0x5957dc(0x18e)]()[_0x5957dc(0x19d)](_0x506eaa=>_0x506eaa['is'](_0x5957dc(0x1c0)))[_0x5957dc(0x17d)](_0x4d714c=>_0x4d714c[_0x5957dc(0x155)]);if(_0x26f108[_0x5957dc(0x1f2)])return{'type':_0x5957dc(0x1d5),'content':_0x4b998b(_0x5275f9,_0x5957dc(0x1d0),_0x4b998b(_0x5275f9,_0x5957dc(0x190),'\x22'+_0x26f108[_0x5957dc(0x1ed)]('\x20')+'\x22'))};}if(_0x5957dc(0x186)==_0x4f8608[_0x5957dc(0x1df)]){const _0x5a9220=_0x4f8608[_0x5957dc(0x18e)]()[_0x5957dc(0x19d)](_0x3dcea3=>_0x3dcea3['is'](_0x5957dc(0x1c0)))[_0x5957dc(0x17d)](_0x34f195=>_0x34f195[_0x5957dc(0x155)]);if(_0x5a9220[_0x5957dc(0x1f2)])return{'type':_0x5957dc(0x186),'content':_0x4b998b(_0x5275f9,_0x5957dc(0x192),_0x4b998b(_0x5275f9,_0x5957dc(0x190),'\x22'+_0x5a9220[_0x5957dc(0x1ed)]('\x20')+'\x22'))};}}}),_0x5125ae[_0x45a7aa(0x19f)][_0x45a7aa(0x157)](_0x53a226=>{const _0x44fde7=_0x45a7aa;if(_0x44fde7(0x1dc)==_0x53a226[_0x44fde7(0x156)]){const _0x401b88=_0x53a226[_0x44fde7(0x18e)]()[_0x44fde7(0x19d)](_0x1c47eb=>_0x1c47eb['is'](_0x44fde7(0x1c0)))[_0x44fde7(0x17d)](_0x2a3238=>_0x2a3238[_0x44fde7(0x155)]),_0x28e480=this[_0x44fde7(0x1e6)](_0x53a226),_0x1acf5c=_0x28e480[_0x44fde7(0x1ae)]-_0x28e480[_0x44fde7(0x16b)]+0x1;if(_0x44fde7(0x1d5)==_0x53a226[_0x44fde7(0x1df)])return _0x401b88[_0x44fde7(0x1f2)]?{'type':_0x44fde7(0x1d5),'content':_0x4b998b(_0x5275f9,_0x44fde7(0x1d0),_0x4b998b(_0x5275f9,_0x44fde7(0x159),[_0x1acf5c,'\x22'+_0x401b88[_0x44fde7(0x1ed)]('\x20')+'\x22']))}:{'type':_0x44fde7(0x1d5),'content':_0x4b998b(_0x5275f9,_0x44fde7(0x1d0),_0x4b998b(_0x5275f9,_0x44fde7(0x1c7),_0x1acf5c))};if(_0x44fde7(0x186)==_0x53a226[_0x44fde7(0x1df)])return _0x401b88[_0x44fde7(0x1f2)]?{'type':_0x44fde7(0x186),'content':_0x4b998b(_0x5275f9,_0x44fde7(0x192),_0x4b998b(_0x5275f9,_0x44fde7(0x159),[_0x1acf5c,'\x22'+_0x401b88[_0x44fde7(0x1ed)]('\x20')+'\x22']))}:{'type':_0x44fde7(0x186),'content':_0x4b998b(_0x5275f9,_0x44fde7(0x192),_0x4b998b(_0x5275f9,_0x44fde7(0x1c7),_0x1acf5c))};}if(_0x44fde7(0x199)==_0x53a226[_0x44fde7(0x156)]){const _0x5c556e=_0x53a226[_0x44fde7(0x18e)]()[_0x44fde7(0x19d)](_0x573bba=>_0x573bba['is'](_0x44fde7(0x1c0)))[_0x44fde7(0x17d)](_0x33b619=>_0x33b619[_0x44fde7(0x155)]),_0xc8e4c6=this[_0x44fde7(0x1e6)](_0x53a226),_0xb77b6b=_0xc8e4c6[_0x44fde7(0x188)]-_0xc8e4c6[_0x44fde7(0x1f5)]+0x1;if(_0x44fde7(0x1d5)==_0x53a226[_0x44fde7(0x1df)])return _0x5c556e[_0x44fde7(0x1f2)]?{'type':_0x44fde7(0x1d5),'content':_0x4b998b(_0x5275f9,_0x44fde7(0x1d0),_0x4b998b(_0x5275f9,_0x44fde7(0x1e9),[_0xb77b6b,'\x22'+_0x5c556e[_0x44fde7(0x1ed)]('\x20')+'\x22']))}:{'type':_0x44fde7(0x1d5),'content':_0x4b998b(_0x5275f9,_0x44fde7(0x1d0),_0x4b998b(_0x5275f9,_0x44fde7(0x179),_0xb77b6b))};if(_0x44fde7(0x186)==_0x53a226[_0x44fde7(0x1df)])return _0x5c556e[_0x44fde7(0x1f2)]?{'type':_0x44fde7(0x186),'content':_0x4b998b(_0x5275f9,_0x44fde7(0x192),_0x4b998b(_0x5275f9,_0x44fde7(0x1e9),[_0xb77b6b,'\x22'+_0x5c556e[_0x44fde7(0x1ed)]('\x20')+'\x22']))}:{'type':_0x44fde7(0x186),'content':_0x4b998b(_0x5275f9,_0x44fde7(0x192),_0x4b998b(_0x5275f9,_0x44fde7(0x179),_0xb77b6b))};}}),_0x5125ae[_0x45a7aa(0x1cf)][_0x45a7aa(0x1c5)](_0x45a7aa(0x1d5),_0x45a7aa(0x1dc),_0x45a7aa(0x173),_0x1246a3),_0x5125ae[_0x45a7aa(0x1cf)][_0x45a7aa(0x1c5)](_0x45a7aa(0x186),_0x45a7aa(0x1dc),_0x45a7aa(0x152),_0x1246a3),_0x5125ae[_0x45a7aa(0x1cf)][_0x45a7aa(0x1c5)](_0x45a7aa(0x1d5),_0x45a7aa(0x199),_0x45a7aa(0x173),_0x6c7891),_0x5125ae[_0x45a7aa(0x1cf)][_0x45a7aa(0x1c5)](_0x45a7aa(0x186),_0x45a7aa(0x199),_0x45a7aa(0x152),_0x6c7891),_0x5125ae[_0x45a7aa(0x1cf)][_0x45a7aa(0x1c5)](_0x45a7aa(0x1d5),_0x45a7aa(0x199),_0x45a7aa(0x1ed),_0x1fb55e),_0x5125ae[_0x45a7aa(0x1cf)][_0x45a7aa(0x1c5)](_0x45a7aa(0x186),_0x45a7aa(0x199),_0x45a7aa(0x1ed),_0x1fb55e),_0x5125ae[_0x45a7aa(0x1cf)][_0x45a7aa(0x1c5)](_0x45a7aa(0x1d5),_0x45a7aa(0x1dc),_0x45a7aa(0x1ed),_0x57b8b1),_0x5125ae[_0x45a7aa(0x1cf)][_0x45a7aa(0x1c5)](_0x45a7aa(0x186),_0x45a7aa(0x1dc),_0x45a7aa(0x1ed),_0x57b8b1);}[_0x1fce3e(0x1cd)](){const _0x15e742=_0x1fce3e,_0x184a85=this[_0x15e742(0x169)],_0x5d4a02=_0x184a85[_0x15e742(0x18b)][_0x15e742(0x196)][_0x15e742(0x1c3)];return(_0x196f36,_0x3cab89)=>{const _0x37eaa3=_0x15e742;_0x184a85[_0x37eaa3(0x18b)][_0x37eaa3(0x1d1)](_0x5b0255=>{const _0x249471=_0x37eaa3,{commandName:_0x4bbd3d,commandParams:_0x4566e1}=_0x3cab89;let _0x292f2c=_0x196f36[0x0][_0x249471(0x168)][_0x249471(0x1b6)];_0x4566e1&&_0x4566e1[0x0]&&!0x1===_0x4566e1[0x0][_0x249471(0x1a1)]&&(_0x292f2c=_0x196f36[0x0][_0x249471(0x176)][_0x249471(0x1e2)]);const _0x8f1a2=_0x5b0255[_0x249471(0x1e0)](_0x292f2c);if(_0x249471(0x161)==_0x8f1a2[_0x249471(0x1b9)][_0x249471(0x17e)])return;const _0x268a51=Array[_0x249471(0x18c)](_0x5d4a02[_0x249471(0x1e1)]())[_0x249471(0x17d)](_0x589819=>_0x2cb1cc[_0x249471(0x1f3)](_0x589819));_0x5b0255[_0x249471(0x17b)](_0x8f1a2),_0x184a85[_0x249471(0x19a)][_0x249471(0x1be)](_0x4bbd3d)[_0x249471(0x183)](),_0x4566e1[_0x249471(0x1a4)]({'forceDefaultExecution':!0x0}),_0x184a85[_0x249471(0x1a6)](_0x4bbd3d,..._0x4566e1);const _0x5e4fa8=_0x268a51[_0x249471(0x19d)](_0x12ef57=>_0x249471(0x161)!=_0x12ef57[_0x249471(0x1b9)][_0x249471(0x17e)]);_0x5e4fa8[_0x249471(0x1f2)]>0x0&&_0x5b0255[_0x249471(0x17b)](_0x5e4fa8);for(const _0x72ab73 of _0x268a51)_0x72ab73[_0x249471(0x154)]();});};}[_0x1fce3e(0x1ba)](_0x58445c){const _0x34a672=_0x1fce3e,_0x1184f7=this[_0x34a672(0x169)][_0x34a672(0x180)][_0x34a672(0x1be)](_0x34a672(0x182));let _0x185e92=Number[_0x34a672(0x185)],_0x29aa39=Number[_0x34a672(0x1ad)],_0x3a4ccc=Number[_0x34a672(0x185)],_0x2dfd38=Number[_0x34a672(0x1ad)];for(const _0x2f8705 of _0x58445c){if(_0x34a672(0x161)==_0x2f8705[_0x34a672(0x1b9)][_0x34a672(0x17e)])continue;const {row:_0x20ef0c,column:_0x56c98b}=_0x1184f7[_0x34a672(0x18d)](_0x2f8705),_0x269940=_0x2f8705[_0x34a672(0x166)](_0x34a672(0x170))?_0x2f8705[_0x34a672(0x165)](_0x34a672(0x170))-0x1:0x0,_0x243865=_0x2f8705[_0x34a672(0x166)](_0x34a672(0x19c))?_0x2f8705[_0x34a672(0x165)](_0x34a672(0x19c))-0x1:0x0;_0x185e92=_0x20ef0c<_0x185e92?_0x20ef0c:_0x185e92,_0x29aa39=_0x20ef0c+_0x269940>_0x29aa39?_0x20ef0c+_0x269940:_0x29aa39,_0x3a4ccc=_0x56c98b<_0x3a4ccc?_0x56c98b:_0x3a4ccc,_0x2dfd38=_0x56c98b+_0x243865>_0x2dfd38?_0x56c98b+_0x243865:_0x2dfd38;}return{'minRow':_0x185e92,'maxRow':_0x29aa39,'minColumn':_0x3a4ccc,'maxColumn':_0x2dfd38};}[_0x1fce3e(0x1c6)](){const _0x30ff2f=_0x1fce3e,_0x56ebc5=this[_0x30ff2f(0x169)],_0x51e7ae=_0x56ebc5[_0x30ff2f(0x180)][_0x30ff2f(0x1be)](_0x30ff2f(0x1af)),_0x5f0693=_0x56ebc5[_0x30ff2f(0x180)][_0x30ff2f(0x1be)](_0x30ff2f(0x182));_0x56ebc5[_0x30ff2f(0x18b)][_0x30ff2f(0x196)]['on'](_0x30ff2f(0x17c),()=>{const _0xd69546=_0x30ff2f,_0x48e557=Array[_0xd69546(0x18c)](_0x56ebc5[_0xd69546(0x18b)][_0xd69546(0x196)][_0xd69546(0x175)][_0xd69546(0x1d3)]());for(const {name:_0x394d1d,data:_0x5652d4}of _0x48e557){const {group:_0xc65a58,id:_0x431046,subType:_0x58a9c8}=_0x51e7ae[_0xd69546(0x1ab)](_0x394d1d);if(_0xd69546(0x1ac)!=_0xc65a58)continue;if(null!=_0x5652d4[_0xd69546(0x16e)])continue;const _0x225f52=_0x51e7ae[_0xd69546(0x19b)](_0x431046);this[_0xd69546(0x189)][_0xd69546(0x1b7)](_0x58a9c8)&&this[_0xd69546(0x1a5)][_0xd69546(0x16f)](_0x225f52);}},{'priority':_0x30ff2f(0x1b3)});const _0x173e0a=(_0x7a2ae,_0x4fa594)=>{const _0xadb416=_0x30ff2f;let _0x4729c8=!0x1;const _0x5aa079=_0x4fa594[_0xadb416(0x18a)](_0x7a2ae),_0x5139e1=_0x7a2ae[_0xadb416(0x17a)](_0xadb416(0x1db)),_0x3039f7=_0x5f0693[_0xadb416(0x18d)](_0x7a2ae);for(const _0x55c06a of this[_0xadb416(0x1a5)]){const _0x5605e0=_0x55c06a[_0xadb416(0x156)],_0x3f5828=_0x5605e0[_0xadb416(0x177)](_0xadb416(0x174)),_0x5292f4=_0x5605e0[_0xadb416(0x1e5)](_0x3f5828?0xa:0x5),_0x108e48=_0x5292f4[_0xadb416(0x1a2)](),_0x2feea1=_0x108e48[_0xadb416(0x1e5)](0x0,0x3)+_0xadb416(0x1d9),_0x7aa198=_0xadb416(0x195)+_0x5292f4,_0x4ce944=_0xadb416(0x1ec)+_0x5292f4;if(!_0x55c06a[_0xadb416(0x1dd)])continue;if(_0x5139e1!=_0x55c06a[_0xadb416(0x15e)]()[_0xadb416(0x176)][_0xadb416(0x17a)](_0xadb416(0x1db)))continue;if(_0x55c06a[_0xadb416(0x1c9)](_0x5aa079))continue;const _0xa28a98=_0x7a2ae[_0xadb416(0x166)](_0x2feea1)?_0x7a2ae[_0xadb416(0x165)](_0x2feea1)-0x1:0x0,_0x5b3745=this[_0xadb416(0x1e6)](_0x55c06a),_0x34d427=_0x5b3745[_0x7aa198],_0x41898b=_0x5b3745[_0x4ce944];_0x34d427<=_0x3039f7[_0x108e48]&&_0x3039f7[_0x108e48]+_0xa28a98<=_0x41898b&&(_0x55c06a[_0xadb416(0x194)](_0x5aa079),_0x4729c8=!0x0);}return _0x4729c8;};_0x56ebc5[_0x30ff2f(0x18b)][_0x30ff2f(0x196)][_0x30ff2f(0x15a)](_0x2f1d97=>{const _0x279cd6=_0x30ff2f;let _0x23dc23=!0x1;for(const _0x41b6d9 of _0x56ebc5[_0x279cd6(0x18b)][_0x279cd6(0x196)][_0x279cd6(0x175)][_0x279cd6(0x15b)]())if(_0x279cd6(0x1da)==_0x41b6d9[_0x279cd6(0x1df)]){if(_0x279cd6(0x1dc)==_0x41b6d9[_0x279cd6(0x16c)]){for(const _0x34c863 of _0x41b6d9[_0x279cd6(0x1f7)][_0x279cd6(0x1e2)][_0x279cd6(0x1f8)]())_0x23dc23=_0x23dc23||_0x173e0a(_0x34c863,_0x2f1d97);}else _0x279cd6(0x17f)==_0x41b6d9[_0x279cd6(0x16c)]&&(_0x23dc23=_0x23dc23||_0x173e0a(_0x41b6d9[_0x279cd6(0x1f7)][_0x279cd6(0x1e2)],_0x2f1d97));}return _0x23dc23;});}[_0x1fce3e(0x1e6)](_0xfe1280){const _0x38d8a4=_0x1fce3e;return this[_0x38d8a4(0x1ba)](_0xfe1280[_0x38d8a4(0x1e1)]()[_0x38d8a4(0x17d)](_0xcc7c3b=>_0xcc7c3b[_0x38d8a4(0x176)][_0x38d8a4(0x1e2)]));}}function Ne(_0x4196bb){const _0x504f19=_0x1fce3e;return Array[_0x504f19(0x18c)](new Set(_0x4196bb)[_0x504f19(0x1c1)]());}
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
24
|
-
Object[_0x794127(0x169)](Be[_0x794127(0x10c)](_0x4a5014=>[_0x4a5014,null]));function _0x166a(){const _0x316c5b=['reduce','some','first','setAttribute','oldRange','isEmpty','editing','from','tableCellPadding','tableCellSuggestion','containsRange','locale','nodeAfter','insertContent','getChildren','rootName','tablePasteColumn','TrackChangesEditing','getColumnIndexes','formatBlock','removeColumns','ck-suggestion-marker--active','fromRange','getSuggestionCallback','plugins','tableCellBorderWidth','getMarkers','539910UnuEsE','suggestion','subType','attributes','insertion','ck-suggestion-marker-insertion','paste','$graveyard','cell','suggestion:formatBlock:tablePasteCell','_createdBatches','markMultiRangeBlockFormat','get','registerDescriptionCallback','getShiftedBy','next','7860762CuRrtW','lowest','createTableWalker','getColumns','getAllAdjacentSuggestions','length','every','endRow','registerCustomCallback','getChangedMarkers','method','nextSibling','previousSibling','TableSelection','name','element','model','includes','has','map','insertColumns','getSuggestions','insertRows','keys','insert','table','_isForcedDefaultExecutionBlock','remove','join','selection','createPositionBefore','tablePaste','content','batch','removeMarker','removeRows','tableCellBorderStyle','rowInsertionIndexes','trackChanges','requires','detach','markMultiRangeInsertion','conversion','dataDowncast','activeMarkers','getChild','columnInsertionRanges','start','afterInit','findAncestor','isInContent','tableCellBackgroundColor','return','schema','TableUtils','wrap','change','differ','forEach','elementToElement','rows','position','updateMarker','discard','row','newRange','removeMarkers','set','tablePasteCell','register','view','descriptionFactory','markerToHighlight','getSelectionAffectedTableCells','forceDefaultExecution','listenTo','isEqual','find','for','deletionRanges','markMultiRangeDeletion','markerAttributes','getItems','_replaceTableSlotCell','previous','_tablePostFixingSubtypes','editingDowncast','TableClipboard','tablePasteChainId','columns','fill','last','stop','low','_splitMarkerName','end','tablePasteRow','getSuggestion','author','type','setAttributes','markers','columnInsertionIndexes','getRows','add','root','filter','getAttributes','column','suggestionLoaded','documentSelection','options','fromEntries','showSuggestionHighlights','accept','push','tableCell','hasSuggestion','clipboardOutput','7058219gzJDSP','getRanges','move','insertionRanges','getSelectedTableCells','createRange','_getCoordsForCells','createRangeOn','tableCellVerticalAlignment','3926140XFIrIb','getChanges','registerPostFixer','commands','contentInsertion','getContainedElement','470750xUPNBy','document','cells','paragraph','Users','4528950uSmuUC','2557252noIjjL','getRange','redo','editor','createElement','tableCellBorderColor','_suggestionFactory','16CvRauk','suggestionUnloaded','markerName','deletion','tableCellHorizontalAlignment','getTableIfOnlyTableInContent','createRangeIn','endColumn','suggestion-td','entries','value','ck-suggestion-marker','*Replace\x20table\x20cells*','high','getRowIndexes','startsWith','rowInsertionRanges','unwrap'];_0x166a=function(){return _0x316c5b;};return _0x166a();}export class TrackChangesTableClipboard extends _0x35aaf6{static get[_0x794127(0x120)](){return[_0x423663];}[_0x794127(0x129)](){const _0x23aff2=_0x794127,_0x419248=this[_0x23aff2(0x188)];if(!_0x419248[_0x23aff2(0x1b6)][_0x23aff2(0x10b)](_0x23aff2(0x150)))return;const _0x3286e9=_0x419248[_0x23aff2(0x1b6)][_0x23aff2(0xf5)](_0x23aff2(0x1af)),_0x35cad3=_0x419248[_0x23aff2(0x1b6)][_0x23aff2(0xf5)](_0x23aff2(0x12f)),_0x376e3a=_0x419248[_0x23aff2(0x1b6)][_0x23aff2(0xf5)](_0x423663),_0x1a05d6=_0x419248[_0x23aff2(0x1b6)][_0x23aff2(0xf5)](_0x23aff2(0x150)),_0x28f9b1=_0x419248[_0x23aff2(0x1b6)][_0x23aff2(0xf5)](_0x23aff2(0x106)),_0x3ac531=_0x419248[_0x23aff2(0x1b6)][_0x23aff2(0xf5)](_0x5ce581);_0x376e3a[_0x23aff2(0x14e)][_0x23aff2(0x16c)](_0x23aff2(0x159),_0x23aff2(0x1ae)),_0x419248[_0x23aff2(0x109)][_0x23aff2(0x12e)][_0x23aff2(0x13e)](_0x23aff2(0x1a7),{'allowIn':_0x23aff2(0x16d),'allowContentOf':_0x23aff2(0x16d),'isLimit':!0x0}),_0x419248[_0x23aff2(0x123)][_0x23aff2(0x134)]({'model':_0x23aff2(0x1a7),'view':_0x23aff2(0x194)});let _0x2cf40c=null,_0x246bd=!0x1;_0x3ac531['on'](_0x23aff2(0x17d),(_0x55b605,_0x14953f)=>{const _0x27886d=_0x23aff2;_0x246bd=_0x27886d(0xef)===_0x14953f[_0x27886d(0x103)];}),_0x419248[_0x23aff2(0x109)]['on'](_0x23aff2(0x1ab),(_0x2c1eeb,_0x2d774e)=>{const _0x1e4fd0=_0x23aff2;if(!_0x246bd&&null===_0x28f9b1[_0x1e4fd0(0x174)]())return;const [_0x29cf6e,_0xa2156e]=_0x2d774e,_0xb25fd6=_0x2d774e[_0x2d774e[_0x1e4fd0(0xfe)]-0x1];_0xb25fd6&&_0xb25fd6[_0x1e4fd0(0x143)]||_0x3286e9[_0x1e4fd0(0x113)]||this[_0x1e4fd0(0x188)][_0x1e4fd0(0x17c)][_0x1e4fd0(0xf5)](_0x1e4fd0(0x11f))[_0x1e4fd0(0x196)]&&function(_0x596a1f,_0x2b8924,_0x41c646,_0x1970a4,_0x2b7afc){const _0x49b48d=_0x1e4fd0;if(_0x2b8924&&!_0x2b8924['is'](_0x49b48d(0x167)))return!0x1;const _0x3ce4fd=_0x2b7afc[_0x49b48d(0x191)](_0x596a1f,_0x41c646);if(!_0x3ce4fd||!Oe(_0x3ce4fd,void 0x0,_0x1970a4))return!0x1;const _0x5cfec5=_0x1970a4[_0x49b48d(0x142)](_0x41c646[_0x49b48d(0x180)][_0x49b48d(0x116)]);if(!_0x5cfec5[_0x49b48d(0xfe)])return!0x1;const _0xa20c10=_0x5cfec5[0x0][_0x49b48d(0x12a)](_0x49b48d(0x112)),_0x174391=_0x1970a4[_0x49b48d(0x19a)](_0x5cfec5),_0x3c5055=_0x1970a4[_0x49b48d(0x1b0)](_0x5cfec5),_0x455adf={'startRow':_0x174391[_0x49b48d(0x1a0)],'endRow':_0x174391[_0x49b48d(0x154)],'startColumn':_0x3c5055[_0x49b48d(0x1a0)],'endColumn':_0x3c5055[_0x49b48d(0x154)]};return 0x1==_0x5cfec5[_0x49b48d(0xfe)]&&(_0x455adf[_0x49b48d(0x100)]+=_0x1970a4[_0x49b48d(0x160)](_0x3ce4fd)-0x1,_0x455adf[_0x49b48d(0x193)]+=_0x1970a4[_0x49b48d(0xfc)](_0x3ce4fd)-0x1),Oe(_0xa20c10,_0x455adf,_0x1970a4);}(_0x29cf6e,_0xa2156e,_0x419248[_0x1e4fd0(0x109)],_0x35cad3,_0x1a05d6)&&(_0x2c1eeb[_0x1e4fd0(0x155)](),_0x2cf40c={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x419248[_0x1e4fd0(0x109)][_0x1e4fd0(0x131)](()=>{const _0x2381ac=_0x1e4fd0;_0x419248[_0x2381ac(0x109)][_0x2381ac(0x1ab)](_0x2d774e[0x0],_0x2d774e[0x1],_0x2d774e[0x2],{'forceDefaultExecution':!0x0});const _0x1bfddd=_0xd913cc(),{rowInsertionRanges:_0x26cebb,columnInsertionRanges:_0x1aadb0,insertionRanges:_0x21613e,deletionRanges:_0x3fb369,cells:_0x173442}=_0x2cf40c;_0x26cebb[_0x2381ac(0xfe)]&&_0x3286e9[_0x2381ac(0x122)](_0x26cebb,_0x2381ac(0x159),{'tablePasteChainId':_0x1bfddd}),_0x1aadb0[_0x2381ac(0xfe)]&&_0x3286e9[_0x2381ac(0x122)](_0x1aadb0,_0x2381ac(0x1ae),{'tablePasteChainId':_0x1bfddd}),_0x21613e[_0x2381ac(0xfe)]&&(_0x3286e9[_0x2381ac(0x122)](_0x21613e,_0x2381ac(0x118),{'tablePasteChainId':_0x1bfddd,'skipNestingCheck':!0x0}),_0x21613e[_0x2381ac(0x133)](_0x483f3c=>_0x483f3c[_0x2381ac(0x121)]?.())),_0x3fb369[_0x2381ac(0xfe)]&&(_0x3286e9[_0x2381ac(0x149)](_0x3fb369,_0x2381ac(0x118),{'tablePasteChainId':_0x1bfddd,'skipNestingCheck':!0x0}),_0x3fb369[_0x2381ac(0x133)](_0x443080=>_0x443080[_0x2381ac(0x121)]?.()));const _0x521754=_0x3286e9[_0x2381ac(0xf4)](_0x173442[_0x2381ac(0x10c)](({element:_0x2a157c})=>_0x2a157c),{'formatGroupId':_0xd913cc()},[],_0x2381ac(0x13d),{'tablePasteChainId':_0x1bfddd});if(_0x521754){const _0x3f8f30=_0x521754[_0x2381ac(0xe8)](),_0x348c6a=[];for(const {element:_0x27c4d7,attributes:_0x72157f}of _0x173442){if(!_0x72157f)continue;const _0x2627b2=_0x419248[_0x2381ac(0x109)][_0x2381ac(0x177)](_0x27c4d7),_0x39decd=_0x3f8f30[_0x2381ac(0x146)](_0x40c115=>_0x40c115[_0x2381ac(0x186)]()[_0x2381ac(0x145)](_0x2627b2));_0x39decd&&_0x348c6a[_0x2381ac(0x16c)]([_0x39decd[_0x2381ac(0x107)],_0x72157f]);}_0x348c6a[_0x2381ac(0xfe)]&&_0x521754[_0x2381ac(0x1a1)](_0x2381ac(0x14a),Object[_0x2381ac(0x169)](_0x348c6a));}_0x2cf40c=null;}));},{'priority':_0x5654c5[_0x23aff2(0x199)]+0xa}),_0x3ac531['on'](_0x23aff2(0x17d),()=>{_0x246bd=!0x1;},{'priority':_0x23aff2(0xfa)}),_0x419248[_0x23aff2(0x1b6)][_0x23aff2(0xf5)](_0x23aff2(0x150))['on'](_0x23aff2(0x14c),(_0xa96625,_0x4aee2f)=>{const _0x4acd95=_0x23aff2,[_0x412e04,_0x410397,,_0x33f03b]=_0x4aee2f;if(!_0x2cf40c)return;_0xa96625[_0x4acd95(0x155)]();const _0x2a0019=_0x412e04[_0x4acd95(0xf1)],_0x3a0743=_0x410397,_0xfb905d=xe(_0x2a0019),_0x15d8c0=xe(_0x3a0743);_0xa96625[_0x4acd95(0x12d)]=_0x2a0019;let _0x580afa=null,_0x47f6a7=null;if(_0x15d8c0||_0xfb905d){if(_0xfb905d&&!_0x15d8c0){_0x33f03b[_0x4acd95(0x114)](_0x2a0019[_0x4acd95(0x126)](0x0));for(const _0x54c8c0 of Array[_0x4acd95(0x1a5)](_0x3a0743[_0x4acd95(0x1ac)]()))_0x33f03b[_0x4acd95(0x111)](_0x54c8c0,_0x2a0019,_0x4acd95(0x158));const _0xe3d275=_0x2cf40c[_0x4acd95(0x11e)][_0x4acd95(0x10a)](_0x412e04[_0x4acd95(0x139)]),_0x1f0d1d=_0x2cf40c[_0x4acd95(0x15f)][_0x4acd95(0x10a)](_0x412e04[_0x4acd95(0x165)]);_0xe3d275||_0x1f0d1d||(_0x580afa=_0x47f8e1[_0x4acd95(0x1b4)](_0x33f03b[_0x4acd95(0x192)](_0x2a0019)));}else _0x15d8c0&&!_0xfb905d&&(_0x47f6a7=_0x33f03b[_0x4acd95(0x192)](_0x2a0019));}else{const _0x507123=_0x33f03b[_0x4acd95(0x189)](_0x4acd95(0x1a7)),_0x15b50d=_0x33f03b[_0x4acd95(0x189)](_0x4acd95(0x1a7));_0x33f03b[_0x4acd95(0x130)](_0x33f03b[_0x4acd95(0x192)](_0x2a0019),_0x15b50d),_0x33f03b[_0x4acd95(0x111)](_0x507123,_0x2a0019,0x0);for(const _0x13dad1 of Array[_0x4acd95(0x1a5)](_0x3a0743[_0x4acd95(0x1ac)]()))_0x33f03b[_0x4acd95(0x111)](_0x13dad1,_0x507123,_0x4acd95(0x158));_0x580afa=_0x47f8e1[_0x4acd95(0x1b4)](_0x33f03b[_0x4acd95(0x177)](_0x507123)),_0x47f6a7=_0x47f8e1[_0x4acd95(0x1b4)](_0x33f03b[_0x4acd95(0x177)](_0x15b50d));}const _0x49364f=Array[_0x4acd95(0x1a5)](_0x3a0743[_0x4acd95(0x164)]())[_0x4acd95(0x163)](([_0x32215e])=>Be[_0x4acd95(0x10a)](_0x32215e));_0x2cf40c[_0x4acd95(0x181)][_0x4acd95(0x16c)]({'element':_0x2a0019,'attributes':_0x49364f[_0x4acd95(0xfe)]?Object[_0x4acd95(0x169)](_0x49364f):null}),_0x580afa&&_0x2cf40c[_0x4acd95(0x173)][_0x4acd95(0x16c)](_0x580afa),_0x47f6a7&&_0x2cf40c[_0x4acd95(0x148)][_0x4acd95(0x16c)](_0x47f6a7);},{'priority':_0x23aff2(0x199)}),_0x35cad3['on'](_0x23aff2(0x10d),(_0x26a01b,_0xdb52ee)=>{const _0x56e2b9=_0x23aff2,[_0x1c7174,_0x582024={}]=_0xdb52ee;if(!_0x2cf40c)return;const _0x2bb6b7=_0x582024['at']||0x0,_0x493116=_0x582024[_0x56e2b9(0x152)]||0x1;_0x2cf40c[_0x56e2b9(0x15f)]=new Array(_0x493116)[_0x56e2b9(0x153)](_0x2bb6b7)[_0x56e2b9(0x10c)]((_0x91d112,_0x51c53b)=>_0x91d112+_0x51c53b);for(const {cell:_0xbd84a3}of _0x35cad3[_0x56e2b9(0xfb)](_0x1c7174,{'startColumn':_0x2bb6b7,'endColumn':_0x2bb6b7+_0x493116-0x1}))_0x2cf40c[_0x56e2b9(0x127)][_0x56e2b9(0x16c)](_0x419248[_0x56e2b9(0x109)][_0x56e2b9(0x177)](_0xbd84a3));},{'priority':_0x23aff2(0x156)}),_0x35cad3['on'](_0x23aff2(0x10f),(_0x8430d5,_0xa7cd3d)=>{const _0x49e6a4=_0x23aff2,[_0x57f866,_0x5afaf0={}]=_0xa7cd3d;if(!_0x2cf40c)return;const _0x5a1fd6=_0x5afaf0['at']||0x0,_0x5b2d2b=_0x5afaf0[_0x49e6a4(0x135)]||0x1;_0x2cf40c[_0x49e6a4(0x11e)]=new Array(_0x5b2d2b)[_0x49e6a4(0x153)](_0x5a1fd6)[_0x49e6a4(0x10c)]((_0x373623,_0x154535)=>_0x373623+_0x154535);for(const {cell:_0x55bf94}of _0x35cad3[_0x49e6a4(0xfb)](_0x57f866,{'startRow':_0x5a1fd6,'endRow':_0x5a1fd6+_0x5b2d2b-0x1}))_0x2cf40c[_0x49e6a4(0x19c)][_0x49e6a4(0x16c)](_0x419248[_0x49e6a4(0x109)][_0x49e6a4(0x177)](_0x55bf94));},{'priority':_0x23aff2(0x156)}),_0x3286e9[_0x23aff2(0x140)][_0x23aff2(0xf6)](_0x4e601c=>{const _0x587f9a=_0x23aff2;if(_0x4e601c[_0x587f9a(0xeb)]&&_0x4e601c[_0x587f9a(0xeb)][_0x587f9a(0x19b)](_0x587f9a(0x118)))return _0x4e601c[_0x587f9a(0x14d)]?{}:{'type':_0x587f9a(0xed),'content':_0x54f72e(_0x419248[_0x587f9a(0x1a9)],_0x587f9a(0x198))};});const _0x289d17=()=>!0x1;for(const _0x160960 of[_0x23aff2(0x118),_0x23aff2(0x1ae),_0x23aff2(0x159),_0x23aff2(0x13d)])_0x3286e9[_0x23aff2(0x18b)][_0x23aff2(0x101)](_0x23aff2(0xed),_0x160960,_0x23aff2(0x115),_0x289d17),_0x3286e9[_0x23aff2(0x18b)][_0x23aff2(0x101)](_0x23aff2(0x18f),_0x160960,_0x23aff2(0x115),_0x289d17),_0x3286e9[_0x23aff2(0x18b)][_0x23aff2(0x101)](_0x23aff2(0x1b1),_0x160960,_0x23aff2(0x115),_0x289d17);_0x3286e9[_0x23aff2(0x18b)][_0x23aff2(0x101)](_0x23aff2(0x1b1),_0x23aff2(0x13d),_0x23aff2(0x138),_0x289d17),_0x3286e9[_0x23aff2(0x18b)][_0x23aff2(0x101)](_0x23aff2(0x1b1),_0x23aff2(0x13d),_0x23aff2(0x16b),(_0x53b805,_0xf3318e,_0x335e8a)=>{const _0x415acb=_0x23aff2,_0x4566a7=_0x53b805[_0x415acb(0x10c)](_0x1d336c=>_0x1d336c[_0x415acb(0x17e)]())[_0x415acb(0x163)](_0x8860e8=>_0x8860e8),_0x49565f=new Map(_0x4566a7[_0x415acb(0x10c)](_0x524dd9=>[_0x524dd9,null]));if(_0x2cf40c){for(const {element:_0x45ce12,attributes:_0xa92389}of _0x2cf40c[_0x415acb(0x181)])_0xa92389&&_0x49565f[_0x415acb(0x13c)](_0x45ce12,_0xa92389);}else{if(_0x335e8a&&_0x335e8a[_0x415acb(0x14a)])for(const [_0x44115e,_0x44bd26]of Object[_0x415acb(0x195)](_0x335e8a[_0x415acb(0x14a)])){const _0x26db26=_0x419248[_0x415acb(0x109)][_0x415acb(0x15e)][_0x415acb(0xf5)](_0x44115e),_0x2f906a=_0x26db26?_0x26db26[_0x415acb(0x186)]()[_0x415acb(0x17e)]():null;_0x2f906a&&_0x49565f[_0x415acb(0x13c)](_0x2f906a,_0x44bd26);}}_0x419248[_0x415acb(0x109)][_0x415acb(0x131)](_0x300dd3=>{const _0x5e3803=_0x415acb;for(const [_0x1d8b3d,_0x1b8b2e]of _0x49565f)_0x300dd3[_0x5e3803(0x15d)]({...ve,..._0x1b8b2e},_0x1d8b3d);});});const _0x442ad7=(_0x3bc2ce,_0x8b96d3)=>{const _0x4d8453=_0x23aff2;_0x3286e9[_0x4d8453(0x18b)][_0x4d8453(0x101)](_0x3bc2ce,_0x4d8453(0x118),_0x8b96d3,(_0x31f928,_0x13d5dd,_0x2990d6)=>{const _0xa83dbf=_0x4d8453;_0x419248[_0xa83dbf(0x109)][_0xa83dbf(0x131)](_0x93ebf=>{const _0x2ee388=_0xa83dbf,_0x4b28b9=[];for(const _0x2fc04a of _0x31f928){const _0x2a1e9e=_0x2fc04a[_0x2ee388(0x128)][_0x2ee388(0x1aa)];_0x2a1e9e['is'](_0x2ee388(0x108),_0x2ee388(0x1a7))&&_0x4b28b9[_0x2ee388(0x16c)](_0x2a1e9e);}_0x3286e9[_0x2ee388(0x18b)][_0x2ee388(0x1b5)](_0x3bc2ce,null,_0x8b96d3)(_0x31f928,_0x13d5dd,_0x2990d6);for(const _0x31e410 of _0x4b28b9)_0x2ee388(0xf0)!=_0x31e410[_0x2ee388(0x162)][_0x2ee388(0x1ad)]&&_0x93ebf[_0x2ee388(0x19d)](_0x31e410);});});};_0x442ad7(_0x23aff2(0xed),_0x23aff2(0x16b)),_0x442ad7(_0x23aff2(0xed),_0x23aff2(0x138)),_0x442ad7(_0x23aff2(0x18f),_0x23aff2(0x16b)),_0x442ad7(_0x23aff2(0x18f),_0x23aff2(0x138)),_0x3286e9[_0x23aff2(0x18b)][_0x23aff2(0x101)](_0x23aff2(0xed),_0x23aff2(0x159),_0x23aff2(0x138),_0x412d79=>{const _0x46a817=_0x23aff2,_0x3c1786=_0x412d79[_0x46a817(0x10c)](_0x1dffaa=>_0x1dffaa[_0x46a817(0x17e)]()),_0x56042c=_0x3c1786[0x0][_0x46a817(0x12a)](_0x46a817(0x112)),{minRow:_0x5d185f,maxRow:_0x17e297}=_0x376e3a[_0x46a817(0x176)](_0x3c1786);_0x35cad3[_0x46a817(0x11c)](_0x56042c,{'at':_0x5d185f,'rows':_0x17e297-_0x5d185f+0x1});}),_0x3286e9[_0x23aff2(0x18b)][_0x23aff2(0x101)](_0x23aff2(0xed),_0x23aff2(0x1ae),_0x23aff2(0x138),_0x29da18=>{const _0x9ba4a6=_0x23aff2,_0x4b1e53=_0x29da18[_0x9ba4a6(0x10c)](_0x423a48=>_0x423a48[_0x9ba4a6(0x17e)]()),_0x4a4eae=_0x4b1e53[0x0][_0x9ba4a6(0x12a)](_0x9ba4a6(0x112)),{minColumn:_0x1802ff,maxColumn:_0xd49fad}=_0x376e3a[_0x9ba4a6(0x176)](_0x4b1e53);_0x35cad3[_0x9ba4a6(0x1b2)](_0x4a4eae,{'at':_0x1802ff,'columns':_0xd49fad-_0x1802ff+0x1});});const _0x9618a=(_0x7949d4,_0x46f620)=>{const _0x4e9cb8=_0x23aff2;if(!_0x46f620[_0x4e9cb8(0xeb)]||!_0x46f620[_0x4e9cb8(0xeb)][_0x4e9cb8(0x19b)](_0x4e9cb8(0x118)))return;const _0x17a5f5=_0x46f620[_0x4e9cb8(0xec)][_0x4e9cb8(0x151)],_0x5391e3=_0x3286e9[_0x4e9cb8(0x10e)]()[_0x4e9cb8(0x163)](_0x511a50=>_0x511a50[_0x4e9cb8(0x12b)]&&_0x511a50[_0x4e9cb8(0xec)]&&_0x511a50[_0x4e9cb8(0xec)][_0x4e9cb8(0x151)]==_0x17a5f5);_0x5391e3[_0x4e9cb8(0xfe)]&&_0x46f620[_0x4e9cb8(0xfd)]()[_0x4e9cb8(0xfe)]!=_0x5391e3[_0x4e9cb8(0xfe)]&&_0x5391e3[_0x4e9cb8(0x19e)]((_0x12ad40,_0xe75aea)=>(_0x12ad40[_0x4e9cb8(0xf8)]=_0xe75aea,_0xe75aea[_0x4e9cb8(0x14d)]=_0x12ad40,_0xe75aea));};function _0x5832e9(_0x45f16a,_0x71c961=!0x0){const _0x198178=_0x23aff2,{id:_0x4557a6,authorId:_0x1a7e1c}=_0x3286e9[_0x198178(0x157)](_0x45f16a[_0x198178(0x18e)]),_0x5e7193=[_0x198178(0x197),_0x198178(0xee)],_0x3c5335=_0x3286e9[_0x198178(0x125)][_0x198178(0x10a)](_0x45f16a[_0x198178(0x18e)]);return _0x3c5335&&_0x5e7193[_0x198178(0x16c)](_0x198178(0x1b3)),{'classes':_0x5e7193,'attributes':{'data-suggestion':_0x4557a6,'data-author-id':_0x1a7e1c},'priority':_0x3c5335&&_0x71c961?0xbc2:0xbb8};}_0x3286e9['on'](_0x23aff2(0x166),_0x9618a,{'priority':_0x23aff2(0x199)}),_0x3286e9['on'](_0x23aff2(0x18d),_0x9618a,{'priority':_0x23aff2(0x199)}),_0x419248[_0x23aff2(0x109)][_0x23aff2(0x180)][_0x23aff2(0x17b)](()=>{const _0x2ad254=_0x23aff2;let _0x54f89b=!0x1;const _0x3efcd2=Array[_0x2ad254(0x1a5)](_0x419248[_0x2ad254(0x109)][_0x2ad254(0x180)][_0x2ad254(0x132)][_0x2ad254(0x102)]());for(const {name:_0xa3c75c,data:_0x3982b2}of _0x3efcd2){const {group:_0xcf0ff4,type:_0x32e8c3,id:_0x4ecab3}=_0x3286e9[_0x2ad254(0x157)](_0xa3c75c);if(_0x2ad254(0xea)!=_0xcf0ff4||_0x2ad254(0x18f)!=_0x32e8c3||_0x3982b2[_0x2ad254(0x1a2)])continue;if(!_0x3286e9[_0x2ad254(0x16e)](_0x4ecab3))continue;const _0x2424af=_0x3286e9[_0x2ad254(0x15a)](_0x4ecab3)[_0x2ad254(0x171)](),_0x22052f=_0x419248[_0x2ad254(0x1b6)][_0x2ad254(0xf5)](_0x2ad254(0x183))['me'];for(const _0x52881f of _0x3286e9[_0x2ad254(0x10e)]()){if(!_0x52881f[_0x2ad254(0x12b)]||_0x52881f[_0x2ad254(0x15b)]!=_0x22052f)continue;if(_0x2ad254(0x1b1)!=_0x52881f[_0x2ad254(0x15c)]||_0x2ad254(0x13d)!=_0x52881f[_0x2ad254(0xeb)])continue;if(_0x52881f[_0x2ad254(0x171)]()[_0x2ad254(0xff)](_0x3e7781=>_0x2424af[_0x2ad254(0x19f)](_0x13424f=>_0x13424f[_0x2ad254(0x1a8)](_0x3e7781,!0x0)))){for(const _0x3b9267 of _0x52881f[_0x2ad254(0xfd)]())_0x3b9267[_0x2ad254(0x12b)]&&(_0x3b9267[_0x2ad254(0x138)](),_0x54f89b=!0x0);}}}return _0x54f89b;}),_0x419248[_0x23aff2(0x109)][_0x23aff2(0x180)][_0x23aff2(0x17b)](_0x4caada=>{const _0x37a468=_0x23aff2,_0x58709f=_0x419248[_0x37a468(0x17c)][_0x37a468(0xf5)](_0x37a468(0x187));if(!_0x58709f||!_0x58709f[_0x37a468(0xf3)][_0x37a468(0x10b)](_0x4caada[_0x37a468(0x11a)]))return!0x1;let _0x21840d=!0x1;const _0x3c93a8=_0x419248[_0x37a468(0x1b6)][_0x37a468(0xf5)](_0x37a468(0x183))['me'],_0x2d8a15=_0x419248[_0x37a468(0x109)][_0x37a468(0x180)][_0x37a468(0x132)][_0x37a468(0x17a)](),_0x3b1d83=Array[_0x37a468(0x1a5)](_0x419248[_0x37a468(0x109)][_0x37a468(0x180)][_0x37a468(0x132)][_0x37a468(0x102)]())[_0x37a468(0x163)](({name:_0x3818f9,data:_0x1e6683})=>{const _0x50d4b3=_0x37a468,{group:_0xfd199b,subType:_0x52604b,authorId:_0x462221}=_0x3286e9[_0x50d4b3(0x157)](_0x3818f9);return _0x50d4b3(0xea)==_0xfd199b&&_0x50d4b3(0x118)==_0x52604b&&_0x462221==_0x3c93a8['id']&&!_0x1e6683[_0x50d4b3(0x1a2)];});for(const _0xb070e7 of _0x2d8a15){if(_0x37a468(0x111)!=_0xb070e7[_0x37a468(0x15c)]||_0x37a468(0x1a7)!=_0xb070e7[_0x37a468(0x107)]||0x1!=_0xb070e7[_0x37a468(0xfe)])continue;const _0x3b8ebe=_0x4caada[_0x37a468(0x175)](_0xb070e7[_0x37a468(0x136)],_0xb070e7[_0x37a468(0x136)][_0x37a468(0xf7)](0x1));if(!_0x3b1d83[_0x37a468(0x146)](({data:_0x402487})=>_0x402487[_0x37a468(0x13a)][_0x37a468(0x145)](_0x3b8ebe))){for(const {name:_0x44cc78,data:_0x220429}of _0x3b1d83)if(_0x3b8ebe[_0x37a468(0x1a8)](_0x220429[_0x37a468(0x13a)])){_0x4caada[_0x37a468(0x137)](_0x44cc78,{'range':_0x3b8ebe}),_0x21840d=!0x0;break;}}}return _0x21840d;}),_0x419248[_0x23aff2(0x109)][_0x23aff2(0x180)][_0x23aff2(0x17b)](_0x2e7567=>{const _0x554af0=_0x23aff2;let _0x366c5a=!0x1;const _0x3d14a0=_0x419248[_0x554af0(0x1b6)][_0x554af0(0xf5)](_0x554af0(0x183))['me'],_0x5b98c9=_0x3286e9[_0x554af0(0x10e)]()[_0x554af0(0x163)](_0x2a6bfb=>_0x2a6bfb[_0x554af0(0x12b)]&&_0x2a6bfb[_0x554af0(0x15b)]==_0x3d14a0),_0x14832c=new Set(),_0x11226c=new Set();for(const _0x50a0f3 of _0x5b98c9)if(_0x554af0(0x118)==_0x50a0f3[_0x554af0(0xeb)])for(const _0x4f3508 of _0x50a0f3[_0x554af0(0xe8)]()){const _0x50ad9f=_0x4f3508[_0x554af0(0x186)]()[_0x554af0(0x17e)]();if(_0x50ad9f){if(_0x50ad9f['is'](_0x554af0(0x108),_0x554af0(0x1a7))&&xe(_0x50ad9f)){_0x50a0f3[_0x554af0(0x11b)](_0x4f3508[_0x554af0(0x107)]),_0x14832c[_0x554af0(0x161)](_0x50ad9f),_0x366c5a=!0x0;const _0x5a9f63=_0x50ad9f[_0x554af0(0x104)],_0x337fa4=_0x50ad9f[_0x554af0(0x105)],_0x49967b=_0x5a9f63&&_0x5a9f63['is'](_0x554af0(0x108),_0x554af0(0x1a7)),_0x4f0ff3=_0x337fa4&&_0x337fa4['is'](_0x554af0(0x108),_0x554af0(0x1a7));_0x49967b&&!_0x14832c[_0x554af0(0x10b)](_0x5a9f63)&&_0x11226c[_0x554af0(0x161)](_0x5a9f63),_0x4f0ff3&&!_0x14832c[_0x554af0(0x10b)](_0x337fa4)&&_0x11226c[_0x554af0(0x161)](_0x337fa4);}else _0x50ad9f['is'](_0x554af0(0x108),_0x554af0(0x182))&&_0x50ad9f[_0x554af0(0x1a3)]&&(_0x50a0f3[_0x554af0(0x11b)](_0x4f3508[_0x554af0(0x107)]),_0x366c5a=!0x0);}}else{if(_0x554af0(0x13d)==_0x50a0f3[_0x554af0(0xeb)]){if(!_0x50a0f3[_0x554af0(0xec)]||!_0x50a0f3[_0x554af0(0xec)][_0x554af0(0x151)])continue;const _0x1174c1=_0x50a0f3[_0x554af0(0xec)][_0x554af0(0x14a)];if(_0x1174c1&&Object[_0x554af0(0x110)](_0x1174c1)[_0x554af0(0xfe)])continue;const _0x57192c=_0x50a0f3[_0x554af0(0xec)][_0x554af0(0x151)];let _0x282cda=!0x0,_0x46df03=!0x0;for(const _0x23cdb1 of _0x5b98c9)if(_0x23cdb1[_0x554af0(0xeb)]&&_0x23cdb1[_0x554af0(0xeb)][_0x554af0(0x19b)](_0x554af0(0x118))){if(!_0x23cdb1[_0x554af0(0xec)][_0x554af0(0x151)]){_0x46df03=!0x1;break;}if(_0x23cdb1['id']!=_0x50a0f3['id']&&_0x23cdb1[_0x554af0(0xec)][_0x554af0(0x151)]==_0x57192c){_0x282cda=!0x1;break;}}_0x46df03&&_0x282cda&&(_0x50a0f3[_0x554af0(0x13b)](),_0x366c5a=!0x0);}}for(const _0x310399 of _0x14832c)_0x2e7567[_0x554af0(0x114)](_0x310399);for(const _0x3a9425 of _0x11226c)_0x2e7567[_0x554af0(0x19d)](_0x3a9425);return _0x366c5a;}),_0x419248[_0x23aff2(0x123)][_0x23aff2(0x147)](_0x23aff2(0x14f))[_0x23aff2(0x141)]({'model':_0x23aff2(0xf2),'view':_0x400ff1=>_0x5832e9(_0x400ff1),'converterPriority':_0x23aff2(0x199)}),_0x419248[_0x23aff2(0x123)][_0x23aff2(0x147)](_0x23aff2(0x124))[_0x23aff2(0x141)]({'model':_0x23aff2(0xf2),'view':(_0x4e63ba,_0x476e86)=>_0x476e86[_0x23aff2(0x168)][_0x23aff2(0x16a)]?_0x5832e9(_0x4e63ba,!0x1):null,'converterPriority':_0x23aff2(0x199)});const _0x1b6120=_0x419248[_0x23aff2(0x1a4)][_0x23aff2(0x13f)];this[_0x23aff2(0x144)](_0x1b6120[_0x23aff2(0x180)],_0x23aff2(0x16f),(_0x369004,_0x342454)=>{const _0x90b07=_0x23aff2,_0x354b1b=[];for(const _0x40f977 of _0x1b6120[_0x90b07(0x192)](_0x342454[_0x90b07(0x119)])[_0x90b07(0x14b)]())_0x40f977['is'](_0x90b07(0x108),_0x90b07(0x194))&&_0x354b1b[_0x90b07(0x16c)](_0x40f977);_0x1b6120[_0x90b07(0x131)](_0x324a38=>{const _0x9ce424=_0x90b07;for(const _0x3f2c78 of _0x354b1b)_0x324a38[_0x9ce424(0x172)](_0x324a38[_0x9ce424(0x192)](_0x3f2c78),_0x324a38[_0x9ce424(0x117)](_0x3f2c78)),_0x324a38[_0x9ce424(0x114)](_0x3f2c78);});});}}function xe(_0x512ac2){const _0x5df230=_0x794127;if(_0x512ac2[_0x5df230(0x1a3)])return!0x0;const _0x177b20=_0x512ac2[_0x5df230(0x126)](0x0);return _0x177b20['is'](_0x5df230(0x108),_0x5df230(0x182))&&_0x177b20[_0x5df230(0x1a3)];}function Oe(_0x210dec,_0x527fd2={},_0x180bd1){const _0x4079dd=_0x794127;for(const {isAnchor:_0x4f3a0d,cellHeight:_0x1d3ba9,cellWidth:_0x452e5e}of _0x180bd1[_0x4079dd(0xfb)](_0x210dec,{'includeAllSlots':!0x0,..._0x527fd2}))if(!_0x4f3a0d||0x1!=_0x1d3ba9||0x1!=_0x452e5e)return!0x1;return!0x0;}
|
|
23
|
+
const _0x55e898=_0x4b00;(function(_0x19ada5,_0x5edf7e){const _0x2c0244=_0x4b00,_0x462c91=_0x19ada5();while(!![]){try{const _0x2ea2f0=parseInt(_0x2c0244(0x139))/0x1*(-parseInt(_0x2c0244(0x11e))/0x2)+parseInt(_0x2c0244(0x19f))/0x3*(-parseInt(_0x2c0244(0x17a))/0x4)+-parseInt(_0x2c0244(0x180))/0x5+parseInt(_0x2c0244(0x144))/0x6*(parseInt(_0x2c0244(0x19c))/0x7)+parseInt(_0x2c0244(0x18b))/0x8+parseInt(_0x2c0244(0x125))/0x9+parseInt(_0x2c0244(0x116))/0xa;if(_0x2ea2f0===_0x5edf7e)break;else _0x462c91['push'](_0x462c91['shift']());}catch(_0x31bb82){_0x462c91['push'](_0x462c91['shift']());}}}(_0x5e38,0xdf04c));import{getTranslation as _0x3cdecd}from'../utils/common-translations.js';import{Plugin as _0x106b49}from'ckeditor5/src/core.js';import{ModelLiveRange as _0x3c5638}from'ckeditor5/src/engine.js';import{uid as _0x56c2f0,priorities as _0x5e33b8}from'ckeditor5/src/utils.js';import{TrackChangesTable as _0x46b19d}from'./table.js';function _0x5e38(){const _0x1de19e=['root','afterInit','getRowIndexes','removeColumns','Users','_tablePostFixingSubtypes','getContainedElement','attributes','tableCellBackgroundColor','TrackChangesEditing','7qWQOBK','remove','getChildren','111AOgaMZ','insertContent','last','columnInsertionRanges','author','tableCellBorderColor','tableCell','columnInsertionIndexes','getSelectionAffectedTableCells','register','markers','fromEntries','trackChanges','getRange','insertion','getSuggestionCallback','from','reduce','tableCellPadding','batch','hasSuggestion','registerPostFixer','cell','getAttributes','add','set','change','_suggestionFactory','tablePasteColumn','createPositionBefore','tableCellHorizontalAlignment','plugins','getShiftedBy','model','end','deletionRanges','findAncestor','markMultiRangeDeletion','removeMarkers','updateMarker','TableClipboard','rowInsertionRanges','tableCellBorderStyle','dataDowncast','row','_createdBatches','$graveyard','ck-suggestion-marker--active','setAttribute','getSuggestions','next','view','schema','endColumn','wrap','setAttributes','showSuggestionHighlights','tableCellVerticalAlignment','newRange','content','first','getSuggestion','value','descriptionFactory','getChild','method','get','nextSibling','getMarkers','filter','isEqual','removeMarker','type','25140080jTsrir','stop','rows','position','suggestion:formatBlock:tablePasteCell','paragraph','start','editor','62Jwsfny','createTableWalker','insertionRanges','insertRows','createRange','documentSelection','TableSelection','2809548UZsfnQ','markerName','oldRange','lowest','selection','low','locale','ck-suggestion-marker-insertion','paste','insert','tablePasteRow','name','element','tableCellSuggestion','deletion','insertColumns','previous','for','getTableIfOnlyTableInContent','elementToElement','44142CNXXbB','suggestionLoaded','keys','markerAttributes','suggestion-td','containsRange','isInContent','requires','options','getRanges','clipboardOutput','8530452jCiXVs','some','fromRange','subType','contentInsertion','createRangeOn','_getCoordsForCells','accept','previousSibling','tablePaste','getAllAdjacentSuggestions','high','removeRows','return','length','getColumnIndexes','columns','createRangeIn','find','suggestionUnloaded','_splitMarkerName','tablePasteChainId','getItems','detach','column','isEmpty','listenTo','redo','startsWith','markerToHighlight','rowInsertionIndexes','getSelectedTableCells','document','formatBlock','markMultiRangeBlockFormat','includes','endRow','editingDowncast','move','forEach','_replaceTableSlotCell','join','getColumns','differ','ck-suggestion-marker','editing','tableCellBorderWidth','markMultiRangeInsertion','nodeAfter','TableUtils','commands','table','fill','entries','153316AyyRcJ','discard','every','conversion','getChanges','registerCustomCallback','4774425rXfxvg','*Replace\x20table\x20cells*','unwrap','tablePasteCell','push','cells','getChangedMarkers','rootName','forceDefaultExecution','registerDescriptionCallback','getRows','3256176XzuKlp','_isForcedDefaultExecutionBlock','activeMarkers','createElement','suggestion','map','has'];_0x5e38=function(){return _0x1de19e;};return _0x5e38();}import{ClipboardPipeline as _0x3b8ff8}from'ckeditor5/src/clipboard.js';function _0x4b00(_0x23a36d,_0x59659e){const _0x5e38a6=_0x5e38();return _0x4b00=function(_0x4b009a,_0x2f49e6){_0x4b009a=_0x4b009a-0xfc;let _0x195a0c=_0x5e38a6[_0x4b009a];return _0x195a0c;},_0x4b00(_0x23a36d,_0x59659e);}const Be=[_0x55e898(0x172),_0x55e898(0x1a4),_0x55e898(0x1c9),_0x55e898(0x1bd),_0x55e898(0x106),_0x55e898(0x19a),_0x55e898(0x1b1)],xe=/* #__PURE__ -- @preserve */
|
|
24
|
+
Object[_0x55e898(0x1aa)](Be[_0x55e898(0x190)](_0x229d67=>[_0x229d67,null]));export class TrackChangesTableClipboard extends _0x106b49{static get[_0x55e898(0x140)](){return[_0x46b19d];}[_0x55e898(0x193)](){const _0x45196e=_0x55e898,_0x56b82b=this[_0x45196e(0x11d)];if(!_0x56b82b[_0x45196e(0x1be)][_0x45196e(0x191)](_0x45196e(0x1c7)))return;const _0x53ceeb=_0x56b82b[_0x45196e(0x1be)][_0x45196e(0x10f)](_0x45196e(0x19b)),_0x44f694=_0x56b82b[_0x45196e(0x1be)][_0x45196e(0x10f)](_0x45196e(0x175)),_0x58e15b=_0x56b82b[_0x45196e(0x1be)][_0x45196e(0x10f)](_0x46b19d),_0x4831b1=_0x56b82b[_0x45196e(0x1be)][_0x45196e(0x10f)](_0x45196e(0x1c7)),_0x3d70b2=_0x56b82b[_0x45196e(0x1be)][_0x45196e(0x10f)](_0x45196e(0x124)),_0x4a3d3e=_0x56b82b[_0x45196e(0x1be)][_0x45196e(0x10f)](_0x3b8ff8);_0x58e15b[_0x45196e(0x197)][_0x45196e(0x184)](_0x45196e(0x12f),_0x45196e(0x1bb)),_0x56b82b[_0x45196e(0x1c0)][_0x45196e(0x101)][_0x45196e(0x1a8)](_0x45196e(0x132),{'allowIn':_0x45196e(0x1a5),'allowContentOf':_0x45196e(0x1a5),'isLimit':!0x0}),_0x56b82b[_0x45196e(0x17d)][_0x45196e(0x138)]({'model':_0x45196e(0x132),'view':_0x45196e(0x13d)});let _0x4ad33b=null,_0x116d6f=!0x1;_0x4a3d3e['on'](_0x45196e(0x148),(_0x4248cd,_0x35aa23)=>{const _0x4b382e=_0x45196e;_0x116d6f=_0x4b382e(0x12d)===_0x35aa23[_0x4b382e(0x10e)];}),_0x56b82b[_0x45196e(0x1c0)]['on'](_0x45196e(0x1a0),(_0xdfe846,_0x4f70da)=>{const _0x415faa=_0x45196e;if(!_0x116d6f&&null===_0x3d70b2[_0x415faa(0x163)]())return;const [_0xbcc989,_0x384b73]=_0x4f70da,_0x1387a7=_0x4f70da[_0x4f70da[_0x415faa(0x152)]-0x1];_0x1387a7&&_0x1387a7[_0x415faa(0x188)]||_0x53ceeb[_0x415faa(0x18c)]||this[_0x415faa(0x11d)][_0x415faa(0x176)][_0x415faa(0x10f)](_0x415faa(0x1ab))[_0x415faa(0x10b)]&&function(_0x512c15,_0x1913be,_0x26dc95,_0x15ba03,_0x155760){const _0x1d8627=_0x415faa;if(_0x1913be&&!_0x1913be['is'](_0x1d8627(0x123)))return!0x1;const _0x1ea62e=_0x155760[_0x1d8627(0x137)](_0x512c15,_0x26dc95);if(!_0x1ea62e||!Ue(_0x1ea62e,void 0x0,_0x15ba03))return!0x1;const _0x4565fb=_0x15ba03[_0x1d8627(0x1a7)](_0x26dc95[_0x1d8627(0x164)][_0x1d8627(0x129)]);if(!_0x4565fb[_0x1d8627(0x152)])return!0x1;const _0x1cb2ec=_0x4565fb[0x0][_0x1d8627(0x1c3)](_0x1d8627(0x177)),_0x2758f6=_0x15ba03[_0x1d8627(0x194)](_0x4565fb),_0x551488=_0x15ba03[_0x1d8627(0x153)](_0x4565fb),_0x57ab5b={'startRow':_0x2758f6[_0x1d8627(0x109)],'endRow':_0x2758f6[_0x1d8627(0x1a1)],'startColumn':_0x551488[_0x1d8627(0x109)],'endColumn':_0x551488[_0x1d8627(0x1a1)]};return 0x1==_0x4565fb[_0x1d8627(0x152)]&&(_0x57ab5b[_0x1d8627(0x168)]+=_0x15ba03[_0x1d8627(0x18a)](_0x1ea62e)-0x1,_0x57ab5b[_0x1d8627(0x102)]+=_0x15ba03[_0x1d8627(0x16e)](_0x1ea62e)-0x1),Ue(_0x1cb2ec,_0x57ab5b,_0x15ba03);}(_0xbcc989,_0x384b73,_0x56b82b[_0x415faa(0x1c0)],_0x44f694,_0x4831b1)&&(_0xdfe846[_0x415faa(0x117)](),_0x4ad33b={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x56b82b[_0x415faa(0x1c0)][_0x415faa(0x1b9)](()=>{const _0x1564a2=_0x415faa;_0x56b82b[_0x1564a2(0x1c0)][_0x1564a2(0x1a0)](_0x4f70da[0x0],_0x4f70da[0x1],_0x4f70da[0x2],{'forceDefaultExecution':!0x0});const _0x176814=_0x56c2f0(),{rowInsertionRanges:_0x5de9f3,columnInsertionRanges:_0x23a8d6,insertionRanges:_0x1fb235,deletionRanges:_0x2c9b40,cells:_0x59c920}=_0x4ad33b;_0x5de9f3[_0x1564a2(0x152)]&&_0x53ceeb[_0x1564a2(0x173)](_0x5de9f3,_0x1564a2(0x12f),{'tablePasteChainId':_0x176814}),_0x23a8d6[_0x1564a2(0x152)]&&_0x53ceeb[_0x1564a2(0x173)](_0x23a8d6,_0x1564a2(0x1bb),{'tablePasteChainId':_0x176814}),_0x1fb235[_0x1564a2(0x152)]&&(_0x53ceeb[_0x1564a2(0x173)](_0x1fb235,_0x1564a2(0x14d),{'tablePasteChainId':_0x176814,'skipNestingCheck':!0x0}),_0x1fb235[_0x1564a2(0x16b)](_0x279d7d=>_0x279d7d[_0x1564a2(0x15b)]?.())),_0x2c9b40[_0x1564a2(0x152)]&&(_0x53ceeb[_0x1564a2(0x1c4)](_0x2c9b40,_0x1564a2(0x14d),{'tablePasteChainId':_0x176814,'skipNestingCheck':!0x0}),_0x2c9b40[_0x1564a2(0x16b)](_0x26efb7=>_0x26efb7[_0x1564a2(0x15b)]?.()));const _0x542d73=_0x53ceeb[_0x1564a2(0x166)](_0x59c920[_0x1564a2(0x190)](({element:_0x1c1285})=>_0x1c1285),{'formatGroupId':_0x56c2f0()},[],_0x1564a2(0x183),{'tablePasteChainId':_0x176814});if(_0x542d73){const _0x2159e5=_0x542d73[_0x1564a2(0x111)](),_0x1c0aed=[];for(const {element:_0x4d9736,attributes:_0x3b1e8a}of _0x59c920){if(!_0x3b1e8a)continue;const _0xd59ef4=_0x56b82b[_0x1564a2(0x1c0)][_0x1564a2(0x149)](_0x4d9736),_0x9eded2=_0x2159e5[_0x1564a2(0x156)](_0x18fa54=>_0x18fa54[_0x1564a2(0x1ac)]()[_0x1564a2(0x113)](_0xd59ef4));_0x9eded2&&_0x1c0aed[_0x1564a2(0x184)]([_0x9eded2[_0x1564a2(0x130)],_0x3b1e8a]);}_0x1c0aed[_0x1564a2(0x152)]&&_0x542d73[_0x1564a2(0xfd)](_0x1564a2(0x13c),Object[_0x1564a2(0x1aa)](_0x1c0aed));}_0x4ad33b=null;}));},{'priority':_0x5e33b8[_0x45196e(0x14f)]+0xa}),_0x4a3d3e['on'](_0x45196e(0x148),()=>{_0x116d6f=!0x1;},{'priority':_0x45196e(0x128)}),_0x56b82b[_0x45196e(0x1be)][_0x45196e(0x10f)](_0x45196e(0x1c7))['on'](_0x45196e(0x16c),(_0x41a7fe,_0x37264e)=>{const _0x314e08=_0x45196e,[_0x48e3ec,_0x4f7774,,_0x26a0e5]=_0x37264e;if(!_0x4ad33b)return;_0x41a7fe[_0x314e08(0x117)]();const _0x51948d=_0x48e3ec[_0x314e08(0x1b5)],_0x228053=_0x4f7774,_0x3c722a=Oe(_0x51948d),_0x225639=Oe(_0x228053);_0x41a7fe[_0x314e08(0x151)]=_0x51948d;let _0xe97922=null,_0x41395e=null;if(_0x225639||_0x3c722a){if(_0x3c722a&&!_0x225639){_0x26a0e5[_0x314e08(0x19d)](_0x51948d[_0x314e08(0x10d)](0x0));for(const _0x49feb0 of Array[_0x314e08(0x1af)](_0x228053[_0x314e08(0x19e)]()))_0x26a0e5[_0x314e08(0x12e)](_0x49feb0,_0x51948d,_0x314e08(0x1c1));const _0x1885db=_0x4ad33b[_0x314e08(0x162)][_0x314e08(0x167)](_0x48e3ec[_0x314e08(0x1cb)]),_0x10247d=_0x4ad33b[_0x314e08(0x1a6)][_0x314e08(0x167)](_0x48e3ec[_0x314e08(0x15c)]);_0x1885db||_0x10247d||(_0xe97922=_0x3c5638[_0x314e08(0x146)](_0x26a0e5[_0x314e08(0x155)](_0x51948d)));}else _0x225639&&!_0x3c722a&&(_0x41395e=_0x26a0e5[_0x314e08(0x155)](_0x51948d));}else{const _0x111223=_0x26a0e5[_0x314e08(0x18e)](_0x314e08(0x132)),_0x25cbdc=_0x26a0e5[_0x314e08(0x18e)](_0x314e08(0x132));_0x26a0e5[_0x314e08(0x103)](_0x26a0e5[_0x314e08(0x155)](_0x51948d),_0x25cbdc),_0x26a0e5[_0x314e08(0x12e)](_0x111223,_0x51948d,0x0);for(const _0x3de820 of Array[_0x314e08(0x1af)](_0x228053[_0x314e08(0x19e)]()))_0x26a0e5[_0x314e08(0x12e)](_0x3de820,_0x111223,_0x314e08(0x1c1));_0xe97922=_0x3c5638[_0x314e08(0x146)](_0x26a0e5[_0x314e08(0x149)](_0x111223)),_0x41395e=_0x3c5638[_0x314e08(0x146)](_0x26a0e5[_0x314e08(0x149)](_0x25cbdc));}const _0x388880=Array[_0x314e08(0x1af)](_0x228053[_0x314e08(0x1b6)]())[_0x314e08(0x112)](([_0x19b499])=>Be[_0x314e08(0x167)](_0x19b499));_0x4ad33b[_0x314e08(0x185)][_0x314e08(0x184)]({'element':_0x51948d,'attributes':_0x388880[_0x314e08(0x152)]?Object[_0x314e08(0x1aa)](_0x388880):null}),_0xe97922&&_0x4ad33b[_0x314e08(0x120)][_0x314e08(0x184)](_0xe97922),_0x41395e&&_0x4ad33b[_0x314e08(0x1c2)][_0x314e08(0x184)](_0x41395e);},{'priority':_0x45196e(0x14f)}),_0x44f694['on'](_0x45196e(0x134),(_0x2e8200,_0x4d44c8)=>{const _0x382e7a=_0x45196e,[_0xefb5f7,_0x32820a={}]=_0x4d44c8;if(!_0x4ad33b)return;const _0x452867=_0x32820a['at']||0x0,_0x2bd5e0=_0x32820a[_0x382e7a(0x154)]||0x1;_0x4ad33b[_0x382e7a(0x1a6)]=new Array(_0x2bd5e0)[_0x382e7a(0x178)](_0x452867)[_0x382e7a(0x190)]((_0x4dccfd,_0x49c106)=>_0x4dccfd+_0x49c106);for(const {cell:_0xd84553}of _0x44f694[_0x382e7a(0x11f)](_0xefb5f7,{'startColumn':_0x452867,'endColumn':_0x452867+_0x2bd5e0-0x1}))_0x4ad33b[_0x382e7a(0x1a2)][_0x382e7a(0x184)](_0x56b82b[_0x382e7a(0x1c0)][_0x382e7a(0x149)](_0xd84553));},{'priority':_0x45196e(0x12a)}),_0x44f694['on'](_0x45196e(0x121),(_0x34a2a3,_0x523c36)=>{const _0x22dadd=_0x45196e,[_0xed4c38,_0x773350={}]=_0x523c36;if(!_0x4ad33b)return;const _0x6032ec=_0x773350['at']||0x0,_0x1770be=_0x773350[_0x22dadd(0x118)]||0x1;_0x4ad33b[_0x22dadd(0x162)]=new Array(_0x1770be)[_0x22dadd(0x178)](_0x6032ec)[_0x22dadd(0x190)]((_0x1c2109,_0x5323c6)=>_0x1c2109+_0x5323c6);for(const {cell:_0x49a874}of _0x44f694[_0x22dadd(0x11f)](_0xed4c38,{'startRow':_0x6032ec,'endRow':_0x6032ec+_0x1770be-0x1}))_0x4ad33b[_0x22dadd(0x1c8)][_0x22dadd(0x184)](_0x56b82b[_0x22dadd(0x1c0)][_0x22dadd(0x149)](_0x49a874));},{'priority':_0x45196e(0x12a)}),_0x53ceeb[_0x45196e(0x10c)][_0x45196e(0x189)](_0x324769=>{const _0x121fba=_0x45196e;if(_0x324769[_0x121fba(0x147)]&&_0x324769[_0x121fba(0x147)][_0x121fba(0x160)](_0x121fba(0x14d)))return _0x324769[_0x121fba(0x135)]?{}:{'type':_0x121fba(0x1ad),'content':_0x3cdecd(_0x56b82b[_0x121fba(0x12b)],_0x121fba(0x181))};});const _0x1fb95c=()=>!0x1;for(const _0x40c798 of[_0x45196e(0x14d),_0x45196e(0x1bb),_0x45196e(0x12f),_0x45196e(0x183)])_0x53ceeb[_0x45196e(0x1ba)][_0x45196e(0x17f)](_0x45196e(0x1ad),_0x40c798,_0x45196e(0x16d),_0x1fb95c),_0x53ceeb[_0x45196e(0x1ba)][_0x45196e(0x17f)](_0x45196e(0x133),_0x40c798,_0x45196e(0x16d),_0x1fb95c),_0x53ceeb[_0x45196e(0x1ba)][_0x45196e(0x17f)](_0x45196e(0x165),_0x40c798,_0x45196e(0x16d),_0x1fb95c);_0x53ceeb[_0x45196e(0x1ba)][_0x45196e(0x17f)](_0x45196e(0x165),_0x45196e(0x183),_0x45196e(0x17b),_0x1fb95c),_0x53ceeb[_0x45196e(0x1ba)][_0x45196e(0x17f)](_0x45196e(0x165),_0x45196e(0x183),_0x45196e(0x14b),(_0x5f4407,_0x1d364b,_0x736807)=>{const _0x33f93b=_0x45196e,_0x3961ca=_0x5f4407[_0x33f93b(0x190)](_0x279354=>_0x279354[_0x33f93b(0x198)]())[_0x33f93b(0x112)](_0x18995d=>_0x18995d),_0x4b7da9=new Map(_0x3961ca[_0x33f93b(0x190)](_0x30ea0d=>[_0x30ea0d,null]));if(_0x4ad33b){for(const {element:_0x4cb541,attributes:_0x3b4f4c}of _0x4ad33b[_0x33f93b(0x185)])_0x3b4f4c&&_0x4b7da9[_0x33f93b(0x1b8)](_0x4cb541,_0x3b4f4c);}else{if(_0x736807&&_0x736807[_0x33f93b(0x13c)])for(const [_0x2879d2,_0x23e52d]of Object[_0x33f93b(0x179)](_0x736807[_0x33f93b(0x13c)])){const _0x52fb30=_0x56b82b[_0x33f93b(0x1c0)][_0x33f93b(0x1a9)][_0x33f93b(0x10f)](_0x2879d2),_0x1fe390=_0x52fb30?_0x52fb30[_0x33f93b(0x1ac)]()[_0x33f93b(0x198)]():null;_0x1fe390&&_0x4b7da9[_0x33f93b(0x1b8)](_0x1fe390,_0x23e52d);}}_0x56b82b[_0x33f93b(0x1c0)][_0x33f93b(0x1b9)](_0x59ae5a=>{const _0x610779=_0x33f93b;for(const [_0x1cf909,_0xca9d75]of _0x4b7da9)_0x59ae5a[_0x610779(0x104)]({...xe,..._0xca9d75},_0x1cf909);});});const _0x346850=(_0x617445,_0x2bdc19)=>{const _0xd0586f=_0x45196e;_0x53ceeb[_0xd0586f(0x1ba)][_0xd0586f(0x17f)](_0x617445,_0xd0586f(0x14d),_0x2bdc19,(_0x3e0905,_0x49090b,_0xe0eef4)=>{const _0x3faed1=_0xd0586f;_0x56b82b[_0x3faed1(0x1c0)][_0x3faed1(0x1b9)](_0x470a87=>{const _0x2debc2=_0x3faed1,_0x32fd06=[];for(const _0x4bf5cc of _0x3e0905){const _0xbcb009=_0x4bf5cc[_0x2debc2(0x11c)][_0x2debc2(0x174)];_0xbcb009['is'](_0x2debc2(0x131),_0x2debc2(0x132))&&_0x32fd06[_0x2debc2(0x184)](_0xbcb009);}_0x53ceeb[_0x2debc2(0x1ba)][_0x2debc2(0x1ae)](_0x617445,null,_0x2bdc19)(_0x3e0905,_0x49090b,_0xe0eef4);for(const _0x30a9d5 of _0x32fd06)_0x2debc2(0x1cd)!=_0x30a9d5[_0x2debc2(0x192)][_0x2debc2(0x187)]&&_0x470a87[_0x2debc2(0x182)](_0x30a9d5);});});};_0x346850(_0x45196e(0x1ad),_0x45196e(0x14b)),_0x346850(_0x45196e(0x1ad),_0x45196e(0x17b)),_0x346850(_0x45196e(0x133),_0x45196e(0x14b)),_0x346850(_0x45196e(0x133),_0x45196e(0x17b)),_0x53ceeb[_0x45196e(0x1ba)][_0x45196e(0x17f)](_0x45196e(0x1ad),_0x45196e(0x12f),_0x45196e(0x17b),_0x5a8d0c=>{const _0x69012d=_0x45196e,_0x313317=_0x5a8d0c[_0x69012d(0x190)](_0x132999=>_0x132999[_0x69012d(0x198)]()),_0x27a64f=_0x313317[0x0][_0x69012d(0x1c3)](_0x69012d(0x177)),{minRow:_0x3a2501,maxRow:_0x5e4496}=_0x58e15b[_0x69012d(0x14a)](_0x313317);_0x44f694[_0x69012d(0x150)](_0x27a64f,{'at':_0x3a2501,'rows':_0x5e4496-_0x3a2501+0x1});}),_0x53ceeb[_0x45196e(0x1ba)][_0x45196e(0x17f)](_0x45196e(0x1ad),_0x45196e(0x1bb),_0x45196e(0x17b),_0x1ff42f=>{const _0x3eaca1=_0x45196e,_0x552fe2=_0x1ff42f[_0x3eaca1(0x190)](_0x219be7=>_0x219be7[_0x3eaca1(0x198)]()),_0x1b3767=_0x552fe2[0x0][_0x3eaca1(0x1c3)](_0x3eaca1(0x177)),{minColumn:_0x2176af,maxColumn:_0x3c7287}=_0x58e15b[_0x3eaca1(0x14a)](_0x552fe2);_0x44f694[_0x3eaca1(0x195)](_0x1b3767,{'at':_0x2176af,'columns':_0x3c7287-_0x2176af+0x1});});const _0x5aafa6=(_0x3ba730,_0x477e5a)=>{const _0x5df765=_0x45196e;if(!_0x477e5a[_0x5df765(0x147)]||!_0x477e5a[_0x5df765(0x147)][_0x5df765(0x160)](_0x5df765(0x14d)))return;const _0x5777e3=_0x477e5a[_0x5df765(0x199)][_0x5df765(0x159)],_0x55f6d2=_0x53ceeb[_0x5df765(0xfe)]()[_0x5df765(0x112)](_0x344731=>_0x344731[_0x5df765(0x13f)]&&_0x344731[_0x5df765(0x199)]&&_0x344731[_0x5df765(0x199)][_0x5df765(0x159)]==_0x5777e3);_0x55f6d2[_0x5df765(0x152)]&&_0x477e5a[_0x5df765(0x14e)]()[_0x5df765(0x152)]!=_0x55f6d2[_0x5df765(0x152)]&&_0x55f6d2[_0x5df765(0x1b0)]((_0x1af778,_0xf8ec39)=>(_0x1af778[_0x5df765(0xff)]=_0xf8ec39,_0xf8ec39[_0x5df765(0x135)]=_0x1af778,_0xf8ec39));};function _0x2c0788(_0x2b50b4,_0x4348df=!0x0){const _0x5e3d1f=_0x45196e,{id:_0x2c20c0,authorId:_0x3ec657}=_0x53ceeb[_0x5e3d1f(0x158)](_0x2b50b4[_0x5e3d1f(0x126)]),_0x3aaccd=[_0x5e3d1f(0x170),_0x5e3d1f(0x12c)],_0x58babc=_0x53ceeb[_0x5e3d1f(0x18d)][_0x5e3d1f(0x167)](_0x2b50b4[_0x5e3d1f(0x126)]);return _0x58babc&&_0x3aaccd[_0x5e3d1f(0x184)](_0x5e3d1f(0xfc)),{'classes':_0x3aaccd,'attributes':{'data-suggestion':_0x2c20c0,'data-author-id':_0x3ec657},'priority':_0x58babc&&_0x4348df?0xbc2:0xbb8};}_0x53ceeb['on'](_0x45196e(0x13a),_0x5aafa6,{'priority':_0x45196e(0x14f)}),_0x53ceeb['on'](_0x45196e(0x157),_0x5aafa6,{'priority':_0x45196e(0x14f)}),_0x56b82b[_0x45196e(0x1c0)][_0x45196e(0x164)][_0x45196e(0x1b4)](()=>{const _0x1f2c27=_0x45196e;let _0x4d9dde=!0x1;const _0x36077f=Array[_0x1f2c27(0x1af)](_0x56b82b[_0x1f2c27(0x1c0)][_0x1f2c27(0x164)][_0x1f2c27(0x16f)][_0x1f2c27(0x186)]());for(const {name:_0x22ea1f,data:_0x55467e}of _0x36077f){const {group:_0x5ab2c7,type:_0x40f5b6,id:_0x47ae34}=_0x53ceeb[_0x1f2c27(0x158)](_0x22ea1f);if(_0x1f2c27(0x18f)!=_0x5ab2c7||_0x1f2c27(0x133)!=_0x40f5b6||_0x55467e[_0x1f2c27(0x127)])continue;if(!_0x53ceeb[_0x1f2c27(0x1b3)](_0x47ae34))continue;const _0x54b3e7=_0x53ceeb[_0x1f2c27(0x10a)](_0x47ae34)[_0x1f2c27(0x142)](),_0x16c56b=_0x56b82b[_0x1f2c27(0x1be)][_0x1f2c27(0x10f)](_0x1f2c27(0x196))['me'];for(const _0x3dc83f of _0x53ceeb[_0x1f2c27(0xfe)]()){if(!_0x3dc83f[_0x1f2c27(0x13f)]||_0x3dc83f[_0x1f2c27(0x1a3)]!=_0x16c56b)continue;if(_0x1f2c27(0x165)!=_0x3dc83f[_0x1f2c27(0x115)]||_0x1f2c27(0x183)!=_0x3dc83f[_0x1f2c27(0x147)])continue;if(_0x3dc83f[_0x1f2c27(0x142)]()[_0x1f2c27(0x17c)](_0x27ae76=>_0x54b3e7[_0x1f2c27(0x145)](_0x1a22b2=>_0x1a22b2[_0x1f2c27(0x13e)](_0x27ae76,!0x0)))){for(const _0x2488d6 of _0x3dc83f[_0x1f2c27(0x14e)]())_0x2488d6[_0x1f2c27(0x13f)]&&(_0x2488d6[_0x1f2c27(0x17b)](),_0x4d9dde=!0x0);}}}return _0x4d9dde;}),_0x56b82b[_0x45196e(0x1c0)][_0x45196e(0x164)][_0x45196e(0x1b4)](_0x3b5c9d=>{const _0x3cae54=_0x45196e,_0x4a89ee=_0x56b82b[_0x3cae54(0x176)][_0x3cae54(0x10f)](_0x3cae54(0x15f));if(!_0x4a89ee||!_0x4a89ee[_0x3cae54(0x1cc)][_0x3cae54(0x191)](_0x3b5c9d[_0x3cae54(0x1b2)]))return!0x1;let _0x58bb95=!0x1;const _0x33439e=_0x56b82b[_0x3cae54(0x1be)][_0x3cae54(0x10f)](_0x3cae54(0x196))['me'],_0x706183=_0x56b82b[_0x3cae54(0x1c0)][_0x3cae54(0x164)][_0x3cae54(0x16f)][_0x3cae54(0x17e)](),_0x18649e=Array[_0x3cae54(0x1af)](_0x56b82b[_0x3cae54(0x1c0)][_0x3cae54(0x164)][_0x3cae54(0x16f)][_0x3cae54(0x186)]())[_0x3cae54(0x112)](({name:_0x2ade5a,data:_0x49faea})=>{const _0x3530d5=_0x3cae54,{group:_0x28712b,subType:_0x3329c7,authorId:_0x3e3935}=_0x53ceeb[_0x3530d5(0x158)](_0x2ade5a);return _0x3530d5(0x18f)==_0x28712b&&_0x3530d5(0x14d)==_0x3329c7&&_0x3e3935==_0x33439e['id']&&!_0x49faea[_0x3530d5(0x127)];});for(const _0x22e7c0 of _0x706183){if(_0x3cae54(0x12e)!=_0x22e7c0[_0x3cae54(0x115)]||_0x3cae54(0x132)!=_0x22e7c0[_0x3cae54(0x130)]||0x1!=_0x22e7c0[_0x3cae54(0x152)])continue;const _0x14c36b=_0x3b5c9d[_0x3cae54(0x122)](_0x22e7c0[_0x3cae54(0x119)],_0x22e7c0[_0x3cae54(0x119)][_0x3cae54(0x1bf)](0x1));if(!_0x18649e[_0x3cae54(0x156)](({data:_0x3dd9d5})=>_0x3dd9d5[_0x3cae54(0x107)][_0x3cae54(0x113)](_0x14c36b))){for(const {name:_0x56e889,data:_0x228959}of _0x18649e)if(_0x14c36b[_0x3cae54(0x13e)](_0x228959[_0x3cae54(0x107)])){_0x3b5c9d[_0x3cae54(0x1c6)](_0x56e889,{'range':_0x14c36b}),_0x58bb95=!0x0;break;}}}return _0x58bb95;}),_0x56b82b[_0x45196e(0x1c0)][_0x45196e(0x164)][_0x45196e(0x1b4)](_0x1b3511=>{const _0x152de1=_0x45196e;let _0x5b0020=!0x1;const _0x2c4a1d=_0x56b82b[_0x152de1(0x1be)][_0x152de1(0x10f)](_0x152de1(0x196))['me'],_0x5e69bf=_0x53ceeb[_0x152de1(0xfe)]()[_0x152de1(0x112)](_0x445b1b=>_0x445b1b[_0x152de1(0x13f)]&&_0x445b1b[_0x152de1(0x1a3)]==_0x2c4a1d),_0x528f29=new Set(),_0x4186fd=new Set();for(const _0x2d2309 of _0x5e69bf)if(_0x152de1(0x14d)==_0x2d2309[_0x152de1(0x147)])for(const _0x5dc55f of _0x2d2309[_0x152de1(0x111)]()){const _0x1e8219=_0x5dc55f[_0x152de1(0x1ac)]()[_0x152de1(0x198)]();if(_0x1e8219){if(_0x1e8219['is'](_0x152de1(0x131),_0x152de1(0x132))&&Oe(_0x1e8219)){_0x2d2309[_0x152de1(0x114)](_0x5dc55f[_0x152de1(0x130)]),_0x528f29[_0x152de1(0x1b7)](_0x1e8219),_0x5b0020=!0x0;const _0x38d0df=_0x1e8219[_0x152de1(0x110)],_0x956182=_0x1e8219[_0x152de1(0x14c)],_0x5300a0=_0x38d0df&&_0x38d0df['is'](_0x152de1(0x131),_0x152de1(0x132)),_0x10a0e4=_0x956182&&_0x956182['is'](_0x152de1(0x131),_0x152de1(0x132));_0x5300a0&&!_0x528f29[_0x152de1(0x191)](_0x38d0df)&&_0x4186fd[_0x152de1(0x1b7)](_0x38d0df),_0x10a0e4&&!_0x528f29[_0x152de1(0x191)](_0x956182)&&_0x4186fd[_0x152de1(0x1b7)](_0x956182);}else _0x1e8219['is'](_0x152de1(0x131),_0x152de1(0x11b))&&_0x1e8219[_0x152de1(0x15d)]&&(_0x2d2309[_0x152de1(0x114)](_0x5dc55f[_0x152de1(0x130)]),_0x5b0020=!0x0);}}else{if(_0x152de1(0x183)==_0x2d2309[_0x152de1(0x147)]){if(!_0x2d2309[_0x152de1(0x199)]||!_0x2d2309[_0x152de1(0x199)][_0x152de1(0x159)])continue;const _0x73d9b=_0x2d2309[_0x152de1(0x199)][_0x152de1(0x13c)];if(_0x73d9b&&Object[_0x152de1(0x13b)](_0x73d9b)[_0x152de1(0x152)])continue;const _0x2cc6a3=_0x2d2309[_0x152de1(0x199)][_0x152de1(0x159)];let _0x3b43fb=!0x0,_0x881211=!0x0;for(const _0x5851ce of _0x5e69bf)if(_0x5851ce[_0x152de1(0x147)]&&_0x5851ce[_0x152de1(0x147)][_0x152de1(0x160)](_0x152de1(0x14d))){if(!_0x5851ce[_0x152de1(0x199)][_0x152de1(0x159)]){_0x881211=!0x1;break;}if(_0x5851ce['id']!=_0x2d2309['id']&&_0x5851ce[_0x152de1(0x199)][_0x152de1(0x159)]==_0x2cc6a3){_0x3b43fb=!0x1;break;}}_0x881211&&_0x3b43fb&&(_0x2d2309[_0x152de1(0x1c5)](),_0x5b0020=!0x0);}}for(const _0x41cc2d of _0x528f29)_0x1b3511[_0x152de1(0x19d)](_0x41cc2d);for(const _0x28df39 of _0x4186fd)_0x1b3511[_0x152de1(0x182)](_0x28df39);return _0x5b0020;}),_0x56b82b[_0x45196e(0x17d)][_0x45196e(0x136)](_0x45196e(0x169))[_0x45196e(0x161)]({'model':_0x45196e(0x11a),'view':_0x34d89e=>_0x2c0788(_0x34d89e),'converterPriority':_0x45196e(0x14f)}),_0x56b82b[_0x45196e(0x17d)][_0x45196e(0x136)](_0x45196e(0x1ca))[_0x45196e(0x161)]({'model':_0x45196e(0x11a),'view':(_0x43a6b8,_0xc4f238)=>_0xc4f238[_0x45196e(0x141)][_0x45196e(0x105)]?_0x2c0788(_0x43a6b8,!0x1):null,'converterPriority':_0x45196e(0x14f)});const _0x37ae57=_0x56b82b[_0x45196e(0x171)][_0x45196e(0x100)];this[_0x45196e(0x15e)](_0x37ae57[_0x45196e(0x164)],_0x45196e(0x143),(_0x8104e8,_0x26adea)=>{const _0x16ca24=_0x45196e,_0x578ac5=[];for(const _0xbc2f33 of _0x37ae57[_0x16ca24(0x155)](_0x26adea[_0x16ca24(0x108)])[_0x16ca24(0x15a)]())_0xbc2f33['is'](_0x16ca24(0x131),_0x16ca24(0x13d))&&_0x578ac5[_0x16ca24(0x184)](_0xbc2f33);_0x37ae57[_0x16ca24(0x1b9)](_0x1bc67b=>{const _0x5ea93c=_0x16ca24;for(const _0x57843c of _0x578ac5)_0x1bc67b[_0x5ea93c(0x16a)](_0x1bc67b[_0x5ea93c(0x155)](_0x57843c),_0x1bc67b[_0x5ea93c(0x1bc)](_0x57843c)),_0x1bc67b[_0x5ea93c(0x19d)](_0x57843c);});});}}function Oe(_0x42eaa3){const _0x4710a9=_0x55e898;if(_0x42eaa3[_0x4710a9(0x15d)])return!0x0;const _0x34bd57=_0x42eaa3[_0x4710a9(0x10d)](0x0);return _0x34bd57['is'](_0x4710a9(0x131),_0x4710a9(0x11b))&&_0x34bd57[_0x4710a9(0x15d)];}function Ue(_0x2b0717,_0x1e0fc3={},_0x1ca036){const _0x192350=_0x55e898;for(const {isAnchor:_0x8f2e15,cellHeight:_0xd8d5f9,cellWidth:_0x4c66d0}of _0x1ca036[_0x192350(0x11f)](_0x2b0717,{'includeAllSlots':!0x0,..._0x1e0fc3}))if(!_0x8f2e15||0x1!=_0xd8d5f9||0x1!=_0x4c66d0)return!0x1;return!0x0;}
|