@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20250703.0 → 0.0.0-nightly-20250704.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-20250704.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-20250704.0",
|
|
45
|
+
"@ckeditor/ckeditor5-code-block": "0.0.0-nightly-20250704.0",
|
|
46
|
+
"@ckeditor/ckeditor5-comments": "0.0.0-nightly-20250704.0",
|
|
47
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20250704.0",
|
|
48
|
+
"@ckeditor/ckeditor5-editor-multi-root": "0.0.0-nightly-20250704.0",
|
|
49
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20250704.0",
|
|
50
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20250704.0",
|
|
51
|
+
"@ckeditor/ckeditor5-find-and-replace": "0.0.0-nightly-20250704.0",
|
|
52
|
+
"@ckeditor/ckeditor5-font": "0.0.0-nightly-20250704.0",
|
|
53
|
+
"@ckeditor/ckeditor5-heading": "0.0.0-nightly-20250704.0",
|
|
54
|
+
"@ckeditor/ckeditor5-highlight": "0.0.0-nightly-20250704.0",
|
|
55
|
+
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-20250704.0",
|
|
56
|
+
"@ckeditor/ckeditor5-image": "0.0.0-nightly-20250704.0",
|
|
57
|
+
"@ckeditor/ckeditor5-link": "0.0.0-nightly-20250704.0",
|
|
58
|
+
"@ckeditor/ckeditor5-list": "0.0.0-nightly-20250704.0",
|
|
59
|
+
"@ckeditor/ckeditor5-media-embed": "0.0.0-nightly-20250704.0",
|
|
60
|
+
"@ckeditor/ckeditor5-merge-fields": "0.0.0-nightly-20250704.0",
|
|
61
|
+
"@ckeditor/ckeditor5-restricted-editing": "0.0.0-nightly-20250704.0",
|
|
62
|
+
"@ckeditor/ckeditor5-style": "0.0.0-nightly-20250704.0",
|
|
63
|
+
"@ckeditor/ckeditor5-table": "0.0.0-nightly-20250704.0",
|
|
64
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20250704.0",
|
|
65
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20250704.0",
|
|
66
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250704.0",
|
|
67
|
+
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-20250704.0",
|
|
68
|
+
"ckeditor5": "0.0.0-nightly-20250704.0",
|
|
69
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20250704.0",
|
|
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 _0x27c35d=_0x3ac3;(function(_0x1f211b,_0x21774d){const _0x18e890=_0x3ac3,_0x35b736=_0x1f211b();while(!![]){try{const _0x1927dc=parseInt(_0x18e890(0x92))/0x1*(-parseInt(_0x18e890(0x94))/0x2)+parseInt(_0x18e890(0x90))/0x3*(-parseInt(_0x18e890(0x95))/0x4)+parseInt(_0x18e890(0x86))/0x5+parseInt(_0x18e890(0x75))/0x6+parseInt(_0x18e890(0x88))/0x7*(-parseInt(_0x18e890(0x9c))/0x8)+parseInt(_0x18e890(0x80))/0x9*(-parseInt(_0x18e890(0x7a))/0xa)+parseInt(_0x18e890(0x77))/0xb;if(_0x1927dc===_0x21774d)break;else _0x35b736['push'](_0x35b736['shift']());}catch(_0x2f1714){_0x35b736['push'](_0x35b736['shift']());}}}(_0x49af,0xda61f));function _0x3ac3(_0x330b97,_0x286bb4){const _0x49afc3=_0x49af();return _0x3ac3=function(_0x3ac3af,_0x3ce5a5){_0x3ac3af=_0x3ac3af-0x6c;let _0x32f653=_0x49afc3[_0x3ac3af];return _0x32f653;},_0x3ac3(_0x330b97,_0x286bb4);}import{Plugin as _0x420ffc}from'ckeditor5/src/core.js';import{getTranslation as _0x2b1a41}from'../utils/common-translations.js';const ti=[_0x27c35d(0x8c),_0x27c35d(0x83),_0x27c35d(0x7f),_0x27c35d(0x6f),_0x27c35d(0x78),_0x27c35d(0x8b),_0x27c35d(0x85)];function _0x49af(){const _0x42337b=['UnderlineEditing','27aTtifs','forceValue','locale','ItalicEditing','registerDescriptionCallback','SuperscriptEditing','2079485BVxxEO','FORMAT_UNDERLINE','7yrkfZL','format','plugins','SubscriptEditing','BoldEditing','bold','FORMAT_SUBSCRIPT','afterInit','12MipUoE','subscript','202585vgsYdt','enableDefaultAttributesIntegration','2uJrgef','1056840bZZmXb','type','get','italic','commandName','FORMAT_STRIKETHROUGH','_registerLegacyDescription','10134440SiHCmd','has','FORMAT_SUPERSCRIPT','underline','FORMAT_CODE','registerAttributeLabel','*Format:*\x20%0','toLowerCase','TrackChangesEditing','FORMAT_BOLD','commandParams','FORMAT_ITALIC','CodeEditing','slice','registerInlineAttribute','descriptionFactory','*Remove\x20format:*\x20%0','toUpperCase','1924686HuDWLL','code','46303994TBgGRE','StrikethroughEditing','formatInline','5084690AFuOeY','superscript','strikethrough','editor','FORMAT_'];_0x49af=function(){return _0x42337b;};return _0x49af();}export class TrackChangesBasicStyles extends _0x420ffc{[_0x27c35d(0x8f)](){const _0x3c2518=_0x27c35d,_0x375e5d=this[_0x3c2518(0x7d)],_0x460954=_0x375e5d[_0x3c2518(0x8a)][_0x3c2518(0x97)](_0x3c2518(0xa4)),_0x4ad0f6=_0x375e5d[_0x3c2518(0x82)];for(const _0x22ec36 of ti){if(!_0x375e5d[_0x3c2518(0x8a)][_0x3c2518(0x9d)](_0x22ec36))continue;const _0xccb73b=_0x22ec36[_0x3c2518(0x70)](0x0,-0x7)[_0x3c2518(0xa3)](),_0x14c938=_0x3c2518(0x7e)+_0xccb73b[_0x3c2518(0x74)]();_0x460954[_0x3c2518(0x93)](_0xccb73b),_0x460954[_0x3c2518(0x71)](_0xccb73b),_0x460954[_0x3c2518(0x72)][_0x3c2518(0xa1)](_0xccb73b,_0x2b1a41(_0x4ad0f6,_0x14c938));}this[_0x3c2518(0x9b)]();}[_0x27c35d(0x9b)](){const _0x203c57=_0x27c35d,_0x3e2c3a=this[_0x203c57(0x7d)],_0x1220a1=_0x3e2c3a[_0x203c57(0x82)],_0x5c5fae=_0x3e2c3a[_0x203c57(0x8a)][_0x203c57(0x97)](_0x203c57(0xa4));function _0x2e7e8d(_0x185df7,_0x426aef){const _0x1cc84f=_0x203c57;_0x5c5fae[_0x1cc84f(0x72)][_0x1cc84f(0x84)](_0x458b92=>{const _0x4a7e5b=_0x1cc84f;if(_0x4a7e5b(0x79)!=_0x458b92[_0x4a7e5b(0x96)])return;const {data:_0x392a9d}=_0x458b92;return _0x392a9d&&_0x392a9d[_0x4a7e5b(0x99)]===_0x185df7?_0x392a9d[_0x4a7e5b(0x6d)][0x0][_0x4a7e5b(0x81)]?{'type':_0x4a7e5b(0x89),'content':_0x2b1a41(_0x1220a1,_0x4a7e5b(0xa2),_0x426aef)}:{'type':_0x4a7e5b(0x89),'content':_0x2b1a41(_0x1220a1,_0x4a7e5b(0x73),_0x426aef)}:void 0x0;});}_0x2e7e8d(_0x203c57(0x8d),_0x2b1a41(_0x1220a1,_0x203c57(0x6c))),_0x2e7e8d(_0x203c57(0x98),_0x2b1a41(_0x1220a1,_0x203c57(0x6e))),_0x2e7e8d(_0x203c57(0x9f),_0x2b1a41(_0x1220a1,_0x203c57(0x87))),_0x2e7e8d(_0x203c57(0x76),_0x2b1a41(_0x1220a1,_0x203c57(0xa0))),_0x2e7e8d(_0x203c57(0x7c),_0x2b1a41(_0x1220a1,_0x203c57(0x9a))),_0x2e7e8d(_0x203c57(0x91),_0x2b1a41(_0x1220a1,_0x203c57(0x8e))),_0x2e7e8d(_0x203c57(0x7b),_0x2b1a41(_0x1220a1,_0x203c57(0x9e)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2fb88c=_0x22af;function _0x22af(_0x401198,_0x1931c3){const _0x540121=_0x5401();return _0x22af=function(_0x22afe3,_0x3e097c){_0x22afe3=_0x22afe3-0x10c;let _0xaf3160=_0x540121[_0x22afe3];return _0xaf3160;},_0x22af(_0x401198,_0x1931c3);}(function(_0x177dc7,_0x3af7f3){const _0x4fc38b=_0x22af,_0x34f500=_0x177dc7();while(!![]){try{const _0x1185f6=parseInt(_0x4fc38b(0x134))/0x1+parseInt(_0x4fc38b(0x10c))/0x2*(-parseInt(_0x4fc38b(0x124))/0x3)+-parseInt(_0x4fc38b(0x11e))/0x4*(parseInt(_0x4fc38b(0x115))/0x5)+parseInt(_0x4fc38b(0x138))/0x6+parseInt(_0x4fc38b(0x122))/0x7+-parseInt(_0x4fc38b(0x12d))/0x8*(-parseInt(_0x4fc38b(0x114))/0x9)+-parseInt(_0x4fc38b(0x129))/0xa*(parseInt(_0x4fc38b(0x125))/0xb);if(_0x1185f6===_0x3af7f3)break;else _0x34f500['push'](_0x34f500['shift']());}catch(_0x5f32c4){_0x34f500['push'](_0x34f500['shift']());}}}(_0x5401,0xae18e));import{Plugin as _0x47e305}from'ckeditor5/src/core.js';import{getTranslation as _0x24384e}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x4ebdc9}from'../utils/utils.js';function _0x5401(){const _0x132bfa=['registerDescriptionCallback','8796872RCjeio','parent','ELEMENT_BLOCK_QUOTE','value','has','editor','change','1335853mfaXZi','selection','commandParams','locale','4324020bwYYea','44pzcfod','$root','enableCommand','model','from','*Set\x20format:*\x20%0','commandName','getSelectedBlocks','9Dpmcip','45mokWip','markBlockFormat','forceValue','document','blockQuote','name','get','plugins','checkChild','361300OKoOTh','afterInit','filter','*Remove\x20format:*\x20%0','7897610gbXjHK','commands','93393uYvAOg','33kQAdlh','BlockQuoteEditing','descriptionFactory','format','6911510cvOQcV','schema','TrackChangesEditing'];_0x5401=function(){return _0x132bfa;};return _0x5401();}export class TrackChangesBlockQuote extends _0x47e305{[_0x2fb88c(0x11f)](){const _0x4b23f0=_0x2fb88c,_0x54126a=this[_0x4b23f0(0x132)],_0x175afd=_0x54126a[_0x4b23f0(0x137)];if(!_0x54126a[_0x4b23f0(0x11c)][_0x4b23f0(0x131)](_0x4b23f0(0x126)))return;const _0x503407=_0x54126a[_0x4b23f0(0x11c)][_0x4b23f0(0x11b)](_0x4b23f0(0x12b)),_0x281336=this[_0x4b23f0(0x132)][_0x4b23f0(0x123)][_0x4b23f0(0x11b)](_0x4b23f0(0x119));_0x503407[_0x4b23f0(0x10e)](_0x4b23f0(0x119),(_0x1214b2,_0x399efe={})=>{const _0x340bf5=_0x4b23f0,_0x171719=this[_0x340bf5(0x132)][_0x340bf5(0x10f)][_0x340bf5(0x118)][_0x340bf5(0x135)],_0x8e0c0c=_0x399efe&&void 0x0!==_0x399efe[_0x340bf5(0x117)]?_0x399efe[_0x340bf5(0x117)]:!_0x281336[_0x340bf5(0x130)];let _0x3d5636=[];if(_0x8e0c0c){const _0x155fec=Array[_0x340bf5(0x110)](_0x171719[_0x340bf5(0x113)]())[_0x340bf5(0x120)](_0x370f58=>oo(_0x370f58)||function(_0x177c22,_0x2f40bf){const _0x26104d=_0x340bf5,_0x334652=_0x2f40bf[_0x26104d(0x11d)](_0x177c22[_0x26104d(0x12e)],_0x26104d(0x119)),_0x4ffb3d=_0x2f40bf[_0x26104d(0x11d)]([_0x26104d(0x10d),_0x26104d(0x119)],_0x177c22);return _0x334652&&_0x4ffb3d;}(_0x370f58,this[_0x340bf5(0x132)][_0x340bf5(0x10f)][_0x340bf5(0x12a)]));_0x3d5636=_0x4ebdc9(_0x155fec,_0x54126a[_0x340bf5(0x10f)]);}else{const _0x383c40=Array[_0x340bf5(0x110)](_0x171719[_0x340bf5(0x113)]())[_0x340bf5(0x120)](_0x4102df=>oo(_0x4102df));_0x3d5636=_0x4ebdc9(_0x383c40,_0x54126a[_0x340bf5(0x10f)]);}_0x54126a[_0x340bf5(0x10f)][_0x340bf5(0x133)](()=>{const _0x430a98=_0x340bf5;for(const _0xe029f9 of _0x3d5636)_0x503407[_0x430a98(0x116)](_0xe029f9,{'commandName':_0x430a98(0x119),'commandParams':[{'forceValue':_0x8e0c0c}]});});}),_0x503407[_0x4b23f0(0x127)][_0x4b23f0(0x12c)](_0x5a30fd=>{const _0x29e6a4=_0x4b23f0,{data:_0x1fced0}=_0x5a30fd;if(_0x1fced0&&_0x29e6a4(0x119)==_0x1fced0[_0x29e6a4(0x112)]){const _0x5bdba5=_0x24384e(_0x175afd,_0x29e6a4(0x12f));return _0x1fced0[_0x29e6a4(0x136)][0x0][_0x29e6a4(0x117)]?{'type':_0x29e6a4(0x128),'content':_0x24384e(_0x175afd,_0x29e6a4(0x111),_0x5bdba5)}:{'type':_0x29e6a4(0x128),'content':_0x24384e(_0x175afd,_0x29e6a4(0x121),_0x5bdba5)};}});}}function oo(_0x285b69){const _0x264b94=_0x2fb88c;return _0x264b94(0x119)==_0x285b69[_0x264b94(0x12e)][_0x264b94(0x11a)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x5c217e=_0x240b;(function(_0x4ca65a,_0x5e67bc){const _0x32547c=_0x240b,_0x947a92=_0x4ca65a();while(!![]){try{const _0x5f3480=parseInt(_0x32547c(0x157))/0x1*(parseInt(_0x32547c(0x15c))/0x2)+parseInt(_0x32547c(0x150))/0x3*(parseInt(_0x32547c(0x132))/0x4)+-parseInt(_0x32547c(0x15f))/0x5+-parseInt(_0x32547c(0x131))/0x6*(parseInt(_0x32547c(0x141))/0x7)+parseInt(_0x32547c(0x12b))/0x8*(parseInt(_0x32547c(0x147))/0x9)+-parseInt(_0x32547c(0x163))/0xa+-parseInt(_0x32547c(0x15d))/0xb*(-parseInt(_0x32547c(0x144))/0xc);if(_0x5f3480===_0x5e67bc)break;else _0x947a92['push'](_0x947a92['shift']());}catch(_0x44df6e){_0x947a92['push'](_0x947a92['shift']());}}}(_0x1b0c,0x313fc));import{Plugin as _0x1bd07e}from'ckeditor5/src/core.js';import{getTranslation as _0x41e36b}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x284cee}from'../utils/utils.js';function _0x1b0c(){const _0x75dddf=['commands','1033420GJBiFn','enableCommand','type','8UehBtL','find','commandParams','has','language','from','2406TfGsUw','24KnxiMw','codeBlock','parent','selection','change','locale','filter','indentCodeBlock','schema','getSelectedBlocks','formatBlock','markBlockFormat','TrackChangesEditing','*Remove\x20format:*\x20%0','languages','6881UGMyKX','CodeBlock','ELEMENT_CODE_BLOCK','24vGjTQZ','plugins','name','960291Getdif','commandName','toLowerCase','label','config','registerDescriptionCallback','rootElement','checkChild','registerElementLabel','101013dlzQeH','*Set\x20format:*\x20%0','editor','get','outdentCodeBlock','blockName','format','3tPGCjz','model','value','afterInit','isLimit','188588orpmRA','720995DtRLfR','forceValue','117240aPxtnu','document','descriptionFactory'];_0x1b0c=function(){return _0x75dddf;};return _0x1b0c();}export class TrackChangesCodeBlock extends _0x1bd07e{[_0x5c217e(0x15a)](){const _0x36c39e=_0x5c217e,_0x2238af=this[_0x36c39e(0x152)];if(!_0x2238af[_0x36c39e(0x145)][_0x36c39e(0x12e)](_0x36c39e(0x142)))return;const _0x161402=_0x2238af[_0x36c39e(0x145)][_0x36c39e(0x153)](_0x36c39e(0x13e)),_0x5cf0ed=_0x2238af[_0x36c39e(0x137)],_0x8f1129=_0x2238af[_0x36c39e(0x14b)][_0x36c39e(0x153)](_0x36c39e(0x133))[_0x36c39e(0x140)],_0x3078c1=_0x2238af[_0x36c39e(0x162)][_0x36c39e(0x153)](_0x36c39e(0x133));_0x161402[_0x36c39e(0x129)](_0x36c39e(0x139)),_0x161402[_0x36c39e(0x129)](_0x36c39e(0x154)),_0x161402[_0x36c39e(0x129)](_0x36c39e(0x133),(_0x400e85,_0x2688bf={})=>{const _0x31b77c=_0x36c39e,_0x8cdddd=_0x2238af[_0x31b77c(0x158)],_0xc35c41=_0x2238af[_0x31b77c(0x158)][_0x31b77c(0x160)][_0x31b77c(0x135)],_0x30b192=_0x2688bf&&void 0x0!==_0x2688bf[_0x31b77c(0x15e)]?_0x2688bf[_0x31b77c(0x15e)]:!_0x3078c1[_0x31b77c(0x159)];let _0x4cb1bf;_0x2688bf[_0x31b77c(0x12f)]||(_0x2688bf[_0x31b77c(0x12f)]=_0x8f1129[0x0][_0x31b77c(0x12f)]),_0x4cb1bf=_0x30b192?Array[_0x31b77c(0x130)](_0xc35c41[_0x31b77c(0x13b)]())[_0x31b77c(0x138)](_0x432317=>co(_0x432317)||function(_0x2b81a0,_0x54f610){const _0x3a5e78=_0x31b77c;if(_0x2b81a0['is'](_0x3a5e78(0x14d))||_0x54f610[_0x3a5e78(0x15b)](_0x2b81a0))return!0x1;return _0x54f610[_0x3a5e78(0x14e)](_0x2b81a0[_0x3a5e78(0x134)],_0x3a5e78(0x133));}(_0x432317,_0x8cdddd[_0x31b77c(0x13a)])):Array[_0x31b77c(0x130)](_0xc35c41[_0x31b77c(0x13b)]())[_0x31b77c(0x138)](_0x11270f=>co(_0x11270f));const _0x5b1880=_0x284cee(_0x4cb1bf,_0x8cdddd);_0x8cdddd[_0x31b77c(0x136)](()=>{const _0x31d220=_0x31b77c;for(const _0x4a77ca of _0x5b1880)_0x161402[_0x31d220(0x13d)](_0x4a77ca,{'commandName':_0x31d220(0x133),'commandParams':[{..._0x2688bf,'forceValue':_0x30b192}],'formatGroupId':_0x31d220(0x155)});});}),(_0x161402[_0x36c39e(0x161)][_0x36c39e(0x14f)](_0x36c39e(0x133),_0x476b9d=>_0x41e36b(_0x5cf0ed,_0x36c39e(0x143),_0x476b9d)),_0x161402[_0x36c39e(0x161)][_0x36c39e(0x14c)](_0x421876=>{const _0x11ab26=_0x36c39e;if(_0x11ab26(0x13c)!=_0x421876[_0x11ab26(0x12a)])return;const _0x35c3b3=_0x5cf0ed['t'],{data:_0x3b1f7f}=_0x421876;if(!_0x3b1f7f||_0x11ab26(0x133)!=_0x3b1f7f[_0x11ab26(0x148)])return;const _0x3581ca=_0x3b1f7f[_0x11ab26(0x12d)][0x0][_0x11ab26(0x12f)],_0x28b486=_0x35c3b3(_0x8f1129[_0x11ab26(0x12c)](_0x5b4b24=>_0x5b4b24[_0x11ab26(0x12f)]===_0x3581ca)[_0x11ab26(0x14a)])[_0x11ab26(0x149)]();return _0x3b1f7f[_0x11ab26(0x12d)][0x0][_0x11ab26(0x15e)]?{'type':_0x11ab26(0x156),'content':_0x41e36b(_0x5cf0ed,_0x11ab26(0x151),_0x41e36b(_0x5cf0ed,_0x11ab26(0x143),0x1)+'\x20('+_0x28b486+')')}:{'type':_0x11ab26(0x156),'content':_0x41e36b(_0x5cf0ed,_0x11ab26(0x13f),_0x41e36b(_0x5cf0ed,_0x11ab26(0x143),0x1))};}));}}function _0x240b(_0x32c400,_0x5f00a6){const _0x1b0cc9=_0x1b0c();return _0x240b=function(_0x240b30,_0x46a68d){_0x240b30=_0x240b30-0x129;let _0x27ada0=_0x1b0cc9[_0x240b30];return _0x27ada0;},_0x240b(_0x32c400,_0x5f00a6);}function co(_0x1f7c22){const _0x1c93f0=_0x5c217e;return _0x1c93f0(0x133)==_0x1f7c22[_0x1c93f0(0x146)];}
|