@ckeditor/ckeditor5-track-changes 41.3.0 → 41.3.1
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/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x19fd03=_0x50a9;(function(_0x421410,_0x2d8ea6){const _0x339c80=_0x50a9,_0x31881b=_0x421410();while(!![]){try{const _0x49a505=parseInt(_0x339c80(0x279))/0x1+-parseInt(_0x339c80(0x18c))/0x2*(parseInt(_0x339c80(0x221))/0x3)+-parseInt(_0x339c80(0x123))/0x4+parseInt(_0x339c80(0x259))/0x5+-parseInt(_0x339c80(0x247))/0x6+-parseInt(_0x339c80(0x22f))/0x7*(-parseInt(_0x339c80(0x1c6))/0x8)+-parseInt(_0x339c80(0x238))/0x9*(-parseInt(_0x339c80(0x228))/0xa);if(_0x49a505===_0x2d8ea6)break;else _0x31881b['push'](_0x31881b['shift']());}catch(_0xe68c51){_0x31881b['push'](_0x31881b['shift']());}}}(_0x2836,0x883c4));import{Plugin as _0x2fa14d,PendingActions as _0x2e406e}from'ckeditor5/src/core.js';import{LiveRange as _0x1b6ab6}from'ckeditor5/src/engine.js';import{CKEditorError as _0x1f491d,uid as _0x147f23,priorities as _0x4d5b3f,logWarning as _0x19da36}from'ckeditor5/src/utils.js';import{toWidget as _0x4bec4b}from'ckeditor5/src/widget.js';import{Users as _0x4c9b60,hashObject as _0x4f943b,surroundingMarkersDetector as _0x1b08f5}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4278f7 from'./commands/trackchangescommand.js';import _0x48fb8e from'./commands/acceptsuggestioncommand.js';import _0x28a729 from'./commands/discardsuggestioncommand.js';import _0x4db6c6 from'./commands/executeonallsuggestionscommand.js';import _0x2306ee from'./commands/executeonselectedsuggestionscommand.js';import _0x443fee from'./suggestion.js';import _0x42cdf6 from'./suggestiondescriptionfactory.js';import _0x15ca1e from'./integrations/aiassistant.js';import _0x421dcc from'./integrations/alignment.js';import _0x473a9c from'./integrations/basicstyles.js';import _0x9891e8 from'./integrations/blockquote.js';import _0x35f2f3 from'./integrations/casechange.js';import _0x1d5e23 from'./integrations/ckbox.js';import _0x2c39da from'./integrations/codeblock.js';import _0x4ea388 from'./integrations/comments.js';import _0x38c07e from'./integrations/deletecommand.js';import _0x569ed6 from'./integrations/list.js';import _0x1c1594 from'./integrations/listproperties.js';import _0x61c9a5 from'./integrations/entercommand.js';import _0x31ddeb from'./integrations/findandreplace.js';import _0xa8b2a9 from'./integrations/font.js';import _0x3e9081 from'./integrations/formatpainter.js';import _0x5cd2eb from'./integrations/heading.js';import _0x4dfadd from'./integrations/highlight.js';import _0x314b07 from'./integrations/horizontalline.js';import _0x26e1cb from'./integrations/htmlembed.js';import _0x488e73 from'./integrations/image.js';import _0x5e7aa7 from'./integrations/imagereplace.js';function _0x2836(){const _0xa7a39e=['substr','concat','suggestion:','model','collaboration.channelId','track-changes-command-not-found','from','ck-suggestion-marker--active','_initAriaMarkerChangeAnnouncements','comments','isAfter','end','refresh','attributeOldValue','createPositionAfter','updateSuggestion','_commentsRepository','toUpperCase','change:_saved','stopListening','addRange','insertion:chain','writer','_mergeNestedSuggestions','formatGroupId','markAttributeChange','deletion:chain','trackChanges','group','_setSuggestionData','dataReady','differ','registerCustomCallback','schema','addClass','assign','notReady','conversion','enqueueChange','removeMarker:suggestion:formatBlock','containsPosition','isOwn','_checkSuggestionCorrectness','unbindElementFromMarkerName','insert','getNearestSelectionRange','markBlockFormat','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.','formatBlock:chain','delete','acceptSelectedSuggestions','editingDowncast','ck-suggestion-marker-formatInline','authoredAt','TrackChangesEditing','detach','_adapter','attribute:accept','authorName','_getAuthorFromId','getSuggestion','removeMarker:suggestion:attribute','getCustomProperty','ready','_findSuggestions','deleteContent','deletion:accept','locale','isArray','previous','markMultiRangeBlockFormat','getItems','formatBlock','_enableDefaultAttributesIntegration','next','howMany','rethrowUnexpectedError','set','suggestion-type','removeAttribute','chain','includes','fetchCommentThread','execute','attribute:discard','deletion','fromRange','config','12AzNpFS','resolve','map','highest','change','ariaLiveAnnouncer','markers','50hMmYoz','error-saving-suggestion-data-suggestion-discarded','newValue','createSelection','_isBlockAttribute','normal','rename','18438AuxiAk','isCollapsed','root','join','_enabledCommands','selection','isIntersecting','getSuggestions','track-changes-adapter-already-set','1626417AaNYAS','track-changes-suggestion-data-mismatch','data-suggestion','getChangedMarkers','suggestion:attribute:','markDeletion','createElement','formatInline','author','markerToData','return','isTouching','_registerInlineAttribute','getAttribute','_refreshAttributeSuggestionsChain','1692960TeBXHC','values','addSuggestion','push','_isForcedDefaultExecutionBlock','_suggestionState','trackChanges.mergeNestedSuggestions','_reduceSuggestionAttributeRange','track-changes-suggestion-not-found','getFirstRange','groupId','discardSelectedSuggestions','pop','attributeNewValue','_updateSuggestionData','every','removeMarkers','_setSuggestionRange','3366985DKmwoB','oldRange','isNextTo','get','elementEnd','getUser','isUndo','_getMarkerAnnouncementText','formatBlock:','remove','applyOperation','adapter','item','clone','@external','dataToMarker','commands','_removeSuggestion','upcast','containsItem','clear','widget','enableCommand','always','hasComments','start','reconvertMarker','createPositionAt','CommentsRepository','_addSuggestionMarker','meta','_suggestions','157028LrtTRO','document','insertion:accept','insertion:','markInsertion','commentThread','updateMarker','getIntersection','addMarker:suggestion','formatBlock:join','_blockAttributeKeys','then','_rangeIsInLocalUserInsertion','name','moveTargetPosition','filter','track-changes-enable-command-twice','getDifference','_joinSuggestions','addMarker','_handleNewSuggestionMarker','rejected','_createSuggestion','setAttribute','setTo','getChanges','options','_saved','getLastMatchingPosition','buildSuggestion','hasSuggestion','subType','low','_registerBlockAttribute','for','hasCommentThread','_refreshSuggestionsChain','oldValue','_getSuggestionData','getMarkers','size','attribute','elementStart','high','ENTER','isExternal','nodeBefore','deletion:join','markMultiRangeDeletion','attributeKey','formatBlock:discard','define','isIntersectingWithRange','addHighlight','_isRegisteredAttribute','_trackFormatChanges','getAllAdjacentSuggestions','value','warn','fromCharCode','markerToHighlight','isLimit','multipleBlocks','_addThreadToSuggestion','targetPosition','markerNameToElements','attributes','$elementName','isLocal','formatInline:join','format','isMultiRange','change:data','markInlineFormat','getRanges','isBlock','$text','announce','_getAttributeKey','attribute:','removeMarker','FORMATTING','elementToElement','track-changes-adapter-missing-getsuggestion','unshift','insertion','listenTo','marker-count','showSuggestionHighlights','isDocumentOperation','1819904bQXYTP','discardAllSuggestions','Users','stop','consume','LEAVE','toJSON','_defaultCallbacks','splitPosition','external:','$marker','containerElement','isObject','sort','head','registerPostFixer','commandName','originalSuggestionId','_customCallbacks','activeMarkers','markerReady','_processAttributeChanges','tablePasteChainId','enableReadOnlyMode','ck-suggestion-marker','formatInline:accept','setSelection','multi','find','accepted','suggestionChanged','containsRangeInObject','addCommentThread','$textProxy','suggestion','_suggestionFactory','insertion:join','bindElementToMarker','deletion:discard','isInsideObject','open','formatBlock:accept','_processAttributeSuggestions','before','isBefore','addMarker:suggestion:formatBlock','_splitMarkerName','forward','backward','getMultiRangeId','init','toViewElement','keys','plugins','insertContent','_afterChanges','addUser','nodeAfter','move','PendingActions','PENDING_ACTION_SUGGESTION','getFirstMarker','createPositionBefore','range','_recordAttributeChanges','mapper','getCommentThread','never','skipNestingCheck','default','documentSelection','_registerDefaultCallbacks','isSelectable','createRange','containsRange','position','removeClass','markerName','getSuggestionCallback','_inlineAttributeKeys','insertion:discard','_onDiscard','editor','requires','removeComment','has','_reduceExistingSuggestions','batch','length','track-changes-user-not-found','addMarker:suggestion:attribute','ck-suggestion-marker-','discardSuggestion','after','acceptSuggestion','forceDefaultExecution','pluginName','isEqual','catch','formatInline:discard','_editor','forEach','newRange','markMultiRangeInsertion','some','260244VSaesy','_getExternalAuthor','createRangeOn','_recordAttributeSuggestions','parent','element','getRange','unbind','deletion:','createRangeIn','split','_cutOutSuggestionMarker','consumable','trackChangesCommand','update:suggestion','change:activeMarkers','acceptAllSuggestions','_element','formatInline:chain','lowest','attribute:join','createdAt','accept','removed','trackChanges.trackFormatChanges','$graveyard','add','_isDataLoaded','ck-suggestion-marker-formatBlock','getShiftedBy','addComment','editing','isAtStart','isInContent','discard','substring','getAncestors','formatInline:','type','_descriptionFactory','creator','addMarkerName','_model','fire','startsWith','getContainedElement','addSuggestionData','key','getWalker','splice','dataDowncast','isRemovable','_SUGGESTION_ANNOUNCEMENT','isAtEnd','rootName','_breakSuggestionMarker','suggestionLoaded','_joinWithAdjacentSuggestions','248YrQufc','data','suggestionUnloaded'];_0x2836=function(){return _0xa7a39e;};return _0x2836();}import _0x3f50fb from'./integrations/imagestyle.js';import _0x4ab095 from'./integrations/importword.js';import _0xef5677 from'./integrations/indent.js';import _0x16aa3c from'./integrations/inputcommand.js';import _0x467f42 from'./integrations/link.js';import _0x4f1333 from'./integrations/legacylist.js';function _0x50a9(_0x4c7ed0,_0x5d637a){const _0x283631=_0x2836();return _0x50a9=function(_0x50a974,_0x316d1d){_0x50a974=_0x50a974-0xcf;let _0x5665f9=_0x283631[_0x50a974];return _0x5665f9;},_0x50a9(_0x4c7ed0,_0x5d637a);}import _0x42740a from'./integrations/legacylistproperties.js';import _0x24add2 from'./integrations/mediaembed.js';import _0x305eb7 from'./integrations/mention.js';import _0x2d788e from'./integrations/multilevellist.js';import _0x3664c1 from'./integrations/pagebreak.js';import _0x547ea3 from'./integrations/paragraph.js';import _0x10211e from'./integrations/removeformat.js';import _0x36f3af from'./integrations/restrictededitingmode.js';import _0x125c50 from'./integrations/shiftentercommand.js';import _0x55ec20 from'./integrations/standardeditingmode.js';import _0x315c21 from'./integrations/style.js';import _0x1323e2 from'./integrations/table.js';import _0x29e6f1 from'./integrations/tablemergesplit.js';import _0x66bc8b from'./integrations/tableheadings.js';import _0x2b7816 from'./integrations/tableclipboard.js';import _0x22606d from'./integrations/tablecolumnresize.js';import _0x523115 from'./integrations/template.js';import _0x1446f1 from'./integrations/tableofcontents.js';import _0x17a8a7 from'./integrations/title.js';import _0x137983 from'./integrations/undo.js';import _0x1610d3 from'./integrations/tablecaption.js';import _0x254b35 from'./integrations/tableproperties.js';import{getTranslation as _0xe5b8b9}from'./utils/common-translations.js';import{isEqual as _0x5eb54e,omit as _0x6b8dd2}from'lodash-es';export const renameAttributeKey=_0x19fd03(0x10c);export default class p extends _0x2fa14d{static get[_0x19fd03(0x176)](){const _0x4fe4b7=_0x19fd03;return[_0x4fe4b7(0x275),_0x4c9b60,_0x2e406e,_0x15ca1e,_0x421dcc,_0x473a9c,_0x9891e8,_0x1d5e23,_0x35f2f3,_0x2c39da,_0x4ea388,_0x38c07e,_0x61c9a5,_0x31ddeb,_0xa8b2a9,_0x3e9081,_0x5cd2eb,_0x4dfadd,_0x314b07,_0x26e1cb,_0x488e73,_0x3f50fb,_0x5e7aa7,_0x4ab095,_0xef5677,_0x16aa3c,_0x4f1333,_0x42740a,_0x2d788e,_0x467f42,_0x569ed6,_0x1c1594,_0x24add2,_0x305eb7,_0x3664c1,_0x547ea3,_0x10211e,_0x36f3af,_0x125c50,_0x55ec20,_0x315c21,_0x1323e2,_0x29e6f1,_0x66bc8b,_0x1610d3,_0x2b7816,_0x22606d,_0x1446f1,_0x254b35,_0x523115,_0x17a8a7,_0x137983];}static get[_0x19fd03(0x183)](){const _0x377477=_0x19fd03;return _0x377477(0x1ff);}constructor(_0x5cb3f3){const _0x2e1ec9=_0x19fd03;function _0x43acb4(_0x5e7507){const _0x126f1c=_0x50a9;return _0x5e7507[_0x126f1c(0x223)](_0x4720bb=>String[_0x126f1c(0x104)](_0x4720bb))[_0x126f1c(0x232)]('');}super(_0x5cb3f3),this[_0x2e1ec9(0x18f)]=!0x1,this[_0x2e1ec9(0x216)](_0x2e1ec9(0x136),[]),this['on'](_0x2e1ec9(0x19b),(_0x5e532e,_0x17f4ad,_0x2eed70,_0xf94df1)=>{const _0x59ec43=_0x2e1ec9;this[_0x59ec43(0x1b6)][_0x59ec43(0x225)](()=>{const _0x178ff6=_0x59ec43;for(const _0x5dc8b5 of[..._0xf94df1,..._0x2eed70])this[_0x178ff6(0x1b6)][_0x178ff6(0x227)][_0x178ff6(0x178)](_0x5dc8b5)&&_0x5cb3f3[_0x178ff6(0x1ab)][_0x178ff6(0x273)](_0x5dc8b5);});}),this[_0x2e1ec9(0x1b3)]=new _0x42cdf6(this[_0x2e1ec9(0x175)][_0x2e1ec9(0x1cc)][_0x2e1ec9(0x1ea)],this[_0x2e1ec9(0x175)][_0x2e1ec9(0x20c)]),this[_0x2e1ec9(0x201)]=null,this[_0x2e1ec9(0x146)]=new xt(this[_0x2e1ec9(0x175)]),this[_0x2e1ec9(0x278)]=new Map(),this[_0x2e1ec9(0x1d9)]=_0x5cb3f3[_0x2e1ec9(0x158)][_0x2e1ec9(0x25c)](_0x2e1ec9(0x275)),this[_0x2e1ec9(0x233)]=new Set(),this[_0x2e1ec9(0x1b6)]=this[_0x2e1ec9(0x175)][_0x2e1ec9(0x1cc)],this[_0x2e1ec9(0x24c)]=new WeakMap(),this[_0x2e1ec9(0x24b)]=!0x1,this[_0x2e1ec9(0xd3)]=new Set([_0x2e1ec9(0x10c)]),this[_0x2e1ec9(0x172)]=new Set(),_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0xfc)](_0x2e1ec9(0x1a4),_0x2e1ec9(0x168)),this[_0x2e1ec9(0x100)]=_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0x25c)](_0x2e1ec9(0x1a4)),_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0xfc)](_0x2e1ec9(0x24d),!0x0),this[_0x2e1ec9(0x1e0)]=_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0x25c)](_0x2e1ec9(0x24d)),this[_0x2e1ec9(0x199)]=new _0x4278f7(_0x5cb3f3,this[_0x2e1ec9(0x233)]),this[_0x2e1ec9(0x1d1)](),this[_0x43acb4([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x43acb4([0x34,0x30,0x34,0x38,0x30,0x38,0x32,0x30]);}[_0x19fd03(0x155)](){const _0x53f6ce=_0x19fd03,_0x25d7b8=this[_0x53f6ce(0x175)],_0x42ccc3=(_0x195b66,_0x51d05f)=>{const _0x46b197=_0x53f6ce;if(_0x46b197(0xf2)!=_0x195b66)return _0x46b197(0x17e)+_0x195b66;const _0x5ab665=_0x51d05f[_0x46b197(0x196)]('|')[0x0];return this[_0x46b197(0x22c)](_0x5ab665)?_0x46b197(0x1a8):_0x46b197(0x1fd);};_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x105)]({'model':_0x53f6ce(0x145),'view':_0x9c9685=>{const _0x335e36=_0x53f6ce,{id:_0x1acf30,type:_0x1db0ae,subType:_0x1e83f3}=this[_0x335e36(0x151)](_0x9c9685[_0x335e36(0x170)]),_0x46c424=[_0x335e36(0x13b),_0x42ccc3(_0x1db0ae,_0x1e83f3)];let _0x34b0dd=0xbb8;return this[_0x335e36(0x136)][_0x335e36(0x21a)](_0x9c9685[_0x335e36(0x170)])&&(_0x46c424[_0x335e36(0x24a)](_0x335e36(0x1d0)),_0x34b0dd=0xbc2),_0x335e36(0x21e)==_0x1db0ae&&(_0x34b0dd+=0x5),{'classes':_0x46c424,'attributes':{'data-suggestion':_0x1acf30},'priority':_0x34b0dd};}}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x1a6)](_0x4c7d82=>{const _0x52f546=_0x53f6ce;_0x4c7d82['on'](_0x52f546(0xd1),(_0x50ec2d,_0x3b24e6,_0xd5c5e1)=>{const _0x5edc23=_0x52f546;if(!_0xd5c5e1[_0x5edc23(0xe3)][_0x5edc23(0x121)])return;const _0x5ab8de=_0x3b24e6[_0x5edc23(0x265)];if(!_0x5ab8de)return;const _0x2526b0=_0xd5c5e1[_0x5edc23(0x164)][_0x5edc23(0x156)](_0x5ab8de);_0x25d7b8[_0x5edc23(0x1cc)][_0x5edc23(0x1ea)][_0x5edc23(0x12f)](_0x5ab8de)&&_0x2526b0&&!_0x2526b0[_0x5edc23(0x207)](_0x5edc23(0x26e))&&_0x2526b0['is'](_0x5edc23(0x12e))&&_0x4bec4b(_0x2526b0,_0xd5c5e1[_0x5edc23(0x1df)]);},{'priority':_0x52f546(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x105)]({'model':_0x53f6ce(0x145),'view':(_0x374ddd,_0x2e49d2)=>{const _0x4e0179=_0x53f6ce;if(!_0x2e49d2[_0x4e0179(0xe3)][_0x4e0179(0x121)])return null;const {type:_0x3ae983,subType:_0x2bf9c1}=this[_0x4e0179(0x151)](_0x374ddd[_0x4e0179(0x170)]);return{'classes':[_0x4e0179(0x13b),_0x42ccc3(_0x3ae983,_0x2bf9c1)],'priority':0xbb8};}});const _0x902588=({showActiveMarkers:_0x52e5b4=!0x0,isAttributeSuggestion:_0x49d638=!0x1}={})=>(_0x5e6e93,_0x41548c,_0x5da9b)=>{const _0x1024ef=_0x53f6ce;if(!_0x41548c[_0x1024ef(0x265)])return;const {id:_0x2700b0}=this[_0x1024ef(0x151)](_0x41548c[_0x1024ef(0x170)]);if(_0x49d638){const _0x2fd27c=this[_0x1024ef(0x278)][_0x1024ef(0x25c)](_0x2700b0),_0x45ffbb=this[_0x1024ef(0x117)](_0x2fd27c);if(!this[_0x1024ef(0x22c)](_0x45ffbb))return;}if(_0x41548c[_0x1024ef(0x265)]['is'](_0x1024ef(0x234)))return void _0x5da9b[_0x1024ef(0x198)][_0x1024ef(0x127)](_0x41548c[_0x1024ef(0x265)],_0x5e6e93[_0x1024ef(0xd6)]);const _0x239f1d=_0x5da9b[_0x1024ef(0x164)][_0x1024ef(0x156)](_0x41548c[_0x1024ef(0x265)]);if(_0x41548c[_0x1024ef(0x265)]['is'](_0x1024ef(0x191))&&_0x25d7b8[_0x1024ef(0x1cc)][_0x1024ef(0x1ea)][_0x1024ef(0x114)](_0x41548c[_0x1024ef(0x265)])&&!_0x239f1d[_0x1024ef(0x207)](_0x1024ef(0xfe))){_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0x1eb)]([_0x1024ef(0x13b),_0x1024ef(0x1a8)],_0x239f1d),_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0xe0)](_0x1024ef(0x23a),_0x2700b0,_0x239f1d),_0x5da9b[_0x1024ef(0x164)][_0x1024ef(0x148)](_0x239f1d,_0x41548c[_0x1024ef(0x170)]),_0x52e5b4&&(this[_0x1024ef(0x136)][_0x1024ef(0x21a)](_0x41548c[_0x1024ef(0x170)])?_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0x1eb)](_0x1024ef(0x1d0),_0x239f1d):_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0x16f)](_0x1024ef(0x1d0),_0x239f1d));for(const _0x1e56f1 of _0x25d7b8[_0x1024ef(0x1cc)][_0x1024ef(0x195)](_0x41548c[_0x1024ef(0x265)])[_0x1024ef(0x210)]())_0x5da9b[_0x1024ef(0x198)][_0x1024ef(0x127)](_0x1e56f1,_0x5e6e93[_0x1024ef(0xd6)]);_0x5da9b[_0x1024ef(0x198)][_0x1024ef(0x127)](_0x41548c[_0x1024ef(0x265)],_0x5e6e93[_0x1024ef(0xd6)]);}};_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x1a6)](_0x357fba=>{const _0x120f83=_0x53f6ce;_0x357fba['on'](_0x120f83(0x150),(_0x2c5054,_0x65b3f9,_0x3b3438)=>{const _0x26ce52=_0x120f83;_0x3b3438[_0x26ce52(0xe3)][_0x26ce52(0x121)]&&_0x902588({'showActiveMarkers':!0x1})(_0x2c5054,_0x65b3f9,_0x3b3438);},{'priority':_0x120f83(0x224)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x1a6)](_0x5a1180=>{const _0x18e491=_0x53f6ce;_0x5a1180['on'](_0x18e491(0x17d),(_0x5d2c10,_0x16f826,_0x100c4f)=>{const _0x48cc66=_0x18e491;_0x100c4f[_0x48cc66(0xe3)][_0x48cc66(0x121)]&&_0x902588({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x5d2c10,_0x16f826,_0x100c4f);},{'priority':_0x18e491(0x224)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x241)]({'model':_0x53f6ce(0x145),'view':(_0x3180d2,_0x18bb57)=>_0x18bb57[_0x53f6ce(0xe3)][_0x53f6ce(0x121)]?null:{'group':_0x53f6ce(0x145),'name':_0x3180d2[_0x53f6ce(0x1c9)](0xb)}}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x26b))[_0x53f6ce(0x11b)]({'view':{'name':_0x53f6ce(0x145),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x25f344,{writer:_0x55b91d})=>{const _0x2579f=_0x53f6ce;let _0x42d78c=_0x2579f(0x1cb)+_0x25f344[_0x2579f(0x245)](_0x2579f(0x217))+':'+_0x25f344[_0x2579f(0x245)]('id');return _0x25f344[_0x2579f(0x245)](_0x2579f(0x120))&&(_0x42d78c+=':'+_0x25f344[_0x2579f(0x245)](_0x2579f(0x120))),_0x55b91d[_0x2579f(0x23e)](_0x2579f(0x12d),{'data-name':_0x42d78c});}}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x26b))[_0x53f6ce(0x268)]({'view':_0x53f6ce(0x145)}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0xfbef86=>{const _0x5f1989=_0x53f6ce;_0xfbef86['on'](_0x5f1989(0x150),_0x902588(),{'priority':_0x5f1989(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0x12233e=>{const _0x57dfdc=_0x53f6ce;_0x12233e['on'](_0x57dfdc(0x17d),_0x902588({'isAttributeSuggestion':!0x0}),{'priority':_0x57dfdc(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0x6dc958=>{const _0x208032=_0x53f6ce;_0x6dc958['on'](_0x208032(0x1f0),(_0x4dc56f,_0x20ca5d,_0x436cd8)=>{const _0x520a77=_0x208032,_0x3bac1c=_0x436cd8[_0x520a77(0x164)][_0x520a77(0x10a)](_0x20ca5d[_0x520a77(0x170)]);if(_0x3bac1c){for(const _0x1da25b of _0x3bac1c)_0x1da25b[_0x520a77(0x207)](_0x520a77(0xfe))||(_0x436cd8[_0x520a77(0x1df)][_0x520a77(0x16f)]([_0x520a77(0x13b),_0x520a77(0x1a8),_0x520a77(0x1d0)],_0x1da25b),_0x436cd8[_0x520a77(0x1df)][_0x520a77(0x218)](_0x520a77(0x23a),_0x1da25b),_0x436cd8[_0x520a77(0x164)][_0x520a77(0x1f4)](_0x1da25b,_0x20ca5d[_0x520a77(0x170)]));}},{'priority':_0x208032(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0x393e95=>{const _0x1cfa6d=_0x53f6ce;_0x393e95['on'](_0x1cfa6d(0x206),(_0x4ebe31,_0x438339,_0x48c935)=>{const _0x50e9a1=_0x1cfa6d,_0x5acb18=_0x48c935[_0x50e9a1(0x164)][_0x50e9a1(0x10a)](_0x438339[_0x50e9a1(0x170)]);if(!_0x5acb18)return;const {id:_0x4c4376}=this[_0x50e9a1(0x151)](_0x438339[_0x50e9a1(0x170)]),_0x233855=this[_0x50e9a1(0x278)][_0x50e9a1(0x25c)](_0x4c4376),_0x28f2e5=this[_0x50e9a1(0x117)](_0x233855);if(this[_0x50e9a1(0x22c)](_0x28f2e5)){for(const _0x3d777c of _0x5acb18)_0x3d777c[_0x50e9a1(0x207)](_0x50e9a1(0xfe))||(_0x48c935[_0x50e9a1(0x1df)][_0x50e9a1(0x16f)]([_0x50e9a1(0x13b),_0x50e9a1(0x1a8),_0x50e9a1(0x1d0)],_0x3d777c),_0x48c935[_0x50e9a1(0x1df)][_0x50e9a1(0x218)](_0x50e9a1(0x23a),_0x3d777c),_0x48c935[_0x50e9a1(0x164)][_0x50e9a1(0x1f4)](_0x3d777c,_0x438339[_0x50e9a1(0x170)]));}},{'priority':_0x1cfa6d(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x337a77=>{const _0x4d4838=_0x53f6ce;let _0x30f419=!0x1;const _0x220489=Array[_0x4d4838(0x1cf)](_0x25d7b8[_0x4d4838(0x1cc)][_0x4d4838(0x27a)][_0x4d4838(0x1e8)][_0x4d4838(0x23b)]()),_0x467f8b=new Set();for(const {name:_0xa4b9b8,data:_0x5d28bc}of _0x220489){const {group:_0x34b54f,type:_0x5e31cd,subType:_0x24dd50,id:_0x34abb9}=this[_0x4d4838(0x151)](_0xa4b9b8);if(_0x4d4838(0x145)!==_0x34b54f)continue;const _0x473c1f=this[_0x4d4838(0x278)][_0x4d4838(0x25c)](_0x34abb9);if(null!=_0x5d28bc[_0x4d4838(0x189)]){_0x4d4838(0x23f)==_0x5e31cd&&(_0x30f419=_0x30f419||Et(_0x5d28bc[_0x4d4838(0x189)],_0xa4b9b8,_0x337a77,_0x25d7b8[_0x4d4838(0x1cc)][_0x4d4838(0x1ea)]));const _0x28f580=_0x4d4838(0xf2)==_0x5e31cd&&this[_0x4d4838(0x22c)](_0x24dd50[_0x4d4838(0x196)]('|')[0x0]);if(_0x5d28bc[_0x4d4838(0x189)][_0x4d4838(0x230)]||_0x4d4838(0x1a5)==_0x5d28bc[_0x4d4838(0x189)][_0x4d4838(0x231)][_0x4d4838(0x1c2)]||_0x4d4838(0x211)==_0x5e31cd&&!Ut(_0x5d28bc[_0x4d4838(0x189)])||_0x28f580&&!Ut(_0x5d28bc[_0x4d4838(0x189)])||_0x4d4838(0x21e)==_0x5e31cd&&!(!Tt(_0x1ea0fd=_0x5d28bc[_0x4d4838(0x189)])&&!function(_0x268d94){const _0x21c02a=_0x4d4838;return _0x268d94[_0x21c02a(0x272)][_0x21c02a(0x190)]==_0x268d94[_0x21c02a(0x1d4)][_0x21c02a(0xf7)]&&_0x268d94[_0x21c02a(0x272)][_0x21c02a(0x1c1)];}(_0x1ea0fd)))_0x337a77[_0x4d4838(0x119)](_0xa4b9b8),_0x30f419=!0x0;else{if(!_0x473c1f||!_0x473c1f[_0x4d4838(0x1ad)])continue;_0x467f8b[_0x4d4838(0x1a6)](_0x473c1f);}}}var _0x1ea0fd;return _0x467f8b[_0x4d4838(0xf1)]>0x0&&(_0x30f419=!!this[_0x4d4838(0x1c5)](_0x467f8b)||_0x30f419),_0x30f419;}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x41f1f2=>{const _0x285e84=_0x53f6ce;let _0x5ba661=!0x1;for(const _0x37eaa8 of _0x25d7b8[_0x285e84(0x1cc)][_0x285e84(0x27a)][_0x285e84(0x1e8)][_0x285e84(0xe2)]())if(_0x285e84(0x1f5)==_0x37eaa8[_0x285e84(0x1b2)])for(const _0x2c147f of this[_0x285e84(0x278)][_0x285e84(0x248)]()){if(_0x2c147f[_0x285e84(0x110)]||!_0x2c147f[_0x285e84(0x1ad)])continue;const _0x4d5803=_0x285e84(0x211)==_0x2c147f[_0x285e84(0x1b2)],_0x66a034=this[_0x285e84(0x117)](_0x2c147f),_0x42aa28=_0x66a034&&this[_0x285e84(0x22c)](_0x66a034);if(!_0x4d5803&&!_0x42aa28)continue;const _0x269af0=_0x2c147f[_0x285e84(0x250)]();if(_0x269af0[_0x285e84(0x272)][_0x285e84(0x190)]!=_0x269af0[_0x285e84(0x1d4)][_0x285e84(0x190)]&&!_0x269af0[_0x285e84(0x1d4)][_0x285e84(0x1c1)]){const _0x245209=_0x25d7b8[_0x285e84(0x1cc)][_0x285e84(0x274)](_0x269af0[_0x285e84(0x272)][_0x285e84(0x15c)],_0x285e84(0x1d4)),_0x17e469=_0x25d7b8[_0x285e84(0x1cc)][_0x285e84(0x16c)](_0x269af0[_0x285e84(0x272)],_0x245209);_0x41f1f2[_0x285e84(0xcf)](_0x2c147f[_0x285e84(0x160)](),{'range':_0x17e469}),_0x5ba661=!0x0;}}return _0x5ba661;}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x1faeeb=>this[_0x53f6ce(0x138)](_0x1faeeb)),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x3d4a1a=>!_0x3d4a1a[_0x53f6ce(0x17a)][_0x53f6ce(0x10d)]&&this[_0x53f6ce(0x14d)](_0x3d4a1a)),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x15a),()=>{const _0x2d4a31=_0x53f6ce;this[_0x2d4a31(0x18f)]=!0x1;}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)]['on'](_0x53f6ce(0x111),(_0x38ca52,_0xa9ea2)=>{const _0x423544=_0x53f6ce;if(!_0xa9ea2[_0x423544(0x10d)]||_0xa9ea2[_0x423544(0x25f)])return;if(!this[_0x423544(0x18f)])return;const _0xea73e6=_0x25d7b8[_0x423544(0x1cc)][_0x423544(0x27a)][_0x423544(0x1e8)][_0x423544(0xe2)]();if(0x0==_0xea73e6[_0x423544(0x17b)])return;const _0x5f23e5=[],_0x4ce50f=_0xea73e6[_0x423544(0xd8)](_0x96e54d=>_0x423544(0xf2)==_0x96e54d[_0x423544(0x1b2)]),_0x4f0f42=_0xea73e6[_0x423544(0xd8)](_0x340332=>_0x423544(0x1f5)==_0x340332[_0x423544(0x1b2)]&&_0x423544(0x115)!=_0x340332[_0x423544(0xd6)]),_0x4bf399=_0xea73e6[_0x423544(0xd8)](_0x156269=>_0x423544(0x262)==_0x156269[_0x423544(0x1b2)]&&_0x423544(0x115)!=_0x156269[_0x423544(0xd6)]);for(const _0x205df0 of _0x4ce50f)this[_0x423544(0xff)](_0x205df0[_0x423544(0xfa)])&&_0x5f23e5[_0x423544(0x24a)]({'key':_0x205df0[_0x423544(0xfa)],'newValue':_0x205df0[_0x423544(0x254)],'oldValue':_0x205df0[_0x423544(0x1d6)],'range':Ot(_0x205df0[_0x423544(0x162)],_0x25d7b8[_0x423544(0x1cc)])});for(const _0x3573e9 of _0x4f0f42){const _0x2a8b02=_0x4bf399[_0x423544(0x13f)](_0x5aa919=>_0x5aa919[_0x423544(0x19d)]===_0x3573e9[_0x423544(0x19d)]);if(_0x2a8b02){const _0x23bb4d=Gt(_0x3573e9[_0x423544(0x16e)][_0x423544(0x15c)],_0x25d7b8[_0x423544(0x1cc)]);_0x2a8b02[_0x423544(0xd6)]!==_0x3573e9[_0x423544(0xd6)]&&_0x5f23e5[_0x423544(0x24a)]({'key':_0x423544(0x10c),'newValue':_0x3573e9[_0x423544(0xd6)],'oldValue':_0x2a8b02[_0x423544(0xd6)],'range':_0x23bb4d});for(const [_0x540143,_0x43e739]of _0x2a8b02[_0x423544(0x10b)]){if(!this[_0x423544(0xff)](_0x540143))continue;const _0x946c2b=_0x3573e9[_0x423544(0x10b)][_0x423544(0x25c)](_0x540143);_0x43e739!==_0x946c2b&&_0x5f23e5[_0x423544(0x24a)]({'key':_0x540143,'newValue':_0x946c2b,'oldValue':_0x43e739,'range':_0x23bb4d});}for(const [_0x446d8c,_0x27363e]of _0x3573e9[_0x423544(0x10b)])this[_0x423544(0xff)](_0x446d8c)&&(_0x2a8b02[_0x423544(0x10b)][_0x423544(0x178)](_0x446d8c)||_0x5f23e5[_0x423544(0x24a)]({'key':_0x446d8c,'newValue':_0x27363e,'oldValue':null,'range':_0x23bb4d}));}}0x0!=_0x5f23e5[_0x423544(0x17b)]&&_0x25d7b8[_0x423544(0x1cc)][_0x423544(0x1ef)](_0xa9ea2,_0x1c2672=>{const _0x1855ee=_0x423544,_0x5d44cb=_0x147f23();for(const {range:_0x480af4,key:_0x1164a,oldValue:_0x3fec34,newValue:_0x40870a}of _0x5f23e5)this[_0x1855ee(0x1e2)](_0x480af4,_0x1164a,_0x3fec34,_0x40870a,{'groupId':_0x5d44cb});this[_0x1855ee(0x179)](_0x1c2672,_0x5f23e5);});},{'priority':_0x53f6ce(0x19f)}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x227)]['on'](_0x53f6ce(0x19a),(_0x3b4263,_0x3d4388,_0x4100bf)=>{const _0x45afda=_0x53f6ce;if(null==_0x4100bf){const {id:_0x59764b}=this[_0x45afda(0x151)](_0x3d4388[_0x45afda(0xd6)]),_0x6c758b=this[_0x45afda(0x278)][_0x45afda(0x25c)](_0x59764b);_0x6c758b&&_0x6c758b[_0x45afda(0x1b5)](_0x3d4388[_0x45afda(0xd6)]);}}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)]['on'](_0x53f6ce(0x111),()=>{const _0x508051=_0x53f6ce,_0x5698e9=Array[_0x508051(0x1cf)](_0x25d7b8[_0x508051(0x1cc)][_0x508051(0x27a)][_0x508051(0x1e8)][_0x508051(0x23b)]())[_0x508051(0xd8)](_0xd8b00c=>_0x508051(0x145)===this[_0x508051(0x151)](_0xd8b00c[_0x508051(0xd6)])[_0x508051(0x1e5)]);if(0x0===_0x5698e9[_0x508051(0x17b)])return;_0x5698e9[_0x508051(0x130)]((_0x55f972,_0x35526b)=>{const _0x527cb8=_0x508051,_0x1a2190=_0x55f972[_0x527cb8(0x1c7)][_0x527cb8(0x25a)],_0x3a1845=_0x35526b[_0x527cb8(0x1c7)][_0x527cb8(0x25a)];return null===_0x1a2190&&null===_0x3a1845?0x0:null===_0x1a2190&&null!==_0x3a1845?-0x1:null!==_0x1a2190&&null===_0x3a1845?0x1:_0x1a2190[_0x527cb8(0x272)][_0x527cb8(0x14f)](_0x3a1845[_0x527cb8(0x272)])?-0x1:0x1;});const _0xb82f97=new Set(),_0xc0768b=new Set();for(const {name:_0x6b488d,data:_0x5c98aa}of _0x5698e9){const {id:_0x586c2a}=this[_0x508051(0x151)](_0x6b488d);if(null===_0x5c98aa[_0x508051(0x25a)]){const _0x3942ed=this[_0x508051(0xdd)](_0x6b488d);_0xc0768b[_0x508051(0x1a6)](_0x3942ed);}else{const _0x350be8=this[_0x508051(0x278)][_0x508051(0x25c)](_0x586c2a);null!==_0x5c98aa[_0x508051(0x189)]||_0x350be8[_0x508051(0x1ad)]?(_0xb82f97[_0x508051(0x1a6)](_0x350be8[_0x508051(0x131)]),_0xc0768b[_0x508051(0x1a6)](_0x350be8)):this[_0x508051(0x26a)](_0x350be8);}}_0xc0768b[_0x508051(0xf1)]>0x0&&this[_0x508051(0xed)](_0xc0768b);for(const _0x547e31 of _0xb82f97)this[_0x508051(0x1b7)](_0x508051(0x141),_0x547e31);}),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x263),(_0x19faab,_0x41de0b)=>{const _0x4075f0=_0x53f6ce,_0x4ef66f=_0x41de0b[0x0];if(!this[_0x4075f0(0x278)][_0x4075f0(0xf1)])return;if(!_0x4ef66f[_0x4075f0(0x122)])return;if(_0x4ef66f[_0x4075f0(0x17a)][_0x4075f0(0x25f)]||!_0x4ef66f[_0x4075f0(0x17a)][_0x4075f0(0x10d)])return;let _0x2ddba9,_0x5afa49;switch(_0x4ef66f[_0x4075f0(0x1b2)]){case _0x4075f0(0x1f5):_0x2ddba9=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0x16e)]),_0x5afa49=_0x2ddba9[_0x4075f0(0x1a9)](_0x4ef66f[_0x4075f0(0x214)]);break;case _0x4075f0(0x196):_0x2ddba9=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0x12b)]),_0x5afa49=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0xd7)]);break;case _0x4075f0(0x15d):_0x2ddba9=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0x109)]),_0x5afa49=_0x2ddba9[_0x4075f0(0x1a9)](_0x4ef66f[_0x4075f0(0x214)]);break;default:return;}const _0x26dc40=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x16c)](_0x2ddba9,_0x5afa49);_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x225)](()=>{const _0x5f58e2=_0x4075f0;for(const {suggestion:_0x39b842,meta:_0x22aa27}of this[_0x5f58e2(0x209)](_0x26dc40)){if(_0x39b842[_0x5f58e2(0x110)])continue;if(_0x5f58e2(0x23f)==_0x39b842[_0x5f58e2(0x1b2)])continue;const _0x3893dc=this[_0x5f58e2(0x117)](_0x39b842);if(_0x3893dc&&this[_0x5f58e2(0x22c)](_0x3893dc)&&_0x5f58e2(0x196)!=_0x4ef66f[_0x5f58e2(0x1b2)])continue;const _0x1316da=_0x39b842[_0x5f58e2(0x1c7)]&&_0x39b842[_0x5f58e2(0x1c7)][_0x5f58e2(0x107)];(_0x5f58e2(0x211)!=_0x39b842[_0x5f58e2(0x1b2)]||_0x5f58e2(0x196)==_0x4ef66f[_0x5f58e2(0x1b2)]&&!_0x1316da)&&(_0x22aa27[_0x5f58e2(0x142)]||_0x5f58e2(0x11e)==_0x39b842[_0x5f58e2(0x1b2)]&&_0x22aa27[_0x5f58e2(0x1f2)]||_0x39b842[_0x5f58e2(0x250)]()[_0x5f58e2(0x16d)](_0x26dc40)&&this[_0x5f58e2(0x1c3)](_0x39b842,_0x2ddba9,_0x5afa49));}});},{'priority':_0x53f6ce(0x19f)}),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x20a),(_0x55e97f,_0x5abb28)=>{const _0x9a813f=_0x53f6ce,_0x1914dd=_0x5abb28[0x0],_0x577d21=_0x5abb28[0x1];if(_0x577d21&&_0x577d21[_0x9a813f(0x182)])return;if(this[_0x9a813f(0x24b)])return;if(!this[_0x9a813f(0x199)][_0x9a813f(0x102)])return;if(_0x1914dd[_0x9a813f(0x230)])return;const _0x2b0d0b=_0x25d7b8[_0x9a813f(0x1cc)][_0x9a813f(0x1ea)],{start:_0x411b30,end:_0x1041b6}=_0x1914dd[_0x9a813f(0x250)](),_0x41e9c0=_0x411b30[_0x9a813f(0x15c)]&&_0x2b0d0b[_0x9a813f(0x106)](_0x411b30[_0x9a813f(0x15c)])?null:_0x2b0d0b[_0x9a813f(0x1f6)](_0x411b30,_0x9a813f(0x152)),_0x3b5c1f=_0x1041b6[_0x9a813f(0xf7)]&&_0x2b0d0b[_0x9a813f(0x106)](_0x1041b6[_0x9a813f(0xf7)])?null:_0x2b0d0b[_0x9a813f(0x1f6)](_0x1041b6,_0x9a813f(0x153)),_0x5b1bc2=_0x25d7b8[_0x9a813f(0x1cc)][_0x9a813f(0x16c)](_0x41e9c0?_0x41e9c0[_0x9a813f(0x272)]:_0x411b30,_0x3b5c1f?_0x3b5c1f[_0x9a813f(0x1d4)]:_0x1041b6);_0x25d7b8[_0x9a813f(0x1cc)][_0x9a813f(0x225)](_0x2deca3=>{const _0x9cb881=_0x9a813f;this[_0x9cb881(0x23d)](_0x5b1bc2);const _0x41d226=_0x25d7b8[_0x9cb881(0x1cc)][_0x9cb881(0x1ea)][_0x9cb881(0x1f6)](_0x5b1bc2[_0x9cb881(0x272)]);_0x1914dd['is'](_0x9cb881(0x169))?_0x2deca3[_0x9cb881(0x13d)](_0x41d226):_0x1914dd[_0x9cb881(0xe1)](_0x41d226);}),_0x55e97f[_0x9a813f(0x126)]();},{'priority':_0x4d5b3f[_0x53f6ce(0x22d)]+0xa}),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x159),(_0x58fe36,_0x4599f3)=>{const _0x4221e8=_0x53f6ce,_0x21de86=_0x4599f3[_0x4599f3[_0x4221e8(0x17b)]-0x1];_0x21de86&&_0x21de86[_0x4221e8(0x182)]||this[_0x4221e8(0x24b)]||this[_0x4221e8(0x199)][_0x4221e8(0x102)]&&(_0x25d7b8[_0x4221e8(0x1cc)][_0x4221e8(0x225)](()=>{const _0x459f1c=_0x4221e8;let _0x10e7fb=_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x159)](_0x4599f3[0x0],_0x4599f3[0x1],_0x4599f3[0x2],{'forceDefaultExecution':!0x0});if(!_0x10e7fb)return;_0x58fe36[_0x459f1c(0x242)]=_0x10e7fb[_0x459f1c(0x266)]();const _0x678220=_0x10e7fb[_0x459f1c(0x1d4)][_0x459f1c(0xf7)],_0x4f38bc=_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x1ea)];_0x678220&&_0x4f38bc[_0x459f1c(0x114)](_0x678220)&&!_0x4f38bc[_0x459f1c(0x12f)](_0x678220)&&(_0x10e7fb=_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x16c)](_0x10e7fb[_0x459f1c(0x272)],_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x274)](_0x678220,_0x459f1c(0x1d4)))),this[_0x459f1c(0x27d)](_0x10e7fb);}),_0x58fe36[_0x4221e8(0x126)]());},{'priority':_0x53f6ce(0xf4)}),this[_0x53f6ce(0x175)][_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x1e4),this[_0x53f6ce(0x199)]),this[_0x53f6ce(0x26f)](_0x53f6ce(0x1e4));const _0x5f336c=new _0x48fb8e(_0x25d7b8,this[_0x53f6ce(0x278)]);_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x181),_0x5f336c),this[_0x53f6ce(0x26f)](_0x53f6ce(0x181));const _0x100e46=new _0x28a729(_0x25d7b8,this[_0x53f6ce(0x278)]);_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x17f),_0x100e46),this[_0x53f6ce(0x26f)](_0x53f6ce(0x17f)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x19c),new _0x4db6c6(_0x25d7b8,_0x5f336c,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x19c)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x124),new _0x4db6c6(_0x25d7b8,_0x100e46,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x124)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x1fb),new _0x2306ee(_0x25d7b8,_0x5f336c,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x1fb)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x252),new _0x2306ee(_0x25d7b8,_0x100e46,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x252));const _0x2f82f3=_0x25d7b8[_0x53f6ce(0x158)][_0x53f6ce(0x25c)](_0x53f6ce(0x275));this[_0x53f6ce(0x11f)](_0x2f82f3,_0x53f6ce(0x1aa),(_0x281aa5,{threadId:_0x8e9b3c})=>{const _0x1837f4=_0x53f6ce,_0x37bb41=this[_0x1837f4(0x278)][_0x1837f4(0x25c)](_0x8e9b3c);_0x37bb41&&_0x37bb41[_0x1837f4(0x27e)]&&0x1===_0x37bb41[_0x1837f4(0x27e)][_0x1837f4(0x17b)]&&this[_0x1837f4(0x255)](_0x8e9b3c,{'hasComments':!0x0});},{'priority':_0x53f6ce(0xe9)}),this[_0x53f6ce(0x11f)](_0x2f82f3,_0x53f6ce(0x177),(_0x1d1c80,{threadId:_0x3c3b08})=>{const _0x536772=_0x53f6ce,_0x483146=this[_0x536772(0x278)][_0x536772(0x25c)](_0x3c3b08);_0x483146&&_0x483146[_0x536772(0x27e)]&&!_0x483146[_0x536772(0x27e)][_0x536772(0x17b)]&&this[_0x536772(0x255)](_0x3c3b08,{'hasComments':!0x1});},{'priority':_0x53f6ce(0xe9)});}set[_0x19fd03(0x264)](_0x34df2c){const _0x594da2=_0x19fd03;if(this[_0x594da2(0x201)])throw new _0x1f491d(_0x594da2(0x237),this);this[_0x594da2(0x201)]=_0x34df2c;}get[_0x19fd03(0x264)](){const _0x53c0b0=_0x19fd03;return this[_0x53c0b0(0x201)];}[_0x19fd03(0x236)]({skipNotAttached:_0x1a66ed=!0x1,toJSON:_0x5cc8a5=!0x1}={}){const _0x3bfb88=_0x19fd03,_0x28c01d=[];for(const _0x38a941 of this[_0x3bfb88(0x278)][_0x3bfb88(0x248)]())_0x1a66ed&&!_0x38a941[_0x3bfb88(0x1ad)]||_0x28c01d[_0x3bfb88(0x24a)](_0x38a941);return _0x5cc8a5?_0x28c01d[_0x3bfb88(0x223)](_0xc453ee=>_0xc453ee[_0x3bfb88(0x129)]()):_0x28c01d;}[_0x19fd03(0x205)](_0x39a326){const _0x36e259=_0x19fd03,_0x252bd4=this[_0x36e259(0x278)][_0x36e259(0x25c)](_0x39a326);if(!_0x252bd4)throw new _0x1f491d(_0x36e259(0x24f),this);return _0x252bd4;}[_0x19fd03(0xe7)](_0x434aa5){const _0x37c7a1=_0x19fd03;return this[_0x37c7a1(0x278)][_0x37c7a1(0x178)](_0x434aa5);}[_0x19fd03(0x1ba)](_0x4ea8ad){const _0x595aca=_0x19fd03,{authorId:_0x52965f,id:_0x289070,attributes:_0x1df154}=_0x4ea8ad,[_0x2eacc1,_0x25c81c]=_0x4ea8ad[_0x595aca(0x1b2)][_0x595aca(0x196)](':'),_0xbe4b8=this[_0x595aca(0x278)][_0x595aca(0x25c)](_0x289070)||this[_0x595aca(0xdf)](_0x2eacc1,_0x25c81c,_0x289070,_0x52965f,_0x1df154);if(this[_0x595aca(0x108)](_0xbe4b8),this[_0x595aca(0x1f3)](_0xbe4b8,_0x2eacc1,_0x25c81c||null,_0x52965f),_0xbe4b8[_0x595aca(0x1a1)]=_0x4ea8ad[_0x595aca(0x1a1)],_0xbe4b8[_0x595aca(0x1a7)]=!0x0,_0x1df154&&_0x1df154[_0x595aca(0x267)]){const _0x3a104d=_0x1df154[_0x595aca(0x267)],_0x1f272e=this[_0x595aca(0x18d)](_0x3a104d[_0x595aca(0x203)]);_0xbe4b8[_0x595aca(0x1fe)]=_0x3a104d[_0x595aca(0x1a1)],_0xbe4b8[_0x595aca(0x240)]=_0x1f272e,_0xbe4b8[_0x595aca(0xf6)]=!0x0;}else _0xbe4b8[_0x595aca(0x1fe)]=_0x4ea8ad[_0x595aca(0x1a1)];switch(_0x4ea8ad[_0x595aca(0x1c7)]&&(_0xbe4b8[_0x595aca(0x1c7)]=_0x4ea8ad[_0x595aca(0x1c7)]),_0x4ea8ad[_0x595aca(0x10b)]&&(_0xbe4b8[_0x595aca(0x10b)]=_0x4ea8ad[_0x595aca(0x10b)]),this[_0x595aca(0x201)]&&this[_0x595aca(0x201)][_0x595aca(0x249)]||(_0xbe4b8[_0x595aca(0xe4)]=!0x0),this[_0x595aca(0x24c)][_0x595aca(0x25c)](_0xbe4b8)){case _0x595aca(0x1ed):this[_0x595aca(0x24c)][_0x595aca(0x216)](_0xbe4b8,_0x595aca(0x1e7));break;case _0x595aca(0x137):_0xbe4b8[_0x595aca(0x1ad)]?(this[_0x595aca(0x1c5)](new Set([_0xbe4b8])),this[_0x595aca(0xed)](new Set([_0xbe4b8])),this[_0x595aca(0x24c)][_0x595aca(0x216)](_0xbe4b8,_0x595aca(0x208)),this[_0x595aca(0x1b7)](_0x595aca(0x1c4),_0xbe4b8)):this[_0x595aca(0x24c)][_0x595aca(0x216)](_0xbe4b8,_0x595aca(0x1a3));}return _0xbe4b8;}[_0x19fd03(0x181)](_0x150238){const _0xd91485=_0x19fd03;this[_0xd91485(0x182)](()=>{const _0x1dcb5f=_0xd91485;this[_0x1dcb5f(0x175)][_0x1dcb5f(0x1cc)][_0x1dcb5f(0x225)](()=>{const _0x23660e=_0x1dcb5f;for(const _0x4054e6 of _0x150238[_0x23660e(0x101)]())_0x4054e6[_0x23660e(0x1a2)]();});});}[_0x19fd03(0x17f)](_0x47ea5b){const _0x322b71=_0x19fd03;this[_0x322b71(0x182)](()=>{const _0x4921fb=_0x322b71;this[_0x4921fb(0x175)][_0x4921fb(0x1cc)][_0x4921fb(0x225)](()=>{const _0x221934=_0x4921fb;for(const _0xc54295 of _0x47ea5b[_0x221934(0x101)]())_0xc54295[_0x221934(0x1ae)]();});});}[_0x19fd03(0x26f)](_0x4e19c6,_0x572d19){const _0x2d95c6=_0x19fd03,_0x447e47=this[_0x2d95c6(0x175)][_0x2d95c6(0x269)][_0x2d95c6(0x25c)](_0x4e19c6);if(!_0x447e47)throw new _0x1f491d(_0x2d95c6(0x1ce),this,{'commandName':_0x4e19c6});if(this[_0x2d95c6(0x233)][_0x2d95c6(0x178)](_0x447e47))throw new _0x1f491d(_0x2d95c6(0xd9),this,{'commandName':_0x4e19c6});this[_0x2d95c6(0x233)][_0x2d95c6(0x1a6)](_0x447e47),_0x572d19&&_0x447e47['on'](_0x2d95c6(0x21c),(_0x387f6a,_0x357ab3)=>{const _0x1d9a22=_0x2d95c6;this[_0x1d9a22(0x199)][_0x1d9a22(0x102)]&&(this[_0x1d9a22(0x24b)]||(_0x357ab3[_0x1d9a22(0x17b)]>0x0&&_0x357ab3[_0x357ab3[_0x1d9a22(0x17b)]-0x1]&&_0x357ab3[_0x357ab3[_0x1d9a22(0x17b)]-0x1][_0x1d9a22(0x182)]?_0x357ab3[_0x1d9a22(0x253)]():(_0x387f6a[_0x1d9a22(0x242)]=_0x572d19((..._0x3fa2a3)=>_0x447e47[_0x1d9a22(0x21c)](..._0x3fa2a3,{'forceDefaultExecution':!0x0}),..._0x357ab3),_0x387f6a[_0x1d9a22(0x126)]())));},{'priority':_0x2d95c6(0xf4)});}[_0x19fd03(0x182)](_0x4180bf){const _0x36235d=_0x19fd03;let _0x5a839a,_0x113d90;const _0x4c317d=this[_0x36235d(0x24b)];this[_0x36235d(0x24b)]=!0x0;try{_0x5a839a=_0x4180bf();}catch(_0x42911c){_0x113d90=_0x42911c;}return _0x4c317d||(this[_0x36235d(0x24b)]=!0x1),_0x113d90&&_0x1f491d[_0x36235d(0x215)](_0x113d90,this),_0x5a839a;}[_0x19fd03(0x27d)](_0x2865c5,_0x3668c7=null,_0x584f85={}){const _0x17bb39=_0x19fd03;if(_0x2865c5[_0x17bb39(0x230)])return null;const _0x5a0c28=this[_0x17bb39(0x175)][_0x17bb39(0x158)][_0x17bb39(0x25c)](_0x17bb39(0x125))['me'];for(const {suggestion:_0x3cc821,meta:_0xb3c0a3}of this[_0x17bb39(0x209)](_0x2865c5,_0x17bb39(0x11e)))if(_0xb3c0a3[_0x17bb39(0x1f2)]){if(!_0xb3c0a3[_0x17bb39(0x25b)]){if(_0xb3c0a3[_0x17bb39(0x142)]){if(!this[_0x17bb39(0x1e0)]||!Lt(_0x3cc821,_0x584f85))continue;return _0x3cc821;}if(Lt(_0x3cc821,_0x584f85))return _0x3cc821;this[_0x17bb39(0x1c3)](_0x3cc821,_0x2865c5[_0x17bb39(0x272)],_0x2865c5[_0x17bb39(0x1d4)]);break;}if(_0x3668c7==_0x3cc821[_0x17bb39(0xe8)]&&Lt(_0x3cc821,_0x584f85)){const _0x21d477=_0x3cc821[_0x17bb39(0x250)]();return _0x21d477[_0x17bb39(0x272)][_0x17bb39(0x184)](_0x2865c5[_0x17bb39(0x1d4)])?this[_0x17bb39(0x258)](_0x3cc821,this[_0x17bb39(0x1b6)][_0x17bb39(0x16c)](_0x2865c5[_0x17bb39(0x272)],_0x21d477[_0x17bb39(0x1d4)])):this[_0x17bb39(0x258)](_0x3cc821,this[_0x17bb39(0x1b6)][_0x17bb39(0x16c)](_0x21d477[_0x17bb39(0x272)],_0x2865c5[_0x17bb39(0x1d4)])),_0x3cc821;}}const _0xd9ebf6=_0x147f23(),_0x139175=_0x5a0c28['id'],_0x12650a=_0x3668c7?_0x17bb39(0x27c)+_0x3668c7:_0x17bb39(0x11e),_0x4ad4b3=this[_0x17bb39(0x1e6)]({'id':_0xd9ebf6,'type':_0x12650a,'createdAt':new Date(),'authorId':_0x139175,'attributes':_0x584f85});return this[_0x17bb39(0x276)](_0x12650a,_0xd9ebf6,_0x139175,_0x2865c5),_0x4ad4b3;}[_0x19fd03(0x18a)](_0x8edfc6,_0x30d875=_0x19fd03(0x13e),_0x42bdae={}){const _0x4b5854=_0x19fd03,_0x206ee6=this[_0x4b5854(0x175)][_0x4b5854(0x158)][_0x4b5854(0x25c)](_0x4b5854(0x125))['me'],_0x6613f1=this[_0x4b5854(0x146)][_0x4b5854(0x171)](_0x4b5854(0x11e),_0x30d875,_0x4b5854(0x232));for(const _0x5d2919 of this[_0x4b5854(0x236)]())if(_0x5d2919[_0x4b5854(0x240)]['id']==_0x206ee6['id']&&_0x4b5854(0x11e)==_0x5d2919[_0x4b5854(0x1b2)]&&_0x5d2919[_0x4b5854(0xe8)]==_0x30d875&&Lt(_0x5d2919,_0x42bdae)&&(_0x6613f1(_0x5d2919[_0x4b5854(0x113)](),_0x8edfc6)||_0x6613f1(_0x8edfc6,_0x5d2919[_0x4b5854(0x113)]()))){for(const _0x467cff of _0x8edfc6)_0x5d2919[_0x4b5854(0x1dd)](_0x467cff);return _0x5d2919;}for(const {suggestion:_0x255902,meta:_0x2137aa}of this[_0x4b5854(0x209)](_0x8edfc6,_0x4b5854(0x11e))){if(!_0x2137aa[_0x4b5854(0x1f2)])continue;if(!this[_0x4b5854(0x1e0)]&&_0x2137aa[_0x4b5854(0x142)])continue;if(!Lt(_0x255902,_0x42bdae))continue;let _0x2d714f=!0x0;for(const _0x2833a7 of _0x255902[_0x4b5854(0x113)]())for(const _0xc79a3a of _0x8edfc6)if(!_0x2833a7[_0x4b5854(0x16d)](_0xc79a3a)){_0x2d714f=!0x1;break;}if(_0x2d714f)return _0x255902;}const _0x352309=_0x147f23(),_0x848559=_0x206ee6['id'],_0x2fb5b5=_0x4b5854(0x27c)+_0x30d875,_0x48dd41=this[_0x4b5854(0x1e6)]({'id':_0x352309,'type':_0x2fb5b5,'createdAt':new Date(),'authorId':_0x848559,'attributes':_0x42bdae});for(const _0x30b102 of _0x8edfc6)this[_0x4b5854(0x276)](_0x2fb5b5,_0x352309,_0x848559,_0x30b102,_0x443fee[_0x4b5854(0x154)]());return _0x48dd41;}[_0x19fd03(0x112)](_0x347822,_0xfb9904,_0x441311=null,_0x3aa69a={}){const _0x412497=_0x19fd03;if(_0x441311=_0x441311||Vt(_0xfb9904),_0x347822[_0x412497(0x230)])return null;if(_0x412497(0x166)===this[_0x412497(0x100)]){const _0x5dc9b6=this[_0x412497(0x146)][_0x412497(0x171)](_0x412497(0x23f),_0x441311,_0x412497(0x1a2));return this[_0x412497(0x182)](()=>_0x5dc9b6([_0x347822],_0xfb9904,_0x3aa69a)),null;}const _0x1a0fb8=this[_0x412497(0x175)][_0x412497(0x158)][_0x412497(0x25c)](_0x412497(0x125))['me'],_0xbf04c3=[];if(_0x412497(0x270)!==this[_0x412497(0x100)]){for(const {suggestion:_0x1f078a,meta:_0x3fdef1}of this[_0x412497(0x209)](_0x347822,_0x412497(0x11e)))_0x3fdef1[_0x412497(0x1f2)]&&!_0x3fdef1[_0x412497(0x14a)]&&_0xbf04c3[_0x412497(0x24a)](..._0x1f078a[_0x412497(0x113)]());}const _0x9ff7cb=function(_0x2ddf54,_0x490571){const _0x2c94cb=_0x412497,_0x440b5d=[];for(const _0xae11af of _0x490571){const _0x5e3123=_0x2ddf54[_0x2c94cb(0xd0)](_0xae11af);_0x5e3123&&_0x440b5d[_0x2c94cb(0x24a)](_0x5e3123);}return _0x440b5d;}(_0x347822,_0xbf04c3),_0x347b85=function(_0x49c25f,_0x160221){const _0xd78ebe=_0x412497,_0x741367=[_0x49c25f];for(const _0x5379fe of _0x160221){let _0x90a5ae=0x0;for(;_0x90a5ae<_0x741367[_0xd78ebe(0x17b)];){const _0x64ada=_0x741367[_0x90a5ae][_0xd78ebe(0xda)](_0x5379fe);_0x741367[_0xd78ebe(0x1bd)](_0x90a5ae,0x1,..._0x64ada),_0x90a5ae+=_0x64ada[_0xd78ebe(0x17b)];}}return _0x741367;}(_0x347822,_0xbf04c3);_0x9ff7cb[_0x412497(0x17b)]&&this[_0x412497(0x1b6)][_0x412497(0x225)](()=>{const _0x3acf7e=_0x412497;for(const _0x5757d1 of _0x9ff7cb){const _0x5a344e=this[_0x3acf7e(0x146)][_0x3acf7e(0x171)](_0x3acf7e(0x23f),_0x441311,_0x3acf7e(0x1a2));this[_0x3acf7e(0x182)](()=>_0x5a344e([_0x5757d1],_0xfb9904,_0x3aa69a));}});for(const _0x5f39f3 of _0x347b85){let _0x14207d=null,_0x48c69e=_0x5f39f3[_0x412497(0x272)],_0x223536=_0x5f39f3[_0x412497(0x1d4)];for(const {suggestion:_0x5acbd7,meta:_0x5fb21d}of this[_0x412497(0x209)](_0x5f39f3,_0x412497(0x23f))){if(!_0x5fb21d[_0x412497(0x1f2)])continue;if(_0x5acbd7[_0x412497(0xe8)]!=_0x441311)continue;if(!Lt(_0x5acbd7,_0x3aa69a))continue;const _0x5c45bf=_0x5acbd7[_0x412497(0x250)]();if(_0x5c45bf[_0x412497(0x16d)](_0x5f39f3,!0x0))return null;_0x48c69e=_0x48c69e[_0x412497(0x14f)](_0x5c45bf[_0x412497(0x272)])?_0x48c69e:_0x5c45bf[_0x412497(0x272)],_0x223536=_0x223536[_0x412497(0x1d3)](_0x5c45bf[_0x412497(0x1d4)])?_0x223536:_0x5c45bf[_0x412497(0x1d4)],_0x14207d?_0x5c45bf[_0x412497(0x272)][_0x412497(0x14f)](_0x14207d[_0x412497(0x250)]()[_0x412497(0x272)])?(_0x14207d[_0x412497(0x257)](),_0x14207d=_0x5acbd7):_0x5acbd7[_0x412497(0x257)]():_0x14207d=_0x5acbd7;}const _0x361e2a=this[_0x412497(0x1b6)][_0x412497(0x16c)](_0x48c69e,_0x223536);if(_0x14207d)this[_0x412497(0x258)](_0x14207d,_0x361e2a);else{const _0x288c3b=_0x147f23(),_0x5040c3=_0x1a0fb8['id'];this[_0x412497(0x1e6)]({'id':_0x288c3b,'type':_0x412497(0x1b1)+_0x441311,'data':_0xfb9904,'createdAt':new Date(),'authorId':_0x5040c3,'attributes':_0x3aa69a}),this[_0x412497(0x276)](_0x412497(0x1b1)+_0x441311,_0x288c3b,_0x5040c3,_0x361e2a);}}return null;}[_0x19fd03(0x1f7)](_0x3de591,_0x47f009,_0x16f97f=[],_0x27ef7f=null,_0x48a287={}){const _0xacaa2a=_0x19fd03;_0x47f009[_0xacaa2a(0x1e1)]||(_0x47f009[_0xacaa2a(0x1e1)]=_0x47f009[_0xacaa2a(0x133)]),_0x47f009[_0xacaa2a(0x107)]=_0x3de591['is'](_0xacaa2a(0x162)),_0x27ef7f=_0x27ef7f||Vt(_0x47f009);const _0x32ca59=_0x16f97f[_0xacaa2a(0x223)](_0x2089fd=>Gt(_0x2089fd,this[_0xacaa2a(0x1b6)])),_0x2ab4a4=_0x3de591['is'](_0xacaa2a(0x162))?_0x3de591:Gt(_0x3de591,this[_0xacaa2a(0x1b6)]);if(_0xacaa2a(0x166)===this[_0xacaa2a(0x100)]){const _0x5208ff=this[_0xacaa2a(0x146)][_0xacaa2a(0x171)](_0xacaa2a(0x211),_0x27ef7f,_0xacaa2a(0x1a2));return this[_0xacaa2a(0x182)](()=>_0x5208ff([_0x2ab4a4],_0x47f009,_0x48a287)),null;}_0x32ca59[_0xacaa2a(0x24a)](_0x2ab4a4);let _0x3bee4b=!0x0;for(const _0x44ccdc of _0x32ca59)if(!this[_0xacaa2a(0xd5)](_0x44ccdc)){_0x3bee4b=!0x1;break;}if(_0x3bee4b&&_0xacaa2a(0x270)!==this[_0xacaa2a(0x100)]){const _0x4a0651=this[_0xacaa2a(0x146)][_0xacaa2a(0x171)](_0xacaa2a(0x211),_0x27ef7f,_0xacaa2a(0x1a2));return this[_0xacaa2a(0x182)](()=>_0x4a0651([_0x2ab4a4],_0x47f009,_0x48a287)),null;}let _0x69645b=null,_0x414b56=_0x2ab4a4[_0xacaa2a(0x272)],_0x4ce055=_0x2ab4a4[_0xacaa2a(0x1d4)];for(const {suggestion:_0xa5aeb1,meta:_0x4c7b9d}of this[_0xacaa2a(0x209)](_0x2ab4a4,_0xacaa2a(0x211))){if(!_0x4c7b9d[_0xacaa2a(0x1f2)])continue;if(_0x4c7b9d[_0xacaa2a(0x25b)]||_0x4c7b9d[_0xacaa2a(0x142)]||_0x4c7b9d[_0xacaa2a(0x14a)])continue;if(_0xa5aeb1[_0xacaa2a(0x1c7)][_0xacaa2a(0x1e1)]!=_0x47f009[_0xacaa2a(0x1e1)])continue;if(!Lt(_0xa5aeb1,_0x48a287))continue;const _0x55d2ad=_0xa5aeb1[_0xacaa2a(0x250)]();if(_0xa5aeb1[_0xacaa2a(0xe8)]==_0x27ef7f){if(_0x55d2ad[_0xacaa2a(0x16d)](_0x2ab4a4,!0x0))return null;_0x414b56=_0x414b56[_0xacaa2a(0x14f)](_0x55d2ad[_0xacaa2a(0x272)])?_0x414b56:_0x55d2ad[_0xacaa2a(0x272)],_0x4ce055=_0x4ce055[_0xacaa2a(0x1d3)](_0x55d2ad[_0xacaa2a(0x1d4)])?_0x4ce055:_0x55d2ad[_0xacaa2a(0x1d4)],_0x69645b?_0x55d2ad[_0xacaa2a(0x272)][_0xacaa2a(0x14f)](_0x69645b[_0xacaa2a(0x250)]()[_0xacaa2a(0x272)])?(_0x69645b[_0xacaa2a(0x257)](),_0x69645b=_0xa5aeb1):_0xa5aeb1[_0xacaa2a(0x257)]():_0x69645b=_0xa5aeb1;}else{const _0x21edd0=_0x2ab4a4[_0xacaa2a(0xd0)](_0x55d2ad);this[_0xacaa2a(0x197)](_0xa5aeb1,_0x21edd0);}}const _0x424b58=this[_0xacaa2a(0x175)][_0xacaa2a(0x158)][_0xacaa2a(0x25c)](_0xacaa2a(0x125))['me'],_0x13a385=_0x147f23(),_0x540be3=_0x424b58['id'];if(_0x69645b)return this[_0xacaa2a(0x258)](_0x69645b,this[_0xacaa2a(0x1b6)][_0xacaa2a(0x16c)](_0x414b56,_0x4ce055)),_0x69645b;{const _0x473744=this[_0xacaa2a(0x1e6)]({'id':_0x13a385,'type':_0xacaa2a(0x261)+_0x27ef7f,'data':_0x47f009,'createdAt':new Date(),'authorId':_0x540be3,'attributes':_0x48a287});return this[_0xacaa2a(0x276)](_0xacaa2a(0x261)+_0x27ef7f,_0x13a385,_0x540be3,this[_0xacaa2a(0x1b6)][_0xacaa2a(0x16c)](_0x414b56,_0x4ce055)),_0x473744;}}[_0x19fd03(0x20f)](_0x2ba705,_0x1090f4,_0x31b86b=[],_0xe4730e=null,_0x3a8cb7={}){const _0x4ca3f4=_0x19fd03;_0x1090f4[_0x4ca3f4(0x1e1)]||(_0x1090f4[_0x4ca3f4(0x1e1)]=_0x1090f4[_0x4ca3f4(0x133)]);const _0x202911=_0x2ba705[0x0];_0x1090f4[_0x4ca3f4(0x107)]=_0x202911['is'](_0x4ca3f4(0x162)),_0xe4730e=_0xe4730e||Vt(_0x1090f4);const _0x73d3c1=_0x31b86b[_0x4ca3f4(0x223)](_0x11cc8b=>Gt(_0x11cc8b,this[_0x4ca3f4(0x1b6)])),_0x380043=_0x202911['is'](_0x4ca3f4(0x162))?_0x2ba705:_0x2ba705[_0x4ca3f4(0x223)](_0x1bbbe6=>Gt(_0x1bbbe6,this[_0x4ca3f4(0x1b6)]));if(_0x4ca3f4(0x166)===this[_0x4ca3f4(0x100)]){const _0x38c76a=this[_0x4ca3f4(0x146)][_0x4ca3f4(0x171)](_0x4ca3f4(0x211),_0xe4730e,_0x4ca3f4(0x1a2));return this[_0x4ca3f4(0x182)](()=>_0x38c76a(_0x380043,_0x1090f4,_0x3a8cb7)),null;}_0x73d3c1[_0x4ca3f4(0x24a)](..._0x380043);let _0x10fbb9=!0x0;for(const _0x27642c of _0x73d3c1)if(!this[_0x4ca3f4(0xd5)](_0x27642c)){_0x10fbb9=!0x1;break;}if(_0x10fbb9&&_0x4ca3f4(0x270)!==this[_0x4ca3f4(0x100)]){const _0x1e5036=this[_0x4ca3f4(0x146)][_0x4ca3f4(0x171)](_0x4ca3f4(0x211),_0xe4730e,_0x4ca3f4(0x1a2));return this[_0x4ca3f4(0x182)](()=>_0x1e5036(_0x380043,_0x1090f4,_0x3a8cb7)),null;}const _0x173a44=this[_0x4ca3f4(0x175)][_0x4ca3f4(0x158)][_0x4ca3f4(0x25c)](_0x4ca3f4(0x125))['me'];for(const _0x239bd6 of this[_0x4ca3f4(0x236)]()){if(_0x239bd6[_0x4ca3f4(0x240)]['id']!=_0x173a44['id'])continue;if(_0x4ca3f4(0x211)!=_0x239bd6[_0x4ca3f4(0x1b2)]||_0x239bd6[_0x4ca3f4(0x1c7)][_0x4ca3f4(0x1e1)]!=_0x1090f4[_0x4ca3f4(0x1e1)])continue;if(!Lt(_0x239bd6,_0x3a8cb7))continue;const _0x227774=_0x239bd6[_0x4ca3f4(0xe8)]==_0xe4730e;for(let _0x2ab379=0x0;_0x2ab379<_0x380043[_0x4ca3f4(0x17b)];_0x2ab379++){const _0x525968=_0x380043[_0x2ab379];for(const _0x48b7e6 of _0x239bd6[_0x4ca3f4(0xf0)]()){const _0x5552bd=_0x48b7e6[_0x4ca3f4(0x192)]();if(_0x525968[_0x4ca3f4(0x184)](_0x5552bd)){_0x227774?(_0x380043[_0x4ca3f4(0x1bd)](_0x2ab379,0x1),_0x2ab379--):_0x239bd6[_0x4ca3f4(0x119)](_0x48b7e6[_0x4ca3f4(0xd6)]);break;}}}}if(0x0==_0x380043[_0x4ca3f4(0x17b)])return null;const _0xa65cd7=this[_0x4ca3f4(0x146)][_0x4ca3f4(0x171)](_0x4ca3f4(0x211),_0xe4730e,_0x4ca3f4(0x232));for(const _0x19b730 of this[_0x4ca3f4(0x236)]())if(_0x19b730[_0x4ca3f4(0x240)]['id']==_0x173a44['id']&&_0x4ca3f4(0x211)==_0x19b730[_0x4ca3f4(0x1b2)]&&_0x19b730[_0x4ca3f4(0x1c7)][_0x4ca3f4(0x1e1)]==_0x1090f4[_0x4ca3f4(0x1e1)]&&_0x19b730[_0x4ca3f4(0xe8)]==_0xe4730e&&Lt(_0x19b730,_0x3a8cb7)&&(_0xa65cd7(_0x19b730[_0x4ca3f4(0x113)](),_0x380043)||_0xa65cd7(_0x380043,_0x19b730[_0x4ca3f4(0x113)]()))){for(const _0x35b8ff of _0x380043)_0x19b730[_0x4ca3f4(0x1dd)](_0x35b8ff);return _0x19b730;}const _0x2dca5a=_0x147f23(),_0x59aadd=_0x173a44['id'],_0x20b2c3=_0x4ca3f4(0x261)+_0xe4730e,_0x61da56=this[_0x4ca3f4(0x1e6)]({'id':_0x2dca5a,'type':_0x20b2c3,'data':_0x1090f4,'createdAt':new Date(),'authorId':_0x59aadd,'attributes':_0x3a8cb7});for(const _0x9b8788 of _0x380043)this[_0x4ca3f4(0x276)](_0x20b2c3,_0x2dca5a,_0x59aadd,_0x9b8788,_0x443fee[_0x4ca3f4(0x154)]());return _0x61da56;}[_0x19fd03(0x23d)](_0x5415d9,_0x1be4fe=null,_0x2d59a2={}){const _0x3a6d52=_0x19fd03;if(_0x5415d9[_0x3a6d52(0x230)])return null;const _0xba494d=this[_0x3a6d52(0x175)][_0x3a6d52(0x158)][_0x3a6d52(0x25c)](_0x3a6d52(0x125))['me'],_0x32bc64=new _0x1b6ab6(_0x5415d9[_0x3a6d52(0x272)],_0x5415d9[_0x3a6d52(0x1d4)]);for(const {suggestion:_0x22b1d4,meta:_0x2015d6}of this[_0x3a6d52(0x209)](_0x32bc64,_0x3a6d52(0x11e)))if(_0x2015d6[_0x3a6d52(0x1f2)]&&!_0x2015d6[_0x3a6d52(0x25b)]){if(_0x22b1d4[_0x3a6d52(0x110)]){const _0x2c53dd=_0x22b1d4[_0x3a6d52(0x113)]()[_0x3a6d52(0xd8)](_0x3f3844=>_0x3a6d52(0x1a5)!=_0x3f3844[_0x3a6d52(0x231)][_0x3a6d52(0x1c2)]);_0x2c53dd[_0x3a6d52(0x256)](_0x10fd84=>_0x32bc64[_0x3a6d52(0x16d)](_0x10fd84,!0x0))&&_0x22b1d4[_0x3a6d52(0x1ae)]();if(_0x2c53dd[_0x3a6d52(0x18b)](_0x5784be=>_0x5784be[_0x3a6d52(0x16d)](_0x32bc64,!0x0))){const _0x2c4a7a=this[_0x3a6d52(0x146)][_0x3a6d52(0x171)](_0x3a6d52(0x21e),_0x1be4fe,_0x3a6d52(0x1a2));return this[_0x3a6d52(0x182)](()=>_0x2c4a7a([_0x32bc64],null,_0x2d59a2)),null;}}else{const _0x4e7628=_0x32bc64[_0x3a6d52(0xd0)](_0x22b1d4[_0x3a6d52(0x250)]());null!==_0x4e7628&&_0x22b1d4[_0x3a6d52(0x174)]([_0x4e7628],null,_0x2d59a2);}}if(_0x32bc64[_0x3a6d52(0x200)](),_0x32bc64[_0x3a6d52(0x230)]||_0x3a6d52(0x1a5)==_0x32bc64[_0x3a6d52(0x231)][_0x3a6d52(0x1c2)])return null;let _0x4525fe=null,_0x162f19=_0x32bc64[_0x3a6d52(0x272)],_0x1ce24b=_0x32bc64[_0x3a6d52(0x1d4)];const _0x27ff98=this[_0x3a6d52(0x209)](_0x32bc64,_0x3a6d52(0x21e));for(const {suggestion:_0x462dbb,meta:_0xa60a5b}of _0x27ff98){const _0x4ff3ab=this[_0x3a6d52(0x1b6)][_0x3a6d52(0x16c)](_0x162f19,_0x1ce24b);if(_0xa60a5b[_0x3a6d52(0x1f2)]&&(this[_0x3a6d52(0x1e0)]||!_0xa60a5b[_0x3a6d52(0x142)]&&!_0xa60a5b[_0x3a6d52(0x14a)])){if(_0x462dbb[_0x3a6d52(0x110)]){if(!Lt(_0x462dbb,_0x2d59a2))continue;let _0x4e1f22=!0x0;for(const _0x58d76b of _0x462dbb[_0x3a6d52(0x113)]()){if(_0x58d76b[_0x3a6d52(0x16d)](_0x4ff3ab,!0x0))return _0x462dbb;_0x4ff3ab[_0x3a6d52(0x16d)](_0x58d76b)||(_0x4e1f22=!0x1);}_0x4e1f22&&_0x462dbb[_0x3a6d52(0x1ae)]();}else{const _0x40a9ff=_0x462dbb[_0x3a6d52(0x250)]();if(_0x40a9ff[_0x3a6d52(0x16d)](_0x4ff3ab,!0x0))return _0x462dbb;if(!Lt(_0x462dbb,_0x2d59a2)){_0x4ff3ab[_0x3a6d52(0x16d)](_0x40a9ff)?_0x462dbb[_0x3a6d52(0x257)]():_0x40a9ff[_0x3a6d52(0x1f1)](_0x162f19)?_0x162f19=_0x40a9ff[_0x3a6d52(0x1d4)]:_0x40a9ff[_0x3a6d52(0x1f1)](_0x1ce24b)&&(_0x1ce24b=_0x40a9ff[_0x3a6d52(0x272)]);continue;}_0x162f19=_0x162f19[_0x3a6d52(0x14f)](_0x40a9ff[_0x3a6d52(0x272)])?_0x162f19:_0x40a9ff[_0x3a6d52(0x272)],_0x1ce24b=_0x1ce24b[_0x3a6d52(0x1d3)](_0x40a9ff[_0x3a6d52(0x1d4)])?_0x1ce24b:_0x40a9ff[_0x3a6d52(0x1d4)],_0x2d59a2=Object[_0x3a6d52(0x1ec)]({},_0x462dbb[_0x3a6d52(0x10b)]),_0x4525fe?_0x40a9ff[_0x3a6d52(0x272)][_0x3a6d52(0x14f)](_0x4525fe[_0x3a6d52(0x250)]()[_0x3a6d52(0x272)])?(_0x4525fe[_0x3a6d52(0x257)](),_0x4525fe=_0x462dbb):_0x462dbb[_0x3a6d52(0x257)]():_0x4525fe=_0x462dbb;}}}if(_0x4525fe)return this[_0x3a6d52(0x258)](_0x4525fe,this[_0x3a6d52(0x1b6)][_0x3a6d52(0x16c)](_0x162f19,_0x1ce24b)),_0x4525fe;{const _0x5c88ea=_0x147f23(),_0x1a85e4=this[_0x3a6d52(0x1b6)][_0x3a6d52(0x16c)](_0x162f19,_0x1ce24b),_0x4fde7f=_0xba494d['id'],_0x59be67=_0x1be4fe?_0x3a6d52(0x194)+_0x1be4fe:_0x3a6d52(0x21e),_0x2544d7=this[_0x3a6d52(0x1e6)]({'id':_0x5c88ea,'type':_0x59be67,'createdAt':new Date(),'authorId':_0x4fde7f,'attributes':_0x2d59a2});return this[_0x3a6d52(0x276)](_0x59be67,_0x5c88ea,_0x4fde7f,_0x1a85e4),_0x2544d7;}}[_0x19fd03(0xf9)](_0x464448,_0xa04930=_0x19fd03(0x13e),_0x284b6c={}){const _0x28414b=_0x19fd03,_0x46833d=this[_0x28414b(0x175)][_0x28414b(0x158)][_0x28414b(0x25c)](_0x28414b(0x125))['me'],_0x229915=_0x464448[_0x28414b(0x223)](_0x4edab9=>new _0x1b6ab6(_0x4edab9[_0x28414b(0x272)],_0x4edab9[_0x28414b(0x1d4)])),_0xb31336=new Set();for(const {suggestion:_0x414073,meta:_0x42c29f}of this[_0x28414b(0x209)](_0x229915,_0x28414b(0x11e)))_0x42c29f[_0x28414b(0x1f2)]&&!_0x42c29f[_0x28414b(0x25b)]&&_0xb31336[_0x28414b(0x1a6)](_0x414073);for(const _0x844922 of _0xb31336)if(_0x844922[_0x28414b(0x110)]){const _0x1595b6=_0x844922[_0x28414b(0x113)]();(!_0x844922[_0x28414b(0x10b)]||!_0x844922[_0x28414b(0x10b)][_0x28414b(0x167)])&&(_0x1595b6[_0x28414b(0x256)](_0xf127b9=>_0x229915[_0x28414b(0x18b)](_0x1d8793=>_0x1d8793[_0x28414b(0x16d)](_0xf127b9,!0x0)))&&_0x844922[_0x28414b(0x1ae)]());if(_0x229915[_0x28414b(0x256)](_0x5ed4ae=>_0x1595b6[_0x28414b(0x18b)](_0x461f89=>_0x461f89[_0x28414b(0x16d)](_0x5ed4ae,!0x0)))){const _0x36f4f9=this[_0x28414b(0x146)][_0x28414b(0x171)](_0x28414b(0x21e),_0xa04930,_0x28414b(0x1a2));return this[_0x28414b(0x182)](()=>_0x36f4f9(_0x464448,null,_0x284b6c)),null;}}else{const _0x30839e=_0x844922[_0x28414b(0x250)]();_0x229915[_0x28414b(0x18b)](_0x27e352=>_0x27e352[_0x28414b(0x16d)](_0x30839e,!0x0))&&_0x844922[_0x28414b(0x1ae)]();if(_0x229915[_0x28414b(0x256)](_0xf087b9=>_0x30839e[_0x28414b(0x16d)](_0xf087b9,!0x0))){const _0x1799fc=this[_0x28414b(0x146)][_0x28414b(0x171)](_0x28414b(0x21e),_0xa04930,_0x28414b(0x1a2));return this[_0x28414b(0x182)](()=>_0x1799fc(_0x229915,null,_0x284b6c)),null;}}const _0x9ec558=this[_0x28414b(0x146)][_0x28414b(0x171)](_0x28414b(0x21e),_0xa04930,_0x28414b(0x232));let _0x5791f0=null;for(const _0xd7ef6 of this[_0x28414b(0x236)]())if(_0xd7ef6[_0x28414b(0x240)]['id']==_0x46833d['id']&&_0xd7ef6[_0x28414b(0x1ad)]&&_0x28414b(0x21e)==_0xd7ef6[_0x28414b(0x1b2)]&&_0xd7ef6[_0x28414b(0xe8)]==_0xa04930&&Lt(_0xd7ef6,_0x284b6c)&&(_0x9ec558(_0xd7ef6[_0x28414b(0x113)](),_0x229915)||_0x9ec558(_0x229915,_0xd7ef6[_0x28414b(0x113)]()))){if(_0x5791f0){if(_0xd7ef6[_0x28414b(0x27e)]&&_0xd7ef6[_0x28414b(0x27e)][_0x28414b(0x17b)])continue;for(const _0x582d88 of _0xd7ef6[_0x28414b(0x113)]())_0x5791f0[_0x28414b(0xfd)](_0x582d88)||_0x5791f0[_0x28414b(0x1dd)](_0x582d88);_0xd7ef6[_0x28414b(0x257)]();}else{_0x5791f0=_0xd7ef6;for(const _0x592109 of _0x229915)_0xd7ef6[_0x28414b(0xfd)](_0x592109)||_0xd7ef6[_0x28414b(0x1dd)](_0x592109);}}if(_0x5791f0)return _0x5791f0;_0xb31336[_0x28414b(0x26d)]();for(const {suggestion:_0x378c00,meta:_0x5a65d9}of this[_0x28414b(0x209)](_0x229915,_0x28414b(0x21e)))_0x5a65d9[_0x28414b(0x1f2)]&&(this[_0x28414b(0x1e0)]||!_0x5a65d9[_0x28414b(0x142)]&&!_0x5a65d9[_0x28414b(0x14a)])&&Lt(_0x378c00,_0x284b6c)&&_0xb31336[_0x28414b(0x1a6)](_0x378c00);for(const _0x49867a of _0xb31336){const _0x225e2a=_0x49867a[_0x28414b(0x113)]();if(!_0x284b6c||!_0x284b6c[_0x28414b(0x167)]){if(_0x229915[_0x28414b(0x256)](_0x11b934=>_0x225e2a[_0x28414b(0x18b)](_0x4fe4a2=>_0x4fe4a2[_0x28414b(0x16d)](_0x11b934,!0x0))))return _0x49867a;}(!_0x49867a[_0x28414b(0x10b)]||!_0x49867a[_0x28414b(0x10b)][_0x28414b(0x167)])&&(_0x225e2a[_0x28414b(0x256)](_0x4c31e8=>_0x229915[_0x28414b(0x18b)](_0x4ce760=>_0x4ce760[_0x28414b(0x16d)](_0x4c31e8,!0x0)))&&_0x49867a[_0x28414b(0x1ae)]());}const _0x90ace8=_0x147f23(),_0x541576=_0x46833d['id'],_0x1677a5=_0x28414b(0x194)+_0xa04930,_0xa2ccf=this[_0x28414b(0x1e6)]({'id':_0x90ace8,'type':_0x1677a5,'createdAt':new Date(),'authorId':_0x541576,'attributes':_0x284b6c});for(const _0x46e3eb of _0x229915)_0x46e3eb[_0x28414b(0x200)](),_0x46e3eb[_0x28414b(0x230)]||_0x28414b(0x1a5)==_0x46e3eb[_0x28414b(0x231)][_0x28414b(0x1c2)]||this[_0x28414b(0x276)](_0x1677a5,_0x90ace8,_0x541576,_0x46e3eb,_0x443fee[_0x28414b(0x154)]());return _0xa2ccf;}[_0x19fd03(0x1e2)](_0xf4361b,_0x3d1892,_0x5bd94,_0x4c6c,_0x4cdd8d){const _0x4a41f3=_0x19fd03;if(_0xf4361b[_0x4a41f3(0x230)])return[];if(_0x4a41f3(0x166)===this[_0x4a41f3(0x100)])return[];const _0x60c12f=this[_0x4a41f3(0x175)][_0x4a41f3(0x158)][_0x4a41f3(0x25c)](_0x4a41f3(0x125))['me']['id'],_0x428939=Array[_0x4a41f3(0x1cf)](this[_0x4a41f3(0x278)][_0x4a41f3(0x248)]())[_0x4a41f3(0xd8)](_0x48583b=>_0x4a41f3(0xf2)==_0x48583b[_0x4a41f3(0x1b2)]&&_0x48583b[_0x4a41f3(0x1c7)][_0x4a41f3(0x1bb)]==_0x3d1892&&_0x48583b[_0x4a41f3(0xfd)](_0xf4361b));if(_0x4a41f3(0x168)===this[_0x4a41f3(0x100)]){const _0x54bdb9=this[_0x4a41f3(0x209)](_0xf4361b,_0x4a41f3(0x11e))[_0x4a41f3(0xd8)](({meta:_0x54ee67})=>_0x54ee67[_0x4a41f3(0x1f2)]&&!_0x54ee67[_0x4a41f3(0x14a)]&&!_0x54ee67[_0x4a41f3(0x25b)])[_0x4a41f3(0x223)](({suggestion:_0xaf2b68})=>_0xaf2b68);_0x428939[_0x4a41f3(0x11d)](..._0x54bdb9);}const _0x3cbdcd=new Map([[_0xf4361b,_0x5bd94]]);for(const _0x4ad3f4 of _0x428939){const _0x43523b=_0x4a41f3(0xf2)==_0x4ad3f4[_0x4a41f3(0x1b2)]?_0x4ad3f4[_0x4a41f3(0x1c7)][_0x4a41f3(0xee)]:void 0x0,_0xc11c19=_0x4ad3f4[_0x4a41f3(0x250)](),_0x2c98a3=Array[_0x4a41f3(0x1cf)](_0x3cbdcd[_0x4a41f3(0x157)]())[_0x4a41f3(0x13f)](_0x5d28dc=>_0x5d28dc[_0x4a41f3(0x235)](_0xc11c19));if(!_0x2c98a3)continue;const _0x541d1d=_0x2c98a3[_0x4a41f3(0xda)](_0xc11c19);this[_0x4a41f3(0x22c)](_0x3d1892)&&_0x4a41f3(0x11e)==_0x4ad3f4[_0x4a41f3(0x1b2)]&&0x0!=_0x541d1d[_0x4a41f3(0x17b)]||(_0x3cbdcd[_0x4a41f3(0x1fa)](_0x2c98a3),_0x541d1d[_0x4a41f3(0x188)](_0x389c66=>{const _0x35a782=_0x4a41f3;_0x3cbdcd[_0x35a782(0x216)](_0x389c66,_0x5bd94);}),_0x4a41f3(0x11e)!=_0x4ad3f4[_0x4a41f3(0x1b2)]&&_0x43523b!=_0x4c6c&&_0x3cbdcd[_0x4a41f3(0x216)](_0x2c98a3[_0x4a41f3(0xd0)](_0xc11c19),_0x43523b));}const _0xa46322=[];for(const [_0x4b953f,_0x2e9116]of _0x3cbdcd){const _0x3f4780=_0x147f23(),_0x5ac38c={'key':_0x3d1892,'oldValue':_0x2e9116,'newValue':_0x4c6c};_0x3d1892[_0x4a41f3(0x17b)]>0x25&&console[_0x4a41f3(0x103)](_0x4a41f3(0x1f8),{'key':_0x3d1892});const _0x124ec5=(_0x4a41f3(0x118)+(_0x3d1892+'|'+Vt({'newValue':_0x4c6c})))[_0x4a41f3(0x1af)](0x0,0x3c),_0x54ab76=this[_0x4a41f3(0x1e6)]({'id':_0x3f4780,'type':_0x124ec5,'data':_0x5ac38c,'createdAt':new Date(),'authorId':_0x60c12f,'attributes':_0x4cdd8d});_0xa46322[_0x4a41f3(0x24a)](_0x54ab76),this[_0x4a41f3(0x276)](_0x124ec5,_0x3f4780,_0x60c12f,_0x4b953f);}return _0xa46322;}[_0x19fd03(0xea)](_0x264f04){const _0x3e1180=_0x19fd03;this[_0x3e1180(0xd3)][_0x3e1180(0x1a6)](_0x264f04);}[_0x19fd03(0x244)](_0x3f3194){const _0x4c8ad0=_0x19fd03;this[_0x4c8ad0(0x172)][_0x4c8ad0(0x1a6)](_0x3f3194);}[_0x19fd03(0x212)](_0x3c81f3,_0x432e02=[],_0x33895d=[]){const _0x3d0e17=_0x19fd03;this[_0x3d0e17(0x26f)](_0x3c81f3,(_0x1e51ed,..._0x539f05)=>{const _0x20d1b4=_0x3d0e17;this[_0x20d1b4(0x163)](()=>{_0x1e51ed(..._0x539f05);});});for(const _0x47430b of _0x432e02)this[_0x3d0e17(0x244)](_0x47430b);for(const _0x2677b9 of _0x33895d)this[_0x3d0e17(0xea)](_0x2677b9);}[_0x19fd03(0x117)](_0x54c273){const _0x3f1c8c=_0x19fd03;return _0x3f1c8c(0xf2)==_0x54c273[_0x3f1c8c(0x1b2)]?_0x54c273[_0x3f1c8c(0xe8)][_0x3f1c8c(0x196)]('|')[0x0]:null;}[_0x19fd03(0x258)](_0x388542,_0x14c1e3){const _0x31c2d9=_0x19fd03,_0x32cbda=_0x388542[_0x31c2d9(0x160)]();this[_0x31c2d9(0x1b6)][_0x31c2d9(0x225)](_0x54c92a=>{const _0x160ad9=_0x31c2d9;_0x54c92a[_0x160ad9(0xcf)](_0x32cbda,{'range':_0x14c1e3});});}[_0x19fd03(0x108)](_0x3e75da){const _0x287ec5=_0x19fd03,_0x218be7=_0x3e75da['id'],_0x5171ae=this[_0x287ec5(0x175)][_0x287ec5(0x220)][_0x287ec5(0x25c)](_0x287ec5(0x1cd));this[_0x287ec5(0x1d9)][_0x287ec5(0xec)](_0x218be7)||this[_0x287ec5(0x1d9)][_0x287ec5(0x143)]({'channelId':_0x5171ae,'threadId':_0x218be7,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x439817=this[_0x287ec5(0x1d9)][_0x287ec5(0x165)](_0x218be7);_0x439817[_0x287ec5(0x193)](_0x287ec5(0x1bf)),_0x439817[_0x287ec5(0x1bf)]=!0x1,_0x3e75da[_0x287ec5(0x27e)]=_0x439817;}[_0x19fd03(0x1f3)](_0x19b122,_0x5ed91b,_0x4c8daa,_0x342c57){const _0xdeacc8=_0x19fd03;if(_0x19b122[_0xdeacc8(0x1b2)]!=_0x5ed91b||_0x19b122[_0xdeacc8(0xe8)]!=_0x4c8daa||_0x19b122[_0xdeacc8(0x1b4)]['id']!=_0x342c57)throw this[_0xdeacc8(0x175)][_0xdeacc8(0x13a)](_0xdeacc8(0x239)),new _0x1f491d(_0xdeacc8(0x239),this);}[_0x19fd03(0x197)](_0x3410be,_0x1d8c2a){const _0x1d6290=_0x19fd03,_0x44ad7c=_0x3410be[_0x1d6290(0x250)]();if(_0x1d8c2a[_0x1d6290(0x184)](_0x44ad7c))_0x3410be[_0x1d6290(0x257)]();else{if(_0x44ad7c[_0x1d6290(0x16d)](_0x1d8c2a)){const _0x242633=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x272)][_0x1d6290(0xf7)],_0x1d6290(0x1d4));this[_0x1d6290(0x258)](_0x3410be,this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0x44ad7c[_0x1d6290(0x272)],_0x242633));const _0x249e56=_0x147f23(),_0x40e9ea=_0x3410be[_0x1d6290(0x1b4)]['id'],_0x84d25a=_0x3410be[_0x1d6290(0x1b2)]+':'+_0x3410be[_0x1d6290(0xe8)];this[_0x1d6290(0x1e6)]({'id':_0x249e56,'type':_0x84d25a,'createdAt':new Date(),'authorId':_0x40e9ea,'data':_0x3410be[_0x1d6290(0x1c7)],'attributes':_0x3410be[_0x1d6290(0x10b)]});const _0x876bfd=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x1d4)][_0x1d6290(0x190)],_0x1d6290(0x180)),_0x1d5d9b=this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0x876bfd,_0x44ad7c[_0x1d6290(0x1d4)]);this[_0x1d6290(0x276)](_0x84d25a,_0x249e56,_0x40e9ea,_0x1d5d9b);}else{if(_0x44ad7c[_0x1d6290(0x1f1)](_0x1d8c2a[_0x1d6290(0x272)])){const _0x59a7d8=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x272)][_0x1d6290(0xf7)],_0x1d6290(0x1d4));this[_0x1d6290(0x258)](_0x3410be,this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0x44ad7c[_0x1d6290(0x272)],_0x59a7d8));}else{const _0xeb8647=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x1d4)][_0x1d6290(0x190)],_0x1d6290(0x180));this[_0x1d6290(0x258)](_0x3410be,this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0xeb8647,_0x44ad7c[_0x1d6290(0x1d4)]));}}}}[_0x19fd03(0xd5)](_0x537b6c){const _0x46937e=_0x19fd03;for(const {suggestion:_0x4710af,meta:_0x181be6}of this[_0x46937e(0x209)](_0x537b6c,_0x46937e(0x11e))){if(!_0x181be6[_0x46937e(0x1f2)])continue;const _0x64be7f=_0x4710af[_0x46937e(0x113)]();for(const _0x16f652 of _0x64be7f)if(!_0x537b6c[_0x46937e(0xda)](_0x16f652)[_0x46937e(0x17b)])return!0x0;}return!0x1;}[_0x19fd03(0x204)](_0x510128){const _0x31d546=_0x19fd03,_0x4a021b=this[_0x31d546(0x175)][_0x31d546(0x158)][_0x31d546(0x25c)](_0x31d546(0x125))[_0x31d546(0x25e)](_0x510128);if(!_0x4a021b)throw new _0x1f491d(_0x31d546(0x17c),this);return _0x4a021b;}[_0x19fd03(0x18d)](_0x4974e1){const _0x18a94a=_0x19fd03,_0x2e9f9e=this[_0x18a94a(0x175)][_0x18a94a(0x158)][_0x18a94a(0x25c)](_0x18a94a(0x125)),_0x2717a8=_0x4f943b(_0x18a94a(0x12c)+_0x4974e1),_0xda2122=_0x2e9f9e[_0x18a94a(0x25e)](_0x2717a8);return _0xda2122||_0x2e9f9e[_0x18a94a(0x15b)]({'id':_0x2717a8,'name':_0x4974e1});}[_0x19fd03(0xdf)](_0x5a77fa,_0x2b2f11,_0x1485c2,_0x4614da,_0xfce5ab){const _0x12c16c=_0x19fd03,_0x20c8f5=this[_0x12c16c(0x204)](_0x4614da),_0x4f284e=this[_0x12c16c(0x146)][_0x12c16c(0xe6)](_0x5a77fa,_0x2b2f11,_0x1485c2,_0x20c8f5,_0xfce5ab,_0xeb246a=>{const _0x3a96d5=_0x12c16c;this[_0x3a96d5(0x255)](_0x1485c2,{'attributes':_0xeb246a});const _0x25538c=this[_0x3a96d5(0x205)](_0x1485c2);this[_0x3a96d5(0x1c5)](new Set([_0x25538c])),this[_0x3a96d5(0xed)](new Set([_0x25538c]));});return this[_0x12c16c(0x11f)](_0x4f284e,_0x12c16c(0x1a2),()=>{const _0x4e161f=_0x12c16c;this[_0x4e161f(0x255)](_0x1485c2,{'state':_0x4e161f(0x140)});},{'priority':_0x12c16c(0xf4)}),this[_0x12c16c(0x11f)](_0x4f284e,_0x12c16c(0x1ae),()=>{const _0x1cedc2=_0x12c16c;this[_0x1cedc2(0x255)](_0x1485c2,{'state':_0x1cedc2(0xde)});},{'priority':_0x12c16c(0xf4)}),this[_0x12c16c(0x278)][_0x12c16c(0x216)](_0x1485c2,_0x4f284e),this[_0x12c16c(0x24c)][_0x12c16c(0x216)](_0x4f284e,_0x12c16c(0x1ed)),_0x4f284e;}[_0x19fd03(0x151)](_0x5f005e){const _0x34eb5a=_0x19fd03,_0x160e42=_0x5f005e[_0x34eb5a(0x196)](':');return{'group':_0x160e42[0x0],'type':_0x160e42[0x1],'subType':_0x160e42[_0x34eb5a(0x17b)]>=0x5?_0x160e42[0x2]:null,'id':_0x160e42[_0x34eb5a(0x17b)]<0x5?_0x160e42[0x2]:_0x160e42[0x3],'authorId':_0x160e42[_0x34eb5a(0x17b)]<0x5?_0x160e42[0x3]:_0x160e42[0x4],'markerCount':0x6==_0x160e42[_0x34eb5a(0x17b)]?_0x160e42[0x5]:null};}[_0x19fd03(0x1c3)](_0x36dc4a,_0x56c47d,_0xa8ce28){const _0x4669c8=_0x19fd03,_0x5a1184=_0x36dc4a[_0x4669c8(0x250)](),_0x86a6e1=_0x5a1184[_0x4669c8(0x272)],_0x1ceca1=_0x5a1184[_0x4669c8(0x1d4)];this[_0x4669c8(0x258)](_0x36dc4a,this[_0x4669c8(0x1b6)][_0x4669c8(0x16c)](_0x86a6e1,_0x56c47d));const _0x1b51bd=_0x147f23(),_0x511bfd=_0x36dc4a[_0x4669c8(0x1b4)]['id'],_0x4e426e=_0x36dc4a[_0x4669c8(0x1b2)]+(_0x36dc4a[_0x4669c8(0xe8)]?':'+_0x36dc4a[_0x4669c8(0xe8)]:'');this[_0x4669c8(0x1e6)]({'id':_0x1b51bd,'type':_0x4e426e,'createdAt':new Date(),'authorId':_0x511bfd,'originalSuggestionId':_0x36dc4a['id'],'attributes':_0x36dc4a[_0x4669c8(0x10b)],'data':_0x36dc4a[_0x4669c8(0x1c7)]});const _0xdd2801=this[_0x4669c8(0x117)](_0x36dc4a);(_0x4669c8(0x211)==_0x36dc4a[_0x4669c8(0x1b2)]||_0xdd2801&&this[_0x4669c8(0x22c)](_0xdd2801))&&(_0xa8ce28=this[_0x4669c8(0x1b6)][_0x4669c8(0x161)](_0xa8ce28[_0x4669c8(0x190)])),this[_0x4669c8(0x276)](_0x4e426e,_0x1b51bd,_0x511bfd,this[_0x4669c8(0x1b6)][_0x4669c8(0x16c)](_0xa8ce28,_0x1ceca1));}[_0x19fd03(0x209)](_0x8adf9d,_0x4d8eb7=null){const _0x1f2b1c=_0x19fd03,_0xd36827=[],_0x49b4ca=this[_0x1f2b1c(0x175)][_0x1f2b1c(0x158)][_0x1f2b1c(0x25c)](_0x1f2b1c(0x125))['me'];Array[_0x1f2b1c(0x20d)](_0x8adf9d)||(_0x8adf9d=[_0x8adf9d]);for(const _0xff6cf1 of this[_0x1f2b1c(0x236)]()){if(!_0xff6cf1[_0x1f2b1c(0x1ad)])continue;if(_0x4d8eb7&&_0xff6cf1[_0x1f2b1c(0x1b2)]!=_0x4d8eb7)continue;let _0x2f12ac=!0x1;for(const _0xe61b97 of _0xff6cf1[_0x1f2b1c(0x113)]()){for(const _0x2fd7d1 of _0x8adf9d){const _0x65bcef=_0x2fd7d1[_0x1f2b1c(0x272)][_0x1f2b1c(0x184)](_0xe61b97[_0x1f2b1c(0x1d4)])||_0x2fd7d1[_0x1f2b1c(0x1d4)][_0x1f2b1c(0x184)](_0xe61b97[_0x1f2b1c(0x272)]);if(_0x65bcef||_0x2fd7d1[_0x1f2b1c(0xd0)](_0xe61b97)){const _0x3dccc8=_0x2fd7d1[_0x1f2b1c(0x16d)](_0xe61b97)&&Rt(this[_0x1f2b1c(0x1b6)][_0x1f2b1c(0x1ea)],_0xe61b97[_0x1f2b1c(0x272)],_0x2fd7d1),_0x558098=_0xe61b97[_0x1f2b1c(0x16d)](_0x2fd7d1)&&Rt(this[_0x1f2b1c(0x1b6)][_0x1f2b1c(0x1ea)],_0x2fd7d1[_0x1f2b1c(0x272)],_0xe61b97);_0xd36827[_0x1f2b1c(0x24a)]({'suggestion':_0xff6cf1,'meta':{'isOwn':_0x49b4ca==_0xff6cf1[_0x1f2b1c(0x240)],'isNextTo':_0x65bcef,'isInsideObject':_0x3dccc8,'containsRangeInObject':_0x558098}}),_0x2f12ac=!0x0;break;}}if(_0x2f12ac)break;}}return _0xd36827;}[_0x19fd03(0x276)](_0x3fd728,_0x3bf221,_0x2fd20b,_0x22a70e,_0x1bd72a){const _0x4d852e=_0x19fd03;this[_0x4d852e(0x1b6)][_0x4d852e(0x225)](_0x1587a0=>{const _0x59eef5=_0x4d852e;let _0x484072=_0x59eef5(0x1cb)+_0x3fd728+':'+_0x3bf221+':'+_0x2fd20b;_0x1bd72a&&(_0x484072=_0x484072+':'+_0x1bd72a),_0x1587a0[_0x59eef5(0xdc)](_0x484072,{'range':_0x22a70e,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x19fd03(0x26a)](_0x4f2547){const _0x3bd2f7=_0x19fd03,_0x2047d6=_0x4f2547[_0x3bd2f7(0x20e)],_0x42cd3d=_0x4f2547[_0x3bd2f7(0x213)];_0x4f2547[_0x3bd2f7(0x20e)]=null,_0x4f2547[_0x3bd2f7(0x213)]=null,null!=_0x2047d6&&_0x2047d6[_0x3bd2f7(0x213)]==_0x4f2547&&(_0x2047d6[_0x3bd2f7(0x213)]=_0x42cd3d),null!=_0x42cd3d&&_0x42cd3d[_0x3bd2f7(0x20e)]==_0x4f2547&&(_0x42cd3d[_0x3bd2f7(0x20e)]=_0x2047d6),_0x3bd2f7(0x208)==this[_0x3bd2f7(0x24c)][_0x3bd2f7(0x25c)](_0x4f2547)&&(this[_0x3bd2f7(0x24c)][_0x3bd2f7(0x216)](_0x4f2547,_0x3bd2f7(0x1a3)),this[_0x3bd2f7(0x1b7)](_0x3bd2f7(0x1c8),_0x4f2547,_0x2047d6,_0x42cd3d));}[_0x19fd03(0x1e6)](_0xd7f705){const _0x4d192c=_0x19fd03,_0x29fc32=_0xd7f705['id'],_0x373aec=this[_0x4d192c(0x1ba)](_0xd7f705);if(this[_0x4d192c(0x201)]&&this[_0x4d192c(0x201)][_0x4d192c(0x249)]){const _0x558001=this[_0x4d192c(0x175)][_0x4d192c(0x158)][_0x4d192c(0x25c)](_0x4d192c(0x15e)),_0x53b105=_0x373aec[_0x4d192c(0x271)],_0x138306=_0x373aec[_0x4d192c(0xe8)]?_0x373aec[_0x4d192c(0x1b2)]+':'+_0x373aec[_0x4d192c(0xe8)]:_0x373aec[_0x4d192c(0x1b2)],_0xbddf43=this[_0x4d192c(0x175)][_0x4d192c(0x20c)],_0x40f932=_0x558001[_0x4d192c(0x1a6)](_0xe5b8b9(_0xbddf43,_0x4d192c(0x15f))),_0x3aceb4={'id':_0x29fc32,'type':_0x138306,'hasComments':_0x53b105,'data':_0xd7f705[_0x4d192c(0x1c7)]||null,'originalSuggestionId':_0xd7f705[_0x4d192c(0x134)]||null,'attributes':_0x373aec[_0x4d192c(0x10b)]};this[_0x4d192c(0x201)][_0x4d192c(0x249)](_0x3aceb4)[_0x4d192c(0xd4)](_0x53d8f7=>{const _0x397788=_0x4d192c;_0x373aec[_0x397788(0xe4)]=!0x0,_0x558001[_0x397788(0x262)](_0x40f932),_0x53d8f7&&_0x53d8f7[_0x397788(0x1a1)]&&(this[_0x397788(0x278)][_0x397788(0x25c)](_0x29fc32)[_0x397788(0x1a1)]=_0x53d8f7[_0x397788(0x1a1)]);})[_0x4d192c(0x185)](_0x4894c8=>{const _0x2946b3=_0x4d192c;throw _0x19da36(_0x2946b3(0x229)),this[_0x2946b3(0x175)][_0x2946b3(0x1cc)][_0x2946b3(0x1ef)]({'isUndoable':!0x1},()=>{const _0x347ebf=_0x2946b3;_0x373aec[_0x347ebf(0x1ae)]();}),_0x373aec[_0x2946b3(0x1dc)](),this[_0x2946b3(0x278)][_0x2946b3(0x1fa)](_0x373aec['id']),this[_0x2946b3(0x24c)][_0x2946b3(0x1fa)](_0x373aec),_0x4894c8;});}return _0x373aec;}[_0x19fd03(0x22c)](_0x488c96){const _0x3b9799=_0x19fd03;return this[_0x3b9799(0xd3)][_0x3b9799(0x178)](_0x488c96);}[_0x19fd03(0x255)](_0x378a89,_0xf8bd6d){const _0x3c4ecb=_0x19fd03,_0x60514d=this[_0x3c4ecb(0x175)][_0x3c4ecb(0x158)][_0x3c4ecb(0x25c)](_0x3c4ecb(0x15e)),_0x2df386=this[_0x3c4ecb(0x205)](_0x378a89);if(this[_0x3c4ecb(0x201)]&&this[_0x3c4ecb(0x201)][_0x3c4ecb(0x1d8)]){if(_0x2df386[_0x3c4ecb(0xe4)]){const _0x53d4b1=_0x60514d[_0x3c4ecb(0x1a6)](_0xe5b8b9(this[_0x3c4ecb(0x175)][_0x3c4ecb(0x20c)],_0x3c4ecb(0x15f)));this[_0x3c4ecb(0x201)][_0x3c4ecb(0x1d8)](_0x378a89,_0xf8bd6d)[_0x3c4ecb(0xd4)](()=>{const _0x2232eb=_0x3c4ecb;_0x60514d[_0x2232eb(0x262)](_0x53d4b1);});}else _0x2df386['on'](_0x3c4ecb(0x1db),()=>{const _0x56a90e=_0x3c4ecb;this[_0x56a90e(0x255)](_0x378a89,_0xf8bd6d);});}}[_0x19fd03(0xef)](_0x1e7dff){const _0x55de65=_0x19fd03;if(!this[_0x55de65(0x201)]||!this[_0x55de65(0x201)][_0x55de65(0x205)])throw new _0x1f491d(_0x55de65(0x11c),this);return this[_0x55de65(0x201)][_0x55de65(0x205)](_0x1e7dff);}[_0x19fd03(0xdd)](_0x560906){const _0xcae486=_0x19fd03,{id:_0x2a20cc,type:_0x1ca10e,subType:_0x565817,authorId:_0x5cdc8a}=this[_0xcae486(0x151)](_0x560906),_0x262692=this[_0xcae486(0x278)][_0xcae486(0x25c)](_0x2a20cc)||this[_0xcae486(0xdf)](_0x1ca10e,_0x565817,_0x2a20cc,_0x5cdc8a,{});switch(this[_0xcae486(0x1f3)](_0x262692,_0x1ca10e,_0x565817,_0x5cdc8a),this[_0xcae486(0x24c)][_0xcae486(0x25c)](_0x262692)){case _0xcae486(0x1ed):this[_0xcae486(0xef)](_0x2a20cc)[_0xcae486(0xd4)](_0x128e8b=>{const _0x31cbb2=_0xcae486;let _0x32ff08=Promise[_0x31cbb2(0x222)]();_0x128e8b[_0x31cbb2(0x271)]&&(_0x32ff08=this[_0x31cbb2(0x1d9)][_0x31cbb2(0x21b)]({'channelId':this[_0x31cbb2(0x175)][_0x31cbb2(0x220)][_0x31cbb2(0x25c)](_0x31cbb2(0x1cd)),'threadId':_0x2a20cc})),_0x32ff08[_0x31cbb2(0xd4)](()=>{const _0x4ea444=_0x31cbb2;this[_0x4ea444(0x1ba)](_0x128e8b)[_0x4ea444(0xe4)]=!0x0;});}),this[_0xcae486(0x24c)][_0xcae486(0x216)](_0x262692,_0xcae486(0x137));break;case _0xcae486(0x1a3):this[_0xcae486(0x255)](_0x2a20cc,{'state':_0xcae486(0x14b)});case _0xcae486(0x1e7):this[_0xcae486(0x24c)][_0xcae486(0x216)](_0x262692,_0xcae486(0x208)),this[_0xcae486(0x1b7)](_0xcae486(0x1c4),_0x262692);break;case _0xcae486(0x208):this[_0xcae486(0x1b7)](_0xcae486(0x141),_0x262692);}return _0x262692[_0xcae486(0x1b5)](_0x560906),_0x262692;}[_0x19fd03(0xed)](_0x4926b1){const _0x3c0eb9=_0x19fd03,_0x19e22e=Array[_0x3c0eb9(0x1cf)](_0x4926b1),_0x775e04=_0x19e22e[_0x3c0eb9(0xd8)](_0x4132c2=>_0x3c0eb9(0xf2)==_0x4132c2[_0x3c0eb9(0x1b2)]);this[_0x3c0eb9(0x246)](_0x775e04);const _0x52510e=_0x19e22e[_0x3c0eb9(0xd8)](_0x48710c=>!_0x48710c[_0x3c0eb9(0x110)]&&_0x3c0eb9(0xf2)!=_0x48710c[_0x3c0eb9(0x1b2)]),_0x25e6cf=this[_0x3c0eb9(0x236)]({'skipNotAttached':!0x0})[_0x3c0eb9(0xd8)](_0x1ef424=>!_0x1ef424[_0x3c0eb9(0x110)]&&_0x3c0eb9(0xf2)!=_0x1ef424[_0x3c0eb9(0x1b2)]),_0x516ca8=_0x25e6cf[_0x3c0eb9(0xd8)](_0xc36cbc=>!_0x4926b1[_0x3c0eb9(0x178)](_0xc36cbc)),_0x27d25e=new Map(_0x25e6cf[_0x3c0eb9(0x223)](_0x5389aa=>[_0x5389aa,this[_0x3c0eb9(0x146)][_0x3c0eb9(0x171)](_0x5389aa[_0x3c0eb9(0x1b2)],_0x5389aa[_0x3c0eb9(0xe8)],_0x3c0eb9(0x219))])),_0x5b0dd4=new Map(_0x25e6cf[_0x3c0eb9(0x223)](_0x23b1d1=>[_0x23b1d1,_0x23b1d1[_0x3c0eb9(0x250)]()])),_0x43560f=new Set(),_0x3da544=new Set();for(let _0x1fefdb=0x0;_0x1fefdb<_0x52510e[_0x3c0eb9(0x17b)];_0x1fefdb++)_0x45bed8(_0x52510e[_0x1fefdb],_0x52510e,_0x1fefdb+0x1);for(let _0x4d96dc=0x0;_0x4d96dc<_0x52510e[_0x3c0eb9(0x17b)];_0x4d96dc++)_0x45bed8(_0x52510e[_0x4d96dc],_0x516ca8,0x0);const _0x8254e0=new Set();for(let _0x4aa1d2=0x0;_0x4aa1d2<_0x52510e[_0x3c0eb9(0x17b)];_0x4aa1d2++){const _0x463fd2=_0x52510e[_0x4aa1d2];!_0x3da544[_0x3c0eb9(0x178)](_0x463fd2)&&_0x463fd2[_0x3c0eb9(0x20e)]&&(_0x8254e0[_0x3c0eb9(0x1a6)](_0x463fd2[_0x3c0eb9(0x20e)]),_0x463fd2[_0x3c0eb9(0x20e)][_0x3c0eb9(0x213)]===_0x463fd2&&(_0x463fd2[_0x3c0eb9(0x20e)][_0x3c0eb9(0x213)]=null),_0x463fd2[_0x3c0eb9(0x20e)]=null),!_0x43560f[_0x3c0eb9(0x178)](_0x463fd2)&&_0x463fd2[_0x3c0eb9(0x213)]&&(_0x8254e0[_0x3c0eb9(0x1a6)](_0x463fd2[_0x3c0eb9(0x213)]),_0x463fd2[_0x3c0eb9(0x213)][_0x3c0eb9(0x20e)]===_0x463fd2&&(_0x463fd2[_0x3c0eb9(0x213)][_0x3c0eb9(0x20e)]=null),_0x463fd2[_0x3c0eb9(0x213)]=null);}function _0x45bed8(_0x1f49d2,_0x532e5a,_0x1caa77){const _0x215321=_0x3c0eb9;for(let _0x4dbad0=_0x1caa77;_0x4dbad0<_0x532e5a[_0x215321(0x17b)];_0x4dbad0++){const _0x1fa613=_0x2f9517(_0x1f49d2,_0x532e5a[_0x4dbad0]);_0x1fa613&&(_0x1fa613[0x0][_0x215321(0x213)]=_0x1fa613[0x1],_0x1fa613[0x1][_0x215321(0x20e)]=_0x1fa613[0x0],_0x43560f[_0x215321(0x1a6)](_0x1fa613[0x0]),_0x3da544[_0x215321(0x1a6)](_0x1fa613[0x1]));}}function _0x2f9517(_0x4356f8,_0x327648){const _0x439c38=_0x3c0eb9;if(_0x4356f8[_0x439c38(0x240)]['id']!==_0x327648[_0x439c38(0x240)]['id'])return null;const _0x4c8c64=_0x27d25e[_0x439c38(0x25c)](_0x4356f8)(_0x4356f8,_0x327648,_0x5b0dd4[_0x439c38(0x25c)](_0x4356f8),_0x5b0dd4[_0x439c38(0x25c)](_0x327648));if(!_0x4c8c64)return null;return _0x27d25e[_0x439c38(0x25c)](_0x327648)(_0x4356f8,_0x327648,_0x5b0dd4[_0x439c38(0x25c)](_0x4356f8),_0x5b0dd4[_0x439c38(0x25c)](_0x327648))?_0x4c8c64[0x1][_0x439c38(0x27e)]&&_0x4c8c64[0x1][_0x439c38(0x27e)][_0x439c38(0x17b)]?null:_0x4c8c64:null;}_0x8254e0[_0x3c0eb9(0xf1)]&&this[_0x3c0eb9(0xed)](_0x8254e0);}[_0x19fd03(0x246)](_0x4e4232){const _0x3aa9f3=_0x19fd03;if(0x0==_0x4e4232[_0x3aa9f3(0x17b)])return;const _0x17fc3a=this[_0x3aa9f3(0x236)]({'skipNotAttached':!0x0})[_0x3aa9f3(0xd8)](_0x3c90c0=>_0x3aa9f3(0xf2)==_0x3c90c0[_0x3aa9f3(0x1b2)]&&_0x3c90c0[_0x3aa9f3(0x1a7)]),_0x2cc4d7=[],_0x55f8d2=new Map();for(const _0x4b975b of _0x17fc3a){const _0x15a3ba=_0x4f943b(_0x4b975b[_0x3aa9f3(0x10b)]);_0x55f8d2[_0x3aa9f3(0x178)](_0x15a3ba)||(_0x55f8d2[_0x3aa9f3(0x216)](_0x15a3ba,_0x2cc4d7[_0x3aa9f3(0x17b)]),_0x2cc4d7[_0x3aa9f3(0x24a)]([]));const _0x50f77f=_0x55f8d2[_0x3aa9f3(0x25c)](_0x15a3ba);_0x2cc4d7[_0x50f77f][_0x3aa9f3(0x24a)](_0x4b975b);}!(function(){const _0x48ae35=_0x3aa9f3;_0x2cc4d7[_0x48ae35(0x130)]((_0x5952a6,_0x6dc491)=>{const _0x30501e=_0x48ae35,_0x1f5f36=_0x5952a6[0x0][_0x30501e(0x1a1)],_0x384102=_0x6dc491[0x0][_0x30501e(0x1a1)];return _0x1f5f36==_0x384102?_0x5952a6[0x0][_0x30501e(0x10b)][_0x30501e(0x251)]<_0x6dc491[0x0][_0x30501e(0x10b)][_0x30501e(0x251)]?-0x1:0x1:_0x1f5f36<_0x384102?-0x1:0x1;});for(const _0x41b3ef of _0x2cc4d7)_0x41b3ef[_0x48ae35(0x130)]((_0x4a30a4,_0x1c2f30)=>_0x4a30a4['id']<_0x1c2f30['id']?-0x1:0x1);}());for(let _0x1fb03e=0x0;_0x1fb03e<_0x2cc4d7[_0x3aa9f3(0x17b)];_0x1fb03e++){if(0x0==_0x2cc4d7[_0x1fb03e][_0x3aa9f3(0x17b)])continue;const _0x3b2833=[];for(let _0xbae782=_0x1fb03e+0x1;_0xbae782<_0x2cc4d7[_0x3aa9f3(0x17b)];_0xbae782++)0x0!=_0x2cc4d7[_0xbae782][_0x3aa9f3(0x17b)]&&_0x36f5b4(_0x2cc4d7[_0x1fb03e],_0x2cc4d7[_0xbae782])&&_0x3b2833[_0x3aa9f3(0x24a)](_0xbae782);for(const _0x1cf45e of _0x3b2833)_0x2cc4d7[_0x1fb03e]=_0x2cc4d7[_0x1fb03e][_0x3aa9f3(0x1ca)](_0x2cc4d7[_0x1cf45e]),_0x2cc4d7[_0x1cf45e]=[];}for(const _0x3d5cfc of _0x2cc4d7)for(let _0x467996=0x0;_0x467996<_0x3d5cfc[_0x3aa9f3(0x17b)];_0x467996++)_0x3d5cfc[_0x467996][_0x3aa9f3(0x213)]=_0x3d5cfc[_0x467996+0x1]||null;for(const _0x406936 of _0x2cc4d7)for(let _0x236436=0x0;_0x236436<_0x406936[_0x3aa9f3(0x17b)];_0x236436++)_0x406936[_0x236436][_0x3aa9f3(0x20e)]=_0x406936[_0x236436-0x1]||null;function _0x36f5b4(_0x3ff9ea,_0x5e63fd){const _0x2842e2=_0x3aa9f3;if(_0x3ff9ea[0x0][_0x2842e2(0x10b)][_0x2842e2(0x251)]!==_0x5e63fd[0x0][_0x2842e2(0x10b)][_0x2842e2(0x251)]&&_0x3ff9ea[0x0][_0x2842e2(0x240)]!==_0x5e63fd[0x0][_0x2842e2(0x240)])return!0x1;if(!function(_0x238631,_0x3164ba){const _0xe596b5=_0x2842e2;if(!_0x238631[_0xe596b5(0x271)]&&!_0x3164ba[_0xe596b5(0x271)])return!0x0;if(_0x238631[_0xe596b5(0x271)]&&_0x3164ba[_0xe596b5(0x271)])return!0x1;if(_0x238631[_0xe596b5(0x271)]&&_0x3164ba[_0xe596b5(0x1a1)]<_0x238631[_0xe596b5(0x27e)][_0xe596b5(0x1d2)][_0xe596b5(0x25c)](0x0)[_0xe596b5(0x1a1)])return!0x0;if(_0x3164ba[_0xe596b5(0x271)]&&_0x238631[_0xe596b5(0x1a1)]<_0x3164ba[_0xe596b5(0x27e)][_0xe596b5(0x1d2)][_0xe596b5(0x25c)](0x0)[_0xe596b5(0x1a1)])return!0x0;return!0x1;}(_0x3ff9ea[0x0],_0x5e63fd[0x0]))return!0x1;const _0x370d13=_0x6b8dd2(_0x3ff9ea[0x0][_0x2842e2(0x10b)],_0x2842e2(0x251)),_0x5ee34c=_0x6b8dd2(_0x5e63fd[0x0][_0x2842e2(0x10b)],_0x2842e2(0x251));if(!_0x5eb54e(_0x370d13,_0x5ee34c))return!0x1;return!!_0x3ff9ea[_0x2842e2(0x256)](_0xb1d96b=>_0x5e63fd[_0x2842e2(0x18b)](_0x3c4736=>_0xb1d96b[_0x2842e2(0x250)]()[_0x2842e2(0x184)](_0x3c4736[_0x2842e2(0x250)]())))&&_0x5e63fd[_0x2842e2(0x256)](_0x567d8a=>_0x3ff9ea[_0x2842e2(0x18b)](_0xd0767d=>_0x567d8a[_0x2842e2(0x250)]()[_0x2842e2(0x184)](_0xd0767d[_0x2842e2(0x250)]())));}}[_0x19fd03(0x1c5)](_0x3199e7){const _0x4aae86=_0x19fd03,_0x586dac=Array[_0x4aae86(0x1cf)](_0x3199e7),_0x56a997=this[_0x4aae86(0x236)]({'skipNotAttached':!0x0}),_0x2049cb=_0x56a997[_0x4aae86(0xd8)](_0xf6b666=>!_0x3199e7[_0x4aae86(0x178)](_0xf6b666)),_0x54af94=new Map(_0x586dac[_0x4aae86(0x223)](_0x14a6a4=>[_0x14a6a4,this[_0x4aae86(0x146)][_0x4aae86(0x171)](_0x14a6a4[_0x4aae86(0x1b2)],_0x14a6a4[_0x4aae86(0xe8)],_0x4aae86(0x232))])),_0x502e21=new Map(_0x56a997[_0x4aae86(0x223)](_0x4537b2=>[_0x4537b2,_0x4537b2[_0x4aae86(0x113)]()]));for(let _0x12eecb=0x0;_0x12eecb<_0x586dac[_0x4aae86(0x17b)];_0x12eecb++){if(_0x5245bd(this,_0x586dac[_0x12eecb],_0x586dac,_0x12eecb+0x1))return!0x0;}for(let _0x2d943b=0x0;_0x2d943b<_0x586dac[_0x4aae86(0x17b)];_0x2d943b++){if(_0x5245bd(this,_0x586dac[_0x2d943b],_0x2049cb,0x0))return!0x0;}return!0x1;function _0x5245bd(_0x29b11f,_0x288e2d,_0x954559,_0x3505ed){const _0x409094=_0x4aae86;for(let _0x1333d5=_0x3505ed;_0x1333d5<_0x954559[_0x409094(0x17b)];_0x1333d5++){const _0x2d0c9f=_0x954559[_0x1333d5];if(_0x2d0c9f[_0x409094(0x1b2)]!==_0x288e2d[_0x409094(0x1b2)]||_0x2d0c9f[_0x409094(0x240)]['id']!==_0x288e2d[_0x409094(0x240)]['id']||_0x2d0c9f[_0x409094(0xe8)]!==_0x288e2d[_0x409094(0xe8)])continue;if(!Pt(_0x288e2d,_0x2d0c9f,[_0x409094(0x251)]))continue;if(_0x409094(0xf2)==_0x288e2d[_0x409094(0x1b2)]&&_0x288e2d[_0x409094(0x1c7)][_0x409094(0xee)]!=_0x2d0c9f[_0x409094(0x1c7)][_0x409094(0xee)])continue;if(_0x409094(0xf2)==_0x288e2d[_0x409094(0x1b2)]&&_0x29b11f[_0x409094(0x22c)](_0x288e2d[_0x409094(0x1c7)][_0x409094(0x1bb)]))continue;if(_0x409094(0x211)==_0x288e2d[_0x409094(0x1b2)]){const _0x1305c0=_0x29b11f[_0x409094(0x175)][_0x409094(0x1cc)],_0x2ef9a0=_0x288e2d[_0x409094(0x1b9)]();if(_0x2ef9a0&&(_0x1305c0[_0x409094(0x1ea)][_0x409094(0x12f)](_0x2ef9a0)||_0x1305c0[_0x409094(0x1ea)][_0x409094(0x106)](_0x2ef9a0)))continue;}const _0x909208=_0x54af94[_0x409094(0x25c)](_0x288e2d),_0x5a5795=_0x502e21[_0x409094(0x25c)](_0x288e2d),_0x39499=_0x502e21[_0x409094(0x25c)](_0x2d0c9f),_0x2f2198=_0x288e2d[_0x409094(0x27e)]&&_0x288e2d[_0x409094(0x27e)][_0x409094(0x17b)],_0x285326=_0x2d0c9f[_0x409094(0x27e)]&&_0x2d0c9f[_0x409094(0x27e)][_0x409094(0x17b)];if(!_0x2f2198&&_0x909208(_0x39499,_0x5a5795))return _0x29b11f[_0x409094(0xdb)](_0x2d0c9f,_0x288e2d),_0x502e21[_0x409094(0x1fa)](_0x288e2d),!0x0;if(!_0x285326&&_0x909208(_0x5a5795,_0x39499))return _0x29b11f[_0x409094(0xdb)](_0x288e2d,_0x2d0c9f),_0x502e21[_0x409094(0x1fa)](_0x2d0c9f),!0x0;}return!0x1;}}[_0x19fd03(0xdb)](_0xf7272b,_0x5a4bb6){const _0x279b7e=_0x19fd03;if(_0xf7272b[_0x279b7e(0x110)]){for(const _0x8ef704 of _0x5a4bb6[_0x279b7e(0x113)]())_0xf7272b[_0x279b7e(0x1dd)](_0x8ef704);}else{const _0x5217f3=_0x5a4bb6[_0x279b7e(0x250)]()[_0x279b7e(0x1d4)];this[_0x279b7e(0x258)](_0xf7272b,this[_0x279b7e(0x1b6)][_0x279b7e(0x16c)](_0xf7272b[_0x279b7e(0x250)]()[_0x279b7e(0x272)],_0x5217f3));}_0x5a4bb6[_0x279b7e(0x257)]();}[_0x19fd03(0x260)](_0x4141a7,_0x98198b){const _0x5358ea=_0x19fd03,_0x95c1fe=_0x4141a7[_0x5358ea(0x1b8)](_0x5358ea(0x10f))||_0x4141a7[_0x5358ea(0x1b8)](_0x5358ea(0xf2))?_0x5358ea(0x11a):_0x4141a7[_0x5358ea(0x1da)]();return _0xe5b8b9(this[_0x5358ea(0x175)][_0x5358ea(0x20c)],_0x98198b+'_'+_0x95c1fe+_0x5358ea(0x1c0));}[_0x19fd03(0x1d1)](){const _0x23b0b4=_0x19fd03,_0x15c67a=this[_0x23b0b4(0x175)];_0x1b08f5(this[_0x23b0b4(0x1b6)],({left:_0x212bef,entered:_0xb3344b})=>{const _0x5f5739=_0x23b0b4,_0x10d5a4=[];for(const _0x56e6a0 of _0x212bef){const {group:_0x706ddb,type:_0x5177fd}=this[_0x5f5739(0x151)](_0x56e6a0[_0x5f5739(0xd6)]);if(_0x5f5739(0x145)===_0x706ddb){_0x10d5a4[_0x5f5739(0x24a)](this[_0x5f5739(0x260)](_0x5177fd,_0x5f5739(0x128)));break;}}for(const _0x5ca250 of _0xb3344b){const {group:_0x26a46e,type:_0xfb1d74}=this[_0x5f5739(0x151)](_0x5ca250[_0x5f5739(0xd6)]);if(_0x5f5739(0x145)===_0x26a46e){_0x10d5a4[_0x5f5739(0x24a)](this[_0x5f5739(0x260)](_0xfb1d74,_0x5f5739(0xf5)));break;}}_0x10d5a4[_0x5f5739(0x17b)]&&_0x15c67a['ui'][_0x5f5739(0x226)][_0x5f5739(0x116)](_0x5f5739(0x1e4),_0x10d5a4[_0x5f5739(0x232)]('\x20'));});}[_0x19fd03(0x138)](_0x2c9c93){const _0x47e4f7=_0x19fd03;if(this[_0x47e4f7(0x18f)])return!0x1;const _0x248277=this[_0x47e4f7(0x175)],_0x57f6ff=_0x248277[_0x47e4f7(0x1cc)][_0x47e4f7(0x27a)][_0x47e4f7(0x1e8)][_0x47e4f7(0xe2)]();if(0x0==_0x57f6ff[_0x47e4f7(0x17b)])return!0x1;const _0x59a713=[],_0x95602c=_0x57f6ff[_0x47e4f7(0xd8)](_0x1accd8=>_0x47e4f7(0xf2)==_0x1accd8[_0x47e4f7(0x1b2)]),_0x73ce9c=_0x57f6ff[_0x47e4f7(0xd8)](_0x521c66=>_0x47e4f7(0x1f5)==_0x521c66[_0x47e4f7(0x1b2)]&&_0x47e4f7(0x115)!=_0x521c66[_0x47e4f7(0xd6)]),_0x17da59=_0x57f6ff[_0x47e4f7(0xd8)](_0x27ada2=>_0x47e4f7(0x262)==_0x27ada2[_0x47e4f7(0x1b2)]&&_0x47e4f7(0x115)!=_0x27ada2[_0x47e4f7(0xd6)]);for(const _0x52ca44 of _0x95602c)_0x59a713[_0x47e4f7(0x24a)]({'key':_0x52ca44[_0x47e4f7(0xfa)],'newValue':_0x52ca44[_0x47e4f7(0x254)],'oldValue':_0x52ca44[_0x47e4f7(0x1d6)],'range':Ot(_0x52ca44[_0x47e4f7(0x162)],_0x248277[_0x47e4f7(0x1cc)])});for(const _0x14748e of _0x73ce9c){const _0x14b993=_0x17da59[_0x47e4f7(0x13f)](_0x3b9cc5=>_0x3b9cc5[_0x47e4f7(0x16e)][_0x47e4f7(0x184)](_0x14748e[_0x47e4f7(0x16e)]));_0x14b993&&_0x59a713[_0x47e4f7(0x24a)]({'key':_0x47e4f7(0x10c),'newValue':_0x14748e[_0x47e4f7(0xd6)],'oldValue':_0x14b993[_0x47e4f7(0xd6)],'range':_0x248277[_0x47e4f7(0x1cc)][_0x47e4f7(0x18e)](_0x14748e[_0x47e4f7(0x16e)][_0x47e4f7(0x15c)])});}return 0x0!=_0x59a713[_0x47e4f7(0x17b)]&&this[_0x47e4f7(0x179)](_0x2c9c93,_0x59a713);}[_0x19fd03(0x14d)](_0x5586a3){const _0x1b029f=_0x19fd03;let _0x4ccbcc=!0x1;const _0x5b160b=this[_0x1b029f(0x175)][_0x1b029f(0x1cc)][_0x1b029f(0x27a)][_0x1b029f(0x1e8)][_0x1b029f(0x23b)]()[_0x1b029f(0xd8)](_0x353a70=>_0x353a70[_0x1b029f(0x1c7)][_0x1b029f(0x189)]&&_0x353a70[_0x1b029f(0xd6)][_0x1b029f(0x1b8)](_0x1b029f(0x23c)));for(const _0x4651c9 of _0x5b160b){const {subType:_0x553f81,id:_0x263fe8}=this[_0x1b029f(0x151)](_0x4651c9[_0x1b029f(0xd6)]),_0x30d1ab=_0x553f81[_0x1b029f(0x196)]('|')[0x0];for(const _0xf8a93d of this[_0x1b029f(0x236)]({'skipNotAttached':!0x0}))_0xf8a93d['id']!=_0x263fe8&&_0x1b029f(0xf2)==_0xf8a93d[_0x1b029f(0x1b2)]&&_0xf8a93d[_0x1b029f(0x1c7)]&&_0xf8a93d[_0x1b029f(0x1c7)][_0x1b029f(0x1bb)]==_0x30d1ab&&_0xf8a93d[_0x1b029f(0x250)]()[_0x1b029f(0x235)](_0x4651c9[_0x1b029f(0x1c7)][_0x1b029f(0x189)])&&(this[_0x1b029f(0x24e)](_0xf8a93d,_0x4651c9[_0x1b029f(0x1c7)][_0x1b029f(0x189)],_0x5586a3),_0x4ccbcc=!0x0);}return _0x4ccbcc;}[_0x19fd03(0x163)](_0x3a56d8){const _0xe4fc4e=_0x19fd03;this[_0xe4fc4e(0x175)],(this[_0xe4fc4e(0x18f)]=!0x0,_0x3a56d8());}[_0x19fd03(0xff)](_0x342ca8){const _0x2bc576=_0x19fd03,_0x3b7def=this[_0x2bc576(0x22c)](_0x342ca8),_0xa9911e=this[_0x2bc576(0x172)][_0x2bc576(0x178)](_0x342ca8);return _0x3b7def||_0xa9911e;}[_0x19fd03(0x179)](_0x8f7b6c,_0x1e7133){const _0x49461b=_0x19fd03;if(0x0==_0x1e7133[_0x49461b(0x17b)])return!0x1;let _0x11757d=!0x1;for(const _0x509aa0 of _0x1e7133){const _0x38cd43=this[_0x49461b(0x209)](_0x509aa0[_0x49461b(0x162)],_0x49461b(0xf2))[_0x49461b(0xd8)](_0x18809a=>!_0x18809a[_0x49461b(0x277)][_0x49461b(0x25b)])[_0x49461b(0x223)](_0x250b3c=>_0x250b3c[_0x49461b(0x145)]),_0x2b0f4f=_0x4f943b({'newValue':_0x509aa0[_0x49461b(0x22a)]});_0x38cd43[_0x49461b(0xd8)](_0xd9986b=>{const _0x388639=_0x49461b,[_0x571508,_0x5cdb21]=_0xd9986b[_0x388639(0xe8)][_0x388639(0x196)]('|');return _0x571508==_0x509aa0[_0x388639(0x1bb)]&&_0x5cdb21!=_0x2b0f4f;})[_0x49461b(0x188)](_0x510426=>{const _0x315acf=_0x49461b;this[_0x315acf(0x24e)](_0x510426,_0x509aa0[_0x315acf(0x162)],_0x8f7b6c),_0x11757d=!0x0;});}return _0x11757d;}[_0x19fd03(0x24e)](_0x3d5286,_0x1d37a9,_0x5f4a71){const _0x536c37=_0x19fd03,_0x5b70e6=_0x3d5286[_0x536c37(0x250)]()[_0x536c37(0xda)](_0x1d37a9);0x0!==_0x5b70e6[_0x536c37(0x17b)]?0x1!==_0x5b70e6[_0x536c37(0x17b)]?this[_0x536c37(0x1c3)](_0x3d5286,_0x1d37a9[_0x536c37(0x272)],_0x1d37a9[_0x536c37(0x1d4)]):this[_0x536c37(0x258)](_0x3d5286,_0x5b70e6[0x0]):_0x5f4a71[_0x536c37(0x119)](_0x3d5286[_0x536c37(0x160)]());}}class xt{constructor(_0xb44c90){const _0x24253d=_0x19fd03;this[_0x24253d(0x187)]=_0xb44c90,this[_0x24253d(0x1b6)]=_0xb44c90[_0x24253d(0x1cc)],this[_0x24253d(0x135)]=new Map(),this[_0x24253d(0x12a)]=new Map(),this[_0x24253d(0x16a)]();}[_0x19fd03(0xe6)](_0x95718f,_0x498458,_0x273514,_0x43c23a,_0x12811a,_0x380435){const _0x11e96b=_0x19fd03;return new _0x443fee(this[_0x11e96b(0x1b6)],{'type':_0x95718f,'subType':_0x498458,'id':_0x273514,'author':_0x43c23a,'creator':_0x43c23a,'attributes':_0x12811a,'onAttributesChange':_0x380435,'onAccept':(..._0x380c59)=>this[_0x11e96b(0x171)](_0x95718f,_0x498458,_0x11e96b(0x1a2))(..._0x380c59),'onDiscard':(..._0x24e689)=>this[_0x11e96b(0x171)](_0x95718f,_0x498458,_0x11e96b(0x1ae))(..._0x24e689)});}[_0x19fd03(0x1e9)](_0x3375f9,_0x45a2fa,_0x5c81e4,_0x2fdcb0){const _0x2fa400=_0x19fd03,_0x1aea68=_0x3375f9+':'+_0x45a2fa+':'+_0x5c81e4;this[_0x2fa400(0x135)][_0x2fa400(0x216)](_0x1aea68,_0x2fdcb0);}[_0x19fd03(0x171)](_0x535ced,_0x376e54,_0x53c52d){const _0x5b023d=_0x19fd03,_0x194b95=_0x535ced+':'+_0x376e54+':'+_0x53c52d;return this[_0x5b023d(0x135)][_0x5b023d(0x25c)](_0x194b95)||this[_0x5b023d(0x12a)][_0x5b023d(0x25c)](_0x535ced+':'+_0x53c52d);}[_0x19fd03(0x16a)](){const _0x541d52=_0x19fd03,_0x71619a=()=>!0x1,_0x2a6c1a=_0x6d5849=>{const _0x5b1fc0=_0x50a9;_0x6d5849[_0x5b1fc0(0x130)]((_0x2e1174,_0x40e98a)=>_0x2e1174[_0x5b1fc0(0x272)][_0x5b1fc0(0x14f)](_0x40e98a[_0x5b1fc0(0x272)])?0x1:-0x1),this[_0x5b1fc0(0x1b6)][_0x5b1fc0(0x225)](_0x5ef328=>{const _0x880f4d=_0x5b1fc0;for(const _0x43dbfc of _0x6d5849){let _0x3edf8b;_0x3edf8b=_0x43dbfc[_0x880f4d(0x1d4)][_0x880f4d(0x1c1)]&&_0x43dbfc[_0x880f4d(0x1d4)][_0x880f4d(0x190)]==_0x43dbfc[_0x880f4d(0x272)][_0x880f4d(0x15c)]?_0x5ef328[_0x880f4d(0x22b)](_0x43dbfc[_0x880f4d(0x272)][_0x880f4d(0x15c)],'on'):_0x5ef328[_0x880f4d(0x22b)](_0x43dbfc),this[_0x880f4d(0x1b6)][_0x880f4d(0x20a)](_0x3edf8b,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x529d39=(_0x52cc3e,_0x7e1777)=>{const _0x5cd2c0=_0x50a9;_0x7e1777&&this[_0x5cd2c0(0x1b6)][_0x5cd2c0(0x225)](_0x2203ad=>{const _0x13825c=_0x5cd2c0,{commandName:_0x3b184e,commandParams:_0xe693a4=[]}=_0x7e1777,_0xbf6dd2=_0x52cc3e[_0x13825c(0x223)](_0x42f6aa=>(Tt(_0x42f6aa)&&(_0x42f6aa=this[_0x13825c(0x1b6)][_0x13825c(0x16c)](_0x42f6aa[_0x13825c(0x1d4)])),_0x42f6aa))[_0x13825c(0xd8)](_0x4792b8=>_0x13825c(0x1a5)!==_0x4792b8[_0x13825c(0x231)][_0x13825c(0x1c2)]);if(_0xbf6dd2[_0x13825c(0x17b)]<0x1)return;const _0x2f875c=Array[_0x13825c(0x1cf)](this[_0x13825c(0x1b6)][_0x13825c(0x27a)][_0x13825c(0x234)][_0x13825c(0x113)]())[_0x13825c(0x223)](_0x3d4b49=>_0x1b6ab6[_0x13825c(0x21f)](_0x3d4b49));_0x2203ad[_0x13825c(0x13d)](_0xbf6dd2);for(const _0x378f35 of this[_0x13825c(0x187)][_0x13825c(0x269)][_0x13825c(0x269)]())_0x378f35[_0x13825c(0x1d5)]();_0xe693a4[_0x13825c(0x24a)]({'forceDefaultExecution':!0x0}),this[_0x13825c(0x187)][_0x13825c(0x21c)](_0x3b184e,..._0xe693a4);const _0x51f5d6=_0x2f875c[_0x13825c(0xd8)](_0x4e1f8d=>_0x13825c(0x1a5)!=_0x4e1f8d[_0x13825c(0x231)][_0x13825c(0x1c2)]);_0x51f5d6[_0x13825c(0x17b)]>0x0&&_0x2203ad[_0x13825c(0x13d)](_0x51f5d6);for(const _0x2e716b of _0x2f875c)_0x2e716b[_0x13825c(0x200)]();});},_0x34d498=(_0x5328b9,_0x4ae37b)=>0x1==_0x5328b9[_0x541d52(0x17b)]&&0x1==_0x4ae37b[_0x541d52(0x17b)]&&_0x5328b9[0x0][_0x541d52(0x1d4)][_0x541d52(0x184)](_0x4ae37b[0x0][_0x541d52(0x272)]),_0x27642e=(_0x7f9df9,_0x53a99b,_0x13a85e,_0x5eb2e2)=>Ft(_0x7f9df9,_0x53a99b,_0x13a85e,_0x5eb2e2,this[_0x541d52(0x1b6)])?[_0x7f9df9,_0x53a99b]:Ft(_0x53a99b,_0x7f9df9,_0x5eb2e2,_0x13a85e,this[_0x541d52(0x1b6)])?[_0x53a99b,_0x7f9df9]:null;this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x27b),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x173),_0x2a6c1a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x147),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1de),_0x27642e),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x20b),_0x2a6c1a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x149),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0xf8),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1e3),_0x27642e),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x13c),_0x529d39),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x186),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x10e),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x19e),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x14c),_0x529d39),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0xfb),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0xd2),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1f9),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x202),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x21d),(_0x800833,_0xa79107)=>{const _0x49cddd=_0x541d52;if(!_0xa79107)return;const _0x484b9f=this[_0x49cddd(0x187)][_0x49cddd(0x158)][_0x49cddd(0x25c)](p);this[_0x49cddd(0x1b6)][_0x49cddd(0x225)](_0x4adbcb=>{const _0x1fa363=_0x49cddd;if(_0x1fa363(0x10c)==_0xa79107[_0x1fa363(0x1bb)])for(const _0x1c9954 of _0x800833){const _0x177658=_0x1c9954[_0x1fa363(0x272)][_0x1fa363(0x15c)],_0x2b9241=_0xa79107[_0x1fa363(0xee)];_0x4adbcb[_0x1fa363(0x22e)](_0x177658,_0x2b9241);}else{if(_0x484b9f[_0x1fa363(0x22c)](_0xa79107[_0x1fa363(0x1bb)])){for(const _0x181060 of _0x800833)void 0x0!==_0xa79107[_0x1fa363(0xee)]?_0x4adbcb[_0x1fa363(0xe0)](_0xa79107[_0x1fa363(0x1bb)],_0xa79107[_0x1fa363(0xee)],_0x181060[_0x1fa363(0x272)][_0x1fa363(0x15c)]):_0x4adbcb[_0x1fa363(0x218)](_0xa79107[_0x1fa363(0x1bb)],_0x181060[_0x1fa363(0x272)][_0x1fa363(0x15c)]);}else{for(const _0x3c93f7 of _0x800833)_0xa79107[_0x1fa363(0xee)]?_0x4adbcb[_0x1fa363(0xe0)](_0xa79107[_0x1fa363(0x1bb)],_0xa79107[_0x1fa363(0xee)],_0x3c93f7):_0x4adbcb[_0x1fa363(0x218)](_0xa79107[_0x1fa363(0x1bb)],_0x3c93f7);}}});}),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1a0),_0x34d498);}}function Rt(_0x549314,_0x30aa8a,_0x21644f){const _0xad0f6e=_0x19fd03;for(const _0x3f1005 of _0x30aa8a[_0xad0f6e(0x190)][_0xad0f6e(0x1b0)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3f1005[_0xad0f6e(0x231)]==_0x3f1005)return!0x1;if(!_0x21644f[_0xad0f6e(0x26c)](_0x3f1005))return!0x1;if(_0x549314[_0xad0f6e(0x12f)](_0x3f1005)||_0x549314[_0xad0f6e(0x106)](_0x3f1005))return!0x0;}return!0x1;}function Tt(_0x59b8c8){const _0x38e13d=_0x19fd03;return _0x59b8c8[_0x38e13d(0x1d4)][_0x38e13d(0x190)]==_0x59b8c8[_0x38e13d(0x272)][_0x38e13d(0x15c)]&&_0x59b8c8[_0x38e13d(0x1d4)][_0x38e13d(0x1ac)];}function Et(_0x1d89dd,_0x5cb0db,_0x201640,_0x2a6d90){const _0x279ec3=_0x19fd03,_0xb627b3=_0x4bfadb=>!_0x4bfadb[_0x279ec3(0x265)]['is'](_0x279ec3(0x144))&&!_0x2a6d90[_0x279ec3(0x12f)](_0x4bfadb[_0x279ec3(0x265)]),_0x1de267=_0x1d89dd[_0x279ec3(0x272)][_0x279ec3(0xe5)](_0xb627b3),_0x377c46=_0x1d89dd[_0x279ec3(0x1d4)][_0x279ec3(0xe5)](_0xb627b3,{'direction':_0x279ec3(0x153)});return(!_0x1d89dd[_0x279ec3(0x272)][_0x279ec3(0x184)](_0x1de267)||!_0x1d89dd[_0x279ec3(0x1d4)][_0x279ec3(0x184)](_0x377c46))&&(_0x1de267[_0x279ec3(0x14f)](_0x377c46)?_0x201640[_0x279ec3(0xcf)](_0x5cb0db,{'range':_0x201640[_0x279ec3(0x16c)](_0x1de267,_0x377c46)}):_0x201640[_0x279ec3(0x119)](_0x5cb0db),!0x0);}function Vt(_0x2c9ded){return _0x4f943b(_0x2c9ded);}function Ut(_0x188089){const _0x38f5c7=_0x19fd03,_0x39bc5e=_0x188089[_0x38f5c7(0x272)][_0x38f5c7(0x15c)];return _0x39bc5e&&_0x39bc5e['is'](_0x38f5c7(0x191));}function Ot(_0x123a3f,_0x4a20c6){const _0x2309d9=_0x19fd03;return null==_0x123a3f[_0x2309d9(0x1d4)][_0x2309d9(0xf7)]&&_0x123a3f[_0x2309d9(0x1d4)][_0x2309d9(0x190)]==_0x123a3f[_0x2309d9(0x272)][_0x2309d9(0x15c)]?Gt(_0x123a3f[_0x2309d9(0x272)][_0x2309d9(0x15c)],_0x4a20c6):_0x123a3f;}function Gt(_0x5142bd,_0x44524c){const _0x10891a=_0x19fd03,_0x154753=_0x44524c[_0x10891a(0x1ea)][_0x10891a(0x12f)](_0x5142bd)||_0x44524c[_0x10891a(0x1ea)][_0x10891a(0x16b)](_0x5142bd);return _0x44524c[_0x10891a(0x16c)](_0x44524c[_0x10891a(0x274)](_0x5142bd,_0x10891a(0x14e)),_0x154753?_0x44524c[_0x10891a(0x1d7)](_0x5142bd):_0x44524c[_0x10891a(0x274)](_0x5142bd,_0x10891a(0x1d4)));}function Ft(_0x23b582,_0x34f1e0,_0x4a22f2,_0x29e972,_0x488dd7){const _0x21ee16=_0x19fd03;if(!Pt(_0x23b582,_0x34f1e0))return!0x1;if(_0x4a22f2[_0x21ee16(0x1d4)][_0x21ee16(0x184)](_0x29e972[_0x21ee16(0x272)]))return!0x0;if(_0x23b582[_0x21ee16(0x1b2)]!=_0x34f1e0[_0x21ee16(0x1b2)])return!0x1;if(!_0x4a22f2[_0x21ee16(0x1d4)][_0x21ee16(0x243)](_0x29e972[_0x21ee16(0x272)]))return!0x1;const _0x11b9d1=_0x488dd7[_0x21ee16(0x16c)](_0x4a22f2[_0x21ee16(0x1d4)],_0x29e972[_0x21ee16(0x272)])[_0x21ee16(0x1bc)]();for(const _0x42f0f7 of _0x11b9d1)if([_0x21ee16(0xf3),_0x21ee16(0x25d)][_0x21ee16(0x21a)](_0x42f0f7[_0x21ee16(0x1b2)])&&_0x488dd7[_0x21ee16(0x1ea)][_0x21ee16(0x106)](_0x42f0f7[_0x21ee16(0x265)]))return!0x1;return!0x0;}function Pt(_0x5cc6e1,_0x6182ff,_0x503839=[]){const _0x25a7f1=_0x19fd03;return!(!_0x5cc6e1[_0x25a7f1(0x1a7)]||!_0x6182ff[_0x25a7f1(0x1a7)])&&_0x5eb54e(_0x6b8dd2(_0x5cc6e1[_0x25a7f1(0x10b)],_0x503839),_0x6b8dd2(_0x6182ff[_0x25a7f1(0x10b)],_0x503839));}function Lt(_0x5d7a1a,_0x4c5533){const _0x50a74=_0x19fd03,_0x3b101b=Ht(_0x5d7a1a[_0x50a74(0x10b)]),_0x9b1136=Ht(_0x4c5533);if(!_0x5d7a1a[_0x50a74(0x1a7)])return!0x1;for(const _0xe4b48b of Object[_0x50a74(0x157)](_0x9b1136))if(!_0x5eb54e(_0x3b101b[_0xe4b48b],_0x9b1136[_0xe4b48b]))return!0x1;return!0x0;}function Ht(_0x2764a6){const _0x355395=_0x19fd03,_0x1da0b2=Object[_0x355395(0x1ec)]({},_0x2764a6);return delete _0x1da0b2[_0x355395(0x167)],delete _0x1da0b2[_0x355395(0x139)],_0x1da0b2;}
|
|
23
|
+
const _0x154439=_0x1ce2;(function(_0x17960f,_0x31ad4e){const _0x281a6b=_0x1ce2,_0x4ae7fb=_0x17960f();while(!![]){try{const _0x270696=-parseInt(_0x281a6b(0x188))/0x1+-parseInt(_0x281a6b(0x128))/0x2+parseInt(_0x281a6b(0x136))/0x3*(parseInt(_0x281a6b(0x24d))/0x4)+parseInt(_0x281a6b(0x1e9))/0x5+parseInt(_0x281a6b(0x1a6))/0x6+-parseInt(_0x281a6b(0x293))/0x7*(parseInt(_0x281a6b(0x209))/0x8)+parseInt(_0x281a6b(0x190))/0x9;if(_0x270696===_0x31ad4e)break;else _0x4ae7fb['push'](_0x4ae7fb['shift']());}catch(_0x338fd1){_0x4ae7fb['push'](_0x4ae7fb['shift']());}}}(_0x50e6,0xdcf29));import{Plugin as _0x2435f1,PendingActions as _0x2705f1}from'ckeditor5/src/core.js';import{LiveRange as _0x4df010}from'ckeditor5/src/engine.js';import{CKEditorError as _0xed878b,uid as _0x5ce529,priorities as _0x15b567,logWarning as _0x5e3030}from'ckeditor5/src/utils.js';import{toWidget as _0x46cb73}from'ckeditor5/src/widget.js';import{Users as _0x4a60a0,hashObject as _0xff7ae3,surroundingMarkersDetector as _0x4043ab}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x7b5b1a from'./commands/trackchangescommand.js';import _0x34077c from'./commands/acceptsuggestioncommand.js';import _0x3a47f8 from'./commands/discardsuggestioncommand.js';import _0x57bd57 from'./commands/executeonallsuggestionscommand.js';import _0x268022 from'./commands/executeonselectedsuggestionscommand.js';import _0x26a934 from'./suggestion.js';import _0x224205 from'./suggestiondescriptionfactory.js';import _0x2f4d7d from'./integrations/aiassistant.js';import _0x508b76 from'./integrations/alignment.js';import _0x140fd0 from'./integrations/basicstyles.js';import _0x26bd1c from'./integrations/blockquote.js';import _0x528b7d from'./integrations/casechange.js';function _0x50e6(){const _0x51643a=['enableReadOnlyMode','_joinWithAdjacentSuggestions','isInsideObject','toJSON','removeMarker:suggestion:attribute','getAncestors','forEach','_getMarkerAnnouncementText','12504aFmsVb','nodeBefore','dataReady','forceDefaultExecution','_joinSuggestions','_adapter','formatInline','length','_rangeIsInLocalUserInsertion','createSelection','_onDiscard','isIntersecting','consumable','track-changes-suggestion-data-mismatch','acceptSuggestion','getFirstRange','format','getCommentThread','upcast','some','$marker','refresh','dataToMarker','addUser','removeClass','mapper','isSelectable','track-changes-enable-command-twice','$textProxy','markDeletion','unbind','_descriptionFactory','_handleNewSuggestionMarker','_registerDefaultCallbacks','notReady','insert','after','suggestion-type','track-changes-adapter-missing-getsuggestion','previous','ready','requires','from','discardAllSuggestions','item','_reduceSuggestionAttributeRange','FORMATTING','_commentsRepository','_processAttributeSuggestions','insertion:accept','_suggestions','acceptSelectedSuggestions','_isDataLoaded','createRangeOn','comments','always','isExternal','getCustomProperty','getNearestSelectionRange','locale','deletion:chain','getAttribute','getWalker','addSuggestionData','_updateSuggestionData','_setSuggestionRange','values','_recordAttributeSuggestions','4cnZdis','enableCommand','getAllAdjacentSuggestions','formatBlock:chain','listenTo','toViewElement','isNextTo','oldRange','data-suggestion','multipleBlocks','chain','addMarker:suggestion','moveTargetPosition','collaboration.channelId','sort','differ','marker-count','_recordAttributeChanges','getShiftedBy','suggestion:','@external','_customCallbacks','end','init','insertion:discard','attributes','PENDING_ACTION_SUGGESTION','error-saving-suggestion-data-suggestion-discarded','_element','pop','trackChanges.mergeNestedSuggestions','low','_SUGGESTION_ANNOUNCEMENT','isInContent','split','editing','addClass','isUndo','insertion:','parent','removeAttribute','define','isLocal','suggestionChanged','updateMarker','markBlockFormat','createPositionAfter','getMultiRangeId','documentSelection','commandName','getContainedElement','attribute:join','_blockAttributeKeys','delete','size','_afterChanges','highest','getChanges','update:suggestion','resolve','track-changes-adapter-already-set','ck-suggestion-marker--active','change:_saved','formatInline:join','_addSuggestionMarker','markerName','head','removeComment','_trackFormatChanges','filter','4333coBOGf','deletion:','containsPosition','selection','type','model','editor','attributeOldValue','lowest','isDocumentOperation','_initAriaMarkerChangeAnnouncements','attribute:accept','isMultiRange','deletion:join','never','createdAt','attribute:discard','attribute:','startsWith','concat','formatInline:discard','_removeSuggestion','oldValue','markerNameToElements','isBlock','getUser','clone','stopListening','isCollapsed','groupId','_addThreadToSuggestion','insertion:chain','formatBlock:accept','acceptAllSuggestions','open','deleteContent','get','isRemovable','splitPosition','creator','assign','addMarkerName','addMarker:suggestion:attribute','authorName','track-changes-suggestion-not-found','range','getFirstMarker','hasComments','ck-suggestion-marker-formatInline','_cutOutSuggestionMarker','formatBlock:join','substring','_model','adapter','rejected','CommentsRepository','insertContent','$graveyard','suggestionUnloaded','getSuggestions','unbindElementFromMarkerName','getRanges','isTouching','attribute','markerToHighlight','isLimit','isOwn','elementToElement','897394AajRDW','rethrowUnexpectedError','keys','push','getChangedMarkers','removeMarker','substr','plugins','commands','getRange','pluginName','for','ck-suggestion-marker-formatBlock','containsItem','2310486TJwpqS','editingDowncast','join','getLastMatchingPosition','start','bindElementToMarker','group','element','isBefore','deletion:accept','discardSuggestion','createElement','_getAuthorFromId','root','track-changes-command-not-found','subType','move','containsRangeInObject','return','markerReady','nodeAfter','then','track-changes-user-not-found','fromRange','ck-suggestion-marker','change:activeMarkers','trackChangesCommand','_refreshSuggestionsChain','insertion:join','formatInline:','ariaLiveAnnouncer','accepted','warn','$elementName','buildSuggestion','setAttribute','find','_inlineAttributeKeys','removeMarkers','change:data','consume','tablePasteChainId','rename','skipNestingCheck','deletion:discard','trackChanges.trackFormatChanges','rootName','commentThread','markMultiRangeInsertion','document','value','key','createRange','name','updateSuggestion','_enabledCommands','_mergeNestedSuggestions','registerCustomCallback','getItems','widget','activeMarkers','has','map','schema','formatBlock','ck-suggestion-marker-','stop','config','_editor','newRange','fire','attributeKey','accept','isAtEnd','next','addHighlight','setTo','createPositionBefore','_breakSuggestionMarker','isAfter','forward','showSuggestionHighlights','1597670mpFgAi','_suggestionFactory','markInlineFormat','discardSelectedSuggestions','$text','isArray','reconvertMarker','markInsertion','3546045WIlMGX','discard','_enableDefaultAttributesIntegration','trackChanges','writer','markers','formatInline:accept','_defaultCallbacks','applyOperation','isIntersectingWithRange','removeMarker:suggestion:formatBlock','execute','markMultiRangeBlockFormat','howMany','dataDowncast','multi','suggestion:attribute:','ENTER','detach','remove','containsRange','high','8458452JkHYPt','formatBlock:discard','addMarker','addRange','addComment','getSuggestionCallback','attributeNewValue','position','_checkSuggestionCorrectness','conversion','deletion','authoredAt','addMarker:suggestion:formatBlock','_setSuggestionData','_reduceExistingSuggestions','data','includes','containerElement','catch','change','LEAVE','fetchCommentThread','_isRegisteredAttribute','hasCommentThread','suggestion','_isBlockAttribute','registerPostFixer','elementStart','isAtStart','splice','elementEnd','targetPosition','normal','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','fromCharCode','setSelection','set','createPositionAt','_registerBlockAttribute','options','_registerInlineAttribute','_findSuggestions','newValue','markAttributeChange','getSuggestion','_getAttributeKey','_processAttributeChanges','_getSuggestionData','TrackChangesEditing','unshift','isObject','createRangeIn','author','_isForcedDefaultExecutionBlock','removed','originalSuggestionId','external:','_saved','backward','toUpperCase','_createSuggestion','insertion','meta','enqueueChange','getMarkers','_splitMarkerName','batch','6724780HglEnv','PendingActions','isEqual','add','before','_suggestionState','Users','_refreshAttributeSuggestionsChain','default','every','addSuggestion','getIntersection','announce','markerToData','markMultiRangeDeletion','formatInline:chain','formatGroupId','hasSuggestion','formatBlock:','getDifference','clear','addCommentThread','suggestionLoaded','_getExternalAuthor'];_0x50e6=function(){return _0x51643a;};return _0x50e6();}import _0x40d0a6 from'./integrations/ckbox.js';import _0x2f303f from'./integrations/codeblock.js';import _0x574021 from'./integrations/comments.js';import _0x414891 from'./integrations/deletecommand.js';import _0x9be018 from'./integrations/list.js';import _0x3615d7 from'./integrations/listproperties.js';import _0x109622 from'./integrations/entercommand.js';import _0x14e0f9 from'./integrations/findandreplace.js';import _0xefa60 from'./integrations/font.js';import _0x49b9af from'./integrations/formatpainter.js';import _0x5e9310 from'./integrations/heading.js';import _0x2e40b2 from'./integrations/highlight.js';import _0x57476f from'./integrations/horizontalline.js';import _0x730a8d from'./integrations/htmlembed.js';import _0x3962b3 from'./integrations/image.js';import _0x4abff2 from'./integrations/imagereplace.js';import _0xc0ca0b from'./integrations/imagestyle.js';import _0x3b2f41 from'./integrations/importword.js';import _0x8dccba from'./integrations/indent.js';import _0x207425 from'./integrations/inputcommand.js';import _0x6c33a9 from'./integrations/link.js';import _0x51ea99 from'./integrations/legacylist.js';import _0x3db57f from'./integrations/legacylistproperties.js';import _0x42158e from'./integrations/mediaembed.js';import _0x30364e from'./integrations/mention.js';import _0x6ded4e from'./integrations/multilevellist.js';import _0x4a5ae1 from'./integrations/pagebreak.js';import _0x2bd3d7 from'./integrations/paragraph.js';import _0x3c311f from'./integrations/removeformat.js';import _0xff1898 from'./integrations/restrictededitingmode.js';import _0x4f2d53 from'./integrations/shiftentercommand.js';import _0x4b8364 from'./integrations/standardeditingmode.js';import _0x34af8e from'./integrations/style.js';import _0x13a7c8 from'./integrations/table.js';import _0x4d5771 from'./integrations/tablemergesplit.js';import _0x5f3f9f from'./integrations/tableheadings.js';import _0x5287dc from'./integrations/tableclipboard.js';import _0x59becd from'./integrations/tablecolumnresize.js';import _0x24b753 from'./integrations/template.js';import _0x10f16a from'./integrations/tableofcontents.js';import _0x5961a4 from'./integrations/title.js';import _0x52e7eb from'./integrations/undo.js';import _0x27548a from'./integrations/tablecaption.js';import _0x46547d from'./integrations/tableproperties.js';import{getTranslation as _0x508a3f}from'./utils/common-translations.js';import{isEqual as _0x33664a,omit as _0x1487af}from'lodash-es';export const renameAttributeKey=_0x154439(0x157);export default class p extends _0x2435f1{static get[_0x154439(0x232)](){const _0x4a2eab=_0x154439;return[_0x4a2eab(0x11b),_0x4a60a0,_0x2705f1,_0x2f4d7d,_0x508b76,_0x140fd0,_0x26bd1c,_0x40d0a6,_0x528b7d,_0x2f303f,_0x574021,_0x414891,_0x109622,_0x14e0f9,_0xefa60,_0x49b9af,_0x5e9310,_0x2e40b2,_0x57476f,_0x730a8d,_0x3962b3,_0xc0ca0b,_0x4abff2,_0x3b2f41,_0x8dccba,_0x207425,_0x51ea99,_0x3db57f,_0x6ded4e,_0x6c33a9,_0x9be018,_0x3615d7,_0x42158e,_0x30364e,_0x4a5ae1,_0x2bd3d7,_0x3c311f,_0xff1898,_0x4f2d53,_0x4b8364,_0x34af8e,_0x13a7c8,_0x4d5771,_0x5f3f9f,_0x27548a,_0x5287dc,_0x59becd,_0x10f16a,_0x46547d,_0x24b753,_0x5961a4,_0x52e7eb];}static get[_0x154439(0x132)](){const _0x2520f4=_0x154439;return _0x2520f4(0x1d6);}constructor(_0x348dfa){const _0x552994=_0x154439;function _0x466033(_0x440ce0){const _0x326586=_0x1ce2;return _0x440ce0[_0x326586(0x174)](_0x2cac08=>String[_0x326586(0x1c8)](_0x2cac08))[_0x326586(0x138)]('');}super(_0x348dfa),this[_0x552994(0x24c)]=!0x1,this[_0x552994(0x1ca)](_0x552994(0x172),[]),this['on'](_0x552994(0x14f),(_0x39763b,_0x5c8412,_0x84bd5,_0x254cfe)=>{const _0x417c05=_0x552994;this[_0x417c05(0x118)][_0x417c05(0x1b9)](()=>{const _0x58af87=_0x417c05;for(const _0x472b8e of[..._0x254cfe,..._0x84bd5])this[_0x58af87(0x118)][_0x58af87(0x195)][_0x58af87(0x173)](_0x472b8e)&&_0x348dfa[_0x58af87(0x270)][_0x58af87(0x18e)](_0x472b8e);});}),this[_0x552994(0x228)]=new _0x224205(this[_0x552994(0x299)][_0x552994(0x298)][_0x552994(0x175)],this[_0x552994(0x299)][_0x552994(0x244)]),this[_0x552994(0x20e)]=null,this[_0x552994(0x189)]=new xt(this[_0x552994(0x299)]),this[_0x552994(0x23b)]=new Map(),this[_0x552994(0x238)]=_0x348dfa[_0x552994(0x12f)][_0x552994(0x2b7)](_0x552994(0x11b)),this[_0x552994(0x16d)]=new Set(),this[_0x552994(0x118)]=this[_0x552994(0x299)][_0x552994(0x298)],this[_0x552994(0x1ee)]=new WeakMap(),this[_0x552994(0x1db)]=!0x1,this[_0x552994(0x281)]=new Set([_0x552994(0x157)]),this[_0x552994(0x15b)]=new Set(),_0x348dfa[_0x552994(0x179)][_0x552994(0x276)](_0x552994(0x163),_0x552994(0x1f1)),this[_0x552994(0x291)]=_0x348dfa[_0x552994(0x179)][_0x552994(0x2b7)](_0x552994(0x163)),_0x348dfa[_0x552994(0x179)][_0x552994(0x276)](_0x552994(0x26b),!0x0),this[_0x552994(0x16e)]=_0x348dfa[_0x552994(0x179)][_0x552994(0x2b7)](_0x552994(0x26b)),this[_0x552994(0x150)]=new _0x7b5b1a(_0x348dfa,this[_0x552994(0x16d)]),this[_0x552994(0x29d)](),this[_0x466033([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x466033([0x34,0x30,0x34,0x38,0x30,0x38,0x33,0x32]);}[_0x154439(0x264)](){const _0x380605=_0x154439,_0x2c472a=this[_0x380605(0x299)],_0xf290eb=(_0x2a963d,_0x102cb1)=>{const _0x2d254b=_0x380605;if(_0x2d254b(0x123)!=_0x2a963d)return _0x2d254b(0x177)+_0x2a963d;const _0x2af9f3=_0x102cb1[_0x2d254b(0x26f)]('|')[0x0];return this[_0x2d254b(0x1bf)](_0x2af9f3)?_0x2d254b(0x134):_0x2d254b(0x114);};_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x137))[_0x380605(0x124)]({'model':_0x380605(0x1be),'view':_0x10201c=>{const _0x1a85f9=_0x380605,{id:_0x1b4962,type:_0x2b04f7,subType:_0x132332}=this[_0x1a85f9(0x1e7)](_0x10201c[_0x1a85f9(0x28e)]),_0x4d00fa=[_0x1a85f9(0x14e),_0xf290eb(_0x2b04f7,_0x132332)];let _0x23e360=0xbb8;return this[_0x1a85f9(0x172)][_0x1a85f9(0x1b6)](_0x10201c[_0x1a85f9(0x28e)])&&(_0x4d00fa[_0x1a85f9(0x12b)](_0x1a85f9(0x28a)),_0x23e360=0xbc2),_0x1a85f9(0x1b0)==_0x2b04f7&&(_0x23e360+=0x5),{'classes':_0x4d00fa,'attributes':{'data-suggestion':_0x1b4962},'priority':_0x23e360};}}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x19e))[_0x380605(0x1ec)](_0x31e59b=>{const _0x393d83=_0x380605;_0x31e59b['on'](_0x393d83(0x258),(_0x2b8784,_0x1cc281,_0x46b369)=>{const _0x40b9a7=_0x393d83;if(!_0x46b369[_0x40b9a7(0x1cd)][_0x40b9a7(0x187)])return;const _0x24ddaf=_0x1cc281[_0x40b9a7(0x235)];if(!_0x24ddaf)return;const _0x485977=_0x46b369[_0x40b9a7(0x222)][_0x40b9a7(0x252)](_0x24ddaf);_0x2c472a[_0x40b9a7(0x298)][_0x40b9a7(0x175)][_0x40b9a7(0x1d8)](_0x24ddaf)&&_0x485977&&!_0x485977[_0x40b9a7(0x242)](_0x40b9a7(0x171))&&_0x485977['is'](_0x40b9a7(0x1b7))&&_0x46cb73(_0x485977,_0x46b369[_0x40b9a7(0x194)]);},{'priority':_0x393d83(0x1a5)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x19e))[_0x380605(0x124)]({'model':_0x380605(0x1be),'view':(_0x5c5373,_0x2cdaa6)=>{const _0x475bc8=_0x380605;if(!_0x2cdaa6[_0x475bc8(0x1cd)][_0x475bc8(0x187)])return null;const {type:_0x1d1070,subType:_0x48d74d}=this[_0x475bc8(0x1e7)](_0x5c5373[_0x475bc8(0x28e)]);return{'classes':[_0x475bc8(0x14e),_0xf290eb(_0x1d1070,_0x48d74d)],'priority':0xbb8};}});const _0x32097d=({showActiveMarkers:_0x3d9d96=!0x0,isAttributeSuggestion:_0x45fd8c=!0x1}={})=>(_0x1c2851,_0x250793,_0xb0f2d2)=>{const _0x3cacc3=_0x380605;if(!_0x250793[_0x3cacc3(0x235)])return;const {id:_0xf1890f}=this[_0x3cacc3(0x1e7)](_0x250793[_0x3cacc3(0x28e)]);if(_0x45fd8c){const _0x56cfa2=this[_0x3cacc3(0x23b)][_0x3cacc3(0x2b7)](_0xf1890f),_0x3de797=this[_0x3cacc3(0x1d3)](_0x56cfa2);if(!this[_0x3cacc3(0x1bf)](_0x3de797))return;}if(_0x250793[_0x3cacc3(0x235)]['is'](_0x3cacc3(0x296)))return void _0xb0f2d2[_0x3cacc3(0x215)][_0x3cacc3(0x15e)](_0x250793[_0x3cacc3(0x235)],_0x1c2851[_0x3cacc3(0x16b)]);const _0x12a18c=_0xb0f2d2[_0x3cacc3(0x222)][_0x3cacc3(0x252)](_0x250793[_0x3cacc3(0x235)]);if(_0x250793[_0x3cacc3(0x235)]['is'](_0x3cacc3(0x13d))&&_0x2c472a[_0x3cacc3(0x298)][_0x3cacc3(0x175)][_0x3cacc3(0x2ab)](_0x250793[_0x3cacc3(0x235)])&&!_0x12a18c[_0x3cacc3(0x242)](_0x3cacc3(0x181))){_0xb0f2d2[_0x3cacc3(0x194)][_0x3cacc3(0x271)]([_0x3cacc3(0x14e),_0x3cacc3(0x134)],_0x12a18c),_0xb0f2d2[_0x3cacc3(0x194)][_0x3cacc3(0x159)](_0x3cacc3(0x255),_0xf1890f,_0x12a18c),_0xb0f2d2[_0x3cacc3(0x222)][_0x3cacc3(0x13b)](_0x12a18c,_0x250793[_0x3cacc3(0x28e)]),_0x3d9d96&&(this[_0x3cacc3(0x172)][_0x3cacc3(0x1b6)](_0x250793[_0x3cacc3(0x28e)])?_0xb0f2d2[_0x3cacc3(0x194)][_0x3cacc3(0x271)](_0x3cacc3(0x28a),_0x12a18c):_0xb0f2d2[_0x3cacc3(0x194)][_0x3cacc3(0x221)](_0x3cacc3(0x28a),_0x12a18c));for(const _0x2b4718 of _0x2c472a[_0x3cacc3(0x298)][_0x3cacc3(0x1d9)](_0x250793[_0x3cacc3(0x235)])[_0x3cacc3(0x170)]())_0xb0f2d2[_0x3cacc3(0x215)][_0x3cacc3(0x15e)](_0x2b4718,_0x1c2851[_0x3cacc3(0x16b)]);_0xb0f2d2[_0x3cacc3(0x215)][_0x3cacc3(0x15e)](_0x250793[_0x3cacc3(0x235)],_0x1c2851[_0x3cacc3(0x16b)]);}};_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x19e))[_0x380605(0x1ec)](_0x13c4c6=>{const _0x255c47=_0x380605;_0x13c4c6['on'](_0x255c47(0x1b2),(_0xcb3e3b,_0x425ed3,_0x531123)=>{const _0x56748d=_0x255c47;_0x531123[_0x56748d(0x1cd)][_0x56748d(0x187)]&&_0x32097d({'showActiveMarkers':!0x1})(_0xcb3e3b,_0x425ed3,_0x531123);},{'priority':_0x255c47(0x285)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x19e))[_0x380605(0x1ec)](_0x368d72=>{const _0x484680=_0x380605;_0x368d72['on'](_0x484680(0x10e),(_0x53d69c,_0x3ecc61,_0x1a1f97)=>{const _0x3c4185=_0x484680;_0x1a1f97[_0x3c4185(0x1cd)][_0x3c4185(0x187)]&&_0x32097d({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x53d69c,_0x3ecc61,_0x1a1f97);},{'priority':_0x484680(0x285)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x19e))[_0x380605(0x1f6)]({'model':_0x380605(0x1be),'view':(_0x33e86b,_0x2a2b2d)=>_0x2a2b2d[_0x380605(0x1cd)][_0x380605(0x187)]?null:{'group':_0x380605(0x1be),'name':_0x33e86b[_0x380605(0x12e)](0xb)}}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x21b))[_0x380605(0x127)]({'view':{'name':_0x380605(0x1be),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x328614,{writer:_0x2a3c6b})=>{const _0x28763c=_0x380605;let _0x41f986=_0x28763c(0x260)+_0x328614[_0x28763c(0x246)](_0x28763c(0x22e))+':'+_0x328614[_0x28763c(0x246)]('id');return _0x328614[_0x28763c(0x246)](_0x28763c(0x25d))&&(_0x41f986+=':'+_0x328614[_0x28763c(0x246)](_0x28763c(0x25d))),_0x2a3c6b[_0x28763c(0x141)](_0x28763c(0x21d),{'data-name':_0x41f986});}}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x21b))[_0x380605(0x21f)]({'view':_0x380605(0x1be)}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x137))[_0x380605(0x1ec)](_0x35bcae=>{const _0xd91715=_0x380605;_0x35bcae['on'](_0xd91715(0x1b2),_0x32097d(),{'priority':_0xd91715(0x1a5)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x137))[_0x380605(0x1ec)](_0x6d26d=>{const _0x9b08de=_0x380605;_0x6d26d['on'](_0x9b08de(0x10e),_0x32097d({'isAttributeSuggestion':!0x0}),{'priority':_0x9b08de(0x1a5)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x137))[_0x380605(0x1ec)](_0x2d257d=>{const _0x3d4810=_0x380605;_0x2d257d['on'](_0x3d4810(0x19a),(_0x4ce73f,_0x3d6d44,_0x5b9000)=>{const _0x59c64b=_0x3d4810,_0x53120f=_0x5b9000[_0x59c64b(0x222)][_0x59c64b(0x2aa)](_0x3d6d44[_0x59c64b(0x28e)]);if(_0x53120f){for(const _0x1a6383 of _0x53120f)_0x1a6383[_0x59c64b(0x242)](_0x59c64b(0x181))||(_0x5b9000[_0x59c64b(0x194)][_0x59c64b(0x221)]([_0x59c64b(0x14e),_0x59c64b(0x134),_0x59c64b(0x28a)],_0x1a6383),_0x5b9000[_0x59c64b(0x194)][_0x59c64b(0x275)](_0x59c64b(0x255),_0x1a6383),_0x5b9000[_0x59c64b(0x222)][_0x59c64b(0x120)](_0x1a6383,_0x3d6d44[_0x59c64b(0x28e)]));}},{'priority':_0x3d4810(0x1a5)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x137))[_0x380605(0x1ec)](_0x3c7184=>{const _0x586f45=_0x380605;_0x3c7184['on'](_0x586f45(0x205),(_0x4aea9c,_0x5ee181,_0x4e553e)=>{const _0x4cd794=_0x586f45,_0x136741=_0x4e553e[_0x4cd794(0x222)][_0x4cd794(0x2aa)](_0x5ee181[_0x4cd794(0x28e)]);if(!_0x136741)return;const {id:_0xc8f40e}=this[_0x4cd794(0x1e7)](_0x5ee181[_0x4cd794(0x28e)]),_0x50a866=this[_0x4cd794(0x23b)][_0x4cd794(0x2b7)](_0xc8f40e),_0x11d1bf=this[_0x4cd794(0x1d3)](_0x50a866);if(this[_0x4cd794(0x1bf)](_0x11d1bf)){for(const _0x411d80 of _0x136741)_0x411d80[_0x4cd794(0x242)](_0x4cd794(0x181))||(_0x4e553e[_0x4cd794(0x194)][_0x4cd794(0x221)]([_0x4cd794(0x14e),_0x4cd794(0x134),_0x4cd794(0x28a)],_0x411d80),_0x4e553e[_0x4cd794(0x194)][_0x4cd794(0x275)](_0x4cd794(0x255),_0x411d80),_0x4e553e[_0x4cd794(0x222)][_0x4cd794(0x120)](_0x411d80,_0x5ee181[_0x4cd794(0x28e)]));}},{'priority':_0x586f45(0x1a5)});}),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)][_0x380605(0x1c0)](_0x5a63ab=>{const _0x2a6586=_0x380605;let _0x52497b=!0x1;const _0x57f2b6=Array[_0x2a6586(0x233)](_0x2c472a[_0x2a6586(0x298)][_0x2a6586(0x167)][_0x2a6586(0x25c)][_0x2a6586(0x12c)]()),_0x515636=new Set();for(const {name:_0x227aa8,data:_0x4f01b8}of _0x57f2b6){const {group:_0x4669b6,type:_0x399a13,subType:_0x3010d3,id:_0x495560}=this[_0x2a6586(0x1e7)](_0x227aa8);if(_0x2a6586(0x1be)!==_0x4669b6)continue;const _0x1ada50=this[_0x2a6586(0x23b)][_0x2a6586(0x2b7)](_0x495560);if(null!=_0x4f01b8[_0x2a6586(0x17b)]){_0x2a6586(0x20f)==_0x399a13&&(_0x52497b=_0x52497b||Et(_0x4f01b8[_0x2a6586(0x17b)],_0x227aa8,_0x5a63ab,_0x2c472a[_0x2a6586(0x298)][_0x2a6586(0x175)]));const _0x23c78e=_0x2a6586(0x123)==_0x399a13&&this[_0x2a6586(0x1bf)](_0x3010d3[_0x2a6586(0x26f)]('|')[0x0]);if(_0x4f01b8[_0x2a6586(0x17b)][_0x2a6586(0x2af)]||_0x2a6586(0x11d)==_0x4f01b8[_0x2a6586(0x17b)][_0x2a6586(0x143)][_0x2a6586(0x164)]||_0x2a6586(0x176)==_0x399a13&&!Ut(_0x4f01b8[_0x2a6586(0x17b)])||_0x23c78e&&!Ut(_0x4f01b8[_0x2a6586(0x17b)])||_0x2a6586(0x1b0)==_0x399a13&&!(!Tt(_0x545247=_0x4f01b8[_0x2a6586(0x17b)])&&!function(_0x3554fb){const _0x1cf970=_0x2a6586;return _0x3554fb[_0x1cf970(0x13a)][_0x1cf970(0x274)]==_0x3554fb[_0x1cf970(0x263)][_0x1cf970(0x20a)]&&_0x3554fb[_0x1cf970(0x13a)][_0x1cf970(0x17f)];}(_0x545247)))_0x5a63ab[_0x2a6586(0x12d)](_0x227aa8),_0x52497b=!0x0;else{if(!_0x1ada50||!_0x1ada50[_0x2a6586(0x26e)])continue;_0x515636[_0x2a6586(0x1ec)](_0x1ada50);}}}var _0x545247;return _0x515636[_0x2a6586(0x283)]>0x0&&(_0x52497b=!!this[_0x2a6586(0x202)](_0x515636)||_0x52497b),_0x52497b;}),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)][_0x380605(0x1c0)](_0x412728=>{const _0x11e9e4=_0x380605;let _0x45fb32=!0x1;for(const _0xe160c5 of _0x2c472a[_0x11e9e4(0x298)][_0x11e9e4(0x167)][_0x11e9e4(0x25c)][_0x11e9e4(0x286)]())if(_0x11e9e4(0x22c)==_0xe160c5[_0x11e9e4(0x297)])for(const _0xb5e97d of this[_0x11e9e4(0x23b)][_0x11e9e4(0x24b)]()){if(_0xb5e97d[_0x11e9e4(0x29f)]||!_0xb5e97d[_0x11e9e4(0x26e)])continue;const _0x433769=_0x11e9e4(0x176)==_0xb5e97d[_0x11e9e4(0x297)],_0x108434=this[_0x11e9e4(0x1d3)](_0xb5e97d),_0xfdde3e=_0x108434&&this[_0x11e9e4(0x1bf)](_0x108434);if(!_0x433769&&!_0xfdde3e)continue;const _0x8ba34d=_0xb5e97d[_0x11e9e4(0x218)]();if(_0x8ba34d[_0x11e9e4(0x13a)][_0x11e9e4(0x274)]!=_0x8ba34d[_0x11e9e4(0x263)][_0x11e9e4(0x274)]&&!_0x8ba34d[_0x11e9e4(0x263)][_0x11e9e4(0x17f)]){const _0x2a6e36=_0x2c472a[_0x11e9e4(0x298)][_0x11e9e4(0x1cb)](_0x8ba34d[_0x11e9e4(0x13a)][_0x11e9e4(0x14a)],_0x11e9e4(0x263)),_0x53f3ab=_0x2c472a[_0x11e9e4(0x298)][_0x11e9e4(0x16a)](_0x8ba34d[_0x11e9e4(0x13a)],_0x2a6e36);_0x412728[_0x11e9e4(0x279)](_0xb5e97d[_0x11e9e4(0x112)](),{'range':_0x53f3ab}),_0x45fb32=!0x0;}}return _0x45fb32;}),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)][_0x380605(0x1c0)](_0x1e4bb0=>this[_0x380605(0x1d4)](_0x1e4bb0)),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)][_0x380605(0x1c0)](_0xc969db=>!_0xc969db[_0x380605(0x1e8)][_0x380605(0x277)]&&this[_0x380605(0x239)](_0xc969db)),_0x2c472a[_0x380605(0x298)]['on'](_0x380605(0x284),()=>{const _0x42a9f2=_0x380605;this[_0x42a9f2(0x24c)]=!0x1;}),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)]['on'](_0x380605(0x15d),(_0x3d4768,_0x20f71c)=>{const _0x14c42a=_0x380605;if(!_0x20f71c[_0x14c42a(0x277)]||_0x20f71c[_0x14c42a(0x272)])return;if(!this[_0x14c42a(0x24c)])return;const _0x133cc6=_0x2c472a[_0x14c42a(0x298)][_0x14c42a(0x167)][_0x14c42a(0x25c)][_0x14c42a(0x286)]();if(0x0==_0x133cc6[_0x14c42a(0x210)])return;const _0x4b8409=[],_0x49aec0=_0x133cc6[_0x14c42a(0x292)](_0x141a57=>_0x14c42a(0x123)==_0x141a57[_0x14c42a(0x297)]),_0x12a5c9=_0x133cc6[_0x14c42a(0x292)](_0x37ddc3=>_0x14c42a(0x22c)==_0x37ddc3[_0x14c42a(0x297)]&&_0x14c42a(0x18c)!=_0x37ddc3[_0x14c42a(0x16b)]),_0x572a2d=_0x133cc6[_0x14c42a(0x292)](_0x4ffc07=>_0x14c42a(0x1a3)==_0x4ffc07[_0x14c42a(0x297)]&&_0x14c42a(0x18c)!=_0x4ffc07[_0x14c42a(0x16b)]);for(const _0x3cc5b of _0x49aec0)this[_0x14c42a(0x1bc)](_0x3cc5b[_0x14c42a(0x17d)])&&_0x4b8409[_0x14c42a(0x12b)]({'key':_0x3cc5b[_0x14c42a(0x17d)],'newValue':_0x3cc5b[_0x14c42a(0x1ac)],'oldValue':_0x3cc5b[_0x14c42a(0x29a)],'range':Ot(_0x3cc5b[_0x14c42a(0x111)],_0x2c472a[_0x14c42a(0x298)])});for(const _0x371162 of _0x12a5c9){const _0x1a7966=_0x572a2d[_0x14c42a(0x15a)](_0x5946cc=>_0x5946cc[_0x14c42a(0x269)]===_0x371162[_0x14c42a(0x269)]);if(_0x1a7966){const _0x103f05=Gt(_0x371162[_0x14c42a(0x1ad)][_0x14c42a(0x14a)],_0x2c472a[_0x14c42a(0x298)]);_0x1a7966[_0x14c42a(0x16b)]!==_0x371162[_0x14c42a(0x16b)]&&_0x4b8409[_0x14c42a(0x12b)]({'key':_0x14c42a(0x157),'newValue':_0x371162[_0x14c42a(0x16b)],'oldValue':_0x1a7966[_0x14c42a(0x16b)],'range':_0x103f05});for(const [_0x554110,_0x28c1d3]of _0x1a7966[_0x14c42a(0x266)]){if(!this[_0x14c42a(0x1bc)](_0x554110))continue;const _0x335c09=_0x371162[_0x14c42a(0x266)][_0x14c42a(0x2b7)](_0x554110);_0x28c1d3!==_0x335c09&&_0x4b8409[_0x14c42a(0x12b)]({'key':_0x554110,'newValue':_0x335c09,'oldValue':_0x28c1d3,'range':_0x103f05});}for(const [_0x48b304,_0x20ca29]of _0x371162[_0x14c42a(0x266)])this[_0x14c42a(0x1bc)](_0x48b304)&&(_0x1a7966[_0x14c42a(0x266)][_0x14c42a(0x173)](_0x48b304)||_0x4b8409[_0x14c42a(0x12b)]({'key':_0x48b304,'newValue':_0x20ca29,'oldValue':null,'range':_0x103f05}));}}0x0!=_0x4b8409[_0x14c42a(0x210)]&&_0x2c472a[_0x14c42a(0x298)][_0x14c42a(0x1e5)](_0x20f71c,_0x287c25=>{const _0x5d3f92=_0x14c42a,_0x5121c4=_0x5ce529();for(const {range:_0x1669d8,key:_0x1e63bd,oldValue:_0x46b0fa,newValue:_0x4550a3}of _0x4b8409)this[_0x5d3f92(0x1d1)](_0x1669d8,_0x1e63bd,_0x46b0fa,_0x4550a3,{'groupId':_0x5121c4});this[_0x5d3f92(0x1b4)](_0x287c25,_0x4b8409);});},{'priority':_0x380605(0x29b)}),_0x2c472a[_0x380605(0x298)][_0x380605(0x195)]['on'](_0x380605(0x287),(_0x3881b6,_0x4afdfd,_0x5e5f7c)=>{const _0x553185=_0x380605;if(null==_0x5e5f7c){const {id:_0x1ee20a}=this[_0x553185(0x1e7)](_0x4afdfd[_0x553185(0x16b)]),_0x4fdb4a=this[_0x553185(0x23b)][_0x553185(0x2b7)](_0x1ee20a);_0x4fdb4a&&_0x4fdb4a[_0x553185(0x10d)](_0x4afdfd[_0x553185(0x16b)]);}}),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)]['on'](_0x380605(0x15d),()=>{const _0xb3d617=_0x380605,_0x33bc67=Array[_0xb3d617(0x233)](_0x2c472a[_0xb3d617(0x298)][_0xb3d617(0x167)][_0xb3d617(0x25c)][_0xb3d617(0x12c)]())[_0xb3d617(0x292)](_0x12fa1b=>_0xb3d617(0x1be)===this[_0xb3d617(0x1e7)](_0x12fa1b[_0xb3d617(0x16b)])[_0xb3d617(0x13c)]);if(0x0===_0x33bc67[_0xb3d617(0x210)])return;_0x33bc67[_0xb3d617(0x25b)]((_0x3fa41b,_0x24606a)=>{const _0x417eaa=_0xb3d617,_0x5208f3=_0x3fa41b[_0x417eaa(0x1b5)][_0x417eaa(0x254)],_0x2f2762=_0x24606a[_0x417eaa(0x1b5)][_0x417eaa(0x254)];return null===_0x5208f3&&null===_0x2f2762?0x0:null===_0x5208f3&&null!==_0x2f2762?-0x1:null!==_0x5208f3&&null===_0x2f2762?0x1:_0x5208f3[_0x417eaa(0x13a)][_0x417eaa(0x13e)](_0x2f2762[_0x417eaa(0x13a)])?-0x1:0x1;});const _0x5564da=new Set(),_0x23bd20=new Set();for(const {name:_0x548697,data:_0x1a3086}of _0x33bc67){const {id:_0x538c10}=this[_0xb3d617(0x1e7)](_0x548697);if(null===_0x1a3086[_0xb3d617(0x254)]){const _0x2533d9=this[_0xb3d617(0x229)](_0x548697);_0x23bd20[_0xb3d617(0x1ec)](_0x2533d9);}else{const _0x2ea077=this[_0xb3d617(0x23b)][_0xb3d617(0x2b7)](_0x538c10);null!==_0x1a3086[_0xb3d617(0x17b)]||_0x2ea077[_0xb3d617(0x26e)]?(_0x5564da[_0xb3d617(0x1ec)](_0x2ea077[_0xb3d617(0x28f)]),_0x23bd20[_0xb3d617(0x1ec)](_0x2ea077)):this[_0xb3d617(0x2a8)](_0x2ea077);}}_0x23bd20[_0xb3d617(0x283)]>0x0&&this[_0xb3d617(0x151)](_0x23bd20);for(const _0x3ebe03 of _0x5564da)this[_0xb3d617(0x17c)](_0xb3d617(0x278),_0x3ebe03);}),_0x2c472a[_0x380605(0x298)]['on'](_0x380605(0x198),(_0x320bfe,_0x4be0f8)=>{const _0x2d53da=_0x380605,_0x4e7454=_0x4be0f8[0x0];if(!this[_0x2d53da(0x23b)][_0x2d53da(0x283)])return;if(!_0x4e7454[_0x2d53da(0x29c)])return;if(_0x4e7454[_0x2d53da(0x1e8)][_0x2d53da(0x272)]||!_0x4e7454[_0x2d53da(0x1e8)][_0x2d53da(0x277)])return;let _0x168a77,_0x134c23;switch(_0x4e7454[_0x2d53da(0x297)]){case _0x2d53da(0x22c):_0x168a77=_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x1cb)](_0x4e7454[_0x2d53da(0x1ad)]),_0x134c23=_0x168a77[_0x2d53da(0x25f)](_0x4e7454[_0x2d53da(0x19d)]);break;case _0x2d53da(0x26f):_0x168a77=_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x1cb)](_0x4e7454[_0x2d53da(0x10a)]),_0x134c23=_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x1cb)](_0x4e7454[_0x2d53da(0x259)]);break;case _0x2d53da(0x146):_0x168a77=_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x1cb)](_0x4e7454[_0x2d53da(0x1c5)]),_0x134c23=_0x168a77[_0x2d53da(0x25f)](_0x4e7454[_0x2d53da(0x19d)]);break;default:return;}const _0x3eb547=_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x16a)](_0x168a77,_0x134c23);_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x1b9)](()=>{const _0x5b3784=_0x2d53da;for(const {suggestion:_0x1191be,meta:_0x4363b1}of this[_0x5b3784(0x1cf)](_0x3eb547)){if(_0x1191be[_0x5b3784(0x29f)])continue;if(_0x5b3784(0x20f)==_0x1191be[_0x5b3784(0x297)])continue;const _0x1863b3=this[_0x5b3784(0x1d3)](_0x1191be);if(_0x1863b3&&this[_0x5b3784(0x1bf)](_0x1863b3)&&_0x5b3784(0x26f)!=_0x4e7454[_0x5b3784(0x297)])continue;const _0x4e5514=_0x1191be[_0x5b3784(0x1b5)]&&_0x1191be[_0x5b3784(0x1b5)][_0x5b3784(0x256)];(_0x5b3784(0x176)!=_0x1191be[_0x5b3784(0x297)]||_0x5b3784(0x26f)==_0x4e7454[_0x5b3784(0x297)]&&!_0x4e5514)&&(_0x4363b1[_0x5b3784(0x147)]||_0x5b3784(0x1e3)==_0x1191be[_0x5b3784(0x297)]&&_0x4363b1[_0x5b3784(0x126)]||_0x1191be[_0x5b3784(0x218)]()[_0x5b3784(0x1a4)](_0x3eb547)&&this[_0x5b3784(0x184)](_0x1191be,_0x168a77,_0x134c23));}});},{'priority':_0x380605(0x29b)}),_0x2c472a[_0x380605(0x298)]['on'](_0x380605(0x2b6),(_0x452243,_0x4d314e)=>{const _0x34595a=_0x380605,_0x4df1b7=_0x4d314e[0x0],_0x2bcb52=_0x4d314e[0x1];if(_0x2bcb52&&_0x2bcb52[_0x34595a(0x20c)])return;if(this[_0x34595a(0x1db)])return;if(!this[_0x34595a(0x150)][_0x34595a(0x168)])return;if(_0x4df1b7[_0x34595a(0x2af)])return;const _0x31d109=_0x2c472a[_0x34595a(0x298)][_0x34595a(0x175)],{start:_0x280b50,end:_0x58b2ce}=_0x4df1b7[_0x34595a(0x218)](),_0x1664e1=_0x280b50[_0x34595a(0x14a)]&&_0x31d109[_0x34595a(0x125)](_0x280b50[_0x34595a(0x14a)])?null:_0x31d109[_0x34595a(0x243)](_0x280b50,_0x34595a(0x186)),_0x3bf059=_0x58b2ce[_0x34595a(0x20a)]&&_0x31d109[_0x34595a(0x125)](_0x58b2ce[_0x34595a(0x20a)])?null:_0x31d109[_0x34595a(0x243)](_0x58b2ce,_0x34595a(0x1e0)),_0x87c40d=_0x2c472a[_0x34595a(0x298)][_0x34595a(0x16a)](_0x1664e1?_0x1664e1[_0x34595a(0x13a)]:_0x280b50,_0x3bf059?_0x3bf059[_0x34595a(0x263)]:_0x58b2ce);_0x2c472a[_0x34595a(0x298)][_0x34595a(0x1b9)](_0x1b47db=>{const _0xc1b5eb=_0x34595a;this[_0xc1b5eb(0x226)](_0x87c40d);const _0x4a822b=_0x2c472a[_0xc1b5eb(0x298)][_0xc1b5eb(0x175)][_0xc1b5eb(0x243)](_0x87c40d[_0xc1b5eb(0x13a)]);_0x4df1b7['is'](_0xc1b5eb(0x27d))?_0x1b47db[_0xc1b5eb(0x1c9)](_0x4a822b):_0x4df1b7[_0xc1b5eb(0x182)](_0x4a822b);}),_0x452243[_0x34595a(0x178)]();},{'priority':_0x15b567[_0x380605(0x1c6)]+0xa}),_0x2c472a[_0x380605(0x298)]['on'](_0x380605(0x11c),(_0x40d70b,_0x28bd2a)=>{const _0x16d916=_0x380605,_0x14efda=_0x28bd2a[_0x28bd2a[_0x16d916(0x210)]-0x1];_0x14efda&&_0x14efda[_0x16d916(0x20c)]||this[_0x16d916(0x1db)]||this[_0x16d916(0x150)][_0x16d916(0x168)]&&(_0x2c472a[_0x16d916(0x298)][_0x16d916(0x1b9)](()=>{const _0x53aba0=_0x16d916;let _0x5693c4=_0x2c472a[_0x53aba0(0x298)][_0x53aba0(0x11c)](_0x28bd2a[0x0],_0x28bd2a[0x1],_0x28bd2a[0x2],{'forceDefaultExecution':!0x0});if(!_0x5693c4)return;_0x40d70b[_0x53aba0(0x148)]=_0x5693c4[_0x53aba0(0x2ad)]();const _0x3dfc0e=_0x5693c4[_0x53aba0(0x263)][_0x53aba0(0x20a)],_0x1a3f28=_0x2c472a[_0x53aba0(0x298)][_0x53aba0(0x175)];_0x3dfc0e&&_0x1a3f28[_0x53aba0(0x2ab)](_0x3dfc0e)&&!_0x1a3f28[_0x53aba0(0x1d8)](_0x3dfc0e)&&(_0x5693c4=_0x2c472a[_0x53aba0(0x298)][_0x53aba0(0x16a)](_0x5693c4[_0x53aba0(0x13a)],_0x2c472a[_0x53aba0(0x298)][_0x53aba0(0x1cb)](_0x3dfc0e,_0x53aba0(0x263)))),this[_0x53aba0(0x18f)](_0x5693c4);}),_0x40d70b[_0x16d916(0x178)]());},{'priority':_0x380605(0x1a5)}),this[_0x380605(0x299)][_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x193),this[_0x380605(0x150)]),this[_0x380605(0x24e)](_0x380605(0x193));const _0x929c0=new _0x34077c(_0x2c472a,this[_0x380605(0x23b)]);_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x217),_0x929c0),this[_0x380605(0x24e)](_0x380605(0x217));const _0x482779=new _0x3a47f8(_0x2c472a,this[_0x380605(0x23b)]);_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x140),_0x482779),this[_0x380605(0x24e)](_0x380605(0x140)),_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x2b4),new _0x57bd57(_0x2c472a,_0x929c0,this[_0x380605(0x23b)])),this[_0x380605(0x24e)](_0x380605(0x2b4)),_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x234),new _0x57bd57(_0x2c472a,_0x482779,this[_0x380605(0x23b)])),this[_0x380605(0x24e)](_0x380605(0x234)),_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x23c),new _0x268022(_0x2c472a,_0x929c0,this[_0x380605(0x23b)])),this[_0x380605(0x24e)](_0x380605(0x23c)),_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x18b),new _0x268022(_0x2c472a,_0x482779,this[_0x380605(0x23b)])),this[_0x380605(0x24e)](_0x380605(0x18b));const _0x1851c1=_0x2c472a[_0x380605(0x12f)][_0x380605(0x2b7)](_0x380605(0x11b));this[_0x380605(0x251)](_0x1851c1,_0x380605(0x1aa),(_0x238694,{threadId:_0x538192})=>{const _0x3e57ba=_0x380605,_0x13eec4=this[_0x3e57ba(0x23b)][_0x3e57ba(0x2b7)](_0x538192);_0x13eec4&&_0x13eec4[_0x3e57ba(0x165)]&&0x1===_0x13eec4[_0x3e57ba(0x165)][_0x3e57ba(0x210)]&&this[_0x3e57ba(0x249)](_0x538192,{'hasComments':!0x0});},{'priority':_0x380605(0x26c)}),this[_0x380605(0x251)](_0x1851c1,_0x380605(0x290),(_0x36711,{threadId:_0x47e1d9})=>{const _0xf2d471=_0x380605,_0x508b0c=this[_0xf2d471(0x23b)][_0xf2d471(0x2b7)](_0x47e1d9);_0x508b0c&&_0x508b0c[_0xf2d471(0x165)]&&!_0x508b0c[_0xf2d471(0x165)][_0xf2d471(0x210)]&&this[_0xf2d471(0x249)](_0x47e1d9,{'hasComments':!0x1});},{'priority':_0x380605(0x26c)});}set[_0x154439(0x119)](_0x50e84e){const _0x584b0a=_0x154439;if(this[_0x584b0a(0x20e)])throw new _0xed878b(_0x584b0a(0x289),this);this[_0x584b0a(0x20e)]=_0x50e84e;}get[_0x154439(0x119)](){const _0x118b58=_0x154439;return this[_0x118b58(0x20e)];}[_0x154439(0x11f)]({skipNotAttached:_0x4a1be4=!0x1,toJSON:_0x57b4b9=!0x1}={}){const _0x458fb2=_0x154439,_0x4bd947=[];for(const _0x46c890 of this[_0x458fb2(0x23b)][_0x458fb2(0x24b)]())_0x4a1be4&&!_0x46c890[_0x458fb2(0x26e)]||_0x4bd947[_0x458fb2(0x12b)](_0x46c890);return _0x57b4b9?_0x4bd947[_0x458fb2(0x174)](_0x457f23=>_0x457f23[_0x458fb2(0x204)]()):_0x4bd947;}[_0x154439(0x1d2)](_0x5724a2){const _0x59b878=_0x154439,_0x1bd1d8=this[_0x59b878(0x23b)][_0x59b878(0x2b7)](_0x5724a2);if(!_0x1bd1d8)throw new _0xed878b(_0x59b878(0x110),this);return _0x1bd1d8;}[_0x154439(0x1fa)](_0x1e77fd){const _0x52bc25=_0x154439;return this[_0x52bc25(0x23b)][_0x52bc25(0x173)](_0x1e77fd);}[_0x154439(0x248)](_0x2ab138){const _0xffaae9=_0x154439,{authorId:_0x391050,id:_0x46428a,attributes:_0x22a7cc}=_0x2ab138,[_0x40e66a,_0x3332a9]=_0x2ab138[_0xffaae9(0x297)][_0xffaae9(0x26f)](':'),_0x2d6c82=this[_0xffaae9(0x23b)][_0xffaae9(0x2b7)](_0x46428a)||this[_0xffaae9(0x1e2)](_0x40e66a,_0x3332a9,_0x46428a,_0x391050,_0x22a7cc);if(this[_0xffaae9(0x2b1)](_0x2d6c82),this[_0xffaae9(0x1ae)](_0x2d6c82,_0x40e66a,_0x3332a9||null,_0x391050),_0x2d6c82[_0xffaae9(0x2a2)]=_0x2ab138[_0xffaae9(0x2a2)],_0x2d6c82[_0xffaae9(0x23d)]=!0x0,_0x22a7cc&&_0x22a7cc[_0xffaae9(0x261)]){const _0x40f9ff=_0x22a7cc[_0xffaae9(0x261)],_0x2cbcee=this[_0xffaae9(0x200)](_0x40f9ff[_0xffaae9(0x10f)]);_0x2d6c82[_0xffaae9(0x1b1)]=_0x40f9ff[_0xffaae9(0x2a2)],_0x2d6c82[_0xffaae9(0x1da)]=_0x2cbcee,_0x2d6c82[_0xffaae9(0x241)]=!0x0;}else _0x2d6c82[_0xffaae9(0x1b1)]=_0x2ab138[_0xffaae9(0x2a2)];switch(_0x2ab138[_0xffaae9(0x1b5)]&&(_0x2d6c82[_0xffaae9(0x1b5)]=_0x2ab138[_0xffaae9(0x1b5)]),_0x2ab138[_0xffaae9(0x266)]&&(_0x2d6c82[_0xffaae9(0x266)]=_0x2ab138[_0xffaae9(0x266)]),this[_0xffaae9(0x20e)]&&this[_0xffaae9(0x20e)][_0xffaae9(0x1f3)]||(_0x2d6c82[_0xffaae9(0x1df)]=!0x0),this[_0xffaae9(0x1ee)][_0xffaae9(0x2b7)](_0x2d6c82)){case _0xffaae9(0x22b):this[_0xffaae9(0x1ee)][_0xffaae9(0x1ca)](_0x2d6c82,_0xffaae9(0x20b));break;case _0xffaae9(0x149):_0x2d6c82[_0xffaae9(0x26e)]?(this[_0xffaae9(0x202)](new Set([_0x2d6c82])),this[_0xffaae9(0x151)](new Set([_0x2d6c82])),this[_0xffaae9(0x1ee)][_0xffaae9(0x1ca)](_0x2d6c82,_0xffaae9(0x231)),this[_0xffaae9(0x17c)](_0xffaae9(0x1ff),_0x2d6c82)):this[_0xffaae9(0x1ee)][_0xffaae9(0x1ca)](_0x2d6c82,_0xffaae9(0x1dc));}return _0x2d6c82;}[_0x154439(0x217)](_0x49b378){const _0x1ef8eb=_0x154439;this[_0x1ef8eb(0x20c)](()=>{const _0x2156ba=_0x1ef8eb;this[_0x2156ba(0x299)][_0x2156ba(0x298)][_0x2156ba(0x1b9)](()=>{const _0x5be2dc=_0x2156ba;for(const _0x9c7463 of _0x49b378[_0x5be2dc(0x24f)]())_0x9c7463[_0x5be2dc(0x17e)]();});});}[_0x154439(0x140)](_0x10d7fe){const _0x4bdc36=_0x154439;this[_0x4bdc36(0x20c)](()=>{const _0x5030f9=_0x4bdc36;this[_0x5030f9(0x299)][_0x5030f9(0x298)][_0x5030f9(0x1b9)](()=>{const _0x109a09=_0x5030f9;for(const _0x2c3611 of _0x10d7fe[_0x109a09(0x24f)]())_0x2c3611[_0x109a09(0x191)]();});});}[_0x154439(0x24e)](_0x23e31f,_0x146fc5){const _0x37af2d=_0x154439,_0x23cea0=this[_0x37af2d(0x299)][_0x37af2d(0x130)][_0x37af2d(0x2b7)](_0x23e31f);if(!_0x23cea0)throw new _0xed878b(_0x37af2d(0x144),this,{'commandName':_0x23e31f});if(this[_0x37af2d(0x16d)][_0x37af2d(0x173)](_0x23cea0))throw new _0xed878b(_0x37af2d(0x224),this,{'commandName':_0x23e31f});this[_0x37af2d(0x16d)][_0x37af2d(0x1ec)](_0x23cea0),_0x146fc5&&_0x23cea0['on'](_0x37af2d(0x19b),(_0xd1e02a,_0x274d41)=>{const _0x35b5b2=_0x37af2d;this[_0x35b5b2(0x150)][_0x35b5b2(0x168)]&&(this[_0x35b5b2(0x1db)]||(_0x274d41[_0x35b5b2(0x210)]>0x0&&_0x274d41[_0x274d41[_0x35b5b2(0x210)]-0x1]&&_0x274d41[_0x274d41[_0x35b5b2(0x210)]-0x1][_0x35b5b2(0x20c)]?_0x274d41[_0x35b5b2(0x26a)]():(_0xd1e02a[_0x35b5b2(0x148)]=_0x146fc5((..._0x55cb62)=>_0x23cea0[_0x35b5b2(0x19b)](..._0x55cb62,{'forceDefaultExecution':!0x0}),..._0x274d41),_0xd1e02a[_0x35b5b2(0x178)]())));},{'priority':_0x37af2d(0x1a5)});}[_0x154439(0x20c)](_0x3ec080){const _0x2a5941=_0x154439;let _0x14f54a,_0x1d1028;const _0x390154=this[_0x2a5941(0x1db)];this[_0x2a5941(0x1db)]=!0x0;try{_0x14f54a=_0x3ec080();}catch(_0x43a848){_0x1d1028=_0x43a848;}return _0x390154||(this[_0x2a5941(0x1db)]=!0x1),_0x1d1028&&_0xed878b[_0x2a5941(0x129)](_0x1d1028,this),_0x14f54a;}[_0x154439(0x18f)](_0x1bb6ee,_0x3d7037=null,_0x5d8077={}){const _0x52c22e=_0x154439;if(_0x1bb6ee[_0x52c22e(0x2af)])return null;const _0x53eff8=this[_0x52c22e(0x299)][_0x52c22e(0x12f)][_0x52c22e(0x2b7)](_0x52c22e(0x1ef))['me'];for(const {suggestion:_0xb5138b,meta:_0x25b383}of this[_0x52c22e(0x1cf)](_0x1bb6ee,_0x52c22e(0x1e3)))if(_0x25b383[_0x52c22e(0x126)]){if(!_0x25b383[_0x52c22e(0x253)]){if(_0x25b383[_0x52c22e(0x147)]){if(!this[_0x52c22e(0x16e)]||!Lt(_0xb5138b,_0x5d8077))continue;return _0xb5138b;}if(Lt(_0xb5138b,_0x5d8077))return _0xb5138b;this[_0x52c22e(0x184)](_0xb5138b,_0x1bb6ee[_0x52c22e(0x13a)],_0x1bb6ee[_0x52c22e(0x263)]);break;}if(_0x3d7037==_0xb5138b[_0x52c22e(0x145)]&&Lt(_0xb5138b,_0x5d8077)){const _0x1760e4=_0xb5138b[_0x52c22e(0x218)]();return _0x1760e4[_0x52c22e(0x13a)][_0x52c22e(0x1eb)](_0x1bb6ee[_0x52c22e(0x263)])?this[_0x52c22e(0x24a)](_0xb5138b,this[_0x52c22e(0x118)][_0x52c22e(0x16a)](_0x1bb6ee[_0x52c22e(0x13a)],_0x1760e4[_0x52c22e(0x263)])):this[_0x52c22e(0x24a)](_0xb5138b,this[_0x52c22e(0x118)][_0x52c22e(0x16a)](_0x1760e4[_0x52c22e(0x13a)],_0x1bb6ee[_0x52c22e(0x263)])),_0xb5138b;}}const _0x198f96=_0x5ce529(),_0x5185bd=_0x53eff8['id'],_0x30bea9=_0x3d7037?_0x52c22e(0x273)+_0x3d7037:_0x52c22e(0x1e3),_0x15098f=this[_0x52c22e(0x1b3)]({'id':_0x198f96,'type':_0x30bea9,'createdAt':new Date(),'authorId':_0x5185bd,'attributes':_0x5d8077});return this[_0x52c22e(0x28d)](_0x30bea9,_0x198f96,_0x5185bd,_0x1bb6ee),_0x15098f;}[_0x154439(0x166)](_0x2e0735,_0x459a45=_0x154439(0x19f),_0x1ceaad={}){const _0x1a13fc=_0x154439,_0x3fbd29=this[_0x1a13fc(0x299)][_0x1a13fc(0x12f)][_0x1a13fc(0x2b7)](_0x1a13fc(0x1ef))['me'],_0x57ea88=this[_0x1a13fc(0x189)][_0x1a13fc(0x1ab)](_0x1a13fc(0x1e3),_0x459a45,_0x1a13fc(0x138));for(const _0x263db3 of this[_0x1a13fc(0x11f)]())if(_0x263db3[_0x1a13fc(0x1da)]['id']==_0x3fbd29['id']&&_0x1a13fc(0x1e3)==_0x263db3[_0x1a13fc(0x297)]&&_0x263db3[_0x1a13fc(0x145)]==_0x459a45&&Lt(_0x263db3,_0x1ceaad)&&(_0x57ea88(_0x263db3[_0x1a13fc(0x121)](),_0x2e0735)||_0x57ea88(_0x2e0735,_0x263db3[_0x1a13fc(0x121)]()))){for(const _0x5500b0 of _0x2e0735)_0x263db3[_0x1a13fc(0x1a9)](_0x5500b0);return _0x263db3;}for(const {suggestion:_0x1cb3f0,meta:_0x530ad0}of this[_0x1a13fc(0x1cf)](_0x2e0735,_0x1a13fc(0x1e3))){if(!_0x530ad0[_0x1a13fc(0x126)])continue;if(!this[_0x1a13fc(0x16e)]&&_0x530ad0[_0x1a13fc(0x147)])continue;if(!Lt(_0x1cb3f0,_0x1ceaad))continue;let _0x1d270f=!0x0;for(const _0x111061 of _0x1cb3f0[_0x1a13fc(0x121)]())for(const _0x336352 of _0x2e0735)if(!_0x111061[_0x1a13fc(0x1a4)](_0x336352)){_0x1d270f=!0x1;break;}if(_0x1d270f)return _0x1cb3f0;}const _0x11adc7=_0x5ce529(),_0x2bd24c=_0x3fbd29['id'],_0x1498b8=_0x1a13fc(0x273)+_0x459a45,_0x454ef3=this[_0x1a13fc(0x1b3)]({'id':_0x11adc7,'type':_0x1498b8,'createdAt':new Date(),'authorId':_0x2bd24c,'attributes':_0x1ceaad});for(const _0x3985f9 of _0x2e0735)this[_0x1a13fc(0x28d)](_0x1498b8,_0x11adc7,_0x2bd24c,_0x3985f9,_0x26a934[_0x1a13fc(0x27c)]());return _0x454ef3;}[_0x154439(0x18a)](_0x439155,_0x2b3679,_0x6506ca=null,_0x26e16={}){const _0x188071=_0x154439;if(_0x6506ca=_0x6506ca||Vt(_0x2b3679),_0x439155[_0x188071(0x2af)])return null;if(_0x188071(0x2a1)===this[_0x188071(0x291)]){const _0xec47ef=this[_0x188071(0x189)][_0x188071(0x1ab)](_0x188071(0x20f),_0x6506ca,_0x188071(0x17e));return this[_0x188071(0x20c)](()=>_0xec47ef([_0x439155],_0x2b3679,_0x26e16)),null;}const _0x16ad5a=this[_0x188071(0x299)][_0x188071(0x12f)][_0x188071(0x2b7)](_0x188071(0x1ef))['me'],_0x29d4b5=[];if(_0x188071(0x240)!==this[_0x188071(0x291)]){for(const {suggestion:_0x26ca0e,meta:_0x19e73e}of this[_0x188071(0x1cf)](_0x439155,_0x188071(0x1e3)))_0x19e73e[_0x188071(0x126)]&&!_0x19e73e[_0x188071(0x203)]&&_0x29d4b5[_0x188071(0x12b)](..._0x26ca0e[_0x188071(0x121)]());}const _0xeac47a=function(_0x5795ba,_0x127f6a){const _0x15de9c=_0x188071,_0x39a585=[];for(const _0x90d8f9 of _0x127f6a){const _0x3e83c3=_0x5795ba[_0x15de9c(0x1f4)](_0x90d8f9);_0x3e83c3&&_0x39a585[_0x15de9c(0x12b)](_0x3e83c3);}return _0x39a585;}(_0x439155,_0x29d4b5),_0x65f120=function(_0x503001,_0x59f1c7){const _0xdb78e3=_0x188071,_0x260a16=[_0x503001];for(const _0x3e4c65 of _0x59f1c7){let _0x552ff9=0x0;for(;_0x552ff9<_0x260a16[_0xdb78e3(0x210)];){const _0x26719e=_0x260a16[_0x552ff9][_0xdb78e3(0x1fc)](_0x3e4c65);_0x260a16[_0xdb78e3(0x1c3)](_0x552ff9,0x1,..._0x26719e),_0x552ff9+=_0x26719e[_0xdb78e3(0x210)];}}return _0x260a16;}(_0x439155,_0x29d4b5);_0xeac47a[_0x188071(0x210)]&&this[_0x188071(0x118)][_0x188071(0x1b9)](()=>{const _0x32094d=_0x188071;for(const _0x40a5c6 of _0xeac47a){const _0x19541d=this[_0x32094d(0x189)][_0x32094d(0x1ab)](_0x32094d(0x20f),_0x6506ca,_0x32094d(0x17e));this[_0x32094d(0x20c)](()=>_0x19541d([_0x40a5c6],_0x2b3679,_0x26e16));}});for(const _0x5a9163 of _0x65f120){let _0x1f7ec9=null,_0x12f32f=_0x5a9163[_0x188071(0x13a)],_0x5941b5=_0x5a9163[_0x188071(0x263)];for(const {suggestion:_0x57c116,meta:_0x30b603}of this[_0x188071(0x1cf)](_0x5a9163,_0x188071(0x20f))){if(!_0x30b603[_0x188071(0x126)])continue;if(_0x57c116[_0x188071(0x145)]!=_0x6506ca)continue;if(!Lt(_0x57c116,_0x26e16))continue;const _0x19a70d=_0x57c116[_0x188071(0x218)]();if(_0x19a70d[_0x188071(0x1a4)](_0x5a9163,!0x0))return null;_0x12f32f=_0x12f32f[_0x188071(0x13e)](_0x19a70d[_0x188071(0x13a)])?_0x12f32f:_0x19a70d[_0x188071(0x13a)],_0x5941b5=_0x5941b5[_0x188071(0x185)](_0x19a70d[_0x188071(0x263)])?_0x5941b5:_0x19a70d[_0x188071(0x263)],_0x1f7ec9?_0x19a70d[_0x188071(0x13a)][_0x188071(0x13e)](_0x1f7ec9[_0x188071(0x218)]()[_0x188071(0x13a)])?(_0x1f7ec9[_0x188071(0x15c)](),_0x1f7ec9=_0x57c116):_0x57c116[_0x188071(0x15c)]():_0x1f7ec9=_0x57c116;}const _0x3a379c=this[_0x188071(0x118)][_0x188071(0x16a)](_0x12f32f,_0x5941b5);if(_0x1f7ec9)this[_0x188071(0x24a)](_0x1f7ec9,_0x3a379c);else{const _0x1e6f1c=_0x5ce529(),_0x1d43d8=_0x16ad5a['id'];this[_0x188071(0x1b3)]({'id':_0x1e6f1c,'type':_0x188071(0x153)+_0x6506ca,'data':_0x2b3679,'createdAt':new Date(),'authorId':_0x1d43d8,'attributes':_0x26e16}),this[_0x188071(0x28d)](_0x188071(0x153)+_0x6506ca,_0x1e6f1c,_0x1d43d8,_0x3a379c);}}return null;}[_0x154439(0x27a)](_0x46022b,_0x564b9c,_0x730c86=[],_0x5b6b7a=null,_0x5e9d30={}){const _0x525558=_0x154439;_0x564b9c[_0x525558(0x1f9)]||(_0x564b9c[_0x525558(0x1f9)]=_0x564b9c[_0x525558(0x27e)]),_0x564b9c[_0x525558(0x256)]=_0x46022b['is'](_0x525558(0x111)),_0x5b6b7a=_0x5b6b7a||Vt(_0x564b9c);const _0x13d39e=_0x730c86[_0x525558(0x174)](_0x3c3d71=>Gt(_0x3c3d71,this[_0x525558(0x118)])),_0x2858ee=_0x46022b['is'](_0x525558(0x111))?_0x46022b:Gt(_0x46022b,this[_0x525558(0x118)]);if(_0x525558(0x2a1)===this[_0x525558(0x291)]){const _0x132cf2=this[_0x525558(0x189)][_0x525558(0x1ab)](_0x525558(0x176),_0x5b6b7a,_0x525558(0x17e));return this[_0x525558(0x20c)](()=>_0x132cf2([_0x2858ee],_0x564b9c,_0x5e9d30)),null;}_0x13d39e[_0x525558(0x12b)](_0x2858ee);let _0x281c51=!0x0;for(const _0xb820b1 of _0x13d39e)if(!this[_0x525558(0x211)](_0xb820b1)){_0x281c51=!0x1;break;}if(_0x281c51&&_0x525558(0x240)!==this[_0x525558(0x291)]){const _0x1de198=this[_0x525558(0x189)][_0x525558(0x1ab)](_0x525558(0x176),_0x5b6b7a,_0x525558(0x17e));return this[_0x525558(0x20c)](()=>_0x1de198([_0x2858ee],_0x564b9c,_0x5e9d30)),null;}let _0x35961f=null,_0x1d7d32=_0x2858ee[_0x525558(0x13a)],_0x143419=_0x2858ee[_0x525558(0x263)];for(const {suggestion:_0x7a2464,meta:_0x5e5296}of this[_0x525558(0x1cf)](_0x2858ee,_0x525558(0x176))){if(!_0x5e5296[_0x525558(0x126)])continue;if(_0x5e5296[_0x525558(0x253)]||_0x5e5296[_0x525558(0x147)]||_0x5e5296[_0x525558(0x203)])continue;if(_0x7a2464[_0x525558(0x1b5)][_0x525558(0x1f9)]!=_0x564b9c[_0x525558(0x1f9)])continue;if(!Lt(_0x7a2464,_0x5e9d30))continue;const _0x145582=_0x7a2464[_0x525558(0x218)]();if(_0x7a2464[_0x525558(0x145)]==_0x5b6b7a){if(_0x145582[_0x525558(0x1a4)](_0x2858ee,!0x0))return null;_0x1d7d32=_0x1d7d32[_0x525558(0x13e)](_0x145582[_0x525558(0x13a)])?_0x1d7d32:_0x145582[_0x525558(0x13a)],_0x143419=_0x143419[_0x525558(0x185)](_0x145582[_0x525558(0x263)])?_0x143419:_0x145582[_0x525558(0x263)],_0x35961f?_0x145582[_0x525558(0x13a)][_0x525558(0x13e)](_0x35961f[_0x525558(0x218)]()[_0x525558(0x13a)])?(_0x35961f[_0x525558(0x15c)](),_0x35961f=_0x7a2464):_0x7a2464[_0x525558(0x15c)]():_0x35961f=_0x7a2464;}else{const _0x56f6ca=_0x2858ee[_0x525558(0x1f4)](_0x145582);this[_0x525558(0x115)](_0x7a2464,_0x56f6ca);}}const _0x13be53=this[_0x525558(0x299)][_0x525558(0x12f)][_0x525558(0x2b7)](_0x525558(0x1ef))['me'],_0x368893=_0x5ce529(),_0x2265a5=_0x13be53['id'];if(_0x35961f)return this[_0x525558(0x24a)](_0x35961f,this[_0x525558(0x118)][_0x525558(0x16a)](_0x1d7d32,_0x143419)),_0x35961f;{const _0x44febd=this[_0x525558(0x1b3)]({'id':_0x368893,'type':_0x525558(0x1fb)+_0x5b6b7a,'data':_0x564b9c,'createdAt':new Date(),'authorId':_0x2265a5,'attributes':_0x5e9d30});return this[_0x525558(0x28d)](_0x525558(0x1fb)+_0x5b6b7a,_0x368893,_0x2265a5,this[_0x525558(0x118)][_0x525558(0x16a)](_0x1d7d32,_0x143419)),_0x44febd;}}[_0x154439(0x19c)](_0x205a4b,_0x592712,_0x472c0c=[],_0x384878=null,_0x8b1a30={}){const _0x521974=_0x154439;_0x592712[_0x521974(0x1f9)]||(_0x592712[_0x521974(0x1f9)]=_0x592712[_0x521974(0x27e)]);const _0xa0f48f=_0x205a4b[0x0];_0x592712[_0x521974(0x256)]=_0xa0f48f['is'](_0x521974(0x111)),_0x384878=_0x384878||Vt(_0x592712);const _0x580164=_0x472c0c[_0x521974(0x174)](_0x3aff87=>Gt(_0x3aff87,this[_0x521974(0x118)])),_0x3fbf82=_0xa0f48f['is'](_0x521974(0x111))?_0x205a4b:_0x205a4b[_0x521974(0x174)](_0x33f4dd=>Gt(_0x33f4dd,this[_0x521974(0x118)]));if(_0x521974(0x2a1)===this[_0x521974(0x291)]){const _0xd83c6b=this[_0x521974(0x189)][_0x521974(0x1ab)](_0x521974(0x176),_0x384878,_0x521974(0x17e));return this[_0x521974(0x20c)](()=>_0xd83c6b(_0x3fbf82,_0x592712,_0x8b1a30)),null;}_0x580164[_0x521974(0x12b)](..._0x3fbf82);let _0x3b2849=!0x0;for(const _0x2ef423 of _0x580164)if(!this[_0x521974(0x211)](_0x2ef423)){_0x3b2849=!0x1;break;}if(_0x3b2849&&_0x521974(0x240)!==this[_0x521974(0x291)]){const _0x188697=this[_0x521974(0x189)][_0x521974(0x1ab)](_0x521974(0x176),_0x384878,_0x521974(0x17e));return this[_0x521974(0x20c)](()=>_0x188697(_0x3fbf82,_0x592712,_0x8b1a30)),null;}const _0x19d7f=this[_0x521974(0x299)][_0x521974(0x12f)][_0x521974(0x2b7)](_0x521974(0x1ef))['me'];for(const _0x315c75 of this[_0x521974(0x11f)]()){if(_0x315c75[_0x521974(0x1da)]['id']!=_0x19d7f['id'])continue;if(_0x521974(0x176)!=_0x315c75[_0x521974(0x297)]||_0x315c75[_0x521974(0x1b5)][_0x521974(0x1f9)]!=_0x592712[_0x521974(0x1f9)])continue;if(!Lt(_0x315c75,_0x8b1a30))continue;const _0x4de55d=_0x315c75[_0x521974(0x145)]==_0x384878;for(let _0x451143=0x0;_0x451143<_0x3fbf82[_0x521974(0x210)];_0x451143++){const _0x5ca5c8=_0x3fbf82[_0x451143];for(const _0x3acfaa of _0x315c75[_0x521974(0x1e6)]()){const _0x388293=_0x3acfaa[_0x521974(0x131)]();if(_0x5ca5c8[_0x521974(0x1eb)](_0x388293)){_0x4de55d?(_0x3fbf82[_0x521974(0x1c3)](_0x451143,0x1),_0x451143--):_0x315c75[_0x521974(0x12d)](_0x3acfaa[_0x521974(0x16b)]);break;}}}}if(0x0==_0x3fbf82[_0x521974(0x210)])return null;const _0x391666=this[_0x521974(0x189)][_0x521974(0x1ab)](_0x521974(0x176),_0x384878,_0x521974(0x138));for(const _0x45df6a of this[_0x521974(0x11f)]())if(_0x45df6a[_0x521974(0x1da)]['id']==_0x19d7f['id']&&_0x521974(0x176)==_0x45df6a[_0x521974(0x297)]&&_0x45df6a[_0x521974(0x1b5)][_0x521974(0x1f9)]==_0x592712[_0x521974(0x1f9)]&&_0x45df6a[_0x521974(0x145)]==_0x384878&&Lt(_0x45df6a,_0x8b1a30)&&(_0x391666(_0x45df6a[_0x521974(0x121)](),_0x3fbf82)||_0x391666(_0x3fbf82,_0x45df6a[_0x521974(0x121)]()))){for(const _0x217336 of _0x3fbf82)_0x45df6a[_0x521974(0x1a9)](_0x217336);return _0x45df6a;}const _0x3cb582=_0x5ce529(),_0x465f22=_0x19d7f['id'],_0x302fdb=_0x521974(0x1fb)+_0x384878,_0x323e8b=this[_0x521974(0x1b3)]({'id':_0x3cb582,'type':_0x302fdb,'data':_0x592712,'createdAt':new Date(),'authorId':_0x465f22,'attributes':_0x8b1a30});for(const _0xbdb633 of _0x3fbf82)this[_0x521974(0x28d)](_0x302fdb,_0x3cb582,_0x465f22,_0xbdb633,_0x26a934[_0x521974(0x27c)]());return _0x323e8b;}[_0x154439(0x226)](_0x18cece,_0x57e151=null,_0x5e338b={}){const _0x2c15b6=_0x154439;if(_0x18cece[_0x2c15b6(0x2af)])return null;const _0x35d7d0=this[_0x2c15b6(0x299)][_0x2c15b6(0x12f)][_0x2c15b6(0x2b7)](_0x2c15b6(0x1ef))['me'],_0x49e50a=new _0x4df010(_0x18cece[_0x2c15b6(0x13a)],_0x18cece[_0x2c15b6(0x263)]);for(const {suggestion:_0x564674,meta:_0x4c68cc}of this[_0x2c15b6(0x1cf)](_0x49e50a,_0x2c15b6(0x1e3)))if(_0x4c68cc[_0x2c15b6(0x126)]&&!_0x4c68cc[_0x2c15b6(0x253)]){if(_0x564674[_0x2c15b6(0x29f)]){const _0x58ac01=_0x564674[_0x2c15b6(0x121)]()[_0x2c15b6(0x292)](_0x108656=>_0x2c15b6(0x11d)!=_0x108656[_0x2c15b6(0x143)][_0x2c15b6(0x164)]);_0x58ac01[_0x2c15b6(0x1f2)](_0x71ca52=>_0x49e50a[_0x2c15b6(0x1a4)](_0x71ca52,!0x0))&&_0x564674[_0x2c15b6(0x191)]();if(_0x58ac01[_0x2c15b6(0x21c)](_0x1359f1=>_0x1359f1[_0x2c15b6(0x1a4)](_0x49e50a,!0x0))){const _0x3e295f=this[_0x2c15b6(0x189)][_0x2c15b6(0x1ab)](_0x2c15b6(0x1b0),_0x57e151,_0x2c15b6(0x17e));return this[_0x2c15b6(0x20c)](()=>_0x3e295f([_0x49e50a],null,_0x5e338b)),null;}}else{const _0x232034=_0x49e50a[_0x2c15b6(0x1f4)](_0x564674[_0x2c15b6(0x218)]());null!==_0x232034&&_0x564674[_0x2c15b6(0x213)]([_0x232034],null,_0x5e338b);}}if(_0x49e50a[_0x2c15b6(0x1a2)](),_0x49e50a[_0x2c15b6(0x2af)]||_0x2c15b6(0x11d)==_0x49e50a[_0x2c15b6(0x143)][_0x2c15b6(0x164)])return null;let _0x2b38c0=null,_0x182471=_0x49e50a[_0x2c15b6(0x13a)],_0x2211ac=_0x49e50a[_0x2c15b6(0x263)];const _0x25df3d=this[_0x2c15b6(0x1cf)](_0x49e50a,_0x2c15b6(0x1b0));for(const {suggestion:_0x3d2bba,meta:_0x38edaf}of _0x25df3d){const _0x2a5200=this[_0x2c15b6(0x118)][_0x2c15b6(0x16a)](_0x182471,_0x2211ac);if(_0x38edaf[_0x2c15b6(0x126)]&&(this[_0x2c15b6(0x16e)]||!_0x38edaf[_0x2c15b6(0x147)]&&!_0x38edaf[_0x2c15b6(0x203)])){if(_0x3d2bba[_0x2c15b6(0x29f)]){if(!Lt(_0x3d2bba,_0x5e338b))continue;let _0x1d195b=!0x0;for(const _0x4afacd of _0x3d2bba[_0x2c15b6(0x121)]()){if(_0x4afacd[_0x2c15b6(0x1a4)](_0x2a5200,!0x0))return _0x3d2bba;_0x2a5200[_0x2c15b6(0x1a4)](_0x4afacd)||(_0x1d195b=!0x1);}_0x1d195b&&_0x3d2bba[_0x2c15b6(0x191)]();}else{const _0x37cac6=_0x3d2bba[_0x2c15b6(0x218)]();if(_0x37cac6[_0x2c15b6(0x1a4)](_0x2a5200,!0x0))return _0x3d2bba;if(!Lt(_0x3d2bba,_0x5e338b)){_0x2a5200[_0x2c15b6(0x1a4)](_0x37cac6)?_0x3d2bba[_0x2c15b6(0x15c)]():_0x37cac6[_0x2c15b6(0x295)](_0x182471)?_0x182471=_0x37cac6[_0x2c15b6(0x263)]:_0x37cac6[_0x2c15b6(0x295)](_0x2211ac)&&(_0x2211ac=_0x37cac6[_0x2c15b6(0x13a)]);continue;}_0x182471=_0x182471[_0x2c15b6(0x13e)](_0x37cac6[_0x2c15b6(0x13a)])?_0x182471:_0x37cac6[_0x2c15b6(0x13a)],_0x2211ac=_0x2211ac[_0x2c15b6(0x185)](_0x37cac6[_0x2c15b6(0x263)])?_0x2211ac:_0x37cac6[_0x2c15b6(0x263)],_0x5e338b=Object[_0x2c15b6(0x10c)]({},_0x3d2bba[_0x2c15b6(0x266)]),_0x2b38c0?_0x37cac6[_0x2c15b6(0x13a)][_0x2c15b6(0x13e)](_0x2b38c0[_0x2c15b6(0x218)]()[_0x2c15b6(0x13a)])?(_0x2b38c0[_0x2c15b6(0x15c)](),_0x2b38c0=_0x3d2bba):_0x3d2bba[_0x2c15b6(0x15c)]():_0x2b38c0=_0x3d2bba;}}}if(_0x2b38c0)return this[_0x2c15b6(0x24a)](_0x2b38c0,this[_0x2c15b6(0x118)][_0x2c15b6(0x16a)](_0x182471,_0x2211ac)),_0x2b38c0;{const _0x14d3bf=_0x5ce529(),_0x5a0252=this[_0x2c15b6(0x118)][_0x2c15b6(0x16a)](_0x182471,_0x2211ac),_0x5c4b94=_0x35d7d0['id'],_0x3cc121=_0x57e151?_0x2c15b6(0x294)+_0x57e151:_0x2c15b6(0x1b0),_0x1fc509=this[_0x2c15b6(0x1b3)]({'id':_0x14d3bf,'type':_0x3cc121,'createdAt':new Date(),'authorId':_0x5c4b94,'attributes':_0x5e338b});return this[_0x2c15b6(0x28d)](_0x3cc121,_0x14d3bf,_0x5c4b94,_0x5a0252),_0x1fc509;}}[_0x154439(0x1f7)](_0xf67213,_0x2c1192=_0x154439(0x19f),_0x54bba3={}){const _0x1850a4=_0x154439,_0x1cbae1=this[_0x1850a4(0x299)][_0x1850a4(0x12f)][_0x1850a4(0x2b7)](_0x1850a4(0x1ef))['me'],_0x39bd22=_0xf67213[_0x1850a4(0x174)](_0x910374=>new _0x4df010(_0x910374[_0x1850a4(0x13a)],_0x910374[_0x1850a4(0x263)])),_0x5d3f42=new Set();for(const {suggestion:_0x52da48,meta:_0x49a292}of this[_0x1850a4(0x1cf)](_0x39bd22,_0x1850a4(0x1e3)))_0x49a292[_0x1850a4(0x126)]&&!_0x49a292[_0x1850a4(0x253)]&&_0x5d3f42[_0x1850a4(0x1ec)](_0x52da48);for(const _0x2b9b14 of _0x5d3f42)if(_0x2b9b14[_0x1850a4(0x29f)]){const _0x355700=_0x2b9b14[_0x1850a4(0x121)]();(!_0x2b9b14[_0x1850a4(0x266)]||!_0x2b9b14[_0x1850a4(0x266)][_0x1850a4(0x161)])&&(_0x355700[_0x1850a4(0x1f2)](_0x295944=>_0x39bd22[_0x1850a4(0x21c)](_0x22e47c=>_0x22e47c[_0x1850a4(0x1a4)](_0x295944,!0x0)))&&_0x2b9b14[_0x1850a4(0x191)]());if(_0x39bd22[_0x1850a4(0x1f2)](_0x583e89=>_0x355700[_0x1850a4(0x21c)](_0x3929c4=>_0x3929c4[_0x1850a4(0x1a4)](_0x583e89,!0x0)))){const _0x42abf9=this[_0x1850a4(0x189)][_0x1850a4(0x1ab)](_0x1850a4(0x1b0),_0x2c1192,_0x1850a4(0x17e));return this[_0x1850a4(0x20c)](()=>_0x42abf9(_0xf67213,null,_0x54bba3)),null;}}else{const _0x473c69=_0x2b9b14[_0x1850a4(0x218)]();_0x39bd22[_0x1850a4(0x21c)](_0x2ffe55=>_0x2ffe55[_0x1850a4(0x1a4)](_0x473c69,!0x0))&&_0x2b9b14[_0x1850a4(0x191)]();if(_0x39bd22[_0x1850a4(0x1f2)](_0x1631b6=>_0x473c69[_0x1850a4(0x1a4)](_0x1631b6,!0x0))){const _0x217a93=this[_0x1850a4(0x189)][_0x1850a4(0x1ab)](_0x1850a4(0x1b0),_0x2c1192,_0x1850a4(0x17e));return this[_0x1850a4(0x20c)](()=>_0x217a93(_0x39bd22,null,_0x54bba3)),null;}}const _0x1e4a61=this[_0x1850a4(0x189)][_0x1850a4(0x1ab)](_0x1850a4(0x1b0),_0x2c1192,_0x1850a4(0x138));let _0xf6ce39=null;for(const _0xc32918 of this[_0x1850a4(0x11f)]())if(_0xc32918[_0x1850a4(0x1da)]['id']==_0x1cbae1['id']&&_0xc32918[_0x1850a4(0x26e)]&&_0x1850a4(0x1b0)==_0xc32918[_0x1850a4(0x297)]&&_0xc32918[_0x1850a4(0x145)]==_0x2c1192&&Lt(_0xc32918,_0x54bba3)&&(_0x1e4a61(_0xc32918[_0x1850a4(0x121)](),_0x39bd22)||_0x1e4a61(_0x39bd22,_0xc32918[_0x1850a4(0x121)]()))){if(_0xf6ce39){if(_0xc32918[_0x1850a4(0x165)]&&_0xc32918[_0x1850a4(0x165)][_0x1850a4(0x210)])continue;for(const _0x5ec305 of _0xc32918[_0x1850a4(0x121)]())_0xf6ce39[_0x1850a4(0x199)](_0x5ec305)||_0xf6ce39[_0x1850a4(0x1a9)](_0x5ec305);_0xc32918[_0x1850a4(0x15c)]();}else{_0xf6ce39=_0xc32918;for(const _0xde3f82 of _0x39bd22)_0xc32918[_0x1850a4(0x199)](_0xde3f82)||_0xc32918[_0x1850a4(0x1a9)](_0xde3f82);}}if(_0xf6ce39)return _0xf6ce39;_0x5d3f42[_0x1850a4(0x1fd)]();for(const {suggestion:_0x43db5e,meta:_0x37d0df}of this[_0x1850a4(0x1cf)](_0x39bd22,_0x1850a4(0x1b0)))_0x37d0df[_0x1850a4(0x126)]&&(this[_0x1850a4(0x16e)]||!_0x37d0df[_0x1850a4(0x147)]&&!_0x37d0df[_0x1850a4(0x203)])&&Lt(_0x43db5e,_0x54bba3)&&_0x5d3f42[_0x1850a4(0x1ec)](_0x43db5e);for(const _0x3e1d9f of _0x5d3f42){const _0x30c4fc=_0x3e1d9f[_0x1850a4(0x121)]();if(!_0x54bba3||!_0x54bba3[_0x1850a4(0x161)]){if(_0x39bd22[_0x1850a4(0x1f2)](_0xd34257=>_0x30c4fc[_0x1850a4(0x21c)](_0x1dd559=>_0x1dd559[_0x1850a4(0x1a4)](_0xd34257,!0x0))))return _0x3e1d9f;}(!_0x3e1d9f[_0x1850a4(0x266)]||!_0x3e1d9f[_0x1850a4(0x266)][_0x1850a4(0x161)])&&(_0x30c4fc[_0x1850a4(0x1f2)](_0x193f9b=>_0x39bd22[_0x1850a4(0x21c)](_0x308ac5=>_0x308ac5[_0x1850a4(0x1a4)](_0x193f9b,!0x0)))&&_0x3e1d9f[_0x1850a4(0x191)]());}const _0xc8d0b=_0x5ce529(),_0x21785f=_0x1cbae1['id'],_0x793a4b=_0x1850a4(0x294)+_0x2c1192,_0x591264=this[_0x1850a4(0x1b3)]({'id':_0xc8d0b,'type':_0x793a4b,'createdAt':new Date(),'authorId':_0x21785f,'attributes':_0x54bba3});for(const _0x3c34db of _0x39bd22)_0x3c34db[_0x1850a4(0x1a2)](),_0x3c34db[_0x1850a4(0x2af)]||_0x1850a4(0x11d)==_0x3c34db[_0x1850a4(0x143)][_0x1850a4(0x164)]||this[_0x1850a4(0x28d)](_0x793a4b,_0xc8d0b,_0x21785f,_0x3c34db,_0x26a934[_0x1850a4(0x27c)]());return _0x591264;}[_0x154439(0x1d1)](_0x5ead90,_0x8c2bc0,_0x4376b9,_0x13f393,_0x2be726){const _0x7cb9ce=_0x154439;if(_0x5ead90[_0x7cb9ce(0x2af)])return[];if(_0x7cb9ce(0x2a1)===this[_0x7cb9ce(0x291)])return[];const _0x304403=this[_0x7cb9ce(0x299)][_0x7cb9ce(0x12f)][_0x7cb9ce(0x2b7)](_0x7cb9ce(0x1ef))['me']['id'],_0x11b425=Array[_0x7cb9ce(0x233)](this[_0x7cb9ce(0x23b)][_0x7cb9ce(0x24b)]())[_0x7cb9ce(0x292)](_0x3315ae=>_0x7cb9ce(0x123)==_0x3315ae[_0x7cb9ce(0x297)]&&_0x3315ae[_0x7cb9ce(0x1b5)][_0x7cb9ce(0x169)]==_0x8c2bc0&&_0x3315ae[_0x7cb9ce(0x199)](_0x5ead90));if(_0x7cb9ce(0x1f1)===this[_0x7cb9ce(0x291)]){const _0x53ab50=this[_0x7cb9ce(0x1cf)](_0x5ead90,_0x7cb9ce(0x1e3))[_0x7cb9ce(0x292)](({meta:_0x3d5b08})=>_0x3d5b08[_0x7cb9ce(0x126)]&&!_0x3d5b08[_0x7cb9ce(0x203)]&&!_0x3d5b08[_0x7cb9ce(0x253)])[_0x7cb9ce(0x174)](({suggestion:_0x4cab19})=>_0x4cab19);_0x11b425[_0x7cb9ce(0x1d7)](..._0x53ab50);}const _0x8374bc=new Map([[_0x5ead90,_0x4376b9]]);for(const _0x4aa941 of _0x11b425){const _0x5068e6=_0x7cb9ce(0x123)==_0x4aa941[_0x7cb9ce(0x297)]?_0x4aa941[_0x7cb9ce(0x1b5)][_0x7cb9ce(0x2a9)]:void 0x0,_0x4ca28f=_0x4aa941[_0x7cb9ce(0x218)](),_0x5899cd=Array[_0x7cb9ce(0x233)](_0x8374bc[_0x7cb9ce(0x12a)]())[_0x7cb9ce(0x15a)](_0x6c522f=>_0x6c522f[_0x7cb9ce(0x214)](_0x4ca28f));if(!_0x5899cd)continue;const _0x9fde7e=_0x5899cd[_0x7cb9ce(0x1fc)](_0x4ca28f);this[_0x7cb9ce(0x1bf)](_0x8c2bc0)&&_0x7cb9ce(0x1e3)==_0x4aa941[_0x7cb9ce(0x297)]&&0x0!=_0x9fde7e[_0x7cb9ce(0x210)]||(_0x8374bc[_0x7cb9ce(0x282)](_0x5899cd),_0x9fde7e[_0x7cb9ce(0x207)](_0x506e8c=>{const _0x747999=_0x7cb9ce;_0x8374bc[_0x747999(0x1ca)](_0x506e8c,_0x4376b9);}),_0x7cb9ce(0x1e3)!=_0x4aa941[_0x7cb9ce(0x297)]&&_0x5068e6!=_0x13f393&&_0x8374bc[_0x7cb9ce(0x1ca)](_0x5899cd[_0x7cb9ce(0x1f4)](_0x4ca28f),_0x5068e6));}const _0xc3ba73=[];for(const [_0x306419,_0x47dbc2]of _0x8374bc){const _0x5a04c2=_0x5ce529(),_0x3d4742={'key':_0x8c2bc0,'oldValue':_0x47dbc2,'newValue':_0x13f393};_0x8c2bc0[_0x7cb9ce(0x210)]>0x25&&console[_0x7cb9ce(0x156)](_0x7cb9ce(0x1c7),{'key':_0x8c2bc0});const _0x48bfee=(_0x7cb9ce(0x2a4)+(_0x8c2bc0+'|'+Vt({'newValue':_0x13f393})))[_0x7cb9ce(0x117)](0x0,0x3c),_0xec91a2=this[_0x7cb9ce(0x1b3)]({'id':_0x5a04c2,'type':_0x48bfee,'data':_0x3d4742,'createdAt':new Date(),'authorId':_0x304403,'attributes':_0x2be726});_0xc3ba73[_0x7cb9ce(0x12b)](_0xec91a2),this[_0x7cb9ce(0x28d)](_0x48bfee,_0x5a04c2,_0x304403,_0x306419);}return _0xc3ba73;}[_0x154439(0x1cc)](_0x10f4f2){const _0x48aaac=_0x154439;this[_0x48aaac(0x281)][_0x48aaac(0x1ec)](_0x10f4f2);}[_0x154439(0x1ce)](_0x586d81){const _0x26592c=_0x154439;this[_0x26592c(0x15b)][_0x26592c(0x1ec)](_0x586d81);}[_0x154439(0x192)](_0x4b2c3c,_0x282e55=[],_0x379af9=[]){const _0x30ebf0=_0x154439;this[_0x30ebf0(0x24e)](_0x4b2c3c,(_0x2c69fe,..._0x3d7ac5)=>{const _0x1726da=_0x30ebf0;this[_0x1726da(0x25e)](()=>{_0x2c69fe(..._0x3d7ac5);});});for(const _0x37ef72 of _0x282e55)this[_0x30ebf0(0x1ce)](_0x37ef72);for(const _0x58cb3c of _0x379af9)this[_0x30ebf0(0x1cc)](_0x58cb3c);}[_0x154439(0x1d3)](_0x29ed9c){const _0xac5b54=_0x154439;return _0xac5b54(0x123)==_0x29ed9c[_0xac5b54(0x297)]?_0x29ed9c[_0xac5b54(0x145)][_0xac5b54(0x26f)]('|')[0x0]:null;}[_0x154439(0x24a)](_0xb3af2b,_0x5b577c){const _0x269f3c=_0x154439,_0x22fab9=_0xb3af2b[_0x269f3c(0x112)]();this[_0x269f3c(0x118)][_0x269f3c(0x1b9)](_0x3e1e35=>{const _0x4a5a45=_0x269f3c;_0x3e1e35[_0x4a5a45(0x279)](_0x22fab9,{'range':_0x5b577c});});}[_0x154439(0x2b1)](_0x5d056c){const _0x45c06c=_0x154439,_0x3c95c8=_0x5d056c['id'],_0x297935=this[_0x45c06c(0x299)][_0x45c06c(0x179)][_0x45c06c(0x2b7)](_0x45c06c(0x25a));this[_0x45c06c(0x238)][_0x45c06c(0x1bd)](_0x3c95c8)||this[_0x45c06c(0x238)][_0x45c06c(0x1fe)]({'channelId':_0x297935,'threadId':_0x3c95c8,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x46bf17=this[_0x45c06c(0x238)][_0x45c06c(0x21a)](_0x3c95c8);_0x46bf17[_0x45c06c(0x227)](_0x45c06c(0x2b8)),_0x46bf17[_0x45c06c(0x2b8)]=!0x1,_0x5d056c[_0x45c06c(0x165)]=_0x46bf17;}[_0x154439(0x1ae)](_0x36f41c,_0x44ef54,_0x8cf11,_0x2e5dbd){const _0x2ed03e=_0x154439;if(_0x36f41c[_0x2ed03e(0x297)]!=_0x44ef54||_0x36f41c[_0x2ed03e(0x145)]!=_0x8cf11||_0x36f41c[_0x2ed03e(0x10b)]['id']!=_0x2e5dbd)throw this[_0x2ed03e(0x299)][_0x2ed03e(0x201)](_0x2ed03e(0x216)),new _0xed878b(_0x2ed03e(0x216),this);}[_0x154439(0x115)](_0x11cec0,_0xa7ed8f){const _0xe56f8a=_0x154439,_0x426d7f=_0x11cec0[_0xe56f8a(0x218)]();if(_0xa7ed8f[_0xe56f8a(0x1eb)](_0x426d7f))_0x11cec0[_0xe56f8a(0x15c)]();else{if(_0x426d7f[_0xe56f8a(0x1a4)](_0xa7ed8f)){const _0x254b4a=this[_0xe56f8a(0x118)][_0xe56f8a(0x1cb)](_0xa7ed8f[_0xe56f8a(0x13a)][_0xe56f8a(0x20a)],_0xe56f8a(0x263));this[_0xe56f8a(0x24a)](_0x11cec0,this[_0xe56f8a(0x118)][_0xe56f8a(0x16a)](_0x426d7f[_0xe56f8a(0x13a)],_0x254b4a));const _0x5cd940=_0x5ce529(),_0x104aef=_0x11cec0[_0xe56f8a(0x10b)]['id'],_0x361749=_0x11cec0[_0xe56f8a(0x297)]+':'+_0x11cec0[_0xe56f8a(0x145)];this[_0xe56f8a(0x1b3)]({'id':_0x5cd940,'type':_0x361749,'createdAt':new Date(),'authorId':_0x104aef,'data':_0x11cec0[_0xe56f8a(0x1b5)],'attributes':_0x11cec0[_0xe56f8a(0x266)]});const _0x4b76e8=this[_0xe56f8a(0x118)][_0xe56f8a(0x1cb)](_0xa7ed8f[_0xe56f8a(0x263)][_0xe56f8a(0x274)],_0xe56f8a(0x22d)),_0x3df3c5=this[_0xe56f8a(0x118)][_0xe56f8a(0x16a)](_0x4b76e8,_0x426d7f[_0xe56f8a(0x263)]);this[_0xe56f8a(0x28d)](_0x361749,_0x5cd940,_0x104aef,_0x3df3c5);}else{if(_0x426d7f[_0xe56f8a(0x295)](_0xa7ed8f[_0xe56f8a(0x13a)])){const _0x49e215=this[_0xe56f8a(0x118)][_0xe56f8a(0x1cb)](_0xa7ed8f[_0xe56f8a(0x13a)][_0xe56f8a(0x20a)],_0xe56f8a(0x263));this[_0xe56f8a(0x24a)](_0x11cec0,this[_0xe56f8a(0x118)][_0xe56f8a(0x16a)](_0x426d7f[_0xe56f8a(0x13a)],_0x49e215));}else{const _0x371692=this[_0xe56f8a(0x118)][_0xe56f8a(0x1cb)](_0xa7ed8f[_0xe56f8a(0x263)][_0xe56f8a(0x274)],_0xe56f8a(0x22d));this[_0xe56f8a(0x24a)](_0x11cec0,this[_0xe56f8a(0x118)][_0xe56f8a(0x16a)](_0x371692,_0x426d7f[_0xe56f8a(0x263)]));}}}}[_0x154439(0x211)](_0x53ea88){const _0x1bc1f5=_0x154439;for(const {suggestion:_0x1c0e91,meta:_0x4f8602}of this[_0x1bc1f5(0x1cf)](_0x53ea88,_0x1bc1f5(0x1e3))){if(!_0x4f8602[_0x1bc1f5(0x126)])continue;const _0x6a3b1e=_0x1c0e91[_0x1bc1f5(0x121)]();for(const _0x15acec of _0x6a3b1e)if(!_0x53ea88[_0x1bc1f5(0x1fc)](_0x15acec)[_0x1bc1f5(0x210)])return!0x0;}return!0x1;}[_0x154439(0x142)](_0x11d527){const _0x40a862=_0x154439,_0x2a84bf=this[_0x40a862(0x299)][_0x40a862(0x12f)][_0x40a862(0x2b7)](_0x40a862(0x1ef))[_0x40a862(0x2ac)](_0x11d527);if(!_0x2a84bf)throw new _0xed878b(_0x40a862(0x14c),this);return _0x2a84bf;}[_0x154439(0x200)](_0x14dc22){const _0x23fe2f=_0x154439,_0x3b4ecb=this[_0x23fe2f(0x299)][_0x23fe2f(0x12f)][_0x23fe2f(0x2b7)](_0x23fe2f(0x1ef)),_0x53e616=_0xff7ae3(_0x23fe2f(0x1de)+_0x14dc22),_0x4d49ca=_0x3b4ecb[_0x23fe2f(0x2ac)](_0x53e616);return _0x4d49ca||_0x3b4ecb[_0x23fe2f(0x220)]({'id':_0x53e616,'name':_0x14dc22});}[_0x154439(0x1e2)](_0x2fdde6,_0x46cd8e,_0x58ce9a,_0x44d1be,_0xcfc576){const _0x4756c2=_0x154439,_0xc8fcb1=this[_0x4756c2(0x142)](_0x44d1be),_0x127de1=this[_0x4756c2(0x189)][_0x4756c2(0x158)](_0x2fdde6,_0x46cd8e,_0x58ce9a,_0xc8fcb1,_0xcfc576,_0x4b7029=>{const _0x138e47=_0x4756c2;this[_0x138e47(0x249)](_0x58ce9a,{'attributes':_0x4b7029});const _0x5d092d=this[_0x138e47(0x1d2)](_0x58ce9a);this[_0x138e47(0x202)](new Set([_0x5d092d])),this[_0x138e47(0x151)](new Set([_0x5d092d]));});return this[_0x4756c2(0x251)](_0x127de1,_0x4756c2(0x17e),()=>{const _0x1d4e3a=_0x4756c2;this[_0x1d4e3a(0x249)](_0x58ce9a,{'state':_0x1d4e3a(0x155)});},{'priority':_0x4756c2(0x1a5)}),this[_0x4756c2(0x251)](_0x127de1,_0x4756c2(0x191),()=>{const _0x2082cf=_0x4756c2;this[_0x2082cf(0x249)](_0x58ce9a,{'state':_0x2082cf(0x11a)});},{'priority':_0x4756c2(0x1a5)}),this[_0x4756c2(0x23b)][_0x4756c2(0x1ca)](_0x58ce9a,_0x127de1),this[_0x4756c2(0x1ee)][_0x4756c2(0x1ca)](_0x127de1,_0x4756c2(0x22b)),_0x127de1;}[_0x154439(0x1e7)](_0x424b60){const _0x42d25c=_0x154439,_0x2486da=_0x424b60[_0x42d25c(0x26f)](':');return{'group':_0x2486da[0x0],'type':_0x2486da[0x1],'subType':_0x2486da[_0x42d25c(0x210)]>=0x5?_0x2486da[0x2]:null,'id':_0x2486da[_0x42d25c(0x210)]<0x5?_0x2486da[0x2]:_0x2486da[0x3],'authorId':_0x2486da[_0x42d25c(0x210)]<0x5?_0x2486da[0x3]:_0x2486da[0x4],'markerCount':0x6==_0x2486da[_0x42d25c(0x210)]?_0x2486da[0x5]:null};}[_0x154439(0x184)](_0x39b35a,_0x117ca6,_0x409b54){const _0x127450=_0x154439,_0x28facb=_0x39b35a[_0x127450(0x218)](),_0xa68858=_0x28facb[_0x127450(0x13a)],_0xff2bae=_0x28facb[_0x127450(0x263)];this[_0x127450(0x24a)](_0x39b35a,this[_0x127450(0x118)][_0x127450(0x16a)](_0xa68858,_0x117ca6));const _0x194011=_0x5ce529(),_0x317bbc=_0x39b35a[_0x127450(0x10b)]['id'],_0x1afafe=_0x39b35a[_0x127450(0x297)]+(_0x39b35a[_0x127450(0x145)]?':'+_0x39b35a[_0x127450(0x145)]:'');this[_0x127450(0x1b3)]({'id':_0x194011,'type':_0x1afafe,'createdAt':new Date(),'authorId':_0x317bbc,'originalSuggestionId':_0x39b35a['id'],'attributes':_0x39b35a[_0x127450(0x266)],'data':_0x39b35a[_0x127450(0x1b5)]});const _0x341523=this[_0x127450(0x1d3)](_0x39b35a);(_0x127450(0x176)==_0x39b35a[_0x127450(0x297)]||_0x341523&&this[_0x127450(0x1bf)](_0x341523))&&(_0x409b54=this[_0x127450(0x118)][_0x127450(0x183)](_0x409b54[_0x127450(0x274)])),this[_0x127450(0x28d)](_0x1afafe,_0x194011,_0x317bbc,this[_0x127450(0x118)][_0x127450(0x16a)](_0x409b54,_0xff2bae));}[_0x154439(0x1cf)](_0x59f22e,_0x218e4f=null){const _0x37bd5a=_0x154439,_0x5da362=[],_0x4cd325=this[_0x37bd5a(0x299)][_0x37bd5a(0x12f)][_0x37bd5a(0x2b7)](_0x37bd5a(0x1ef))['me'];Array[_0x37bd5a(0x18d)](_0x59f22e)||(_0x59f22e=[_0x59f22e]);for(const _0x387b05 of this[_0x37bd5a(0x11f)]()){if(!_0x387b05[_0x37bd5a(0x26e)])continue;if(_0x218e4f&&_0x387b05[_0x37bd5a(0x297)]!=_0x218e4f)continue;let _0x539f4d=!0x1;for(const _0x321c75 of _0x387b05[_0x37bd5a(0x121)]()){for(const _0x201333 of _0x59f22e){const _0x49b690=_0x201333[_0x37bd5a(0x13a)][_0x37bd5a(0x1eb)](_0x321c75[_0x37bd5a(0x263)])||_0x201333[_0x37bd5a(0x263)][_0x37bd5a(0x1eb)](_0x321c75[_0x37bd5a(0x13a)]);if(_0x49b690||_0x201333[_0x37bd5a(0x1f4)](_0x321c75)){const _0x45ce9b=_0x201333[_0x37bd5a(0x1a4)](_0x321c75)&&Rt(this[_0x37bd5a(0x118)][_0x37bd5a(0x175)],_0x321c75[_0x37bd5a(0x13a)],_0x201333),_0x318ca8=_0x321c75[_0x37bd5a(0x1a4)](_0x201333)&&Rt(this[_0x37bd5a(0x118)][_0x37bd5a(0x175)],_0x201333[_0x37bd5a(0x13a)],_0x321c75);_0x5da362[_0x37bd5a(0x12b)]({'suggestion':_0x387b05,'meta':{'isOwn':_0x4cd325==_0x387b05[_0x37bd5a(0x1da)],'isNextTo':_0x49b690,'isInsideObject':_0x45ce9b,'containsRangeInObject':_0x318ca8}}),_0x539f4d=!0x0;break;}}if(_0x539f4d)break;}}return _0x5da362;}[_0x154439(0x28d)](_0x26766b,_0x383366,_0x3aabbf,_0x471006,_0x2e4a47){const _0x49893f=_0x154439;this[_0x49893f(0x118)][_0x49893f(0x1b9)](_0x4ee8c3=>{const _0x4353d3=_0x49893f;let _0xb66425=_0x4353d3(0x260)+_0x26766b+':'+_0x383366+':'+_0x3aabbf;_0x2e4a47&&(_0xb66425=_0xb66425+':'+_0x2e4a47),_0x4ee8c3[_0x4353d3(0x1a8)](_0xb66425,{'range':_0x471006,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x154439(0x2a8)](_0x456c96){const _0x13a5ef=_0x154439,_0x137cfe=_0x456c96[_0x13a5ef(0x230)],_0x44a283=_0x456c96[_0x13a5ef(0x180)];_0x456c96[_0x13a5ef(0x230)]=null,_0x456c96[_0x13a5ef(0x180)]=null,null!=_0x137cfe&&_0x137cfe[_0x13a5ef(0x180)]==_0x456c96&&(_0x137cfe[_0x13a5ef(0x180)]=_0x44a283),null!=_0x44a283&&_0x44a283[_0x13a5ef(0x230)]==_0x456c96&&(_0x44a283[_0x13a5ef(0x230)]=_0x137cfe),_0x13a5ef(0x231)==this[_0x13a5ef(0x1ee)][_0x13a5ef(0x2b7)](_0x456c96)&&(this[_0x13a5ef(0x1ee)][_0x13a5ef(0x1ca)](_0x456c96,_0x13a5ef(0x1dc)),this[_0x13a5ef(0x17c)](_0x13a5ef(0x11e),_0x456c96,_0x137cfe,_0x44a283));}[_0x154439(0x1b3)](_0x51e855){const _0x1a02be=_0x154439,_0x948b=_0x51e855['id'],_0x4ef6d9=this[_0x1a02be(0x248)](_0x51e855);if(this[_0x1a02be(0x20e)]&&this[_0x1a02be(0x20e)][_0x1a02be(0x1f3)]){const _0x51b7a5=this[_0x1a02be(0x299)][_0x1a02be(0x12f)][_0x1a02be(0x2b7)](_0x1a02be(0x1ea)),_0x4dc397=_0x4ef6d9[_0x1a02be(0x113)],_0xe4041=_0x4ef6d9[_0x1a02be(0x145)]?_0x4ef6d9[_0x1a02be(0x297)]+':'+_0x4ef6d9[_0x1a02be(0x145)]:_0x4ef6d9[_0x1a02be(0x297)],_0x47d528=this[_0x1a02be(0x299)][_0x1a02be(0x244)],_0x3c82f4=_0x51b7a5[_0x1a02be(0x1ec)](_0x508a3f(_0x47d528,_0x1a02be(0x267))),_0x2375b1={'id':_0x948b,'type':_0xe4041,'hasComments':_0x4dc397,'data':_0x51e855[_0x1a02be(0x1b5)]||null,'originalSuggestionId':_0x51e855[_0x1a02be(0x1dd)]||null,'attributes':_0x4ef6d9[_0x1a02be(0x266)]};this[_0x1a02be(0x20e)][_0x1a02be(0x1f3)](_0x2375b1)[_0x1a02be(0x14b)](_0x560d25=>{const _0x3af6c4=_0x1a02be;_0x4ef6d9[_0x3af6c4(0x1df)]=!0x0,_0x51b7a5[_0x3af6c4(0x1a3)](_0x3c82f4),_0x560d25&&_0x560d25[_0x3af6c4(0x2a2)]&&(this[_0x3af6c4(0x23b)][_0x3af6c4(0x2b7)](_0x948b)[_0x3af6c4(0x2a2)]=_0x560d25[_0x3af6c4(0x2a2)]);})[_0x1a02be(0x1b8)](_0x119750=>{const _0x30fcd8=_0x1a02be;throw _0x5e3030(_0x30fcd8(0x268)),this[_0x30fcd8(0x299)][_0x30fcd8(0x298)][_0x30fcd8(0x1e5)]({'isUndoable':!0x1},()=>{const _0x4a1560=_0x30fcd8;_0x4ef6d9[_0x4a1560(0x191)]();}),_0x4ef6d9[_0x30fcd8(0x2ae)](),this[_0x30fcd8(0x23b)][_0x30fcd8(0x282)](_0x4ef6d9['id']),this[_0x30fcd8(0x1ee)][_0x30fcd8(0x282)](_0x4ef6d9),_0x119750;});}return _0x4ef6d9;}[_0x154439(0x1bf)](_0x584d74){const _0x272d00=_0x154439;return this[_0x272d00(0x281)][_0x272d00(0x173)](_0x584d74);}[_0x154439(0x249)](_0x34bcb5,_0x4f79ee){const _0x1d7cc0=_0x154439,_0x10e24c=this[_0x1d7cc0(0x299)][_0x1d7cc0(0x12f)][_0x1d7cc0(0x2b7)](_0x1d7cc0(0x1ea)),_0x3bd57f=this[_0x1d7cc0(0x1d2)](_0x34bcb5);if(this[_0x1d7cc0(0x20e)]&&this[_0x1d7cc0(0x20e)][_0x1d7cc0(0x16c)]){if(_0x3bd57f[_0x1d7cc0(0x1df)]){const _0x2ed92b=_0x10e24c[_0x1d7cc0(0x1ec)](_0x508a3f(this[_0x1d7cc0(0x299)][_0x1d7cc0(0x244)],_0x1d7cc0(0x267)));this[_0x1d7cc0(0x20e)][_0x1d7cc0(0x16c)](_0x34bcb5,_0x4f79ee)[_0x1d7cc0(0x14b)](()=>{const _0x3b2914=_0x1d7cc0;_0x10e24c[_0x3b2914(0x1a3)](_0x2ed92b);});}else _0x3bd57f['on'](_0x1d7cc0(0x28b),()=>{const _0x1c011f=_0x1d7cc0;this[_0x1c011f(0x249)](_0x34bcb5,_0x4f79ee);});}}[_0x154439(0x1d5)](_0x1551f3){const _0x70b76=_0x154439;if(!this[_0x70b76(0x20e)]||!this[_0x70b76(0x20e)][_0x70b76(0x1d2)])throw new _0xed878b(_0x70b76(0x22f),this);return this[_0x70b76(0x20e)][_0x70b76(0x1d2)](_0x1551f3);}[_0x154439(0x229)](_0x11e0d6){const _0x50c5f6=_0x154439,{id:_0x58090f,type:_0xc9795d,subType:_0x4dc9a5,authorId:_0x5450dc}=this[_0x50c5f6(0x1e7)](_0x11e0d6),_0x39832a=this[_0x50c5f6(0x23b)][_0x50c5f6(0x2b7)](_0x58090f)||this[_0x50c5f6(0x1e2)](_0xc9795d,_0x4dc9a5,_0x58090f,_0x5450dc,{});switch(this[_0x50c5f6(0x1ae)](_0x39832a,_0xc9795d,_0x4dc9a5,_0x5450dc),this[_0x50c5f6(0x1ee)][_0x50c5f6(0x2b7)](_0x39832a)){case _0x50c5f6(0x22b):this[_0x50c5f6(0x1d5)](_0x58090f)[_0x50c5f6(0x14b)](_0x5aae18=>{const _0x5a17ab=_0x50c5f6;let _0x9cf9e=Promise[_0x5a17ab(0x288)]();_0x5aae18[_0x5a17ab(0x113)]&&(_0x9cf9e=this[_0x5a17ab(0x238)][_0x5a17ab(0x1bb)]({'channelId':this[_0x5a17ab(0x299)][_0x5a17ab(0x179)][_0x5a17ab(0x2b7)](_0x5a17ab(0x25a)),'threadId':_0x58090f})),_0x9cf9e[_0x5a17ab(0x14b)](()=>{const _0x262836=_0x5a17ab;this[_0x262836(0x248)](_0x5aae18)[_0x262836(0x1df)]=!0x0;});}),this[_0x50c5f6(0x1ee)][_0x50c5f6(0x1ca)](_0x39832a,_0x50c5f6(0x149));break;case _0x50c5f6(0x1dc):this[_0x50c5f6(0x249)](_0x58090f,{'state':_0x50c5f6(0x2b5)});case _0x50c5f6(0x20b):this[_0x50c5f6(0x1ee)][_0x50c5f6(0x1ca)](_0x39832a,_0x50c5f6(0x231)),this[_0x50c5f6(0x17c)](_0x50c5f6(0x1ff),_0x39832a);break;case _0x50c5f6(0x231):this[_0x50c5f6(0x17c)](_0x50c5f6(0x278),_0x39832a);}return _0x39832a[_0x50c5f6(0x10d)](_0x11e0d6),_0x39832a;}[_0x154439(0x151)](_0x1e68b4){const _0x3f5f71=_0x154439,_0x2a5662=Array[_0x3f5f71(0x233)](_0x1e68b4),_0x3d9dc8=_0x2a5662[_0x3f5f71(0x292)](_0x22c715=>_0x3f5f71(0x123)==_0x22c715[_0x3f5f71(0x297)]);this[_0x3f5f71(0x1f0)](_0x3d9dc8);const _0xdd91a8=_0x2a5662[_0x3f5f71(0x292)](_0x4fa676=>!_0x4fa676[_0x3f5f71(0x29f)]&&_0x3f5f71(0x123)!=_0x4fa676[_0x3f5f71(0x297)]),_0x517d26=this[_0x3f5f71(0x11f)]({'skipNotAttached':!0x0})[_0x3f5f71(0x292)](_0x7b6a00=>!_0x7b6a00[_0x3f5f71(0x29f)]&&_0x3f5f71(0x123)!=_0x7b6a00[_0x3f5f71(0x297)]),_0x3d4177=_0x517d26[_0x3f5f71(0x292)](_0x564a9f=>!_0x1e68b4[_0x3f5f71(0x173)](_0x564a9f)),_0x3a7e85=new Map(_0x517d26[_0x3f5f71(0x174)](_0x1274b2=>[_0x1274b2,this[_0x3f5f71(0x189)][_0x3f5f71(0x1ab)](_0x1274b2[_0x3f5f71(0x297)],_0x1274b2[_0x3f5f71(0x145)],_0x3f5f71(0x257))])),_0x5c1b50=new Map(_0x517d26[_0x3f5f71(0x174)](_0x3f2f2a=>[_0x3f2f2a,_0x3f2f2a[_0x3f5f71(0x218)]()])),_0x25c067=new Set(),_0x3e1fd8=new Set();for(let _0x5bc36e=0x0;_0x5bc36e<_0xdd91a8[_0x3f5f71(0x210)];_0x5bc36e++)_0x247b4f(_0xdd91a8[_0x5bc36e],_0xdd91a8,_0x5bc36e+0x1);for(let _0x42a3c7=0x0;_0x42a3c7<_0xdd91a8[_0x3f5f71(0x210)];_0x42a3c7++)_0x247b4f(_0xdd91a8[_0x42a3c7],_0x3d4177,0x0);const _0x140c9c=new Set();for(let _0x1f97e7=0x0;_0x1f97e7<_0xdd91a8[_0x3f5f71(0x210)];_0x1f97e7++){const _0xb4daaf=_0xdd91a8[_0x1f97e7];!_0x3e1fd8[_0x3f5f71(0x173)](_0xb4daaf)&&_0xb4daaf[_0x3f5f71(0x230)]&&(_0x140c9c[_0x3f5f71(0x1ec)](_0xb4daaf[_0x3f5f71(0x230)]),_0xb4daaf[_0x3f5f71(0x230)][_0x3f5f71(0x180)]===_0xb4daaf&&(_0xb4daaf[_0x3f5f71(0x230)][_0x3f5f71(0x180)]=null),_0xb4daaf[_0x3f5f71(0x230)]=null),!_0x25c067[_0x3f5f71(0x173)](_0xb4daaf)&&_0xb4daaf[_0x3f5f71(0x180)]&&(_0x140c9c[_0x3f5f71(0x1ec)](_0xb4daaf[_0x3f5f71(0x180)]),_0xb4daaf[_0x3f5f71(0x180)][_0x3f5f71(0x230)]===_0xb4daaf&&(_0xb4daaf[_0x3f5f71(0x180)][_0x3f5f71(0x230)]=null),_0xb4daaf[_0x3f5f71(0x180)]=null);}function _0x247b4f(_0x117158,_0xc80e4,_0x5c60e7){const _0x23e6e9=_0x3f5f71;for(let _0xf1f38d=_0x5c60e7;_0xf1f38d<_0xc80e4[_0x23e6e9(0x210)];_0xf1f38d++){const _0x3f59da=_0x2d1234(_0x117158,_0xc80e4[_0xf1f38d]);_0x3f59da&&(_0x3f59da[0x0][_0x23e6e9(0x180)]=_0x3f59da[0x1],_0x3f59da[0x1][_0x23e6e9(0x230)]=_0x3f59da[0x0],_0x25c067[_0x23e6e9(0x1ec)](_0x3f59da[0x0]),_0x3e1fd8[_0x23e6e9(0x1ec)](_0x3f59da[0x1]));}}function _0x2d1234(_0x2a0554,_0x53c7fb){const _0x4230e9=_0x3f5f71;if(_0x2a0554[_0x4230e9(0x1da)]['id']!==_0x53c7fb[_0x4230e9(0x1da)]['id'])return null;const _0x30e4f6=_0x3a7e85[_0x4230e9(0x2b7)](_0x2a0554)(_0x2a0554,_0x53c7fb,_0x5c1b50[_0x4230e9(0x2b7)](_0x2a0554),_0x5c1b50[_0x4230e9(0x2b7)](_0x53c7fb));if(!_0x30e4f6)return null;return _0x3a7e85[_0x4230e9(0x2b7)](_0x53c7fb)(_0x2a0554,_0x53c7fb,_0x5c1b50[_0x4230e9(0x2b7)](_0x2a0554),_0x5c1b50[_0x4230e9(0x2b7)](_0x53c7fb))?_0x30e4f6[0x1][_0x4230e9(0x165)]&&_0x30e4f6[0x1][_0x4230e9(0x165)][_0x4230e9(0x210)]?null:_0x30e4f6:null;}_0x140c9c[_0x3f5f71(0x283)]&&this[_0x3f5f71(0x151)](_0x140c9c);}[_0x154439(0x1f0)](_0x5e9b9c){const _0x3f0f2f=_0x154439;if(0x0==_0x5e9b9c[_0x3f0f2f(0x210)])return;const _0x40b38a=this[_0x3f0f2f(0x11f)]({'skipNotAttached':!0x0})[_0x3f0f2f(0x292)](_0x2bcafe=>_0x3f0f2f(0x123)==_0x2bcafe[_0x3f0f2f(0x297)]&&_0x2bcafe[_0x3f0f2f(0x23d)]),_0x233634=[],_0x14f372=new Map();for(const _0x48fc4a of _0x40b38a){const _0x5121e8=_0xff7ae3(_0x48fc4a[_0x3f0f2f(0x266)]);_0x14f372[_0x3f0f2f(0x173)](_0x5121e8)||(_0x14f372[_0x3f0f2f(0x1ca)](_0x5121e8,_0x233634[_0x3f0f2f(0x210)]),_0x233634[_0x3f0f2f(0x12b)]([]));const _0x2dd3cd=_0x14f372[_0x3f0f2f(0x2b7)](_0x5121e8);_0x233634[_0x2dd3cd][_0x3f0f2f(0x12b)](_0x48fc4a);}!(function(){const _0x442e94=_0x3f0f2f;_0x233634[_0x442e94(0x25b)]((_0x2b7e61,_0x4845db)=>{const _0x1abd2a=_0x442e94,_0x150f2e=_0x2b7e61[0x0][_0x1abd2a(0x2a2)],_0x820cd9=_0x4845db[0x0][_0x1abd2a(0x2a2)];return _0x150f2e==_0x820cd9?_0x2b7e61[0x0][_0x1abd2a(0x266)][_0x1abd2a(0x2b0)]<_0x4845db[0x0][_0x1abd2a(0x266)][_0x1abd2a(0x2b0)]?-0x1:0x1:_0x150f2e<_0x820cd9?-0x1:0x1;});for(const _0x1e588b of _0x233634)_0x1e588b[_0x442e94(0x25b)]((_0x1a0fd4,_0x1f4232)=>_0x1a0fd4['id']<_0x1f4232['id']?-0x1:0x1);}());for(let _0x4441a8=0x0;_0x4441a8<_0x233634[_0x3f0f2f(0x210)];_0x4441a8++){if(0x0==_0x233634[_0x4441a8][_0x3f0f2f(0x210)])continue;const _0x112c95=[];for(let _0x4138b8=_0x4441a8+0x1;_0x4138b8<_0x233634[_0x3f0f2f(0x210)];_0x4138b8++)0x0!=_0x233634[_0x4138b8][_0x3f0f2f(0x210)]&&_0xa5e95b(_0x233634[_0x4441a8],_0x233634[_0x4138b8])&&_0x112c95[_0x3f0f2f(0x12b)](_0x4138b8);for(const _0x1a6440 of _0x112c95)_0x233634[_0x4441a8]=_0x233634[_0x4441a8][_0x3f0f2f(0x2a6)](_0x233634[_0x1a6440]),_0x233634[_0x1a6440]=[];}for(const _0x35f149 of _0x233634)for(let _0x268e41=0x0;_0x268e41<_0x35f149[_0x3f0f2f(0x210)];_0x268e41++)_0x35f149[_0x268e41][_0x3f0f2f(0x180)]=_0x35f149[_0x268e41+0x1]||null;for(const _0x38e93e of _0x233634)for(let _0x9e8ffe=0x0;_0x9e8ffe<_0x38e93e[_0x3f0f2f(0x210)];_0x9e8ffe++)_0x38e93e[_0x9e8ffe][_0x3f0f2f(0x230)]=_0x38e93e[_0x9e8ffe-0x1]||null;function _0xa5e95b(_0x41cdd6,_0xd051c0){const _0x39eaca=_0x3f0f2f;if(_0x41cdd6[0x0][_0x39eaca(0x266)][_0x39eaca(0x2b0)]!==_0xd051c0[0x0][_0x39eaca(0x266)][_0x39eaca(0x2b0)]&&_0x41cdd6[0x0][_0x39eaca(0x1da)]!==_0xd051c0[0x0][_0x39eaca(0x1da)])return!0x1;if(!function(_0x52daf0,_0x4d2f62){const _0x18c9d5=_0x39eaca;if(!_0x52daf0[_0x18c9d5(0x113)]&&!_0x4d2f62[_0x18c9d5(0x113)])return!0x0;if(_0x52daf0[_0x18c9d5(0x113)]&&_0x4d2f62[_0x18c9d5(0x113)])return!0x1;if(_0x52daf0[_0x18c9d5(0x113)]&&_0x4d2f62[_0x18c9d5(0x2a2)]<_0x52daf0[_0x18c9d5(0x165)][_0x18c9d5(0x23f)][_0x18c9d5(0x2b7)](0x0)[_0x18c9d5(0x2a2)])return!0x0;if(_0x4d2f62[_0x18c9d5(0x113)]&&_0x52daf0[_0x18c9d5(0x2a2)]<_0x4d2f62[_0x18c9d5(0x165)][_0x18c9d5(0x23f)][_0x18c9d5(0x2b7)](0x0)[_0x18c9d5(0x2a2)])return!0x0;return!0x1;}(_0x41cdd6[0x0],_0xd051c0[0x0]))return!0x1;const _0x1a2ce6=_0x1487af(_0x41cdd6[0x0][_0x39eaca(0x266)],_0x39eaca(0x2b0)),_0x2951c8=_0x1487af(_0xd051c0[0x0][_0x39eaca(0x266)],_0x39eaca(0x2b0));if(!_0x33664a(_0x1a2ce6,_0x2951c8))return!0x1;return!!_0x41cdd6[_0x39eaca(0x1f2)](_0x4b6f67=>_0xd051c0[_0x39eaca(0x21c)](_0x588404=>_0x4b6f67[_0x39eaca(0x218)]()[_0x39eaca(0x1eb)](_0x588404[_0x39eaca(0x218)]())))&&_0xd051c0[_0x39eaca(0x1f2)](_0x3917f0=>_0x41cdd6[_0x39eaca(0x21c)](_0x31f410=>_0x3917f0[_0x39eaca(0x218)]()[_0x39eaca(0x1eb)](_0x31f410[_0x39eaca(0x218)]())));}}[_0x154439(0x202)](_0x4883bf){const _0x33890a=_0x154439,_0x2a2424=Array[_0x33890a(0x233)](_0x4883bf),_0x57a9cc=this[_0x33890a(0x11f)]({'skipNotAttached':!0x0}),_0x160ddf=_0x57a9cc[_0x33890a(0x292)](_0x37deb2=>!_0x4883bf[_0x33890a(0x173)](_0x37deb2)),_0x528e14=new Map(_0x2a2424[_0x33890a(0x174)](_0x568df3=>[_0x568df3,this[_0x33890a(0x189)][_0x33890a(0x1ab)](_0x568df3[_0x33890a(0x297)],_0x568df3[_0x33890a(0x145)],_0x33890a(0x138))])),_0x2b275e=new Map(_0x57a9cc[_0x33890a(0x174)](_0x1dcdb0=>[_0x1dcdb0,_0x1dcdb0[_0x33890a(0x121)]()]));for(let _0x5a15ab=0x0;_0x5a15ab<_0x2a2424[_0x33890a(0x210)];_0x5a15ab++){if(_0xb4310(this,_0x2a2424[_0x5a15ab],_0x2a2424,_0x5a15ab+0x1))return!0x0;}for(let _0x29c8ad=0x0;_0x29c8ad<_0x2a2424[_0x33890a(0x210)];_0x29c8ad++){if(_0xb4310(this,_0x2a2424[_0x29c8ad],_0x160ddf,0x0))return!0x0;}return!0x1;function _0xb4310(_0x4edefd,_0x29681a,_0xa0b723,_0x231eea){const _0x55bc74=_0x33890a;for(let _0x4906d1=_0x231eea;_0x4906d1<_0xa0b723[_0x55bc74(0x210)];_0x4906d1++){const _0x3d3045=_0xa0b723[_0x4906d1];if(_0x3d3045[_0x55bc74(0x297)]!==_0x29681a[_0x55bc74(0x297)]||_0x3d3045[_0x55bc74(0x1da)]['id']!==_0x29681a[_0x55bc74(0x1da)]['id']||_0x3d3045[_0x55bc74(0x145)]!==_0x29681a[_0x55bc74(0x145)])continue;if(!Pt(_0x29681a,_0x3d3045,[_0x55bc74(0x2b0)]))continue;if(_0x55bc74(0x123)==_0x29681a[_0x55bc74(0x297)]&&_0x29681a[_0x55bc74(0x1b5)][_0x55bc74(0x2a9)]!=_0x3d3045[_0x55bc74(0x1b5)][_0x55bc74(0x2a9)])continue;if(_0x55bc74(0x123)==_0x29681a[_0x55bc74(0x297)]&&_0x4edefd[_0x55bc74(0x1bf)](_0x29681a[_0x55bc74(0x1b5)][_0x55bc74(0x169)]))continue;if(_0x55bc74(0x176)==_0x29681a[_0x55bc74(0x297)]){const _0x2d3968=_0x4edefd[_0x55bc74(0x299)][_0x55bc74(0x298)],_0x58a8dd=_0x29681a[_0x55bc74(0x27f)]();if(_0x58a8dd&&(_0x2d3968[_0x55bc74(0x175)][_0x55bc74(0x1d8)](_0x58a8dd)||_0x2d3968[_0x55bc74(0x175)][_0x55bc74(0x125)](_0x58a8dd)))continue;}const _0x334236=_0x528e14[_0x55bc74(0x2b7)](_0x29681a),_0x425532=_0x2b275e[_0x55bc74(0x2b7)](_0x29681a),_0x231a93=_0x2b275e[_0x55bc74(0x2b7)](_0x3d3045),_0x55f223=_0x29681a[_0x55bc74(0x165)]&&_0x29681a[_0x55bc74(0x165)][_0x55bc74(0x210)],_0xac27ad=_0x3d3045[_0x55bc74(0x165)]&&_0x3d3045[_0x55bc74(0x165)][_0x55bc74(0x210)];if(!_0x55f223&&_0x334236(_0x231a93,_0x425532))return _0x4edefd[_0x55bc74(0x20d)](_0x3d3045,_0x29681a),_0x2b275e[_0x55bc74(0x282)](_0x29681a),!0x0;if(!_0xac27ad&&_0x334236(_0x425532,_0x231a93))return _0x4edefd[_0x55bc74(0x20d)](_0x29681a,_0x3d3045),_0x2b275e[_0x55bc74(0x282)](_0x3d3045),!0x0;}return!0x1;}}[_0x154439(0x20d)](_0x147a4a,_0x1a1117){const _0x22b5ce=_0x154439;if(_0x147a4a[_0x22b5ce(0x29f)]){for(const _0x264fa0 of _0x1a1117[_0x22b5ce(0x121)]())_0x147a4a[_0x22b5ce(0x1a9)](_0x264fa0);}else{const _0x2f1bbc=_0x1a1117[_0x22b5ce(0x218)]()[_0x22b5ce(0x263)];this[_0x22b5ce(0x24a)](_0x147a4a,this[_0x22b5ce(0x118)][_0x22b5ce(0x16a)](_0x147a4a[_0x22b5ce(0x218)]()[_0x22b5ce(0x13a)],_0x2f1bbc));}_0x1a1117[_0x22b5ce(0x15c)]();}[_0x154439(0x208)](_0x2319e8,_0x27991f){const _0x4ba542=_0x154439,_0x4965d4=_0x2319e8[_0x4ba542(0x2a5)](_0x4ba542(0x219))||_0x2319e8[_0x4ba542(0x2a5)](_0x4ba542(0x123))?_0x4ba542(0x237):_0x2319e8[_0x4ba542(0x1e1)]();return _0x508a3f(this[_0x4ba542(0x299)][_0x4ba542(0x244)],_0x27991f+'_'+_0x4965d4+_0x4ba542(0x26d));}[_0x154439(0x29d)](){const _0x52e9fa=_0x154439,_0x13d971=this[_0x52e9fa(0x299)];_0x4043ab(this[_0x52e9fa(0x118)],({left:_0x1f4b76,entered:_0x314910})=>{const _0x3676dc=_0x52e9fa,_0x114f8b=[];for(const _0x1637a3 of _0x1f4b76){const {group:_0x5da5e2,type:_0x299a88}=this[_0x3676dc(0x1e7)](_0x1637a3[_0x3676dc(0x16b)]);if(_0x3676dc(0x1be)===_0x5da5e2){_0x114f8b[_0x3676dc(0x12b)](this[_0x3676dc(0x208)](_0x299a88,_0x3676dc(0x1ba)));break;}}for(const _0x458ed8 of _0x314910){const {group:_0x4acf45,type:_0x3bd0be}=this[_0x3676dc(0x1e7)](_0x458ed8[_0x3676dc(0x16b)]);if(_0x3676dc(0x1be)===_0x4acf45){_0x114f8b[_0x3676dc(0x12b)](this[_0x3676dc(0x208)](_0x3bd0be,_0x3676dc(0x1a1)));break;}}_0x114f8b[_0x3676dc(0x210)]&&_0x13d971['ui'][_0x3676dc(0x154)][_0x3676dc(0x1f5)](_0x3676dc(0x193),_0x114f8b[_0x3676dc(0x138)]('\x20'));});}[_0x154439(0x1d4)](_0x567dd4){const _0x2f8f58=_0x154439;if(this[_0x2f8f58(0x24c)])return!0x1;const _0x2fb185=this[_0x2f8f58(0x299)],_0x19fd8=_0x2fb185[_0x2f8f58(0x298)][_0x2f8f58(0x167)][_0x2f8f58(0x25c)][_0x2f8f58(0x286)]();if(0x0==_0x19fd8[_0x2f8f58(0x210)])return!0x1;const _0x31daf2=[],_0x358382=_0x19fd8[_0x2f8f58(0x292)](_0x4b3e94=>_0x2f8f58(0x123)==_0x4b3e94[_0x2f8f58(0x297)]),_0x4a024f=_0x19fd8[_0x2f8f58(0x292)](_0x3e68a4=>_0x2f8f58(0x22c)==_0x3e68a4[_0x2f8f58(0x297)]&&_0x2f8f58(0x18c)!=_0x3e68a4[_0x2f8f58(0x16b)]),_0xac8522=_0x19fd8[_0x2f8f58(0x292)](_0x4d7783=>_0x2f8f58(0x1a3)==_0x4d7783[_0x2f8f58(0x297)]&&_0x2f8f58(0x18c)!=_0x4d7783[_0x2f8f58(0x16b)]);for(const _0x56cbaa of _0x358382)_0x31daf2[_0x2f8f58(0x12b)]({'key':_0x56cbaa[_0x2f8f58(0x17d)],'newValue':_0x56cbaa[_0x2f8f58(0x1ac)],'oldValue':_0x56cbaa[_0x2f8f58(0x29a)],'range':Ot(_0x56cbaa[_0x2f8f58(0x111)],_0x2fb185[_0x2f8f58(0x298)])});for(const _0x54dac1 of _0x4a024f){const _0x58fa64=_0xac8522[_0x2f8f58(0x15a)](_0xf05f89=>_0xf05f89[_0x2f8f58(0x1ad)][_0x2f8f58(0x1eb)](_0x54dac1[_0x2f8f58(0x1ad)]));_0x58fa64&&_0x31daf2[_0x2f8f58(0x12b)]({'key':_0x2f8f58(0x157),'newValue':_0x54dac1[_0x2f8f58(0x16b)],'oldValue':_0x58fa64[_0x2f8f58(0x16b)],'range':_0x2fb185[_0x2f8f58(0x298)][_0x2f8f58(0x23e)](_0x54dac1[_0x2f8f58(0x1ad)][_0x2f8f58(0x14a)])});}return 0x0!=_0x31daf2[_0x2f8f58(0x210)]&&this[_0x2f8f58(0x1b4)](_0x567dd4,_0x31daf2);}[_0x154439(0x239)](_0x225bb3){const _0x4d416c=_0x154439;let _0x1b455c=!0x1;const _0x4e3e01=this[_0x4d416c(0x299)][_0x4d416c(0x298)][_0x4d416c(0x167)][_0x4d416c(0x25c)][_0x4d416c(0x12c)]()[_0x4d416c(0x292)](_0x366e9d=>_0x366e9d[_0x4d416c(0x1b5)][_0x4d416c(0x17b)]&&_0x366e9d[_0x4d416c(0x16b)][_0x4d416c(0x2a5)](_0x4d416c(0x1a0)));for(const _0x19ef4b of _0x4e3e01){const {subType:_0x1ac6b8,id:_0x27efdd}=this[_0x4d416c(0x1e7)](_0x19ef4b[_0x4d416c(0x16b)]),_0x4f6b0b=_0x1ac6b8[_0x4d416c(0x26f)]('|')[0x0];for(const _0x5b0a12 of this[_0x4d416c(0x11f)]({'skipNotAttached':!0x0}))_0x5b0a12['id']!=_0x27efdd&&_0x4d416c(0x123)==_0x5b0a12[_0x4d416c(0x297)]&&_0x5b0a12[_0x4d416c(0x1b5)]&&_0x5b0a12[_0x4d416c(0x1b5)][_0x4d416c(0x169)]==_0x4f6b0b&&_0x5b0a12[_0x4d416c(0x218)]()[_0x4d416c(0x214)](_0x19ef4b[_0x4d416c(0x1b5)][_0x4d416c(0x17b)])&&(this[_0x4d416c(0x236)](_0x5b0a12,_0x19ef4b[_0x4d416c(0x1b5)][_0x4d416c(0x17b)],_0x225bb3),_0x1b455c=!0x0);}return _0x1b455c;}[_0x154439(0x25e)](_0xacc7c2){const _0x468021=_0x154439;this[_0x468021(0x299)],(this[_0x468021(0x24c)]=!0x0,_0xacc7c2());}[_0x154439(0x1bc)](_0x2b7a58){const _0x14a328=_0x154439,_0x4e1ebc=this[_0x14a328(0x1bf)](_0x2b7a58),_0x3df2f1=this[_0x14a328(0x15b)][_0x14a328(0x173)](_0x2b7a58);return _0x4e1ebc||_0x3df2f1;}[_0x154439(0x1b4)](_0x4cdffa,_0x5c3425){const _0x153445=_0x154439;if(0x0==_0x5c3425[_0x153445(0x210)])return!0x1;let _0xa64bd=!0x1;for(const _0x5b9519 of _0x5c3425){const _0x17b9b6=this[_0x153445(0x1cf)](_0x5b9519[_0x153445(0x111)],_0x153445(0x123))[_0x153445(0x292)](_0x4c6458=>!_0x4c6458[_0x153445(0x1e4)][_0x153445(0x253)])[_0x153445(0x174)](_0x453144=>_0x453144[_0x153445(0x1be)]),_0x490882=_0xff7ae3({'newValue':_0x5b9519[_0x153445(0x1d0)]});_0x17b9b6[_0x153445(0x292)](_0x10ae7c=>{const _0x560d61=_0x153445,[_0xede440,_0x2d4485]=_0x10ae7c[_0x560d61(0x145)][_0x560d61(0x26f)]('|');return _0xede440==_0x5b9519[_0x560d61(0x169)]&&_0x2d4485!=_0x490882;})[_0x153445(0x207)](_0x3df907=>{const _0x4ea87f=_0x153445;this[_0x4ea87f(0x236)](_0x3df907,_0x5b9519[_0x4ea87f(0x111)],_0x4cdffa),_0xa64bd=!0x0;});}return _0xa64bd;}[_0x154439(0x236)](_0x21650e,_0x28e15d,_0x1814cf){const _0x52d7a7=_0x154439,_0x1690a0=_0x21650e[_0x52d7a7(0x218)]()[_0x52d7a7(0x1fc)](_0x28e15d);0x0!==_0x1690a0[_0x52d7a7(0x210)]?0x1!==_0x1690a0[_0x52d7a7(0x210)]?this[_0x52d7a7(0x184)](_0x21650e,_0x28e15d[_0x52d7a7(0x13a)],_0x28e15d[_0x52d7a7(0x263)]):this[_0x52d7a7(0x24a)](_0x21650e,_0x1690a0[0x0]):_0x1814cf[_0x52d7a7(0x12d)](_0x21650e[_0x52d7a7(0x112)]());}}class xt{constructor(_0x48047c){const _0x209731=_0x154439;this[_0x209731(0x17a)]=_0x48047c,this[_0x209731(0x118)]=_0x48047c[_0x209731(0x298)],this[_0x209731(0x262)]=new Map(),this[_0x209731(0x197)]=new Map(),this[_0x209731(0x22a)]();}[_0x154439(0x158)](_0x18c7e6,_0x1cbc1f,_0x2c178d,_0x51832c,_0x598650,_0x2f7e42){const _0x403c43=_0x154439;return new _0x26a934(this[_0x403c43(0x118)],{'type':_0x18c7e6,'subType':_0x1cbc1f,'id':_0x2c178d,'author':_0x51832c,'creator':_0x51832c,'attributes':_0x598650,'onAttributesChange':_0x2f7e42,'onAccept':(..._0x3bbf08)=>this[_0x403c43(0x1ab)](_0x18c7e6,_0x1cbc1f,_0x403c43(0x17e))(..._0x3bbf08),'onDiscard':(..._0x56df1e)=>this[_0x403c43(0x1ab)](_0x18c7e6,_0x1cbc1f,_0x403c43(0x191))(..._0x56df1e)});}[_0x154439(0x16f)](_0x5595be,_0xedfa6,_0xcbf5e6,_0xfaa82){const _0x54134a=_0x154439,_0x5ec0b0=_0x5595be+':'+_0xedfa6+':'+_0xcbf5e6;this[_0x54134a(0x262)][_0x54134a(0x1ca)](_0x5ec0b0,_0xfaa82);}[_0x154439(0x1ab)](_0x39acc6,_0x53d9d4,_0x50abbf){const _0x3f532c=_0x154439,_0x56132e=_0x39acc6+':'+_0x53d9d4+':'+_0x50abbf;return this[_0x3f532c(0x262)][_0x3f532c(0x2b7)](_0x56132e)||this[_0x3f532c(0x197)][_0x3f532c(0x2b7)](_0x39acc6+':'+_0x50abbf);}[_0x154439(0x22a)](){const _0x2f90b7=_0x154439,_0x258d78=()=>!0x1,_0x17e764=_0x2d0b31=>{const _0x1e5480=_0x1ce2;_0x2d0b31[_0x1e5480(0x25b)]((_0x435882,_0x2d4526)=>_0x435882[_0x1e5480(0x13a)][_0x1e5480(0x13e)](_0x2d4526[_0x1e5480(0x13a)])?0x1:-0x1),this[_0x1e5480(0x118)][_0x1e5480(0x1b9)](_0x262054=>{const _0x184160=_0x1e5480;for(const _0x4bd7c9 of _0x2d0b31){let _0x23b2b5;_0x23b2b5=_0x4bd7c9[_0x184160(0x263)][_0x184160(0x17f)]&&_0x4bd7c9[_0x184160(0x263)][_0x184160(0x274)]==_0x4bd7c9[_0x184160(0x13a)][_0x184160(0x14a)]?_0x262054[_0x184160(0x212)](_0x4bd7c9[_0x184160(0x13a)][_0x184160(0x14a)],'on'):_0x262054[_0x184160(0x212)](_0x4bd7c9),this[_0x184160(0x118)][_0x184160(0x2b6)](_0x23b2b5,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x5ef650=(_0x5c4ea3,_0x2df27b)=>{const _0x5c4f62=_0x1ce2;_0x2df27b&&this[_0x5c4f62(0x118)][_0x5c4f62(0x1b9)](_0x27fc82=>{const _0x24f4b6=_0x5c4f62,{commandName:_0xe183b1,commandParams:_0x39784d=[]}=_0x2df27b,_0x2e0009=_0x5c4ea3[_0x24f4b6(0x174)](_0x2b9c68=>(Tt(_0x2b9c68)&&(_0x2b9c68=this[_0x24f4b6(0x118)][_0x24f4b6(0x16a)](_0x2b9c68[_0x24f4b6(0x263)])),_0x2b9c68))[_0x24f4b6(0x292)](_0x234307=>_0x24f4b6(0x11d)!==_0x234307[_0x24f4b6(0x143)][_0x24f4b6(0x164)]);if(_0x2e0009[_0x24f4b6(0x210)]<0x1)return;const _0x5aac47=Array[_0x24f4b6(0x233)](this[_0x24f4b6(0x118)][_0x24f4b6(0x167)][_0x24f4b6(0x296)][_0x24f4b6(0x121)]())[_0x24f4b6(0x174)](_0x221985=>_0x4df010[_0x24f4b6(0x14d)](_0x221985));_0x27fc82[_0x24f4b6(0x1c9)](_0x2e0009);for(const _0xc6e94b of this[_0x24f4b6(0x17a)][_0x24f4b6(0x130)][_0x24f4b6(0x130)]())_0xc6e94b[_0x24f4b6(0x21e)]();_0x39784d[_0x24f4b6(0x12b)]({'forceDefaultExecution':!0x0}),this[_0x24f4b6(0x17a)][_0x24f4b6(0x19b)](_0xe183b1,..._0x39784d);const _0x315642=_0x5aac47[_0x24f4b6(0x292)](_0x5e5622=>_0x24f4b6(0x11d)!=_0x5e5622[_0x24f4b6(0x143)][_0x24f4b6(0x164)]);_0x315642[_0x24f4b6(0x210)]>0x0&&_0x27fc82[_0x24f4b6(0x1c9)](_0x315642);for(const _0x287a69 of _0x5aac47)_0x287a69[_0x24f4b6(0x1a2)]();});},_0x706809=(_0x48f569,_0x3e4e67)=>0x1==_0x48f569[_0x2f90b7(0x210)]&&0x1==_0x3e4e67[_0x2f90b7(0x210)]&&_0x48f569[0x0][_0x2f90b7(0x263)][_0x2f90b7(0x1eb)](_0x3e4e67[0x0][_0x2f90b7(0x13a)]),_0x1cca33=(_0x59dcc4,_0x555b30,_0x2b5e99,_0x4ad352)=>Ft(_0x59dcc4,_0x555b30,_0x2b5e99,_0x4ad352,this[_0x2f90b7(0x118)])?[_0x59dcc4,_0x555b30]:Ft(_0x555b30,_0x59dcc4,_0x4ad352,_0x2b5e99,this[_0x2f90b7(0x118)])?[_0x555b30,_0x59dcc4]:null;this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x23a),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x265),_0x17e764),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x152),_0x706809),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x2b2),_0x1cca33),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x13f),_0x17e764),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x162),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x2a0),_0x706809),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x245),_0x1cca33),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x196),_0x5ef650),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x2a7),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x28c),_0x706809),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x1f8),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x2b3),_0x5ef650),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x1a7),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x116),_0x706809),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x250),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x29e),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x2a3),(_0x37d988,_0x47ae93)=>{const _0x3c10be=_0x2f90b7;if(!_0x47ae93)return;const _0x461d70=this[_0x3c10be(0x17a)][_0x3c10be(0x12f)][_0x3c10be(0x2b7)](p);this[_0x3c10be(0x118)][_0x3c10be(0x1b9)](_0x229b76=>{const _0x47f1b1=_0x3c10be;if(_0x47f1b1(0x157)==_0x47ae93[_0x47f1b1(0x169)])for(const _0x4499c7 of _0x37d988){const _0x28a530=_0x4499c7[_0x47f1b1(0x13a)][_0x47f1b1(0x14a)],_0x905ea7=_0x47ae93[_0x47f1b1(0x2a9)];_0x229b76[_0x47f1b1(0x160)](_0x28a530,_0x905ea7);}else{if(_0x461d70[_0x47f1b1(0x1bf)](_0x47ae93[_0x47f1b1(0x169)])){for(const _0x418724 of _0x37d988)void 0x0!==_0x47ae93[_0x47f1b1(0x2a9)]?_0x229b76[_0x47f1b1(0x159)](_0x47ae93[_0x47f1b1(0x169)],_0x47ae93[_0x47f1b1(0x2a9)],_0x418724[_0x47f1b1(0x13a)][_0x47f1b1(0x14a)]):_0x229b76[_0x47f1b1(0x275)](_0x47ae93[_0x47f1b1(0x169)],_0x418724[_0x47f1b1(0x13a)][_0x47f1b1(0x14a)]);}else{for(const _0x1d5024 of _0x37d988)_0x47ae93[_0x47f1b1(0x2a9)]?_0x229b76[_0x47f1b1(0x159)](_0x47ae93[_0x47f1b1(0x169)],_0x47ae93[_0x47f1b1(0x2a9)],_0x1d5024):_0x229b76[_0x47f1b1(0x275)](_0x47ae93[_0x47f1b1(0x169)],_0x1d5024);}}});}),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x280),_0x706809);}}function Rt(_0x8e755f,_0x1b3fa1,_0x4d1ab7){const _0x593827=_0x154439;for(const _0x68bf32 of _0x1b3fa1[_0x593827(0x274)][_0x593827(0x206)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x68bf32[_0x593827(0x143)]==_0x68bf32)return!0x1;if(!_0x4d1ab7[_0x593827(0x135)](_0x68bf32))return!0x1;if(_0x8e755f[_0x593827(0x1d8)](_0x68bf32)||_0x8e755f[_0x593827(0x125)](_0x68bf32))return!0x0;}return!0x1;}function Tt(_0x167aac){const _0x4e2ba9=_0x154439;return _0x167aac[_0x4e2ba9(0x263)][_0x4e2ba9(0x274)]==_0x167aac[_0x4e2ba9(0x13a)][_0x4e2ba9(0x14a)]&&_0x167aac[_0x4e2ba9(0x263)][_0x4e2ba9(0x1c2)];}function Et(_0x6d5483,_0x2a1e0b,_0x26d339,_0x3b9417){const _0x471ead=_0x154439,_0x42971b=_0x92ee0e=>!_0x92ee0e[_0x471ead(0x235)]['is'](_0x471ead(0x225))&&!_0x3b9417[_0x471ead(0x1d8)](_0x92ee0e[_0x471ead(0x235)]),_0x1e69b6=_0x6d5483[_0x471ead(0x13a)][_0x471ead(0x139)](_0x42971b),_0x3fb664=_0x6d5483[_0x471ead(0x263)][_0x471ead(0x139)](_0x42971b,{'direction':_0x471ead(0x1e0)});return(!_0x6d5483[_0x471ead(0x13a)][_0x471ead(0x1eb)](_0x1e69b6)||!_0x6d5483[_0x471ead(0x263)][_0x471ead(0x1eb)](_0x3fb664))&&(_0x1e69b6[_0x471ead(0x13e)](_0x3fb664)?_0x26d339[_0x471ead(0x279)](_0x2a1e0b,{'range':_0x26d339[_0x471ead(0x16a)](_0x1e69b6,_0x3fb664)}):_0x26d339[_0x471ead(0x12d)](_0x2a1e0b),!0x0);}function Vt(_0x14a97c){return _0xff7ae3(_0x14a97c);}function Ut(_0x3bd193){const _0x2c3568=_0x154439,_0x288748=_0x3bd193[_0x2c3568(0x13a)][_0x2c3568(0x14a)];return _0x288748&&_0x288748['is'](_0x2c3568(0x13d));}function _0x1ce2(_0x5b2a76,_0x574fc6){const _0x50e687=_0x50e6();return _0x1ce2=function(_0x1ce2bb,_0x36482c){_0x1ce2bb=_0x1ce2bb-0x10a;let _0x4e8c94=_0x50e687[_0x1ce2bb];return _0x4e8c94;},_0x1ce2(_0x5b2a76,_0x574fc6);}function Ot(_0x1061f0,_0x2efb34){const _0x2de55d=_0x154439;return null==_0x1061f0[_0x2de55d(0x263)][_0x2de55d(0x20a)]&&_0x1061f0[_0x2de55d(0x263)][_0x2de55d(0x274)]==_0x1061f0[_0x2de55d(0x13a)][_0x2de55d(0x14a)]?Gt(_0x1061f0[_0x2de55d(0x13a)][_0x2de55d(0x14a)],_0x2efb34):_0x1061f0;}function Gt(_0x183266,_0x244bf8){const _0x2589b4=_0x154439,_0x281f60=_0x244bf8[_0x2589b4(0x175)][_0x2589b4(0x1d8)](_0x183266)||_0x244bf8[_0x2589b4(0x175)][_0x2589b4(0x223)](_0x183266);return _0x244bf8[_0x2589b4(0x16a)](_0x244bf8[_0x2589b4(0x1cb)](_0x183266,_0x2589b4(0x1ed)),_0x281f60?_0x244bf8[_0x2589b4(0x27b)](_0x183266):_0x244bf8[_0x2589b4(0x1cb)](_0x183266,_0x2589b4(0x263)));}function Ft(_0x5311b3,_0x5b28cd,_0x1a87f3,_0x185bce,_0x447e0a){const _0x52622f=_0x154439;if(!Pt(_0x5311b3,_0x5b28cd))return!0x1;if(_0x1a87f3[_0x52622f(0x263)][_0x52622f(0x1eb)](_0x185bce[_0x52622f(0x13a)]))return!0x0;if(_0x5311b3[_0x52622f(0x297)]!=_0x5b28cd[_0x52622f(0x297)])return!0x1;if(!_0x1a87f3[_0x52622f(0x263)][_0x52622f(0x122)](_0x185bce[_0x52622f(0x13a)]))return!0x1;const _0x8e04f5=_0x447e0a[_0x52622f(0x16a)](_0x1a87f3[_0x52622f(0x263)],_0x185bce[_0x52622f(0x13a)])[_0x52622f(0x247)]();for(const _0x2480ef of _0x8e04f5)if([_0x52622f(0x1c1),_0x52622f(0x1c4)][_0x52622f(0x1b6)](_0x2480ef[_0x52622f(0x297)])&&_0x447e0a[_0x52622f(0x175)][_0x52622f(0x125)](_0x2480ef[_0x52622f(0x235)]))return!0x1;return!0x0;}function Pt(_0x52cf64,_0x2806a9,_0x5f275b=[]){const _0xd4a96b=_0x154439;return!(!_0x52cf64[_0xd4a96b(0x23d)]||!_0x2806a9[_0xd4a96b(0x23d)])&&_0x33664a(_0x1487af(_0x52cf64[_0xd4a96b(0x266)],_0x5f275b),_0x1487af(_0x2806a9[_0xd4a96b(0x266)],_0x5f275b));}function Lt(_0x2c5d17,_0x1c6fa2){const _0x413b75=_0x154439,_0x2ad5a7=Ht(_0x2c5d17[_0x413b75(0x266)]),_0x350207=Ht(_0x1c6fa2);if(!_0x2c5d17[_0x413b75(0x23d)])return!0x1;for(const _0x19a892 of Object[_0x413b75(0x12a)](_0x350207))if(!_0x33664a(_0x2ad5a7[_0x19a892],_0x350207[_0x19a892]))return!0x1;return!0x0;}function Ht(_0x214e95){const _0x48de10=_0x154439,_0x2e54c1=Object[_0x48de10(0x10c)]({},_0x214e95);return delete _0x2e54c1[_0x48de10(0x161)],delete _0x2e54c1[_0x48de10(0x15f)],_0x2e54c1;}
|