@ckeditor/ckeditor5-track-changes 43.0.0-alpha.2 → 43.0.0-alpha.3
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 +3 -3
- package/package.json +10 -10
- package/src/trackchangesediting.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "43.0.0-alpha.
|
|
3
|
+
"version": "43.0.0-alpha.3",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"CHANGELOG.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@ckeditor/ckeditor5-core": "43.0.0-alpha.
|
|
45
|
-
"@ckeditor/ckeditor5-engine": "43.0.0-alpha.
|
|
46
|
-
"@ckeditor/ckeditor5-enter": "43.0.0-alpha.
|
|
47
|
-
"@ckeditor/ckeditor5-typing": "43.0.0-alpha.
|
|
48
|
-
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.
|
|
49
|
-
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.
|
|
50
|
-
"@ckeditor/ckeditor5-widget": "43.0.0-alpha.
|
|
51
|
-
"ckeditor5": "43.0.0-alpha.
|
|
52
|
-
"ckeditor5-collaboration": "43.0.0-alpha.
|
|
44
|
+
"@ckeditor/ckeditor5-core": "43.0.0-alpha.3",
|
|
45
|
+
"@ckeditor/ckeditor5-engine": "43.0.0-alpha.3",
|
|
46
|
+
"@ckeditor/ckeditor5-enter": "43.0.0-alpha.3",
|
|
47
|
+
"@ckeditor/ckeditor5-typing": "43.0.0-alpha.3",
|
|
48
|
+
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.3",
|
|
49
|
+
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.3",
|
|
50
|
+
"@ckeditor/ckeditor5-widget": "43.0.0-alpha.3",
|
|
51
|
+
"ckeditor5": "43.0.0-alpha.3",
|
|
52
|
+
"ckeditor5-collaboration": "43.0.0-alpha.3",
|
|
53
53
|
"lodash-es": "4.17.21"
|
|
54
54
|
},
|
|
55
55
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3ee5ee=_0x1414;(function(_0x56a0c5,_0x57e373){const _0x589d15=_0x1414,_0x41f02c=_0x56a0c5();while(!![]){try{const _0x5dc062=-parseInt(_0x589d15(0x27d))/0x1+-parseInt(_0x589d15(0x149))/0x2+parseInt(_0x589d15(0x1c8))/0x3*(parseInt(_0x589d15(0x12f))/0x4)+parseInt(_0x589d15(0xe5))/0x5*(-parseInt(_0x589d15(0x1a0))/0x6)+parseInt(_0x589d15(0x183))/0x7+parseInt(_0x589d15(0x24f))/0x8+parseInt(_0x589d15(0x175))/0x9;if(_0x5dc062===_0x57e373)break;else _0x41f02c['push'](_0x41f02c['shift']());}catch(_0x115cb9){_0x41f02c['push'](_0x41f02c['shift']());}}}(_0x5673,0x98f36));import{Plugin as _0x5dc9dc,PendingActions as _0x11c42c}from'ckeditor5/src/core.js';import{LiveRange as _0x22d359}from'ckeditor5/src/engine.js';import{CKEditorError as _0x48b8da,uid as _0x5aaaa6,priorities as _0x35f207,logWarning as _0x12d759,getEnvKeystrokeText as _0x250add}from'ckeditor5/src/utils.js';import{toWidget as _0x18c840}from'ckeditor5/src/widget.js';import{Users as _0x33ee87,hashObject as _0x5ed834,surroundingMarkersDetector as _0x417e49,ENTER_THREAD_KEYSTROKE as _0x1285e5}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1d756c from'./commands/trackchangescommand.js';import _0x57f8d5 from'./commands/acceptsuggestioncommand.js';import _0x434da2 from'./commands/discardsuggestioncommand.js';import _0x7a3190 from'./commands/executeonallsuggestionscommand.js';import _0x2a9f53 from'./commands/executeonselectedsuggestionscommand.js';import _0x4a866c from'./suggestion.js';import _0x429913 from'./suggestiondescriptionfactory.js';import _0x3057ea from'./integrations/aiassistant.js';import _0x1df81c from'./integrations/alignment.js';import _0x27e4c2 from'./integrations/basicstyles.js';import _0x1304a6 from'./integrations/blockquote.js';import _0x2899d7 from'./integrations/casechange.js';import _0x1e7255 from'./integrations/ckbox.js';import _0x524892 from'./integrations/codeblock.js';import _0x4438d0 from'./integrations/comments.js';import _0x25b759 from'./integrations/deletecommand.js';import _0x32f62c from'./integrations/list.js';import _0x29bf70 from'./integrations/listproperties.js';import _0x473818 from'./integrations/entercommand.js';import _0x31c089 from'./integrations/findandreplace.js';import _0x104672 from'./integrations/font.js';import _0x351a1c from'./integrations/formatpainter.js';import _0x59f153 from'./integrations/heading.js';import _0x34b14e from'./integrations/highlight.js';import _0x44e47d from'./integrations/horizontalline.js';import _0xa24a49 from'./integrations/htmlembed.js';import _0x680fc4 from'./integrations/image.js';import _0x2f9c20 from'./integrations/imagereplace.js';import _0x583a74 from'./integrations/imagestyle.js';import _0x3fd589 from'./integrations/importword.js';import _0x22aa56 from'./integrations/indent.js';import _0x18f501 from'./integrations/inputcommand.js';import _0x53ecba from'./integrations/link.js';function _0x1414(_0x10c378,_0x37a696){const _0x56739e=_0x5673();return _0x1414=function(_0x1414bf,_0x3c5aa6){_0x1414bf=_0x1414bf-0xcf;let _0x608b6a=_0x56739e[_0x1414bf];return _0x608b6a;},_0x1414(_0x10c378,_0x37a696);}import _0x1b2ccc from'./integrations/legacylist.js';import _0x2c1802 from'./integrations/legacylistproperties.js';import _0x420956 from'./integrations/mediaembed.js';import _0xfee022 from'./integrations/mention.js';import _0xac1fa1 from'./integrations/mergefields.js';import _0x2af805 from'./integrations/multilevellist.js';import _0x1a19d8 from'./integrations/pagebreak.js';import _0x3c6204 from'./integrations/paragraph.js';import _0x9fd328 from'./integrations/removeformat.js';import _0x114adc from'./integrations/restrictededitingmode.js';import _0xf82476 from'./integrations/shiftentercommand.js';import _0x4371e from'./integrations/standardeditingmode.js';import _0x2a0dfc from'./integrations/style.js';import _0x589b99 from'./integrations/table.js';import _0x5c04cc from'./integrations/tablemergesplit.js';import _0x30c707 from'./integrations/tableheadings.js';import _0x49980b from'./integrations/tableclipboard.js';import _0x244a25 from'./integrations/tablecolumnresize.js';import _0x48143e from'./integrations/template.js';import _0xc40baa from'./integrations/tableofcontents.js';import _0x469205 from'./integrations/title.js';import _0x435e67 from'./integrations/undo.js';import _0x1e5acd from'./integrations/tablecaption.js';import _0x2a5172 from'./integrations/tableproperties.js';import{getTranslation as _0x41596}from'./utils/common-translations.js';import{isEqual as _0x12a95c,omit as _0x940f18}from'lodash-es';export const renameAttributeKey=_0x3ee5ee(0x150);export default class p extends _0x5dc9dc{static get[_0x3ee5ee(0x104)](){const _0x42e792=_0x3ee5ee;return[_0x42e792(0x241),_0x33ee87,_0x11c42c,_0x3057ea,_0x1df81c,_0x27e4c2,_0x1304a6,_0x1e7255,_0x2899d7,_0x524892,_0x4438d0,_0x25b759,_0x473818,_0x31c089,_0x104672,_0x351a1c,_0x59f153,_0x34b14e,_0x44e47d,_0xa24a49,_0x680fc4,_0x583a74,_0x2f9c20,_0x3fd589,_0x22aa56,_0x18f501,_0x1b2ccc,_0x2c1802,_0x2af805,_0x53ecba,_0x32f62c,_0x29bf70,_0x420956,_0xfee022,_0xac1fa1,_0x1a19d8,_0x3c6204,_0x9fd328,_0x114adc,_0xf82476,_0x4371e,_0x2a0dfc,_0x589b99,_0x5c04cc,_0x30c707,_0x1e5acd,_0x49980b,_0x244a25,_0xc40baa,_0x2a5172,_0x48143e,_0x469205,_0x435e67];}static get[_0x3ee5ee(0x13a)](){const _0x413613=_0x3ee5ee;return _0x413613(0x1d5);}constructor(_0x104726){const _0x279f33=_0x3ee5ee;function _0x2c1981(_0x4997a9){const _0x4f6b6f=_0x1414;return _0x4997a9[_0x4f6b6f(0x165)](_0x14a898=>String[_0x4f6b6f(0xe9)](_0x14a898))[_0x4f6b6f(0x163)]('');}super(_0x104726),this[_0x279f33(0xd2)]=!0x1,this[_0x279f33(0x1c7)](_0x279f33(0x1cb),[]),this['on'](_0x279f33(0x196),(_0x273a23,_0x30e1d7,_0x236a64,_0x14fd8e)=>{const _0x1bed01=_0x279f33;this[_0x1bed01(0x205)][_0x1bed01(0x19d)](()=>{const _0xed3e91=_0x1bed01;for(const _0x53e14d of[..._0x14fd8e,..._0x236a64])this[_0xed3e91(0x205)][_0xed3e91(0x1d0)][_0xed3e91(0xd1)](_0x53e14d)&&_0x104726[_0xed3e91(0xd0)][_0xed3e91(0xd6)](_0x53e14d);});}),this[_0x279f33(0x22e)]=new _0x429913(this[_0x279f33(0x216)][_0x279f33(0xe6)][_0x279f33(0x220)],this[_0x279f33(0x216)][_0x279f33(0x1b3)]),this[_0x279f33(0x182)]=null,this[_0x279f33(0x1d8)]=new Et(this[_0x279f33(0x216)]),this[_0x279f33(0x215)]=new Map(),this[_0x279f33(0x27c)]=_0x104726[_0x279f33(0x115)][_0x279f33(0x145)](_0x279f33(0x241)),this[_0x279f33(0x1fc)]=new Set(),this[_0x279f33(0x205)]=this[_0x279f33(0x216)][_0x279f33(0xe6)],this[_0x279f33(0x252)]=new WeakMap(),this[_0x279f33(0x26e)]=!0x1,this[_0x279f33(0x23e)]=new Set([_0x279f33(0x150)]),this[_0x279f33(0x24a)]=new Set(),_0x104726[_0x279f33(0x1f6)][_0x279f33(0x1fa)](_0x279f33(0x179),_0x279f33(0x11b)),this[_0x279f33(0x212)]=_0x104726[_0x279f33(0x1f6)][_0x279f33(0x145)](_0x279f33(0x179)),_0x104726[_0x279f33(0x1f6)][_0x279f33(0x1fa)](_0x279f33(0x225),!0x0),this[_0x279f33(0x101)]=_0x104726[_0x279f33(0x1f6)][_0x279f33(0x145)](_0x279f33(0x225)),this[_0x279f33(0x1d7)]=new _0x1d756c(_0x104726,this[_0x279f33(0x1fc)]),this[_0x279f33(0x211)](),this[_0x2c1981([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2c1981([0x34,0x30,0x34,0x38,0x31,0x36,0x30,0x36]);}[_0x3ee5ee(0x162)](){const _0x54d0d2=_0x3ee5ee,_0x31e1cf=this[_0x54d0d2(0x216)],_0x5af1db=(_0x3506c2,_0x11be53)=>{const _0x515374=_0x54d0d2;if(_0x515374(0x1b5)!=_0x3506c2)return _0x515374(0x1d2)+_0x3506c2;const _0x29707a=_0x11be53[_0x515374(0x243)]('|')[0x0];return this[_0x515374(0x1bb)](_0x29707a)?_0x515374(0x172):_0x515374(0xe4);};_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x1ee))[_0x54d0d2(0xef)]({'model':_0x54d0d2(0x1e0),'view':_0x4b90d6=>{const _0x281ef1=_0x54d0d2,{id:_0x24ed5e,type:_0x292d2b,subType:_0x3f989a}=this[_0x281ef1(0x23c)](_0x4b90d6[_0x281ef1(0x1d9)]),_0x4c7a03=[_0x281ef1(0x22f),_0x5af1db(_0x292d2b,_0x3f989a)];let _0x5c73e8=0xbb8;return this[_0x281ef1(0x1cb)][_0x281ef1(0x24d)](_0x4b90d6[_0x281ef1(0x1d9)])&&(_0x4c7a03[_0x281ef1(0x109)](_0x281ef1(0x15c)),_0x5c73e8=0xbc2),_0x281ef1(0x1ed)==_0x292d2b&&(_0x5c73e8+=0x5),{'classes':_0x4c7a03,'attributes':{'data-suggestion':_0x24ed5e},'priority':_0x5c73e8};}}),_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x18e))[_0x54d0d2(0x140)](_0x4a2aed=>{const _0x3e718f=_0x54d0d2;_0x4a2aed['on'](_0x3e718f(0x233),(_0x7f7166,_0x363939,_0x1df009)=>{const _0x54d39e=_0x3e718f;if(!_0x1df009[_0x54d39e(0x10b)][_0x54d39e(0x113)])return;const _0x2d8ea8=_0x363939[_0x54d39e(0xec)];if(!_0x2d8ea8)return;const _0x194511=_0x1df009[_0x54d39e(0x1f3)][_0x54d39e(0x14a)](_0x2d8ea8);_0x31e1cf[_0x54d39e(0xe6)][_0x54d39e(0x220)][_0x54d39e(0x1f5)](_0x2d8ea8)&&_0x194511&&!_0x194511[_0x54d39e(0x1e5)](_0x54d39e(0x16f))&&_0x194511['is'](_0x54d39e(0x1b8))&&_0x18c840(_0x194511,_0x1df009[_0x54d39e(0x202)]);},{'priority':_0x3e718f(0x226)});}),_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x18e))[_0x54d0d2(0xef)]({'model':_0x54d0d2(0x1e0),'view':(_0x11f71a,_0x4463df)=>{const _0x1b6e94=_0x54d0d2;if(!_0x4463df[_0x1b6e94(0x10b)][_0x1b6e94(0x113)])return null;const {type:_0x1586be,subType:_0x1a341b}=this[_0x1b6e94(0x23c)](_0x11f71a[_0x1b6e94(0x1d9)]);return{'classes':[_0x1b6e94(0x22f),_0x5af1db(_0x1586be,_0x1a341b)],'priority':0xbb8};}});const _0x498066=({showActiveMarkers:_0x51c37d=!0x0,isAttributeSuggestion:_0x2f73f2=!0x1}={})=>(_0x6c0608,_0x24a922,_0x40762f)=>{const _0x371847=_0x54d0d2;if(!_0x24a922[_0x371847(0xec)])return;const {id:_0x33d5a1}=this[_0x371847(0x23c)](_0x24a922[_0x371847(0x1d9)]);if(_0x2f73f2){const _0x32116d=this[_0x371847(0x215)][_0x371847(0x145)](_0x33d5a1),_0x418060=this[_0x371847(0x1db)](_0x32116d);if(!this[_0x371847(0x1bb)](_0x418060))return;}if(_0x24a922[_0x371847(0xec)]['is'](_0x371847(0x272)))return void _0x40762f[_0x371847(0x20f)][_0x371847(0x25b)](_0x24a922[_0x371847(0xec)],_0x6c0608[_0x371847(0x10a)]);const _0x40fb60=_0x40762f[_0x371847(0x1f3)][_0x371847(0x14a)](_0x24a922[_0x371847(0xec)]);if(_0x24a922[_0x371847(0xec)]['is'](_0x371847(0xd4))&&_0x31e1cf[_0x371847(0xe6)][_0x371847(0x220)][_0x371847(0x106)](_0x24a922[_0x371847(0xec)])&&!_0x40fb60[_0x371847(0x1e5)](_0x371847(0xe7))){_0x40762f[_0x371847(0x202)][_0x371847(0xfb)]([_0x371847(0x22f),_0x371847(0x172)],_0x40fb60),_0x40762f[_0x371847(0x202)][_0x371847(0x159)](_0x371847(0x1f2),_0x33d5a1,_0x40fb60),_0x40762f[_0x371847(0x1f3)][_0x371847(0x1cd)](_0x40fb60,_0x24a922[_0x371847(0x1d9)]),_0x51c37d&&(this[_0x371847(0x1cb)][_0x371847(0x24d)](_0x24a922[_0x371847(0x1d9)])?_0x40762f[_0x371847(0x202)][_0x371847(0xfb)](_0x371847(0x15c),_0x40fb60):_0x40762f[_0x371847(0x202)][_0x371847(0x158)](_0x371847(0x15c),_0x40fb60));for(const _0x2d961e of _0x31e1cf[_0x371847(0xe6)][_0x371847(0x265)](_0x24a922[_0x371847(0xec)])[_0x371847(0x271)]())_0x40762f[_0x371847(0x20f)][_0x371847(0x25b)](_0x2d961e,_0x6c0608[_0x371847(0x10a)]);_0x40762f[_0x371847(0x20f)][_0x371847(0x25b)](_0x24a922[_0x371847(0xec)],_0x6c0608[_0x371847(0x10a)]);}};_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x18e))[_0x54d0d2(0x140)](_0x18b825=>{const _0x4f7dc7=_0x54d0d2;_0x18b825['on'](_0x4f7dc7(0x14f),(_0x1c5de2,_0x221b16,_0x389633)=>{const _0x38e578=_0x4f7dc7;_0x389633[_0x38e578(0x10b)][_0x38e578(0x113)]&&_0x498066({'showActiveMarkers':!0x1})(_0x1c5de2,_0x221b16,_0x389633);},{'priority':_0x4f7dc7(0x247)});}),_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x18e))[_0x54d0d2(0x140)](_0x386a82=>{const _0x27686b=_0x54d0d2;_0x386a82['on'](_0x27686b(0x1b1),(_0x5bc782,_0x1a7ba8,_0x469c85)=>{const _0x3a0fd7=_0x27686b;_0x469c85[_0x3a0fd7(0x10b)][_0x3a0fd7(0x113)]&&_0x498066({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x5bc782,_0x1a7ba8,_0x469c85);},{'priority':_0x27686b(0x247)});}),_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x18e))[_0x54d0d2(0x107)]({'model':_0x54d0d2(0x1e0),'view':(_0x43d422,_0x1e3ed2)=>_0x1e3ed2[_0x54d0d2(0x10b)][_0x54d0d2(0x113)]?null:{'group':_0x54d0d2(0x1e0),'name':_0x43d422[_0x54d0d2(0xd9)](0xb)}}),_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x19e))[_0x54d0d2(0x12b)]({'view':{'name':_0x54d0d2(0x1e0),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x2acc91,{writer:_0x1df2e1})=>{const _0x46b8fe=_0x54d0d2;let _0x1009dc=_0x46b8fe(0x221)+_0x2acc91[_0x46b8fe(0x1b0)](_0x46b8fe(0x262))+':'+_0x2acc91[_0x46b8fe(0x1b0)]('id');return _0x2acc91[_0x46b8fe(0x1b0)](_0x46b8fe(0x20d))&&(_0x1009dc+=':'+_0x2acc91[_0x46b8fe(0x1b0)](_0x46b8fe(0x20d))),_0x1df2e1[_0x46b8fe(0x195)](_0x46b8fe(0x1a8),{'data-name':_0x1009dc});}}),_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x19e))[_0x54d0d2(0x26f)]({'view':_0x54d0d2(0x1e0)}),_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x1ee))[_0x54d0d2(0x140)](_0x257f97=>{const _0x3905e4=_0x54d0d2;_0x257f97['on'](_0x3905e4(0x14f),_0x498066(),{'priority':_0x3905e4(0x226)});}),_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x1ee))[_0x54d0d2(0x140)](_0x2b0a88=>{const _0x928f3e=_0x54d0d2;_0x2b0a88['on'](_0x928f3e(0x1b1),_0x498066({'isAttributeSuggestion':!0x0}),{'priority':_0x928f3e(0x226)});}),_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x1ee))[_0x54d0d2(0x140)](_0x4f86f9=>{const _0x57b533=_0x54d0d2;_0x4f86f9['on'](_0x57b533(0x142),(_0x53b982,_0x3de0d5,_0x1b5665)=>{const _0x352336=_0x57b533,_0x4b0772=_0x1b5665[_0x352336(0x1f3)][_0x352336(0x27b)](_0x3de0d5[_0x352336(0x1d9)]);if(_0x4b0772){for(const _0x274fa9 of _0x4b0772)_0x274fa9[_0x352336(0x1e5)](_0x352336(0xe7))||(_0x1b5665[_0x352336(0x202)][_0x352336(0x158)]([_0x352336(0x22f),_0x352336(0x172),_0x352336(0x15c)],_0x274fa9),_0x1b5665[_0x352336(0x202)][_0x352336(0x170)](_0x352336(0x1f2),_0x274fa9),_0x1b5665[_0x352336(0x1f3)][_0x352336(0x1f1)](_0x274fa9,_0x3de0d5[_0x352336(0x1d9)]));}},{'priority':_0x57b533(0x226)});}),_0x31e1cf[_0x54d0d2(0x26b)][_0x54d0d2(0xeb)](_0x54d0d2(0x1ee))[_0x54d0d2(0x140)](_0x1626cd=>{const _0x1e3d5f=_0x54d0d2;_0x1626cd['on'](_0x1e3d5f(0x111),(_0x2b7031,_0x56ee53,_0x452996)=>{const _0x184bd6=_0x1e3d5f,_0x508fae=_0x452996[_0x184bd6(0x1f3)][_0x184bd6(0x27b)](_0x56ee53[_0x184bd6(0x1d9)]);if(!_0x508fae)return;const {id:_0x2ac334}=this[_0x184bd6(0x23c)](_0x56ee53[_0x184bd6(0x1d9)]),_0x38dd21=this[_0x184bd6(0x215)][_0x184bd6(0x145)](_0x2ac334),_0x1ea985=this[_0x184bd6(0x1db)](_0x38dd21);if(this[_0x184bd6(0x1bb)](_0x1ea985)){for(const _0x42d60e of _0x508fae)_0x42d60e[_0x184bd6(0x1e5)](_0x184bd6(0xe7))||(_0x452996[_0x184bd6(0x202)][_0x184bd6(0x158)]([_0x184bd6(0x22f),_0x184bd6(0x172),_0x184bd6(0x15c)],_0x42d60e),_0x452996[_0x184bd6(0x202)][_0x184bd6(0x170)](_0x184bd6(0x1f2),_0x42d60e),_0x452996[_0x184bd6(0x1f3)][_0x184bd6(0x1f1)](_0x42d60e,_0x56ee53[_0x184bd6(0x1d9)]));}},{'priority':_0x1e3d5f(0x226)});}),_0x31e1cf[_0x54d0d2(0xe6)][_0x54d0d2(0x1af)][_0x54d0d2(0x245)](_0x35ff1e=>{const _0x1f459c=_0x54d0d2;let _0xbec8ac=!0x1;const _0x16250c=Array[_0x1f459c(0x17d)](_0x31e1cf[_0x1f459c(0xe6)][_0x1f459c(0x1af)][_0x1f459c(0x23a)][_0x1f459c(0x1ce)]()),_0x1e526e=new Set();for(const {name:_0x4acdb3,data:_0x1e0750}of _0x16250c){const {group:_0x436774,type:_0x3219ab,subType:_0x1bb79d,id:_0x4b5daa}=this[_0x1f459c(0x23c)](_0x4acdb3);if(_0x1f459c(0x1e0)!==_0x436774)continue;const _0x30be18=this[_0x1f459c(0x215)][_0x1f459c(0x145)](_0x4b5daa);if(null!=_0x1e0750[_0x1f459c(0x15d)]){_0x1f459c(0x277)==_0x3219ab&&(_0xbec8ac=_0xbec8ac||Ut(_0x1e0750[_0x1f459c(0x15d)],_0x4acdb3,_0x35ff1e,_0x31e1cf[_0x1f459c(0xe6)][_0x1f459c(0x220)]));const _0x514bd8=_0x1f459c(0x1b5)==_0x3219ab&&this[_0x1f459c(0x1bb)](_0x1bb79d[_0x1f459c(0x243)]('|')[0x0]);if(_0x1e0750[_0x1f459c(0x15d)][_0x1f459c(0x197)]||_0x1f459c(0xee)==_0x1e0750[_0x1f459c(0x15d)][_0x1f459c(0x13c)][_0x1f459c(0xdd)]||_0x1f459c(0x234)==_0x3219ab&&!Ft(_0x1e0750[_0x1f459c(0x15d)])||_0x514bd8&&!Ft(_0x1e0750[_0x1f459c(0x15d)])||_0x1f459c(0x1ed)==_0x3219ab&&!(!Vt(_0x31615c=_0x1e0750[_0x1f459c(0x15d)])&&!function(_0x44f540){const _0x58c3db=_0x1f459c;return _0x44f540[_0x58c3db(0x1e6)][_0x58c3db(0x1b4)]==_0x44f540[_0x58c3db(0x232)][_0x58c3db(0x124)]&&_0x44f540[_0x58c3db(0x1e6)][_0x58c3db(0x18c)];}(_0x31615c)))_0x35ff1e[_0x1f459c(0x27a)](_0x4acdb3),_0xbec8ac=!0x0;else{if(!_0x30be18||!_0x30be18[_0x1f459c(0x16e)])continue;if(_0x1e0750[_0x1f459c(0x15d)]&&_0x1e0750[_0x1f459c(0x125)]&&_0x1e0750[_0x1f459c(0x15d)][_0x1f459c(0x1e1)](_0x1e0750[_0x1f459c(0x125)]))continue;_0x1e526e[_0x1f459c(0x140)](_0x30be18);}}}var _0x31615c;return _0x1e526e[_0x1f459c(0x176)]>0x0&&(_0xbec8ac=!!this[_0x1f459c(0x161)](_0x1e526e)||_0xbec8ac),_0xbec8ac;}),_0x31e1cf[_0x54d0d2(0xe6)][_0x54d0d2(0x1af)][_0x54d0d2(0x245)](_0x4e33b3=>{const _0x3883c5=_0x54d0d2;let _0x2a8381=!0x1;for(const _0x4c1916 of _0x31e1cf[_0x3883c5(0xe6)][_0x3883c5(0x1af)][_0x3883c5(0x23a)][_0x3883c5(0x1d3)]())if(_0x3883c5(0x235)==_0x4c1916[_0x3883c5(0x151)])for(const _0x5345cb of this[_0x3883c5(0x215)][_0x3883c5(0x127)]()){if(_0x5345cb[_0x3883c5(0x1e4)]||!_0x5345cb[_0x3883c5(0x16e)])continue;const _0x85a10d=_0x3883c5(0x234)==_0x5345cb[_0x3883c5(0x151)],_0x3d06cf=this[_0x3883c5(0x1db)](_0x5345cb),_0x37d37c=_0x3d06cf&&this[_0x3883c5(0x1bb)](_0x3d06cf);if(!_0x85a10d&&!_0x37d37c)continue;const _0x1e639b=_0x5345cb[_0x3883c5(0x14b)]();if(_0x1e639b[_0x3883c5(0x1e6)][_0x3883c5(0x1b4)]!=_0x1e639b[_0x3883c5(0x232)][_0x3883c5(0x1b4)]&&!_0x1e639b[_0x3883c5(0x232)][_0x3883c5(0x18c)]){const _0x476604=_0x31e1cf[_0x3883c5(0xe6)][_0x3883c5(0x1bc)](_0x1e639b[_0x3883c5(0x1e6)][_0x3883c5(0xf1)],_0x3883c5(0x232)),_0x2ef49b=_0x31e1cf[_0x3883c5(0xe6)][_0x3883c5(0xfd)](_0x1e639b[_0x3883c5(0x1e6)],_0x476604);_0x4e33b3[_0x3883c5(0x22c)](_0x5345cb[_0x3883c5(0x18b)](),{'range':_0x2ef49b}),_0x2a8381=!0x0;}}return _0x2a8381;}),_0x31e1cf[_0x54d0d2(0xe6)][_0x54d0d2(0x1af)][_0x54d0d2(0x245)](_0x14687e=>this[_0x54d0d2(0xfc)](_0x14687e)),_0x31e1cf[_0x54d0d2(0xe6)][_0x54d0d2(0x1af)][_0x54d0d2(0x245)](_0x5736da=>!_0x5736da[_0x54d0d2(0x1f8)][_0x54d0d2(0x25e)]&&this[_0x54d0d2(0x1eb)](_0x5736da)),_0x31e1cf[_0x54d0d2(0xe6)]['on'](_0x54d0d2(0x209),()=>{const _0x1d41a3=_0x54d0d2;this[_0x1d41a3(0xd2)]=!0x1;}),_0x31e1cf[_0x54d0d2(0xe6)][_0x54d0d2(0x1af)]['on'](_0x54d0d2(0x169),(_0x4c6061,_0x14aad2)=>{const _0x249bbc=_0x54d0d2;if(!_0x14aad2[_0x249bbc(0x25e)]||_0x14aad2[_0x249bbc(0x25c)])return;if(!this[_0x249bbc(0xd2)])return;const _0x26c19a=_0x31e1cf[_0x249bbc(0xe6)][_0x249bbc(0x1af)][_0x249bbc(0x23a)][_0x249bbc(0x1d3)]();if(0x0==_0x26c19a[_0x249bbc(0x1e7)])return;const _0x2e061a=[],_0x1fa20d=_0x26c19a[_0x249bbc(0x12a)](_0x46c6a2=>_0x249bbc(0x1b5)==_0x46c6a2[_0x249bbc(0x151)]),_0x378f5c=_0x26c19a[_0x249bbc(0x12a)](_0x599fae=>_0x249bbc(0x235)==_0x599fae[_0x249bbc(0x151)]&&_0x249bbc(0x14c)!=_0x599fae[_0x249bbc(0x10a)]);for(const _0xb50235 of _0x1fa20d)this[_0x249bbc(0x219)](_0xb50235[_0x249bbc(0x134)])&&_0x2e061a[_0x249bbc(0x109)]({'key':_0xb50235[_0x249bbc(0x134)],'newValue':_0xb50235[_0x249bbc(0x123)],'oldValue':_0xb50235[_0x249bbc(0x223)],'range':Pt(_0xb50235[_0x249bbc(0xe0)],_0x31e1cf[_0x249bbc(0xe6)])});for(const _0x1c1b02 of _0x378f5c){if(_0x249bbc(0x268)!=_0x1c1b02[_0x249bbc(0x17c)]&&_0x249bbc(0x1de)!=_0x1c1b02[_0x249bbc(0x17c)])continue;const _0x4171d6=Lt(_0x1c1b02[_0x249bbc(0xfe)][_0x249bbc(0xf1)],_0x31e1cf[_0x249bbc(0xe6)]),_0x225d35=_0x1c1b02[_0x249bbc(0x187)];_0x249bbc(0x268)==_0x1c1b02[_0x249bbc(0x17c)]&&_0x2e061a[_0x249bbc(0x109)]({'key':_0x249bbc(0x150),'newValue':_0x1c1b02[_0x249bbc(0x10a)],'oldValue':_0x225d35[_0x249bbc(0x10a)],'range':_0x4171d6});for(const [_0xae2624,_0xa534b9]of _0x225d35[_0x249bbc(0x100)]){if(!this[_0x249bbc(0x219)](_0xae2624))continue;const _0x4ac1de=_0x1c1b02[_0x249bbc(0x100)][_0x249bbc(0x145)](_0xae2624);_0xa534b9!==_0x4ac1de&&_0x2e061a[_0x249bbc(0x109)]({'key':_0xae2624,'newValue':_0x4ac1de,'oldValue':_0xa534b9,'range':_0x4171d6});}for(const [_0x3bbcfe,_0x274392]of _0x1c1b02[_0x249bbc(0x100)])this[_0x249bbc(0x219)](_0x3bbcfe)&&(_0x225d35[_0x249bbc(0x100)][_0x249bbc(0xd1)](_0x3bbcfe)||_0x2e061a[_0x249bbc(0x109)]({'key':_0x3bbcfe,'newValue':_0x274392,'oldValue':null,'range':_0x4171d6}));}0x0!=_0x2e061a[_0x249bbc(0x1e7)]&&_0x31e1cf[_0x249bbc(0xe6)][_0x249bbc(0x1c2)](_0x14aad2,_0x333f3a=>{const _0x2fdada=_0x249bbc,_0x51d44d=_0x5aaaa6();for(const {range:_0x27dd2f,key:_0xf3e868,oldValue:_0x27aeb0,newValue:_0x111bfd}of _0x2e061a)this[_0x2fdada(0x214)](_0x27dd2f,_0xf3e868,_0x27aeb0,_0x111bfd,{'groupId':_0x51d44d});this[_0x2fdada(0x102)](_0x333f3a,_0x2e061a);});},{'priority':_0x54d0d2(0x1a4)}),_0x31e1cf[_0x54d0d2(0xe6)][_0x54d0d2(0x1d0)]['on'](_0x54d0d2(0x236),(_0x33cc95,_0x3747ac,_0x4ec070)=>{const _0x2e69ea=_0x54d0d2;if(null==_0x4ec070){const {id:_0xb2fcba}=this[_0x2e69ea(0x23c)](_0x3747ac[_0x2e69ea(0x10a)]),_0x343ee4=this[_0x2e69ea(0x215)][_0x2e69ea(0x145)](_0xb2fcba);_0x343ee4&&_0x343ee4[_0x2e69ea(0x180)](_0x3747ac[_0x2e69ea(0x10a)]);}}),_0x31e1cf[_0x54d0d2(0xe6)][_0x54d0d2(0x1af)]['on'](_0x54d0d2(0x169),()=>{const _0xc8536e=_0x54d0d2,_0x41d0ed=Array[_0xc8536e(0x17d)](_0x31e1cf[_0xc8536e(0xe6)][_0xc8536e(0x1af)][_0xc8536e(0x23a)][_0xc8536e(0x1ce)]())[_0xc8536e(0x12a)](_0x5887f8=>_0xc8536e(0x1e0)===this[_0xc8536e(0x23c)](_0x5887f8[_0xc8536e(0x10a)])[_0xc8536e(0x20c)]);if(0x0===_0x41d0ed[_0xc8536e(0x1e7)])return;_0x41d0ed[_0xc8536e(0x12e)]((_0x1cd508,_0x5d2f71)=>{const _0x2d52f2=_0xc8536e,_0x3af2fb=_0x1cd508[_0x2d52f2(0x193)][_0x2d52f2(0x125)],_0x370b0c=_0x5d2f71[_0x2d52f2(0x193)][_0x2d52f2(0x125)];return null===_0x3af2fb&&null===_0x370b0c?0x0:null===_0x3af2fb&&null!==_0x370b0c?-0x1:null!==_0x3af2fb&&null===_0x370b0c?0x1:_0x3af2fb[_0x2d52f2(0x1e6)][_0x2d52f2(0x11a)](_0x370b0c[_0x2d52f2(0x1e6)])?-0x1:0x1;});const _0x3fa8a1=new Set(),_0x443df3=new Set();for(const {name:_0x5ed79f,data:_0x14d958}of _0x41d0ed){const {id:_0x1ae4f2}=this[_0xc8536e(0x23c)](_0x5ed79f);if(null===_0x14d958[_0xc8536e(0x125)]){const _0x2b99e0=this[_0xc8536e(0x250)](_0x5ed79f);_0x443df3[_0xc8536e(0x140)](_0x2b99e0);}else{const _0xa76433=this[_0xc8536e(0x215)][_0xc8536e(0x145)](_0x1ae4f2);null!==_0x14d958[_0xc8536e(0x15d)]||_0xa76433[_0xc8536e(0x16e)]?(_0x3fa8a1[_0xc8536e(0x140)](_0xa76433[_0xc8536e(0x18f)]),_0x443df3[_0xc8536e(0x140)](_0xa76433)):this[_0xc8536e(0x16c)](_0xa76433);}}_0x443df3[_0xc8536e(0x176)]>0x0&&this[_0xc8536e(0x239)](_0x443df3);for(const _0x27487e of _0x3fa8a1)this[_0xc8536e(0x21f)](_0xc8536e(0x1c6),_0x27487e);}),_0x31e1cf[_0x54d0d2(0xe6)]['on'](_0x54d0d2(0x273),(_0x503222,_0x2d29c7)=>{const _0x585887=_0x54d0d2,_0x187953=_0x2d29c7[0x0];if(!this[_0x585887(0x215)][_0x585887(0x176)])return;if(!_0x187953[_0x585887(0x10d)])return;if(_0x187953[_0x585887(0x1f8)][_0x585887(0x25c)]||!_0x187953[_0x585887(0x1f8)][_0x585887(0x25e)])return;let _0x487236,_0x341b94;switch(_0x187953[_0x585887(0x151)]){case _0x585887(0x235):_0x487236=_0x31e1cf[_0x585887(0xe6)][_0x585887(0x1bc)](_0x187953[_0x585887(0xfe)]),_0x341b94=_0x487236[_0x585887(0x1f0)](_0x187953[_0x585887(0x276)]);break;case _0x585887(0x243):_0x487236=_0x31e1cf[_0x585887(0xe6)][_0x585887(0x1bc)](_0x187953[_0x585887(0x136)]),_0x341b94=_0x31e1cf[_0x585887(0xe6)][_0x585887(0x1bc)](_0x187953[_0x585887(0x17f)]);break;case _0x585887(0x103):_0x487236=_0x31e1cf[_0x585887(0xe6)][_0x585887(0x1bc)](_0x187953[_0x585887(0x190)]),_0x341b94=_0x487236[_0x585887(0x1f0)](_0x187953[_0x585887(0x276)]);break;default:return;}const _0x10e717=_0x31e1cf[_0x585887(0xe6)][_0x585887(0xfd)](_0x487236,_0x341b94);_0x31e1cf[_0x585887(0xe6)][_0x585887(0x19d)](()=>{const _0x3695d8=_0x585887;for(const {suggestion:_0x3bb0b4,meta:_0x3640a2}of this[_0x3695d8(0x1a2)](_0x10e717)){if(_0x3bb0b4[_0x3695d8(0x1e4)])continue;if(_0x3695d8(0x277)==_0x3bb0b4[_0x3695d8(0x151)])continue;const _0x3c794a=this[_0x3695d8(0x1db)](_0x3bb0b4);if(_0x3c794a&&this[_0x3695d8(0x1bb)](_0x3c794a)&&_0x3695d8(0x243)!=_0x187953[_0x3695d8(0x151)])continue;const _0x586812=_0x3bb0b4[_0x3695d8(0x193)]&&_0x3bb0b4[_0x3695d8(0x193)][_0x3695d8(0x148)];(_0x3695d8(0x234)!=_0x3bb0b4[_0x3695d8(0x151)]||_0x3695d8(0x243)==_0x187953[_0x3695d8(0x151)]&&!_0x586812)&&(_0x3640a2[_0x3695d8(0x21e)]||_0x3695d8(0x260)==_0x3bb0b4[_0x3695d8(0x151)]&&_0x3640a2[_0x3695d8(0x122)]||_0x3bb0b4[_0x3695d8(0x14b)]()[_0x3695d8(0x207)](_0x10e717)&&this[_0x3695d8(0x279)](_0x3bb0b4,_0x487236,_0x341b94));}});},{'priority':_0x54d0d2(0x1a4)}),_0x31e1cf[_0x54d0d2(0xe6)]['on'](_0x54d0d2(0x117),(_0x279bbd,_0x5dbf40)=>{const _0x338fe1=_0x54d0d2,_0x439cf3=_0x5dbf40[0x0],_0x37f5ca=_0x5dbf40[0x1];if(_0x37f5ca&&_0x37f5ca[_0x338fe1(0x1dd)])return;if(this[_0x338fe1(0x26e)])return;if(!this[_0x338fe1(0x1d7)][_0x338fe1(0x1a3)])return;if(_0x439cf3[_0x338fe1(0x197)])return;const _0x215396=_0x31e1cf[_0x338fe1(0xe6)][_0x338fe1(0x220)],{start:_0x5f50f9,end:_0x1b51b6}=_0x439cf3[_0x338fe1(0x14b)](),_0x26e3cd=_0x5f50f9[_0x338fe1(0xf1)]&&_0x215396[_0x338fe1(0x1a5)](_0x5f50f9[_0x338fe1(0xf1)])?null:_0x215396[_0x338fe1(0x11d)](_0x5f50f9,_0x338fe1(0xea)),_0x402b7e=_0x1b51b6[_0x338fe1(0x124)]&&_0x215396[_0x338fe1(0x1a5)](_0x1b51b6[_0x338fe1(0x124)])?null:_0x215396[_0x338fe1(0x11d)](_0x1b51b6,_0x338fe1(0x24b)),_0x18b308=_0x31e1cf[_0x338fe1(0xe6)][_0x338fe1(0xfd)](_0x26e3cd?_0x26e3cd[_0x338fe1(0x1e6)]:_0x5f50f9,_0x402b7e?_0x402b7e[_0x338fe1(0x232)]:_0x1b51b6);_0x31e1cf[_0x338fe1(0xe6)][_0x338fe1(0x19d)](_0x4f9628=>{const _0x2f03fb=_0x338fe1;this[_0x2f03fb(0x210)](_0x18b308);const _0x3cedb2=_0x31e1cf[_0x2f03fb(0xe6)][_0x2f03fb(0x220)][_0x2f03fb(0x11d)](_0x18b308[_0x2f03fb(0x1e6)]);_0x439cf3['is'](_0x2f03fb(0x1df))?_0x4f9628[_0x2f03fb(0x19b)](_0x3cedb2):_0x439cf3[_0x2f03fb(0x131)](_0x3cedb2);}),_0x279bbd[_0x338fe1(0x153)]();},{'priority':_0x35f207[_0x54d0d2(0x156)]+0xa}),_0x31e1cf[_0x54d0d2(0xe6)]['on'](_0x54d0d2(0x11c),(_0x23f251,_0x1e6ced)=>{const _0x1b5af4=_0x54d0d2,_0x3db59d=_0x1e6ced[_0x1e6ced[_0x1b5af4(0x1e7)]-0x1];_0x3db59d&&_0x3db59d[_0x1b5af4(0x1dd)]||this[_0x1b5af4(0x26e)]||this[_0x1b5af4(0x1d7)][_0x1b5af4(0x1a3)]&&(_0x31e1cf[_0x1b5af4(0xe6)][_0x1b5af4(0x19d)](()=>{const _0x5a0105=_0x1b5af4;let _0x4901d5=_0x31e1cf[_0x5a0105(0xe6)][_0x5a0105(0x11c)](_0x1e6ced[0x0],_0x1e6ced[0x1],_0x1e6ced[0x2],{'forceDefaultExecution':!0x0});if(!_0x4901d5)return;_0x23f251[_0x5a0105(0xd7)]=_0x4901d5[_0x5a0105(0x1be)]();const _0x4b2cbf=_0x4901d5[_0x5a0105(0x232)][_0x5a0105(0x124)],_0xde703a=_0x31e1cf[_0x5a0105(0xe6)][_0x5a0105(0x220)];_0x4b2cbf&&_0xde703a[_0x5a0105(0x106)](_0x4b2cbf)&&!_0xde703a[_0x5a0105(0x1f5)](_0x4b2cbf)&&(_0x4901d5=_0x31e1cf[_0x5a0105(0xe6)][_0x5a0105(0xfd)](_0x4901d5[_0x5a0105(0x1e6)],_0x31e1cf[_0x5a0105(0xe6)][_0x5a0105(0x1bc)](_0x4b2cbf,_0x5a0105(0x232)))),this[_0x5a0105(0xe2)](_0x4901d5);}),_0x23f251[_0x1b5af4(0x153)]());},{'priority':_0x54d0d2(0x226)}),this[_0x54d0d2(0x216)][_0x54d0d2(0x20b)][_0x54d0d2(0x140)](_0x54d0d2(0xe8),this[_0x54d0d2(0x1d7)]),this[_0x54d0d2(0x19f)](_0x54d0d2(0xe8));const _0x46d1c7=new _0x57f8d5(_0x31e1cf,this[_0x54d0d2(0x215)]);_0x31e1cf[_0x54d0d2(0x20b)][_0x54d0d2(0x140)](_0x54d0d2(0x26c),_0x46d1c7),this[_0x54d0d2(0x19f)](_0x54d0d2(0x26c));const _0xee59ae=new _0x434da2(_0x31e1cf,this[_0x54d0d2(0x215)]);_0x31e1cf[_0x54d0d2(0x20b)][_0x54d0d2(0x140)](_0x54d0d2(0x269),_0xee59ae),this[_0x54d0d2(0x19f)](_0x54d0d2(0x269)),_0x31e1cf[_0x54d0d2(0x20b)][_0x54d0d2(0x140)](_0x54d0d2(0x1fd),new _0x7a3190(_0x31e1cf,_0x46d1c7,this[_0x54d0d2(0x215)])),this[_0x54d0d2(0x19f)](_0x54d0d2(0x1fd)),_0x31e1cf[_0x54d0d2(0x20b)][_0x54d0d2(0x140)](_0x54d0d2(0x1d6),new _0x7a3190(_0x31e1cf,_0xee59ae,this[_0x54d0d2(0x215)])),this[_0x54d0d2(0x19f)](_0x54d0d2(0x1d6)),_0x31e1cf[_0x54d0d2(0x20b)][_0x54d0d2(0x140)](_0x54d0d2(0x1b7),new _0x2a9f53(_0x31e1cf,_0x46d1c7,this[_0x54d0d2(0x215)])),this[_0x54d0d2(0x19f)](_0x54d0d2(0x1b7)),_0x31e1cf[_0x54d0d2(0x20b)][_0x54d0d2(0x140)](_0x54d0d2(0x1ca),new _0x2a9f53(_0x31e1cf,_0xee59ae,this[_0x54d0d2(0x215)])),this[_0x54d0d2(0x19f)](_0x54d0d2(0x1ca));const _0x127e43=_0x31e1cf[_0x54d0d2(0x115)][_0x54d0d2(0x145)](_0x54d0d2(0x241));this[_0x54d0d2(0x228)](_0x127e43,_0x54d0d2(0x1bd),(_0x204aca,{threadId:_0x1ad0f0})=>{const _0x5534b5=_0x54d0d2,_0x327648=this[_0x5534b5(0x215)][_0x5534b5(0x145)](_0x1ad0f0);_0x327648&&_0x327648[_0x5534b5(0xed)]&&0x1===_0x327648[_0x5534b5(0xed)][_0x5534b5(0x1e7)]&&this[_0x5534b5(0x184)](_0x1ad0f0,{'hasComments':!0x0});},{'priority':_0x54d0d2(0x19a)}),this[_0x54d0d2(0x228)](_0x127e43,_0x54d0d2(0xd5),(_0x4445a2,{threadId:_0x16587f})=>{const _0x54d52a=_0x54d0d2,_0x9fcdeb=this[_0x54d52a(0x215)][_0x54d52a(0x145)](_0x16587f);_0x9fcdeb&&_0x9fcdeb[_0x54d52a(0xed)]&&!_0x9fcdeb[_0x54d52a(0xed)][_0x54d52a(0x1e7)]&&this[_0x54d52a(0x184)](_0x16587f,{'hasComments':!0x1});},{'priority':_0x54d0d2(0x19a)});}set[_0x3ee5ee(0x118)](_0x11a054){const _0x2bae97=_0x3ee5ee;if(this[_0x2bae97(0x182)])throw new _0x48b8da(_0x2bae97(0x1a6),this);this[_0x2bae97(0x182)]=_0x11a054;}get[_0x3ee5ee(0x118)](){const _0x4d84a5=_0x3ee5ee;return this[_0x4d84a5(0x182)];}[_0x3ee5ee(0x160)]({skipNotAttached:_0x59dc7d=!0x1,toJSON:_0x7eb029=!0x1}={}){const _0x53ef1a=_0x3ee5ee,_0x4bdf84=[];for(const _0x468d1e of this[_0x53ef1a(0x215)][_0x53ef1a(0x127)]())_0x59dc7d&&!_0x468d1e[_0x53ef1a(0x16e)]||_0x4bdf84[_0x53ef1a(0x109)](_0x468d1e);return _0x7eb029?_0x4bdf84[_0x53ef1a(0x165)](_0x74bfb0=>_0x74bfb0[_0x53ef1a(0x230)]()):_0x4bdf84;}[_0x3ee5ee(0x1b9)](_0x5e687b){const _0x5cc0ec=_0x3ee5ee,_0x36bb4f=this[_0x5cc0ec(0x215)][_0x5cc0ec(0x145)](_0x5e687b);if(!_0x36bb4f)throw new _0x48b8da(_0x5cc0ec(0xf7),this);return _0x36bb4f;}[_0x3ee5ee(0x120)](_0x3b0e85){const _0x3bc96c=_0x3ee5ee;return this[_0x3bc96c(0x215)][_0x3bc96c(0xd1)](_0x3b0e85);}[_0x3ee5ee(0x246)](_0x493fb3){const _0x4fe894=_0x3ee5ee,{authorId:_0x18fdfd,id:_0x16f4bb,attributes:_0x53bba3}=_0x493fb3,[_0x48c5c2,_0x2de3ef]=_0x493fb3[_0x4fe894(0x151)][_0x4fe894(0x243)](':'),_0x5b9967=this[_0x4fe894(0x215)][_0x4fe894(0x145)](_0x16f4bb)||this[_0x4fe894(0x1a7)](_0x48c5c2,_0x2de3ef,_0x16f4bb,_0x18fdfd,_0x53bba3);if(this[_0x4fe894(0x11f)](_0x5b9967),this[_0x4fe894(0x218)](_0x5b9967,_0x48c5c2,_0x2de3ef||null,_0x18fdfd),_0x5b9967[_0x4fe894(0x249)]=_0x493fb3[_0x4fe894(0x249)],_0x5b9967[_0x4fe894(0x121)]=!0x0,_0x53bba3&&_0x53bba3[_0x4fe894(0x24e)]){const _0x43c88b=_0x53bba3[_0x4fe894(0x24e)],_0xb9cd7b=this[_0x4fe894(0x10c)](_0x43c88b[_0x4fe894(0x152)]);_0x5b9967[_0x4fe894(0x244)]=_0x43c88b[_0x4fe894(0x249)],_0x5b9967[_0x4fe894(0x21c)]=_0xb9cd7b,_0x5b9967[_0x4fe894(0x204)]=!0x0;}else _0x5b9967[_0x4fe894(0x244)]=_0x493fb3[_0x4fe894(0x249)];switch(_0x493fb3[_0x4fe894(0x193)]&&(_0x5b9967[_0x4fe894(0x193)]=_0x493fb3[_0x4fe894(0x193)]),_0x493fb3[_0x4fe894(0x100)]&&(_0x5b9967[_0x4fe894(0x100)]=_0x493fb3[_0x4fe894(0x100)]),this[_0x4fe894(0x182)]&&this[_0x4fe894(0x182)][_0x4fe894(0x1e3)]||(_0x5b9967[_0x4fe894(0x21a)]=!0x0),this[_0x4fe894(0x252)][_0x4fe894(0x145)](_0x5b9967)){case _0x4fe894(0x1ba):this[_0x4fe894(0x252)][_0x4fe894(0x1c7)](_0x5b9967,_0x4fe894(0x25f));break;case _0x4fe894(0x168):_0x5b9967[_0x4fe894(0x16e)]?(this[_0x4fe894(0x161)](new Set([_0x5b9967])),this[_0x4fe894(0x239)](new Set([_0x5b9967])),this[_0x4fe894(0x252)][_0x4fe894(0x1c7)](_0x5b9967,_0x4fe894(0x13b)),this[_0x4fe894(0x21f)](_0x4fe894(0x13f),_0x5b9967)):this[_0x4fe894(0x252)][_0x4fe894(0x1c7)](_0x5b9967,_0x4fe894(0xf9));}return _0x5b9967;}[_0x3ee5ee(0x26c)](_0x498b40){const _0x1764e3=_0x3ee5ee;this[_0x1764e3(0x1dd)](()=>{const _0x27f667=_0x1764e3;this[_0x27f667(0x216)][_0x27f667(0xe6)][_0x27f667(0x19d)](()=>{const _0x2c071c=_0x27f667;for(const _0x7d4040 of _0x498b40[_0x2c071c(0xf5)]())_0x7d4040[_0x2c071c(0x1ea)]();});});}[_0x3ee5ee(0x269)](_0x852c95){const _0x2b3380=_0x3ee5ee;this[_0x2b3380(0x1dd)](()=>{const _0x569eb1=_0x2b3380;this[_0x569eb1(0x216)][_0x569eb1(0xe6)][_0x569eb1(0x19d)](()=>{const _0xaad671=_0x569eb1;for(const _0x21f7ac of _0x852c95[_0xaad671(0xf5)]())_0x21f7ac[_0xaad671(0x1a9)]();});});}[_0x3ee5ee(0x19f)](_0x44e4c,_0x365337){const _0x49aadb=_0x3ee5ee,_0x3e3c9b=this[_0x49aadb(0x216)][_0x49aadb(0x20b)][_0x49aadb(0x145)](_0x44e4c);if(!_0x3e3c9b)throw new _0x48b8da(_0x49aadb(0x146),this,{'commandName':_0x44e4c});if(this[_0x49aadb(0x1fc)][_0x49aadb(0xd1)](_0x3e3c9b))throw new _0x48b8da(_0x49aadb(0x266),this,{'commandName':_0x44e4c});this[_0x49aadb(0x1fc)][_0x49aadb(0x140)](_0x3e3c9b),_0x365337&&_0x3e3c9b['on'](_0x49aadb(0x137),(_0x438b13,_0x12936b)=>{const _0x2e15c9=_0x49aadb;this[_0x2e15c9(0x1d7)][_0x2e15c9(0x1a3)]&&(this[_0x2e15c9(0x26e)]||(_0x12936b[_0x2e15c9(0x1e7)]>0x0&&_0x12936b[_0x12936b[_0x2e15c9(0x1e7)]-0x1]&&_0x12936b[_0x12936b[_0x2e15c9(0x1e7)]-0x1][_0x2e15c9(0x1dd)]?_0x12936b[_0x2e15c9(0x1b2)]():(_0x438b13[_0x2e15c9(0xd7)]=_0x365337((..._0x15a8f7)=>_0x3e3c9b[_0x2e15c9(0x137)](..._0x15a8f7,{'forceDefaultExecution':!0x0}),..._0x12936b),_0x438b13[_0x2e15c9(0x153)]())));},{'priority':_0x49aadb(0x226)});}[_0x3ee5ee(0x1dd)](_0x9aa31e){const _0x1fdc0a=_0x3ee5ee;let _0x3f4d06,_0x988171;const _0x456045=this[_0x1fdc0a(0x26e)];this[_0x1fdc0a(0x26e)]=!0x0;try{_0x3f4d06=_0x9aa31e();}catch(_0x5b35fc){_0x988171=_0x5b35fc;}return _0x456045||(this[_0x1fdc0a(0x26e)]=!0x1),_0x988171&&_0x48b8da[_0x1fdc0a(0x257)](_0x988171,this),_0x3f4d06;}[_0x3ee5ee(0xe2)](_0x4730eb,_0x4a9eb7=null,_0x47bd4f={}){const _0x252e10=_0x3ee5ee;if(_0x4730eb[_0x252e10(0x197)])return null;const _0x22ee1c=this[_0x252e10(0x216)][_0x252e10(0x115)][_0x252e10(0x145)](_0x252e10(0x16b))['me'];for(const {suggestion:_0x39af26,meta:_0x132a7a}of this[_0x252e10(0x1a2)](_0x4730eb,_0x252e10(0x260)))if(_0x132a7a[_0x252e10(0x122)]){if(!_0x132a7a[_0x252e10(0x21d)]){if(_0x132a7a[_0x252e10(0x21e)]){if(!this[_0x252e10(0x101)]||!qt(_0x39af26,_0x47bd4f))continue;return _0x39af26;}if(qt(_0x39af26,_0x47bd4f))return _0x39af26;this[_0x252e10(0x279)](_0x39af26,_0x4730eb[_0x252e10(0x1e6)],_0x4730eb[_0x252e10(0x232)]);break;}if(_0x4a9eb7==_0x39af26[_0x252e10(0xd3)]&&qt(_0x39af26,_0x47bd4f)){const _0x217025=_0x39af26[_0x252e10(0x14b)]();return _0x217025[_0x252e10(0x1e6)][_0x252e10(0x1e1)](_0x4730eb[_0x252e10(0x232)])?this[_0x252e10(0x19c)](_0x39af26,this[_0x252e10(0x205)][_0x252e10(0xfd)](_0x4730eb[_0x252e10(0x1e6)],_0x217025[_0x252e10(0x232)])):this[_0x252e10(0x19c)](_0x39af26,this[_0x252e10(0x205)][_0x252e10(0xfd)](_0x217025[_0x252e10(0x1e6)],_0x4730eb[_0x252e10(0x232)])),_0x39af26;}}const _0x46d3a3=_0x5aaaa6(),_0x12b74c=_0x22ee1c['id'],_0x5e9ebf=_0x4a9eb7?_0x252e10(0x174)+_0x4a9eb7:_0x252e10(0x260),_0x26f1c6=this[_0x252e10(0x1b6)]({'id':_0x46d3a3,'type':_0x5e9ebf,'createdAt':new Date(),'authorId':_0x12b74c,'attributes':_0x47bd4f});return this[_0x252e10(0x1f4)](_0x5e9ebf,_0x46d3a3,_0x12b74c,_0x4730eb),_0x26f1c6;}[_0x3ee5ee(0x1c5)](_0x3ecbb6,_0x3508dc=_0x3ee5ee(0x129),_0x25028f={}){const _0x2b1fa3=_0x3ee5ee,_0x13d989=this[_0x2b1fa3(0x216)][_0x2b1fa3(0x115)][_0x2b1fa3(0x145)](_0x2b1fa3(0x16b))['me'],_0x2adab1=this[_0x2b1fa3(0x1d8)][_0x2b1fa3(0x15b)](_0x2b1fa3(0x260),_0x3508dc,_0x2b1fa3(0x163));for(const _0x11f4b3 of this[_0x2b1fa3(0x160)]())if(_0x11f4b3[_0x2b1fa3(0x21c)]['id']==_0x13d989['id']&&_0x2b1fa3(0x260)==_0x11f4b3[_0x2b1fa3(0x151)]&&_0x11f4b3[_0x2b1fa3(0xd3)]==_0x3508dc&&qt(_0x11f4b3,_0x25028f)&&(_0x2adab1(_0x11f4b3[_0x2b1fa3(0xf3)](),_0x3ecbb6)||_0x2adab1(_0x3ecbb6,_0x11f4b3[_0x2b1fa3(0xf3)]()))){for(const _0x229b2c of _0x3ecbb6)_0x11f4b3[_0x2b1fa3(0x270)](_0x229b2c);return _0x11f4b3;}for(const {suggestion:_0x550445,meta:_0xe40ad4}of this[_0x2b1fa3(0x1a2)](_0x3ecbb6,_0x2b1fa3(0x260))){if(!_0xe40ad4[_0x2b1fa3(0x122)])continue;if(!this[_0x2b1fa3(0x101)]&&_0xe40ad4[_0x2b1fa3(0x21e)])continue;if(!qt(_0x550445,_0x25028f))continue;let _0x4ad5cf=!0x0;for(const _0x1ebb9c of _0x550445[_0x2b1fa3(0xf3)]())for(const _0x2efc60 of _0x3ecbb6)if(!_0x1ebb9c[_0x2b1fa3(0x207)](_0x2efc60)){_0x4ad5cf=!0x1;break;}if(_0x4ad5cf)return _0x550445;}const _0x3690a6=_0x5aaaa6(),_0x412c5c=_0x13d989['id'],_0x9cfb90=_0x2b1fa3(0x174)+_0x3508dc,_0x177fa6=this[_0x2b1fa3(0x1b6)]({'id':_0x3690a6,'type':_0x9cfb90,'createdAt':new Date(),'authorId':_0x412c5c,'attributes':_0x25028f});for(const _0x57f718 of _0x3ecbb6)this[_0x2b1fa3(0x1f4)](_0x9cfb90,_0x3690a6,_0x412c5c,_0x57f718,_0x4a866c[_0x2b1fa3(0x12d)]());return _0x177fa6;}[_0x3ee5ee(0x1c1)](_0x56b9f1,_0xb8a2a0,_0x4be329=null,_0xe9891a={}){const _0x183853=_0x3ee5ee;if(_0x4be329=_0x4be329||Gt(_0xb8a2a0),_0x56b9f1[_0x183853(0x197)])return null;if(_0x183853(0x1c4)===this[_0x183853(0x212)]){const _0x25876c=this[_0x183853(0x1d8)][_0x183853(0x15b)](_0x183853(0x277),_0x4be329,_0x183853(0x1ea));return this[_0x183853(0x1dd)](()=>_0x25876c([_0x56b9f1],_0xb8a2a0,_0xe9891a)),null;}const _0x3de442=this[_0x183853(0x216)][_0x183853(0x115)][_0x183853(0x145)](_0x183853(0x16b))['me'],_0x2a847b=[];if(_0x183853(0x1d1)!==this[_0x183853(0x212)]){for(const {suggestion:_0x3b13ef,meta:_0x4a8783}of this[_0x183853(0x1a2)](_0x56b9f1,_0x183853(0x260)))_0x4a8783[_0x183853(0x122)]&&!_0x4a8783[_0x183853(0x206)]&&_0x2a847b[_0x183853(0x109)](..._0x3b13ef[_0x183853(0xf3)]());}const _0x118931=function(_0x37a3c1,_0x58c261){const _0x4c084a=_0x183853,_0x140e24=[];for(const _0x5a3a82 of _0x58c261){const _0x1bbe89=_0x37a3c1[_0x4c084a(0x1ff)](_0x5a3a82);_0x1bbe89&&_0x140e24[_0x4c084a(0x109)](_0x1bbe89);}return _0x140e24;}(_0x56b9f1,_0x2a847b),_0x5b3139=function(_0xfe293b,_0x3e4ca0){const _0x3c9253=_0x183853,_0x1eda44=[_0xfe293b];for(const _0x43a1d3 of _0x3e4ca0){let _0x1338fb=0x0;for(;_0x1338fb<_0x1eda44[_0x3c9253(0x1e7)];){const _0x497b2f=_0x1eda44[_0x1338fb][_0x3c9253(0xff)](_0x43a1d3);_0x1eda44[_0x3c9253(0x217)](_0x1338fb,0x1,..._0x497b2f),_0x1338fb+=_0x497b2f[_0x3c9253(0x1e7)];}}return _0x1eda44;}(_0x56b9f1,_0x2a847b);_0x118931[_0x183853(0x1e7)]&&this[_0x183853(0x205)][_0x183853(0x19d)](()=>{const _0x488fd6=_0x183853;for(const _0x40cba0 of _0x118931){const _0x11a724=this[_0x488fd6(0x1d8)][_0x488fd6(0x15b)](_0x488fd6(0x277),_0x4be329,_0x488fd6(0x1ea));this[_0x488fd6(0x1dd)](()=>_0x11a724([_0x40cba0],_0xb8a2a0,_0xe9891a));}});for(const _0x1cf877 of _0x5b3139){let _0x553056=null,_0x3a6834=_0x1cf877[_0x183853(0x1e6)],_0xf35a21=_0x1cf877[_0x183853(0x232)];for(const {suggestion:_0x3b717e,meta:_0x24ebf4}of this[_0x183853(0x1a2)](_0x1cf877,_0x183853(0x277))){if(!_0x24ebf4[_0x183853(0x122)])continue;if(_0x3b717e[_0x183853(0xd3)]!=_0x4be329)continue;if(!qt(_0x3b717e,_0xe9891a))continue;const _0x1ebaa6=_0x3b717e[_0x183853(0x14b)]();if(_0x1ebaa6[_0x183853(0x207)](_0x1cf877,!0x0))return null;_0x3a6834=_0x3a6834[_0x183853(0x11a)](_0x1ebaa6[_0x183853(0x1e6)])?_0x3a6834:_0x1ebaa6[_0x183853(0x1e6)],_0xf35a21=_0xf35a21[_0x183853(0x242)](_0x1ebaa6[_0x183853(0x232)])?_0xf35a21:_0x1ebaa6[_0x183853(0x232)],_0x553056?_0x1ebaa6[_0x183853(0x1e6)][_0x183853(0x11a)](_0x553056[_0x183853(0x14b)]()[_0x183853(0x1e6)])?(_0x553056[_0x183853(0x240)](),_0x553056=_0x3b717e):_0x3b717e[_0x183853(0x240)]():_0x553056=_0x3b717e;}const _0x1a67e1=this[_0x183853(0x205)][_0x183853(0xfd)](_0x3a6834,_0xf35a21);if(_0x553056)this[_0x183853(0x19c)](_0x553056,_0x1a67e1);else{const _0x55bb76=_0x5aaaa6(),_0x53334a=_0x3de442['id'];this[_0x183853(0x1b6)]({'id':_0x55bb76,'type':_0x183853(0x23b)+_0x4be329,'data':_0xb8a2a0,'createdAt':new Date(),'authorId':_0x53334a,'attributes':_0xe9891a}),this[_0x183853(0x1f4)](_0x183853(0x23b)+_0x4be329,_0x55bb76,_0x53334a,_0x1a67e1);}}return null;}[_0x3ee5ee(0x238)](_0x2bb047,_0xcf3945,_0x33a671=[],_0x40c3f5=null,_0x4a583b={}){const _0x7287a8=_0x3ee5ee;_0xcf3945[_0x7287a8(0x199)]||(_0xcf3945[_0x7287a8(0x199)]=_0xcf3945[_0x7287a8(0xfa)]),_0xcf3945[_0x7287a8(0x148)]=_0x2bb047['is'](_0x7287a8(0xe0)),_0x40c3f5=_0x40c3f5||Gt(_0xcf3945);const _0x359021=_0x33a671[_0x7287a8(0x165)](_0x46b999=>Lt(_0x46b999,this[_0x7287a8(0x205)])),_0x5c69b6=_0x2bb047['is'](_0x7287a8(0xe0))?_0x2bb047:Lt(_0x2bb047,this[_0x7287a8(0x205)]);if(_0x7287a8(0x1c4)===this[_0x7287a8(0x212)]){const _0x318989=this[_0x7287a8(0x1d8)][_0x7287a8(0x15b)](_0x7287a8(0x234),_0x40c3f5,_0x7287a8(0x1ea));return this[_0x7287a8(0x1dd)](()=>_0x318989([_0x5c69b6],_0xcf3945,_0x4a583b)),null;}_0x359021[_0x7287a8(0x109)](_0x5c69b6);let _0x2128c1=!0x0;for(const _0x1c4302 of _0x359021)if(!this[_0x7287a8(0x147)](_0x1c4302)){_0x2128c1=!0x1;break;}if(_0x2128c1&&_0x7287a8(0x1d1)!==this[_0x7287a8(0x212)]){const _0x1a2765=this[_0x7287a8(0x1d8)][_0x7287a8(0x15b)](_0x7287a8(0x234),_0x40c3f5,_0x7287a8(0x1ea));return this[_0x7287a8(0x1dd)](()=>_0x1a2765([_0x5c69b6],_0xcf3945,_0x4a583b)),null;}let _0x2d5582=null,_0x553a3b=_0x5c69b6[_0x7287a8(0x1e6)],_0x296476=_0x5c69b6[_0x7287a8(0x232)];for(const {suggestion:_0x4e5bed,meta:_0x1879ce}of this[_0x7287a8(0x1a2)](_0x5c69b6,_0x7287a8(0x234))){if(!_0x1879ce[_0x7287a8(0x122)])continue;if(_0x1879ce[_0x7287a8(0x21d)]||_0x1879ce[_0x7287a8(0x21e)]||_0x1879ce[_0x7287a8(0x206)])continue;if(_0x4e5bed[_0x7287a8(0x193)][_0x7287a8(0x199)]!=_0xcf3945[_0x7287a8(0x199)])continue;if(!qt(_0x4e5bed,_0x4a583b))continue;const _0x50df72=_0x4e5bed[_0x7287a8(0x14b)]();if(_0x4e5bed[_0x7287a8(0xd3)]==_0x40c3f5){if(_0x50df72[_0x7287a8(0x207)](_0x5c69b6,!0x0))return null;_0x553a3b=_0x553a3b[_0x7287a8(0x11a)](_0x50df72[_0x7287a8(0x1e6)])?_0x553a3b:_0x50df72[_0x7287a8(0x1e6)],_0x296476=_0x296476[_0x7287a8(0x242)](_0x50df72[_0x7287a8(0x232)])?_0x296476:_0x50df72[_0x7287a8(0x232)],_0x2d5582?_0x50df72[_0x7287a8(0x1e6)][_0x7287a8(0x11a)](_0x2d5582[_0x7287a8(0x14b)]()[_0x7287a8(0x1e6)])?(_0x2d5582[_0x7287a8(0x240)](),_0x2d5582=_0x4e5bed):_0x4e5bed[_0x7287a8(0x240)]():_0x2d5582=_0x4e5bed;}else{const _0x4faa02=_0x5c69b6[_0x7287a8(0x1ff)](_0x50df72);this[_0x7287a8(0xe1)](_0x4e5bed,_0x4faa02);}}const _0x1b0e01=this[_0x7287a8(0x216)][_0x7287a8(0x115)][_0x7287a8(0x145)](_0x7287a8(0x16b))['me'],_0x27c3a1=_0x5aaaa6(),_0x20e2d2=_0x1b0e01['id'];if(_0x2d5582)return this[_0x7287a8(0x19c)](_0x2d5582,this[_0x7287a8(0x205)][_0x7287a8(0xfd)](_0x553a3b,_0x296476)),_0x2d5582;{const _0x354f66=this[_0x7287a8(0x1b6)]({'id':_0x27c3a1,'type':_0x7287a8(0x1cc)+_0x40c3f5,'data':_0xcf3945,'createdAt':new Date(),'authorId':_0x20e2d2,'attributes':_0x4a583b});return this[_0x7287a8(0x1f4)](_0x7287a8(0x1cc)+_0x40c3f5,_0x27c3a1,_0x20e2d2,this[_0x7287a8(0x205)][_0x7287a8(0xfd)](_0x553a3b,_0x296476)),_0x354f66;}}[_0x3ee5ee(0x208)](_0x396f4c,_0x431191,_0x475552=[],_0x5db445=null,_0x4f946e={}){const _0x254924=_0x3ee5ee;_0x431191[_0x254924(0x199)]||(_0x431191[_0x254924(0x199)]=_0x431191[_0x254924(0xfa)]);const _0x46bc5f=_0x396f4c[0x0];_0x431191[_0x254924(0x148)]=_0x46bc5f['is'](_0x254924(0xe0)),_0x5db445=_0x5db445||Gt(_0x431191);const _0x22d3df=_0x475552[_0x254924(0x165)](_0x4d63a1=>Lt(_0x4d63a1,this[_0x254924(0x205)])),_0x4f469b=_0x46bc5f['is'](_0x254924(0xe0))?_0x396f4c:_0x396f4c[_0x254924(0x165)](_0x16647a=>Lt(_0x16647a,this[_0x254924(0x205)]));if(_0x254924(0x1c4)===this[_0x254924(0x212)]){const _0x12beeb=this[_0x254924(0x1d8)][_0x254924(0x15b)](_0x254924(0x234),_0x5db445,_0x254924(0x1ea));return this[_0x254924(0x1dd)](()=>_0x12beeb(_0x4f469b,_0x431191,_0x4f946e)),null;}_0x22d3df[_0x254924(0x109)](..._0x4f469b);let _0x2839d3=!0x0;for(const _0x19220c of _0x22d3df)if(!this[_0x254924(0x147)](_0x19220c)){_0x2839d3=!0x1;break;}if(_0x2839d3&&_0x254924(0x1d1)!==this[_0x254924(0x212)]){const _0x1531bc=this[_0x254924(0x1d8)][_0x254924(0x15b)](_0x254924(0x234),_0x5db445,_0x254924(0x1ea));return this[_0x254924(0x1dd)](()=>_0x1531bc(_0x4f469b,_0x431191,_0x4f946e)),null;}const _0x3667b7=this[_0x254924(0x216)][_0x254924(0x115)][_0x254924(0x145)](_0x254924(0x16b))['me'];for(const _0x3ac3b0 of this[_0x254924(0x160)]()){if(_0x3ac3b0[_0x254924(0x21c)]['id']!=_0x3667b7['id'])continue;if(_0x254924(0x234)!=_0x3ac3b0[_0x254924(0x151)]||_0x3ac3b0[_0x254924(0x193)][_0x254924(0x199)]!=_0x431191[_0x254924(0x199)])continue;if(!qt(_0x3ac3b0,_0x4f946e))continue;const _0x163a7d=_0x3ac3b0[_0x254924(0xd3)]==_0x5db445;for(let _0x3f6938=0x0;_0x3f6938<_0x4f469b[_0x254924(0x1e7)];_0x3f6938++){const _0x5cec40=_0x4f469b[_0x3f6938];for(const _0x50354f of _0x3ac3b0[_0x254924(0xf6)]()){const _0x51d61a=_0x50354f[_0x254924(0x1da)]();if(_0x5cec40[_0x254924(0x1e1)](_0x51d61a)){_0x163a7d?(_0x4f469b[_0x254924(0x217)](_0x3f6938,0x1),_0x3f6938--):_0x3ac3b0[_0x254924(0x27a)](_0x50354f[_0x254924(0x10a)]);break;}}}}if(0x0==_0x4f469b[_0x254924(0x1e7)])return null;const _0x40b473=this[_0x254924(0x1d8)][_0x254924(0x15b)](_0x254924(0x234),_0x5db445,_0x254924(0x163));for(const _0x1d329f of this[_0x254924(0x160)]())if(_0x1d329f[_0x254924(0x21c)]['id']==_0x3667b7['id']&&_0x254924(0x234)==_0x1d329f[_0x254924(0x151)]&&_0x1d329f[_0x254924(0x193)][_0x254924(0x199)]==_0x431191[_0x254924(0x199)]&&_0x1d329f[_0x254924(0xd3)]==_0x5db445&&qt(_0x1d329f,_0x4f946e)&&(_0x40b473(_0x1d329f[_0x254924(0xf3)](),_0x4f469b)||_0x40b473(_0x4f469b,_0x1d329f[_0x254924(0xf3)]()))){for(const _0x226189 of _0x4f469b)_0x1d329f[_0x254924(0x270)](_0x226189);return _0x1d329f;}const _0x41e776=_0x5aaaa6(),_0x29591e=_0x3667b7['id'],_0x1b2de4=_0x254924(0x1cc)+_0x5db445,_0xab7c99=this[_0x254924(0x1b6)]({'id':_0x41e776,'type':_0x1b2de4,'data':_0x431191,'createdAt':new Date(),'authorId':_0x29591e,'attributes':_0x4f946e});for(const _0x5d6f24 of _0x4f469b)this[_0x254924(0x1f4)](_0x1b2de4,_0x41e776,_0x29591e,_0x5d6f24,_0x4a866c[_0x254924(0x12d)]());return _0xab7c99;}[_0x3ee5ee(0x210)](_0x4935ea,_0x144a1b=null,_0x451aaa={}){const _0x4dcd78=_0x3ee5ee;if(_0x4935ea[_0x4dcd78(0x197)])return null;const _0x158cc5=this[_0x4dcd78(0x216)][_0x4dcd78(0x115)][_0x4dcd78(0x145)](_0x4dcd78(0x16b))['me'],_0x4e976d=new _0x22d359(_0x4935ea[_0x4dcd78(0x1e6)],_0x4935ea[_0x4dcd78(0x232)]);for(const {suggestion:_0x4ee457,meta:_0x1e3409}of this[_0x4dcd78(0x1a2)](_0x4e976d,_0x4dcd78(0x260)))if(_0x1e3409[_0x4dcd78(0x122)]&&!_0x1e3409[_0x4dcd78(0x21d)]){if(_0x4ee457[_0x4dcd78(0x1e4)]){const _0x5b8f18=_0x4ee457[_0x4dcd78(0xf3)]()[_0x4dcd78(0x12a)](_0x1270eb=>_0x4dcd78(0xee)!=_0x1270eb[_0x4dcd78(0x13c)][_0x4dcd78(0xdd)]);_0x5b8f18[_0x4dcd78(0x16a)](_0x455d03=>_0x4e976d[_0x4dcd78(0x207)](_0x455d03,!0x0))&&_0x4ee457[_0x4dcd78(0x1a9)]();if(_0x5b8f18[_0x4dcd78(0x261)](_0x113477=>_0x113477[_0x4dcd78(0x207)](_0x4e976d,!0x0))){const _0x286e32=this[_0x4dcd78(0x1d8)][_0x4dcd78(0x15b)](_0x4dcd78(0x1ed),_0x144a1b,_0x4dcd78(0x1ea));return this[_0x4dcd78(0x1dd)](()=>_0x286e32([_0x4e976d],null,_0x451aaa)),null;}}else{const _0x3d8b9a=_0x4e976d[_0x4dcd78(0x1ff)](_0x4ee457[_0x4dcd78(0x14b)]());null!==_0x3d8b9a&&_0x4ee457[_0x4dcd78(0xdf)]([_0x3d8b9a],null,_0x451aaa);}}if(_0x4e976d[_0x4dcd78(0x138)](),_0x4e976d[_0x4dcd78(0x197)]||_0x4dcd78(0xee)==_0x4e976d[_0x4dcd78(0x13c)][_0x4dcd78(0xdd)])return null;let _0x5f4985=null,_0x508ebb=_0x4e976d[_0x4dcd78(0x1e6)],_0x5426c5=_0x4e976d[_0x4dcd78(0x232)];const _0x314221=this[_0x4dcd78(0x1a2)](_0x4e976d,_0x4dcd78(0x1ed));for(const {suggestion:_0x4f202,meta:_0x3269cf}of _0x314221){const _0xf3888b=this[_0x4dcd78(0x205)][_0x4dcd78(0xfd)](_0x508ebb,_0x5426c5);if(_0x3269cf[_0x4dcd78(0x122)]&&(this[_0x4dcd78(0x101)]||!_0x3269cf[_0x4dcd78(0x21e)]&&!_0x3269cf[_0x4dcd78(0x206)])){if(_0x4f202[_0x4dcd78(0x1e4)]){if(!qt(_0x4f202,_0x451aaa))continue;let _0x488165=!0x0;for(const _0x1e5303 of _0x4f202[_0x4dcd78(0xf3)]()){if(_0x1e5303[_0x4dcd78(0x207)](_0xf3888b,!0x0))return _0x4f202;_0xf3888b[_0x4dcd78(0x207)](_0x1e5303)||(_0x488165=!0x1);}_0x488165&&_0x4f202[_0x4dcd78(0x1a9)]();}else{const _0x5d000a=_0x4f202[_0x4dcd78(0x14b)]();if(_0x5d000a[_0x4dcd78(0x207)](_0xf3888b,!0x0))return _0x4f202;if(!qt(_0x4f202,_0x451aaa)){_0xf3888b[_0x4dcd78(0x207)](_0x5d000a)?_0x4f202[_0x4dcd78(0x240)]():_0x5d000a[_0x4dcd78(0xe3)](_0x508ebb)?_0x508ebb=_0x5d000a[_0x4dcd78(0x232)]:_0x5d000a[_0x4dcd78(0xe3)](_0x5426c5)&&(_0x5426c5=_0x5d000a[_0x4dcd78(0x1e6)]);continue;}_0x508ebb=_0x508ebb[_0x4dcd78(0x11a)](_0x5d000a[_0x4dcd78(0x1e6)])?_0x508ebb:_0x5d000a[_0x4dcd78(0x1e6)],_0x5426c5=_0x5426c5[_0x4dcd78(0x242)](_0x5d000a[_0x4dcd78(0x232)])?_0x5426c5:_0x5d000a[_0x4dcd78(0x232)],_0x451aaa=Object[_0x4dcd78(0x10e)]({},_0x4f202[_0x4dcd78(0x100)]),_0x5f4985?_0x5d000a[_0x4dcd78(0x1e6)][_0x4dcd78(0x11a)](_0x5f4985[_0x4dcd78(0x14b)]()[_0x4dcd78(0x1e6)])?(_0x5f4985[_0x4dcd78(0x240)](),_0x5f4985=_0x4f202):_0x4f202[_0x4dcd78(0x240)]():_0x5f4985=_0x4f202;}}}if(_0x5f4985)return this[_0x4dcd78(0x19c)](_0x5f4985,this[_0x4dcd78(0x205)][_0x4dcd78(0xfd)](_0x508ebb,_0x5426c5)),_0x5f4985;{const _0x4402f9=_0x5aaaa6(),_0x2d9670=this[_0x4dcd78(0x205)][_0x4dcd78(0xfd)](_0x508ebb,_0x5426c5),_0x4ceed1=_0x158cc5['id'],_0x2b1006=_0x144a1b?_0x4dcd78(0x1d4)+_0x144a1b:_0x4dcd78(0x1ed),_0x539964=this[_0x4dcd78(0x1b6)]({'id':_0x4402f9,'type':_0x2b1006,'createdAt':new Date(),'authorId':_0x4ceed1,'attributes':_0x451aaa});return this[_0x4dcd78(0x1f4)](_0x2b1006,_0x4402f9,_0x4ceed1,_0x2d9670),_0x539964;}}[_0x3ee5ee(0x157)](_0x3a49f8,_0x34f8b6=_0x3ee5ee(0x129),_0x3bf046={}){const _0x9fa575=_0x3ee5ee,_0x503738=this[_0x9fa575(0x216)][_0x9fa575(0x115)][_0x9fa575(0x145)](_0x9fa575(0x16b))['me'],_0x294361=_0x3a49f8[_0x9fa575(0x165)](_0x80f464=>new _0x22d359(_0x80f464[_0x9fa575(0x1e6)],_0x80f464[_0x9fa575(0x232)])),_0x4d8891=new Set();for(const {suggestion:_0x56f13a,meta:_0x1b260d}of this[_0x9fa575(0x1a2)](_0x294361,_0x9fa575(0x260)))_0x1b260d[_0x9fa575(0x122)]&&!_0x1b260d[_0x9fa575(0x21d)]&&_0x4d8891[_0x9fa575(0x140)](_0x56f13a);for(const _0x223303 of _0x4d8891)if(_0x223303[_0x9fa575(0x1e4)]){const _0x2c3a3f=_0x223303[_0x9fa575(0xf3)]();(!_0x223303[_0x9fa575(0x100)]||!_0x223303[_0x9fa575(0x100)][_0x9fa575(0x256)])&&(_0x2c3a3f[_0x9fa575(0x16a)](_0x2ccb44=>_0x294361[_0x9fa575(0x261)](_0x12d0cf=>_0x12d0cf[_0x9fa575(0x207)](_0x2ccb44,!0x0)))&&_0x223303[_0x9fa575(0x1a9)]());if(_0x294361[_0x9fa575(0x16a)](_0x434280=>_0x2c3a3f[_0x9fa575(0x261)](_0x14cb41=>_0x14cb41[_0x9fa575(0x207)](_0x434280,!0x0)))){const _0x542a48=this[_0x9fa575(0x1d8)][_0x9fa575(0x15b)](_0x9fa575(0x1ed),_0x34f8b6,_0x9fa575(0x1ea));return this[_0x9fa575(0x1dd)](()=>_0x542a48(_0x3a49f8,null,_0x3bf046)),null;}}else{const _0x13ddc9=_0x223303[_0x9fa575(0x14b)]();_0x294361[_0x9fa575(0x261)](_0x414cbc=>_0x414cbc[_0x9fa575(0x207)](_0x13ddc9,!0x0))&&_0x223303[_0x9fa575(0x1a9)]();if(_0x294361[_0x9fa575(0x16a)](_0x17b5c2=>_0x13ddc9[_0x9fa575(0x207)](_0x17b5c2,!0x0))){const _0x5aa20d=this[_0x9fa575(0x1d8)][_0x9fa575(0x15b)](_0x9fa575(0x1ed),_0x34f8b6,_0x9fa575(0x1ea));return this[_0x9fa575(0x1dd)](()=>_0x5aa20d(_0x294361,null,_0x3bf046)),null;}}const _0x5dfd1a=this[_0x9fa575(0x1d8)][_0x9fa575(0x15b)](_0x9fa575(0x1ed),_0x34f8b6,_0x9fa575(0x163));let _0x76dd62=null;for(const _0x54efb2 of this[_0x9fa575(0x160)]())if(_0x54efb2[_0x9fa575(0x21c)]['id']==_0x503738['id']&&_0x54efb2[_0x9fa575(0x16e)]&&_0x9fa575(0x1ed)==_0x54efb2[_0x9fa575(0x151)]&&_0x54efb2[_0x9fa575(0xd3)]==_0x34f8b6&&qt(_0x54efb2,_0x3bf046)&&(_0x5dfd1a(_0x54efb2[_0x9fa575(0xf3)](),_0x294361)||_0x5dfd1a(_0x294361,_0x54efb2[_0x9fa575(0xf3)]()))){if(_0x76dd62){if(_0x54efb2[_0x9fa575(0xed)]&&_0x54efb2[_0x9fa575(0xed)][_0x9fa575(0x1e7)])continue;for(const _0x5596c9 of _0x54efb2[_0x9fa575(0xf3)]())_0x76dd62[_0x9fa575(0x15e)](_0x5596c9)||_0x76dd62[_0x9fa575(0x270)](_0x5596c9);_0x54efb2[_0x9fa575(0x240)]();}else{_0x76dd62=_0x54efb2;for(const _0xf29be4 of _0x294361)_0x54efb2[_0x9fa575(0x15e)](_0xf29be4)||_0x54efb2[_0x9fa575(0x270)](_0xf29be4);}}if(_0x76dd62)return _0x76dd62;_0x4d8891[_0x9fa575(0x15a)]();for(const {suggestion:_0x26af60,meta:_0x1993a5}of this[_0x9fa575(0x1a2)](_0x294361,_0x9fa575(0x1ed)))_0x1993a5[_0x9fa575(0x122)]&&(this[_0x9fa575(0x101)]||!_0x1993a5[_0x9fa575(0x21e)]&&!_0x1993a5[_0x9fa575(0x206)])&&qt(_0x26af60,_0x3bf046)&&_0x4d8891[_0x9fa575(0x140)](_0x26af60);for(const _0x1144bb of _0x4d8891){const _0x3f498f=_0x1144bb[_0x9fa575(0xf3)]();if(!_0x3bf046||!_0x3bf046[_0x9fa575(0x256)]){if(_0x294361[_0x9fa575(0x16a)](_0x2cdce5=>_0x3f498f[_0x9fa575(0x261)](_0x418e75=>_0x418e75[_0x9fa575(0x207)](_0x2cdce5,!0x0))))return _0x1144bb;}(!_0x1144bb[_0x9fa575(0x100)]||!_0x1144bb[_0x9fa575(0x100)][_0x9fa575(0x256)])&&(_0x3f498f[_0x9fa575(0x16a)](_0x425ca0=>_0x294361[_0x9fa575(0x261)](_0x1cfa61=>_0x1cfa61[_0x9fa575(0x207)](_0x425ca0,!0x0)))&&_0x1144bb[_0x9fa575(0x1a9)]());}const _0x1a4df7=_0x5aaaa6(),_0x5a019b=_0x503738['id'],_0x24c131=_0x9fa575(0x1d4)+_0x34f8b6,_0x29ddec=this[_0x9fa575(0x1b6)]({'id':_0x1a4df7,'type':_0x24c131,'createdAt':new Date(),'authorId':_0x5a019b,'attributes':_0x3bf046});for(const _0x414e56 of _0x294361)_0x414e56[_0x9fa575(0x138)](),_0x414e56[_0x9fa575(0x197)]||_0x9fa575(0xee)==_0x414e56[_0x9fa575(0x13c)][_0x9fa575(0xdd)]||this[_0x9fa575(0x1f4)](_0x24c131,_0x1a4df7,_0x5a019b,_0x414e56,_0x4a866c[_0x9fa575(0x12d)]());return _0x29ddec;}[_0x3ee5ee(0x214)](_0x49ff63,_0x54f906,_0x3dde19,_0xeb5552,_0xa0998a){const _0x1b8b75=_0x3ee5ee;if(_0x49ff63[_0x1b8b75(0x197)])return[];if(_0x1b8b75(0x1c4)===this[_0x1b8b75(0x212)])return[];const _0x807cc6=this[_0x1b8b75(0x216)][_0x1b8b75(0x115)][_0x1b8b75(0x145)](_0x1b8b75(0x16b))['me']['id'],_0xb30c4d=Array[_0x1b8b75(0x17d)](this[_0x1b8b75(0x215)][_0x1b8b75(0x127)]())[_0x1b8b75(0x12a)](_0x44246e=>_0x1b8b75(0x1b5)==_0x44246e[_0x1b8b75(0x151)]&&_0x44246e[_0x1b8b75(0x193)][_0x1b8b75(0x188)]==_0x54f906&&_0x44246e[_0x1b8b75(0x15e)](_0x49ff63));if(_0x1b8b75(0x11b)===this[_0x1b8b75(0x212)]){const _0x535367=this[_0x1b8b75(0x1a2)](_0x49ff63,_0x1b8b75(0x260))[_0x1b8b75(0x12a)](({meta:_0x144fc6})=>_0x144fc6[_0x1b8b75(0x122)]&&!_0x144fc6[_0x1b8b75(0x206)]&&!_0x144fc6[_0x1b8b75(0x21d)])[_0x1b8b75(0x165)](({suggestion:_0x1a2482})=>_0x1a2482);_0xb30c4d[_0x1b8b75(0xf4)](..._0x535367);}const _0x2ae346=new Map([[_0x49ff63,_0x3dde19]]);for(const _0x194dc5 of _0xb30c4d){const _0x3476cb=_0x1b8b75(0x1b5)==_0x194dc5[_0x1b8b75(0x151)]?_0x194dc5[_0x1b8b75(0x193)][_0x1b8b75(0xdb)]:void 0x0,_0x57385c=_0x194dc5[_0x1b8b75(0x14b)](),_0x35a525=Array[_0x1b8b75(0x17d)](_0x2ae346[_0x1b8b75(0x278)]())[_0x1b8b75(0x25d)](_0x3238fa=>_0x3238fa[_0x1b8b75(0x263)](_0x57385c));if(!_0x35a525)continue;const _0x3fc79e=_0x35a525[_0x1b8b75(0xff)](_0x57385c);this[_0x1b8b75(0x1bb)](_0x54f906)&&_0x1b8b75(0x260)==_0x194dc5[_0x1b8b75(0x151)]&&0x0!=_0x3fc79e[_0x1b8b75(0x1e7)]||(_0x2ae346[_0x1b8b75(0x1f9)](_0x35a525),_0x3fc79e[_0x1b8b75(0x200)](_0x11558c=>{const _0x4b81b0=_0x1b8b75;_0x2ae346[_0x4b81b0(0x1c7)](_0x11558c,_0x3dde19);}),_0x1b8b75(0x260)!=_0x194dc5[_0x1b8b75(0x151)]&&_0x3476cb!=_0xeb5552&&_0x2ae346[_0x1b8b75(0x1c7)](_0x35a525[_0x1b8b75(0x1ff)](_0x57385c),_0x3476cb));}const _0x471b5c=[];for(const [_0xc42a1e,_0x35cadf]of _0x2ae346){const _0x12581c=_0x5aaaa6(),_0x2a833b={'key':_0x54f906,'oldValue':_0x35cadf,'newValue':_0xeb5552};_0x54f906[_0x1b8b75(0x1e7)]>0x25&&console[_0x1b8b75(0x13e)](_0x1b8b75(0x231),{'key':_0x54f906});const _0x20ae4f=(_0x1b8b75(0x1ac)+(_0x54f906+'|'+Gt({'newValue':_0xeb5552})))[_0x1b8b75(0x22d)](0x0,0x3c),_0x2eec64=this[_0x1b8b75(0x1b6)]({'id':_0x12581c,'type':_0x20ae4f,'data':_0x2a833b,'createdAt':new Date(),'authorId':_0x807cc6,'attributes':_0xa0998a});_0x471b5c[_0x1b8b75(0x109)](_0x2eec64),this[_0x1b8b75(0x1f4)](_0x20ae4f,_0x12581c,_0x807cc6,_0xc42a1e);}return _0x471b5c;}[_0x3ee5ee(0x12c)](_0x50f6a7){const _0x4320aa=_0x3ee5ee;this[_0x4320aa(0x19f)](_0x50f6a7,(_0x2a138d,..._0x3e10da)=>{const _0x42d7ba=_0x4320aa;this[_0x42d7ba(0x18a)](()=>{_0x2a138d(..._0x3e10da);});});}[_0x3ee5ee(0x259)](_0x21aa0a){const _0x2b1928=_0x3ee5ee;this[_0x2b1928(0x23e)][_0x2b1928(0x140)](_0x21aa0a);}[_0x3ee5ee(0x10f)](_0x23fb5c){const _0x4dcdb0=_0x3ee5ee;this[_0x4dcdb0(0x24a)][_0x4dcdb0(0x140)](_0x23fb5c);}[_0x3ee5ee(0x1db)](_0x40caf4){const _0x203c1d=_0x3ee5ee;return _0x203c1d(0x1b5)==_0x40caf4[_0x203c1d(0x151)]?_0x40caf4[_0x203c1d(0xd3)][_0x203c1d(0x243)]('|')[0x0]:null;}[_0x3ee5ee(0x19c)](_0x28f628,_0x29d629){const _0x202f21=_0x3ee5ee,_0x24c14a=_0x28f628[_0x202f21(0x18b)]();this[_0x202f21(0x205)][_0x202f21(0x19d)](_0x58610f=>{const _0x16076f=_0x202f21;_0x58610f[_0x16076f(0x22c)](_0x24c14a,{'range':_0x29d629});});}[_0x3ee5ee(0x11f)](_0x416241){const _0x58fce7=_0x3ee5ee,_0x387c93=_0x416241['id'],_0x24ec8c=this[_0x58fce7(0x216)][_0x58fce7(0x1f6)][_0x58fce7(0x145)](_0x58fce7(0x227));this[_0x58fce7(0x27c)][_0x58fce7(0x189)](_0x387c93)||this[_0x58fce7(0x27c)][_0x58fce7(0x1ef)]({'channelId':_0x24ec8c,'threadId':_0x387c93,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x4d7f07=this[_0x58fce7(0x27c)][_0x58fce7(0x144)](_0x387c93);_0x4d7f07[_0x58fce7(0x23d)](_0x58fce7(0x1ad)),_0x4d7f07[_0x58fce7(0x1ad)]=!0x1,_0x416241[_0x58fce7(0xed)]=_0x4d7f07;}[_0x3ee5ee(0x218)](_0x57ecdd,_0x5d3e2d,_0x49d266,_0x28fea3){const _0x486271=_0x3ee5ee;if(_0x57ecdd[_0x486271(0x151)]!=_0x5d3e2d||_0x57ecdd[_0x486271(0xd3)]!=_0x49d266||_0x57ecdd[_0x486271(0x11e)]['id']!=_0x28fea3)throw this[_0x486271(0x216)][_0x486271(0x135)](_0x486271(0xda)),new _0x48b8da(_0x486271(0xda),this);}[_0x3ee5ee(0xe1)](_0x4d6ed3,_0x43a91b){const _0x165efa=_0x3ee5ee,_0xfcb6c5=_0x4d6ed3[_0x165efa(0x14b)]();if(_0x43a91b[_0x165efa(0x1e1)](_0xfcb6c5))_0x4d6ed3[_0x165efa(0x240)]();else{if(_0xfcb6c5[_0x165efa(0x207)](_0x43a91b)){const _0x207e45=this[_0x165efa(0x205)][_0x165efa(0x1bc)](_0x43a91b[_0x165efa(0x1e6)][_0x165efa(0x124)],_0x165efa(0x232));this[_0x165efa(0x19c)](_0x4d6ed3,this[_0x165efa(0x205)][_0x165efa(0xfd)](_0xfcb6c5[_0x165efa(0x1e6)],_0x207e45));const _0x45eacb=_0x5aaaa6(),_0xb10289=_0x4d6ed3[_0x165efa(0x11e)]['id'],_0x2deaca=_0x4d6ed3[_0x165efa(0x151)]+':'+_0x4d6ed3[_0x165efa(0xd3)];this[_0x165efa(0x1b6)]({'id':_0x45eacb,'type':_0x2deaca,'createdAt':new Date(),'authorId':_0xb10289,'data':_0x4d6ed3[_0x165efa(0x193)],'attributes':_0x4d6ed3[_0x165efa(0x100)]});const _0x3cadaf=this[_0x165efa(0x205)][_0x165efa(0x1bc)](_0x43a91b[_0x165efa(0x232)][_0x165efa(0x1b4)],_0x165efa(0x191)),_0x510c86=this[_0x165efa(0x205)][_0x165efa(0xfd)](_0x3cadaf,_0xfcb6c5[_0x165efa(0x232)]);this[_0x165efa(0x1f4)](_0x2deaca,_0x45eacb,_0xb10289,_0x510c86);}else{if(_0xfcb6c5[_0x165efa(0xe3)](_0x43a91b[_0x165efa(0x1e6)])){const _0x51b941=this[_0x165efa(0x205)][_0x165efa(0x1bc)](_0x43a91b[_0x165efa(0x1e6)][_0x165efa(0x124)],_0x165efa(0x232));this[_0x165efa(0x19c)](_0x4d6ed3,this[_0x165efa(0x205)][_0x165efa(0xfd)](_0xfcb6c5[_0x165efa(0x1e6)],_0x51b941));}else{const _0x31b8f2=this[_0x165efa(0x205)][_0x165efa(0x1bc)](_0x43a91b[_0x165efa(0x232)][_0x165efa(0x1b4)],_0x165efa(0x191));this[_0x165efa(0x19c)](_0x4d6ed3,this[_0x165efa(0x205)][_0x165efa(0xfd)](_0x31b8f2,_0xfcb6c5[_0x165efa(0x232)]));}}}}[_0x3ee5ee(0x147)](_0x454015){const _0x18bea4=_0x3ee5ee;for(const {suggestion:_0x31a5ff,meta:_0x53d262}of this[_0x18bea4(0x1a2)](_0x454015,_0x18bea4(0x260))){if(!_0x53d262[_0x18bea4(0x122)])continue;const _0x35d2aa=_0x31a5ff[_0x18bea4(0xf3)]();for(const _0x4bf421 of _0x35d2aa)if(!_0x454015[_0x18bea4(0xff)](_0x4bf421)[_0x18bea4(0x1e7)])return!0x0;}return!0x1;}[_0x3ee5ee(0xdc)](_0x5944d3){const _0xc87789=_0x3ee5ee,_0x4cf331=this[_0xc87789(0x216)][_0xc87789(0x115)][_0xc87789(0x145)](_0xc87789(0x16b))[_0xc87789(0x167)](_0x5944d3);if(!_0x4cf331)throw new _0x48b8da(_0xc87789(0x130),this);return _0x4cf331;}[_0x3ee5ee(0x10c)](_0x125677){const _0x218209=_0x3ee5ee,_0x3bccb8=this[_0x218209(0x216)][_0x218209(0x115)][_0x218209(0x145)](_0x218209(0x16b)),_0x114794=_0x5ed834(_0x218209(0x1ae)+_0x125677),_0x1971a6=_0x3bccb8[_0x218209(0x167)](_0x114794);return _0x1971a6||_0x3bccb8[_0x218209(0x139)]({'id':_0x114794,'name':_0x125677});}[_0x3ee5ee(0x1a7)](_0x13ead5,_0x1b60b1,_0xd47839,_0x440c5e,_0x5851a2){const _0x24a432=_0x3ee5ee,_0xcb93c=this[_0x24a432(0xdc)](_0x440c5e),_0x48f9fc=this[_0x24a432(0x1d8)][_0x24a432(0x17e)](_0x13ead5,_0x1b60b1,_0xd47839,_0xcb93c,_0x5851a2,_0x5249b0=>{const _0x4def1d=_0x24a432;this[_0x4def1d(0x184)](_0xd47839,{'attributes':_0x5249b0});const _0x43eef7=this[_0x4def1d(0x1b9)](_0xd47839);this[_0x4def1d(0x161)](new Set([_0x43eef7])),this[_0x4def1d(0x239)](new Set([_0x43eef7]));});return this[_0x24a432(0x228)](_0x48f9fc,_0x24a432(0x1ea),()=>{const _0x32bfdb=_0x24a432;this[_0x32bfdb(0x184)](_0xd47839,{'state':_0x32bfdb(0x18d)});},{'priority':_0x24a432(0x226)}),this[_0x24a432(0x228)](_0x48f9fc,_0x24a432(0x1a9),()=>{const _0x41e2cb=_0x24a432;this[_0x41e2cb(0x184)](_0xd47839,{'state':_0x41e2cb(0x185)});},{'priority':_0x24a432(0x226)}),this[_0x24a432(0x215)][_0x24a432(0x1c7)](_0xd47839,_0x48f9fc),this[_0x24a432(0x252)][_0x24a432(0x1c7)](_0x48f9fc,_0x24a432(0x1ba)),_0x48f9fc;}[_0x3ee5ee(0x23c)](_0x53c56b){const _0x36b6e5=_0x3ee5ee,_0x23143d=_0x53c56b[_0x36b6e5(0x243)](':');return{'group':_0x23143d[0x0],'type':_0x23143d[0x1],'subType':_0x23143d[_0x36b6e5(0x1e7)]>=0x5?_0x23143d[0x2]:null,'id':_0x23143d[_0x36b6e5(0x1e7)]<0x5?_0x23143d[0x2]:_0x23143d[0x3],'authorId':_0x23143d[_0x36b6e5(0x1e7)]<0x5?_0x23143d[0x3]:_0x23143d[0x4],'markerCount':0x6==_0x23143d[_0x36b6e5(0x1e7)]?_0x23143d[0x5]:null};}[_0x3ee5ee(0x279)](_0x5a0adf,_0x6b7a0b,_0x3e6b6d){const _0x242308=_0x3ee5ee,_0x23aeb8=_0x5a0adf[_0x242308(0x14b)](),_0x579142=_0x23aeb8[_0x242308(0x1e6)],_0x50e912=_0x23aeb8[_0x242308(0x232)];this[_0x242308(0x19c)](_0x5a0adf,this[_0x242308(0x205)][_0x242308(0xfd)](_0x579142,_0x6b7a0b));const _0x38884e=_0x5aaaa6(),_0x2847f7=_0x5a0adf[_0x242308(0x11e)]['id'],_0x2f6feb=_0x5a0adf[_0x242308(0x151)]+(_0x5a0adf[_0x242308(0xd3)]?':'+_0x5a0adf[_0x242308(0xd3)]:'');this[_0x242308(0x1b6)]({'id':_0x38884e,'type':_0x2f6feb,'createdAt':new Date(),'authorId':_0x2847f7,'originalSuggestionId':_0x5a0adf['id'],'attributes':_0x5a0adf[_0x242308(0x100)],'data':_0x5a0adf[_0x242308(0x193)]});const _0x14441c=this[_0x242308(0x1db)](_0x5a0adf);(_0x242308(0x234)==_0x5a0adf[_0x242308(0x151)]||_0x14441c&&this[_0x242308(0x1bb)](_0x14441c))&&(_0x3e6b6d=this[_0x242308(0x205)][_0x242308(0x126)](_0x3e6b6d[_0x242308(0x1b4)])),this[_0x242308(0x1f4)](_0x2f6feb,_0x38884e,_0x2847f7,this[_0x242308(0x205)][_0x242308(0xfd)](_0x3e6b6d,_0x50e912));}[_0x3ee5ee(0x1a2)](_0x2d6063,_0xf7ffa=null){const _0x5c241d=_0x3ee5ee,_0x4d91a4=[],_0x253e6f=this[_0x5c241d(0x216)][_0x5c241d(0x115)][_0x5c241d(0x145)](_0x5c241d(0x16b))['me'];Array[_0x5c241d(0xcf)](_0x2d6063)||(_0x2d6063=[_0x2d6063]);for(const _0x36a3de of this[_0x5c241d(0x160)]()){if(!_0x36a3de[_0x5c241d(0x16e)])continue;if(_0xf7ffa&&_0x36a3de[_0x5c241d(0x151)]!=_0xf7ffa)continue;let _0x32220b=!0x1;for(const _0x458f67 of _0x36a3de[_0x5c241d(0xf3)]()){for(const _0x3eca72 of _0x2d6063){const _0x5a57f9=_0x3eca72[_0x5c241d(0x1e6)][_0x5c241d(0x1e1)](_0x458f67[_0x5c241d(0x232)])||_0x3eca72[_0x5c241d(0x232)][_0x5c241d(0x1e1)](_0x458f67[_0x5c241d(0x1e6)]);if(_0x5a57f9||_0x3eca72[_0x5c241d(0x1ff)](_0x458f67)){const _0x58f7be=_0x3eca72[_0x5c241d(0x207)](_0x458f67)&&Ot(this[_0x5c241d(0x205)][_0x5c241d(0x220)],_0x458f67[_0x5c241d(0x1e6)],_0x3eca72),_0x1aeb8a=_0x458f67[_0x5c241d(0x207)](_0x3eca72)&&Ot(this[_0x5c241d(0x205)][_0x5c241d(0x220)],_0x3eca72[_0x5c241d(0x1e6)],_0x458f67);_0x4d91a4[_0x5c241d(0x109)]({'suggestion':_0x36a3de,'meta':{'isOwn':_0x253e6f==_0x36a3de[_0x5c241d(0x21c)],'isNextTo':_0x5a57f9,'isInsideObject':_0x58f7be,'containsRangeInObject':_0x1aeb8a}}),_0x32220b=!0x0;break;}}if(_0x32220b)break;}}return _0x4d91a4;}[_0x3ee5ee(0x1f4)](_0x5b82d9,_0x91529f,_0x346479,_0x5da4aa,_0x55bfad){const _0x287d64=_0x3ee5ee;this[_0x287d64(0x205)][_0x287d64(0x19d)](_0x48287d=>{const _0x4429d1=_0x287d64;let _0x2abc60=_0x4429d1(0x221)+_0x5b82d9+':'+_0x91529f+':'+_0x346479;_0x55bfad&&(_0x2abc60=_0x2abc60+':'+_0x55bfad),_0x48287d[_0x4429d1(0x22b)](_0x2abc60,{'range':_0x5da4aa,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3ee5ee(0x16c)](_0x3ea76c){const _0x47ebbf=_0x3ee5ee,_0x254d4c=_0x3ea76c[_0x47ebbf(0x171)],_0xf2508c=_0x3ea76c[_0x47ebbf(0x22a)];_0x3ea76c[_0x47ebbf(0x171)]=null,_0x3ea76c[_0x47ebbf(0x22a)]=null,null!=_0x254d4c&&_0x254d4c[_0x47ebbf(0x22a)]==_0x3ea76c&&(_0x254d4c[_0x47ebbf(0x22a)]=_0xf2508c),null!=_0xf2508c&&_0xf2508c[_0x47ebbf(0x171)]==_0x3ea76c&&(_0xf2508c[_0x47ebbf(0x171)]=_0x254d4c),_0x47ebbf(0x13b)==this[_0x47ebbf(0x252)][_0x47ebbf(0x145)](_0x3ea76c)&&(this[_0x47ebbf(0x252)][_0x47ebbf(0x1c7)](_0x3ea76c,_0x47ebbf(0xf9)),this[_0x47ebbf(0x21f)](_0x47ebbf(0x274),_0x3ea76c,_0x254d4c,_0xf2508c));}[_0x3ee5ee(0x1b6)](_0x56bb58){const _0x276690=_0x3ee5ee,_0x46c861=_0x56bb58['id'],_0x2efae9=this[_0x276690(0x246)](_0x56bb58);if(this[_0x276690(0x182)]&&this[_0x276690(0x182)][_0x276690(0x1e3)]){const _0x183e9c=this[_0x276690(0x216)][_0x276690(0x115)][_0x276690(0x145)](_0x276690(0x26a)),_0x47f9b7=_0x2efae9[_0x276690(0x25a)],_0x506724=_0x2efae9[_0x276690(0xd3)]?_0x2efae9[_0x276690(0x151)]+':'+_0x2efae9[_0x276690(0xd3)]:_0x2efae9[_0x276690(0x151)],_0x34fbcd=this[_0x276690(0x216)][_0x276690(0x1b3)],_0x1e12fd=_0x183e9c[_0x276690(0x140)](_0x41596(_0x34fbcd,_0x276690(0x119))),_0x239906={'id':_0x46c861,'type':_0x506724,'hasComments':_0x47f9b7,'data':_0x56bb58[_0x276690(0x193)]||null,'originalSuggestionId':_0x56bb58[_0x276690(0xf8)]||null,'attributes':_0x2efae9[_0x276690(0x100)]};this[_0x276690(0x182)][_0x276690(0x1e3)](_0x239906)[_0x276690(0x203)](_0x4386c3=>{const _0x1a7f07=_0x276690;_0x2efae9[_0x1a7f07(0x21a)]=!0x0,_0x183e9c[_0x1a7f07(0x192)](_0x1e12fd),_0x4386c3&&_0x4386c3[_0x1a7f07(0x249)]&&(this[_0x1a7f07(0x215)][_0x1a7f07(0x145)](_0x46c861)[_0x1a7f07(0x249)]=_0x4386c3[_0x1a7f07(0x249)]);})[_0x276690(0x253)](_0x540c31=>{const _0x49fa54=_0x276690;throw _0x12d759(_0x49fa54(0x213)),this[_0x49fa54(0x216)][_0x49fa54(0xe6)][_0x49fa54(0x1c2)]({'isUndoable':!0x1},()=>{const _0x553e65=_0x49fa54;_0x2efae9[_0x553e65(0x1a9)]();}),_0x2efae9[_0x49fa54(0x229)](),this[_0x49fa54(0x215)][_0x49fa54(0x1f9)](_0x2efae9['id']),this[_0x49fa54(0x252)][_0x49fa54(0x1f9)](_0x2efae9),_0x540c31;});}return _0x2efae9;}[_0x3ee5ee(0x1bb)](_0x44e32d){const _0x3deb71=_0x3ee5ee;return this[_0x3deb71(0x23e)][_0x3deb71(0xd1)](_0x44e32d);}[_0x3ee5ee(0x184)](_0xed54db,_0x431311){const _0x1785fa=_0x3ee5ee,_0x410b6a=this[_0x1785fa(0x216)][_0x1785fa(0x115)][_0x1785fa(0x145)](_0x1785fa(0x26a)),_0x176bfd=this[_0x1785fa(0x1b9)](_0xed54db);if(this[_0x1785fa(0x182)]&&this[_0x1785fa(0x182)][_0x1785fa(0x14e)]){if(_0x176bfd[_0x1785fa(0x21a)]){const _0x4a35c3=_0x410b6a[_0x1785fa(0x140)](_0x41596(this[_0x1785fa(0x216)][_0x1785fa(0x1b3)],_0x1785fa(0x119)));this[_0x1785fa(0x182)][_0x1785fa(0x14e)](_0xed54db,_0x431311)[_0x1785fa(0x203)](()=>{const _0x1f949c=_0x1785fa;_0x410b6a[_0x1f949c(0x192)](_0x4a35c3);});}else _0x176bfd['on'](_0x1785fa(0x132),()=>{const _0x66d2fd=_0x1785fa;this[_0x66d2fd(0x184)](_0xed54db,_0x431311);});}}[_0x3ee5ee(0x173)](_0xe5f556){const _0x354cb5=_0x3ee5ee;if(!this[_0x354cb5(0x182)]||!this[_0x354cb5(0x182)][_0x354cb5(0x1b9)])throw new _0x48b8da(_0x354cb5(0x20a),this);return this[_0x354cb5(0x182)][_0x354cb5(0x1b9)](_0xe5f556);}[_0x3ee5ee(0x250)](_0x49e493){const _0x4e351c=_0x3ee5ee,{id:_0xe60757,type:_0x120b51,subType:_0x2068de,authorId:_0xc6eca0}=this[_0x4e351c(0x23c)](_0x49e493),_0xc94bf5=this[_0x4e351c(0x215)][_0x4e351c(0x145)](_0xe60757)||this[_0x4e351c(0x1a7)](_0x120b51,_0x2068de,_0xe60757,_0xc6eca0,{});switch(this[_0x4e351c(0x218)](_0xc94bf5,_0x120b51,_0x2068de,_0xc6eca0),this[_0x4e351c(0x252)][_0x4e351c(0x145)](_0xc94bf5)){case _0x4e351c(0x1ba):this[_0x4e351c(0x173)](_0xe60757)[_0x4e351c(0x203)](_0x4b98d2=>{const _0x53bc5a=_0x4e351c;let _0x1205e4=Promise[_0x53bc5a(0x1ab)]();_0x4b98d2[_0x53bc5a(0x25a)]&&(_0x1205e4=this[_0x53bc5a(0x27c)][_0x53bc5a(0x275)]({'channelId':this[_0x53bc5a(0x216)][_0x53bc5a(0x1f6)][_0x53bc5a(0x145)](_0x53bc5a(0x227)),'threadId':_0xe60757})),_0x1205e4[_0x53bc5a(0x203)](()=>{const _0x4da479=_0x53bc5a;this[_0x4da479(0x246)](_0x4b98d2)[_0x4da479(0x21a)]=!0x0;});}),this[_0x4e351c(0x252)][_0x4e351c(0x1c7)](_0xc94bf5,_0x4e351c(0x168));break;case _0x4e351c(0xf9):this[_0x4e351c(0x184)](_0xe60757,{'state':_0x4e351c(0x26d)});case _0x4e351c(0x25f):this[_0x4e351c(0x252)][_0x4e351c(0x1c7)](_0xc94bf5,_0x4e351c(0x13b)),this[_0x4e351c(0x21f)](_0x4e351c(0x13f),_0xc94bf5);break;case _0x4e351c(0x13b):this[_0x4e351c(0x21f)](_0x4e351c(0x1c6),_0xc94bf5);}return _0xc94bf5[_0x4e351c(0x180)](_0x49e493),_0xc94bf5;}[_0x3ee5ee(0x239)](_0x174f5f){const _0x2e7e9a=_0x3ee5ee,_0x491561=Array[_0x2e7e9a(0x17d)](_0x174f5f),_0x3cd403=_0x491561[_0x2e7e9a(0x12a)](_0x47a707=>_0x2e7e9a(0x1b5)==_0x47a707[_0x2e7e9a(0x151)]);this[_0x2e7e9a(0x23f)](_0x3cd403);const _0xc82ea3=_0x491561[_0x2e7e9a(0x12a)](_0x3d3b42=>!_0x3d3b42[_0x2e7e9a(0x1e4)]&&_0x2e7e9a(0x1b5)!=_0x3d3b42[_0x2e7e9a(0x151)]),_0x1eead7=this[_0x2e7e9a(0x160)]({'skipNotAttached':!0x0})[_0x2e7e9a(0x12a)](_0x1cb84a=>!_0x1cb84a[_0x2e7e9a(0x1e4)]&&_0x2e7e9a(0x1b5)!=_0x1cb84a[_0x2e7e9a(0x151)]),_0x2a7c23=_0x1eead7[_0x2e7e9a(0x12a)](_0xb11da2=>!_0x174f5f[_0x2e7e9a(0xd1)](_0xb11da2)),_0x277ad7=new Map(_0x1eead7[_0x2e7e9a(0x165)](_0x2f2eb4=>[_0x2f2eb4,this[_0x2e7e9a(0x1d8)][_0x2e7e9a(0x15b)](_0x2f2eb4[_0x2e7e9a(0x151)],_0x2f2eb4[_0x2e7e9a(0xd3)],_0x2e7e9a(0x15f))])),_0x23b37a=new Map(_0x1eead7[_0x2e7e9a(0x165)](_0x2d9bc2=>[_0x2d9bc2,_0x2d9bc2[_0x2e7e9a(0x14b)]()])),_0x4eff8d=new Set(),_0x21a928=new Set();for(let _0x5b8a69=0x0;_0x5b8a69<_0xc82ea3[_0x2e7e9a(0x1e7)];_0x5b8a69++)_0x18cf7a(_0xc82ea3[_0x5b8a69],_0xc82ea3,_0x5b8a69+0x1);for(let _0x35908b=0x0;_0x35908b<_0xc82ea3[_0x2e7e9a(0x1e7)];_0x35908b++)_0x18cf7a(_0xc82ea3[_0x35908b],_0x2a7c23,0x0);const _0x492643=new Set();for(let _0xfff737=0x0;_0xfff737<_0xc82ea3[_0x2e7e9a(0x1e7)];_0xfff737++){const _0x20bdb9=_0xc82ea3[_0xfff737];!_0x21a928[_0x2e7e9a(0xd1)](_0x20bdb9)&&_0x20bdb9[_0x2e7e9a(0x171)]&&(_0x492643[_0x2e7e9a(0x140)](_0x20bdb9[_0x2e7e9a(0x171)]),_0x20bdb9[_0x2e7e9a(0x171)][_0x2e7e9a(0x22a)]===_0x20bdb9&&(_0x20bdb9[_0x2e7e9a(0x171)][_0x2e7e9a(0x22a)]=null),_0x20bdb9[_0x2e7e9a(0x171)]=null),!_0x4eff8d[_0x2e7e9a(0xd1)](_0x20bdb9)&&_0x20bdb9[_0x2e7e9a(0x22a)]&&(_0x492643[_0x2e7e9a(0x140)](_0x20bdb9[_0x2e7e9a(0x22a)]),_0x20bdb9[_0x2e7e9a(0x22a)][_0x2e7e9a(0x171)]===_0x20bdb9&&(_0x20bdb9[_0x2e7e9a(0x22a)][_0x2e7e9a(0x171)]=null),_0x20bdb9[_0x2e7e9a(0x22a)]=null);}function _0x18cf7a(_0x2fe1cc,_0x30b5b7,_0x3db20e){const _0xde6403=_0x2e7e9a;for(let _0x1ea263=_0x3db20e;_0x1ea263<_0x30b5b7[_0xde6403(0x1e7)];_0x1ea263++){const _0x39061f=_0x4583e1(_0x2fe1cc,_0x30b5b7[_0x1ea263]);_0x39061f&&(_0x39061f[0x0][_0xde6403(0x22a)]=_0x39061f[0x1],_0x39061f[0x1][_0xde6403(0x171)]=_0x39061f[0x0],_0x4eff8d[_0xde6403(0x140)](_0x39061f[0x0]),_0x21a928[_0xde6403(0x140)](_0x39061f[0x1]));}}function _0x4583e1(_0x5cd6d2,_0x22c790){const _0x3defe3=_0x2e7e9a;if(_0x5cd6d2[_0x3defe3(0x21c)]['id']!==_0x22c790[_0x3defe3(0x21c)]['id'])return null;const _0x35d52d=_0x277ad7[_0x3defe3(0x145)](_0x5cd6d2)(_0x5cd6d2,_0x22c790,_0x23b37a[_0x3defe3(0x145)](_0x5cd6d2),_0x23b37a[_0x3defe3(0x145)](_0x22c790));if(!_0x35d52d)return null;return _0x277ad7[_0x3defe3(0x145)](_0x22c790)(_0x5cd6d2,_0x22c790,_0x23b37a[_0x3defe3(0x145)](_0x5cd6d2),_0x23b37a[_0x3defe3(0x145)](_0x22c790))?_0x35d52d[0x1][_0x3defe3(0xed)]&&_0x35d52d[0x1][_0x3defe3(0xed)][_0x3defe3(0x1e7)]?null:_0x35d52d:null;}_0x492643[_0x2e7e9a(0x176)]&&this[_0x2e7e9a(0x239)](_0x492643);}[_0x3ee5ee(0x23f)](_0x181b7e){const _0x3b9b19=_0x3ee5ee;if(0x0==_0x181b7e[_0x3b9b19(0x1e7)])return;const _0x5cace0=this[_0x3b9b19(0x160)]({'skipNotAttached':!0x0})[_0x3b9b19(0x12a)](_0x144440=>_0x3b9b19(0x1b5)==_0x144440[_0x3b9b19(0x151)]&&_0x144440[_0x3b9b19(0x121)]),_0x2a3d14=[],_0x314c13=new Map();for(const _0x22a62c of _0x5cace0){const _0x198414=_0x5ed834(_0x22a62c[_0x3b9b19(0x100)]);_0x314c13[_0x3b9b19(0xd1)](_0x198414)||(_0x314c13[_0x3b9b19(0x1c7)](_0x198414,_0x2a3d14[_0x3b9b19(0x1e7)]),_0x2a3d14[_0x3b9b19(0x109)]([]));const _0xd0a201=_0x314c13[_0x3b9b19(0x145)](_0x198414);_0x2a3d14[_0xd0a201][_0x3b9b19(0x109)](_0x22a62c);}!(function(){const _0x557ac7=_0x3b9b19;_0x2a3d14[_0x557ac7(0x12e)]((_0x20e44c,_0x243a87)=>{const _0xbd2424=_0x557ac7,_0x4f4e10=_0x20e44c[0x0][_0xbd2424(0x249)],_0x2eca2e=_0x243a87[0x0][_0xbd2424(0x249)];return _0x4f4e10==_0x2eca2e?_0x20e44c[0x0][_0xbd2424(0x100)][_0xbd2424(0x264)]<_0x243a87[0x0][_0xbd2424(0x100)][_0xbd2424(0x264)]?-0x1:0x1:_0x4f4e10<_0x2eca2e?-0x1:0x1;});for(const _0x200f39 of _0x2a3d14)_0x200f39[_0x557ac7(0x12e)]((_0x5112b5,_0x178584)=>_0x5112b5['id']<_0x178584['id']?-0x1:0x1);}());for(let _0x2159cf=0x0;_0x2159cf<_0x2a3d14[_0x3b9b19(0x1e7)];_0x2159cf++){if(0x0==_0x2a3d14[_0x2159cf][_0x3b9b19(0x1e7)])continue;const _0x35ece2=[];for(let _0x52dd34=_0x2159cf+0x1;_0x52dd34<_0x2a3d14[_0x3b9b19(0x1e7)];_0x52dd34++)0x0!=_0x2a3d14[_0x52dd34][_0x3b9b19(0x1e7)]&&_0x5849cf(_0x2a3d14[_0x2159cf],_0x2a3d14[_0x52dd34])&&_0x35ece2[_0x3b9b19(0x109)](_0x52dd34);for(const _0x41610d of _0x35ece2)_0x2a3d14[_0x2159cf]=_0x2a3d14[_0x2159cf][_0x3b9b19(0x143)](_0x2a3d14[_0x41610d]),_0x2a3d14[_0x41610d]=[];}for(const _0x488414 of _0x2a3d14)for(let _0x2e6cce=0x0;_0x2e6cce<_0x488414[_0x3b9b19(0x1e7)];_0x2e6cce++){const _0xd39e4e=_0x488414[_0x2e6cce+0x1]||null;_0x488414[_0x2e6cce][_0x3b9b19(0x22a)]!==_0xd39e4e&&(_0x488414[_0x2e6cce][_0x3b9b19(0x22a)]=_0xd39e4e);}for(const _0x5783e8 of _0x2a3d14)for(let _0x53dcf0=0x0;_0x53dcf0<_0x5783e8[_0x3b9b19(0x1e7)];_0x53dcf0++){const _0x1d2f46=_0x5783e8[_0x53dcf0-0x1]||null;_0x5783e8[_0x53dcf0][_0x3b9b19(0x171)]!==_0x1d2f46&&(_0x5783e8[_0x53dcf0][_0x3b9b19(0x171)]=_0x1d2f46);}function _0x5849cf(_0x416060,_0x530c6a){const _0x4871a8=_0x3b9b19;if(_0x416060[0x0][_0x4871a8(0x100)][_0x4871a8(0x264)]!==_0x530c6a[0x0][_0x4871a8(0x100)][_0x4871a8(0x264)]&&_0x416060[0x0][_0x4871a8(0x21c)]!==_0x530c6a[0x0][_0x4871a8(0x21c)])return!0x1;if(!function(_0xbc0cb7,_0x4679f2){const _0x5515b1=_0x4871a8;if(!_0xbc0cb7[_0x5515b1(0x25a)]&&!_0x4679f2[_0x5515b1(0x25a)])return!0x0;if(_0xbc0cb7[_0x5515b1(0x25a)]&&_0x4679f2[_0x5515b1(0x25a)])return!0x1;if(_0xbc0cb7[_0x5515b1(0x25a)]&&_0x4679f2[_0x5515b1(0x249)]<_0xbc0cb7[_0x5515b1(0xed)][_0x5515b1(0xf0)][_0x5515b1(0x145)](0x0)[_0x5515b1(0x249)])return!0x0;if(_0x4679f2[_0x5515b1(0x25a)]&&_0xbc0cb7[_0x5515b1(0x249)]<_0x4679f2[_0x5515b1(0xed)][_0x5515b1(0xf0)][_0x5515b1(0x145)](0x0)[_0x5515b1(0x249)])return!0x0;return!0x1;}(_0x416060[0x0],_0x530c6a[0x0]))return!0x1;const _0x16b7f6=_0x940f18(_0x416060[0x0][_0x4871a8(0x100)],_0x4871a8(0x264)),_0x32cb3c=_0x940f18(_0x530c6a[0x0][_0x4871a8(0x100)],_0x4871a8(0x264));if(!_0x12a95c(_0x16b7f6,_0x32cb3c))return!0x1;return!!_0x416060[_0x4871a8(0x16a)](_0x1a3ffb=>_0x530c6a[_0x4871a8(0x261)](_0x28b18a=>_0x1a3ffb[_0x4871a8(0x14b)]()[_0x4871a8(0x1e1)](_0x28b18a[_0x4871a8(0x14b)]())))&&_0x530c6a[_0x4871a8(0x16a)](_0x4d89d9=>_0x416060[_0x4871a8(0x261)](_0x33e98c=>_0x4d89d9[_0x4871a8(0x14b)]()[_0x4871a8(0x1e1)](_0x33e98c[_0x4871a8(0x14b)]())));}}[_0x3ee5ee(0x161)](_0x4ff17a){const _0x1e89ce=_0x3ee5ee,_0x4aa652=Array[_0x1e89ce(0x17d)](_0x4ff17a),_0x4ff039=this[_0x1e89ce(0x160)]({'skipNotAttached':!0x0}),_0x238863=_0x4ff039[_0x1e89ce(0x12a)](_0x5d8f7c=>!_0x4ff17a[_0x1e89ce(0xd1)](_0x5d8f7c)),_0x1f032f=new Map(_0x4aa652[_0x1e89ce(0x165)](_0x312cb1=>[_0x312cb1,this[_0x1e89ce(0x1d8)][_0x1e89ce(0x15b)](_0x312cb1[_0x1e89ce(0x151)],_0x312cb1[_0x1e89ce(0xd3)],_0x1e89ce(0x163))])),_0x14d64a=new Map(_0x4ff039[_0x1e89ce(0x165)](_0x475a5c=>[_0x475a5c,_0x475a5c[_0x1e89ce(0xf3)]()]));for(let _0x50889d=0x0;_0x50889d<_0x4aa652[_0x1e89ce(0x1e7)];_0x50889d++){if(_0x3071a3(this,_0x4aa652[_0x50889d],_0x4aa652,_0x50889d+0x1))return!0x0;}for(let _0x397d0c=0x0;_0x397d0c<_0x4aa652[_0x1e89ce(0x1e7)];_0x397d0c++){if(_0x3071a3(this,_0x4aa652[_0x397d0c],_0x238863,0x0))return!0x0;}return!0x1;function _0x3071a3(_0x9bd252,_0x3f6207,_0x166fd0,_0x333c18){const _0x580581=_0x1e89ce;for(let _0x2fa38d=_0x333c18;_0x2fa38d<_0x166fd0[_0x580581(0x1e7)];_0x2fa38d++){const _0x33571d=_0x166fd0[_0x2fa38d];if(_0x33571d[_0x580581(0x151)]!==_0x3f6207[_0x580581(0x151)]||_0x33571d[_0x580581(0x21c)]['id']!==_0x3f6207[_0x580581(0x21c)]['id']||_0x33571d[_0x580581(0xd3)]!==_0x3f6207[_0x580581(0xd3)])continue;if(!Jt(_0x3f6207,_0x33571d))continue;if(_0x580581(0x1b5)==_0x3f6207[_0x580581(0x151)]&&_0x3f6207[_0x580581(0x193)][_0x580581(0xdb)]!=_0x33571d[_0x580581(0x193)][_0x580581(0xdb)])continue;if(_0x580581(0x1b5)==_0x3f6207[_0x580581(0x151)]&&_0x9bd252[_0x580581(0x1bb)](_0x3f6207[_0x580581(0x193)][_0x580581(0x188)]))continue;if(_0x580581(0x234)==_0x3f6207[_0x580581(0x151)]){const _0x7e71e0=_0x9bd252[_0x580581(0x216)][_0x580581(0xe6)],_0x596f1a=_0x3f6207[_0x580581(0xf2)]();if(_0x596f1a&&(_0x7e71e0[_0x580581(0x220)][_0x580581(0x1f5)](_0x596f1a)||_0x7e71e0[_0x580581(0x220)][_0x580581(0x1a5)](_0x596f1a)))continue;}const _0x42eefc=_0x1f032f[_0x580581(0x145)](_0x3f6207),_0x25e65a=_0x14d64a[_0x580581(0x145)](_0x3f6207),_0x31ca7b=_0x14d64a[_0x580581(0x145)](_0x33571d),_0xc1e2a7=_0x3f6207[_0x580581(0xed)]&&_0x3f6207[_0x580581(0xed)][_0x580581(0x1e7)],_0x17b39a=_0x33571d[_0x580581(0xed)]&&_0x33571d[_0x580581(0xed)][_0x580581(0x1e7)];if(!_0xc1e2a7&&_0x42eefc(_0x31ca7b,_0x25e65a))return _0x9bd252[_0x580581(0x267)](_0x33571d,_0x3f6207),_0x14d64a[_0x580581(0x1f9)](_0x3f6207),!0x0;if(!_0x17b39a&&_0x42eefc(_0x25e65a,_0x31ca7b))return _0x9bd252[_0x580581(0x267)](_0x3f6207,_0x33571d),_0x14d64a[_0x580581(0x1f9)](_0x33571d),!0x0;}return!0x1;}}[_0x3ee5ee(0x267)](_0x14fc64,_0x43364d){const _0x36cdb9=_0x3ee5ee;if(_0x14fc64[_0x36cdb9(0x1e4)]){for(const _0x24282c of _0x43364d[_0x36cdb9(0xf3)]())_0x14fc64[_0x36cdb9(0x270)](_0x24282c);}else{const _0x4dc57a=_0x43364d[_0x36cdb9(0x14b)]()[_0x36cdb9(0x232)];this[_0x36cdb9(0x19c)](_0x14fc64,this[_0x36cdb9(0x205)][_0x36cdb9(0xfd)](_0x14fc64[_0x36cdb9(0x14b)]()[_0x36cdb9(0x1e6)],_0x4dc57a));}_0x43364d[_0x36cdb9(0x240)]();}[_0x3ee5ee(0x1e2)](_0x4a93ab,_0x42b124,_0x508e25){const _0x634eb6=_0x3ee5ee,_0x3d014c=_0x4a93ab[_0x634eb6(0x194)](_0x634eb6(0x13d))||_0x4a93ab[_0x634eb6(0x194)](_0x634eb6(0x1b5))?_0x634eb6(0x17a):_0x4a93ab[_0x634eb6(0x141)]();return _0x41596(this[_0x634eb6(0x216)][_0x634eb6(0x1b3)],_0x42b124+'_'+_0x3d014c+_0x634eb6(0x1cf),_0x508e25);}[_0x3ee5ee(0x211)](){const _0x50dff9=_0x3ee5ee,_0x3ef616=this[_0x50dff9(0x216)];if(!_0x3ef616['ui'])return;const {ariaLiveAnnouncer:_0x4a7e69}=_0x3ef616['ui'];_0x417e49(this[_0x50dff9(0x205)],({left:_0x3282fc,entered:_0x56e3d2})=>{const _0x12cc92=_0x50dff9;for(const _0x425dda of _0x3282fc){const {group:_0x2e11c1,type:_0x1d4c97}=this[_0x12cc92(0x23c)](_0x425dda[_0x12cc92(0x10a)]);if(_0x12cc92(0x1e0)===_0x2e11c1){_0x4a7e69[_0x12cc92(0x166)](this[_0x12cc92(0x1e2)](_0x1d4c97,_0x12cc92(0x1bf)));break;}}for(const _0x214107 of _0x56e3d2){const {group:_0x3afd3e,type:_0x2ba153}=this[_0x12cc92(0x23c)](_0x214107[_0x12cc92(0x10a)]);if(_0x12cc92(0x1e0)===_0x3afd3e){_0x4a7e69[_0x12cc92(0x166)](this[_0x12cc92(0x1e2)](_0x2ba153,_0x12cc92(0xd8),_0x250add(_0x1285e5)));break;}}});}[_0x3ee5ee(0xfc)](_0xc123e5){const _0x241d19=_0x3ee5ee;if(this[_0x241d19(0xd2)])return!0x1;const _0x14e3f3=this[_0x241d19(0x216)],_0x314fea=_0x14e3f3[_0x241d19(0xe6)][_0x241d19(0x1af)][_0x241d19(0x23a)][_0x241d19(0x1d3)]();if(0x0==_0x314fea[_0x241d19(0x1e7)])return!0x1;const _0x4f0bec=[],_0x229bf8=_0x314fea[_0x241d19(0x12a)](_0x9b0d91=>_0x241d19(0x1b5)==_0x9b0d91[_0x241d19(0x151)]),_0x220a8d=_0x314fea[_0x241d19(0x12a)](_0x57e87a=>_0x241d19(0x235)==_0x57e87a[_0x241d19(0x151)]&&_0x241d19(0x14c)!=_0x57e87a[_0x241d19(0x10a)]),_0x17fc1b=_0x314fea[_0x241d19(0x12a)](_0x4c8d1e=>_0x241d19(0x192)==_0x4c8d1e[_0x241d19(0x151)]&&_0x241d19(0x14c)!=_0x4c8d1e[_0x241d19(0x10a)]);for(const _0xb99434 of _0x229bf8)_0x4f0bec[_0x241d19(0x109)]({'key':_0xb99434[_0x241d19(0x134)],'newValue':_0xb99434[_0x241d19(0x123)],'oldValue':_0xb99434[_0x241d19(0x223)],'range':Pt(_0xb99434[_0x241d19(0xe0)],_0x14e3f3[_0x241d19(0xe6)])});for(const _0x3b7d30 of _0x220a8d){const _0x6c9702=_0x17fc1b[_0x241d19(0x25d)](_0x221794=>_0x221794[_0x241d19(0xfe)][_0x241d19(0x1e1)](_0x3b7d30[_0x241d19(0xfe)]));_0x6c9702&&_0x4f0bec[_0x241d19(0x109)]({'key':_0x241d19(0x150),'newValue':_0x3b7d30[_0x241d19(0x10a)],'oldValue':_0x6c9702[_0x241d19(0x10a)],'range':_0x14e3f3[_0x241d19(0xe6)][_0x241d19(0x108)](_0x3b7d30[_0x241d19(0xfe)][_0x241d19(0xf1)])});}return 0x0!=_0x4f0bec[_0x241d19(0x1e7)]&&this[_0x241d19(0x102)](_0xc123e5,_0x4f0bec);}[_0x3ee5ee(0x1eb)](_0x14f0a4){const _0x43efcf=_0x3ee5ee;let _0x448ec9=!0x1;const _0x568501=this[_0x43efcf(0x216)][_0x43efcf(0xe6)][_0x43efcf(0x1af)][_0x43efcf(0x23a)][_0x43efcf(0x1ce)]()[_0x43efcf(0x12a)](_0x44ad20=>_0x44ad20[_0x43efcf(0x193)][_0x43efcf(0x15d)]&&_0x44ad20[_0x43efcf(0x10a)][_0x43efcf(0x194)](_0x43efcf(0x116)));for(const _0x187625 of _0x568501){const {subType:_0x233cd9,id:_0x576a2f}=this[_0x43efcf(0x23c)](_0x187625[_0x43efcf(0x10a)]),_0x5e6220=_0x233cd9[_0x43efcf(0x243)]('|')[0x0];for(const _0x3c958f of this[_0x43efcf(0x160)]({'skipNotAttached':!0x0}))_0x3c958f['id']!=_0x576a2f&&_0x43efcf(0x1b5)==_0x3c958f[_0x43efcf(0x151)]&&_0x3c958f[_0x43efcf(0x193)]&&_0x3c958f[_0x43efcf(0x193)][_0x43efcf(0x188)]==_0x5e6220&&_0x3c958f[_0x43efcf(0x14b)]()[_0x43efcf(0x263)](_0x187625[_0x43efcf(0x193)][_0x43efcf(0x15d)])&&(this[_0x43efcf(0x1fe)](_0x3c958f,_0x187625[_0x43efcf(0x193)][_0x43efcf(0x15d)],_0x14f0a4),_0x448ec9=!0x0);}return _0x448ec9;}[_0x3ee5ee(0x18a)](_0x497511){const _0x49ca41=_0x3ee5ee;this[_0x49ca41(0x216)],(this[_0x49ca41(0xd2)]=!0x0,_0x497511());}[_0x3ee5ee(0x219)](_0x39afa7){const _0x5bbe65=_0x3ee5ee,_0x6871fc=this[_0x5bbe65(0x1bb)](_0x39afa7),_0x16bccd=this[_0x5bbe65(0x24a)][_0x5bbe65(0xd1)](_0x39afa7);return _0x6871fc||_0x16bccd;}[_0x3ee5ee(0x102)](_0x51c718,_0x3c1e40){const _0x1eb742=_0x3ee5ee;if(0x0==_0x3c1e40[_0x1eb742(0x1e7)])return!0x1;let _0x3fff83=!0x1;for(const _0x571a8f of _0x3c1e40){const _0x340dee=this[_0x1eb742(0x1a2)](_0x571a8f[_0x1eb742(0xe0)],_0x1eb742(0x1b5))[_0x1eb742(0x12a)](_0x180c15=>!_0x180c15[_0x1eb742(0x255)][_0x1eb742(0x21d)])[_0x1eb742(0x165)](_0x246409=>_0x246409[_0x1eb742(0x1e0)]),_0x130f34=_0x5ed834({'newValue':_0x571a8f[_0x1eb742(0x201)]});_0x340dee[_0x1eb742(0x12a)](_0x3a490d=>{const _0x394c54=_0x1eb742,[_0x2d084c,_0x5e07bf]=_0x3a490d[_0x394c54(0xd3)][_0x394c54(0x243)]('|');return _0x2d084c==_0x571a8f[_0x394c54(0x188)]&&_0x5e07bf!=_0x130f34;})[_0x1eb742(0x200)](_0x276c9=>{const _0x388bec=_0x1eb742;this[_0x388bec(0x1fe)](_0x276c9,_0x571a8f[_0x388bec(0xe0)],_0x51c718),_0x3fff83=!0x0;});}return _0x3fff83;}[_0x3ee5ee(0x1fe)](_0x14f157,_0x35c730,_0x44e565){const _0x285b22=_0x3ee5ee,_0x10229e=_0x14f157[_0x285b22(0x14b)]()[_0x285b22(0xff)](_0x35c730);0x0!==_0x10229e[_0x285b22(0x1e7)]?0x1!==_0x10229e[_0x285b22(0x1e7)]?this[_0x285b22(0x279)](_0x14f157,_0x35c730[_0x285b22(0x1e6)],_0x35c730[_0x285b22(0x232)]):this[_0x285b22(0x19c)](_0x14f157,_0x10229e[0x0]):_0x44e565[_0x285b22(0x27a)](_0x14f157[_0x285b22(0x18b)]());}}class Et{constructor(_0x569a29){const _0x2ed01e=_0x3ee5ee;this[_0x2ed01e(0x1aa)]=_0x569a29,this[_0x2ed01e(0x205)]=_0x569a29[_0x2ed01e(0xe6)],this[_0x2ed01e(0x14d)]=new Map(),this[_0x2ed01e(0x198)]=new Map(),this[_0x2ed01e(0x1c9)]();}[_0x3ee5ee(0x17e)](_0x53aed4,_0x1f1bdf,_0x404a63,_0x1e782b,_0x3c8d51,_0x4cb5ff){const _0x1ee1a4=_0x3ee5ee;return new _0x4a866c(this[_0x1ee1a4(0x205)],{'type':_0x53aed4,'subType':_0x1f1bdf,'id':_0x404a63,'author':_0x1e782b,'creator':_0x1e782b,'attributes':_0x3c8d51,'onAttributesChange':_0x4cb5ff,'onAccept':(..._0x2b4654)=>this[_0x1ee1a4(0x15b)](_0x53aed4,_0x1f1bdf,_0x1ee1a4(0x1ea))(..._0x2b4654),'onDiscard':(..._0x7ac94f)=>this[_0x1ee1a4(0x15b)](_0x53aed4,_0x1f1bdf,_0x1ee1a4(0x1a9))(..._0x7ac94f)});}[_0x3ee5ee(0x105)](_0xe418cc,_0xe24e2e,_0x9bdf52,_0x31c7c6){const _0x1e7ccd=_0x3ee5ee,_0x46abcf=_0xe418cc+':'+_0xe24e2e+':'+_0x9bdf52;this[_0x1e7ccd(0x14d)][_0x1e7ccd(0x1c7)](_0x46abcf,_0x31c7c6);}[_0x3ee5ee(0x15b)](_0x3e4034,_0x492895,_0x5369fe){const _0x3097dd=_0x3ee5ee,_0x33d3a1=_0x3e4034+':'+_0x492895+':'+_0x5369fe;return this[_0x3097dd(0x14d)][_0x3097dd(0x145)](_0x33d3a1)||this[_0x3097dd(0x198)][_0x3097dd(0x145)](_0x3e4034+':'+_0x5369fe);}[_0x3ee5ee(0x1c9)](){const _0x3cecb2=_0x3ee5ee,_0x2e9c04=()=>!0x1,_0x3c6afc=_0x578cbc=>{const _0x5e2d52=_0x1414;_0x578cbc[_0x5e2d52(0x12e)]((_0x21fe53,_0x21c5e3)=>_0x21fe53[_0x5e2d52(0x1e6)][_0x5e2d52(0x11a)](_0x21c5e3[_0x5e2d52(0x1e6)])?0x1:-0x1),this[_0x5e2d52(0x205)][_0x5e2d52(0x19d)](_0x213ef1=>{const _0x33b700=_0x5e2d52;for(const _0x1d5d10 of _0x578cbc){let _0x11e376;_0x11e376=_0x1d5d10[_0x33b700(0x232)][_0x33b700(0x18c)]&&_0x1d5d10[_0x33b700(0x232)][_0x33b700(0x1b4)]==_0x1d5d10[_0x33b700(0x1e6)][_0x33b700(0xf1)]?_0x213ef1[_0x33b700(0x186)](_0x1d5d10[_0x33b700(0x1e6)][_0x33b700(0xf1)],'on'):_0x213ef1[_0x33b700(0x186)](_0x1d5d10),this[_0x33b700(0x205)][_0x33b700(0x117)](_0x11e376,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x47cdf6=(_0x5c03ee,_0x32b695)=>{const _0x5133b0=_0x1414;_0x32b695&&this[_0x5133b0(0x205)][_0x5133b0(0x19d)](_0x272371=>{const _0x4f9226=_0x5133b0,{commandName:_0x5a5b5e,commandParams:_0x446679=[]}=_0x32b695,_0x2f65ef=_0x5c03ee[_0x4f9226(0x165)](_0x43cbde=>(Vt(_0x43cbde)&&(_0x43cbde=this[_0x4f9226(0x205)][_0x4f9226(0xfd)](_0x43cbde[_0x4f9226(0x232)])),_0x43cbde))[_0x4f9226(0x12a)](_0x1130a6=>_0x4f9226(0xee)!==_0x1130a6[_0x4f9226(0x13c)][_0x4f9226(0xdd)]);if(_0x2f65ef[_0x4f9226(0x1e7)]<0x1)return;const _0x5d563e=Array[_0x4f9226(0x17d)](this[_0x4f9226(0x205)][_0x4f9226(0x1af)][_0x4f9226(0x272)][_0x4f9226(0xf3)]())[_0x4f9226(0x165)](_0x34cb2b=>_0x22d359[_0x4f9226(0x224)](_0x34cb2b));_0x272371[_0x4f9226(0x19b)](_0x2f65ef);for(const _0x18cc0b of this[_0x4f9226(0x1aa)][_0x4f9226(0x20b)][_0x4f9226(0x20b)]())_0x18cc0b[_0x4f9226(0x1de)]();_0x446679[_0x4f9226(0x109)]({'forceDefaultExecution':!0x0}),this[_0x4f9226(0x1aa)][_0x4f9226(0x137)](_0x5a5b5e,..._0x446679);const _0x549026=_0x5d563e[_0x4f9226(0x12a)](_0x330971=>_0x4f9226(0xee)!=_0x330971[_0x4f9226(0x13c)][_0x4f9226(0xdd)]);_0x549026[_0x4f9226(0x1e7)]>0x0&&_0x272371[_0x4f9226(0x19b)](_0x549026);for(const _0xed78a5 of _0x5d563e)_0xed78a5[_0x4f9226(0x138)]();});},_0x405a57=(_0x440a16,_0x3803c6)=>0x1==_0x440a16[_0x3cecb2(0x1e7)]&&0x1==_0x3803c6[_0x3cecb2(0x1e7)]&&_0x440a16[0x0][_0x3cecb2(0x232)][_0x3cecb2(0x1e1)](_0x3803c6[0x0][_0x3cecb2(0x1e6)]),_0x1235b6=(_0x47c00d,_0x17861f,_0x7bcdb5,_0x324c0d)=>Ht(_0x47c00d,_0x17861f,_0x7bcdb5,_0x324c0d,this[_0x3cecb2(0x205)])?[_0x47c00d,_0x17861f]:Ht(_0x17861f,_0x47c00d,_0x324c0d,_0x7bcdb5,this[_0x3cecb2(0x205)])?[_0x17861f,_0x47c00d]:null;this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x155),_0x2e9c04),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x17b),_0x3c6afc),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x1c3),_0x405a57),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x248),_0x1235b6),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x251),_0x3c6afc),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x21b),_0x2e9c04),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x177),_0x405a57),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x1e9),_0x1235b6),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x1fb),_0x47cdf6),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x1c0),_0x2e9c04),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x222),_0x405a57),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x112),_0x2e9c04),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x178),_0x47cdf6),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x114),_0x2e9c04),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0xde),_0x405a57),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x133),_0x2e9c04),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x254),_0x2e9c04),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x237),(_0x1433c5,_0x4d702b)=>{const _0x3798df=_0x3cecb2;if(!_0x4d702b)return;const _0x55455f=this[_0x3798df(0x1aa)][_0x3798df(0x115)][_0x3798df(0x145)](p);this[_0x3798df(0x205)][_0x3798df(0x19d)](_0x41c1fc=>{const _0x1caf4e=_0x3798df;if(_0x1caf4e(0x150)==_0x4d702b[_0x1caf4e(0x188)])for(const _0x21a5c2 of _0x1433c5){const _0x25df19=_0x21a5c2[_0x1caf4e(0x1e6)][_0x1caf4e(0xf1)],_0x4b9fcb=_0x4d702b[_0x1caf4e(0xdb)];_0x41c1fc[_0x1caf4e(0x268)](_0x25df19,_0x4b9fcb);}else{if(_0x55455f[_0x1caf4e(0x1bb)](_0x4d702b[_0x1caf4e(0x188)])){for(const _0xec8a18 of _0x1433c5)void 0x0!==_0x4d702b[_0x1caf4e(0xdb)]?_0x41c1fc[_0x1caf4e(0x159)](_0x4d702b[_0x1caf4e(0x188)],_0x4d702b[_0x1caf4e(0xdb)],_0xec8a18[_0x1caf4e(0x1e6)][_0x1caf4e(0xf1)]):_0x41c1fc[_0x1caf4e(0x170)](_0x4d702b[_0x1caf4e(0x188)],_0xec8a18[_0x1caf4e(0x1e6)][_0x1caf4e(0xf1)]);}else{for(const _0x35bfb2 of _0x1433c5)_0x4d702b[_0x1caf4e(0xdb)]?_0x41c1fc[_0x1caf4e(0x159)](_0x4d702b[_0x1caf4e(0x188)],_0x4d702b[_0x1caf4e(0xdb)],_0x35bfb2):_0x41c1fc[_0x1caf4e(0x170)](_0x4d702b[_0x1caf4e(0x188)],_0x35bfb2);}}});}),this[_0x3cecb2(0x198)][_0x3cecb2(0x1c7)](_0x3cecb2(0x258),_0x405a57);}}function Ot(_0x127386,_0x333a73,_0x10b56a){const _0x1e3c14=_0x3ee5ee;for(const _0x1e10f1 of _0x333a73[_0x1e3c14(0x1b4)][_0x1e3c14(0x1e8)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x1e10f1[_0x1e3c14(0x13c)]==_0x1e10f1)return!0x1;if(!_0x10b56a[_0x1e3c14(0x181)](_0x1e10f1))return!0x1;if(_0x127386[_0x1e3c14(0x1f5)](_0x1e10f1)||_0x127386[_0x1e3c14(0x1a5)](_0x1e10f1))return!0x0;}return!0x1;}function Vt(_0x217ce8){const _0x177eef=_0x3ee5ee;return _0x217ce8[_0x177eef(0x232)][_0x177eef(0x1b4)]==_0x217ce8[_0x177eef(0x1e6)][_0x177eef(0xf1)]&&_0x217ce8[_0x177eef(0x232)][_0x177eef(0x16d)];}function Ut(_0x712fa1,_0x3bf1f4,_0x26f3e1,_0x3e31e1){const _0x2f6dbc=_0x3ee5ee,_0x43389d=_0x16dd87=>!_0x16dd87[_0x2f6dbc(0xec)]['is'](_0x2f6dbc(0x20e))&&!_0x3e31e1[_0x2f6dbc(0x1f5)](_0x16dd87[_0x2f6dbc(0xec)]),_0x34f7c1=_0x712fa1[_0x2f6dbc(0x1e6)][_0x2f6dbc(0x128)](_0x43389d),_0x70da69=_0x712fa1[_0x2f6dbc(0x232)][_0x2f6dbc(0x128)](_0x43389d,{'direction':_0x2f6dbc(0x24b)});return(!_0x712fa1[_0x2f6dbc(0x1e6)][_0x2f6dbc(0x1e1)](_0x34f7c1)||!_0x712fa1[_0x2f6dbc(0x232)][_0x2f6dbc(0x1e1)](_0x70da69))&&(_0x34f7c1[_0x2f6dbc(0x11a)](_0x70da69)?_0x26f3e1[_0x2f6dbc(0x22c)](_0x3bf1f4,{'range':_0x26f3e1[_0x2f6dbc(0xfd)](_0x34f7c1,_0x70da69)}):_0x26f3e1[_0x2f6dbc(0x27a)](_0x3bf1f4),!0x0);}function Gt(_0x5bf4c8){return _0x5ed834(_0x5bf4c8);}function Ft(_0x5b18f1){const _0x3b4696=_0x3ee5ee,_0x485bec=_0x5b18f1[_0x3b4696(0x1e6)][_0x3b4696(0xf1)];return _0x485bec&&_0x485bec['is'](_0x3b4696(0xd4));}function Pt(_0x8ecd9d,_0x5d9e63){const _0x8cb4bd=_0x3ee5ee;return null==_0x8ecd9d[_0x8cb4bd(0x232)][_0x8cb4bd(0x124)]&&_0x8ecd9d[_0x8cb4bd(0x232)][_0x8cb4bd(0x1b4)]==_0x8ecd9d[_0x8cb4bd(0x1e6)][_0x8cb4bd(0xf1)]?Lt(_0x8ecd9d[_0x8cb4bd(0x1e6)][_0x8cb4bd(0xf1)],_0x5d9e63):_0x8ecd9d;}function Lt(_0x209129,_0x4d1b9c){const _0x1a0a5a=_0x3ee5ee,_0x3c25a6=_0x4d1b9c[_0x1a0a5a(0x220)][_0x1a0a5a(0x1f5)](_0x209129)||_0x4d1b9c[_0x1a0a5a(0x220)][_0x1a0a5a(0x1f7)](_0x209129);return _0x4d1b9c[_0x1a0a5a(0xfd)](_0x4d1b9c[_0x1a0a5a(0x1bc)](_0x209129,_0x1a0a5a(0x187)),_0x3c25a6?_0x4d1b9c[_0x1a0a5a(0x164)](_0x209129):_0x4d1b9c[_0x1a0a5a(0x1bc)](_0x209129,_0x1a0a5a(0x232)));}function _0x5673(){const _0x25b12c=['pluginName','ready','root','format','warn','suggestionLoaded','add','toUpperCase','removeMarker:suggestion:formatBlock','concat','getCommentThread','get','track-changes-command-not-found','_rangeIsInLocalUserInsertion','multipleBlocks','1056330hTCWwz','toViewElement','getFirstRange','$text','_customCallbacks','updateSuggestion','addMarker:suggestion:formatBlock','$elementName','type','authorName','stop','stringify','insertion:accept','normal','markMultiRangeDeletion','removeClass','setAttribute','clear','getSuggestionCallback','ck-suggestion-marker--active','newRange','isIntersectingWithRange','chain','getSuggestions','_joinWithAdjacentSuggestions','init','join','createPositionAfter','map','announce','getUser','markerReady','change:data','every','Users','_removeSuggestion','isAtStart','isInContent','widget','removeAttribute','previous','ck-suggestion-marker-formatBlock','_getSuggestionData','insertion:','11000907WfiwAU','size','deletion:join','formatBlock:accept','trackChanges.trackFormatChanges','FORMATTING','insertion:discard','action','from','buildSuggestion','moveTargetPosition','addMarkerName','containsItem','_adapter','357847HcAvsq','_updateSuggestionData','rejected','createSelection','before','key','hasCommentThread','_recordAttributeChanges','getFirstMarker','isAtEnd','accepted','dataDowncast','head','targetPosition','after','remove','data','startsWith','createElement','change:activeMarkers','isCollapsed','_defaultCallbacks','formatGroupId','low','setSelection','_setSuggestionRange','change','upcast','enableCommand','6AUtPAN','tablePasteChainId','_findSuggestions','value','lowest','isLimit','track-changes-adapter-already-set','_createSuggestion','$marker','discard','_editor','resolve','attribute:','isRemovable','external:','document','getAttribute','addMarker:suggestion:attribute','pop','locale','parent','attribute','_setSuggestionData','acceptSelectedSuggestions','containerElement','getSuggestion','notReady','_isBlockAttribute','createPositionAt','addComment','clone','LEAVE','formatInline:discard','markInlineFormat','enqueueChange','insertion:join','never','markMultiRangeInsertion','suggestionChanged','set','93075PkhdZd','_registerDefaultCallbacks','discardSelectedSuggestions','activeMarkers','formatBlock:','bindElementToMarker','getChangedMarkers','_SUGGESTION_ANNOUNCEMENT','markers','always','ck-suggestion-marker-','getChanges','deletion:','TrackChangesEditing','discardAllSuggestions','trackChangesCommand','_suggestionFactory','markerName','getRange','_getAttributeKey','getWalker','forceDefaultExecution','refresh','documentSelection','suggestion','isEqual','_getMarkerAnnouncementText','addSuggestion','isMultiRange','getCustomProperty','start','length','getAncestors','deletion:chain','accept','_processAttributeSuggestions','elementStart','deletion','editingDowncast','addCommentThread','getShiftedBy','unbindElementFromMarkerName','data-suggestion','mapper','_addSuggestionMarker','isObject','config','isSelectable','batch','delete','define','formatInline:accept','_enabledCommands','acceptAllSuggestions','_reduceSuggestionAttributeRange','getIntersection','forEach','newValue','writer','then','isExternal','_model','isInsideObject','containsRange','markMultiRangeBlockFormat','_afterChanges','track-changes-adapter-missing-getsuggestion','commands','group','marker-count','$textProxy','consumable','markDeletion','_initAriaMarkerChangeAnnouncements','_trackFormatChanges','error-saving-suggestion-data-suggestion-discarded','markAttributeChange','_suggestions','editor','splice','_checkSuggestionCorrectness','_isRegisteredAttribute','_saved','deletion:discard','author','isNextTo','containsRangeInObject','fire','schema','suggestion:','formatInline:join','attributeOldValue','fromRange','trackChanges.mergeNestedSuggestions','high','collaboration.channelId','listenTo','stopListening','next','addMarker','updateMarker','substring','descriptionFactory','ck-suggestion-marker','toJSON','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','end','addMarker:suggestion','formatBlock','insert','update:suggestion','attribute:discard','markBlockFormat','_refreshSuggestionsChain','differ','formatInline:','_splitMarkerName','unbind','_blockAttributeKeys','_refreshAttributeSuggestionsChain','removeMarkers','CommentsRepository','isAfter','split','authoredAt','registerPostFixer','addSuggestionData','highest','insertion:chain','createdAt','_inlineAttributeKeys','backward','elementEnd','includes','@external','1515096JEhXMu','_handleNewSuggestionMarker','deletion:accept','_suggestionState','catch','attribute:accept','meta','skipNestingCheck','rethrowUnexpectedError','attribute:join','registerBlockAttribute','hasComments','consume','isUndo','find','isLocal','dataReady','insertion','some','suggestion-type','isIntersecting','groupId','createRangeIn','track-changes-enable-command-twice','_joinSuggestions','rename','discardSuggestion','PendingActions','conversion','acceptSuggestion','open','_isForcedDefaultExecutionBlock','dataToMarker','addRange','getItems','selection','applyOperation','suggestionUnloaded','fetchCommentThread','howMany','formatInline','keys','_breakSuggestionMarker','removeMarker','markerNameToElements','_commentsRepository','470806WDFQOL','isArray','editing','has','_recordAttributeSuggestions','subType','element','removeComment','reconvertMarker','return','ENTER','substr','track-changes-suggestion-data-mismatch','oldValue','_getAuthorFromId','rootName','formatBlock:join','_onDiscard','range','_cutOutSuggestionMarker','markInsertion','containsPosition','ck-suggestion-marker-formatInline','117620iHceeX','model','addHighlight','trackChanges','fromCharCode','forward','for','item','commentThread','$graveyard','markerToHighlight','comments','nodeAfter','getContainedElement','getRanges','unshift','getAllAdjacentSuggestions','getMarkers','track-changes-suggestion-not-found','originalSuggestionId','removed','commandName','addClass','_processAttributeChanges','createRange','position','getDifference','attributes','_mergeNestedSuggestions','_reduceExistingSuggestions','move','requires','registerCustomCallback','isBlock','markerToData','createRangeOn','push','name','options','_getExternalAuthor','isDocumentOperation','assign','registerInlineAttribute','isTouching','removeMarker:suggestion:attribute','formatInline:chain','showSuggestionHighlights','formatBlock:discard','plugins','suggestion:attribute:','deleteContent','adapter','PENDING_ACTION_SUGGESTION','isBefore','default','insertContent','getNearestSelectionRange','creator','_addThreadToSuggestion','hasSuggestion','_isDataLoaded','isOwn','attributeNewValue','nodeBefore','oldRange','createPositionBefore','values','getLastMatchingPosition','multi','filter','elementToElement','enableDefaultAttributesIntegration','getMultiRangeId','sort','24DmVGLR','track-changes-user-not-found','setTo','change:_saved','formatBlock:chain','attributeKey','enableReadOnlyMode','splitPosition','execute','detach','addUser'];_0x5673=function(){return _0x25b12c;};return _0x5673();}function Ht(_0x53d6e9,_0x6b2a51,_0x1ed60a,_0x3ee3f9,_0x2c6455){const _0x1b0d9b=_0x3ee5ee;if(_0x53d6e9[_0x1b0d9b(0x22a)])return!0x1;if(!Jt(_0x53d6e9,_0x6b2a51))return!0x1;if(_0x1ed60a[_0x1b0d9b(0x232)][_0x1b0d9b(0x1e1)](_0x3ee3f9[_0x1b0d9b(0x1e6)]))return!0x0;if(_0x53d6e9[_0x1b0d9b(0x151)]!=_0x6b2a51[_0x1b0d9b(0x151)])return!0x1;if(!_0x1ed60a[_0x1b0d9b(0x232)][_0x1b0d9b(0x110)](_0x3ee3f9[_0x1b0d9b(0x1e6)]))return!0x1;const _0x395d35=_0x2c6455[_0x1b0d9b(0xfd)](_0x1ed60a[_0x1b0d9b(0x232)],_0x3ee3f9[_0x1b0d9b(0x1e6)])[_0x1b0d9b(0x1dc)]();for(const _0x15fe74 of _0x395d35)if([_0x1b0d9b(0x1ec),_0x1b0d9b(0x24c)][_0x1b0d9b(0x24d)](_0x15fe74[_0x1b0d9b(0x151)])&&_0x2c6455[_0x1b0d9b(0x220)][_0x1b0d9b(0x1a5)](_0x15fe74[_0x1b0d9b(0xec)]))return!0x1;return!0x0;}function Jt(_0x4ec97a,_0x41bf0e){const _0x42d5f4=_0x3ee5ee;if(!_0x4ec97a[_0x42d5f4(0x121)]||!_0x41bf0e[_0x42d5f4(0x121)])return!0x1;const _0x3f0cdf=new Set(Object[_0x42d5f4(0x278)](_0x4ec97a[_0x42d5f4(0x100)])),_0x2c6332=new Set(Object[_0x42d5f4(0x278)](_0x41bf0e[_0x42d5f4(0x100)]));if(_0x3f0cdf[_0x42d5f4(0x1f9)](_0x42d5f4(0x264)),_0x2c6332[_0x42d5f4(0x1f9)](_0x42d5f4(0x264)),0x0==_0x3f0cdf[_0x42d5f4(0x176)]&&0x0==_0x2c6332[_0x42d5f4(0x176)])return!0x0;if(_0x3f0cdf[_0x42d5f4(0x176)]!=_0x2c6332[_0x42d5f4(0x176)])return!0x1;const _0x2ba095={..._0x4ec97a[_0x42d5f4(0x100)]},_0x26b21e={..._0x41bf0e[_0x42d5f4(0x100)]};return delete _0x2ba095[_0x42d5f4(0x264)],delete _0x26b21e[_0x42d5f4(0x264)],JSON[_0x42d5f4(0x154)](_0x2ba095)==JSON[_0x42d5f4(0x154)](_0x26b21e);}function qt(_0xdc1166,_0x15cb9c){const _0x25a82e=_0x3ee5ee,_0x2bcf47=zt(_0xdc1166[_0x25a82e(0x100)]),_0x1b91b6=zt(_0x15cb9c);if(!_0xdc1166[_0x25a82e(0x121)])return!0x1;for(const _0x27b918 of Object[_0x25a82e(0x278)](_0x1b91b6))if(!_0x12a95c(_0x2bcf47[_0x27b918],_0x1b91b6[_0x27b918]))return!0x1;return!0x0;}function zt(_0x9cd2d0){const _0x508c86=_0x3ee5ee,_0x5117a7=Object[_0x508c86(0x10e)]({},_0x9cd2d0);return delete _0x5117a7[_0x508c86(0x256)],delete _0x5117a7[_0x508c86(0x1a1)],_0x5117a7;}
|
|
23
|
+
const _0x105d42=_0x1a0b;(function(_0x82a868,_0x5631a8){const _0x409a1d=_0x1a0b,_0x22980f=_0x82a868();while(!![]){try{const _0x1a8ab6=-parseInt(_0x409a1d(0x20d))/0x1+parseInt(_0x409a1d(0x185))/0x2*(-parseInt(_0x409a1d(0xfe))/0x3)+-parseInt(_0x409a1d(0x9a))/0x4+parseInt(_0x409a1d(0x178))/0x5+-parseInt(_0x409a1d(0x1cf))/0x6+parseInt(_0x409a1d(0x1e5))/0x7+-parseInt(_0x409a1d(0x210))/0x8*(-parseInt(_0x409a1d(0x219))/0x9);if(_0x1a8ab6===_0x5631a8)break;else _0x22980f['push'](_0x22980f['shift']());}catch(_0x1fff5b){_0x22980f['push'](_0x22980f['shift']());}}}(_0x32a3,0xed779));import{Plugin as _0x2e2b80,PendingActions as _0x3eec19}from'ckeditor5/src/core.js';import{LiveRange as _0x3754e1}from'ckeditor5/src/engine.js';import{CKEditorError as _0x243083,uid as _0x3ea9ec,priorities as _0x3abb3a,logWarning as _0x12a7af,getEnvKeystrokeText as _0x1d65d5}from'ckeditor5/src/utils.js';import{toWidget as _0x38f20b}from'ckeditor5/src/widget.js';import{Users as _0x13d114,hashObject as _0x572cac,surroundingMarkersDetector as _0x57298e,ENTER_THREAD_KEYSTROKE as _0x4bc2ef}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x58ccd7 from'./commands/trackchangescommand.js';import _0x5e6184 from'./commands/acceptsuggestioncommand.js';import _0x987742 from'./commands/discardsuggestioncommand.js';import _0x5e033a from'./commands/executeonallsuggestionscommand.js';import _0x39ef7e from'./commands/executeonselectedsuggestionscommand.js';import _0x2a0d93 from'./suggestion.js';import _0x2de97d from'./suggestiondescriptionfactory.js';import _0x367ecd from'./integrations/aiassistant.js';import _0x2acc6e from'./integrations/alignment.js';function _0x1a0b(_0x4e8bc4,_0x404500){const _0x32a3d8=_0x32a3();return _0x1a0b=function(_0x1a0bd3,_0x2ae423){_0x1a0bd3=_0x1a0bd3-0x97;let _0x3d075c=_0x32a3d8[_0x1a0bd3];return _0x3d075c;},_0x1a0b(_0x4e8bc4,_0x404500);}import _0x2f6dd9 from'./integrations/basicstyles.js';import _0x143afc from'./integrations/blockquote.js';import _0x410b73 from'./integrations/casechange.js';import _0x35cecc from'./integrations/ckbox.js';import _0xc53fa8 from'./integrations/codeblock.js';import _0xdd9d39 from'./integrations/comments.js';import _0x3dd319 from'./integrations/deletecommand.js';import _0x371544 from'./integrations/list.js';import _0x3d472f from'./integrations/listproperties.js';import _0x8917cd from'./integrations/entercommand.js';import _0x3d1628 from'./integrations/findandreplace.js';import _0x34e049 from'./integrations/font.js';import _0x31b338 from'./integrations/formatpainter.js';function _0x32a3(){const _0xf23e40=['elementEnd','requires','suggestionLoaded','$elementName','isUndo','pluginName','hasCommentThread','markBlockFormat','markInlineFormat','track-changes-adapter-missing-getsuggestion','detach','formatInline:','splice','map','getSuggestions','isDocumentOperation','accept','$marker','_getMarkerAnnouncementText','_getSuggestionData','type','createRangeOn','isInContent','values','value','after','addMarker:suggestion:attribute','@external','isOwn','fromCharCode','_getExternalAuthor','backward','isCollapsed','rename','formatBlock:','getDifference','setSelection','accepted','documentSelection','ck-suggestion-marker-formatInline','attributeNewValue','listenTo','elementToElement','update:suggestion','differ','oldValue','meta','from','getMultiRangeId','catch','enableCommand','LEAVE','add','formatBlock:join','getAllAdjacentSuggestions','_commentsRepository','markerReady','bindElementToMarker','fire','_isBlockAttribute','containerElement','TrackChangesEditing','formatBlock:chain','keys','size','some','insert','_removeSuggestion','change:data','for','move','applyOperation','removed','getUser','registerBlockAttribute','_processAttributeChanges','key','2758281MLjSVK','removeMarker:suggestion:attribute','format','notReady','moveTargetPosition','change:activeMarkers','formatBlock:discard','insertion:discard','isIntersecting','lowest','_addThreadToSuggestion','has','containsPosition','get','newRange','stringify','length','forceDefaultExecution','_splitMarkerName','removeMarker:suggestion:formatBlock','formatInline:accept','enableReadOnlyMode','removeMarker','schema','_suggestions','commands','getIntersection','addMarkerName','updateSuggestion','addHighlight','getChanges','creator','highest','_model','getFirstMarker','deletion:accept','isInsideObject','formatBlock:accept','fetchCommentThread','FORMATTING','change:_saved','attribute:join','_joinSuggestions','isBlock','howMany','delete','_refreshSuggestionsChain','isAfter','registerPostFixer','discardSelectedSuggestions','enableDefaultAttributesIntegration','commentThread','_refreshAttributeSuggestionsChain','unbindElementFromMarkerName','getRanges','attributes','selection','toJSON','_suggestionFactory','getChangedMarkers','toViewElement','track-changes-enable-command-twice','createPositionAfter','authorName','updateMarker','before','substring','addSuggestionData','discardSuggestion','isMultiRange','filter','suggestion:','startsWith','deleteContent','end','markInsertion','consume','plugins','createPositionBefore','stop','containsRange','adapter','position','_adapter','getLastMatchingPosition','suggestion:attribute:','createdAt','_recordAttributeSuggestions','descriptionFactory','insertContent','author','formatInline:chain','getNearestSelectionRange','high','insertion','createRange','editing','track-changes-suggestion-data-mismatch','registerInlineAttribute','data','markerName','execute','_reduceSuggestionAttributeRange','getRange','rethrowUnexpectedError','init','set','suggestionChanged','registerCustomCallback','_saved','isTouching','getSuggestion','removeAttribute','getCommentThread','unbind','announce','_addSuggestionMarker','getAncestors','rootName','addRange','previous','getMarkers','61595rUdGhc','isAtStart','item','markerNameToElements','markDeletion','elementStart','_breakSuggestionMarker','_isDataLoaded','setAttribute','trackChanges','_findSuggestions','$graveyard','isRemovable','2FXeQUk','clear','_enabledCommands','suggestion','discard','fromRange','_afterChanges','low','addMarker','_initAriaMarkerChangeAnnouncements','options','refresh','_defaultCallbacks','_getAuthorFromId','setTo','PendingActions','deletion:join','addUser','addSuggestion','_isRegisteredAttribute','getShiftedBy','addCommentThread','insertion:join','external:','formatBlock','activeMarkers','ck-suggestion-marker-','ck-suggestion-marker','skipNestingCheck','tablePasteChainId','addMarker:suggestion:formatBlock','targetPosition','isArray','start','dataReady','_cutOutSuggestionMarker','upcast','multipleBlocks','ready','trackChanges.mergeNestedSuggestions','attribute:accept','forward','mapper','Users','locale','createRangeIn','markMultiRangeBlockFormat','head','isEqual','PENDING_ACTION_SUGGESTION','batch','warn','_customCallbacks','define','remove','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','_processAttributeSuggestions','showSuggestionHighlights','ck-suggestion-marker-formatBlock','isLocal','substr','open','removeClass','chain','buildSuggestion','formatInline:discard','getSuggestionCallback','markers','hasSuggestion','isAtEnd','rejected','removeMarkers','_SUGGESTION_ANNOUNCEMENT','markMultiRangeDeletion','6301578qeawqc','editingDowncast','clone','never','createPositionAt','groupId','isObject','consumable','multi','track-changes-adapter-already-set','formatInline','parent','_setSuggestionRange','forEach','ENTER','originalSuggestionId','trackChanges.trackFormatChanges','_updateSuggestionData','getWalker','error-saving-suggestion-data-suggestion-discarded','root','next','672014TbKniE','includes','containsItem','getCustomProperty','reconvertMarker','attribute:','getFirstRange','writer','insertion:','splitPosition','_joinWithAdjacentSuggestions','insertion:chain','sort','_inlineAttributeKeys','_trackFormatChanges','_suggestionState','discardAllSuggestions','isBefore','insertion:accept','_editor','name','addComment','_checkSuggestionCorrectness','acceptSelectedSuggestions','getContainedElement','suggestion-type','isIntersectingWithRange','model','commandName','normal','subType','pop','stopListening','toUpperCase','enqueueChange','join','formatGroupId','acceptSuggestion','editor','$textProxy','1829638XJrYHw','addMarker:suggestion','newValue','10094384LSPAQv','concat','markMultiRangeInsertion','every','nodeAfter','default','track-changes-user-not-found','attribute:discard','conversion','45slPnJq','_blockAttributeKeys','track-changes-command-not-found','config','_setSuggestionData','group','deletion:','element','_handleNewSuggestionMarker','dataDowncast','oldRange','addClass','change','track-changes-suggestion-not-found','removeComment','document','_registerDefaultCallbacks','widget','push','acceptAllSuggestions','_recordAttributeChanges','isLimit','collaboration.channelId','isExternal','$text','_isForcedDefaultExecutionBlock','action','createSelection','split','CommentsRepository','always','attributeKey','authoredAt','hasComments','getItems','unshift','trackChangesCommand','deletion','ck-suggestion-marker--active','_reduceExistingSuggestions','_createSuggestion','attributeOldValue','resolve','dataToMarker','containsRangeInObject','comments','nodeBefore','markerToData','6581272yarOYm','then','formatInline:join','markerToHighlight','isSelectable','_mergeNestedSuggestions','createElement','_onDiscard','return','markAttributeChange','find','suggestionUnloaded','assign','_rangeIsInLocalUserInsertion','deletion:discard','data-suggestion','getAttribute','range','isNextTo','marker-count','deletion:chain','attribute','_getAttributeKey'];_0x32a3=function(){return _0xf23e40;};return _0x32a3();}import _0x58fd13 from'./integrations/heading.js';import _0x3e807d from'./integrations/highlight.js';import _0x9e3955 from'./integrations/horizontalline.js';import _0x4898a8 from'./integrations/htmlembed.js';import _0x1e2962 from'./integrations/image.js';import _0x4e6618 from'./integrations/imagereplace.js';import _0x23f81 from'./integrations/imagestyle.js';import _0x177073 from'./integrations/importword.js';import _0x2c5535 from'./integrations/indent.js';import _0x22dd0d from'./integrations/inputcommand.js';import _0x350646 from'./integrations/link.js';import _0x2d1ebf from'./integrations/legacylist.js';import _0x56a0f6 from'./integrations/legacylistproperties.js';import _0x492aec from'./integrations/mediaembed.js';import _0x385dff from'./integrations/mention.js';import _0x5861fe from'./integrations/mergefields.js';import _0x5a0789 from'./integrations/multilevellist.js';import _0x7838a3 from'./integrations/pagebreak.js';import _0x9f29fa from'./integrations/paragraph.js';import _0xb9314 from'./integrations/removeformat.js';import _0x3b010d from'./integrations/restrictededitingmode.js';import _0x146376 from'./integrations/shiftentercommand.js';import _0x263221 from'./integrations/standardeditingmode.js';import _0x4779ff from'./integrations/style.js';import _0xb95e9b from'./integrations/table.js';import _0x34a969 from'./integrations/tablemergesplit.js';import _0x16ddfc from'./integrations/tableheadings.js';import _0x32a9ff from'./integrations/tableclipboard.js';import _0x3f0b56 from'./integrations/tablecolumnresize.js';import _0x377637 from'./integrations/template.js';import _0x573362 from'./integrations/tableofcontents.js';import _0x4ec025 from'./integrations/title.js';import _0x4266fb from'./integrations/undo.js';import _0x1d7c9a from'./integrations/tablecaption.js';import _0x458321 from'./integrations/tableproperties.js';import{getTranslation as _0xe6e22a}from'./utils/common-translations.js';import{isEqual as _0x105491,omit as _0x2bca11}from'lodash-es';export const renameAttributeKey=_0x105d42(0xb4);export default class p extends _0x2e2b80{static get[_0x105d42(0xb2)](){const _0x14d864=_0x105d42;return[_0x14d864(0x236),_0x13d114,_0x3eec19,_0x367ecd,_0x2acc6e,_0x2f6dd9,_0x143afc,_0x35cecc,_0x410b73,_0xc53fa8,_0xdd9d39,_0x3dd319,_0x8917cd,_0x3d1628,_0x34e049,_0x31b338,_0x58fd13,_0x3e807d,_0x9e3955,_0x4898a8,_0x1e2962,_0x23f81,_0x4e6618,_0x177073,_0x2c5535,_0x22dd0d,_0x2d1ebf,_0x56a0f6,_0x5a0789,_0x350646,_0x371544,_0x3d472f,_0x492aec,_0x385dff,_0x5861fe,_0x7838a3,_0x9f29fa,_0xb9314,_0x3b010d,_0x146376,_0x263221,_0x4779ff,_0xb95e9b,_0x34a969,_0x16ddfc,_0x1d7c9a,_0x32a9ff,_0x3f0b56,_0x573362,_0x458321,_0x377637,_0x4ec025,_0x4266fb];}static get[_0x105d42(0xb6)](){const _0x1b29c4=_0x105d42;return _0x1b29c4(0xee);}constructor(_0x3b9696){const _0x961dde=_0x105d42;function _0x18fbd9(_0x5b628e){const _0x1e5a98=_0x1a0b;return _0x5b628e[_0x1e5a98(0xbe)](_0x18763f=>String[_0x1e5a98(0xce)](_0x18763f))[_0x1e5a98(0x208)]('');}super(_0x3b9696),this[_0x961dde(0x155)]=!0x1,this[_0x961dde(0x168)](_0x961dde(0x19e),[]),this['on'](_0x961dde(0x103),(_0x182e8e,_0xace2a0,_0x3913a2,_0x5dff8b)=>{const _0x396d8a=_0x961dde;this[_0x396d8a(0x11f)][_0x396d8a(0x225)](()=>{const _0x7e73d4=_0x396d8a;for(const _0x4d0970 of[..._0x5dff8b,..._0x3913a2])this[_0x7e73d4(0x11f)][_0x7e73d4(0x1c8)][_0x7e73d4(0x109)](_0x4d0970)&&_0x3b9696[_0x7e73d4(0x15e)][_0x7e73d4(0x1e9)](_0x4d0970);});}),this[_0x961dde(0x156)]=new _0x2de97d(this[_0x961dde(0x20b)][_0x961dde(0x200)][_0x961dde(0x115)],this[_0x961dde(0x20b)][_0x961dde(0x1b1)]),this[_0x961dde(0x151)]=null,this[_0x961dde(0x138)]=new Et(this[_0x961dde(0x20b)]),this[_0x961dde(0x116)]=new Map(),this[_0x961dde(0xe8)]=_0x3b9696[_0x961dde(0x14b)][_0x961dde(0x10b)](_0x961dde(0x236)),this[_0x961dde(0x187)]=new Set(),this[_0x961dde(0x11f)]=this[_0x961dde(0x20b)][_0x961dde(0x200)],this[_0x961dde(0x1f4)]=new WeakMap(),this[_0x961dde(0x232)]=!0x1,this[_0x961dde(0x21a)]=new Set([_0x961dde(0xb4)]),this[_0x961dde(0x1f2)]=new Set(),_0x3b9696[_0x961dde(0x21c)][_0x961dde(0x1ba)](_0x961dde(0x1df),_0x961dde(0x215)),this[_0x961dde(0x1f3)]=_0x3b9696[_0x961dde(0x21c)][_0x961dde(0x10b)](_0x961dde(0x1df)),_0x3b9696[_0x961dde(0x21c)][_0x961dde(0x1ba)](_0x961dde(0x1ac),!0x0),this[_0x961dde(0x9f)]=_0x3b9696[_0x961dde(0x21c)][_0x961dde(0x10b)](_0x961dde(0x1ac)),this[_0x961dde(0x23d)]=new _0x58ccd7(_0x3b9696,this[_0x961dde(0x187)]),this[_0x961dde(0x18e)](),this[_0x18fbd9([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x18fbd9([0x34,0x30,0x34,0x38,0x31,0x36,0x30,0x38]);}[_0x105d42(0x167)](){const _0x388669=_0x105d42,_0x2309ab=this[_0x388669(0x20b)],_0xeeaed=(_0x551a2b,_0x475ff6)=>{const _0x530afc=_0x388669;if(_0x530afc(0xaf)!=_0x551a2b)return _0x530afc(0x19f)+_0x551a2b;const _0x212022=_0x475ff6[_0x530afc(0x235)]('|')[0x0];return this[_0x530afc(0xec)](_0x212022)?_0x530afc(0x1bf):_0x530afc(0xd8);};_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x1d0))[_0x388669(0x9d)]({'model':_0x388669(0x188),'view':_0xa7bdbf=>{const _0x4ae7e0=_0x388669,{id:_0x34db8b,type:_0x5af730,subType:_0x2071b5}=this[_0x4ae7e0(0x110)](_0xa7bdbf[_0x4ae7e0(0x162)]),_0x2079bf=[_0x4ae7e0(0x1a0),_0xeeaed(_0x5af730,_0x2071b5)];let _0x44c149=0xbb8;return this[_0x4ae7e0(0x19e)][_0x4ae7e0(0x1e6)](_0xa7bdbf[_0x4ae7e0(0x162)])&&(_0x2079bf[_0x4ae7e0(0x22b)](_0x4ae7e0(0x23f)),_0x44c149=0xbc2),_0x4ae7e0(0x23e)==_0x5af730&&(_0x44c149+=0x5),{'classes':_0x2079bf,'attributes':{'data-suggestion':_0x34db8b},'priority':_0x44c149};}}),_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x222))[_0x388669(0xe5)](_0x5b16d1=>{const _0x1c50ad=_0x388669;_0x5b16d1['on'](_0x1c50ad(0x20e),(_0xb7d778,_0x4913a6,_0x45ea13)=>{const _0x128d53=_0x1c50ad;if(!_0x45ea13[_0x128d53(0x18f)][_0x128d53(0x1be)])return;const _0x12eea8=_0x4913a6[_0x128d53(0x17a)];if(!_0x12eea8)return;const _0x2143c3=_0x45ea13[_0x128d53(0x1af)][_0x128d53(0x13a)](_0x12eea8);_0x2309ab[_0x128d53(0x200)][_0x128d53(0x115)][_0x128d53(0x1d5)](_0x12eea8)&&_0x2143c3&&!_0x2143c3[_0x128d53(0x1e8)](_0x128d53(0x22a))&&_0x2143c3['is'](_0x128d53(0xed))&&_0x38f20b(_0x2143c3,_0x45ea13[_0x128d53(0x1ec)]);},{'priority':_0x1c50ad(0x15b)});}),_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x222))[_0x388669(0x9d)]({'model':_0x388669(0x188),'view':(_0x18a3ed,_0x2f642a)=>{const _0x13499b=_0x388669;if(!_0x2f642a[_0x13499b(0x18f)][_0x13499b(0x1be)])return null;const {type:_0x1a70af,subType:_0x140d62}=this[_0x13499b(0x110)](_0x18a3ed[_0x13499b(0x162)]);return{'classes':[_0x13499b(0x1a0),_0xeeaed(_0x1a70af,_0x140d62)],'priority':0xbb8};}});const _0x4acced=({showActiveMarkers:_0x2d3570=!0x0,isAttributeSuggestion:_0x45162b=!0x1}={})=>(_0x256167,_0x41ea9f,_0x2cb360)=>{const _0x22815e=_0x388669;if(!_0x41ea9f[_0x22815e(0x17a)])return;const {id:_0x234f09}=this[_0x22815e(0x110)](_0x41ea9f[_0x22815e(0x162)]);if(_0x45162b){const _0x1f5a2b=this[_0x22815e(0x116)][_0x22815e(0x10b)](_0x234f09),_0x30a42f=this[_0x22815e(0xb0)](_0x1f5a2b);if(!this[_0x22815e(0xec)](_0x30a42f))return;}if(_0x41ea9f[_0x22815e(0x17a)]['is'](_0x22815e(0x136)))return void _0x2cb360[_0x22815e(0x1d6)][_0x22815e(0x14a)](_0x41ea9f[_0x22815e(0x17a)],_0x256167[_0x22815e(0x1f9)]);const _0x25290a=_0x2cb360[_0x22815e(0x1af)][_0x22815e(0x13a)](_0x41ea9f[_0x22815e(0x17a)]);if(_0x41ea9f[_0x22815e(0x17a)]['is'](_0x22815e(0x220))&&_0x2309ab[_0x22815e(0x200)][_0x22815e(0x115)][_0x22815e(0x129)](_0x41ea9f[_0x22815e(0x17a)])&&!_0x25290a[_0x22815e(0x1e8)](_0x22815e(0x11b))){_0x2cb360[_0x22815e(0x1ec)][_0x22815e(0x224)]([_0x22815e(0x1a0),_0x22815e(0x1bf)],_0x25290a),_0x2cb360[_0x22815e(0x1ec)][_0x22815e(0x180)](_0x22815e(0xa9),_0x234f09,_0x25290a),_0x2cb360[_0x22815e(0x1af)][_0x22815e(0xea)](_0x25290a,_0x41ea9f[_0x22815e(0x162)]),_0x2d3570&&(this[_0x22815e(0x19e)][_0x22815e(0x1e6)](_0x41ea9f[_0x22815e(0x162)])?_0x2cb360[_0x22815e(0x1ec)][_0x22815e(0x224)](_0x22815e(0x23f),_0x25290a):_0x2cb360[_0x22815e(0x1ec)][_0x22815e(0x1c3)](_0x22815e(0x23f),_0x25290a));for(const _0x307326 of _0x2309ab[_0x22815e(0x200)][_0x22815e(0x1b2)](_0x41ea9f[_0x22815e(0x17a)])[_0x22815e(0x23b)]())_0x2cb360[_0x22815e(0x1d6)][_0x22815e(0x14a)](_0x307326,_0x256167[_0x22815e(0x1f9)]);_0x2cb360[_0x22815e(0x1d6)][_0x22815e(0x14a)](_0x41ea9f[_0x22815e(0x17a)],_0x256167[_0x22815e(0x1f9)]);}};_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x222))[_0x388669(0xe5)](_0xeace31=>{const _0x36a59f=_0x388669;_0xeace31['on'](_0x36a59f(0x1a3),(_0x3ace1b,_0x3d357d,_0x4cfdb2)=>{const _0x4d1bc9=_0x36a59f;_0x4cfdb2[_0x4d1bc9(0x18f)][_0x4d1bc9(0x1be)]&&_0x4acced({'showActiveMarkers':!0x1})(_0x3ace1b,_0x3d357d,_0x4cfdb2);},{'priority':_0x36a59f(0x11e)});}),_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x222))[_0x388669(0xe5)](_0x165505=>{const _0x3dc50e=_0x388669;_0x165505['on'](_0x3dc50e(0xcb),(_0x2bed80,_0x59d613,_0x303ab2)=>{const _0x50745b=_0x3dc50e;_0x303ab2[_0x50745b(0x18f)][_0x50745b(0x1be)]&&_0x4acced({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x2bed80,_0x59d613,_0x303ab2);},{'priority':_0x3dc50e(0x11e)});}),_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x222))[_0x388669(0x99)]({'model':_0x388669(0x188),'view':(_0x2d29b1,_0x588833)=>_0x588833[_0x388669(0x18f)][_0x388669(0x1be)]?null:{'group':_0x388669(0x188),'name':_0x2d29b1[_0x388669(0x1c1)](0xb)}}),_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x1a9))[_0x388669(0xdb)]({'view':{'name':_0x388669(0x188),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5e6392,{writer:_0x3218d6})=>{const _0x18ab33=_0x388669;let _0x2acbc1=_0x18ab33(0x145)+_0x5e6392[_0x18ab33(0xaa)](_0x18ab33(0x1fe))+':'+_0x5e6392[_0x18ab33(0xaa)]('id');return _0x5e6392[_0x18ab33(0xaa)](_0x18ab33(0xad))&&(_0x2acbc1+=':'+_0x5e6392[_0x18ab33(0xaa)](_0x18ab33(0xad))),_0x3218d6[_0x18ab33(0xa0)](_0x18ab33(0xc2),{'data-name':_0x2acbc1});}}),_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x1a9))[_0x388669(0x244)]({'view':_0x388669(0x188)}),_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x1d0))[_0x388669(0xe5)](_0x1bba04=>{const _0x3b5d23=_0x388669;_0x1bba04['on'](_0x3b5d23(0x1a3),_0x4acced(),{'priority':_0x3b5d23(0x15b)});}),_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x1d0))[_0x388669(0xe5)](_0x533a72=>{const _0x591a82=_0x388669;_0x533a72['on'](_0x591a82(0xcb),_0x4acced({'isAttributeSuggestion':!0x0}),{'priority':_0x591a82(0x15b)});}),_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x1d0))[_0x388669(0xe5)](_0x206247=>{const _0x5c0de2=_0x388669;_0x206247['on'](_0x5c0de2(0x111),(_0x57a169,_0x18656a,_0x2fd572)=>{const _0x5b3442=_0x5c0de2,_0x18db16=_0x2fd572[_0x5b3442(0x1af)][_0x5b3442(0x17b)](_0x18656a[_0x5b3442(0x162)]);if(_0x18db16){for(const _0x593723 of _0x18db16)_0x593723[_0x5b3442(0x1e8)](_0x5b3442(0x11b))||(_0x2fd572[_0x5b3442(0x1ec)][_0x5b3442(0x1c3)]([_0x5b3442(0x1a0),_0x5b3442(0x1bf),_0x5b3442(0x23f)],_0x593723),_0x2fd572[_0x5b3442(0x1ec)][_0x5b3442(0x16e)](_0x5b3442(0xa9),_0x593723),_0x2fd572[_0x5b3442(0x1af)][_0x5b3442(0x133)](_0x593723,_0x18656a[_0x5b3442(0x162)]));}},{'priority':_0x5c0de2(0x15b)});}),_0x2309ab[_0x388669(0x218)][_0x388669(0xf6)](_0x388669(0x1d0))[_0x388669(0xe5)](_0x1a284f=>{const _0x1b3b5a=_0x388669;_0x1a284f['on'](_0x1b3b5a(0xff),(_0x37fe93,_0x5c5d89,_0x5b5d7a)=>{const _0x49f681=_0x1b3b5a,_0x2e6907=_0x5b5d7a[_0x49f681(0x1af)][_0x49f681(0x17b)](_0x5c5d89[_0x49f681(0x162)]);if(!_0x2e6907)return;const {id:_0x28a514}=this[_0x49f681(0x110)](_0x5c5d89[_0x49f681(0x162)]),_0x4edaaf=this[_0x49f681(0x116)][_0x49f681(0x10b)](_0x28a514),_0x4a7578=this[_0x49f681(0xb0)](_0x4edaaf);if(this[_0x49f681(0xec)](_0x4a7578)){for(const _0x3b14be of _0x2e6907)_0x3b14be[_0x49f681(0x1e8)](_0x49f681(0x11b))||(_0x5b5d7a[_0x49f681(0x1ec)][_0x49f681(0x1c3)]([_0x49f681(0x1a0),_0x49f681(0x1bf),_0x49f681(0x23f)],_0x3b14be),_0x5b5d7a[_0x49f681(0x1ec)][_0x49f681(0x16e)](_0x49f681(0xa9),_0x3b14be),_0x5b5d7a[_0x49f681(0x1af)][_0x49f681(0x133)](_0x3b14be,_0x5c5d89[_0x49f681(0x162)]));}},{'priority':_0x1b3b5a(0x15b)});}),_0x2309ab[_0x388669(0x200)][_0x388669(0x228)][_0x388669(0x12e)](_0x39736c=>{const _0x12c2cc=_0x388669;let _0x301cd4=!0x1;const _0x504e84=Array[_0x12c2cc(0xe0)](_0x2309ab[_0x12c2cc(0x200)][_0x12c2cc(0x228)][_0x12c2cc(0xdd)][_0x12c2cc(0x139)]()),_0x1873de=new Set();for(const {name:_0x38b8f1,data:_0x2e2fde}of _0x504e84){const {group:_0x4873ff,type:_0x54727e,subType:_0x49a231,id:_0x2d7568}=this[_0x12c2cc(0x110)](_0x38b8f1);if(_0x12c2cc(0x188)!==_0x4873ff)continue;const _0x428aa1=this[_0x12c2cc(0x116)][_0x12c2cc(0x10b)](_0x2d7568);if(null!=_0x2e2fde[_0x12c2cc(0x10c)]){_0x12c2cc(0x1d9)==_0x54727e&&(_0x301cd4=_0x301cd4||Ut(_0x2e2fde[_0x12c2cc(0x10c)],_0x38b8f1,_0x39736c,_0x2309ab[_0x12c2cc(0x200)][_0x12c2cc(0x115)]));const _0x5c7425=_0x12c2cc(0xaf)==_0x54727e&&this[_0x12c2cc(0xec)](_0x49a231[_0x12c2cc(0x235)]('|')[0x0]);if(_0x2e2fde[_0x12c2cc(0x10c)][_0x12c2cc(0xd1)]||_0x12c2cc(0x183)==_0x2e2fde[_0x12c2cc(0x10c)][_0x12c2cc(0x1e3)][_0x12c2cc(0x174)]||_0x12c2cc(0x19d)==_0x54727e&&!Ft(_0x2e2fde[_0x12c2cc(0x10c)])||_0x5c7425&&!Ft(_0x2e2fde[_0x12c2cc(0x10c)])||_0x12c2cc(0x23e)==_0x54727e&&!(!Vt(_0xddc825=_0x2e2fde[_0x12c2cc(0x10c)])&&!function(_0x5cd2b0){const _0x9272c8=_0x12c2cc;return _0x5cd2b0[_0x9272c8(0x1a6)][_0x9272c8(0x1da)]==_0x5cd2b0[_0x9272c8(0x148)][_0x9272c8(0x98)]&&_0x5cd2b0[_0x9272c8(0x1a6)][_0x9272c8(0x1ca)];}(_0xddc825)))_0x39736c[_0x12c2cc(0x114)](_0x38b8f1),_0x301cd4=!0x0;else{if(!_0x428aa1||!_0x428aa1[_0x12c2cc(0xc7)])continue;if(_0x2e2fde[_0x12c2cc(0x10c)]&&_0x2e2fde[_0x12c2cc(0x223)]&&_0x2e2fde[_0x12c2cc(0x10c)][_0x12c2cc(0x1b5)](_0x2e2fde[_0x12c2cc(0x223)]))continue;_0x1873de[_0x12c2cc(0xe5)](_0x428aa1);}}}var _0xddc825;return _0x1873de[_0x12c2cc(0xf1)]>0x0&&(_0x301cd4=!!this[_0x12c2cc(0x1ef)](_0x1873de)||_0x301cd4),_0x301cd4;}),_0x2309ab[_0x388669(0x200)][_0x388669(0x228)][_0x388669(0x12e)](_0x34358b=>{const _0x433e54=_0x388669;let _0x4feea4=!0x1;for(const _0x5cbe92 of _0x2309ab[_0x433e54(0x200)][_0x433e54(0x228)][_0x433e54(0xdd)][_0x433e54(0x11c)]())if(_0x433e54(0xf3)==_0x5cbe92[_0x433e54(0xc5)])for(const _0x13eb3c of this[_0x433e54(0x116)][_0x433e54(0xc8)]()){if(_0x13eb3c[_0x433e54(0x143)]||!_0x13eb3c[_0x433e54(0xc7)])continue;const _0x4ce226=_0x433e54(0x19d)==_0x13eb3c[_0x433e54(0xc5)],_0x20aa8c=this[_0x433e54(0xb0)](_0x13eb3c),_0x1c1f9c=_0x20aa8c&&this[_0x433e54(0xec)](_0x20aa8c);if(!_0x4ce226&&!_0x1c1f9c)continue;const _0x5c8397=_0x13eb3c[_0x433e54(0x1eb)]();if(_0x5c8397[_0x433e54(0x1a6)][_0x433e54(0x1da)]!=_0x5c8397[_0x433e54(0x148)][_0x433e54(0x1da)]&&!_0x5c8397[_0x433e54(0x148)][_0x433e54(0x1ca)]){const _0x45b399=_0x2309ab[_0x433e54(0x200)][_0x433e54(0x1d3)](_0x5c8397[_0x433e54(0x1a6)][_0x433e54(0x214)],_0x433e54(0x148)),_0x3cadac=_0x2309ab[_0x433e54(0x200)][_0x433e54(0x15d)](_0x5c8397[_0x433e54(0x1a6)],_0x45b399);_0x34358b[_0x433e54(0x13e)](_0x13eb3c[_0x433e54(0x120)](),{'range':_0x3cadac}),_0x4feea4=!0x0;}}return _0x4feea4;}),_0x2309ab[_0x388669(0x200)][_0x388669(0x228)][_0x388669(0x12e)](_0x5a11af=>this[_0x388669(0xfc)](_0x5a11af)),_0x2309ab[_0x388669(0x200)][_0x388669(0x228)][_0x388669(0x12e)](_0xa3b8a0=>!_0xa3b8a0[_0x388669(0x1b7)][_0x388669(0x1c0)]&&this[_0x388669(0x1bd)](_0xa3b8a0)),_0x2309ab[_0x388669(0x200)]['on'](_0x388669(0x18b),()=>{const _0x1c081f=_0x388669;this[_0x1c081f(0x155)]=!0x1;}),_0x2309ab[_0x388669(0x200)][_0x388669(0x228)]['on'](_0x388669(0xf5),(_0x47036c,_0x564bd2)=>{const _0x26f83d=_0x388669;if(!_0x564bd2[_0x26f83d(0x1c0)]||_0x564bd2[_0x26f83d(0xb5)])return;if(!this[_0x26f83d(0x155)])return;const _0x25ae0d=_0x2309ab[_0x26f83d(0x200)][_0x26f83d(0x228)][_0x26f83d(0xdd)][_0x26f83d(0x11c)]();if(0x0==_0x25ae0d[_0x26f83d(0x10e)])return;const _0x38febb=[],_0x3dcdc8=_0x25ae0d[_0x26f83d(0x144)](_0x70ca47=>_0x26f83d(0xaf)==_0x70ca47[_0x26f83d(0xc5)]),_0x403765=_0x25ae0d[_0x26f83d(0x144)](_0x3809ee=>_0x26f83d(0xf3)==_0x3809ee[_0x26f83d(0xc5)]&&_0x26f83d(0x231)!=_0x3809ee[_0x26f83d(0x1f9)]);for(const _0x5857b9 of _0x3dcdc8)this[_0x26f83d(0x198)](_0x5857b9[_0x26f83d(0x238)])&&_0x38febb[_0x26f83d(0x22b)]({'key':_0x5857b9[_0x26f83d(0x238)],'newValue':_0x5857b9[_0x26f83d(0xd9)],'oldValue':_0x5857b9[_0x26f83d(0x242)],'range':Pt(_0x5857b9[_0x26f83d(0xab)],_0x2309ab[_0x26f83d(0x200)])});for(const _0x59a2a9 of _0x403765){if(_0x26f83d(0xd2)!=_0x59a2a9[_0x26f83d(0x233)]&&_0x26f83d(0x190)!=_0x59a2a9[_0x26f83d(0x233)])continue;const _0x5f544a=Lt(_0x59a2a9[_0x26f83d(0x150)][_0x26f83d(0x214)],_0x2309ab[_0x26f83d(0x200)]),_0x152d1c=_0x59a2a9[_0x26f83d(0x13f)];_0x26f83d(0xd2)==_0x59a2a9[_0x26f83d(0x233)]&&_0x38febb[_0x26f83d(0x22b)]({'key':_0x26f83d(0xb4),'newValue':_0x59a2a9[_0x26f83d(0x1f9)],'oldValue':_0x152d1c[_0x26f83d(0x1f9)],'range':_0x5f544a});for(const [_0x97d1d5,_0x30ed5c]of _0x152d1c[_0x26f83d(0x135)]){if(!this[_0x26f83d(0x198)](_0x97d1d5))continue;const _0x466446=_0x59a2a9[_0x26f83d(0x135)][_0x26f83d(0x10b)](_0x97d1d5);_0x30ed5c!==_0x466446&&_0x38febb[_0x26f83d(0x22b)]({'key':_0x97d1d5,'newValue':_0x466446,'oldValue':_0x30ed5c,'range':_0x5f544a});}for(const [_0x39d195,_0x3c35f7]of _0x59a2a9[_0x26f83d(0x135)])this[_0x26f83d(0x198)](_0x39d195)&&(_0x152d1c[_0x26f83d(0x135)][_0x26f83d(0x109)](_0x39d195)||_0x38febb[_0x26f83d(0x22b)]({'key':_0x39d195,'newValue':_0x3c35f7,'oldValue':null,'range':_0x5f544a}));}0x0!=_0x38febb[_0x26f83d(0x10e)]&&_0x2309ab[_0x26f83d(0x200)][_0x26f83d(0x207)](_0x564bd2,_0x1c5c27=>{const _0x484408=_0x26f83d,_0x3bbaa0=_0x3ea9ec();for(const {range:_0x25f647,key:_0x1d0d15,oldValue:_0x2c52db,newValue:_0x2c2878}of _0x38febb)this[_0x484408(0xa3)](_0x25f647,_0x1d0d15,_0x2c52db,_0x2c2878,{'groupId':_0x3bbaa0});this[_0x484408(0x240)](_0x1c5c27,_0x38febb);});},{'priority':_0x388669(0x107)}),_0x2309ab[_0x388669(0x200)][_0x388669(0x1c8)]['on'](_0x388669(0xdc),(_0x1ed939,_0x3ee677,_0x4d9e1e)=>{const _0x5c20c7=_0x388669;if(null==_0x4d9e1e){const {id:_0x1e43c7}=this[_0x5c20c7(0x110)](_0x3ee677[_0x5c20c7(0x1f9)]),_0x24aa30=this[_0x5c20c7(0x116)][_0x5c20c7(0x10b)](_0x1e43c7);_0x24aa30&&_0x24aa30[_0x5c20c7(0x119)](_0x3ee677[_0x5c20c7(0x1f9)]);}}),_0x2309ab[_0x388669(0x200)][_0x388669(0x228)]['on'](_0x388669(0xf5),()=>{const _0x4402a9=_0x388669,_0x1b88a9=Array[_0x4402a9(0xe0)](_0x2309ab[_0x4402a9(0x200)][_0x4402a9(0x228)][_0x4402a9(0xdd)][_0x4402a9(0x139)]())[_0x4402a9(0x144)](_0xa66b2e=>_0x4402a9(0x188)===this[_0x4402a9(0x110)](_0xa66b2e[_0x4402a9(0x1f9)])[_0x4402a9(0x21e)]);if(0x0===_0x1b88a9[_0x4402a9(0x10e)])return;_0x1b88a9[_0x4402a9(0x1f1)]((_0x34695d,_0x23df08)=>{const _0x572561=_0x4402a9,_0x2784b4=_0x34695d[_0x572561(0x161)][_0x572561(0x223)],_0x213f55=_0x23df08[_0x572561(0x161)][_0x572561(0x223)];return null===_0x2784b4&&null===_0x213f55?0x0:null===_0x2784b4&&null!==_0x213f55?-0x1:null!==_0x2784b4&&null===_0x213f55?0x1:_0x2784b4[_0x572561(0x1a6)][_0x572561(0x1f6)](_0x213f55[_0x572561(0x1a6)])?-0x1:0x1;});const _0x289d41=new Set(),_0x1a1c0a=new Set();for(const {name:_0x29d569,data:_0x576a80}of _0x1b88a9){const {id:_0x42c76f}=this[_0x4402a9(0x110)](_0x29d569);if(null===_0x576a80[_0x4402a9(0x223)]){const _0x170699=this[_0x4402a9(0x221)](_0x29d569);_0x1a1c0a[_0x4402a9(0xe5)](_0x170699);}else{const _0x583ab4=this[_0x4402a9(0x116)][_0x4402a9(0x10b)](_0x42c76f);null!==_0x576a80[_0x4402a9(0x10c)]||_0x583ab4[_0x4402a9(0xc7)]?(_0x289d41[_0x4402a9(0xe5)](_0x583ab4[_0x4402a9(0x1b4)]),_0x1a1c0a[_0x4402a9(0xe5)](_0x583ab4)):this[_0x4402a9(0xf4)](_0x583ab4);}}_0x1a1c0a[_0x4402a9(0xf1)]>0x0&&this[_0x4402a9(0x12c)](_0x1a1c0a);for(const _0x17c277 of _0x289d41)this[_0x4402a9(0xeb)](_0x4402a9(0x169),_0x17c277);}),_0x2309ab[_0x388669(0x200)]['on'](_0x388669(0xf8),(_0x563494,_0x3e280e)=>{const _0x4f3061=_0x388669,_0x32d651=_0x3e280e[0x0];if(!this[_0x4f3061(0x116)][_0x4f3061(0xf1)])return;if(!_0x32d651[_0x4f3061(0xc0)])return;if(_0x32d651[_0x4f3061(0x1b7)][_0x4f3061(0xb5)]||!_0x32d651[_0x4f3061(0x1b7)][_0x4f3061(0x1c0)])return;let _0x2ec6f1,_0x19883a;switch(_0x32d651[_0x4f3061(0xc5)]){case _0x4f3061(0xf3):_0x2ec6f1=_0x2309ab[_0x4f3061(0x200)][_0x4f3061(0x1d3)](_0x32d651[_0x4f3061(0x150)]),_0x19883a=_0x2ec6f1[_0x4f3061(0x199)](_0x32d651[_0x4f3061(0x12a)]);break;case _0x4f3061(0x235):_0x2ec6f1=_0x2309ab[_0x4f3061(0x200)][_0x4f3061(0x1d3)](_0x32d651[_0x4f3061(0x1ee)]),_0x19883a=_0x2309ab[_0x4f3061(0x200)][_0x4f3061(0x1d3)](_0x32d651[_0x4f3061(0x102)]);break;case _0x4f3061(0xf7):_0x2ec6f1=_0x2309ab[_0x4f3061(0x200)][_0x4f3061(0x1d3)](_0x32d651[_0x4f3061(0x1a4)]),_0x19883a=_0x2ec6f1[_0x4f3061(0x199)](_0x32d651[_0x4f3061(0x12a)]);break;default:return;}const _0x9883a5=_0x2309ab[_0x4f3061(0x200)][_0x4f3061(0x15d)](_0x2ec6f1,_0x19883a);_0x2309ab[_0x4f3061(0x200)][_0x4f3061(0x225)](()=>{const _0xf4c238=_0x4f3061;for(const {suggestion:_0x1b5c56,meta:_0x5f5615}of this[_0xf4c238(0x182)](_0x9883a5)){if(_0x1b5c56[_0xf4c238(0x143)])continue;if(_0xf4c238(0x1d9)==_0x1b5c56[_0xf4c238(0xc5)])continue;const _0x1aaa6e=this[_0xf4c238(0xb0)](_0x1b5c56);if(_0x1aaa6e&&this[_0xf4c238(0xec)](_0x1aaa6e)&&_0xf4c238(0x235)!=_0x32d651[_0xf4c238(0xc5)])continue;const _0x27fffb=_0x1b5c56[_0xf4c238(0x161)]&&_0x1b5c56[_0xf4c238(0x161)][_0xf4c238(0x1aa)];(_0xf4c238(0x19d)!=_0x1b5c56[_0xf4c238(0xc5)]||_0xf4c238(0x235)==_0x32d651[_0xf4c238(0xc5)]&&!_0x27fffb)&&(_0x5f5615[_0xf4c238(0x245)]||_0xf4c238(0x15c)==_0x1b5c56[_0xf4c238(0xc5)]&&_0x5f5615[_0xf4c238(0xcd)]||_0x1b5c56[_0xf4c238(0x1eb)]()[_0xf4c238(0x14e)](_0x9883a5)&&this[_0xf4c238(0x17e)](_0x1b5c56,_0x2ec6f1,_0x19883a));}});},{'priority':_0x388669(0x107)}),_0x2309ab[_0x388669(0x200)]['on'](_0x388669(0x147),(_0xdbedc5,_0x134241)=>{const _0x4480dc=_0x388669,_0xddd944=_0x134241[0x0],_0x3077b6=_0x134241[0x1];if(_0x3077b6&&_0x3077b6[_0x4480dc(0x10f)])return;if(this[_0x4480dc(0x232)])return;if(!this[_0x4480dc(0x23d)][_0x4480dc(0xc9)])return;if(_0xddd944[_0x4480dc(0xd1)])return;const _0x2e3b3b=_0x2309ab[_0x4480dc(0x200)][_0x4480dc(0x115)],{start:_0x2cedd4,end:_0x31216a}=_0xddd944[_0x4480dc(0x1eb)](),_0x4fa855=_0x2cedd4[_0x4480dc(0x214)]&&_0x2e3b3b[_0x4480dc(0x22e)](_0x2cedd4[_0x4480dc(0x214)])?null:_0x2e3b3b[_0x4480dc(0x15a)](_0x2cedd4,_0x4480dc(0x1ae)),_0x525fcd=_0x31216a[_0x4480dc(0x98)]&&_0x2e3b3b[_0x4480dc(0x22e)](_0x31216a[_0x4480dc(0x98)])?null:_0x2e3b3b[_0x4480dc(0x15a)](_0x31216a,_0x4480dc(0xd0)),_0x306c69=_0x2309ab[_0x4480dc(0x200)][_0x4480dc(0x15d)](_0x4fa855?_0x4fa855[_0x4480dc(0x1a6)]:_0x2cedd4,_0x525fcd?_0x525fcd[_0x4480dc(0x148)]:_0x31216a);_0x2309ab[_0x4480dc(0x200)][_0x4480dc(0x225)](_0x3a74ff=>{const _0x5d856b=_0x4480dc;this[_0x5d856b(0x17c)](_0x306c69);const _0x302562=_0x2309ab[_0x5d856b(0x200)][_0x5d856b(0x115)][_0x5d856b(0x15a)](_0x306c69[_0x5d856b(0x1a6)]);_0xddd944['is'](_0x5d856b(0xd7))?_0x3a74ff[_0x5d856b(0xd5)](_0x302562):_0xddd944[_0x5d856b(0x193)](_0x302562);}),_0xdbedc5[_0x4480dc(0x14d)]();},{'priority':_0x3abb3a[_0x388669(0x202)]+0xa}),_0x2309ab[_0x388669(0x200)]['on'](_0x388669(0x157),(_0x3c8995,_0x254cc6)=>{const _0x44cf46=_0x388669,_0x4d9962=_0x254cc6[_0x254cc6[_0x44cf46(0x10e)]-0x1];_0x4d9962&&_0x4d9962[_0x44cf46(0x10f)]||this[_0x44cf46(0x232)]||this[_0x44cf46(0x23d)][_0x44cf46(0xc9)]&&(_0x2309ab[_0x44cf46(0x200)][_0x44cf46(0x225)](()=>{const _0x4f63ce=_0x44cf46;let _0x4a0e86=_0x2309ab[_0x4f63ce(0x200)][_0x4f63ce(0x157)](_0x254cc6[0x0],_0x254cc6[0x1],_0x254cc6[0x2],{'forceDefaultExecution':!0x0});if(!_0x4a0e86)return;_0x3c8995[_0x4f63ce(0xa2)]=_0x4a0e86[_0x4f63ce(0x1d1)]();const _0x5c70fb=_0x4a0e86[_0x4f63ce(0x148)][_0x4f63ce(0x98)],_0xa419ab=_0x2309ab[_0x4f63ce(0x200)][_0x4f63ce(0x115)];_0x5c70fb&&_0xa419ab[_0x4f63ce(0x129)](_0x5c70fb)&&!_0xa419ab[_0x4f63ce(0x1d5)](_0x5c70fb)&&(_0x4a0e86=_0x2309ab[_0x4f63ce(0x200)][_0x4f63ce(0x15d)](_0x4a0e86[_0x4f63ce(0x1a6)],_0x2309ab[_0x4f63ce(0x200)][_0x4f63ce(0x1d3)](_0x5c70fb,_0x4f63ce(0x148)))),this[_0x4f63ce(0x149)](_0x4a0e86);}),_0x3c8995[_0x44cf46(0x14d)]());},{'priority':_0x388669(0x15b)}),this[_0x388669(0x20b)][_0x388669(0x117)][_0x388669(0xe5)](_0x388669(0x181),this[_0x388669(0x23d)]),this[_0x388669(0xe3)](_0x388669(0x181));const _0x14fb2b=new _0x5e6184(_0x2309ab,this[_0x388669(0x116)]);_0x2309ab[_0x388669(0x117)][_0x388669(0xe5)](_0x388669(0x20a),_0x14fb2b),this[_0x388669(0xe3)](_0x388669(0x20a));const _0x4e8800=new _0x987742(_0x2309ab,this[_0x388669(0x116)]);_0x2309ab[_0x388669(0x117)][_0x388669(0xe5)](_0x388669(0x142),_0x4e8800),this[_0x388669(0xe3)](_0x388669(0x142)),_0x2309ab[_0x388669(0x117)][_0x388669(0xe5)](_0x388669(0x22c),new _0x5e033a(_0x2309ab,_0x14fb2b,this[_0x388669(0x116)])),this[_0x388669(0xe3)](_0x388669(0x22c)),_0x2309ab[_0x388669(0x117)][_0x388669(0xe5)](_0x388669(0x1f5),new _0x5e033a(_0x2309ab,_0x4e8800,this[_0x388669(0x116)])),this[_0x388669(0xe3)](_0x388669(0x1f5)),_0x2309ab[_0x388669(0x117)][_0x388669(0xe5)](_0x388669(0x1fc),new _0x39ef7e(_0x2309ab,_0x14fb2b,this[_0x388669(0x116)])),this[_0x388669(0xe3)](_0x388669(0x1fc)),_0x2309ab[_0x388669(0x117)][_0x388669(0xe5)](_0x388669(0x12f),new _0x39ef7e(_0x2309ab,_0x4e8800,this[_0x388669(0x116)])),this[_0x388669(0xe3)](_0x388669(0x12f));const _0x32172e=_0x2309ab[_0x388669(0x14b)][_0x388669(0x10b)](_0x388669(0x236));this[_0x388669(0xda)](_0x32172e,_0x388669(0x1fa),(_0x51521c,{threadId:_0x3b3169})=>{const _0x3a41c7=_0x388669,_0xa460ca=this[_0x3a41c7(0x116)][_0x3a41c7(0x10b)](_0x3b3169);_0xa460ca&&_0xa460ca[_0x3a41c7(0x131)]&&0x1===_0xa460ca[_0x3a41c7(0x131)][_0x3a41c7(0x10e)]&&this[_0x3a41c7(0x1e0)](_0x3b3169,{'hasComments':!0x0});},{'priority':_0x388669(0x18c)}),this[_0x388669(0xda)](_0x32172e,_0x388669(0x227),(_0x1bc465,{threadId:_0x3f876b})=>{const _0x13ce05=_0x388669,_0x55add8=this[_0x13ce05(0x116)][_0x13ce05(0x10b)](_0x3f876b);_0x55add8&&_0x55add8[_0x13ce05(0x131)]&&!_0x55add8[_0x13ce05(0x131)][_0x13ce05(0x10e)]&&this[_0x13ce05(0x1e0)](_0x3f876b,{'hasComments':!0x1});},{'priority':_0x388669(0x18c)});}set[_0x105d42(0x14f)](_0x8294d1){const _0x540a1e=_0x105d42;if(this[_0x540a1e(0x151)])throw new _0x243083(_0x540a1e(0x1d8),this);this[_0x540a1e(0x151)]=_0x8294d1;}get[_0x105d42(0x14f)](){const _0x5f06f2=_0x105d42;return this[_0x5f06f2(0x151)];}[_0x105d42(0xbf)]({skipNotAttached:_0x5f0a19=!0x1,toJSON:_0x211d7f=!0x1}={}){const _0xfd91b7=_0x105d42,_0x16db2d=[];for(const _0x271bc2 of this[_0xfd91b7(0x116)][_0xfd91b7(0xc8)]())_0x5f0a19&&!_0x271bc2[_0xfd91b7(0xc7)]||_0x16db2d[_0xfd91b7(0x22b)](_0x271bc2);return _0x211d7f?_0x16db2d[_0xfd91b7(0xbe)](_0x2ca6b2=>_0x2ca6b2[_0xfd91b7(0x137)]()):_0x16db2d;}[_0x105d42(0x16d)](_0x1a892f){const _0x656240=_0x105d42,_0x51ac5b=this[_0x656240(0x116)][_0x656240(0x10b)](_0x1a892f);if(!_0x51ac5b)throw new _0x243083(_0x656240(0x226),this);return _0x51ac5b;}[_0x105d42(0x1c9)](_0x239592){const _0x1c1a30=_0x105d42;return this[_0x1c1a30(0x116)][_0x1c1a30(0x109)](_0x239592);}[_0x105d42(0x141)](_0xf3cfdb){const _0x35e860=_0x105d42,{authorId:_0xb939d0,id:_0x2fee7f,attributes:_0x2f14c3}=_0xf3cfdb,[_0x35acf8,_0x47eb39]=_0xf3cfdb[_0x35e860(0xc5)][_0x35e860(0x235)](':'),_0x29e243=this[_0x35e860(0x116)][_0x35e860(0x10b)](_0x2fee7f)||this[_0x35e860(0x241)](_0x35acf8,_0x47eb39,_0x2fee7f,_0xb939d0,_0x2f14c3);if(this[_0x35e860(0x108)](_0x29e243),this[_0x35e860(0x1fb)](_0x29e243,_0x35acf8,_0x47eb39||null,_0xb939d0),_0x29e243[_0x35e860(0x154)]=_0xf3cfdb[_0x35e860(0x154)],_0x29e243[_0x35e860(0x17f)]=!0x0,_0x2f14c3&&_0x2f14c3[_0x35e860(0xcc)]){const _0x360b4e=_0x2f14c3[_0x35e860(0xcc)],_0xf71a9f=this[_0x35e860(0xcf)](_0x360b4e[_0x35e860(0x13d)]);_0x29e243[_0x35e860(0x239)]=_0x360b4e[_0x35e860(0x154)],_0x29e243[_0x35e860(0x158)]=_0xf71a9f,_0x29e243[_0x35e860(0x230)]=!0x0;}else _0x29e243[_0x35e860(0x239)]=_0xf3cfdb[_0x35e860(0x154)];switch(_0xf3cfdb[_0x35e860(0x161)]&&(_0x29e243[_0x35e860(0x161)]=_0xf3cfdb[_0x35e860(0x161)]),_0xf3cfdb[_0x35e860(0x135)]&&(_0x29e243[_0x35e860(0x135)]=_0xf3cfdb[_0x35e860(0x135)]),this[_0x35e860(0x151)]&&this[_0x35e860(0x151)][_0x35e860(0x197)]||(_0x29e243[_0x35e860(0x16b)]=!0x0),this[_0x35e860(0x1f4)][_0x35e860(0x10b)](_0x29e243)){case _0x35e860(0x101):this[_0x35e860(0x1f4)][_0x35e860(0x168)](_0x29e243,_0x35e860(0x1a7));break;case _0x35e860(0xe9):_0x29e243[_0x35e860(0xc7)]?(this[_0x35e860(0x1ef)](new Set([_0x29e243])),this[_0x35e860(0x12c)](new Set([_0x29e243])),this[_0x35e860(0x1f4)][_0x35e860(0x168)](_0x29e243,_0x35e860(0x1ab)),this[_0x35e860(0xeb)](_0x35e860(0xb3),_0x29e243)):this[_0x35e860(0x1f4)][_0x35e860(0x168)](_0x29e243,_0x35e860(0xf9));}return _0x29e243;}[_0x105d42(0x20a)](_0x5bd880){const _0x36b269=_0x105d42;this[_0x36b269(0x10f)](()=>{const _0xfcd82=_0x36b269;this[_0xfcd82(0x20b)][_0xfcd82(0x200)][_0xfcd82(0x225)](()=>{const _0x4b5c19=_0xfcd82;for(const _0x4838f of _0x5bd880[_0x4b5c19(0xe7)]())_0x4838f[_0x4b5c19(0xc1)]();});});}[_0x105d42(0x142)](_0xa8e696){const _0x376563=_0x105d42;this[_0x376563(0x10f)](()=>{const _0x35b972=_0x376563;this[_0x35b972(0x20b)][_0x35b972(0x200)][_0x35b972(0x225)](()=>{const _0x40f7c5=_0x35b972;for(const _0x13a69c of _0xa8e696[_0x40f7c5(0xe7)]())_0x13a69c[_0x40f7c5(0x189)]();});});}[_0x105d42(0xe3)](_0x3cd68e,_0x3b450f){const _0x575f15=_0x105d42,_0x3ae041=this[_0x575f15(0x20b)][_0x575f15(0x117)][_0x575f15(0x10b)](_0x3cd68e);if(!_0x3ae041)throw new _0x243083(_0x575f15(0x21b),this,{'commandName':_0x3cd68e});if(this[_0x575f15(0x187)][_0x575f15(0x109)](_0x3ae041))throw new _0x243083(_0x575f15(0x13b),this,{'commandName':_0x3cd68e});this[_0x575f15(0x187)][_0x575f15(0xe5)](_0x3ae041),_0x3b450f&&_0x3ae041['on'](_0x575f15(0x163),(_0x147194,_0x2dadf1)=>{const _0x16b7ce=_0x575f15;this[_0x16b7ce(0x23d)][_0x16b7ce(0xc9)]&&(this[_0x16b7ce(0x232)]||(_0x2dadf1[_0x16b7ce(0x10e)]>0x0&&_0x2dadf1[_0x2dadf1[_0x16b7ce(0x10e)]-0x1]&&_0x2dadf1[_0x2dadf1[_0x16b7ce(0x10e)]-0x1][_0x16b7ce(0x10f)]?_0x2dadf1[_0x16b7ce(0x204)]():(_0x147194[_0x16b7ce(0xa2)]=_0x3b450f((..._0x25c9e8)=>_0x3ae041[_0x16b7ce(0x163)](..._0x25c9e8,{'forceDefaultExecution':!0x0}),..._0x2dadf1),_0x147194[_0x16b7ce(0x14d)]())));},{'priority':_0x575f15(0x15b)});}[_0x105d42(0x10f)](_0x2f47c6){const _0xa7f3d1=_0x105d42;let _0x5356ed,_0x2bc082;const _0x543a4c=this[_0xa7f3d1(0x232)];this[_0xa7f3d1(0x232)]=!0x0;try{_0x5356ed=_0x2f47c6();}catch(_0x4c716d){_0x2bc082=_0x4c716d;}return _0x543a4c||(this[_0xa7f3d1(0x232)]=!0x1),_0x2bc082&&_0x243083[_0xa7f3d1(0x166)](_0x2bc082,this),_0x5356ed;}[_0x105d42(0x149)](_0x39b596,_0x10f374=null,_0x456e57={}){const _0x1c4f9b=_0x105d42;if(_0x39b596[_0x1c4f9b(0xd1)])return null;const _0x3124ff=this[_0x1c4f9b(0x20b)][_0x1c4f9b(0x14b)][_0x1c4f9b(0x10b)](_0x1c4f9b(0x1b0))['me'];for(const {suggestion:_0x29dfce,meta:_0x36d45a}of this[_0x1c4f9b(0x182)](_0x39b596,_0x1c4f9b(0x15c)))if(_0x36d45a[_0x1c4f9b(0xcd)]){if(!_0x36d45a[_0x1c4f9b(0xac)]){if(_0x36d45a[_0x1c4f9b(0x245)]){if(!this[_0x1c4f9b(0x9f)]||!qt(_0x29dfce,_0x456e57))continue;return _0x29dfce;}if(qt(_0x29dfce,_0x456e57))return _0x29dfce;this[_0x1c4f9b(0x17e)](_0x29dfce,_0x39b596[_0x1c4f9b(0x1a6)],_0x39b596[_0x1c4f9b(0x148)]);break;}if(_0x10f374==_0x29dfce[_0x1c4f9b(0x203)]&&qt(_0x29dfce,_0x456e57)){const _0x4789cf=_0x29dfce[_0x1c4f9b(0x1eb)]();return _0x4789cf[_0x1c4f9b(0x1a6)][_0x1c4f9b(0x1b5)](_0x39b596[_0x1c4f9b(0x148)])?this[_0x1c4f9b(0x1db)](_0x29dfce,this[_0x1c4f9b(0x11f)][_0x1c4f9b(0x15d)](_0x39b596[_0x1c4f9b(0x1a6)],_0x4789cf[_0x1c4f9b(0x148)])):this[_0x1c4f9b(0x1db)](_0x29dfce,this[_0x1c4f9b(0x11f)][_0x1c4f9b(0x15d)](_0x4789cf[_0x1c4f9b(0x1a6)],_0x39b596[_0x1c4f9b(0x148)])),_0x29dfce;}}const _0x4ac45e=_0x3ea9ec(),_0x6dc2b7=_0x3124ff['id'],_0x5dd28d=_0x10f374?_0x1c4f9b(0x1ed)+_0x10f374:_0x1c4f9b(0x15c),_0x5c3ac2=this[_0x1c4f9b(0x21d)]({'id':_0x4ac45e,'type':_0x5dd28d,'createdAt':new Date(),'authorId':_0x6dc2b7,'attributes':_0x456e57});return this[_0x1c4f9b(0x172)](_0x5dd28d,_0x4ac45e,_0x6dc2b7,_0x39b596),_0x5c3ac2;}[_0x105d42(0x212)](_0x32c9f1,_0x512509=_0x105d42(0x1d7),_0x3cda8f={}){const _0x33e945=_0x105d42,_0x19f035=this[_0x33e945(0x20b)][_0x33e945(0x14b)][_0x33e945(0x10b)](_0x33e945(0x1b0))['me'],_0x24e138=this[_0x33e945(0x138)][_0x33e945(0x1c7)](_0x33e945(0x15c),_0x512509,_0x33e945(0x208));for(const _0x44386e of this[_0x33e945(0xbf)]())if(_0x44386e[_0x33e945(0x158)]['id']==_0x19f035['id']&&_0x33e945(0x15c)==_0x44386e[_0x33e945(0xc5)]&&_0x44386e[_0x33e945(0x203)]==_0x512509&&qt(_0x44386e,_0x3cda8f)&&(_0x24e138(_0x44386e[_0x33e945(0x134)](),_0x32c9f1)||_0x24e138(_0x32c9f1,_0x44386e[_0x33e945(0x134)]()))){for(const _0x5db097 of _0x32c9f1)_0x44386e[_0x33e945(0x175)](_0x5db097);return _0x44386e;}for(const {suggestion:_0xf83bb1,meta:_0x31d744}of this[_0x33e945(0x182)](_0x32c9f1,_0x33e945(0x15c))){if(!_0x31d744[_0x33e945(0xcd)])continue;if(!this[_0x33e945(0x9f)]&&_0x31d744[_0x33e945(0x245)])continue;if(!qt(_0xf83bb1,_0x3cda8f))continue;let _0x32f835=!0x0;for(const _0x2228c6 of _0xf83bb1[_0x33e945(0x134)]())for(const _0x20cf10 of _0x32c9f1)if(!_0x2228c6[_0x33e945(0x14e)](_0x20cf10)){_0x32f835=!0x1;break;}if(_0x32f835)return _0xf83bb1;}const _0x431a8a=_0x3ea9ec(),_0x3b4f75=_0x19f035['id'],_0x58ea76=_0x33e945(0x1ed)+_0x512509,_0x4a13b2=this[_0x33e945(0x21d)]({'id':_0x431a8a,'type':_0x58ea76,'createdAt':new Date(),'authorId':_0x3b4f75,'attributes':_0x3cda8f});for(const _0x4b51a8 of _0x32c9f1)this[_0x33e945(0x172)](_0x58ea76,_0x431a8a,_0x3b4f75,_0x4b51a8,_0x2a0d93[_0x33e945(0xe1)]());return _0x4a13b2;}[_0x105d42(0xb9)](_0x420820,_0x24d334,_0x985c86=null,_0x53a9c1={}){const _0x2a909b=_0x105d42;if(_0x985c86=_0x985c86||Gt(_0x24d334),_0x420820[_0x2a909b(0xd1)])return null;if(_0x2a909b(0x1d2)===this[_0x2a909b(0x1f3)]){const _0x41ebfa=this[_0x2a909b(0x138)][_0x2a909b(0x1c7)](_0x2a909b(0x1d9),_0x985c86,_0x2a909b(0xc1));return this[_0x2a909b(0x10f)](()=>_0x41ebfa([_0x420820],_0x24d334,_0x53a9c1)),null;}const _0x1a8e2e=this[_0x2a909b(0x20b)][_0x2a909b(0x14b)][_0x2a909b(0x10b)](_0x2a909b(0x1b0))['me'],_0x3b1658=[];if(_0x2a909b(0x237)!==this[_0x2a909b(0x1f3)]){for(const {suggestion:_0x442633,meta:_0x324f4b}of this[_0x2a909b(0x182)](_0x420820,_0x2a909b(0x15c)))_0x324f4b[_0x2a909b(0xcd)]&&!_0x324f4b[_0x2a909b(0x122)]&&_0x3b1658[_0x2a909b(0x22b)](..._0x442633[_0x2a909b(0x134)]());}const _0x34e903=function(_0x13e5eb,_0x395a7b){const _0x246f17=_0x2a909b,_0xb5ba5e=[];for(const _0x5b1aee of _0x395a7b){const _0x36cc50=_0x13e5eb[_0x246f17(0x118)](_0x5b1aee);_0x36cc50&&_0xb5ba5e[_0x246f17(0x22b)](_0x36cc50);}return _0xb5ba5e;}(_0x420820,_0x3b1658),_0x37a3c8=function(_0x37b82a,_0x44fb92){const _0x5451ed=_0x2a909b,_0x84afc9=[_0x37b82a];for(const _0x296570 of _0x44fb92){let _0xb3d6b5=0x0;for(;_0xb3d6b5<_0x84afc9[_0x5451ed(0x10e)];){const _0x151348=_0x84afc9[_0xb3d6b5][_0x5451ed(0xd4)](_0x296570);_0x84afc9[_0x5451ed(0xbd)](_0xb3d6b5,0x1,..._0x151348),_0xb3d6b5+=_0x151348[_0x5451ed(0x10e)];}}return _0x84afc9;}(_0x420820,_0x3b1658);_0x34e903[_0x2a909b(0x10e)]&&this[_0x2a909b(0x11f)][_0x2a909b(0x225)](()=>{const _0x223dda=_0x2a909b;for(const _0x423299 of _0x34e903){const _0x1df158=this[_0x223dda(0x138)][_0x223dda(0x1c7)](_0x223dda(0x1d9),_0x985c86,_0x223dda(0xc1));this[_0x223dda(0x10f)](()=>_0x1df158([_0x423299],_0x24d334,_0x53a9c1));}});for(const _0xd0f21c of _0x37a3c8){let _0x5f0199=null,_0x3e2895=_0xd0f21c[_0x2a909b(0x1a6)],_0x5d8c0b=_0xd0f21c[_0x2a909b(0x148)];for(const {suggestion:_0x2f0e3e,meta:_0x3856dd}of this[_0x2a909b(0x182)](_0xd0f21c,_0x2a909b(0x1d9))){if(!_0x3856dd[_0x2a909b(0xcd)])continue;if(_0x2f0e3e[_0x2a909b(0x203)]!=_0x985c86)continue;if(!qt(_0x2f0e3e,_0x53a9c1))continue;const _0x43fa57=_0x2f0e3e[_0x2a909b(0x1eb)]();if(_0x43fa57[_0x2a909b(0x14e)](_0xd0f21c,!0x0))return null;_0x3e2895=_0x3e2895[_0x2a909b(0x1f6)](_0x43fa57[_0x2a909b(0x1a6)])?_0x3e2895:_0x43fa57[_0x2a909b(0x1a6)],_0x5d8c0b=_0x5d8c0b[_0x2a909b(0x12d)](_0x43fa57[_0x2a909b(0x148)])?_0x5d8c0b:_0x43fa57[_0x2a909b(0x148)],_0x5f0199?_0x43fa57[_0x2a909b(0x1a6)][_0x2a909b(0x1f6)](_0x5f0199[_0x2a909b(0x1eb)]()[_0x2a909b(0x1a6)])?(_0x5f0199[_0x2a909b(0x1cc)](),_0x5f0199=_0x2f0e3e):_0x2f0e3e[_0x2a909b(0x1cc)]():_0x5f0199=_0x2f0e3e;}const _0x4fb1b8=this[_0x2a909b(0x11f)][_0x2a909b(0x15d)](_0x3e2895,_0x5d8c0b);if(_0x5f0199)this[_0x2a909b(0x1db)](_0x5f0199,_0x4fb1b8);else{const _0x2b7711=_0x3ea9ec(),_0x2ef777=_0x1a8e2e['id'];this[_0x2a909b(0x21d)]({'id':_0x2b7711,'type':_0x2a909b(0xbc)+_0x985c86,'data':_0x24d334,'createdAt':new Date(),'authorId':_0x2ef777,'attributes':_0x53a9c1}),this[_0x2a909b(0x172)](_0x2a909b(0xbc)+_0x985c86,_0x2b7711,_0x2ef777,_0x4fb1b8);}}return null;}[_0x105d42(0xb8)](_0x531c0c,_0x50cc71,_0x26d1ec=[],_0x178895=null,_0x264fe2={}){const _0x15f957=_0x105d42;_0x50cc71[_0x15f957(0x209)]||(_0x50cc71[_0x15f957(0x209)]=_0x50cc71[_0x15f957(0x201)]),_0x50cc71[_0x15f957(0x1aa)]=_0x531c0c['is'](_0x15f957(0xab)),_0x178895=_0x178895||Gt(_0x50cc71);const _0x3a7bde=_0x26d1ec[_0x15f957(0xbe)](_0x158fac=>Lt(_0x158fac,this[_0x15f957(0x11f)])),_0x49a4a4=_0x531c0c['is'](_0x15f957(0xab))?_0x531c0c:Lt(_0x531c0c,this[_0x15f957(0x11f)]);if(_0x15f957(0x1d2)===this[_0x15f957(0x1f3)]){const _0x40769c=this[_0x15f957(0x138)][_0x15f957(0x1c7)](_0x15f957(0x19d),_0x178895,_0x15f957(0xc1));return this[_0x15f957(0x10f)](()=>_0x40769c([_0x49a4a4],_0x50cc71,_0x264fe2)),null;}_0x3a7bde[_0x15f957(0x22b)](_0x49a4a4);let _0x15a443=!0x0;for(const _0x44b661 of _0x3a7bde)if(!this[_0x15f957(0xa7)](_0x44b661)){_0x15a443=!0x1;break;}if(_0x15a443&&_0x15f957(0x237)!==this[_0x15f957(0x1f3)]){const _0x210f54=this[_0x15f957(0x138)][_0x15f957(0x1c7)](_0x15f957(0x19d),_0x178895,_0x15f957(0xc1));return this[_0x15f957(0x10f)](()=>_0x210f54([_0x49a4a4],_0x50cc71,_0x264fe2)),null;}let _0x39126e=null,_0x159469=_0x49a4a4[_0x15f957(0x1a6)],_0x8bd8a0=_0x49a4a4[_0x15f957(0x148)];for(const {suggestion:_0x2ffea0,meta:_0x194392}of this[_0x15f957(0x182)](_0x49a4a4,_0x15f957(0x19d))){if(!_0x194392[_0x15f957(0xcd)])continue;if(_0x194392[_0x15f957(0xac)]||_0x194392[_0x15f957(0x245)]||_0x194392[_0x15f957(0x122)])continue;if(_0x2ffea0[_0x15f957(0x161)][_0x15f957(0x209)]!=_0x50cc71[_0x15f957(0x209)])continue;if(!qt(_0x2ffea0,_0x264fe2))continue;const _0x1f2047=_0x2ffea0[_0x15f957(0x1eb)]();if(_0x2ffea0[_0x15f957(0x203)]==_0x178895){if(_0x1f2047[_0x15f957(0x14e)](_0x49a4a4,!0x0))return null;_0x159469=_0x159469[_0x15f957(0x1f6)](_0x1f2047[_0x15f957(0x1a6)])?_0x159469:_0x1f2047[_0x15f957(0x1a6)],_0x8bd8a0=_0x8bd8a0[_0x15f957(0x12d)](_0x1f2047[_0x15f957(0x148)])?_0x8bd8a0:_0x1f2047[_0x15f957(0x148)],_0x39126e?_0x1f2047[_0x15f957(0x1a6)][_0x15f957(0x1f6)](_0x39126e[_0x15f957(0x1eb)]()[_0x15f957(0x1a6)])?(_0x39126e[_0x15f957(0x1cc)](),_0x39126e=_0x2ffea0):_0x2ffea0[_0x15f957(0x1cc)]():_0x39126e=_0x2ffea0;}else{const _0x1d529c=_0x49a4a4[_0x15f957(0x118)](_0x1f2047);this[_0x15f957(0x1a8)](_0x2ffea0,_0x1d529c);}}const _0x5145b4=this[_0x15f957(0x20b)][_0x15f957(0x14b)][_0x15f957(0x10b)](_0x15f957(0x1b0))['me'],_0x394889=_0x3ea9ec(),_0x188975=_0x5145b4['id'];if(_0x39126e)return this[_0x15f957(0x1db)](_0x39126e,this[_0x15f957(0x11f)][_0x15f957(0x15d)](_0x159469,_0x8bd8a0)),_0x39126e;{const _0x4dfc97=this[_0x15f957(0x21d)]({'id':_0x394889,'type':_0x15f957(0xd3)+_0x178895,'data':_0x50cc71,'createdAt':new Date(),'authorId':_0x188975,'attributes':_0x264fe2});return this[_0x15f957(0x172)](_0x15f957(0xd3)+_0x178895,_0x394889,_0x188975,this[_0x15f957(0x11f)][_0x15f957(0x15d)](_0x159469,_0x8bd8a0)),_0x4dfc97;}}[_0x105d42(0x1b3)](_0x3105f7,_0x1e215c,_0x2a5123=[],_0x41070e=null,_0x3644e6={}){const _0x4c08f=_0x105d42;_0x1e215c[_0x4c08f(0x209)]||(_0x1e215c[_0x4c08f(0x209)]=_0x1e215c[_0x4c08f(0x201)]);const _0x3159b8=_0x3105f7[0x0];_0x1e215c[_0x4c08f(0x1aa)]=_0x3159b8['is'](_0x4c08f(0xab)),_0x41070e=_0x41070e||Gt(_0x1e215c);const _0x59d040=_0x2a5123[_0x4c08f(0xbe)](_0x10f97d=>Lt(_0x10f97d,this[_0x4c08f(0x11f)])),_0x107815=_0x3159b8['is'](_0x4c08f(0xab))?_0x3105f7:_0x3105f7[_0x4c08f(0xbe)](_0x4b313e=>Lt(_0x4b313e,this[_0x4c08f(0x11f)]));if(_0x4c08f(0x1d2)===this[_0x4c08f(0x1f3)]){const _0x23d837=this[_0x4c08f(0x138)][_0x4c08f(0x1c7)](_0x4c08f(0x19d),_0x41070e,_0x4c08f(0xc1));return this[_0x4c08f(0x10f)](()=>_0x23d837(_0x107815,_0x1e215c,_0x3644e6)),null;}_0x59d040[_0x4c08f(0x22b)](..._0x107815);let _0x26b5ed=!0x0;for(const _0x15eab5 of _0x59d040)if(!this[_0x4c08f(0xa7)](_0x15eab5)){_0x26b5ed=!0x1;break;}if(_0x26b5ed&&_0x4c08f(0x237)!==this[_0x4c08f(0x1f3)]){const _0x259b40=this[_0x4c08f(0x138)][_0x4c08f(0x1c7)](_0x4c08f(0x19d),_0x41070e,_0x4c08f(0xc1));return this[_0x4c08f(0x10f)](()=>_0x259b40(_0x107815,_0x1e215c,_0x3644e6)),null;}const _0x1cce6c=this[_0x4c08f(0x20b)][_0x4c08f(0x14b)][_0x4c08f(0x10b)](_0x4c08f(0x1b0))['me'];for(const _0x4da597 of this[_0x4c08f(0xbf)]()){if(_0x4da597[_0x4c08f(0x158)]['id']!=_0x1cce6c['id'])continue;if(_0x4c08f(0x19d)!=_0x4da597[_0x4c08f(0xc5)]||_0x4da597[_0x4c08f(0x161)][_0x4c08f(0x209)]!=_0x1e215c[_0x4c08f(0x209)])continue;if(!qt(_0x4da597,_0x3644e6))continue;const _0x3728aa=_0x4da597[_0x4c08f(0x203)]==_0x41070e;for(let _0x3ec686=0x0;_0x3ec686<_0x107815[_0x4c08f(0x10e)];_0x3ec686++){const _0x17ef8a=_0x107815[_0x3ec686];for(const _0x57a32a of _0x4da597[_0x4c08f(0x177)]()){const _0x347327=_0x57a32a[_0x4c08f(0x165)]();if(_0x17ef8a[_0x4c08f(0x1b5)](_0x347327)){_0x3728aa?(_0x107815[_0x4c08f(0xbd)](_0x3ec686,0x1),_0x3ec686--):_0x4da597[_0x4c08f(0x114)](_0x57a32a[_0x4c08f(0x1f9)]);break;}}}}if(0x0==_0x107815[_0x4c08f(0x10e)])return null;const _0x33728c=this[_0x4c08f(0x138)][_0x4c08f(0x1c7)](_0x4c08f(0x19d),_0x41070e,_0x4c08f(0x208));for(const _0x183944 of this[_0x4c08f(0xbf)]())if(_0x183944[_0x4c08f(0x158)]['id']==_0x1cce6c['id']&&_0x4c08f(0x19d)==_0x183944[_0x4c08f(0xc5)]&&_0x183944[_0x4c08f(0x161)][_0x4c08f(0x209)]==_0x1e215c[_0x4c08f(0x209)]&&_0x183944[_0x4c08f(0x203)]==_0x41070e&&qt(_0x183944,_0x3644e6)&&(_0x33728c(_0x183944[_0x4c08f(0x134)](),_0x107815)||_0x33728c(_0x107815,_0x183944[_0x4c08f(0x134)]()))){for(const _0x4cb9a5 of _0x107815)_0x183944[_0x4c08f(0x175)](_0x4cb9a5);return _0x183944;}const _0x17a039=_0x3ea9ec(),_0x3ea28c=_0x1cce6c['id'],_0x4c10a1=_0x4c08f(0xd3)+_0x41070e,_0x28fd6b=this[_0x4c08f(0x21d)]({'id':_0x17a039,'type':_0x4c10a1,'data':_0x1e215c,'createdAt':new Date(),'authorId':_0x3ea28c,'attributes':_0x3644e6});for(const _0x4a67b6 of _0x107815)this[_0x4c08f(0x172)](_0x4c10a1,_0x17a039,_0x3ea28c,_0x4a67b6,_0x2a0d93[_0x4c08f(0xe1)]());return _0x28fd6b;}[_0x105d42(0x17c)](_0x93db27,_0x2c61d8=null,_0x5040ef={}){const _0x3651d1=_0x105d42;if(_0x93db27[_0x3651d1(0xd1)])return null;const _0x217471=this[_0x3651d1(0x20b)][_0x3651d1(0x14b)][_0x3651d1(0x10b)](_0x3651d1(0x1b0))['me'],_0x5aad62=new _0x3754e1(_0x93db27[_0x3651d1(0x1a6)],_0x93db27[_0x3651d1(0x148)]);for(const {suggestion:_0x565b74,meta:_0x8ed9f3}of this[_0x3651d1(0x182)](_0x5aad62,_0x3651d1(0x15c)))if(_0x8ed9f3[_0x3651d1(0xcd)]&&!_0x8ed9f3[_0x3651d1(0xac)]){if(_0x565b74[_0x3651d1(0x143)]){const _0x5c7c8c=_0x565b74[_0x3651d1(0x134)]()[_0x3651d1(0x144)](_0x3efe4b=>_0x3651d1(0x183)!=_0x3efe4b[_0x3651d1(0x1e3)][_0x3651d1(0x174)]);_0x5c7c8c[_0x3651d1(0x213)](_0x199ab7=>_0x5aad62[_0x3651d1(0x14e)](_0x199ab7,!0x0))&&_0x565b74[_0x3651d1(0x189)]();if(_0x5c7c8c[_0x3651d1(0xf2)](_0x4a452c=>_0x4a452c[_0x3651d1(0x14e)](_0x5aad62,!0x0))){const _0x196768=this[_0x3651d1(0x138)][_0x3651d1(0x1c7)](_0x3651d1(0x23e),_0x2c61d8,_0x3651d1(0xc1));return this[_0x3651d1(0x10f)](()=>_0x196768([_0x5aad62],null,_0x5040ef)),null;}}else{const _0x4ac8c3=_0x5aad62[_0x3651d1(0x118)](_0x565b74[_0x3651d1(0x1eb)]());null!==_0x4ac8c3&&_0x565b74[_0x3651d1(0xa1)]([_0x4ac8c3],null,_0x5040ef);}}if(_0x5aad62[_0x3651d1(0xbb)](),_0x5aad62[_0x3651d1(0xd1)]||_0x3651d1(0x183)==_0x5aad62[_0x3651d1(0x1e3)][_0x3651d1(0x174)])return null;let _0xaba221=null,_0x217243=_0x5aad62[_0x3651d1(0x1a6)],_0x51353c=_0x5aad62[_0x3651d1(0x148)];const _0x42d200=this[_0x3651d1(0x182)](_0x5aad62,_0x3651d1(0x23e));for(const {suggestion:_0x4f764a,meta:_0x1ba2c1}of _0x42d200){const _0x45aed9=this[_0x3651d1(0x11f)][_0x3651d1(0x15d)](_0x217243,_0x51353c);if(_0x1ba2c1[_0x3651d1(0xcd)]&&(this[_0x3651d1(0x9f)]||!_0x1ba2c1[_0x3651d1(0x245)]&&!_0x1ba2c1[_0x3651d1(0x122)])){if(_0x4f764a[_0x3651d1(0x143)]){if(!qt(_0x4f764a,_0x5040ef))continue;let _0x291d12=!0x0;for(const _0x342bae of _0x4f764a[_0x3651d1(0x134)]()){if(_0x342bae[_0x3651d1(0x14e)](_0x45aed9,!0x0))return _0x4f764a;_0x45aed9[_0x3651d1(0x14e)](_0x342bae)||(_0x291d12=!0x1);}_0x291d12&&_0x4f764a[_0x3651d1(0x189)]();}else{const _0x3b5ca6=_0x4f764a[_0x3651d1(0x1eb)]();if(_0x3b5ca6[_0x3651d1(0x14e)](_0x45aed9,!0x0))return _0x4f764a;if(!qt(_0x4f764a,_0x5040ef)){_0x45aed9[_0x3651d1(0x14e)](_0x3b5ca6)?_0x4f764a[_0x3651d1(0x1cc)]():_0x3b5ca6[_0x3651d1(0x10a)](_0x217243)?_0x217243=_0x3b5ca6[_0x3651d1(0x148)]:_0x3b5ca6[_0x3651d1(0x10a)](_0x51353c)&&(_0x51353c=_0x3b5ca6[_0x3651d1(0x1a6)]);continue;}_0x217243=_0x217243[_0x3651d1(0x1f6)](_0x3b5ca6[_0x3651d1(0x1a6)])?_0x217243:_0x3b5ca6[_0x3651d1(0x1a6)],_0x51353c=_0x51353c[_0x3651d1(0x12d)](_0x3b5ca6[_0x3651d1(0x148)])?_0x51353c:_0x3b5ca6[_0x3651d1(0x148)],_0x5040ef=Object[_0x3651d1(0xa6)]({},_0x4f764a[_0x3651d1(0x135)]),_0xaba221?_0x3b5ca6[_0x3651d1(0x1a6)][_0x3651d1(0x1f6)](_0xaba221[_0x3651d1(0x1eb)]()[_0x3651d1(0x1a6)])?(_0xaba221[_0x3651d1(0x1cc)](),_0xaba221=_0x4f764a):_0x4f764a[_0x3651d1(0x1cc)]():_0xaba221=_0x4f764a;}}}if(_0xaba221)return this[_0x3651d1(0x1db)](_0xaba221,this[_0x3651d1(0x11f)][_0x3651d1(0x15d)](_0x217243,_0x51353c)),_0xaba221;{const _0x16d5d8=_0x3ea9ec(),_0x13478f=this[_0x3651d1(0x11f)][_0x3651d1(0x15d)](_0x217243,_0x51353c),_0x51b7aa=_0x217471['id'],_0x49a894=_0x2c61d8?_0x3651d1(0x21f)+_0x2c61d8:_0x3651d1(0x23e),_0x791a3=this[_0x3651d1(0x21d)]({'id':_0x16d5d8,'type':_0x49a894,'createdAt':new Date(),'authorId':_0x51b7aa,'attributes':_0x5040ef});return this[_0x3651d1(0x172)](_0x49a894,_0x16d5d8,_0x51b7aa,_0x13478f),_0x791a3;}}[_0x105d42(0x1ce)](_0x1738ea,_0x1a17e8=_0x105d42(0x1d7),_0x29fe58={}){const _0x9ec83e=_0x105d42,_0x5e2dbb=this[_0x9ec83e(0x20b)][_0x9ec83e(0x14b)][_0x9ec83e(0x10b)](_0x9ec83e(0x1b0))['me'],_0x262367=_0x1738ea[_0x9ec83e(0xbe)](_0x56fea2=>new _0x3754e1(_0x56fea2[_0x9ec83e(0x1a6)],_0x56fea2[_0x9ec83e(0x148)])),_0x3cb6a9=new Set();for(const {suggestion:_0x107b22,meta:_0x2c1135}of this[_0x9ec83e(0x182)](_0x262367,_0x9ec83e(0x15c)))_0x2c1135[_0x9ec83e(0xcd)]&&!_0x2c1135[_0x9ec83e(0xac)]&&_0x3cb6a9[_0x9ec83e(0xe5)](_0x107b22);for(const _0x1a204d of _0x3cb6a9)if(_0x1a204d[_0x9ec83e(0x143)]){const _0x34b63d=_0x1a204d[_0x9ec83e(0x134)]();(!_0x1a204d[_0x9ec83e(0x135)]||!_0x1a204d[_0x9ec83e(0x135)][_0x9ec83e(0x1a1)])&&(_0x34b63d[_0x9ec83e(0x213)](_0x56f18a=>_0x262367[_0x9ec83e(0xf2)](_0x59a55b=>_0x59a55b[_0x9ec83e(0x14e)](_0x56f18a,!0x0)))&&_0x1a204d[_0x9ec83e(0x189)]());if(_0x262367[_0x9ec83e(0x213)](_0x24a245=>_0x34b63d[_0x9ec83e(0xf2)](_0x474389=>_0x474389[_0x9ec83e(0x14e)](_0x24a245,!0x0)))){const _0x542951=this[_0x9ec83e(0x138)][_0x9ec83e(0x1c7)](_0x9ec83e(0x23e),_0x1a17e8,_0x9ec83e(0xc1));return this[_0x9ec83e(0x10f)](()=>_0x542951(_0x1738ea,null,_0x29fe58)),null;}}else{const _0xf9a6cb=_0x1a204d[_0x9ec83e(0x1eb)]();_0x262367[_0x9ec83e(0xf2)](_0xa3a1a8=>_0xa3a1a8[_0x9ec83e(0x14e)](_0xf9a6cb,!0x0))&&_0x1a204d[_0x9ec83e(0x189)]();if(_0x262367[_0x9ec83e(0x213)](_0x3174d0=>_0xf9a6cb[_0x9ec83e(0x14e)](_0x3174d0,!0x0))){const _0x2c32c6=this[_0x9ec83e(0x138)][_0x9ec83e(0x1c7)](_0x9ec83e(0x23e),_0x1a17e8,_0x9ec83e(0xc1));return this[_0x9ec83e(0x10f)](()=>_0x2c32c6(_0x262367,null,_0x29fe58)),null;}}const _0x326749=this[_0x9ec83e(0x138)][_0x9ec83e(0x1c7)](_0x9ec83e(0x23e),_0x1a17e8,_0x9ec83e(0x208));let _0x1fd0f4=null;for(const _0x11aced of this[_0x9ec83e(0xbf)]())if(_0x11aced[_0x9ec83e(0x158)]['id']==_0x5e2dbb['id']&&_0x11aced[_0x9ec83e(0xc7)]&&_0x9ec83e(0x23e)==_0x11aced[_0x9ec83e(0xc5)]&&_0x11aced[_0x9ec83e(0x203)]==_0x1a17e8&&qt(_0x11aced,_0x29fe58)&&(_0x326749(_0x11aced[_0x9ec83e(0x134)](),_0x262367)||_0x326749(_0x262367,_0x11aced[_0x9ec83e(0x134)]()))){if(_0x1fd0f4){if(_0x11aced[_0x9ec83e(0x131)]&&_0x11aced[_0x9ec83e(0x131)][_0x9ec83e(0x10e)])continue;for(const _0x5c7921 of _0x11aced[_0x9ec83e(0x134)]())_0x1fd0f4[_0x9ec83e(0x1ff)](_0x5c7921)||_0x1fd0f4[_0x9ec83e(0x175)](_0x5c7921);_0x11aced[_0x9ec83e(0x1cc)]();}else{_0x1fd0f4=_0x11aced;for(const _0x15b6b7 of _0x262367)_0x11aced[_0x9ec83e(0x1ff)](_0x15b6b7)||_0x11aced[_0x9ec83e(0x175)](_0x15b6b7);}}if(_0x1fd0f4)return _0x1fd0f4;_0x3cb6a9[_0x9ec83e(0x186)]();for(const {suggestion:_0x3d3360,meta:_0x191f2c}of this[_0x9ec83e(0x182)](_0x262367,_0x9ec83e(0x23e)))_0x191f2c[_0x9ec83e(0xcd)]&&(this[_0x9ec83e(0x9f)]||!_0x191f2c[_0x9ec83e(0x245)]&&!_0x191f2c[_0x9ec83e(0x122)])&&qt(_0x3d3360,_0x29fe58)&&_0x3cb6a9[_0x9ec83e(0xe5)](_0x3d3360);for(const _0x7db667 of _0x3cb6a9){const _0x20001f=_0x7db667[_0x9ec83e(0x134)]();if(!_0x29fe58||!_0x29fe58[_0x9ec83e(0x1a1)]){if(_0x262367[_0x9ec83e(0x213)](_0x500275=>_0x20001f[_0x9ec83e(0xf2)](_0x16b852=>_0x16b852[_0x9ec83e(0x14e)](_0x500275,!0x0))))return _0x7db667;}(!_0x7db667[_0x9ec83e(0x135)]||!_0x7db667[_0x9ec83e(0x135)][_0x9ec83e(0x1a1)])&&(_0x20001f[_0x9ec83e(0x213)](_0x1760bc=>_0x262367[_0x9ec83e(0xf2)](_0x34ab12=>_0x34ab12[_0x9ec83e(0x14e)](_0x1760bc,!0x0)))&&_0x7db667[_0x9ec83e(0x189)]());}const _0x4a06aa=_0x3ea9ec(),_0x40b940=_0x5e2dbb['id'],_0x1ca861=_0x9ec83e(0x21f)+_0x1a17e8,_0x2f9aa3=this[_0x9ec83e(0x21d)]({'id':_0x4a06aa,'type':_0x1ca861,'createdAt':new Date(),'authorId':_0x40b940,'attributes':_0x29fe58});for(const _0xe2b186 of _0x262367)_0xe2b186[_0x9ec83e(0xbb)](),_0xe2b186[_0x9ec83e(0xd1)]||_0x9ec83e(0x183)==_0xe2b186[_0x9ec83e(0x1e3)][_0x9ec83e(0x174)]||this[_0x9ec83e(0x172)](_0x1ca861,_0x4a06aa,_0x40b940,_0xe2b186,_0x2a0d93[_0x9ec83e(0xe1)]());return _0x2f9aa3;}[_0x105d42(0xa3)](_0x54ee8d,_0x304384,_0x7a679f,_0x2e7086,_0x1fec6d){const _0x8a1f57=_0x105d42;if(_0x54ee8d[_0x8a1f57(0xd1)])return[];if(_0x8a1f57(0x1d2)===this[_0x8a1f57(0x1f3)])return[];const _0x1d7f76=this[_0x8a1f57(0x20b)][_0x8a1f57(0x14b)][_0x8a1f57(0x10b)](_0x8a1f57(0x1b0))['me']['id'],_0x2a8c7b=Array[_0x8a1f57(0xe0)](this[_0x8a1f57(0x116)][_0x8a1f57(0xc8)]())[_0x8a1f57(0x144)](_0x455773=>_0x8a1f57(0xaf)==_0x455773[_0x8a1f57(0xc5)]&&_0x455773[_0x8a1f57(0x161)][_0x8a1f57(0xfd)]==_0x304384&&_0x455773[_0x8a1f57(0x1ff)](_0x54ee8d));if(_0x8a1f57(0x215)===this[_0x8a1f57(0x1f3)]){const _0x59c007=this[_0x8a1f57(0x182)](_0x54ee8d,_0x8a1f57(0x15c))[_0x8a1f57(0x144)](({meta:_0x1b7745})=>_0x1b7745[_0x8a1f57(0xcd)]&&!_0x1b7745[_0x8a1f57(0x122)]&&!_0x1b7745[_0x8a1f57(0xac)])[_0x8a1f57(0xbe)](({suggestion:_0x868ac5})=>_0x868ac5);_0x2a8c7b[_0x8a1f57(0x23c)](..._0x59c007);}const _0x1973c5=new Map([[_0x54ee8d,_0x7a679f]]);for(const _0x3eb6a5 of _0x2a8c7b){const _0x5f13be=_0x8a1f57(0xaf)==_0x3eb6a5[_0x8a1f57(0xc5)]?_0x3eb6a5[_0x8a1f57(0x161)][_0x8a1f57(0xde)]:void 0x0,_0x1a99eb=_0x3eb6a5[_0x8a1f57(0x1eb)](),_0x4dc6d0=Array[_0x8a1f57(0xe0)](_0x1973c5[_0x8a1f57(0xf0)]())[_0x8a1f57(0xa4)](_0x229e49=>_0x229e49[_0x8a1f57(0x106)](_0x1a99eb));if(!_0x4dc6d0)continue;const _0x351c61=_0x4dc6d0[_0x8a1f57(0xd4)](_0x1a99eb);this[_0x8a1f57(0xec)](_0x304384)&&_0x8a1f57(0x15c)==_0x3eb6a5[_0x8a1f57(0xc5)]&&0x0!=_0x351c61[_0x8a1f57(0x10e)]||(_0x1973c5[_0x8a1f57(0x12b)](_0x4dc6d0),_0x351c61[_0x8a1f57(0x1dc)](_0xa42d8=>{const _0x4f7b24=_0x8a1f57;_0x1973c5[_0x4f7b24(0x168)](_0xa42d8,_0x7a679f);}),_0x8a1f57(0x15c)!=_0x3eb6a5[_0x8a1f57(0xc5)]&&_0x5f13be!=_0x2e7086&&_0x1973c5[_0x8a1f57(0x168)](_0x4dc6d0[_0x8a1f57(0x118)](_0x1a99eb),_0x5f13be));}const _0x3428a3=[];for(const [_0x1e6127,_0xa77bc7]of _0x1973c5){const _0x309b32=_0x3ea9ec(),_0x3ee260={'key':_0x304384,'oldValue':_0xa77bc7,'newValue':_0x2e7086};_0x304384[_0x8a1f57(0x10e)]>0x25&&console[_0x8a1f57(0x1b8)](_0x8a1f57(0x1bc),{'key':_0x304384});const _0x302454=(_0x8a1f57(0x1ea)+(_0x304384+'|'+Gt({'newValue':_0x2e7086})))[_0x8a1f57(0x140)](0x0,0x3c),_0x40d037=this[_0x8a1f57(0x21d)]({'id':_0x309b32,'type':_0x302454,'data':_0x3ee260,'createdAt':new Date(),'authorId':_0x1d7f76,'attributes':_0x1fec6d});_0x3428a3[_0x8a1f57(0x22b)](_0x40d037),this[_0x8a1f57(0x172)](_0x302454,_0x309b32,_0x1d7f76,_0x1e6127);}return _0x3428a3;}[_0x105d42(0x130)](_0x26d583){const _0x42d870=_0x105d42;this[_0x42d870(0xe3)](_0x26d583,(_0x2cb969,..._0x2f7a6e)=>{const _0x3aae6f=_0x42d870;this[_0x3aae6f(0x22d)](()=>{_0x2cb969(..._0x2f7a6e);});});}[_0x105d42(0xfb)](_0x51ba66){const _0x413321=_0x105d42;this[_0x413321(0x21a)][_0x413321(0xe5)](_0x51ba66);}[_0x105d42(0x160)](_0x2b3324){const _0x2ad399=_0x105d42;this[_0x2ad399(0x1f2)][_0x2ad399(0xe5)](_0x2b3324);}[_0x105d42(0xb0)](_0x5286bf){const _0x188e3a=_0x105d42;return _0x188e3a(0xaf)==_0x5286bf[_0x188e3a(0xc5)]?_0x5286bf[_0x188e3a(0x203)][_0x188e3a(0x235)]('|')[0x0]:null;}[_0x105d42(0x1db)](_0x220d63,_0x35b6d3){const _0x41885f=_0x105d42,_0x39a62d=_0x220d63[_0x41885f(0x120)]();this[_0x41885f(0x11f)][_0x41885f(0x225)](_0x1ccede=>{const _0x55b1db=_0x41885f;_0x1ccede[_0x55b1db(0x13e)](_0x39a62d,{'range':_0x35b6d3});});}[_0x105d42(0x108)](_0x4dda42){const _0x2f666a=_0x105d42,_0x4c2fb4=_0x4dda42['id'],_0x3dc947=this[_0x2f666a(0x20b)][_0x2f666a(0x21c)][_0x2f666a(0x10b)](_0x2f666a(0x22f));this[_0x2f666a(0xe8)][_0x2f666a(0xb7)](_0x4c2fb4)||this[_0x2f666a(0xe8)][_0x2f666a(0x19a)]({'channelId':_0x3dc947,'threadId':_0x4c2fb4,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x43545b=this[_0x2f666a(0xe8)][_0x2f666a(0x16f)](_0x4c2fb4);_0x43545b[_0x2f666a(0x170)](_0x2f666a(0x184)),_0x43545b[_0x2f666a(0x184)]=!0x1,_0x4dda42[_0x2f666a(0x131)]=_0x43545b;}[_0x105d42(0x1fb)](_0x590ebb,_0x285b74,_0x590027,_0x6d4a2a){const _0x35e97b=_0x105d42;if(_0x590ebb[_0x35e97b(0xc5)]!=_0x285b74||_0x590ebb[_0x35e97b(0x203)]!=_0x590027||_0x590ebb[_0x35e97b(0x11d)]['id']!=_0x6d4a2a)throw this[_0x35e97b(0x20b)][_0x35e97b(0x113)](_0x35e97b(0x15f)),new _0x243083(_0x35e97b(0x15f),this);}[_0x105d42(0x1a8)](_0x56d2b0,_0x40a037){const _0x565575=_0x105d42,_0x196901=_0x56d2b0[_0x565575(0x1eb)]();if(_0x40a037[_0x565575(0x1b5)](_0x196901))_0x56d2b0[_0x565575(0x1cc)]();else{if(_0x196901[_0x565575(0x14e)](_0x40a037)){const _0x27f794=this[_0x565575(0x11f)][_0x565575(0x1d3)](_0x40a037[_0x565575(0x1a6)][_0x565575(0x98)],_0x565575(0x148));this[_0x565575(0x1db)](_0x56d2b0,this[_0x565575(0x11f)][_0x565575(0x15d)](_0x196901[_0x565575(0x1a6)],_0x27f794));const _0xaafef0=_0x3ea9ec(),_0x4a95a8=_0x56d2b0[_0x565575(0x11d)]['id'],_0x18267a=_0x56d2b0[_0x565575(0xc5)]+':'+_0x56d2b0[_0x565575(0x203)];this[_0x565575(0x21d)]({'id':_0xaafef0,'type':_0x18267a,'createdAt':new Date(),'authorId':_0x4a95a8,'data':_0x56d2b0[_0x565575(0x161)],'attributes':_0x56d2b0[_0x565575(0x135)]});const _0x83c03=this[_0x565575(0x11f)][_0x565575(0x1d3)](_0x40a037[_0x565575(0x148)][_0x565575(0x1da)],_0x565575(0xca)),_0x3bf325=this[_0x565575(0x11f)][_0x565575(0x15d)](_0x83c03,_0x196901[_0x565575(0x148)]);this[_0x565575(0x172)](_0x18267a,_0xaafef0,_0x4a95a8,_0x3bf325);}else{if(_0x196901[_0x565575(0x10a)](_0x40a037[_0x565575(0x1a6)])){const _0xa76fc2=this[_0x565575(0x11f)][_0x565575(0x1d3)](_0x40a037[_0x565575(0x1a6)][_0x565575(0x98)],_0x565575(0x148));this[_0x565575(0x1db)](_0x56d2b0,this[_0x565575(0x11f)][_0x565575(0x15d)](_0x196901[_0x565575(0x1a6)],_0xa76fc2));}else{const _0xc50103=this[_0x565575(0x11f)][_0x565575(0x1d3)](_0x40a037[_0x565575(0x148)][_0x565575(0x1da)],_0x565575(0xca));this[_0x565575(0x1db)](_0x56d2b0,this[_0x565575(0x11f)][_0x565575(0x15d)](_0xc50103,_0x196901[_0x565575(0x148)]));}}}}[_0x105d42(0xa7)](_0x40015a){const _0x23fca8=_0x105d42;for(const {suggestion:_0x4fe156,meta:_0x4c8c16}of this[_0x23fca8(0x182)](_0x40015a,_0x23fca8(0x15c))){if(!_0x4c8c16[_0x23fca8(0xcd)])continue;const _0x20ca8e=_0x4fe156[_0x23fca8(0x134)]();for(const _0xd7fc38 of _0x20ca8e)if(!_0x40015a[_0x23fca8(0xd4)](_0xd7fc38)[_0x23fca8(0x10e)])return!0x0;}return!0x1;}[_0x105d42(0x192)](_0x2da806){const _0x41bb17=_0x105d42,_0x4fafa7=this[_0x41bb17(0x20b)][_0x41bb17(0x14b)][_0x41bb17(0x10b)](_0x41bb17(0x1b0))[_0x41bb17(0xfa)](_0x2da806);if(!_0x4fafa7)throw new _0x243083(_0x41bb17(0x216),this);return _0x4fafa7;}[_0x105d42(0xcf)](_0xc4daa8){const _0x5bcda9=_0x105d42,_0x5d4749=this[_0x5bcda9(0x20b)][_0x5bcda9(0x14b)][_0x5bcda9(0x10b)](_0x5bcda9(0x1b0)),_0x47d073=_0x572cac(_0x5bcda9(0x19c)+_0xc4daa8),_0x1ca7aa=_0x5d4749[_0x5bcda9(0xfa)](_0x47d073);return _0x1ca7aa||_0x5d4749[_0x5bcda9(0x196)]({'id':_0x47d073,'name':_0xc4daa8});}[_0x105d42(0x241)](_0x387aef,_0x4cdff6,_0x36fee7,_0x4a96b7,_0x1e5ca2){const _0x2e67bb=_0x105d42,_0x216f1e=this[_0x2e67bb(0x192)](_0x4a96b7),_0x255c12=this[_0x2e67bb(0x138)][_0x2e67bb(0x1c5)](_0x387aef,_0x4cdff6,_0x36fee7,_0x216f1e,_0x1e5ca2,_0x562948=>{const _0x14ff23=_0x2e67bb;this[_0x14ff23(0x1e0)](_0x36fee7,{'attributes':_0x562948});const _0x56903b=this[_0x14ff23(0x16d)](_0x36fee7);this[_0x14ff23(0x1ef)](new Set([_0x56903b])),this[_0x14ff23(0x12c)](new Set([_0x56903b]));});return this[_0x2e67bb(0xda)](_0x255c12,_0x2e67bb(0xc1),()=>{const _0x2809bc=_0x2e67bb;this[_0x2809bc(0x1e0)](_0x36fee7,{'state':_0x2809bc(0xd6)});},{'priority':_0x2e67bb(0x15b)}),this[_0x2e67bb(0xda)](_0x255c12,_0x2e67bb(0x189),()=>{const _0x597fb1=_0x2e67bb;this[_0x597fb1(0x1e0)](_0x36fee7,{'state':_0x597fb1(0x1cb)});},{'priority':_0x2e67bb(0x15b)}),this[_0x2e67bb(0x116)][_0x2e67bb(0x168)](_0x36fee7,_0x255c12),this[_0x2e67bb(0x1f4)][_0x2e67bb(0x168)](_0x255c12,_0x2e67bb(0x101)),_0x255c12;}[_0x105d42(0x110)](_0x3d6207){const _0x5d0717=_0x105d42,_0xf92728=_0x3d6207[_0x5d0717(0x235)](':');return{'group':_0xf92728[0x0],'type':_0xf92728[0x1],'subType':_0xf92728[_0x5d0717(0x10e)]>=0x5?_0xf92728[0x2]:null,'id':_0xf92728[_0x5d0717(0x10e)]<0x5?_0xf92728[0x2]:_0xf92728[0x3],'authorId':_0xf92728[_0x5d0717(0x10e)]<0x5?_0xf92728[0x3]:_0xf92728[0x4],'markerCount':0x6==_0xf92728[_0x5d0717(0x10e)]?_0xf92728[0x5]:null};}[_0x105d42(0x17e)](_0x37ac48,_0x568306,_0x35d128){const _0x2e3e97=_0x105d42,_0x38516e=_0x37ac48[_0x2e3e97(0x1eb)](),_0x2fd764=_0x38516e[_0x2e3e97(0x1a6)],_0x464005=_0x38516e[_0x2e3e97(0x148)];this[_0x2e3e97(0x1db)](_0x37ac48,this[_0x2e3e97(0x11f)][_0x2e3e97(0x15d)](_0x2fd764,_0x568306));const _0x559d27=_0x3ea9ec(),_0x25899d=_0x37ac48[_0x2e3e97(0x11d)]['id'],_0x115518=_0x37ac48[_0x2e3e97(0xc5)]+(_0x37ac48[_0x2e3e97(0x203)]?':'+_0x37ac48[_0x2e3e97(0x203)]:'');this[_0x2e3e97(0x21d)]({'id':_0x559d27,'type':_0x115518,'createdAt':new Date(),'authorId':_0x25899d,'originalSuggestionId':_0x37ac48['id'],'attributes':_0x37ac48[_0x2e3e97(0x135)],'data':_0x37ac48[_0x2e3e97(0x161)]});const _0x1af405=this[_0x2e3e97(0xb0)](_0x37ac48);(_0x2e3e97(0x19d)==_0x37ac48[_0x2e3e97(0xc5)]||_0x1af405&&this[_0x2e3e97(0xec)](_0x1af405))&&(_0x35d128=this[_0x2e3e97(0x11f)][_0x2e3e97(0x14c)](_0x35d128[_0x2e3e97(0x1da)])),this[_0x2e3e97(0x172)](_0x115518,_0x559d27,_0x25899d,this[_0x2e3e97(0x11f)][_0x2e3e97(0x15d)](_0x35d128,_0x464005));}[_0x105d42(0x182)](_0x205bfe,_0x2fc3ba=null){const _0xa2d2c=_0x105d42,_0x56da95=[],_0x1222c5=this[_0xa2d2c(0x20b)][_0xa2d2c(0x14b)][_0xa2d2c(0x10b)](_0xa2d2c(0x1b0))['me'];Array[_0xa2d2c(0x1a5)](_0x205bfe)||(_0x205bfe=[_0x205bfe]);for(const _0x461763 of this[_0xa2d2c(0xbf)]()){if(!_0x461763[_0xa2d2c(0xc7)])continue;if(_0x2fc3ba&&_0x461763[_0xa2d2c(0xc5)]!=_0x2fc3ba)continue;let _0x4f6e69=!0x1;for(const _0x35f5e9 of _0x461763[_0xa2d2c(0x134)]()){for(const _0x5d2ff2 of _0x205bfe){const _0x2a844f=_0x5d2ff2[_0xa2d2c(0x1a6)][_0xa2d2c(0x1b5)](_0x35f5e9[_0xa2d2c(0x148)])||_0x5d2ff2[_0xa2d2c(0x148)][_0xa2d2c(0x1b5)](_0x35f5e9[_0xa2d2c(0x1a6)]);if(_0x2a844f||_0x5d2ff2[_0xa2d2c(0x118)](_0x35f5e9)){const _0x3380a3=_0x5d2ff2[_0xa2d2c(0x14e)](_0x35f5e9)&&Ot(this[_0xa2d2c(0x11f)][_0xa2d2c(0x115)],_0x35f5e9[_0xa2d2c(0x1a6)],_0x5d2ff2),_0x1d98a6=_0x35f5e9[_0xa2d2c(0x14e)](_0x5d2ff2)&&Ot(this[_0xa2d2c(0x11f)][_0xa2d2c(0x115)],_0x5d2ff2[_0xa2d2c(0x1a6)],_0x35f5e9);_0x56da95[_0xa2d2c(0x22b)]({'suggestion':_0x461763,'meta':{'isOwn':_0x1222c5==_0x461763[_0xa2d2c(0x158)],'isNextTo':_0x2a844f,'isInsideObject':_0x3380a3,'containsRangeInObject':_0x1d98a6}}),_0x4f6e69=!0x0;break;}}if(_0x4f6e69)break;}}return _0x56da95;}[_0x105d42(0x172)](_0x102901,_0x393fa1,_0x1e4870,_0x110664,_0x55da46){const _0xf4a18b=_0x105d42;this[_0xf4a18b(0x11f)][_0xf4a18b(0x225)](_0x32be89=>{const _0x4b6c04=_0xf4a18b;let _0x3a0175=_0x4b6c04(0x145)+_0x102901+':'+_0x393fa1+':'+_0x1e4870;_0x55da46&&(_0x3a0175=_0x3a0175+':'+_0x55da46),_0x32be89[_0x4b6c04(0x18d)](_0x3a0175,{'range':_0x110664,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x105d42(0xf4)](_0x109c2a){const _0x7a6922=_0x105d42,_0x42b3ea=_0x109c2a[_0x7a6922(0x176)],_0xca50a0=_0x109c2a[_0x7a6922(0x1e4)];_0x109c2a[_0x7a6922(0x176)]=null,_0x109c2a[_0x7a6922(0x1e4)]=null,null!=_0x42b3ea&&_0x42b3ea[_0x7a6922(0x1e4)]==_0x109c2a&&(_0x42b3ea[_0x7a6922(0x1e4)]=_0xca50a0),null!=_0xca50a0&&_0xca50a0[_0x7a6922(0x176)]==_0x109c2a&&(_0xca50a0[_0x7a6922(0x176)]=_0x42b3ea),_0x7a6922(0x1ab)==this[_0x7a6922(0x1f4)][_0x7a6922(0x10b)](_0x109c2a)&&(this[_0x7a6922(0x1f4)][_0x7a6922(0x168)](_0x109c2a,_0x7a6922(0xf9)),this[_0x7a6922(0xeb)](_0x7a6922(0xa5),_0x109c2a,_0x42b3ea,_0xca50a0));}[_0x105d42(0x21d)](_0x1d98d3){const _0x5a2f2a=_0x105d42,_0x5a52bf=_0x1d98d3['id'],_0x3bcd5a=this[_0x5a2f2a(0x141)](_0x1d98d3);if(this[_0x5a2f2a(0x151)]&&this[_0x5a2f2a(0x151)][_0x5a2f2a(0x197)]){const _0xd67f4d=this[_0x5a2f2a(0x20b)][_0x5a2f2a(0x14b)][_0x5a2f2a(0x10b)](_0x5a2f2a(0x194)),_0x2205b4=_0x3bcd5a[_0x5a2f2a(0x23a)],_0xc25cc0=_0x3bcd5a[_0x5a2f2a(0x203)]?_0x3bcd5a[_0x5a2f2a(0xc5)]+':'+_0x3bcd5a[_0x5a2f2a(0x203)]:_0x3bcd5a[_0x5a2f2a(0xc5)],_0xc43ef7=this[_0x5a2f2a(0x20b)][_0x5a2f2a(0x1b1)],_0x53c729=_0xd67f4d[_0x5a2f2a(0xe5)](_0xe6e22a(_0xc43ef7,_0x5a2f2a(0x1b6))),_0x299abb={'id':_0x5a52bf,'type':_0xc25cc0,'hasComments':_0x2205b4,'data':_0x1d98d3[_0x5a2f2a(0x161)]||null,'originalSuggestionId':_0x1d98d3[_0x5a2f2a(0x1de)]||null,'attributes':_0x3bcd5a[_0x5a2f2a(0x135)]};this[_0x5a2f2a(0x151)][_0x5a2f2a(0x197)](_0x299abb)[_0x5a2f2a(0x9b)](_0x52e352=>{const _0x10ed91=_0x5a2f2a;_0x3bcd5a[_0x10ed91(0x16b)]=!0x0,_0xd67f4d[_0x10ed91(0x1bb)](_0x53c729),_0x52e352&&_0x52e352[_0x10ed91(0x154)]&&(this[_0x10ed91(0x116)][_0x10ed91(0x10b)](_0x5a52bf)[_0x10ed91(0x154)]=_0x52e352[_0x10ed91(0x154)]);})[_0x5a2f2a(0xe2)](_0x4ed5e2=>{const _0x1f12ee=_0x5a2f2a;throw _0x12a7af(_0x1f12ee(0x1e2)),this[_0x1f12ee(0x20b)][_0x1f12ee(0x200)][_0x1f12ee(0x207)]({'isUndoable':!0x1},()=>{const _0x8b580b=_0x1f12ee;_0x3bcd5a[_0x8b580b(0x189)]();}),_0x3bcd5a[_0x1f12ee(0x205)](),this[_0x1f12ee(0x116)][_0x1f12ee(0x12b)](_0x3bcd5a['id']),this[_0x1f12ee(0x1f4)][_0x1f12ee(0x12b)](_0x3bcd5a),_0x4ed5e2;});}return _0x3bcd5a;}[_0x105d42(0xec)](_0x5dd541){const _0x4e29a0=_0x105d42;return this[_0x4e29a0(0x21a)][_0x4e29a0(0x109)](_0x5dd541);}[_0x105d42(0x1e0)](_0x471a73,_0x449b3b){const _0x4912e9=_0x105d42,_0x43a29=this[_0x4912e9(0x20b)][_0x4912e9(0x14b)][_0x4912e9(0x10b)](_0x4912e9(0x194)),_0x4dab21=this[_0x4912e9(0x16d)](_0x471a73);if(this[_0x4912e9(0x151)]&&this[_0x4912e9(0x151)][_0x4912e9(0x11a)]){if(_0x4dab21[_0x4912e9(0x16b)]){const _0x33818b=_0x43a29[_0x4912e9(0xe5)](_0xe6e22a(this[_0x4912e9(0x20b)][_0x4912e9(0x1b1)],_0x4912e9(0x1b6)));this[_0x4912e9(0x151)][_0x4912e9(0x11a)](_0x471a73,_0x449b3b)[_0x4912e9(0x9b)](()=>{const _0x299dbf=_0x4912e9;_0x43a29[_0x299dbf(0x1bb)](_0x33818b);});}else _0x4dab21['on'](_0x4912e9(0x126),()=>{const _0x202c8b=_0x4912e9;this[_0x202c8b(0x1e0)](_0x471a73,_0x449b3b);});}}[_0x105d42(0xc4)](_0x3a30c9){const _0x1e991b=_0x105d42;if(!this[_0x1e991b(0x151)]||!this[_0x1e991b(0x151)][_0x1e991b(0x16d)])throw new _0x243083(_0x1e991b(0xba),this);return this[_0x1e991b(0x151)][_0x1e991b(0x16d)](_0x3a30c9);}[_0x105d42(0x221)](_0x1d5d65){const _0x252b1d=_0x105d42,{id:_0x5dd924,type:_0x4f58b2,subType:_0x9431d5,authorId:_0x382c5d}=this[_0x252b1d(0x110)](_0x1d5d65),_0x137f97=this[_0x252b1d(0x116)][_0x252b1d(0x10b)](_0x5dd924)||this[_0x252b1d(0x241)](_0x4f58b2,_0x9431d5,_0x5dd924,_0x382c5d,{});switch(this[_0x252b1d(0x1fb)](_0x137f97,_0x4f58b2,_0x9431d5,_0x382c5d),this[_0x252b1d(0x1f4)][_0x252b1d(0x10b)](_0x137f97)){case _0x252b1d(0x101):this[_0x252b1d(0xc4)](_0x5dd924)[_0x252b1d(0x9b)](_0xe30841=>{const _0x7d4177=_0x252b1d;let _0x2e3eb2=Promise[_0x7d4177(0x243)]();_0xe30841[_0x7d4177(0x23a)]&&(_0x2e3eb2=this[_0x7d4177(0xe8)][_0x7d4177(0x124)]({'channelId':this[_0x7d4177(0x20b)][_0x7d4177(0x21c)][_0x7d4177(0x10b)](_0x7d4177(0x22f)),'threadId':_0x5dd924})),_0x2e3eb2[_0x7d4177(0x9b)](()=>{const _0x3206ab=_0x7d4177;this[_0x3206ab(0x141)](_0xe30841)[_0x3206ab(0x16b)]=!0x0;});}),this[_0x252b1d(0x1f4)][_0x252b1d(0x168)](_0x137f97,_0x252b1d(0xe9));break;case _0x252b1d(0xf9):this[_0x252b1d(0x1e0)](_0x5dd924,{'state':_0x252b1d(0x1c2)});case _0x252b1d(0x1a7):this[_0x252b1d(0x1f4)][_0x252b1d(0x168)](_0x137f97,_0x252b1d(0x1ab)),this[_0x252b1d(0xeb)](_0x252b1d(0xb3),_0x137f97);break;case _0x252b1d(0x1ab):this[_0x252b1d(0xeb)](_0x252b1d(0x169),_0x137f97);}return _0x137f97[_0x252b1d(0x119)](_0x1d5d65),_0x137f97;}[_0x105d42(0x12c)](_0x3b9485){const _0x431a42=_0x105d42,_0x524ced=Array[_0x431a42(0xe0)](_0x3b9485),_0x5c7943=_0x524ced[_0x431a42(0x144)](_0xb3950d=>_0x431a42(0xaf)==_0xb3950d[_0x431a42(0xc5)]);this[_0x431a42(0x132)](_0x5c7943);const _0x443bf8=_0x524ced[_0x431a42(0x144)](_0x388ac1=>!_0x388ac1[_0x431a42(0x143)]&&_0x431a42(0xaf)!=_0x388ac1[_0x431a42(0xc5)]),_0x48bec9=this[_0x431a42(0xbf)]({'skipNotAttached':!0x0})[_0x431a42(0x144)](_0x2d1e0b=>!_0x2d1e0b[_0x431a42(0x143)]&&_0x431a42(0xaf)!=_0x2d1e0b[_0x431a42(0xc5)]),_0x3320aa=_0x48bec9[_0x431a42(0x144)](_0x22c6ce=>!_0x3b9485[_0x431a42(0x109)](_0x22c6ce)),_0x4c6526=new Map(_0x48bec9[_0x431a42(0xbe)](_0x29c557=>[_0x29c557,this[_0x431a42(0x138)][_0x431a42(0x1c7)](_0x29c557[_0x431a42(0xc5)],_0x29c557[_0x431a42(0x203)],_0x431a42(0x1c4))])),_0x1f3ede=new Map(_0x48bec9[_0x431a42(0xbe)](_0x1cc10d=>[_0x1cc10d,_0x1cc10d[_0x431a42(0x1eb)]()])),_0x400bf1=new Set(),_0x398d19=new Set();for(let _0x30386b=0x0;_0x30386b<_0x443bf8[_0x431a42(0x10e)];_0x30386b++)_0x5af129(_0x443bf8[_0x30386b],_0x443bf8,_0x30386b+0x1);for(let _0x2a179e=0x0;_0x2a179e<_0x443bf8[_0x431a42(0x10e)];_0x2a179e++)_0x5af129(_0x443bf8[_0x2a179e],_0x3320aa,0x0);const _0x38e387=new Set();for(let _0x563685=0x0;_0x563685<_0x443bf8[_0x431a42(0x10e)];_0x563685++){const _0x33282d=_0x443bf8[_0x563685];!_0x398d19[_0x431a42(0x109)](_0x33282d)&&_0x33282d[_0x431a42(0x176)]&&(_0x38e387[_0x431a42(0xe5)](_0x33282d[_0x431a42(0x176)]),_0x33282d[_0x431a42(0x176)][_0x431a42(0x1e4)]===_0x33282d&&(_0x33282d[_0x431a42(0x176)][_0x431a42(0x1e4)]=null),_0x33282d[_0x431a42(0x176)]=null),!_0x400bf1[_0x431a42(0x109)](_0x33282d)&&_0x33282d[_0x431a42(0x1e4)]&&(_0x38e387[_0x431a42(0xe5)](_0x33282d[_0x431a42(0x1e4)]),_0x33282d[_0x431a42(0x1e4)][_0x431a42(0x176)]===_0x33282d&&(_0x33282d[_0x431a42(0x1e4)][_0x431a42(0x176)]=null),_0x33282d[_0x431a42(0x1e4)]=null);}function _0x5af129(_0x5cb4b3,_0x57ffb2,_0x52c73b){const _0x5d9f80=_0x431a42;for(let _0x25804e=_0x52c73b;_0x25804e<_0x57ffb2[_0x5d9f80(0x10e)];_0x25804e++){const _0x2db5f8=_0x581613(_0x5cb4b3,_0x57ffb2[_0x25804e]);_0x2db5f8&&(_0x2db5f8[0x0][_0x5d9f80(0x1e4)]=_0x2db5f8[0x1],_0x2db5f8[0x1][_0x5d9f80(0x176)]=_0x2db5f8[0x0],_0x400bf1[_0x5d9f80(0xe5)](_0x2db5f8[0x0]),_0x398d19[_0x5d9f80(0xe5)](_0x2db5f8[0x1]));}}function _0x581613(_0x3f8dd6,_0x49a763){const _0x393dfa=_0x431a42;if(_0x3f8dd6[_0x393dfa(0x158)]['id']!==_0x49a763[_0x393dfa(0x158)]['id'])return null;const _0x2500cb=_0x4c6526[_0x393dfa(0x10b)](_0x3f8dd6)(_0x3f8dd6,_0x49a763,_0x1f3ede[_0x393dfa(0x10b)](_0x3f8dd6),_0x1f3ede[_0x393dfa(0x10b)](_0x49a763));if(!_0x2500cb)return null;return _0x4c6526[_0x393dfa(0x10b)](_0x49a763)(_0x3f8dd6,_0x49a763,_0x1f3ede[_0x393dfa(0x10b)](_0x3f8dd6),_0x1f3ede[_0x393dfa(0x10b)](_0x49a763))?_0x2500cb[0x1][_0x393dfa(0x131)]&&_0x2500cb[0x1][_0x393dfa(0x131)][_0x393dfa(0x10e)]?null:_0x2500cb:null;}_0x38e387[_0x431a42(0xf1)]&&this[_0x431a42(0x12c)](_0x38e387);}[_0x105d42(0x132)](_0x48e7f7){const _0x3dc42e=_0x105d42;if(0x0==_0x48e7f7[_0x3dc42e(0x10e)])return;const _0x4d631a=this[_0x3dc42e(0xbf)]({'skipNotAttached':!0x0})[_0x3dc42e(0x144)](_0x3af113=>_0x3dc42e(0xaf)==_0x3af113[_0x3dc42e(0xc5)]&&_0x3af113[_0x3dc42e(0x17f)]),_0x419b03=[],_0x4760cc=new Map();for(const _0x2c346e of _0x4d631a){const _0x18059d=_0x572cac(_0x2c346e[_0x3dc42e(0x135)]);_0x4760cc[_0x3dc42e(0x109)](_0x18059d)||(_0x4760cc[_0x3dc42e(0x168)](_0x18059d,_0x419b03[_0x3dc42e(0x10e)]),_0x419b03[_0x3dc42e(0x22b)]([]));const _0x3d3a65=_0x4760cc[_0x3dc42e(0x10b)](_0x18059d);_0x419b03[_0x3d3a65][_0x3dc42e(0x22b)](_0x2c346e);}!(function(){const _0xc2836d=_0x3dc42e;_0x419b03[_0xc2836d(0x1f1)]((_0x125dd6,_0x5a1185)=>{const _0x17d07c=_0xc2836d,_0x20426f=_0x125dd6[0x0][_0x17d07c(0x154)],_0xb25746=_0x5a1185[0x0][_0x17d07c(0x154)];return _0x20426f==_0xb25746?_0x125dd6[0x0][_0x17d07c(0x135)][_0x17d07c(0x1d4)]<_0x5a1185[0x0][_0x17d07c(0x135)][_0x17d07c(0x1d4)]?-0x1:0x1:_0x20426f<_0xb25746?-0x1:0x1;});for(const _0x4f2a25 of _0x419b03)_0x4f2a25[_0xc2836d(0x1f1)]((_0xbae2f8,_0x3c1578)=>_0xbae2f8['id']<_0x3c1578['id']?-0x1:0x1);}());for(let _0x2a7130=0x0;_0x2a7130<_0x419b03[_0x3dc42e(0x10e)];_0x2a7130++){if(0x0==_0x419b03[_0x2a7130][_0x3dc42e(0x10e)])continue;const _0x1b5c29=[];for(let _0x297e0e=_0x2a7130+0x1;_0x297e0e<_0x419b03[_0x3dc42e(0x10e)];_0x297e0e++)0x0!=_0x419b03[_0x297e0e][_0x3dc42e(0x10e)]&&_0x1c2fa8(_0x419b03[_0x2a7130],_0x419b03[_0x297e0e])&&_0x1b5c29[_0x3dc42e(0x22b)](_0x297e0e);for(const _0x263f4b of _0x1b5c29)_0x419b03[_0x2a7130]=_0x419b03[_0x2a7130][_0x3dc42e(0x211)](_0x419b03[_0x263f4b]),_0x419b03[_0x263f4b]=[];}for(const _0x1ac5a0 of _0x419b03)for(let _0x35de0f=0x0;_0x35de0f<_0x1ac5a0[_0x3dc42e(0x10e)];_0x35de0f++){const _0x2fe7e4=_0x1ac5a0[_0x35de0f+0x1]||null;_0x1ac5a0[_0x35de0f][_0x3dc42e(0x1e4)]!==_0x2fe7e4&&(_0x1ac5a0[_0x35de0f][_0x3dc42e(0x1e4)]=_0x2fe7e4);}for(const _0x3df7f0 of _0x419b03)for(let _0x3030f9=0x0;_0x3030f9<_0x3df7f0[_0x3dc42e(0x10e)];_0x3030f9++){const _0x473bf6=_0x3df7f0[_0x3030f9-0x1]||null;_0x3df7f0[_0x3030f9][_0x3dc42e(0x176)]!==_0x473bf6&&(_0x3df7f0[_0x3030f9][_0x3dc42e(0x176)]=_0x473bf6);}function _0x1c2fa8(_0x262337,_0x3d6545){const _0x5666d6=_0x3dc42e;if(_0x262337[0x0][_0x5666d6(0x135)][_0x5666d6(0x1d4)]!==_0x3d6545[0x0][_0x5666d6(0x135)][_0x5666d6(0x1d4)]&&_0x262337[0x0][_0x5666d6(0x158)]!==_0x3d6545[0x0][_0x5666d6(0x158)])return!0x1;if(!function(_0x44ee93,_0x198079){const _0x68992f=_0x5666d6;if(!_0x44ee93[_0x68992f(0x23a)]&&!_0x198079[_0x68992f(0x23a)])return!0x0;if(_0x44ee93[_0x68992f(0x23a)]&&_0x198079[_0x68992f(0x23a)])return!0x1;if(_0x44ee93[_0x68992f(0x23a)]&&_0x198079[_0x68992f(0x154)]<_0x44ee93[_0x68992f(0x131)][_0x68992f(0x97)][_0x68992f(0x10b)](0x0)[_0x68992f(0x154)])return!0x0;if(_0x198079[_0x68992f(0x23a)]&&_0x44ee93[_0x68992f(0x154)]<_0x198079[_0x68992f(0x131)][_0x68992f(0x97)][_0x68992f(0x10b)](0x0)[_0x68992f(0x154)])return!0x0;return!0x1;}(_0x262337[0x0],_0x3d6545[0x0]))return!0x1;const _0x40ec0c=_0x2bca11(_0x262337[0x0][_0x5666d6(0x135)],_0x5666d6(0x1d4)),_0x21d31b=_0x2bca11(_0x3d6545[0x0][_0x5666d6(0x135)],_0x5666d6(0x1d4));if(!_0x105491(_0x40ec0c,_0x21d31b))return!0x1;return!!_0x262337[_0x5666d6(0x213)](_0x59f4f5=>_0x3d6545[_0x5666d6(0xf2)](_0x3249f1=>_0x59f4f5[_0x5666d6(0x1eb)]()[_0x5666d6(0x1b5)](_0x3249f1[_0x5666d6(0x1eb)]())))&&_0x3d6545[_0x5666d6(0x213)](_0x32db12=>_0x262337[_0x5666d6(0xf2)](_0x4cdf3d=>_0x32db12[_0x5666d6(0x1eb)]()[_0x5666d6(0x1b5)](_0x4cdf3d[_0x5666d6(0x1eb)]())));}}[_0x105d42(0x1ef)](_0x40309e){const _0x36f88f=_0x105d42,_0x1c0cb0=Array[_0x36f88f(0xe0)](_0x40309e),_0x542692=this[_0x36f88f(0xbf)]({'skipNotAttached':!0x0}),_0x7caf28=_0x542692[_0x36f88f(0x144)](_0x1ec760=>!_0x40309e[_0x36f88f(0x109)](_0x1ec760)),_0x2a2ed3=new Map(_0x1c0cb0[_0x36f88f(0xbe)](_0x235046=>[_0x235046,this[_0x36f88f(0x138)][_0x36f88f(0x1c7)](_0x235046[_0x36f88f(0xc5)],_0x235046[_0x36f88f(0x203)],_0x36f88f(0x208))])),_0x24abf5=new Map(_0x542692[_0x36f88f(0xbe)](_0x219591=>[_0x219591,_0x219591[_0x36f88f(0x134)]()]));for(let _0x4e998b=0x0;_0x4e998b<_0x1c0cb0[_0x36f88f(0x10e)];_0x4e998b++){if(_0x4805cf(this,_0x1c0cb0[_0x4e998b],_0x1c0cb0,_0x4e998b+0x1))return!0x0;}for(let _0x15b240=0x0;_0x15b240<_0x1c0cb0[_0x36f88f(0x10e)];_0x15b240++){if(_0x4805cf(this,_0x1c0cb0[_0x15b240],_0x7caf28,0x0))return!0x0;}return!0x1;function _0x4805cf(_0x404484,_0x3b61b9,_0x41bf61,_0x5d469f){const _0x2e778f=_0x36f88f;for(let _0x2e5352=_0x5d469f;_0x2e5352<_0x41bf61[_0x2e778f(0x10e)];_0x2e5352++){const _0x547e9e=_0x41bf61[_0x2e5352];if(_0x547e9e[_0x2e778f(0xc5)]!==_0x3b61b9[_0x2e778f(0xc5)]||_0x547e9e[_0x2e778f(0x158)]['id']!==_0x3b61b9[_0x2e778f(0x158)]['id']||_0x547e9e[_0x2e778f(0x203)]!==_0x3b61b9[_0x2e778f(0x203)])continue;if(!Jt(_0x3b61b9,_0x547e9e))continue;if(_0x2e778f(0xaf)==_0x3b61b9[_0x2e778f(0xc5)]&&_0x3b61b9[_0x2e778f(0x161)][_0x2e778f(0xde)]!=_0x547e9e[_0x2e778f(0x161)][_0x2e778f(0xde)])continue;if(_0x2e778f(0xaf)==_0x3b61b9[_0x2e778f(0xc5)]&&_0x404484[_0x2e778f(0xec)](_0x3b61b9[_0x2e778f(0x161)][_0x2e778f(0xfd)]))continue;if(_0x2e778f(0x19d)==_0x3b61b9[_0x2e778f(0xc5)]){const _0x4162d7=_0x404484[_0x2e778f(0x20b)][_0x2e778f(0x200)],_0x114053=_0x3b61b9[_0x2e778f(0x1fd)]();if(_0x114053&&(_0x4162d7[_0x2e778f(0x115)][_0x2e778f(0x1d5)](_0x114053)||_0x4162d7[_0x2e778f(0x115)][_0x2e778f(0x22e)](_0x114053)))continue;}const _0x474dc=_0x2a2ed3[_0x2e778f(0x10b)](_0x3b61b9),_0x14da32=_0x24abf5[_0x2e778f(0x10b)](_0x3b61b9),_0x503eb4=_0x24abf5[_0x2e778f(0x10b)](_0x547e9e),_0x143c00=_0x3b61b9[_0x2e778f(0x131)]&&_0x3b61b9[_0x2e778f(0x131)][_0x2e778f(0x10e)],_0x4d7714=_0x547e9e[_0x2e778f(0x131)]&&_0x547e9e[_0x2e778f(0x131)][_0x2e778f(0x10e)];if(!_0x143c00&&_0x474dc(_0x503eb4,_0x14da32))return _0x404484[_0x2e778f(0x128)](_0x547e9e,_0x3b61b9),_0x24abf5[_0x2e778f(0x12b)](_0x3b61b9),!0x0;if(!_0x4d7714&&_0x474dc(_0x14da32,_0x503eb4))return _0x404484[_0x2e778f(0x128)](_0x3b61b9,_0x547e9e),_0x24abf5[_0x2e778f(0x12b)](_0x547e9e),!0x0;}return!0x1;}}[_0x105d42(0x128)](_0x243170,_0x594528){const _0x160bf9=_0x105d42;if(_0x243170[_0x160bf9(0x143)]){for(const _0x2e4d56 of _0x594528[_0x160bf9(0x134)]())_0x243170[_0x160bf9(0x175)](_0x2e4d56);}else{const _0x57545d=_0x594528[_0x160bf9(0x1eb)]()[_0x160bf9(0x148)];this[_0x160bf9(0x1db)](_0x243170,this[_0x160bf9(0x11f)][_0x160bf9(0x15d)](_0x243170[_0x160bf9(0x1eb)]()[_0x160bf9(0x1a6)],_0x57545d));}_0x594528[_0x160bf9(0x1cc)]();}[_0x105d42(0xc3)](_0x1080fb,_0x27ef65,_0x13364f){const _0x2a4e4a=_0x105d42,_0x37bdd2=_0x1080fb[_0x2a4e4a(0x146)](_0x2a4e4a(0x100))||_0x1080fb[_0x2a4e4a(0x146)](_0x2a4e4a(0xaf))?_0x2a4e4a(0x125):_0x1080fb[_0x2a4e4a(0x206)]();return _0xe6e22a(this[_0x2a4e4a(0x20b)][_0x2a4e4a(0x1b1)],_0x27ef65+'_'+_0x37bdd2+_0x2a4e4a(0x1cd),_0x13364f);}[_0x105d42(0x18e)](){const _0x590df1=_0x105d42,_0x558748=this[_0x590df1(0x20b)];if(!_0x558748['ui'])return;const {ariaLiveAnnouncer:_0x318972}=_0x558748['ui'];_0x57298e(this[_0x590df1(0x11f)],({left:_0x78f94c,entered:_0x1f3be4})=>{const _0x48c61b=_0x590df1;for(const _0x5d6d68 of _0x78f94c){const {group:_0x374e69,type:_0x5a85b7}=this[_0x48c61b(0x110)](_0x5d6d68[_0x48c61b(0x1f9)]);if(_0x48c61b(0x188)===_0x374e69){_0x318972[_0x48c61b(0x171)](this[_0x48c61b(0xc3)](_0x5a85b7,_0x48c61b(0xe4)));break;}}for(const _0x5df3d2 of _0x1f3be4){const {group:_0x2ab457,type:_0xac5503}=this[_0x48c61b(0x110)](_0x5df3d2[_0x48c61b(0x1f9)]);if(_0x48c61b(0x188)===_0x2ab457){_0x318972[_0x48c61b(0x171)](this[_0x48c61b(0xc3)](_0xac5503,_0x48c61b(0x1dd),_0x1d65d5(_0x4bc2ef)));break;}}});}[_0x105d42(0xfc)](_0x441c54){const _0xeb7a89=_0x105d42;if(this[_0xeb7a89(0x155)])return!0x1;const _0x5019e1=this[_0xeb7a89(0x20b)],_0xdf7dc8=_0x5019e1[_0xeb7a89(0x200)][_0xeb7a89(0x228)][_0xeb7a89(0xdd)][_0xeb7a89(0x11c)]();if(0x0==_0xdf7dc8[_0xeb7a89(0x10e)])return!0x1;const _0x4ac694=[],_0x46957a=_0xdf7dc8[_0xeb7a89(0x144)](_0x5e83d1=>_0xeb7a89(0xaf)==_0x5e83d1[_0xeb7a89(0xc5)]),_0x38b510=_0xdf7dc8[_0xeb7a89(0x144)](_0x4f68c1=>_0xeb7a89(0xf3)==_0x4f68c1[_0xeb7a89(0xc5)]&&_0xeb7a89(0x231)!=_0x4f68c1[_0xeb7a89(0x1f9)]),_0x2a645c=_0xdf7dc8[_0xeb7a89(0x144)](_0xdf3c39=>_0xeb7a89(0x1bb)==_0xdf3c39[_0xeb7a89(0xc5)]&&_0xeb7a89(0x231)!=_0xdf3c39[_0xeb7a89(0x1f9)]);for(const _0x2c179b of _0x46957a)_0x4ac694[_0xeb7a89(0x22b)]({'key':_0x2c179b[_0xeb7a89(0x238)],'newValue':_0x2c179b[_0xeb7a89(0xd9)],'oldValue':_0x2c179b[_0xeb7a89(0x242)],'range':Pt(_0x2c179b[_0xeb7a89(0xab)],_0x5019e1[_0xeb7a89(0x200)])});for(const _0xd85866 of _0x38b510){const _0x3404d3=_0x2a645c[_0xeb7a89(0xa4)](_0x181563=>_0x181563[_0xeb7a89(0x150)][_0xeb7a89(0x1b5)](_0xd85866[_0xeb7a89(0x150)]));_0x3404d3&&_0x4ac694[_0xeb7a89(0x22b)]({'key':_0xeb7a89(0xb4),'newValue':_0xd85866[_0xeb7a89(0x1f9)],'oldValue':_0x3404d3[_0xeb7a89(0x1f9)],'range':_0x5019e1[_0xeb7a89(0x200)][_0xeb7a89(0xc6)](_0xd85866[_0xeb7a89(0x150)][_0xeb7a89(0x214)])});}return 0x0!=_0x4ac694[_0xeb7a89(0x10e)]&&this[_0xeb7a89(0x240)](_0x441c54,_0x4ac694);}[_0x105d42(0x1bd)](_0x509075){const _0x49cee8=_0x105d42;let _0x21895e=!0x1;const _0x8916c3=this[_0x49cee8(0x20b)][_0x49cee8(0x200)][_0x49cee8(0x228)][_0x49cee8(0xdd)][_0x49cee8(0x139)]()[_0x49cee8(0x144)](_0x1a1ae7=>_0x1a1ae7[_0x49cee8(0x161)][_0x49cee8(0x10c)]&&_0x1a1ae7[_0x49cee8(0x1f9)][_0x49cee8(0x146)](_0x49cee8(0x153)));for(const _0x2a7b24 of _0x8916c3){const {subType:_0x4aba09,id:_0x2ec7bc}=this[_0x49cee8(0x110)](_0x2a7b24[_0x49cee8(0x1f9)]),_0x137e74=_0x4aba09[_0x49cee8(0x235)]('|')[0x0];for(const _0x16f89a of this[_0x49cee8(0xbf)]({'skipNotAttached':!0x0}))_0x16f89a['id']!=_0x2ec7bc&&_0x49cee8(0xaf)==_0x16f89a[_0x49cee8(0xc5)]&&_0x16f89a[_0x49cee8(0x161)]&&_0x16f89a[_0x49cee8(0x161)][_0x49cee8(0xfd)]==_0x137e74&&_0x16f89a[_0x49cee8(0x1eb)]()[_0x49cee8(0x106)](_0x2a7b24[_0x49cee8(0x161)][_0x49cee8(0x10c)])&&(this[_0x49cee8(0x164)](_0x16f89a,_0x2a7b24[_0x49cee8(0x161)][_0x49cee8(0x10c)],_0x509075),_0x21895e=!0x0);}return _0x21895e;}[_0x105d42(0x22d)](_0x249f1c){const _0x1f5271=_0x105d42;this[_0x1f5271(0x20b)],(this[_0x1f5271(0x155)]=!0x0,_0x249f1c());}[_0x105d42(0x198)](_0x5914f1){const _0x30b34d=_0x105d42,_0x736199=this[_0x30b34d(0xec)](_0x5914f1),_0x3b66c7=this[_0x30b34d(0x1f2)][_0x30b34d(0x109)](_0x5914f1);return _0x736199||_0x3b66c7;}[_0x105d42(0x240)](_0x5cb8e4,_0x9114b1){const _0x2eca68=_0x105d42;if(0x0==_0x9114b1[_0x2eca68(0x10e)])return!0x1;let _0x255bd3=!0x1;for(const _0x1f46b5 of _0x9114b1){const _0x41c3c8=this[_0x2eca68(0x182)](_0x1f46b5[_0x2eca68(0xab)],_0x2eca68(0xaf))[_0x2eca68(0x144)](_0x3f38c6=>!_0x3f38c6[_0x2eca68(0xdf)][_0x2eca68(0xac)])[_0x2eca68(0xbe)](_0x1a302a=>_0x1a302a[_0x2eca68(0x188)]),_0x326a6b=_0x572cac({'newValue':_0x1f46b5[_0x2eca68(0x20f)]});_0x41c3c8[_0x2eca68(0x144)](_0x3cc660=>{const _0xbee5d2=_0x2eca68,[_0x17c317,_0x527c2a]=_0x3cc660[_0xbee5d2(0x203)][_0xbee5d2(0x235)]('|');return _0x17c317==_0x1f46b5[_0xbee5d2(0xfd)]&&_0x527c2a!=_0x326a6b;})[_0x2eca68(0x1dc)](_0x417569=>{const _0xe82872=_0x2eca68;this[_0xe82872(0x164)](_0x417569,_0x1f46b5[_0xe82872(0xab)],_0x5cb8e4),_0x255bd3=!0x0;});}return _0x255bd3;}[_0x105d42(0x164)](_0x50612b,_0x5e4169,_0x1c4dd8){const _0x2f45b7=_0x105d42,_0x494d98=_0x50612b[_0x2f45b7(0x1eb)]()[_0x2f45b7(0xd4)](_0x5e4169);0x0!==_0x494d98[_0x2f45b7(0x10e)]?0x1!==_0x494d98[_0x2f45b7(0x10e)]?this[_0x2f45b7(0x17e)](_0x50612b,_0x5e4169[_0x2f45b7(0x1a6)],_0x5e4169[_0x2f45b7(0x148)]):this[_0x2f45b7(0x1db)](_0x50612b,_0x494d98[0x0]):_0x1c4dd8[_0x2f45b7(0x114)](_0x50612b[_0x2f45b7(0x120)]());}}class Et{constructor(_0x50fb1d){const _0x3a613f=_0x105d42;this[_0x3a613f(0x1f8)]=_0x50fb1d,this[_0x3a613f(0x11f)]=_0x50fb1d[_0x3a613f(0x200)],this[_0x3a613f(0x1b9)]=new Map(),this[_0x3a613f(0x191)]=new Map(),this[_0x3a613f(0x229)]();}[_0x105d42(0x1c5)](_0x3355cf,_0x4849bd,_0x2fcd20,_0x5409ab,_0x52d214,_0x40038f){const _0x212e04=_0x105d42;return new _0x2a0d93(this[_0x212e04(0x11f)],{'type':_0x3355cf,'subType':_0x4849bd,'id':_0x2fcd20,'author':_0x5409ab,'creator':_0x5409ab,'attributes':_0x52d214,'onAttributesChange':_0x40038f,'onAccept':(..._0x20419f)=>this[_0x212e04(0x1c7)](_0x3355cf,_0x4849bd,_0x212e04(0xc1))(..._0x20419f),'onDiscard':(..._0x3ed195)=>this[_0x212e04(0x1c7)](_0x3355cf,_0x4849bd,_0x212e04(0x189))(..._0x3ed195)});}[_0x105d42(0x16a)](_0x4a41e6,_0xaeab12,_0x1d683e,_0x3ea20e){const _0x289750=_0x105d42,_0x2d9054=_0x4a41e6+':'+_0xaeab12+':'+_0x1d683e;this[_0x289750(0x1b9)][_0x289750(0x168)](_0x2d9054,_0x3ea20e);}[_0x105d42(0x1c7)](_0x4ad5da,_0x40dbc7,_0x1ac45c){const _0x1ab42e=_0x105d42,_0x303400=_0x4ad5da+':'+_0x40dbc7+':'+_0x1ac45c;return this[_0x1ab42e(0x1b9)][_0x1ab42e(0x10b)](_0x303400)||this[_0x1ab42e(0x191)][_0x1ab42e(0x10b)](_0x4ad5da+':'+_0x1ac45c);}[_0x105d42(0x229)](){const _0x5363c2=_0x105d42,_0x2aa64b=()=>!0x1,_0x44aa06=_0x3c814b=>{const _0x1c5dd1=_0x1a0b;_0x3c814b[_0x1c5dd1(0x1f1)]((_0x30506a,_0xde2e8c)=>_0x30506a[_0x1c5dd1(0x1a6)][_0x1c5dd1(0x1f6)](_0xde2e8c[_0x1c5dd1(0x1a6)])?0x1:-0x1),this[_0x1c5dd1(0x11f)][_0x1c5dd1(0x225)](_0x49bb08=>{const _0x17cf4d=_0x1c5dd1;for(const _0x5179e7 of _0x3c814b){let _0x2ca12a;_0x2ca12a=_0x5179e7[_0x17cf4d(0x148)][_0x17cf4d(0x1ca)]&&_0x5179e7[_0x17cf4d(0x148)][_0x17cf4d(0x1da)]==_0x5179e7[_0x17cf4d(0x1a6)][_0x17cf4d(0x214)]?_0x49bb08[_0x17cf4d(0x234)](_0x5179e7[_0x17cf4d(0x1a6)][_0x17cf4d(0x214)],'on'):_0x49bb08[_0x17cf4d(0x234)](_0x5179e7),this[_0x17cf4d(0x11f)][_0x17cf4d(0x147)](_0x2ca12a,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0xb52382=(_0x39a15f,_0xc21112)=>{const _0x257dc5=_0x1a0b;_0xc21112&&this[_0x257dc5(0x11f)][_0x257dc5(0x225)](_0x619e42=>{const _0x2dbe59=_0x257dc5,{commandName:_0x119593,commandParams:_0x3c55bb=[]}=_0xc21112,_0x3aefac=_0x39a15f[_0x2dbe59(0xbe)](_0x5abdd9=>(Vt(_0x5abdd9)&&(_0x5abdd9=this[_0x2dbe59(0x11f)][_0x2dbe59(0x15d)](_0x5abdd9[_0x2dbe59(0x148)])),_0x5abdd9))[_0x2dbe59(0x144)](_0x3f3f72=>_0x2dbe59(0x183)!==_0x3f3f72[_0x2dbe59(0x1e3)][_0x2dbe59(0x174)]);if(_0x3aefac[_0x2dbe59(0x10e)]<0x1)return;const _0x15efd7=Array[_0x2dbe59(0xe0)](this[_0x2dbe59(0x11f)][_0x2dbe59(0x228)][_0x2dbe59(0x136)][_0x2dbe59(0x134)]())[_0x2dbe59(0xbe)](_0x3ff37c=>_0x3754e1[_0x2dbe59(0x18a)](_0x3ff37c));_0x619e42[_0x2dbe59(0xd5)](_0x3aefac);for(const _0x554595 of this[_0x2dbe59(0x1f8)][_0x2dbe59(0x117)][_0x2dbe59(0x117)]())_0x554595[_0x2dbe59(0x190)]();_0x3c55bb[_0x2dbe59(0x22b)]({'forceDefaultExecution':!0x0}),this[_0x2dbe59(0x1f8)][_0x2dbe59(0x163)](_0x119593,..._0x3c55bb);const _0x2845d4=_0x15efd7[_0x2dbe59(0x144)](_0x6dd958=>_0x2dbe59(0x183)!=_0x6dd958[_0x2dbe59(0x1e3)][_0x2dbe59(0x174)]);_0x2845d4[_0x2dbe59(0x10e)]>0x0&&_0x619e42[_0x2dbe59(0xd5)](_0x2845d4);for(const _0x1943fd of _0x15efd7)_0x1943fd[_0x2dbe59(0xbb)]();});},_0x5d4b3a=(_0x40bde1,_0x241312)=>0x1==_0x40bde1[_0x5363c2(0x10e)]&&0x1==_0x241312[_0x5363c2(0x10e)]&&_0x40bde1[0x0][_0x5363c2(0x148)][_0x5363c2(0x1b5)](_0x241312[0x0][_0x5363c2(0x1a6)]),_0x24b5f3=(_0x481c5e,_0x8210ad,_0x284b85,_0x14b9d4)=>Ht(_0x481c5e,_0x8210ad,_0x284b85,_0x14b9d4,this[_0x5363c2(0x11f)])?[_0x481c5e,_0x8210ad]:Ht(_0x8210ad,_0x481c5e,_0x14b9d4,_0x284b85,this[_0x5363c2(0x11f)])?[_0x8210ad,_0x481c5e]:null;this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x1f7),_0x2aa64b),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x105),_0x44aa06),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x19b),_0x5d4b3a),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x1f0),_0x24b5f3),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x121),_0x44aa06),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0xa8),_0x2aa64b),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x195),_0x5d4b3a),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0xae),_0x24b5f3),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x112),_0xb52382),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x1c6),_0x2aa64b),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x9c),_0x5d4b3a),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x159),_0x2aa64b),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x123),_0xb52382),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x104),_0x2aa64b),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0xe6),_0x5d4b3a),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0xef),_0x2aa64b),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x1ad),_0x2aa64b),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x217),(_0xf548a,_0x579ee9)=>{const _0xc94c39=_0x5363c2;if(!_0x579ee9)return;const _0x29b25b=this[_0xc94c39(0x1f8)][_0xc94c39(0x14b)][_0xc94c39(0x10b)](p);this[_0xc94c39(0x11f)][_0xc94c39(0x225)](_0x4253da=>{const _0x59860b=_0xc94c39;if(_0x59860b(0xb4)==_0x579ee9[_0x59860b(0xfd)])for(const _0x5e4d18 of _0xf548a){const _0x54799d=_0x5e4d18[_0x59860b(0x1a6)][_0x59860b(0x214)],_0xd6cad1=_0x579ee9[_0x59860b(0xde)];_0x4253da[_0x59860b(0xd2)](_0x54799d,_0xd6cad1);}else{if(_0x29b25b[_0x59860b(0xec)](_0x579ee9[_0x59860b(0xfd)])){for(const _0x4f0fa4 of _0xf548a)void 0x0!==_0x579ee9[_0x59860b(0xde)]?_0x4253da[_0x59860b(0x180)](_0x579ee9[_0x59860b(0xfd)],_0x579ee9[_0x59860b(0xde)],_0x4f0fa4[_0x59860b(0x1a6)][_0x59860b(0x214)]):_0x4253da[_0x59860b(0x16e)](_0x579ee9[_0x59860b(0xfd)],_0x4f0fa4[_0x59860b(0x1a6)][_0x59860b(0x214)]);}else{for(const _0x54ecf3 of _0xf548a)_0x579ee9[_0x59860b(0xde)]?_0x4253da[_0x59860b(0x180)](_0x579ee9[_0x59860b(0xfd)],_0x579ee9[_0x59860b(0xde)],_0x54ecf3):_0x4253da[_0x59860b(0x16e)](_0x579ee9[_0x59860b(0xfd)],_0x54ecf3);}}});}),this[_0x5363c2(0x191)][_0x5363c2(0x168)](_0x5363c2(0x127),_0x5d4b3a);}}function Ot(_0x1cb90b,_0x3b0fc9,_0x1dbeff){const _0x1641ff=_0x105d42;for(const _0x3d15a0 of _0x3b0fc9[_0x1641ff(0x1da)][_0x1641ff(0x173)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3d15a0[_0x1641ff(0x1e3)]==_0x3d15a0)return!0x1;if(!_0x1dbeff[_0x1641ff(0x1e7)](_0x3d15a0))return!0x1;if(_0x1cb90b[_0x1641ff(0x1d5)](_0x3d15a0)||_0x1cb90b[_0x1641ff(0x22e)](_0x3d15a0))return!0x0;}return!0x1;}function Vt(_0x1c6ee8){const _0xacfed0=_0x105d42;return _0x1c6ee8[_0xacfed0(0x148)][_0xacfed0(0x1da)]==_0x1c6ee8[_0xacfed0(0x1a6)][_0xacfed0(0x214)]&&_0x1c6ee8[_0xacfed0(0x148)][_0xacfed0(0x179)];}function Ut(_0x1c757e,_0x1fe910,_0x3d3181,_0x3d548a){const _0x17c4fb=_0x105d42,_0x24f498=_0x26bcee=>!_0x26bcee[_0x17c4fb(0x17a)]['is'](_0x17c4fb(0x20c))&&!_0x3d548a[_0x17c4fb(0x1d5)](_0x26bcee[_0x17c4fb(0x17a)]),_0x287d4f=_0x1c757e[_0x17c4fb(0x1a6)][_0x17c4fb(0x152)](_0x24f498),_0x15d6c8=_0x1c757e[_0x17c4fb(0x148)][_0x17c4fb(0x152)](_0x24f498,{'direction':_0x17c4fb(0xd0)});return(!_0x1c757e[_0x17c4fb(0x1a6)][_0x17c4fb(0x1b5)](_0x287d4f)||!_0x1c757e[_0x17c4fb(0x148)][_0x17c4fb(0x1b5)](_0x15d6c8))&&(_0x287d4f[_0x17c4fb(0x1f6)](_0x15d6c8)?_0x3d3181[_0x17c4fb(0x13e)](_0x1fe910,{'range':_0x3d3181[_0x17c4fb(0x15d)](_0x287d4f,_0x15d6c8)}):_0x3d3181[_0x17c4fb(0x114)](_0x1fe910),!0x0);}function Gt(_0x25e6c0){return _0x572cac(_0x25e6c0);}function Ft(_0x4ce061){const _0x38c32a=_0x105d42,_0x1e47ad=_0x4ce061[_0x38c32a(0x1a6)][_0x38c32a(0x214)];return _0x1e47ad&&_0x1e47ad['is'](_0x38c32a(0x220));}function Pt(_0x394029,_0x4d87fc){const _0x2b2861=_0x105d42;return null==_0x394029[_0x2b2861(0x148)][_0x2b2861(0x98)]&&_0x394029[_0x2b2861(0x148)][_0x2b2861(0x1da)]==_0x394029[_0x2b2861(0x1a6)][_0x2b2861(0x214)]?Lt(_0x394029[_0x2b2861(0x1a6)][_0x2b2861(0x214)],_0x4d87fc):_0x394029;}function Lt(_0x30dec0,_0x1fac1a){const _0x5b1d9b=_0x105d42,_0x104ebd=_0x1fac1a[_0x5b1d9b(0x115)][_0x5b1d9b(0x1d5)](_0x30dec0)||_0x1fac1a[_0x5b1d9b(0x115)][_0x5b1d9b(0x9e)](_0x30dec0);return _0x1fac1a[_0x5b1d9b(0x15d)](_0x1fac1a[_0x5b1d9b(0x1d3)](_0x30dec0,_0x5b1d9b(0x13f)),_0x104ebd?_0x1fac1a[_0x5b1d9b(0x13c)](_0x30dec0):_0x1fac1a[_0x5b1d9b(0x1d3)](_0x30dec0,_0x5b1d9b(0x148)));}function Ht(_0x1409c2,_0x493b18,_0x4fd5a2,_0x14ab49,_0x11e4d6){const _0x2a0bb0=_0x105d42;if(_0x1409c2[_0x2a0bb0(0x1e4)])return!0x1;if(!Jt(_0x1409c2,_0x493b18))return!0x1;if(_0x4fd5a2[_0x2a0bb0(0x148)][_0x2a0bb0(0x1b5)](_0x14ab49[_0x2a0bb0(0x1a6)]))return!0x0;if(_0x1409c2[_0x2a0bb0(0xc5)]!=_0x493b18[_0x2a0bb0(0xc5)])return!0x1;if(!_0x4fd5a2[_0x2a0bb0(0x148)][_0x2a0bb0(0x16c)](_0x14ab49[_0x2a0bb0(0x1a6)]))return!0x1;const _0x5a4ffd=_0x11e4d6[_0x2a0bb0(0x15d)](_0x4fd5a2[_0x2a0bb0(0x148)],_0x14ab49[_0x2a0bb0(0x1a6)])[_0x2a0bb0(0x1e1)]();for(const _0x1543ea of _0x5a4ffd)if([_0x2a0bb0(0x17d),_0x2a0bb0(0xb1)][_0x2a0bb0(0x1e6)](_0x1543ea[_0x2a0bb0(0xc5)])&&_0x11e4d6[_0x2a0bb0(0x115)][_0x2a0bb0(0x22e)](_0x1543ea[_0x2a0bb0(0x17a)]))return!0x1;return!0x0;}function Jt(_0x58e562,_0x4c559f){const _0x5d3b87=_0x105d42;if(!_0x58e562[_0x5d3b87(0x17f)]||!_0x4c559f[_0x5d3b87(0x17f)])return!0x1;const _0x16df7b=new Set(Object[_0x5d3b87(0xf0)](_0x58e562[_0x5d3b87(0x135)])),_0x244de5=new Set(Object[_0x5d3b87(0xf0)](_0x4c559f[_0x5d3b87(0x135)]));if(_0x16df7b[_0x5d3b87(0x12b)](_0x5d3b87(0x1d4)),_0x244de5[_0x5d3b87(0x12b)](_0x5d3b87(0x1d4)),0x0==_0x16df7b[_0x5d3b87(0xf1)]&&0x0==_0x244de5[_0x5d3b87(0xf1)])return!0x0;if(_0x16df7b[_0x5d3b87(0xf1)]!=_0x244de5[_0x5d3b87(0xf1)])return!0x1;const _0x28f457={..._0x58e562[_0x5d3b87(0x135)]},_0x549846={..._0x4c559f[_0x5d3b87(0x135)]};return delete _0x28f457[_0x5d3b87(0x1d4)],delete _0x549846[_0x5d3b87(0x1d4)],JSON[_0x5d3b87(0x10d)](_0x28f457)==JSON[_0x5d3b87(0x10d)](_0x549846);}function qt(_0x20df2d,_0x3e5760){const _0x26c3ec=_0x105d42,_0x2ee8a8=zt(_0x20df2d[_0x26c3ec(0x135)]),_0x454612=zt(_0x3e5760);if(!_0x20df2d[_0x26c3ec(0x17f)])return!0x1;for(const _0x3c02e1 of Object[_0x26c3ec(0xf0)](_0x454612))if(!_0x105491(_0x2ee8a8[_0x3c02e1],_0x454612[_0x3c02e1]))return!0x1;return!0x0;}function zt(_0x2febea){const _0x165282=_0x105d42,_0x55120b=Object[_0x165282(0xa6)]({},_0x2febea);return delete _0x55120b[_0x165282(0x1a1)],delete _0x55120b[_0x165282(0x1a2)],_0x55120b;}
|