@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240305.0 → 0.0.0-nightly-20240307.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/build/translations/pt.js +1 -1
- package/lang/translations/pt.po +26 -26
- 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/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 _0x184fb6=_0x251e;(function(_0x1b41f3,_0x335e6e){const _0x184e88=_0x251e,_0x2d5253=_0x1b41f3();while(!![]){try{const _0x158df2=-parseInt(_0x184e88(0x2c5))/0x1+parseInt(_0x184e88(0x330))/0x2+-parseInt(_0x184e88(0x270))/0x3+parseInt(_0x184e88(0x2a9))/0x4*(-parseInt(_0x184e88(0x217))/0x5)+-parseInt(_0x184e88(0x1cc))/0x6+parseInt(_0x184e88(0x23e))/0x7*(parseInt(_0x184e88(0x2c3))/0x8)+-parseInt(_0x184e88(0x361))/0x9*(-parseInt(_0x184e88(0x2ae))/0xa);if(_0x158df2===_0x335e6e)break;else _0x2d5253['push'](_0x2d5253['shift']());}catch(_0x3204bc){_0x2d5253['push'](_0x2d5253['shift']());}}}(_0x16b8,0x6435d));import{Plugin as _0x1a0b22,PendingActions as _0x3aed1a}from'ckeditor5/src/core.js';import{LiveRange as _0x422e31}from'ckeditor5/src/engine.js';import{CKEditorError as _0x2f278a,uid as _0x296981,priorities as _0x2619a5,logWarning as _0x36e410}from'ckeditor5/src/utils.js';import{toWidget as _0x261d87}from'ckeditor5/src/widget.js';import{Users as _0x8b1d78,hashObject as _0x54cf82,surroundingMarkersDetector as _0x209781}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x35fa1d from'./commands/trackchangescommand.js';import _0x463aea from'./commands/acceptsuggestioncommand.js';import _0x423b88 from'./commands/discardsuggestioncommand.js';import _0x23b8b4 from'./commands/executeonallsuggestionscommand.js';import _0x1b04c5 from'./commands/executeonselectedsuggestionscommand.js';import _0x4d86b4 from'./suggestion.js';import _0x51719c from'./suggestiondescriptionfactory.js';import _0x150147 from'./integrations/aiassistant.js';import _0x1d9154 from'./integrations/alignment.js';import _0x500e43 from'./integrations/basicstyles.js';import _0x3ec525 from'./integrations/blockquote.js';import _0x5d7c65 from'./integrations/casechange.js';import _0x17d879 from'./integrations/ckbox.js';import _0x494b01 from'./integrations/codeblock.js';import _0x553ab7 from'./integrations/comments.js';import _0x586665 from'./integrations/deletecommand.js';import _0x277a62 from'./integrations/list.js';import _0x13b8b5 from'./integrations/listproperties.js';import _0x2ba372 from'./integrations/entercommand.js';import _0x3455cf from'./integrations/findandreplace.js';import _0x19ac0e from'./integrations/font.js';import _0x5c7f2a from'./integrations/formatpainter.js';import _0x896744 from'./integrations/heading.js';import _0x411e1b from'./integrations/highlight.js';import _0x1b186d from'./integrations/horizontalline.js';import _0x4ad67e from'./integrations/htmlembed.js';import _0x11fdc5 from'./integrations/image.js';import _0x5b59d3 from'./integrations/imagereplace.js';import _0x56f61d from'./integrations/imagestyle.js';import _0x527c7c from'./integrations/importword.js';import _0x48246e from'./integrations/indent.js';import _0xb94062 from'./integrations/inputcommand.js';import _0x133e6a from'./integrations/link.js';function _0x251e(_0x18ef8e,_0x1f3c0e){const _0x16b88c=_0x16b8();return _0x251e=function(_0x251e4e,_0x108ba9){_0x251e4e=_0x251e4e-0x1cc;let _0x2bb5c0=_0x16b88c[_0x251e4e];return _0x2bb5c0;},_0x251e(_0x18ef8e,_0x1f3c0e);}import _0x9970f5 from'./integrations/legacylist.js';import _0x800404 from'./integrations/legacylistproperties.js';import _0x53dca1 from'./integrations/mediaembed.js';function _0x16b8(){const _0x4752ec=['getSuggestionCallback','requires','isUndo','formatInline:','move','getContainedElement','ready','value','isMultiRange','getMarkers','newRange','getDifference','targetPosition','PendingActions','deletion:chain','hasComments','_getSuggestionData','nodeAfter','track-changes-suggestion-data-mismatch','rejected','track-changes-enable-command-twice','suggestion','deleteContent','newValue','low','_addSuggestionMarker','_reduceExistingSuggestions','_defaultCallbacks','getFirstMarker','unshift','getFirstRange','ariaLiveAnnouncer','splice','2067995XKAfAf','plugins','getSuggestions','suggestion-type','_reduceSuggestionAttributeRange','createPositionAfter','isArray','removeComment','insertion:join','removeAttribute','_breakSuggestionMarker','_setSuggestionData','isRemovable','options','change:activeMarkers','adapter','createSelection','createRangeIn','editor','differ','updateMarker','length','hasSuggestion','getWalker','rootName','_suggestionFactory','marker-count','rename','ck-suggestion-marker','backward','markerName','_isRegisteredAttribute','dataReady','markAttributeChange','getSuggestion','split','isIntersecting','highest','locale','580874inSAeR','_blockAttributeKeys','attributes','suggestionChanged','trackChangesCommand','track-changes-user-not-found','pop','mapper','elementToElement','_registerBlockAttribute','update:suggestion','isTouching','always','enableReadOnlyMode','fromRange','consumable','add','_getAuthorFromId','_onDiscard','attributeOldValue','before','documentSelection','range','$elementName','element','activeMarkers','addCommentThread','consume','fetchCommentThread','getAncestors','open','_customCallbacks','_enabledCommands','_setSuggestionRange','ck-suggestion-marker-formatBlock','getAttribute','delete','isLocal','accept','batch','deletion:join','removeMarker','toViewElement','track-changes-adapter-already-set','_cutOutSuggestionMarker','trackChanges','addRange','isEqual','deletion:','registerCustomCallback','1614684sMdMQz','toUpperCase','formatInline:join','createPositionBefore','high','formatInline:accept','discardSuggestion','insert','_removeSuggestion','acceptSelectedSuggestions','catch','createdAt','oldValue','buildSuggestion','_model','formatGroupId','formatInline:discard','formatInline','formatInline:chain','refresh','acceptSuggestion','every','document','deletion:accept','_afterChanges','attributeKey','formatBlock:join','markBlockFormat','formatBlock:','insertion:chain','commands','addMarkerName','creator','authorName','conversion','insertContent','originalSuggestionId','from','values','comments','meta','isBlock','suggestion:','getCustomProperty','groupId','unbind','ck-suggestion-marker--active','config','after','isAtEnd','_recordAttributeChanges','isCollapsed','external:','head','containsRange','setTo','_element','4FNzFnJ','join','containsPosition','ck-suggestion-marker-formatInline','moveTargetPosition','410VBORmy','markInsertion','getAllAdjacentSuggestions','push','CommentsRepository','markMultiRangeBlockFormat','notReady','createElement','default','addMarker:suggestion:attribute','$graveyard','removeClass','keys','_isDataLoaded','markerReady','addMarker','discardSelectedSuggestions','_checkSuggestionCorrectness','ENTER','attribute','collaboration.channelId','8ZGMfIv','applyOperation','52763lNNxTs','removed','next','stop','oldRange','_joinWithAdjacentSuggestions','_processAttributeChanges','addUser','_addThreadToSuggestion','toJSON','_editor','map','_recordAttributeSuggestions','attributeNewValue','_enableDefaultAttributesIntegration','key','detach','_updateSuggestionData','markMultiRangeDeletion','_createSuggestion','position','addComment','splitPosition','nodeBefore','sort','isBefore','insertion:discard','pluginName','$marker','get','formatBlock:discard','format','forEach','markers','name','isObject','getChanges','_findSuggestions','schema','@external','track-changes-command-not-found','warn','multipleBlocks','_inlineAttributeKeys','getMultiRangeId','substring','authoredAt','_getMarkerAnnouncementText','createRange','suggestionUnloaded','forward','editingDowncast','fromCharCode','commentThread','isAtStart','_getExternalAuthor','getUser','FORMATTING','discardAllSuggestions','chain','model','init','formatBlock:chain','data-suggestion','formatBlock','removeMarker:suggestion:attribute','change:_saved','return','setAttribute','includes','getItems','createPositionAt','_suggestionState','writer','containsRangeInObject','addClass','suggestionLoaded','never','reconvertMarker','howMany','_splitMarkerName','removeMarkers','trackChanges.trackFormatChanges','containsItem','_refreshSuggestionsChain','upcast','Users','markDeletion','isInsideObject','subType','item','lowest','attribute:discard','set','trackChanges.mergeNestedSuggestions','normal','rethrowUnexpectedError','isOwn','markMultiRangeInsertion','getCommentThread','_isBlockAttribute','elementEnd','_SUGGESTION_ANNOUNCEMENT','clone','addMarker:suggestion','addHighlight','formatBlock:accept','481466GlKaYB','_refreshAttributeSuggestionsChain','for','setSelection','filter','getRanges','execute','substr','_rangeIsInLocalUserInsertion','_processAttributeSuggestions','$text','end','isLimit','multi','change','attribute:accept','PENDING_ACTION_SUGGESTION','_descriptionFactory','registerPostFixer','discard','isIntersectingWithRange','assign','addMarker:suggestion:formatBlock','_trackFormatChanges','unbindElementFromMarkerName','data','editing','$textProxy','dataToMarker','isExternal','some','insertion:','commandName','skipNestingCheck','addSuggestionData','_commentsRepository','track-changes-suggestion-not-found','markerToData','parent','_adapter','_initAriaMarkerChangeAnnouncements','root','getChangedMarkers','isNextTo','change:data','ck-suggestion-marker-','forceDefaultExecution','_mergeNestedSuggestions','define','302832dFJbjh','getShiftedBy','addSuggestion','tablePasteChainId','getLastMatchingPosition','TrackChangesEditing','insertion:accept','markerNameToElements','getRange','enableCommand','previous','accepted','_registerInlineAttribute','acceptAllSuggestions','stopListening','has','concat','error-saving-suggestion-data-suggestion-discarded','group','isDocumentOperation','isInContent','dataDowncast','isSelectable','type','deletion:discard','getIntersection','resolve','1729392ozDGCr','_handleNewSuggestionMarker','getNearestSelectionRange','markInlineFormat','suggestion:attribute:','clear','then','showSuggestionHighlights','track-changes-adapter-missing-getsuggestion','createRangeOn','deletion','_registerDefaultCallbacks','_suggestions','_getAttributeKey','_isForcedDefaultExecutionBlock','author','widget','start','enqueueChange','fire','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.','size','markerToHighlight','elementStart','selection','hasCommentThread','attribute:','remove','_saved','removeMarker:suggestion:formatBlock','bindElementToMarker','LEAVE','insertion','announce','startsWith','isAfter','updateSuggestion','containerElement','attribute:join','find','_joinSuggestions','listenTo'];_0x16b8=function(){return _0x4752ec;};return _0x16b8();}import _0x5846d8 from'./integrations/mention.js';import _0x2e57da from'./integrations/pagebreak.js';import _0x5cfcec from'./integrations/paragraph.js';import _0xc671c8 from'./integrations/removeformat.js';import _0x2dc376 from'./integrations/restrictededitingmode.js';import _0x427d55 from'./integrations/shiftentercommand.js';import _0x5659cb from'./integrations/standardeditingmode.js';import _0x4e1fd2 from'./integrations/style.js';import _0x4cc2ff from'./integrations/table.js';import _0x4b0983 from'./integrations/tablemergesplit.js';import _0x17f7ea from'./integrations/tableheadings.js';import _0x3853c5 from'./integrations/tableclipboard.js';import _0x12f743 from'./integrations/tablecolumnresize.js';import _0x28ce20 from'./integrations/template.js';import _0x4c6c31 from'./integrations/tableofcontents.js';import _0x1d8dc0 from'./integrations/title.js';import _0xc65d72 from'./integrations/undo.js';import _0x3d1ca4 from'./integrations/tablecaption.js';import _0xd17a00 from'./integrations/tableproperties.js';import{getTranslation as _0x39c8a0}from'./utils/common-translations.js';import{isEqual as _0x207696,omit as _0x3d0509}from'lodash-es';export const renameAttributeKey=_0x184fb6(0x255);export default class p extends _0x1a0b22{static get[_0x184fb6(0x1f7)](){const _0x1c9457=_0x184fb6;return[_0x1c9457(0x2b2),_0x8b1d78,_0x3aed1a,_0x150147,_0x1d9154,_0x500e43,_0x3ec525,_0x17d879,_0x5d7c65,_0x494b01,_0x553ab7,_0x586665,_0x2ba372,_0x3455cf,_0x19ac0e,_0x5c7f2a,_0x896744,_0x411e1b,_0x1b186d,_0x4ad67e,_0x11fdc5,_0x56f61d,_0x5b59d3,_0x527c7c,_0x48246e,_0xb94062,_0x9970f5,_0x800404,_0x133e6a,_0x277a62,_0x13b8b5,_0x53dca1,_0x5846d8,_0x2e57da,_0x5cfcec,_0xc671c8,_0x2dc376,_0x427d55,_0x5659cb,_0x4e1fd2,_0x4cc2ff,_0x4b0983,_0x17f7ea,_0x3d1ca4,_0x3853c5,_0x12f743,_0x4c6c31,_0xd17a00,_0x28ce20,_0x1d8dc0,_0xc65d72];}static get[_0x184fb6(0x2e0)](){const _0x508c7f=_0x184fb6;return _0x508c7f(0x366);}constructor(_0x1431c9){const _0x54b3c6=_0x184fb6;function _0x1ac400(_0x5b22bd){const _0x723368=_0x251e;return _0x5b22bd[_0x723368(0x2d0)](_0x92776e=>String[_0x723368(0x2f9)](_0x92776e))[_0x723368(0x2aa)]('');}super(_0x1431c9),this[_0x54b3c6(0x2d1)]=!0x1,this[_0x54b3c6(0x322)](_0x54b3c6(0x257),[]),this['on'](_0x54b3c6(0x225),(_0x5c435f,_0x4d7701,_0x391c19,_0x29dd5f)=>{const _0x5a657f=_0x54b3c6;this[_0x5a657f(0x27e)][_0x5a657f(0x33e)](()=>{const _0x5bc30a=_0x5a657f;for(const _0x45668a of[..._0x29dd5f,..._0x391c19])this[_0x5bc30a(0x27e)][_0x5bc30a(0x2e6)][_0x5bc30a(0x370)](_0x45668a)&&_0x1431c9[_0x5bc30a(0x34a)][_0x5bc30a(0x313)](_0x45668a);});}),this[_0x54b3c6(0x341)]=new _0x51719c(this[_0x54b3c6(0x229)][_0x54b3c6(0x301)][_0x54b3c6(0x2eb)],this[_0x54b3c6(0x229)][_0x54b3c6(0x23d)]),this[_0x54b3c6(0x357)]=null,this[_0x54b3c6(0x230)]=new Bt(this[_0x54b3c6(0x229)]),this[_0x54b3c6(0x1d8)]=new Map(),this[_0x54b3c6(0x353)]=_0x1431c9[_0x54b3c6(0x218)][_0x54b3c6(0x2e2)](_0x54b3c6(0x2b2)),this[_0x54b3c6(0x25e)]=new Set(),this[_0x54b3c6(0x27e)]=this[_0x54b3c6(0x229)][_0x54b3c6(0x301)],this[_0x54b3c6(0x30d)]=new WeakMap(),this[_0x54b3c6(0x1da)]=!0x1,this[_0x54b3c6(0x23f)]=new Set([_0x54b3c6(0x255)]),this[_0x54b3c6(0x2f0)]=new Set(),_0x1431c9[_0x54b3c6(0x29f)][_0x54b3c6(0x360)](_0x54b3c6(0x317),_0x54b3c6(0x2b6)),this[_0x54b3c6(0x347)]=_0x1431c9[_0x54b3c6(0x29f)][_0x54b3c6(0x2e2)](_0x54b3c6(0x317)),_0x1431c9[_0x54b3c6(0x29f)][_0x54b3c6(0x360)](_0x54b3c6(0x323),!0x0),this[_0x54b3c6(0x35f)]=_0x1431c9[_0x54b3c6(0x29f)][_0x54b3c6(0x2e2)](_0x54b3c6(0x323)),this[_0x54b3c6(0x242)]=new _0x35fa1d(_0x1431c9,this[_0x54b3c6(0x25e)]),this[_0x54b3c6(0x358)](),this[_0x1ac400([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x1ac400([0x34,0x30,0x34,0x38,0x30,0x36,0x31,0x30]);}[_0x184fb6(0x302)](){const _0xbbab3=_0x184fb6,_0x543c87=this[_0xbbab3(0x229)],_0x270a8b=(_0x2114e6,_0x146b29)=>{const _0x5865ec=_0xbbab3;if(_0x5865ec(0x2c1)!=_0x2114e6)return _0x5865ec(0x35d)+_0x2114e6;const _0x2ff02f=_0x146b29[_0x5865ec(0x23a)]('|')[0x0];return this[_0x5865ec(0x329)](_0x2ff02f)?_0x5865ec(0x260):_0x5865ec(0x2ac);};_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x2f8))[_0xbbab3(0x1e2)]({'model':_0xbbab3(0x20b),'view':_0x5cfe5d=>{const _0x5911ba=_0xbbab3,{id:_0xee9326,type:_0xa837a9,subType:_0x1030ce}=this[_0x5911ba(0x315)](_0x5cfe5d[_0x5911ba(0x235)]),_0xa6674b=[_0x5911ba(0x233),_0x270a8b(_0xa837a9,_0x1030ce)];let _0x50b6fd=0xbb8;return this[_0x5911ba(0x257)][_0x5911ba(0x30a)](_0x5cfe5d[_0x5911ba(0x235)])&&(_0xa6674b[_0x5911ba(0x2b1)](_0x5911ba(0x29e)),_0x50b6fd=0xbc2),_0x5911ba(0x1d6)==_0xa837a9&&(_0x50b6fd+=0x5),{'classes':_0xa6674b,'attributes':{'data-suggestion':_0xee9326},'priority':_0x50b6fd};}}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x376))[_0xbbab3(0x24e)](_0x2204ca=>{const _0x502f75=_0xbbab3;_0x2204ca['on'](_0x502f75(0x32d),(_0x407573,_0x5f15ee,_0x100514)=>{const _0x4a6364=_0x502f75;if(!_0x100514[_0x4a6364(0x224)][_0x4a6364(0x1d3)])return;const _0x421e2c=_0x5f15ee[_0x4a6364(0x31f)];if(!_0x421e2c)return;const _0x193ec4=_0x100514[_0x4a6364(0x245)][_0x4a6364(0x268)](_0x421e2c);_0x543c87[_0x4a6364(0x301)][_0x4a6364(0x2eb)][_0x4a6364(0x2e8)](_0x421e2c)&&_0x193ec4&&!_0x193ec4[_0x4a6364(0x29b)](_0x4a6364(0x1dc))&&_0x193ec4['is'](_0x4a6364(0x1f1))&&_0x261d87(_0x193ec4,_0x100514[_0x4a6364(0x30e)]);},{'priority':_0x502f75(0x274)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x376))[_0xbbab3(0x1e2)]({'model':_0xbbab3(0x20b),'view':(_0x1b126b,_0x2bf047)=>{const _0x31835a=_0xbbab3;if(!_0x2bf047[_0x31835a(0x224)][_0x31835a(0x1d3)])return null;const {type:_0x3126cc,subType:_0x46e2d9}=this[_0x31835a(0x315)](_0x1b126b[_0x31835a(0x235)]);return{'classes':[_0x31835a(0x233),_0x270a8b(_0x3126cc,_0x46e2d9)],'priority':0xbb8};}});const _0x4bba3f=({showActiveMarkers:_0x3c33f2=!0x0,isAttributeSuggestion:_0x456443=!0x1}={})=>(_0x4e75e2,_0x4ae99b,_0x394dce)=>{const _0x5182be=_0xbbab3;if(!_0x4ae99b[_0x5182be(0x31f)])return;const {id:_0x55bf95}=this[_0x5182be(0x315)](_0x4ae99b[_0x5182be(0x235)]);if(_0x456443){const _0x551bbd=this[_0x5182be(0x1d8)][_0x5182be(0x2e2)](_0x55bf95),_0x46cfab=this[_0x5182be(0x1d9)](_0x551bbd);if(!this[_0x5182be(0x329)](_0x46cfab))return;}if(_0x4ae99b[_0x5182be(0x31f)]['is'](_0x5182be(0x1e4)))return void _0x394dce[_0x5182be(0x24d)][_0x5182be(0x259)](_0x4ae99b[_0x5182be(0x31f)],_0x4e75e2[_0x5182be(0x2e7)]);const _0x537581=_0x394dce[_0x5182be(0x245)][_0x5182be(0x268)](_0x4ae99b[_0x5182be(0x31f)]);if(_0x4ae99b[_0x5182be(0x31f)]['is'](_0x5182be(0x256))&&_0x543c87[_0x5182be(0x301)][_0x5182be(0x2eb)][_0x5182be(0x299)](_0x4ae99b[_0x5182be(0x31f)])&&!_0x537581[_0x5182be(0x29b)](_0x5182be(0x32e))){_0x394dce[_0x5182be(0x30e)][_0x5182be(0x310)]([_0x5182be(0x233),_0x5182be(0x260)],_0x537581),_0x394dce[_0x5182be(0x30e)][_0x5182be(0x309)](_0x5182be(0x304),_0x55bf95,_0x537581),_0x394dce[_0x5182be(0x245)][_0x5182be(0x1ea)](_0x537581,_0x4ae99b[_0x5182be(0x235)]),_0x3c33f2&&(this[_0x5182be(0x257)][_0x5182be(0x30a)](_0x4ae99b[_0x5182be(0x235)])?_0x394dce[_0x5182be(0x30e)][_0x5182be(0x310)](_0x5182be(0x29e),_0x537581):_0x394dce[_0x5182be(0x30e)][_0x5182be(0x2b9)](_0x5182be(0x29e),_0x537581));for(const _0x316b11 of _0x543c87[_0x5182be(0x301)][_0x5182be(0x228)](_0x4ae99b[_0x5182be(0x31f)])[_0x5182be(0x30b)]())_0x394dce[_0x5182be(0x24d)][_0x5182be(0x259)](_0x316b11,_0x4e75e2[_0x5182be(0x2e7)]);_0x394dce[_0x5182be(0x24d)][_0x5182be(0x259)](_0x4ae99b[_0x5182be(0x31f)],_0x4e75e2[_0x5182be(0x2e7)]);}};_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x376))[_0xbbab3(0x24e)](_0x234fc1=>{const _0x2c3acb=_0xbbab3;_0x234fc1['on'](_0x2c3acb(0x346),(_0x1154c6,_0x5cc8eb,_0x330e40)=>{const _0x215dee=_0x2c3acb;_0x330e40[_0x215dee(0x224)][_0x215dee(0x1d3)]&&_0x4bba3f({'showActiveMarkers':!0x1})(_0x1154c6,_0x5cc8eb,_0x330e40);},{'priority':_0x2c3acb(0x23c)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x376))[_0xbbab3(0x24e)](_0x3d49f6=>{const _0x32f89b=_0xbbab3;_0x3d49f6['on'](_0x32f89b(0x2b7),(_0x1eccbd,_0xdb3001,_0x34d6aa)=>{const _0x461de2=_0x32f89b;_0x34d6aa[_0x461de2(0x224)][_0x461de2(0x1d3)]&&_0x4bba3f({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1eccbd,_0xdb3001,_0x34d6aa);},{'priority':_0x32f89b(0x23c)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x376))[_0xbbab3(0x355)]({'model':_0xbbab3(0x20b),'view':(_0x5d81f1,_0x1979a3)=>_0x1979a3[_0xbbab3(0x224)][_0xbbab3(0x1d3)]?null:{'group':_0xbbab3(0x20b),'name':_0x5d81f1[_0xbbab3(0x337)](0xb)}}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x31a))[_0xbbab3(0x246)]({'view':{'name':_0xbbab3(0x20b),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x37816e,{writer:_0x284d8f})=>{const _0x4434c2=_0xbbab3;let _0x1dea18=_0x4434c2(0x29a)+_0x37816e[_0x4434c2(0x261)](_0x4434c2(0x21a))+':'+_0x37816e[_0x4434c2(0x261)]('id');return _0x37816e[_0x4434c2(0x261)](_0x4434c2(0x231))&&(_0x1dea18+=':'+_0x37816e[_0x4434c2(0x261)](_0x4434c2(0x231))),_0x284d8f[_0x4434c2(0x2b5)](_0x4434c2(0x2e1),{'data-name':_0x1dea18});}}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x31a))[_0xbbab3(0x34c)]({'view':_0xbbab3(0x20b)}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x2f8))[_0xbbab3(0x24e)](_0x2f0d3c=>{const _0x509bd2=_0xbbab3;_0x2f0d3c['on'](_0x509bd2(0x346),_0x4bba3f(),{'priority':_0x509bd2(0x274)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x2f8))[_0xbbab3(0x24e)](_0x4c301b=>{const _0x57899f=_0xbbab3;_0x4c301b['on'](_0x57899f(0x2b7),_0x4bba3f({'isAttributeSuggestion':!0x0}),{'priority':_0x57899f(0x274)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x2f8))[_0xbbab3(0x24e)](_0x4adbf2=>{const _0x338510=_0xbbab3;_0x4adbf2['on'](_0x338510(0x1e9),(_0x5f3d24,_0x48d398,_0x2057f3)=>{const _0x34f685=_0x338510,_0x2ae364=_0x2057f3[_0x34f685(0x245)][_0x34f685(0x368)](_0x48d398[_0x34f685(0x235)]);if(_0x2ae364){for(const _0x2b17bd of _0x2ae364)_0x2b17bd[_0x34f685(0x29b)](_0x34f685(0x32e))||(_0x2057f3[_0x34f685(0x30e)][_0x34f685(0x2b9)]([_0x34f685(0x233),_0x34f685(0x260),_0x34f685(0x29e)],_0x2b17bd),_0x2057f3[_0x34f685(0x30e)][_0x34f685(0x220)](_0x34f685(0x304),_0x2b17bd),_0x2057f3[_0x34f685(0x245)][_0x34f685(0x348)](_0x2b17bd,_0x48d398[_0x34f685(0x235)]));}},{'priority':_0x338510(0x274)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x2f8))[_0xbbab3(0x24e)](_0x387e14=>{const _0x5c6b9b=_0xbbab3;_0x387e14['on'](_0x5c6b9b(0x306),(_0x273652,_0x2bc1d7,_0x2b41dd)=>{const _0x535e3a=_0x5c6b9b,_0x2b105c=_0x2b41dd[_0x535e3a(0x245)][_0x535e3a(0x368)](_0x2bc1d7[_0x535e3a(0x235)]);if(!_0x2b105c)return;const {id:_0x5cb0a7}=this[_0x535e3a(0x315)](_0x2bc1d7[_0x535e3a(0x235)]),_0x3ce4f4=this[_0x535e3a(0x1d8)][_0x535e3a(0x2e2)](_0x5cb0a7),_0x29ca34=this[_0x535e3a(0x1d9)](_0x3ce4f4);if(this[_0x535e3a(0x329)](_0x29ca34)){for(const _0x4aa4f0 of _0x2b105c)_0x4aa4f0[_0x535e3a(0x29b)](_0x535e3a(0x32e))||(_0x2b41dd[_0x535e3a(0x30e)][_0x535e3a(0x2b9)]([_0x535e3a(0x233),_0x535e3a(0x260),_0x535e3a(0x29e)],_0x4aa4f0),_0x2b41dd[_0x535e3a(0x30e)][_0x535e3a(0x220)](_0x535e3a(0x304),_0x4aa4f0),_0x2b41dd[_0x535e3a(0x245)][_0x535e3a(0x348)](_0x4aa4f0,_0x2bc1d7[_0x535e3a(0x235)]));}},{'priority':_0x5c6b9b(0x274)});}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)][_0xbbab3(0x342)](_0x375647=>{const _0x34ee56=_0xbbab3;let _0x5683fc=!0x1;const _0x3dc02c=Array[_0x34ee56(0x295)](_0x543c87[_0x34ee56(0x301)][_0x34ee56(0x286)][_0x34ee56(0x22a)][_0x34ee56(0x35a)]()),_0x50fb01=new Set();for(const {name:_0x4c5688,data:_0x3ee841}of _0x3dc02c){const {group:_0x5ae7a4,type:_0x442e30,subType:_0x2b9de8,id:_0x10cf4d}=this[_0x34ee56(0x315)](_0x4c5688);if(_0x34ee56(0x20b)!==_0x5ae7a4)continue;const _0x51345f=this[_0x34ee56(0x1d8)][_0x34ee56(0x2e2)](_0x10cf4d);if(null!=_0x3ee841[_0x34ee56(0x200)]){_0x34ee56(0x281)==_0x442e30&&(_0x5683fc=_0x5683fc||Tt(_0x3ee841[_0x34ee56(0x200)],_0x4c5688,_0x375647,_0x543c87[_0x34ee56(0x301)][_0x34ee56(0x2eb)]));const _0x266e91=_0x34ee56(0x2c1)==_0x442e30&&this[_0x34ee56(0x329)](_0x2b9de8[_0x34ee56(0x23a)]('|')[0x0]);if(_0x3ee841[_0x34ee56(0x200)][_0x34ee56(0x2a3)]||_0x34ee56(0x2b8)==_0x3ee841[_0x34ee56(0x200)][_0x34ee56(0x359)][_0x34ee56(0x22f)]||_0x34ee56(0x305)==_0x442e30&&!Vt(_0x3ee841[_0x34ee56(0x200)])||_0x266e91&&!Vt(_0x3ee841[_0x34ee56(0x200)])||_0x34ee56(0x1d6)==_0x442e30&&!(!Rt(_0x26e934=_0x3ee841[_0x34ee56(0x200)])&&!function(_0x28c773){const _0x28dbe0=_0x34ee56;return _0x28c773[_0x28dbe0(0x1dd)][_0x28dbe0(0x356)]==_0x28c773[_0x28dbe0(0x33b)][_0x28dbe0(0x2dc)]&&_0x28c773[_0x28dbe0(0x1dd)][_0x28dbe0(0x2a1)];}(_0x26e934)))_0x375647[_0x34ee56(0x267)](_0x4c5688),_0x5683fc=!0x0;else{if(!_0x51345f||!_0x51345f[_0x34ee56(0x375)])continue;_0x50fb01[_0x34ee56(0x24e)](_0x51345f);}}}var _0x26e934;return _0x50fb01[_0x34ee56(0x1e1)]>0x0&&(_0x5683fc=!!this[_0x34ee56(0x2ca)](_0x50fb01)||_0x5683fc),_0x5683fc;}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)][_0xbbab3(0x342)](_0x42fc73=>{const _0x10bcdc=_0xbbab3;let _0x594f2b=!0x1;for(const _0x53bef4 of _0x543c87[_0x10bcdc(0x301)][_0x10bcdc(0x286)][_0x10bcdc(0x22a)][_0x10bcdc(0x2e9)]())if(_0x10bcdc(0x277)==_0x53bef4[_0x10bcdc(0x378)])for(const _0x37c4fc of this[_0x10bcdc(0x1d8)][_0x10bcdc(0x296)]()){if(_0x37c4fc[_0x10bcdc(0x1fe)]||!_0x37c4fc[_0x10bcdc(0x375)])continue;const _0x110a9d=_0x10bcdc(0x305)==_0x37c4fc[_0x10bcdc(0x378)],_0xd6c169=this[_0x10bcdc(0x1d9)](_0x37c4fc),_0x9b5cd7=_0xd6c169&&this[_0x10bcdc(0x329)](_0xd6c169);if(!_0x110a9d&&!_0x9b5cd7)continue;const _0x4f368f=_0x37c4fc[_0x10bcdc(0x214)]();if(_0x4f368f[_0x10bcdc(0x1dd)][_0x10bcdc(0x356)]!=_0x4f368f[_0x10bcdc(0x33b)][_0x10bcdc(0x356)]&&!_0x4f368f[_0x10bcdc(0x33b)][_0x10bcdc(0x2a1)]){const _0x2c1eed=_0x543c87[_0x10bcdc(0x301)][_0x10bcdc(0x30c)](_0x4f368f[_0x10bcdc(0x1dd)][_0x10bcdc(0x207)],_0x10bcdc(0x33b)),_0x344f56=_0x543c87[_0x10bcdc(0x301)][_0x10bcdc(0x2f5)](_0x4f368f[_0x10bcdc(0x1dd)],_0x2c1eed);_0x42fc73[_0x10bcdc(0x22b)](_0x37c4fc[_0x10bcdc(0x212)](),{'range':_0x344f56}),_0x594f2b=!0x0;}}return _0x594f2b;}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)][_0xbbab3(0x342)](_0x51b8c3=>this[_0xbbab3(0x2cb)](_0x51b8c3)),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)][_0xbbab3(0x342)](_0x61364c=>!_0x61364c[_0xbbab3(0x265)][_0xbbab3(0x263)]&&this[_0xbbab3(0x339)](_0x61364c)),_0x543c87[_0xbbab3(0x301)]['on'](_0xbbab3(0x288),()=>{const _0x1a74bc=_0xbbab3;this[_0x1a74bc(0x2d1)]=!0x1;}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)]['on'](_0xbbab3(0x35c),(_0x5ce2fc,_0x4e0d1b)=>{const _0x1f55be=_0xbbab3;if(!_0x4e0d1b[_0x1f55be(0x263)]||_0x4e0d1b[_0x1f55be(0x1f8)])return;if(!this[_0x1f55be(0x2d1)])return;const _0x5723fc=_0x543c87[_0x1f55be(0x301)][_0x1f55be(0x286)][_0x1f55be(0x22a)][_0x1f55be(0x2e9)]();if(0x0==_0x5723fc[_0x1f55be(0x22c)])return;const _0x27e5bc=[],_0x33d3cd=_0x5723fc[_0x1f55be(0x334)](_0x16e172=>_0x1f55be(0x2c1)==_0x16e172[_0x1f55be(0x378)]),_0x522f4b=_0x5723fc[_0x1f55be(0x334)](_0xf56162=>_0x1f55be(0x277)==_0xf56162[_0x1f55be(0x378)]&&_0x1f55be(0x33a)!=_0xf56162[_0x1f55be(0x2e7)]),_0x44510b=_0x5723fc[_0x1f55be(0x334)](_0x547d65=>_0x1f55be(0x1e7)==_0x547d65[_0x1f55be(0x378)]&&_0x1f55be(0x33a)!=_0x547d65[_0x1f55be(0x2e7)]);for(const _0x591493 of _0x33d3cd)this[_0x1f55be(0x236)](_0x591493[_0x1f55be(0x289)])&&_0x27e5bc[_0x1f55be(0x2b1)]({'key':_0x591493[_0x1f55be(0x289)],'newValue':_0x591493[_0x1f55be(0x2d2)],'oldValue':_0x591493[_0x1f55be(0x251)],'range':Ut(_0x591493[_0x1f55be(0x254)],_0x543c87[_0x1f55be(0x301)])});for(const _0x60f4df of _0x522f4b){const _0x240cd5=_0x44510b[_0x1f55be(0x1f3)](_0x1a2d95=>_0x1a2d95[_0x1f55be(0x2a8)]===_0x60f4df[_0x1f55be(0x2a8)]);if(_0x240cd5){const _0x3b7e57=Ot(_0x60f4df[_0x1f55be(0x2d9)][_0x1f55be(0x207)],_0x543c87[_0x1f55be(0x301)]);_0x240cd5[_0x1f55be(0x2e7)]!==_0x60f4df[_0x1f55be(0x2e7)]&&_0x27e5bc[_0x1f55be(0x2b1)]({'key':_0x1f55be(0x255),'newValue':_0x60f4df[_0x1f55be(0x2e7)],'oldValue':_0x240cd5[_0x1f55be(0x2e7)],'range':_0x3b7e57});for(const [_0x438fea,_0x244ffd]of _0x240cd5[_0x1f55be(0x240)]){if(!this[_0x1f55be(0x236)](_0x438fea))continue;const _0x3e2fa3=_0x60f4df[_0x1f55be(0x240)][_0x1f55be(0x2e2)](_0x438fea);_0x244ffd!==_0x3e2fa3&&_0x27e5bc[_0x1f55be(0x2b1)]({'key':_0x438fea,'newValue':_0x3e2fa3,'oldValue':_0x244ffd,'range':_0x3b7e57});}for(const [_0xe57d46,_0x19649b]of _0x60f4df[_0x1f55be(0x240)])this[_0x1f55be(0x236)](_0xe57d46)&&(_0x240cd5[_0x1f55be(0x240)][_0x1f55be(0x370)](_0xe57d46)||_0x27e5bc[_0x1f55be(0x2b1)]({'key':_0xe57d46,'newValue':_0x19649b,'oldValue':null,'range':_0x3b7e57}));}}0x0!=_0x27e5bc[_0x1f55be(0x22c)]&&_0x543c87[_0x1f55be(0x301)][_0x1f55be(0x1de)](_0x4e0d1b,_0x4c644d=>{const _0x2ac7ee=_0x1f55be,_0x4d0ac2=_0x296981();for(const {range:_0x29eb90,key:_0x47069d,oldValue:_0x1f29df,newValue:_0x1824d0}of _0x27e5bc)this[_0x2ac7ee(0x238)](_0x29eb90,_0x47069d,_0x1f29df,_0x1824d0,{'groupId':_0x4d0ac2});this[_0x2ac7ee(0x210)](_0x4c644d,_0x27e5bc);});},{'priority':_0xbbab3(0x320)}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x2e6)]['on'](_0xbbab3(0x248),(_0x23d4fd,_0x3ab6b6,_0x4c8ea6)=>{const _0x25929a=_0xbbab3;if(null==_0x4c8ea6){const {id:_0x9490a6}=this[_0x25929a(0x315)](_0x3ab6b6[_0x25929a(0x2e7)]),_0x40f3af=this[_0x25929a(0x1d8)][_0x25929a(0x2e2)](_0x9490a6);_0x40f3af&&_0x40f3af[_0x25929a(0x28f)](_0x3ab6b6[_0x25929a(0x2e7)]);}}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)]['on'](_0xbbab3(0x35c),()=>{const _0x31cd02=_0xbbab3,_0x94414b=Array[_0x31cd02(0x295)](_0x543c87[_0x31cd02(0x301)][_0x31cd02(0x286)][_0x31cd02(0x22a)][_0x31cd02(0x35a)]())[_0x31cd02(0x334)](_0x42cb2c=>_0x31cd02(0x20b)===this[_0x31cd02(0x315)](_0x42cb2c[_0x31cd02(0x2e7)])[_0x31cd02(0x373)]);if(0x0===_0x94414b[_0x31cd02(0x22c)])return;_0x94414b[_0x31cd02(0x2dd)]((_0x3ee1ff,_0x598635)=>{const _0x297cea=_0x31cd02,_0x38d00f=_0x3ee1ff[_0x297cea(0x349)][_0x297cea(0x2c9)],_0x2c6cd8=_0x598635[_0x297cea(0x349)][_0x297cea(0x2c9)];return null===_0x38d00f&&null===_0x2c6cd8?0x0:null===_0x38d00f&&null!==_0x2c6cd8?-0x1:null!==_0x38d00f&&null===_0x2c6cd8?0x1:_0x38d00f[_0x297cea(0x1dd)][_0x297cea(0x2de)](_0x2c6cd8[_0x297cea(0x1dd)])?-0x1:0x1;});const _0x3e51c5=new Set(),_0x52fd24=new Set();for(const {name:_0x494c77,data:_0x2caf9b}of _0x94414b){const {id:_0x3e7649}=this[_0x31cd02(0x315)](_0x494c77);if(null===_0x2caf9b[_0x31cd02(0x2c9)]){const _0xbfa8dc=this[_0x31cd02(0x1cd)](_0x494c77);_0x52fd24[_0x31cd02(0x24e)](_0xbfa8dc);}else{const _0x2ebb35=this[_0x31cd02(0x1d8)][_0x31cd02(0x2e2)](_0x3e7649);null!==_0x2caf9b[_0x31cd02(0x200)]||_0x2ebb35[_0x31cd02(0x375)]?(_0x3e51c5[_0x31cd02(0x24e)](_0x2ebb35[_0x31cd02(0x2a5)]),_0x52fd24[_0x31cd02(0x24e)](_0x2ebb35)):this[_0x31cd02(0x278)](_0x2ebb35);}}_0x52fd24[_0x31cd02(0x1e1)]>0x0&&this[_0x31cd02(0x319)](_0x52fd24);for(const _0x4572aa of _0x3e51c5)this[_0x31cd02(0x1df)](_0x31cd02(0x241),_0x4572aa);}),_0x543c87[_0xbbab3(0x301)]['on'](_0xbbab3(0x2c4),(_0x2687a8,_0x4ab997)=>{const _0x4a8ebb=_0xbbab3,_0x53b7cf=_0x4ab997[0x0];if(!this[_0x4a8ebb(0x1d8)][_0x4a8ebb(0x1e1)])return;if(!_0x53b7cf[_0x4a8ebb(0x374)])return;if(_0x53b7cf[_0x4a8ebb(0x265)][_0x4a8ebb(0x1f8)]||!_0x53b7cf[_0x4a8ebb(0x265)][_0x4a8ebb(0x263)])return;let _0x352f47,_0x5f5ade;switch(_0x53b7cf[_0x4a8ebb(0x378)]){case _0x4a8ebb(0x277):_0x352f47=_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x30c)](_0x53b7cf[_0x4a8ebb(0x2d9)]),_0x5f5ade=_0x352f47[_0x4a8ebb(0x362)](_0x53b7cf[_0x4a8ebb(0x314)]);break;case _0x4a8ebb(0x23a):_0x352f47=_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x30c)](_0x53b7cf[_0x4a8ebb(0x2db)]),_0x5f5ade=_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x30c)](_0x53b7cf[_0x4a8ebb(0x2ad)]);break;case _0x4a8ebb(0x1fa):_0x352f47=_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x30c)](_0x53b7cf[_0x4a8ebb(0x202)]),_0x5f5ade=_0x352f47[_0x4a8ebb(0x362)](_0x53b7cf[_0x4a8ebb(0x314)]);break;default:return;}const _0x201987=_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x2f5)](_0x352f47,_0x5f5ade);_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x33e)](()=>{const _0x9ad42a=_0x4a8ebb;for(const {suggestion:_0x25e3dc,meta:_0x26efc4}of this[_0x9ad42a(0x2ea)](_0x201987)){if(_0x25e3dc[_0x9ad42a(0x1fe)])continue;if(_0x9ad42a(0x281)==_0x25e3dc[_0x9ad42a(0x378)])continue;const _0x1d3d50=this[_0x9ad42a(0x1d9)](_0x25e3dc);if(_0x1d3d50&&this[_0x9ad42a(0x329)](_0x1d3d50)&&_0x9ad42a(0x23a)!=_0x53b7cf[_0x9ad42a(0x378)])continue;const _0x77602b=_0x25e3dc[_0x9ad42a(0x349)]&&_0x25e3dc[_0x9ad42a(0x349)][_0x9ad42a(0x2ef)];(_0x9ad42a(0x305)!=_0x25e3dc[_0x9ad42a(0x378)]||_0x9ad42a(0x23a)==_0x53b7cf[_0x9ad42a(0x378)]&&!_0x77602b)&&(_0x26efc4[_0x9ad42a(0x30f)]||_0x9ad42a(0x1ec)==_0x25e3dc[_0x9ad42a(0x378)]&&_0x26efc4[_0x9ad42a(0x326)]||_0x25e3dc[_0x9ad42a(0x214)]()[_0x9ad42a(0x2a6)](_0x201987)&&this[_0x9ad42a(0x221)](_0x25e3dc,_0x352f47,_0x5f5ade));}});},{'priority':_0xbbab3(0x320)}),_0x543c87[_0xbbab3(0x301)]['on'](_0xbbab3(0x20c),(_0x5def73,_0x1e3e51)=>{const _0x5d883b=_0xbbab3,_0x4e59c5=_0x1e3e51[0x0],_0xf7dde7=_0x1e3e51[0x1];if(_0xf7dde7&&_0xf7dde7[_0x5d883b(0x35e)])return;if(this[_0x5d883b(0x1da)])return;if(!this[_0x5d883b(0x242)][_0x5d883b(0x1fd)])return;if(_0x4e59c5[_0x5d883b(0x2a3)])return;const _0x5ed52b=_0x543c87[_0x5d883b(0x301)][_0x5d883b(0x2eb)],{start:_0x225602,end:_0x18f554}=_0x4e59c5[_0x5d883b(0x214)](),_0x20f4ff=_0x225602[_0x5d883b(0x207)]&&_0x5ed52b[_0x5d883b(0x33c)](_0x225602[_0x5d883b(0x207)])?null:_0x5ed52b[_0x5d883b(0x1ce)](_0x225602,_0x5d883b(0x2f7)),_0x3cf40a=_0x18f554[_0x5d883b(0x2dc)]&&_0x5ed52b[_0x5d883b(0x33c)](_0x18f554[_0x5d883b(0x2dc)])?null:_0x5ed52b[_0x5d883b(0x1ce)](_0x18f554,_0x5d883b(0x234)),_0x38e2c9=_0x543c87[_0x5d883b(0x301)][_0x5d883b(0x2f5)](_0x20f4ff?_0x20f4ff[_0x5d883b(0x1dd)]:_0x225602,_0x3cf40a?_0x3cf40a[_0x5d883b(0x33b)]:_0x18f554);_0x543c87[_0x5d883b(0x301)][_0x5d883b(0x33e)](_0x50658c=>{const _0x5bc515=_0x5d883b;this[_0x5bc515(0x31c)](_0x38e2c9);const _0x22163f=_0x543c87[_0x5bc515(0x301)][_0x5bc515(0x2eb)][_0x5bc515(0x1ce)](_0x38e2c9[_0x5bc515(0x1dd)]);_0x4e59c5['is'](_0x5bc515(0x253))?_0x50658c[_0x5bc515(0x333)](_0x22163f):_0x4e59c5[_0x5bc515(0x2a7)](_0x22163f);}),_0x5def73[_0x5d883b(0x2c8)]();},{'priority':_0x2619a5[_0xbbab3(0x324)]+0xa}),_0x543c87[_0xbbab3(0x301)]['on'](_0xbbab3(0x293),(_0x23e1a5,_0x8a7ece)=>{const _0x3f6c13=_0xbbab3,_0x4a4a84=_0x8a7ece[_0x8a7ece[_0x3f6c13(0x22c)]-0x1];_0x4a4a84&&_0x4a4a84[_0x3f6c13(0x35e)]||this[_0x3f6c13(0x1da)]||this[_0x3f6c13(0x242)][_0x3f6c13(0x1fd)]&&(_0x543c87[_0x3f6c13(0x301)][_0x3f6c13(0x33e)](()=>{const _0x2d4ee3=_0x3f6c13;let _0x5b7950=_0x543c87[_0x2d4ee3(0x301)][_0x2d4ee3(0x293)](_0x8a7ece[0x0],_0x8a7ece[0x1],_0x8a7ece[0x2],{'forceDefaultExecution':!0x0});if(!_0x5b7950)return;_0x23e1a5[_0x2d4ee3(0x308)]=_0x5b7950[_0x2d4ee3(0x32c)]();const _0x35fbaa=_0x5b7950[_0x2d4ee3(0x33b)][_0x2d4ee3(0x2dc)],_0x1bd0ec=_0x543c87[_0x2d4ee3(0x301)][_0x2d4ee3(0x2eb)];_0x35fbaa&&_0x1bd0ec[_0x2d4ee3(0x299)](_0x35fbaa)&&!_0x1bd0ec[_0x2d4ee3(0x2e8)](_0x35fbaa)&&(_0x5b7950=_0x543c87[_0x2d4ee3(0x301)][_0x2d4ee3(0x2f5)](_0x5b7950[_0x2d4ee3(0x1dd)],_0x543c87[_0x2d4ee3(0x301)][_0x2d4ee3(0x30c)](_0x35fbaa,_0x2d4ee3(0x33b)))),this[_0x2d4ee3(0x2af)](_0x5b7950);}),_0x23e1a5[_0x3f6c13(0x2c8)]());},{'priority':_0xbbab3(0x274)}),this[_0xbbab3(0x229)][_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x26b),this[_0xbbab3(0x242)]),this[_0xbbab3(0x36a)](_0xbbab3(0x26b));const _0x434af5=new _0x463aea(_0x543c87,this[_0xbbab3(0x1d8)]);_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x284),_0x434af5),this[_0xbbab3(0x36a)](_0xbbab3(0x284));const _0x565d4a=new _0x423b88(_0x543c87,this[_0xbbab3(0x1d8)]);_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x276),_0x565d4a),this[_0xbbab3(0x36a)](_0xbbab3(0x276)),_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x36e),new _0x23b8b4(_0x543c87,_0x434af5,this[_0xbbab3(0x1d8)])),this[_0xbbab3(0x36a)](_0xbbab3(0x36e)),_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x2ff),new _0x23b8b4(_0x543c87,_0x565d4a,this[_0xbbab3(0x1d8)])),this[_0xbbab3(0x36a)](_0xbbab3(0x2ff)),_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x279),new _0x1b04c5(_0x543c87,_0x434af5,this[_0xbbab3(0x1d8)])),this[_0xbbab3(0x36a)](_0xbbab3(0x279)),_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x2be),new _0x1b04c5(_0x543c87,_0x565d4a,this[_0xbbab3(0x1d8)])),this[_0xbbab3(0x36a)](_0xbbab3(0x2be));const _0x40709d=_0x543c87[_0xbbab3(0x218)][_0xbbab3(0x2e2)](_0xbbab3(0x2b2));this[_0xbbab3(0x1f5)](_0x40709d,_0xbbab3(0x2da),(_0x1d20d2,{threadId:_0x3b746a})=>{const _0x325982=_0xbbab3,_0x13d235=this[_0x325982(0x1d8)][_0x325982(0x2e2)](_0x3b746a);_0x13d235&&_0x13d235[_0x325982(0x2fa)]&&0x1===_0x13d235[_0x325982(0x2fa)][_0x325982(0x22c)]&&this[_0x325982(0x2d6)](_0x3b746a,{'hasComments':!0x0});},{'priority':_0xbbab3(0x20e)}),this[_0xbbab3(0x1f5)](_0x40709d,_0xbbab3(0x21e),(_0x4ecb5f,{threadId:_0x433dba})=>{const _0x1183b6=_0xbbab3,_0x5209d8=this[_0x1183b6(0x1d8)][_0x1183b6(0x2e2)](_0x433dba);_0x5209d8&&_0x5209d8[_0x1183b6(0x2fa)]&&!_0x5209d8[_0x1183b6(0x2fa)][_0x1183b6(0x22c)]&&this[_0x1183b6(0x2d6)](_0x433dba,{'hasComments':!0x1});},{'priority':_0xbbab3(0x20e)});}set[_0x184fb6(0x226)](_0x4ad49a){const _0x1b9edd=_0x184fb6;if(this[_0x1b9edd(0x357)])throw new _0x2f278a(_0x1b9edd(0x269),this);this[_0x1b9edd(0x357)]=_0x4ad49a;}get[_0x184fb6(0x226)](){const _0x23707c=_0x184fb6;return this[_0x23707c(0x357)];}[_0x184fb6(0x219)]({skipNotAttached:_0x1bce2a=!0x1,toJSON:_0x5f2dd2=!0x1}={}){const _0x2e8246=_0x184fb6,_0x28c750=[];for(const _0x3d1818 of this[_0x2e8246(0x1d8)][_0x2e8246(0x296)]())_0x1bce2a&&!_0x3d1818[_0x2e8246(0x375)]||_0x28c750[_0x2e8246(0x2b1)](_0x3d1818);return _0x5f2dd2?_0x28c750[_0x2e8246(0x2d0)](_0x35713d=>_0x35713d[_0x2e8246(0x2ce)]()):_0x28c750;}[_0x184fb6(0x239)](_0x3080db){const _0x4522e6=_0x184fb6,_0x4e1cfe=this[_0x4522e6(0x1d8)][_0x4522e6(0x2e2)](_0x3080db);if(!_0x4e1cfe)throw new _0x2f278a(_0x4522e6(0x354),this);return _0x4e1cfe;}[_0x184fb6(0x22d)](_0x40b103){const _0x126c42=_0x184fb6;return this[_0x126c42(0x1d8)][_0x126c42(0x370)](_0x40b103);}[_0x184fb6(0x352)](_0x3dbdd1){const _0x2330d6=_0x184fb6,{authorId:_0x5137ea,id:_0x529675,attributes:_0x6fd065}=_0x3dbdd1,[_0xf9a2f6,_0xe6a1a8]=_0x3dbdd1[_0x2330d6(0x378)][_0x2330d6(0x23a)](':'),_0x4a3b7b=this[_0x2330d6(0x1d8)][_0x2330d6(0x2e2)](_0x529675)||this[_0x2330d6(0x2d8)](_0xf9a2f6,_0xe6a1a8,_0x529675,_0x5137ea,_0x6fd065);if(this[_0x2330d6(0x2cd)](_0x4a3b7b),this[_0x2330d6(0x2bf)](_0x4a3b7b,_0xf9a2f6,_0xe6a1a8||null,_0x5137ea),_0x4a3b7b[_0x2330d6(0x27b)]=_0x3dbdd1[_0x2330d6(0x27b)],_0x4a3b7b[_0x2330d6(0x2bb)]=!0x0,_0x6fd065&&_0x6fd065[_0x2330d6(0x2ec)]){const _0x7ed96b=_0x6fd065[_0x2330d6(0x2ec)],_0x4b0232=this[_0x2330d6(0x2fc)](_0x7ed96b[_0x2330d6(0x291)]);_0x4a3b7b[_0x2330d6(0x2f3)]=_0x7ed96b[_0x2330d6(0x27b)],_0x4a3b7b[_0x2330d6(0x1db)]=_0x4b0232,_0x4a3b7b[_0x2330d6(0x34d)]=!0x0;}else _0x4a3b7b[_0x2330d6(0x2f3)]=_0x3dbdd1[_0x2330d6(0x27b)];switch(_0x3dbdd1[_0x2330d6(0x349)]&&(_0x4a3b7b[_0x2330d6(0x349)]=_0x3dbdd1[_0x2330d6(0x349)]),_0x3dbdd1[_0x2330d6(0x240)]&&(_0x4a3b7b[_0x2330d6(0x240)]=_0x3dbdd1[_0x2330d6(0x240)]),this[_0x2330d6(0x357)]&&this[_0x2330d6(0x357)][_0x2330d6(0x363)]||(_0x4a3b7b[_0x2330d6(0x1e8)]=!0x0),this[_0x2330d6(0x30d)][_0x2330d6(0x2e2)](_0x4a3b7b)){case _0x2330d6(0x2b4):this[_0x2330d6(0x30d)][_0x2330d6(0x322)](_0x4a3b7b,_0x2330d6(0x237));break;case _0x2330d6(0x2bc):_0x4a3b7b[_0x2330d6(0x375)]?(this[_0x2330d6(0x2ca)](new Set([_0x4a3b7b])),this[_0x2330d6(0x319)](new Set([_0x4a3b7b])),this[_0x2330d6(0x30d)][_0x2330d6(0x322)](_0x4a3b7b,_0x2330d6(0x1fc)),this[_0x2330d6(0x1df)](_0x2330d6(0x311),_0x4a3b7b)):this[_0x2330d6(0x30d)][_0x2330d6(0x322)](_0x4a3b7b,_0x2330d6(0x2c6));}return _0x4a3b7b;}[_0x184fb6(0x284)](_0x2564b4){const _0x445e02=_0x184fb6;this[_0x445e02(0x35e)](()=>{const _0x429345=_0x445e02;this[_0x429345(0x229)][_0x429345(0x301)][_0x429345(0x33e)](()=>{const _0x493e49=_0x429345;for(const _0x472f4a of _0x2564b4[_0x493e49(0x2b0)]())_0x472f4a[_0x493e49(0x264)]();});});}[_0x184fb6(0x276)](_0x2c40a7){const _0x3c5a05=_0x184fb6;this[_0x3c5a05(0x35e)](()=>{const _0x9bbc98=_0x3c5a05;this[_0x9bbc98(0x229)][_0x9bbc98(0x301)][_0x9bbc98(0x33e)](()=>{const _0x3284e5=_0x9bbc98;for(const _0x13da35 of _0x2c40a7[_0x3284e5(0x2b0)]())_0x13da35[_0x3284e5(0x343)]();});});}[_0x184fb6(0x36a)](_0x2c558e,_0x5f1d76){const _0x5e51e4=_0x184fb6,_0x3e3a38=this[_0x5e51e4(0x229)][_0x5e51e4(0x28e)][_0x5e51e4(0x2e2)](_0x2c558e);if(!_0x3e3a38)throw new _0x2f278a(_0x5e51e4(0x2ed),this,{'commandName':_0x2c558e});if(this[_0x5e51e4(0x25e)][_0x5e51e4(0x370)](_0x3e3a38))throw new _0x2f278a(_0x5e51e4(0x20a),this,{'commandName':_0x2c558e});this[_0x5e51e4(0x25e)][_0x5e51e4(0x24e)](_0x3e3a38),_0x5f1d76&&_0x3e3a38['on'](_0x5e51e4(0x336),(_0x38b20f,_0xa5e435)=>{const _0x3e5595=_0x5e51e4;this[_0x3e5595(0x242)][_0x3e5595(0x1fd)]&&(this[_0x3e5595(0x1da)]||(_0xa5e435[_0x3e5595(0x22c)]>0x0&&_0xa5e435[_0xa5e435[_0x3e5595(0x22c)]-0x1]&&_0xa5e435[_0xa5e435[_0x3e5595(0x22c)]-0x1][_0x3e5595(0x35e)]?_0xa5e435[_0x3e5595(0x244)]():(_0x38b20f[_0x3e5595(0x308)]=_0x5f1d76((..._0x3e3f22)=>_0x3e3a38[_0x3e5595(0x336)](..._0x3e3f22,{'forceDefaultExecution':!0x0}),..._0xa5e435),_0x38b20f[_0x3e5595(0x2c8)]())));},{'priority':_0x5e51e4(0x274)});}[_0x184fb6(0x35e)](_0x336c18){const _0x4aa16d=_0x184fb6;let _0x46076f,_0x4a293b;const _0x3384ce=this[_0x4aa16d(0x1da)];this[_0x4aa16d(0x1da)]=!0x0;try{_0x46076f=_0x336c18();}catch(_0x1bf820){_0x4a293b=_0x1bf820;}return _0x3384ce||(this[_0x4aa16d(0x1da)]=!0x1),_0x4a293b&&_0x2f278a[_0x4aa16d(0x325)](_0x4a293b,this),_0x46076f;}[_0x184fb6(0x2af)](_0x246b34,_0x39a2de=null,_0x42a6ca={}){const _0x56d9ba=_0x184fb6;if(_0x246b34[_0x56d9ba(0x2a3)])return null;const _0x535808=this[_0x56d9ba(0x229)][_0x56d9ba(0x218)][_0x56d9ba(0x2e2)](_0x56d9ba(0x31b))['me'];for(const {suggestion:_0x8bb20c,meta:_0x4f5d2a}of this[_0x56d9ba(0x2ea)](_0x246b34,_0x56d9ba(0x1ec)))if(_0x4f5d2a[_0x56d9ba(0x326)]){if(!_0x4f5d2a[_0x56d9ba(0x35b)]){if(_0x4f5d2a[_0x56d9ba(0x30f)]){if(!this[_0x56d9ba(0x35f)]||!Pt(_0x8bb20c,_0x42a6ca))continue;return _0x8bb20c;}if(Pt(_0x8bb20c,_0x42a6ca))return _0x8bb20c;this[_0x56d9ba(0x221)](_0x8bb20c,_0x246b34[_0x56d9ba(0x1dd)],_0x246b34[_0x56d9ba(0x33b)]);break;}if(_0x39a2de==_0x8bb20c[_0x56d9ba(0x31e)]&&Pt(_0x8bb20c,_0x42a6ca)){const _0x262af4=_0x8bb20c[_0x56d9ba(0x214)]();return _0x262af4[_0x56d9ba(0x1dd)][_0x56d9ba(0x26d)](_0x246b34[_0x56d9ba(0x33b)])?this[_0x56d9ba(0x25f)](_0x8bb20c,this[_0x56d9ba(0x27e)][_0x56d9ba(0x2f5)](_0x246b34[_0x56d9ba(0x1dd)],_0x262af4[_0x56d9ba(0x33b)])):this[_0x56d9ba(0x25f)](_0x8bb20c,this[_0x56d9ba(0x27e)][_0x56d9ba(0x2f5)](_0x262af4[_0x56d9ba(0x1dd)],_0x246b34[_0x56d9ba(0x33b)])),_0x8bb20c;}}const _0x5e8ad4=_0x296981(),_0x4fbc27=_0x535808['id'],_0x129fcb=_0x39a2de?_0x56d9ba(0x34f)+_0x39a2de:_0x56d9ba(0x1ec),_0x1b9664=this[_0x56d9ba(0x222)]({'id':_0x5e8ad4,'type':_0x129fcb,'createdAt':new Date(),'authorId':_0x4fbc27,'attributes':_0x42a6ca});return this[_0x56d9ba(0x20f)](_0x129fcb,_0x5e8ad4,_0x4fbc27,_0x246b34),_0x1b9664;}[_0x184fb6(0x327)](_0x3ded21,_0x149808=_0x184fb6(0x33d),_0x3d1e61={}){const _0x5e4dc3=_0x184fb6,_0x435e33=this[_0x5e4dc3(0x229)][_0x5e4dc3(0x218)][_0x5e4dc3(0x2e2)](_0x5e4dc3(0x31b))['me'],_0x5c3887=this[_0x5e4dc3(0x230)][_0x5e4dc3(0x1f6)](_0x5e4dc3(0x1ec),_0x149808,_0x5e4dc3(0x2aa));for(const _0x2c7471 of this[_0x5e4dc3(0x219)]())if(_0x2c7471[_0x5e4dc3(0x1db)]['id']==_0x435e33['id']&&_0x5e4dc3(0x1ec)==_0x2c7471[_0x5e4dc3(0x378)]&&_0x2c7471[_0x5e4dc3(0x31e)]==_0x149808&&Pt(_0x2c7471,_0x3d1e61)&&(_0x5c3887(_0x2c7471[_0x5e4dc3(0x335)](),_0x3ded21)||_0x5c3887(_0x3ded21,_0x2c7471[_0x5e4dc3(0x335)]()))){for(const _0xbd4709 of _0x3ded21)_0x2c7471[_0x5e4dc3(0x26c)](_0xbd4709);return _0x2c7471;}for(const {suggestion:_0x226c81,meta:_0x4d11da}of this[_0x5e4dc3(0x2ea)](_0x3ded21,_0x5e4dc3(0x1ec))){if(!_0x4d11da[_0x5e4dc3(0x326)])continue;if(!this[_0x5e4dc3(0x35f)]&&_0x4d11da[_0x5e4dc3(0x30f)])continue;if(!Pt(_0x226c81,_0x3d1e61))continue;let _0x12ea1b=!0x0;for(const _0x502440 of _0x226c81[_0x5e4dc3(0x335)]())for(const _0x296365 of _0x3ded21)if(!_0x502440[_0x5e4dc3(0x2a6)](_0x296365)){_0x12ea1b=!0x1;break;}if(_0x12ea1b)return _0x226c81;}const _0x139c5c=_0x296981(),_0x2953f0=_0x435e33['id'],_0x34a256=_0x5e4dc3(0x34f)+_0x149808,_0x97c135=this[_0x5e4dc3(0x222)]({'id':_0x139c5c,'type':_0x34a256,'createdAt':new Date(),'authorId':_0x2953f0,'attributes':_0x3d1e61});for(const _0x4e11cd of _0x3ded21)this[_0x5e4dc3(0x20f)](_0x34a256,_0x139c5c,_0x2953f0,_0x4e11cd,_0x4d86b4[_0x5e4dc3(0x2f1)]());return _0x97c135;}[_0x184fb6(0x1cf)](_0xcfd467,_0x25ae49,_0x5858d8=null,_0x50b6a1={}){const _0x318b69=_0x184fb6;if(_0x5858d8=_0x5858d8||Et(_0x25ae49),_0xcfd467[_0x318b69(0x2a3)])return null;if(_0x318b69(0x312)===this[_0x318b69(0x347)]){const _0x1793a7=this[_0x318b69(0x230)][_0x318b69(0x1f6)](_0x318b69(0x281),_0x5858d8,_0x318b69(0x264));return this[_0x318b69(0x35e)](()=>_0x1793a7([_0xcfd467],_0x25ae49,_0x50b6a1)),null;}const _0x5a98d2=this[_0x318b69(0x229)][_0x318b69(0x218)][_0x318b69(0x2e2)](_0x318b69(0x31b))['me'],_0x668c73=[];if(_0x318b69(0x24a)!==this[_0x318b69(0x347)]){for(const {suggestion:_0x307f42,meta:_0x3cc5b1}of this[_0x318b69(0x2ea)](_0xcfd467,_0x318b69(0x1ec)))_0x3cc5b1[_0x318b69(0x326)]&&!_0x3cc5b1[_0x318b69(0x31d)]&&_0x668c73[_0x318b69(0x2b1)](..._0x307f42[_0x318b69(0x335)]());}const _0x522a06=function(_0x57661f,_0xf478a9){const _0x517436=_0x318b69,_0x144a8e=[];for(const _0xa81e8d of _0xf478a9){const _0x4df7b4=_0x57661f[_0x517436(0x37a)](_0xa81e8d);_0x4df7b4&&_0x144a8e[_0x517436(0x2b1)](_0x4df7b4);}return _0x144a8e;}(_0xcfd467,_0x668c73),_0x18d5c3=function(_0x4f7a81,_0x304811){const _0x52ad08=_0x318b69,_0x41f2e7=[_0x4f7a81];for(const _0xe35f55 of _0x304811){let _0x3fea70=0x0;for(;_0x3fea70<_0x41f2e7[_0x52ad08(0x22c)];){const _0x3a9448=_0x41f2e7[_0x3fea70][_0x52ad08(0x201)](_0xe35f55);_0x41f2e7[_0x52ad08(0x216)](_0x3fea70,0x1,..._0x3a9448),_0x3fea70+=_0x3a9448[_0x52ad08(0x22c)];}}return _0x41f2e7;}(_0xcfd467,_0x668c73);_0x522a06[_0x318b69(0x22c)]&&this[_0x318b69(0x27e)][_0x318b69(0x33e)](()=>{const _0x2aa8de=_0x318b69;for(const _0x490872 of _0x522a06){const _0x3f61dd=this[_0x2aa8de(0x230)][_0x2aa8de(0x1f6)](_0x2aa8de(0x281),_0x5858d8,_0x2aa8de(0x264));this[_0x2aa8de(0x35e)](()=>_0x3f61dd([_0x490872],_0x25ae49,_0x50b6a1));}});for(const _0x46f41d of _0x18d5c3){let _0x597b19=null,_0x3b72eb=_0x46f41d[_0x318b69(0x1dd)],_0x2caa3f=_0x46f41d[_0x318b69(0x33b)];for(const {suggestion:_0x509623,meta:_0x279945}of this[_0x318b69(0x2ea)](_0x46f41d,_0x318b69(0x281))){if(!_0x279945[_0x318b69(0x326)])continue;if(_0x509623[_0x318b69(0x31e)]!=_0x5858d8)continue;if(!Pt(_0x509623,_0x50b6a1))continue;const _0x3c7355=_0x509623[_0x318b69(0x214)]();if(_0x3c7355[_0x318b69(0x2a6)](_0x46f41d,!0x0))return null;_0x3b72eb=_0x3b72eb[_0x318b69(0x2de)](_0x3c7355[_0x318b69(0x1dd)])?_0x3b72eb:_0x3c7355[_0x318b69(0x1dd)],_0x2caa3f=_0x2caa3f[_0x318b69(0x1ef)](_0x3c7355[_0x318b69(0x33b)])?_0x2caa3f:_0x3c7355[_0x318b69(0x33b)],_0x597b19?_0x3c7355[_0x318b69(0x1dd)][_0x318b69(0x2de)](_0x597b19[_0x318b69(0x214)]()[_0x318b69(0x1dd)])?(_0x597b19[_0x318b69(0x316)](),_0x597b19=_0x509623):_0x509623[_0x318b69(0x316)]():_0x597b19=_0x509623;}const _0x580345=this[_0x318b69(0x27e)][_0x318b69(0x2f5)](_0x3b72eb,_0x2caa3f);if(_0x597b19)this[_0x318b69(0x25f)](_0x597b19,_0x580345);else{const _0x243e0e=_0x296981(),_0x59e596=_0x5a98d2['id'];this[_0x318b69(0x222)]({'id':_0x243e0e,'type':_0x318b69(0x1f9)+_0x5858d8,'data':_0x25ae49,'createdAt':new Date(),'authorId':_0x59e596,'attributes':_0x50b6a1}),this[_0x318b69(0x20f)](_0x318b69(0x1f9)+_0x5858d8,_0x243e0e,_0x59e596,_0x580345);}}return null;}[_0x184fb6(0x28b)](_0x264da3,_0x56c9ba,_0x3ecc03=[],_0x18a4cf=null,_0x23621a={}){const _0x503770=_0x184fb6;_0x56c9ba[_0x503770(0x27f)]||(_0x56c9ba[_0x503770(0x27f)]=_0x56c9ba[_0x503770(0x350)]),_0x56c9ba[_0x503770(0x2ef)]=_0x264da3['is'](_0x503770(0x254)),_0x18a4cf=_0x18a4cf||Et(_0x56c9ba);const _0x57b0a1=_0x3ecc03[_0x503770(0x2d0)](_0x29e8a7=>Ot(_0x29e8a7,this[_0x503770(0x27e)])),_0x39595e=_0x264da3['is'](_0x503770(0x254))?_0x264da3:Ot(_0x264da3,this[_0x503770(0x27e)]);if(_0x503770(0x312)===this[_0x503770(0x347)]){const _0x4142fd=this[_0x503770(0x230)][_0x503770(0x1f6)](_0x503770(0x305),_0x18a4cf,_0x503770(0x264));return this[_0x503770(0x35e)](()=>_0x4142fd([_0x39595e],_0x56c9ba,_0x23621a)),null;}_0x57b0a1[_0x503770(0x2b1)](_0x39595e);let _0x5f4953=!0x0;for(const _0x2bb9eb of _0x57b0a1)if(!this[_0x503770(0x338)](_0x2bb9eb)){_0x5f4953=!0x1;break;}if(_0x5f4953&&_0x503770(0x24a)!==this[_0x503770(0x347)]){const _0x26bfa4=this[_0x503770(0x230)][_0x503770(0x1f6)](_0x503770(0x305),_0x18a4cf,_0x503770(0x264));return this[_0x503770(0x35e)](()=>_0x26bfa4([_0x39595e],_0x56c9ba,_0x23621a)),null;}let _0x5313fb=null,_0x1cc465=_0x39595e[_0x503770(0x1dd)],_0x5414e7=_0x39595e[_0x503770(0x33b)];for(const {suggestion:_0x5a4eff,meta:_0x45a76a}of this[_0x503770(0x2ea)](_0x39595e,_0x503770(0x305))){if(!_0x45a76a[_0x503770(0x326)])continue;if(_0x45a76a[_0x503770(0x35b)]||_0x45a76a[_0x503770(0x30f)]||_0x45a76a[_0x503770(0x31d)])continue;if(_0x5a4eff[_0x503770(0x349)][_0x503770(0x27f)]!=_0x56c9ba[_0x503770(0x27f)])continue;if(!Pt(_0x5a4eff,_0x23621a))continue;const _0xf6a88d=_0x5a4eff[_0x503770(0x214)]();if(_0x5a4eff[_0x503770(0x31e)]==_0x18a4cf){if(_0xf6a88d[_0x503770(0x2a6)](_0x39595e,!0x0))return null;_0x1cc465=_0x1cc465[_0x503770(0x2de)](_0xf6a88d[_0x503770(0x1dd)])?_0x1cc465:_0xf6a88d[_0x503770(0x1dd)],_0x5414e7=_0x5414e7[_0x503770(0x1ef)](_0xf6a88d[_0x503770(0x33b)])?_0x5414e7:_0xf6a88d[_0x503770(0x33b)],_0x5313fb?_0xf6a88d[_0x503770(0x1dd)][_0x503770(0x2de)](_0x5313fb[_0x503770(0x214)]()[_0x503770(0x1dd)])?(_0x5313fb[_0x503770(0x316)](),_0x5313fb=_0x5a4eff):_0x5a4eff[_0x503770(0x316)]():_0x5313fb=_0x5a4eff;}else{const _0x42e8ea=_0x39595e[_0x503770(0x37a)](_0xf6a88d);this[_0x503770(0x26a)](_0x5a4eff,_0x42e8ea);}}const _0x22e4da=this[_0x503770(0x229)][_0x503770(0x218)][_0x503770(0x2e2)](_0x503770(0x31b))['me'],_0x552751=_0x296981(),_0x5c621d=_0x22e4da['id'];if(_0x5313fb)return this[_0x503770(0x25f)](_0x5313fb,this[_0x503770(0x27e)][_0x503770(0x2f5)](_0x1cc465,_0x5414e7)),_0x5313fb;{const _0x1f3716=this[_0x503770(0x222)]({'id':_0x552751,'type':_0x503770(0x28c)+_0x18a4cf,'data':_0x56c9ba,'createdAt':new Date(),'authorId':_0x5c621d,'attributes':_0x23621a});return this[_0x503770(0x20f)](_0x503770(0x28c)+_0x18a4cf,_0x552751,_0x5c621d,this[_0x503770(0x27e)][_0x503770(0x2f5)](_0x1cc465,_0x5414e7)),_0x1f3716;}}[_0x184fb6(0x2b3)](_0x1dfc39,_0x55b623,_0x3c4799=[],_0x388978=null,_0x126bfd={}){const _0x2036c9=_0x184fb6;_0x55b623[_0x2036c9(0x27f)]||(_0x55b623[_0x2036c9(0x27f)]=_0x55b623[_0x2036c9(0x350)]);const _0x355cb1=_0x1dfc39[0x0];_0x55b623[_0x2036c9(0x2ef)]=_0x355cb1['is'](_0x2036c9(0x254)),_0x388978=_0x388978||Et(_0x55b623);const _0x30e027=_0x3c4799[_0x2036c9(0x2d0)](_0x3179c0=>Ot(_0x3179c0,this[_0x2036c9(0x27e)])),_0x54d6bd=_0x355cb1['is'](_0x2036c9(0x254))?_0x1dfc39:_0x1dfc39[_0x2036c9(0x2d0)](_0x2cbb5d=>Ot(_0x2cbb5d,this[_0x2036c9(0x27e)]));if(_0x2036c9(0x312)===this[_0x2036c9(0x347)]){const _0x1f6412=this[_0x2036c9(0x230)][_0x2036c9(0x1f6)](_0x2036c9(0x305),_0x388978,_0x2036c9(0x264));return this[_0x2036c9(0x35e)](()=>_0x1f6412(_0x54d6bd,_0x55b623,_0x126bfd)),null;}_0x30e027[_0x2036c9(0x2b1)](..._0x54d6bd);let _0x35b961=!0x0;for(const _0x4632a2 of _0x30e027)if(!this[_0x2036c9(0x338)](_0x4632a2)){_0x35b961=!0x1;break;}if(_0x35b961&&_0x2036c9(0x24a)!==this[_0x2036c9(0x347)]){const _0x1e2792=this[_0x2036c9(0x230)][_0x2036c9(0x1f6)](_0x2036c9(0x305),_0x388978,_0x2036c9(0x264));return this[_0x2036c9(0x35e)](()=>_0x1e2792(_0x54d6bd,_0x55b623,_0x126bfd)),null;}const _0x542b4f=this[_0x2036c9(0x229)][_0x2036c9(0x218)][_0x2036c9(0x2e2)](_0x2036c9(0x31b))['me'];for(const _0x54bf47 of this[_0x2036c9(0x219)]()){if(_0x54bf47[_0x2036c9(0x1db)]['id']!=_0x542b4f['id'])continue;if(_0x2036c9(0x305)!=_0x54bf47[_0x2036c9(0x378)]||_0x54bf47[_0x2036c9(0x349)][_0x2036c9(0x27f)]!=_0x55b623[_0x2036c9(0x27f)])continue;if(!Pt(_0x54bf47,_0x126bfd))continue;const _0x42b0b9=_0x54bf47[_0x2036c9(0x31e)]==_0x388978;for(let _0x4ef6e9=0x0;_0x4ef6e9<_0x54d6bd[_0x2036c9(0x22c)];_0x4ef6e9++){const _0x247385=_0x54d6bd[_0x4ef6e9];for(const _0x40d363 of _0x54bf47[_0x2036c9(0x1ff)]()){const _0x1238e5=_0x40d363[_0x2036c9(0x369)]();if(_0x247385[_0x2036c9(0x26d)](_0x1238e5)){_0x42b0b9?(_0x54d6bd[_0x2036c9(0x216)](_0x4ef6e9,0x1),_0x4ef6e9--):_0x54bf47[_0x2036c9(0x267)](_0x40d363[_0x2036c9(0x2e7)]);break;}}}}if(0x0==_0x54d6bd[_0x2036c9(0x22c)])return null;const _0x372218=this[_0x2036c9(0x230)][_0x2036c9(0x1f6)](_0x2036c9(0x305),_0x388978,_0x2036c9(0x2aa));for(const _0x142dc6 of this[_0x2036c9(0x219)]())if(_0x142dc6[_0x2036c9(0x1db)]['id']==_0x542b4f['id']&&_0x2036c9(0x305)==_0x142dc6[_0x2036c9(0x378)]&&_0x142dc6[_0x2036c9(0x349)][_0x2036c9(0x27f)]==_0x55b623[_0x2036c9(0x27f)]&&_0x142dc6[_0x2036c9(0x31e)]==_0x388978&&Pt(_0x142dc6,_0x126bfd)&&(_0x372218(_0x142dc6[_0x2036c9(0x335)](),_0x54d6bd)||_0x372218(_0x54d6bd,_0x142dc6[_0x2036c9(0x335)]()))){for(const _0x1e7c88 of _0x54d6bd)_0x142dc6[_0x2036c9(0x26c)](_0x1e7c88);return _0x142dc6;}const _0x1c29e8=_0x296981(),_0x2a266a=_0x542b4f['id'],_0x5a59d0=_0x2036c9(0x28c)+_0x388978,_0x5314e2=this[_0x2036c9(0x222)]({'id':_0x1c29e8,'type':_0x5a59d0,'data':_0x55b623,'createdAt':new Date(),'authorId':_0x2a266a,'attributes':_0x126bfd});for(const _0x5ebfde of _0x54d6bd)this[_0x2036c9(0x20f)](_0x5a59d0,_0x1c29e8,_0x2a266a,_0x5ebfde,_0x4d86b4[_0x2036c9(0x2f1)]());return _0x5314e2;}[_0x184fb6(0x31c)](_0x4abc13,_0x37a0ca=null,_0x58ad41={}){const _0x4d807c=_0x184fb6;if(_0x4abc13[_0x4d807c(0x2a3)])return null;const _0x109b53=this[_0x4d807c(0x229)][_0x4d807c(0x218)][_0x4d807c(0x2e2)](_0x4d807c(0x31b))['me'],_0x4e938a=new _0x422e31(_0x4abc13[_0x4d807c(0x1dd)],_0x4abc13[_0x4d807c(0x33b)]);for(const {suggestion:_0x11a1f7,meta:_0x39df52}of this[_0x4d807c(0x2ea)](_0x4e938a,_0x4d807c(0x1ec)))if(_0x39df52[_0x4d807c(0x326)]&&!_0x39df52[_0x4d807c(0x35b)]){if(_0x11a1f7[_0x4d807c(0x1fe)]){const _0x488e51=_0x11a1f7[_0x4d807c(0x335)]()[_0x4d807c(0x334)](_0x2e856c=>_0x4d807c(0x2b8)!=_0x2e856c[_0x4d807c(0x359)][_0x4d807c(0x22f)]);_0x488e51[_0x4d807c(0x285)](_0x51fa27=>_0x4e938a[_0x4d807c(0x2a6)](_0x51fa27,!0x0))&&_0x11a1f7[_0x4d807c(0x343)]();if(_0x488e51[_0x4d807c(0x34e)](_0x7babb7=>_0x7babb7[_0x4d807c(0x2a6)](_0x4e938a,!0x0))){const _0x5abdac=this[_0x4d807c(0x230)][_0x4d807c(0x1f6)](_0x4d807c(0x1d6),_0x37a0ca,_0x4d807c(0x264));return this[_0x4d807c(0x35e)](()=>_0x5abdac([_0x4e938a],null,_0x58ad41)),null;}}else{const _0x61326=_0x4e938a[_0x4d807c(0x37a)](_0x11a1f7[_0x4d807c(0x214)]());null!==_0x61326&&_0x11a1f7[_0x4d807c(0x250)]([_0x61326],null,_0x58ad41);}}if(_0x4e938a[_0x4d807c(0x2d5)](),_0x4e938a[_0x4d807c(0x2a3)]||_0x4d807c(0x2b8)==_0x4e938a[_0x4d807c(0x359)][_0x4d807c(0x22f)])return null;let _0x50eaa7=null,_0x2aea24=_0x4e938a[_0x4d807c(0x1dd)],_0xad503a=_0x4e938a[_0x4d807c(0x33b)];const _0x4957fb=this[_0x4d807c(0x2ea)](_0x4e938a,_0x4d807c(0x1d6));for(const {suggestion:_0x1ecad0,meta:_0x4ceb22}of _0x4957fb){const _0x2adf08=this[_0x4d807c(0x27e)][_0x4d807c(0x2f5)](_0x2aea24,_0xad503a);if(_0x4ceb22[_0x4d807c(0x326)]&&(this[_0x4d807c(0x35f)]||!_0x4ceb22[_0x4d807c(0x30f)]&&!_0x4ceb22[_0x4d807c(0x31d)])){if(_0x1ecad0[_0x4d807c(0x1fe)]){if(!Pt(_0x1ecad0,_0x58ad41))continue;let _0x3a185c=!0x0;for(const _0x4960fa of _0x1ecad0[_0x4d807c(0x335)]()){if(_0x4960fa[_0x4d807c(0x2a6)](_0x2adf08,!0x0))return _0x1ecad0;_0x2adf08[_0x4d807c(0x2a6)](_0x4960fa)||(_0x3a185c=!0x1);}_0x3a185c&&_0x1ecad0[_0x4d807c(0x343)]();}else{const _0x37b3fe=_0x1ecad0[_0x4d807c(0x214)]();if(_0x37b3fe[_0x4d807c(0x2a6)](_0x2adf08,!0x0))return _0x1ecad0;if(!Pt(_0x1ecad0,_0x58ad41)){_0x2adf08[_0x4d807c(0x2a6)](_0x37b3fe)?_0x1ecad0[_0x4d807c(0x316)]():_0x37b3fe[_0x4d807c(0x2ab)](_0x2aea24)?_0x2aea24=_0x37b3fe[_0x4d807c(0x33b)]:_0x37b3fe[_0x4d807c(0x2ab)](_0xad503a)&&(_0xad503a=_0x37b3fe[_0x4d807c(0x1dd)]);continue;}_0x2aea24=_0x2aea24[_0x4d807c(0x2de)](_0x37b3fe[_0x4d807c(0x1dd)])?_0x2aea24:_0x37b3fe[_0x4d807c(0x1dd)],_0xad503a=_0xad503a[_0x4d807c(0x1ef)](_0x37b3fe[_0x4d807c(0x33b)])?_0xad503a:_0x37b3fe[_0x4d807c(0x33b)],_0x58ad41=Object[_0x4d807c(0x345)]({},_0x1ecad0[_0x4d807c(0x240)]),_0x50eaa7?_0x37b3fe[_0x4d807c(0x1dd)][_0x4d807c(0x2de)](_0x50eaa7[_0x4d807c(0x214)]()[_0x4d807c(0x1dd)])?(_0x50eaa7[_0x4d807c(0x316)](),_0x50eaa7=_0x1ecad0):_0x1ecad0[_0x4d807c(0x316)]():_0x50eaa7=_0x1ecad0;}}}if(_0x50eaa7)return this[_0x4d807c(0x25f)](_0x50eaa7,this[_0x4d807c(0x27e)][_0x4d807c(0x2f5)](_0x2aea24,_0xad503a)),_0x50eaa7;{const _0x323336=_0x296981(),_0x20cd6f=this[_0x4d807c(0x27e)][_0x4d807c(0x2f5)](_0x2aea24,_0xad503a),_0x2be440=_0x109b53['id'],_0x5369b2=_0x37a0ca?_0x4d807c(0x26e)+_0x37a0ca:_0x4d807c(0x1d6),_0x286790=this[_0x4d807c(0x222)]({'id':_0x323336,'type':_0x5369b2,'createdAt':new Date(),'authorId':_0x2be440,'attributes':_0x58ad41});return this[_0x4d807c(0x20f)](_0x5369b2,_0x323336,_0x2be440,_0x20cd6f),_0x286790;}}[_0x184fb6(0x2d7)](_0x463e00,_0xe32e1b=_0x184fb6(0x33d),_0x1980df={}){const _0x377dc4=_0x184fb6,_0x3ba1a5=this[_0x377dc4(0x229)][_0x377dc4(0x218)][_0x377dc4(0x2e2)](_0x377dc4(0x31b))['me'],_0x57eae6=_0x463e00[_0x377dc4(0x2d0)](_0x2a9e1e=>new _0x422e31(_0x2a9e1e[_0x377dc4(0x1dd)],_0x2a9e1e[_0x377dc4(0x33b)])),_0x81293=new Set();for(const {suggestion:_0x139374,meta:_0x2997c3}of this[_0x377dc4(0x2ea)](_0x57eae6,_0x377dc4(0x1ec)))_0x2997c3[_0x377dc4(0x326)]&&!_0x2997c3[_0x377dc4(0x35b)]&&_0x81293[_0x377dc4(0x24e)](_0x139374);for(const _0x1466af of _0x81293)if(_0x1466af[_0x377dc4(0x1fe)]){const _0x5ea481=_0x1466af[_0x377dc4(0x335)]();(!_0x1466af[_0x377dc4(0x240)]||!_0x1466af[_0x377dc4(0x240)][_0x377dc4(0x351)])&&(_0x5ea481[_0x377dc4(0x285)](_0x3174db=>_0x57eae6[_0x377dc4(0x34e)](_0x14c4c9=>_0x14c4c9[_0x377dc4(0x2a6)](_0x3174db,!0x0)))&&_0x1466af[_0x377dc4(0x343)]());if(_0x57eae6[_0x377dc4(0x285)](_0x58d08e=>_0x5ea481[_0x377dc4(0x34e)](_0x18bf9b=>_0x18bf9b[_0x377dc4(0x2a6)](_0x58d08e,!0x0)))){const _0x1056a9=this[_0x377dc4(0x230)][_0x377dc4(0x1f6)](_0x377dc4(0x1d6),_0xe32e1b,_0x377dc4(0x264));return this[_0x377dc4(0x35e)](()=>_0x1056a9(_0x463e00,null,_0x1980df)),null;}}else{const _0x4a378b=_0x1466af[_0x377dc4(0x214)]();_0x57eae6[_0x377dc4(0x34e)](_0x57cc8e=>_0x57cc8e[_0x377dc4(0x2a6)](_0x4a378b,!0x0))&&_0x1466af[_0x377dc4(0x343)]();if(_0x57eae6[_0x377dc4(0x285)](_0x480812=>_0x4a378b[_0x377dc4(0x2a6)](_0x480812,!0x0))){const _0x67077e=this[_0x377dc4(0x230)][_0x377dc4(0x1f6)](_0x377dc4(0x1d6),_0xe32e1b,_0x377dc4(0x264));return this[_0x377dc4(0x35e)](()=>_0x67077e(_0x57eae6,null,_0x1980df)),null;}}const _0xa2a08e=this[_0x377dc4(0x230)][_0x377dc4(0x1f6)](_0x377dc4(0x1d6),_0xe32e1b,_0x377dc4(0x2aa));let _0x171009=null;for(const _0x111474 of this[_0x377dc4(0x219)]())if(_0x111474[_0x377dc4(0x1db)]['id']==_0x3ba1a5['id']&&_0x111474[_0x377dc4(0x375)]&&_0x377dc4(0x1d6)==_0x111474[_0x377dc4(0x378)]&&_0x111474[_0x377dc4(0x31e)]==_0xe32e1b&&Pt(_0x111474,_0x1980df)&&(_0xa2a08e(_0x111474[_0x377dc4(0x335)](),_0x57eae6)||_0xa2a08e(_0x57eae6,_0x111474[_0x377dc4(0x335)]()))){if(_0x171009){if(_0x111474[_0x377dc4(0x2fa)]&&_0x111474[_0x377dc4(0x2fa)][_0x377dc4(0x22c)])continue;for(const _0x250f15 of _0x111474[_0x377dc4(0x335)]())_0x171009[_0x377dc4(0x344)](_0x250f15)||_0x171009[_0x377dc4(0x26c)](_0x250f15);_0x111474[_0x377dc4(0x316)]();}else{_0x171009=_0x111474;for(const _0x669a56 of _0x57eae6)_0x111474[_0x377dc4(0x344)](_0x669a56)||_0x111474[_0x377dc4(0x26c)](_0x669a56);}}if(_0x171009)return _0x171009;_0x81293[_0x377dc4(0x1d1)]();for(const {suggestion:_0x3ddf6c,meta:_0x56c40d}of this[_0x377dc4(0x2ea)](_0x57eae6,_0x377dc4(0x1d6)))_0x56c40d[_0x377dc4(0x326)]&&(this[_0x377dc4(0x35f)]||!_0x56c40d[_0x377dc4(0x30f)]&&!_0x56c40d[_0x377dc4(0x31d)])&&Pt(_0x3ddf6c,_0x1980df)&&_0x81293[_0x377dc4(0x24e)](_0x3ddf6c);for(const _0x8b2996 of _0x81293){const _0x48244d=_0x8b2996[_0x377dc4(0x335)]();if(!_0x1980df||!_0x1980df[_0x377dc4(0x351)]){if(_0x57eae6[_0x377dc4(0x285)](_0x119028=>_0x48244d[_0x377dc4(0x34e)](_0x50035f=>_0x50035f[_0x377dc4(0x2a6)](_0x119028,!0x0))))return _0x8b2996;}(!_0x8b2996[_0x377dc4(0x240)]||!_0x8b2996[_0x377dc4(0x240)][_0x377dc4(0x351)])&&(_0x48244d[_0x377dc4(0x285)](_0x35af96=>_0x57eae6[_0x377dc4(0x34e)](_0x2e4467=>_0x2e4467[_0x377dc4(0x2a6)](_0x35af96,!0x0)))&&_0x8b2996[_0x377dc4(0x343)]());}const _0xe5e461=_0x296981(),_0x6143ee=_0x3ba1a5['id'],_0x45f9e3=_0x377dc4(0x26e)+_0xe32e1b,_0x140c52=this[_0x377dc4(0x222)]({'id':_0xe5e461,'type':_0x45f9e3,'createdAt':new Date(),'authorId':_0x6143ee,'attributes':_0x1980df});for(const _0x20363a of _0x57eae6)_0x20363a[_0x377dc4(0x2d5)](),_0x20363a[_0x377dc4(0x2a3)]||_0x377dc4(0x2b8)==_0x20363a[_0x377dc4(0x359)][_0x377dc4(0x22f)]||this[_0x377dc4(0x20f)](_0x45f9e3,_0xe5e461,_0x6143ee,_0x20363a,_0x4d86b4[_0x377dc4(0x2f1)]());return _0x140c52;}[_0x184fb6(0x238)](_0x543264,_0x3a99d7,_0x5863f5,_0x5aaebd,_0x1f5a24){const _0xb25443=_0x184fb6;if(_0x543264[_0xb25443(0x2a3)])return[];if(_0xb25443(0x312)===this[_0xb25443(0x347)])return[];const _0xc0d4be=this[_0xb25443(0x229)][_0xb25443(0x218)][_0xb25443(0x2e2)](_0xb25443(0x31b))['me']['id'],_0x53cc75=Array[_0xb25443(0x295)](this[_0xb25443(0x1d8)][_0xb25443(0x296)]())[_0xb25443(0x334)](_0x3191ce=>_0xb25443(0x2c1)==_0x3191ce[_0xb25443(0x378)]&&_0x3191ce[_0xb25443(0x349)][_0xb25443(0x2d4)]==_0x3a99d7&&_0x3191ce[_0xb25443(0x344)](_0x543264));if(_0xb25443(0x2b6)===this[_0xb25443(0x347)]){const _0x4abc74=this[_0xb25443(0x2ea)](_0x543264,_0xb25443(0x1ec))[_0xb25443(0x334)](({meta:_0x43835b})=>_0x43835b[_0xb25443(0x326)]&&!_0x43835b[_0xb25443(0x31d)]&&!_0x43835b[_0xb25443(0x35b)])[_0xb25443(0x2d0)](({suggestion:_0x53aa18})=>_0x53aa18);_0x53cc75[_0xb25443(0x213)](..._0x4abc74);}const _0x1f4814=new Map([[_0x543264,_0x5863f5]]);for(const _0xd290b8 of _0x53cc75){const _0x347948=_0xb25443(0x2c1)==_0xd290b8[_0xb25443(0x378)]?_0xd290b8[_0xb25443(0x349)][_0xb25443(0x27c)]:void 0x0,_0x204dca=_0xd290b8[_0xb25443(0x214)](),_0x2685d5=Array[_0xb25443(0x295)](_0x1f4814[_0xb25443(0x2ba)]())[_0xb25443(0x1f3)](_0xfc1a25=>_0xfc1a25[_0xb25443(0x23b)](_0x204dca));if(!_0x2685d5)continue;const _0x252c21=_0x2685d5[_0xb25443(0x201)](_0x204dca);this[_0xb25443(0x329)](_0x3a99d7)&&_0xb25443(0x1ec)==_0xd290b8[_0xb25443(0x378)]&&0x0!=_0x252c21[_0xb25443(0x22c)]||(_0x1f4814[_0xb25443(0x262)](_0x2685d5),_0x252c21[_0xb25443(0x2e5)](_0x8ca4bb=>{const _0x62d3e7=_0xb25443;_0x1f4814[_0x62d3e7(0x322)](_0x8ca4bb,_0x5863f5);}),_0xb25443(0x1ec)!=_0xd290b8[_0xb25443(0x378)]&&_0x347948!=_0x5aaebd&&_0x1f4814[_0xb25443(0x322)](_0x2685d5[_0xb25443(0x37a)](_0x204dca),_0x347948));}const _0x446640=[];for(const [_0x20f61f,_0x4586a7]of _0x1f4814){const _0x11eaeb=_0x296981(),_0x4643a1={'key':_0x3a99d7,'oldValue':_0x4586a7,'newValue':_0x5aaebd};_0x3a99d7[_0xb25443(0x22c)]>0x25&&console[_0xb25443(0x2ee)](_0xb25443(0x1e0),{'key':_0x3a99d7});const _0x144215=(_0xb25443(0x1e6)+(_0x3a99d7+'|'+Et({'newValue':_0x5aaebd})))[_0xb25443(0x2f2)](0x0,0x3c),_0x6f1f0=this[_0xb25443(0x222)]({'id':_0x11eaeb,'type':_0x144215,'data':_0x4643a1,'createdAt':new Date(),'authorId':_0xc0d4be,'attributes':_0x1f5a24});_0x446640[_0xb25443(0x2b1)](_0x6f1f0),this[_0xb25443(0x20f)](_0x144215,_0x11eaeb,_0xc0d4be,_0x20f61f);}return _0x446640;}[_0x184fb6(0x247)](_0x27d22e){const _0x410c08=_0x184fb6;this[_0x410c08(0x23f)][_0x410c08(0x24e)](_0x27d22e);}[_0x184fb6(0x36d)](_0x1165cf){const _0x1fc2d1=_0x184fb6;this[_0x1fc2d1(0x2f0)][_0x1fc2d1(0x24e)](_0x1165cf);}[_0x184fb6(0x2d3)](_0x5a718c,_0x1d5ff6=[],_0x2d7338=[]){const _0x35ad19=_0x184fb6;this[_0x35ad19(0x36a)](_0x5a718c,(_0x5ae469,..._0x35974c)=>{const _0x2a4566=_0x35ad19;this[_0x2a4566(0x2a2)](()=>{_0x5ae469(..._0x35974c);});});for(const _0x1f94a0 of _0x1d5ff6)this[_0x35ad19(0x36d)](_0x1f94a0);for(const _0xcea8f6 of _0x2d7338)this[_0x35ad19(0x247)](_0xcea8f6);}[_0x184fb6(0x1d9)](_0x3ec9d2){const _0x44b403=_0x184fb6;return _0x44b403(0x2c1)==_0x3ec9d2[_0x44b403(0x378)]?_0x3ec9d2[_0x44b403(0x31e)][_0x44b403(0x23a)]('|')[0x0]:null;}[_0x184fb6(0x25f)](_0x146988,_0x4a2ad4){const _0x405ff4=_0x184fb6,_0x2e2013=_0x146988[_0x405ff4(0x212)]();this[_0x405ff4(0x27e)][_0x405ff4(0x33e)](_0x1f2227=>{const _0x11beff=_0x405ff4;_0x1f2227[_0x11beff(0x22b)](_0x2e2013,{'range':_0x4a2ad4});});}[_0x184fb6(0x2cd)](_0x36eae9){const _0x277bd3=_0x184fb6,_0x1f3ab1=_0x36eae9['id'],_0x3ccfa3=this[_0x277bd3(0x229)][_0x277bd3(0x29f)][_0x277bd3(0x2e2)](_0x277bd3(0x2c2));this[_0x277bd3(0x353)][_0x277bd3(0x1e5)](_0x1f3ab1)||this[_0x277bd3(0x353)][_0x277bd3(0x258)]({'channelId':_0x3ccfa3,'threadId':_0x1f3ab1,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x8f2861=this[_0x277bd3(0x353)][_0x277bd3(0x328)](_0x1f3ab1);_0x8f2861[_0x277bd3(0x29d)](_0x277bd3(0x223)),_0x8f2861[_0x277bd3(0x223)]=!0x1,_0x36eae9[_0x277bd3(0x2fa)]=_0x8f2861;}[_0x184fb6(0x2bf)](_0x537ee8,_0x256353,_0x1a4744,_0x24bf80){const _0x37a6df=_0x184fb6;if(_0x537ee8[_0x37a6df(0x378)]!=_0x256353||_0x537ee8[_0x37a6df(0x31e)]!=_0x1a4744||_0x537ee8[_0x37a6df(0x290)]['id']!=_0x24bf80)throw this[_0x37a6df(0x229)][_0x37a6df(0x24b)](_0x37a6df(0x208)),new _0x2f278a(_0x37a6df(0x208),this);}[_0x184fb6(0x26a)](_0x46ec12,_0x39adfe){const _0x4a7ff3=_0x184fb6,_0x3f71c2=_0x46ec12[_0x4a7ff3(0x214)]();if(_0x39adfe[_0x4a7ff3(0x26d)](_0x3f71c2))_0x46ec12[_0x4a7ff3(0x316)]();else{if(_0x3f71c2[_0x4a7ff3(0x2a6)](_0x39adfe)){const _0x34783c=this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x30c)](_0x39adfe[_0x4a7ff3(0x1dd)][_0x4a7ff3(0x2dc)],_0x4a7ff3(0x33b));this[_0x4a7ff3(0x25f)](_0x46ec12,this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x2f5)](_0x3f71c2[_0x4a7ff3(0x1dd)],_0x34783c));const _0x348ca4=_0x296981(),_0x360d1e=_0x46ec12[_0x4a7ff3(0x290)]['id'],_0x4d1e07=_0x46ec12[_0x4a7ff3(0x378)]+':'+_0x46ec12[_0x4a7ff3(0x31e)];this[_0x4a7ff3(0x222)]({'id':_0x348ca4,'type':_0x4d1e07,'createdAt':new Date(),'authorId':_0x360d1e,'data':_0x46ec12[_0x4a7ff3(0x349)],'attributes':_0x46ec12[_0x4a7ff3(0x240)]});const _0x53120d=this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x30c)](_0x39adfe[_0x4a7ff3(0x33b)][_0x4a7ff3(0x356)],_0x4a7ff3(0x2a0)),_0x2070fb=this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x2f5)](_0x53120d,_0x3f71c2[_0x4a7ff3(0x33b)]);this[_0x4a7ff3(0x20f)](_0x4d1e07,_0x348ca4,_0x360d1e,_0x2070fb);}else{if(_0x3f71c2[_0x4a7ff3(0x2ab)](_0x39adfe[_0x4a7ff3(0x1dd)])){const _0x3c1289=this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x30c)](_0x39adfe[_0x4a7ff3(0x1dd)][_0x4a7ff3(0x2dc)],_0x4a7ff3(0x33b));this[_0x4a7ff3(0x25f)](_0x46ec12,this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x2f5)](_0x3f71c2[_0x4a7ff3(0x1dd)],_0x3c1289));}else{const _0x2bd052=this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x30c)](_0x39adfe[_0x4a7ff3(0x33b)][_0x4a7ff3(0x356)],_0x4a7ff3(0x2a0));this[_0x4a7ff3(0x25f)](_0x46ec12,this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x2f5)](_0x2bd052,_0x3f71c2[_0x4a7ff3(0x33b)]));}}}}[_0x184fb6(0x338)](_0x30148c){const _0x30290e=_0x184fb6;for(const {suggestion:_0x18482d,meta:_0x3a661d}of this[_0x30290e(0x2ea)](_0x30148c,_0x30290e(0x1ec))){if(!_0x3a661d[_0x30290e(0x326)])continue;const _0x8eb980=_0x18482d[_0x30290e(0x335)]();for(const _0x310bdb of _0x8eb980)if(!_0x30148c[_0x30290e(0x201)](_0x310bdb)[_0x30290e(0x22c)])return!0x0;}return!0x1;}[_0x184fb6(0x24f)](_0x3b17a7){const _0x3a5210=_0x184fb6,_0x50dae1=this[_0x3a5210(0x229)][_0x3a5210(0x218)][_0x3a5210(0x2e2)](_0x3a5210(0x31b))[_0x3a5210(0x2fd)](_0x3b17a7);if(!_0x50dae1)throw new _0x2f278a(_0x3a5210(0x243),this);return _0x50dae1;}[_0x184fb6(0x2fc)](_0x1cc734){const _0x5ed817=_0x184fb6,_0x1717ed=this[_0x5ed817(0x229)][_0x5ed817(0x218)][_0x5ed817(0x2e2)](_0x5ed817(0x31b)),_0x260af8=_0x54cf82(_0x5ed817(0x2a4)+_0x1cc734),_0x40d0d2=_0x1717ed[_0x5ed817(0x2fd)](_0x260af8);return _0x40d0d2||_0x1717ed[_0x5ed817(0x2cc)]({'id':_0x260af8,'name':_0x1cc734});}[_0x184fb6(0x2d8)](_0x3bc1e6,_0x41ac34,_0x447cd0,_0x594bc1,_0x1a4ee0){const _0x258dfd=_0x184fb6,_0x205148=this[_0x258dfd(0x24f)](_0x594bc1),_0x4e55bd=this[_0x258dfd(0x230)][_0x258dfd(0x27d)](_0x3bc1e6,_0x41ac34,_0x447cd0,_0x205148,_0x1a4ee0,_0x4e9d42=>{const _0x2c9657=_0x258dfd;this[_0x2c9657(0x2d6)](_0x447cd0,{'attributes':_0x4e9d42});const _0x5bcaf4=this[_0x2c9657(0x239)](_0x447cd0);this[_0x2c9657(0x2ca)](new Set([_0x5bcaf4])),this[_0x2c9657(0x319)](new Set([_0x5bcaf4]));});return this[_0x258dfd(0x1f5)](_0x4e55bd,_0x258dfd(0x264),()=>{const _0x1cc62c=_0x258dfd;this[_0x1cc62c(0x2d6)](_0x447cd0,{'state':_0x1cc62c(0x36c)});},{'priority':_0x258dfd(0x274)}),this[_0x258dfd(0x1f5)](_0x4e55bd,_0x258dfd(0x343),()=>{const _0x23ecff=_0x258dfd;this[_0x23ecff(0x2d6)](_0x447cd0,{'state':_0x23ecff(0x209)});},{'priority':_0x258dfd(0x274)}),this[_0x258dfd(0x1d8)][_0x258dfd(0x322)](_0x447cd0,_0x4e55bd),this[_0x258dfd(0x30d)][_0x258dfd(0x322)](_0x4e55bd,_0x258dfd(0x2b4)),_0x4e55bd;}[_0x184fb6(0x315)](_0x205976){const _0x5e5231=_0x184fb6,_0x3c27e6=_0x205976[_0x5e5231(0x23a)](':');return{'group':_0x3c27e6[0x0],'type':_0x3c27e6[0x1],'subType':_0x3c27e6[_0x5e5231(0x22c)]>=0x5?_0x3c27e6[0x2]:null,'id':_0x3c27e6[_0x5e5231(0x22c)]<0x5?_0x3c27e6[0x2]:_0x3c27e6[0x3],'authorId':_0x3c27e6[_0x5e5231(0x22c)]<0x5?_0x3c27e6[0x3]:_0x3c27e6[0x4],'markerCount':0x6==_0x3c27e6[_0x5e5231(0x22c)]?_0x3c27e6[0x5]:null};}[_0x184fb6(0x221)](_0x1138da,_0x23c7dd,_0x26f15d){const _0x4fc12b=_0x184fb6,_0x43484b=_0x1138da[_0x4fc12b(0x214)](),_0x3a57c2=_0x43484b[_0x4fc12b(0x1dd)],_0x5513e7=_0x43484b[_0x4fc12b(0x33b)];this[_0x4fc12b(0x25f)](_0x1138da,this[_0x4fc12b(0x27e)][_0x4fc12b(0x2f5)](_0x3a57c2,_0x23c7dd));const _0x71f57e=_0x296981(),_0x12d920=_0x1138da[_0x4fc12b(0x290)]['id'],_0x391ba3=_0x1138da[_0x4fc12b(0x378)]+(_0x1138da[_0x4fc12b(0x31e)]?':'+_0x1138da[_0x4fc12b(0x31e)]:'');this[_0x4fc12b(0x222)]({'id':_0x71f57e,'type':_0x391ba3,'createdAt':new Date(),'authorId':_0x12d920,'originalSuggestionId':_0x1138da['id'],'attributes':_0x1138da[_0x4fc12b(0x240)],'data':_0x1138da[_0x4fc12b(0x349)]});const _0x330f3f=this[_0x4fc12b(0x1d9)](_0x1138da);(_0x4fc12b(0x305)==_0x1138da[_0x4fc12b(0x378)]||_0x330f3f&&this[_0x4fc12b(0x329)](_0x330f3f))&&(_0x26f15d=this[_0x4fc12b(0x27e)][_0x4fc12b(0x273)](_0x26f15d[_0x4fc12b(0x356)])),this[_0x4fc12b(0x20f)](_0x391ba3,_0x71f57e,_0x12d920,this[_0x4fc12b(0x27e)][_0x4fc12b(0x2f5)](_0x26f15d,_0x5513e7));}[_0x184fb6(0x2ea)](_0x154edc,_0x5259f4=null){const _0x111fd1=_0x184fb6,_0xfc203=[],_0x5c4255=this[_0x111fd1(0x229)][_0x111fd1(0x218)][_0x111fd1(0x2e2)](_0x111fd1(0x31b))['me'];Array[_0x111fd1(0x21d)](_0x154edc)||(_0x154edc=[_0x154edc]);for(const _0x149425 of this[_0x111fd1(0x219)]()){if(!_0x149425[_0x111fd1(0x375)])continue;if(_0x5259f4&&_0x149425[_0x111fd1(0x378)]!=_0x5259f4)continue;let _0x3e8339=!0x1;for(const _0x4e4858 of _0x149425[_0x111fd1(0x335)]()){for(const _0xc44d9f of _0x154edc){const _0x1eba27=_0xc44d9f[_0x111fd1(0x1dd)][_0x111fd1(0x26d)](_0x4e4858[_0x111fd1(0x33b)])||_0xc44d9f[_0x111fd1(0x33b)][_0x111fd1(0x26d)](_0x4e4858[_0x111fd1(0x1dd)]);if(_0x1eba27||_0xc44d9f[_0x111fd1(0x37a)](_0x4e4858)){const _0x1cf8f1=_0xc44d9f[_0x111fd1(0x2a6)](_0x4e4858)&&xt(this[_0x111fd1(0x27e)][_0x111fd1(0x2eb)],_0x4e4858[_0x111fd1(0x1dd)],_0xc44d9f),_0xc77b13=_0x4e4858[_0x111fd1(0x2a6)](_0xc44d9f)&&xt(this[_0x111fd1(0x27e)][_0x111fd1(0x2eb)],_0xc44d9f[_0x111fd1(0x1dd)],_0x4e4858);_0xfc203[_0x111fd1(0x2b1)]({'suggestion':_0x149425,'meta':{'isOwn':_0x5c4255==_0x149425[_0x111fd1(0x1db)],'isNextTo':_0x1eba27,'isInsideObject':_0x1cf8f1,'containsRangeInObject':_0xc77b13}}),_0x3e8339=!0x0;break;}}if(_0x3e8339)break;}}return _0xfc203;}[_0x184fb6(0x20f)](_0x23d1de,_0x4e2093,_0x38187b,_0x4dc6f1,_0x5a1266){const _0x23559f=_0x184fb6;this[_0x23559f(0x27e)][_0x23559f(0x33e)](_0x4afcfc=>{const _0x24251d=_0x23559f;let _0x450677=_0x24251d(0x29a)+_0x23d1de+':'+_0x4e2093+':'+_0x38187b;_0x5a1266&&(_0x450677=_0x450677+':'+_0x5a1266),_0x4afcfc[_0x24251d(0x2bd)](_0x450677,{'range':_0x4dc6f1,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x184fb6(0x278)](_0x5ca90d){const _0x1daec1=_0x184fb6,_0x9fe3c0=_0x5ca90d[_0x1daec1(0x36b)],_0x47d1e3=_0x5ca90d[_0x1daec1(0x2c7)];_0x5ca90d[_0x1daec1(0x36b)]=null,_0x5ca90d[_0x1daec1(0x2c7)]=null,null!=_0x9fe3c0&&_0x9fe3c0[_0x1daec1(0x2c7)]==_0x5ca90d&&(_0x9fe3c0[_0x1daec1(0x2c7)]=_0x47d1e3),null!=_0x47d1e3&&_0x47d1e3[_0x1daec1(0x36b)]==_0x5ca90d&&(_0x47d1e3[_0x1daec1(0x36b)]=_0x9fe3c0),_0x1daec1(0x1fc)==this[_0x1daec1(0x30d)][_0x1daec1(0x2e2)](_0x5ca90d)&&(this[_0x1daec1(0x30d)][_0x1daec1(0x322)](_0x5ca90d,_0x1daec1(0x2c6)),this[_0x1daec1(0x1df)](_0x1daec1(0x2f6),_0x5ca90d,_0x9fe3c0,_0x47d1e3));}[_0x184fb6(0x222)](_0x206b71){const _0x55f1b0=_0x184fb6,_0x2eeb8b=_0x206b71['id'],_0x77341c=this[_0x55f1b0(0x352)](_0x206b71);if(this[_0x55f1b0(0x357)]&&this[_0x55f1b0(0x357)][_0x55f1b0(0x363)]){const _0x3c3d40=this[_0x55f1b0(0x229)][_0x55f1b0(0x218)][_0x55f1b0(0x2e2)](_0x55f1b0(0x203)),_0x507411=_0x77341c[_0x55f1b0(0x205)],_0x8b1c9e=_0x77341c[_0x55f1b0(0x31e)]?_0x77341c[_0x55f1b0(0x378)]+':'+_0x77341c[_0x55f1b0(0x31e)]:_0x77341c[_0x55f1b0(0x378)],_0x264a35=this[_0x55f1b0(0x229)][_0x55f1b0(0x23d)],_0xf406b=_0x3c3d40[_0x55f1b0(0x24e)](_0x39c8a0(_0x264a35,_0x55f1b0(0x340))),_0x19c614={'id':_0x2eeb8b,'type':_0x8b1c9e,'hasComments':_0x507411,'data':_0x206b71[_0x55f1b0(0x349)]||null,'originalSuggestionId':_0x206b71[_0x55f1b0(0x294)]||null,'attributes':_0x77341c[_0x55f1b0(0x240)]};this[_0x55f1b0(0x357)][_0x55f1b0(0x363)](_0x19c614)[_0x55f1b0(0x1d2)](_0x58f74b=>{const _0x229fbe=_0x55f1b0;_0x77341c[_0x229fbe(0x1e8)]=!0x0,_0x3c3d40[_0x229fbe(0x1e7)](_0xf406b),_0x58f74b&&_0x58f74b[_0x229fbe(0x27b)]&&(this[_0x229fbe(0x1d8)][_0x229fbe(0x2e2)](_0x2eeb8b)[_0x229fbe(0x27b)]=_0x58f74b[_0x229fbe(0x27b)]);})[_0x55f1b0(0x27a)](_0xa650c4=>{const _0x19a9c9=_0x55f1b0;throw _0x36e410(_0x19a9c9(0x372)),this[_0x19a9c9(0x229)][_0x19a9c9(0x301)][_0x19a9c9(0x1de)]({'isUndoable':!0x1},()=>{const _0x378a86=_0x19a9c9;_0x77341c[_0x378a86(0x343)]();}),_0x77341c[_0x19a9c9(0x36f)](),this[_0x19a9c9(0x1d8)][_0x19a9c9(0x262)](_0x77341c['id']),this[_0x19a9c9(0x30d)][_0x19a9c9(0x262)](_0x77341c),_0xa650c4;});}return _0x77341c;}[_0x184fb6(0x329)](_0x1bf5c1){const _0x210f9d=_0x184fb6;return this[_0x210f9d(0x23f)][_0x210f9d(0x370)](_0x1bf5c1);}[_0x184fb6(0x2d6)](_0x54d15d,_0x205570){const _0x49733d=_0x184fb6,_0x49eac1=this[_0x49733d(0x229)][_0x49733d(0x218)][_0x49733d(0x2e2)](_0x49733d(0x203)),_0x2a2573=this[_0x49733d(0x239)](_0x54d15d);if(this[_0x49733d(0x357)]&&this[_0x49733d(0x357)][_0x49733d(0x1f0)]){if(_0x2a2573[_0x49733d(0x1e8)]){const _0x266c30=_0x49eac1[_0x49733d(0x24e)](_0x39c8a0(this[_0x49733d(0x229)][_0x49733d(0x23d)],_0x49733d(0x340)));this[_0x49733d(0x357)][_0x49733d(0x1f0)](_0x54d15d,_0x205570)[_0x49733d(0x1d2)](()=>{const _0x4578f2=_0x49733d;_0x49eac1[_0x4578f2(0x1e7)](_0x266c30);});}else _0x2a2573['on'](_0x49733d(0x307),()=>{const _0x9ff91d=_0x49733d;this[_0x9ff91d(0x2d6)](_0x54d15d,_0x205570);});}}[_0x184fb6(0x206)](_0x21ebd5){const _0x4e15c8=_0x184fb6;if(!this[_0x4e15c8(0x357)]||!this[_0x4e15c8(0x357)][_0x4e15c8(0x239)])throw new _0x2f278a(_0x4e15c8(0x1d4),this);return this[_0x4e15c8(0x357)][_0x4e15c8(0x239)](_0x21ebd5);}[_0x184fb6(0x1cd)](_0x872b7f){const _0x350096=_0x184fb6,{id:_0x485d7b,type:_0x5b7001,subType:_0x125e6d,authorId:_0x231411}=this[_0x350096(0x315)](_0x872b7f),_0x41b24c=this[_0x350096(0x1d8)][_0x350096(0x2e2)](_0x485d7b)||this[_0x350096(0x2d8)](_0x5b7001,_0x125e6d,_0x485d7b,_0x231411,{});switch(this[_0x350096(0x2bf)](_0x41b24c,_0x5b7001,_0x125e6d,_0x231411),this[_0x350096(0x30d)][_0x350096(0x2e2)](_0x41b24c)){case _0x350096(0x2b4):this[_0x350096(0x206)](_0x485d7b)[_0x350096(0x1d2)](_0x3f6450=>{const _0x522801=_0x350096;let _0x4e47e5=Promise[_0x522801(0x37b)]();_0x3f6450[_0x522801(0x205)]&&(_0x4e47e5=this[_0x522801(0x353)][_0x522801(0x25a)]({'channelId':this[_0x522801(0x229)][_0x522801(0x29f)][_0x522801(0x2e2)](_0x522801(0x2c2)),'threadId':_0x485d7b})),_0x4e47e5[_0x522801(0x1d2)](()=>{const _0x5380df=_0x522801;this[_0x5380df(0x352)](_0x3f6450)[_0x5380df(0x1e8)]=!0x0;});}),this[_0x350096(0x30d)][_0x350096(0x322)](_0x41b24c,_0x350096(0x2bc));break;case _0x350096(0x2c6):this[_0x350096(0x2d6)](_0x485d7b,{'state':_0x350096(0x25c)});case _0x350096(0x237):this[_0x350096(0x30d)][_0x350096(0x322)](_0x41b24c,_0x350096(0x1fc)),this[_0x350096(0x1df)](_0x350096(0x311),_0x41b24c);break;case _0x350096(0x1fc):this[_0x350096(0x1df)](_0x350096(0x241),_0x41b24c);}return _0x41b24c[_0x350096(0x28f)](_0x872b7f),_0x41b24c;}[_0x184fb6(0x319)](_0x59aa45){const _0x204068=_0x184fb6,_0x2f0736=Array[_0x204068(0x295)](_0x59aa45),_0x3a785f=_0x2f0736[_0x204068(0x334)](_0x15247d=>_0x204068(0x2c1)==_0x15247d[_0x204068(0x378)]);this[_0x204068(0x331)](_0x3a785f);const _0x444b9a=_0x2f0736[_0x204068(0x334)](_0x4bdbca=>!_0x4bdbca[_0x204068(0x1fe)]&&_0x204068(0x2c1)!=_0x4bdbca[_0x204068(0x378)]),_0x5751b2=this[_0x204068(0x219)]({'skipNotAttached':!0x0})[_0x204068(0x334)](_0x3a019b=>!_0x3a019b[_0x204068(0x1fe)]&&_0x204068(0x2c1)!=_0x3a019b[_0x204068(0x378)]),_0x41c418=_0x5751b2[_0x204068(0x334)](_0x446c31=>!_0x59aa45[_0x204068(0x370)](_0x446c31)),_0x2f7074=new Map(_0x5751b2[_0x204068(0x2d0)](_0x216458=>[_0x216458,this[_0x204068(0x230)][_0x204068(0x1f6)](_0x216458[_0x204068(0x378)],_0x216458[_0x204068(0x31e)],_0x204068(0x300))])),_0x1936ff=new Map(_0x5751b2[_0x204068(0x2d0)](_0x58637f=>[_0x58637f,_0x58637f[_0x204068(0x214)]()])),_0x3d8232=new Set(),_0x4beac5=new Set();for(let _0x3f5979=0x0;_0x3f5979<_0x444b9a[_0x204068(0x22c)];_0x3f5979++)_0x2b0ee0(_0x444b9a[_0x3f5979],_0x444b9a,_0x3f5979+0x1);for(let _0x1b8f34=0x0;_0x1b8f34<_0x444b9a[_0x204068(0x22c)];_0x1b8f34++)_0x2b0ee0(_0x444b9a[_0x1b8f34],_0x41c418,0x0);const _0x2c750d=new Set();for(let _0x7d7dac=0x0;_0x7d7dac<_0x444b9a[_0x204068(0x22c)];_0x7d7dac++){const _0x18bd6a=_0x444b9a[_0x7d7dac];!_0x4beac5[_0x204068(0x370)](_0x18bd6a)&&_0x18bd6a[_0x204068(0x36b)]&&(_0x2c750d[_0x204068(0x24e)](_0x18bd6a[_0x204068(0x36b)]),_0x18bd6a[_0x204068(0x36b)][_0x204068(0x2c7)]===_0x18bd6a&&(_0x18bd6a[_0x204068(0x36b)][_0x204068(0x2c7)]=null),_0x18bd6a[_0x204068(0x36b)]=null),!_0x3d8232[_0x204068(0x370)](_0x18bd6a)&&_0x18bd6a[_0x204068(0x2c7)]&&(_0x2c750d[_0x204068(0x24e)](_0x18bd6a[_0x204068(0x2c7)]),_0x18bd6a[_0x204068(0x2c7)][_0x204068(0x36b)]===_0x18bd6a&&(_0x18bd6a[_0x204068(0x2c7)][_0x204068(0x36b)]=null),_0x18bd6a[_0x204068(0x2c7)]=null);}function _0x2b0ee0(_0x349017,_0x1895b3,_0xa3a548){const _0x5065eb=_0x204068;for(let _0x1494fc=_0xa3a548;_0x1494fc<_0x1895b3[_0x5065eb(0x22c)];_0x1494fc++){const _0x26de90=_0x84f186(_0x349017,_0x1895b3[_0x1494fc]);_0x26de90&&(_0x26de90[0x0][_0x5065eb(0x2c7)]=_0x26de90[0x1],_0x26de90[0x1][_0x5065eb(0x36b)]=_0x26de90[0x0],_0x3d8232[_0x5065eb(0x24e)](_0x26de90[0x0]),_0x4beac5[_0x5065eb(0x24e)](_0x26de90[0x1]));}}function _0x84f186(_0x2fae9d,_0x2fc4f8){const _0xc75d72=_0x204068;if(_0x2fae9d[_0xc75d72(0x1db)]['id']!==_0x2fc4f8[_0xc75d72(0x1db)]['id'])return null;const _0x4de869=_0x2f7074[_0xc75d72(0x2e2)](_0x2fae9d)(_0x2fae9d,_0x2fc4f8,_0x1936ff[_0xc75d72(0x2e2)](_0x2fae9d),_0x1936ff[_0xc75d72(0x2e2)](_0x2fc4f8));if(!_0x4de869)return null;return _0x2f7074[_0xc75d72(0x2e2)](_0x2fc4f8)(_0x2fae9d,_0x2fc4f8,_0x1936ff[_0xc75d72(0x2e2)](_0x2fae9d),_0x1936ff[_0xc75d72(0x2e2)](_0x2fc4f8))?_0x4de869[0x1][_0xc75d72(0x2fa)]&&_0x4de869[0x1][_0xc75d72(0x2fa)][_0xc75d72(0x22c)]?null:_0x4de869:null;}_0x2c750d[_0x204068(0x1e1)]&&this[_0x204068(0x319)](_0x2c750d);}[_0x184fb6(0x331)](_0xdfb01e){const _0x1c02a0=_0x184fb6;if(0x0==_0xdfb01e[_0x1c02a0(0x22c)])return;const _0x1fa915=this[_0x1c02a0(0x219)]({'skipNotAttached':!0x0})[_0x1c02a0(0x334)](_0x379163=>_0x1c02a0(0x2c1)==_0x379163[_0x1c02a0(0x378)]&&_0x379163[_0x1c02a0(0x2bb)]),_0xde4b18=[],_0x2c9894=new Map();for(const _0x1fd176 of _0x1fa915){const _0x569b16=_0x54cf82(_0x1fd176[_0x1c02a0(0x240)]);_0x2c9894[_0x1c02a0(0x370)](_0x569b16)||(_0x2c9894[_0x1c02a0(0x322)](_0x569b16,_0xde4b18[_0x1c02a0(0x22c)]),_0xde4b18[_0x1c02a0(0x2b1)]([]));const _0x31e89e=_0x2c9894[_0x1c02a0(0x2e2)](_0x569b16);_0xde4b18[_0x31e89e][_0x1c02a0(0x2b1)](_0x1fd176);}!(function(){const _0x4b4d95=_0x1c02a0;_0xde4b18[_0x4b4d95(0x2dd)]((_0x14d3dd,_0x789c6b)=>{const _0x5ec05c=_0x4b4d95,_0x5e02de=_0x14d3dd[0x0][_0x5ec05c(0x27b)],_0x4f7942=_0x789c6b[0x0][_0x5ec05c(0x27b)];return _0x5e02de==_0x4f7942?_0x14d3dd[0x0][_0x5ec05c(0x240)][_0x5ec05c(0x29c)]<_0x789c6b[0x0][_0x5ec05c(0x240)][_0x5ec05c(0x29c)]?-0x1:0x1:_0x5e02de<_0x4f7942?-0x1:0x1;});for(const _0x17a169 of _0xde4b18)_0x17a169[_0x4b4d95(0x2dd)]((_0x2e4dbe,_0x247ea7)=>_0x2e4dbe['id']<_0x247ea7['id']?-0x1:0x1);}());for(let _0x43bb52=0x0;_0x43bb52<_0xde4b18[_0x1c02a0(0x22c)];_0x43bb52++){if(0x0==_0xde4b18[_0x43bb52][_0x1c02a0(0x22c)])continue;const _0x55af75=[];for(let _0xa9daa=_0x43bb52+0x1;_0xa9daa<_0xde4b18[_0x1c02a0(0x22c)];_0xa9daa++)0x0!=_0xde4b18[_0xa9daa][_0x1c02a0(0x22c)]&&_0xd0013a(_0xde4b18[_0x43bb52],_0xde4b18[_0xa9daa])&&_0x55af75[_0x1c02a0(0x2b1)](_0xa9daa);for(const _0x396507 of _0x55af75)_0xde4b18[_0x43bb52]=_0xde4b18[_0x43bb52][_0x1c02a0(0x371)](_0xde4b18[_0x396507]),_0xde4b18[_0x396507]=[];}for(const _0x5d1eff of _0xde4b18)for(let _0x2d7121=0x0;_0x2d7121<_0x5d1eff[_0x1c02a0(0x22c)];_0x2d7121++)_0x5d1eff[_0x2d7121][_0x1c02a0(0x2c7)]=_0x5d1eff[_0x2d7121+0x1]||null;for(const _0x129158 of _0xde4b18)for(let _0x12607c=0x0;_0x12607c<_0x129158[_0x1c02a0(0x22c)];_0x12607c++)_0x129158[_0x12607c][_0x1c02a0(0x36b)]=_0x129158[_0x12607c-0x1]||null;function _0xd0013a(_0x92a097,_0x47aba2){const _0x172ed9=_0x1c02a0;if(_0x92a097[0x0][_0x172ed9(0x240)][_0x172ed9(0x29c)]!==_0x47aba2[0x0][_0x172ed9(0x240)][_0x172ed9(0x29c)]&&_0x92a097[0x0][_0x172ed9(0x1db)]!==_0x47aba2[0x0][_0x172ed9(0x1db)])return!0x1;if(!function(_0x265c50,_0x2847b6){const _0x4ccf94=_0x172ed9;if(!_0x265c50[_0x4ccf94(0x205)]&&!_0x2847b6[_0x4ccf94(0x205)])return!0x0;if(_0x265c50[_0x4ccf94(0x205)]&&_0x2847b6[_0x4ccf94(0x205)])return!0x1;if(_0x265c50[_0x4ccf94(0x205)]&&_0x2847b6[_0x4ccf94(0x27b)]<_0x265c50[_0x4ccf94(0x2fa)][_0x4ccf94(0x297)][_0x4ccf94(0x2e2)](0x0)[_0x4ccf94(0x27b)])return!0x0;if(_0x2847b6[_0x4ccf94(0x205)]&&_0x265c50[_0x4ccf94(0x27b)]<_0x2847b6[_0x4ccf94(0x2fa)][_0x4ccf94(0x297)][_0x4ccf94(0x2e2)](0x0)[_0x4ccf94(0x27b)])return!0x0;return!0x1;}(_0x92a097[0x0],_0x47aba2[0x0]))return!0x1;const _0x38b75b=_0x3d0509(_0x92a097[0x0][_0x172ed9(0x240)],_0x172ed9(0x29c)),_0x7071a2=_0x3d0509(_0x47aba2[0x0][_0x172ed9(0x240)],_0x172ed9(0x29c));if(!_0x207696(_0x38b75b,_0x7071a2))return!0x1;return!!_0x92a097[_0x172ed9(0x285)](_0x46a439=>_0x47aba2[_0x172ed9(0x34e)](_0x2e5864=>_0x46a439[_0x172ed9(0x214)]()[_0x172ed9(0x26d)](_0x2e5864[_0x172ed9(0x214)]())))&&_0x47aba2[_0x172ed9(0x285)](_0x116c9d=>_0x92a097[_0x172ed9(0x34e)](_0x539fb6=>_0x116c9d[_0x172ed9(0x214)]()[_0x172ed9(0x26d)](_0x539fb6[_0x172ed9(0x214)]())));}}[_0x184fb6(0x2ca)](_0x3432f6){const _0x46f610=_0x184fb6,_0x478acc=Array[_0x46f610(0x295)](_0x3432f6),_0x5efe10=this[_0x46f610(0x219)]({'skipNotAttached':!0x0}),_0x2ba547=_0x5efe10[_0x46f610(0x334)](_0x2fef54=>!_0x3432f6[_0x46f610(0x370)](_0x2fef54)),_0x170487=new Map(_0x478acc[_0x46f610(0x2d0)](_0x4e0dd5=>[_0x4e0dd5,this[_0x46f610(0x230)][_0x46f610(0x1f6)](_0x4e0dd5[_0x46f610(0x378)],_0x4e0dd5[_0x46f610(0x31e)],_0x46f610(0x2aa))])),_0x332d9e=new Map(_0x5efe10[_0x46f610(0x2d0)](_0x44f087=>[_0x44f087,_0x44f087[_0x46f610(0x335)]()]));for(let _0x4fd135=0x0;_0x4fd135<_0x478acc[_0x46f610(0x22c)];_0x4fd135++){if(_0x3a7400(this,_0x478acc[_0x4fd135],_0x478acc,_0x4fd135+0x1))return!0x0;}for(let _0x4d85cb=0x0;_0x4d85cb<_0x478acc[_0x46f610(0x22c)];_0x4d85cb++){if(_0x3a7400(this,_0x478acc[_0x4d85cb],_0x2ba547,0x0))return!0x0;}return!0x1;function _0x3a7400(_0xb539e2,_0x458ad1,_0x2da3f0,_0x4bbb22){const _0x31b2b0=_0x46f610;for(let _0x35805a=_0x4bbb22;_0x35805a<_0x2da3f0[_0x31b2b0(0x22c)];_0x35805a++){const _0x31e4d6=_0x2da3f0[_0x35805a];if(_0x31e4d6[_0x31b2b0(0x378)]!==_0x458ad1[_0x31b2b0(0x378)]||_0x31e4d6[_0x31b2b0(0x1db)]['id']!==_0x458ad1[_0x31b2b0(0x1db)]['id']||_0x31e4d6[_0x31b2b0(0x31e)]!==_0x458ad1[_0x31b2b0(0x31e)])continue;if(!Ft(_0x458ad1,_0x31e4d6,[_0x31b2b0(0x29c)]))continue;if(_0x31b2b0(0x2c1)==_0x458ad1[_0x31b2b0(0x378)]&&_0x458ad1[_0x31b2b0(0x349)][_0x31b2b0(0x27c)]!=_0x31e4d6[_0x31b2b0(0x349)][_0x31b2b0(0x27c)])continue;if(_0x31b2b0(0x2c1)==_0x458ad1[_0x31b2b0(0x378)]&&_0xb539e2[_0x31b2b0(0x329)](_0x458ad1[_0x31b2b0(0x349)][_0x31b2b0(0x2d4)]))continue;if(_0x31b2b0(0x305)==_0x458ad1[_0x31b2b0(0x378)]){const _0x36adce=_0xb539e2[_0x31b2b0(0x229)][_0x31b2b0(0x301)],_0x1d9200=_0x458ad1[_0x31b2b0(0x1fb)]();if(_0x1d9200&&(_0x36adce[_0x31b2b0(0x2eb)][_0x31b2b0(0x2e8)](_0x1d9200)||_0x36adce[_0x31b2b0(0x2eb)][_0x31b2b0(0x33c)](_0x1d9200)))continue;}const _0x409143=_0x170487[_0x31b2b0(0x2e2)](_0x458ad1),_0x41d195=_0x332d9e[_0x31b2b0(0x2e2)](_0x458ad1),_0x1390a8=_0x332d9e[_0x31b2b0(0x2e2)](_0x31e4d6),_0x278ff3=_0x458ad1[_0x31b2b0(0x2fa)]&&_0x458ad1[_0x31b2b0(0x2fa)][_0x31b2b0(0x22c)],_0x55d407=_0x31e4d6[_0x31b2b0(0x2fa)]&&_0x31e4d6[_0x31b2b0(0x2fa)][_0x31b2b0(0x22c)];if(!_0x278ff3&&_0x409143(_0x1390a8,_0x41d195))return _0xb539e2[_0x31b2b0(0x1f4)](_0x31e4d6,_0x458ad1),_0x332d9e[_0x31b2b0(0x262)](_0x458ad1),!0x0;if(!_0x55d407&&_0x409143(_0x41d195,_0x1390a8))return _0xb539e2[_0x31b2b0(0x1f4)](_0x458ad1,_0x31e4d6),_0x332d9e[_0x31b2b0(0x262)](_0x31e4d6),!0x0;}return!0x1;}}[_0x184fb6(0x1f4)](_0x31d96d,_0xdb6d0d){const _0x489041=_0x184fb6;if(_0x31d96d[_0x489041(0x1fe)]){for(const _0x41b43f of _0xdb6d0d[_0x489041(0x335)]())_0x31d96d[_0x489041(0x26c)](_0x41b43f);}else{const _0x42e315=_0xdb6d0d[_0x489041(0x214)]()[_0x489041(0x33b)];this[_0x489041(0x25f)](_0x31d96d,this[_0x489041(0x27e)][_0x489041(0x2f5)](_0x31d96d[_0x489041(0x214)]()[_0x489041(0x1dd)],_0x42e315));}_0xdb6d0d[_0x489041(0x316)]();}[_0x184fb6(0x2f4)](_0x43b79c,_0xa72412){const _0x4289db=_0x184fb6,_0x2dcd34=_0x43b79c[_0x4289db(0x1ee)](_0x4289db(0x2e4))||_0x43b79c[_0x4289db(0x1ee)](_0x4289db(0x2c1))?_0x4289db(0x2fe):_0x43b79c[_0x4289db(0x271)]();return _0x39c8a0(this[_0x4289db(0x229)][_0x4289db(0x23d)],_0xa72412+'_'+_0x2dcd34+_0x4289db(0x32b));}[_0x184fb6(0x358)](){const _0x2b2f9f=_0x184fb6,_0x1e633=this[_0x2b2f9f(0x229)];_0x209781(this[_0x2b2f9f(0x27e)],({left:_0x413689,entered:_0x5e024f})=>{const _0x74f256=_0x2b2f9f,_0x483d4a=[];for(const _0x29d0c0 of _0x413689){const {group:_0x33152d,type:_0x220d2d}=this[_0x74f256(0x315)](_0x29d0c0[_0x74f256(0x2e7)]);if(_0x74f256(0x20b)===_0x33152d){_0x483d4a[_0x74f256(0x2b1)](this[_0x74f256(0x2f4)](_0x220d2d,_0x74f256(0x1eb)));break;}}for(const _0xb34924 of _0x5e024f){const {group:_0x69c4de,type:_0x5a170d}=this[_0x74f256(0x315)](_0xb34924[_0x74f256(0x2e7)]);if(_0x74f256(0x20b)===_0x69c4de){_0x483d4a[_0x74f256(0x2b1)](this[_0x74f256(0x2f4)](_0x5a170d,_0x74f256(0x2c0)));break;}}_0x483d4a[_0x74f256(0x22c)]&&_0x1e633['ui'][_0x74f256(0x215)][_0x74f256(0x1ed)](_0x74f256(0x26b),_0x483d4a[_0x74f256(0x2aa)]('\x20'));});}[_0x184fb6(0x2cb)](_0x1add96){const _0x2258f0=_0x184fb6;if(this[_0x2258f0(0x2d1)])return!0x1;const _0x3fee06=this[_0x2258f0(0x229)],_0x2a5f7b=_0x3fee06[_0x2258f0(0x301)][_0x2258f0(0x286)][_0x2258f0(0x22a)][_0x2258f0(0x2e9)]();if(0x0==_0x2a5f7b[_0x2258f0(0x22c)])return!0x1;const _0x397ea6=[],_0x361ad2=_0x2a5f7b[_0x2258f0(0x334)](_0xa9f7c1=>_0x2258f0(0x2c1)==_0xa9f7c1[_0x2258f0(0x378)]),_0x3cabf6=_0x2a5f7b[_0x2258f0(0x334)](_0x4f71aa=>_0x2258f0(0x277)==_0x4f71aa[_0x2258f0(0x378)]&&_0x2258f0(0x33a)!=_0x4f71aa[_0x2258f0(0x2e7)]),_0x4247b2=_0x2a5f7b[_0x2258f0(0x334)](_0x14590d=>_0x2258f0(0x1e7)==_0x14590d[_0x2258f0(0x378)]&&_0x2258f0(0x33a)!=_0x14590d[_0x2258f0(0x2e7)]);for(const _0xf4cf69 of _0x361ad2)_0x397ea6[_0x2258f0(0x2b1)]({'key':_0xf4cf69[_0x2258f0(0x289)],'newValue':_0xf4cf69[_0x2258f0(0x2d2)],'oldValue':_0xf4cf69[_0x2258f0(0x251)],'range':Ut(_0xf4cf69[_0x2258f0(0x254)],_0x3fee06[_0x2258f0(0x301)])});for(const _0x64a6b9 of _0x3cabf6){const _0x4237ee=_0x4247b2[_0x2258f0(0x1f3)](_0x111d36=>_0x111d36[_0x2258f0(0x2d9)][_0x2258f0(0x26d)](_0x64a6b9[_0x2258f0(0x2d9)]));_0x4237ee&&_0x397ea6[_0x2258f0(0x2b1)]({'key':_0x2258f0(0x255),'newValue':_0x64a6b9[_0x2258f0(0x2e7)],'oldValue':_0x4237ee[_0x2258f0(0x2e7)],'range':_0x3fee06[_0x2258f0(0x301)][_0x2258f0(0x1d5)](_0x64a6b9[_0x2258f0(0x2d9)][_0x2258f0(0x207)])});}return 0x0!=_0x397ea6[_0x2258f0(0x22c)]&&this[_0x2258f0(0x210)](_0x1add96,_0x397ea6);}[_0x184fb6(0x339)](_0x3ad752){const _0x5177d1=_0x184fb6;let _0x35a758=!0x1;const _0xb8af8e=this[_0x5177d1(0x229)][_0x5177d1(0x301)][_0x5177d1(0x286)][_0x5177d1(0x22a)][_0x5177d1(0x35a)]()[_0x5177d1(0x334)](_0x225436=>_0x225436[_0x5177d1(0x349)][_0x5177d1(0x200)]&&_0x225436[_0x5177d1(0x2e7)][_0x5177d1(0x1ee)](_0x5177d1(0x1d0)));for(const _0x14ef3c of _0xb8af8e){const {subType:_0x3e16b7,id:_0xce3e43}=this[_0x5177d1(0x315)](_0x14ef3c[_0x5177d1(0x2e7)]),_0x3b04bb=_0x3e16b7[_0x5177d1(0x23a)]('|')[0x0];for(const _0x3517f3 of this[_0x5177d1(0x219)]({'skipNotAttached':!0x0}))_0x3517f3['id']!=_0xce3e43&&_0x5177d1(0x2c1)==_0x3517f3[_0x5177d1(0x378)]&&_0x3517f3[_0x5177d1(0x349)]&&_0x3517f3[_0x5177d1(0x349)][_0x5177d1(0x2d4)]==_0x3b04bb&&_0x3517f3[_0x5177d1(0x214)]()[_0x5177d1(0x23b)](_0x14ef3c[_0x5177d1(0x349)][_0x5177d1(0x200)])&&(this[_0x5177d1(0x21b)](_0x3517f3,_0x14ef3c[_0x5177d1(0x349)][_0x5177d1(0x200)],_0x3ad752),_0x35a758=!0x0);}return _0x35a758;}[_0x184fb6(0x2a2)](_0x59db4c){const _0x34c554=_0x184fb6;this[_0x34c554(0x229)],(this[_0x34c554(0x2d1)]=!0x0,_0x59db4c());}[_0x184fb6(0x236)](_0x19424a){const _0x2c0ac4=_0x184fb6,_0xd60f16=this[_0x2c0ac4(0x329)](_0x19424a),_0x4046d8=this[_0x2c0ac4(0x2f0)][_0x2c0ac4(0x370)](_0x19424a);return _0xd60f16||_0x4046d8;}[_0x184fb6(0x210)](_0x52ef77,_0x55a382){const _0x3b8d0b=_0x184fb6;if(0x0==_0x55a382[_0x3b8d0b(0x22c)])return!0x1;let _0x42a247=!0x1;for(const _0x2f4c4a of _0x55a382){const _0x4ae238=this[_0x3b8d0b(0x2ea)](_0x2f4c4a[_0x3b8d0b(0x254)],_0x3b8d0b(0x2c1))[_0x3b8d0b(0x334)](_0x4d5682=>!_0x4d5682[_0x3b8d0b(0x298)][_0x3b8d0b(0x35b)])[_0x3b8d0b(0x2d0)](_0x1dca4c=>_0x1dca4c[_0x3b8d0b(0x20b)]),_0x46dbdb=_0x54cf82({'newValue':_0x2f4c4a[_0x3b8d0b(0x20d)]});_0x4ae238[_0x3b8d0b(0x334)](_0x389761=>{const _0x23b1b8=_0x3b8d0b,[_0x237602,_0x2b8319]=_0x389761[_0x23b1b8(0x31e)][_0x23b1b8(0x23a)]('|');return _0x237602==_0x2f4c4a[_0x23b1b8(0x2d4)]&&_0x2b8319!=_0x46dbdb;})[_0x3b8d0b(0x2e5)](_0x4398b4=>{const _0x23c41c=_0x3b8d0b;this[_0x23c41c(0x21b)](_0x4398b4,_0x2f4c4a[_0x23c41c(0x254)],_0x52ef77),_0x42a247=!0x0;});}return _0x42a247;}[_0x184fb6(0x21b)](_0x23c563,_0x14a0d9,_0x561d8f){const _0x5111ed=_0x184fb6,_0x51db5f=_0x23c563[_0x5111ed(0x214)]()[_0x5111ed(0x201)](_0x14a0d9);0x0!==_0x51db5f[_0x5111ed(0x22c)]?0x1!==_0x51db5f[_0x5111ed(0x22c)]?this[_0x5111ed(0x221)](_0x23c563,_0x14a0d9[_0x5111ed(0x1dd)],_0x14a0d9[_0x5111ed(0x33b)]):this[_0x5111ed(0x25f)](_0x23c563,_0x51db5f[0x0]):_0x561d8f[_0x5111ed(0x267)](_0x23c563[_0x5111ed(0x212)]());}}class Bt{constructor(_0x3f1bd4){const _0xe3718=_0x184fb6;this[_0xe3718(0x2cf)]=_0x3f1bd4,this[_0xe3718(0x27e)]=_0x3f1bd4[_0xe3718(0x301)],this[_0xe3718(0x25d)]=new Map(),this[_0xe3718(0x211)]=new Map(),this[_0xe3718(0x1d7)]();}[_0x184fb6(0x27d)](_0x3e6f26,_0x270a0d,_0x1b506d,_0x4833c0,_0x1dcfe4,_0x11579e){const _0x2dd0ac=_0x184fb6;return new _0x4d86b4(this[_0x2dd0ac(0x27e)],{'type':_0x3e6f26,'subType':_0x270a0d,'id':_0x1b506d,'author':_0x4833c0,'creator':_0x4833c0,'attributes':_0x1dcfe4,'onAttributesChange':_0x11579e,'onAccept':(..._0x3b469f)=>this[_0x2dd0ac(0x1f6)](_0x3e6f26,_0x270a0d,_0x2dd0ac(0x264))(..._0x3b469f),'onDiscard':(..._0x2fc367)=>this[_0x2dd0ac(0x1f6)](_0x3e6f26,_0x270a0d,_0x2dd0ac(0x343))(..._0x2fc367)});}[_0x184fb6(0x26f)](_0x1201a8,_0x490a17,_0xcbf56b,_0x13554d){const _0x585fab=_0x184fb6,_0x2366ce=_0x1201a8+':'+_0x490a17+':'+_0xcbf56b;this[_0x585fab(0x25d)][_0x585fab(0x322)](_0x2366ce,_0x13554d);}[_0x184fb6(0x1f6)](_0x5f2335,_0x2b2dfb,_0x217261){const _0x1c733a=_0x184fb6,_0x37851b=_0x5f2335+':'+_0x2b2dfb+':'+_0x217261;return this[_0x1c733a(0x25d)][_0x1c733a(0x2e2)](_0x37851b)||this[_0x1c733a(0x211)][_0x1c733a(0x2e2)](_0x5f2335+':'+_0x217261);}[_0x184fb6(0x1d7)](){const _0x84a230=_0x184fb6,_0x160692=()=>!0x1,_0x3f37f5=_0x3ada80=>{const _0x1b2c67=_0x251e;_0x3ada80[_0x1b2c67(0x2dd)]((_0x1bc8d3,_0x31ba5a)=>_0x1bc8d3[_0x1b2c67(0x1dd)][_0x1b2c67(0x2de)](_0x31ba5a[_0x1b2c67(0x1dd)])?0x1:-0x1),this[_0x1b2c67(0x27e)][_0x1b2c67(0x33e)](_0x154a2f=>{const _0x38dd7c=_0x1b2c67;for(const _0x58f12c of _0x3ada80){let _0x549865;_0x549865=_0x58f12c[_0x38dd7c(0x33b)][_0x38dd7c(0x2a1)]&&_0x58f12c[_0x38dd7c(0x33b)][_0x38dd7c(0x356)]==_0x58f12c[_0x38dd7c(0x1dd)][_0x38dd7c(0x207)]?_0x154a2f[_0x38dd7c(0x227)](_0x58f12c[_0x38dd7c(0x1dd)][_0x38dd7c(0x207)],'on'):_0x154a2f[_0x38dd7c(0x227)](_0x58f12c),this[_0x38dd7c(0x27e)][_0x38dd7c(0x20c)](_0x549865,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x3d4119=(_0x93d9a1,_0x533522)=>{const _0x2143a8=_0x251e;_0x533522&&this[_0x2143a8(0x27e)][_0x2143a8(0x33e)](_0x2b756d=>{const _0x535b87=_0x2143a8,{commandName:_0x231797,commandParams:_0x9dd63c=[]}=_0x533522,_0x481cdb=_0x93d9a1[_0x535b87(0x2d0)](_0x570369=>(Rt(_0x570369)&&(_0x570369=this[_0x535b87(0x27e)][_0x535b87(0x2f5)](_0x570369[_0x535b87(0x33b)])),_0x570369))[_0x535b87(0x334)](_0x1486f1=>_0x535b87(0x2b8)!==_0x1486f1[_0x535b87(0x359)][_0x535b87(0x22f)]);if(_0x481cdb[_0x535b87(0x22c)]<0x1)return;const _0x3d7a9f=Array[_0x535b87(0x295)](this[_0x535b87(0x27e)][_0x535b87(0x286)][_0x535b87(0x1e4)][_0x535b87(0x335)]())[_0x535b87(0x2d0)](_0x5b1e63=>_0x422e31[_0x535b87(0x24c)](_0x5b1e63));_0x2b756d[_0x535b87(0x333)](_0x481cdb);for(const _0x2df367 of this[_0x535b87(0x2cf)][_0x535b87(0x28e)][_0x535b87(0x28e)]())_0x2df367[_0x535b87(0x283)]();_0x9dd63c[_0x535b87(0x2b1)]({'forceDefaultExecution':!0x0}),this[_0x535b87(0x2cf)][_0x535b87(0x336)](_0x231797,..._0x9dd63c);const _0x3a429f=_0x3d7a9f[_0x535b87(0x334)](_0x11f0bc=>_0x535b87(0x2b8)!=_0x11f0bc[_0x535b87(0x359)][_0x535b87(0x22f)]);_0x3a429f[_0x535b87(0x22c)]>0x0&&_0x2b756d[_0x535b87(0x333)](_0x3a429f);for(const _0x258c3c of _0x3d7a9f)_0x258c3c[_0x535b87(0x2d5)]();});},_0x44e764=(_0x35e2b9,_0x482c98)=>0x1==_0x35e2b9[_0x84a230(0x22c)]&&0x1==_0x482c98[_0x84a230(0x22c)]&&_0x35e2b9[0x0][_0x84a230(0x33b)][_0x84a230(0x26d)](_0x482c98[0x0][_0x84a230(0x1dd)]),_0x493ad1=(_0x14a94a,_0x570794,_0x4a0c33,_0x29912a)=>Gt(_0x14a94a,_0x570794,_0x4a0c33,_0x29912a,this[_0x84a230(0x27e)])?[_0x14a94a,_0x570794]:Gt(_0x570794,_0x14a94a,_0x29912a,_0x4a0c33,this[_0x84a230(0x27e)])?[_0x570794,_0x14a94a]:null;this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x367),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x2df),_0x3f37f5),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x21f),_0x44e764),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x28d),_0x493ad1),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x287),_0x3f37f5),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x379),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x266),_0x44e764),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x204),_0x493ad1),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x275),_0x3d4119),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x280),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x272),_0x44e764),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x282),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x32f),_0x3d4119),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x2e3),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x28a),_0x44e764),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x303),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x33f),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x321),(_0x531154,_0x2d3e88)=>{const _0x4a3943=_0x84a230;if(!_0x2d3e88)return;const _0x4cf304=this[_0x4a3943(0x2cf)][_0x4a3943(0x218)][_0x4a3943(0x2e2)](p);this[_0x4a3943(0x27e)][_0x4a3943(0x33e)](_0x560a46=>{const _0xbb7dd2=_0x4a3943;if(_0xbb7dd2(0x255)==_0x2d3e88[_0xbb7dd2(0x2d4)])for(const _0x3f49cc of _0x531154){const _0x13bb33=_0x3f49cc[_0xbb7dd2(0x1dd)][_0xbb7dd2(0x207)],_0x5a4127=_0x2d3e88[_0xbb7dd2(0x27c)];_0x560a46[_0xbb7dd2(0x232)](_0x13bb33,_0x5a4127);}else{if(_0x4cf304[_0xbb7dd2(0x329)](_0x2d3e88[_0xbb7dd2(0x2d4)])){for(const _0x5cf044 of _0x531154)void 0x0!==_0x2d3e88[_0xbb7dd2(0x27c)]?_0x560a46[_0xbb7dd2(0x309)](_0x2d3e88[_0xbb7dd2(0x2d4)],_0x2d3e88[_0xbb7dd2(0x27c)],_0x5cf044[_0xbb7dd2(0x1dd)][_0xbb7dd2(0x207)]):_0x560a46[_0xbb7dd2(0x220)](_0x2d3e88[_0xbb7dd2(0x2d4)],_0x5cf044[_0xbb7dd2(0x1dd)][_0xbb7dd2(0x207)]);}else{for(const _0x423bd9 of _0x531154)_0x2d3e88[_0xbb7dd2(0x27c)]?_0x560a46[_0xbb7dd2(0x309)](_0x2d3e88[_0xbb7dd2(0x2d4)],_0x2d3e88[_0xbb7dd2(0x27c)],_0x423bd9):_0x560a46[_0xbb7dd2(0x220)](_0x2d3e88[_0xbb7dd2(0x2d4)],_0x423bd9);}}});}),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x1f2),_0x44e764);}}function xt(_0xf766df,_0x51a458,_0x389045){const _0x353100=_0x184fb6;for(const _0xb2a9c6 of _0x51a458[_0x353100(0x356)][_0x353100(0x25b)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0xb2a9c6[_0x353100(0x359)]==_0xb2a9c6)return!0x1;if(!_0x389045[_0x353100(0x318)](_0xb2a9c6))return!0x1;if(_0xf766df[_0x353100(0x2e8)](_0xb2a9c6)||_0xf766df[_0x353100(0x33c)](_0xb2a9c6))return!0x0;}return!0x1;}function Rt(_0x33c16e){const _0x3a189a=_0x184fb6;return _0x33c16e[_0x3a189a(0x33b)][_0x3a189a(0x356)]==_0x33c16e[_0x3a189a(0x1dd)][_0x3a189a(0x207)]&&_0x33c16e[_0x3a189a(0x33b)][_0x3a189a(0x2fb)];}function Tt(_0x3462f4,_0x2b765d,_0x133c9d,_0x3b3ae3){const _0x36e18b=_0x184fb6,_0x17ae5e=_0x491f33=>!_0x491f33[_0x36e18b(0x31f)]['is'](_0x36e18b(0x34b))&&!_0x3b3ae3[_0x36e18b(0x2e8)](_0x491f33[_0x36e18b(0x31f)]),_0x4d814e=_0x3462f4[_0x36e18b(0x1dd)][_0x36e18b(0x365)](_0x17ae5e),_0x18ec31=_0x3462f4[_0x36e18b(0x33b)][_0x36e18b(0x365)](_0x17ae5e,{'direction':_0x36e18b(0x234)});return(!_0x3462f4[_0x36e18b(0x1dd)][_0x36e18b(0x26d)](_0x4d814e)||!_0x3462f4[_0x36e18b(0x33b)][_0x36e18b(0x26d)](_0x18ec31))&&(_0x4d814e[_0x36e18b(0x2de)](_0x18ec31)?_0x133c9d[_0x36e18b(0x22b)](_0x2b765d,{'range':_0x133c9d[_0x36e18b(0x2f5)](_0x4d814e,_0x18ec31)}):_0x133c9d[_0x36e18b(0x267)](_0x2b765d),!0x0);}function Et(_0x4339a8){return _0x54cf82(_0x4339a8);}function Vt(_0x92b8af){const _0x15d82e=_0x184fb6,_0x3b0ccd=_0x92b8af[_0x15d82e(0x1dd)][_0x15d82e(0x207)];return _0x3b0ccd&&_0x3b0ccd['is'](_0x15d82e(0x256));}function Ut(_0x30c337,_0x540be5){const _0x26acae=_0x184fb6;return null==_0x30c337[_0x26acae(0x33b)][_0x26acae(0x2dc)]&&_0x30c337[_0x26acae(0x33b)][_0x26acae(0x356)]==_0x30c337[_0x26acae(0x1dd)][_0x26acae(0x207)]?Ot(_0x30c337[_0x26acae(0x1dd)][_0x26acae(0x207)],_0x540be5):_0x30c337;}function Ot(_0x1a6518,_0x2967b6){const _0x34c25c=_0x184fb6,_0x2f42b0=_0x2967b6[_0x34c25c(0x2eb)][_0x34c25c(0x2e8)](_0x1a6518)||_0x2967b6[_0x34c25c(0x2eb)][_0x34c25c(0x377)](_0x1a6518);return _0x2967b6[_0x34c25c(0x2f5)](_0x2967b6[_0x34c25c(0x30c)](_0x1a6518,_0x34c25c(0x252)),_0x2f42b0?_0x2967b6[_0x34c25c(0x21c)](_0x1a6518):_0x2967b6[_0x34c25c(0x30c)](_0x1a6518,_0x34c25c(0x33b)));}function Gt(_0x49bfda,_0x10a6b4,_0x2b2b0d,_0x297bbb,_0x1a17c6){const _0x2e30d9=_0x184fb6;if(!Ft(_0x49bfda,_0x10a6b4))return!0x1;if(_0x2b2b0d[_0x2e30d9(0x33b)][_0x2e30d9(0x26d)](_0x297bbb[_0x2e30d9(0x1dd)]))return!0x0;if(_0x49bfda[_0x2e30d9(0x378)]!=_0x10a6b4[_0x2e30d9(0x378)])return!0x1;if(!_0x2b2b0d[_0x2e30d9(0x33b)][_0x2e30d9(0x249)](_0x297bbb[_0x2e30d9(0x1dd)]))return!0x1;const _0x32fe6a=_0x1a17c6[_0x2e30d9(0x2f5)](_0x2b2b0d[_0x2e30d9(0x33b)],_0x297bbb[_0x2e30d9(0x1dd)])[_0x2e30d9(0x22e)]();for(const _0x323d3d of _0x32fe6a)if([_0x2e30d9(0x1e3),_0x2e30d9(0x32a)][_0x2e30d9(0x30a)](_0x323d3d[_0x2e30d9(0x378)])&&_0x1a17c6[_0x2e30d9(0x2eb)][_0x2e30d9(0x33c)](_0x323d3d[_0x2e30d9(0x31f)]))return!0x1;return!0x0;}function Ft(_0x1fd6f9,_0x383473,_0x5055d7=[]){const _0x3ebed1=_0x184fb6;return!(!_0x1fd6f9[_0x3ebed1(0x2bb)]||!_0x383473[_0x3ebed1(0x2bb)])&&_0x207696(_0x3d0509(_0x1fd6f9[_0x3ebed1(0x240)],_0x5055d7),_0x3d0509(_0x383473[_0x3ebed1(0x240)],_0x5055d7));}function Pt(_0x2992a4,_0x6c3bd1){const _0xddc45c=_0x184fb6,_0xef5d6f=Lt(_0x2992a4[_0xddc45c(0x240)]),_0x3ebfa0=Lt(_0x6c3bd1);if(!_0x2992a4[_0xddc45c(0x2bb)])return!0x1;for(const _0x2b9221 of Object[_0xddc45c(0x2ba)](_0x3ebfa0))if(!_0x207696(_0xef5d6f[_0x2b9221],_0x3ebfa0[_0x2b9221]))return!0x1;return!0x0;}function Lt(_0x28c756){const _0x447b00=_0x184fb6,_0x30825e=Object[_0x447b00(0x345)]({},_0x28c756);return delete _0x30825e[_0x447b00(0x351)],delete _0x30825e[_0x447b00(0x364)],_0x30825e;}
|
|
23
|
+
const _0x1d6d3a=_0x5cff;(function(_0x6853b2,_0x3d0a8f){const _0x24cb71=_0x5cff,_0x408083=_0x6853b2();while(!![]){try{const _0x952449=parseInt(_0x24cb71(0x211))/0x1+-parseInt(_0x24cb71(0x1f9))/0x2*(-parseInt(_0x24cb71(0x2b8))/0x3)+-parseInt(_0x24cb71(0x1cc))/0x4+-parseInt(_0x24cb71(0x2b2))/0x5+-parseInt(_0x24cb71(0x266))/0x6*(parseInt(_0x24cb71(0x1bf))/0x7)+parseInt(_0x24cb71(0x353))/0x8+-parseInt(_0x24cb71(0x1d1))/0x9*(-parseInt(_0x24cb71(0x2f4))/0xa);if(_0x952449===_0x3d0a8f)break;else _0x408083['push'](_0x408083['shift']());}catch(_0x43180f){_0x408083['push'](_0x408083['shift']());}}}(_0x4b58,0xcb819));import{Plugin as _0x50697d,PendingActions as _0x47d834}from'ckeditor5/src/core.js';import{LiveRange as _0x38b4da}from'ckeditor5/src/engine.js';import{CKEditorError as _0x357e0e,uid as _0x41481c,priorities as _0x2e8891,logWarning as _0x41470d}from'ckeditor5/src/utils.js';import{toWidget as _0x56b7e5}from'ckeditor5/src/widget.js';import{Users as _0x361ab3,hashObject as _0x58ffba,surroundingMarkersDetector as _0x4b8b15}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5321a3 from'./commands/trackchangescommand.js';import _0x5b92a7 from'./commands/acceptsuggestioncommand.js';function _0x5cff(_0xab81c9,_0x2d599c){const _0x4b588c=_0x4b58();return _0x5cff=function(_0x5cff97,_0x2a7565){_0x5cff97=_0x5cff97-0x1a4;let _0x36fb06=_0x4b588c[_0x5cff97];return _0x36fb06;},_0x5cff(_0xab81c9,_0x2d599c);}import _0x5b333f from'./commands/discardsuggestioncommand.js';import _0xa09090 from'./commands/executeonallsuggestionscommand.js';import _0x433c24 from'./commands/executeonselectedsuggestionscommand.js';import _0x4e2654 from'./suggestion.js';import _0x171ffc from'./suggestiondescriptionfactory.js';import _0x30d8cf from'./integrations/aiassistant.js';import _0x2355b7 from'./integrations/alignment.js';import _0x3b9865 from'./integrations/basicstyles.js';import _0x599cef from'./integrations/blockquote.js';import _0x2877b3 from'./integrations/casechange.js';import _0x5043ce from'./integrations/ckbox.js';import _0x24d1bc from'./integrations/codeblock.js';import _0x1d5d2e from'./integrations/comments.js';import _0x47dc10 from'./integrations/deletecommand.js';import _0x1a556c from'./integrations/list.js';import _0x44d3b5 from'./integrations/listproperties.js';import _0x2cd01e from'./integrations/entercommand.js';import _0x1745b8 from'./integrations/findandreplace.js';import _0x439813 from'./integrations/font.js';import _0x3e5b20 from'./integrations/formatpainter.js';import _0x3b22c0 from'./integrations/heading.js';import _0x1a322f from'./integrations/highlight.js';import _0x5b27b9 from'./integrations/horizontalline.js';import _0x4adc56 from'./integrations/htmlembed.js';import _0xfb7bfc from'./integrations/image.js';import _0x5c7ccd from'./integrations/imagereplace.js';import _0x57c3d3 from'./integrations/imagestyle.js';import _0x2da42e from'./integrations/importword.js';import _0x190084 from'./integrations/indent.js';import _0x4813d7 from'./integrations/inputcommand.js';import _0x40b104 from'./integrations/link.js';import _0x30897d from'./integrations/legacylist.js';import _0xda808 from'./integrations/legacylistproperties.js';import _0x32d932 from'./integrations/mediaembed.js';import _0x30887e from'./integrations/mention.js';import _0x2c03da from'./integrations/pagebreak.js';import _0x58dcb6 from'./integrations/paragraph.js';import _0x167f40 from'./integrations/removeformat.js';import _0x411e00 from'./integrations/restrictededitingmode.js';import _0x3f4c91 from'./integrations/shiftentercommand.js';import _0x1da262 from'./integrations/standardeditingmode.js';import _0x4c8905 from'./integrations/style.js';import _0x515b7b from'./integrations/table.js';import _0x159e76 from'./integrations/tablemergesplit.js';import _0x299113 from'./integrations/tableheadings.js';import _0x4bd75f from'./integrations/tableclipboard.js';import _0x247bed from'./integrations/tablecolumnresize.js';import _0x4b9046 from'./integrations/template.js';import _0xcbee92 from'./integrations/tableofcontents.js';import _0x2aed02 from'./integrations/title.js';import _0x1ef7d1 from'./integrations/undo.js';import _0x1e7fcd from'./integrations/tablecaption.js';import _0x38ecd5 from'./integrations/tableproperties.js';import{getTranslation as _0x1fa38f}from'./utils/common-translations.js';import{isEqual as _0x34e467,omit as _0x2ae1ce}from'lodash-es';function _0x4b58(){const _0x4592fa=['fire','dataReady','formatInline:discard','setSelection','_getSuggestionData','_inlineAttributeKeys','oldValue','removeClass','_joinSuggestions','attribute:discard','formatBlock:','getChanges','isAtStart','createPositionBefore','formatBlock:join','values','isRemovable','splice','range','_element','discardSuggestion','trackChangesCommand','getCommentThread','isObject','unbind','execute','4364210MbqEtm','isLimit','splitPosition','updateSuggestion','model','_recordAttributeChanges','630CHRqmQ','track-changes-command-not-found','track-changes-enable-command-twice','buildSuggestion','deletion:join','acceptAllSuggestions','options','PENDING_ACTION_SUGGESTION','_reduceExistingSuggestions','isBefore','getNearestSelectionRange','isLocal','_createSuggestion','suggestion-type','createSelection','createElement','attribute:','before','updateMarker','low','ariaLiveAnnouncer','attributeKey','_SUGGESTION_ANNOUNCEMENT','change','end','getFirstMarker','set','add','_isForcedDefaultExecutionBlock','size','LEAVE','_registerInlineAttribute','formatInline:accept','_addSuggestionMarker','markerToHighlight','removeMarkers','getSuggestion','catch','toJSON','_handleNewSuggestionMarker','rejected','join','oldRange','getWalker','_refreshAttributeSuggestionsChain','formatBlock:chain','originalSuggestionId','enqueueChange','applyOperation','$marker','concat','markerNameToElements','track-changes-adapter-missing-getsuggestion','track-changes-adapter-already-set','bindElementToMarker','markInlineFormat','getAllAdjacentSuggestions','suggestion','_setSuggestionRange','ck-suggestion-marker','12766350yAdFsj','_saved','isIntersectingWithRange','containerElement','isNextTo','editingDowncast','@external','_customCallbacks','detach','comments','addSuggestionData','markDeletion','assign','elementToElement','_onDiscard','resolve','next','getLastMatchingPosition','widget','getRanges','acceptSuggestion','isUndo','newValue','get','conversion','_suggestionFactory','removeComment','ck-suggestion-marker-formatBlock','forward','_checkSuggestionCorrectness','delete','deletion:chain','filter','key','addMarker:suggestion:attribute','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.','rootName','fetchCommentThread','setAttribute','reconvertMarker','FORMATTING','map','getDifference','_isDataLoaded','markAttributeChange','isExternal','hasSuggestion','editing','insertContent','_cutOutSuggestionMarker','getSuggestions','enableReadOnlyMode','element','tablePasteChainId','isMultiRange','isAfter','group','addHighlight','insertion:','pop','change:_saved','CommentsRepository','meta','registerCustomCallback','createdAt','listenTo','isBlock','attribute:join','_processAttributeSuggestions','_updateSuggestionData','nodeAfter','_getMarkerAnnouncementText','type','remove','error-saving-suggestion-data-suggestion-discarded','accept','announce','isOwn','setTo','open','always','isCollapsed','head','split','stop','$graveyard','attributeOldValue','formatBlock:accept','_getExternalAuthor','getShiftedBy','formatBlock','return','root','normal','upcast','1347936jWfEfr','formatGroupId','notReady','rename','markBlockFormat','_model','enableCommand','attribute','createRange','addMarker','discardSelectedSuggestions','_registerBlockAttribute','acceptSelectedSuggestions','targetPosition','hasComments','PendingActions','markerReady','warn','unshift','document','includes','suggestionLoaded','suggestionChanged','groupId','change:activeMarkers','forceDefaultExecution','deletion:accept','has','12866ssnajA','insertion:join','isDocumentOperation','toUpperCase','moveTargetPosition','_breakSuggestionMarker','getIntersection','data','createRangeOn','_afterChanges','_trackFormatChanges','clear','length','6456124fNCmlL','insert','move','addSuggestion','_joinWithAdjacentSuggestions','18yEisTz','after','getRange','ck-suggestion-marker--active','isInsideObject','suggestion:','ENTER','markMultiRangeInsertion','accepted','insertion','previous','getMultiRangeId','forEach','track-changes-suggestion-data-mismatch','createPositionAfter','skipNestingCheck','change:data','refresh','addUser','from','dataToMarker','collaboration.channelId','_getAuthorFromId','containsPosition','createPositionAt','discardAllSuggestions','$text','dataDowncast','removeMarker:suggestion:formatBlock','formatInline:','_descriptionFactory','then','trackChanges','_blockAttributeKeys','insertion:accept','parent','newRange','_enableDefaultAttributesIntegration','backward','commentThread','3650YibJBB','ck-suggestion-marker-','markMultiRangeDeletion','fromCharCode','value','startsWith','high','containsItem','suggestion:attribute:','never','_mergeNestedSuggestions','writer','marker-count','_enabledCommands','suggestionUnloaded','getMarkers','track-changes-suggestion-not-found','containsRange','some','createRangeIn','discard','formatInline:join','insertion:chain','addMarker:suggestion:formatBlock','597726yaEQPj','selection','subType','removed','markInsertion','getItems','_processAttributeChanges','commands','authoredAt','getAttribute','clone','lowest','schema','removeAttribute','_rangeIsInLocalUserInsertion','removeMarker','isAtEnd','hasCommentThread','multi','addComment','registerPostFixer','activeMarkers','mapper','data-suggestion','fromRange','substr','TrackChangesEditing','markers','getAncestors','$elementName','locale','_suggestionState','for','howMany','containsRangeInObject','_initAriaMarkerChangeAnnouncements','_isBlockAttribute','_addThreadToSuggestion','consume','insertion:discard','_findSuggestions','_splitMarkerName','rethrowUnexpectedError','push','_setSuggestionData','_commentsRepository','elementStart','_registerDefaultCallbacks','isSelectable','_defaultCallbacks','chain','requires','isTouching','markerName','isEqual','attribute:accept','highest','_reduceSuggestionAttributeRange','adapter','position','multipleBlocks','_refreshSuggestionsChain','substring','addMarker:suggestion','stopListening','authorName','getCustomProperty','formatInline','every','$textProxy','getUser','getChangedMarkers','showSuggestionHighlights','format','_getAttributeKey','define','item','isInContent','keys','isArray','nodeBefore','unbindElementFromMarkerName','name','_editor','deletion','1248bUGbLY','toViewElement','consumable','ck-suggestion-marker-formatInline','commandName','deleteContent','formatBlock:discard','start','config','trackChanges.trackFormatChanges','markMultiRangeBlockFormat','update:suggestion','init','getFirstRange','addMarkerName','trackChanges.mergeNestedSuggestions','_suggestions','_adapter','deletion:discard','deletion:','pluginName','getContainedElement','plugins','ready','_recordAttributeSuggestions','creator','_isRegisteredAttribute','attributeNewValue','markerToData','addClass','default','elementEnd','addCommentThread','documentSelection','batch','external:','formatInline:chain','addRange','track-changes-user-not-found','author','isIntersecting','getSuggestionCallback','Users','find','differ','editor','attributes','removeMarker:suggestion:attribute','sort','_removeSuggestion'];_0x4b58=function(){return _0x4592fa;};return _0x4b58();}export const renameAttributeKey=_0x1d6d3a(0x22e);export default class p extends _0x50697d{static get[_0x1d6d3a(0x244)](){const _0x428ec7=_0x1d6d3a;return[_0x428ec7(0x331),_0x361ab3,_0x47d834,_0x30d8cf,_0x2355b7,_0x3b9865,_0x599cef,_0x5043ce,_0x2877b3,_0x24d1bc,_0x1d5d2e,_0x47dc10,_0x2cd01e,_0x1745b8,_0x439813,_0x3e5b20,_0x3b22c0,_0x1a322f,_0x5b27b9,_0x4adc56,_0xfb7bfc,_0x57c3d3,_0x5c7ccd,_0x2da42e,_0x190084,_0x4813d7,_0x30897d,_0xda808,_0x40b104,_0x1a556c,_0x44d3b5,_0x32d932,_0x30887e,_0x2c03da,_0x58dcb6,_0x167f40,_0x411e00,_0x3f4c91,_0x1da262,_0x4c8905,_0x515b7b,_0x159e76,_0x299113,_0x1e7fcd,_0x4bd75f,_0x247bed,_0xcbee92,_0x38ecd5,_0x4b9046,_0x2aed02,_0x1ef7d1];}static get[_0x1d6d3a(0x27a)](){const _0x323205=_0x1d6d3a;return _0x323205(0x22b);}constructor(_0x4755da){const _0x43d0d3=_0x1d6d3a;function _0x30df84(_0x29f09e){const _0xc2a827=_0x5cff;return _0x29f09e[_0xc2a827(0x31d)](_0x2bcb98=>String[_0xc2a827(0x1fc)](_0x2bcb98))[_0xc2a827(0x2e1)]('');}super(_0x4755da),this[_0x43d0d3(0x27e)]=!0x1,this[_0x43d0d3(0x2d2)](_0x43d0d3(0x226),[]),this['on'](_0x43d0d3(0x1bb),(_0x52785f,_0x4e905c,_0x85872d,_0x1a6ea2)=>{const _0x5e3315=_0x43d0d3;this[_0x5e3315(0x1a8)][_0x5e3315(0x2cf)](()=>{const _0x4e21d5=_0x5e3315;for(const _0x5ba98b of[..._0x1a6ea2,..._0x85872d])this[_0x4e21d5(0x1a8)][_0x4e21d5(0x22c)][_0x4e21d5(0x1be)](_0x5ba98b)&&_0x4755da[_0x4e21d5(0x323)][_0x4e21d5(0x31b)](_0x5ba98b);});}),this[_0x43d0d3(0x1ef)]=new _0x171ffc(this[_0x43d0d3(0x293)][_0x43d0d3(0x2b6)][_0x43d0d3(0x21d)],this[_0x43d0d3(0x293)][_0x43d0d3(0x22f)]),this[_0x43d0d3(0x277)]=null,this[_0x43d0d3(0x30d)]=new Bt(this[_0x43d0d3(0x293)]),this[_0x43d0d3(0x276)]=new Map(),this[_0x43d0d3(0x23e)]=_0x4755da[_0x43d0d3(0x27c)][_0x43d0d3(0x30b)](_0x43d0d3(0x331)),this[_0x43d0d3(0x206)]=new Set(),this[_0x43d0d3(0x1a8)]=this[_0x43d0d3(0x293)][_0x43d0d3(0x2b6)],this[_0x43d0d3(0x230)]=new WeakMap(),this[_0x43d0d3(0x2d4)]=!0x1,this[_0x43d0d3(0x1f2)]=new Set([_0x43d0d3(0x22e)]),this[_0x43d0d3(0x29d)]=new Set(),_0x4755da[_0x43d0d3(0x26e)][_0x43d0d3(0x25c)](_0x43d0d3(0x26f),_0x43d0d3(0x284)),this[_0x43d0d3(0x1c9)]=_0x4755da[_0x43d0d3(0x26e)][_0x43d0d3(0x30b)](_0x43d0d3(0x26f)),_0x4755da[_0x43d0d3(0x26e)][_0x43d0d3(0x25c)](_0x43d0d3(0x275),!0x0),this[_0x43d0d3(0x203)]=_0x4755da[_0x43d0d3(0x26e)][_0x43d0d3(0x30b)](_0x43d0d3(0x275)),this[_0x43d0d3(0x2ad)]=new _0x5321a3(_0x4755da,this[_0x43d0d3(0x206)]),this[_0x43d0d3(0x234)](),this[_0x30df84([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x30df84([0x34,0x30,0x34,0x38,0x30,0x36,0x31,0x34]);}[_0x1d6d3a(0x272)](){const _0x159e25=_0x1d6d3a,_0x53f3d3=this[_0x159e25(0x293)],_0x39e632=(_0x29ccb2,_0x247448)=>{const _0x52018e=_0x159e25;if(_0x52018e(0x1aa)!=_0x29ccb2)return _0x52018e(0x1fa)+_0x29ccb2;const _0x347c8f=_0x247448[_0x52018e(0x347)]('|')[0x0];return this[_0x52018e(0x235)](_0x347c8f)?_0x52018e(0x30f):_0x52018e(0x269);};_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x2f9))[_0x159e25(0x2da)]({'model':_0x159e25(0x2f1),'view':_0x4ff955=>{const _0x21b0d6=_0x159e25,{id:_0x372a01,type:_0xc43384,subType:_0x178111}=this[_0x21b0d6(0x23a)](_0x4ff955[_0x21b0d6(0x246)]),_0x238343=[_0x21b0d6(0x2f3),_0x39e632(_0xc43384,_0x178111)];let _0xfa5756=0xbb8;return this[_0x21b0d6(0x226)][_0x21b0d6(0x1b7)](_0x4ff955[_0x21b0d6(0x246)])&&(_0x238343[_0x21b0d6(0x23c)](_0x21b0d6(0x1d4)),_0xfa5756=0xbc2),_0x21b0d6(0x265)==_0xc43384&&(_0xfa5756+=0x5),{'classes':_0x238343,'attributes':{'data-suggestion':_0x372a01},'priority':_0xfa5756};}}),_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x1ec))[_0x159e25(0x2d3)](_0x598e66=>{const _0x58f283=_0x159e25;_0x598e66['on'](_0x58f283(0x250),(_0x503e19,_0x5838b8,_0x467ce8)=>{const _0x17ba85=_0x58f283;if(!_0x467ce8[_0x17ba85(0x2be)][_0x17ba85(0x259)])return;const _0x502d7e=_0x5838b8[_0x17ba85(0x25d)];if(!_0x502d7e)return;const _0xe3d713=_0x467ce8[_0x17ba85(0x227)][_0x17ba85(0x267)](_0x502d7e);_0x53f3d3[_0x17ba85(0x2b6)][_0x17ba85(0x21d)][_0x17ba85(0x2af)](_0x502d7e)&&_0xe3d713&&!_0xe3d713[_0x17ba85(0x253)](_0x17ba85(0x306))&&_0xe3d713['is'](_0x17ba85(0x2f7))&&_0x56b7e5(_0xe3d713,_0x467ce8[_0x17ba85(0x204)]);},{'priority':_0x58f283(0x1ff)});}),_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x1ec))[_0x159e25(0x2da)]({'model':_0x159e25(0x2f1),'view':(_0x59d82b,_0x5bfcd8)=>{const _0x2482f5=_0x159e25;if(!_0x5bfcd8[_0x2482f5(0x2be)][_0x2482f5(0x259)])return null;const {type:_0x1dacec,subType:_0x31cadf}=this[_0x2482f5(0x23a)](_0x59d82b[_0x2482f5(0x246)]);return{'classes':[_0x2482f5(0x2f3),_0x39e632(_0x1dacec,_0x31cadf)],'priority':0xbb8};}});const _0x39716b=({showActiveMarkers:_0x26fcc7=!0x0,isAttributeSuggestion:_0x5be5ac=!0x1}={})=>(_0xb4de59,_0x1d93c2,_0x53f973)=>{const _0x8a1e94=_0x159e25;if(!_0x1d93c2[_0x8a1e94(0x25d)])return;const {id:_0x3c45f7}=this[_0x8a1e94(0x23a)](_0x1d93c2[_0x8a1e94(0x246)]);if(_0x5be5ac){const _0x16f49d=this[_0x8a1e94(0x276)][_0x8a1e94(0x30b)](_0x3c45f7),_0x510326=this[_0x8a1e94(0x25b)](_0x16f49d);if(!this[_0x8a1e94(0x235)](_0x510326))return;}if(_0x1d93c2[_0x8a1e94(0x25d)]['is'](_0x8a1e94(0x212)))return void _0x53f973[_0x8a1e94(0x268)][_0x8a1e94(0x237)](_0x1d93c2[_0x8a1e94(0x25d)],_0xb4de59[_0x8a1e94(0x263)]);const _0x7dec83=_0x53f973[_0x8a1e94(0x227)][_0x8a1e94(0x267)](_0x1d93c2[_0x8a1e94(0x25d)]);if(_0x1d93c2[_0x8a1e94(0x25d)]['is'](_0x8a1e94(0x328))&&_0x53f3d3[_0x8a1e94(0x2b6)][_0x8a1e94(0x21d)][_0x8a1e94(0x336)](_0x1d93c2[_0x8a1e94(0x25d)])&&!_0x7dec83[_0x8a1e94(0x253)](_0x8a1e94(0x32d))){_0x53f973[_0x8a1e94(0x204)][_0x8a1e94(0x283)]([_0x8a1e94(0x2f3),_0x8a1e94(0x30f)],_0x7dec83),_0x53f973[_0x8a1e94(0x204)][_0x8a1e94(0x31a)](_0x8a1e94(0x228),_0x3c45f7,_0x7dec83),_0x53f973[_0x8a1e94(0x227)][_0x8a1e94(0x2ee)](_0x7dec83,_0x1d93c2[_0x8a1e94(0x246)]),_0x26fcc7&&(this[_0x8a1e94(0x226)][_0x8a1e94(0x1b7)](_0x1d93c2[_0x8a1e94(0x246)])?_0x53f973[_0x8a1e94(0x204)][_0x8a1e94(0x283)](_0x8a1e94(0x1d4),_0x7dec83):_0x53f973[_0x8a1e94(0x204)][_0x8a1e94(0x29f)](_0x8a1e94(0x1d4),_0x7dec83));for(const _0x58b05d of _0x53f3d3[_0x8a1e94(0x2b6)][_0x8a1e94(0x20c)](_0x1d93c2[_0x8a1e94(0x25d)])[_0x8a1e94(0x216)]())_0x53f973[_0x8a1e94(0x268)][_0x8a1e94(0x237)](_0x58b05d,_0xb4de59[_0x8a1e94(0x263)]);_0x53f973[_0x8a1e94(0x268)][_0x8a1e94(0x237)](_0x1d93c2[_0x8a1e94(0x25d)],_0xb4de59[_0x8a1e94(0x263)]);}};_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x1ec))[_0x159e25(0x2d3)](_0x1f68e6=>{const _0x5eb32a=_0x159e25;_0x1f68e6['on'](_0x5eb32a(0x210),(_0x2c7635,_0x38f60e,_0x1d556d)=>{const _0x3925bd=_0x5eb32a;_0x1d556d[_0x3925bd(0x2be)][_0x3925bd(0x259)]&&_0x39716b({'showActiveMarkers':!0x1})(_0x2c7635,_0x38f60e,_0x1d556d);},{'priority':_0x5eb32a(0x249)});}),_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x1ec))[_0x159e25(0x2d3)](_0x33af98=>{const _0xb3e8d4=_0x159e25;_0x33af98['on'](_0xb3e8d4(0x316),(_0x6f42a5,_0x404ff1,_0x4f420f)=>{const _0x2af42a=_0xb3e8d4;_0x4f420f[_0x2af42a(0x2be)][_0x2af42a(0x259)]&&_0x39716b({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x6f42a5,_0x404ff1,_0x4f420f);},{'priority':_0xb3e8d4(0x249)});}),_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x1ec))[_0x159e25(0x282)]({'model':_0x159e25(0x2f1),'view':(_0x3e8832,_0x6fc0d0)=>_0x6fc0d0[_0x159e25(0x2be)][_0x159e25(0x259)]?null:{'group':_0x159e25(0x2f1),'name':_0x3e8832[_0x159e25(0x22a)](0xb)}}),_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x352))[_0x159e25(0x301)]({'view':{'name':_0x159e25(0x2f1),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0xaa5558,{writer:_0x868756})=>{const _0x49ccc7=_0x159e25;let _0x1a357a=_0x49ccc7(0x1d6)+_0xaa5558[_0x49ccc7(0x21a)](_0x49ccc7(0x2c5))+':'+_0xaa5558[_0x49ccc7(0x21a)]('id');return _0xaa5558[_0x49ccc7(0x21a)](_0x49ccc7(0x205))&&(_0x1a357a+=':'+_0xaa5558[_0x49ccc7(0x21a)](_0x49ccc7(0x205))),_0x868756[_0x49ccc7(0x2c7)](_0x49ccc7(0x2e9),{'data-name':_0x1a357a});}}),_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x352))[_0x159e25(0x1e5)]({'view':_0x159e25(0x2f1)}),_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x2f9))[_0x159e25(0x2d3)](_0x44e7a0=>{const _0x361867=_0x159e25;_0x44e7a0['on'](_0x361867(0x210),_0x39716b(),{'priority':_0x361867(0x1ff)});}),_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x2f9))[_0x159e25(0x2d3)](_0x5b441f=>{const _0x719878=_0x159e25;_0x5b441f['on'](_0x719878(0x316),_0x39716b({'isAttributeSuggestion':!0x0}),{'priority':_0x719878(0x1ff)});}),_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x2f9))[_0x159e25(0x2d3)](_0x45791e=>{const _0x1b2970=_0x159e25;_0x45791e['on'](_0x1b2970(0x1ed),(_0x25f346,_0x1d6aba,_0x5684dc)=>{const _0x4ab1a2=_0x1b2970,_0x5e24e2=_0x5684dc[_0x4ab1a2(0x227)][_0x4ab1a2(0x2eb)](_0x1d6aba[_0x4ab1a2(0x246)]);if(_0x5e24e2){for(const _0x2014bd of _0x5e24e2)_0x2014bd[_0x4ab1a2(0x253)](_0x4ab1a2(0x32d))||(_0x5684dc[_0x4ab1a2(0x204)][_0x4ab1a2(0x29f)]([_0x4ab1a2(0x2f3),_0x4ab1a2(0x30f),_0x4ab1a2(0x1d4)],_0x2014bd),_0x5684dc[_0x4ab1a2(0x204)][_0x4ab1a2(0x21e)](_0x4ab1a2(0x228),_0x2014bd),_0x5684dc[_0x4ab1a2(0x227)][_0x4ab1a2(0x262)](_0x2014bd,_0x1d6aba[_0x4ab1a2(0x246)]));}},{'priority':_0x1b2970(0x1ff)});}),_0x53f3d3[_0x159e25(0x30c)][_0x159e25(0x231)](_0x159e25(0x2f9))[_0x159e25(0x2d3)](_0x41a49c=>{const _0x443eea=_0x159e25;_0x41a49c['on'](_0x443eea(0x295),(_0x3588ea,_0xf29ad,_0x3f1dc7)=>{const _0x4808f8=_0x443eea,_0x67aa9e=_0x3f1dc7[_0x4808f8(0x227)][_0x4808f8(0x2eb)](_0xf29ad[_0x4808f8(0x246)]);if(!_0x67aa9e)return;const {id:_0x150304}=this[_0x4808f8(0x23a)](_0xf29ad[_0x4808f8(0x246)]),_0x49b3ca=this[_0x4808f8(0x276)][_0x4808f8(0x30b)](_0x150304),_0x37aab4=this[_0x4808f8(0x25b)](_0x49b3ca);if(this[_0x4808f8(0x235)](_0x37aab4)){for(const _0x37cbfd of _0x67aa9e)_0x37cbfd[_0x4808f8(0x253)](_0x4808f8(0x32d))||(_0x3f1dc7[_0x4808f8(0x204)][_0x4808f8(0x29f)]([_0x4808f8(0x2f3),_0x4808f8(0x30f),_0x4808f8(0x1d4)],_0x37cbfd),_0x3f1dc7[_0x4808f8(0x204)][_0x4808f8(0x21e)](_0x4808f8(0x228),_0x37cbfd),_0x3f1dc7[_0x4808f8(0x227)][_0x4808f8(0x262)](_0x37cbfd,_0xf29ad[_0x4808f8(0x246)]));}},{'priority':_0x443eea(0x1ff)});}),_0x53f3d3[_0x159e25(0x2b6)][_0x159e25(0x1b6)][_0x159e25(0x225)](_0x4fbdb1=>{const _0x27de35=_0x159e25;let _0x175074=!0x1;const _0xb6e9a9=Array[_0x27de35(0x1e4)](_0x53f3d3[_0x27de35(0x2b6)][_0x27de35(0x1b6)][_0x27de35(0x292)][_0x27de35(0x258)]()),_0xfe21ab=new Set();for(const {name:_0x2e108f,data:_0x121fb5}of _0xb6e9a9){const {group:_0x127f76,type:_0x489271,subType:_0x44ac3e,id:_0x23b020}=this[_0x27de35(0x23a)](_0x2e108f);if(_0x27de35(0x2f1)!==_0x127f76)continue;const _0xb9642e=this[_0x27de35(0x276)][_0x27de35(0x30b)](_0x23b020);if(null!=_0x121fb5[_0x27de35(0x1f5)]){_0x27de35(0x254)==_0x489271&&(_0x175074=_0x175074||Tt(_0x121fb5[_0x27de35(0x1f5)],_0x2e108f,_0x4fbdb1,_0x53f3d3[_0x27de35(0x2b6)][_0x27de35(0x21d)]));const _0x11a251=_0x27de35(0x1aa)==_0x489271&&this[_0x27de35(0x235)](_0x44ac3e[_0x27de35(0x347)]('|')[0x0]);if(_0x121fb5[_0x27de35(0x1f5)][_0x27de35(0x345)]||_0x27de35(0x349)==_0x121fb5[_0x27de35(0x1f5)][_0x27de35(0x350)][_0x27de35(0x318)]||_0x27de35(0x34e)==_0x489271&&!Vt(_0x121fb5[_0x27de35(0x1f5)])||_0x11a251&&!Vt(_0x121fb5[_0x27de35(0x1f5)])||_0x27de35(0x265)==_0x489271&&!(!Rt(_0x2b21dc=_0x121fb5[_0x27de35(0x1f5)])&&!function(_0x1b268c){const _0x543be8=_0x27de35;return _0x1b268c[_0x543be8(0x26d)][_0x543be8(0x1f4)]==_0x1b268c[_0x543be8(0x2d0)][_0x543be8(0x261)]&&_0x1b268c[_0x543be8(0x26d)][_0x543be8(0x221)];}(_0x2b21dc)))_0x4fbdb1[_0x27de35(0x220)](_0x2e108f),_0x175074=!0x0;else{if(!_0xb9642e||!_0xb9642e[_0x27de35(0x25e)])continue;_0xfe21ab[_0x27de35(0x2d3)](_0xb9642e);}}}var _0x2b21dc;return _0xfe21ab[_0x27de35(0x2d5)]>0x0&&(_0x175074=!!this[_0x27de35(0x1d0)](_0xfe21ab)||_0x175074),_0x175074;}),_0x53f3d3[_0x159e25(0x2b6)][_0x159e25(0x1b6)][_0x159e25(0x225)](_0x48761a=>{const _0x2980d1=_0x159e25;let _0x5ccfa1=!0x1;for(const _0x1e8f65 of _0x53f3d3[_0x2980d1(0x2b6)][_0x2980d1(0x1b6)][_0x2980d1(0x292)][_0x2980d1(0x2a3)]())if(_0x2980d1(0x1cd)==_0x1e8f65[_0x2980d1(0x33c)])for(const _0x4634e6 of this[_0x2980d1(0x276)][_0x2980d1(0x2a7)]()){if(_0x4634e6[_0x2980d1(0x32a)]||!_0x4634e6[_0x2980d1(0x25e)])continue;const _0x6a2acf=_0x2980d1(0x34e)==_0x4634e6[_0x2980d1(0x33c)],_0x985fc4=this[_0x2980d1(0x25b)](_0x4634e6),_0x5aa7d8=_0x985fc4&&this[_0x2980d1(0x235)](_0x985fc4);if(!_0x6a2acf&&!_0x5aa7d8)continue;const _0x5f09cf=_0x4634e6[_0x2980d1(0x273)]();if(_0x5f09cf[_0x2980d1(0x26d)][_0x2980d1(0x1f4)]!=_0x5f09cf[_0x2980d1(0x2d0)][_0x2980d1(0x1f4)]&&!_0x5f09cf[_0x2980d1(0x2d0)][_0x2980d1(0x221)]){const _0x3274d9=_0x53f3d3[_0x2980d1(0x2b6)][_0x2980d1(0x1e9)](_0x5f09cf[_0x2980d1(0x26d)][_0x2980d1(0x33a)],_0x2980d1(0x2d0)),_0x58b62f=_0x53f3d3[_0x2980d1(0x2b6)][_0x2980d1(0x1ab)](_0x5f09cf[_0x2980d1(0x26d)],_0x3274d9);_0x48761a[_0x2980d1(0x2ca)](_0x4634e6[_0x2980d1(0x2d1)](),{'range':_0x58b62f}),_0x5ccfa1=!0x0;}}return _0x5ccfa1;}),_0x53f3d3[_0x159e25(0x2b6)][_0x159e25(0x1b6)][_0x159e25(0x225)](_0x49e647=>this[_0x159e25(0x217)](_0x49e647)),_0x53f3d3[_0x159e25(0x2b6)][_0x159e25(0x1b6)][_0x159e25(0x225)](_0x4bb7ef=>!_0x4bb7ef[_0x159e25(0x288)][_0x159e25(0x2c3)]&&this[_0x159e25(0x338)](_0x4bb7ef)),_0x53f3d3[_0x159e25(0x2b6)]['on'](_0x159e25(0x1c8),()=>{const _0x491093=_0x159e25;this[_0x491093(0x27e)]=!0x1;}),_0x53f3d3[_0x159e25(0x2b6)][_0x159e25(0x1b6)]['on'](_0x159e25(0x1e1),(_0x2d9f97,_0x4d5349)=>{const _0x5697f8=_0x159e25;if(!_0x4d5349[_0x5697f8(0x2c3)]||_0x4d5349[_0x5697f8(0x309)])return;if(!this[_0x5697f8(0x27e)])return;const _0x104344=_0x53f3d3[_0x5697f8(0x2b6)][_0x5697f8(0x1b6)][_0x5697f8(0x292)][_0x5697f8(0x2a3)]();if(0x0==_0x104344[_0x5697f8(0x1cb)])return;const _0x2777fb=[],_0x1aa4f2=_0x104344[_0x5697f8(0x314)](_0x3d0f6e=>_0x5697f8(0x1aa)==_0x3d0f6e[_0x5697f8(0x33c)]),_0x4dfd4a=_0x104344[_0x5697f8(0x314)](_0x51691c=>_0x5697f8(0x1cd)==_0x51691c[_0x5697f8(0x33c)]&&_0x5697f8(0x1eb)!=_0x51691c[_0x5697f8(0x263)]),_0x5c67dd=_0x104344[_0x5697f8(0x314)](_0x39f752=>_0x5697f8(0x33d)==_0x39f752[_0x5697f8(0x33c)]&&_0x5697f8(0x1eb)!=_0x39f752[_0x5697f8(0x263)]);for(const _0xdaa291 of _0x1aa4f2)this[_0x5697f8(0x280)](_0xdaa291[_0x5697f8(0x2cd)])&&_0x2777fb[_0x5697f8(0x23c)]({'key':_0xdaa291[_0x5697f8(0x2cd)],'newValue':_0xdaa291[_0x5697f8(0x281)],'oldValue':_0xdaa291[_0x5697f8(0x34a)],'range':Ut(_0xdaa291[_0x5697f8(0x2aa)],_0x53f3d3[_0x5697f8(0x2b6)])});for(const _0x4f5f18 of _0x4dfd4a){const _0xe7526=_0x5c67dd[_0x5697f8(0x291)](_0x4a8b5a=>_0x4a8b5a[_0x5697f8(0x2ab)]===_0x4f5f18[_0x5697f8(0x2ab)]);if(_0xe7526){const _0x35f260=Ot(_0x4f5f18[_0x5697f8(0x24c)][_0x5697f8(0x33a)],_0x53f3d3[_0x5697f8(0x2b6)]);_0xe7526[_0x5697f8(0x263)]!==_0x4f5f18[_0x5697f8(0x263)]&&_0x2777fb[_0x5697f8(0x23c)]({'key':_0x5697f8(0x22e),'newValue':_0x4f5f18[_0x5697f8(0x263)],'oldValue':_0xe7526[_0x5697f8(0x263)],'range':_0x35f260});for(const [_0x236552,_0x13a540]of _0xe7526[_0x5697f8(0x294)]){if(!this[_0x5697f8(0x280)](_0x236552))continue;const _0x26f653=_0x4f5f18[_0x5697f8(0x294)][_0x5697f8(0x30b)](_0x236552);_0x13a540!==_0x26f653&&_0x2777fb[_0x5697f8(0x23c)]({'key':_0x236552,'newValue':_0x26f653,'oldValue':_0x13a540,'range':_0x35f260});}for(const [_0x2af973,_0x1bdebe]of _0x4f5f18[_0x5697f8(0x294)])this[_0x5697f8(0x280)](_0x2af973)&&(_0xe7526[_0x5697f8(0x294)][_0x5697f8(0x1be)](_0x2af973)||_0x2777fb[_0x5697f8(0x23c)]({'key':_0x2af973,'newValue':_0x1bdebe,'oldValue':null,'range':_0x35f260}));}}0x0!=_0x2777fb[_0x5697f8(0x1cb)]&&_0x53f3d3[_0x5697f8(0x2b6)][_0x5697f8(0x2e7)](_0x4d5349,_0x11d658=>{const _0x423a6a=_0x5697f8,_0x20f2c5=_0x41481c();for(const {range:_0x46d5ce,key:_0xce0c5e,oldValue:_0x390614,newValue:_0x3c954e}of _0x2777fb)this[_0x423a6a(0x320)](_0x46d5ce,_0xce0c5e,_0x390614,_0x3c954e,{'groupId':_0x20f2c5});this[_0x423a6a(0x2c0)](_0x11d658,_0x2777fb);});},{'priority':_0x159e25(0x21c)}),_0x53f3d3[_0x159e25(0x2b6)][_0x159e25(0x22c)]['on'](_0x159e25(0x271),(_0x5de459,_0x4d1f53,_0x4bcde9)=>{const _0x30a1cf=_0x159e25;if(null==_0x4bcde9){const {id:_0xfe9472}=this[_0x30a1cf(0x23a)](_0x4d1f53[_0x30a1cf(0x263)]),_0x371b63=this[_0x30a1cf(0x276)][_0x30a1cf(0x30b)](_0xfe9472);_0x371b63&&_0x371b63[_0x30a1cf(0x274)](_0x4d1f53[_0x30a1cf(0x263)]);}}),_0x53f3d3[_0x159e25(0x2b6)][_0x159e25(0x1b6)]['on'](_0x159e25(0x1e1),()=>{const _0x3e2966=_0x159e25,_0x1b8bb5=Array[_0x3e2966(0x1e4)](_0x53f3d3[_0x3e2966(0x2b6)][_0x3e2966(0x1b6)][_0x3e2966(0x292)][_0x3e2966(0x258)]())[_0x3e2966(0x314)](_0x35d98c=>_0x3e2966(0x2f1)===this[_0x3e2966(0x23a)](_0x35d98c[_0x3e2966(0x263)])[_0x3e2966(0x32c)]);if(0x0===_0x1b8bb5[_0x3e2966(0x1cb)])return;_0x1b8bb5[_0x3e2966(0x296)]((_0x24b840,_0x154475)=>{const _0x4c4869=_0x3e2966,_0x2d1050=_0x24b840[_0x4c4869(0x1c6)][_0x4c4869(0x2e2)],_0x3d31d5=_0x154475[_0x4c4869(0x1c6)][_0x4c4869(0x2e2)];return null===_0x2d1050&&null===_0x3d31d5?0x0:null===_0x2d1050&&null!==_0x3d31d5?-0x1:null!==_0x2d1050&&null===_0x3d31d5?0x1:_0x2d1050[_0x4c4869(0x26d)][_0x4c4869(0x2c1)](_0x3d31d5[_0x4c4869(0x26d)])?-0x1:0x1;});const _0x463905=new Set(),_0x3fff9c=new Set();for(const {name:_0x4b5e3b,data:_0x48fbb0}of _0x1b8bb5){const {id:_0x5002f7}=this[_0x3e2966(0x23a)](_0x4b5e3b);if(null===_0x48fbb0[_0x3e2966(0x2e2)]){const _0x50cd1e=this[_0x3e2966(0x2df)](_0x4b5e3b);_0x3fff9c[_0x3e2966(0x2d3)](_0x50cd1e);}else{const _0x1e6c4d=this[_0x3e2966(0x276)][_0x3e2966(0x30b)](_0x5002f7);null!==_0x48fbb0[_0x3e2966(0x1f5)]||_0x1e6c4d[_0x3e2966(0x25e)]?(_0x463905[_0x3e2966(0x2d3)](_0x1e6c4d[_0x3e2966(0x346)]),_0x3fff9c[_0x3e2966(0x2d3)](_0x1e6c4d)):this[_0x3e2966(0x297)](_0x1e6c4d);}}_0x3fff9c[_0x3e2966(0x2d5)]>0x0&&this[_0x3e2966(0x24e)](_0x3fff9c);for(const _0x543eb5 of _0x463905)this[_0x3e2966(0x298)](_0x3e2966(0x1b9),_0x543eb5);}),_0x53f3d3[_0x159e25(0x2b6)]['on'](_0x159e25(0x2e8),(_0x3bd41e,_0x2c1e03)=>{const _0x1b4966=_0x159e25,_0x99e872=_0x2c1e03[0x0];if(!this[_0x1b4966(0x276)][_0x1b4966(0x2d5)])return;if(!_0x99e872[_0x1b4966(0x1c1)])return;if(_0x99e872[_0x1b4966(0x288)][_0x1b4966(0x309)]||!_0x99e872[_0x1b4966(0x288)][_0x1b4966(0x2c3)])return;let _0x215f8a,_0x268c1b;switch(_0x99e872[_0x1b4966(0x33c)]){case _0x1b4966(0x1cd):_0x215f8a=_0x53f3d3[_0x1b4966(0x2b6)][_0x1b4966(0x1e9)](_0x99e872[_0x1b4966(0x24c)]),_0x268c1b=_0x215f8a[_0x1b4966(0x34d)](_0x99e872[_0x1b4966(0x232)]);break;case _0x1b4966(0x347):_0x215f8a=_0x53f3d3[_0x1b4966(0x2b6)][_0x1b4966(0x1e9)](_0x99e872[_0x1b4966(0x2b4)]),_0x268c1b=_0x53f3d3[_0x1b4966(0x2b6)][_0x1b4966(0x1e9)](_0x99e872[_0x1b4966(0x1c3)]);break;case _0x1b4966(0x1ce):_0x215f8a=_0x53f3d3[_0x1b4966(0x2b6)][_0x1b4966(0x1e9)](_0x99e872[_0x1b4966(0x1b0)]),_0x268c1b=_0x215f8a[_0x1b4966(0x34d)](_0x99e872[_0x1b4966(0x232)]);break;default:return;}const _0x514bbb=_0x53f3d3[_0x1b4966(0x2b6)][_0x1b4966(0x1ab)](_0x215f8a,_0x268c1b);_0x53f3d3[_0x1b4966(0x2b6)][_0x1b4966(0x2cf)](()=>{const _0x2c0170=_0x1b4966;for(const {suggestion:_0x326fca,meta:_0x770bee}of this[_0x2c0170(0x239)](_0x514bbb)){if(_0x326fca[_0x2c0170(0x32a)])continue;if(_0x2c0170(0x254)==_0x326fca[_0x2c0170(0x33c)])continue;const _0x127a90=this[_0x2c0170(0x25b)](_0x326fca);if(_0x127a90&&this[_0x2c0170(0x235)](_0x127a90)&&_0x2c0170(0x347)!=_0x99e872[_0x2c0170(0x33c)])continue;const _0xcc128b=_0x326fca[_0x2c0170(0x1c6)]&&_0x326fca[_0x2c0170(0x1c6)][_0x2c0170(0x24d)];(_0x2c0170(0x34e)!=_0x326fca[_0x2c0170(0x33c)]||_0x2c0170(0x347)==_0x99e872[_0x2c0170(0x33c)]&&!_0xcc128b)&&(_0x770bee[_0x2c0170(0x233)]||_0x2c0170(0x1da)==_0x326fca[_0x2c0170(0x33c)]&&_0x770bee[_0x2c0170(0x341)]||_0x326fca[_0x2c0170(0x273)]()[_0x2c0170(0x20a)](_0x514bbb)&&this[_0x2c0170(0x1c4)](_0x326fca,_0x215f8a,_0x268c1b));}});},{'priority':_0x159e25(0x21c)}),_0x53f3d3[_0x159e25(0x2b6)]['on'](_0x159e25(0x26b),(_0x3c900b,_0x468108)=>{const _0x268e89=_0x159e25,_0x43450e=_0x468108[0x0],_0x57bd00=_0x468108[0x1];if(_0x57bd00&&_0x57bd00[_0x268e89(0x1bc)])return;if(this[_0x268e89(0x2d4)])return;if(!this[_0x268e89(0x2ad)][_0x268e89(0x1fd)])return;if(_0x43450e[_0x268e89(0x345)])return;const _0x77e660=_0x53f3d3[_0x268e89(0x2b6)][_0x268e89(0x21d)],{start:_0x421653,end:_0x552ee5}=_0x43450e[_0x268e89(0x273)](),_0x4eff79=_0x421653[_0x268e89(0x33a)]&&_0x77e660[_0x268e89(0x2b3)](_0x421653[_0x268e89(0x33a)])?null:_0x77e660[_0x268e89(0x2c2)](_0x421653,_0x268e89(0x310)),_0x371b85=_0x552ee5[_0x268e89(0x261)]&&_0x77e660[_0x268e89(0x2b3)](_0x552ee5[_0x268e89(0x261)])?null:_0x77e660[_0x268e89(0x2c2)](_0x552ee5,_0x268e89(0x1f7)),_0x37d935=_0x53f3d3[_0x268e89(0x2b6)][_0x268e89(0x1ab)](_0x4eff79?_0x4eff79[_0x268e89(0x26d)]:_0x421653,_0x371b85?_0x371b85[_0x268e89(0x2d0)]:_0x552ee5);_0x53f3d3[_0x268e89(0x2b6)][_0x268e89(0x2cf)](_0x5225cb=>{const _0x379fc1=_0x268e89;this[_0x379fc1(0x2ff)](_0x37d935);const _0x1c77a5=_0x53f3d3[_0x379fc1(0x2b6)][_0x379fc1(0x21d)][_0x379fc1(0x2c2)](_0x37d935[_0x379fc1(0x26d)]);_0x43450e['is'](_0x379fc1(0x287))?_0x5225cb[_0x379fc1(0x29b)](_0x1c77a5):_0x43450e[_0x379fc1(0x342)](_0x1c77a5);}),_0x3c900b[_0x268e89(0x348)]();},{'priority':_0x2e8891[_0x159e25(0x351)]+0xa}),_0x53f3d3[_0x159e25(0x2b6)]['on'](_0x159e25(0x324),(_0x3c6af1,_0xf1af96)=>{const _0x308e8e=_0x159e25,_0x2a427f=_0xf1af96[_0xf1af96[_0x308e8e(0x1cb)]-0x1];_0x2a427f&&_0x2a427f[_0x308e8e(0x1bc)]||this[_0x308e8e(0x2d4)]||this[_0x308e8e(0x2ad)][_0x308e8e(0x1fd)]&&(_0x53f3d3[_0x308e8e(0x2b6)][_0x308e8e(0x2cf)](()=>{const _0x45c395=_0x308e8e;let _0x4247d6=_0x53f3d3[_0x45c395(0x2b6)][_0x45c395(0x324)](_0xf1af96[0x0],_0xf1af96[0x1],_0xf1af96[0x2],{'forceDefaultExecution':!0x0});if(!_0x4247d6)return;_0x3c6af1[_0x45c395(0x34f)]=_0x4247d6[_0x45c395(0x21b)]();const _0x2d7412=_0x4247d6[_0x45c395(0x2d0)][_0x45c395(0x261)],_0xeaba1=_0x53f3d3[_0x45c395(0x2b6)][_0x45c395(0x21d)];_0x2d7412&&_0xeaba1[_0x45c395(0x336)](_0x2d7412)&&!_0xeaba1[_0x45c395(0x2af)](_0x2d7412)&&(_0x4247d6=_0x53f3d3[_0x45c395(0x2b6)][_0x45c395(0x1ab)](_0x4247d6[_0x45c395(0x26d)],_0x53f3d3[_0x45c395(0x2b6)][_0x45c395(0x1e9)](_0x2d7412,_0x45c395(0x2d0)))),this[_0x45c395(0x215)](_0x4247d6);}),_0x3c6af1[_0x308e8e(0x348)]());},{'priority':_0x159e25(0x1ff)}),this[_0x159e25(0x293)][_0x159e25(0x218)][_0x159e25(0x2d3)](_0x159e25(0x1f1),this[_0x159e25(0x2ad)]),this[_0x159e25(0x1a9)](_0x159e25(0x1f1));const _0x5f575b=new _0x5b92a7(_0x53f3d3,this[_0x159e25(0x276)]);_0x53f3d3[_0x159e25(0x218)][_0x159e25(0x2d3)](_0x159e25(0x308),_0x5f575b),this[_0x159e25(0x1a9)](_0x159e25(0x308));const _0xa6a052=new _0x5b333f(_0x53f3d3,this[_0x159e25(0x276)]);_0x53f3d3[_0x159e25(0x218)][_0x159e25(0x2d3)](_0x159e25(0x2ac),_0xa6a052),this[_0x159e25(0x1a9)](_0x159e25(0x2ac)),_0x53f3d3[_0x159e25(0x218)][_0x159e25(0x2d3)](_0x159e25(0x2bd),new _0xa09090(_0x53f3d3,_0x5f575b,this[_0x159e25(0x276)])),this[_0x159e25(0x1a9)](_0x159e25(0x2bd)),_0x53f3d3[_0x159e25(0x218)][_0x159e25(0x2d3)](_0x159e25(0x1ea),new _0xa09090(_0x53f3d3,_0xa6a052,this[_0x159e25(0x276)])),this[_0x159e25(0x1a9)](_0x159e25(0x1ea)),_0x53f3d3[_0x159e25(0x218)][_0x159e25(0x2d3)](_0x159e25(0x1af),new _0x433c24(_0x53f3d3,_0x5f575b,this[_0x159e25(0x276)])),this[_0x159e25(0x1a9)](_0x159e25(0x1af)),_0x53f3d3[_0x159e25(0x218)][_0x159e25(0x2d3)](_0x159e25(0x1ad),new _0x433c24(_0x53f3d3,_0xa6a052,this[_0x159e25(0x276)])),this[_0x159e25(0x1a9)](_0x159e25(0x1ad));const _0x42c6fa=_0x53f3d3[_0x159e25(0x27c)][_0x159e25(0x30b)](_0x159e25(0x331));this[_0x159e25(0x335)](_0x42c6fa,_0x159e25(0x224),(_0x2e31e3,{threadId:_0x3008b8})=>{const _0x4b2f5e=_0x159e25,_0x3bd64c=this[_0x4b2f5e(0x276)][_0x4b2f5e(0x30b)](_0x3008b8);_0x3bd64c&&_0x3bd64c[_0x4b2f5e(0x1f8)]&&0x1===_0x3bd64c[_0x4b2f5e(0x1f8)][_0x4b2f5e(0x1cb)]&&this[_0x4b2f5e(0x339)](_0x3008b8,{'hasComments':!0x0});},{'priority':_0x159e25(0x2cb)}),this[_0x159e25(0x335)](_0x42c6fa,_0x159e25(0x30e),(_0x4e0acb,{threadId:_0x3fb4d9})=>{const _0xebcc2f=_0x159e25,_0x2e57bd=this[_0xebcc2f(0x276)][_0xebcc2f(0x30b)](_0x3fb4d9);_0x2e57bd&&_0x2e57bd[_0xebcc2f(0x1f8)]&&!_0x2e57bd[_0xebcc2f(0x1f8)][_0xebcc2f(0x1cb)]&&this[_0xebcc2f(0x339)](_0x3fb4d9,{'hasComments':!0x1});},{'priority':_0x159e25(0x2cb)});}set[_0x1d6d3a(0x24b)](_0x99fd24){const _0x2c9d0d=_0x1d6d3a;if(this[_0x2c9d0d(0x277)])throw new _0x357e0e(_0x2c9d0d(0x2ed),this);this[_0x2c9d0d(0x277)]=_0x99fd24;}get[_0x1d6d3a(0x24b)](){const _0x12fa67=_0x1d6d3a;return this[_0x12fa67(0x277)];}[_0x1d6d3a(0x326)]({skipNotAttached:_0x43ec1c=!0x1,toJSON:_0x4c4667=!0x1}={}){const _0x34a681=_0x1d6d3a,_0x5df3f5=[];for(const _0x31993a of this[_0x34a681(0x276)][_0x34a681(0x2a7)]())_0x43ec1c&&!_0x31993a[_0x34a681(0x25e)]||_0x5df3f5[_0x34a681(0x23c)](_0x31993a);return _0x4c4667?_0x5df3f5[_0x34a681(0x31d)](_0x50c208=>_0x50c208[_0x34a681(0x2de)]()):_0x5df3f5;}[_0x1d6d3a(0x2dc)](_0x266c20){const _0x2d2817=_0x1d6d3a,_0x301589=this[_0x2d2817(0x276)][_0x2d2817(0x30b)](_0x266c20);if(!_0x301589)throw new _0x357e0e(_0x2d2817(0x209),this);return _0x301589;}[_0x1d6d3a(0x322)](_0x1f75ae){const _0x425459=_0x1d6d3a;return this[_0x425459(0x276)][_0x425459(0x1be)](_0x1f75ae);}[_0x1d6d3a(0x2fe)](_0x4d964e){const _0x481934=_0x1d6d3a,{authorId:_0x185760,id:_0x8d3b87,attributes:_0x501fc9}=_0x4d964e,[_0x2d5c11,_0x34d19b]=_0x4d964e[_0x481934(0x33c)][_0x481934(0x347)](':'),_0x339e4a=this[_0x481934(0x276)][_0x481934(0x30b)](_0x8d3b87)||this[_0x481934(0x2c4)](_0x2d5c11,_0x34d19b,_0x8d3b87,_0x185760,_0x501fc9);if(this[_0x481934(0x236)](_0x339e4a),this[_0x481934(0x311)](_0x339e4a,_0x2d5c11,_0x34d19b||null,_0x185760),_0x339e4a[_0x481934(0x334)]=_0x4d964e[_0x481934(0x334)],_0x339e4a[_0x481934(0x31f)]=!0x0,_0x501fc9&&_0x501fc9[_0x481934(0x2fa)]){const _0x4c314f=_0x501fc9[_0x481934(0x2fa)],_0x590266=this[_0x481934(0x34c)](_0x4c314f[_0x481934(0x252)]);_0x339e4a[_0x481934(0x219)]=_0x4c314f[_0x481934(0x334)],_0x339e4a[_0x481934(0x28d)]=_0x590266,_0x339e4a[_0x481934(0x321)]=!0x0;}else _0x339e4a[_0x481934(0x219)]=_0x4d964e[_0x481934(0x334)];switch(_0x4d964e[_0x481934(0x1c6)]&&(_0x339e4a[_0x481934(0x1c6)]=_0x4d964e[_0x481934(0x1c6)]),_0x4d964e[_0x481934(0x294)]&&(_0x339e4a[_0x481934(0x294)]=_0x4d964e[_0x481934(0x294)]),this[_0x481934(0x277)]&&this[_0x481934(0x277)][_0x481934(0x1cf)]||(_0x339e4a[_0x481934(0x2f5)]=!0x0),this[_0x481934(0x230)][_0x481934(0x30b)](_0x339e4a)){case _0x481934(0x1a5):this[_0x481934(0x230)][_0x481934(0x2d2)](_0x339e4a,_0x481934(0x299));break;case _0x481934(0x1b3):_0x339e4a[_0x481934(0x25e)]?(this[_0x481934(0x1d0)](new Set([_0x339e4a])),this[_0x481934(0x24e)](new Set([_0x339e4a])),this[_0x481934(0x230)][_0x481934(0x2d2)](_0x339e4a,_0x481934(0x27d)),this[_0x481934(0x298)](_0x481934(0x1b8),_0x339e4a)):this[_0x481934(0x230)][_0x481934(0x2d2)](_0x339e4a,_0x481934(0x214));}return _0x339e4a;}[_0x1d6d3a(0x308)](_0x20a4e5){const _0x47e81d=_0x1d6d3a;this[_0x47e81d(0x1bc)](()=>{const _0x19ae18=_0x47e81d;this[_0x19ae18(0x293)][_0x19ae18(0x2b6)][_0x19ae18(0x2cf)](()=>{const _0xe9e8de=_0x19ae18;for(const _0x2355c9 of _0x20a4e5[_0xe9e8de(0x2f0)]())_0x2355c9[_0xe9e8de(0x33f)]();});});}[_0x1d6d3a(0x2ac)](_0x375ba0){const _0xfd9c04=_0x1d6d3a;this[_0xfd9c04(0x1bc)](()=>{const _0x5b02bd=_0xfd9c04;this[_0x5b02bd(0x293)][_0x5b02bd(0x2b6)][_0x5b02bd(0x2cf)](()=>{const _0x46834a=_0x5b02bd;for(const _0x50621c of _0x375ba0[_0x46834a(0x2f0)]())_0x50621c[_0x46834a(0x20d)]();});});}[_0x1d6d3a(0x1a9)](_0x57db61,_0x4db4c1){const _0x4a55d0=_0x1d6d3a,_0x186d08=this[_0x4a55d0(0x293)][_0x4a55d0(0x218)][_0x4a55d0(0x30b)](_0x57db61);if(!_0x186d08)throw new _0x357e0e(_0x4a55d0(0x2b9),this,{'commandName':_0x57db61});if(this[_0x4a55d0(0x206)][_0x4a55d0(0x1be)](_0x186d08))throw new _0x357e0e(_0x4a55d0(0x2ba),this,{'commandName':_0x57db61});this[_0x4a55d0(0x206)][_0x4a55d0(0x2d3)](_0x186d08),_0x4db4c1&&_0x186d08['on'](_0x4a55d0(0x2b1),(_0x2c244d,_0x38d6ae)=>{const _0x45ecec=_0x4a55d0;this[_0x45ecec(0x2ad)][_0x45ecec(0x1fd)]&&(this[_0x45ecec(0x2d4)]||(_0x38d6ae[_0x45ecec(0x1cb)]>0x0&&_0x38d6ae[_0x38d6ae[_0x45ecec(0x1cb)]-0x1]&&_0x38d6ae[_0x38d6ae[_0x45ecec(0x1cb)]-0x1][_0x45ecec(0x1bc)]?_0x38d6ae[_0x45ecec(0x32f)]():(_0x2c244d[_0x45ecec(0x34f)]=_0x4db4c1((..._0x5ababa)=>_0x186d08[_0x45ecec(0x2b1)](..._0x5ababa,{'forceDefaultExecution':!0x0}),..._0x38d6ae),_0x2c244d[_0x45ecec(0x348)]())));},{'priority':_0x4a55d0(0x1ff)});}[_0x1d6d3a(0x1bc)](_0xc5e5e5){const _0x3e3e70=_0x1d6d3a;let _0x3847b5,_0xef6f04;const _0x10f85f=this[_0x3e3e70(0x2d4)];this[_0x3e3e70(0x2d4)]=!0x0;try{_0x3847b5=_0xc5e5e5();}catch(_0x1d136e){_0xef6f04=_0x1d136e;}return _0x10f85f||(this[_0x3e3e70(0x2d4)]=!0x1),_0xef6f04&&_0x357e0e[_0x3e3e70(0x23b)](_0xef6f04,this),_0x3847b5;}[_0x1d6d3a(0x215)](_0x5c29d9,_0x25beae=null,_0x4e7921={}){const _0x3ce176=_0x1d6d3a;if(_0x5c29d9[_0x3ce176(0x345)])return null;const _0x532db6=this[_0x3ce176(0x293)][_0x3ce176(0x27c)][_0x3ce176(0x30b)](_0x3ce176(0x290))['me'];for(const {suggestion:_0x2c9868,meta:_0x44aca4}of this[_0x3ce176(0x239)](_0x5c29d9,_0x3ce176(0x1da)))if(_0x44aca4[_0x3ce176(0x341)]){if(!_0x44aca4[_0x3ce176(0x2f8)]){if(_0x44aca4[_0x3ce176(0x233)]){if(!this[_0x3ce176(0x203)]||!Pt(_0x2c9868,_0x4e7921))continue;return _0x2c9868;}if(Pt(_0x2c9868,_0x4e7921))return _0x2c9868;this[_0x3ce176(0x1c4)](_0x2c9868,_0x5c29d9[_0x3ce176(0x26d)],_0x5c29d9[_0x3ce176(0x2d0)]);break;}if(_0x25beae==_0x2c9868[_0x3ce176(0x213)]&&Pt(_0x2c9868,_0x4e7921)){const _0x53b891=_0x2c9868[_0x3ce176(0x273)]();return _0x53b891[_0x3ce176(0x26d)][_0x3ce176(0x247)](_0x5c29d9[_0x3ce176(0x2d0)])?this[_0x3ce176(0x2f2)](_0x2c9868,this[_0x3ce176(0x1a8)][_0x3ce176(0x1ab)](_0x5c29d9[_0x3ce176(0x26d)],_0x53b891[_0x3ce176(0x2d0)])):this[_0x3ce176(0x2f2)](_0x2c9868,this[_0x3ce176(0x1a8)][_0x3ce176(0x1ab)](_0x53b891[_0x3ce176(0x26d)],_0x5c29d9[_0x3ce176(0x2d0)])),_0x2c9868;}}const _0x1abaea=_0x41481c(),_0x24c537=_0x532db6['id'],_0x4aac3a=_0x25beae?_0x3ce176(0x32e)+_0x25beae:_0x3ce176(0x1da),_0x517d9c=this[_0x3ce176(0x23d)]({'id':_0x1abaea,'type':_0x4aac3a,'createdAt':new Date(),'authorId':_0x24c537,'attributes':_0x4e7921});return this[_0x3ce176(0x2d9)](_0x4aac3a,_0x1abaea,_0x24c537,_0x5c29d9),_0x517d9c;}[_0x1d6d3a(0x1d8)](_0x3ed78d,_0x1f8ac=_0x1d6d3a(0x223),_0x4c9e56={}){const _0x5c5e21=_0x1d6d3a,_0xa3456=this[_0x5c5e21(0x293)][_0x5c5e21(0x27c)][_0x5c5e21(0x30b)](_0x5c5e21(0x290))['me'],_0x4029fd=this[_0x5c5e21(0x30d)][_0x5c5e21(0x28f)](_0x5c5e21(0x1da),_0x1f8ac,_0x5c5e21(0x2e1));for(const _0x5566d4 of this[_0x5c5e21(0x326)]())if(_0x5566d4[_0x5c5e21(0x28d)]['id']==_0xa3456['id']&&_0x5c5e21(0x1da)==_0x5566d4[_0x5c5e21(0x33c)]&&_0x5566d4[_0x5c5e21(0x213)]==_0x1f8ac&&Pt(_0x5566d4,_0x4c9e56)&&(_0x4029fd(_0x5566d4[_0x5c5e21(0x307)](),_0x3ed78d)||_0x4029fd(_0x3ed78d,_0x5566d4[_0x5c5e21(0x307)]()))){for(const _0x17cbee of _0x3ed78d)_0x5566d4[_0x5c5e21(0x28b)](_0x17cbee);return _0x5566d4;}for(const {suggestion:_0x5f3c3e,meta:_0x476cdc}of this[_0x5c5e21(0x239)](_0x3ed78d,_0x5c5e21(0x1da))){if(!_0x476cdc[_0x5c5e21(0x341)])continue;if(!this[_0x5c5e21(0x203)]&&_0x476cdc[_0x5c5e21(0x233)])continue;if(!Pt(_0x5f3c3e,_0x4c9e56))continue;let _0x4caf19=!0x0;for(const _0x4923b5 of _0x5f3c3e[_0x5c5e21(0x307)]())for(const _0x552bbe of _0x3ed78d)if(!_0x4923b5[_0x5c5e21(0x20a)](_0x552bbe)){_0x4caf19=!0x1;break;}if(_0x4caf19)return _0x5f3c3e;}const _0x1670d6=_0x41481c(),_0x150a69=_0xa3456['id'],_0x4cdbaa=_0x5c5e21(0x32e)+_0x1f8ac,_0x32c3bf=this[_0x5c5e21(0x23d)]({'id':_0x1670d6,'type':_0x4cdbaa,'createdAt':new Date(),'authorId':_0x150a69,'attributes':_0x4c9e56});for(const _0xa65b19 of _0x3ed78d)this[_0x5c5e21(0x2d9)](_0x4cdbaa,_0x1670d6,_0x150a69,_0xa65b19,_0x4e2654[_0x5c5e21(0x1dc)]());return _0x32c3bf;}[_0x1d6d3a(0x2ef)](_0x320aac,_0x539d2d,_0x2844ef=null,_0x505e66={}){const _0x4a47cc=_0x1d6d3a;if(_0x2844ef=_0x2844ef||Et(_0x539d2d),_0x320aac[_0x4a47cc(0x345)])return null;if(_0x4a47cc(0x202)===this[_0x4a47cc(0x1c9)]){const _0x252757=this[_0x4a47cc(0x30d)][_0x4a47cc(0x28f)](_0x4a47cc(0x254),_0x2844ef,_0x4a47cc(0x33f));return this[_0x4a47cc(0x1bc)](()=>_0x252757([_0x320aac],_0x539d2d,_0x505e66)),null;}const _0x2ef5ba=this[_0x4a47cc(0x293)][_0x4a47cc(0x27c)][_0x4a47cc(0x30b)](_0x4a47cc(0x290))['me'],_0x28523d=[];if(_0x4a47cc(0x344)!==this[_0x4a47cc(0x1c9)]){for(const {suggestion:_0x3f5c1a,meta:_0x3f894c}of this[_0x4a47cc(0x239)](_0x320aac,_0x4a47cc(0x1da)))_0x3f894c[_0x4a47cc(0x341)]&&!_0x3f894c[_0x4a47cc(0x1d5)]&&_0x28523d[_0x4a47cc(0x23c)](..._0x3f5c1a[_0x4a47cc(0x307)]());}const _0xb60e8d=function(_0x3f955f,_0x4fc8b0){const _0x56c23c=_0x4a47cc,_0x3bd187=[];for(const _0x30e8d2 of _0x4fc8b0){const _0x24021c=_0x3f955f[_0x56c23c(0x1c5)](_0x30e8d2);_0x24021c&&_0x3bd187[_0x56c23c(0x23c)](_0x24021c);}return _0x3bd187;}(_0x320aac,_0x28523d),_0x55ec9c=function(_0x37bf41,_0x2dd12f){const _0x2183db=_0x4a47cc,_0x1fff02=[_0x37bf41];for(const _0x3a539b of _0x2dd12f){let _0x2c12a5=0x0;for(;_0x2c12a5<_0x1fff02[_0x2183db(0x1cb)];){const _0x18c997=_0x1fff02[_0x2c12a5][_0x2183db(0x31e)](_0x3a539b);_0x1fff02[_0x2183db(0x2a9)](_0x2c12a5,0x1,..._0x18c997),_0x2c12a5+=_0x18c997[_0x2183db(0x1cb)];}}return _0x1fff02;}(_0x320aac,_0x28523d);_0xb60e8d[_0x4a47cc(0x1cb)]&&this[_0x4a47cc(0x1a8)][_0x4a47cc(0x2cf)](()=>{const _0x2ea6c7=_0x4a47cc;for(const _0x9a9dde of _0xb60e8d){const _0x453fbc=this[_0x2ea6c7(0x30d)][_0x2ea6c7(0x28f)](_0x2ea6c7(0x254),_0x2844ef,_0x2ea6c7(0x33f));this[_0x2ea6c7(0x1bc)](()=>_0x453fbc([_0x9a9dde],_0x539d2d,_0x505e66));}});for(const _0x3db613 of _0x55ec9c){let _0x388a7e=null,_0x49f970=_0x3db613[_0x4a47cc(0x26d)],_0x3cd2b2=_0x3db613[_0x4a47cc(0x2d0)];for(const {suggestion:_0x4b5cb7,meta:_0x369fdb}of this[_0x4a47cc(0x239)](_0x3db613,_0x4a47cc(0x254))){if(!_0x369fdb[_0x4a47cc(0x341)])continue;if(_0x4b5cb7[_0x4a47cc(0x213)]!=_0x2844ef)continue;if(!Pt(_0x4b5cb7,_0x505e66))continue;const _0x286144=_0x4b5cb7[_0x4a47cc(0x273)]();if(_0x286144[_0x4a47cc(0x20a)](_0x3db613,!0x0))return null;_0x49f970=_0x49f970[_0x4a47cc(0x2c1)](_0x286144[_0x4a47cc(0x26d)])?_0x49f970:_0x286144[_0x4a47cc(0x26d)],_0x3cd2b2=_0x3cd2b2[_0x4a47cc(0x32b)](_0x286144[_0x4a47cc(0x2d0)])?_0x3cd2b2:_0x286144[_0x4a47cc(0x2d0)],_0x388a7e?_0x286144[_0x4a47cc(0x26d)][_0x4a47cc(0x2c1)](_0x388a7e[_0x4a47cc(0x273)]()[_0x4a47cc(0x26d)])?(_0x388a7e[_0x4a47cc(0x2db)](),_0x388a7e=_0x4b5cb7):_0x4b5cb7[_0x4a47cc(0x2db)]():_0x388a7e=_0x4b5cb7;}const _0xa5fa76=this[_0x4a47cc(0x1a8)][_0x4a47cc(0x1ab)](_0x49f970,_0x3cd2b2);if(_0x388a7e)this[_0x4a47cc(0x2f2)](_0x388a7e,_0xa5fa76);else{const _0x16ae44=_0x41481c(),_0x17916f=_0x2ef5ba['id'];this[_0x4a47cc(0x23d)]({'id':_0x16ae44,'type':_0x4a47cc(0x1ee)+_0x2844ef,'data':_0x539d2d,'createdAt':new Date(),'authorId':_0x17916f,'attributes':_0x505e66}),this[_0x4a47cc(0x2d9)](_0x4a47cc(0x1ee)+_0x2844ef,_0x16ae44,_0x17916f,_0xa5fa76);}}return null;}[_0x1d6d3a(0x1a7)](_0x2726b7,_0x55c00d,_0x4319e5=[],_0x4ed993=null,_0x33818a={}){const _0x4939ca=_0x1d6d3a;_0x55c00d[_0x4939ca(0x1a4)]||(_0x55c00d[_0x4939ca(0x1a4)]=_0x55c00d[_0x4939ca(0x26a)]),_0x55c00d[_0x4939ca(0x24d)]=_0x2726b7['is'](_0x4939ca(0x2aa)),_0x4ed993=_0x4ed993||Et(_0x55c00d);const _0x59e62c=_0x4319e5[_0x4939ca(0x31d)](_0x5ba5a8=>Ot(_0x5ba5a8,this[_0x4939ca(0x1a8)])),_0x5411af=_0x2726b7['is'](_0x4939ca(0x2aa))?_0x2726b7:Ot(_0x2726b7,this[_0x4939ca(0x1a8)]);if(_0x4939ca(0x202)===this[_0x4939ca(0x1c9)]){const _0x4fcb4d=this[_0x4939ca(0x30d)][_0x4939ca(0x28f)](_0x4939ca(0x34e),_0x4ed993,_0x4939ca(0x33f));return this[_0x4939ca(0x1bc)](()=>_0x4fcb4d([_0x5411af],_0x55c00d,_0x33818a)),null;}_0x59e62c[_0x4939ca(0x23c)](_0x5411af);let _0xfa4471=!0x0;for(const _0x26ea4a of _0x59e62c)if(!this[_0x4939ca(0x21f)](_0x26ea4a)){_0xfa4471=!0x1;break;}if(_0xfa4471&&_0x4939ca(0x344)!==this[_0x4939ca(0x1c9)]){const _0x457855=this[_0x4939ca(0x30d)][_0x4939ca(0x28f)](_0x4939ca(0x34e),_0x4ed993,_0x4939ca(0x33f));return this[_0x4939ca(0x1bc)](()=>_0x457855([_0x5411af],_0x55c00d,_0x33818a)),null;}let _0xf5291c=null,_0xd8c200=_0x5411af[_0x4939ca(0x26d)],_0x161a2d=_0x5411af[_0x4939ca(0x2d0)];for(const {suggestion:_0x2586ac,meta:_0x376c4c}of this[_0x4939ca(0x239)](_0x5411af,_0x4939ca(0x34e))){if(!_0x376c4c[_0x4939ca(0x341)])continue;if(_0x376c4c[_0x4939ca(0x2f8)]||_0x376c4c[_0x4939ca(0x233)]||_0x376c4c[_0x4939ca(0x1d5)])continue;if(_0x2586ac[_0x4939ca(0x1c6)][_0x4939ca(0x1a4)]!=_0x55c00d[_0x4939ca(0x1a4)])continue;if(!Pt(_0x2586ac,_0x33818a))continue;const _0x4d4e91=_0x2586ac[_0x4939ca(0x273)]();if(_0x2586ac[_0x4939ca(0x213)]==_0x4ed993){if(_0x4d4e91[_0x4939ca(0x20a)](_0x5411af,!0x0))return null;_0xd8c200=_0xd8c200[_0x4939ca(0x2c1)](_0x4d4e91[_0x4939ca(0x26d)])?_0xd8c200:_0x4d4e91[_0x4939ca(0x26d)],_0x161a2d=_0x161a2d[_0x4939ca(0x32b)](_0x4d4e91[_0x4939ca(0x2d0)])?_0x161a2d:_0x4d4e91[_0x4939ca(0x2d0)],_0xf5291c?_0x4d4e91[_0x4939ca(0x26d)][_0x4939ca(0x2c1)](_0xf5291c[_0x4939ca(0x273)]()[_0x4939ca(0x26d)])?(_0xf5291c[_0x4939ca(0x2db)](),_0xf5291c=_0x2586ac):_0x2586ac[_0x4939ca(0x2db)]():_0xf5291c=_0x2586ac;}else{const _0x13af37=_0x5411af[_0x4939ca(0x1c5)](_0x4d4e91);this[_0x4939ca(0x325)](_0x2586ac,_0x13af37);}}const _0x3093ef=this[_0x4939ca(0x293)][_0x4939ca(0x27c)][_0x4939ca(0x30b)](_0x4939ca(0x290))['me'],_0x10e9b4=_0x41481c(),_0x3157e6=_0x3093ef['id'];if(_0xf5291c)return this[_0x4939ca(0x2f2)](_0xf5291c,this[_0x4939ca(0x1a8)][_0x4939ca(0x1ab)](_0xd8c200,_0x161a2d)),_0xf5291c;{const _0x3ed9a1=this[_0x4939ca(0x23d)]({'id':_0x10e9b4,'type':_0x4939ca(0x2a2)+_0x4ed993,'data':_0x55c00d,'createdAt':new Date(),'authorId':_0x3157e6,'attributes':_0x33818a});return this[_0x4939ca(0x2d9)](_0x4939ca(0x2a2)+_0x4ed993,_0x10e9b4,_0x3157e6,this[_0x4939ca(0x1a8)][_0x4939ca(0x1ab)](_0xd8c200,_0x161a2d)),_0x3ed9a1;}}[_0x1d6d3a(0x270)](_0x586119,_0x5af022,_0x261ee6=[],_0x2c7d9a=null,_0x10324d={}){const _0x2c772b=_0x1d6d3a;_0x5af022[_0x2c772b(0x1a4)]||(_0x5af022[_0x2c772b(0x1a4)]=_0x5af022[_0x2c772b(0x26a)]);const _0x3f4497=_0x586119[0x0];_0x5af022[_0x2c772b(0x24d)]=_0x3f4497['is'](_0x2c772b(0x2aa)),_0x2c7d9a=_0x2c7d9a||Et(_0x5af022);const _0x5df308=_0x261ee6[_0x2c772b(0x31d)](_0x421013=>Ot(_0x421013,this[_0x2c772b(0x1a8)])),_0x4057e0=_0x3f4497['is'](_0x2c772b(0x2aa))?_0x586119:_0x586119[_0x2c772b(0x31d)](_0x3733f4=>Ot(_0x3733f4,this[_0x2c772b(0x1a8)]));if(_0x2c772b(0x202)===this[_0x2c772b(0x1c9)]){const _0x45125f=this[_0x2c772b(0x30d)][_0x2c772b(0x28f)](_0x2c772b(0x34e),_0x2c7d9a,_0x2c772b(0x33f));return this[_0x2c772b(0x1bc)](()=>_0x45125f(_0x4057e0,_0x5af022,_0x10324d)),null;}_0x5df308[_0x2c772b(0x23c)](..._0x4057e0);let _0x17284c=!0x0;for(const _0x1cf1e8 of _0x5df308)if(!this[_0x2c772b(0x21f)](_0x1cf1e8)){_0x17284c=!0x1;break;}if(_0x17284c&&_0x2c772b(0x344)!==this[_0x2c772b(0x1c9)]){const _0x24c2f1=this[_0x2c772b(0x30d)][_0x2c772b(0x28f)](_0x2c772b(0x34e),_0x2c7d9a,_0x2c772b(0x33f));return this[_0x2c772b(0x1bc)](()=>_0x24c2f1(_0x4057e0,_0x5af022,_0x10324d)),null;}const _0x4848c0=this[_0x2c772b(0x293)][_0x2c772b(0x27c)][_0x2c772b(0x30b)](_0x2c772b(0x290))['me'];for(const _0xe48847 of this[_0x2c772b(0x326)]()){if(_0xe48847[_0x2c772b(0x28d)]['id']!=_0x4848c0['id'])continue;if(_0x2c772b(0x34e)!=_0xe48847[_0x2c772b(0x33c)]||_0xe48847[_0x2c772b(0x1c6)][_0x2c772b(0x1a4)]!=_0x5af022[_0x2c772b(0x1a4)])continue;if(!Pt(_0xe48847,_0x10324d))continue;const _0x5ef89a=_0xe48847[_0x2c772b(0x213)]==_0x2c7d9a;for(let _0x296654=0x0;_0x296654<_0x4057e0[_0x2c772b(0x1cb)];_0x296654++){const _0x4455f6=_0x4057e0[_0x296654];for(const _0x1a90f9 of _0xe48847[_0x2c772b(0x208)]()){const _0x3548db=_0x1a90f9[_0x2c772b(0x1d3)]();if(_0x4455f6[_0x2c772b(0x247)](_0x3548db)){_0x5ef89a?(_0x4057e0[_0x2c772b(0x2a9)](_0x296654,0x1),_0x296654--):_0xe48847[_0x2c772b(0x220)](_0x1a90f9[_0x2c772b(0x263)]);break;}}}}if(0x0==_0x4057e0[_0x2c772b(0x1cb)])return null;const _0x20e41d=this[_0x2c772b(0x30d)][_0x2c772b(0x28f)](_0x2c772b(0x34e),_0x2c7d9a,_0x2c772b(0x2e1));for(const _0x504c3a of this[_0x2c772b(0x326)]())if(_0x504c3a[_0x2c772b(0x28d)]['id']==_0x4848c0['id']&&_0x2c772b(0x34e)==_0x504c3a[_0x2c772b(0x33c)]&&_0x504c3a[_0x2c772b(0x1c6)][_0x2c772b(0x1a4)]==_0x5af022[_0x2c772b(0x1a4)]&&_0x504c3a[_0x2c772b(0x213)]==_0x2c7d9a&&Pt(_0x504c3a,_0x10324d)&&(_0x20e41d(_0x504c3a[_0x2c772b(0x307)](),_0x4057e0)||_0x20e41d(_0x4057e0,_0x504c3a[_0x2c772b(0x307)]()))){for(const _0x375328 of _0x4057e0)_0x504c3a[_0x2c772b(0x28b)](_0x375328);return _0x504c3a;}const _0x210b3a=_0x41481c(),_0x5dcd58=_0x4848c0['id'],_0xcd2c4f=_0x2c772b(0x2a2)+_0x2c7d9a,_0x136856=this[_0x2c772b(0x23d)]({'id':_0x210b3a,'type':_0xcd2c4f,'data':_0x5af022,'createdAt':new Date(),'authorId':_0x5dcd58,'attributes':_0x10324d});for(const _0x1bdbcc of _0x4057e0)this[_0x2c772b(0x2d9)](_0xcd2c4f,_0x210b3a,_0x5dcd58,_0x1bdbcc,_0x4e2654[_0x2c772b(0x1dc)]());return _0x136856;}[_0x1d6d3a(0x2ff)](_0x635b47,_0x4275a1=null,_0x5cc80d={}){const _0x57fda5=_0x1d6d3a;if(_0x635b47[_0x57fda5(0x345)])return null;const _0x1e49ff=this[_0x57fda5(0x293)][_0x57fda5(0x27c)][_0x57fda5(0x30b)](_0x57fda5(0x290))['me'],_0x308ac4=new _0x38b4da(_0x635b47[_0x57fda5(0x26d)],_0x635b47[_0x57fda5(0x2d0)]);for(const {suggestion:_0x50bb14,meta:_0x31462a}of this[_0x57fda5(0x239)](_0x308ac4,_0x57fda5(0x1da)))if(_0x31462a[_0x57fda5(0x341)]&&!_0x31462a[_0x57fda5(0x2f8)]){if(_0x50bb14[_0x57fda5(0x32a)]){const _0x566689=_0x50bb14[_0x57fda5(0x307)]()[_0x57fda5(0x314)](_0x2a3b1c=>_0x57fda5(0x349)!=_0x2a3b1c[_0x57fda5(0x350)][_0x57fda5(0x318)]);_0x566689[_0x57fda5(0x255)](_0x2bffa2=>_0x308ac4[_0x57fda5(0x20a)](_0x2bffa2,!0x0))&&_0x50bb14[_0x57fda5(0x20d)]();if(_0x566689[_0x57fda5(0x20b)](_0x8affc0=>_0x8affc0[_0x57fda5(0x20a)](_0x308ac4,!0x0))){const _0x736268=this[_0x57fda5(0x30d)][_0x57fda5(0x28f)](_0x57fda5(0x265),_0x4275a1,_0x57fda5(0x33f));return this[_0x57fda5(0x1bc)](()=>_0x736268([_0x308ac4],null,_0x5cc80d)),null;}}else{const _0x16c3f1=_0x308ac4[_0x57fda5(0x1c5)](_0x50bb14[_0x57fda5(0x273)]());null!==_0x16c3f1&&_0x50bb14[_0x57fda5(0x302)]([_0x16c3f1],null,_0x5cc80d);}}if(_0x308ac4[_0x57fda5(0x2fc)](),_0x308ac4[_0x57fda5(0x345)]||_0x57fda5(0x349)==_0x308ac4[_0x57fda5(0x350)][_0x57fda5(0x318)])return null;let _0x1f2ac6=null,_0x21c269=_0x308ac4[_0x57fda5(0x26d)],_0x51c185=_0x308ac4[_0x57fda5(0x2d0)];const _0x3d953b=this[_0x57fda5(0x239)](_0x308ac4,_0x57fda5(0x265));for(const {suggestion:_0x21cde8,meta:_0x15e5d9}of _0x3d953b){const _0x2ddb01=this[_0x57fda5(0x1a8)][_0x57fda5(0x1ab)](_0x21c269,_0x51c185);if(_0x15e5d9[_0x57fda5(0x341)]&&(this[_0x57fda5(0x203)]||!_0x15e5d9[_0x57fda5(0x233)]&&!_0x15e5d9[_0x57fda5(0x1d5)])){if(_0x21cde8[_0x57fda5(0x32a)]){if(!Pt(_0x21cde8,_0x5cc80d))continue;let _0x343a74=!0x0;for(const _0x15cb25 of _0x21cde8[_0x57fda5(0x307)]()){if(_0x15cb25[_0x57fda5(0x20a)](_0x2ddb01,!0x0))return _0x21cde8;_0x2ddb01[_0x57fda5(0x20a)](_0x15cb25)||(_0x343a74=!0x1);}_0x343a74&&_0x21cde8[_0x57fda5(0x20d)]();}else{const _0x1d2c1b=_0x21cde8[_0x57fda5(0x273)]();if(_0x1d2c1b[_0x57fda5(0x20a)](_0x2ddb01,!0x0))return _0x21cde8;if(!Pt(_0x21cde8,_0x5cc80d)){_0x2ddb01[_0x57fda5(0x20a)](_0x1d2c1b)?_0x21cde8[_0x57fda5(0x2db)]():_0x1d2c1b[_0x57fda5(0x1e8)](_0x21c269)?_0x21c269=_0x1d2c1b[_0x57fda5(0x2d0)]:_0x1d2c1b[_0x57fda5(0x1e8)](_0x51c185)&&(_0x51c185=_0x1d2c1b[_0x57fda5(0x26d)]);continue;}_0x21c269=_0x21c269[_0x57fda5(0x2c1)](_0x1d2c1b[_0x57fda5(0x26d)])?_0x21c269:_0x1d2c1b[_0x57fda5(0x26d)],_0x51c185=_0x51c185[_0x57fda5(0x32b)](_0x1d2c1b[_0x57fda5(0x2d0)])?_0x51c185:_0x1d2c1b[_0x57fda5(0x2d0)],_0x5cc80d=Object[_0x57fda5(0x300)]({},_0x21cde8[_0x57fda5(0x294)]),_0x1f2ac6?_0x1d2c1b[_0x57fda5(0x26d)][_0x57fda5(0x2c1)](_0x1f2ac6[_0x57fda5(0x273)]()[_0x57fda5(0x26d)])?(_0x1f2ac6[_0x57fda5(0x2db)](),_0x1f2ac6=_0x21cde8):_0x21cde8[_0x57fda5(0x2db)]():_0x1f2ac6=_0x21cde8;}}}if(_0x1f2ac6)return this[_0x57fda5(0x2f2)](_0x1f2ac6,this[_0x57fda5(0x1a8)][_0x57fda5(0x1ab)](_0x21c269,_0x51c185)),_0x1f2ac6;{const _0x3202b3=_0x41481c(),_0x1a40bf=this[_0x57fda5(0x1a8)][_0x57fda5(0x1ab)](_0x21c269,_0x51c185),_0x23abd0=_0x1e49ff['id'],_0x2bd688=_0x4275a1?_0x57fda5(0x279)+_0x4275a1:_0x57fda5(0x265),_0x4caab5=this[_0x57fda5(0x23d)]({'id':_0x3202b3,'type':_0x2bd688,'createdAt':new Date(),'authorId':_0x23abd0,'attributes':_0x5cc80d});return this[_0x57fda5(0x2d9)](_0x2bd688,_0x3202b3,_0x23abd0,_0x1a40bf),_0x4caab5;}}[_0x1d6d3a(0x1fb)](_0x161f56,_0x3e6442=_0x1d6d3a(0x223),_0x1188b4={}){const _0x160234=_0x1d6d3a,_0x4dfff4=this[_0x160234(0x293)][_0x160234(0x27c)][_0x160234(0x30b)](_0x160234(0x290))['me'],_0x12605f=_0x161f56[_0x160234(0x31d)](_0xe5625e=>new _0x38b4da(_0xe5625e[_0x160234(0x26d)],_0xe5625e[_0x160234(0x2d0)])),_0x404f55=new Set();for(const {suggestion:_0xae6d0b,meta:_0x20fea5}of this[_0x160234(0x239)](_0x12605f,_0x160234(0x1da)))_0x20fea5[_0x160234(0x341)]&&!_0x20fea5[_0x160234(0x2f8)]&&_0x404f55[_0x160234(0x2d3)](_0xae6d0b);for(const _0x5b7d58 of _0x404f55)if(_0x5b7d58[_0x160234(0x32a)]){const _0x14baa9=_0x5b7d58[_0x160234(0x307)]();(!_0x5b7d58[_0x160234(0x294)]||!_0x5b7d58[_0x160234(0x294)][_0x160234(0x1e0)])&&(_0x14baa9[_0x160234(0x255)](_0x2db2ea=>_0x12605f[_0x160234(0x20b)](_0x11e1d7=>_0x11e1d7[_0x160234(0x20a)](_0x2db2ea,!0x0)))&&_0x5b7d58[_0x160234(0x20d)]());if(_0x12605f[_0x160234(0x255)](_0x4fd085=>_0x14baa9[_0x160234(0x20b)](_0x2f2826=>_0x2f2826[_0x160234(0x20a)](_0x4fd085,!0x0)))){const _0x2d26e6=this[_0x160234(0x30d)][_0x160234(0x28f)](_0x160234(0x265),_0x3e6442,_0x160234(0x33f));return this[_0x160234(0x1bc)](()=>_0x2d26e6(_0x161f56,null,_0x1188b4)),null;}}else{const _0x1bd8c8=_0x5b7d58[_0x160234(0x273)]();_0x12605f[_0x160234(0x20b)](_0x311404=>_0x311404[_0x160234(0x20a)](_0x1bd8c8,!0x0))&&_0x5b7d58[_0x160234(0x20d)]();if(_0x12605f[_0x160234(0x255)](_0x1181db=>_0x1bd8c8[_0x160234(0x20a)](_0x1181db,!0x0))){const _0x353a63=this[_0x160234(0x30d)][_0x160234(0x28f)](_0x160234(0x265),_0x3e6442,_0x160234(0x33f));return this[_0x160234(0x1bc)](()=>_0x353a63(_0x12605f,null,_0x1188b4)),null;}}const _0x2e4823=this[_0x160234(0x30d)][_0x160234(0x28f)](_0x160234(0x265),_0x3e6442,_0x160234(0x2e1));let _0x5e1503=null;for(const _0x139d60 of this[_0x160234(0x326)]())if(_0x139d60[_0x160234(0x28d)]['id']==_0x4dfff4['id']&&_0x139d60[_0x160234(0x25e)]&&_0x160234(0x265)==_0x139d60[_0x160234(0x33c)]&&_0x139d60[_0x160234(0x213)]==_0x3e6442&&Pt(_0x139d60,_0x1188b4)&&(_0x2e4823(_0x139d60[_0x160234(0x307)](),_0x12605f)||_0x2e4823(_0x12605f,_0x139d60[_0x160234(0x307)]()))){if(_0x5e1503){if(_0x139d60[_0x160234(0x1f8)]&&_0x139d60[_0x160234(0x1f8)][_0x160234(0x1cb)])continue;for(const _0x577909 of _0x139d60[_0x160234(0x307)]())_0x5e1503[_0x160234(0x2f6)](_0x577909)||_0x5e1503[_0x160234(0x28b)](_0x577909);_0x139d60[_0x160234(0x2db)]();}else{_0x5e1503=_0x139d60;for(const _0x1e8a40 of _0x12605f)_0x139d60[_0x160234(0x2f6)](_0x1e8a40)||_0x139d60[_0x160234(0x28b)](_0x1e8a40);}}if(_0x5e1503)return _0x5e1503;_0x404f55[_0x160234(0x1ca)]();for(const {suggestion:_0x196ebd,meta:_0x16441e}of this[_0x160234(0x239)](_0x12605f,_0x160234(0x265)))_0x16441e[_0x160234(0x341)]&&(this[_0x160234(0x203)]||!_0x16441e[_0x160234(0x233)]&&!_0x16441e[_0x160234(0x1d5)])&&Pt(_0x196ebd,_0x1188b4)&&_0x404f55[_0x160234(0x2d3)](_0x196ebd);for(const _0x3d10df of _0x404f55){const _0x197778=_0x3d10df[_0x160234(0x307)]();if(!_0x1188b4||!_0x1188b4[_0x160234(0x1e0)]){if(_0x12605f[_0x160234(0x255)](_0x3b9530=>_0x197778[_0x160234(0x20b)](_0x15f79d=>_0x15f79d[_0x160234(0x20a)](_0x3b9530,!0x0))))return _0x3d10df;}(!_0x3d10df[_0x160234(0x294)]||!_0x3d10df[_0x160234(0x294)][_0x160234(0x1e0)])&&(_0x197778[_0x160234(0x255)](_0x261b6e=>_0x12605f[_0x160234(0x20b)](_0x1883cf=>_0x1883cf[_0x160234(0x20a)](_0x261b6e,!0x0)))&&_0x3d10df[_0x160234(0x20d)]());}const _0x243264=_0x41481c(),_0x3c6f65=_0x4dfff4['id'],_0x2d5cb7=_0x160234(0x279)+_0x3e6442,_0x6d420b=this[_0x160234(0x23d)]({'id':_0x243264,'type':_0x2d5cb7,'createdAt':new Date(),'authorId':_0x3c6f65,'attributes':_0x1188b4});for(const _0x4dc495 of _0x12605f)_0x4dc495[_0x160234(0x2fc)](),_0x4dc495[_0x160234(0x345)]||_0x160234(0x349)==_0x4dc495[_0x160234(0x350)][_0x160234(0x318)]||this[_0x160234(0x2d9)](_0x2d5cb7,_0x243264,_0x3c6f65,_0x4dc495,_0x4e2654[_0x160234(0x1dc)]());return _0x6d420b;}[_0x1d6d3a(0x320)](_0x40bdaf,_0x90aa8a,_0x507c2e,_0x4e84c8,_0x4532a5){const _0x8a5827=_0x1d6d3a;if(_0x40bdaf[_0x8a5827(0x345)])return[];if(_0x8a5827(0x202)===this[_0x8a5827(0x1c9)])return[];const _0x1b604a=this[_0x8a5827(0x293)][_0x8a5827(0x27c)][_0x8a5827(0x30b)](_0x8a5827(0x290))['me']['id'],_0x37dfab=Array[_0x8a5827(0x1e4)](this[_0x8a5827(0x276)][_0x8a5827(0x2a7)]())[_0x8a5827(0x314)](_0xde3670=>_0x8a5827(0x1aa)==_0xde3670[_0x8a5827(0x33c)]&&_0xde3670[_0x8a5827(0x1c6)][_0x8a5827(0x315)]==_0x90aa8a&&_0xde3670[_0x8a5827(0x2f6)](_0x40bdaf));if(_0x8a5827(0x284)===this[_0x8a5827(0x1c9)]){const _0x45f762=this[_0x8a5827(0x239)](_0x40bdaf,_0x8a5827(0x1da))[_0x8a5827(0x314)](({meta:_0x4e58fa})=>_0x4e58fa[_0x8a5827(0x341)]&&!_0x4e58fa[_0x8a5827(0x1d5)]&&!_0x4e58fa[_0x8a5827(0x2f8)])[_0x8a5827(0x31d)](({suggestion:_0x18b920})=>_0x18b920);_0x37dfab[_0x8a5827(0x1b5)](..._0x45f762);}const _0x17c947=new Map([[_0x40bdaf,_0x507c2e]]);for(const _0x52eda0 of _0x37dfab){const _0x46daf4=_0x8a5827(0x1aa)==_0x52eda0[_0x8a5827(0x33c)]?_0x52eda0[_0x8a5827(0x1c6)][_0x8a5827(0x29e)]:void 0x0,_0x3a1e35=_0x52eda0[_0x8a5827(0x273)](),_0x384b20=Array[_0x8a5827(0x1e4)](_0x17c947[_0x8a5827(0x25f)]())[_0x8a5827(0x291)](_0x5d5b75=>_0x5d5b75[_0x8a5827(0x28e)](_0x3a1e35));if(!_0x384b20)continue;const _0xfb278f=_0x384b20[_0x8a5827(0x31e)](_0x3a1e35);this[_0x8a5827(0x235)](_0x90aa8a)&&_0x8a5827(0x1da)==_0x52eda0[_0x8a5827(0x33c)]&&0x0!=_0xfb278f[_0x8a5827(0x1cb)]||(_0x17c947[_0x8a5827(0x312)](_0x384b20),_0xfb278f[_0x8a5827(0x1dd)](_0x3497b9=>{const _0x8a6eb1=_0x8a5827;_0x17c947[_0x8a6eb1(0x2d2)](_0x3497b9,_0x507c2e);}),_0x8a5827(0x1da)!=_0x52eda0[_0x8a5827(0x33c)]&&_0x46daf4!=_0x4e84c8&&_0x17c947[_0x8a5827(0x2d2)](_0x384b20[_0x8a5827(0x1c5)](_0x3a1e35),_0x46daf4));}const _0x518a31=[];for(const [_0x325e9b,_0x1eae4f]of _0x17c947){const _0x106dd6=_0x41481c(),_0x3c7162={'key':_0x90aa8a,'oldValue':_0x1eae4f,'newValue':_0x4e84c8};_0x90aa8a[_0x8a5827(0x1cb)]>0x25&&console[_0x8a5827(0x1b4)](_0x8a5827(0x317),{'key':_0x90aa8a});const _0x3aa173=(_0x8a5827(0x2c8)+(_0x90aa8a+'|'+Et({'newValue':_0x4e84c8})))[_0x8a5827(0x24f)](0x0,0x3c),_0x3a7706=this[_0x8a5827(0x23d)]({'id':_0x106dd6,'type':_0x3aa173,'data':_0x3c7162,'createdAt':new Date(),'authorId':_0x1b604a,'attributes':_0x4532a5});_0x518a31[_0x8a5827(0x23c)](_0x3a7706),this[_0x8a5827(0x2d9)](_0x3aa173,_0x106dd6,_0x1b604a,_0x325e9b);}return _0x518a31;}[_0x1d6d3a(0x1ae)](_0x665e27){const _0x5df632=_0x1d6d3a;this[_0x5df632(0x1f2)][_0x5df632(0x2d3)](_0x665e27);}[_0x1d6d3a(0x2d7)](_0x22e7c4){const _0x4e06e4=_0x1d6d3a;this[_0x4e06e4(0x29d)][_0x4e06e4(0x2d3)](_0x22e7c4);}[_0x1d6d3a(0x1f6)](_0x55802b,_0x55e495=[],_0x224148=[]){const _0x2009ac=_0x1d6d3a;this[_0x2009ac(0x1a9)](_0x55802b,(_0x5a944a,..._0x557e59)=>{const _0x599bdc=_0x2009ac;this[_0x599bdc(0x2b7)](()=>{_0x5a944a(..._0x557e59);});});for(const _0x2f5568 of _0x55e495)this[_0x2009ac(0x2d7)](_0x2f5568);for(const _0x53e57f of _0x224148)this[_0x2009ac(0x1ae)](_0x53e57f);}[_0x1d6d3a(0x25b)](_0x393886){const _0x43a991=_0x1d6d3a;return _0x43a991(0x1aa)==_0x393886[_0x43a991(0x33c)]?_0x393886[_0x43a991(0x213)][_0x43a991(0x347)]('|')[0x0]:null;}[_0x1d6d3a(0x2f2)](_0x29d4f6,_0x316f51){const _0xba79f4=_0x1d6d3a,_0x8bcce8=_0x29d4f6[_0xba79f4(0x2d1)]();this[_0xba79f4(0x1a8)][_0xba79f4(0x2cf)](_0x5b2f75=>{const _0x1b9a06=_0xba79f4;_0x5b2f75[_0x1b9a06(0x2ca)](_0x8bcce8,{'range':_0x316f51});});}[_0x1d6d3a(0x236)](_0x107837){const _0x49da1c=_0x1d6d3a,_0x553421=_0x107837['id'],_0x506bdb=this[_0x49da1c(0x293)][_0x49da1c(0x26e)][_0x49da1c(0x30b)](_0x49da1c(0x1e6));this[_0x49da1c(0x23e)][_0x49da1c(0x222)](_0x553421)||this[_0x49da1c(0x23e)][_0x49da1c(0x286)]({'channelId':_0x506bdb,'threadId':_0x553421,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x19ebf4=this[_0x49da1c(0x23e)][_0x49da1c(0x2ae)](_0x553421);_0x19ebf4[_0x49da1c(0x2b0)](_0x49da1c(0x2a8)),_0x19ebf4[_0x49da1c(0x2a8)]=!0x1,_0x107837[_0x49da1c(0x1f8)]=_0x19ebf4;}[_0x1d6d3a(0x311)](_0xfc132b,_0x5d5b5c,_0x116322,_0xff89b2){const _0x2e95f2=_0x1d6d3a;if(_0xfc132b[_0x2e95f2(0x33c)]!=_0x5d5b5c||_0xfc132b[_0x2e95f2(0x213)]!=_0x116322||_0xfc132b[_0x2e95f2(0x27f)]['id']!=_0xff89b2)throw this[_0x2e95f2(0x293)][_0x2e95f2(0x327)](_0x2e95f2(0x1de)),new _0x357e0e(_0x2e95f2(0x1de),this);}[_0x1d6d3a(0x325)](_0x18dbb7,_0x41d852){const _0x4be1e8=_0x1d6d3a,_0x5eb485=_0x18dbb7[_0x4be1e8(0x273)]();if(_0x41d852[_0x4be1e8(0x247)](_0x5eb485))_0x18dbb7[_0x4be1e8(0x2db)]();else{if(_0x5eb485[_0x4be1e8(0x20a)](_0x41d852)){const _0x252b1e=this[_0x4be1e8(0x1a8)][_0x4be1e8(0x1e9)](_0x41d852[_0x4be1e8(0x26d)][_0x4be1e8(0x261)],_0x4be1e8(0x2d0));this[_0x4be1e8(0x2f2)](_0x18dbb7,this[_0x4be1e8(0x1a8)][_0x4be1e8(0x1ab)](_0x5eb485[_0x4be1e8(0x26d)],_0x252b1e));const _0x42c56e=_0x41481c(),_0x21ab44=_0x18dbb7[_0x4be1e8(0x27f)]['id'],_0x581bd3=_0x18dbb7[_0x4be1e8(0x33c)]+':'+_0x18dbb7[_0x4be1e8(0x213)];this[_0x4be1e8(0x23d)]({'id':_0x42c56e,'type':_0x581bd3,'createdAt':new Date(),'authorId':_0x21ab44,'data':_0x18dbb7[_0x4be1e8(0x1c6)],'attributes':_0x18dbb7[_0x4be1e8(0x294)]});const _0xc6a630=this[_0x4be1e8(0x1a8)][_0x4be1e8(0x1e9)](_0x41d852[_0x4be1e8(0x2d0)][_0x4be1e8(0x1f4)],_0x4be1e8(0x1d2)),_0x2a6f95=this[_0x4be1e8(0x1a8)][_0x4be1e8(0x1ab)](_0xc6a630,_0x5eb485[_0x4be1e8(0x2d0)]);this[_0x4be1e8(0x2d9)](_0x581bd3,_0x42c56e,_0x21ab44,_0x2a6f95);}else{if(_0x5eb485[_0x4be1e8(0x1e8)](_0x41d852[_0x4be1e8(0x26d)])){const _0x2c6c07=this[_0x4be1e8(0x1a8)][_0x4be1e8(0x1e9)](_0x41d852[_0x4be1e8(0x26d)][_0x4be1e8(0x261)],_0x4be1e8(0x2d0));this[_0x4be1e8(0x2f2)](_0x18dbb7,this[_0x4be1e8(0x1a8)][_0x4be1e8(0x1ab)](_0x5eb485[_0x4be1e8(0x26d)],_0x2c6c07));}else{const _0x236159=this[_0x4be1e8(0x1a8)][_0x4be1e8(0x1e9)](_0x41d852[_0x4be1e8(0x2d0)][_0x4be1e8(0x1f4)],_0x4be1e8(0x1d2));this[_0x4be1e8(0x2f2)](_0x18dbb7,this[_0x4be1e8(0x1a8)][_0x4be1e8(0x1ab)](_0x236159,_0x5eb485[_0x4be1e8(0x2d0)]));}}}}[_0x1d6d3a(0x21f)](_0x3ec4d2){const _0x3d9485=_0x1d6d3a;for(const {suggestion:_0x25fbe9,meta:_0x320cee}of this[_0x3d9485(0x239)](_0x3ec4d2,_0x3d9485(0x1da))){if(!_0x320cee[_0x3d9485(0x341)])continue;const _0x24a29e=_0x25fbe9[_0x3d9485(0x307)]();for(const _0x541e19 of _0x24a29e)if(!_0x3ec4d2[_0x3d9485(0x31e)](_0x541e19)[_0x3d9485(0x1cb)])return!0x0;}return!0x1;}[_0x1d6d3a(0x1e7)](_0x4f8682){const _0x4171f8=_0x1d6d3a,_0x1ec4d4=this[_0x4171f8(0x293)][_0x4171f8(0x27c)][_0x4171f8(0x30b)](_0x4171f8(0x290))[_0x4171f8(0x257)](_0x4f8682);if(!_0x1ec4d4)throw new _0x357e0e(_0x4171f8(0x28c),this);return _0x1ec4d4;}[_0x1d6d3a(0x34c)](_0x1773d0){const _0x5e6c6b=_0x1d6d3a,_0x3222aa=this[_0x5e6c6b(0x293)][_0x5e6c6b(0x27c)][_0x5e6c6b(0x30b)](_0x5e6c6b(0x290)),_0x51bca5=_0x58ffba(_0x5e6c6b(0x289)+_0x1773d0),_0x307350=_0x3222aa[_0x5e6c6b(0x257)](_0x51bca5);return _0x307350||_0x3222aa[_0x5e6c6b(0x1e3)]({'id':_0x51bca5,'name':_0x1773d0});}[_0x1d6d3a(0x2c4)](_0x3f27d1,_0x2e7f72,_0x423909,_0x16799c,_0x448da1){const _0x35ce16=_0x1d6d3a,_0x18b8be=this[_0x35ce16(0x1e7)](_0x16799c),_0x4cb11f=this[_0x35ce16(0x30d)][_0x35ce16(0x2bb)](_0x3f27d1,_0x2e7f72,_0x423909,_0x18b8be,_0x448da1,_0x3de707=>{const _0x3e1eba=_0x35ce16;this[_0x3e1eba(0x339)](_0x423909,{'attributes':_0x3de707});const _0x24a849=this[_0x3e1eba(0x2dc)](_0x423909);this[_0x3e1eba(0x1d0)](new Set([_0x24a849])),this[_0x3e1eba(0x24e)](new Set([_0x24a849]));});return this[_0x35ce16(0x335)](_0x4cb11f,_0x35ce16(0x33f),()=>{const _0xa90835=_0x35ce16;this[_0xa90835(0x339)](_0x423909,{'state':_0xa90835(0x1d9)});},{'priority':_0x35ce16(0x1ff)}),this[_0x35ce16(0x335)](_0x4cb11f,_0x35ce16(0x20d),()=>{const _0x50539b=_0x35ce16;this[_0x50539b(0x339)](_0x423909,{'state':_0x50539b(0x2e0)});},{'priority':_0x35ce16(0x1ff)}),this[_0x35ce16(0x276)][_0x35ce16(0x2d2)](_0x423909,_0x4cb11f),this[_0x35ce16(0x230)][_0x35ce16(0x2d2)](_0x4cb11f,_0x35ce16(0x1a5)),_0x4cb11f;}[_0x1d6d3a(0x23a)](_0x141102){const _0x35d541=_0x1d6d3a,_0x27bf74=_0x141102[_0x35d541(0x347)](':');return{'group':_0x27bf74[0x0],'type':_0x27bf74[0x1],'subType':_0x27bf74[_0x35d541(0x1cb)]>=0x5?_0x27bf74[0x2]:null,'id':_0x27bf74[_0x35d541(0x1cb)]<0x5?_0x27bf74[0x2]:_0x27bf74[0x3],'authorId':_0x27bf74[_0x35d541(0x1cb)]<0x5?_0x27bf74[0x3]:_0x27bf74[0x4],'markerCount':0x6==_0x27bf74[_0x35d541(0x1cb)]?_0x27bf74[0x5]:null};}[_0x1d6d3a(0x1c4)](_0x5814a8,_0xafc913,_0x534369){const _0x5ac997=_0x1d6d3a,_0xb25693=_0x5814a8[_0x5ac997(0x273)](),_0x270523=_0xb25693[_0x5ac997(0x26d)],_0x5381a7=_0xb25693[_0x5ac997(0x2d0)];this[_0x5ac997(0x2f2)](_0x5814a8,this[_0x5ac997(0x1a8)][_0x5ac997(0x1ab)](_0x270523,_0xafc913));const _0x3e00d1=_0x41481c(),_0x1745f8=_0x5814a8[_0x5ac997(0x27f)]['id'],_0x4bf201=_0x5814a8[_0x5ac997(0x33c)]+(_0x5814a8[_0x5ac997(0x213)]?':'+_0x5814a8[_0x5ac997(0x213)]:'');this[_0x5ac997(0x23d)]({'id':_0x3e00d1,'type':_0x4bf201,'createdAt':new Date(),'authorId':_0x1745f8,'originalSuggestionId':_0x5814a8['id'],'attributes':_0x5814a8[_0x5ac997(0x294)],'data':_0x5814a8[_0x5ac997(0x1c6)]});const _0x64bb4e=this[_0x5ac997(0x25b)](_0x5814a8);(_0x5ac997(0x34e)==_0x5814a8[_0x5ac997(0x33c)]||_0x64bb4e&&this[_0x5ac997(0x235)](_0x64bb4e))&&(_0x534369=this[_0x5ac997(0x1a8)][_0x5ac997(0x2a5)](_0x534369[_0x5ac997(0x1f4)])),this[_0x5ac997(0x2d9)](_0x4bf201,_0x3e00d1,_0x1745f8,this[_0x5ac997(0x1a8)][_0x5ac997(0x1ab)](_0x534369,_0x5381a7));}[_0x1d6d3a(0x239)](_0x37614d,_0x2680ff=null){const _0xfcb759=_0x1d6d3a,_0xdbb93d=[],_0x3f5513=this[_0xfcb759(0x293)][_0xfcb759(0x27c)][_0xfcb759(0x30b)](_0xfcb759(0x290))['me'];Array[_0xfcb759(0x260)](_0x37614d)||(_0x37614d=[_0x37614d]);for(const _0x4ec94c of this[_0xfcb759(0x326)]()){if(!_0x4ec94c[_0xfcb759(0x25e)])continue;if(_0x2680ff&&_0x4ec94c[_0xfcb759(0x33c)]!=_0x2680ff)continue;let _0x20d3f4=!0x1;for(const _0x371c29 of _0x4ec94c[_0xfcb759(0x307)]()){for(const _0x1a0a6f of _0x37614d){const _0x8e708b=_0x1a0a6f[_0xfcb759(0x26d)][_0xfcb759(0x247)](_0x371c29[_0xfcb759(0x2d0)])||_0x1a0a6f[_0xfcb759(0x2d0)][_0xfcb759(0x247)](_0x371c29[_0xfcb759(0x26d)]);if(_0x8e708b||_0x1a0a6f[_0xfcb759(0x1c5)](_0x371c29)){const _0x1e99a7=_0x1a0a6f[_0xfcb759(0x20a)](_0x371c29)&&xt(this[_0xfcb759(0x1a8)][_0xfcb759(0x21d)],_0x371c29[_0xfcb759(0x26d)],_0x1a0a6f),_0x53cd2d=_0x371c29[_0xfcb759(0x20a)](_0x1a0a6f)&&xt(this[_0xfcb759(0x1a8)][_0xfcb759(0x21d)],_0x1a0a6f[_0xfcb759(0x26d)],_0x371c29);_0xdbb93d[_0xfcb759(0x23c)]({'suggestion':_0x4ec94c,'meta':{'isOwn':_0x3f5513==_0x4ec94c[_0xfcb759(0x28d)],'isNextTo':_0x8e708b,'isInsideObject':_0x1e99a7,'containsRangeInObject':_0x53cd2d}}),_0x20d3f4=!0x0;break;}}if(_0x20d3f4)break;}}return _0xdbb93d;}[_0x1d6d3a(0x2d9)](_0x4ee3ca,_0x74c397,_0x4e2a63,_0x54ab17,_0x3c2c27){const _0x4b2c24=_0x1d6d3a;this[_0x4b2c24(0x1a8)][_0x4b2c24(0x2cf)](_0xa7cd22=>{const _0x43aacc=_0x4b2c24;let _0x559208=_0x43aacc(0x1d6)+_0x4ee3ca+':'+_0x74c397+':'+_0x4e2a63;_0x3c2c27&&(_0x559208=_0x559208+':'+_0x3c2c27),_0xa7cd22[_0x43aacc(0x1ac)](_0x559208,{'range':_0x54ab17,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1d6d3a(0x297)](_0x5ec0db){const _0x118bca=_0x1d6d3a,_0x53edcd=_0x5ec0db[_0x118bca(0x1db)],_0x4c62d6=_0x5ec0db[_0x118bca(0x304)];_0x5ec0db[_0x118bca(0x1db)]=null,_0x5ec0db[_0x118bca(0x304)]=null,null!=_0x53edcd&&_0x53edcd[_0x118bca(0x304)]==_0x5ec0db&&(_0x53edcd[_0x118bca(0x304)]=_0x4c62d6),null!=_0x4c62d6&&_0x4c62d6[_0x118bca(0x1db)]==_0x5ec0db&&(_0x4c62d6[_0x118bca(0x1db)]=_0x53edcd),_0x118bca(0x27d)==this[_0x118bca(0x230)][_0x118bca(0x30b)](_0x5ec0db)&&(this[_0x118bca(0x230)][_0x118bca(0x2d2)](_0x5ec0db,_0x118bca(0x214)),this[_0x118bca(0x298)](_0x118bca(0x207),_0x5ec0db,_0x53edcd,_0x4c62d6));}[_0x1d6d3a(0x23d)](_0x1489c7){const _0x229d81=_0x1d6d3a,_0x36e794=_0x1489c7['id'],_0x2984ea=this[_0x229d81(0x2fe)](_0x1489c7);if(this[_0x229d81(0x277)]&&this[_0x229d81(0x277)][_0x229d81(0x1cf)]){const _0x5338a7=this[_0x229d81(0x293)][_0x229d81(0x27c)][_0x229d81(0x30b)](_0x229d81(0x1b2)),_0x30c2b2=_0x2984ea[_0x229d81(0x1b1)],_0x5caed1=_0x2984ea[_0x229d81(0x213)]?_0x2984ea[_0x229d81(0x33c)]+':'+_0x2984ea[_0x229d81(0x213)]:_0x2984ea[_0x229d81(0x33c)],_0x4cc415=this[_0x229d81(0x293)][_0x229d81(0x22f)],_0x26bd65=_0x5338a7[_0x229d81(0x2d3)](_0x1fa38f(_0x4cc415,_0x229d81(0x2bf))),_0x2166c2={'id':_0x36e794,'type':_0x5caed1,'hasComments':_0x30c2b2,'data':_0x1489c7[_0x229d81(0x1c6)]||null,'originalSuggestionId':_0x1489c7[_0x229d81(0x2e6)]||null,'attributes':_0x2984ea[_0x229d81(0x294)]};this[_0x229d81(0x277)][_0x229d81(0x1cf)](_0x2166c2)[_0x229d81(0x1f0)](_0x22c8a3=>{const _0x4af5c2=_0x229d81;_0x2984ea[_0x4af5c2(0x2f5)]=!0x0,_0x5338a7[_0x4af5c2(0x33d)](_0x26bd65),_0x22c8a3&&_0x22c8a3[_0x4af5c2(0x334)]&&(this[_0x4af5c2(0x276)][_0x4af5c2(0x30b)](_0x36e794)[_0x4af5c2(0x334)]=_0x22c8a3[_0x4af5c2(0x334)]);})[_0x229d81(0x2dd)](_0x8eee0d=>{const _0x3aaeea=_0x229d81;throw _0x41470d(_0x3aaeea(0x33e)),this[_0x3aaeea(0x293)][_0x3aaeea(0x2b6)][_0x3aaeea(0x2e7)]({'isUndoable':!0x1},()=>{const _0x2139ef=_0x3aaeea;_0x2984ea[_0x2139ef(0x20d)]();}),_0x2984ea[_0x3aaeea(0x251)](),this[_0x3aaeea(0x276)][_0x3aaeea(0x312)](_0x2984ea['id']),this[_0x3aaeea(0x230)][_0x3aaeea(0x312)](_0x2984ea),_0x8eee0d;});}return _0x2984ea;}[_0x1d6d3a(0x235)](_0x16d481){const _0x3c7502=_0x1d6d3a;return this[_0x3c7502(0x1f2)][_0x3c7502(0x1be)](_0x16d481);}[_0x1d6d3a(0x339)](_0x390c1f,_0x20d2d3){const _0x28e836=_0x1d6d3a,_0x5dfcd3=this[_0x28e836(0x293)][_0x28e836(0x27c)][_0x28e836(0x30b)](_0x28e836(0x1b2)),_0xd404c2=this[_0x28e836(0x2dc)](_0x390c1f);if(this[_0x28e836(0x277)]&&this[_0x28e836(0x277)][_0x28e836(0x2b5)]){if(_0xd404c2[_0x28e836(0x2f5)]){const _0x228482=_0x5dfcd3[_0x28e836(0x2d3)](_0x1fa38f(this[_0x28e836(0x293)][_0x28e836(0x22f)],_0x28e836(0x2bf)));this[_0x28e836(0x277)][_0x28e836(0x2b5)](_0x390c1f,_0x20d2d3)[_0x28e836(0x1f0)](()=>{const _0x53ae73=_0x28e836;_0x5dfcd3[_0x53ae73(0x33d)](_0x228482);});}else _0xd404c2['on'](_0x28e836(0x330),()=>{const _0x5ea224=_0x28e836;this[_0x5ea224(0x339)](_0x390c1f,_0x20d2d3);});}}[_0x1d6d3a(0x29c)](_0x2b8164){const _0x33df18=_0x1d6d3a;if(!this[_0x33df18(0x277)]||!this[_0x33df18(0x277)][_0x33df18(0x2dc)])throw new _0x357e0e(_0x33df18(0x2ec),this);return this[_0x33df18(0x277)][_0x33df18(0x2dc)](_0x2b8164);}[_0x1d6d3a(0x2df)](_0x1be623){const _0x4c775e=_0x1d6d3a,{id:_0x3faace,type:_0x3b3e5d,subType:_0x24b7b2,authorId:_0x3cf335}=this[_0x4c775e(0x23a)](_0x1be623),_0x21106c=this[_0x4c775e(0x276)][_0x4c775e(0x30b)](_0x3faace)||this[_0x4c775e(0x2c4)](_0x3b3e5d,_0x24b7b2,_0x3faace,_0x3cf335,{});switch(this[_0x4c775e(0x311)](_0x21106c,_0x3b3e5d,_0x24b7b2,_0x3cf335),this[_0x4c775e(0x230)][_0x4c775e(0x30b)](_0x21106c)){case _0x4c775e(0x1a5):this[_0x4c775e(0x29c)](_0x3faace)[_0x4c775e(0x1f0)](_0x3347cd=>{const _0x8d11b=_0x4c775e;let _0xaca41=Promise[_0x8d11b(0x303)]();_0x3347cd[_0x8d11b(0x1b1)]&&(_0xaca41=this[_0x8d11b(0x23e)][_0x8d11b(0x319)]({'channelId':this[_0x8d11b(0x293)][_0x8d11b(0x26e)][_0x8d11b(0x30b)](_0x8d11b(0x1e6)),'threadId':_0x3faace})),_0xaca41[_0x8d11b(0x1f0)](()=>{const _0x39ecb5=_0x8d11b;this[_0x39ecb5(0x2fe)](_0x3347cd)[_0x39ecb5(0x2f5)]=!0x0;});}),this[_0x4c775e(0x230)][_0x4c775e(0x2d2)](_0x21106c,_0x4c775e(0x1b3));break;case _0x4c775e(0x214):this[_0x4c775e(0x339)](_0x3faace,{'state':_0x4c775e(0x343)});case _0x4c775e(0x299):this[_0x4c775e(0x230)][_0x4c775e(0x2d2)](_0x21106c,_0x4c775e(0x27d)),this[_0x4c775e(0x298)](_0x4c775e(0x1b8),_0x21106c);break;case _0x4c775e(0x27d):this[_0x4c775e(0x298)](_0x4c775e(0x1b9),_0x21106c);}return _0x21106c[_0x4c775e(0x274)](_0x1be623),_0x21106c;}[_0x1d6d3a(0x24e)](_0x2060d0){const _0x614b0=_0x1d6d3a,_0x1e45dd=Array[_0x614b0(0x1e4)](_0x2060d0),_0x2c402f=_0x1e45dd[_0x614b0(0x314)](_0x2bab4d=>_0x614b0(0x1aa)==_0x2bab4d[_0x614b0(0x33c)]);this[_0x614b0(0x2e4)](_0x2c402f);const _0x399bca=_0x1e45dd[_0x614b0(0x314)](_0x4bd1b2=>!_0x4bd1b2[_0x614b0(0x32a)]&&_0x614b0(0x1aa)!=_0x4bd1b2[_0x614b0(0x33c)]),_0x2648db=this[_0x614b0(0x326)]({'skipNotAttached':!0x0})[_0x614b0(0x314)](_0x329d1e=>!_0x329d1e[_0x614b0(0x32a)]&&_0x614b0(0x1aa)!=_0x329d1e[_0x614b0(0x33c)]),_0x2d0e83=_0x2648db[_0x614b0(0x314)](_0x39569f=>!_0x2060d0[_0x614b0(0x1be)](_0x39569f)),_0x5e603e=new Map(_0x2648db[_0x614b0(0x31d)](_0x7ef63c=>[_0x7ef63c,this[_0x614b0(0x30d)][_0x614b0(0x28f)](_0x7ef63c[_0x614b0(0x33c)],_0x7ef63c[_0x614b0(0x213)],_0x614b0(0x243))])),_0x33bf8b=new Map(_0x2648db[_0x614b0(0x31d)](_0xd3566b=>[_0xd3566b,_0xd3566b[_0x614b0(0x273)]()])),_0xdddfb2=new Set(),_0x2787e9=new Set();for(let _0xcfa4c=0x0;_0xcfa4c<_0x399bca[_0x614b0(0x1cb)];_0xcfa4c++)_0x4ae723(_0x399bca[_0xcfa4c],_0x399bca,_0xcfa4c+0x1);for(let _0x421ba7=0x0;_0x421ba7<_0x399bca[_0x614b0(0x1cb)];_0x421ba7++)_0x4ae723(_0x399bca[_0x421ba7],_0x2d0e83,0x0);const _0x317cdf=new Set();for(let _0x201a04=0x0;_0x201a04<_0x399bca[_0x614b0(0x1cb)];_0x201a04++){const _0x4c115f=_0x399bca[_0x201a04];!_0x2787e9[_0x614b0(0x1be)](_0x4c115f)&&_0x4c115f[_0x614b0(0x1db)]&&(_0x317cdf[_0x614b0(0x2d3)](_0x4c115f[_0x614b0(0x1db)]),_0x4c115f[_0x614b0(0x1db)][_0x614b0(0x304)]===_0x4c115f&&(_0x4c115f[_0x614b0(0x1db)][_0x614b0(0x304)]=null),_0x4c115f[_0x614b0(0x1db)]=null),!_0xdddfb2[_0x614b0(0x1be)](_0x4c115f)&&_0x4c115f[_0x614b0(0x304)]&&(_0x317cdf[_0x614b0(0x2d3)](_0x4c115f[_0x614b0(0x304)]),_0x4c115f[_0x614b0(0x304)][_0x614b0(0x1db)]===_0x4c115f&&(_0x4c115f[_0x614b0(0x304)][_0x614b0(0x1db)]=null),_0x4c115f[_0x614b0(0x304)]=null);}function _0x4ae723(_0x2bb162,_0x240187,_0x43a8fc){const _0x28b714=_0x614b0;for(let _0x5bb15d=_0x43a8fc;_0x5bb15d<_0x240187[_0x28b714(0x1cb)];_0x5bb15d++){const _0x366d07=_0x38ce52(_0x2bb162,_0x240187[_0x5bb15d]);_0x366d07&&(_0x366d07[0x0][_0x28b714(0x304)]=_0x366d07[0x1],_0x366d07[0x1][_0x28b714(0x1db)]=_0x366d07[0x0],_0xdddfb2[_0x28b714(0x2d3)](_0x366d07[0x0]),_0x2787e9[_0x28b714(0x2d3)](_0x366d07[0x1]));}}function _0x38ce52(_0x55ba60,_0x31dcfa){const _0x1eeaf9=_0x614b0;if(_0x55ba60[_0x1eeaf9(0x28d)]['id']!==_0x31dcfa[_0x1eeaf9(0x28d)]['id'])return null;const _0x1c995c=_0x5e603e[_0x1eeaf9(0x30b)](_0x55ba60)(_0x55ba60,_0x31dcfa,_0x33bf8b[_0x1eeaf9(0x30b)](_0x55ba60),_0x33bf8b[_0x1eeaf9(0x30b)](_0x31dcfa));if(!_0x1c995c)return null;return _0x5e603e[_0x1eeaf9(0x30b)](_0x31dcfa)(_0x55ba60,_0x31dcfa,_0x33bf8b[_0x1eeaf9(0x30b)](_0x55ba60),_0x33bf8b[_0x1eeaf9(0x30b)](_0x31dcfa))?_0x1c995c[0x1][_0x1eeaf9(0x1f8)]&&_0x1c995c[0x1][_0x1eeaf9(0x1f8)][_0x1eeaf9(0x1cb)]?null:_0x1c995c:null;}_0x317cdf[_0x614b0(0x2d5)]&&this[_0x614b0(0x24e)](_0x317cdf);}[_0x1d6d3a(0x2e4)](_0x5bd58b){const _0x14048e=_0x1d6d3a;if(0x0==_0x5bd58b[_0x14048e(0x1cb)])return;const _0x35c328=this[_0x14048e(0x326)]({'skipNotAttached':!0x0})[_0x14048e(0x314)](_0x5a2d50=>_0x14048e(0x1aa)==_0x5a2d50[_0x14048e(0x33c)]&&_0x5a2d50[_0x14048e(0x31f)]),_0x140c1e=[],_0x1f35d6=new Map();for(const _0x51003f of _0x35c328){const _0x466a58=_0x58ffba(_0x51003f[_0x14048e(0x294)]);_0x1f35d6[_0x14048e(0x1be)](_0x466a58)||(_0x1f35d6[_0x14048e(0x2d2)](_0x466a58,_0x140c1e[_0x14048e(0x1cb)]),_0x140c1e[_0x14048e(0x23c)]([]));const _0x55f8e8=_0x1f35d6[_0x14048e(0x30b)](_0x466a58);_0x140c1e[_0x55f8e8][_0x14048e(0x23c)](_0x51003f);}!(function(){const _0x2ba00c=_0x14048e;_0x140c1e[_0x2ba00c(0x296)]((_0x8f007f,_0x3b41bc)=>{const _0x313afd=_0x2ba00c,_0x174905=_0x8f007f[0x0][_0x313afd(0x334)],_0x103ac4=_0x3b41bc[0x0][_0x313afd(0x334)];return _0x174905==_0x103ac4?_0x8f007f[0x0][_0x313afd(0x294)][_0x313afd(0x1ba)]<_0x3b41bc[0x0][_0x313afd(0x294)][_0x313afd(0x1ba)]?-0x1:0x1:_0x174905<_0x103ac4?-0x1:0x1;});for(const _0x213927 of _0x140c1e)_0x213927[_0x2ba00c(0x296)]((_0x2754de,_0x54c813)=>_0x2754de['id']<_0x54c813['id']?-0x1:0x1);}());for(let _0x544864=0x0;_0x544864<_0x140c1e[_0x14048e(0x1cb)];_0x544864++){if(0x0==_0x140c1e[_0x544864][_0x14048e(0x1cb)])continue;const _0x2096da=[];for(let _0x12121b=_0x544864+0x1;_0x12121b<_0x140c1e[_0x14048e(0x1cb)];_0x12121b++)0x0!=_0x140c1e[_0x12121b][_0x14048e(0x1cb)]&&_0x225c59(_0x140c1e[_0x544864],_0x140c1e[_0x12121b])&&_0x2096da[_0x14048e(0x23c)](_0x12121b);for(const _0x3b7433 of _0x2096da)_0x140c1e[_0x544864]=_0x140c1e[_0x544864][_0x14048e(0x2ea)](_0x140c1e[_0x3b7433]),_0x140c1e[_0x3b7433]=[];}for(const _0x3cc6eb of _0x140c1e)for(let _0xb3cf1a=0x0;_0xb3cf1a<_0x3cc6eb[_0x14048e(0x1cb)];_0xb3cf1a++)_0x3cc6eb[_0xb3cf1a][_0x14048e(0x304)]=_0x3cc6eb[_0xb3cf1a+0x1]||null;for(const _0x415506 of _0x140c1e)for(let _0x291bc5=0x0;_0x291bc5<_0x415506[_0x14048e(0x1cb)];_0x291bc5++)_0x415506[_0x291bc5][_0x14048e(0x1db)]=_0x415506[_0x291bc5-0x1]||null;function _0x225c59(_0xd29e27,_0x4c7b6e){const _0x4a2bb8=_0x14048e;if(_0xd29e27[0x0][_0x4a2bb8(0x294)][_0x4a2bb8(0x1ba)]!==_0x4c7b6e[0x0][_0x4a2bb8(0x294)][_0x4a2bb8(0x1ba)]&&_0xd29e27[0x0][_0x4a2bb8(0x28d)]!==_0x4c7b6e[0x0][_0x4a2bb8(0x28d)])return!0x1;if(!function(_0x5c27ef,_0x166a6e){const _0x29bd1b=_0x4a2bb8;if(!_0x5c27ef[_0x29bd1b(0x1b1)]&&!_0x166a6e[_0x29bd1b(0x1b1)])return!0x0;if(_0x5c27ef[_0x29bd1b(0x1b1)]&&_0x166a6e[_0x29bd1b(0x1b1)])return!0x1;if(_0x5c27ef[_0x29bd1b(0x1b1)]&&_0x166a6e[_0x29bd1b(0x334)]<_0x5c27ef[_0x29bd1b(0x1f8)][_0x29bd1b(0x2fd)][_0x29bd1b(0x30b)](0x0)[_0x29bd1b(0x334)])return!0x0;if(_0x166a6e[_0x29bd1b(0x1b1)]&&_0x5c27ef[_0x29bd1b(0x334)]<_0x166a6e[_0x29bd1b(0x1f8)][_0x29bd1b(0x2fd)][_0x29bd1b(0x30b)](0x0)[_0x29bd1b(0x334)])return!0x0;return!0x1;}(_0xd29e27[0x0],_0x4c7b6e[0x0]))return!0x1;const _0x23ae67=_0x2ae1ce(_0xd29e27[0x0][_0x4a2bb8(0x294)],_0x4a2bb8(0x1ba)),_0x53255e=_0x2ae1ce(_0x4c7b6e[0x0][_0x4a2bb8(0x294)],_0x4a2bb8(0x1ba));if(!_0x34e467(_0x23ae67,_0x53255e))return!0x1;return!!_0xd29e27[_0x4a2bb8(0x255)](_0x4c0cc2=>_0x4c7b6e[_0x4a2bb8(0x20b)](_0x3453f6=>_0x4c0cc2[_0x4a2bb8(0x273)]()[_0x4a2bb8(0x247)](_0x3453f6[_0x4a2bb8(0x273)]())))&&_0x4c7b6e[_0x4a2bb8(0x255)](_0x3a2ea5=>_0xd29e27[_0x4a2bb8(0x20b)](_0xf1a88a=>_0x3a2ea5[_0x4a2bb8(0x273)]()[_0x4a2bb8(0x247)](_0xf1a88a[_0x4a2bb8(0x273)]())));}}[_0x1d6d3a(0x1d0)](_0x3b4ade){const _0x5baca8=_0x1d6d3a,_0x1ff45e=Array[_0x5baca8(0x1e4)](_0x3b4ade),_0x4326c9=this[_0x5baca8(0x326)]({'skipNotAttached':!0x0}),_0x225a2c=_0x4326c9[_0x5baca8(0x314)](_0x2ef1d5=>!_0x3b4ade[_0x5baca8(0x1be)](_0x2ef1d5)),_0x19bde4=new Map(_0x1ff45e[_0x5baca8(0x31d)](_0x7de3c1=>[_0x7de3c1,this[_0x5baca8(0x30d)][_0x5baca8(0x28f)](_0x7de3c1[_0x5baca8(0x33c)],_0x7de3c1[_0x5baca8(0x213)],_0x5baca8(0x2e1))])),_0x482aa4=new Map(_0x4326c9[_0x5baca8(0x31d)](_0xb1e5ab=>[_0xb1e5ab,_0xb1e5ab[_0x5baca8(0x307)]()]));for(let _0xe831b2=0x0;_0xe831b2<_0x1ff45e[_0x5baca8(0x1cb)];_0xe831b2++){if(_0x463218(this,_0x1ff45e[_0xe831b2],_0x1ff45e,_0xe831b2+0x1))return!0x0;}for(let _0x5abfa7=0x0;_0x5abfa7<_0x1ff45e[_0x5baca8(0x1cb)];_0x5abfa7++){if(_0x463218(this,_0x1ff45e[_0x5abfa7],_0x225a2c,0x0))return!0x0;}return!0x1;function _0x463218(_0x586c6f,_0x6010ff,_0x1e8ea9,_0x2e73d8){const _0x564f10=_0x5baca8;for(let _0x1537c4=_0x2e73d8;_0x1537c4<_0x1e8ea9[_0x564f10(0x1cb)];_0x1537c4++){const _0x32ace6=_0x1e8ea9[_0x1537c4];if(_0x32ace6[_0x564f10(0x33c)]!==_0x6010ff[_0x564f10(0x33c)]||_0x32ace6[_0x564f10(0x28d)]['id']!==_0x6010ff[_0x564f10(0x28d)]['id']||_0x32ace6[_0x564f10(0x213)]!==_0x6010ff[_0x564f10(0x213)])continue;if(!Ft(_0x6010ff,_0x32ace6,[_0x564f10(0x1ba)]))continue;if(_0x564f10(0x1aa)==_0x6010ff[_0x564f10(0x33c)]&&_0x6010ff[_0x564f10(0x1c6)][_0x564f10(0x29e)]!=_0x32ace6[_0x564f10(0x1c6)][_0x564f10(0x29e)])continue;if(_0x564f10(0x1aa)==_0x6010ff[_0x564f10(0x33c)]&&_0x586c6f[_0x564f10(0x235)](_0x6010ff[_0x564f10(0x1c6)][_0x564f10(0x315)]))continue;if(_0x564f10(0x34e)==_0x6010ff[_0x564f10(0x33c)]){const _0x240c6b=_0x586c6f[_0x564f10(0x293)][_0x564f10(0x2b6)],_0xebf9ca=_0x6010ff[_0x564f10(0x27b)]();if(_0xebf9ca&&(_0x240c6b[_0x564f10(0x21d)][_0x564f10(0x2af)](_0xebf9ca)||_0x240c6b[_0x564f10(0x21d)][_0x564f10(0x2b3)](_0xebf9ca)))continue;}const _0x5843c8=_0x19bde4[_0x564f10(0x30b)](_0x6010ff),_0x114721=_0x482aa4[_0x564f10(0x30b)](_0x6010ff),_0x4a7f36=_0x482aa4[_0x564f10(0x30b)](_0x32ace6),_0x28e84c=_0x6010ff[_0x564f10(0x1f8)]&&_0x6010ff[_0x564f10(0x1f8)][_0x564f10(0x1cb)],_0x1b0564=_0x32ace6[_0x564f10(0x1f8)]&&_0x32ace6[_0x564f10(0x1f8)][_0x564f10(0x1cb)];if(!_0x28e84c&&_0x5843c8(_0x4a7f36,_0x114721))return _0x586c6f[_0x564f10(0x2a0)](_0x32ace6,_0x6010ff),_0x482aa4[_0x564f10(0x312)](_0x6010ff),!0x0;if(!_0x1b0564&&_0x5843c8(_0x114721,_0x4a7f36))return _0x586c6f[_0x564f10(0x2a0)](_0x6010ff,_0x32ace6),_0x482aa4[_0x564f10(0x312)](_0x32ace6),!0x0;}return!0x1;}}[_0x1d6d3a(0x2a0)](_0x3bc667,_0x4e5e01){const _0x351fd3=_0x1d6d3a;if(_0x3bc667[_0x351fd3(0x32a)]){for(const _0x5e9e80 of _0x4e5e01[_0x351fd3(0x307)]())_0x3bc667[_0x351fd3(0x28b)](_0x5e9e80);}else{const _0x1d5971=_0x4e5e01[_0x351fd3(0x273)]()[_0x351fd3(0x2d0)];this[_0x351fd3(0x2f2)](_0x3bc667,this[_0x351fd3(0x1a8)][_0x351fd3(0x1ab)](_0x3bc667[_0x351fd3(0x273)]()[_0x351fd3(0x26d)],_0x1d5971));}_0x4e5e01[_0x351fd3(0x2db)]();}[_0x1d6d3a(0x33b)](_0x29d4b3,_0x592459){const _0x95cb90=_0x1d6d3a,_0x3717a9=_0x29d4b3[_0x95cb90(0x1fe)](_0x95cb90(0x25a))||_0x29d4b3[_0x95cb90(0x1fe)](_0x95cb90(0x1aa))?_0x95cb90(0x31c):_0x29d4b3[_0x95cb90(0x1c2)]();return _0x1fa38f(this[_0x95cb90(0x293)][_0x95cb90(0x22f)],_0x592459+'_'+_0x3717a9+_0x95cb90(0x2ce));}[_0x1d6d3a(0x234)](){const _0x542583=_0x1d6d3a,_0x12cb40=this[_0x542583(0x293)];_0x4b8b15(this[_0x542583(0x1a8)],({left:_0x4d194c,entered:_0x5c75b0})=>{const _0x282f4c=_0x542583,_0x4ef63e=[];for(const _0x3b4cdd of _0x4d194c){const {group:_0x18bfa6,type:_0x1dabd1}=this[_0x282f4c(0x23a)](_0x3b4cdd[_0x282f4c(0x263)]);if(_0x282f4c(0x2f1)===_0x18bfa6){_0x4ef63e[_0x282f4c(0x23c)](this[_0x282f4c(0x33b)](_0x1dabd1,_0x282f4c(0x2d6)));break;}}for(const _0x1cb75d of _0x5c75b0){const {group:_0x4a3357,type:_0x56e498}=this[_0x282f4c(0x23a)](_0x1cb75d[_0x282f4c(0x263)]);if(_0x282f4c(0x2f1)===_0x4a3357){_0x4ef63e[_0x282f4c(0x23c)](this[_0x282f4c(0x33b)](_0x56e498,_0x282f4c(0x1d7)));break;}}_0x4ef63e[_0x282f4c(0x1cb)]&&_0x12cb40['ui'][_0x282f4c(0x2cc)][_0x282f4c(0x340)](_0x282f4c(0x1f1),_0x4ef63e[_0x282f4c(0x2e1)]('\x20'));});}[_0x1d6d3a(0x217)](_0x4c7594){const _0x20af38=_0x1d6d3a;if(this[_0x20af38(0x27e)])return!0x1;const _0x552c3e=this[_0x20af38(0x293)],_0x4520bb=_0x552c3e[_0x20af38(0x2b6)][_0x20af38(0x1b6)][_0x20af38(0x292)][_0x20af38(0x2a3)]();if(0x0==_0x4520bb[_0x20af38(0x1cb)])return!0x1;const _0x306f3d=[],_0xbe523c=_0x4520bb[_0x20af38(0x314)](_0x106250=>_0x20af38(0x1aa)==_0x106250[_0x20af38(0x33c)]),_0x4118a7=_0x4520bb[_0x20af38(0x314)](_0x466f77=>_0x20af38(0x1cd)==_0x466f77[_0x20af38(0x33c)]&&_0x20af38(0x1eb)!=_0x466f77[_0x20af38(0x263)]),_0x1d48b2=_0x4520bb[_0x20af38(0x314)](_0x3a2513=>_0x20af38(0x33d)==_0x3a2513[_0x20af38(0x33c)]&&_0x20af38(0x1eb)!=_0x3a2513[_0x20af38(0x263)]);for(const _0x214b1b of _0xbe523c)_0x306f3d[_0x20af38(0x23c)]({'key':_0x214b1b[_0x20af38(0x2cd)],'newValue':_0x214b1b[_0x20af38(0x281)],'oldValue':_0x214b1b[_0x20af38(0x34a)],'range':Ut(_0x214b1b[_0x20af38(0x2aa)],_0x552c3e[_0x20af38(0x2b6)])});for(const _0x4ae4bf of _0x4118a7){const _0x269ee1=_0x1d48b2[_0x20af38(0x291)](_0x5e0363=>_0x5e0363[_0x20af38(0x24c)][_0x20af38(0x247)](_0x4ae4bf[_0x20af38(0x24c)]));_0x269ee1&&_0x306f3d[_0x20af38(0x23c)]({'key':_0x20af38(0x22e),'newValue':_0x4ae4bf[_0x20af38(0x263)],'oldValue':_0x269ee1[_0x20af38(0x263)],'range':_0x552c3e[_0x20af38(0x2b6)][_0x20af38(0x1c7)](_0x4ae4bf[_0x20af38(0x24c)][_0x20af38(0x33a)])});}return 0x0!=_0x306f3d[_0x20af38(0x1cb)]&&this[_0x20af38(0x2c0)](_0x4c7594,_0x306f3d);}[_0x1d6d3a(0x338)](_0x57da94){const _0xfdf25f=_0x1d6d3a;let _0x295cbc=!0x1;const _0x35a6a4=this[_0xfdf25f(0x293)][_0xfdf25f(0x2b6)][_0xfdf25f(0x1b6)][_0xfdf25f(0x292)][_0xfdf25f(0x258)]()[_0xfdf25f(0x314)](_0x228c43=>_0x228c43[_0xfdf25f(0x1c6)][_0xfdf25f(0x1f5)]&&_0x228c43[_0xfdf25f(0x263)][_0xfdf25f(0x1fe)](_0xfdf25f(0x201)));for(const _0x54b6b8 of _0x35a6a4){const {subType:_0x2f326c,id:_0x2943ab}=this[_0xfdf25f(0x23a)](_0x54b6b8[_0xfdf25f(0x263)]),_0x14b449=_0x2f326c[_0xfdf25f(0x347)]('|')[0x0];for(const _0x79930c of this[_0xfdf25f(0x326)]({'skipNotAttached':!0x0}))_0x79930c['id']!=_0x2943ab&&_0xfdf25f(0x1aa)==_0x79930c[_0xfdf25f(0x33c)]&&_0x79930c[_0xfdf25f(0x1c6)]&&_0x79930c[_0xfdf25f(0x1c6)][_0xfdf25f(0x315)]==_0x14b449&&_0x79930c[_0xfdf25f(0x273)]()[_0xfdf25f(0x28e)](_0x54b6b8[_0xfdf25f(0x1c6)][_0xfdf25f(0x1f5)])&&(this[_0xfdf25f(0x24a)](_0x79930c,_0x54b6b8[_0xfdf25f(0x1c6)][_0xfdf25f(0x1f5)],_0x57da94),_0x295cbc=!0x0);}return _0x295cbc;}[_0x1d6d3a(0x2b7)](_0xcf61ec){const _0x2d2a93=_0x1d6d3a;this[_0x2d2a93(0x293)],(this[_0x2d2a93(0x27e)]=!0x0,_0xcf61ec());}[_0x1d6d3a(0x280)](_0xba414e){const _0xd43d46=_0x1d6d3a,_0x3ec439=this[_0xd43d46(0x235)](_0xba414e),_0x3b5d9d=this[_0xd43d46(0x29d)][_0xd43d46(0x1be)](_0xba414e);return _0x3ec439||_0x3b5d9d;}[_0x1d6d3a(0x2c0)](_0x11cd66,_0x2dff64){const _0x52bb24=_0x1d6d3a;if(0x0==_0x2dff64[_0x52bb24(0x1cb)])return!0x1;let _0x45a587=!0x1;for(const _0xd131eb of _0x2dff64){const _0x836855=this[_0x52bb24(0x239)](_0xd131eb[_0x52bb24(0x2aa)],_0x52bb24(0x1aa))[_0x52bb24(0x314)](_0x2bd120=>!_0x2bd120[_0x52bb24(0x332)][_0x52bb24(0x2f8)])[_0x52bb24(0x31d)](_0x1786f4=>_0x1786f4[_0x52bb24(0x2f1)]),_0x40897a=_0x58ffba({'newValue':_0xd131eb[_0x52bb24(0x30a)]});_0x836855[_0x52bb24(0x314)](_0x247811=>{const _0x5df5d8=_0x52bb24,[_0x78539f,_0x5e5b2e]=_0x247811[_0x5df5d8(0x213)][_0x5df5d8(0x347)]('|');return _0x78539f==_0xd131eb[_0x5df5d8(0x315)]&&_0x5e5b2e!=_0x40897a;})[_0x52bb24(0x1dd)](_0xa936b4=>{const _0x2d8a76=_0x52bb24;this[_0x2d8a76(0x24a)](_0xa936b4,_0xd131eb[_0x2d8a76(0x2aa)],_0x11cd66),_0x45a587=!0x0;});}return _0x45a587;}[_0x1d6d3a(0x24a)](_0x6f2e74,_0x16b057,_0x5c8d67){const _0x11e95b=_0x1d6d3a,_0xdc06f=_0x6f2e74[_0x11e95b(0x273)]()[_0x11e95b(0x31e)](_0x16b057);0x0!==_0xdc06f[_0x11e95b(0x1cb)]?0x1!==_0xdc06f[_0x11e95b(0x1cb)]?this[_0x11e95b(0x1c4)](_0x6f2e74,_0x16b057[_0x11e95b(0x26d)],_0x16b057[_0x11e95b(0x2d0)]):this[_0x11e95b(0x2f2)](_0x6f2e74,_0xdc06f[0x0]):_0x5c8d67[_0x11e95b(0x220)](_0x6f2e74[_0x11e95b(0x2d1)]());}}class Bt{constructor(_0x27ae70){const _0x892f9a=_0x1d6d3a;this[_0x892f9a(0x264)]=_0x27ae70,this[_0x892f9a(0x1a8)]=_0x27ae70[_0x892f9a(0x2b6)],this[_0x892f9a(0x2fb)]=new Map(),this[_0x892f9a(0x242)]=new Map(),this[_0x892f9a(0x240)]();}[_0x1d6d3a(0x2bb)](_0x47b279,_0x1078aa,_0x539233,_0x12b1d3,_0x305558,_0x5c0629){const _0x4865a2=_0x1d6d3a;return new _0x4e2654(this[_0x4865a2(0x1a8)],{'type':_0x47b279,'subType':_0x1078aa,'id':_0x539233,'author':_0x12b1d3,'creator':_0x12b1d3,'attributes':_0x305558,'onAttributesChange':_0x5c0629,'onAccept':(..._0x5da4f2)=>this[_0x4865a2(0x28f)](_0x47b279,_0x1078aa,_0x4865a2(0x33f))(..._0x5da4f2),'onDiscard':(..._0x4741d9)=>this[_0x4865a2(0x28f)](_0x47b279,_0x1078aa,_0x4865a2(0x20d))(..._0x4741d9)});}[_0x1d6d3a(0x333)](_0x306dc4,_0x200a4e,_0x308104,_0x979d68){const _0x134cf3=_0x1d6d3a,_0x178231=_0x306dc4+':'+_0x200a4e+':'+_0x308104;this[_0x134cf3(0x2fb)][_0x134cf3(0x2d2)](_0x178231,_0x979d68);}[_0x1d6d3a(0x28f)](_0x5d5f06,_0x3a9f86,_0x25346f){const _0x50d3b8=_0x1d6d3a,_0x47ff05=_0x5d5f06+':'+_0x3a9f86+':'+_0x25346f;return this[_0x50d3b8(0x2fb)][_0x50d3b8(0x30b)](_0x47ff05)||this[_0x50d3b8(0x242)][_0x50d3b8(0x30b)](_0x5d5f06+':'+_0x25346f);}[_0x1d6d3a(0x240)](){const _0x4f61bc=_0x1d6d3a,_0x1b4f30=()=>!0x1,_0xc7063=_0x1f0ccd=>{const _0x45ca1d=_0x5cff;_0x1f0ccd[_0x45ca1d(0x296)]((_0x59208d,_0x51686b)=>_0x59208d[_0x45ca1d(0x26d)][_0x45ca1d(0x2c1)](_0x51686b[_0x45ca1d(0x26d)])?0x1:-0x1),this[_0x45ca1d(0x1a8)][_0x45ca1d(0x2cf)](_0x54b35d=>{const _0x389bdd=_0x45ca1d;for(const _0x21b1da of _0x1f0ccd){let _0x3a3b87;_0x3a3b87=_0x21b1da[_0x389bdd(0x2d0)][_0x389bdd(0x221)]&&_0x21b1da[_0x389bdd(0x2d0)][_0x389bdd(0x1f4)]==_0x21b1da[_0x389bdd(0x26d)][_0x389bdd(0x33a)]?_0x54b35d[_0x389bdd(0x2c6)](_0x21b1da[_0x389bdd(0x26d)][_0x389bdd(0x33a)],'on'):_0x54b35d[_0x389bdd(0x2c6)](_0x21b1da),this[_0x389bdd(0x1a8)][_0x389bdd(0x26b)](_0x3a3b87,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x11d45e=(_0x3a6780,_0x5ae747)=>{const _0x2d2a0c=_0x5cff;_0x5ae747&&this[_0x2d2a0c(0x1a8)][_0x2d2a0c(0x2cf)](_0x44c02d=>{const _0x4f22b1=_0x2d2a0c,{commandName:_0x2a626a,commandParams:_0x5ee875=[]}=_0x5ae747,_0x322768=_0x3a6780[_0x4f22b1(0x31d)](_0x1c72c4=>(Rt(_0x1c72c4)&&(_0x1c72c4=this[_0x4f22b1(0x1a8)][_0x4f22b1(0x1ab)](_0x1c72c4[_0x4f22b1(0x2d0)])),_0x1c72c4))[_0x4f22b1(0x314)](_0x4eaf36=>_0x4f22b1(0x349)!==_0x4eaf36[_0x4f22b1(0x350)][_0x4f22b1(0x318)]);if(_0x322768[_0x4f22b1(0x1cb)]<0x1)return;const _0x2e2d07=Array[_0x4f22b1(0x1e4)](this[_0x4f22b1(0x1a8)][_0x4f22b1(0x1b6)][_0x4f22b1(0x212)][_0x4f22b1(0x307)]())[_0x4f22b1(0x31d)](_0x4750ad=>_0x38b4da[_0x4f22b1(0x229)](_0x4750ad));_0x44c02d[_0x4f22b1(0x29b)](_0x322768);for(const _0x688a25 of this[_0x4f22b1(0x264)][_0x4f22b1(0x218)][_0x4f22b1(0x218)]())_0x688a25[_0x4f22b1(0x1e2)]();_0x5ee875[_0x4f22b1(0x23c)]({'forceDefaultExecution':!0x0}),this[_0x4f22b1(0x264)][_0x4f22b1(0x2b1)](_0x2a626a,..._0x5ee875);const _0x474f57=_0x2e2d07[_0x4f22b1(0x314)](_0x305016=>_0x4f22b1(0x349)!=_0x305016[_0x4f22b1(0x350)][_0x4f22b1(0x318)]);_0x474f57[_0x4f22b1(0x1cb)]>0x0&&_0x44c02d[_0x4f22b1(0x29b)](_0x474f57);for(const _0x3de419 of _0x2e2d07)_0x3de419[_0x4f22b1(0x2fc)]();});},_0x356c14=(_0x352b6b,_0x336545)=>0x1==_0x352b6b[_0x4f61bc(0x1cb)]&&0x1==_0x336545[_0x4f61bc(0x1cb)]&&_0x352b6b[0x0][_0x4f61bc(0x2d0)][_0x4f61bc(0x247)](_0x336545[0x0][_0x4f61bc(0x26d)]),_0xd8527c=(_0x1bd882,_0x33ee80,_0xd33280,_0x250ca8)=>Gt(_0x1bd882,_0x33ee80,_0xd33280,_0x250ca8,this[_0x4f61bc(0x1a8)])?[_0x1bd882,_0x33ee80]:Gt(_0x33ee80,_0x1bd882,_0x250ca8,_0xd33280,this[_0x4f61bc(0x1a8)])?[_0x33ee80,_0x1bd882]:null;this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x1f3),_0x1b4f30),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x238),_0xc7063),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x1c0),_0x356c14),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x20f),_0xd8527c),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x1bd),_0xc7063),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x278),_0x1b4f30),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x2bc),_0x356c14),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x313),_0xd8527c),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x2d8),_0x11d45e),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x29a),_0x1b4f30),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x20e),_0x356c14),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x28a),_0x1b4f30),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x34b),_0x11d45e),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x26c),_0x1b4f30),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x2a6),_0x356c14),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x2e5),_0x1b4f30),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x248),_0x1b4f30),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x2a1),(_0x53b735,_0x29819b)=>{const _0x39ef24=_0x4f61bc;if(!_0x29819b)return;const _0xfe8ce2=this[_0x39ef24(0x264)][_0x39ef24(0x27c)][_0x39ef24(0x30b)](p);this[_0x39ef24(0x1a8)][_0x39ef24(0x2cf)](_0x4a6454=>{const _0x27af92=_0x39ef24;if(_0x27af92(0x22e)==_0x29819b[_0x27af92(0x315)])for(const _0x77c63f of _0x53b735){const _0x2a3c93=_0x77c63f[_0x27af92(0x26d)][_0x27af92(0x33a)],_0x49beff=_0x29819b[_0x27af92(0x29e)];_0x4a6454[_0x27af92(0x1a6)](_0x2a3c93,_0x49beff);}else{if(_0xfe8ce2[_0x27af92(0x235)](_0x29819b[_0x27af92(0x315)])){for(const _0x337210 of _0x53b735)void 0x0!==_0x29819b[_0x27af92(0x29e)]?_0x4a6454[_0x27af92(0x31a)](_0x29819b[_0x27af92(0x315)],_0x29819b[_0x27af92(0x29e)],_0x337210[_0x27af92(0x26d)][_0x27af92(0x33a)]):_0x4a6454[_0x27af92(0x21e)](_0x29819b[_0x27af92(0x315)],_0x337210[_0x27af92(0x26d)][_0x27af92(0x33a)]);}else{for(const _0x36122a of _0x53b735)_0x29819b[_0x27af92(0x29e)]?_0x4a6454[_0x27af92(0x31a)](_0x29819b[_0x27af92(0x315)],_0x29819b[_0x27af92(0x29e)],_0x36122a):_0x4a6454[_0x27af92(0x21e)](_0x29819b[_0x27af92(0x315)],_0x36122a);}}});}),this[_0x4f61bc(0x242)][_0x4f61bc(0x2d2)](_0x4f61bc(0x337),_0x356c14);}}function xt(_0x48e238,_0x9a9edd,_0x35a781){const _0x3973a9=_0x1d6d3a;for(const _0x32fd78 of _0x9a9edd[_0x3973a9(0x1f4)][_0x3973a9(0x22d)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x32fd78[_0x3973a9(0x350)]==_0x32fd78)return!0x1;if(!_0x35a781[_0x3973a9(0x200)](_0x32fd78))return!0x1;if(_0x48e238[_0x3973a9(0x2af)](_0x32fd78)||_0x48e238[_0x3973a9(0x2b3)](_0x32fd78))return!0x0;}return!0x1;}function Rt(_0x38ba28){const _0xc37694=_0x1d6d3a;return _0x38ba28[_0xc37694(0x2d0)][_0xc37694(0x1f4)]==_0x38ba28[_0xc37694(0x26d)][_0xc37694(0x33a)]&&_0x38ba28[_0xc37694(0x2d0)][_0xc37694(0x2a4)];}function Tt(_0x3f88cb,_0x1b3677,_0x33f440,_0x53d24f){const _0x32fc37=_0x1d6d3a,_0x1809bd=_0x288c1f=>!_0x288c1f[_0x32fc37(0x25d)]['is'](_0x32fc37(0x256))&&!_0x53d24f[_0x32fc37(0x2af)](_0x288c1f[_0x32fc37(0x25d)]),_0x4f6bb1=_0x3f88cb[_0x32fc37(0x26d)][_0x32fc37(0x305)](_0x1809bd),_0x20da7f=_0x3f88cb[_0x32fc37(0x2d0)][_0x32fc37(0x305)](_0x1809bd,{'direction':_0x32fc37(0x1f7)});return(!_0x3f88cb[_0x32fc37(0x26d)][_0x32fc37(0x247)](_0x4f6bb1)||!_0x3f88cb[_0x32fc37(0x2d0)][_0x32fc37(0x247)](_0x20da7f))&&(_0x4f6bb1[_0x32fc37(0x2c1)](_0x20da7f)?_0x33f440[_0x32fc37(0x2ca)](_0x1b3677,{'range':_0x33f440[_0x32fc37(0x1ab)](_0x4f6bb1,_0x20da7f)}):_0x33f440[_0x32fc37(0x220)](_0x1b3677),!0x0);}function Et(_0xd9cba2){return _0x58ffba(_0xd9cba2);}function Vt(_0x4731ce){const _0x34d875=_0x1d6d3a,_0x22cdd5=_0x4731ce[_0x34d875(0x26d)][_0x34d875(0x33a)];return _0x22cdd5&&_0x22cdd5['is'](_0x34d875(0x328));}function Ut(_0x44e5a7,_0x187a6f){const _0x581460=_0x1d6d3a;return null==_0x44e5a7[_0x581460(0x2d0)][_0x581460(0x261)]&&_0x44e5a7[_0x581460(0x2d0)][_0x581460(0x1f4)]==_0x44e5a7[_0x581460(0x26d)][_0x581460(0x33a)]?Ot(_0x44e5a7[_0x581460(0x26d)][_0x581460(0x33a)],_0x187a6f):_0x44e5a7;}function Ot(_0x58d85f,_0x2b1f68){const _0x3368e9=_0x1d6d3a,_0x1681ea=_0x2b1f68[_0x3368e9(0x21d)][_0x3368e9(0x2af)](_0x58d85f)||_0x2b1f68[_0x3368e9(0x21d)][_0x3368e9(0x241)](_0x58d85f);return _0x2b1f68[_0x3368e9(0x1ab)](_0x2b1f68[_0x3368e9(0x1e9)](_0x58d85f,_0x3368e9(0x2c9)),_0x1681ea?_0x2b1f68[_0x3368e9(0x1df)](_0x58d85f):_0x2b1f68[_0x3368e9(0x1e9)](_0x58d85f,_0x3368e9(0x2d0)));}function Gt(_0x2211aa,_0x28d96d,_0x81a17a,_0x1bb110,_0x183a36){const _0x58ba9f=_0x1d6d3a;if(!Ft(_0x2211aa,_0x28d96d))return!0x1;if(_0x81a17a[_0x58ba9f(0x2d0)][_0x58ba9f(0x247)](_0x1bb110[_0x58ba9f(0x26d)]))return!0x0;if(_0x2211aa[_0x58ba9f(0x33c)]!=_0x28d96d[_0x58ba9f(0x33c)])return!0x1;if(!_0x81a17a[_0x58ba9f(0x2d0)][_0x58ba9f(0x245)](_0x1bb110[_0x58ba9f(0x26d)]))return!0x1;const _0x2603e1=_0x183a36[_0x58ba9f(0x1ab)](_0x81a17a[_0x58ba9f(0x2d0)],_0x1bb110[_0x58ba9f(0x26d)])[_0x58ba9f(0x2e3)]();for(const _0x3c0d5b of _0x2603e1)if([_0x58ba9f(0x23f),_0x58ba9f(0x285)][_0x58ba9f(0x1b7)](_0x3c0d5b[_0x58ba9f(0x33c)])&&_0x183a36[_0x58ba9f(0x21d)][_0x58ba9f(0x2b3)](_0x3c0d5b[_0x58ba9f(0x25d)]))return!0x1;return!0x0;}function Ft(_0x3617c9,_0x3dca00,_0x192b7c=[]){const _0x26f5ef=_0x1d6d3a;return!(!_0x3617c9[_0x26f5ef(0x31f)]||!_0x3dca00[_0x26f5ef(0x31f)])&&_0x34e467(_0x2ae1ce(_0x3617c9[_0x26f5ef(0x294)],_0x192b7c),_0x2ae1ce(_0x3dca00[_0x26f5ef(0x294)],_0x192b7c));}function Pt(_0x2bc38c,_0x3bc002){const _0x357605=_0x1d6d3a,_0x532fd6=Lt(_0x2bc38c[_0x357605(0x294)]),_0x2ae5dd=Lt(_0x3bc002);if(!_0x2bc38c[_0x357605(0x31f)])return!0x1;for(const _0x3450e7 of Object[_0x357605(0x25f)](_0x2ae5dd))if(!_0x34e467(_0x532fd6[_0x3450e7],_0x2ae5dd[_0x3450e7]))return!0x1;return!0x0;}function Lt(_0x759ec5){const _0x13bba6=_0x1d6d3a,_0x1bc86f=Object[_0x13bba6(0x300)]({},_0x759ec5);return delete _0x1bc86f[_0x13bba6(0x1e0)],delete _0x1bc86f[_0x13bba6(0x329)],_0x1bc86f;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x48e852=_0x30be;(function(_0x76b06d,_0x196bbe){const _0x5434b3=_0x30be,_0x37adcf=_0x76b06d();while(!![]){try{const _0x56e0bd=parseInt(_0x5434b3(0x139))/0x1*(parseInt(_0x5434b3(0x109))/0x2)+-parseInt(_0x5434b3(0x12d))/0x3+parseInt(_0x5434b3(0x148))/0x4+-parseInt(_0x5434b3(0x132))/0x5*(-parseInt(_0x5434b3(0x123))/0x6)+-parseInt(_0x5434b3(0x10c))/0x7+parseInt(_0x5434b3(0x108))/0x8+parseInt(_0x5434b3(0x120))/0x9;if(_0x56e0bd===_0x196bbe)break;else _0x37adcf['push'](_0x37adcf['shift']());}catch(_0x53d17d){_0x37adcf['push'](_0x37adcf['shift']());}}}(_0x3ea0,0x8b502));import{Plugin as _0x77e050}from'ckeditor5/src/core.js';import{Collection as _0x4253f8}from'ckeditor5/src/utils.js';import{ViewModel as _0x477b12,SplitButtonView as _0x44948b,createDropdown as _0x175038,addListToDropdown as _0x4ea1b8}from'ckeditor5/src/ui.js';function _0x3ea0(){const _0x1884b2=['view','_destroyController','trackChanges.disableComments','editing','trackChanges.SuggestionThreadView','3732296elazkl','32212isxVNM','addSourceCollector','_createUIButton','6350694yZGktr','length','getByInnerView','_descriptionFactory','Discard\x20all\x20suggestions','map','_disableComments','componentFactory','requires','get','getAllAdjacentSuggestions','_suggestionToController','unbind','registerAnnotation','head','commandName','focus','bind','pluginName','getRanges','5203278mFVcdP','getFirstRange','define','1842WofYgw','plugins','locale','listenTo','value','editor','getMarkers','SuggestionThreadView','push','CommentsUI','1883661eoZvYR','actionView','separator','getSuggestion','discardSelectedSuggestions','5155QHYqJf','innerView','arrowView','refreshSelectedViews','_viewToController','set','buttonView','14yHrOif','commands','init','comments','TrackChangesEditing','from','createCommentThreadController','switchbutton','Accept\x20all\x20suggestions','_handleSuggestionControllerDelayed','source','discardButton','type','Track\x20changes','model','2076300MUtgEl','createAnnotationView','createAnnotation','_updateController','commentThread','remove','discardAllSuggestions','mainView','getJoined','trackChanges','suggestionLoaded','some','CommentView','reduce','isOn','Annotations','acceptAllSuggestions','button','TrackChangesUI','addComment','clear','getMarkerNames','activeAnnotations','config','suggestion-','toMany','lowest','descriptionParts','_refreshActiveMarkers','comments.editorConfig','change:previous','comments.maxCommentCharsWhenCollapsed','comments.maxThreadTotalWeight','keys','destroy','_annotationViews','has','isMultiRange','isInContent','acceptSelectedSuggestions','CommentsRepository','filter','stopListening','_handleControllerBuffer','_unbindEditors','activeMarkers','isDirty','Discard\x20all\x20selected\x20suggestions','suggestionUnloaded','previous','getDescriptions','isEnabled','values','execute','acceptButton','Accept\x20all\x20selected\x20suggestions','suggestionChanged','size','add','_bindAnnotationToEditors','hasSuggestion','delete','EditorAnnotations','change:activeAnnotations','_initializeController','comments.maxCommentsWhenCollapsed'];_0x3ea0=function(){return _0x1884b2;};return _0x3ea0();}import{Users as _0x5320be,getDateTimeFormatter as _0x3f389e,getAllMarkersDomElementsSorted as _0x2d9efd}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x306a86 from'./trackchangesediting.js';import _0x5b22fb from'./ui/suggestioncontroller.js';import _0x60101 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x3876fd}from'./utils/common-translations.js';function _0x30be(_0x50a92d,_0x1325b5){const _0x3ea0d9=_0x3ea0();return _0x30be=function(_0x30be59,_0x110dd0){_0x30be59=_0x30be59-0xc2;let _0x41de3f=_0x3ea0d9[_0x30be59];return _0x41de3f;},_0x30be(_0x50a92d,_0x1325b5);}import _0x52e25e from'../theme/icons/track-changes.svg';export default class d extends _0x77e050{static get[_0x48e852(0x114)](){const _0x104e96=_0x48e852;return[_0x306a86,_0x5320be,_0x104e96(0xe9),_0x104e96(0xd0),_0x104e96(0xff)];}static get[_0x48e852(0x11e)](){const _0x18b69f=_0x48e852;return _0x18b69f(0xd3);}constructor(_0x278b7a){const _0x330d7a=_0x48e852;super(_0x278b7a),this[_0x330d7a(0x117)]=new Map(),this[_0x330d7a(0x136)]=new Map(),this[_0x330d7a(0xe4)]=new Map(),this[_0x330d7a(0xec)]=new Map();const _0x341d1f=this[_0x330d7a(0x128)][_0x330d7a(0xd8)];_0x341d1f[_0x330d7a(0x122)](_0x330d7a(0x107),_0x60101),_0x341d1f[_0x330d7a(0x122)](_0x330d7a(0x105),!0x1),this[_0x330d7a(0x112)]=_0x341d1f[_0x330d7a(0x115)](_0x330d7a(0x105));}[_0x48e852(0x142)](_0x2267ea,_0x3eb758){const _0x2b4038=_0x48e852;0x0===this[_0x2b4038(0xec)][_0x2b4038(0xfa)]&&setTimeout(()=>{const _0x16a33e=_0x2b4038;for(const [_0x27ecea,_0x9e20a8]of this[_0x16a33e(0xec)]){const _0xc7ab8c=this[_0x16a33e(0x117)][_0x16a33e(0xe5)](_0x27ecea);_0xc7ab8c||_0x9e20a8?_0xc7ab8c&&_0x9e20a8&&this[_0x16a33e(0x104)](_0x27ecea):this[_0x16a33e(0x101)](_0x27ecea);}this[_0x16a33e(0xec)][_0x16a33e(0xd5)](),this[_0x16a33e(0x128)][_0x16a33e(0x124)][_0x16a33e(0x115)](_0x16a33e(0xff))[_0x16a33e(0x135)](),this[_0x16a33e(0xdd)]();},0xa),this[_0x2b4038(0xec)][_0x2b4038(0x137)](_0x2267ea,_0x3eb758);}[_0x48e852(0x13b)](){const _0x239dc8=_0x48e852,_0x49154b=this[_0x239dc8(0x128)],_0x36e792=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0x13d)),_0x555d38=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0xd0)),_0x3b08f4=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0xff)),_0x2d980b=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0xe9));_0x49154b['ui'][_0x239dc8(0x113)][_0x239dc8(0xfb)](_0x239dc8(0xca),_0x1d8646=>this[_0x239dc8(0x10b)](_0x1d8646)),_0x3b08f4[_0x239dc8(0x10a)](()=>{const _0x253b30=_0x239dc8,_0x3e20f0=[];for(const [_0x5b2296,_0x14ec24]of Array[_0x253b30(0x13e)](this[_0x253b30(0x117)])){const _0x2a13af=_0x5b2296[_0x253b30(0x116)](),_0x2435da=[];for(const _0x16679b of _0x2a13af){if(!_0x16679b[_0x253b30(0xe7)])continue;if(_0x16679b[_0x253b30(0xe6)]){_0x2435da[_0x253b30(0x12b)](..._0x16679b[_0x253b30(0x11f)]());continue;}const _0xfd657f=_0x16679b[_0x253b30(0x121)]();if(_0x2435da[_0x253b30(0x10d)]>0x0){const _0x4fd831=_0x2435da[0x0][_0x253b30(0xc9)](_0xfd657f);if(_0x4fd831){_0x2435da[0x0]=_0x4fd831;continue;}}_0x2435da[_0x253b30(0x12b)](_0xfd657f);}_0x3e20f0[_0x253b30(0x12b)]([_0x14ec24[_0x253b30(0x103)],_0x2435da]);}return _0x3e20f0;}),this[_0x239dc8(0x126)](_0x36e792,_0x239dc8(0xcb),(_0x1baedd,_0x53e5bc)=>{const _0x3fc583=_0x239dc8;this[_0x3fc583(0x126)](_0x53e5bc,_0x3fc583(0xdf),(_0x2ddd36,_0x3da60b,_0x29529b,_0x55b340)=>{const _0x5b0ae4=_0x3fc583;_0x53e5bc[_0x5b0ae4(0xe7)]&&(null==_0x29529b?(this[_0x5b0ae4(0xc4)](_0x55b340[_0x5b0ae4(0x11a)]),this[_0x5b0ae4(0x142)](_0x53e5bc,!0x1)):(this[_0x5b0ae4(0xc4)](_0x29529b[_0x5b0ae4(0x11a)]),null==_0x55b340&&this[_0x5b0ae4(0x142)](_0x53e5bc,!0x0)));}),null!==_0x53e5bc[_0x3fc583(0xf2)]?this[_0x3fc583(0xc4)](_0x53e5bc[_0x3fc583(0x11a)]):this[_0x3fc583(0x142)](_0x53e5bc,!0x1);}),this[_0x239dc8(0x126)](_0x36e792,_0x239dc8(0xf1),(_0x361187,_0x899a08,_0x230966)=>{const _0x2f77ee=_0x239dc8;this[_0x2f77ee(0xeb)](_0x899a08,_0x2f77ee(0xdf)),this[_0x2f77ee(0xec)][_0x2f77ee(0xfe)](_0x899a08),this[_0x2f77ee(0x117)][_0x2f77ee(0xe5)](_0x899a08)&&this[_0x2f77ee(0x104)](_0x899a08),_0x230966&&this[_0x2f77ee(0xc4)](_0x230966[_0x2f77ee(0x11a)]);}),this[_0x239dc8(0x126)](_0x36e792,_0x239dc8(0xf9),(_0x5b9df9,_0x533e28)=>{const _0x26dfa8=_0x239dc8;this[_0x26dfa8(0xc4)](_0x533e28);}),this[_0x239dc8(0x126)](_0x555d38,_0x239dc8(0x100),()=>{const _0x3cad25=_0x239dc8;this[_0x3cad25(0xdd)]();}),this[_0x239dc8(0x126)](_0x2d980b,_0x239dc8(0xd4),(_0x1b3ea5,{threadId:_0xe1b526,isFromAdapter:_0x21c947})=>{const _0x5107e5=_0x239dc8;if(_0x21c947||!_0x36e792[_0x5107e5(0xfd)](_0xe1b526))return;const _0x329fb8=_0x36e792[_0x5107e5(0x130)](_0xe1b526);this[_0x5107e5(0x117)][_0x5107e5(0x115)](_0x329fb8)[_0x5107e5(0x103)][_0x5107e5(0x11c)]();},{'priority':_0x239dc8(0xdb)});}[_0x48e852(0xdd)](){const _0x341c52=_0x48e852,_0x5f4da6=this[_0x341c52(0x128)][_0x341c52(0x124)][_0x341c52(0x115)](_0x341c52(0xd0)),_0x2dd0da=this[_0x341c52(0x128)][_0x341c52(0x124)][_0x341c52(0x115)](_0x341c52(0x13d)),_0x424bb3=Array[_0x341c52(0x13e)](_0x5f4da6[_0x341c52(0xd7)],_0xdb5c4b=>_0xdb5c4b[_0x341c52(0x133)])[_0x341c52(0xea)](_0x508cc3=>this[_0x341c52(0x136)][_0x341c52(0xe5)](_0x508cc3)),_0x28f381=[];for(const _0x5520f8 of _0x424bb3){const _0x5ab9e4=this[_0x341c52(0x136)][_0x341c52(0x115)](_0x5520f8)[_0x341c52(0x147)][_0x341c52(0x116)]();_0x28f381[_0x341c52(0x12b)](..._0x5ab9e4[_0x341c52(0xce)]((_0x44337c,_0x312d79)=>[..._0x44337c,..._0x312d79[_0x341c52(0xd6)]()],[]));}_0x2dd0da[_0x341c52(0xee)]=_0x28f381;}[_0x48e852(0x10b)](_0x5bbf22){const _0x13584c=_0x48e852,_0x5341f3=_0x175038(_0x5bbf22,_0x44948b),_0x241bc5=this[_0x13584c(0x128)][_0x13584c(0x13a)][_0x13584c(0x115)](_0x13584c(0xca)),_0x1c58b2=_0x3876fd(_0x5bbf22,_0x13584c(0x146));_0x5341f3[_0x13584c(0x138)][_0x13584c(0x137)]({'tooltip':_0x1c58b2,'label':_0x1c58b2,'icon':_0x52e25e}),_0x5341f3[_0x13584c(0x138)][_0x13584c(0x11d)](_0x13584c(0xcf))['to'](_0x241bc5,_0x13584c(0x127)),_0x5341f3[_0x13584c(0x138)]['on'](_0x13584c(0xf6),()=>{const _0x28b520=_0x13584c;_0x241bc5[_0x28b520(0xf6)](),this[_0x28b520(0x128)][_0x28b520(0x106)][_0x28b520(0x103)][_0x28b520(0x11c)]();});const _0x25a374=new _0x4253f8(),_0x4bf0bf=[{'type':_0x13584c(0x140),'model':{'withText':!0x0,'label':_0x1c58b2,'commandName':_0x13584c(0xca)}},{'type':_0x13584c(0x12f)},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0x141)),'commandName':_0x13584c(0xd1)}},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0xf8)),'commandName':_0x13584c(0xe8)}},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0x110)),'commandName':_0x13584c(0xc7)}},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0xf0)),'commandName':_0x13584c(0x131)}}];for(const _0xe73094 of _0x4bf0bf){let _0x2e155c={'type':_0x13584c(0x12f)};if(_0xe73094[_0x13584c(0x147)]){const _0x171ee8=new _0x477b12(_0xe73094[_0x13584c(0x147)]),_0x5a3f32=this[_0x13584c(0x128)][_0x13584c(0x13a)][_0x13584c(0x115)](_0x171ee8[_0x13584c(0x11b)]);_0x171ee8[_0x13584c(0x11d)](_0x13584c(0xcf),_0x13584c(0xf4))['to'](_0x5a3f32,_0x13584c(0x127),_0x13584c(0xf4)),_0x2e155c={'type':_0xe73094[_0x13584c(0x145)],'model':_0x171ee8};}_0x25a374[_0x13584c(0xfb)](_0x2e155c);}_0x4ea1b8(_0x5341f3,_0x25a374);const _0x2d5b49=_0x4bf0bf[_0x13584c(0xea)](_0x4e0d2d=>null!=_0x4e0d2d[_0x13584c(0x147)])[_0x13584c(0x111)](_0x49ddef=>this[_0x13584c(0x128)][_0x13584c(0x13a)][_0x13584c(0x115)](_0x49ddef[_0x13584c(0x147)][_0x13584c(0x11b)])),_0x12141f=_0x5341f3[_0x13584c(0x138)];return _0x12141f[_0x13584c(0x12e)][_0x13584c(0x118)](_0x13584c(0xf4)),_0x12141f[_0x13584c(0x134)][_0x13584c(0x118)](_0x13584c(0xf4)),_0x12141f[_0x13584c(0x12e)][_0x13584c(0x11d)](_0x13584c(0xf4))['to'](_0x241bc5,_0x13584c(0xf4)),_0x12141f[_0x13584c(0x134)][_0x13584c(0x11d)](_0x13584c(0xf4))[_0x13584c(0xda)](_0x2d5b49,_0x13584c(0xf4),(..._0x5b1c64)=>_0x5b1c64[_0x13584c(0xcc)](_0x38a6ae=>_0x38a6ae)),_0x5341f3['on'](_0x13584c(0xf6),_0x31ca49=>{const _0x416384=_0x13584c;this[_0x416384(0x128)][_0x416384(0xf6)](_0x31ca49[_0x416384(0x143)][_0x416384(0x11b)]),this[_0x416384(0x128)][_0x416384(0x106)][_0x416384(0x103)][_0x416384(0x11c)]();}),_0x5341f3;}[_0x48e852(0x101)](_0x555919){const _0x25f672=_0x48e852,_0x391510=this[_0x25f672(0x128)],_0x2f2a96=_0x391510[_0x25f672(0xd8)],_0x303ad1=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0xd0)),_0x887a89=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0xe9)),_0xc428b5=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0xff)),_0x515777=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x5320be)['me'],_0x67397=_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xca))[_0x25f672(0x12a)],{CommentsListView:_0x12e5fa,CommentThreadInputView:_0x4756bd}=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0x12c));let _0x185b7c,_0x12db53;this[_0x25f672(0xe4)][_0x25f672(0xe5)](_0x555919['id'])?(_0x12db53=this[_0x25f672(0xe4)][_0x25f672(0x115)](_0x555919['id']),_0x185b7c=_0x12db53[_0x25f672(0xc8)]):(_0x185b7c=new _0x67397(_0x391510[_0x25f672(0x125)],_0x555919,_0x515777,{'disableComments':this[_0x25f672(0x112)],'editorConfig':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xde)),'maxCommentsWhenCollapsed':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0x102)),'maxThreadTotalWeight':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xe1)),'maxCommentCharsWhenCollapsed':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xe0)),'formatDateTime':_0x3f389e(_0x2f2a96[_0x25f672(0x115)](_0x25f672(0x125))),'CommentView':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0x13c))[_0x25f672(0xcd)],'CommentsListView':_0x12e5fa,'CommentThreadInputView':_0x4756bd}),_0x185b7c[_0x25f672(0xf7)]['on'](_0x25f672(0xf6),()=>{const _0x20881f=_0x25f672;_0x391510[_0x20881f(0x106)][_0x20881f(0x103)][_0x20881f(0x11c)]();}),_0x185b7c[_0x25f672(0x144)]['on'](_0x25f672(0xf6),()=>{const _0x520b01=_0x25f672;_0x391510[_0x520b01(0x106)][_0x520b01(0x103)][_0x520b01(0x11c)]();}),_0x12db53=_0x303ad1[_0x25f672(0xc2)](this[_0x25f672(0x128)][_0x25f672(0x125)],_0x185b7c),_0x12db53[_0x25f672(0x11d)](_0x25f672(0xef))['to'](_0x185b7c,_0x25f672(0xef)),_0x12db53[_0x25f672(0x11d)](_0x25f672(0x10d))['to'](_0x185b7c),_0x12db53[_0x25f672(0x11d)](_0x25f672(0x145))['to'](_0x185b7c,_0x25f672(0x145),_0x10b5b1=>_0x25f672(0xd9)+_0x10b5b1),this[_0x25f672(0xe4)][_0x25f672(0x137)](_0x555919['id'],_0x12db53));const _0x10855b=_0x887a89[_0x25f672(0x13f)](_0x555919[_0x25f672(0xc5)],_0x185b7c),_0x396ec7=new _0x5b22fb(_0x391510,_0x555919,_0x185b7c,_0x10855b),_0x22a0f9=_0x555919[_0x25f672(0x116)]()[_0x25f672(0xea)](_0x39c789=>_0x39c789[_0x25f672(0xe7)]);_0x185b7c[_0x25f672(0xdc)]=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0x13d))[_0x25f672(0x10f)][_0x25f672(0xf3)](_0x22a0f9),this[_0x25f672(0x117)][_0x25f672(0x137)](_0x555919,_0x396ec7),this[_0x25f672(0x136)][_0x25f672(0x137)](_0x185b7c,_0x396ec7);const _0x379d3e=_0x303ad1[_0x25f672(0xc3)]({'view':_0x12db53,'target':()=>{const _0xd68cb1=_0x25f672,_0x15713c=[],_0x4567bb=_0x555919[_0xd68cb1(0x116)]()[_0xd68cb1(0xea)](_0x55365b=>_0x55365b[_0xd68cb1(0xe7)]);for(const _0x4fddd9 of _0x4567bb)_0x15713c[_0xd68cb1(0x12b)](..._0x4fddd9[_0xd68cb1(0x129)]());return _0x2d9efd(_0x391510[_0xd68cb1(0x106)],_0x15713c);},'type':()=>_0x25f672(0xd9)+_0x396ec7[_0x25f672(0x103)][_0x25f672(0x145)]});_0x887a89[_0x25f672(0xfc)](_0x185b7c,_0x379d3e),_0x303ad1[_0x25f672(0xfb)](_0x379d3e),_0xc428b5[_0x25f672(0x119)](_0x379d3e);}[_0x48e852(0x104)](_0x50eac2){const _0x328117=_0x48e852,_0x3c3b97=this[_0x328117(0x128)][_0x328117(0x124)][_0x328117(0x115)](_0x328117(0xe9)),_0x37a021=this[_0x328117(0x128)][_0x328117(0x124)][_0x328117(0x115)](_0x328117(0xd0)),_0x8e742e=this[_0x328117(0x117)][_0x328117(0x115)](_0x50eac2),_0x109f24=_0x8e742e[_0x328117(0x103)],_0x1df620=_0x37a021[_0x328117(0x10e)](_0x109f24);_0x3c3b97[_0x328117(0xed)](_0x109f24),_0x1df620&&_0x37a021[_0x328117(0xc6)](_0x1df620),this[_0x328117(0x117)][_0x328117(0xfe)](_0x50eac2),this[_0x328117(0x136)][_0x328117(0xfe)](_0x109f24),_0x8e742e[_0x328117(0xe3)]();}[_0x48e852(0xc4)](_0x16e83e){const _0x10d752=_0x48e852;if(!_0x16e83e[_0x10d752(0xe7)]||!this[_0x10d752(0x117)][_0x10d752(0xe5)](_0x16e83e))return;const _0x417230=this[_0x10d752(0x128)][_0x10d752(0x124)][_0x10d752(0x115)](_0x10d752(0x13d)),_0x34b116=this[_0x10d752(0x117)][_0x10d752(0x115)](_0x16e83e),_0x4f8521=_0x16e83e[_0x10d752(0x116)]();_0x34b116[_0x10d752(0x103)][_0x10d752(0xdc)]=_0x417230[_0x10d752(0x10f)][_0x10d752(0xf3)](_0x4f8521);}[_0x48e852(0xe3)](){const _0x1eb2d5=_0x48e852;for(const _0x471e34 of this[_0x1eb2d5(0x117)][_0x1eb2d5(0xe2)]())this[_0x1eb2d5(0x104)](_0x471e34);for(const _0x2b4caf of this[_0x1eb2d5(0xe4)][_0x1eb2d5(0xf5)]())_0x2b4caf[_0x1eb2d5(0xc8)][_0x1eb2d5(0xe3)]();super[_0x1eb2d5(0xe3)]();}}
|
|
23
|
+
const _0x4e1236=_0x43ea;(function(_0x1c707f,_0x3c3abc){const _0x8bf8ba=_0x43ea,_0x20d90b=_0x1c707f();while(!![]){try{const _0x441d99=-parseInt(_0x8bf8ba(0x85))/0x1+parseInt(_0x8bf8ba(0xfd))/0x2+parseInt(_0x8bf8ba(0xa5))/0x3*(parseInt(_0x8bf8ba(0xa4))/0x4)+-parseInt(_0x8bf8ba(0x103))/0x5+parseInt(_0x8bf8ba(0xd5))/0x6+parseInt(_0x8bf8ba(0x100))/0x7*(parseInt(_0x8bf8ba(0xd2))/0x8)+-parseInt(_0x8bf8ba(0xde))/0x9;if(_0x441d99===_0x3c3abc)break;else _0x20d90b['push'](_0x20d90b['shift']());}catch(_0x53a6e1){_0x20d90b['push'](_0x20d90b['shift']());}}}(_0x5344,0x861c6));import{Plugin as _0x7467b8}from'ckeditor5/src/core.js';import{Collection as _0xd1291c}from'ckeditor5/src/utils.js';import{ViewModel as _0x5a12c4,SplitButtonView as _0x63fa1a,createDropdown as _0x21dbed,addListToDropdown as _0x32b2bf}from'ckeditor5/src/ui.js';import{Users as _0x118b5f,getDateTimeFormatter as _0x36392e,getAllMarkersDomElementsSorted as _0x30ed0a}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1a0cc2 from'./trackchangesediting.js';import _0x119354 from'./ui/suggestioncontroller.js';import _0x539542 from'./ui/view/suggestionthreadview.js';function _0x5344(){const _0x3855d1=['_descriptionFactory','descriptionParts','trackChanges','acceptButton','execute','set','getByInnerView','isInContent','type','change:activeAnnotations','suggestion-','focus','isOn','comments.maxCommentCharsWhenCollapsed','refreshSelectedViews','innerView','CommentView','563960QwhKOP','15moQEIA','button','delete','source','CommentsUI','mainView','getSuggestion','some','Discard\x20all\x20suggestions','acceptAllSuggestions','createCommentThreadController','editing','getAllAdjacentSuggestions','registerAnnotation','getMarkerNames','buttonView','discardSelectedSuggestions','define','value','switchbutton','isEnabled','commentThread','getFirstRange','map','from','getRanges','isMultiRange','reduce','model','comments.maxThreadTotalWeight','_handleSuggestionControllerDelayed','comments','activeMarkers','createAnnotationView','Annotations','arrowView','discardButton','commandName','requires','previous','length','getDescriptions','acceptSelectedSuggestions','suggestionLoaded','_refreshActiveMarkers','8365552FDFhHY','suggestionChanged','pluginName','835668mQbNoo','_updateController','_suggestionToController','toMany','EditorAnnotations','Accept\x20all\x20selected\x20suggestions','TrackChangesUI','discardAllSuggestions','has','6769530wJUmZC','actionView','filter','isDirty','_annotationViews','CommentsRepository','activeAnnotations','comments.maxCommentsWhenCollapsed','locale','_disableComments','separator','comments.editorConfig','bind','_destroyController','getJoined','hasSuggestion','destroy','clear','_viewToController','config','stopListening','view','values','size','_handleControllerBuffer','Track\x20changes','get','push','init','trackChanges.SuggestionThreadView','suggestionUnloaded','429424orXaLG','getMarkers','keys','7mVMpmG','componentFactory','createAnnotation','3469260PDLERQ','remove','change:previous','lowest','commands','listenTo','plugins','editor','_unbindEditors','109294RVLPaX','addSourceCollector','addComment','SuggestionThreadView','TrackChangesEditing','Discard\x20all\x20selected\x20suggestions','unbind','trackChanges.disableComments','Accept\x20all\x20suggestions','_createUIButton','head','_initializeController','_bindAnnotationToEditors','add'];_0x5344=function(){return _0x3855d1;};return _0x5344();}function _0x43ea(_0x5c50c7,_0x203606){const _0x5344d3=_0x5344();return _0x43ea=function(_0x43eaa9,_0x270205){_0x43eaa9=_0x43eaa9-0x85;let _0x15153c=_0x5344d3[_0x43eaa9];return _0x15153c;},_0x43ea(_0x5c50c7,_0x203606);}import{getTranslation as _0x5801e0}from'./utils/common-translations.js';import _0x3c4675 from'../theme/icons/track-changes.svg';export default class d extends _0x7467b8{static get[_0x4e1236(0xcb)](){const _0x365198=_0x4e1236;return[_0x1a0cc2,_0x118b5f,_0x365198(0xe3),_0x365198(0xc7),_0x365198(0xd9)];}static get[_0x4e1236(0xd4)](){const _0x4ce51e=_0x4e1236;return _0x4ce51e(0xdb);}constructor(_0x1963c4){const _0xf7e76e=_0x4e1236;super(_0x1963c4),this[_0xf7e76e(0xd7)]=new Map(),this[_0xf7e76e(0xf0)]=new Map(),this[_0xf7e76e(0xe2)]=new Map(),this[_0xf7e76e(0xf6)]=new Map();const _0x4b1288=this[_0xf7e76e(0x10a)][_0xf7e76e(0xf1)];_0x4b1288[_0xf7e76e(0xb6)](_0xf7e76e(0xfb),_0x539542),_0x4b1288[_0xf7e76e(0xb6)](_0xf7e76e(0x8c),!0x1),this[_0xf7e76e(0xe7)]=_0x4b1288[_0xf7e76e(0xf8)](_0xf7e76e(0x8c));}[_0x4e1236(0xc3)](_0x398fe2,_0x201d46){const _0x408e9c=_0x4e1236;0x0===this[_0x408e9c(0xf6)][_0x408e9c(0xf5)]&&setTimeout(()=>{const _0x4db6bf=_0x408e9c;for(const [_0x559405,_0x2c6932]of this[_0x4db6bf(0xf6)]){const _0x57a40f=this[_0x4db6bf(0xd7)][_0x4db6bf(0xdd)](_0x559405);_0x57a40f||_0x2c6932?_0x57a40f&&_0x2c6932&&this[_0x4db6bf(0xeb)](_0x559405):this[_0x4db6bf(0x90)](_0x559405);}this[_0x4db6bf(0xf6)][_0x4db6bf(0xef)](),this[_0x4db6bf(0x10a)][_0x4db6bf(0x109)][_0x4db6bf(0xf8)](_0x4db6bf(0xd9))[_0x4db6bf(0xa1)](),this[_0x4db6bf(0xd1)]();},0xa),this[_0x408e9c(0xf6)][_0x408e9c(0x98)](_0x398fe2,_0x201d46);}[_0x4e1236(0xfa)](){const _0xdfe1ab=_0x4e1236,_0x52704e=this[_0xdfe1ab(0x10a)],_0x563090=_0x52704e[_0xdfe1ab(0x109)][_0xdfe1ab(0xf8)](_0xdfe1ab(0x89)),_0x144f4b=_0x52704e[_0xdfe1ab(0x109)][_0xdfe1ab(0xf8)](_0xdfe1ab(0xc7)),_0x3ecdfb=_0x52704e[_0xdfe1ab(0x109)][_0xdfe1ab(0xf8)](_0xdfe1ab(0xd9)),_0x4f9f2a=_0x52704e[_0xdfe1ab(0x109)][_0xdfe1ab(0xf8)](_0xdfe1ab(0xe3));_0x52704e['ui'][_0xdfe1ab(0x101)][_0xdfe1ab(0x92)](_0xdfe1ab(0x95),_0x299c8c=>this[_0xdfe1ab(0x8e)](_0x299c8c)),_0x3ecdfb[_0xdfe1ab(0x86)](()=>{const _0xc5688d=_0xdfe1ab,_0x223eaa=[];for(const [_0x838e02,_0x2a6a37]of Array[_0xc5688d(0xbd)](this[_0xc5688d(0xd7)])){const _0x2f79d9=_0x838e02[_0xc5688d(0xb1)](),_0x28365d=[];for(const _0x97c488 of _0x2f79d9){if(!_0x97c488[_0xc5688d(0x9a)])continue;if(_0x97c488[_0xc5688d(0xbf)]){_0x28365d[_0xc5688d(0xf9)](..._0x97c488[_0xc5688d(0xbe)]());continue;}const _0x1b25f9=_0x97c488[_0xc5688d(0xbb)]();if(_0x28365d[_0xc5688d(0xcd)]>0x0){const _0x55ac28=_0x28365d[0x0][_0xc5688d(0xec)](_0x1b25f9);if(_0x55ac28){_0x28365d[0x0]=_0x55ac28;continue;}}_0x28365d[_0xc5688d(0xf9)](_0x1b25f9);}_0x223eaa[_0xc5688d(0xf9)]([_0x2a6a37[_0xc5688d(0xf3)],_0x28365d]);}return _0x223eaa;}),this[_0xdfe1ab(0x108)](_0x563090,_0xdfe1ab(0xd0),(_0x2b3fdd,_0x209512)=>{const _0x2c238a=_0xdfe1ab;this[_0x2c238a(0x108)](_0x209512,_0x2c238a(0x105),(_0xe19c87,_0x42c11b,_0xcd0fce,_0x4c49fc)=>{const _0x26ad7f=_0x2c238a;_0x209512[_0x26ad7f(0x9a)]&&(null==_0xcd0fce?(this[_0x26ad7f(0xd6)](_0x4c49fc[_0x26ad7f(0x8f)]),this[_0x26ad7f(0xc3)](_0x209512,!0x1)):(this[_0x26ad7f(0xd6)](_0xcd0fce[_0x26ad7f(0x8f)]),null==_0x4c49fc&&this[_0x26ad7f(0xc3)](_0x209512,!0x0)));}),null!==_0x209512[_0x2c238a(0xcc)]?this[_0x2c238a(0xd6)](_0x209512[_0x2c238a(0x8f)]):this[_0x2c238a(0xc3)](_0x209512,!0x1);}),this[_0xdfe1ab(0x108)](_0x563090,_0xdfe1ab(0xfc),(_0x22f4a,_0x2ef68c,_0xf8fd0d)=>{const _0x5e0b09=_0xdfe1ab;this[_0x5e0b09(0xf2)](_0x2ef68c,_0x5e0b09(0x105)),this[_0x5e0b09(0xf6)][_0x5e0b09(0xa7)](_0x2ef68c),this[_0x5e0b09(0xd7)][_0x5e0b09(0xdd)](_0x2ef68c)&&this[_0x5e0b09(0xeb)](_0x2ef68c),_0xf8fd0d&&this[_0x5e0b09(0xd6)](_0xf8fd0d[_0x5e0b09(0x8f)]);}),this[_0xdfe1ab(0x108)](_0x563090,_0xdfe1ab(0xd3),(_0x12928e,_0x5d29dd)=>{const _0x3d011a=_0xdfe1ab;this[_0x3d011a(0xd6)](_0x5d29dd);}),this[_0xdfe1ab(0x108)](_0x144f4b,_0xdfe1ab(0x9c),()=>{const _0x17b24f=_0xdfe1ab;this[_0x17b24f(0xd1)]();}),this[_0xdfe1ab(0x108)](_0x4f9f2a,_0xdfe1ab(0x87),(_0x3fba52,{threadId:_0x3179b4,isFromAdapter:_0x3fdb9e})=>{const _0x2b0f94=_0xdfe1ab;if(_0x3fdb9e||!_0x563090[_0x2b0f94(0xed)](_0x3179b4))return;const _0x14f162=_0x563090[_0x2b0f94(0xab)](_0x3179b4);this[_0x2b0f94(0xd7)][_0x2b0f94(0xf8)](_0x14f162)[_0x2b0f94(0xf3)][_0x2b0f94(0x9e)]();},{'priority':_0xdfe1ab(0x106)});}[_0x4e1236(0xd1)](){const _0x3ebad7=_0x4e1236,_0x50727d=this[_0x3ebad7(0x10a)][_0x3ebad7(0x109)][_0x3ebad7(0xf8)](_0x3ebad7(0xc7)),_0x274a73=this[_0x3ebad7(0x10a)][_0x3ebad7(0x109)][_0x3ebad7(0xf8)](_0x3ebad7(0x89)),_0x4d78e5=Array[_0x3ebad7(0xbd)](_0x50727d[_0x3ebad7(0xe4)],_0x987c43=>_0x987c43[_0x3ebad7(0xa2)])[_0x3ebad7(0xe0)](_0x22cd1a=>this[_0x3ebad7(0xf0)][_0x3ebad7(0xdd)](_0x22cd1a)),_0x422075=[];for(const _0x133127 of _0x4d78e5){const _0x5f3150=this[_0x3ebad7(0xf0)][_0x3ebad7(0xf8)](_0x133127)[_0x3ebad7(0xc1)][_0x3ebad7(0xb1)]();_0x422075[_0x3ebad7(0xf9)](..._0x5f3150[_0x3ebad7(0xc0)]((_0x1f08cf,_0x3dccbe)=>[..._0x1f08cf,..._0x3dccbe[_0x3ebad7(0xb3)]()],[]));}_0x274a73[_0x3ebad7(0xc5)]=_0x422075;}[_0x4e1236(0x8e)](_0x4e2fa1){const _0x25fee3=_0x4e1236,_0x4449f0=_0x21dbed(_0x4e2fa1,_0x63fa1a),_0x379b9a=this[_0x25fee3(0x10a)][_0x25fee3(0x107)][_0x25fee3(0xf8)](_0x25fee3(0x95)),_0x93b71e=_0x5801e0(_0x4e2fa1,_0x25fee3(0xf7));_0x4449f0[_0x25fee3(0xb4)][_0x25fee3(0x98)]({'tooltip':_0x93b71e,'label':_0x93b71e,'icon':_0x3c4675}),_0x4449f0[_0x25fee3(0xb4)][_0x25fee3(0xea)](_0x25fee3(0x9f))['to'](_0x379b9a,_0x25fee3(0xb7)),_0x4449f0[_0x25fee3(0xb4)]['on'](_0x25fee3(0x97),()=>{const _0x560f53=_0x25fee3;_0x379b9a[_0x560f53(0x97)](),this[_0x560f53(0x10a)][_0x560f53(0xb0)][_0x560f53(0xf3)][_0x560f53(0x9e)]();});const _0x2a1019=new _0xd1291c(),_0x3092d7=[{'type':_0x25fee3(0xb8),'model':{'withText':!0x0,'label':_0x93b71e,'commandName':_0x25fee3(0x95)}},{'type':_0x25fee3(0xe8)},{'type':_0x25fee3(0xa6),'model':{'withText':!0x0,'label':_0x5801e0(_0x4e2fa1,_0x25fee3(0x8d)),'commandName':_0x25fee3(0xae)}},{'type':_0x25fee3(0xa6),'model':{'withText':!0x0,'label':_0x5801e0(_0x4e2fa1,_0x25fee3(0xda)),'commandName':_0x25fee3(0xcf)}},{'type':_0x25fee3(0xa6),'model':{'withText':!0x0,'label':_0x5801e0(_0x4e2fa1,_0x25fee3(0xad)),'commandName':_0x25fee3(0xdc)}},{'type':_0x25fee3(0xa6),'model':{'withText':!0x0,'label':_0x5801e0(_0x4e2fa1,_0x25fee3(0x8a)),'commandName':_0x25fee3(0xb5)}}];for(const _0xb10b7 of _0x3092d7){let _0x5053b0={'type':_0x25fee3(0xe8)};if(_0xb10b7[_0x25fee3(0xc1)]){const _0x513dc1=new _0x5a12c4(_0xb10b7[_0x25fee3(0xc1)]),_0x423d92=this[_0x25fee3(0x10a)][_0x25fee3(0x107)][_0x25fee3(0xf8)](_0x513dc1[_0x25fee3(0xca)]);_0x513dc1[_0x25fee3(0xea)](_0x25fee3(0x9f),_0x25fee3(0xb9))['to'](_0x423d92,_0x25fee3(0xb7),_0x25fee3(0xb9)),_0x5053b0={'type':_0xb10b7[_0x25fee3(0x9b)],'model':_0x513dc1};}_0x2a1019[_0x25fee3(0x92)](_0x5053b0);}_0x32b2bf(_0x4449f0,_0x2a1019);const _0x498576=_0x3092d7[_0x25fee3(0xe0)](_0xf6b36d=>null!=_0xf6b36d[_0x25fee3(0xc1)])[_0x25fee3(0xbc)](_0x46e0dc=>this[_0x25fee3(0x10a)][_0x25fee3(0x107)][_0x25fee3(0xf8)](_0x46e0dc[_0x25fee3(0xc1)][_0x25fee3(0xca)])),_0x3a81ba=_0x4449f0[_0x25fee3(0xb4)];return _0x3a81ba[_0x25fee3(0xdf)][_0x25fee3(0x8b)](_0x25fee3(0xb9)),_0x3a81ba[_0x25fee3(0xc8)][_0x25fee3(0x8b)](_0x25fee3(0xb9)),_0x3a81ba[_0x25fee3(0xdf)][_0x25fee3(0xea)](_0x25fee3(0xb9))['to'](_0x379b9a,_0x25fee3(0xb9)),_0x3a81ba[_0x25fee3(0xc8)][_0x25fee3(0xea)](_0x25fee3(0xb9))[_0x25fee3(0xd8)](_0x498576,_0x25fee3(0xb9),(..._0x2a5246)=>_0x2a5246[_0x25fee3(0xac)](_0x34a284=>_0x34a284)),_0x4449f0['on'](_0x25fee3(0x97),_0x52fe53=>{const _0xaaab57=_0x25fee3;this[_0xaaab57(0x10a)][_0xaaab57(0x97)](_0x52fe53[_0xaaab57(0xa8)][_0xaaab57(0xca)]),this[_0xaaab57(0x10a)][_0xaaab57(0xb0)][_0xaaab57(0xf3)][_0xaaab57(0x9e)]();}),_0x4449f0;}[_0x4e1236(0x90)](_0x50a0f0){const _0x4ba0f7=_0x4e1236,_0x19ed00=this[_0x4ba0f7(0x10a)],_0x1a79f1=_0x19ed00[_0x4ba0f7(0xf1)],_0x486f5d=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x4ba0f7(0xc7)),_0x3673b4=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x4ba0f7(0xe3)),_0x2afd2c=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x4ba0f7(0xd9)),_0x66e0d1=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x118b5f)['me'],_0x35ea78=_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0x95))[_0x4ba0f7(0x88)],{CommentsListView:_0x1b0e13,CommentThreadInputView:_0x3afa26}=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x4ba0f7(0xa9));let _0x135910,_0x5ebff8;this[_0x4ba0f7(0xe2)][_0x4ba0f7(0xdd)](_0x50a0f0['id'])?(_0x5ebff8=this[_0x4ba0f7(0xe2)][_0x4ba0f7(0xf8)](_0x50a0f0['id']),_0x135910=_0x5ebff8[_0x4ba0f7(0xaa)]):(_0x135910=new _0x35ea78(_0x19ed00[_0x4ba0f7(0xe6)],_0x50a0f0,_0x66e0d1,{'disableComments':this[_0x4ba0f7(0xe7)],'editorConfig':_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xe9)),'maxCommentsWhenCollapsed':_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xe5)),'maxThreadTotalWeight':_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xc2)),'maxCommentCharsWhenCollapsed':_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xa0)),'formatDateTime':_0x36392e(_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xe6))),'CommentView':_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xc4))[_0x4ba0f7(0xa3)],'CommentsListView':_0x1b0e13,'CommentThreadInputView':_0x3afa26}),_0x135910[_0x4ba0f7(0x96)]['on'](_0x4ba0f7(0x97),()=>{const _0x524fef=_0x4ba0f7;_0x19ed00[_0x524fef(0xb0)][_0x524fef(0xf3)][_0x524fef(0x9e)]();}),_0x135910[_0x4ba0f7(0xc9)]['on'](_0x4ba0f7(0x97),()=>{const _0x872eda=_0x4ba0f7;_0x19ed00[_0x872eda(0xb0)][_0x872eda(0xf3)][_0x872eda(0x9e)]();}),_0x5ebff8=_0x486f5d[_0x4ba0f7(0xc6)](this[_0x4ba0f7(0x10a)][_0x4ba0f7(0xe6)],_0x135910),_0x5ebff8[_0x4ba0f7(0xea)](_0x4ba0f7(0xe1))['to'](_0x135910,_0x4ba0f7(0xe1)),_0x5ebff8[_0x4ba0f7(0xea)](_0x4ba0f7(0xcd))['to'](_0x135910),_0x5ebff8[_0x4ba0f7(0xea)](_0x4ba0f7(0x9b))['to'](_0x135910,_0x4ba0f7(0x9b),_0x2e633d=>_0x4ba0f7(0x9d)+_0x2e633d),this[_0x4ba0f7(0xe2)][_0x4ba0f7(0x98)](_0x50a0f0['id'],_0x5ebff8));const _0x39f4af=_0x3673b4[_0x4ba0f7(0xaf)](_0x50a0f0[_0x4ba0f7(0xba)],_0x135910),_0xff5d8=new _0x119354(_0x19ed00,_0x50a0f0,_0x135910,_0x39f4af),_0x3070d6=_0x50a0f0[_0x4ba0f7(0xb1)]()[_0x4ba0f7(0xe0)](_0x41da6b=>_0x41da6b[_0x4ba0f7(0x9a)]);_0x135910[_0x4ba0f7(0x94)]=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x4ba0f7(0x89))[_0x4ba0f7(0x93)][_0x4ba0f7(0xce)](_0x3070d6),this[_0x4ba0f7(0xd7)][_0x4ba0f7(0x98)](_0x50a0f0,_0xff5d8),this[_0x4ba0f7(0xf0)][_0x4ba0f7(0x98)](_0x135910,_0xff5d8);const _0x42697c=_0x486f5d[_0x4ba0f7(0x102)]({'view':_0x5ebff8,'target':()=>{const _0x80f618=_0x4ba0f7,_0x55863e=[],_0xbe9875=_0x50a0f0[_0x80f618(0xb1)]()[_0x80f618(0xe0)](_0x28abab=>_0x28abab[_0x80f618(0x9a)]);for(const _0x43aee0 of _0xbe9875)_0x55863e[_0x80f618(0xf9)](..._0x43aee0[_0x80f618(0xfe)]());return _0x30ed0a(_0x19ed00[_0x80f618(0xb0)],_0x55863e);},'type':()=>_0x4ba0f7(0x9d)+_0xff5d8[_0x4ba0f7(0xf3)][_0x4ba0f7(0x9b)]});_0x3673b4[_0x4ba0f7(0x91)](_0x135910,_0x42697c),_0x486f5d[_0x4ba0f7(0x92)](_0x42697c),_0x2afd2c[_0x4ba0f7(0xb2)](_0x42697c);}[_0x4e1236(0xeb)](_0x1e7fb5){const _0x198e0e=_0x4e1236,_0x1e5653=this[_0x198e0e(0x10a)][_0x198e0e(0x109)][_0x198e0e(0xf8)](_0x198e0e(0xe3)),_0x3f804b=this[_0x198e0e(0x10a)][_0x198e0e(0x109)][_0x198e0e(0xf8)](_0x198e0e(0xc7)),_0x18605e=this[_0x198e0e(0xd7)][_0x198e0e(0xf8)](_0x1e7fb5),_0x268de6=_0x18605e[_0x198e0e(0xf3)],_0x3b03bc=_0x3f804b[_0x198e0e(0x99)](_0x268de6);_0x1e5653[_0x198e0e(0x10b)](_0x268de6),_0x3b03bc&&_0x3f804b[_0x198e0e(0x104)](_0x3b03bc),this[_0x198e0e(0xd7)][_0x198e0e(0xa7)](_0x1e7fb5),this[_0x198e0e(0xf0)][_0x198e0e(0xa7)](_0x268de6),_0x18605e[_0x198e0e(0xee)]();}[_0x4e1236(0xd6)](_0x259d81){const _0x7094ac=_0x4e1236;if(!_0x259d81[_0x7094ac(0x9a)]||!this[_0x7094ac(0xd7)][_0x7094ac(0xdd)](_0x259d81))return;const _0x6c7a4a=this[_0x7094ac(0x10a)][_0x7094ac(0x109)][_0x7094ac(0xf8)](_0x7094ac(0x89)),_0x17353a=this[_0x7094ac(0xd7)][_0x7094ac(0xf8)](_0x259d81),_0xe664cd=_0x259d81[_0x7094ac(0xb1)]();_0x17353a[_0x7094ac(0xf3)][_0x7094ac(0x94)]=_0x6c7a4a[_0x7094ac(0x93)][_0x7094ac(0xce)](_0xe664cd);}[_0x4e1236(0xee)](){const _0x5d9037=_0x4e1236;for(const _0x3a0cbb of this[_0x5d9037(0xd7)][_0x5d9037(0xff)]())this[_0x5d9037(0xeb)](_0x3a0cbb);for(const _0x21ee93 of this[_0x5d9037(0xe2)][_0x5d9037(0xf4)]())_0x21ee93[_0x5d9037(0xaa)][_0x5d9037(0xee)]();super[_0x5d9037(0xee)]();}}
|