@ckeditor/ckeditor5-track-changes 41.3.0 → 41.3.2
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 _0x42e94d=_0x2dac;(function(_0x1791c7,_0x4f461f){const _0x3a4c46=_0x2dac,_0x3ecc78=_0x1791c7();while(!![]){try{const _0xe855fc=-parseInt(_0x3a4c46(0x176))/0x1*(parseInt(_0x3a4c46(0x164))/0x2)+parseInt(_0x3a4c46(0x15b))/0x3+parseInt(_0x3a4c46(0x1e7))/0x4*(parseInt(_0x3a4c46(0x160))/0x5)+-parseInt(_0x3a4c46(0x28e))/0x6*(-parseInt(_0x3a4c46(0x17f))/0x7)+parseInt(_0x3a4c46(0x2c7))/0x8*(parseInt(_0x3a4c46(0x1f7))/0x9)+-parseInt(_0x3a4c46(0x27d))/0xa*(parseInt(_0x3a4c46(0x2ee))/0xb)+parseInt(_0x3a4c46(0x179))/0xc*(-parseInt(_0x3a4c46(0x177))/0xd);if(_0xe855fc===_0x4f461f)break;else _0x3ecc78['push'](_0x3ecc78['shift']());}catch(_0x473f3b){_0x3ecc78['push'](_0x3ecc78['shift']());}}}(_0x5194,0x38143));import{Plugin as _0x11f4aa,PendingActions as _0x27cff5}from'ckeditor5/src/core.js';import{LiveRange as _0x19f91e}from'ckeditor5/src/engine.js';import{CKEditorError as _0x8d1730,uid as _0x5ba4e4,priorities as _0x4901a8,logWarning as _0x4db3f4}from'ckeditor5/src/utils.js';import{toWidget as _0x5b6a13}from'ckeditor5/src/widget.js';import{Users as _0x209072,hashObject as _0x43f042,surroundingMarkersDetector as _0x3153e3}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x11d883 from'./commands/trackchangescommand.js';import _0x28f900 from'./commands/acceptsuggestioncommand.js';import _0xe1eb2f from'./commands/discardsuggestioncommand.js';import _0x3a015b from'./commands/executeonallsuggestionscommand.js';import _0x1485a1 from'./commands/executeonselectedsuggestionscommand.js';import _0x3ec637 from'./suggestion.js';import _0x2b712b from'./suggestiondescriptionfactory.js';import _0x30688e from'./integrations/aiassistant.js';import _0x344109 from'./integrations/alignment.js';import _0x10af54 from'./integrations/basicstyles.js';import _0x1ac8dc from'./integrations/blockquote.js';import _0x105599 from'./integrations/casechange.js';import _0x38f0a9 from'./integrations/ckbox.js';import _0x34f612 from'./integrations/codeblock.js';import _0x5b8bdc from'./integrations/comments.js';import _0x4e8d6c from'./integrations/deletecommand.js';import _0x4029af from'./integrations/list.js';import _0xeb5515 from'./integrations/listproperties.js';import _0xda9d2c from'./integrations/entercommand.js';import _0x3baac6 from'./integrations/findandreplace.js';import _0x95c586 from'./integrations/font.js';import _0x45df8b from'./integrations/formatpainter.js';import _0x4d179e from'./integrations/heading.js';import _0x35df84 from'./integrations/highlight.js';import _0x56fc3c from'./integrations/horizontalline.js';import _0x589670 from'./integrations/htmlembed.js';import _0x72a13b from'./integrations/image.js';import _0x59e5be from'./integrations/imagereplace.js';import _0x1b496f from'./integrations/imagestyle.js';import _0x129825 from'./integrations/importword.js';import _0xa565a4 from'./integrations/indent.js';import _0x47a23f from'./integrations/inputcommand.js';import _0x28e967 from'./integrations/link.js';import _0x35ee69 from'./integrations/legacylist.js';import _0x245ae8 from'./integrations/legacylistproperties.js';import _0x1a5f73 from'./integrations/mediaembed.js';import _0x443478 from'./integrations/mention.js';import _0x5b43e5 from'./integrations/multilevellist.js';import _0x4265c9 from'./integrations/pagebreak.js';import _0xbc06c8 from'./integrations/paragraph.js';import _0x5acc8d from'./integrations/removeformat.js';import _0x1dcbd4 from'./integrations/restrictededitingmode.js';import _0x286a4a from'./integrations/shiftentercommand.js';import _0xa57b07 from'./integrations/standardeditingmode.js';import _0x221488 from'./integrations/style.js';import _0xcca73c from'./integrations/table.js';import _0x51a82c from'./integrations/tablemergesplit.js';import _0xcdea02 from'./integrations/tableheadings.js';import _0x1fb466 from'./integrations/tableclipboard.js';import _0x4ce61a from'./integrations/tablecolumnresize.js';import _0x45131c from'./integrations/template.js';import _0x54588c from'./integrations/tableofcontents.js';import _0x52ecfd from'./integrations/title.js';import _0x5817f1 from'./integrations/undo.js';import _0x40934f from'./integrations/tablecaption.js';import _0x38f8f0 from'./integrations/tableproperties.js';import{getTranslation as _0x8c7a35}from'./utils/common-translations.js';import{isEqual as _0x2cba83,omit as _0x2661e9}from'lodash-es';export const renameAttributeKey=_0x42e94d(0x13f);export default class p extends _0x11f4aa{static get[_0x42e94d(0x19f)](){const _0x14428f=_0x42e94d;return[_0x14428f(0x298),_0x209072,_0x27cff5,_0x30688e,_0x344109,_0x10af54,_0x1ac8dc,_0x38f0a9,_0x105599,_0x34f612,_0x5b8bdc,_0x4e8d6c,_0xda9d2c,_0x3baac6,_0x95c586,_0x45df8b,_0x4d179e,_0x35df84,_0x56fc3c,_0x589670,_0x72a13b,_0x1b496f,_0x59e5be,_0x129825,_0xa565a4,_0x47a23f,_0x35ee69,_0x245ae8,_0x5b43e5,_0x28e967,_0x4029af,_0xeb5515,_0x1a5f73,_0x443478,_0x4265c9,_0xbc06c8,_0x5acc8d,_0x1dcbd4,_0x286a4a,_0xa57b07,_0x221488,_0xcca73c,_0x51a82c,_0xcdea02,_0x40934f,_0x1fb466,_0x4ce61a,_0x54588c,_0x38f8f0,_0x45131c,_0x52ecfd,_0x5817f1];}static get[_0x42e94d(0x18e)](){const _0x216e5f=_0x42e94d;return _0x216e5f(0x1cf);}constructor(_0x5cdb30){const _0x26e642=_0x42e94d;function _0x493782(_0x1cdc2c){const _0x2a4a4a=_0x2dac;return _0x1cdc2c[_0x2a4a4a(0x253)](_0x5e2a8f=>String[_0x2a4a4a(0x269)](_0x5e2a8f))[_0x2a4a4a(0x1a4)]('');}super(_0x5cdb30),this[_0x26e642(0x240)]=!0x1,this[_0x26e642(0x1f3)](_0x26e642(0x1f9),[]),this['on'](_0x26e642(0x26b),(_0x3c50c9,_0x4a662d,_0x3709fe,_0x46179e)=>{const _0xac526f=_0x26e642;this[_0xac526f(0x1c2)][_0xac526f(0x1e8)](()=>{const _0x127951=_0xac526f;for(const _0x3bd358 of[..._0x46179e,..._0x3709fe])this[_0x127951(0x1c2)][_0x127951(0x153)][_0x127951(0x1ed)](_0x3bd358)&&_0x5cdb30[_0x127951(0x22f)][_0x127951(0x2e5)](_0x3bd358);});}),this[_0x26e642(0x2bb)]=new _0x2b712b(this[_0x26e642(0x1fb)][_0x26e642(0x18c)][_0x26e642(0x290)],this[_0x26e642(0x1fb)][_0x26e642(0x2c2)]),this[_0x26e642(0x2c3)]=null,this[_0x26e642(0x1b8)]=new xt(this[_0x26e642(0x1fb)]),this[_0x26e642(0x231)]=new Map(),this[_0x26e642(0x19d)]=_0x5cdb30[_0x26e642(0x289)][_0x26e642(0x2ec)](_0x26e642(0x298)),this[_0x26e642(0x19b)]=new Set(),this[_0x26e642(0x1c2)]=this[_0x26e642(0x1fb)][_0x26e642(0x18c)],this[_0x26e642(0x15e)]=new WeakMap(),this[_0x26e642(0x28c)]=!0x1,this[_0x26e642(0x1d0)]=new Set([_0x26e642(0x13f)]),this[_0x26e642(0x2b2)]=new Set(),_0x5cdb30[_0x26e642(0x171)][_0x26e642(0x2b0)](_0x26e642(0x1d2),_0x26e642(0x1a5)),this[_0x26e642(0x146)]=_0x5cdb30[_0x26e642(0x171)][_0x26e642(0x2ec)](_0x26e642(0x1d2)),_0x5cdb30[_0x26e642(0x171)][_0x26e642(0x2b0)](_0x26e642(0x1d4),!0x0),this[_0x26e642(0x1d9)]=_0x5cdb30[_0x26e642(0x171)][_0x26e642(0x2ec)](_0x26e642(0x1d4)),this[_0x26e642(0x267)]=new _0x11d883(_0x5cdb30,this[_0x26e642(0x19b)]),this[_0x26e642(0x1d6)](),this[_0x493782([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x493782([0x34,0x30,0x34,0x38,0x32,0x30,0x33,0x30]);}[_0x42e94d(0x288)](){const _0x482302=_0x42e94d,_0x460ba1=this[_0x482302(0x1fb)],_0x2f3a0c=(_0x3c36fa,_0x22d407)=>{const _0x2aa8dd=_0x482302;if(_0x2aa8dd(0x224)!=_0x3c36fa)return _0x2aa8dd(0x260)+_0x3c36fa;const _0x3e8aba=_0x22d407[_0x2aa8dd(0x148)]('|')[0x0];return this[_0x2aa8dd(0x1a2)](_0x3e8aba)?_0x2aa8dd(0x27f):_0x2aa8dd(0x1b6);};_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x232))[_0x482302(0x220)]({'model':_0x482302(0x1b2),'view':_0x1cfb6a=>{const _0x36b2ee=_0x482302,{id:_0x4f0edb,type:_0x5a168c,subType:_0x29935b}=this[_0x36b2ee(0x26c)](_0x1cfb6a[_0x36b2ee(0x191)]),_0x5de6e9=[_0x36b2ee(0x1a0),_0x2f3a0c(_0x5a168c,_0x29935b)];let _0x4e5d01=0xbb8;return this[_0x36b2ee(0x1f9)][_0x36b2ee(0x26a)](_0x1cfb6a[_0x36b2ee(0x191)])&&(_0x5de6e9[_0x36b2ee(0x20b)](_0x36b2ee(0x14f)),_0x4e5d01=0xbc2),_0x36b2ee(0x210)==_0x5a168c&&(_0x4e5d01+=0x5),{'classes':_0x5de6e9,'attributes':{'data-suggestion':_0x4f0edb},'priority':_0x4e5d01};}}),_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x175))[_0x482302(0x1e3)](_0x4fe058=>{const _0x5f48b4=_0x482302;_0x4fe058['on'](_0x5f48b4(0x23e),(_0x190cc8,_0x1acfb6,_0x11eb82)=>{const _0x1b8fd6=_0x5f48b4;if(!_0x11eb82[_0x1b8fd6(0x1e0)][_0x1b8fd6(0x2d3)])return;const _0x5f1cca=_0x1acfb6[_0x1b8fd6(0x266)];if(!_0x5f1cca)return;const _0x48c8cf=_0x11eb82[_0x1b8fd6(0x234)][_0x1b8fd6(0x1e4)](_0x5f1cca);_0x460ba1[_0x1b8fd6(0x18c)][_0x1b8fd6(0x290)][_0x1b8fd6(0x18a)](_0x5f1cca)&&_0x48c8cf&&!_0x48c8cf[_0x1b8fd6(0x292)](_0x1b8fd6(0x24a))&&_0x48c8cf['is'](_0x1b8fd6(0x1fa))&&_0x5b6a13(_0x48c8cf,_0x11eb82[_0x1b8fd6(0x20d)]);},{'priority':_0x5f48b4(0x27e)});}),_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x175))[_0x482302(0x220)]({'model':_0x482302(0x1b2),'view':(_0x4600c5,_0x33be89)=>{const _0x7ce5bc=_0x482302;if(!_0x33be89[_0x7ce5bc(0x1e0)][_0x7ce5bc(0x2d3)])return null;const {type:_0x3fb251,subType:_0x4ac175}=this[_0x7ce5bc(0x26c)](_0x4600c5[_0x7ce5bc(0x191)]);return{'classes':[_0x7ce5bc(0x1a0),_0x2f3a0c(_0x3fb251,_0x4ac175)],'priority':0xbb8};}});const _0x232127=({showActiveMarkers:_0x502486=!0x0,isAttributeSuggestion:_0x4548c4=!0x1}={})=>(_0x268108,_0x41b837,_0x33a638)=>{const _0x2247d0=_0x482302;if(!_0x41b837[_0x2247d0(0x266)])return;const {id:_0x56daad}=this[_0x2247d0(0x26c)](_0x41b837[_0x2247d0(0x191)]);if(_0x4548c4){const _0x3d0313=this[_0x2247d0(0x231)][_0x2247d0(0x2ec)](_0x56daad),_0x1a0a46=this[_0x2247d0(0x258)](_0x3d0313);if(!this[_0x2247d0(0x1a2)](_0x1a0a46))return;}if(_0x41b837[_0x2247d0(0x266)]['is'](_0x2247d0(0x2a2)))return void _0x33a638[_0x2247d0(0x16f)][_0x2247d0(0x1c0)](_0x41b837[_0x2247d0(0x266)],_0x268108[_0x2247d0(0x29d)]);const _0x4fccf9=_0x33a638[_0x2247d0(0x234)][_0x2247d0(0x1e4)](_0x41b837[_0x2247d0(0x266)]);if(_0x41b837[_0x2247d0(0x266)]['is'](_0x2247d0(0x1dc))&&_0x460ba1[_0x2247d0(0x18c)][_0x2247d0(0x290)][_0x2247d0(0x251)](_0x41b837[_0x2247d0(0x266)])&&!_0x4fccf9[_0x2247d0(0x292)](_0x2247d0(0x29a))){_0x33a638[_0x2247d0(0x20d)][_0x2247d0(0x2a4)]([_0x2247d0(0x1a0),_0x2247d0(0x27f)],_0x4fccf9),_0x33a638[_0x2247d0(0x20d)][_0x2247d0(0x261)](_0x2247d0(0x1ae),_0x56daad,_0x4fccf9),_0x33a638[_0x2247d0(0x234)][_0x2247d0(0x2e2)](_0x4fccf9,_0x41b837[_0x2247d0(0x191)]),_0x502486&&(this[_0x2247d0(0x1f9)][_0x2247d0(0x26a)](_0x41b837[_0x2247d0(0x191)])?_0x33a638[_0x2247d0(0x20d)][_0x2247d0(0x2a4)](_0x2247d0(0x14f),_0x4fccf9):_0x33a638[_0x2247d0(0x20d)][_0x2247d0(0x1b0)](_0x2247d0(0x14f),_0x4fccf9));for(const _0x51ae5f of _0x460ba1[_0x2247d0(0x18c)][_0x2247d0(0x27b)](_0x41b837[_0x2247d0(0x266)])[_0x2247d0(0x189)]())_0x33a638[_0x2247d0(0x16f)][_0x2247d0(0x1c0)](_0x51ae5f,_0x268108[_0x2247d0(0x29d)]);_0x33a638[_0x2247d0(0x16f)][_0x2247d0(0x1c0)](_0x41b837[_0x2247d0(0x266)],_0x268108[_0x2247d0(0x29d)]);}};_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x175))[_0x482302(0x1e3)](_0x3360a7=>{const _0x4494c7=_0x482302;_0x3360a7['on'](_0x4494c7(0x29f),(_0x4a6bf0,_0x540153,_0x1a830e)=>{const _0x457073=_0x4494c7;_0x1a830e[_0x457073(0x1e0)][_0x457073(0x2d3)]&&_0x232127({'showActiveMarkers':!0x1})(_0x4a6bf0,_0x540153,_0x1a830e);},{'priority':_0x4494c7(0x1f4)});}),_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x175))[_0x482302(0x1e3)](_0x4b7cc8=>{const _0x2bacfb=_0x482302;_0x4b7cc8['on'](_0x2bacfb(0x19c),(_0x5447df,_0x34eab3,_0x3ba949)=>{const _0x39fc57=_0x2bacfb;_0x3ba949[_0x39fc57(0x1e0)][_0x39fc57(0x2d3)]&&_0x232127({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x5447df,_0x34eab3,_0x3ba949);},{'priority':_0x2bacfb(0x1f4)});}),_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x175))[_0x482302(0x256)]({'model':_0x482302(0x1b2),'view':(_0x59cf86,_0x4885f3)=>_0x4885f3[_0x482302(0x1e0)][_0x482302(0x2d3)]?null:{'group':_0x482302(0x1b2),'name':_0x59cf86[_0x482302(0x204)](0xb)}}),_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x151))[_0x482302(0x2cc)]({'view':{'name':_0x482302(0x1b2),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5098db,{writer:_0x4d85ba})=>{const _0x39d59d=_0x482302;let _0x1aace4=_0x39d59d(0x1b4)+_0x5098db[_0x39d59d(0x19e)](_0x39d59d(0x172))+':'+_0x5098db[_0x39d59d(0x19e)]('id');return _0x5098db[_0x39d59d(0x19e)](_0x39d59d(0x1be))&&(_0x1aace4+=':'+_0x5098db[_0x39d59d(0x19e)](_0x39d59d(0x1be))),_0x4d85ba[_0x39d59d(0x2e1)](_0x39d59d(0x1bf),{'data-name':_0x1aace4});}}),_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x151))[_0x482302(0x21d)]({'view':_0x482302(0x1b2)}),_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x232))[_0x482302(0x1e3)](_0x4fa05c=>{const _0x5e7b96=_0x482302;_0x4fa05c['on'](_0x5e7b96(0x29f),_0x232127(),{'priority':_0x5e7b96(0x27e)});}),_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x232))[_0x482302(0x1e3)](_0x380020=>{const _0xbd3928=_0x482302;_0x380020['on'](_0xbd3928(0x19c),_0x232127({'isAttributeSuggestion':!0x0}),{'priority':_0xbd3928(0x27e)});}),_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x232))[_0x482302(0x1e3)](_0x28e02f=>{const _0x2b4d76=_0x482302;_0x28e02f['on'](_0x2b4d76(0x22d),(_0x7d157a,_0x501f1a,_0x436eb4)=>{const _0x170eec=_0x2b4d76,_0x19cc90=_0x436eb4[_0x170eec(0x234)][_0x170eec(0x284)](_0x501f1a[_0x170eec(0x191)]);if(_0x19cc90){for(const _0x2d39bf of _0x19cc90)_0x2d39bf[_0x170eec(0x292)](_0x170eec(0x29a))||(_0x436eb4[_0x170eec(0x20d)][_0x170eec(0x1b0)]([_0x170eec(0x1a0),_0x170eec(0x27f),_0x170eec(0x14f)],_0x2d39bf),_0x436eb4[_0x170eec(0x20d)][_0x170eec(0x278)](_0x170eec(0x1ae),_0x2d39bf),_0x436eb4[_0x170eec(0x234)][_0x170eec(0x1f8)](_0x2d39bf,_0x501f1a[_0x170eec(0x191)]));}},{'priority':_0x2b4d76(0x27e)});}),_0x460ba1[_0x482302(0x283)][_0x482302(0x1ce)](_0x482302(0x232))[_0x482302(0x1e3)](_0x2726f0=>{const _0x1c7e09=_0x482302;_0x2726f0['on'](_0x1c7e09(0x17a),(_0x2ca2c1,_0x61331a,_0x40c4b8)=>{const _0x27606d=_0x1c7e09,_0x554e9b=_0x40c4b8[_0x27606d(0x234)][_0x27606d(0x284)](_0x61331a[_0x27606d(0x191)]);if(!_0x554e9b)return;const {id:_0x3e0706}=this[_0x27606d(0x26c)](_0x61331a[_0x27606d(0x191)]),_0xe67d05=this[_0x27606d(0x231)][_0x27606d(0x2ec)](_0x3e0706),_0x10829b=this[_0x27606d(0x258)](_0xe67d05);if(this[_0x27606d(0x1a2)](_0x10829b)){for(const _0x340adf of _0x554e9b)_0x340adf[_0x27606d(0x292)](_0x27606d(0x29a))||(_0x40c4b8[_0x27606d(0x20d)][_0x27606d(0x1b0)]([_0x27606d(0x1a0),_0x27606d(0x27f),_0x27606d(0x14f)],_0x340adf),_0x40c4b8[_0x27606d(0x20d)][_0x27606d(0x278)](_0x27606d(0x1ae),_0x340adf),_0x40c4b8[_0x27606d(0x234)][_0x27606d(0x1f8)](_0x340adf,_0x61331a[_0x27606d(0x191)]));}},{'priority':_0x1c7e09(0x27e)});}),_0x460ba1[_0x482302(0x18c)][_0x482302(0x28f)][_0x482302(0x2b8)](_0x210108=>{const _0x18cf07=_0x482302;let _0x442536=!0x1;const _0x46671e=Array[_0x18cf07(0x295)](_0x460ba1[_0x18cf07(0x18c)][_0x18cf07(0x28f)][_0x18cf07(0x14e)][_0x18cf07(0x257)]()),_0x53e1e8=new Set();for(const {name:_0x49d156,data:_0x2bea55}of _0x46671e){const {group:_0x4d6b9f,type:_0x2091ea,subType:_0x150805,id:_0x1f50d9}=this[_0x18cf07(0x26c)](_0x49d156);if(_0x18cf07(0x1b2)!==_0x4d6b9f)continue;const _0x31cad3=this[_0x18cf07(0x231)][_0x18cf07(0x2ec)](_0x1f50d9);if(null!=_0x2bea55[_0x18cf07(0x1f5)]){_0x18cf07(0x203)==_0x2091ea&&(_0x442536=_0x442536||Et(_0x2bea55[_0x18cf07(0x1f5)],_0x49d156,_0x210108,_0x460ba1[_0x18cf07(0x18c)][_0x18cf07(0x290)]));const _0x2b609a=_0x18cf07(0x224)==_0x2091ea&&this[_0x18cf07(0x1a2)](_0x150805[_0x18cf07(0x148)]('|')[0x0]);if(_0x2bea55[_0x18cf07(0x1f5)][_0x18cf07(0x147)]||_0x18cf07(0x155)==_0x2bea55[_0x18cf07(0x1f5)][_0x18cf07(0x2a7)][_0x18cf07(0x2d4)]||_0x18cf07(0x275)==_0x2091ea&&!Ut(_0x2bea55[_0x18cf07(0x1f5)])||_0x2b609a&&!Ut(_0x2bea55[_0x18cf07(0x1f5)])||_0x18cf07(0x210)==_0x2091ea&&!(!Tt(_0x52ad5b=_0x2bea55[_0x18cf07(0x1f5)])&&!function(_0x22d80c){const _0xe23e=_0x18cf07;return _0x22d80c[_0xe23e(0x2e9)][_0xe23e(0x1c3)]==_0x22d80c[_0xe23e(0x15a)][_0xe23e(0x248)]&&_0x22d80c[_0xe23e(0x2e9)][_0xe23e(0x2b9)];}(_0x52ad5b)))_0x210108[_0x18cf07(0x2b1)](_0x49d156),_0x442536=!0x0;else{if(!_0x31cad3||!_0x31cad3[_0x18cf07(0x14c)])continue;_0x53e1e8[_0x18cf07(0x1e3)](_0x31cad3);}}}var _0x52ad5b;return _0x53e1e8[_0x18cf07(0x222)]>0x0&&(_0x442536=!!this[_0x18cf07(0x173)](_0x53e1e8)||_0x442536),_0x442536;}),_0x460ba1[_0x482302(0x18c)][_0x482302(0x28f)][_0x482302(0x2b8)](_0x18ad19=>{const _0x229e65=_0x482302;let _0x3fb7f3=!0x1;for(const _0x1eef76 of _0x460ba1[_0x229e65(0x18c)][_0x229e65(0x28f)][_0x229e65(0x14e)][_0x229e65(0x17d)]())if(_0x229e65(0x273)==_0x1eef76[_0x229e65(0x181)])for(const _0x1b646c of this[_0x229e65(0x231)][_0x229e65(0x214)]()){if(_0x1b646c[_0x229e65(0x140)]||!_0x1b646c[_0x229e65(0x14c)])continue;const _0x45409c=_0x229e65(0x275)==_0x1b646c[_0x229e65(0x181)],_0x3a8acd=this[_0x229e65(0x258)](_0x1b646c),_0x384307=_0x3a8acd&&this[_0x229e65(0x1a2)](_0x3a8acd);if(!_0x45409c&&!_0x384307)continue;const _0x37f485=_0x1b646c[_0x229e65(0x291)]();if(_0x37f485[_0x229e65(0x2e9)][_0x229e65(0x1c3)]!=_0x37f485[_0x229e65(0x15a)][_0x229e65(0x1c3)]&&!_0x37f485[_0x229e65(0x15a)][_0x229e65(0x2b9)]){const _0x1825bd=_0x460ba1[_0x229e65(0x18c)][_0x229e65(0x25a)](_0x37f485[_0x229e65(0x2e9)][_0x229e65(0x2d5)],_0x229e65(0x15a)),_0x117731=_0x460ba1[_0x229e65(0x18c)][_0x229e65(0x226)](_0x37f485[_0x229e65(0x2e9)],_0x1825bd);_0x18ad19[_0x229e65(0x2f0)](_0x1b646c[_0x229e65(0x225)](),{'range':_0x117731}),_0x3fb7f3=!0x0;}}return _0x3fb7f3;}),_0x460ba1[_0x482302(0x18c)][_0x482302(0x28f)][_0x482302(0x2b8)](_0x239ced=>this[_0x482302(0x157)](_0x239ced)),_0x460ba1[_0x482302(0x18c)][_0x482302(0x28f)][_0x482302(0x2b8)](_0x442787=>!_0x442787[_0x482302(0x271)][_0x482302(0x1af)]&&this[_0x482302(0x24f)](_0x442787)),_0x460ba1[_0x482302(0x18c)]['on'](_0x482302(0x18b),()=>{const _0x4eebb9=_0x482302;this[_0x4eebb9(0x240)]=!0x1;}),_0x460ba1[_0x482302(0x18c)][_0x482302(0x28f)]['on'](_0x482302(0x25e),(_0x2a2f11,_0x27fcb4)=>{const _0x3152ce=_0x482302;if(!_0x27fcb4[_0x3152ce(0x1af)]||_0x27fcb4[_0x3152ce(0x2a0)])return;if(!this[_0x3152ce(0x240)])return;const _0x4c6cd3=_0x460ba1[_0x3152ce(0x18c)][_0x3152ce(0x28f)][_0x3152ce(0x14e)][_0x3152ce(0x17d)]();if(0x0==_0x4c6cd3[_0x3152ce(0x1cc)])return;const _0x512be3=[],_0x9af642=_0x4c6cd3[_0x3152ce(0x23f)](_0x3bf7bd=>_0x3152ce(0x224)==_0x3bf7bd[_0x3152ce(0x181)]),_0x28b0dc=_0x4c6cd3[_0x3152ce(0x23f)](_0xa194b2=>_0x3152ce(0x273)==_0xa194b2[_0x3152ce(0x181)]&&_0x3152ce(0x195)!=_0xa194b2[_0x3152ce(0x29d)]),_0x324d5c=_0x4c6cd3[_0x3152ce(0x23f)](_0x376e1d=>_0x3152ce(0x1ad)==_0x376e1d[_0x3152ce(0x181)]&&_0x3152ce(0x195)!=_0x376e1d[_0x3152ce(0x29d)]);for(const _0x29c607 of _0x9af642)this[_0x3152ce(0x167)](_0x29c607[_0x3152ce(0x2a6)])&&_0x512be3[_0x3152ce(0x20b)]({'key':_0x29c607[_0x3152ce(0x2a6)],'newValue':_0x29c607[_0x3152ce(0x2bf)],'oldValue':_0x29c607[_0x3152ce(0x259)],'range':Ot(_0x29c607[_0x3152ce(0x2be)],_0x460ba1[_0x3152ce(0x18c)])});for(const _0x56e45e of _0x28b0dc){const _0x1c2e98=_0x324d5c[_0x3152ce(0x28a)](_0x46378f=>_0x46378f[_0x3152ce(0x1a8)]===_0x56e45e[_0x3152ce(0x1a8)]);if(_0x1c2e98){const _0x1b1f75=Gt(_0x56e45e[_0x3152ce(0x230)][_0x3152ce(0x2d5)],_0x460ba1[_0x3152ce(0x18c)]);_0x1c2e98[_0x3152ce(0x29d)]!==_0x56e45e[_0x3152ce(0x29d)]&&_0x512be3[_0x3152ce(0x20b)]({'key':_0x3152ce(0x13f),'newValue':_0x56e45e[_0x3152ce(0x29d)],'oldValue':_0x1c2e98[_0x3152ce(0x29d)],'range':_0x1b1f75});for(const [_0x29964f,_0x599232]of _0x1c2e98[_0x3152ce(0x16a)]){if(!this[_0x3152ce(0x167)](_0x29964f))continue;const _0x19213c=_0x56e45e[_0x3152ce(0x16a)][_0x3152ce(0x2ec)](_0x29964f);_0x599232!==_0x19213c&&_0x512be3[_0x3152ce(0x20b)]({'key':_0x29964f,'newValue':_0x19213c,'oldValue':_0x599232,'range':_0x1b1f75});}for(const [_0x1ae4c7,_0x2719e8]of _0x56e45e[_0x3152ce(0x16a)])this[_0x3152ce(0x167)](_0x1ae4c7)&&(_0x1c2e98[_0x3152ce(0x16a)][_0x3152ce(0x1ed)](_0x1ae4c7)||_0x512be3[_0x3152ce(0x20b)]({'key':_0x1ae4c7,'newValue':_0x2719e8,'oldValue':null,'range':_0x1b1f75}));}}0x0!=_0x512be3[_0x3152ce(0x1cc)]&&_0x460ba1[_0x3152ce(0x18c)][_0x3152ce(0x2b4)](_0x27fcb4,_0x4a997a=>{const _0x35e19c=_0x3152ce,_0x5d81a0=_0x5ba4e4();for(const {range:_0x141df0,key:_0x1b168c,oldValue:_0x51ed1a,newValue:_0xa0ada0}of _0x512be3)this[_0x35e19c(0x18f)](_0x141df0,_0x1b168c,_0x51ed1a,_0xa0ada0,{'groupId':_0x5d81a0});this[_0x35e19c(0x162)](_0x4a997a,_0x512be3);});},{'priority':_0x482302(0x1ba)}),_0x460ba1[_0x482302(0x18c)][_0x482302(0x153)]['on'](_0x482302(0x2aa),(_0x4ccbf4,_0x5efd1a,_0x2c662f)=>{const _0x1d9308=_0x482302;if(null==_0x2c662f){const {id:_0x390d92}=this[_0x1d9308(0x26c)](_0x5efd1a[_0x1d9308(0x29d)]),_0x34d07b=this[_0x1d9308(0x231)][_0x1d9308(0x2ec)](_0x390d92);_0x34d07b&&_0x34d07b[_0x1d9308(0x276)](_0x5efd1a[_0x1d9308(0x29d)]);}}),_0x460ba1[_0x482302(0x18c)][_0x482302(0x28f)]['on'](_0x482302(0x25e),()=>{const _0x2e663c=_0x482302,_0x12db77=Array[_0x2e663c(0x295)](_0x460ba1[_0x2e663c(0x18c)][_0x2e663c(0x28f)][_0x2e663c(0x14e)][_0x2e663c(0x257)]())[_0x2e663c(0x23f)](_0x13dc5f=>_0x2e663c(0x1b2)===this[_0x2e663c(0x26c)](_0x13dc5f[_0x2e663c(0x29d)])[_0x2e663c(0x178)]);if(0x0===_0x12db77[_0x2e663c(0x1cc)])return;_0x12db77[_0x2e663c(0x219)]((_0xeaf507,_0x3b4d25)=>{const _0x5ecd8e=_0x2e663c,_0x114a50=_0xeaf507[_0x5ecd8e(0x1c7)][_0x5ecd8e(0x1b3)],_0xd16f80=_0x3b4d25[_0x5ecd8e(0x1c7)][_0x5ecd8e(0x1b3)];return null===_0x114a50&&null===_0xd16f80?0x0:null===_0x114a50&&null!==_0xd16f80?-0x1:null!==_0x114a50&&null===_0xd16f80?0x1:_0x114a50[_0x5ecd8e(0x2e9)][_0x5ecd8e(0x163)](_0xd16f80[_0x5ecd8e(0x2e9)])?-0x1:0x1;});const _0x25b727=new Set(),_0x3971b9=new Set();for(const {name:_0x4b7735,data:_0x51e32b}of _0x12db77){const {id:_0x3a7252}=this[_0x2e663c(0x26c)](_0x4b7735);if(null===_0x51e32b[_0x2e663c(0x1b3)]){const _0x1378ac=this[_0x2e663c(0x154)](_0x4b7735);_0x3971b9[_0x2e663c(0x1e3)](_0x1378ac);}else{const _0x29a99d=this[_0x2e663c(0x231)][_0x2e663c(0x2ec)](_0x3a7252);null!==_0x51e32b[_0x2e663c(0x1f5)]||_0x29a99d[_0x2e663c(0x14c)]?(_0x25b727[_0x2e663c(0x1e3)](_0x29a99d[_0x2e663c(0x217)]),_0x3971b9[_0x2e663c(0x1e3)](_0x29a99d)):this[_0x2e663c(0x1a6)](_0x29a99d);}}_0x3971b9[_0x2e663c(0x222)]>0x0&&this[_0x2e663c(0x1fc)](_0x3971b9);for(const _0x39b965 of _0x25b727)this[_0x2e663c(0x2cf)](_0x2e663c(0x170),_0x39b965);}),_0x460ba1[_0x482302(0x18c)]['on'](_0x482302(0x1b1),(_0x5ba829,_0x368081)=>{const _0xc439b0=_0x482302,_0x13e0e6=_0x368081[0x0];if(!this[_0xc439b0(0x231)][_0xc439b0(0x222)])return;if(!_0x13e0e6[_0xc439b0(0x1b7)])return;if(_0x13e0e6[_0xc439b0(0x271)][_0xc439b0(0x2a0)]||!_0x13e0e6[_0xc439b0(0x271)][_0xc439b0(0x1af)])return;let _0x16aeba,_0x2850a7;switch(_0x13e0e6[_0xc439b0(0x181)]){case _0xc439b0(0x273):_0x16aeba=_0x460ba1[_0xc439b0(0x18c)][_0xc439b0(0x25a)](_0x13e0e6[_0xc439b0(0x230)]),_0x2850a7=_0x16aeba[_0xc439b0(0x28b)](_0x13e0e6[_0xc439b0(0x2ca)]);break;case _0xc439b0(0x148):_0x16aeba=_0x460ba1[_0xc439b0(0x18c)][_0xc439b0(0x25a)](_0x13e0e6[_0xc439b0(0x152)]),_0x2850a7=_0x460ba1[_0xc439b0(0x18c)][_0xc439b0(0x25a)](_0x13e0e6[_0xc439b0(0x26e)]);break;case _0xc439b0(0x2b5):_0x16aeba=_0x460ba1[_0xc439b0(0x18c)][_0xc439b0(0x25a)](_0x13e0e6[_0xc439b0(0x243)]),_0x2850a7=_0x16aeba[_0xc439b0(0x28b)](_0x13e0e6[_0xc439b0(0x2ca)]);break;default:return;}const _0x46b2e1=_0x460ba1[_0xc439b0(0x18c)][_0xc439b0(0x226)](_0x16aeba,_0x2850a7);_0x460ba1[_0xc439b0(0x18c)][_0xc439b0(0x1e8)](()=>{const _0x549931=_0xc439b0;for(const {suggestion:_0x5ac396,meta:_0x17e968}of this[_0x549931(0x194)](_0x46b2e1)){if(_0x5ac396[_0x549931(0x140)])continue;if(_0x549931(0x203)==_0x5ac396[_0x549931(0x181)])continue;const _0x1e63da=this[_0x549931(0x258)](_0x5ac396);if(_0x1e63da&&this[_0x549931(0x1a2)](_0x1e63da)&&_0x549931(0x148)!=_0x13e0e6[_0x549931(0x181)])continue;const _0x86eb25=_0x5ac396[_0x549931(0x1c7)]&&_0x5ac396[_0x549931(0x1c7)][_0x549931(0x169)];(_0x549931(0x275)!=_0x5ac396[_0x549931(0x181)]||_0x549931(0x148)==_0x13e0e6[_0x549931(0x181)]&&!_0x86eb25)&&(_0x17e968[_0x549931(0x182)]||_0x549931(0x16b)==_0x5ac396[_0x549931(0x181)]&&_0x17e968[_0x549931(0x1ca)]||_0x5ac396[_0x549931(0x291)]()[_0x549931(0x21a)](_0x46b2e1)&&this[_0x549931(0x22b)](_0x5ac396,_0x16aeba,_0x2850a7));}});},{'priority':_0x482302(0x1ba)}),_0x460ba1[_0x482302(0x18c)]['on'](_0x482302(0x20e),(_0x4bd32f,_0x2aecd6)=>{const _0x595879=_0x482302,_0x301fee=_0x2aecd6[0x0],_0x5a471f=_0x2aecd6[0x1];if(_0x5a471f&&_0x5a471f[_0x595879(0x247)])return;if(this[_0x595879(0x28c)])return;if(!this[_0x595879(0x267)][_0x595879(0x255)])return;if(_0x301fee[_0x595879(0x147)])return;const _0x4c308c=_0x460ba1[_0x595879(0x18c)][_0x595879(0x290)],{start:_0x38796a,end:_0x343e66}=_0x301fee[_0x595879(0x291)](),_0x85661c=_0x38796a[_0x595879(0x2d5)]&&_0x4c308c[_0x595879(0x215)](_0x38796a[_0x595879(0x2d5)])?null:_0x4c308c[_0x595879(0x2ea)](_0x38796a,_0x595879(0x149)),_0x1732dc=_0x343e66[_0x595879(0x248)]&&_0x4c308c[_0x595879(0x215)](_0x343e66[_0x595879(0x248)])?null:_0x4c308c[_0x595879(0x2ea)](_0x343e66,_0x595879(0x250)),_0x1116d5=_0x460ba1[_0x595879(0x18c)][_0x595879(0x226)](_0x85661c?_0x85661c[_0x595879(0x2e9)]:_0x38796a,_0x1732dc?_0x1732dc[_0x595879(0x15a)]:_0x343e66);_0x460ba1[_0x595879(0x18c)][_0x595879(0x1e8)](_0xb4b081=>{const _0x2440cc=_0x595879;this[_0x2440cc(0x14a)](_0x1116d5);const _0x177da1=_0x460ba1[_0x2440cc(0x18c)][_0x2440cc(0x290)][_0x2440cc(0x2ea)](_0x1116d5[_0x2440cc(0x2e9)]);_0x301fee['is'](_0x2440cc(0x211))?_0xb4b081[_0x2440cc(0x1bc)](_0x177da1):_0x301fee[_0x2440cc(0x142)](_0x177da1);}),_0x4bd32f[_0x595879(0x1db)]();},{'priority':_0x4901a8[_0x482302(0x268)]+0xa}),_0x460ba1[_0x482302(0x18c)]['on'](_0x482302(0x1ac),(_0x43dfaf,_0x3d6512)=>{const _0x4271ac=_0x482302,_0x288fec=_0x3d6512[_0x3d6512[_0x4271ac(0x1cc)]-0x1];_0x288fec&&_0x288fec[_0x4271ac(0x247)]||this[_0x4271ac(0x28c)]||this[_0x4271ac(0x267)][_0x4271ac(0x255)]&&(_0x460ba1[_0x4271ac(0x18c)][_0x4271ac(0x1e8)](()=>{const _0x3f1b91=_0x4271ac;let _0x2d3ad1=_0x460ba1[_0x3f1b91(0x18c)][_0x3f1b91(0x1ac)](_0x3d6512[0x0],_0x3d6512[0x1],_0x3d6512[0x2],{'forceDefaultExecution':!0x0});if(!_0x2d3ad1)return;_0x43dfaf[_0x3f1b91(0x1dd)]=_0x2d3ad1[_0x3f1b91(0x1e1)]();const _0x5b5b0b=_0x2d3ad1[_0x3f1b91(0x15a)][_0x3f1b91(0x248)],_0x4a52c7=_0x460ba1[_0x3f1b91(0x18c)][_0x3f1b91(0x290)];_0x5b5b0b&&_0x4a52c7[_0x3f1b91(0x251)](_0x5b5b0b)&&!_0x4a52c7[_0x3f1b91(0x18a)](_0x5b5b0b)&&(_0x2d3ad1=_0x460ba1[_0x3f1b91(0x18c)][_0x3f1b91(0x226)](_0x2d3ad1[_0x3f1b91(0x2e9)],_0x460ba1[_0x3f1b91(0x18c)][_0x3f1b91(0x25a)](_0x5b5b0b,_0x3f1b91(0x15a)))),this[_0x3f1b91(0x161)](_0x2d3ad1);}),_0x43dfaf[_0x4271ac(0x1db)]());},{'priority':_0x482302(0x27e)}),this[_0x482302(0x1fb)][_0x482302(0x25c)][_0x482302(0x1e3)](_0x482302(0x212),this[_0x482302(0x267)]),this[_0x482302(0x1de)](_0x482302(0x212));const _0x6fbff6=new _0x28f900(_0x460ba1,this[_0x482302(0x231)]);_0x460ba1[_0x482302(0x25c)][_0x482302(0x1e3)](_0x482302(0x17c),_0x6fbff6),this[_0x482302(0x1de)](_0x482302(0x17c));const _0x2d6d67=new _0xe1eb2f(_0x460ba1,this[_0x482302(0x231)]);_0x460ba1[_0x482302(0x25c)][_0x482302(0x1e3)](_0x482302(0x19a),_0x2d6d67),this[_0x482302(0x1de)](_0x482302(0x19a)),_0x460ba1[_0x482302(0x25c)][_0x482302(0x1e3)](_0x482302(0x274),new _0x3a015b(_0x460ba1,_0x6fbff6,this[_0x482302(0x231)])),this[_0x482302(0x1de)](_0x482302(0x274)),_0x460ba1[_0x482302(0x25c)][_0x482302(0x1e3)](_0x482302(0x1d8),new _0x3a015b(_0x460ba1,_0x2d6d67,this[_0x482302(0x231)])),this[_0x482302(0x1de)](_0x482302(0x1d8)),_0x460ba1[_0x482302(0x25c)][_0x482302(0x1e3)](_0x482302(0x1e9),new _0x1485a1(_0x460ba1,_0x6fbff6,this[_0x482302(0x231)])),this[_0x482302(0x1de)](_0x482302(0x1e9)),_0x460ba1[_0x482302(0x25c)][_0x482302(0x1e3)](_0x482302(0x1da),new _0x1485a1(_0x460ba1,_0x2d6d67,this[_0x482302(0x231)])),this[_0x482302(0x1de)](_0x482302(0x1da));const _0x56c1eb=_0x460ba1[_0x482302(0x289)][_0x482302(0x2ec)](_0x482302(0x298));this[_0x482302(0x1b5)](_0x56c1eb,_0x482302(0x168),(_0x17b0ff,{threadId:_0x316a6c})=>{const _0x1d7e6c=_0x482302,_0x2acdfc=this[_0x1d7e6c(0x231)][_0x1d7e6c(0x2ec)](_0x316a6c);_0x2acdfc&&_0x2acdfc[_0x1d7e6c(0x1ea)]&&0x1===_0x2acdfc[_0x1d7e6c(0x1ea)][_0x1d7e6c(0x1cc)]&&this[_0x1d7e6c(0x287)](_0x316a6c,{'hasComments':!0x0});},{'priority':_0x482302(0x2ef)}),this[_0x482302(0x1b5)](_0x56c1eb,_0x482302(0x1d1),(_0x686913,{threadId:_0x222aac})=>{const _0x43afec=_0x482302,_0x558c03=this[_0x43afec(0x231)][_0x43afec(0x2ec)](_0x222aac);_0x558c03&&_0x558c03[_0x43afec(0x1ea)]&&!_0x558c03[_0x43afec(0x1ea)][_0x43afec(0x1cc)]&&this[_0x43afec(0x287)](_0x222aac,{'hasComments':!0x1});},{'priority':_0x482302(0x2ef)});}set[_0x42e94d(0x21b)](_0x2ce13e){const _0xe1d521=_0x42e94d;if(this[_0xe1d521(0x2c3)])throw new _0x8d1730(_0xe1d521(0x166),this);this[_0xe1d521(0x2c3)]=_0x2ce13e;}get[_0x42e94d(0x21b)](){const _0x32b966=_0x42e94d;return this[_0x32b966(0x2c3)];}[_0x42e94d(0x1f2)]({skipNotAttached:_0x150ee6=!0x1,toJSON:_0x50e8c3=!0x1}={}){const _0x36dfba=_0x42e94d,_0x1e8680=[];for(const _0x5dc4b6 of this[_0x36dfba(0x231)][_0x36dfba(0x214)]())_0x150ee6&&!_0x5dc4b6[_0x36dfba(0x14c)]||_0x1e8680[_0x36dfba(0x20b)](_0x5dc4b6);return _0x50e8c3?_0x1e8680[_0x36dfba(0x253)](_0x398091=>_0x398091[_0x36dfba(0x238)]()):_0x1e8680;}[_0x42e94d(0x2d0)](_0x35d146){const _0x12e7a1=_0x42e94d,_0x2bb66a=this[_0x12e7a1(0x231)][_0x12e7a1(0x2ec)](_0x35d146);if(!_0x2bb66a)throw new _0x8d1730(_0x12e7a1(0x1ef),this);return _0x2bb66a;}[_0x42e94d(0x1c5)](_0x39315d){const _0x5b11db=_0x42e94d;return this[_0x5b11db(0x231)][_0x5b11db(0x1ed)](_0x39315d);}[_0x42e94d(0x1f6)](_0x6c5a56){const _0x4ad8dc=_0x42e94d,{authorId:_0x3c0c6c,id:_0x406ddc,attributes:_0x6bc1fb}=_0x6c5a56,[_0x16eaed,_0x553418]=_0x6c5a56[_0x4ad8dc(0x181)][_0x4ad8dc(0x148)](':'),_0x4e5005=this[_0x4ad8dc(0x231)][_0x4ad8dc(0x2ec)](_0x406ddc)||this[_0x4ad8dc(0x2ae)](_0x16eaed,_0x553418,_0x406ddc,_0x3c0c6c,_0x6bc1fb);if(this[_0x4ad8dc(0x2d9)](_0x4e5005),this[_0x4ad8dc(0x2ab)](_0x4e5005,_0x16eaed,_0x553418||null,_0x3c0c6c),_0x4e5005[_0x4ad8dc(0x188)]=_0x6c5a56[_0x4ad8dc(0x188)],_0x4e5005[_0x4ad8dc(0x23d)]=!0x0,_0x6bc1fb&&_0x6bc1fb[_0x4ad8dc(0x206)]){const _0x58017e=_0x6bc1fb[_0x4ad8dc(0x206)],_0x130c47=this[_0x4ad8dc(0x227)](_0x58017e[_0x4ad8dc(0x150)]);_0x4e5005[_0x4ad8dc(0x144)]=_0x58017e[_0x4ad8dc(0x188)],_0x4e5005[_0x4ad8dc(0x2c4)]=_0x130c47,_0x4e5005[_0x4ad8dc(0x190)]=!0x0;}else _0x4e5005[_0x4ad8dc(0x144)]=_0x6c5a56[_0x4ad8dc(0x188)];switch(_0x6c5a56[_0x4ad8dc(0x1c7)]&&(_0x4e5005[_0x4ad8dc(0x1c7)]=_0x6c5a56[_0x4ad8dc(0x1c7)]),_0x6c5a56[_0x4ad8dc(0x16a)]&&(_0x4e5005[_0x4ad8dc(0x16a)]=_0x6c5a56[_0x4ad8dc(0x16a)]),this[_0x4ad8dc(0x2c3)]&&this[_0x4ad8dc(0x2c3)][_0x4ad8dc(0x249)]||(_0x4e5005[_0x4ad8dc(0x2dc)]=!0x0),this[_0x4ad8dc(0x15e)][_0x4ad8dc(0x2ec)](_0x4e5005)){case _0x4ad8dc(0x221):this[_0x4ad8dc(0x15e)][_0x4ad8dc(0x1f3)](_0x4e5005,_0x4ad8dc(0x14d));break;case _0x4ad8dc(0x1c1):_0x4e5005[_0x4ad8dc(0x14c)]?(this[_0x4ad8dc(0x173)](new Set([_0x4e5005])),this[_0x4ad8dc(0x1fc)](new Set([_0x4e5005])),this[_0x4ad8dc(0x15e)][_0x4ad8dc(0x1f3)](_0x4e5005,_0x4ad8dc(0x141)),this[_0x4ad8dc(0x2cf)](_0x4ad8dc(0x1bb),_0x4e5005)):this[_0x4ad8dc(0x15e)][_0x4ad8dc(0x1f3)](_0x4e5005,_0x4ad8dc(0x2ce));}return _0x4e5005;}[_0x42e94d(0x17c)](_0x1d53bc){const _0x2428c8=_0x42e94d;this[_0x2428c8(0x247)](()=>{const _0x56a02a=_0x2428c8;this[_0x56a02a(0x1fb)][_0x56a02a(0x18c)][_0x56a02a(0x1e8)](()=>{const _0x127130=_0x56a02a;for(const _0x166629 of _0x1d53bc[_0x127130(0x294)]())_0x166629[_0x127130(0x2ad)]();});});}[_0x42e94d(0x19a)](_0x44268e){const _0x515124=_0x42e94d;this[_0x515124(0x247)](()=>{const _0x47f5e7=_0x515124;this[_0x47f5e7(0x1fb)][_0x47f5e7(0x18c)][_0x47f5e7(0x1e8)](()=>{const _0x2670b9=_0x47f5e7;for(const _0x455570 of _0x44268e[_0x2670b9(0x294)]())_0x455570[_0x2670b9(0x228)]();});});}[_0x42e94d(0x1de)](_0x2cebc3,_0x5bd886){const _0x1e7115=_0x42e94d,_0x467c92=this[_0x1e7115(0x1fb)][_0x1e7115(0x25c)][_0x1e7115(0x2ec)](_0x2cebc3);if(!_0x467c92)throw new _0x8d1730(_0x1e7115(0x2df),this,{'commandName':_0x2cebc3});if(this[_0x1e7115(0x19b)][_0x1e7115(0x1ed)](_0x467c92))throw new _0x8d1730(_0x1e7115(0x158),this,{'commandName':_0x2cebc3});this[_0x1e7115(0x19b)][_0x1e7115(0x1e3)](_0x467c92),_0x5bd886&&_0x467c92['on'](_0x1e7115(0x13e),(_0xa6090,_0x25c68f)=>{const _0x5a3541=_0x1e7115;this[_0x5a3541(0x267)][_0x5a3541(0x255)]&&(this[_0x5a3541(0x28c)]||(_0x25c68f[_0x5a3541(0x1cc)]>0x0&&_0x25c68f[_0x25c68f[_0x5a3541(0x1cc)]-0x1]&&_0x25c68f[_0x25c68f[_0x5a3541(0x1cc)]-0x1][_0x5a3541(0x247)]?_0x25c68f[_0x5a3541(0x14b)]():(_0xa6090[_0x5a3541(0x1dd)]=_0x5bd886((..._0x50bc42)=>_0x467c92[_0x5a3541(0x13e)](..._0x50bc42,{'forceDefaultExecution':!0x0}),..._0x25c68f),_0xa6090[_0x5a3541(0x1db)]())));},{'priority':_0x1e7115(0x27e)});}[_0x42e94d(0x247)](_0x57da0c){const _0x334961=_0x42e94d;let _0x202060,_0x9f1376;const _0xf6d943=this[_0x334961(0x28c)];this[_0x334961(0x28c)]=!0x0;try{_0x202060=_0x57da0c();}catch(_0x3807ba){_0x9f1376=_0x3807ba;}return _0xf6d943||(this[_0x334961(0x28c)]=!0x1),_0x9f1376&&_0x8d1730[_0x334961(0x235)](_0x9f1376,this),_0x202060;}[_0x42e94d(0x161)](_0x12cd0c,_0x864745=null,_0x24873b={}){const _0x42b55a=_0x42e94d;if(_0x12cd0c[_0x42b55a(0x147)])return null;const _0x4688a7=this[_0x42b55a(0x1fb)][_0x42b55a(0x289)][_0x42b55a(0x2ec)](_0x42b55a(0x1b9))['me'];for(const {suggestion:_0x3606bd,meta:_0x46eb50}of this[_0x42b55a(0x194)](_0x12cd0c,_0x42b55a(0x16b)))if(_0x46eb50[_0x42b55a(0x1ca)]){if(!_0x46eb50[_0x42b55a(0x24b)]){if(_0x46eb50[_0x42b55a(0x182)]){if(!this[_0x42b55a(0x1d9)]||!Lt(_0x3606bd,_0x24873b))continue;return _0x3606bd;}if(Lt(_0x3606bd,_0x24873b))return _0x3606bd;this[_0x42b55a(0x22b)](_0x3606bd,_0x12cd0c[_0x42b55a(0x2e9)],_0x12cd0c[_0x42b55a(0x15a)]);break;}if(_0x864745==_0x3606bd[_0x42b55a(0x299)]&&Lt(_0x3606bd,_0x24873b)){const _0x308b04=_0x3606bd[_0x42b55a(0x291)]();return _0x308b04[_0x42b55a(0x2e9)][_0x42b55a(0x22a)](_0x12cd0c[_0x42b55a(0x15a)])?this[_0x42b55a(0x286)](_0x3606bd,this[_0x42b55a(0x1c2)][_0x42b55a(0x226)](_0x12cd0c[_0x42b55a(0x2e9)],_0x308b04[_0x42b55a(0x15a)])):this[_0x42b55a(0x286)](_0x3606bd,this[_0x42b55a(0x1c2)][_0x42b55a(0x226)](_0x308b04[_0x42b55a(0x2e9)],_0x12cd0c[_0x42b55a(0x15a)])),_0x3606bd;}}const _0x16964f=_0x5ba4e4(),_0x432c5a=_0x4688a7['id'],_0x107290=_0x864745?_0x42b55a(0x1f1)+_0x864745:_0x42b55a(0x16b),_0x54a0e8=this[_0x42b55a(0x1aa)]({'id':_0x16964f,'type':_0x107290,'createdAt':new Date(),'authorId':_0x432c5a,'attributes':_0x24873b});return this[_0x42b55a(0x297)](_0x107290,_0x16964f,_0x432c5a,_0x12cd0c),_0x54a0e8;}[_0x42e94d(0x1e2)](_0x3922c4,_0x503b02=_0x42e94d(0x2a1),_0x1566c6={}){const _0x14eb1b=_0x42e94d,_0x26c3f6=this[_0x14eb1b(0x1fb)][_0x14eb1b(0x289)][_0x14eb1b(0x2ec)](_0x14eb1b(0x1b9))['me'],_0x3dfa73=this[_0x14eb1b(0x1b8)][_0x14eb1b(0x1a3)](_0x14eb1b(0x16b),_0x503b02,_0x14eb1b(0x1a4));for(const _0x32f95c of this[_0x14eb1b(0x1f2)]())if(_0x32f95c[_0x14eb1b(0x2c4)]['id']==_0x26c3f6['id']&&_0x14eb1b(0x16b)==_0x32f95c[_0x14eb1b(0x181)]&&_0x32f95c[_0x14eb1b(0x299)]==_0x503b02&&Lt(_0x32f95c,_0x1566c6)&&(_0x3dfa73(_0x32f95c[_0x14eb1b(0x21f)](),_0x3922c4)||_0x3dfa73(_0x3922c4,_0x32f95c[_0x14eb1b(0x21f)]()))){for(const _0x5702b0 of _0x3922c4)_0x32f95c[_0x14eb1b(0x1a7)](_0x5702b0);return _0x32f95c;}for(const {suggestion:_0x65d1ec,meta:_0x15aa3b}of this[_0x14eb1b(0x194)](_0x3922c4,_0x14eb1b(0x16b))){if(!_0x15aa3b[_0x14eb1b(0x1ca)])continue;if(!this[_0x14eb1b(0x1d9)]&&_0x15aa3b[_0x14eb1b(0x182)])continue;if(!Lt(_0x65d1ec,_0x1566c6))continue;let _0x1652f0=!0x0;for(const _0x5e00d1 of _0x65d1ec[_0x14eb1b(0x21f)]())for(const _0x327c1d of _0x3922c4)if(!_0x5e00d1[_0x14eb1b(0x21a)](_0x327c1d)){_0x1652f0=!0x1;break;}if(_0x1652f0)return _0x65d1ec;}const _0x4d0b7b=_0x5ba4e4(),_0x35d881=_0x26c3f6['id'],_0x1995e6=_0x14eb1b(0x1f1)+_0x503b02,_0x203836=this[_0x14eb1b(0x1aa)]({'id':_0x4d0b7b,'type':_0x1995e6,'createdAt':new Date(),'authorId':_0x35d881,'attributes':_0x1566c6});for(const _0x1babe9 of _0x3922c4)this[_0x14eb1b(0x297)](_0x1995e6,_0x4d0b7b,_0x35d881,_0x1babe9,_0x3ec637[_0x14eb1b(0x218)]());return _0x203836;}[_0x42e94d(0x2bc)](_0x66869b,_0x1cc29b,_0x38e8cc=null,_0x11c71f={}){const _0x44711a=_0x42e94d;if(_0x38e8cc=_0x38e8cc||Vt(_0x1cc29b),_0x66869b[_0x44711a(0x147)])return null;if(_0x44711a(0x205)===this[_0x44711a(0x146)]){const _0x306d10=this[_0x44711a(0x1b8)][_0x44711a(0x1a3)](_0x44711a(0x203),_0x38e8cc,_0x44711a(0x2ad));return this[_0x44711a(0x247)](()=>_0x306d10([_0x66869b],_0x1cc29b,_0x11c71f)),null;}const _0x189507=this[_0x44711a(0x1fb)][_0x44711a(0x289)][_0x44711a(0x2ec)](_0x44711a(0x1b9))['me'],_0x3cec68=[];if(_0x44711a(0x193)!==this[_0x44711a(0x146)]){for(const {suggestion:_0x516732,meta:_0x37a11a}of this[_0x44711a(0x194)](_0x66869b,_0x44711a(0x16b)))_0x37a11a[_0x44711a(0x1ca)]&&!_0x37a11a[_0x44711a(0x187)]&&_0x3cec68[_0x44711a(0x20b)](..._0x516732[_0x44711a(0x21f)]());}const _0x4be90b=function(_0x3384a9,_0x37308b){const _0x3c282a=_0x44711a,_0x33ee57=[];for(const _0x7182dd of _0x37308b){const _0x11b955=_0x3384a9[_0x3c282a(0x2d6)](_0x7182dd);_0x11b955&&_0x33ee57[_0x3c282a(0x20b)](_0x11b955);}return _0x33ee57;}(_0x66869b,_0x3cec68),_0x50fb1c=function(_0x34f04e,_0x5478ba){const _0x518c0c=_0x44711a,_0x54508a=[_0x34f04e];for(const _0x11a104 of _0x5478ba){let _0x5dcabf=0x0;for(;_0x5dcabf<_0x54508a[_0x518c0c(0x1cc)];){const _0x12a225=_0x54508a[_0x5dcabf][_0x518c0c(0x185)](_0x11a104);_0x54508a[_0x518c0c(0x27c)](_0x5dcabf,0x1,..._0x12a225),_0x5dcabf+=_0x12a225[_0x518c0c(0x1cc)];}}return _0x54508a;}(_0x66869b,_0x3cec68);_0x4be90b[_0x44711a(0x1cc)]&&this[_0x44711a(0x1c2)][_0x44711a(0x1e8)](()=>{const _0x3c4ec7=_0x44711a;for(const _0x14da70 of _0x4be90b){const _0x569297=this[_0x3c4ec7(0x1b8)][_0x3c4ec7(0x1a3)](_0x3c4ec7(0x203),_0x38e8cc,_0x3c4ec7(0x2ad));this[_0x3c4ec7(0x247)](()=>_0x569297([_0x14da70],_0x1cc29b,_0x11c71f));}});for(const _0x5f5058 of _0x50fb1c){let _0x488d8c=null,_0x13fa6d=_0x5f5058[_0x44711a(0x2e9)],_0x593289=_0x5f5058[_0x44711a(0x15a)];for(const {suggestion:_0x515540,meta:_0x44bb95}of this[_0x44711a(0x194)](_0x5f5058,_0x44711a(0x203))){if(!_0x44bb95[_0x44711a(0x1ca)])continue;if(_0x515540[_0x44711a(0x299)]!=_0x38e8cc)continue;if(!Lt(_0x515540,_0x11c71f))continue;const _0x1655e8=_0x515540[_0x44711a(0x291)]();if(_0x1655e8[_0x44711a(0x21a)](_0x5f5058,!0x0))return null;_0x13fa6d=_0x13fa6d[_0x44711a(0x163)](_0x1655e8[_0x44711a(0x2e9)])?_0x13fa6d:_0x1655e8[_0x44711a(0x2e9)],_0x593289=_0x593289[_0x44711a(0x186)](_0x1655e8[_0x44711a(0x15a)])?_0x593289:_0x1655e8[_0x44711a(0x15a)],_0x488d8c?_0x1655e8[_0x44711a(0x2e9)][_0x44711a(0x163)](_0x488d8c[_0x44711a(0x291)]()[_0x44711a(0x2e9)])?(_0x488d8c[_0x44711a(0x1c4)](),_0x488d8c=_0x515540):_0x515540[_0x44711a(0x1c4)]():_0x488d8c=_0x515540;}const _0x85ef29=this[_0x44711a(0x1c2)][_0x44711a(0x226)](_0x13fa6d,_0x593289);if(_0x488d8c)this[_0x44711a(0x286)](_0x488d8c,_0x85ef29);else{const _0x46dc64=_0x5ba4e4(),_0x705aad=_0x189507['id'];this[_0x44711a(0x1aa)]({'id':_0x46dc64,'type':_0x44711a(0x2c5)+_0x38e8cc,'data':_0x1cc29b,'createdAt':new Date(),'authorId':_0x705aad,'attributes':_0x11c71f}),this[_0x44711a(0x297)](_0x44711a(0x2c5)+_0x38e8cc,_0x46dc64,_0x705aad,_0x85ef29);}}return null;}[_0x42e94d(0x2ac)](_0x485870,_0x426287,_0x12599e=[],_0x35c37d=null,_0x1bfc76={}){const _0x544a46=_0x42e94d;_0x426287[_0x544a46(0x252)]||(_0x426287[_0x544a46(0x252)]=_0x426287[_0x544a46(0x233)]),_0x426287[_0x544a46(0x169)]=_0x485870['is'](_0x544a46(0x2be)),_0x35c37d=_0x35c37d||Vt(_0x426287);const _0x5105bb=_0x12599e[_0x544a46(0x253)](_0x32075b=>Gt(_0x32075b,this[_0x544a46(0x1c2)])),_0x2c4096=_0x485870['is'](_0x544a46(0x2be))?_0x485870:Gt(_0x485870,this[_0x544a46(0x1c2)]);if(_0x544a46(0x205)===this[_0x544a46(0x146)]){const _0x295b14=this[_0x544a46(0x1b8)][_0x544a46(0x1a3)](_0x544a46(0x275),_0x35c37d,_0x544a46(0x2ad));return this[_0x544a46(0x247)](()=>_0x295b14([_0x2c4096],_0x426287,_0x1bfc76)),null;}_0x5105bb[_0x544a46(0x20b)](_0x2c4096);let _0x5909ee=!0x0;for(const _0x1fadf1 of _0x5105bb)if(!this[_0x544a46(0x277)](_0x1fadf1)){_0x5909ee=!0x1;break;}if(_0x5909ee&&_0x544a46(0x193)!==this[_0x544a46(0x146)]){const _0xacb942=this[_0x544a46(0x1b8)][_0x544a46(0x1a3)](_0x544a46(0x275),_0x35c37d,_0x544a46(0x2ad));return this[_0x544a46(0x247)](()=>_0xacb942([_0x2c4096],_0x426287,_0x1bfc76)),null;}let _0x28a318=null,_0x38c259=_0x2c4096[_0x544a46(0x2e9)],_0x317ad2=_0x2c4096[_0x544a46(0x15a)];for(const {suggestion:_0xbb8beb,meta:_0x166558}of this[_0x544a46(0x194)](_0x2c4096,_0x544a46(0x275))){if(!_0x166558[_0x544a46(0x1ca)])continue;if(_0x166558[_0x544a46(0x24b)]||_0x166558[_0x544a46(0x182)]||_0x166558[_0x544a46(0x187)])continue;if(_0xbb8beb[_0x544a46(0x1c7)][_0x544a46(0x252)]!=_0x426287[_0x544a46(0x252)])continue;if(!Lt(_0xbb8beb,_0x1bfc76))continue;const _0x2935ea=_0xbb8beb[_0x544a46(0x291)]();if(_0xbb8beb[_0x544a46(0x299)]==_0x35c37d){if(_0x2935ea[_0x544a46(0x21a)](_0x2c4096,!0x0))return null;_0x38c259=_0x38c259[_0x544a46(0x163)](_0x2935ea[_0x544a46(0x2e9)])?_0x38c259:_0x2935ea[_0x544a46(0x2e9)],_0x317ad2=_0x317ad2[_0x544a46(0x186)](_0x2935ea[_0x544a46(0x15a)])?_0x317ad2:_0x2935ea[_0x544a46(0x15a)],_0x28a318?_0x2935ea[_0x544a46(0x2e9)][_0x544a46(0x163)](_0x28a318[_0x544a46(0x291)]()[_0x544a46(0x2e9)])?(_0x28a318[_0x544a46(0x1c4)](),_0x28a318=_0xbb8beb):_0xbb8beb[_0x544a46(0x1c4)]():_0x28a318=_0xbb8beb;}else{const _0x4381fc=_0x2c4096[_0x544a46(0x2d6)](_0x2935ea);this[_0x544a46(0x216)](_0xbb8beb,_0x4381fc);}}const _0x37fdc2=this[_0x544a46(0x1fb)][_0x544a46(0x289)][_0x544a46(0x2ec)](_0x544a46(0x1b9))['me'],_0x8a5125=_0x5ba4e4(),_0x2f52b8=_0x37fdc2['id'];if(_0x28a318)return this[_0x544a46(0x286)](_0x28a318,this[_0x544a46(0x1c2)][_0x544a46(0x226)](_0x38c259,_0x317ad2)),_0x28a318;{const _0x26944b=this[_0x544a46(0x1aa)]({'id':_0x8a5125,'type':_0x544a46(0x2c0)+_0x35c37d,'data':_0x426287,'createdAt':new Date(),'authorId':_0x2f52b8,'attributes':_0x1bfc76});return this[_0x544a46(0x297)](_0x544a46(0x2c0)+_0x35c37d,_0x8a5125,_0x2f52b8,this[_0x544a46(0x1c2)][_0x544a46(0x226)](_0x38c259,_0x317ad2)),_0x26944b;}}[_0x42e94d(0x2a9)](_0x2fa255,_0x1e6e47,_0x304a95=[],_0x18e094=null,_0x50f5d6={}){const _0x44dd49=_0x42e94d;_0x1e6e47[_0x44dd49(0x252)]||(_0x1e6e47[_0x44dd49(0x252)]=_0x1e6e47[_0x44dd49(0x233)]);const _0x1d28b8=_0x2fa255[0x0];_0x1e6e47[_0x44dd49(0x169)]=_0x1d28b8['is'](_0x44dd49(0x2be)),_0x18e094=_0x18e094||Vt(_0x1e6e47);const _0x49cb9f=_0x304a95[_0x44dd49(0x253)](_0x482d78=>Gt(_0x482d78,this[_0x44dd49(0x1c2)])),_0x1739cf=_0x1d28b8['is'](_0x44dd49(0x2be))?_0x2fa255:_0x2fa255[_0x44dd49(0x253)](_0x136d9a=>Gt(_0x136d9a,this[_0x44dd49(0x1c2)]));if(_0x44dd49(0x205)===this[_0x44dd49(0x146)]){const _0xa90154=this[_0x44dd49(0x1b8)][_0x44dd49(0x1a3)](_0x44dd49(0x275),_0x18e094,_0x44dd49(0x2ad));return this[_0x44dd49(0x247)](()=>_0xa90154(_0x1739cf,_0x1e6e47,_0x50f5d6)),null;}_0x49cb9f[_0x44dd49(0x20b)](..._0x1739cf);let _0x204557=!0x0;for(const _0x43ef56 of _0x49cb9f)if(!this[_0x44dd49(0x277)](_0x43ef56)){_0x204557=!0x1;break;}if(_0x204557&&_0x44dd49(0x193)!==this[_0x44dd49(0x146)]){const _0xa7362c=this[_0x44dd49(0x1b8)][_0x44dd49(0x1a3)](_0x44dd49(0x275),_0x18e094,_0x44dd49(0x2ad));return this[_0x44dd49(0x247)](()=>_0xa7362c(_0x1739cf,_0x1e6e47,_0x50f5d6)),null;}const _0x2f8064=this[_0x44dd49(0x1fb)][_0x44dd49(0x289)][_0x44dd49(0x2ec)](_0x44dd49(0x1b9))['me'];for(const _0x29475b of this[_0x44dd49(0x1f2)]()){if(_0x29475b[_0x44dd49(0x2c4)]['id']!=_0x2f8064['id'])continue;if(_0x44dd49(0x275)!=_0x29475b[_0x44dd49(0x181)]||_0x29475b[_0x44dd49(0x1c7)][_0x44dd49(0x252)]!=_0x1e6e47[_0x44dd49(0x252)])continue;if(!Lt(_0x29475b,_0x50f5d6))continue;const _0x1f31ea=_0x29475b[_0x44dd49(0x299)]==_0x18e094;for(let _0xdb3860=0x0;_0xdb3860<_0x1739cf[_0x44dd49(0x1cc)];_0xdb3860++){const _0x3acb57=_0x1739cf[_0xdb3860];for(const _0x590c76 of _0x29475b[_0x44dd49(0x213)]()){const _0xb689c=_0x590c76[_0x44dd49(0x229)]();if(_0x3acb57[_0x44dd49(0x22a)](_0xb689c)){_0x1f31ea?(_0x1739cf[_0x44dd49(0x27c)](_0xdb3860,0x1),_0xdb3860--):_0x29475b[_0x44dd49(0x2b1)](_0x590c76[_0x44dd49(0x29d)]);break;}}}}if(0x0==_0x1739cf[_0x44dd49(0x1cc)])return null;const _0x5c27b7=this[_0x44dd49(0x1b8)][_0x44dd49(0x1a3)](_0x44dd49(0x275),_0x18e094,_0x44dd49(0x1a4));for(const _0x84be8f of this[_0x44dd49(0x1f2)]())if(_0x84be8f[_0x44dd49(0x2c4)]['id']==_0x2f8064['id']&&_0x44dd49(0x275)==_0x84be8f[_0x44dd49(0x181)]&&_0x84be8f[_0x44dd49(0x1c7)][_0x44dd49(0x252)]==_0x1e6e47[_0x44dd49(0x252)]&&_0x84be8f[_0x44dd49(0x299)]==_0x18e094&&Lt(_0x84be8f,_0x50f5d6)&&(_0x5c27b7(_0x84be8f[_0x44dd49(0x21f)](),_0x1739cf)||_0x5c27b7(_0x1739cf,_0x84be8f[_0x44dd49(0x21f)]()))){for(const _0x37b17f of _0x1739cf)_0x84be8f[_0x44dd49(0x1a7)](_0x37b17f);return _0x84be8f;}const _0x47e239=_0x5ba4e4(),_0x9729be=_0x2f8064['id'],_0x4f88d8=_0x44dd49(0x2c0)+_0x18e094,_0x4570df=this[_0x44dd49(0x1aa)]({'id':_0x47e239,'type':_0x4f88d8,'data':_0x1e6e47,'createdAt':new Date(),'authorId':_0x9729be,'attributes':_0x50f5d6});for(const _0x1df3b6 of _0x1739cf)this[_0x44dd49(0x297)](_0x4f88d8,_0x47e239,_0x9729be,_0x1df3b6,_0x3ec637[_0x44dd49(0x218)]());return _0x4570df;}[_0x42e94d(0x14a)](_0x4d2780,_0x1bf236=null,_0x411bf0={}){const _0x11e1a6=_0x42e94d;if(_0x4d2780[_0x11e1a6(0x147)])return null;const _0x3cf1d4=this[_0x11e1a6(0x1fb)][_0x11e1a6(0x289)][_0x11e1a6(0x2ec)](_0x11e1a6(0x1b9))['me'],_0x16e016=new _0x19f91e(_0x4d2780[_0x11e1a6(0x2e9)],_0x4d2780[_0x11e1a6(0x15a)]);for(const {suggestion:_0x10664,meta:_0xf4a90}of this[_0x11e1a6(0x194)](_0x16e016,_0x11e1a6(0x16b)))if(_0xf4a90[_0x11e1a6(0x1ca)]&&!_0xf4a90[_0x11e1a6(0x24b)]){if(_0x10664[_0x11e1a6(0x140)]){const _0x51e1db=_0x10664[_0x11e1a6(0x21f)]()[_0x11e1a6(0x23f)](_0x3418e4=>_0x11e1a6(0x155)!=_0x3418e4[_0x11e1a6(0x2a7)][_0x11e1a6(0x2d4)]);_0x51e1db[_0x11e1a6(0x23a)](_0x2e6da4=>_0x16e016[_0x11e1a6(0x21a)](_0x2e6da4,!0x0))&&_0x10664[_0x11e1a6(0x228)]();if(_0x51e1db[_0x11e1a6(0x1e5)](_0x514f69=>_0x514f69[_0x11e1a6(0x21a)](_0x16e016,!0x0))){const _0x5b4536=this[_0x11e1a6(0x1b8)][_0x11e1a6(0x1a3)](_0x11e1a6(0x210),_0x1bf236,_0x11e1a6(0x2ad));return this[_0x11e1a6(0x247)](()=>_0x5b4536([_0x16e016],null,_0x411bf0)),null;}}else{const _0x5d21f9=_0x16e016[_0x11e1a6(0x2d6)](_0x10664[_0x11e1a6(0x291)]());null!==_0x5d21f9&&_0x10664[_0x11e1a6(0x2cb)]([_0x5d21f9],null,_0x411bf0);}}if(_0x16e016[_0x11e1a6(0x17b)](),_0x16e016[_0x11e1a6(0x147)]||_0x11e1a6(0x155)==_0x16e016[_0x11e1a6(0x2a7)][_0x11e1a6(0x2d4)])return null;let _0x2374d0=null,_0x294cc2=_0x16e016[_0x11e1a6(0x2e9)],_0x2b12b6=_0x16e016[_0x11e1a6(0x15a)];const _0x5105c0=this[_0x11e1a6(0x194)](_0x16e016,_0x11e1a6(0x210));for(const {suggestion:_0x3bd874,meta:_0x34ec7f}of _0x5105c0){const _0x1f901f=this[_0x11e1a6(0x1c2)][_0x11e1a6(0x226)](_0x294cc2,_0x2b12b6);if(_0x34ec7f[_0x11e1a6(0x1ca)]&&(this[_0x11e1a6(0x1d9)]||!_0x34ec7f[_0x11e1a6(0x182)]&&!_0x34ec7f[_0x11e1a6(0x187)])){if(_0x3bd874[_0x11e1a6(0x140)]){if(!Lt(_0x3bd874,_0x411bf0))continue;let _0x3e2780=!0x0;for(const _0x14d69f of _0x3bd874[_0x11e1a6(0x21f)]()){if(_0x14d69f[_0x11e1a6(0x21a)](_0x1f901f,!0x0))return _0x3bd874;_0x1f901f[_0x11e1a6(0x21a)](_0x14d69f)||(_0x3e2780=!0x1);}_0x3e2780&&_0x3bd874[_0x11e1a6(0x228)]();}else{const _0x492469=_0x3bd874[_0x11e1a6(0x291)]();if(_0x492469[_0x11e1a6(0x21a)](_0x1f901f,!0x0))return _0x3bd874;if(!Lt(_0x3bd874,_0x411bf0)){_0x1f901f[_0x11e1a6(0x21a)](_0x492469)?_0x3bd874[_0x11e1a6(0x1c4)]():_0x492469[_0x11e1a6(0x2ba)](_0x294cc2)?_0x294cc2=_0x492469[_0x11e1a6(0x15a)]:_0x492469[_0x11e1a6(0x2ba)](_0x2b12b6)&&(_0x2b12b6=_0x492469[_0x11e1a6(0x2e9)]);continue;}_0x294cc2=_0x294cc2[_0x11e1a6(0x163)](_0x492469[_0x11e1a6(0x2e9)])?_0x294cc2:_0x492469[_0x11e1a6(0x2e9)],_0x2b12b6=_0x2b12b6[_0x11e1a6(0x186)](_0x492469[_0x11e1a6(0x15a)])?_0x2b12b6:_0x492469[_0x11e1a6(0x15a)],_0x411bf0=Object[_0x11e1a6(0x244)]({},_0x3bd874[_0x11e1a6(0x16a)]),_0x2374d0?_0x492469[_0x11e1a6(0x2e9)][_0x11e1a6(0x163)](_0x2374d0[_0x11e1a6(0x291)]()[_0x11e1a6(0x2e9)])?(_0x2374d0[_0x11e1a6(0x1c4)](),_0x2374d0=_0x3bd874):_0x3bd874[_0x11e1a6(0x1c4)]():_0x2374d0=_0x3bd874;}}}if(_0x2374d0)return this[_0x11e1a6(0x286)](_0x2374d0,this[_0x11e1a6(0x1c2)][_0x11e1a6(0x226)](_0x294cc2,_0x2b12b6)),_0x2374d0;{const _0x641c3c=_0x5ba4e4(),_0x458ca2=this[_0x11e1a6(0x1c2)][_0x11e1a6(0x226)](_0x294cc2,_0x2b12b6),_0x4f42c3=_0x3cf1d4['id'],_0x4c9e92=_0x1bf236?_0x11e1a6(0x207)+_0x1bf236:_0x11e1a6(0x210),_0x483e91=this[_0x11e1a6(0x1aa)]({'id':_0x641c3c,'type':_0x4c9e92,'createdAt':new Date(),'authorId':_0x4f42c3,'attributes':_0x411bf0});return this[_0x11e1a6(0x297)](_0x4c9e92,_0x641c3c,_0x4f42c3,_0x458ca2),_0x483e91;}}[_0x42e94d(0x20a)](_0xb35eb0,_0x165827=_0x42e94d(0x2a1),_0x471c64={}){const _0x451cac=_0x42e94d,_0x44b213=this[_0x451cac(0x1fb)][_0x451cac(0x289)][_0x451cac(0x2ec)](_0x451cac(0x1b9))['me'],_0x476258=_0xb35eb0[_0x451cac(0x253)](_0x482f9b=>new _0x19f91e(_0x482f9b[_0x451cac(0x2e9)],_0x482f9b[_0x451cac(0x15a)])),_0x43bd5d=new Set();for(const {suggestion:_0x193977,meta:_0x200776}of this[_0x451cac(0x194)](_0x476258,_0x451cac(0x16b)))_0x200776[_0x451cac(0x1ca)]&&!_0x200776[_0x451cac(0x24b)]&&_0x43bd5d[_0x451cac(0x1e3)](_0x193977);for(const _0x1c1473 of _0x43bd5d)if(_0x1c1473[_0x451cac(0x140)]){const _0x4754a2=_0x1c1473[_0x451cac(0x21f)]();(!_0x1c1473[_0x451cac(0x16a)]||!_0x1c1473[_0x451cac(0x16a)][_0x451cac(0x2db)])&&(_0x4754a2[_0x451cac(0x23a)](_0x4a9c30=>_0x476258[_0x451cac(0x1e5)](_0x1c91c9=>_0x1c91c9[_0x451cac(0x21a)](_0x4a9c30,!0x0)))&&_0x1c1473[_0x451cac(0x228)]());if(_0x476258[_0x451cac(0x23a)](_0x28d347=>_0x4754a2[_0x451cac(0x1e5)](_0x3c7231=>_0x3c7231[_0x451cac(0x21a)](_0x28d347,!0x0)))){const _0x4e2284=this[_0x451cac(0x1b8)][_0x451cac(0x1a3)](_0x451cac(0x210),_0x165827,_0x451cac(0x2ad));return this[_0x451cac(0x247)](()=>_0x4e2284(_0xb35eb0,null,_0x471c64)),null;}}else{const _0x3619fd=_0x1c1473[_0x451cac(0x291)]();_0x476258[_0x451cac(0x1e5)](_0x4b93a8=>_0x4b93a8[_0x451cac(0x21a)](_0x3619fd,!0x0))&&_0x1c1473[_0x451cac(0x228)]();if(_0x476258[_0x451cac(0x23a)](_0xfebeb7=>_0x3619fd[_0x451cac(0x21a)](_0xfebeb7,!0x0))){const _0x5b2e41=this[_0x451cac(0x1b8)][_0x451cac(0x1a3)](_0x451cac(0x210),_0x165827,_0x451cac(0x2ad));return this[_0x451cac(0x247)](()=>_0x5b2e41(_0x476258,null,_0x471c64)),null;}}const _0x26c8f4=this[_0x451cac(0x1b8)][_0x451cac(0x1a3)](_0x451cac(0x210),_0x165827,_0x451cac(0x1a4));let _0xe09169=null;for(const _0x30b21e of this[_0x451cac(0x1f2)]())if(_0x30b21e[_0x451cac(0x2c4)]['id']==_0x44b213['id']&&_0x30b21e[_0x451cac(0x14c)]&&_0x451cac(0x210)==_0x30b21e[_0x451cac(0x181)]&&_0x30b21e[_0x451cac(0x299)]==_0x165827&&Lt(_0x30b21e,_0x471c64)&&(_0x26c8f4(_0x30b21e[_0x451cac(0x21f)](),_0x476258)||_0x26c8f4(_0x476258,_0x30b21e[_0x451cac(0x21f)]()))){if(_0xe09169){if(_0x30b21e[_0x451cac(0x1ea)]&&_0x30b21e[_0x451cac(0x1ea)][_0x451cac(0x1cc)])continue;for(const _0x41cf99 of _0x30b21e[_0x451cac(0x21f)]())_0xe09169[_0x451cac(0x200)](_0x41cf99)||_0xe09169[_0x451cac(0x1a7)](_0x41cf99);_0x30b21e[_0x451cac(0x1c4)]();}else{_0xe09169=_0x30b21e;for(const _0x3a41ba of _0x476258)_0x30b21e[_0x451cac(0x200)](_0x3a41ba)||_0x30b21e[_0x451cac(0x1a7)](_0x3a41ba);}}if(_0xe09169)return _0xe09169;_0x43bd5d[_0x451cac(0x2c6)]();for(const {suggestion:_0x4f211c,meta:_0x51704d}of this[_0x451cac(0x194)](_0x476258,_0x451cac(0x210)))_0x51704d[_0x451cac(0x1ca)]&&(this[_0x451cac(0x1d9)]||!_0x51704d[_0x451cac(0x182)]&&!_0x51704d[_0x451cac(0x187)])&&Lt(_0x4f211c,_0x471c64)&&_0x43bd5d[_0x451cac(0x1e3)](_0x4f211c);for(const _0x170c3f of _0x43bd5d){const _0x152d88=_0x170c3f[_0x451cac(0x21f)]();if(!_0x471c64||!_0x471c64[_0x451cac(0x2db)]){if(_0x476258[_0x451cac(0x23a)](_0x562c25=>_0x152d88[_0x451cac(0x1e5)](_0x3842eb=>_0x3842eb[_0x451cac(0x21a)](_0x562c25,!0x0))))return _0x170c3f;}(!_0x170c3f[_0x451cac(0x16a)]||!_0x170c3f[_0x451cac(0x16a)][_0x451cac(0x2db)])&&(_0x152d88[_0x451cac(0x23a)](_0x3a93b3=>_0x476258[_0x451cac(0x1e5)](_0xfe9c08=>_0xfe9c08[_0x451cac(0x21a)](_0x3a93b3,!0x0)))&&_0x170c3f[_0x451cac(0x228)]());}const _0x12b838=_0x5ba4e4(),_0x30b1f1=_0x44b213['id'],_0x3da158=_0x451cac(0x207)+_0x165827,_0xe21f42=this[_0x451cac(0x1aa)]({'id':_0x12b838,'type':_0x3da158,'createdAt':new Date(),'authorId':_0x30b1f1,'attributes':_0x471c64});for(const _0x1b64a4 of _0x476258)_0x1b64a4[_0x451cac(0x17b)](),_0x1b64a4[_0x451cac(0x147)]||_0x451cac(0x155)==_0x1b64a4[_0x451cac(0x2a7)][_0x451cac(0x2d4)]||this[_0x451cac(0x297)](_0x3da158,_0x12b838,_0x30b1f1,_0x1b64a4,_0x3ec637[_0x451cac(0x218)]());return _0xe21f42;}[_0x42e94d(0x18f)](_0x4523ee,_0x2584b7,_0x28689b,_0x1148a5,_0x2753c9){const _0x2af9ad=_0x42e94d;if(_0x4523ee[_0x2af9ad(0x147)])return[];if(_0x2af9ad(0x205)===this[_0x2af9ad(0x146)])return[];const _0x46f45b=this[_0x2af9ad(0x1fb)][_0x2af9ad(0x289)][_0x2af9ad(0x2ec)](_0x2af9ad(0x1b9))['me']['id'],_0x64c489=Array[_0x2af9ad(0x295)](this[_0x2af9ad(0x231)][_0x2af9ad(0x214)]())[_0x2af9ad(0x23f)](_0x238eab=>_0x2af9ad(0x224)==_0x238eab[_0x2af9ad(0x181)]&&_0x238eab[_0x2af9ad(0x1c7)][_0x2af9ad(0x1ee)]==_0x2584b7&&_0x238eab[_0x2af9ad(0x200)](_0x4523ee));if(_0x2af9ad(0x1a5)===this[_0x2af9ad(0x146)]){const _0x325e37=this[_0x2af9ad(0x194)](_0x4523ee,_0x2af9ad(0x16b))[_0x2af9ad(0x23f)](({meta:_0xd7c3c6})=>_0xd7c3c6[_0x2af9ad(0x1ca)]&&!_0xd7c3c6[_0x2af9ad(0x187)]&&!_0xd7c3c6[_0x2af9ad(0x24b)])[_0x2af9ad(0x253)](({suggestion:_0x4edc49})=>_0x4edc49);_0x64c489[_0x2af9ad(0x156)](..._0x325e37);}const _0x72cee7=new Map([[_0x4523ee,_0x28689b]]);for(const _0x5eaed1 of _0x64c489){const _0x198e53=_0x2af9ad(0x224)==_0x5eaed1[_0x2af9ad(0x181)]?_0x5eaed1[_0x2af9ad(0x1c7)][_0x2af9ad(0x2a8)]:void 0x0,_0x21fd19=_0x5eaed1[_0x2af9ad(0x291)](),_0x597e53=Array[_0x2af9ad(0x295)](_0x72cee7[_0x2af9ad(0x1bd)]())[_0x2af9ad(0x28a)](_0x12d69e=>_0x12d69e[_0x2af9ad(0x25b)](_0x21fd19));if(!_0x597e53)continue;const _0x76f863=_0x597e53[_0x2af9ad(0x185)](_0x21fd19);this[_0x2af9ad(0x1a2)](_0x2584b7)&&_0x2af9ad(0x16b)==_0x5eaed1[_0x2af9ad(0x181)]&&0x0!=_0x76f863[_0x2af9ad(0x1cc)]||(_0x72cee7[_0x2af9ad(0x22c)](_0x597e53),_0x76f863[_0x2af9ad(0x1ec)](_0x2966ac=>{const _0x11467c=_0x2af9ad;_0x72cee7[_0x11467c(0x1f3)](_0x2966ac,_0x28689b);}),_0x2af9ad(0x16b)!=_0x5eaed1[_0x2af9ad(0x181)]&&_0x198e53!=_0x1148a5&&_0x72cee7[_0x2af9ad(0x1f3)](_0x597e53[_0x2af9ad(0x2d6)](_0x21fd19),_0x198e53));}const _0x1207ae=[];for(const [_0x58e6dd,_0x1985f7]of _0x72cee7){const _0x12c2d7=_0x5ba4e4(),_0xbfb88b={'key':_0x2584b7,'oldValue':_0x1985f7,'newValue':_0x1148a5};_0x2584b7[_0x2af9ad(0x1cc)]>0x25&&console[_0x2af9ad(0x241)](_0x2af9ad(0x192),{'key':_0x2584b7});const _0x2af93d=(_0x2af9ad(0x15d)+(_0x2584b7+'|'+Vt({'newValue':_0x1148a5})))[_0x2af9ad(0x245)](0x0,0x3c),_0xf526=this[_0x2af9ad(0x1aa)]({'id':_0x12c2d7,'type':_0x2af93d,'data':_0xbfb88b,'createdAt':new Date(),'authorId':_0x46f45b,'attributes':_0x2753c9});_0x1207ae[_0x2af9ad(0x20b)](_0xf526),this[_0x2af9ad(0x297)](_0x2af93d,_0x12c2d7,_0x46f45b,_0x58e6dd);}return _0x1207ae;}[_0x42e94d(0x2c1)](_0xea2422){const _0x763bc=_0x42e94d;this[_0x763bc(0x1d0)][_0x763bc(0x1e3)](_0xea2422);}[_0x42e94d(0x25d)](_0x17e73f){const _0x1a15ce=_0x42e94d;this[_0x1a15ce(0x2b2)][_0x1a15ce(0x1e3)](_0x17e73f);}[_0x42e94d(0x16c)](_0xfe001c,_0x5ec9d2=[],_0x11c097=[]){const _0x3b0095=_0x42e94d;this[_0x3b0095(0x1de)](_0xfe001c,(_0x4ac924,..._0x2e600d)=>{const _0x19dd32=_0x3b0095;this[_0x19dd32(0x246)](()=>{_0x4ac924(..._0x2e600d);});});for(const _0x424dfb of _0x5ec9d2)this[_0x3b0095(0x25d)](_0x424dfb);for(const _0x2445f4 of _0x11c097)this[_0x3b0095(0x2c1)](_0x2445f4);}[_0x42e94d(0x258)](_0x22276e){const _0x55e434=_0x42e94d;return _0x55e434(0x224)==_0x22276e[_0x55e434(0x181)]?_0x22276e[_0x55e434(0x299)][_0x55e434(0x148)]('|')[0x0]:null;}[_0x42e94d(0x286)](_0x78ebdb,_0x465b44){const _0x15ac91=_0x42e94d,_0x5ba9c8=_0x78ebdb[_0x15ac91(0x225)]();this[_0x15ac91(0x1c2)][_0x15ac91(0x1e8)](_0x2cc730=>{const _0x250180=_0x15ac91;_0x2cc730[_0x250180(0x2f0)](_0x5ba9c8,{'range':_0x465b44});});}[_0x42e94d(0x2d9)](_0x94ca2d){const _0x570258=_0x42e94d,_0x2551bd=_0x94ca2d['id'],_0x31ecef=this[_0x570258(0x1fb)][_0x570258(0x171)][_0x570258(0x2ec)](_0x570258(0x184));this[_0x570258(0x19d)][_0x570258(0x2e3)](_0x2551bd)||this[_0x570258(0x19d)][_0x570258(0x2af)]({'channelId':_0x31ecef,'threadId':_0x2551bd,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x30d204=this[_0x570258(0x19d)][_0x570258(0x242)](_0x2551bd);_0x30d204[_0x570258(0x223)](_0x570258(0x2c8)),_0x30d204[_0x570258(0x2c8)]=!0x1,_0x94ca2d[_0x570258(0x1ea)]=_0x30d204;}[_0x42e94d(0x2ab)](_0x42a03d,_0x563b0f,_0x2794f5,_0x49d01a){const _0x3a5065=_0x42e94d;if(_0x42a03d[_0x3a5065(0x181)]!=_0x563b0f||_0x42a03d[_0x3a5065(0x299)]!=_0x2794f5||_0x42a03d[_0x3a5065(0x201)]['id']!=_0x49d01a)throw this[_0x3a5065(0x1fb)][_0x3a5065(0x1a9)](_0x3a5065(0x262)),new _0x8d1730(_0x3a5065(0x262),this);}[_0x42e94d(0x216)](_0x2cc3f2,_0x6b7f23){const _0x50eebe=_0x42e94d,_0x29149d=_0x2cc3f2[_0x50eebe(0x291)]();if(_0x6b7f23[_0x50eebe(0x22a)](_0x29149d))_0x2cc3f2[_0x50eebe(0x1c4)]();else{if(_0x29149d[_0x50eebe(0x21a)](_0x6b7f23)){const _0x5df8b1=this[_0x50eebe(0x1c2)][_0x50eebe(0x25a)](_0x6b7f23[_0x50eebe(0x2e9)][_0x50eebe(0x248)],_0x50eebe(0x15a));this[_0x50eebe(0x286)](_0x2cc3f2,this[_0x50eebe(0x1c2)][_0x50eebe(0x226)](_0x29149d[_0x50eebe(0x2e9)],_0x5df8b1));const _0x1f2555=_0x5ba4e4(),_0xf3d48a=_0x2cc3f2[_0x50eebe(0x201)]['id'],_0xe37cf1=_0x2cc3f2[_0x50eebe(0x181)]+':'+_0x2cc3f2[_0x50eebe(0x299)];this[_0x50eebe(0x1aa)]({'id':_0x1f2555,'type':_0xe37cf1,'createdAt':new Date(),'authorId':_0xf3d48a,'data':_0x2cc3f2[_0x50eebe(0x1c7)],'attributes':_0x2cc3f2[_0x50eebe(0x16a)]});const _0x1eb637=this[_0x50eebe(0x1c2)][_0x50eebe(0x25a)](_0x6b7f23[_0x50eebe(0x15a)][_0x50eebe(0x1c3)],_0x50eebe(0x2e8)),_0x505ff6=this[_0x50eebe(0x1c2)][_0x50eebe(0x226)](_0x1eb637,_0x29149d[_0x50eebe(0x15a)]);this[_0x50eebe(0x297)](_0xe37cf1,_0x1f2555,_0xf3d48a,_0x505ff6);}else{if(_0x29149d[_0x50eebe(0x2ba)](_0x6b7f23[_0x50eebe(0x2e9)])){const _0x4e8515=this[_0x50eebe(0x1c2)][_0x50eebe(0x25a)](_0x6b7f23[_0x50eebe(0x2e9)][_0x50eebe(0x248)],_0x50eebe(0x15a));this[_0x50eebe(0x286)](_0x2cc3f2,this[_0x50eebe(0x1c2)][_0x50eebe(0x226)](_0x29149d[_0x50eebe(0x2e9)],_0x4e8515));}else{const _0xe05664=this[_0x50eebe(0x1c2)][_0x50eebe(0x25a)](_0x6b7f23[_0x50eebe(0x15a)][_0x50eebe(0x1c3)],_0x50eebe(0x2e8));this[_0x50eebe(0x286)](_0x2cc3f2,this[_0x50eebe(0x1c2)][_0x50eebe(0x226)](_0xe05664,_0x29149d[_0x50eebe(0x15a)]));}}}}[_0x42e94d(0x277)](_0x3fc6f0){const _0x2a6751=_0x42e94d;for(const {suggestion:_0x16464f,meta:_0x2d848e}of this[_0x2a6751(0x194)](_0x3fc6f0,_0x2a6751(0x16b))){if(!_0x2d848e[_0x2a6751(0x1ca)])continue;const _0x4ad1ef=_0x16464f[_0x2a6751(0x21f)]();for(const _0x4d05e4 of _0x4ad1ef)if(!_0x3fc6f0[_0x2a6751(0x185)](_0x4d05e4)[_0x2a6751(0x1cc)])return!0x0;}return!0x1;}[_0x42e94d(0x1d5)](_0xc0b0ec){const _0x193879=_0x42e94d,_0x2ceed9=this[_0x193879(0x1fb)][_0x193879(0x289)][_0x193879(0x2ec)](_0x193879(0x1b9))[_0x193879(0x16e)](_0xc0b0ec);if(!_0x2ceed9)throw new _0x8d1730(_0x193879(0x2bd),this);return _0x2ceed9;}[_0x42e94d(0x227)](_0x32b738){const _0x550d8f=_0x42e94d,_0x5d9fb8=this[_0x550d8f(0x1fb)][_0x550d8f(0x289)][_0x550d8f(0x2ec)](_0x550d8f(0x1b9)),_0xda9b13=_0x43f042(_0x550d8f(0x208)+_0x32b738),_0x50ebbe=_0x5d9fb8[_0x550d8f(0x16e)](_0xda9b13);return _0x50ebbe||_0x5d9fb8[_0x550d8f(0x285)]({'id':_0xda9b13,'name':_0x32b738});}[_0x42e94d(0x2ae)](_0x4d4cb3,_0x56f578,_0x51a7e6,_0x44ecbf,_0x285363){const _0x68bcec=_0x42e94d,_0x4ce56c=this[_0x68bcec(0x1d5)](_0x44ecbf),_0x4f4877=this[_0x68bcec(0x1b8)][_0x68bcec(0x20f)](_0x4d4cb3,_0x56f578,_0x51a7e6,_0x4ce56c,_0x285363,_0x5d0385=>{const _0x1d0f0a=_0x68bcec;this[_0x1d0f0a(0x287)](_0x51a7e6,{'attributes':_0x5d0385});const _0x34f028=this[_0x1d0f0a(0x2d0)](_0x51a7e6);this[_0x1d0f0a(0x173)](new Set([_0x34f028])),this[_0x1d0f0a(0x1fc)](new Set([_0x34f028]));});return this[_0x68bcec(0x1b5)](_0x4f4877,_0x68bcec(0x2ad),()=>{const _0x5856a0=_0x68bcec;this[_0x5856a0(0x287)](_0x51a7e6,{'state':_0x5856a0(0x2da)});},{'priority':_0x68bcec(0x27e)}),this[_0x68bcec(0x1b5)](_0x4f4877,_0x68bcec(0x228),()=>{const _0x5508ac=_0x68bcec;this[_0x5508ac(0x287)](_0x51a7e6,{'state':_0x5508ac(0x1ab)});},{'priority':_0x68bcec(0x27e)}),this[_0x68bcec(0x231)][_0x68bcec(0x1f3)](_0x51a7e6,_0x4f4877),this[_0x68bcec(0x15e)][_0x68bcec(0x1f3)](_0x4f4877,_0x68bcec(0x221)),_0x4f4877;}[_0x42e94d(0x26c)](_0x5b0872){const _0x50ff63=_0x42e94d,_0x223818=_0x5b0872[_0x50ff63(0x148)](':');return{'group':_0x223818[0x0],'type':_0x223818[0x1],'subType':_0x223818[_0x50ff63(0x1cc)]>=0x5?_0x223818[0x2]:null,'id':_0x223818[_0x50ff63(0x1cc)]<0x5?_0x223818[0x2]:_0x223818[0x3],'authorId':_0x223818[_0x50ff63(0x1cc)]<0x5?_0x223818[0x3]:_0x223818[0x4],'markerCount':0x6==_0x223818[_0x50ff63(0x1cc)]?_0x223818[0x5]:null};}[_0x42e94d(0x22b)](_0xb718f8,_0x5ef207,_0x502413){const _0x50e9e0=_0x42e94d,_0x8d4486=_0xb718f8[_0x50e9e0(0x291)](),_0x34d728=_0x8d4486[_0x50e9e0(0x2e9)],_0x5f2647=_0x8d4486[_0x50e9e0(0x15a)];this[_0x50e9e0(0x286)](_0xb718f8,this[_0x50e9e0(0x1c2)][_0x50e9e0(0x226)](_0x34d728,_0x5ef207));const _0x351445=_0x5ba4e4(),_0x22feaa=_0xb718f8[_0x50e9e0(0x201)]['id'],_0x19baeb=_0xb718f8[_0x50e9e0(0x181)]+(_0xb718f8[_0x50e9e0(0x299)]?':'+_0xb718f8[_0x50e9e0(0x299)]:'');this[_0x50e9e0(0x1aa)]({'id':_0x351445,'type':_0x19baeb,'createdAt':new Date(),'authorId':_0x22feaa,'originalSuggestionId':_0xb718f8['id'],'attributes':_0xb718f8[_0x50e9e0(0x16a)],'data':_0xb718f8[_0x50e9e0(0x1c7)]});const _0x3a19d4=this[_0x50e9e0(0x258)](_0xb718f8);(_0x50e9e0(0x275)==_0xb718f8[_0x50e9e0(0x181)]||_0x3a19d4&&this[_0x50e9e0(0x1a2)](_0x3a19d4))&&(_0x502413=this[_0x50e9e0(0x1c2)][_0x50e9e0(0x183)](_0x502413[_0x50e9e0(0x1c3)])),this[_0x50e9e0(0x297)](_0x19baeb,_0x351445,_0x22feaa,this[_0x50e9e0(0x1c2)][_0x50e9e0(0x226)](_0x502413,_0x5f2647));}[_0x42e94d(0x194)](_0x519c94,_0x3f7d69=null){const _0x4f3c7c=_0x42e94d,_0x3e3ea2=[],_0x51bf8a=this[_0x4f3c7c(0x1fb)][_0x4f3c7c(0x289)][_0x4f3c7c(0x2ec)](_0x4f3c7c(0x1b9))['me'];Array[_0x4f3c7c(0x2b7)](_0x519c94)||(_0x519c94=[_0x519c94]);for(const _0x552441 of this[_0x4f3c7c(0x1f2)]()){if(!_0x552441[_0x4f3c7c(0x14c)])continue;if(_0x3f7d69&&_0x552441[_0x4f3c7c(0x181)]!=_0x3f7d69)continue;let _0x9ae8a1=!0x1;for(const _0x53d41c of _0x552441[_0x4f3c7c(0x21f)]()){for(const _0x271eb9 of _0x519c94){const _0x377799=_0x271eb9[_0x4f3c7c(0x2e9)][_0x4f3c7c(0x22a)](_0x53d41c[_0x4f3c7c(0x15a)])||_0x271eb9[_0x4f3c7c(0x15a)][_0x4f3c7c(0x22a)](_0x53d41c[_0x4f3c7c(0x2e9)]);if(_0x377799||_0x271eb9[_0x4f3c7c(0x2d6)](_0x53d41c)){const _0x1b8bd1=_0x271eb9[_0x4f3c7c(0x21a)](_0x53d41c)&&Rt(this[_0x4f3c7c(0x1c2)][_0x4f3c7c(0x290)],_0x53d41c[_0x4f3c7c(0x2e9)],_0x271eb9),_0x17687e=_0x53d41c[_0x4f3c7c(0x21a)](_0x271eb9)&&Rt(this[_0x4f3c7c(0x1c2)][_0x4f3c7c(0x290)],_0x271eb9[_0x4f3c7c(0x2e9)],_0x53d41c);_0x3e3ea2[_0x4f3c7c(0x20b)]({'suggestion':_0x552441,'meta':{'isOwn':_0x51bf8a==_0x552441[_0x4f3c7c(0x2c4)],'isNextTo':_0x377799,'isInsideObject':_0x1b8bd1,'containsRangeInObject':_0x17687e}}),_0x9ae8a1=!0x0;break;}}if(_0x9ae8a1)break;}}return _0x3e3ea2;}[_0x42e94d(0x297)](_0x5b3c67,_0x7a3308,_0x3fb0f8,_0x118f52,_0xa2f1ba){const _0x128c15=_0x42e94d;this[_0x128c15(0x1c2)][_0x128c15(0x1e8)](_0x39ab59=>{const _0x3e9b64=_0x128c15;let _0x57df05=_0x3e9b64(0x1b4)+_0x5b3c67+':'+_0x7a3308+':'+_0x3fb0f8;_0xa2f1ba&&(_0x57df05=_0x57df05+':'+_0xa2f1ba),_0x39ab59[_0x3e9b64(0x1c9)](_0x57df05,{'range':_0x118f52,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x42e94d(0x1a6)](_0x4da44e){const _0x3b49a6=_0x42e94d,_0x2fd8c7=_0x4da44e[_0x3b49a6(0x180)],_0x342882=_0x4da44e[_0x3b49a6(0x2cd)];_0x4da44e[_0x3b49a6(0x180)]=null,_0x4da44e[_0x3b49a6(0x2cd)]=null,null!=_0x2fd8c7&&_0x2fd8c7[_0x3b49a6(0x2cd)]==_0x4da44e&&(_0x2fd8c7[_0x3b49a6(0x2cd)]=_0x342882),null!=_0x342882&&_0x342882[_0x3b49a6(0x180)]==_0x4da44e&&(_0x342882[_0x3b49a6(0x180)]=_0x2fd8c7),_0x3b49a6(0x141)==this[_0x3b49a6(0x15e)][_0x3b49a6(0x2ec)](_0x4da44e)&&(this[_0x3b49a6(0x15e)][_0x3b49a6(0x1f3)](_0x4da44e,_0x3b49a6(0x2ce)),this[_0x3b49a6(0x2cf)](_0x3b49a6(0x28d),_0x4da44e,_0x2fd8c7,_0x342882));}[_0x42e94d(0x1aa)](_0xd2bc7e){const _0x4ab6b2=_0x42e94d,_0x231637=_0xd2bc7e['id'],_0x57ad9b=this[_0x4ab6b2(0x1f6)](_0xd2bc7e);if(this[_0x4ab6b2(0x2c3)]&&this[_0x4ab6b2(0x2c3)][_0x4ab6b2(0x249)]){const _0x518b1f=this[_0x4ab6b2(0x1fb)][_0x4ab6b2(0x289)][_0x4ab6b2(0x2ec)](_0x4ab6b2(0x202)),_0x51a660=_0x57ad9b[_0x4ab6b2(0x1fd)],_0x147e08=_0x57ad9b[_0x4ab6b2(0x299)]?_0x57ad9b[_0x4ab6b2(0x181)]+':'+_0x57ad9b[_0x4ab6b2(0x299)]:_0x57ad9b[_0x4ab6b2(0x181)],_0x163c9a=this[_0x4ab6b2(0x1fb)][_0x4ab6b2(0x2c2)],_0x47bb2e=_0x518b1f[_0x4ab6b2(0x1e3)](_0x8c7a35(_0x163c9a,_0x4ab6b2(0x254))),_0x2fcb77={'id':_0x231637,'type':_0x147e08,'hasComments':_0x51a660,'data':_0xd2bc7e[_0x4ab6b2(0x1c7)]||null,'originalSuggestionId':_0xd2bc7e[_0x4ab6b2(0x23c)]||null,'attributes':_0x57ad9b[_0x4ab6b2(0x16a)]};this[_0x4ab6b2(0x2c3)][_0x4ab6b2(0x249)](_0x2fcb77)[_0x4ab6b2(0x24c)](_0xea2de1=>{const _0x1ee8ba=_0x4ab6b2;_0x57ad9b[_0x1ee8ba(0x2dc)]=!0x0,_0x518b1f[_0x1ee8ba(0x1ad)](_0x47bb2e),_0xea2de1&&_0xea2de1[_0x1ee8ba(0x188)]&&(this[_0x1ee8ba(0x231)][_0x1ee8ba(0x2ec)](_0x231637)[_0x1ee8ba(0x188)]=_0xea2de1[_0x1ee8ba(0x188)]);})[_0x4ab6b2(0x281)](_0x48f6e8=>{const _0x35c719=_0x4ab6b2;throw _0x4db3f4(_0x35c719(0x293)),this[_0x35c719(0x1fb)][_0x35c719(0x18c)][_0x35c719(0x2b4)]({'isUndoable':!0x1},()=>{const _0x107c26=_0x35c719;_0x57ad9b[_0x107c26(0x228)]();}),_0x57ad9b[_0x35c719(0x2e6)](),this[_0x35c719(0x231)][_0x35c719(0x22c)](_0x57ad9b['id']),this[_0x35c719(0x15e)][_0x35c719(0x22c)](_0x57ad9b),_0x48f6e8;});}return _0x57ad9b;}[_0x42e94d(0x1a2)](_0x4c2432){const _0x1b1def=_0x42e94d;return this[_0x1b1def(0x1d0)][_0x1b1def(0x1ed)](_0x4c2432);}[_0x42e94d(0x287)](_0x314984,_0x535453){const _0xd264e7=_0x42e94d,_0x2f38dd=this[_0xd264e7(0x1fb)][_0xd264e7(0x289)][_0xd264e7(0x2ec)](_0xd264e7(0x202)),_0x39edd5=this[_0xd264e7(0x2d0)](_0x314984);if(this[_0xd264e7(0x2c3)]&&this[_0xd264e7(0x2c3)][_0xd264e7(0x1d7)]){if(_0x39edd5[_0xd264e7(0x2dc)]){const _0x5e2286=_0x2f38dd[_0xd264e7(0x1e3)](_0x8c7a35(this[_0xd264e7(0x1fb)][_0xd264e7(0x2c2)],_0xd264e7(0x254)));this[_0xd264e7(0x2c3)][_0xd264e7(0x1d7)](_0x314984,_0x535453)[_0xd264e7(0x24c)](()=>{const _0x228b7c=_0xd264e7;_0x2f38dd[_0x228b7c(0x1ad)](_0x5e2286);});}else _0x39edd5['on'](_0xd264e7(0x1c6),()=>{const _0x53c461=_0xd264e7;this[_0x53c461(0x287)](_0x314984,_0x535453);});}}[_0x42e94d(0x16d)](_0x33874e){const _0x478cfc=_0x42e94d;if(!this[_0x478cfc(0x2c3)]||!this[_0x478cfc(0x2c3)][_0x478cfc(0x2d0)])throw new _0x8d1730(_0x478cfc(0x2e4),this);return this[_0x478cfc(0x2c3)][_0x478cfc(0x2d0)](_0x33874e);}[_0x42e94d(0x154)](_0x761019){const _0x1dd03=_0x42e94d,{id:_0x223a25,type:_0x3aa3fe,subType:_0x3b5dac,authorId:_0x4097ef}=this[_0x1dd03(0x26c)](_0x761019),_0xa3581a=this[_0x1dd03(0x231)][_0x1dd03(0x2ec)](_0x223a25)||this[_0x1dd03(0x2ae)](_0x3aa3fe,_0x3b5dac,_0x223a25,_0x4097ef,{});switch(this[_0x1dd03(0x2ab)](_0xa3581a,_0x3aa3fe,_0x3b5dac,_0x4097ef),this[_0x1dd03(0x15e)][_0x1dd03(0x2ec)](_0xa3581a)){case _0x1dd03(0x221):this[_0x1dd03(0x16d)](_0x223a25)[_0x1dd03(0x24c)](_0x2118ec=>{const _0x3bd4e9=_0x1dd03;let _0x1e17ca=Promise[_0x3bd4e9(0x26d)]();_0x2118ec[_0x3bd4e9(0x1fd)]&&(_0x1e17ca=this[_0x3bd4e9(0x19d)][_0x3bd4e9(0x18d)]({'channelId':this[_0x3bd4e9(0x1fb)][_0x3bd4e9(0x171)][_0x3bd4e9(0x2ec)](_0x3bd4e9(0x184)),'threadId':_0x223a25})),_0x1e17ca[_0x3bd4e9(0x24c)](()=>{const _0x4bee8a=_0x3bd4e9;this[_0x4bee8a(0x1f6)](_0x2118ec)[_0x4bee8a(0x2dc)]=!0x0;});}),this[_0x1dd03(0x15e)][_0x1dd03(0x1f3)](_0xa3581a,_0x1dd03(0x1c1));break;case _0x1dd03(0x2ce):this[_0x1dd03(0x287)](_0x223a25,{'state':_0x1dd03(0x1cb)});case _0x1dd03(0x14d):this[_0x1dd03(0x15e)][_0x1dd03(0x1f3)](_0xa3581a,_0x1dd03(0x141)),this[_0x1dd03(0x2cf)](_0x1dd03(0x1bb),_0xa3581a);break;case _0x1dd03(0x141):this[_0x1dd03(0x2cf)](_0x1dd03(0x170),_0xa3581a);}return _0xa3581a[_0x1dd03(0x276)](_0x761019),_0xa3581a;}[_0x42e94d(0x1fc)](_0x21ded0){const _0x19e7c6=_0x42e94d,_0x59f408=Array[_0x19e7c6(0x295)](_0x21ded0),_0x419909=_0x59f408[_0x19e7c6(0x23f)](_0x2f51ee=>_0x19e7c6(0x224)==_0x2f51ee[_0x19e7c6(0x181)]);this[_0x19e7c6(0x15c)](_0x419909);const _0x4a0837=_0x59f408[_0x19e7c6(0x23f)](_0x4b357f=>!_0x4b357f[_0x19e7c6(0x140)]&&_0x19e7c6(0x224)!=_0x4b357f[_0x19e7c6(0x181)]),_0x32ecb=this[_0x19e7c6(0x1f2)]({'skipNotAttached':!0x0})[_0x19e7c6(0x23f)](_0x539022=>!_0x539022[_0x19e7c6(0x140)]&&_0x19e7c6(0x224)!=_0x539022[_0x19e7c6(0x181)]),_0x4cd056=_0x32ecb[_0x19e7c6(0x23f)](_0x70cfe4=>!_0x21ded0[_0x19e7c6(0x1ed)](_0x70cfe4)),_0x26a62b=new Map(_0x32ecb[_0x19e7c6(0x253)](_0x2160a8=>[_0x2160a8,this[_0x19e7c6(0x1b8)][_0x19e7c6(0x1a3)](_0x2160a8[_0x19e7c6(0x181)],_0x2160a8[_0x19e7c6(0x299)],_0x19e7c6(0x199))])),_0x5474c4=new Map(_0x32ecb[_0x19e7c6(0x253)](_0x4ce573=>[_0x4ce573,_0x4ce573[_0x19e7c6(0x291)]()])),_0x1bde3b=new Set(),_0x40ff39=new Set();for(let _0x5798a3=0x0;_0x5798a3<_0x4a0837[_0x19e7c6(0x1cc)];_0x5798a3++)_0x5e7038(_0x4a0837[_0x5798a3],_0x4a0837,_0x5798a3+0x1);for(let _0x3a7f70=0x0;_0x3a7f70<_0x4a0837[_0x19e7c6(0x1cc)];_0x3a7f70++)_0x5e7038(_0x4a0837[_0x3a7f70],_0x4cd056,0x0);const _0x5c2823=new Set();for(let _0x25f634=0x0;_0x25f634<_0x4a0837[_0x19e7c6(0x1cc)];_0x25f634++){const _0x223596=_0x4a0837[_0x25f634];!_0x40ff39[_0x19e7c6(0x1ed)](_0x223596)&&_0x223596[_0x19e7c6(0x180)]&&(_0x5c2823[_0x19e7c6(0x1e3)](_0x223596[_0x19e7c6(0x180)]),_0x223596[_0x19e7c6(0x180)][_0x19e7c6(0x2cd)]===_0x223596&&(_0x223596[_0x19e7c6(0x180)][_0x19e7c6(0x2cd)]=null),_0x223596[_0x19e7c6(0x180)]=null),!_0x1bde3b[_0x19e7c6(0x1ed)](_0x223596)&&_0x223596[_0x19e7c6(0x2cd)]&&(_0x5c2823[_0x19e7c6(0x1e3)](_0x223596[_0x19e7c6(0x2cd)]),_0x223596[_0x19e7c6(0x2cd)][_0x19e7c6(0x180)]===_0x223596&&(_0x223596[_0x19e7c6(0x2cd)][_0x19e7c6(0x180)]=null),_0x223596[_0x19e7c6(0x2cd)]=null);}function _0x5e7038(_0x310023,_0x27dd53,_0x31d930){const _0x2edf2c=_0x19e7c6;for(let _0x287d9a=_0x31d930;_0x287d9a<_0x27dd53[_0x2edf2c(0x1cc)];_0x287d9a++){const _0x519058=_0x5500ce(_0x310023,_0x27dd53[_0x287d9a]);_0x519058&&(_0x519058[0x0][_0x2edf2c(0x2cd)]=_0x519058[0x1],_0x519058[0x1][_0x2edf2c(0x180)]=_0x519058[0x0],_0x1bde3b[_0x2edf2c(0x1e3)](_0x519058[0x0]),_0x40ff39[_0x2edf2c(0x1e3)](_0x519058[0x1]));}}function _0x5500ce(_0x2b73b9,_0x41bf96){const _0x16ca0b=_0x19e7c6;if(_0x2b73b9[_0x16ca0b(0x2c4)]['id']!==_0x41bf96[_0x16ca0b(0x2c4)]['id'])return null;const _0xfda13a=_0x26a62b[_0x16ca0b(0x2ec)](_0x2b73b9)(_0x2b73b9,_0x41bf96,_0x5474c4[_0x16ca0b(0x2ec)](_0x2b73b9),_0x5474c4[_0x16ca0b(0x2ec)](_0x41bf96));if(!_0xfda13a)return null;return _0x26a62b[_0x16ca0b(0x2ec)](_0x41bf96)(_0x2b73b9,_0x41bf96,_0x5474c4[_0x16ca0b(0x2ec)](_0x2b73b9),_0x5474c4[_0x16ca0b(0x2ec)](_0x41bf96))?_0xfda13a[0x1][_0x16ca0b(0x1ea)]&&_0xfda13a[0x1][_0x16ca0b(0x1ea)][_0x16ca0b(0x1cc)]?null:_0xfda13a:null;}_0x5c2823[_0x19e7c6(0x222)]&&this[_0x19e7c6(0x1fc)](_0x5c2823);}[_0x42e94d(0x15c)](_0x39599e){const _0x1dbc9e=_0x42e94d;if(0x0==_0x39599e[_0x1dbc9e(0x1cc)])return;const _0x3b2f11=this[_0x1dbc9e(0x1f2)]({'skipNotAttached':!0x0})[_0x1dbc9e(0x23f)](_0x4cb46b=>_0x1dbc9e(0x224)==_0x4cb46b[_0x1dbc9e(0x181)]&&_0x4cb46b[_0x1dbc9e(0x23d)]),_0x567cdb=[],_0x67a096=new Map();for(const _0x4ff45f of _0x3b2f11){const _0x6ec18a=_0x43f042(_0x4ff45f[_0x1dbc9e(0x16a)]);_0x67a096[_0x1dbc9e(0x1ed)](_0x6ec18a)||(_0x67a096[_0x1dbc9e(0x1f3)](_0x6ec18a,_0x567cdb[_0x1dbc9e(0x1cc)]),_0x567cdb[_0x1dbc9e(0x20b)]([]));const _0x1a255a=_0x67a096[_0x1dbc9e(0x2ec)](_0x6ec18a);_0x567cdb[_0x1a255a][_0x1dbc9e(0x20b)](_0x4ff45f);}!(function(){const _0x2f7fb1=_0x1dbc9e;_0x567cdb[_0x2f7fb1(0x219)]((_0x1db192,_0x4c7793)=>{const _0x3a8359=_0x2f7fb1,_0x2069fc=_0x1db192[0x0][_0x3a8359(0x188)],_0x4233c8=_0x4c7793[0x0][_0x3a8359(0x188)];return _0x2069fc==_0x4233c8?_0x1db192[0x0][_0x3a8359(0x16a)][_0x3a8359(0x2d2)]<_0x4c7793[0x0][_0x3a8359(0x16a)][_0x3a8359(0x2d2)]?-0x1:0x1:_0x2069fc<_0x4233c8?-0x1:0x1;});for(const _0x557db7 of _0x567cdb)_0x557db7[_0x2f7fb1(0x219)]((_0x4a781a,_0x326a1f)=>_0x4a781a['id']<_0x326a1f['id']?-0x1:0x1);}());for(let _0x537e71=0x0;_0x537e71<_0x567cdb[_0x1dbc9e(0x1cc)];_0x537e71++){if(0x0==_0x567cdb[_0x537e71][_0x1dbc9e(0x1cc)])continue;const _0x469545=[];for(let _0x50844e=_0x537e71+0x1;_0x50844e<_0x567cdb[_0x1dbc9e(0x1cc)];_0x50844e++)0x0!=_0x567cdb[_0x50844e][_0x1dbc9e(0x1cc)]&&_0x1b52b9(_0x567cdb[_0x537e71],_0x567cdb[_0x50844e])&&_0x469545[_0x1dbc9e(0x20b)](_0x50844e);for(const _0x229acb of _0x469545)_0x567cdb[_0x537e71]=_0x567cdb[_0x537e71][_0x1dbc9e(0x1eb)](_0x567cdb[_0x229acb]),_0x567cdb[_0x229acb]=[];}for(const _0x3f248e of _0x567cdb)for(let _0x37ebfc=0x0;_0x37ebfc<_0x3f248e[_0x1dbc9e(0x1cc)];_0x37ebfc++)_0x3f248e[_0x37ebfc][_0x1dbc9e(0x2cd)]=_0x3f248e[_0x37ebfc+0x1]||null;for(const _0x4ea299 of _0x567cdb)for(let _0x4f9e92=0x0;_0x4f9e92<_0x4ea299[_0x1dbc9e(0x1cc)];_0x4f9e92++)_0x4ea299[_0x4f9e92][_0x1dbc9e(0x180)]=_0x4ea299[_0x4f9e92-0x1]||null;function _0x1b52b9(_0x1019d0,_0x5b1ce6){const _0x48f398=_0x1dbc9e;if(_0x1019d0[0x0][_0x48f398(0x16a)][_0x48f398(0x2d2)]!==_0x5b1ce6[0x0][_0x48f398(0x16a)][_0x48f398(0x2d2)]&&_0x1019d0[0x0][_0x48f398(0x2c4)]!==_0x5b1ce6[0x0][_0x48f398(0x2c4)])return!0x1;if(!function(_0xab6149,_0x307d70){const _0x7fb548=_0x48f398;if(!_0xab6149[_0x7fb548(0x1fd)]&&!_0x307d70[_0x7fb548(0x1fd)])return!0x0;if(_0xab6149[_0x7fb548(0x1fd)]&&_0x307d70[_0x7fb548(0x1fd)])return!0x1;if(_0xab6149[_0x7fb548(0x1fd)]&&_0x307d70[_0x7fb548(0x188)]<_0xab6149[_0x7fb548(0x1ea)][_0x7fb548(0x2e0)][_0x7fb548(0x2ec)](0x0)[_0x7fb548(0x188)])return!0x0;if(_0x307d70[_0x7fb548(0x1fd)]&&_0xab6149[_0x7fb548(0x188)]<_0x307d70[_0x7fb548(0x1ea)][_0x7fb548(0x2e0)][_0x7fb548(0x2ec)](0x0)[_0x7fb548(0x188)])return!0x0;return!0x1;}(_0x1019d0[0x0],_0x5b1ce6[0x0]))return!0x1;const _0x30edaf=_0x2661e9(_0x1019d0[0x0][_0x48f398(0x16a)],_0x48f398(0x2d2)),_0x10ddb2=_0x2661e9(_0x5b1ce6[0x0][_0x48f398(0x16a)],_0x48f398(0x2d2));if(!_0x2cba83(_0x30edaf,_0x10ddb2))return!0x1;return!!_0x1019d0[_0x48f398(0x23a)](_0x27d80d=>_0x5b1ce6[_0x48f398(0x1e5)](_0x26f983=>_0x27d80d[_0x48f398(0x291)]()[_0x48f398(0x22a)](_0x26f983[_0x48f398(0x291)]())))&&_0x5b1ce6[_0x48f398(0x23a)](_0x19f49f=>_0x1019d0[_0x48f398(0x1e5)](_0x2ae06a=>_0x19f49f[_0x48f398(0x291)]()[_0x48f398(0x22a)](_0x2ae06a[_0x48f398(0x291)]())));}}[_0x42e94d(0x173)](_0x2331c9){const _0x49e8f9=_0x42e94d,_0xb53017=Array[_0x49e8f9(0x295)](_0x2331c9),_0x14d19c=this[_0x49e8f9(0x1f2)]({'skipNotAttached':!0x0}),_0x341a54=_0x14d19c[_0x49e8f9(0x23f)](_0x501a24=>!_0x2331c9[_0x49e8f9(0x1ed)](_0x501a24)),_0x4da26a=new Map(_0xb53017[_0x49e8f9(0x253)](_0x175d9e=>[_0x175d9e,this[_0x49e8f9(0x1b8)][_0x49e8f9(0x1a3)](_0x175d9e[_0x49e8f9(0x181)],_0x175d9e[_0x49e8f9(0x299)],_0x49e8f9(0x1a4))])),_0x15c06d=new Map(_0x14d19c[_0x49e8f9(0x253)](_0x48ad6b=>[_0x48ad6b,_0x48ad6b[_0x49e8f9(0x21f)]()]));for(let _0x395ad0=0x0;_0x395ad0<_0xb53017[_0x49e8f9(0x1cc)];_0x395ad0++){if(_0x48ef81(this,_0xb53017[_0x395ad0],_0xb53017,_0x395ad0+0x1))return!0x0;}for(let _0x5aab9a=0x0;_0x5aab9a<_0xb53017[_0x49e8f9(0x1cc)];_0x5aab9a++){if(_0x48ef81(this,_0xb53017[_0x5aab9a],_0x341a54,0x0))return!0x0;}return!0x1;function _0x48ef81(_0x5d6f1b,_0x11f216,_0x2fec7d,_0x302bb1){const _0x25b7cf=_0x49e8f9;for(let _0x438ea6=_0x302bb1;_0x438ea6<_0x2fec7d[_0x25b7cf(0x1cc)];_0x438ea6++){const _0xbc442e=_0x2fec7d[_0x438ea6];if(_0xbc442e[_0x25b7cf(0x181)]!==_0x11f216[_0x25b7cf(0x181)]||_0xbc442e[_0x25b7cf(0x2c4)]['id']!==_0x11f216[_0x25b7cf(0x2c4)]['id']||_0xbc442e[_0x25b7cf(0x299)]!==_0x11f216[_0x25b7cf(0x299)])continue;if(!Pt(_0x11f216,_0xbc442e,[_0x25b7cf(0x2d2)]))continue;if(_0x25b7cf(0x224)==_0x11f216[_0x25b7cf(0x181)]&&_0x11f216[_0x25b7cf(0x1c7)][_0x25b7cf(0x2a8)]!=_0xbc442e[_0x25b7cf(0x1c7)][_0x25b7cf(0x2a8)])continue;if(_0x25b7cf(0x224)==_0x11f216[_0x25b7cf(0x181)]&&_0x5d6f1b[_0x25b7cf(0x1a2)](_0x11f216[_0x25b7cf(0x1c7)][_0x25b7cf(0x1ee)]))continue;if(_0x25b7cf(0x275)==_0x11f216[_0x25b7cf(0x181)]){const _0x443172=_0x5d6f1b[_0x25b7cf(0x1fb)][_0x25b7cf(0x18c)],_0xde106c=_0x11f216[_0x25b7cf(0x145)]();if(_0xde106c&&(_0x443172[_0x25b7cf(0x290)][_0x25b7cf(0x18a)](_0xde106c)||_0x443172[_0x25b7cf(0x290)][_0x25b7cf(0x215)](_0xde106c)))continue;}const _0x19a692=_0x4da26a[_0x25b7cf(0x2ec)](_0x11f216),_0x50a8fb=_0x15c06d[_0x25b7cf(0x2ec)](_0x11f216),_0x2bf163=_0x15c06d[_0x25b7cf(0x2ec)](_0xbc442e),_0x2df12a=_0x11f216[_0x25b7cf(0x1ea)]&&_0x11f216[_0x25b7cf(0x1ea)][_0x25b7cf(0x1cc)],_0x3fe917=_0xbc442e[_0x25b7cf(0x1ea)]&&_0xbc442e[_0x25b7cf(0x1ea)][_0x25b7cf(0x1cc)];if(!_0x2df12a&&_0x19a692(_0x2bf163,_0x50a8fb))return _0x5d6f1b[_0x25b7cf(0x2de)](_0xbc442e,_0x11f216),_0x15c06d[_0x25b7cf(0x22c)](_0x11f216),!0x0;if(!_0x3fe917&&_0x19a692(_0x50a8fb,_0x2bf163))return _0x5d6f1b[_0x25b7cf(0x2de)](_0x11f216,_0xbc442e),_0x15c06d[_0x25b7cf(0x22c)](_0xbc442e),!0x0;}return!0x1;}}[_0x42e94d(0x2de)](_0x55287e,_0x550f7e){const _0xa12881=_0x42e94d;if(_0x55287e[_0xa12881(0x140)]){for(const _0x567c44 of _0x550f7e[_0xa12881(0x21f)]())_0x55287e[_0xa12881(0x1a7)](_0x567c44);}else{const _0x238c36=_0x550f7e[_0xa12881(0x291)]()[_0xa12881(0x15a)];this[_0xa12881(0x286)](_0x55287e,this[_0xa12881(0x1c2)][_0xa12881(0x226)](_0x55287e[_0xa12881(0x291)]()[_0xa12881(0x2e9)],_0x238c36));}_0x550f7e[_0xa12881(0x1c4)]();}[_0x42e94d(0x29e)](_0x383dc8,_0x347562){const _0x481a79=_0x42e94d,_0x213422=_0x383dc8[_0x481a79(0x1d3)](_0x481a79(0x2b6))||_0x383dc8[_0x481a79(0x1d3)](_0x481a79(0x224))?_0x481a79(0x2e7):_0x383dc8[_0x481a79(0x29c)]();return _0x8c7a35(this[_0x481a79(0x1fb)][_0x481a79(0x2c2)],_0x347562+'_'+_0x213422+_0x481a79(0x24e));}[_0x42e94d(0x1d6)](){const _0x4167c1=_0x42e94d,_0x2ed4a7=this[_0x4167c1(0x1fb)];_0x3153e3(this[_0x4167c1(0x1c2)],({left:_0x1e5520,entered:_0x193c01})=>{const _0x219561=_0x4167c1,_0x159fb7=[];for(const _0x47bcc4 of _0x1e5520){const {group:_0xbaa413,type:_0x25e2c1}=this[_0x219561(0x26c)](_0x47bcc4[_0x219561(0x29d)]);if(_0x219561(0x1b2)===_0xbaa413){_0x159fb7[_0x219561(0x20b)](this[_0x219561(0x29e)](_0x25e2c1,_0x219561(0x2d7)));break;}}for(const _0x57058b of _0x193c01){const {group:_0xad8f86,type:_0x4d79d1}=this[_0x219561(0x26c)](_0x57058b[_0x219561(0x29d)]);if(_0x219561(0x1b2)===_0xad8f86){_0x159fb7[_0x219561(0x20b)](this[_0x219561(0x29e)](_0x4d79d1,_0x219561(0x279)));break;}}_0x159fb7[_0x219561(0x1cc)]&&_0x2ed4a7['ui'][_0x219561(0x2ed)][_0x219561(0x15f)](_0x219561(0x212),_0x159fb7[_0x219561(0x1a4)]('\x20'));});}[_0x42e94d(0x157)](_0x2680d4){const _0xa81dff=_0x42e94d;if(this[_0xa81dff(0x240)])return!0x1;const _0x18dc2b=this[_0xa81dff(0x1fb)],_0x29f3a8=_0x18dc2b[_0xa81dff(0x18c)][_0xa81dff(0x28f)][_0xa81dff(0x14e)][_0xa81dff(0x17d)]();if(0x0==_0x29f3a8[_0xa81dff(0x1cc)])return!0x1;const _0x24a18e=[],_0xebfef2=_0x29f3a8[_0xa81dff(0x23f)](_0xafea03=>_0xa81dff(0x224)==_0xafea03[_0xa81dff(0x181)]),_0x338137=_0x29f3a8[_0xa81dff(0x23f)](_0x392394=>_0xa81dff(0x273)==_0x392394[_0xa81dff(0x181)]&&_0xa81dff(0x195)!=_0x392394[_0xa81dff(0x29d)]),_0x368773=_0x29f3a8[_0xa81dff(0x23f)](_0x1fbd49=>_0xa81dff(0x1ad)==_0x1fbd49[_0xa81dff(0x181)]&&_0xa81dff(0x195)!=_0x1fbd49[_0xa81dff(0x29d)]);for(const _0x3d0d5b of _0xebfef2)_0x24a18e[_0xa81dff(0x20b)]({'key':_0x3d0d5b[_0xa81dff(0x2a6)],'newValue':_0x3d0d5b[_0xa81dff(0x2bf)],'oldValue':_0x3d0d5b[_0xa81dff(0x259)],'range':Ot(_0x3d0d5b[_0xa81dff(0x2be)],_0x18dc2b[_0xa81dff(0x18c)])});for(const _0x335ffb of _0x338137){const _0x1d1279=_0x368773[_0xa81dff(0x28a)](_0x433357=>_0x433357[_0xa81dff(0x230)][_0xa81dff(0x22a)](_0x335ffb[_0xa81dff(0x230)]));_0x1d1279&&_0x24a18e[_0xa81dff(0x20b)]({'key':_0xa81dff(0x13f),'newValue':_0x335ffb[_0xa81dff(0x29d)],'oldValue':_0x1d1279[_0xa81dff(0x29d)],'range':_0x18dc2b[_0xa81dff(0x18c)][_0xa81dff(0x2c9)](_0x335ffb[_0xa81dff(0x230)][_0xa81dff(0x2d5)])});}return 0x0!=_0x24a18e[_0xa81dff(0x1cc)]&&this[_0xa81dff(0x162)](_0x2680d4,_0x24a18e);}[_0x42e94d(0x24f)](_0x27c765){const _0xe5ca57=_0x42e94d;let _0x3013db=!0x1;const _0x23234e=this[_0xe5ca57(0x1fb)][_0xe5ca57(0x18c)][_0xe5ca57(0x28f)][_0xe5ca57(0x14e)][_0xe5ca57(0x257)]()[_0xe5ca57(0x23f)](_0x173c60=>_0x173c60[_0xe5ca57(0x1c7)][_0xe5ca57(0x1f5)]&&_0x173c60[_0xe5ca57(0x29d)][_0xe5ca57(0x1d3)](_0xe5ca57(0x23b)));for(const _0x24fdfd of _0x23234e){const {subType:_0xfa0d16,id:_0x3bafad}=this[_0xe5ca57(0x26c)](_0x24fdfd[_0xe5ca57(0x29d)]),_0x47d1bb=_0xfa0d16[_0xe5ca57(0x148)]('|')[0x0];for(const _0x3233a0 of this[_0xe5ca57(0x1f2)]({'skipNotAttached':!0x0}))_0x3233a0['id']!=_0x3bafad&&_0xe5ca57(0x224)==_0x3233a0[_0xe5ca57(0x181)]&&_0x3233a0[_0xe5ca57(0x1c7)]&&_0x3233a0[_0xe5ca57(0x1c7)][_0xe5ca57(0x1ee)]==_0x47d1bb&&_0x3233a0[_0xe5ca57(0x291)]()[_0xe5ca57(0x25b)](_0x24fdfd[_0xe5ca57(0x1c7)][_0xe5ca57(0x1f5)])&&(this[_0xe5ca57(0x264)](_0x3233a0,_0x24fdfd[_0xe5ca57(0x1c7)][_0xe5ca57(0x1f5)],_0x27c765),_0x3013db=!0x0);}return _0x3013db;}[_0x42e94d(0x246)](_0x342a63){const _0x1a7e77=_0x42e94d;this[_0x1a7e77(0x1fb)],(this[_0x1a7e77(0x240)]=!0x0,_0x342a63());}[_0x42e94d(0x167)](_0x3ce771){const _0x353d72=_0x42e94d,_0x438539=this[_0x353d72(0x1a2)](_0x3ce771),_0x4c5160=this[_0x353d72(0x2b2)][_0x353d72(0x1ed)](_0x3ce771);return _0x438539||_0x4c5160;}[_0x42e94d(0x162)](_0x532ee3,_0x21acd7){const _0x3b3238=_0x42e94d;if(0x0==_0x21acd7[_0x3b3238(0x1cc)])return!0x1;let _0x3b8ea1=!0x1;for(const _0x15d8ce of _0x21acd7){const _0x34ab28=this[_0x3b3238(0x194)](_0x15d8ce[_0x3b3238(0x2be)],_0x3b3238(0x224))[_0x3b3238(0x23f)](_0x3dcafd=>!_0x3dcafd[_0x3b3238(0x209)][_0x3b3238(0x24b)])[_0x3b3238(0x253)](_0x2678e0=>_0x2678e0[_0x3b3238(0x1b2)]),_0x1dd5c7=_0x43f042({'newValue':_0x15d8ce[_0x3b3238(0x197)]});_0x34ab28[_0x3b3238(0x23f)](_0x400e01=>{const _0x21fed1=_0x3b3238,[_0x199182,_0x34e20d]=_0x400e01[_0x21fed1(0x299)][_0x21fed1(0x148)]('|');return _0x199182==_0x15d8ce[_0x21fed1(0x1ee)]&&_0x34e20d!=_0x1dd5c7;})[_0x3b3238(0x1ec)](_0x31e8d0=>{const _0x6ecb26=_0x3b3238;this[_0x6ecb26(0x264)](_0x31e8d0,_0x15d8ce[_0x6ecb26(0x2be)],_0x532ee3),_0x3b8ea1=!0x0;});}return _0x3b8ea1;}[_0x42e94d(0x264)](_0x28a732,_0x38ab0b,_0x5eaa92){const _0x50a9f7=_0x42e94d,_0x557d2f=_0x28a732[_0x50a9f7(0x291)]()[_0x50a9f7(0x185)](_0x38ab0b);0x0!==_0x557d2f[_0x50a9f7(0x1cc)]?0x1!==_0x557d2f[_0x50a9f7(0x1cc)]?this[_0x50a9f7(0x22b)](_0x28a732,_0x38ab0b[_0x50a9f7(0x2e9)],_0x38ab0b[_0x50a9f7(0x15a)]):this[_0x50a9f7(0x286)](_0x28a732,_0x557d2f[0x0]):_0x5eaa92[_0x50a9f7(0x2b1)](_0x28a732[_0x50a9f7(0x225)]());}}class xt{constructor(_0x108b7f){const _0x1c3f8f=_0x42e94d;this[_0x1c3f8f(0x296)]=_0x108b7f,this[_0x1c3f8f(0x1c2)]=_0x108b7f[_0x1c3f8f(0x18c)],this[_0x1c3f8f(0x1f0)]=new Map(),this[_0x1c3f8f(0x263)]=new Map(),this[_0x1c3f8f(0x159)]();}[_0x42e94d(0x20f)](_0xf092ec,_0x384951,_0x3012d9,_0x407aff,_0x38f375,_0x17072f){const _0x3396a6=_0x42e94d;return new _0x3ec637(this[_0x3396a6(0x1c2)],{'type':_0xf092ec,'subType':_0x384951,'id':_0x3012d9,'author':_0x407aff,'creator':_0x407aff,'attributes':_0x38f375,'onAttributesChange':_0x17072f,'onAccept':(..._0x4b7cb0)=>this[_0x3396a6(0x1a3)](_0xf092ec,_0x384951,_0x3396a6(0x2ad))(..._0x4b7cb0),'onDiscard':(..._0x38e3c7)=>this[_0x3396a6(0x1a3)](_0xf092ec,_0x384951,_0x3396a6(0x228))(..._0x38e3c7)});}[_0x42e94d(0x1ff)](_0x27cdd6,_0x118d3b,_0x4ec83e,_0x3e3723){const _0x27767e=_0x42e94d,_0x46fd92=_0x27cdd6+':'+_0x118d3b+':'+_0x4ec83e;this[_0x27767e(0x1f0)][_0x27767e(0x1f3)](_0x46fd92,_0x3e3723);}[_0x42e94d(0x1a3)](_0x5cb65c,_0x5b7c15,_0x50f429){const _0x5cef3b=_0x42e94d,_0x2bddbe=_0x5cb65c+':'+_0x5b7c15+':'+_0x50f429;return this[_0x5cef3b(0x1f0)][_0x5cef3b(0x2ec)](_0x2bddbe)||this[_0x5cef3b(0x263)][_0x5cef3b(0x2ec)](_0x5cb65c+':'+_0x50f429);}[_0x42e94d(0x159)](){const _0x482ac2=_0x42e94d,_0x48a05b=()=>!0x1,_0xf77bb4=_0x285be0=>{const _0x47d962=_0x2dac;_0x285be0[_0x47d962(0x219)]((_0x535707,_0x3a363a)=>_0x535707[_0x47d962(0x2e9)][_0x47d962(0x163)](_0x3a363a[_0x47d962(0x2e9)])?0x1:-0x1),this[_0x47d962(0x1c2)][_0x47d962(0x1e8)](_0x4c5649=>{const _0x1043f0=_0x47d962;for(const _0x2d1780 of _0x285be0){let _0x5d28eb;_0x5d28eb=_0x2d1780[_0x1043f0(0x15a)][_0x1043f0(0x2b9)]&&_0x2d1780[_0x1043f0(0x15a)][_0x1043f0(0x1c3)]==_0x2d1780[_0x1043f0(0x2e9)][_0x1043f0(0x2d5)]?_0x4c5649[_0x1043f0(0x1df)](_0x2d1780[_0x1043f0(0x2e9)][_0x1043f0(0x2d5)],'on'):_0x4c5649[_0x1043f0(0x1df)](_0x2d1780),this[_0x1043f0(0x1c2)][_0x1043f0(0x20e)](_0x5d28eb,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2fb966=(_0x234f74,_0x17f008)=>{const _0x3cfbc3=_0x2dac;_0x17f008&&this[_0x3cfbc3(0x1c2)][_0x3cfbc3(0x1e8)](_0x32eef1=>{const _0x23ca7c=_0x3cfbc3,{commandName:_0x5b5948,commandParams:_0x4524e0=[]}=_0x17f008,_0x2df1c4=_0x234f74[_0x23ca7c(0x253)](_0x5f0686=>(Tt(_0x5f0686)&&(_0x5f0686=this[_0x23ca7c(0x1c2)][_0x23ca7c(0x226)](_0x5f0686[_0x23ca7c(0x15a)])),_0x5f0686))[_0x23ca7c(0x23f)](_0x3ba9f1=>_0x23ca7c(0x155)!==_0x3ba9f1[_0x23ca7c(0x2a7)][_0x23ca7c(0x2d4)]);if(_0x2df1c4[_0x23ca7c(0x1cc)]<0x1)return;const _0x331bba=Array[_0x23ca7c(0x295)](this[_0x23ca7c(0x1c2)][_0x23ca7c(0x28f)][_0x23ca7c(0x2a2)][_0x23ca7c(0x21f)]())[_0x23ca7c(0x253)](_0x3bfa77=>_0x19f91e[_0x23ca7c(0x280)](_0x3bfa77));_0x32eef1[_0x23ca7c(0x1bc)](_0x2df1c4);for(const _0x350046 of this[_0x23ca7c(0x296)][_0x23ca7c(0x25c)][_0x23ca7c(0x25c)]())_0x350046[_0x23ca7c(0x2a3)]();_0x4524e0[_0x23ca7c(0x20b)]({'forceDefaultExecution':!0x0}),this[_0x23ca7c(0x296)][_0x23ca7c(0x13e)](_0x5b5948,..._0x4524e0);const _0x1813ab=_0x331bba[_0x23ca7c(0x23f)](_0x4abb7c=>_0x23ca7c(0x155)!=_0x4abb7c[_0x23ca7c(0x2a7)][_0x23ca7c(0x2d4)]);_0x1813ab[_0x23ca7c(0x1cc)]>0x0&&_0x32eef1[_0x23ca7c(0x1bc)](_0x1813ab);for(const _0x2fcc82 of _0x331bba)_0x2fcc82[_0x23ca7c(0x17b)]();});},_0x4e3c17=(_0x24c19c,_0x111830)=>0x1==_0x24c19c[_0x482ac2(0x1cc)]&&0x1==_0x111830[_0x482ac2(0x1cc)]&&_0x24c19c[0x0][_0x482ac2(0x15a)][_0x482ac2(0x22a)](_0x111830[0x0][_0x482ac2(0x2e9)]),_0x532e30=(_0x228539,_0x1ca267,_0x418ea0,_0x23ec7e)=>Ft(_0x228539,_0x1ca267,_0x418ea0,_0x23ec7e,this[_0x482ac2(0x1c2)])?[_0x228539,_0x1ca267]:Ft(_0x1ca267,_0x228539,_0x23ec7e,_0x418ea0,this[_0x482ac2(0x1c2)])?[_0x1ca267,_0x228539]:null;this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x26f),_0x48a05b),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x239),_0xf77bb4),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x1cd),_0x4e3c17),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x1a1),_0x532e30),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x265),_0xf77bb4),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x2dd),_0x48a05b),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x237),_0x4e3c17),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x2b3),_0x532e30),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x2d8),_0x2fb966),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x22e),_0x48a05b),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x21c),_0x4e3c17),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x25f),_0x48a05b),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x270),_0x2fb966),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x27a),_0x48a05b),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x2d1),_0x4e3c17),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x143),_0x48a05b),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x174),_0x48a05b),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x17e),(_0x1e233f,_0x3d7c4e)=>{const _0x3cbbf8=_0x482ac2;if(!_0x3d7c4e)return;const _0x832115=this[_0x3cbbf8(0x296)][_0x3cbbf8(0x289)][_0x3cbbf8(0x2ec)](p);this[_0x3cbbf8(0x1c2)][_0x3cbbf8(0x1e8)](_0x394155=>{const _0x2de019=_0x3cbbf8;if(_0x2de019(0x13f)==_0x3d7c4e[_0x2de019(0x1ee)])for(const _0xb22ed0 of _0x1e233f){const _0x43de6f=_0xb22ed0[_0x2de019(0x2e9)][_0x2de019(0x2d5)],_0x4ad0f9=_0x3d7c4e[_0x2de019(0x2a8)];_0x394155[_0x2de019(0x2a5)](_0x43de6f,_0x4ad0f9);}else{if(_0x832115[_0x2de019(0x1a2)](_0x3d7c4e[_0x2de019(0x1ee)])){for(const _0x4a14b0 of _0x1e233f)void 0x0!==_0x3d7c4e[_0x2de019(0x2a8)]?_0x394155[_0x2de019(0x261)](_0x3d7c4e[_0x2de019(0x1ee)],_0x3d7c4e[_0x2de019(0x2a8)],_0x4a14b0[_0x2de019(0x2e9)][_0x2de019(0x2d5)]):_0x394155[_0x2de019(0x278)](_0x3d7c4e[_0x2de019(0x1ee)],_0x4a14b0[_0x2de019(0x2e9)][_0x2de019(0x2d5)]);}else{for(const _0x3f5133 of _0x1e233f)_0x3d7c4e[_0x2de019(0x2a8)]?_0x394155[_0x2de019(0x261)](_0x3d7c4e[_0x2de019(0x1ee)],_0x3d7c4e[_0x2de019(0x2a8)],_0x3f5133):_0x394155[_0x2de019(0x278)](_0x3d7c4e[_0x2de019(0x1ee)],_0x3f5133);}}});}),this[_0x482ac2(0x263)][_0x482ac2(0x1f3)](_0x482ac2(0x1e6),_0x4e3c17);}}function Rt(_0x35b6c6,_0x3934a1,_0x447d79){const _0x400d6e=_0x42e94d;for(const _0xa7c94e of _0x3934a1[_0x400d6e(0x1c3)][_0x400d6e(0x165)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0xa7c94e[_0x400d6e(0x2a7)]==_0xa7c94e)return!0x1;if(!_0x447d79[_0x400d6e(0x1fe)](_0xa7c94e))return!0x1;if(_0x35b6c6[_0x400d6e(0x18a)](_0xa7c94e)||_0x35b6c6[_0x400d6e(0x215)](_0xa7c94e))return!0x0;}return!0x1;}function Tt(_0x72304b){const _0x4992b4=_0x42e94d;return _0x72304b[_0x4992b4(0x15a)][_0x4992b4(0x1c3)]==_0x72304b[_0x4992b4(0x2e9)][_0x4992b4(0x2d5)]&&_0x72304b[_0x4992b4(0x15a)][_0x4992b4(0x198)];}function Et(_0x4f57b1,_0x9ab1fb,_0x2b4b81,_0x1e50bc){const _0xb936c0=_0x42e94d,_0x533c5c=_0x38214b=>!_0x38214b[_0xb936c0(0x266)]['is'](_0xb936c0(0x1c8))&&!_0x1e50bc[_0xb936c0(0x18a)](_0x38214b[_0xb936c0(0x266)]),_0x3a74e8=_0x4f57b1[_0xb936c0(0x2e9)][_0xb936c0(0x196)](_0x533c5c),_0x2c644b=_0x4f57b1[_0xb936c0(0x15a)][_0xb936c0(0x196)](_0x533c5c,{'direction':_0xb936c0(0x250)});return(!_0x4f57b1[_0xb936c0(0x2e9)][_0xb936c0(0x22a)](_0x3a74e8)||!_0x4f57b1[_0xb936c0(0x15a)][_0xb936c0(0x22a)](_0x2c644b))&&(_0x3a74e8[_0xb936c0(0x163)](_0x2c644b)?_0x2b4b81[_0xb936c0(0x2f0)](_0x9ab1fb,{'range':_0x2b4b81[_0xb936c0(0x226)](_0x3a74e8,_0x2c644b)}):_0x2b4b81[_0xb936c0(0x2b1)](_0x9ab1fb),!0x0);}function _0x2dac(_0x1a2ed6,_0x37c3ea){const _0x51948e=_0x5194();return _0x2dac=function(_0x2dac4f,_0x3930d7){_0x2dac4f=_0x2dac4f-0x13e;let _0x30d501=_0x51948e[_0x2dac4f];return _0x30d501;},_0x2dac(_0x1a2ed6,_0x37c3ea);}function Vt(_0x8c3928){return _0x43f042(_0x8c3928);}function Ut(_0x4b6c87){const _0x1c1983=_0x42e94d,_0x1525f1=_0x4b6c87[_0x1c1983(0x2e9)][_0x1c1983(0x2d5)];return _0x1525f1&&_0x1525f1['is'](_0x1c1983(0x1dc));}function Ot(_0x2b10d0,_0x5c9776){const _0x249308=_0x42e94d;return null==_0x2b10d0[_0x249308(0x15a)][_0x249308(0x248)]&&_0x2b10d0[_0x249308(0x15a)][_0x249308(0x1c3)]==_0x2b10d0[_0x249308(0x2e9)][_0x249308(0x2d5)]?Gt(_0x2b10d0[_0x249308(0x2e9)][_0x249308(0x2d5)],_0x5c9776):_0x2b10d0;}function Gt(_0x191293,_0x28fe20){const _0x1469e2=_0x42e94d,_0x1f5e06=_0x28fe20[_0x1469e2(0x290)][_0x1469e2(0x18a)](_0x191293)||_0x28fe20[_0x1469e2(0x290)][_0x1469e2(0x24d)](_0x191293);return _0x28fe20[_0x1469e2(0x226)](_0x28fe20[_0x1469e2(0x25a)](_0x191293,_0x1469e2(0x21e)),_0x1f5e06?_0x28fe20[_0x1469e2(0x2eb)](_0x191293):_0x28fe20[_0x1469e2(0x25a)](_0x191293,_0x1469e2(0x15a)));}function Ft(_0x127c56,_0x4a24c3,_0x53b381,_0x3faa75,_0x35e9eb){const _0x65021d=_0x42e94d;if(!Pt(_0x127c56,_0x4a24c3))return!0x1;if(_0x53b381[_0x65021d(0x15a)][_0x65021d(0x22a)](_0x3faa75[_0x65021d(0x2e9)]))return!0x0;if(_0x127c56[_0x65021d(0x181)]!=_0x4a24c3[_0x65021d(0x181)])return!0x1;if(!_0x53b381[_0x65021d(0x15a)][_0x65021d(0x272)](_0x3faa75[_0x65021d(0x2e9)]))return!0x1;const _0x2dd0c7=_0x35e9eb[_0x65021d(0x226)](_0x53b381[_0x65021d(0x15a)],_0x3faa75[_0x65021d(0x2e9)])[_0x65021d(0x282)]();for(const _0x599d58 of _0x2dd0c7)if([_0x65021d(0x236),_0x65021d(0x20c)][_0x65021d(0x26a)](_0x599d58[_0x65021d(0x181)])&&_0x35e9eb[_0x65021d(0x290)][_0x65021d(0x215)](_0x599d58[_0x65021d(0x266)]))return!0x1;return!0x0;}function Pt(_0x49f4c0,_0x49843b,_0x261889=[]){const _0x29da4a=_0x42e94d;return!(!_0x49f4c0[_0x29da4a(0x23d)]||!_0x49843b[_0x29da4a(0x23d)])&&_0x2cba83(_0x2661e9(_0x49f4c0[_0x29da4a(0x16a)],_0x261889),_0x2661e9(_0x49843b[_0x29da4a(0x16a)],_0x261889));}function Lt(_0x466ccc,_0x240ac0){const _0x1d6cb4=_0x42e94d,_0x44f65a=Ht(_0x466ccc[_0x1d6cb4(0x16a)]),_0x433683=Ht(_0x240ac0);if(!_0x466ccc[_0x1d6cb4(0x23d)])return!0x1;for(const _0xee7c49 of Object[_0x1d6cb4(0x1bd)](_0x433683))if(!_0x2cba83(_0x44f65a[_0xee7c49],_0x433683[_0xee7c49]))return!0x1;return!0x0;}function Ht(_0x4ae3ec){const _0x36fa28=_0x42e94d,_0x243c79=Object[_0x36fa28(0x244)]({},_0x4ae3ec);return delete _0x243c79[_0x36fa28(0x2db)],delete _0x243c79[_0x36fa28(0x29b)],_0x243c79;}function _0x5194(){const _0x40a165=['$textProxy','addMarker','isOwn','open','length','insertion:join','for','TrackChangesEditing','_blockAttributeKeys','removeComment','trackChanges.trackFormatChanges','startsWith','trackChanges.mergeNestedSuggestions','_getAuthorFromId','_initAriaMarkerChangeAnnouncements','updateSuggestion','discardAllSuggestions','_mergeNestedSuggestions','discardSelectedSuggestions','stop','element','return','enableCommand','createSelection','options','clone','markMultiRangeInsertion','add','toViewElement','some','attribute:join','729052XtEtkL','change','acceptSelectedSuggestions','commentThread','concat','forEach','has','key','track-changes-suggestion-not-found','_customCallbacks','insertion:','getSuggestions','set','highest','newRange','addSuggestionData','2495538qqurpt','unbindElementFromMarkerName','activeMarkers','containerElement','editor','_refreshSuggestionsChain','hasComments','containsItem','registerCustomCallback','isIntersectingWithRange','creator','PendingActions','formatInline','substr','never','@external','deletion:','external:','meta','markMultiRangeDeletion','push','elementEnd','writer','deleteContent','buildSuggestion','deletion','documentSelection','trackChanges','getMarkers','values','isLimit','_cutOutSuggestionMarker','head','getMultiRangeId','sort','containsRange','adapter','formatInline:join','dataToMarker','before','getRanges','markerToHighlight','notReady','size','unbind','attribute','getFirstMarker','createRange','_getExternalAuthor','discard','getRange','isEqual','_breakSuggestionMarker','delete','removeMarker:suggestion:formatBlock','formatInline:discard','editing','position','_suggestions','editingDowncast','commandName','mapper','rethrowUnexpectedError','elementStart','deletion:join','toJSON','insertion:discard','every','suggestion:attribute:','originalSuggestionId','_isDataLoaded','addMarker:suggestion','filter','_recordAttributeSuggestions','warn','getCommentThread','targetPosition','assign','substring','_recordAttributeChanges','forceDefaultExecution','nodeBefore','addSuggestion','widget','isNextTo','then','isSelectable','_SUGGESTION_ANNOUNCEMENT','_processAttributeSuggestions','backward','isBlock','formatGroupId','map','PENDING_ACTION_SUGGESTION','value','markerToData','getChangedMarkers','_getAttributeKey','attributeOldValue','createPositionAt','isIntersecting','commands','_registerInlineAttribute','change:data','formatInline:chain','ck-suggestion-marker-','setAttribute','track-changes-suggestion-data-mismatch','_defaultCallbacks','_reduceSuggestionAttributeRange','deletion:accept','item','trackChangesCommand','normal','fromCharCode','includes','change:activeMarkers','_splitMarkerName','resolve','moveTargetPosition','insertion:accept','formatBlock:accept','batch','isTouching','insert','acceptAllSuggestions','formatBlock','addMarkerName','_rangeIsInLocalUserInsertion','removeAttribute','ENTER','formatBlock:discard','createRangeIn','splice','107660ebKbYB','high','ck-suggestion-marker-formatBlock','fromRange','catch','getWalker','conversion','markerNameToElements','addUser','_setSuggestionRange','_updateSuggestionData','init','plugins','find','getShiftedBy','_isForcedDefaultExecutionBlock','suggestionUnloaded','138HmHAAh','document','schema','getFirstRange','getCustomProperty','error-saving-suggestion-data-suggestion-discarded','getAllAdjacentSuggestions','from','_editor','_addSuggestionMarker','CommentsRepository','subType','addHighlight','tablePasteChainId','toUpperCase','name','_getMarkerAnnouncementText','addMarker:suggestion:formatBlock','isUndo','multi','selection','refresh','addClass','rename','attributeKey','root','oldValue','markMultiRangeBlockFormat','update:suggestion','_checkSuggestionCorrectness','markBlockFormat','accept','_createSuggestion','addCommentThread','define','removeMarker','_inlineAttributeKeys','deletion:chain','enqueueChange','move','format','isArray','registerPostFixer','isAtEnd','containsPosition','_descriptionFactory','markInlineFormat','track-changes-user-not-found','range','attributeNewValue','formatBlock:','_registerBlockAttribute','locale','_adapter','author','formatInline:','clear','8LJtHjS','isRemovable','createRangeOn','howMany','_onDiscard','elementToElement','next','removed','fire','getSuggestion','formatBlock:join','groupId','showSuggestionHighlights','rootName','nodeAfter','getIntersection','LEAVE','formatInline:accept','_addThreadToSuggestion','accepted','skipNestingCheck','_saved','deletion:discard','_joinSuggestions','track-changes-command-not-found','comments','createElement','bindElementToMarker','hasCommentThread','track-changes-adapter-missing-getsuggestion','reconvertMarker','stopListening','FORMATTING','after','start','getNearestSelectionRange','createPositionAfter','get','ariaLiveAnnouncer','341LgcmPN','low','updateMarker','execute','$elementName','isMultiRange','ready','setTo','formatBlock:chain','authoredAt','getContainedElement','_trackFormatChanges','isCollapsed','split','forward','markDeletion','pop','isInContent','dataReady','differ','ck-suggestion-marker--active','authorName','upcast','splitPosition','markers','_handleNewSuggestionMarker','$graveyard','unshift','_processAttributeChanges','track-changes-enable-command-twice','_registerDefaultCallbacks','end','247101lSrCnt','_refreshAttributeSuggestionsChain','attribute:','_suggestionState','announce','5OURWYv','markInsertion','_reduceExistingSuggestions','isBefore','112222ieIMnh','getAncestors','track-changes-adapter-already-set','_isRegisteredAttribute','addComment','multipleBlocks','attributes','insertion','_enableDefaultAttributesIntegration','_getSuggestionData','getUser','consumable','suggestionChanged','config','suggestion-type','_joinWithAdjacentSuggestions','attribute:accept','dataDowncast','2HfOIoI','1966094OnIMVl','group','12Hhifnh','removeMarker:suggestion:attribute','detach','acceptSuggestion','getChanges','attribute:discard','86737ErkMBq','previous','type','containsRangeInObject','createPositionBefore','collaboration.channelId','getDifference','isAfter','isInsideObject','createdAt','getItems','isObject','_afterChanges','model','fetchCommentThread','pluginName','markAttributeChange','isExternal','markerName','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.','always','_findSuggestions','$text','getLastMatchingPosition','newValue','isAtStart','chain','discardSuggestion','_enabledCommands','addMarker:suggestion:attribute','_commentsRepository','getAttribute','requires','ck-suggestion-marker','insertion:chain','_isBlockAttribute','getSuggestionCallback','join','default','_removeSuggestion','addRange','_element','enableReadOnlyMode','_setSuggestionData','rejected','insertContent','remove','data-suggestion','isLocal','removeClass','applyOperation','suggestion','oldRange','suggestion:','listenTo','ck-suggestion-marker-formatInline','isDocumentOperation','_suggestionFactory','Users','lowest','suggestionLoaded','setSelection','keys','marker-count','$marker','consume','markerReady','_model','parent','removeMarkers','hasSuggestion','change:_saved','data'];_0x5194=function(){return _0x40a165;};return _0x5194();}
|