@ckeditor/ckeditor5-track-changes 43.2.0-alpha.2 → 43.2.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +10 -10
- package/src/trackchangesediting.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "43.2.0-alpha.
|
|
3
|
+
"version": "43.2.0-alpha.3",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"CHANGELOG.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@ckeditor/ckeditor5-core": "43.2.0-alpha.
|
|
45
|
-
"@ckeditor/ckeditor5-engine": "43.2.0-alpha.
|
|
46
|
-
"@ckeditor/ckeditor5-enter": "43.2.0-alpha.
|
|
47
|
-
"@ckeditor/ckeditor5-typing": "43.2.0-alpha.
|
|
48
|
-
"@ckeditor/ckeditor5-ui": "43.2.0-alpha.
|
|
49
|
-
"@ckeditor/ckeditor5-utils": "43.2.0-alpha.
|
|
50
|
-
"@ckeditor/ckeditor5-widget": "43.2.0-alpha.
|
|
51
|
-
"ckeditor5": "43.2.0-alpha.
|
|
52
|
-
"ckeditor5-collaboration": "43.2.0-alpha.
|
|
44
|
+
"@ckeditor/ckeditor5-core": "43.2.0-alpha.3",
|
|
45
|
+
"@ckeditor/ckeditor5-engine": "43.2.0-alpha.3",
|
|
46
|
+
"@ckeditor/ckeditor5-enter": "43.2.0-alpha.3",
|
|
47
|
+
"@ckeditor/ckeditor5-typing": "43.2.0-alpha.3",
|
|
48
|
+
"@ckeditor/ckeditor5-ui": "43.2.0-alpha.3",
|
|
49
|
+
"@ckeditor/ckeditor5-utils": "43.2.0-alpha.3",
|
|
50
|
+
"@ckeditor/ckeditor5-widget": "43.2.0-alpha.3",
|
|
51
|
+
"ckeditor5": "43.2.0-alpha.3",
|
|
52
|
+
"ckeditor5-collaboration": "43.2.0-alpha.3",
|
|
53
53
|
"lodash-es": "4.17.21"
|
|
54
54
|
},
|
|
55
55
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3ac0c3=_0x4867;(function(_0x1c6dc3,_0x2740ff){const _0x5be554=_0x4867,_0xe650ea=_0x1c6dc3();while(!![]){try{const _0x57ea29=parseInt(_0x5be554(0x254))/0x1*(-parseInt(_0x5be554(0xc3))/0x2)+parseInt(_0x5be554(0xc2))/0x3+parseInt(_0x5be554(0x166))/0x4*(parseInt(_0x5be554(0x13b))/0x5)+parseInt(_0x5be554(0x108))/0x6*(parseInt(_0x5be554(0x19b))/0x7)+-parseInt(_0x5be554(0x20b))/0x8*(-parseInt(_0x5be554(0x1d0))/0x9)+-parseInt(_0x5be554(0x128))/0xa+-parseInt(_0x5be554(0xa9))/0xb;if(_0x57ea29===_0x2740ff)break;else _0xe650ea['push'](_0xe650ea['shift']());}catch(_0x53efc0){_0xe650ea['push'](_0xe650ea['shift']());}}}(_0x1548,0x49a1a));import{Plugin as _0x5c321c,PendingActions as _0x391a3d}from'ckeditor5/src/core.js';import{LiveRange as _0x549232}from'ckeditor5/src/engine.js';import{CKEditorError as _0x1c3b22,uid as _0x374447,priorities as _0x318549,logWarning as _0x3c443e,getEnvKeystrokeText as _0x3cfd76}from'ckeditor5/src/utils.js';import{toWidget as _0x271afd}from'ckeditor5/src/widget.js';import{Users as _0x4e0cb8,hashObject as _0x4fc22f,surroundingMarkersDetector as _0x5514d5,FOCUS_ANNOTATION_KEYSTROKE as _0x38550b}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x78205d from'./commands/trackchangescommand.js';import _0x413030 from'./commands/acceptsuggestioncommand.js';import _0x43c2ef from'./commands/discardsuggestioncommand.js';import _0x55a644 from'./commands/executeonallsuggestionscommand.js';import _0x3278b9 from'./commands/executeonselectedsuggestionscommand.js';import _0x3f8657 from'./suggestion.js';import _0x508efe from'./suggestiondescriptionfactory.js';import _0x200a66 from'./integrations/aiassistant.js';import _0x111078 from'./integrations/alignment.js';import _0x569630 from'./integrations/basicstyles.js';import _0x39e354 from'./integrations/blockquote.js';import _0x2bb870 from'./integrations/casechange.js';import _0x407700 from'./integrations/ckbox.js';import _0x1bf376 from'./integrations/codeblock.js';import _0x5e07cc from'./integrations/comments.js';import _0x516bce from'./integrations/deletecommand.js';import _0x4d297e from'./integrations/list.js';import _0x42d764 from'./integrations/listproperties.js';import _0x14604e from'./integrations/entercommand.js';import _0x276291 from'./integrations/findandreplace.js';import _0x3682a0 from'./integrations/font.js';import _0x398b39 from'./integrations/formatpainter.js';import _0x1d43ef from'./integrations/heading.js';import _0x191a30 from'./integrations/highlight.js';import _0x5a8049 from'./integrations/horizontalline.js';import _0x1e7bf2 from'./integrations/htmlembed.js';import _0xe55c9d from'./integrations/image.js';import _0x3bc47d from'./integrations/imagereplace.js';import _0x168935 from'./integrations/imagestyle.js';import _0x202e8c from'./integrations/importword.js';import _0x81a9d7 from'./integrations/indent.js';import _0x4ed854 from'./integrations/inputcommand.js';import _0x174a17 from'./integrations/link.js';import _0x144d31 from'./integrations/legacylist.js';import _0x58a509 from'./integrations/legacylistproperties.js';import _0x58f4df from'./integrations/mediaembed.js';import _0x14ef8b from'./integrations/mention.js';import _0x12dffa from'./integrations/mergefields.js';import _0x2b12d4 from'./integrations/multilevellist.js';import _0x3aa1a8 from'./integrations/pagebreak.js';import _0x553b0b from'./integrations/paragraph.js';import _0x207594 from'./integrations/removeformat.js';import _0x251fbc from'./integrations/restrictededitingmode.js';import _0x199764 from'./integrations/shiftentercommand.js';function _0x4867(_0x41e660,_0x3e97be){const _0x154830=_0x1548();return _0x4867=function(_0x48670f,_0x206e83){_0x48670f=_0x48670f-0xa4;let _0x5588d5=_0x154830[_0x48670f];return _0x5588d5;},_0x4867(_0x41e660,_0x3e97be);}import _0x3391db from'./integrations/standardeditingmode.js';import _0x19c6a4 from'./integrations/style.js';import _0x563719 from'./integrations/table.js';import _0x157176 from'./integrations/tablemergesplit.js';import _0x1043f0 from'./integrations/tableheadings.js';import _0x286ac4 from'./integrations/tableclipboard.js';import _0xc10d9 from'./integrations/tablecolumnresize.js';import _0xff01c3 from'./integrations/template.js';import _0x1b21fd from'./integrations/tableofcontents.js';import _0x2493b3 from'./integrations/title.js';import _0x4e1f58 from'./integrations/undo.js';import _0x4faacd from'./integrations/tablecaption.js';import _0x282416 from'./integrations/tableproperties.js';import{getTranslation as _0x588b70}from'./utils/common-translations.js';import{isEqual as _0x330d85,omit as _0x4cf46a}from'lodash-es';export const renameAttributeKey=_0x3ac0c3(0x101);export default class p extends _0x5c321c{static get[_0x3ac0c3(0x1ab)](){const _0x9ee889=_0x3ac0c3;return[_0x9ee889(0xda),_0x4e0cb8,_0x391a3d,_0x200a66,_0x111078,_0x569630,_0x39e354,_0x407700,_0x2bb870,_0x1bf376,_0x5e07cc,_0x516bce,_0x14604e,_0x276291,_0x3682a0,_0x398b39,_0x1d43ef,_0x191a30,_0x5a8049,_0x1e7bf2,_0xe55c9d,_0x168935,_0x3bc47d,_0x202e8c,_0x81a9d7,_0x4ed854,_0x144d31,_0x58a509,_0x2b12d4,_0x174a17,_0x4d297e,_0x42d764,_0x58f4df,_0x14ef8b,_0x12dffa,_0x3aa1a8,_0x553b0b,_0x207594,_0x251fbc,_0x199764,_0x3391db,_0x19c6a4,_0x563719,_0x157176,_0x1043f0,_0x4faacd,_0x286ac4,_0xc10d9,_0x1b21fd,_0x282416,_0xff01c3,_0x2493b3,_0x4e1f58];}static get[_0x3ac0c3(0x1bf)](){const _0x51234c=_0x3ac0c3;return _0x51234c(0x1b1);}constructor(_0x5c3683){const _0x433bd4=_0x3ac0c3;function _0x30cbf8(_0x1033dc){const _0x1c917e=_0x4867;return _0x1033dc[_0x1c917e(0x20c)](_0x4c8393=>String[_0x1c917e(0x16f)](_0x4c8393))[_0x1c917e(0x181)]('');}super(_0x5c3683),this[_0x433bd4(0x21e)]=!0x1,this[_0x433bd4(0x253)](_0x433bd4(0x124),[]),this['on'](_0x433bd4(0x1a8),(_0x22430e,_0x1c1134,_0x1461b0,_0x4e230b)=>{const _0x2e381b=_0x433bd4;this[_0x2e381b(0x14c)][_0x2e381b(0x15d)](()=>{const _0x305228=_0x2e381b;for(const _0x142d9c of[..._0x4e230b,..._0x1461b0])this[_0x305228(0x14c)][_0x305228(0x1c8)][_0x305228(0x157)](_0x142d9c)&&_0x5c3683[_0x305228(0xd6)][_0x305228(0x1e9)](_0x142d9c);});}),this[_0x433bd4(0xbc)]=new _0x508efe(this[_0x433bd4(0x1cd)][_0x433bd4(0x16e)][_0x433bd4(0x1dc)],this[_0x433bd4(0x1cd)][_0x433bd4(0x180)]),this[_0x433bd4(0x1c6)]=null,this[_0x433bd4(0xac)]=new Et(this[_0x433bd4(0x1cd)]),this[_0x433bd4(0xc6)]=new Map(),this[_0x433bd4(0xb6)]=_0x5c3683[_0x433bd4(0x1e8)][_0x433bd4(0xfe)](_0x433bd4(0xda)),this[_0x433bd4(0x18f)]=new Set(),this[_0x433bd4(0x14c)]=this[_0x433bd4(0x1cd)][_0x433bd4(0x16e)],this[_0x433bd4(0x1e3)]=new WeakMap(),this[_0x433bd4(0xa8)]=!0x1,this[_0x433bd4(0xf1)]=new Set([_0x433bd4(0x101)]),this[_0x433bd4(0x137)]=new Set(),_0x5c3683[_0x433bd4(0xcb)][_0x433bd4(0x1ae)](_0x433bd4(0x17f),_0x433bd4(0x23e)),this[_0x433bd4(0x117)]=_0x5c3683[_0x433bd4(0xcb)][_0x433bd4(0xfe)](_0x433bd4(0x17f)),_0x5c3683[_0x433bd4(0xcb)][_0x433bd4(0x1ae)](_0x433bd4(0x15a),!0x0),this[_0x433bd4(0xc7)]=_0x5c3683[_0x433bd4(0xcb)][_0x433bd4(0xfe)](_0x433bd4(0x15a)),this[_0x433bd4(0x17d)]=new _0x78205d(_0x5c3683,this[_0x433bd4(0x18f)]),this[_0x433bd4(0xa6)](),this[_0x30cbf8([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x30cbf8([0x34,0x30,0x34,0x38,0x31,0x38,0x35,0x34]);}[_0x3ac0c3(0x234)](){const _0x4add3a=_0x3ac0c3,_0x3797bc=this[_0x4add3a(0x1cd)],_0x35756d=(_0x22e60f,_0x39276d)=>{const _0x39078a=_0x4add3a;if(_0x39078a(0xde)!=_0x22e60f)return _0x39078a(0x244)+_0x22e60f;const _0x45afcb=_0x39276d[_0x39078a(0x143)]('|')[0x0];return this[_0x39078a(0x22b)](_0x45afcb)?_0x39078a(0xc5):_0x39078a(0x1cb);};_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0x245))[_0x4add3a(0x228)]({'model':_0x4add3a(0x19f),'view':_0x8888f4=>{const _0xefd49c=_0x4add3a,{id:_0x16d224,authorId:_0x1d8746,type:_0x5f4776,subType:_0x4b35b5}=this[_0xefd49c(0x136)](_0x8888f4[_0xefd49c(0x1b5)]),_0x246d30=[_0xefd49c(0x134),_0x35756d(_0x5f4776,_0x4b35b5)];let _0x572e70=0xbb8;return this[_0xefd49c(0x124)][_0xefd49c(0x252)](_0x8888f4[_0xefd49c(0x1b5)])&&(_0x246d30[_0xefd49c(0x1f7)](_0xefd49c(0x194)),_0x572e70=0xbc2),_0xefd49c(0x1b0)==_0x5f4776&&(_0x572e70+=0x5),{'classes':_0x246d30,'attributes':{'data-suggestion':_0x16d224,'data-author-id':_0x1d8746},'priority':_0x572e70};}}),_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0xb5))[_0x4add3a(0x220)](_0x126c83=>{const _0x38780c=_0x4add3a;_0x126c83['on'](_0x38780c(0x1ca),(_0x203734,_0x35ef65,_0xed8476)=>{const _0x337525=_0x38780c;if(!_0xed8476[_0x337525(0x18c)][_0x337525(0x218)])return;const _0x58123f=_0x35ef65[_0x337525(0x22c)];if(!_0x58123f)return;const _0x23abdc=_0xed8476[_0x337525(0x19a)][_0x337525(0xba)](_0x58123f);_0x3797bc[_0x337525(0x16e)][_0x337525(0x1dc)][_0x337525(0x109)](_0x58123f)&&_0x23abdc&&!_0x23abdc[_0x337525(0x160)](_0x337525(0x184))&&_0x23abdc['is'](_0x337525(0x211))&&_0x271afd(_0x23abdc,_0xed8476[_0x337525(0x177)]);},{'priority':_0x38780c(0xd4)});}),_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0xb5))[_0x4add3a(0x228)]({'model':_0x4add3a(0x19f),'view':(_0x5a539b,_0x22934e)=>{const _0x28186d=_0x4add3a;if(!_0x22934e[_0x28186d(0x18c)][_0x28186d(0x218)])return null;const {type:_0x17960a,subType:_0x35f530}=this[_0x28186d(0x136)](_0x5a539b[_0x28186d(0x1b5)]);return{'classes':[_0x28186d(0x134),_0x35756d(_0x17960a,_0x35f530)],'priority':0xbb8};}});const _0x54d00c=({showActiveMarkers:_0x1dd8a9=!0x0,isAttributeSuggestion:_0x571343=!0x1}={})=>(_0x588dc9,_0x43e9b1,_0xce6e89)=>{const _0x35d5da=_0x4add3a;if(!_0x43e9b1[_0x35d5da(0x22c)])return;const {id:_0x1b8201,authorId:_0x1a759a}=this[_0x35d5da(0x136)](_0x43e9b1[_0x35d5da(0x1b5)]);if(_0x571343){const _0x469053=this[_0x35d5da(0xc6)][_0x35d5da(0xfe)](_0x1b8201),_0x281b03=this[_0x35d5da(0x1f1)](_0x469053);if(!this[_0x35d5da(0x22b)](_0x281b03))return;}if(_0x43e9b1[_0x35d5da(0x22c)]['is'](_0x35d5da(0x12b)))return void _0xce6e89[_0x35d5da(0xb9)][_0x35d5da(0x122)](_0x43e9b1[_0x35d5da(0x22c)],_0x588dc9[_0x35d5da(0x158)]);const _0x1653e0=_0xce6e89[_0x35d5da(0x19a)][_0x35d5da(0xba)](_0x43e9b1[_0x35d5da(0x22c)]);if(_0x43e9b1[_0x35d5da(0x22c)]['is'](_0x35d5da(0x13f))&&_0x3797bc[_0x35d5da(0x16e)][_0x35d5da(0x1dc)][_0x35d5da(0xd8)](_0x43e9b1[_0x35d5da(0x22c)])&&!_0x1653e0[_0x35d5da(0x160)](_0x35d5da(0x1b2))){_0xce6e89[_0x35d5da(0x177)][_0x35d5da(0x1d3)]([_0x35d5da(0x134),_0x35d5da(0xc5)],_0x1653e0),_0xce6e89[_0x35d5da(0x177)][_0x35d5da(0x169)](_0x35d5da(0xe4),_0x1b8201,_0x1653e0),_0xce6e89[_0x35d5da(0x177)][_0x35d5da(0x169)](_0x35d5da(0x198),_0x1a759a,_0x1653e0),_0xce6e89[_0x35d5da(0x19a)][_0x35d5da(0x1ba)](_0x1653e0,_0x43e9b1[_0x35d5da(0x1b5)]),_0x1dd8a9&&(this[_0x35d5da(0x124)][_0x35d5da(0x252)](_0x43e9b1[_0x35d5da(0x1b5)])?_0xce6e89[_0x35d5da(0x177)][_0x35d5da(0x1d3)](_0x35d5da(0x194),_0x1653e0):_0xce6e89[_0x35d5da(0x177)][_0x35d5da(0xfd)](_0x35d5da(0x194),_0x1653e0));for(const _0x4e3102 of _0x3797bc[_0x35d5da(0x16e)][_0x35d5da(0xea)](_0x43e9b1[_0x35d5da(0x22c)])[_0x35d5da(0x205)]())_0xce6e89[_0x35d5da(0xb9)][_0x35d5da(0x122)](_0x4e3102,_0x588dc9[_0x35d5da(0x158)]);_0xce6e89[_0x35d5da(0xb9)][_0x35d5da(0x122)](_0x43e9b1[_0x35d5da(0x22c)],_0x588dc9[_0x35d5da(0x158)]);}};_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0xb5))[_0x4add3a(0x220)](_0x18148c=>{const _0x2f91d4=_0x4add3a;_0x18148c['on'](_0x2f91d4(0xbb),(_0x49a7c7,_0x189fdb,_0x38976f)=>{const _0x522982=_0x2f91d4;_0x38976f[_0x522982(0x18c)][_0x522982(0x218)]&&_0x54d00c({'showActiveMarkers':!0x1})(_0x49a7c7,_0x189fdb,_0x38976f);},{'priority':_0x2f91d4(0x1fd)});}),_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0xb5))[_0x4add3a(0x220)](_0x3650da=>{const _0x216a9a=_0x4add3a;_0x3650da['on'](_0x216a9a(0x24a),(_0x49843e,_0x2ddf68,_0x2aff18)=>{const _0x5a2ee6=_0x216a9a;_0x2aff18[_0x5a2ee6(0x18c)][_0x5a2ee6(0x218)]&&_0x54d00c({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x49843e,_0x2ddf68,_0x2aff18);},{'priority':_0x216a9a(0x1fd)});}),_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0xb5))[_0x4add3a(0xb3)]({'model':_0x4add3a(0x19f),'view':(_0x194b8b,_0x24c368)=>_0x24c368[_0x4add3a(0x18c)][_0x4add3a(0x218)]?null:{'group':_0x4add3a(0x19f),'name':_0x194b8b[_0x4add3a(0x231)](0xb)}}),_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0x1b9))[_0x4add3a(0x116)]({'view':{'name':_0x4add3a(0x19f),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x53c257,{writer:_0xac034e})=>{const _0x1a15f0=_0x4add3a;let _0x4da772=_0x1a15f0(0x11f)+_0x53c257[_0x1a15f0(0x1d9)](_0x1a15f0(0x1cc))+':'+_0x53c257[_0x1a15f0(0x1d9)]('id');return _0x53c257[_0x1a15f0(0x1d9)](_0x1a15f0(0x165))&&(_0x4da772+=':'+_0x53c257[_0x1a15f0(0x1d9)](_0x1a15f0(0x165))),_0xac034e[_0x1a15f0(0x219)](_0x1a15f0(0x10f),{'data-name':_0x4da772});}}),_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0x1b9))[_0x4add3a(0x102)]({'view':_0x4add3a(0x19f)}),_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0x245))[_0x4add3a(0x220)](_0x4a1ccf=>{const _0x2b4b54=_0x4add3a;_0x4a1ccf['on'](_0x2b4b54(0xbb),_0x54d00c(),{'priority':_0x2b4b54(0xd4)});}),_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0x245))[_0x4add3a(0x220)](_0xe0c21a=>{const _0x10ac42=_0x4add3a;_0xe0c21a['on'](_0x10ac42(0x24a),_0x54d00c({'isAttributeSuggestion':!0x0}),{'priority':_0x10ac42(0xd4)});}),_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0x245))[_0x4add3a(0x220)](_0x906e0f=>{const _0x43675c=_0x4add3a;_0x906e0f['on'](_0x43675c(0xaa),(_0x200418,_0x2a491f,_0x500e26)=>{const _0x8521=_0x43675c,_0x202f53=_0x500e26[_0x8521(0x19a)][_0x8521(0x22e)](_0x2a491f[_0x8521(0x1b5)]);if(_0x202f53){for(const _0x175a20 of _0x202f53)_0x175a20[_0x8521(0x160)](_0x8521(0x1b2))||(_0x500e26[_0x8521(0x177)][_0x8521(0xfd)]([_0x8521(0x134),_0x8521(0xc5),_0x8521(0x194)],_0x175a20),_0x500e26[_0x8521(0x177)][_0x8521(0x161)](_0x8521(0xe4),_0x175a20),_0x500e26[_0x8521(0x177)][_0x8521(0x161)](_0x8521(0x198),_0x175a20),_0x500e26[_0x8521(0x19a)][_0x8521(0x15c)](_0x175a20,_0x2a491f[_0x8521(0x1b5)]));}},{'priority':_0x43675c(0xd4)});}),_0x3797bc[_0x4add3a(0xb8)][_0x4add3a(0xfa)](_0x4add3a(0x245))[_0x4add3a(0x220)](_0x356a65=>{const _0xcfed09=_0x4add3a;_0x356a65['on'](_0xcfed09(0xe0),(_0x2d77a6,_0x5bf98e,_0x15cd59)=>{const _0x2df5bb=_0xcfed09,_0x5bd714=_0x15cd59[_0x2df5bb(0x19a)][_0x2df5bb(0x22e)](_0x5bf98e[_0x2df5bb(0x1b5)]);if(!_0x5bd714)return;const {id:_0x5d840a}=this[_0x2df5bb(0x136)](_0x5bf98e[_0x2df5bb(0x1b5)]),_0x4fbfff=this[_0x2df5bb(0xc6)][_0x2df5bb(0xfe)](_0x5d840a),_0x1d5d67=this[_0x2df5bb(0x1f1)](_0x4fbfff);if(this[_0x2df5bb(0x22b)](_0x1d5d67)){for(const _0x34b456 of _0x5bd714)_0x34b456[_0x2df5bb(0x160)](_0x2df5bb(0x1b2))||(_0x15cd59[_0x2df5bb(0x177)][_0x2df5bb(0xfd)]([_0x2df5bb(0x134),_0x2df5bb(0xc5),_0x2df5bb(0x194)],_0x34b456),_0x15cd59[_0x2df5bb(0x177)][_0x2df5bb(0x161)](_0x2df5bb(0xe4),_0x34b456),_0x15cd59[_0x2df5bb(0x177)][_0x2df5bb(0x161)](_0x2df5bb(0x198),_0x34b456),_0x15cd59[_0x2df5bb(0x19a)][_0x2df5bb(0x15c)](_0x34b456,_0x5bf98e[_0x2df5bb(0x1b5)]));}},{'priority':_0xcfed09(0xd4)});}),_0x3797bc[_0x4add3a(0x16e)][_0x4add3a(0xb7)][_0x4add3a(0xca)](_0x19a14f=>{const _0xa3831e=_0x4add3a;let _0x4fff44=!0x1;const _0x2a3ac7=Array[_0xa3831e(0x243)](_0x3797bc[_0xa3831e(0x16e)][_0xa3831e(0xb7)][_0xa3831e(0xf0)][_0xa3831e(0x173)]()),_0x163e5f=new Set();for(const {name:_0x2f83c3,data:_0x39a1a5}of _0x2a3ac7){const {group:_0x57328b,type:_0x4bbaf6,subType:_0x3aa889,id:_0x21f2d5}=this[_0xa3831e(0x136)](_0x2f83c3);if(_0xa3831e(0x19f)!==_0x57328b)continue;const _0x18b1bf=this[_0xa3831e(0xc6)][_0xa3831e(0xfe)](_0x21f2d5);if(null!=_0x39a1a5[_0xa3831e(0x168)]){_0xa3831e(0x1ce)==_0x4bbaf6&&(_0x4fff44=_0x4fff44||Ut(_0x39a1a5[_0xa3831e(0x168)],_0x2f83c3,_0x19a14f,_0x3797bc[_0xa3831e(0x16e)][_0xa3831e(0x1dc)]));const _0x12dc7b=_0xa3831e(0xde)==_0x4bbaf6&&this[_0xa3831e(0x22b)](_0x3aa889[_0xa3831e(0x143)]('|')[0x0]);if(_0x39a1a5[_0xa3831e(0x168)][_0xa3831e(0xc1)]||_0xa3831e(0x1f9)==_0x39a1a5[_0xa3831e(0x168)][_0xa3831e(0x142)][_0xa3831e(0xe1)]||_0xa3831e(0x176)==_0x4bbaf6&&!Ft(_0x39a1a5[_0xa3831e(0x168)])||_0x12dc7b&&!Ft(_0x39a1a5[_0xa3831e(0x168)])||_0xa3831e(0x1b0)==_0x4bbaf6&&!(!Vt(_0x3f31ee=_0x39a1a5[_0xa3831e(0x168)])&&!function(_0x71ff50){const _0x2fb683=_0xa3831e;return _0x71ff50[_0x2fb683(0x249)][_0x2fb683(0x24e)]==_0x71ff50[_0x2fb683(0x193)][_0x2fb683(0x1e0)]&&_0x71ff50[_0x2fb683(0x249)][_0x2fb683(0x20f)];}(_0x3f31ee)))_0x19a14f[_0xa3831e(0x1bb)](_0x2f83c3),_0x4fff44=!0x0;else{if(!_0x18b1bf||!_0x18b1bf[_0xa3831e(0x223)])continue;if(_0x39a1a5[_0xa3831e(0x168)]&&_0x39a1a5[_0xa3831e(0x13a)]&&_0x39a1a5[_0xa3831e(0x168)][_0xa3831e(0x14f)](_0x39a1a5[_0xa3831e(0x13a)]))continue;_0x163e5f[_0xa3831e(0x220)](_0x18b1bf);}}}var _0x3f31ee;return _0x163e5f[_0xa3831e(0x127)]>0x0&&(_0x4fff44=!!this[_0xa3831e(0x20e)](_0x163e5f)||_0x4fff44),_0x4fff44;}),_0x3797bc[_0x4add3a(0x16e)][_0x4add3a(0xb7)][_0x4add3a(0xca)](_0x5bf53d=>{const _0x2c6b46=_0x4add3a;let _0x311561=!0x1;for(const _0x37ae68 of _0x3797bc[_0x2c6b46(0x16e)][_0x2c6b46(0xb7)][_0x2c6b46(0xf0)][_0x2c6b46(0x250)]())if(_0x2c6b46(0x118)==_0x37ae68[_0x2c6b46(0x22a)])for(const _0x3e785d of this[_0x2c6b46(0xc6)][_0x2c6b46(0x14d)]()){if(_0x3e785d[_0x2c6b46(0x170)]||!_0x3e785d[_0x2c6b46(0x223)])continue;const _0x164229=_0x2c6b46(0x176)==_0x3e785d[_0x2c6b46(0x22a)],_0x85f99d=this[_0x2c6b46(0x1f1)](_0x3e785d),_0x1d08cd=_0x85f99d&&this[_0x2c6b46(0x22b)](_0x85f99d);if(!_0x164229&&!_0x1d08cd)continue;const _0x50a17b=_0x3e785d[_0x2c6b46(0x1a6)]();if(_0x50a17b[_0x2c6b46(0x249)][_0x2c6b46(0x24e)]!=_0x50a17b[_0x2c6b46(0x193)][_0x2c6b46(0x24e)]&&!_0x50a17b[_0x2c6b46(0x193)][_0x2c6b46(0x20f)]){const _0x32cfc6=_0x3797bc[_0x2c6b46(0x16e)][_0x2c6b46(0x18a)](_0x50a17b[_0x2c6b46(0x249)][_0x2c6b46(0xce)],_0x2c6b46(0x193)),_0x4a9172=_0x3797bc[_0x2c6b46(0x16e)][_0x2c6b46(0x187)](_0x50a17b[_0x2c6b46(0x249)],_0x32cfc6);_0x5bf53d[_0x2c6b46(0x215)](_0x3e785d[_0x2c6b46(0x1dd)](),{'range':_0x4a9172}),_0x311561=!0x0;}}return _0x311561;}),_0x3797bc[_0x4add3a(0x16e)][_0x4add3a(0xb7)][_0x4add3a(0xca)](_0x138637=>this[_0x4add3a(0x21f)](_0x138637)),_0x3797bc[_0x4add3a(0x16e)][_0x4add3a(0xb7)][_0x4add3a(0xca)](_0x1da3fd=>!_0x1da3fd[_0x4add3a(0x21b)][_0x4add3a(0x1ec)]&&this[_0x4add3a(0x15f)](_0x1da3fd)),_0x3797bc[_0x4add3a(0x16e)]['on'](_0x4add3a(0xae),()=>{const _0x5a1676=_0x4add3a;this[_0x5a1676(0x21e)]=!0x1;}),_0x3797bc[_0x4add3a(0x16e)][_0x4add3a(0xb7)]['on'](_0x4add3a(0x12a),(_0x53eb20,_0x5e93d3)=>{const _0x341c78=_0x4add3a;if(!_0x5e93d3[_0x341c78(0x1ec)]||_0x5e93d3[_0x341c78(0x235)])return;if(!this[_0x341c78(0x21e)])return;const _0x491126=_0x3797bc[_0x341c78(0x16e)][_0x341c78(0xb7)][_0x341c78(0xf0)][_0x341c78(0x250)]();if(0x0==_0x491126[_0x341c78(0x1f5)])return;const _0x5c86f3=[],_0x40b021=_0x491126[_0x341c78(0x247)](_0x9f49a0=>_0x341c78(0xde)==_0x9f49a0[_0x341c78(0x22a)]),_0x5bf3b3=_0x491126[_0x341c78(0x247)](_0x355fd6=>_0x341c78(0x118)==_0x355fd6[_0x341c78(0x22a)]&&_0x341c78(0x1e7)!=_0x355fd6[_0x341c78(0x158)]);for(const _0x144b03 of _0x40b021)this[_0x341c78(0xe6)](_0x144b03[_0x341c78(0x115)])&&_0x5c86f3[_0x341c78(0x1f7)]({'key':_0x144b03[_0x341c78(0x115)],'newValue':_0x144b03[_0x341c78(0x20a)],'oldValue':_0x144b03[_0x341c78(0xcc)],'range':Pt(_0x144b03[_0x341c78(0x204)],_0x3797bc[_0x341c78(0x16e)])});for(const _0x5a2edb of _0x5bf3b3){if(_0x341c78(0x103)!=_0x5a2edb[_0x341c78(0x147)]&&_0x341c78(0x10a)!=_0x5a2edb[_0x341c78(0x147)])continue;const _0x133734=Lt(_0x5a2edb[_0x341c78(0xf2)][_0x341c78(0xce)],_0x3797bc[_0x341c78(0x16e)]),_0x6d1a55=_0x5a2edb[_0x341c78(0x1d4)];_0x341c78(0x103)==_0x5a2edb[_0x341c78(0x147)]&&_0x5c86f3[_0x341c78(0x1f7)]({'key':_0x341c78(0x101),'newValue':_0x5a2edb[_0x341c78(0x158)],'oldValue':_0x6d1a55[_0x341c78(0x158)],'range':_0x133734});for(const [_0x34205a,_0x192191]of _0x6d1a55[_0x341c78(0x199)]){if(!this[_0x341c78(0xe6)](_0x34205a))continue;const _0x272003=_0x5a2edb[_0x341c78(0x199)][_0x341c78(0xfe)](_0x34205a);_0x192191!==_0x272003&&_0x5c86f3[_0x341c78(0x1f7)]({'key':_0x34205a,'newValue':_0x272003,'oldValue':_0x192191,'range':_0x133734});}for(const [_0x31aab7,_0x3446b2]of _0x5a2edb[_0x341c78(0x199)])this[_0x341c78(0xe6)](_0x31aab7)&&(_0x6d1a55[_0x341c78(0x199)][_0x341c78(0x157)](_0x31aab7)||_0x5c86f3[_0x341c78(0x1f7)]({'key':_0x31aab7,'newValue':_0x3446b2,'oldValue':null,'range':_0x133734}));}0x0!=_0x5c86f3[_0x341c78(0x1f5)]&&_0x3797bc[_0x341c78(0x16e)][_0x341c78(0xf6)](_0x5e93d3,_0x230dcf=>{const _0x38a447=_0x341c78,_0x157a11=_0x374447();for(const {range:_0x1f26c3,key:_0x201c93,oldValue:_0x25964d,newValue:_0x3c3f74}of _0x5c86f3)this[_0x38a447(0xd2)](_0x1f26c3,_0x201c93,_0x25964d,_0x3c3f74,{'groupId':_0x157a11});this[_0x38a447(0x232)](_0x230dcf,_0x5c86f3);});},{'priority':_0x4add3a(0x19d)}),_0x3797bc[_0x4add3a(0x16e)][_0x4add3a(0x1c8)]['on'](_0x4add3a(0x202),(_0x253cff,_0x5907d3,_0x5167b8)=>{const _0x5e75c7=_0x4add3a;if(null==_0x5167b8){const {id:_0x10da96}=this[_0x5e75c7(0x136)](_0x5907d3[_0x5e75c7(0x158)]),_0xbb58bd=this[_0x5e75c7(0xc6)][_0x5e75c7(0xfe)](_0x10da96);_0xbb58bd&&_0xbb58bd[_0x5e75c7(0x179)](_0x5907d3[_0x5e75c7(0x158)]);}}),_0x3797bc[_0x4add3a(0x16e)][_0x4add3a(0xb7)]['on'](_0x4add3a(0x12a),()=>{const _0xd74114=_0x4add3a,_0x2c4706=Array[_0xd74114(0x243)](_0x3797bc[_0xd74114(0x16e)][_0xd74114(0xb7)][_0xd74114(0xf0)][_0xd74114(0x173)]())[_0xd74114(0x247)](_0x440af9=>_0xd74114(0x19f)===this[_0xd74114(0x136)](_0x440af9[_0xd74114(0x158)])[_0xd74114(0xee)]);if(0x0===_0x2c4706[_0xd74114(0x1f5)])return;_0x2c4706[_0xd74114(0x1a0)]((_0x4d12f8,_0x14c00f)=>{const _0x2f43a5=_0xd74114,_0x519db2=_0x4d12f8[_0x2f43a5(0x1ee)][_0x2f43a5(0x13a)],_0x5509e8=_0x14c00f[_0x2f43a5(0x1ee)][_0x2f43a5(0x13a)];return null===_0x519db2&&null===_0x5509e8?0x0:null===_0x519db2&&null!==_0x5509e8?-0x1:null!==_0x519db2&&null===_0x5509e8?0x1:_0x519db2[_0x2f43a5(0x249)][_0x2f43a5(0x1c5)](_0x5509e8[_0x2f43a5(0x249)])?-0x1:0x1;});const _0x5318ec=new Set(),_0x2d80ab=new Set();for(const {name:_0x2d6e54,data:_0xf33e19}of _0x2c4706){const {id:_0x1d2471}=this[_0xd74114(0x136)](_0x2d6e54);if(null===_0xf33e19[_0xd74114(0x13a)]){const _0x59c709=this[_0xd74114(0x126)](_0x2d6e54);_0x2d80ab[_0xd74114(0x220)](_0x59c709);}else{const _0x55d365=this[_0xd74114(0xc6)][_0xd74114(0xfe)](_0x1d2471);null!==_0xf33e19[_0xd74114(0x168)]||_0x55d365[_0xd74114(0x223)]?(_0x5318ec[_0xd74114(0x220)](_0x55d365[_0xd74114(0x201)]),_0x2d80ab[_0xd74114(0x220)](_0x55d365)):this[_0xd74114(0x246)](_0x55d365);}}_0x2d80ab[_0xd74114(0x127)]>0x0&&this[_0xd74114(0x174)](_0x2d80ab);for(const _0x4d85df of _0x5318ec)this[_0xd74114(0x120)](_0xd74114(0x1d5),_0x4d85df);}),_0x3797bc[_0x4add3a(0x16e)]['on'](_0x4add3a(0x11a),(_0x5759e9,_0x2346a7)=>{const _0x3b545a=_0x4add3a,_0x4b6e53=_0x2346a7[0x0];if(!this[_0x3b545a(0xc6)][_0x3b545a(0x127)])return;if(!_0x4b6e53[_0x3b545a(0x21c)])return;if(_0x4b6e53[_0x3b545a(0x21b)][_0x3b545a(0x235)]||!_0x4b6e53[_0x3b545a(0x21b)][_0x3b545a(0x1ec)])return;let _0x3336bd,_0x358eae;switch(_0x4b6e53[_0x3b545a(0x22a)]){case _0x3b545a(0x118):_0x3336bd=_0x3797bc[_0x3b545a(0x16e)][_0x3b545a(0x18a)](_0x4b6e53[_0x3b545a(0xf2)]),_0x358eae=_0x3336bd[_0x3b545a(0x11b)](_0x4b6e53[_0x3b545a(0xdf)]);break;case _0x3b545a(0x143):_0x3336bd=_0x3797bc[_0x3b545a(0x16e)][_0x3b545a(0x18a)](_0x4b6e53[_0x3b545a(0x18e)]),_0x358eae=_0x3797bc[_0x3b545a(0x16e)][_0x3b545a(0x18a)](_0x4b6e53[_0x3b545a(0xc0)]);break;case _0x3b545a(0x1d2):_0x3336bd=_0x3797bc[_0x3b545a(0x16e)][_0x3b545a(0x18a)](_0x4b6e53[_0x3b545a(0x1fb)]),_0x358eae=_0x3336bd[_0x3b545a(0x11b)](_0x4b6e53[_0x3b545a(0xdf)]);break;default:return;}const _0x250e3e=_0x3797bc[_0x3b545a(0x16e)][_0x3b545a(0x187)](_0x3336bd,_0x358eae);_0x3797bc[_0x3b545a(0x16e)][_0x3b545a(0x15d)](()=>{const _0x21850b=_0x3b545a;for(const {suggestion:_0x6d68c0,meta:_0x54e3af}of this[_0x21850b(0xf5)](_0x250e3e)){if(_0x6d68c0[_0x21850b(0x170)])continue;if(_0x21850b(0x1ce)==_0x6d68c0[_0x21850b(0x22a)])continue;const _0x52c520=this[_0x21850b(0x1f1)](_0x6d68c0);if(_0x52c520&&this[_0x21850b(0x22b)](_0x52c520)&&_0x21850b(0x143)!=_0x4b6e53[_0x21850b(0x22a)])continue;const _0x2a9264=_0x6d68c0[_0x21850b(0x1ee)]&&_0x6d68c0[_0x21850b(0x1ee)][_0x21850b(0x172)];(_0x21850b(0x176)!=_0x6d68c0[_0x21850b(0x22a)]||_0x21850b(0x143)==_0x4b6e53[_0x21850b(0x22a)]&&!_0x2a9264)&&(_0x54e3af[_0x21850b(0x236)]||_0x21850b(0x239)==_0x6d68c0[_0x21850b(0x22a)]&&_0x54e3af[_0x21850b(0x178)]||_0x6d68c0[_0x21850b(0x1a6)]()[_0x21850b(0x1b6)](_0x250e3e)&&this[_0x21850b(0x144)](_0x6d68c0,_0x3336bd,_0x358eae));}});},{'priority':_0x4add3a(0x19d)}),_0x3797bc[_0x4add3a(0x16e)]['on'](_0x4add3a(0x206),(_0x5e2a5a,_0x7744b)=>{const _0x4921fb=_0x4add3a,_0x4b62d2=_0x7744b[0x0],_0x3e9913=_0x7744b[0x1];if(_0x3e9913&&_0x3e9913[_0x4921fb(0x11d)])return;if(this[_0x4921fb(0xa8)])return;if(!this[_0x4921fb(0x17d)][_0x4921fb(0x190)])return;if(_0x4b62d2[_0x4921fb(0xc1)])return;const _0x1592d9=_0x3797bc[_0x4921fb(0x16e)][_0x4921fb(0x1dc)],{start:_0x32b9c4,end:_0x2edb52}=_0x4b62d2[_0x4921fb(0x1a6)](),_0x59a8fa=_0x32b9c4[_0x4921fb(0xce)]&&_0x1592d9[_0x4921fb(0x238)](_0x32b9c4[_0x4921fb(0xce)])?null:_0x1592d9[_0x4921fb(0x10d)](_0x32b9c4,_0x4921fb(0x248)),_0x9980e1=_0x2edb52[_0x4921fb(0x1e0)]&&_0x1592d9[_0x4921fb(0x238)](_0x2edb52[_0x4921fb(0x1e0)])?null:_0x1592d9[_0x4921fb(0x10d)](_0x2edb52,_0x4921fb(0x1c7)),_0x2e1033=_0x3797bc[_0x4921fb(0x16e)][_0x4921fb(0x187)](_0x59a8fa?_0x59a8fa[_0x4921fb(0x249)]:_0x32b9c4,_0x9980e1?_0x9980e1[_0x4921fb(0x193)]:_0x2edb52);_0x3797bc[_0x4921fb(0x16e)][_0x4921fb(0x15d)](_0x19f837=>{const _0x27a52d=_0x4921fb;this[_0x27a52d(0x1b8)](_0x2e1033);const _0x16a443=_0x3797bc[_0x27a52d(0x16e)][_0x27a52d(0x1dc)][_0x27a52d(0x10d)](_0x2e1033[_0x27a52d(0x249)]);_0x4b62d2['is'](_0x27a52d(0xf9))?_0x19f837[_0x27a52d(0x16c)](_0x16a443):_0x4b62d2[_0x27a52d(0x24c)](_0x16a443);}),_0x5e2a5a[_0x4921fb(0x222)]();},{'priority':_0x318549[_0x4add3a(0x150)]+0xa}),_0x3797bc[_0x4add3a(0x16e)]['on'](_0x4add3a(0x1f0),(_0x3da5a7,_0x248f3e)=>{const _0x405dde=_0x4add3a,_0x5eef75=_0x248f3e[_0x248f3e[_0x405dde(0x1f5)]-0x1];_0x5eef75&&_0x5eef75[_0x405dde(0x11d)]||this[_0x405dde(0xa8)]||this[_0x405dde(0x17d)][_0x405dde(0x190)]&&(_0x3797bc[_0x405dde(0x16e)][_0x405dde(0x15d)](()=>{const _0x43fa4e=_0x405dde;let _0x3283d2=_0x3797bc[_0x43fa4e(0x16e)][_0x43fa4e(0x1f0)](_0x248f3e[0x0],_0x248f3e[0x1],_0x248f3e[0x2],{'forceDefaultExecution':!0x0});if(!_0x3283d2)return;_0x3da5a7[_0x43fa4e(0x195)]=_0x3283d2[_0x43fa4e(0x255)]();const _0x344cb3=_0x3283d2[_0x43fa4e(0x193)][_0x43fa4e(0x1e0)],_0x5ce66e=_0x3797bc[_0x43fa4e(0x16e)][_0x43fa4e(0x1dc)];_0x344cb3&&_0x5ce66e[_0x43fa4e(0xd8)](_0x344cb3)&&!_0x5ce66e[_0x43fa4e(0x109)](_0x344cb3)&&(_0x3283d2=_0x3797bc[_0x43fa4e(0x16e)][_0x43fa4e(0x187)](_0x3283d2[_0x43fa4e(0x249)],_0x3797bc[_0x43fa4e(0x16e)][_0x43fa4e(0x18a)](_0x344cb3,_0x43fa4e(0x193)))),this[_0x43fa4e(0x18b)](_0x3283d2);}),_0x3da5a7[_0x405dde(0x222)]());},{'priority':_0x4add3a(0xd4)}),this[_0x4add3a(0x1cd)][_0x4add3a(0x1a2)][_0x4add3a(0x220)](_0x4add3a(0x240),this[_0x4add3a(0x17d)]),this[_0x4add3a(0x23c)](_0x4add3a(0x240));const _0x4561b3=new _0x413030(_0x3797bc,this[_0x4add3a(0xc6)]);_0x3797bc[_0x4add3a(0x1a2)][_0x4add3a(0x220)](_0x4add3a(0x1a1),_0x4561b3),this[_0x4add3a(0x23c)](_0x4add3a(0x1a1));const _0x3dc9e4=new _0x43c2ef(_0x3797bc,this[_0x4add3a(0xc6)]);_0x3797bc[_0x4add3a(0x1a2)][_0x4add3a(0x220)](_0x4add3a(0xf7),_0x3dc9e4),this[_0x4add3a(0x23c)](_0x4add3a(0xf7)),_0x3797bc[_0x4add3a(0x1a2)][_0x4add3a(0x220)](_0x4add3a(0x17b),new _0x55a644(_0x3797bc,_0x4561b3,this[_0x4add3a(0xc6)])),this[_0x4add3a(0x23c)](_0x4add3a(0x17b)),_0x3797bc[_0x4add3a(0x1a2)][_0x4add3a(0x220)](_0x4add3a(0x189),new _0x55a644(_0x3797bc,_0x3dc9e4,this[_0x4add3a(0xc6)])),this[_0x4add3a(0x23c)](_0x4add3a(0x189)),_0x3797bc[_0x4add3a(0x1a2)][_0x4add3a(0x220)](_0x4add3a(0x139),new _0x3278b9(_0x3797bc,_0x4561b3,this[_0x4add3a(0xc6)])),this[_0x4add3a(0x23c)](_0x4add3a(0x139)),_0x3797bc[_0x4add3a(0x1a2)][_0x4add3a(0x220)](_0x4add3a(0x1f3),new _0x3278b9(_0x3797bc,_0x3dc9e4,this[_0x4add3a(0xc6)])),this[_0x4add3a(0x23c)](_0x4add3a(0x1f3));const _0x4b22d6=_0x3797bc[_0x4add3a(0x1e8)][_0x4add3a(0xfe)](_0x4add3a(0xda));this[_0x4add3a(0xed)](_0x4b22d6,_0x4add3a(0x1ea),(_0x1157de,{threadId:_0x4cf894})=>{const _0x3c28cc=_0x4add3a,_0x19a4e9=this[_0x3c28cc(0xc6)][_0x3c28cc(0xfe)](_0x4cf894);_0x19a4e9&&_0x19a4e9[_0x3c28cc(0x1cf)]&&0x1===_0x19a4e9[_0x3c28cc(0x1cf)][_0x3c28cc(0x1f5)]&&this[_0x3c28cc(0x1d7)](_0x4cf894,{'hasComments':!0x0});},{'priority':_0x4add3a(0x16d)}),this[_0x4add3a(0xed)](_0x4b22d6,_0x4add3a(0x1f6),(_0x433605,{threadId:_0xeea80f})=>{const _0x564fc0=_0x4add3a,_0x36944a=this[_0x564fc0(0xc6)][_0x564fc0(0xfe)](_0xeea80f);_0x36944a&&_0x36944a[_0x564fc0(0x1cf)]&&!_0x36944a[_0x564fc0(0x1cf)][_0x564fc0(0x1f5)]&&this[_0x564fc0(0x1d7)](_0xeea80f,{'hasComments':!0x1});},{'priority':_0x4add3a(0x16d)});}set[_0x3ac0c3(0xf4)](_0x4f48e7){const _0x214127=_0x3ac0c3;if(this[_0x214127(0x1c6)])throw new _0x1c3b22(_0x214127(0xfb),this);this[_0x214127(0x1c6)]=_0x4f48e7;}get[_0x3ac0c3(0xf4)](){const _0xd4e005=_0x3ac0c3;return this[_0xd4e005(0x1c6)];}[_0x3ac0c3(0xe9)]({skipNotAttached:_0x24c369=!0x1,toJSON:_0xb75fd4=!0x1}={}){const _0x5ef754=_0x3ac0c3,_0x20d828=[];for(const _0x5abf91 of this[_0x5ef754(0xc6)][_0x5ef754(0x14d)]())_0x24c369&&!_0x5abf91[_0x5ef754(0x223)]||_0x20d828[_0x5ef754(0x1f7)](_0x5abf91);return _0xb75fd4?_0x20d828[_0x5ef754(0x20c)](_0x1fc349=>_0x1fc349[_0x5ef754(0x112)]()):_0x20d828;}[_0x3ac0c3(0x1c3)](_0x59dc2a){const _0xd7a1f=_0x3ac0c3,_0xe3640f=this[_0xd7a1f(0xc6)][_0xd7a1f(0xfe)](_0x59dc2a);if(!_0xe3640f)throw new _0x1c3b22(_0xd7a1f(0xa4),this);return _0xe3640f;}[_0x3ac0c3(0x1ac)](_0x38aa60){const _0x44c85d=_0x3ac0c3;return this[_0x44c85d(0xc6)][_0x44c85d(0x157)](_0x38aa60);}[_0x3ac0c3(0x138)](_0x388500){const _0x4e66b7=_0x3ac0c3,{authorId:_0x5bf5e9,id:_0x15c33d,attributes:_0x10db99}=_0x388500,[_0x5968da,_0x1b2061]=_0x388500[_0x4e66b7(0x22a)][_0x4e66b7(0x143)](':'),_0xf894fb=this[_0x4e66b7(0xc6)][_0x4e66b7(0xfe)](_0x15c33d)||this[_0x4e66b7(0x183)](_0x5968da,_0x1b2061,_0x15c33d,_0x5bf5e9,_0x10db99);if(this[_0x4e66b7(0xec)](_0xf894fb),this[_0x4e66b7(0x229)](_0xf894fb,_0x5968da,_0x1b2061||null,_0x5bf5e9),_0xf894fb[_0x4e66b7(0x1b7)]=_0x388500[_0x4e66b7(0x1b7)],_0xf894fb[_0x4e66b7(0x21d)]=!0x0,_0x10db99&&_0x10db99[_0x4e66b7(0x164)]){const _0x4a011e=_0x10db99[_0x4e66b7(0x164)],_0x20b173=this[_0x4e66b7(0x1b3)](_0x4a011e[_0x4e66b7(0x1f4)]);_0xf894fb[_0x4e66b7(0xd9)]=_0x4a011e[_0x4e66b7(0x1b7)],_0xf894fb[_0x4e66b7(0x1c2)]=_0x20b173,_0xf894fb[_0x4e66b7(0x1bc)]=!0x0;}else _0xf894fb[_0x4e66b7(0xd9)]=_0x388500[_0x4e66b7(0x1b7)];switch(_0x388500[_0x4e66b7(0x1ee)]&&(_0xf894fb[_0x4e66b7(0x1ee)]=_0x388500[_0x4e66b7(0x1ee)]),_0x388500[_0x4e66b7(0x199)]&&(_0xf894fb[_0x4e66b7(0x199)]=_0x388500[_0x4e66b7(0x199)]),this[_0x4e66b7(0x1c6)]&&this[_0x4e66b7(0x1c6)][_0x4e66b7(0x15b)]||(_0xf894fb[_0x4e66b7(0x182)]=!0x0),this[_0x4e66b7(0x1e3)][_0x4e66b7(0xfe)](_0xf894fb)){case _0x4e66b7(0x1ed):this[_0x4e66b7(0x1e3)][_0x4e66b7(0x253)](_0xf894fb,_0x4e66b7(0x19c));break;case _0x4e66b7(0x185):_0xf894fb[_0x4e66b7(0x223)]?(this[_0x4e66b7(0x20e)](new Set([_0xf894fb])),this[_0x4e66b7(0x174)](new Set([_0xf894fb])),this[_0x4e66b7(0x1e3)][_0x4e66b7(0x253)](_0xf894fb,_0x4e66b7(0x225)),this[_0x4e66b7(0x120)](_0x4e66b7(0x191),_0xf894fb)):this[_0x4e66b7(0x1e3)][_0x4e66b7(0x253)](_0xf894fb,_0x4e66b7(0x230));}return _0xf894fb;}[_0x3ac0c3(0x1a1)](_0x2226bd){const _0x46460e=_0x3ac0c3;this[_0x46460e(0x11d)](()=>{const _0x49a8c3=_0x46460e;this[_0x49a8c3(0x1cd)][_0x49a8c3(0x16e)][_0x49a8c3(0x15d)](()=>{const _0x397ec2=_0x49a8c3;for(const _0x4251e6 of _0x2226bd[_0x397ec2(0x14e)]())_0x4251e6[_0x397ec2(0x23a)]();});});}[_0x3ac0c3(0xf7)](_0x3134f1){const _0x484418=_0x3ac0c3;this[_0x484418(0x11d)](()=>{const _0x4fb59f=_0x484418;this[_0x4fb59f(0x1cd)][_0x4fb59f(0x16e)][_0x4fb59f(0x15d)](()=>{const _0x12db35=_0x4fb59f;for(const _0x2bffa6 of _0x3134f1[_0x12db35(0x14e)]())_0x2bffa6[_0x12db35(0x135)]();});});}[_0x3ac0c3(0x23c)](_0x486421,_0x1a8007){const _0x1cb95f=_0x3ac0c3,_0xadbbd=this[_0x1cb95f(0x1cd)][_0x1cb95f(0x1a2)][_0x1cb95f(0xfe)](_0x486421);if(!_0xadbbd)throw new _0x1c3b22(_0x1cb95f(0xe3),this,{'commandName':_0x486421});if(this[_0x1cb95f(0x18f)][_0x1cb95f(0x157)](_0xadbbd))throw new _0x1c3b22(_0x1cb95f(0x212),this,{'commandName':_0x486421});this[_0x1cb95f(0x18f)][_0x1cb95f(0x220)](_0xadbbd),_0x1a8007&&_0xadbbd['on'](_0x1cb95f(0xd3),(_0xc61f90,_0xf26725)=>{const _0x56dbd9=_0x1cb95f;this[_0x56dbd9(0x17d)][_0x56dbd9(0x190)]&&(this[_0x56dbd9(0xa8)]||(_0xf26725[_0x56dbd9(0x1f5)]>0x0&&_0xf26725[_0xf26725[_0x56dbd9(0x1f5)]-0x1]&&_0xf26725[_0xf26725[_0x56dbd9(0x1f5)]-0x1][_0x56dbd9(0x11d)]?_0xf26725[_0x56dbd9(0x12c)]():(_0xc61f90[_0x56dbd9(0x195)]=_0x1a8007((..._0x4c6b8d)=>_0xadbbd[_0x56dbd9(0xd3)](..._0x4c6b8d,{'forceDefaultExecution':!0x0}),..._0xf26725),_0xc61f90[_0x56dbd9(0x222)]())));},{'priority':_0x1cb95f(0xd4)});}[_0x3ac0c3(0x11d)](_0x3bfc26){const _0x43cf3d=_0x3ac0c3;let _0x1ef4b9,_0x1fc879;const _0x26c72a=this[_0x43cf3d(0xa8)];this[_0x43cf3d(0xa8)]=!0x0;try{_0x1ef4b9=_0x3bfc26();}catch(_0x5783b3){_0x1fc879=_0x5783b3;}return _0x26c72a||(this[_0x43cf3d(0xa8)]=!0x1),_0x1fc879&&_0x1c3b22[_0x43cf3d(0x24b)](_0x1fc879,this),_0x1ef4b9;}[_0x3ac0c3(0x18b)](_0x58b836,_0x5f5b1f=null,_0x2e5505={}){const _0x17d67d=_0x3ac0c3;if(_0x58b836[_0x17d67d(0xc1)])return null;const _0x5af47d=this[_0x17d67d(0x1cd)][_0x17d67d(0x1e8)][_0x17d67d(0xfe)](_0x17d67d(0x1a3))['me'];for(const {suggestion:_0xed0d25,meta:_0x2fab61}of this[_0x17d67d(0xf5)](_0x58b836,_0x17d67d(0x239)))if(_0x2fab61[_0x17d67d(0x178)]){if(!_0x2fab61[_0x17d67d(0x209)]){if(_0x2fab61[_0x17d67d(0x236)]){if(!this[_0x17d67d(0xc7)]||!qt(_0xed0d25,_0x2e5505))continue;return _0xed0d25;}if(qt(_0xed0d25,_0x2e5505))return _0xed0d25;this[_0x17d67d(0x144)](_0xed0d25,_0x58b836[_0x17d67d(0x249)],_0x58b836[_0x17d67d(0x193)]);break;}if(_0x5f5b1f==_0xed0d25[_0x17d67d(0x1ef)]&&qt(_0xed0d25,_0x2e5505)){const _0x2d012b=_0xed0d25[_0x17d67d(0x1a6)]();return _0x2d012b[_0x17d67d(0x249)][_0x17d67d(0x14f)](_0x58b836[_0x17d67d(0x193)])?this[_0x17d67d(0x1de)](_0xed0d25,this[_0x17d67d(0x14c)][_0x17d67d(0x187)](_0x58b836[_0x17d67d(0x249)],_0x2d012b[_0x17d67d(0x193)])):this[_0x17d67d(0x1de)](_0xed0d25,this[_0x17d67d(0x14c)][_0x17d67d(0x187)](_0x2d012b[_0x17d67d(0x249)],_0x58b836[_0x17d67d(0x193)])),_0xed0d25;}}const _0x1fc55e=_0x374447(),_0x45c5f5=_0x5af47d['id'],_0x106b0d=_0x5f5b1f?_0x17d67d(0x11c)+_0x5f5b1f:_0x17d67d(0x239),_0x12b3a8=this[_0x17d67d(0xd0)]({'id':_0x1fc55e,'type':_0x106b0d,'createdAt':new Date(),'authorId':_0x45c5f5,'attributes':_0x2e5505});return this[_0x17d67d(0x1e4)](_0x106b0d,_0x1fc55e,_0x45c5f5,_0x58b836),_0x12b3a8;}[_0x3ac0c3(0x111)](_0x5a11a7,_0x49e05e=_0x3ac0c3(0x132),_0x13f26f={}){const _0x371d86=_0x3ac0c3,_0x41b61d=this[_0x371d86(0x1cd)][_0x371d86(0x1e8)][_0x371d86(0xfe)](_0x371d86(0x1a3))['me'],_0x3c213c=this[_0x371d86(0xac)][_0x371d86(0x1be)](_0x371d86(0x239),_0x49e05e,_0x371d86(0x181));for(const _0x18ba06 of this[_0x371d86(0xe9)]())if(_0x18ba06[_0x371d86(0x1c2)]['id']==_0x41b61d['id']&&_0x371d86(0x239)==_0x18ba06[_0x371d86(0x22a)]&&_0x18ba06[_0x371d86(0x1ef)]==_0x49e05e&&qt(_0x18ba06,_0x13f26f)&&(_0x3c213c(_0x18ba06[_0x371d86(0x1a7)](),_0x5a11a7)||_0x3c213c(_0x5a11a7,_0x18ba06[_0x371d86(0x1a7)]()))){for(const _0x495e90 of _0x5a11a7)_0x18ba06[_0x371d86(0xef)](_0x495e90);return _0x18ba06;}for(const {suggestion:_0x5c533a,meta:_0x5b7dd9}of this[_0x371d86(0xf5)](_0x5a11a7,_0x371d86(0x239))){if(!_0x5b7dd9[_0x371d86(0x178)])continue;if(!this[_0x371d86(0xc7)]&&_0x5b7dd9[_0x371d86(0x236)])continue;if(!qt(_0x5c533a,_0x13f26f))continue;let _0x21f271=!0x0;for(const _0x51fb6b of _0x5c533a[_0x371d86(0x1a7)]())for(const _0x306139 of _0x5a11a7)if(!_0x51fb6b[_0x371d86(0x1b6)](_0x306139)){_0x21f271=!0x1;break;}if(_0x21f271)return _0x5c533a;}const _0x3c0124=_0x374447(),_0x454b13=_0x41b61d['id'],_0x30dd04=_0x371d86(0x11c)+_0x49e05e,_0x32f7c2=this[_0x371d86(0xd0)]({'id':_0x3c0124,'type':_0x30dd04,'createdAt':new Date(),'authorId':_0x454b13,'attributes':_0x13f26f});for(const _0x401ca2 of _0x5a11a7)this[_0x371d86(0x1e4)](_0x30dd04,_0x3c0124,_0x454b13,_0x401ca2,_0x3f8657[_0x371d86(0x163)]());return _0x32f7c2;}[_0x3ac0c3(0xc9)](_0x22ab16,_0x22cecb,_0x16b9af=null,_0x3c253b={}){const _0x4da2fb=_0x3ac0c3;if(_0x16b9af=_0x16b9af||Gt(_0x22cecb),_0x22ab16[_0x4da2fb(0xc1)])return null;if(_0x4da2fb(0x13d)===this[_0x4da2fb(0x117)]){const _0x10b775=this[_0x4da2fb(0xac)][_0x4da2fb(0x1be)](_0x4da2fb(0x1ce),_0x16b9af,_0x4da2fb(0x23a));return this[_0x4da2fb(0x11d)](()=>_0x10b775([_0x22ab16],_0x22cecb,_0x3c253b)),null;}const _0x4d2b4c=this[_0x4da2fb(0x1cd)][_0x4da2fb(0x1e8)][_0x4da2fb(0xfe)](_0x4da2fb(0x1a3))['me'],_0x1b6000=[];if(_0x4da2fb(0x1c1)!==this[_0x4da2fb(0x117)]){for(const {suggestion:_0x418b74,meta:_0x162cab}of this[_0x4da2fb(0xf5)](_0x22ab16,_0x4da2fb(0x239)))_0x162cab[_0x4da2fb(0x178)]&&!_0x162cab[_0x4da2fb(0x13e)]&&_0x1b6000[_0x4da2fb(0x1f7)](..._0x418b74[_0x4da2fb(0x1a7)]());}const _0x3f0ef2=function(_0x1fcb17,_0x327515){const _0x34bab0=_0x4da2fb,_0x18483a=[];for(const _0xa00f1 of _0x327515){const _0x211935=_0x1fcb17[_0x34bab0(0x151)](_0xa00f1);_0x211935&&_0x18483a[_0x34bab0(0x1f7)](_0x211935);}return _0x18483a;}(_0x22ab16,_0x1b6000),_0x425fc9=function(_0x344671,_0x48562d){const _0x4c4ede=_0x4da2fb,_0x55efd5=[_0x344671];for(const _0x2c3635 of _0x48562d){let _0x145baf=0x0;for(;_0x145baf<_0x55efd5[_0x4c4ede(0x1f5)];){const _0x33089e=_0x55efd5[_0x145baf][_0x4c4ede(0x152)](_0x2c3635);_0x55efd5[_0x4c4ede(0xd7)](_0x145baf,0x1,..._0x33089e),_0x145baf+=_0x33089e[_0x4c4ede(0x1f5)];}}return _0x55efd5;}(_0x22ab16,_0x1b6000);_0x3f0ef2[_0x4da2fb(0x1f5)]&&this[_0x4da2fb(0x14c)][_0x4da2fb(0x15d)](()=>{const _0x1537a7=_0x4da2fb;for(const _0x5df508 of _0x3f0ef2){const _0x1d8f26=this[_0x1537a7(0xac)][_0x1537a7(0x1be)](_0x1537a7(0x1ce),_0x16b9af,_0x1537a7(0x23a));this[_0x1537a7(0x11d)](()=>_0x1d8f26([_0x5df508],_0x22cecb,_0x3c253b));}});for(const _0x3a27bf of _0x425fc9){let _0x4ae3f=null,_0x2f7fa4=_0x3a27bf[_0x4da2fb(0x249)],_0xb12ae5=_0x3a27bf[_0x4da2fb(0x193)];for(const {suggestion:_0x35cad2,meta:_0x4f90ec}of this[_0x4da2fb(0xf5)](_0x3a27bf,_0x4da2fb(0x1ce))){if(!_0x4f90ec[_0x4da2fb(0x178)])continue;if(_0x35cad2[_0x4da2fb(0x1ef)]!=_0x16b9af)continue;if(!qt(_0x35cad2,_0x3c253b))continue;const _0x2f80e9=_0x35cad2[_0x4da2fb(0x1a6)]();if(_0x2f80e9[_0x4da2fb(0x1b6)](_0x3a27bf,!0x0))return null;_0x2f7fa4=_0x2f7fa4[_0x4da2fb(0x1c5)](_0x2f80e9[_0x4da2fb(0x249)])?_0x2f7fa4:_0x2f80e9[_0x4da2fb(0x249)],_0xb12ae5=_0xb12ae5[_0x4da2fb(0x119)](_0x2f80e9[_0x4da2fb(0x193)])?_0xb12ae5:_0x2f80e9[_0x4da2fb(0x193)],_0x4ae3f?_0x2f80e9[_0x4da2fb(0x249)][_0x4da2fb(0x1c5)](_0x4ae3f[_0x4da2fb(0x1a6)]()[_0x4da2fb(0x249)])?(_0x4ae3f[_0x4da2fb(0x141)](),_0x4ae3f=_0x35cad2):_0x35cad2[_0x4da2fb(0x141)]():_0x4ae3f=_0x35cad2;}const _0x2cab1e=this[_0x4da2fb(0x14c)][_0x4da2fb(0x187)](_0x2f7fa4,_0xb12ae5);if(_0x4ae3f)this[_0x4da2fb(0x1de)](_0x4ae3f,_0x2cab1e);else{const _0x57edba=_0x374447(),_0x2acbd4=_0x4d2b4c['id'];this[_0x4da2fb(0xd0)]({'id':_0x57edba,'type':_0x4da2fb(0x1c0)+_0x16b9af,'data':_0x22cecb,'createdAt':new Date(),'authorId':_0x2acbd4,'attributes':_0x3c253b}),this[_0x4da2fb(0x1e4)](_0x4da2fb(0x1c0)+_0x16b9af,_0x57edba,_0x2acbd4,_0x2cab1e);}}return null;}[_0x3ac0c3(0x1fc)](_0x31bf21,_0x3ce3d6,_0x1599d4=[],_0xacc802=null,_0x2568c5={}){const _0xa60753=_0x3ac0c3;_0x3ce3d6[_0xa60753(0xaf)]||(_0x3ce3d6[_0xa60753(0xaf)]=_0x3ce3d6[_0xa60753(0x12d)]),_0x3ce3d6[_0xa60753(0x172)]=_0x31bf21['is'](_0xa60753(0x204)),_0xacc802=_0xacc802||Gt(_0x3ce3d6);const _0x3ae02b=_0x1599d4[_0xa60753(0x20c)](_0x2453c9=>Lt(_0x2453c9,this[_0xa60753(0x14c)])),_0x576242=_0x31bf21['is'](_0xa60753(0x204))?_0x31bf21:Lt(_0x31bf21,this[_0xa60753(0x14c)]);if(_0xa60753(0x13d)===this[_0xa60753(0x117)]){const _0x3d9a0e=this[_0xa60753(0xac)][_0xa60753(0x1be)](_0xa60753(0x176),_0xacc802,_0xa60753(0x23a));return this[_0xa60753(0x11d)](()=>_0x3d9a0e([_0x576242],_0x3ce3d6,_0x2568c5)),null;}_0x3ae02b[_0xa60753(0x1f7)](_0x576242);let _0xf7463f=!0x0;for(const _0x5184a8 of _0x3ae02b)if(!this[_0xa60753(0xff)](_0x5184a8)){_0xf7463f=!0x1;break;}if(_0xf7463f&&_0xa60753(0x1c1)!==this[_0xa60753(0x117)]){const _0x3b0e50=this[_0xa60753(0xac)][_0xa60753(0x1be)](_0xa60753(0x176),_0xacc802,_0xa60753(0x23a));return this[_0xa60753(0x11d)](()=>_0x3b0e50([_0x576242],_0x3ce3d6,_0x2568c5)),null;}let _0x91fa60=null,_0x1002ad=_0x576242[_0xa60753(0x249)],_0x3fae6c=_0x576242[_0xa60753(0x193)];for(const {suggestion:_0x40481d,meta:_0x22eada}of this[_0xa60753(0xf5)](_0x576242,_0xa60753(0x176))){if(!_0x22eada[_0xa60753(0x178)])continue;if(_0x22eada[_0xa60753(0x209)]||_0x22eada[_0xa60753(0x236)]||_0x22eada[_0xa60753(0x13e)])continue;if(_0x40481d[_0xa60753(0x1ee)][_0xa60753(0xaf)]!=_0x3ce3d6[_0xa60753(0xaf)])continue;if(!qt(_0x40481d,_0x2568c5))continue;const _0x362ed7=_0x40481d[_0xa60753(0x1a6)]();if(_0x40481d[_0xa60753(0x1ef)]==_0xacc802){if(_0x362ed7[_0xa60753(0x1b6)](_0x576242,!0x0))return null;_0x1002ad=_0x1002ad[_0xa60753(0x1c5)](_0x362ed7[_0xa60753(0x249)])?_0x1002ad:_0x362ed7[_0xa60753(0x249)],_0x3fae6c=_0x3fae6c[_0xa60753(0x119)](_0x362ed7[_0xa60753(0x193)])?_0x3fae6c:_0x362ed7[_0xa60753(0x193)],_0x91fa60?_0x362ed7[_0xa60753(0x249)][_0xa60753(0x1c5)](_0x91fa60[_0xa60753(0x1a6)]()[_0xa60753(0x249)])?(_0x91fa60[_0xa60753(0x141)](),_0x91fa60=_0x40481d):_0x40481d[_0xa60753(0x141)]():_0x91fa60=_0x40481d;}else{const _0x3594f5=_0x576242[_0xa60753(0x151)](_0x362ed7);this[_0xa60753(0x1d1)](_0x40481d,_0x3594f5);}}const _0x334053=this[_0xa60753(0x1cd)][_0xa60753(0x1e8)][_0xa60753(0xfe)](_0xa60753(0x1a3))['me'],_0x197490=_0x374447(),_0x1e6519=_0x334053['id'];if(_0x91fa60)return this[_0xa60753(0x1de)](_0x91fa60,this[_0xa60753(0x14c)][_0xa60753(0x187)](_0x1002ad,_0x3fae6c)),_0x91fa60;{const _0x28e582=this[_0xa60753(0xd0)]({'id':_0x197490,'type':_0xa60753(0xb4)+_0xacc802,'data':_0x3ce3d6,'createdAt':new Date(),'authorId':_0x1e6519,'attributes':_0x2568c5});return this[_0xa60753(0x1e4)](_0xa60753(0xb4)+_0xacc802,_0x197490,_0x1e6519,this[_0xa60753(0x14c)][_0xa60753(0x187)](_0x1002ad,_0x3fae6c)),_0x28e582;}}[_0x3ac0c3(0x10e)](_0x7075e,_0x1c6b7e,_0x3923bd=[],_0x3feefa=null,_0x587b0={}){const _0x3da975=_0x3ac0c3;_0x1c6b7e[_0x3da975(0xaf)]||(_0x1c6b7e[_0x3da975(0xaf)]=_0x1c6b7e[_0x3da975(0x12d)]);const _0x2ccd8d=_0x7075e[0x0];_0x1c6b7e[_0x3da975(0x172)]=_0x2ccd8d['is'](_0x3da975(0x204)),_0x3feefa=_0x3feefa||Gt(_0x1c6b7e);const _0x6213b3=_0x3923bd[_0x3da975(0x20c)](_0x21bef3=>Lt(_0x21bef3,this[_0x3da975(0x14c)])),_0x53e720=_0x2ccd8d['is'](_0x3da975(0x204))?_0x7075e:_0x7075e[_0x3da975(0x20c)](_0x1689c9=>Lt(_0x1689c9,this[_0x3da975(0x14c)]));if(_0x3da975(0x13d)===this[_0x3da975(0x117)]){const _0x7363f7=this[_0x3da975(0xac)][_0x3da975(0x1be)](_0x3da975(0x176),_0x3feefa,_0x3da975(0x23a));return this[_0x3da975(0x11d)](()=>_0x7363f7(_0x53e720,_0x1c6b7e,_0x587b0)),null;}_0x6213b3[_0x3da975(0x1f7)](..._0x53e720);let _0x4a173a=!0x0;for(const _0x4ef871 of _0x6213b3)if(!this[_0x3da975(0xff)](_0x4ef871)){_0x4a173a=!0x1;break;}if(_0x4a173a&&_0x3da975(0x1c1)!==this[_0x3da975(0x117)]){const _0x13c2fc=this[_0x3da975(0xac)][_0x3da975(0x1be)](_0x3da975(0x176),_0x3feefa,_0x3da975(0x23a));return this[_0x3da975(0x11d)](()=>_0x13c2fc(_0x53e720,_0x1c6b7e,_0x587b0)),null;}const _0x30df62=this[_0x3da975(0x1cd)][_0x3da975(0x1e8)][_0x3da975(0xfe)](_0x3da975(0x1a3))['me'];for(const _0x4ec131 of this[_0x3da975(0xe9)]()){if(_0x4ec131[_0x3da975(0x1c2)]['id']!=_0x30df62['id'])continue;if(_0x3da975(0x176)!=_0x4ec131[_0x3da975(0x22a)]||_0x4ec131[_0x3da975(0x1ee)][_0x3da975(0xaf)]!=_0x1c6b7e[_0x3da975(0xaf)])continue;if(!qt(_0x4ec131,_0x587b0))continue;const _0x3d9ccf=_0x4ec131[_0x3da975(0x1ef)]==_0x3feefa;for(let _0x4aa16f=0x0;_0x4aa16f<_0x53e720[_0x3da975(0x1f5)];_0x4aa16f++){const _0x1f4567=_0x53e720[_0x4aa16f];for(const _0x30c621 of _0x4ec131[_0x3da975(0x19e)]()){const _0x4157db=_0x30c621[_0x3da975(0x22d)]();if(_0x1f4567[_0x3da975(0x14f)](_0x4157db)){_0x3d9ccf?(_0x53e720[_0x3da975(0xd7)](_0x4aa16f,0x1),_0x4aa16f--):_0x4ec131[_0x3da975(0x1bb)](_0x30c621[_0x3da975(0x158)]);break;}}}}if(0x0==_0x53e720[_0x3da975(0x1f5)])return null;const _0x21aa08=this[_0x3da975(0xac)][_0x3da975(0x1be)](_0x3da975(0x176),_0x3feefa,_0x3da975(0x181));for(const _0x5a7faa of this[_0x3da975(0xe9)]())if(_0x5a7faa[_0x3da975(0x1c2)]['id']==_0x30df62['id']&&_0x3da975(0x176)==_0x5a7faa[_0x3da975(0x22a)]&&_0x5a7faa[_0x3da975(0x1ee)][_0x3da975(0xaf)]==_0x1c6b7e[_0x3da975(0xaf)]&&_0x5a7faa[_0x3da975(0x1ef)]==_0x3feefa&&qt(_0x5a7faa,_0x587b0)&&(_0x21aa08(_0x5a7faa[_0x3da975(0x1a7)](),_0x53e720)||_0x21aa08(_0x53e720,_0x5a7faa[_0x3da975(0x1a7)]()))){for(const _0x5a55e8 of _0x53e720)_0x5a7faa[_0x3da975(0xef)](_0x5a55e8);return _0x5a7faa;}const _0x38c9fa=_0x374447(),_0x3d911b=_0x30df62['id'],_0x4626f9=_0x3da975(0xb4)+_0x3feefa,_0x754f6=this[_0x3da975(0xd0)]({'id':_0x38c9fa,'type':_0x4626f9,'data':_0x1c6b7e,'createdAt':new Date(),'authorId':_0x3d911b,'attributes':_0x587b0});for(const _0x28f37d of _0x53e720)this[_0x3da975(0x1e4)](_0x4626f9,_0x38c9fa,_0x3d911b,_0x28f37d,_0x3f8657[_0x3da975(0x163)]());return _0x754f6;}[_0x3ac0c3(0x1b8)](_0x53d78f,_0x39ff35=null,_0x59adf1={}){const _0x2900ba=_0x3ac0c3;if(_0x53d78f[_0x2900ba(0xc1)])return null;const _0x33ca4f=this[_0x2900ba(0x1cd)][_0x2900ba(0x1e8)][_0x2900ba(0xfe)](_0x2900ba(0x1a3))['me'],_0x413429=new _0x549232(_0x53d78f[_0x2900ba(0x249)],_0x53d78f[_0x2900ba(0x193)]);for(const {suggestion:_0x46ccb7,meta:_0x291acf}of this[_0x2900ba(0xf5)](_0x413429,_0x2900ba(0x239)))if(_0x291acf[_0x2900ba(0x178)]&&!_0x291acf[_0x2900ba(0x209)]){if(_0x46ccb7[_0x2900ba(0x170)]){const _0x4d24e6=_0x46ccb7[_0x2900ba(0x1a7)]()[_0x2900ba(0x247)](_0xc1f0b5=>_0x2900ba(0x1f9)!=_0xc1f0b5[_0x2900ba(0x142)][_0x2900ba(0xe1)]);_0x4d24e6[_0x2900ba(0x196)](_0x10fb31=>_0x413429[_0x2900ba(0x1b6)](_0x10fb31,!0x0))&&_0x46ccb7[_0x2900ba(0x135)]();if(_0x4d24e6[_0x2900ba(0x1eb)](_0x593aca=>_0x593aca[_0x2900ba(0x1b6)](_0x413429,!0x0))){const _0x362238=this[_0x2900ba(0xac)][_0x2900ba(0x1be)](_0x2900ba(0x1b0),_0x39ff35,_0x2900ba(0x23a));return this[_0x2900ba(0x11d)](()=>_0x362238([_0x413429],null,_0x59adf1)),null;}}else{const _0x5f07be=_0x413429[_0x2900ba(0x151)](_0x46ccb7[_0x2900ba(0x1a6)]());null!==_0x5f07be&&_0x46ccb7[_0x2900ba(0x224)]([_0x5f07be],null,_0x59adf1);}}if(_0x413429[_0x2900ba(0x192)](),_0x413429[_0x2900ba(0xc1)]||_0x2900ba(0x1f9)==_0x413429[_0x2900ba(0x142)][_0x2900ba(0xe1)])return null;let _0x3e74d9=null,_0x3ca91d=_0x413429[_0x2900ba(0x249)],_0xdfed11=_0x413429[_0x2900ba(0x193)];const _0x3c5dd9=this[_0x2900ba(0xf5)](_0x413429,_0x2900ba(0x1b0));for(const {suggestion:_0x262437,meta:_0x5dca1b}of _0x3c5dd9){const _0x1ffd0f=this[_0x2900ba(0x14c)][_0x2900ba(0x187)](_0x3ca91d,_0xdfed11);if(_0x5dca1b[_0x2900ba(0x178)]&&(this[_0x2900ba(0xc7)]||!_0x5dca1b[_0x2900ba(0x236)]&&!_0x5dca1b[_0x2900ba(0x13e)])){if(_0x262437[_0x2900ba(0x170)]){if(!qt(_0x262437,_0x59adf1))continue;let _0x5f55b8=!0x0;for(const _0x5be86d of _0x262437[_0x2900ba(0x1a7)]()){if(_0x5be86d[_0x2900ba(0x1b6)](_0x1ffd0f,!0x0))return _0x262437;_0x1ffd0f[_0x2900ba(0x1b6)](_0x5be86d)||(_0x5f55b8=!0x1);}_0x5f55b8&&_0x262437[_0x2900ba(0x135)]();}else{const _0x4076d0=_0x262437[_0x2900ba(0x1a6)]();if(_0x4076d0[_0x2900ba(0x1b6)](_0x1ffd0f,!0x0))return _0x262437;if(!qt(_0x262437,_0x59adf1)){_0x1ffd0f[_0x2900ba(0x1b6)](_0x4076d0)?_0x262437[_0x2900ba(0x141)]():_0x4076d0[_0x2900ba(0x188)](_0x3ca91d)?_0x3ca91d=_0x4076d0[_0x2900ba(0x193)]:_0x4076d0[_0x2900ba(0x188)](_0xdfed11)&&(_0xdfed11=_0x4076d0[_0x2900ba(0x249)]);continue;}_0x3ca91d=_0x3ca91d[_0x2900ba(0x1c5)](_0x4076d0[_0x2900ba(0x249)])?_0x3ca91d:_0x4076d0[_0x2900ba(0x249)],_0xdfed11=_0xdfed11[_0x2900ba(0x119)](_0x4076d0[_0x2900ba(0x193)])?_0xdfed11:_0x4076d0[_0x2900ba(0x193)],_0x59adf1=Object[_0x2900ba(0xf8)]({},_0x262437[_0x2900ba(0x199)]),_0x3e74d9?_0x4076d0[_0x2900ba(0x249)][_0x2900ba(0x1c5)](_0x3e74d9[_0x2900ba(0x1a6)]()[_0x2900ba(0x249)])?(_0x3e74d9[_0x2900ba(0x141)](),_0x3e74d9=_0x262437):_0x262437[_0x2900ba(0x141)]():_0x3e74d9=_0x262437;}}}if(_0x3e74d9)return this[_0x2900ba(0x1de)](_0x3e74d9,this[_0x2900ba(0x14c)][_0x2900ba(0x187)](_0x3ca91d,_0xdfed11)),_0x3e74d9;{const _0x42a904=_0x374447(),_0x21f6b0=this[_0x2900ba(0x14c)][_0x2900ba(0x187)](_0x3ca91d,_0xdfed11),_0x3acff8=_0x33ca4f['id'],_0x45af26=_0x39ff35?_0x2900ba(0x129)+_0x39ff35:_0x2900ba(0x1b0),_0x44b9ee=this[_0x2900ba(0xd0)]({'id':_0x42a904,'type':_0x45af26,'createdAt':new Date(),'authorId':_0x3acff8,'attributes':_0x59adf1});return this[_0x2900ba(0x1e4)](_0x45af26,_0x42a904,_0x3acff8,_0x21f6b0),_0x44b9ee;}}[_0x3ac0c3(0x1e6)](_0x96326a,_0x272bad=_0x3ac0c3(0x132),_0x1da931={}){const _0x2b9daf=_0x3ac0c3,_0x1af76c=this[_0x2b9daf(0x1cd)][_0x2b9daf(0x1e8)][_0x2b9daf(0xfe)](_0x2b9daf(0x1a3))['me'],_0x2b0068=_0x96326a[_0x2b9daf(0x20c)](_0x3118a6=>new _0x549232(_0x3118a6[_0x2b9daf(0x249)],_0x3118a6[_0x2b9daf(0x193)])),_0xec63e2=new Set();for(const {suggestion:_0xe9ebb,meta:_0x56af26}of this[_0x2b9daf(0xf5)](_0x2b0068,_0x2b9daf(0x239)))_0x56af26[_0x2b9daf(0x178)]&&!_0x56af26[_0x2b9daf(0x209)]&&_0xec63e2[_0x2b9daf(0x220)](_0xe9ebb);for(const _0x501c18 of _0xec63e2)if(_0x501c18[_0x2b9daf(0x170)]){const _0x459eb4=_0x501c18[_0x2b9daf(0x1a7)]();(!_0x501c18[_0x2b9daf(0x199)]||!_0x501c18[_0x2b9daf(0x199)][_0x2b9daf(0x221)])&&(_0x459eb4[_0x2b9daf(0x196)](_0x4ee93c=>_0x2b0068[_0x2b9daf(0x1eb)](_0x1ceddc=>_0x1ceddc[_0x2b9daf(0x1b6)](_0x4ee93c,!0x0)))&&_0x501c18[_0x2b9daf(0x135)]());if(_0x2b0068[_0x2b9daf(0x196)](_0x210cfc=>_0x459eb4[_0x2b9daf(0x1eb)](_0x17d489=>_0x17d489[_0x2b9daf(0x1b6)](_0x210cfc,!0x0)))){const _0x388129=this[_0x2b9daf(0xac)][_0x2b9daf(0x1be)](_0x2b9daf(0x1b0),_0x272bad,_0x2b9daf(0x23a));return this[_0x2b9daf(0x11d)](()=>_0x388129(_0x96326a,null,_0x1da931)),null;}}else{const _0x59d1a2=_0x501c18[_0x2b9daf(0x1a6)]();_0x2b0068[_0x2b9daf(0x1eb)](_0x2e5941=>_0x2e5941[_0x2b9daf(0x1b6)](_0x59d1a2,!0x0))&&_0x501c18[_0x2b9daf(0x135)]();if(_0x2b0068[_0x2b9daf(0x196)](_0x590746=>_0x59d1a2[_0x2b9daf(0x1b6)](_0x590746,!0x0))){const _0x1efed2=this[_0x2b9daf(0xac)][_0x2b9daf(0x1be)](_0x2b9daf(0x1b0),_0x272bad,_0x2b9daf(0x23a));return this[_0x2b9daf(0x11d)](()=>_0x1efed2(_0x2b0068,null,_0x1da931)),null;}}const _0x2525cb=this[_0x2b9daf(0xac)][_0x2b9daf(0x1be)](_0x2b9daf(0x1b0),_0x272bad,_0x2b9daf(0x181));let _0x272a7d=null;for(const _0x9bf41d of this[_0x2b9daf(0xe9)]())if(_0x9bf41d[_0x2b9daf(0x1c2)]['id']==_0x1af76c['id']&&_0x9bf41d[_0x2b9daf(0x223)]&&_0x2b9daf(0x1b0)==_0x9bf41d[_0x2b9daf(0x22a)]&&_0x9bf41d[_0x2b9daf(0x1ef)]==_0x272bad&&qt(_0x9bf41d,_0x1da931)&&(_0x2525cb(_0x9bf41d[_0x2b9daf(0x1a7)](),_0x2b0068)||_0x2525cb(_0x2b0068,_0x9bf41d[_0x2b9daf(0x1a7)]()))){if(_0x272a7d){if(_0x9bf41d[_0x2b9daf(0x1cf)]&&_0x9bf41d[_0x2b9daf(0x1cf)][_0x2b9daf(0x1f5)])continue;for(const _0x1513ae of _0x9bf41d[_0x2b9daf(0x1a7)]())_0x272a7d[_0x2b9daf(0x214)](_0x1513ae)||_0x272a7d[_0x2b9daf(0xef)](_0x1513ae);_0x9bf41d[_0x2b9daf(0x141)]();}else{_0x272a7d=_0x9bf41d;for(const _0x425eb5 of _0x2b0068)_0x9bf41d[_0x2b9daf(0x214)](_0x425eb5)||_0x9bf41d[_0x2b9daf(0xef)](_0x425eb5);}}if(_0x272a7d)return _0x272a7d;_0xec63e2[_0x2b9daf(0xbf)]();for(const {suggestion:_0x4ae84e,meta:_0x26fada}of this[_0x2b9daf(0xf5)](_0x2b0068,_0x2b9daf(0x1b0)))_0x26fada[_0x2b9daf(0x178)]&&(this[_0x2b9daf(0xc7)]||!_0x26fada[_0x2b9daf(0x236)]&&!_0x26fada[_0x2b9daf(0x13e)])&&qt(_0x4ae84e,_0x1da931)&&_0xec63e2[_0x2b9daf(0x220)](_0x4ae84e);for(const _0x367ed5 of _0xec63e2){const _0x3fea9a=_0x367ed5[_0x2b9daf(0x1a7)]();if(!_0x1da931||!_0x1da931[_0x2b9daf(0x221)]){if(_0x2b0068[_0x2b9daf(0x196)](_0x229358=>_0x3fea9a[_0x2b9daf(0x1eb)](_0x537af8=>_0x537af8[_0x2b9daf(0x1b6)](_0x229358,!0x0))))return _0x367ed5;}(!_0x367ed5[_0x2b9daf(0x199)]||!_0x367ed5[_0x2b9daf(0x199)][_0x2b9daf(0x221)])&&(_0x3fea9a[_0x2b9daf(0x196)](_0x2b5a8a=>_0x2b0068[_0x2b9daf(0x1eb)](_0x498122=>_0x498122[_0x2b9daf(0x1b6)](_0x2b5a8a,!0x0)))&&_0x367ed5[_0x2b9daf(0x135)]());}const _0x3360f5=_0x374447(),_0x7b61ca=_0x1af76c['id'],_0x382287=_0x2b9daf(0x129)+_0x272bad,_0x639579=this[_0x2b9daf(0xd0)]({'id':_0x3360f5,'type':_0x382287,'createdAt':new Date(),'authorId':_0x7b61ca,'attributes':_0x1da931});for(const _0x28a7d3 of _0x2b0068)_0x28a7d3[_0x2b9daf(0x192)](),_0x28a7d3[_0x2b9daf(0xc1)]||_0x2b9daf(0x1f9)==_0x28a7d3[_0x2b9daf(0x142)][_0x2b9daf(0xe1)]||this[_0x2b9daf(0x1e4)](_0x382287,_0x3360f5,_0x7b61ca,_0x28a7d3,_0x3f8657[_0x2b9daf(0x163)]());return _0x639579;}[_0x3ac0c3(0xd2)](_0xc976b7,_0x3a1fb2,_0x3e5f14,_0x59a4c3,_0x13a553){const _0x24751b=_0x3ac0c3;if(_0xc976b7[_0x24751b(0xc1)])return[];if(_0x24751b(0x13d)===this[_0x24751b(0x117)])return[];const _0x4ba4cf=this[_0x24751b(0x1cd)][_0x24751b(0x1e8)][_0x24751b(0xfe)](_0x24751b(0x1a3))['me']['id'],_0x2f2d2a=Array[_0x24751b(0x243)](this[_0x24751b(0xc6)][_0x24751b(0x14d)]())[_0x24751b(0x247)](_0xfeac1f=>_0x24751b(0xde)==_0xfeac1f[_0x24751b(0x22a)]&&_0xfeac1f[_0x24751b(0x1ee)][_0x24751b(0x121)]==_0x3a1fb2&&_0xfeac1f[_0x24751b(0x214)](_0xc976b7));if(_0x24751b(0x23e)===this[_0x24751b(0x117)]){const _0x1d8f1f=this[_0x24751b(0xf5)](_0xc976b7,_0x24751b(0x239))[_0x24751b(0x247)](({meta:_0x2110e5})=>_0x2110e5[_0x24751b(0x178)]&&!_0x2110e5[_0x24751b(0x13e)]&&!_0x2110e5[_0x24751b(0x209)])[_0x24751b(0x20c)](({suggestion:_0x37ca99})=>_0x37ca99);_0x2f2d2a[_0x24751b(0x131)](..._0x1d8f1f);}const _0x7a551f=new Map([[_0xc976b7,_0x3e5f14]]);for(const _0xb97a33 of _0x2f2d2a){const _0x16ce44=_0x24751b(0xde)==_0xb97a33[_0x24751b(0x22a)]?_0xb97a33[_0x24751b(0x1ee)][_0x24751b(0x15e)]:void 0x0,_0x2652ed=_0xb97a33[_0x24751b(0x1a6)](),_0x276a96=Array[_0x24751b(0x243)](_0x7a551f[_0x24751b(0x13c)]())[_0x24751b(0xb2)](_0x13175f=>_0x13175f[_0x24751b(0x149)](_0x2652ed));if(!_0x276a96)continue;const _0x3995f4=_0x276a96[_0x24751b(0x152)](_0x2652ed);this[_0x24751b(0x22b)](_0x3a1fb2)&&_0x24751b(0x239)==_0xb97a33[_0x24751b(0x22a)]&&0x0!=_0x3995f4[_0x24751b(0x1f5)]||(_0x7a551f[_0x24751b(0x23b)](_0x276a96),_0x3995f4[_0x24751b(0x1db)](_0x1902a6=>{const _0x3f7294=_0x24751b;_0x7a551f[_0x3f7294(0x253)](_0x1902a6,_0x3e5f14);}),_0x24751b(0x239)!=_0xb97a33[_0x24751b(0x22a)]&&_0x16ce44!=_0x59a4c3&&_0x7a551f[_0x24751b(0x253)](_0x276a96[_0x24751b(0x151)](_0x2652ed),_0x16ce44));}const _0x4db6f9=[];for(const [_0x3c39b7,_0x575202]of _0x7a551f){const _0x268dc3=_0x374447(),_0x4e640a={'key':_0x3a1fb2,'oldValue':_0x575202,'newValue':_0x59a4c3};_0x3a1fb2[_0x24751b(0x1f5)]>0x25&&console[_0x24751b(0x251)](_0x24751b(0x125),{'key':_0x3a1fb2});const _0x25e3d5=(_0x24751b(0x216)+(_0x3a1fb2+'|'+Gt({'newValue':_0x59a4c3})))[_0x24751b(0x10c)](0x0,0x3c),_0x422e70=this[_0x24751b(0xd0)]({'id':_0x268dc3,'type':_0x25e3d5,'data':_0x4e640a,'createdAt':new Date(),'authorId':_0x4ba4cf,'attributes':_0x13a553});_0x4db6f9[_0x24751b(0x1f7)](_0x422e70),this[_0x24751b(0x1e4)](_0x25e3d5,_0x268dc3,_0x4ba4cf,_0x3c39b7);}return _0x4db6f9;}[_0x3ac0c3(0x22f)](_0x28f70c){const _0x48b75e=_0x3ac0c3;this[_0x48b75e(0x23c)](_0x28f70c,(_0x39ee98,..._0x5537c4)=>{const _0x5096f0=_0x48b75e;this[_0x5096f0(0x1ad)](()=>{_0x39ee98(..._0x5537c4);});});}[_0x3ac0c3(0x237)](_0x324a22){const _0x1fce0f=_0x3ac0c3;this[_0x1fce0f(0xf1)][_0x1fce0f(0x220)](_0x324a22);}[_0x3ac0c3(0x16a)](_0x3ecf84){const _0x513354=_0x3ac0c3;this[_0x513354(0x137)][_0x513354(0x220)](_0x3ecf84);}[_0x3ac0c3(0x1f1)](_0x527797){const _0x2a1d52=_0x3ac0c3;return _0x2a1d52(0xde)==_0x527797[_0x2a1d52(0x22a)]?_0x527797[_0x2a1d52(0x1ef)][_0x2a1d52(0x143)]('|')[0x0]:null;}[_0x3ac0c3(0x1de)](_0x23dbe8,_0x1f4e21){const _0x39f6af=_0x3ac0c3,_0x288a90=_0x23dbe8[_0x39f6af(0x1dd)]();this[_0x39f6af(0x14c)][_0x39f6af(0x15d)](_0x5adfdb=>{const _0x30406f=_0x39f6af;_0x5adfdb[_0x30406f(0x215)](_0x288a90,{'range':_0x1f4e21});});}[_0x3ac0c3(0xec)](_0x325c7b){const _0x20bd3e=_0x3ac0c3,_0xe79bf4=_0x325c7b['id'],_0x5911c1=this[_0x20bd3e(0x1cd)][_0x20bd3e(0xcb)][_0x20bd3e(0xfe)](_0x20bd3e(0x197));this[_0x20bd3e(0xb6)][_0x20bd3e(0x140)](_0xe79bf4)||this[_0x20bd3e(0xb6)][_0x20bd3e(0x226)]({'channelId':_0x5911c1,'threadId':_0xe79bf4,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x445001=this[_0x20bd3e(0xb6)][_0x20bd3e(0xd5)](_0xe79bf4);_0x445001[_0x20bd3e(0x1f2)](_0x20bd3e(0xdd)),_0x445001[_0x20bd3e(0xdd)]=!0x1,_0x325c7b[_0x20bd3e(0x1cf)]=_0x445001;}[_0x3ac0c3(0x229)](_0x27ee99,_0x9255c8,_0x1e40db,_0x3405fe){const _0x3c15a3=_0x3ac0c3;if(_0x27ee99[_0x3c15a3(0x22a)]!=_0x9255c8||_0x27ee99[_0x3c15a3(0x1ef)]!=_0x1e40db||_0x27ee99[_0x3c15a3(0x171)]['id']!=_0x3405fe)throw this[_0x3c15a3(0x1cd)][_0x3c15a3(0xf3)](_0x3c15a3(0x162)),new _0x1c3b22(_0x3c15a3(0x162),this);}[_0x3ac0c3(0x1d1)](_0x3bfa4a,_0x1fd4a6){const _0x5a61f9=_0x3ac0c3,_0x47c035=_0x3bfa4a[_0x5a61f9(0x1a6)]();if(_0x1fd4a6[_0x5a61f9(0x14f)](_0x47c035))_0x3bfa4a[_0x5a61f9(0x141)]();else{if(_0x47c035[_0x5a61f9(0x1b6)](_0x1fd4a6)){const _0x39bcd1=this[_0x5a61f9(0x14c)][_0x5a61f9(0x18a)](_0x1fd4a6[_0x5a61f9(0x249)][_0x5a61f9(0x1e0)],_0x5a61f9(0x193));this[_0x5a61f9(0x1de)](_0x3bfa4a,this[_0x5a61f9(0x14c)][_0x5a61f9(0x187)](_0x47c035[_0x5a61f9(0x249)],_0x39bcd1));const _0x1dc751=_0x374447(),_0x399c83=_0x3bfa4a[_0x5a61f9(0x171)]['id'],_0x47d005=_0x3bfa4a[_0x5a61f9(0x22a)]+':'+_0x3bfa4a[_0x5a61f9(0x1ef)];this[_0x5a61f9(0xd0)]({'id':_0x1dc751,'type':_0x47d005,'createdAt':new Date(),'authorId':_0x399c83,'data':_0x3bfa4a[_0x5a61f9(0x1ee)],'attributes':_0x3bfa4a[_0x5a61f9(0x199)]});const _0x1d7e76=this[_0x5a61f9(0x14c)][_0x5a61f9(0x18a)](_0x1fd4a6[_0x5a61f9(0x193)][_0x5a61f9(0x24e)],_0x5a61f9(0x1e5)),_0x5bb75e=this[_0x5a61f9(0x14c)][_0x5a61f9(0x187)](_0x1d7e76,_0x47c035[_0x5a61f9(0x193)]);this[_0x5a61f9(0x1e4)](_0x47d005,_0x1dc751,_0x399c83,_0x5bb75e);}else{if(_0x47c035[_0x5a61f9(0x188)](_0x1fd4a6[_0x5a61f9(0x249)])){const _0x5bcb03=this[_0x5a61f9(0x14c)][_0x5a61f9(0x18a)](_0x1fd4a6[_0x5a61f9(0x249)][_0x5a61f9(0x1e0)],_0x5a61f9(0x193));this[_0x5a61f9(0x1de)](_0x3bfa4a,this[_0x5a61f9(0x14c)][_0x5a61f9(0x187)](_0x47c035[_0x5a61f9(0x249)],_0x5bcb03));}else{const _0x1c3a93=this[_0x5a61f9(0x14c)][_0x5a61f9(0x18a)](_0x1fd4a6[_0x5a61f9(0x193)][_0x5a61f9(0x24e)],_0x5a61f9(0x1e5));this[_0x5a61f9(0x1de)](_0x3bfa4a,this[_0x5a61f9(0x14c)][_0x5a61f9(0x187)](_0x1c3a93,_0x47c035[_0x5a61f9(0x193)]));}}}}[_0x3ac0c3(0xff)](_0xf8c07c){const _0x54bbcd=_0x3ac0c3;for(const {suggestion:_0x1c3f96,meta:_0x5b654d}of this[_0x54bbcd(0xf5)](_0xf8c07c,_0x54bbcd(0x239))){if(!_0x5b654d[_0x54bbcd(0x178)])continue;const _0x3bb78e=_0x1c3f96[_0x54bbcd(0x1a7)]();for(const _0x36af01 of _0x3bb78e)if(!_0xf8c07c[_0x54bbcd(0x152)](_0x36af01)[_0x54bbcd(0x1f5)])return!0x0;}return!0x1;}[_0x3ac0c3(0x1d6)](_0x5c90d9){const _0x49c42a=_0x3ac0c3,_0x55f0f9=this[_0x49c42a(0x1cd)][_0x49c42a(0x1e8)][_0x49c42a(0xfe)](_0x49c42a(0x1a3))[_0x49c42a(0x186)](_0x5c90d9);if(!_0x55f0f9)throw new _0x1c3b22(_0x49c42a(0xc4),this);return _0x55f0f9;}[_0x3ac0c3(0x1b3)](_0x41793c){const _0x4facd4=_0x3ac0c3,_0x481d81=this[_0x4facd4(0x1cd)][_0x4facd4(0x1e8)][_0x4facd4(0xfe)](_0x4facd4(0x1a3)),_0x421301=_0x4fc22f(_0x4facd4(0x23f)+_0x41793c),_0x160832=_0x481d81[_0x4facd4(0x186)](_0x421301);return _0x160832||_0x481d81[_0x4facd4(0x114)]({'id':_0x421301,'name':_0x41793c});}[_0x3ac0c3(0x183)](_0x4a4094,_0x266294,_0x5e938c,_0x226805,_0x28bc80){const _0x2a4626=_0x3ac0c3,_0xae9457=this[_0x2a4626(0x1d6)](_0x226805),_0x350d16=this[_0x2a4626(0xac)][_0x2a4626(0x12e)](_0x4a4094,_0x266294,_0x5e938c,_0xae9457,_0x28bc80,_0x44b265=>{const _0x5e30cf=_0x2a4626;this[_0x5e30cf(0x1d7)](_0x5e938c,{'attributes':_0x44b265});const _0x26215a=this[_0x5e30cf(0x1c3)](_0x5e938c);this[_0x5e30cf(0x20e)](new Set([_0x26215a])),this[_0x5e30cf(0x174)](new Set([_0x26215a]));});return this[_0x2a4626(0xed)](_0x350d16,_0x2a4626(0x23a),()=>{const _0x41d739=_0x2a4626;this[_0x41d739(0x1d7)](_0x5e938c,{'state':_0x41d739(0x1af)});},{'priority':_0x2a4626(0xd4)}),this[_0x2a4626(0xed)](_0x350d16,_0x2a4626(0x135),()=>{const _0xc651ce=_0x2a4626;this[_0xc651ce(0x1d7)](_0x5e938c,{'state':_0xc651ce(0x1a5)});},{'priority':_0x2a4626(0xd4)}),this[_0x2a4626(0xc6)][_0x2a4626(0x253)](_0x5e938c,_0x350d16),this[_0x2a4626(0x1e3)][_0x2a4626(0x253)](_0x350d16,_0x2a4626(0x1ed)),_0x350d16;}[_0x3ac0c3(0x136)](_0x2f4e58){const _0x4d5d53=_0x3ac0c3,_0x4109c6=_0x2f4e58[_0x4d5d53(0x143)](':');return{'group':_0x4109c6[0x0],'type':_0x4109c6[0x1],'subType':_0x4109c6[_0x4d5d53(0x1f5)]>=0x5?_0x4109c6[0x2]:null,'id':_0x4109c6[_0x4d5d53(0x1f5)]<0x5?_0x4109c6[0x2]:_0x4109c6[0x3],'authorId':_0x4109c6[_0x4d5d53(0x1f5)]<0x5?_0x4109c6[0x3]:_0x4109c6[0x4],'markerCount':0x6==_0x4109c6[_0x4d5d53(0x1f5)]?_0x4109c6[0x5]:null};}[_0x3ac0c3(0x144)](_0x974c3a,_0x46fbd5,_0x4d08c8){const _0x1276f0=_0x3ac0c3,_0x43657f=_0x974c3a[_0x1276f0(0x1a6)](),_0x4131b7=_0x43657f[_0x1276f0(0x249)],_0x4032fd=_0x43657f[_0x1276f0(0x193)];this[_0x1276f0(0x1de)](_0x974c3a,this[_0x1276f0(0x14c)][_0x1276f0(0x187)](_0x4131b7,_0x46fbd5));const _0x5509bf=_0x374447(),_0x3c18a2=_0x974c3a[_0x1276f0(0x171)]['id'],_0x587544=_0x974c3a[_0x1276f0(0x22a)]+(_0x974c3a[_0x1276f0(0x1ef)]?':'+_0x974c3a[_0x1276f0(0x1ef)]:'');this[_0x1276f0(0xd0)]({'id':_0x5509bf,'type':_0x587544,'createdAt':new Date(),'authorId':_0x3c18a2,'originalSuggestionId':_0x974c3a['id'],'attributes':_0x974c3a[_0x1276f0(0x199)],'data':_0x974c3a[_0x1276f0(0x1ee)]});const _0x4711bb=this[_0x1276f0(0x1f1)](_0x974c3a);(_0x1276f0(0x176)==_0x974c3a[_0x1276f0(0x22a)]||_0x4711bb&&this[_0x1276f0(0x22b)](_0x4711bb))&&(_0x4d08c8=this[_0x1276f0(0x14c)][_0x1276f0(0xab)](_0x4d08c8[_0x1276f0(0x24e)])),this[_0x1276f0(0x1e4)](_0x587544,_0x5509bf,_0x3c18a2,this[_0x1276f0(0x14c)][_0x1276f0(0x187)](_0x4d08c8,_0x4032fd));}[_0x3ac0c3(0xf5)](_0x2b37e3,_0x509095=null){const _0x40322a=_0x3ac0c3,_0x2a39fe=[],_0x4dd5f3=this[_0x40322a(0x1cd)][_0x40322a(0x1e8)][_0x40322a(0xfe)](_0x40322a(0x1a3))['me'];Array[_0x40322a(0x200)](_0x2b37e3)||(_0x2b37e3=[_0x2b37e3]);for(const _0xb5a114 of this[_0x40322a(0xe9)]()){if(!_0xb5a114[_0x40322a(0x223)])continue;if(_0x509095&&_0xb5a114[_0x40322a(0x22a)]!=_0x509095)continue;let _0x4f0fbe=!0x1;for(const _0x4fd965 of _0xb5a114[_0x40322a(0x1a7)]()){for(const _0x1d712f of _0x2b37e3){const _0x47c8ad=_0x1d712f[_0x40322a(0x249)][_0x40322a(0x14f)](_0x4fd965[_0x40322a(0x193)])||_0x1d712f[_0x40322a(0x193)][_0x40322a(0x14f)](_0x4fd965[_0x40322a(0x249)]);if(_0x47c8ad||_0x1d712f[_0x40322a(0x151)](_0x4fd965)){const _0x4b7c4b=_0x1d712f[_0x40322a(0x1b6)](_0x4fd965)&&Ot(this[_0x40322a(0x14c)][_0x40322a(0x1dc)],_0x4fd965[_0x40322a(0x249)],_0x1d712f),_0x3729da=_0x4fd965[_0x40322a(0x1b6)](_0x1d712f)&&Ot(this[_0x40322a(0x14c)][_0x40322a(0x1dc)],_0x1d712f[_0x40322a(0x249)],_0x4fd965);_0x2a39fe[_0x40322a(0x1f7)]({'suggestion':_0xb5a114,'meta':{'isOwn':_0x4dd5f3==_0xb5a114[_0x40322a(0x1c2)],'isNextTo':_0x47c8ad,'isInsideObject':_0x4b7c4b,'containsRangeInObject':_0x3729da}}),_0x4f0fbe=!0x0;break;}}if(_0x4f0fbe)break;}}return _0x2a39fe;}[_0x3ac0c3(0x1e4)](_0x413a08,_0x164021,_0xb69533,_0x1c1adb,_0x393ec0){const _0x4ceee1=_0x3ac0c3;this[_0x4ceee1(0x14c)][_0x4ceee1(0x15d)](_0x543c70=>{const _0x594ff4=_0x4ceee1;let _0x2084b9=_0x594ff4(0x11f)+_0x413a08+':'+_0x164021+':'+_0xb69533;_0x393ec0&&(_0x2084b9=_0x2084b9+':'+_0x393ec0),_0x543c70[_0x594ff4(0x1f8)](_0x2084b9,{'range':_0x1c1adb,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3ac0c3(0x246)](_0x3474c8){const _0x5048da=_0x3ac0c3,_0x5b343e=_0x3474c8[_0x5048da(0x106)],_0x23353e=_0x3474c8[_0x5048da(0x155)];_0x3474c8[_0x5048da(0x106)]=null,_0x3474c8[_0x5048da(0x155)]=null,null!=_0x5b343e&&_0x5b343e[_0x5048da(0x155)]==_0x3474c8&&(_0x5b343e[_0x5048da(0x155)]=_0x23353e),null!=_0x23353e&&_0x23353e[_0x5048da(0x106)]==_0x3474c8&&(_0x23353e[_0x5048da(0x106)]=_0x5b343e),_0x5048da(0x225)==this[_0x5048da(0x1e3)][_0x5048da(0xfe)](_0x3474c8)&&(this[_0x5048da(0x1e3)][_0x5048da(0x253)](_0x3474c8,_0x5048da(0x230)),this[_0x5048da(0x120)](_0x5048da(0x100),_0x3474c8,_0x5b343e,_0x23353e));}[_0x3ac0c3(0xd0)](_0x15b95b){const _0x577138=_0x3ac0c3,_0xdcbe2c=_0x15b95b['id'],_0x39b38a=this[_0x577138(0x138)](_0x15b95b);if(this[_0x577138(0x1c6)]&&this[_0x577138(0x1c6)][_0x577138(0x15b)]){const _0x3875a1=this[_0x577138(0x1cd)][_0x577138(0x1e8)][_0x577138(0xfe)](_0x577138(0x1df)),_0x269872=_0x39b38a[_0x577138(0x16b)],_0x39bf1d=_0x39b38a[_0x577138(0x1ef)]?_0x39b38a[_0x577138(0x22a)]+':'+_0x39b38a[_0x577138(0x1ef)]:_0x39b38a[_0x577138(0x22a)],_0x32992b=this[_0x577138(0x1cd)][_0x577138(0x180)],_0x261c22=_0x3875a1[_0x577138(0x220)](_0x588b70(_0x32992b,_0x577138(0x17e))),_0x1cd858={'id':_0xdcbe2c,'type':_0x39bf1d,'hasComments':_0x269872,'data':_0x15b95b[_0x577138(0x1ee)]||null,'originalSuggestionId':_0x15b95b[_0x577138(0x1a4)]||null,'attributes':_0x39b38a[_0x577138(0x199)]};this[_0x577138(0x1c6)][_0x577138(0x15b)](_0x1cd858)[_0x577138(0x1a9)](_0x427cdc=>{const _0x3ece41=_0x577138;_0x39b38a[_0x3ece41(0x182)]=!0x0,_0x3875a1[_0x3ece41(0xeb)](_0x261c22),_0x427cdc&&_0x427cdc[_0x3ece41(0x1b7)]&&(this[_0x3ece41(0xc6)][_0x3ece41(0xfe)](_0xdcbe2c)[_0x3ece41(0x1b7)]=_0x427cdc[_0x3ece41(0x1b7)]);})[_0x577138(0x123)](_0x5db65e=>{const _0x4f16c6=_0x577138;throw _0x3c443e(_0x4f16c6(0xdc)),this[_0x4f16c6(0x1cd)][_0x4f16c6(0x16e)][_0x4f16c6(0xf6)]({'isUndoable':!0x1},()=>{const _0x258aa9=_0x4f16c6;_0x39b38a[_0x258aa9(0x135)]();}),_0x39b38a[_0x4f16c6(0xc8)](),this[_0x4f16c6(0xc6)][_0x4f16c6(0x23b)](_0x39b38a['id']),this[_0x4f16c6(0x1e3)][_0x4f16c6(0x23b)](_0x39b38a),_0x5db65e;});}return _0x39b38a;}[_0x3ac0c3(0x22b)](_0x377760){const _0x4227ae=_0x3ac0c3;return this[_0x4227ae(0xf1)][_0x4227ae(0x157)](_0x377760);}[_0x3ac0c3(0x1d7)](_0x52ad6d,_0x2eabfc){const _0x58c6f9=_0x3ac0c3,_0x304491=this[_0x58c6f9(0x1cd)][_0x58c6f9(0x1e8)][_0x58c6f9(0xfe)](_0x58c6f9(0x1df)),_0x7ef7af=this[_0x58c6f9(0x1c3)](_0x52ad6d);if(this[_0x58c6f9(0x1c6)]&&this[_0x58c6f9(0x1c6)][_0x58c6f9(0x242)]){if(_0x7ef7af[_0x58c6f9(0x182)]){const _0x5da6b1=_0x304491[_0x58c6f9(0x220)](_0x588b70(this[_0x58c6f9(0x1cd)][_0x58c6f9(0x180)],_0x58c6f9(0x17e)));this[_0x58c6f9(0x1c6)][_0x58c6f9(0x242)](_0x52ad6d,_0x2eabfc)[_0x58c6f9(0x1a9)](()=>{const _0x1dd6f4=_0x58c6f9;_0x304491[_0x1dd6f4(0xeb)](_0x5da6b1);});}else _0x7ef7af['on'](_0x58c6f9(0x156),()=>{const _0x5eea94=_0x58c6f9;this[_0x5eea94(0x1d7)](_0x52ad6d,_0x2eabfc);});}}[_0x3ac0c3(0x1e1)](_0x504593){const _0x511a57=_0x3ac0c3;if(!this[_0x511a57(0x1c6)]||!this[_0x511a57(0x1c6)][_0x511a57(0x1c3)])throw new _0x1c3b22(_0x511a57(0x146),this);return this[_0x511a57(0x1c6)][_0x511a57(0x1c3)](_0x504593);}[_0x3ac0c3(0x126)](_0x141746){const _0x456b8c=_0x3ac0c3,{id:_0x4ff173,type:_0x3e747a,subType:_0x2b6680,authorId:_0x4d7467}=this[_0x456b8c(0x136)](_0x141746),_0x286a57=this[_0x456b8c(0xc6)][_0x456b8c(0xfe)](_0x4ff173)||this[_0x456b8c(0x183)](_0x3e747a,_0x2b6680,_0x4ff173,_0x4d7467,{});switch(this[_0x456b8c(0x229)](_0x286a57,_0x3e747a,_0x2b6680,_0x4d7467),this[_0x456b8c(0x1e3)][_0x456b8c(0xfe)](_0x286a57)){case _0x456b8c(0x1ed):this[_0x456b8c(0x1e1)](_0x4ff173)[_0x456b8c(0x1a9)](_0xb091bb=>{const _0x4edffc=_0x456b8c;let _0x5a0013=Promise[_0x4edffc(0x217)]();_0xb091bb[_0x4edffc(0x16b)]&&(_0x5a0013=this[_0x4edffc(0xb6)][_0x4edffc(0x159)]({'channelId':this[_0x4edffc(0x1cd)][_0x4edffc(0xcb)][_0x4edffc(0xfe)](_0x4edffc(0x197)),'threadId':_0x4ff173})),_0x5a0013[_0x4edffc(0x1a9)](()=>{const _0x53d588=_0x4edffc;this[_0x53d588(0x138)](_0xb091bb)[_0x53d588(0x182)]=!0x0;});}),this[_0x456b8c(0x1e3)][_0x456b8c(0x253)](_0x286a57,_0x456b8c(0x185));break;case _0x456b8c(0x230):this[_0x456b8c(0x1d7)](_0x4ff173,{'state':_0x456b8c(0x23d)});case _0x456b8c(0x19c):this[_0x456b8c(0x1e3)][_0x456b8c(0x253)](_0x286a57,_0x456b8c(0x225)),this[_0x456b8c(0x120)](_0x456b8c(0x191),_0x286a57);break;case _0x456b8c(0x225):this[_0x456b8c(0x120)](_0x456b8c(0x1d5),_0x286a57);}return _0x286a57[_0x456b8c(0x179)](_0x141746),_0x286a57;}[_0x3ac0c3(0x174)](_0x141cec){const _0x5560f5=_0x3ac0c3,_0x22c975=Array[_0x5560f5(0x243)](_0x141cec),_0x45f18f=_0x22c975[_0x5560f5(0x247)](_0x3ec272=>_0x5560f5(0xde)==_0x3ec272[_0x5560f5(0x22a)]);this[_0x5560f5(0x208)](_0x45f18f);const _0x5a7555=_0x22c975[_0x5560f5(0x247)](_0x36905b=>!_0x36905b[_0x5560f5(0x170)]&&_0x5560f5(0xde)!=_0x36905b[_0x5560f5(0x22a)]),_0x10d254=this[_0x5560f5(0xe9)]({'skipNotAttached':!0x0})[_0x5560f5(0x247)](_0x1df635=>!_0x1df635[_0x5560f5(0x170)]&&_0x5560f5(0xde)!=_0x1df635[_0x5560f5(0x22a)]),_0x3bd986=_0x10d254[_0x5560f5(0x247)](_0xb274bb=>!_0x141cec[_0x5560f5(0x157)](_0xb274bb)),_0x782323=new Map(_0x10d254[_0x5560f5(0x20c)](_0x59fa3a=>[_0x59fa3a,this[_0x5560f5(0xac)][_0x5560f5(0x1be)](_0x59fa3a[_0x5560f5(0x22a)],_0x59fa3a[_0x5560f5(0x1ef)],_0x5560f5(0x213))])),_0x23207c=new Map(_0x10d254[_0x5560f5(0x20c)](_0x174b2a=>[_0x174b2a,_0x174b2a[_0x5560f5(0x1a6)]()])),_0x4ac41e=new Set(),_0xd76acf=new Set();for(let _0x36eb37=0x0;_0x36eb37<_0x5a7555[_0x5560f5(0x1f5)];_0x36eb37++)_0x36e3ba(_0x5a7555[_0x36eb37],_0x5a7555,_0x36eb37+0x1);for(let _0xc7b9b0=0x0;_0xc7b9b0<_0x5a7555[_0x5560f5(0x1f5)];_0xc7b9b0++)_0x36e3ba(_0x5a7555[_0xc7b9b0],_0x3bd986,0x0);const _0x32824e=new Set();for(let _0x315504=0x0;_0x315504<_0x5a7555[_0x5560f5(0x1f5)];_0x315504++){const _0x4372ba=_0x5a7555[_0x315504];!_0xd76acf[_0x5560f5(0x157)](_0x4372ba)&&_0x4372ba[_0x5560f5(0x106)]&&(_0x32824e[_0x5560f5(0x220)](_0x4372ba[_0x5560f5(0x106)]),_0x4372ba[_0x5560f5(0x106)][_0x5560f5(0x155)]===_0x4372ba&&(_0x4372ba[_0x5560f5(0x106)][_0x5560f5(0x155)]=null),_0x4372ba[_0x5560f5(0x106)]=null),!_0x4ac41e[_0x5560f5(0x157)](_0x4372ba)&&_0x4372ba[_0x5560f5(0x155)]&&(_0x32824e[_0x5560f5(0x220)](_0x4372ba[_0x5560f5(0x155)]),_0x4372ba[_0x5560f5(0x155)][_0x5560f5(0x106)]===_0x4372ba&&(_0x4372ba[_0x5560f5(0x155)][_0x5560f5(0x106)]=null),_0x4372ba[_0x5560f5(0x155)]=null);}function _0x36e3ba(_0x45ba7b,_0x1fd899,_0xfea020){const _0x14119d=_0x5560f5;for(let _0x312021=_0xfea020;_0x312021<_0x1fd899[_0x14119d(0x1f5)];_0x312021++){const _0x406e4d=_0x5eb20b(_0x45ba7b,_0x1fd899[_0x312021]);_0x406e4d&&(_0x406e4d[0x0][_0x14119d(0x155)]=_0x406e4d[0x1],_0x406e4d[0x1][_0x14119d(0x106)]=_0x406e4d[0x0],_0x4ac41e[_0x14119d(0x220)](_0x406e4d[0x0]),_0xd76acf[_0x14119d(0x220)](_0x406e4d[0x1]));}}function _0x5eb20b(_0x5eba19,_0x2911ea){const _0x1f3aab=_0x5560f5;if(_0x5eba19[_0x1f3aab(0x1c2)]['id']!==_0x2911ea[_0x1f3aab(0x1c2)]['id'])return null;const _0x234cbe=_0x782323[_0x1f3aab(0xfe)](_0x5eba19)(_0x5eba19,_0x2911ea,_0x23207c[_0x1f3aab(0xfe)](_0x5eba19),_0x23207c[_0x1f3aab(0xfe)](_0x2911ea));if(!_0x234cbe)return null;return _0x782323[_0x1f3aab(0xfe)](_0x2911ea)(_0x5eba19,_0x2911ea,_0x23207c[_0x1f3aab(0xfe)](_0x5eba19),_0x23207c[_0x1f3aab(0xfe)](_0x2911ea))?_0x234cbe[0x1][_0x1f3aab(0x1cf)]&&_0x234cbe[0x1][_0x1f3aab(0x1cf)][_0x1f3aab(0x1f5)]?null:_0x234cbe:null;}_0x32824e[_0x5560f5(0x127)]&&this[_0x5560f5(0x174)](_0x32824e);}[_0x3ac0c3(0x208)](_0x41b178){const _0x3479c2=_0x3ac0c3;if(0x0==_0x41b178[_0x3479c2(0x1f5)])return;const _0x4e30f1=this[_0x3479c2(0xe9)]({'skipNotAttached':!0x0})[_0x3479c2(0x247)](_0x116cf5=>_0x3479c2(0xde)==_0x116cf5[_0x3479c2(0x22a)]&&_0x116cf5[_0x3479c2(0x21d)]),_0x3d8231=[],_0x1ce698=new Map();for(const _0x1ca9fd of _0x4e30f1){const _0x4c3aad=_0x4fc22f(_0x1ca9fd[_0x3479c2(0x199)]);_0x1ce698[_0x3479c2(0x157)](_0x4c3aad)||(_0x1ce698[_0x3479c2(0x253)](_0x4c3aad,_0x3d8231[_0x3479c2(0x1f5)]),_0x3d8231[_0x3479c2(0x1f7)]([]));const _0x1bb87c=_0x1ce698[_0x3479c2(0xfe)](_0x4c3aad);_0x3d8231[_0x1bb87c][_0x3479c2(0x1f7)](_0x1ca9fd);}!(function(){const _0x31a5cc=_0x3479c2;_0x3d8231[_0x31a5cc(0x1a0)]((_0x1482e7,_0xb29d5e)=>{const _0xeb062e=_0x31a5cc,_0x4ef567=_0x1482e7[0x0][_0xeb062e(0x1b7)],_0x3a8b8c=_0xb29d5e[0x0][_0xeb062e(0x1b7)];return _0x4ef567==_0x3a8b8c?_0x1482e7[0x0][_0xeb062e(0x199)][_0xeb062e(0x1fe)]<_0xb29d5e[0x0][_0xeb062e(0x199)][_0xeb062e(0x1fe)]?-0x1:0x1:_0x4ef567<_0x3a8b8c?-0x1:0x1;});for(const _0x512113 of _0x3d8231)_0x512113[_0x31a5cc(0x1a0)]((_0x53a3f7,_0x215742)=>_0x53a3f7['id']<_0x215742['id']?-0x1:0x1);}());for(let _0xb07b5=0x0;_0xb07b5<_0x3d8231[_0x3479c2(0x1f5)];_0xb07b5++){if(0x0==_0x3d8231[_0xb07b5][_0x3479c2(0x1f5)])continue;const _0x5227f2=[];for(let _0x310bcb=_0xb07b5+0x1;_0x310bcb<_0x3d8231[_0x3479c2(0x1f5)];_0x310bcb++)0x0!=_0x3d8231[_0x310bcb][_0x3479c2(0x1f5)]&&_0x122034(_0x3d8231[_0xb07b5],_0x3d8231[_0x310bcb])&&_0x5227f2[_0x3479c2(0x1f7)](_0x310bcb);for(const _0x1c069d of _0x5227f2)_0x3d8231[_0xb07b5]=_0x3d8231[_0xb07b5][_0x3479c2(0x167)](_0x3d8231[_0x1c069d]),_0x3d8231[_0x1c069d]=[];}for(const _0x4a8b95 of _0x3d8231)for(let _0x45dab8=0x0;_0x45dab8<_0x4a8b95[_0x3479c2(0x1f5)];_0x45dab8++){const _0x34de0d=_0x4a8b95[_0x45dab8+0x1]||null;_0x4a8b95[_0x45dab8][_0x3479c2(0x155)]!==_0x34de0d&&(_0x4a8b95[_0x45dab8][_0x3479c2(0x155)]=_0x34de0d);}for(const _0x53dfe5 of _0x3d8231)for(let _0x1fed83=0x0;_0x1fed83<_0x53dfe5[_0x3479c2(0x1f5)];_0x1fed83++){const _0x42ad9e=_0x53dfe5[_0x1fed83-0x1]||null;_0x53dfe5[_0x1fed83][_0x3479c2(0x106)]!==_0x42ad9e&&(_0x53dfe5[_0x1fed83][_0x3479c2(0x106)]=_0x42ad9e);}function _0x122034(_0x19ac2b,_0x32215f){const _0xe493e5=_0x3479c2;if(_0x19ac2b[0x0][_0xe493e5(0x199)][_0xe493e5(0x1fe)]!==_0x32215f[0x0][_0xe493e5(0x199)][_0xe493e5(0x1fe)]&&_0x19ac2b[0x0][_0xe493e5(0x1c2)]!==_0x32215f[0x0][_0xe493e5(0x1c2)])return!0x1;if(!function(_0x19569b,_0x1801d1){const _0x342e3=_0xe493e5;if(!_0x19569b[_0x342e3(0x16b)]&&!_0x1801d1[_0x342e3(0x16b)])return!0x0;if(_0x19569b[_0x342e3(0x16b)]&&_0x1801d1[_0x342e3(0x16b)])return!0x1;if(_0x19569b[_0x342e3(0x16b)]&&_0x1801d1[_0x342e3(0x1b7)]<_0x19569b[_0x342e3(0x1cf)][_0x342e3(0x210)][_0x342e3(0xfe)](0x0)[_0x342e3(0x1b7)])return!0x0;if(_0x1801d1[_0x342e3(0x16b)]&&_0x19569b[_0x342e3(0x1b7)]<_0x1801d1[_0x342e3(0x1cf)][_0x342e3(0x210)][_0x342e3(0xfe)](0x0)[_0x342e3(0x1b7)])return!0x0;return!0x1;}(_0x19ac2b[0x0],_0x32215f[0x0]))return!0x1;const _0x413c4a=_0x4cf46a(_0x19ac2b[0x0][_0xe493e5(0x199)],_0xe493e5(0x1fe)),_0x30695e=_0x4cf46a(_0x32215f[0x0][_0xe493e5(0x199)],_0xe493e5(0x1fe));if(!_0x330d85(_0x413c4a,_0x30695e))return!0x1;return!!_0x19ac2b[_0xe493e5(0x196)](_0x3296e9=>_0x32215f[_0xe493e5(0x1eb)](_0x1a485b=>_0x3296e9[_0xe493e5(0x1a6)]()[_0xe493e5(0x14f)](_0x1a485b[_0xe493e5(0x1a6)]())))&&_0x32215f[_0xe493e5(0x196)](_0x384c90=>_0x19ac2b[_0xe493e5(0x1eb)](_0x4c4ecd=>_0x384c90[_0xe493e5(0x1a6)]()[_0xe493e5(0x14f)](_0x4c4ecd[_0xe493e5(0x1a6)]())));}}[_0x3ac0c3(0x20e)](_0x44b4ce){const _0x1eefc5=_0x3ac0c3,_0x141c12=Array[_0x1eefc5(0x243)](_0x44b4ce),_0x567aa4=this[_0x1eefc5(0xe9)]({'skipNotAttached':!0x0}),_0x20bcdc=_0x567aa4[_0x1eefc5(0x247)](_0x3b51b8=>!_0x44b4ce[_0x1eefc5(0x157)](_0x3b51b8)),_0x278b17=new Map(_0x141c12[_0x1eefc5(0x20c)](_0x468c25=>[_0x468c25,this[_0x1eefc5(0xac)][_0x1eefc5(0x1be)](_0x468c25[_0x1eefc5(0x22a)],_0x468c25[_0x1eefc5(0x1ef)],_0x1eefc5(0x181))])),_0x1ab57b=new Map(_0x567aa4[_0x1eefc5(0x20c)](_0x47ddfc=>[_0x47ddfc,_0x47ddfc[_0x1eefc5(0x1a7)]()]));for(let _0x176220=0x0;_0x176220<_0x141c12[_0x1eefc5(0x1f5)];_0x176220++){if(_0x42bffe(this,_0x141c12[_0x176220],_0x141c12,_0x176220+0x1))return!0x0;}for(let _0x279aa4=0x0;_0x279aa4<_0x141c12[_0x1eefc5(0x1f5)];_0x279aa4++){if(_0x42bffe(this,_0x141c12[_0x279aa4],_0x20bcdc,0x0))return!0x0;}return!0x1;function _0x42bffe(_0x21f570,_0x22defe,_0x414829,_0x18b81e){const _0x1ee9c0=_0x1eefc5;for(let _0x467fc5=_0x18b81e;_0x467fc5<_0x414829[_0x1ee9c0(0x1f5)];_0x467fc5++){const _0x13410b=_0x414829[_0x467fc5];if(_0x13410b[_0x1ee9c0(0x22a)]!==_0x22defe[_0x1ee9c0(0x22a)]||_0x13410b[_0x1ee9c0(0x1c2)]['id']!==_0x22defe[_0x1ee9c0(0x1c2)]['id']||_0x13410b[_0x1ee9c0(0x1ef)]!==_0x22defe[_0x1ee9c0(0x1ef)])continue;if(!Jt(_0x22defe,_0x13410b))continue;if(_0x1ee9c0(0xde)==_0x22defe[_0x1ee9c0(0x22a)]&&_0x22defe[_0x1ee9c0(0x1ee)][_0x1ee9c0(0x15e)]!=_0x13410b[_0x1ee9c0(0x1ee)][_0x1ee9c0(0x15e)])continue;if(_0x1ee9c0(0xde)==_0x22defe[_0x1ee9c0(0x22a)]&&_0x21f570[_0x1ee9c0(0x22b)](_0x22defe[_0x1ee9c0(0x1ee)][_0x1ee9c0(0x121)]))continue;if(_0x1ee9c0(0x176)==_0x22defe[_0x1ee9c0(0x22a)]){const _0x1c79c0=_0x21f570[_0x1ee9c0(0x1cd)][_0x1ee9c0(0x16e)],_0xb37663=_0x22defe[_0x1ee9c0(0x1e2)]();if(_0xb37663&&(_0x1c79c0[_0x1ee9c0(0x1dc)][_0x1ee9c0(0x109)](_0xb37663)||_0x1c79c0[_0x1ee9c0(0x1dc)][_0x1ee9c0(0x238)](_0xb37663)))continue;}const _0x3d6445=_0x278b17[_0x1ee9c0(0xfe)](_0x22defe),_0x67b278=_0x1ab57b[_0x1ee9c0(0xfe)](_0x22defe),_0x5a6268=_0x1ab57b[_0x1ee9c0(0xfe)](_0x13410b),_0x250ebb=_0x22defe[_0x1ee9c0(0x1cf)]&&_0x22defe[_0x1ee9c0(0x1cf)][_0x1ee9c0(0x1f5)],_0x363329=_0x13410b[_0x1ee9c0(0x1cf)]&&_0x13410b[_0x1ee9c0(0x1cf)][_0x1ee9c0(0x1f5)];if(!_0x250ebb&&_0x3d6445(_0x5a6268,_0x67b278))return _0x21f570[_0x1ee9c0(0x175)](_0x13410b,_0x22defe),_0x1ab57b[_0x1ee9c0(0x23b)](_0x22defe),!0x0;if(!_0x363329&&_0x3d6445(_0x67b278,_0x5a6268))return _0x21f570[_0x1ee9c0(0x175)](_0x22defe,_0x13410b),_0x1ab57b[_0x1ee9c0(0x23b)](_0x13410b),!0x0;}return!0x1;}}[_0x3ac0c3(0x175)](_0x1cbf39,_0x461bd6){const _0x3b05de=_0x3ac0c3;if(_0x1cbf39[_0x3b05de(0x170)]){for(const _0x1e0df7 of _0x461bd6[_0x3b05de(0x1a7)]())_0x1cbf39[_0x3b05de(0xef)](_0x1e0df7);}else{const _0x3fa351=_0x461bd6[_0x3b05de(0x1a6)]()[_0x3b05de(0x193)];this[_0x3b05de(0x1de)](_0x1cbf39,this[_0x3b05de(0x14c)][_0x3b05de(0x187)](_0x1cbf39[_0x3b05de(0x1a6)]()[_0x3b05de(0x249)],_0x3fa351));}_0x461bd6[_0x3b05de(0x141)]();}[_0x3ac0c3(0x1d8)](_0x53db53,_0x2eb82d,_0x57e0bf){const _0x2c93cc=_0x3ac0c3,_0x422962=_0x53db53[_0x2c93cc(0x24f)](_0x2c93cc(0x105))||_0x53db53[_0x2c93cc(0x24f)](_0x2c93cc(0xde))?_0x2c93cc(0x133):_0x53db53[_0x2c93cc(0x130)]();return _0x588b70(this[_0x2c93cc(0x1cd)][_0x2c93cc(0x180)],_0x2eb82d+'_'+_0x422962+_0x2c93cc(0x20d),_0x57e0bf);}[_0x3ac0c3(0xa6)](){const _0x3ec01a=_0x3ac0c3,_0x11622f=this[_0x3ec01a(0x1cd)];if(!_0x11622f['ui'])return;const {ariaLiveAnnouncer:_0x208880}=_0x11622f['ui'];_0x5514d5(this[_0x3ec01a(0x14c)],({left:_0x287fea,entered:_0xd6d2ae})=>{const _0xb77580=_0x3ec01a;for(const _0x2a469a of _0x287fea){const {group:_0x3dd36e,type:_0x34c589}=this[_0xb77580(0x136)](_0x2a469a[_0xb77580(0x158)]);if(_0xb77580(0x19f)===_0x3dd36e){_0x208880[_0xb77580(0xe7)](this[_0xb77580(0x1d8)](_0x34c589,_0xb77580(0x17c)));break;}}for(const _0x4419de of _0xd6d2ae){const {group:_0x13eb58,type:_0x2d6392}=this[_0xb77580(0x136)](_0x4419de[_0xb77580(0x158)]);if(_0xb77580(0x19f)===_0x13eb58){_0x208880[_0xb77580(0xe7)](this[_0xb77580(0x1d8)](_0x2d6392,_0xb77580(0xad),_0x3cfd76(_0x38550b)));break;}}});}[_0x3ac0c3(0x21f)](_0x3f6a11){const _0x470274=_0x3ac0c3;if(this[_0x470274(0x21e)])return!0x1;const _0x36edcb=this[_0x470274(0x1cd)],_0x2794a9=_0x36edcb[_0x470274(0x16e)][_0x470274(0xb7)][_0x470274(0xf0)][_0x470274(0x250)]();if(0x0==_0x2794a9[_0x470274(0x1f5)])return!0x1;const _0x522dd7=[],_0x25e5dd=_0x2794a9[_0x470274(0x247)](_0x42ef26=>_0x470274(0xde)==_0x42ef26[_0x470274(0x22a)]),_0x4bc67b=_0x2794a9[_0x470274(0x247)](_0x4cefc6=>_0x470274(0x118)==_0x4cefc6[_0x470274(0x22a)]&&_0x470274(0x1e7)!=_0x4cefc6[_0x470274(0x158)]),_0x3e919c=_0x2794a9[_0x470274(0x247)](_0x20abbb=>_0x470274(0xeb)==_0x20abbb[_0x470274(0x22a)]&&_0x470274(0x1e7)!=_0x20abbb[_0x470274(0x158)]);for(const _0x28ea02 of _0x25e5dd)_0x522dd7[_0x470274(0x1f7)]({'key':_0x28ea02[_0x470274(0x115)],'newValue':_0x28ea02[_0x470274(0x20a)],'oldValue':_0x28ea02[_0x470274(0xcc)],'range':Pt(_0x28ea02[_0x470274(0x204)],_0x36edcb[_0x470274(0x16e)])});for(const _0x53bf7e of _0x4bc67b){const _0x200aea=_0x3e919c[_0x470274(0xb2)](_0x1534ee=>_0x1534ee[_0x470274(0xf2)][_0x470274(0x14f)](_0x53bf7e[_0x470274(0xf2)]));_0x200aea&&_0x522dd7[_0x470274(0x1f7)]({'key':_0x470274(0x101),'newValue':_0x53bf7e[_0x470274(0x158)],'oldValue':_0x200aea[_0x470274(0x158)],'range':_0x36edcb[_0x470274(0x16e)][_0x470274(0xe2)](_0x53bf7e[_0x470274(0xf2)][_0x470274(0xce)])});}return 0x0!=_0x522dd7[_0x470274(0x1f5)]&&this[_0x470274(0x232)](_0x3f6a11,_0x522dd7);}[_0x3ac0c3(0x15f)](_0x18fffa){const _0x31133f=_0x3ac0c3;let _0xf05f65=!0x1;const _0xa9e8ed=this[_0x31133f(0x1cd)][_0x31133f(0x16e)][_0x31133f(0xb7)][_0x31133f(0xf0)][_0x31133f(0x173)]()[_0x31133f(0x247)](_0x136ef6=>_0x136ef6[_0x31133f(0x1ee)][_0x31133f(0x168)]&&_0x136ef6[_0x31133f(0x158)][_0x31133f(0x24f)](_0x31133f(0x1c4)));for(const _0xf4fedc of _0xa9e8ed){const {subType:_0x56e6cb,id:_0x70084c}=this[_0x31133f(0x136)](_0xf4fedc[_0x31133f(0x158)]),_0x1d6eea=_0x56e6cb[_0x31133f(0x143)]('|')[0x0];for(const _0x259502 of this[_0x31133f(0xe9)]({'skipNotAttached':!0x0}))_0x259502['id']!=_0x70084c&&_0x31133f(0xde)==_0x259502[_0x31133f(0x22a)]&&_0x259502[_0x31133f(0x1ee)]&&_0x259502[_0x31133f(0x1ee)][_0x31133f(0x121)]==_0x1d6eea&&_0x259502[_0x31133f(0x1a6)]()[_0x31133f(0x149)](_0xf4fedc[_0x31133f(0x1ee)][_0x31133f(0x168)])&&(this[_0x31133f(0x1aa)](_0x259502,_0xf4fedc[_0x31133f(0x1ee)][_0x31133f(0x168)],_0x18fffa),_0xf05f65=!0x0);}return _0xf05f65;}[_0x3ac0c3(0x1ad)](_0x2045b6){const _0x1691ff=_0x3ac0c3;this[_0x1691ff(0x21e)]=!0x0,_0x2045b6();}[_0x3ac0c3(0xe6)](_0x35ef84){const _0x15946a=_0x3ac0c3,_0x526f0a=this[_0x15946a(0x22b)](_0x35ef84),_0x4de097=this[_0x15946a(0x137)][_0x15946a(0x157)](_0x35ef84);return _0x526f0a||_0x4de097;}[_0x3ac0c3(0x232)](_0x338416,_0x217077){const _0x1adc31=_0x3ac0c3;if(0x0==_0x217077[_0x1adc31(0x1f5)])return!0x1;let _0x2abfa7=!0x1;for(const _0x35ff23 of _0x217077){const _0x4005a0=this[_0x1adc31(0xf5)](_0x35ff23[_0x1adc31(0x204)],_0x1adc31(0xde))[_0x1adc31(0x247)](_0x41a224=>!_0x41a224[_0x1adc31(0x1c9)][_0x1adc31(0x209)])[_0x1adc31(0x20c)](_0x4a8d45=>_0x4a8d45[_0x1adc31(0x19f)]),_0x26417c=_0x4fc22f({'newValue':_0x35ff23[_0x1adc31(0x1bd)]});_0x4005a0[_0x1adc31(0x247)](_0x567772=>{const _0x1941b5=_0x1adc31,[_0xb9b39c,_0x44e921]=_0x567772[_0x1941b5(0x1ef)][_0x1941b5(0x143)]('|');return _0xb9b39c==_0x35ff23[_0x1941b5(0x121)]&&_0x44e921!=_0x26417c;})[_0x1adc31(0x1db)](_0x37471e=>{const _0x2c1d9e=_0x1adc31;this[_0x2c1d9e(0x1aa)](_0x37471e,_0x35ff23[_0x2c1d9e(0x204)],_0x338416),_0x2abfa7=!0x0;});}return _0x2abfa7;}[_0x3ac0c3(0x1aa)](_0x548b08,_0x1f4717,_0x5736a4){const _0x28d996=_0x3ac0c3,_0x4815de=_0x548b08[_0x28d996(0x1a6)]()[_0x28d996(0x152)](_0x1f4717);0x0!==_0x4815de[_0x28d996(0x1f5)]?0x1!==_0x4815de[_0x28d996(0x1f5)]?this[_0x28d996(0x144)](_0x548b08,_0x1f4717[_0x28d996(0x249)],_0x1f4717[_0x28d996(0x193)]):this[_0x28d996(0x1de)](_0x548b08,_0x4815de[0x0]):_0x5736a4[_0x28d996(0x1bb)](_0x548b08[_0x28d996(0x1dd)]());}}class Et{constructor(_0x113289){const _0x27bd59=_0x3ac0c3;this[_0x27bd59(0x154)]=_0x113289,this[_0x27bd59(0x14c)]=_0x113289[_0x27bd59(0x16e)],this[_0x27bd59(0x104)]=new Map(),this[_0x27bd59(0x233)]=new Map(),this[_0x27bd59(0xdb)]();}[_0x3ac0c3(0x12e)](_0x121838,_0xf1e8f,_0x56b9ea,_0x1747e7,_0x335b12,_0x43637d){const _0x133999=_0x3ac0c3;return new _0x3f8657(this[_0x133999(0x14c)],{'type':_0x121838,'subType':_0xf1e8f,'id':_0x56b9ea,'author':_0x1747e7,'creator':_0x1747e7,'attributes':_0x335b12,'onAttributesChange':_0x43637d,'onAccept':(..._0x1c245f)=>this[_0x133999(0x1be)](_0x121838,_0xf1e8f,_0x133999(0x23a))(..._0x1c245f),'onDiscard':(..._0x385035)=>this[_0x133999(0x1be)](_0x121838,_0xf1e8f,_0x133999(0x135))(..._0x385035)});}[_0x3ac0c3(0x21a)](_0x2239a9,_0x957dfd,_0x15749e,_0x45320d){const _0x1d8de2=_0x3ac0c3,_0x161336=_0x2239a9+':'+_0x957dfd+':'+_0x15749e;this[_0x1d8de2(0x104)][_0x1d8de2(0x253)](_0x161336,_0x45320d);}[_0x3ac0c3(0x1be)](_0x2f05ce,_0x382937,_0x25b7b6){const _0x1a0195=_0x3ac0c3,_0x5e5a57=_0x2f05ce+':'+_0x382937+':'+_0x25b7b6;return this[_0x1a0195(0x104)][_0x1a0195(0xfe)](_0x5e5a57)||this[_0x1a0195(0x233)][_0x1a0195(0xfe)](_0x2f05ce+':'+_0x25b7b6);}[_0x3ac0c3(0xdb)](){const _0x45ad66=_0x3ac0c3,_0x1165df=()=>!0x1,_0x2e40b9=_0x5155c3=>{const _0x447737=_0x4867;_0x5155c3[_0x447737(0x1a0)]((_0xce230,_0x9a6c76)=>_0xce230[_0x447737(0x249)][_0x447737(0x1c5)](_0x9a6c76[_0x447737(0x249)])?0x1:-0x1),this[_0x447737(0x14c)][_0x447737(0x15d)](_0x3c91a9=>{const _0x28585f=_0x447737;for(const _0xfaa09a of _0x5155c3){let _0x417505;_0x417505=_0xfaa09a[_0x28585f(0x193)][_0x28585f(0x20f)]&&_0xfaa09a[_0x28585f(0x193)][_0x28585f(0x24e)]==_0xfaa09a[_0x28585f(0x249)][_0x28585f(0xce)]?_0x3c91a9[_0x28585f(0x1da)](_0xfaa09a[_0x28585f(0x249)][_0x28585f(0xce)],'on'):_0x3c91a9[_0x28585f(0x1da)](_0xfaa09a),this[_0x28585f(0x14c)][_0x28585f(0x206)](_0x417505,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x5265fe=(_0x2d2163,_0x4dd855)=>{const _0x1f5a7c=_0x4867;_0x4dd855&&this[_0x1f5a7c(0x14c)][_0x1f5a7c(0x15d)](_0xe5da61=>{const _0x54141e=_0x1f5a7c,{commandName:_0x2c48b9,commandParams:_0xa4b04c=[]}=_0x4dd855,_0x2de35b=_0x2d2163[_0x54141e(0x20c)](_0x47e64a=>(Vt(_0x47e64a)&&(_0x47e64a=this[_0x54141e(0x14c)][_0x54141e(0x187)](_0x47e64a[_0x54141e(0x193)])),_0x47e64a))[_0x54141e(0x247)](_0x593382=>_0x54141e(0x1f9)!==_0x593382[_0x54141e(0x142)][_0x54141e(0xe1)]);if(_0x2de35b[_0x54141e(0x1f5)]<0x1)return;const _0x5d79b0=Array[_0x54141e(0x243)](this[_0x54141e(0x14c)][_0x54141e(0xb7)][_0x54141e(0x12b)][_0x54141e(0x1a7)]())[_0x54141e(0x20c)](_0x522b54=>_0x549232[_0x54141e(0xa7)](_0x522b54));_0xe5da61[_0x54141e(0x16c)](_0x2de35b);for(const _0x3e95f4 of this[_0x54141e(0x154)][_0x54141e(0x1a2)][_0x54141e(0x1a2)]())_0x3e95f4[_0x54141e(0x10a)]();_0xa4b04c[_0x54141e(0x1f7)]({'forceDefaultExecution':!0x0}),this[_0x54141e(0x154)][_0x54141e(0xd3)](_0x2c48b9,..._0xa4b04c);const _0xcc2b08=_0x5d79b0[_0x54141e(0x247)](_0x148fe8=>_0x54141e(0x1f9)!=_0x148fe8[_0x54141e(0x142)][_0x54141e(0xe1)]);_0xcc2b08[_0x54141e(0x1f5)]>0x0&&_0xe5da61[_0x54141e(0x16c)](_0xcc2b08);for(const _0x5542b7 of _0x5d79b0)_0x5542b7[_0x54141e(0x192)]();});},_0x451d07=(_0x8c9e30,_0x244534)=>0x1==_0x8c9e30[_0x45ad66(0x1f5)]&&0x1==_0x244534[_0x45ad66(0x1f5)]&&_0x8c9e30[0x0][_0x45ad66(0x193)][_0x45ad66(0x14f)](_0x244534[0x0][_0x45ad66(0x249)]),_0x30862f=(_0x1c1a49,_0x4d3890,_0x32ea51,_0xddf29c)=>Ht(_0x1c1a49,_0x4d3890,_0x32ea51,_0xddf29c,this[_0x45ad66(0x14c)])?[_0x1c1a49,_0x4d3890]:Ht(_0x4d3890,_0x1c1a49,_0xddf29c,_0x32ea51,this[_0x45ad66(0x14c)])?[_0x4d3890,_0x1c1a49]:null;this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x14b),_0x1165df),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x14a),_0x2e40b9),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x203),_0x451d07),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x113),_0x30862f),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x145),_0x2e40b9),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0xb0),_0x1165df),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x24d),_0x451d07),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0xcd),_0x30862f),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x153),_0x5265fe),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x1b4),_0x1165df),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x17a),_0x451d07),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0xbe),_0x1165df),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0xfc),_0x5265fe),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0xb1),_0x1165df),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x1fa),_0x451d07),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0xbd),_0x1165df),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0xe5),_0x1165df),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x241),(_0x236c81,_0x54b5cf)=>{const _0x32da81=_0x45ad66;if(!_0x54b5cf)return;const _0x16bf43=this[_0x32da81(0x154)][_0x32da81(0x1e8)][_0x32da81(0xfe)](p);this[_0x32da81(0x14c)][_0x32da81(0x15d)](_0x693717=>{const _0x24a578=_0x32da81;if(_0x24a578(0x101)==_0x54b5cf[_0x24a578(0x121)])for(const _0x5f4417 of _0x236c81){const _0x3ed468=_0x5f4417[_0x24a578(0x249)][_0x24a578(0xce)],_0x2af2f9=_0x54b5cf[_0x24a578(0x15e)];_0x693717[_0x24a578(0x103)](_0x3ed468,_0x2af2f9);}else{if(_0x16bf43[_0x24a578(0x22b)](_0x54b5cf[_0x24a578(0x121)])){for(const _0x155c82 of _0x236c81)void 0x0!==_0x54b5cf[_0x24a578(0x15e)]?_0x693717[_0x24a578(0x169)](_0x54b5cf[_0x24a578(0x121)],_0x54b5cf[_0x24a578(0x15e)],_0x155c82[_0x24a578(0x249)][_0x24a578(0xce)]):_0x693717[_0x24a578(0x161)](_0x54b5cf[_0x24a578(0x121)],_0x155c82[_0x24a578(0x249)][_0x24a578(0xce)]);}else{for(const _0x35bbcf of _0x236c81)_0x54b5cf[_0x24a578(0x15e)]?_0x693717[_0x24a578(0x169)](_0x54b5cf[_0x24a578(0x121)],_0x54b5cf[_0x24a578(0x15e)],_0x35bbcf):_0x693717[_0x24a578(0x161)](_0x54b5cf[_0x24a578(0x121)],_0x35bbcf);}}});}),this[_0x45ad66(0x233)][_0x45ad66(0x253)](_0x45ad66(0x11e),_0x451d07);}}function Ot(_0x15a75a,_0x5c142c,_0x34028c){const _0x3bb79e=_0x3ac0c3;for(const _0x32593c of _0x5c142c[_0x3bb79e(0x24e)][_0x3bb79e(0x1ff)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x32593c[_0x3bb79e(0x142)]==_0x32593c)return!0x1;if(!_0x34028c[_0x3bb79e(0x227)](_0x32593c))return!0x1;if(_0x15a75a[_0x3bb79e(0x109)](_0x32593c)||_0x15a75a[_0x3bb79e(0x238)](_0x32593c))return!0x0;}return!0x1;}function Vt(_0x66c8d){const _0x5f1c08=_0x3ac0c3;return _0x66c8d[_0x5f1c08(0x193)][_0x5f1c08(0x24e)]==_0x66c8d[_0x5f1c08(0x249)][_0x5f1c08(0xce)]&&_0x66c8d[_0x5f1c08(0x193)][_0x5f1c08(0xe8)];}function Ut(_0x3ba869,_0xfecd9c,_0x58724a,_0x5dd464){const _0x1ad597=_0x3ac0c3,_0x14a34d=_0x2c6662=>!_0x2c6662[_0x1ad597(0x22c)]['is'](_0x1ad597(0x207))&&!_0x5dd464[_0x1ad597(0x109)](_0x2c6662[_0x1ad597(0x22c)]),_0x4d27ff=_0x3ba869[_0x1ad597(0x249)][_0x1ad597(0x107)](_0x14a34d),_0x599157=_0x3ba869[_0x1ad597(0x193)][_0x1ad597(0x107)](_0x14a34d,{'direction':_0x1ad597(0x1c7)});return(!_0x3ba869[_0x1ad597(0x249)][_0x1ad597(0x14f)](_0x4d27ff)||!_0x3ba869[_0x1ad597(0x193)][_0x1ad597(0x14f)](_0x599157))&&(_0x4d27ff[_0x1ad597(0x1c5)](_0x599157)?_0x58724a[_0x1ad597(0x215)](_0xfecd9c,{'range':_0x58724a[_0x1ad597(0x187)](_0x4d27ff,_0x599157)}):_0x58724a[_0x1ad597(0x1bb)](_0xfecd9c),!0x0);}function Gt(_0x3a3333){return _0x4fc22f(_0x3a3333);}function Ft(_0x318628){const _0x3a3943=_0x3ac0c3,_0x56e412=_0x318628[_0x3a3943(0x249)][_0x3a3943(0xce)];return _0x56e412&&_0x56e412['is'](_0x3a3943(0x13f));}function Pt(_0xdb791e,_0x5d3511){const _0x27b2a5=_0x3ac0c3;return null==_0xdb791e[_0x27b2a5(0x193)][_0x27b2a5(0x1e0)]&&_0xdb791e[_0x27b2a5(0x193)][_0x27b2a5(0x24e)]==_0xdb791e[_0x27b2a5(0x249)][_0x27b2a5(0xce)]?Lt(_0xdb791e[_0x27b2a5(0x249)][_0x27b2a5(0xce)],_0x5d3511):_0xdb791e;}function Lt(_0x15a610,_0x1c0c22){const _0x1b30ab=_0x3ac0c3,_0x11c90b=_0x1c0c22[_0x1b30ab(0x1dc)][_0x1b30ab(0x109)](_0x15a610)||_0x1c0c22[_0x1b30ab(0x1dc)][_0x1b30ab(0xcf)](_0x15a610);return _0x1c0c22[_0x1b30ab(0x187)](_0x1c0c22[_0x1b30ab(0x18a)](_0x15a610,_0x1b30ab(0x1d4)),_0x11c90b?_0x1c0c22[_0x1b30ab(0x12f)](_0x15a610):_0x1c0c22[_0x1b30ab(0x18a)](_0x15a610,_0x1b30ab(0x193)));}function _0x1548(){const _0xb30cd3=['getIntersection','getDifference','formatInline:accept','_editor','next','change:_saved','has','name','fetchCommentThread','trackChanges.mergeNestedSuggestions','addSuggestion','unbindElementFromMarkerName','change','oldValue','_processAttributeSuggestions','getCustomProperty','removeAttribute','track-changes-suggestion-data-mismatch','getMultiRangeId','@external','marker-count','16RlaAzu','concat','newRange','setAttribute','registerInlineAttribute','hasComments','setSelection','low','model','fromCharCode','isMultiRange','creator','multipleBlocks','getChangedMarkers','_refreshSuggestionsChain','_joinSuggestions','formatBlock','writer','isOwn','addMarkerName','formatInline:join','acceptAllSuggestions','LEAVE','trackChangesCommand','PENDING_ACTION_SUGGESTION','trackChanges.trackFormatChanges','locale','join','_saved','_createSuggestion','widget','markerReady','getUser','createRange','containsPosition','discardAllSuggestions','createPositionAt','markInsertion','options','tablePasteChainId','splitPosition','_enabledCommands','value','suggestionLoaded','detach','end','ck-suggestion-marker--active','return','every','collaboration.channelId','data-author-id','attributes','mapper','49ZytKlM','dataReady','lowest','getMarkers','suggestion','sort','acceptSuggestion','commands','Users','originalSuggestionId','rejected','getFirstRange','getRanges','change:activeMarkers','then','_reduceSuggestionAttributeRange','requires','hasSuggestion','_recordAttributeChanges','define','accepted','deletion','TrackChangesEditing','addHighlight','_getExternalAuthor','formatInline:discard','markerName','containsRange','createdAt','markDeletion','upcast','bindElementToMarker','removeMarker','isExternal','newValue','getSuggestionCallback','pluginName','formatInline:','always','author','getSuggestion','suggestion:attribute:','isBefore','_adapter','backward','markers','meta','addMarker:suggestion','ck-suggestion-marker-formatInline','suggestion-type','editor','formatInline','commentThread','783531KcKgBo','_cutOutSuggestionMarker','move','addClass','before','suggestionChanged','_getAuthorFromId','_updateSuggestionData','_getMarkerAnnouncementText','getAttribute','createSelection','forEach','schema','getFirstMarker','_setSuggestionRange','PendingActions','nodeBefore','_getSuggestionData','getContainedElement','_suggestionState','_addSuggestionMarker','after','markMultiRangeDeletion','$text','plugins','reconvertMarker','addComment','some','isLocal','notReady','data','subType','insertContent','_getAttributeKey','unbind','discardSelectedSuggestions','authorName','length','removeComment','push','addMarker','$graveyard','formatBlock:join','targetPosition','markBlockFormat','highest','groupId','getAncestors','isArray','head','update:suggestion','insertion:join','range','getItems','deleteContent','$textProxy','_refreshAttributeSuggestionsChain','isNextTo','attributeNewValue','40dIfOOR','map','_SUGGESTION_ANNOUNCEMENT','_joinWithAdjacentSuggestions','isAtEnd','comments','containerElement','track-changes-enable-command-twice','chain','isIntersectingWithRange','updateMarker','attribute:','resolve','showSuggestionHighlights','createElement','registerCustomCallback','batch','isDocumentOperation','_isDataLoaded','_recordAttributeSuggestions','_processAttributeChanges','add','skipNestingCheck','stop','isInContent','_onDiscard','ready','addCommentThread','containsItem','markerToHighlight','_checkSuggestionCorrectness','type','_isBlockAttribute','item','getRange','markerNameToElements','enableDefaultAttributesIntegration','removed','substr','_reduceExistingSuggestions','_defaultCallbacks','init','isUndo','containsRangeInObject','registerBlockAttribute','isLimit','insertion','accept','delete','enableCommand','open','default','external:','trackChanges','attribute:discard','updateSuggestion','from','ck-suggestion-marker-','editingDowncast','_removeSuggestion','filter','forward','start','addMarker:suggestion:attribute','rethrowUnexpectedError','setTo','deletion:join','parent','startsWith','getChanges','warn','includes','set','1zzuIrv','clone','track-changes-suggestion-not-found','elementEnd','_initAriaMarkerChangeAnnouncements','fromRange','_isForcedDefaultExecutionBlock','6258615TYszWI','removeMarker:suggestion:formatBlock','createPositionBefore','_suggestionFactory','ENTER','_afterChanges','formatGroupId','deletion:discard','formatBlock:discard','find','markerToData','formatBlock:','dataDowncast','_commentsRepository','document','conversion','consumable','toViewElement','addMarker:suggestion:formatBlock','descriptionFactory','formatBlock:chain','formatInline:chain','clear','moveTargetPosition','isCollapsed','1106880PFWrNv','297538HVlAin','track-changes-user-not-found','ck-suggestion-marker-formatBlock','_suggestions','_mergeNestedSuggestions','stopListening','markInlineFormat','registerPostFixer','config','attributeOldValue','deletion:chain','nodeAfter','isSelectable','_setSuggestionData','getWalker','markAttributeChange','execute','high','getCommentThread','editing','splice','isBlock','authoredAt','CommentsRepository','_registerDefaultCallbacks','error-saving-suggestion-data-suggestion-discarded','isRemovable','attribute','howMany','removeMarker:suggestion:attribute','rootName','createRangeOn','track-changes-command-not-found','data-suggestion','attribute:accept','_isRegisteredAttribute','announce','isAtStart','getSuggestions','createRangeIn','remove','_addThreadToSuggestion','listenTo','group','addRange','differ','_blockAttributeKeys','position','enableReadOnlyMode','adapter','_findSuggestions','enqueueChange','discardSuggestion','assign','documentSelection','for','track-changes-adapter-already-set','formatBlock:accept','removeClass','get','_rangeIsInLocalUserInsertion','suggestionUnloaded','$elementName','dataToMarker','rename','_customCallbacks','format','previous','getLastMatchingPosition','352494URbdrA','isObject','refresh','isTouching','substring','getNearestSelectionRange','markMultiRangeBlockFormat','$marker','stringify','markMultiRangeInsertion','toJSON','insertion:chain','addUser','attributeKey','elementToElement','_trackFormatChanges','insert','isAfter','applyOperation','getShiftedBy','insertion:','forceDefaultExecution','attribute:join','suggestion:','fire','key','consume','catch','activeMarkers','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.','_handleNewSuggestionMarker','size','3257940EIhbaE','deletion:','change:data','selection','pop','commandName','buildSuggestion','createPositionAfter','toUpperCase','unshift','multi','FORMATTING','ck-suggestion-marker','discard','_splitMarkerName','_inlineAttributeKeys','addSuggestionData','acceptSelectedSuggestions','oldRange','162030bMnbjD','keys','never','isInsideObject','element','hasCommentThread','removeMarkers','root','split','_breakSuggestionMarker','deletion:accept','track-changes-adapter-missing-getsuggestion','action','elementStart','isIntersecting','insertion:discard','insertion:accept','_model','values','getAllAdjacentSuggestions','isEqual','normal'];_0x1548=function(){return _0xb30cd3;};return _0x1548();}function Ht(_0x522f80,_0x439dc1,_0x47a17c,_0x11f4e3,_0x479549){const _0xc4f605=_0x3ac0c3;if(_0x522f80[_0xc4f605(0x155)])return!0x1;if(!Jt(_0x522f80,_0x439dc1))return!0x1;if(_0x47a17c[_0xc4f605(0x193)][_0xc4f605(0x14f)](_0x11f4e3[_0xc4f605(0x249)]))return!0x0;if(_0x522f80[_0xc4f605(0x22a)]!=_0x439dc1[_0xc4f605(0x22a)])return!0x1;if(!_0x47a17c[_0xc4f605(0x193)][_0xc4f605(0x10b)](_0x11f4e3[_0xc4f605(0x249)]))return!0x1;const _0x2bf844=_0x479549[_0xc4f605(0x187)](_0x47a17c[_0xc4f605(0x193)],_0x11f4e3[_0xc4f605(0x249)])[_0xc4f605(0xd1)]();for(const _0x4ad0f2 of _0x2bf844)if([_0xc4f605(0x148),_0xc4f605(0xa5)][_0xc4f605(0x252)](_0x4ad0f2[_0xc4f605(0x22a)])&&_0x479549[_0xc4f605(0x1dc)][_0xc4f605(0x238)](_0x4ad0f2[_0xc4f605(0x22c)]))return!0x1;return!0x0;}function Jt(_0x1670b5,_0xb9fc51){const _0x732872=_0x3ac0c3;if(!_0x1670b5[_0x732872(0x21d)]||!_0xb9fc51[_0x732872(0x21d)])return!0x1;const _0x2f1ba4=new Set(Object[_0x732872(0x13c)](_0x1670b5[_0x732872(0x199)])),_0x212ed5=new Set(Object[_0x732872(0x13c)](_0xb9fc51[_0x732872(0x199)]));if(_0x2f1ba4[_0x732872(0x23b)](_0x732872(0x1fe)),_0x212ed5[_0x732872(0x23b)](_0x732872(0x1fe)),0x0==_0x2f1ba4[_0x732872(0x127)]&&0x0==_0x212ed5[_0x732872(0x127)])return!0x0;if(_0x2f1ba4[_0x732872(0x127)]!=_0x212ed5[_0x732872(0x127)])return!0x1;const _0x4325e6={..._0x1670b5[_0x732872(0x199)]},_0x328ed8={..._0xb9fc51[_0x732872(0x199)]};return delete _0x4325e6[_0x732872(0x1fe)],delete _0x328ed8[_0x732872(0x1fe)],JSON[_0x732872(0x110)](_0x4325e6)==JSON[_0x732872(0x110)](_0x328ed8);}function qt(_0x3cc0b7,_0x36949f){const _0x5a8752=_0x3ac0c3,_0x48a8ee=zt(_0x3cc0b7[_0x5a8752(0x199)]),_0x27333f=zt(_0x36949f);if(!_0x3cc0b7[_0x5a8752(0x21d)])return!0x1;for(const _0x283b80 of Object[_0x5a8752(0x13c)](_0x27333f))if(!_0x330d85(_0x48a8ee[_0x283b80],_0x27333f[_0x283b80]))return!0x1;return!0x0;}function zt(_0x13aa72){const _0x528d24=_0x3ac0c3,_0x58d7ef=Object[_0x528d24(0xf8)]({},_0x13aa72);return delete _0x58d7ef[_0x528d24(0x221)],delete _0x58d7ef[_0x528d24(0x18d)],_0x58d7ef;}
|
|
23
|
+
const _0x1c02fd=_0x3bf3;(function(_0x5c62b9,_0x37dcef){const _0x1d5332=_0x3bf3,_0x566d99=_0x5c62b9();while(!![]){try{const _0x161b82=parseInt(_0x1d5332(0x2ac))/0x1*(parseInt(_0x1d5332(0x252))/0x2)+-parseInt(_0x1d5332(0x2e8))/0x3*(parseInt(_0x1d5332(0x2ca))/0x4)+-parseInt(_0x1d5332(0x320))/0x5+parseInt(_0x1d5332(0x220))/0x6*(-parseInt(_0x1d5332(0x310))/0x7)+-parseInt(_0x1d5332(0x2f0))/0x8+-parseInt(_0x1d5332(0x279))/0x9*(parseInt(_0x1d5332(0x378))/0xa)+parseInt(_0x1d5332(0x2d8))/0xb*(parseInt(_0x1d5332(0x35d))/0xc);if(_0x161b82===_0x37dcef)break;else _0x566d99['push'](_0x566d99['shift']());}catch(_0x5c362a){_0x566d99['push'](_0x566d99['shift']());}}}(_0x2cfd,0x99d5c));import{Plugin as _0x1f7618,PendingActions as _0x353bdb}from'ckeditor5/src/core.js';import{LiveRange as _0x14c76e}from'ckeditor5/src/engine.js';import{CKEditorError as _0x54cd18,uid as _0x394c81,priorities as _0x499de5,logWarning as _0x3bb422,getEnvKeystrokeText as _0x49b78c}from'ckeditor5/src/utils.js';import{toWidget as _0x150a82}from'ckeditor5/src/widget.js';import{Users as _0x3bc380,hashObject as _0x2f83ba,surroundingMarkersDetector as _0x4edfed,FOCUS_ANNOTATION_KEYSTROKE as _0x8c9a26}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5692ad from'./commands/trackchangescommand.js';import _0x1209a2 from'./commands/acceptsuggestioncommand.js';import _0x45c53a from'./commands/discardsuggestioncommand.js';import _0x4a9b19 from'./commands/executeonallsuggestionscommand.js';import _0x3ac311 from'./commands/executeonselectedsuggestionscommand.js';import _0x2fd699 from'./suggestion.js';function _0x3bf3(_0x312c2c,_0x4e6084){const _0x2cfd24=_0x2cfd();return _0x3bf3=function(_0x3bf3ab,_0x1d4f57){_0x3bf3ab=_0x3bf3ab-0x1f4;let _0x44552c=_0x2cfd24[_0x3bf3ab];return _0x44552c;},_0x3bf3(_0x312c2c,_0x4e6084);}import _0x2c291c from'./suggestiondescriptionfactory.js';import _0x49bae5 from'./integrations/aiassistant.js';import _0x498bc4 from'./integrations/alignment.js';import _0xe2ca2b from'./integrations/basicstyles.js';import _0x397111 from'./integrations/blockquote.js';import _0x161b6b from'./integrations/casechange.js';import _0x36e545 from'./integrations/ckbox.js';import _0x397375 from'./integrations/codeblock.js';import _0xde3482 from'./integrations/comments.js';import _0x4a44c9 from'./integrations/deletecommand.js';import _0x54aaea from'./integrations/list.js';import _0x25829b from'./integrations/listproperties.js';import _0x4bf190 from'./integrations/entercommand.js';import _0x2fc746 from'./integrations/findandreplace.js';import _0x57c949 from'./integrations/font.js';import _0x431179 from'./integrations/formatpainter.js';import _0x205571 from'./integrations/heading.js';import _0x554d88 from'./integrations/highlight.js';import _0x214151 from'./integrations/horizontalline.js';import _0x202f6e from'./integrations/htmlembed.js';import _0x225bdc from'./integrations/image.js';import _0x111687 from'./integrations/imagereplace.js';import _0x31b82b from'./integrations/imagestyle.js';import _0x4672c6 from'./integrations/importword.js';import _0x3951e8 from'./integrations/indent.js';import _0x36fa3e from'./integrations/inputcommand.js';import _0x1a705b from'./integrations/link.js';import _0x2ecf96 from'./integrations/legacylist.js';import _0x707ac4 from'./integrations/legacylistproperties.js';import _0x181ee7 from'./integrations/mediaembed.js';import _0x301db2 from'./integrations/mention.js';import _0x4a4e8c from'./integrations/mergefields.js';import _0x730b61 from'./integrations/multilevellist.js';import _0x2e4bdd from'./integrations/pagebreak.js';import _0x8f1618 from'./integrations/paragraph.js';import _0x2d7751 from'./integrations/removeformat.js';import _0x20cffa from'./integrations/restrictededitingmode.js';import _0x2f77ae from'./integrations/shiftentercommand.js';import _0x65ddbc from'./integrations/standardeditingmode.js';import _0x388210 from'./integrations/style.js';import _0x36197b from'./integrations/table.js';import _0x1775cc from'./integrations/tablemergesplit.js';import _0x591720 from'./integrations/tableheadings.js';import _0x225efe from'./integrations/tableclipboard.js';import _0x314257 from'./integrations/tablecolumnresize.js';import _0x534130 from'./integrations/template.js';import _0x5f5ae9 from'./integrations/tableofcontents.js';import _0x31c9aa from'./integrations/title.js';import _0x1ec11b from'./integrations/undo.js';import _0x398091 from'./integrations/tablecaption.js';import _0x3d55f1 from'./integrations/tableproperties.js';import{getTranslation as _0x5e9370}from'./utils/common-translations.js';import{isEqual as _0x43899e,omit as _0x13788d}from'lodash-es';export const renameAttributeKey=_0x1c02fd(0x222);export default class p extends _0x1f7618{static get[_0x1c02fd(0x335)](){const _0x5f2ba2=_0x1c02fd;return[_0x5f2ba2(0x22c),_0x3bc380,_0x353bdb,_0x49bae5,_0x498bc4,_0xe2ca2b,_0x397111,_0x36e545,_0x161b6b,_0x397375,_0xde3482,_0x4a44c9,_0x4bf190,_0x2fc746,_0x57c949,_0x431179,_0x205571,_0x554d88,_0x214151,_0x202f6e,_0x225bdc,_0x31b82b,_0x111687,_0x4672c6,_0x3951e8,_0x36fa3e,_0x2ecf96,_0x707ac4,_0x730b61,_0x1a705b,_0x54aaea,_0x25829b,_0x181ee7,_0x301db2,_0x4a4e8c,_0x2e4bdd,_0x8f1618,_0x2d7751,_0x20cffa,_0x2f77ae,_0x65ddbc,_0x388210,_0x36197b,_0x1775cc,_0x591720,_0x398091,_0x225efe,_0x314257,_0x5f5ae9,_0x3d55f1,_0x534130,_0x31c9aa,_0x1ec11b];}static get[_0x1c02fd(0x355)](){const _0x30b3ab=_0x1c02fd;return _0x30b3ab(0x34b);}constructor(_0x7666ed){const _0x1401ac=_0x1c02fd;function _0x19abf7(_0x29e176){const _0x457dfb=_0x3bf3;return _0x29e176[_0x457dfb(0x289)](_0x3c4867=>String[_0x457dfb(0x30e)](_0x3c4867))[_0x457dfb(0x31b)]('');}super(_0x7666ed),this[_0x1401ac(0x383)]=!0x1,this[_0x1401ac(0x297)](_0x1401ac(0x2f3),[]),this['on'](_0x1401ac(0x2d1),(_0x5b95e9,_0x38d786,_0x4690d6,_0x525f09)=>{const _0x1e001e=_0x1401ac;this[_0x1e001e(0x361)][_0x1e001e(0x2f6)](()=>{const _0x238406=_0x1e001e;for(const _0x42058a of[..._0x525f09,..._0x4690d6])this[_0x238406(0x361)][_0x238406(0x206)][_0x238406(0x2c6)](_0x42058a)&&_0x7666ed[_0x238406(0x366)][_0x238406(0x280)](_0x42058a);});}),this[_0x1401ac(0x33f)]=new _0x2c291c(this[_0x1401ac(0x329)][_0x1401ac(0x30b)][_0x1401ac(0x364)],this[_0x1401ac(0x329)][_0x1401ac(0x370)]),this[_0x1401ac(0x30a)]=null,this[_0x1401ac(0x2de)]=new Et(this[_0x1401ac(0x329)]),this[_0x1401ac(0x374)]=new Map(),this[_0x1401ac(0x354)]=_0x7666ed[_0x1401ac(0x31e)][_0x1401ac(0x23a)](_0x1401ac(0x22c)),this[_0x1401ac(0x25d)]=new Set(),this[_0x1401ac(0x361)]=this[_0x1401ac(0x329)][_0x1401ac(0x30b)],this[_0x1401ac(0x293)]=new WeakMap(),this[_0x1401ac(0x34c)]=!0x1,this[_0x1401ac(0x227)]=new Set([_0x1401ac(0x222)]),this[_0x1401ac(0x211)]=new Set(),_0x7666ed[_0x1401ac(0x255)][_0x1401ac(0x344)](_0x1401ac(0x31a),_0x1401ac(0x27e)),this[_0x1401ac(0x2f4)]=_0x7666ed[_0x1401ac(0x255)][_0x1401ac(0x23a)](_0x1401ac(0x31a)),_0x7666ed[_0x1401ac(0x255)][_0x1401ac(0x344)](_0x1401ac(0x2ff),!0x0),this[_0x1401ac(0x305)]=_0x7666ed[_0x1401ac(0x255)][_0x1401ac(0x23a)](_0x1401ac(0x2ff)),this[_0x1401ac(0x22b)]=new _0x5692ad(_0x7666ed,this[_0x1401ac(0x25d)]),this[_0x1401ac(0x2c2)](),this[_0x19abf7([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x19abf7([0x34,0x30,0x34,0x38,0x31,0x38,0x35,0x36]);}[_0x1c02fd(0x30c)](){const _0x102f9a=_0x1c02fd,_0x2e2848=this[_0x102f9a(0x329)],_0x470756=(_0x5b15e4,_0x334c30)=>{const _0x53cd64=_0x102f9a;if(_0x53cd64(0x2d5)!=_0x5b15e4)return _0x53cd64(0x266)+_0x5b15e4;const _0x293db6=_0x334c30[_0x53cd64(0x39c)]('|')[0x0];return this[_0x53cd64(0x285)](_0x293db6)?_0x53cd64(0x37f):_0x53cd64(0x2a8);};_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x388))[_0x102f9a(0x375)]({'model':_0x102f9a(0x2a7),'view':_0x89d4d6=>{const _0x366451=_0x102f9a,{id:_0x46bb25,authorId:_0x42ed6d,type:_0x2b1905,subType:_0x14ba5d}=this[_0x366451(0x23b)](_0x89d4d6[_0x366451(0x251)]),_0x5ab59e=[_0x366451(0x295),_0x470756(_0x2b1905,_0x14ba5d)];let _0x5ba82c=0xbb8;return this[_0x366451(0x2f3)][_0x366451(0x36a)](_0x89d4d6[_0x366451(0x251)])&&(_0x5ab59e[_0x366451(0x2b8)](_0x366451(0x356)),_0x5ba82c=0xbc2),_0x366451(0x263)==_0x2b1905&&(_0x5ba82c+=0x5),{'classes':_0x5ab59e,'attributes':{'data-suggestion':_0x46bb25,'data-author-id':_0x42ed6d},'priority':_0x5ba82c};}}),_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x386))[_0x102f9a(0x2dc)](_0x10eb5c=>{const _0x34befd=_0x102f9a;_0x10eb5c['on'](_0x34befd(0x21d),(_0x80eab9,_0x33dc1b,_0x38bc5d)=>{const _0x51d545=_0x34befd;if(!_0x38bc5d[_0x51d545(0x284)][_0x51d545(0x1fa)])return;const _0x177463=_0x33dc1b[_0x51d545(0x1fb)];if(!_0x177463)return;const _0x1e71ed=_0x38bc5d[_0x51d545(0x29b)][_0x51d545(0x246)](_0x177463);_0x2e2848[_0x51d545(0x30b)][_0x51d545(0x364)][_0x51d545(0x38f)](_0x177463)&&_0x1e71ed&&!_0x1e71ed[_0x51d545(0x24c)](_0x51d545(0x281))&&_0x1e71ed['is'](_0x51d545(0x2b1))&&_0x150a82(_0x1e71ed,_0x38bc5d[_0x51d545(0x39a)]);},{'priority':_0x34befd(0x2da)});}),_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x386))[_0x102f9a(0x375)]({'model':_0x102f9a(0x2a7),'view':(_0x142bee,_0x2ec051)=>{const _0x345e19=_0x102f9a;if(!_0x2ec051[_0x345e19(0x284)][_0x345e19(0x1fa)])return null;const {type:_0x1714c6,subType:_0x2c0aa5}=this[_0x345e19(0x23b)](_0x142bee[_0x345e19(0x251)]);return{'classes':[_0x345e19(0x295),_0x470756(_0x1714c6,_0x2c0aa5)],'priority':0xbb8};}});const _0x208c5a=({showActiveMarkers:_0x480642=!0x0,isAttributeSuggestion:_0x4ab90e=!0x1}={})=>(_0x38fd34,_0x5c9bf7,_0x4b2568)=>{const _0x5b405f=_0x102f9a;if(!_0x5c9bf7[_0x5b405f(0x1fb)])return;const {id:_0x566445,authorId:_0x330dcd}=this[_0x5b405f(0x23b)](_0x5c9bf7[_0x5b405f(0x251)]);if(_0x4ab90e){const _0x14d8ed=this[_0x5b405f(0x374)][_0x5b405f(0x23a)](_0x566445),_0x3dd90b=this[_0x5b405f(0x2c9)](_0x14d8ed);if(!this[_0x5b405f(0x285)](_0x3dd90b))return;}if(_0x5c9bf7[_0x5b405f(0x1fb)]['is'](_0x5b405f(0x278)))return void _0x4b2568[_0x5b405f(0x26e)][_0x5b405f(0x268)](_0x5c9bf7[_0x5b405f(0x1fb)],_0x38fd34[_0x5b405f(0x33d)]);const _0x36cf1b=_0x4b2568[_0x5b405f(0x29b)][_0x5b405f(0x246)](_0x5c9bf7[_0x5b405f(0x1fb)]);if(_0x5c9bf7[_0x5b405f(0x1fb)]['is'](_0x5b405f(0x2b5))&&_0x2e2848[_0x5b405f(0x30b)][_0x5b405f(0x364)][_0x5b405f(0x325)](_0x5c9bf7[_0x5b405f(0x1fb)])&&!_0x36cf1b[_0x5b405f(0x24c)](_0x5b405f(0x37c))){_0x4b2568[_0x5b405f(0x39a)][_0x5b405f(0x334)]([_0x5b405f(0x295),_0x5b405f(0x37f)],_0x36cf1b),_0x4b2568[_0x5b405f(0x39a)][_0x5b405f(0x218)](_0x5b405f(0x248),_0x566445,_0x36cf1b),_0x4b2568[_0x5b405f(0x39a)][_0x5b405f(0x218)](_0x5b405f(0x27f),_0x330dcd,_0x36cf1b),_0x4b2568[_0x5b405f(0x29b)][_0x5b405f(0x377)](_0x36cf1b,_0x5c9bf7[_0x5b405f(0x251)]),_0x480642&&(this[_0x5b405f(0x2f3)][_0x5b405f(0x36a)](_0x5c9bf7[_0x5b405f(0x251)])?_0x4b2568[_0x5b405f(0x39a)][_0x5b405f(0x334)](_0x5b405f(0x356),_0x36cf1b):_0x4b2568[_0x5b405f(0x39a)][_0x5b405f(0x28a)](_0x5b405f(0x356),_0x36cf1b));for(const _0x555742 of _0x2e2848[_0x5b405f(0x30b)][_0x5b405f(0x21f)](_0x5c9bf7[_0x5b405f(0x1fb)])[_0x5b405f(0x38c)]())_0x4b2568[_0x5b405f(0x26e)][_0x5b405f(0x268)](_0x555742,_0x38fd34[_0x5b405f(0x33d)]);_0x4b2568[_0x5b405f(0x26e)][_0x5b405f(0x268)](_0x5c9bf7[_0x5b405f(0x1fb)],_0x38fd34[_0x5b405f(0x33d)]);}};_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x386))[_0x102f9a(0x2dc)](_0x5d53d1=>{const _0x90d0ef=_0x102f9a;_0x5d53d1['on'](_0x90d0ef(0x34e),(_0x588272,_0x4442af,_0x2eeb61)=>{const _0x466723=_0x90d0ef;_0x2eeb61[_0x466723(0x284)][_0x466723(0x1fa)]&&_0x208c5a({'showActiveMarkers':!0x1})(_0x588272,_0x4442af,_0x2eeb61);},{'priority':_0x90d0ef(0x236)});}),_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x386))[_0x102f9a(0x2dc)](_0x4a212a=>{const _0x3040eb=_0x102f9a;_0x4a212a['on'](_0x3040eb(0x2b7),(_0xc3a3e1,_0x59e09b,_0x1852a4)=>{const _0x2a21bc=_0x3040eb;_0x1852a4[_0x2a21bc(0x284)][_0x2a21bc(0x1fa)]&&_0x208c5a({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0xc3a3e1,_0x59e09b,_0x1852a4);},{'priority':_0x3040eb(0x236)});}),_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x386))[_0x102f9a(0x2bf)]({'model':_0x102f9a(0x2a7),'view':(_0x25feee,_0x39d1a1)=>_0x39d1a1[_0x102f9a(0x284)][_0x102f9a(0x1fa)]?null:{'group':_0x102f9a(0x2a7),'name':_0x25feee[_0x102f9a(0x28d)](0xb)}}),_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x2e1))[_0x102f9a(0x33e)]({'view':{'name':_0x102f9a(0x2a7),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x22bf0d,{writer:_0x5f1662})=>{const _0x406053=_0x102f9a;let _0x4314a4=_0x406053(0x391)+_0x22bf0d[_0x406053(0x258)](_0x406053(0x39b))+':'+_0x22bf0d[_0x406053(0x258)]('id');return _0x22bf0d[_0x406053(0x258)](_0x406053(0x1f5))&&(_0x4314a4+=':'+_0x22bf0d[_0x406053(0x258)](_0x406053(0x1f5))),_0x5f1662[_0x406053(0x226)](_0x406053(0x1f4),{'data-name':_0x4314a4});}}),_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x2e1))[_0x102f9a(0x301)]({'view':_0x102f9a(0x2a7)}),_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x388))[_0x102f9a(0x2dc)](_0x372861=>{const _0x2af80b=_0x102f9a;_0x372861['on'](_0x2af80b(0x34e),_0x208c5a(),{'priority':_0x2af80b(0x2da)});}),_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x388))[_0x102f9a(0x2dc)](_0x4e1342=>{const _0x4ed453=_0x102f9a;_0x4e1342['on'](_0x4ed453(0x2b7),_0x208c5a({'isAttributeSuggestion':!0x0}),{'priority':_0x4ed453(0x2da)});}),_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x388))[_0x102f9a(0x2dc)](_0x4d86c8=>{const _0x15a7bc=_0x102f9a;_0x4d86c8['on'](_0x15a7bc(0x23c),(_0x1a9f8b,_0x1291c0,_0x197733)=>{const _0x3435bc=_0x15a7bc,_0xbd2b7b=_0x197733[_0x3435bc(0x29b)][_0x3435bc(0x2ba)](_0x1291c0[_0x3435bc(0x251)]);if(_0xbd2b7b){for(const _0x2af0d2 of _0xbd2b7b)_0x2af0d2[_0x3435bc(0x24c)](_0x3435bc(0x37c))||(_0x197733[_0x3435bc(0x39a)][_0x3435bc(0x28a)]([_0x3435bc(0x295),_0x3435bc(0x37f),_0x3435bc(0x356)],_0x2af0d2),_0x197733[_0x3435bc(0x39a)][_0x3435bc(0x2ea)](_0x3435bc(0x248),_0x2af0d2),_0x197733[_0x3435bc(0x39a)][_0x3435bc(0x2ea)](_0x3435bc(0x27f),_0x2af0d2),_0x197733[_0x3435bc(0x29b)][_0x3435bc(0x3a1)](_0x2af0d2,_0x1291c0[_0x3435bc(0x251)]));}},{'priority':_0x15a7bc(0x2da)});}),_0x2e2848[_0x102f9a(0x1ff)][_0x102f9a(0x264)](_0x102f9a(0x388))[_0x102f9a(0x2dc)](_0x331018=>{const _0x154887=_0x102f9a;_0x331018['on'](_0x154887(0x39f),(_0x2273da,_0x2da152,_0x3a5c26)=>{const _0x4054e9=_0x154887,_0x3d11ee=_0x3a5c26[_0x4054e9(0x29b)][_0x4054e9(0x2ba)](_0x2da152[_0x4054e9(0x251)]);if(!_0x3d11ee)return;const {id:_0x3ab8a4}=this[_0x4054e9(0x23b)](_0x2da152[_0x4054e9(0x251)]),_0x4c63e5=this[_0x4054e9(0x374)][_0x4054e9(0x23a)](_0x3ab8a4),_0x5b666b=this[_0x4054e9(0x2c9)](_0x4c63e5);if(this[_0x4054e9(0x285)](_0x5b666b)){for(const _0xa2a5a1 of _0x3d11ee)_0xa2a5a1[_0x4054e9(0x24c)](_0x4054e9(0x37c))||(_0x3a5c26[_0x4054e9(0x39a)][_0x4054e9(0x28a)]([_0x4054e9(0x295),_0x4054e9(0x37f),_0x4054e9(0x356)],_0xa2a5a1),_0x3a5c26[_0x4054e9(0x39a)][_0x4054e9(0x2ea)](_0x4054e9(0x248),_0xa2a5a1),_0x3a5c26[_0x4054e9(0x39a)][_0x4054e9(0x2ea)](_0x4054e9(0x27f),_0xa2a5a1),_0x3a5c26[_0x4054e9(0x29b)][_0x4054e9(0x3a1)](_0xa2a5a1,_0x2da152[_0x4054e9(0x251)]));}},{'priority':_0x154887(0x2da)});}),_0x2e2848[_0x102f9a(0x30b)][_0x102f9a(0x2b3)][_0x102f9a(0x239)](_0x46a4fb=>{const _0x258564=_0x102f9a;let _0x5ece40=!0x1;const _0x34d70e=Array[_0x258564(0x359)](_0x2e2848[_0x258564(0x30b)][_0x258564(0x2b3)][_0x258564(0x1f6)][_0x258564(0x336)]()),_0x47466d=new Set();for(const {name:_0x56341a,data:_0x4b150d}of _0x34d70e){const {group:_0x5cd0a9,type:_0x5b861b,subType:_0x144d1b,id:_0x5c79fa}=this[_0x258564(0x23b)](_0x56341a);if(_0x258564(0x2a7)!==_0x5cd0a9)continue;const _0x2a3ce8=this[_0x258564(0x374)][_0x258564(0x23a)](_0x5c79fa);if(null!=_0x4b150d[_0x258564(0x38e)]){_0x258564(0x37d)==_0x5b861b&&(_0x5ece40=_0x5ece40||Ut(_0x4b150d[_0x258564(0x38e)],_0x56341a,_0x46a4fb,_0x2e2848[_0x258564(0x30b)][_0x258564(0x364)]));const _0x507507=_0x258564(0x2d5)==_0x5b861b&&this[_0x258564(0x285)](_0x144d1b[_0x258564(0x39c)]('|')[0x0]);if(_0x4b150d[_0x258564(0x38e)][_0x258564(0x1fe)]||_0x258564(0x37b)==_0x4b150d[_0x258564(0x38e)][_0x258564(0x2ab)][_0x258564(0x249)]||_0x258564(0x381)==_0x5b861b&&!Ft(_0x4b150d[_0x258564(0x38e)])||_0x507507&&!Ft(_0x4b150d[_0x258564(0x38e)])||_0x258564(0x263)==_0x5b861b&&!(!Vt(_0x2026de=_0x4b150d[_0x258564(0x38e)])&&!function(_0x34c66c){const _0x2a6cf7=_0x258564;return _0x34c66c[_0x2a6cf7(0x2df)][_0x2a6cf7(0x24e)]==_0x34c66c[_0x2a6cf7(0x26f)][_0x2a6cf7(0x307)]&&_0x34c66c[_0x2a6cf7(0x2df)][_0x2a6cf7(0x232)];}(_0x2026de)))_0x46a4fb[_0x258564(0x34f)](_0x56341a),_0x5ece40=!0x0;else{if(!_0x2a3ce8||!_0x2a3ce8[_0x258564(0x234)])continue;if(_0x4b150d[_0x258564(0x38e)]&&_0x4b150d[_0x258564(0x2bd)]&&_0x4b150d[_0x258564(0x38e)][_0x258564(0x24d)](_0x4b150d[_0x258564(0x2bd)]))continue;_0x47466d[_0x258564(0x2dc)](_0x2a3ce8);}}}var _0x2026de;return _0x47466d[_0x258564(0x2d9)]>0x0&&(_0x5ece40=!!this[_0x258564(0x362)](_0x47466d)||_0x5ece40),_0x5ece40;}),_0x2e2848[_0x102f9a(0x30b)][_0x102f9a(0x2b3)][_0x102f9a(0x239)](_0xed2f6=>{const _0x4c3884=_0x102f9a;let _0x3b2950=!0x1;for(const _0x1b21bc of _0x2e2848[_0x4c3884(0x30b)][_0x4c3884(0x2b3)][_0x4c3884(0x1f6)][_0x4c3884(0x39d)]())if(_0x4c3884(0x347)==_0x1b21bc[_0x4c3884(0x29a)])for(const _0x49e443 of this[_0x4c3884(0x374)][_0x4c3884(0x202)]()){if(_0x49e443[_0x4c3884(0x35a)]||!_0x49e443[_0x4c3884(0x234)])continue;const _0x5d90dd=_0x4c3884(0x381)==_0x49e443[_0x4c3884(0x29a)],_0x14274d=this[_0x4c3884(0x2c9)](_0x49e443),_0x53a400=_0x14274d&&this[_0x4c3884(0x285)](_0x14274d);if(!_0x5d90dd&&!_0x53a400)continue;const _0x3a1a4f=_0x49e443[_0x4c3884(0x2aa)]();if(_0x3a1a4f[_0x4c3884(0x2df)][_0x4c3884(0x24e)]!=_0x3a1a4f[_0x4c3884(0x26f)][_0x4c3884(0x24e)]&&!_0x3a1a4f[_0x4c3884(0x26f)][_0x4c3884(0x232)]){const _0x31156d=_0x2e2848[_0x4c3884(0x30b)][_0x4c3884(0x270)](_0x3a1a4f[_0x4c3884(0x2df)][_0x4c3884(0x2bb)],_0x4c3884(0x26f)),_0x51d7e2=_0x2e2848[_0x4c3884(0x30b)][_0x4c3884(0x262)](_0x3a1a4f[_0x4c3884(0x2df)],_0x31156d);_0xed2f6[_0x4c3884(0x2bc)](_0x49e443[_0x4c3884(0x27c)](),{'range':_0x51d7e2}),_0x3b2950=!0x0;}}return _0x3b2950;}),_0x2e2848[_0x102f9a(0x30b)][_0x102f9a(0x2b3)][_0x102f9a(0x239)](_0x148d92=>this[_0x102f9a(0x349)](_0x148d92)),_0x2e2848[_0x102f9a(0x30b)][_0x102f9a(0x2b3)][_0x102f9a(0x239)](_0xb3a00d=>!_0xb3a00d[_0x102f9a(0x373)][_0x102f9a(0x304)]&&this[_0x102f9a(0x235)](_0xb3a00d)),_0x2e2848[_0x102f9a(0x30b)]['on'](_0x102f9a(0x353),()=>{const _0x4657f7=_0x102f9a;this[_0x4657f7(0x383)]=!0x1;}),_0x2e2848[_0x102f9a(0x30b)][_0x102f9a(0x2b3)]['on'](_0x102f9a(0x212),(_0x58ef17,_0x411b57)=>{const _0x304cb3=_0x102f9a;if(!_0x411b57[_0x304cb3(0x304)]||_0x411b57[_0x304cb3(0x25c)])return;if(!this[_0x304cb3(0x383)])return;const _0x173829=_0x2e2848[_0x304cb3(0x30b)][_0x304cb3(0x2b3)][_0x304cb3(0x1f6)][_0x304cb3(0x39d)]();if(0x0==_0x173829[_0x304cb3(0x2fe)])return;const _0x58f61a=[],_0x2d4847=_0x173829[_0x304cb3(0x290)](_0x2d5de8=>_0x304cb3(0x2d5)==_0x2d5de8[_0x304cb3(0x29a)]),_0x174744=_0x173829[_0x304cb3(0x290)](_0x58fc2d=>_0x304cb3(0x347)==_0x58fc2d[_0x304cb3(0x29a)]&&_0x304cb3(0x30f)!=_0x58fc2d[_0x304cb3(0x33d)]);for(const _0x3f24ab of _0x2d4847)this[_0x304cb3(0x286)](_0x3f24ab[_0x304cb3(0x26a)])&&_0x58f61a[_0x304cb3(0x2b8)]({'key':_0x3f24ab[_0x304cb3(0x26a)],'newValue':_0x3f24ab[_0x304cb3(0x331)],'oldValue':_0x3f24ab[_0x304cb3(0x273)],'range':Pt(_0x3f24ab[_0x304cb3(0x2fb)],_0x2e2848[_0x304cb3(0x30b)])});for(const _0x2af497 of _0x174744){if(_0x304cb3(0x390)!=_0x2af497[_0x304cb3(0x37a)]&&_0x304cb3(0x36f)!=_0x2af497[_0x304cb3(0x37a)])continue;const _0x21e64f=Lt(_0x2af497[_0x304cb3(0x2e5)][_0x304cb3(0x2bb)],_0x2e2848[_0x304cb3(0x30b)]),_0x51b13b=_0x2af497[_0x304cb3(0x36c)];_0x304cb3(0x390)==_0x2af497[_0x304cb3(0x37a)]&&_0x58f61a[_0x304cb3(0x2b8)]({'key':_0x304cb3(0x222),'newValue':_0x2af497[_0x304cb3(0x33d)],'oldValue':_0x51b13b[_0x304cb3(0x33d)],'range':_0x21e64f});for(const [_0x11cd56,_0x263622]of _0x51b13b[_0x304cb3(0x2c5)]){if(!this[_0x304cb3(0x286)](_0x11cd56))continue;const _0x2a70ac=_0x2af497[_0x304cb3(0x2c5)][_0x304cb3(0x23a)](_0x11cd56);_0x263622!==_0x2a70ac&&_0x58f61a[_0x304cb3(0x2b8)]({'key':_0x11cd56,'newValue':_0x2a70ac,'oldValue':_0x263622,'range':_0x21e64f});}for(const [_0x4031f7,_0x57fa22]of _0x2af497[_0x304cb3(0x2c5)])this[_0x304cb3(0x286)](_0x4031f7)&&(_0x51b13b[_0x304cb3(0x2c5)][_0x304cb3(0x2c6)](_0x4031f7)||_0x58f61a[_0x304cb3(0x2b8)]({'key':_0x4031f7,'newValue':_0x57fa22,'oldValue':null,'range':_0x21e64f}));}0x0!=_0x58f61a[_0x304cb3(0x2fe)]&&_0x2e2848[_0x304cb3(0x30b)][_0x304cb3(0x343)](_0x411b57,_0xa66e36=>{const _0x1b187f=_0x304cb3,_0x4c8b66=_0x394c81();for(const {range:_0x4b8522,key:_0x4af119,oldValue:_0x20f807,newValue:_0x427b43}of _0x58f61a)this[_0x1b187f(0x294)](_0x4b8522,_0x4af119,_0x20f807,_0x427b43,{'groupId':_0x4c8b66});this[_0x1b187f(0x245)](_0xa66e36,_0x58f61a);});},{'priority':_0x102f9a(0x257)}),_0x2e2848[_0x102f9a(0x30b)][_0x102f9a(0x206)]['on'](_0x102f9a(0x2ad),(_0x808e96,_0x206a25,_0x2b0413)=>{const _0x49e8f9=_0x102f9a;if(null==_0x2b0413){const {id:_0x3de878}=this[_0x49e8f9(0x23b)](_0x206a25[_0x49e8f9(0x33d)]),_0xc08f5a=this[_0x49e8f9(0x374)][_0x49e8f9(0x23a)](_0x3de878);_0xc08f5a&&_0xc08f5a[_0x49e8f9(0x2e0)](_0x206a25[_0x49e8f9(0x33d)]);}}),_0x2e2848[_0x102f9a(0x30b)][_0x102f9a(0x2b3)]['on'](_0x102f9a(0x212),()=>{const _0x98857a=_0x102f9a,_0x3b06dd=Array[_0x98857a(0x359)](_0x2e2848[_0x98857a(0x30b)][_0x98857a(0x2b3)][_0x98857a(0x1f6)][_0x98857a(0x336)]())[_0x98857a(0x290)](_0x3f0d7c=>_0x98857a(0x2a7)===this[_0x98857a(0x23b)](_0x3f0d7c[_0x98857a(0x33d)])[_0x98857a(0x2b9)]);if(0x0===_0x3b06dd[_0x98857a(0x2fe)])return;_0x3b06dd[_0x98857a(0x326)]((_0x3e0d90,_0x4b5b25)=>{const _0x485d8c=_0x98857a,_0x337855=_0x3e0d90[_0x485d8c(0x228)][_0x485d8c(0x2bd)],_0xe12164=_0x4b5b25[_0x485d8c(0x228)][_0x485d8c(0x2bd)];return null===_0x337855&&null===_0xe12164?0x0:null===_0x337855&&null!==_0xe12164?-0x1:null!==_0x337855&&null===_0xe12164?0x1:_0x337855[_0x485d8c(0x2df)][_0x485d8c(0x260)](_0xe12164[_0x485d8c(0x2df)])?-0x1:0x1;});const _0x2387c4=new Set(),_0x3cc697=new Set();for(const {name:_0x255ed8,data:_0x4cf877}of _0x3b06dd){const {id:_0x1d406f}=this[_0x98857a(0x23b)](_0x255ed8);if(null===_0x4cf877[_0x98857a(0x2bd)]){const _0x282f98=this[_0x98857a(0x283)](_0x255ed8);_0x3cc697[_0x98857a(0x2dc)](_0x282f98);}else{const _0x5d4889=this[_0x98857a(0x374)][_0x98857a(0x23a)](_0x1d406f);null!==_0x4cf877[_0x98857a(0x38e)]||_0x5d4889[_0x98857a(0x234)]?(_0x2387c4[_0x98857a(0x2dc)](_0x5d4889[_0x98857a(0x34d)]),_0x3cc697[_0x98857a(0x2dc)](_0x5d4889)):this[_0x98857a(0x288)](_0x5d4889);}}_0x3cc697[_0x98857a(0x2d9)]>0x0&&this[_0x98857a(0x31c)](_0x3cc697);for(const _0x60453d of _0x2387c4)this[_0x98857a(0x306)](_0x98857a(0x21b),_0x60453d);}),_0x2e2848[_0x102f9a(0x30b)]['on'](_0x102f9a(0x272),(_0x35b8ad,_0x188fe2)=>{const _0x48bbd2=_0x102f9a,_0x3c5a02=_0x188fe2[0x0];if(!this[_0x48bbd2(0x374)][_0x48bbd2(0x2d9)])return;if(!_0x3c5a02[_0x48bbd2(0x339)])return;if(_0x3c5a02[_0x48bbd2(0x373)][_0x48bbd2(0x25c)]||!_0x3c5a02[_0x48bbd2(0x373)][_0x48bbd2(0x304)])return;let _0x38b6a9,_0x3a53f0;switch(_0x3c5a02[_0x48bbd2(0x29a)]){case _0x48bbd2(0x347):_0x38b6a9=_0x2e2848[_0x48bbd2(0x30b)][_0x48bbd2(0x270)](_0x3c5a02[_0x48bbd2(0x2e5)]),_0x3a53f0=_0x38b6a9[_0x48bbd2(0x351)](_0x3c5a02[_0x48bbd2(0x392)]);break;case _0x48bbd2(0x39c):_0x38b6a9=_0x2e2848[_0x48bbd2(0x30b)][_0x48bbd2(0x270)](_0x3c5a02[_0x48bbd2(0x1f7)]),_0x3a53f0=_0x2e2848[_0x48bbd2(0x30b)][_0x48bbd2(0x270)](_0x3c5a02[_0x48bbd2(0x271)]);break;case _0x48bbd2(0x1f8):_0x38b6a9=_0x2e2848[_0x48bbd2(0x30b)][_0x48bbd2(0x270)](_0x3c5a02[_0x48bbd2(0x224)]),_0x3a53f0=_0x38b6a9[_0x48bbd2(0x351)](_0x3c5a02[_0x48bbd2(0x392)]);break;default:return;}const _0x4fffc5=_0x2e2848[_0x48bbd2(0x30b)][_0x48bbd2(0x262)](_0x38b6a9,_0x3a53f0);_0x2e2848[_0x48bbd2(0x30b)][_0x48bbd2(0x2f6)](()=>{const _0x3f2027=_0x48bbd2;for(const {suggestion:_0x394d95,meta:_0x5a76ad}of this[_0x3f2027(0x231)](_0x4fffc5)){if(_0x394d95[_0x3f2027(0x35a)])continue;if(_0x3f2027(0x37d)==_0x394d95[_0x3f2027(0x29a)])continue;const _0x284558=this[_0x3f2027(0x2c9)](_0x394d95);if(_0x284558&&this[_0x3f2027(0x285)](_0x284558)&&_0x3f2027(0x39c)!=_0x3c5a02[_0x3f2027(0x29a)])continue;const _0x17d2ed=_0x394d95[_0x3f2027(0x228)]&&_0x394d95[_0x3f2027(0x228)][_0x3f2027(0x23d)];(_0x3f2027(0x381)!=_0x394d95[_0x3f2027(0x29a)]||_0x3f2027(0x39c)==_0x3c5a02[_0x3f2027(0x29a)]&&!_0x17d2ed)&&(_0x5a76ad[_0x3f2027(0x33b)]||_0x3f2027(0x2b2)==_0x394d95[_0x3f2027(0x29a)]&&_0x5a76ad[_0x3f2027(0x256)]||_0x394d95[_0x3f2027(0x2aa)]()[_0x3f2027(0x340)](_0x4fffc5)&&this[_0x3f2027(0x25f)](_0x394d95,_0x38b6a9,_0x3a53f0));}});},{'priority':_0x102f9a(0x257)}),_0x2e2848[_0x102f9a(0x30b)]['on'](_0x102f9a(0x31f),(_0x51f08,_0x1e541e)=>{const _0x3ba058=_0x102f9a,_0x1ed6de=_0x1e541e[0x0],_0x1fd9d5=_0x1e541e[0x1];if(_0x1fd9d5&&_0x1fd9d5[_0x3ba058(0x345)])return;if(this[_0x3ba058(0x34c)])return;if(!this[_0x3ba058(0x22b)][_0x3ba058(0x369)])return;if(_0x1ed6de[_0x3ba058(0x1fe)])return;const _0x248cc0=_0x2e2848[_0x3ba058(0x30b)][_0x3ba058(0x364)],{start:_0x439424,end:_0x57aa9d}=_0x1ed6de[_0x3ba058(0x2aa)](),_0x364389=_0x439424[_0x3ba058(0x2bb)]&&_0x248cc0[_0x3ba058(0x317)](_0x439424[_0x3ba058(0x2bb)])?null:_0x248cc0[_0x3ba058(0x2ce)](_0x439424,_0x3ba058(0x360)),_0x3b4085=_0x57aa9d[_0x3ba058(0x307)]&&_0x248cc0[_0x3ba058(0x317)](_0x57aa9d[_0x3ba058(0x307)])?null:_0x248cc0[_0x3ba058(0x2ce)](_0x57aa9d,_0x3ba058(0x2fa)),_0x35e333=_0x2e2848[_0x3ba058(0x30b)][_0x3ba058(0x262)](_0x364389?_0x364389[_0x3ba058(0x2df)]:_0x439424,_0x3b4085?_0x3b4085[_0x3ba058(0x26f)]:_0x57aa9d);_0x2e2848[_0x3ba058(0x30b)][_0x3ba058(0x2f6)](_0x1f4ca8=>{const _0x1df645=_0x3ba058;this[_0x1df645(0x20d)](_0x35e333);const _0x174bc1=_0x2e2848[_0x1df645(0x30b)][_0x1df645(0x364)][_0x1df645(0x2ce)](_0x35e333[_0x1df645(0x2df)]);_0x1ed6de['is'](_0x1df645(0x2a5))?_0x1f4ca8[_0x1df645(0x22d)](_0x174bc1):_0x1ed6de[_0x1df645(0x2ed)](_0x174bc1);}),_0x51f08[_0x3ba058(0x328)]();},{'priority':_0x499de5[_0x102f9a(0x36e)]+0xa}),_0x2e2848[_0x102f9a(0x30b)]['on'](_0x102f9a(0x26b),(_0x54bb18,_0x527504)=>{const _0x135eae=_0x102f9a,_0x556862=_0x527504[_0x527504[_0x135eae(0x2fe)]-0x1];_0x556862&&_0x556862[_0x135eae(0x345)]||this[_0x135eae(0x34c)]||this[_0x135eae(0x22b)][_0x135eae(0x369)]&&(_0x2e2848[_0x135eae(0x30b)][_0x135eae(0x2f6)](()=>{const _0x4e8d43=_0x135eae;let _0x174d9e=_0x2e2848[_0x4e8d43(0x30b)][_0x4e8d43(0x26b)](_0x527504[0x0],_0x527504[0x1],_0x527504[0x2],{'forceDefaultExecution':!0x0});if(!_0x174d9e)return;_0x54bb18[_0x4e8d43(0x27b)]=_0x174d9e[_0x4e8d43(0x2d2)]();const _0x5d96fb=_0x174d9e[_0x4e8d43(0x26f)][_0x4e8d43(0x307)],_0x7bbe4e=_0x2e2848[_0x4e8d43(0x30b)][_0x4e8d43(0x364)];_0x5d96fb&&_0x7bbe4e[_0x4e8d43(0x325)](_0x5d96fb)&&!_0x7bbe4e[_0x4e8d43(0x38f)](_0x5d96fb)&&(_0x174d9e=_0x2e2848[_0x4e8d43(0x30b)][_0x4e8d43(0x262)](_0x174d9e[_0x4e8d43(0x2df)],_0x2e2848[_0x4e8d43(0x30b)][_0x4e8d43(0x270)](_0x5d96fb,_0x4e8d43(0x26f)))),this[_0x4e8d43(0x21a)](_0x174d9e);}),_0x54bb18[_0x135eae(0x328)]());},{'priority':_0x102f9a(0x2da)}),this[_0x102f9a(0x329)][_0x102f9a(0x2ec)][_0x102f9a(0x2dc)](_0x102f9a(0x32c),this[_0x102f9a(0x22b)]),this[_0x102f9a(0x32f)](_0x102f9a(0x32c));const _0x1d8b76=new _0x1209a2(_0x2e2848,this[_0x102f9a(0x374)]);_0x2e2848[_0x102f9a(0x2ec)][_0x102f9a(0x2dc)](_0x102f9a(0x2ae),_0x1d8b76),this[_0x102f9a(0x32f)](_0x102f9a(0x2ae));const _0x4fb5fe=new _0x45c53a(_0x2e2848,this[_0x102f9a(0x374)]);_0x2e2848[_0x102f9a(0x2ec)][_0x102f9a(0x2dc)](_0x102f9a(0x22e),_0x4fb5fe),this[_0x102f9a(0x32f)](_0x102f9a(0x22e)),_0x2e2848[_0x102f9a(0x2ec)][_0x102f9a(0x2dc)](_0x102f9a(0x214),new _0x4a9b19(_0x2e2848,_0x1d8b76,this[_0x102f9a(0x374)])),this[_0x102f9a(0x32f)](_0x102f9a(0x214)),_0x2e2848[_0x102f9a(0x2ec)][_0x102f9a(0x2dc)](_0x102f9a(0x24b),new _0x4a9b19(_0x2e2848,_0x4fb5fe,this[_0x102f9a(0x374)])),this[_0x102f9a(0x32f)](_0x102f9a(0x24b)),_0x2e2848[_0x102f9a(0x2ec)][_0x102f9a(0x2dc)](_0x102f9a(0x303),new _0x3ac311(_0x2e2848,_0x1d8b76,this[_0x102f9a(0x374)])),this[_0x102f9a(0x32f)](_0x102f9a(0x303)),_0x2e2848[_0x102f9a(0x2ec)][_0x102f9a(0x2dc)](_0x102f9a(0x3a5),new _0x3ac311(_0x2e2848,_0x4fb5fe,this[_0x102f9a(0x374)])),this[_0x102f9a(0x32f)](_0x102f9a(0x3a5));const _0x550aa7=_0x2e2848[_0x102f9a(0x31e)][_0x102f9a(0x23a)](_0x102f9a(0x22c));this[_0x102f9a(0x20c)](_0x550aa7,_0x102f9a(0x2c7),(_0x4b2aa7,{threadId:_0x286674})=>{const _0x1a9f73=_0x102f9a,_0x3b9650=this[_0x1a9f73(0x374)][_0x1a9f73(0x23a)](_0x286674);_0x3b9650&&_0x3b9650[_0x1a9f73(0x319)]&&0x1===_0x3b9650[_0x1a9f73(0x319)][_0x1a9f73(0x2fe)]&&this[_0x1a9f73(0x3a0)](_0x286674,{'hasComments':!0x0});},{'priority':_0x102f9a(0x275)}),this[_0x102f9a(0x20c)](_0x550aa7,_0x102f9a(0x20b),(_0x319c81,{threadId:_0x1d3109})=>{const _0x86b400=_0x102f9a,_0x8b2175=this[_0x86b400(0x374)][_0x86b400(0x23a)](_0x1d3109);_0x8b2175&&_0x8b2175[_0x86b400(0x319)]&&!_0x8b2175[_0x86b400(0x319)][_0x86b400(0x2fe)]&&this[_0x86b400(0x3a0)](_0x1d3109,{'hasComments':!0x1});},{'priority':_0x102f9a(0x275)});}set[_0x1c02fd(0x367)](_0x4eaec1){const _0x5399bd=_0x1c02fd;if(this[_0x5399bd(0x30a)])throw new _0x54cd18(_0x5399bd(0x27d),this);this[_0x5399bd(0x30a)]=_0x4eaec1;}get[_0x1c02fd(0x367)](){const _0x29484b=_0x1c02fd;return this[_0x29484b(0x30a)];}[_0x1c02fd(0x292)]({skipNotAttached:_0x565250=!0x1,toJSON:_0x577866=!0x1}={}){const _0x5c832f=_0x1c02fd,_0x15a3bf=[];for(const _0x325d0b of this[_0x5c832f(0x374)][_0x5c832f(0x202)]())_0x565250&&!_0x325d0b[_0x5c832f(0x234)]||_0x15a3bf[_0x5c832f(0x2b8)](_0x325d0b);return _0x577866?_0x15a3bf[_0x5c832f(0x289)](_0x16286d=>_0x16286d[_0x5c832f(0x225)]()):_0x15a3bf;}[_0x1c02fd(0x348)](_0x349580){const _0x466839=_0x1c02fd,_0x3e4542=this[_0x466839(0x374)][_0x466839(0x23a)](_0x349580);if(!_0x3e4542)throw new _0x54cd18(_0x466839(0x274),this);return _0x3e4542;}[_0x1c02fd(0x291)](_0x5a09dd){const _0xb7e58b=_0x1c02fd;return this[_0xb7e58b(0x374)][_0xb7e58b(0x2c6)](_0x5a09dd);}[_0x1c02fd(0x233)](_0x2f3147){const _0x3876bf=_0x1c02fd,{authorId:_0x594755,id:_0x479ff,attributes:_0x4c4d62}=_0x2f3147,[_0x6d8c1d,_0x5cc36d]=_0x2f3147[_0x3876bf(0x29a)][_0x3876bf(0x39c)](':'),_0x3065a6=this[_0x3876bf(0x374)][_0x3876bf(0x23a)](_0x479ff)||this[_0x3876bf(0x20a)](_0x6d8c1d,_0x5cc36d,_0x479ff,_0x594755,_0x4c4d62);if(this[_0x3876bf(0x21e)](_0x3065a6),this[_0x3876bf(0x315)](_0x3065a6,_0x6d8c1d,_0x5cc36d||null,_0x594755),_0x3065a6[_0x3876bf(0x358)]=_0x2f3147[_0x3876bf(0x358)],_0x3065a6[_0x3876bf(0x219)]=!0x0,_0x4c4d62&&_0x4c4d62[_0x3876bf(0x2c1)]){const _0x3b5555=_0x4c4d62[_0x3876bf(0x2c1)],_0x3b0138=this[_0x3876bf(0x318)](_0x3b5555[_0x3876bf(0x312)]);_0x3065a6[_0x3876bf(0x37e)]=_0x3b5555[_0x3876bf(0x358)],_0x3065a6[_0x3876bf(0x3a2)]=_0x3b0138,_0x3065a6[_0x3876bf(0x2b6)]=!0x0;}else _0x3065a6[_0x3876bf(0x37e)]=_0x2f3147[_0x3876bf(0x358)];switch(_0x2f3147[_0x3876bf(0x228)]&&(_0x3065a6[_0x3876bf(0x228)]=_0x2f3147[_0x3876bf(0x228)]),_0x2f3147[_0x3876bf(0x2c5)]&&(_0x3065a6[_0x3876bf(0x2c5)]=_0x2f3147[_0x3876bf(0x2c5)]),this[_0x3876bf(0x30a)]&&this[_0x3876bf(0x30a)][_0x3876bf(0x2d6)]||(_0x3065a6[_0x3876bf(0x1f9)]=!0x0),this[_0x3876bf(0x293)][_0x3876bf(0x23a)](_0x3065a6)){case _0x3876bf(0x379):this[_0x3876bf(0x293)][_0x3876bf(0x297)](_0x3065a6,_0x3876bf(0x396));break;case _0x3876bf(0x313):_0x3065a6[_0x3876bf(0x234)]?(this[_0x3876bf(0x362)](new Set([_0x3065a6])),this[_0x3876bf(0x31c)](new Set([_0x3065a6])),this[_0x3876bf(0x293)][_0x3876bf(0x297)](_0x3065a6,_0x3876bf(0x2a0)),this[_0x3876bf(0x306)](_0x3876bf(0x2e9),_0x3065a6)):this[_0x3876bf(0x293)][_0x3876bf(0x297)](_0x3065a6,_0x3876bf(0x204));}return _0x3065a6;}[_0x1c02fd(0x2ae)](_0x2192f3){const _0xbc7197=_0x1c02fd;this[_0xbc7197(0x345)](()=>{const _0x571548=_0xbc7197;this[_0x571548(0x329)][_0x571548(0x30b)][_0x571548(0x2f6)](()=>{const _0x1744a6=_0x571548;for(const _0x342a42 of _0x2192f3[_0x1744a6(0x36b)]())_0x342a42[_0x1744a6(0x399)]();});});}[_0x1c02fd(0x22e)](_0x5bbd80){const _0xcb6355=_0x1c02fd;this[_0xcb6355(0x345)](()=>{const _0x5e3434=_0xcb6355;this[_0x5e3434(0x329)][_0x5e3434(0x30b)][_0x5e3434(0x2f6)](()=>{const _0x8fef4=_0x5e3434;for(const _0x59a330 of _0x5bbd80[_0x8fef4(0x36b)]())_0x59a330[_0x8fef4(0x2fc)]();});});}[_0x1c02fd(0x32f)](_0x286287,_0x58c270){const _0x478582=_0x1c02fd,_0x28bb03=this[_0x478582(0x329)][_0x478582(0x2ec)][_0x478582(0x23a)](_0x286287);if(!_0x28bb03)throw new _0x54cd18(_0x478582(0x20f),this,{'commandName':_0x286287});if(this[_0x478582(0x25d)][_0x478582(0x2c6)](_0x28bb03))throw new _0x54cd18(_0x478582(0x39e),this,{'commandName':_0x286287});this[_0x478582(0x25d)][_0x478582(0x2dc)](_0x28bb03),_0x58c270&&_0x28bb03['on'](_0x478582(0x250),(_0x380612,_0x21a518)=>{const _0x1ed4d3=_0x478582;this[_0x1ed4d3(0x22b)][_0x1ed4d3(0x369)]&&(this[_0x1ed4d3(0x34c)]||(_0x21a518[_0x1ed4d3(0x2fe)]>0x0&&_0x21a518[_0x21a518[_0x1ed4d3(0x2fe)]-0x1]&&_0x21a518[_0x21a518[_0x1ed4d3(0x2fe)]-0x1][_0x1ed4d3(0x345)]?_0x21a518[_0x1ed4d3(0x376)]():(_0x380612[_0x1ed4d3(0x27b)]=_0x58c270((..._0x45f327)=>_0x28bb03[_0x1ed4d3(0x250)](..._0x45f327,{'forceDefaultExecution':!0x0}),..._0x21a518),_0x380612[_0x1ed4d3(0x328)]())));},{'priority':_0x478582(0x2da)});}[_0x1c02fd(0x345)](_0x28c8c4){const _0x3bbff0=_0x1c02fd;let _0x3520fc,_0x355c0d;const _0x1d6ae0=this[_0x3bbff0(0x34c)];this[_0x3bbff0(0x34c)]=!0x0;try{_0x3520fc=_0x28c8c4();}catch(_0x2da0b7){_0x355c0d=_0x2da0b7;}return _0x1d6ae0||(this[_0x3bbff0(0x34c)]=!0x1),_0x355c0d&&_0x54cd18[_0x3bbff0(0x314)](_0x355c0d,this),_0x3520fc;}[_0x1c02fd(0x21a)](_0x3ed888,_0x30c05a=null,_0xbd3c3b={}){const _0x21b86b=_0x1c02fd;if(_0x3ed888[_0x21b86b(0x1fe)])return null;const _0x2225f4=this[_0x21b86b(0x329)][_0x21b86b(0x31e)][_0x21b86b(0x23a)](_0x21b86b(0x238))['me'];for(const {suggestion:_0xaa40ba,meta:_0x3da33d}of this[_0x21b86b(0x231)](_0x3ed888,_0x21b86b(0x2b2)))if(_0x3da33d[_0x21b86b(0x256)]){if(!_0x3da33d[_0x21b86b(0x2ef)]){if(_0x3da33d[_0x21b86b(0x33b)]){if(!this[_0x21b86b(0x305)]||!qt(_0xaa40ba,_0xbd3c3b))continue;return _0xaa40ba;}if(qt(_0xaa40ba,_0xbd3c3b))return _0xaa40ba;this[_0x21b86b(0x25f)](_0xaa40ba,_0x3ed888[_0x21b86b(0x2df)],_0x3ed888[_0x21b86b(0x26f)]);break;}if(_0x30c05a==_0xaa40ba[_0x21b86b(0x32a)]&&qt(_0xaa40ba,_0xbd3c3b)){const _0x23f9c2=_0xaa40ba[_0x21b86b(0x2aa)]();return _0x23f9c2[_0x21b86b(0x2df)][_0x21b86b(0x24d)](_0x3ed888[_0x21b86b(0x26f)])?this[_0x21b86b(0x2b0)](_0xaa40ba,this[_0x21b86b(0x361)][_0x21b86b(0x262)](_0x3ed888[_0x21b86b(0x2df)],_0x23f9c2[_0x21b86b(0x26f)])):this[_0x21b86b(0x2b0)](_0xaa40ba,this[_0x21b86b(0x361)][_0x21b86b(0x262)](_0x23f9c2[_0x21b86b(0x2df)],_0x3ed888[_0x21b86b(0x26f)])),_0xaa40ba;}}const _0x287b71=_0x394c81(),_0x5484db=_0x2225f4['id'],_0x15d84a=_0x30c05a?_0x21b86b(0x298)+_0x30c05a:_0x21b86b(0x2b2),_0x2c6312=this[_0x21b86b(0x2c8)]({'id':_0x287b71,'type':_0x15d84a,'createdAt':new Date(),'authorId':_0x5484db,'attributes':_0xbd3c3b});return this[_0x21b86b(0x2b4)](_0x15d84a,_0x287b71,_0x5484db,_0x3ed888),_0x2c6312;}[_0x1c02fd(0x300)](_0x4cd513,_0x243989=_0x1c02fd(0x2f2),_0x245dad={}){const _0x464bc0=_0x1c02fd,_0x45d4e9=this[_0x464bc0(0x329)][_0x464bc0(0x31e)][_0x464bc0(0x23a)](_0x464bc0(0x238))['me'],_0x501760=this[_0x464bc0(0x2de)][_0x464bc0(0x200)](_0x464bc0(0x2b2),_0x243989,_0x464bc0(0x31b));for(const _0x4c691e of this[_0x464bc0(0x292)]())if(_0x4c691e[_0x464bc0(0x3a2)]['id']==_0x45d4e9['id']&&_0x464bc0(0x2b2)==_0x4c691e[_0x464bc0(0x29a)]&&_0x4c691e[_0x464bc0(0x32a)]==_0x243989&&qt(_0x4c691e,_0x245dad)&&(_0x501760(_0x4c691e[_0x464bc0(0x237)](),_0x4cd513)||_0x501760(_0x4cd513,_0x4c691e[_0x464bc0(0x237)]()))){for(const _0x17a665 of _0x4cd513)_0x4c691e[_0x464bc0(0x2a1)](_0x17a665);return _0x4c691e;}for(const {suggestion:_0x197b96,meta:_0x4986d7}of this[_0x464bc0(0x231)](_0x4cd513,_0x464bc0(0x2b2))){if(!_0x4986d7[_0x464bc0(0x256)])continue;if(!this[_0x464bc0(0x305)]&&_0x4986d7[_0x464bc0(0x33b)])continue;if(!qt(_0x197b96,_0x245dad))continue;let _0x19e53d=!0x0;for(const _0x5903f2 of _0x197b96[_0x464bc0(0x237)]())for(const _0x41e5f0 of _0x4cd513)if(!_0x5903f2[_0x464bc0(0x340)](_0x41e5f0)){_0x19e53d=!0x1;break;}if(_0x19e53d)return _0x197b96;}const _0xd227fc=_0x394c81(),_0x4e830c=_0x45d4e9['id'],_0x18cce9=_0x464bc0(0x298)+_0x243989,_0x327cd5=this[_0x464bc0(0x2c8)]({'id':_0xd227fc,'type':_0x18cce9,'createdAt':new Date(),'authorId':_0x4e830c,'attributes':_0x245dad});for(const _0x53e24c of _0x4cd513)this[_0x464bc0(0x2b4)](_0x18cce9,_0xd227fc,_0x4e830c,_0x53e24c,_0x2fd699[_0x464bc0(0x22a)]());return _0x327cd5;}[_0x1c02fd(0x308)](_0x211d65,_0x4ab626,_0x2a8268=null,_0x131063={}){const _0x3550c4=_0x1c02fd;if(_0x2a8268=_0x2a8268||Gt(_0x4ab626),_0x211d65[_0x3550c4(0x1fe)])return null;if(_0x3550c4(0x2ee)===this[_0x3550c4(0x2f4)]){const _0x1c592b=this[_0x3550c4(0x2de)][_0x3550c4(0x200)](_0x3550c4(0x37d),_0x2a8268,_0x3550c4(0x399));return this[_0x3550c4(0x345)](()=>_0x1c592b([_0x211d65],_0x4ab626,_0x131063)),null;}const _0x29620c=this[_0x3550c4(0x329)][_0x3550c4(0x31e)][_0x3550c4(0x23a)](_0x3550c4(0x238))['me'],_0x4385fe=[];if(_0x3550c4(0x337)!==this[_0x3550c4(0x2f4)]){for(const {suggestion:_0x2201f4,meta:_0x499545}of this[_0x3550c4(0x231)](_0x211d65,_0x3550c4(0x2b2)))_0x499545[_0x3550c4(0x256)]&&!_0x499545[_0x3550c4(0x28e)]&&_0x4385fe[_0x3550c4(0x2b8)](..._0x2201f4[_0x3550c4(0x237)]());}const _0x1741da=function(_0x10352a,_0x2b02d1){const _0x38c99d=_0x3550c4,_0x7d8cab=[];for(const _0x53a8f1 of _0x2b02d1){const _0x23b81e=_0x10352a[_0x38c99d(0x25a)](_0x53a8f1);_0x23b81e&&_0x7d8cab[_0x38c99d(0x2b8)](_0x23b81e);}return _0x7d8cab;}(_0x211d65,_0x4385fe),_0x50d027=function(_0x3deff9,_0x4a217d){const _0x464d36=_0x3550c4,_0xe3998a=[_0x3deff9];for(const _0x3ff97e of _0x4a217d){let _0x4569c2=0x0;for(;_0x4569c2<_0xe3998a[_0x464d36(0x2fe)];){const _0x460d4c=_0xe3998a[_0x4569c2][_0x464d36(0x2cf)](_0x3ff97e);_0xe3998a[_0x464d36(0x28f)](_0x4569c2,0x1,..._0x460d4c),_0x4569c2+=_0x460d4c[_0x464d36(0x2fe)];}}return _0xe3998a;}(_0x211d65,_0x4385fe);_0x1741da[_0x3550c4(0x2fe)]&&this[_0x3550c4(0x361)][_0x3550c4(0x2f6)](()=>{const _0x239b2e=_0x3550c4;for(const _0x3fbbba of _0x1741da){const _0x1dae56=this[_0x239b2e(0x2de)][_0x239b2e(0x200)](_0x239b2e(0x37d),_0x2a8268,_0x239b2e(0x399));this[_0x239b2e(0x345)](()=>_0x1dae56([_0x3fbbba],_0x4ab626,_0x131063));}});for(const _0x117720 of _0x50d027){let _0x4180bc=null,_0x4a31c8=_0x117720[_0x3550c4(0x2df)],_0x42f0ad=_0x117720[_0x3550c4(0x26f)];for(const {suggestion:_0x17b2bd,meta:_0xaaf82e}of this[_0x3550c4(0x231)](_0x117720,_0x3550c4(0x37d))){if(!_0xaaf82e[_0x3550c4(0x256)])continue;if(_0x17b2bd[_0x3550c4(0x32a)]!=_0x2a8268)continue;if(!qt(_0x17b2bd,_0x131063))continue;const _0x4edbf6=_0x17b2bd[_0x3550c4(0x2aa)]();if(_0x4edbf6[_0x3550c4(0x340)](_0x117720,!0x0))return null;_0x4a31c8=_0x4a31c8[_0x3550c4(0x260)](_0x4edbf6[_0x3550c4(0x2df)])?_0x4a31c8:_0x4edbf6[_0x3550c4(0x2df)],_0x42f0ad=_0x42f0ad[_0x3550c4(0x28b)](_0x4edbf6[_0x3550c4(0x26f)])?_0x42f0ad:_0x4edbf6[_0x3550c4(0x26f)],_0x4180bc?_0x4edbf6[_0x3550c4(0x2df)][_0x3550c4(0x260)](_0x4180bc[_0x3550c4(0x2aa)]()[_0x3550c4(0x2df)])?(_0x4180bc[_0x3550c4(0x321)](),_0x4180bc=_0x17b2bd):_0x17b2bd[_0x3550c4(0x321)]():_0x4180bc=_0x17b2bd;}const _0x5d530d=this[_0x3550c4(0x361)][_0x3550c4(0x262)](_0x4a31c8,_0x42f0ad);if(_0x4180bc)this[_0x3550c4(0x2b0)](_0x4180bc,_0x5d530d);else{const _0xea2f9b=_0x394c81(),_0x385db1=_0x29620c['id'];this[_0x3550c4(0x2c8)]({'id':_0xea2f9b,'type':_0x3550c4(0x327)+_0x2a8268,'data':_0x4ab626,'createdAt':new Date(),'authorId':_0x385db1,'attributes':_0x131063}),this[_0x3550c4(0x2b4)](_0x3550c4(0x327)+_0x2a8268,_0xea2f9b,_0x385db1,_0x5d530d);}}return null;}[_0x1c02fd(0x311)](_0x9b14af,_0x3a6000,_0x3a9991=[],_0x25a013=null,_0x30adfc={}){const _0xd1b180=_0x1c02fd;_0x3a6000[_0xd1b180(0x32e)]||(_0x3a6000[_0xd1b180(0x32e)]=_0x3a6000[_0xd1b180(0x29f)]),_0x3a6000[_0xd1b180(0x23d)]=_0x9b14af['is'](_0xd1b180(0x2fb)),_0x25a013=_0x25a013||Gt(_0x3a6000);const _0x566172=_0x3a9991[_0xd1b180(0x289)](_0x238443=>Lt(_0x238443,this[_0xd1b180(0x361)])),_0x24ad2e=_0x9b14af['is'](_0xd1b180(0x2fb))?_0x9b14af:Lt(_0x9b14af,this[_0xd1b180(0x361)]);if(_0xd1b180(0x2ee)===this[_0xd1b180(0x2f4)]){const _0x85b8d4=this[_0xd1b180(0x2de)][_0xd1b180(0x200)](_0xd1b180(0x381),_0x25a013,_0xd1b180(0x399));return this[_0xd1b180(0x345)](()=>_0x85b8d4([_0x24ad2e],_0x3a6000,_0x30adfc)),null;}_0x566172[_0xd1b180(0x2b8)](_0x24ad2e);let _0x2ed395=!0x0;for(const _0x5e03fb of _0x566172)if(!this[_0xd1b180(0x2d4)](_0x5e03fb)){_0x2ed395=!0x1;break;}if(_0x2ed395&&_0xd1b180(0x337)!==this[_0xd1b180(0x2f4)]){const _0x2aa209=this[_0xd1b180(0x2de)][_0xd1b180(0x200)](_0xd1b180(0x381),_0x25a013,_0xd1b180(0x399));return this[_0xd1b180(0x345)](()=>_0x2aa209([_0x24ad2e],_0x3a6000,_0x30adfc)),null;}let _0x935c30=null,_0x5f042d=_0x24ad2e[_0xd1b180(0x2df)],_0x877313=_0x24ad2e[_0xd1b180(0x26f)];for(const {suggestion:_0x15888c,meta:_0x4b0f6d}of this[_0xd1b180(0x231)](_0x24ad2e,_0xd1b180(0x381))){if(!_0x4b0f6d[_0xd1b180(0x256)])continue;if(_0x4b0f6d[_0xd1b180(0x2ef)]||_0x4b0f6d[_0xd1b180(0x33b)]||_0x4b0f6d[_0xd1b180(0x28e)])continue;if(_0x15888c[_0xd1b180(0x228)][_0xd1b180(0x32e)]!=_0x3a6000[_0xd1b180(0x32e)])continue;if(!qt(_0x15888c,_0x30adfc))continue;const _0x34f65c=_0x15888c[_0xd1b180(0x2aa)]();if(_0x15888c[_0xd1b180(0x32a)]==_0x25a013){if(_0x34f65c[_0xd1b180(0x340)](_0x24ad2e,!0x0))return null;_0x5f042d=_0x5f042d[_0xd1b180(0x260)](_0x34f65c[_0xd1b180(0x2df)])?_0x5f042d:_0x34f65c[_0xd1b180(0x2df)],_0x877313=_0x877313[_0xd1b180(0x28b)](_0x34f65c[_0xd1b180(0x26f)])?_0x877313:_0x34f65c[_0xd1b180(0x26f)],_0x935c30?_0x34f65c[_0xd1b180(0x2df)][_0xd1b180(0x260)](_0x935c30[_0xd1b180(0x2aa)]()[_0xd1b180(0x2df)])?(_0x935c30[_0xd1b180(0x321)](),_0x935c30=_0x15888c):_0x15888c[_0xd1b180(0x321)]():_0x935c30=_0x15888c;}else{const _0x57076b=_0x24ad2e[_0xd1b180(0x25a)](_0x34f65c);this[_0xd1b180(0x27a)](_0x15888c,_0x57076b);}}const _0x1e9dcb=this[_0xd1b180(0x329)][_0xd1b180(0x31e)][_0xd1b180(0x23a)](_0xd1b180(0x238))['me'],_0x53bdad=_0x394c81(),_0x5d882f=_0x1e9dcb['id'];if(_0x935c30)return this[_0xd1b180(0x2b0)](_0x935c30,this[_0xd1b180(0x361)][_0xd1b180(0x262)](_0x5f042d,_0x877313)),_0x935c30;{const _0x81b001=this[_0xd1b180(0x2c8)]({'id':_0x53bdad,'type':_0xd1b180(0x398)+_0x25a013,'data':_0x3a6000,'createdAt':new Date(),'authorId':_0x5d882f,'attributes':_0x30adfc});return this[_0xd1b180(0x2b4)](_0xd1b180(0x398)+_0x25a013,_0x53bdad,_0x5d882f,this[_0xd1b180(0x361)][_0xd1b180(0x262)](_0x5f042d,_0x877313)),_0x81b001;}}[_0x1c02fd(0x346)](_0x4f1ea2,_0x25fb84,_0x5ebbc5=[],_0x30beaf=null,_0x30fd01={}){const _0x178887=_0x1c02fd;_0x25fb84[_0x178887(0x32e)]||(_0x25fb84[_0x178887(0x32e)]=_0x25fb84[_0x178887(0x29f)]);const _0x50c8cf=_0x4f1ea2[0x0];_0x25fb84[_0x178887(0x23d)]=_0x50c8cf['is'](_0x178887(0x2fb)),_0x30beaf=_0x30beaf||Gt(_0x25fb84);const _0x421aac=_0x5ebbc5[_0x178887(0x289)](_0x2267f5=>Lt(_0x2267f5,this[_0x178887(0x361)])),_0x5c0199=_0x50c8cf['is'](_0x178887(0x2fb))?_0x4f1ea2:_0x4f1ea2[_0x178887(0x289)](_0x5de70a=>Lt(_0x5de70a,this[_0x178887(0x361)]));if(_0x178887(0x2ee)===this[_0x178887(0x2f4)]){const _0x5346f8=this[_0x178887(0x2de)][_0x178887(0x200)](_0x178887(0x381),_0x30beaf,_0x178887(0x399));return this[_0x178887(0x345)](()=>_0x5346f8(_0x5c0199,_0x25fb84,_0x30fd01)),null;}_0x421aac[_0x178887(0x2b8)](..._0x5c0199);let _0x4ccfa8=!0x0;for(const _0x389485 of _0x421aac)if(!this[_0x178887(0x2d4)](_0x389485)){_0x4ccfa8=!0x1;break;}if(_0x4ccfa8&&_0x178887(0x337)!==this[_0x178887(0x2f4)]){const _0x856e7f=this[_0x178887(0x2de)][_0x178887(0x200)](_0x178887(0x381),_0x30beaf,_0x178887(0x399));return this[_0x178887(0x345)](()=>_0x856e7f(_0x5c0199,_0x25fb84,_0x30fd01)),null;}const _0x5991be=this[_0x178887(0x329)][_0x178887(0x31e)][_0x178887(0x23a)](_0x178887(0x238))['me'];for(const _0x272d23 of this[_0x178887(0x292)]()){if(_0x272d23[_0x178887(0x3a2)]['id']!=_0x5991be['id'])continue;if(_0x178887(0x381)!=_0x272d23[_0x178887(0x29a)]||_0x272d23[_0x178887(0x228)][_0x178887(0x32e)]!=_0x25fb84[_0x178887(0x32e)])continue;if(!qt(_0x272d23,_0x30fd01))continue;const _0x395280=_0x272d23[_0x178887(0x32a)]==_0x30beaf;for(let _0x223c21=0x0;_0x223c21<_0x5c0199[_0x178887(0x2fe)];_0x223c21++){const _0x3d9b2b=_0x5c0199[_0x223c21];for(const _0x303b86 of _0x272d23[_0x178887(0x2a2)]()){const _0x5ba9c6=_0x303b86[_0x178887(0x259)]();if(_0x3d9b2b[_0x178887(0x24d)](_0x5ba9c6)){_0x395280?(_0x5c0199[_0x178887(0x28f)](_0x223c21,0x1),_0x223c21--):_0x272d23[_0x178887(0x34f)](_0x303b86[_0x178887(0x33d)]);break;}}}}if(0x0==_0x5c0199[_0x178887(0x2fe)])return null;const _0x1a62f9=this[_0x178887(0x2de)][_0x178887(0x200)](_0x178887(0x381),_0x30beaf,_0x178887(0x31b));for(const _0x34e7d3 of this[_0x178887(0x292)]())if(_0x34e7d3[_0x178887(0x3a2)]['id']==_0x5991be['id']&&_0x178887(0x381)==_0x34e7d3[_0x178887(0x29a)]&&_0x34e7d3[_0x178887(0x228)][_0x178887(0x32e)]==_0x25fb84[_0x178887(0x32e)]&&_0x34e7d3[_0x178887(0x32a)]==_0x30beaf&&qt(_0x34e7d3,_0x30fd01)&&(_0x1a62f9(_0x34e7d3[_0x178887(0x237)](),_0x5c0199)||_0x1a62f9(_0x5c0199,_0x34e7d3[_0x178887(0x237)]()))){for(const _0x14d1fa of _0x5c0199)_0x34e7d3[_0x178887(0x2a1)](_0x14d1fa);return _0x34e7d3;}const _0x2b8367=_0x394c81(),_0xc86030=_0x5991be['id'],_0x119669=_0x178887(0x398)+_0x30beaf,_0x4db661=this[_0x178887(0x2c8)]({'id':_0x2b8367,'type':_0x119669,'data':_0x25fb84,'createdAt':new Date(),'authorId':_0xc86030,'attributes':_0x30fd01});for(const _0x477dc1 of _0x5c0199)this[_0x178887(0x2b4)](_0x119669,_0x2b8367,_0xc86030,_0x477dc1,_0x2fd699[_0x178887(0x22a)]());return _0x4db661;}[_0x1c02fd(0x20d)](_0x7b111,_0x29768f=null,_0x4e0169={}){const _0xfccb0c=_0x1c02fd;if(_0x7b111[_0xfccb0c(0x1fe)])return null;const _0x5c3547=this[_0xfccb0c(0x329)][_0xfccb0c(0x31e)][_0xfccb0c(0x23a)](_0xfccb0c(0x238))['me'],_0x25c395=new _0x14c76e(_0x7b111[_0xfccb0c(0x2df)],_0x7b111[_0xfccb0c(0x26f)]);for(const {suggestion:_0x3f9883,meta:_0x42629b}of this[_0xfccb0c(0x231)](_0x25c395,_0xfccb0c(0x2b2)))if(_0x42629b[_0xfccb0c(0x256)]&&!_0x42629b[_0xfccb0c(0x2ef)]){if(_0x3f9883[_0xfccb0c(0x35a)]){const _0x41293b=_0x3f9883[_0xfccb0c(0x237)]()[_0xfccb0c(0x290)](_0x44a0c8=>_0xfccb0c(0x37b)!=_0x44a0c8[_0xfccb0c(0x2ab)][_0xfccb0c(0x249)]);_0x41293b[_0xfccb0c(0x33a)](_0x489167=>_0x25c395[_0xfccb0c(0x340)](_0x489167,!0x0))&&_0x3f9883[_0xfccb0c(0x2fc)]();if(_0x41293b[_0xfccb0c(0x29d)](_0x25e4c0=>_0x25e4c0[_0xfccb0c(0x340)](_0x25c395,!0x0))){const _0x32866b=this[_0xfccb0c(0x2de)][_0xfccb0c(0x200)](_0xfccb0c(0x263),_0x29768f,_0xfccb0c(0x399));return this[_0xfccb0c(0x345)](()=>_0x32866b([_0x25c395],null,_0x4e0169)),null;}}else{const _0x4dad89=_0x25c395[_0xfccb0c(0x25a)](_0x3f9883[_0xfccb0c(0x2aa)]());null!==_0x4dad89&&_0x3f9883[_0xfccb0c(0x34a)]([_0x4dad89],null,_0x4e0169);}}if(_0x25c395[_0xfccb0c(0x209)](),_0x25c395[_0xfccb0c(0x1fe)]||_0xfccb0c(0x37b)==_0x25c395[_0xfccb0c(0x2ab)][_0xfccb0c(0x249)])return null;let _0x5ec45f=null,_0x5595d6=_0x25c395[_0xfccb0c(0x2df)],_0x15af3a=_0x25c395[_0xfccb0c(0x26f)];const _0x5a312a=this[_0xfccb0c(0x231)](_0x25c395,_0xfccb0c(0x263));for(const {suggestion:_0x451c22,meta:_0x383e04}of _0x5a312a){const _0x124c57=this[_0xfccb0c(0x361)][_0xfccb0c(0x262)](_0x5595d6,_0x15af3a);if(_0x383e04[_0xfccb0c(0x256)]&&(this[_0xfccb0c(0x305)]||!_0x383e04[_0xfccb0c(0x33b)]&&!_0x383e04[_0xfccb0c(0x28e)])){if(_0x451c22[_0xfccb0c(0x35a)]){if(!qt(_0x451c22,_0x4e0169))continue;let _0xaea62=!0x0;for(const _0x5d3c54 of _0x451c22[_0xfccb0c(0x237)]()){if(_0x5d3c54[_0xfccb0c(0x340)](_0x124c57,!0x0))return _0x451c22;_0x124c57[_0xfccb0c(0x340)](_0x5d3c54)||(_0xaea62=!0x1);}_0xaea62&&_0x451c22[_0xfccb0c(0x2fc)]();}else{const _0x57a55d=_0x451c22[_0xfccb0c(0x2aa)]();if(_0x57a55d[_0xfccb0c(0x340)](_0x124c57,!0x0))return _0x451c22;if(!qt(_0x451c22,_0x4e0169)){_0x124c57[_0xfccb0c(0x340)](_0x57a55d)?_0x451c22[_0xfccb0c(0x321)]():_0x57a55d[_0xfccb0c(0x397)](_0x5595d6)?_0x5595d6=_0x57a55d[_0xfccb0c(0x26f)]:_0x57a55d[_0xfccb0c(0x397)](_0x15af3a)&&(_0x15af3a=_0x57a55d[_0xfccb0c(0x2df)]);continue;}_0x5595d6=_0x5595d6[_0xfccb0c(0x260)](_0x57a55d[_0xfccb0c(0x2df)])?_0x5595d6:_0x57a55d[_0xfccb0c(0x2df)],_0x15af3a=_0x15af3a[_0xfccb0c(0x28b)](_0x57a55d[_0xfccb0c(0x26f)])?_0x15af3a:_0x57a55d[_0xfccb0c(0x26f)],_0x4e0169=Object[_0xfccb0c(0x2c4)]({},_0x451c22[_0xfccb0c(0x2c5)]),_0x5ec45f?_0x57a55d[_0xfccb0c(0x2df)][_0xfccb0c(0x260)](_0x5ec45f[_0xfccb0c(0x2aa)]()[_0xfccb0c(0x2df)])?(_0x5ec45f[_0xfccb0c(0x321)](),_0x5ec45f=_0x451c22):_0x451c22[_0xfccb0c(0x321)]():_0x5ec45f=_0x451c22;}}}if(_0x5ec45f)return this[_0xfccb0c(0x2b0)](_0x5ec45f,this[_0xfccb0c(0x361)][_0xfccb0c(0x262)](_0x5595d6,_0x15af3a)),_0x5ec45f;{const _0x257287=_0x394c81(),_0x1aba2d=this[_0xfccb0c(0x361)][_0xfccb0c(0x262)](_0x5595d6,_0x15af3a),_0x335b8d=_0x5c3547['id'],_0x559828=_0x29768f?_0xfccb0c(0x22f)+_0x29768f:_0xfccb0c(0x263),_0x47642f=this[_0xfccb0c(0x2c8)]({'id':_0x257287,'type':_0x559828,'createdAt':new Date(),'authorId':_0x335b8d,'attributes':_0x4e0169});return this[_0xfccb0c(0x2b4)](_0x559828,_0x257287,_0x335b8d,_0x1aba2d),_0x47642f;}}[_0x1c02fd(0x2e2)](_0x700a9b,_0x368ed1=_0x1c02fd(0x2f2),_0x25a252={}){const _0x1606ff=_0x1c02fd,_0x26f51c=this[_0x1606ff(0x329)][_0x1606ff(0x31e)][_0x1606ff(0x23a)](_0x1606ff(0x238))['me'],_0x5f1354=_0x700a9b[_0x1606ff(0x289)](_0x43e0ad=>new _0x14c76e(_0x43e0ad[_0x1606ff(0x2df)],_0x43e0ad[_0x1606ff(0x26f)])),_0x2ecded=new Set();for(const {suggestion:_0x45919d,meta:_0x240093}of this[_0x1606ff(0x231)](_0x5f1354,_0x1606ff(0x2b2)))_0x240093[_0x1606ff(0x256)]&&!_0x240093[_0x1606ff(0x2ef)]&&_0x2ecded[_0x1606ff(0x2dc)](_0x45919d);for(const _0x4bcf5f of _0x2ecded)if(_0x4bcf5f[_0x1606ff(0x35a)]){const _0x1d3a78=_0x4bcf5f[_0x1606ff(0x237)]();(!_0x4bcf5f[_0x1606ff(0x2c5)]||!_0x4bcf5f[_0x1606ff(0x2c5)][_0x1606ff(0x201)])&&(_0x1d3a78[_0x1606ff(0x33a)](_0x35b56a=>_0x5f1354[_0x1606ff(0x29d)](_0x232eac=>_0x232eac[_0x1606ff(0x340)](_0x35b56a,!0x0)))&&_0x4bcf5f[_0x1606ff(0x2fc)]());if(_0x5f1354[_0x1606ff(0x33a)](_0x1f3ad8=>_0x1d3a78[_0x1606ff(0x29d)](_0x4d4155=>_0x4d4155[_0x1606ff(0x340)](_0x1f3ad8,!0x0)))){const _0x514da7=this[_0x1606ff(0x2de)][_0x1606ff(0x200)](_0x1606ff(0x263),_0x368ed1,_0x1606ff(0x399));return this[_0x1606ff(0x345)](()=>_0x514da7(_0x700a9b,null,_0x25a252)),null;}}else{const _0x1d8d29=_0x4bcf5f[_0x1606ff(0x2aa)]();_0x5f1354[_0x1606ff(0x29d)](_0x3662d7=>_0x3662d7[_0x1606ff(0x340)](_0x1d8d29,!0x0))&&_0x4bcf5f[_0x1606ff(0x2fc)]();if(_0x5f1354[_0x1606ff(0x33a)](_0x1f854f=>_0x1d8d29[_0x1606ff(0x340)](_0x1f854f,!0x0))){const _0x49eeed=this[_0x1606ff(0x2de)][_0x1606ff(0x200)](_0x1606ff(0x263),_0x368ed1,_0x1606ff(0x399));return this[_0x1606ff(0x345)](()=>_0x49eeed(_0x5f1354,null,_0x25a252)),null;}}const _0x1e8d9c=this[_0x1606ff(0x2de)][_0x1606ff(0x200)](_0x1606ff(0x263),_0x368ed1,_0x1606ff(0x31b));let _0x4b6f1c=null;for(const _0x3cdc98 of this[_0x1606ff(0x292)]())if(_0x3cdc98[_0x1606ff(0x3a2)]['id']==_0x26f51c['id']&&_0x3cdc98[_0x1606ff(0x234)]&&_0x1606ff(0x263)==_0x3cdc98[_0x1606ff(0x29a)]&&_0x3cdc98[_0x1606ff(0x32a)]==_0x368ed1&&qt(_0x3cdc98,_0x25a252)&&(_0x1e8d9c(_0x3cdc98[_0x1606ff(0x237)](),_0x5f1354)||_0x1e8d9c(_0x5f1354,_0x3cdc98[_0x1606ff(0x237)]()))){if(_0x4b6f1c){if(_0x3cdc98[_0x1606ff(0x319)]&&_0x3cdc98[_0x1606ff(0x319)][_0x1606ff(0x2fe)])continue;for(const _0x98523 of _0x3cdc98[_0x1606ff(0x237)]())_0x4b6f1c[_0x1606ff(0x2dd)](_0x98523)||_0x4b6f1c[_0x1606ff(0x2a1)](_0x98523);_0x3cdc98[_0x1606ff(0x321)]();}else{_0x4b6f1c=_0x3cdc98;for(const _0x2f7dba of _0x5f1354)_0x3cdc98[_0x1606ff(0x2dd)](_0x2f7dba)||_0x3cdc98[_0x1606ff(0x2a1)](_0x2f7dba);}}if(_0x4b6f1c)return _0x4b6f1c;_0x2ecded[_0x1606ff(0x38b)]();for(const {suggestion:_0x3780b1,meta:_0x456dce}of this[_0x1606ff(0x231)](_0x5f1354,_0x1606ff(0x263)))_0x456dce[_0x1606ff(0x256)]&&(this[_0x1606ff(0x305)]||!_0x456dce[_0x1606ff(0x33b)]&&!_0x456dce[_0x1606ff(0x28e)])&&qt(_0x3780b1,_0x25a252)&&_0x2ecded[_0x1606ff(0x2dc)](_0x3780b1);for(const _0x501b6e of _0x2ecded){const _0x948f78=_0x501b6e[_0x1606ff(0x237)]();if(!_0x25a252||!_0x25a252[_0x1606ff(0x201)]){if(_0x5f1354[_0x1606ff(0x33a)](_0x45251f=>_0x948f78[_0x1606ff(0x29d)](_0x31beb6=>_0x31beb6[_0x1606ff(0x340)](_0x45251f,!0x0))))return _0x501b6e;}(!_0x501b6e[_0x1606ff(0x2c5)]||!_0x501b6e[_0x1606ff(0x2c5)][_0x1606ff(0x201)])&&(_0x948f78[_0x1606ff(0x33a)](_0x1f8624=>_0x5f1354[_0x1606ff(0x29d)](_0x51e827=>_0x51e827[_0x1606ff(0x340)](_0x1f8624,!0x0)))&&_0x501b6e[_0x1606ff(0x2fc)]());}const _0xaef43b=_0x394c81(),_0x2d2c4d=_0x26f51c['id'],_0x419fbc=_0x1606ff(0x22f)+_0x368ed1,_0x42959f=this[_0x1606ff(0x2c8)]({'id':_0xaef43b,'type':_0x419fbc,'createdAt':new Date(),'authorId':_0x2d2c4d,'attributes':_0x25a252});for(const _0x511625 of _0x5f1354)_0x511625[_0x1606ff(0x209)](),_0x511625[_0x1606ff(0x1fe)]||_0x1606ff(0x37b)==_0x511625[_0x1606ff(0x2ab)][_0x1606ff(0x249)]||this[_0x1606ff(0x2b4)](_0x419fbc,_0xaef43b,_0x2d2c4d,_0x511625,_0x2fd699[_0x1606ff(0x22a)]());return _0x42959f;}[_0x1c02fd(0x294)](_0xbcfbf9,_0x40b8db,_0x1dea40,_0x30d319,_0x548b4b){const _0x5381a0=_0x1c02fd;if(_0xbcfbf9[_0x5381a0(0x1fe)])return[];if(_0x5381a0(0x2ee)===this[_0x5381a0(0x2f4)])return[];const _0x444a60=this[_0x5381a0(0x329)][_0x5381a0(0x31e)][_0x5381a0(0x23a)](_0x5381a0(0x238))['me']['id'],_0x445b1d=Array[_0x5381a0(0x359)](this[_0x5381a0(0x374)][_0x5381a0(0x202)]())[_0x5381a0(0x290)](_0x1f3c6c=>_0x5381a0(0x2d5)==_0x1f3c6c[_0x5381a0(0x29a)]&&_0x1f3c6c[_0x5381a0(0x228)][_0x5381a0(0x213)]==_0x40b8db&&_0x1f3c6c[_0x5381a0(0x2dd)](_0xbcfbf9));if(_0x5381a0(0x27e)===this[_0x5381a0(0x2f4)]){const _0xae66a9=this[_0x5381a0(0x231)](_0xbcfbf9,_0x5381a0(0x2b2))[_0x5381a0(0x290)](({meta:_0x36482f})=>_0x36482f[_0x5381a0(0x256)]&&!_0x36482f[_0x5381a0(0x28e)]&&!_0x36482f[_0x5381a0(0x2ef)])[_0x5381a0(0x289)](({suggestion:_0x1bf7a4})=>_0x1bf7a4);_0x445b1d[_0x5381a0(0x2f9)](..._0xae66a9);}const _0x4e81b9=new Map([[_0xbcfbf9,_0x1dea40]]);for(const _0x422bdc of _0x445b1d){const _0x3ee0ea=_0x5381a0(0x2d5)==_0x422bdc[_0x5381a0(0x29a)]?_0x422bdc[_0x5381a0(0x228)][_0x5381a0(0x2c3)]:void 0x0,_0x294aa9=_0x422bdc[_0x5381a0(0x2aa)](),_0x54b348=Array[_0x5381a0(0x359)](_0x4e81b9[_0x5381a0(0x324)]())[_0x5381a0(0x330)](_0x15de51=>_0x15de51[_0x5381a0(0x3a6)](_0x294aa9));if(!_0x54b348)continue;const _0x13e9f4=_0x54b348[_0x5381a0(0x2cf)](_0x294aa9);this[_0x5381a0(0x285)](_0x40b8db)&&_0x5381a0(0x2b2)==_0x422bdc[_0x5381a0(0x29a)]&&0x0!=_0x13e9f4[_0x5381a0(0x2fe)]||(_0x4e81b9[_0x5381a0(0x24f)](_0x54b348),_0x13e9f4[_0x5381a0(0x1fd)](_0x4da9df=>{const _0x153a26=_0x5381a0;_0x4e81b9[_0x153a26(0x297)](_0x4da9df,_0x1dea40);}),_0x5381a0(0x2b2)!=_0x422bdc[_0x5381a0(0x29a)]&&_0x3ee0ea!=_0x30d319&&_0x4e81b9[_0x5381a0(0x297)](_0x54b348[_0x5381a0(0x25a)](_0x294aa9),_0x3ee0ea));}const _0x5160ff=[];for(const [_0x90b21d,_0x1765df]of _0x4e81b9){const _0x43eeab=_0x394c81(),_0x12d5e1={'key':_0x40b8db,'oldValue':_0x1765df,'newValue':_0x30d319};_0x40b8db[_0x5381a0(0x2fe)]>0x25&&console[_0x5381a0(0x208)](_0x5381a0(0x26c),{'key':_0x40b8db});const _0x2ee785=(_0x5381a0(0x223)+(_0x40b8db+'|'+Gt({'newValue':_0x30d319})))[_0x5381a0(0x342)](0x0,0x3c),_0xa0e101=this[_0x5381a0(0x2c8)]({'id':_0x43eeab,'type':_0x2ee785,'data':_0x12d5e1,'createdAt':new Date(),'authorId':_0x444a60,'attributes':_0x548b4b});_0x5160ff[_0x5381a0(0x2b8)](_0xa0e101),this[_0x5381a0(0x2b4)](_0x2ee785,_0x43eeab,_0x444a60,_0x90b21d);}return _0x5160ff;}[_0x1c02fd(0x31d)](_0x29ddca){const _0x21aa93=_0x1c02fd;this[_0x21aa93(0x32f)](_0x29ddca,(_0x109893,..._0x48c8f6)=>{const _0x148571=_0x21aa93;this[_0x148571(0x32d)](()=>{_0x109893(..._0x48c8f6);});});}[_0x1c02fd(0x352)](_0x2c48da){const _0x13c922=_0x1c02fd;this[_0x13c922(0x227)][_0x13c922(0x2dc)](_0x2c48da);}[_0x1c02fd(0x269)](_0x28b4ba){const _0x38cc0c=_0x1c02fd;this[_0x38cc0c(0x211)][_0x38cc0c(0x2dc)](_0x28b4ba);}[_0x1c02fd(0x2c9)](_0x10e88a){const _0x4355f4=_0x1c02fd;return _0x4355f4(0x2d5)==_0x10e88a[_0x4355f4(0x29a)]?_0x10e88a[_0x4355f4(0x32a)][_0x4355f4(0x39c)]('|')[0x0]:null;}[_0x1c02fd(0x2b0)](_0x28f703,_0x367a4d){const _0xf4084a=_0x1c02fd,_0x599c46=_0x28f703[_0xf4084a(0x27c)]();this[_0xf4084a(0x361)][_0xf4084a(0x2f6)](_0x42bf87=>{const _0x355e89=_0xf4084a;_0x42bf87[_0x355e89(0x2bc)](_0x599c46,{'range':_0x367a4d});});}[_0x1c02fd(0x21e)](_0x204070){const _0x53c390=_0x1c02fd,_0x162efe=_0x204070['id'],_0x50e6c1=this[_0x53c390(0x329)][_0x53c390(0x255)][_0x53c390(0x23a)](_0x53c390(0x30d));this[_0x53c390(0x354)][_0x53c390(0x229)](_0x162efe)||this[_0x53c390(0x354)][_0x53c390(0x365)]({'channelId':_0x50e6c1,'threadId':_0x162efe,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x57ab25=this[_0x53c390(0x354)][_0x53c390(0x316)](_0x162efe);_0x57ab25[_0x53c390(0x2cb)](_0x53c390(0x261)),_0x57ab25[_0x53c390(0x261)]=!0x1,_0x204070[_0x53c390(0x319)]=_0x57ab25;}[_0x1c02fd(0x315)](_0xbcc63e,_0x5e10f1,_0x3032e8,_0x10fc19){const _0x45d817=_0x1c02fd;if(_0xbcc63e[_0x45d817(0x29a)]!=_0x5e10f1||_0xbcc63e[_0x45d817(0x32a)]!=_0x3032e8||_0xbcc63e[_0x45d817(0x384)]['id']!=_0x10fc19)throw this[_0x45d817(0x329)][_0x45d817(0x338)](_0x45d817(0x2cd)),new _0x54cd18(_0x45d817(0x2cd),this);}[_0x1c02fd(0x27a)](_0x25f604,_0x5d926d){const _0x3032d6=_0x1c02fd,_0x336a56=_0x25f604[_0x3032d6(0x2aa)]();if(_0x5d926d[_0x3032d6(0x24d)](_0x336a56))_0x25f604[_0x3032d6(0x321)]();else{if(_0x336a56[_0x3032d6(0x340)](_0x5d926d)){const _0x3459b0=this[_0x3032d6(0x361)][_0x3032d6(0x270)](_0x5d926d[_0x3032d6(0x2df)][_0x3032d6(0x307)],_0x3032d6(0x26f));this[_0x3032d6(0x2b0)](_0x25f604,this[_0x3032d6(0x361)][_0x3032d6(0x262)](_0x336a56[_0x3032d6(0x2df)],_0x3459b0));const _0xcc898=_0x394c81(),_0x4694b9=_0x25f604[_0x3032d6(0x384)]['id'],_0x38eecd=_0x25f604[_0x3032d6(0x29a)]+':'+_0x25f604[_0x3032d6(0x32a)];this[_0x3032d6(0x2c8)]({'id':_0xcc898,'type':_0x38eecd,'createdAt':new Date(),'authorId':_0x4694b9,'data':_0x25f604[_0x3032d6(0x228)],'attributes':_0x25f604[_0x3032d6(0x2c5)]});const _0x1d18b2=this[_0x3032d6(0x361)][_0x3032d6(0x270)](_0x5d926d[_0x3032d6(0x26f)][_0x3032d6(0x24e)],_0x3032d6(0x24a)),_0x4fe9fe=this[_0x3032d6(0x361)][_0x3032d6(0x262)](_0x1d18b2,_0x336a56[_0x3032d6(0x26f)]);this[_0x3032d6(0x2b4)](_0x38eecd,_0xcc898,_0x4694b9,_0x4fe9fe);}else{if(_0x336a56[_0x3032d6(0x397)](_0x5d926d[_0x3032d6(0x2df)])){const _0x4b83e8=this[_0x3032d6(0x361)][_0x3032d6(0x270)](_0x5d926d[_0x3032d6(0x2df)][_0x3032d6(0x307)],_0x3032d6(0x26f));this[_0x3032d6(0x2b0)](_0x25f604,this[_0x3032d6(0x361)][_0x3032d6(0x262)](_0x336a56[_0x3032d6(0x2df)],_0x4b83e8));}else{const _0x60b74c=this[_0x3032d6(0x361)][_0x3032d6(0x270)](_0x5d926d[_0x3032d6(0x26f)][_0x3032d6(0x24e)],_0x3032d6(0x24a));this[_0x3032d6(0x2b0)](_0x25f604,this[_0x3032d6(0x361)][_0x3032d6(0x262)](_0x60b74c,_0x336a56[_0x3032d6(0x26f)]));}}}}[_0x1c02fd(0x2d4)](_0xe473a){const _0x12a906=_0x1c02fd;for(const {suggestion:_0x776fa2,meta:_0x5d5590}of this[_0x12a906(0x231)](_0xe473a,_0x12a906(0x2b2))){if(!_0x5d5590[_0x12a906(0x256)])continue;const _0x465519=_0x776fa2[_0x12a906(0x237)]();for(const _0x8ff69b of _0x465519)if(!_0xe473a[_0x12a906(0x2cf)](_0x8ff69b)[_0x12a906(0x2fe)])return!0x0;}return!0x1;}[_0x1c02fd(0x2f5)](_0x36cc1f){const _0x12636f=_0x1c02fd,_0x38d589=this[_0x12636f(0x329)][_0x12636f(0x31e)][_0x12636f(0x23a)](_0x12636f(0x238))[_0x12636f(0x35b)](_0x36cc1f);if(!_0x38d589)throw new _0x54cd18(_0x12636f(0x244),this);return _0x38d589;}[_0x1c02fd(0x318)](_0x33b612){const _0x4485af=_0x1c02fd,_0x4b26f7=this[_0x4485af(0x329)][_0x4485af(0x31e)][_0x4485af(0x23a)](_0x4485af(0x238)),_0x1e71d8=_0x2f83ba(_0x4485af(0x395)+_0x33b612),_0x3f0b49=_0x4b26f7[_0x4485af(0x35b)](_0x1e71d8);return _0x3f0b49||_0x4b26f7[_0x4485af(0x23f)]({'id':_0x1e71d8,'name':_0x33b612});}[_0x1c02fd(0x20a)](_0x147402,_0xcaec05,_0x53d468,_0x1734ca,_0x5dfb71){const _0x292d4b=_0x1c02fd,_0xc2014b=this[_0x292d4b(0x2f5)](_0x1734ca),_0x98725b=this[_0x292d4b(0x2de)][_0x292d4b(0x2a4)](_0x147402,_0xcaec05,_0x53d468,_0xc2014b,_0x5dfb71,_0x802b77=>{const _0x583ea1=_0x292d4b;this[_0x583ea1(0x3a0)](_0x53d468,{'attributes':_0x802b77});const _0x48a35a=this[_0x583ea1(0x348)](_0x53d468);this[_0x583ea1(0x362)](new Set([_0x48a35a])),this[_0x583ea1(0x31c)](new Set([_0x48a35a]));});return this[_0x292d4b(0x20c)](_0x98725b,_0x292d4b(0x399),()=>{const _0x54d165=_0x292d4b;this[_0x54d165(0x3a0)](_0x53d468,{'state':_0x54d165(0x29e)});},{'priority':_0x292d4b(0x2da)}),this[_0x292d4b(0x20c)](_0x98725b,_0x292d4b(0x2fc),()=>{const _0x29165e=_0x292d4b;this[_0x29165e(0x3a0)](_0x53d468,{'state':_0x29165e(0x2d0)});},{'priority':_0x292d4b(0x2da)}),this[_0x292d4b(0x374)][_0x292d4b(0x297)](_0x53d468,_0x98725b),this[_0x292d4b(0x293)][_0x292d4b(0x297)](_0x98725b,_0x292d4b(0x379)),_0x98725b;}[_0x1c02fd(0x23b)](_0x3b825a){const _0x461c98=_0x1c02fd,_0x336114=_0x3b825a[_0x461c98(0x39c)](':');return{'group':_0x336114[0x0],'type':_0x336114[0x1],'subType':_0x336114[_0x461c98(0x2fe)]>=0x5?_0x336114[0x2]:null,'id':_0x336114[_0x461c98(0x2fe)]<0x5?_0x336114[0x2]:_0x336114[0x3],'authorId':_0x336114[_0x461c98(0x2fe)]<0x5?_0x336114[0x3]:_0x336114[0x4],'markerCount':0x6==_0x336114[_0x461c98(0x2fe)]?_0x336114[0x5]:null};}[_0x1c02fd(0x25f)](_0x3243ca,_0x5b9513,_0x410a1d){const _0x128090=_0x1c02fd,_0x1cd4ef=_0x3243ca[_0x128090(0x2aa)](),_0x24a937=_0x1cd4ef[_0x128090(0x2df)],_0x1aa4ef=_0x1cd4ef[_0x128090(0x26f)];this[_0x128090(0x2b0)](_0x3243ca,this[_0x128090(0x361)][_0x128090(0x262)](_0x24a937,_0x5b9513));const _0x37fef0=_0x394c81(),_0x346412=_0x3243ca[_0x128090(0x384)]['id'],_0x312dac=_0x3243ca[_0x128090(0x29a)]+(_0x3243ca[_0x128090(0x32a)]?':'+_0x3243ca[_0x128090(0x32a)]:'');this[_0x128090(0x2c8)]({'id':_0x37fef0,'type':_0x312dac,'createdAt':new Date(),'authorId':_0x346412,'originalSuggestionId':_0x3243ca['id'],'attributes':_0x3243ca[_0x128090(0x2c5)],'data':_0x3243ca[_0x128090(0x228)]});const _0x92a14b=this[_0x128090(0x2c9)](_0x3243ca);(_0x128090(0x381)==_0x3243ca[_0x128090(0x29a)]||_0x92a14b&&this[_0x128090(0x285)](_0x92a14b))&&(_0x410a1d=this[_0x128090(0x361)][_0x128090(0x35f)](_0x410a1d[_0x128090(0x24e)])),this[_0x128090(0x2b4)](_0x312dac,_0x37fef0,_0x346412,this[_0x128090(0x361)][_0x128090(0x262)](_0x410a1d,_0x1aa4ef));}[_0x1c02fd(0x231)](_0x1e6926,_0x1edc89=null){const _0xfb36d0=_0x1c02fd,_0x361d66=[],_0x21f81d=this[_0xfb36d0(0x329)][_0xfb36d0(0x31e)][_0xfb36d0(0x23a)](_0xfb36d0(0x238))['me'];Array[_0xfb36d0(0x3a4)](_0x1e6926)||(_0x1e6926=[_0x1e6926]);for(const _0x25930e of this[_0xfb36d0(0x292)]()){if(!_0x25930e[_0xfb36d0(0x234)])continue;if(_0x1edc89&&_0x25930e[_0xfb36d0(0x29a)]!=_0x1edc89)continue;let _0x2d7f4d=!0x1;for(const _0x8ee8bd of _0x25930e[_0xfb36d0(0x237)]()){for(const _0x110d2f of _0x1e6926){const _0x8cc971=_0x110d2f[_0xfb36d0(0x2df)][_0xfb36d0(0x24d)](_0x8ee8bd[_0xfb36d0(0x26f)])||_0x110d2f[_0xfb36d0(0x26f)][_0xfb36d0(0x24d)](_0x8ee8bd[_0xfb36d0(0x2df)]);if(_0x8cc971||_0x110d2f[_0xfb36d0(0x25a)](_0x8ee8bd)){const _0x23bb50=_0x110d2f[_0xfb36d0(0x340)](_0x8ee8bd)&&Ot(this[_0xfb36d0(0x361)][_0xfb36d0(0x364)],_0x8ee8bd[_0xfb36d0(0x2df)],_0x110d2f),_0x37e91a=_0x8ee8bd[_0xfb36d0(0x340)](_0x110d2f)&&Ot(this[_0xfb36d0(0x361)][_0xfb36d0(0x364)],_0x110d2f[_0xfb36d0(0x2df)],_0x8ee8bd);_0x361d66[_0xfb36d0(0x2b8)]({'suggestion':_0x25930e,'meta':{'isOwn':_0x21f81d==_0x25930e[_0xfb36d0(0x3a2)],'isNextTo':_0x8cc971,'isInsideObject':_0x23bb50,'containsRangeInObject':_0x37e91a}}),_0x2d7f4d=!0x0;break;}}if(_0x2d7f4d)break;}}return _0x361d66;}[_0x1c02fd(0x2b4)](_0x21269e,_0x2d419b,_0x4d5333,_0x25887b,_0x5b5e35){const _0x59d749=_0x1c02fd;this[_0x59d749(0x361)][_0x59d749(0x2f6)](_0x4fa851=>{const _0x2c2147=_0x59d749;let _0x25a586=_0x2c2147(0x391)+_0x21269e+':'+_0x2d419b+':'+_0x4d5333;_0x5b5e35&&(_0x25a586=_0x25a586+':'+_0x5b5e35),_0x4fa851[_0x2c2147(0x3a3)](_0x25a586,{'range':_0x25887b,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1c02fd(0x288)](_0x246238){const _0x40db18=_0x1c02fd,_0x264e15=_0x246238[_0x40db18(0x207)],_0x421e50=_0x246238[_0x40db18(0x2a3)];_0x246238[_0x40db18(0x207)]=null,_0x246238[_0x40db18(0x2a3)]=null,null!=_0x264e15&&_0x264e15[_0x40db18(0x2a3)]==_0x246238&&(_0x264e15[_0x40db18(0x2a3)]=_0x421e50),null!=_0x421e50&&_0x421e50[_0x40db18(0x207)]==_0x246238&&(_0x421e50[_0x40db18(0x207)]=_0x264e15),_0x40db18(0x2a0)==this[_0x40db18(0x293)][_0x40db18(0x23a)](_0x246238)&&(this[_0x40db18(0x293)][_0x40db18(0x297)](_0x246238,_0x40db18(0x204)),this[_0x40db18(0x306)](_0x40db18(0x35e),_0x246238,_0x264e15,_0x421e50));}[_0x1c02fd(0x2c8)](_0x6d3eb6){const _0x46ea4a=_0x1c02fd,_0x306ff8=_0x6d3eb6['id'],_0x567428=this[_0x46ea4a(0x233)](_0x6d3eb6);if(this[_0x46ea4a(0x30a)]&&this[_0x46ea4a(0x30a)][_0x46ea4a(0x2d6)]){const _0x241b6d=this[_0x46ea4a(0x329)][_0x46ea4a(0x31e)][_0x46ea4a(0x23a)](_0x46ea4a(0x253)),_0x402b00=_0x567428[_0x46ea4a(0x2eb)],_0x50472a=_0x567428[_0x46ea4a(0x32a)]?_0x567428[_0x46ea4a(0x29a)]+':'+_0x567428[_0x46ea4a(0x32a)]:_0x567428[_0x46ea4a(0x29a)],_0xdaca0c=this[_0x46ea4a(0x329)][_0x46ea4a(0x370)],_0x5c191d=_0x241b6d[_0x46ea4a(0x2dc)](_0x5e9370(_0xdaca0c,_0x46ea4a(0x240))),_0x250c66={'id':_0x306ff8,'type':_0x50472a,'hasComments':_0x402b00,'data':_0x6d3eb6[_0x46ea4a(0x228)]||null,'originalSuggestionId':_0x6d3eb6[_0x46ea4a(0x217)]||null,'attributes':_0x567428[_0x46ea4a(0x2c5)]};this[_0x46ea4a(0x30a)][_0x46ea4a(0x2d6)](_0x250c66)[_0x46ea4a(0x385)](_0x1c51d1=>{const _0x575d7a=_0x46ea4a;_0x567428[_0x575d7a(0x1f9)]=!0x0,_0x241b6d[_0x575d7a(0x299)](_0x5c191d),_0x1c51d1&&_0x1c51d1[_0x575d7a(0x358)]&&(this[_0x575d7a(0x374)][_0x575d7a(0x23a)](_0x306ff8)[_0x575d7a(0x358)]=_0x1c51d1[_0x575d7a(0x358)]);})[_0x46ea4a(0x2f8)](_0x2ecfac=>{const _0x359342=_0x46ea4a;throw _0x3bb422(_0x359342(0x2af)),this[_0x359342(0x329)][_0x359342(0x30b)][_0x359342(0x343)]({'isUndoable':!0x1},()=>{const _0x554e02=_0x359342;_0x567428[_0x554e02(0x2fc)]();}),_0x567428[_0x359342(0x230)](),this[_0x359342(0x374)][_0x359342(0x24f)](_0x567428['id']),this[_0x359342(0x293)][_0x359342(0x24f)](_0x567428),_0x2ecfac;});}return _0x567428;}[_0x1c02fd(0x285)](_0xcb8c27){const _0x1854c4=_0x1c02fd;return this[_0x1854c4(0x227)][_0x1854c4(0x2c6)](_0xcb8c27);}[_0x1c02fd(0x3a0)](_0x1b901c,_0x1158c7){const _0x356cdd=_0x1c02fd,_0x10b7d8=this[_0x356cdd(0x329)][_0x356cdd(0x31e)][_0x356cdd(0x23a)](_0x356cdd(0x253)),_0x15d0ff=this[_0x356cdd(0x348)](_0x1b901c);if(this[_0x356cdd(0x30a)]&&this[_0x356cdd(0x30a)][_0x356cdd(0x350)]){if(_0x15d0ff[_0x356cdd(0x1f9)]){const _0x4530a4=_0x10b7d8[_0x356cdd(0x2dc)](_0x5e9370(this[_0x356cdd(0x329)][_0x356cdd(0x370)],_0x356cdd(0x240)));this[_0x356cdd(0x30a)][_0x356cdd(0x350)](_0x1b901c,_0x1158c7)[_0x356cdd(0x385)](()=>{const _0x34d5a3=_0x356cdd;_0x10b7d8[_0x34d5a3(0x299)](_0x4530a4);});}else _0x15d0ff['on'](_0x356cdd(0x277),()=>{const _0x526967=_0x356cdd;this[_0x526967(0x3a0)](_0x1b901c,_0x1158c7);});}}[_0x1c02fd(0x267)](_0x22c7c8){const _0x382b7e=_0x1c02fd;if(!this[_0x382b7e(0x30a)]||!this[_0x382b7e(0x30a)][_0x382b7e(0x348)])throw new _0x54cd18(_0x382b7e(0x2f1),this);return this[_0x382b7e(0x30a)][_0x382b7e(0x348)](_0x22c7c8);}[_0x1c02fd(0x283)](_0x37fe14){const _0xb31120=_0x1c02fd,{id:_0x909869,type:_0xd26925,subType:_0x5f218f,authorId:_0x2464db}=this[_0xb31120(0x23b)](_0x37fe14),_0x151382=this[_0xb31120(0x374)][_0xb31120(0x23a)](_0x909869)||this[_0xb31120(0x20a)](_0xd26925,_0x5f218f,_0x909869,_0x2464db,{});switch(this[_0xb31120(0x315)](_0x151382,_0xd26925,_0x5f218f,_0x2464db),this[_0xb31120(0x293)][_0xb31120(0x23a)](_0x151382)){case _0xb31120(0x379):this[_0xb31120(0x267)](_0x909869)[_0xb31120(0x385)](_0x54983b=>{const _0x2b3158=_0xb31120;let _0x48d677=Promise[_0x2b3158(0x38d)]();_0x54983b[_0x2b3158(0x2eb)]&&(_0x48d677=this[_0x2b3158(0x354)][_0x2b3158(0x210)]({'channelId':this[_0x2b3158(0x329)][_0x2b3158(0x255)][_0x2b3158(0x23a)](_0x2b3158(0x30d)),'threadId':_0x909869})),_0x48d677[_0x2b3158(0x385)](()=>{const _0x21ef78=_0x2b3158;this[_0x21ef78(0x233)](_0x54983b)[_0x21ef78(0x1f9)]=!0x0;});}),this[_0xb31120(0x293)][_0xb31120(0x297)](_0x151382,_0xb31120(0x313));break;case _0xb31120(0x204):this[_0xb31120(0x3a0)](_0x909869,{'state':_0xb31120(0x2c0)});case _0xb31120(0x396):this[_0xb31120(0x293)][_0xb31120(0x297)](_0x151382,_0xb31120(0x2a0)),this[_0xb31120(0x306)](_0xb31120(0x2e9),_0x151382);break;case _0xb31120(0x2a0):this[_0xb31120(0x306)](_0xb31120(0x21b),_0x151382);}return _0x151382[_0xb31120(0x2e0)](_0x37fe14),_0x151382;}[_0x1c02fd(0x31c)](_0x5cdbd9){const _0x5d4f75=_0x1c02fd,_0x738af4=Array[_0x5d4f75(0x359)](_0x5cdbd9),_0x55b465=_0x738af4[_0x5d4f75(0x290)](_0x1d5830=>_0x5d4f75(0x2d5)==_0x1d5830[_0x5d4f75(0x29a)]);this[_0x5d4f75(0x368)](_0x55b465);const _0x17e393=_0x738af4[_0x5d4f75(0x290)](_0x5a44de=>!_0x5a44de[_0x5d4f75(0x35a)]&&_0x5d4f75(0x2d5)!=_0x5a44de[_0x5d4f75(0x29a)]),_0x65fc49=this[_0x5d4f75(0x292)]({'skipNotAttached':!0x0})[_0x5d4f75(0x290)](_0x3d9a02=>!_0x3d9a02[_0x5d4f75(0x35a)]&&_0x5d4f75(0x2d5)!=_0x3d9a02[_0x5d4f75(0x29a)]),_0x3a5512=_0x65fc49[_0x5d4f75(0x290)](_0x4ae642=>!_0x5cdbd9[_0x5d4f75(0x2c6)](_0x4ae642)),_0x2e34ec=new Map(_0x65fc49[_0x5d4f75(0x289)](_0x2e9ded=>[_0x2e9ded,this[_0x5d4f75(0x2de)][_0x5d4f75(0x200)](_0x2e9ded[_0x5d4f75(0x29a)],_0x2e9ded[_0x5d4f75(0x32a)],_0x5d4f75(0x287))])),_0x2feed0=new Map(_0x65fc49[_0x5d4f75(0x289)](_0x4e65eb=>[_0x4e65eb,_0x4e65eb[_0x5d4f75(0x2aa)]()])),_0x34fb74=new Set(),_0x3ecbf9=new Set();for(let _0x5000a2=0x0;_0x5000a2<_0x17e393[_0x5d4f75(0x2fe)];_0x5000a2++)_0x8b40cf(_0x17e393[_0x5000a2],_0x17e393,_0x5000a2+0x1);for(let _0x4ad533=0x0;_0x4ad533<_0x17e393[_0x5d4f75(0x2fe)];_0x4ad533++)_0x8b40cf(_0x17e393[_0x4ad533],_0x3a5512,0x0);const _0x257317=new Set();for(let _0x3ad230=0x0;_0x3ad230<_0x17e393[_0x5d4f75(0x2fe)];_0x3ad230++){const _0x5eb1f0=_0x17e393[_0x3ad230];!_0x3ecbf9[_0x5d4f75(0x2c6)](_0x5eb1f0)&&_0x5eb1f0[_0x5d4f75(0x207)]&&(_0x257317[_0x5d4f75(0x2dc)](_0x5eb1f0[_0x5d4f75(0x207)]),_0x5eb1f0[_0x5d4f75(0x207)][_0x5d4f75(0x2a3)]===_0x5eb1f0&&(_0x5eb1f0[_0x5d4f75(0x207)][_0x5d4f75(0x2a3)]=null),_0x5eb1f0[_0x5d4f75(0x207)]=null),!_0x34fb74[_0x5d4f75(0x2c6)](_0x5eb1f0)&&_0x5eb1f0[_0x5d4f75(0x2a3)]&&(_0x257317[_0x5d4f75(0x2dc)](_0x5eb1f0[_0x5d4f75(0x2a3)]),_0x5eb1f0[_0x5d4f75(0x2a3)][_0x5d4f75(0x207)]===_0x5eb1f0&&(_0x5eb1f0[_0x5d4f75(0x2a3)][_0x5d4f75(0x207)]=null),_0x5eb1f0[_0x5d4f75(0x2a3)]=null);}function _0x8b40cf(_0x293369,_0x2475db,_0x26d2b6){const _0x551d2c=_0x5d4f75;for(let _0x5eb33a=_0x26d2b6;_0x5eb33a<_0x2475db[_0x551d2c(0x2fe)];_0x5eb33a++){const _0x27943c=_0x3d9575(_0x293369,_0x2475db[_0x5eb33a]);_0x27943c&&(_0x27943c[0x0][_0x551d2c(0x2a3)]=_0x27943c[0x1],_0x27943c[0x1][_0x551d2c(0x207)]=_0x27943c[0x0],_0x34fb74[_0x551d2c(0x2dc)](_0x27943c[0x0]),_0x3ecbf9[_0x551d2c(0x2dc)](_0x27943c[0x1]));}}function _0x3d9575(_0x341770,_0x1c66f0){const _0x3e858e=_0x5d4f75;if(_0x341770[_0x3e858e(0x3a2)]['id']!==_0x1c66f0[_0x3e858e(0x3a2)]['id'])return null;const _0x1c8348=_0x2e34ec[_0x3e858e(0x23a)](_0x341770)(_0x341770,_0x1c66f0,_0x2feed0[_0x3e858e(0x23a)](_0x341770),_0x2feed0[_0x3e858e(0x23a)](_0x1c66f0));if(!_0x1c8348)return null;return _0x2e34ec[_0x3e858e(0x23a)](_0x1c66f0)(_0x341770,_0x1c66f0,_0x2feed0[_0x3e858e(0x23a)](_0x341770),_0x2feed0[_0x3e858e(0x23a)](_0x1c66f0))?_0x1c8348[0x1][_0x3e858e(0x319)]&&_0x1c8348[0x1][_0x3e858e(0x319)][_0x3e858e(0x2fe)]?null:_0x1c8348:null;}_0x257317[_0x5d4f75(0x2d9)]&&this[_0x5d4f75(0x31c)](_0x257317);}[_0x1c02fd(0x368)](_0x36ff69){const _0x56963a=_0x1c02fd;if(0x0==_0x36ff69[_0x56963a(0x2fe)])return;const _0xd0d4a9=this[_0x56963a(0x292)]({'skipNotAttached':!0x0})[_0x56963a(0x290)](_0x130a88=>_0x56963a(0x2d5)==_0x130a88[_0x56963a(0x29a)]&&_0x130a88[_0x56963a(0x219)]),_0x2b48c7=[],_0x3c9ae5=new Map();for(const _0xe61281 of _0xd0d4a9){const _0x2ca28b=_0x2f83ba(_0xe61281[_0x56963a(0x2c5)]);_0x3c9ae5[_0x56963a(0x2c6)](_0x2ca28b)||(_0x3c9ae5[_0x56963a(0x297)](_0x2ca28b,_0x2b48c7[_0x56963a(0x2fe)]),_0x2b48c7[_0x56963a(0x2b8)]([]));const _0x11a78d=_0x3c9ae5[_0x56963a(0x23a)](_0x2ca28b);_0x2b48c7[_0x11a78d][_0x56963a(0x2b8)](_0xe61281);}!(function(){const _0x40eb03=_0x56963a;_0x2b48c7[_0x40eb03(0x326)]((_0x2eb563,_0x516385)=>{const _0xaaff1b=_0x40eb03,_0xbf2fb1=_0x2eb563[0x0][_0xaaff1b(0x358)],_0x24b256=_0x516385[0x0][_0xaaff1b(0x358)];return _0xbf2fb1==_0x24b256?_0x2eb563[0x0][_0xaaff1b(0x2c5)][_0xaaff1b(0x333)]<_0x516385[0x0][_0xaaff1b(0x2c5)][_0xaaff1b(0x333)]?-0x1:0x1:_0xbf2fb1<_0x24b256?-0x1:0x1;});for(const _0x5d5f78 of _0x2b48c7)_0x5d5f78[_0x40eb03(0x326)]((_0x230db6,_0x5a00f3)=>_0x230db6['id']<_0x5a00f3['id']?-0x1:0x1);}());for(let _0x523458=0x0;_0x523458<_0x2b48c7[_0x56963a(0x2fe)];_0x523458++){if(0x0==_0x2b48c7[_0x523458][_0x56963a(0x2fe)])continue;const _0x36335e=[];for(let _0x7d99b3=_0x523458+0x1;_0x7d99b3<_0x2b48c7[_0x56963a(0x2fe)];_0x7d99b3++)0x0!=_0x2b48c7[_0x7d99b3][_0x56963a(0x2fe)]&&_0x3fb85d(_0x2b48c7[_0x523458],_0x2b48c7[_0x7d99b3])&&_0x36335e[_0x56963a(0x2b8)](_0x7d99b3);for(const _0x10b9da of _0x36335e)_0x2b48c7[_0x523458]=_0x2b48c7[_0x523458][_0x56963a(0x26d)](_0x2b48c7[_0x10b9da]),_0x2b48c7[_0x10b9da]=[];}for(const _0x34d066 of _0x2b48c7)for(let _0x6446d3=0x0;_0x6446d3<_0x34d066[_0x56963a(0x2fe)];_0x6446d3++){const _0x9e38de=_0x34d066[_0x6446d3+0x1]||null;_0x34d066[_0x6446d3][_0x56963a(0x2a3)]!==_0x9e38de&&(_0x34d066[_0x6446d3][_0x56963a(0x2a3)]=_0x9e38de);}for(const _0x2ef2f4 of _0x2b48c7)for(let _0x347734=0x0;_0x347734<_0x2ef2f4[_0x56963a(0x2fe)];_0x347734++){const _0x385417=_0x2ef2f4[_0x347734-0x1]||null;_0x2ef2f4[_0x347734][_0x56963a(0x207)]!==_0x385417&&(_0x2ef2f4[_0x347734][_0x56963a(0x207)]=_0x385417);}function _0x3fb85d(_0x5bd018,_0x4a983a){const _0x2ba365=_0x56963a;if(_0x5bd018[0x0][_0x2ba365(0x2c5)][_0x2ba365(0x333)]!==_0x4a983a[0x0][_0x2ba365(0x2c5)][_0x2ba365(0x333)]&&_0x5bd018[0x0][_0x2ba365(0x3a2)]!==_0x4a983a[0x0][_0x2ba365(0x3a2)])return!0x1;if(!function(_0x3e4499,_0x492af8){const _0x5baef0=_0x2ba365;if(!_0x3e4499[_0x5baef0(0x2eb)]&&!_0x492af8[_0x5baef0(0x2eb)])return!0x0;if(_0x3e4499[_0x5baef0(0x2eb)]&&_0x492af8[_0x5baef0(0x2eb)])return!0x1;if(_0x3e4499[_0x5baef0(0x2eb)]&&_0x492af8[_0x5baef0(0x358)]<_0x3e4499[_0x5baef0(0x319)][_0x5baef0(0x2e3)][_0x5baef0(0x23a)](0x0)[_0x5baef0(0x358)])return!0x0;if(_0x492af8[_0x5baef0(0x2eb)]&&_0x3e4499[_0x5baef0(0x358)]<_0x492af8[_0x5baef0(0x319)][_0x5baef0(0x2e3)][_0x5baef0(0x23a)](0x0)[_0x5baef0(0x358)])return!0x0;return!0x1;}(_0x5bd018[0x0],_0x4a983a[0x0]))return!0x1;const _0x11636b=_0x13788d(_0x5bd018[0x0][_0x2ba365(0x2c5)],_0x2ba365(0x333)),_0xf5a855=_0x13788d(_0x4a983a[0x0][_0x2ba365(0x2c5)],_0x2ba365(0x333));if(!_0x43899e(_0x11636b,_0xf5a855))return!0x1;return!!_0x5bd018[_0x2ba365(0x33a)](_0x5b6643=>_0x4a983a[_0x2ba365(0x29d)](_0x49e95f=>_0x5b6643[_0x2ba365(0x2aa)]()[_0x2ba365(0x24d)](_0x49e95f[_0x2ba365(0x2aa)]())))&&_0x4a983a[_0x2ba365(0x33a)](_0x481a2e=>_0x5bd018[_0x2ba365(0x29d)](_0x492a7a=>_0x481a2e[_0x2ba365(0x2aa)]()[_0x2ba365(0x24d)](_0x492a7a[_0x2ba365(0x2aa)]())));}}[_0x1c02fd(0x362)](_0x179250){const _0x4accf6=_0x1c02fd,_0x1fac11=Array[_0x4accf6(0x359)](_0x179250),_0x27d4e2=this[_0x4accf6(0x292)]({'skipNotAttached':!0x0}),_0x124213=_0x27d4e2[_0x4accf6(0x290)](_0x218776=>!_0x179250[_0x4accf6(0x2c6)](_0x218776)),_0x4bb6b7=new Map(_0x1fac11[_0x4accf6(0x289)](_0x3248a5=>[_0x3248a5,this[_0x4accf6(0x2de)][_0x4accf6(0x200)](_0x3248a5[_0x4accf6(0x29a)],_0x3248a5[_0x4accf6(0x32a)],_0x4accf6(0x31b))])),_0x4c9eb2=new Map(_0x27d4e2[_0x4accf6(0x289)](_0x51e555=>[_0x51e555,_0x51e555[_0x4accf6(0x237)]()]));for(let _0x398cca=0x0;_0x398cca<_0x1fac11[_0x4accf6(0x2fe)];_0x398cca++){if(_0x106b19(this,_0x1fac11[_0x398cca],_0x1fac11,_0x398cca+0x1))return!0x0;}for(let _0x59bba7=0x0;_0x59bba7<_0x1fac11[_0x4accf6(0x2fe)];_0x59bba7++){if(_0x106b19(this,_0x1fac11[_0x59bba7],_0x124213,0x0))return!0x0;}return!0x1;function _0x106b19(_0x381fcf,_0x1e341f,_0x595f12,_0x29f09b){const _0x209641=_0x4accf6;for(let _0x32ce16=_0x29f09b;_0x32ce16<_0x595f12[_0x209641(0x2fe)];_0x32ce16++){const _0x1092b4=_0x595f12[_0x32ce16];if(_0x1092b4[_0x209641(0x29a)]!==_0x1e341f[_0x209641(0x29a)]||_0x1092b4[_0x209641(0x3a2)]['id']!==_0x1e341f[_0x209641(0x3a2)]['id']||_0x1092b4[_0x209641(0x32a)]!==_0x1e341f[_0x209641(0x32a)])continue;if(!Jt(_0x1e341f,_0x1092b4))continue;if(_0x209641(0x2d5)==_0x1e341f[_0x209641(0x29a)]&&_0x1e341f[_0x209641(0x228)][_0x209641(0x2c3)]!=_0x1092b4[_0x209641(0x228)][_0x209641(0x2c3)])continue;if(_0x209641(0x2d5)==_0x1e341f[_0x209641(0x29a)]&&_0x381fcf[_0x209641(0x285)](_0x1e341f[_0x209641(0x228)][_0x209641(0x213)]))continue;if(_0x209641(0x381)==_0x1e341f[_0x209641(0x29a)]){const _0x50086c=_0x381fcf[_0x209641(0x329)][_0x209641(0x30b)],_0x1c5040=_0x1e341f[_0x209641(0x2a9)]();if(_0x1c5040&&(_0x50086c[_0x209641(0x364)][_0x209641(0x38f)](_0x1c5040)||_0x50086c[_0x209641(0x364)][_0x209641(0x317)](_0x1c5040)))continue;}const _0x2aa606=_0x4bb6b7[_0x209641(0x23a)](_0x1e341f),_0x273284=_0x4c9eb2[_0x209641(0x23a)](_0x1e341f),_0x3b5f4=_0x4c9eb2[_0x209641(0x23a)](_0x1092b4),_0x17a876=_0x1e341f[_0x209641(0x319)]&&_0x1e341f[_0x209641(0x319)][_0x209641(0x2fe)],_0x464a3c=_0x1092b4[_0x209641(0x319)]&&_0x1092b4[_0x209641(0x319)][_0x209641(0x2fe)];if(!_0x17a876&&_0x2aa606(_0x3b5f4,_0x273284))return _0x381fcf[_0x209641(0x363)](_0x1092b4,_0x1e341f),_0x4c9eb2[_0x209641(0x24f)](_0x1e341f),!0x0;if(!_0x464a3c&&_0x2aa606(_0x273284,_0x3b5f4))return _0x381fcf[_0x209641(0x363)](_0x1e341f,_0x1092b4),_0x4c9eb2[_0x209641(0x24f)](_0x1092b4),!0x0;}return!0x1;}}[_0x1c02fd(0x363)](_0x2f3846,_0x297e4a){const _0x37188d=_0x1c02fd;if(_0x2f3846[_0x37188d(0x35a)]){for(const _0x2a53e2 of _0x297e4a[_0x37188d(0x237)]())_0x2f3846[_0x37188d(0x2a1)](_0x2a53e2);}else{const _0x4d468b=_0x297e4a[_0x37188d(0x2aa)]()[_0x37188d(0x26f)];this[_0x37188d(0x2b0)](_0x2f3846,this[_0x37188d(0x361)][_0x37188d(0x262)](_0x2f3846[_0x37188d(0x2aa)]()[_0x37188d(0x2df)],_0x4d468b));}_0x297e4a[_0x37188d(0x321)]();}[_0x1c02fd(0x276)](_0x19fd0a,_0x5262c9,_0x306dfb){const _0x3b6c1d=_0x1c02fd,_0x4532f2=_0x19fd0a[_0x3b6c1d(0x25e)](_0x3b6c1d(0x296))||_0x19fd0a[_0x3b6c1d(0x25e)](_0x3b6c1d(0x2d5))?_0x3b6c1d(0x2a6):_0x19fd0a[_0x3b6c1d(0x28c)]();return _0x5e9370(this[_0x3b6c1d(0x329)][_0x3b6c1d(0x370)],_0x5262c9+'_'+_0x4532f2+_0x3b6c1d(0x247),_0x306dfb);}[_0x1c02fd(0x2c2)](){const _0x1dcbaa=_0x1c02fd,_0x5ca531=this[_0x1dcbaa(0x329)];if(!_0x5ca531['ui'])return;const {ariaLiveAnnouncer:_0x2a8c70}=_0x5ca531['ui'];_0x4edfed(this[_0x1dcbaa(0x361)],({left:_0x1f7e24,entered:_0x43b294})=>{const _0x1a329f=_0x1dcbaa;for(const _0x2830f1 of _0x1f7e24){const {group:_0x4b71f2,type:_0x1ec60f}=this[_0x1a329f(0x23b)](_0x2830f1[_0x1a329f(0x33d)]);if(_0x1a329f(0x2a7)===_0x4b71f2){_0x2a8c70[_0x1a329f(0x382)](this[_0x1a329f(0x276)](_0x1ec60f,_0x1a329f(0x2d7)));break;}}for(const _0xbb95eb of _0x43b294){const {group:_0x2784df,type:_0x454161}=this[_0x1a329f(0x23b)](_0xbb95eb[_0x1a329f(0x33d)]);if(_0x1a329f(0x2a7)===_0x2784df){_0x2a8c70[_0x1a329f(0x382)](this[_0x1a329f(0x276)](_0x454161,_0x1a329f(0x2e7),_0x49b78c(_0x8c9a26)));break;}}});}[_0x1c02fd(0x349)](_0x39dfec){const _0x280341=_0x1c02fd;if(this[_0x280341(0x383)])return!0x1;const _0x26e719=this[_0x280341(0x329)],_0x5291b5=_0x26e719[_0x280341(0x30b)][_0x280341(0x2b3)][_0x280341(0x1f6)][_0x280341(0x39d)]();if(0x0==_0x5291b5[_0x280341(0x2fe)])return!0x1;const _0x4179ff=[],_0x422b8e=_0x5291b5[_0x280341(0x290)](_0x272027=>_0x280341(0x2d5)==_0x272027[_0x280341(0x29a)]),_0x909f15=_0x5291b5[_0x280341(0x290)](_0x6eb588=>_0x280341(0x347)==_0x6eb588[_0x280341(0x29a)]&&_0x280341(0x30f)!=_0x6eb588[_0x280341(0x33d)]),_0x37d8fc=_0x5291b5[_0x280341(0x290)](_0x5aa1af=>_0x280341(0x299)==_0x5aa1af[_0x280341(0x29a)]&&_0x280341(0x30f)!=_0x5aa1af[_0x280341(0x33d)]);for(const _0x51e08d of _0x422b8e)_0x4179ff[_0x280341(0x2b8)]({'key':_0x51e08d[_0x280341(0x26a)],'newValue':_0x51e08d[_0x280341(0x331)],'oldValue':_0x51e08d[_0x280341(0x273)],'range':Pt(_0x51e08d[_0x280341(0x2fb)],_0x26e719[_0x280341(0x30b)])});for(const _0x2d3f12 of _0x909f15){const _0x163b34=_0x37d8fc[_0x280341(0x330)](_0xaca213=>_0xaca213[_0x280341(0x2e5)][_0x280341(0x24d)](_0x2d3f12[_0x280341(0x2e5)]));_0x163b34&&_0x4179ff[_0x280341(0x2b8)]({'key':_0x280341(0x222),'newValue':_0x2d3f12[_0x280341(0x33d)],'oldValue':_0x163b34[_0x280341(0x33d)],'range':_0x26e719[_0x280341(0x30b)][_0x280341(0x2e4)](_0x2d3f12[_0x280341(0x2e5)][_0x280341(0x2bb)])});}return 0x0!=_0x4179ff[_0x280341(0x2fe)]&&this[_0x280341(0x245)](_0x39dfec,_0x4179ff);}[_0x1c02fd(0x235)](_0x38081d){const _0x37c5d3=_0x1c02fd;let _0x5bb34d=!0x1;const _0x199bcc=this[_0x37c5d3(0x329)][_0x37c5d3(0x30b)][_0x37c5d3(0x2b3)][_0x37c5d3(0x1f6)][_0x37c5d3(0x336)]()[_0x37c5d3(0x290)](_0x2e3d7f=>_0x2e3d7f[_0x37c5d3(0x228)][_0x37c5d3(0x38e)]&&_0x2e3d7f[_0x37c5d3(0x33d)][_0x37c5d3(0x25e)](_0x37c5d3(0x393)));for(const _0x4486a5 of _0x199bcc){const {subType:_0x269c9b,id:_0x15bcfe}=this[_0x37c5d3(0x23b)](_0x4486a5[_0x37c5d3(0x33d)]),_0x2f53db=_0x269c9b[_0x37c5d3(0x39c)]('|')[0x0];for(const _0x33600c of this[_0x37c5d3(0x292)]({'skipNotAttached':!0x0}))_0x33600c['id']!=_0x15bcfe&&_0x37c5d3(0x2d5)==_0x33600c[_0x37c5d3(0x29a)]&&_0x33600c[_0x37c5d3(0x228)]&&_0x33600c[_0x37c5d3(0x228)][_0x37c5d3(0x213)]==_0x2f53db&&_0x33600c[_0x37c5d3(0x2aa)]()[_0x37c5d3(0x3a6)](_0x4486a5[_0x37c5d3(0x228)][_0x37c5d3(0x38e)])&&(this[_0x37c5d3(0x36d)](_0x33600c,_0x4486a5[_0x37c5d3(0x228)][_0x37c5d3(0x38e)],_0x38081d),_0x5bb34d=!0x0);}return _0x5bb34d;}[_0x1c02fd(0x32d)](_0x111d85){const _0x16a1ea=_0x1c02fd;this[_0x16a1ea(0x383)]=!0x0,_0x111d85();}[_0x1c02fd(0x286)](_0x34cefc){const _0x56cf07=_0x1c02fd,_0x31d90f=this[_0x56cf07(0x285)](_0x34cefc),_0x31076f=this[_0x56cf07(0x211)][_0x56cf07(0x2c6)](_0x34cefc);return _0x31d90f||_0x31076f;}[_0x1c02fd(0x245)](_0x33386e,_0x31968f){const _0x4ffcc1=_0x1c02fd;if(0x0==_0x31968f[_0x4ffcc1(0x2fe)])return!0x1;let _0x54772d=!0x1;for(const _0x6bf840 of _0x31968f){const _0x31eed8=this[_0x4ffcc1(0x231)](_0x6bf840[_0x4ffcc1(0x2fb)],_0x4ffcc1(0x2d5))[_0x4ffcc1(0x290)](_0x44dec3=>!_0x44dec3[_0x4ffcc1(0x302)][_0x4ffcc1(0x2ef)])[_0x4ffcc1(0x289)](_0x3be5dc=>_0x3be5dc[_0x4ffcc1(0x2a7)]),_0x11f111=_0x2f83ba({'newValue':_0x6bf840[_0x4ffcc1(0x371)]});_0x31eed8[_0x4ffcc1(0x290)](_0x103929=>{const _0x598fec=_0x4ffcc1,[_0x4da2dc,_0xf84cc4]=_0x103929[_0x598fec(0x32a)][_0x598fec(0x39c)]('|');return _0x4da2dc==_0x6bf840[_0x598fec(0x213)]&&_0xf84cc4!=_0x11f111;})[_0x4ffcc1(0x1fd)](_0x230d71=>{const _0x30700c=_0x4ffcc1;this[_0x30700c(0x36d)](_0x230d71,_0x6bf840[_0x30700c(0x2fb)],_0x33386e),_0x54772d=!0x0;});}return _0x54772d;}[_0x1c02fd(0x36d)](_0x244461,_0x431783,_0x542f39){const _0x7f49cd=_0x1c02fd,_0xc9678=_0x244461[_0x7f49cd(0x2aa)]()[_0x7f49cd(0x2cf)](_0x431783);0x0!==_0xc9678[_0x7f49cd(0x2fe)]?0x1!==_0xc9678[_0x7f49cd(0x2fe)]?this[_0x7f49cd(0x25f)](_0x244461,_0x431783[_0x7f49cd(0x2df)],_0x431783[_0x7f49cd(0x26f)]):this[_0x7f49cd(0x2b0)](_0x244461,_0xc9678[0x0]):_0x542f39[_0x7f49cd(0x34f)](_0x244461[_0x7f49cd(0x27c)]());}}class Et{constructor(_0xbeccb9){const _0xec5504=_0x1c02fd;this[_0xec5504(0x389)]=_0xbeccb9,this[_0xec5504(0x361)]=_0xbeccb9[_0xec5504(0x30b)],this[_0xec5504(0x242)]=new Map(),this[_0xec5504(0x332)]=new Map(),this[_0xec5504(0x2d3)]();}[_0x1c02fd(0x2a4)](_0xa386a2,_0x31027c,_0x27457f,_0x4140f,_0x2561db,_0x2048fa){const _0x252306=_0x1c02fd;return new _0x2fd699(this[_0x252306(0x361)],{'type':_0xa386a2,'subType':_0x31027c,'id':_0x27457f,'author':_0x4140f,'creator':_0x4140f,'attributes':_0x2561db,'onAttributesChange':_0x2048fa,'onAccept':(..._0x2934d8)=>this[_0x252306(0x200)](_0xa386a2,_0x31027c,_0x252306(0x399))(..._0x2934d8),'onDiscard':(..._0x211339)=>this[_0x252306(0x200)](_0xa386a2,_0x31027c,_0x252306(0x2fc))(..._0x211339)});}[_0x1c02fd(0x380)](_0x5db3d9,_0x21a5c2,_0x210854,_0x47aa5d){const _0x1036df=_0x1c02fd,_0xcb45bb=_0x5db3d9+':'+_0x21a5c2+':'+_0x210854;this[_0x1036df(0x242)][_0x1036df(0x297)](_0xcb45bb,_0x47aa5d);}[_0x1c02fd(0x200)](_0x125942,_0x2bc67c,_0x45b086){const _0x94784f=_0x1c02fd,_0x402491=_0x125942+':'+_0x2bc67c+':'+_0x45b086;return this[_0x94784f(0x242)][_0x94784f(0x23a)](_0x402491)||this[_0x94784f(0x332)][_0x94784f(0x23a)](_0x125942+':'+_0x45b086);}[_0x1c02fd(0x2d3)](){const _0x442ae7=_0x1c02fd,_0x26a2dc=()=>!0x1,_0x32a2cf=_0x5dc469=>{const _0x44a1f2=_0x3bf3;_0x5dc469[_0x44a1f2(0x326)]((_0x7fa596,_0x4a1f2c)=>_0x7fa596[_0x44a1f2(0x2df)][_0x44a1f2(0x260)](_0x4a1f2c[_0x44a1f2(0x2df)])?0x1:-0x1),this[_0x44a1f2(0x361)][_0x44a1f2(0x2f6)](_0x2b83d1=>{const _0x51d6f1=_0x44a1f2;for(const _0x6d0ab9 of _0x5dc469){let _0xc99f39;_0xc99f39=_0x6d0ab9[_0x51d6f1(0x26f)][_0x51d6f1(0x232)]&&_0x6d0ab9[_0x51d6f1(0x26f)][_0x51d6f1(0x24e)]==_0x6d0ab9[_0x51d6f1(0x2df)][_0x51d6f1(0x2bb)]?_0x2b83d1[_0x51d6f1(0x20e)](_0x6d0ab9[_0x51d6f1(0x2df)][_0x51d6f1(0x2bb)],'on'):_0x2b83d1[_0x51d6f1(0x20e)](_0x6d0ab9),this[_0x51d6f1(0x361)][_0x51d6f1(0x31f)](_0xc99f39,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4e337f=(_0x1f5330,_0x164ad2)=>{const _0x374e7d=_0x3bf3;_0x164ad2&&this[_0x374e7d(0x361)][_0x374e7d(0x2f6)](_0x164a09=>{const _0x345684=_0x374e7d,{commandName:_0x59f5af,commandParams:_0x1f567e=[]}=_0x164ad2,_0x476756=_0x1f5330[_0x345684(0x289)](_0x40310e=>(Vt(_0x40310e)&&(_0x40310e=this[_0x345684(0x361)][_0x345684(0x262)](_0x40310e[_0x345684(0x26f)])),_0x40310e))[_0x345684(0x290)](_0xcc66ee=>_0x345684(0x37b)!==_0xcc66ee[_0x345684(0x2ab)][_0x345684(0x249)]);if(_0x476756[_0x345684(0x2fe)]<0x1)return;const _0x153b47=Array[_0x345684(0x359)](this[_0x345684(0x361)][_0x345684(0x2b3)][_0x345684(0x278)][_0x345684(0x237)]())[_0x345684(0x289)](_0x159ec6=>_0x14c76e[_0x345684(0x372)](_0x159ec6));_0x164a09[_0x345684(0x22d)](_0x476756);for(const _0x3022bb of this[_0x345684(0x389)][_0x345684(0x2ec)][_0x345684(0x2ec)]())_0x3022bb[_0x345684(0x36f)]();_0x1f567e[_0x345684(0x2b8)]({'forceDefaultExecution':!0x0}),this[_0x345684(0x389)][_0x345684(0x250)](_0x59f5af,..._0x1f567e);const _0x509a91=_0x153b47[_0x345684(0x290)](_0x2904d0=>_0x345684(0x37b)!=_0x2904d0[_0x345684(0x2ab)][_0x345684(0x249)]);_0x509a91[_0x345684(0x2fe)]>0x0&&_0x164a09[_0x345684(0x22d)](_0x509a91);for(const _0x42484d of _0x153b47)_0x42484d[_0x345684(0x209)]();});},_0x56b86b=(_0x2b4b28,_0x1c5b9a)=>0x1==_0x2b4b28[_0x442ae7(0x2fe)]&&0x1==_0x1c5b9a[_0x442ae7(0x2fe)]&&_0x2b4b28[0x0][_0x442ae7(0x26f)][_0x442ae7(0x24d)](_0x1c5b9a[0x0][_0x442ae7(0x2df)]),_0x53b9b7=(_0x4d0647,_0x11bc64,_0x2013b2,_0x3d42aa)=>Ht(_0x4d0647,_0x11bc64,_0x2013b2,_0x3d42aa,this[_0x442ae7(0x361)])?[_0x4d0647,_0x11bc64]:Ht(_0x11bc64,_0x4d0647,_0x3d42aa,_0x2013b2,this[_0x442ae7(0x361)])?[_0x11bc64,_0x4d0647]:null;this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x23e),_0x26a2dc),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x2cc),_0x32a2cf),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x322),_0x56b86b),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x2f7),_0x53b9b7),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x2be),_0x32a2cf),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x1fc),_0x26a2dc),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x282),_0x56b86b),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x205),_0x53b9b7),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x341),_0x4e337f),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x2fd),_0x26a2dc),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x29c),_0x56b86b),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x32b),_0x26a2dc),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x203),_0x4e337f),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x243),_0x26a2dc),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x33c),_0x56b86b),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x357),_0x26a2dc),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x215),_0x26a2dc),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x25b),(_0x22c2e5,_0x7cc90)=>{const _0x40485e=_0x442ae7;if(!_0x7cc90)return;const _0x24d981=this[_0x40485e(0x389)][_0x40485e(0x31e)][_0x40485e(0x23a)](p);this[_0x40485e(0x361)][_0x40485e(0x2f6)](_0x3efdcf=>{const _0x260291=_0x40485e;if(_0x260291(0x222)==_0x7cc90[_0x260291(0x213)])for(const _0x2d93ce of _0x22c2e5){const _0x5b6ade=_0x2d93ce[_0x260291(0x2df)][_0x260291(0x2bb)],_0x24c7af=_0x7cc90[_0x260291(0x2c3)];_0x3efdcf[_0x260291(0x390)](_0x5b6ade,_0x24c7af);}else{if(_0x24d981[_0x260291(0x285)](_0x7cc90[_0x260291(0x213)])){for(const _0x339bf8 of _0x22c2e5)void 0x0!==_0x7cc90[_0x260291(0x2c3)]?_0x3efdcf[_0x260291(0x218)](_0x7cc90[_0x260291(0x213)],_0x7cc90[_0x260291(0x2c3)],_0x339bf8[_0x260291(0x2df)][_0x260291(0x2bb)]):_0x3efdcf[_0x260291(0x2ea)](_0x7cc90[_0x260291(0x213)],_0x339bf8[_0x260291(0x2df)][_0x260291(0x2bb)]);}else{for(const _0x20459a of _0x22c2e5)_0x7cc90[_0x260291(0x2c3)]?_0x3efdcf[_0x260291(0x218)](_0x7cc90[_0x260291(0x213)],_0x7cc90[_0x260291(0x2c3)],_0x20459a):_0x3efdcf[_0x260291(0x2ea)](_0x7cc90[_0x260291(0x213)],_0x20459a);}}});}),this[_0x442ae7(0x332)][_0x442ae7(0x297)](_0x442ae7(0x35c),_0x56b86b);}}function Ot(_0x3906d8,_0x419ad3,_0x379412){const _0x4278d5=_0x1c02fd;for(const _0x4106c9 of _0x419ad3[_0x4278d5(0x24e)][_0x4278d5(0x323)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x4106c9[_0x4278d5(0x2ab)]==_0x4106c9)return!0x1;if(!_0x379412[_0x4278d5(0x241)](_0x4106c9))return!0x1;if(_0x3906d8[_0x4278d5(0x38f)](_0x4106c9)||_0x3906d8[_0x4278d5(0x317)](_0x4106c9))return!0x0;}return!0x1;}function Vt(_0x1a5d83){const _0x1b415b=_0x1c02fd;return _0x1a5d83[_0x1b415b(0x26f)][_0x1b415b(0x24e)]==_0x1a5d83[_0x1b415b(0x2df)][_0x1b415b(0x2bb)]&&_0x1a5d83[_0x1b415b(0x26f)][_0x1b415b(0x309)];}function Ut(_0x449edc,_0x368f82,_0x5907b9,_0x273ad2){const _0x10ee3b=_0x1c02fd,_0xe0a512=_0x3f06ef=>!_0x3f06ef[_0x10ee3b(0x1fb)]['is'](_0x10ee3b(0x221))&&!_0x273ad2[_0x10ee3b(0x38f)](_0x3f06ef[_0x10ee3b(0x1fb)]),_0x5341ae=_0x449edc[_0x10ee3b(0x2df)][_0x10ee3b(0x265)](_0xe0a512),_0x43f9d2=_0x449edc[_0x10ee3b(0x26f)][_0x10ee3b(0x265)](_0xe0a512,{'direction':_0x10ee3b(0x2fa)});return(!_0x449edc[_0x10ee3b(0x2df)][_0x10ee3b(0x24d)](_0x5341ae)||!_0x449edc[_0x10ee3b(0x26f)][_0x10ee3b(0x24d)](_0x43f9d2))&&(_0x5341ae[_0x10ee3b(0x260)](_0x43f9d2)?_0x5907b9[_0x10ee3b(0x2bc)](_0x368f82,{'range':_0x5907b9[_0x10ee3b(0x262)](_0x5341ae,_0x43f9d2)}):_0x5907b9[_0x10ee3b(0x34f)](_0x368f82),!0x0);}function Gt(_0x47bf3a){return _0x2f83ba(_0x47bf3a);}function Ft(_0x2bec6d){const _0x414450=_0x1c02fd,_0x325df4=_0x2bec6d[_0x414450(0x2df)][_0x414450(0x2bb)];return _0x325df4&&_0x325df4['is'](_0x414450(0x2b5));}function Pt(_0x6da3dc,_0x1a1cb0){const _0x5f2a42=_0x1c02fd;return null==_0x6da3dc[_0x5f2a42(0x26f)][_0x5f2a42(0x307)]&&_0x6da3dc[_0x5f2a42(0x26f)][_0x5f2a42(0x24e)]==_0x6da3dc[_0x5f2a42(0x2df)][_0x5f2a42(0x2bb)]?Lt(_0x6da3dc[_0x5f2a42(0x2df)][_0x5f2a42(0x2bb)],_0x1a1cb0):_0x6da3dc;}function Lt(_0x4c74a8,_0x1c919f){const _0x161713=_0x1c02fd,_0x286cdf=_0x1c919f[_0x161713(0x364)][_0x161713(0x38f)](_0x4c74a8)||_0x1c919f[_0x161713(0x364)][_0x161713(0x21c)](_0x4c74a8);return _0x1c919f[_0x161713(0x262)](_0x1c919f[_0x161713(0x270)](_0x4c74a8,_0x161713(0x36c)),_0x286cdf?_0x1c919f[_0x161713(0x254)](_0x4c74a8):_0x1c919f[_0x161713(0x270)](_0x4c74a8,_0x161713(0x26f)));}function Ht(_0x240cd3,_0x3d1da7,_0x1419fa,_0x23f2b0,_0xa3c92c){const _0x2881b2=_0x1c02fd;if(_0x240cd3[_0x2881b2(0x2a3)])return!0x1;if(!Jt(_0x240cd3,_0x3d1da7))return!0x1;if(_0x1419fa[_0x2881b2(0x26f)][_0x2881b2(0x24d)](_0x23f2b0[_0x2881b2(0x2df)]))return!0x0;if(_0x240cd3[_0x2881b2(0x29a)]!=_0x3d1da7[_0x2881b2(0x29a)])return!0x1;if(!_0x1419fa[_0x2881b2(0x26f)][_0x2881b2(0x394)](_0x23f2b0[_0x2881b2(0x2df)]))return!0x1;const _0x2f3922=_0xa3c92c[_0x2881b2(0x262)](_0x1419fa[_0x2881b2(0x26f)],_0x23f2b0[_0x2881b2(0x2df)])[_0x2881b2(0x216)]();for(const _0x404b7c of _0x2f3922)if([_0x2881b2(0x38a),_0x2881b2(0x387)][_0x2881b2(0x36a)](_0x404b7c[_0x2881b2(0x29a)])&&_0xa3c92c[_0x2881b2(0x364)][_0x2881b2(0x317)](_0x404b7c[_0x2881b2(0x1fb)]))return!0x1;return!0x0;}function Jt(_0x46c32c,_0x49c1c2){const _0x25acfc=_0x1c02fd;if(!_0x46c32c[_0x25acfc(0x219)]||!_0x49c1c2[_0x25acfc(0x219)])return!0x1;const _0x3f6ebb=new Set(Object[_0x25acfc(0x324)](_0x46c32c[_0x25acfc(0x2c5)])),_0x135749=new Set(Object[_0x25acfc(0x324)](_0x49c1c2[_0x25acfc(0x2c5)]));if(_0x3f6ebb[_0x25acfc(0x24f)](_0x25acfc(0x333)),_0x135749[_0x25acfc(0x24f)](_0x25acfc(0x333)),0x0==_0x3f6ebb[_0x25acfc(0x2d9)]&&0x0==_0x135749[_0x25acfc(0x2d9)])return!0x0;if(_0x3f6ebb[_0x25acfc(0x2d9)]!=_0x135749[_0x25acfc(0x2d9)])return!0x1;const _0x3ca880={..._0x46c32c[_0x25acfc(0x2c5)]},_0x3aabad={..._0x49c1c2[_0x25acfc(0x2c5)]};return delete _0x3ca880[_0x25acfc(0x333)],delete _0x3aabad[_0x25acfc(0x333)],JSON[_0x25acfc(0x2db)](_0x3ca880)==JSON[_0x25acfc(0x2db)](_0x3aabad);}function qt(_0x5d0bc8,_0xc66316){const _0x3580cf=_0x1c02fd,_0x56ddaf=zt(_0x5d0bc8[_0x3580cf(0x2c5)]),_0x39ca60=zt(_0xc66316);if(!_0x5d0bc8[_0x3580cf(0x219)])return!0x1;for(const _0x526c6a of Object[_0x3580cf(0x324)](_0x39ca60))if(!_0x43899e(_0x56ddaf[_0x526c6a],_0x39ca60[_0x526c6a]))return!0x1;return!0x0;}function zt(_0x5f84eb){const _0x370c35=_0x1c02fd,_0xecec30=Object[_0x370c35(0x2c4)]({},_0x5f84eb);return delete _0xecec30[_0x370c35(0x201)],delete _0xecec30[_0x370c35(0x2e6)],_0xecec30;}function _0x2cfd(){const _0x28b209=['_isRegisteredAttribute','chain','_removeSuggestion','map','removeClass','isAfter','toUpperCase','substr','isInsideObject','splice','filter','hasSuggestion','getSuggestions','_suggestionState','markAttributeChange','ck-suggestion-marker','format','set','insertion:','remove','type','mapper','formatInline:join','some','accepted','commandName','ready','addRange','getMarkers','next','buildSuggestion','documentSelection','FORMATTING','suggestion','ck-suggestion-marker-formatInline','getContainedElement','getFirstRange','root','3KorBrS','update:suggestion','acceptSuggestion','error-saving-suggestion-data-suggestion-discarded','_setSuggestionRange','containerElement','insertion','document','_addSuggestionMarker','element','isExternal','addMarker:suggestion:attribute','push','group','markerNameToElements','nodeAfter','updateMarker','oldRange','deletion:accept','markerToData','open','@external','_initAriaMarkerChangeAnnouncements','oldValue','assign','attributes','has','addComment','_setSuggestionData','_getAttributeKey','12ReVSPb','unbind','insertion:discard','track-changes-suggestion-data-mismatch','getNearestSelectionRange','getDifference','rejected','change:activeMarkers','clone','_registerDefaultCallbacks','_rangeIsInLocalUserInsertion','attribute','addSuggestion','LEAVE','35480786zZiesY','size','high','stringify','add','isIntersectingWithRange','_suggestionFactory','start','addMarkerName','upcast','markMultiRangeDeletion','comments','createRangeOn','position','tablePasteChainId','ENTER','1225365dpDCCh','suggestionLoaded','removeAttribute','hasComments','commands','setTo','never','isNextTo','9002464gDzbyc','track-changes-adapter-missing-getsuggestion','multi','activeMarkers','_trackFormatChanges','_getAuthorFromId','change','insertion:chain','catch','unshift','backward','range','discard','formatInline:discard','length','trackChanges.mergeNestedSuggestions','markMultiRangeInsertion','dataToMarker','meta','acceptSelectedSuggestions','isLocal','_mergeNestedSuggestions','fire','nodeBefore','markInlineFormat','isAtStart','_adapter','model','init','collaboration.channelId','fromCharCode','$text','14IffBSZ','markBlockFormat','authorName','markerReady','rethrowUnexpectedError','_checkSuggestionCorrectness','getCommentThread','isLimit','_getExternalAuthor','commentThread','trackChanges.trackFormatChanges','join','_refreshSuggestionsChain','enableDefaultAttributesIntegration','plugins','deleteContent','2043240oDPzWu','removeMarkers','insertion:join','getAncestors','keys','isBlock','sort','formatInline:','stop','editor','subType','formatInline:chain','trackChanges','_recordAttributeChanges','formatGroupId','enableCommand','find','attributeNewValue','_defaultCallbacks','groupId','addClass','requires','getChangedMarkers','always','enableReadOnlyMode','isDocumentOperation','every','containsRangeInObject','formatBlock:join','name','elementToElement','descriptionFactory','containsRange','formatInline:accept','substring','enqueueChange','define','forceDefaultExecution','markMultiRangeBlockFormat','insert','getSuggestion','_processAttributeChanges','_onDiscard','TrackChangesEditing','_isForcedDefaultExecutionBlock','head','addMarker:suggestion:formatBlock','removeMarker','updateSuggestion','getShiftedBy','registerBlockAttribute','_afterChanges','_commentsRepository','pluginName','ck-suggestion-marker--active','formatBlock:chain','createdAt','from','isMultiRange','getUser','attribute:join','12tAtFHD','suggestionUnloaded','createPositionBefore','forward','_model','_joinWithAdjacentSuggestions','_joinSuggestions','schema','addCommentThread','editing','adapter','_refreshAttributeSuggestionsChain','value','includes','getAllAdjacentSuggestions','before','_reduceSuggestionAttributeRange','normal','refresh','locale','newValue','fromRange','batch','_suggestions','markerToHighlight','pop','bindElementToMarker','10WgVczS','notReady','action','$graveyard','addHighlight','formatInline','authoredAt','ck-suggestion-marker-formatBlock','registerCustomCallback','formatBlock','announce','_recordAttributeSuggestions','creator','then','dataDowncast','elementEnd','editingDowncast','_editor','elementStart','clear','getItems','resolve','newRange','isObject','rename','suggestion:','howMany','suggestion:attribute:','isTouching','external:','dataReady','containsPosition','formatBlock:','accept','writer','suggestion-type','split','getChanges','track-changes-enable-command-twice','removeMarker:suggestion:attribute','_updateSuggestionData','unbindElementFromMarkerName','author','addMarker','isArray','discardSelectedSuggestions','isIntersecting','$marker','marker-count','differ','splitPosition','move','_saved','showSuggestionHighlights','item','deletion:discard','forEach','isCollapsed','conversion','getSuggestionCallback','skipNestingCheck','values','formatBlock:accept','removed','deletion:chain','markers','previous','warn','detach','_createSuggestion','removeComment','listenTo','markDeletion','createSelection','track-changes-command-not-found','fetchCommentThread','_inlineAttributeKeys','change:data','key','acceptAllSuggestions','attribute:accept','getWalker','originalSuggestionId','setAttribute','_isDataLoaded','markInsertion','suggestionChanged','isSelectable','addMarker:suggestion','_addThreadToSuggestion','createRangeIn','261978eOriUZ','$textProxy','$elementName','attribute:','targetPosition','toJSON','createElement','_blockAttributeKeys','data','hasCommentThread','getMultiRangeId','trackChangesCommand','CommentsRepository','setSelection','discardSuggestion','deletion:','stopListening','_findSuggestions','isAtEnd','addSuggestionData','isInContent','_processAttributeSuggestions','highest','getRanges','Users','registerPostFixer','get','_splitMarkerName','removeMarker:suggestion:formatBlock','multipleBlocks','insertion:accept','addUser','PENDING_ACTION_SUGGESTION','containsItem','_customCallbacks','formatBlock:discard','track-changes-user-not-found','_reduceExistingSuggestions','toViewElement','_SUGGESTION_ANNOUNCEMENT','data-suggestion','rootName','after','discardAllSuggestions','getCustomProperty','isEqual','parent','delete','execute','markerName','703414dtgnZI','PendingActions','createPositionAfter','config','isOwn','lowest','getAttribute','getRange','getIntersection','attribute:discard','isUndo','_enabledCommands','startsWith','_breakSuggestionMarker','isBefore','isRemovable','createRange','deletion','for','getLastMatchingPosition','ck-suggestion-marker-','_getSuggestionData','consume','registerInlineAttribute','attributeKey','insertContent','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.','concat','consumable','end','createPositionAt','moveTargetPosition','applyOperation','attributeOldValue','track-changes-suggestion-not-found','low','_getMarkerAnnouncementText','change:_saved','selection','7235028WRxLFO','_cutOutSuggestionMarker','return','getFirstMarker','track-changes-adapter-already-set','default','data-author-id','reconvertMarker','widget','deletion:join','_handleNewSuggestionMarker','options','_isBlockAttribute'];_0x2cfd=function(){return _0x28b209;};return _0x2cfd();}
|