@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240729.0 → 0.0.0-nightly-20240731.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +32 -3
- package/dist/ui/view/suggestionthreadview.d.ts +16 -9
- package/dist/utils/utils.d.ts +7 -0
- package/lang/contexts.json +2 -0
- package/package.json +10 -10
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/mergefields.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +32 -3
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +16 -9
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.d.ts +7 -0
- package/src/utils/utils.js +1 -1
package/src/trackchangesdata.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x5a0f(){const _0x18373e=['function','298076YVVVDP','model','1141670XVkOaY','104283BaQIch','result','trackChangesData.editorCreator','map','div','Users','1gdKSQl','250fdXbYJ','getSuggestions','define','end','TrackChangesEditing','reduce','data','Pagination','appendChild','getUser','getRootsAttributes','name','destroy','getDataWithDiscardedSuggestions','editorCreator','TrackChangesData','addCommentThread','trackChangesData','4200768jPfGuz','1419456BxJZef','12kAepHA','track-changes-data-invalid-editor-creator','create','createDocumentFragment','CommentsRepository','TrackChangesDataGetter','execute','getCommentThreads','pluginName','push','useAnonymousUser','_adapter','createElement','constructor','init','addSuggestionData','users','10073460kgELVp','set','3KawisT','editor','345760pyYgxj','config','acceptAllSuggestions','70Kwpvzx','rootsAttributes','plugins','getRootNames','addUser','get','requires','getFullData','document','getDataWithAcceptedSuggestions','discardAllSuggestions'];_0x5a0f=function(){return _0x18373e;};return _0x5a0f();}const _0x4bf770=_0x1b16;function _0x1b16(_0x15ea4d,_0x1d5667){const _0x5a0f1d=_0x5a0f();return _0x1b16=function(_0x1b160e,_0x1c64e7){_0x1b160e=_0x1b160e-0x130;let _0x261fd2=_0x5a0f1d[_0x1b160e];return _0x261fd2;},_0x1b16(_0x15ea4d,_0x1d5667);}(function(_0x40792f,_0x43a081){const _0x27364a=_0x1b16,_0x5ecf59=_0x40792f();while(!![]){try{const _0x3818b6=-parseInt(_0x27364a(0x15c))/0x1*(parseInt(_0x27364a(0x153))/0x2)+-parseInt(_0x27364a(0x142))/0x3*(parseInt(_0x27364a(0x170))/0x4)+-parseInt(_0x27364a(0x155))/0x5*(-parseInt(_0x27364a(0x171))/0x6)+parseInt(_0x27364a(0x147))/0x7*(-parseInt(_0x27364a(0x144))/0x8)+-parseInt(_0x27364a(0x156))/0x9*(-parseInt(_0x27364a(0x15d))/0xa)+-parseInt(_0x27364a(0x16f))/0xb+parseInt(_0x27364a(0x140))/0xc;if(_0x3818b6===_0x43a081)break;else _0x5ecf59['push'](_0x5ecf59['shift']());}catch(_0x5699bb){_0x5ecf59['push'](_0x5ecf59['shift']());}}}(_0x5a0f,0x41620));import{Plugin as _0xdf8be7}from'ckeditor5/src/core.js';import{CKEditorError as _0x7722c4}from'ckeditor5/src/utils.js';import _0x1a0a2b from'./trackchangesediting.js';import{sanitizeEditorConfig as _0x375336}from'ckeditor5-collaboration/src/collaboration-core.js';const T=[_0x4bf770(0x164)];export default class P extends _0xdf8be7{static get[_0x4bf770(0x14d)](){return[_0x1a0a2b];}static get[_0x4bf770(0x137)](){const _0x40b785=_0x4bf770;return _0x40b785(0x16c);}[_0x4bf770(0x13d)](){const _0xd26ef5=_0x4bf770,_0x3afd54=this[_0xd26ef5(0x143)];if(_0x3afd54[_0xd26ef5(0x145)][_0xd26ef5(0x15f)](_0xd26ef5(0x158),_0x4b8e5f=>{const _0x17eb4a=_0xd26ef5,_0x5e14d6=_0x3afd54[_0x17eb4a(0x154)][_0x17eb4a(0x14f)][_0x17eb4a(0x14a)]()[_0x17eb4a(0x162)]((_0x2c6884,_0x266f17)=>(_0x2c6884[_0x266f17]='',_0x2c6884),{});return _0x3afd54[_0x17eb4a(0x13c)][_0x17eb4a(0x131)](_0x5e14d6,_0x4b8e5f);}),_0xd26ef5(0x152)!=typeof _0x3afd54[_0xd26ef5(0x145)][_0xd26ef5(0x14c)](_0xd26ef5(0x16e))[_0xd26ef5(0x16b)])throw new _0x7722c4(_0xd26ef5(0x130));}[_0x4bf770(0x150)](_0x450994){const _0x48ee0b=_0x4bf770;return N(this[_0x48ee0b(0x143)],!0x0,_0x450994);}[_0x4bf770(0x16a)](_0x9f25b2){const _0x44ac3f=_0x4bf770;return N(this[_0x44ac3f(0x143)],!0x1,_0x9f25b2);}}class D extends _0xdf8be7{static get[_0x4bf770(0x137)](){const _0x1c6c92=_0x4bf770;return _0x1c6c92(0x134);}constructor(_0x3e9e85){const _0x2ac9ed=_0x4bf770;super(_0x3e9e85),this[_0x2ac9ed(0x157)]=_0x2ac9ed(0x160);}[_0x4bf770(0x13d)](){const _0x272562=_0x4bf770;this[_0x272562(0x143)][_0x272562(0x149)][_0x272562(0x14c)](_0x272562(0x133))[_0x272562(0x13a)]={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this[_0x272562(0x143)][_0x272562(0x149)][_0x272562(0x14c)](_0x272562(0x161))[_0x272562(0x13a)]=null;}}function v(_0x294155){const _0x31109a=_0x4bf770;return void 0x0!==_0x294155[_0x31109a(0x167)];}async function N(_0x5ecc6b,_0x128289,_0x174042){const _0x41cf37=_0x4bf770,_0x41e8ce=_0x375336(_0x5ecc6b,T);_0x41e8ce[_0x41cf37(0x149)][_0x41cf37(0x138)](_0x1a0a2b,D),_0x41e8ce[_0x41cf37(0x148)]=v(_0x5ecc6b)?_0x5ecc6b[_0x41cf37(0x167)]():void 0x0;const _0x4b350b=document[_0x41cf37(0x132)](),_0x118ce6=_0x5ecc6b[_0x41cf37(0x145)][_0x41cf37(0x14c)](_0x41cf37(0x16e))[_0x41cf37(0x16b)],_0x44c68a=await _0x118ce6(_0x41e8ce,()=>function(_0x2ee752){const _0x3f2cef=_0x41cf37,_0x51c5f2=document[_0x3f2cef(0x13b)](_0x3f2cef(0x15a));return _0x2ee752[_0x3f2cef(0x165)](_0x51c5f2),_0x51c5f2;}(_0x4b350b));!function(_0x5127fd,_0x588f05){const _0x37aaee=_0x41cf37,_0xaa000a=_0x5127fd[_0x37aaee(0x154)][_0x37aaee(0x14f)][_0x37aaee(0x14a)]()[_0x37aaee(0x162)]((_0x1509f1,_0x4ab04a)=>(_0x1509f1[_0x4ab04a]=_0x5127fd[_0x37aaee(0x163)][_0x37aaee(0x14c)]({'rootName':_0x4ab04a}),_0x1509f1),{}),_0x453055=_0x5127fd[_0x37aaee(0x149)][_0x37aaee(0x14c)](_0x37aaee(0x15b))[_0x37aaee(0x13f)][_0x37aaee(0x159)](_0x19c56d=>({'id':_0x19c56d['id'],'name':_0x19c56d[_0x37aaee(0x168)]})),_0x228173=_0x5127fd[_0x37aaee(0x149)][_0x37aaee(0x14c)](_0x37aaee(0x161))[_0x37aaee(0x15e)]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x373c0d=_0x5127fd[_0x37aaee(0x149)][_0x37aaee(0x14c)](_0x37aaee(0x133))[_0x37aaee(0x136)]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4e7c58=_0x588f05[_0x37aaee(0x149)][_0x37aaee(0x14c)](_0x37aaee(0x15b)),_0x1d7479=_0x588f05[_0x37aaee(0x149)][_0x37aaee(0x14c)](_0x37aaee(0x161)),_0x231a0c=_0x588f05[_0x37aaee(0x149)][_0x37aaee(0x14c)](_0x37aaee(0x133));for(const _0x3b0b7c of _0x453055)_0x4e7c58[_0x37aaee(0x166)](_0x3b0b7c['id'])||_0x4e7c58[_0x37aaee(0x14b)](_0x3b0b7c);_0x4e7c58['me']||_0x4e7c58[_0x37aaee(0x139)]();for(const _0x469c36 of _0x373c0d)_0x231a0c[_0x37aaee(0x16d)](_0x469c36);for(const _0x330587 of _0x228173)_0x1d7479[_0x37aaee(0x13e)](_0x330587);_0x588f05[_0x37aaee(0x163)][_0x37aaee(0x141)](_0xaa000a);}(_0x5ecc6b,_0x44c68a),_0x44c68a[_0x41cf37(0x135)](_0x128289?_0x41cf37(0x146):_0x41cf37(0x151));const _0x5ab6b0=v(_0x44c68a)?_0x44c68a[_0x41cf37(0x14e)](_0x174042):_0x44c68a[_0x41cf37(0x163)][_0x41cf37(0x14c)](_0x174042);return await _0x44c68a[_0x41cf37(0x169)](),_0x5ab6b0;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x50c94c=_0x1da6;(function(_0x50cee1,_0x24e6ba){const _0x10a21b=_0x1da6,_0xb11aab=_0x50cee1();while(!![]){try{const _0x26d2ef=-parseInt(_0x10a21b(0x23b))/0x1*(parseInt(_0x10a21b(0x219))/0x2)+parseInt(_0x10a21b(0x2c6))/0x3+parseInt(_0x10a21b(0x1f4))/0x4*(parseInt(_0x10a21b(0x232))/0x5)+parseInt(_0x10a21b(0x393))/0x6+-parseInt(_0x10a21b(0x351))/0x7*(-parseInt(_0x10a21b(0x2e5))/0x8)+parseInt(_0x10a21b(0x342))/0x9*(parseInt(_0x10a21b(0x250))/0xa)+parseInt(_0x10a21b(0x3a3))/0xb*(-parseInt(_0x10a21b(0x2fc))/0xc);if(_0x26d2ef===_0x24e6ba)break;else _0xb11aab['push'](_0xb11aab['shift']());}catch(_0xafbb65){_0xb11aab['push'](_0xb11aab['shift']());}}}(_0x180f,0xd5de0));import{Plugin as _0x53b445,PendingActions as _0x5ac2b0}from'ckeditor5/src/core.js';import{LiveRange as _0x13bd49}from'ckeditor5/src/engine.js';function _0x1da6(_0x4d9a1f,_0x436058){const _0x180f82=_0x180f();return _0x1da6=function(_0x1da696,_0x464ce3){_0x1da696=_0x1da696-0x1f4;let _0x38a51d=_0x180f82[_0x1da696];return _0x38a51d;},_0x1da6(_0x4d9a1f,_0x436058);}import{CKEditorError as _0x16823d,uid as _0x1abca3,priorities as _0x24b664,logWarning as _0x630369}from'ckeditor5/src/utils.js';import{toWidget as _0xb6dab3}from'ckeditor5/src/widget.js';import{Users as _0x4b9837,hashObject as _0x12c7b0,surroundingMarkersDetector as _0x44501c}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x188610 from'./commands/trackchangescommand.js';import _0x334361 from'./commands/acceptsuggestioncommand.js';import _0x5dc66c from'./commands/discardsuggestioncommand.js';import _0x292eff from'./commands/executeonallsuggestionscommand.js';import _0x19630f from'./commands/executeonselectedsuggestionscommand.js';import _0x116ab6 from'./suggestion.js';import _0x2578ec from'./suggestiondescriptionfactory.js';import _0x57d24d from'./integrations/aiassistant.js';import _0x27e081 from'./integrations/alignment.js';import _0x4942b6 from'./integrations/basicstyles.js';import _0x35b5bf from'./integrations/blockquote.js';import _0x1e0779 from'./integrations/casechange.js';import _0x2fd556 from'./integrations/ckbox.js';import _0x300201 from'./integrations/codeblock.js';import _0x4be9cb from'./integrations/comments.js';import _0x5c2418 from'./integrations/deletecommand.js';import _0x2db542 from'./integrations/list.js';import _0x24c774 from'./integrations/listproperties.js';import _0x283244 from'./integrations/entercommand.js';import _0x9fed77 from'./integrations/findandreplace.js';import _0x364b88 from'./integrations/font.js';import _0x5693bb from'./integrations/formatpainter.js';import _0x17dc1f from'./integrations/heading.js';import _0x39108b from'./integrations/highlight.js';import _0x5acdfb from'./integrations/horizontalline.js';import _0x1166a5 from'./integrations/htmlembed.js';import _0x526d60 from'./integrations/image.js';import _0x5d82e6 from'./integrations/imagereplace.js';import _0x559257 from'./integrations/imagestyle.js';import _0x3ad111 from'./integrations/importword.js';import _0x3ed559 from'./integrations/indent.js';import _0x3d477d from'./integrations/inputcommand.js';import _0x5163d1 from'./integrations/link.js';import _0x21e434 from'./integrations/legacylist.js';import _0xadd9dc from'./integrations/legacylistproperties.js';import _0x15a95d from'./integrations/mediaembed.js';import _0x5327c0 from'./integrations/mention.js';import _0x1df39e from'./integrations/mergefields.js';import _0x4651e2 from'./integrations/multilevellist.js';import _0x5b033f from'./integrations/pagebreak.js';import _0x691d26 from'./integrations/paragraph.js';import _0x7b3261 from'./integrations/removeformat.js';import _0x4c8f03 from'./integrations/restrictededitingmode.js';import _0x91df5d from'./integrations/shiftentercommand.js';import _0x394e6a from'./integrations/standardeditingmode.js';import _0x210458 from'./integrations/style.js';import _0x44a2d2 from'./integrations/table.js';function _0x180f(){const _0x16bc4a=['isSelectable','getMultiRangeId','stopListening','track-changes-user-not-found','removeMarker:suggestion:formatBlock','markerNameToElements','_blockAttributeKeys','update:suggestion','addMarker:suggestion','removeComment','requires','ck-suggestion-marker-formatInline','removeMarkers','key','forceDefaultExecution','createRangeOn','@external','$marker','_findSuggestions','insertion:chain','track-changes-suggestion-data-mismatch','applyOperation','insertion:accept','from','updateMarker','push','registerCustomCallback','acceptSelectedSuggestions','howMany','includes','toUpperCase','elementToElement','_saved','deletion:join','acceptAllSuggestions','ck-suggestion-marker-','fromCharCode','getContainedElement','_removeSuggestion','isNextTo','getMarkers','fromRange','getIntersection','_getExternalAuthor','removeMarker','markInsertion','substr','getUser','_joinWithAdjacentSuggestions','isRemovable','unbindElementFromMarkerName','formatBlock:join','writer','_refreshSuggestionsChain','formatBlock:accept','plugins','detach','insertion:join','init','after','getRanges','markMultiRangeBlockFormat','join','suggestion:attribute:','discard','isLimit','ck-suggestion-marker-formatBlock','containerElement','addClass','_handleNewSuggestionMarker','action','normal','filter','splice','toViewElement','_recordAttributeChanges','editingDowncast','2602506VsHAuG','_isBlockAttribute','length','_getAuthorFromId','suggestionChanged','markerReady','hasCommentThread','PendingActions','deletion','next','marker-count','attributeOldValue','addCommentThread','addRange','createRange','editing','markAttributeChange','formatBlock:chain','_updateSuggestionData','$text','isDocumentOperation','addUser','author','isExternal','return','delete','suggestionUnloaded','formatBlock','always','enableDefaultAttributesIntegration','moveTargetPosition','16zuXfOC','consumable','CommentsRepository','document','activeMarkers','element','isInsideObject','add','attributes','containsItem','removed','deletion:accept','documentSelection','nodeBefore','suggestion-type','attribute:accept','trackChanges.trackFormatChanges','_SUGGESTION_ANNOUNCEMENT','getWalker','size','enqueueChange','createSelection','getAncestors','264ADcdXM','_setSuggestionData','isAtEnd','dataToMarker','multipleBlocks','hasComments','addMarker','removeAttribute','keys','every','has','isAtStart','external:','_suggestionFactory','registerBlockAttribute','containsRange','unbind','unshift','forEach','addMarker:suggestion:attribute','_trackFormatChanges','ready','widget','formatInline','newRange','editor','getAllAdjacentSuggestions','FORMATTING','model','removeMarker:suggestion:attribute','selection','remove','insertion:discard','_setSuggestionRange','formatBlock:','accepted','getFirstMarker','formatBlock:discard','open','removeClass','_adapter','isUndo','isLocal','_joinSuggestions','_getSuggestionData','trackChanges.mergeNestedSuggestions','_initAriaMarkerChangeAnnouncements','group','commandName','execute','$elementName','bindElementToMarker','_commentsRepository','_mergeNestedSuggestions','containsPosition','for','track-changes-adapter-missing-getsuggestion','_isDataLoaded','authorName','adapter','formatInline:join','addComment','getShiftedBy','isEqual','dataReady','define','subType','newValue','enableReadOnlyMode','_suggestions','657810Iuyxwy','attributeKey','_processAttributeSuggestions','_afterChanges','change:_saved','addSuggestion','pluginName','discardSelectedSuggestions','resolve','before','_getAttributeKey','position','insertion','nodeAfter','markerToData','3885385NjyVvs','map','suggestion:','sort','attribute:join','rootName','_createSuggestion','hasSuggestion','previous','trackChanges','rethrowUnexpectedError','formatInline:','insert','ENTER','attribute:','notReady','name','markMultiRangeDeletion','_defaultCallbacks','conversion','_reduceSuggestionAttributeRange','enableCommand','end','getCommentThread','setAttribute','announce','acceptSuggestion','addSuggestionData','accept','TrackChangesEditing','change:activeMarkers','formatGroupId','track-changes-suggestion-not-found','elementStart','descriptionFactory','elementEnd','_isRegisteredAttribute','listenTo','deleteContent','createPositionAfter','_registerDefaultCallbacks','chain','deletion:discard','move','getCustomProperty','isObject','markDeletion','never','trackChangesCommand','suggestionLoaded','getRange','error-saving-suggestion-data-suggestion-discarded','_refreshAttributeSuggestionsChain','clone','discardSuggestion','concat','pop','getSuggestions','start','_onDiscard','consume','_splitMarkerName','LEAVE','startsWith','getLastMatchingPosition','isArray','9072366KEmHYk','groupId','suggestion','get','markInlineFormat','_cutOutSuggestionMarker','warn','createdAt','_reduceExistingSuggestions','setSelection','getChangedMarkers','getFirstRange','getNearestSelectionRange','_recordAttributeSuggestions','originalSuggestionId','_suggestionState','1471877sNmojg','multi','getAttribute','224ZItGGe','type','deletion:chain','clear','createPositionAt','parent','isIntersectingWithRange','config','formatInline:accept','_addSuggestionMarker','options','isInContent','track-changes-enable-command-twice','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.','discardAllSuggestions','high','skipNestingCheck','change','some','deletion:','_inlineAttributeKeys','_breakSuggestionMarker','oldRange','isIntersecting','getSuggestion','targetPosition','values','root','formatInline:chain','value','refresh','isBefore','Users','ck-suggestion-marker--active','track-changes-adapter-already-set','change:data','_isForcedDefaultExecutionBlock','50GRuyQF','schema','markers','_customCallbacks','markMultiRangeInsertion','substring','mapper','range','setTo','find','formatInline:discard','then','addMarker:suggestion:formatBlock','_checkSuggestionCorrectness','PENDING_ACTION_SUGGESTION','reconvertMarker','getItems','isCollapsed','getChanges','_model','fire','data-suggestion','tablePasteChainId','buildSuggestion','addMarkerName','62630pLchGe','split','registerPostFixer','upcast','catch','attribute','lowest','assign','attributeNewValue','29473pdrFIy','comments','forward','set','stringify','low','registerInlineAttribute','rejected','_rangeIsInLocalUserInsertion','fetchCommentThread','createRangeIn','locale','creator','insertContent','markerToHighlight','attribute:discard','batch','showSuggestionHighlights','$graveyard','splitPosition','ck-suggestion-marker','50TZCzyf','isTouching','track-changes-command-not-found','_getMarkerAnnouncementText','collaboration.channelId','addHighlight','insertion:','$textProxy','_addThreadToSuggestion','isBlock','oldValue','stop','toJSON','markBlockFormat','containsRangeInObject','meta','createElement','getDifference','authoredAt','isMultiRange','rename','highest','format','differ','dataDowncast','data','commands','createPositionBefore','getSuggestionCallback','_editor','isOwn','updateSuggestion','_enabledCommands','isAfter','head','default','commentThread','item','_processAttributeChanges','backward','markerName'];_0x180f=function(){return _0x16bc4a;};return _0x180f();}import _0xe6d7c8 from'./integrations/tablemergesplit.js';import _0x495203 from'./integrations/tableheadings.js';import _0x2313ca from'./integrations/tableclipboard.js';import _0x4aaf5c from'./integrations/tablecolumnresize.js';import _0x1cf98b from'./integrations/template.js';import _0x5546b7 from'./integrations/tableofcontents.js';import _0x2f7e60 from'./integrations/title.js';import _0x300296 from'./integrations/undo.js';import _0x403de6 from'./integrations/tablecaption.js';import _0x54951f from'./integrations/tableproperties.js';import{getTranslation as _0x189498}from'./utils/common-translations.js';import{isEqual as _0x368d45,omit as _0x2db0a5}from'lodash-es';export const renameAttributeKey=_0x50c94c(0x32e);export default class p extends _0x53b445{static get[_0x50c94c(0x283)](){const _0x57a094=_0x50c94c;return[_0x57a094(0x2e7),_0x4b9837,_0x5ac2b0,_0x57d24d,_0x27e081,_0x4942b6,_0x35b5bf,_0x2fd556,_0x1e0779,_0x300201,_0x4be9cb,_0x5c2418,_0x283244,_0x9fed77,_0x364b88,_0x5693bb,_0x17dc1f,_0x39108b,_0x5acdfb,_0x1166a5,_0x526d60,_0x559257,_0x5d82e6,_0x3ad111,_0x3ed559,_0x3d477d,_0x21e434,_0xadd9dc,_0x4651e2,_0x5163d1,_0x2db542,_0x24c774,_0x15a95d,_0x5327c0,_0x1df39e,_0x5b033f,_0x691d26,_0x7b3261,_0x4c8f03,_0x91df5d,_0x394e6a,_0x210458,_0x44a2d2,_0xe6d7c8,_0x495203,_0x403de6,_0x2313ca,_0x4aaf5c,_0x5546b7,_0x54951f,_0x1cf98b,_0x2f7e60,_0x300296];}static get[_0x50c94c(0x348)](){const _0x5f197e=_0x50c94c;return _0x5f197e(0x36e);}constructor(_0x38f907){const _0x4037a0=_0x50c94c;function _0x27b5a5(_0x380224){const _0x113f01=_0x1da6;return _0x380224[_0x113f01(0x352)](_0x780db5=>String[_0x113f01(0x29d)](_0x780db5))[_0x113f01(0x2b7)]('');}super(_0x38f907),this[_0x4037a0(0x3a0)]=!0x1,this[_0x4037a0(0x23e)](_0x4037a0(0x2e9),[]),this['on'](_0x4037a0(0x36f),(_0x1288a1,_0x55e947,_0x40c4cb,_0x5e6ba4)=>{const _0x4f42ba=_0x4037a0;this[_0x4f42ba(0x22c)][_0x4f42ba(0x205)](()=>{const _0x40d874=_0x4f42ba;for(const _0x6daaf5 of[..._0x5e6ba4,..._0x40c4cb])this[_0x40d874(0x22c)][_0x40d874(0x21b)][_0x40d874(0x306)](_0x6daaf5)&&_0x38f907[_0x40d874(0x2d5)][_0x40d874(0x228)](_0x6daaf5);});}),this[_0x4037a0(0x373)]=new _0x2578ec(this[_0x4037a0(0x315)][_0x4037a0(0x318)][_0x4037a0(0x21a)],this[_0x4037a0(0x315)][_0x4037a0(0x246)]),this[_0x4037a0(0x324)]=null,this[_0x4037a0(0x309)]=new Rt(this[_0x4037a0(0x315)]),this[_0x4037a0(0x341)]=new Map(),this[_0x4037a0(0x330)]=_0x38f907[_0x4037a0(0x2b0)][_0x4037a0(0x396)](_0x4037a0(0x2e7)),this[_0x4037a0(0x270)]=new Set(),this[_0x4037a0(0x22c)]=this[_0x4037a0(0x315)][_0x4037a0(0x318)],this[_0x4037a0(0x3a2)]=new WeakMap(),this[_0x4037a0(0x218)]=!0x1,this[_0x4037a0(0x27f)]=new Set([_0x4037a0(0x32e)]),this[_0x4037a0(0x208)]=new Set(),_0x38f907[_0x4037a0(0x1fb)][_0x4037a0(0x33d)](_0x4037a0(0x2f5),_0x4037a0(0x273)),this[_0x4037a0(0x310)]=_0x38f907[_0x4037a0(0x1fb)][_0x4037a0(0x396)](_0x4037a0(0x2f5)),_0x38f907[_0x4037a0(0x1fb)][_0x4037a0(0x33d)](_0x4037a0(0x329),!0x0),this[_0x4037a0(0x331)]=_0x38f907[_0x4037a0(0x1fb)][_0x4037a0(0x396)](_0x4037a0(0x329)),this[_0x4037a0(0x381)]=new _0x188610(_0x38f907,this[_0x4037a0(0x270)]),this[_0x4037a0(0x32a)](),this[_0x27b5a5([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x27b5a5([0x34,0x30,0x34,0x38,0x31,0x34,0x35,0x38]);}[_0x50c94c(0x2b3)](){const _0x2c497e=_0x50c94c,_0x1ad2a3=this[_0x2c497e(0x315)],_0x40d969=(_0x6f1a,_0x3b78da)=>{const _0x32f9b8=_0x2c497e;if(_0x32f9b8(0x237)!=_0x6f1a)return _0x32f9b8(0x29c)+_0x6f1a;const _0x4596a4=_0x3b78da[_0x32f9b8(0x233)]('|')[0x0];return this[_0x32f9b8(0x2c7)](_0x4596a4)?_0x32f9b8(0x2bb):_0x32f9b8(0x284);};_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x2c5))[_0x2c497e(0x249)]({'model':_0x2c497e(0x395),'view':_0x3eeba5=>{const _0x3fe42d=_0x2c497e,{id:_0x5e837e,type:_0x5a93fa,subType:_0x19f12d}=this[_0x3fe42d(0x38e)](_0x3eeba5[_0x3fe42d(0x278)]),_0x212d17=[_0x3fe42d(0x24f),_0x40d969(_0x5a93fa,_0x19f12d)];let _0x1a0c4c=0xbb8;return this[_0x3fe42d(0x2e9)][_0x3fe42d(0x296)](_0x3eeba5[_0x3fe42d(0x278)])&&(_0x212d17[_0x3fe42d(0x292)](_0x3fe42d(0x215)),_0x1a0c4c=0xbc2),_0x3fe42d(0x2ce)==_0x5a93fa&&(_0x1a0c4c+=0x5),{'classes':_0x212d17,'attributes':{'data-suggestion':_0x5e837e},'priority':_0x1a0c4c};}}),_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x268))[_0x2c497e(0x2ec)](_0x57c4b9=>{const _0x2d54f5=_0x2c497e;_0x57c4b9['on'](_0x2d54f5(0x281),(_0x2013e6,_0x54fde0,_0x2c9d20)=>{const _0x5c4b87=_0x2d54f5;if(!_0x2c9d20[_0x5c4b87(0x1fe)][_0x5c4b87(0x24c)])return;const _0x48d873=_0x54fde0[_0x5c4b87(0x275)];if(!_0x48d873)return;const _0x2b7132=_0x2c9d20[_0x5c4b87(0x21f)][_0x5c4b87(0x2c3)](_0x48d873);_0x1ad2a3[_0x5c4b87(0x318)][_0x5c4b87(0x21a)][_0x5c4b87(0x37e)](_0x48d873)&&_0x2b7132&&!_0x2b7132[_0x5c4b87(0x37d)](_0x5c4b87(0x312))&&_0x2b7132['is'](_0x5c4b87(0x2bc))&&_0xb6dab3(_0x2b7132,_0x2c9d20[_0x5c4b87(0x2ad)]);},{'priority':_0x2d54f5(0x203)});}),_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x268))[_0x2c497e(0x249)]({'model':_0x2c497e(0x395),'view':(_0x325a0e,_0x31e5f3)=>{const _0x79629=_0x2c497e;if(!_0x31e5f3[_0x79629(0x1fe)][_0x79629(0x24c)])return null;const {type:_0x4129fe,subType:_0x5304a7}=this[_0x79629(0x38e)](_0x325a0e[_0x79629(0x278)]);return{'classes':[_0x79629(0x24f),_0x40d969(_0x4129fe,_0x5304a7)],'priority':0xbb8};}});const _0x5faac7=({showActiveMarkers:_0x5e9d4b=!0x0,isAttributeSuggestion:_0x382380=!0x1}={})=>(_0x558eb6,_0x3ce632,_0x2fef89)=>{const _0x33d261=_0x2c497e;if(!_0x3ce632[_0x33d261(0x275)])return;const {id:_0x207733}=this[_0x33d261(0x38e)](_0x3ce632[_0x33d261(0x278)]);if(_0x382380){const _0x1cd37f=this[_0x33d261(0x341)][_0x33d261(0x396)](_0x207733),_0x2f5a78=this[_0x33d261(0x34c)](_0x1cd37f);if(!this[_0x33d261(0x2c7)](_0x2f5a78))return;}if(_0x3ce632[_0x33d261(0x275)]['is'](_0x33d261(0x31a)))return void _0x2fef89[_0x33d261(0x2e6)][_0x33d261(0x38d)](_0x3ce632[_0x33d261(0x275)],_0x558eb6[_0x33d261(0x361)]);const _0x414c8f=_0x2fef89[_0x33d261(0x21f)][_0x33d261(0x2c3)](_0x3ce632[_0x33d261(0x275)]);if(_0x3ce632[_0x33d261(0x275)]['is'](_0x33d261(0x2ea))&&_0x1ad2a3[_0x33d261(0x318)][_0x33d261(0x21a)][_0x33d261(0x259)](_0x3ce632[_0x33d261(0x275)])&&!_0x414c8f[_0x33d261(0x37d)](_0x33d261(0x255))){_0x2fef89[_0x33d261(0x2ad)][_0x33d261(0x2bd)]([_0x33d261(0x24f),_0x33d261(0x2bb)],_0x414c8f),_0x2fef89[_0x33d261(0x2ad)][_0x33d261(0x369)](_0x33d261(0x22e),_0x207733,_0x414c8f),_0x2fef89[_0x33d261(0x21f)][_0x33d261(0x32f)](_0x414c8f,_0x3ce632[_0x33d261(0x278)]),_0x5e9d4b&&(this[_0x33d261(0x2e9)][_0x33d261(0x296)](_0x3ce632[_0x33d261(0x278)])?_0x2fef89[_0x33d261(0x2ad)][_0x33d261(0x2bd)](_0x33d261(0x215),_0x414c8f):_0x2fef89[_0x33d261(0x2ad)][_0x33d261(0x323)](_0x33d261(0x215),_0x414c8f));for(const _0x3c2816 of _0x1ad2a3[_0x33d261(0x318)][_0x33d261(0x245)](_0x3ce632[_0x33d261(0x275)])[_0x33d261(0x229)]())_0x2fef89[_0x33d261(0x2e6)][_0x33d261(0x38d)](_0x3c2816,_0x558eb6[_0x33d261(0x361)]);_0x2fef89[_0x33d261(0x2e6)][_0x33d261(0x38d)](_0x3ce632[_0x33d261(0x275)],_0x558eb6[_0x33d261(0x361)]);}};_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x268))[_0x2c497e(0x2ec)](_0x178b8f=>{const _0x14a498=_0x2c497e;_0x178b8f['on'](_0x14a498(0x225),(_0x43d430,_0x17ce0b,_0x28e9fc)=>{const _0x3e1d63=_0x14a498;_0x28e9fc[_0x3e1d63(0x1fe)][_0x3e1d63(0x24c)]&&_0x5faac7({'showActiveMarkers':!0x1})(_0x43d430,_0x17ce0b,_0x28e9fc);},{'priority':_0x14a498(0x265)});}),_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x268))[_0x2c497e(0x2ec)](_0x297ce1=>{const _0x2ea08d=_0x2c497e;_0x297ce1['on'](_0x2ea08d(0x30f),(_0xf8f2a4,_0xc37ea2,_0x2681de)=>{const _0x5f4ac2=_0x2ea08d;_0x2681de[_0x5f4ac2(0x1fe)][_0x5f4ac2(0x24c)]&&_0x5faac7({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0xf8f2a4,_0xc37ea2,_0x2681de);},{'priority':_0x2ea08d(0x265)});}),_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x268))[_0x2c497e(0x350)]({'model':_0x2c497e(0x395),'view':(_0x3a5d38,_0xfc464c)=>_0xfc464c[_0x2c497e(0x1fe)][_0x2c497e(0x24c)]?null:{'group':_0x2c497e(0x395),'name':_0x3a5d38[_0x2c497e(0x2a7)](0xb)}}),_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x235))[_0x2c497e(0x298)]({'view':{'name':_0x2c497e(0x395),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x43202e,{writer:_0x430103})=>{const _0x1b2c07=_0x2c497e;let _0x3a85fc=_0x1b2c07(0x353)+_0x43202e[_0x1b2c07(0x3a5)](_0x1b2c07(0x2f3))+':'+_0x43202e[_0x1b2c07(0x3a5)]('id');return _0x43202e[_0x1b2c07(0x3a5)](_0x1b2c07(0x2d0))&&(_0x3a85fc+=':'+_0x43202e[_0x1b2c07(0x3a5)](_0x1b2c07(0x2d0))),_0x430103[_0x1b2c07(0x260)](_0x1b2c07(0x28a),{'data-name':_0x3a85fc});}}),_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x235))[_0x2c497e(0x2ff)]({'view':_0x2c497e(0x395)}),_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x2c5))[_0x2c497e(0x2ec)](_0x3c78c3=>{const _0x3a7276=_0x2c497e;_0x3c78c3['on'](_0x3a7276(0x225),_0x5faac7(),{'priority':_0x3a7276(0x203)});}),_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x2c5))[_0x2c497e(0x2ec)](_0x4df51d=>{const _0x238af9=_0x2c497e;_0x4df51d['on'](_0x238af9(0x30f),_0x5faac7({'isAttributeSuggestion':!0x0}),{'priority':_0x238af9(0x203)});}),_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x2c5))[_0x2c497e(0x2ec)](_0xff4668=>{const _0x1a6edc=_0x2c497e;_0xff4668['on'](_0x1a6edc(0x27d),(_0x1ae8f0,_0xb9d102,_0x1c42da)=>{const _0x53a010=_0x1a6edc,_0x25f44b=_0x1c42da[_0x53a010(0x21f)][_0x53a010(0x27e)](_0xb9d102[_0x53a010(0x278)]);if(_0x25f44b){for(const _0x5f2ed4 of _0x25f44b)_0x5f2ed4[_0x53a010(0x37d)](_0x53a010(0x255))||(_0x1c42da[_0x53a010(0x2ad)][_0x53a010(0x323)]([_0x53a010(0x24f),_0x53a010(0x2bb),_0x53a010(0x215)],_0x5f2ed4),_0x1c42da[_0x53a010(0x2ad)][_0x53a010(0x303)](_0x53a010(0x22e),_0x5f2ed4),_0x1c42da[_0x53a010(0x21f)][_0x53a010(0x2ab)](_0x5f2ed4,_0xb9d102[_0x53a010(0x278)]));}},{'priority':_0x1a6edc(0x203)});}),_0x1ad2a3[_0x2c497e(0x364)][_0x2c497e(0x333)](_0x2c497e(0x2c5))[_0x2c497e(0x2ec)](_0x205d21=>{const _0x1021f7=_0x2c497e;_0x205d21['on'](_0x1021f7(0x319),(_0x533442,_0x169a89,_0x3a205d)=>{const _0x281bf6=_0x1021f7,_0xb765dc=_0x3a205d[_0x281bf6(0x21f)][_0x281bf6(0x27e)](_0x169a89[_0x281bf6(0x278)]);if(!_0xb765dc)return;const {id:_0x4a7b43}=this[_0x281bf6(0x38e)](_0x169a89[_0x281bf6(0x278)]),_0x4a8ca8=this[_0x281bf6(0x341)][_0x281bf6(0x396)](_0x4a7b43),_0x3c96de=this[_0x281bf6(0x34c)](_0x4a8ca8);if(this[_0x281bf6(0x2c7)](_0x3c96de)){for(const _0x301b77 of _0xb765dc)_0x301b77[_0x281bf6(0x37d)](_0x281bf6(0x255))||(_0x3a205d[_0x281bf6(0x2ad)][_0x281bf6(0x323)]([_0x281bf6(0x24f),_0x281bf6(0x2bb),_0x281bf6(0x215)],_0x301b77),_0x3a205d[_0x281bf6(0x2ad)][_0x281bf6(0x303)](_0x281bf6(0x22e),_0x301b77),_0x3a205d[_0x281bf6(0x21f)][_0x281bf6(0x2ab)](_0x301b77,_0x169a89[_0x281bf6(0x278)]));}},{'priority':_0x1021f7(0x203)});}),_0x1ad2a3[_0x2c497e(0x318)][_0x2c497e(0x2e8)][_0x2c497e(0x234)](_0xd47520=>{const _0x2e81b1=_0x2c497e;let _0x160cf7=!0x1;const _0x391c20=Array[_0x2e81b1(0x290)](_0x1ad2a3[_0x2e81b1(0x318)][_0x2e81b1(0x2e8)][_0x2e81b1(0x267)][_0x2e81b1(0x39d)]()),_0x376e8d=new Set();for(const {name:_0x5e0ce4,data:_0x15c0ca}of _0x391c20){const {group:_0x57c098,type:_0x419c37,subType:_0x35fc64,id:_0xdfb45b}=this[_0x2e81b1(0x38e)](_0x5e0ce4);if(_0x2e81b1(0x395)!==_0x57c098)continue;const _0x1255b7=this[_0x2e81b1(0x341)][_0x2e81b1(0x396)](_0xdfb45b);if(null!=_0x15c0ca[_0x2e81b1(0x314)]){_0x2e81b1(0x313)==_0x419c37&&(_0x160cf7=_0x160cf7||Ot(_0x15c0ca[_0x2e81b1(0x314)],_0x5e0ce4,_0xd47520,_0x1ad2a3[_0x2e81b1(0x318)][_0x2e81b1(0x21a)]));const _0x2b7d04=_0x2e81b1(0x237)==_0x419c37&&this[_0x2e81b1(0x2c7)](_0x35fc64[_0x2e81b1(0x233)]('|')[0x0]);if(_0x15c0ca[_0x2e81b1(0x314)][_0x2e81b1(0x22a)]||_0x2e81b1(0x24d)==_0x15c0ca[_0x2e81b1(0x314)][_0x2e81b1(0x20f)][_0x2e81b1(0x356)]||_0x2e81b1(0x2e1)==_0x419c37&&!Ut(_0x15c0ca[_0x2e81b1(0x314)])||_0x2b7d04&&!Ut(_0x15c0ca[_0x2e81b1(0x314)])||_0x2e81b1(0x2ce)==_0x419c37&&!(!Et(_0x7c41c3=_0x15c0ca[_0x2e81b1(0x314)])&&!function(_0x3a6804){const _0x3c1a66=_0x2e81b1;return _0x3a6804[_0x3c1a66(0x38b)][_0x3c1a66(0x1f9)]==_0x3a6804[_0x3c1a66(0x367)][_0x3c1a66(0x2f2)]&&_0x3a6804[_0x3c1a66(0x38b)][_0x3c1a66(0x2fe)];}(_0x7c41c3)))_0xd47520[_0x2e81b1(0x2a5)](_0x5e0ce4),_0x160cf7=!0x0;else{if(!_0x1255b7||!_0x1255b7[_0x2e81b1(0x1ff)])continue;if(_0x15c0ca[_0x2e81b1(0x314)]&&_0x15c0ca[_0x2e81b1(0x20a)]&&_0x15c0ca[_0x2e81b1(0x314)][_0x2e81b1(0x33b)](_0x15c0ca[_0x2e81b1(0x20a)]))continue;_0x376e8d[_0x2e81b1(0x2ec)](_0x1255b7);}}}var _0x7c41c3;return _0x376e8d[_0x2e81b1(0x2f8)]>0x0&&(_0x160cf7=!!this[_0x2e81b1(0x2a9)](_0x376e8d)||_0x160cf7),_0x160cf7;}),_0x1ad2a3[_0x2c497e(0x318)][_0x2c497e(0x2e8)][_0x2c497e(0x234)](_0x2dd9f7=>{const _0x2d0207=_0x2c497e;let _0x3c0b33=!0x1;for(const _0x5942c1 of _0x1ad2a3[_0x2d0207(0x318)][_0x2d0207(0x2e8)][_0x2d0207(0x267)][_0x2d0207(0x22b)]())if(_0x2d0207(0x35d)==_0x5942c1[_0x2d0207(0x1f5)])for(const _0x40efc3 of this[_0x2d0207(0x341)][_0x2d0207(0x20e)]()){if(_0x40efc3[_0x2d0207(0x263)]||!_0x40efc3[_0x2d0207(0x1ff)])continue;const _0x5ad273=_0x2d0207(0x2e1)==_0x40efc3[_0x2d0207(0x1f5)],_0x582a3d=this[_0x2d0207(0x34c)](_0x40efc3),_0x457727=_0x582a3d&&this[_0x2d0207(0x2c7)](_0x582a3d);if(!_0x5ad273&&!_0x457727)continue;const _0x18c308=_0x40efc3[_0x2d0207(0x39e)]();if(_0x18c308[_0x2d0207(0x38b)][_0x2d0207(0x1f9)]!=_0x18c308[_0x2d0207(0x367)][_0x2d0207(0x1f9)]&&!_0x18c308[_0x2d0207(0x367)][_0x2d0207(0x2fe)]){const _0x16194d=_0x1ad2a3[_0x2d0207(0x318)][_0x2d0207(0x1f8)](_0x18c308[_0x2d0207(0x38b)][_0x2d0207(0x34f)],_0x2d0207(0x367)),_0x4d38a7=_0x1ad2a3[_0x2d0207(0x318)][_0x2d0207(0x2d4)](_0x18c308[_0x2d0207(0x38b)],_0x16194d);_0x2dd9f7[_0x2d0207(0x291)](_0x40efc3[_0x2d0207(0x320)](),{'range':_0x4d38a7}),_0x3c0b33=!0x0;}}return _0x3c0b33;}),_0x1ad2a3[_0x2c497e(0x318)][_0x2c497e(0x2e8)][_0x2c497e(0x234)](_0x529958=>this[_0x2c497e(0x276)](_0x529958)),_0x1ad2a3[_0x2c497e(0x318)][_0x2c497e(0x2e8)][_0x2c497e(0x234)](_0x3819fe=>!_0x3819fe[_0x2c497e(0x24b)][_0x2c497e(0x326)]&&this[_0x2c497e(0x344)](_0x3819fe)),_0x1ad2a3[_0x2c497e(0x318)]['on'](_0x2c497e(0x345),()=>{const _0x4e981c=_0x2c497e;this[_0x4e981c(0x3a0)]=!0x1;}),_0x1ad2a3[_0x2c497e(0x318)][_0x2c497e(0x2e8)]['on'](_0x2c497e(0x217),(_0x2dd185,_0x2a33a9)=>{const _0x3d8322=_0x2c497e;if(!_0x2a33a9[_0x3d8322(0x326)]||_0x2a33a9[_0x3d8322(0x325)])return;if(!this[_0x3d8322(0x3a0)])return;const _0x18d81d=_0x1ad2a3[_0x3d8322(0x318)][_0x3d8322(0x2e8)][_0x3d8322(0x267)][_0x3d8322(0x22b)]();if(0x0==_0x18d81d[_0x3d8322(0x2c8)])return;const _0x3362f9=[],_0x3ea4dd=_0x18d81d[_0x3d8322(0x2c1)](_0x528ad0=>_0x3d8322(0x237)==_0x528ad0[_0x3d8322(0x1f5)]),_0x4836e6=_0x18d81d[_0x3d8322(0x2c1)](_0x282ea0=>_0x3d8322(0x35d)==_0x282ea0[_0x3d8322(0x1f5)]&&_0x3d8322(0x2d9)!=_0x282ea0[_0x3d8322(0x361)]);for(const _0x50b224 of _0x3ea4dd)this[_0x3d8322(0x375)](_0x50b224[_0x3d8322(0x343)])&&_0x3362f9[_0x3d8322(0x292)]({'key':_0x50b224[_0x3d8322(0x343)],'newValue':_0x50b224[_0x3d8322(0x23a)],'oldValue':_0x50b224[_0x3d8322(0x2d1)],'range':Gt(_0x50b224[_0x3d8322(0x220)],_0x1ad2a3[_0x3d8322(0x318)])});for(const _0x1bb313 of _0x4836e6){if(_0x3d8322(0x264)!=_0x1bb313[_0x3d8322(0x2bf)]&&_0x3d8322(0x212)!=_0x1bb313[_0x3d8322(0x2bf)])continue;const _0x127bb6=Ft(_0x1bb313[_0x3d8322(0x34d)][_0x3d8322(0x34f)],_0x1ad2a3[_0x3d8322(0x318)]),_0x42838b=_0x1bb313[_0x3d8322(0x34b)];_0x3d8322(0x264)==_0x1bb313[_0x3d8322(0x2bf)]&&_0x3362f9[_0x3d8322(0x292)]({'key':_0x3d8322(0x32e),'newValue':_0x1bb313[_0x3d8322(0x361)],'oldValue':_0x42838b[_0x3d8322(0x361)],'range':_0x127bb6});for(const [_0x1becd8,_0x148535]of _0x42838b[_0x3d8322(0x2ed)]){if(!this[_0x3d8322(0x375)](_0x1becd8))continue;const _0x51f7df=_0x1bb313[_0x3d8322(0x2ed)][_0x3d8322(0x396)](_0x1becd8);_0x148535!==_0x51f7df&&_0x3362f9[_0x3d8322(0x292)]({'key':_0x1becd8,'newValue':_0x51f7df,'oldValue':_0x148535,'range':_0x127bb6});}for(const [_0x3f2131,_0x345104]of _0x1bb313[_0x3d8322(0x2ed)])this[_0x3d8322(0x375)](_0x3f2131)&&(_0x42838b[_0x3d8322(0x2ed)][_0x3d8322(0x306)](_0x3f2131)||_0x3362f9[_0x3d8322(0x292)]({'key':_0x3f2131,'newValue':_0x345104,'oldValue':null,'range':_0x127bb6}));}0x0!=_0x3362f9[_0x3d8322(0x2c8)]&&_0x1ad2a3[_0x3d8322(0x318)][_0x3d8322(0x2f9)](_0x2a33a9,_0x6eb78e=>{const _0x114960=_0x3d8322,_0x354c5f=_0x1abca3();for(const {range:_0x1a89cb,key:_0x4aa1fe,oldValue:_0xbea41e,newValue:_0x475105}of _0x3362f9)this[_0x114960(0x2d6)](_0x1a89cb,_0x4aa1fe,_0xbea41e,_0x475105,{'groupId':_0x354c5f});this[_0x114960(0x39b)](_0x6eb78e,_0x3362f9);});},{'priority':_0x2c497e(0x238)}),_0x1ad2a3[_0x2c497e(0x318)][_0x2c497e(0x21b)]['on'](_0x2c497e(0x280),(_0x130aa6,_0x3959ff,_0x41f480)=>{const _0x555d08=_0x2c497e;if(null==_0x41f480){const {id:_0xf8af8d}=this[_0x555d08(0x38e)](_0x3959ff[_0x555d08(0x361)]),_0x24454f=this[_0x555d08(0x341)][_0x555d08(0x396)](_0xf8af8d);_0x24454f&&_0x24454f[_0x555d08(0x231)](_0x3959ff[_0x555d08(0x361)]);}}),_0x1ad2a3[_0x2c497e(0x318)][_0x2c497e(0x2e8)]['on'](_0x2c497e(0x217),()=>{const _0x1a4fb2=_0x2c497e,_0x5da5a4=Array[_0x1a4fb2(0x290)](_0x1ad2a3[_0x1a4fb2(0x318)][_0x1a4fb2(0x2e8)][_0x1a4fb2(0x267)][_0x1a4fb2(0x39d)]())[_0x1a4fb2(0x2c1)](_0x2b5b56=>_0x1a4fb2(0x395)===this[_0x1a4fb2(0x38e)](_0x2b5b56[_0x1a4fb2(0x361)])[_0x1a4fb2(0x32b)]);if(0x0===_0x5da5a4[_0x1a4fb2(0x2c8)])return;_0x5da5a4[_0x1a4fb2(0x354)]((_0x571a30,_0x599bad)=>{const _0x25a2dd=_0x1a4fb2,_0x425c42=_0x571a30[_0x25a2dd(0x269)][_0x25a2dd(0x20a)],_0x811c2a=_0x599bad[_0x25a2dd(0x269)][_0x25a2dd(0x20a)];return null===_0x425c42&&null===_0x811c2a?0x0:null===_0x425c42&&null!==_0x811c2a?-0x1:null!==_0x425c42&&null===_0x811c2a?0x1:_0x425c42[_0x25a2dd(0x38b)][_0x25a2dd(0x213)](_0x811c2a[_0x25a2dd(0x38b)])?-0x1:0x1;});const _0x2ac846=new Set(),_0x1620c7=new Set();for(const {name:_0x56bcbb,data:_0x3115c9}of _0x5da5a4){const {id:_0x4dc642}=this[_0x1a4fb2(0x38e)](_0x56bcbb);if(null===_0x3115c9[_0x1a4fb2(0x20a)]){const _0x15fafb=this[_0x1a4fb2(0x2be)](_0x56bcbb);_0x1620c7[_0x1a4fb2(0x2ec)](_0x15fafb);}else{const _0xf24db4=this[_0x1a4fb2(0x341)][_0x1a4fb2(0x396)](_0x4dc642);null!==_0x3115c9[_0x1a4fb2(0x314)]||_0xf24db4[_0x1a4fb2(0x1ff)]?(_0x2ac846[_0x1a4fb2(0x2ec)](_0xf24db4[_0x1a4fb2(0x272)]),_0x1620c7[_0x1a4fb2(0x2ec)](_0xf24db4)):this[_0x1a4fb2(0x29f)](_0xf24db4);}}_0x1620c7[_0x1a4fb2(0x2f8)]>0x0&&this[_0x1a4fb2(0x2ae)](_0x1620c7);for(const _0x30dccf of _0x2ac846)this[_0x1a4fb2(0x22d)](_0x1a4fb2(0x2ca),_0x30dccf);}),_0x1ad2a3[_0x2c497e(0x318)]['on'](_0x2c497e(0x28e),(_0x17e020,_0x35c332)=>{const _0x5657a7=_0x2c497e,_0x59196f=_0x35c332[0x0];if(!this[_0x5657a7(0x341)][_0x5657a7(0x2f8)])return;if(!_0x59196f[_0x5657a7(0x2da)])return;if(_0x59196f[_0x5657a7(0x24b)][_0x5657a7(0x325)]||!_0x59196f[_0x5657a7(0x24b)][_0x5657a7(0x326)])return;let _0x5ace71,_0x331766;switch(_0x59196f[_0x5657a7(0x1f5)]){case _0x5657a7(0x35d):_0x5ace71=_0x1ad2a3[_0x5657a7(0x318)][_0x5657a7(0x1f8)](_0x59196f[_0x5657a7(0x34d)]),_0x331766=_0x5ace71[_0x5657a7(0x33a)](_0x59196f[_0x5657a7(0x295)]);break;case _0x5657a7(0x233):_0x5ace71=_0x1ad2a3[_0x5657a7(0x318)][_0x5657a7(0x1f8)](_0x59196f[_0x5657a7(0x24e)]),_0x331766=_0x1ad2a3[_0x5657a7(0x318)][_0x5657a7(0x1f8)](_0x59196f[_0x5657a7(0x2e4)]);break;case _0x5657a7(0x37c):_0x5ace71=_0x1ad2a3[_0x5657a7(0x318)][_0x5657a7(0x1f8)](_0x59196f[_0x5657a7(0x20d)]),_0x331766=_0x5ace71[_0x5657a7(0x33a)](_0x59196f[_0x5657a7(0x295)]);break;default:return;}const _0x5b0d94=_0x1ad2a3[_0x5657a7(0x318)][_0x5657a7(0x2d4)](_0x5ace71,_0x331766);_0x1ad2a3[_0x5657a7(0x318)][_0x5657a7(0x205)](()=>{const _0x28d3d9=_0x5657a7;for(const {suggestion:_0x526196,meta:_0x1fdf8f}of this[_0x28d3d9(0x28b)](_0x5b0d94)){if(_0x526196[_0x28d3d9(0x263)])continue;if(_0x28d3d9(0x313)==_0x526196[_0x28d3d9(0x1f5)])continue;const _0x4c8d88=this[_0x28d3d9(0x34c)](_0x526196);if(_0x4c8d88&&this[_0x28d3d9(0x2c7)](_0x4c8d88)&&_0x28d3d9(0x233)!=_0x59196f[_0x28d3d9(0x1f5)])continue;const _0x1de0fe=_0x526196[_0x28d3d9(0x269)]&&_0x526196[_0x28d3d9(0x269)][_0x28d3d9(0x300)];(_0x28d3d9(0x2e1)!=_0x526196[_0x28d3d9(0x1f5)]||_0x28d3d9(0x233)==_0x59196f[_0x28d3d9(0x1f5)]&&!_0x1de0fe)&&(_0x1fdf8f[_0x28d3d9(0x25e)]||_0x28d3d9(0x34e)==_0x526196[_0x28d3d9(0x1f5)]&&_0x1fdf8f[_0x28d3d9(0x26e)]||_0x526196[_0x28d3d9(0x39e)]()[_0x28d3d9(0x30b)](_0x5b0d94)&&this[_0x28d3d9(0x209)](_0x526196,_0x5ace71,_0x331766));}});},{'priority':_0x2c497e(0x238)}),_0x1ad2a3[_0x2c497e(0x318)]['on'](_0x2c497e(0x377),(_0x43c2ae,_0x53b785)=>{const _0x1ee8b8=_0x2c497e,_0x498305=_0x53b785[0x0],_0x5c536b=_0x53b785[0x1];if(_0x5c536b&&_0x5c536b[_0x1ee8b8(0x287)])return;if(this[_0x1ee8b8(0x218)])return;if(!this[_0x1ee8b8(0x381)][_0x1ee8b8(0x211)])return;if(_0x498305[_0x1ee8b8(0x22a)])return;const _0x234958=_0x1ad2a3[_0x1ee8b8(0x318)][_0x1ee8b8(0x21a)],{start:_0x3193f7,end:_0x363cfa}=_0x498305[_0x1ee8b8(0x39e)](),_0x39b631=_0x3193f7[_0x1ee8b8(0x34f)]&&_0x234958[_0x1ee8b8(0x2ba)](_0x3193f7[_0x1ee8b8(0x34f)])?null:_0x234958[_0x1ee8b8(0x39f)](_0x3193f7,_0x1ee8b8(0x23d)),_0x20e595=_0x363cfa[_0x1ee8b8(0x2f2)]&&_0x234958[_0x1ee8b8(0x2ba)](_0x363cfa[_0x1ee8b8(0x2f2)])?null:_0x234958[_0x1ee8b8(0x39f)](_0x363cfa,_0x1ee8b8(0x277)),_0x11155e=_0x1ad2a3[_0x1ee8b8(0x318)][_0x1ee8b8(0x2d4)](_0x39b631?_0x39b631[_0x1ee8b8(0x38b)]:_0x3193f7,_0x20e595?_0x20e595[_0x1ee8b8(0x367)]:_0x363cfa);_0x1ad2a3[_0x1ee8b8(0x318)][_0x1ee8b8(0x205)](_0x201d5d=>{const _0x328908=_0x1ee8b8;this[_0x328908(0x37f)](_0x11155e);const _0x565e90=_0x1ad2a3[_0x328908(0x318)][_0x328908(0x21a)][_0x328908(0x39f)](_0x11155e[_0x328908(0x38b)]);_0x498305['is'](_0x328908(0x2f1))?_0x201d5d[_0x328908(0x39c)](_0x565e90):_0x498305[_0x328908(0x221)](_0x565e90);}),_0x43c2ae[_0x1ee8b8(0x25b)]();},{'priority':_0x24b664[_0x2c497e(0x2c0)]+0xa}),_0x1ad2a3[_0x2c497e(0x318)]['on'](_0x2c497e(0x248),(_0x1b82e1,_0xcc1b64)=>{const _0x5ebdc1=_0x2c497e,_0x4b3084=_0xcc1b64[_0xcc1b64[_0x5ebdc1(0x2c8)]-0x1];_0x4b3084&&_0x4b3084[_0x5ebdc1(0x287)]||this[_0x5ebdc1(0x218)]||this[_0x5ebdc1(0x381)][_0x5ebdc1(0x211)]&&(_0x1ad2a3[_0x5ebdc1(0x318)][_0x5ebdc1(0x205)](()=>{const _0x18ffb6=_0x5ebdc1;let _0x2da272=_0x1ad2a3[_0x18ffb6(0x318)][_0x18ffb6(0x248)](_0xcc1b64[0x0],_0xcc1b64[0x1],_0xcc1b64[0x2],{'forceDefaultExecution':!0x0});if(!_0x2da272)return;_0x1b82e1[_0x18ffb6(0x2de)]=_0x2da272[_0x18ffb6(0x386)]();const _0x500786=_0x2da272[_0x18ffb6(0x367)][_0x18ffb6(0x2f2)],_0x12e49d=_0x1ad2a3[_0x18ffb6(0x318)][_0x18ffb6(0x21a)];_0x500786&&_0x12e49d[_0x18ffb6(0x259)](_0x500786)&&!_0x12e49d[_0x18ffb6(0x37e)](_0x500786)&&(_0x2da272=_0x1ad2a3[_0x18ffb6(0x318)][_0x18ffb6(0x2d4)](_0x2da272[_0x18ffb6(0x38b)],_0x1ad2a3[_0x18ffb6(0x318)][_0x18ffb6(0x1f8)](_0x500786,_0x18ffb6(0x367)))),this[_0x18ffb6(0x2a6)](_0x2da272);}),_0x1b82e1[_0x5ebdc1(0x25b)]());},{'priority':_0x2c497e(0x203)}),this[_0x2c497e(0x315)][_0x2c497e(0x26a)][_0x2c497e(0x2ec)](_0x2c497e(0x35a),this[_0x2c497e(0x381)]),this[_0x2c497e(0x366)](_0x2c497e(0x35a));const _0x166e72=new _0x334361(_0x1ad2a3,this[_0x2c497e(0x341)]);_0x1ad2a3[_0x2c497e(0x26a)][_0x2c497e(0x2ec)](_0x2c497e(0x36b),_0x166e72),this[_0x2c497e(0x366)](_0x2c497e(0x36b));const _0xdb11c4=new _0x5dc66c(_0x1ad2a3,this[_0x2c497e(0x341)]);_0x1ad2a3[_0x2c497e(0x26a)][_0x2c497e(0x2ec)](_0x2c497e(0x387),_0xdb11c4),this[_0x2c497e(0x366)](_0x2c497e(0x387)),_0x1ad2a3[_0x2c497e(0x26a)][_0x2c497e(0x2ec)](_0x2c497e(0x29b),new _0x292eff(_0x1ad2a3,_0x166e72,this[_0x2c497e(0x341)])),this[_0x2c497e(0x366)](_0x2c497e(0x29b)),_0x1ad2a3[_0x2c497e(0x26a)][_0x2c497e(0x2ec)](_0x2c497e(0x202),new _0x292eff(_0x1ad2a3,_0xdb11c4,this[_0x2c497e(0x341)])),this[_0x2c497e(0x366)](_0x2c497e(0x202)),_0x1ad2a3[_0x2c497e(0x26a)][_0x2c497e(0x2ec)](_0x2c497e(0x294),new _0x19630f(_0x1ad2a3,_0x166e72,this[_0x2c497e(0x341)])),this[_0x2c497e(0x366)](_0x2c497e(0x294)),_0x1ad2a3[_0x2c497e(0x26a)][_0x2c497e(0x2ec)](_0x2c497e(0x349),new _0x19630f(_0x1ad2a3,_0xdb11c4,this[_0x2c497e(0x341)])),this[_0x2c497e(0x366)](_0x2c497e(0x349));const _0x4fec0c=_0x1ad2a3[_0x2c497e(0x2b0)][_0x2c497e(0x396)](_0x2c497e(0x2e7));this[_0x2c497e(0x376)](_0x4fec0c,_0x2c497e(0x339),(_0x4ce1fa,{threadId:_0x3353c6})=>{const _0x200d55=_0x2c497e,_0x1407ef=this[_0x200d55(0x341)][_0x200d55(0x396)](_0x3353c6);_0x1407ef&&_0x1407ef[_0x200d55(0x274)]&&0x1===_0x1407ef[_0x200d55(0x274)][_0x200d55(0x2c8)]&&this[_0x200d55(0x2d8)](_0x3353c6,{'hasComments':!0x0});},{'priority':_0x2c497e(0x240)}),this[_0x2c497e(0x376)](_0x4fec0c,_0x2c497e(0x282),(_0x4c595a,{threadId:_0x2709e8})=>{const _0x4b7ac3=_0x2c497e,_0x414fef=this[_0x4b7ac3(0x341)][_0x4b7ac3(0x396)](_0x2709e8);_0x414fef&&_0x414fef[_0x4b7ac3(0x274)]&&!_0x414fef[_0x4b7ac3(0x274)][_0x4b7ac3(0x2c8)]&&this[_0x4b7ac3(0x2d8)](_0x2709e8,{'hasComments':!0x1});},{'priority':_0x2c497e(0x240)});}set[_0x50c94c(0x337)](_0x3345cb){const _0x13e391=_0x50c94c;if(this[_0x13e391(0x324)])throw new _0x16823d(_0x13e391(0x216),this);this[_0x13e391(0x324)]=_0x3345cb;}get[_0x50c94c(0x337)](){const _0xa36cf4=_0x50c94c;return this[_0xa36cf4(0x324)];}[_0x50c94c(0x38a)]({skipNotAttached:_0x582dec=!0x1,toJSON:_0x22d919=!0x1}={}){const _0x2d5c55=_0x50c94c,_0x2a7782=[];for(const _0x67d1d5 of this[_0x2d5c55(0x341)][_0x2d5c55(0x20e)]())_0x582dec&&!_0x67d1d5[_0x2d5c55(0x1ff)]||_0x2a7782[_0x2d5c55(0x292)](_0x67d1d5);return _0x22d919?_0x2a7782[_0x2d5c55(0x352)](_0x18e00f=>_0x18e00f[_0x2d5c55(0x25c)]()):_0x2a7782;}[_0x50c94c(0x20c)](_0x550078){const _0x41b5df=_0x50c94c,_0x5a6374=this[_0x41b5df(0x341)][_0x41b5df(0x396)](_0x550078);if(!_0x5a6374)throw new _0x16823d(_0x41b5df(0x371),this);return _0x5a6374;}[_0x50c94c(0x358)](_0x273918){const _0x5ab8a7=_0x50c94c;return this[_0x5ab8a7(0x341)][_0x5ab8a7(0x306)](_0x273918);}[_0x50c94c(0x36c)](_0x443dd9){const _0x2fd20d=_0x50c94c,{authorId:_0xe3e4ca,id:_0x3dc37f,attributes:_0x5067a2}=_0x443dd9,[_0x1fada0,_0xd5aecc]=_0x443dd9[_0x2fd20d(0x1f5)][_0x2fd20d(0x233)](':'),_0x5dd361=this[_0x2fd20d(0x341)][_0x2fd20d(0x396)](_0x3dc37f)||this[_0x2fd20d(0x357)](_0x1fada0,_0xd5aecc,_0x3dc37f,_0xe3e4ca,_0x5067a2);if(this[_0x2fd20d(0x258)](_0x5dd361),this[_0x2fd20d(0x226)](_0x5dd361,_0x1fada0,_0xd5aecc||null,_0xe3e4ca),_0x5dd361[_0x2fd20d(0x39a)]=_0x443dd9[_0x2fd20d(0x39a)],_0x5dd361[_0x2fd20d(0x335)]=!0x0,_0x5067a2&&_0x5067a2[_0x2fd20d(0x289)]){const _0x3b6fe0=_0x5067a2[_0x2fd20d(0x289)],_0x286d29=this[_0x2fd20d(0x2a4)](_0x3b6fe0[_0x2fd20d(0x336)]);_0x5dd361[_0x2fd20d(0x262)]=_0x3b6fe0[_0x2fd20d(0x39a)],_0x5dd361[_0x2fd20d(0x2dc)]=_0x286d29,_0x5dd361[_0x2fd20d(0x2dd)]=!0x0;}else _0x5dd361[_0x2fd20d(0x262)]=_0x443dd9[_0x2fd20d(0x39a)];switch(_0x443dd9[_0x2fd20d(0x269)]&&(_0x5dd361[_0x2fd20d(0x269)]=_0x443dd9[_0x2fd20d(0x269)]),_0x443dd9[_0x2fd20d(0x2ed)]&&(_0x5dd361[_0x2fd20d(0x2ed)]=_0x443dd9[_0x2fd20d(0x2ed)]),this[_0x2fd20d(0x324)]&&this[_0x2fd20d(0x324)][_0x2fd20d(0x347)]||(_0x5dd361[_0x2fd20d(0x299)]=!0x0),this[_0x2fd20d(0x3a2)][_0x2fd20d(0x396)](_0x5dd361)){case _0x2fd20d(0x360):this[_0x2fd20d(0x3a2)][_0x2fd20d(0x23e)](_0x5dd361,_0x2fd20d(0x33c));break;case _0x2fd20d(0x2cb):_0x5dd361[_0x2fd20d(0x1ff)]?(this[_0x2fd20d(0x2a9)](new Set([_0x5dd361])),this[_0x2fd20d(0x2ae)](new Set([_0x5dd361])),this[_0x2fd20d(0x3a2)][_0x2fd20d(0x23e)](_0x5dd361,_0x2fd20d(0x311)),this[_0x2fd20d(0x22d)](_0x2fd20d(0x382),_0x5dd361)):this[_0x2fd20d(0x3a2)][_0x2fd20d(0x23e)](_0x5dd361,_0x2fd20d(0x2ef));}return _0x5dd361;}[_0x50c94c(0x36b)](_0x27b5b0){const _0x2c9ed1=_0x50c94c;this[_0x2c9ed1(0x287)](()=>{const _0x6b60dc=_0x2c9ed1;this[_0x6b60dc(0x315)][_0x6b60dc(0x318)][_0x6b60dc(0x205)](()=>{const _0x353d84=_0x6b60dc;for(const _0x4cefa2 of _0x27b5b0[_0x353d84(0x316)]())_0x4cefa2[_0x353d84(0x36d)]();});});}[_0x50c94c(0x387)](_0xfd40ee){const _0x53c219=_0x50c94c;this[_0x53c219(0x287)](()=>{const _0x11c9c9=_0x53c219;this[_0x11c9c9(0x315)][_0x11c9c9(0x318)][_0x11c9c9(0x205)](()=>{const _0x393814=_0x11c9c9;for(const _0x1c7b19 of _0xfd40ee[_0x393814(0x316)]())_0x1c7b19[_0x393814(0x2b9)]();});});}[_0x50c94c(0x366)](_0x82d53a,_0x80f7b8){const _0x16e0cb=_0x50c94c,_0x192648=this[_0x16e0cb(0x315)][_0x16e0cb(0x26a)][_0x16e0cb(0x396)](_0x82d53a);if(!_0x192648)throw new _0x16823d(_0x16e0cb(0x252),this,{'commandName':_0x82d53a});if(this[_0x16e0cb(0x270)][_0x16e0cb(0x306)](_0x192648))throw new _0x16823d(_0x16e0cb(0x200),this,{'commandName':_0x82d53a});this[_0x16e0cb(0x270)][_0x16e0cb(0x2ec)](_0x192648),_0x80f7b8&&_0x192648['on'](_0x16e0cb(0x32d),(_0x1dd885,_0x45e4e5)=>{const _0x36c242=_0x16e0cb;this[_0x36c242(0x381)][_0x36c242(0x211)]&&(this[_0x36c242(0x218)]||(_0x45e4e5[_0x36c242(0x2c8)]>0x0&&_0x45e4e5[_0x45e4e5[_0x36c242(0x2c8)]-0x1]&&_0x45e4e5[_0x45e4e5[_0x36c242(0x2c8)]-0x1][_0x36c242(0x287)]?_0x45e4e5[_0x36c242(0x389)]():(_0x1dd885[_0x36c242(0x2de)]=_0x80f7b8((..._0xef324a)=>_0x192648[_0x36c242(0x32d)](..._0xef324a,{'forceDefaultExecution':!0x0}),..._0x45e4e5),_0x1dd885[_0x36c242(0x25b)]())));},{'priority':_0x16e0cb(0x203)});}[_0x50c94c(0x287)](_0x2e1e0c){const _0x350cc4=_0x50c94c;let _0xe277da,_0xb01f82;const _0x10ed9d=this[_0x350cc4(0x218)];this[_0x350cc4(0x218)]=!0x0;try{_0xe277da=_0x2e1e0c();}catch(_0x18d4e4){_0xb01f82=_0x18d4e4;}return _0x10ed9d||(this[_0x350cc4(0x218)]=!0x1),_0xb01f82&&_0x16823d[_0x350cc4(0x35b)](_0xb01f82,this),_0xe277da;}[_0x50c94c(0x2a6)](_0x3b902d,_0xad5f3f=null,_0x1863eb={}){const _0x5ef63c=_0x50c94c;if(_0x3b902d[_0x5ef63c(0x22a)])return null;const _0x1014de=this[_0x5ef63c(0x315)][_0x5ef63c(0x2b0)][_0x5ef63c(0x396)](_0x5ef63c(0x214))['me'];for(const {suggestion:_0x5f16f3,meta:_0x2ad517}of this[_0x5ef63c(0x28b)](_0x3b902d,_0x5ef63c(0x34e)))if(_0x2ad517[_0x5ef63c(0x26e)]){if(!_0x2ad517[_0x5ef63c(0x2a0)]){if(_0x2ad517[_0x5ef63c(0x25e)]){if(!this[_0x5ef63c(0x331)]||!Ht(_0x5f16f3,_0x1863eb))continue;return _0x5f16f3;}if(Ht(_0x5f16f3,_0x1863eb))return _0x5f16f3;this[_0x5ef63c(0x209)](_0x5f16f3,_0x3b902d[_0x5ef63c(0x38b)],_0x3b902d[_0x5ef63c(0x367)]);break;}if(_0xad5f3f==_0x5f16f3[_0x5ef63c(0x33e)]&&Ht(_0x5f16f3,_0x1863eb)){const _0x455428=_0x5f16f3[_0x5ef63c(0x39e)]();return _0x455428[_0x5ef63c(0x38b)][_0x5ef63c(0x33b)](_0x3b902d[_0x5ef63c(0x367)])?this[_0x5ef63c(0x31d)](_0x5f16f3,this[_0x5ef63c(0x22c)][_0x5ef63c(0x2d4)](_0x3b902d[_0x5ef63c(0x38b)],_0x455428[_0x5ef63c(0x367)])):this[_0x5ef63c(0x31d)](_0x5f16f3,this[_0x5ef63c(0x22c)][_0x5ef63c(0x2d4)](_0x455428[_0x5ef63c(0x38b)],_0x3b902d[_0x5ef63c(0x367)])),_0x5f16f3;}}const _0x1911eb=_0x1abca3(),_0xf10643=_0x1014de['id'],_0x5062bd=_0xad5f3f?_0x5ef63c(0x256)+_0xad5f3f:_0x5ef63c(0x34e),_0x54a5d5=this[_0x5ef63c(0x2fd)]({'id':_0x1911eb,'type':_0x5062bd,'createdAt':new Date(),'authorId':_0xf10643,'attributes':_0x1863eb});return this[_0x5ef63c(0x1fd)](_0x5062bd,_0x1911eb,_0xf10643,_0x3b902d),_0x54a5d5;}[_0x50c94c(0x21d)](_0x3d9829,_0x5e7894=_0x50c94c(0x3a4),_0x31ac65={}){const _0x16fd87=_0x50c94c,_0x2b5d40=this[_0x16fd87(0x315)][_0x16fd87(0x2b0)][_0x16fd87(0x396)](_0x16fd87(0x214))['me'],_0x2a9b4e=this[_0x16fd87(0x309)][_0x16fd87(0x26c)](_0x16fd87(0x34e),_0x5e7894,_0x16fd87(0x2b7));for(const _0x1d284a of this[_0x16fd87(0x38a)]())if(_0x1d284a[_0x16fd87(0x2dc)]['id']==_0x2b5d40['id']&&_0x16fd87(0x34e)==_0x1d284a[_0x16fd87(0x1f5)]&&_0x1d284a[_0x16fd87(0x33e)]==_0x5e7894&&Ht(_0x1d284a,_0x31ac65)&&(_0x2a9b4e(_0x1d284a[_0x16fd87(0x2b5)](),_0x3d9829)||_0x2a9b4e(_0x3d9829,_0x1d284a[_0x16fd87(0x2b5)]()))){for(const _0x3142e3 of _0x3d9829)_0x1d284a[_0x16fd87(0x2d3)](_0x3142e3);return _0x1d284a;}for(const {suggestion:_0x26f43c,meta:_0x3b261d}of this[_0x16fd87(0x28b)](_0x3d9829,_0x16fd87(0x34e))){if(!_0x3b261d[_0x16fd87(0x26e)])continue;if(!this[_0x16fd87(0x331)]&&_0x3b261d[_0x16fd87(0x25e)])continue;if(!Ht(_0x26f43c,_0x31ac65))continue;let _0x3f05ee=!0x0;for(const _0x100e0b of _0x26f43c[_0x16fd87(0x2b5)]())for(const _0x38e31b of _0x3d9829)if(!_0x100e0b[_0x16fd87(0x30b)](_0x38e31b)){_0x3f05ee=!0x1;break;}if(_0x3f05ee)return _0x26f43c;}const _0x45f5d1=_0x1abca3(),_0x1b0b32=_0x2b5d40['id'],_0x5746ea=_0x16fd87(0x256)+_0x5e7894,_0x51f358=this[_0x16fd87(0x2fd)]({'id':_0x45f5d1,'type':_0x5746ea,'createdAt':new Date(),'authorId':_0x1b0b32,'attributes':_0x31ac65});for(const _0x2f10f4 of _0x3d9829)this[_0x16fd87(0x1fd)](_0x5746ea,_0x45f5d1,_0x1b0b32,_0x2f10f4,_0x116ab6[_0x16fd87(0x27a)]());return _0x51f358;}[_0x50c94c(0x397)](_0x5b6c67,_0x3f2ed6,_0x59ab43=null,_0x17c9c8={}){const _0x3e9702=_0x50c94c;if(_0x59ab43=_0x59ab43||Vt(_0x3f2ed6),_0x5b6c67[_0x3e9702(0x22a)])return null;if(_0x3e9702(0x380)===this[_0x3e9702(0x310)]){const _0x2d5983=this[_0x3e9702(0x309)][_0x3e9702(0x26c)](_0x3e9702(0x313),_0x59ab43,_0x3e9702(0x36d));return this[_0x3e9702(0x287)](()=>_0x2d5983([_0x5b6c67],_0x3f2ed6,_0x17c9c8)),null;}const _0x5d6a39=this[_0x3e9702(0x315)][_0x3e9702(0x2b0)][_0x3e9702(0x396)](_0x3e9702(0x214))['me'],_0xb8cd86=[];if(_0x3e9702(0x2e2)!==this[_0x3e9702(0x310)]){for(const {suggestion:_0x4fc9bb,meta:_0x220619}of this[_0x3e9702(0x28b)](_0x5b6c67,_0x3e9702(0x34e)))_0x220619[_0x3e9702(0x26e)]&&!_0x220619[_0x3e9702(0x2eb)]&&_0xb8cd86[_0x3e9702(0x292)](..._0x4fc9bb[_0x3e9702(0x2b5)]());}const _0x2e5834=function(_0x3f8761,_0x56a980){const _0x1defe7=_0x3e9702,_0x128581=[];for(const _0x2c5fe7 of _0x56a980){const _0xe62bae=_0x3f8761[_0x1defe7(0x2a3)](_0x2c5fe7);_0xe62bae&&_0x128581[_0x1defe7(0x292)](_0xe62bae);}return _0x128581;}(_0x5b6c67,_0xb8cd86),_0x3ee1f4=function(_0x38f0cd,_0x4507ad){const _0x273c8c=_0x3e9702,_0x587584=[_0x38f0cd];for(const _0x24a3b4 of _0x4507ad){let _0x53ad89=0x0;for(;_0x53ad89<_0x587584[_0x273c8c(0x2c8)];){const _0x53aa1c=_0x587584[_0x53ad89][_0x273c8c(0x261)](_0x24a3b4);_0x587584[_0x273c8c(0x2c2)](_0x53ad89,0x1,..._0x53aa1c),_0x53ad89+=_0x53aa1c[_0x273c8c(0x2c8)];}}return _0x587584;}(_0x5b6c67,_0xb8cd86);_0x2e5834[_0x3e9702(0x2c8)]&&this[_0x3e9702(0x22c)][_0x3e9702(0x205)](()=>{const _0x1d9004=_0x3e9702;for(const _0x545ca6 of _0x2e5834){const _0x45f2d5=this[_0x1d9004(0x309)][_0x1d9004(0x26c)](_0x1d9004(0x313),_0x59ab43,_0x1d9004(0x36d));this[_0x1d9004(0x287)](()=>_0x45f2d5([_0x545ca6],_0x3f2ed6,_0x17c9c8));}});for(const _0x48c9ae of _0x3ee1f4){let _0x1708e8=null,_0xe401a0=_0x48c9ae[_0x3e9702(0x38b)],_0x1e1788=_0x48c9ae[_0x3e9702(0x367)];for(const {suggestion:_0x1ab9d7,meta:_0x364b71}of this[_0x3e9702(0x28b)](_0x48c9ae,_0x3e9702(0x313))){if(!_0x364b71[_0x3e9702(0x26e)])continue;if(_0x1ab9d7[_0x3e9702(0x33e)]!=_0x59ab43)continue;if(!Ht(_0x1ab9d7,_0x17c9c8))continue;const _0x19bdb1=_0x1ab9d7[_0x3e9702(0x39e)]();if(_0x19bdb1[_0x3e9702(0x30b)](_0x48c9ae,!0x0))return null;_0xe401a0=_0xe401a0[_0x3e9702(0x213)](_0x19bdb1[_0x3e9702(0x38b)])?_0xe401a0:_0x19bdb1[_0x3e9702(0x38b)],_0x1e1788=_0x1e1788[_0x3e9702(0x271)](_0x19bdb1[_0x3e9702(0x367)])?_0x1e1788:_0x19bdb1[_0x3e9702(0x367)],_0x1708e8?_0x19bdb1[_0x3e9702(0x38b)][_0x3e9702(0x213)](_0x1708e8[_0x3e9702(0x39e)]()[_0x3e9702(0x38b)])?(_0x1708e8[_0x3e9702(0x285)](),_0x1708e8=_0x1ab9d7):_0x1ab9d7[_0x3e9702(0x285)]():_0x1708e8=_0x1ab9d7;}const _0x585719=this[_0x3e9702(0x22c)][_0x3e9702(0x2d4)](_0xe401a0,_0x1e1788);if(_0x1708e8)this[_0x3e9702(0x31d)](_0x1708e8,_0x585719);else{const _0x38f6c9=_0x1abca3(),_0x2618a8=_0x5d6a39['id'];this[_0x3e9702(0x2fd)]({'id':_0x38f6c9,'type':_0x3e9702(0x35c)+_0x59ab43,'data':_0x3f2ed6,'createdAt':new Date(),'authorId':_0x2618a8,'attributes':_0x17c9c8}),this[_0x3e9702(0x1fd)](_0x3e9702(0x35c)+_0x59ab43,_0x38f6c9,_0x2618a8,_0x585719);}}return null;}[_0x50c94c(0x25d)](_0x24f535,_0x2d1a14,_0x133821=[],_0x3d379e=null,_0x18c46a={}){const _0x475aa8=_0x50c94c;_0x2d1a14[_0x475aa8(0x370)]||(_0x2d1a14[_0x475aa8(0x370)]=_0x2d1a14[_0x475aa8(0x32c)]),_0x2d1a14[_0x475aa8(0x300)]=_0x24f535['is'](_0x475aa8(0x220)),_0x3d379e=_0x3d379e||Vt(_0x2d1a14);const _0x425ea6=_0x133821[_0x475aa8(0x352)](_0x2bb5fd=>Ft(_0x2bb5fd,this[_0x475aa8(0x22c)])),_0x1ad129=_0x24f535['is'](_0x475aa8(0x220))?_0x24f535:Ft(_0x24f535,this[_0x475aa8(0x22c)]);if(_0x475aa8(0x380)===this[_0x475aa8(0x310)]){const _0x4222b1=this[_0x475aa8(0x309)][_0x475aa8(0x26c)](_0x475aa8(0x2e1),_0x3d379e,_0x475aa8(0x36d));return this[_0x475aa8(0x287)](()=>_0x4222b1([_0x1ad129],_0x2d1a14,_0x18c46a)),null;}_0x425ea6[_0x475aa8(0x292)](_0x1ad129);let _0x8d6523=!0x0;for(const _0x5848a1 of _0x425ea6)if(!this[_0x475aa8(0x243)](_0x5848a1)){_0x8d6523=!0x1;break;}if(_0x8d6523&&_0x475aa8(0x2e2)!==this[_0x475aa8(0x310)]){const _0x167ead=this[_0x475aa8(0x309)][_0x475aa8(0x26c)](_0x475aa8(0x2e1),_0x3d379e,_0x475aa8(0x36d));return this[_0x475aa8(0x287)](()=>_0x167ead([_0x1ad129],_0x2d1a14,_0x18c46a)),null;}let _0x296bf2=null,_0x2a4219=_0x1ad129[_0x475aa8(0x38b)],_0x19306f=_0x1ad129[_0x475aa8(0x367)];for(const {suggestion:_0x1d6a1a,meta:_0x14cf72}of this[_0x475aa8(0x28b)](_0x1ad129,_0x475aa8(0x2e1))){if(!_0x14cf72[_0x475aa8(0x26e)])continue;if(_0x14cf72[_0x475aa8(0x2a0)]||_0x14cf72[_0x475aa8(0x25e)]||_0x14cf72[_0x475aa8(0x2eb)])continue;if(_0x1d6a1a[_0x475aa8(0x269)][_0x475aa8(0x370)]!=_0x2d1a14[_0x475aa8(0x370)])continue;if(!Ht(_0x1d6a1a,_0x18c46a))continue;const _0x478504=_0x1d6a1a[_0x475aa8(0x39e)]();if(_0x1d6a1a[_0x475aa8(0x33e)]==_0x3d379e){if(_0x478504[_0x475aa8(0x30b)](_0x1ad129,!0x0))return null;_0x2a4219=_0x2a4219[_0x475aa8(0x213)](_0x478504[_0x475aa8(0x38b)])?_0x2a4219:_0x478504[_0x475aa8(0x38b)],_0x19306f=_0x19306f[_0x475aa8(0x271)](_0x478504[_0x475aa8(0x367)])?_0x19306f:_0x478504[_0x475aa8(0x367)],_0x296bf2?_0x478504[_0x475aa8(0x38b)][_0x475aa8(0x213)](_0x296bf2[_0x475aa8(0x39e)]()[_0x475aa8(0x38b)])?(_0x296bf2[_0x475aa8(0x285)](),_0x296bf2=_0x1d6a1a):_0x1d6a1a[_0x475aa8(0x285)]():_0x296bf2=_0x1d6a1a;}else{const _0x4fffc5=_0x1ad129[_0x475aa8(0x2a3)](_0x478504);this[_0x475aa8(0x398)](_0x1d6a1a,_0x4fffc5);}}const _0x5d5ba3=this[_0x475aa8(0x315)][_0x475aa8(0x2b0)][_0x475aa8(0x396)](_0x475aa8(0x214))['me'],_0x4feefd=_0x1abca3(),_0x2f204e=_0x5d5ba3['id'];if(_0x296bf2)return this[_0x475aa8(0x31d)](_0x296bf2,this[_0x475aa8(0x22c)][_0x475aa8(0x2d4)](_0x2a4219,_0x19306f)),_0x296bf2;{const _0x3c492c=this[_0x475aa8(0x2fd)]({'id':_0x4feefd,'type':_0x475aa8(0x31e)+_0x3d379e,'data':_0x2d1a14,'createdAt':new Date(),'authorId':_0x2f204e,'attributes':_0x18c46a});return this[_0x475aa8(0x1fd)](_0x475aa8(0x31e)+_0x3d379e,_0x4feefd,_0x2f204e,this[_0x475aa8(0x22c)][_0x475aa8(0x2d4)](_0x2a4219,_0x19306f)),_0x3c492c;}}[_0x50c94c(0x2b6)](_0x2a4078,_0x26867f,_0x22633d=[],_0x275962=null,_0x2188cc={}){const _0x37671b=_0x50c94c;_0x26867f[_0x37671b(0x370)]||(_0x26867f[_0x37671b(0x370)]=_0x26867f[_0x37671b(0x32c)]);const _0xcfd88c=_0x2a4078[0x0];_0x26867f[_0x37671b(0x300)]=_0xcfd88c['is'](_0x37671b(0x220)),_0x275962=_0x275962||Vt(_0x26867f);const _0x3820f3=_0x22633d[_0x37671b(0x352)](_0x217916=>Ft(_0x217916,this[_0x37671b(0x22c)])),_0x101a47=_0xcfd88c['is'](_0x37671b(0x220))?_0x2a4078:_0x2a4078[_0x37671b(0x352)](_0x3fa0c1=>Ft(_0x3fa0c1,this[_0x37671b(0x22c)]));if(_0x37671b(0x380)===this[_0x37671b(0x310)]){const _0x3a57a0=this[_0x37671b(0x309)][_0x37671b(0x26c)](_0x37671b(0x2e1),_0x275962,_0x37671b(0x36d));return this[_0x37671b(0x287)](()=>_0x3a57a0(_0x101a47,_0x26867f,_0x2188cc)),null;}_0x3820f3[_0x37671b(0x292)](..._0x101a47);let _0x49f9c0=!0x0;for(const _0x5511f4 of _0x3820f3)if(!this[_0x37671b(0x243)](_0x5511f4)){_0x49f9c0=!0x1;break;}if(_0x49f9c0&&_0x37671b(0x2e2)!==this[_0x37671b(0x310)]){const _0x1160c4=this[_0x37671b(0x309)][_0x37671b(0x26c)](_0x37671b(0x2e1),_0x275962,_0x37671b(0x36d));return this[_0x37671b(0x287)](()=>_0x1160c4(_0x101a47,_0x26867f,_0x2188cc)),null;}const _0x4851cd=this[_0x37671b(0x315)][_0x37671b(0x2b0)][_0x37671b(0x396)](_0x37671b(0x214))['me'];for(const _0x28b315 of this[_0x37671b(0x38a)]()){if(_0x28b315[_0x37671b(0x2dc)]['id']!=_0x4851cd['id'])continue;if(_0x37671b(0x2e1)!=_0x28b315[_0x37671b(0x1f5)]||_0x28b315[_0x37671b(0x269)][_0x37671b(0x370)]!=_0x26867f[_0x37671b(0x370)])continue;if(!Ht(_0x28b315,_0x2188cc))continue;const _0x151d5c=_0x28b315[_0x37671b(0x33e)]==_0x275962;for(let _0xff6436=0x0;_0xff6436<_0x101a47[_0x37671b(0x2c8)];_0xff6436++){const _0x27ae97=_0x101a47[_0xff6436];for(const _0x215627 of _0x28b315[_0x37671b(0x2a1)]()){const _0x1f0f4a=_0x215627[_0x37671b(0x383)]();if(_0x27ae97[_0x37671b(0x33b)](_0x1f0f4a)){_0x151d5c?(_0x101a47[_0x37671b(0x2c2)](_0xff6436,0x1),_0xff6436--):_0x28b315[_0x37671b(0x2a5)](_0x215627[_0x37671b(0x361)]);break;}}}}if(0x0==_0x101a47[_0x37671b(0x2c8)])return null;const _0x2ffb77=this[_0x37671b(0x309)][_0x37671b(0x26c)](_0x37671b(0x2e1),_0x275962,_0x37671b(0x2b7));for(const _0xeb55cc of this[_0x37671b(0x38a)]())if(_0xeb55cc[_0x37671b(0x2dc)]['id']==_0x4851cd['id']&&_0x37671b(0x2e1)==_0xeb55cc[_0x37671b(0x1f5)]&&_0xeb55cc[_0x37671b(0x269)][_0x37671b(0x370)]==_0x26867f[_0x37671b(0x370)]&&_0xeb55cc[_0x37671b(0x33e)]==_0x275962&&Ht(_0xeb55cc,_0x2188cc)&&(_0x2ffb77(_0xeb55cc[_0x37671b(0x2b5)](),_0x101a47)||_0x2ffb77(_0x101a47,_0xeb55cc[_0x37671b(0x2b5)]()))){for(const _0x1d8b76 of _0x101a47)_0xeb55cc[_0x37671b(0x2d3)](_0x1d8b76);return _0xeb55cc;}const _0x127c3c=_0x1abca3(),_0x2782be=_0x4851cd['id'],_0xcfbd82=_0x37671b(0x31e)+_0x275962,_0xe397f5=this[_0x37671b(0x2fd)]({'id':_0x127c3c,'type':_0xcfbd82,'data':_0x26867f,'createdAt':new Date(),'authorId':_0x2782be,'attributes':_0x2188cc});for(const _0x4790ee of _0x101a47)this[_0x37671b(0x1fd)](_0xcfbd82,_0x127c3c,_0x2782be,_0x4790ee,_0x116ab6[_0x37671b(0x27a)]());return _0xe397f5;}[_0x50c94c(0x37f)](_0x1e9509,_0x329d90=null,_0x7077ad={}){const _0x476dba=_0x50c94c;if(_0x1e9509[_0x476dba(0x22a)])return null;const _0x3b010c=this[_0x476dba(0x315)][_0x476dba(0x2b0)][_0x476dba(0x396)](_0x476dba(0x214))['me'],_0x466a26=new _0x13bd49(_0x1e9509[_0x476dba(0x38b)],_0x1e9509[_0x476dba(0x367)]);for(const {suggestion:_0x2973e5,meta:_0x232dff}of this[_0x476dba(0x28b)](_0x466a26,_0x476dba(0x34e)))if(_0x232dff[_0x476dba(0x26e)]&&!_0x232dff[_0x476dba(0x2a0)]){if(_0x2973e5[_0x476dba(0x263)]){const _0x40b283=_0x2973e5[_0x476dba(0x2b5)]()[_0x476dba(0x2c1)](_0x189834=>_0x476dba(0x24d)!=_0x189834[_0x476dba(0x20f)][_0x476dba(0x356)]);_0x40b283[_0x476dba(0x305)](_0x3a55de=>_0x466a26[_0x476dba(0x30b)](_0x3a55de,!0x0))&&_0x2973e5[_0x476dba(0x2b9)]();if(_0x40b283[_0x476dba(0x206)](_0x4efc51=>_0x4efc51[_0x476dba(0x30b)](_0x466a26,!0x0))){const _0x11d25b=this[_0x476dba(0x309)][_0x476dba(0x26c)](_0x476dba(0x2ce),_0x329d90,_0x476dba(0x36d));return this[_0x476dba(0x287)](()=>_0x11d25b([_0x466a26],null,_0x7077ad)),null;}}else{const _0x469895=_0x466a26[_0x476dba(0x2a3)](_0x2973e5[_0x476dba(0x39e)]());null!==_0x469895&&_0x2973e5[_0x476dba(0x38c)]([_0x469895],null,_0x7077ad);}}if(_0x466a26[_0x476dba(0x2b1)](),_0x466a26[_0x476dba(0x22a)]||_0x476dba(0x24d)==_0x466a26[_0x476dba(0x20f)][_0x476dba(0x356)])return null;let _0x3dbb33=null,_0x202067=_0x466a26[_0x476dba(0x38b)],_0x33befb=_0x466a26[_0x476dba(0x367)];const _0x50506d=this[_0x476dba(0x28b)](_0x466a26,_0x476dba(0x2ce));for(const {suggestion:_0x55a437,meta:_0x231448}of _0x50506d){const _0x49dad3=this[_0x476dba(0x22c)][_0x476dba(0x2d4)](_0x202067,_0x33befb);if(_0x231448[_0x476dba(0x26e)]&&(this[_0x476dba(0x331)]||!_0x231448[_0x476dba(0x25e)]&&!_0x231448[_0x476dba(0x2eb)])){if(_0x55a437[_0x476dba(0x263)]){if(!Ht(_0x55a437,_0x7077ad))continue;let _0x25b43b=!0x0;for(const _0x598de4 of _0x55a437[_0x476dba(0x2b5)]()){if(_0x598de4[_0x476dba(0x30b)](_0x49dad3,!0x0))return _0x55a437;_0x49dad3[_0x476dba(0x30b)](_0x598de4)||(_0x25b43b=!0x1);}_0x25b43b&&_0x55a437[_0x476dba(0x2b9)]();}else{const _0x13fdda=_0x55a437[_0x476dba(0x39e)]();if(_0x13fdda[_0x476dba(0x30b)](_0x49dad3,!0x0))return _0x55a437;if(!Ht(_0x55a437,_0x7077ad)){_0x49dad3[_0x476dba(0x30b)](_0x13fdda)?_0x55a437[_0x476dba(0x285)]():_0x13fdda[_0x476dba(0x332)](_0x202067)?_0x202067=_0x13fdda[_0x476dba(0x367)]:_0x13fdda[_0x476dba(0x332)](_0x33befb)&&(_0x33befb=_0x13fdda[_0x476dba(0x38b)]);continue;}_0x202067=_0x202067[_0x476dba(0x213)](_0x13fdda[_0x476dba(0x38b)])?_0x202067:_0x13fdda[_0x476dba(0x38b)],_0x33befb=_0x33befb[_0x476dba(0x271)](_0x13fdda[_0x476dba(0x367)])?_0x33befb:_0x13fdda[_0x476dba(0x367)],_0x7077ad=Object[_0x476dba(0x239)]({},_0x55a437[_0x476dba(0x2ed)]),_0x3dbb33?_0x13fdda[_0x476dba(0x38b)][_0x476dba(0x213)](_0x3dbb33[_0x476dba(0x39e)]()[_0x476dba(0x38b)])?(_0x3dbb33[_0x476dba(0x285)](),_0x3dbb33=_0x55a437):_0x55a437[_0x476dba(0x285)]():_0x3dbb33=_0x55a437;}}}if(_0x3dbb33)return this[_0x476dba(0x31d)](_0x3dbb33,this[_0x476dba(0x22c)][_0x476dba(0x2d4)](_0x202067,_0x33befb)),_0x3dbb33;{const _0x24e83f=_0x1abca3(),_0xe7a86a=this[_0x476dba(0x22c)][_0x476dba(0x2d4)](_0x202067,_0x33befb),_0x3b194c=_0x3b010c['id'],_0x4092ea=_0x329d90?_0x476dba(0x207)+_0x329d90:_0x476dba(0x2ce),_0x24c185=this[_0x476dba(0x2fd)]({'id':_0x24e83f,'type':_0x4092ea,'createdAt':new Date(),'authorId':_0x3b194c,'attributes':_0x7077ad});return this[_0x476dba(0x1fd)](_0x4092ea,_0x24e83f,_0x3b194c,_0xe7a86a),_0x24c185;}}[_0x50c94c(0x362)](_0x5726e5,_0x16ef67=_0x50c94c(0x3a4),_0x51aa2f={}){const _0x57db1c=_0x50c94c,_0x1c5819=this[_0x57db1c(0x315)][_0x57db1c(0x2b0)][_0x57db1c(0x396)](_0x57db1c(0x214))['me'],_0x5a8c5a=_0x5726e5[_0x57db1c(0x352)](_0x2c3116=>new _0x13bd49(_0x2c3116[_0x57db1c(0x38b)],_0x2c3116[_0x57db1c(0x367)])),_0x1b688a=new Set();for(const {suggestion:_0x44b736,meta:_0xb7c668}of this[_0x57db1c(0x28b)](_0x5a8c5a,_0x57db1c(0x34e)))_0xb7c668[_0x57db1c(0x26e)]&&!_0xb7c668[_0x57db1c(0x2a0)]&&_0x1b688a[_0x57db1c(0x2ec)](_0x44b736);for(const _0x4f20e5 of _0x1b688a)if(_0x4f20e5[_0x57db1c(0x263)]){const _0x26a310=_0x4f20e5[_0x57db1c(0x2b5)]();(!_0x4f20e5[_0x57db1c(0x2ed)]||!_0x4f20e5[_0x57db1c(0x2ed)][_0x57db1c(0x204)])&&(_0x26a310[_0x57db1c(0x305)](_0xb76594=>_0x5a8c5a[_0x57db1c(0x206)](_0x3bfb34=>_0x3bfb34[_0x57db1c(0x30b)](_0xb76594,!0x0)))&&_0x4f20e5[_0x57db1c(0x2b9)]());if(_0x5a8c5a[_0x57db1c(0x305)](_0x558ecb=>_0x26a310[_0x57db1c(0x206)](_0x4c7567=>_0x4c7567[_0x57db1c(0x30b)](_0x558ecb,!0x0)))){const _0x15977b=this[_0x57db1c(0x309)][_0x57db1c(0x26c)](_0x57db1c(0x2ce),_0x16ef67,_0x57db1c(0x36d));return this[_0x57db1c(0x287)](()=>_0x15977b(_0x5726e5,null,_0x51aa2f)),null;}}else{const _0x3c9904=_0x4f20e5[_0x57db1c(0x39e)]();_0x5a8c5a[_0x57db1c(0x206)](_0x4b186d=>_0x4b186d[_0x57db1c(0x30b)](_0x3c9904,!0x0))&&_0x4f20e5[_0x57db1c(0x2b9)]();if(_0x5a8c5a[_0x57db1c(0x305)](_0xe71eff=>_0x3c9904[_0x57db1c(0x30b)](_0xe71eff,!0x0))){const _0x192cc2=this[_0x57db1c(0x309)][_0x57db1c(0x26c)](_0x57db1c(0x2ce),_0x16ef67,_0x57db1c(0x36d));return this[_0x57db1c(0x287)](()=>_0x192cc2(_0x5a8c5a,null,_0x51aa2f)),null;}}const _0x6b08f5=this[_0x57db1c(0x309)][_0x57db1c(0x26c)](_0x57db1c(0x2ce),_0x16ef67,_0x57db1c(0x2b7));let _0x18fa04=null;for(const _0x535bb8 of this[_0x57db1c(0x38a)]())if(_0x535bb8[_0x57db1c(0x2dc)]['id']==_0x1c5819['id']&&_0x535bb8[_0x57db1c(0x1ff)]&&_0x57db1c(0x2ce)==_0x535bb8[_0x57db1c(0x1f5)]&&_0x535bb8[_0x57db1c(0x33e)]==_0x16ef67&&Ht(_0x535bb8,_0x51aa2f)&&(_0x6b08f5(_0x535bb8[_0x57db1c(0x2b5)](),_0x5a8c5a)||_0x6b08f5(_0x5a8c5a,_0x535bb8[_0x57db1c(0x2b5)]()))){if(_0x18fa04){if(_0x535bb8[_0x57db1c(0x274)]&&_0x535bb8[_0x57db1c(0x274)][_0x57db1c(0x2c8)])continue;for(const _0x1a65aa of _0x535bb8[_0x57db1c(0x2b5)]())_0x18fa04[_0x57db1c(0x1fa)](_0x1a65aa)||_0x18fa04[_0x57db1c(0x2d3)](_0x1a65aa);_0x535bb8[_0x57db1c(0x285)]();}else{_0x18fa04=_0x535bb8;for(const _0x36afac of _0x5a8c5a)_0x535bb8[_0x57db1c(0x1fa)](_0x36afac)||_0x535bb8[_0x57db1c(0x2d3)](_0x36afac);}}if(_0x18fa04)return _0x18fa04;_0x1b688a[_0x57db1c(0x1f7)]();for(const {suggestion:_0x5c07d7,meta:_0x295651}of this[_0x57db1c(0x28b)](_0x5a8c5a,_0x57db1c(0x2ce)))_0x295651[_0x57db1c(0x26e)]&&(this[_0x57db1c(0x331)]||!_0x295651[_0x57db1c(0x25e)]&&!_0x295651[_0x57db1c(0x2eb)])&&Ht(_0x5c07d7,_0x51aa2f)&&_0x1b688a[_0x57db1c(0x2ec)](_0x5c07d7);for(const _0x2b306c of _0x1b688a){const _0x50ec44=_0x2b306c[_0x57db1c(0x2b5)]();if(!_0x51aa2f||!_0x51aa2f[_0x57db1c(0x204)]){if(_0x5a8c5a[_0x57db1c(0x305)](_0x2fa8bc=>_0x50ec44[_0x57db1c(0x206)](_0x52b939=>_0x52b939[_0x57db1c(0x30b)](_0x2fa8bc,!0x0))))return _0x2b306c;}(!_0x2b306c[_0x57db1c(0x2ed)]||!_0x2b306c[_0x57db1c(0x2ed)][_0x57db1c(0x204)])&&(_0x50ec44[_0x57db1c(0x305)](_0xba3289=>_0x5a8c5a[_0x57db1c(0x206)](_0xf9698a=>_0xf9698a[_0x57db1c(0x30b)](_0xba3289,!0x0)))&&_0x2b306c[_0x57db1c(0x2b9)]());}const _0x519da9=_0x1abca3(),_0x22ad63=_0x1c5819['id'],_0x2a757=_0x57db1c(0x207)+_0x16ef67,_0x5e0569=this[_0x57db1c(0x2fd)]({'id':_0x519da9,'type':_0x2a757,'createdAt':new Date(),'authorId':_0x22ad63,'attributes':_0x51aa2f});for(const _0x1c5cc5 of _0x5a8c5a)_0x1c5cc5[_0x57db1c(0x2b1)](),_0x1c5cc5[_0x57db1c(0x22a)]||_0x57db1c(0x24d)==_0x1c5cc5[_0x57db1c(0x20f)][_0x57db1c(0x356)]||this[_0x57db1c(0x1fd)](_0x2a757,_0x519da9,_0x22ad63,_0x1c5cc5,_0x116ab6[_0x57db1c(0x27a)]());return _0x5e0569;}[_0x50c94c(0x2d6)](_0x35e094,_0x28a565,_0x24e4fa,_0x27aac2,_0x3486b2){const _0x409138=_0x50c94c;if(_0x35e094[_0x409138(0x22a)])return[];if(_0x409138(0x380)===this[_0x409138(0x310)])return[];const _0x19f809=this[_0x409138(0x315)][_0x409138(0x2b0)][_0x409138(0x396)](_0x409138(0x214))['me']['id'],_0x2aa619=Array[_0x409138(0x290)](this[_0x409138(0x341)][_0x409138(0x20e)]())[_0x409138(0x2c1)](_0x390e87=>_0x409138(0x237)==_0x390e87[_0x409138(0x1f5)]&&_0x390e87[_0x409138(0x269)][_0x409138(0x286)]==_0x28a565&&_0x390e87[_0x409138(0x1fa)](_0x35e094));if(_0x409138(0x273)===this[_0x409138(0x310)]){const _0x54bda4=this[_0x409138(0x28b)](_0x35e094,_0x409138(0x34e))[_0x409138(0x2c1)](({meta:_0x193233})=>_0x193233[_0x409138(0x26e)]&&!_0x193233[_0x409138(0x2eb)]&&!_0x193233[_0x409138(0x2a0)])[_0x409138(0x352)](({suggestion:_0x666a13})=>_0x666a13);_0x2aa619[_0x409138(0x30d)](..._0x54bda4);}const _0x5ae113=new Map([[_0x35e094,_0x24e4fa]]);for(const _0x119caa of _0x2aa619){const _0x5ef4d0=_0x409138(0x237)==_0x119caa[_0x409138(0x1f5)]?_0x119caa[_0x409138(0x269)][_0x409138(0x25a)]:void 0x0,_0x72a536=_0x119caa[_0x409138(0x39e)](),_0x12c43f=Array[_0x409138(0x290)](_0x5ae113[_0x409138(0x304)]())[_0x409138(0x222)](_0x3dabfb=>_0x3dabfb[_0x409138(0x20b)](_0x72a536));if(!_0x12c43f)continue;const _0x18b89a=_0x12c43f[_0x409138(0x261)](_0x72a536);this[_0x409138(0x2c7)](_0x28a565)&&_0x409138(0x34e)==_0x119caa[_0x409138(0x1f5)]&&0x0!=_0x18b89a[_0x409138(0x2c8)]||(_0x5ae113[_0x409138(0x2df)](_0x12c43f),_0x18b89a[_0x409138(0x30e)](_0x31b6ed=>{const _0x270bb2=_0x409138;_0x5ae113[_0x270bb2(0x23e)](_0x31b6ed,_0x24e4fa);}),_0x409138(0x34e)!=_0x119caa[_0x409138(0x1f5)]&&_0x5ef4d0!=_0x27aac2&&_0x5ae113[_0x409138(0x23e)](_0x12c43f[_0x409138(0x2a3)](_0x72a536),_0x5ef4d0));}const _0x4ed249=[];for(const [_0x499906,_0x50df53]of _0x5ae113){const _0x515a04=_0x1abca3(),_0x4748ff={'key':_0x28a565,'oldValue':_0x50df53,'newValue':_0x27aac2};_0x28a565[_0x409138(0x2c8)]>0x25&&console[_0x409138(0x399)](_0x409138(0x201),{'key':_0x28a565});const _0x1cb74b=(_0x409138(0x35f)+(_0x28a565+'|'+Vt({'newValue':_0x27aac2})))[_0x409138(0x21e)](0x0,0x3c),_0x209e4d=this[_0x409138(0x2fd)]({'id':_0x515a04,'type':_0x1cb74b,'data':_0x4748ff,'createdAt':new Date(),'authorId':_0x19f809,'attributes':_0x3486b2});_0x4ed249[_0x409138(0x292)](_0x209e4d),this[_0x409138(0x1fd)](_0x1cb74b,_0x515a04,_0x19f809,_0x499906);}return _0x4ed249;}[_0x50c94c(0x2e3)](_0x4b1845){const _0x727d7c=_0x50c94c;this[_0x727d7c(0x366)](_0x4b1845,(_0x55f8af,..._0x46aa1a)=>{const _0x18f94c=_0x727d7c;this[_0x18f94c(0x2c4)](()=>{_0x55f8af(..._0x46aa1a);});});}[_0x50c94c(0x30a)](_0x6a058e){const _0x1d4acc=_0x50c94c;this[_0x1d4acc(0x27f)][_0x1d4acc(0x2ec)](_0x6a058e);}[_0x50c94c(0x241)](_0x2d879f){const _0x2f13ab=_0x50c94c;this[_0x2f13ab(0x208)][_0x2f13ab(0x2ec)](_0x2d879f);}[_0x50c94c(0x34c)](_0x155941){const _0x26b3a5=_0x50c94c;return _0x26b3a5(0x237)==_0x155941[_0x26b3a5(0x1f5)]?_0x155941[_0x26b3a5(0x33e)][_0x26b3a5(0x233)]('|')[0x0]:null;}[_0x50c94c(0x31d)](_0x278d05,_0x13dde8){const _0x5f3162=_0x50c94c,_0x52a935=_0x278d05[_0x5f3162(0x320)]();this[_0x5f3162(0x22c)][_0x5f3162(0x205)](_0x3cf651=>{const _0x357a0c=_0x5f3162;_0x3cf651[_0x357a0c(0x291)](_0x52a935,{'range':_0x13dde8});});}[_0x50c94c(0x258)](_0x3c3b00){const _0x212ee7=_0x50c94c,_0x4fed6c=_0x3c3b00['id'],_0x4ed9c7=this[_0x212ee7(0x315)][_0x212ee7(0x1fb)][_0x212ee7(0x396)](_0x212ee7(0x254));this[_0x212ee7(0x330)][_0x212ee7(0x2cc)](_0x4fed6c)||this[_0x212ee7(0x330)][_0x212ee7(0x2d2)]({'channelId':_0x4ed9c7,'threadId':_0x4fed6c,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x57f425=this[_0x212ee7(0x330)][_0x212ee7(0x368)](_0x4fed6c);_0x57f425[_0x212ee7(0x30c)](_0x212ee7(0x2aa)),_0x57f425[_0x212ee7(0x2aa)]=!0x1,_0x3c3b00[_0x212ee7(0x274)]=_0x57f425;}[_0x50c94c(0x226)](_0x3ef156,_0x2ea30c,_0x2084eb,_0x44fa4e){const _0x17ccc0=_0x50c94c;if(_0x3ef156[_0x17ccc0(0x1f5)]!=_0x2ea30c||_0x3ef156[_0x17ccc0(0x33e)]!=_0x2084eb||_0x3ef156[_0x17ccc0(0x247)]['id']!=_0x44fa4e)throw this[_0x17ccc0(0x315)][_0x17ccc0(0x340)](_0x17ccc0(0x28d)),new _0x16823d(_0x17ccc0(0x28d),this);}[_0x50c94c(0x398)](_0x586110,_0x2fba65){const _0x563608=_0x50c94c,_0x55d447=_0x586110[_0x563608(0x39e)]();if(_0x2fba65[_0x563608(0x33b)](_0x55d447))_0x586110[_0x563608(0x285)]();else{if(_0x55d447[_0x563608(0x30b)](_0x2fba65)){const _0xb3ac84=this[_0x563608(0x22c)][_0x563608(0x1f8)](_0x2fba65[_0x563608(0x38b)][_0x563608(0x2f2)],_0x563608(0x367));this[_0x563608(0x31d)](_0x586110,this[_0x563608(0x22c)][_0x563608(0x2d4)](_0x55d447[_0x563608(0x38b)],_0xb3ac84));const _0x5513a2=_0x1abca3(),_0x3b946f=_0x586110[_0x563608(0x247)]['id'],_0x4e310e=_0x586110[_0x563608(0x1f5)]+':'+_0x586110[_0x563608(0x33e)];this[_0x563608(0x2fd)]({'id':_0x5513a2,'type':_0x4e310e,'createdAt':new Date(),'authorId':_0x3b946f,'data':_0x586110[_0x563608(0x269)],'attributes':_0x586110[_0x563608(0x2ed)]});const _0x57cc3c=this[_0x563608(0x22c)][_0x563608(0x1f8)](_0x2fba65[_0x563608(0x367)][_0x563608(0x1f9)],_0x563608(0x2b4)),_0x1d36cc=this[_0x563608(0x22c)][_0x563608(0x2d4)](_0x57cc3c,_0x55d447[_0x563608(0x367)]);this[_0x563608(0x1fd)](_0x4e310e,_0x5513a2,_0x3b946f,_0x1d36cc);}else{if(_0x55d447[_0x563608(0x332)](_0x2fba65[_0x563608(0x38b)])){const _0x3fe688=this[_0x563608(0x22c)][_0x563608(0x1f8)](_0x2fba65[_0x563608(0x38b)][_0x563608(0x2f2)],_0x563608(0x367));this[_0x563608(0x31d)](_0x586110,this[_0x563608(0x22c)][_0x563608(0x2d4)](_0x55d447[_0x563608(0x38b)],_0x3fe688));}else{const _0x3b456d=this[_0x563608(0x22c)][_0x563608(0x1f8)](_0x2fba65[_0x563608(0x367)][_0x563608(0x1f9)],_0x563608(0x2b4));this[_0x563608(0x31d)](_0x586110,this[_0x563608(0x22c)][_0x563608(0x2d4)](_0x3b456d,_0x55d447[_0x563608(0x367)]));}}}}[_0x50c94c(0x243)](_0x585fd2){const _0x404ebe=_0x50c94c;for(const {suggestion:_0x168265,meta:_0x29c3a5}of this[_0x404ebe(0x28b)](_0x585fd2,_0x404ebe(0x34e))){if(!_0x29c3a5[_0x404ebe(0x26e)])continue;const _0x404c65=_0x168265[_0x404ebe(0x2b5)]();for(const _0xd2fed0 of _0x404c65)if(!_0x585fd2[_0x404ebe(0x261)](_0xd2fed0)[_0x404ebe(0x2c8)])return!0x0;}return!0x1;}[_0x50c94c(0x2c9)](_0x1c8a36){const _0x66b075=_0x50c94c,_0x465e9f=this[_0x66b075(0x315)][_0x66b075(0x2b0)][_0x66b075(0x396)](_0x66b075(0x214))[_0x66b075(0x2a8)](_0x1c8a36);if(!_0x465e9f)throw new _0x16823d(_0x66b075(0x27c),this);return _0x465e9f;}[_0x50c94c(0x2a4)](_0x26e5a1){const _0x181903=_0x50c94c,_0x14aebe=this[_0x181903(0x315)][_0x181903(0x2b0)][_0x181903(0x396)](_0x181903(0x214)),_0x583173=_0x12c7b0(_0x181903(0x308)+_0x26e5a1),_0x479993=_0x14aebe[_0x181903(0x2a8)](_0x583173);return _0x479993||_0x14aebe[_0x181903(0x2db)]({'id':_0x583173,'name':_0x26e5a1});}[_0x50c94c(0x357)](_0x6e41e8,_0x3a8709,_0x4ad1b2,_0x228ae9,_0x49f827){const _0x2957f7=_0x50c94c,_0x9a180b=this[_0x2957f7(0x2c9)](_0x228ae9),_0x15636f=this[_0x2957f7(0x309)][_0x2957f7(0x230)](_0x6e41e8,_0x3a8709,_0x4ad1b2,_0x9a180b,_0x49f827,_0x27aae2=>{const _0x3a7abb=_0x2957f7;this[_0x3a7abb(0x2d8)](_0x4ad1b2,{'attributes':_0x27aae2});const _0x29140a=this[_0x3a7abb(0x20c)](_0x4ad1b2);this[_0x3a7abb(0x2a9)](new Set([_0x29140a])),this[_0x3a7abb(0x2ae)](new Set([_0x29140a]));});return this[_0x2957f7(0x376)](_0x15636f,_0x2957f7(0x36d),()=>{const _0x502651=_0x2957f7;this[_0x502651(0x2d8)](_0x4ad1b2,{'state':_0x502651(0x31f)});},{'priority':_0x2957f7(0x203)}),this[_0x2957f7(0x376)](_0x15636f,_0x2957f7(0x2b9),()=>{const _0x253838=_0x2957f7;this[_0x253838(0x2d8)](_0x4ad1b2,{'state':_0x253838(0x242)});},{'priority':_0x2957f7(0x203)}),this[_0x2957f7(0x341)][_0x2957f7(0x23e)](_0x4ad1b2,_0x15636f),this[_0x2957f7(0x3a2)][_0x2957f7(0x23e)](_0x15636f,_0x2957f7(0x360)),_0x15636f;}[_0x50c94c(0x38e)](_0xf9e42c){const _0x509b2f=_0x50c94c,_0x196a21=_0xf9e42c[_0x509b2f(0x233)](':');return{'group':_0x196a21[0x0],'type':_0x196a21[0x1],'subType':_0x196a21[_0x509b2f(0x2c8)]>=0x5?_0x196a21[0x2]:null,'id':_0x196a21[_0x509b2f(0x2c8)]<0x5?_0x196a21[0x2]:_0x196a21[0x3],'authorId':_0x196a21[_0x509b2f(0x2c8)]<0x5?_0x196a21[0x3]:_0x196a21[0x4],'markerCount':0x6==_0x196a21[_0x509b2f(0x2c8)]?_0x196a21[0x5]:null};}[_0x50c94c(0x209)](_0x3fc720,_0x2fccda,_0x5d750d){const _0x4c26e5=_0x50c94c,_0x335fd0=_0x3fc720[_0x4c26e5(0x39e)](),_0x522acc=_0x335fd0[_0x4c26e5(0x38b)],_0x3d6268=_0x335fd0[_0x4c26e5(0x367)];this[_0x4c26e5(0x31d)](_0x3fc720,this[_0x4c26e5(0x22c)][_0x4c26e5(0x2d4)](_0x522acc,_0x2fccda));const _0x2fd274=_0x1abca3(),_0xc495b0=_0x3fc720[_0x4c26e5(0x247)]['id'],_0x3018a3=_0x3fc720[_0x4c26e5(0x1f5)]+(_0x3fc720[_0x4c26e5(0x33e)]?':'+_0x3fc720[_0x4c26e5(0x33e)]:'');this[_0x4c26e5(0x2fd)]({'id':_0x2fd274,'type':_0x3018a3,'createdAt':new Date(),'authorId':_0xc495b0,'originalSuggestionId':_0x3fc720['id'],'attributes':_0x3fc720[_0x4c26e5(0x2ed)],'data':_0x3fc720[_0x4c26e5(0x269)]});const _0x254dc1=this[_0x4c26e5(0x34c)](_0x3fc720);(_0x4c26e5(0x2e1)==_0x3fc720[_0x4c26e5(0x1f5)]||_0x254dc1&&this[_0x4c26e5(0x2c7)](_0x254dc1))&&(_0x5d750d=this[_0x4c26e5(0x22c)][_0x4c26e5(0x26b)](_0x5d750d[_0x4c26e5(0x1f9)])),this[_0x4c26e5(0x1fd)](_0x3018a3,_0x2fd274,_0xc495b0,this[_0x4c26e5(0x22c)][_0x4c26e5(0x2d4)](_0x5d750d,_0x3d6268));}[_0x50c94c(0x28b)](_0x4348ea,_0x235423=null){const _0x15a497=_0x50c94c,_0x22c258=[],_0x6eae78=this[_0x15a497(0x315)][_0x15a497(0x2b0)][_0x15a497(0x396)](_0x15a497(0x214))['me'];Array[_0x15a497(0x392)](_0x4348ea)||(_0x4348ea=[_0x4348ea]);for(const _0x223ee6 of this[_0x15a497(0x38a)]()){if(!_0x223ee6[_0x15a497(0x1ff)])continue;if(_0x235423&&_0x223ee6[_0x15a497(0x1f5)]!=_0x235423)continue;let _0x5eeb9c=!0x1;for(const _0x188f21 of _0x223ee6[_0x15a497(0x2b5)]()){for(const _0x47bcc6 of _0x4348ea){const _0x1fd3f7=_0x47bcc6[_0x15a497(0x38b)][_0x15a497(0x33b)](_0x188f21[_0x15a497(0x367)])||_0x47bcc6[_0x15a497(0x367)][_0x15a497(0x33b)](_0x188f21[_0x15a497(0x38b)]);if(_0x1fd3f7||_0x47bcc6[_0x15a497(0x2a3)](_0x188f21)){const _0x54b03b=_0x47bcc6[_0x15a497(0x30b)](_0x188f21)&&Tt(this[_0x15a497(0x22c)][_0x15a497(0x21a)],_0x188f21[_0x15a497(0x38b)],_0x47bcc6),_0x554415=_0x188f21[_0x15a497(0x30b)](_0x47bcc6)&&Tt(this[_0x15a497(0x22c)][_0x15a497(0x21a)],_0x47bcc6[_0x15a497(0x38b)],_0x188f21);_0x22c258[_0x15a497(0x292)]({'suggestion':_0x223ee6,'meta':{'isOwn':_0x6eae78==_0x223ee6[_0x15a497(0x2dc)],'isNextTo':_0x1fd3f7,'isInsideObject':_0x54b03b,'containsRangeInObject':_0x554415}}),_0x5eeb9c=!0x0;break;}}if(_0x5eeb9c)break;}}return _0x22c258;}[_0x50c94c(0x1fd)](_0x41b867,_0x48a4f2,_0x4e9d5d,_0x35e881,_0x4b4e33){const _0x1d3f10=_0x50c94c;this[_0x1d3f10(0x22c)][_0x1d3f10(0x205)](_0x500eeb=>{const _0x322b00=_0x1d3f10;let _0x34a93b=_0x322b00(0x353)+_0x41b867+':'+_0x48a4f2+':'+_0x4e9d5d;_0x4b4e33&&(_0x34a93b=_0x34a93b+':'+_0x4b4e33),_0x500eeb[_0x322b00(0x302)](_0x34a93b,{'range':_0x35e881,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x50c94c(0x29f)](_0x428c1f){const _0xedf2c8=_0x50c94c,_0x239bb7=_0x428c1f[_0xedf2c8(0x359)],_0x5061ee=_0x428c1f[_0xedf2c8(0x2cf)];_0x428c1f[_0xedf2c8(0x359)]=null,_0x428c1f[_0xedf2c8(0x2cf)]=null,null!=_0x239bb7&&_0x239bb7[_0xedf2c8(0x2cf)]==_0x428c1f&&(_0x239bb7[_0xedf2c8(0x2cf)]=_0x5061ee),null!=_0x5061ee&&_0x5061ee[_0xedf2c8(0x359)]==_0x428c1f&&(_0x5061ee[_0xedf2c8(0x359)]=_0x239bb7),_0xedf2c8(0x311)==this[_0xedf2c8(0x3a2)][_0xedf2c8(0x396)](_0x428c1f)&&(this[_0xedf2c8(0x3a2)][_0xedf2c8(0x23e)](_0x428c1f,_0xedf2c8(0x2ef)),this[_0xedf2c8(0x22d)](_0xedf2c8(0x2e0),_0x428c1f,_0x239bb7,_0x5061ee));}[_0x50c94c(0x2fd)](_0x33c009){const _0x35d193=_0x50c94c,_0x31faa9=_0x33c009['id'],_0x442080=this[_0x35d193(0x36c)](_0x33c009);if(this[_0x35d193(0x324)]&&this[_0x35d193(0x324)][_0x35d193(0x347)]){const _0x9119b1=this[_0x35d193(0x315)][_0x35d193(0x2b0)][_0x35d193(0x396)](_0x35d193(0x2cd)),_0xa833e3=_0x442080[_0x35d193(0x301)],_0x9e4a8a=_0x442080[_0x35d193(0x33e)]?_0x442080[_0x35d193(0x1f5)]+':'+_0x442080[_0x35d193(0x33e)]:_0x442080[_0x35d193(0x1f5)],_0x3956eb=this[_0x35d193(0x315)][_0x35d193(0x246)],_0x116bb6=_0x9119b1[_0x35d193(0x2ec)](_0x189498(_0x3956eb,_0x35d193(0x227))),_0x6fab7={'id':_0x31faa9,'type':_0x9e4a8a,'hasComments':_0xa833e3,'data':_0x33c009[_0x35d193(0x269)]||null,'originalSuggestionId':_0x33c009[_0x35d193(0x3a1)]||null,'attributes':_0x442080[_0x35d193(0x2ed)]};this[_0x35d193(0x324)][_0x35d193(0x347)](_0x6fab7)[_0x35d193(0x224)](_0x43a766=>{const _0x428476=_0x35d193;_0x442080[_0x428476(0x299)]=!0x0,_0x9119b1[_0x428476(0x31b)](_0x116bb6),_0x43a766&&_0x43a766[_0x428476(0x39a)]&&(this[_0x428476(0x341)][_0x428476(0x396)](_0x31faa9)[_0x428476(0x39a)]=_0x43a766[_0x428476(0x39a)]);})[_0x35d193(0x236)](_0x3c80d2=>{const _0x3dbf20=_0x35d193;throw _0x630369(_0x3dbf20(0x384)),this[_0x3dbf20(0x315)][_0x3dbf20(0x318)][_0x3dbf20(0x2f9)]({'isUndoable':!0x1},()=>{const _0x369f32=_0x3dbf20;_0x442080[_0x369f32(0x2b9)]();}),_0x442080[_0x3dbf20(0x27b)](),this[_0x3dbf20(0x341)][_0x3dbf20(0x2df)](_0x442080['id']),this[_0x3dbf20(0x3a2)][_0x3dbf20(0x2df)](_0x442080),_0x3c80d2;});}return _0x442080;}[_0x50c94c(0x2c7)](_0x5aadac){const _0x363cab=_0x50c94c;return this[_0x363cab(0x27f)][_0x363cab(0x306)](_0x5aadac);}[_0x50c94c(0x2d8)](_0x44b2a7,_0x146e12){const _0x3e0cb3=_0x50c94c,_0x21035d=this[_0x3e0cb3(0x315)][_0x3e0cb3(0x2b0)][_0x3e0cb3(0x396)](_0x3e0cb3(0x2cd)),_0x2543e0=this[_0x3e0cb3(0x20c)](_0x44b2a7);if(this[_0x3e0cb3(0x324)]&&this[_0x3e0cb3(0x324)][_0x3e0cb3(0x26f)]){if(_0x2543e0[_0x3e0cb3(0x299)]){const _0x4bf281=_0x21035d[_0x3e0cb3(0x2ec)](_0x189498(this[_0x3e0cb3(0x315)][_0x3e0cb3(0x246)],_0x3e0cb3(0x227)));this[_0x3e0cb3(0x324)][_0x3e0cb3(0x26f)](_0x44b2a7,_0x146e12)[_0x3e0cb3(0x224)](()=>{const _0x2ee2b0=_0x3e0cb3;_0x21035d[_0x2ee2b0(0x31b)](_0x4bf281);});}else _0x2543e0['on'](_0x3e0cb3(0x346),()=>{const _0x5471b6=_0x3e0cb3;this[_0x5471b6(0x2d8)](_0x44b2a7,_0x146e12);});}}[_0x50c94c(0x328)](_0x2613e2){const _0x339faf=_0x50c94c;if(!this[_0x339faf(0x324)]||!this[_0x339faf(0x324)][_0x339faf(0x20c)])throw new _0x16823d(_0x339faf(0x334),this);return this[_0x339faf(0x324)][_0x339faf(0x20c)](_0x2613e2);}[_0x50c94c(0x2be)](_0x46ca9f){const _0x277d47=_0x50c94c,{id:_0x2736f5,type:_0x3ae61b,subType:_0xfee7fb,authorId:_0x5076f8}=this[_0x277d47(0x38e)](_0x46ca9f),_0x3bf3b4=this[_0x277d47(0x341)][_0x277d47(0x396)](_0x2736f5)||this[_0x277d47(0x357)](_0x3ae61b,_0xfee7fb,_0x2736f5,_0x5076f8,{});switch(this[_0x277d47(0x226)](_0x3bf3b4,_0x3ae61b,_0xfee7fb,_0x5076f8),this[_0x277d47(0x3a2)][_0x277d47(0x396)](_0x3bf3b4)){case _0x277d47(0x360):this[_0x277d47(0x328)](_0x2736f5)[_0x277d47(0x224)](_0x223edf=>{const _0x49b878=_0x277d47;let _0x18ff3f=Promise[_0x49b878(0x34a)]();_0x223edf[_0x49b878(0x301)]&&(_0x18ff3f=this[_0x49b878(0x330)][_0x49b878(0x244)]({'channelId':this[_0x49b878(0x315)][_0x49b878(0x1fb)][_0x49b878(0x396)](_0x49b878(0x254)),'threadId':_0x2736f5})),_0x18ff3f[_0x49b878(0x224)](()=>{const _0x5f81f7=_0x49b878;this[_0x5f81f7(0x36c)](_0x223edf)[_0x5f81f7(0x299)]=!0x0;});}),this[_0x277d47(0x3a2)][_0x277d47(0x23e)](_0x3bf3b4,_0x277d47(0x2cb));break;case _0x277d47(0x2ef):this[_0x277d47(0x2d8)](_0x2736f5,{'state':_0x277d47(0x322)});case _0x277d47(0x33c):this[_0x277d47(0x3a2)][_0x277d47(0x23e)](_0x3bf3b4,_0x277d47(0x311)),this[_0x277d47(0x22d)](_0x277d47(0x382),_0x3bf3b4);break;case _0x277d47(0x311):this[_0x277d47(0x22d)](_0x277d47(0x2ca),_0x3bf3b4);}return _0x3bf3b4[_0x277d47(0x231)](_0x46ca9f),_0x3bf3b4;}[_0x50c94c(0x2ae)](_0x172c31){const _0x5af8bd=_0x50c94c,_0x16c28a=Array[_0x5af8bd(0x290)](_0x172c31),_0x4f8330=_0x16c28a[_0x5af8bd(0x2c1)](_0x559bd0=>_0x5af8bd(0x237)==_0x559bd0[_0x5af8bd(0x1f5)]);this[_0x5af8bd(0x385)](_0x4f8330);const _0x37df46=_0x16c28a[_0x5af8bd(0x2c1)](_0x1174d8=>!_0x1174d8[_0x5af8bd(0x263)]&&_0x5af8bd(0x237)!=_0x1174d8[_0x5af8bd(0x1f5)]),_0x21635e=this[_0x5af8bd(0x38a)]({'skipNotAttached':!0x0})[_0x5af8bd(0x2c1)](_0x39cab1=>!_0x39cab1[_0x5af8bd(0x263)]&&_0x5af8bd(0x237)!=_0x39cab1[_0x5af8bd(0x1f5)]),_0x594fe9=_0x21635e[_0x5af8bd(0x2c1)](_0x4a96e=>!_0x172c31[_0x5af8bd(0x306)](_0x4a96e)),_0x5384d5=new Map(_0x21635e[_0x5af8bd(0x352)](_0x3e8201=>[_0x3e8201,this[_0x5af8bd(0x309)][_0x5af8bd(0x26c)](_0x3e8201[_0x5af8bd(0x1f5)],_0x3e8201[_0x5af8bd(0x33e)],_0x5af8bd(0x37a))])),_0x360d1f=new Map(_0x21635e[_0x5af8bd(0x352)](_0xc4b071=>[_0xc4b071,_0xc4b071[_0x5af8bd(0x39e)]()])),_0x587476=new Set(),_0x3a0611=new Set();for(let _0x55a10f=0x0;_0x55a10f<_0x37df46[_0x5af8bd(0x2c8)];_0x55a10f++)_0x17b8a1(_0x37df46[_0x55a10f],_0x37df46,_0x55a10f+0x1);for(let _0x47b983=0x0;_0x47b983<_0x37df46[_0x5af8bd(0x2c8)];_0x47b983++)_0x17b8a1(_0x37df46[_0x47b983],_0x594fe9,0x0);const _0x5367af=new Set();for(let _0x54ad12=0x0;_0x54ad12<_0x37df46[_0x5af8bd(0x2c8)];_0x54ad12++){const _0x1698c5=_0x37df46[_0x54ad12];!_0x3a0611[_0x5af8bd(0x306)](_0x1698c5)&&_0x1698c5[_0x5af8bd(0x359)]&&(_0x5367af[_0x5af8bd(0x2ec)](_0x1698c5[_0x5af8bd(0x359)]),_0x1698c5[_0x5af8bd(0x359)][_0x5af8bd(0x2cf)]===_0x1698c5&&(_0x1698c5[_0x5af8bd(0x359)][_0x5af8bd(0x2cf)]=null),_0x1698c5[_0x5af8bd(0x359)]=null),!_0x587476[_0x5af8bd(0x306)](_0x1698c5)&&_0x1698c5[_0x5af8bd(0x2cf)]&&(_0x5367af[_0x5af8bd(0x2ec)](_0x1698c5[_0x5af8bd(0x2cf)]),_0x1698c5[_0x5af8bd(0x2cf)][_0x5af8bd(0x359)]===_0x1698c5&&(_0x1698c5[_0x5af8bd(0x2cf)][_0x5af8bd(0x359)]=null),_0x1698c5[_0x5af8bd(0x2cf)]=null);}function _0x17b8a1(_0xf17a26,_0x45f0a2,_0x1a22b1){const _0x5099e1=_0x5af8bd;for(let _0x415a45=_0x1a22b1;_0x415a45<_0x45f0a2[_0x5099e1(0x2c8)];_0x415a45++){const _0x5f3f76=_0x29f9da(_0xf17a26,_0x45f0a2[_0x415a45]);_0x5f3f76&&(_0x5f3f76[0x0][_0x5099e1(0x2cf)]=_0x5f3f76[0x1],_0x5f3f76[0x1][_0x5099e1(0x359)]=_0x5f3f76[0x0],_0x587476[_0x5099e1(0x2ec)](_0x5f3f76[0x0]),_0x3a0611[_0x5099e1(0x2ec)](_0x5f3f76[0x1]));}}function _0x29f9da(_0x2d8734,_0xc440e8){const _0x30c1c7=_0x5af8bd;if(_0x2d8734[_0x30c1c7(0x2dc)]['id']!==_0xc440e8[_0x30c1c7(0x2dc)]['id'])return null;const _0x57f49e=_0x5384d5[_0x30c1c7(0x396)](_0x2d8734)(_0x2d8734,_0xc440e8,_0x360d1f[_0x30c1c7(0x396)](_0x2d8734),_0x360d1f[_0x30c1c7(0x396)](_0xc440e8));if(!_0x57f49e)return null;return _0x5384d5[_0x30c1c7(0x396)](_0xc440e8)(_0x2d8734,_0xc440e8,_0x360d1f[_0x30c1c7(0x396)](_0x2d8734),_0x360d1f[_0x30c1c7(0x396)](_0xc440e8))?_0x57f49e[0x1][_0x30c1c7(0x274)]&&_0x57f49e[0x1][_0x30c1c7(0x274)][_0x30c1c7(0x2c8)]?null:_0x57f49e:null;}_0x5367af[_0x5af8bd(0x2f8)]&&this[_0x5af8bd(0x2ae)](_0x5367af);}[_0x50c94c(0x385)](_0x2b453c){const _0x48f292=_0x50c94c;if(0x0==_0x2b453c[_0x48f292(0x2c8)])return;const _0x5a1879=this[_0x48f292(0x38a)]({'skipNotAttached':!0x0})[_0x48f292(0x2c1)](_0x733794=>_0x48f292(0x237)==_0x733794[_0x48f292(0x1f5)]&&_0x733794[_0x48f292(0x335)]),_0x2b6eed=[],_0x23cee8=new Map();for(const _0x3606a8 of _0x5a1879){const _0x9ac434=_0x12c7b0(_0x3606a8[_0x48f292(0x2ed)]);_0x23cee8[_0x48f292(0x306)](_0x9ac434)||(_0x23cee8[_0x48f292(0x23e)](_0x9ac434,_0x2b6eed[_0x48f292(0x2c8)]),_0x2b6eed[_0x48f292(0x292)]([]));const _0x3875f7=_0x23cee8[_0x48f292(0x396)](_0x9ac434);_0x2b6eed[_0x3875f7][_0x48f292(0x292)](_0x3606a8);}!(function(){const _0x18257a=_0x48f292;_0x2b6eed[_0x18257a(0x354)]((_0x1198c2,_0x24435d)=>{const _0x812e32=_0x18257a,_0x54346a=_0x1198c2[0x0][_0x812e32(0x39a)],_0x4261d1=_0x24435d[0x0][_0x812e32(0x39a)];return _0x54346a==_0x4261d1?_0x1198c2[0x0][_0x812e32(0x2ed)][_0x812e32(0x394)]<_0x24435d[0x0][_0x812e32(0x2ed)][_0x812e32(0x394)]?-0x1:0x1:_0x54346a<_0x4261d1?-0x1:0x1;});for(const _0x35c434 of _0x2b6eed)_0x35c434[_0x18257a(0x354)]((_0x55764b,_0x21eef9)=>_0x55764b['id']<_0x21eef9['id']?-0x1:0x1);}());for(let _0x2ecebe=0x0;_0x2ecebe<_0x2b6eed[_0x48f292(0x2c8)];_0x2ecebe++){if(0x0==_0x2b6eed[_0x2ecebe][_0x48f292(0x2c8)])continue;const _0x37b05a=[];for(let _0x3774e3=_0x2ecebe+0x1;_0x3774e3<_0x2b6eed[_0x48f292(0x2c8)];_0x3774e3++)0x0!=_0x2b6eed[_0x3774e3][_0x48f292(0x2c8)]&&_0x4824b1(_0x2b6eed[_0x2ecebe],_0x2b6eed[_0x3774e3])&&_0x37b05a[_0x48f292(0x292)](_0x3774e3);for(const _0x31b455 of _0x37b05a)_0x2b6eed[_0x2ecebe]=_0x2b6eed[_0x2ecebe][_0x48f292(0x388)](_0x2b6eed[_0x31b455]),_0x2b6eed[_0x31b455]=[];}for(const _0x478391 of _0x2b6eed)for(let _0x5525a3=0x0;_0x5525a3<_0x478391[_0x48f292(0x2c8)];_0x5525a3++){const _0x820ba8=_0x478391[_0x5525a3+0x1]||null;_0x478391[_0x5525a3][_0x48f292(0x2cf)]!==_0x820ba8&&(_0x478391[_0x5525a3][_0x48f292(0x2cf)]=_0x820ba8);}for(const _0x115db5 of _0x2b6eed)for(let _0x429d9a=0x0;_0x429d9a<_0x115db5[_0x48f292(0x2c8)];_0x429d9a++){const _0x166cfa=_0x115db5[_0x429d9a-0x1]||null;_0x115db5[_0x429d9a][_0x48f292(0x359)]!==_0x166cfa&&(_0x115db5[_0x429d9a][_0x48f292(0x359)]=_0x166cfa);}function _0x4824b1(_0xa069db,_0x3c67e9){const _0x235c89=_0x48f292;if(_0xa069db[0x0][_0x235c89(0x2ed)][_0x235c89(0x394)]!==_0x3c67e9[0x0][_0x235c89(0x2ed)][_0x235c89(0x394)]&&_0xa069db[0x0][_0x235c89(0x2dc)]!==_0x3c67e9[0x0][_0x235c89(0x2dc)])return!0x1;if(!function(_0x162b9c,_0x3bf71e){const _0x56a496=_0x235c89;if(!_0x162b9c[_0x56a496(0x301)]&&!_0x3bf71e[_0x56a496(0x301)])return!0x0;if(_0x162b9c[_0x56a496(0x301)]&&_0x3bf71e[_0x56a496(0x301)])return!0x1;if(_0x162b9c[_0x56a496(0x301)]&&_0x3bf71e[_0x56a496(0x39a)]<_0x162b9c[_0x56a496(0x274)][_0x56a496(0x23c)][_0x56a496(0x396)](0x0)[_0x56a496(0x39a)])return!0x0;if(_0x3bf71e[_0x56a496(0x301)]&&_0x162b9c[_0x56a496(0x39a)]<_0x3bf71e[_0x56a496(0x274)][_0x56a496(0x23c)][_0x56a496(0x396)](0x0)[_0x56a496(0x39a)])return!0x0;return!0x1;}(_0xa069db[0x0],_0x3c67e9[0x0]))return!0x1;const _0x5c1939=_0x2db0a5(_0xa069db[0x0][_0x235c89(0x2ed)],_0x235c89(0x394)),_0x42456c=_0x2db0a5(_0x3c67e9[0x0][_0x235c89(0x2ed)],_0x235c89(0x394));if(!_0x368d45(_0x5c1939,_0x42456c))return!0x1;return!!_0xa069db[_0x235c89(0x305)](_0x406534=>_0x3c67e9[_0x235c89(0x206)](_0x39c551=>_0x406534[_0x235c89(0x39e)]()[_0x235c89(0x33b)](_0x39c551[_0x235c89(0x39e)]())))&&_0x3c67e9[_0x235c89(0x305)](_0x41f198=>_0xa069db[_0x235c89(0x206)](_0x1f2326=>_0x41f198[_0x235c89(0x39e)]()[_0x235c89(0x33b)](_0x1f2326[_0x235c89(0x39e)]())));}}[_0x50c94c(0x2a9)](_0x4938e2){const _0x5030cd=_0x50c94c,_0x3c3eeb=Array[_0x5030cd(0x290)](_0x4938e2),_0x297c73=this[_0x5030cd(0x38a)]({'skipNotAttached':!0x0}),_0x46bb1f=_0x297c73[_0x5030cd(0x2c1)](_0x425474=>!_0x4938e2[_0x5030cd(0x306)](_0x425474)),_0x3015d9=new Map(_0x3c3eeb[_0x5030cd(0x352)](_0x44cd1e=>[_0x44cd1e,this[_0x5030cd(0x309)][_0x5030cd(0x26c)](_0x44cd1e[_0x5030cd(0x1f5)],_0x44cd1e[_0x5030cd(0x33e)],_0x5030cd(0x2b7))])),_0x4649c2=new Map(_0x297c73[_0x5030cd(0x352)](_0x1e963f=>[_0x1e963f,_0x1e963f[_0x5030cd(0x2b5)]()]));for(let _0x5816ff=0x0;_0x5816ff<_0x3c3eeb[_0x5030cd(0x2c8)];_0x5816ff++){if(_0x41d530(this,_0x3c3eeb[_0x5816ff],_0x3c3eeb,_0x5816ff+0x1))return!0x0;}for(let _0x5a90cc=0x0;_0x5a90cc<_0x3c3eeb[_0x5030cd(0x2c8)];_0x5a90cc++){if(_0x41d530(this,_0x3c3eeb[_0x5a90cc],_0x46bb1f,0x0))return!0x0;}return!0x1;function _0x41d530(_0x8f7b11,_0x21e9aa,_0x4e4ab0,_0x1abcd7){const _0x4c3809=_0x5030cd;for(let _0x5e013f=_0x1abcd7;_0x5e013f<_0x4e4ab0[_0x4c3809(0x2c8)];_0x5e013f++){const _0x2a7d9a=_0x4e4ab0[_0x5e013f];if(_0x2a7d9a[_0x4c3809(0x1f5)]!==_0x21e9aa[_0x4c3809(0x1f5)]||_0x2a7d9a[_0x4c3809(0x2dc)]['id']!==_0x21e9aa[_0x4c3809(0x2dc)]['id']||_0x2a7d9a[_0x4c3809(0x33e)]!==_0x21e9aa[_0x4c3809(0x33e)])continue;if(!Lt(_0x21e9aa,_0x2a7d9a))continue;if(_0x4c3809(0x237)==_0x21e9aa[_0x4c3809(0x1f5)]&&_0x21e9aa[_0x4c3809(0x269)][_0x4c3809(0x25a)]!=_0x2a7d9a[_0x4c3809(0x269)][_0x4c3809(0x25a)])continue;if(_0x4c3809(0x237)==_0x21e9aa[_0x4c3809(0x1f5)]&&_0x8f7b11[_0x4c3809(0x2c7)](_0x21e9aa[_0x4c3809(0x269)][_0x4c3809(0x286)]))continue;if(_0x4c3809(0x2e1)==_0x21e9aa[_0x4c3809(0x1f5)]){const _0x53bf61=_0x8f7b11[_0x4c3809(0x315)][_0x4c3809(0x318)],_0x78437=_0x21e9aa[_0x4c3809(0x29e)]();if(_0x78437&&(_0x53bf61[_0x4c3809(0x21a)][_0x4c3809(0x37e)](_0x78437)||_0x53bf61[_0x4c3809(0x21a)][_0x4c3809(0x2ba)](_0x78437)))continue;}const _0x2469cc=_0x3015d9[_0x4c3809(0x396)](_0x21e9aa),_0xd1bb64=_0x4649c2[_0x4c3809(0x396)](_0x21e9aa),_0x2af7e4=_0x4649c2[_0x4c3809(0x396)](_0x2a7d9a),_0x418f76=_0x21e9aa[_0x4c3809(0x274)]&&_0x21e9aa[_0x4c3809(0x274)][_0x4c3809(0x2c8)],_0x31062e=_0x2a7d9a[_0x4c3809(0x274)]&&_0x2a7d9a[_0x4c3809(0x274)][_0x4c3809(0x2c8)];if(!_0x418f76&&_0x2469cc(_0x2af7e4,_0xd1bb64))return _0x8f7b11[_0x4c3809(0x327)](_0x2a7d9a,_0x21e9aa),_0x4649c2[_0x4c3809(0x2df)](_0x21e9aa),!0x0;if(!_0x31062e&&_0x2469cc(_0xd1bb64,_0x2af7e4))return _0x8f7b11[_0x4c3809(0x327)](_0x21e9aa,_0x2a7d9a),_0x4649c2[_0x4c3809(0x2df)](_0x2a7d9a),!0x0;}return!0x1;}}[_0x50c94c(0x327)](_0x38d230,_0x3a288a){const _0x47dd74=_0x50c94c;if(_0x38d230[_0x47dd74(0x263)]){for(const _0x4b9b59 of _0x3a288a[_0x47dd74(0x2b5)]())_0x38d230[_0x47dd74(0x2d3)](_0x4b9b59);}else{const _0x44573e=_0x3a288a[_0x47dd74(0x39e)]()[_0x47dd74(0x367)];this[_0x47dd74(0x31d)](_0x38d230,this[_0x47dd74(0x22c)][_0x47dd74(0x2d4)](_0x38d230[_0x47dd74(0x39e)]()[_0x47dd74(0x38b)],_0x44573e));}_0x3a288a[_0x47dd74(0x285)]();}[_0x50c94c(0x253)](_0x3a8b07,_0x1f547a){const _0x7eb248=_0x50c94c,_0x3b89ae=_0x3a8b07[_0x7eb248(0x390)](_0x7eb248(0x266))||_0x3a8b07[_0x7eb248(0x390)](_0x7eb248(0x237))?_0x7eb248(0x317):_0x3a8b07[_0x7eb248(0x297)]();return _0x189498(this[_0x7eb248(0x315)][_0x7eb248(0x246)],_0x1f547a+'_'+_0x3b89ae+_0x7eb248(0x2f6));}[_0x50c94c(0x32a)](){const _0x618f89=_0x50c94c,_0x1423ca=this[_0x618f89(0x315)];if(!_0x1423ca['ui'])return;const {ariaLiveAnnouncer:_0x1876ad}=_0x1423ca['ui'];_0x44501c(this[_0x618f89(0x22c)],({left:_0x24c84d,entered:_0x342c24})=>{const _0x1d5f81=_0x618f89;for(const _0x243fb9 of _0x24c84d){const {group:_0x528386,type:_0x22e783}=this[_0x1d5f81(0x38e)](_0x243fb9[_0x1d5f81(0x361)]);if(_0x1d5f81(0x395)===_0x528386){_0x1876ad[_0x1d5f81(0x36a)](this[_0x1d5f81(0x253)](_0x22e783,_0x1d5f81(0x38f)));break;}}for(const _0x244060 of _0x342c24){const {group:_0x581659,type:_0x5e7317}=this[_0x1d5f81(0x38e)](_0x244060[_0x1d5f81(0x361)]);if(_0x1d5f81(0x395)===_0x581659){_0x1876ad[_0x1d5f81(0x36a)](this[_0x1d5f81(0x253)](_0x5e7317,_0x1d5f81(0x35e)));break;}}});}[_0x50c94c(0x276)](_0x4373ab){const _0x40240d=_0x50c94c;if(this[_0x40240d(0x3a0)])return!0x1;const _0x23f798=this[_0x40240d(0x315)],_0x409fcd=_0x23f798[_0x40240d(0x318)][_0x40240d(0x2e8)][_0x40240d(0x267)][_0x40240d(0x22b)]();if(0x0==_0x409fcd[_0x40240d(0x2c8)])return!0x1;const _0x1ad740=[],_0x5aac8e=_0x409fcd[_0x40240d(0x2c1)](_0xca3a7=>_0x40240d(0x237)==_0xca3a7[_0x40240d(0x1f5)]),_0x327a8a=_0x409fcd[_0x40240d(0x2c1)](_0x17f243=>_0x40240d(0x35d)==_0x17f243[_0x40240d(0x1f5)]&&_0x40240d(0x2d9)!=_0x17f243[_0x40240d(0x361)]),_0x36cbac=_0x409fcd[_0x40240d(0x2c1)](_0x52609b=>_0x40240d(0x31b)==_0x52609b[_0x40240d(0x1f5)]&&_0x40240d(0x2d9)!=_0x52609b[_0x40240d(0x361)]);for(const _0x179154 of _0x5aac8e)_0x1ad740[_0x40240d(0x292)]({'key':_0x179154[_0x40240d(0x343)],'newValue':_0x179154[_0x40240d(0x23a)],'oldValue':_0x179154[_0x40240d(0x2d1)],'range':Gt(_0x179154[_0x40240d(0x220)],_0x23f798[_0x40240d(0x318)])});for(const _0x570ccd of _0x327a8a){const _0x2da485=_0x36cbac[_0x40240d(0x222)](_0x1b4d16=>_0x1b4d16[_0x40240d(0x34d)][_0x40240d(0x33b)](_0x570ccd[_0x40240d(0x34d)]));_0x2da485&&_0x1ad740[_0x40240d(0x292)]({'key':_0x40240d(0x32e),'newValue':_0x570ccd[_0x40240d(0x361)],'oldValue':_0x2da485[_0x40240d(0x361)],'range':_0x23f798[_0x40240d(0x318)][_0x40240d(0x288)](_0x570ccd[_0x40240d(0x34d)][_0x40240d(0x34f)])});}return 0x0!=_0x1ad740[_0x40240d(0x2c8)]&&this[_0x40240d(0x39b)](_0x4373ab,_0x1ad740);}[_0x50c94c(0x344)](_0x2c71da){const _0x55a067=_0x50c94c;let _0x7ea197=!0x1;const _0x236a18=this[_0x55a067(0x315)][_0x55a067(0x318)][_0x55a067(0x2e8)][_0x55a067(0x267)][_0x55a067(0x39d)]()[_0x55a067(0x2c1)](_0x4f6b0c=>_0x4f6b0c[_0x55a067(0x269)][_0x55a067(0x314)]&&_0x4f6b0c[_0x55a067(0x361)][_0x55a067(0x390)](_0x55a067(0x2b8)));for(const _0x522977 of _0x236a18){const {subType:_0x400bb0,id:_0x160a96}=this[_0x55a067(0x38e)](_0x522977[_0x55a067(0x361)]),_0x157d83=_0x400bb0[_0x55a067(0x233)]('|')[0x0];for(const _0x101391 of this[_0x55a067(0x38a)]({'skipNotAttached':!0x0}))_0x101391['id']!=_0x160a96&&_0x55a067(0x237)==_0x101391[_0x55a067(0x1f5)]&&_0x101391[_0x55a067(0x269)]&&_0x101391[_0x55a067(0x269)][_0x55a067(0x286)]==_0x157d83&&_0x101391[_0x55a067(0x39e)]()[_0x55a067(0x20b)](_0x522977[_0x55a067(0x269)][_0x55a067(0x314)])&&(this[_0x55a067(0x365)](_0x101391,_0x522977[_0x55a067(0x269)][_0x55a067(0x314)],_0x2c71da),_0x7ea197=!0x0);}return _0x7ea197;}[_0x50c94c(0x2c4)](_0x395556){const _0x35e13a=_0x50c94c;this[_0x35e13a(0x315)],(this[_0x35e13a(0x3a0)]=!0x0,_0x395556());}[_0x50c94c(0x375)](_0x112a85){const _0x34872f=_0x50c94c,_0x2334c5=this[_0x34872f(0x2c7)](_0x112a85),_0x1dc056=this[_0x34872f(0x208)][_0x34872f(0x306)](_0x112a85);return _0x2334c5||_0x1dc056;}[_0x50c94c(0x39b)](_0x4eabc1,_0x4b9627){const _0x1c3b2f=_0x50c94c;if(0x0==_0x4b9627[_0x1c3b2f(0x2c8)])return!0x1;let _0x21fb5d=!0x1;for(const _0xc51903 of _0x4b9627){const _0x425dea=this[_0x1c3b2f(0x28b)](_0xc51903[_0x1c3b2f(0x220)],_0x1c3b2f(0x237))[_0x1c3b2f(0x2c1)](_0x3372ae=>!_0x3372ae[_0x1c3b2f(0x25f)][_0x1c3b2f(0x2a0)])[_0x1c3b2f(0x352)](_0x1f055a=>_0x1f055a[_0x1c3b2f(0x395)]),_0x3fb11e=_0x12c7b0({'newValue':_0xc51903[_0x1c3b2f(0x33f)]});_0x425dea[_0x1c3b2f(0x2c1)](_0x4bac46=>{const _0x38b8c1=_0x1c3b2f,[_0x13ce70,_0x306dc1]=_0x4bac46[_0x38b8c1(0x33e)][_0x38b8c1(0x233)]('|');return _0x13ce70==_0xc51903[_0x38b8c1(0x286)]&&_0x306dc1!=_0x3fb11e;})[_0x1c3b2f(0x30e)](_0x3d6e57=>{const _0x2732db=_0x1c3b2f;this[_0x2732db(0x365)](_0x3d6e57,_0xc51903[_0x2732db(0x220)],_0x4eabc1),_0x21fb5d=!0x0;});}return _0x21fb5d;}[_0x50c94c(0x365)](_0x69b026,_0x3eb946,_0x5ab41e){const _0x15e1b7=_0x50c94c,_0x3ff27a=_0x69b026[_0x15e1b7(0x39e)]()[_0x15e1b7(0x261)](_0x3eb946);0x0!==_0x3ff27a[_0x15e1b7(0x2c8)]?0x1!==_0x3ff27a[_0x15e1b7(0x2c8)]?this[_0x15e1b7(0x209)](_0x69b026,_0x3eb946[_0x15e1b7(0x38b)],_0x3eb946[_0x15e1b7(0x367)]):this[_0x15e1b7(0x31d)](_0x69b026,_0x3ff27a[0x0]):_0x5ab41e[_0x15e1b7(0x2a5)](_0x69b026[_0x15e1b7(0x320)]());}}class Rt{constructor(_0x4f049c){const _0x301122=_0x50c94c;this[_0x301122(0x26d)]=_0x4f049c,this[_0x301122(0x22c)]=_0x4f049c[_0x301122(0x318)],this[_0x301122(0x21c)]=new Map(),this[_0x301122(0x363)]=new Map(),this[_0x301122(0x379)]();}[_0x50c94c(0x230)](_0x8327c7,_0x9da3f6,_0x1e81c4,_0x39ba79,_0x34ff90,_0xd1f61e){const _0x39d320=_0x50c94c;return new _0x116ab6(this[_0x39d320(0x22c)],{'type':_0x8327c7,'subType':_0x9da3f6,'id':_0x1e81c4,'author':_0x39ba79,'creator':_0x39ba79,'attributes':_0x34ff90,'onAttributesChange':_0xd1f61e,'onAccept':(..._0x4bcc51)=>this[_0x39d320(0x26c)](_0x8327c7,_0x9da3f6,_0x39d320(0x36d))(..._0x4bcc51),'onDiscard':(..._0x34bb98)=>this[_0x39d320(0x26c)](_0x8327c7,_0x9da3f6,_0x39d320(0x2b9))(..._0x34bb98)});}[_0x50c94c(0x293)](_0x39fac3,_0x2fe4a8,_0x3aef4c,_0x484742){const _0x348991=_0x50c94c,_0x1c81be=_0x39fac3+':'+_0x2fe4a8+':'+_0x3aef4c;this[_0x348991(0x21c)][_0x348991(0x23e)](_0x1c81be,_0x484742);}[_0x50c94c(0x26c)](_0x19ed56,_0x476a4c,_0x565f8c){const _0x1e7e84=_0x50c94c,_0x51625d=_0x19ed56+':'+_0x476a4c+':'+_0x565f8c;return this[_0x1e7e84(0x21c)][_0x1e7e84(0x396)](_0x51625d)||this[_0x1e7e84(0x363)][_0x1e7e84(0x396)](_0x19ed56+':'+_0x565f8c);}[_0x50c94c(0x379)](){const _0x3aaf2b=_0x50c94c,_0x2394b5=()=>!0x1,_0x1b02b0=_0x2d832f=>{const _0xcdad4c=_0x1da6;_0x2d832f[_0xcdad4c(0x354)]((_0x53cb62,_0x366e3a)=>_0x53cb62[_0xcdad4c(0x38b)][_0xcdad4c(0x213)](_0x366e3a[_0xcdad4c(0x38b)])?0x1:-0x1),this[_0xcdad4c(0x22c)][_0xcdad4c(0x205)](_0x3c8693=>{const _0x18362e=_0xcdad4c;for(const _0x51a999 of _0x2d832f){let _0x434b69;_0x434b69=_0x51a999[_0x18362e(0x367)][_0x18362e(0x2fe)]&&_0x51a999[_0x18362e(0x367)][_0x18362e(0x1f9)]==_0x51a999[_0x18362e(0x38b)][_0x18362e(0x34f)]?_0x3c8693[_0x18362e(0x2fa)](_0x51a999[_0x18362e(0x38b)][_0x18362e(0x34f)],'on'):_0x3c8693[_0x18362e(0x2fa)](_0x51a999),this[_0x18362e(0x22c)][_0x18362e(0x377)](_0x434b69,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0xdf7193=(_0x4c715d,_0x3d9418)=>{const _0x5b9630=_0x1da6;_0x3d9418&&this[_0x5b9630(0x22c)][_0x5b9630(0x205)](_0x259b5f=>{const _0x1b4c24=_0x5b9630,{commandName:_0x1e8616,commandParams:_0x3b85ab=[]}=_0x3d9418,_0x42301f=_0x4c715d[_0x1b4c24(0x352)](_0x5ed0b6=>(Et(_0x5ed0b6)&&(_0x5ed0b6=this[_0x1b4c24(0x22c)][_0x1b4c24(0x2d4)](_0x5ed0b6[_0x1b4c24(0x367)])),_0x5ed0b6))[_0x1b4c24(0x2c1)](_0x4fb05b=>_0x1b4c24(0x24d)!==_0x4fb05b[_0x1b4c24(0x20f)][_0x1b4c24(0x356)]);if(_0x42301f[_0x1b4c24(0x2c8)]<0x1)return;const _0x32e47b=Array[_0x1b4c24(0x290)](this[_0x1b4c24(0x22c)][_0x1b4c24(0x2e8)][_0x1b4c24(0x31a)][_0x1b4c24(0x2b5)]())[_0x1b4c24(0x352)](_0x339e08=>_0x13bd49[_0x1b4c24(0x2a2)](_0x339e08));_0x259b5f[_0x1b4c24(0x39c)](_0x42301f);for(const _0x847107 of this[_0x1b4c24(0x26d)][_0x1b4c24(0x26a)][_0x1b4c24(0x26a)]())_0x847107[_0x1b4c24(0x212)]();_0x3b85ab[_0x1b4c24(0x292)]({'forceDefaultExecution':!0x0}),this[_0x1b4c24(0x26d)][_0x1b4c24(0x32d)](_0x1e8616,..._0x3b85ab);const _0x3a248b=_0x32e47b[_0x1b4c24(0x2c1)](_0x2b753b=>_0x1b4c24(0x24d)!=_0x2b753b[_0x1b4c24(0x20f)][_0x1b4c24(0x356)]);_0x3a248b[_0x1b4c24(0x2c8)]>0x0&&_0x259b5f[_0x1b4c24(0x39c)](_0x3a248b);for(const _0x25bf4a of _0x32e47b)_0x25bf4a[_0x1b4c24(0x2b1)]();});},_0x520788=(_0x3abaa7,_0x27a878)=>0x1==_0x3abaa7[_0x3aaf2b(0x2c8)]&&0x1==_0x27a878[_0x3aaf2b(0x2c8)]&&_0x3abaa7[0x0][_0x3aaf2b(0x367)][_0x3aaf2b(0x33b)](_0x27a878[0x0][_0x3aaf2b(0x38b)]),_0xd25908=(_0x8c986,_0x35fb36,_0x33079e,_0x2bc28f)=>Pt(_0x8c986,_0x35fb36,_0x33079e,_0x2bc28f,this[_0x3aaf2b(0x22c)])?[_0x8c986,_0x35fb36]:Pt(_0x35fb36,_0x8c986,_0x2bc28f,_0x33079e,this[_0x3aaf2b(0x22c)])?[_0x35fb36,_0x8c986]:null;this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x28f),_0x2394b5),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x31c),_0x1b02b0),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x2b2),_0x520788),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x28c),_0xd25908),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x2f0),_0x1b02b0),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x37b),_0x2394b5),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x29a),_0x520788),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x1f6),_0xd25908),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x1fc),_0xdf7193),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x223),_0x2394b5),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x338),_0x520788),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x210),_0x2394b5),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x2af),_0xdf7193),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x321),_0x2394b5),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x2ac),_0x520788),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x2d7),_0x2394b5),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x2f4),_0x2394b5),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x24a),(_0x2937f1,_0x449b39)=>{const _0x4a39e6=_0x3aaf2b;if(!_0x449b39)return;const _0x310d2d=this[_0x4a39e6(0x26d)][_0x4a39e6(0x2b0)][_0x4a39e6(0x396)](p);this[_0x4a39e6(0x22c)][_0x4a39e6(0x205)](_0x2e67d0=>{const _0x1c4f76=_0x4a39e6;if(_0x1c4f76(0x32e)==_0x449b39[_0x1c4f76(0x286)])for(const _0xb17de6 of _0x2937f1){const _0x5567ba=_0xb17de6[_0x1c4f76(0x38b)][_0x1c4f76(0x34f)],_0x2b3e0d=_0x449b39[_0x1c4f76(0x25a)];_0x2e67d0[_0x1c4f76(0x264)](_0x5567ba,_0x2b3e0d);}else{if(_0x310d2d[_0x1c4f76(0x2c7)](_0x449b39[_0x1c4f76(0x286)])){for(const _0x3ef8c7 of _0x2937f1)void 0x0!==_0x449b39[_0x1c4f76(0x25a)]?_0x2e67d0[_0x1c4f76(0x369)](_0x449b39[_0x1c4f76(0x286)],_0x449b39[_0x1c4f76(0x25a)],_0x3ef8c7[_0x1c4f76(0x38b)][_0x1c4f76(0x34f)]):_0x2e67d0[_0x1c4f76(0x303)](_0x449b39[_0x1c4f76(0x286)],_0x3ef8c7[_0x1c4f76(0x38b)][_0x1c4f76(0x34f)]);}else{for(const _0xd58ca7 of _0x2937f1)_0x449b39[_0x1c4f76(0x25a)]?_0x2e67d0[_0x1c4f76(0x369)](_0x449b39[_0x1c4f76(0x286)],_0x449b39[_0x1c4f76(0x25a)],_0xd58ca7):_0x2e67d0[_0x1c4f76(0x303)](_0x449b39[_0x1c4f76(0x286)],_0xd58ca7);}}});}),this[_0x3aaf2b(0x363)][_0x3aaf2b(0x23e)](_0x3aaf2b(0x355),_0x520788);}}function Tt(_0x46e261,_0x5c90f8,_0x57b8e4){const _0x68ca7c=_0x50c94c;for(const _0x26f41e of _0x5c90f8[_0x68ca7c(0x1f9)][_0x68ca7c(0x2fb)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x26f41e[_0x68ca7c(0x20f)]==_0x26f41e)return!0x1;if(!_0x57b8e4[_0x68ca7c(0x2ee)](_0x26f41e))return!0x1;if(_0x46e261[_0x68ca7c(0x37e)](_0x26f41e)||_0x46e261[_0x68ca7c(0x2ba)](_0x26f41e))return!0x0;}return!0x1;}function Et(_0x1497fe){const _0x4f81bb=_0x50c94c;return _0x1497fe[_0x4f81bb(0x367)][_0x4f81bb(0x1f9)]==_0x1497fe[_0x4f81bb(0x38b)][_0x4f81bb(0x34f)]&&_0x1497fe[_0x4f81bb(0x367)][_0x4f81bb(0x307)];}function Ot(_0x2f448e,_0x3f8527,_0x56f2fc,_0x372f5a){const _0x57ceb8=_0x50c94c,_0x364df0=_0x3eda5a=>!_0x3eda5a[_0x57ceb8(0x275)]['is'](_0x57ceb8(0x257))&&!_0x372f5a[_0x57ceb8(0x37e)](_0x3eda5a[_0x57ceb8(0x275)]),_0x5342ef=_0x2f448e[_0x57ceb8(0x38b)][_0x57ceb8(0x391)](_0x364df0),_0x52addd=_0x2f448e[_0x57ceb8(0x367)][_0x57ceb8(0x391)](_0x364df0,{'direction':_0x57ceb8(0x277)});return(!_0x2f448e[_0x57ceb8(0x38b)][_0x57ceb8(0x33b)](_0x5342ef)||!_0x2f448e[_0x57ceb8(0x367)][_0x57ceb8(0x33b)](_0x52addd))&&(_0x5342ef[_0x57ceb8(0x213)](_0x52addd)?_0x56f2fc[_0x57ceb8(0x291)](_0x3f8527,{'range':_0x56f2fc[_0x57ceb8(0x2d4)](_0x5342ef,_0x52addd)}):_0x56f2fc[_0x57ceb8(0x2a5)](_0x3f8527),!0x0);}function Vt(_0x386a06){return _0x12c7b0(_0x386a06);}function Ut(_0x2f2f5f){const _0x305fac=_0x50c94c,_0x5ae3f2=_0x2f2f5f[_0x305fac(0x38b)][_0x305fac(0x34f)];return _0x5ae3f2&&_0x5ae3f2['is'](_0x305fac(0x2ea));}function Gt(_0x34f241,_0x185327){const _0x99233d=_0x50c94c;return null==_0x34f241[_0x99233d(0x367)][_0x99233d(0x2f2)]&&_0x34f241[_0x99233d(0x367)][_0x99233d(0x1f9)]==_0x34f241[_0x99233d(0x38b)][_0x99233d(0x34f)]?Ft(_0x34f241[_0x99233d(0x38b)][_0x99233d(0x34f)],_0x185327):_0x34f241;}function Ft(_0xe7f5a3,_0x13690e){const _0x2d54e0=_0x50c94c,_0x224d9e=_0x13690e[_0x2d54e0(0x21a)][_0x2d54e0(0x37e)](_0xe7f5a3)||_0x13690e[_0x2d54e0(0x21a)][_0x2d54e0(0x279)](_0xe7f5a3);return _0x13690e[_0x2d54e0(0x2d4)](_0x13690e[_0x2d54e0(0x1f8)](_0xe7f5a3,_0x2d54e0(0x34b)),_0x224d9e?_0x13690e[_0x2d54e0(0x378)](_0xe7f5a3):_0x13690e[_0x2d54e0(0x1f8)](_0xe7f5a3,_0x2d54e0(0x367)));}function Pt(_0x11808a,_0x2b988b,_0x2da326,_0x40adfb,_0x32250c){const _0x351fb9=_0x50c94c;if(!Lt(_0x11808a,_0x2b988b))return!0x1;if(_0x2da326[_0x351fb9(0x367)][_0x351fb9(0x33b)](_0x40adfb[_0x351fb9(0x38b)]))return!0x0;if(_0x11808a[_0x351fb9(0x1f5)]!=_0x2b988b[_0x351fb9(0x1f5)])return!0x1;if(!_0x2da326[_0x351fb9(0x367)][_0x351fb9(0x251)](_0x40adfb[_0x351fb9(0x38b)]))return!0x1;const _0x43e569=_0x32250c[_0x351fb9(0x2d4)](_0x2da326[_0x351fb9(0x367)],_0x40adfb[_0x351fb9(0x38b)])[_0x351fb9(0x2f7)]();for(const _0x2fdaa1 of _0x43e569)if([_0x351fb9(0x372),_0x351fb9(0x374)][_0x351fb9(0x296)](_0x2fdaa1[_0x351fb9(0x1f5)])&&_0x32250c[_0x351fb9(0x21a)][_0x351fb9(0x2ba)](_0x2fdaa1[_0x351fb9(0x275)]))return!0x1;return!0x0;}function Lt(_0x15a5a7,_0x1f433d){const _0x4ad3cd=_0x50c94c;if(!_0x15a5a7[_0x4ad3cd(0x335)]||!_0x1f433d[_0x4ad3cd(0x335)])return!0x1;const _0x3dad3b=new Set(Object[_0x4ad3cd(0x304)](_0x15a5a7[_0x4ad3cd(0x2ed)])),_0x177643=new Set(Object[_0x4ad3cd(0x304)](_0x1f433d[_0x4ad3cd(0x2ed)]));if(_0x3dad3b[_0x4ad3cd(0x2df)](_0x4ad3cd(0x394)),_0x177643[_0x4ad3cd(0x2df)](_0x4ad3cd(0x394)),0x0==_0x3dad3b[_0x4ad3cd(0x2f8)]&&0x0==_0x177643[_0x4ad3cd(0x2f8)])return!0x0;if(_0x3dad3b[_0x4ad3cd(0x2f8)]!=_0x177643[_0x4ad3cd(0x2f8)])return!0x1;const _0x502eeb={..._0x15a5a7[_0x4ad3cd(0x2ed)]},_0x143e3a={..._0x1f433d[_0x4ad3cd(0x2ed)]};return delete _0x502eeb[_0x4ad3cd(0x394)],delete _0x143e3a[_0x4ad3cd(0x394)],JSON[_0x4ad3cd(0x23f)](_0x502eeb)==JSON[_0x4ad3cd(0x23f)](_0x143e3a);}function Ht(_0x4c353d,_0x11acd3){const _0x277ea2=_0x50c94c,_0x249bb4=Jt(_0x4c353d[_0x277ea2(0x2ed)]),_0x5e401e=Jt(_0x11acd3);if(!_0x4c353d[_0x277ea2(0x335)])return!0x1;for(const _0x3aa72f of Object[_0x277ea2(0x304)](_0x5e401e))if(!_0x368d45(_0x249bb4[_0x3aa72f],_0x5e401e[_0x3aa72f]))return!0x1;return!0x0;}function Jt(_0x216673){const _0x5acd7e=_0x50c94c,_0x55c383=Object[_0x5acd7e(0x239)]({},_0x216673);return delete _0x55c383[_0x5acd7e(0x204)],delete _0x55c383[_0x5acd7e(0x22f)],_0x55c383;}
|
|
23
|
+
const _0xce3cb9=_0x4b57;(function(_0x2bcbaa,_0x1e1dec){const _0x58d7e3=_0x4b57,_0x15357c=_0x2bcbaa();while(!![]){try{const _0x4293ae=parseInt(_0x58d7e3(0x2f6))/0x1*(-parseInt(_0x58d7e3(0x27e))/0x2)+parseInt(_0x58d7e3(0x211))/0x3*(parseInt(_0x58d7e3(0x233))/0x4)+parseInt(_0x58d7e3(0x353))/0x5+parseInt(_0x58d7e3(0x275))/0x6+parseInt(_0x58d7e3(0x33f))/0x7+parseInt(_0x58d7e3(0x262))/0x8*(-parseInt(_0x58d7e3(0x342))/0x9)+parseInt(_0x58d7e3(0x208))/0xa*(-parseInt(_0x58d7e3(0x24b))/0xb);if(_0x4293ae===_0x1e1dec)break;else _0x15357c['push'](_0x15357c['shift']());}catch(_0xef1bc3){_0x15357c['push'](_0x15357c['shift']());}}}(_0x309d,0x3dbf4));import{Plugin as _0x2ffacb,PendingActions as _0x519bed}from'ckeditor5/src/core.js';import{LiveRange as _0x2710e9}from'ckeditor5/src/engine.js';import{CKEditorError as _0x13d037,uid as _0x216f80,priorities as _0xff37aa,logWarning as _0x44413c,getEnvKeystrokeText as _0x3992f4}from'ckeditor5/src/utils.js';import{toWidget as _0x9c805d}from'ckeditor5/src/widget.js';import{Users as _0x2e7c2c,hashObject as _0x238f95,surroundingMarkersDetector as _0x156d6f,ENTER_THREAD_KEYSTROKE as _0x2aa64a}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3f689d from'./commands/trackchangescommand.js';import _0x5e11e2 from'./commands/acceptsuggestioncommand.js';import _0xbc623d from'./commands/discardsuggestioncommand.js';import _0x1119bb from'./commands/executeonallsuggestionscommand.js';import _0x5ae9ac from'./commands/executeonselectedsuggestionscommand.js';import _0x370085 from'./suggestion.js';import _0x42ebbe from'./suggestiondescriptionfactory.js';import _0x39b956 from'./integrations/aiassistant.js';import _0x5a2157 from'./integrations/alignment.js';import _0x5d0589 from'./integrations/basicstyles.js';import _0x5baf05 from'./integrations/blockquote.js';import _0x4709a9 from'./integrations/casechange.js';import _0x93a535 from'./integrations/ckbox.js';import _0x28f497 from'./integrations/codeblock.js';import _0x3a03eb from'./integrations/comments.js';import _0x404c1f from'./integrations/deletecommand.js';import _0x18f630 from'./integrations/list.js';import _0x7cbedf from'./integrations/listproperties.js';import _0x23b217 from'./integrations/entercommand.js';import _0x1234c7 from'./integrations/findandreplace.js';import _0x18dd5d from'./integrations/font.js';import _0xcf9d33 from'./integrations/formatpainter.js';import _0x2fbd2b from'./integrations/heading.js';import _0x17ddb3 from'./integrations/highlight.js';import _0x154839 from'./integrations/horizontalline.js';import _0x4b3a2a from'./integrations/htmlembed.js';import _0x405c56 from'./integrations/image.js';import _0x58abc0 from'./integrations/imagereplace.js';import _0x5798f3 from'./integrations/imagestyle.js';import _0x26a834 from'./integrations/importword.js';import _0x576b01 from'./integrations/indent.js';import _0x3daa54 from'./integrations/inputcommand.js';import _0x50a659 from'./integrations/link.js';import _0x12acf1 from'./integrations/legacylist.js';import _0x18ba13 from'./integrations/legacylistproperties.js';import _0x1c9f69 from'./integrations/mediaembed.js';import _0x496244 from'./integrations/mention.js';import _0x305e51 from'./integrations/mergefields.js';import _0x139f1b from'./integrations/multilevellist.js';import _0x2b3463 from'./integrations/pagebreak.js';import _0x180c53 from'./integrations/paragraph.js';import _0xf59e9b from'./integrations/removeformat.js';import _0x5ae465 from'./integrations/restrictededitingmode.js';import _0x50fe63 from'./integrations/shiftentercommand.js';import _0x50a691 from'./integrations/standardeditingmode.js';import _0x494795 from'./integrations/style.js';import _0x4cea53 from'./integrations/table.js';import _0x219fb6 from'./integrations/tablemergesplit.js';import _0x36d649 from'./integrations/tableheadings.js';import _0x4b9b81 from'./integrations/tableclipboard.js';function _0x309d(){const _0x12d7d0=['_isForcedDefaultExecutionBlock','warn','_getExternalAuthor','_editor','getMultiRangeId','isAtEnd','upcast','removeMarker:suggestion:attribute','addComment','position','addMarker:suggestion:formatBlock','formatBlock:','writer','isUndo','oldRange','markInsertion','_refreshSuggestionsChain','createElement','formatBlock:accept','attributeOldValue','deletion:discard','descriptionFactory','markerToData','consumable','deletion:chain','tablePasteChainId','root','isExternal','_inlineAttributeKeys','showSuggestionHighlights','marker-count','stringify','isCollapsed','author','containerElement','LEAVE','dataToMarker','has','getAttribute','consume','formatBlock:chain','$textProxy','setTo','track-changes-adapter-missing-getsuggestion','createPositionAt','createPositionBefore','formatBlock:join','concat','documentSelection','multi','widget','for','_addSuggestionMarker','registerCustomCallback','subType','isLocal','getIntersection','splice','PendingActions','getFirstRange','suggestionChanged','addSuggestionData','acceptSelectedSuggestions','_joinWithAdjacentSuggestions','isIntersectingWithRange','isOwn','ck-suggestion-marker-formatBlock','removeMarkers','join','action','markerToHighlight','getRanges','data','newRange','execute','forceDefaultExecution','define','isArray','Users','howMany','400980vtgqOe','then','_initAriaMarkerChangeAnnouncements','change:activeMarkers','data-suggestion','reconvertMarker','notReady','element','normal','226467uyNZCk','isNextTo','discardSuggestion','selection','removeComment','range','getSuggestionCallback','track-changes-user-not-found','attributeKey','_getAuthorFromId','conversion','suggestion-type','toUpperCase','insertion:discard','deletion:accept','stopListening','updateSuggestion','containsRange','createRangeIn','FORMATTING','_adapter','unbind','_suggestions','attribute:accept','CommentsRepository','addRange','_trackFormatChanges','acceptSuggestion','sort','setAttribute','groupId','get','dataDowncast','_reduceSuggestionAttributeRange','8UPwZRU','rejected','authorName','_joinSuggestions','getChanges','keys','removed','_isRegisteredAttribute','enableReadOnlyMode','containsPosition','markDeletion','isIntersecting','markerNameToElements','filter','document','_suggestionState','start','deletion','markMultiRangeDeletion','includes','insertion:accept','nodeBefore','suggestionLoaded','fromRange','55oLnZBU','plugins','addSuggestion','remove','split','track-changes-enable-command-twice','hasCommentThread','lowest','stop','backward','PENDING_ACTION_SUGGESTION','commandName','registerBlockAttribute','startsWith','getItems','values','isDocumentOperation','getShiftedBy','_afterChanges','isBlock','_updateSuggestionData','_suggestionFactory','newValue','29248FdzOEK','change','formatInline:accept','trackChangesCommand','markerName','insert','_blockAttributeKeys','applyOperation','createRangeOn','clone','open','isAtStart','addCommentThread','_mergeNestedSuggestions','set','createdAt','forEach','enqueueChange','splitPosition','740052yiFQKW','differ','creator','formatInline','model','markerReady','after','getUser','add','239084bBCRzh','editingDowncast','accepted','adapter','pluginName','removeMarker:suggestion:formatBlock','formatBlock','formatInline:join','_defaultCallbacks','next','discardSelectedSuggestions','skipNestingCheck','value','isLimit','insertion','$text','ck-suggestion-marker-','markers','comments','mapper','isTouching','update:suggestion','dataReady','bindElementToMarker','track-changes-suggestion-not-found','insertContent','substring','commands','_breakSuggestionMarker','trackChanges.trackFormatChanges','suggestion:attribute:','_getAttributeKey','containsRangeInObject','_cutOutSuggestionMarker','_removeSuggestion','ready','trackChanges.mergeNestedSuggestions','item','getCommentThread','pop','_isDataLoaded','isEqual','error-saving-suggestion-data-suggestion-discarded','requires','_splitMarkerName','_createSuggestion','change:data','move','config','removeClass','ENTER','createPositionAfter','addClass','attribute','_processAttributeSuggestions','options','ck-suggestion-marker','unshift','accept','$elementName','registerPostFixer','batch','targetPosition','collaboration.channelId','attribute:discard','return','every','default','createRange','_recordAttributeChanges','size','isBefore','moveTargetPosition','deletion:','_SUGGESTION_ANNOUNCEMENT','type','addMarkerName','some','getSuggestion','chain','enableDefaultAttributesIntegration','insertion:chain','isInContent','_handleNewSuggestionMarker','listenTo','key','detach','meta','attribute:','deletion:join','attribute:join','updateMarker','suggestionUnloaded','track-changes-suggestion-data-mismatch','fire','find','getNearestSelectionRange','fetchCommentThread','acceptAllSuggestions','assign','_checkSuggestionCorrectness','hasComments','formatInline:','_saved','activeMarkers','getChangedMarkers','attributeNewValue','external:','getFirstMarker','multipleBlocks','discard','commentThread','removeAttribute','buildSuggestion','isObject','substr','_addThreadToSuggestion','addMarker:suggestion:attribute','markMultiRangeBlockFormat','rethrowUnexpectedError','2GThCKn','_onDiscard','oldValue','elementToElement','insertion:','_customCallbacks','isInsideObject','never','_commentsRepository','group','_rangeIsInLocalUserInsertion','_setSuggestionData','formatInline:discard','change:_saved','$marker','$graveyard','track-changes-adapter-already-set','_recordAttributeSuggestions','_findSuggestions','getAncestors','rootName','_reduceExistingSuggestions','markMultiRangeInsertion','low','trackChanges','suggestion:','ck-suggestion-marker-formatInline','addUser','getDifference','locale','suggestion','clear','announce','removeMarker','deleteContent','addHighlight','elementEnd','push','from','authoredAt','isAfter','toJSON','resolve','map','TrackChangesEditing','formatGroupId','elementStart','_refreshAttributeSuggestionsChain','before','head','registerInlineAttribute','nodeAfter','isMultiRange','_isBlockAttribute','always','format','getMarkers','_registerDefaultCallbacks','addMarker:suggestion','_getMarkerAnnouncementText','previous','refresh','rename','ck-suggestion-marker--active','createSelection','@external','isRemovable','getWalker','markAttributeChange','_getSuggestionData','setSelection','originalSuggestionId','getSuggestions','1074087IxpEEG','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.','fromCharCode','360xMFIxp','getCustomProperty','enableCommand','getContainedElement','toViewElement','formatBlock:discard','length','getRange','_model','editing','catch','delete','unbindElementFromMarkerName','_processAttributeChanges','formatInline:chain','editor','init','2054845SaCdDV','parent','highest','getLastMatchingPosition','addMarker','schema','_setSuggestionRange','end','getAllAdjacentSuggestions','high','discardAllSuggestions','markInlineFormat','insertion:join','hasSuggestion','name','track-changes-command-not-found','isSelectable','attributes','_enabledCommands','markBlockFormat','forward','containsItem'];_0x309d=function(){return _0x12d7d0;};return _0x309d();}import _0x5948aa from'./integrations/tablecolumnresize.js';import _0x5df4c5 from'./integrations/template.js';import _0x85a3e2 from'./integrations/tableofcontents.js';import _0x28dcac from'./integrations/title.js';function _0x4b57(_0x151636,_0x3b6fc5){const _0x309d5e=_0x309d();return _0x4b57=function(_0x4b572f,_0x52ef4e){_0x4b572f=_0x4b572f-0x1db;let _0x14c3d9=_0x309d5e[_0x4b572f];return _0x14c3d9;},_0x4b57(_0x151636,_0x3b6fc5);}import _0x461799 from'./integrations/undo.js';import _0xfe13 from'./integrations/tablecaption.js';import _0x1ac756 from'./integrations/tableproperties.js';import{getTranslation as _0x4c602f}from'./utils/common-translations.js';import{isEqual as _0xe4b4d0,omit as _0x41c4a7}from'lodash-es';export const renameAttributeKey=_0xce3cb9(0x2b9);export default class p extends _0x2ffacb{static get[_0xce3cb9(0x2a9)](){const _0xebcd91=_0xce3cb9;return[_0xebcd91(0x229),_0x2e7c2c,_0x519bed,_0x39b956,_0x5a2157,_0x5d0589,_0x5baf05,_0x93a535,_0x4709a9,_0x28f497,_0x3a03eb,_0x404c1f,_0x23b217,_0x1234c7,_0x18dd5d,_0xcf9d33,_0x2fbd2b,_0x17ddb3,_0x154839,_0x4b3a2a,_0x405c56,_0x5798f3,_0x58abc0,_0x26a834,_0x576b01,_0x3daa54,_0x12acf1,_0x18ba13,_0x139f1b,_0x50a659,_0x18f630,_0x7cbedf,_0x1c9f69,_0x496244,_0x305e51,_0x2b3463,_0x180c53,_0xf59e9b,_0x5ae465,_0x50fe63,_0x50a691,_0x494795,_0x4cea53,_0x219fb6,_0x36d649,_0xfe13,_0x4b9b81,_0x5948aa,_0x85a3e2,_0x1ac756,_0x5df4c5,_0x28dcac,_0x461799];}static get[_0xce3cb9(0x282)](){const _0x4e363d=_0xce3cb9;return _0x4e363d(0x322);}constructor(_0x28fe10){const _0x479a39=_0xce3cb9;function _0x35d4f9(_0x4d2db9){const _0x148211=_0x4b57;return _0x4d2db9[_0x148211(0x321)](_0x2a513f=>String[_0x148211(0x341)](_0x2a513f))[_0x148211(0x1fc)]('');}super(_0x28fe10),this[_0x479a39(0x307)]=!0x1,this[_0x479a39(0x270)](_0x479a39(0x2e6),[]),this['on'](_0x479a39(0x20b),(_0x477611,_0x4ad8a9,_0x5611d7,_0x29e37e)=>{const _0x502b83=_0x479a39;this[_0x502b83(0x34a)][_0x502b83(0x263)](()=>{const _0x430ef5=_0x502b83;for(const _0x21d7bf of[..._0x29e37e,..._0x5611d7])this[_0x430ef5(0x34a)][_0x430ef5(0x28f)][_0x430ef5(0x1dd)](_0x21d7bf)&&_0x28fe10[_0x430ef5(0x34b)][_0x430ef5(0x20d)](_0x21d7bf);});}),this[_0x479a39(0x37e)]=new _0x42ebbe(this[_0x479a39(0x351)][_0x479a39(0x279)][_0x479a39(0x358)],this[_0x479a39(0x351)][_0x479a39(0x313)]),this[_0x479a39(0x225)]=null,this[_0x479a39(0x260)]=new Et(this[_0x479a39(0x351)]),this[_0x479a39(0x227)]=new Map(),this[_0x479a39(0x2fe)]=_0x28fe10[_0x479a39(0x24c)][_0x479a39(0x230)](_0x479a39(0x229)),this[_0x479a39(0x365)]=new Set(),this[_0x479a39(0x34a)]=this[_0x479a39(0x351)][_0x479a39(0x279)],this[_0x479a39(0x242)]=new WeakMap(),this[_0x479a39(0x369)]=!0x1,this[_0x479a39(0x268)]=new Set([_0x479a39(0x2b9)]),this[_0x479a39(0x385)]=new Set(),_0x28fe10[_0x479a39(0x2ae)][_0x479a39(0x204)](_0x479a39(0x29b),_0x479a39(0x2c1)),this[_0x479a39(0x22b)]=_0x28fe10[_0x479a39(0x2ae)][_0x479a39(0x230)](_0x479a39(0x29b)),_0x28fe10[_0x479a39(0x2ae)][_0x479a39(0x204)](_0x479a39(0x2a2),!0x0),this[_0x479a39(0x26f)]=_0x28fe10[_0x479a39(0x2ae)][_0x479a39(0x230)](_0x479a39(0x2a2)),this[_0x479a39(0x265)]=new _0x3f689d(_0x28fe10,this[_0x479a39(0x365)]),this[_0x479a39(0x20a)](),this[_0x35d4f9([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x35d4f9([0x34,0x30,0x34,0x38,0x31,0x34,0x36,0x32]);}[_0xce3cb9(0x352)](){const _0x468736=_0xce3cb9,_0x412042=this[_0x468736(0x351)],_0x2c1698=(_0x5c1a27,_0x298bf8)=>{const _0x23054b=_0x468736;if(_0x23054b(0x2b3)!=_0x5c1a27)return _0x23054b(0x28e)+_0x5c1a27;const _0x24f06d=_0x298bf8[_0x23054b(0x24f)]('|')[0x0];return this[_0x23054b(0x32b)](_0x24f06d)?_0x23054b(0x1fa):_0x23054b(0x310);};_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x27f))[_0x468736(0x1fe)]({'model':_0x468736(0x314),'view':_0x5bb6df=>{const _0x1d30dc=_0x468736,{id:_0x107dd8,type:_0x3976b8,subType:_0x130ec3}=this[_0x1d30dc(0x2aa)](_0x5bb6df[_0x1d30dc(0x266)]),_0x2d4e8d=[_0x1d30dc(0x2b6),_0x2c1698(_0x3976b8,_0x130ec3)];let _0x17b317=0xbb8;return this[_0x1d30dc(0x2e6)][_0x1d30dc(0x246)](_0x5bb6df[_0x1d30dc(0x266)])&&(_0x2d4e8d[_0x1d30dc(0x31b)](_0x1d30dc(0x335)),_0x17b317=0xbc2),_0x1d30dc(0x244)==_0x3976b8&&(_0x17b317+=0x5),{'classes':_0x2d4e8d,'attributes':{'data-suggestion':_0x107dd8},'priority':_0x17b317};}}),_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x231))[_0x468736(0x27d)](_0xce1136=>{const _0x52be33=_0x468736;_0xce1136['on'](_0x52be33(0x330),(_0x3dedcc,_0x34d2bc,_0xae511d)=>{const _0xfe5635=_0x52be33;if(!_0xae511d[_0xfe5635(0x2b5)][_0xfe5635(0x386)])return;const _0x24ff65=_0x34d2bc[_0xfe5635(0x2a3)];if(!_0x24ff65)return;const _0x1a7b97=_0xae511d[_0xfe5635(0x291)][_0xfe5635(0x346)](_0x24ff65);_0x412042[_0xfe5635(0x279)][_0xfe5635(0x358)][_0xfe5635(0x2f0)](_0x24ff65)&&_0x1a7b97&&!_0x1a7b97[_0xfe5635(0x343)](_0xfe5635(0x1ea))&&_0x1a7b97['is'](_0xfe5635(0x38b))&&_0x9c805d(_0x1a7b97,_0xae511d[_0xfe5635(0x375)]);},{'priority':_0x52be33(0x35c)});}),_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x231))[_0x468736(0x1fe)]({'model':_0x468736(0x314),'view':(_0x4a2a50,_0xfbd0e8)=>{const _0xfa5c7b=_0x468736;if(!_0xfbd0e8[_0xfa5c7b(0x2b5)][_0xfa5c7b(0x386)])return null;const {type:_0x3f8807,subType:_0x20ff0b}=this[_0xfa5c7b(0x2aa)](_0x4a2a50[_0xfa5c7b(0x266)]);return{'classes':[_0xfa5c7b(0x2b6),_0x2c1698(_0x3f8807,_0x20ff0b)],'priority':0xbb8};}});const _0x24680e=({showActiveMarkers:_0x8e3495=!0x0,isAttributeSuggestion:_0x4f0b9f=!0x1}={})=>(_0x538703,_0x4cffed,_0x21a1d6)=>{const _0x3ed8ed=_0x468736;if(!_0x4cffed[_0x3ed8ed(0x2a3)])return;const {id:_0x3bf226}=this[_0x3ed8ed(0x2aa)](_0x4cffed[_0x3ed8ed(0x266)]);if(_0x4f0b9f){const _0x4b15b7=this[_0x3ed8ed(0x227)][_0x3ed8ed(0x230)](_0x3bf226),_0x578b27=this[_0x3ed8ed(0x29d)](_0x4b15b7);if(!this[_0x3ed8ed(0x32b)](_0x578b27))return;}if(_0x4cffed[_0x3ed8ed(0x2a3)]['is'](_0x3ed8ed(0x214)))return void _0x21a1d6[_0x3ed8ed(0x380)][_0x3ed8ed(0x1df)](_0x4cffed[_0x3ed8ed(0x2a3)],_0x538703[_0x3ed8ed(0x361)]);const _0x85c40=_0x21a1d6[_0x3ed8ed(0x291)][_0x3ed8ed(0x346)](_0x4cffed[_0x3ed8ed(0x2a3)]);if(_0x4cffed[_0x3ed8ed(0x2a3)]['is'](_0x3ed8ed(0x20f))&&_0x412042[_0x3ed8ed(0x279)][_0x3ed8ed(0x358)][_0x3ed8ed(0x25e)](_0x4cffed[_0x3ed8ed(0x2a3)])&&!_0x85c40[_0x3ed8ed(0x343)](_0x3ed8ed(0x319))){_0x21a1d6[_0x3ed8ed(0x375)][_0x3ed8ed(0x2b2)]([_0x3ed8ed(0x2b6),_0x3ed8ed(0x1fa)],_0x85c40),_0x21a1d6[_0x3ed8ed(0x375)][_0x3ed8ed(0x22e)](_0x3ed8ed(0x20c),_0x3bf226,_0x85c40),_0x21a1d6[_0x3ed8ed(0x291)][_0x3ed8ed(0x295)](_0x85c40,_0x4cffed[_0x3ed8ed(0x266)]),_0x8e3495&&(this[_0x3ed8ed(0x2e6)][_0x3ed8ed(0x246)](_0x4cffed[_0x3ed8ed(0x266)])?_0x21a1d6[_0x3ed8ed(0x375)][_0x3ed8ed(0x2b2)](_0x3ed8ed(0x335),_0x85c40):_0x21a1d6[_0x3ed8ed(0x375)][_0x3ed8ed(0x2af)](_0x3ed8ed(0x335),_0x85c40));for(const _0x102d25 of _0x412042[_0x3ed8ed(0x279)][_0x3ed8ed(0x223)](_0x4cffed[_0x3ed8ed(0x2a3)])[_0x3ed8ed(0x259)]())_0x21a1d6[_0x3ed8ed(0x380)][_0x3ed8ed(0x1df)](_0x102d25,_0x538703[_0x3ed8ed(0x361)]);_0x21a1d6[_0x3ed8ed(0x380)][_0x3ed8ed(0x1df)](_0x4cffed[_0x3ed8ed(0x2a3)],_0x538703[_0x3ed8ed(0x361)]);}};_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x231))[_0x468736(0x27d)](_0x472eb9=>{const _0x390fa3=_0x468736;_0x472eb9['on'](_0x390fa3(0x373),(_0x85bb48,_0x468516,_0x17773c)=>{const _0x4970c0=_0x390fa3;_0x17773c[_0x4970c0(0x2b5)][_0x4970c0(0x386)]&&_0x24680e({'showActiveMarkers':!0x1})(_0x85bb48,_0x468516,_0x17773c);},{'priority':_0x390fa3(0x355)});}),_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x231))[_0x468736(0x27d)](_0x573f53=>{const _0x4c6a7b=_0x468736;_0x573f53['on'](_0x4c6a7b(0x2f3),(_0x4e064f,_0x40219a,_0x5e823c)=>{const _0x25f2d9=_0x4c6a7b;_0x5e823c[_0x25f2d9(0x2b5)][_0x25f2d9(0x386)]&&_0x24680e({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4e064f,_0x40219a,_0x5e823c);},{'priority':_0x4c6a7b(0x355)});}),_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x231))[_0x468736(0x37f)]({'model':_0x468736(0x314),'view':(_0x3e203f,_0x4e6b53)=>_0x4e6b53[_0x468736(0x2b5)][_0x468736(0x386)]?null:{'group':_0x468736(0x314),'name':_0x3e203f[_0x468736(0x2f1)](0xb)}}),_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x36f))[_0x468736(0x2f9)]({'view':{'name':_0x468736(0x314),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x3720cb,{writer:_0x421b49})=>{const _0x369932=_0x468736;let _0x31904b=_0x369932(0x30f)+_0x3720cb[_0x369932(0x1de)](_0x369932(0x21c))+':'+_0x3720cb[_0x369932(0x1de)]('id');return _0x3720cb[_0x369932(0x1de)](_0x369932(0x387))&&(_0x31904b+=':'+_0x3720cb[_0x369932(0x1de)](_0x369932(0x387))),_0x421b49[_0x369932(0x37a)](_0x369932(0x304),{'data-name':_0x31904b});}}),_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x36f))[_0x468736(0x1dc)]({'view':_0x468736(0x314)}),_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x27f))[_0x468736(0x27d)](_0x365575=>{const _0x58af33=_0x468736;_0x365575['on'](_0x58af33(0x373),_0x24680e(),{'priority':_0x58af33(0x35c)});}),_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x27f))[_0x468736(0x27d)](_0x43b148=>{const _0x216d32=_0x468736;_0x43b148['on'](_0x216d32(0x2f3),_0x24680e({'isAttributeSuggestion':!0x0}),{'priority':_0x216d32(0x35c)});}),_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x27f))[_0x468736(0x27d)](_0x45ac68=>{const _0x43a802=_0x468736;_0x45ac68['on'](_0x43a802(0x283),(_0x29d4ad,_0x33085a,_0x203717)=>{const _0x49382d=_0x43a802,_0x57a0fd=_0x203717[_0x49382d(0x291)][_0x49382d(0x23f)](_0x33085a[_0x49382d(0x266)]);if(_0x57a0fd){for(const _0x212cf2 of _0x57a0fd)_0x212cf2[_0x49382d(0x343)](_0x49382d(0x319))||(_0x203717[_0x49382d(0x375)][_0x49382d(0x2af)]([_0x49382d(0x2b6),_0x49382d(0x1fa),_0x49382d(0x335)],_0x212cf2),_0x203717[_0x49382d(0x375)][_0x49382d(0x2ee)](_0x49382d(0x20c),_0x212cf2),_0x203717[_0x49382d(0x291)][_0x49382d(0x34e)](_0x212cf2,_0x33085a[_0x49382d(0x266)]));}},{'priority':_0x43a802(0x35c)});}),_0x412042[_0x468736(0x21b)][_0x468736(0x1eb)](_0x468736(0x27f))[_0x468736(0x27d)](_0x4b94c8=>{const _0x11ace7=_0x468736;_0x4b94c8['on'](_0x11ace7(0x370),(_0x50f62f,_0x57b4ae,_0xcef90d)=>{const _0x1cfbb4=_0x11ace7,_0x57ee00=_0xcef90d[_0x1cfbb4(0x291)][_0x1cfbb4(0x23f)](_0x57b4ae[_0x1cfbb4(0x266)]);if(!_0x57ee00)return;const {id:_0x5939a2}=this[_0x1cfbb4(0x2aa)](_0x57b4ae[_0x1cfbb4(0x266)]),_0x5c9019=this[_0x1cfbb4(0x227)][_0x1cfbb4(0x230)](_0x5939a2),_0x3c5de8=this[_0x1cfbb4(0x29d)](_0x5c9019);if(this[_0x1cfbb4(0x32b)](_0x3c5de8)){for(const _0x635e9 of _0x57ee00)_0x635e9[_0x1cfbb4(0x343)](_0x1cfbb4(0x319))||(_0xcef90d[_0x1cfbb4(0x375)][_0x1cfbb4(0x2af)]([_0x1cfbb4(0x2b6),_0x1cfbb4(0x1fa),_0x1cfbb4(0x335)],_0x635e9),_0xcef90d[_0x1cfbb4(0x375)][_0x1cfbb4(0x2ee)](_0x1cfbb4(0x20c),_0x635e9),_0xcef90d[_0x1cfbb4(0x291)][_0x1cfbb4(0x34e)](_0x635e9,_0x57b4ae[_0x1cfbb4(0x266)]));}},{'priority':_0x11ace7(0x35c)});}),_0x412042[_0x468736(0x279)][_0x468736(0x241)][_0x468736(0x2ba)](_0x2db472=>{const _0x3163b1=_0x468736;let _0x8f659c=!0x1;const _0x5ceb48=Array[_0x3163b1(0x31c)](_0x412042[_0x3163b1(0x279)][_0x3163b1(0x241)][_0x3163b1(0x276)][_0x3163b1(0x2e7)]()),_0x1ea4a5=new Set();for(const {name:_0x36ba2d,data:_0x117f98}of _0x5ceb48){const {group:_0x3128e5,type:_0x27f186,subType:_0x504577,id:_0x252f69}=this[_0x3163b1(0x2aa)](_0x36ba2d);if(_0x3163b1(0x314)!==_0x3128e5)continue;const _0xf5ea07=this[_0x3163b1(0x227)][_0x3163b1(0x230)](_0x252f69);if(null!=_0x117f98[_0x3163b1(0x201)]){_0x3163b1(0x278)==_0x27f186&&(_0x8f659c=_0x8f659c||Ut(_0x117f98[_0x3163b1(0x201)],_0x36ba2d,_0x2db472,_0x412042[_0x3163b1(0x279)][_0x3163b1(0x358)]));const _0x2faddc=_0x3163b1(0x2b3)==_0x27f186&&this[_0x3163b1(0x32b)](_0x504577[_0x3163b1(0x24f)]('|')[0x0]);if(_0x117f98[_0x3163b1(0x201)][_0x3163b1(0x389)]||_0x3163b1(0x305)==_0x117f98[_0x3163b1(0x201)][_0x3163b1(0x383)][_0x3163b1(0x30a)]||_0x3163b1(0x284)==_0x27f186&&!Ft(_0x117f98[_0x3163b1(0x201)])||_0x2faddc&&!Ft(_0x117f98[_0x3163b1(0x201)])||_0x3163b1(0x244)==_0x27f186&&!(!Vt(_0x336d0c=_0x117f98[_0x3163b1(0x201)])&&!function(_0x59d043){const _0x3f01ac=_0x3163b1;return _0x59d043[_0x3f01ac(0x243)][_0x3f01ac(0x354)]==_0x59d043[_0x3f01ac(0x35a)][_0x3f01ac(0x248)]&&_0x59d043[_0x3f01ac(0x243)][_0x3f01ac(0x36e)];}(_0x336d0c)))_0x2db472[_0x3163b1(0x317)](_0x36ba2d),_0x8f659c=!0x0;else{if(!_0xf5ea07||!_0xf5ea07[_0x3163b1(0x2d0)])continue;if(_0x117f98[_0x3163b1(0x201)]&&_0x117f98[_0x3163b1(0x377)]&&_0x117f98[_0x3163b1(0x201)][_0x3163b1(0x2a7)](_0x117f98[_0x3163b1(0x377)]))continue;_0x1ea4a5[_0x3163b1(0x27d)](_0xf5ea07);}}}var _0x336d0c;return _0x1ea4a5[_0x3163b1(0x2c4)]>0x0&&(_0x8f659c=!!this[_0x3163b1(0x1f7)](_0x1ea4a5)||_0x8f659c),_0x8f659c;}),_0x412042[_0x468736(0x279)][_0x468736(0x241)][_0x468736(0x2ba)](_0x23ea63=>{const _0x12f182=_0x468736;let _0x5cfa00=!0x1;for(const _0x38c20e of _0x412042[_0x12f182(0x279)][_0x12f182(0x241)][_0x12f182(0x276)][_0x12f182(0x237)]())if(_0x12f182(0x267)==_0x38c20e[_0x12f182(0x2c9)])for(const _0x7152b8 of this[_0x12f182(0x227)][_0x12f182(0x25a)]()){if(_0x7152b8[_0x12f182(0x32a)]||!_0x7152b8[_0x12f182(0x2d0)])continue;const _0x2aec10=_0x12f182(0x284)==_0x7152b8[_0x12f182(0x2c9)],_0x2b9265=this[_0x12f182(0x29d)](_0x7152b8),_0x43d3e0=_0x2b9265&&this[_0x12f182(0x32b)](_0x2b9265);if(!_0x2aec10&&!_0x43d3e0)continue;const _0x58fefb=_0x7152b8[_0x12f182(0x1f3)]();if(_0x58fefb[_0x12f182(0x243)][_0x12f182(0x354)]!=_0x58fefb[_0x12f182(0x35a)][_0x12f182(0x354)]&&!_0x58fefb[_0x12f182(0x35a)][_0x12f182(0x36e)]){const _0x506994=_0x412042[_0x12f182(0x279)][_0x12f182(0x1e4)](_0x58fefb[_0x12f182(0x243)][_0x12f182(0x329)],_0x12f182(0x35a)),_0x3cff9e=_0x412042[_0x12f182(0x279)][_0x12f182(0x2c2)](_0x58fefb[_0x12f182(0x243)],_0x506994);_0x23ea63[_0x12f182(0x2d9)](_0x7152b8[_0x12f182(0x2ea)](),{'range':_0x3cff9e}),_0x5cfa00=!0x0;}}return _0x5cfa00;}),_0x412042[_0x468736(0x279)][_0x468736(0x241)][_0x468736(0x2ba)](_0x39abb8=>this[_0x468736(0x34f)](_0x39abb8)),_0x412042[_0x468736(0x279)][_0x468736(0x241)][_0x468736(0x2ba)](_0x31012c=>!_0x31012c[_0x468736(0x2bb)][_0x468736(0x1ef)]&&this[_0x468736(0x2b4)](_0x31012c)),_0x412042[_0x468736(0x279)]['on'](_0x468736(0x25d),()=>{const _0x3258aa=_0x468736;this[_0x3258aa(0x307)]=!0x1;}),_0x412042[_0x468736(0x279)][_0x468736(0x241)]['on'](_0x468736(0x2ac),(_0x22330b,_0x2b263f)=>{const _0x33af00=_0x468736;if(!_0x2b263f[_0x33af00(0x1ef)]||_0x2b263f[_0x33af00(0x376)])return;if(!this[_0x33af00(0x307)])return;const _0x475402=_0x412042[_0x33af00(0x279)][_0x33af00(0x241)][_0x33af00(0x276)][_0x33af00(0x237)]();if(0x0==_0x475402[_0x33af00(0x348)])return;const _0x3791f2=[],_0xda63b8=_0x475402[_0x33af00(0x240)](_0x564d89=>_0x33af00(0x2b3)==_0x564d89[_0x33af00(0x2c9)]),_0x311bf9=_0x475402[_0x33af00(0x240)](_0x1ad796=>_0x33af00(0x267)==_0x1ad796[_0x33af00(0x2c9)]&&_0x33af00(0x28d)!=_0x1ad796[_0x33af00(0x361)]);for(const _0x84b680 of _0xda63b8)this[_0x33af00(0x23a)](_0x84b680[_0x33af00(0x219)])&&_0x3791f2[_0x33af00(0x31b)]({'key':_0x84b680[_0x33af00(0x219)],'newValue':_0x84b680[_0x33af00(0x2e8)],'oldValue':_0x84b680[_0x33af00(0x37c)],'range':Pt(_0x84b680[_0x33af00(0x216)],_0x412042[_0x33af00(0x279)])});for(const _0x1158db of _0x311bf9){if(_0x33af00(0x334)!=_0x1158db[_0x33af00(0x1fd)]&&_0x33af00(0x333)!=_0x1158db[_0x33af00(0x1fd)])continue;const _0x2eaefe=Lt(_0x1158db[_0x33af00(0x372)][_0x33af00(0x329)],_0x412042[_0x33af00(0x279)]),_0x3f1dd4=_0x1158db[_0x33af00(0x326)];_0x33af00(0x334)==_0x1158db[_0x33af00(0x1fd)]&&_0x3791f2[_0x33af00(0x31b)]({'key':_0x33af00(0x2b9),'newValue':_0x1158db[_0x33af00(0x361)],'oldValue':_0x3f1dd4[_0x33af00(0x361)],'range':_0x2eaefe});for(const [_0x3f4d96,_0x3b65d2]of _0x3f1dd4[_0x33af00(0x364)]){if(!this[_0x33af00(0x23a)](_0x3f4d96))continue;const _0x12f2f2=_0x1158db[_0x33af00(0x364)][_0x33af00(0x230)](_0x3f4d96);_0x3b65d2!==_0x12f2f2&&_0x3791f2[_0x33af00(0x31b)]({'key':_0x3f4d96,'newValue':_0x12f2f2,'oldValue':_0x3b65d2,'range':_0x2eaefe});}for(const [_0xa4085b,_0x4cb09a]of _0x1158db[_0x33af00(0x364)])this[_0x33af00(0x23a)](_0xa4085b)&&(_0x3f1dd4[_0x33af00(0x364)][_0x33af00(0x1dd)](_0xa4085b)||_0x3791f2[_0x33af00(0x31b)]({'key':_0xa4085b,'newValue':_0x4cb09a,'oldValue':null,'range':_0x2eaefe}));}0x0!=_0x3791f2[_0x33af00(0x348)]&&_0x412042[_0x33af00(0x279)][_0x33af00(0x273)](_0x2b263f,_0x167c10=>{const _0x4b1147=_0x33af00,_0x435ba4=_0x216f80();for(const {range:_0xdc776e,key:_0x468934,oldValue:_0x4c049c,newValue:_0x42b5b0}of _0x3791f2)this[_0x4b1147(0x33a)](_0xdc776e,_0x468934,_0x4c049c,_0x42b5b0,{'groupId':_0x435ba4});this[_0x4b1147(0x30b)](_0x167c10,_0x3791f2);});},{'priority':_0x468736(0x252)}),_0x412042[_0x468736(0x279)][_0x468736(0x28f)]['on'](_0x468736(0x293),(_0x10ac39,_0x3247a0,_0x362997)=>{const _0x11d8bb=_0x468736;if(null==_0x362997){const {id:_0x3e88ba}=this[_0x11d8bb(0x2aa)](_0x3247a0[_0x11d8bb(0x361)]),_0x48c305=this[_0x11d8bb(0x227)][_0x11d8bb(0x230)](_0x3e88ba);_0x48c305&&_0x48c305[_0x11d8bb(0x2ca)](_0x3247a0[_0x11d8bb(0x361)]);}}),_0x412042[_0x468736(0x279)][_0x468736(0x241)]['on'](_0x468736(0x2ac),()=>{const _0x52a270=_0x468736,_0x18d035=Array[_0x52a270(0x31c)](_0x412042[_0x52a270(0x279)][_0x52a270(0x241)][_0x52a270(0x276)][_0x52a270(0x2e7)]())[_0x52a270(0x240)](_0x5c0683=>_0x52a270(0x314)===this[_0x52a270(0x2aa)](_0x5c0683[_0x52a270(0x361)])[_0x52a270(0x2ff)]);if(0x0===_0x18d035[_0x52a270(0x348)])return;_0x18d035[_0x52a270(0x22d)]((_0x3c0a86,_0x37a0d6)=>{const _0x438f87=_0x52a270,_0x246d49=_0x3c0a86[_0x438f87(0x200)][_0x438f87(0x377)],_0x363537=_0x37a0d6[_0x438f87(0x200)][_0x438f87(0x377)];return null===_0x246d49&&null===_0x363537?0x0:null===_0x246d49&&null!==_0x363537?-0x1:null!==_0x246d49&&null===_0x363537?0x1:_0x246d49[_0x438f87(0x243)][_0x438f87(0x2c5)](_0x363537[_0x438f87(0x243)])?-0x1:0x1;});const _0x347616=new Set(),_0x8ce810=new Set();for(const {name:_0x5d771,data:_0x5d3660}of _0x18d035){const {id:_0x29eef8}=this[_0x52a270(0x2aa)](_0x5d771);if(null===_0x5d3660[_0x52a270(0x377)]){const _0x28f5ea=this[_0x52a270(0x2d1)](_0x5d771);_0x8ce810[_0x52a270(0x27d)](_0x28f5ea);}else{const _0x434970=this[_0x52a270(0x227)][_0x52a270(0x230)](_0x29eef8);null!==_0x5d3660[_0x52a270(0x201)]||_0x434970[_0x52a270(0x2d0)]?(_0x347616[_0x52a270(0x27d)](_0x434970[_0x52a270(0x327)]),_0x8ce810[_0x52a270(0x27d)](_0x434970)):this[_0x52a270(0x2a0)](_0x434970);}}_0x8ce810[_0x52a270(0x2c4)]>0x0&&this[_0x52a270(0x379)](_0x8ce810);for(const _0x9c3685 of _0x347616)this[_0x52a270(0x2dc)](_0x52a270(0x1f4),_0x9c3685);}),_0x412042[_0x468736(0x279)]['on'](_0x468736(0x269),(_0x43ca1c,_0x424151)=>{const _0x9b01d6=_0x468736,_0xcb2837=_0x424151[0x0];if(!this[_0x9b01d6(0x227)][_0x9b01d6(0x2c4)])return;if(!_0xcb2837[_0x9b01d6(0x25b)])return;if(_0xcb2837[_0x9b01d6(0x2bb)][_0x9b01d6(0x376)]||!_0xcb2837[_0x9b01d6(0x2bb)][_0x9b01d6(0x1ef)])return;let _0x280a38,_0x8e73f7;switch(_0xcb2837[_0x9b01d6(0x2c9)]){case _0x9b01d6(0x267):_0x280a38=_0x412042[_0x9b01d6(0x279)][_0x9b01d6(0x1e4)](_0xcb2837[_0x9b01d6(0x372)]),_0x8e73f7=_0x280a38[_0x9b01d6(0x25c)](_0xcb2837[_0x9b01d6(0x207)]);break;case _0x9b01d6(0x24f):_0x280a38=_0x412042[_0x9b01d6(0x279)][_0x9b01d6(0x1e4)](_0xcb2837[_0x9b01d6(0x274)]),_0x8e73f7=_0x412042[_0x9b01d6(0x279)][_0x9b01d6(0x1e4)](_0xcb2837[_0x9b01d6(0x2c6)]);break;case _0x9b01d6(0x2ad):_0x280a38=_0x412042[_0x9b01d6(0x279)][_0x9b01d6(0x1e4)](_0xcb2837[_0x9b01d6(0x2bc)]),_0x8e73f7=_0x280a38[_0x9b01d6(0x25c)](_0xcb2837[_0x9b01d6(0x207)]);break;default:return;}const _0x2855d9=_0x412042[_0x9b01d6(0x279)][_0x9b01d6(0x2c2)](_0x280a38,_0x8e73f7);_0x412042[_0x9b01d6(0x279)][_0x9b01d6(0x263)](()=>{const _0x18b8f5=_0x9b01d6;for(const {suggestion:_0x111ecb,meta:_0x17da53}of this[_0x18b8f5(0x308)](_0x2855d9)){if(_0x111ecb[_0x18b8f5(0x32a)])continue;if(_0x18b8f5(0x278)==_0x111ecb[_0x18b8f5(0x2c9)])continue;const _0x3aaeb8=this[_0x18b8f5(0x29d)](_0x111ecb);if(_0x3aaeb8&&this[_0x18b8f5(0x32b)](_0x3aaeb8)&&_0x18b8f5(0x24f)!=_0xcb2837[_0x18b8f5(0x2c9)])continue;const _0x73044e=_0x111ecb[_0x18b8f5(0x200)]&&_0x111ecb[_0x18b8f5(0x200)][_0x18b8f5(0x2eb)];(_0x18b8f5(0x284)!=_0x111ecb[_0x18b8f5(0x2c9)]||_0x18b8f5(0x24f)==_0xcb2837[_0x18b8f5(0x2c9)]&&!_0x73044e)&&(_0x17da53[_0x18b8f5(0x29e)]||_0x18b8f5(0x28c)==_0x111ecb[_0x18b8f5(0x2c9)]&&_0x17da53[_0x18b8f5(0x1f9)]||_0x111ecb[_0x18b8f5(0x1f3)]()[_0x18b8f5(0x222)](_0x2855d9)&&this[_0x18b8f5(0x29a)](_0x111ecb,_0x280a38,_0x8e73f7));}});},{'priority':_0x468736(0x252)}),_0x412042[_0x468736(0x279)]['on'](_0x468736(0x318),(_0x4323f4,_0x17e023)=>{const _0x44f823=_0x468736,_0x15c842=_0x17e023[0x0],_0x1c3946=_0x17e023[0x1];if(_0x1c3946&&_0x1c3946[_0x44f823(0x203)])return;if(this[_0x44f823(0x369)])return;if(!this[_0x44f823(0x265)][_0x44f823(0x28a)])return;if(_0x15c842[_0x44f823(0x389)])return;const _0x1163cf=_0x412042[_0x44f823(0x279)][_0x44f823(0x358)],{start:_0x88a389,end:_0x429032}=_0x15c842[_0x44f823(0x1f3)](),_0x19f0ae=_0x88a389[_0x44f823(0x329)]&&_0x1163cf[_0x44f823(0x28b)](_0x88a389[_0x44f823(0x329)])?null:_0x1163cf[_0x44f823(0x2de)](_0x88a389,_0x44f823(0x367)),_0x550337=_0x429032[_0x44f823(0x248)]&&_0x1163cf[_0x44f823(0x28b)](_0x429032[_0x44f823(0x248)])?null:_0x1163cf[_0x44f823(0x2de)](_0x429032,_0x44f823(0x254)),_0x5ee79e=_0x412042[_0x44f823(0x279)][_0x44f823(0x2c2)](_0x19f0ae?_0x19f0ae[_0x44f823(0x243)]:_0x88a389,_0x550337?_0x550337[_0x44f823(0x35a)]:_0x429032);_0x412042[_0x44f823(0x279)][_0x44f823(0x263)](_0x4df6ba=>{const _0x45a4db=_0x44f823;this[_0x45a4db(0x23d)](_0x5ee79e);const _0x5dfd9e=_0x412042[_0x45a4db(0x279)][_0x45a4db(0x358)][_0x45a4db(0x2de)](_0x5ee79e[_0x45a4db(0x243)]);_0x15c842['is'](_0x45a4db(0x1e8))?_0x4df6ba[_0x45a4db(0x33c)](_0x5dfd9e):_0x15c842[_0x45a4db(0x1e2)](_0x5dfd9e);}),_0x4323f4[_0x44f823(0x253)]();},{'priority':_0xff37aa[_0x468736(0x210)]+0xa}),_0x412042[_0x468736(0x279)]['on'](_0x468736(0x297),(_0x457904,_0x1246da)=>{const _0x388d01=_0x468736,_0x3c7dd6=_0x1246da[_0x1246da[_0x388d01(0x348)]-0x1];_0x3c7dd6&&_0x3c7dd6[_0x388d01(0x203)]||this[_0x388d01(0x369)]||this[_0x388d01(0x265)][_0x388d01(0x28a)]&&(_0x412042[_0x388d01(0x279)][_0x388d01(0x263)](()=>{const _0x59fc91=_0x388d01;let _0x1df3c0=_0x412042[_0x59fc91(0x279)][_0x59fc91(0x297)](_0x1246da[0x0],_0x1246da[0x1],_0x1246da[0x2],{'forceDefaultExecution':!0x0});if(!_0x1df3c0)return;_0x457904[_0x59fc91(0x2bf)]=_0x1df3c0[_0x59fc91(0x26b)]();const _0x53f8db=_0x1df3c0[_0x59fc91(0x35a)][_0x59fc91(0x248)],_0x4afe8b=_0x412042[_0x59fc91(0x279)][_0x59fc91(0x358)];_0x53f8db&&_0x4afe8b[_0x59fc91(0x25e)](_0x53f8db)&&!_0x4afe8b[_0x59fc91(0x2f0)](_0x53f8db)&&(_0x1df3c0=_0x412042[_0x59fc91(0x279)][_0x59fc91(0x2c2)](_0x1df3c0[_0x59fc91(0x243)],_0x412042[_0x59fc91(0x279)][_0x59fc91(0x1e4)](_0x53f8db,_0x59fc91(0x35a)))),this[_0x59fc91(0x378)](_0x1df3c0);}),_0x457904[_0x388d01(0x253)]());},{'priority':_0x468736(0x35c)}),this[_0x468736(0x351)][_0x468736(0x299)][_0x468736(0x27d)](_0x468736(0x30e),this[_0x468736(0x265)]),this[_0x468736(0x344)](_0x468736(0x30e));const _0x58cf2d=new _0x5e11e2(_0x412042,this[_0x468736(0x227)]);_0x412042[_0x468736(0x299)][_0x468736(0x27d)](_0x468736(0x22c),_0x58cf2d),this[_0x468736(0x344)](_0x468736(0x22c));const _0x3337c0=new _0xbc623d(_0x412042,this[_0x468736(0x227)]);_0x412042[_0x468736(0x299)][_0x468736(0x27d)](_0x468736(0x213),_0x3337c0),this[_0x468736(0x344)](_0x468736(0x213)),_0x412042[_0x468736(0x299)][_0x468736(0x27d)](_0x468736(0x2e0),new _0x1119bb(_0x412042,_0x58cf2d,this[_0x468736(0x227)])),this[_0x468736(0x344)](_0x468736(0x2e0)),_0x412042[_0x468736(0x299)][_0x468736(0x27d)](_0x468736(0x35d),new _0x1119bb(_0x412042,_0x3337c0,this[_0x468736(0x227)])),this[_0x468736(0x344)](_0x468736(0x35d)),_0x412042[_0x468736(0x299)][_0x468736(0x27d)](_0x468736(0x1f6),new _0x5ae9ac(_0x412042,_0x58cf2d,this[_0x468736(0x227)])),this[_0x468736(0x344)](_0x468736(0x1f6)),_0x412042[_0x468736(0x299)][_0x468736(0x27d)](_0x468736(0x288),new _0x5ae9ac(_0x412042,_0x3337c0,this[_0x468736(0x227)])),this[_0x468736(0x344)](_0x468736(0x288));const _0x18854f=_0x412042[_0x468736(0x24c)][_0x468736(0x230)](_0x468736(0x229));this[_0x468736(0x2d2)](_0x18854f,_0x468736(0x371),(_0x138ca1,{threadId:_0x35a87f})=>{const _0x553c1e=_0x468736,_0x571bfd=this[_0x553c1e(0x227)][_0x553c1e(0x230)](_0x35a87f);_0x571bfd&&_0x571bfd[_0x553c1e(0x2ed)]&&0x1===_0x571bfd[_0x553c1e(0x2ed)][_0x553c1e(0x348)]&&this[_0x553c1e(0x25f)](_0x35a87f,{'hasComments':!0x0});},{'priority':_0x468736(0x30d)}),this[_0x468736(0x2d2)](_0x18854f,_0x468736(0x215),(_0x2368cb,{threadId:_0x4f566b})=>{const _0x517ad9=_0x468736,_0x8e4360=this[_0x517ad9(0x227)][_0x517ad9(0x230)](_0x4f566b);_0x8e4360&&_0x8e4360[_0x517ad9(0x2ed)]&&!_0x8e4360[_0x517ad9(0x2ed)][_0x517ad9(0x348)]&&this[_0x517ad9(0x25f)](_0x4f566b,{'hasComments':!0x1});},{'priority':_0x468736(0x30d)});}set[_0xce3cb9(0x281)](_0x17c9c3){const _0xe64353=_0xce3cb9;if(this[_0xe64353(0x225)])throw new _0x13d037(_0xe64353(0x306),this);this[_0xe64353(0x225)]=_0x17c9c3;}get[_0xce3cb9(0x281)](){const _0x14cb42=_0xce3cb9;return this[_0x14cb42(0x225)];}[_0xce3cb9(0x33e)]({skipNotAttached:_0x9062ae=!0x1,toJSON:_0x3bbe9b=!0x1}={}){const _0x336c94=_0xce3cb9,_0x1eed49=[];for(const _0x3ce2f1 of this[_0x336c94(0x227)][_0x336c94(0x25a)]())_0x9062ae&&!_0x3ce2f1[_0x336c94(0x2d0)]||_0x1eed49[_0x336c94(0x31b)](_0x3ce2f1);return _0x3bbe9b?_0x1eed49[_0x336c94(0x321)](_0x1eb196=>_0x1eb196[_0x336c94(0x31f)]()):_0x1eed49;}[_0xce3cb9(0x2cc)](_0x11d8fe){const _0x2a268e=_0xce3cb9,_0x48304e=this[_0x2a268e(0x227)][_0x2a268e(0x230)](_0x11d8fe);if(!_0x48304e)throw new _0x13d037(_0x2a268e(0x296),this);return _0x48304e;}[_0xce3cb9(0x360)](_0x1de9a1){const _0x2407aa=_0xce3cb9;return this[_0x2407aa(0x227)][_0x2407aa(0x1dd)](_0x1de9a1);}[_0xce3cb9(0x1f5)](_0x3b75d4){const _0x326b15=_0xce3cb9,{authorId:_0x5e7a1d,id:_0x550730,attributes:_0xe5ff48}=_0x3b75d4,[_0x12d3f0,_0x89f3e8]=_0x3b75d4[_0x326b15(0x2c9)][_0x326b15(0x24f)](':'),_0x34f93a=this[_0x326b15(0x227)][_0x326b15(0x230)](_0x550730)||this[_0x326b15(0x2ab)](_0x12d3f0,_0x89f3e8,_0x550730,_0x5e7a1d,_0xe5ff48);if(this[_0x326b15(0x2f2)](_0x34f93a),this[_0x326b15(0x2e2)](_0x34f93a,_0x12d3f0,_0x89f3e8||null,_0x5e7a1d),_0x34f93a[_0x326b15(0x271)]=_0x3b75d4[_0x326b15(0x271)],_0x34f93a[_0x326b15(0x2a6)]=!0x0,_0xe5ff48&&_0xe5ff48[_0x326b15(0x337)]){const _0x2cd166=_0xe5ff48[_0x326b15(0x337)],_0x122a77=this[_0x326b15(0x36b)](_0x2cd166[_0x326b15(0x235)]);_0x34f93a[_0x326b15(0x31d)]=_0x2cd166[_0x326b15(0x271)],_0x34f93a[_0x326b15(0x38a)]=_0x122a77,_0x34f93a[_0x326b15(0x384)]=!0x0;}else _0x34f93a[_0x326b15(0x31d)]=_0x3b75d4[_0x326b15(0x271)];switch(_0x3b75d4[_0x326b15(0x200)]&&(_0x34f93a[_0x326b15(0x200)]=_0x3b75d4[_0x326b15(0x200)]),_0x3b75d4[_0x326b15(0x364)]&&(_0x34f93a[_0x326b15(0x364)]=_0x3b75d4[_0x326b15(0x364)]),this[_0x326b15(0x225)]&&this[_0x326b15(0x225)][_0x326b15(0x24d)]||(_0x34f93a[_0x326b15(0x2e5)]=!0x0),this[_0x326b15(0x242)][_0x326b15(0x230)](_0x34f93a)){case _0x326b15(0x20e):this[_0x326b15(0x242)][_0x326b15(0x270)](_0x34f93a,_0x326b15(0x294));break;case _0x326b15(0x27a):_0x34f93a[_0x326b15(0x2d0)]?(this[_0x326b15(0x1f7)](new Set([_0x34f93a])),this[_0x326b15(0x379)](new Set([_0x34f93a])),this[_0x326b15(0x242)][_0x326b15(0x270)](_0x34f93a,_0x326b15(0x2a1)),this[_0x326b15(0x2dc)](_0x326b15(0x249),_0x34f93a)):this[_0x326b15(0x242)][_0x326b15(0x270)](_0x34f93a,_0x326b15(0x239));}return _0x34f93a;}[_0xce3cb9(0x22c)](_0x3d7933){const _0x3d0063=_0xce3cb9;this[_0x3d0063(0x203)](()=>{const _0x31e908=_0x3d0063;this[_0x31e908(0x351)][_0x31e908(0x279)][_0x31e908(0x263)](()=>{const _0x5578f0=_0x31e908;for(const _0x3e80de of _0x3d7933[_0x5578f0(0x35b)]())_0x3e80de[_0x5578f0(0x2b8)]();});});}[_0xce3cb9(0x213)](_0x325e97){const _0x3270fe=_0xce3cb9;this[_0x3270fe(0x203)](()=>{const _0x535945=_0x3270fe;this[_0x535945(0x351)][_0x535945(0x279)][_0x535945(0x263)](()=>{const _0x18595c=_0x535945;for(const _0x54dced of _0x325e97[_0x18595c(0x35b)]())_0x54dced[_0x18595c(0x2ec)]();});});}[_0xce3cb9(0x344)](_0x118e8d,_0x4b104b){const _0x8817fe=_0xce3cb9,_0x4c670c=this[_0x8817fe(0x351)][_0x8817fe(0x299)][_0x8817fe(0x230)](_0x118e8d);if(!_0x4c670c)throw new _0x13d037(_0x8817fe(0x362),this,{'commandName':_0x118e8d});if(this[_0x8817fe(0x365)][_0x8817fe(0x1dd)](_0x4c670c))throw new _0x13d037(_0x8817fe(0x250),this,{'commandName':_0x118e8d});this[_0x8817fe(0x365)][_0x8817fe(0x27d)](_0x4c670c),_0x4b104b&&_0x4c670c['on'](_0x8817fe(0x202),(_0x3e3926,_0x23bed0)=>{const _0x41e472=_0x8817fe;this[_0x41e472(0x265)][_0x41e472(0x28a)]&&(this[_0x41e472(0x369)]||(_0x23bed0[_0x41e472(0x348)]>0x0&&_0x23bed0[_0x23bed0[_0x41e472(0x348)]-0x1]&&_0x23bed0[_0x23bed0[_0x41e472(0x348)]-0x1][_0x41e472(0x203)]?_0x23bed0[_0x41e472(0x2a5)]():(_0x3e3926[_0x41e472(0x2bf)]=_0x4b104b((..._0x554fd1)=>_0x4c670c[_0x41e472(0x202)](..._0x554fd1,{'forceDefaultExecution':!0x0}),..._0x23bed0),_0x3e3926[_0x41e472(0x253)]())));},{'priority':_0x8817fe(0x35c)});}[_0xce3cb9(0x203)](_0x3b9763){const _0x336757=_0xce3cb9;let _0x5b340d,_0xcf0c9c;const _0x32cd57=this[_0x336757(0x369)];this[_0x336757(0x369)]=!0x0;try{_0x5b340d=_0x3b9763();}catch(_0x285b45){_0xcf0c9c=_0x285b45;}return _0x32cd57||(this[_0x336757(0x369)]=!0x1),_0xcf0c9c&&_0x13d037[_0x336757(0x2f5)](_0xcf0c9c,this),_0x5b340d;}[_0xce3cb9(0x378)](_0x273db3,_0xa0ba25=null,_0x597ffa={}){const _0x18da89=_0xce3cb9;if(_0x273db3[_0x18da89(0x389)])return null;const _0x45dd2c=this[_0x18da89(0x351)][_0x18da89(0x24c)][_0x18da89(0x230)](_0x18da89(0x206))['me'];for(const {suggestion:_0x10d47,meta:_0x7842b4}of this[_0x18da89(0x308)](_0x273db3,_0x18da89(0x28c)))if(_0x7842b4[_0x18da89(0x1f9)]){if(!_0x7842b4[_0x18da89(0x212)]){if(_0x7842b4[_0x18da89(0x29e)]){if(!this[_0x18da89(0x26f)]||!qt(_0x10d47,_0x597ffa))continue;return _0x10d47;}if(qt(_0x10d47,_0x597ffa))return _0x10d47;this[_0x18da89(0x29a)](_0x10d47,_0x273db3[_0x18da89(0x243)],_0x273db3[_0x18da89(0x35a)]);break;}if(_0xa0ba25==_0x10d47[_0x18da89(0x1ee)]&&qt(_0x10d47,_0x597ffa)){const _0x3ed2ab=_0x10d47[_0x18da89(0x1f3)]();return _0x3ed2ab[_0x18da89(0x243)][_0x18da89(0x2a7)](_0x273db3[_0x18da89(0x35a)])?this[_0x18da89(0x359)](_0x10d47,this[_0x18da89(0x34a)][_0x18da89(0x2c2)](_0x273db3[_0x18da89(0x243)],_0x3ed2ab[_0x18da89(0x35a)])):this[_0x18da89(0x359)](_0x10d47,this[_0x18da89(0x34a)][_0x18da89(0x2c2)](_0x3ed2ab[_0x18da89(0x243)],_0x273db3[_0x18da89(0x35a)])),_0x10d47;}}const _0x431bb6=_0x216f80(),_0x3d3dde=_0x45dd2c['id'],_0x336651=_0xa0ba25?_0x18da89(0x2fa)+_0xa0ba25:_0x18da89(0x28c),_0x223b3e=this[_0x18da89(0x301)]({'id':_0x431bb6,'type':_0x336651,'createdAt':new Date(),'authorId':_0x3d3dde,'attributes':_0x597ffa});return this[_0x18da89(0x1ec)](_0x336651,_0x431bb6,_0x3d3dde,_0x273db3),_0x223b3e;}[_0xce3cb9(0x30c)](_0x2d017c,_0x2ec1df=_0xce3cb9(0x1e9),_0x265758={}){const _0x103e1e=_0xce3cb9,_0x3a2f4c=this[_0x103e1e(0x351)][_0x103e1e(0x24c)][_0x103e1e(0x230)](_0x103e1e(0x206))['me'],_0x148585=this[_0x103e1e(0x260)][_0x103e1e(0x217)](_0x103e1e(0x28c),_0x2ec1df,_0x103e1e(0x1fc));for(const _0x1e35f7 of this[_0x103e1e(0x33e)]())if(_0x1e35f7[_0x103e1e(0x38a)]['id']==_0x3a2f4c['id']&&_0x103e1e(0x28c)==_0x1e35f7[_0x103e1e(0x2c9)]&&_0x1e35f7[_0x103e1e(0x1ee)]==_0x2ec1df&&qt(_0x1e35f7,_0x265758)&&(_0x148585(_0x1e35f7[_0x103e1e(0x1ff)](),_0x2d017c)||_0x148585(_0x2d017c,_0x1e35f7[_0x103e1e(0x1ff)]()))){for(const _0x1da98b of _0x2d017c)_0x1e35f7[_0x103e1e(0x22a)](_0x1da98b);return _0x1e35f7;}for(const {suggestion:_0x49dbfc,meta:_0x799331}of this[_0x103e1e(0x308)](_0x2d017c,_0x103e1e(0x28c))){if(!_0x799331[_0x103e1e(0x1f9)])continue;if(!this[_0x103e1e(0x26f)]&&_0x799331[_0x103e1e(0x29e)])continue;if(!qt(_0x49dbfc,_0x265758))continue;let _0x2a37f8=!0x0;for(const _0x22de00 of _0x49dbfc[_0x103e1e(0x1ff)]())for(const _0x4dd828 of _0x2d017c)if(!_0x22de00[_0x103e1e(0x222)](_0x4dd828)){_0x2a37f8=!0x1;break;}if(_0x2a37f8)return _0x49dbfc;}const _0x7c1131=_0x216f80(),_0x54c70b=_0x3a2f4c['id'],_0x4311ee=_0x103e1e(0x2fa)+_0x2ec1df,_0x474ced=this[_0x103e1e(0x301)]({'id':_0x7c1131,'type':_0x4311ee,'createdAt':new Date(),'authorId':_0x54c70b,'attributes':_0x265758});for(const _0x20a240 of _0x2d017c)this[_0x103e1e(0x1ec)](_0x4311ee,_0x7c1131,_0x54c70b,_0x20a240,_0x370085[_0x103e1e(0x36d)]());return _0x474ced;}[_0xce3cb9(0x35e)](_0x864f48,_0x12a031,_0x4edd0d=null,_0x448403={}){const _0x7a6a58=_0xce3cb9;if(_0x4edd0d=_0x4edd0d||Gt(_0x12a031),_0x864f48[_0x7a6a58(0x389)])return null;if(_0x7a6a58(0x2fd)===this[_0x7a6a58(0x22b)]){const _0x52ae94=this[_0x7a6a58(0x260)][_0x7a6a58(0x217)](_0x7a6a58(0x278),_0x4edd0d,_0x7a6a58(0x2b8));return this[_0x7a6a58(0x203)](()=>_0x52ae94([_0x864f48],_0x12a031,_0x448403)),null;}const _0x3d0a6e=this[_0x7a6a58(0x351)][_0x7a6a58(0x24c)][_0x7a6a58(0x230)](_0x7a6a58(0x206))['me'],_0x5a60bf=[];if(_0x7a6a58(0x32c)!==this[_0x7a6a58(0x22b)]){for(const {suggestion:_0x5577a9,meta:_0x5d2898}of this[_0x7a6a58(0x308)](_0x864f48,_0x7a6a58(0x28c)))_0x5d2898[_0x7a6a58(0x1f9)]&&!_0x5d2898[_0x7a6a58(0x2fc)]&&_0x5a60bf[_0x7a6a58(0x31b)](..._0x5577a9[_0x7a6a58(0x1ff)]());}const _0x13c78b=function(_0x178d52,_0x5e069a){const _0x46f5ab=_0x7a6a58,_0x58d1a1=[];for(const _0x53494c of _0x5e069a){const _0x1c21e7=_0x178d52[_0x46f5ab(0x1f0)](_0x53494c);_0x1c21e7&&_0x58d1a1[_0x46f5ab(0x31b)](_0x1c21e7);}return _0x58d1a1;}(_0x864f48,_0x5a60bf),_0x357980=function(_0x44e31d,_0x9eaf8){const _0x373cae=_0x7a6a58,_0x31f003=[_0x44e31d];for(const _0x1a7210 of _0x9eaf8){let _0x502ed4=0x0;for(;_0x502ed4<_0x31f003[_0x373cae(0x348)];){const _0x7e798e=_0x31f003[_0x502ed4][_0x373cae(0x312)](_0x1a7210);_0x31f003[_0x373cae(0x1f1)](_0x502ed4,0x1,..._0x7e798e),_0x502ed4+=_0x7e798e[_0x373cae(0x348)];}}return _0x31f003;}(_0x864f48,_0x5a60bf);_0x13c78b[_0x7a6a58(0x348)]&&this[_0x7a6a58(0x34a)][_0x7a6a58(0x263)](()=>{const _0x150c0e=_0x7a6a58;for(const _0x43dc02 of _0x13c78b){const _0x1bf906=this[_0x150c0e(0x260)][_0x150c0e(0x217)](_0x150c0e(0x278),_0x4edd0d,_0x150c0e(0x2b8));this[_0x150c0e(0x203)](()=>_0x1bf906([_0x43dc02],_0x12a031,_0x448403));}});for(const _0x3e42c9 of _0x357980){let _0x48296e=null,_0x9c74de=_0x3e42c9[_0x7a6a58(0x243)],_0x58205d=_0x3e42c9[_0x7a6a58(0x35a)];for(const {suggestion:_0x88bfda,meta:_0x5de4eb}of this[_0x7a6a58(0x308)](_0x3e42c9,_0x7a6a58(0x278))){if(!_0x5de4eb[_0x7a6a58(0x1f9)])continue;if(_0x88bfda[_0x7a6a58(0x1ee)]!=_0x4edd0d)continue;if(!qt(_0x88bfda,_0x448403))continue;const _0x39cb5a=_0x88bfda[_0x7a6a58(0x1f3)]();if(_0x39cb5a[_0x7a6a58(0x222)](_0x3e42c9,!0x0))return null;_0x9c74de=_0x9c74de[_0x7a6a58(0x2c5)](_0x39cb5a[_0x7a6a58(0x243)])?_0x9c74de:_0x39cb5a[_0x7a6a58(0x243)],_0x58205d=_0x58205d[_0x7a6a58(0x31e)](_0x39cb5a[_0x7a6a58(0x35a)])?_0x58205d:_0x39cb5a[_0x7a6a58(0x35a)],_0x48296e?_0x39cb5a[_0x7a6a58(0x243)][_0x7a6a58(0x2c5)](_0x48296e[_0x7a6a58(0x1f3)]()[_0x7a6a58(0x243)])?(_0x48296e[_0x7a6a58(0x1fb)](),_0x48296e=_0x88bfda):_0x88bfda[_0x7a6a58(0x1fb)]():_0x48296e=_0x88bfda;}const _0xdcc30b=this[_0x7a6a58(0x34a)][_0x7a6a58(0x2c2)](_0x9c74de,_0x58205d);if(_0x48296e)this[_0x7a6a58(0x359)](_0x48296e,_0xdcc30b);else{const _0x25c009=_0x216f80(),_0x4a7a47=_0x3d0a6e['id'];this[_0x7a6a58(0x301)]({'id':_0x25c009,'type':_0x7a6a58(0x2e4)+_0x4edd0d,'data':_0x12a031,'createdAt':new Date(),'authorId':_0x4a7a47,'attributes':_0x448403}),this[_0x7a6a58(0x1ec)](_0x7a6a58(0x2e4)+_0x4edd0d,_0x25c009,_0x4a7a47,_0xdcc30b);}}return null;}[_0xce3cb9(0x366)](_0x136db6,_0x218cc9,_0x29431=[],_0x3ec1e4=null,_0x27c3fe={}){const _0x252e64=_0xce3cb9;_0x218cc9[_0x252e64(0x323)]||(_0x218cc9[_0x252e64(0x323)]=_0x218cc9[_0x252e64(0x256)]),_0x218cc9[_0x252e64(0x2eb)]=_0x136db6['is'](_0x252e64(0x216)),_0x3ec1e4=_0x3ec1e4||Gt(_0x218cc9);const _0x257517=_0x29431[_0x252e64(0x321)](_0x47491b=>Lt(_0x47491b,this[_0x252e64(0x34a)])),_0x3a33bc=_0x136db6['is'](_0x252e64(0x216))?_0x136db6:Lt(_0x136db6,this[_0x252e64(0x34a)]);if(_0x252e64(0x2fd)===this[_0x252e64(0x22b)]){const _0x1a19df=this[_0x252e64(0x260)][_0x252e64(0x217)](_0x252e64(0x284),_0x3ec1e4,_0x252e64(0x2b8));return this[_0x252e64(0x203)](()=>_0x1a19df([_0x3a33bc],_0x218cc9,_0x27c3fe)),null;}_0x257517[_0x252e64(0x31b)](_0x3a33bc);let _0x21e5d5=!0x0;for(const _0x3d50c9 of _0x257517)if(!this[_0x252e64(0x300)](_0x3d50c9)){_0x21e5d5=!0x1;break;}if(_0x21e5d5&&_0x252e64(0x32c)!==this[_0x252e64(0x22b)]){const _0x10d4e8=this[_0x252e64(0x260)][_0x252e64(0x217)](_0x252e64(0x284),_0x3ec1e4,_0x252e64(0x2b8));return this[_0x252e64(0x203)](()=>_0x10d4e8([_0x3a33bc],_0x218cc9,_0x27c3fe)),null;}let _0x4af95b=null,_0x1efdde=_0x3a33bc[_0x252e64(0x243)],_0x59a5e8=_0x3a33bc[_0x252e64(0x35a)];for(const {suggestion:_0x5f05a6,meta:_0x543e2e}of this[_0x252e64(0x308)](_0x3a33bc,_0x252e64(0x284))){if(!_0x543e2e[_0x252e64(0x1f9)])continue;if(_0x543e2e[_0x252e64(0x212)]||_0x543e2e[_0x252e64(0x29e)]||_0x543e2e[_0x252e64(0x2fc)])continue;if(_0x5f05a6[_0x252e64(0x200)][_0x252e64(0x323)]!=_0x218cc9[_0x252e64(0x323)])continue;if(!qt(_0x5f05a6,_0x27c3fe))continue;const _0x1c75bc=_0x5f05a6[_0x252e64(0x1f3)]();if(_0x5f05a6[_0x252e64(0x1ee)]==_0x3ec1e4){if(_0x1c75bc[_0x252e64(0x222)](_0x3a33bc,!0x0))return null;_0x1efdde=_0x1efdde[_0x252e64(0x2c5)](_0x1c75bc[_0x252e64(0x243)])?_0x1efdde:_0x1c75bc[_0x252e64(0x243)],_0x59a5e8=_0x59a5e8[_0x252e64(0x31e)](_0x1c75bc[_0x252e64(0x35a)])?_0x59a5e8:_0x1c75bc[_0x252e64(0x35a)],_0x4af95b?_0x1c75bc[_0x252e64(0x243)][_0x252e64(0x2c5)](_0x4af95b[_0x252e64(0x1f3)]()[_0x252e64(0x243)])?(_0x4af95b[_0x252e64(0x1fb)](),_0x4af95b=_0x5f05a6):_0x5f05a6[_0x252e64(0x1fb)]():_0x4af95b=_0x5f05a6;}else{const _0x5a69c6=_0x3a33bc[_0x252e64(0x1f0)](_0x1c75bc);this[_0x252e64(0x29f)](_0x5f05a6,_0x5a69c6);}}const _0x1d6e4c=this[_0x252e64(0x351)][_0x252e64(0x24c)][_0x252e64(0x230)](_0x252e64(0x206))['me'],_0x32ba62=_0x216f80(),_0x51fde2=_0x1d6e4c['id'];if(_0x4af95b)return this[_0x252e64(0x359)](_0x4af95b,this[_0x252e64(0x34a)][_0x252e64(0x2c2)](_0x1efdde,_0x59a5e8)),_0x4af95b;{const _0x4400c0=this[_0x252e64(0x301)]({'id':_0x32ba62,'type':_0x252e64(0x374)+_0x3ec1e4,'data':_0x218cc9,'createdAt':new Date(),'authorId':_0x51fde2,'attributes':_0x27c3fe});return this[_0x252e64(0x1ec)](_0x252e64(0x374)+_0x3ec1e4,_0x32ba62,_0x51fde2,this[_0x252e64(0x34a)][_0x252e64(0x2c2)](_0x1efdde,_0x59a5e8)),_0x4400c0;}}[_0xce3cb9(0x2f4)](_0x47d8b3,_0x5084a9,_0x49c2ce=[],_0x2f8cbc=null,_0x40011a={}){const _0x36f8b6=_0xce3cb9;_0x5084a9[_0x36f8b6(0x323)]||(_0x5084a9[_0x36f8b6(0x323)]=_0x5084a9[_0x36f8b6(0x256)]);const _0x41193f=_0x47d8b3[0x0];_0x5084a9[_0x36f8b6(0x2eb)]=_0x41193f['is'](_0x36f8b6(0x216)),_0x2f8cbc=_0x2f8cbc||Gt(_0x5084a9);const _0x26e147=_0x49c2ce[_0x36f8b6(0x321)](_0x26084c=>Lt(_0x26084c,this[_0x36f8b6(0x34a)])),_0x3216cf=_0x41193f['is'](_0x36f8b6(0x216))?_0x47d8b3:_0x47d8b3[_0x36f8b6(0x321)](_0x2f0c03=>Lt(_0x2f0c03,this[_0x36f8b6(0x34a)]));if(_0x36f8b6(0x2fd)===this[_0x36f8b6(0x22b)]){const _0x595664=this[_0x36f8b6(0x260)][_0x36f8b6(0x217)](_0x36f8b6(0x284),_0x2f8cbc,_0x36f8b6(0x2b8));return this[_0x36f8b6(0x203)](()=>_0x595664(_0x3216cf,_0x5084a9,_0x40011a)),null;}_0x26e147[_0x36f8b6(0x31b)](..._0x3216cf);let _0x239950=!0x0;for(const _0x2516ae of _0x26e147)if(!this[_0x36f8b6(0x300)](_0x2516ae)){_0x239950=!0x1;break;}if(_0x239950&&_0x36f8b6(0x32c)!==this[_0x36f8b6(0x22b)]){const _0x3ce443=this[_0x36f8b6(0x260)][_0x36f8b6(0x217)](_0x36f8b6(0x284),_0x2f8cbc,_0x36f8b6(0x2b8));return this[_0x36f8b6(0x203)](()=>_0x3ce443(_0x3216cf,_0x5084a9,_0x40011a)),null;}const _0x51d142=this[_0x36f8b6(0x351)][_0x36f8b6(0x24c)][_0x36f8b6(0x230)](_0x36f8b6(0x206))['me'];for(const _0x2d83bf of this[_0x36f8b6(0x33e)]()){if(_0x2d83bf[_0x36f8b6(0x38a)]['id']!=_0x51d142['id'])continue;if(_0x36f8b6(0x284)!=_0x2d83bf[_0x36f8b6(0x2c9)]||_0x2d83bf[_0x36f8b6(0x200)][_0x36f8b6(0x323)]!=_0x5084a9[_0x36f8b6(0x323)])continue;if(!qt(_0x2d83bf,_0x40011a))continue;const _0x22114d=_0x2d83bf[_0x36f8b6(0x1ee)]==_0x2f8cbc;for(let _0x1346cc=0x0;_0x1346cc<_0x3216cf[_0x36f8b6(0x348)];_0x1346cc++){const _0x38584b=_0x3216cf[_0x1346cc];for(const _0x2b7100 of _0x2d83bf[_0x36f8b6(0x32e)]()){const _0x13f629=_0x2b7100[_0x36f8b6(0x349)]();if(_0x38584b[_0x36f8b6(0x2a7)](_0x13f629)){_0x22114d?(_0x3216cf[_0x36f8b6(0x1f1)](_0x1346cc,0x1),_0x1346cc--):_0x2d83bf[_0x36f8b6(0x317)](_0x2b7100[_0x36f8b6(0x361)]);break;}}}}if(0x0==_0x3216cf[_0x36f8b6(0x348)])return null;const _0x283263=this[_0x36f8b6(0x260)][_0x36f8b6(0x217)](_0x36f8b6(0x284),_0x2f8cbc,_0x36f8b6(0x1fc));for(const _0x17b12b of this[_0x36f8b6(0x33e)]())if(_0x17b12b[_0x36f8b6(0x38a)]['id']==_0x51d142['id']&&_0x36f8b6(0x284)==_0x17b12b[_0x36f8b6(0x2c9)]&&_0x17b12b[_0x36f8b6(0x200)][_0x36f8b6(0x323)]==_0x5084a9[_0x36f8b6(0x323)]&&_0x17b12b[_0x36f8b6(0x1ee)]==_0x2f8cbc&&qt(_0x17b12b,_0x40011a)&&(_0x283263(_0x17b12b[_0x36f8b6(0x1ff)](),_0x3216cf)||_0x283263(_0x3216cf,_0x17b12b[_0x36f8b6(0x1ff)]()))){for(const _0x228cd9 of _0x3216cf)_0x17b12b[_0x36f8b6(0x22a)](_0x228cd9);return _0x17b12b;}const _0x4b04ee=_0x216f80(),_0xa5cc07=_0x51d142['id'],_0x373946=_0x36f8b6(0x374)+_0x2f8cbc,_0x229d44=this[_0x36f8b6(0x301)]({'id':_0x4b04ee,'type':_0x373946,'data':_0x5084a9,'createdAt':new Date(),'authorId':_0xa5cc07,'attributes':_0x40011a});for(const _0x37aa9c of _0x3216cf)this[_0x36f8b6(0x1ec)](_0x373946,_0x4b04ee,_0xa5cc07,_0x37aa9c,_0x370085[_0x36f8b6(0x36d)]());return _0x229d44;}[_0xce3cb9(0x23d)](_0x2ca47e,_0x23271e=null,_0x448af1={}){const _0x4b7d1b=_0xce3cb9;if(_0x2ca47e[_0x4b7d1b(0x389)])return null;const _0x2745a6=this[_0x4b7d1b(0x351)][_0x4b7d1b(0x24c)][_0x4b7d1b(0x230)](_0x4b7d1b(0x206))['me'],_0x2d11de=new _0x2710e9(_0x2ca47e[_0x4b7d1b(0x243)],_0x2ca47e[_0x4b7d1b(0x35a)]);for(const {suggestion:_0xb9ccfd,meta:_0x4375a0}of this[_0x4b7d1b(0x308)](_0x2d11de,_0x4b7d1b(0x28c)))if(_0x4375a0[_0x4b7d1b(0x1f9)]&&!_0x4375a0[_0x4b7d1b(0x212)]){if(_0xb9ccfd[_0x4b7d1b(0x32a)]){const _0x1ec836=_0xb9ccfd[_0x4b7d1b(0x1ff)]()[_0x4b7d1b(0x240)](_0x52d408=>_0x4b7d1b(0x305)!=_0x52d408[_0x4b7d1b(0x383)][_0x4b7d1b(0x30a)]);_0x1ec836[_0x4b7d1b(0x2c0)](_0x22c972=>_0x2d11de[_0x4b7d1b(0x222)](_0x22c972,!0x0))&&_0xb9ccfd[_0x4b7d1b(0x2ec)]();if(_0x1ec836[_0x4b7d1b(0x2cb)](_0x1472ec=>_0x1472ec[_0x4b7d1b(0x222)](_0x2d11de,!0x0))){const _0x16cd2f=this[_0x4b7d1b(0x260)][_0x4b7d1b(0x217)](_0x4b7d1b(0x244),_0x23271e,_0x4b7d1b(0x2b8));return this[_0x4b7d1b(0x203)](()=>_0x16cd2f([_0x2d11de],null,_0x448af1)),null;}}else{const _0x1e6db1=_0x2d11de[_0x4b7d1b(0x1f0)](_0xb9ccfd[_0x4b7d1b(0x1f3)]());null!==_0x1e6db1&&_0xb9ccfd[_0x4b7d1b(0x2f7)]([_0x1e6db1],null,_0x448af1);}}if(_0x2d11de[_0x4b7d1b(0x2d4)](),_0x2d11de[_0x4b7d1b(0x389)]||_0x4b7d1b(0x305)==_0x2d11de[_0x4b7d1b(0x383)][_0x4b7d1b(0x30a)])return null;let _0x30c7e1=null,_0x355b19=_0x2d11de[_0x4b7d1b(0x243)],_0x2078c9=_0x2d11de[_0x4b7d1b(0x35a)];const _0x59d7ad=this[_0x4b7d1b(0x308)](_0x2d11de,_0x4b7d1b(0x244));for(const {suggestion:_0x1706d7,meta:_0x1cf179}of _0x59d7ad){const _0x14150b=this[_0x4b7d1b(0x34a)][_0x4b7d1b(0x2c2)](_0x355b19,_0x2078c9);if(_0x1cf179[_0x4b7d1b(0x1f9)]&&(this[_0x4b7d1b(0x26f)]||!_0x1cf179[_0x4b7d1b(0x29e)]&&!_0x1cf179[_0x4b7d1b(0x2fc)])){if(_0x1706d7[_0x4b7d1b(0x32a)]){if(!qt(_0x1706d7,_0x448af1))continue;let _0x2a718a=!0x0;for(const _0x14b7d0 of _0x1706d7[_0x4b7d1b(0x1ff)]()){if(_0x14b7d0[_0x4b7d1b(0x222)](_0x14150b,!0x0))return _0x1706d7;_0x14150b[_0x4b7d1b(0x222)](_0x14b7d0)||(_0x2a718a=!0x1);}_0x2a718a&&_0x1706d7[_0x4b7d1b(0x2ec)]();}else{const _0x50ac9c=_0x1706d7[_0x4b7d1b(0x1f3)]();if(_0x50ac9c[_0x4b7d1b(0x222)](_0x14150b,!0x0))return _0x1706d7;if(!qt(_0x1706d7,_0x448af1)){_0x14150b[_0x4b7d1b(0x222)](_0x50ac9c)?_0x1706d7[_0x4b7d1b(0x1fb)]():_0x50ac9c[_0x4b7d1b(0x23c)](_0x355b19)?_0x355b19=_0x50ac9c[_0x4b7d1b(0x35a)]:_0x50ac9c[_0x4b7d1b(0x23c)](_0x2078c9)&&(_0x2078c9=_0x50ac9c[_0x4b7d1b(0x243)]);continue;}_0x355b19=_0x355b19[_0x4b7d1b(0x2c5)](_0x50ac9c[_0x4b7d1b(0x243)])?_0x355b19:_0x50ac9c[_0x4b7d1b(0x243)],_0x2078c9=_0x2078c9[_0x4b7d1b(0x31e)](_0x50ac9c[_0x4b7d1b(0x35a)])?_0x2078c9:_0x50ac9c[_0x4b7d1b(0x35a)],_0x448af1=Object[_0x4b7d1b(0x2e1)]({},_0x1706d7[_0x4b7d1b(0x364)]),_0x30c7e1?_0x50ac9c[_0x4b7d1b(0x243)][_0x4b7d1b(0x2c5)](_0x30c7e1[_0x4b7d1b(0x1f3)]()[_0x4b7d1b(0x243)])?(_0x30c7e1[_0x4b7d1b(0x1fb)](),_0x30c7e1=_0x1706d7):_0x1706d7[_0x4b7d1b(0x1fb)]():_0x30c7e1=_0x1706d7;}}}if(_0x30c7e1)return this[_0x4b7d1b(0x359)](_0x30c7e1,this[_0x4b7d1b(0x34a)][_0x4b7d1b(0x2c2)](_0x355b19,_0x2078c9)),_0x30c7e1;{const _0x240097=_0x216f80(),_0x113b0b=this[_0x4b7d1b(0x34a)][_0x4b7d1b(0x2c2)](_0x355b19,_0x2078c9),_0x5a2b9d=_0x2745a6['id'],_0x1a7a96=_0x23271e?_0x4b7d1b(0x2c7)+_0x23271e:_0x4b7d1b(0x244),_0xbb3332=this[_0x4b7d1b(0x301)]({'id':_0x240097,'type':_0x1a7a96,'createdAt':new Date(),'authorId':_0x5a2b9d,'attributes':_0x448af1});return this[_0x4b7d1b(0x1ec)](_0x1a7a96,_0x240097,_0x5a2b9d,_0x113b0b),_0xbb3332;}}[_0xce3cb9(0x245)](_0x235327,_0x6aad3e=_0xce3cb9(0x1e9),_0x59c4be={}){const _0x4ef1cd=_0xce3cb9,_0x4985a7=this[_0x4ef1cd(0x351)][_0x4ef1cd(0x24c)][_0x4ef1cd(0x230)](_0x4ef1cd(0x206))['me'],_0x4e3f94=_0x235327[_0x4ef1cd(0x321)](_0x289f11=>new _0x2710e9(_0x289f11[_0x4ef1cd(0x243)],_0x289f11[_0x4ef1cd(0x35a)])),_0x485022=new Set();for(const {suggestion:_0x4f97cb,meta:_0x4e8b8b}of this[_0x4ef1cd(0x308)](_0x4e3f94,_0x4ef1cd(0x28c)))_0x4e8b8b[_0x4ef1cd(0x1f9)]&&!_0x4e8b8b[_0x4ef1cd(0x212)]&&_0x485022[_0x4ef1cd(0x27d)](_0x4f97cb);for(const _0x36d2c0 of _0x485022)if(_0x36d2c0[_0x4ef1cd(0x32a)]){const _0x362ec2=_0x36d2c0[_0x4ef1cd(0x1ff)]();(!_0x36d2c0[_0x4ef1cd(0x364)]||!_0x36d2c0[_0x4ef1cd(0x364)][_0x4ef1cd(0x289)])&&(_0x362ec2[_0x4ef1cd(0x2c0)](_0x5b7637=>_0x4e3f94[_0x4ef1cd(0x2cb)](_0xeb6ef=>_0xeb6ef[_0x4ef1cd(0x222)](_0x5b7637,!0x0)))&&_0x36d2c0[_0x4ef1cd(0x2ec)]());if(_0x4e3f94[_0x4ef1cd(0x2c0)](_0x47293b=>_0x362ec2[_0x4ef1cd(0x2cb)](_0x818cb0=>_0x818cb0[_0x4ef1cd(0x222)](_0x47293b,!0x0)))){const _0x1e8ad2=this[_0x4ef1cd(0x260)][_0x4ef1cd(0x217)](_0x4ef1cd(0x244),_0x6aad3e,_0x4ef1cd(0x2b8));return this[_0x4ef1cd(0x203)](()=>_0x1e8ad2(_0x235327,null,_0x59c4be)),null;}}else{const _0x5384ec=_0x36d2c0[_0x4ef1cd(0x1f3)]();_0x4e3f94[_0x4ef1cd(0x2cb)](_0x1adabe=>_0x1adabe[_0x4ef1cd(0x222)](_0x5384ec,!0x0))&&_0x36d2c0[_0x4ef1cd(0x2ec)]();if(_0x4e3f94[_0x4ef1cd(0x2c0)](_0x4a66f1=>_0x5384ec[_0x4ef1cd(0x222)](_0x4a66f1,!0x0))){const _0x360507=this[_0x4ef1cd(0x260)][_0x4ef1cd(0x217)](_0x4ef1cd(0x244),_0x6aad3e,_0x4ef1cd(0x2b8));return this[_0x4ef1cd(0x203)](()=>_0x360507(_0x4e3f94,null,_0x59c4be)),null;}}const _0x42a100=this[_0x4ef1cd(0x260)][_0x4ef1cd(0x217)](_0x4ef1cd(0x244),_0x6aad3e,_0x4ef1cd(0x1fc));let _0x24b115=null;for(const _0x3cffe7 of this[_0x4ef1cd(0x33e)]())if(_0x3cffe7[_0x4ef1cd(0x38a)]['id']==_0x4985a7['id']&&_0x3cffe7[_0x4ef1cd(0x2d0)]&&_0x4ef1cd(0x244)==_0x3cffe7[_0x4ef1cd(0x2c9)]&&_0x3cffe7[_0x4ef1cd(0x1ee)]==_0x6aad3e&&qt(_0x3cffe7,_0x59c4be)&&(_0x42a100(_0x3cffe7[_0x4ef1cd(0x1ff)](),_0x4e3f94)||_0x42a100(_0x4e3f94,_0x3cffe7[_0x4ef1cd(0x1ff)]()))){if(_0x24b115){if(_0x3cffe7[_0x4ef1cd(0x2ed)]&&_0x3cffe7[_0x4ef1cd(0x2ed)][_0x4ef1cd(0x348)])continue;for(const _0x5d0514 of _0x3cffe7[_0x4ef1cd(0x1ff)]())_0x24b115[_0x4ef1cd(0x1f8)](_0x5d0514)||_0x24b115[_0x4ef1cd(0x22a)](_0x5d0514);_0x3cffe7[_0x4ef1cd(0x1fb)]();}else{_0x24b115=_0x3cffe7;for(const _0x2c9b77 of _0x4e3f94)_0x3cffe7[_0x4ef1cd(0x1f8)](_0x2c9b77)||_0x3cffe7[_0x4ef1cd(0x22a)](_0x2c9b77);}}if(_0x24b115)return _0x24b115;_0x485022[_0x4ef1cd(0x315)]();for(const {suggestion:_0x12c6e6,meta:_0x5a8d45}of this[_0x4ef1cd(0x308)](_0x4e3f94,_0x4ef1cd(0x244)))_0x5a8d45[_0x4ef1cd(0x1f9)]&&(this[_0x4ef1cd(0x26f)]||!_0x5a8d45[_0x4ef1cd(0x29e)]&&!_0x5a8d45[_0x4ef1cd(0x2fc)])&&qt(_0x12c6e6,_0x59c4be)&&_0x485022[_0x4ef1cd(0x27d)](_0x12c6e6);for(const _0x544255 of _0x485022){const _0x3ffec3=_0x544255[_0x4ef1cd(0x1ff)]();if(!_0x59c4be||!_0x59c4be[_0x4ef1cd(0x289)]){if(_0x4e3f94[_0x4ef1cd(0x2c0)](_0x5acc0c=>_0x3ffec3[_0x4ef1cd(0x2cb)](_0x1324bc=>_0x1324bc[_0x4ef1cd(0x222)](_0x5acc0c,!0x0))))return _0x544255;}(!_0x544255[_0x4ef1cd(0x364)]||!_0x544255[_0x4ef1cd(0x364)][_0x4ef1cd(0x289)])&&(_0x3ffec3[_0x4ef1cd(0x2c0)](_0x191997=>_0x4e3f94[_0x4ef1cd(0x2cb)](_0x3b68b5=>_0x3b68b5[_0x4ef1cd(0x222)](_0x191997,!0x0)))&&_0x544255[_0x4ef1cd(0x2ec)]());}const _0x2f1fb8=_0x216f80(),_0x342d33=_0x4985a7['id'],_0x4e4049=_0x4ef1cd(0x2c7)+_0x6aad3e,_0x51e9ec=this[_0x4ef1cd(0x301)]({'id':_0x2f1fb8,'type':_0x4e4049,'createdAt':new Date(),'authorId':_0x342d33,'attributes':_0x59c4be});for(const _0x19a3d3 of _0x4e3f94)_0x19a3d3[_0x4ef1cd(0x2d4)](),_0x19a3d3[_0x4ef1cd(0x389)]||_0x4ef1cd(0x305)==_0x19a3d3[_0x4ef1cd(0x383)][_0x4ef1cd(0x30a)]||this[_0x4ef1cd(0x1ec)](_0x4e4049,_0x2f1fb8,_0x342d33,_0x19a3d3,_0x370085[_0x4ef1cd(0x36d)]());return _0x51e9ec;}[_0xce3cb9(0x33a)](_0x2b85a0,_0x337afd,_0x270ea0,_0x259554,_0x8212b5){const _0xbef7ac=_0xce3cb9;if(_0x2b85a0[_0xbef7ac(0x389)])return[];if(_0xbef7ac(0x2fd)===this[_0xbef7ac(0x22b)])return[];const _0x5774cc=this[_0xbef7ac(0x351)][_0xbef7ac(0x24c)][_0xbef7ac(0x230)](_0xbef7ac(0x206))['me']['id'],_0xcfb8b5=Array[_0xbef7ac(0x31c)](this[_0xbef7ac(0x227)][_0xbef7ac(0x25a)]())[_0xbef7ac(0x240)](_0x50ffd2=>_0xbef7ac(0x2b3)==_0x50ffd2[_0xbef7ac(0x2c9)]&&_0x50ffd2[_0xbef7ac(0x200)][_0xbef7ac(0x2d3)]==_0x337afd&&_0x50ffd2[_0xbef7ac(0x1f8)](_0x2b85a0));if(_0xbef7ac(0x2c1)===this[_0xbef7ac(0x22b)]){const _0x565cb2=this[_0xbef7ac(0x308)](_0x2b85a0,_0xbef7ac(0x28c))[_0xbef7ac(0x240)](({meta:_0x4b1050})=>_0x4b1050[_0xbef7ac(0x1f9)]&&!_0x4b1050[_0xbef7ac(0x2fc)]&&!_0x4b1050[_0xbef7ac(0x212)])[_0xbef7ac(0x321)](({suggestion:_0x365d19})=>_0x365d19);_0xcfb8b5[_0xbef7ac(0x2b7)](..._0x565cb2);}const _0x34da81=new Map([[_0x2b85a0,_0x270ea0]]);for(const _0x258e90 of _0xcfb8b5){const _0x3e2790=_0xbef7ac(0x2b3)==_0x258e90[_0xbef7ac(0x2c9)]?_0x258e90[_0xbef7ac(0x200)][_0xbef7ac(0x2f8)]:void 0x0,_0x177ac4=_0x258e90[_0xbef7ac(0x1f3)](),_0x24a885=Array[_0xbef7ac(0x31c)](_0x34da81[_0xbef7ac(0x238)]())[_0xbef7ac(0x2dd)](_0x16ef56=>_0x16ef56[_0xbef7ac(0x23e)](_0x177ac4));if(!_0x24a885)continue;const _0x480888=_0x24a885[_0xbef7ac(0x312)](_0x177ac4);this[_0xbef7ac(0x32b)](_0x337afd)&&_0xbef7ac(0x28c)==_0x258e90[_0xbef7ac(0x2c9)]&&0x0!=_0x480888[_0xbef7ac(0x348)]||(_0x34da81[_0xbef7ac(0x34d)](_0x24a885),_0x480888[_0xbef7ac(0x272)](_0x1b2ff7=>{const _0x54deeb=_0xbef7ac;_0x34da81[_0x54deeb(0x270)](_0x1b2ff7,_0x270ea0);}),_0xbef7ac(0x28c)!=_0x258e90[_0xbef7ac(0x2c9)]&&_0x3e2790!=_0x259554&&_0x34da81[_0xbef7ac(0x270)](_0x24a885[_0xbef7ac(0x1f0)](_0x177ac4),_0x3e2790));}const _0x49e0d6=[];for(const [_0x39eb22,_0x2f3c6a]of _0x34da81){const _0xa262d2=_0x216f80(),_0x4b4d65={'key':_0x337afd,'oldValue':_0x2f3c6a,'newValue':_0x259554};_0x337afd[_0xbef7ac(0x348)]>0x25&&console[_0xbef7ac(0x36a)](_0xbef7ac(0x340),{'key':_0x337afd});const _0x5466c6=(_0xbef7ac(0x2d6)+(_0x337afd+'|'+Gt({'newValue':_0x259554})))[_0xbef7ac(0x298)](0x0,0x3c),_0x2c2bd2=this[_0xbef7ac(0x301)]({'id':_0xa262d2,'type':_0x5466c6,'data':_0x4b4d65,'createdAt':new Date(),'authorId':_0x5774cc,'attributes':_0x8212b5});_0x49e0d6[_0xbef7ac(0x31b)](_0x2c2bd2),this[_0xbef7ac(0x1ec)](_0x5466c6,_0xa262d2,_0x5774cc,_0x39eb22);}return _0x49e0d6;}[_0xce3cb9(0x2ce)](_0xcee244){const _0x5d9841=_0xce3cb9;this[_0x5d9841(0x344)](_0xcee244,(_0x424573,..._0x119ef0)=>{const _0x596270=_0x5d9841;this[_0x596270(0x2c3)](()=>{_0x424573(..._0x119ef0);});});}[_0xce3cb9(0x257)](_0x40d95b){const _0x429d02=_0xce3cb9;this[_0x429d02(0x268)][_0x429d02(0x27d)](_0x40d95b);}[_0xce3cb9(0x328)](_0x5b3a56){const _0x5ea0a5=_0xce3cb9;this[_0x5ea0a5(0x385)][_0x5ea0a5(0x27d)](_0x5b3a56);}[_0xce3cb9(0x29d)](_0x482df8){const _0x24f423=_0xce3cb9;return _0x24f423(0x2b3)==_0x482df8[_0x24f423(0x2c9)]?_0x482df8[_0x24f423(0x1ee)][_0x24f423(0x24f)]('|')[0x0]:null;}[_0xce3cb9(0x359)](_0x2961b4,_0x3e0fbe){const _0x482e9e=_0xce3cb9,_0x2826f5=_0x2961b4[_0x482e9e(0x2ea)]();this[_0x482e9e(0x34a)][_0x482e9e(0x263)](_0x488f57=>{const _0x5eee6a=_0x482e9e;_0x488f57[_0x5eee6a(0x2d9)](_0x2826f5,{'range':_0x3e0fbe});});}[_0xce3cb9(0x2f2)](_0x11f84f){const _0x4a1752=_0xce3cb9,_0x5b8719=_0x11f84f['id'],_0x8fd200=this[_0x4a1752(0x351)][_0x4a1752(0x2ae)][_0x4a1752(0x230)](_0x4a1752(0x2bd));this[_0x4a1752(0x2fe)][_0x4a1752(0x251)](_0x5b8719)||this[_0x4a1752(0x2fe)][_0x4a1752(0x26e)]({'channelId':_0x8fd200,'threadId':_0x5b8719,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2ccb37=this[_0x4a1752(0x2fe)][_0x4a1752(0x2a4)](_0x5b8719);_0x2ccb37[_0x4a1752(0x226)](_0x4a1752(0x338)),_0x2ccb37[_0x4a1752(0x338)]=!0x1,_0x11f84f[_0x4a1752(0x2ed)]=_0x2ccb37;}[_0xce3cb9(0x2e2)](_0x4ac797,_0x724f11,_0x4b1ae0,_0xe5d49d){const _0x171d24=_0xce3cb9;if(_0x4ac797[_0x171d24(0x2c9)]!=_0x724f11||_0x4ac797[_0x171d24(0x1ee)]!=_0x4b1ae0||_0x4ac797[_0x171d24(0x277)]['id']!=_0xe5d49d)throw this[_0x171d24(0x351)][_0x171d24(0x23b)](_0x171d24(0x2db)),new _0x13d037(_0x171d24(0x2db),this);}[_0xce3cb9(0x29f)](_0x3603c0,_0xa2f5b6){const _0x37b6e9=_0xce3cb9,_0x3be323=_0x3603c0[_0x37b6e9(0x1f3)]();if(_0xa2f5b6[_0x37b6e9(0x2a7)](_0x3be323))_0x3603c0[_0x37b6e9(0x1fb)]();else{if(_0x3be323[_0x37b6e9(0x222)](_0xa2f5b6)){const _0x15c20c=this[_0x37b6e9(0x34a)][_0x37b6e9(0x1e4)](_0xa2f5b6[_0x37b6e9(0x243)][_0x37b6e9(0x248)],_0x37b6e9(0x35a));this[_0x37b6e9(0x359)](_0x3603c0,this[_0x37b6e9(0x34a)][_0x37b6e9(0x2c2)](_0x3be323[_0x37b6e9(0x243)],_0x15c20c));const _0x1faed8=_0x216f80(),_0x400820=_0x3603c0[_0x37b6e9(0x277)]['id'],_0x10ef52=_0x3603c0[_0x37b6e9(0x2c9)]+':'+_0x3603c0[_0x37b6e9(0x1ee)];this[_0x37b6e9(0x301)]({'id':_0x1faed8,'type':_0x10ef52,'createdAt':new Date(),'authorId':_0x400820,'data':_0x3603c0[_0x37b6e9(0x200)],'attributes':_0x3603c0[_0x37b6e9(0x364)]});const _0x1c2521=this[_0x37b6e9(0x34a)][_0x37b6e9(0x1e4)](_0xa2f5b6[_0x37b6e9(0x35a)][_0x37b6e9(0x354)],_0x37b6e9(0x27b)),_0x46bd77=this[_0x37b6e9(0x34a)][_0x37b6e9(0x2c2)](_0x1c2521,_0x3be323[_0x37b6e9(0x35a)]);this[_0x37b6e9(0x1ec)](_0x10ef52,_0x1faed8,_0x400820,_0x46bd77);}else{if(_0x3be323[_0x37b6e9(0x23c)](_0xa2f5b6[_0x37b6e9(0x243)])){const _0x17289c=this[_0x37b6e9(0x34a)][_0x37b6e9(0x1e4)](_0xa2f5b6[_0x37b6e9(0x243)][_0x37b6e9(0x248)],_0x37b6e9(0x35a));this[_0x37b6e9(0x359)](_0x3603c0,this[_0x37b6e9(0x34a)][_0x37b6e9(0x2c2)](_0x3be323[_0x37b6e9(0x243)],_0x17289c));}else{const _0x6145df=this[_0x37b6e9(0x34a)][_0x37b6e9(0x1e4)](_0xa2f5b6[_0x37b6e9(0x35a)][_0x37b6e9(0x354)],_0x37b6e9(0x27b));this[_0x37b6e9(0x359)](_0x3603c0,this[_0x37b6e9(0x34a)][_0x37b6e9(0x2c2)](_0x6145df,_0x3be323[_0x37b6e9(0x35a)]));}}}}[_0xce3cb9(0x300)](_0x3c2460){const _0x480169=_0xce3cb9;for(const {suggestion:_0x190871,meta:_0x2b1e46}of this[_0x480169(0x308)](_0x3c2460,_0x480169(0x28c))){if(!_0x2b1e46[_0x480169(0x1f9)])continue;const _0x3bf280=_0x190871[_0x480169(0x1ff)]();for(const _0x52dab7 of _0x3bf280)if(!_0x3c2460[_0x480169(0x312)](_0x52dab7)[_0x480169(0x348)])return!0x0;}return!0x1;}[_0xce3cb9(0x21a)](_0x3c54e){const _0x8e6e53=_0xce3cb9,_0x507156=this[_0x8e6e53(0x351)][_0x8e6e53(0x24c)][_0x8e6e53(0x230)](_0x8e6e53(0x206))[_0x8e6e53(0x27c)](_0x3c54e);if(!_0x507156)throw new _0x13d037(_0x8e6e53(0x218),this);return _0x507156;}[_0xce3cb9(0x36b)](_0x16eda3){const _0x302d88=_0xce3cb9,_0x212702=this[_0x302d88(0x351)][_0x302d88(0x24c)][_0x302d88(0x230)](_0x302d88(0x206)),_0x138638=_0x238f95(_0x302d88(0x2e9)+_0x16eda3),_0x4b3260=_0x212702[_0x302d88(0x27c)](_0x138638);return _0x4b3260||_0x212702[_0x302d88(0x311)]({'id':_0x138638,'name':_0x16eda3});}[_0xce3cb9(0x2ab)](_0x194a2d,_0x13ba80,_0x2d802f,_0x1762f3,_0xedd4b){const _0x16cfc1=_0xce3cb9,_0x1bab22=this[_0x16cfc1(0x21a)](_0x1762f3),_0x1aa9e6=this[_0x16cfc1(0x260)][_0x16cfc1(0x2ef)](_0x194a2d,_0x13ba80,_0x2d802f,_0x1bab22,_0xedd4b,_0x5a508d=>{const _0x57d7cf=_0x16cfc1;this[_0x57d7cf(0x25f)](_0x2d802f,{'attributes':_0x5a508d});const _0x41062b=this[_0x57d7cf(0x2cc)](_0x2d802f);this[_0x57d7cf(0x1f7)](new Set([_0x41062b])),this[_0x57d7cf(0x379)](new Set([_0x41062b]));});return this[_0x16cfc1(0x2d2)](_0x1aa9e6,_0x16cfc1(0x2b8),()=>{const _0x57adab=_0x16cfc1;this[_0x57adab(0x25f)](_0x2d802f,{'state':_0x57adab(0x280)});},{'priority':_0x16cfc1(0x35c)}),this[_0x16cfc1(0x2d2)](_0x1aa9e6,_0x16cfc1(0x2ec),()=>{const _0x2efedc=_0x16cfc1;this[_0x2efedc(0x25f)](_0x2d802f,{'state':_0x2efedc(0x234)});},{'priority':_0x16cfc1(0x35c)}),this[_0x16cfc1(0x227)][_0x16cfc1(0x270)](_0x2d802f,_0x1aa9e6),this[_0x16cfc1(0x242)][_0x16cfc1(0x270)](_0x1aa9e6,_0x16cfc1(0x20e)),_0x1aa9e6;}[_0xce3cb9(0x2aa)](_0x519394){const _0x287511=_0xce3cb9,_0x457a93=_0x519394[_0x287511(0x24f)](':');return{'group':_0x457a93[0x0],'type':_0x457a93[0x1],'subType':_0x457a93[_0x287511(0x348)]>=0x5?_0x457a93[0x2]:null,'id':_0x457a93[_0x287511(0x348)]<0x5?_0x457a93[0x2]:_0x457a93[0x3],'authorId':_0x457a93[_0x287511(0x348)]<0x5?_0x457a93[0x3]:_0x457a93[0x4],'markerCount':0x6==_0x457a93[_0x287511(0x348)]?_0x457a93[0x5]:null};}[_0xce3cb9(0x29a)](_0x5ad0c1,_0x449f66,_0x541f39){const _0x13bbfc=_0xce3cb9,_0x507445=_0x5ad0c1[_0x13bbfc(0x1f3)](),_0x2d7f44=_0x507445[_0x13bbfc(0x243)],_0x27d973=_0x507445[_0x13bbfc(0x35a)];this[_0x13bbfc(0x359)](_0x5ad0c1,this[_0x13bbfc(0x34a)][_0x13bbfc(0x2c2)](_0x2d7f44,_0x449f66));const _0x2f4441=_0x216f80(),_0x23de17=_0x5ad0c1[_0x13bbfc(0x277)]['id'],_0x867bb5=_0x5ad0c1[_0x13bbfc(0x2c9)]+(_0x5ad0c1[_0x13bbfc(0x1ee)]?':'+_0x5ad0c1[_0x13bbfc(0x1ee)]:'');this[_0x13bbfc(0x301)]({'id':_0x2f4441,'type':_0x867bb5,'createdAt':new Date(),'authorId':_0x23de17,'originalSuggestionId':_0x5ad0c1['id'],'attributes':_0x5ad0c1[_0x13bbfc(0x364)],'data':_0x5ad0c1[_0x13bbfc(0x200)]});const _0x42298a=this[_0x13bbfc(0x29d)](_0x5ad0c1);(_0x13bbfc(0x284)==_0x5ad0c1[_0x13bbfc(0x2c9)]||_0x42298a&&this[_0x13bbfc(0x32b)](_0x42298a))&&(_0x541f39=this[_0x13bbfc(0x34a)][_0x13bbfc(0x1e5)](_0x541f39[_0x13bbfc(0x354)])),this[_0x13bbfc(0x1ec)](_0x867bb5,_0x2f4441,_0x23de17,this[_0x13bbfc(0x34a)][_0x13bbfc(0x2c2)](_0x541f39,_0x27d973));}[_0xce3cb9(0x308)](_0x18e451,_0x4ac5c9=null){const _0x487b3c=_0xce3cb9,_0x484e75=[],_0x155afa=this[_0x487b3c(0x351)][_0x487b3c(0x24c)][_0x487b3c(0x230)](_0x487b3c(0x206))['me'];Array[_0x487b3c(0x205)](_0x18e451)||(_0x18e451=[_0x18e451]);for(const _0x5e6310 of this[_0x487b3c(0x33e)]()){if(!_0x5e6310[_0x487b3c(0x2d0)])continue;if(_0x4ac5c9&&_0x5e6310[_0x487b3c(0x2c9)]!=_0x4ac5c9)continue;let _0x4f1b81=!0x1;for(const _0x246b18 of _0x5e6310[_0x487b3c(0x1ff)]()){for(const _0x853b96 of _0x18e451){const _0x53e0fd=_0x853b96[_0x487b3c(0x243)][_0x487b3c(0x2a7)](_0x246b18[_0x487b3c(0x35a)])||_0x853b96[_0x487b3c(0x35a)][_0x487b3c(0x2a7)](_0x246b18[_0x487b3c(0x243)]);if(_0x53e0fd||_0x853b96[_0x487b3c(0x1f0)](_0x246b18)){const _0x4a7046=_0x853b96[_0x487b3c(0x222)](_0x246b18)&&Ot(this[_0x487b3c(0x34a)][_0x487b3c(0x358)],_0x246b18[_0x487b3c(0x243)],_0x853b96),_0x504978=_0x246b18[_0x487b3c(0x222)](_0x853b96)&&Ot(this[_0x487b3c(0x34a)][_0x487b3c(0x358)],_0x853b96[_0x487b3c(0x243)],_0x246b18);_0x484e75[_0x487b3c(0x31b)]({'suggestion':_0x5e6310,'meta':{'isOwn':_0x155afa==_0x5e6310[_0x487b3c(0x38a)],'isNextTo':_0x53e0fd,'isInsideObject':_0x4a7046,'containsRangeInObject':_0x504978}}),_0x4f1b81=!0x0;break;}}if(_0x4f1b81)break;}}return _0x484e75;}[_0xce3cb9(0x1ec)](_0x456ff6,_0x448f51,_0x219ddf,_0x4ff13e,_0x2215b1){const _0x19cbde=_0xce3cb9;this[_0x19cbde(0x34a)][_0x19cbde(0x263)](_0x363a7f=>{const _0x5031c8=_0x19cbde;let _0x67016d=_0x5031c8(0x30f)+_0x456ff6+':'+_0x448f51+':'+_0x219ddf;_0x2215b1&&(_0x67016d=_0x67016d+':'+_0x2215b1),_0x363a7f[_0x5031c8(0x357)](_0x67016d,{'range':_0x4ff13e,'usingOperation':!0x0,'affectsData':!0x0});});}[_0xce3cb9(0x2a0)](_0x428fc3){const _0xa942ad=_0xce3cb9,_0xd7cc15=_0x428fc3[_0xa942ad(0x332)],_0x358b14=_0x428fc3[_0xa942ad(0x287)];_0x428fc3[_0xa942ad(0x332)]=null,_0x428fc3[_0xa942ad(0x287)]=null,null!=_0xd7cc15&&_0xd7cc15[_0xa942ad(0x287)]==_0x428fc3&&(_0xd7cc15[_0xa942ad(0x287)]=_0x358b14),null!=_0x358b14&&_0x358b14[_0xa942ad(0x332)]==_0x428fc3&&(_0x358b14[_0xa942ad(0x332)]=_0xd7cc15),_0xa942ad(0x2a1)==this[_0xa942ad(0x242)][_0xa942ad(0x230)](_0x428fc3)&&(this[_0xa942ad(0x242)][_0xa942ad(0x270)](_0x428fc3,_0xa942ad(0x239)),this[_0xa942ad(0x2dc)](_0xa942ad(0x2da),_0x428fc3,_0xd7cc15,_0x358b14));}[_0xce3cb9(0x301)](_0x39741b){const _0x2897f7=_0xce3cb9,_0x249fc9=_0x39741b['id'],_0x407763=this[_0x2897f7(0x1f5)](_0x39741b);if(this[_0x2897f7(0x225)]&&this[_0x2897f7(0x225)][_0x2897f7(0x24d)]){const _0x26a7d4=this[_0x2897f7(0x351)][_0x2897f7(0x24c)][_0x2897f7(0x230)](_0x2897f7(0x1f2)),_0x81111f=_0x407763[_0x2897f7(0x2e3)],_0x390a5f=_0x407763[_0x2897f7(0x1ee)]?_0x407763[_0x2897f7(0x2c9)]+':'+_0x407763[_0x2897f7(0x1ee)]:_0x407763[_0x2897f7(0x2c9)],_0x1c317e=this[_0x2897f7(0x351)][_0x2897f7(0x313)],_0x3c9547=_0x26a7d4[_0x2897f7(0x27d)](_0x4c602f(_0x1c317e,_0x2897f7(0x255))),_0x1788bc={'id':_0x249fc9,'type':_0x390a5f,'hasComments':_0x81111f,'data':_0x39741b[_0x2897f7(0x200)]||null,'originalSuggestionId':_0x39741b[_0x2897f7(0x33d)]||null,'attributes':_0x407763[_0x2897f7(0x364)]};this[_0x2897f7(0x225)][_0x2897f7(0x24d)](_0x1788bc)[_0x2897f7(0x209)](_0x901bf6=>{const _0x317426=_0x2897f7;_0x407763[_0x317426(0x2e5)]=!0x0,_0x26a7d4[_0x317426(0x24e)](_0x3c9547),_0x901bf6&&_0x901bf6[_0x317426(0x271)]&&(this[_0x317426(0x227)][_0x317426(0x230)](_0x249fc9)[_0x317426(0x271)]=_0x901bf6[_0x317426(0x271)]);})[_0x2897f7(0x34c)](_0x3a27c9=>{const _0x291e80=_0x2897f7;throw _0x44413c(_0x291e80(0x2a8)),this[_0x291e80(0x351)][_0x291e80(0x279)][_0x291e80(0x273)]({'isUndoable':!0x1},()=>{const _0x3611f9=_0x291e80;_0x407763[_0x3611f9(0x2ec)]();}),_0x407763[_0x291e80(0x220)](),this[_0x291e80(0x227)][_0x291e80(0x34d)](_0x407763['id']),this[_0x291e80(0x242)][_0x291e80(0x34d)](_0x407763),_0x3a27c9;});}return _0x407763;}[_0xce3cb9(0x32b)](_0x59d244){const _0x1960f8=_0xce3cb9;return this[_0x1960f8(0x268)][_0x1960f8(0x1dd)](_0x59d244);}[_0xce3cb9(0x25f)](_0x1bc7e5,_0xc6b35){const _0x50e037=_0xce3cb9,_0x449c3f=this[_0x50e037(0x351)][_0x50e037(0x24c)][_0x50e037(0x230)](_0x50e037(0x1f2)),_0x44dfc7=this[_0x50e037(0x2cc)](_0x1bc7e5);if(this[_0x50e037(0x225)]&&this[_0x50e037(0x225)][_0x50e037(0x221)]){if(_0x44dfc7[_0x50e037(0x2e5)]){const _0x4db10e=_0x449c3f[_0x50e037(0x27d)](_0x4c602f(this[_0x50e037(0x351)][_0x50e037(0x313)],_0x50e037(0x255)));this[_0x50e037(0x225)][_0x50e037(0x221)](_0x1bc7e5,_0xc6b35)[_0x50e037(0x209)](()=>{const _0xe85c87=_0x50e037;_0x449c3f[_0xe85c87(0x24e)](_0x4db10e);});}else _0x44dfc7['on'](_0x50e037(0x303),()=>{const _0x52612d=_0x50e037;this[_0x52612d(0x25f)](_0x1bc7e5,_0xc6b35);});}}[_0xce3cb9(0x33b)](_0x406fab){const _0x3d685e=_0xce3cb9;if(!this[_0x3d685e(0x225)]||!this[_0x3d685e(0x225)][_0x3d685e(0x2cc)])throw new _0x13d037(_0x3d685e(0x1e3),this);return this[_0x3d685e(0x225)][_0x3d685e(0x2cc)](_0x406fab);}[_0xce3cb9(0x2d1)](_0x853582){const _0x4b3b1e=_0xce3cb9,{id:_0x5cec19,type:_0x255718,subType:_0x548ec7,authorId:_0x4f4f3d}=this[_0x4b3b1e(0x2aa)](_0x853582),_0x1adab8=this[_0x4b3b1e(0x227)][_0x4b3b1e(0x230)](_0x5cec19)||this[_0x4b3b1e(0x2ab)](_0x255718,_0x548ec7,_0x5cec19,_0x4f4f3d,{});switch(this[_0x4b3b1e(0x2e2)](_0x1adab8,_0x255718,_0x548ec7,_0x4f4f3d),this[_0x4b3b1e(0x242)][_0x4b3b1e(0x230)](_0x1adab8)){case _0x4b3b1e(0x20e):this[_0x4b3b1e(0x33b)](_0x5cec19)[_0x4b3b1e(0x209)](_0xefd105=>{const _0x1690c1=_0x4b3b1e;let _0x5140f7=Promise[_0x1690c1(0x320)]();_0xefd105[_0x1690c1(0x2e3)]&&(_0x5140f7=this[_0x1690c1(0x2fe)][_0x1690c1(0x2df)]({'channelId':this[_0x1690c1(0x351)][_0x1690c1(0x2ae)][_0x1690c1(0x230)](_0x1690c1(0x2bd)),'threadId':_0x5cec19})),_0x5140f7[_0x1690c1(0x209)](()=>{const _0x1ae221=_0x1690c1;this[_0x1ae221(0x1f5)](_0xefd105)[_0x1ae221(0x2e5)]=!0x0;});}),this[_0x4b3b1e(0x242)][_0x4b3b1e(0x270)](_0x1adab8,_0x4b3b1e(0x27a));break;case _0x4b3b1e(0x239):this[_0x4b3b1e(0x25f)](_0x5cec19,{'state':_0x4b3b1e(0x26c)});case _0x4b3b1e(0x294):this[_0x4b3b1e(0x242)][_0x4b3b1e(0x270)](_0x1adab8,_0x4b3b1e(0x2a1)),this[_0x4b3b1e(0x2dc)](_0x4b3b1e(0x249),_0x1adab8);break;case _0x4b3b1e(0x2a1):this[_0x4b3b1e(0x2dc)](_0x4b3b1e(0x1f4),_0x1adab8);}return _0x1adab8[_0x4b3b1e(0x2ca)](_0x853582),_0x1adab8;}[_0xce3cb9(0x379)](_0x3597e6){const _0x2a027e=_0xce3cb9,_0x3f1535=Array[_0x2a027e(0x31c)](_0x3597e6),_0x2ef8e6=_0x3f1535[_0x2a027e(0x240)](_0x1ad22b=>_0x2a027e(0x2b3)==_0x1ad22b[_0x2a027e(0x2c9)]);this[_0x2a027e(0x325)](_0x2ef8e6);const _0x278bff=_0x3f1535[_0x2a027e(0x240)](_0xf37dab=>!_0xf37dab[_0x2a027e(0x32a)]&&_0x2a027e(0x2b3)!=_0xf37dab[_0x2a027e(0x2c9)]),_0xfc2d58=this[_0x2a027e(0x33e)]({'skipNotAttached':!0x0})[_0x2a027e(0x240)](_0x146a4f=>!_0x146a4f[_0x2a027e(0x32a)]&&_0x2a027e(0x2b3)!=_0x146a4f[_0x2a027e(0x2c9)]),_0x2a9c16=_0xfc2d58[_0x2a027e(0x240)](_0x3f077f=>!_0x3597e6[_0x2a027e(0x1dd)](_0x3f077f)),_0x2564b3=new Map(_0xfc2d58[_0x2a027e(0x321)](_0x5de00e=>[_0x5de00e,this[_0x2a027e(0x260)][_0x2a027e(0x217)](_0x5de00e[_0x2a027e(0x2c9)],_0x5de00e[_0x2a027e(0x1ee)],_0x2a027e(0x2cd))])),_0x1f3288=new Map(_0xfc2d58[_0x2a027e(0x321)](_0x181af9=>[_0x181af9,_0x181af9[_0x2a027e(0x1f3)]()])),_0x3786a3=new Set(),_0x34b777=new Set();for(let _0x2c95d4=0x0;_0x2c95d4<_0x278bff[_0x2a027e(0x348)];_0x2c95d4++)_0x5a0efd(_0x278bff[_0x2c95d4],_0x278bff,_0x2c95d4+0x1);for(let _0x9c87fd=0x0;_0x9c87fd<_0x278bff[_0x2a027e(0x348)];_0x9c87fd++)_0x5a0efd(_0x278bff[_0x9c87fd],_0x2a9c16,0x0);const _0x1fc310=new Set();for(let _0x3f3bf1=0x0;_0x3f3bf1<_0x278bff[_0x2a027e(0x348)];_0x3f3bf1++){const _0x303e9c=_0x278bff[_0x3f3bf1];!_0x34b777[_0x2a027e(0x1dd)](_0x303e9c)&&_0x303e9c[_0x2a027e(0x332)]&&(_0x1fc310[_0x2a027e(0x27d)](_0x303e9c[_0x2a027e(0x332)]),_0x303e9c[_0x2a027e(0x332)][_0x2a027e(0x287)]===_0x303e9c&&(_0x303e9c[_0x2a027e(0x332)][_0x2a027e(0x287)]=null),_0x303e9c[_0x2a027e(0x332)]=null),!_0x3786a3[_0x2a027e(0x1dd)](_0x303e9c)&&_0x303e9c[_0x2a027e(0x287)]&&(_0x1fc310[_0x2a027e(0x27d)](_0x303e9c[_0x2a027e(0x287)]),_0x303e9c[_0x2a027e(0x287)][_0x2a027e(0x332)]===_0x303e9c&&(_0x303e9c[_0x2a027e(0x287)][_0x2a027e(0x332)]=null),_0x303e9c[_0x2a027e(0x287)]=null);}function _0x5a0efd(_0xb96de8,_0x428e96,_0x466796){const _0x789c4a=_0x2a027e;for(let _0x4c7dd9=_0x466796;_0x4c7dd9<_0x428e96[_0x789c4a(0x348)];_0x4c7dd9++){const _0x572aea=_0x51090f(_0xb96de8,_0x428e96[_0x4c7dd9]);_0x572aea&&(_0x572aea[0x0][_0x789c4a(0x287)]=_0x572aea[0x1],_0x572aea[0x1][_0x789c4a(0x332)]=_0x572aea[0x0],_0x3786a3[_0x789c4a(0x27d)](_0x572aea[0x0]),_0x34b777[_0x789c4a(0x27d)](_0x572aea[0x1]));}}function _0x51090f(_0x383315,_0x28ea88){const _0x43c558=_0x2a027e;if(_0x383315[_0x43c558(0x38a)]['id']!==_0x28ea88[_0x43c558(0x38a)]['id'])return null;const _0x30fbad=_0x2564b3[_0x43c558(0x230)](_0x383315)(_0x383315,_0x28ea88,_0x1f3288[_0x43c558(0x230)](_0x383315),_0x1f3288[_0x43c558(0x230)](_0x28ea88));if(!_0x30fbad)return null;return _0x2564b3[_0x43c558(0x230)](_0x28ea88)(_0x383315,_0x28ea88,_0x1f3288[_0x43c558(0x230)](_0x383315),_0x1f3288[_0x43c558(0x230)](_0x28ea88))?_0x30fbad[0x1][_0x43c558(0x2ed)]&&_0x30fbad[0x1][_0x43c558(0x2ed)][_0x43c558(0x348)]?null:_0x30fbad:null;}_0x1fc310[_0x2a027e(0x2c4)]&&this[_0x2a027e(0x379)](_0x1fc310);}[_0xce3cb9(0x325)](_0x57d468){const _0x1f4694=_0xce3cb9;if(0x0==_0x57d468[_0x1f4694(0x348)])return;const _0x56fa73=this[_0x1f4694(0x33e)]({'skipNotAttached':!0x0})[_0x1f4694(0x240)](_0x96bd0f=>_0x1f4694(0x2b3)==_0x96bd0f[_0x1f4694(0x2c9)]&&_0x96bd0f[_0x1f4694(0x2a6)]),_0x425177=[],_0x1503ff=new Map();for(const _0x5c17d5 of _0x56fa73){const _0x23628a=_0x238f95(_0x5c17d5[_0x1f4694(0x364)]);_0x1503ff[_0x1f4694(0x1dd)](_0x23628a)||(_0x1503ff[_0x1f4694(0x270)](_0x23628a,_0x425177[_0x1f4694(0x348)]),_0x425177[_0x1f4694(0x31b)]([]));const _0x54ae8b=_0x1503ff[_0x1f4694(0x230)](_0x23628a);_0x425177[_0x54ae8b][_0x1f4694(0x31b)](_0x5c17d5);}!(function(){const _0xf9d37f=_0x1f4694;_0x425177[_0xf9d37f(0x22d)]((_0x10fb10,_0x4c36f4)=>{const _0x52cdbe=_0xf9d37f,_0x1f96f7=_0x10fb10[0x0][_0x52cdbe(0x271)],_0x3b8de6=_0x4c36f4[0x0][_0x52cdbe(0x271)];return _0x1f96f7==_0x3b8de6?_0x10fb10[0x0][_0x52cdbe(0x364)][_0x52cdbe(0x22f)]<_0x4c36f4[0x0][_0x52cdbe(0x364)][_0x52cdbe(0x22f)]?-0x1:0x1:_0x1f96f7<_0x3b8de6?-0x1:0x1;});for(const _0x4549f5 of _0x425177)_0x4549f5[_0xf9d37f(0x22d)]((_0x1fae4f,_0x5e166a)=>_0x1fae4f['id']<_0x5e166a['id']?-0x1:0x1);}());for(let _0x3219de=0x0;_0x3219de<_0x425177[_0x1f4694(0x348)];_0x3219de++){if(0x0==_0x425177[_0x3219de][_0x1f4694(0x348)])continue;const _0x1bc19f=[];for(let _0x3b5230=_0x3219de+0x1;_0x3b5230<_0x425177[_0x1f4694(0x348)];_0x3b5230++)0x0!=_0x425177[_0x3b5230][_0x1f4694(0x348)]&&_0x4a531c(_0x425177[_0x3219de],_0x425177[_0x3b5230])&&_0x1bc19f[_0x1f4694(0x31b)](_0x3b5230);for(const _0x53f34c of _0x1bc19f)_0x425177[_0x3219de]=_0x425177[_0x3219de][_0x1f4694(0x1e7)](_0x425177[_0x53f34c]),_0x425177[_0x53f34c]=[];}for(const _0x1d43a2 of _0x425177)for(let _0x565b32=0x0;_0x565b32<_0x1d43a2[_0x1f4694(0x348)];_0x565b32++){const _0x53f889=_0x1d43a2[_0x565b32+0x1]||null;_0x1d43a2[_0x565b32][_0x1f4694(0x287)]!==_0x53f889&&(_0x1d43a2[_0x565b32][_0x1f4694(0x287)]=_0x53f889);}for(const _0x369dd8 of _0x425177)for(let _0x4b7313=0x0;_0x4b7313<_0x369dd8[_0x1f4694(0x348)];_0x4b7313++){const _0x3da36e=_0x369dd8[_0x4b7313-0x1]||null;_0x369dd8[_0x4b7313][_0x1f4694(0x332)]!==_0x3da36e&&(_0x369dd8[_0x4b7313][_0x1f4694(0x332)]=_0x3da36e);}function _0x4a531c(_0xf06249,_0x17d68f){const _0x42589c=_0x1f4694;if(_0xf06249[0x0][_0x42589c(0x364)][_0x42589c(0x22f)]!==_0x17d68f[0x0][_0x42589c(0x364)][_0x42589c(0x22f)]&&_0xf06249[0x0][_0x42589c(0x38a)]!==_0x17d68f[0x0][_0x42589c(0x38a)])return!0x1;if(!function(_0x416abd,_0x36cb19){const _0x36fbe2=_0x42589c;if(!_0x416abd[_0x36fbe2(0x2e3)]&&!_0x36cb19[_0x36fbe2(0x2e3)])return!0x0;if(_0x416abd[_0x36fbe2(0x2e3)]&&_0x36cb19[_0x36fbe2(0x2e3)])return!0x1;if(_0x416abd[_0x36fbe2(0x2e3)]&&_0x36cb19[_0x36fbe2(0x271)]<_0x416abd[_0x36fbe2(0x2ed)][_0x36fbe2(0x290)][_0x36fbe2(0x230)](0x0)[_0x36fbe2(0x271)])return!0x0;if(_0x36cb19[_0x36fbe2(0x2e3)]&&_0x416abd[_0x36fbe2(0x271)]<_0x36cb19[_0x36fbe2(0x2ed)][_0x36fbe2(0x290)][_0x36fbe2(0x230)](0x0)[_0x36fbe2(0x271)])return!0x0;return!0x1;}(_0xf06249[0x0],_0x17d68f[0x0]))return!0x1;const _0x129a0f=_0x41c4a7(_0xf06249[0x0][_0x42589c(0x364)],_0x42589c(0x22f)),_0x52b029=_0x41c4a7(_0x17d68f[0x0][_0x42589c(0x364)],_0x42589c(0x22f));if(!_0xe4b4d0(_0x129a0f,_0x52b029))return!0x1;return!!_0xf06249[_0x42589c(0x2c0)](_0x2761de=>_0x17d68f[_0x42589c(0x2cb)](_0x53571f=>_0x2761de[_0x42589c(0x1f3)]()[_0x42589c(0x2a7)](_0x53571f[_0x42589c(0x1f3)]())))&&_0x17d68f[_0x42589c(0x2c0)](_0x2ceab5=>_0xf06249[_0x42589c(0x2cb)](_0x4bb064=>_0x2ceab5[_0x42589c(0x1f3)]()[_0x42589c(0x2a7)](_0x4bb064[_0x42589c(0x1f3)]())));}}[_0xce3cb9(0x1f7)](_0x4d8fd3){const _0x3c245b=_0xce3cb9,_0x4393b2=Array[_0x3c245b(0x31c)](_0x4d8fd3),_0x3833ac=this[_0x3c245b(0x33e)]({'skipNotAttached':!0x0}),_0x211462=_0x3833ac[_0x3c245b(0x240)](_0x4913da=>!_0x4d8fd3[_0x3c245b(0x1dd)](_0x4913da)),_0x26a694=new Map(_0x4393b2[_0x3c245b(0x321)](_0x50b3c3=>[_0x50b3c3,this[_0x3c245b(0x260)][_0x3c245b(0x217)](_0x50b3c3[_0x3c245b(0x2c9)],_0x50b3c3[_0x3c245b(0x1ee)],_0x3c245b(0x1fc))])),_0x3da845=new Map(_0x3833ac[_0x3c245b(0x321)](_0x4b1baa=>[_0x4b1baa,_0x4b1baa[_0x3c245b(0x1ff)]()]));for(let _0x9f9bea=0x0;_0x9f9bea<_0x4393b2[_0x3c245b(0x348)];_0x9f9bea++){if(_0x3c4443(this,_0x4393b2[_0x9f9bea],_0x4393b2,_0x9f9bea+0x1))return!0x0;}for(let _0x3292c9=0x0;_0x3292c9<_0x4393b2[_0x3c245b(0x348)];_0x3292c9++){if(_0x3c4443(this,_0x4393b2[_0x3292c9],_0x211462,0x0))return!0x0;}return!0x1;function _0x3c4443(_0x3988cd,_0x1e287e,_0x3fc638,_0x1d8ed2){const _0x1e107c=_0x3c245b;for(let _0x44ef95=_0x1d8ed2;_0x44ef95<_0x3fc638[_0x1e107c(0x348)];_0x44ef95++){const _0x30f26f=_0x3fc638[_0x44ef95];if(_0x30f26f[_0x1e107c(0x2c9)]!==_0x1e287e[_0x1e107c(0x2c9)]||_0x30f26f[_0x1e107c(0x38a)]['id']!==_0x1e287e[_0x1e107c(0x38a)]['id']||_0x30f26f[_0x1e107c(0x1ee)]!==_0x1e287e[_0x1e107c(0x1ee)])continue;if(!Jt(_0x1e287e,_0x30f26f))continue;if(_0x1e107c(0x2b3)==_0x1e287e[_0x1e107c(0x2c9)]&&_0x1e287e[_0x1e107c(0x200)][_0x1e107c(0x2f8)]!=_0x30f26f[_0x1e107c(0x200)][_0x1e107c(0x2f8)])continue;if(_0x1e107c(0x2b3)==_0x1e287e[_0x1e107c(0x2c9)]&&_0x3988cd[_0x1e107c(0x32b)](_0x1e287e[_0x1e107c(0x200)][_0x1e107c(0x2d3)]))continue;if(_0x1e107c(0x284)==_0x1e287e[_0x1e107c(0x2c9)]){const _0x5385f5=_0x3988cd[_0x1e107c(0x351)][_0x1e107c(0x279)],_0x13edbf=_0x1e287e[_0x1e107c(0x345)]();if(_0x13edbf&&(_0x5385f5[_0x1e107c(0x358)][_0x1e107c(0x2f0)](_0x13edbf)||_0x5385f5[_0x1e107c(0x358)][_0x1e107c(0x28b)](_0x13edbf)))continue;}const _0x4ae3a7=_0x26a694[_0x1e107c(0x230)](_0x1e287e),_0x519392=_0x3da845[_0x1e107c(0x230)](_0x1e287e),_0x24bd59=_0x3da845[_0x1e107c(0x230)](_0x30f26f),_0x439ac4=_0x1e287e[_0x1e107c(0x2ed)]&&_0x1e287e[_0x1e107c(0x2ed)][_0x1e107c(0x348)],_0x105188=_0x30f26f[_0x1e107c(0x2ed)]&&_0x30f26f[_0x1e107c(0x2ed)][_0x1e107c(0x348)];if(!_0x439ac4&&_0x4ae3a7(_0x24bd59,_0x519392))return _0x3988cd[_0x1e107c(0x236)](_0x30f26f,_0x1e287e),_0x3da845[_0x1e107c(0x34d)](_0x1e287e),!0x0;if(!_0x105188&&_0x4ae3a7(_0x519392,_0x24bd59))return _0x3988cd[_0x1e107c(0x236)](_0x1e287e,_0x30f26f),_0x3da845[_0x1e107c(0x34d)](_0x30f26f),!0x0;}return!0x1;}}[_0xce3cb9(0x236)](_0x1d9a71,_0xd36c93){const _0x80cdd9=_0xce3cb9;if(_0x1d9a71[_0x80cdd9(0x32a)]){for(const _0x465817 of _0xd36c93[_0x80cdd9(0x1ff)]())_0x1d9a71[_0x80cdd9(0x22a)](_0x465817);}else{const _0x3099a7=_0xd36c93[_0x80cdd9(0x1f3)]()[_0x80cdd9(0x35a)];this[_0x80cdd9(0x359)](_0x1d9a71,this[_0x80cdd9(0x34a)][_0x80cdd9(0x2c2)](_0x1d9a71[_0x80cdd9(0x1f3)]()[_0x80cdd9(0x243)],_0x3099a7));}_0xd36c93[_0x80cdd9(0x1fb)]();}[_0xce3cb9(0x331)](_0x41ef06,_0x33b642,_0x4b8de6){const _0x575870=_0xce3cb9,_0x1c6382=_0x41ef06[_0x575870(0x258)](_0x575870(0x32d))||_0x41ef06[_0x575870(0x258)](_0x575870(0x2b3))?_0x575870(0x224):_0x41ef06[_0x575870(0x21d)]();return _0x4c602f(this[_0x575870(0x351)][_0x575870(0x313)],_0x33b642+'_'+_0x1c6382+_0x575870(0x2c8),_0x4b8de6);}[_0xce3cb9(0x20a)](){const _0x2fd52c=_0xce3cb9,_0x5c6f0e=this[_0x2fd52c(0x351)];if(!_0x5c6f0e['ui'])return;const {ariaLiveAnnouncer:_0x1b461f}=_0x5c6f0e['ui'];_0x156d6f(this[_0x2fd52c(0x34a)],({left:_0xe614df,entered:_0xf29c0e})=>{const _0x1fd24b=_0x2fd52c;for(const _0x1dca73 of _0xe614df){const {group:_0xeac898,type:_0x2164d6}=this[_0x1fd24b(0x2aa)](_0x1dca73[_0x1fd24b(0x361)]);if(_0x1fd24b(0x314)===_0xeac898){_0x1b461f[_0x1fd24b(0x316)](this[_0x1fd24b(0x331)](_0x2164d6,_0x1fd24b(0x1db)));break;}}for(const _0xc8a147 of _0xf29c0e){const {group:_0x4d301b,type:_0x3a91c7}=this[_0x1fd24b(0x2aa)](_0xc8a147[_0x1fd24b(0x361)]);if(_0x1fd24b(0x314)===_0x4d301b){_0x1b461f[_0x1fd24b(0x316)](this[_0x1fd24b(0x331)](_0x3a91c7,_0x1fd24b(0x2b0),_0x3992f4(_0x2aa64a)));break;}}});}[_0xce3cb9(0x34f)](_0x167049){const _0x44d3ce=_0xce3cb9;if(this[_0x44d3ce(0x307)])return!0x1;const _0x51c8cb=this[_0x44d3ce(0x351)],_0x45cd43=_0x51c8cb[_0x44d3ce(0x279)][_0x44d3ce(0x241)][_0x44d3ce(0x276)][_0x44d3ce(0x237)]();if(0x0==_0x45cd43[_0x44d3ce(0x348)])return!0x1;const _0x1f98a1=[],_0x340e47=_0x45cd43[_0x44d3ce(0x240)](_0x4d63d5=>_0x44d3ce(0x2b3)==_0x4d63d5[_0x44d3ce(0x2c9)]),_0x947136=_0x45cd43[_0x44d3ce(0x240)](_0x5bb0b8=>_0x44d3ce(0x267)==_0x5bb0b8[_0x44d3ce(0x2c9)]&&_0x44d3ce(0x28d)!=_0x5bb0b8[_0x44d3ce(0x361)]),_0x1f27d5=_0x45cd43[_0x44d3ce(0x240)](_0x4875db=>_0x44d3ce(0x24e)==_0x4875db[_0x44d3ce(0x2c9)]&&_0x44d3ce(0x28d)!=_0x4875db[_0x44d3ce(0x361)]);for(const _0x4170f0 of _0x340e47)_0x1f98a1[_0x44d3ce(0x31b)]({'key':_0x4170f0[_0x44d3ce(0x219)],'newValue':_0x4170f0[_0x44d3ce(0x2e8)],'oldValue':_0x4170f0[_0x44d3ce(0x37c)],'range':Pt(_0x4170f0[_0x44d3ce(0x216)],_0x51c8cb[_0x44d3ce(0x279)])});for(const _0x59a847 of _0x947136){const _0x33579e=_0x1f27d5[_0x44d3ce(0x2dd)](_0x14aa2b=>_0x14aa2b[_0x44d3ce(0x372)][_0x44d3ce(0x2a7)](_0x59a847[_0x44d3ce(0x372)]));_0x33579e&&_0x1f98a1[_0x44d3ce(0x31b)]({'key':_0x44d3ce(0x2b9),'newValue':_0x59a847[_0x44d3ce(0x361)],'oldValue':_0x33579e[_0x44d3ce(0x361)],'range':_0x51c8cb[_0x44d3ce(0x279)][_0x44d3ce(0x26a)](_0x59a847[_0x44d3ce(0x372)][_0x44d3ce(0x329)])});}return 0x0!=_0x1f98a1[_0x44d3ce(0x348)]&&this[_0x44d3ce(0x30b)](_0x167049,_0x1f98a1);}[_0xce3cb9(0x2b4)](_0x3ec993){const _0x34637c=_0xce3cb9;let _0x4e6afa=!0x1;const _0x38d71f=this[_0x34637c(0x351)][_0x34637c(0x279)][_0x34637c(0x241)][_0x34637c(0x276)][_0x34637c(0x2e7)]()[_0x34637c(0x240)](_0x347f52=>_0x347f52[_0x34637c(0x200)][_0x34637c(0x201)]&&_0x347f52[_0x34637c(0x361)][_0x34637c(0x258)](_0x34637c(0x29c)));for(const _0x2e058d of _0x38d71f){const {subType:_0x3d5c48,id:_0x23d3bb}=this[_0x34637c(0x2aa)](_0x2e058d[_0x34637c(0x361)]),_0x4cff75=_0x3d5c48[_0x34637c(0x24f)]('|')[0x0];for(const _0x5a6a1d of this[_0x34637c(0x33e)]({'skipNotAttached':!0x0}))_0x5a6a1d['id']!=_0x23d3bb&&_0x34637c(0x2b3)==_0x5a6a1d[_0x34637c(0x2c9)]&&_0x5a6a1d[_0x34637c(0x200)]&&_0x5a6a1d[_0x34637c(0x200)][_0x34637c(0x2d3)]==_0x4cff75&&_0x5a6a1d[_0x34637c(0x1f3)]()[_0x34637c(0x23e)](_0x2e058d[_0x34637c(0x200)][_0x34637c(0x201)])&&(this[_0x34637c(0x232)](_0x5a6a1d,_0x2e058d[_0x34637c(0x200)][_0x34637c(0x201)],_0x3ec993),_0x4e6afa=!0x0);}return _0x4e6afa;}[_0xce3cb9(0x2c3)](_0x19bf68){const _0x882cc=_0xce3cb9;this[_0x882cc(0x351)],(this[_0x882cc(0x307)]=!0x0,_0x19bf68());}[_0xce3cb9(0x23a)](_0x4e0ce4){const _0x514c85=_0xce3cb9,_0x569757=this[_0x514c85(0x32b)](_0x4e0ce4),_0x598b36=this[_0x514c85(0x385)][_0x514c85(0x1dd)](_0x4e0ce4);return _0x569757||_0x598b36;}[_0xce3cb9(0x30b)](_0x398e8b,_0x376949){const _0x101f33=_0xce3cb9;if(0x0==_0x376949[_0x101f33(0x348)])return!0x1;let _0x5f02f2=!0x1;for(const _0x686f52 of _0x376949){const _0x5ef70d=this[_0x101f33(0x308)](_0x686f52[_0x101f33(0x216)],_0x101f33(0x2b3))[_0x101f33(0x240)](_0x255af6=>!_0x255af6[_0x101f33(0x2d5)][_0x101f33(0x212)])[_0x101f33(0x321)](_0xed41ce=>_0xed41ce[_0x101f33(0x314)]),_0x465598=_0x238f95({'newValue':_0x686f52[_0x101f33(0x261)]});_0x5ef70d[_0x101f33(0x240)](_0x1c74d8=>{const _0x4c3ffa=_0x101f33,[_0xb372ae,_0x5917bd]=_0x1c74d8[_0x4c3ffa(0x1ee)][_0x4c3ffa(0x24f)]('|');return _0xb372ae==_0x686f52[_0x4c3ffa(0x2d3)]&&_0x5917bd!=_0x465598;})[_0x101f33(0x272)](_0x336766=>{const _0x24c6e9=_0x101f33;this[_0x24c6e9(0x232)](_0x336766,_0x686f52[_0x24c6e9(0x216)],_0x398e8b),_0x5f02f2=!0x0;});}return _0x5f02f2;}[_0xce3cb9(0x232)](_0x265f27,_0x3dcbad,_0x568891){const _0x52c84d=_0xce3cb9,_0x530c43=_0x265f27[_0x52c84d(0x1f3)]()[_0x52c84d(0x312)](_0x3dcbad);0x0!==_0x530c43[_0x52c84d(0x348)]?0x1!==_0x530c43[_0x52c84d(0x348)]?this[_0x52c84d(0x29a)](_0x265f27,_0x3dcbad[_0x52c84d(0x243)],_0x3dcbad[_0x52c84d(0x35a)]):this[_0x52c84d(0x359)](_0x265f27,_0x530c43[0x0]):_0x568891[_0x52c84d(0x317)](_0x265f27[_0x52c84d(0x2ea)]());}}class Et{constructor(_0x3cd07c){const _0x532769=_0xce3cb9;this[_0x532769(0x36c)]=_0x3cd07c,this[_0x532769(0x34a)]=_0x3cd07c[_0x532769(0x279)],this[_0x532769(0x2fb)]=new Map(),this[_0x532769(0x286)]=new Map(),this[_0x532769(0x32f)]();}[_0xce3cb9(0x2ef)](_0x52e74c,_0x1771cb,_0x274ed4,_0x3b1039,_0x6113ae,_0x58410f){const _0x36ef12=_0xce3cb9;return new _0x370085(this[_0x36ef12(0x34a)],{'type':_0x52e74c,'subType':_0x1771cb,'id':_0x274ed4,'author':_0x3b1039,'creator':_0x3b1039,'attributes':_0x6113ae,'onAttributesChange':_0x58410f,'onAccept':(..._0x4931ad)=>this[_0x36ef12(0x217)](_0x52e74c,_0x1771cb,_0x36ef12(0x2b8))(..._0x4931ad),'onDiscard':(..._0x5e50ab)=>this[_0x36ef12(0x217)](_0x52e74c,_0x1771cb,_0x36ef12(0x2ec))(..._0x5e50ab)});}[_0xce3cb9(0x1ed)](_0x58ee5c,_0x2dae36,_0x349788,_0x183c37){const _0x467d1c=_0xce3cb9,_0x3556a0=_0x58ee5c+':'+_0x2dae36+':'+_0x349788;this[_0x467d1c(0x2fb)][_0x467d1c(0x270)](_0x3556a0,_0x183c37);}[_0xce3cb9(0x217)](_0x4f04fa,_0x498cfc,_0x7ea02c){const _0x1bf21f=_0xce3cb9,_0x3b276d=_0x4f04fa+':'+_0x498cfc+':'+_0x7ea02c;return this[_0x1bf21f(0x2fb)][_0x1bf21f(0x230)](_0x3b276d)||this[_0x1bf21f(0x286)][_0x1bf21f(0x230)](_0x4f04fa+':'+_0x7ea02c);}[_0xce3cb9(0x32f)](){const _0x5da220=_0xce3cb9,_0x16e939=()=>!0x1,_0x5e269b=_0x5504da=>{const _0x43406d=_0x4b57;_0x5504da[_0x43406d(0x22d)]((_0x4ea6a3,_0x4dbe3f)=>_0x4ea6a3[_0x43406d(0x243)][_0x43406d(0x2c5)](_0x4dbe3f[_0x43406d(0x243)])?0x1:-0x1),this[_0x43406d(0x34a)][_0x43406d(0x263)](_0x699480=>{const _0x1367e1=_0x43406d;for(const _0xfc8cd3 of _0x5504da){let _0x16ac77;_0x16ac77=_0xfc8cd3[_0x1367e1(0x35a)][_0x1367e1(0x36e)]&&_0xfc8cd3[_0x1367e1(0x35a)][_0x1367e1(0x354)]==_0xfc8cd3[_0x1367e1(0x243)][_0x1367e1(0x329)]?_0x699480[_0x1367e1(0x336)](_0xfc8cd3[_0x1367e1(0x243)][_0x1367e1(0x329)],'on'):_0x699480[_0x1367e1(0x336)](_0xfc8cd3),this[_0x1367e1(0x34a)][_0x1367e1(0x318)](_0x16ac77,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x40cf69=(_0x2aeae9,_0x58e652)=>{const _0x496a41=_0x4b57;_0x58e652&&this[_0x496a41(0x34a)][_0x496a41(0x263)](_0x6ce0b1=>{const _0x2640ea=_0x496a41,{commandName:_0x392a26,commandParams:_0x4f926=[]}=_0x58e652,_0x14b2fe=_0x2aeae9[_0x2640ea(0x321)](_0x55a116=>(Vt(_0x55a116)&&(_0x55a116=this[_0x2640ea(0x34a)][_0x2640ea(0x2c2)](_0x55a116[_0x2640ea(0x35a)])),_0x55a116))[_0x2640ea(0x240)](_0x6ab0d=>_0x2640ea(0x305)!==_0x6ab0d[_0x2640ea(0x383)][_0x2640ea(0x30a)]);if(_0x14b2fe[_0x2640ea(0x348)]<0x1)return;const _0x3d3c41=Array[_0x2640ea(0x31c)](this[_0x2640ea(0x34a)][_0x2640ea(0x241)][_0x2640ea(0x214)][_0x2640ea(0x1ff)]())[_0x2640ea(0x321)](_0x98b6d3=>_0x2710e9[_0x2640ea(0x24a)](_0x98b6d3));_0x6ce0b1[_0x2640ea(0x33c)](_0x14b2fe);for(const _0x37b2bd of this[_0x2640ea(0x36c)][_0x2640ea(0x299)][_0x2640ea(0x299)]())_0x37b2bd[_0x2640ea(0x333)]();_0x4f926[_0x2640ea(0x31b)]({'forceDefaultExecution':!0x0}),this[_0x2640ea(0x36c)][_0x2640ea(0x202)](_0x392a26,..._0x4f926);const _0x7cc5fc=_0x3d3c41[_0x2640ea(0x240)](_0x3162c8=>_0x2640ea(0x305)!=_0x3162c8[_0x2640ea(0x383)][_0x2640ea(0x30a)]);_0x7cc5fc[_0x2640ea(0x348)]>0x0&&_0x6ce0b1[_0x2640ea(0x33c)](_0x7cc5fc);for(const _0x347894 of _0x3d3c41)_0x347894[_0x2640ea(0x2d4)]();});},_0x21e8ff=(_0x14dceb,_0x4bd54c)=>0x1==_0x14dceb[_0x5da220(0x348)]&&0x1==_0x4bd54c[_0x5da220(0x348)]&&_0x14dceb[0x0][_0x5da220(0x35a)][_0x5da220(0x2a7)](_0x4bd54c[0x0][_0x5da220(0x243)]),_0x2197dd=(_0x1563f2,_0x4f124b,_0x2e61e9,_0x507bd0)=>Ht(_0x1563f2,_0x4f124b,_0x2e61e9,_0x507bd0,this[_0x5da220(0x34a)])?[_0x1563f2,_0x4f124b]:Ht(_0x4f124b,_0x1563f2,_0x507bd0,_0x2e61e9,this[_0x5da220(0x34a)])?[_0x4f124b,_0x1563f2]:null;this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x247),_0x16e939),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x21e),_0x5e269b),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x35f),_0x21e8ff),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x2cf),_0x2197dd),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x21f),_0x5e269b),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x37d),_0x16e939),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x2d7),_0x21e8ff),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x381),_0x2197dd),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x264),_0x40cf69),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x302),_0x16e939),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x285),_0x21e8ff),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x350),_0x16e939),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x37b),_0x40cf69),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x347),_0x16e939),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x1e6),_0x21e8ff),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x1e0),_0x16e939),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x228),_0x16e939),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x2be),(_0x2fb974,_0x4cc251)=>{const _0x35313d=_0x5da220;if(!_0x4cc251)return;const _0x2a19b8=this[_0x35313d(0x36c)][_0x35313d(0x24c)][_0x35313d(0x230)](p);this[_0x35313d(0x34a)][_0x35313d(0x263)](_0x1869d0=>{const _0x2caef7=_0x35313d;if(_0x2caef7(0x2b9)==_0x4cc251[_0x2caef7(0x2d3)])for(const _0x103c67 of _0x2fb974){const _0x527ae3=_0x103c67[_0x2caef7(0x243)][_0x2caef7(0x329)],_0x459fdb=_0x4cc251[_0x2caef7(0x2f8)];_0x1869d0[_0x2caef7(0x334)](_0x527ae3,_0x459fdb);}else{if(_0x2a19b8[_0x2caef7(0x32b)](_0x4cc251[_0x2caef7(0x2d3)])){for(const _0x349c04 of _0x2fb974)void 0x0!==_0x4cc251[_0x2caef7(0x2f8)]?_0x1869d0[_0x2caef7(0x22e)](_0x4cc251[_0x2caef7(0x2d3)],_0x4cc251[_0x2caef7(0x2f8)],_0x349c04[_0x2caef7(0x243)][_0x2caef7(0x329)]):_0x1869d0[_0x2caef7(0x2ee)](_0x4cc251[_0x2caef7(0x2d3)],_0x349c04[_0x2caef7(0x243)][_0x2caef7(0x329)]);}else{for(const _0x3838b2 of _0x2fb974)_0x4cc251[_0x2caef7(0x2f8)]?_0x1869d0[_0x2caef7(0x22e)](_0x4cc251[_0x2caef7(0x2d3)],_0x4cc251[_0x2caef7(0x2f8)],_0x3838b2):_0x1869d0[_0x2caef7(0x2ee)](_0x4cc251[_0x2caef7(0x2d3)],_0x3838b2);}}});}),this[_0x5da220(0x286)][_0x5da220(0x270)](_0x5da220(0x2d8),_0x21e8ff);}}function Ot(_0x382a47,_0x5388e1,_0x4bb9d1){const _0x142e1b=_0xce3cb9;for(const _0x2f9ceb of _0x5388e1[_0x142e1b(0x354)][_0x142e1b(0x309)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2f9ceb[_0x142e1b(0x383)]==_0x2f9ceb)return!0x1;if(!_0x4bb9d1[_0x142e1b(0x368)](_0x2f9ceb))return!0x1;if(_0x382a47[_0x142e1b(0x2f0)](_0x2f9ceb)||_0x382a47[_0x142e1b(0x28b)](_0x2f9ceb))return!0x0;}return!0x1;}function Vt(_0x2d796f){const _0x2863c4=_0xce3cb9;return _0x2d796f[_0x2863c4(0x35a)][_0x2863c4(0x354)]==_0x2d796f[_0x2863c4(0x243)][_0x2863c4(0x329)]&&_0x2d796f[_0x2863c4(0x35a)][_0x2863c4(0x26d)];}function Ut(_0x1af461,_0x15ba69,_0x260933,_0xb6109d){const _0x15b489=_0xce3cb9,_0x52bf11=_0x234eb0=>!_0x234eb0[_0x15b489(0x2a3)]['is'](_0x15b489(0x1e1))&&!_0xb6109d[_0x15b489(0x2f0)](_0x234eb0[_0x15b489(0x2a3)]),_0x56ffd5=_0x1af461[_0x15b489(0x243)][_0x15b489(0x356)](_0x52bf11),_0x89c854=_0x1af461[_0x15b489(0x35a)][_0x15b489(0x356)](_0x52bf11,{'direction':_0x15b489(0x254)});return(!_0x1af461[_0x15b489(0x243)][_0x15b489(0x2a7)](_0x56ffd5)||!_0x1af461[_0x15b489(0x35a)][_0x15b489(0x2a7)](_0x89c854))&&(_0x56ffd5[_0x15b489(0x2c5)](_0x89c854)?_0x260933[_0x15b489(0x2d9)](_0x15ba69,{'range':_0x260933[_0x15b489(0x2c2)](_0x56ffd5,_0x89c854)}):_0x260933[_0x15b489(0x317)](_0x15ba69),!0x0);}function Gt(_0x505253){return _0x238f95(_0x505253);}function Ft(_0x5e438b){const _0x442819=_0xce3cb9,_0x54d509=_0x5e438b[_0x442819(0x243)][_0x442819(0x329)];return _0x54d509&&_0x54d509['is'](_0x442819(0x20f));}function Pt(_0xdf1843,_0x645282){const _0x3ad572=_0xce3cb9;return null==_0xdf1843[_0x3ad572(0x35a)][_0x3ad572(0x248)]&&_0xdf1843[_0x3ad572(0x35a)][_0x3ad572(0x354)]==_0xdf1843[_0x3ad572(0x243)][_0x3ad572(0x329)]?Lt(_0xdf1843[_0x3ad572(0x243)][_0x3ad572(0x329)],_0x645282):_0xdf1843;}function Lt(_0x474771,_0x5c2fc8){const _0x2e4009=_0xce3cb9,_0x5a41b2=_0x5c2fc8[_0x2e4009(0x358)][_0x2e4009(0x2f0)](_0x474771)||_0x5c2fc8[_0x2e4009(0x358)][_0x2e4009(0x363)](_0x474771);return _0x5c2fc8[_0x2e4009(0x2c2)](_0x5c2fc8[_0x2e4009(0x1e4)](_0x474771,_0x2e4009(0x326)),_0x5a41b2?_0x5c2fc8[_0x2e4009(0x2b1)](_0x474771):_0x5c2fc8[_0x2e4009(0x1e4)](_0x474771,_0x2e4009(0x35a)));}function Ht(_0x542c99,_0x2c69f2,_0x435833,_0x1f0d60,_0xcb4067){const _0x4065a1=_0xce3cb9;if(_0x542c99[_0x4065a1(0x287)])return!0x1;if(!Jt(_0x542c99,_0x2c69f2))return!0x1;if(_0x435833[_0x4065a1(0x35a)][_0x4065a1(0x2a7)](_0x1f0d60[_0x4065a1(0x243)]))return!0x0;if(_0x542c99[_0x4065a1(0x2c9)]!=_0x2c69f2[_0x4065a1(0x2c9)])return!0x1;if(!_0x435833[_0x4065a1(0x35a)][_0x4065a1(0x292)](_0x1f0d60[_0x4065a1(0x243)]))return!0x1;const _0x5f121a=_0xcb4067[_0x4065a1(0x2c2)](_0x435833[_0x4065a1(0x35a)],_0x1f0d60[_0x4065a1(0x243)])[_0x4065a1(0x339)]();for(const _0x463072 of _0x5f121a)if([_0x4065a1(0x324),_0x4065a1(0x31a)][_0x4065a1(0x246)](_0x463072[_0x4065a1(0x2c9)])&&_0xcb4067[_0x4065a1(0x358)][_0x4065a1(0x28b)](_0x463072[_0x4065a1(0x2a3)]))return!0x1;return!0x0;}function Jt(_0x84118c,_0x908862){const _0x5b2111=_0xce3cb9;if(!_0x84118c[_0x5b2111(0x2a6)]||!_0x908862[_0x5b2111(0x2a6)])return!0x1;const _0x37e5bc=new Set(Object[_0x5b2111(0x238)](_0x84118c[_0x5b2111(0x364)])),_0x1edea7=new Set(Object[_0x5b2111(0x238)](_0x908862[_0x5b2111(0x364)]));if(_0x37e5bc[_0x5b2111(0x34d)](_0x5b2111(0x22f)),_0x1edea7[_0x5b2111(0x34d)](_0x5b2111(0x22f)),0x0==_0x37e5bc[_0x5b2111(0x2c4)]&&0x0==_0x1edea7[_0x5b2111(0x2c4)])return!0x0;if(_0x37e5bc[_0x5b2111(0x2c4)]!=_0x1edea7[_0x5b2111(0x2c4)])return!0x1;const _0x18a9f0={..._0x84118c[_0x5b2111(0x364)]},_0x19dd36={..._0x908862[_0x5b2111(0x364)]};return delete _0x18a9f0[_0x5b2111(0x22f)],delete _0x19dd36[_0x5b2111(0x22f)],JSON[_0x5b2111(0x388)](_0x18a9f0)==JSON[_0x5b2111(0x388)](_0x19dd36);}function qt(_0x468d4d,_0x47431d){const _0x40aea3=_0xce3cb9,_0xfcb74d=zt(_0x468d4d[_0x40aea3(0x364)]),_0x2d40e7=zt(_0x47431d);if(!_0x468d4d[_0x40aea3(0x2a6)])return!0x1;for(const _0x53343c of Object[_0x40aea3(0x238)](_0x2d40e7))if(!_0xe4b4d0(_0xfcb74d[_0x53343c],_0x2d40e7[_0x53343c]))return!0x1;return!0x0;}function zt(_0x3c11c5){const _0x3977d7=_0xce3cb9,_0x54d40f=Object[_0x3977d7(0x2e1)]({},_0x3c11c5);return delete _0x54d40f[_0x3977d7(0x289)],delete _0x54d40f[_0x3977d7(0x382)],_0x54d40f;}
|