@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240802.0 → 0.0.0-nightly-20240803.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +10 -10
- package/src/trackchangesediting.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240803.0",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"CHANGELOG.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
|
45
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
|
46
|
-
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-
|
|
47
|
-
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-
|
|
48
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
|
49
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
|
50
|
-
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-
|
|
51
|
-
"ckeditor5": "0.0.0-nightly-
|
|
52
|
-
"ckeditor5-collaboration": "0.0.0-nightly-
|
|
44
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20240803.0",
|
|
45
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240803.0",
|
|
46
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20240803.0",
|
|
47
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20240803.0",
|
|
48
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20240803.0",
|
|
49
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240803.0",
|
|
50
|
+
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-20240803.0",
|
|
51
|
+
"ckeditor5": "0.0.0-nightly-20240803.0",
|
|
52
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20240803.0",
|
|
53
53
|
"lodash-es": "4.17.21"
|
|
54
54
|
},
|
|
55
55
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x21aeed=_0x5559;(function(_0x3983df,_0x31ae4d){const _0x3716a1=_0x5559,_0x13efbf=_0x3983df();while(!![]){try{const _0x231ab5=parseInt(_0x3716a1(0x25c))/0x1*(parseInt(_0x3716a1(0x180))/0x2)+-parseInt(_0x3716a1(0x16d))/0x3*(-parseInt(_0x3716a1(0x20d))/0x4)+parseInt(_0x3716a1(0x18d))/0x5+parseInt(_0x3716a1(0x27b))/0x6+parseInt(_0x3716a1(0x274))/0x7*(parseInt(_0x3716a1(0x280))/0x8)+parseInt(_0x3716a1(0x1b7))/0x9*(parseInt(_0x3716a1(0x1c6))/0xa)+-parseInt(_0x3716a1(0x28a))/0xb;if(_0x231ab5===_0x31ae4d)break;else _0x13efbf['push'](_0x13efbf['shift']());}catch(_0xb89ae5){_0x13efbf['push'](_0x13efbf['shift']());}}}(_0xa789,0x5188a));import{Plugin as _0x52acaa,PendingActions as _0x541dc1}from'ckeditor5/src/core.js';import{LiveRange as _0x100e23}from'ckeditor5/src/engine.js';import{CKEditorError as _0x5c19e2,uid as _0x557eb1,priorities as _0x5a2f82,logWarning as _0x17b3c1,getEnvKeystrokeText as _0x1a81e1}from'ckeditor5/src/utils.js';import{toWidget as _0x248992}from'ckeditor5/src/widget.js';import{Users as _0x3cb4fd,hashObject as _0x57ad71,surroundingMarkersDetector as _0x95a77f,ENTER_THREAD_KEYSTROKE as _0x2baeb9}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x32a391 from'./commands/trackchangescommand.js';import _0x5e3c4a from'./commands/acceptsuggestioncommand.js';import _0x4f2092 from'./commands/discardsuggestioncommand.js';import _0xe379ab from'./commands/executeonallsuggestionscommand.js';import _0x1d0af4 from'./commands/executeonselectedsuggestionscommand.js';import _0x1ca3a4 from'./suggestion.js';import _0x15f6d1 from'./suggestiondescriptionfactory.js';import _0x112435 from'./integrations/aiassistant.js';import _0x1499be from'./integrations/alignment.js';import _0x4bc17c from'./integrations/basicstyles.js';import _0x3904e6 from'./integrations/blockquote.js';import _0x20cd69 from'./integrations/casechange.js';import _0x590124 from'./integrations/ckbox.js';function _0x5559(_0x586737,_0x8cf591){const _0xa789f3=_0xa789();return _0x5559=function(_0x55596c,_0x678860){_0x55596c=_0x55596c-0x16b;let _0x2178ce=_0xa789f3[_0x55596c];return _0x2178ce;},_0x5559(_0x586737,_0x8cf591);}import _0x37ce0a from'./integrations/codeblock.js';import _0x1e59e7 from'./integrations/comments.js';import _0xa51058 from'./integrations/deletecommand.js';import _0x30171c from'./integrations/list.js';import _0x96ca56 from'./integrations/listproperties.js';import _0x57f3ee from'./integrations/entercommand.js';import _0x29126b from'./integrations/findandreplace.js';import _0x114b09 from'./integrations/font.js';import _0xf1efcf from'./integrations/formatpainter.js';import _0x2b55d7 from'./integrations/heading.js';import _0x5c8c67 from'./integrations/highlight.js';import _0x5c8580 from'./integrations/horizontalline.js';import _0x1990bc from'./integrations/htmlembed.js';import _0x5b42c7 from'./integrations/image.js';import _0x442a6a from'./integrations/imagereplace.js';import _0x5de54f from'./integrations/imagestyle.js';import _0x1df13c from'./integrations/importword.js';import _0x1ec058 from'./integrations/indent.js';import _0x3e8048 from'./integrations/inputcommand.js';import _0x339988 from'./integrations/link.js';import _0x1069b4 from'./integrations/legacylist.js';import _0x48f10a from'./integrations/legacylistproperties.js';import _0x21b2b8 from'./integrations/mediaembed.js';import _0x7bf08 from'./integrations/mention.js';import _0x3fcd4c from'./integrations/mergefields.js';import _0x496f05 from'./integrations/multilevellist.js';import _0x5c1a47 from'./integrations/pagebreak.js';import _0x1aa69d from'./integrations/paragraph.js';import _0x4d7296 from'./integrations/removeformat.js';import _0x45c67a from'./integrations/restrictededitingmode.js';import _0x447275 from'./integrations/shiftentercommand.js';import _0x4d956b from'./integrations/standardeditingmode.js';import _0x3d50cf from'./integrations/style.js';import _0x423ec7 from'./integrations/table.js';import _0xcc2087 from'./integrations/tablemergesplit.js';import _0x24dd19 from'./integrations/tableheadings.js';import _0x166fd3 from'./integrations/tableclipboard.js';import _0x1e0ec7 from'./integrations/tablecolumnresize.js';import _0x2bc126 from'./integrations/template.js';import _0x258863 from'./integrations/tableofcontents.js';import _0x5e9d63 from'./integrations/title.js';import _0x3123cb from'./integrations/undo.js';import _0x26f6a4 from'./integrations/tablecaption.js';import _0x1ff840 from'./integrations/tableproperties.js';import{getTranslation as _0x26120a}from'./utils/common-translations.js';function _0xa789(){const _0x282aee=['_suggestionFactory','getChanges','markBlockFormat','hasCommentThread','execute','tablePasteChainId','track-changes-suggestion-data-mismatch','formatBlock:chain','$text','createRange','1802448Euxdbv','from','removed','editingDowncast','PENDING_ACTION_SUGGESTION','stopListening','_reduceSuggestionAttributeRange','authoredAt','createElement','unbindElementFromMarkerName','detach','addRange','_adapter','getCommentThread','getRange','30vVkOhI','oldRange','fromCharCode','containerElement','rethrowUnexpectedError','_blockAttributeKeys','isNextTo','_getSuggestionData','removeAttribute','data','toJSON','error-saving-suggestion-data-suggestion-discarded','getSuggestionCallback','Users','_SUGGESTION_ANNOUNCEMENT','_saved','formatInline:discard','isAtEnd','deletion','isAtStart','dataDowncast','hasSuggestion','isTouching','setAttribute','forward','deletion:join','suggestion:attribute:','acceptSelectedSuggestions','options','conversion','suggestion-type','startsWith','insertion:chain','forceDefaultExecution','isLocal','accept','TrackChangesEditing','isCollapsed','mapper','head','discardAllSuggestions','schema','open','isMultiRange','default','setTo','track-changes-user-not-found','model','addUser','markInsertion','widget','never','oldValue','substring','rejected','_suggestions','formatInline:join','consume','start','getLastMatchingPosition','formatBlock','accepted','isBefore','_updateSuggestionData','listenTo','_breakSuggestionMarker','_recordAttributeSuggestions','clone','editor','stringify','deletion:','44AOgBdi','getItems','forEach','updateSuggestion','insertion:accept','_cutOutSuggestionMarker','ck-suggestion-marker-formatBlock','clear','getUser','deletion:discard','format','insertion:discard','markerName','isBlock','_customCallbacks','remove','concat','track-changes-command-not-found','has','get','$elementName','_enabledCommands','value','fetchCommentThread','formatGroupId','insertion','getWalker','moveTargetPosition','removeMarker','containsRange','track-changes-adapter-already-set','low','multipleBlocks','addSuggestionData','isSelectable','return','@external','adapter','backward','$marker','_model','reconvertMarker','unshift','catch','_refreshSuggestionsChain','next','delete','isLimit','_defaultCallbacks','marker-count','_handleNewSuggestionMarker','getMarkers','discardSelectedSuggestions','_removeSuggestion','bindElementToMarker','getSuggestion','markMultiRangeDeletion','warn','change:activeMarkers','config','formatInline:accept','isRemovable','normal','markerNameToElements','_findSuggestions','markerToHighlight','removeMarker:suggestion:formatBlock','documentSelection','_processAttributeSuggestions','differ','getNearestSelectionRange','always','external:','ready','removeMarkers','group','acceptSuggestion','update:suggestion','meta','71JkPHFW','markerToData','nodeAfter','data-suggestion','registerBlockAttribute','insertContent','showSuggestionHighlights','getShiftedBy','map','filter','_registerDefaultCallbacks','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.','getContainedElement','markDeletion','pop','keys','join','_isForcedDefaultExecutionBlock','deleteContent','getChangedMarkers','find','originalSuggestionId','multi','_afterChanges','1211rZYFLR','ck-suggestion-marker--active','getDifference','trackChanges.mergeNestedSuggestions','define','init','key','1950RqcqYL','elementToElement','assign','size','deletion:accept','18856mTzpSH','element','fire','commandName','_initAriaMarkerChangeAnnouncements','formatInline:','_createSuggestion','every','markMultiRangeBlockFormat','formatInline','13229909yrUoWw','containsRangeInObject','formatBlock:discard','removeMarker:suggestion:attribute','refresh','isIntersecting','registerInlineAttribute','authorName','commands','_getAttributeKey','requires','high','_checkSuggestionCorrectness','registerCustomCallback','rename','skipNestingCheck','action','createSelection','splitPosition','createPositionAfter','after','updateMarker','$textProxy','_setSuggestionData','isEqual','insertion:','rootName','_isRegisteredAttribute','deletion:chain','_setSuggestionRange','trackChangesCommand','move','splice','suggestionLoaded','item','getIntersection','_addSuggestionMarker','push','upcast','author','isInContent','for','elementEnd','position','plugins','enableDefaultAttributesIntegration','writer','addMarker:suggestion','_onDiscard','attribute:','attributeNewValue','collaboration.channelId','trackChanges.trackFormatChanges','isArray','attribute:discard','comments','attributeKey','formatInline:chain','creator','ENTER','setSelection','_splitMarkerName','LEAVE','_reduceExistingSuggestions','stop','sort','getMultiRangeId','then','isExternal','resolve','createRangeOn','getAllAdjacentSuggestions','selection','change','announce','elementStart','applyOperation','attribute','toViewElement','_getAuthorFromId','some','removeClass','addSuggestion','root','addMarker:suggestion:formatBlock','_addThreadToSuggestion','CommentsRepository','add','commentThread','split','_recordAttributeChanges','descriptionFactory','ck-suggestion-marker','dataReady','track-changes-suggestion-not-found','suggestionUnloaded','subType','end','lowest','substr','_suggestionState','suggestionChanged','markerReady','createPositionAt','FORMATTING','_trackFormatChanges','discardSuggestion','change:_saved','batch','newValue','addComment','markInlineFormat','$graveyard','trackChanges','attribute:join','addClass','suggestion','range','createRangeIn','locale','dataToMarker','addHighlight','track-changes-enable-command-twice','markers','getAncestors','isIntersectingWithRange','insertion:join','editing','targetPosition','_isBlockAttribute','formatBlock:','unbind','getCustomProperty','pluginName','enableCommand','ck-suggestion-marker-','document','length','isInsideObject','attributes','values','nodeBefore','formatBlock:accept','insert','_processAttributeChanges','newRange','track-changes-adapter-missing-getsuggestion','_getMarkerAnnouncementText','49743hxtrmi','addMarker:suggestion:attribute','addCommentThread','name','toUpperCase','getSuggestions','getAttribute','notReady','isDocumentOperation','markMultiRangeInsertion','getRanges','isAfter','createPositionBefore','before','_joinWithAdjacentSuggestions','containsPosition','change:data','_inlineAttributeKeys','registerPostFixer','9006odiJKy','enableReadOnlyMode','chain','PendingActions','ck-suggestion-marker-formatInline','previous','getFirstRange','highest','acceptAllSuggestions','parent','_mergeNestedSuggestions','buildSuggestion','groupId','128375uDZmtO','containsItem','addMarkerName','hasComments','isObject','attribute:accept','suggestion:','discard','howMany','_isDataLoaded','type','fromRange','set','addMarker','_joinSuggestions','formatBlock:join','enqueueChange','consumable','_refreshAttributeSuggestionsChain','_editor','activeMarkers','_commentsRepository','removeComment','isUndo','includes','getFirstMarker','isOwn','markAttributeChange','_rangeIsInLocalUserInsertion','createdAt','attributeOldValue','_getExternalAuthor'];_0xa789=function(){return _0x282aee;};return _0xa789();}import{isEqual as _0x2e78f1,omit as _0x437d8d}from'lodash-es';export const renameAttributeKey=_0x21aeed(0x221);export default class p extends _0x52acaa{static get[_0x21aeed(0x294)](){const _0x48fe3f=_0x21aeed;return[_0x48fe3f(0x2e0),_0x3cb4fd,_0x541dc1,_0x112435,_0x1499be,_0x4bc17c,_0x3904e6,_0x590124,_0x20cd69,_0x37ce0a,_0x1e59e7,_0xa51058,_0x57f3ee,_0x29126b,_0x114b09,_0xf1efcf,_0x2b55d7,_0x5c8c67,_0x5c8580,_0x1990bc,_0x5b42c7,_0x5de54f,_0x442a6a,_0x1df13c,_0x1ec058,_0x3e8048,_0x1069b4,_0x48f10a,_0x496f05,_0x339988,_0x30171c,_0x96ca56,_0x21b2b8,_0x7bf08,_0x3fcd4c,_0x5c1a47,_0x1aa69d,_0x4d7296,_0x45c67a,_0x447275,_0x4d956b,_0x3d50cf,_0x423ec7,_0xcc2087,_0x24dd19,_0x26f6a4,_0x166fd3,_0x1e0ec7,_0x258863,_0x1ff840,_0x2bc126,_0x5e9d63,_0x3123cb];}static get[_0x21aeed(0x30f)](){const _0xf00928=_0x21aeed;return _0xf00928(0x1ea);}constructor(_0x2cf1f2){const _0x15bba4=_0x21aeed;function _0x3cc381(_0x1edfce){const _0xabdacd=_0x5559;return _0x1edfce[_0xabdacd(0x264)](_0x5c516c=>String[_0xabdacd(0x1c8)](_0x5c516c))[_0xabdacd(0x26c)]('');}super(_0x2cf1f2),this[_0x15bba4(0x208)]=!0x1,this[_0x15bba4(0x199)](_0x15bba4(0x1a1),[]),this['on'](_0x15bba4(0x247),(_0x25ea2f,_0x5b02fb,_0x1e47d3,_0x5e7a6a)=>{const _0x4fadf2=_0x15bba4;this[_0x4fadf2(0x235)][_0x4fadf2(0x2d3)](()=>{const _0x2144e5=_0x4fadf2;for(const _0x2b65b8 of[..._0x5e7a6a,..._0x1e47d3])this[_0x2144e5(0x235)][_0x2144e5(0x305)][_0x2144e5(0x21f)](_0x2b65b8)&&_0x2cf1f2[_0x2144e5(0x309)][_0x2144e5(0x236)](_0x2b65b8);});}),this[_0x15bba4(0x2e5)]=new _0x15f6d1(this[_0x15bba4(0x20a)][_0x15bba4(0x1f5)][_0x15bba4(0x1ef)],this[_0x15bba4(0x20a)][_0x15bba4(0x301)]),this[_0x15bba4(0x1c3)]=null,this[_0x15bba4(0x1ad)]=new Et(this[_0x15bba4(0x20a)]),this[_0x15bba4(0x1fd)]=new Map(),this[_0x15bba4(0x1a2)]=_0x2cf1f2[_0x15bba4(0x2b6)][_0x15bba4(0x220)](_0x15bba4(0x2e0)),this[_0x15bba4(0x222)]=new Set(),this[_0x15bba4(0x235)]=this[_0x15bba4(0x20a)][_0x15bba4(0x1f5)],this[_0x15bba4(0x2ee)]=new WeakMap(),this[_0x15bba4(0x26d)]=!0x1,this[_0x15bba4(0x1cb)]=new Set([_0x15bba4(0x221)]),this[_0x15bba4(0x17e)]=new Set(),_0x2cf1f2[_0x15bba4(0x248)][_0x15bba4(0x278)](_0x15bba4(0x2be),_0x15bba4(0x1f2)),this[_0x15bba4(0x2f3)]=_0x2cf1f2[_0x15bba4(0x248)][_0x15bba4(0x220)](_0x15bba4(0x2be)),_0x2cf1f2[_0x15bba4(0x248)][_0x15bba4(0x278)](_0x15bba4(0x277),!0x0),this[_0x15bba4(0x18a)]=_0x2cf1f2[_0x15bba4(0x248)][_0x15bba4(0x220)](_0x15bba4(0x277)),this[_0x15bba4(0x2a8)]=new _0x32a391(_0x2cf1f2,this[_0x15bba4(0x222)]),this[_0x15bba4(0x284)](),this[_0x3cc381([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x3cc381([0x34,0x30,0x34,0x38,0x31,0x36,0x30,0x34]);}[_0x21aeed(0x279)](){const _0x13a114=_0x21aeed,_0x299daa=this[_0x13a114(0x20a)],_0x3ffc6a=(_0x1202cd,_0x155c7c)=>{const _0x4c0269=_0x13a114;if(_0x4c0269(0x2d7)!=_0x1202cd)return _0x4c0269(0x311)+_0x1202cd;const _0x1ef70e=_0x155c7c[_0x4c0269(0x2e3)]('|')[0x0];return this[_0x4c0269(0x30b)](_0x1ef70e)?_0x4c0269(0x213):_0x4c0269(0x184);};_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x1ba))[_0x13a114(0x24e)]({'model':_0x13a114(0x2fe),'view':_0xe82a1a=>{const _0x33db7d=_0x13a114,{id:_0x528024,type:_0x740d68,subType:_0x2f87fe}=this[_0x33db7d(0x2c7)](_0xe82a1a[_0x33db7d(0x219)]),_0x110d30=[_0x33db7d(0x2e6),_0x3ffc6a(_0x740d68,_0x2f87fe)];let _0xeb1cfa=0xbb8;return this[_0x33db7d(0x1a1)][_0x33db7d(0x1a5)](_0xe82a1a[_0x33db7d(0x219)])&&(_0x110d30[_0x33db7d(0x2af)](_0x33db7d(0x275)),_0xeb1cfa=0xbc2),_0x33db7d(0x1d8)==_0x740d68&&(_0xeb1cfa+=0x5),{'classes':_0x110d30,'attributes':{'data-suggestion':_0x528024},'priority':_0xeb1cfa};}}),_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x1da))[_0x13a114(0x2e1)](_0x2e9dc1=>{const _0x3bdf20=_0x13a114;_0x2e9dc1['on'](_0x3bdf20(0x2b9),(_0x4141c9,_0x9a4448,_0x45a465)=>{const _0x15cb9d=_0x3bdf20;if(!_0x45a465[_0x15cb9d(0x1e2)][_0x15cb9d(0x262)])return;const _0x4ed408=_0x9a4448[_0x15cb9d(0x2ac)];if(!_0x4ed408)return;const _0x5c0362=_0x45a465[_0x15cb9d(0x1ec)][_0x15cb9d(0x2d8)](_0x4ed408);_0x299daa[_0x15cb9d(0x1f5)][_0x15cb9d(0x1ef)][_0x15cb9d(0x191)](_0x4ed408)&&_0x5c0362&&!_0x5c0362[_0x15cb9d(0x30e)](_0x15cb9d(0x1f8))&&_0x5c0362['is'](_0x15cb9d(0x1c9))&&_0x248992(_0x5c0362,_0x45a465[_0x15cb9d(0x2b8)]);},{'priority':_0x3bdf20(0x295)});}),_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x1da))[_0x13a114(0x24e)]({'model':_0x13a114(0x2fe),'view':(_0x2c9b92,_0x2955d0)=>{const _0x24156d=_0x13a114;if(!_0x2955d0[_0x24156d(0x1e2)][_0x24156d(0x262)])return null;const {type:_0x3479f5,subType:_0x443684}=this[_0x24156d(0x2c7)](_0x2c9b92[_0x24156d(0x219)]);return{'classes':[_0x24156d(0x2e6),_0x3ffc6a(_0x3479f5,_0x443684)],'priority':0xbb8};}});const _0x3eace3=({showActiveMarkers:_0x2b47cf=!0x0,isAttributeSuggestion:_0xe4df1a=!0x1}={})=>(_0x2f3d09,_0x59e3b0,_0x45a80a)=>{const _0x415bf6=_0x13a114;if(!_0x59e3b0[_0x415bf6(0x2ac)])return;const {id:_0x44049d}=this[_0x415bf6(0x2c7)](_0x59e3b0[_0x415bf6(0x219)]);if(_0xe4df1a){const _0x4431ae=this[_0x415bf6(0x1fd)][_0x415bf6(0x220)](_0x44049d),_0x14a278=this[_0x415bf6(0x293)](_0x4431ae);if(!this[_0x415bf6(0x30b)](_0x14a278))return;}if(_0x59e3b0[_0x415bf6(0x2ac)]['is'](_0x415bf6(0x2d2)))return void _0x45a80a[_0x415bf6(0x19e)][_0x415bf6(0x1ff)](_0x59e3b0[_0x415bf6(0x2ac)],_0x2f3d09[_0x415bf6(0x170)]);const _0x1e78f1=_0x45a80a[_0x415bf6(0x1ec)][_0x415bf6(0x2d8)](_0x59e3b0[_0x415bf6(0x2ac)]);if(_0x59e3b0[_0x415bf6(0x2ac)]['is'](_0x415bf6(0x281))&&_0x299daa[_0x415bf6(0x1f5)][_0x415bf6(0x1ef)][_0x415bf6(0x21a)](_0x59e3b0[_0x415bf6(0x2ac)])&&!_0x1e78f1[_0x415bf6(0x30e)](_0x415bf6(0x303))){_0x45a80a[_0x415bf6(0x2b8)][_0x415bf6(0x2fd)]([_0x415bf6(0x2e6),_0x415bf6(0x213)],_0x1e78f1),_0x45a80a[_0x415bf6(0x2b8)][_0x415bf6(0x1dd)](_0x415bf6(0x25f),_0x44049d,_0x1e78f1),_0x45a80a[_0x415bf6(0x1ec)][_0x415bf6(0x243)](_0x1e78f1,_0x59e3b0[_0x415bf6(0x219)]),_0x2b47cf&&(this[_0x415bf6(0x1a1)][_0x415bf6(0x1a5)](_0x59e3b0[_0x415bf6(0x219)])?_0x45a80a[_0x415bf6(0x2b8)][_0x415bf6(0x2fd)](_0x415bf6(0x275),_0x1e78f1):_0x45a80a[_0x415bf6(0x2b8)][_0x415bf6(0x2db)](_0x415bf6(0x275),_0x1e78f1));for(const _0x5ea45d of _0x299daa[_0x415bf6(0x1f5)][_0x415bf6(0x300)](_0x59e3b0[_0x415bf6(0x2ac)])[_0x415bf6(0x20e)]())_0x45a80a[_0x415bf6(0x19e)][_0x415bf6(0x1ff)](_0x5ea45d,_0x2f3d09[_0x415bf6(0x170)]);_0x45a80a[_0x415bf6(0x19e)][_0x415bf6(0x1ff)](_0x59e3b0[_0x415bf6(0x2ac)],_0x2f3d09[_0x415bf6(0x170)]);}};_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x1da))[_0x13a114(0x2e1)](_0x140441=>{const _0x146efc=_0x13a114;_0x140441['on'](_0x146efc(0x2de),(_0x491afb,_0x190ed4,_0x3d41cf)=>{const _0x6e9bee=_0x146efc;_0x3d41cf[_0x6e9bee(0x1e2)][_0x6e9bee(0x262)]&&_0x3eace3({'showActiveMarkers':!0x1})(_0x491afb,_0x190ed4,_0x3d41cf);},{'priority':_0x146efc(0x187)});}),_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x1da))[_0x13a114(0x2e1)](_0x704a=>{const _0x3a246d=_0x13a114;_0x704a['on'](_0x3a246d(0x16e),(_0x556c4d,_0x1b8e21,_0x537fcf)=>{const _0x318f6c=_0x3a246d;_0x537fcf[_0x318f6c(0x1e2)][_0x318f6c(0x262)]&&_0x3eace3({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x556c4d,_0x1b8e21,_0x537fcf);},{'priority':_0x3a246d(0x187)});}),_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x1da))[_0x13a114(0x25d)]({'model':_0x13a114(0x2fe),'view':(_0x35bdfa,_0x5137e0)=>_0x5137e0[_0x13a114(0x1e2)][_0x13a114(0x262)]?null:{'group':_0x13a114(0x2fe),'name':_0x35bdfa[_0x13a114(0x2ed)](0xb)}}),_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x2b0))[_0x13a114(0x27c)]({'view':{'name':_0x13a114(0x2fe),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x134e02,{writer:_0xa9edeb})=>{const _0x3b2725=_0x13a114;let _0xc35f95=_0x3b2725(0x193)+_0x134e02[_0x3b2725(0x173)](_0x3b2725(0x1e4))+':'+_0x134e02[_0x3b2725(0x173)]('id');return _0x134e02[_0x3b2725(0x173)](_0x3b2725(0x23e))&&(_0xc35f95+=':'+_0x134e02[_0x3b2725(0x173)](_0x3b2725(0x23e))),_0xa9edeb[_0x3b2725(0x1bf)](_0x3b2725(0x234),{'data-name':_0xc35f95});}}),_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x2b0))[_0x13a114(0x302)]({'view':_0x13a114(0x2fe)}),_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x1ba))[_0x13a114(0x2e1)](_0x358132=>{const _0x4c59e6=_0x13a114;_0x358132['on'](_0x4c59e6(0x2de),_0x3eace3(),{'priority':_0x4c59e6(0x295)});}),_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x1ba))[_0x13a114(0x2e1)](_0x58b478=>{const _0x88751=_0x13a114;_0x58b478['on'](_0x88751(0x16e),_0x3eace3({'isAttributeSuggestion':!0x0}),{'priority':_0x88751(0x295)});}),_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x1ba))[_0x13a114(0x2e1)](_0x36bf3f=>{const _0x4ab22e=_0x13a114;_0x36bf3f['on'](_0x4ab22e(0x24f),(_0x1fa2ec,_0x22002f,_0x1c6a73)=>{const _0x228f58=_0x4ab22e,_0xd0e394=_0x1c6a73[_0x228f58(0x1ec)][_0x228f58(0x24c)](_0x22002f[_0x228f58(0x219)]);if(_0xd0e394){for(const _0x115f0b of _0xd0e394)_0x115f0b[_0x228f58(0x30e)](_0x228f58(0x303))||(_0x1c6a73[_0x228f58(0x2b8)][_0x228f58(0x2db)]([_0x228f58(0x2e6),_0x228f58(0x213),_0x228f58(0x275)],_0x115f0b),_0x1c6a73[_0x228f58(0x2b8)][_0x228f58(0x1ce)](_0x228f58(0x25f),_0x115f0b),_0x1c6a73[_0x228f58(0x1ec)][_0x228f58(0x1c0)](_0x115f0b,_0x22002f[_0x228f58(0x219)]));}},{'priority':_0x4ab22e(0x295)});}),_0x299daa[_0x13a114(0x1e3)][_0x13a114(0x2b3)](_0x13a114(0x1ba))[_0x13a114(0x2e1)](_0x346b2d=>{const _0x4ebbdf=_0x13a114;_0x346b2d['on'](_0x4ebbdf(0x28d),(_0x4350f6,_0x5a3f28,_0x890e52)=>{const _0x4985b8=_0x4ebbdf,_0x182d0b=_0x890e52[_0x4985b8(0x1ec)][_0x4985b8(0x24c)](_0x5a3f28[_0x4985b8(0x219)]);if(!_0x182d0b)return;const {id:_0x3ee173}=this[_0x4985b8(0x2c7)](_0x5a3f28[_0x4985b8(0x219)]),_0x20095b=this[_0x4985b8(0x1fd)][_0x4985b8(0x220)](_0x3ee173),_0x27c7e2=this[_0x4985b8(0x293)](_0x20095b);if(this[_0x4985b8(0x30b)](_0x27c7e2)){for(const _0x44edc8 of _0x182d0b)_0x44edc8[_0x4985b8(0x30e)](_0x4985b8(0x303))||(_0x890e52[_0x4985b8(0x2b8)][_0x4985b8(0x2db)]([_0x4985b8(0x2e6),_0x4985b8(0x213),_0x4985b8(0x275)],_0x44edc8),_0x890e52[_0x4985b8(0x2b8)][_0x4985b8(0x1ce)](_0x4985b8(0x25f),_0x44edc8),_0x890e52[_0x4985b8(0x1ec)][_0x4985b8(0x1c0)](_0x44edc8,_0x5a3f28[_0x4985b8(0x219)]));}},{'priority':_0x4ebbdf(0x295)});}),_0x299daa[_0x13a114(0x1f5)][_0x13a114(0x312)][_0x13a114(0x17f)](_0x1ee24e=>{const _0x2d9856=_0x13a114;let _0x28f526=!0x1;const _0x556c0a=Array[_0x2d9856(0x1b8)](_0x299daa[_0x2d9856(0x1f5)][_0x2d9856(0x312)][_0x2d9856(0x252)][_0x2d9856(0x26f)]()),_0x44b15b=new Set();for(const {name:_0x55e0b7,data:_0x38a28f}of _0x556c0a){const {group:_0xc90b99,type:_0x39ffc6,subType:_0x474f72,id:_0x53f015}=this[_0x2d9856(0x2c7)](_0x55e0b7);if(_0x2d9856(0x2fe)!==_0xc90b99)continue;const _0x56b3f9=this[_0x2d9856(0x1fd)][_0x2d9856(0x220)](_0x53f015);if(null!=_0x38a28f[_0x2d9856(0x31b)]){_0x2d9856(0x289)==_0x39ffc6&&(_0x28f526=_0x28f526||Ut(_0x38a28f[_0x2d9856(0x31b)],_0x55e0b7,_0x1ee24e,_0x299daa[_0x2d9856(0x1f5)][_0x2d9856(0x1ef)]));const _0x1e348c=_0x2d9856(0x2d7)==_0x39ffc6&&this[_0x2d9856(0x30b)](_0x474f72[_0x2d9856(0x2e3)]('|')[0x0]);if(_0x38a28f[_0x2d9856(0x31b)][_0x2d9856(0x1eb)]||_0x2d9856(0x2fa)==_0x38a28f[_0x2d9856(0x31b)][_0x2d9856(0x2dd)][_0x2d9856(0x2a4)]||_0x2d9856(0x202)==_0x39ffc6&&!Ft(_0x38a28f[_0x2d9856(0x31b)])||_0x1e348c&&!Ft(_0x38a28f[_0x2d9856(0x31b)])||_0x2d9856(0x1d8)==_0x39ffc6&&!(!Vt(_0x25e75b=_0x38a28f[_0x2d9856(0x31b)])&&!function(_0x1d7e25){const _0x34e729=_0x2d9856;return _0x1d7e25[_0x34e729(0x200)][_0x34e729(0x189)]==_0x1d7e25[_0x34e729(0x2eb)][_0x34e729(0x317)]&&_0x1d7e25[_0x34e729(0x200)][_0x34e729(0x1d7)];}(_0x25e75b)))_0x1ee24e[_0x2d9856(0x229)](_0x55e0b7),_0x28f526=!0x0;else{if(!_0x56b3f9||!_0x56b3f9[_0x2d9856(0x2b2)])continue;if(_0x38a28f[_0x2d9856(0x31b)]&&_0x38a28f[_0x2d9856(0x1c7)]&&_0x38a28f[_0x2d9856(0x31b)][_0x2d9856(0x2a2)](_0x38a28f[_0x2d9856(0x1c7)]))continue;_0x44b15b[_0x2d9856(0x2e1)](_0x56b3f9);}}}var _0x25e75b;return _0x44b15b[_0x2d9856(0x27e)]>0x0&&(_0x28f526=!!this[_0x2d9856(0x17b)](_0x44b15b)||_0x28f526),_0x28f526;}),_0x299daa[_0x13a114(0x1f5)][_0x13a114(0x312)][_0x13a114(0x17f)](_0xee7b23=>{const _0x363415=_0x13a114;let _0x235351=!0x1;for(const _0x50fb9b of _0x299daa[_0x363415(0x1f5)][_0x363415(0x312)][_0x363415(0x252)][_0x363415(0x1ae)]())if(_0x363415(0x319)==_0x50fb9b[_0x363415(0x197)])for(const _0x3db130 of this[_0x363415(0x1fd)][_0x363415(0x316)]()){if(_0x3db130[_0x363415(0x1f1)]||!_0x3db130[_0x363415(0x2b2)])continue;const _0x54140d=_0x363415(0x202)==_0x3db130[_0x363415(0x197)],_0x2b8d7b=this[_0x363415(0x293)](_0x3db130),_0x2c4d70=_0x2b8d7b&&this[_0x363415(0x30b)](_0x2b8d7b);if(!_0x54140d&&!_0x2c4d70)continue;const _0x4df631=_0x3db130[_0x363415(0x186)]();if(_0x4df631[_0x363415(0x200)][_0x363415(0x189)]!=_0x4df631[_0x363415(0x2eb)][_0x363415(0x189)]&&!_0x4df631[_0x363415(0x2eb)][_0x363415(0x1d7)]){const _0x203c85=_0x299daa[_0x363415(0x1f5)][_0x363415(0x2f1)](_0x4df631[_0x363415(0x200)][_0x363415(0x25e)],_0x363415(0x2eb)),_0x252a14=_0x299daa[_0x363415(0x1f5)][_0x363415(0x1b6)](_0x4df631[_0x363415(0x200)],_0x203c85);_0xee7b23[_0x363415(0x29f)](_0x3db130[_0x363415(0x1a6)](),{'range':_0x252a14}),_0x235351=!0x0;}}return _0x235351;}),_0x299daa[_0x13a114(0x1f5)][_0x13a114(0x312)][_0x13a114(0x17f)](_0x523502=>this[_0x13a114(0x31a)](_0x523502)),_0x299daa[_0x13a114(0x1f5)][_0x13a114(0x312)][_0x13a114(0x17f)](_0x3efb06=>!_0x3efb06[_0x13a114(0x2f6)][_0x13a114(0x1e8)]&&this[_0x13a114(0x251)](_0x3efb06)),_0x299daa[_0x13a114(0x1f5)]['on'](_0x13a114(0x273),()=>{const _0x43daf6=_0x13a114;this[_0x43daf6(0x208)]=!0x1;}),_0x299daa[_0x13a114(0x1f5)][_0x13a114(0x312)]['on'](_0x13a114(0x17d),(_0x152e5b,_0x451e10)=>{const _0x49e744=_0x13a114;if(!_0x451e10[_0x49e744(0x1e8)]||_0x451e10[_0x49e744(0x1a4)])return;if(!this[_0x49e744(0x208)])return;const _0x5f65bb=_0x299daa[_0x49e744(0x1f5)][_0x49e744(0x312)][_0x49e744(0x252)][_0x49e744(0x1ae)]();if(0x0==_0x5f65bb[_0x49e744(0x313)])return;const _0x52ce21=[],_0x3370ff=_0x5f65bb[_0x49e744(0x265)](_0x58202d=>_0x49e744(0x2d7)==_0x58202d[_0x49e744(0x197)]),_0x20abf2=_0x5f65bb[_0x49e744(0x265)](_0x3b70f8=>_0x49e744(0x319)==_0x3b70f8[_0x49e744(0x197)]&&_0x49e744(0x1b5)!=_0x3b70f8[_0x49e744(0x170)]);for(const _0x1554c7 of _0x3370ff)this[_0x49e744(0x2a5)](_0x1554c7[_0x49e744(0x2c2)])&&_0x52ce21[_0x49e744(0x2af)]({'key':_0x1554c7[_0x49e744(0x2c2)],'newValue':_0x1554c7[_0x49e744(0x2bc)],'oldValue':_0x1554c7[_0x49e744(0x1ab)],'range':Pt(_0x1554c7[_0x49e744(0x2ff)],_0x299daa[_0x49e744(0x1f5)])});for(const _0x3c3e07 of _0x20abf2){if(_0x49e744(0x298)!=_0x3c3e07[_0x49e744(0x29a)]&&_0x49e744(0x28e)!=_0x3c3e07[_0x49e744(0x29a)])continue;const _0x5823ac=Lt(_0x3c3e07[_0x49e744(0x2b5)][_0x49e744(0x25e)],_0x299daa[_0x49e744(0x1f5)]),_0x5b939a=_0x3c3e07[_0x49e744(0x17a)];_0x49e744(0x298)==_0x3c3e07[_0x49e744(0x29a)]&&_0x52ce21[_0x49e744(0x2af)]({'key':_0x49e744(0x221),'newValue':_0x3c3e07[_0x49e744(0x170)],'oldValue':_0x5b939a[_0x49e744(0x170)],'range':_0x5823ac});for(const [_0x52734f,_0x543b27]of _0x5b939a[_0x49e744(0x315)]){if(!this[_0x49e744(0x2a5)](_0x52734f))continue;const _0x5e5d4e=_0x3c3e07[_0x49e744(0x315)][_0x49e744(0x220)](_0x52734f);_0x543b27!==_0x5e5d4e&&_0x52ce21[_0x49e744(0x2af)]({'key':_0x52734f,'newValue':_0x5e5d4e,'oldValue':_0x543b27,'range':_0x5823ac});}for(const [_0xb535a9,_0x37f1d9]of _0x3c3e07[_0x49e744(0x315)])this[_0x49e744(0x2a5)](_0xb535a9)&&(_0x5b939a[_0x49e744(0x315)][_0x49e744(0x21f)](_0xb535a9)||_0x52ce21[_0x49e744(0x2af)]({'key':_0xb535a9,'newValue':_0x37f1d9,'oldValue':null,'range':_0x5823ac}));}0x0!=_0x52ce21[_0x49e744(0x313)]&&_0x299daa[_0x49e744(0x1f5)][_0x49e744(0x19d)](_0x451e10,_0x2a2ede=>{const _0x550701=_0x49e744,_0x526614=_0x557eb1();for(const {range:_0x317e11,key:_0x3200a8,oldValue:_0x234569,newValue:_0x4fc607}of _0x52ce21)this[_0x550701(0x1a8)](_0x317e11,_0x3200a8,_0x234569,_0x4fc607,{'groupId':_0x526614});this[_0x550701(0x2c9)](_0x2a2ede,_0x52ce21);});},{'priority':_0x13a114(0x2ec)}),_0x299daa[_0x13a114(0x1f5)][_0x13a114(0x305)]['on'](_0x13a114(0x25a),(_0x398183,_0x4be69,_0x452ed9)=>{const _0x2caaaa=_0x13a114;if(null==_0x452ed9){const {id:_0x47f7ef}=this[_0x2caaaa(0x2c7)](_0x4be69[_0x2caaaa(0x170)]),_0x5c6dcd=this[_0x2caaaa(0x1fd)][_0x2caaaa(0x220)](_0x47f7ef);_0x5c6dcd&&_0x5c6dcd[_0x2caaaa(0x18f)](_0x4be69[_0x2caaaa(0x170)]);}}),_0x299daa[_0x13a114(0x1f5)][_0x13a114(0x312)]['on'](_0x13a114(0x17d),()=>{const _0x2cc6bf=_0x13a114,_0x1ddff5=Array[_0x2cc6bf(0x1b8)](_0x299daa[_0x2cc6bf(0x1f5)][_0x2cc6bf(0x312)][_0x2cc6bf(0x252)][_0x2cc6bf(0x26f)]())[_0x2cc6bf(0x265)](_0x1e4709=>_0x2cc6bf(0x2fe)===this[_0x2cc6bf(0x2c7)](_0x1e4709[_0x2cc6bf(0x170)])[_0x2cc6bf(0x258)]);if(0x0===_0x1ddff5[_0x2cc6bf(0x313)])return;_0x1ddff5[_0x2cc6bf(0x2cb)]((_0x3794a4,_0x5e1d2d)=>{const _0x2213bc=_0x2cc6bf,_0x172702=_0x3794a4[_0x2213bc(0x1cf)][_0x2213bc(0x1c7)],_0x4b62d4=_0x5e1d2d[_0x2213bc(0x1cf)][_0x2213bc(0x1c7)];return null===_0x172702&&null===_0x4b62d4?0x0:null===_0x172702&&null!==_0x4b62d4?-0x1:null!==_0x172702&&null===_0x4b62d4?0x1:_0x172702[_0x2213bc(0x200)][_0x2213bc(0x204)](_0x4b62d4[_0x2213bc(0x200)])?-0x1:0x1;});const _0x2a0d8d=new Set(),_0x5f3dfc=new Set();for(const {name:_0x234868,data:_0x198c7b}of _0x1ddff5){const {id:_0x1c1e62}=this[_0x2cc6bf(0x2c7)](_0x234868);if(null===_0x198c7b[_0x2cc6bf(0x1c7)]){const _0x2dce4a=this[_0x2cc6bf(0x23f)](_0x234868);_0x5f3dfc[_0x2cc6bf(0x2e1)](_0x2dce4a);}else{const _0x4e9d04=this[_0x2cc6bf(0x1fd)][_0x2cc6bf(0x220)](_0x1c1e62);null!==_0x198c7b[_0x2cc6bf(0x31b)]||_0x4e9d04[_0x2cc6bf(0x2b2)]?(_0x2a0d8d[_0x2cc6bf(0x2e1)](_0x4e9d04[_0x2cc6bf(0x1ed)]),_0x5f3dfc[_0x2cc6bf(0x2e1)](_0x4e9d04)):this[_0x2cc6bf(0x242)](_0x4e9d04);}}_0x5f3dfc[_0x2cc6bf(0x27e)]>0x0&&this[_0x2cc6bf(0x239)](_0x5f3dfc);for(const _0x56583f of _0x2a0d8d)this[_0x2cc6bf(0x282)](_0x2cc6bf(0x2ef),_0x56583f);}),_0x299daa[_0x13a114(0x1f5)]['on'](_0x13a114(0x2d6),(_0x420ae0,_0x4b3ace)=>{const _0x155956=_0x13a114,_0xfb6dce=_0x4b3ace[0x0];if(!this[_0x155956(0x1fd)][_0x155956(0x27e)])return;if(!_0xfb6dce[_0x155956(0x175)])return;if(_0xfb6dce[_0x155956(0x2f6)][_0x155956(0x1a4)]||!_0xfb6dce[_0x155956(0x2f6)][_0x155956(0x1e8)])return;let _0x499dc4,_0xe80244;switch(_0xfb6dce[_0x155956(0x197)]){case _0x155956(0x319):_0x499dc4=_0x299daa[_0x155956(0x1f5)][_0x155956(0x2f1)](_0xfb6dce[_0x155956(0x2b5)]),_0xe80244=_0x499dc4[_0x155956(0x263)](_0xfb6dce[_0x155956(0x195)]);break;case _0x155956(0x2e3):_0x499dc4=_0x299daa[_0x155956(0x1f5)][_0x155956(0x2f1)](_0xfb6dce[_0x155956(0x29c)]),_0xe80244=_0x299daa[_0x155956(0x1f5)][_0x155956(0x2f1)](_0xfb6dce[_0x155956(0x228)]);break;case _0x155956(0x2a9):_0x499dc4=_0x299daa[_0x155956(0x1f5)][_0x155956(0x2f1)](_0xfb6dce[_0x155956(0x30a)]),_0xe80244=_0x499dc4[_0x155956(0x263)](_0xfb6dce[_0x155956(0x195)]);break;default:return;}const _0x525469=_0x299daa[_0x155956(0x1f5)][_0x155956(0x1b6)](_0x499dc4,_0xe80244);_0x299daa[_0x155956(0x1f5)][_0x155956(0x2d3)](()=>{const _0x13bd22=_0x155956;for(const {suggestion:_0x40ce91,meta:_0x2ffb72}of this[_0x13bd22(0x24d)](_0x525469)){if(_0x40ce91[_0x13bd22(0x1f1)])continue;if(_0x13bd22(0x289)==_0x40ce91[_0x13bd22(0x197)])continue;const _0x571f1c=this[_0x13bd22(0x293)](_0x40ce91);if(_0x571f1c&&this[_0x13bd22(0x30b)](_0x571f1c)&&_0x13bd22(0x2e3)!=_0xfb6dce[_0x13bd22(0x197)])continue;const _0x1d964d=_0x40ce91[_0x13bd22(0x1cf)]&&_0x40ce91[_0x13bd22(0x1cf)][_0x13bd22(0x22d)];(_0x13bd22(0x202)!=_0x40ce91[_0x13bd22(0x197)]||_0x13bd22(0x2e3)==_0xfb6dce[_0x13bd22(0x197)]&&!_0x1d964d)&&(_0x2ffb72[_0x13bd22(0x28b)]||_0x13bd22(0x226)==_0x40ce91[_0x13bd22(0x197)]&&_0x2ffb72[_0x13bd22(0x1a7)]||_0x40ce91[_0x13bd22(0x186)]()[_0x13bd22(0x22a)](_0x525469)&&this[_0x13bd22(0x207)](_0x40ce91,_0x499dc4,_0xe80244));}});},{'priority':_0x13a114(0x2ec)}),_0x299daa[_0x13a114(0x1f5)]['on'](_0x13a114(0x26e),(_0x16083f,_0x48076d)=>{const _0x43a52c=_0x13a114,_0x226f1f=_0x48076d[0x0],_0x33bf4d=_0x48076d[0x1];if(_0x33bf4d&&_0x33bf4d[_0x43a52c(0x1e7)])return;if(this[_0x43a52c(0x26d)])return;if(!this[_0x43a52c(0x2a8)][_0x43a52c(0x223)])return;if(_0x226f1f[_0x43a52c(0x1eb)])return;const _0x28692c=_0x299daa[_0x43a52c(0x1f5)][_0x43a52c(0x1ef)],{start:_0x5bd21e,end:_0xbc3867}=_0x226f1f[_0x43a52c(0x186)](),_0xaad3ce=_0x5bd21e[_0x43a52c(0x25e)]&&_0x28692c[_0x43a52c(0x23c)](_0x5bd21e[_0x43a52c(0x25e)])?null:_0x28692c[_0x43a52c(0x253)](_0x5bd21e,_0x43a52c(0x1de)),_0x4c6d55=_0xbc3867[_0x43a52c(0x317)]&&_0x28692c[_0x43a52c(0x23c)](_0xbc3867[_0x43a52c(0x317)])?null:_0x28692c[_0x43a52c(0x253)](_0xbc3867,_0x43a52c(0x233)),_0x26a393=_0x299daa[_0x43a52c(0x1f5)][_0x43a52c(0x1b6)](_0xaad3ce?_0xaad3ce[_0x43a52c(0x200)]:_0x5bd21e,_0x4c6d55?_0x4c6d55[_0x43a52c(0x2eb)]:_0xbc3867);_0x299daa[_0x43a52c(0x1f5)][_0x43a52c(0x2d3)](_0x216c79=>{const _0x69aa1=_0x43a52c;this[_0x69aa1(0x269)](_0x26a393);const _0x189ca3=_0x299daa[_0x69aa1(0x1f5)][_0x69aa1(0x1ef)][_0x69aa1(0x253)](_0x26a393[_0x69aa1(0x200)]);_0x226f1f['is'](_0x69aa1(0x250))?_0x216c79[_0x69aa1(0x2c6)](_0x189ca3):_0x226f1f[_0x69aa1(0x1f3)](_0x189ca3);}),_0x16083f[_0x43a52c(0x2ca)]();},{'priority':_0x5a2f82[_0x13a114(0x24b)]+0xa}),_0x299daa[_0x13a114(0x1f5)]['on'](_0x13a114(0x261),(_0x302e57,_0x291a85)=>{const _0xb993c=_0x13a114,_0x370d9c=_0x291a85[_0x291a85[_0xb993c(0x313)]-0x1];_0x370d9c&&_0x370d9c[_0xb993c(0x1e7)]||this[_0xb993c(0x26d)]||this[_0xb993c(0x2a8)][_0xb993c(0x223)]&&(_0x299daa[_0xb993c(0x1f5)][_0xb993c(0x2d3)](()=>{const _0x3b0315=_0xb993c;let _0x1cab35=_0x299daa[_0x3b0315(0x1f5)][_0x3b0315(0x261)](_0x291a85[0x0],_0x291a85[0x1],_0x291a85[0x2],{'forceDefaultExecution':!0x0});if(!_0x1cab35)return;_0x302e57[_0x3b0315(0x230)]=_0x1cab35[_0x3b0315(0x209)]();const _0x1d486b=_0x1cab35[_0x3b0315(0x2eb)][_0x3b0315(0x317)],_0x34d733=_0x299daa[_0x3b0315(0x1f5)][_0x3b0315(0x1ef)];_0x1d486b&&_0x34d733[_0x3b0315(0x21a)](_0x1d486b)&&!_0x34d733[_0x3b0315(0x191)](_0x1d486b)&&(_0x1cab35=_0x299daa[_0x3b0315(0x1f5)][_0x3b0315(0x1b6)](_0x1cab35[_0x3b0315(0x200)],_0x299daa[_0x3b0315(0x1f5)][_0x3b0315(0x2f1)](_0x1d486b,_0x3b0315(0x2eb)))),this[_0x3b0315(0x1f7)](_0x1cab35);}),_0x302e57[_0xb993c(0x2ca)]());},{'priority':_0x13a114(0x295)}),this[_0x13a114(0x20a)][_0x13a114(0x292)][_0x13a114(0x2e1)](_0x13a114(0x2fb),this[_0x13a114(0x2a8)]),this[_0x13a114(0x310)](_0x13a114(0x2fb));const _0x3569b3=new _0x5e3c4a(_0x299daa,this[_0x13a114(0x1fd)]);_0x299daa[_0x13a114(0x292)][_0x13a114(0x2e1)](_0x13a114(0x259),_0x3569b3),this[_0x13a114(0x310)](_0x13a114(0x259));const _0x56cd6a=new _0x4f2092(_0x299daa,this[_0x13a114(0x1fd)]);_0x299daa[_0x13a114(0x292)][_0x13a114(0x2e1)](_0x13a114(0x2f4),_0x56cd6a),this[_0x13a114(0x310)](_0x13a114(0x2f4)),_0x299daa[_0x13a114(0x292)][_0x13a114(0x2e1)](_0x13a114(0x188),new _0xe379ab(_0x299daa,_0x3569b3,this[_0x13a114(0x1fd)])),this[_0x13a114(0x310)](_0x13a114(0x188)),_0x299daa[_0x13a114(0x292)][_0x13a114(0x2e1)](_0x13a114(0x1ee),new _0xe379ab(_0x299daa,_0x56cd6a,this[_0x13a114(0x1fd)])),this[_0x13a114(0x310)](_0x13a114(0x1ee)),_0x299daa[_0x13a114(0x292)][_0x13a114(0x2e1)](_0x13a114(0x1e1),new _0x1d0af4(_0x299daa,_0x3569b3,this[_0x13a114(0x1fd)])),this[_0x13a114(0x310)](_0x13a114(0x1e1)),_0x299daa[_0x13a114(0x292)][_0x13a114(0x2e1)](_0x13a114(0x241),new _0x1d0af4(_0x299daa,_0x56cd6a,this[_0x13a114(0x1fd)])),this[_0x13a114(0x310)](_0x13a114(0x241));const _0x1f9260=_0x299daa[_0x13a114(0x2b6)][_0x13a114(0x220)](_0x13a114(0x2e0));this[_0x13a114(0x206)](_0x1f9260,_0x13a114(0x2f8),(_0xf2bafe,{threadId:_0xb5e8cc})=>{const _0x28240f=_0x13a114,_0xde71c6=this[_0x28240f(0x1fd)][_0x28240f(0x220)](_0xb5e8cc);_0xde71c6&&_0xde71c6[_0x28240f(0x2e2)]&&0x1===_0xde71c6[_0x28240f(0x2e2)][_0x28240f(0x313)]&&this[_0x28240f(0x205)](_0xb5e8cc,{'hasComments':!0x0});},{'priority':_0x13a114(0x22c)}),this[_0x13a114(0x206)](_0x1f9260,_0x13a114(0x1a3),(_0x4f5f6a,{threadId:_0xd4ccc6})=>{const _0x5a5060=_0x13a114,_0x1da0f0=this[_0x5a5060(0x1fd)][_0x5a5060(0x220)](_0xd4ccc6);_0x1da0f0&&_0x1da0f0[_0x5a5060(0x2e2)]&&!_0x1da0f0[_0x5a5060(0x2e2)][_0x5a5060(0x313)]&&this[_0x5a5060(0x205)](_0xd4ccc6,{'hasComments':!0x1});},{'priority':_0x13a114(0x22c)});}set[_0x21aeed(0x232)](_0x1b6683){const _0x32dc54=_0x21aeed;if(this[_0x32dc54(0x1c3)])throw new _0x5c19e2(_0x32dc54(0x22b),this);this[_0x32dc54(0x1c3)]=_0x1b6683;}get[_0x21aeed(0x232)](){const _0x66da1=_0x21aeed;return this[_0x66da1(0x1c3)];}[_0x21aeed(0x172)]({skipNotAttached:_0x3100ad=!0x1,toJSON:_0x38001c=!0x1}={}){const _0x4e4df3=_0x21aeed,_0x542b73=[];for(const _0x5ad7cf of this[_0x4e4df3(0x1fd)][_0x4e4df3(0x316)]())_0x3100ad&&!_0x5ad7cf[_0x4e4df3(0x2b2)]||_0x542b73[_0x4e4df3(0x2af)](_0x5ad7cf);return _0x38001c?_0x542b73[_0x4e4df3(0x264)](_0x2865da=>_0x2865da[_0x4e4df3(0x1d0)]()):_0x542b73;}[_0x21aeed(0x244)](_0x342631){const _0x4ee315=_0x21aeed,_0x418895=this[_0x4ee315(0x1fd)][_0x4ee315(0x220)](_0x342631);if(!_0x418895)throw new _0x5c19e2(_0x4ee315(0x2e8),this);return _0x418895;}[_0x21aeed(0x1db)](_0x252120){const _0x15675d=_0x21aeed;return this[_0x15675d(0x1fd)][_0x15675d(0x21f)](_0x252120);}[_0x21aeed(0x22e)](_0xa3412e){const _0x1998bb=_0x21aeed,{authorId:_0x127e32,id:_0x1c6544,attributes:_0xe977bf}=_0xa3412e,[_0x1cf546,_0x5ec8aa]=_0xa3412e[_0x1998bb(0x197)][_0x1998bb(0x2e3)](':'),_0x3b3bb0=this[_0x1998bb(0x1fd)][_0x1998bb(0x220)](_0x1c6544)||this[_0x1998bb(0x286)](_0x1cf546,_0x5ec8aa,_0x1c6544,_0x127e32,_0xe977bf);if(this[_0x1998bb(0x2df)](_0x3b3bb0),this[_0x1998bb(0x296)](_0x3b3bb0,_0x1cf546,_0x5ec8aa||null,_0x127e32),_0x3b3bb0[_0x1998bb(0x1aa)]=_0xa3412e[_0x1998bb(0x1aa)],_0x3b3bb0[_0x1998bb(0x196)]=!0x0,_0xe977bf&&_0xe977bf[_0x1998bb(0x231)]){const _0x3b17bc=_0xe977bf[_0x1998bb(0x231)],_0x26e801=this[_0x1998bb(0x1ac)](_0x3b17bc[_0x1998bb(0x291)]);_0x3b3bb0[_0x1998bb(0x1be)]=_0x3b17bc[_0x1998bb(0x1aa)],_0x3b3bb0[_0x1998bb(0x2b1)]=_0x26e801,_0x3b3bb0[_0x1998bb(0x2ce)]=!0x0;}else _0x3b3bb0[_0x1998bb(0x1be)]=_0xa3412e[_0x1998bb(0x1aa)];switch(_0xa3412e[_0x1998bb(0x1cf)]&&(_0x3b3bb0[_0x1998bb(0x1cf)]=_0xa3412e[_0x1998bb(0x1cf)]),_0xa3412e[_0x1998bb(0x315)]&&(_0x3b3bb0[_0x1998bb(0x315)]=_0xa3412e[_0x1998bb(0x315)]),this[_0x1998bb(0x1c3)]&&this[_0x1998bb(0x1c3)][_0x1998bb(0x2dc)]||(_0x3b3bb0[_0x1998bb(0x1d5)]=!0x0),this[_0x1998bb(0x2ee)][_0x1998bb(0x220)](_0x3b3bb0)){case _0x1998bb(0x174):this[_0x1998bb(0x2ee)][_0x1998bb(0x199)](_0x3b3bb0,_0x1998bb(0x2e7));break;case _0x1998bb(0x2f0):_0x3b3bb0[_0x1998bb(0x2b2)]?(this[_0x1998bb(0x17b)](new Set([_0x3b3bb0])),this[_0x1998bb(0x239)](new Set([_0x3b3bb0])),this[_0x1998bb(0x2ee)][_0x1998bb(0x199)](_0x3b3bb0,_0x1998bb(0x256)),this[_0x1998bb(0x282)](_0x1998bb(0x2ab),_0x3b3bb0)):this[_0x1998bb(0x2ee)][_0x1998bb(0x199)](_0x3b3bb0,_0x1998bb(0x1b9));}return _0x3b3bb0;}[_0x21aeed(0x259)](_0x1c99e9){const _0x1980e5=_0x21aeed;this[_0x1980e5(0x1e7)](()=>{const _0x38f0d4=_0x1980e5;this[_0x38f0d4(0x20a)][_0x38f0d4(0x1f5)][_0x38f0d4(0x2d3)](()=>{const _0x2f3638=_0x38f0d4;for(const _0x421873 of _0x1c99e9[_0x2f3638(0x2d1)]())_0x421873[_0x2f3638(0x1e9)]();});});}[_0x21aeed(0x2f4)](_0x105b32){const _0x54754d=_0x21aeed;this[_0x54754d(0x1e7)](()=>{const _0x4f3828=_0x54754d;this[_0x4f3828(0x20a)][_0x4f3828(0x1f5)][_0x4f3828(0x2d3)](()=>{const _0x6fdd47=_0x4f3828;for(const _0x3451e8 of _0x105b32[_0x6fdd47(0x2d1)]())_0x3451e8[_0x6fdd47(0x194)]();});});}[_0x21aeed(0x310)](_0x2ced6c,_0x452969){const _0x22461f=_0x21aeed,_0x48a0ea=this[_0x22461f(0x20a)][_0x22461f(0x292)][_0x22461f(0x220)](_0x2ced6c);if(!_0x48a0ea)throw new _0x5c19e2(_0x22461f(0x21e),this,{'commandName':_0x2ced6c});if(this[_0x22461f(0x222)][_0x22461f(0x21f)](_0x48a0ea))throw new _0x5c19e2(_0x22461f(0x304),this,{'commandName':_0x2ced6c});this[_0x22461f(0x222)][_0x22461f(0x2e1)](_0x48a0ea),_0x452969&&_0x48a0ea['on'](_0x22461f(0x1b1),(_0x59aa38,_0x5b6afd)=>{const _0x8fff8d=_0x22461f;this[_0x8fff8d(0x2a8)][_0x8fff8d(0x223)]&&(this[_0x8fff8d(0x26d)]||(_0x5b6afd[_0x8fff8d(0x313)]>0x0&&_0x5b6afd[_0x5b6afd[_0x8fff8d(0x313)]-0x1]&&_0x5b6afd[_0x5b6afd[_0x8fff8d(0x313)]-0x1][_0x8fff8d(0x1e7)]?_0x5b6afd[_0x8fff8d(0x26a)]():(_0x59aa38[_0x8fff8d(0x230)]=_0x452969((..._0x19483b)=>_0x48a0ea[_0x8fff8d(0x1b1)](..._0x19483b,{'forceDefaultExecution':!0x0}),..._0x5b6afd),_0x59aa38[_0x8fff8d(0x2ca)]())));},{'priority':_0x22461f(0x295)});}[_0x21aeed(0x1e7)](_0x4ef4f9){const _0x2d528a=_0x21aeed;let _0x5f021e,_0x393ee5;const _0x495c7c=this[_0x2d528a(0x26d)];this[_0x2d528a(0x26d)]=!0x0;try{_0x5f021e=_0x4ef4f9();}catch(_0x1b2abf){_0x393ee5=_0x1b2abf;}return _0x495c7c||(this[_0x2d528a(0x26d)]=!0x1),_0x393ee5&&_0x5c19e2[_0x2d528a(0x1ca)](_0x393ee5,this),_0x5f021e;}[_0x21aeed(0x1f7)](_0x2b449c,_0x53f7a0=null,_0x264b66={}){const _0x56928e=_0x21aeed;if(_0x2b449c[_0x56928e(0x1eb)])return null;const _0x954af8=this[_0x56928e(0x20a)][_0x56928e(0x2b6)][_0x56928e(0x220)](_0x56928e(0x1d3))['me'];for(const {suggestion:_0x19c0e0,meta:_0xa8804b}of this[_0x56928e(0x24d)](_0x2b449c,_0x56928e(0x226)))if(_0xa8804b[_0x56928e(0x1a7)]){if(!_0xa8804b[_0x56928e(0x1cc)]){if(_0xa8804b[_0x56928e(0x28b)]){if(!this[_0x56928e(0x18a)]||!qt(_0x19c0e0,_0x264b66))continue;return _0x19c0e0;}if(qt(_0x19c0e0,_0x264b66))return _0x19c0e0;this[_0x56928e(0x207)](_0x19c0e0,_0x2b449c[_0x56928e(0x200)],_0x2b449c[_0x56928e(0x2eb)]);break;}if(_0x53f7a0==_0x19c0e0[_0x56928e(0x2ea)]&&qt(_0x19c0e0,_0x264b66)){const _0x260155=_0x19c0e0[_0x56928e(0x186)]();return _0x260155[_0x56928e(0x200)][_0x56928e(0x2a2)](_0x2b449c[_0x56928e(0x2eb)])?this[_0x56928e(0x2a7)](_0x19c0e0,this[_0x56928e(0x235)][_0x56928e(0x1b6)](_0x2b449c[_0x56928e(0x200)],_0x260155[_0x56928e(0x2eb)])):this[_0x56928e(0x2a7)](_0x19c0e0,this[_0x56928e(0x235)][_0x56928e(0x1b6)](_0x260155[_0x56928e(0x200)],_0x2b449c[_0x56928e(0x2eb)])),_0x19c0e0;}}const _0x1ad68e=_0x557eb1(),_0x2c4da2=_0x954af8['id'],_0x40fb7a=_0x53f7a0?_0x56928e(0x2a3)+_0x53f7a0:_0x56928e(0x226),_0x4e19ce=this[_0x56928e(0x2a1)]({'id':_0x1ad68e,'type':_0x40fb7a,'createdAt':new Date(),'authorId':_0x2c4da2,'attributes':_0x264b66});return this[_0x56928e(0x2ae)](_0x40fb7a,_0x1ad68e,_0x2c4da2,_0x2b449c),_0x4e19ce;}[_0x21aeed(0x176)](_0x4c0073,_0x33b26b=_0x21aeed(0x272),_0x21bc9f={}){const _0x1ec54c=_0x21aeed,_0x3b043a=this[_0x1ec54c(0x20a)][_0x1ec54c(0x2b6)][_0x1ec54c(0x220)](_0x1ec54c(0x1d3))['me'],_0xc83ac1=this[_0x1ec54c(0x1ad)][_0x1ec54c(0x1d2)](_0x1ec54c(0x226),_0x33b26b,_0x1ec54c(0x26c));for(const _0x202cec of this[_0x1ec54c(0x172)]())if(_0x202cec[_0x1ec54c(0x2b1)]['id']==_0x3b043a['id']&&_0x1ec54c(0x226)==_0x202cec[_0x1ec54c(0x197)]&&_0x202cec[_0x1ec54c(0x2ea)]==_0x33b26b&&qt(_0x202cec,_0x21bc9f)&&(_0xc83ac1(_0x202cec[_0x1ec54c(0x177)](),_0x4c0073)||_0xc83ac1(_0x4c0073,_0x202cec[_0x1ec54c(0x177)]()))){for(const _0x20b181 of _0x4c0073)_0x202cec[_0x1ec54c(0x1c2)](_0x20b181);return _0x202cec;}for(const {suggestion:_0x5cbf2a,meta:_0x2232bf}of this[_0x1ec54c(0x24d)](_0x4c0073,_0x1ec54c(0x226))){if(!_0x2232bf[_0x1ec54c(0x1a7)])continue;if(!this[_0x1ec54c(0x18a)]&&_0x2232bf[_0x1ec54c(0x28b)])continue;if(!qt(_0x5cbf2a,_0x21bc9f))continue;let _0x5c87c6=!0x0;for(const _0x224147 of _0x5cbf2a[_0x1ec54c(0x177)]())for(const _0x2fa53d of _0x4c0073)if(!_0x224147[_0x1ec54c(0x22a)](_0x2fa53d)){_0x5c87c6=!0x1;break;}if(_0x5c87c6)return _0x5cbf2a;}const _0x1c2a43=_0x557eb1(),_0xd2a2ca=_0x3b043a['id'],_0x363503=_0x1ec54c(0x2a3)+_0x33b26b,_0x447c9a=this[_0x1ec54c(0x2a1)]({'id':_0x1c2a43,'type':_0x363503,'createdAt':new Date(),'authorId':_0xd2a2ca,'attributes':_0x21bc9f});for(const _0x4f847d of _0x4c0073)this[_0x1ec54c(0x2ae)](_0x363503,_0x1c2a43,_0xd2a2ca,_0x4f847d,_0x1ca3a4[_0x1ec54c(0x2cc)]());return _0x447c9a;}[_0x21aeed(0x2f9)](_0x335a16,_0x2efe37,_0x3296cb=null,_0xf94941={}){const _0xba512a=_0x21aeed;if(_0x3296cb=_0x3296cb||Gt(_0x2efe37),_0x335a16[_0xba512a(0x1eb)])return null;if(_0xba512a(0x1f9)===this[_0xba512a(0x2f3)]){const _0x5082c0=this[_0xba512a(0x1ad)][_0xba512a(0x1d2)](_0xba512a(0x289),_0x3296cb,_0xba512a(0x1e9));return this[_0xba512a(0x1e7)](()=>_0x5082c0([_0x335a16],_0x2efe37,_0xf94941)),null;}const _0x31ee7e=this[_0xba512a(0x20a)][_0xba512a(0x2b6)][_0xba512a(0x220)](_0xba512a(0x1d3))['me'],_0x55a728=[];if(_0xba512a(0x254)!==this[_0xba512a(0x2f3)]){for(const {suggestion:_0x369f22,meta:_0x16883a}of this[_0xba512a(0x24d)](_0x335a16,_0xba512a(0x226)))_0x16883a[_0xba512a(0x1a7)]&&!_0x16883a[_0xba512a(0x314)]&&_0x55a728[_0xba512a(0x2af)](..._0x369f22[_0xba512a(0x177)]());}const _0x5a0959=function(_0x2e8c2a,_0x580e35){const _0x171be4=_0xba512a,_0x368673=[];for(const _0x2c4495 of _0x580e35){const _0x424a52=_0x2e8c2a[_0x171be4(0x2ad)](_0x2c4495);_0x424a52&&_0x368673[_0x171be4(0x2af)](_0x424a52);}return _0x368673;}(_0x335a16,_0x55a728),_0x4c1172=function(_0x402ae5,_0x46fb3b){const _0x37383b=_0xba512a,_0x57a560=[_0x402ae5];for(const _0x11e5a7 of _0x46fb3b){let _0x3d8a29=0x0;for(;_0x3d8a29<_0x57a560[_0x37383b(0x313)];){const _0x3c0738=_0x57a560[_0x3d8a29][_0x37383b(0x276)](_0x11e5a7);_0x57a560[_0x37383b(0x2aa)](_0x3d8a29,0x1,..._0x3c0738),_0x3d8a29+=_0x3c0738[_0x37383b(0x313)];}}return _0x57a560;}(_0x335a16,_0x55a728);_0x5a0959[_0xba512a(0x313)]&&this[_0xba512a(0x235)][_0xba512a(0x2d3)](()=>{const _0x4183af=_0xba512a;for(const _0x41aa2f of _0x5a0959){const _0x5ef386=this[_0x4183af(0x1ad)][_0x4183af(0x1d2)](_0x4183af(0x289),_0x3296cb,_0x4183af(0x1e9));this[_0x4183af(0x1e7)](()=>_0x5ef386([_0x41aa2f],_0x2efe37,_0xf94941));}});for(const _0x373d5c of _0x4c1172){let _0x109acd=null,_0x47b893=_0x373d5c[_0xba512a(0x200)],_0x464072=_0x373d5c[_0xba512a(0x2eb)];for(const {suggestion:_0x518126,meta:_0xa69f41}of this[_0xba512a(0x24d)](_0x373d5c,_0xba512a(0x289))){if(!_0xa69f41[_0xba512a(0x1a7)])continue;if(_0x518126[_0xba512a(0x2ea)]!=_0x3296cb)continue;if(!qt(_0x518126,_0xf94941))continue;const _0x3c7538=_0x518126[_0xba512a(0x186)]();if(_0x3c7538[_0xba512a(0x22a)](_0x373d5c,!0x0))return null;_0x47b893=_0x47b893[_0xba512a(0x204)](_0x3c7538[_0xba512a(0x200)])?_0x47b893:_0x3c7538[_0xba512a(0x200)],_0x464072=_0x464072[_0xba512a(0x178)](_0x3c7538[_0xba512a(0x2eb)])?_0x464072:_0x3c7538[_0xba512a(0x2eb)],_0x109acd?_0x3c7538[_0xba512a(0x200)][_0xba512a(0x204)](_0x109acd[_0xba512a(0x186)]()[_0xba512a(0x200)])?(_0x109acd[_0xba512a(0x257)](),_0x109acd=_0x518126):_0x518126[_0xba512a(0x257)]():_0x109acd=_0x518126;}const _0x2768c6=this[_0xba512a(0x235)][_0xba512a(0x1b6)](_0x47b893,_0x464072);if(_0x109acd)this[_0xba512a(0x2a7)](_0x109acd,_0x2768c6);else{const _0x3a3583=_0x557eb1(),_0x1957c0=_0x31ee7e['id'];this[_0xba512a(0x2a1)]({'id':_0x3a3583,'type':_0xba512a(0x285)+_0x3296cb,'data':_0x2efe37,'createdAt':new Date(),'authorId':_0x1957c0,'attributes':_0xf94941}),this[_0xba512a(0x2ae)](_0xba512a(0x285)+_0x3296cb,_0x3a3583,_0x1957c0,_0x2768c6);}}return null;}[_0x21aeed(0x1af)](_0x3c6efe,_0x4e0a8f,_0x280bba=[],_0x5ed4f4=null,_0x3e227c={}){const _0x5c5b69=_0x21aeed;_0x4e0a8f[_0x5c5b69(0x225)]||(_0x4e0a8f[_0x5c5b69(0x225)]=_0x4e0a8f[_0x5c5b69(0x283)]),_0x4e0a8f[_0x5c5b69(0x22d)]=_0x3c6efe['is'](_0x5c5b69(0x2ff)),_0x5ed4f4=_0x5ed4f4||Gt(_0x4e0a8f);const _0x2fea96=_0x280bba[_0x5c5b69(0x264)](_0x3a2fef=>Lt(_0x3a2fef,this[_0x5c5b69(0x235)])),_0x4801a7=_0x3c6efe['is'](_0x5c5b69(0x2ff))?_0x3c6efe:Lt(_0x3c6efe,this[_0x5c5b69(0x235)]);if(_0x5c5b69(0x1f9)===this[_0x5c5b69(0x2f3)]){const _0x322495=this[_0x5c5b69(0x1ad)][_0x5c5b69(0x1d2)](_0x5c5b69(0x202),_0x5ed4f4,_0x5c5b69(0x1e9));return this[_0x5c5b69(0x1e7)](()=>_0x322495([_0x4801a7],_0x4e0a8f,_0x3e227c)),null;}_0x2fea96[_0x5c5b69(0x2af)](_0x4801a7);let _0x130e49=!0x0;for(const _0x10f337 of _0x2fea96)if(!this[_0x5c5b69(0x1a9)](_0x10f337)){_0x130e49=!0x1;break;}if(_0x130e49&&_0x5c5b69(0x254)!==this[_0x5c5b69(0x2f3)]){const _0x3eaa7c=this[_0x5c5b69(0x1ad)][_0x5c5b69(0x1d2)](_0x5c5b69(0x202),_0x5ed4f4,_0x5c5b69(0x1e9));return this[_0x5c5b69(0x1e7)](()=>_0x3eaa7c([_0x4801a7],_0x4e0a8f,_0x3e227c)),null;}let _0x3a572e=null,_0x2dfacb=_0x4801a7[_0x5c5b69(0x200)],_0x2fef74=_0x4801a7[_0x5c5b69(0x2eb)];for(const {suggestion:_0x4339ee,meta:_0x3e4e0b}of this[_0x5c5b69(0x24d)](_0x4801a7,_0x5c5b69(0x202))){if(!_0x3e4e0b[_0x5c5b69(0x1a7)])continue;if(_0x3e4e0b[_0x5c5b69(0x1cc)]||_0x3e4e0b[_0x5c5b69(0x28b)]||_0x3e4e0b[_0x5c5b69(0x314)])continue;if(_0x4339ee[_0x5c5b69(0x1cf)][_0x5c5b69(0x225)]!=_0x4e0a8f[_0x5c5b69(0x225)])continue;if(!qt(_0x4339ee,_0x3e227c))continue;const _0x576cbb=_0x4339ee[_0x5c5b69(0x186)]();if(_0x4339ee[_0x5c5b69(0x2ea)]==_0x5ed4f4){if(_0x576cbb[_0x5c5b69(0x22a)](_0x4801a7,!0x0))return null;_0x2dfacb=_0x2dfacb[_0x5c5b69(0x204)](_0x576cbb[_0x5c5b69(0x200)])?_0x2dfacb:_0x576cbb[_0x5c5b69(0x200)],_0x2fef74=_0x2fef74[_0x5c5b69(0x178)](_0x576cbb[_0x5c5b69(0x2eb)])?_0x2fef74:_0x576cbb[_0x5c5b69(0x2eb)],_0x3a572e?_0x576cbb[_0x5c5b69(0x200)][_0x5c5b69(0x204)](_0x3a572e[_0x5c5b69(0x186)]()[_0x5c5b69(0x200)])?(_0x3a572e[_0x5c5b69(0x257)](),_0x3a572e=_0x4339ee):_0x4339ee[_0x5c5b69(0x257)]():_0x3a572e=_0x4339ee;}else{const _0x3e9088=_0x4801a7[_0x5c5b69(0x2ad)](_0x576cbb);this[_0x5c5b69(0x212)](_0x4339ee,_0x3e9088);}}const _0x48e688=this[_0x5c5b69(0x20a)][_0x5c5b69(0x2b6)][_0x5c5b69(0x220)](_0x5c5b69(0x1d3))['me'],_0x4f6b78=_0x557eb1(),_0x10f31b=_0x48e688['id'];if(_0x3a572e)return this[_0x5c5b69(0x2a7)](_0x3a572e,this[_0x5c5b69(0x235)][_0x5c5b69(0x1b6)](_0x2dfacb,_0x2fef74)),_0x3a572e;{const _0x5304f1=this[_0x5c5b69(0x2a1)]({'id':_0x4f6b78,'type':_0x5c5b69(0x30c)+_0x5ed4f4,'data':_0x4e0a8f,'createdAt':new Date(),'authorId':_0x10f31b,'attributes':_0x3e227c});return this[_0x5c5b69(0x2ae)](_0x5c5b69(0x30c)+_0x5ed4f4,_0x4f6b78,_0x10f31b,this[_0x5c5b69(0x235)][_0x5c5b69(0x1b6)](_0x2dfacb,_0x2fef74)),_0x5304f1;}}[_0x21aeed(0x288)](_0x134001,_0x26a2e2,_0x55f573=[],_0x21a777=null,_0x560b11={}){const _0x2f1180=_0x21aeed;_0x26a2e2[_0x2f1180(0x225)]||(_0x26a2e2[_0x2f1180(0x225)]=_0x26a2e2[_0x2f1180(0x283)]);const _0x557cb4=_0x134001[0x0];_0x26a2e2[_0x2f1180(0x22d)]=_0x557cb4['is'](_0x2f1180(0x2ff)),_0x21a777=_0x21a777||Gt(_0x26a2e2);const _0x510c02=_0x55f573[_0x2f1180(0x264)](_0x55c4dc=>Lt(_0x55c4dc,this[_0x2f1180(0x235)])),_0x1215c2=_0x557cb4['is'](_0x2f1180(0x2ff))?_0x134001:_0x134001[_0x2f1180(0x264)](_0x3b7067=>Lt(_0x3b7067,this[_0x2f1180(0x235)]));if(_0x2f1180(0x1f9)===this[_0x2f1180(0x2f3)]){const _0x23c722=this[_0x2f1180(0x1ad)][_0x2f1180(0x1d2)](_0x2f1180(0x202),_0x21a777,_0x2f1180(0x1e9));return this[_0x2f1180(0x1e7)](()=>_0x23c722(_0x1215c2,_0x26a2e2,_0x560b11)),null;}_0x510c02[_0x2f1180(0x2af)](..._0x1215c2);let _0x178df5=!0x0;for(const _0x1c7e9b of _0x510c02)if(!this[_0x2f1180(0x1a9)](_0x1c7e9b)){_0x178df5=!0x1;break;}if(_0x178df5&&_0x2f1180(0x254)!==this[_0x2f1180(0x2f3)]){const _0x42db76=this[_0x2f1180(0x1ad)][_0x2f1180(0x1d2)](_0x2f1180(0x202),_0x21a777,_0x2f1180(0x1e9));return this[_0x2f1180(0x1e7)](()=>_0x42db76(_0x1215c2,_0x26a2e2,_0x560b11)),null;}const _0x230936=this[_0x2f1180(0x20a)][_0x2f1180(0x2b6)][_0x2f1180(0x220)](_0x2f1180(0x1d3))['me'];for(const _0x99fa68 of this[_0x2f1180(0x172)]()){if(_0x99fa68[_0x2f1180(0x2b1)]['id']!=_0x230936['id'])continue;if(_0x2f1180(0x202)!=_0x99fa68[_0x2f1180(0x197)]||_0x99fa68[_0x2f1180(0x1cf)][_0x2f1180(0x225)]!=_0x26a2e2[_0x2f1180(0x225)])continue;if(!qt(_0x99fa68,_0x560b11))continue;const _0x23eecc=_0x99fa68[_0x2f1180(0x2ea)]==_0x21a777;for(let _0x2ce1d0=0x0;_0x2ce1d0<_0x1215c2[_0x2f1180(0x313)];_0x2ce1d0++){const _0x3a9b5e=_0x1215c2[_0x2ce1d0];for(const _0x1fe66a of _0x99fa68[_0x2f1180(0x240)]()){const _0x470859=_0x1fe66a[_0x2f1180(0x1c5)]();if(_0x3a9b5e[_0x2f1180(0x2a2)](_0x470859)){_0x23eecc?(_0x1215c2[_0x2f1180(0x2aa)](_0x2ce1d0,0x1),_0x2ce1d0--):_0x99fa68[_0x2f1180(0x229)](_0x1fe66a[_0x2f1180(0x170)]);break;}}}}if(0x0==_0x1215c2[_0x2f1180(0x313)])return null;const _0x3bb075=this[_0x2f1180(0x1ad)][_0x2f1180(0x1d2)](_0x2f1180(0x202),_0x21a777,_0x2f1180(0x26c));for(const _0x212d76 of this[_0x2f1180(0x172)]())if(_0x212d76[_0x2f1180(0x2b1)]['id']==_0x230936['id']&&_0x2f1180(0x202)==_0x212d76[_0x2f1180(0x197)]&&_0x212d76[_0x2f1180(0x1cf)][_0x2f1180(0x225)]==_0x26a2e2[_0x2f1180(0x225)]&&_0x212d76[_0x2f1180(0x2ea)]==_0x21a777&&qt(_0x212d76,_0x560b11)&&(_0x3bb075(_0x212d76[_0x2f1180(0x177)](),_0x1215c2)||_0x3bb075(_0x1215c2,_0x212d76[_0x2f1180(0x177)]()))){for(const _0x582f95 of _0x1215c2)_0x212d76[_0x2f1180(0x1c2)](_0x582f95);return _0x212d76;}const _0x34f5fb=_0x557eb1(),_0x4c5ecb=_0x230936['id'],_0x5f39eb=_0x2f1180(0x30c)+_0x21a777,_0x48af95=this[_0x2f1180(0x2a1)]({'id':_0x34f5fb,'type':_0x5f39eb,'data':_0x26a2e2,'createdAt':new Date(),'authorId':_0x4c5ecb,'attributes':_0x560b11});for(const _0x425f10 of _0x1215c2)this[_0x2f1180(0x2ae)](_0x5f39eb,_0x34f5fb,_0x4c5ecb,_0x425f10,_0x1ca3a4[_0x2f1180(0x2cc)]());return _0x48af95;}[_0x21aeed(0x269)](_0x1396af,_0x269980=null,_0xef6baf={}){const _0xb60219=_0x21aeed;if(_0x1396af[_0xb60219(0x1eb)])return null;const _0x3b57e9=this[_0xb60219(0x20a)][_0xb60219(0x2b6)][_0xb60219(0x220)](_0xb60219(0x1d3))['me'],_0x57e8b1=new _0x100e23(_0x1396af[_0xb60219(0x200)],_0x1396af[_0xb60219(0x2eb)]);for(const {suggestion:_0x5e9ae3,meta:_0x417a47}of this[_0xb60219(0x24d)](_0x57e8b1,_0xb60219(0x226)))if(_0x417a47[_0xb60219(0x1a7)]&&!_0x417a47[_0xb60219(0x1cc)]){if(_0x5e9ae3[_0xb60219(0x1f1)]){const _0x4021f4=_0x5e9ae3[_0xb60219(0x177)]()[_0xb60219(0x265)](_0x55c396=>_0xb60219(0x2fa)!=_0x55c396[_0xb60219(0x2dd)][_0xb60219(0x2a4)]);_0x4021f4[_0xb60219(0x287)](_0x48b26d=>_0x57e8b1[_0xb60219(0x22a)](_0x48b26d,!0x0))&&_0x5e9ae3[_0xb60219(0x194)]();if(_0x4021f4[_0xb60219(0x2da)](_0x52dea3=>_0x52dea3[_0xb60219(0x22a)](_0x57e8b1,!0x0))){const _0x5520dd=this[_0xb60219(0x1ad)][_0xb60219(0x1d2)](_0xb60219(0x1d8),_0x269980,_0xb60219(0x1e9));return this[_0xb60219(0x1e7)](()=>_0x5520dd([_0x57e8b1],null,_0xef6baf)),null;}}else{const _0x445fcd=_0x57e8b1[_0xb60219(0x2ad)](_0x5e9ae3[_0xb60219(0x186)]());null!==_0x445fcd&&_0x5e9ae3[_0xb60219(0x2ba)]([_0x445fcd],null,_0xef6baf);}}if(_0x57e8b1[_0xb60219(0x1c1)](),_0x57e8b1[_0xb60219(0x1eb)]||_0xb60219(0x2fa)==_0x57e8b1[_0xb60219(0x2dd)][_0xb60219(0x2a4)])return null;let _0x37dadf=null,_0x1c7ef0=_0x57e8b1[_0xb60219(0x200)],_0x1af18e=_0x57e8b1[_0xb60219(0x2eb)];const _0x144818=this[_0xb60219(0x24d)](_0x57e8b1,_0xb60219(0x1d8));for(const {suggestion:_0x3192c6,meta:_0x10be21}of _0x144818){const _0x252bd0=this[_0xb60219(0x235)][_0xb60219(0x1b6)](_0x1c7ef0,_0x1af18e);if(_0x10be21[_0xb60219(0x1a7)]&&(this[_0xb60219(0x18a)]||!_0x10be21[_0xb60219(0x28b)]&&!_0x10be21[_0xb60219(0x314)])){if(_0x3192c6[_0xb60219(0x1f1)]){if(!qt(_0x3192c6,_0xef6baf))continue;let _0x5db2b2=!0x0;for(const _0x169134 of _0x3192c6[_0xb60219(0x177)]()){if(_0x169134[_0xb60219(0x22a)](_0x252bd0,!0x0))return _0x3192c6;_0x252bd0[_0xb60219(0x22a)](_0x169134)||(_0x5db2b2=!0x1);}_0x5db2b2&&_0x3192c6[_0xb60219(0x194)]();}else{const _0x49aca8=_0x3192c6[_0xb60219(0x186)]();if(_0x49aca8[_0xb60219(0x22a)](_0x252bd0,!0x0))return _0x3192c6;if(!qt(_0x3192c6,_0xef6baf)){_0x252bd0[_0xb60219(0x22a)](_0x49aca8)?_0x3192c6[_0xb60219(0x257)]():_0x49aca8[_0xb60219(0x17c)](_0x1c7ef0)?_0x1c7ef0=_0x49aca8[_0xb60219(0x2eb)]:_0x49aca8[_0xb60219(0x17c)](_0x1af18e)&&(_0x1af18e=_0x49aca8[_0xb60219(0x200)]);continue;}_0x1c7ef0=_0x1c7ef0[_0xb60219(0x204)](_0x49aca8[_0xb60219(0x200)])?_0x1c7ef0:_0x49aca8[_0xb60219(0x200)],_0x1af18e=_0x1af18e[_0xb60219(0x178)](_0x49aca8[_0xb60219(0x2eb)])?_0x1af18e:_0x49aca8[_0xb60219(0x2eb)],_0xef6baf=Object[_0xb60219(0x27d)]({},_0x3192c6[_0xb60219(0x315)]),_0x37dadf?_0x49aca8[_0xb60219(0x200)][_0xb60219(0x204)](_0x37dadf[_0xb60219(0x186)]()[_0xb60219(0x200)])?(_0x37dadf[_0xb60219(0x257)](),_0x37dadf=_0x3192c6):_0x3192c6[_0xb60219(0x257)]():_0x37dadf=_0x3192c6;}}}if(_0x37dadf)return this[_0xb60219(0x2a7)](_0x37dadf,this[_0xb60219(0x235)][_0xb60219(0x1b6)](_0x1c7ef0,_0x1af18e)),_0x37dadf;{const _0x31407d=_0x557eb1(),_0x8077d1=this[_0xb60219(0x235)][_0xb60219(0x1b6)](_0x1c7ef0,_0x1af18e),_0x1a37c1=_0x3b57e9['id'],_0x27dca0=_0x269980?_0xb60219(0x20c)+_0x269980:_0xb60219(0x1d8),_0x110523=this[_0xb60219(0x2a1)]({'id':_0x31407d,'type':_0x27dca0,'createdAt':new Date(),'authorId':_0x1a37c1,'attributes':_0xef6baf});return this[_0xb60219(0x2ae)](_0x27dca0,_0x31407d,_0x1a37c1,_0x8077d1),_0x110523;}}[_0x21aeed(0x245)](_0x5900fa,_0x15e02f=_0x21aeed(0x272),_0x2e23aa={}){const _0x2d3c45=_0x21aeed,_0x7105dd=this[_0x2d3c45(0x20a)][_0x2d3c45(0x2b6)][_0x2d3c45(0x220)](_0x2d3c45(0x1d3))['me'],_0x2b6224=_0x5900fa[_0x2d3c45(0x264)](_0x22baf1=>new _0x100e23(_0x22baf1[_0x2d3c45(0x200)],_0x22baf1[_0x2d3c45(0x2eb)])),_0x2a15b5=new Set();for(const {suggestion:_0x5a91fb,meta:_0x5a94ca}of this[_0x2d3c45(0x24d)](_0x2b6224,_0x2d3c45(0x226)))_0x5a94ca[_0x2d3c45(0x1a7)]&&!_0x5a94ca[_0x2d3c45(0x1cc)]&&_0x2a15b5[_0x2d3c45(0x2e1)](_0x5a91fb);for(const _0x5e4170 of _0x2a15b5)if(_0x5e4170[_0x2d3c45(0x1f1)]){const _0x1627b0=_0x5e4170[_0x2d3c45(0x177)]();(!_0x5e4170[_0x2d3c45(0x315)]||!_0x5e4170[_0x2d3c45(0x315)][_0x2d3c45(0x299)])&&(_0x1627b0[_0x2d3c45(0x287)](_0x51b599=>_0x2b6224[_0x2d3c45(0x2da)](_0x2b9835=>_0x2b9835[_0x2d3c45(0x22a)](_0x51b599,!0x0)))&&_0x5e4170[_0x2d3c45(0x194)]());if(_0x2b6224[_0x2d3c45(0x287)](_0x23b5ca=>_0x1627b0[_0x2d3c45(0x2da)](_0x17b4ae=>_0x17b4ae[_0x2d3c45(0x22a)](_0x23b5ca,!0x0)))){const _0x1ad3f9=this[_0x2d3c45(0x1ad)][_0x2d3c45(0x1d2)](_0x2d3c45(0x1d8),_0x15e02f,_0x2d3c45(0x1e9));return this[_0x2d3c45(0x1e7)](()=>_0x1ad3f9(_0x5900fa,null,_0x2e23aa)),null;}}else{const _0x56173c=_0x5e4170[_0x2d3c45(0x186)]();_0x2b6224[_0x2d3c45(0x2da)](_0x8e4872=>_0x8e4872[_0x2d3c45(0x22a)](_0x56173c,!0x0))&&_0x5e4170[_0x2d3c45(0x194)]();if(_0x2b6224[_0x2d3c45(0x287)](_0x5d718b=>_0x56173c[_0x2d3c45(0x22a)](_0x5d718b,!0x0))){const _0x14309b=this[_0x2d3c45(0x1ad)][_0x2d3c45(0x1d2)](_0x2d3c45(0x1d8),_0x15e02f,_0x2d3c45(0x1e9));return this[_0x2d3c45(0x1e7)](()=>_0x14309b(_0x2b6224,null,_0x2e23aa)),null;}}const _0x4b0313=this[_0x2d3c45(0x1ad)][_0x2d3c45(0x1d2)](_0x2d3c45(0x1d8),_0x15e02f,_0x2d3c45(0x26c));let _0x1fb59f=null;for(const _0x1be57c of this[_0x2d3c45(0x172)]())if(_0x1be57c[_0x2d3c45(0x2b1)]['id']==_0x7105dd['id']&&_0x1be57c[_0x2d3c45(0x2b2)]&&_0x2d3c45(0x1d8)==_0x1be57c[_0x2d3c45(0x197)]&&_0x1be57c[_0x2d3c45(0x2ea)]==_0x15e02f&&qt(_0x1be57c,_0x2e23aa)&&(_0x4b0313(_0x1be57c[_0x2d3c45(0x177)](),_0x2b6224)||_0x4b0313(_0x2b6224,_0x1be57c[_0x2d3c45(0x177)]()))){if(_0x1fb59f){if(_0x1be57c[_0x2d3c45(0x2e2)]&&_0x1be57c[_0x2d3c45(0x2e2)][_0x2d3c45(0x313)])continue;for(const _0x1b3b57 of _0x1be57c[_0x2d3c45(0x177)]())_0x1fb59f[_0x2d3c45(0x307)](_0x1b3b57)||_0x1fb59f[_0x2d3c45(0x1c2)](_0x1b3b57);_0x1be57c[_0x2d3c45(0x257)]();}else{_0x1fb59f=_0x1be57c;for(const _0x375c03 of _0x2b6224)_0x1be57c[_0x2d3c45(0x307)](_0x375c03)||_0x1be57c[_0x2d3c45(0x1c2)](_0x375c03);}}if(_0x1fb59f)return _0x1fb59f;_0x2a15b5[_0x2d3c45(0x214)]();for(const {suggestion:_0x13345b,meta:_0xb33f82}of this[_0x2d3c45(0x24d)](_0x2b6224,_0x2d3c45(0x1d8)))_0xb33f82[_0x2d3c45(0x1a7)]&&(this[_0x2d3c45(0x18a)]||!_0xb33f82[_0x2d3c45(0x28b)]&&!_0xb33f82[_0x2d3c45(0x314)])&&qt(_0x13345b,_0x2e23aa)&&_0x2a15b5[_0x2d3c45(0x2e1)](_0x13345b);for(const _0x121fb1 of _0x2a15b5){const _0x4bcf00=_0x121fb1[_0x2d3c45(0x177)]();if(!_0x2e23aa||!_0x2e23aa[_0x2d3c45(0x299)]){if(_0x2b6224[_0x2d3c45(0x287)](_0x3fded3=>_0x4bcf00[_0x2d3c45(0x2da)](_0x5dde1c=>_0x5dde1c[_0x2d3c45(0x22a)](_0x3fded3,!0x0))))return _0x121fb1;}(!_0x121fb1[_0x2d3c45(0x315)]||!_0x121fb1[_0x2d3c45(0x315)][_0x2d3c45(0x299)])&&(_0x4bcf00[_0x2d3c45(0x287)](_0x529bb2=>_0x2b6224[_0x2d3c45(0x2da)](_0x1c689d=>_0x1c689d[_0x2d3c45(0x22a)](_0x529bb2,!0x0)))&&_0x121fb1[_0x2d3c45(0x194)]());}const _0x7ecb2=_0x557eb1(),_0x1708b8=_0x7105dd['id'],_0x9664a6=_0x2d3c45(0x20c)+_0x15e02f,_0x1e90dc=this[_0x2d3c45(0x2a1)]({'id':_0x7ecb2,'type':_0x9664a6,'createdAt':new Date(),'authorId':_0x1708b8,'attributes':_0x2e23aa});for(const _0x1053ec of _0x2b6224)_0x1053ec[_0x2d3c45(0x1c1)](),_0x1053ec[_0x2d3c45(0x1eb)]||_0x2d3c45(0x2fa)==_0x1053ec[_0x2d3c45(0x2dd)][_0x2d3c45(0x2a4)]||this[_0x2d3c45(0x2ae)](_0x9664a6,_0x7ecb2,_0x1708b8,_0x1053ec,_0x1ca3a4[_0x2d3c45(0x2cc)]());return _0x1e90dc;}[_0x21aeed(0x1a8)](_0x10f364,_0x469335,_0x497463,_0x2bf426,_0x1a3f24){const _0xdcabf4=_0x21aeed;if(_0x10f364[_0xdcabf4(0x1eb)])return[];if(_0xdcabf4(0x1f9)===this[_0xdcabf4(0x2f3)])return[];const _0x4352be=this[_0xdcabf4(0x20a)][_0xdcabf4(0x2b6)][_0xdcabf4(0x220)](_0xdcabf4(0x1d3))['me']['id'],_0x3bce6c=Array[_0xdcabf4(0x1b8)](this[_0xdcabf4(0x1fd)][_0xdcabf4(0x316)]())[_0xdcabf4(0x265)](_0x484c53=>_0xdcabf4(0x2d7)==_0x484c53[_0xdcabf4(0x197)]&&_0x484c53[_0xdcabf4(0x1cf)][_0xdcabf4(0x27a)]==_0x469335&&_0x484c53[_0xdcabf4(0x307)](_0x10f364));if(_0xdcabf4(0x1f2)===this[_0xdcabf4(0x2f3)]){const _0x26b2bb=this[_0xdcabf4(0x24d)](_0x10f364,_0xdcabf4(0x226))[_0xdcabf4(0x265)](({meta:_0x281100})=>_0x281100[_0xdcabf4(0x1a7)]&&!_0x281100[_0xdcabf4(0x314)]&&!_0x281100[_0xdcabf4(0x1cc)])[_0xdcabf4(0x264)](({suggestion:_0x571d12})=>_0x571d12);_0x3bce6c[_0xdcabf4(0x237)](..._0x26b2bb);}const _0x1abc24=new Map([[_0x10f364,_0x497463]]);for(const _0x573e7b of _0x3bce6c){const _0x4dc378=_0xdcabf4(0x2d7)==_0x573e7b[_0xdcabf4(0x197)]?_0x573e7b[_0xdcabf4(0x1cf)][_0xdcabf4(0x1fa)]:void 0x0,_0xd8504a=_0x573e7b[_0xdcabf4(0x186)](),_0x48785c=Array[_0xdcabf4(0x1b8)](_0x1abc24[_0xdcabf4(0x26b)]())[_0xdcabf4(0x270)](_0x515e9b=>_0x515e9b[_0xdcabf4(0x28f)](_0xd8504a));if(!_0x48785c)continue;const _0x41682b=_0x48785c[_0xdcabf4(0x276)](_0xd8504a);this[_0xdcabf4(0x30b)](_0x469335)&&_0xdcabf4(0x226)==_0x573e7b[_0xdcabf4(0x197)]&&0x0!=_0x41682b[_0xdcabf4(0x313)]||(_0x1abc24[_0xdcabf4(0x23b)](_0x48785c),_0x41682b[_0xdcabf4(0x20f)](_0x1e220c=>{const _0x392046=_0xdcabf4;_0x1abc24[_0x392046(0x199)](_0x1e220c,_0x497463);}),_0xdcabf4(0x226)!=_0x573e7b[_0xdcabf4(0x197)]&&_0x4dc378!=_0x2bf426&&_0x1abc24[_0xdcabf4(0x199)](_0x48785c[_0xdcabf4(0x2ad)](_0xd8504a),_0x4dc378));}const _0x3c1ef4=[];for(const [_0x19ec84,_0x5d0044]of _0x1abc24){const _0xa0a00a=_0x557eb1(),_0x197f17={'key':_0x469335,'oldValue':_0x5d0044,'newValue':_0x2bf426};_0x469335[_0xdcabf4(0x313)]>0x25&&console[_0xdcabf4(0x246)](_0xdcabf4(0x267),{'key':_0x469335});const _0x1e3af6=(_0xdcabf4(0x2bb)+(_0x469335+'|'+Gt({'newValue':_0x2bf426})))[_0xdcabf4(0x1fb)](0x0,0x3c),_0x3e7e70=this[_0xdcabf4(0x2a1)]({'id':_0xa0a00a,'type':_0x1e3af6,'data':_0x197f17,'createdAt':new Date(),'authorId':_0x4352be,'attributes':_0x1a3f24});_0x3c1ef4[_0xdcabf4(0x2af)](_0x3e7e70),this[_0xdcabf4(0x2ae)](_0x1e3af6,_0xa0a00a,_0x4352be,_0x19ec84);}return _0x3c1ef4;}[_0x21aeed(0x2b7)](_0x5241a2){const _0x417871=_0x21aeed;this[_0x417871(0x310)](_0x5241a2,(_0xc4fc6b,..._0x23d99e)=>{const _0x43c1fb=_0x417871;this[_0x43c1fb(0x2e4)](()=>{_0xc4fc6b(..._0x23d99e);});});}[_0x21aeed(0x260)](_0x2eed95){const _0xdb0ede=_0x21aeed;this[_0xdb0ede(0x1cb)][_0xdb0ede(0x2e1)](_0x2eed95);}[_0x21aeed(0x290)](_0x5a71b0){const _0x5962c8=_0x21aeed;this[_0x5962c8(0x17e)][_0x5962c8(0x2e1)](_0x5a71b0);}[_0x21aeed(0x293)](_0x513d66){const _0x19315f=_0x21aeed;return _0x19315f(0x2d7)==_0x513d66[_0x19315f(0x197)]?_0x513d66[_0x19315f(0x2ea)][_0x19315f(0x2e3)]('|')[0x0]:null;}[_0x21aeed(0x2a7)](_0xa06935,_0x3c3d34){const _0x58d4d0=_0x21aeed,_0x4d3d84=_0xa06935[_0x58d4d0(0x1a6)]();this[_0x58d4d0(0x235)][_0x58d4d0(0x2d3)](_0x900fcd=>{const _0x56f268=_0x58d4d0;_0x900fcd[_0x56f268(0x29f)](_0x4d3d84,{'range':_0x3c3d34});});}[_0x21aeed(0x2df)](_0x39a07b){const _0x2d687e=_0x21aeed,_0x1f2a28=_0x39a07b['id'],_0x7adf02=this[_0x2d687e(0x20a)][_0x2d687e(0x248)][_0x2d687e(0x220)](_0x2d687e(0x2bd));this[_0x2d687e(0x1a2)][_0x2d687e(0x1b0)](_0x1f2a28)||this[_0x2d687e(0x1a2)][_0x2d687e(0x16f)]({'channelId':_0x7adf02,'threadId':_0x1f2a28,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x5a6d30=this[_0x2d687e(0x1a2)][_0x2d687e(0x1c4)](_0x1f2a28);_0x5a6d30[_0x2d687e(0x30d)](_0x2d687e(0x24a)),_0x5a6d30[_0x2d687e(0x24a)]=!0x1,_0x39a07b[_0x2d687e(0x2e2)]=_0x5a6d30;}[_0x21aeed(0x296)](_0x526884,_0x37b20f,_0x5a1787,_0x66c7d2){const _0x1cd5f9=_0x21aeed;if(_0x526884[_0x1cd5f9(0x197)]!=_0x37b20f||_0x526884[_0x1cd5f9(0x2ea)]!=_0x5a1787||_0x526884[_0x1cd5f9(0x2c4)]['id']!=_0x66c7d2)throw this[_0x1cd5f9(0x20a)][_0x1cd5f9(0x181)](_0x1cd5f9(0x1b3)),new _0x5c19e2(_0x1cd5f9(0x1b3),this);}[_0x21aeed(0x212)](_0x357bc0,_0x2b9f28){const _0x48efee=_0x21aeed,_0x3b696f=_0x357bc0[_0x48efee(0x186)]();if(_0x2b9f28[_0x48efee(0x2a2)](_0x3b696f))_0x357bc0[_0x48efee(0x257)]();else{if(_0x3b696f[_0x48efee(0x22a)](_0x2b9f28)){const _0x5a8c0d=this[_0x48efee(0x235)][_0x48efee(0x2f1)](_0x2b9f28[_0x48efee(0x200)][_0x48efee(0x317)],_0x48efee(0x2eb));this[_0x48efee(0x2a7)](_0x357bc0,this[_0x48efee(0x235)][_0x48efee(0x1b6)](_0x3b696f[_0x48efee(0x200)],_0x5a8c0d));const _0x5ddb21=_0x557eb1(),_0x1acefc=_0x357bc0[_0x48efee(0x2c4)]['id'],_0x462dc2=_0x357bc0[_0x48efee(0x197)]+':'+_0x357bc0[_0x48efee(0x2ea)];this[_0x48efee(0x2a1)]({'id':_0x5ddb21,'type':_0x462dc2,'createdAt':new Date(),'authorId':_0x1acefc,'data':_0x357bc0[_0x48efee(0x1cf)],'attributes':_0x357bc0[_0x48efee(0x315)]});const _0x45cc2a=this[_0x48efee(0x235)][_0x48efee(0x2f1)](_0x2b9f28[_0x48efee(0x2eb)][_0x48efee(0x189)],_0x48efee(0x29e)),_0x379332=this[_0x48efee(0x235)][_0x48efee(0x1b6)](_0x45cc2a,_0x3b696f[_0x48efee(0x2eb)]);this[_0x48efee(0x2ae)](_0x462dc2,_0x5ddb21,_0x1acefc,_0x379332);}else{if(_0x3b696f[_0x48efee(0x17c)](_0x2b9f28[_0x48efee(0x200)])){const _0x1793df=this[_0x48efee(0x235)][_0x48efee(0x2f1)](_0x2b9f28[_0x48efee(0x200)][_0x48efee(0x317)],_0x48efee(0x2eb));this[_0x48efee(0x2a7)](_0x357bc0,this[_0x48efee(0x235)][_0x48efee(0x1b6)](_0x3b696f[_0x48efee(0x200)],_0x1793df));}else{const _0x54d839=this[_0x48efee(0x235)][_0x48efee(0x2f1)](_0x2b9f28[_0x48efee(0x2eb)][_0x48efee(0x189)],_0x48efee(0x29e));this[_0x48efee(0x2a7)](_0x357bc0,this[_0x48efee(0x235)][_0x48efee(0x1b6)](_0x54d839,_0x3b696f[_0x48efee(0x2eb)]));}}}}[_0x21aeed(0x1a9)](_0x52495c){const _0xbd03fb=_0x21aeed;for(const {suggestion:_0x19a85d,meta:_0x56a2fa}of this[_0xbd03fb(0x24d)](_0x52495c,_0xbd03fb(0x226))){if(!_0x56a2fa[_0xbd03fb(0x1a7)])continue;const _0x387550=_0x19a85d[_0xbd03fb(0x177)]();for(const _0x1e71d6 of _0x387550)if(!_0x52495c[_0xbd03fb(0x276)](_0x1e71d6)[_0xbd03fb(0x313)])return!0x0;}return!0x1;}[_0x21aeed(0x2d9)](_0x29092b){const _0x41b6a3=_0x21aeed,_0x54ee95=this[_0x41b6a3(0x20a)][_0x41b6a3(0x2b6)][_0x41b6a3(0x220)](_0x41b6a3(0x1d3))[_0x41b6a3(0x215)](_0x29092b);if(!_0x54ee95)throw new _0x5c19e2(_0x41b6a3(0x1f4),this);return _0x54ee95;}[_0x21aeed(0x1ac)](_0xcb709c){const _0x39f028=_0x21aeed,_0x49ddd2=this[_0x39f028(0x20a)][_0x39f028(0x2b6)][_0x39f028(0x220)](_0x39f028(0x1d3)),_0x59a5c7=_0x57ad71(_0x39f028(0x255)+_0xcb709c),_0x36fba7=_0x49ddd2[_0x39f028(0x215)](_0x59a5c7);return _0x36fba7||_0x49ddd2[_0x39f028(0x1f6)]({'id':_0x59a5c7,'name':_0xcb709c});}[_0x21aeed(0x286)](_0x54a66a,_0xa98493,_0x386674,_0x187f12,_0x376732){const _0x4572c8=_0x21aeed,_0x2183eb=this[_0x4572c8(0x2d9)](_0x187f12),_0x3113ab=this[_0x4572c8(0x1ad)][_0x4572c8(0x18b)](_0x54a66a,_0xa98493,_0x386674,_0x2183eb,_0x376732,_0x40b6ae=>{const _0x5eea08=_0x4572c8;this[_0x5eea08(0x205)](_0x386674,{'attributes':_0x40b6ae});const _0x12bb11=this[_0x5eea08(0x244)](_0x386674);this[_0x5eea08(0x17b)](new Set([_0x12bb11])),this[_0x5eea08(0x239)](new Set([_0x12bb11]));});return this[_0x4572c8(0x206)](_0x3113ab,_0x4572c8(0x1e9),()=>{const _0x1f3edc=_0x4572c8;this[_0x1f3edc(0x205)](_0x386674,{'state':_0x1f3edc(0x203)});},{'priority':_0x4572c8(0x295)}),this[_0x4572c8(0x206)](_0x3113ab,_0x4572c8(0x194),()=>{const _0x243372=_0x4572c8;this[_0x243372(0x205)](_0x386674,{'state':_0x243372(0x1fc)});},{'priority':_0x4572c8(0x295)}),this[_0x4572c8(0x1fd)][_0x4572c8(0x199)](_0x386674,_0x3113ab),this[_0x4572c8(0x2ee)][_0x4572c8(0x199)](_0x3113ab,_0x4572c8(0x174)),_0x3113ab;}[_0x21aeed(0x2c7)](_0x79e76a){const _0x820f78=_0x21aeed,_0x454be4=_0x79e76a[_0x820f78(0x2e3)](':');return{'group':_0x454be4[0x0],'type':_0x454be4[0x1],'subType':_0x454be4[_0x820f78(0x313)]>=0x5?_0x454be4[0x2]:null,'id':_0x454be4[_0x820f78(0x313)]<0x5?_0x454be4[0x2]:_0x454be4[0x3],'authorId':_0x454be4[_0x820f78(0x313)]<0x5?_0x454be4[0x3]:_0x454be4[0x4],'markerCount':0x6==_0x454be4[_0x820f78(0x313)]?_0x454be4[0x5]:null};}[_0x21aeed(0x207)](_0x320f84,_0x5cbc21,_0x2d85d1){const _0x1fa3ad=_0x21aeed,_0x346c43=_0x320f84[_0x1fa3ad(0x186)](),_0x259b46=_0x346c43[_0x1fa3ad(0x200)],_0x363f85=_0x346c43[_0x1fa3ad(0x2eb)];this[_0x1fa3ad(0x2a7)](_0x320f84,this[_0x1fa3ad(0x235)][_0x1fa3ad(0x1b6)](_0x259b46,_0x5cbc21));const _0x2fa02c=_0x557eb1(),_0x2a2ec6=_0x320f84[_0x1fa3ad(0x2c4)]['id'],_0x4c50bb=_0x320f84[_0x1fa3ad(0x197)]+(_0x320f84[_0x1fa3ad(0x2ea)]?':'+_0x320f84[_0x1fa3ad(0x2ea)]:'');this[_0x1fa3ad(0x2a1)]({'id':_0x2fa02c,'type':_0x4c50bb,'createdAt':new Date(),'authorId':_0x2a2ec6,'originalSuggestionId':_0x320f84['id'],'attributes':_0x320f84[_0x1fa3ad(0x315)],'data':_0x320f84[_0x1fa3ad(0x1cf)]});const _0x3690f3=this[_0x1fa3ad(0x293)](_0x320f84);(_0x1fa3ad(0x202)==_0x320f84[_0x1fa3ad(0x197)]||_0x3690f3&&this[_0x1fa3ad(0x30b)](_0x3690f3))&&(_0x2d85d1=this[_0x1fa3ad(0x235)][_0x1fa3ad(0x179)](_0x2d85d1[_0x1fa3ad(0x189)])),this[_0x1fa3ad(0x2ae)](_0x4c50bb,_0x2fa02c,_0x2a2ec6,this[_0x1fa3ad(0x235)][_0x1fa3ad(0x1b6)](_0x2d85d1,_0x363f85));}[_0x21aeed(0x24d)](_0x228b08,_0x51df85=null){const _0x5b78a5=_0x21aeed,_0x3f26cb=[],_0x3cdb8b=this[_0x5b78a5(0x20a)][_0x5b78a5(0x2b6)][_0x5b78a5(0x220)](_0x5b78a5(0x1d3))['me'];Array[_0x5b78a5(0x2bf)](_0x228b08)||(_0x228b08=[_0x228b08]);for(const _0x1a965c of this[_0x5b78a5(0x172)]()){if(!_0x1a965c[_0x5b78a5(0x2b2)])continue;if(_0x51df85&&_0x1a965c[_0x5b78a5(0x197)]!=_0x51df85)continue;let _0x5e2446=!0x1;for(const _0x374e16 of _0x1a965c[_0x5b78a5(0x177)]()){for(const _0x2dacea of _0x228b08){const _0x5e14e2=_0x2dacea[_0x5b78a5(0x200)][_0x5b78a5(0x2a2)](_0x374e16[_0x5b78a5(0x2eb)])||_0x2dacea[_0x5b78a5(0x2eb)][_0x5b78a5(0x2a2)](_0x374e16[_0x5b78a5(0x200)]);if(_0x5e14e2||_0x2dacea[_0x5b78a5(0x2ad)](_0x374e16)){const _0x58f680=_0x2dacea[_0x5b78a5(0x22a)](_0x374e16)&&Ot(this[_0x5b78a5(0x235)][_0x5b78a5(0x1ef)],_0x374e16[_0x5b78a5(0x200)],_0x2dacea),_0x1c36c6=_0x374e16[_0x5b78a5(0x22a)](_0x2dacea)&&Ot(this[_0x5b78a5(0x235)][_0x5b78a5(0x1ef)],_0x2dacea[_0x5b78a5(0x200)],_0x374e16);_0x3f26cb[_0x5b78a5(0x2af)]({'suggestion':_0x1a965c,'meta':{'isOwn':_0x3cdb8b==_0x1a965c[_0x5b78a5(0x2b1)],'isNextTo':_0x5e14e2,'isInsideObject':_0x58f680,'containsRangeInObject':_0x1c36c6}}),_0x5e2446=!0x0;break;}}if(_0x5e2446)break;}}return _0x3f26cb;}[_0x21aeed(0x2ae)](_0x421d11,_0x123779,_0x54e52a,_0x3d4b0c,_0x35b8d5){const _0x482307=_0x21aeed;this[_0x482307(0x235)][_0x482307(0x2d3)](_0x4005f7=>{const _0x818946=_0x482307;let _0x1a698f=_0x818946(0x193)+_0x421d11+':'+_0x123779+':'+_0x54e52a;_0x35b8d5&&(_0x1a698f=_0x1a698f+':'+_0x35b8d5),_0x4005f7[_0x818946(0x19a)](_0x1a698f,{'range':_0x3d4b0c,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x21aeed(0x242)](_0x6e6df0){const _0x227e33=_0x21aeed,_0x3488da=_0x6e6df0[_0x227e33(0x185)],_0x35d839=_0x6e6df0[_0x227e33(0x23a)];_0x6e6df0[_0x227e33(0x185)]=null,_0x6e6df0[_0x227e33(0x23a)]=null,null!=_0x3488da&&_0x3488da[_0x227e33(0x23a)]==_0x6e6df0&&(_0x3488da[_0x227e33(0x23a)]=_0x35d839),null!=_0x35d839&&_0x35d839[_0x227e33(0x185)]==_0x6e6df0&&(_0x35d839[_0x227e33(0x185)]=_0x3488da),_0x227e33(0x256)==this[_0x227e33(0x2ee)][_0x227e33(0x220)](_0x6e6df0)&&(this[_0x227e33(0x2ee)][_0x227e33(0x199)](_0x6e6df0,_0x227e33(0x1b9)),this[_0x227e33(0x282)](_0x227e33(0x2e9),_0x6e6df0,_0x3488da,_0x35d839));}[_0x21aeed(0x2a1)](_0x53f3cf){const _0x5c97f5=_0x21aeed,_0x2446da=_0x53f3cf['id'],_0x2ed0e0=this[_0x5c97f5(0x22e)](_0x53f3cf);if(this[_0x5c97f5(0x1c3)]&&this[_0x5c97f5(0x1c3)][_0x5c97f5(0x2dc)]){const _0x9ff750=this[_0x5c97f5(0x20a)][_0x5c97f5(0x2b6)][_0x5c97f5(0x220)](_0x5c97f5(0x183)),_0x44d56b=_0x2ed0e0[_0x5c97f5(0x190)],_0x530a61=_0x2ed0e0[_0x5c97f5(0x2ea)]?_0x2ed0e0[_0x5c97f5(0x197)]+':'+_0x2ed0e0[_0x5c97f5(0x2ea)]:_0x2ed0e0[_0x5c97f5(0x197)],_0x117972=this[_0x5c97f5(0x20a)][_0x5c97f5(0x301)],_0x1772cb=_0x9ff750[_0x5c97f5(0x2e1)](_0x26120a(_0x117972,_0x5c97f5(0x1bb))),_0x431ecd={'id':_0x2446da,'type':_0x530a61,'hasComments':_0x44d56b,'data':_0x53f3cf[_0x5c97f5(0x1cf)]||null,'originalSuggestionId':_0x53f3cf[_0x5c97f5(0x271)]||null,'attributes':_0x2ed0e0[_0x5c97f5(0x315)]};this[_0x5c97f5(0x1c3)][_0x5c97f5(0x2dc)](_0x431ecd)[_0x5c97f5(0x2cd)](_0x4a1e46=>{const _0x563b2d=_0x5c97f5;_0x2ed0e0[_0x563b2d(0x1d5)]=!0x0,_0x9ff750[_0x563b2d(0x21c)](_0x1772cb),_0x4a1e46&&_0x4a1e46[_0x563b2d(0x1aa)]&&(this[_0x563b2d(0x1fd)][_0x563b2d(0x220)](_0x2446da)[_0x563b2d(0x1aa)]=_0x4a1e46[_0x563b2d(0x1aa)]);})[_0x5c97f5(0x238)](_0x7eaf61=>{const _0x475b5c=_0x5c97f5;throw _0x17b3c1(_0x475b5c(0x1d1)),this[_0x475b5c(0x20a)][_0x475b5c(0x1f5)][_0x475b5c(0x19d)]({'isUndoable':!0x1},()=>{const _0x4c84f3=_0x475b5c;_0x2ed0e0[_0x4c84f3(0x194)]();}),_0x2ed0e0[_0x475b5c(0x1bc)](),this[_0x475b5c(0x1fd)][_0x475b5c(0x23b)](_0x2ed0e0['id']),this[_0x475b5c(0x2ee)][_0x475b5c(0x23b)](_0x2ed0e0),_0x7eaf61;});}return _0x2ed0e0;}[_0x21aeed(0x30b)](_0x2d9adc){const _0x4b4b73=_0x21aeed;return this[_0x4b4b73(0x1cb)][_0x4b4b73(0x21f)](_0x2d9adc);}[_0x21aeed(0x205)](_0x2ef490,_0x246140){const _0x125cdc=_0x21aeed,_0x52e4c9=this[_0x125cdc(0x20a)][_0x125cdc(0x2b6)][_0x125cdc(0x220)](_0x125cdc(0x183)),_0x58e744=this[_0x125cdc(0x244)](_0x2ef490);if(this[_0x125cdc(0x1c3)]&&this[_0x125cdc(0x1c3)][_0x125cdc(0x210)]){if(_0x58e744[_0x125cdc(0x1d5)]){const _0x2cec89=_0x52e4c9[_0x125cdc(0x2e1)](_0x26120a(this[_0x125cdc(0x20a)][_0x125cdc(0x301)],_0x125cdc(0x1bb)));this[_0x125cdc(0x1c3)][_0x125cdc(0x210)](_0x2ef490,_0x246140)[_0x125cdc(0x2cd)](()=>{const _0x49234a=_0x125cdc;_0x52e4c9[_0x49234a(0x21c)](_0x2cec89);});}else _0x58e744['on'](_0x125cdc(0x2f5),()=>{const _0x13ba2a=_0x125cdc;this[_0x13ba2a(0x205)](_0x2ef490,_0x246140);});}}[_0x21aeed(0x1cd)](_0x2db7fa){const _0x1eb0ec=_0x21aeed;if(!this[_0x1eb0ec(0x1c3)]||!this[_0x1eb0ec(0x1c3)][_0x1eb0ec(0x244)])throw new _0x5c19e2(_0x1eb0ec(0x16b),this);return this[_0x1eb0ec(0x1c3)][_0x1eb0ec(0x244)](_0x2db7fa);}[_0x21aeed(0x23f)](_0x18cc66){const _0x1d7c52=_0x21aeed,{id:_0x475d63,type:_0x190661,subType:_0x514c2e,authorId:_0x59dc37}=this[_0x1d7c52(0x2c7)](_0x18cc66),_0x5a3b60=this[_0x1d7c52(0x1fd)][_0x1d7c52(0x220)](_0x475d63)||this[_0x1d7c52(0x286)](_0x190661,_0x514c2e,_0x475d63,_0x59dc37,{});switch(this[_0x1d7c52(0x296)](_0x5a3b60,_0x190661,_0x514c2e,_0x59dc37),this[_0x1d7c52(0x2ee)][_0x1d7c52(0x220)](_0x5a3b60)){case _0x1d7c52(0x174):this[_0x1d7c52(0x1cd)](_0x475d63)[_0x1d7c52(0x2cd)](_0x5a18ac=>{const _0x4bbff1=_0x1d7c52;let _0x237b0b=Promise[_0x4bbff1(0x2cf)]();_0x5a18ac[_0x4bbff1(0x190)]&&(_0x237b0b=this[_0x4bbff1(0x1a2)][_0x4bbff1(0x224)]({'channelId':this[_0x4bbff1(0x20a)][_0x4bbff1(0x248)][_0x4bbff1(0x220)](_0x4bbff1(0x2bd)),'threadId':_0x475d63})),_0x237b0b[_0x4bbff1(0x2cd)](()=>{const _0x1b4eb4=_0x4bbff1;this[_0x1b4eb4(0x22e)](_0x5a18ac)[_0x1b4eb4(0x1d5)]=!0x0;});}),this[_0x1d7c52(0x2ee)][_0x1d7c52(0x199)](_0x5a3b60,_0x1d7c52(0x2f0));break;case _0x1d7c52(0x1b9):this[_0x1d7c52(0x205)](_0x475d63,{'state':_0x1d7c52(0x1f0)});case _0x1d7c52(0x2e7):this[_0x1d7c52(0x2ee)][_0x1d7c52(0x199)](_0x5a3b60,_0x1d7c52(0x256)),this[_0x1d7c52(0x282)](_0x1d7c52(0x2ab),_0x5a3b60);break;case _0x1d7c52(0x256):this[_0x1d7c52(0x282)](_0x1d7c52(0x2ef),_0x5a3b60);}return _0x5a3b60[_0x1d7c52(0x18f)](_0x18cc66),_0x5a3b60;}[_0x21aeed(0x239)](_0x4c3f41){const _0x4ddb32=_0x21aeed,_0x398f02=Array[_0x4ddb32(0x1b8)](_0x4c3f41),_0xf7027d=_0x398f02[_0x4ddb32(0x265)](_0x2325a3=>_0x4ddb32(0x2d7)==_0x2325a3[_0x4ddb32(0x197)]);this[_0x4ddb32(0x19f)](_0xf7027d);const _0x261486=_0x398f02[_0x4ddb32(0x265)](_0x3e4e51=>!_0x3e4e51[_0x4ddb32(0x1f1)]&&_0x4ddb32(0x2d7)!=_0x3e4e51[_0x4ddb32(0x197)]),_0xeeaff=this[_0x4ddb32(0x172)]({'skipNotAttached':!0x0})[_0x4ddb32(0x265)](_0x19d0fc=>!_0x19d0fc[_0x4ddb32(0x1f1)]&&_0x4ddb32(0x2d7)!=_0x19d0fc[_0x4ddb32(0x197)]),_0x408dae=_0xeeaff[_0x4ddb32(0x265)](_0x28ddb7=>!_0x4c3f41[_0x4ddb32(0x21f)](_0x28ddb7)),_0x3822d6=new Map(_0xeeaff[_0x4ddb32(0x264)](_0x47aec4=>[_0x47aec4,this[_0x4ddb32(0x1ad)][_0x4ddb32(0x1d2)](_0x47aec4[_0x4ddb32(0x197)],_0x47aec4[_0x4ddb32(0x2ea)],_0x4ddb32(0x182))])),_0x44ed35=new Map(_0xeeaff[_0x4ddb32(0x264)](_0x4b2f92=>[_0x4b2f92,_0x4b2f92[_0x4ddb32(0x186)]()])),_0x226b6f=new Set(),_0x1f19b6=new Set();for(let _0x235b4b=0x0;_0x235b4b<_0x261486[_0x4ddb32(0x313)];_0x235b4b++)_0x4a6c71(_0x261486[_0x235b4b],_0x261486,_0x235b4b+0x1);for(let _0x6ad045=0x0;_0x6ad045<_0x261486[_0x4ddb32(0x313)];_0x6ad045++)_0x4a6c71(_0x261486[_0x6ad045],_0x408dae,0x0);const _0x2b1f8a=new Set();for(let _0x1ac4c6=0x0;_0x1ac4c6<_0x261486[_0x4ddb32(0x313)];_0x1ac4c6++){const _0x23e3f4=_0x261486[_0x1ac4c6];!_0x1f19b6[_0x4ddb32(0x21f)](_0x23e3f4)&&_0x23e3f4[_0x4ddb32(0x185)]&&(_0x2b1f8a[_0x4ddb32(0x2e1)](_0x23e3f4[_0x4ddb32(0x185)]),_0x23e3f4[_0x4ddb32(0x185)][_0x4ddb32(0x23a)]===_0x23e3f4&&(_0x23e3f4[_0x4ddb32(0x185)][_0x4ddb32(0x23a)]=null),_0x23e3f4[_0x4ddb32(0x185)]=null),!_0x226b6f[_0x4ddb32(0x21f)](_0x23e3f4)&&_0x23e3f4[_0x4ddb32(0x23a)]&&(_0x2b1f8a[_0x4ddb32(0x2e1)](_0x23e3f4[_0x4ddb32(0x23a)]),_0x23e3f4[_0x4ddb32(0x23a)][_0x4ddb32(0x185)]===_0x23e3f4&&(_0x23e3f4[_0x4ddb32(0x23a)][_0x4ddb32(0x185)]=null),_0x23e3f4[_0x4ddb32(0x23a)]=null);}function _0x4a6c71(_0x301da8,_0x236221,_0x33b33c){const _0x941898=_0x4ddb32;for(let _0x1679c1=_0x33b33c;_0x1679c1<_0x236221[_0x941898(0x313)];_0x1679c1++){const _0x4ae19d=_0x24490d(_0x301da8,_0x236221[_0x1679c1]);_0x4ae19d&&(_0x4ae19d[0x0][_0x941898(0x23a)]=_0x4ae19d[0x1],_0x4ae19d[0x1][_0x941898(0x185)]=_0x4ae19d[0x0],_0x226b6f[_0x941898(0x2e1)](_0x4ae19d[0x0]),_0x1f19b6[_0x941898(0x2e1)](_0x4ae19d[0x1]));}}function _0x24490d(_0x5527a4,_0x1462a0){const _0x1ce907=_0x4ddb32;if(_0x5527a4[_0x1ce907(0x2b1)]['id']!==_0x1462a0[_0x1ce907(0x2b1)]['id'])return null;const _0x4fcaf5=_0x3822d6[_0x1ce907(0x220)](_0x5527a4)(_0x5527a4,_0x1462a0,_0x44ed35[_0x1ce907(0x220)](_0x5527a4),_0x44ed35[_0x1ce907(0x220)](_0x1462a0));if(!_0x4fcaf5)return null;return _0x3822d6[_0x1ce907(0x220)](_0x1462a0)(_0x5527a4,_0x1462a0,_0x44ed35[_0x1ce907(0x220)](_0x5527a4),_0x44ed35[_0x1ce907(0x220)](_0x1462a0))?_0x4fcaf5[0x1][_0x1ce907(0x2e2)]&&_0x4fcaf5[0x1][_0x1ce907(0x2e2)][_0x1ce907(0x313)]?null:_0x4fcaf5:null;}_0x2b1f8a[_0x4ddb32(0x27e)]&&this[_0x4ddb32(0x239)](_0x2b1f8a);}[_0x21aeed(0x19f)](_0x44adaa){const _0x2d50b7=_0x21aeed;if(0x0==_0x44adaa[_0x2d50b7(0x313)])return;const _0x1fa381=this[_0x2d50b7(0x172)]({'skipNotAttached':!0x0})[_0x2d50b7(0x265)](_0x54a207=>_0x2d50b7(0x2d7)==_0x54a207[_0x2d50b7(0x197)]&&_0x54a207[_0x2d50b7(0x196)]),_0xc06a1e=[],_0x48c4e3=new Map();for(const _0x29ef0a of _0x1fa381){const _0x17578a=_0x57ad71(_0x29ef0a[_0x2d50b7(0x315)]);_0x48c4e3[_0x2d50b7(0x21f)](_0x17578a)||(_0x48c4e3[_0x2d50b7(0x199)](_0x17578a,_0xc06a1e[_0x2d50b7(0x313)]),_0xc06a1e[_0x2d50b7(0x2af)]([]));const _0x5a2630=_0x48c4e3[_0x2d50b7(0x220)](_0x17578a);_0xc06a1e[_0x5a2630][_0x2d50b7(0x2af)](_0x29ef0a);}!(function(){const _0x31f266=_0x2d50b7;_0xc06a1e[_0x31f266(0x2cb)]((_0x9e9b01,_0x2f5fda)=>{const _0x5d4707=_0x31f266,_0x4646a5=_0x9e9b01[0x0][_0x5d4707(0x1aa)],_0xe073a7=_0x2f5fda[0x0][_0x5d4707(0x1aa)];return _0x4646a5==_0xe073a7?_0x9e9b01[0x0][_0x5d4707(0x315)][_0x5d4707(0x18c)]<_0x2f5fda[0x0][_0x5d4707(0x315)][_0x5d4707(0x18c)]?-0x1:0x1:_0x4646a5<_0xe073a7?-0x1:0x1;});for(const _0x34a23d of _0xc06a1e)_0x34a23d[_0x31f266(0x2cb)]((_0x1ffba6,_0x4cf8ff)=>_0x1ffba6['id']<_0x4cf8ff['id']?-0x1:0x1);}());for(let _0x571a8d=0x0;_0x571a8d<_0xc06a1e[_0x2d50b7(0x313)];_0x571a8d++){if(0x0==_0xc06a1e[_0x571a8d][_0x2d50b7(0x313)])continue;const _0x2b2895=[];for(let _0x330f60=_0x571a8d+0x1;_0x330f60<_0xc06a1e[_0x2d50b7(0x313)];_0x330f60++)0x0!=_0xc06a1e[_0x330f60][_0x2d50b7(0x313)]&&_0x26fed9(_0xc06a1e[_0x571a8d],_0xc06a1e[_0x330f60])&&_0x2b2895[_0x2d50b7(0x2af)](_0x330f60);for(const _0x146119 of _0x2b2895)_0xc06a1e[_0x571a8d]=_0xc06a1e[_0x571a8d][_0x2d50b7(0x21d)](_0xc06a1e[_0x146119]),_0xc06a1e[_0x146119]=[];}for(const _0x1fee43 of _0xc06a1e)for(let _0x5bf536=0x0;_0x5bf536<_0x1fee43[_0x2d50b7(0x313)];_0x5bf536++){const _0x910660=_0x1fee43[_0x5bf536+0x1]||null;_0x1fee43[_0x5bf536][_0x2d50b7(0x23a)]!==_0x910660&&(_0x1fee43[_0x5bf536][_0x2d50b7(0x23a)]=_0x910660);}for(const _0xbb70bf of _0xc06a1e)for(let _0x2f6f01=0x0;_0x2f6f01<_0xbb70bf[_0x2d50b7(0x313)];_0x2f6f01++){const _0x252281=_0xbb70bf[_0x2f6f01-0x1]||null;_0xbb70bf[_0x2f6f01][_0x2d50b7(0x185)]!==_0x252281&&(_0xbb70bf[_0x2f6f01][_0x2d50b7(0x185)]=_0x252281);}function _0x26fed9(_0x466c69,_0xa082b9){const _0x3560fb=_0x2d50b7;if(_0x466c69[0x0][_0x3560fb(0x315)][_0x3560fb(0x18c)]!==_0xa082b9[0x0][_0x3560fb(0x315)][_0x3560fb(0x18c)]&&_0x466c69[0x0][_0x3560fb(0x2b1)]!==_0xa082b9[0x0][_0x3560fb(0x2b1)])return!0x1;if(!function(_0x480367,_0x3651a2){const _0x366e6f=_0x3560fb;if(!_0x480367[_0x366e6f(0x190)]&&!_0x3651a2[_0x366e6f(0x190)])return!0x0;if(_0x480367[_0x366e6f(0x190)]&&_0x3651a2[_0x366e6f(0x190)])return!0x1;if(_0x480367[_0x366e6f(0x190)]&&_0x3651a2[_0x366e6f(0x1aa)]<_0x480367[_0x366e6f(0x2e2)][_0x366e6f(0x2c1)][_0x366e6f(0x220)](0x0)[_0x366e6f(0x1aa)])return!0x0;if(_0x3651a2[_0x366e6f(0x190)]&&_0x480367[_0x366e6f(0x1aa)]<_0x3651a2[_0x366e6f(0x2e2)][_0x366e6f(0x2c1)][_0x366e6f(0x220)](0x0)[_0x366e6f(0x1aa)])return!0x0;return!0x1;}(_0x466c69[0x0],_0xa082b9[0x0]))return!0x1;const _0x164e08=_0x437d8d(_0x466c69[0x0][_0x3560fb(0x315)],_0x3560fb(0x18c)),_0x22ec6e=_0x437d8d(_0xa082b9[0x0][_0x3560fb(0x315)],_0x3560fb(0x18c));if(!_0x2e78f1(_0x164e08,_0x22ec6e))return!0x1;return!!_0x466c69[_0x3560fb(0x287)](_0x1052b8=>_0xa082b9[_0x3560fb(0x2da)](_0x409bad=>_0x1052b8[_0x3560fb(0x186)]()[_0x3560fb(0x2a2)](_0x409bad[_0x3560fb(0x186)]())))&&_0xa082b9[_0x3560fb(0x287)](_0x49dfb8=>_0x466c69[_0x3560fb(0x2da)](_0x2d965f=>_0x49dfb8[_0x3560fb(0x186)]()[_0x3560fb(0x2a2)](_0x2d965f[_0x3560fb(0x186)]())));}}[_0x21aeed(0x17b)](_0x1b26aa){const _0x11b9cc=_0x21aeed,_0x135a3e=Array[_0x11b9cc(0x1b8)](_0x1b26aa),_0x29b5b5=this[_0x11b9cc(0x172)]({'skipNotAttached':!0x0}),_0x21ce02=_0x29b5b5[_0x11b9cc(0x265)](_0x4367ad=>!_0x1b26aa[_0x11b9cc(0x21f)](_0x4367ad)),_0x2c8ae4=new Map(_0x135a3e[_0x11b9cc(0x264)](_0x5eac0e=>[_0x5eac0e,this[_0x11b9cc(0x1ad)][_0x11b9cc(0x1d2)](_0x5eac0e[_0x11b9cc(0x197)],_0x5eac0e[_0x11b9cc(0x2ea)],_0x11b9cc(0x26c))])),_0x579a20=new Map(_0x29b5b5[_0x11b9cc(0x264)](_0x49e643=>[_0x49e643,_0x49e643[_0x11b9cc(0x177)]()]));for(let _0x1e0308=0x0;_0x1e0308<_0x135a3e[_0x11b9cc(0x313)];_0x1e0308++){if(_0x30407b(this,_0x135a3e[_0x1e0308],_0x135a3e,_0x1e0308+0x1))return!0x0;}for(let _0x39e33f=0x0;_0x39e33f<_0x135a3e[_0x11b9cc(0x313)];_0x39e33f++){if(_0x30407b(this,_0x135a3e[_0x39e33f],_0x21ce02,0x0))return!0x0;}return!0x1;function _0x30407b(_0x558b0f,_0x160bd4,_0x57180d,_0x1078f5){const _0x415eef=_0x11b9cc;for(let _0x409275=_0x1078f5;_0x409275<_0x57180d[_0x415eef(0x313)];_0x409275++){const _0x3750a7=_0x57180d[_0x409275];if(_0x3750a7[_0x415eef(0x197)]!==_0x160bd4[_0x415eef(0x197)]||_0x3750a7[_0x415eef(0x2b1)]['id']!==_0x160bd4[_0x415eef(0x2b1)]['id']||_0x3750a7[_0x415eef(0x2ea)]!==_0x160bd4[_0x415eef(0x2ea)])continue;if(!Jt(_0x160bd4,_0x3750a7))continue;if(_0x415eef(0x2d7)==_0x160bd4[_0x415eef(0x197)]&&_0x160bd4[_0x415eef(0x1cf)][_0x415eef(0x1fa)]!=_0x3750a7[_0x415eef(0x1cf)][_0x415eef(0x1fa)])continue;if(_0x415eef(0x2d7)==_0x160bd4[_0x415eef(0x197)]&&_0x558b0f[_0x415eef(0x30b)](_0x160bd4[_0x415eef(0x1cf)][_0x415eef(0x27a)]))continue;if(_0x415eef(0x202)==_0x160bd4[_0x415eef(0x197)]){const _0x1407f7=_0x558b0f[_0x415eef(0x20a)][_0x415eef(0x1f5)],_0x287ad3=_0x160bd4[_0x415eef(0x268)]();if(_0x287ad3&&(_0x1407f7[_0x415eef(0x1ef)][_0x415eef(0x191)](_0x287ad3)||_0x1407f7[_0x415eef(0x1ef)][_0x415eef(0x23c)](_0x287ad3)))continue;}const _0x3b739c=_0x2c8ae4[_0x415eef(0x220)](_0x160bd4),_0x271462=_0x579a20[_0x415eef(0x220)](_0x160bd4),_0x55044a=_0x579a20[_0x415eef(0x220)](_0x3750a7),_0x39b74e=_0x160bd4[_0x415eef(0x2e2)]&&_0x160bd4[_0x415eef(0x2e2)][_0x415eef(0x313)],_0x539787=_0x3750a7[_0x415eef(0x2e2)]&&_0x3750a7[_0x415eef(0x2e2)][_0x415eef(0x313)];if(!_0x39b74e&&_0x3b739c(_0x55044a,_0x271462))return _0x558b0f[_0x415eef(0x19b)](_0x3750a7,_0x160bd4),_0x579a20[_0x415eef(0x23b)](_0x160bd4),!0x0;if(!_0x539787&&_0x3b739c(_0x271462,_0x55044a))return _0x558b0f[_0x415eef(0x19b)](_0x160bd4,_0x3750a7),_0x579a20[_0x415eef(0x23b)](_0x3750a7),!0x0;}return!0x1;}}[_0x21aeed(0x19b)](_0x5cd72f,_0x134558){const _0xb3f563=_0x21aeed;if(_0x5cd72f[_0xb3f563(0x1f1)]){for(const _0x4a3e05 of _0x134558[_0xb3f563(0x177)]())_0x5cd72f[_0xb3f563(0x1c2)](_0x4a3e05);}else{const _0x14089c=_0x134558[_0xb3f563(0x186)]()[_0xb3f563(0x2eb)];this[_0xb3f563(0x2a7)](_0x5cd72f,this[_0xb3f563(0x235)][_0xb3f563(0x1b6)](_0x5cd72f[_0xb3f563(0x186)]()[_0xb3f563(0x200)],_0x14089c));}_0x134558[_0xb3f563(0x257)]();}[_0x21aeed(0x16c)](_0x456769,_0x4f4b17,_0x13793c){const _0x55b792=_0x21aeed,_0x10b477=_0x456769[_0x55b792(0x1e5)](_0x55b792(0x217))||_0x456769[_0x55b792(0x1e5)](_0x55b792(0x2d7))?_0x55b792(0x2f2):_0x456769[_0x55b792(0x171)]();return _0x26120a(this[_0x55b792(0x20a)][_0x55b792(0x301)],_0x4f4b17+'_'+_0x10b477+_0x55b792(0x1d4),_0x13793c);}[_0x21aeed(0x284)](){const _0x3c81ef=_0x21aeed,_0x5017f3=this[_0x3c81ef(0x20a)];if(!_0x5017f3['ui'])return;const {ariaLiveAnnouncer:_0x4292c1}=_0x5017f3['ui'];_0x95a77f(this[_0x3c81ef(0x235)],({left:_0x411327,entered:_0x3f95fd})=>{const _0x420313=_0x3c81ef;for(const _0x156c7d of _0x411327){const {group:_0x472658,type:_0x191929}=this[_0x420313(0x2c7)](_0x156c7d[_0x420313(0x170)]);if(_0x420313(0x2fe)===_0x472658){_0x4292c1[_0x420313(0x2d4)](this[_0x420313(0x16c)](_0x191929,_0x420313(0x2c8)));break;}}for(const _0x59a5ab of _0x3f95fd){const {group:_0xe70ca1,type:_0x558370}=this[_0x420313(0x2c7)](_0x59a5ab[_0x420313(0x170)]);if(_0x420313(0x2fe)===_0xe70ca1){_0x4292c1[_0x420313(0x2d4)](this[_0x420313(0x16c)](_0x558370,_0x420313(0x2c5),_0x1a81e1(_0x2baeb9)));break;}}});}[_0x21aeed(0x31a)](_0x20ba31){const _0x107d7f=_0x21aeed;if(this[_0x107d7f(0x208)])return!0x1;const _0x28b500=this[_0x107d7f(0x20a)],_0x5f508c=_0x28b500[_0x107d7f(0x1f5)][_0x107d7f(0x312)][_0x107d7f(0x252)][_0x107d7f(0x1ae)]();if(0x0==_0x5f508c[_0x107d7f(0x313)])return!0x1;const _0x411300=[],_0x18c242=_0x5f508c[_0x107d7f(0x265)](_0x4ea664=>_0x107d7f(0x2d7)==_0x4ea664[_0x107d7f(0x197)]),_0x15cd34=_0x5f508c[_0x107d7f(0x265)](_0x206a16=>_0x107d7f(0x319)==_0x206a16[_0x107d7f(0x197)]&&_0x107d7f(0x1b5)!=_0x206a16[_0x107d7f(0x170)]),_0x378e66=_0x5f508c[_0x107d7f(0x265)](_0x321427=>_0x107d7f(0x21c)==_0x321427[_0x107d7f(0x197)]&&_0x107d7f(0x1b5)!=_0x321427[_0x107d7f(0x170)]);for(const _0x27c843 of _0x18c242)_0x411300[_0x107d7f(0x2af)]({'key':_0x27c843[_0x107d7f(0x2c2)],'newValue':_0x27c843[_0x107d7f(0x2bc)],'oldValue':_0x27c843[_0x107d7f(0x1ab)],'range':Pt(_0x27c843[_0x107d7f(0x2ff)],_0x28b500[_0x107d7f(0x1f5)])});for(const _0x87d91d of _0x15cd34){const _0x5781c5=_0x378e66[_0x107d7f(0x270)](_0xe58013=>_0xe58013[_0x107d7f(0x2b5)][_0x107d7f(0x2a2)](_0x87d91d[_0x107d7f(0x2b5)]));_0x5781c5&&_0x411300[_0x107d7f(0x2af)]({'key':_0x107d7f(0x221),'newValue':_0x87d91d[_0x107d7f(0x170)],'oldValue':_0x5781c5[_0x107d7f(0x170)],'range':_0x28b500[_0x107d7f(0x1f5)][_0x107d7f(0x2d0)](_0x87d91d[_0x107d7f(0x2b5)][_0x107d7f(0x25e)])});}return 0x0!=_0x411300[_0x107d7f(0x313)]&&this[_0x107d7f(0x2c9)](_0x20ba31,_0x411300);}[_0x21aeed(0x251)](_0x5410cd){const _0x17bce1=_0x21aeed;let _0x2334a8=!0x1;const _0x116a00=this[_0x17bce1(0x20a)][_0x17bce1(0x1f5)][_0x17bce1(0x312)][_0x17bce1(0x252)][_0x17bce1(0x26f)]()[_0x17bce1(0x265)](_0x380af0=>_0x380af0[_0x17bce1(0x1cf)][_0x17bce1(0x31b)]&&_0x380af0[_0x17bce1(0x170)][_0x17bce1(0x1e5)](_0x17bce1(0x1e0)));for(const _0x583afa of _0x116a00){const {subType:_0x105197,id:_0x25caf8}=this[_0x17bce1(0x2c7)](_0x583afa[_0x17bce1(0x170)]),_0x1bcec8=_0x105197[_0x17bce1(0x2e3)]('|')[0x0];for(const _0x3e6d7d of this[_0x17bce1(0x172)]({'skipNotAttached':!0x0}))_0x3e6d7d['id']!=_0x25caf8&&_0x17bce1(0x2d7)==_0x3e6d7d[_0x17bce1(0x197)]&&_0x3e6d7d[_0x17bce1(0x1cf)]&&_0x3e6d7d[_0x17bce1(0x1cf)][_0x17bce1(0x27a)]==_0x1bcec8&&_0x3e6d7d[_0x17bce1(0x186)]()[_0x17bce1(0x28f)](_0x583afa[_0x17bce1(0x1cf)][_0x17bce1(0x31b)])&&(this[_0x17bce1(0x1bd)](_0x3e6d7d,_0x583afa[_0x17bce1(0x1cf)][_0x17bce1(0x31b)],_0x5410cd),_0x2334a8=!0x0);}return _0x2334a8;}[_0x21aeed(0x2e4)](_0x4fb813){const _0x776757=_0x21aeed;this[_0x776757(0x20a)],(this[_0x776757(0x208)]=!0x0,_0x4fb813());}[_0x21aeed(0x2a5)](_0x50d649){const _0x34e2cd=_0x21aeed,_0x34e1c3=this[_0x34e2cd(0x30b)](_0x50d649),_0x49d4c8=this[_0x34e2cd(0x17e)][_0x34e2cd(0x21f)](_0x50d649);return _0x34e1c3||_0x49d4c8;}[_0x21aeed(0x2c9)](_0x3b0e52,_0x1edd2b){const _0x1b8a55=_0x21aeed;if(0x0==_0x1edd2b[_0x1b8a55(0x313)])return!0x1;let _0x25e5a9=!0x1;for(const _0x512358 of _0x1edd2b){const _0x31f3b2=this[_0x1b8a55(0x24d)](_0x512358[_0x1b8a55(0x2ff)],_0x1b8a55(0x2d7))[_0x1b8a55(0x265)](_0x4287a1=>!_0x4287a1[_0x1b8a55(0x25b)][_0x1b8a55(0x1cc)])[_0x1b8a55(0x264)](_0x2465bc=>_0x2465bc[_0x1b8a55(0x2fe)]),_0x1cf91d=_0x57ad71({'newValue':_0x512358[_0x1b8a55(0x2f7)]});_0x31f3b2[_0x1b8a55(0x265)](_0x10edf9=>{const _0x10dbe0=_0x1b8a55,[_0x22a1b2,_0x4c9cf0]=_0x10edf9[_0x10dbe0(0x2ea)][_0x10dbe0(0x2e3)]('|');return _0x22a1b2==_0x512358[_0x10dbe0(0x27a)]&&_0x4c9cf0!=_0x1cf91d;})[_0x1b8a55(0x20f)](_0x52c10e=>{const _0x399125=_0x1b8a55;this[_0x399125(0x1bd)](_0x52c10e,_0x512358[_0x399125(0x2ff)],_0x3b0e52),_0x25e5a9=!0x0;});}return _0x25e5a9;}[_0x21aeed(0x1bd)](_0x3c3914,_0x65ab11,_0x294533){const _0x4efecc=_0x21aeed,_0x3bdab2=_0x3c3914[_0x4efecc(0x186)]()[_0x4efecc(0x276)](_0x65ab11);0x0!==_0x3bdab2[_0x4efecc(0x313)]?0x1!==_0x3bdab2[_0x4efecc(0x313)]?this[_0x4efecc(0x207)](_0x3c3914,_0x65ab11[_0x4efecc(0x200)],_0x65ab11[_0x4efecc(0x2eb)]):this[_0x4efecc(0x2a7)](_0x3c3914,_0x3bdab2[0x0]):_0x294533[_0x4efecc(0x229)](_0x3c3914[_0x4efecc(0x1a6)]());}}class Et{constructor(_0x4bad5e){const _0x4e3727=_0x21aeed;this[_0x4e3727(0x1a0)]=_0x4bad5e,this[_0x4e3727(0x235)]=_0x4bad5e[_0x4e3727(0x1f5)],this[_0x4e3727(0x21b)]=new Map(),this[_0x4e3727(0x23d)]=new Map(),this[_0x4e3727(0x266)]();}[_0x21aeed(0x18b)](_0x5d48d6,_0xe7a31d,_0x12d0d9,_0x236db3,_0x1e3444,_0x36ea22){const _0x32c65c=_0x21aeed;return new _0x1ca3a4(this[_0x32c65c(0x235)],{'type':_0x5d48d6,'subType':_0xe7a31d,'id':_0x12d0d9,'author':_0x236db3,'creator':_0x236db3,'attributes':_0x1e3444,'onAttributesChange':_0x36ea22,'onAccept':(..._0x23988a)=>this[_0x32c65c(0x1d2)](_0x5d48d6,_0xe7a31d,_0x32c65c(0x1e9))(..._0x23988a),'onDiscard':(..._0x4cf995)=>this[_0x32c65c(0x1d2)](_0x5d48d6,_0xe7a31d,_0x32c65c(0x194))(..._0x4cf995)});}[_0x21aeed(0x297)](_0x5619db,_0x3484e3,_0x2d4a11,_0x2f3297){const _0x243d3e=_0x21aeed,_0x5784ec=_0x5619db+':'+_0x3484e3+':'+_0x2d4a11;this[_0x243d3e(0x21b)][_0x243d3e(0x199)](_0x5784ec,_0x2f3297);}[_0x21aeed(0x1d2)](_0x2471fa,_0xcc4531,_0x111e31){const _0x5d674a=_0x21aeed,_0x1b240a=_0x2471fa+':'+_0xcc4531+':'+_0x111e31;return this[_0x5d674a(0x21b)][_0x5d674a(0x220)](_0x1b240a)||this[_0x5d674a(0x23d)][_0x5d674a(0x220)](_0x2471fa+':'+_0x111e31);}[_0x21aeed(0x266)](){const _0x2bae79=_0x21aeed,_0x1ecd97=()=>!0x1,_0x17fcd3=_0x4a76e9=>{const _0x477dba=_0x5559;_0x4a76e9[_0x477dba(0x2cb)]((_0x84c98e,_0x501554)=>_0x84c98e[_0x477dba(0x200)][_0x477dba(0x204)](_0x501554[_0x477dba(0x200)])?0x1:-0x1),this[_0x477dba(0x235)][_0x477dba(0x2d3)](_0x108533=>{const _0x13f512=_0x477dba;for(const _0x425fd1 of _0x4a76e9){let _0x4b959a;_0x4b959a=_0x425fd1[_0x13f512(0x2eb)][_0x13f512(0x1d7)]&&_0x425fd1[_0x13f512(0x2eb)][_0x13f512(0x189)]==_0x425fd1[_0x13f512(0x200)][_0x13f512(0x25e)]?_0x108533[_0x13f512(0x29b)](_0x425fd1[_0x13f512(0x200)][_0x13f512(0x25e)],'on'):_0x108533[_0x13f512(0x29b)](_0x425fd1),this[_0x13f512(0x235)][_0x13f512(0x26e)](_0x4b959a,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x121295=(_0x255037,_0x56d5fd)=>{const _0x1cf06b=_0x5559;_0x56d5fd&&this[_0x1cf06b(0x235)][_0x1cf06b(0x2d3)](_0xa5f4e8=>{const _0x506c22=_0x1cf06b,{commandName:_0x22a813,commandParams:_0x2f5d6d=[]}=_0x56d5fd,_0x49f594=_0x255037[_0x506c22(0x264)](_0x3f7f0c=>(Vt(_0x3f7f0c)&&(_0x3f7f0c=this[_0x506c22(0x235)][_0x506c22(0x1b6)](_0x3f7f0c[_0x506c22(0x2eb)])),_0x3f7f0c))[_0x506c22(0x265)](_0x43fd9c=>_0x506c22(0x2fa)!==_0x43fd9c[_0x506c22(0x2dd)][_0x506c22(0x2a4)]);if(_0x49f594[_0x506c22(0x313)]<0x1)return;const _0x203592=Array[_0x506c22(0x1b8)](this[_0x506c22(0x235)][_0x506c22(0x312)][_0x506c22(0x2d2)][_0x506c22(0x177)]())[_0x506c22(0x264)](_0x56ab7b=>_0x100e23[_0x506c22(0x198)](_0x56ab7b));_0xa5f4e8[_0x506c22(0x2c6)](_0x49f594);for(const _0x47055c of this[_0x506c22(0x1a0)][_0x506c22(0x292)][_0x506c22(0x292)]())_0x47055c[_0x506c22(0x28e)]();_0x2f5d6d[_0x506c22(0x2af)]({'forceDefaultExecution':!0x0}),this[_0x506c22(0x1a0)][_0x506c22(0x1b1)](_0x22a813,..._0x2f5d6d);const _0x443855=_0x203592[_0x506c22(0x265)](_0x57347d=>_0x506c22(0x2fa)!=_0x57347d[_0x506c22(0x2dd)][_0x506c22(0x2a4)]);_0x443855[_0x506c22(0x313)]>0x0&&_0xa5f4e8[_0x506c22(0x2c6)](_0x443855);for(const _0x1f6077 of _0x203592)_0x1f6077[_0x506c22(0x1c1)]();});},_0xdda09f=(_0x467cb4,_0x99dbb)=>0x1==_0x467cb4[_0x2bae79(0x313)]&&0x1==_0x99dbb[_0x2bae79(0x313)]&&_0x467cb4[0x0][_0x2bae79(0x2eb)][_0x2bae79(0x2a2)](_0x99dbb[0x0][_0x2bae79(0x200)]),_0x33e03e=(_0x164ede,_0xbad094,_0x391861,_0x239ea7)=>Ht(_0x164ede,_0xbad094,_0x391861,_0x239ea7,this[_0x2bae79(0x235)])?[_0x164ede,_0xbad094]:Ht(_0xbad094,_0x164ede,_0x239ea7,_0x391861,this[_0x2bae79(0x235)])?[_0xbad094,_0x164ede]:null;this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x211),_0x1ecd97),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x218),_0x17fcd3),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x308),_0xdda09f),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x1e6),_0x33e03e),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x27f),_0x17fcd3),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x216),_0x1ecd97),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x1df),_0xdda09f),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x2a6),_0x33e03e),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x249),_0x121295),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x1d6),_0x1ecd97),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x1fe),_0xdda09f),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x2c3),_0x1ecd97),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x318),_0x121295),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x28c),_0x1ecd97),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x19c),_0xdda09f),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x1b4),_0x1ecd97),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x192),_0x1ecd97),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x2c0),(_0x121bf5,_0x344f59)=>{const _0x218355=_0x2bae79;if(!_0x344f59)return;const _0x4cab6a=this[_0x218355(0x1a0)][_0x218355(0x2b6)][_0x218355(0x220)](p);this[_0x218355(0x235)][_0x218355(0x2d3)](_0x452f45=>{const _0x22e729=_0x218355;if(_0x22e729(0x221)==_0x344f59[_0x22e729(0x27a)])for(const _0x18e848 of _0x121bf5){const _0x2cc943=_0x18e848[_0x22e729(0x200)][_0x22e729(0x25e)],_0x101ec6=_0x344f59[_0x22e729(0x1fa)];_0x452f45[_0x22e729(0x298)](_0x2cc943,_0x101ec6);}else{if(_0x4cab6a[_0x22e729(0x30b)](_0x344f59[_0x22e729(0x27a)])){for(const _0x10917a of _0x121bf5)void 0x0!==_0x344f59[_0x22e729(0x1fa)]?_0x452f45[_0x22e729(0x1dd)](_0x344f59[_0x22e729(0x27a)],_0x344f59[_0x22e729(0x1fa)],_0x10917a[_0x22e729(0x200)][_0x22e729(0x25e)]):_0x452f45[_0x22e729(0x1ce)](_0x344f59[_0x22e729(0x27a)],_0x10917a[_0x22e729(0x200)][_0x22e729(0x25e)]);}else{for(const _0x5ac1ba of _0x121bf5)_0x344f59[_0x22e729(0x1fa)]?_0x452f45[_0x22e729(0x1dd)](_0x344f59[_0x22e729(0x27a)],_0x344f59[_0x22e729(0x1fa)],_0x5ac1ba):_0x452f45[_0x22e729(0x1ce)](_0x344f59[_0x22e729(0x27a)],_0x5ac1ba);}}});}),this[_0x2bae79(0x23d)][_0x2bae79(0x199)](_0x2bae79(0x2fc),_0xdda09f);}}function Ot(_0x407439,_0x44e34a,_0x3deaad){const _0xe2fc8f=_0x21aeed;for(const _0x4ae2ca of _0x44e34a[_0xe2fc8f(0x189)][_0xe2fc8f(0x306)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x4ae2ca[_0xe2fc8f(0x2dd)]==_0x4ae2ca)return!0x1;if(!_0x3deaad[_0xe2fc8f(0x18e)](_0x4ae2ca))return!0x1;if(_0x407439[_0xe2fc8f(0x191)](_0x4ae2ca)||_0x407439[_0xe2fc8f(0x23c)](_0x4ae2ca))return!0x0;}return!0x1;}function Vt(_0x2ac754){const _0x47db75=_0x21aeed;return _0x2ac754[_0x47db75(0x2eb)][_0x47db75(0x189)]==_0x2ac754[_0x47db75(0x200)][_0x47db75(0x25e)]&&_0x2ac754[_0x47db75(0x2eb)][_0x47db75(0x1d9)];}function Ut(_0x3b4413,_0x14f729,_0x208d4c,_0x85e936){const _0x1960f7=_0x21aeed,_0x446072=_0x3daeb8=>!_0x3daeb8[_0x1960f7(0x2ac)]['is'](_0x1960f7(0x2a0))&&!_0x85e936[_0x1960f7(0x191)](_0x3daeb8[_0x1960f7(0x2ac)]),_0x301b7d=_0x3b4413[_0x1960f7(0x200)][_0x1960f7(0x201)](_0x446072),_0x234cfc=_0x3b4413[_0x1960f7(0x2eb)][_0x1960f7(0x201)](_0x446072,{'direction':_0x1960f7(0x233)});return(!_0x3b4413[_0x1960f7(0x200)][_0x1960f7(0x2a2)](_0x301b7d)||!_0x3b4413[_0x1960f7(0x2eb)][_0x1960f7(0x2a2)](_0x234cfc))&&(_0x301b7d[_0x1960f7(0x204)](_0x234cfc)?_0x208d4c[_0x1960f7(0x29f)](_0x14f729,{'range':_0x208d4c[_0x1960f7(0x1b6)](_0x301b7d,_0x234cfc)}):_0x208d4c[_0x1960f7(0x229)](_0x14f729),!0x0);}function Gt(_0xf3eab1){return _0x57ad71(_0xf3eab1);}function Ft(_0xd560cf){const _0x1e7239=_0x21aeed,_0x2905b6=_0xd560cf[_0x1e7239(0x200)][_0x1e7239(0x25e)];return _0x2905b6&&_0x2905b6['is'](_0x1e7239(0x281));}function Pt(_0x5c8aaa,_0x5ebf4c){const _0x26d425=_0x21aeed;return null==_0x5c8aaa[_0x26d425(0x2eb)][_0x26d425(0x317)]&&_0x5c8aaa[_0x26d425(0x2eb)][_0x26d425(0x189)]==_0x5c8aaa[_0x26d425(0x200)][_0x26d425(0x25e)]?Lt(_0x5c8aaa[_0x26d425(0x200)][_0x26d425(0x25e)],_0x5ebf4c):_0x5c8aaa;}function Lt(_0x89d40e,_0x26493e){const _0x4fd976=_0x21aeed,_0x50efc3=_0x26493e[_0x4fd976(0x1ef)][_0x4fd976(0x191)](_0x89d40e)||_0x26493e[_0x4fd976(0x1ef)][_0x4fd976(0x22f)](_0x89d40e);return _0x26493e[_0x4fd976(0x1b6)](_0x26493e[_0x4fd976(0x2f1)](_0x89d40e,_0x4fd976(0x17a)),_0x50efc3?_0x26493e[_0x4fd976(0x29d)](_0x89d40e):_0x26493e[_0x4fd976(0x2f1)](_0x89d40e,_0x4fd976(0x2eb)));}function Ht(_0x174a10,_0x5a3d49,_0x2bd123,_0x3b64dd,_0x4955c8){const _0x43b146=_0x21aeed;if(_0x174a10[_0x43b146(0x23a)])return!0x1;if(!Jt(_0x174a10,_0x5a3d49))return!0x1;if(_0x2bd123[_0x43b146(0x2eb)][_0x43b146(0x2a2)](_0x3b64dd[_0x43b146(0x200)]))return!0x0;if(_0x174a10[_0x43b146(0x197)]!=_0x5a3d49[_0x43b146(0x197)])return!0x1;if(!_0x2bd123[_0x43b146(0x2eb)][_0x43b146(0x1dc)](_0x3b64dd[_0x43b146(0x200)]))return!0x1;const _0x44ec9f=_0x4955c8[_0x43b146(0x1b6)](_0x2bd123[_0x43b146(0x2eb)],_0x3b64dd[_0x43b146(0x200)])[_0x43b146(0x227)]();for(const _0x59da96 of _0x44ec9f)if([_0x43b146(0x2d5),_0x43b146(0x2b4)][_0x43b146(0x1a5)](_0x59da96[_0x43b146(0x197)])&&_0x4955c8[_0x43b146(0x1ef)][_0x43b146(0x23c)](_0x59da96[_0x43b146(0x2ac)]))return!0x1;return!0x0;}function Jt(_0x59cb68,_0x1321a7){const _0x111a5d=_0x21aeed;if(!_0x59cb68[_0x111a5d(0x196)]||!_0x1321a7[_0x111a5d(0x196)])return!0x1;const _0x129568=new Set(Object[_0x111a5d(0x26b)](_0x59cb68[_0x111a5d(0x315)])),_0x583bba=new Set(Object[_0x111a5d(0x26b)](_0x1321a7[_0x111a5d(0x315)]));if(_0x129568[_0x111a5d(0x23b)](_0x111a5d(0x18c)),_0x583bba[_0x111a5d(0x23b)](_0x111a5d(0x18c)),0x0==_0x129568[_0x111a5d(0x27e)]&&0x0==_0x583bba[_0x111a5d(0x27e)])return!0x0;if(_0x129568[_0x111a5d(0x27e)]!=_0x583bba[_0x111a5d(0x27e)])return!0x1;const _0x3763b3={..._0x59cb68[_0x111a5d(0x315)]},_0x32a5c4={..._0x1321a7[_0x111a5d(0x315)]};return delete _0x3763b3[_0x111a5d(0x18c)],delete _0x32a5c4[_0x111a5d(0x18c)],JSON[_0x111a5d(0x20b)](_0x3763b3)==JSON[_0x111a5d(0x20b)](_0x32a5c4);}function qt(_0x250b6c,_0x36cf04){const _0x4dab56=_0x21aeed,_0x340320=zt(_0x250b6c[_0x4dab56(0x315)]),_0x442349=zt(_0x36cf04);if(!_0x250b6c[_0x4dab56(0x196)])return!0x1;for(const _0x6c5d07 of Object[_0x4dab56(0x26b)](_0x442349))if(!_0x2e78f1(_0x340320[_0x6c5d07],_0x442349[_0x6c5d07]))return!0x1;return!0x0;}function zt(_0x3ed0f9){const _0x33f388=_0x21aeed,_0x3b28ac=Object[_0x33f388(0x27d)]({},_0x3ed0f9);return delete _0x3b28ac[_0x33f388(0x299)],delete _0x3b28ac[_0x33f388(0x1b2)],_0x3b28ac;}
|
|
23
|
+
const _0x5a5c6d=_0x1c43;(function(_0x3f68fa,_0x1a990d){const _0x24d989=_0x1c43,_0x5e0019=_0x3f68fa();while(!![]){try{const _0x3387d5=parseInt(_0x24d989(0x1aa))/0x1*(parseInt(_0x24d989(0x234))/0x2)+-parseInt(_0x24d989(0x1ac))/0x3*(-parseInt(_0x24d989(0x22c))/0x4)+parseInt(_0x24d989(0x221))/0x5*(-parseInt(_0x24d989(0x1f2))/0x6)+parseInt(_0x24d989(0x213))/0x7*(-parseInt(_0x24d989(0x26a))/0x8)+parseInt(_0x24d989(0xe9))/0x9+parseInt(_0x24d989(0x1e2))/0xa+-parseInt(_0x24d989(0x113))/0xb*(parseInt(_0x24d989(0x15d))/0xc);if(_0x3387d5===_0x1a990d)break;else _0x5e0019['push'](_0x5e0019['shift']());}catch(_0x23a0b2){_0x5e0019['push'](_0x5e0019['shift']());}}}(_0x3ca1,0x25fce));import{Plugin as _0x1fe338,PendingActions as _0x1aabee}from'ckeditor5/src/core.js';import{LiveRange as _0x5197ad}from'ckeditor5/src/engine.js';function _0x1c43(_0x3f884c,_0x32370e){const _0x3ca152=_0x3ca1();return _0x1c43=function(_0x1c439f,_0x10360a){_0x1c439f=_0x1c439f-0xde;let _0x11eaad=_0x3ca152[_0x1c439f];return _0x11eaad;},_0x1c43(_0x3f884c,_0x32370e);}import{CKEditorError as _0x422e46,uid as _0x1b8ddb,priorities as _0x3f30e4,logWarning as _0x2b0540,getEnvKeystrokeText as _0x5821a3}from'ckeditor5/src/utils.js';import{toWidget as _0x27cfb7}from'ckeditor5/src/widget.js';import{Users as _0x4a85ff,hashObject as _0x536ebe,surroundingMarkersDetector as _0x124d0b,ENTER_THREAD_KEYSTROKE as _0x30cd00}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5539d from'./commands/trackchangescommand.js';import _0x31ca0c from'./commands/acceptsuggestioncommand.js';import _0x25ca8a from'./commands/discardsuggestioncommand.js';import _0x21a9e0 from'./commands/executeonallsuggestionscommand.js';import _0x715402 from'./commands/executeonselectedsuggestionscommand.js';import _0x5a1e4d from'./suggestion.js';import _0x18c43e from'./suggestiondescriptionfactory.js';import _0x11bab9 from'./integrations/aiassistant.js';import _0x4ec0b5 from'./integrations/alignment.js';import _0xa84be7 from'./integrations/basicstyles.js';import _0x4b26df from'./integrations/blockquote.js';import _0x2bdee4 from'./integrations/casechange.js';import _0x362797 from'./integrations/ckbox.js';import _0x55d7be from'./integrations/codeblock.js';import _0x1d4344 from'./integrations/comments.js';import _0x4c2827 from'./integrations/deletecommand.js';import _0x10dc61 from'./integrations/list.js';import _0x3ce5e3 from'./integrations/listproperties.js';import _0x3ba963 from'./integrations/entercommand.js';import _0x590150 from'./integrations/findandreplace.js';import _0x1f65f8 from'./integrations/font.js';import _0x1719ab from'./integrations/formatpainter.js';import _0x3e3952 from'./integrations/heading.js';import _0x20ef3e from'./integrations/highlight.js';import _0x291ce4 from'./integrations/horizontalline.js';import _0x48e83c from'./integrations/htmlembed.js';import _0x270483 from'./integrations/image.js';import _0x82aadf from'./integrations/imagereplace.js';import _0x4ae8e3 from'./integrations/imagestyle.js';import _0x21ae02 from'./integrations/importword.js';import _0x293fa0 from'./integrations/indent.js';import _0xa6ac73 from'./integrations/inputcommand.js';import _0x519854 from'./integrations/link.js';import _0x300a89 from'./integrations/legacylist.js';import _0x55c756 from'./integrations/legacylistproperties.js';import _0x146bb1 from'./integrations/mediaembed.js';import _0x53e8a8 from'./integrations/mention.js';import _0x3cd302 from'./integrations/mergefields.js';import _0x517575 from'./integrations/multilevellist.js';import _0x259726 from'./integrations/pagebreak.js';import _0x282ace from'./integrations/paragraph.js';import _0x37825c from'./integrations/removeformat.js';import _0x4eee49 from'./integrations/restrictededitingmode.js';import _0x2004c2 from'./integrations/shiftentercommand.js';import _0x55dff9 from'./integrations/standardeditingmode.js';import _0x165e71 from'./integrations/style.js';import _0x33557d from'./integrations/table.js';import _0x10a3bc from'./integrations/tablemergesplit.js';import _0x29473c from'./integrations/tableheadings.js';import _0x1f3b70 from'./integrations/tableclipboard.js';import _0x2b40ee from'./integrations/tablecolumnresize.js';import _0x1345b1 from'./integrations/template.js';import _0x223c9e from'./integrations/tableofcontents.js';import _0xc4faa8 from'./integrations/title.js';import _0x3cb88a from'./integrations/undo.js';import _0x5deb27 from'./integrations/tablecaption.js';import _0x4d7831 from'./integrations/tableproperties.js';import{getTranslation as _0x424674}from'./utils/common-translations.js';import{isEqual as _0x975817,omit as _0x3c68bd}from'lodash-es';export const renameAttributeKey=_0x5a5c6d(0x1cc);export default class p extends _0x1fe338{static get[_0x5a5c6d(0x102)](){const _0x36be5b=_0x5a5c6d;return[_0x36be5b(0x212),_0x4a85ff,_0x1aabee,_0x11bab9,_0x4ec0b5,_0xa84be7,_0x4b26df,_0x362797,_0x2bdee4,_0x55d7be,_0x1d4344,_0x4c2827,_0x3ba963,_0x590150,_0x1f65f8,_0x1719ab,_0x3e3952,_0x20ef3e,_0x291ce4,_0x48e83c,_0x270483,_0x4ae8e3,_0x82aadf,_0x21ae02,_0x293fa0,_0xa6ac73,_0x300a89,_0x55c756,_0x517575,_0x519854,_0x10dc61,_0x3ce5e3,_0x146bb1,_0x53e8a8,_0x3cd302,_0x259726,_0x282ace,_0x37825c,_0x4eee49,_0x2004c2,_0x55dff9,_0x165e71,_0x33557d,_0x10a3bc,_0x29473c,_0x5deb27,_0x1f3b70,_0x2b40ee,_0x223c9e,_0x4d7831,_0x1345b1,_0xc4faa8,_0x3cb88a];}static get[_0x5a5c6d(0x277)](){const _0x44aed9=_0x5a5c6d;return _0x44aed9(0x142);}constructor(_0x80eeb8){const _0x5d4a44=_0x5a5c6d;function _0x29a152(_0x48e7ab){const _0x13a959=_0x1c43;return _0x48e7ab[_0x13a959(0x218)](_0x365452=>String[_0x13a959(0x171)](_0x365452))[_0x13a959(0x27f)]('');}super(_0x80eeb8),this[_0x5d4a44(0x1f1)]=!0x1,this[_0x5d4a44(0x17a)](_0x5d4a44(0x147),[]),this['on'](_0x5d4a44(0x26c),(_0x1fa6ff,_0xcb1757,_0x2a809d,_0x18f093)=>{const _0x390c92=_0x5d4a44;this[_0x390c92(0x159)][_0x390c92(0x14f)](()=>{const _0x27ba85=_0x390c92;for(const _0x22fd7c of[..._0x18f093,..._0x2a809d])this[_0x27ba85(0x159)][_0x27ba85(0x10d)][_0x27ba85(0x215)](_0x22fd7c)&&_0x80eeb8[_0x27ba85(0x251)][_0x27ba85(0xf5)](_0x22fd7c);});}),this[_0x5d4a44(0x21f)]=new _0x18c43e(this[_0x5d4a44(0xe5)][_0x5d4a44(0x19f)][_0x5d4a44(0x1a6)],this[_0x5d4a44(0xe5)][_0x5d4a44(0x1df)]),this[_0x5d4a44(0x266)]=null,this[_0x5d4a44(0x1f3)]=new Et(this[_0x5d4a44(0xe5)]),this[_0x5d4a44(0x11f)]=new Map(),this[_0x5d4a44(0x10a)]=_0x80eeb8[_0x5d4a44(0x203)][_0x5d4a44(0x25c)](_0x5d4a44(0x212)),this[_0x5d4a44(0xfe)]=new Set(),this[_0x5d4a44(0x159)]=this[_0x5d4a44(0xe5)][_0x5d4a44(0x19f)],this[_0x5d4a44(0x1b3)]=new WeakMap(),this[_0x5d4a44(0x1a9)]=!0x1,this[_0x5d4a44(0x21c)]=new Set([_0x5d4a44(0x1cc)]),this[_0x5d4a44(0x219)]=new Set(),_0x80eeb8[_0x5d4a44(0x109)][_0x5d4a44(0x1bc)](_0x5d4a44(0x1c4),_0x5d4a44(0x1f8)),this[_0x5d4a44(0x280)]=_0x80eeb8[_0x5d4a44(0x109)][_0x5d4a44(0x25c)](_0x5d4a44(0x1c4)),_0x80eeb8[_0x5d4a44(0x109)][_0x5d4a44(0x1bc)](_0x5d4a44(0x1ce),!0x0),this[_0x5d4a44(0x18c)]=_0x80eeb8[_0x5d4a44(0x109)][_0x5d4a44(0x25c)](_0x5d4a44(0x1ce)),this[_0x5d4a44(0x13d)]=new _0x5539d(_0x80eeb8,this[_0x5d4a44(0xfe)]),this[_0x5d4a44(0x1af)](),this[_0x29a152([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x29a152([0x34,0x30,0x34,0x38,0x31,0x36,0x30,0x36]);}[_0x5a5c6d(0x1c7)](){const _0x2375ae=_0x5a5c6d,_0x1c0091=this[_0x2375ae(0xe5)],_0x30985d=(_0x49c9cb,_0x36a3d8)=>{const _0x3d6a98=_0x2375ae;if(_0x3d6a98(0x1ef)!=_0x49c9cb)return _0x3d6a98(0xe3)+_0x49c9cb;const _0x2d2bef=_0x36a3d8[_0x3d6a98(0x245)]('|')[0x0];return this[_0x3d6a98(0x229)](_0x2d2bef)?_0x3d6a98(0x11c):_0x3d6a98(0x143);};_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x1a3))[_0x2375ae(0x116)]({'model':_0x2375ae(0x22b),'view':_0x36e89c=>{const _0x193fb5=_0x2375ae,{id:_0xf384c6,type:_0x17cef4,subType:_0x1cf6ea}=this[_0x193fb5(0x108)](_0x36e89c[_0x193fb5(0xfd)]),_0x11e933=[_0x193fb5(0x187),_0x30985d(_0x17cef4,_0x1cf6ea)];let _0x13efec=0xbb8;return this[_0x193fb5(0x147)][_0x193fb5(0x220)](_0x36e89c[_0x193fb5(0xfd)])&&(_0x11e933[_0x193fb5(0x100)](_0x193fb5(0x21a)),_0x13efec=0xbc2),_0x193fb5(0x135)==_0x17cef4&&(_0x13efec+=0x5),{'classes':_0x11e933,'attributes':{'data-suggestion':_0xf384c6},'priority':_0x13efec};}}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x103))[_0x2375ae(0x16c)](_0x23e154=>{const _0x36c0ba=_0x2375ae;_0x23e154['on'](_0x36c0ba(0x262),(_0x500ac4,_0x4e2284,_0x400ab6)=>{const _0x3778e8=_0x36c0ba;if(!_0x400ab6[_0x3778e8(0x217)][_0x3778e8(0x22f)])return;const _0x586a13=_0x4e2284[_0x3778e8(0x179)];if(!_0x586a13)return;const _0x402928=_0x400ab6[_0x3778e8(0x24e)][_0x3778e8(0x182)](_0x586a13);_0x1c0091[_0x3778e8(0x19f)][_0x3778e8(0x1a6)][_0x3778e8(0x23d)](_0x586a13)&&_0x402928&&!_0x402928[_0x3778e8(0x210)](_0x3778e8(0x1f4))&&_0x402928['is'](_0x3778e8(0x19b))&&_0x27cfb7(_0x402928,_0x400ab6[_0x3778e8(0x1f6)]);},{'priority':_0x36c0ba(0x232)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x103))[_0x2375ae(0x116)]({'model':_0x2375ae(0x22b),'view':(_0x146af9,_0x4a1371)=>{const _0x485da8=_0x2375ae;if(!_0x4a1371[_0x485da8(0x217)][_0x485da8(0x22f)])return null;const {type:_0x18aa77,subType:_0x455680}=this[_0x485da8(0x108)](_0x146af9[_0x485da8(0xfd)]);return{'classes':[_0x485da8(0x187),_0x30985d(_0x18aa77,_0x455680)],'priority':0xbb8};}});const _0x3330b3=({showActiveMarkers:_0x2de039=!0x0,isAttributeSuggestion:_0x2101d6=!0x1}={})=>(_0x8ce82a,_0x2c90f9,_0x318b9c)=>{const _0x482d25=_0x2375ae;if(!_0x2c90f9[_0x482d25(0x179)])return;const {id:_0x3a31db}=this[_0x482d25(0x108)](_0x2c90f9[_0x482d25(0xfd)]);if(_0x2101d6){const _0x388527=this[_0x482d25(0x11f)][_0x482d25(0x25c)](_0x3a31db),_0xe7352c=this[_0x482d25(0xdf)](_0x388527);if(!this[_0x482d25(0x229)](_0xe7352c))return;}if(_0x2c90f9[_0x482d25(0x179)]['is'](_0x482d25(0x224)))return void _0x318b9c[_0x482d25(0x22a)][_0x482d25(0x119)](_0x2c90f9[_0x482d25(0x179)],_0x8ce82a[_0x482d25(0x268)]);const _0x194ca9=_0x318b9c[_0x482d25(0x24e)][_0x482d25(0x182)](_0x2c90f9[_0x482d25(0x179)]);if(_0x2c90f9[_0x482d25(0x179)]['is'](_0x482d25(0x175))&&_0x1c0091[_0x482d25(0x19f)][_0x482d25(0x1a6)][_0x482d25(0x238)](_0x2c90f9[_0x482d25(0x179)])&&!_0x194ca9[_0x482d25(0x210)](_0x482d25(0x258))){_0x318b9c[_0x482d25(0x1f6)][_0x482d25(0x27b)]([_0x482d25(0x187),_0x482d25(0x11c)],_0x194ca9),_0x318b9c[_0x482d25(0x1f6)][_0x482d25(0x117)](_0x482d25(0x226),_0x3a31db,_0x194ca9),_0x318b9c[_0x482d25(0x24e)][_0x482d25(0x195)](_0x194ca9,_0x2c90f9[_0x482d25(0xfd)]),_0x2de039&&(this[_0x482d25(0x147)][_0x482d25(0x220)](_0x2c90f9[_0x482d25(0xfd)])?_0x318b9c[_0x482d25(0x1f6)][_0x482d25(0x27b)](_0x482d25(0x21a),_0x194ca9):_0x318b9c[_0x482d25(0x1f6)][_0x482d25(0x236)](_0x482d25(0x21a),_0x194ca9));for(const _0x53aeb7 of _0x1c0091[_0x482d25(0x19f)][_0x482d25(0x146)](_0x2c90f9[_0x482d25(0x179)])[_0x482d25(0x11e)]())_0x318b9c[_0x482d25(0x22a)][_0x482d25(0x119)](_0x53aeb7,_0x8ce82a[_0x482d25(0x268)]);_0x318b9c[_0x482d25(0x22a)][_0x482d25(0x119)](_0x2c90f9[_0x482d25(0x179)],_0x8ce82a[_0x482d25(0x268)]);}};_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x103))[_0x2375ae(0x16c)](_0x4abfee=>{const _0x2b0f29=_0x2375ae;_0x4abfee['on'](_0x2b0f29(0xf4),(_0x540cb2,_0x398c85,_0x52b471)=>{const _0x3e83e2=_0x2b0f29;_0x52b471[_0x3e83e2(0x217)][_0x3e83e2(0x22f)]&&_0x3330b3({'showActiveMarkers':!0x1})(_0x540cb2,_0x398c85,_0x52b471);},{'priority':_0x2b0f29(0x16d)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x103))[_0x2375ae(0x16c)](_0x2d66e3=>{const _0x4d124a=_0x2375ae;_0x2d66e3['on'](_0x4d124a(0x25f),(_0x3cf7c4,_0x254cba,_0x525b15)=>{const _0x346b31=_0x4d124a;_0x525b15[_0x346b31(0x217)][_0x346b31(0x22f)]&&_0x3330b3({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3cf7c4,_0x254cba,_0x525b15);},{'priority':_0x4d124a(0x16d)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x103))[_0x2375ae(0x1fe)]({'model':_0x2375ae(0x22b),'view':(_0x15955d,_0x37199c)=>_0x37199c[_0x2375ae(0x217)][_0x2375ae(0x22f)]?null:{'group':_0x2375ae(0x22b),'name':_0x15955d[_0x2375ae(0x1ff)](0xb)}}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x276))[_0x2375ae(0x12e)]({'view':{'name':_0x2375ae(0x22b),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0xa6c205,{writer:_0x3c4c25})=>{const _0x116cc4=_0x2375ae;let _0x5c264e=_0x116cc4(0x1fd)+_0xa6c205[_0x116cc4(0x25e)](_0x116cc4(0x148))+':'+_0xa6c205[_0x116cc4(0x25e)]('id');return _0xa6c205[_0x116cc4(0x25e)](_0x116cc4(0x1cf))&&(_0x5c264e+=':'+_0xa6c205[_0x116cc4(0x25e)](_0x116cc4(0x1cf))),_0x3c4c25[_0x116cc4(0x154)](_0x116cc4(0x123),{'data-name':_0x5c264e});}}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x276))[_0x2375ae(0x1dc)]({'view':_0x2375ae(0x22b)}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x1a3))[_0x2375ae(0x16c)](_0x23660b=>{const _0x1ed3c6=_0x2375ae;_0x23660b['on'](_0x1ed3c6(0xf4),_0x3330b3(),{'priority':_0x1ed3c6(0x232)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x1a3))[_0x2375ae(0x16c)](_0x330352=>{const _0x3da44e=_0x2375ae;_0x330352['on'](_0x3da44e(0x25f),_0x3330b3({'isAttributeSuggestion':!0x0}),{'priority':_0x3da44e(0x232)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x1a3))[_0x2375ae(0x16c)](_0x2110fd=>{const _0x2e7c50=_0x2375ae;_0x2110fd['on'](_0x2e7c50(0x250),(_0x2cfeae,_0x35518f,_0x341590)=>{const _0x363705=_0x2e7c50,_0x3a6718=_0x341590[_0x363705(0x24e)][_0x363705(0x106)](_0x35518f[_0x363705(0xfd)]);if(_0x3a6718){for(const _0x408a84 of _0x3a6718)_0x408a84[_0x363705(0x210)](_0x363705(0x258))||(_0x341590[_0x363705(0x1f6)][_0x363705(0x236)]([_0x363705(0x187),_0x363705(0x11c),_0x363705(0x21a)],_0x408a84),_0x341590[_0x363705(0x1f6)][_0x363705(0x263)](_0x363705(0x226),_0x408a84),_0x341590[_0x363705(0x24e)][_0x363705(0x279)](_0x408a84,_0x35518f[_0x363705(0xfd)]));}},{'priority':_0x2e7c50(0x232)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x1a3))[_0x2375ae(0x16c)](_0x376632=>{const _0x127116=_0x2375ae;_0x376632['on'](_0x127116(0x1fa),(_0x32a7f8,_0x1f9565,_0x4be02e)=>{const _0x13397c=_0x127116,_0x42dea2=_0x4be02e[_0x13397c(0x24e)][_0x13397c(0x106)](_0x1f9565[_0x13397c(0xfd)]);if(!_0x42dea2)return;const {id:_0x974f0}=this[_0x13397c(0x108)](_0x1f9565[_0x13397c(0xfd)]),_0x34e102=this[_0x13397c(0x11f)][_0x13397c(0x25c)](_0x974f0),_0x430b46=this[_0x13397c(0xdf)](_0x34e102);if(this[_0x13397c(0x229)](_0x430b46)){for(const _0xd26dda of _0x42dea2)_0xd26dda[_0x13397c(0x210)](_0x13397c(0x258))||(_0x4be02e[_0x13397c(0x1f6)][_0x13397c(0x236)]([_0x13397c(0x187),_0x13397c(0x11c),_0x13397c(0x21a)],_0xd26dda),_0x4be02e[_0x13397c(0x1f6)][_0x13397c(0x263)](_0x13397c(0x226),_0xd26dda),_0x4be02e[_0x13397c(0x24e)][_0x13397c(0x279)](_0xd26dda,_0x1f9565[_0x13397c(0xfd)]));}},{'priority':_0x127116(0x232)});}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)][_0x2375ae(0x14c)](_0x5e249e=>{const _0x1c17cd=_0x2375ae;let _0x4d19c6=!0x1;const _0x26c559=Array[_0x1c17cd(0x28f)](_0x1c0091[_0x1c17cd(0x19f)][_0x1c17cd(0x152)][_0x1c17cd(0x1d3)][_0x1c17cd(0x204)]()),_0x564736=new Set();for(const {name:_0x63d431,data:_0x2802a0}of _0x26c559){const {group:_0x1e05b2,type:_0xbaebd7,subType:_0x57fa1e,id:_0x350483}=this[_0x1c17cd(0x108)](_0x63d431);if(_0x1c17cd(0x22b)!==_0x1e05b2)continue;const _0x30e010=this[_0x1c17cd(0x11f)][_0x1c17cd(0x25c)](_0x350483);if(null!=_0x2802a0[_0x1c17cd(0x15f)]){_0x1c17cd(0x206)==_0xbaebd7&&(_0x4d19c6=_0x4d19c6||Ut(_0x2802a0[_0x1c17cd(0x15f)],_0x63d431,_0x5e249e,_0x1c0091[_0x1c17cd(0x19f)][_0x1c17cd(0x1a6)]));const _0x598114=_0x1c17cd(0x1ef)==_0xbaebd7&&this[_0x1c17cd(0x229)](_0x57fa1e[_0x1c17cd(0x245)]('|')[0x0]);if(_0x2802a0[_0x1c17cd(0x15f)][_0x1c17cd(0xe0)]||_0x1c17cd(0x211)==_0x2802a0[_0x1c17cd(0x15f)][_0x1c17cd(0x17f)][_0x1c17cd(0x12b)]||_0x1c17cd(0x1e4)==_0xbaebd7&&!Ft(_0x2802a0[_0x1c17cd(0x15f)])||_0x598114&&!Ft(_0x2802a0[_0x1c17cd(0x15f)])||_0x1c17cd(0x135)==_0xbaebd7&&!(!Vt(_0x2d985c=_0x2802a0[_0x1c17cd(0x15f)])&&!function(_0x39fe87){const _0x2e50f0=_0x1c17cd;return _0x39fe87[_0x2e50f0(0x10b)][_0x2e50f0(0x13a)]==_0x39fe87[_0x2e50f0(0x10f)][_0x2e50f0(0x20e)]&&_0x39fe87[_0x2e50f0(0x10b)][_0x2e50f0(0x208)];}(_0x2d985c)))_0x5e249e[_0x1c17cd(0x121)](_0x63d431),_0x4d19c6=!0x0;else{if(!_0x30e010||!_0x30e010[_0x1c17cd(0x1d5)])continue;if(_0x2802a0[_0x1c17cd(0x15f)]&&_0x2802a0[_0x1c17cd(0xed)]&&_0x2802a0[_0x1c17cd(0x15f)][_0x1c17cd(0x1c6)](_0x2802a0[_0x1c17cd(0xed)]))continue;_0x564736[_0x1c17cd(0x16c)](_0x30e010);}}}var _0x2d985c;return _0x564736[_0x1c17cd(0x286)]>0x0&&(_0x4d19c6=!!this[_0x1c17cd(0x20a)](_0x564736)||_0x4d19c6),_0x4d19c6;}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)][_0x2375ae(0x14c)](_0x2fe45c=>{const _0x2b0c9b=_0x2375ae;let _0x4ed7f2=!0x1;for(const _0x28aa47 of _0x1c0091[_0x2b0c9b(0x19f)][_0x2b0c9b(0x152)][_0x2b0c9b(0x1d3)][_0x2b0c9b(0x197)]())if(_0x2b0c9b(0x259)==_0x28aa47[_0x2b0c9b(0x186)])for(const _0x3276cd of this[_0x2b0c9b(0x11f)][_0x2b0c9b(0x114)]()){if(_0x3276cd[_0x2b0c9b(0x1ab)]||!_0x3276cd[_0x2b0c9b(0x1d5)])continue;const _0x2ba4f8=_0x2b0c9b(0x1e4)==_0x3276cd[_0x2b0c9b(0x186)],_0x1a0494=this[_0x2b0c9b(0xdf)](_0x3276cd),_0x26b72d=_0x1a0494&&this[_0x2b0c9b(0x229)](_0x1a0494);if(!_0x2ba4f8&&!_0x26b72d)continue;const _0x5be432=_0x3276cd[_0x2b0c9b(0x1e3)]();if(_0x5be432[_0x2b0c9b(0x10b)][_0x2b0c9b(0x13a)]!=_0x5be432[_0x2b0c9b(0x10f)][_0x2b0c9b(0x13a)]&&!_0x5be432[_0x2b0c9b(0x10f)][_0x2b0c9b(0x208)]){const _0x17cf6d=_0x1c0091[_0x2b0c9b(0x19f)][_0x2b0c9b(0x23c)](_0x5be432[_0x2b0c9b(0x10b)][_0x2b0c9b(0x165)],_0x2b0c9b(0x10f)),_0x5d7774=_0x1c0091[_0x2b0c9b(0x19f)][_0x2b0c9b(0x240)](_0x5be432[_0x2b0c9b(0x10b)],_0x17cf6d);_0x2fe45c[_0x2b0c9b(0x22e)](_0x3276cd[_0x2b0c9b(0x202)](),{'range':_0x5d7774}),_0x4ed7f2=!0x0;}}return _0x4ed7f2;}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)][_0x2375ae(0x14c)](_0x26fd98=>this[_0x2375ae(0x1a5)](_0x26fd98)),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)][_0x2375ae(0x14c)](_0x1db9e1=>!_0x1db9e1[_0x2375ae(0x1a1)][_0x2375ae(0x1e7)]&&this[_0x2375ae(0x269)](_0x1db9e1)),_0x1c0091[_0x2375ae(0x19f)]['on'](_0x2375ae(0x21d),()=>{const _0x1e19e2=_0x2375ae;this[_0x1e19e2(0x1f1)]=!0x1;}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)]['on'](_0x2375ae(0x1db),(_0x3d8415,_0x40eb10)=>{const _0x5b1883=_0x2375ae;if(!_0x40eb10[_0x5b1883(0x1e7)]||_0x40eb10[_0x5b1883(0x177)])return;if(!this[_0x5b1883(0x1f1)])return;const _0x42ea8b=_0x1c0091[_0x5b1883(0x19f)][_0x5b1883(0x152)][_0x5b1883(0x1d3)][_0x5b1883(0x197)]();if(0x0==_0x42ea8b[_0x5b1883(0x1ed)])return;const _0x1a2db5=[],_0x1d823b=_0x42ea8b[_0x5b1883(0x155)](_0x595feb=>_0x5b1883(0x1ef)==_0x595feb[_0x5b1883(0x186)]),_0x266eec=_0x42ea8b[_0x5b1883(0x155)](_0x6a49c0=>_0x5b1883(0x259)==_0x6a49c0[_0x5b1883(0x186)]&&_0x5b1883(0x237)!=_0x6a49c0[_0x5b1883(0x268)]);for(const _0x5e6123 of _0x1d823b)this[_0x5b1883(0x26b)](_0x5e6123[_0x5b1883(0x227)])&&_0x1a2db5[_0x5b1883(0x100)]({'key':_0x5e6123[_0x5b1883(0x227)],'newValue':_0x5e6123[_0x5b1883(0x253)],'oldValue':_0x5e6123[_0x5b1883(0x1f0)],'range':Pt(_0x5e6123[_0x5b1883(0x1e1)],_0x1c0091[_0x5b1883(0x19f)])});for(const _0x1f6ef8 of _0x266eec){if(_0x5b1883(0x21b)!=_0x1f6ef8[_0x5b1883(0x1b6)]&&_0x5b1883(0x1b1)!=_0x1f6ef8[_0x5b1883(0x1b6)])continue;const _0x1fb425=Lt(_0x1f6ef8[_0x5b1883(0x235)][_0x5b1883(0x165)],_0x1c0091[_0x5b1883(0x19f)]),_0x1b324c=_0x1f6ef8[_0x5b1883(0x1ba)];_0x5b1883(0x21b)==_0x1f6ef8[_0x5b1883(0x1b6)]&&_0x1a2db5[_0x5b1883(0x100)]({'key':_0x5b1883(0x1cc),'newValue':_0x1f6ef8[_0x5b1883(0x268)],'oldValue':_0x1b324c[_0x5b1883(0x268)],'range':_0x1fb425});for(const [_0x2ed009,_0x3ecc10]of _0x1b324c[_0x5b1883(0x275)]){if(!this[_0x5b1883(0x26b)](_0x2ed009))continue;const _0x507347=_0x1f6ef8[_0x5b1883(0x275)][_0x5b1883(0x25c)](_0x2ed009);_0x3ecc10!==_0x507347&&_0x1a2db5[_0x5b1883(0x100)]({'key':_0x2ed009,'newValue':_0x507347,'oldValue':_0x3ecc10,'range':_0x1fb425});}for(const [_0x3a1d57,_0x472dc5]of _0x1f6ef8[_0x5b1883(0x275)])this[_0x5b1883(0x26b)](_0x3a1d57)&&(_0x1b324c[_0x5b1883(0x275)][_0x5b1883(0x215)](_0x3a1d57)||_0x1a2db5[_0x5b1883(0x100)]({'key':_0x3a1d57,'newValue':_0x472dc5,'oldValue':null,'range':_0x1fb425}));}0x0!=_0x1a2db5[_0x5b1883(0x1ed)]&&_0x1c0091[_0x5b1883(0x19f)][_0x5b1883(0x1c2)](_0x40eb10,_0x19b036=>{const _0x428979=_0x5b1883,_0x2d5449=_0x1b8ddb();for(const {range:_0x23f3ea,key:_0x1e5788,oldValue:_0x5011b7,newValue:_0x7be9b}of _0x1a2db5)this[_0x428979(0x15c)](_0x23f3ea,_0x1e5788,_0x5011b7,_0x7be9b,{'groupId':_0x2d5449});this[_0x428979(0x23f)](_0x19b036,_0x1a2db5);});},{'priority':_0x2375ae(0x132)}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x10d)]['on'](_0x2375ae(0x230),(_0x1c4f57,_0x285fb5,_0x46f1aa)=>{const _0x53ba62=_0x2375ae;if(null==_0x46f1aa){const {id:_0x2563c4}=this[_0x53ba62(0x108)](_0x285fb5[_0x53ba62(0x268)]),_0x249a31=this[_0x53ba62(0x11f)][_0x53ba62(0x25c)](_0x2563c4);_0x249a31&&_0x249a31[_0x53ba62(0x278)](_0x285fb5[_0x53ba62(0x268)]);}}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)]['on'](_0x2375ae(0x1db),()=>{const _0x4bd58c=_0x2375ae,_0x55f1a0=Array[_0x4bd58c(0x28f)](_0x1c0091[_0x4bd58c(0x19f)][_0x4bd58c(0x152)][_0x4bd58c(0x1d3)][_0x4bd58c(0x204)]())[_0x4bd58c(0x155)](_0x4d56cc=>_0x4bd58c(0x22b)===this[_0x4bd58c(0x108)](_0x4d56cc[_0x4bd58c(0x268)])[_0x4bd58c(0x136)]);if(0x0===_0x55f1a0[_0x4bd58c(0x1ed)])return;_0x55f1a0[_0x4bd58c(0x271)]((_0x168289,_0x43ebf2)=>{const _0x214f79=_0x4bd58c,_0x462715=_0x168289[_0x214f79(0xf1)][_0x214f79(0xed)],_0x1c1fb2=_0x43ebf2[_0x214f79(0xf1)][_0x214f79(0xed)];return null===_0x462715&&null===_0x1c1fb2?0x0:null===_0x462715&&null!==_0x1c1fb2?-0x1:null!==_0x462715&&null===_0x1c1fb2?0x1:_0x462715[_0x214f79(0x10b)][_0x214f79(0xe8)](_0x1c1fb2[_0x214f79(0x10b)])?-0x1:0x1;});const _0x2823b8=new Set(),_0x39d69c=new Set();for(const {name:_0x3290dd,data:_0x373f70}of _0x55f1a0){const {id:_0x2bd36a}=this[_0x4bd58c(0x108)](_0x3290dd);if(null===_0x373f70[_0x4bd58c(0xed)]){const _0x545723=this[_0x4bd58c(0x172)](_0x3290dd);_0x39d69c[_0x4bd58c(0x16c)](_0x545723);}else{const _0x4de548=this[_0x4bd58c(0x11f)][_0x4bd58c(0x25c)](_0x2bd36a);null!==_0x373f70[_0x4bd58c(0x15f)]||_0x4de548[_0x4bd58c(0x1d5)]?(_0x2823b8[_0x4bd58c(0x16c)](_0x4de548[_0x4bd58c(0x273)]),_0x39d69c[_0x4bd58c(0x16c)](_0x4de548)):this[_0x4bd58c(0x19d)](_0x4de548);}}_0x39d69c[_0x4bd58c(0x286)]>0x0&&this[_0x4bd58c(0xe6)](_0x39d69c);for(const _0xee5d9a of _0x2823b8)this[_0x4bd58c(0x20d)](_0x4bd58c(0x200),_0xee5d9a);}),_0x1c0091[_0x2375ae(0x19f)]['on'](_0x2375ae(0x1c0),(_0x3ed619,_0x48b74d)=>{const _0x3b9e5b=_0x2375ae,_0x59a92f=_0x48b74d[0x0];if(!this[_0x3b9e5b(0x11f)][_0x3b9e5b(0x286)])return;if(!_0x59a92f[_0x3b9e5b(0x15b)])return;if(_0x59a92f[_0x3b9e5b(0x1a1)][_0x3b9e5b(0x177)]||!_0x59a92f[_0x3b9e5b(0x1a1)][_0x3b9e5b(0x1e7)])return;let _0x3d0550,_0xd5a247;switch(_0x59a92f[_0x3b9e5b(0x186)]){case _0x3b9e5b(0x259):_0x3d0550=_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x23c)](_0x59a92f[_0x3b9e5b(0x235)]),_0xd5a247=_0x3d0550[_0x3b9e5b(0x18f)](_0x59a92f[_0x3b9e5b(0x190)]);break;case _0x3b9e5b(0x245):_0x3d0550=_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x23c)](_0x59a92f[_0x3b9e5b(0x1e0)]),_0xd5a247=_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x23c)](_0x59a92f[_0x3b9e5b(0x13f)]);break;case _0x3b9e5b(0xe2):_0x3d0550=_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x23c)](_0x59a92f[_0x3b9e5b(0x158)]),_0xd5a247=_0x3d0550[_0x3b9e5b(0x18f)](_0x59a92f[_0x3b9e5b(0x190)]);break;default:return;}const _0x2068bc=_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x240)](_0x3d0550,_0xd5a247);_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x14f)](()=>{const _0xa52f2f=_0x3b9e5b;for(const {suggestion:_0x37e884,meta:_0x4d7012}of this[_0xa52f2f(0x260)](_0x2068bc)){if(_0x37e884[_0xa52f2f(0x1ab)])continue;if(_0xa52f2f(0x206)==_0x37e884[_0xa52f2f(0x186)])continue;const _0x2febe7=this[_0xa52f2f(0xdf)](_0x37e884);if(_0x2febe7&&this[_0xa52f2f(0x229)](_0x2febe7)&&_0xa52f2f(0x245)!=_0x59a92f[_0xa52f2f(0x186)])continue;const _0x89b7f1=_0x37e884[_0xa52f2f(0xf1)]&&_0x37e884[_0xa52f2f(0xf1)][_0xa52f2f(0xfc)];(_0xa52f2f(0x1e4)!=_0x37e884[_0xa52f2f(0x186)]||_0xa52f2f(0x245)==_0x59a92f[_0xa52f2f(0x186)]&&!_0x89b7f1)&&(_0x4d7012[_0xa52f2f(0x16b)]||_0xa52f2f(0x21e)==_0x37e884[_0xa52f2f(0x186)]&&_0x4d7012[_0xa52f2f(0x19a)]||_0x37e884[_0xa52f2f(0x1e3)]()[_0xa52f2f(0x1fb)](_0x2068bc)&&this[_0xa52f2f(0x1d4)](_0x37e884,_0x3d0550,_0xd5a247));}});},{'priority':_0x2375ae(0x132)}),_0x1c0091[_0x2375ae(0x19f)]['on'](_0x2375ae(0x26e),(_0x4e7983,_0x5ae86d)=>{const _0x211265=_0x2375ae,_0x1e1c88=_0x5ae86d[0x0],_0x22d73e=_0x5ae86d[0x1];if(_0x22d73e&&_0x22d73e[_0x211265(0x169)])return;if(this[_0x211265(0x1a9)])return;if(!this[_0x211265(0x13d)][_0x211265(0xf0)])return;if(_0x1e1c88[_0x211265(0xe0)])return;const _0x169480=_0x1c0091[_0x211265(0x19f)][_0x211265(0x1a6)],{start:_0x53fc25,end:_0x2a973a}=_0x1e1c88[_0x211265(0x1e3)](),_0x3204d7=_0x53fc25[_0x211265(0x165)]&&_0x169480[_0x211265(0x1a8)](_0x53fc25[_0x211265(0x165)])?null:_0x169480[_0x211265(0x252)](_0x53fc25,_0x211265(0x1eb)),_0x103d6d=_0x2a973a[_0x211265(0x20e)]&&_0x169480[_0x211265(0x1a8)](_0x2a973a[_0x211265(0x20e)])?null:_0x169480[_0x211265(0x252)](_0x2a973a,_0x211265(0x1b4)),_0x331e4f=_0x1c0091[_0x211265(0x19f)][_0x211265(0x240)](_0x3204d7?_0x3204d7[_0x211265(0x10b)]:_0x53fc25,_0x103d6d?_0x103d6d[_0x211265(0x10f)]:_0x2a973a);_0x1c0091[_0x211265(0x19f)][_0x211265(0x14f)](_0x319217=>{const _0x4d3569=_0x211265;this[_0x4d3569(0x22d)](_0x331e4f);const _0xa7229c=_0x1c0091[_0x4d3569(0x19f)][_0x4d3569(0x1a6)][_0x4d3569(0x252)](_0x331e4f[_0x4d3569(0x10b)]);_0x1e1c88['is'](_0x4d3569(0x153))?_0x319217[_0x4d3569(0x246)](_0xa7229c):_0x1e1c88[_0x4d3569(0x265)](_0xa7229c);}),_0x4e7983[_0x211265(0x15a)]();},{'priority':_0x3f30e4[_0x2375ae(0xf8)]+0xa}),_0x1c0091[_0x2375ae(0x19f)]['on'](_0x2375ae(0x216),(_0x19bf13,_0x552a25)=>{const _0x390085=_0x2375ae,_0x2b77fd=_0x552a25[_0x552a25[_0x390085(0x1ed)]-0x1];_0x2b77fd&&_0x2b77fd[_0x390085(0x169)]||this[_0x390085(0x1a9)]||this[_0x390085(0x13d)][_0x390085(0xf0)]&&(_0x1c0091[_0x390085(0x19f)][_0x390085(0x14f)](()=>{const _0x38d171=_0x390085;let _0x2cc7f6=_0x1c0091[_0x38d171(0x19f)][_0x38d171(0x216)](_0x552a25[0x0],_0x552a25[0x1],_0x552a25[0x2],{'forceDefaultExecution':!0x0});if(!_0x2cc7f6)return;_0x19bf13[_0x38d171(0x15e)]=_0x2cc7f6[_0x38d171(0x128)]();const _0x1c328c=_0x2cc7f6[_0x38d171(0x10f)][_0x38d171(0x20e)],_0x2021b5=_0x1c0091[_0x38d171(0x19f)][_0x38d171(0x1a6)];_0x1c328c&&_0x2021b5[_0x38d171(0x238)](_0x1c328c)&&!_0x2021b5[_0x38d171(0x23d)](_0x1c328c)&&(_0x2cc7f6=_0x1c0091[_0x38d171(0x19f)][_0x38d171(0x240)](_0x2cc7f6[_0x38d171(0x10b)],_0x1c0091[_0x38d171(0x19f)][_0x38d171(0x23c)](_0x1c328c,_0x38d171(0x10f)))),this[_0x38d171(0xf2)](_0x2cc7f6);}),_0x19bf13[_0x390085(0x15a)]());},{'priority':_0x2375ae(0x232)}),this[_0x2375ae(0xe5)][_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x167),this[_0x2375ae(0x13d)]),this[_0x2375ae(0xf3)](_0x2375ae(0x167));const _0x373833=new _0x31ca0c(_0x1c0091,this[_0x2375ae(0x11f)]);_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x1b0),_0x373833),this[_0x2375ae(0xf3)](_0x2375ae(0x1b0));const _0x9de711=new _0x25ca8a(_0x1c0091,this[_0x2375ae(0x11f)]);_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x1e5),_0x9de711),this[_0x2375ae(0xf3)](_0x2375ae(0x1e5)),_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x1ad),new _0x21a9e0(_0x1c0091,_0x373833,this[_0x2375ae(0x11f)])),this[_0x2375ae(0xf3)](_0x2375ae(0x1ad)),_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x1e6),new _0x21a9e0(_0x1c0091,_0x9de711,this[_0x2375ae(0x11f)])),this[_0x2375ae(0xf3)](_0x2375ae(0x1e6)),_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x27d),new _0x715402(_0x1c0091,_0x373833,this[_0x2375ae(0x11f)])),this[_0x2375ae(0xf3)](_0x2375ae(0x27d)),_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x16f),new _0x715402(_0x1c0091,_0x9de711,this[_0x2375ae(0x11f)])),this[_0x2375ae(0xf3)](_0x2375ae(0x16f));const _0x242fb8=_0x1c0091[_0x2375ae(0x203)][_0x2375ae(0x25c)](_0x2375ae(0x212));this[_0x2375ae(0x10e)](_0x242fb8,_0x2375ae(0x162),(_0x248a6e,{threadId:_0x23cb14})=>{const _0x2850de=_0x2375ae,_0x57dd16=this[_0x2850de(0x11f)][_0x2850de(0x25c)](_0x23cb14);_0x57dd16&&_0x57dd16[_0x2850de(0x115)]&&0x1===_0x57dd16[_0x2850de(0x115)][_0x2850de(0x1ed)]&&this[_0x2850de(0x199)](_0x23cb14,{'hasComments':!0x0});},{'priority':_0x2375ae(0x193)}),this[_0x2375ae(0x10e)](_0x242fb8,_0x2375ae(0x140),(_0x523599,{threadId:_0x132730})=>{const _0x42e33f=_0x2375ae,_0x5e91be=this[_0x42e33f(0x11f)][_0x42e33f(0x25c)](_0x132730);_0x5e91be&&_0x5e91be[_0x42e33f(0x115)]&&!_0x5e91be[_0x42e33f(0x115)][_0x42e33f(0x1ed)]&&this[_0x42e33f(0x199)](_0x132730,{'hasComments':!0x1});},{'priority':_0x2375ae(0x193)});}set[_0x5a5c6d(0x198)](_0x27fb03){const _0x2d814c=_0x5a5c6d;if(this[_0x2d814c(0x266)])throw new _0x422e46(_0x2d814c(0x214),this);this[_0x2d814c(0x266)]=_0x27fb03;}get[_0x5a5c6d(0x198)](){const _0x43a2bc=_0x5a5c6d;return this[_0x43a2bc(0x266)];}[_0x5a5c6d(0x25b)]({skipNotAttached:_0x32fd1c=!0x1,toJSON:_0x2972bc=!0x1}={}){const _0x37c136=_0x5a5c6d,_0xc80941=[];for(const _0x2fa2fd of this[_0x37c136(0x11f)][_0x37c136(0x114)]())_0x32fd1c&&!_0x2fa2fd[_0x37c136(0x1d5)]||_0xc80941[_0x37c136(0x100)](_0x2fa2fd);return _0x2972bc?_0xc80941[_0x37c136(0x218)](_0x3e8c57=>_0x3e8c57[_0x37c136(0x1d2)]()):_0xc80941;}[_0x5a5c6d(0x111)](_0x5719c1){const _0x1c1edc=_0x5a5c6d,_0x2d3a69=this[_0x1c1edc(0x11f)][_0x1c1edc(0x25c)](_0x5719c1);if(!_0x2d3a69)throw new _0x422e46(_0x1c1edc(0xef),this);return _0x2d3a69;}[_0x5a5c6d(0x28e)](_0x353907){const _0x3503f9=_0x5a5c6d;return this[_0x3503f9(0x11f)][_0x3503f9(0x215)](_0x353907);}[_0x5a5c6d(0x1bf)](_0x58a57a){const _0x1e67e2=_0x5a5c6d,{authorId:_0x4add9d,id:_0x103bfc,attributes:_0xa5cda0}=_0x58a57a,[_0x3b153d,_0x52763e]=_0x58a57a[_0x1e67e2(0x186)][_0x1e67e2(0x245)](':'),_0x13fa56=this[_0x1e67e2(0x11f)][_0x1e67e2(0x25c)](_0x103bfc)||this[_0x1e67e2(0x144)](_0x3b153d,_0x52763e,_0x103bfc,_0x4add9d,_0xa5cda0);if(this[_0x1e67e2(0x289)](_0x13fa56),this[_0x1e67e2(0x163)](_0x13fa56,_0x3b153d,_0x52763e||null,_0x4add9d),_0x13fa56[_0x1e67e2(0x126)]=_0x58a57a[_0x1e67e2(0x126)],_0x13fa56[_0x1e67e2(0x1e9)]=!0x0,_0xa5cda0&&_0xa5cda0[_0x1e67e2(0xeb)]){const _0x6c627d=_0xa5cda0[_0x1e67e2(0xeb)],_0x1e0a2e=this[_0x1e67e2(0x28c)](_0x6c627d[_0x1e67e2(0x267)]);_0x13fa56[_0x1e67e2(0xde)]=_0x6c627d[_0x1e67e2(0x126)],_0x13fa56[_0x1e67e2(0x137)]=_0x1e0a2e,_0x13fa56[_0x1e67e2(0x1da)]=!0x0;}else _0x13fa56[_0x1e67e2(0xde)]=_0x58a57a[_0x1e67e2(0x126)];switch(_0x58a57a[_0x1e67e2(0xf1)]&&(_0x13fa56[_0x1e67e2(0xf1)]=_0x58a57a[_0x1e67e2(0xf1)]),_0x58a57a[_0x1e67e2(0x275)]&&(_0x13fa56[_0x1e67e2(0x275)]=_0x58a57a[_0x1e67e2(0x275)]),this[_0x1e67e2(0x266)]&&this[_0x1e67e2(0x266)][_0x1e67e2(0xfb)]||(_0x13fa56[_0x1e67e2(0x112)]=!0x0),this[_0x1e67e2(0x1b3)][_0x1e67e2(0x25c)](_0x13fa56)){case _0x1e67e2(0x256):this[_0x1e67e2(0x1b3)][_0x1e67e2(0x17a)](_0x13fa56,_0x1e67e2(0x287));break;case _0x1e67e2(0x18b):_0x13fa56[_0x1e67e2(0x1d5)]?(this[_0x1e67e2(0x20a)](new Set([_0x13fa56])),this[_0x1e67e2(0xe6)](new Set([_0x13fa56])),this[_0x1e67e2(0x1b3)][_0x1e67e2(0x17a)](_0x13fa56,_0x1e67e2(0x11d)),this[_0x1e67e2(0x20d)](_0x1e67e2(0x243),_0x13fa56)):this[_0x1e67e2(0x1b3)][_0x1e67e2(0x17a)](_0x13fa56,_0x1e67e2(0x12c));}return _0x13fa56;}[_0x5a5c6d(0x1b0)](_0x55205b){const _0x2dcbd8=_0x5a5c6d;this[_0x2dcbd8(0x169)](()=>{const _0x249e7c=_0x2dcbd8;this[_0x249e7c(0xe5)][_0x249e7c(0x19f)][_0x249e7c(0x14f)](()=>{const _0x494353=_0x249e7c;for(const _0x488c18 of _0x55205b[_0x494353(0x257)]())_0x488c18[_0x494353(0x26d)]();});});}[_0x5a5c6d(0x1e5)](_0x269c8f){const _0x4b3c07=_0x5a5c6d;this[_0x4b3c07(0x169)](()=>{const _0xcb8eae=_0x4b3c07;this[_0xcb8eae(0xe5)][_0xcb8eae(0x19f)][_0xcb8eae(0x14f)](()=>{const _0x48c418=_0xcb8eae;for(const _0x18fbca of _0x269c8f[_0x48c418(0x257)]())_0x18fbca[_0x48c418(0x1a0)]();});});}[_0x5a5c6d(0xf3)](_0x2c408d,_0x282aae){const _0x458492=_0x5a5c6d,_0x10d465=this[_0x458492(0xe5)][_0x458492(0x1d1)][_0x458492(0x25c)](_0x2c408d);if(!_0x10d465)throw new _0x422e46(_0x458492(0x184),this,{'commandName':_0x2c408d});if(this[_0x458492(0xfe)][_0x458492(0x215)](_0x10d465))throw new _0x422e46(_0x458492(0xea),this,{'commandName':_0x2c408d});this[_0x458492(0xfe)][_0x458492(0x16c)](_0x10d465),_0x282aae&&_0x10d465['on'](_0x458492(0x1ee),(_0x104a0c,_0x55bad1)=>{const _0x517bb1=_0x458492;this[_0x517bb1(0x13d)][_0x517bb1(0xf0)]&&(this[_0x517bb1(0x1a9)]||(_0x55bad1[_0x517bb1(0x1ed)]>0x0&&_0x55bad1[_0x55bad1[_0x517bb1(0x1ed)]-0x1]&&_0x55bad1[_0x55bad1[_0x517bb1(0x1ed)]-0x1][_0x517bb1(0x169)]?_0x55bad1[_0x517bb1(0x1f7)]():(_0x104a0c[_0x517bb1(0x15e)]=_0x282aae((..._0x129e12)=>_0x10d465[_0x517bb1(0x1ee)](..._0x129e12,{'forceDefaultExecution':!0x0}),..._0x55bad1),_0x104a0c[_0x517bb1(0x15a)]())));},{'priority':_0x458492(0x232)});}[_0x5a5c6d(0x169)](_0x48287c){const _0x3eb800=_0x5a5c6d;let _0x5ce9d7,_0x361d67;const _0x402ac6=this[_0x3eb800(0x1a9)];this[_0x3eb800(0x1a9)]=!0x0;try{_0x5ce9d7=_0x48287c();}catch(_0x198940){_0x361d67=_0x198940;}return _0x402ac6||(this[_0x3eb800(0x1a9)]=!0x1),_0x361d67&&_0x422e46[_0x3eb800(0x23a)](_0x361d67,this),_0x5ce9d7;}[_0x5a5c6d(0xf2)](_0x27256c,_0x27f38f=null,_0x380015={}){const _0xb70e6b=_0x5a5c6d;if(_0x27256c[_0xb70e6b(0xe0)])return null;const _0x420ffc=this[_0xb70e6b(0xe5)][_0xb70e6b(0x203)][_0xb70e6b(0x25c)](_0xb70e6b(0x223))['me'];for(const {suggestion:_0x5c215f,meta:_0x360d68}of this[_0xb70e6b(0x260)](_0x27256c,_0xb70e6b(0x21e)))if(_0x360d68[_0xb70e6b(0x19a)]){if(!_0x360d68[_0xb70e6b(0x131)]){if(_0x360d68[_0xb70e6b(0x16b)]){if(!this[_0xb70e6b(0x18c)]||!qt(_0x5c215f,_0x380015))continue;return _0x5c215f;}if(qt(_0x5c215f,_0x380015))return _0x5c215f;this[_0xb70e6b(0x1d4)](_0x5c215f,_0x27256c[_0xb70e6b(0x10b)],_0x27256c[_0xb70e6b(0x10f)]);break;}if(_0x27f38f==_0x5c215f[_0xb70e6b(0x183)]&&qt(_0x5c215f,_0x380015)){const _0x1923cb=_0x5c215f[_0xb70e6b(0x1e3)]();return _0x1923cb[_0xb70e6b(0x10b)][_0xb70e6b(0x1c6)](_0x27256c[_0xb70e6b(0x10f)])?this[_0xb70e6b(0x164)](_0x5c215f,this[_0xb70e6b(0x159)][_0xb70e6b(0x240)](_0x27256c[_0xb70e6b(0x10b)],_0x1923cb[_0xb70e6b(0x10f)])):this[_0xb70e6b(0x164)](_0x5c215f,this[_0xb70e6b(0x159)][_0xb70e6b(0x240)](_0x1923cb[_0xb70e6b(0x10b)],_0x27256c[_0xb70e6b(0x10f)])),_0x5c215f;}}const _0x1bfddf=_0x1b8ddb(),_0x3d9b5b=_0x420ffc['id'],_0x2a2be6=_0x27f38f?_0xb70e6b(0xf7)+_0x27f38f:_0xb70e6b(0x21e),_0x2fef98=this[_0xb70e6b(0x24c)]({'id':_0x1bfddf,'type':_0x2a2be6,'createdAt':new Date(),'authorId':_0x3d9b5b,'attributes':_0x380015});return this[_0xb70e6b(0x1c1)](_0x2a2be6,_0x1bfddf,_0x3d9b5b,_0x27256c),_0x2fef98;}[_0x5a5c6d(0x25a)](_0x4d122c,_0x18deae=_0x5a5c6d(0x1b7),_0x99a975={}){const _0x217d16=_0x5a5c6d,_0x1ceec5=this[_0x217d16(0xe5)][_0x217d16(0x203)][_0x217d16(0x25c)](_0x217d16(0x223))['me'],_0x1bbd8f=this[_0x217d16(0x1f3)][_0x217d16(0x12f)](_0x217d16(0x21e),_0x18deae,_0x217d16(0x27f));for(const _0x326b50 of this[_0x217d16(0x25b)]())if(_0x326b50[_0x217d16(0x137)]['id']==_0x1ceec5['id']&&_0x217d16(0x21e)==_0x326b50[_0x217d16(0x186)]&&_0x326b50[_0x217d16(0x183)]==_0x18deae&&qt(_0x326b50,_0x99a975)&&(_0x1bbd8f(_0x326b50[_0x217d16(0x1f9)](),_0x4d122c)||_0x1bbd8f(_0x4d122c,_0x326b50[_0x217d16(0x1f9)]()))){for(const _0x316109 of _0x4d122c)_0x326b50[_0x217d16(0x274)](_0x316109);return _0x326b50;}for(const {suggestion:_0x2ad848,meta:_0x2622ad}of this[_0x217d16(0x260)](_0x4d122c,_0x217d16(0x21e))){if(!_0x2622ad[_0x217d16(0x19a)])continue;if(!this[_0x217d16(0x18c)]&&_0x2622ad[_0x217d16(0x16b)])continue;if(!qt(_0x2ad848,_0x99a975))continue;let _0x575d0e=!0x0;for(const _0x4a1eda of _0x2ad848[_0x217d16(0x1f9)]())for(const _0x35d8be of _0x4d122c)if(!_0x4a1eda[_0x217d16(0x1fb)](_0x35d8be)){_0x575d0e=!0x1;break;}if(_0x575d0e)return _0x2ad848;}const _0x34be07=_0x1b8ddb(),_0x14f3ce=_0x1ceec5['id'],_0x4dead9=_0x217d16(0xf7)+_0x18deae,_0x288165=this[_0x217d16(0x24c)]({'id':_0x34be07,'type':_0x4dead9,'createdAt':new Date(),'authorId':_0x14f3ce,'attributes':_0x99a975});for(const _0x22cee8 of _0x4d122c)this[_0x217d16(0x1c1)](_0x4dead9,_0x34be07,_0x14f3ce,_0x22cee8,_0x5a1e4d[_0x217d16(0x166)]());return _0x288165;}[_0x5a5c6d(0x28d)](_0x811f07,_0xed7d14,_0x37503a=null,_0x1c9acb={}){const _0x162f0d=_0x5a5c6d;if(_0x37503a=_0x37503a||Gt(_0xed7d14),_0x811f07[_0x162f0d(0xe0)])return null;if(_0x162f0d(0x196)===this[_0x162f0d(0x280)]){const _0x4056c3=this[_0x162f0d(0x1f3)][_0x162f0d(0x12f)](_0x162f0d(0x206),_0x37503a,_0x162f0d(0x26d));return this[_0x162f0d(0x169)](()=>_0x4056c3([_0x811f07],_0xed7d14,_0x1c9acb)),null;}const _0x272ca2=this[_0x162f0d(0xe5)][_0x162f0d(0x203)][_0x162f0d(0x25c)](_0x162f0d(0x223))['me'],_0xfdd371=[];if(_0x162f0d(0x1ca)!==this[_0x162f0d(0x280)]){for(const {suggestion:_0x224f72,meta:_0x249f1b}of this[_0x162f0d(0x260)](_0x811f07,_0x162f0d(0x21e)))_0x249f1b[_0x162f0d(0x19a)]&&!_0x249f1b[_0x162f0d(0x225)]&&_0xfdd371[_0x162f0d(0x100)](..._0x224f72[_0x162f0d(0x1f9)]());}const _0x258094=function(_0x48769f,_0x4c225b){const _0x154cd2=_0x162f0d,_0x56037b=[];for(const _0x35278e of _0x4c225b){const _0x419b4f=_0x48769f[_0x154cd2(0x19e)](_0x35278e);_0x419b4f&&_0x56037b[_0x154cd2(0x100)](_0x419b4f);}return _0x56037b;}(_0x811f07,_0xfdd371),_0x453931=function(_0x3c32ec,_0x486760){const _0x1d3c8b=_0x162f0d,_0x57b693=[_0x3c32ec];for(const _0x53b691 of _0x486760){let _0x4ae3af=0x0;for(;_0x4ae3af<_0x57b693[_0x1d3c8b(0x1ed)];){const _0x3c597e=_0x57b693[_0x4ae3af][_0x1d3c8b(0x1a4)](_0x53b691);_0x57b693[_0x1d3c8b(0x205)](_0x4ae3af,0x1,..._0x3c597e),_0x4ae3af+=_0x3c597e[_0x1d3c8b(0x1ed)];}}return _0x57b693;}(_0x811f07,_0xfdd371);_0x258094[_0x162f0d(0x1ed)]&&this[_0x162f0d(0x159)][_0x162f0d(0x14f)](()=>{const _0x2abf80=_0x162f0d;for(const _0x25de2e of _0x258094){const _0x4fbf91=this[_0x2abf80(0x1f3)][_0x2abf80(0x12f)](_0x2abf80(0x206),_0x37503a,_0x2abf80(0x26d));this[_0x2abf80(0x169)](()=>_0x4fbf91([_0x25de2e],_0xed7d14,_0x1c9acb));}});for(const _0x154e75 of _0x453931){let _0x168d67=null,_0x5087e7=_0x154e75[_0x162f0d(0x10b)],_0x17bf84=_0x154e75[_0x162f0d(0x10f)];for(const {suggestion:_0x50c96f,meta:_0x46744a}of this[_0x162f0d(0x260)](_0x154e75,_0x162f0d(0x206))){if(!_0x46744a[_0x162f0d(0x19a)])continue;if(_0x50c96f[_0x162f0d(0x183)]!=_0x37503a)continue;if(!qt(_0x50c96f,_0x1c9acb))continue;const _0x3c64bc=_0x50c96f[_0x162f0d(0x1e3)]();if(_0x3c64bc[_0x162f0d(0x1fb)](_0x154e75,!0x0))return null;_0x5087e7=_0x5087e7[_0x162f0d(0xe8)](_0x3c64bc[_0x162f0d(0x10b)])?_0x5087e7:_0x3c64bc[_0x162f0d(0x10b)],_0x17bf84=_0x17bf84[_0x162f0d(0x14e)](_0x3c64bc[_0x162f0d(0x10f)])?_0x17bf84:_0x3c64bc[_0x162f0d(0x10f)],_0x168d67?_0x3c64bc[_0x162f0d(0x10b)][_0x162f0d(0xe8)](_0x168d67[_0x162f0d(0x1e3)]()[_0x162f0d(0x10b)])?(_0x168d67[_0x162f0d(0x231)](),_0x168d67=_0x50c96f):_0x50c96f[_0x162f0d(0x231)]():_0x168d67=_0x50c96f;}const _0x131fc1=this[_0x162f0d(0x159)][_0x162f0d(0x240)](_0x5087e7,_0x17bf84);if(_0x168d67)this[_0x162f0d(0x164)](_0x168d67,_0x131fc1);else{const _0x2eb8cc=_0x1b8ddb(),_0x56355f=_0x272ca2['id'];this[_0x162f0d(0x24c)]({'id':_0x2eb8cc,'type':_0x162f0d(0x19c)+_0x37503a,'data':_0xed7d14,'createdAt':new Date(),'authorId':_0x56355f,'attributes':_0x1c9acb}),this[_0x162f0d(0x1c1)](_0x162f0d(0x19c)+_0x37503a,_0x2eb8cc,_0x56355f,_0x131fc1);}}return null;}[_0x5a5c6d(0x1b8)](_0xe149f3,_0x4d2a70,_0x4e0c9b=[],_0x6fe4c3=null,_0x3231bd={}){const _0x58a336=_0x5a5c6d;_0x4d2a70[_0x58a336(0x1d9)]||(_0x4d2a70[_0x58a336(0x1d9)]=_0x4d2a70[_0x58a336(0xec)]),_0x4d2a70[_0x58a336(0xfc)]=_0xe149f3['is'](_0x58a336(0x1e1)),_0x6fe4c3=_0x6fe4c3||Gt(_0x4d2a70);const _0x20a0e9=_0x4e0c9b[_0x58a336(0x218)](_0xc2cc7e=>Lt(_0xc2cc7e,this[_0x58a336(0x159)])),_0x247989=_0xe149f3['is'](_0x58a336(0x1e1))?_0xe149f3:Lt(_0xe149f3,this[_0x58a336(0x159)]);if(_0x58a336(0x196)===this[_0x58a336(0x280)]){const _0x3076ce=this[_0x58a336(0x1f3)][_0x58a336(0x12f)](_0x58a336(0x1e4),_0x6fe4c3,_0x58a336(0x26d));return this[_0x58a336(0x169)](()=>_0x3076ce([_0x247989],_0x4d2a70,_0x3231bd)),null;}_0x20a0e9[_0x58a336(0x100)](_0x247989);let _0x177b68=!0x0;for(const _0x5f11d4 of _0x20a0e9)if(!this[_0x58a336(0x1c5)](_0x5f11d4)){_0x177b68=!0x1;break;}if(_0x177b68&&_0x58a336(0x1ca)!==this[_0x58a336(0x280)]){const _0x4e439f=this[_0x58a336(0x1f3)][_0x58a336(0x12f)](_0x58a336(0x1e4),_0x6fe4c3,_0x58a336(0x26d));return this[_0x58a336(0x169)](()=>_0x4e439f([_0x247989],_0x4d2a70,_0x3231bd)),null;}let _0x598b6f=null,_0x4781d8=_0x247989[_0x58a336(0x10b)],_0xab67c3=_0x247989[_0x58a336(0x10f)];for(const {suggestion:_0x3bb23b,meta:_0x573a50}of this[_0x58a336(0x260)](_0x247989,_0x58a336(0x1e4))){if(!_0x573a50[_0x58a336(0x19a)])continue;if(_0x573a50[_0x58a336(0x131)]||_0x573a50[_0x58a336(0x16b)]||_0x573a50[_0x58a336(0x225)])continue;if(_0x3bb23b[_0x58a336(0xf1)][_0x58a336(0x1d9)]!=_0x4d2a70[_0x58a336(0x1d9)])continue;if(!qt(_0x3bb23b,_0x3231bd))continue;const _0x24d15e=_0x3bb23b[_0x58a336(0x1e3)]();if(_0x3bb23b[_0x58a336(0x183)]==_0x6fe4c3){if(_0x24d15e[_0x58a336(0x1fb)](_0x247989,!0x0))return null;_0x4781d8=_0x4781d8[_0x58a336(0xe8)](_0x24d15e[_0x58a336(0x10b)])?_0x4781d8:_0x24d15e[_0x58a336(0x10b)],_0xab67c3=_0xab67c3[_0x58a336(0x14e)](_0x24d15e[_0x58a336(0x10f)])?_0xab67c3:_0x24d15e[_0x58a336(0x10f)],_0x598b6f?_0x24d15e[_0x58a336(0x10b)][_0x58a336(0xe8)](_0x598b6f[_0x58a336(0x1e3)]()[_0x58a336(0x10b)])?(_0x598b6f[_0x58a336(0x231)](),_0x598b6f=_0x3bb23b):_0x3bb23b[_0x58a336(0x231)]():_0x598b6f=_0x3bb23b;}else{const _0x259141=_0x247989[_0x58a336(0x19e)](_0x24d15e);this[_0x58a336(0x1bb)](_0x3bb23b,_0x259141);}}const _0x4f3f8f=this[_0x58a336(0xe5)][_0x58a336(0x203)][_0x58a336(0x25c)](_0x58a336(0x223))['me'],_0x512347=_0x1b8ddb(),_0x1ed320=_0x4f3f8f['id'];if(_0x598b6f)return this[_0x58a336(0x164)](_0x598b6f,this[_0x58a336(0x159)][_0x58a336(0x240)](_0x4781d8,_0xab67c3)),_0x598b6f;{const _0x5590e9=this[_0x58a336(0x24c)]({'id':_0x512347,'type':_0x58a336(0x24f)+_0x6fe4c3,'data':_0x4d2a70,'createdAt':new Date(),'authorId':_0x1ed320,'attributes':_0x3231bd});return this[_0x58a336(0x1c1)](_0x58a336(0x24f)+_0x6fe4c3,_0x512347,_0x1ed320,this[_0x58a336(0x159)][_0x58a336(0x240)](_0x4781d8,_0xab67c3)),_0x5590e9;}}[_0x5a5c6d(0x129)](_0x31772e,_0x158156,_0x5838e3=[],_0xb40bd=null,_0x333c2e={}){const _0x35abe7=_0x5a5c6d;_0x158156[_0x35abe7(0x1d9)]||(_0x158156[_0x35abe7(0x1d9)]=_0x158156[_0x35abe7(0xec)]);const _0x439918=_0x31772e[0x0];_0x158156[_0x35abe7(0xfc)]=_0x439918['is'](_0x35abe7(0x1e1)),_0xb40bd=_0xb40bd||Gt(_0x158156);const _0x14961e=_0x5838e3[_0x35abe7(0x218)](_0x245291=>Lt(_0x245291,this[_0x35abe7(0x159)])),_0x539c6f=_0x439918['is'](_0x35abe7(0x1e1))?_0x31772e:_0x31772e[_0x35abe7(0x218)](_0xccb065=>Lt(_0xccb065,this[_0x35abe7(0x159)]));if(_0x35abe7(0x196)===this[_0x35abe7(0x280)]){const _0x3ef01e=this[_0x35abe7(0x1f3)][_0x35abe7(0x12f)](_0x35abe7(0x1e4),_0xb40bd,_0x35abe7(0x26d));return this[_0x35abe7(0x169)](()=>_0x3ef01e(_0x539c6f,_0x158156,_0x333c2e)),null;}_0x14961e[_0x35abe7(0x100)](..._0x539c6f);let _0x3940c2=!0x0;for(const _0x51f3ca of _0x14961e)if(!this[_0x35abe7(0x1c5)](_0x51f3ca)){_0x3940c2=!0x1;break;}if(_0x3940c2&&_0x35abe7(0x1ca)!==this[_0x35abe7(0x280)]){const _0x45e43e=this[_0x35abe7(0x1f3)][_0x35abe7(0x12f)](_0x35abe7(0x1e4),_0xb40bd,_0x35abe7(0x26d));return this[_0x35abe7(0x169)](()=>_0x45e43e(_0x539c6f,_0x158156,_0x333c2e)),null;}const _0x2f46ec=this[_0x35abe7(0xe5)][_0x35abe7(0x203)][_0x35abe7(0x25c)](_0x35abe7(0x223))['me'];for(const _0x23a43e of this[_0x35abe7(0x25b)]()){if(_0x23a43e[_0x35abe7(0x137)]['id']!=_0x2f46ec['id'])continue;if(_0x35abe7(0x1e4)!=_0x23a43e[_0x35abe7(0x186)]||_0x23a43e[_0x35abe7(0xf1)][_0x35abe7(0x1d9)]!=_0x158156[_0x35abe7(0x1d9)])continue;if(!qt(_0x23a43e,_0x333c2e))continue;const _0x37a2cb=_0x23a43e[_0x35abe7(0x183)]==_0xb40bd;for(let _0xe855fe=0x0;_0xe855fe<_0x539c6f[_0x35abe7(0x1ed)];_0xe855fe++){const _0x4f2554=_0x539c6f[_0xe855fe];for(const _0x1ecd1a of _0x23a43e[_0x35abe7(0x16e)]()){const _0x5eff54=_0x1ecd1a[_0x35abe7(0x122)]();if(_0x4f2554[_0x35abe7(0x1c6)](_0x5eff54)){_0x37a2cb?(_0x539c6f[_0x35abe7(0x205)](_0xe855fe,0x1),_0xe855fe--):_0x23a43e[_0x35abe7(0x121)](_0x1ecd1a[_0x35abe7(0x268)]);break;}}}}if(0x0==_0x539c6f[_0x35abe7(0x1ed)])return null;const _0x20cfe7=this[_0x35abe7(0x1f3)][_0x35abe7(0x12f)](_0x35abe7(0x1e4),_0xb40bd,_0x35abe7(0x27f));for(const _0x2560c2 of this[_0x35abe7(0x25b)]())if(_0x2560c2[_0x35abe7(0x137)]['id']==_0x2f46ec['id']&&_0x35abe7(0x1e4)==_0x2560c2[_0x35abe7(0x186)]&&_0x2560c2[_0x35abe7(0xf1)][_0x35abe7(0x1d9)]==_0x158156[_0x35abe7(0x1d9)]&&_0x2560c2[_0x35abe7(0x183)]==_0xb40bd&&qt(_0x2560c2,_0x333c2e)&&(_0x20cfe7(_0x2560c2[_0x35abe7(0x1f9)](),_0x539c6f)||_0x20cfe7(_0x539c6f,_0x2560c2[_0x35abe7(0x1f9)]()))){for(const _0x2a221d of _0x539c6f)_0x2560c2[_0x35abe7(0x274)](_0x2a221d);return _0x2560c2;}const _0x3c7741=_0x1b8ddb(),_0xce725e=_0x2f46ec['id'],_0x5beac3=_0x35abe7(0x24f)+_0xb40bd,_0x3cf300=this[_0x35abe7(0x24c)]({'id':_0x3c7741,'type':_0x5beac3,'data':_0x158156,'createdAt':new Date(),'authorId':_0xce725e,'attributes':_0x333c2e});for(const _0x57f708 of _0x539c6f)this[_0x35abe7(0x1c1)](_0x5beac3,_0x3c7741,_0xce725e,_0x57f708,_0x5a1e4d[_0x35abe7(0x166)]());return _0x3cf300;}[_0x5a5c6d(0x22d)](_0x4e2b13,_0x28db4e=null,_0x42a44e={}){const _0x2340fd=_0x5a5c6d;if(_0x4e2b13[_0x2340fd(0xe0)])return null;const _0x12eb8a=this[_0x2340fd(0xe5)][_0x2340fd(0x203)][_0x2340fd(0x25c)](_0x2340fd(0x223))['me'],_0x32241f=new _0x5197ad(_0x4e2b13[_0x2340fd(0x10b)],_0x4e2b13[_0x2340fd(0x10f)]);for(const {suggestion:_0x4c5608,meta:_0x277c6e}of this[_0x2340fd(0x260)](_0x32241f,_0x2340fd(0x21e)))if(_0x277c6e[_0x2340fd(0x19a)]&&!_0x277c6e[_0x2340fd(0x131)]){if(_0x4c5608[_0x2340fd(0x1ab)]){const _0x3858d7=_0x4c5608[_0x2340fd(0x1f9)]()[_0x2340fd(0x155)](_0x47a48f=>_0x2340fd(0x211)!=_0x47a48f[_0x2340fd(0x17f)][_0x2340fd(0x12b)]);_0x3858d7[_0x2340fd(0x23e)](_0x14e1b5=>_0x32241f[_0x2340fd(0x1fb)](_0x14e1b5,!0x0))&&_0x4c5608[_0x2340fd(0x1a0)]();if(_0x3858d7[_0x2340fd(0x281)](_0x58b462=>_0x58b462[_0x2340fd(0x1fb)](_0x32241f,!0x0))){const _0x564e02=this[_0x2340fd(0x1f3)][_0x2340fd(0x12f)](_0x2340fd(0x135),_0x28db4e,_0x2340fd(0x26d));return this[_0x2340fd(0x169)](()=>_0x564e02([_0x32241f],null,_0x42a44e)),null;}}else{const _0x473fb3=_0x32241f[_0x2340fd(0x19e)](_0x4c5608[_0x2340fd(0x1e3)]());null!==_0x473fb3&&_0x4c5608[_0x2340fd(0x161)]([_0x473fb3],null,_0x42a44e);}}if(_0x32241f[_0x2340fd(0xe1)](),_0x32241f[_0x2340fd(0xe0)]||_0x2340fd(0x211)==_0x32241f[_0x2340fd(0x17f)][_0x2340fd(0x12b)])return null;let _0x28a701=null,_0x1939a6=_0x32241f[_0x2340fd(0x10b)],_0x298618=_0x32241f[_0x2340fd(0x10f)];const _0x13ed38=this[_0x2340fd(0x260)](_0x32241f,_0x2340fd(0x135));for(const {suggestion:_0x536ffd,meta:_0x500ed2}of _0x13ed38){const _0x2cae6d=this[_0x2340fd(0x159)][_0x2340fd(0x240)](_0x1939a6,_0x298618);if(_0x500ed2[_0x2340fd(0x19a)]&&(this[_0x2340fd(0x18c)]||!_0x500ed2[_0x2340fd(0x16b)]&&!_0x500ed2[_0x2340fd(0x225)])){if(_0x536ffd[_0x2340fd(0x1ab)]){if(!qt(_0x536ffd,_0x42a44e))continue;let _0x2f6db7=!0x0;for(const _0x4907f9 of _0x536ffd[_0x2340fd(0x1f9)]()){if(_0x4907f9[_0x2340fd(0x1fb)](_0x2cae6d,!0x0))return _0x536ffd;_0x2cae6d[_0x2340fd(0x1fb)](_0x4907f9)||(_0x2f6db7=!0x1);}_0x2f6db7&&_0x536ffd[_0x2340fd(0x1a0)]();}else{const _0xc94592=_0x536ffd[_0x2340fd(0x1e3)]();if(_0xc94592[_0x2340fd(0x1fb)](_0x2cae6d,!0x0))return _0x536ffd;if(!qt(_0x536ffd,_0x42a44e)){_0x2cae6d[_0x2340fd(0x1fb)](_0xc94592)?_0x536ffd[_0x2340fd(0x231)]():_0xc94592[_0x2340fd(0x284)](_0x1939a6)?_0x1939a6=_0xc94592[_0x2340fd(0x10f)]:_0xc94592[_0x2340fd(0x284)](_0x298618)&&(_0x298618=_0xc94592[_0x2340fd(0x10b)]);continue;}_0x1939a6=_0x1939a6[_0x2340fd(0xe8)](_0xc94592[_0x2340fd(0x10b)])?_0x1939a6:_0xc94592[_0x2340fd(0x10b)],_0x298618=_0x298618[_0x2340fd(0x14e)](_0xc94592[_0x2340fd(0x10f)])?_0x298618:_0xc94592[_0x2340fd(0x10f)],_0x42a44e=Object[_0x2340fd(0x24a)]({},_0x536ffd[_0x2340fd(0x275)]),_0x28a701?_0xc94592[_0x2340fd(0x10b)][_0x2340fd(0xe8)](_0x28a701[_0x2340fd(0x1e3)]()[_0x2340fd(0x10b)])?(_0x28a701[_0x2340fd(0x231)](),_0x28a701=_0x536ffd):_0x536ffd[_0x2340fd(0x231)]():_0x28a701=_0x536ffd;}}}if(_0x28a701)return this[_0x2340fd(0x164)](_0x28a701,this[_0x2340fd(0x159)][_0x2340fd(0x240)](_0x1939a6,_0x298618)),_0x28a701;{const _0x46acce=_0x1b8ddb(),_0x2792fd=this[_0x2340fd(0x159)][_0x2340fd(0x240)](_0x1939a6,_0x298618),_0x42d0c3=_0x12eb8a['id'],_0x311b45=_0x28db4e?_0x2340fd(0x261)+_0x28db4e:_0x2340fd(0x135),_0x33e1e0=this[_0x2340fd(0x24c)]({'id':_0x46acce,'type':_0x311b45,'createdAt':new Date(),'authorId':_0x42d0c3,'attributes':_0x42a44e});return this[_0x2340fd(0x1c1)](_0x311b45,_0x46acce,_0x42d0c3,_0x2792fd),_0x33e1e0;}}[_0x5a5c6d(0x27e)](_0x234aa1,_0x5bc4cf=_0x5a5c6d(0x1b7),_0x4ac0ad={}){const _0x163f66=_0x5a5c6d,_0xae01eb=this[_0x163f66(0xe5)][_0x163f66(0x203)][_0x163f66(0x25c)](_0x163f66(0x223))['me'],_0x1c7f36=_0x234aa1[_0x163f66(0x218)](_0x2a393f=>new _0x5197ad(_0x2a393f[_0x163f66(0x10b)],_0x2a393f[_0x163f66(0x10f)])),_0x3d9867=new Set();for(const {suggestion:_0x1ed725,meta:_0x2f748c}of this[_0x163f66(0x260)](_0x1c7f36,_0x163f66(0x21e)))_0x2f748c[_0x163f66(0x19a)]&&!_0x2f748c[_0x163f66(0x131)]&&_0x3d9867[_0x163f66(0x16c)](_0x1ed725);for(const _0x2f39bb of _0x3d9867)if(_0x2f39bb[_0x163f66(0x1ab)]){const _0x2dc58b=_0x2f39bb[_0x163f66(0x1f9)]();(!_0x2f39bb[_0x163f66(0x275)]||!_0x2f39bb[_0x163f66(0x275)][_0x163f66(0x1f5)])&&(_0x2dc58b[_0x163f66(0x23e)](_0x4efce7=>_0x1c7f36[_0x163f66(0x281)](_0x4dadea=>_0x4dadea[_0x163f66(0x1fb)](_0x4efce7,!0x0)))&&_0x2f39bb[_0x163f66(0x1a0)]());if(_0x1c7f36[_0x163f66(0x23e)](_0x168f03=>_0x2dc58b[_0x163f66(0x281)](_0x57f760=>_0x57f760[_0x163f66(0x1fb)](_0x168f03,!0x0)))){const _0x59852e=this[_0x163f66(0x1f3)][_0x163f66(0x12f)](_0x163f66(0x135),_0x5bc4cf,_0x163f66(0x26d));return this[_0x163f66(0x169)](()=>_0x59852e(_0x234aa1,null,_0x4ac0ad)),null;}}else{const _0xc58a4b=_0x2f39bb[_0x163f66(0x1e3)]();_0x1c7f36[_0x163f66(0x281)](_0x5a2647=>_0x5a2647[_0x163f66(0x1fb)](_0xc58a4b,!0x0))&&_0x2f39bb[_0x163f66(0x1a0)]();if(_0x1c7f36[_0x163f66(0x23e)](_0x46b723=>_0xc58a4b[_0x163f66(0x1fb)](_0x46b723,!0x0))){const _0x31fd28=this[_0x163f66(0x1f3)][_0x163f66(0x12f)](_0x163f66(0x135),_0x5bc4cf,_0x163f66(0x26d));return this[_0x163f66(0x169)](()=>_0x31fd28(_0x1c7f36,null,_0x4ac0ad)),null;}}const _0xc6d99b=this[_0x163f66(0x1f3)][_0x163f66(0x12f)](_0x163f66(0x135),_0x5bc4cf,_0x163f66(0x27f));let _0x3e4fc3=null;for(const _0x37bc6b of this[_0x163f66(0x25b)]())if(_0x37bc6b[_0x163f66(0x137)]['id']==_0xae01eb['id']&&_0x37bc6b[_0x163f66(0x1d5)]&&_0x163f66(0x135)==_0x37bc6b[_0x163f66(0x186)]&&_0x37bc6b[_0x163f66(0x183)]==_0x5bc4cf&&qt(_0x37bc6b,_0x4ac0ad)&&(_0xc6d99b(_0x37bc6b[_0x163f66(0x1f9)](),_0x1c7f36)||_0xc6d99b(_0x1c7f36,_0x37bc6b[_0x163f66(0x1f9)]()))){if(_0x3e4fc3){if(_0x37bc6b[_0x163f66(0x115)]&&_0x37bc6b[_0x163f66(0x115)][_0x163f66(0x1ed)])continue;for(const _0x29aae7 of _0x37bc6b[_0x163f66(0x1f9)]())_0x3e4fc3[_0x163f66(0x1c9)](_0x29aae7)||_0x3e4fc3[_0x163f66(0x274)](_0x29aae7);_0x37bc6b[_0x163f66(0x231)]();}else{_0x3e4fc3=_0x37bc6b;for(const _0xa5de3c of _0x1c7f36)_0x37bc6b[_0x163f66(0x1c9)](_0xa5de3c)||_0x37bc6b[_0x163f66(0x274)](_0xa5de3c);}}if(_0x3e4fc3)return _0x3e4fc3;_0x3d9867[_0x163f66(0x201)]();for(const {suggestion:_0x4c3d40,meta:_0x52ecc3}of this[_0x163f66(0x260)](_0x1c7f36,_0x163f66(0x135)))_0x52ecc3[_0x163f66(0x19a)]&&(this[_0x163f66(0x18c)]||!_0x52ecc3[_0x163f66(0x16b)]&&!_0x52ecc3[_0x163f66(0x225)])&&qt(_0x4c3d40,_0x4ac0ad)&&_0x3d9867[_0x163f66(0x16c)](_0x4c3d40);for(const _0x41d28b of _0x3d9867){const _0x5a4151=_0x41d28b[_0x163f66(0x1f9)]();if(!_0x4ac0ad||!_0x4ac0ad[_0x163f66(0x1f5)]){if(_0x1c7f36[_0x163f66(0x23e)](_0x587e31=>_0x5a4151[_0x163f66(0x281)](_0xee7af1=>_0xee7af1[_0x163f66(0x1fb)](_0x587e31,!0x0))))return _0x41d28b;}(!_0x41d28b[_0x163f66(0x275)]||!_0x41d28b[_0x163f66(0x275)][_0x163f66(0x1f5)])&&(_0x5a4151[_0x163f66(0x23e)](_0x2ef48a=>_0x1c7f36[_0x163f66(0x281)](_0x5e21b8=>_0x5e21b8[_0x163f66(0x1fb)](_0x2ef48a,!0x0)))&&_0x41d28b[_0x163f66(0x1a0)]());}const _0x1907e5=_0x1b8ddb(),_0x43bd3e=_0xae01eb['id'],_0xcd7138=_0x163f66(0x261)+_0x5bc4cf,_0x216235=this[_0x163f66(0x24c)]({'id':_0x1907e5,'type':_0xcd7138,'createdAt':new Date(),'authorId':_0x43bd3e,'attributes':_0x4ac0ad});for(const _0x4e2c4a of _0x1c7f36)_0x4e2c4a[_0x163f66(0xe1)](),_0x4e2c4a[_0x163f66(0xe0)]||_0x163f66(0x211)==_0x4e2c4a[_0x163f66(0x17f)][_0x163f66(0x12b)]||this[_0x163f66(0x1c1)](_0xcd7138,_0x1907e5,_0x43bd3e,_0x4e2c4a,_0x5a1e4d[_0x163f66(0x166)]());return _0x216235;}[_0x5a5c6d(0x15c)](_0xe6cf00,_0x1e5b7e,_0x36b7c6,_0x5a2ef8,_0x1f1175){const _0x1d05a5=_0x5a5c6d;if(_0xe6cf00[_0x1d05a5(0xe0)])return[];if(_0x1d05a5(0x196)===this[_0x1d05a5(0x280)])return[];const _0x18d3cb=this[_0x1d05a5(0xe5)][_0x1d05a5(0x203)][_0x1d05a5(0x25c)](_0x1d05a5(0x223))['me']['id'],_0x3de825=Array[_0x1d05a5(0x28f)](this[_0x1d05a5(0x11f)][_0x1d05a5(0x114)]())[_0x1d05a5(0x155)](_0x1bc6fc=>_0x1d05a5(0x1ef)==_0x1bc6fc[_0x1d05a5(0x186)]&&_0x1bc6fc[_0x1d05a5(0xf1)][_0x1d05a5(0x1de)]==_0x1e5b7e&&_0x1bc6fc[_0x1d05a5(0x1c9)](_0xe6cf00));if(_0x1d05a5(0x1f8)===this[_0x1d05a5(0x280)]){const _0x48221b=this[_0x1d05a5(0x260)](_0xe6cf00,_0x1d05a5(0x21e))[_0x1d05a5(0x155)](({meta:_0x58cb6f})=>_0x58cb6f[_0x1d05a5(0x19a)]&&!_0x58cb6f[_0x1d05a5(0x225)]&&!_0x58cb6f[_0x1d05a5(0x131)])[_0x1d05a5(0x218)](({suggestion:_0x382b6a})=>_0x382b6a);_0x3de825[_0x1d05a5(0x282)](..._0x48221b);}const _0xd3732a=new Map([[_0xe6cf00,_0x36b7c6]]);for(const _0x37e70e of _0x3de825){const _0x3d6c40=_0x1d05a5(0x1ef)==_0x37e70e[_0x1d05a5(0x186)]?_0x37e70e[_0x1d05a5(0xf1)][_0x1d05a5(0x178)]:void 0x0,_0x2f8f61=_0x37e70e[_0x1d05a5(0x1e3)](),_0x4b710a=Array[_0x1d05a5(0x28f)](_0xd3732a[_0x1d05a5(0x1ec)]())[_0x1d05a5(0x1b2)](_0x46672c=>_0x46672c[_0x1d05a5(0x1d7)](_0x2f8f61));if(!_0x4b710a)continue;const _0x240bef=_0x4b710a[_0x1d05a5(0x1a4)](_0x2f8f61);this[_0x1d05a5(0x229)](_0x1e5b7e)&&_0x1d05a5(0x21e)==_0x37e70e[_0x1d05a5(0x186)]&&0x0!=_0x240bef[_0x1d05a5(0x1ed)]||(_0xd3732a[_0x1d05a5(0x185)](_0x4b710a),_0x240bef[_0x1d05a5(0x14d)](_0x40362c=>{const _0x4d5f22=_0x1d05a5;_0xd3732a[_0x4d5f22(0x17a)](_0x40362c,_0x36b7c6);}),_0x1d05a5(0x21e)!=_0x37e70e[_0x1d05a5(0x186)]&&_0x3d6c40!=_0x5a2ef8&&_0xd3732a[_0x1d05a5(0x17a)](_0x4b710a[_0x1d05a5(0x19e)](_0x2f8f61),_0x3d6c40));}const _0x116513=[];for(const [_0x1b973d,_0xd1be47]of _0xd3732a){const _0x339882=_0x1b8ddb(),_0xf19d76={'key':_0x1e5b7e,'oldValue':_0xd1be47,'newValue':_0x5a2ef8};_0x1e5b7e[_0x1d05a5(0x1ed)]>0x25&&console[_0x1d05a5(0x168)](_0x1d05a5(0x104),{'key':_0x1e5b7e});const _0xe19378=(_0x1d05a5(0x173)+(_0x1e5b7e+'|'+Gt({'newValue':_0x5a2ef8})))[_0x1d05a5(0x288)](0x0,0x3c),_0x2c12bc=this[_0x1d05a5(0x24c)]({'id':_0x339882,'type':_0xe19378,'data':_0xf19d76,'createdAt':new Date(),'authorId':_0x18d3cb,'attributes':_0x1f1175});_0x116513[_0x1d05a5(0x100)](_0x2c12bc),this[_0x1d05a5(0x1c1)](_0xe19378,_0x339882,_0x18d3cb,_0x1b973d);}return _0x116513;}[_0x5a5c6d(0x248)](_0x2e8c99){const _0x441377=_0x5a5c6d;this[_0x441377(0xf3)](_0x2e8c99,(_0x7c8ce3,..._0x596d54)=>{const _0x49b1f8=_0x441377;this[_0x49b1f8(0xe4)](()=>{_0x7c8ce3(..._0x596d54);});});}[_0x5a5c6d(0x239)](_0x24d9a6){const _0x2f332b=_0x5a5c6d;this[_0x2f332b(0x21c)][_0x2f332b(0x16c)](_0x24d9a6);}[_0x5a5c6d(0x17d)](_0x2cbfa0){const _0x58ffca=_0x5a5c6d;this[_0x58ffca(0x219)][_0x58ffca(0x16c)](_0x2cbfa0);}[_0x5a5c6d(0xdf)](_0x40c25e){const _0x28413a=_0x5a5c6d;return _0x28413a(0x1ef)==_0x40c25e[_0x28413a(0x186)]?_0x40c25e[_0x28413a(0x183)][_0x28413a(0x245)]('|')[0x0]:null;}[_0x5a5c6d(0x164)](_0x5e4538,_0x1b79ed){const _0x1f4075=_0x5a5c6d,_0x1e146b=_0x5e4538[_0x1f4075(0x202)]();this[_0x1f4075(0x159)][_0x1f4075(0x14f)](_0x461776=>{const _0x556078=_0x1f4075;_0x461776[_0x556078(0x22e)](_0x1e146b,{'range':_0x1b79ed});});}[_0x5a5c6d(0x289)](_0x2d1758){const _0x155d59=_0x5a5c6d,_0x2724cf=_0x2d1758['id'],_0x3b714d=this[_0x155d59(0xe5)][_0x155d59(0x109)][_0x155d59(0x25c)](_0x155d59(0x105));this[_0x155d59(0x10a)][_0x155d59(0x254)](_0x2724cf)||this[_0x155d59(0x10a)][_0x155d59(0x18a)]({'channelId':_0x3b714d,'threadId':_0x2724cf,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x17db83=this[_0x155d59(0x10a)][_0x155d59(0x24b)](_0x2724cf);_0x17db83[_0x155d59(0x1a7)](_0x155d59(0x14a)),_0x17db83[_0x155d59(0x14a)]=!0x1,_0x2d1758[_0x155d59(0x115)]=_0x17db83;}[_0x5a5c6d(0x163)](_0x1b8a02,_0x374233,_0x1f6bb3,_0x504ab5){const _0x5af854=_0x5a5c6d;if(_0x1b8a02[_0x5af854(0x186)]!=_0x374233||_0x1b8a02[_0x5af854(0x183)]!=_0x1f6bb3||_0x1b8a02[_0x5af854(0x23b)]['id']!=_0x504ab5)throw this[_0x5af854(0xe5)][_0x5af854(0x1b9)](_0x5af854(0x1b5)),new _0x422e46(_0x5af854(0x1b5),this);}[_0x5a5c6d(0x1bb)](_0xec5393,_0x3b403f){const _0x4aba83=_0x5a5c6d,_0x3bdf20=_0xec5393[_0x4aba83(0x1e3)]();if(_0x3b403f[_0x4aba83(0x1c6)](_0x3bdf20))_0xec5393[_0x4aba83(0x231)]();else{if(_0x3bdf20[_0x4aba83(0x1fb)](_0x3b403f)){const _0x3e38e7=this[_0x4aba83(0x159)][_0x4aba83(0x23c)](_0x3b403f[_0x4aba83(0x10b)][_0x4aba83(0x20e)],_0x4aba83(0x10f));this[_0x4aba83(0x164)](_0xec5393,this[_0x4aba83(0x159)][_0x4aba83(0x240)](_0x3bdf20[_0x4aba83(0x10b)],_0x3e38e7));const _0x3cb132=_0x1b8ddb(),_0x4229cd=_0xec5393[_0x4aba83(0x23b)]['id'],_0xc3814d=_0xec5393[_0x4aba83(0x186)]+':'+_0xec5393[_0x4aba83(0x183)];this[_0x4aba83(0x24c)]({'id':_0x3cb132,'type':_0xc3814d,'createdAt':new Date(),'authorId':_0x4229cd,'data':_0xec5393[_0x4aba83(0xf1)],'attributes':_0xec5393[_0x4aba83(0x275)]});const _0x396478=this[_0x4aba83(0x159)][_0x4aba83(0x23c)](_0x3b403f[_0x4aba83(0x10f)][_0x4aba83(0x13a)],_0x4aba83(0x124)),_0x2e6179=this[_0x4aba83(0x159)][_0x4aba83(0x240)](_0x396478,_0x3bdf20[_0x4aba83(0x10f)]);this[_0x4aba83(0x1c1)](_0xc3814d,_0x3cb132,_0x4229cd,_0x2e6179);}else{if(_0x3bdf20[_0x4aba83(0x284)](_0x3b403f[_0x4aba83(0x10b)])){const _0xeb8782=this[_0x4aba83(0x159)][_0x4aba83(0x23c)](_0x3b403f[_0x4aba83(0x10b)][_0x4aba83(0x20e)],_0x4aba83(0x10f));this[_0x4aba83(0x164)](_0xec5393,this[_0x4aba83(0x159)][_0x4aba83(0x240)](_0x3bdf20[_0x4aba83(0x10b)],_0xeb8782));}else{const _0x2247ed=this[_0x4aba83(0x159)][_0x4aba83(0x23c)](_0x3b403f[_0x4aba83(0x10f)][_0x4aba83(0x13a)],_0x4aba83(0x124));this[_0x4aba83(0x164)](_0xec5393,this[_0x4aba83(0x159)][_0x4aba83(0x240)](_0x2247ed,_0x3bdf20[_0x4aba83(0x10f)]));}}}}[_0x5a5c6d(0x1c5)](_0x5ef642){const _0xb5d7fc=_0x5a5c6d;for(const {suggestion:_0x5ddfd8,meta:_0x2e7c09}of this[_0xb5d7fc(0x260)](_0x5ef642,_0xb5d7fc(0x21e))){if(!_0x2e7c09[_0xb5d7fc(0x19a)])continue;const _0x253072=_0x5ddfd8[_0xb5d7fc(0x1f9)]();for(const _0x51ee91 of _0x253072)if(!_0x5ef642[_0xb5d7fc(0x1a4)](_0x51ee91)[_0xb5d7fc(0x1ed)])return!0x0;}return!0x1;}[_0x5a5c6d(0x188)](_0x3d8b03){const _0x1a002d=_0x5a5c6d,_0x4ce74b=this[_0x1a002d(0xe5)][_0x1a002d(0x203)][_0x1a002d(0x25c)](_0x1a002d(0x223))[_0x1a002d(0x107)](_0x3d8b03);if(!_0x4ce74b)throw new _0x422e46(_0x1a002d(0x1c8),this);return _0x4ce74b;}[_0x5a5c6d(0x28c)](_0x4b2249){const _0x34170d=_0x5a5c6d,_0x3e8d7f=this[_0x34170d(0xe5)][_0x34170d(0x203)][_0x34170d(0x25c)](_0x34170d(0x223)),_0x11ea4a=_0x536ebe(_0x34170d(0xff)+_0x4b2249),_0x113a48=_0x3e8d7f[_0x34170d(0x107)](_0x11ea4a);return _0x113a48||_0x3e8d7f[_0x34170d(0x181)]({'id':_0x11ea4a,'name':_0x4b2249});}[_0x5a5c6d(0x144)](_0x2c3703,_0x23dd72,_0x6c304c,_0x1a5774,_0x2c2b69){const _0x4bb395=_0x5a5c6d,_0x58a530=this[_0x4bb395(0x188)](_0x1a5774),_0x2ea77b=this[_0x4bb395(0x1f3)][_0x4bb395(0x17e)](_0x2c3703,_0x23dd72,_0x6c304c,_0x58a530,_0x2c2b69,_0x196d22=>{const _0x293539=_0x4bb395;this[_0x293539(0x199)](_0x6c304c,{'attributes':_0x196d22});const _0x5e6831=this[_0x293539(0x111)](_0x6c304c);this[_0x293539(0x20a)](new Set([_0x5e6831])),this[_0x293539(0xe6)](new Set([_0x5e6831]));});return this[_0x4bb395(0x10e)](_0x2ea77b,_0x4bb395(0x26d),()=>{const _0x16dc21=_0x4bb395;this[_0x16dc21(0x199)](_0x6c304c,{'state':_0x16dc21(0x1ae)});},{'priority':_0x4bb395(0x232)}),this[_0x4bb395(0x10e)](_0x2ea77b,_0x4bb395(0x1a0),()=>{const _0x1923a8=_0x4bb395;this[_0x1923a8(0x199)](_0x6c304c,{'state':_0x1923a8(0x10c)});},{'priority':_0x4bb395(0x232)}),this[_0x4bb395(0x11f)][_0x4bb395(0x17a)](_0x6c304c,_0x2ea77b),this[_0x4bb395(0x1b3)][_0x4bb395(0x17a)](_0x2ea77b,_0x4bb395(0x256)),_0x2ea77b;}[_0x5a5c6d(0x108)](_0x1dbf28){const _0x3bffa6=_0x5a5c6d,_0x3c6feb=_0x1dbf28[_0x3bffa6(0x245)](':');return{'group':_0x3c6feb[0x0],'type':_0x3c6feb[0x1],'subType':_0x3c6feb[_0x3bffa6(0x1ed)]>=0x5?_0x3c6feb[0x2]:null,'id':_0x3c6feb[_0x3bffa6(0x1ed)]<0x5?_0x3c6feb[0x2]:_0x3c6feb[0x3],'authorId':_0x3c6feb[_0x3bffa6(0x1ed)]<0x5?_0x3c6feb[0x3]:_0x3c6feb[0x4],'markerCount':0x6==_0x3c6feb[_0x3bffa6(0x1ed)]?_0x3c6feb[0x5]:null};}[_0x5a5c6d(0x1d4)](_0x55b437,_0x5dd018,_0x8235d0){const _0x12039a=_0x5a5c6d,_0x21bb5e=_0x55b437[_0x12039a(0x1e3)](),_0x759e18=_0x21bb5e[_0x12039a(0x10b)],_0x442c3c=_0x21bb5e[_0x12039a(0x10f)];this[_0x12039a(0x164)](_0x55b437,this[_0x12039a(0x159)][_0x12039a(0x240)](_0x759e18,_0x5dd018));const _0x1d7378=_0x1b8ddb(),_0x56579c=_0x55b437[_0x12039a(0x23b)]['id'],_0x4cda18=_0x55b437[_0x12039a(0x186)]+(_0x55b437[_0x12039a(0x183)]?':'+_0x55b437[_0x12039a(0x183)]:'');this[_0x12039a(0x24c)]({'id':_0x1d7378,'type':_0x4cda18,'createdAt':new Date(),'authorId':_0x56579c,'originalSuggestionId':_0x55b437['id'],'attributes':_0x55b437[_0x12039a(0x275)],'data':_0x55b437[_0x12039a(0xf1)]});const _0x3e7c5b=this[_0x12039a(0xdf)](_0x55b437);(_0x12039a(0x1e4)==_0x55b437[_0x12039a(0x186)]||_0x3e7c5b&&this[_0x12039a(0x229)](_0x3e7c5b))&&(_0x8235d0=this[_0x12039a(0x159)][_0x12039a(0x149)](_0x8235d0[_0x12039a(0x13a)])),this[_0x12039a(0x1c1)](_0x4cda18,_0x1d7378,_0x56579c,this[_0x12039a(0x159)][_0x12039a(0x240)](_0x8235d0,_0x442c3c));}[_0x5a5c6d(0x260)](_0x583540,_0x5d57cd=null){const _0x393a05=_0x5a5c6d,_0x261a79=[],_0x10e2bb=this[_0x393a05(0xe5)][_0x393a05(0x203)][_0x393a05(0x25c)](_0x393a05(0x223))['me'];Array[_0x393a05(0x18d)](_0x583540)||(_0x583540=[_0x583540]);for(const _0x51afe1 of this[_0x393a05(0x25b)]()){if(!_0x51afe1[_0x393a05(0x1d5)])continue;if(_0x5d57cd&&_0x51afe1[_0x393a05(0x186)]!=_0x5d57cd)continue;let _0x3429c8=!0x1;for(const _0x7751a1 of _0x51afe1[_0x393a05(0x1f9)]()){for(const _0x39cf13 of _0x583540){const _0x3a8319=_0x39cf13[_0x393a05(0x10b)][_0x393a05(0x1c6)](_0x7751a1[_0x393a05(0x10f)])||_0x39cf13[_0x393a05(0x10f)][_0x393a05(0x1c6)](_0x7751a1[_0x393a05(0x10b)]);if(_0x3a8319||_0x39cf13[_0x393a05(0x19e)](_0x7751a1)){const _0x2438ba=_0x39cf13[_0x393a05(0x1fb)](_0x7751a1)&&Ot(this[_0x393a05(0x159)][_0x393a05(0x1a6)],_0x7751a1[_0x393a05(0x10b)],_0x39cf13),_0x1ee69f=_0x7751a1[_0x393a05(0x1fb)](_0x39cf13)&&Ot(this[_0x393a05(0x159)][_0x393a05(0x1a6)],_0x39cf13[_0x393a05(0x10b)],_0x7751a1);_0x261a79[_0x393a05(0x100)]({'suggestion':_0x51afe1,'meta':{'isOwn':_0x10e2bb==_0x51afe1[_0x393a05(0x137)],'isNextTo':_0x3a8319,'isInsideObject':_0x2438ba,'containsRangeInObject':_0x1ee69f}}),_0x3429c8=!0x0;break;}}if(_0x3429c8)break;}}return _0x261a79;}[_0x5a5c6d(0x1c1)](_0x4775f4,_0x3d8161,_0x55367a,_0xf7de50,_0x226321){const _0x4e5a7b=_0x5a5c6d;this[_0x4e5a7b(0x159)][_0x4e5a7b(0x14f)](_0x5898b1=>{const _0x554f66=_0x4e5a7b;let _0x65de9d=_0x554f66(0x1fd)+_0x4775f4+':'+_0x3d8161+':'+_0x55367a;_0x226321&&(_0x65de9d=_0x65de9d+':'+_0x226321),_0x5898b1[_0x554f66(0x1bd)](_0x65de9d,{'range':_0xf7de50,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x5a5c6d(0x19d)](_0x16f7ad){const _0x299555=_0x5a5c6d,_0x46f99d=_0x16f7ad[_0x299555(0x127)],_0x1272b2=_0x16f7ad[_0x299555(0xee)];_0x16f7ad[_0x299555(0x127)]=null,_0x16f7ad[_0x299555(0xee)]=null,null!=_0x46f99d&&_0x46f99d[_0x299555(0xee)]==_0x16f7ad&&(_0x46f99d[_0x299555(0xee)]=_0x1272b2),null!=_0x1272b2&&_0x1272b2[_0x299555(0x127)]==_0x16f7ad&&(_0x1272b2[_0x299555(0x127)]=_0x46f99d),_0x299555(0x11d)==this[_0x299555(0x1b3)][_0x299555(0x25c)](_0x16f7ad)&&(this[_0x299555(0x1b3)][_0x299555(0x17a)](_0x16f7ad,_0x299555(0x12c)),this[_0x299555(0x20d)](_0x299555(0x1e8),_0x16f7ad,_0x46f99d,_0x1272b2));}[_0x5a5c6d(0x24c)](_0x5b35e8){const _0x475d31=_0x5a5c6d,_0x4f2ea5=_0x5b35e8['id'],_0x5a6793=this[_0x475d31(0x1bf)](_0x5b35e8);if(this[_0x475d31(0x266)]&&this[_0x475d31(0x266)][_0x475d31(0xfb)]){const _0x467a68=this[_0x475d31(0xe5)][_0x475d31(0x203)][_0x475d31(0x25c)](_0x475d31(0xf6)),_0x475971=_0x5a6793[_0x475d31(0x24d)],_0x1cc49a=_0x5a6793[_0x475d31(0x183)]?_0x5a6793[_0x475d31(0x186)]+':'+_0x5a6793[_0x475d31(0x183)]:_0x5a6793[_0x475d31(0x186)],_0x342dc3=this[_0x475d31(0xe5)][_0x475d31(0x1df)],_0x1c9f3f=_0x467a68[_0x475d31(0x16c)](_0x424674(_0x342dc3,_0x475d31(0x191))),_0x3f23d1={'id':_0x4f2ea5,'type':_0x1cc49a,'hasComments':_0x475971,'data':_0x5b35e8[_0x475d31(0xf1)]||null,'originalSuggestionId':_0x5b35e8[_0x475d31(0x242)]||null,'attributes':_0x5a6793[_0x475d31(0x275)]};this[_0x475d31(0x266)][_0x475d31(0xfb)](_0x3f23d1)[_0x475d31(0x130)](_0x273eab=>{const _0x1ca396=_0x475d31;_0x5a6793[_0x1ca396(0x112)]=!0x0,_0x467a68[_0x1ca396(0x189)](_0x1c9f3f),_0x273eab&&_0x273eab[_0x1ca396(0x126)]&&(this[_0x1ca396(0x11f)][_0x1ca396(0x25c)](_0x4f2ea5)[_0x1ca396(0x126)]=_0x273eab[_0x1ca396(0x126)]);})[_0x475d31(0x1be)](_0x140608=>{const _0x222289=_0x475d31;throw _0x2b0540(_0x222289(0x285)),this[_0x222289(0xe5)][_0x222289(0x19f)][_0x222289(0x1c2)]({'isUndoable':!0x1},()=>{const _0x37bced=_0x222289;_0x5a6793[_0x37bced(0x1a0)]();}),_0x5a6793[_0x222289(0x120)](),this[_0x222289(0x11f)][_0x222289(0x185)](_0x5a6793['id']),this[_0x222289(0x1b3)][_0x222289(0x185)](_0x5a6793),_0x140608;});}return _0x5a6793;}[_0x5a5c6d(0x229)](_0x22d4ae){const _0x567a6e=_0x5a5c6d;return this[_0x567a6e(0x21c)][_0x567a6e(0x215)](_0x22d4ae);}[_0x5a5c6d(0x199)](_0x401133,_0x3d25ef){const _0x8bd918=_0x5a5c6d,_0x2ae2e2=this[_0x8bd918(0xe5)][_0x8bd918(0x203)][_0x8bd918(0x25c)](_0x8bd918(0xf6)),_0x195b26=this[_0x8bd918(0x111)](_0x401133);if(this[_0x8bd918(0x266)]&&this[_0x8bd918(0x266)][_0x8bd918(0x233)]){if(_0x195b26[_0x8bd918(0x112)]){const _0x490b9c=_0x2ae2e2[_0x8bd918(0x16c)](_0x424674(this[_0x8bd918(0xe5)][_0x8bd918(0x1df)],_0x8bd918(0x191)));this[_0x8bd918(0x266)][_0x8bd918(0x233)](_0x401133,_0x3d25ef)[_0x8bd918(0x130)](()=>{const _0x33e9cb=_0x8bd918;_0x2ae2e2[_0x33e9cb(0x189)](_0x490b9c);});}else _0x195b26['on'](_0x8bd918(0x1fc),()=>{const _0x17cc55=_0x8bd918;this[_0x17cc55(0x199)](_0x401133,_0x3d25ef);});}}[_0x5a5c6d(0x16a)](_0x238af6){const _0x35d1d6=_0x5a5c6d;if(!this[_0x35d1d6(0x266)]||!this[_0x35d1d6(0x266)][_0x35d1d6(0x111)])throw new _0x422e46(_0x35d1d6(0xfa),this);return this[_0x35d1d6(0x266)][_0x35d1d6(0x111)](_0x238af6);}[_0x5a5c6d(0x172)](_0x4f6f8f){const _0x472e5f=_0x5a5c6d,{id:_0x2ab3c5,type:_0x264699,subType:_0x1b9cee,authorId:_0xd950ec}=this[_0x472e5f(0x108)](_0x4f6f8f),_0x221f98=this[_0x472e5f(0x11f)][_0x472e5f(0x25c)](_0x2ab3c5)||this[_0x472e5f(0x144)](_0x264699,_0x1b9cee,_0x2ab3c5,_0xd950ec,{});switch(this[_0x472e5f(0x163)](_0x221f98,_0x264699,_0x1b9cee,_0xd950ec),this[_0x472e5f(0x1b3)][_0x472e5f(0x25c)](_0x221f98)){case _0x472e5f(0x256):this[_0x472e5f(0x16a)](_0x2ab3c5)[_0x472e5f(0x130)](_0x33fa01=>{const _0x5d0df1=_0x472e5f;let _0xcf5af4=Promise[_0x5d0df1(0x209)]();_0x33fa01[_0x5d0df1(0x24d)]&&(_0xcf5af4=this[_0x5d0df1(0x10a)][_0x5d0df1(0x174)]({'channelId':this[_0x5d0df1(0xe5)][_0x5d0df1(0x109)][_0x5d0df1(0x25c)](_0x5d0df1(0x105)),'threadId':_0x2ab3c5})),_0xcf5af4[_0x5d0df1(0x130)](()=>{const _0x4f2fac=_0x5d0df1;this[_0x4f2fac(0x1bf)](_0x33fa01)[_0x4f2fac(0x112)]=!0x0;});}),this[_0x472e5f(0x1b3)][_0x472e5f(0x17a)](_0x221f98,_0x472e5f(0x18b));break;case _0x472e5f(0x12c):this[_0x472e5f(0x199)](_0x2ab3c5,{'state':_0x472e5f(0x264)});case _0x472e5f(0x287):this[_0x472e5f(0x1b3)][_0x472e5f(0x17a)](_0x221f98,_0x472e5f(0x11d)),this[_0x472e5f(0x20d)](_0x472e5f(0x243),_0x221f98);break;case _0x472e5f(0x11d):this[_0x472e5f(0x20d)](_0x472e5f(0x200),_0x221f98);}return _0x221f98[_0x472e5f(0x278)](_0x4f6f8f),_0x221f98;}[_0x5a5c6d(0xe6)](_0x1c6e85){const _0x5eed2c=_0x5a5c6d,_0x1e165c=Array[_0x5eed2c(0x28f)](_0x1c6e85),_0x40dc08=_0x1e165c[_0x5eed2c(0x155)](_0x5bce1f=>_0x5eed2c(0x1ef)==_0x5bce1f[_0x5eed2c(0x186)]);this[_0x5eed2c(0x1d6)](_0x40dc08);const _0x2c3af5=_0x1e165c[_0x5eed2c(0x155)](_0x2b914=>!_0x2b914[_0x5eed2c(0x1ab)]&&_0x5eed2c(0x1ef)!=_0x2b914[_0x5eed2c(0x186)]),_0xab3479=this[_0x5eed2c(0x25b)]({'skipNotAttached':!0x0})[_0x5eed2c(0x155)](_0x5eaefc=>!_0x5eaefc[_0x5eed2c(0x1ab)]&&_0x5eed2c(0x1ef)!=_0x5eaefc[_0x5eed2c(0x186)]),_0x3fb026=_0xab3479[_0x5eed2c(0x155)](_0x57093b=>!_0x1c6e85[_0x5eed2c(0x215)](_0x57093b)),_0x3a8ae4=new Map(_0xab3479[_0x5eed2c(0x218)](_0x137fdd=>[_0x137fdd,this[_0x5eed2c(0x1f3)][_0x5eed2c(0x12f)](_0x137fdd[_0x5eed2c(0x186)],_0x137fdd[_0x5eed2c(0x183)],_0x5eed2c(0x139))])),_0x384989=new Map(_0xab3479[_0x5eed2c(0x218)](_0x2177ca=>[_0x2177ca,_0x2177ca[_0x5eed2c(0x1e3)]()])),_0x47d5be=new Set(),_0x2cc78b=new Set();for(let _0x19f925=0x0;_0x19f925<_0x2c3af5[_0x5eed2c(0x1ed)];_0x19f925++)_0x2d4ebc(_0x2c3af5[_0x19f925],_0x2c3af5,_0x19f925+0x1);for(let _0x246e64=0x0;_0x246e64<_0x2c3af5[_0x5eed2c(0x1ed)];_0x246e64++)_0x2d4ebc(_0x2c3af5[_0x246e64],_0x3fb026,0x0);const _0x2a5bd3=new Set();for(let _0x42ffea=0x0;_0x42ffea<_0x2c3af5[_0x5eed2c(0x1ed)];_0x42ffea++){const _0x3178a1=_0x2c3af5[_0x42ffea];!_0x2cc78b[_0x5eed2c(0x215)](_0x3178a1)&&_0x3178a1[_0x5eed2c(0x127)]&&(_0x2a5bd3[_0x5eed2c(0x16c)](_0x3178a1[_0x5eed2c(0x127)]),_0x3178a1[_0x5eed2c(0x127)][_0x5eed2c(0xee)]===_0x3178a1&&(_0x3178a1[_0x5eed2c(0x127)][_0x5eed2c(0xee)]=null),_0x3178a1[_0x5eed2c(0x127)]=null),!_0x47d5be[_0x5eed2c(0x215)](_0x3178a1)&&_0x3178a1[_0x5eed2c(0xee)]&&(_0x2a5bd3[_0x5eed2c(0x16c)](_0x3178a1[_0x5eed2c(0xee)]),_0x3178a1[_0x5eed2c(0xee)][_0x5eed2c(0x127)]===_0x3178a1&&(_0x3178a1[_0x5eed2c(0xee)][_0x5eed2c(0x127)]=null),_0x3178a1[_0x5eed2c(0xee)]=null);}function _0x2d4ebc(_0x2c6d05,_0x596af3,_0x11060c){const _0x57c7bd=_0x5eed2c;for(let _0x2e17d5=_0x11060c;_0x2e17d5<_0x596af3[_0x57c7bd(0x1ed)];_0x2e17d5++){const _0xa40cfe=_0x5c84da(_0x2c6d05,_0x596af3[_0x2e17d5]);_0xa40cfe&&(_0xa40cfe[0x0][_0x57c7bd(0xee)]=_0xa40cfe[0x1],_0xa40cfe[0x1][_0x57c7bd(0x127)]=_0xa40cfe[0x0],_0x47d5be[_0x57c7bd(0x16c)](_0xa40cfe[0x0]),_0x2cc78b[_0x57c7bd(0x16c)](_0xa40cfe[0x1]));}}function _0x5c84da(_0x275b6f,_0x1f12f9){const _0x3eb679=_0x5eed2c;if(_0x275b6f[_0x3eb679(0x137)]['id']!==_0x1f12f9[_0x3eb679(0x137)]['id'])return null;const _0x3e538c=_0x3a8ae4[_0x3eb679(0x25c)](_0x275b6f)(_0x275b6f,_0x1f12f9,_0x384989[_0x3eb679(0x25c)](_0x275b6f),_0x384989[_0x3eb679(0x25c)](_0x1f12f9));if(!_0x3e538c)return null;return _0x3a8ae4[_0x3eb679(0x25c)](_0x1f12f9)(_0x275b6f,_0x1f12f9,_0x384989[_0x3eb679(0x25c)](_0x275b6f),_0x384989[_0x3eb679(0x25c)](_0x1f12f9))?_0x3e538c[0x1][_0x3eb679(0x115)]&&_0x3e538c[0x1][_0x3eb679(0x115)][_0x3eb679(0x1ed)]?null:_0x3e538c:null;}_0x2a5bd3[_0x5eed2c(0x286)]&&this[_0x5eed2c(0xe6)](_0x2a5bd3);}[_0x5a5c6d(0x1d6)](_0x390d04){const _0x403ad1=_0x5a5c6d;if(0x0==_0x390d04[_0x403ad1(0x1ed)])return;const _0x558b58=this[_0x403ad1(0x25b)]({'skipNotAttached':!0x0})[_0x403ad1(0x155)](_0x15cab3=>_0x403ad1(0x1ef)==_0x15cab3[_0x403ad1(0x186)]&&_0x15cab3[_0x403ad1(0x1e9)]),_0x266dfc=[],_0x54a50c=new Map();for(const _0x266964 of _0x558b58){const _0x123cee=_0x536ebe(_0x266964[_0x403ad1(0x275)]);_0x54a50c[_0x403ad1(0x215)](_0x123cee)||(_0x54a50c[_0x403ad1(0x17a)](_0x123cee,_0x266dfc[_0x403ad1(0x1ed)]),_0x266dfc[_0x403ad1(0x100)]([]));const _0x5cc0b4=_0x54a50c[_0x403ad1(0x25c)](_0x123cee);_0x266dfc[_0x5cc0b4][_0x403ad1(0x100)](_0x266964);}!(function(){const _0x1a2a2a=_0x403ad1;_0x266dfc[_0x1a2a2a(0x271)]((_0x17673f,_0x5c4d14)=>{const _0x5d995e=_0x1a2a2a,_0x302d89=_0x17673f[0x0][_0x5d995e(0x126)],_0x4283f2=_0x5c4d14[0x0][_0x5d995e(0x126)];return _0x302d89==_0x4283f2?_0x17673f[0x0][_0x5d995e(0x275)][_0x5d995e(0x27c)]<_0x5c4d14[0x0][_0x5d995e(0x275)][_0x5d995e(0x27c)]?-0x1:0x1:_0x302d89<_0x4283f2?-0x1:0x1;});for(const _0xaf56ed of _0x266dfc)_0xaf56ed[_0x1a2a2a(0x271)]((_0x13e7e3,_0x2a2177)=>_0x13e7e3['id']<_0x2a2177['id']?-0x1:0x1);}());for(let _0x318a41=0x0;_0x318a41<_0x266dfc[_0x403ad1(0x1ed)];_0x318a41++){if(0x0==_0x266dfc[_0x318a41][_0x403ad1(0x1ed)])continue;const _0x4ce759=[];for(let _0x2f44b4=_0x318a41+0x1;_0x2f44b4<_0x266dfc[_0x403ad1(0x1ed)];_0x2f44b4++)0x0!=_0x266dfc[_0x2f44b4][_0x403ad1(0x1ed)]&&_0x4d873f(_0x266dfc[_0x318a41],_0x266dfc[_0x2f44b4])&&_0x4ce759[_0x403ad1(0x100)](_0x2f44b4);for(const _0x168bee of _0x4ce759)_0x266dfc[_0x318a41]=_0x266dfc[_0x318a41][_0x403ad1(0x20b)](_0x266dfc[_0x168bee]),_0x266dfc[_0x168bee]=[];}for(const _0x43d2ab of _0x266dfc)for(let _0x5a46e6=0x0;_0x5a46e6<_0x43d2ab[_0x403ad1(0x1ed)];_0x5a46e6++){const _0x5e39b1=_0x43d2ab[_0x5a46e6+0x1]||null;_0x43d2ab[_0x5a46e6][_0x403ad1(0xee)]!==_0x5e39b1&&(_0x43d2ab[_0x5a46e6][_0x403ad1(0xee)]=_0x5e39b1);}for(const _0x28c695 of _0x266dfc)for(let _0x577f63=0x0;_0x577f63<_0x28c695[_0x403ad1(0x1ed)];_0x577f63++){const _0x152c0e=_0x28c695[_0x577f63-0x1]||null;_0x28c695[_0x577f63][_0x403ad1(0x127)]!==_0x152c0e&&(_0x28c695[_0x577f63][_0x403ad1(0x127)]=_0x152c0e);}function _0x4d873f(_0x5910be,_0xf8f074){const _0x174e69=_0x403ad1;if(_0x5910be[0x0][_0x174e69(0x275)][_0x174e69(0x27c)]!==_0xf8f074[0x0][_0x174e69(0x275)][_0x174e69(0x27c)]&&_0x5910be[0x0][_0x174e69(0x137)]!==_0xf8f074[0x0][_0x174e69(0x137)])return!0x1;if(!function(_0x284d72,_0x3cdf9a){const _0xbe81e3=_0x174e69;if(!_0x284d72[_0xbe81e3(0x24d)]&&!_0x3cdf9a[_0xbe81e3(0x24d)])return!0x0;if(_0x284d72[_0xbe81e3(0x24d)]&&_0x3cdf9a[_0xbe81e3(0x24d)])return!0x1;if(_0x284d72[_0xbe81e3(0x24d)]&&_0x3cdf9a[_0xbe81e3(0x126)]<_0x284d72[_0xbe81e3(0x115)][_0xbe81e3(0x1a2)][_0xbe81e3(0x25c)](0x0)[_0xbe81e3(0x126)])return!0x0;if(_0x3cdf9a[_0xbe81e3(0x24d)]&&_0x284d72[_0xbe81e3(0x126)]<_0x3cdf9a[_0xbe81e3(0x115)][_0xbe81e3(0x1a2)][_0xbe81e3(0x25c)](0x0)[_0xbe81e3(0x126)])return!0x0;return!0x1;}(_0x5910be[0x0],_0xf8f074[0x0]))return!0x1;const _0x2a0610=_0x3c68bd(_0x5910be[0x0][_0x174e69(0x275)],_0x174e69(0x27c)),_0x4b073a=_0x3c68bd(_0xf8f074[0x0][_0x174e69(0x275)],_0x174e69(0x27c));if(!_0x975817(_0x2a0610,_0x4b073a))return!0x1;return!!_0x5910be[_0x174e69(0x23e)](_0x5335a7=>_0xf8f074[_0x174e69(0x281)](_0x390566=>_0x5335a7[_0x174e69(0x1e3)]()[_0x174e69(0x1c6)](_0x390566[_0x174e69(0x1e3)]())))&&_0xf8f074[_0x174e69(0x23e)](_0x5b89c0=>_0x5910be[_0x174e69(0x281)](_0x55d28f=>_0x5b89c0[_0x174e69(0x1e3)]()[_0x174e69(0x1c6)](_0x55d28f[_0x174e69(0x1e3)]())));}}[_0x5a5c6d(0x20a)](_0x120410){const _0x2f995b=_0x5a5c6d,_0x2d1dff=Array[_0x2f995b(0x28f)](_0x120410),_0x29e5ad=this[_0x2f995b(0x25b)]({'skipNotAttached':!0x0}),_0x623521=_0x29e5ad[_0x2f995b(0x155)](_0x4a6bf8=>!_0x120410[_0x2f995b(0x215)](_0x4a6bf8)),_0xc458ee=new Map(_0x2d1dff[_0x2f995b(0x218)](_0x77f05c=>[_0x77f05c,this[_0x2f995b(0x1f3)][_0x2f995b(0x12f)](_0x77f05c[_0x2f995b(0x186)],_0x77f05c[_0x2f995b(0x183)],_0x2f995b(0x27f))])),_0x3be231=new Map(_0x29e5ad[_0x2f995b(0x218)](_0x3498f0=>[_0x3498f0,_0x3498f0[_0x2f995b(0x1f9)]()]));for(let _0x37a7ad=0x0;_0x37a7ad<_0x2d1dff[_0x2f995b(0x1ed)];_0x37a7ad++){if(_0x14ab67(this,_0x2d1dff[_0x37a7ad],_0x2d1dff,_0x37a7ad+0x1))return!0x0;}for(let _0x5987e5=0x0;_0x5987e5<_0x2d1dff[_0x2f995b(0x1ed)];_0x5987e5++){if(_0x14ab67(this,_0x2d1dff[_0x5987e5],_0x623521,0x0))return!0x0;}return!0x1;function _0x14ab67(_0x18f790,_0x25bed7,_0x258fd9,_0x44d407){const _0x237fd0=_0x2f995b;for(let _0x5a73c8=_0x44d407;_0x5a73c8<_0x258fd9[_0x237fd0(0x1ed)];_0x5a73c8++){const _0x3a1b82=_0x258fd9[_0x5a73c8];if(_0x3a1b82[_0x237fd0(0x186)]!==_0x25bed7[_0x237fd0(0x186)]||_0x3a1b82[_0x237fd0(0x137)]['id']!==_0x25bed7[_0x237fd0(0x137)]['id']||_0x3a1b82[_0x237fd0(0x183)]!==_0x25bed7[_0x237fd0(0x183)])continue;if(!Jt(_0x25bed7,_0x3a1b82))continue;if(_0x237fd0(0x1ef)==_0x25bed7[_0x237fd0(0x186)]&&_0x25bed7[_0x237fd0(0xf1)][_0x237fd0(0x178)]!=_0x3a1b82[_0x237fd0(0xf1)][_0x237fd0(0x178)])continue;if(_0x237fd0(0x1ef)==_0x25bed7[_0x237fd0(0x186)]&&_0x18f790[_0x237fd0(0x229)](_0x25bed7[_0x237fd0(0xf1)][_0x237fd0(0x1de)]))continue;if(_0x237fd0(0x1e4)==_0x25bed7[_0x237fd0(0x186)]){const _0x328cc6=_0x18f790[_0x237fd0(0xe5)][_0x237fd0(0x19f)],_0x53873b=_0x25bed7[_0x237fd0(0x11b)]();if(_0x53873b&&(_0x328cc6[_0x237fd0(0x1a6)][_0x237fd0(0x23d)](_0x53873b)||_0x328cc6[_0x237fd0(0x1a6)][_0x237fd0(0x1a8)](_0x53873b)))continue;}const _0x4afda3=_0xc458ee[_0x237fd0(0x25c)](_0x25bed7),_0x37d9cf=_0x3be231[_0x237fd0(0x25c)](_0x25bed7),_0x30160f=_0x3be231[_0x237fd0(0x25c)](_0x3a1b82),_0x182d27=_0x25bed7[_0x237fd0(0x115)]&&_0x25bed7[_0x237fd0(0x115)][_0x237fd0(0x1ed)],_0x14a5c9=_0x3a1b82[_0x237fd0(0x115)]&&_0x3a1b82[_0x237fd0(0x115)][_0x237fd0(0x1ed)];if(!_0x182d27&&_0x4afda3(_0x30160f,_0x37d9cf))return _0x18f790[_0x237fd0(0x138)](_0x3a1b82,_0x25bed7),_0x3be231[_0x237fd0(0x185)](_0x25bed7),!0x0;if(!_0x14a5c9&&_0x4afda3(_0x37d9cf,_0x30160f))return _0x18f790[_0x237fd0(0x138)](_0x25bed7,_0x3a1b82),_0x3be231[_0x237fd0(0x185)](_0x3a1b82),!0x0;}return!0x1;}}[_0x5a5c6d(0x138)](_0x12cc59,_0xba71d){const _0x539940=_0x5a5c6d;if(_0x12cc59[_0x539940(0x1ab)]){for(const _0x336743 of _0xba71d[_0x539940(0x1f9)]())_0x12cc59[_0x539940(0x274)](_0x336743);}else{const _0xf336d3=_0xba71d[_0x539940(0x1e3)]()[_0x539940(0x10f)];this[_0x539940(0x164)](_0x12cc59,this[_0x539940(0x159)][_0x539940(0x240)](_0x12cc59[_0x539940(0x1e3)]()[_0x539940(0x10b)],_0xf336d3));}_0xba71d[_0x539940(0x231)]();}[_0x5a5c6d(0x244)](_0x5bc7a3,_0x3a6e8e,_0x1e0d03){const _0x54ff1b=_0x5a5c6d,_0x1db72e=_0x5bc7a3[_0x54ff1b(0x1cd)](_0x54ff1b(0x156))||_0x5bc7a3[_0x54ff1b(0x1cd)](_0x54ff1b(0x1ef))?_0x54ff1b(0x27a):_0x5bc7a3[_0x54ff1b(0x228)]();return _0x424674(this[_0x54ff1b(0xe5)][_0x54ff1b(0x1df)],_0x3a6e8e+'_'+_0x1db72e+_0x54ff1b(0x176),_0x1e0d03);}[_0x5a5c6d(0x1af)](){const _0x558f28=_0x5a5c6d,_0x495992=this[_0x558f28(0xe5)];if(!_0x495992['ui'])return;const {ariaLiveAnnouncer:_0x576622}=_0x495992['ui'];_0x124d0b(this[_0x558f28(0x159)],({left:_0x5c46f9,entered:_0x241fbe})=>{const _0xf6de33=_0x558f28;for(const _0x581d80 of _0x5c46f9){const {group:_0x31daa9,type:_0x4b0d62}=this[_0xf6de33(0x108)](_0x581d80[_0xf6de33(0x268)]);if(_0xf6de33(0x22b)===_0x31daa9){_0x576622[_0xf6de33(0x18e)](this[_0xf6de33(0x244)](_0x4b0d62,_0xf6de33(0x25d)));break;}}for(const _0x2683bc of _0x241fbe){const {group:_0x19d2b3,type:_0x252685}=this[_0xf6de33(0x108)](_0x2683bc[_0xf6de33(0x268)]);if(_0xf6de33(0x22b)===_0x19d2b3){_0x576622[_0xf6de33(0x18e)](this[_0xf6de33(0x244)](_0x252685,_0xf6de33(0x1dd),_0x5821a3(_0x30cd00)));break;}}});}[_0x5a5c6d(0x1a5)](_0x56a71e){const _0x465383=_0x5a5c6d;if(this[_0x465383(0x1f1)])return!0x1;const _0x18a0cc=this[_0x465383(0xe5)],_0x17bc12=_0x18a0cc[_0x465383(0x19f)][_0x465383(0x152)][_0x465383(0x1d3)][_0x465383(0x197)]();if(0x0==_0x17bc12[_0x465383(0x1ed)])return!0x1;const _0x13576a=[],_0xb9af55=_0x17bc12[_0x465383(0x155)](_0x10b944=>_0x465383(0x1ef)==_0x10b944[_0x465383(0x186)]),_0x3870fd=_0x17bc12[_0x465383(0x155)](_0x3e5f2f=>_0x465383(0x259)==_0x3e5f2f[_0x465383(0x186)]&&_0x465383(0x237)!=_0x3e5f2f[_0x465383(0x268)]),_0x18187b=_0x17bc12[_0x465383(0x155)](_0x180be5=>_0x465383(0x189)==_0x180be5[_0x465383(0x186)]&&_0x465383(0x237)!=_0x180be5[_0x465383(0x268)]);for(const _0x211bde of _0xb9af55)_0x13576a[_0x465383(0x100)]({'key':_0x211bde[_0x465383(0x227)],'newValue':_0x211bde[_0x465383(0x253)],'oldValue':_0x211bde[_0x465383(0x1f0)],'range':Pt(_0x211bde[_0x465383(0x1e1)],_0x18a0cc[_0x465383(0x19f)])});for(const _0x45786c of _0x3870fd){const _0x5b117f=_0x18187b[_0x465383(0x1b2)](_0x9953d6=>_0x9953d6[_0x465383(0x235)][_0x465383(0x1c6)](_0x45786c[_0x465383(0x235)]));_0x5b117f&&_0x13576a[_0x465383(0x100)]({'key':_0x465383(0x1cc),'newValue':_0x45786c[_0x465383(0x268)],'oldValue':_0x5b117f[_0x465383(0x268)],'range':_0x18a0cc[_0x465383(0x19f)][_0x465383(0x194)](_0x45786c[_0x465383(0x235)][_0x465383(0x165)])});}return 0x0!=_0x13576a[_0x465383(0x1ed)]&&this[_0x465383(0x23f)](_0x56a71e,_0x13576a);}[_0x5a5c6d(0x269)](_0x20ac4f){const _0x50c83c=_0x5a5c6d;let _0x167f12=!0x1;const _0x51a98f=this[_0x50c83c(0xe5)][_0x50c83c(0x19f)][_0x50c83c(0x152)][_0x50c83c(0x1d3)][_0x50c83c(0x204)]()[_0x50c83c(0x155)](_0x7a8250=>_0x7a8250[_0x50c83c(0xf1)][_0x50c83c(0x15f)]&&_0x7a8250[_0x50c83c(0x268)][_0x50c83c(0x1cd)](_0x50c83c(0x134)));for(const _0x838070 of _0x51a98f){const {subType:_0x423858,id:_0x57defa}=this[_0x50c83c(0x108)](_0x838070[_0x50c83c(0x268)]),_0x41b2cf=_0x423858[_0x50c83c(0x245)]('|')[0x0];for(const _0x23f8e3 of this[_0x50c83c(0x25b)]({'skipNotAttached':!0x0}))_0x23f8e3['id']!=_0x57defa&&_0x50c83c(0x1ef)==_0x23f8e3[_0x50c83c(0x186)]&&_0x23f8e3[_0x50c83c(0xf1)]&&_0x23f8e3[_0x50c83c(0xf1)][_0x50c83c(0x1de)]==_0x41b2cf&&_0x23f8e3[_0x50c83c(0x1e3)]()[_0x50c83c(0x1d7)](_0x838070[_0x50c83c(0xf1)][_0x50c83c(0x15f)])&&(this[_0x50c83c(0x13e)](_0x23f8e3,_0x838070[_0x50c83c(0xf1)][_0x50c83c(0x15f)],_0x20ac4f),_0x167f12=!0x0);}return _0x167f12;}[_0x5a5c6d(0xe4)](_0xfae41a){const _0x236970=_0x5a5c6d;this[_0x236970(0xe5)],(this[_0x236970(0x1f1)]=!0x0,_0xfae41a());}[_0x5a5c6d(0x26b)](_0x379af9){const _0xfff8cf=_0x5a5c6d,_0x15551b=this[_0xfff8cf(0x229)](_0x379af9),_0x529872=this[_0xfff8cf(0x219)][_0xfff8cf(0x215)](_0x379af9);return _0x15551b||_0x529872;}[_0x5a5c6d(0x23f)](_0x29d2ea,_0x5b8868){const _0x2c3863=_0x5a5c6d;if(0x0==_0x5b8868[_0x2c3863(0x1ed)])return!0x1;let _0x43ac31=!0x1;for(const _0x1afe65 of _0x5b8868){const _0x168c8e=this[_0x2c3863(0x260)](_0x1afe65[_0x2c3863(0x1e1)],_0x2c3863(0x1ef))[_0x2c3863(0x155)](_0x270837=>!_0x270837[_0x2c3863(0x101)][_0x2c3863(0x131)])[_0x2c3863(0x218)](_0x3107ed=>_0x3107ed[_0x2c3863(0x22b)]),_0x2ae4e3=_0x536ebe({'newValue':_0x1afe65[_0x2c3863(0x272)]});_0x168c8e[_0x2c3863(0x155)](_0x146125=>{const _0x5d0857=_0x2c3863,[_0x153105,_0x25df4c]=_0x146125[_0x5d0857(0x183)][_0x5d0857(0x245)]('|');return _0x153105==_0x1afe65[_0x5d0857(0x1de)]&&_0x25df4c!=_0x2ae4e3;})[_0x2c3863(0x14d)](_0x24292b=>{const _0x1f95f5=_0x2c3863;this[_0x1f95f5(0x13e)](_0x24292b,_0x1afe65[_0x1f95f5(0x1e1)],_0x29d2ea),_0x43ac31=!0x0;});}return _0x43ac31;}[_0x5a5c6d(0x13e)](_0x54453,_0x11263f,_0x20741b){const _0x429f17=_0x5a5c6d,_0x4f4be4=_0x54453[_0x429f17(0x1e3)]()[_0x429f17(0x1a4)](_0x11263f);0x0!==_0x4f4be4[_0x429f17(0x1ed)]?0x1!==_0x4f4be4[_0x429f17(0x1ed)]?this[_0x429f17(0x1d4)](_0x54453,_0x11263f[_0x429f17(0x10b)],_0x11263f[_0x429f17(0x10f)]):this[_0x429f17(0x164)](_0x54453,_0x4f4be4[0x0]):_0x20741b[_0x429f17(0x121)](_0x54453[_0x429f17(0x202)]());}}function _0x3ca1(){const _0x4a220f=['set','formatInline:join','tablePasteChainId','registerInlineAttribute','buildSuggestion','root','attribute:accept','addUser','toViewElement','subType','track-changes-command-not-found','delete','type','ck-suggestion-marker','_getAuthorFromId','remove','addCommentThread','markerReady','_mergeNestedSuggestions','isArray','announce','getShiftedBy','howMany','PENDING_ACTION_SUGGESTION','containsItem','low','createRangeOn','bindElementToMarker','never','getChanges','adapter','_updateSuggestionData','isOwn','containerElement','formatInline:','_removeSuggestion','getIntersection','model','discard','batch','comments','editingDowncast','getDifference','_processAttributeChanges','schema','unbind','isLimit','_isForcedDefaultExecutionBlock','49ahIjjd','isMultiRange','687849dvUThz','acceptAllSuggestions','accepted','_initAriaMarkerChangeAnnouncements','acceptSuggestion','refresh','find','_suggestionState','backward','track-changes-suggestion-data-mismatch','action','multi','markBlockFormat','enableReadOnlyMode','before','_cutOutSuggestionMarker','define','addMarker','catch','addSuggestionData','applyOperation','_addSuggestionMarker','enqueueChange','getLastMatchingPosition','trackChanges.trackFormatChanges','_rangeIsInLocalUserInsertion','isEqual','init','track-changes-user-not-found','isIntersectingWithRange','always','formatBlock:discard','$elementName','startsWith','trackChanges.mergeNestedSuggestions','marker-count','deletion:accept','commands','toJSON','differ','_breakSuggestionMarker','isInContent','_refreshAttributeSuggestionsChain','isIntersecting','_defaultCallbacks','formatGroupId','isExternal','change:data','dataToMarker','ENTER','key','locale','splitPosition','range','122360izmJOn','getFirstRange','formatBlock','discardSuggestion','discardAllSuggestions','isLocal','suggestionUnloaded','_isDataLoaded','isTouching','forward','keys','length','execute','attribute','attributeOldValue','_recordAttributeSuggestions','3018DzhkKX','_suggestionFactory','widget','skipNestingCheck','writer','pop','default','getRanges','removeMarker:suggestion:attribute','containsRange','change:_saved','suggestion:','markerToData','substr','suggestionChanged','clear','getFirstMarker','plugins','getChangedMarkers','splice','formatInline','insertion:join','isAtEnd','resolve','_joinWithAdjacentSuggestions','concat','_registerDefaultCallbacks','fire','nodeBefore','deletion:join','getCustomProperty','$graveyard','CommentsRepository','301dNIFeE','track-changes-adapter-already-set','has','insertContent','options','map','_inlineAttributeKeys','ck-suggestion-marker--active','rename','_blockAttributeKeys','_afterChanges','insertion','descriptionFactory','includes','170cuQSPE','deletion:chain','Users','selection','isInsideObject','data-suggestion','attributeKey','toUpperCase','_isBlockAttribute','consumable','suggestion','4lFbksn','markDeletion','updateMarker','showSuggestionHighlights','update:suggestion','removeMarkers','high','updateSuggestion','6502njFpcI','position','removeClass','$text','isBlock','registerBlockAttribute','rethrowUnexpectedError','creator','createPositionAt','isObject','every','_reduceExistingSuggestions','createRange','isAtStart','originalSuggestionId','suggestionLoaded','_getMarkerAnnouncementText','split','setSelection','_editor','enableDefaultAttributesIntegration','formatBlock:chain','assign','getCommentThread','_setSuggestionData','hasComments','mapper','formatBlock:','removeMarker:suggestion:formatBlock','editing','getNearestSelectionRange','attributeNewValue','hasCommentThread','_customCallbacks','notReady','getAllAdjacentSuggestions','addHighlight','insert','markMultiRangeInsertion','getSuggestions','get','LEAVE','getAttribute','addMarker:suggestion:attribute','_findSuggestions','deletion:','addMarker:suggestion','removeAttribute','open','setTo','_adapter','authorName','name','_processAttributeSuggestions','30040SvXvDI','_isRegisteredAttribute','change:activeMarkers','accept','deleteContent','elementEnd','fromRange','sort','newValue','head','addRange','attributes','upcast','pluginName','addMarkerName','unbindElementFromMarkerName','FORMATTING','addClass','groupId','acceptSelectedSuggestions','markMultiRangeDeletion','join','_trackFormatChanges','some','unshift','insertion:accept','containsPosition','error-saving-suggestion-data-suggestion-discarded','size','dataReady','substring','_addThreadToSuggestion','formatInline:accept','conversion','_getExternalAuthor','markInlineFormat','hasSuggestion','from','authoredAt','_getAttributeKey','isCollapsed','detach','move','ck-suggestion-marker-','_recordAttributeChanges','editor','_refreshSuggestionsChain','attribute:join','isBefore','2311605ItBrWU','track-changes-enable-command-twice','@external','commandName','oldRange','next','track-changes-suggestion-not-found','value','data','markInsertion','enableCommand','addMarker:suggestion:formatBlock','reconvertMarker','PendingActions','insertion:','normal','formatInline:chain','track-changes-adapter-missing-getsuggestion','addSuggestion','multipleBlocks','markerName','_enabledCommands','external:','push','meta','requires','dataDowncast','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.','collaboration.channelId','markerNameToElements','getUser','_splitMarkerName','config','_commentsRepository','start','rejected','markers','listenTo','end','isSelectable','getSuggestion','_saved','1779239QyTYEQ','values','commentThread','markerToHighlight','setAttribute','formatInline:discard','consume','formatBlock:accept','getContainedElement','ck-suggestion-marker-formatBlock','ready','getItems','_suggestions','stopListening','removeMarker','getRange','$marker','after','$textProxy','createdAt','previous','clone','markMultiRangeBlockFormat','attribute:discard','rootName','removed','insertion:chain','elementToElement','getSuggestionCallback','then','isNextTo','lowest','insertion:discard','suggestion:attribute:','deletion','group','author','_joinSuggestions','chain','parent','for','createPositionAfter','trackChangesCommand','_reduceSuggestionAttributeRange','moveTargetPosition','removeComment','formatBlock:join','TrackChangesEditing','ck-suggestion-marker-formatInline','_createSuggestion','stringify','createRangeIn','activeMarkers','suggestion-type','createPositionBefore','isRemovable','elementStart','registerPostFixer','forEach','isAfter','change','deletion:discard','getAncestors','document','documentSelection','createElement','filter','format','getWalker','targetPosition','_model','stop','isDocumentOperation','markAttributeChange','24uOUxlg','return','newRange','registerCustomCallback','_onDiscard','addComment','_checkSuggestionCorrectness','_setSuggestionRange','nodeAfter','getMultiRangeId','trackChanges','warn','forceDefaultExecution','_getSuggestionData','containsRangeInObject','add','highest','getMarkers','discardSelectedSuggestions','createSelection','fromCharCode','_handleNewSuggestionMarker','attribute:','fetchCommentThread','element','_SUGGESTION_ANNOUNCEMENT','isUndo','oldValue','item'];_0x3ca1=function(){return _0x4a220f;};return _0x3ca1();}class Et{constructor(_0x3478a8){const _0xd69704=_0x5a5c6d;this[_0xd69704(0x247)]=_0x3478a8,this[_0xd69704(0x159)]=_0x3478a8[_0xd69704(0x19f)],this[_0xd69704(0x255)]=new Map(),this[_0xd69704(0x1d8)]=new Map(),this[_0xd69704(0x20c)]();}[_0x5a5c6d(0x17e)](_0x5151a4,_0x3e63de,_0x3e45a4,_0x2a5acd,_0x351e51,_0x4fceb6){const _0x59bf16=_0x5a5c6d;return new _0x5a1e4d(this[_0x59bf16(0x159)],{'type':_0x5151a4,'subType':_0x3e63de,'id':_0x3e45a4,'author':_0x2a5acd,'creator':_0x2a5acd,'attributes':_0x351e51,'onAttributesChange':_0x4fceb6,'onAccept':(..._0x4a1295)=>this[_0x59bf16(0x12f)](_0x5151a4,_0x3e63de,_0x59bf16(0x26d))(..._0x4a1295),'onDiscard':(..._0x37cdc4)=>this[_0x59bf16(0x12f)](_0x5151a4,_0x3e63de,_0x59bf16(0x1a0))(..._0x37cdc4)});}[_0x5a5c6d(0x160)](_0x49da4e,_0x3d7700,_0x48323a,_0x27f774){const _0x44ab43=_0x5a5c6d,_0x2f2597=_0x49da4e+':'+_0x3d7700+':'+_0x48323a;this[_0x44ab43(0x255)][_0x44ab43(0x17a)](_0x2f2597,_0x27f774);}[_0x5a5c6d(0x12f)](_0x1ff364,_0x4519f5,_0x52cbfa){const _0x200373=_0x5a5c6d,_0x30dab3=_0x1ff364+':'+_0x4519f5+':'+_0x52cbfa;return this[_0x200373(0x255)][_0x200373(0x25c)](_0x30dab3)||this[_0x200373(0x1d8)][_0x200373(0x25c)](_0x1ff364+':'+_0x52cbfa);}[_0x5a5c6d(0x20c)](){const _0x2e115b=_0x5a5c6d,_0x526bf2=()=>!0x1,_0x1fe3dc=_0x1906d7=>{const _0x3c7aaa=_0x1c43;_0x1906d7[_0x3c7aaa(0x271)]((_0x1a1248,_0xe898c6)=>_0x1a1248[_0x3c7aaa(0x10b)][_0x3c7aaa(0xe8)](_0xe898c6[_0x3c7aaa(0x10b)])?0x1:-0x1),this[_0x3c7aaa(0x159)][_0x3c7aaa(0x14f)](_0x4d2d1d=>{const _0x2e0555=_0x3c7aaa;for(const _0x5c38e3 of _0x1906d7){let _0x16aa8f;_0x16aa8f=_0x5c38e3[_0x2e0555(0x10f)][_0x2e0555(0x208)]&&_0x5c38e3[_0x2e0555(0x10f)][_0x2e0555(0x13a)]==_0x5c38e3[_0x2e0555(0x10b)][_0x2e0555(0x165)]?_0x4d2d1d[_0x2e0555(0x170)](_0x5c38e3[_0x2e0555(0x10b)][_0x2e0555(0x165)],'on'):_0x4d2d1d[_0x2e0555(0x170)](_0x5c38e3),this[_0x2e0555(0x159)][_0x2e0555(0x26e)](_0x16aa8f,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4cdb9c=(_0x424734,_0x15c100)=>{const _0x30d30c=_0x1c43;_0x15c100&&this[_0x30d30c(0x159)][_0x30d30c(0x14f)](_0x2015aa=>{const _0x55832b=_0x30d30c,{commandName:_0x251439,commandParams:_0x80b57=[]}=_0x15c100,_0x4018e=_0x424734[_0x55832b(0x218)](_0x2d363c=>(Vt(_0x2d363c)&&(_0x2d363c=this[_0x55832b(0x159)][_0x55832b(0x240)](_0x2d363c[_0x55832b(0x10f)])),_0x2d363c))[_0x55832b(0x155)](_0x64727a=>_0x55832b(0x211)!==_0x64727a[_0x55832b(0x17f)][_0x55832b(0x12b)]);if(_0x4018e[_0x55832b(0x1ed)]<0x1)return;const _0x3d00f8=Array[_0x55832b(0x28f)](this[_0x55832b(0x159)][_0x55832b(0x152)][_0x55832b(0x224)][_0x55832b(0x1f9)]())[_0x55832b(0x218)](_0x28ac92=>_0x5197ad[_0x55832b(0x270)](_0x28ac92));_0x2015aa[_0x55832b(0x246)](_0x4018e);for(const _0x474098 of this[_0x55832b(0x247)][_0x55832b(0x1d1)][_0x55832b(0x1d1)]())_0x474098[_0x55832b(0x1b1)]();_0x80b57[_0x55832b(0x100)]({'forceDefaultExecution':!0x0}),this[_0x55832b(0x247)][_0x55832b(0x1ee)](_0x251439,..._0x80b57);const _0x5c76d7=_0x3d00f8[_0x55832b(0x155)](_0x5de9d7=>_0x55832b(0x211)!=_0x5de9d7[_0x55832b(0x17f)][_0x55832b(0x12b)]);_0x5c76d7[_0x55832b(0x1ed)]>0x0&&_0x2015aa[_0x55832b(0x246)](_0x5c76d7);for(const _0xc4315b of _0x3d00f8)_0xc4315b[_0x55832b(0xe1)]();});},_0xe106fc=(_0x2b26b4,_0x4a0368)=>0x1==_0x2b26b4[_0x2e115b(0x1ed)]&&0x1==_0x4a0368[_0x2e115b(0x1ed)]&&_0x2b26b4[0x0][_0x2e115b(0x10f)][_0x2e115b(0x1c6)](_0x4a0368[0x0][_0x2e115b(0x10b)]),_0x173a57=(_0x28a82b,_0x85d51c,_0x56a87d,_0x2ab2ce)=>Ht(_0x28a82b,_0x85d51c,_0x56a87d,_0x2ab2ce,this[_0x2e115b(0x159)])?[_0x28a82b,_0x85d51c]:Ht(_0x85d51c,_0x28a82b,_0x2ab2ce,_0x56a87d,this[_0x2e115b(0x159)])?[_0x85d51c,_0x28a82b]:null;this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x283),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x133),_0x1fe3dc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x207),_0xe106fc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x12d),_0x173a57),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x1d0),_0x1fe3dc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x150),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x20f),_0xe106fc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x222),_0x173a57),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x28a),_0x4cdb9c),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x118),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x17b),_0xe106fc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0xf9),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x11a),_0x4cdb9c),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x1cb),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x141),_0xe106fc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x249),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x180),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x12a),(_0x42fd19,_0x550671)=>{const _0x478a45=_0x2e115b;if(!_0x550671)return;const _0x4dab67=this[_0x478a45(0x247)][_0x478a45(0x203)][_0x478a45(0x25c)](p);this[_0x478a45(0x159)][_0x478a45(0x14f)](_0x23f2fe=>{const _0x18177f=_0x478a45;if(_0x18177f(0x1cc)==_0x550671[_0x18177f(0x1de)])for(const _0xa9d842 of _0x42fd19){const _0x3b621a=_0xa9d842[_0x18177f(0x10b)][_0x18177f(0x165)],_0x58c066=_0x550671[_0x18177f(0x178)];_0x23f2fe[_0x18177f(0x21b)](_0x3b621a,_0x58c066);}else{if(_0x4dab67[_0x18177f(0x229)](_0x550671[_0x18177f(0x1de)])){for(const _0x425f73 of _0x42fd19)void 0x0!==_0x550671[_0x18177f(0x178)]?_0x23f2fe[_0x18177f(0x117)](_0x550671[_0x18177f(0x1de)],_0x550671[_0x18177f(0x178)],_0x425f73[_0x18177f(0x10b)][_0x18177f(0x165)]):_0x23f2fe[_0x18177f(0x263)](_0x550671[_0x18177f(0x1de)],_0x425f73[_0x18177f(0x10b)][_0x18177f(0x165)]);}else{for(const _0x604611 of _0x42fd19)_0x550671[_0x18177f(0x178)]?_0x23f2fe[_0x18177f(0x117)](_0x550671[_0x18177f(0x1de)],_0x550671[_0x18177f(0x178)],_0x604611):_0x23f2fe[_0x18177f(0x263)](_0x550671[_0x18177f(0x1de)],_0x604611);}}});}),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0xe7),_0xe106fc);}}function Ot(_0x4f928e,_0x1cc52c,_0x21237e){const _0x4f70cf=_0x5a5c6d;for(const _0x3e5000 of _0x1cc52c[_0x4f70cf(0x13a)][_0x4f70cf(0x151)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3e5000[_0x4f70cf(0x17f)]==_0x3e5000)return!0x1;if(!_0x21237e[_0x4f70cf(0x192)](_0x3e5000))return!0x1;if(_0x4f928e[_0x4f70cf(0x23d)](_0x3e5000)||_0x4f928e[_0x4f70cf(0x1a8)](_0x3e5000))return!0x0;}return!0x1;}function Vt(_0x4dd59c){const _0x1f680c=_0x5a5c6d;return _0x4dd59c[_0x1f680c(0x10f)][_0x1f680c(0x13a)]==_0x4dd59c[_0x1f680c(0x10b)][_0x1f680c(0x165)]&&_0x4dd59c[_0x1f680c(0x10f)][_0x1f680c(0x241)];}function Ut(_0x34cb94,_0x5320db,_0x5088b0,_0x212b90){const _0x30570b=_0x5a5c6d,_0xc00d86=_0x347cb7=>!_0x347cb7[_0x30570b(0x179)]['is'](_0x30570b(0x125))&&!_0x212b90[_0x30570b(0x23d)](_0x347cb7[_0x30570b(0x179)]),_0xe3e02e=_0x34cb94[_0x30570b(0x10b)][_0x30570b(0x1c3)](_0xc00d86),_0x42df15=_0x34cb94[_0x30570b(0x10f)][_0x30570b(0x1c3)](_0xc00d86,{'direction':_0x30570b(0x1b4)});return(!_0x34cb94[_0x30570b(0x10b)][_0x30570b(0x1c6)](_0xe3e02e)||!_0x34cb94[_0x30570b(0x10f)][_0x30570b(0x1c6)](_0x42df15))&&(_0xe3e02e[_0x30570b(0xe8)](_0x42df15)?_0x5088b0[_0x30570b(0x22e)](_0x5320db,{'range':_0x5088b0[_0x30570b(0x240)](_0xe3e02e,_0x42df15)}):_0x5088b0[_0x30570b(0x121)](_0x5320db),!0x0);}function Gt(_0x366cc7){return _0x536ebe(_0x366cc7);}function Ft(_0xdcb0f6){const _0x3dba9a=_0x5a5c6d,_0x119942=_0xdcb0f6[_0x3dba9a(0x10b)][_0x3dba9a(0x165)];return _0x119942&&_0x119942['is'](_0x3dba9a(0x175));}function Pt(_0x11560b,_0x4c681c){const _0x59eaba=_0x5a5c6d;return null==_0x11560b[_0x59eaba(0x10f)][_0x59eaba(0x20e)]&&_0x11560b[_0x59eaba(0x10f)][_0x59eaba(0x13a)]==_0x11560b[_0x59eaba(0x10b)][_0x59eaba(0x165)]?Lt(_0x11560b[_0x59eaba(0x10b)][_0x59eaba(0x165)],_0x4c681c):_0x11560b;}function Lt(_0x36095e,_0x10279f){const _0x254548=_0x5a5c6d,_0x1c542f=_0x10279f[_0x254548(0x1a6)][_0x254548(0x23d)](_0x36095e)||_0x10279f[_0x254548(0x1a6)][_0x254548(0x110)](_0x36095e);return _0x10279f[_0x254548(0x240)](_0x10279f[_0x254548(0x23c)](_0x36095e,_0x254548(0x1ba)),_0x1c542f?_0x10279f[_0x254548(0x13c)](_0x36095e):_0x10279f[_0x254548(0x23c)](_0x36095e,_0x254548(0x10f)));}function Ht(_0x1aa333,_0x297e38,_0x4e1b2b,_0x1d9225,_0x47136b){const _0x5b3d46=_0x5a5c6d;if(_0x1aa333[_0x5b3d46(0xee)])return!0x1;if(!Jt(_0x1aa333,_0x297e38))return!0x1;if(_0x4e1b2b[_0x5b3d46(0x10f)][_0x5b3d46(0x1c6)](_0x1d9225[_0x5b3d46(0x10b)]))return!0x0;if(_0x1aa333[_0x5b3d46(0x186)]!=_0x297e38[_0x5b3d46(0x186)])return!0x1;if(!_0x4e1b2b[_0x5b3d46(0x10f)][_0x5b3d46(0x1ea)](_0x1d9225[_0x5b3d46(0x10b)]))return!0x1;const _0x27264b=_0x47136b[_0x5b3d46(0x240)](_0x4e1b2b[_0x5b3d46(0x10f)],_0x1d9225[_0x5b3d46(0x10b)])[_0x5b3d46(0x157)]();for(const _0x1a85ac of _0x27264b)if([_0x5b3d46(0x14b),_0x5b3d46(0x26f)][_0x5b3d46(0x220)](_0x1a85ac[_0x5b3d46(0x186)])&&_0x47136b[_0x5b3d46(0x1a6)][_0x5b3d46(0x1a8)](_0x1a85ac[_0x5b3d46(0x179)]))return!0x1;return!0x0;}function Jt(_0x17fff7,_0x573582){const _0x3d4186=_0x5a5c6d;if(!_0x17fff7[_0x3d4186(0x1e9)]||!_0x573582[_0x3d4186(0x1e9)])return!0x1;const _0x5ba00d=new Set(Object[_0x3d4186(0x1ec)](_0x17fff7[_0x3d4186(0x275)])),_0x3ae07c=new Set(Object[_0x3d4186(0x1ec)](_0x573582[_0x3d4186(0x275)]));if(_0x5ba00d[_0x3d4186(0x185)](_0x3d4186(0x27c)),_0x3ae07c[_0x3d4186(0x185)](_0x3d4186(0x27c)),0x0==_0x5ba00d[_0x3d4186(0x286)]&&0x0==_0x3ae07c[_0x3d4186(0x286)])return!0x0;if(_0x5ba00d[_0x3d4186(0x286)]!=_0x3ae07c[_0x3d4186(0x286)])return!0x1;const _0xd72097={..._0x17fff7[_0x3d4186(0x275)]},_0x51ec71={..._0x573582[_0x3d4186(0x275)]};return delete _0xd72097[_0x3d4186(0x27c)],delete _0x51ec71[_0x3d4186(0x27c)],JSON[_0x3d4186(0x145)](_0xd72097)==JSON[_0x3d4186(0x145)](_0x51ec71);}function qt(_0x28c814,_0x565001){const _0x47e274=_0x5a5c6d,_0x1adeee=zt(_0x28c814[_0x47e274(0x275)]),_0x3a67ac=zt(_0x565001);if(!_0x28c814[_0x47e274(0x1e9)])return!0x1;for(const _0x4c7e5a of Object[_0x47e274(0x1ec)](_0x3a67ac))if(!_0x975817(_0x1adeee[_0x4c7e5a],_0x3a67ac[_0x4c7e5a]))return!0x1;return!0x0;}function zt(_0x5c14d4){const _0x69852b=_0x5a5c6d,_0x75e16e=Object[_0x69852b(0x24a)]({},_0x5c14d4);return delete _0x75e16e[_0x69852b(0x1f5)],delete _0x75e16e[_0x69852b(0x17c)],_0x75e16e;}
|