@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20250628.0 → 0.0.0-nightly-20250629.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-20250629.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-20250629.0",
|
|
45
|
+
"@ckeditor/ckeditor5-code-block": "0.0.0-nightly-20250629.0",
|
|
46
|
+
"@ckeditor/ckeditor5-comments": "0.0.0-nightly-20250629.0",
|
|
47
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20250629.0",
|
|
48
|
+
"@ckeditor/ckeditor5-editor-multi-root": "0.0.0-nightly-20250629.0",
|
|
49
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20250629.0",
|
|
50
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20250629.0",
|
|
51
|
+
"@ckeditor/ckeditor5-find-and-replace": "0.0.0-nightly-20250629.0",
|
|
52
|
+
"@ckeditor/ckeditor5-font": "0.0.0-nightly-20250629.0",
|
|
53
|
+
"@ckeditor/ckeditor5-heading": "0.0.0-nightly-20250629.0",
|
|
54
|
+
"@ckeditor/ckeditor5-highlight": "0.0.0-nightly-20250629.0",
|
|
55
|
+
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-20250629.0",
|
|
56
|
+
"@ckeditor/ckeditor5-image": "0.0.0-nightly-20250629.0",
|
|
57
|
+
"@ckeditor/ckeditor5-link": "0.0.0-nightly-20250629.0",
|
|
58
|
+
"@ckeditor/ckeditor5-list": "0.0.0-nightly-20250629.0",
|
|
59
|
+
"@ckeditor/ckeditor5-media-embed": "0.0.0-nightly-20250629.0",
|
|
60
|
+
"@ckeditor/ckeditor5-merge-fields": "0.0.0-nightly-20250629.0",
|
|
61
|
+
"@ckeditor/ckeditor5-restricted-editing": "0.0.0-nightly-20250629.0",
|
|
62
|
+
"@ckeditor/ckeditor5-style": "0.0.0-nightly-20250629.0",
|
|
63
|
+
"@ckeditor/ckeditor5-table": "0.0.0-nightly-20250629.0",
|
|
64
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20250629.0",
|
|
65
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20250629.0",
|
|
66
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250629.0",
|
|
67
|
+
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-20250629.0",
|
|
68
|
+
"ckeditor5": "0.0.0-nightly-20250629.0",
|
|
69
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20250629.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 _0x48deaa=_0x123b;(function(_0xa9f707,_0xc386db){const _0x1a5a4c=_0x123b,_0xd101f9=_0xa9f707();while(!![]){try{const _0x541db3=-parseInt(_0x1a5a4c(0x20a))/0x1*(-parseInt(_0x1a5a4c(0x208))/0x2)+-parseInt(_0x1a5a4c(0x205))/0x3+-parseInt(_0x1a5a4c(0x1e1))/0x4+-parseInt(_0x1a5a4c(0x1ea))/0x5+-parseInt(_0x1a5a4c(0x1e5))/0x6+-parseInt(_0x1a5a4c(0x1f2))/0x7*(-parseInt(_0x1a5a4c(0x204))/0x8)+parseInt(_0x1a5a4c(0x1ef))/0x9*(parseInt(_0x1a5a4c(0x213))/0xa);if(_0x541db3===_0xc386db)break;else _0xd101f9['push'](_0xd101f9['shift']());}catch(_0x263a08){_0xd101f9['push'](_0xd101f9['shift']());}}}(_0x11ab,0xa9f12));import{Plugin as _0x16e7a4}from'ckeditor5/src/core.js';function _0x11ab(){const _0x50f6ab=['slice','*Format:*\x20%0','underline','has','code','afterInit','390672FMhhtV','978432ZHBejQ','SubscriptEditing','CodeEditing','94650fERVRV','type','9Jttqex','editor','BoldEditing','FORMAT_','commandParams','superscript','FORMAT_BOLD','FORMAT_SUPERSCRIPT','enableDefaultAttributesIntegration','597760ZyHvHs','locale','italic','FORMAT_UNDERLINE','FORMAT_ITALIC','FORMAT_STRIKETHROUGH','3996752BoPJRG','FORMAT_SUBSCRIPT','bold','toLowerCase','3758556oSYJvo','get','StrikethroughEditing','subscript','toUpperCase','5346055iRXZVK','SuperscriptEditing','registerDescriptionCallback','format','TrackChangesEditing','297NWjCyd','_registerLegacyDescription','strikethrough','189uPctRF','commandName','FORMAT_CODE','descriptionFactory','plugins','*Remove\x20format:*\x20%0','registerInlineAttribute','formatInline','registerAttributeLabel','forceValue','ItalicEditing','UnderlineEditing'];_0x11ab=function(){return _0x50f6ab;};return _0x11ab();}import{getTranslation as _0x3bbb0a}from'../utils/common-translations.js';const Yt=[_0x48deaa(0x20c),_0x48deaa(0x1fc),_0x48deaa(0x1fd),_0x48deaa(0x207),_0x48deaa(0x1e7),_0x48deaa(0x206),_0x48deaa(0x1eb)];function _0x123b(_0x10511f,_0x368724){const _0x11ab85=_0x11ab();return _0x123b=function(_0x123bc8,_0x555a21){_0x123bc8=_0x123bc8-0x1dc;let _0x570f96=_0x11ab85[_0x123bc8];return _0x570f96;},_0x123b(_0x10511f,_0x368724);}export class TrackChangesBasicStyles extends _0x16e7a4{[_0x48deaa(0x203)](){const _0x49939b=_0x48deaa,_0x3d84c7=this[_0x49939b(0x20b)],_0x27bced=_0x3d84c7[_0x49939b(0x1f6)][_0x49939b(0x1e6)](_0x49939b(0x1ee)),_0x5cea40=_0x3d84c7[_0x49939b(0x1dc)];for(const _0x479a5c of Yt){if(!_0x3d84c7[_0x49939b(0x1f6)][_0x49939b(0x201)](_0x479a5c))continue;const _0x2b92ee=_0x479a5c[_0x49939b(0x1fe)](0x0,-0x7)[_0x49939b(0x1e4)](),_0x5ee94d=_0x49939b(0x20d)+_0x2b92ee[_0x49939b(0x1e9)]();_0x27bced[_0x49939b(0x212)](_0x2b92ee),_0x27bced[_0x49939b(0x1f8)](_0x2b92ee),_0x27bced[_0x49939b(0x1f5)][_0x49939b(0x1fa)](_0x2b92ee,_0x3bbb0a(_0x5cea40,_0x5ee94d));}this[_0x49939b(0x1f0)]();}[_0x48deaa(0x1f0)](){const _0x24a494=_0x48deaa,_0x2e33f2=this[_0x24a494(0x20b)],_0x52005a=_0x2e33f2[_0x24a494(0x1dc)],_0x443147=_0x2e33f2[_0x24a494(0x1f6)][_0x24a494(0x1e6)](_0x24a494(0x1ee));function _0x240188(_0x114741,_0xc39b76){const _0x51e0b3=_0x24a494;_0x443147[_0x51e0b3(0x1f5)][_0x51e0b3(0x1ec)](_0x178dbe=>{const _0x325a68=_0x51e0b3;if(_0x325a68(0x1f9)!=_0x178dbe[_0x325a68(0x209)])return;const {data:_0x322a0b}=_0x178dbe;return _0x322a0b&&_0x322a0b[_0x325a68(0x1f3)]===_0x114741?_0x322a0b[_0x325a68(0x20e)][0x0][_0x325a68(0x1fb)]?{'type':_0x325a68(0x1ed),'content':_0x3bbb0a(_0x52005a,_0x325a68(0x1ff),_0xc39b76)}:{'type':_0x325a68(0x1ed),'content':_0x3bbb0a(_0x52005a,_0x325a68(0x1f7),_0xc39b76)}:void 0x0;});}_0x240188(_0x24a494(0x1e3),_0x3bbb0a(_0x52005a,_0x24a494(0x210))),_0x240188(_0x24a494(0x1dd),_0x3bbb0a(_0x52005a,_0x24a494(0x1df))),_0x240188(_0x24a494(0x200),_0x3bbb0a(_0x52005a,_0x24a494(0x1de))),_0x240188(_0x24a494(0x202),_0x3bbb0a(_0x52005a,_0x24a494(0x1f4))),_0x240188(_0x24a494(0x1f1),_0x3bbb0a(_0x52005a,_0x24a494(0x1e0))),_0x240188(_0x24a494(0x1e8),_0x3bbb0a(_0x52005a,_0x24a494(0x1e2))),_0x240188(_0x24a494(0x20f),_0x3bbb0a(_0x52005a,_0x24a494(0x211)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x11bbcd=_0x4e64;(function(_0x1cdc44,_0x31b91f){const _0x3d11d9=_0x4e64,_0x5e68b6=_0x1cdc44();while(!![]){try{const _0x148c41=-parseInt(_0x3d11d9(0xef))/0x1*(parseInt(_0x3d11d9(0xd4))/0x2)+parseInt(_0x3d11d9(0xed))/0x3+-parseInt(_0x3d11d9(0xd7))/0x4+-parseInt(_0x3d11d9(0xe0))/0x5*(parseInt(_0x3d11d9(0xd6))/0x6)+-parseInt(_0x3d11d9(0xec))/0x7+-parseInt(_0x3d11d9(0xde))/0x8*(-parseInt(_0x3d11d9(0xe2))/0x9)+parseInt(_0x3d11d9(0xd5))/0xa;if(_0x148c41===_0x31b91f)break;else _0x5e68b6['push'](_0x5e68b6['shift']());}catch(_0x482558){_0x5e68b6['push'](_0x5e68b6['shift']());}}}(_0x5131,0x43796));import{Plugin as _0x52eb06}from'ckeditor5/src/core.js';import{getTranslation as _0x5a66c7}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x53b0ec}from'../utils/utils.js';function _0x5131(){const _0x575d0c=['TrackChangesEditing','getSelectedBlocks','descriptionFactory','parent','from','checkChild','has','afterInit','selection','enableCommand','registerDescriptionCallback','commandName','$root','filter','plugins','get','1760pEkeEk','18286210xxXALI','78Hdxtoo','1200136Xptmcm','schema','BlockQuoteEditing','forceValue','locale','commands','commandParams','149992lnKNYt','*Set\x20format:*\x20%0','206005vmTASl','editor','9TIPOtc','markBlockFormat','ELEMENT_BLOCK_QUOTE','change','value','blockQuote','format','document','model','*Remove\x20format:*\x20%0','3322179mIKtkI','300144yRVULf','name','410mjHmpj'];_0x5131=function(){return _0x575d0c;};return _0x5131();}function _0x4e64(_0x78d1a3,_0x34d52f){const _0x5131a0=_0x5131();return _0x4e64=function(_0x4e64f3,_0x1923ac){_0x4e64f3=_0x4e64f3-0xd0;let _0x27d4a5=_0x5131a0[_0x4e64f3];return _0x27d4a5;},_0x4e64(_0x78d1a3,_0x34d52f);}export class TrackChangesBlockQuote extends _0x52eb06{[_0x11bbcd(0xf7)](){const _0x4a65d5=_0x11bbcd,_0x50cbdd=this[_0x4a65d5(0xe1)],_0x3939d4=_0x50cbdd[_0x4a65d5(0xdb)];if(!_0x50cbdd[_0x4a65d5(0xd2)][_0x4a65d5(0xf6)](_0x4a65d5(0xd9)))return;const _0x340f3e=_0x50cbdd[_0x4a65d5(0xd2)][_0x4a65d5(0xd3)](_0x4a65d5(0xf0)),_0x3ec4be=this[_0x4a65d5(0xe1)][_0x4a65d5(0xdc)][_0x4a65d5(0xd3)](_0x4a65d5(0xe7));_0x340f3e[_0x4a65d5(0xf9)](_0x4a65d5(0xe7),(_0x2916a7,_0x2e4cb0={})=>{const _0x39247d=_0x4a65d5,_0x2be0bf=this[_0x39247d(0xe1)][_0x39247d(0xea)][_0x39247d(0xe9)][_0x39247d(0xf8)],_0x4ae150=_0x2e4cb0&&void 0x0!==_0x2e4cb0[_0x39247d(0xda)]?_0x2e4cb0[_0x39247d(0xda)]:!_0x3ec4be[_0x39247d(0xe6)];let _0x3dc1b2=[];if(_0x4ae150){const _0x55a546=Array[_0x39247d(0xf4)](_0x2be0bf[_0x39247d(0xf1)]())[_0x39247d(0xd1)](_0x46e8c5=>to(_0x46e8c5)||function(_0xb06a83,_0x25b96d){const _0x52f750=_0x39247d,_0x28e81b=_0x25b96d[_0x52f750(0xf5)](_0xb06a83[_0x52f750(0xf3)],_0x52f750(0xe7)),_0x25bd82=_0x25b96d[_0x52f750(0xf5)]([_0x52f750(0xd0),_0x52f750(0xe7)],_0xb06a83);return _0x28e81b&&_0x25bd82;}(_0x46e8c5,this[_0x39247d(0xe1)][_0x39247d(0xea)][_0x39247d(0xd8)]));_0x3dc1b2=_0x53b0ec(_0x55a546,_0x50cbdd[_0x39247d(0xea)]);}else{const _0x54fd2b=Array[_0x39247d(0xf4)](_0x2be0bf[_0x39247d(0xf1)]())[_0x39247d(0xd1)](_0x1b81c5=>to(_0x1b81c5));_0x3dc1b2=_0x53b0ec(_0x54fd2b,_0x50cbdd[_0x39247d(0xea)]);}_0x50cbdd[_0x39247d(0xea)][_0x39247d(0xe5)](()=>{const _0x1064cb=_0x39247d;for(const _0x3191b4 of _0x3dc1b2)_0x340f3e[_0x1064cb(0xe3)](_0x3191b4,{'commandName':_0x1064cb(0xe7),'commandParams':[{'forceValue':_0x4ae150}]});});}),_0x340f3e[_0x4a65d5(0xf2)][_0x4a65d5(0xfa)](_0x526a4b=>{const _0x52977a=_0x4a65d5,{data:_0x1f8213}=_0x526a4b;if(_0x1f8213&&_0x52977a(0xe7)==_0x1f8213[_0x52977a(0xfb)]){const _0x2f7f0e=_0x5a66c7(_0x3939d4,_0x52977a(0xe4));return _0x1f8213[_0x52977a(0xdd)][0x0][_0x52977a(0xda)]?{'type':_0x52977a(0xe8),'content':_0x5a66c7(_0x3939d4,_0x52977a(0xdf),_0x2f7f0e)}:{'type':_0x52977a(0xe8),'content':_0x5a66c7(_0x3939d4,_0x52977a(0xeb),_0x2f7f0e)};}});}}function to(_0x26e580){const _0x3bb42e=_0x11bbcd;return _0x3bb42e(0xe7)==_0x26e580[_0x3bb42e(0xf3)][_0x3bb42e(0xee)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x58bbad=_0x2a1c;(function(_0x5df21d,_0xb92d82){const _0x5a7811=_0x2a1c,_0xc7bb49=_0x5df21d();while(!![]){try{const _0x78d945=parseInt(_0x5a7811(0x1d0))/0x1*(parseInt(_0x5a7811(0x1df))/0x2)+-parseInt(_0x5a7811(0x1ea))/0x3+parseInt(_0x5a7811(0x1c8))/0x4*(-parseInt(_0x5a7811(0x1cc))/0x5)+parseInt(_0x5a7811(0x1db))/0x6*(parseInt(_0x5a7811(0x1c7))/0x7)+parseInt(_0x5a7811(0x1ed))/0x8+-parseInt(_0x5a7811(0x1bf))/0x9+parseInt(_0x5a7811(0x1c5))/0xa;if(_0x78d945===_0xb92d82)break;else _0xc7bb49['push'](_0xc7bb49['shift']());}catch(_0x21d7c2){_0xc7bb49['push'](_0xc7bb49['shift']());}}}(_0x5a4f,0xbc3bc));function _0x5a4f(){const _0x497772=['outdentCodeBlock','change','codeBlock','label','9729090hRGLtv','commandParams','29687nJLzOz','4zDjvOY','ELEMENT_CODE_BLOCK','registerElementLabel','filter','1636815MEVxsw','formatBlock','toLowerCase','*Remove\x20format:*\x20%0','1YYHdih','selection','TrackChangesEditing','commandName','value','registerDescriptionCallback','*Set\x20format:*\x20%0','locale','blockName','parent','isLimit','2166NywtDO','document','forceValue','indentCodeBlock','2382724GMnDvP','find','getSelectedBlocks','format','checkChild','enableCommand','languages','editor','has','config','afterInit','4490433emUXTQ','descriptionFactory','get','3494984gVuWpl','rootElement','commands','type','plugins','model','markBlockFormat','schema','language','CodeBlock','name','13832703kYyWQR','from'];_0x5a4f=function(){return _0x497772;};return _0x5a4f();}import{Plugin as _0xe50b4f}from'ckeditor5/src/core.js';import{getTranslation as _0x207fc7}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0xc74e68}from'../utils/utils.js';function _0x2a1c(_0x41c47e,_0x4d9e83){const _0x5a4f2a=_0x5a4f();return _0x2a1c=function(_0x2a1c6a,_0x4e3c71){_0x2a1c6a=_0x2a1c6a-0x1b7;let _0x2a3744=_0x5a4f2a[_0x2a1c6a];return _0x2a3744;},_0x2a1c(_0x41c47e,_0x4d9e83);}export class TrackChangesCodeBlock extends _0xe50b4f{[_0x58bbad(0x1e9)](){const _0x4963d3=_0x58bbad,_0x4c0735=this[_0x4963d3(0x1e6)];if(!_0x4c0735[_0x4963d3(0x1b8)][_0x4963d3(0x1e7)](_0x4963d3(0x1bd)))return;const _0x57b2b0=_0x4c0735[_0x4963d3(0x1b8)][_0x4963d3(0x1ec)](_0x4963d3(0x1d2)),_0x2e3bf1=_0x4c0735[_0x4963d3(0x1d7)],_0x557422=_0x4c0735[_0x4963d3(0x1e8)][_0x4963d3(0x1ec)](_0x4963d3(0x1c3))[_0x4963d3(0x1e5)],_0x50925b=_0x4c0735[_0x4963d3(0x1ef)][_0x4963d3(0x1ec)](_0x4963d3(0x1c3));_0x57b2b0[_0x4963d3(0x1e4)](_0x4963d3(0x1de)),_0x57b2b0[_0x4963d3(0x1e4)](_0x4963d3(0x1c1)),_0x57b2b0[_0x4963d3(0x1e4)](_0x4963d3(0x1c3),(_0x3adfac,_0x1b84f5={})=>{const _0x2b0847=_0x4963d3,_0x166ed6=_0x4c0735[_0x2b0847(0x1b9)],_0xca2d5f=_0x4c0735[_0x2b0847(0x1b9)][_0x2b0847(0x1dc)][_0x2b0847(0x1d1)],_0x23e874=_0x1b84f5&&void 0x0!==_0x1b84f5[_0x2b0847(0x1dd)]?_0x1b84f5[_0x2b0847(0x1dd)]:!_0x50925b[_0x2b0847(0x1d4)];let _0x4815f4;_0x1b84f5[_0x2b0847(0x1bc)]||(_0x1b84f5[_0x2b0847(0x1bc)]=_0x557422[0x0][_0x2b0847(0x1bc)]),_0x4815f4=_0x23e874?Array[_0x2b0847(0x1c0)](_0xca2d5f[_0x2b0847(0x1e1)]())[_0x2b0847(0x1cb)](_0x4625e1=>oo(_0x4625e1)||function(_0x5ec534,_0x11f309){const _0xe43e91=_0x2b0847;if(_0x5ec534['is'](_0xe43e91(0x1ee))||_0x11f309[_0xe43e91(0x1da)](_0x5ec534))return!0x1;return _0x11f309[_0xe43e91(0x1e3)](_0x5ec534[_0xe43e91(0x1d9)],_0xe43e91(0x1c3));}(_0x4625e1,_0x166ed6[_0x2b0847(0x1bb)])):Array[_0x2b0847(0x1c0)](_0xca2d5f[_0x2b0847(0x1e1)]())[_0x2b0847(0x1cb)](_0x2e360b=>oo(_0x2e360b));const _0x99e439=_0xc74e68(_0x4815f4,_0x166ed6);_0x166ed6[_0x2b0847(0x1c2)](()=>{const _0x63f9c3=_0x2b0847;for(const _0x3a0231 of _0x99e439)_0x57b2b0[_0x63f9c3(0x1ba)](_0x3a0231,{'commandName':_0x63f9c3(0x1c3),'commandParams':[{..._0x1b84f5,'forceValue':_0x23e874}],'formatGroupId':_0x63f9c3(0x1d8)});});}),(_0x57b2b0[_0x4963d3(0x1eb)][_0x4963d3(0x1ca)](_0x4963d3(0x1c3),_0x4fccd3=>_0x207fc7(_0x2e3bf1,_0x4963d3(0x1c9),_0x4fccd3)),_0x57b2b0[_0x4963d3(0x1eb)][_0x4963d3(0x1d5)](_0xab9009=>{const _0x821d9a=_0x4963d3;if(_0x821d9a(0x1cd)!=_0xab9009[_0x821d9a(0x1b7)])return;const _0x3676e3=_0x2e3bf1['t'],{data:_0x1c4e37}=_0xab9009;if(!_0x1c4e37||_0x821d9a(0x1c3)!=_0x1c4e37[_0x821d9a(0x1d3)])return;const _0x2bc3c6=_0x1c4e37[_0x821d9a(0x1c6)][0x0][_0x821d9a(0x1bc)],_0x62d68e=_0x3676e3(_0x557422[_0x821d9a(0x1e0)](_0x3ff089=>_0x3ff089[_0x821d9a(0x1bc)]===_0x2bc3c6)[_0x821d9a(0x1c4)])[_0x821d9a(0x1ce)]();return _0x1c4e37[_0x821d9a(0x1c6)][0x0][_0x821d9a(0x1dd)]?{'type':_0x821d9a(0x1e2),'content':_0x207fc7(_0x2e3bf1,_0x821d9a(0x1d6),_0x207fc7(_0x2e3bf1,_0x821d9a(0x1c9),0x1)+'\x20('+_0x62d68e+')')}:{'type':_0x821d9a(0x1e2),'content':_0x207fc7(_0x2e3bf1,_0x821d9a(0x1cf),_0x207fc7(_0x2e3bf1,_0x821d9a(0x1c9),0x1))};}));}}function oo(_0x2f3015){const _0x584228=_0x58bbad;return _0x584228(0x1c3)==_0x2f3015[_0x584228(0x1be)];}
|