@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240815.0 → 0.0.0-nightly-20240816.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +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": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240816.0",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"CHANGELOG.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
|
45
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
|
46
|
-
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-
|
|
47
|
-
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-
|
|
48
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
|
49
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
|
50
|
-
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-
|
|
51
|
-
"ckeditor5": "0.0.0-nightly-
|
|
52
|
-
"ckeditor5-collaboration": "0.0.0-nightly-
|
|
44
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20240816.0",
|
|
45
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240816.0",
|
|
46
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20240816.0",
|
|
47
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20240816.0",
|
|
48
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20240816.0",
|
|
49
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240816.0",
|
|
50
|
+
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-20240816.0",
|
|
51
|
+
"ckeditor5": "0.0.0-nightly-20240816.0",
|
|
52
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20240816.0",
|
|
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 _0x41c871=_0x21a1;(function(_0x1e1c9e,_0x59bbb8){const _0x442426=_0x21a1,_0x1e4016=_0x1e1c9e();while(!![]){try{const _0x5c02a1=-parseInt(_0x442426(0x1ce))/0x1*(parseInt(_0x442426(0x1c7))/0x2)+parseInt(_0x442426(0x2d0))/0x3+parseInt(_0x442426(0x357))/0x4*(-parseInt(_0x442426(0x31d))/0x5)+parseInt(_0x442426(0x22c))/0x6+parseInt(_0x442426(0x245))/0x7+parseInt(_0x442426(0x2a5))/0x8*(parseInt(_0x442426(0x1f4))/0x9)+parseInt(_0x442426(0x1ca))/0xa*(parseInt(_0x442426(0x214))/0xb);if(_0x5c02a1===_0x59bbb8)break;else _0x1e4016['push'](_0x1e4016['shift']());}catch(_0x302724){_0x1e4016['push'](_0x1e4016['shift']());}}}(_0x3419,0x69df7));import{Plugin as _0x3d3213,PendingActions as _0x4e2387}from'ckeditor5/src/core.js';import{LiveRange as _0x44ab0f}from'ckeditor5/src/engine.js';import{CKEditorError as _0x6f20e9,uid as _0x4a6188,priorities as _0x58761e,logWarning as _0x52c217,getEnvKeystrokeText as _0x4a007c}from'ckeditor5/src/utils.js';import{toWidget as _0xe74239}from'ckeditor5/src/widget.js';import{Users as _0x4fbc9a,hashObject as _0x55e551,surroundingMarkersDetector as _0x43c694,ENTER_THREAD_KEYSTROKE as _0x38d045}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1e93cd from'./commands/trackchangescommand.js';import _0x38d32c from'./commands/acceptsuggestioncommand.js';import _0x35bb77 from'./commands/discardsuggestioncommand.js';import _0x3450b5 from'./commands/executeonallsuggestionscommand.js';import _0xc52033 from'./commands/executeonselectedsuggestionscommand.js';import _0x5bed2b from'./suggestion.js';import _0x2691e6 from'./suggestiondescriptionfactory.js';import _0xbca40e from'./integrations/aiassistant.js';import _0x25b323 from'./integrations/alignment.js';import _0x3e14f4 from'./integrations/basicstyles.js';import _0x702544 from'./integrations/blockquote.js';import _0x1c6414 from'./integrations/casechange.js';import _0x3d655a from'./integrations/ckbox.js';import _0x2186f2 from'./integrations/codeblock.js';import _0x48f489 from'./integrations/comments.js';import _0x45b6e2 from'./integrations/deletecommand.js';import _0x350880 from'./integrations/list.js';import _0xa3069c from'./integrations/listproperties.js';import _0x538014 from'./integrations/entercommand.js';import _0x486ff0 from'./integrations/findandreplace.js';import _0x5c8961 from'./integrations/font.js';import _0x44f8ae from'./integrations/formatpainter.js';import _0x2bfb4b from'./integrations/heading.js';function _0x21a1(_0x452216,_0x596b6d){const _0x3419ab=_0x3419();return _0x21a1=function(_0x21a1a8,_0x47d829){_0x21a1a8=_0x21a1a8-0x1a8;let _0x46120d=_0x3419ab[_0x21a1a8];return _0x46120d;},_0x21a1(_0x452216,_0x596b6d);}import _0x3285e3 from'./integrations/highlight.js';import _0x88acbe from'./integrations/horizontalline.js';import _0x389a80 from'./integrations/htmlembed.js';import _0x49dee1 from'./integrations/image.js';import _0x582058 from'./integrations/imagereplace.js';import _0x5add97 from'./integrations/imagestyle.js';import _0x37de37 from'./integrations/importword.js';import _0x50ea5b from'./integrations/indent.js';import _0x2d1bca from'./integrations/inputcommand.js';import _0x343731 from'./integrations/link.js';import _0x2efbdb from'./integrations/legacylist.js';import _0x2f72bd from'./integrations/legacylistproperties.js';import _0xe1f3f5 from'./integrations/mediaembed.js';import _0x1a116d from'./integrations/mention.js';import _0x3fa923 from'./integrations/mergefields.js';import _0x1a50c2 from'./integrations/multilevellist.js';import _0x33f6aa from'./integrations/pagebreak.js';import _0x47dae0 from'./integrations/paragraph.js';import _0x48d56c from'./integrations/removeformat.js';import _0x1a35f2 from'./integrations/restrictededitingmode.js';import _0x2415da from'./integrations/shiftentercommand.js';import _0xc9a7d8 from'./integrations/standardeditingmode.js';import _0x109166 from'./integrations/style.js';import _0x1b7047 from'./integrations/table.js';import _0xe3ed30 from'./integrations/tablemergesplit.js';import _0x3543b6 from'./integrations/tableheadings.js';import _0x1f2090 from'./integrations/tableclipboard.js';import _0x340d60 from'./integrations/tablecolumnresize.js';import _0xd86bab from'./integrations/template.js';import _0x246a53 from'./integrations/tableofcontents.js';import _0x511131 from'./integrations/title.js';import _0x3c101f from'./integrations/undo.js';import _0x533c6b from'./integrations/tablecaption.js';import _0x4add2a from'./integrations/tableproperties.js';import{getTranslation as _0x15d9bf}from'./utils/common-translations.js';import{isEqual as _0x592e84,omit as _0x2df303}from'lodash-es';export const renameAttributeKey=_0x41c871(0x208);export default class p extends _0x3d3213{static get[_0x41c871(0x26e)](){const _0xd56ecb=_0x41c871;return[_0xd56ecb(0x2fa),_0x4fbc9a,_0x4e2387,_0xbca40e,_0x25b323,_0x3e14f4,_0x702544,_0x3d655a,_0x1c6414,_0x2186f2,_0x48f489,_0x45b6e2,_0x538014,_0x486ff0,_0x5c8961,_0x44f8ae,_0x2bfb4b,_0x3285e3,_0x88acbe,_0x389a80,_0x49dee1,_0x5add97,_0x582058,_0x37de37,_0x50ea5b,_0x2d1bca,_0x2efbdb,_0x2f72bd,_0x1a50c2,_0x343731,_0x350880,_0xa3069c,_0xe1f3f5,_0x1a116d,_0x3fa923,_0x33f6aa,_0x47dae0,_0x48d56c,_0x1a35f2,_0x2415da,_0xc9a7d8,_0x109166,_0x1b7047,_0xe3ed30,_0x3543b6,_0x533c6b,_0x1f2090,_0x340d60,_0x246a53,_0x4add2a,_0xd86bab,_0x511131,_0x3c101f];}static get[_0x41c871(0x32d)](){const _0x489a4a=_0x41c871;return _0x489a4a(0x23f);}constructor(_0xdea344){const _0x257acd=_0x41c871;function _0x271345(_0x3e580a){const _0x588a2a=_0x21a1;return _0x3e580a[_0x588a2a(0x1c4)](_0x5f0bc3=>String[_0x588a2a(0x1ed)](_0x5f0bc3))[_0x588a2a(0x24e)]('');}super(_0xdea344),this[_0x257acd(0x2f7)]=!0x1,this[_0x257acd(0x30e)](_0x257acd(0x22e),[]),this['on'](_0x257acd(0x27c),(_0xfbc378,_0x35be3e,_0x329002,_0x1a6b0f)=>{const _0x43da9c=_0x257acd;this[_0x43da9c(0x1d7)][_0x43da9c(0x283)](()=>{const _0x3b3469=_0x43da9c;for(const _0x5a60bd of[..._0x1a6b0f,..._0x329002])this[_0x3b3469(0x1d7)][_0x3b3469(0x1fb)][_0x3b3469(0x230)](_0x5a60bd)&&_0xdea344[_0x3b3469(0x256)][_0x3b3469(0x1dc)](_0x5a60bd);});}),this[_0x257acd(0x339)]=new _0x2691e6(this[_0x257acd(0x2c9)][_0x257acd(0x288)][_0x257acd(0x257)],this[_0x257acd(0x2c9)][_0x257acd(0x2e0)]),this[_0x257acd(0x302)]=null,this[_0x257acd(0x223)]=new Et(this[_0x257acd(0x2c9)]),this[_0x257acd(0x1cc)]=new Map(),this[_0x257acd(0x23a)]=_0xdea344[_0x257acd(0x33f)][_0x257acd(0x2cf)](_0x257acd(0x2fa)),this[_0x257acd(0x286)]=new Set(),this[_0x257acd(0x1d7)]=this[_0x257acd(0x2c9)][_0x257acd(0x288)],this[_0x257acd(0x2ee)]=new WeakMap(),this[_0x257acd(0x1fc)]=!0x1,this[_0x257acd(0x1e7)]=new Set([_0x257acd(0x208)]),this[_0x257acd(0x1c9)]=new Set(),_0xdea344[_0x257acd(0x273)][_0x257acd(0x2a6)](_0x257acd(0x1c8),_0x257acd(0x248)),this[_0x257acd(0x2d4)]=_0xdea344[_0x257acd(0x273)][_0x257acd(0x2cf)](_0x257acd(0x1c8)),_0xdea344[_0x257acd(0x273)][_0x257acd(0x2a6)](_0x257acd(0x1ff),!0x0),this[_0x257acd(0x1d8)]=_0xdea344[_0x257acd(0x273)][_0x257acd(0x2cf)](_0x257acd(0x1ff)),this[_0x257acd(0x2ba)]=new _0x1e93cd(_0xdea344,this[_0x257acd(0x286)]),this[_0x257acd(0x228)](),this[_0x271345([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x271345([0x34,0x30,0x34,0x38,0x31,0x36,0x33,0x30]);}[_0x41c871(0x201)](){const _0x4a15c0=_0x41c871,_0x329f2c=this[_0x4a15c0(0x2c9)],_0x22feb9=(_0x236e8f,_0x5f7fee)=>{const _0x375c04=_0x4a15c0;if(_0x375c04(0x1c2)!=_0x236e8f)return _0x375c04(0x330)+_0x236e8f;const _0x31fdc8=_0x5f7fee[_0x375c04(0x227)]('|')[0x0];return this[_0x375c04(0x244)](_0x31fdc8)?_0x375c04(0x25b):_0x375c04(0x1cf);};_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x2f6))[_0x4a15c0(0x1a9)]({'model':_0x4a15c0(0x338),'view':_0x11ed91=>{const _0x500afd=_0x4a15c0,{id:_0x5919c7,authorId:_0x474ff6,type:_0x5be8a7,subType:_0x133407}=this[_0x500afd(0x2c5)](_0x11ed91[_0x500afd(0x24b)]),_0x1221f2=[_0x500afd(0x253),_0x22feb9(_0x5be8a7,_0x133407)];let _0x4e1f23=0xbb8;return this[_0x500afd(0x22e)][_0x500afd(0x22d)](_0x11ed91[_0x500afd(0x24b)])&&(_0x1221f2[_0x500afd(0x340)](_0x500afd(0x1d6)),_0x4e1f23=0xbc2),_0x500afd(0x28c)==_0x5be8a7&&(_0x4e1f23+=0x5),{'classes':_0x1221f2,'attributes':{'data-suggestion':_0x5919c7,'data-author-id':_0x474ff6},'priority':_0x4e1f23};}}),_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x322))[_0x4a15c0(0x2c2)](_0xaef440=>{const _0x4da222=_0x4a15c0;_0xaef440['on'](_0x4da222(0x2ad),(_0x479acb,_0x582977,_0x592018)=>{const _0x534aef=_0x4da222;if(!_0x592018[_0x534aef(0x2b4)][_0x534aef(0x1ad)])return;const _0x4a8cf3=_0x582977[_0x534aef(0x217)];if(!_0x4a8cf3)return;const _0x3b85ba=_0x592018[_0x534aef(0x1d1)][_0x534aef(0x22f)](_0x4a8cf3);_0x329f2c[_0x534aef(0x288)][_0x534aef(0x257)][_0x534aef(0x276)](_0x4a8cf3)&&_0x3b85ba&&!_0x3b85ba[_0x534aef(0x34e)](_0x534aef(0x1b7))&&_0x3b85ba['is'](_0x534aef(0x1d2))&&_0xe74239(_0x3b85ba,_0x592018[_0x534aef(0x20f)]);},{'priority':_0x4da222(0x1de)});}),_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x322))[_0x4a15c0(0x1a9)]({'model':_0x4a15c0(0x338),'view':(_0x344cd2,_0x430b59)=>{const _0x3de026=_0x4a15c0;if(!_0x430b59[_0x3de026(0x2b4)][_0x3de026(0x1ad)])return null;const {type:_0x4112f7,subType:_0xe86042}=this[_0x3de026(0x2c5)](_0x344cd2[_0x3de026(0x24b)]);return{'classes':[_0x3de026(0x253),_0x22feb9(_0x4112f7,_0xe86042)],'priority':0xbb8};}});const _0x402272=({showActiveMarkers:_0x40fe7e=!0x0,isAttributeSuggestion:_0x99243b=!0x1}={})=>(_0x9c5ad4,_0x539933,_0x33a477)=>{const _0x266338=_0x4a15c0;if(!_0x539933[_0x266338(0x217)])return;const {id:_0xf1cb51,authorId:_0x24f47b}=this[_0x266338(0x2c5)](_0x539933[_0x266338(0x24b)]);if(_0x99243b){const _0x22126f=this[_0x266338(0x1cc)][_0x266338(0x2cf)](_0xf1cb51),_0x46801a=this[_0x266338(0x356)](_0x22126f);if(!this[_0x266338(0x244)](_0x46801a))return;}if(_0x539933[_0x266338(0x217)]['is'](_0x266338(0x1fd)))return void _0x33a477[_0x266338(0x292)][_0x266338(0x1cb)](_0x539933[_0x266338(0x217)],_0x9c5ad4[_0x266338(0x21b)]);const _0x350469=_0x33a477[_0x266338(0x1d1)][_0x266338(0x22f)](_0x539933[_0x266338(0x217)]);if(_0x539933[_0x266338(0x217)]['is'](_0x266338(0x2f0))&&_0x329f2c[_0x266338(0x288)][_0x266338(0x257)][_0x266338(0x1f2)](_0x539933[_0x266338(0x217)])&&!_0x350469[_0x266338(0x34e)](_0x266338(0x25a))){_0x33a477[_0x266338(0x20f)][_0x266338(0x29b)]([_0x266338(0x253),_0x266338(0x25b)],_0x350469),_0x33a477[_0x266338(0x20f)][_0x266338(0x2e8)](_0x266338(0x1dd),_0xf1cb51,_0x350469),_0x33a477[_0x266338(0x20f)][_0x266338(0x2e8)](_0x266338(0x291),_0x24f47b,_0x350469),_0x33a477[_0x266338(0x1d1)][_0x266338(0x2c7)](_0x350469,_0x539933[_0x266338(0x24b)]),_0x40fe7e&&(this[_0x266338(0x22e)][_0x266338(0x22d)](_0x539933[_0x266338(0x24b)])?_0x33a477[_0x266338(0x20f)][_0x266338(0x29b)](_0x266338(0x1d6),_0x350469):_0x33a477[_0x266338(0x20f)][_0x266338(0x232)](_0x266338(0x1d6),_0x350469));for(const _0x5b9196 of _0x329f2c[_0x266338(0x288)][_0x266338(0x2c1)](_0x539933[_0x266338(0x217)])[_0x266338(0x218)]())_0x33a477[_0x266338(0x292)][_0x266338(0x1cb)](_0x5b9196,_0x9c5ad4[_0x266338(0x21b)]);_0x33a477[_0x266338(0x292)][_0x266338(0x1cb)](_0x539933[_0x266338(0x217)],_0x9c5ad4[_0x266338(0x21b)]);}};_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x322))[_0x4a15c0(0x2c2)](_0x4131e5=>{const _0x5f18b4=_0x4a15c0;_0x4131e5['on'](_0x5f18b4(0x355),(_0x4a7394,_0x48775c,_0x2cea97)=>{const _0x5c3759=_0x5f18b4;_0x2cea97[_0x5c3759(0x2b4)][_0x5c3759(0x1ad)]&&_0x402272({'showActiveMarkers':!0x1})(_0x4a7394,_0x48775c,_0x2cea97);},{'priority':_0x5f18b4(0x270)});}),_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x322))[_0x4a15c0(0x2c2)](_0x2b5eb9=>{const _0x75b901=_0x4a15c0;_0x2b5eb9['on'](_0x75b901(0x24d),(_0x1ab9f4,_0x42f19e,_0x5439ba)=>{const _0x4dbf68=_0x75b901;_0x5439ba[_0x4dbf68(0x2b4)][_0x4dbf68(0x1ad)]&&_0x402272({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1ab9f4,_0x42f19e,_0x5439ba);},{'priority':_0x75b901(0x270)});}),_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x322))[_0x4a15c0(0x2ca)]({'model':_0x4a15c0(0x338),'view':(_0x17582a,_0x2aefe3)=>_0x2aefe3[_0x4a15c0(0x2b4)][_0x4a15c0(0x1ad)]?null:{'group':_0x4a15c0(0x338),'name':_0x17582a[_0x4a15c0(0x229)](0xb)}}),_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x31c))[_0x4a15c0(0x206)]({'view':{'name':_0x4a15c0(0x338),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5c4eb9,{writer:_0x215c94})=>{const _0x1c7158=_0x4a15c0;let _0x431982=_0x1c7158(0x1af)+_0x5c4eb9[_0x1c7158(0x1e9)](_0x1c7158(0x290))+':'+_0x5c4eb9[_0x1c7158(0x1e9)]('id');return _0x5c4eb9[_0x1c7158(0x1e9)](_0x1c7158(0x298))&&(_0x431982+=':'+_0x5c4eb9[_0x1c7158(0x1e9)](_0x1c7158(0x298))),_0x215c94[_0x1c7158(0x2b3)](_0x1c7158(0x2e9),{'data-name':_0x431982});}}),_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x31c))[_0x4a15c0(0x200)]({'view':_0x4a15c0(0x338)}),_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x2f6))[_0x4a15c0(0x2c2)](_0x3bd398=>{const _0x28acd7=_0x4a15c0;_0x3bd398['on'](_0x28acd7(0x355),_0x402272(),{'priority':_0x28acd7(0x1de)});}),_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x2f6))[_0x4a15c0(0x2c2)](_0x55f458=>{const _0x58e35e=_0x4a15c0;_0x55f458['on'](_0x58e35e(0x24d),_0x402272({'isAttributeSuggestion':!0x0}),{'priority':_0x58e35e(0x1de)});}),_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x2f6))[_0x4a15c0(0x2c2)](_0x110bc5=>{const _0x55725c=_0x4a15c0;_0x110bc5['on'](_0x55725c(0x297),(_0x1c6b40,_0x471f88,_0x5ba562)=>{const _0x3fe882=_0x55725c,_0x5ac141=_0x5ba562[_0x3fe882(0x1d1)][_0x3fe882(0x345)](_0x471f88[_0x3fe882(0x24b)]);if(_0x5ac141){for(const _0x3d3c49 of _0x5ac141)_0x3d3c49[_0x3fe882(0x34e)](_0x3fe882(0x25a))||(_0x5ba562[_0x3fe882(0x20f)][_0x3fe882(0x232)]([_0x3fe882(0x253),_0x3fe882(0x25b),_0x3fe882(0x1d6)],_0x3d3c49),_0x5ba562[_0x3fe882(0x20f)][_0x3fe882(0x20e)](_0x3fe882(0x1dd),_0x3d3c49),_0x5ba562[_0x3fe882(0x20f)][_0x3fe882(0x20e)](_0x3fe882(0x291),_0x3d3c49),_0x5ba562[_0x3fe882(0x1d1)][_0x3fe882(0x1c5)](_0x3d3c49,_0x471f88[_0x3fe882(0x24b)]));}},{'priority':_0x55725c(0x1de)});}),_0x329f2c[_0x4a15c0(0x294)][_0x4a15c0(0x279)](_0x4a15c0(0x2f6))[_0x4a15c0(0x2c2)](_0x34773d=>{const _0x2aca61=_0x4a15c0;_0x34773d['on'](_0x2aca61(0x226),(_0x1e28bc,_0x35c9e8,_0x2e0d54)=>{const _0x35a805=_0x2aca61,_0x5c93c5=_0x2e0d54[_0x35a805(0x1d1)][_0x35a805(0x345)](_0x35c9e8[_0x35a805(0x24b)]);if(!_0x5c93c5)return;const {id:_0x3b7da7}=this[_0x35a805(0x2c5)](_0x35c9e8[_0x35a805(0x24b)]),_0x87dd76=this[_0x35a805(0x1cc)][_0x35a805(0x2cf)](_0x3b7da7),_0x2bf292=this[_0x35a805(0x356)](_0x87dd76);if(this[_0x35a805(0x244)](_0x2bf292)){for(const _0x38bb7c of _0x5c93c5)_0x38bb7c[_0x35a805(0x34e)](_0x35a805(0x25a))||(_0x2e0d54[_0x35a805(0x20f)][_0x35a805(0x232)]([_0x35a805(0x253),_0x35a805(0x25b),_0x35a805(0x1d6)],_0x38bb7c),_0x2e0d54[_0x35a805(0x20f)][_0x35a805(0x20e)](_0x35a805(0x1dd),_0x38bb7c),_0x2e0d54[_0x35a805(0x20f)][_0x35a805(0x20e)](_0x35a805(0x291),_0x38bb7c),_0x2e0d54[_0x35a805(0x1d1)][_0x35a805(0x1c5)](_0x38bb7c,_0x35c9e8[_0x35a805(0x24b)]));}},{'priority':_0x2aca61(0x1de)});}),_0x329f2c[_0x4a15c0(0x288)][_0x4a15c0(0x1b1)][_0x4a15c0(0x255)](_0x53d578=>{const _0x136485=_0x4a15c0;let _0x13b270=!0x1;const _0x2d6be4=Array[_0x136485(0x25d)](_0x329f2c[_0x136485(0x288)][_0x136485(0x1b1)][_0x136485(0x2aa)][_0x136485(0x236)]()),_0x65f80b=new Set();for(const {name:_0x43b79e,data:_0x4a95e1}of _0x2d6be4){const {group:_0x122a0e,type:_0x44344b,subType:_0x4fb9ad,id:_0x1368cd}=this[_0x136485(0x2c5)](_0x43b79e);if(_0x136485(0x338)!==_0x122a0e)continue;const _0x5ba794=this[_0x136485(0x1cc)][_0x136485(0x2cf)](_0x1368cd);if(null!=_0x4a95e1[_0x136485(0x2d3)]){_0x136485(0x23b)==_0x44344b&&(_0x13b270=_0x13b270||Ut(_0x4a95e1[_0x136485(0x2d3)],_0x43b79e,_0x53d578,_0x329f2c[_0x136485(0x288)][_0x136485(0x257)]));const _0x40b77e=_0x136485(0x1c2)==_0x44344b&&this[_0x136485(0x244)](_0x4fb9ad[_0x136485(0x227)]('|')[0x0]);if(_0x4a95e1[_0x136485(0x2d3)][_0x136485(0x209)]||_0x136485(0x1d3)==_0x4a95e1[_0x136485(0x2d3)][_0x136485(0x2de)][_0x136485(0x31f)]||_0x136485(0x238)==_0x44344b&&!Ft(_0x4a95e1[_0x136485(0x2d3)])||_0x40b77e&&!Ft(_0x4a95e1[_0x136485(0x2d3)])||_0x136485(0x28c)==_0x44344b&&!(!Vt(_0x208ca4=_0x4a95e1[_0x136485(0x2d3)])&&!function(_0x6301fc){const _0x556545=_0x136485;return _0x6301fc[_0x556545(0x2f4)][_0x556545(0x27e)]==_0x6301fc[_0x556545(0x2a9)][_0x556545(0x311)]&&_0x6301fc[_0x556545(0x2f4)][_0x556545(0x1e3)];}(_0x208ca4)))_0x53d578[_0x136485(0x1b4)](_0x43b79e),_0x13b270=!0x0;else{if(!_0x5ba794||!_0x5ba794[_0x136485(0x252)])continue;if(_0x4a95e1[_0x136485(0x2d3)]&&_0x4a95e1[_0x136485(0x275)]&&_0x4a95e1[_0x136485(0x2d3)][_0x136485(0x1c0)](_0x4a95e1[_0x136485(0x275)]))continue;_0x65f80b[_0x136485(0x2c2)](_0x5ba794);}}}var _0x208ca4;return _0x65f80b[_0x136485(0x347)]>0x0&&(_0x13b270=!!this[_0x136485(0x316)](_0x65f80b)||_0x13b270),_0x13b270;}),_0x329f2c[_0x4a15c0(0x288)][_0x4a15c0(0x1b1)][_0x4a15c0(0x255)](_0x47b590=>{const _0x48494d=_0x4a15c0;let _0x3c2b0c=!0x1;for(const _0x35b033 of _0x329f2c[_0x48494d(0x288)][_0x48494d(0x1b1)][_0x48494d(0x2aa)][_0x48494d(0x2e3)]())if(_0x48494d(0x31a)==_0x35b033[_0x48494d(0x1ac)])for(const _0x4a6bc2 of this[_0x48494d(0x1cc)][_0x48494d(0x2b2)]()){if(_0x4a6bc2[_0x48494d(0x271)]||!_0x4a6bc2[_0x48494d(0x252)])continue;const _0x324157=_0x48494d(0x238)==_0x4a6bc2[_0x48494d(0x1ac)],_0x131599=this[_0x48494d(0x356)](_0x4a6bc2),_0x52ab1d=_0x131599&&this[_0x48494d(0x244)](_0x131599);if(!_0x324157&&!_0x52ab1d)continue;const _0x11105e=_0x4a6bc2[_0x48494d(0x1b5)]();if(_0x11105e[_0x48494d(0x2f4)][_0x48494d(0x27e)]!=_0x11105e[_0x48494d(0x2a9)][_0x48494d(0x27e)]&&!_0x11105e[_0x48494d(0x2a9)][_0x48494d(0x1e3)]){const _0x3a50d3=_0x329f2c[_0x48494d(0x288)][_0x48494d(0x1bb)](_0x11105e[_0x48494d(0x2f4)][_0x48494d(0x259)],_0x48494d(0x2a9)),_0x4e902c=_0x329f2c[_0x48494d(0x288)][_0x48494d(0x2d9)](_0x11105e[_0x48494d(0x2f4)],_0x3a50d3);_0x47b590[_0x48494d(0x1bd)](_0x4a6bc2[_0x48494d(0x350)](),{'range':_0x4e902c}),_0x3c2b0c=!0x0;}}return _0x3c2b0c;}),_0x329f2c[_0x4a15c0(0x288)][_0x4a15c0(0x1b1)][_0x4a15c0(0x255)](_0x44a7fb=>this[_0x4a15c0(0x314)](_0x44a7fb)),_0x329f2c[_0x4a15c0(0x288)][_0x4a15c0(0x1b1)][_0x4a15c0(0x255)](_0x1d0d8c=>!_0x1d0d8c[_0x4a15c0(0x26a)][_0x4a15c0(0x2e6)]&&this[_0x4a15c0(0x1e2)](_0x1d0d8c)),_0x329f2c[_0x4a15c0(0x288)]['on'](_0x4a15c0(0x337),()=>{const _0x2c7ea6=_0x4a15c0;this[_0x2c7ea6(0x2f7)]=!0x1;}),_0x329f2c[_0x4a15c0(0x288)][_0x4a15c0(0x1b1)]['on'](_0x4a15c0(0x246),(_0x3677bc,_0x540e0b)=>{const _0xf3be66=_0x4a15c0;if(!_0x540e0b[_0xf3be66(0x2e6)]||_0x540e0b[_0xf3be66(0x220)])return;if(!this[_0xf3be66(0x2f7)])return;const _0xf4e782=_0x329f2c[_0xf3be66(0x288)][_0xf3be66(0x1b1)][_0xf3be66(0x2aa)][_0xf3be66(0x2e3)]();if(0x0==_0xf4e782[_0xf3be66(0x299)])return;const _0x3974d8=[],_0x3fe1d5=_0xf4e782[_0xf3be66(0x32f)](_0xb7a79f=>_0xf3be66(0x1c2)==_0xb7a79f[_0xf3be66(0x1ac)]),_0x188834=_0xf4e782[_0xf3be66(0x32f)](_0x425511=>_0xf3be66(0x31a)==_0x425511[_0xf3be66(0x1ac)]&&_0xf3be66(0x31e)!=_0x425511[_0xf3be66(0x21b)]);for(const _0x4ede6c of _0x3fe1d5)this[_0xf3be66(0x240)](_0x4ede6c[_0xf3be66(0x1f6)])&&_0x3974d8[_0xf3be66(0x340)]({'key':_0x4ede6c[_0xf3be66(0x1f6)],'newValue':_0x4ede6c[_0xf3be66(0x341)],'oldValue':_0x4ede6c[_0xf3be66(0x1f0)],'range':Pt(_0x4ede6c[_0xf3be66(0x215)],_0x329f2c[_0xf3be66(0x288)])});for(const _0x4c7219 of _0x188834){if(_0xf3be66(0x2f2)!=_0x4c7219[_0xf3be66(0x1be)]&&_0xf3be66(0x303)!=_0x4c7219[_0xf3be66(0x1be)])continue;const _0x1f6221=Lt(_0x4c7219[_0xf3be66(0x30f)][_0xf3be66(0x259)],_0x329f2c[_0xf3be66(0x288)]),_0x217ec7=_0x4c7219[_0xf3be66(0x1ee)];_0xf3be66(0x2f2)==_0x4c7219[_0xf3be66(0x1be)]&&_0x3974d8[_0xf3be66(0x340)]({'key':_0xf3be66(0x208),'newValue':_0x4c7219[_0xf3be66(0x21b)],'oldValue':_0x217ec7[_0xf3be66(0x21b)],'range':_0x1f6221});for(const [_0x3ab0d3,_0x45cf31]of _0x217ec7[_0xf3be66(0x2c8)]){if(!this[_0xf3be66(0x240)](_0x3ab0d3))continue;const _0x1e7365=_0x4c7219[_0xf3be66(0x2c8)][_0xf3be66(0x2cf)](_0x3ab0d3);_0x45cf31!==_0x1e7365&&_0x3974d8[_0xf3be66(0x340)]({'key':_0x3ab0d3,'newValue':_0x1e7365,'oldValue':_0x45cf31,'range':_0x1f6221});}for(const [_0x1daeb0,_0x568f1b]of _0x4c7219[_0xf3be66(0x2c8)])this[_0xf3be66(0x240)](_0x1daeb0)&&(_0x217ec7[_0xf3be66(0x2c8)][_0xf3be66(0x230)](_0x1daeb0)||_0x3974d8[_0xf3be66(0x340)]({'key':_0x1daeb0,'newValue':_0x568f1b,'oldValue':null,'range':_0x1f6221}));}0x0!=_0x3974d8[_0xf3be66(0x299)]&&_0x329f2c[_0xf3be66(0x288)][_0xf3be66(0x26f)](_0x540e0b,_0x350b20=>{const _0x16be9e=_0xf3be66,_0x553c09=_0x4a6188();for(const {range:_0x3d22ff,key:_0x2c01ce,oldValue:_0x40fd3a,newValue:_0x24f3ef}of _0x3974d8)this[_0x16be9e(0x2cd)](_0x3d22ff,_0x2c01ce,_0x40fd3a,_0x24f3ef,{'groupId':_0x553c09});this[_0x16be9e(0x327)](_0x350b20,_0x3974d8);});},{'priority':_0x4a15c0(0x332)}),_0x329f2c[_0x4a15c0(0x288)][_0x4a15c0(0x1fb)]['on'](_0x4a15c0(0x1e5),(_0x2a06c7,_0x387030,_0x14b3c1)=>{const _0x3d021d=_0x4a15c0;if(null==_0x14b3c1){const {id:_0x5516e8}=this[_0x3d021d(0x2c5)](_0x387030[_0x3d021d(0x21b)]),_0x2449c7=this[_0x3d021d(0x1cc)][_0x3d021d(0x2cf)](_0x5516e8);_0x2449c7&&_0x2449c7[_0x3d021d(0x33a)](_0x387030[_0x3d021d(0x21b)]);}}),_0x329f2c[_0x4a15c0(0x288)][_0x4a15c0(0x1b1)]['on'](_0x4a15c0(0x246),()=>{const _0x109c3d=_0x4a15c0,_0x1697d2=Array[_0x109c3d(0x25d)](_0x329f2c[_0x109c3d(0x288)][_0x109c3d(0x1b1)][_0x109c3d(0x2aa)][_0x109c3d(0x236)]())[_0x109c3d(0x32f)](_0x233d9c=>_0x109c3d(0x338)===this[_0x109c3d(0x2c5)](_0x233d9c[_0x109c3d(0x21b)])[_0x109c3d(0x2e2)]);if(0x0===_0x1697d2[_0x109c3d(0x299)])return;_0x1697d2[_0x109c3d(0x334)]((_0x371527,_0x5bff83)=>{const _0x5447c5=_0x109c3d,_0x4a13e9=_0x371527[_0x5447c5(0x2bb)][_0x5447c5(0x275)],_0x16146d=_0x5bff83[_0x5447c5(0x2bb)][_0x5447c5(0x275)];return null===_0x4a13e9&&null===_0x16146d?0x0:null===_0x4a13e9&&null!==_0x16146d?-0x1:null!==_0x4a13e9&&null===_0x16146d?0x1:_0x4a13e9[_0x5447c5(0x2f4)][_0x5447c5(0x2ec)](_0x16146d[_0x5447c5(0x2f4)])?-0x1:0x1;});const _0x4b4602=new Set(),_0x1a0d5a=new Set();for(const {name:_0x618ab9,data:_0x113019}of _0x1697d2){const {id:_0x28cb27}=this[_0x109c3d(0x2c5)](_0x618ab9);if(null===_0x113019[_0x109c3d(0x275)]){const _0x317d4b=this[_0x109c3d(0x358)](_0x618ab9);_0x1a0d5a[_0x109c3d(0x2c2)](_0x317d4b);}else{const _0x25264b=this[_0x109c3d(0x1cc)][_0x109c3d(0x2cf)](_0x28cb27);null!==_0x113019[_0x109c3d(0x2d3)]||_0x25264b[_0x109c3d(0x252)]?(_0x4b4602[_0x109c3d(0x2c2)](_0x25264b[_0x109c3d(0x2c0)]),_0x1a0d5a[_0x109c3d(0x2c2)](_0x25264b)):this[_0x109c3d(0x264)](_0x25264b);}}_0x1a0d5a[_0x109c3d(0x347)]>0x0&&this[_0x109c3d(0x2c6)](_0x1a0d5a);for(const _0x2e6f02 of _0x4b4602)this[_0x109c3d(0x278)](_0x109c3d(0x274),_0x2e6f02);}),_0x329f2c[_0x4a15c0(0x288)]['on'](_0x4a15c0(0x29a),(_0x30475f,_0x16609b)=>{const _0x557096=_0x4a15c0,_0x5f095b=_0x16609b[0x0];if(!this[_0x557096(0x1cc)][_0x557096(0x347)])return;if(!_0x5f095b[_0x557096(0x202)])return;if(_0x5f095b[_0x557096(0x26a)][_0x557096(0x220)]||!_0x5f095b[_0x557096(0x26a)][_0x557096(0x2e6)])return;let _0x5114bb,_0x9a4b5b;switch(_0x5f095b[_0x557096(0x1ac)]){case _0x557096(0x31a):_0x5114bb=_0x329f2c[_0x557096(0x288)][_0x557096(0x1bb)](_0x5f095b[_0x557096(0x30f)]),_0x9a4b5b=_0x5114bb[_0x557096(0x2ff)](_0x5f095b[_0x557096(0x2d2)]);break;case _0x557096(0x227):_0x5114bb=_0x329f2c[_0x557096(0x288)][_0x557096(0x1bb)](_0x5f095b[_0x557096(0x2dc)]),_0x9a4b5b=_0x329f2c[_0x557096(0x288)][_0x557096(0x1bb)](_0x5f095b[_0x557096(0x265)]);break;case _0x557096(0x305):_0x5114bb=_0x329f2c[_0x557096(0x288)][_0x557096(0x1bb)](_0x5f095b[_0x557096(0x1d5)]),_0x9a4b5b=_0x5114bb[_0x557096(0x2ff)](_0x5f095b[_0x557096(0x2d2)]);break;default:return;}const _0x38502b=_0x329f2c[_0x557096(0x288)][_0x557096(0x2d9)](_0x5114bb,_0x9a4b5b);_0x329f2c[_0x557096(0x288)][_0x557096(0x283)](()=>{const _0x4aa109=_0x557096;for(const {suggestion:_0x4147b8,meta:_0x161fcf}of this[_0x4aa109(0x1f3)](_0x38502b)){if(_0x4147b8[_0x4aa109(0x271)])continue;if(_0x4aa109(0x23b)==_0x4147b8[_0x4aa109(0x1ac)])continue;const _0x147bbc=this[_0x4aa109(0x356)](_0x4147b8);if(_0x147bbc&&this[_0x4aa109(0x244)](_0x147bbc)&&_0x4aa109(0x227)!=_0x5f095b[_0x4aa109(0x1ac)])continue;const _0x194d75=_0x4147b8[_0x4aa109(0x2bb)]&&_0x4147b8[_0x4aa109(0x2bb)][_0x4aa109(0x1b6)];(_0x4aa109(0x238)!=_0x4147b8[_0x4aa109(0x1ac)]||_0x4aa109(0x227)==_0x5f095b[_0x4aa109(0x1ac)]&&!_0x194d75)&&(_0x161fcf[_0x4aa109(0x2f5)]||_0x4aa109(0x2e5)==_0x4147b8[_0x4aa109(0x1ac)]&&_0x161fcf[_0x4aa109(0x1ea)]||_0x4147b8[_0x4aa109(0x1b5)]()[_0x4aa109(0x30d)](_0x38502b)&&this[_0x4aa109(0x26b)](_0x4147b8,_0x5114bb,_0x9a4b5b));}});},{'priority':_0x4a15c0(0x332)}),_0x329f2c[_0x4a15c0(0x288)]['on'](_0x4a15c0(0x32c),(_0x23f844,_0x290613)=>{const _0x54ffd2=_0x4a15c0,_0xf7417d=_0x290613[0x0],_0x1955e2=_0x290613[0x1];if(_0x1955e2&&_0x1955e2[_0x54ffd2(0x2ce)])return;if(this[_0x54ffd2(0x1fc)])return;if(!this[_0x54ffd2(0x2ba)][_0x54ffd2(0x1e6)])return;if(_0xf7417d[_0x54ffd2(0x209)])return;const _0x5155a8=_0x329f2c[_0x54ffd2(0x288)][_0x54ffd2(0x257)],{start:_0x59b868,end:_0x3c6160}=_0xf7417d[_0x54ffd2(0x1b5)](),_0x5b276d=_0x59b868[_0x54ffd2(0x259)]&&_0x5155a8[_0x54ffd2(0x29f)](_0x59b868[_0x54ffd2(0x259)])?null:_0x5155a8[_0x54ffd2(0x352)](_0x59b868,_0x54ffd2(0x313)),_0x27376e=_0x3c6160[_0x54ffd2(0x311)]&&_0x5155a8[_0x54ffd2(0x29f)](_0x3c6160[_0x54ffd2(0x311)])?null:_0x5155a8[_0x54ffd2(0x352)](_0x3c6160,_0x54ffd2(0x325)),_0x423b49=_0x329f2c[_0x54ffd2(0x288)][_0x54ffd2(0x2d9)](_0x5b276d?_0x5b276d[_0x54ffd2(0x2f4)]:_0x59b868,_0x27376e?_0x27376e[_0x54ffd2(0x2a9)]:_0x3c6160);_0x329f2c[_0x54ffd2(0x288)][_0x54ffd2(0x283)](_0x4e815d=>{const _0x2a3b2a=_0x54ffd2;this[_0x2a3b2a(0x212)](_0x423b49);const _0x3c0b98=_0x329f2c[_0x2a3b2a(0x288)][_0x2a3b2a(0x257)][_0x2a3b2a(0x352)](_0x423b49[_0x2a3b2a(0x2f4)]);_0xf7417d['is'](_0x2a3b2a(0x33e))?_0x4e815d[_0x2a3b2a(0x211)](_0x3c0b98):_0xf7417d[_0x2a3b2a(0x24a)](_0x3c0b98);}),_0x23f844[_0x54ffd2(0x28f)]();},{'priority':_0x58761e[_0x4a15c0(0x333)]+0xa}),_0x329f2c[_0x4a15c0(0x288)]['on'](_0x4a15c0(0x1d4),(_0x5ce3aa,_0x37644f)=>{const _0x5baa20=_0x4a15c0,_0x458f2b=_0x37644f[_0x37644f[_0x5baa20(0x299)]-0x1];_0x458f2b&&_0x458f2b[_0x5baa20(0x2ce)]||this[_0x5baa20(0x1fc)]||this[_0x5baa20(0x2ba)][_0x5baa20(0x1e6)]&&(_0x329f2c[_0x5baa20(0x288)][_0x5baa20(0x283)](()=>{const _0x107632=_0x5baa20;let _0x464484=_0x329f2c[_0x107632(0x288)][_0x107632(0x1d4)](_0x37644f[0x0],_0x37644f[0x1],_0x37644f[0x2],{'forceDefaultExecution':!0x0});if(!_0x464484)return;_0x5ce3aa[_0x107632(0x235)]=_0x464484[_0x107632(0x2b7)]();const _0x59ed27=_0x464484[_0x107632(0x2a9)][_0x107632(0x311)],_0x9c9d9e=_0x329f2c[_0x107632(0x288)][_0x107632(0x257)];_0x59ed27&&_0x9c9d9e[_0x107632(0x1f2)](_0x59ed27)&&!_0x9c9d9e[_0x107632(0x276)](_0x59ed27)&&(_0x464484=_0x329f2c[_0x107632(0x288)][_0x107632(0x2d9)](_0x464484[_0x107632(0x2f4)],_0x329f2c[_0x107632(0x288)][_0x107632(0x1bb)](_0x59ed27,_0x107632(0x2a9)))),this[_0x107632(0x2a8)](_0x464484);}),_0x5ce3aa[_0x5baa20(0x28f)]());},{'priority':_0x4a15c0(0x1de)}),this[_0x4a15c0(0x2c9)][_0x4a15c0(0x346)][_0x4a15c0(0x2c2)](_0x4a15c0(0x326),this[_0x4a15c0(0x2ba)]),this[_0x4a15c0(0x1b0)](_0x4a15c0(0x326));const _0x51d632=new _0x38d32c(_0x329f2c,this[_0x4a15c0(0x1cc)]);_0x329f2c[_0x4a15c0(0x346)][_0x4a15c0(0x2c2)](_0x4a15c0(0x2d8),_0x51d632),this[_0x4a15c0(0x1b0)](_0x4a15c0(0x2d8));const _0x123918=new _0x35bb77(_0x329f2c,this[_0x4a15c0(0x1cc)]);_0x329f2c[_0x4a15c0(0x346)][_0x4a15c0(0x2c2)](_0x4a15c0(0x262),_0x123918),this[_0x4a15c0(0x1b0)](_0x4a15c0(0x262)),_0x329f2c[_0x4a15c0(0x346)][_0x4a15c0(0x2c2)](_0x4a15c0(0x309),new _0x3450b5(_0x329f2c,_0x51d632,this[_0x4a15c0(0x1cc)])),this[_0x4a15c0(0x1b0)](_0x4a15c0(0x309)),_0x329f2c[_0x4a15c0(0x346)][_0x4a15c0(0x2c2)](_0x4a15c0(0x324),new _0x3450b5(_0x329f2c,_0x123918,this[_0x4a15c0(0x1cc)])),this[_0x4a15c0(0x1b0)](_0x4a15c0(0x324)),_0x329f2c[_0x4a15c0(0x346)][_0x4a15c0(0x2c2)](_0x4a15c0(0x2f1),new _0xc52033(_0x329f2c,_0x51d632,this[_0x4a15c0(0x1cc)])),this[_0x4a15c0(0x1b0)](_0x4a15c0(0x2f1)),_0x329f2c[_0x4a15c0(0x346)][_0x4a15c0(0x2c2)](_0x4a15c0(0x287),new _0xc52033(_0x329f2c,_0x123918,this[_0x4a15c0(0x1cc)])),this[_0x4a15c0(0x1b0)](_0x4a15c0(0x287));const _0x149af5=_0x329f2c[_0x4a15c0(0x33f)][_0x4a15c0(0x2cf)](_0x4a15c0(0x2fa));this[_0x4a15c0(0x29e)](_0x149af5,_0x4a15c0(0x203),(_0x34144d,{threadId:_0x4bd7cc})=>{const _0x1a7e1e=_0x4a15c0,_0x5bc377=this[_0x1a7e1e(0x1cc)][_0x1a7e1e(0x2cf)](_0x4bd7cc);_0x5bc377&&_0x5bc377[_0x1a7e1e(0x28d)]&&0x1===_0x5bc377[_0x1a7e1e(0x28d)][_0x1a7e1e(0x299)]&&this[_0x1a7e1e(0x1db)](_0x4bd7cc,{'hasComments':!0x0});},{'priority':_0x4a15c0(0x2fe)}),this[_0x4a15c0(0x29e)](_0x149af5,_0x4a15c0(0x22b),(_0xe63421,{threadId:_0x4681ed})=>{const _0x281fc0=_0x4a15c0,_0x15d807=this[_0x281fc0(0x1cc)][_0x281fc0(0x2cf)](_0x4681ed);_0x15d807&&_0x15d807[_0x281fc0(0x28d)]&&!_0x15d807[_0x281fc0(0x28d)][_0x281fc0(0x299)]&&this[_0x281fc0(0x1db)](_0x4681ed,{'hasComments':!0x1});},{'priority':_0x4a15c0(0x2fe)});}set[_0x41c871(0x221)](_0x5f15ae){const _0x38921e=_0x41c871;if(this[_0x38921e(0x302)])throw new _0x6f20e9(_0x38921e(0x243),this);this[_0x38921e(0x302)]=_0x5f15ae;}get[_0x41c871(0x221)](){const _0x4a40d4=_0x41c871;return this[_0x4a40d4(0x302)];}[_0x41c871(0x320)]({skipNotAttached:_0x24c51d=!0x1,toJSON:_0x5f2749=!0x1}={}){const _0x451bff=_0x41c871,_0x3149d9=[];for(const _0x57ce8c of this[_0x451bff(0x1cc)][_0x451bff(0x2b2)]())_0x24c51d&&!_0x57ce8c[_0x451bff(0x252)]||_0x3149d9[_0x451bff(0x340)](_0x57ce8c);return _0x5f2749?_0x3149d9[_0x451bff(0x1c4)](_0xdff46c=>_0xdff46c[_0x451bff(0x2f8)]()):_0x3149d9;}[_0x41c871(0x2ea)](_0x5823f5){const _0x1d1538=_0x41c871,_0x294bcd=this[_0x1d1538(0x1cc)][_0x1d1538(0x2cf)](_0x5823f5);if(!_0x294bcd)throw new _0x6f20e9(_0x1d1538(0x2dd),this);return _0x294bcd;}[_0x41c871(0x342)](_0x15938e){const _0x34267e=_0x41c871;return this[_0x34267e(0x1cc)][_0x34267e(0x230)](_0x15938e);}[_0x41c871(0x308)](_0x431d69){const _0x19bb3f=_0x41c871,{authorId:_0x193ebf,id:_0x180fbe,attributes:_0x21498b}=_0x431d69,[_0x13592a,_0x2e43a6]=_0x431d69[_0x19bb3f(0x1ac)][_0x19bb3f(0x227)](':'),_0x4b3103=this[_0x19bb3f(0x1cc)][_0x19bb3f(0x2cf)](_0x180fbe)||this[_0x19bb3f(0x207)](_0x13592a,_0x2e43a6,_0x180fbe,_0x193ebf,_0x21498b);if(this[_0x19bb3f(0x20b)](_0x4b3103),this[_0x19bb3f(0x2a1)](_0x4b3103,_0x13592a,_0x2e43a6||null,_0x193ebf),_0x4b3103[_0x19bb3f(0x20d)]=_0x431d69[_0x19bb3f(0x20d)],_0x4b3103[_0x19bb3f(0x1f9)]=!0x0,_0x21498b&&_0x21498b[_0x19bb3f(0x254)]){const _0x4bff37=_0x21498b[_0x19bb3f(0x254)],_0x2835dd=this[_0x19bb3f(0x2b9)](_0x4bff37[_0x19bb3f(0x359)]);_0x4b3103[_0x19bb3f(0x27f)]=_0x4bff37[_0x19bb3f(0x20d)],_0x4b3103[_0x19bb3f(0x1e4)]=_0x2835dd,_0x4b3103[_0x19bb3f(0x30b)]=!0x0;}else _0x4b3103[_0x19bb3f(0x27f)]=_0x431d69[_0x19bb3f(0x20d)];switch(_0x431d69[_0x19bb3f(0x2bb)]&&(_0x4b3103[_0x19bb3f(0x2bb)]=_0x431d69[_0x19bb3f(0x2bb)]),_0x431d69[_0x19bb3f(0x2c8)]&&(_0x4b3103[_0x19bb3f(0x2c8)]=_0x431d69[_0x19bb3f(0x2c8)]),this[_0x19bb3f(0x302)]&&this[_0x19bb3f(0x302)][_0x19bb3f(0x2b6)]||(_0x4b3103[_0x19bb3f(0x315)]=!0x0),this[_0x19bb3f(0x2ee)][_0x19bb3f(0x2cf)](_0x4b3103)){case _0x19bb3f(0x2f3):this[_0x19bb3f(0x2ee)][_0x19bb3f(0x30e)](_0x4b3103,_0x19bb3f(0x224));break;case _0x19bb3f(0x20c):_0x4b3103[_0x19bb3f(0x252)]?(this[_0x19bb3f(0x316)](new Set([_0x4b3103])),this[_0x19bb3f(0x2c6)](new Set([_0x4b3103])),this[_0x19bb3f(0x2ee)][_0x19bb3f(0x30e)](_0x4b3103,_0x19bb3f(0x2db)),this[_0x19bb3f(0x278)](_0x19bb3f(0x204),_0x4b3103)):this[_0x19bb3f(0x2ee)][_0x19bb3f(0x30e)](_0x4b3103,_0x19bb3f(0x2b1));}return _0x4b3103;}[_0x41c871(0x2d8)](_0x2c61cc){const _0x370dc6=_0x41c871;this[_0x370dc6(0x2ce)](()=>{const _0x23da46=_0x370dc6;this[_0x23da46(0x2c9)][_0x23da46(0x288)][_0x23da46(0x283)](()=>{const _0x28be97=_0x23da46;for(const _0xe14a85 of _0x2c61cc[_0x28be97(0x2a4)]())_0xe14a85[_0x28be97(0x319)]();});});}[_0x41c871(0x262)](_0x234942){const _0x317163=_0x41c871;this[_0x317163(0x2ce)](()=>{const _0x4bad6b=_0x317163;this[_0x4bad6b(0x2c9)][_0x4bad6b(0x288)][_0x4bad6b(0x283)](()=>{const _0xbd50b6=_0x4bad6b;for(const _0x2128f1 of _0x234942[_0xbd50b6(0x2a4)]())_0x2128f1[_0xbd50b6(0x306)]();});});}[_0x41c871(0x1b0)](_0x2723d6,_0x38de30){const _0x3e63e6=_0x41c871,_0x5cd14f=this[_0x3e63e6(0x2c9)][_0x3e63e6(0x346)][_0x3e63e6(0x2cf)](_0x2723d6);if(!_0x5cd14f)throw new _0x6f20e9(_0x3e63e6(0x231),this,{'commandName':_0x2723d6});if(this[_0x3e63e6(0x286)][_0x3e63e6(0x230)](_0x5cd14f))throw new _0x6f20e9(_0x3e63e6(0x29d),this,{'commandName':_0x2723d6});this[_0x3e63e6(0x286)][_0x3e63e6(0x2c2)](_0x5cd14f),_0x38de30&&_0x5cd14f['on'](_0x3e63e6(0x261),(_0x11d845,_0x5dd6fc)=>{const _0x2b0d4b=_0x3e63e6;this[_0x2b0d4b(0x2ba)][_0x2b0d4b(0x1e6)]&&(this[_0x2b0d4b(0x1fc)]||(_0x5dd6fc[_0x2b0d4b(0x299)]>0x0&&_0x5dd6fc[_0x5dd6fc[_0x2b0d4b(0x299)]-0x1]&&_0x5dd6fc[_0x5dd6fc[_0x2b0d4b(0x299)]-0x1][_0x2b0d4b(0x2ce)]?_0x5dd6fc[_0x2b0d4b(0x2ac)]():(_0x11d845[_0x2b0d4b(0x235)]=_0x38de30((..._0x53c225)=>_0x5cd14f[_0x2b0d4b(0x261)](..._0x53c225,{'forceDefaultExecution':!0x0}),..._0x5dd6fc),_0x11d845[_0x2b0d4b(0x28f)]())));},{'priority':_0x3e63e6(0x1de)});}[_0x41c871(0x2ce)](_0x1707c0){const _0x29e428=_0x41c871;let _0x1ef141,_0xc59b60;const _0x535d42=this[_0x29e428(0x1fc)];this[_0x29e428(0x1fc)]=!0x0;try{_0x1ef141=_0x1707c0();}catch(_0x19c162){_0xc59b60=_0x19c162;}return _0x535d42||(this[_0x29e428(0x1fc)]=!0x1),_0xc59b60&&_0x6f20e9[_0x29e428(0x2fc)](_0xc59b60,this),_0x1ef141;}[_0x41c871(0x2a8)](_0x547f68,_0x9e3d25=null,_0xbe7420={}){const _0x5c6de9=_0x41c871;if(_0x547f68[_0x5c6de9(0x209)])return null;const _0x4eb5f1=this[_0x5c6de9(0x2c9)][_0x5c6de9(0x33f)][_0x5c6de9(0x2cf)](_0x5c6de9(0x1c3))['me'];for(const {suggestion:_0x6edda3,meta:_0x267592}of this[_0x5c6de9(0x1f3)](_0x547f68,_0x5c6de9(0x2e5)))if(_0x267592[_0x5c6de9(0x1ea)]){if(!_0x267592[_0x5c6de9(0x1aa)]){if(_0x267592[_0x5c6de9(0x2f5)]){if(!this[_0x5c6de9(0x1d8)]||!qt(_0x6edda3,_0xbe7420))continue;return _0x6edda3;}if(qt(_0x6edda3,_0xbe7420))return _0x6edda3;this[_0x5c6de9(0x26b)](_0x6edda3,_0x547f68[_0x5c6de9(0x2f4)],_0x547f68[_0x5c6de9(0x2a9)]);break;}if(_0x9e3d25==_0x6edda3[_0x5c6de9(0x295)]&&qt(_0x6edda3,_0xbe7420)){const _0x389a85=_0x6edda3[_0x5c6de9(0x1b5)]();return _0x389a85[_0x5c6de9(0x2f4)][_0x5c6de9(0x1c0)](_0x547f68[_0x5c6de9(0x2a9)])?this[_0x5c6de9(0x32a)](_0x6edda3,this[_0x5c6de9(0x1d7)][_0x5c6de9(0x2d9)](_0x547f68[_0x5c6de9(0x2f4)],_0x389a85[_0x5c6de9(0x2a9)])):this[_0x5c6de9(0x32a)](_0x6edda3,this[_0x5c6de9(0x1d7)][_0x5c6de9(0x2d9)](_0x389a85[_0x5c6de9(0x2f4)],_0x547f68[_0x5c6de9(0x2a9)])),_0x6edda3;}}const _0x5d2e6b=_0x4a6188(),_0x12ae55=_0x4eb5f1['id'],_0x2e7488=_0x9e3d25?_0x5c6de9(0x32b)+_0x9e3d25:_0x5c6de9(0x2e5),_0x5f2e70=this[_0x5c6de9(0x282)]({'id':_0x5d2e6b,'type':_0x2e7488,'createdAt':new Date(),'authorId':_0x12ae55,'attributes':_0xbe7420});return this[_0x5c6de9(0x2da)](_0x2e7488,_0x5d2e6b,_0x12ae55,_0x547f68),_0x5f2e70;}[_0x41c871(0x250)](_0x9693d6,_0x11873b=_0x41c871(0x1e8),_0x20678d={}){const _0x34add3=_0x41c871,_0x294301=this[_0x34add3(0x2c9)][_0x34add3(0x33f)][_0x34add3(0x2cf)](_0x34add3(0x1c3))['me'],_0x20ff03=this[_0x34add3(0x223)][_0x34add3(0x2af)](_0x34add3(0x2e5),_0x11873b,_0x34add3(0x24e));for(const _0x5be335 of this[_0x34add3(0x320)]())if(_0x5be335[_0x34add3(0x1e4)]['id']==_0x294301['id']&&_0x34add3(0x2e5)==_0x5be335[_0x34add3(0x1ac)]&&_0x5be335[_0x34add3(0x295)]==_0x11873b&&qt(_0x5be335,_0x20678d)&&(_0x20ff03(_0x5be335[_0x34add3(0x28a)](),_0x9693d6)||_0x20ff03(_0x9693d6,_0x5be335[_0x34add3(0x28a)]()))){for(const _0x37dc7f of _0x9693d6)_0x5be335[_0x34add3(0x310)](_0x37dc7f);return _0x5be335;}for(const {suggestion:_0x3c18fd,meta:_0x117f60}of this[_0x34add3(0x1f3)](_0x9693d6,_0x34add3(0x2e5))){if(!_0x117f60[_0x34add3(0x1ea)])continue;if(!this[_0x34add3(0x1d8)]&&_0x117f60[_0x34add3(0x2f5)])continue;if(!qt(_0x3c18fd,_0x20678d))continue;let _0x562dff=!0x0;for(const _0x509eaf of _0x3c18fd[_0x34add3(0x28a)]())for(const _0x525388 of _0x9693d6)if(!_0x509eaf[_0x34add3(0x30d)](_0x525388)){_0x562dff=!0x1;break;}if(_0x562dff)return _0x3c18fd;}const _0x8c02fd=_0x4a6188(),_0x1df2c0=_0x294301['id'],_0x17b4fe=_0x34add3(0x32b)+_0x11873b,_0x4bf8e4=this[_0x34add3(0x282)]({'id':_0x8c02fd,'type':_0x17b4fe,'createdAt':new Date(),'authorId':_0x1df2c0,'attributes':_0x20678d});for(const _0x43c6f4 of _0x9693d6)this[_0x34add3(0x2da)](_0x17b4fe,_0x8c02fd,_0x1df2c0,_0x43c6f4,_0x5bed2b[_0x34add3(0x272)]());return _0x4bf8e4;}[_0x41c871(0x33b)](_0x416c70,_0x4c87a9,_0x3e852e=null,_0x136d84={}){const _0x3de60e=_0x41c871;if(_0x3e852e=_0x3e852e||Gt(_0x4c87a9),_0x416c70[_0x3de60e(0x209)])return null;if(_0x3de60e(0x237)===this[_0x3de60e(0x2d4)]){const _0x4ccd34=this[_0x3de60e(0x223)][_0x3de60e(0x2af)](_0x3de60e(0x23b),_0x3e852e,_0x3de60e(0x319));return this[_0x3de60e(0x2ce)](()=>_0x4ccd34([_0x416c70],_0x4c87a9,_0x136d84)),null;}const _0x4cff6e=this[_0x3de60e(0x2c9)][_0x3de60e(0x33f)][_0x3de60e(0x2cf)](_0x3de60e(0x1c3))['me'],_0x2b5cb5=[];if(_0x3de60e(0x1fe)!==this[_0x3de60e(0x2d4)]){for(const {suggestion:_0x2a7cf0,meta:_0x2deb18}of this[_0x3de60e(0x1f3)](_0x416c70,_0x3de60e(0x2e5)))_0x2deb18[_0x3de60e(0x1ea)]&&!_0x2deb18[_0x3de60e(0x247)]&&_0x2b5cb5[_0x3de60e(0x340)](..._0x2a7cf0[_0x3de60e(0x28a)]());}const _0x4d7893=function(_0x11d954,_0x3152ab){const _0x5d5020=_0x3de60e,_0x5e496a=[];for(const _0xf3d5c9 of _0x3152ab){const _0x500c4a=_0x11d954[_0x5d5020(0x234)](_0xf3d5c9);_0x500c4a&&_0x5e496a[_0x5d5020(0x340)](_0x500c4a);}return _0x5e496a;}(_0x416c70,_0x2b5cb5),_0x2191b0=function(_0x10e9fd,_0x966cee){const _0x52c2be=_0x3de60e,_0x1d0a09=[_0x10e9fd];for(const _0x57dd02 of _0x966cee){let _0x10509c=0x0;for(;_0x10509c<_0x1d0a09[_0x52c2be(0x299)];){const _0x43adf9=_0x1d0a09[_0x10509c][_0x52c2be(0x2bd)](_0x57dd02);_0x1d0a09[_0x52c2be(0x269)](_0x10509c,0x1,..._0x43adf9),_0x10509c+=_0x43adf9[_0x52c2be(0x299)];}}return _0x1d0a09;}(_0x416c70,_0x2b5cb5);_0x4d7893[_0x3de60e(0x299)]&&this[_0x3de60e(0x1d7)][_0x3de60e(0x283)](()=>{const _0x300a7f=_0x3de60e;for(const _0x5c85fe of _0x4d7893){const _0x1ad602=this[_0x300a7f(0x223)][_0x300a7f(0x2af)](_0x300a7f(0x23b),_0x3e852e,_0x300a7f(0x319));this[_0x300a7f(0x2ce)](()=>_0x1ad602([_0x5c85fe],_0x4c87a9,_0x136d84));}});for(const _0x3e33ce of _0x2191b0){let _0x31a0f0=null,_0x2b37ae=_0x3e33ce[_0x3de60e(0x2f4)],_0x29787f=_0x3e33ce[_0x3de60e(0x2a9)];for(const {suggestion:_0xbd6312,meta:_0x4b5ed5}of this[_0x3de60e(0x1f3)](_0x3e33ce,_0x3de60e(0x23b))){if(!_0x4b5ed5[_0x3de60e(0x1ea)])continue;if(_0xbd6312[_0x3de60e(0x295)]!=_0x3e852e)continue;if(!qt(_0xbd6312,_0x136d84))continue;const _0x473b23=_0xbd6312[_0x3de60e(0x1b5)]();if(_0x473b23[_0x3de60e(0x30d)](_0x3e33ce,!0x0))return null;_0x2b37ae=_0x2b37ae[_0x3de60e(0x2ec)](_0x473b23[_0x3de60e(0x2f4)])?_0x2b37ae:_0x473b23[_0x3de60e(0x2f4)],_0x29787f=_0x29787f[_0x3de60e(0x2a3)](_0x473b23[_0x3de60e(0x2a9)])?_0x29787f:_0x473b23[_0x3de60e(0x2a9)],_0x31a0f0?_0x473b23[_0x3de60e(0x2f4)][_0x3de60e(0x2ec)](_0x31a0f0[_0x3de60e(0x1b5)]()[_0x3de60e(0x2f4)])?(_0x31a0f0[_0x3de60e(0x233)](),_0x31a0f0=_0xbd6312):_0xbd6312[_0x3de60e(0x233)]():_0x31a0f0=_0xbd6312;}const _0x142134=this[_0x3de60e(0x1d7)][_0x3de60e(0x2d9)](_0x2b37ae,_0x29787f);if(_0x31a0f0)this[_0x3de60e(0x32a)](_0x31a0f0,_0x142134);else{const _0xeb98d9=_0x4a6188(),_0x3048bd=_0x4cff6e['id'];this[_0x3de60e(0x282)]({'id':_0xeb98d9,'type':_0x3de60e(0x31b)+_0x3e852e,'data':_0x4c87a9,'createdAt':new Date(),'authorId':_0x3048bd,'attributes':_0x136d84}),this[_0x3de60e(0x2da)](_0x3de60e(0x31b)+_0x3e852e,_0xeb98d9,_0x3048bd,_0x142134);}}return null;}[_0x41c871(0x2d7)](_0x384699,_0x5d25a4,_0x497e01=[],_0x3c3e83=null,_0x8c2320={}){const _0x38bba2=_0x41c871;_0x5d25a4[_0x38bba2(0x336)]||(_0x5d25a4[_0x38bba2(0x336)]=_0x5d25a4[_0x38bba2(0x2df)]),_0x5d25a4[_0x38bba2(0x1b6)]=_0x384699['is'](_0x38bba2(0x215)),_0x3c3e83=_0x3c3e83||Gt(_0x5d25a4);const _0x2155ec=_0x497e01[_0x38bba2(0x1c4)](_0x541436=>Lt(_0x541436,this[_0x38bba2(0x1d7)])),_0x4737f2=_0x384699['is'](_0x38bba2(0x215))?_0x384699:Lt(_0x384699,this[_0x38bba2(0x1d7)]);if(_0x38bba2(0x237)===this[_0x38bba2(0x2d4)]){const _0x5dcdcf=this[_0x38bba2(0x223)][_0x38bba2(0x2af)](_0x38bba2(0x238),_0x3c3e83,_0x38bba2(0x319));return this[_0x38bba2(0x2ce)](()=>_0x5dcdcf([_0x4737f2],_0x5d25a4,_0x8c2320)),null;}_0x2155ec[_0x38bba2(0x340)](_0x4737f2);let _0x17b478=!0x0;for(const _0x3039d8 of _0x2155ec)if(!this[_0x38bba2(0x23d)](_0x3039d8)){_0x17b478=!0x1;break;}if(_0x17b478&&_0x38bba2(0x1fe)!==this[_0x38bba2(0x2d4)]){const _0x28df72=this[_0x38bba2(0x223)][_0x38bba2(0x2af)](_0x38bba2(0x238),_0x3c3e83,_0x38bba2(0x319));return this[_0x38bba2(0x2ce)](()=>_0x28df72([_0x4737f2],_0x5d25a4,_0x8c2320)),null;}let _0x400fd3=null,_0x437ee2=_0x4737f2[_0x38bba2(0x2f4)],_0x234d9c=_0x4737f2[_0x38bba2(0x2a9)];for(const {suggestion:_0x3fa06b,meta:_0x390819}of this[_0x38bba2(0x1f3)](_0x4737f2,_0x38bba2(0x238))){if(!_0x390819[_0x38bba2(0x1ea)])continue;if(_0x390819[_0x38bba2(0x1aa)]||_0x390819[_0x38bba2(0x2f5)]||_0x390819[_0x38bba2(0x247)])continue;if(_0x3fa06b[_0x38bba2(0x2bb)][_0x38bba2(0x336)]!=_0x5d25a4[_0x38bba2(0x336)])continue;if(!qt(_0x3fa06b,_0x8c2320))continue;const _0x399b7d=_0x3fa06b[_0x38bba2(0x1b5)]();if(_0x3fa06b[_0x38bba2(0x295)]==_0x3c3e83){if(_0x399b7d[_0x38bba2(0x30d)](_0x4737f2,!0x0))return null;_0x437ee2=_0x437ee2[_0x38bba2(0x2ec)](_0x399b7d[_0x38bba2(0x2f4)])?_0x437ee2:_0x399b7d[_0x38bba2(0x2f4)],_0x234d9c=_0x234d9c[_0x38bba2(0x2a3)](_0x399b7d[_0x38bba2(0x2a9)])?_0x234d9c:_0x399b7d[_0x38bba2(0x2a9)],_0x400fd3?_0x399b7d[_0x38bba2(0x2f4)][_0x38bba2(0x2ec)](_0x400fd3[_0x38bba2(0x1b5)]()[_0x38bba2(0x2f4)])?(_0x400fd3[_0x38bba2(0x233)](),_0x400fd3=_0x3fa06b):_0x3fa06b[_0x38bba2(0x233)]():_0x400fd3=_0x3fa06b;}else{const _0x599957=_0x4737f2[_0x38bba2(0x234)](_0x399b7d);this[_0x38bba2(0x1ec)](_0x3fa06b,_0x599957);}}const _0x28ffaf=this[_0x38bba2(0x2c9)][_0x38bba2(0x33f)][_0x38bba2(0x2cf)](_0x38bba2(0x1c3))['me'],_0x3f01ee=_0x4a6188(),_0xbfbe5f=_0x28ffaf['id'];if(_0x400fd3)return this[_0x38bba2(0x32a)](_0x400fd3,this[_0x38bba2(0x1d7)][_0x38bba2(0x2d9)](_0x437ee2,_0x234d9c)),_0x400fd3;{const _0xe5db19=this[_0x38bba2(0x282)]({'id':_0x3f01ee,'type':_0x38bba2(0x22a)+_0x3c3e83,'data':_0x5d25a4,'createdAt':new Date(),'authorId':_0xbfbe5f,'attributes':_0x8c2320});return this[_0x38bba2(0x2da)](_0x38bba2(0x22a)+_0x3c3e83,_0x3f01ee,_0xbfbe5f,this[_0x38bba2(0x1d7)][_0x38bba2(0x2d9)](_0x437ee2,_0x234d9c)),_0xe5db19;}}[_0x41c871(0x1bf)](_0x223e33,_0x2dff46,_0x11cfe8=[],_0xfa1ed6=null,_0x53ea0f={}){const _0x1f27a9=_0x41c871;_0x2dff46[_0x1f27a9(0x336)]||(_0x2dff46[_0x1f27a9(0x336)]=_0x2dff46[_0x1f27a9(0x2df)]);const _0x207762=_0x223e33[0x0];_0x2dff46[_0x1f27a9(0x1b6)]=_0x207762['is'](_0x1f27a9(0x215)),_0xfa1ed6=_0xfa1ed6||Gt(_0x2dff46);const _0x4dea49=_0x11cfe8[_0x1f27a9(0x1c4)](_0x54ed51=>Lt(_0x54ed51,this[_0x1f27a9(0x1d7)])),_0x262020=_0x207762['is'](_0x1f27a9(0x215))?_0x223e33:_0x223e33[_0x1f27a9(0x1c4)](_0x12c010=>Lt(_0x12c010,this[_0x1f27a9(0x1d7)]));if(_0x1f27a9(0x237)===this[_0x1f27a9(0x2d4)]){const _0x3c3f89=this[_0x1f27a9(0x223)][_0x1f27a9(0x2af)](_0x1f27a9(0x238),_0xfa1ed6,_0x1f27a9(0x319));return this[_0x1f27a9(0x2ce)](()=>_0x3c3f89(_0x262020,_0x2dff46,_0x53ea0f)),null;}_0x4dea49[_0x1f27a9(0x340)](..._0x262020);let _0x3799f1=!0x0;for(const _0x5ca529 of _0x4dea49)if(!this[_0x1f27a9(0x23d)](_0x5ca529)){_0x3799f1=!0x1;break;}if(_0x3799f1&&_0x1f27a9(0x1fe)!==this[_0x1f27a9(0x2d4)]){const _0x2995fb=this[_0x1f27a9(0x223)][_0x1f27a9(0x2af)](_0x1f27a9(0x238),_0xfa1ed6,_0x1f27a9(0x319));return this[_0x1f27a9(0x2ce)](()=>_0x2995fb(_0x262020,_0x2dff46,_0x53ea0f)),null;}const _0x19a408=this[_0x1f27a9(0x2c9)][_0x1f27a9(0x33f)][_0x1f27a9(0x2cf)](_0x1f27a9(0x1c3))['me'];for(const _0x598fcc of this[_0x1f27a9(0x320)]()){if(_0x598fcc[_0x1f27a9(0x1e4)]['id']!=_0x19a408['id'])continue;if(_0x1f27a9(0x238)!=_0x598fcc[_0x1f27a9(0x1ac)]||_0x598fcc[_0x1f27a9(0x2bb)][_0x1f27a9(0x336)]!=_0x2dff46[_0x1f27a9(0x336)])continue;if(!qt(_0x598fcc,_0x53ea0f))continue;const _0x53b907=_0x598fcc[_0x1f27a9(0x295)]==_0xfa1ed6;for(let _0x126dea=0x0;_0x126dea<_0x262020[_0x1f27a9(0x299)];_0x126dea++){const _0x2c274d=_0x262020[_0x126dea];for(const _0x2c4dc5 of _0x598fcc[_0x1f27a9(0x2bc)]()){const _0x1e5b41=_0x2c4dc5[_0x1f27a9(0x300)]();if(_0x2c274d[_0x1f27a9(0x1c0)](_0x1e5b41)){_0x53b907?(_0x262020[_0x1f27a9(0x269)](_0x126dea,0x1),_0x126dea--):_0x598fcc[_0x1f27a9(0x1b4)](_0x2c4dc5[_0x1f27a9(0x21b)]);break;}}}}if(0x0==_0x262020[_0x1f27a9(0x299)])return null;const _0x550b75=this[_0x1f27a9(0x223)][_0x1f27a9(0x2af)](_0x1f27a9(0x238),_0xfa1ed6,_0x1f27a9(0x24e));for(const _0x46e45e of this[_0x1f27a9(0x320)]())if(_0x46e45e[_0x1f27a9(0x1e4)]['id']==_0x19a408['id']&&_0x1f27a9(0x238)==_0x46e45e[_0x1f27a9(0x1ac)]&&_0x46e45e[_0x1f27a9(0x2bb)][_0x1f27a9(0x336)]==_0x2dff46[_0x1f27a9(0x336)]&&_0x46e45e[_0x1f27a9(0x295)]==_0xfa1ed6&&qt(_0x46e45e,_0x53ea0f)&&(_0x550b75(_0x46e45e[_0x1f27a9(0x28a)](),_0x262020)||_0x550b75(_0x262020,_0x46e45e[_0x1f27a9(0x28a)]()))){for(const _0x2e1ac2 of _0x262020)_0x46e45e[_0x1f27a9(0x310)](_0x2e1ac2);return _0x46e45e;}const _0x1922c8=_0x4a6188(),_0x21b840=_0x19a408['id'],_0x13e4ff=_0x1f27a9(0x22a)+_0xfa1ed6,_0x498e5e=this[_0x1f27a9(0x282)]({'id':_0x1922c8,'type':_0x13e4ff,'data':_0x2dff46,'createdAt':new Date(),'authorId':_0x21b840,'attributes':_0x53ea0f});for(const _0x36ca30 of _0x262020)this[_0x1f27a9(0x2da)](_0x13e4ff,_0x1922c8,_0x21b840,_0x36ca30,_0x5bed2b[_0x1f27a9(0x272)]());return _0x498e5e;}[_0x41c871(0x212)](_0x9b9aa6,_0x522638=null,_0x2cf2d1={}){const _0x28451e=_0x41c871;if(_0x9b9aa6[_0x28451e(0x209)])return null;const _0x127fd0=this[_0x28451e(0x2c9)][_0x28451e(0x33f)][_0x28451e(0x2cf)](_0x28451e(0x1c3))['me'],_0x58bda6=new _0x44ab0f(_0x9b9aa6[_0x28451e(0x2f4)],_0x9b9aa6[_0x28451e(0x2a9)]);for(const {suggestion:_0x10d94c,meta:_0x3835aa}of this[_0x28451e(0x1f3)](_0x58bda6,_0x28451e(0x2e5)))if(_0x3835aa[_0x28451e(0x1ea)]&&!_0x3835aa[_0x28451e(0x1aa)]){if(_0x10d94c[_0x28451e(0x271)]){const _0x902e89=_0x10d94c[_0x28451e(0x28a)]()[_0x28451e(0x32f)](_0x37e21e=>_0x28451e(0x1d3)!=_0x37e21e[_0x28451e(0x2de)][_0x28451e(0x31f)]);_0x902e89[_0x28451e(0x2b0)](_0x19624b=>_0x58bda6[_0x28451e(0x30d)](_0x19624b,!0x0))&&_0x10d94c[_0x28451e(0x306)]();if(_0x902e89[_0x28451e(0x225)](_0x4f38f8=>_0x4f38f8[_0x28451e(0x30d)](_0x58bda6,!0x0))){const _0x59cfc5=this[_0x28451e(0x223)][_0x28451e(0x2af)](_0x28451e(0x28c),_0x522638,_0x28451e(0x319));return this[_0x28451e(0x2ce)](()=>_0x59cfc5([_0x58bda6],null,_0x2cf2d1)),null;}}else{const _0x3633f9=_0x58bda6[_0x28451e(0x234)](_0x10d94c[_0x28451e(0x1b5)]());null!==_0x3633f9&&_0x10d94c[_0x28451e(0x1ba)]([_0x3633f9],null,_0x2cf2d1);}}if(_0x58bda6[_0x28451e(0x25c)](),_0x58bda6[_0x28451e(0x209)]||_0x28451e(0x1d3)==_0x58bda6[_0x28451e(0x2de)][_0x28451e(0x31f)])return null;let _0x2e6db8=null,_0x26d585=_0x58bda6[_0x28451e(0x2f4)],_0x3009be=_0x58bda6[_0x28451e(0x2a9)];const _0x2bc5fa=this[_0x28451e(0x1f3)](_0x58bda6,_0x28451e(0x28c));for(const {suggestion:_0x3bb863,meta:_0xa32c88}of _0x2bc5fa){const _0x5c4819=this[_0x28451e(0x1d7)][_0x28451e(0x2d9)](_0x26d585,_0x3009be);if(_0xa32c88[_0x28451e(0x1ea)]&&(this[_0x28451e(0x1d8)]||!_0xa32c88[_0x28451e(0x2f5)]&&!_0xa32c88[_0x28451e(0x247)])){if(_0x3bb863[_0x28451e(0x271)]){if(!qt(_0x3bb863,_0x2cf2d1))continue;let _0x124f7a=!0x0;for(const _0x55c14c of _0x3bb863[_0x28451e(0x28a)]()){if(_0x55c14c[_0x28451e(0x30d)](_0x5c4819,!0x0))return _0x3bb863;_0x5c4819[_0x28451e(0x30d)](_0x55c14c)||(_0x124f7a=!0x1);}_0x124f7a&&_0x3bb863[_0x28451e(0x306)]();}else{const _0x19c103=_0x3bb863[_0x28451e(0x1b5)]();if(_0x19c103[_0x28451e(0x30d)](_0x5c4819,!0x0))return _0x3bb863;if(!qt(_0x3bb863,_0x2cf2d1)){_0x5c4819[_0x28451e(0x30d)](_0x19c103)?_0x3bb863[_0x28451e(0x233)]():_0x19c103[_0x28451e(0x239)](_0x26d585)?_0x26d585=_0x19c103[_0x28451e(0x2a9)]:_0x19c103[_0x28451e(0x239)](_0x3009be)&&(_0x3009be=_0x19c103[_0x28451e(0x2f4)]);continue;}_0x26d585=_0x26d585[_0x28451e(0x2ec)](_0x19c103[_0x28451e(0x2f4)])?_0x26d585:_0x19c103[_0x28451e(0x2f4)],_0x3009be=_0x3009be[_0x28451e(0x2a3)](_0x19c103[_0x28451e(0x2a9)])?_0x3009be:_0x19c103[_0x28451e(0x2a9)],_0x2cf2d1=Object[_0x28451e(0x24f)]({},_0x3bb863[_0x28451e(0x2c8)]),_0x2e6db8?_0x19c103[_0x28451e(0x2f4)][_0x28451e(0x2ec)](_0x2e6db8[_0x28451e(0x1b5)]()[_0x28451e(0x2f4)])?(_0x2e6db8[_0x28451e(0x233)](),_0x2e6db8=_0x3bb863):_0x3bb863[_0x28451e(0x233)]():_0x2e6db8=_0x3bb863;}}}if(_0x2e6db8)return this[_0x28451e(0x32a)](_0x2e6db8,this[_0x28451e(0x1d7)][_0x28451e(0x2d9)](_0x26d585,_0x3009be)),_0x2e6db8;{const _0x5e0b11=_0x4a6188(),_0x57d849=this[_0x28451e(0x1d7)][_0x28451e(0x2d9)](_0x26d585,_0x3009be),_0x591531=_0x127fd0['id'],_0x17af81=_0x522638?_0x28451e(0x307)+_0x522638:_0x28451e(0x28c),_0x5ad18e=this[_0x28451e(0x282)]({'id':_0x5e0b11,'type':_0x17af81,'createdAt':new Date(),'authorId':_0x591531,'attributes':_0x2cf2d1});return this[_0x28451e(0x2da)](_0x17af81,_0x5e0b11,_0x591531,_0x57d849),_0x5ad18e;}}[_0x41c871(0x268)](_0x76468f,_0x2f29bd=_0x41c871(0x1e8),_0x4002bb={}){const _0x41af8b=_0x41c871,_0x2f7936=this[_0x41af8b(0x2c9)][_0x41af8b(0x33f)][_0x41af8b(0x2cf)](_0x41af8b(0x1c3))['me'],_0x55ebb3=_0x76468f[_0x41af8b(0x1c4)](_0x311490=>new _0x44ab0f(_0x311490[_0x41af8b(0x2f4)],_0x311490[_0x41af8b(0x2a9)])),_0x4f944b=new Set();for(const {suggestion:_0x44c03c,meta:_0x58512c}of this[_0x41af8b(0x1f3)](_0x55ebb3,_0x41af8b(0x2e5)))_0x58512c[_0x41af8b(0x1ea)]&&!_0x58512c[_0x41af8b(0x1aa)]&&_0x4f944b[_0x41af8b(0x2c2)](_0x44c03c);for(const _0x5e191c of _0x4f944b)if(_0x5e191c[_0x41af8b(0x271)]){const _0x51d6ce=_0x5e191c[_0x41af8b(0x28a)]();(!_0x5e191c[_0x41af8b(0x2c8)]||!_0x5e191c[_0x41af8b(0x2c8)][_0x41af8b(0x34b)])&&(_0x51d6ce[_0x41af8b(0x2b0)](_0x32df11=>_0x55ebb3[_0x41af8b(0x225)](_0x288542=>_0x288542[_0x41af8b(0x30d)](_0x32df11,!0x0)))&&_0x5e191c[_0x41af8b(0x306)]());if(_0x55ebb3[_0x41af8b(0x2b0)](_0x38f85c=>_0x51d6ce[_0x41af8b(0x225)](_0x5dc473=>_0x5dc473[_0x41af8b(0x30d)](_0x38f85c,!0x0)))){const _0x94e169=this[_0x41af8b(0x223)][_0x41af8b(0x2af)](_0x41af8b(0x28c),_0x2f29bd,_0x41af8b(0x319));return this[_0x41af8b(0x2ce)](()=>_0x94e169(_0x76468f,null,_0x4002bb)),null;}}else{const _0x57fc0b=_0x5e191c[_0x41af8b(0x1b5)]();_0x55ebb3[_0x41af8b(0x225)](_0x6138e0=>_0x6138e0[_0x41af8b(0x30d)](_0x57fc0b,!0x0))&&_0x5e191c[_0x41af8b(0x306)]();if(_0x55ebb3[_0x41af8b(0x2b0)](_0x260ec0=>_0x57fc0b[_0x41af8b(0x30d)](_0x260ec0,!0x0))){const _0x3976c3=this[_0x41af8b(0x223)][_0x41af8b(0x2af)](_0x41af8b(0x28c),_0x2f29bd,_0x41af8b(0x319));return this[_0x41af8b(0x2ce)](()=>_0x3976c3(_0x55ebb3,null,_0x4002bb)),null;}}const _0x46acc9=this[_0x41af8b(0x223)][_0x41af8b(0x2af)](_0x41af8b(0x28c),_0x2f29bd,_0x41af8b(0x24e));let _0x33ab8b=null;for(const _0x1d5fa3 of this[_0x41af8b(0x320)]())if(_0x1d5fa3[_0x41af8b(0x1e4)]['id']==_0x2f7936['id']&&_0x1d5fa3[_0x41af8b(0x252)]&&_0x41af8b(0x28c)==_0x1d5fa3[_0x41af8b(0x1ac)]&&_0x1d5fa3[_0x41af8b(0x295)]==_0x2f29bd&&qt(_0x1d5fa3,_0x4002bb)&&(_0x46acc9(_0x1d5fa3[_0x41af8b(0x28a)](),_0x55ebb3)||_0x46acc9(_0x55ebb3,_0x1d5fa3[_0x41af8b(0x28a)]()))){if(_0x33ab8b){if(_0x1d5fa3[_0x41af8b(0x28d)]&&_0x1d5fa3[_0x41af8b(0x28d)][_0x41af8b(0x299)])continue;for(const _0x2840e1 of _0x1d5fa3[_0x41af8b(0x28a)]())_0x33ab8b[_0x41af8b(0x29c)](_0x2840e1)||_0x33ab8b[_0x41af8b(0x310)](_0x2840e1);_0x1d5fa3[_0x41af8b(0x233)]();}else{_0x33ab8b=_0x1d5fa3;for(const _0xb2b04c of _0x55ebb3)_0x1d5fa3[_0x41af8b(0x29c)](_0xb2b04c)||_0x1d5fa3[_0x41af8b(0x310)](_0xb2b04c);}}if(_0x33ab8b)return _0x33ab8b;_0x4f944b[_0x41af8b(0x26d)]();for(const {suggestion:_0x2255fc,meta:_0x2adb71}of this[_0x41af8b(0x1f3)](_0x55ebb3,_0x41af8b(0x28c)))_0x2adb71[_0x41af8b(0x1ea)]&&(this[_0x41af8b(0x1d8)]||!_0x2adb71[_0x41af8b(0x2f5)]&&!_0x2adb71[_0x41af8b(0x247)])&&qt(_0x2255fc,_0x4002bb)&&_0x4f944b[_0x41af8b(0x2c2)](_0x2255fc);for(const _0x46a921 of _0x4f944b){const _0x5de235=_0x46a921[_0x41af8b(0x28a)]();if(!_0x4002bb||!_0x4002bb[_0x41af8b(0x34b)]){if(_0x55ebb3[_0x41af8b(0x2b0)](_0x15452a=>_0x5de235[_0x41af8b(0x225)](_0x5e2aaf=>_0x5e2aaf[_0x41af8b(0x30d)](_0x15452a,!0x0))))return _0x46a921;}(!_0x46a921[_0x41af8b(0x2c8)]||!_0x46a921[_0x41af8b(0x2c8)][_0x41af8b(0x34b)])&&(_0x5de235[_0x41af8b(0x2b0)](_0x50ff6a=>_0x55ebb3[_0x41af8b(0x225)](_0x1ae154=>_0x1ae154[_0x41af8b(0x30d)](_0x50ff6a,!0x0)))&&_0x46a921[_0x41af8b(0x306)]());}const _0x35ddd0=_0x4a6188(),_0x5113cd=_0x2f7936['id'],_0x264e97=_0x41af8b(0x307)+_0x2f29bd,_0x509bec=this[_0x41af8b(0x282)]({'id':_0x35ddd0,'type':_0x264e97,'createdAt':new Date(),'authorId':_0x5113cd,'attributes':_0x4002bb});for(const _0x13515f of _0x55ebb3)_0x13515f[_0x41af8b(0x25c)](),_0x13515f[_0x41af8b(0x209)]||_0x41af8b(0x1d3)==_0x13515f[_0x41af8b(0x2de)][_0x41af8b(0x31f)]||this[_0x41af8b(0x2da)](_0x264e97,_0x35ddd0,_0x5113cd,_0x13515f,_0x5bed2b[_0x41af8b(0x272)]());return _0x509bec;}[_0x41c871(0x2cd)](_0x37325d,_0x2c4adb,_0x3db540,_0x56008d,_0x25a9a0){const _0x460733=_0x41c871;if(_0x37325d[_0x460733(0x209)])return[];if(_0x460733(0x237)===this[_0x460733(0x2d4)])return[];const _0x28b617=this[_0x460733(0x2c9)][_0x460733(0x33f)][_0x460733(0x2cf)](_0x460733(0x1c3))['me']['id'],_0x59e6d5=Array[_0x460733(0x25d)](this[_0x460733(0x1cc)][_0x460733(0x2b2)]())[_0x460733(0x32f)](_0x5e96a4=>_0x460733(0x1c2)==_0x5e96a4[_0x460733(0x1ac)]&&_0x5e96a4[_0x460733(0x2bb)][_0x460733(0x1f5)]==_0x2c4adb&&_0x5e96a4[_0x460733(0x29c)](_0x37325d));if(_0x460733(0x248)===this[_0x460733(0x2d4)]){const _0x47c87e=this[_0x460733(0x1f3)](_0x37325d,_0x460733(0x2e5))[_0x460733(0x32f)](({meta:_0x21666e})=>_0x21666e[_0x460733(0x1ea)]&&!_0x21666e[_0x460733(0x247)]&&!_0x21666e[_0x460733(0x1aa)])[_0x460733(0x1c4)](({suggestion:_0x43e3d4})=>_0x43e3d4);_0x59e6d5[_0x460733(0x349)](..._0x47c87e);}const _0x2ecb88=new Map([[_0x37325d,_0x3db540]]);for(const _0x11d4b1 of _0x59e6d5){const _0x181121=_0x460733(0x1c2)==_0x11d4b1[_0x460733(0x1ac)]?_0x11d4b1[_0x460733(0x2bb)][_0x460733(0x1cd)]:void 0x0,_0x40153c=_0x11d4b1[_0x460733(0x1b5)](),_0x2472f8=Array[_0x460733(0x25d)](_0x2ecb88[_0x460733(0x2f9)]())[_0x460733(0x289)](_0x4e7289=>_0x4e7289[_0x460733(0x34f)](_0x40153c));if(!_0x2472f8)continue;const _0x6084fb=_0x2472f8[_0x460733(0x2bd)](_0x40153c);this[_0x460733(0x244)](_0x2c4adb)&&_0x460733(0x2e5)==_0x11d4b1[_0x460733(0x1ac)]&&0x0!=_0x6084fb[_0x460733(0x299)]||(_0x2ecb88[_0x460733(0x25e)](_0x2472f8),_0x6084fb[_0x460733(0x21e)](_0x48a275=>{const _0x4593cc=_0x460733;_0x2ecb88[_0x4593cc(0x30e)](_0x48a275,_0x3db540);}),_0x460733(0x2e5)!=_0x11d4b1[_0x460733(0x1ac)]&&_0x181121!=_0x56008d&&_0x2ecb88[_0x460733(0x30e)](_0x2472f8[_0x460733(0x234)](_0x40153c),_0x181121));}const _0x2e2108=[];for(const [_0x4ce6dd,_0xb1ddf4]of _0x2ecb88){const _0x359fa8=_0x4a6188(),_0x29f389={'key':_0x2c4adb,'oldValue':_0xb1ddf4,'newValue':_0x56008d};_0x2c4adb[_0x460733(0x299)]>0x25&&console[_0x460733(0x267)](_0x460733(0x222),{'key':_0x2c4adb});const _0x15f759=(_0x460733(0x2ab)+(_0x2c4adb+'|'+Gt({'newValue':_0x56008d})))[_0x460733(0x285)](0x0,0x3c),_0x11feb1=this[_0x460733(0x282)]({'id':_0x359fa8,'type':_0x15f759,'data':_0x29f389,'createdAt':new Date(),'authorId':_0x28b617,'attributes':_0x25a9a0});_0x2e2108[_0x460733(0x340)](_0x11feb1),this[_0x460733(0x2da)](_0x15f759,_0x359fa8,_0x28b617,_0x4ce6dd);}return _0x2e2108;}[_0x41c871(0x32e)](_0xf2aae4){const _0x18848b=_0x41c871;this[_0x18848b(0x1b0)](_0xf2aae4,(_0x23434c,..._0x12fa89)=>{const _0x4d1617=_0x18848b;this[_0x4d1617(0x329)](()=>{_0x23434c(..._0x12fa89);});});}[_0x41c871(0x213)](_0x22aa4c){const _0x2bbc26=_0x41c871;this[_0x2bbc26(0x1e7)][_0x2bbc26(0x2c2)](_0x22aa4c);}[_0x41c871(0x33d)](_0x1d57d0){const _0x4d84bc=_0x41c871;this[_0x4d84bc(0x1c9)][_0x4d84bc(0x2c2)](_0x1d57d0);}[_0x41c871(0x356)](_0x19b806){const _0x51ff7a=_0x41c871;return _0x51ff7a(0x1c2)==_0x19b806[_0x51ff7a(0x1ac)]?_0x19b806[_0x51ff7a(0x295)][_0x51ff7a(0x227)]('|')[0x0]:null;}[_0x41c871(0x32a)](_0x23d301,_0x2ae687){const _0x207c64=_0x41c871,_0x19f23b=_0x23d301[_0x207c64(0x350)]();this[_0x207c64(0x1d7)][_0x207c64(0x283)](_0x1d0eae=>{const _0x170c40=_0x207c64;_0x1d0eae[_0x170c40(0x1bd)](_0x19f23b,{'range':_0x2ae687});});}[_0x41c871(0x20b)](_0x7f7f55){const _0x1a37f0=_0x41c871,_0x18a702=_0x7f7f55['id'],_0x529e73=this[_0x1a37f0(0x2c9)][_0x1a37f0(0x273)][_0x1a37f0(0x2cf)](_0x1a37f0(0x2ae));this[_0x1a37f0(0x23a)][_0x1a37f0(0x321)](_0x18a702)||this[_0x1a37f0(0x23a)][_0x1a37f0(0x1e1)]({'channelId':_0x529e73,'threadId':_0x18a702,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1cb6bf=this[_0x1a37f0(0x23a)][_0x1a37f0(0x284)](_0x18a702);_0x1cb6bf[_0x1a37f0(0x1f7)](_0x1a37f0(0x30a)),_0x1cb6bf[_0x1a37f0(0x30a)]=!0x1,_0x7f7f55[_0x1a37f0(0x28d)]=_0x1cb6bf;}[_0x41c871(0x2a1)](_0x2a4331,_0x2a1ae6,_0x4647fe,_0x57d914){const _0x57bfc2=_0x41c871;if(_0x2a4331[_0x57bfc2(0x1ac)]!=_0x2a1ae6||_0x2a4331[_0x57bfc2(0x295)]!=_0x4647fe||_0x2a4331[_0x57bfc2(0x304)]['id']!=_0x57d914)throw this[_0x57bfc2(0x2c9)][_0x57bfc2(0x266)](_0x57bfc2(0x28e)),new _0x6f20e9(_0x57bfc2(0x28e),this);}[_0x41c871(0x1ec)](_0x5ef5be,_0x198177){const _0xaeadab=_0x41c871,_0x46f245=_0x5ef5be[_0xaeadab(0x1b5)]();if(_0x198177[_0xaeadab(0x1c0)](_0x46f245))_0x5ef5be[_0xaeadab(0x233)]();else{if(_0x46f245[_0xaeadab(0x30d)](_0x198177)){const _0x4863bd=this[_0xaeadab(0x1d7)][_0xaeadab(0x1bb)](_0x198177[_0xaeadab(0x2f4)][_0xaeadab(0x311)],_0xaeadab(0x2a9));this[_0xaeadab(0x32a)](_0x5ef5be,this[_0xaeadab(0x1d7)][_0xaeadab(0x2d9)](_0x46f245[_0xaeadab(0x2f4)],_0x4863bd));const _0x5acc01=_0x4a6188(),_0x71971e=_0x5ef5be[_0xaeadab(0x304)]['id'],_0x241869=_0x5ef5be[_0xaeadab(0x1ac)]+':'+_0x5ef5be[_0xaeadab(0x295)];this[_0xaeadab(0x282)]({'id':_0x5acc01,'type':_0x241869,'createdAt':new Date(),'authorId':_0x71971e,'data':_0x5ef5be[_0xaeadab(0x2bb)],'attributes':_0x5ef5be[_0xaeadab(0x2c8)]});const _0x469d5c=this[_0xaeadab(0x1d7)][_0xaeadab(0x1bb)](_0x198177[_0xaeadab(0x2a9)][_0xaeadab(0x27e)],_0xaeadab(0x24c)),_0x115054=this[_0xaeadab(0x1d7)][_0xaeadab(0x2d9)](_0x469d5c,_0x46f245[_0xaeadab(0x2a9)]);this[_0xaeadab(0x2da)](_0x241869,_0x5acc01,_0x71971e,_0x115054);}else{if(_0x46f245[_0xaeadab(0x239)](_0x198177[_0xaeadab(0x2f4)])){const _0x532a22=this[_0xaeadab(0x1d7)][_0xaeadab(0x1bb)](_0x198177[_0xaeadab(0x2f4)][_0xaeadab(0x311)],_0xaeadab(0x2a9));this[_0xaeadab(0x32a)](_0x5ef5be,this[_0xaeadab(0x1d7)][_0xaeadab(0x2d9)](_0x46f245[_0xaeadab(0x2f4)],_0x532a22));}else{const _0x53263e=this[_0xaeadab(0x1d7)][_0xaeadab(0x1bb)](_0x198177[_0xaeadab(0x2a9)][_0xaeadab(0x27e)],_0xaeadab(0x24c));this[_0xaeadab(0x32a)](_0x5ef5be,this[_0xaeadab(0x1d7)][_0xaeadab(0x2d9)](_0x53263e,_0x46f245[_0xaeadab(0x2a9)]));}}}}[_0x41c871(0x23d)](_0x5ed17e){const _0x526bda=_0x41c871;for(const {suggestion:_0x5634db,meta:_0x49da2d}of this[_0x526bda(0x1f3)](_0x5ed17e,_0x526bda(0x2e5))){if(!_0x49da2d[_0x526bda(0x1ea)])continue;const _0x54e0dd=_0x5634db[_0x526bda(0x28a)]();for(const _0x20928f of _0x54e0dd)if(!_0x5ed17e[_0x526bda(0x2bd)](_0x20928f)[_0x526bda(0x299)])return!0x0;}return!0x1;}[_0x41c871(0x1b2)](_0x17a06e){const _0x38120f=_0x41c871,_0xe9445c=this[_0x38120f(0x2c9)][_0x38120f(0x33f)][_0x38120f(0x2cf)](_0x38120f(0x1c3))[_0x38120f(0x301)](_0x17a06e);if(!_0xe9445c)throw new _0x6f20e9(_0x38120f(0x20a),this);return _0xe9445c;}[_0x41c871(0x2b9)](_0x11ba66){const _0xbe5c0c=_0x41c871,_0x2ebade=this[_0xbe5c0c(0x2c9)][_0xbe5c0c(0x33f)][_0xbe5c0c(0x2cf)](_0xbe5c0c(0x1c3)),_0xc141d1=_0x55e551(_0xbe5c0c(0x2cb)+_0x11ba66),_0x278d1a=_0x2ebade[_0xbe5c0c(0x301)](_0xc141d1);return _0x278d1a||_0x2ebade[_0xbe5c0c(0x1d9)]({'id':_0xc141d1,'name':_0x11ba66});}[_0x41c871(0x207)](_0x3fe617,_0x208627,_0x523308,_0x205b06,_0x398ae9){const _0x4f8d69=_0x41c871,_0x360a77=this[_0x4f8d69(0x1b2)](_0x205b06),_0x466c9b=this[_0x4f8d69(0x223)][_0x4f8d69(0x242)](_0x3fe617,_0x208627,_0x523308,_0x360a77,_0x398ae9,_0x5e2fe9=>{const _0x1d6446=_0x4f8d69;this[_0x1d6446(0x1db)](_0x523308,{'attributes':_0x5e2fe9});const _0x33f38e=this[_0x1d6446(0x2ea)](_0x523308);this[_0x1d6446(0x316)](new Set([_0x33f38e])),this[_0x1d6446(0x2c6)](new Set([_0x33f38e]));});return this[_0x4f8d69(0x29e)](_0x466c9b,_0x4f8d69(0x319),()=>{const _0x5c1410=_0x4f8d69;this[_0x5c1410(0x1db)](_0x523308,{'state':_0x5c1410(0x249)});},{'priority':_0x4f8d69(0x1de)}),this[_0x4f8d69(0x29e)](_0x466c9b,_0x4f8d69(0x306),()=>{const _0x40e9db=_0x4f8d69;this[_0x40e9db(0x1db)](_0x523308,{'state':_0x40e9db(0x280)});},{'priority':_0x4f8d69(0x1de)}),this[_0x4f8d69(0x1cc)][_0x4f8d69(0x30e)](_0x523308,_0x466c9b),this[_0x4f8d69(0x2ee)][_0x4f8d69(0x30e)](_0x466c9b,_0x4f8d69(0x2f3)),_0x466c9b;}[_0x41c871(0x2c5)](_0x2f5b26){const _0xa99eba=_0x41c871,_0x345497=_0x2f5b26[_0xa99eba(0x227)](':');return{'group':_0x345497[0x0],'type':_0x345497[0x1],'subType':_0x345497[_0xa99eba(0x299)]>=0x5?_0x345497[0x2]:null,'id':_0x345497[_0xa99eba(0x299)]<0x5?_0x345497[0x2]:_0x345497[0x3],'authorId':_0x345497[_0xa99eba(0x299)]<0x5?_0x345497[0x3]:_0x345497[0x4],'markerCount':0x6==_0x345497[_0xa99eba(0x299)]?_0x345497[0x5]:null};}[_0x41c871(0x26b)](_0x3674dc,_0xb1c85a,_0x34b735){const _0x2cf703=_0x41c871,_0x2b3805=_0x3674dc[_0x2cf703(0x1b5)](),_0x2702bd=_0x2b3805[_0x2cf703(0x2f4)],_0x541249=_0x2b3805[_0x2cf703(0x2a9)];this[_0x2cf703(0x32a)](_0x3674dc,this[_0x2cf703(0x1d7)][_0x2cf703(0x2d9)](_0x2702bd,_0xb1c85a));const _0x3dfac1=_0x4a6188(),_0x9d2b25=_0x3674dc[_0x2cf703(0x304)]['id'],_0x3dea1e=_0x3674dc[_0x2cf703(0x1ac)]+(_0x3674dc[_0x2cf703(0x295)]?':'+_0x3674dc[_0x2cf703(0x295)]:'');this[_0x2cf703(0x282)]({'id':_0x3dfac1,'type':_0x3dea1e,'createdAt':new Date(),'authorId':_0x9d2b25,'originalSuggestionId':_0x3674dc['id'],'attributes':_0x3674dc[_0x2cf703(0x2c8)],'data':_0x3674dc[_0x2cf703(0x2bb)]});const _0x338a08=this[_0x2cf703(0x356)](_0x3674dc);(_0x2cf703(0x238)==_0x3674dc[_0x2cf703(0x1ac)]||_0x338a08&&this[_0x2cf703(0x244)](_0x338a08))&&(_0x34b735=this[_0x2cf703(0x1d7)][_0x2cf703(0x2be)](_0x34b735[_0x2cf703(0x27e)])),this[_0x2cf703(0x2da)](_0x3dea1e,_0x3dfac1,_0x9d2b25,this[_0x2cf703(0x1d7)][_0x2cf703(0x2d9)](_0x34b735,_0x541249));}[_0x41c871(0x1f3)](_0x2f1873,_0x323874=null){const _0x47b20b=_0x41c871,_0x3ae6b5=[],_0x9b1fcd=this[_0x47b20b(0x2c9)][_0x47b20b(0x33f)][_0x47b20b(0x2cf)](_0x47b20b(0x1c3))['me'];Array[_0x47b20b(0x1e0)](_0x2f1873)||(_0x2f1873=[_0x2f1873]);for(const _0x973c50 of this[_0x47b20b(0x320)]()){if(!_0x973c50[_0x47b20b(0x252)])continue;if(_0x323874&&_0x973c50[_0x47b20b(0x1ac)]!=_0x323874)continue;let _0x5c75d2=!0x1;for(const _0x5c87ba of _0x973c50[_0x47b20b(0x28a)]()){for(const _0x45c80d of _0x2f1873){const _0x1b0d29=_0x45c80d[_0x47b20b(0x2f4)][_0x47b20b(0x1c0)](_0x5c87ba[_0x47b20b(0x2a9)])||_0x45c80d[_0x47b20b(0x2a9)][_0x47b20b(0x1c0)](_0x5c87ba[_0x47b20b(0x2f4)]);if(_0x1b0d29||_0x45c80d[_0x47b20b(0x234)](_0x5c87ba)){const _0x34235a=_0x45c80d[_0x47b20b(0x30d)](_0x5c87ba)&&Ot(this[_0x47b20b(0x1d7)][_0x47b20b(0x257)],_0x5c87ba[_0x47b20b(0x2f4)],_0x45c80d),_0x4d7593=_0x5c87ba[_0x47b20b(0x30d)](_0x45c80d)&&Ot(this[_0x47b20b(0x1d7)][_0x47b20b(0x257)],_0x45c80d[_0x47b20b(0x2f4)],_0x5c87ba);_0x3ae6b5[_0x47b20b(0x340)]({'suggestion':_0x973c50,'meta':{'isOwn':_0x9b1fcd==_0x973c50[_0x47b20b(0x1e4)],'isNextTo':_0x1b0d29,'isInsideObject':_0x34235a,'containsRangeInObject':_0x4d7593}}),_0x5c75d2=!0x0;break;}}if(_0x5c75d2)break;}}return _0x3ae6b5;}[_0x41c871(0x2da)](_0x4cd2fe,_0x4fa926,_0x3bcca7,_0x677ef,_0x35fd9c){const _0x44cc73=_0x41c871;this[_0x44cc73(0x1d7)][_0x44cc73(0x283)](_0x7089e2=>{const _0x132e69=_0x44cc73;let _0x5a0476=_0x132e69(0x1af)+_0x4cd2fe+':'+_0x4fa926+':'+_0x3bcca7;_0x35fd9c&&(_0x5a0476=_0x5a0476+':'+_0x35fd9c),_0x7089e2[_0x132e69(0x296)](_0x5a0476,{'range':_0x677ef,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x41c871(0x264)](_0xf12019){const _0x187d76=_0x41c871,_0x4d11ef=_0xf12019[_0x187d76(0x21c)],_0x33eb48=_0xf12019[_0x187d76(0x318)];_0xf12019[_0x187d76(0x21c)]=null,_0xf12019[_0x187d76(0x318)]=null,null!=_0x4d11ef&&_0x4d11ef[_0x187d76(0x318)]==_0xf12019&&(_0x4d11ef[_0x187d76(0x318)]=_0x33eb48),null!=_0x33eb48&&_0x33eb48[_0x187d76(0x21c)]==_0xf12019&&(_0x33eb48[_0x187d76(0x21c)]=_0x4d11ef),_0x187d76(0x2db)==this[_0x187d76(0x2ee)][_0x187d76(0x2cf)](_0xf12019)&&(this[_0x187d76(0x2ee)][_0x187d76(0x30e)](_0xf12019,_0x187d76(0x2b1)),this[_0x187d76(0x278)](_0x187d76(0x1c6),_0xf12019,_0x4d11ef,_0x33eb48));}[_0x41c871(0x282)](_0x35226d){const _0x44d6b1=_0x41c871,_0x896984=_0x35226d['id'],_0x4771ff=this[_0x44d6b1(0x308)](_0x35226d);if(this[_0x44d6b1(0x302)]&&this[_0x44d6b1(0x302)][_0x44d6b1(0x2b6)]){const _0x5b0520=this[_0x44d6b1(0x2c9)][_0x44d6b1(0x33f)][_0x44d6b1(0x2cf)](_0x44d6b1(0x335)),_0x29d881=_0x4771ff[_0x44d6b1(0x2e4)],_0x30af14=_0x4771ff[_0x44d6b1(0x295)]?_0x4771ff[_0x44d6b1(0x1ac)]+':'+_0x4771ff[_0x44d6b1(0x295)]:_0x4771ff[_0x44d6b1(0x1ac)],_0x4105ae=this[_0x44d6b1(0x2c9)][_0x44d6b1(0x2e0)],_0x40d136=_0x5b0520[_0x44d6b1(0x2c2)](_0x15d9bf(_0x4105ae,_0x44d6b1(0x260))),_0x5a7051={'id':_0x896984,'type':_0x30af14,'hasComments':_0x29d881,'data':_0x35226d[_0x44d6b1(0x2bb)]||null,'originalSuggestionId':_0x35226d[_0x44d6b1(0x323)]||null,'attributes':_0x4771ff[_0x44d6b1(0x2c8)]};this[_0x44d6b1(0x302)][_0x44d6b1(0x2b6)](_0x5a7051)[_0x44d6b1(0x30c)](_0x7dcffc=>{const _0x5b9eb2=_0x44d6b1;_0x4771ff[_0x5b9eb2(0x315)]=!0x0,_0x5b0520[_0x5b9eb2(0x21d)](_0x40d136),_0x7dcffc&&_0x7dcffc[_0x5b9eb2(0x20d)]&&(this[_0x5b9eb2(0x1cc)][_0x5b9eb2(0x2cf)](_0x896984)[_0x5b9eb2(0x20d)]=_0x7dcffc[_0x5b9eb2(0x20d)]);})[_0x44d6b1(0x293)](_0x549b35=>{const _0x3daf0c=_0x44d6b1;throw _0x52c217(_0x3daf0c(0x344)),this[_0x3daf0c(0x2c9)][_0x3daf0c(0x288)][_0x3daf0c(0x26f)]({'isUndoable':!0x1},()=>{const _0x26f0c0=_0x3daf0c;_0x4771ff[_0x26f0c0(0x306)]();}),_0x4771ff[_0x3daf0c(0x2b5)](),this[_0x3daf0c(0x1cc)][_0x3daf0c(0x25e)](_0x4771ff['id']),this[_0x3daf0c(0x2ee)][_0x3daf0c(0x25e)](_0x4771ff),_0x549b35;});}return _0x4771ff;}[_0x41c871(0x244)](_0x4f3e61){const _0x1d5701=_0x41c871;return this[_0x1d5701(0x1e7)][_0x1d5701(0x230)](_0x4f3e61);}[_0x41c871(0x1db)](_0x49fd37,_0x5cd500){const _0x2caa77=_0x41c871,_0x566574=this[_0x2caa77(0x2c9)][_0x2caa77(0x33f)][_0x2caa77(0x2cf)](_0x2caa77(0x335)),_0x1cbcb5=this[_0x2caa77(0x2ea)](_0x49fd37);if(this[_0x2caa77(0x302)]&&this[_0x2caa77(0x302)][_0x2caa77(0x34c)]){if(_0x1cbcb5[_0x2caa77(0x315)]){const _0x3ac765=_0x566574[_0x2caa77(0x2c2)](_0x15d9bf(this[_0x2caa77(0x2c9)][_0x2caa77(0x2e0)],_0x2caa77(0x260)));this[_0x2caa77(0x302)][_0x2caa77(0x34c)](_0x49fd37,_0x5cd500)[_0x2caa77(0x30c)](()=>{const _0xdd16ae=_0x2caa77;_0x566574[_0xdd16ae(0x21d)](_0x3ac765);});}else _0x1cbcb5['on'](_0x2caa77(0x241),()=>{const _0x248eee=_0x2caa77;this[_0x248eee(0x1db)](_0x49fd37,_0x5cd500);});}}[_0x41c871(0x281)](_0x4d56c4){const _0x39f39b=_0x41c871;if(!this[_0x39f39b(0x302)]||!this[_0x39f39b(0x302)][_0x39f39b(0x2ea)])throw new _0x6f20e9(_0x39f39b(0x2d5),this);return this[_0x39f39b(0x302)][_0x39f39b(0x2ea)](_0x4d56c4);}[_0x41c871(0x358)](_0x5ac87d){const _0x10d3df=_0x41c871,{id:_0x20b1e9,type:_0x7333df,subType:_0x39fb72,authorId:_0x57e6c1}=this[_0x10d3df(0x2c5)](_0x5ac87d),_0x415f43=this[_0x10d3df(0x1cc)][_0x10d3df(0x2cf)](_0x20b1e9)||this[_0x10d3df(0x207)](_0x7333df,_0x39fb72,_0x20b1e9,_0x57e6c1,{});switch(this[_0x10d3df(0x2a1)](_0x415f43,_0x7333df,_0x39fb72,_0x57e6c1),this[_0x10d3df(0x2ee)][_0x10d3df(0x2cf)](_0x415f43)){case _0x10d3df(0x2f3):this[_0x10d3df(0x281)](_0x20b1e9)[_0x10d3df(0x30c)](_0x13376d=>{const _0x25b83b=_0x10d3df;let _0x1d5ccf=Promise[_0x25b83b(0x2a0)]();_0x13376d[_0x25b83b(0x2e4)]&&(_0x1d5ccf=this[_0x25b83b(0x23a)][_0x25b83b(0x353)]({'channelId':this[_0x25b83b(0x2c9)][_0x25b83b(0x273)][_0x25b83b(0x2cf)](_0x25b83b(0x2ae)),'threadId':_0x20b1e9})),_0x1d5ccf[_0x25b83b(0x30c)](()=>{const _0x3bbd4f=_0x25b83b;this[_0x3bbd4f(0x308)](_0x13376d)[_0x3bbd4f(0x315)]=!0x0;});}),this[_0x10d3df(0x2ee)][_0x10d3df(0x30e)](_0x415f43,_0x10d3df(0x20c));break;case _0x10d3df(0x2b1):this[_0x10d3df(0x1db)](_0x20b1e9,{'state':_0x10d3df(0x2c3)});case _0x10d3df(0x224):this[_0x10d3df(0x2ee)][_0x10d3df(0x30e)](_0x415f43,_0x10d3df(0x2db)),this[_0x10d3df(0x278)](_0x10d3df(0x204),_0x415f43);break;case _0x10d3df(0x2db):this[_0x10d3df(0x278)](_0x10d3df(0x274),_0x415f43);}return _0x415f43[_0x10d3df(0x33a)](_0x5ac87d),_0x415f43;}[_0x41c871(0x2c6)](_0xf19855){const _0x1b17c0=_0x41c871,_0x568e31=Array[_0x1b17c0(0x25d)](_0xf19855),_0x38a727=_0x568e31[_0x1b17c0(0x32f)](_0x441a8f=>_0x1b17c0(0x1c2)==_0x441a8f[_0x1b17c0(0x1ac)]);this[_0x1b17c0(0x2d6)](_0x38a727);const _0x435f0b=_0x568e31[_0x1b17c0(0x32f)](_0x223b00=>!_0x223b00[_0x1b17c0(0x271)]&&_0x1b17c0(0x1c2)!=_0x223b00[_0x1b17c0(0x1ac)]),_0x1ea7fb=this[_0x1b17c0(0x320)]({'skipNotAttached':!0x0})[_0x1b17c0(0x32f)](_0x96fe7b=>!_0x96fe7b[_0x1b17c0(0x271)]&&_0x1b17c0(0x1c2)!=_0x96fe7b[_0x1b17c0(0x1ac)]),_0xedca82=_0x1ea7fb[_0x1b17c0(0x32f)](_0x29be9a=>!_0xf19855[_0x1b17c0(0x230)](_0x29be9a)),_0x188a8c=new Map(_0x1ea7fb[_0x1b17c0(0x1c4)](_0x495930=>[_0x495930,this[_0x1b17c0(0x223)][_0x1b17c0(0x2af)](_0x495930[_0x1b17c0(0x1ac)],_0x495930[_0x1b17c0(0x295)],_0x1b17c0(0x2cc))])),_0x30ba0b=new Map(_0x1ea7fb[_0x1b17c0(0x1c4)](_0xec394b=>[_0xec394b,_0xec394b[_0x1b17c0(0x1b5)]()])),_0x172b73=new Set(),_0x12fd45=new Set();for(let _0xf1125d=0x0;_0xf1125d<_0x435f0b[_0x1b17c0(0x299)];_0xf1125d++)_0x298f00(_0x435f0b[_0xf1125d],_0x435f0b,_0xf1125d+0x1);for(let _0x1e4736=0x0;_0x1e4736<_0x435f0b[_0x1b17c0(0x299)];_0x1e4736++)_0x298f00(_0x435f0b[_0x1e4736],_0xedca82,0x0);const _0x3bbb3c=new Set();for(let _0x1f2dd0=0x0;_0x1f2dd0<_0x435f0b[_0x1b17c0(0x299)];_0x1f2dd0++){const _0x7b2e32=_0x435f0b[_0x1f2dd0];!_0x12fd45[_0x1b17c0(0x230)](_0x7b2e32)&&_0x7b2e32[_0x1b17c0(0x21c)]&&(_0x3bbb3c[_0x1b17c0(0x2c2)](_0x7b2e32[_0x1b17c0(0x21c)]),_0x7b2e32[_0x1b17c0(0x21c)][_0x1b17c0(0x318)]===_0x7b2e32&&(_0x7b2e32[_0x1b17c0(0x21c)][_0x1b17c0(0x318)]=null),_0x7b2e32[_0x1b17c0(0x21c)]=null),!_0x172b73[_0x1b17c0(0x230)](_0x7b2e32)&&_0x7b2e32[_0x1b17c0(0x318)]&&(_0x3bbb3c[_0x1b17c0(0x2c2)](_0x7b2e32[_0x1b17c0(0x318)]),_0x7b2e32[_0x1b17c0(0x318)][_0x1b17c0(0x21c)]===_0x7b2e32&&(_0x7b2e32[_0x1b17c0(0x318)][_0x1b17c0(0x21c)]=null),_0x7b2e32[_0x1b17c0(0x318)]=null);}function _0x298f00(_0x5ab5f4,_0x15ca85,_0x57382c){const _0x3881d4=_0x1b17c0;for(let _0x57d099=_0x57382c;_0x57d099<_0x15ca85[_0x3881d4(0x299)];_0x57d099++){const _0x443bce=_0x461fa7(_0x5ab5f4,_0x15ca85[_0x57d099]);_0x443bce&&(_0x443bce[0x0][_0x3881d4(0x318)]=_0x443bce[0x1],_0x443bce[0x1][_0x3881d4(0x21c)]=_0x443bce[0x0],_0x172b73[_0x3881d4(0x2c2)](_0x443bce[0x0]),_0x12fd45[_0x3881d4(0x2c2)](_0x443bce[0x1]));}}function _0x461fa7(_0x20c2a5,_0x1ef30){const _0x14d616=_0x1b17c0;if(_0x20c2a5[_0x14d616(0x1e4)]['id']!==_0x1ef30[_0x14d616(0x1e4)]['id'])return null;const _0x4b1be2=_0x188a8c[_0x14d616(0x2cf)](_0x20c2a5)(_0x20c2a5,_0x1ef30,_0x30ba0b[_0x14d616(0x2cf)](_0x20c2a5),_0x30ba0b[_0x14d616(0x2cf)](_0x1ef30));if(!_0x4b1be2)return null;return _0x188a8c[_0x14d616(0x2cf)](_0x1ef30)(_0x20c2a5,_0x1ef30,_0x30ba0b[_0x14d616(0x2cf)](_0x20c2a5),_0x30ba0b[_0x14d616(0x2cf)](_0x1ef30))?_0x4b1be2[0x1][_0x14d616(0x28d)]&&_0x4b1be2[0x1][_0x14d616(0x28d)][_0x14d616(0x299)]?null:_0x4b1be2:null;}_0x3bbb3c[_0x1b17c0(0x347)]&&this[_0x1b17c0(0x2c6)](_0x3bbb3c);}[_0x41c871(0x2d6)](_0x283ab5){const _0x289a6a=_0x41c871;if(0x0==_0x283ab5[_0x289a6a(0x299)])return;const _0x57dc28=this[_0x289a6a(0x320)]({'skipNotAttached':!0x0})[_0x289a6a(0x32f)](_0x327bc4=>_0x289a6a(0x1c2)==_0x327bc4[_0x289a6a(0x1ac)]&&_0x327bc4[_0x289a6a(0x1f9)]),_0x69c503=[],_0x3f6137=new Map();for(const _0x4dd9c9 of _0x57dc28){const _0x356339=_0x55e551(_0x4dd9c9[_0x289a6a(0x2c8)]);_0x3f6137[_0x289a6a(0x230)](_0x356339)||(_0x3f6137[_0x289a6a(0x30e)](_0x356339,_0x69c503[_0x289a6a(0x299)]),_0x69c503[_0x289a6a(0x340)]([]));const _0x572a27=_0x3f6137[_0x289a6a(0x2cf)](_0x356339);_0x69c503[_0x572a27][_0x289a6a(0x340)](_0x4dd9c9);}!(function(){const _0x30a623=_0x289a6a;_0x69c503[_0x30a623(0x334)]((_0x9d7c2b,_0x59f628)=>{const _0x191458=_0x30a623,_0x4a735c=_0x9d7c2b[0x0][_0x191458(0x20d)],_0x176912=_0x59f628[0x0][_0x191458(0x20d)];return _0x4a735c==_0x176912?_0x9d7c2b[0x0][_0x191458(0x2c8)][_0x191458(0x34d)]<_0x59f628[0x0][_0x191458(0x2c8)][_0x191458(0x34d)]?-0x1:0x1:_0x4a735c<_0x176912?-0x1:0x1;});for(const _0x2b2ada of _0x69c503)_0x2b2ada[_0x30a623(0x334)]((_0x42cf5c,_0x3f31e1)=>_0x42cf5c['id']<_0x3f31e1['id']?-0x1:0x1);}());for(let _0x29347d=0x0;_0x29347d<_0x69c503[_0x289a6a(0x299)];_0x29347d++){if(0x0==_0x69c503[_0x29347d][_0x289a6a(0x299)])continue;const _0x4d70e3=[];for(let _0x37c225=_0x29347d+0x1;_0x37c225<_0x69c503[_0x289a6a(0x299)];_0x37c225++)0x0!=_0x69c503[_0x37c225][_0x289a6a(0x299)]&&_0xd3bbc9(_0x69c503[_0x29347d],_0x69c503[_0x37c225])&&_0x4d70e3[_0x289a6a(0x340)](_0x37c225);for(const _0x4f0a47 of _0x4d70e3)_0x69c503[_0x29347d]=_0x69c503[_0x29347d][_0x289a6a(0x317)](_0x69c503[_0x4f0a47]),_0x69c503[_0x4f0a47]=[];}for(const _0x23aa78 of _0x69c503)for(let _0x1f7521=0x0;_0x1f7521<_0x23aa78[_0x289a6a(0x299)];_0x1f7521++){const _0x144055=_0x23aa78[_0x1f7521+0x1]||null;_0x23aa78[_0x1f7521][_0x289a6a(0x318)]!==_0x144055&&(_0x23aa78[_0x1f7521][_0x289a6a(0x318)]=_0x144055);}for(const _0x1ff73b of _0x69c503)for(let _0x1daab7=0x0;_0x1daab7<_0x1ff73b[_0x289a6a(0x299)];_0x1daab7++){const _0xa892ec=_0x1ff73b[_0x1daab7-0x1]||null;_0x1ff73b[_0x1daab7][_0x289a6a(0x21c)]!==_0xa892ec&&(_0x1ff73b[_0x1daab7][_0x289a6a(0x21c)]=_0xa892ec);}function _0xd3bbc9(_0x5aa621,_0x4c1e51){const _0x1846f7=_0x289a6a;if(_0x5aa621[0x0][_0x1846f7(0x2c8)][_0x1846f7(0x34d)]!==_0x4c1e51[0x0][_0x1846f7(0x2c8)][_0x1846f7(0x34d)]&&_0x5aa621[0x0][_0x1846f7(0x1e4)]!==_0x4c1e51[0x0][_0x1846f7(0x1e4)])return!0x1;if(!function(_0x5b1b8c,_0x161ce9){const _0x180eac=_0x1846f7;if(!_0x5b1b8c[_0x180eac(0x2e4)]&&!_0x161ce9[_0x180eac(0x2e4)])return!0x0;if(_0x5b1b8c[_0x180eac(0x2e4)]&&_0x161ce9[_0x180eac(0x2e4)])return!0x1;if(_0x5b1b8c[_0x180eac(0x2e4)]&&_0x161ce9[_0x180eac(0x20d)]<_0x5b1b8c[_0x180eac(0x28d)][_0x180eac(0x2ed)][_0x180eac(0x2cf)](0x0)[_0x180eac(0x20d)])return!0x0;if(_0x161ce9[_0x180eac(0x2e4)]&&_0x5b1b8c[_0x180eac(0x20d)]<_0x161ce9[_0x180eac(0x28d)][_0x180eac(0x2ed)][_0x180eac(0x2cf)](0x0)[_0x180eac(0x20d)])return!0x0;return!0x1;}(_0x5aa621[0x0],_0x4c1e51[0x0]))return!0x1;const _0x565b8c=_0x2df303(_0x5aa621[0x0][_0x1846f7(0x2c8)],_0x1846f7(0x34d)),_0x3b8fcd=_0x2df303(_0x4c1e51[0x0][_0x1846f7(0x2c8)],_0x1846f7(0x34d));if(!_0x592e84(_0x565b8c,_0x3b8fcd))return!0x1;return!!_0x5aa621[_0x1846f7(0x2b0)](_0x35a393=>_0x4c1e51[_0x1846f7(0x225)](_0x59ba70=>_0x35a393[_0x1846f7(0x1b5)]()[_0x1846f7(0x1c0)](_0x59ba70[_0x1846f7(0x1b5)]())))&&_0x4c1e51[_0x1846f7(0x2b0)](_0x304d2b=>_0x5aa621[_0x1846f7(0x225)](_0x460cb9=>_0x304d2b[_0x1846f7(0x1b5)]()[_0x1846f7(0x1c0)](_0x460cb9[_0x1846f7(0x1b5)]())));}}[_0x41c871(0x316)](_0x3d98f6){const _0x26baa7=_0x41c871,_0x57bee5=Array[_0x26baa7(0x25d)](_0x3d98f6),_0x27c8f3=this[_0x26baa7(0x320)]({'skipNotAttached':!0x0}),_0x21d729=_0x27c8f3[_0x26baa7(0x32f)](_0x17a0e9=>!_0x3d98f6[_0x26baa7(0x230)](_0x17a0e9)),_0x31978c=new Map(_0x57bee5[_0x26baa7(0x1c4)](_0x254af3=>[_0x254af3,this[_0x26baa7(0x223)][_0x26baa7(0x2af)](_0x254af3[_0x26baa7(0x1ac)],_0x254af3[_0x26baa7(0x295)],_0x26baa7(0x24e))])),_0x6e94bd=new Map(_0x27c8f3[_0x26baa7(0x1c4)](_0x56ae61=>[_0x56ae61,_0x56ae61[_0x26baa7(0x28a)]()]));for(let _0x379ffb=0x0;_0x379ffb<_0x57bee5[_0x26baa7(0x299)];_0x379ffb++){if(_0x47a8a6(this,_0x57bee5[_0x379ffb],_0x57bee5,_0x379ffb+0x1))return!0x0;}for(let _0x4063d5=0x0;_0x4063d5<_0x57bee5[_0x26baa7(0x299)];_0x4063d5++){if(_0x47a8a6(this,_0x57bee5[_0x4063d5],_0x21d729,0x0))return!0x0;}return!0x1;function _0x47a8a6(_0x11c69,_0x31dff6,_0x485341,_0x11d87a){const _0x283ea7=_0x26baa7;for(let _0x29cbbc=_0x11d87a;_0x29cbbc<_0x485341[_0x283ea7(0x299)];_0x29cbbc++){const _0x3b9f93=_0x485341[_0x29cbbc];if(_0x3b9f93[_0x283ea7(0x1ac)]!==_0x31dff6[_0x283ea7(0x1ac)]||_0x3b9f93[_0x283ea7(0x1e4)]['id']!==_0x31dff6[_0x283ea7(0x1e4)]['id']||_0x3b9f93[_0x283ea7(0x295)]!==_0x31dff6[_0x283ea7(0x295)])continue;if(!Jt(_0x31dff6,_0x3b9f93))continue;if(_0x283ea7(0x1c2)==_0x31dff6[_0x283ea7(0x1ac)]&&_0x31dff6[_0x283ea7(0x2bb)][_0x283ea7(0x1cd)]!=_0x3b9f93[_0x283ea7(0x2bb)][_0x283ea7(0x1cd)])continue;if(_0x283ea7(0x1c2)==_0x31dff6[_0x283ea7(0x1ac)]&&_0x11c69[_0x283ea7(0x244)](_0x31dff6[_0x283ea7(0x2bb)][_0x283ea7(0x1f5)]))continue;if(_0x283ea7(0x238)==_0x31dff6[_0x283ea7(0x1ac)]){const _0x19a936=_0x11c69[_0x283ea7(0x2c9)][_0x283ea7(0x288)],_0x54216f=_0x31dff6[_0x283ea7(0x2a7)]();if(_0x54216f&&(_0x19a936[_0x283ea7(0x257)][_0x283ea7(0x276)](_0x54216f)||_0x19a936[_0x283ea7(0x257)][_0x283ea7(0x29f)](_0x54216f)))continue;}const _0x1e4a3c=_0x31978c[_0x283ea7(0x2cf)](_0x31dff6),_0x2f6c2f=_0x6e94bd[_0x283ea7(0x2cf)](_0x31dff6),_0x4747f3=_0x6e94bd[_0x283ea7(0x2cf)](_0x3b9f93),_0x4082a5=_0x31dff6[_0x283ea7(0x28d)]&&_0x31dff6[_0x283ea7(0x28d)][_0x283ea7(0x299)],_0x4e48a0=_0x3b9f93[_0x283ea7(0x28d)]&&_0x3b9f93[_0x283ea7(0x28d)][_0x283ea7(0x299)];if(!_0x4082a5&&_0x1e4a3c(_0x4747f3,_0x2f6c2f))return _0x11c69[_0x283ea7(0x331)](_0x3b9f93,_0x31dff6),_0x6e94bd[_0x283ea7(0x25e)](_0x31dff6),!0x0;if(!_0x4e48a0&&_0x1e4a3c(_0x2f6c2f,_0x4747f3))return _0x11c69[_0x283ea7(0x331)](_0x31dff6,_0x3b9f93),_0x6e94bd[_0x283ea7(0x25e)](_0x3b9f93),!0x0;}return!0x1;}}[_0x41c871(0x331)](_0x39b3eb,_0x1400cd){const _0x37b881=_0x41c871;if(_0x39b3eb[_0x37b881(0x271)]){for(const _0x38671a of _0x1400cd[_0x37b881(0x28a)]())_0x39b3eb[_0x37b881(0x310)](_0x38671a);}else{const _0x4de7d3=_0x1400cd[_0x37b881(0x1b5)]()[_0x37b881(0x2a9)];this[_0x37b881(0x32a)](_0x39b3eb,this[_0x37b881(0x1d7)][_0x37b881(0x2d9)](_0x39b3eb[_0x37b881(0x1b5)]()[_0x37b881(0x2f4)],_0x4de7d3));}_0x1400cd[_0x37b881(0x233)]();}[_0x41c871(0x1fa)](_0x40b272,_0x52f7ac,_0xa325be){const _0x271af7=_0x41c871,_0x493013=_0x40b272[_0x271af7(0x1b3)](_0x271af7(0x1c1))||_0x40b272[_0x271af7(0x1b3)](_0x271af7(0x1c2))?_0x271af7(0x258):_0x40b272[_0x271af7(0x1d0)]();return _0x15d9bf(this[_0x271af7(0x2c9)][_0x271af7(0x2e0)],_0x52f7ac+'_'+_0x493013+_0x271af7(0x205),_0xa325be);}[_0x41c871(0x228)](){const _0x3ac48b=_0x41c871,_0x54d73a=this[_0x3ac48b(0x2c9)];if(!_0x54d73a['ui'])return;const {ariaLiveAnnouncer:_0x31160a}=_0x54d73a['ui'];_0x43c694(this[_0x3ac48b(0x1d7)],({left:_0x27c2b7,entered:_0x254837})=>{const _0xb0620b=_0x3ac48b;for(const _0x420c75 of _0x27c2b7){const {group:_0x1a687a,type:_0xd353ce}=this[_0xb0620b(0x2c5)](_0x420c75[_0xb0620b(0x21b)]);if(_0xb0620b(0x338)===_0x1a687a){_0x31160a[_0xb0620b(0x27b)](this[_0xb0620b(0x1fa)](_0xd353ce,_0xb0620b(0x219)));break;}}for(const _0x2f5047 of _0x254837){const {group:_0x13673e,type:_0x1806ae}=this[_0xb0620b(0x2c5)](_0x2f5047[_0xb0620b(0x21b)]);if(_0xb0620b(0x338)===_0x13673e){_0x31160a[_0xb0620b(0x27b)](this[_0xb0620b(0x1fa)](_0x1806ae,_0xb0620b(0x2d1),_0x4a007c(_0x38d045)));break;}}});}[_0x41c871(0x314)](_0x22744c){const _0x4a9c66=_0x41c871;if(this[_0x4a9c66(0x2f7)])return!0x1;const _0x242e96=this[_0x4a9c66(0x2c9)],_0x26b5d2=_0x242e96[_0x4a9c66(0x288)][_0x4a9c66(0x1b1)][_0x4a9c66(0x2aa)][_0x4a9c66(0x2e3)]();if(0x0==_0x26b5d2[_0x4a9c66(0x299)])return!0x1;const _0x2870ab=[],_0x15b605=_0x26b5d2[_0x4a9c66(0x32f)](_0x498af0=>_0x4a9c66(0x1c2)==_0x498af0[_0x4a9c66(0x1ac)]),_0x13ac32=_0x26b5d2[_0x4a9c66(0x32f)](_0x37b485=>_0x4a9c66(0x31a)==_0x37b485[_0x4a9c66(0x1ac)]&&_0x4a9c66(0x31e)!=_0x37b485[_0x4a9c66(0x21b)]),_0x11e4e6=_0x26b5d2[_0x4a9c66(0x32f)](_0x3776c9=>_0x4a9c66(0x21d)==_0x3776c9[_0x4a9c66(0x1ac)]&&_0x4a9c66(0x31e)!=_0x3776c9[_0x4a9c66(0x21b)]);for(const _0x13b24c of _0x15b605)_0x2870ab[_0x4a9c66(0x340)]({'key':_0x13b24c[_0x4a9c66(0x1f6)],'newValue':_0x13b24c[_0x4a9c66(0x341)],'oldValue':_0x13b24c[_0x4a9c66(0x1f0)],'range':Pt(_0x13b24c[_0x4a9c66(0x215)],_0x242e96[_0x4a9c66(0x288)])});for(const _0x33e887 of _0x13ac32){const _0x3f5ceb=_0x11e4e6[_0x4a9c66(0x289)](_0x5ace62=>_0x5ace62[_0x4a9c66(0x30f)][_0x4a9c66(0x1c0)](_0x33e887[_0x4a9c66(0x30f)]));_0x3f5ceb&&_0x2870ab[_0x4a9c66(0x340)]({'key':_0x4a9c66(0x208),'newValue':_0x33e887[_0x4a9c66(0x21b)],'oldValue':_0x3f5ceb[_0x4a9c66(0x21b)],'range':_0x242e96[_0x4a9c66(0x288)][_0x4a9c66(0x1da)](_0x33e887[_0x4a9c66(0x30f)][_0x4a9c66(0x259)])});}return 0x0!=_0x2870ab[_0x4a9c66(0x299)]&&this[_0x4a9c66(0x327)](_0x22744c,_0x2870ab);}[_0x41c871(0x1e2)](_0x315fd7){const _0x1c7a86=_0x41c871;let _0x47c391=!0x1;const _0x4a5037=this[_0x1c7a86(0x2c9)][_0x1c7a86(0x288)][_0x1c7a86(0x1b1)][_0x1c7a86(0x2aa)][_0x1c7a86(0x236)]()[_0x1c7a86(0x32f)](_0x34f812=>_0x34f812[_0x1c7a86(0x2bb)][_0x1c7a86(0x2d3)]&&_0x34f812[_0x1c7a86(0x21b)][_0x1c7a86(0x1b3)](_0x1c7a86(0x28b)));for(const _0x185ebe of _0x4a5037){const {subType:_0x799e60,id:_0x29c37b}=this[_0x1c7a86(0x2c5)](_0x185ebe[_0x1c7a86(0x21b)]),_0x140682=_0x799e60[_0x1c7a86(0x227)]('|')[0x0];for(const _0x15d47e of this[_0x1c7a86(0x320)]({'skipNotAttached':!0x0}))_0x15d47e['id']!=_0x29c37b&&_0x1c7a86(0x1c2)==_0x15d47e[_0x1c7a86(0x1ac)]&&_0x15d47e[_0x1c7a86(0x2bb)]&&_0x15d47e[_0x1c7a86(0x2bb)][_0x1c7a86(0x1f5)]==_0x140682&&_0x15d47e[_0x1c7a86(0x1b5)]()[_0x1c7a86(0x34f)](_0x185ebe[_0x1c7a86(0x2bb)][_0x1c7a86(0x2d3)])&&(this[_0x1c7a86(0x1b9)](_0x15d47e,_0x185ebe[_0x1c7a86(0x2bb)][_0x1c7a86(0x2d3)],_0x315fd7),_0x47c391=!0x0);}return _0x47c391;}[_0x41c871(0x329)](_0x1436ef){const _0x1fafa6=_0x41c871;this[_0x1fafa6(0x2c9)],(this[_0x1fafa6(0x2f7)]=!0x0,_0x1436ef());}[_0x41c871(0x240)](_0x31383f){const _0x1e128e=_0x41c871,_0x14acb8=this[_0x1e128e(0x244)](_0x31383f),_0x36183d=this[_0x1e128e(0x1c9)][_0x1e128e(0x230)](_0x31383f);return _0x14acb8||_0x36183d;}[_0x41c871(0x327)](_0x14a813,_0x543005){const _0x5a5c60=_0x41c871;if(0x0==_0x543005[_0x5a5c60(0x299)])return!0x1;let _0x239ad8=!0x1;for(const _0x5a7748 of _0x543005){const _0xee9645=this[_0x5a5c60(0x1f3)](_0x5a7748[_0x5a5c60(0x215)],_0x5a5c60(0x1c2))[_0x5a5c60(0x32f)](_0x365ff9=>!_0x365ff9[_0x5a5c60(0x354)][_0x5a5c60(0x1aa)])[_0x5a5c60(0x1c4)](_0x38a03d=>_0x38a03d[_0x5a5c60(0x338)]),_0x159d6e=_0x55e551({'newValue':_0x5a7748[_0x5a5c60(0x1df)]});_0xee9645[_0x5a5c60(0x32f)](_0x5417cc=>{const _0xf0ea00=_0x5a5c60,[_0x44dabb,_0x1e7e75]=_0x5417cc[_0xf0ea00(0x295)][_0xf0ea00(0x227)]('|');return _0x44dabb==_0x5a7748[_0xf0ea00(0x1f5)]&&_0x1e7e75!=_0x159d6e;})[_0x5a5c60(0x21e)](_0x2b2835=>{const _0x51fbaa=_0x5a5c60;this[_0x51fbaa(0x1b9)](_0x2b2835,_0x5a7748[_0x51fbaa(0x215)],_0x14a813),_0x239ad8=!0x0;});}return _0x239ad8;}[_0x41c871(0x1b9)](_0x939c4e,_0x1d3b15,_0x332ba5){const _0x11eb39=_0x41c871,_0x541e01=_0x939c4e[_0x11eb39(0x1b5)]()[_0x11eb39(0x2bd)](_0x1d3b15);0x0!==_0x541e01[_0x11eb39(0x299)]?0x1!==_0x541e01[_0x11eb39(0x299)]?this[_0x11eb39(0x26b)](_0x939c4e,_0x1d3b15[_0x11eb39(0x2f4)],_0x1d3b15[_0x11eb39(0x2a9)]):this[_0x11eb39(0x32a)](_0x939c4e,_0x541e01[0x0]):_0x332ba5[_0x11eb39(0x1b4)](_0x939c4e[_0x11eb39(0x350)]());}}class Et{constructor(_0x36968d){const _0x1c7796=_0x41c871;this[_0x1c7796(0x277)]=_0x36968d,this[_0x1c7796(0x1d7)]=_0x36968d[_0x1c7796(0x288)],this[_0x1c7796(0x27a)]=new Map(),this[_0x1c7796(0x2fb)]=new Map(),this[_0x1c7796(0x251)]();}[_0x41c871(0x242)](_0xb9ba96,_0x34123f,_0x5bf303,_0x103716,_0xeffeed,_0x5744aa){const _0x256456=_0x41c871;return new _0x5bed2b(this[_0x256456(0x1d7)],{'type':_0xb9ba96,'subType':_0x34123f,'id':_0x5bf303,'author':_0x103716,'creator':_0x103716,'attributes':_0xeffeed,'onAttributesChange':_0x5744aa,'onAccept':(..._0x2deceb)=>this[_0x256456(0x2af)](_0xb9ba96,_0x34123f,_0x256456(0x319))(..._0x2deceb),'onDiscard':(..._0x1dcbb7)=>this[_0x256456(0x2af)](_0xb9ba96,_0x34123f,_0x256456(0x306))(..._0x1dcbb7)});}[_0x41c871(0x2b8)](_0x422c9c,_0x450f7e,_0x53cb7b,_0x4c7055){const _0x1614f5=_0x41c871,_0x3c310c=_0x422c9c+':'+_0x450f7e+':'+_0x53cb7b;this[_0x1614f5(0x27a)][_0x1614f5(0x30e)](_0x3c310c,_0x4c7055);}[_0x41c871(0x2af)](_0x174c98,_0x2f204b,_0x3923a9){const _0x5a5600=_0x41c871,_0x2b082=_0x174c98+':'+_0x2f204b+':'+_0x3923a9;return this[_0x5a5600(0x27a)][_0x5a5600(0x2cf)](_0x2b082)||this[_0x5a5600(0x2fb)][_0x5a5600(0x2cf)](_0x174c98+':'+_0x3923a9);}[_0x41c871(0x251)](){const _0x3d9176=_0x41c871,_0x379ccb=()=>!0x1,_0x30577d=_0x27c299=>{const _0x54d12a=_0x21a1;_0x27c299[_0x54d12a(0x334)]((_0x136827,_0xbbb7c2)=>_0x136827[_0x54d12a(0x2f4)][_0x54d12a(0x2ec)](_0xbbb7c2[_0x54d12a(0x2f4)])?0x1:-0x1),this[_0x54d12a(0x1d7)][_0x54d12a(0x283)](_0x51c7ad=>{const _0x2a2539=_0x54d12a;for(const _0x555e2a of _0x27c299){let _0x666139;_0x666139=_0x555e2a[_0x2a2539(0x2a9)][_0x2a2539(0x1e3)]&&_0x555e2a[_0x2a2539(0x2a9)][_0x2a2539(0x27e)]==_0x555e2a[_0x2a2539(0x2f4)][_0x2a2539(0x259)]?_0x51c7ad[_0x2a2539(0x2fd)](_0x555e2a[_0x2a2539(0x2f4)][_0x2a2539(0x259)],'on'):_0x51c7ad[_0x2a2539(0x2fd)](_0x555e2a),this[_0x2a2539(0x1d7)][_0x2a2539(0x32c)](_0x666139,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2c74cc=(_0x4f8529,_0xd8bd4d)=>{const _0x15430e=_0x21a1;_0xd8bd4d&&this[_0x15430e(0x1d7)][_0x15430e(0x283)](_0x34066c=>{const _0x4dbe66=_0x15430e,{commandName:_0x397045,commandParams:_0x4d88c2=[]}=_0xd8bd4d,_0x3b085c=_0x4f8529[_0x4dbe66(0x1c4)](_0x49ce64=>(Vt(_0x49ce64)&&(_0x49ce64=this[_0x4dbe66(0x1d7)][_0x4dbe66(0x2d9)](_0x49ce64[_0x4dbe66(0x2a9)])),_0x49ce64))[_0x4dbe66(0x32f)](_0x3374aa=>_0x4dbe66(0x1d3)!==_0x3374aa[_0x4dbe66(0x2de)][_0x4dbe66(0x31f)]);if(_0x3b085c[_0x4dbe66(0x299)]<0x1)return;const _0x3aa8f8=Array[_0x4dbe66(0x25d)](this[_0x4dbe66(0x1d7)][_0x4dbe66(0x1b1)][_0x4dbe66(0x1fd)][_0x4dbe66(0x28a)]())[_0x4dbe66(0x1c4)](_0x39f036=>_0x44ab0f[_0x4dbe66(0x312)](_0x39f036));_0x34066c[_0x4dbe66(0x211)](_0x3b085c);for(const _0x881e04 of this[_0x4dbe66(0x277)][_0x4dbe66(0x346)][_0x4dbe66(0x346)]())_0x881e04[_0x4dbe66(0x303)]();_0x4d88c2[_0x4dbe66(0x340)]({'forceDefaultExecution':!0x0}),this[_0x4dbe66(0x277)][_0x4dbe66(0x261)](_0x397045,..._0x4d88c2);const _0x50a492=_0x3aa8f8[_0x4dbe66(0x32f)](_0x38d204=>_0x4dbe66(0x1d3)!=_0x38d204[_0x4dbe66(0x2de)][_0x4dbe66(0x31f)]);_0x50a492[_0x4dbe66(0x299)]>0x0&&_0x34066c[_0x4dbe66(0x211)](_0x50a492);for(const _0x4602a1 of _0x3aa8f8)_0x4602a1[_0x4dbe66(0x25c)]();});},_0x49f065=(_0x3d9b15,_0x10a909)=>0x1==_0x3d9b15[_0x3d9176(0x299)]&&0x1==_0x10a909[_0x3d9176(0x299)]&&_0x3d9b15[0x0][_0x3d9176(0x2a9)][_0x3d9176(0x1c0)](_0x10a909[0x0][_0x3d9176(0x2f4)]),_0xa8dfea=(_0x2b4d9e,_0x1fd98e,_0x107c85,_0x2de80e)=>Ht(_0x2b4d9e,_0x1fd98e,_0x107c85,_0x2de80e,this[_0x3d9176(0x1d7)])?[_0x2b4d9e,_0x1fd98e]:Ht(_0x1fd98e,_0x2b4d9e,_0x2de80e,_0x107c85,this[_0x3d9176(0x1d7)])?[_0x1fd98e,_0x2b4d9e]:null;this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x1f1),_0x379ccb),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x1a8),_0x30577d),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x351),_0x49f065),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x25f),_0xa8dfea),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x1ab),_0x30577d),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x216),_0x379ccb),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x27d),_0x49f065),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x26c),_0xa8dfea),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x2e1),_0x2c74cc),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x2ef),_0x379ccb),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x1ef),_0x49f065),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x21f),_0x379ccb),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x2e7),_0x2c74cc),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x34a),_0x379ccb),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x210),_0x49f065),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x2c4),_0x379ccb),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x1eb),_0x379ccb),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x1f8),(_0x898825,_0x1f242f)=>{const _0x3177b4=_0x3d9176;if(!_0x1f242f)return;const _0x18aca0=this[_0x3177b4(0x277)][_0x3177b4(0x33f)][_0x3177b4(0x2cf)](p);this[_0x3177b4(0x1d7)][_0x3177b4(0x283)](_0x4c2f03=>{const _0x2366b8=_0x3177b4;if(_0x2366b8(0x208)==_0x1f242f[_0x2366b8(0x1f5)])for(const _0x5885c5 of _0x898825){const _0x37d231=_0x5885c5[_0x2366b8(0x2f4)][_0x2366b8(0x259)],_0x571415=_0x1f242f[_0x2366b8(0x1cd)];_0x4c2f03[_0x2366b8(0x2f2)](_0x37d231,_0x571415);}else{if(_0x18aca0[_0x2366b8(0x244)](_0x1f242f[_0x2366b8(0x1f5)])){for(const _0x137687 of _0x898825)void 0x0!==_0x1f242f[_0x2366b8(0x1cd)]?_0x4c2f03[_0x2366b8(0x2e8)](_0x1f242f[_0x2366b8(0x1f5)],_0x1f242f[_0x2366b8(0x1cd)],_0x137687[_0x2366b8(0x2f4)][_0x2366b8(0x259)]):_0x4c2f03[_0x2366b8(0x20e)](_0x1f242f[_0x2366b8(0x1f5)],_0x137687[_0x2366b8(0x2f4)][_0x2366b8(0x259)]);}else{for(const _0x3e7cb0 of _0x898825)_0x1f242f[_0x2366b8(0x1cd)]?_0x4c2f03[_0x2366b8(0x2e8)](_0x1f242f[_0x2366b8(0x1f5)],_0x1f242f[_0x2366b8(0x1cd)],_0x3e7cb0):_0x4c2f03[_0x2366b8(0x20e)](_0x1f242f[_0x2366b8(0x1f5)],_0x3e7cb0);}}});}),this[_0x3d9176(0x2fb)][_0x3d9176(0x30e)](_0x3d9176(0x2bf),_0x49f065);}}function Ot(_0xd3a165,_0x143a03,_0x2e075d){const _0x4ccd06=_0x41c871;for(const _0x131d93 of _0x143a03[_0x4ccd06(0x27e)][_0x4ccd06(0x1b8)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x131d93[_0x4ccd06(0x2de)]==_0x131d93)return!0x1;if(!_0x2e075d[_0x4ccd06(0x1ae)](_0x131d93))return!0x1;if(_0xd3a165[_0x4ccd06(0x276)](_0x131d93)||_0xd3a165[_0x4ccd06(0x29f)](_0x131d93))return!0x0;}return!0x1;}function Vt(_0x3c237c){const _0x5d7699=_0x41c871;return _0x3c237c[_0x5d7699(0x2a9)][_0x5d7699(0x27e)]==_0x3c237c[_0x5d7699(0x2f4)][_0x5d7699(0x259)]&&_0x3c237c[_0x5d7699(0x2a9)][_0x5d7699(0x23c)];}function _0x3419(){const _0x4120de=['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.','_suggestionFactory','dataReady','some','removeMarker:suggestion:attribute','split','_initAriaMarkerChangeAnnouncements','substr','formatBlock:','removeComment','2299302Zpyxyt','includes','activeMarkers','toViewElement','has','track-changes-command-not-found','removeClass','removeMarkers','getIntersection','return','getChangedMarkers','never','formatBlock','containsPosition','_commentsRepository','formatInline','isAtStart','_rangeIsInLocalUserInsertion','$textProxy','TrackChangesEditing','_isRegisteredAttribute','change:_saved','buildSuggestion','track-changes-adapter-already-set','_isBlockAttribute','1293740qwuzGq','change:data','isInsideObject','default','accepted','setTo','markerName','after','addMarker:suggestion:attribute','join','assign','markMultiRangeInsertion','_registerDefaultCallbacks','isInContent','ck-suggestion-marker','@external','registerPostFixer','editing','schema','FORMATTING','nodeAfter','addHighlight','ck-suggestion-marker-formatBlock','detach','from','delete','insertion:chain','PENDING_ACTION_SUGGESTION','execute','discardSuggestion','getWalker','_removeSuggestion','moveTargetPosition','enableReadOnlyMode','warn','markMultiRangeDeletion','splice','batch','_breakSuggestionMarker','deletion:chain','clear','requires','enqueueChange','highest','isMultiRange','getMultiRangeId','config','suggestionChanged','oldRange','isObject','_editor','fire','for','_customCallbacks','announce','change:activeMarkers','deletion:join','parent','authoredAt','rejected','_getSuggestionData','_setSuggestionData','change','getCommentThread','substring','_enabledCommands','discardSelectedSuggestions','model','find','getRanges','suggestion:attribute:','deletion','commentThread','track-changes-suggestion-data-mismatch','stop','suggestion-type','data-author-id','consumable','catch','conversion','subType','addMarker','removeMarker:suggestion:formatBlock','marker-count','length','applyOperation','addClass','isIntersectingWithRange','track-changes-enable-command-twice','listenTo','isLimit','resolve','_checkSuggestionCorrectness','isSelectable','isAfter','getAllAdjacentSuggestions','1469656kHOvGu','define','getContainedElement','markInsertion','end','differ','attribute:','pop','addMarker:suggestion','collaboration.channelId','getSuggestionCallback','every','removed','values','createElement','options','stopListening','addSuggestion','clone','registerCustomCallback','_getExternalAuthor','trackChangesCommand','data','getMarkers','getDifference','createPositionBefore','attribute:join','head','createRangeIn','add','open','formatBlock:chain','_splitMarkerName','_refreshSuggestionsChain','bindElementToMarker','attributes','editor','markerToData','external:','chain','markAttributeChange','forceDefaultExecution','get','818181skfija','ENTER','howMany','newRange','_trackFormatChanges','track-changes-adapter-missing-getsuggestion','_refreshAttributeSuggestionsChain','markBlockFormat','acceptSuggestion','createRange','_addSuggestionMarker','ready','splitPosition','track-changes-suggestion-not-found','root','commandName','locale','formatInline:accept','group','getChanges','hasComments','insertion','isLocal','formatBlock:accept','setAttribute','$marker','getSuggestion','getLastMatchingPosition','isBefore','comments','_suggestionState','formatInline:discard','element','acceptSelectedSuggestions','rename','notReady','start','containsRangeInObject','editingDowncast','_recordAttributeSuggestions','toJSON','keys','CommentsRepository','_defaultCallbacks','rethrowUnexpectedError','createSelection','low','getShiftedBy','getRange','getUser','_adapter','refresh','creator','move','discard','deletion:','addSuggestionData','acceptAllSuggestions','isRemovable','isExternal','then','containsRange','set','position','addRange','nodeBefore','fromRange','forward','_processAttributeChanges','_saved','_joinWithAdjacentSuggestions','concat','next','accept','insert','formatInline:','upcast','2310WOZfCs','$text','rootName','getSuggestions','hasCommentThread','dataDowncast','originalSuggestionId','discardAllSuggestions','backward','trackChanges','_reduceExistingSuggestions','isTouching','_recordAttributeChanges','_setSuggestionRange','insertion:','deleteContent','pluginName','enableDefaultAttributesIntegration','filter','ck-suggestion-marker-','_joinSuggestions','lowest','normal','sort','PendingActions','formatGroupId','_afterChanges','suggestion','descriptionFactory','addMarkerName','markInlineFormat','stringify','registerInlineAttribute','documentSelection','plugins','push','attributeNewValue','hasSuggestion','elementStart','error-saving-suggestion-data-suggestion-discarded','markerNameToElements','commands','size','createPositionAfter','unshift','formatBlock:discard','skipNestingCheck','updateSuggestion','groupId','getCustomProperty','isIntersecting','getFirstMarker','insertion:join','getNearestSelectionRange','fetchCommentThread','meta','addMarker:suggestion:formatBlock','_getAttributeKey','5208OCVuhJ','_handleNewSuggestionMarker','authorName','insertion:discard','markerToHighlight','isNextTo','deletion:accept','type','showSuggestionHighlights','containsItem','suggestion:','enableCommand','document','_getAuthorFromId','startsWith','removeMarker','getFirstRange','multipleBlocks','widget','getAncestors','_reduceSuggestionAttributeRange','_onDiscard','createPositionAt','elementEnd','updateMarker','action','markMultiRangeBlockFormat','isEqual','format','attribute','Users','map','unbindElementFromMarkerName','suggestionUnloaded','48674FgjRyM','trackChanges.trackFormatChanges','_inlineAttributeKeys','10pfJKjA','consume','_suggestions','oldValue','23qhtelA','ck-suggestion-marker-formatInline','toUpperCase','mapper','containerElement','$graveyard','insertContent','targetPosition','ck-suggestion-marker--active','_model','_mergeNestedSuggestions','addUser','createRangeOn','_updateSuggestionData','reconvertMarker','data-suggestion','high','newValue','isArray','addCommentThread','_processAttributeSuggestions','isAtEnd','author','update:suggestion','value','_blockAttributeKeys','multi','getAttribute','isOwn','attribute:accept','_cutOutSuggestionMarker','fromCharCode','before','formatInline:join','attributeOldValue','insertion:accept','isBlock','_findSuggestions','9snNowW','key','attributeKey','unbind','attribute:discard','_isDataLoaded','_getMarkerAnnouncementText','markers','_isForcedDefaultExecutionBlock','selection','always','trackChanges.mergeNestedSuggestions','dataToMarker','init','isDocumentOperation','addComment','suggestionLoaded','_SUGGESTION_ANNOUNCEMENT','elementToElement','_createSuggestion','$elementName','isCollapsed','track-changes-user-not-found','_addThreadToSuggestion','markerReady','createdAt','removeAttribute','writer','formatBlock:join','setSelection','markDeletion','registerBlockAttribute','6275049sqvqFT','range','deletion:discard','item','getItems','LEAVE','tablePasteChainId','name','previous','remove','forEach','formatInline:chain','isUndo','adapter'];_0x3419=function(){return _0x4120de;};return _0x3419();}function Ut(_0x58faed,_0x274b31,_0x4f6c6f,_0x3f58bf){const _0x5374e8=_0x41c871,_0x56b467=_0x53cdcf=>!_0x53cdcf[_0x5374e8(0x217)]['is'](_0x5374e8(0x23e))&&!_0x3f58bf[_0x5374e8(0x276)](_0x53cdcf[_0x5374e8(0x217)]),_0x2f500=_0x58faed[_0x5374e8(0x2f4)][_0x5374e8(0x2eb)](_0x56b467),_0x3041be=_0x58faed[_0x5374e8(0x2a9)][_0x5374e8(0x2eb)](_0x56b467,{'direction':_0x5374e8(0x325)});return(!_0x58faed[_0x5374e8(0x2f4)][_0x5374e8(0x1c0)](_0x2f500)||!_0x58faed[_0x5374e8(0x2a9)][_0x5374e8(0x1c0)](_0x3041be))&&(_0x2f500[_0x5374e8(0x2ec)](_0x3041be)?_0x4f6c6f[_0x5374e8(0x1bd)](_0x274b31,{'range':_0x4f6c6f[_0x5374e8(0x2d9)](_0x2f500,_0x3041be)}):_0x4f6c6f[_0x5374e8(0x1b4)](_0x274b31),!0x0);}function Gt(_0x585838){return _0x55e551(_0x585838);}function Ft(_0x165e7d){const _0x14cc46=_0x41c871,_0x53f7c9=_0x165e7d[_0x14cc46(0x2f4)][_0x14cc46(0x259)];return _0x53f7c9&&_0x53f7c9['is'](_0x14cc46(0x2f0));}function Pt(_0x52faa6,_0x3ee0c7){const _0x205503=_0x41c871;return null==_0x52faa6[_0x205503(0x2a9)][_0x205503(0x311)]&&_0x52faa6[_0x205503(0x2a9)][_0x205503(0x27e)]==_0x52faa6[_0x205503(0x2f4)][_0x205503(0x259)]?Lt(_0x52faa6[_0x205503(0x2f4)][_0x205503(0x259)],_0x3ee0c7):_0x52faa6;}function Lt(_0x12ebb0,_0x296634){const _0x2e51ea=_0x41c871,_0x3cde45=_0x296634[_0x2e51ea(0x257)][_0x2e51ea(0x276)](_0x12ebb0)||_0x296634[_0x2e51ea(0x257)][_0x2e51ea(0x2a2)](_0x12ebb0);return _0x296634[_0x2e51ea(0x2d9)](_0x296634[_0x2e51ea(0x1bb)](_0x12ebb0,_0x2e51ea(0x1ee)),_0x3cde45?_0x296634[_0x2e51ea(0x348)](_0x12ebb0):_0x296634[_0x2e51ea(0x1bb)](_0x12ebb0,_0x2e51ea(0x2a9)));}function Ht(_0x2c9a87,_0x52bb77,_0x1816cb,_0x2cfdb5,_0x464e51){const _0x1b3424=_0x41c871;if(_0x2c9a87[_0x1b3424(0x318)])return!0x1;if(!Jt(_0x2c9a87,_0x52bb77))return!0x1;if(_0x1816cb[_0x1b3424(0x2a9)][_0x1b3424(0x1c0)](_0x2cfdb5[_0x1b3424(0x2f4)]))return!0x0;if(_0x2c9a87[_0x1b3424(0x1ac)]!=_0x52bb77[_0x1b3424(0x1ac)])return!0x1;if(!_0x1816cb[_0x1b3424(0x2a9)][_0x1b3424(0x328)](_0x2cfdb5[_0x1b3424(0x2f4)]))return!0x1;const _0x555563=_0x464e51[_0x1b3424(0x2d9)](_0x1816cb[_0x1b3424(0x2a9)],_0x2cfdb5[_0x1b3424(0x2f4)])[_0x1b3424(0x263)]();for(const _0x30c6e2 of _0x555563)if([_0x1b3424(0x343),_0x1b3424(0x1bc)][_0x1b3424(0x22d)](_0x30c6e2[_0x1b3424(0x1ac)])&&_0x464e51[_0x1b3424(0x257)][_0x1b3424(0x29f)](_0x30c6e2[_0x1b3424(0x217)]))return!0x1;return!0x0;}function Jt(_0x42f019,_0x1caac7){const _0x1b87a4=_0x41c871;if(!_0x42f019[_0x1b87a4(0x1f9)]||!_0x1caac7[_0x1b87a4(0x1f9)])return!0x1;const _0x47e0a8=new Set(Object[_0x1b87a4(0x2f9)](_0x42f019[_0x1b87a4(0x2c8)])),_0x4b8b88=new Set(Object[_0x1b87a4(0x2f9)](_0x1caac7[_0x1b87a4(0x2c8)]));if(_0x47e0a8[_0x1b87a4(0x25e)](_0x1b87a4(0x34d)),_0x4b8b88[_0x1b87a4(0x25e)](_0x1b87a4(0x34d)),0x0==_0x47e0a8[_0x1b87a4(0x347)]&&0x0==_0x4b8b88[_0x1b87a4(0x347)])return!0x0;if(_0x47e0a8[_0x1b87a4(0x347)]!=_0x4b8b88[_0x1b87a4(0x347)])return!0x1;const _0x4e9b25={..._0x42f019[_0x1b87a4(0x2c8)]},_0x211e57={..._0x1caac7[_0x1b87a4(0x2c8)]};return delete _0x4e9b25[_0x1b87a4(0x34d)],delete _0x211e57[_0x1b87a4(0x34d)],JSON[_0x1b87a4(0x33c)](_0x4e9b25)==JSON[_0x1b87a4(0x33c)](_0x211e57);}function qt(_0xb37fa5,_0x2a50f2){const _0xb7ec05=_0x41c871,_0x8a82e9=zt(_0xb37fa5[_0xb7ec05(0x2c8)]),_0xa9fda3=zt(_0x2a50f2);if(!_0xb37fa5[_0xb7ec05(0x1f9)])return!0x1;for(const _0x2d8ea3 of Object[_0xb7ec05(0x2f9)](_0xa9fda3))if(!_0x592e84(_0x8a82e9[_0x2d8ea3],_0xa9fda3[_0x2d8ea3]))return!0x1;return!0x0;}function zt(_0x97f7e0){const _0x548e20=_0x41c871,_0x3ade07=Object[_0x548e20(0x24f)]({},_0x97f7e0);return delete _0x3ade07[_0x548e20(0x34b)],delete _0x3ade07[_0x548e20(0x21a)],_0x3ade07;}
|
|
23
|
+
const _0x40bafa=_0x598c;(function(_0x32ea8f,_0x4c2428){const _0x5328af=_0x598c,_0x520038=_0x32ea8f();while(!![]){try{const _0x3e4022=-parseInt(_0x5328af(0x1a3))/0x1*(parseInt(_0x5328af(0x1e0))/0x2)+-parseInt(_0x5328af(0x2b5))/0x3+parseInt(_0x5328af(0x171))/0x4+parseInt(_0x5328af(0x2f4))/0x5*(parseInt(_0x5328af(0x301))/0x6)+parseInt(_0x5328af(0x1c8))/0x7*(-parseInt(_0x5328af(0x1d1))/0x8)+parseInt(_0x5328af(0x1cd))/0x9*(-parseInt(_0x5328af(0x2ce))/0xa)+-parseInt(_0x5328af(0x1c4))/0xb*(-parseInt(_0x5328af(0x179))/0xc);if(_0x3e4022===_0x4c2428)break;else _0x520038['push'](_0x520038['shift']());}catch(_0x16f04e){_0x520038['push'](_0x520038['shift']());}}}(_0x5dce,0xda5e8));import{Plugin as _0x3926c3,PendingActions as _0x6aaf08}from'ckeditor5/src/core.js';import{LiveRange as _0x276b5e}from'ckeditor5/src/engine.js';import{CKEditorError as _0x550b05,uid as _0x9e82ae,priorities as _0x2ad595,logWarning as _0x2e13bf,getEnvKeystrokeText as _0x5b36bb}from'ckeditor5/src/utils.js';import{toWidget as _0x3adeb5}from'ckeditor5/src/widget.js';import{Users as _0x15fbcf,hashObject as _0x44e45c,surroundingMarkersDetector as _0x418e64,ENTER_THREAD_KEYSTROKE as _0x4c6a24}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x203a72 from'./commands/trackchangescommand.js';import _0x45d0dc from'./commands/acceptsuggestioncommand.js';import _0x38c75f from'./commands/discardsuggestioncommand.js';import _0x9260d6 from'./commands/executeonallsuggestionscommand.js';function _0x5dce(){const _0x5a740e=['dataReady','marker-count','map','rejected','widget','formatInline:','key','comments','markerName','$marker','moveTargetPosition','isInContent','TrackChangesEditing','error-saving-suggestion-data-suggestion-discarded','markAttributeChange','toUpperCase','removeMarker','_processAttributeChanges','delete','insertion:chain','mapper','isSelectable','addSuggestionData','accept','unbindElementFromMarkerName','targetPosition','isTouching','update:suggestion','_inlineAttributeKeys','_blockAttributeKeys','trackChanges.trackFormatChanges','unshift','ck-suggestion-marker-formatInline','formatBlock:chain','getContainedElement','deletion:accept','1647961EIQUjo','toJSON','rethrowUnexpectedError','_mergeNestedSuggestions','FORMATTING','addMarker:suggestion','getUser','acceptAllSuggestions','_suggestionState','requires','track-changes-command-not-found','substr','deletion:join','getAncestors','getFirstRange','fire','removeMarker:suggestion:attribute','discard','detach','registerPostFixer','track-changes-adapter-already-set','data','authoredAt','includes','authorName','pop','isBlock','getWalker','insertContent','_setSuggestionRange','group','suggestion','isIntersecting','15321779eNkrCW','fetchCommentThread','markMultiRangeBlockFormat','batch','331002KXLInH','_recordAttributeChanges','_registerDefaultCallbacks','enqueueChange','ck-suggestion-marker-','97884oQYPvX','attribute:accept','external:','tablePasteChainId','16RoArym','config','consumable','_customCallbacks','_reduceSuggestionAttributeRange','options','addMarker:suggestion:attribute','assign','createRangeOn','ENTER','elementToElement','conversion','createdAt','isAfter','_checkSuggestionCorrectness','2FTFwNt','isInsideObject','ready','deletion:','_reduceExistingSuggestions','hasComments','refresh','then','listenTo','registerBlockAttribute','start','author','data-author-id','insertion:discard','_isBlockAttribute','getItems','elementStart','track-changes-user-not-found','attribute','_isDataLoaded','_initAriaMarkerChangeAnnouncements','track-changes-suggestion-data-mismatch','isNextTo','updateSuggestion','_updateSuggestionData','addComment','registerCustomCallback','markInlineFormat','_afterChanges','stopListening','trackChanges','enableReadOnlyMode','remove','createPositionAt','isAtStart','@external','isUndo','_joinWithAdjacentSuggestions','_processAttributeSuggestions','skipNestingCheck','move','_removeSuggestion','oldRange','commandName','getAllAdjacentSuggestions','getSuggestion','meta','createSelection','_isRegisteredAttribute','name','_addThreadToSuggestion','formatInline:chain','discardAllSuggestions','attribute:join','getChangedMarkers','open','multi','_getAuthorFromId','locale','setAttribute','_enabledCommands','bindElementToMarker','parent','_defaultCallbacks','concat','toViewElement','push','consume','deletion','markerReady','pluginName','buildSuggestion','reconvertMarker','_setSuggestionData','updateMarker','change:activeMarkers','formatBlock','collaboration.channelId','_handleNewSuggestionMarker','multipleBlocks','plugins','init','formatInline:accept','_rangeIsInLocalUserInsertion','after','attribute:discard','isObject','change:data','schema','getIntersection','isRemovable','formatInline:discard','data-suggestion','normal','getShiftedBy','getDifference','_splitMarkerName','getMarkers','forward','track-changes-suggestion-not-found','chain','nodeAfter','_SUGGESTION_ANNOUNCEMENT','howMany','attributeKey','markers','attributeNewValue','always','_commentsRepository','get','ck-suggestion-marker--active','splice','add','newValue','default','addHighlight','createPositionBefore','sort','oldValue','documentSelection','insertion:accept','_adapter','isCollapsed','ck-suggestion-marker-formatBlock','track-changes-enable-command-twice','isDocumentOperation','substring','createRange','startsWith','isExternal','clear','accepted','removeMarkers','formatBlock:accept','dataToMarker','notReady','filter','high','getCustomProperty','_onDiscard','join','for','markerToHighlight','commentThread','formatInline','addMarkerName','previous','differ','getFirstMarker','type','addMarker','root','suggestion:','addClass','showSuggestionHighlights','ck-suggestion-marker','track-changes-adapter-missing-getsuggestion','action','insertion:','$elementName','markMultiRangeInsertion','originalSuggestionId','formatBlock:discard','subType','stringify','getLastMatchingPosition','containsItem','addCommentThread','fromRange','addRange','acceptSelectedSuggestions','discardSuggestion','_getAttributeKey','isLocal','highest','getSuggestions','isLimit','split','enableDefaultAttributesIntegration','isOwn','getRange','groupId','getRanges','attribute:','trackChanges.mergeNestedSuggestions','_refreshAttributeSuggestionsChain','insert','value','head','attributes','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.','_breakSuggestionMarker','_editor','set','clone','find','removeClass','isIntersectingWithRange','insertion','resolve','setTo','position','_getSuggestionData','deleteContent','$text','activeMarkers','markMultiRangeDeletion','editing','_trackFormatChanges','PENDING_ACTION_SUGGESTION','forceDefaultExecution','low','_addSuggestionMarker','5310123SxupzM','markerNameToElements','selection','announce','getSuggestionCallback','dataDowncast','return','change','containsRange','_recordAttributeSuggestions','markerToData','insertion:join','isMultiRange','_findSuggestions','_suggestions','item','hasSuggestion','removed','suggestionLoaded','containerElement','createRangeIn','getCommentThread','suggestionChanged','_getMarkerAnnouncementText','nodeBefore','1250OGJPIR','writer','LEAVE','_saved','containsRangeInObject','element','_model','discardSelectedSuggestions','adapter','getMultiRangeId','PendingActions','_cutOutSuggestionMarker','warn','define','createPositionAfter','Users','_isForcedDefaultExecutionBlock','unbind','never','getChanges','isBefore','values','suggestion:attribute:','containsPosition','hasCommentThread','_refreshSuggestionsChain','model','addSuggestion','enableCommand','isEqual','registerInlineAttribute','markDeletion','creator','range','editingDowncast','next','$graveyard','suggestionUnloaded','205Yjytim','fromCharCode','setSelection','length','stop','commands','format','formatBlock:join','newRange','backward','editor','getNearestSelectionRange','formatGroupId','21594gufIhY','_createSuggestion','keys','descriptionFactory','removeComment','removeAttribute','some','deletion:discard','execute','document','markInsertion','_getExternalAuthor','end','rootName','size','getAttribute','catch','isArray','forEach','formatBlock:','deletion:chain','isAtEnd','markBlockFormat','createElement','removeMarker:suggestion:formatBlock','change:_saved','acceptSuggestion','has','_joinSuggestions','formatInline:join','before','_suggestionFactory','splitPosition','addUser','attributeOldValue','5761152hZmlRp','$textProxy','elementEnd','addMarker:suggestion:formatBlock','from','every','applyOperation','lowest','36cpHsHp','CommentsRepository','rename','upcast','trackChangesCommand','suggestion-type'];_0x5dce=function(){return _0x5a740e;};return _0x5dce();}import _0x217519 from'./commands/executeonselectedsuggestionscommand.js';import _0x566b21 from'./suggestion.js';import _0x10f8f4 from'./suggestiondescriptionfactory.js';import _0x5b2f43 from'./integrations/aiassistant.js';import _0xa3622b from'./integrations/alignment.js';import _0x49b288 from'./integrations/basicstyles.js';import _0x287163 from'./integrations/blockquote.js';import _0x58e3c4 from'./integrations/casechange.js';import _0xa9fbce from'./integrations/ckbox.js';import _0x1bf0a6 from'./integrations/codeblock.js';import _0x56c623 from'./integrations/comments.js';import _0x40b4c1 from'./integrations/deletecommand.js';import _0x47131b from'./integrations/list.js';import _0x258096 from'./integrations/listproperties.js';import _0x285c3d from'./integrations/entercommand.js';import _0x129c7c from'./integrations/findandreplace.js';function _0x598c(_0x2ee0bd,_0x5bc16b){const _0x5dce29=_0x5dce();return _0x598c=function(_0x598c84,_0x5415f0){_0x598c84=_0x598c84-0x16c;let _0x13fb1b=_0x5dce29[_0x598c84];return _0x13fb1b;},_0x598c(_0x2ee0bd,_0x5bc16b);}import _0x39dbd0 from'./integrations/font.js';import _0x21d6e9 from'./integrations/formatpainter.js';import _0x45e299 from'./integrations/heading.js';import _0x198663 from'./integrations/highlight.js';import _0x305ea1 from'./integrations/horizontalline.js';import _0x39d848 from'./integrations/htmlembed.js';import _0x1df6fc from'./integrations/image.js';import _0x266d03 from'./integrations/imagereplace.js';import _0x3b19cf from'./integrations/imagestyle.js';import _0x2537b8 from'./integrations/importword.js';import _0x4095ea from'./integrations/indent.js';import _0x2abf87 from'./integrations/inputcommand.js';import _0x5885e9 from'./integrations/link.js';import _0x2157f9 from'./integrations/legacylist.js';import _0x3f7afe from'./integrations/legacylistproperties.js';import _0x7287cb from'./integrations/mediaembed.js';import _0x49ab84 from'./integrations/mention.js';import _0x16e616 from'./integrations/mergefields.js';import _0x1fc540 from'./integrations/multilevellist.js';import _0x41018a from'./integrations/pagebreak.js';import _0x507d62 from'./integrations/paragraph.js';import _0x257e1e from'./integrations/removeformat.js';import _0xa87202 from'./integrations/restrictededitingmode.js';import _0x25688c from'./integrations/shiftentercommand.js';import _0x36a586 from'./integrations/standardeditingmode.js';import _0x565223 from'./integrations/style.js';import _0x13f204 from'./integrations/table.js';import _0x1a4681 from'./integrations/tablemergesplit.js';import _0x19fce3 from'./integrations/tableheadings.js';import _0x23cab8 from'./integrations/tableclipboard.js';import _0x41edce from'./integrations/tablecolumnresize.js';import _0x1b9076 from'./integrations/template.js';import _0x37b90b from'./integrations/tableofcontents.js';import _0x119748 from'./integrations/title.js';import _0x1f0d7a from'./integrations/undo.js';import _0xc545cd from'./integrations/tablecaption.js';import _0x555096 from'./integrations/tableproperties.js';import{getTranslation as _0x48ce85}from'./utils/common-translations.js';import{isEqual as _0x2dfc57,omit as _0x578548}from'lodash-es';export const renameAttributeKey=_0x40bafa(0x27f);export default class p extends _0x3926c3{static get[_0x40bafa(0x1ac)](){const _0x490f77=_0x40bafa;return[_0x490f77(0x17a),_0x15fbcf,_0x6aaf08,_0x5b2f43,_0xa3622b,_0x49b288,_0x287163,_0xa9fbce,_0x58e3c4,_0x1bf0a6,_0x56c623,_0x40b4c1,_0x285c3d,_0x129c7c,_0x39dbd0,_0x21d6e9,_0x45e299,_0x198663,_0x305ea1,_0x39d848,_0x1df6fc,_0x3b19cf,_0x266d03,_0x2537b8,_0x4095ea,_0x2abf87,_0x2157f9,_0x3f7afe,_0x1fc540,_0x5885e9,_0x47131b,_0x258096,_0x7287cb,_0x49ab84,_0x16e616,_0x41018a,_0x507d62,_0x257e1e,_0xa87202,_0x25688c,_0x36a586,_0x565223,_0x13f204,_0x1a4681,_0x19fce3,_0xc545cd,_0x23cab8,_0x41edce,_0x37b90b,_0x555096,_0x1b9076,_0x119748,_0x1f0d7a];}static get[_0x40bafa(0x226)](){const _0x205cb4=_0x40bafa;return _0x205cb4(0x18b);}constructor(_0x889ad1){const _0xa5f4ce=_0x40bafa;function _0xa21ceb(_0x452c31){const _0x12e3de=_0x598c;return _0x452c31[_0x12e3de(0x181)](_0x16c718=>String[_0x12e3de(0x2f5)](_0x16c718))[_0x12e3de(0x26c)]('');}super(_0x889ad1),this[_0xa5f4ce(0x2be)]=!0x1,this[_0xa5f4ce(0x2a1)](_0xa5f4ce(0x2ad),[]),this['on'](_0xa5f4ce(0x22b),(_0x1ef912,_0x396af2,_0x42a6e3,_0x12905b)=>{const _0x525442=_0xa5f4ce;this[_0x525442(0x2d4)][_0x525442(0x2bc)](()=>{const _0x1dbfcb=_0x525442;for(const _0x3037e7 of[..._0x12905b,..._0x42a6e3])this[_0x1dbfcb(0x2d4)][_0x1dbfcb(0x249)][_0x1dbfcb(0x31c)](_0x3037e7)&&_0x889ad1[_0x1dbfcb(0x2af)][_0x1dbfcb(0x228)](_0x3037e7);});}),this[_0xa5f4ce(0x304)]=new _0x10f8f4(this[_0xa5f4ce(0x2fe)][_0xa5f4ce(0x2e8)][_0xa5f4ce(0x238)],this[_0xa5f4ce(0x2fe)][_0xa5f4ce(0x21a)]),this[_0xa5f4ce(0x259)]=null,this[_0xa5f4ce(0x16d)]=new Et(this[_0xa5f4ce(0x2fe)]),this[_0xa5f4ce(0x2c3)]=new Map(),this[_0xa5f4ce(0x24c)]=_0x889ad1[_0xa5f4ce(0x230)][_0xa5f4ce(0x24d)](_0xa5f4ce(0x17a)),this[_0xa5f4ce(0x21c)]=new Set(),this[_0xa5f4ce(0x2d4)]=this[_0xa5f4ce(0x2fe)][_0xa5f4ce(0x2e8)],this[_0xa5f4ce(0x1ab)]=new WeakMap(),this[_0xa5f4ce(0x2de)]=!0x1,this[_0xa5f4ce(0x19c)]=new Set([_0xa5f4ce(0x27f)]),this[_0xa5f4ce(0x19b)]=new Set(),_0x889ad1[_0xa5f4ce(0x1d2)][_0xa5f4ce(0x2db)](_0xa5f4ce(0x19d),_0xa5f4ce(0x252)),this[_0xa5f4ce(0x2b0)]=_0x889ad1[_0xa5f4ce(0x1d2)][_0xa5f4ce(0x24d)](_0xa5f4ce(0x19d)),_0x889ad1[_0xa5f4ce(0x1d2)][_0xa5f4ce(0x2db)](_0xa5f4ce(0x298),!0x0),this[_0xa5f4ce(0x1a6)]=_0x889ad1[_0xa5f4ce(0x1d2)][_0xa5f4ce(0x24d)](_0xa5f4ce(0x298)),this[_0xa5f4ce(0x17d)]=new _0x203a72(_0x889ad1,this[_0xa5f4ce(0x21c)]),this[_0xa5f4ce(0x1f4)](),this[_0xa21ceb([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xa21ceb([0x34,0x30,0x34,0x38,0x31,0x36,0x33,0x32]);}[_0x40bafa(0x231)](){const _0x2c96bf=_0x40bafa,_0x2a4e7d=this[_0x2c96bf(0x2fe)],_0xc240b2=(_0x3dc541,_0x43eeea)=>{const _0x4d36b1=_0x2c96bf;if(_0x4d36b1(0x1f2)!=_0x3dc541)return _0x4d36b1(0x1cc)+_0x3dc541;const _0x142bb7=_0x43eeea[_0x4d36b1(0x291)]('|')[0x0];return this[_0x4d36b1(0x1ee)](_0x142bb7)?_0x4d36b1(0x25b):_0x4d36b1(0x19f);};_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x2f0))[_0x2c96bf(0x26e)]({'model':_0x2c96bf(0x1c2),'view':_0x411848=>{const _0x4fa737=_0x2c96bf,{id:_0x1b4c0d,authorId:_0x5ae0a8,type:_0x3ab5f8,subType:_0x4dc72a}=this[_0x4fa737(0x240)](_0x411848[_0x4fa737(0x187)]),_0x57b202=[_0x4fa737(0x27b),_0xc240b2(_0x3ab5f8,_0x4dc72a)];let _0x522d8b=0xbb8;return this[_0x4fa737(0x2ad)][_0x4fa737(0x1ba)](_0x411848[_0x4fa737(0x187)])&&(_0x57b202[_0x4fa737(0x222)](_0x4fa737(0x24e)),_0x522d8b=0xbc2),_0x4fa737(0x224)==_0x3ab5f8&&(_0x522d8b+=0x5),{'classes':_0x57b202,'attributes':{'data-suggestion':_0x1b4c0d,'data-author-id':_0x5ae0a8},'priority':_0x522d8b};}}),_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x2ba))[_0x2c96bf(0x250)](_0x458a50=>{const _0x5be1cd=_0x2c96bf;_0x458a50['on'](_0x5be1cd(0x1a8),(_0x2dd7f3,_0x4133a4,_0x268c4d)=>{const _0x46cf0a=_0x5be1cd;if(!_0x268c4d[_0x46cf0a(0x1d6)][_0x46cf0a(0x27a)])return;const _0x27e2a1=_0x4133a4[_0x46cf0a(0x2c4)];if(!_0x27e2a1)return;const _0x40aebb=_0x268c4d[_0x46cf0a(0x193)][_0x46cf0a(0x221)](_0x27e2a1);_0x2a4e7d[_0x46cf0a(0x2e8)][_0x46cf0a(0x238)][_0x46cf0a(0x236)](_0x27e2a1)&&_0x40aebb&&!_0x40aebb[_0x46cf0a(0x26a)](_0x46cf0a(0x183))&&_0x40aebb['is'](_0x46cf0a(0x2c8))&&_0x3adeb5(_0x40aebb,_0x268c4d[_0x46cf0a(0x2cf)]);},{'priority':_0x5be1cd(0x269)});}),_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x2ba))[_0x2c96bf(0x26e)]({'model':_0x2c96bf(0x1c2),'view':(_0x2e5880,_0x482e19)=>{const _0x2dab66=_0x2c96bf;if(!_0x482e19[_0x2dab66(0x1d6)][_0x2dab66(0x27a)])return null;const {type:_0x522a1d,subType:_0x18d4a6}=this[_0x2dab66(0x240)](_0x2e5880[_0x2dab66(0x187)]);return{'classes':[_0x2dab66(0x27b),_0xc240b2(_0x522a1d,_0x18d4a6)],'priority':0xbb8};}});const _0x12f7b6=({showActiveMarkers:_0x2d09a2=!0x0,isAttributeSuggestion:_0x1d593f=!0x1}={})=>(_0x8f09e8,_0x177d9e,_0x23820a)=>{const _0x409d58=_0x2c96bf;if(!_0x177d9e[_0x409d58(0x2c4)])return;const {id:_0x2f159e,authorId:_0x135054}=this[_0x409d58(0x240)](_0x177d9e[_0x409d58(0x187)]);if(_0x1d593f){const _0xa2b0e6=this[_0x409d58(0x2c3)][_0x409d58(0x24d)](_0x2f159e),_0x40d8ad=this[_0x409d58(0x28c)](_0xa2b0e6);if(!this[_0x409d58(0x1ee)](_0x40d8ad))return;}if(_0x177d9e[_0x409d58(0x2c4)]['is'](_0x409d58(0x2b7)))return void _0x23820a[_0x409d58(0x1d3)][_0x409d58(0x223)](_0x177d9e[_0x409d58(0x2c4)],_0x8f09e8[_0x409d58(0x211)]);const _0x39b286=_0x23820a[_0x409d58(0x193)][_0x409d58(0x221)](_0x177d9e[_0x409d58(0x2c4)]);if(_0x177d9e[_0x409d58(0x2c4)]['is'](_0x409d58(0x2d3))&&_0x2a4e7d[_0x409d58(0x2e8)][_0x409d58(0x238)][_0x409d58(0x1bd)](_0x177d9e[_0x409d58(0x2c4)])&&!_0x39b286[_0x409d58(0x26a)](_0x409d58(0x253))){_0x23820a[_0x409d58(0x2cf)][_0x409d58(0x279)]([_0x409d58(0x27b),_0x409d58(0x25b)],_0x39b286),_0x23820a[_0x409d58(0x2cf)][_0x409d58(0x21b)](_0x409d58(0x23c),_0x2f159e,_0x39b286),_0x23820a[_0x409d58(0x2cf)][_0x409d58(0x21b)](_0x409d58(0x1ec),_0x135054,_0x39b286),_0x23820a[_0x409d58(0x193)][_0x409d58(0x21d)](_0x39b286,_0x177d9e[_0x409d58(0x187)]),_0x2d09a2&&(this[_0x409d58(0x2ad)][_0x409d58(0x1ba)](_0x177d9e[_0x409d58(0x187)])?_0x23820a[_0x409d58(0x2cf)][_0x409d58(0x279)](_0x409d58(0x24e),_0x39b286):_0x23820a[_0x409d58(0x2cf)][_0x409d58(0x2a4)](_0x409d58(0x24e),_0x39b286));for(const _0x3ce62f of _0x2a4e7d[_0x409d58(0x2e8)][_0x409d58(0x2c9)](_0x177d9e[_0x409d58(0x2c4)])[_0x409d58(0x1ef)]())_0x23820a[_0x409d58(0x1d3)][_0x409d58(0x223)](_0x3ce62f,_0x8f09e8[_0x409d58(0x211)]);_0x23820a[_0x409d58(0x1d3)][_0x409d58(0x223)](_0x177d9e[_0x409d58(0x2c4)],_0x8f09e8[_0x409d58(0x211)]);}};_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x2ba))[_0x2c96bf(0x250)](_0x309c62=>{const _0x285720=_0x2c96bf;_0x309c62['on'](_0x285720(0x174),(_0x489e0d,_0x54a353,_0x3e098f)=>{const _0x5f7ce0=_0x285720;_0x3e098f[_0x5f7ce0(0x1d6)][_0x5f7ce0(0x27a)]&&_0x12f7b6({'showActiveMarkers':!0x1})(_0x489e0d,_0x54a353,_0x3e098f);},{'priority':_0x285720(0x28e)});}),_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x2ba))[_0x2c96bf(0x250)](_0x1c45f0=>{const _0x3354fd=_0x2c96bf;_0x1c45f0['on'](_0x3354fd(0x1d7),(_0x21cae7,_0x43b66e,_0x5808e0)=>{const _0x406563=_0x3354fd;_0x5808e0[_0x406563(0x1d6)][_0x406563(0x27a)]&&_0x12f7b6({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x21cae7,_0x43b66e,_0x5808e0);},{'priority':_0x3354fd(0x28e)});}),_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x2ba))[_0x2c96bf(0x2bf)]({'model':_0x2c96bf(0x1c2),'view':(_0x3fd789,_0x2a9d47)=>_0x2a9d47[_0x2c96bf(0x1d6)][_0x2c96bf(0x27a)]?null:{'group':_0x2c96bf(0x1c2),'name':_0x3fd789[_0x2c96bf(0x1ae)](0xb)}}),_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x17c))[_0x2c96bf(0x1db)]({'view':{'name':_0x2c96bf(0x1c2),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x151e5d,{writer:_0x194a7c})=>{const _0x1f68f3=_0x2c96bf;let _0x4edb90=_0x1f68f3(0x278)+_0x151e5d[_0x1f68f3(0x310)](_0x1f68f3(0x17e))+':'+_0x151e5d[_0x1f68f3(0x310)]('id');return _0x151e5d[_0x1f68f3(0x310)](_0x1f68f3(0x180))&&(_0x4edb90+=':'+_0x151e5d[_0x1f68f3(0x310)](_0x1f68f3(0x180))),_0x194a7c[_0x1f68f3(0x318)](_0x1f68f3(0x188),{'data-name':_0x4edb90});}}),_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x17c))[_0x2c96bf(0x266)]({'view':_0x2c96bf(0x1c2)}),_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x2f0))[_0x2c96bf(0x250)](_0x2c45c7=>{const _0x22ce2e=_0x2c96bf;_0x2c45c7['on'](_0x22ce2e(0x174),_0x12f7b6(),{'priority':_0x22ce2e(0x269)});}),_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x2f0))[_0x2c96bf(0x250)](_0x21a5f2=>{const _0x2bfb22=_0x2c96bf;_0x21a5f2['on'](_0x2bfb22(0x1d7),_0x12f7b6({'isAttributeSuggestion':!0x0}),{'priority':_0x2bfb22(0x269)});}),_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x2f0))[_0x2c96bf(0x250)](_0x5d6dc9=>{const _0x35ff2d=_0x2c96bf;_0x5d6dc9['on'](_0x35ff2d(0x319),(_0x13eeba,_0x18dfca,_0x4d393e)=>{const _0x27a09e=_0x35ff2d,_0x58f63f=_0x4d393e[_0x27a09e(0x193)][_0x27a09e(0x2b6)](_0x18dfca[_0x27a09e(0x187)]);if(_0x58f63f){for(const _0x39e05f of _0x58f63f)_0x39e05f[_0x27a09e(0x26a)](_0x27a09e(0x253))||(_0x4d393e[_0x27a09e(0x2cf)][_0x27a09e(0x2a4)]([_0x27a09e(0x27b),_0x27a09e(0x25b),_0x27a09e(0x24e)],_0x39e05f),_0x4d393e[_0x27a09e(0x2cf)][_0x27a09e(0x306)](_0x27a09e(0x23c),_0x39e05f),_0x4d393e[_0x27a09e(0x2cf)][_0x27a09e(0x306)](_0x27a09e(0x1ec),_0x39e05f),_0x4d393e[_0x27a09e(0x193)][_0x27a09e(0x197)](_0x39e05f,_0x18dfca[_0x27a09e(0x187)]));}},{'priority':_0x35ff2d(0x269)});}),_0x2a4e7d[_0x2c96bf(0x1dc)][_0x2c96bf(0x26d)](_0x2c96bf(0x2f0))[_0x2c96bf(0x250)](_0x299b0e=>{const _0x4bfeb1=_0x2c96bf;_0x299b0e['on'](_0x4bfeb1(0x1b3),(_0x3bd1be,_0x2b770f,_0xf1e969)=>{const _0x253f72=_0x4bfeb1,_0x3239b6=_0xf1e969[_0x253f72(0x193)][_0x253f72(0x2b6)](_0x2b770f[_0x253f72(0x187)]);if(!_0x3239b6)return;const {id:_0x3b8a3b}=this[_0x253f72(0x240)](_0x2b770f[_0x253f72(0x187)]),_0x1473d3=this[_0x253f72(0x2c3)][_0x253f72(0x24d)](_0x3b8a3b),_0x20d2dd=this[_0x253f72(0x28c)](_0x1473d3);if(this[_0x253f72(0x1ee)](_0x20d2dd)){for(const _0x1d6aff of _0x3239b6)_0x1d6aff[_0x253f72(0x26a)](_0x253f72(0x253))||(_0xf1e969[_0x253f72(0x2cf)][_0x253f72(0x2a4)]([_0x253f72(0x27b),_0x253f72(0x25b),_0x253f72(0x24e)],_0x1d6aff),_0xf1e969[_0x253f72(0x2cf)][_0x253f72(0x306)](_0x253f72(0x23c),_0x1d6aff),_0xf1e969[_0x253f72(0x2cf)][_0x253f72(0x306)](_0x253f72(0x1ec),_0x1d6aff),_0xf1e969[_0x253f72(0x193)][_0x253f72(0x197)](_0x1d6aff,_0x2b770f[_0x253f72(0x187)]));}},{'priority':_0x4bfeb1(0x269)});}),_0x2a4e7d[_0x2c96bf(0x2e8)][_0x2c96bf(0x30a)][_0x2c96bf(0x1b6)](_0x2809ce=>{const _0x70fa00=_0x2c96bf;let _0x2cd444=!0x1;const _0x4cce5b=Array[_0x70fa00(0x175)](_0x2a4e7d[_0x70fa00(0x2e8)][_0x70fa00(0x30a)][_0x70fa00(0x273)][_0x70fa00(0x216)]()),_0x111616=new Set();for(const {name:_0x414235,data:_0x146fd7}of _0x4cce5b){const {group:_0x258150,type:_0x56f45,subType:_0x932eb3,id:_0x4faf88}=this[_0x70fa00(0x240)](_0x414235);if(_0x70fa00(0x1c2)!==_0x258150)continue;const _0x167bdf=this[_0x70fa00(0x2c3)][_0x70fa00(0x24d)](_0x4faf88);if(null!=_0x146fd7[_0x70fa00(0x2fc)]){_0x70fa00(0x270)==_0x56f45&&(_0x2cd444=_0x2cd444||Ut(_0x146fd7[_0x70fa00(0x2fc)],_0x414235,_0x2809ce,_0x2a4e7d[_0x70fa00(0x2e8)][_0x70fa00(0x238)]));const _0x86ac98=_0x70fa00(0x1f2)==_0x56f45&&this[_0x70fa00(0x1ee)](_0x932eb3[_0x70fa00(0x291)]('|')[0x0]);if(_0x146fd7[_0x70fa00(0x2fc)][_0x70fa00(0x25a)]||_0x70fa00(0x2f2)==_0x146fd7[_0x70fa00(0x2fc)][_0x70fa00(0x277)][_0x70fa00(0x30e)]||_0x70fa00(0x22c)==_0x56f45&&!Ft(_0x146fd7[_0x70fa00(0x2fc)])||_0x86ac98&&!Ft(_0x146fd7[_0x70fa00(0x2fc)])||_0x70fa00(0x224)==_0x56f45&&!(!Vt(_0x55ada9=_0x146fd7[_0x70fa00(0x2fc)])&&!function(_0x5f3eec){const _0x1e8827=_0x70fa00;return _0x5f3eec[_0x1e8827(0x1ea)][_0x1e8827(0x21e)]==_0x5f3eec[_0x1e8827(0x30d)][_0x1e8827(0x2cd)]&&_0x5f3eec[_0x1e8827(0x1ea)][_0x1e8827(0x316)];}(_0x55ada9)))_0x2809ce[_0x70fa00(0x18f)](_0x414235),_0x2cd444=!0x0;else{if(!_0x167bdf||!_0x167bdf[_0x70fa00(0x18a)])continue;if(_0x146fd7[_0x70fa00(0x2fc)]&&_0x146fd7[_0x70fa00(0x20a)]&&_0x146fd7[_0x70fa00(0x2fc)][_0x70fa00(0x2eb)](_0x146fd7[_0x70fa00(0x20a)]))continue;_0x111616[_0x70fa00(0x250)](_0x167bdf);}}}var _0x55ada9;return _0x111616[_0x70fa00(0x30f)]>0x0&&(_0x2cd444=!!this[_0x70fa00(0x205)](_0x111616)||_0x2cd444),_0x2cd444;}),_0x2a4e7d[_0x2c96bf(0x2e8)][_0x2c96bf(0x30a)][_0x2c96bf(0x1b6)](_0x4167c8=>{const _0x3d75a4=_0x2c96bf;let _0x330a94=!0x1;for(const _0x30c27f of _0x2a4e7d[_0x3d75a4(0x2e8)][_0x3d75a4(0x30a)][_0x3d75a4(0x273)][_0x3d75a4(0x2e1)]())if(_0x3d75a4(0x29a)==_0x30c27f[_0x3d75a4(0x275)])for(const _0x3318e9 of this[_0x3d75a4(0x2c3)][_0x3d75a4(0x2e3)]()){if(_0x3318e9[_0x3d75a4(0x2c1)]||!_0x3318e9[_0x3d75a4(0x18a)])continue;const _0x1d26a2=_0x3d75a4(0x22c)==_0x3318e9[_0x3d75a4(0x275)],_0x524199=this[_0x3d75a4(0x28c)](_0x3318e9),_0x4fb355=_0x524199&&this[_0x3d75a4(0x1ee)](_0x524199);if(!_0x1d26a2&&!_0x4fb355)continue;const _0x5c20bb=_0x3318e9[_0x3d75a4(0x1b1)]();if(_0x5c20bb[_0x3d75a4(0x1ea)][_0x3d75a4(0x21e)]!=_0x5c20bb[_0x3d75a4(0x30d)][_0x3d75a4(0x21e)]&&!_0x5c20bb[_0x3d75a4(0x30d)][_0x3d75a4(0x316)]){const _0x3fe1c5=_0x2a4e7d[_0x3d75a4(0x2e8)][_0x3d75a4(0x201)](_0x5c20bb[_0x3d75a4(0x1ea)][_0x3d75a4(0x245)],_0x3d75a4(0x30d)),_0x20f318=_0x2a4e7d[_0x3d75a4(0x2e8)][_0x3d75a4(0x25f)](_0x5c20bb[_0x3d75a4(0x1ea)],_0x3fe1c5);_0x4167c8[_0x3d75a4(0x22a)](_0x3318e9[_0x3d75a4(0x274)](),{'range':_0x20f318}),_0x330a94=!0x0;}}return _0x330a94;}),_0x2a4e7d[_0x2c96bf(0x2e8)][_0x2c96bf(0x30a)][_0x2c96bf(0x1b6)](_0x5e335a=>this[_0x2c96bf(0x190)](_0x5e335a)),_0x2a4e7d[_0x2c96bf(0x2e8)][_0x2c96bf(0x30a)][_0x2c96bf(0x1b6)](_0x5e6920=>!_0x5e6920[_0x2c96bf(0x1c7)][_0x2c96bf(0x28d)]&&this[_0x2c96bf(0x206)](_0x5e6920)),_0x2a4e7d[_0x2c96bf(0x2e8)]['on'](_0x2c96bf(0x1fc),()=>{const _0x2c468a=_0x2c96bf;this[_0x2c468a(0x2be)]=!0x1;}),_0x2a4e7d[_0x2c96bf(0x2e8)][_0x2c96bf(0x30a)]['on'](_0x2c96bf(0x237),(_0x304607,_0x3a5bb9)=>{const _0x1d9260=_0x2c96bf;if(!_0x3a5bb9[_0x1d9260(0x28d)]||_0x3a5bb9[_0x1d9260(0x204)])return;if(!this[_0x1d9260(0x2be)])return;const _0x3742f9=_0x2a4e7d[_0x1d9260(0x2e8)][_0x1d9260(0x30a)][_0x1d9260(0x273)][_0x1d9260(0x2e1)]();if(0x0==_0x3742f9[_0x1d9260(0x2f7)])return;const _0x47044=[],_0x146355=_0x3742f9[_0x1d9260(0x268)](_0x5870a6=>_0x1d9260(0x1f2)==_0x5870a6[_0x1d9260(0x275)]),_0x13ab81=_0x3742f9[_0x1d9260(0x268)](_0x13b8b9=>_0x1d9260(0x29a)==_0x13b8b9[_0x1d9260(0x275)]&&_0x1d9260(0x2ac)!=_0x13b8b9[_0x1d9260(0x211)]);for(const _0x575faf of _0x146355)this[_0x1d9260(0x210)](_0x575faf[_0x1d9260(0x248)])&&_0x47044[_0x1d9260(0x222)]({'key':_0x575faf[_0x1d9260(0x248)],'newValue':_0x575faf[_0x1d9260(0x24a)],'oldValue':_0x575faf[_0x1d9260(0x170)],'range':Pt(_0x575faf[_0x1d9260(0x2ef)],_0x2a4e7d[_0x1d9260(0x2e8)])});for(const _0x3182a6 of _0x13ab81){if(_0x1d9260(0x17b)!=_0x3182a6[_0x1d9260(0x27d)]&&_0x1d9260(0x1e6)!=_0x3182a6[_0x1d9260(0x27d)])continue;const _0x67cea9=Lt(_0x3182a6[_0x1d9260(0x2a9)][_0x1d9260(0x245)],_0x2a4e7d[_0x1d9260(0x2e8)]),_0x52eac5=_0x3182a6[_0x1d9260(0x16c)];_0x1d9260(0x17b)==_0x3182a6[_0x1d9260(0x27d)]&&_0x47044[_0x1d9260(0x222)]({'key':_0x1d9260(0x27f),'newValue':_0x3182a6[_0x1d9260(0x211)],'oldValue':_0x52eac5[_0x1d9260(0x211)],'range':_0x67cea9});for(const [_0x47edbb,_0x97305d]of _0x52eac5[_0x1d9260(0x29d)]){if(!this[_0x1d9260(0x210)](_0x47edbb))continue;const _0x58a844=_0x3182a6[_0x1d9260(0x29d)][_0x1d9260(0x24d)](_0x47edbb);_0x97305d!==_0x58a844&&_0x47044[_0x1d9260(0x222)]({'key':_0x47edbb,'newValue':_0x58a844,'oldValue':_0x97305d,'range':_0x67cea9});}for(const [_0x4f81ed,_0x3c7fee]of _0x3182a6[_0x1d9260(0x29d)])this[_0x1d9260(0x210)](_0x4f81ed)&&(_0x52eac5[_0x1d9260(0x29d)][_0x1d9260(0x31c)](_0x4f81ed)||_0x47044[_0x1d9260(0x222)]({'key':_0x4f81ed,'newValue':_0x3c7fee,'oldValue':null,'range':_0x67cea9}));}0x0!=_0x47044[_0x1d9260(0x2f7)]&&_0x2a4e7d[_0x1d9260(0x2e8)][_0x1d9260(0x1cb)](_0x3a5bb9,_0x5ea3e3=>{const _0x4c709f=_0x1d9260,_0x44e08e=_0x9e82ae();for(const {range:_0xaf32f,key:_0x1e0cb4,oldValue:_0x5c5418,newValue:_0x561f10}of _0x47044)this[_0x4c709f(0x18d)](_0xaf32f,_0x1e0cb4,_0x5c5418,_0x561f10,{'groupId':_0x44e08e});this[_0x4c709f(0x1e4)](_0x5ea3e3,_0x47044);});},{'priority':_0x2c96bf(0x178)}),_0x2a4e7d[_0x2c96bf(0x2e8)][_0x2c96bf(0x249)]['on'](_0x2c96bf(0x19a),(_0x533b80,_0x2739cc,_0x2e1fbb)=>{const _0x384f7d=_0x2c96bf;if(null==_0x2e1fbb){const {id:_0x5dd5ae}=this[_0x384f7d(0x240)](_0x2739cc[_0x384f7d(0x211)]),_0x313309=this[_0x384f7d(0x2c3)][_0x384f7d(0x24d)](_0x5dd5ae);_0x313309&&_0x313309[_0x384f7d(0x271)](_0x2739cc[_0x384f7d(0x211)]);}}),_0x2a4e7d[_0x2c96bf(0x2e8)][_0x2c96bf(0x30a)]['on'](_0x2c96bf(0x237),()=>{const _0x563a87=_0x2c96bf,_0x506eba=Array[_0x563a87(0x175)](_0x2a4e7d[_0x563a87(0x2e8)][_0x563a87(0x30a)][_0x563a87(0x273)][_0x563a87(0x216)]())[_0x563a87(0x268)](_0x5ef91f=>_0x563a87(0x1c2)===this[_0x563a87(0x240)](_0x5ef91f[_0x563a87(0x211)])[_0x563a87(0x1c1)]);if(0x0===_0x506eba[_0x563a87(0x2f7)])return;_0x506eba[_0x563a87(0x255)]((_0x566154,_0x2e25be)=>{const _0x304016=_0x563a87,_0x32b374=_0x566154[_0x304016(0x1b8)][_0x304016(0x20a)],_0x25f9c6=_0x2e25be[_0x304016(0x1b8)][_0x304016(0x20a)];return null===_0x32b374&&null===_0x25f9c6?0x0:null===_0x32b374&&null!==_0x25f9c6?-0x1:null!==_0x32b374&&null===_0x25f9c6?0x1:_0x32b374[_0x304016(0x1ea)][_0x304016(0x2e2)](_0x25f9c6[_0x304016(0x1ea)])?-0x1:0x1;});const _0xdd5599=new Set(),_0x183fa6=new Set();for(const {name:_0x5c4aae,data:_0x1941f9}of _0x506eba){const {id:_0xadeee5}=this[_0x563a87(0x240)](_0x5c4aae);if(null===_0x1941f9[_0x563a87(0x20a)]){const _0x5edcab=this[_0x563a87(0x22e)](_0x5c4aae);_0x183fa6[_0x563a87(0x250)](_0x5edcab);}else{const _0x392929=this[_0x563a87(0x2c3)][_0x563a87(0x24d)](_0xadeee5);null!==_0x1941f9[_0x563a87(0x2fc)]||_0x392929[_0x563a87(0x18a)]?(_0xdd5599[_0x563a87(0x250)](_0x392929[_0x563a87(0x29c)]),_0x183fa6[_0x563a87(0x250)](_0x392929)):this[_0x563a87(0x209)](_0x392929);}}_0x183fa6[_0x563a87(0x30f)]>0x0&&this[_0x563a87(0x2e7)](_0x183fa6);for(const _0x2c610e of _0xdd5599)this[_0x563a87(0x1b2)](_0x563a87(0x2cb),_0x2c610e);}),_0x2a4e7d[_0x2c96bf(0x2e8)]['on'](_0x2c96bf(0x177),(_0x483906,_0x29e2dd)=>{const _0x134910=_0x2c96bf,_0x677d1e=_0x29e2dd[0x0];if(!this[_0x134910(0x2c3)][_0x134910(0x30f)])return;if(!_0x677d1e[_0x134910(0x25d)])return;if(_0x677d1e[_0x134910(0x1c7)][_0x134910(0x204)]||!_0x677d1e[_0x134910(0x1c7)][_0x134910(0x28d)])return;let _0x423140,_0x59d992;switch(_0x677d1e[_0x134910(0x275)]){case _0x134910(0x29a):_0x423140=_0x2a4e7d[_0x134910(0x2e8)][_0x134910(0x201)](_0x677d1e[_0x134910(0x2a9)]),_0x59d992=_0x423140[_0x134910(0x23e)](_0x677d1e[_0x134910(0x247)]);break;case _0x134910(0x291):_0x423140=_0x2a4e7d[_0x134910(0x2e8)][_0x134910(0x201)](_0x677d1e[_0x134910(0x16e)]),_0x59d992=_0x2a4e7d[_0x134910(0x2e8)][_0x134910(0x201)](_0x677d1e[_0x134910(0x189)]);break;case _0x134910(0x208):_0x423140=_0x2a4e7d[_0x134910(0x2e8)][_0x134910(0x201)](_0x677d1e[_0x134910(0x198)]),_0x59d992=_0x423140[_0x134910(0x23e)](_0x677d1e[_0x134910(0x247)]);break;default:return;}const _0x486c41=_0x2a4e7d[_0x134910(0x2e8)][_0x134910(0x25f)](_0x423140,_0x59d992);_0x2a4e7d[_0x134910(0x2e8)][_0x134910(0x2bc)](()=>{const _0x45f851=_0x134910;for(const {suggestion:_0x2a5096,meta:_0x32c256}of this[_0x45f851(0x2c2)](_0x486c41)){if(_0x2a5096[_0x45f851(0x2c1)])continue;if(_0x45f851(0x270)==_0x2a5096[_0x45f851(0x275)])continue;const _0x17c0e4=this[_0x45f851(0x28c)](_0x2a5096);if(_0x17c0e4&&this[_0x45f851(0x1ee)](_0x17c0e4)&&_0x45f851(0x291)!=_0x677d1e[_0x45f851(0x275)])continue;const _0x2e3b90=_0x2a5096[_0x45f851(0x1b8)]&&_0x2a5096[_0x45f851(0x1b8)][_0x45f851(0x22f)];(_0x45f851(0x22c)!=_0x2a5096[_0x45f851(0x275)]||_0x45f851(0x291)==_0x677d1e[_0x45f851(0x275)]&&!_0x2e3b90)&&(_0x32c256[_0x45f851(0x2d2)]||_0x45f851(0x2a6)==_0x2a5096[_0x45f851(0x275)]&&_0x32c256[_0x45f851(0x293)]||_0x2a5096[_0x45f851(0x1b1)]()[_0x45f851(0x2bd)](_0x486c41)&&this[_0x45f851(0x29f)](_0x2a5096,_0x423140,_0x59d992));}});},{'priority':_0x2c96bf(0x178)}),_0x2a4e7d[_0x2c96bf(0x2e8)]['on'](_0x2c96bf(0x2ab),(_0x1f7614,_0x4431ca)=>{const _0x588907=_0x2c96bf,_0x96559f=_0x4431ca[0x0],_0x41179b=_0x4431ca[0x1];if(_0x41179b&&_0x41179b[_0x588907(0x2b2)])return;if(this[_0x588907(0x2de)])return;if(!this[_0x588907(0x17d)][_0x588907(0x29b)])return;if(_0x96559f[_0x588907(0x25a)])return;const _0x5bf5c4=_0x2a4e7d[_0x588907(0x2e8)][_0x588907(0x238)],{start:_0x2dac0c,end:_0x680564}=_0x96559f[_0x588907(0x1b1)](),_0x138f68=_0x2dac0c[_0x588907(0x245)]&&_0x5bf5c4[_0x588907(0x290)](_0x2dac0c[_0x588907(0x245)])?null:_0x5bf5c4[_0x588907(0x2ff)](_0x2dac0c,_0x588907(0x242)),_0x4c6be1=_0x680564[_0x588907(0x2cd)]&&_0x5bf5c4[_0x588907(0x290)](_0x680564[_0x588907(0x2cd)])?null:_0x5bf5c4[_0x588907(0x2ff)](_0x680564,_0x588907(0x2fd)),_0x31d3c9=_0x2a4e7d[_0x588907(0x2e8)][_0x588907(0x25f)](_0x138f68?_0x138f68[_0x588907(0x1ea)]:_0x2dac0c,_0x4c6be1?_0x4c6be1[_0x588907(0x30d)]:_0x680564);_0x2a4e7d[_0x588907(0x2e8)][_0x588907(0x2bc)](_0x54ee87=>{const _0xcb0971=_0x588907;this[_0xcb0971(0x2ed)](_0x31d3c9);const _0x16f211=_0x2a4e7d[_0xcb0971(0x2e8)][_0xcb0971(0x238)][_0xcb0971(0x2ff)](_0x31d3c9[_0xcb0971(0x1ea)]);_0x96559f['is'](_0xcb0971(0x257))?_0x54ee87[_0xcb0971(0x2f6)](_0x16f211):_0x96559f[_0xcb0971(0x2a8)](_0x16f211);}),_0x1f7614[_0x588907(0x2f8)]();},{'priority':_0x2ad595[_0x2c96bf(0x23d)]+0xa}),_0x2a4e7d[_0x2c96bf(0x2e8)]['on'](_0x2c96bf(0x1bf),(_0x1f00e5,_0x1f9b84)=>{const _0x2594f0=_0x2c96bf,_0x2c5446=_0x1f9b84[_0x1f9b84[_0x2594f0(0x2f7)]-0x1];_0x2c5446&&_0x2c5446[_0x2594f0(0x2b2)]||this[_0x2594f0(0x2de)]||this[_0x2594f0(0x17d)][_0x2594f0(0x29b)]&&(_0x2a4e7d[_0x2594f0(0x2e8)][_0x2594f0(0x2bc)](()=>{const _0x154f77=_0x2594f0;let _0x306403=_0x2a4e7d[_0x154f77(0x2e8)][_0x154f77(0x1bf)](_0x1f9b84[0x0],_0x1f9b84[0x1],_0x1f9b84[0x2],{'forceDefaultExecution':!0x0});if(!_0x306403)return;_0x1f00e5[_0x154f77(0x2bb)]=_0x306403[_0x154f77(0x2a2)]();const _0x3bd172=_0x306403[_0x154f77(0x30d)][_0x154f77(0x2cd)],_0x296241=_0x2a4e7d[_0x154f77(0x2e8)][_0x154f77(0x238)];_0x3bd172&&_0x296241[_0x154f77(0x1bd)](_0x3bd172)&&!_0x296241[_0x154f77(0x236)](_0x3bd172)&&(_0x306403=_0x2a4e7d[_0x154f77(0x2e8)][_0x154f77(0x25f)](_0x306403[_0x154f77(0x1ea)],_0x2a4e7d[_0x154f77(0x2e8)][_0x154f77(0x201)](_0x3bd172,_0x154f77(0x30d)))),this[_0x154f77(0x30b)](_0x306403);}),_0x1f00e5[_0x2594f0(0x2f8)]());},{'priority':_0x2c96bf(0x269)}),this[_0x2c96bf(0x2fe)][_0x2c96bf(0x2f9)][_0x2c96bf(0x250)](_0x2c96bf(0x1fe),this[_0x2c96bf(0x17d)]),this[_0x2c96bf(0x2ea)](_0x2c96bf(0x1fe));const _0x3b1059=new _0x45d0dc(_0x2a4e7d,this[_0x2c96bf(0x2c3)]);_0x2a4e7d[_0x2c96bf(0x2f9)][_0x2c96bf(0x250)](_0x2c96bf(0x31b),_0x3b1059),this[_0x2c96bf(0x2ea)](_0x2c96bf(0x31b));const _0x47e483=new _0x38c75f(_0x2a4e7d,this[_0x2c96bf(0x2c3)]);_0x2a4e7d[_0x2c96bf(0x2f9)][_0x2c96bf(0x250)](_0x2c96bf(0x28b),_0x47e483),this[_0x2c96bf(0x2ea)](_0x2c96bf(0x28b)),_0x2a4e7d[_0x2c96bf(0x2f9)][_0x2c96bf(0x250)](_0x2c96bf(0x1aa),new _0x9260d6(_0x2a4e7d,_0x3b1059,this[_0x2c96bf(0x2c3)])),this[_0x2c96bf(0x2ea)](_0x2c96bf(0x1aa)),_0x2a4e7d[_0x2c96bf(0x2f9)][_0x2c96bf(0x250)](_0x2c96bf(0x214),new _0x9260d6(_0x2a4e7d,_0x47e483,this[_0x2c96bf(0x2c3)])),this[_0x2c96bf(0x2ea)](_0x2c96bf(0x214)),_0x2a4e7d[_0x2c96bf(0x2f9)][_0x2c96bf(0x250)](_0x2c96bf(0x28a),new _0x217519(_0x2a4e7d,_0x3b1059,this[_0x2c96bf(0x2c3)])),this[_0x2c96bf(0x2ea)](_0x2c96bf(0x28a)),_0x2a4e7d[_0x2c96bf(0x2f9)][_0x2c96bf(0x250)](_0x2c96bf(0x2d5),new _0x217519(_0x2a4e7d,_0x47e483,this[_0x2c96bf(0x2c3)])),this[_0x2c96bf(0x2ea)](_0x2c96bf(0x2d5));const _0x40ac9c=_0x2a4e7d[_0x2c96bf(0x230)][_0x2c96bf(0x24d)](_0x2c96bf(0x17a));this[_0x2c96bf(0x1e8)](_0x40ac9c,_0x2c96bf(0x1f9),(_0x6de0a8,{threadId:_0x2006e9})=>{const _0x1daca3=_0x2c96bf,_0x24bd5b=this[_0x1daca3(0x2c3)][_0x1daca3(0x24d)](_0x2006e9);_0x24bd5b&&_0x24bd5b[_0x1daca3(0x26f)]&&0x1===_0x24bd5b[_0x1daca3(0x26f)][_0x1daca3(0x2f7)]&&this[_0x1daca3(0x1f8)](_0x2006e9,{'hasComments':!0x0});},{'priority':_0x2c96bf(0x2b3)}),this[_0x2c96bf(0x1e8)](_0x40ac9c,_0x2c96bf(0x305),(_0x206f8b,{threadId:_0x2a96d1})=>{const _0x117656=_0x2c96bf,_0xc157a0=this[_0x117656(0x2c3)][_0x117656(0x24d)](_0x2a96d1);_0xc157a0&&_0xc157a0[_0x117656(0x26f)]&&!_0xc157a0[_0x117656(0x26f)][_0x117656(0x2f7)]&&this[_0x117656(0x1f8)](_0x2a96d1,{'hasComments':!0x1});},{'priority':_0x2c96bf(0x2b3)});}set[_0x40bafa(0x2d6)](_0x1f6a01){const _0x494875=_0x40bafa;if(this[_0x494875(0x259)])throw new _0x550b05(_0x494875(0x1b7),this);this[_0x494875(0x259)]=_0x1f6a01;}get[_0x40bafa(0x2d6)](){const _0x40eda7=_0x40bafa;return this[_0x40eda7(0x259)];}[_0x40bafa(0x28f)]({skipNotAttached:_0x18fbc8=!0x1,toJSON:_0x171469=!0x1}={}){const _0x57e2ca=_0x40bafa,_0x21730c=[];for(const _0x358355 of this[_0x57e2ca(0x2c3)][_0x57e2ca(0x2e3)]())_0x18fbc8&&!_0x358355[_0x57e2ca(0x18a)]||_0x21730c[_0x57e2ca(0x222)](_0x358355);return _0x171469?_0x21730c[_0x57e2ca(0x181)](_0x5ce023=>_0x5ce023[_0x57e2ca(0x1a4)]()):_0x21730c;}[_0x40bafa(0x20d)](_0x591275){const _0x932a9e=_0x40bafa,_0x3891c6=this[_0x932a9e(0x2c3)][_0x932a9e(0x24d)](_0x591275);if(!_0x3891c6)throw new _0x550b05(_0x932a9e(0x243),this);return _0x3891c6;}[_0x40bafa(0x2c5)](_0x3ee7d8){const _0x49cefb=_0x40bafa;return this[_0x49cefb(0x2c3)][_0x49cefb(0x31c)](_0x3ee7d8);}[_0x40bafa(0x195)](_0x42d38c){const _0x3d44ad=_0x40bafa,{authorId:_0x2c8e20,id:_0x18e4d6,attributes:_0x49088e}=_0x42d38c,[_0x4bcb45,_0x202d4b]=_0x42d38c[_0x3d44ad(0x275)][_0x3d44ad(0x291)](':'),_0x1324ec=this[_0x3d44ad(0x2c3)][_0x3d44ad(0x24d)](_0x18e4d6)||this[_0x3d44ad(0x302)](_0x4bcb45,_0x202d4b,_0x18e4d6,_0x2c8e20,_0x49088e);if(this[_0x3d44ad(0x212)](_0x1324ec),this[_0x3d44ad(0x1df)](_0x1324ec,_0x4bcb45,_0x202d4b||null,_0x2c8e20),_0x1324ec[_0x3d44ad(0x1dd)]=_0x42d38c[_0x3d44ad(0x1dd)],_0x1324ec[_0x3d44ad(0x1f3)]=!0x0,_0x49088e&&_0x49088e[_0x3d44ad(0x203)]){const _0x2fa700=_0x49088e[_0x3d44ad(0x203)],_0x340bec=this[_0x3d44ad(0x30c)](_0x2fa700[_0x3d44ad(0x1bb)]);_0x1324ec[_0x3d44ad(0x1b9)]=_0x2fa700[_0x3d44ad(0x1dd)],_0x1324ec[_0x3d44ad(0x1eb)]=_0x340bec,_0x1324ec[_0x3d44ad(0x261)]=!0x0;}else _0x1324ec[_0x3d44ad(0x1b9)]=_0x42d38c[_0x3d44ad(0x1dd)];switch(_0x42d38c[_0x3d44ad(0x1b8)]&&(_0x1324ec[_0x3d44ad(0x1b8)]=_0x42d38c[_0x3d44ad(0x1b8)]),_0x42d38c[_0x3d44ad(0x29d)]&&(_0x1324ec[_0x3d44ad(0x29d)]=_0x42d38c[_0x3d44ad(0x29d)]),this[_0x3d44ad(0x259)]&&this[_0x3d44ad(0x259)][_0x3d44ad(0x2e9)]||(_0x1324ec[_0x3d44ad(0x2d1)]=!0x0),this[_0x3d44ad(0x1ab)][_0x3d44ad(0x24d)](_0x1324ec)){case _0x3d44ad(0x267):this[_0x3d44ad(0x1ab)][_0x3d44ad(0x2a1)](_0x1324ec,_0x3d44ad(0x17f));break;case _0x3d44ad(0x225):_0x1324ec[_0x3d44ad(0x18a)]?(this[_0x3d44ad(0x205)](new Set([_0x1324ec])),this[_0x3d44ad(0x2e7)](new Set([_0x1324ec])),this[_0x3d44ad(0x1ab)][_0x3d44ad(0x2a1)](_0x1324ec,_0x3d44ad(0x1e2)),this[_0x3d44ad(0x1b2)](_0x3d44ad(0x2c7),_0x1324ec)):this[_0x3d44ad(0x1ab)][_0x3d44ad(0x2a1)](_0x1324ec,_0x3d44ad(0x2c6));}return _0x1324ec;}[_0x40bafa(0x31b)](_0x242f88){const _0x37cff4=_0x40bafa;this[_0x37cff4(0x2b2)](()=>{const _0x3dce38=_0x37cff4;this[_0x3dce38(0x2fe)][_0x3dce38(0x2e8)][_0x3dce38(0x2bc)](()=>{const _0x2fdd39=_0x3dce38;for(const _0x55784b of _0x242f88[_0x2fdd39(0x20c)]())_0x55784b[_0x2fdd39(0x196)]();});});}[_0x40bafa(0x28b)](_0x90e5d){const _0x4f067b=_0x40bafa;this[_0x4f067b(0x2b2)](()=>{const _0x32f587=_0x4f067b;this[_0x32f587(0x2fe)][_0x32f587(0x2e8)][_0x32f587(0x2bc)](()=>{const _0x10c94b=_0x32f587;for(const _0x2104ec of _0x90e5d[_0x10c94b(0x20c)]())_0x2104ec[_0x10c94b(0x1b4)]();});});}[_0x40bafa(0x2ea)](_0x10ef15,_0x2a3571){const _0x26b607=_0x40bafa,_0x3e34e0=this[_0x26b607(0x2fe)][_0x26b607(0x2f9)][_0x26b607(0x24d)](_0x10ef15);if(!_0x3e34e0)throw new _0x550b05(_0x26b607(0x1ad),this,{'commandName':_0x10ef15});if(this[_0x26b607(0x21c)][_0x26b607(0x31c)](_0x3e34e0))throw new _0x550b05(_0x26b607(0x25c),this,{'commandName':_0x10ef15});this[_0x26b607(0x21c)][_0x26b607(0x250)](_0x3e34e0),_0x2a3571&&_0x3e34e0['on'](_0x26b607(0x309),(_0x3fed6b,_0x27c27d)=>{const _0x112b3e=_0x26b607;this[_0x112b3e(0x17d)][_0x112b3e(0x29b)]&&(this[_0x112b3e(0x2de)]||(_0x27c27d[_0x112b3e(0x2f7)]>0x0&&_0x27c27d[_0x27c27d[_0x112b3e(0x2f7)]-0x1]&&_0x27c27d[_0x27c27d[_0x112b3e(0x2f7)]-0x1][_0x112b3e(0x2b2)]?_0x27c27d[_0x112b3e(0x1bc)]():(_0x3fed6b[_0x112b3e(0x2bb)]=_0x2a3571((..._0x3bcf12)=>_0x3e34e0[_0x112b3e(0x309)](..._0x3bcf12,{'forceDefaultExecution':!0x0}),..._0x27c27d),_0x3fed6b[_0x112b3e(0x2f8)]())));},{'priority':_0x26b607(0x269)});}[_0x40bafa(0x2b2)](_0x5ce5f8){const _0x4a488d=_0x40bafa;let _0x34c8e8,_0x37caba;const _0xdd2f71=this[_0x4a488d(0x2de)];this[_0x4a488d(0x2de)]=!0x0;try{_0x34c8e8=_0x5ce5f8();}catch(_0x3e6923){_0x37caba=_0x3e6923;}return _0xdd2f71||(this[_0x4a488d(0x2de)]=!0x1),_0x37caba&&_0x550b05[_0x4a488d(0x1a5)](_0x37caba,this),_0x34c8e8;}[_0x40bafa(0x30b)](_0x47eedc,_0x5d4267=null,_0x3dbd25={}){const _0x19520d=_0x40bafa;if(_0x47eedc[_0x19520d(0x25a)])return null;const _0x39d99c=this[_0x19520d(0x2fe)][_0x19520d(0x230)][_0x19520d(0x24d)](_0x19520d(0x2dd))['me'];for(const {suggestion:_0x5695ed,meta:_0x162dcf}of this[_0x19520d(0x2c2)](_0x47eedc,_0x19520d(0x2a6)))if(_0x162dcf[_0x19520d(0x293)]){if(!_0x162dcf[_0x19520d(0x1f6)]){if(_0x162dcf[_0x19520d(0x2d2)]){if(!this[_0x19520d(0x1a6)]||!qt(_0x5695ed,_0x3dbd25))continue;return _0x5695ed;}if(qt(_0x5695ed,_0x3dbd25))return _0x5695ed;this[_0x19520d(0x29f)](_0x5695ed,_0x47eedc[_0x19520d(0x1ea)],_0x47eedc[_0x19520d(0x30d)]);break;}if(_0x5d4267==_0x5695ed[_0x19520d(0x283)]&&qt(_0x5695ed,_0x3dbd25)){const _0x2071e2=_0x5695ed[_0x19520d(0x1b1)]();return _0x2071e2[_0x19520d(0x1ea)][_0x19520d(0x2eb)](_0x47eedc[_0x19520d(0x30d)])?this[_0x19520d(0x1c0)](_0x5695ed,this[_0x19520d(0x2d4)][_0x19520d(0x25f)](_0x47eedc[_0x19520d(0x1ea)],_0x2071e2[_0x19520d(0x30d)])):this[_0x19520d(0x1c0)](_0x5695ed,this[_0x19520d(0x2d4)][_0x19520d(0x25f)](_0x2071e2[_0x19520d(0x1ea)],_0x47eedc[_0x19520d(0x30d)])),_0x5695ed;}}const _0x47a442=_0x9e82ae(),_0x48d1d9=_0x39d99c['id'],_0x1a1c02=_0x5d4267?_0x19520d(0x27e)+_0x5d4267:_0x19520d(0x2a6),_0x2f9d63=this[_0x19520d(0x229)]({'id':_0x47a442,'type':_0x1a1c02,'createdAt':new Date(),'authorId':_0x48d1d9,'attributes':_0x3dbd25});return this[_0x19520d(0x2b4)](_0x1a1c02,_0x47a442,_0x48d1d9,_0x47eedc),_0x2f9d63;}[_0x40bafa(0x280)](_0xb3f82c,_0xf1e0c9=_0x40bafa(0x218),_0x10d307={}){const _0x11295c=_0x40bafa,_0x43760f=this[_0x11295c(0x2fe)][_0x11295c(0x230)][_0x11295c(0x24d)](_0x11295c(0x2dd))['me'],_0x4468cf=this[_0x11295c(0x16d)][_0x11295c(0x2b9)](_0x11295c(0x2a6),_0xf1e0c9,_0x11295c(0x26c));for(const _0x52dd2c of this[_0x11295c(0x28f)]())if(_0x52dd2c[_0x11295c(0x1eb)]['id']==_0x43760f['id']&&_0x11295c(0x2a6)==_0x52dd2c[_0x11295c(0x275)]&&_0x52dd2c[_0x11295c(0x283)]==_0xf1e0c9&&qt(_0x52dd2c,_0x10d307)&&(_0x4468cf(_0x52dd2c[_0x11295c(0x296)](),_0xb3f82c)||_0x4468cf(_0xb3f82c,_0x52dd2c[_0x11295c(0x296)]()))){for(const _0xe4fe8e of _0xb3f82c)_0x52dd2c[_0x11295c(0x289)](_0xe4fe8e);return _0x52dd2c;}for(const {suggestion:_0x4c83d9,meta:_0x481d3e}of this[_0x11295c(0x2c2)](_0xb3f82c,_0x11295c(0x2a6))){if(!_0x481d3e[_0x11295c(0x293)])continue;if(!this[_0x11295c(0x1a6)]&&_0x481d3e[_0x11295c(0x2d2)])continue;if(!qt(_0x4c83d9,_0x10d307))continue;let _0x2c5af1=!0x0;for(const _0x4e92a6 of _0x4c83d9[_0x11295c(0x296)]())for(const _0x28e356 of _0xb3f82c)if(!_0x4e92a6[_0x11295c(0x2bd)](_0x28e356)){_0x2c5af1=!0x1;break;}if(_0x2c5af1)return _0x4c83d9;}const _0x47afe6=_0x9e82ae(),_0x10744f=_0x43760f['id'],_0x56d8a4=_0x11295c(0x27e)+_0xf1e0c9,_0x3ad1a8=this[_0x11295c(0x229)]({'id':_0x47afe6,'type':_0x56d8a4,'createdAt':new Date(),'authorId':_0x10744f,'attributes':_0x10d307});for(const _0x36de68 of _0xb3f82c)this[_0x11295c(0x2b4)](_0x56d8a4,_0x47afe6,_0x10744f,_0x36de68,_0x566b21[_0x11295c(0x2d7)]());return _0x3ad1a8;}[_0x40bafa(0x1fb)](_0x3e5581,_0x237568,_0x2f1c53=null,_0xef6195={}){const _0x1d48c1=_0x40bafa;if(_0x2f1c53=_0x2f1c53||Gt(_0x237568),_0x3e5581[_0x1d48c1(0x25a)])return null;if(_0x1d48c1(0x2e0)===this[_0x1d48c1(0x2b0)]){const _0x3deead=this[_0x1d48c1(0x16d)][_0x1d48c1(0x2b9)](_0x1d48c1(0x270),_0x2f1c53,_0x1d48c1(0x196));return this[_0x1d48c1(0x2b2)](()=>_0x3deead([_0x3e5581],_0x237568,_0xef6195)),null;}const _0x4e1775=this[_0x1d48c1(0x2fe)][_0x1d48c1(0x230)][_0x1d48c1(0x24d)](_0x1d48c1(0x2dd))['me'],_0x1444a5=[];if(_0x1d48c1(0x24b)!==this[_0x1d48c1(0x2b0)]){for(const {suggestion:_0x38b21e,meta:_0x4c7415}of this[_0x1d48c1(0x2c2)](_0x3e5581,_0x1d48c1(0x2a6)))_0x4c7415[_0x1d48c1(0x293)]&&!_0x4c7415[_0x1d48c1(0x1e1)]&&_0x1444a5[_0x1d48c1(0x222)](..._0x38b21e[_0x1d48c1(0x296)]());}const _0x44eed7=function(_0xe25f1f,_0x20d1a1){const _0x3a1463=_0x1d48c1,_0x11a995=[];for(const _0x166488 of _0x20d1a1){const _0x2b7a7c=_0xe25f1f[_0x3a1463(0x239)](_0x166488);_0x2b7a7c&&_0x11a995[_0x3a1463(0x222)](_0x2b7a7c);}return _0x11a995;}(_0x3e5581,_0x1444a5),_0x9cc8ce=function(_0x19abcb,_0x5b26af){const _0x2c75be=_0x1d48c1,_0x502614=[_0x19abcb];for(const _0x3b499c of _0x5b26af){let _0x46b1d6=0x0;for(;_0x46b1d6<_0x502614[_0x2c75be(0x2f7)];){const _0x176c98=_0x502614[_0x46b1d6][_0x2c75be(0x23f)](_0x3b499c);_0x502614[_0x2c75be(0x24f)](_0x46b1d6,0x1,..._0x176c98),_0x46b1d6+=_0x176c98[_0x2c75be(0x2f7)];}}return _0x502614;}(_0x3e5581,_0x1444a5);_0x44eed7[_0x1d48c1(0x2f7)]&&this[_0x1d48c1(0x2d4)][_0x1d48c1(0x2bc)](()=>{const _0x30e70b=_0x1d48c1;for(const _0x220dad of _0x44eed7){const _0x43a5dc=this[_0x30e70b(0x16d)][_0x30e70b(0x2b9)](_0x30e70b(0x270),_0x2f1c53,_0x30e70b(0x196));this[_0x30e70b(0x2b2)](()=>_0x43a5dc([_0x220dad],_0x237568,_0xef6195));}});for(const _0x1a28b8 of _0x9cc8ce){let _0x59e1d8=null,_0x17e146=_0x1a28b8[_0x1d48c1(0x1ea)],_0x489bad=_0x1a28b8[_0x1d48c1(0x30d)];for(const {suggestion:_0x1f4dd8,meta:_0x16059d}of this[_0x1d48c1(0x2c2)](_0x1a28b8,_0x1d48c1(0x270))){if(!_0x16059d[_0x1d48c1(0x293)])continue;if(_0x1f4dd8[_0x1d48c1(0x283)]!=_0x2f1c53)continue;if(!qt(_0x1f4dd8,_0xef6195))continue;const _0x28ec4e=_0x1f4dd8[_0x1d48c1(0x1b1)]();if(_0x28ec4e[_0x1d48c1(0x2bd)](_0x1a28b8,!0x0))return null;_0x17e146=_0x17e146[_0x1d48c1(0x2e2)](_0x28ec4e[_0x1d48c1(0x1ea)])?_0x17e146:_0x28ec4e[_0x1d48c1(0x1ea)],_0x489bad=_0x489bad[_0x1d48c1(0x1de)](_0x28ec4e[_0x1d48c1(0x30d)])?_0x489bad:_0x28ec4e[_0x1d48c1(0x30d)],_0x59e1d8?_0x28ec4e[_0x1d48c1(0x1ea)][_0x1d48c1(0x2e2)](_0x59e1d8[_0x1d48c1(0x1b1)]()[_0x1d48c1(0x1ea)])?(_0x59e1d8[_0x1d48c1(0x264)](),_0x59e1d8=_0x1f4dd8):_0x1f4dd8[_0x1d48c1(0x264)]():_0x59e1d8=_0x1f4dd8;}const _0x51771b=this[_0x1d48c1(0x2d4)][_0x1d48c1(0x25f)](_0x17e146,_0x489bad);if(_0x59e1d8)this[_0x1d48c1(0x1c0)](_0x59e1d8,_0x51771b);else{const _0x3e6de7=_0x9e82ae(),_0x4b2a61=_0x4e1775['id'];this[_0x1d48c1(0x229)]({'id':_0x3e6de7,'type':_0x1d48c1(0x184)+_0x2f1c53,'data':_0x237568,'createdAt':new Date(),'authorId':_0x4b2a61,'attributes':_0xef6195}),this[_0x1d48c1(0x2b4)](_0x1d48c1(0x184)+_0x2f1c53,_0x3e6de7,_0x4b2a61,_0x51771b);}}return null;}[_0x40bafa(0x317)](_0xb30658,_0xdbd7b,_0x4c8b2c=[],_0x57e887=null,_0x4e35bf={}){const _0x423289=_0x40bafa;_0xdbd7b[_0x423289(0x300)]||(_0xdbd7b[_0x423289(0x300)]=_0xdbd7b[_0x423289(0x20b)]),_0xdbd7b[_0x423289(0x22f)]=_0xb30658['is'](_0x423289(0x2ef)),_0x57e887=_0x57e887||Gt(_0xdbd7b);const _0x4ca670=_0x4c8b2c[_0x423289(0x181)](_0x5c9853=>Lt(_0x5c9853,this[_0x423289(0x2d4)])),_0x4f49d0=_0xb30658['is'](_0x423289(0x2ef))?_0xb30658:Lt(_0xb30658,this[_0x423289(0x2d4)]);if(_0x423289(0x2e0)===this[_0x423289(0x2b0)]){const _0x16030b=this[_0x423289(0x16d)][_0x423289(0x2b9)](_0x423289(0x22c),_0x57e887,_0x423289(0x196));return this[_0x423289(0x2b2)](()=>_0x16030b([_0x4f49d0],_0xdbd7b,_0x4e35bf)),null;}_0x4ca670[_0x423289(0x222)](_0x4f49d0);let _0x5cd6d2=!0x0;for(const _0x44ebea of _0x4ca670)if(!this[_0x423289(0x233)](_0x44ebea)){_0x5cd6d2=!0x1;break;}if(_0x5cd6d2&&_0x423289(0x24b)!==this[_0x423289(0x2b0)]){const _0x578a07=this[_0x423289(0x16d)][_0x423289(0x2b9)](_0x423289(0x22c),_0x57e887,_0x423289(0x196));return this[_0x423289(0x2b2)](()=>_0x578a07([_0x4f49d0],_0xdbd7b,_0x4e35bf)),null;}let _0x13765b=null,_0x25c7b9=_0x4f49d0[_0x423289(0x1ea)],_0x256027=_0x4f49d0[_0x423289(0x30d)];for(const {suggestion:_0x9a4783,meta:_0x4b605c}of this[_0x423289(0x2c2)](_0x4f49d0,_0x423289(0x22c))){if(!_0x4b605c[_0x423289(0x293)])continue;if(_0x4b605c[_0x423289(0x1f6)]||_0x4b605c[_0x423289(0x2d2)]||_0x4b605c[_0x423289(0x1e1)])continue;if(_0x9a4783[_0x423289(0x1b8)][_0x423289(0x300)]!=_0xdbd7b[_0x423289(0x300)])continue;if(!qt(_0x9a4783,_0x4e35bf))continue;const _0x53a548=_0x9a4783[_0x423289(0x1b1)]();if(_0x9a4783[_0x423289(0x283)]==_0x57e887){if(_0x53a548[_0x423289(0x2bd)](_0x4f49d0,!0x0))return null;_0x25c7b9=_0x25c7b9[_0x423289(0x2e2)](_0x53a548[_0x423289(0x1ea)])?_0x25c7b9:_0x53a548[_0x423289(0x1ea)],_0x256027=_0x256027[_0x423289(0x1de)](_0x53a548[_0x423289(0x30d)])?_0x256027:_0x53a548[_0x423289(0x30d)],_0x13765b?_0x53a548[_0x423289(0x1ea)][_0x423289(0x2e2)](_0x13765b[_0x423289(0x1b1)]()[_0x423289(0x1ea)])?(_0x13765b[_0x423289(0x264)](),_0x13765b=_0x9a4783):_0x9a4783[_0x423289(0x264)]():_0x13765b=_0x9a4783;}else{const _0x2bc5b6=_0x4f49d0[_0x423289(0x239)](_0x53a548);this[_0x423289(0x2d9)](_0x9a4783,_0x2bc5b6);}}const _0x463192=this[_0x423289(0x2fe)][_0x423289(0x230)][_0x423289(0x24d)](_0x423289(0x2dd))['me'],_0x284d6b=_0x9e82ae(),_0x59bb00=_0x463192['id'];if(_0x13765b)return this[_0x423289(0x1c0)](_0x13765b,this[_0x423289(0x2d4)][_0x423289(0x25f)](_0x25c7b9,_0x256027)),_0x13765b;{const _0x262d0a=this[_0x423289(0x229)]({'id':_0x284d6b,'type':_0x423289(0x314)+_0x57e887,'data':_0xdbd7b,'createdAt':new Date(),'authorId':_0x59bb00,'attributes':_0x4e35bf});return this[_0x423289(0x2b4)](_0x423289(0x314)+_0x57e887,_0x284d6b,_0x59bb00,this[_0x423289(0x2d4)][_0x423289(0x25f)](_0x25c7b9,_0x256027)),_0x262d0a;}}[_0x40bafa(0x1c6)](_0x3f8260,_0x54a0ab,_0xea4b58=[],_0x506d81=null,_0x1f84f1={}){const _0x53d3d2=_0x40bafa;_0x54a0ab[_0x53d3d2(0x300)]||(_0x54a0ab[_0x53d3d2(0x300)]=_0x54a0ab[_0x53d3d2(0x20b)]);const _0x3adaba=_0x3f8260[0x0];_0x54a0ab[_0x53d3d2(0x22f)]=_0x3adaba['is'](_0x53d3d2(0x2ef)),_0x506d81=_0x506d81||Gt(_0x54a0ab);const _0x243f9b=_0xea4b58[_0x53d3d2(0x181)](_0x1159f4=>Lt(_0x1159f4,this[_0x53d3d2(0x2d4)])),_0x6a0e2e=_0x3adaba['is'](_0x53d3d2(0x2ef))?_0x3f8260:_0x3f8260[_0x53d3d2(0x181)](_0x2cfdb1=>Lt(_0x2cfdb1,this[_0x53d3d2(0x2d4)]));if(_0x53d3d2(0x2e0)===this[_0x53d3d2(0x2b0)]){const _0x970517=this[_0x53d3d2(0x16d)][_0x53d3d2(0x2b9)](_0x53d3d2(0x22c),_0x506d81,_0x53d3d2(0x196));return this[_0x53d3d2(0x2b2)](()=>_0x970517(_0x6a0e2e,_0x54a0ab,_0x1f84f1)),null;}_0x243f9b[_0x53d3d2(0x222)](..._0x6a0e2e);let _0x29123f=!0x0;for(const _0x45eb0d of _0x243f9b)if(!this[_0x53d3d2(0x233)](_0x45eb0d)){_0x29123f=!0x1;break;}if(_0x29123f&&_0x53d3d2(0x24b)!==this[_0x53d3d2(0x2b0)]){const _0x40a032=this[_0x53d3d2(0x16d)][_0x53d3d2(0x2b9)](_0x53d3d2(0x22c),_0x506d81,_0x53d3d2(0x196));return this[_0x53d3d2(0x2b2)](()=>_0x40a032(_0x6a0e2e,_0x54a0ab,_0x1f84f1)),null;}const _0x4858c2=this[_0x53d3d2(0x2fe)][_0x53d3d2(0x230)][_0x53d3d2(0x24d)](_0x53d3d2(0x2dd))['me'];for(const _0x1430e3 of this[_0x53d3d2(0x28f)]()){if(_0x1430e3[_0x53d3d2(0x1eb)]['id']!=_0x4858c2['id'])continue;if(_0x53d3d2(0x22c)!=_0x1430e3[_0x53d3d2(0x275)]||_0x1430e3[_0x53d3d2(0x1b8)][_0x53d3d2(0x300)]!=_0x54a0ab[_0x53d3d2(0x300)])continue;if(!qt(_0x1430e3,_0x1f84f1))continue;const _0x59a1e5=_0x1430e3[_0x53d3d2(0x283)]==_0x506d81;for(let _0x58ea9c=0x0;_0x58ea9c<_0x6a0e2e[_0x53d3d2(0x2f7)];_0x58ea9c++){const _0x1b0980=_0x6a0e2e[_0x58ea9c];for(const _0x3c2fc0 of _0x1430e3[_0x53d3d2(0x241)]()){const _0x319a86=_0x3c2fc0[_0x53d3d2(0x294)]();if(_0x1b0980[_0x53d3d2(0x2eb)](_0x319a86)){_0x59a1e5?(_0x6a0e2e[_0x53d3d2(0x24f)](_0x58ea9c,0x1),_0x58ea9c--):_0x1430e3[_0x53d3d2(0x18f)](_0x3c2fc0[_0x53d3d2(0x211)]);break;}}}}if(0x0==_0x6a0e2e[_0x53d3d2(0x2f7)])return null;const _0x472efe=this[_0x53d3d2(0x16d)][_0x53d3d2(0x2b9)](_0x53d3d2(0x22c),_0x506d81,_0x53d3d2(0x26c));for(const _0x41402c of this[_0x53d3d2(0x28f)]())if(_0x41402c[_0x53d3d2(0x1eb)]['id']==_0x4858c2['id']&&_0x53d3d2(0x22c)==_0x41402c[_0x53d3d2(0x275)]&&_0x41402c[_0x53d3d2(0x1b8)][_0x53d3d2(0x300)]==_0x54a0ab[_0x53d3d2(0x300)]&&_0x41402c[_0x53d3d2(0x283)]==_0x506d81&&qt(_0x41402c,_0x1f84f1)&&(_0x472efe(_0x41402c[_0x53d3d2(0x296)](),_0x6a0e2e)||_0x472efe(_0x6a0e2e,_0x41402c[_0x53d3d2(0x296)]()))){for(const _0x114f13 of _0x6a0e2e)_0x41402c[_0x53d3d2(0x289)](_0x114f13);return _0x41402c;}const _0x2029f8=_0x9e82ae(),_0x440d43=_0x4858c2['id'],_0x38832a=_0x53d3d2(0x314)+_0x506d81,_0x4a1082=this[_0x53d3d2(0x229)]({'id':_0x2029f8,'type':_0x38832a,'data':_0x54a0ab,'createdAt':new Date(),'authorId':_0x440d43,'attributes':_0x1f84f1});for(const _0x421664 of _0x6a0e2e)this[_0x53d3d2(0x2b4)](_0x38832a,_0x2029f8,_0x440d43,_0x421664,_0x566b21[_0x53d3d2(0x2d7)]());return _0x4a1082;}[_0x40bafa(0x2ed)](_0x1bb163,_0x147bca=null,_0x3d6fec={}){const _0x4d64c5=_0x40bafa;if(_0x1bb163[_0x4d64c5(0x25a)])return null;const _0x365ffc=this[_0x4d64c5(0x2fe)][_0x4d64c5(0x230)][_0x4d64c5(0x24d)](_0x4d64c5(0x2dd))['me'],_0x126d12=new _0x276b5e(_0x1bb163[_0x4d64c5(0x1ea)],_0x1bb163[_0x4d64c5(0x30d)]);for(const {suggestion:_0xc30bff,meta:_0x20e2ea}of this[_0x4d64c5(0x2c2)](_0x126d12,_0x4d64c5(0x2a6)))if(_0x20e2ea[_0x4d64c5(0x293)]&&!_0x20e2ea[_0x4d64c5(0x1f6)]){if(_0xc30bff[_0x4d64c5(0x2c1)]){const _0x19514f=_0xc30bff[_0x4d64c5(0x296)]()[_0x4d64c5(0x268)](_0xfe794c=>_0x4d64c5(0x2f2)!=_0xfe794c[_0x4d64c5(0x277)][_0x4d64c5(0x30e)]);_0x19514f[_0x4d64c5(0x176)](_0x4c01a0=>_0x126d12[_0x4d64c5(0x2bd)](_0x4c01a0,!0x0))&&_0xc30bff[_0x4d64c5(0x1b4)]();if(_0x19514f[_0x4d64c5(0x307)](_0x593757=>_0x593757[_0x4d64c5(0x2bd)](_0x126d12,!0x0))){const _0x4eb785=this[_0x4d64c5(0x16d)][_0x4d64c5(0x2b9)](_0x4d64c5(0x224),_0x147bca,_0x4d64c5(0x196));return this[_0x4d64c5(0x2b2)](()=>_0x4eb785([_0x126d12],null,_0x3d6fec)),null;}}else{const _0x4c2999=_0x126d12[_0x4d64c5(0x239)](_0xc30bff[_0x4d64c5(0x1b1)]());null!==_0x4c2999&&_0xc30bff[_0x4d64c5(0x26b)]([_0x4c2999],null,_0x3d6fec);}}if(_0x126d12[_0x4d64c5(0x1b5)](),_0x126d12[_0x4d64c5(0x25a)]||_0x4d64c5(0x2f2)==_0x126d12[_0x4d64c5(0x277)][_0x4d64c5(0x30e)])return null;let _0x48ba2b=null,_0x5c3a32=_0x126d12[_0x4d64c5(0x1ea)],_0x295def=_0x126d12[_0x4d64c5(0x30d)];const _0x11e265=this[_0x4d64c5(0x2c2)](_0x126d12,_0x4d64c5(0x224));for(const {suggestion:_0x177e18,meta:_0x174c69}of _0x11e265){const _0x53341d=this[_0x4d64c5(0x2d4)][_0x4d64c5(0x25f)](_0x5c3a32,_0x295def);if(_0x174c69[_0x4d64c5(0x293)]&&(this[_0x4d64c5(0x1a6)]||!_0x174c69[_0x4d64c5(0x2d2)]&&!_0x174c69[_0x4d64c5(0x1e1)])){if(_0x177e18[_0x4d64c5(0x2c1)]){if(!qt(_0x177e18,_0x3d6fec))continue;let _0x4cf914=!0x0;for(const _0x2484fd of _0x177e18[_0x4d64c5(0x296)]()){if(_0x2484fd[_0x4d64c5(0x2bd)](_0x53341d,!0x0))return _0x177e18;_0x53341d[_0x4d64c5(0x2bd)](_0x2484fd)||(_0x4cf914=!0x1);}_0x4cf914&&_0x177e18[_0x4d64c5(0x1b4)]();}else{const _0x22fbb6=_0x177e18[_0x4d64c5(0x1b1)]();if(_0x22fbb6[_0x4d64c5(0x2bd)](_0x53341d,!0x0))return _0x177e18;if(!qt(_0x177e18,_0x3d6fec)){_0x53341d[_0x4d64c5(0x2bd)](_0x22fbb6)?_0x177e18[_0x4d64c5(0x264)]():_0x22fbb6[_0x4d64c5(0x2e5)](_0x5c3a32)?_0x5c3a32=_0x22fbb6[_0x4d64c5(0x30d)]:_0x22fbb6[_0x4d64c5(0x2e5)](_0x295def)&&(_0x295def=_0x22fbb6[_0x4d64c5(0x1ea)]);continue;}_0x5c3a32=_0x5c3a32[_0x4d64c5(0x2e2)](_0x22fbb6[_0x4d64c5(0x1ea)])?_0x5c3a32:_0x22fbb6[_0x4d64c5(0x1ea)],_0x295def=_0x295def[_0x4d64c5(0x1de)](_0x22fbb6[_0x4d64c5(0x30d)])?_0x295def:_0x22fbb6[_0x4d64c5(0x30d)],_0x3d6fec=Object[_0x4d64c5(0x1d8)]({},_0x177e18[_0x4d64c5(0x29d)]),_0x48ba2b?_0x22fbb6[_0x4d64c5(0x1ea)][_0x4d64c5(0x2e2)](_0x48ba2b[_0x4d64c5(0x1b1)]()[_0x4d64c5(0x1ea)])?(_0x48ba2b[_0x4d64c5(0x264)](),_0x48ba2b=_0x177e18):_0x177e18[_0x4d64c5(0x264)]():_0x48ba2b=_0x177e18;}}}if(_0x48ba2b)return this[_0x4d64c5(0x1c0)](_0x48ba2b,this[_0x4d64c5(0x2d4)][_0x4d64c5(0x25f)](_0x5c3a32,_0x295def)),_0x48ba2b;{const _0x19b0d3=_0x9e82ae(),_0x5eb451=this[_0x4d64c5(0x2d4)][_0x4d64c5(0x25f)](_0x5c3a32,_0x295def),_0x2e8b12=_0x365ffc['id'],_0x51d4e3=_0x147bca?_0x4d64c5(0x1e3)+_0x147bca:_0x4d64c5(0x224),_0x167bde=this[_0x4d64c5(0x229)]({'id':_0x19b0d3,'type':_0x51d4e3,'createdAt':new Date(),'authorId':_0x2e8b12,'attributes':_0x3d6fec});return this[_0x4d64c5(0x2b4)](_0x51d4e3,_0x19b0d3,_0x2e8b12,_0x5eb451),_0x167bde;}}[_0x40bafa(0x2ae)](_0x50cefd,_0x392e9c=_0x40bafa(0x218),_0xb2bdd8={}){const _0x496671=_0x40bafa,_0x2f082a=this[_0x496671(0x2fe)][_0x496671(0x230)][_0x496671(0x24d)](_0x496671(0x2dd))['me'],_0x443048=_0x50cefd[_0x496671(0x181)](_0x4f654b=>new _0x276b5e(_0x4f654b[_0x496671(0x1ea)],_0x4f654b[_0x496671(0x30d)])),_0x32a51a=new Set();for(const {suggestion:_0x469d51,meta:_0x5a3ca2}of this[_0x496671(0x2c2)](_0x443048,_0x496671(0x2a6)))_0x5a3ca2[_0x496671(0x293)]&&!_0x5a3ca2[_0x496671(0x1f6)]&&_0x32a51a[_0x496671(0x250)](_0x469d51);for(const _0x11f200 of _0x32a51a)if(_0x11f200[_0x496671(0x2c1)]){const _0x224b95=_0x11f200[_0x496671(0x296)]();(!_0x11f200[_0x496671(0x29d)]||!_0x11f200[_0x496671(0x29d)][_0x496671(0x207)])&&(_0x224b95[_0x496671(0x176)](_0x4ead67=>_0x443048[_0x496671(0x307)](_0x80995d=>_0x80995d[_0x496671(0x2bd)](_0x4ead67,!0x0)))&&_0x11f200[_0x496671(0x1b4)]());if(_0x443048[_0x496671(0x176)](_0x5283fa=>_0x224b95[_0x496671(0x307)](_0x1d1a13=>_0x1d1a13[_0x496671(0x2bd)](_0x5283fa,!0x0)))){const _0x548bde=this[_0x496671(0x16d)][_0x496671(0x2b9)](_0x496671(0x224),_0x392e9c,_0x496671(0x196));return this[_0x496671(0x2b2)](()=>_0x548bde(_0x50cefd,null,_0xb2bdd8)),null;}}else{const _0x28326e=_0x11f200[_0x496671(0x1b1)]();_0x443048[_0x496671(0x307)](_0x2fb83d=>_0x2fb83d[_0x496671(0x2bd)](_0x28326e,!0x0))&&_0x11f200[_0x496671(0x1b4)]();if(_0x443048[_0x496671(0x176)](_0x29e999=>_0x28326e[_0x496671(0x2bd)](_0x29e999,!0x0))){const _0x16e897=this[_0x496671(0x16d)][_0x496671(0x2b9)](_0x496671(0x224),_0x392e9c,_0x496671(0x196));return this[_0x496671(0x2b2)](()=>_0x16e897(_0x443048,null,_0xb2bdd8)),null;}}const _0xb939f5=this[_0x496671(0x16d)][_0x496671(0x2b9)](_0x496671(0x224),_0x392e9c,_0x496671(0x26c));let _0x495067=null;for(const _0x3ba1d0 of this[_0x496671(0x28f)]())if(_0x3ba1d0[_0x496671(0x1eb)]['id']==_0x2f082a['id']&&_0x3ba1d0[_0x496671(0x18a)]&&_0x496671(0x224)==_0x3ba1d0[_0x496671(0x275)]&&_0x3ba1d0[_0x496671(0x283)]==_0x392e9c&&qt(_0x3ba1d0,_0xb2bdd8)&&(_0xb939f5(_0x3ba1d0[_0x496671(0x296)](),_0x443048)||_0xb939f5(_0x443048,_0x3ba1d0[_0x496671(0x296)]()))){if(_0x495067){if(_0x3ba1d0[_0x496671(0x26f)]&&_0x3ba1d0[_0x496671(0x26f)][_0x496671(0x2f7)])continue;for(const _0x43e4c7 of _0x3ba1d0[_0x496671(0x296)]())_0x495067[_0x496671(0x2a5)](_0x43e4c7)||_0x495067[_0x496671(0x289)](_0x43e4c7);_0x3ba1d0[_0x496671(0x264)]();}else{_0x495067=_0x3ba1d0;for(const _0xec96c8 of _0x443048)_0x3ba1d0[_0x496671(0x2a5)](_0xec96c8)||_0x3ba1d0[_0x496671(0x289)](_0xec96c8);}}if(_0x495067)return _0x495067;_0x32a51a[_0x496671(0x262)]();for(const {suggestion:_0x369741,meta:_0x4d27d2}of this[_0x496671(0x2c2)](_0x443048,_0x496671(0x224)))_0x4d27d2[_0x496671(0x293)]&&(this[_0x496671(0x1a6)]||!_0x4d27d2[_0x496671(0x2d2)]&&!_0x4d27d2[_0x496671(0x1e1)])&&qt(_0x369741,_0xb2bdd8)&&_0x32a51a[_0x496671(0x250)](_0x369741);for(const _0x46d454 of _0x32a51a){const _0x121d8a=_0x46d454[_0x496671(0x296)]();if(!_0xb2bdd8||!_0xb2bdd8[_0x496671(0x207)]){if(_0x443048[_0x496671(0x176)](_0x674d5d=>_0x121d8a[_0x496671(0x307)](_0x122e7d=>_0x122e7d[_0x496671(0x2bd)](_0x674d5d,!0x0))))return _0x46d454;}(!_0x46d454[_0x496671(0x29d)]||!_0x46d454[_0x496671(0x29d)][_0x496671(0x207)])&&(_0x121d8a[_0x496671(0x176)](_0x48755f=>_0x443048[_0x496671(0x307)](_0x3167ec=>_0x3167ec[_0x496671(0x2bd)](_0x48755f,!0x0)))&&_0x46d454[_0x496671(0x1b4)]());}const _0x56748f=_0x9e82ae(),_0xfd7537=_0x2f082a['id'],_0x2ced2b=_0x496671(0x1e3)+_0x392e9c,_0x1ec12c=this[_0x496671(0x229)]({'id':_0x56748f,'type':_0x2ced2b,'createdAt':new Date(),'authorId':_0xfd7537,'attributes':_0xb2bdd8});for(const _0x31bda5 of _0x443048)_0x31bda5[_0x496671(0x1b5)](),_0x31bda5[_0x496671(0x25a)]||_0x496671(0x2f2)==_0x31bda5[_0x496671(0x277)][_0x496671(0x30e)]||this[_0x496671(0x2b4)](_0x2ced2b,_0x56748f,_0xfd7537,_0x31bda5,_0x566b21[_0x496671(0x2d7)]());return _0x1ec12c;}[_0x40bafa(0x18d)](_0x3fff7d,_0x5a827a,_0x2efeb2,_0x139cc2,_0x205a42){const _0x4a068a=_0x40bafa;if(_0x3fff7d[_0x4a068a(0x25a)])return[];if(_0x4a068a(0x2e0)===this[_0x4a068a(0x2b0)])return[];const _0x48819c=this[_0x4a068a(0x2fe)][_0x4a068a(0x230)][_0x4a068a(0x24d)](_0x4a068a(0x2dd))['me']['id'],_0xc9d6ba=Array[_0x4a068a(0x175)](this[_0x4a068a(0x2c3)][_0x4a068a(0x2e3)]())[_0x4a068a(0x268)](_0x48201a=>_0x4a068a(0x1f2)==_0x48201a[_0x4a068a(0x275)]&&_0x48201a[_0x4a068a(0x1b8)][_0x4a068a(0x185)]==_0x5a827a&&_0x48201a[_0x4a068a(0x2a5)](_0x3fff7d));if(_0x4a068a(0x252)===this[_0x4a068a(0x2b0)]){const _0x235652=this[_0x4a068a(0x2c2)](_0x3fff7d,_0x4a068a(0x2a6))[_0x4a068a(0x268)](({meta:_0x2efda2})=>_0x2efda2[_0x4a068a(0x293)]&&!_0x2efda2[_0x4a068a(0x1e1)]&&!_0x2efda2[_0x4a068a(0x1f6)])[_0x4a068a(0x181)](({suggestion:_0x5f00c2})=>_0x5f00c2);_0xc9d6ba[_0x4a068a(0x19e)](..._0x235652);}const _0x37d9b=new Map([[_0x3fff7d,_0x2efeb2]]);for(const _0x2fa72b of _0xc9d6ba){const _0x25d9af=_0x4a068a(0x1f2)==_0x2fa72b[_0x4a068a(0x275)]?_0x2fa72b[_0x4a068a(0x1b8)][_0x4a068a(0x256)]:void 0x0,_0x155f1a=_0x2fa72b[_0x4a068a(0x1b1)](),_0x6c8f72=Array[_0x4a068a(0x175)](_0x37d9b[_0x4a068a(0x303)]())[_0x4a068a(0x2a3)](_0x4ee7a9=>_0x4ee7a9[_0x4a068a(0x1c3)](_0x155f1a));if(!_0x6c8f72)continue;const _0x5d760b=_0x6c8f72[_0x4a068a(0x23f)](_0x155f1a);this[_0x4a068a(0x1ee)](_0x5a827a)&&_0x4a068a(0x2a6)==_0x2fa72b[_0x4a068a(0x275)]&&0x0!=_0x5d760b[_0x4a068a(0x2f7)]||(_0x37d9b[_0x4a068a(0x191)](_0x6c8f72),_0x5d760b[_0x4a068a(0x313)](_0x7e7ab8=>{const _0x260ae5=_0x4a068a;_0x37d9b[_0x260ae5(0x2a1)](_0x7e7ab8,_0x2efeb2);}),_0x4a068a(0x2a6)!=_0x2fa72b[_0x4a068a(0x275)]&&_0x25d9af!=_0x139cc2&&_0x37d9b[_0x4a068a(0x2a1)](_0x6c8f72[_0x4a068a(0x239)](_0x155f1a),_0x25d9af));}const _0x320600=[];for(const [_0x4d3a15,_0x1221b7]of _0x37d9b){const _0x24338d=_0x9e82ae(),_0x5b9c58={'key':_0x5a827a,'oldValue':_0x1221b7,'newValue':_0x139cc2};_0x5a827a[_0x4a068a(0x2f7)]>0x25&&console[_0x4a068a(0x2da)](_0x4a068a(0x29e),{'key':_0x5a827a});const _0x5a3744=(_0x4a068a(0x297)+(_0x5a827a+'|'+Gt({'newValue':_0x139cc2})))[_0x4a068a(0x25e)](0x0,0x3c),_0x9f7610=this[_0x4a068a(0x229)]({'id':_0x24338d,'type':_0x5a3744,'data':_0x5b9c58,'createdAt':new Date(),'authorId':_0x48819c,'attributes':_0x205a42});_0x320600[_0x4a068a(0x222)](_0x9f7610),this[_0x4a068a(0x2b4)](_0x5a3744,_0x24338d,_0x48819c,_0x4d3a15);}return _0x320600;}[_0x40bafa(0x292)](_0xd6b242){const _0x5ac44c=_0x40bafa;this[_0x5ac44c(0x2ea)](_0xd6b242,(_0x2ca1a7,..._0x2e000e)=>{const _0x170e05=_0x5ac44c;this[_0x170e05(0x1c9)](()=>{_0x2ca1a7(..._0x2e000e);});});}[_0x40bafa(0x1e9)](_0x558a3e){const _0x3101ed=_0x40bafa;this[_0x3101ed(0x19c)][_0x3101ed(0x250)](_0x558a3e);}[_0x40bafa(0x2ec)](_0x96040b){const _0x13f4e9=_0x40bafa;this[_0x13f4e9(0x19b)][_0x13f4e9(0x250)](_0x96040b);}[_0x40bafa(0x28c)](_0xe89003){const _0x20c0a5=_0x40bafa;return _0x20c0a5(0x1f2)==_0xe89003[_0x20c0a5(0x275)]?_0xe89003[_0x20c0a5(0x283)][_0x20c0a5(0x291)]('|')[0x0]:null;}[_0x40bafa(0x1c0)](_0x349330,_0x160946){const _0x3cd6c1=_0x40bafa,_0x5e7c78=_0x349330[_0x3cd6c1(0x274)]();this[_0x3cd6c1(0x2d4)][_0x3cd6c1(0x2bc)](_0x2a7555=>{const _0x23feb6=_0x3cd6c1;_0x2a7555[_0x23feb6(0x22a)](_0x5e7c78,{'range':_0x160946});});}[_0x40bafa(0x212)](_0x1bb3f2){const _0x1ce9d0=_0x40bafa,_0x24dfa5=_0x1bb3f2['id'],_0x5c8e5c=this[_0x1ce9d0(0x2fe)][_0x1ce9d0(0x1d2)][_0x1ce9d0(0x24d)](_0x1ce9d0(0x22d));this[_0x1ce9d0(0x24c)][_0x1ce9d0(0x2e6)](_0x24dfa5)||this[_0x1ce9d0(0x24c)][_0x1ce9d0(0x287)]({'channelId':_0x5c8e5c,'threadId':_0x24dfa5,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x182d71=this[_0x1ce9d0(0x24c)][_0x1ce9d0(0x2ca)](_0x24dfa5);_0x182d71[_0x1ce9d0(0x2df)](_0x1ce9d0(0x23a)),_0x182d71[_0x1ce9d0(0x23a)]=!0x1,_0x1bb3f2[_0x1ce9d0(0x26f)]=_0x182d71;}[_0x40bafa(0x1df)](_0x2fdeaf,_0x11ee4a,_0x4b4153,_0x1f7145){const _0x1bd60f=_0x40bafa;if(_0x2fdeaf[_0x1bd60f(0x275)]!=_0x11ee4a||_0x2fdeaf[_0x1bd60f(0x283)]!=_0x4b4153||_0x2fdeaf[_0x1bd60f(0x2ee)]['id']!=_0x1f7145)throw this[_0x1bd60f(0x2fe)][_0x1bd60f(0x1ff)](_0x1bd60f(0x1f5)),new _0x550b05(_0x1bd60f(0x1f5),this);}[_0x40bafa(0x2d9)](_0x3e43a5,_0x2460cb){const _0x2c06bc=_0x40bafa,_0x160941=_0x3e43a5[_0x2c06bc(0x1b1)]();if(_0x2460cb[_0x2c06bc(0x2eb)](_0x160941))_0x3e43a5[_0x2c06bc(0x264)]();else{if(_0x160941[_0x2c06bc(0x2bd)](_0x2460cb)){const _0x2d8707=this[_0x2c06bc(0x2d4)][_0x2c06bc(0x201)](_0x2460cb[_0x2c06bc(0x1ea)][_0x2c06bc(0x2cd)],_0x2c06bc(0x30d));this[_0x2c06bc(0x1c0)](_0x3e43a5,this[_0x2c06bc(0x2d4)][_0x2c06bc(0x25f)](_0x160941[_0x2c06bc(0x1ea)],_0x2d8707));const _0x4baecc=_0x9e82ae(),_0x549177=_0x3e43a5[_0x2c06bc(0x2ee)]['id'],_0xcb8ff5=_0x3e43a5[_0x2c06bc(0x275)]+':'+_0x3e43a5[_0x2c06bc(0x283)];this[_0x2c06bc(0x229)]({'id':_0x4baecc,'type':_0xcb8ff5,'createdAt':new Date(),'authorId':_0x549177,'data':_0x3e43a5[_0x2c06bc(0x1b8)],'attributes':_0x3e43a5[_0x2c06bc(0x29d)]});const _0x339f4c=this[_0x2c06bc(0x2d4)][_0x2c06bc(0x201)](_0x2460cb[_0x2c06bc(0x30d)][_0x2c06bc(0x21e)],_0x2c06bc(0x234)),_0x3e9436=this[_0x2c06bc(0x2d4)][_0x2c06bc(0x25f)](_0x339f4c,_0x160941[_0x2c06bc(0x30d)]);this[_0x2c06bc(0x2b4)](_0xcb8ff5,_0x4baecc,_0x549177,_0x3e9436);}else{if(_0x160941[_0x2c06bc(0x2e5)](_0x2460cb[_0x2c06bc(0x1ea)])){const _0x4c0c23=this[_0x2c06bc(0x2d4)][_0x2c06bc(0x201)](_0x2460cb[_0x2c06bc(0x1ea)][_0x2c06bc(0x2cd)],_0x2c06bc(0x30d));this[_0x2c06bc(0x1c0)](_0x3e43a5,this[_0x2c06bc(0x2d4)][_0x2c06bc(0x25f)](_0x160941[_0x2c06bc(0x1ea)],_0x4c0c23));}else{const _0x394ff3=this[_0x2c06bc(0x2d4)][_0x2c06bc(0x201)](_0x2460cb[_0x2c06bc(0x30d)][_0x2c06bc(0x21e)],_0x2c06bc(0x234));this[_0x2c06bc(0x1c0)](_0x3e43a5,this[_0x2c06bc(0x2d4)][_0x2c06bc(0x25f)](_0x394ff3,_0x160941[_0x2c06bc(0x30d)]));}}}}[_0x40bafa(0x233)](_0x5d5750){const _0x1ffdce=_0x40bafa;for(const {suggestion:_0x31984a,meta:_0x592a64}of this[_0x1ffdce(0x2c2)](_0x5d5750,_0x1ffdce(0x2a6))){if(!_0x592a64[_0x1ffdce(0x293)])continue;const _0x4e0ea7=_0x31984a[_0x1ffdce(0x296)]();for(const _0x35c4bb of _0x4e0ea7)if(!_0x5d5750[_0x1ffdce(0x23f)](_0x35c4bb)[_0x1ffdce(0x2f7)])return!0x0;}return!0x1;}[_0x40bafa(0x219)](_0x2960a6){const _0x4b2d4f=_0x40bafa,_0x3dcb9f=this[_0x4b2d4f(0x2fe)][_0x4b2d4f(0x230)][_0x4b2d4f(0x24d)](_0x4b2d4f(0x2dd))[_0x4b2d4f(0x1a9)](_0x2960a6);if(!_0x3dcb9f)throw new _0x550b05(_0x4b2d4f(0x1f1),this);return _0x3dcb9f;}[_0x40bafa(0x30c)](_0x88bf4d){const _0x38bb4b=_0x40bafa,_0x57ad35=this[_0x38bb4b(0x2fe)][_0x38bb4b(0x230)][_0x38bb4b(0x24d)](_0x38bb4b(0x2dd)),_0x4dc4a4=_0x44e45c(_0x38bb4b(0x1cf)+_0x88bf4d),_0x569669=_0x57ad35[_0x38bb4b(0x1a9)](_0x4dc4a4);return _0x569669||_0x57ad35[_0x38bb4b(0x16f)]({'id':_0x4dc4a4,'name':_0x88bf4d});}[_0x40bafa(0x302)](_0x53d270,_0x2d0a56,_0x39dd42,_0x196c22,_0x334cd5){const _0x4556e7=_0x40bafa,_0x59e415=this[_0x4556e7(0x219)](_0x196c22),_0x6db3de=this[_0x4556e7(0x16d)][_0x4556e7(0x227)](_0x53d270,_0x2d0a56,_0x39dd42,_0x59e415,_0x334cd5,_0x3ad01e=>{const _0x3298d9=_0x4556e7;this[_0x3298d9(0x1f8)](_0x39dd42,{'attributes':_0x3ad01e});const _0x2c0e1a=this[_0x3298d9(0x20d)](_0x39dd42);this[_0x3298d9(0x205)](new Set([_0x2c0e1a])),this[_0x3298d9(0x2e7)](new Set([_0x2c0e1a]));});return this[_0x4556e7(0x1e8)](_0x6db3de,_0x4556e7(0x196),()=>{const _0x1b747a=_0x4556e7;this[_0x1b747a(0x1f8)](_0x39dd42,{'state':_0x1b747a(0x263)});},{'priority':_0x4556e7(0x269)}),this[_0x4556e7(0x1e8)](_0x6db3de,_0x4556e7(0x1b4),()=>{const _0x416374=_0x4556e7;this[_0x416374(0x1f8)](_0x39dd42,{'state':_0x416374(0x182)});},{'priority':_0x4556e7(0x269)}),this[_0x4556e7(0x2c3)][_0x4556e7(0x2a1)](_0x39dd42,_0x6db3de),this[_0x4556e7(0x1ab)][_0x4556e7(0x2a1)](_0x6db3de,_0x4556e7(0x267)),_0x6db3de;}[_0x40bafa(0x240)](_0x3fe951){const _0x241bc4=_0x40bafa,_0x5c7e70=_0x3fe951[_0x241bc4(0x291)](':');return{'group':_0x5c7e70[0x0],'type':_0x5c7e70[0x1],'subType':_0x5c7e70[_0x241bc4(0x2f7)]>=0x5?_0x5c7e70[0x2]:null,'id':_0x5c7e70[_0x241bc4(0x2f7)]<0x5?_0x5c7e70[0x2]:_0x5c7e70[0x3],'authorId':_0x5c7e70[_0x241bc4(0x2f7)]<0x5?_0x5c7e70[0x3]:_0x5c7e70[0x4],'markerCount':0x6==_0x5c7e70[_0x241bc4(0x2f7)]?_0x5c7e70[0x5]:null};}[_0x40bafa(0x29f)](_0x4ff244,_0x4a5531,_0x473c10){const _0x4e9b2f=_0x40bafa,_0x429597=_0x4ff244[_0x4e9b2f(0x1b1)](),_0x46cc01=_0x429597[_0x4e9b2f(0x1ea)],_0x591cde=_0x429597[_0x4e9b2f(0x30d)];this[_0x4e9b2f(0x1c0)](_0x4ff244,this[_0x4e9b2f(0x2d4)][_0x4e9b2f(0x25f)](_0x46cc01,_0x4a5531));const _0x20ec5c=_0x9e82ae(),_0x44f073=_0x4ff244[_0x4e9b2f(0x2ee)]['id'],_0x3b2282=_0x4ff244[_0x4e9b2f(0x275)]+(_0x4ff244[_0x4e9b2f(0x283)]?':'+_0x4ff244[_0x4e9b2f(0x283)]:'');this[_0x4e9b2f(0x229)]({'id':_0x20ec5c,'type':_0x3b2282,'createdAt':new Date(),'authorId':_0x44f073,'originalSuggestionId':_0x4ff244['id'],'attributes':_0x4ff244[_0x4e9b2f(0x29d)],'data':_0x4ff244[_0x4e9b2f(0x1b8)]});const _0x28309d=this[_0x4e9b2f(0x28c)](_0x4ff244);(_0x4e9b2f(0x22c)==_0x4ff244[_0x4e9b2f(0x275)]||_0x28309d&&this[_0x4e9b2f(0x1ee)](_0x28309d))&&(_0x473c10=this[_0x4e9b2f(0x2d4)][_0x4e9b2f(0x254)](_0x473c10[_0x4e9b2f(0x21e)])),this[_0x4e9b2f(0x2b4)](_0x3b2282,_0x20ec5c,_0x44f073,this[_0x4e9b2f(0x2d4)][_0x4e9b2f(0x25f)](_0x473c10,_0x591cde));}[_0x40bafa(0x2c2)](_0xeb1787,_0x687768=null){const _0xa001cf=_0x40bafa,_0x85fb0b=[],_0x5e7772=this[_0xa001cf(0x2fe)][_0xa001cf(0x230)][_0xa001cf(0x24d)](_0xa001cf(0x2dd))['me'];Array[_0xa001cf(0x312)](_0xeb1787)||(_0xeb1787=[_0xeb1787]);for(const _0x3a6c75 of this[_0xa001cf(0x28f)]()){if(!_0x3a6c75[_0xa001cf(0x18a)])continue;if(_0x687768&&_0x3a6c75[_0xa001cf(0x275)]!=_0x687768)continue;let _0x150b22=!0x1;for(const _0x19a26a of _0x3a6c75[_0xa001cf(0x296)]()){for(const _0x280965 of _0xeb1787){const _0x325d0d=_0x280965[_0xa001cf(0x1ea)][_0xa001cf(0x2eb)](_0x19a26a[_0xa001cf(0x30d)])||_0x280965[_0xa001cf(0x30d)][_0xa001cf(0x2eb)](_0x19a26a[_0xa001cf(0x1ea)]);if(_0x325d0d||_0x280965[_0xa001cf(0x239)](_0x19a26a)){const _0x540554=_0x280965[_0xa001cf(0x2bd)](_0x19a26a)&&Ot(this[_0xa001cf(0x2d4)][_0xa001cf(0x238)],_0x19a26a[_0xa001cf(0x1ea)],_0x280965),_0xc90f02=_0x19a26a[_0xa001cf(0x2bd)](_0x280965)&&Ot(this[_0xa001cf(0x2d4)][_0xa001cf(0x238)],_0x280965[_0xa001cf(0x1ea)],_0x19a26a);_0x85fb0b[_0xa001cf(0x222)]({'suggestion':_0x3a6c75,'meta':{'isOwn':_0x5e7772==_0x3a6c75[_0xa001cf(0x1eb)],'isNextTo':_0x325d0d,'isInsideObject':_0x540554,'containsRangeInObject':_0xc90f02}}),_0x150b22=!0x0;break;}}if(_0x150b22)break;}}return _0x85fb0b;}[_0x40bafa(0x2b4)](_0x4099e4,_0xf393e4,_0x3357a1,_0x453742,_0x168939){const _0x1be734=_0x40bafa;this[_0x1be734(0x2d4)][_0x1be734(0x2bc)](_0x140d69=>{const _0x585190=_0x1be734;let _0x590662=_0x585190(0x278)+_0x4099e4+':'+_0xf393e4+':'+_0x3357a1;_0x168939&&(_0x590662=_0x590662+':'+_0x168939),_0x140d69[_0x585190(0x276)](_0x590662,{'range':_0x453742,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x40bafa(0x209)](_0x337845){const _0x7e3794=_0x40bafa,_0x40c916=_0x337845[_0x7e3794(0x272)],_0x3fa6c6=_0x337845[_0x7e3794(0x2f1)];_0x337845[_0x7e3794(0x272)]=null,_0x337845[_0x7e3794(0x2f1)]=null,null!=_0x40c916&&_0x40c916[_0x7e3794(0x2f1)]==_0x337845&&(_0x40c916[_0x7e3794(0x2f1)]=_0x3fa6c6),null!=_0x3fa6c6&&_0x3fa6c6[_0x7e3794(0x272)]==_0x337845&&(_0x3fa6c6[_0x7e3794(0x272)]=_0x40c916),_0x7e3794(0x1e2)==this[_0x7e3794(0x1ab)][_0x7e3794(0x24d)](_0x337845)&&(this[_0x7e3794(0x1ab)][_0x7e3794(0x2a1)](_0x337845,_0x7e3794(0x2c6)),this[_0x7e3794(0x1b2)](_0x7e3794(0x2f3),_0x337845,_0x40c916,_0x3fa6c6));}[_0x40bafa(0x229)](_0x13ac62){const _0x3a696e=_0x40bafa,_0x4dbb20=_0x13ac62['id'],_0x3a81f0=this[_0x3a696e(0x195)](_0x13ac62);if(this[_0x3a696e(0x259)]&&this[_0x3a696e(0x259)][_0x3a696e(0x2e9)]){const _0xf23508=this[_0x3a696e(0x2fe)][_0x3a696e(0x230)][_0x3a696e(0x24d)](_0x3a696e(0x2d8)),_0x4b43ba=_0x3a81f0[_0x3a696e(0x1e5)],_0x5bb96a=_0x3a81f0[_0x3a696e(0x283)]?_0x3a81f0[_0x3a696e(0x275)]+':'+_0x3a81f0[_0x3a696e(0x283)]:_0x3a81f0[_0x3a696e(0x275)],_0x1e1eb8=this[_0x3a696e(0x2fe)][_0x3a696e(0x21a)],_0x1c6dd7=_0xf23508[_0x3a696e(0x250)](_0x48ce85(_0x1e1eb8,_0x3a696e(0x2b1))),_0x28eda0={'id':_0x4dbb20,'type':_0x5bb96a,'hasComments':_0x4b43ba,'data':_0x13ac62[_0x3a696e(0x1b8)]||null,'originalSuggestionId':_0x13ac62[_0x3a696e(0x281)]||null,'attributes':_0x3a81f0[_0x3a696e(0x29d)]};this[_0x3a696e(0x259)][_0x3a696e(0x2e9)](_0x28eda0)[_0x3a696e(0x1e7)](_0x272b81=>{const _0x588d18=_0x3a696e;_0x3a81f0[_0x588d18(0x2d1)]=!0x0,_0xf23508[_0x588d18(0x200)](_0x1c6dd7),_0x272b81&&_0x272b81[_0x588d18(0x1dd)]&&(this[_0x588d18(0x2c3)][_0x588d18(0x24d)](_0x4dbb20)[_0x588d18(0x1dd)]=_0x272b81[_0x588d18(0x1dd)]);})[_0x3a696e(0x311)](_0x2725b6=>{const _0x3f26de=_0x3a696e;throw _0x2e13bf(_0x3f26de(0x18c)),this[_0x3f26de(0x2fe)][_0x3f26de(0x2e8)][_0x3f26de(0x1cb)]({'isUndoable':!0x1},()=>{const _0xd1b6e3=_0x3f26de;_0x3a81f0[_0xd1b6e3(0x1b4)]();}),_0x3a81f0[_0x3f26de(0x1fd)](),this[_0x3f26de(0x2c3)][_0x3f26de(0x191)](_0x3a81f0['id']),this[_0x3f26de(0x1ab)][_0x3f26de(0x191)](_0x3a81f0),_0x2725b6;});}return _0x3a81f0;}[_0x40bafa(0x1ee)](_0x3ba32c){const _0x230f71=_0x40bafa;return this[_0x230f71(0x19c)][_0x230f71(0x31c)](_0x3ba32c);}[_0x40bafa(0x1f8)](_0x47e58f,_0x12de2c){const _0xf88586=_0x40bafa,_0x1c9afa=this[_0xf88586(0x2fe)][_0xf88586(0x230)][_0xf88586(0x24d)](_0xf88586(0x2d8)),_0x2e60ac=this[_0xf88586(0x20d)](_0x47e58f);if(this[_0xf88586(0x259)]&&this[_0xf88586(0x259)][_0xf88586(0x1f7)]){if(_0x2e60ac[_0xf88586(0x2d1)]){const _0x22d5f3=_0x1c9afa[_0xf88586(0x250)](_0x48ce85(this[_0xf88586(0x2fe)][_0xf88586(0x21a)],_0xf88586(0x2b1)));this[_0xf88586(0x259)][_0xf88586(0x1f7)](_0x47e58f,_0x12de2c)[_0xf88586(0x1e7)](()=>{const _0x441ff3=_0xf88586;_0x1c9afa[_0x441ff3(0x200)](_0x22d5f3);});}else _0x2e60ac['on'](_0xf88586(0x31a),()=>{const _0x5aca20=_0xf88586;this[_0x5aca20(0x1f8)](_0x47e58f,_0x12de2c);});}}[_0x40bafa(0x2aa)](_0x37cd20){const _0x43a70f=_0x40bafa;if(!this[_0x43a70f(0x259)]||!this[_0x43a70f(0x259)][_0x43a70f(0x20d)])throw new _0x550b05(_0x43a70f(0x27c),this);return this[_0x43a70f(0x259)][_0x43a70f(0x20d)](_0x37cd20);}[_0x40bafa(0x22e)](_0x5eacc8){const _0x3ff159=_0x40bafa,{id:_0x154690,type:_0x27d504,subType:_0x1aa1ab,authorId:_0x1b91ca}=this[_0x3ff159(0x240)](_0x5eacc8),_0x21effb=this[_0x3ff159(0x2c3)][_0x3ff159(0x24d)](_0x154690)||this[_0x3ff159(0x302)](_0x27d504,_0x1aa1ab,_0x154690,_0x1b91ca,{});switch(this[_0x3ff159(0x1df)](_0x21effb,_0x27d504,_0x1aa1ab,_0x1b91ca),this[_0x3ff159(0x1ab)][_0x3ff159(0x24d)](_0x21effb)){case _0x3ff159(0x267):this[_0x3ff159(0x2aa)](_0x154690)[_0x3ff159(0x1e7)](_0x81c83=>{const _0xa06cb=_0x3ff159;let _0x3b1980=Promise[_0xa06cb(0x2a7)]();_0x81c83[_0xa06cb(0x1e5)]&&(_0x3b1980=this[_0xa06cb(0x24c)][_0xa06cb(0x1c5)]({'channelId':this[_0xa06cb(0x2fe)][_0xa06cb(0x1d2)][_0xa06cb(0x24d)](_0xa06cb(0x22d)),'threadId':_0x154690})),_0x3b1980[_0xa06cb(0x1e7)](()=>{const _0x3be775=_0xa06cb;this[_0x3be775(0x195)](_0x81c83)[_0x3be775(0x2d1)]=!0x0;});}),this[_0x3ff159(0x1ab)][_0x3ff159(0x2a1)](_0x21effb,_0x3ff159(0x225));break;case _0x3ff159(0x2c6):this[_0x3ff159(0x1f8)](_0x154690,{'state':_0x3ff159(0x217)});case _0x3ff159(0x17f):this[_0x3ff159(0x1ab)][_0x3ff159(0x2a1)](_0x21effb,_0x3ff159(0x1e2)),this[_0x3ff159(0x1b2)](_0x3ff159(0x2c7),_0x21effb);break;case _0x3ff159(0x1e2):this[_0x3ff159(0x1b2)](_0x3ff159(0x2cb),_0x21effb);}return _0x21effb[_0x3ff159(0x271)](_0x5eacc8),_0x21effb;}[_0x40bafa(0x2e7)](_0x3c9033){const _0x15cd04=_0x40bafa,_0x4f5046=Array[_0x15cd04(0x175)](_0x3c9033),_0x2a6ade=_0x4f5046[_0x15cd04(0x268)](_0x2abb94=>_0x15cd04(0x1f2)==_0x2abb94[_0x15cd04(0x275)]);this[_0x15cd04(0x299)](_0x2a6ade);const _0x46628b=_0x4f5046[_0x15cd04(0x268)](_0x144b09=>!_0x144b09[_0x15cd04(0x2c1)]&&_0x15cd04(0x1f2)!=_0x144b09[_0x15cd04(0x275)]),_0x581c04=this[_0x15cd04(0x28f)]({'skipNotAttached':!0x0})[_0x15cd04(0x268)](_0x554d5e=>!_0x554d5e[_0x15cd04(0x2c1)]&&_0x15cd04(0x1f2)!=_0x554d5e[_0x15cd04(0x275)]),_0x2157f0=_0x581c04[_0x15cd04(0x268)](_0x3e2795=>!_0x3c9033[_0x15cd04(0x31c)](_0x3e2795)),_0x14fa76=new Map(_0x581c04[_0x15cd04(0x181)](_0x4c4d47=>[_0x4c4d47,this[_0x15cd04(0x16d)][_0x15cd04(0x2b9)](_0x4c4d47[_0x15cd04(0x275)],_0x4c4d47[_0x15cd04(0x283)],_0x15cd04(0x244))])),_0x54d501=new Map(_0x581c04[_0x15cd04(0x181)](_0x3746e4=>[_0x3746e4,_0x3746e4[_0x15cd04(0x1b1)]()])),_0x553d6c=new Set(),_0x481303=new Set();for(let _0x18bb84=0x0;_0x18bb84<_0x46628b[_0x15cd04(0x2f7)];_0x18bb84++)_0x57bd39(_0x46628b[_0x18bb84],_0x46628b,_0x18bb84+0x1);for(let _0x2d0f29=0x0;_0x2d0f29<_0x46628b[_0x15cd04(0x2f7)];_0x2d0f29++)_0x57bd39(_0x46628b[_0x2d0f29],_0x2157f0,0x0);const _0xd7cd4=new Set();for(let _0xdd08ce=0x0;_0xdd08ce<_0x46628b[_0x15cd04(0x2f7)];_0xdd08ce++){const _0x2e0d4c=_0x46628b[_0xdd08ce];!_0x481303[_0x15cd04(0x31c)](_0x2e0d4c)&&_0x2e0d4c[_0x15cd04(0x272)]&&(_0xd7cd4[_0x15cd04(0x250)](_0x2e0d4c[_0x15cd04(0x272)]),_0x2e0d4c[_0x15cd04(0x272)][_0x15cd04(0x2f1)]===_0x2e0d4c&&(_0x2e0d4c[_0x15cd04(0x272)][_0x15cd04(0x2f1)]=null),_0x2e0d4c[_0x15cd04(0x272)]=null),!_0x553d6c[_0x15cd04(0x31c)](_0x2e0d4c)&&_0x2e0d4c[_0x15cd04(0x2f1)]&&(_0xd7cd4[_0x15cd04(0x250)](_0x2e0d4c[_0x15cd04(0x2f1)]),_0x2e0d4c[_0x15cd04(0x2f1)][_0x15cd04(0x272)]===_0x2e0d4c&&(_0x2e0d4c[_0x15cd04(0x2f1)][_0x15cd04(0x272)]=null),_0x2e0d4c[_0x15cd04(0x2f1)]=null);}function _0x57bd39(_0xbec9c3,_0x21f322,_0x5da8b1){const _0x24c87d=_0x15cd04;for(let _0x11cba2=_0x5da8b1;_0x11cba2<_0x21f322[_0x24c87d(0x2f7)];_0x11cba2++){const _0x1f5c48=_0x1512b7(_0xbec9c3,_0x21f322[_0x11cba2]);_0x1f5c48&&(_0x1f5c48[0x0][_0x24c87d(0x2f1)]=_0x1f5c48[0x1],_0x1f5c48[0x1][_0x24c87d(0x272)]=_0x1f5c48[0x0],_0x553d6c[_0x24c87d(0x250)](_0x1f5c48[0x0]),_0x481303[_0x24c87d(0x250)](_0x1f5c48[0x1]));}}function _0x1512b7(_0x194a28,_0x332049){const _0x4d3ece=_0x15cd04;if(_0x194a28[_0x4d3ece(0x1eb)]['id']!==_0x332049[_0x4d3ece(0x1eb)]['id'])return null;const _0x45dc9f=_0x14fa76[_0x4d3ece(0x24d)](_0x194a28)(_0x194a28,_0x332049,_0x54d501[_0x4d3ece(0x24d)](_0x194a28),_0x54d501[_0x4d3ece(0x24d)](_0x332049));if(!_0x45dc9f)return null;return _0x14fa76[_0x4d3ece(0x24d)](_0x332049)(_0x194a28,_0x332049,_0x54d501[_0x4d3ece(0x24d)](_0x194a28),_0x54d501[_0x4d3ece(0x24d)](_0x332049))?_0x45dc9f[0x1][_0x4d3ece(0x26f)]&&_0x45dc9f[0x1][_0x4d3ece(0x26f)][_0x4d3ece(0x2f7)]?null:_0x45dc9f:null;}_0xd7cd4[_0x15cd04(0x30f)]&&this[_0x15cd04(0x2e7)](_0xd7cd4);}[_0x40bafa(0x299)](_0x17ec45){const _0x30877e=_0x40bafa;if(0x0==_0x17ec45[_0x30877e(0x2f7)])return;const _0x75dd4=this[_0x30877e(0x28f)]({'skipNotAttached':!0x0})[_0x30877e(0x268)](_0x94f531=>_0x30877e(0x1f2)==_0x94f531[_0x30877e(0x275)]&&_0x94f531[_0x30877e(0x1f3)]),_0x1237ad=[],_0x558933=new Map();for(const _0x1f21a5 of _0x75dd4){const _0x4b777c=_0x44e45c(_0x1f21a5[_0x30877e(0x29d)]);_0x558933[_0x30877e(0x31c)](_0x4b777c)||(_0x558933[_0x30877e(0x2a1)](_0x4b777c,_0x1237ad[_0x30877e(0x2f7)]),_0x1237ad[_0x30877e(0x222)]([]));const _0x402ca5=_0x558933[_0x30877e(0x24d)](_0x4b777c);_0x1237ad[_0x402ca5][_0x30877e(0x222)](_0x1f21a5);}!(function(){const _0x27faf0=_0x30877e;_0x1237ad[_0x27faf0(0x255)]((_0x80eda3,_0x293628)=>{const _0x2d9ecb=_0x27faf0,_0x5a1b1f=_0x80eda3[0x0][_0x2d9ecb(0x1dd)],_0x1726df=_0x293628[0x0][_0x2d9ecb(0x1dd)];return _0x5a1b1f==_0x1726df?_0x80eda3[0x0][_0x2d9ecb(0x29d)][_0x2d9ecb(0x295)]<_0x293628[0x0][_0x2d9ecb(0x29d)][_0x2d9ecb(0x295)]?-0x1:0x1:_0x5a1b1f<_0x1726df?-0x1:0x1;});for(const _0x364a23 of _0x1237ad)_0x364a23[_0x27faf0(0x255)]((_0x111d43,_0x4a2c92)=>_0x111d43['id']<_0x4a2c92['id']?-0x1:0x1);}());for(let _0x2e2a66=0x0;_0x2e2a66<_0x1237ad[_0x30877e(0x2f7)];_0x2e2a66++){if(0x0==_0x1237ad[_0x2e2a66][_0x30877e(0x2f7)])continue;const _0x59b67e=[];for(let _0x5c509b=_0x2e2a66+0x1;_0x5c509b<_0x1237ad[_0x30877e(0x2f7)];_0x5c509b++)0x0!=_0x1237ad[_0x5c509b][_0x30877e(0x2f7)]&&_0x54e9e5(_0x1237ad[_0x2e2a66],_0x1237ad[_0x5c509b])&&_0x59b67e[_0x30877e(0x222)](_0x5c509b);for(const _0x4d0ce7 of _0x59b67e)_0x1237ad[_0x2e2a66]=_0x1237ad[_0x2e2a66][_0x30877e(0x220)](_0x1237ad[_0x4d0ce7]),_0x1237ad[_0x4d0ce7]=[];}for(const _0x45b7f2 of _0x1237ad)for(let _0x30dd33=0x0;_0x30dd33<_0x45b7f2[_0x30877e(0x2f7)];_0x30dd33++){const _0x4d524d=_0x45b7f2[_0x30dd33+0x1]||null;_0x45b7f2[_0x30dd33][_0x30877e(0x2f1)]!==_0x4d524d&&(_0x45b7f2[_0x30dd33][_0x30877e(0x2f1)]=_0x4d524d);}for(const _0x409ca5 of _0x1237ad)for(let _0x580b94=0x0;_0x580b94<_0x409ca5[_0x30877e(0x2f7)];_0x580b94++){const _0x2a93aa=_0x409ca5[_0x580b94-0x1]||null;_0x409ca5[_0x580b94][_0x30877e(0x272)]!==_0x2a93aa&&(_0x409ca5[_0x580b94][_0x30877e(0x272)]=_0x2a93aa);}function _0x54e9e5(_0x11c030,_0x13f151){const _0x3fc907=_0x30877e;if(_0x11c030[0x0][_0x3fc907(0x29d)][_0x3fc907(0x295)]!==_0x13f151[0x0][_0x3fc907(0x29d)][_0x3fc907(0x295)]&&_0x11c030[0x0][_0x3fc907(0x1eb)]!==_0x13f151[0x0][_0x3fc907(0x1eb)])return!0x1;if(!function(_0xa82ebd,_0x2f0536){const _0x583be6=_0x3fc907;if(!_0xa82ebd[_0x583be6(0x1e5)]&&!_0x2f0536[_0x583be6(0x1e5)])return!0x0;if(_0xa82ebd[_0x583be6(0x1e5)]&&_0x2f0536[_0x583be6(0x1e5)])return!0x1;if(_0xa82ebd[_0x583be6(0x1e5)]&&_0x2f0536[_0x583be6(0x1dd)]<_0xa82ebd[_0x583be6(0x26f)][_0x583be6(0x186)][_0x583be6(0x24d)](0x0)[_0x583be6(0x1dd)])return!0x0;if(_0x2f0536[_0x583be6(0x1e5)]&&_0xa82ebd[_0x583be6(0x1dd)]<_0x2f0536[_0x583be6(0x26f)][_0x583be6(0x186)][_0x583be6(0x24d)](0x0)[_0x583be6(0x1dd)])return!0x0;return!0x1;}(_0x11c030[0x0],_0x13f151[0x0]))return!0x1;const _0x5908ff=_0x578548(_0x11c030[0x0][_0x3fc907(0x29d)],_0x3fc907(0x295)),_0x2c5688=_0x578548(_0x13f151[0x0][_0x3fc907(0x29d)],_0x3fc907(0x295));if(!_0x2dfc57(_0x5908ff,_0x2c5688))return!0x1;return!!_0x11c030[_0x3fc907(0x176)](_0x402c8e=>_0x13f151[_0x3fc907(0x307)](_0x4ee6af=>_0x402c8e[_0x3fc907(0x1b1)]()[_0x3fc907(0x2eb)](_0x4ee6af[_0x3fc907(0x1b1)]())))&&_0x13f151[_0x3fc907(0x176)](_0x5259d9=>_0x11c030[_0x3fc907(0x307)](_0x4c4458=>_0x5259d9[_0x3fc907(0x1b1)]()[_0x3fc907(0x2eb)](_0x4c4458[_0x3fc907(0x1b1)]())));}}[_0x40bafa(0x205)](_0x9fe30a){const _0x1a8e14=_0x40bafa,_0x1fd5a9=Array[_0x1a8e14(0x175)](_0x9fe30a),_0x5b11a2=this[_0x1a8e14(0x28f)]({'skipNotAttached':!0x0}),_0x525d61=_0x5b11a2[_0x1a8e14(0x268)](_0x2262d4=>!_0x9fe30a[_0x1a8e14(0x31c)](_0x2262d4)),_0xb2aee4=new Map(_0x1fd5a9[_0x1a8e14(0x181)](_0x32d1a9=>[_0x32d1a9,this[_0x1a8e14(0x16d)][_0x1a8e14(0x2b9)](_0x32d1a9[_0x1a8e14(0x275)],_0x32d1a9[_0x1a8e14(0x283)],_0x1a8e14(0x26c))])),_0x3f0c0c=new Map(_0x5b11a2[_0x1a8e14(0x181)](_0x24f782=>[_0x24f782,_0x24f782[_0x1a8e14(0x296)]()]));for(let _0x500a93=0x0;_0x500a93<_0x1fd5a9[_0x1a8e14(0x2f7)];_0x500a93++){if(_0x56e416(this,_0x1fd5a9[_0x500a93],_0x1fd5a9,_0x500a93+0x1))return!0x0;}for(let _0x13c055=0x0;_0x13c055<_0x1fd5a9[_0x1a8e14(0x2f7)];_0x13c055++){if(_0x56e416(this,_0x1fd5a9[_0x13c055],_0x525d61,0x0))return!0x0;}return!0x1;function _0x56e416(_0x417da9,_0x4cb838,_0x48a8cc,_0x4ad34b){const _0xf284e0=_0x1a8e14;for(let _0x17e1f2=_0x4ad34b;_0x17e1f2<_0x48a8cc[_0xf284e0(0x2f7)];_0x17e1f2++){const _0x3e4f91=_0x48a8cc[_0x17e1f2];if(_0x3e4f91[_0xf284e0(0x275)]!==_0x4cb838[_0xf284e0(0x275)]||_0x3e4f91[_0xf284e0(0x1eb)]['id']!==_0x4cb838[_0xf284e0(0x1eb)]['id']||_0x3e4f91[_0xf284e0(0x283)]!==_0x4cb838[_0xf284e0(0x283)])continue;if(!Jt(_0x4cb838,_0x3e4f91))continue;if(_0xf284e0(0x1f2)==_0x4cb838[_0xf284e0(0x275)]&&_0x4cb838[_0xf284e0(0x1b8)][_0xf284e0(0x256)]!=_0x3e4f91[_0xf284e0(0x1b8)][_0xf284e0(0x256)])continue;if(_0xf284e0(0x1f2)==_0x4cb838[_0xf284e0(0x275)]&&_0x417da9[_0xf284e0(0x1ee)](_0x4cb838[_0xf284e0(0x1b8)][_0xf284e0(0x185)]))continue;if(_0xf284e0(0x22c)==_0x4cb838[_0xf284e0(0x275)]){const _0x41000f=_0x417da9[_0xf284e0(0x2fe)][_0xf284e0(0x2e8)],_0x2a6b48=_0x4cb838[_0xf284e0(0x1a1)]();if(_0x2a6b48&&(_0x41000f[_0xf284e0(0x238)][_0xf284e0(0x236)](_0x2a6b48)||_0x41000f[_0xf284e0(0x238)][_0xf284e0(0x290)](_0x2a6b48)))continue;}const _0x3f3868=_0xb2aee4[_0xf284e0(0x24d)](_0x4cb838),_0x630deb=_0x3f0c0c[_0xf284e0(0x24d)](_0x4cb838),_0x3a3176=_0x3f0c0c[_0xf284e0(0x24d)](_0x3e4f91),_0x2988d3=_0x4cb838[_0xf284e0(0x26f)]&&_0x4cb838[_0xf284e0(0x26f)][_0xf284e0(0x2f7)],_0x48abad=_0x3e4f91[_0xf284e0(0x26f)]&&_0x3e4f91[_0xf284e0(0x26f)][_0xf284e0(0x2f7)];if(!_0x2988d3&&_0x3f3868(_0x3a3176,_0x630deb))return _0x417da9[_0xf284e0(0x31d)](_0x3e4f91,_0x4cb838),_0x3f0c0c[_0xf284e0(0x191)](_0x4cb838),!0x0;if(!_0x48abad&&_0x3f3868(_0x630deb,_0x3a3176))return _0x417da9[_0xf284e0(0x31d)](_0x4cb838,_0x3e4f91),_0x3f0c0c[_0xf284e0(0x191)](_0x3e4f91),!0x0;}return!0x1;}}[_0x40bafa(0x31d)](_0x549488,_0x401243){const _0x4e8020=_0x40bafa;if(_0x549488[_0x4e8020(0x2c1)]){for(const _0x363965 of _0x401243[_0x4e8020(0x296)]())_0x549488[_0x4e8020(0x289)](_0x363965);}else{const _0x5d6ba9=_0x401243[_0x4e8020(0x1b1)]()[_0x4e8020(0x30d)];this[_0x4e8020(0x1c0)](_0x549488,this[_0x4e8020(0x2d4)][_0x4e8020(0x25f)](_0x549488[_0x4e8020(0x1b1)]()[_0x4e8020(0x1ea)],_0x5d6ba9));}_0x401243[_0x4e8020(0x264)]();}[_0x40bafa(0x2cc)](_0x23df94,_0x184756,_0x1ec422){const _0x5e73b8=_0x40bafa,_0x4e017e=_0x23df94[_0x5e73b8(0x260)](_0x5e73b8(0x2fa))||_0x23df94[_0x5e73b8(0x260)](_0x5e73b8(0x1f2))?_0x5e73b8(0x1a7):_0x23df94[_0x5e73b8(0x18e)]();return _0x48ce85(this[_0x5e73b8(0x2fe)][_0x5e73b8(0x21a)],_0x184756+'_'+_0x4e017e+_0x5e73b8(0x246),_0x1ec422);}[_0x40bafa(0x1f4)](){const _0xf427a7=_0x40bafa,_0x4b6116=this[_0xf427a7(0x2fe)];if(!_0x4b6116['ui'])return;const {ariaLiveAnnouncer:_0x2cdebc}=_0x4b6116['ui'];_0x418e64(this[_0xf427a7(0x2d4)],({left:_0x40eb80,entered:_0x51a818})=>{const _0x54af6b=_0xf427a7;for(const _0x45f166 of _0x40eb80){const {group:_0x39422b,type:_0x264768}=this[_0x54af6b(0x240)](_0x45f166[_0x54af6b(0x211)]);if(_0x54af6b(0x1c2)===_0x39422b){_0x2cdebc[_0x54af6b(0x2b8)](this[_0x54af6b(0x2cc)](_0x264768,_0x54af6b(0x2d0)));break;}}for(const _0x3f6750 of _0x51a818){const {group:_0xbfba89,type:_0x547b61}=this[_0x54af6b(0x240)](_0x3f6750[_0x54af6b(0x211)]);if(_0x54af6b(0x1c2)===_0xbfba89){_0x2cdebc[_0x54af6b(0x2b8)](this[_0x54af6b(0x2cc)](_0x547b61,_0x54af6b(0x1da),_0x5b36bb(_0x4c6a24)));break;}}});}[_0x40bafa(0x190)](_0x4bb65d){const _0x3f6667=_0x40bafa;if(this[_0x3f6667(0x2be)])return!0x1;const _0x3cd236=this[_0x3f6667(0x2fe)],_0x591a28=_0x3cd236[_0x3f6667(0x2e8)][_0x3f6667(0x30a)][_0x3f6667(0x273)][_0x3f6667(0x2e1)]();if(0x0==_0x591a28[_0x3f6667(0x2f7)])return!0x1;const _0x4b8c5f=[],_0x2e8a69=_0x591a28[_0x3f6667(0x268)](_0x1a7762=>_0x3f6667(0x1f2)==_0x1a7762[_0x3f6667(0x275)]),_0x2721cc=_0x591a28[_0x3f6667(0x268)](_0x9f85df=>_0x3f6667(0x29a)==_0x9f85df[_0x3f6667(0x275)]&&_0x3f6667(0x2ac)!=_0x9f85df[_0x3f6667(0x211)]),_0x1a4d9c=_0x591a28[_0x3f6667(0x268)](_0x216690=>_0x3f6667(0x200)==_0x216690[_0x3f6667(0x275)]&&_0x3f6667(0x2ac)!=_0x216690[_0x3f6667(0x211)]);for(const _0x58b8cb of _0x2e8a69)_0x4b8c5f[_0x3f6667(0x222)]({'key':_0x58b8cb[_0x3f6667(0x248)],'newValue':_0x58b8cb[_0x3f6667(0x24a)],'oldValue':_0x58b8cb[_0x3f6667(0x170)],'range':Pt(_0x58b8cb[_0x3f6667(0x2ef)],_0x3cd236[_0x3f6667(0x2e8)])});for(const _0x2fba63 of _0x2721cc){const _0x1fa21a=_0x1a4d9c[_0x3f6667(0x2a3)](_0x4d1049=>_0x4d1049[_0x3f6667(0x2a9)][_0x3f6667(0x2eb)](_0x2fba63[_0x3f6667(0x2a9)]));_0x1fa21a&&_0x4b8c5f[_0x3f6667(0x222)]({'key':_0x3f6667(0x27f),'newValue':_0x2fba63[_0x3f6667(0x211)],'oldValue':_0x1fa21a[_0x3f6667(0x211)],'range':_0x3cd236[_0x3f6667(0x2e8)][_0x3f6667(0x1d9)](_0x2fba63[_0x3f6667(0x2a9)][_0x3f6667(0x245)])});}return 0x0!=_0x4b8c5f[_0x3f6667(0x2f7)]&&this[_0x3f6667(0x1e4)](_0x4bb65d,_0x4b8c5f);}[_0x40bafa(0x206)](_0x4ee956){const _0x10efa9=_0x40bafa;let _0x1a0dc7=!0x1;const _0x1a22eb=this[_0x10efa9(0x2fe)][_0x10efa9(0x2e8)][_0x10efa9(0x30a)][_0x10efa9(0x273)][_0x10efa9(0x216)]()[_0x10efa9(0x268)](_0x3f2102=>_0x3f2102[_0x10efa9(0x1b8)][_0x10efa9(0x2fc)]&&_0x3f2102[_0x10efa9(0x211)][_0x10efa9(0x260)](_0x10efa9(0x2e4)));for(const _0x1c4163 of _0x1a22eb){const {subType:_0x43cdfc,id:_0x19e471}=this[_0x10efa9(0x240)](_0x1c4163[_0x10efa9(0x211)]),_0x305a11=_0x43cdfc[_0x10efa9(0x291)]('|')[0x0];for(const _0x3f5191 of this[_0x10efa9(0x28f)]({'skipNotAttached':!0x0}))_0x3f5191['id']!=_0x19e471&&_0x10efa9(0x1f2)==_0x3f5191[_0x10efa9(0x275)]&&_0x3f5191[_0x10efa9(0x1b8)]&&_0x3f5191[_0x10efa9(0x1b8)][_0x10efa9(0x185)]==_0x305a11&&_0x3f5191[_0x10efa9(0x1b1)]()[_0x10efa9(0x1c3)](_0x1c4163[_0x10efa9(0x1b8)][_0x10efa9(0x2fc)])&&(this[_0x10efa9(0x1d5)](_0x3f5191,_0x1c4163[_0x10efa9(0x1b8)][_0x10efa9(0x2fc)],_0x4ee956),_0x1a0dc7=!0x0);}return _0x1a0dc7;}[_0x40bafa(0x1c9)](_0x547f5f){const _0x10ccd4=_0x40bafa;this[_0x10ccd4(0x2fe)],(this[_0x10ccd4(0x2be)]=!0x0,_0x547f5f());}[_0x40bafa(0x210)](_0x4b4f2e){const _0x46dd26=_0x40bafa,_0x5e6fbb=this[_0x46dd26(0x1ee)](_0x4b4f2e),_0x3dad6c=this[_0x46dd26(0x19b)][_0x46dd26(0x31c)](_0x4b4f2e);return _0x5e6fbb||_0x3dad6c;}[_0x40bafa(0x1e4)](_0x271fce,_0x28d600){const _0x29c03e=_0x40bafa;if(0x0==_0x28d600[_0x29c03e(0x2f7)])return!0x1;let _0x136c7c=!0x1;for(const _0xf47f29 of _0x28d600){const _0x3319c9=this[_0x29c03e(0x2c2)](_0xf47f29[_0x29c03e(0x2ef)],_0x29c03e(0x1f2))[_0x29c03e(0x268)](_0x3c59c5=>!_0x3c59c5[_0x29c03e(0x20e)][_0x29c03e(0x1f6)])[_0x29c03e(0x181)](_0x1a4bee=>_0x1a4bee[_0x29c03e(0x1c2)]),_0x355c09=_0x44e45c({'newValue':_0xf47f29[_0x29c03e(0x251)]});_0x3319c9[_0x29c03e(0x268)](_0x21a341=>{const _0x15f903=_0x29c03e,[_0x3634be,_0x368526]=_0x21a341[_0x15f903(0x283)][_0x15f903(0x291)]('|');return _0x3634be==_0xf47f29[_0x15f903(0x185)]&&_0x368526!=_0x355c09;})[_0x29c03e(0x313)](_0x281e2b=>{const _0x2c38a6=_0x29c03e;this[_0x2c38a6(0x1d5)](_0x281e2b,_0xf47f29[_0x2c38a6(0x2ef)],_0x271fce),_0x136c7c=!0x0;});}return _0x136c7c;}[_0x40bafa(0x1d5)](_0x5c9892,_0x4d25ec,_0x54ed3a){const _0x3d501c=_0x40bafa,_0x3553a4=_0x5c9892[_0x3d501c(0x1b1)]()[_0x3d501c(0x23f)](_0x4d25ec);0x0!==_0x3553a4[_0x3d501c(0x2f7)]?0x1!==_0x3553a4[_0x3d501c(0x2f7)]?this[_0x3d501c(0x29f)](_0x5c9892,_0x4d25ec[_0x3d501c(0x1ea)],_0x4d25ec[_0x3d501c(0x30d)]):this[_0x3d501c(0x1c0)](_0x5c9892,_0x3553a4[0x0]):_0x54ed3a[_0x3d501c(0x18f)](_0x5c9892[_0x3d501c(0x274)]());}}class Et{constructor(_0x431bc6){const _0x4444e2=_0x40bafa;this[_0x4444e2(0x2a0)]=_0x431bc6,this[_0x4444e2(0x2d4)]=_0x431bc6[_0x4444e2(0x2e8)],this[_0x4444e2(0x1d4)]=new Map(),this[_0x4444e2(0x21f)]=new Map(),this[_0x4444e2(0x1ca)]();}[_0x40bafa(0x227)](_0x28f5df,_0x147afe,_0x584784,_0x3e9079,_0x481dd3,_0x499b55){const _0x4ae3ab=_0x40bafa;return new _0x566b21(this[_0x4ae3ab(0x2d4)],{'type':_0x28f5df,'subType':_0x147afe,'id':_0x584784,'author':_0x3e9079,'creator':_0x3e9079,'attributes':_0x481dd3,'onAttributesChange':_0x499b55,'onAccept':(..._0x53032a)=>this[_0x4ae3ab(0x2b9)](_0x28f5df,_0x147afe,_0x4ae3ab(0x196))(..._0x53032a),'onDiscard':(..._0x5001a6)=>this[_0x4ae3ab(0x2b9)](_0x28f5df,_0x147afe,_0x4ae3ab(0x1b4))(..._0x5001a6)});}[_0x40bafa(0x1fa)](_0x174aa0,_0x1a1edd,_0xbf5ebf,_0x158786){const _0x443df5=_0x40bafa,_0x15fcf7=_0x174aa0+':'+_0x1a1edd+':'+_0xbf5ebf;this[_0x443df5(0x1d4)][_0x443df5(0x2a1)](_0x15fcf7,_0x158786);}[_0x40bafa(0x2b9)](_0x5c8b2,_0x5ee4a8,_0x135569){const _0x21ba93=_0x40bafa,_0x39818a=_0x5c8b2+':'+_0x5ee4a8+':'+_0x135569;return this[_0x21ba93(0x1d4)][_0x21ba93(0x24d)](_0x39818a)||this[_0x21ba93(0x21f)][_0x21ba93(0x24d)](_0x5c8b2+':'+_0x135569);}[_0x40bafa(0x1ca)](){const _0x3011b4=_0x40bafa,_0x3bec9e=()=>!0x1,_0x16b68a=_0x5861d6=>{const _0x34049a=_0x598c;_0x5861d6[_0x34049a(0x255)]((_0x581709,_0x4e3717)=>_0x581709[_0x34049a(0x1ea)][_0x34049a(0x2e2)](_0x4e3717[_0x34049a(0x1ea)])?0x1:-0x1),this[_0x34049a(0x2d4)][_0x34049a(0x2bc)](_0xcf953e=>{const _0x10cfa0=_0x34049a;for(const _0x427989 of _0x5861d6){let _0x62b565;_0x62b565=_0x427989[_0x10cfa0(0x30d)][_0x10cfa0(0x316)]&&_0x427989[_0x10cfa0(0x30d)][_0x10cfa0(0x21e)]==_0x427989[_0x10cfa0(0x1ea)][_0x10cfa0(0x245)]?_0xcf953e[_0x10cfa0(0x20f)](_0x427989[_0x10cfa0(0x1ea)][_0x10cfa0(0x245)],'on'):_0xcf953e[_0x10cfa0(0x20f)](_0x427989),this[_0x10cfa0(0x2d4)][_0x10cfa0(0x2ab)](_0x62b565,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x385d64=(_0x29d664,_0x437c91)=>{const _0xa89dc4=_0x598c;_0x437c91&&this[_0xa89dc4(0x2d4)][_0xa89dc4(0x2bc)](_0x241944=>{const _0x828df8=_0xa89dc4,{commandName:_0x52af66,commandParams:_0x23e2c6=[]}=_0x437c91,_0x566eee=_0x29d664[_0x828df8(0x181)](_0x4d458f=>(Vt(_0x4d458f)&&(_0x4d458f=this[_0x828df8(0x2d4)][_0x828df8(0x25f)](_0x4d458f[_0x828df8(0x30d)])),_0x4d458f))[_0x828df8(0x268)](_0x462495=>_0x828df8(0x2f2)!==_0x462495[_0x828df8(0x277)][_0x828df8(0x30e)]);if(_0x566eee[_0x828df8(0x2f7)]<0x1)return;const _0x5a6bfd=Array[_0x828df8(0x175)](this[_0x828df8(0x2d4)][_0x828df8(0x30a)][_0x828df8(0x2b7)][_0x828df8(0x296)]())[_0x828df8(0x181)](_0x4f1f8c=>_0x276b5e[_0x828df8(0x288)](_0x4f1f8c));_0x241944[_0x828df8(0x2f6)](_0x566eee);for(const _0x5309e6 of this[_0x828df8(0x2a0)][_0x828df8(0x2f9)][_0x828df8(0x2f9)]())_0x5309e6[_0x828df8(0x1e6)]();_0x23e2c6[_0x828df8(0x222)]({'forceDefaultExecution':!0x0}),this[_0x828df8(0x2a0)][_0x828df8(0x309)](_0x52af66,..._0x23e2c6);const _0x946873=_0x5a6bfd[_0x828df8(0x268)](_0x3829b6=>_0x828df8(0x2f2)!=_0x3829b6[_0x828df8(0x277)][_0x828df8(0x30e)]);_0x946873[_0x828df8(0x2f7)]>0x0&&_0x241944[_0x828df8(0x2f6)](_0x946873);for(const _0x123d74 of _0x5a6bfd)_0x123d74[_0x828df8(0x1b5)]();});},_0xe57e0=(_0x45e248,_0x196137)=>0x1==_0x45e248[_0x3011b4(0x2f7)]&&0x1==_0x196137[_0x3011b4(0x2f7)]&&_0x45e248[0x0][_0x3011b4(0x30d)][_0x3011b4(0x2eb)](_0x196137[0x0][_0x3011b4(0x1ea)]),_0x131b55=(_0x9b641e,_0x232b88,_0x50a553,_0x7a15fb)=>Ht(_0x9b641e,_0x232b88,_0x50a553,_0x7a15fb,this[_0x3011b4(0x2d4)])?[_0x9b641e,_0x232b88]:Ht(_0x232b88,_0x9b641e,_0x7a15fb,_0x50a553,this[_0x3011b4(0x2d4)])?[_0x232b88,_0x9b641e]:null;this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x258),_0x3bec9e),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x1ed),_0x16b68a),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x2c0),_0xe57e0),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x192),_0x131b55),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x1a2),_0x16b68a),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x308),_0x3bec9e),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x1af),_0xe57e0),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x315),_0x131b55),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x232),_0x385d64),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x23b),_0x3bec9e),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x31e),_0xe57e0),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x213),_0x3bec9e),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x265),_0x385d64),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x282),_0x3bec9e),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x2fb),_0xe57e0),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x1a0),_0x3bec9e),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x1ce),_0x3bec9e),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x235),(_0x5a712f,_0x45057f)=>{const _0x5e8b1a=_0x3011b4;if(!_0x45057f)return;const _0x5b218e=this[_0x5e8b1a(0x2a0)][_0x5e8b1a(0x230)][_0x5e8b1a(0x24d)](p);this[_0x5e8b1a(0x2d4)][_0x5e8b1a(0x2bc)](_0xcc810=>{const _0x50b315=_0x5e8b1a;if(_0x50b315(0x27f)==_0x45057f[_0x50b315(0x185)])for(const _0x5b8a33 of _0x5a712f){const _0x9a7469=_0x5b8a33[_0x50b315(0x1ea)][_0x50b315(0x245)],_0x22630e=_0x45057f[_0x50b315(0x256)];_0xcc810[_0x50b315(0x17b)](_0x9a7469,_0x22630e);}else{if(_0x5b218e[_0x50b315(0x1ee)](_0x45057f[_0x50b315(0x185)])){for(const _0x49ea62 of _0x5a712f)void 0x0!==_0x45057f[_0x50b315(0x256)]?_0xcc810[_0x50b315(0x21b)](_0x45057f[_0x50b315(0x185)],_0x45057f[_0x50b315(0x256)],_0x49ea62[_0x50b315(0x1ea)][_0x50b315(0x245)]):_0xcc810[_0x50b315(0x306)](_0x45057f[_0x50b315(0x185)],_0x49ea62[_0x50b315(0x1ea)][_0x50b315(0x245)]);}else{for(const _0x130937 of _0x5a712f)_0x45057f[_0x50b315(0x256)]?_0xcc810[_0x50b315(0x21b)](_0x45057f[_0x50b315(0x185)],_0x45057f[_0x50b315(0x256)],_0x130937):_0xcc810[_0x50b315(0x306)](_0x45057f[_0x50b315(0x185)],_0x130937);}}});}),this[_0x3011b4(0x21f)][_0x3011b4(0x2a1)](_0x3011b4(0x215),_0xe57e0);}}function Ot(_0x55a466,_0x879de,_0x545dc8){const _0x5b2af2=_0x40bafa;for(const _0x31f4cb of _0x879de[_0x5b2af2(0x21e)][_0x5b2af2(0x1b0)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x31f4cb[_0x5b2af2(0x277)]==_0x31f4cb)return!0x1;if(!_0x545dc8[_0x5b2af2(0x286)](_0x31f4cb))return!0x1;if(_0x55a466[_0x5b2af2(0x236)](_0x31f4cb)||_0x55a466[_0x5b2af2(0x290)](_0x31f4cb))return!0x0;}return!0x1;}function Vt(_0x39ee9d){const _0x29fbcb=_0x40bafa;return _0x39ee9d[_0x29fbcb(0x30d)][_0x29fbcb(0x21e)]==_0x39ee9d[_0x29fbcb(0x1ea)][_0x29fbcb(0x245)]&&_0x39ee9d[_0x29fbcb(0x30d)][_0x29fbcb(0x202)];}function Ut(_0x3c154f,_0x453f9c,_0x383241,_0x4d6cc5){const _0x573ba7=_0x40bafa,_0x5729f6=_0x2e14c3=>!_0x2e14c3[_0x573ba7(0x2c4)]['is'](_0x573ba7(0x172))&&!_0x4d6cc5[_0x573ba7(0x236)](_0x2e14c3[_0x573ba7(0x2c4)]),_0x3ce3b9=_0x3c154f[_0x573ba7(0x1ea)][_0x573ba7(0x285)](_0x5729f6),_0x596291=_0x3c154f[_0x573ba7(0x30d)][_0x573ba7(0x285)](_0x5729f6,{'direction':_0x573ba7(0x2fd)});return(!_0x3c154f[_0x573ba7(0x1ea)][_0x573ba7(0x2eb)](_0x3ce3b9)||!_0x3c154f[_0x573ba7(0x30d)][_0x573ba7(0x2eb)](_0x596291))&&(_0x3ce3b9[_0x573ba7(0x2e2)](_0x596291)?_0x383241[_0x573ba7(0x22a)](_0x453f9c,{'range':_0x383241[_0x573ba7(0x25f)](_0x3ce3b9,_0x596291)}):_0x383241[_0x573ba7(0x18f)](_0x453f9c),!0x0);}function Gt(_0x79e7e0){return _0x44e45c(_0x79e7e0);}function Ft(_0x1f13a2){const _0x1f5715=_0x40bafa,_0x17ce9d=_0x1f13a2[_0x1f5715(0x1ea)][_0x1f5715(0x245)];return _0x17ce9d&&_0x17ce9d['is'](_0x1f5715(0x2d3));}function Pt(_0x40c241,_0x214650){const _0x7164a8=_0x40bafa;return null==_0x40c241[_0x7164a8(0x30d)][_0x7164a8(0x2cd)]&&_0x40c241[_0x7164a8(0x30d)][_0x7164a8(0x21e)]==_0x40c241[_0x7164a8(0x1ea)][_0x7164a8(0x245)]?Lt(_0x40c241[_0x7164a8(0x1ea)][_0x7164a8(0x245)],_0x214650):_0x40c241;}function Lt(_0x11ce9f,_0x4bf631){const _0x1fe0d6=_0x40bafa,_0x52ca33=_0x4bf631[_0x1fe0d6(0x238)][_0x1fe0d6(0x236)](_0x11ce9f)||_0x4bf631[_0x1fe0d6(0x238)][_0x1fe0d6(0x194)](_0x11ce9f);return _0x4bf631[_0x1fe0d6(0x25f)](_0x4bf631[_0x1fe0d6(0x201)](_0x11ce9f,_0x1fe0d6(0x16c)),_0x52ca33?_0x4bf631[_0x1fe0d6(0x2dc)](_0x11ce9f):_0x4bf631[_0x1fe0d6(0x201)](_0x11ce9f,_0x1fe0d6(0x30d)));}function Ht(_0x54f046,_0x268a03,_0x4ba1fd,_0x154e45,_0x5143f3){const _0x17a19b=_0x40bafa;if(_0x54f046[_0x17a19b(0x2f1)])return!0x1;if(!Jt(_0x54f046,_0x268a03))return!0x1;if(_0x4ba1fd[_0x17a19b(0x30d)][_0x17a19b(0x2eb)](_0x154e45[_0x17a19b(0x1ea)]))return!0x0;if(_0x54f046[_0x17a19b(0x275)]!=_0x268a03[_0x17a19b(0x275)])return!0x1;if(!_0x4ba1fd[_0x17a19b(0x30d)][_0x17a19b(0x199)](_0x154e45[_0x17a19b(0x1ea)]))return!0x1;const _0x3c1429=_0x5143f3[_0x17a19b(0x25f)](_0x4ba1fd[_0x17a19b(0x30d)],_0x154e45[_0x17a19b(0x1ea)])[_0x17a19b(0x1be)]();for(const _0x36ca1b of _0x3c1429)if([_0x17a19b(0x1f0),_0x17a19b(0x173)][_0x17a19b(0x1ba)](_0x36ca1b[_0x17a19b(0x275)])&&_0x5143f3[_0x17a19b(0x238)][_0x17a19b(0x290)](_0x36ca1b[_0x17a19b(0x2c4)]))return!0x1;return!0x0;}function Jt(_0x5bd791,_0x406f09){const _0x5900ec=_0x40bafa;if(!_0x5bd791[_0x5900ec(0x1f3)]||!_0x406f09[_0x5900ec(0x1f3)])return!0x1;const _0x14c4ae=new Set(Object[_0x5900ec(0x303)](_0x5bd791[_0x5900ec(0x29d)])),_0x2ba814=new Set(Object[_0x5900ec(0x303)](_0x406f09[_0x5900ec(0x29d)]));if(_0x14c4ae[_0x5900ec(0x191)](_0x5900ec(0x295)),_0x2ba814[_0x5900ec(0x191)](_0x5900ec(0x295)),0x0==_0x14c4ae[_0x5900ec(0x30f)]&&0x0==_0x2ba814[_0x5900ec(0x30f)])return!0x0;if(_0x14c4ae[_0x5900ec(0x30f)]!=_0x2ba814[_0x5900ec(0x30f)])return!0x1;const _0x1e22ee={..._0x5bd791[_0x5900ec(0x29d)]},_0x2fed27={..._0x406f09[_0x5900ec(0x29d)]};return delete _0x1e22ee[_0x5900ec(0x295)],delete _0x2fed27[_0x5900ec(0x295)],JSON[_0x5900ec(0x284)](_0x1e22ee)==JSON[_0x5900ec(0x284)](_0x2fed27);}function qt(_0x1c038c,_0x30e071){const _0x559103=_0x40bafa,_0x41dba9=zt(_0x1c038c[_0x559103(0x29d)]),_0x3d4564=zt(_0x30e071);if(!_0x1c038c[_0x559103(0x1f3)])return!0x1;for(const _0x465606 of Object[_0x559103(0x303)](_0x3d4564))if(!_0x2dfc57(_0x41dba9[_0x465606],_0x3d4564[_0x465606]))return!0x1;return!0x0;}function zt(_0x333f2a){const _0xa5f79c=_0x40bafa,_0x4056a=Object[_0xa5f79c(0x1d8)]({},_0x333f2a);return delete _0x4056a[_0xa5f79c(0x207)],delete _0x4056a[_0xa5f79c(0x1d0)],_0x4056a;}
|