@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20250629.0 → 0.0.0-nightly-20250630.0
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/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- 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": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250630.0",
|
|
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": "0.0.0-nightly-
|
|
45
|
-
"@ckeditor/ckeditor5-code-block": "0.0.0-nightly-
|
|
46
|
-
"@ckeditor/ckeditor5-comments": "0.0.0-nightly-
|
|
47
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
|
48
|
-
"@ckeditor/ckeditor5-editor-multi-root": "0.0.0-nightly-
|
|
49
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
|
50
|
-
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-
|
|
51
|
-
"@ckeditor/ckeditor5-find-and-replace": "0.0.0-nightly-
|
|
52
|
-
"@ckeditor/ckeditor5-font": "0.0.0-nightly-
|
|
53
|
-
"@ckeditor/ckeditor5-heading": "0.0.0-nightly-
|
|
54
|
-
"@ckeditor/ckeditor5-highlight": "0.0.0-nightly-
|
|
55
|
-
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-
|
|
56
|
-
"@ckeditor/ckeditor5-image": "0.0.0-nightly-
|
|
57
|
-
"@ckeditor/ckeditor5-link": "0.0.0-nightly-
|
|
58
|
-
"@ckeditor/ckeditor5-list": "0.0.0-nightly-
|
|
59
|
-
"@ckeditor/ckeditor5-media-embed": "0.0.0-nightly-
|
|
60
|
-
"@ckeditor/ckeditor5-merge-fields": "0.0.0-nightly-
|
|
61
|
-
"@ckeditor/ckeditor5-restricted-editing": "0.0.0-nightly-
|
|
62
|
-
"@ckeditor/ckeditor5-style": "0.0.0-nightly-
|
|
63
|
-
"@ckeditor/ckeditor5-table": "0.0.0-nightly-
|
|
64
|
-
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-
|
|
65
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
|
66
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
|
67
|
-
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-
|
|
68
|
-
"ckeditor5": "0.0.0-nightly-
|
|
69
|
-
"ckeditor5-collaboration": "0.0.0-nightly-
|
|
44
|
+
"@ckeditor/ckeditor5-clipboard": "0.0.0-nightly-20250630.0",
|
|
45
|
+
"@ckeditor/ckeditor5-code-block": "0.0.0-nightly-20250630.0",
|
|
46
|
+
"@ckeditor/ckeditor5-comments": "0.0.0-nightly-20250630.0",
|
|
47
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20250630.0",
|
|
48
|
+
"@ckeditor/ckeditor5-editor-multi-root": "0.0.0-nightly-20250630.0",
|
|
49
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20250630.0",
|
|
50
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20250630.0",
|
|
51
|
+
"@ckeditor/ckeditor5-find-and-replace": "0.0.0-nightly-20250630.0",
|
|
52
|
+
"@ckeditor/ckeditor5-font": "0.0.0-nightly-20250630.0",
|
|
53
|
+
"@ckeditor/ckeditor5-heading": "0.0.0-nightly-20250630.0",
|
|
54
|
+
"@ckeditor/ckeditor5-highlight": "0.0.0-nightly-20250630.0",
|
|
55
|
+
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-20250630.0",
|
|
56
|
+
"@ckeditor/ckeditor5-image": "0.0.0-nightly-20250630.0",
|
|
57
|
+
"@ckeditor/ckeditor5-link": "0.0.0-nightly-20250630.0",
|
|
58
|
+
"@ckeditor/ckeditor5-list": "0.0.0-nightly-20250630.0",
|
|
59
|
+
"@ckeditor/ckeditor5-media-embed": "0.0.0-nightly-20250630.0",
|
|
60
|
+
"@ckeditor/ckeditor5-merge-fields": "0.0.0-nightly-20250630.0",
|
|
61
|
+
"@ckeditor/ckeditor5-restricted-editing": "0.0.0-nightly-20250630.0",
|
|
62
|
+
"@ckeditor/ckeditor5-style": "0.0.0-nightly-20250630.0",
|
|
63
|
+
"@ckeditor/ckeditor5-table": "0.0.0-nightly-20250630.0",
|
|
64
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20250630.0",
|
|
65
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20250630.0",
|
|
66
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250630.0",
|
|
67
|
+
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-20250630.0",
|
|
68
|
+
"ckeditor5": "0.0.0-nightly-20250630.0",
|
|
69
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20250630.0",
|
|
70
70
|
"es-toolkit": "1.38.0"
|
|
71
71
|
},
|
|
72
72
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3a319e=_0x2ce3;(function(_0x3d96d3,_0x576f59){const _0x36d9ac=_0x2ce3,_0x5c92d8=_0x3d96d3();while(!![]){try{const _0x3a6a43=parseInt(_0x36d9ac(0xfb))/0x1+-parseInt(_0x36d9ac(0xf5))/0x2*(parseInt(_0x36d9ac(0x11d))/0x3)+-parseInt(_0x36d9ac(0x108))/0x4+-parseInt(_0x36d9ac(0x103))/0x5+parseInt(_0x36d9ac(0x106))/0x6*(parseInt(_0x36d9ac(0x101))/0x7)+parseInt(_0x36d9ac(0x105))/0x8*(parseInt(_0x36d9ac(0xf9))/0x9)+-parseInt(_0x36d9ac(0x121))/0xa;if(_0x3a6a43===_0x576f59)break;else _0x5c92d8['push'](_0x5c92d8['shift']());}catch(_0x5d2da6){_0x5c92d8['push'](_0x5c92d8['shift']());}}}(_0x2bcf,0x9f75f));import{Plugin as _0x2d9da0}from'ckeditor5/src/core.js';import{getTranslation as _0xfc0a48}from'../utils/common-translations.js';function _0x2bcf(){const _0x5bc8b0=['1261134DyqjIq','TrackChangesEditing','ItalicEditing','forceValue','UnderlineEditing','FORMAT_SUPERSCRIPT','7OnLUaa','FORMAT_','74400GhWqku','afterInit','8578824QLnkfM','4304982JbcBve','plugins','3493972tZADbR','registerAttributeLabel','format','*Format:*\x20%0','type','*Remove\x20format:*\x20%0','formatInline','FORMAT_ITALIC','bold','StrikethroughEditing','SuperscriptEditing','underline','BoldEditing','superscript','_registerLegacyDescription','get','has','FORMAT_BOLD','FORMAT_UNDERLINE','SubscriptEditing','registerInlineAttribute','3195243lPCywg','descriptionFactory','toUpperCase','commandParams','4443790edUrPd','CodeEditing','italic','registerDescriptionCallback','locale','FORMAT_STRIKETHROUGH','editor','code','FORMAT_CODE','enableDefaultAttributesIntegration','toLowerCase','commandName','2aKziXQ','subscript','strikethrough','FORMAT_SUBSCRIPT','9IYhtWi','slice'];_0x2bcf=function(){return _0x5bc8b0;};return _0x2bcf();}const ti=[_0x3a319e(0x114),_0x3a319e(0xfd),_0x3a319e(0xff),_0x3a319e(0x122),_0x3a319e(0x111),_0x3a319e(0x11b),_0x3a319e(0x112)];function _0x2ce3(_0x1c559d,_0x11c3e3){const _0x2bcfd4=_0x2bcf();return _0x2ce3=function(_0x2ce384,_0x2abdab){_0x2ce384=_0x2ce384-0xf4;let _0xd7b6bc=_0x2bcfd4[_0x2ce384];return _0xd7b6bc;},_0x2ce3(_0x1c559d,_0x11c3e3);}export class TrackChangesBasicStyles extends _0x2d9da0{[_0x3a319e(0x104)](){const _0x15563c=_0x3a319e,_0x208450=this[_0x15563c(0x127)],_0x212a45=_0x208450[_0x15563c(0x107)][_0x15563c(0x117)](_0x15563c(0xfc)),_0x4370f3=_0x208450[_0x15563c(0x125)];for(const _0x281e14 of ti){if(!_0x208450[_0x15563c(0x107)][_0x15563c(0x118)](_0x281e14))continue;const _0x10f074=_0x281e14[_0x15563c(0xfa)](0x0,-0x7)[_0x15563c(0x12b)](),_0x3c9841=_0x15563c(0x102)+_0x10f074[_0x15563c(0x11f)]();_0x212a45[_0x15563c(0x12a)](_0x10f074),_0x212a45[_0x15563c(0x11c)](_0x10f074),_0x212a45[_0x15563c(0x11e)][_0x15563c(0x109)](_0x10f074,_0xfc0a48(_0x4370f3,_0x3c9841));}this[_0x15563c(0x116)]();}[_0x3a319e(0x116)](){const _0x381509=_0x3a319e,_0x295842=this[_0x381509(0x127)],_0x4022f0=_0x295842[_0x381509(0x125)],_0x428a40=_0x295842[_0x381509(0x107)][_0x381509(0x117)](_0x381509(0xfc));function _0x46d431(_0x2a36b5,_0x113dad){const _0x27fd02=_0x381509;_0x428a40[_0x27fd02(0x11e)][_0x27fd02(0x124)](_0x3eb70a=>{const _0x539cf8=_0x27fd02;if(_0x539cf8(0x10e)!=_0x3eb70a[_0x539cf8(0x10c)])return;const {data:_0x4face}=_0x3eb70a;return _0x4face&&_0x4face[_0x539cf8(0xf4)]===_0x2a36b5?_0x4face[_0x539cf8(0x120)][0x0][_0x539cf8(0xfe)]?{'type':_0x539cf8(0x10a),'content':_0xfc0a48(_0x4022f0,_0x539cf8(0x10b),_0x113dad)}:{'type':_0x539cf8(0x10a),'content':_0xfc0a48(_0x4022f0,_0x539cf8(0x10d),_0x113dad)}:void 0x0;});}_0x46d431(_0x381509(0x110),_0xfc0a48(_0x4022f0,_0x381509(0x119))),_0x46d431(_0x381509(0x123),_0xfc0a48(_0x4022f0,_0x381509(0x10f))),_0x46d431(_0x381509(0x113),_0xfc0a48(_0x4022f0,_0x381509(0x11a))),_0x46d431(_0x381509(0x128),_0xfc0a48(_0x4022f0,_0x381509(0x129))),_0x46d431(_0x381509(0xf7),_0xfc0a48(_0x4022f0,_0x381509(0x126))),_0x46d431(_0x381509(0xf6),_0xfc0a48(_0x4022f0,_0x381509(0xf8))),_0x46d431(_0x381509(0x115),_0xfc0a48(_0x4022f0,_0x381509(0x100)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x5b27(_0x47ec96,_0x568742){const _0x3b5320=_0x3b53();return _0x5b27=function(_0x5b278d,_0x4de7ab){_0x5b278d=_0x5b278d-0xaa;let _0x314186=_0x3b5320[_0x5b278d];return _0x314186;},_0x5b27(_0x47ec96,_0x568742);}function _0x3b53(){const _0x95812f=['enableCommand','afterInit','parent','locale','commandName','markBlockFormat','registerDescriptionCallback','blockQuote','459584XSamZK','schema','36MgCTEG','7623415laElFW','value','name','getSelectedBlocks','get','ELEMENT_BLOCK_QUOTE','checkChild','*Set\x20format:*\x20%0','TrackChangesEditing','filter','from','1766240fJvlPI','*Remove\x20format:*\x20%0','commandParams','selection','45gemxuF','editor','format','$root','commands','document','606282hRTRET','5712763FJcsHh','plugins','1392552mkSdUO','change','forceValue','BlockQuoteEditing','329096nGkVIO','descriptionFactory','model','has'];_0x3b53=function(){return _0x95812f;};return _0x3b53();}const _0x403313=_0x5b27;(function(_0x532dd0,_0x3b9767){const _0x5f0a97=_0x5b27,_0x309cff=_0x532dd0();while(!![]){try{const _0x1da02a=-parseInt(_0x5f0a97(0xcd))/0x1+parseInt(_0x5f0a97(0xb0))/0x2+parseInt(_0x5f0a97(0xba))/0x3*(-parseInt(_0x5f0a97(0xcf))/0x4)+parseInt(_0x5f0a97(0xd0))/0x5+parseInt(_0x5f0a97(0xbd))/0x6+parseInt(_0x5f0a97(0xbb))/0x7+parseInt(_0x5f0a97(0xc1))/0x8*(-parseInt(_0x5f0a97(0xb4))/0x9);if(_0x1da02a===_0x3b9767)break;else _0x309cff['push'](_0x309cff['shift']());}catch(_0x2700b6){_0x309cff['push'](_0x309cff['shift']());}}}(_0x3b53,0xed471));import{Plugin as _0x26981c}from'ckeditor5/src/core.js';import{getTranslation as _0x137588}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x2c9470}from'../utils/utils.js';export class TrackChangesBlockQuote extends _0x26981c{[_0x403313(0xc6)](){const _0x535301=_0x403313,_0x58a5ca=this[_0x535301(0xb5)],_0x29d79d=_0x58a5ca[_0x535301(0xc8)];if(!_0x58a5ca[_0x535301(0xbc)][_0x535301(0xc4)](_0x535301(0xc0)))return;const _0x3bd10b=_0x58a5ca[_0x535301(0xbc)][_0x535301(0xd4)](_0x535301(0xad)),_0x11d40d=this[_0x535301(0xb5)][_0x535301(0xb8)][_0x535301(0xd4)](_0x535301(0xcc));_0x3bd10b[_0x535301(0xc5)](_0x535301(0xcc),(_0x5969cb,_0x40d8e4={})=>{const _0x3378a7=_0x535301,_0x4225b7=this[_0x3378a7(0xb5)][_0x3378a7(0xc3)][_0x3378a7(0xb9)][_0x3378a7(0xb3)],_0x1db2e0=_0x40d8e4&&void 0x0!==_0x40d8e4[_0x3378a7(0xbf)]?_0x40d8e4[_0x3378a7(0xbf)]:!_0x11d40d[_0x3378a7(0xd1)];let _0x26102d=[];if(_0x1db2e0){const _0x3dbd09=Array[_0x3378a7(0xaf)](_0x4225b7[_0x3378a7(0xd3)]())[_0x3378a7(0xae)](_0x5e2b01=>oo(_0x5e2b01)||function(_0x3981cd,_0x44a8d3){const _0x596701=_0x3378a7,_0x2fc2d1=_0x44a8d3[_0x596701(0xab)](_0x3981cd[_0x596701(0xc7)],_0x596701(0xcc)),_0x54f14f=_0x44a8d3[_0x596701(0xab)]([_0x596701(0xb7),_0x596701(0xcc)],_0x3981cd);return _0x2fc2d1&&_0x54f14f;}(_0x5e2b01,this[_0x3378a7(0xb5)][_0x3378a7(0xc3)][_0x3378a7(0xce)]));_0x26102d=_0x2c9470(_0x3dbd09,_0x58a5ca[_0x3378a7(0xc3)]);}else{const _0x2c5991=Array[_0x3378a7(0xaf)](_0x4225b7[_0x3378a7(0xd3)]())[_0x3378a7(0xae)](_0x5265b5=>oo(_0x5265b5));_0x26102d=_0x2c9470(_0x2c5991,_0x58a5ca[_0x3378a7(0xc3)]);}_0x58a5ca[_0x3378a7(0xc3)][_0x3378a7(0xbe)](()=>{const _0x202870=_0x3378a7;for(const _0x4265a7 of _0x26102d)_0x3bd10b[_0x202870(0xca)](_0x4265a7,{'commandName':_0x202870(0xcc),'commandParams':[{'forceValue':_0x1db2e0}]});});}),_0x3bd10b[_0x535301(0xc2)][_0x535301(0xcb)](_0x30cec8=>{const _0x227f70=_0x535301,{data:_0x206b97}=_0x30cec8;if(_0x206b97&&_0x227f70(0xcc)==_0x206b97[_0x227f70(0xc9)]){const _0x12eef8=_0x137588(_0x29d79d,_0x227f70(0xaa));return _0x206b97[_0x227f70(0xb2)][0x0][_0x227f70(0xbf)]?{'type':_0x227f70(0xb6),'content':_0x137588(_0x29d79d,_0x227f70(0xac),_0x12eef8)}:{'type':_0x227f70(0xb6),'content':_0x137588(_0x29d79d,_0x227f70(0xb1),_0x12eef8)};}});}}function oo(_0x45e4f4){const _0x2a0d3f=_0x403313;return _0x2a0d3f(0xcc)==_0x45e4f4[_0x2a0d3f(0xc7)][_0x2a0d3f(0xd2)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3e2d30=_0x3db2;(function(_0x4a3175,_0x593ae4){const _0xe6af8c=_0x3db2,_0x41400a=_0x4a3175();while(!![]){try{const _0x3a3fcd=parseInt(_0xe6af8c(0x1c9))/0x1+parseInt(_0xe6af8c(0x1c2))/0x2+-parseInt(_0xe6af8c(0x1bf))/0x3+-parseInt(_0xe6af8c(0x1a4))/0x4+parseInt(_0xe6af8c(0x1c3))/0x5*(parseInt(_0xe6af8c(0x1a1))/0x6)+-parseInt(_0xe6af8c(0x196))/0x7+parseInt(_0xe6af8c(0x1b5))/0x8;if(_0x3a3fcd===_0x593ae4)break;else _0x41400a['push'](_0x41400a['shift']());}catch(_0x1a2b70){_0x41400a['push'](_0x41400a['shift']());}}}(_0x3c82,0xbff75));function _0x3db2(_0x3fdb43,_0x22058d){const _0x3c8254=_0x3c82();return _0x3db2=function(_0x3db2f9,_0x194f4e){_0x3db2f9=_0x3db2f9-0x195;let _0x25c3a7=_0x3c8254[_0x3db2f9];return _0x25c3a7;},_0x3db2(_0x3fdb43,_0x22058d);}import{Plugin as _0x5ee2e1}from'ckeditor5/src/core.js';import{getTranslation as _0x4239e2}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x1e392f}from'../utils/utils.js';function _0x3c82(){const _0x3626b4=['locale','blockName','descriptionFactory','value','TrackChangesEditing','*Remove\x20format:*\x20%0','codeBlock','forceValue','checkChild','editor','plugins','from','5745592JqzJLB','registerDescriptionCallback','toLowerCase','formatBlock','get','markBlockFormat','rootElement','document','config','isLimit','2139825ipeUpL','commandName','*Set\x20format:*\x20%0','1671684vcTsyA','151785FzlQkY','indentCodeBlock','language','commands','schema','selection','628288yeppLx','format','name','type','6979168rYddcJ','label','find','model','afterInit','has','ELEMENT_CODE_BLOCK','registerElementLabel','enableCommand','filter','outdentCodeBlock','138wEsGpv','parent','getSelectedBlocks','1535792scZrMW','CodeBlock','change','commandParams','languages'];_0x3c82=function(){return _0x3626b4;};return _0x3c82();}export class TrackChangesCodeBlock extends _0x5ee2e1{[_0x3e2d30(0x19a)](){const _0x694464=_0x3e2d30,_0x460efa=this[_0x694464(0x1b2)];if(!_0x460efa[_0x694464(0x1b3)][_0x694464(0x19b)](_0x694464(0x1a5)))return;const _0x11ba73=_0x460efa[_0x694464(0x1b3)][_0x694464(0x1b9)](_0x694464(0x1ad)),_0x3b17e9=_0x460efa[_0x694464(0x1a9)],_0x762400=_0x460efa[_0x694464(0x1bd)][_0x694464(0x1b9)](_0x694464(0x1af))[_0x694464(0x1a8)],_0xa8edbe=_0x460efa[_0x694464(0x1c6)][_0x694464(0x1b9)](_0x694464(0x1af));_0x11ba73[_0x694464(0x19e)](_0x694464(0x1c4)),_0x11ba73[_0x694464(0x19e)](_0x694464(0x1a0)),_0x11ba73[_0x694464(0x19e)](_0x694464(0x1af),(_0x3f5978,_0x34cad3={})=>{const _0x348752=_0x694464,_0x1203ab=_0x460efa[_0x348752(0x199)],_0x10412a=_0x460efa[_0x348752(0x199)][_0x348752(0x1bc)][_0x348752(0x1c8)],_0x4ded07=_0x34cad3&&void 0x0!==_0x34cad3[_0x348752(0x1b0)]?_0x34cad3[_0x348752(0x1b0)]:!_0xa8edbe[_0x348752(0x1ac)];let _0x2c19ac;_0x34cad3[_0x348752(0x1c5)]||(_0x34cad3[_0x348752(0x1c5)]=_0x762400[0x0][_0x348752(0x1c5)]),_0x2c19ac=_0x4ded07?Array[_0x348752(0x1b4)](_0x10412a[_0x348752(0x1a3)]())[_0x348752(0x19f)](_0x250bce=>co(_0x250bce)||function(_0x575d15,_0x2aa324){const _0x419a2f=_0x348752;if(_0x575d15['is'](_0x419a2f(0x1bb))||_0x2aa324[_0x419a2f(0x1be)](_0x575d15))return!0x1;return _0x2aa324[_0x419a2f(0x1b1)](_0x575d15[_0x419a2f(0x1a2)],_0x419a2f(0x1af));}(_0x250bce,_0x1203ab[_0x348752(0x1c7)])):Array[_0x348752(0x1b4)](_0x10412a[_0x348752(0x1a3)]())[_0x348752(0x19f)](_0x25d983=>co(_0x25d983));const _0xb99d9e=_0x1e392f(_0x2c19ac,_0x1203ab);_0x1203ab[_0x348752(0x1a6)](()=>{const _0x1a0809=_0x348752;for(const _0x167596 of _0xb99d9e)_0x11ba73[_0x1a0809(0x1ba)](_0x167596,{'commandName':_0x1a0809(0x1af),'commandParams':[{..._0x34cad3,'forceValue':_0x4ded07}],'formatGroupId':_0x1a0809(0x1aa)});});}),(_0x11ba73[_0x694464(0x1ab)][_0x694464(0x19d)](_0x694464(0x1af),_0x517d27=>_0x4239e2(_0x3b17e9,_0x694464(0x19c),_0x517d27)),_0x11ba73[_0x694464(0x1ab)][_0x694464(0x1b6)](_0x5c1cae=>{const _0x3e9df2=_0x694464;if(_0x3e9df2(0x1b8)!=_0x5c1cae[_0x3e9df2(0x195)])return;const _0x4ab327=_0x3b17e9['t'],{data:_0x564f7f}=_0x5c1cae;if(!_0x564f7f||_0x3e9df2(0x1af)!=_0x564f7f[_0x3e9df2(0x1c0)])return;const _0x5de76f=_0x564f7f[_0x3e9df2(0x1a7)][0x0][_0x3e9df2(0x1c5)],_0x543bdb=_0x4ab327(_0x762400[_0x3e9df2(0x198)](_0x266dad=>_0x266dad[_0x3e9df2(0x1c5)]===_0x5de76f)[_0x3e9df2(0x197)])[_0x3e9df2(0x1b7)]();return _0x564f7f[_0x3e9df2(0x1a7)][0x0][_0x3e9df2(0x1b0)]?{'type':_0x3e9df2(0x1ca),'content':_0x4239e2(_0x3b17e9,_0x3e9df2(0x1c1),_0x4239e2(_0x3b17e9,_0x3e9df2(0x19c),0x1)+'\x20('+_0x543bdb+')')}:{'type':_0x3e9df2(0x1ca),'content':_0x4239e2(_0x3b17e9,_0x3e9df2(0x1ae),_0x4239e2(_0x3b17e9,_0x3e9df2(0x19c),0x1))};}));}}function co(_0x3d1528){const _0x5a5942=_0x3e2d30;return _0x5a5942(0x1af)==_0x3d1528[_0x5a5942(0x1cb)];}
|