@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240329.0 → 0.0.0-nightly-20240331.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/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 _0x4da380=_0x123d;(function(_0x485f37,_0x3d8777){const _0x59266d=_0x123d,_0x202080=_0x485f37();while(!![]){try{const _0x5ef437=parseInt(_0x59266d(0x1ee))/0x1+-parseInt(_0x59266d(0x1e8))/0x2+parseInt(_0x59266d(0x230))/0x3*(parseInt(_0x59266d(0x1f6))/0x4)+-parseInt(_0x59266d(0x20c))/0x5*(-parseInt(_0x59266d(0x294))/0x6)+parseInt(_0x59266d(0x22c))/0x7*(-parseInt(_0x59266d(0x23d))/0x8)+-parseInt(_0x59266d(0x346))/0x9*(parseInt(_0x59266d(0x261))/0xa)+-parseInt(_0x59266d(0x29c))/0xb*(parseInt(_0x59266d(0x2a3))/0xc);if(_0x5ef437===_0x3d8777)break;else _0x202080['push'](_0x202080['shift']());}catch(_0x4fb7bb){_0x202080['push'](_0x202080['shift']());}}}(_0x3f44,0xda301));import{Plugin as _0xe29b4e,PendingActions as _0x213ce0}from'ckeditor5/src/core.js';import{LiveRange as _0x48c7ea}from'ckeditor5/src/engine.js';import{CKEditorError as _0x12b75d,uid as _0x406ff0,priorities as _0x1d5ad0,logWarning as _0x4879e0}from'ckeditor5/src/utils.js';import{toWidget as _0x58b192}from'ckeditor5/src/widget.js';import{Users as _0x47d6d8,hashObject as _0x24e385,surroundingMarkersDetector as _0x5210c2}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4a99fc from'./commands/trackchangescommand.js';import _0x27a6f7 from'./commands/acceptsuggestioncommand.js';import _0x9b4e28 from'./commands/discardsuggestioncommand.js';import _0x5392d5 from'./commands/executeonallsuggestionscommand.js';import _0x1c5755 from'./commands/executeonselectedsuggestionscommand.js';import _0x46f1b8 from'./suggestion.js';import _0xbfa550 from'./suggestiondescriptionfactory.js';import _0x40895c from'./integrations/aiassistant.js';import _0x57febc from'./integrations/alignment.js';function _0x3f44(){const _0x3a126a=['config','PendingActions','start','consume','_SUGGESTION_ANNOUNCEMENT','find','update:suggestion','init','head','value','applyOperation','insertion:join','unshift','attributeKey','hasSuggestion','authorName','buildSuggestion','getAllAdjacentSuggestions','stopListening','ck-suggestion-marker-formatInline','FORMATTING','isInsideObject','locale','addMarker:suggestion:formatBlock','key','oldValue','containsPosition','item','size','isCollapsed','track-changes-user-not-found','change','_saved','model','isIntersectingWithRange','_joinWithAdjacentSuggestions','map','containerElement','catch','tablePasteChainId','isExternal','always','_getSuggestionData','commentThread','split','markerNameToElements','createPositionBefore','splice','removeMarker:suggestion:formatBlock','_editor','removeClass','range','insertion:accept','previous','reconvertMarker','end','removeAttribute','deletion:','ready','getSuggestion','formatBlock:join','insertion:discard','createdAt','editingDowncast','get','nodeBefore','differ','$marker','formatBlock:discard','deletion:chain','adapter','removeMarkers','for','from','_defaultCallbacks','root','_reduceSuggestionAttributeRange','track-changes-adapter-already-set','insertContent','acceptSelectedSuggestions','markMultiRangeDeletion','_cutOutSuggestionMarker','ck-suggestion-marker','setAttribute','_suggestions','format','getShiftedBy','markerReady','clone','markInsertion','Users','suggestionUnloaded','isSelectable','bindElementToMarker','$graveyard','addCommentThread','markBlockFormat','newValue','change:data','_registerBlockAttribute','$text','isTouching','groupId','setSelection','requires','plugins','insertion:','addComment','formatInline','data','isBefore','values','_refreshAttributeSuggestionsChain','_model','_getExternalAuthor','pluginName','track-changes-enable-command-twice','_getAuthorFromId','discardSuggestion','_createSuggestion','creator','type','consumable','trackChanges.mergeNestedSuggestions','discardAllSuggestions','updateMarker','addMarker','startsWith','return','rejected','widget','trackChanges','schema','_commentsRepository','_breakSuggestionMarker','_customCallbacks','external:','addSuggestionData','discard','chain','getUser','addRange','marker-count','getRanges','activeMarkers','addSuggestion','splitPosition','ck-suggestion-marker--active','open','includes','toJSON','removeMarker:suggestion:attribute','getLastMatchingPosition','remove','track-changes-adapter-missing-getsuggestion','_isDataLoaded','suggestion:attribute:','_registerInlineAttribute','isMultiRange','_checkSuggestionCorrectness','markInlineFormat','9NpEdSy','_descriptionFactory','_blockAttributeKeys','getChangedMarkers','deletion','isAfter','length','getSuggestionCallback','isObject','collaboration.channelId','_enabledCommands','getChanges','updateSuggestion','registerPostFixer','author','dataReady','normal','has','attribute:join','insertion','removeComment','enableCommand','isIntersecting','fetchCommentThread','commands','deletion:discard','_addThreadToSuggestion','editing','track-changes-command-not-found','elementEnd','elementToElement','formatBlock:chain','discardSelectedSuggestions','getCommentThread','backward','markerToHighlight','addMarker:suggestion','_setSuggestionRange','isEqual','ENTER','showSuggestionHighlights','hasComments','addMarkerName','_rangeIsInLocalUserInsertion','markerToData','isUndo','_addSuggestionMarker','createSelection','_getAttributeKey','createElement','_trackFormatChanges','clear','low','fire','default','delete','filter','attributeNewValue','markerName','rethrowUnexpectedError','attribute','_updateSuggestionData','_handleNewSuggestionMarker','parent','multi','execute','stop','getIntersection','high','substring','skipNestingCheck','deletion:accept','markDeletion','selection','attribute:discard','isAtEnd','listenTo','_setSuggestionData','trackChanges.trackFormatChanges','suggestion:','track-changes-suggestion-data-mismatch','lowest','formatInline:chain','isArray','906362OXJKLT','_isRegisteredAttribute','attribute:accept','_registerDefaultCallbacks','never','_suggestionState','563810ENbXHq','_getMarkerAnnouncementText','containsRange','subType','_removeSuggestion','accepted','element','containsRangeInObject','76mFfryN','refresh','suggestionLoaded','_recordAttributeChanges','change:activeMarkers','getFirstRange','keys','addClass','newRange','formatInline:accept','_onDiscard','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.','then','formatInline:','fromRange','getRange','pop','forward','attribute:','getWalker','batch','isInContent','987285kAJQjY','isRemovable','document','unbind','_suggestionFactory','_isForcedDefaultExecutionBlock','forceDefaultExecution','ck-suggestion-marker-formatBlock','_splitMarkerName','isLimit','after','authoredAt','warn','formatGroupId','documentSelection','formatBlock:','mapper','$textProxy','getMultiRangeId','removeMarker','_recordAttributeSuggestions','addMarker:suggestion:attribute','acceptSuggestion','every','createPositionAt','toUpperCase','formatInline:discard','_inlineAttributeKeys','_joinSuggestions','markMultiRangeInsertion','createRangeOn','notReady','202510hTMnvl','error-saving-suggestion-data-suggestion-discarded','markAttributeChange','TrackChangesEditing','271956iHGTar','createRangeIn','resolve','change:_saved','_adapter','getFirstMarker','attributeOldValue','set','announce','move','acceptAllSuggestions','toViewElement','getContainedElement','40OUvhLL','getItems','push','dataToMarker','insert','deletion:join','isAtStart','_refreshSuggestionsChain','getAncestors','enableReadOnlyMode','getAttribute','_reduceExistingSuggestions','getMarkers','options','registerCustomCallback','editor','accept','track-changes-suggestion-not-found','targetPosition','enqueueChange','suggestion-type','addUser','attributes','sort','_mergeNestedSuggestions','_processAttributeChanges','data-suggestion','createRange','position','PENDING_ACTION_SUGGESTION','commandName','_initAriaMarkerChangeAnnouncements','isLocal','elementStart','containsItem','isBlock','1407570qeXTNF','getCustomProperty','CommentsRepository','markers','setTo','detach','_findSuggestions','define','_isBlockAttribute','_element','some','addHighlight','markMultiRangeBlockFormat','next','getDifference','substr','_afterChanges','unbindElementFromMarkerName','howMany','$elementName','formatBlock','upcast','isDocumentOperation','assign','trackChangesCommand','suggestion','ariaLiveAnnouncer','createPositionAfter','@external','deleteContent','formatBlock:accept','originalSuggestionId','oldRange','comments','multipleBlocks','getSuggestions','fromCharCode','dataDowncast','join','before','suggestionChanged','hasCommentThread','rename','name','LEAVE','formatInline:join','add','moveTargetPosition','_enableDefaultAttributesIntegration','nodeAfter','concat','6CdbYjQ','insertion:chain','conversion','removed','highest','isOwn','rootName','ck-suggestion-marker-','814nnPLIs','meta','group','forEach','isNextTo','_processAttributeSuggestions','writer','138060xxmdkE','getNearestSelectionRange'];_0x3f44=function(){return _0x3a126a;};return _0x3f44();}import _0x1baaed from'./integrations/basicstyles.js';import _0x1cbfd0 from'./integrations/blockquote.js';import _0x4cbabc from'./integrations/casechange.js';import _0xd062c7 from'./integrations/ckbox.js';import _0x2b4ad8 from'./integrations/codeblock.js';import _0x480fbf from'./integrations/comments.js';import _0x4b1abb from'./integrations/deletecommand.js';import _0x225007 from'./integrations/list.js';import _0x10ed20 from'./integrations/listproperties.js';import _0x204dcd from'./integrations/entercommand.js';import _0x27a8ec from'./integrations/findandreplace.js';import _0x399cca from'./integrations/font.js';import _0x96e36f from'./integrations/formatpainter.js';import _0x1fdb97 from'./integrations/heading.js';import _0x48cc84 from'./integrations/highlight.js';import _0x23f741 from'./integrations/horizontalline.js';import _0x382d64 from'./integrations/htmlembed.js';import _0x3e2ffa from'./integrations/image.js';import _0x1f4879 from'./integrations/imagereplace.js';import _0x2adea3 from'./integrations/imagestyle.js';import _0x3b0074 from'./integrations/importword.js';import _0x873f44 from'./integrations/indent.js';import _0x32e534 from'./integrations/inputcommand.js';import _0x3dcfc7 from'./integrations/link.js';import _0x381d58 from'./integrations/legacylist.js';import _0x4cd22a from'./integrations/legacylistproperties.js';import _0x592282 from'./integrations/mediaembed.js';import _0x9b60ec from'./integrations/mention.js';import _0x3afbf3 from'./integrations/pagebreak.js';import _0x4de1d5 from'./integrations/paragraph.js';import _0x30f84b from'./integrations/removeformat.js';import _0x3b9c9b from'./integrations/restrictededitingmode.js';import _0x37dbd7 from'./integrations/shiftentercommand.js';import _0x788c21 from'./integrations/standardeditingmode.js';function _0x123d(_0x4df40b,_0x58e47f){const _0x3f443b=_0x3f44();return _0x123d=function(_0x123dd9,_0x3516e6){_0x123dd9=_0x123dd9-0x1be;let _0x1dcd59=_0x3f443b[_0x123dd9];return _0x1dcd59;},_0x123d(_0x4df40b,_0x58e47f);}import _0x32a3c4 from'./integrations/style.js';import _0x1944eb from'./integrations/table.js';import _0x278e3f from'./integrations/tablemergesplit.js';import _0x89d9f8 from'./integrations/tableheadings.js';import _0x5b3ab2 from'./integrations/tableclipboard.js';import _0x46d03d from'./integrations/tablecolumnresize.js';import _0x1af346 from'./integrations/template.js';import _0x5e7246 from'./integrations/tableofcontents.js';import _0x18a566 from'./integrations/title.js';import _0x27f0fd from'./integrations/undo.js';import _0x4ee210 from'./integrations/tablecaption.js';import _0x33ce8b from'./integrations/tableproperties.js';import{getTranslation as _0x356249}from'./utils/common-translations.js';import{isEqual as _0x57c8b3,omit as _0x4c252f}from'lodash-es';export const renameAttributeKey=_0x4da380(0x274);export default class p extends _0xe29b4e{static get[_0x4da380(0x30d)](){const _0x4e41ad=_0x4da380;return[_0x4e41ad(0x263),_0x47d6d8,_0x213ce0,_0x40895c,_0x57febc,_0x1baaed,_0x1cbfd0,_0xd062c7,_0x4cbabc,_0x2b4ad8,_0x480fbf,_0x4b1abb,_0x204dcd,_0x27a8ec,_0x399cca,_0x96e36f,_0x1fdb97,_0x48cc84,_0x23f741,_0x382d64,_0x3e2ffa,_0x2adea3,_0x1f4879,_0x3b0074,_0x873f44,_0x32e534,_0x381d58,_0x4cd22a,_0x3dcfc7,_0x225007,_0x10ed20,_0x592282,_0x9b60ec,_0x3afbf3,_0x4de1d5,_0x30f84b,_0x3b9c9b,_0x37dbd7,_0x788c21,_0x32a3c4,_0x1944eb,_0x278e3f,_0x89d9f8,_0x4ee210,_0x5b3ab2,_0x46d03d,_0x5e7246,_0x33ce8b,_0x1af346,_0x18a566,_0x27f0fd];}static get[_0x4da380(0x318)](){const _0x253120=_0x4da380;return _0x253120(0x22f);}constructor(_0x50b975){const _0x307003=_0x4da380;function _0x1437de(_0x26a390){const _0x23d5ac=_0x123d;return _0x26a390[_0x23d5ac(0x2c9)](_0x3237dc=>String[_0x23d5ac(0x285)](_0x3237dc))[_0x23d5ac(0x287)]('');}super(_0x50b975),this[_0x307003(0x220)]=!0x1,this[_0x307003(0x237)](_0x307003(0x335),[]),this['on'](_0x307003(0x1fa),(_0xf9f360,_0x1a0c05,_0x2b2e6e,_0x18dbbe)=>{const _0x1e3bb0=_0x307003;this[_0x1e3bb0(0x316)][_0x1e3bb0(0x2c4)](()=>{const _0x2646d9=_0x1e3bb0;for(const _0x1018f0 of[..._0x18dbbe,..._0x2b2e6e])this[_0x2646d9(0x316)][_0x2646d9(0x264)][_0x2646d9(0x357)](_0x1018f0)&&_0x50b975[_0x2646d9(0x361)][_0x2646d9(0x2db)](_0x1018f0);});}),this[_0x307003(0x347)]=new _0xbfa550(this[_0x307003(0x24c)][_0x307003(0x2c6)][_0x307003(0x329)],this[_0x307003(0x24c)][_0x307003(0x2bb)]),this[_0x307003(0x234)]=null,this[_0x307003(0x210)]=new Bt(this[_0x307003(0x24c)]),this[_0x307003(0x2f9)]=new Map(),this[_0x307003(0x32a)]=_0x50b975[_0x307003(0x30e)][_0x307003(0x2e5)](_0x307003(0x263)),this[_0x307003(0x350)]=new Set(),this[_0x307003(0x316)]=this[_0x307003(0x24c)][_0x307003(0x2c6)],this[_0x307003(0x1ed)]=new WeakMap(),this[_0x307003(0x211)]=!0x1,this[_0x307003(0x348)]=new Set([_0x307003(0x274)]),this[_0x307003(0x227)]=new Set(),_0x50b975[_0x307003(0x2a5)][_0x307003(0x268)](_0x307003(0x1e2),_0x307003(0x1ca)),this[_0x307003(0x1c6)]=_0x50b975[_0x307003(0x2a5)][_0x307003(0x2e5)](_0x307003(0x1e2)),_0x50b975[_0x307003(0x2a5)][_0x307003(0x268)](_0x307003(0x320),!0x0),this[_0x307003(0x255)]=_0x50b975[_0x307003(0x2a5)][_0x307003(0x2e5)](_0x307003(0x320)),this[_0x307003(0x279)]=new _0x4a99fc(_0x50b975,this[_0x307003(0x350)]),this[_0x307003(0x25c)](),this[_0x1437de([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x1437de([0x34,0x30,0x34,0x38,0x30,0x36,0x35,0x38]);}[_0x4da380(0x2ac)](){const _0x3b645d=_0x4da380,_0x582bdb=this[_0x3b645d(0x24c)],_0x1609e5=(_0x23f5e5,_0x1773a9)=>{const _0x49afb1=_0x3b645d;if(_0x49afb1(0x1d0)!=_0x23f5e5)return _0x49afb1(0x29b)+_0x23f5e5;const _0x273cc6=_0x1773a9[_0x49afb1(0x2d1)]('|')[0x0];return this[_0x49afb1(0x269)](_0x273cc6)?_0x49afb1(0x213):_0x49afb1(0x2b8);};_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x2e4))[_0x3b645d(0x369)]({'model':_0x3b645d(0x27a),'view':_0x2229b0=>{const _0x13fd8a=_0x3b645d,{id:_0x4f31f4,type:_0xa288c2,subType:_0x1f54b3}=this[_0x13fd8a(0x214)](_0x2229b0[_0x13fd8a(0x1ce)]),_0x4372ab=[_0x13fd8a(0x2f7),_0x1609e5(_0xa288c2,_0x1f54b3)];let _0x2838b4=0xbb8;return this[_0x13fd8a(0x335)][_0x13fd8a(0x33a)](_0x2229b0[_0x13fd8a(0x1ce)])&&(_0x4372ab[_0x13fd8a(0x23f)](_0x13fd8a(0x338)),_0x2838b4=0xbc2),_0x13fd8a(0x34a)==_0xa288c2&&(_0x2838b4+=0x5),{'classes':_0x4372ab,'attributes':{'data-suggestion':_0x4f31f4},'priority':_0x2838b4};}}),_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x286))[_0x3b645d(0x28f)](_0x2ce72b=>{const _0x3af782=_0x3b645d;_0x2ce72b['on'](_0x3af782(0x36a),(_0x28f9f6,_0x55bc8b,_0x272619)=>{const _0x574075=_0x3af782;if(!_0x272619[_0x574075(0x24a)][_0x574075(0x36e)])return;const _0x1be4e9=_0x55bc8b[_0x574075(0x2c0)];if(!_0x1be4e9)return;const _0x211565=_0x272619[_0x574075(0x21c)][_0x574075(0x23b)](_0x1be4e9);_0x582bdb[_0x574075(0x2c6)][_0x574075(0x329)][_0x574075(0x34e)](_0x1be4e9)&&_0x211565&&!_0x211565[_0x574075(0x262)](_0x574075(0x327))&&_0x211565['is'](_0x574075(0x2ca))&&_0x58b192(_0x211565,_0x272619[_0x574075(0x2a2)]);},{'priority':_0x3af782(0x1d8)});}),_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x286))[_0x3b645d(0x369)]({'model':_0x3b645d(0x27a),'view':(_0x2d7e22,_0x285782)=>{const _0xeeaf54=_0x3b645d;if(!_0x285782[_0xeeaf54(0x24a)][_0xeeaf54(0x36e)])return null;const {type:_0xda6663,subType:_0x18007b}=this[_0xeeaf54(0x214)](_0x2d7e22[_0xeeaf54(0x1ce)]);return{'classes':[_0xeeaf54(0x2f7),_0x1609e5(_0xda6663,_0x18007b)],'priority':0xbb8};}});const _0x331b1f=({showActiveMarkers:_0x4d2b34=!0x0,isAttributeSuggestion:_0x36655f=!0x1}={})=>(_0x2f2c22,_0x5f479a,_0x1406d1)=>{const _0x2a5345=_0x3b645d;if(!_0x5f479a[_0x2a5345(0x2c0)])return;const {id:_0x3e3c56}=this[_0x2a5345(0x214)](_0x5f479a[_0x2a5345(0x1ce)]);if(_0x36655f){const _0x1bd9b1=this[_0x2a5345(0x2f9)][_0x2a5345(0x2e5)](_0x3e3c56),_0x510e86=this[_0x2a5345(0x1c4)](_0x1bd9b1);if(!this[_0x2a5345(0x269)](_0x510e86))return;}if(_0x5f479a[_0x2a5345(0x2c0)]['is'](_0x2a5345(0x1dd)))return void _0x1406d1[_0x2a5345(0x31f)][_0x2a5345(0x2a8)](_0x5f479a[_0x2a5345(0x2c0)],_0x2f2c22[_0x2a5345(0x28c)]);const _0x2dd152=_0x1406d1[_0x2a5345(0x21c)][_0x2a5345(0x23b)](_0x5f479a[_0x2a5345(0x2c0)]);if(_0x5f479a[_0x2a5345(0x2c0)]['is'](_0x2a5345(0x1f4))&&_0x582bdb[_0x2a5345(0x2c6)][_0x2a5345(0x329)][_0x2a5345(0x260)](_0x5f479a[_0x2a5345(0x2c0)])&&!_0x2dd152[_0x2a5345(0x262)](_0x2a5345(0x26c))){_0x1406d1[_0x2a5345(0x2a2)][_0x2a5345(0x1fd)]([_0x2a5345(0x2f7),_0x2a5345(0x213)],_0x2dd152),_0x1406d1[_0x2a5345(0x2a2)][_0x2a5345(0x2f8)](_0x2a5345(0x257),_0x3e3c56,_0x2dd152),_0x1406d1[_0x2a5345(0x21c)][_0x2a5345(0x302)](_0x2dd152,_0x5f479a[_0x2a5345(0x1ce)]),_0x4d2b34&&(this[_0x2a5345(0x335)][_0x2a5345(0x33a)](_0x5f479a[_0x2a5345(0x1ce)])?_0x1406d1[_0x2a5345(0x2a2)][_0x2a5345(0x1fd)](_0x2a5345(0x338),_0x2dd152):_0x1406d1[_0x2a5345(0x2a2)][_0x2a5345(0x2d7)](_0x2a5345(0x338),_0x2dd152));for(const _0x41a5dd of _0x582bdb[_0x2a5345(0x2c6)][_0x2a5345(0x231)](_0x5f479a[_0x2a5345(0x2c0)])[_0x2a5345(0x23e)]())_0x1406d1[_0x2a5345(0x31f)][_0x2a5345(0x2a8)](_0x41a5dd,_0x2f2c22[_0x2a5345(0x28c)]);_0x1406d1[_0x2a5345(0x31f)][_0x2a5345(0x2a8)](_0x5f479a[_0x2a5345(0x2c0)],_0x2f2c22[_0x2a5345(0x28c)]);}};_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x286))[_0x3b645d(0x28f)](_0x2af379=>{const _0x58276e=_0x3b645d;_0x2af379['on'](_0x58276e(0x2bc),(_0x513c44,_0xccf936,_0x5ebde3)=>{const _0x11936f=_0x58276e;_0x5ebde3[_0x11936f(0x24a)][_0x11936f(0x36e)]&&_0x331b1f({'showActiveMarkers':!0x1})(_0x513c44,_0xccf936,_0x5ebde3);},{'priority':_0x58276e(0x298)});}),_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x286))[_0x3b645d(0x28f)](_0x18369b=>{const _0xbd1b47=_0x3b645d;_0x18369b['on'](_0xbd1b47(0x221),(_0x4edbb7,_0x4899fd,_0x2f1208)=>{const _0x363f60=_0xbd1b47;_0x2f1208[_0x363f60(0x24a)][_0x363f60(0x36e)]&&_0x331b1f({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4edbb7,_0x4899fd,_0x2f1208);},{'priority':_0xbd1b47(0x298)});}),_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x286))[_0x3b645d(0x1c0)]({'model':_0x3b645d(0x27a),'view':(_0x23ebbc,_0x469b5c)=>_0x469b5c[_0x3b645d(0x24a)][_0x3b645d(0x36e)]?null:{'group':_0x3b645d(0x27a),'name':_0x23ebbc[_0x3b645d(0x270)](0xb)}}),_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x276))[_0x3b645d(0x364)]({'view':{'name':_0x3b645d(0x27a),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x126c33,{writer:_0x149142})=>{const _0x48de06=_0x3b645d;let _0x26f2fa=_0x48de06(0x1e3)+_0x126c33[_0x48de06(0x247)](_0x48de06(0x251))+':'+_0x126c33[_0x48de06(0x247)]('id');return _0x126c33[_0x48de06(0x247)](_0x48de06(0x333))&&(_0x26f2fa+=':'+_0x126c33[_0x48de06(0x247)](_0x48de06(0x333))),_0x149142[_0x48de06(0x1c5)](_0x48de06(0x2e8),{'data-name':_0x26f2fa});}}),_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x276))[_0x3b645d(0x240)]({'view':_0x3b645d(0x27a)}),_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x2e4))[_0x3b645d(0x28f)](_0x452352=>{const _0x3bfab6=_0x3b645d;_0x452352['on'](_0x3bfab6(0x2bc),_0x331b1f(),{'priority':_0x3bfab6(0x1d8)});}),_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x2e4))[_0x3b645d(0x28f)](_0x39ea72=>{const _0x471e69=_0x3b645d;_0x39ea72['on'](_0x471e69(0x221),_0x331b1f({'isAttributeSuggestion':!0x0}),{'priority':_0x471e69(0x1d8)});}),_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x2e4))[_0x3b645d(0x28f)](_0xe7b250=>{const _0x33049c=_0x3b645d;_0xe7b250['on'](_0x33049c(0x2d5),(_0x2aeda1,_0x4929f1,_0x5bdb14)=>{const _0x53ee72=_0x33049c,_0x575542=_0x5bdb14[_0x53ee72(0x21c)][_0x53ee72(0x2d2)](_0x4929f1[_0x53ee72(0x1ce)]);if(_0x575542){for(const _0x3ec4b8 of _0x575542)_0x3ec4b8[_0x53ee72(0x262)](_0x53ee72(0x26c))||(_0x5bdb14[_0x53ee72(0x2a2)][_0x53ee72(0x2d7)]([_0x53ee72(0x2f7),_0x53ee72(0x213),_0x53ee72(0x338)],_0x3ec4b8),_0x5bdb14[_0x53ee72(0x2a2)][_0x53ee72(0x2dd)](_0x53ee72(0x257),_0x3ec4b8),_0x5bdb14[_0x53ee72(0x21c)][_0x53ee72(0x272)](_0x3ec4b8,_0x4929f1[_0x53ee72(0x1ce)]));}},{'priority':_0x33049c(0x1d8)});}),_0x582bdb[_0x3b645d(0x296)][_0x3b645d(0x2ed)](_0x3b645d(0x2e4))[_0x3b645d(0x28f)](_0x1207e6=>{const _0x59e357=_0x3b645d;_0x1207e6['on'](_0x59e357(0x33c),(_0x59c0cc,_0x484a7e,_0x3166d3)=>{const _0x84f251=_0x59e357,_0x4a2b41=_0x3166d3[_0x84f251(0x21c)][_0x84f251(0x2d2)](_0x484a7e[_0x84f251(0x1ce)]);if(!_0x4a2b41)return;const {id:_0x39c5cc}=this[_0x84f251(0x214)](_0x484a7e[_0x84f251(0x1ce)]),_0x3ffff8=this[_0x84f251(0x2f9)][_0x84f251(0x2e5)](_0x39c5cc),_0x2781e7=this[_0x84f251(0x1c4)](_0x3ffff8);if(this[_0x84f251(0x269)](_0x2781e7)){for(const _0x7d552b of _0x4a2b41)_0x7d552b[_0x84f251(0x262)](_0x84f251(0x26c))||(_0x3166d3[_0x84f251(0x2a2)][_0x84f251(0x2d7)]([_0x84f251(0x2f7),_0x84f251(0x213),_0x84f251(0x338)],_0x7d552b),_0x3166d3[_0x84f251(0x2a2)][_0x84f251(0x2dd)](_0x84f251(0x257),_0x7d552b),_0x3166d3[_0x84f251(0x21c)][_0x84f251(0x272)](_0x7d552b,_0x484a7e[_0x84f251(0x1ce)]));}},{'priority':_0x59e357(0x1d8)});}),_0x582bdb[_0x3b645d(0x2c6)][_0x3b645d(0x20e)][_0x3b645d(0x353)](_0x1581f8=>{const _0x2e89de=_0x3b645d;let _0x2bc617=!0x1;const _0x257808=Array[_0x2e89de(0x2ee)](_0x582bdb[_0x2e89de(0x2c6)][_0x2e89de(0x20e)][_0x2e89de(0x2e7)][_0x2e89de(0x349)]()),_0x5e59bf=new Set();for(const {name:_0x5e84c9,data:_0x1a8ae9}of _0x257808){const {group:_0x18c112,type:_0x50793d,subType:_0x449809,id:_0x19ebe2}=this[_0x2e89de(0x214)](_0x5e84c9);if(_0x2e89de(0x27a)!==_0x18c112)continue;const _0x15ae54=this[_0x2e89de(0x2f9)][_0x2e89de(0x2e5)](_0x19ebe2);if(null!=_0x1a8ae9[_0x2e89de(0x1fe)]){_0x2e89de(0x311)==_0x50793d&&(_0x2bc617=_0x2bc617||Tt(_0x1a8ae9[_0x2e89de(0x1fe)],_0x5e84c9,_0x1581f8,_0x582bdb[_0x2e89de(0x2c6)][_0x2e89de(0x329)]));const _0x11084d=_0x2e89de(0x1d0)==_0x50793d&&this[_0x2e89de(0x269)](_0x449809[_0x2e89de(0x2d1)]('|')[0x0]);if(_0x1a8ae9[_0x2e89de(0x1fe)][_0x2e89de(0x2c2)]||_0x2e89de(0x303)==_0x1a8ae9[_0x2e89de(0x1fe)][_0x2e89de(0x2f0)][_0x2e89de(0x29a)]||_0x2e89de(0x275)==_0x50793d&&!Vt(_0x1a8ae9[_0x2e89de(0x1fe)])||_0x11084d&&!Vt(_0x1a8ae9[_0x2e89de(0x1fe)])||_0x2e89de(0x34a)==_0x50793d&&!(!Rt(_0x1f8110=_0x1a8ae9[_0x2e89de(0x1fe)])&&!function(_0x423bf3){const _0x6f793f=_0x2e89de;return _0x423bf3[_0x6f793f(0x2a7)][_0x6f793f(0x1d3)]==_0x423bf3[_0x6f793f(0x2dc)][_0x6f793f(0x2e6)]&&_0x423bf3[_0x6f793f(0x2a7)][_0x6f793f(0x1df)];}(_0x1f8110)))_0x1581f8[_0x2e89de(0x21f)](_0x5e84c9),_0x2bc617=!0x0;else{if(!_0x15ae54||!_0x15ae54[_0x2e89de(0x20b)])continue;_0x5e59bf[_0x2e89de(0x28f)](_0x15ae54);}}}var _0x1f8110;return _0x5e59bf[_0x2e89de(0x2c1)]>0x0&&(_0x2bc617=!!this[_0x2e89de(0x2c8)](_0x5e59bf)||_0x2bc617),_0x2bc617;}),_0x582bdb[_0x3b645d(0x2c6)][_0x3b645d(0x20e)][_0x3b645d(0x353)](_0x454990=>{const _0x11b565=_0x3b645d;let _0x4de494=!0x1;for(const _0x40e5a3 of _0x582bdb[_0x11b565(0x2c6)][_0x11b565(0x20e)][_0x11b565(0x2e7)][_0x11b565(0x351)]())if(_0x11b565(0x241)==_0x40e5a3[_0x11b565(0x31e)])for(const _0x2c0bfa of this[_0x11b565(0x2f9)][_0x11b565(0x314)]()){if(_0x2c0bfa[_0x11b565(0x343)]||!_0x2c0bfa[_0x11b565(0x20b)])continue;const _0x1002c6=_0x11b565(0x275)==_0x2c0bfa[_0x11b565(0x31e)],_0x2e9ca2=this[_0x11b565(0x1c4)](_0x2c0bfa),_0xeebe7=_0x2e9ca2&&this[_0x11b565(0x269)](_0x2e9ca2);if(!_0x1002c6&&!_0xeebe7)continue;const _0x56a5d9=_0x2c0bfa[_0x11b565(0x1fb)]();if(_0x56a5d9[_0x11b565(0x2a7)][_0x11b565(0x1d3)]!=_0x56a5d9[_0x11b565(0x2dc)][_0x11b565(0x1d3)]&&!_0x56a5d9[_0x11b565(0x2dc)][_0x11b565(0x1df)]){const _0x16b15c=_0x582bdb[_0x11b565(0x2c6)][_0x11b565(0x224)](_0x56a5d9[_0x11b565(0x2a7)][_0x11b565(0x292)],_0x11b565(0x2dc)),_0x201db5=_0x582bdb[_0x11b565(0x2c6)][_0x11b565(0x258)](_0x56a5d9[_0x11b565(0x2a7)],_0x16b15c);_0x454990[_0x11b565(0x322)](_0x2c0bfa[_0x11b565(0x235)](),{'range':_0x201db5}),_0x4de494=!0x0;}}return _0x4de494;}),_0x582bdb[_0x3b645d(0x2c6)][_0x3b645d(0x20e)][_0x3b645d(0x353)](_0x677dd7=>this[_0x3b645d(0x256)](_0x677dd7)),_0x582bdb[_0x3b645d(0x2c6)][_0x3b645d(0x20e)][_0x3b645d(0x353)](_0x3390d4=>!_0x3390d4[_0x3b645d(0x20a)][_0x3b645d(0x25d)]&&this[_0x3b645d(0x2a1)](_0x3390d4)),_0x582bdb[_0x3b645d(0x2c6)]['on'](_0x3b645d(0x271),()=>{const _0x2bcb97=_0x3b645d;this[_0x2bcb97(0x220)]=!0x1;}),_0x582bdb[_0x3b645d(0x2c6)][_0x3b645d(0x20e)]['on'](_0x3b645d(0x307),(_0x1a493c,_0x19551e)=>{const _0x80e35a=_0x3b645d;if(!_0x19551e[_0x80e35a(0x25d)]||_0x19551e[_0x80e35a(0x1c1)])return;if(!this[_0x80e35a(0x220)])return;const _0x33434b=_0x582bdb[_0x80e35a(0x2c6)][_0x80e35a(0x20e)][_0x80e35a(0x2e7)][_0x80e35a(0x351)]();if(0x0==_0x33434b[_0x80e35a(0x34c)])return;const _0x19d222=[],_0x9f7ed1=_0x33434b[_0x80e35a(0x1cc)](_0x40e7b6=>_0x80e35a(0x1d0)==_0x40e7b6[_0x80e35a(0x31e)]),_0x5cd97d=_0x33434b[_0x80e35a(0x1cc)](_0x345104=>_0x80e35a(0x241)==_0x345104[_0x80e35a(0x31e)]&&_0x80e35a(0x309)!=_0x345104[_0x80e35a(0x28c)]),_0x406413=_0x33434b[_0x80e35a(0x1cc)](_0xc42cbb=>_0x80e35a(0x33e)==_0xc42cbb[_0x80e35a(0x31e)]&&_0x80e35a(0x309)!=_0xc42cbb[_0x80e35a(0x28c)]);for(const _0x1296a8 of _0x9f7ed1)this[_0x80e35a(0x1e9)](_0x1296a8[_0x80e35a(0x2b2)])&&_0x19d222[_0x80e35a(0x23f)]({'key':_0x1296a8[_0x80e35a(0x2b2)],'newValue':_0x1296a8[_0x80e35a(0x1cd)],'oldValue':_0x1296a8[_0x80e35a(0x236)],'range':Ut(_0x1296a8[_0x80e35a(0x2d8)],_0x582bdb[_0x80e35a(0x2c6)])});for(const _0xae6e5 of _0x5cd97d){const _0x2b7899=_0x406413[_0x80e35a(0x2aa)](_0x514c57=>_0x514c57[_0x80e35a(0x26a)]===_0xae6e5[_0x80e35a(0x26a)]);if(_0x2b7899){const _0x1754bc=Ot(_0xae6e5[_0x80e35a(0x259)][_0x80e35a(0x292)],_0x582bdb[_0x80e35a(0x2c6)]);_0x2b7899[_0x80e35a(0x28c)]!==_0xae6e5[_0x80e35a(0x28c)]&&_0x19d222[_0x80e35a(0x23f)]({'key':_0x80e35a(0x274),'newValue':_0xae6e5[_0x80e35a(0x28c)],'oldValue':_0x2b7899[_0x80e35a(0x28c)],'range':_0x1754bc});for(const [_0x12b02a,_0x4af84f]of _0x2b7899[_0x80e35a(0x253)]){if(!this[_0x80e35a(0x1e9)](_0x12b02a))continue;const _0x1bbcb2=_0xae6e5[_0x80e35a(0x253)][_0x80e35a(0x2e5)](_0x12b02a);_0x4af84f!==_0x1bbcb2&&_0x19d222[_0x80e35a(0x23f)]({'key':_0x12b02a,'newValue':_0x1bbcb2,'oldValue':_0x4af84f,'range':_0x1754bc});}for(const [_0x3b1ee7,_0x361889]of _0xae6e5[_0x80e35a(0x253)])this[_0x80e35a(0x1e9)](_0x3b1ee7)&&(_0x2b7899[_0x80e35a(0x253)][_0x80e35a(0x357)](_0x3b1ee7)||_0x19d222[_0x80e35a(0x23f)]({'key':_0x3b1ee7,'newValue':_0x361889,'oldValue':null,'range':_0x1754bc}));}}0x0!=_0x19d222[_0x80e35a(0x34c)]&&_0x582bdb[_0x80e35a(0x2c6)][_0x80e35a(0x250)](_0x19551e,_0x3e47f9=>{const _0x211872=_0x80e35a,_0x3a9b1d=_0x406ff0();for(const {range:_0x377645,key:_0x32630d,oldValue:_0x5a24e4,newValue:_0x3d00b5}of _0x19d222)this[_0x211872(0x22e)](_0x377645,_0x32630d,_0x5a24e4,_0x3d00b5,{'groupId':_0x3a9b1d});this[_0x211872(0x248)](_0x3e47f9,_0x19d222);});},{'priority':_0x3b645d(0x1e5)}),_0x582bdb[_0x3b645d(0x2c6)][_0x3b645d(0x264)]['on'](_0x3b645d(0x2ab),(_0x5bd296,_0x337f93,_0x4d20fc)=>{const _0x3b862f=_0x3b645d;if(null==_0x4d20fc){const {id:_0x573493}=this[_0x3b862f(0x214)](_0x337f93[_0x3b862f(0x28c)]),_0x4aa607=this[_0x3b862f(0x2f9)][_0x3b862f(0x2e5)](_0x573493);_0x4aa607&&_0x4aa607[_0x3b862f(0x1be)](_0x337f93[_0x3b862f(0x28c)]);}}),_0x582bdb[_0x3b645d(0x2c6)][_0x3b645d(0x20e)]['on'](_0x3b645d(0x307),()=>{const _0xe82641=_0x3b645d,_0x378cf5=Array[_0xe82641(0x2ee)](_0x582bdb[_0xe82641(0x2c6)][_0xe82641(0x20e)][_0xe82641(0x2e7)][_0xe82641(0x349)]())[_0xe82641(0x1cc)](_0x3dc964=>_0xe82641(0x27a)===this[_0xe82641(0x214)](_0x3dc964[_0xe82641(0x28c)])[_0xe82641(0x29e)]);if(0x0===_0x378cf5[_0xe82641(0x34c)])return;_0x378cf5[_0xe82641(0x254)]((_0x22f0fd,_0x181a1c)=>{const _0x57a99f=_0xe82641,_0x1628a6=_0x22f0fd[_0x57a99f(0x312)][_0x57a99f(0x281)],_0x18b636=_0x181a1c[_0x57a99f(0x312)][_0x57a99f(0x281)];return null===_0x1628a6&&null===_0x18b636?0x0:null===_0x1628a6&&null!==_0x18b636?-0x1:null!==_0x1628a6&&null===_0x18b636?0x1:_0x1628a6[_0x57a99f(0x2a7)][_0x57a99f(0x313)](_0x18b636[_0x57a99f(0x2a7)])?-0x1:0x1;});const _0xb354e9=new Set(),_0x21980f=new Set();for(const {name:_0x535fa5,data:_0x261f40}of _0x378cf5){const {id:_0xa921d}=this[_0xe82641(0x214)](_0x535fa5);if(null===_0x261f40[_0xe82641(0x281)]){const _0x2caaa4=this[_0xe82641(0x1d2)](_0x535fa5);_0x21980f[_0xe82641(0x28f)](_0x2caaa4);}else{const _0x5cb949=this[_0xe82641(0x2f9)][_0xe82641(0x2e5)](_0xa921d);null!==_0x261f40[_0xe82641(0x1fe)]||_0x5cb949[_0xe82641(0x20b)]?(_0xb354e9[_0xe82641(0x28f)](_0x5cb949[_0xe82641(0x2ad)]),_0x21980f[_0xe82641(0x28f)](_0x5cb949)):this[_0xe82641(0x1f2)](_0x5cb949);}}_0x21980f[_0xe82641(0x2c1)]>0x0&&this[_0xe82641(0x244)](_0x21980f);for(const _0x28ca7e of _0xb354e9)this[_0xe82641(0x1c9)](_0xe82641(0x289),_0x28ca7e);}),_0x582bdb[_0x3b645d(0x2c6)]['on'](_0x3b645d(0x2af),(_0xce333d,_0x1e9661)=>{const _0x3bd0da=_0x3b645d,_0x410f36=_0x1e9661[0x0];if(!this[_0x3bd0da(0x2f9)][_0x3bd0da(0x2c1)])return;if(!_0x410f36[_0x3bd0da(0x277)])return;if(_0x410f36[_0x3bd0da(0x20a)][_0x3bd0da(0x1c1)]||!_0x410f36[_0x3bd0da(0x20a)][_0x3bd0da(0x25d)])return;let _0x530d79,_0x22db2a;switch(_0x410f36[_0x3bd0da(0x31e)]){case _0x3bd0da(0x241):_0x530d79=_0x582bdb[_0x3bd0da(0x2c6)][_0x3bd0da(0x224)](_0x410f36[_0x3bd0da(0x259)]),_0x22db2a=_0x530d79[_0x3bd0da(0x2fb)](_0x410f36[_0x3bd0da(0x273)]);break;case _0x3bd0da(0x2d1):_0x530d79=_0x582bdb[_0x3bd0da(0x2c6)][_0x3bd0da(0x224)](_0x410f36[_0x3bd0da(0x337)]),_0x22db2a=_0x582bdb[_0x3bd0da(0x2c6)][_0x3bd0da(0x224)](_0x410f36[_0x3bd0da(0x290)]);break;case _0x3bd0da(0x239):_0x530d79=_0x582bdb[_0x3bd0da(0x2c6)][_0x3bd0da(0x224)](_0x410f36[_0x3bd0da(0x24f)]),_0x22db2a=_0x530d79[_0x3bd0da(0x2fb)](_0x410f36[_0x3bd0da(0x273)]);break;default:return;}const _0x471fe3=_0x582bdb[_0x3bd0da(0x2c6)][_0x3bd0da(0x258)](_0x530d79,_0x22db2a);_0x582bdb[_0x3bd0da(0x2c6)][_0x3bd0da(0x2c4)](()=>{const _0x337d5e=_0x3bd0da;for(const {suggestion:_0x1b890d,meta:_0x5d21d4}of this[_0x337d5e(0x267)](_0x471fe3)){if(_0x1b890d[_0x337d5e(0x343)])continue;if(_0x337d5e(0x311)==_0x1b890d[_0x337d5e(0x31e)])continue;const _0x500344=this[_0x337d5e(0x1c4)](_0x1b890d);if(_0x500344&&this[_0x337d5e(0x269)](_0x500344)&&_0x337d5e(0x2d1)!=_0x410f36[_0x337d5e(0x31e)])continue;const _0x309997=_0x1b890d[_0x337d5e(0x312)]&&_0x1b890d[_0x337d5e(0x312)][_0x337d5e(0x283)];(_0x337d5e(0x275)!=_0x1b890d[_0x337d5e(0x31e)]||_0x337d5e(0x2d1)==_0x410f36[_0x337d5e(0x31e)]&&!_0x309997)&&(_0x5d21d4[_0x337d5e(0x1f5)]||_0x337d5e(0x359)==_0x1b890d[_0x337d5e(0x31e)]&&_0x5d21d4[_0x337d5e(0x299)]||_0x1b890d[_0x337d5e(0x1fb)]()[_0x337d5e(0x1f0)](_0x471fe3)&&this[_0x337d5e(0x32b)](_0x1b890d,_0x530d79,_0x22db2a));}});},{'priority':_0x3b645d(0x1e5)}),_0x582bdb[_0x3b645d(0x2c6)]['on'](_0x3b645d(0x27e),(_0x442bbb,_0x41dbe2)=>{const _0x561e19=_0x3b645d,_0x478085=_0x41dbe2[0x0],_0x4ffbeb=_0x41dbe2[0x1];if(_0x4ffbeb&&_0x4ffbeb[_0x561e19(0x212)])return;if(this[_0x561e19(0x211)])return;if(!this[_0x561e19(0x279)][_0x561e19(0x2ae)])return;if(_0x478085[_0x561e19(0x2c2)])return;const _0x49ba80=_0x582bdb[_0x561e19(0x2c6)][_0x561e19(0x329)],{start:_0x461002,end:_0x57a2cf}=_0x478085[_0x561e19(0x1fb)](),_0x365bce=_0x461002[_0x561e19(0x292)]&&_0x49ba80[_0x561e19(0x215)](_0x461002[_0x561e19(0x292)])?null:_0x49ba80[_0x561e19(0x2a4)](_0x461002,_0x561e19(0x207)),_0x359081=_0x57a2cf[_0x561e19(0x2e6)]&&_0x49ba80[_0x561e19(0x215)](_0x57a2cf[_0x561e19(0x2e6)])?null:_0x49ba80[_0x561e19(0x2a4)](_0x57a2cf,_0x561e19(0x368)),_0x4e3c91=_0x582bdb[_0x561e19(0x2c6)][_0x561e19(0x258)](_0x365bce?_0x365bce[_0x561e19(0x2a7)]:_0x461002,_0x359081?_0x359081[_0x561e19(0x2dc)]:_0x57a2cf);_0x582bdb[_0x561e19(0x2c6)][_0x561e19(0x2c4)](_0x56c292=>{const _0x2bdf7d=_0x561e19;this[_0x2bdf7d(0x1dc)](_0x4e3c91);const _0x2ba17b=_0x582bdb[_0x2bdf7d(0x2c6)][_0x2bdf7d(0x329)][_0x2bdf7d(0x2a4)](_0x4e3c91[_0x2bdf7d(0x2a7)]);_0x478085['is'](_0x2bdf7d(0x21a))?_0x56c292[_0x2bdf7d(0x30c)](_0x2ba17b):_0x478085[_0x2bdf7d(0x265)](_0x2ba17b);}),_0x442bbb[_0x561e19(0x1d6)]();},{'priority':_0x1d5ad0[_0x3b645d(0x356)]+0xa}),_0x582bdb[_0x3b645d(0x2c6)]['on'](_0x3b645d(0x2f3),(_0x1e8106,_0x296eb7)=>{const _0x49d8d5=_0x3b645d,_0x4e867d=_0x296eb7[_0x296eb7[_0x49d8d5(0x34c)]-0x1];_0x4e867d&&_0x4e867d[_0x49d8d5(0x212)]||this[_0x49d8d5(0x211)]||this[_0x49d8d5(0x279)][_0x49d8d5(0x2ae)]&&(_0x582bdb[_0x49d8d5(0x2c6)][_0x49d8d5(0x2c4)](()=>{const _0x497e22=_0x49d8d5;let _0x1f3e07=_0x582bdb[_0x497e22(0x2c6)][_0x497e22(0x2f3)](_0x296eb7[0x0],_0x296eb7[0x1],_0x296eb7[0x2],{'forceDefaultExecution':!0x0});if(!_0x1f3e07)return;_0x1e8106[_0x497e22(0x325)]=_0x1f3e07[_0x497e22(0x2fd)]();const _0x19a806=_0x1f3e07[_0x497e22(0x2dc)][_0x497e22(0x2e6)],_0x1d64ef=_0x582bdb[_0x497e22(0x2c6)][_0x497e22(0x329)];_0x19a806&&_0x1d64ef[_0x497e22(0x260)](_0x19a806)&&!_0x1d64ef[_0x497e22(0x34e)](_0x19a806)&&(_0x1f3e07=_0x582bdb[_0x497e22(0x2c6)][_0x497e22(0x258)](_0x1f3e07[_0x497e22(0x2a7)],_0x582bdb[_0x497e22(0x2c6)][_0x497e22(0x224)](_0x19a806,_0x497e22(0x2dc)))),this[_0x497e22(0x2fe)](_0x1f3e07);}),_0x1e8106[_0x49d8d5(0x1d6)]());},{'priority':_0x3b645d(0x1d8)}),this[_0x3b645d(0x24c)][_0x3b645d(0x35e)][_0x3b645d(0x28f)](_0x3b645d(0x328),this[_0x3b645d(0x279)]),this[_0x3b645d(0x35b)](_0x3b645d(0x328));const _0x50fbbc=new _0x27a6f7(_0x582bdb,this[_0x3b645d(0x2f9)]);_0x582bdb[_0x3b645d(0x35e)][_0x3b645d(0x28f)](_0x3b645d(0x222),_0x50fbbc),this[_0x3b645d(0x35b)](_0x3b645d(0x222));const _0x14ee02=new _0x9b4e28(_0x582bdb,this[_0x3b645d(0x2f9)]);_0x582bdb[_0x3b645d(0x35e)][_0x3b645d(0x28f)](_0x3b645d(0x31b),_0x14ee02),this[_0x3b645d(0x35b)](_0x3b645d(0x31b)),_0x582bdb[_0x3b645d(0x35e)][_0x3b645d(0x28f)](_0x3b645d(0x23a),new _0x5392d5(_0x582bdb,_0x50fbbc,this[_0x3b645d(0x2f9)])),this[_0x3b645d(0x35b)](_0x3b645d(0x23a)),_0x582bdb[_0x3b645d(0x35e)][_0x3b645d(0x28f)](_0x3b645d(0x321),new _0x5392d5(_0x582bdb,_0x14ee02,this[_0x3b645d(0x2f9)])),this[_0x3b645d(0x35b)](_0x3b645d(0x321)),_0x582bdb[_0x3b645d(0x35e)][_0x3b645d(0x28f)](_0x3b645d(0x2f4),new _0x1c5755(_0x582bdb,_0x50fbbc,this[_0x3b645d(0x2f9)])),this[_0x3b645d(0x35b)](_0x3b645d(0x2f4)),_0x582bdb[_0x3b645d(0x35e)][_0x3b645d(0x28f)](_0x3b645d(0x366),new _0x1c5755(_0x582bdb,_0x14ee02,this[_0x3b645d(0x2f9)])),this[_0x3b645d(0x35b)](_0x3b645d(0x366));const _0x13ea6c=_0x582bdb[_0x3b645d(0x30e)][_0x3b645d(0x2e5)](_0x3b645d(0x263));this[_0x3b645d(0x1e0)](_0x13ea6c,_0x3b645d(0x310),(_0x24f3f2,{threadId:_0x266581})=>{const _0x318b70=_0x3b645d,_0x229ef7=this[_0x318b70(0x2f9)][_0x318b70(0x2e5)](_0x266581);_0x229ef7&&_0x229ef7[_0x318b70(0x2d0)]&&0x1===_0x229ef7[_0x318b70(0x2d0)][_0x318b70(0x34c)]&&this[_0x318b70(0x1d1)](_0x266581,{'hasComments':!0x0});},{'priority':_0x3b645d(0x1c8)}),this[_0x3b645d(0x1e0)](_0x13ea6c,_0x3b645d(0x35a),(_0x5c138e,{threadId:_0x49ad9b})=>{const _0x313421=_0x3b645d,_0x39fd52=this[_0x313421(0x2f9)][_0x313421(0x2e5)](_0x49ad9b);_0x39fd52&&_0x39fd52[_0x313421(0x2d0)]&&!_0x39fd52[_0x313421(0x2d0)][_0x313421(0x34c)]&&this[_0x313421(0x1d1)](_0x49ad9b,{'hasComments':!0x1});},{'priority':_0x3b645d(0x1c8)});}set[_0x4da380(0x2eb)](_0x4df36d){const _0x37e9ff=_0x4da380;if(this[_0x37e9ff(0x234)])throw new _0x12b75d(_0x37e9ff(0x2f2),this);this[_0x37e9ff(0x234)]=_0x4df36d;}get[_0x4da380(0x2eb)](){const _0x3f0f59=_0x4da380;return this[_0x3f0f59(0x234)];}[_0x4da380(0x284)]({skipNotAttached:_0x4ced0c=!0x1,toJSON:_0x4d2c4d=!0x1}={}){const _0x16a79c=_0x4da380,_0x50b472=[];for(const _0x1a89b4 of this[_0x16a79c(0x2f9)][_0x16a79c(0x314)]())_0x4ced0c&&!_0x1a89b4[_0x16a79c(0x20b)]||_0x50b472[_0x16a79c(0x23f)](_0x1a89b4);return _0x4d2c4d?_0x50b472[_0x16a79c(0x2c9)](_0x490375=>_0x490375[_0x16a79c(0x33b)]()):_0x50b472;}[_0x4da380(0x2e0)](_0x58275b){const _0x4baf31=_0x4da380,_0xbbeb3e=this[_0x4baf31(0x2f9)][_0x4baf31(0x2e5)](_0x58275b);if(!_0xbbeb3e)throw new _0x12b75d(_0x4baf31(0x24e),this);return _0xbbeb3e;}[_0x4da380(0x2b3)](_0x5c4835){const _0x102916=_0x4da380;return this[_0x102916(0x2f9)][_0x102916(0x357)](_0x5c4835);}[_0x4da380(0x32e)](_0x18c9ae){const _0x4ab718=_0x4da380,{authorId:_0x33cd97,id:_0x75d693,attributes:_0x2dbf90}=_0x18c9ae,[_0x4a23e7,_0x310f8e]=_0x18c9ae[_0x4ab718(0x31e)][_0x4ab718(0x2d1)](':'),_0x229be2=this[_0x4ab718(0x2f9)][_0x4ab718(0x2e5)](_0x75d693)||this[_0x4ab718(0x31c)](_0x4a23e7,_0x310f8e,_0x75d693,_0x33cd97,_0x2dbf90);if(this[_0x4ab718(0x360)](_0x229be2),this[_0x4ab718(0x344)](_0x229be2,_0x4a23e7,_0x310f8e||null,_0x33cd97),_0x229be2[_0x4ab718(0x2e3)]=_0x18c9ae[_0x4ab718(0x2e3)],_0x229be2[_0x4ab718(0x340)]=!0x0,_0x2dbf90&&_0x2dbf90[_0x4ab718(0x27d)]){const _0x5d47fb=_0x2dbf90[_0x4ab718(0x27d)],_0x1b5696=this[_0x4ab718(0x317)](_0x5d47fb[_0x4ab718(0x2b4)]);_0x229be2[_0x4ab718(0x217)]=_0x5d47fb[_0x4ab718(0x2e3)],_0x229be2[_0x4ab718(0x354)]=_0x1b5696,_0x229be2[_0x4ab718(0x2cd)]=!0x0;}else _0x229be2[_0x4ab718(0x217)]=_0x18c9ae[_0x4ab718(0x2e3)];switch(_0x18c9ae[_0x4ab718(0x312)]&&(_0x229be2[_0x4ab718(0x312)]=_0x18c9ae[_0x4ab718(0x312)]),_0x18c9ae[_0x4ab718(0x253)]&&(_0x229be2[_0x4ab718(0x253)]=_0x18c9ae[_0x4ab718(0x253)]),this[_0x4ab718(0x234)]&&this[_0x4ab718(0x234)][_0x4ab718(0x336)]||(_0x229be2[_0x4ab718(0x2c5)]=!0x0),this[_0x4ab718(0x1ed)][_0x4ab718(0x2e5)](_0x229be2)){case _0x4ab718(0x22b):this[_0x4ab718(0x1ed)][_0x4ab718(0x237)](_0x229be2,_0x4ab718(0x355));break;case _0x4ab718(0x2fc):_0x229be2[_0x4ab718(0x20b)]?(this[_0x4ab718(0x2c8)](new Set([_0x229be2])),this[_0x4ab718(0x244)](new Set([_0x229be2])),this[_0x4ab718(0x1ed)][_0x4ab718(0x237)](_0x229be2,_0x4ab718(0x2df)),this[_0x4ab718(0x1c9)](_0x4ab718(0x1f8),_0x229be2)):this[_0x4ab718(0x1ed)][_0x4ab718(0x237)](_0x229be2,_0x4ab718(0x297));}return _0x229be2;}[_0x4da380(0x222)](_0xf69272){const _0xb72383=_0x4da380;this[_0xb72383(0x212)](()=>{const _0x11a992=_0xb72383;this[_0x11a992(0x24c)][_0x11a992(0x2c6)][_0x11a992(0x2c4)](()=>{const _0x304c99=_0x11a992;for(const _0x5c48e6 of _0xf69272[_0x304c99(0x2b6)]())_0x5c48e6[_0x304c99(0x24d)]();});});}[_0x4da380(0x31b)](_0x5c5c5c){const _0xe932a8=_0x4da380;this[_0xe932a8(0x212)](()=>{const _0x4f8dc4=_0xe932a8;this[_0x4f8dc4(0x24c)][_0x4f8dc4(0x2c6)][_0x4f8dc4(0x2c4)](()=>{const _0x7a0e75=_0x4f8dc4;for(const _0x4561c4 of _0x5c5c5c[_0x7a0e75(0x2b6)]())_0x4561c4[_0x7a0e75(0x32f)]();});});}[_0x4da380(0x35b)](_0x4c7955,_0x1ec4a5){const _0x2ca3fe=_0x4da380,_0x371a73=this[_0x2ca3fe(0x24c)][_0x2ca3fe(0x35e)][_0x2ca3fe(0x2e5)](_0x4c7955);if(!_0x371a73)throw new _0x12b75d(_0x2ca3fe(0x362),this,{'commandName':_0x4c7955});if(this[_0x2ca3fe(0x350)][_0x2ca3fe(0x357)](_0x371a73))throw new _0x12b75d(_0x2ca3fe(0x319),this,{'commandName':_0x4c7955});this[_0x2ca3fe(0x350)][_0x2ca3fe(0x28f)](_0x371a73),_0x1ec4a5&&_0x371a73['on'](_0x2ca3fe(0x1d5),(_0x1b4758,_0x5ab35b)=>{const _0x19d97d=_0x2ca3fe;this[_0x19d97d(0x279)][_0x19d97d(0x2ae)]&&(this[_0x19d97d(0x211)]||(_0x5ab35b[_0x19d97d(0x34c)]>0x0&&_0x5ab35b[_0x5ab35b[_0x19d97d(0x34c)]-0x1]&&_0x5ab35b[_0x5ab35b[_0x19d97d(0x34c)]-0x1][_0x19d97d(0x212)]?_0x5ab35b[_0x19d97d(0x206)]():(_0x1b4758[_0x19d97d(0x325)]=_0x1ec4a5((..._0x5dbd85)=>_0x371a73[_0x19d97d(0x1d5)](..._0x5dbd85,{'forceDefaultExecution':!0x0}),..._0x5ab35b),_0x1b4758[_0x19d97d(0x1d6)]())));},{'priority':_0x2ca3fe(0x1d8)});}[_0x4da380(0x212)](_0x1cc3ae){const _0x35d48e=_0x4da380;let _0x162d3d,_0x43b94a;const _0x44efed=this[_0x35d48e(0x211)];this[_0x35d48e(0x211)]=!0x0;try{_0x162d3d=_0x1cc3ae();}catch(_0x3f3a55){_0x43b94a=_0x3f3a55;}return _0x44efed||(this[_0x35d48e(0x211)]=!0x1),_0x43b94a&&_0x12b75d[_0x35d48e(0x1cf)](_0x43b94a,this),_0x162d3d;}[_0x4da380(0x2fe)](_0x360b64,_0x18f0c9=null,_0x188a6a={}){const _0x5ff0fc=_0x4da380;if(_0x360b64[_0x5ff0fc(0x2c2)])return null;const _0x23d557=this[_0x5ff0fc(0x24c)][_0x5ff0fc(0x30e)][_0x5ff0fc(0x2e5)](_0x5ff0fc(0x2ff))['me'];for(const {suggestion:_0x6fb905,meta:_0x5408ed}of this[_0x5ff0fc(0x267)](_0x360b64,_0x5ff0fc(0x359)))if(_0x5408ed[_0x5ff0fc(0x299)]){if(!_0x5408ed[_0x5ff0fc(0x2a0)]){if(_0x5408ed[_0x5ff0fc(0x1f5)]){if(!this[_0x5ff0fc(0x255)]||!Pt(_0x6fb905,_0x188a6a))continue;return _0x6fb905;}if(Pt(_0x6fb905,_0x188a6a))return _0x6fb905;this[_0x5ff0fc(0x32b)](_0x6fb905,_0x360b64[_0x5ff0fc(0x2a7)],_0x360b64[_0x5ff0fc(0x2dc)]);break;}if(_0x18f0c9==_0x6fb905[_0x5ff0fc(0x1f1)]&&Pt(_0x6fb905,_0x188a6a)){const _0x26d760=_0x6fb905[_0x5ff0fc(0x1fb)]();return _0x26d760[_0x5ff0fc(0x2a7)][_0x5ff0fc(0x36c)](_0x360b64[_0x5ff0fc(0x2dc)])?this[_0x5ff0fc(0x36b)](_0x6fb905,this[_0x5ff0fc(0x316)][_0x5ff0fc(0x258)](_0x360b64[_0x5ff0fc(0x2a7)],_0x26d760[_0x5ff0fc(0x2dc)])):this[_0x5ff0fc(0x36b)](_0x6fb905,this[_0x5ff0fc(0x316)][_0x5ff0fc(0x258)](_0x26d760[_0x5ff0fc(0x2a7)],_0x360b64[_0x5ff0fc(0x2dc)])),_0x6fb905;}}const _0x3fe771=_0x406ff0(),_0x3e9e5a=_0x23d557['id'],_0x25ad6f=_0x18f0c9?_0x5ff0fc(0x30f)+_0x18f0c9:_0x5ff0fc(0x359),_0x1929a6=this[_0x5ff0fc(0x1e1)]({'id':_0x3fe771,'type':_0x25ad6f,'createdAt':new Date(),'authorId':_0x3e9e5a,'attributes':_0x188a6a});return this[_0x5ff0fc(0x1c2)](_0x25ad6f,_0x3fe771,_0x3e9e5a,_0x360b64),_0x1929a6;}[_0x4da380(0x229)](_0x376775,_0x183bb5=_0x4da380(0x1d4),_0x1ff82={}){const _0x5a7df0=_0x4da380,_0x433c5e=this[_0x5a7df0(0x24c)][_0x5a7df0(0x30e)][_0x5a7df0(0x2e5)](_0x5a7df0(0x2ff))['me'],_0x887442=this[_0x5a7df0(0x210)][_0x5a7df0(0x34d)](_0x5a7df0(0x359),_0x183bb5,_0x5a7df0(0x287));for(const _0x1087b0 of this[_0x5a7df0(0x284)]())if(_0x1087b0[_0x5a7df0(0x354)]['id']==_0x433c5e['id']&&_0x5a7df0(0x359)==_0x1087b0[_0x5a7df0(0x31e)]&&_0x1087b0[_0x5a7df0(0x1f1)]==_0x183bb5&&Pt(_0x1087b0,_0x1ff82)&&(_0x887442(_0x1087b0[_0x5a7df0(0x334)](),_0x376775)||_0x887442(_0x376775,_0x1087b0[_0x5a7df0(0x334)]()))){for(const _0x12f4c8 of _0x376775)_0x1087b0[_0x5a7df0(0x332)](_0x12f4c8);return _0x1087b0;}for(const {suggestion:_0xa0c318,meta:_0xca8e02}of this[_0x5a7df0(0x267)](_0x376775,_0x5a7df0(0x359))){if(!_0xca8e02[_0x5a7df0(0x299)])continue;if(!this[_0x5a7df0(0x255)]&&_0xca8e02[_0x5a7df0(0x1f5)])continue;if(!Pt(_0xa0c318,_0x1ff82))continue;let _0x3341ce=!0x0;for(const _0x218275 of _0xa0c318[_0x5a7df0(0x334)]())for(const _0x1ecdcd of _0x376775)if(!_0x218275[_0x5a7df0(0x1f0)](_0x1ecdcd)){_0x3341ce=!0x1;break;}if(_0x3341ce)return _0xa0c318;}const _0x40341e=_0x406ff0(),_0x124e0b=_0x433c5e['id'],_0x32eecf=_0x5a7df0(0x30f)+_0x183bb5,_0x24ea85=this[_0x5a7df0(0x1e1)]({'id':_0x40341e,'type':_0x32eecf,'createdAt':new Date(),'authorId':_0x124e0b,'attributes':_0x1ff82});for(const _0x35170e of _0x376775)this[_0x5a7df0(0x1c2)](_0x32eecf,_0x40341e,_0x124e0b,_0x35170e,_0x46f1b8[_0x5a7df0(0x21e)]());return _0x24ea85;}[_0x4da380(0x345)](_0x5eda9c,_0x45056e,_0x1487f4=null,_0x2c6775={}){const _0x58c038=_0x4da380;if(_0x1487f4=_0x1487f4||Et(_0x45056e),_0x5eda9c[_0x58c038(0x2c2)])return null;if(_0x58c038(0x1ec)===this[_0x58c038(0x1c6)]){const _0x3d4049=this[_0x58c038(0x210)][_0x58c038(0x34d)](_0x58c038(0x311),_0x1487f4,_0x58c038(0x24d));return this[_0x58c038(0x212)](()=>_0x3d4049([_0x5eda9c],_0x45056e,_0x2c6775)),null;}const _0x12e0e0=this[_0x58c038(0x24c)][_0x58c038(0x30e)][_0x58c038(0x2e5)](_0x58c038(0x2ff))['me'],_0x49d03f=[];if(_0x58c038(0x2ce)!==this[_0x58c038(0x1c6)]){for(const {suggestion:_0x3a4a47,meta:_0x28bc71}of this[_0x58c038(0x267)](_0x5eda9c,_0x58c038(0x359)))_0x28bc71[_0x58c038(0x299)]&&!_0x28bc71[_0x58c038(0x2ba)]&&_0x49d03f[_0x58c038(0x23f)](..._0x3a4a47[_0x58c038(0x334)]());}const _0x4e066b=function(_0x153dc3,_0x539c70){const _0x3eea96=_0x58c038,_0x2bfa30=[];for(const _0x5f1ae6 of _0x539c70){const _0x44ea81=_0x153dc3[_0x3eea96(0x1d7)](_0x5f1ae6);_0x44ea81&&_0x2bfa30[_0x3eea96(0x23f)](_0x44ea81);}return _0x2bfa30;}(_0x5eda9c,_0x49d03f),_0x5797ca=function(_0x204f6b,_0x1712f8){const _0xc5cc25=_0x58c038,_0x312d17=[_0x204f6b];for(const _0x304a44 of _0x1712f8){let _0x40b84a=0x0;for(;_0x40b84a<_0x312d17[_0xc5cc25(0x34c)];){const _0xa2fcd9=_0x312d17[_0x40b84a][_0xc5cc25(0x26f)](_0x304a44);_0x312d17[_0xc5cc25(0x2d4)](_0x40b84a,0x1,..._0xa2fcd9),_0x40b84a+=_0xa2fcd9[_0xc5cc25(0x34c)];}}return _0x312d17;}(_0x5eda9c,_0x49d03f);_0x4e066b[_0x58c038(0x34c)]&&this[_0x58c038(0x316)][_0x58c038(0x2c4)](()=>{const _0x568ea7=_0x58c038;for(const _0x57ba4c of _0x4e066b){const _0x29730c=this[_0x568ea7(0x210)][_0x568ea7(0x34d)](_0x568ea7(0x311),_0x1487f4,_0x568ea7(0x24d));this[_0x568ea7(0x212)](()=>_0x29730c([_0x57ba4c],_0x45056e,_0x2c6775));}});for(const _0xb1cd9d of _0x5797ca){let _0x31ed90=null,_0x4245f3=_0xb1cd9d[_0x58c038(0x2a7)],_0x581db5=_0xb1cd9d[_0x58c038(0x2dc)];for(const {suggestion:_0x2f4072,meta:_0x29f77a}of this[_0x58c038(0x267)](_0xb1cd9d,_0x58c038(0x311))){if(!_0x29f77a[_0x58c038(0x299)])continue;if(_0x2f4072[_0x58c038(0x1f1)]!=_0x1487f4)continue;if(!Pt(_0x2f4072,_0x2c6775))continue;const _0x4b75d0=_0x2f4072[_0x58c038(0x1fb)]();if(_0x4b75d0[_0x58c038(0x1f0)](_0xb1cd9d,!0x0))return null;_0x4245f3=_0x4245f3[_0x58c038(0x313)](_0x4b75d0[_0x58c038(0x2a7)])?_0x4245f3:_0x4b75d0[_0x58c038(0x2a7)],_0x581db5=_0x581db5[_0x58c038(0x34b)](_0x4b75d0[_0x58c038(0x2dc)])?_0x581db5:_0x4b75d0[_0x58c038(0x2dc)],_0x31ed90?_0x4b75d0[_0x58c038(0x2a7)][_0x58c038(0x313)](_0x31ed90[_0x58c038(0x1fb)]()[_0x58c038(0x2a7)])?(_0x31ed90[_0x58c038(0x2ec)](),_0x31ed90=_0x2f4072):_0x2f4072[_0x58c038(0x2ec)]():_0x31ed90=_0x2f4072;}const _0x52ca8b=this[_0x58c038(0x316)][_0x58c038(0x258)](_0x4245f3,_0x581db5);if(_0x31ed90)this[_0x58c038(0x36b)](_0x31ed90,_0x52ca8b);else{const _0x41b72a=_0x406ff0(),_0x41c65b=_0x12e0e0['id'];this[_0x58c038(0x1e1)]({'id':_0x41b72a,'type':_0x58c038(0x203)+_0x1487f4,'data':_0x45056e,'createdAt':new Date(),'authorId':_0x41c65b,'attributes':_0x2c6775}),this[_0x58c038(0x1c2)](_0x58c038(0x203)+_0x1487f4,_0x41b72a,_0x41c65b,_0x52ca8b);}}return null;}[_0x4da380(0x305)](_0x4b62f0,_0x27222c,_0x1930bc=[],_0x3400e4=null,_0x224a09={}){const _0x226754=_0x4da380;_0x27222c[_0x226754(0x219)]||(_0x27222c[_0x226754(0x219)]=_0x27222c[_0x226754(0x25b)]),_0x27222c[_0x226754(0x283)]=_0x4b62f0['is'](_0x226754(0x2d8)),_0x3400e4=_0x3400e4||Et(_0x27222c);const _0x572f0c=_0x1930bc[_0x226754(0x2c9)](_0x1bbfb7=>Ot(_0x1bbfb7,this[_0x226754(0x316)])),_0x306e56=_0x4b62f0['is'](_0x226754(0x2d8))?_0x4b62f0:Ot(_0x4b62f0,this[_0x226754(0x316)]);if(_0x226754(0x1ec)===this[_0x226754(0x1c6)]){const _0x253c95=this[_0x226754(0x210)][_0x226754(0x34d)](_0x226754(0x275),_0x3400e4,_0x226754(0x24d));return this[_0x226754(0x212)](()=>_0x253c95([_0x306e56],_0x27222c,_0x224a09)),null;}_0x572f0c[_0x226754(0x23f)](_0x306e56);let _0x27b35e=!0x0;for(const _0x28f5ed of _0x572f0c)if(!this[_0x226754(0x1bf)](_0x28f5ed)){_0x27b35e=!0x1;break;}if(_0x27b35e&&_0x226754(0x2ce)!==this[_0x226754(0x1c6)]){const _0xb93bd8=this[_0x226754(0x210)][_0x226754(0x34d)](_0x226754(0x275),_0x3400e4,_0x226754(0x24d));return this[_0x226754(0x212)](()=>_0xb93bd8([_0x306e56],_0x27222c,_0x224a09)),null;}let _0x429fd1=null,_0xd4b50=_0x306e56[_0x226754(0x2a7)],_0x4f358e=_0x306e56[_0x226754(0x2dc)];for(const {suggestion:_0x58496b,meta:_0x3e16cb}of this[_0x226754(0x267)](_0x306e56,_0x226754(0x275))){if(!_0x3e16cb[_0x226754(0x299)])continue;if(_0x3e16cb[_0x226754(0x2a0)]||_0x3e16cb[_0x226754(0x1f5)]||_0x3e16cb[_0x226754(0x2ba)])continue;if(_0x58496b[_0x226754(0x312)][_0x226754(0x219)]!=_0x27222c[_0x226754(0x219)])continue;if(!Pt(_0x58496b,_0x224a09))continue;const _0x31a9c1=_0x58496b[_0x226754(0x1fb)]();if(_0x58496b[_0x226754(0x1f1)]==_0x3400e4){if(_0x31a9c1[_0x226754(0x1f0)](_0x306e56,!0x0))return null;_0xd4b50=_0xd4b50[_0x226754(0x313)](_0x31a9c1[_0x226754(0x2a7)])?_0xd4b50:_0x31a9c1[_0x226754(0x2a7)],_0x4f358e=_0x4f358e[_0x226754(0x34b)](_0x31a9c1[_0x226754(0x2dc)])?_0x4f358e:_0x31a9c1[_0x226754(0x2dc)],_0x429fd1?_0x31a9c1[_0x226754(0x2a7)][_0x226754(0x313)](_0x429fd1[_0x226754(0x1fb)]()[_0x226754(0x2a7)])?(_0x429fd1[_0x226754(0x2ec)](),_0x429fd1=_0x58496b):_0x58496b[_0x226754(0x2ec)]():_0x429fd1=_0x58496b;}else{const _0x14189f=_0x306e56[_0x226754(0x1d7)](_0x31a9c1);this[_0x226754(0x2f6)](_0x58496b,_0x14189f);}}const _0x1291b1=this[_0x226754(0x24c)][_0x226754(0x30e)][_0x226754(0x2e5)](_0x226754(0x2ff))['me'],_0x5e1cf9=_0x406ff0(),_0x5aeccd=_0x1291b1['id'];if(_0x429fd1)return this[_0x226754(0x36b)](_0x429fd1,this[_0x226754(0x316)][_0x226754(0x258)](_0xd4b50,_0x4f358e)),_0x429fd1;{const _0x4ec4cc=this[_0x226754(0x1e1)]({'id':_0x5e1cf9,'type':_0x226754(0x21b)+_0x3400e4,'data':_0x27222c,'createdAt':new Date(),'authorId':_0x5aeccd,'attributes':_0x224a09});return this[_0x226754(0x1c2)](_0x226754(0x21b)+_0x3400e4,_0x5e1cf9,_0x5aeccd,this[_0x226754(0x316)][_0x226754(0x258)](_0xd4b50,_0x4f358e)),_0x4ec4cc;}}[_0x4da380(0x26d)](_0x2db9fb,_0x196ea8,_0x4c00ca=[],_0x545b03=null,_0x43cb64={}){const _0xe82d79=_0x4da380;_0x196ea8[_0xe82d79(0x219)]||(_0x196ea8[_0xe82d79(0x219)]=_0x196ea8[_0xe82d79(0x25b)]);const _0x5cae74=_0x2db9fb[0x0];_0x196ea8[_0xe82d79(0x283)]=_0x5cae74['is'](_0xe82d79(0x2d8)),_0x545b03=_0x545b03||Et(_0x196ea8);const _0x2f13ce=_0x4c00ca[_0xe82d79(0x2c9)](_0x3c684f=>Ot(_0x3c684f,this[_0xe82d79(0x316)])),_0x3a5d4a=_0x5cae74['is'](_0xe82d79(0x2d8))?_0x2db9fb:_0x2db9fb[_0xe82d79(0x2c9)](_0x588aba=>Ot(_0x588aba,this[_0xe82d79(0x316)]));if(_0xe82d79(0x1ec)===this[_0xe82d79(0x1c6)]){const _0x30b488=this[_0xe82d79(0x210)][_0xe82d79(0x34d)](_0xe82d79(0x275),_0x545b03,_0xe82d79(0x24d));return this[_0xe82d79(0x212)](()=>_0x30b488(_0x3a5d4a,_0x196ea8,_0x43cb64)),null;}_0x2f13ce[_0xe82d79(0x23f)](..._0x3a5d4a);let _0x360bd6=!0x0;for(const _0x13e39b of _0x2f13ce)if(!this[_0xe82d79(0x1bf)](_0x13e39b)){_0x360bd6=!0x1;break;}if(_0x360bd6&&_0xe82d79(0x2ce)!==this[_0xe82d79(0x1c6)]){const _0x4a7d7d=this[_0xe82d79(0x210)][_0xe82d79(0x34d)](_0xe82d79(0x275),_0x545b03,_0xe82d79(0x24d));return this[_0xe82d79(0x212)](()=>_0x4a7d7d(_0x3a5d4a,_0x196ea8,_0x43cb64)),null;}const _0x220dc1=this[_0xe82d79(0x24c)][_0xe82d79(0x30e)][_0xe82d79(0x2e5)](_0xe82d79(0x2ff))['me'];for(const _0x21793c of this[_0xe82d79(0x284)]()){if(_0x21793c[_0xe82d79(0x354)]['id']!=_0x220dc1['id'])continue;if(_0xe82d79(0x275)!=_0x21793c[_0xe82d79(0x31e)]||_0x21793c[_0xe82d79(0x312)][_0xe82d79(0x219)]!=_0x196ea8[_0xe82d79(0x219)])continue;if(!Pt(_0x21793c,_0x43cb64))continue;const _0x490426=_0x21793c[_0xe82d79(0x1f1)]==_0x545b03;for(let _0xea5567=0x0;_0xea5567<_0x3a5d4a[_0xe82d79(0x34c)];_0xea5567++){const _0xb8645=_0x3a5d4a[_0xea5567];for(const _0x510c5b of _0x21793c[_0xe82d79(0x249)]()){const _0x1eb97b=_0x510c5b[_0xe82d79(0x205)]();if(_0xb8645[_0xe82d79(0x36c)](_0x1eb97b)){_0x490426?(_0x3a5d4a[_0xe82d79(0x2d4)](_0xea5567,0x1),_0xea5567--):_0x21793c[_0xe82d79(0x21f)](_0x510c5b[_0xe82d79(0x28c)]);break;}}}}if(0x0==_0x3a5d4a[_0xe82d79(0x34c)])return null;const _0x4e6f94=this[_0xe82d79(0x210)][_0xe82d79(0x34d)](_0xe82d79(0x275),_0x545b03,_0xe82d79(0x287));for(const _0x3eeb39 of this[_0xe82d79(0x284)]())if(_0x3eeb39[_0xe82d79(0x354)]['id']==_0x220dc1['id']&&_0xe82d79(0x275)==_0x3eeb39[_0xe82d79(0x31e)]&&_0x3eeb39[_0xe82d79(0x312)][_0xe82d79(0x219)]==_0x196ea8[_0xe82d79(0x219)]&&_0x3eeb39[_0xe82d79(0x1f1)]==_0x545b03&&Pt(_0x3eeb39,_0x43cb64)&&(_0x4e6f94(_0x3eeb39[_0xe82d79(0x334)](),_0x3a5d4a)||_0x4e6f94(_0x3a5d4a,_0x3eeb39[_0xe82d79(0x334)]()))){for(const _0x24fe0c of _0x3a5d4a)_0x3eeb39[_0xe82d79(0x332)](_0x24fe0c);return _0x3eeb39;}const _0x2cb639=_0x406ff0(),_0x391061=_0x220dc1['id'],_0x417563=_0xe82d79(0x21b)+_0x545b03,_0x14c66b=this[_0xe82d79(0x1e1)]({'id':_0x2cb639,'type':_0x417563,'data':_0x196ea8,'createdAt':new Date(),'authorId':_0x391061,'attributes':_0x43cb64});for(const _0x1372fa of _0x3a5d4a)this[_0xe82d79(0x1c2)](_0x417563,_0x2cb639,_0x391061,_0x1372fa,_0x46f1b8[_0xe82d79(0x21e)]());return _0x14c66b;}[_0x4da380(0x1dc)](_0x43a4a0,_0x5e0d01=null,_0x2a9c01={}){const _0x27ba71=_0x4da380;if(_0x43a4a0[_0x27ba71(0x2c2)])return null;const _0x57424b=this[_0x27ba71(0x24c)][_0x27ba71(0x30e)][_0x27ba71(0x2e5)](_0x27ba71(0x2ff))['me'],_0x3788bf=new _0x48c7ea(_0x43a4a0[_0x27ba71(0x2a7)],_0x43a4a0[_0x27ba71(0x2dc)]);for(const {suggestion:_0x4e58a6,meta:_0x268e05}of this[_0x27ba71(0x267)](_0x3788bf,_0x27ba71(0x359)))if(_0x268e05[_0x27ba71(0x299)]&&!_0x268e05[_0x27ba71(0x2a0)]){if(_0x4e58a6[_0x27ba71(0x343)]){const _0xe0f787=_0x4e58a6[_0x27ba71(0x334)]()[_0x27ba71(0x1cc)](_0xbdfd97=>_0x27ba71(0x303)!=_0xbdfd97[_0x27ba71(0x2f0)][_0x27ba71(0x29a)]);_0xe0f787[_0x27ba71(0x223)](_0x2dd42f=>_0x3788bf[_0x27ba71(0x1f0)](_0x2dd42f,!0x0))&&_0x4e58a6[_0x27ba71(0x32f)]();if(_0xe0f787[_0x27ba71(0x26b)](_0x11791d=>_0x11791d[_0x27ba71(0x1f0)](_0x3788bf,!0x0))){const _0x3fd64c=this[_0x27ba71(0x210)][_0x27ba71(0x34d)](_0x27ba71(0x34a),_0x5e0d01,_0x27ba71(0x24d));return this[_0x27ba71(0x212)](()=>_0x3fd64c([_0x3788bf],null,_0x2a9c01)),null;}}else{const _0x2eeb05=_0x3788bf[_0x27ba71(0x1d7)](_0x4e58a6[_0x27ba71(0x1fb)]());null!==_0x2eeb05&&_0x4e58a6[_0x27ba71(0x200)]([_0x2eeb05],null,_0x2a9c01);}}if(_0x3788bf[_0x27ba71(0x266)](),_0x3788bf[_0x27ba71(0x2c2)]||_0x27ba71(0x303)==_0x3788bf[_0x27ba71(0x2f0)][_0x27ba71(0x29a)])return null;let _0x2e644e=null,_0x1588c5=_0x3788bf[_0x27ba71(0x2a7)],_0x5a1b1b=_0x3788bf[_0x27ba71(0x2dc)];const _0x1f88b6=this[_0x27ba71(0x267)](_0x3788bf,_0x27ba71(0x34a));for(const {suggestion:_0x4fe506,meta:_0x3704f0}of _0x1f88b6){const _0x2e7320=this[_0x27ba71(0x316)][_0x27ba71(0x258)](_0x1588c5,_0x5a1b1b);if(_0x3704f0[_0x27ba71(0x299)]&&(this[_0x27ba71(0x255)]||!_0x3704f0[_0x27ba71(0x1f5)]&&!_0x3704f0[_0x27ba71(0x2ba)])){if(_0x4fe506[_0x27ba71(0x343)]){if(!Pt(_0x4fe506,_0x2a9c01))continue;let _0x2a264b=!0x0;for(const _0x78ac9b of _0x4fe506[_0x27ba71(0x334)]()){if(_0x78ac9b[_0x27ba71(0x1f0)](_0x2e7320,!0x0))return _0x4fe506;_0x2e7320[_0x27ba71(0x1f0)](_0x78ac9b)||(_0x2a264b=!0x1);}_0x2a264b&&_0x4fe506[_0x27ba71(0x32f)]();}else{const _0x377aee=_0x4fe506[_0x27ba71(0x1fb)]();if(_0x377aee[_0x27ba71(0x1f0)](_0x2e7320,!0x0))return _0x4fe506;if(!Pt(_0x4fe506,_0x2a9c01)){_0x2e7320[_0x27ba71(0x1f0)](_0x377aee)?_0x4fe506[_0x27ba71(0x2ec)]():_0x377aee[_0x27ba71(0x2bf)](_0x1588c5)?_0x1588c5=_0x377aee[_0x27ba71(0x2dc)]:_0x377aee[_0x27ba71(0x2bf)](_0x5a1b1b)&&(_0x5a1b1b=_0x377aee[_0x27ba71(0x2a7)]);continue;}_0x1588c5=_0x1588c5[_0x27ba71(0x313)](_0x377aee[_0x27ba71(0x2a7)])?_0x1588c5:_0x377aee[_0x27ba71(0x2a7)],_0x5a1b1b=_0x5a1b1b[_0x27ba71(0x34b)](_0x377aee[_0x27ba71(0x2dc)])?_0x5a1b1b:_0x377aee[_0x27ba71(0x2dc)],_0x2a9c01=Object[_0x27ba71(0x278)]({},_0x4fe506[_0x27ba71(0x253)]),_0x2e644e?_0x377aee[_0x27ba71(0x2a7)][_0x27ba71(0x313)](_0x2e644e[_0x27ba71(0x1fb)]()[_0x27ba71(0x2a7)])?(_0x2e644e[_0x27ba71(0x2ec)](),_0x2e644e=_0x4fe506):_0x4fe506[_0x27ba71(0x2ec)]():_0x2e644e=_0x4fe506;}}}if(_0x2e644e)return this[_0x27ba71(0x36b)](_0x2e644e,this[_0x27ba71(0x316)][_0x27ba71(0x258)](_0x1588c5,_0x5a1b1b)),_0x2e644e;{const _0x53e90c=_0x406ff0(),_0x1490f6=this[_0x27ba71(0x316)][_0x27ba71(0x258)](_0x1588c5,_0x5a1b1b),_0x36540=_0x57424b['id'],_0xd87360=_0x5e0d01?_0x27ba71(0x2de)+_0x5e0d01:_0x27ba71(0x34a),_0xac3535=this[_0x27ba71(0x1e1)]({'id':_0x53e90c,'type':_0xd87360,'createdAt':new Date(),'authorId':_0x36540,'attributes':_0x2a9c01});return this[_0x27ba71(0x1c2)](_0xd87360,_0x53e90c,_0x36540,_0x1490f6),_0xac3535;}}[_0x4da380(0x2f5)](_0x473fab,_0x3c1648=_0x4da380(0x1d4),_0x3aa3ed={}){const _0x3282e4=_0x4da380,_0x50daa1=this[_0x3282e4(0x24c)][_0x3282e4(0x30e)][_0x3282e4(0x2e5)](_0x3282e4(0x2ff))['me'],_0x3b1137=_0x473fab[_0x3282e4(0x2c9)](_0x2c4353=>new _0x48c7ea(_0x2c4353[_0x3282e4(0x2a7)],_0x2c4353[_0x3282e4(0x2dc)])),_0x438a4a=new Set();for(const {suggestion:_0x5242e5,meta:_0x55f5b3}of this[_0x3282e4(0x267)](_0x3b1137,_0x3282e4(0x359)))_0x55f5b3[_0x3282e4(0x299)]&&!_0x55f5b3[_0x3282e4(0x2a0)]&&_0x438a4a[_0x3282e4(0x28f)](_0x5242e5);for(const _0x399592 of _0x438a4a)if(_0x399592[_0x3282e4(0x343)]){const _0x1f0387=_0x399592[_0x3282e4(0x334)]();(!_0x399592[_0x3282e4(0x253)]||!_0x399592[_0x3282e4(0x253)][_0x3282e4(0x1da)])&&(_0x1f0387[_0x3282e4(0x223)](_0x33092f=>_0x3b1137[_0x3282e4(0x26b)](_0x1bedf3=>_0x1bedf3[_0x3282e4(0x1f0)](_0x33092f,!0x0)))&&_0x399592[_0x3282e4(0x32f)]());if(_0x3b1137[_0x3282e4(0x223)](_0x1d595c=>_0x1f0387[_0x3282e4(0x26b)](_0x38fb15=>_0x38fb15[_0x3282e4(0x1f0)](_0x1d595c,!0x0)))){const _0x5f4876=this[_0x3282e4(0x210)][_0x3282e4(0x34d)](_0x3282e4(0x34a),_0x3c1648,_0x3282e4(0x24d));return this[_0x3282e4(0x212)](()=>_0x5f4876(_0x473fab,null,_0x3aa3ed)),null;}}else{const _0x1a0ea9=_0x399592[_0x3282e4(0x1fb)]();_0x3b1137[_0x3282e4(0x26b)](_0x4e4915=>_0x4e4915[_0x3282e4(0x1f0)](_0x1a0ea9,!0x0))&&_0x399592[_0x3282e4(0x32f)]();if(_0x3b1137[_0x3282e4(0x223)](_0x2824b9=>_0x1a0ea9[_0x3282e4(0x1f0)](_0x2824b9,!0x0))){const _0x4377da=this[_0x3282e4(0x210)][_0x3282e4(0x34d)](_0x3282e4(0x34a),_0x3c1648,_0x3282e4(0x24d));return this[_0x3282e4(0x212)](()=>_0x4377da(_0x3b1137,null,_0x3aa3ed)),null;}}const _0x2ec357=this[_0x3282e4(0x210)][_0x3282e4(0x34d)](_0x3282e4(0x34a),_0x3c1648,_0x3282e4(0x287));let _0x10fa18=null;for(const _0x16f1c7 of this[_0x3282e4(0x284)]())if(_0x16f1c7[_0x3282e4(0x354)]['id']==_0x50daa1['id']&&_0x16f1c7[_0x3282e4(0x20b)]&&_0x3282e4(0x34a)==_0x16f1c7[_0x3282e4(0x31e)]&&_0x16f1c7[_0x3282e4(0x1f1)]==_0x3c1648&&Pt(_0x16f1c7,_0x3aa3ed)&&(_0x2ec357(_0x16f1c7[_0x3282e4(0x334)](),_0x3b1137)||_0x2ec357(_0x3b1137,_0x16f1c7[_0x3282e4(0x334)]()))){if(_0x10fa18){if(_0x16f1c7[_0x3282e4(0x2d0)]&&_0x16f1c7[_0x3282e4(0x2d0)][_0x3282e4(0x34c)])continue;for(const _0x7606c4 of _0x16f1c7[_0x3282e4(0x334)]())_0x10fa18[_0x3282e4(0x2c7)](_0x7606c4)||_0x10fa18[_0x3282e4(0x332)](_0x7606c4);_0x16f1c7[_0x3282e4(0x2ec)]();}else{_0x10fa18=_0x16f1c7;for(const _0x1211d6 of _0x3b1137)_0x16f1c7[_0x3282e4(0x2c7)](_0x1211d6)||_0x16f1c7[_0x3282e4(0x332)](_0x1211d6);}}if(_0x10fa18)return _0x10fa18;_0x438a4a[_0x3282e4(0x1c7)]();for(const {suggestion:_0x4588e8,meta:_0x7e29e4}of this[_0x3282e4(0x267)](_0x3b1137,_0x3282e4(0x34a)))_0x7e29e4[_0x3282e4(0x299)]&&(this[_0x3282e4(0x255)]||!_0x7e29e4[_0x3282e4(0x1f5)]&&!_0x7e29e4[_0x3282e4(0x2ba)])&&Pt(_0x4588e8,_0x3aa3ed)&&_0x438a4a[_0x3282e4(0x28f)](_0x4588e8);for(const _0x4fd3b7 of _0x438a4a){const _0x552b7d=_0x4fd3b7[_0x3282e4(0x334)]();if(!_0x3aa3ed||!_0x3aa3ed[_0x3282e4(0x1da)]){if(_0x3b1137[_0x3282e4(0x223)](_0x192f90=>_0x552b7d[_0x3282e4(0x26b)](_0x548609=>_0x548609[_0x3282e4(0x1f0)](_0x192f90,!0x0))))return _0x4fd3b7;}(!_0x4fd3b7[_0x3282e4(0x253)]||!_0x4fd3b7[_0x3282e4(0x253)][_0x3282e4(0x1da)])&&(_0x552b7d[_0x3282e4(0x223)](_0xcb37c7=>_0x3b1137[_0x3282e4(0x26b)](_0x4aaa3f=>_0x4aaa3f[_0x3282e4(0x1f0)](_0xcb37c7,!0x0)))&&_0x4fd3b7[_0x3282e4(0x32f)]());}const _0x4ef61d=_0x406ff0(),_0x13eae5=_0x50daa1['id'],_0x444501=_0x3282e4(0x2de)+_0x3c1648,_0x20580c=this[_0x3282e4(0x1e1)]({'id':_0x4ef61d,'type':_0x444501,'createdAt':new Date(),'authorId':_0x13eae5,'attributes':_0x3aa3ed});for(const _0x7d2e1a of _0x3b1137)_0x7d2e1a[_0x3282e4(0x266)](),_0x7d2e1a[_0x3282e4(0x2c2)]||_0x3282e4(0x303)==_0x7d2e1a[_0x3282e4(0x2f0)][_0x3282e4(0x29a)]||this[_0x3282e4(0x1c2)](_0x444501,_0x4ef61d,_0x13eae5,_0x7d2e1a,_0x46f1b8[_0x3282e4(0x21e)]());return _0x20580c;}[_0x4da380(0x22e)](_0x3b3dd0,_0x19d3be,_0x28a355,_0x3ef611,_0x390206){const _0x140c6b=_0x4da380;if(_0x3b3dd0[_0x140c6b(0x2c2)])return[];if(_0x140c6b(0x1ec)===this[_0x140c6b(0x1c6)])return[];const _0x21f7d8=this[_0x140c6b(0x24c)][_0x140c6b(0x30e)][_0x140c6b(0x2e5)](_0x140c6b(0x2ff))['me']['id'],_0x1e87b3=Array[_0x140c6b(0x2ee)](this[_0x140c6b(0x2f9)][_0x140c6b(0x314)]())[_0x140c6b(0x1cc)](_0x14e59f=>_0x140c6b(0x1d0)==_0x14e59f[_0x140c6b(0x31e)]&&_0x14e59f[_0x140c6b(0x312)][_0x140c6b(0x2bd)]==_0x19d3be&&_0x14e59f[_0x140c6b(0x2c7)](_0x3b3dd0));if(_0x140c6b(0x1ca)===this[_0x140c6b(0x1c6)]){const _0x26e77=this[_0x140c6b(0x267)](_0x3b3dd0,_0x140c6b(0x359))[_0x140c6b(0x1cc)](({meta:_0x322553})=>_0x322553[_0x140c6b(0x299)]&&!_0x322553[_0x140c6b(0x2ba)]&&!_0x322553[_0x140c6b(0x2a0)])[_0x140c6b(0x2c9)](({suggestion:_0x4ab0ef})=>_0x4ab0ef);_0x1e87b3[_0x140c6b(0x2b1)](..._0x26e77);}const _0x3579da=new Map([[_0x3b3dd0,_0x28a355]]);for(const _0x507a38 of _0x1e87b3){const _0x3cbe13=_0x140c6b(0x1d0)==_0x507a38[_0x140c6b(0x31e)]?_0x507a38[_0x140c6b(0x312)][_0x140c6b(0x2be)]:void 0x0,_0xcb6769=_0x507a38[_0x140c6b(0x1fb)](),_0xb2c890=Array[_0x140c6b(0x2ee)](_0x3579da[_0x140c6b(0x1fc)]())[_0x140c6b(0x2aa)](_0xc818e3=>_0xc818e3[_0x140c6b(0x35c)](_0xcb6769));if(!_0xb2c890)continue;const _0xa2c2da=_0xb2c890[_0x140c6b(0x26f)](_0xcb6769);this[_0x140c6b(0x269)](_0x19d3be)&&_0x140c6b(0x359)==_0x507a38[_0x140c6b(0x31e)]&&0x0!=_0xa2c2da[_0x140c6b(0x34c)]||(_0x3579da[_0x140c6b(0x1cb)](_0xb2c890),_0xa2c2da[_0x140c6b(0x29f)](_0x5e2c89=>{const _0xbd25ee=_0x140c6b;_0x3579da[_0xbd25ee(0x237)](_0x5e2c89,_0x28a355);}),_0x140c6b(0x359)!=_0x507a38[_0x140c6b(0x31e)]&&_0x3cbe13!=_0x3ef611&&_0x3579da[_0x140c6b(0x237)](_0xb2c890[_0x140c6b(0x1d7)](_0xcb6769),_0x3cbe13));}const _0x556eae=[];for(const [_0x202988,_0x391c75]of _0x3579da){const _0x440df2=_0x406ff0(),_0x4db0aa={'key':_0x19d3be,'oldValue':_0x391c75,'newValue':_0x3ef611};_0x19d3be[_0x140c6b(0x34c)]>0x25&&console[_0x140c6b(0x218)](_0x140c6b(0x201),{'key':_0x19d3be});const _0x53c497=(_0x140c6b(0x208)+(_0x19d3be+'|'+Et({'newValue':_0x3ef611})))[_0x140c6b(0x1d9)](0x0,0x3c),_0x556278=this[_0x140c6b(0x1e1)]({'id':_0x440df2,'type':_0x53c497,'data':_0x4db0aa,'createdAt':new Date(),'authorId':_0x21f7d8,'attributes':_0x390206});_0x556eae[_0x140c6b(0x23f)](_0x556278),this[_0x140c6b(0x1c2)](_0x53c497,_0x440df2,_0x21f7d8,_0x202988);}return _0x556eae;}[_0x4da380(0x308)](_0x51adab){const _0x56070c=_0x4da380;this[_0x56070c(0x348)][_0x56070c(0x28f)](_0x51adab);}[_0x4da380(0x342)](_0x2c60b6){const _0x49080c=_0x4da380;this[_0x49080c(0x227)][_0x49080c(0x28f)](_0x2c60b6);}[_0x4da380(0x291)](_0x2fc4a8,_0x288c0c=[],_0xb69789=[]){const _0x48733a=_0x4da380;this[_0x48733a(0x35b)](_0x2fc4a8,(_0x1a863d,..._0x35b674)=>{const _0x3fef7c=_0x48733a;this[_0x3fef7c(0x1f9)](()=>{_0x1a863d(..._0x35b674);});});for(const _0x330bf9 of _0x288c0c)this[_0x48733a(0x342)](_0x330bf9);for(const _0x4316ef of _0xb69789)this[_0x48733a(0x308)](_0x4316ef);}[_0x4da380(0x1c4)](_0x356489){const _0x2adb50=_0x4da380;return _0x2adb50(0x1d0)==_0x356489[_0x2adb50(0x31e)]?_0x356489[_0x2adb50(0x1f1)][_0x2adb50(0x2d1)]('|')[0x0]:null;}[_0x4da380(0x36b)](_0x5b58d7,_0x50e1ab){const _0x5c96a4=_0x4da380,_0x3ec5e1=_0x5b58d7[_0x5c96a4(0x235)]();this[_0x5c96a4(0x316)][_0x5c96a4(0x2c4)](_0x1f5d42=>{const _0x3ab5a1=_0x5c96a4;_0x1f5d42[_0x3ab5a1(0x322)](_0x3ec5e1,{'range':_0x50e1ab});});}[_0x4da380(0x360)](_0xfecf86){const _0x1b25b8=_0x4da380,_0x1ad7f2=_0xfecf86['id'],_0x2e8cb3=this[_0x1b25b8(0x24c)][_0x1b25b8(0x2a5)][_0x1b25b8(0x2e5)](_0x1b25b8(0x34f));this[_0x1b25b8(0x32a)][_0x1b25b8(0x28a)](_0x1ad7f2)||this[_0x1b25b8(0x32a)][_0x1b25b8(0x304)]({'channelId':_0x2e8cb3,'threadId':_0x1ad7f2,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x4444d5=this[_0x1b25b8(0x32a)][_0x1b25b8(0x367)](_0x1ad7f2);_0x4444d5[_0x1b25b8(0x20f)](_0x1b25b8(0x20d)),_0x4444d5[_0x1b25b8(0x20d)]=!0x1,_0xfecf86[_0x1b25b8(0x2d0)]=_0x4444d5;}[_0x4da380(0x344)](_0x4b21b5,_0x4618b2,_0x182f6e,_0x3009c8){const _0xf0a75f=_0x4da380;if(_0x4b21b5[_0xf0a75f(0x31e)]!=_0x4618b2||_0x4b21b5[_0xf0a75f(0x1f1)]!=_0x182f6e||_0x4b21b5[_0xf0a75f(0x31d)]['id']!=_0x3009c8)throw this[_0xf0a75f(0x24c)][_0xf0a75f(0x246)](_0xf0a75f(0x1e4)),new _0x12b75d(_0xf0a75f(0x1e4),this);}[_0x4da380(0x2f6)](_0x3ef0c8,_0x26aa7c){const _0x5d3e10=_0x4da380,_0xf06cce=_0x3ef0c8[_0x5d3e10(0x1fb)]();if(_0x26aa7c[_0x5d3e10(0x36c)](_0xf06cce))_0x3ef0c8[_0x5d3e10(0x2ec)]();else{if(_0xf06cce[_0x5d3e10(0x1f0)](_0x26aa7c)){const _0x208523=this[_0x5d3e10(0x316)][_0x5d3e10(0x224)](_0x26aa7c[_0x5d3e10(0x2a7)][_0x5d3e10(0x2e6)],_0x5d3e10(0x2dc));this[_0x5d3e10(0x36b)](_0x3ef0c8,this[_0x5d3e10(0x316)][_0x5d3e10(0x258)](_0xf06cce[_0x5d3e10(0x2a7)],_0x208523));const _0x5a5f73=_0x406ff0(),_0x30c288=_0x3ef0c8[_0x5d3e10(0x31d)]['id'],_0x455708=_0x3ef0c8[_0x5d3e10(0x31e)]+':'+_0x3ef0c8[_0x5d3e10(0x1f1)];this[_0x5d3e10(0x1e1)]({'id':_0x5a5f73,'type':_0x455708,'createdAt':new Date(),'authorId':_0x30c288,'data':_0x3ef0c8[_0x5d3e10(0x312)],'attributes':_0x3ef0c8[_0x5d3e10(0x253)]});const _0x27f500=this[_0x5d3e10(0x316)][_0x5d3e10(0x224)](_0x26aa7c[_0x5d3e10(0x2dc)][_0x5d3e10(0x1d3)],_0x5d3e10(0x216)),_0xd9fc9c=this[_0x5d3e10(0x316)][_0x5d3e10(0x258)](_0x27f500,_0xf06cce[_0x5d3e10(0x2dc)]);this[_0x5d3e10(0x1c2)](_0x455708,_0x5a5f73,_0x30c288,_0xd9fc9c);}else{if(_0xf06cce[_0x5d3e10(0x2bf)](_0x26aa7c[_0x5d3e10(0x2a7)])){const _0x380acb=this[_0x5d3e10(0x316)][_0x5d3e10(0x224)](_0x26aa7c[_0x5d3e10(0x2a7)][_0x5d3e10(0x2e6)],_0x5d3e10(0x2dc));this[_0x5d3e10(0x36b)](_0x3ef0c8,this[_0x5d3e10(0x316)][_0x5d3e10(0x258)](_0xf06cce[_0x5d3e10(0x2a7)],_0x380acb));}else{const _0x24b792=this[_0x5d3e10(0x316)][_0x5d3e10(0x224)](_0x26aa7c[_0x5d3e10(0x2dc)][_0x5d3e10(0x1d3)],_0x5d3e10(0x216));this[_0x5d3e10(0x36b)](_0x3ef0c8,this[_0x5d3e10(0x316)][_0x5d3e10(0x258)](_0x24b792,_0xf06cce[_0x5d3e10(0x2dc)]));}}}}[_0x4da380(0x1bf)](_0x2ed700){const _0x3dabd6=_0x4da380;for(const {suggestion:_0x4e8d53,meta:_0x5e458a}of this[_0x3dabd6(0x267)](_0x2ed700,_0x3dabd6(0x359))){if(!_0x5e458a[_0x3dabd6(0x299)])continue;const _0x57753c=_0x4e8d53[_0x3dabd6(0x334)]();for(const _0x429fb9 of _0x57753c)if(!_0x2ed700[_0x3dabd6(0x26f)](_0x429fb9)[_0x3dabd6(0x34c)])return!0x0;}return!0x1;}[_0x4da380(0x31a)](_0x31ae7d){const _0x24c6be=_0x4da380,_0x391af6=this[_0x24c6be(0x24c)][_0x24c6be(0x30e)][_0x24c6be(0x2e5)](_0x24c6be(0x2ff))[_0x24c6be(0x331)](_0x31ae7d);if(!_0x391af6)throw new _0x12b75d(_0x24c6be(0x2c3),this);return _0x391af6;}[_0x4da380(0x317)](_0x4c4b16){const _0xd2ed51=_0x4da380,_0x5269bc=this[_0xd2ed51(0x24c)][_0xd2ed51(0x30e)][_0xd2ed51(0x2e5)](_0xd2ed51(0x2ff)),_0x2f958b=_0x24e385(_0xd2ed51(0x32d)+_0x4c4b16),_0x563d0b=_0x5269bc[_0xd2ed51(0x331)](_0x2f958b);return _0x563d0b||_0x5269bc[_0xd2ed51(0x252)]({'id':_0x2f958b,'name':_0x4c4b16});}[_0x4da380(0x31c)](_0x3da903,_0x3c8638,_0x237da2,_0x554885,_0x111988){const _0x4ce8bc=_0x4da380,_0x55ea59=this[_0x4ce8bc(0x31a)](_0x554885),_0x17451f=this[_0x4ce8bc(0x210)][_0x4ce8bc(0x2b5)](_0x3da903,_0x3c8638,_0x237da2,_0x55ea59,_0x111988,_0x4c3428=>{const _0x1ef0e2=_0x4ce8bc;this[_0x1ef0e2(0x1d1)](_0x237da2,{'attributes':_0x4c3428});const _0x452924=this[_0x1ef0e2(0x2e0)](_0x237da2);this[_0x1ef0e2(0x2c8)](new Set([_0x452924])),this[_0x1ef0e2(0x244)](new Set([_0x452924]));});return this[_0x4ce8bc(0x1e0)](_0x17451f,_0x4ce8bc(0x24d),()=>{const _0x52857a=_0x4ce8bc;this[_0x52857a(0x1d1)](_0x237da2,{'state':_0x52857a(0x1f3)});},{'priority':_0x4ce8bc(0x1d8)}),this[_0x4ce8bc(0x1e0)](_0x17451f,_0x4ce8bc(0x32f),()=>{const _0x1d57f9=_0x4ce8bc;this[_0x1d57f9(0x1d1)](_0x237da2,{'state':_0x1d57f9(0x326)});},{'priority':_0x4ce8bc(0x1d8)}),this[_0x4ce8bc(0x2f9)][_0x4ce8bc(0x237)](_0x237da2,_0x17451f),this[_0x4ce8bc(0x1ed)][_0x4ce8bc(0x237)](_0x17451f,_0x4ce8bc(0x22b)),_0x17451f;}[_0x4da380(0x214)](_0x33230b){const _0x2d7fce=_0x4da380,_0x423853=_0x33230b[_0x2d7fce(0x2d1)](':');return{'group':_0x423853[0x0],'type':_0x423853[0x1],'subType':_0x423853[_0x2d7fce(0x34c)]>=0x5?_0x423853[0x2]:null,'id':_0x423853[_0x2d7fce(0x34c)]<0x5?_0x423853[0x2]:_0x423853[0x3],'authorId':_0x423853[_0x2d7fce(0x34c)]<0x5?_0x423853[0x3]:_0x423853[0x4],'markerCount':0x6==_0x423853[_0x2d7fce(0x34c)]?_0x423853[0x5]:null};}[_0x4da380(0x32b)](_0x3df309,_0x15bf38,_0x22ca99){const _0x5a343a=_0x4da380,_0xff8842=_0x3df309[_0x5a343a(0x1fb)](),_0x533fd2=_0xff8842[_0x5a343a(0x2a7)],_0x4045d5=_0xff8842[_0x5a343a(0x2dc)];this[_0x5a343a(0x36b)](_0x3df309,this[_0x5a343a(0x316)][_0x5a343a(0x258)](_0x533fd2,_0x15bf38));const _0x9ac447=_0x406ff0(),_0x6e2b80=_0x3df309[_0x5a343a(0x31d)]['id'],_0x38bcbb=_0x3df309[_0x5a343a(0x31e)]+(_0x3df309[_0x5a343a(0x1f1)]?':'+_0x3df309[_0x5a343a(0x1f1)]:'');this[_0x5a343a(0x1e1)]({'id':_0x9ac447,'type':_0x38bcbb,'createdAt':new Date(),'authorId':_0x6e2b80,'originalSuggestionId':_0x3df309['id'],'attributes':_0x3df309[_0x5a343a(0x253)],'data':_0x3df309[_0x5a343a(0x312)]});const _0x35515d=this[_0x5a343a(0x1c4)](_0x3df309);(_0x5a343a(0x275)==_0x3df309[_0x5a343a(0x31e)]||_0x35515d&&this[_0x5a343a(0x269)](_0x35515d))&&(_0x22ca99=this[_0x5a343a(0x316)][_0x5a343a(0x2d3)](_0x22ca99[_0x5a343a(0x1d3)])),this[_0x5a343a(0x1c2)](_0x38bcbb,_0x9ac447,_0x6e2b80,this[_0x5a343a(0x316)][_0x5a343a(0x258)](_0x22ca99,_0x4045d5));}[_0x4da380(0x267)](_0x4281a0,_0x2b48a1=null){const _0x33db89=_0x4da380,_0x69bf92=[],_0x1f271d=this[_0x33db89(0x24c)][_0x33db89(0x30e)][_0x33db89(0x2e5)](_0x33db89(0x2ff))['me'];Array[_0x33db89(0x1e7)](_0x4281a0)||(_0x4281a0=[_0x4281a0]);for(const _0x536190 of this[_0x33db89(0x284)]()){if(!_0x536190[_0x33db89(0x20b)])continue;if(_0x2b48a1&&_0x536190[_0x33db89(0x31e)]!=_0x2b48a1)continue;let _0x323d73=!0x1;for(const _0x4cf288 of _0x536190[_0x33db89(0x334)]()){for(const _0x996c0 of _0x4281a0){const _0x27f414=_0x996c0[_0x33db89(0x2a7)][_0x33db89(0x36c)](_0x4cf288[_0x33db89(0x2dc)])||_0x996c0[_0x33db89(0x2dc)][_0x33db89(0x36c)](_0x4cf288[_0x33db89(0x2a7)]);if(_0x27f414||_0x996c0[_0x33db89(0x1d7)](_0x4cf288)){const _0x5223a0=_0x996c0[_0x33db89(0x1f0)](_0x4cf288)&&xt(this[_0x33db89(0x316)][_0x33db89(0x329)],_0x4cf288[_0x33db89(0x2a7)],_0x996c0),_0x2f0a99=_0x4cf288[_0x33db89(0x1f0)](_0x996c0)&&xt(this[_0x33db89(0x316)][_0x33db89(0x329)],_0x996c0[_0x33db89(0x2a7)],_0x4cf288);_0x69bf92[_0x33db89(0x23f)]({'suggestion':_0x536190,'meta':{'isOwn':_0x1f271d==_0x536190[_0x33db89(0x354)],'isNextTo':_0x27f414,'isInsideObject':_0x5223a0,'containsRangeInObject':_0x2f0a99}}),_0x323d73=!0x0;break;}}if(_0x323d73)break;}}return _0x69bf92;}[_0x4da380(0x1c2)](_0x41d1bf,_0x4640cb,_0x4c2f6c,_0x523621,_0x53a31b){const _0x445bae=_0x4da380;this[_0x445bae(0x316)][_0x445bae(0x2c4)](_0x260939=>{const _0x5594c6=_0x445bae;let _0x59a8b7=_0x5594c6(0x1e3)+_0x41d1bf+':'+_0x4640cb+':'+_0x4c2f6c;_0x53a31b&&(_0x59a8b7=_0x59a8b7+':'+_0x53a31b),_0x260939[_0x5594c6(0x323)](_0x59a8b7,{'range':_0x523621,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x4da380(0x1f2)](_0x99ff3f){const _0x2668c0=_0x4da380,_0x526120=_0x99ff3f[_0x2668c0(0x2da)],_0x407e16=_0x99ff3f[_0x2668c0(0x26e)];_0x99ff3f[_0x2668c0(0x2da)]=null,_0x99ff3f[_0x2668c0(0x26e)]=null,null!=_0x526120&&_0x526120[_0x2668c0(0x26e)]==_0x99ff3f&&(_0x526120[_0x2668c0(0x26e)]=_0x407e16),null!=_0x407e16&&_0x407e16[_0x2668c0(0x2da)]==_0x99ff3f&&(_0x407e16[_0x2668c0(0x2da)]=_0x526120),_0x2668c0(0x2df)==this[_0x2668c0(0x1ed)][_0x2668c0(0x2e5)](_0x99ff3f)&&(this[_0x2668c0(0x1ed)][_0x2668c0(0x237)](_0x99ff3f,_0x2668c0(0x297)),this[_0x2668c0(0x1c9)](_0x2668c0(0x300),_0x99ff3f,_0x526120,_0x407e16));}[_0x4da380(0x1e1)](_0x4c61a2){const _0x45e5f9=_0x4da380,_0x37eafc=_0x4c61a2['id'],_0x15477d=this[_0x45e5f9(0x32e)](_0x4c61a2);if(this[_0x45e5f9(0x234)]&&this[_0x45e5f9(0x234)][_0x45e5f9(0x336)]){const _0x3fd02d=this[_0x45e5f9(0x24c)][_0x45e5f9(0x30e)][_0x45e5f9(0x2e5)](_0x45e5f9(0x2a6)),_0x2738c9=_0x15477d[_0x45e5f9(0x36f)],_0x1f28b7=_0x15477d[_0x45e5f9(0x1f1)]?_0x15477d[_0x45e5f9(0x31e)]+':'+_0x15477d[_0x45e5f9(0x1f1)]:_0x15477d[_0x45e5f9(0x31e)],_0x3e2e57=this[_0x45e5f9(0x24c)][_0x45e5f9(0x2bb)],_0x57392f=_0x3fd02d[_0x45e5f9(0x28f)](_0x356249(_0x3e2e57,_0x45e5f9(0x25a))),_0x2970a2={'id':_0x37eafc,'type':_0x1f28b7,'hasComments':_0x2738c9,'data':_0x4c61a2[_0x45e5f9(0x312)]||null,'originalSuggestionId':_0x4c61a2[_0x45e5f9(0x280)]||null,'attributes':_0x15477d[_0x45e5f9(0x253)]};this[_0x45e5f9(0x234)][_0x45e5f9(0x336)](_0x2970a2)[_0x45e5f9(0x202)](_0x12c05c=>{const _0x8812ec=_0x45e5f9;_0x15477d[_0x8812ec(0x2c5)]=!0x0,_0x3fd02d[_0x8812ec(0x33e)](_0x57392f),_0x12c05c&&_0x12c05c[_0x8812ec(0x2e3)]&&(this[_0x8812ec(0x2f9)][_0x8812ec(0x2e5)](_0x37eafc)[_0x8812ec(0x2e3)]=_0x12c05c[_0x8812ec(0x2e3)]);})[_0x45e5f9(0x2cb)](_0x299496=>{const _0xe219ed=_0x45e5f9;throw _0x4879e0(_0xe219ed(0x22d)),this[_0xe219ed(0x24c)][_0xe219ed(0x2c6)][_0xe219ed(0x250)]({'isUndoable':!0x1},()=>{const _0x15d28a=_0xe219ed;_0x15477d[_0x15d28a(0x32f)]();}),_0x15477d[_0xe219ed(0x2b7)](),this[_0xe219ed(0x2f9)][_0xe219ed(0x1cb)](_0x15477d['id']),this[_0xe219ed(0x1ed)][_0xe219ed(0x1cb)](_0x15477d),_0x299496;});}return _0x15477d;}[_0x4da380(0x269)](_0x559230){const _0x2343d0=_0x4da380;return this[_0x2343d0(0x348)][_0x2343d0(0x357)](_0x559230);}[_0x4da380(0x1d1)](_0x5c80c1,_0x583876){const _0x5a2480=_0x4da380,_0x3ebd9b=this[_0x5a2480(0x24c)][_0x5a2480(0x30e)][_0x5a2480(0x2e5)](_0x5a2480(0x2a6)),_0x1102b5=this[_0x5a2480(0x2e0)](_0x5c80c1);if(this[_0x5a2480(0x234)]&&this[_0x5a2480(0x234)][_0x5a2480(0x352)]){if(_0x1102b5[_0x5a2480(0x2c5)]){const _0x164447=_0x3ebd9b[_0x5a2480(0x28f)](_0x356249(this[_0x5a2480(0x24c)][_0x5a2480(0x2bb)],_0x5a2480(0x25a)));this[_0x5a2480(0x234)][_0x5a2480(0x352)](_0x5c80c1,_0x583876)[_0x5a2480(0x202)](()=>{const _0x50c161=_0x5a2480;_0x3ebd9b[_0x50c161(0x33e)](_0x164447);});}else _0x1102b5['on'](_0x5a2480(0x233),()=>{const _0x502227=_0x5a2480;this[_0x502227(0x1d1)](_0x5c80c1,_0x583876);});}}[_0x4da380(0x2cf)](_0x34394a){const _0x388c38=_0x4da380;if(!this[_0x388c38(0x234)]||!this[_0x388c38(0x234)][_0x388c38(0x2e0)])throw new _0x12b75d(_0x388c38(0x33f),this);return this[_0x388c38(0x234)][_0x388c38(0x2e0)](_0x34394a);}[_0x4da380(0x1d2)](_0x18fb06){const _0x35ce8b=_0x4da380,{id:_0x24f9d4,type:_0x3a2eff,subType:_0x3797a3,authorId:_0x1867d2}=this[_0x35ce8b(0x214)](_0x18fb06),_0x15f21e=this[_0x35ce8b(0x2f9)][_0x35ce8b(0x2e5)](_0x24f9d4)||this[_0x35ce8b(0x31c)](_0x3a2eff,_0x3797a3,_0x24f9d4,_0x1867d2,{});switch(this[_0x35ce8b(0x344)](_0x15f21e,_0x3a2eff,_0x3797a3,_0x1867d2),this[_0x35ce8b(0x1ed)][_0x35ce8b(0x2e5)](_0x15f21e)){case _0x35ce8b(0x22b):this[_0x35ce8b(0x2cf)](_0x24f9d4)[_0x35ce8b(0x202)](_0x3d20b1=>{const _0x11fff5=_0x35ce8b;let _0x844ced=Promise[_0x11fff5(0x232)]();_0x3d20b1[_0x11fff5(0x36f)]&&(_0x844ced=this[_0x11fff5(0x32a)][_0x11fff5(0x35d)]({'channelId':this[_0x11fff5(0x24c)][_0x11fff5(0x2a5)][_0x11fff5(0x2e5)](_0x11fff5(0x34f)),'threadId':_0x24f9d4})),_0x844ced[_0x11fff5(0x202)](()=>{const _0x58ad7a=_0x11fff5;this[_0x58ad7a(0x32e)](_0x3d20b1)[_0x58ad7a(0x2c5)]=!0x0;});}),this[_0x35ce8b(0x1ed)][_0x35ce8b(0x237)](_0x15f21e,_0x35ce8b(0x2fc));break;case _0x35ce8b(0x297):this[_0x35ce8b(0x1d1)](_0x24f9d4,{'state':_0x35ce8b(0x339)});case _0x35ce8b(0x355):this[_0x35ce8b(0x1ed)][_0x35ce8b(0x237)](_0x15f21e,_0x35ce8b(0x2df)),this[_0x35ce8b(0x1c9)](_0x35ce8b(0x1f8),_0x15f21e);break;case _0x35ce8b(0x2df):this[_0x35ce8b(0x1c9)](_0x35ce8b(0x289),_0x15f21e);}return _0x15f21e[_0x35ce8b(0x1be)](_0x18fb06),_0x15f21e;}[_0x4da380(0x244)](_0x556775){const _0x152240=_0x4da380,_0x7e2381=Array[_0x152240(0x2ee)](_0x556775),_0x298c28=_0x7e2381[_0x152240(0x1cc)](_0x1d91d2=>_0x152240(0x1d0)==_0x1d91d2[_0x152240(0x31e)]);this[_0x152240(0x315)](_0x298c28);const _0x2c9f02=_0x7e2381[_0x152240(0x1cc)](_0x4cc9f4=>!_0x4cc9f4[_0x152240(0x343)]&&_0x152240(0x1d0)!=_0x4cc9f4[_0x152240(0x31e)]),_0x496f83=this[_0x152240(0x284)]({'skipNotAttached':!0x0})[_0x152240(0x1cc)](_0x17a9d7=>!_0x17a9d7[_0x152240(0x343)]&&_0x152240(0x1d0)!=_0x17a9d7[_0x152240(0x31e)]),_0x715f78=_0x496f83[_0x152240(0x1cc)](_0x277df5=>!_0x556775[_0x152240(0x357)](_0x277df5)),_0x551da3=new Map(_0x496f83[_0x152240(0x2c9)](_0x4e70cd=>[_0x4e70cd,this[_0x152240(0x210)][_0x152240(0x34d)](_0x4e70cd[_0x152240(0x31e)],_0x4e70cd[_0x152240(0x1f1)],_0x152240(0x330))])),_0x4cfa0c=new Map(_0x496f83[_0x152240(0x2c9)](_0x3c27f0=>[_0x3c27f0,_0x3c27f0[_0x152240(0x1fb)]()])),_0x3db21c=new Set(),_0x527bba=new Set();for(let _0x224eb3=0x0;_0x224eb3<_0x2c9f02[_0x152240(0x34c)];_0x224eb3++)_0x23dc7d(_0x2c9f02[_0x224eb3],_0x2c9f02,_0x224eb3+0x1);for(let _0x990c71=0x0;_0x990c71<_0x2c9f02[_0x152240(0x34c)];_0x990c71++)_0x23dc7d(_0x2c9f02[_0x990c71],_0x715f78,0x0);const _0x517235=new Set();for(let _0x27ee4a=0x0;_0x27ee4a<_0x2c9f02[_0x152240(0x34c)];_0x27ee4a++){const _0x2d50ac=_0x2c9f02[_0x27ee4a];!_0x527bba[_0x152240(0x357)](_0x2d50ac)&&_0x2d50ac[_0x152240(0x2da)]&&(_0x517235[_0x152240(0x28f)](_0x2d50ac[_0x152240(0x2da)]),_0x2d50ac[_0x152240(0x2da)][_0x152240(0x26e)]===_0x2d50ac&&(_0x2d50ac[_0x152240(0x2da)][_0x152240(0x26e)]=null),_0x2d50ac[_0x152240(0x2da)]=null),!_0x3db21c[_0x152240(0x357)](_0x2d50ac)&&_0x2d50ac[_0x152240(0x26e)]&&(_0x517235[_0x152240(0x28f)](_0x2d50ac[_0x152240(0x26e)]),_0x2d50ac[_0x152240(0x26e)][_0x152240(0x2da)]===_0x2d50ac&&(_0x2d50ac[_0x152240(0x26e)][_0x152240(0x2da)]=null),_0x2d50ac[_0x152240(0x26e)]=null);}function _0x23dc7d(_0x59e83b,_0x37ea3e,_0x44cc21){const _0x5c87b5=_0x152240;for(let _0x26203e=_0x44cc21;_0x26203e<_0x37ea3e[_0x5c87b5(0x34c)];_0x26203e++){const _0x317a4e=_0x3f9cf2(_0x59e83b,_0x37ea3e[_0x26203e]);_0x317a4e&&(_0x317a4e[0x0][_0x5c87b5(0x26e)]=_0x317a4e[0x1],_0x317a4e[0x1][_0x5c87b5(0x2da)]=_0x317a4e[0x0],_0x3db21c[_0x5c87b5(0x28f)](_0x317a4e[0x0]),_0x527bba[_0x5c87b5(0x28f)](_0x317a4e[0x1]));}}function _0x3f9cf2(_0x3d58eb,_0x541636){const _0x47ac72=_0x152240;if(_0x3d58eb[_0x47ac72(0x354)]['id']!==_0x541636[_0x47ac72(0x354)]['id'])return null;const _0x2a626d=_0x551da3[_0x47ac72(0x2e5)](_0x3d58eb)(_0x3d58eb,_0x541636,_0x4cfa0c[_0x47ac72(0x2e5)](_0x3d58eb),_0x4cfa0c[_0x47ac72(0x2e5)](_0x541636));if(!_0x2a626d)return null;return _0x551da3[_0x47ac72(0x2e5)](_0x541636)(_0x3d58eb,_0x541636,_0x4cfa0c[_0x47ac72(0x2e5)](_0x3d58eb),_0x4cfa0c[_0x47ac72(0x2e5)](_0x541636))?_0x2a626d[0x1][_0x47ac72(0x2d0)]&&_0x2a626d[0x1][_0x47ac72(0x2d0)][_0x47ac72(0x34c)]?null:_0x2a626d:null;}_0x517235[_0x152240(0x2c1)]&&this[_0x152240(0x244)](_0x517235);}[_0x4da380(0x315)](_0x2b4122){const _0x31a22e=_0x4da380;if(0x0==_0x2b4122[_0x31a22e(0x34c)])return;const _0x2614c3=this[_0x31a22e(0x284)]({'skipNotAttached':!0x0})[_0x31a22e(0x1cc)](_0x1ea528=>_0x31a22e(0x1d0)==_0x1ea528[_0x31a22e(0x31e)]&&_0x1ea528[_0x31a22e(0x340)]),_0x3bbb9d=[],_0x57ffb6=new Map();for(const _0x1bb82a of _0x2614c3){const _0x38b70a=_0x24e385(_0x1bb82a[_0x31a22e(0x253)]);_0x57ffb6[_0x31a22e(0x357)](_0x38b70a)||(_0x57ffb6[_0x31a22e(0x237)](_0x38b70a,_0x3bbb9d[_0x31a22e(0x34c)]),_0x3bbb9d[_0x31a22e(0x23f)]([]));const _0xf9a005=_0x57ffb6[_0x31a22e(0x2e5)](_0x38b70a);_0x3bbb9d[_0xf9a005][_0x31a22e(0x23f)](_0x1bb82a);}!(function(){const _0x192c2e=_0x31a22e;_0x3bbb9d[_0x192c2e(0x254)]((_0x1b5694,_0x57fe0a)=>{const _0x511f71=_0x192c2e,_0x57824a=_0x1b5694[0x0][_0x511f71(0x2e3)],_0x35734c=_0x57fe0a[0x0][_0x511f71(0x2e3)];return _0x57824a==_0x35734c?_0x1b5694[0x0][_0x511f71(0x253)][_0x511f71(0x30b)]<_0x57fe0a[0x0][_0x511f71(0x253)][_0x511f71(0x30b)]?-0x1:0x1:_0x57824a<_0x35734c?-0x1:0x1;});for(const _0x33a4c1 of _0x3bbb9d)_0x33a4c1[_0x192c2e(0x254)]((_0x180c29,_0x2189ce)=>_0x180c29['id']<_0x2189ce['id']?-0x1:0x1);}());for(let _0x326731=0x0;_0x326731<_0x3bbb9d[_0x31a22e(0x34c)];_0x326731++){if(0x0==_0x3bbb9d[_0x326731][_0x31a22e(0x34c)])continue;const _0xd273d5=[];for(let _0x4939eb=_0x326731+0x1;_0x4939eb<_0x3bbb9d[_0x31a22e(0x34c)];_0x4939eb++)0x0!=_0x3bbb9d[_0x4939eb][_0x31a22e(0x34c)]&&_0x164460(_0x3bbb9d[_0x326731],_0x3bbb9d[_0x4939eb])&&_0xd273d5[_0x31a22e(0x23f)](_0x4939eb);for(const _0xa6cdfd of _0xd273d5)_0x3bbb9d[_0x326731]=_0x3bbb9d[_0x326731][_0x31a22e(0x293)](_0x3bbb9d[_0xa6cdfd]),_0x3bbb9d[_0xa6cdfd]=[];}for(const _0x2c9d15 of _0x3bbb9d)for(let _0x54e7a9=0x0;_0x54e7a9<_0x2c9d15[_0x31a22e(0x34c)];_0x54e7a9++)_0x2c9d15[_0x54e7a9][_0x31a22e(0x26e)]=_0x2c9d15[_0x54e7a9+0x1]||null;for(const _0x27e007 of _0x3bbb9d)for(let _0x15ae50=0x0;_0x15ae50<_0x27e007[_0x31a22e(0x34c)];_0x15ae50++)_0x27e007[_0x15ae50][_0x31a22e(0x2da)]=_0x27e007[_0x15ae50-0x1]||null;function _0x164460(_0x2dc7e7,_0x51ad0e){const _0x6d486b=_0x31a22e;if(_0x2dc7e7[0x0][_0x6d486b(0x253)][_0x6d486b(0x30b)]!==_0x51ad0e[0x0][_0x6d486b(0x253)][_0x6d486b(0x30b)]&&_0x2dc7e7[0x0][_0x6d486b(0x354)]!==_0x51ad0e[0x0][_0x6d486b(0x354)])return!0x1;if(!function(_0x146e3d,_0x464976){const _0xa1d5c6=_0x6d486b;if(!_0x146e3d[_0xa1d5c6(0x36f)]&&!_0x464976[_0xa1d5c6(0x36f)])return!0x0;if(_0x146e3d[_0xa1d5c6(0x36f)]&&_0x464976[_0xa1d5c6(0x36f)])return!0x1;if(_0x146e3d[_0xa1d5c6(0x36f)]&&_0x464976[_0xa1d5c6(0x2e3)]<_0x146e3d[_0xa1d5c6(0x2d0)][_0xa1d5c6(0x282)][_0xa1d5c6(0x2e5)](0x0)[_0xa1d5c6(0x2e3)])return!0x0;if(_0x464976[_0xa1d5c6(0x36f)]&&_0x146e3d[_0xa1d5c6(0x2e3)]<_0x464976[_0xa1d5c6(0x2d0)][_0xa1d5c6(0x282)][_0xa1d5c6(0x2e5)](0x0)[_0xa1d5c6(0x2e3)])return!0x0;return!0x1;}(_0x2dc7e7[0x0],_0x51ad0e[0x0]))return!0x1;const _0x39fb0e=_0x4c252f(_0x2dc7e7[0x0][_0x6d486b(0x253)],_0x6d486b(0x30b)),_0x20b1cc=_0x4c252f(_0x51ad0e[0x0][_0x6d486b(0x253)],_0x6d486b(0x30b));if(!_0x57c8b3(_0x39fb0e,_0x20b1cc))return!0x1;return!!_0x2dc7e7[_0x6d486b(0x223)](_0x505ac1=>_0x51ad0e[_0x6d486b(0x26b)](_0x1225b4=>_0x505ac1[_0x6d486b(0x1fb)]()[_0x6d486b(0x36c)](_0x1225b4[_0x6d486b(0x1fb)]())))&&_0x51ad0e[_0x6d486b(0x223)](_0x5b13ce=>_0x2dc7e7[_0x6d486b(0x26b)](_0x223d2a=>_0x5b13ce[_0x6d486b(0x1fb)]()[_0x6d486b(0x36c)](_0x223d2a[_0x6d486b(0x1fb)]())));}}[_0x4da380(0x2c8)](_0x5837db){const _0x4529a9=_0x4da380,_0x222b56=Array[_0x4529a9(0x2ee)](_0x5837db),_0x3ebb5a=this[_0x4529a9(0x284)]({'skipNotAttached':!0x0}),_0x2eee33=_0x3ebb5a[_0x4529a9(0x1cc)](_0x25d67b=>!_0x5837db[_0x4529a9(0x357)](_0x25d67b)),_0x17d1b8=new Map(_0x222b56[_0x4529a9(0x2c9)](_0x3dfae3=>[_0x3dfae3,this[_0x4529a9(0x210)][_0x4529a9(0x34d)](_0x3dfae3[_0x4529a9(0x31e)],_0x3dfae3[_0x4529a9(0x1f1)],_0x4529a9(0x287))])),_0x48097c=new Map(_0x3ebb5a[_0x4529a9(0x2c9)](_0x45bdf8=>[_0x45bdf8,_0x45bdf8[_0x4529a9(0x334)]()]));for(let _0x9b3333=0x0;_0x9b3333<_0x222b56[_0x4529a9(0x34c)];_0x9b3333++){if(_0x3d0766(this,_0x222b56[_0x9b3333],_0x222b56,_0x9b3333+0x1))return!0x0;}for(let _0x30644c=0x0;_0x30644c<_0x222b56[_0x4529a9(0x34c)];_0x30644c++){if(_0x3d0766(this,_0x222b56[_0x30644c],_0x2eee33,0x0))return!0x0;}return!0x1;function _0x3d0766(_0x3eaf1f,_0x25ab10,_0x288e6f,_0x37f847){const _0x23af90=_0x4529a9;for(let _0xb86d14=_0x37f847;_0xb86d14<_0x288e6f[_0x23af90(0x34c)];_0xb86d14++){const _0x5f1608=_0x288e6f[_0xb86d14];if(_0x5f1608[_0x23af90(0x31e)]!==_0x25ab10[_0x23af90(0x31e)]||_0x5f1608[_0x23af90(0x354)]['id']!==_0x25ab10[_0x23af90(0x354)]['id']||_0x5f1608[_0x23af90(0x1f1)]!==_0x25ab10[_0x23af90(0x1f1)])continue;if(!Ft(_0x25ab10,_0x5f1608,[_0x23af90(0x30b)]))continue;if(_0x23af90(0x1d0)==_0x25ab10[_0x23af90(0x31e)]&&_0x25ab10[_0x23af90(0x312)][_0x23af90(0x2be)]!=_0x5f1608[_0x23af90(0x312)][_0x23af90(0x2be)])continue;if(_0x23af90(0x1d0)==_0x25ab10[_0x23af90(0x31e)]&&_0x3eaf1f[_0x23af90(0x269)](_0x25ab10[_0x23af90(0x312)][_0x23af90(0x2bd)]))continue;if(_0x23af90(0x275)==_0x25ab10[_0x23af90(0x31e)]){const _0x41f936=_0x3eaf1f[_0x23af90(0x24c)][_0x23af90(0x2c6)],_0x312a1e=_0x25ab10[_0x23af90(0x23c)]();if(_0x312a1e&&(_0x41f936[_0x23af90(0x329)][_0x23af90(0x34e)](_0x312a1e)||_0x41f936[_0x23af90(0x329)][_0x23af90(0x215)](_0x312a1e)))continue;}const _0xd2b64f=_0x17d1b8[_0x23af90(0x2e5)](_0x25ab10),_0x130a50=_0x48097c[_0x23af90(0x2e5)](_0x25ab10),_0x19ca02=_0x48097c[_0x23af90(0x2e5)](_0x5f1608),_0x1d973c=_0x25ab10[_0x23af90(0x2d0)]&&_0x25ab10[_0x23af90(0x2d0)][_0x23af90(0x34c)],_0x18dd30=_0x5f1608[_0x23af90(0x2d0)]&&_0x5f1608[_0x23af90(0x2d0)][_0x23af90(0x34c)];if(!_0x1d973c&&_0xd2b64f(_0x19ca02,_0x130a50))return _0x3eaf1f[_0x23af90(0x228)](_0x5f1608,_0x25ab10),_0x48097c[_0x23af90(0x1cb)](_0x25ab10),!0x0;if(!_0x18dd30&&_0xd2b64f(_0x130a50,_0x19ca02))return _0x3eaf1f[_0x23af90(0x228)](_0x25ab10,_0x5f1608),_0x48097c[_0x23af90(0x1cb)](_0x5f1608),!0x0;}return!0x1;}}[_0x4da380(0x228)](_0x281272,_0x1dae78){const _0x27533c=_0x4da380;if(_0x281272[_0x27533c(0x343)]){for(const _0x53bdeb of _0x1dae78[_0x27533c(0x334)]())_0x281272[_0x27533c(0x332)](_0x53bdeb);}else{const _0x248d85=_0x1dae78[_0x27533c(0x1fb)]()[_0x27533c(0x2dc)];this[_0x27533c(0x36b)](_0x281272,this[_0x27533c(0x316)][_0x27533c(0x258)](_0x281272[_0x27533c(0x1fb)]()[_0x27533c(0x2a7)],_0x248d85));}_0x1dae78[_0x27533c(0x2ec)]();}[_0x4da380(0x1ef)](_0x2be2ff,_0x22b695){const _0x1873ea=_0x4da380,_0x56e3d2=_0x2be2ff[_0x1873ea(0x324)](_0x1873ea(0x2fa))||_0x2be2ff[_0x1873ea(0x324)](_0x1873ea(0x1d0))?_0x1873ea(0x2b9):_0x2be2ff[_0x1873ea(0x225)]();return _0x356249(this[_0x1873ea(0x24c)][_0x1873ea(0x2bb)],_0x22b695+'_'+_0x56e3d2+_0x1873ea(0x2a9));}[_0x4da380(0x25c)](){const _0x3dbf22=_0x4da380,_0x2de942=this[_0x3dbf22(0x24c)];_0x5210c2(this[_0x3dbf22(0x316)],({left:_0x127e7a,entered:_0x360ca1})=>{const _0x432e8b=_0x3dbf22,_0x1971e5=[];for(const _0x4fdde9 of _0x127e7a){const {group:_0x28244f,type:_0x1d9798}=this[_0x432e8b(0x214)](_0x4fdde9[_0x432e8b(0x28c)]);if(_0x432e8b(0x27a)===_0x28244f){_0x1971e5[_0x432e8b(0x23f)](this[_0x432e8b(0x1ef)](_0x1d9798,_0x432e8b(0x28d)));break;}}for(const _0x5c1418 of _0x360ca1){const {group:_0x49226c,type:_0x49ed87}=this[_0x432e8b(0x214)](_0x5c1418[_0x432e8b(0x28c)]);if(_0x432e8b(0x27a)===_0x49226c){_0x1971e5[_0x432e8b(0x23f)](this[_0x432e8b(0x1ef)](_0x49ed87,_0x432e8b(0x36d)));break;}}_0x1971e5[_0x432e8b(0x34c)]&&_0x2de942['ui'][_0x432e8b(0x27b)][_0x432e8b(0x238)](_0x432e8b(0x328),_0x1971e5[_0x432e8b(0x287)]('\x20'));});}[_0x4da380(0x256)](_0x1079fb){const _0x44a923=_0x4da380;if(this[_0x44a923(0x220)])return!0x1;const _0x3465ac=this[_0x44a923(0x24c)],_0x3e456c=_0x3465ac[_0x44a923(0x2c6)][_0x44a923(0x20e)][_0x44a923(0x2e7)][_0x44a923(0x351)]();if(0x0==_0x3e456c[_0x44a923(0x34c)])return!0x1;const _0x4be24e=[],_0x59806c=_0x3e456c[_0x44a923(0x1cc)](_0x3773f2=>_0x44a923(0x1d0)==_0x3773f2[_0x44a923(0x31e)]),_0x171da7=_0x3e456c[_0x44a923(0x1cc)](_0x3a694a=>_0x44a923(0x241)==_0x3a694a[_0x44a923(0x31e)]&&_0x44a923(0x309)!=_0x3a694a[_0x44a923(0x28c)]),_0x539c4b=_0x3e456c[_0x44a923(0x1cc)](_0x11b2f9=>_0x44a923(0x33e)==_0x11b2f9[_0x44a923(0x31e)]&&_0x44a923(0x309)!=_0x11b2f9[_0x44a923(0x28c)]);for(const _0x4ccfd8 of _0x59806c)_0x4be24e[_0x44a923(0x23f)]({'key':_0x4ccfd8[_0x44a923(0x2b2)],'newValue':_0x4ccfd8[_0x44a923(0x1cd)],'oldValue':_0x4ccfd8[_0x44a923(0x236)],'range':Ut(_0x4ccfd8[_0x44a923(0x2d8)],_0x3465ac[_0x44a923(0x2c6)])});for(const _0x53dc97 of _0x171da7){const _0x5b05b1=_0x539c4b[_0x44a923(0x2aa)](_0x278461=>_0x278461[_0x44a923(0x259)][_0x44a923(0x36c)](_0x53dc97[_0x44a923(0x259)]));_0x5b05b1&&_0x4be24e[_0x44a923(0x23f)]({'key':_0x44a923(0x274),'newValue':_0x53dc97[_0x44a923(0x28c)],'oldValue':_0x5b05b1[_0x44a923(0x28c)],'range':_0x3465ac[_0x44a923(0x2c6)][_0x44a923(0x22a)](_0x53dc97[_0x44a923(0x259)][_0x44a923(0x292)])});}return 0x0!=_0x4be24e[_0x44a923(0x34c)]&&this[_0x44a923(0x248)](_0x1079fb,_0x4be24e);}[_0x4da380(0x2a1)](_0x58c1e7){const _0x415300=_0x4da380;let _0x5a01fc=!0x1;const _0x1c5ecf=this[_0x415300(0x24c)][_0x415300(0x2c6)][_0x415300(0x20e)][_0x415300(0x2e7)][_0x415300(0x349)]()[_0x415300(0x1cc)](_0x4057cf=>_0x4057cf[_0x415300(0x312)][_0x415300(0x1fe)]&&_0x4057cf[_0x415300(0x28c)][_0x415300(0x324)](_0x415300(0x341)));for(const _0xe16eeb of _0x1c5ecf){const {subType:_0x37c51b,id:_0x552263}=this[_0x415300(0x214)](_0xe16eeb[_0x415300(0x28c)]),_0x25f683=_0x37c51b[_0x415300(0x2d1)]('|')[0x0];for(const _0x1a1bb0 of this[_0x415300(0x284)]({'skipNotAttached':!0x0}))_0x1a1bb0['id']!=_0x552263&&_0x415300(0x1d0)==_0x1a1bb0[_0x415300(0x31e)]&&_0x1a1bb0[_0x415300(0x312)]&&_0x1a1bb0[_0x415300(0x312)][_0x415300(0x2bd)]==_0x25f683&&_0x1a1bb0[_0x415300(0x1fb)]()[_0x415300(0x35c)](_0xe16eeb[_0x415300(0x312)][_0x415300(0x1fe)])&&(this[_0x415300(0x2f1)](_0x1a1bb0,_0xe16eeb[_0x415300(0x312)][_0x415300(0x1fe)],_0x58c1e7),_0x5a01fc=!0x0);}return _0x5a01fc;}[_0x4da380(0x1f9)](_0x407853){const _0x2a324a=_0x4da380;this[_0x2a324a(0x24c)],(this[_0x2a324a(0x220)]=!0x0,_0x407853());}[_0x4da380(0x1e9)](_0x120522){const _0x897659=_0x4da380,_0x810ff2=this[_0x897659(0x269)](_0x120522),_0x314aa5=this[_0x897659(0x227)][_0x897659(0x357)](_0x120522);return _0x810ff2||_0x314aa5;}[_0x4da380(0x248)](_0x309764,_0x1b5f3d){const _0x3102c2=_0x4da380;if(0x0==_0x1b5f3d[_0x3102c2(0x34c)])return!0x1;let _0x3245ab=!0x1;for(const _0x534d34 of _0x1b5f3d){const _0x3a3b44=this[_0x3102c2(0x267)](_0x534d34[_0x3102c2(0x2d8)],_0x3102c2(0x1d0))[_0x3102c2(0x1cc)](_0x10c7fd=>!_0x10c7fd[_0x3102c2(0x29d)][_0x3102c2(0x2a0)])[_0x3102c2(0x2c9)](_0x3d36f8=>_0x3d36f8[_0x3102c2(0x27a)]),_0x2a2536=_0x24e385({'newValue':_0x534d34[_0x3102c2(0x306)]});_0x3a3b44[_0x3102c2(0x1cc)](_0xc26279=>{const _0x29f730=_0x3102c2,[_0x20bbcd,_0x200475]=_0xc26279[_0x29f730(0x1f1)][_0x29f730(0x2d1)]('|');return _0x20bbcd==_0x534d34[_0x29f730(0x2bd)]&&_0x200475!=_0x2a2536;})[_0x3102c2(0x29f)](_0xb4ac19=>{const _0x5b1086=_0x3102c2;this[_0x5b1086(0x2f1)](_0xb4ac19,_0x534d34[_0x5b1086(0x2d8)],_0x309764),_0x3245ab=!0x0;});}return _0x3245ab;}[_0x4da380(0x2f1)](_0x4d62d2,_0x5d3c7b,_0x36d055){const _0x7b7aa5=_0x4da380,_0x19c949=_0x4d62d2[_0x7b7aa5(0x1fb)]()[_0x7b7aa5(0x26f)](_0x5d3c7b);0x0!==_0x19c949[_0x7b7aa5(0x34c)]?0x1!==_0x19c949[_0x7b7aa5(0x34c)]?this[_0x7b7aa5(0x32b)](_0x4d62d2,_0x5d3c7b[_0x7b7aa5(0x2a7)],_0x5d3c7b[_0x7b7aa5(0x2dc)]):this[_0x7b7aa5(0x36b)](_0x4d62d2,_0x19c949[0x0]):_0x36d055[_0x7b7aa5(0x21f)](_0x4d62d2[_0x7b7aa5(0x235)]());}}class Bt{constructor(_0x41fee0){const _0x5e3d70=_0x4da380;this[_0x5e3d70(0x2d6)]=_0x41fee0,this[_0x5e3d70(0x316)]=_0x41fee0[_0x5e3d70(0x2c6)],this[_0x5e3d70(0x32c)]=new Map(),this[_0x5e3d70(0x2ef)]=new Map(),this[_0x5e3d70(0x1eb)]();}[_0x4da380(0x2b5)](_0x4f8f2a,_0xb9ec7a,_0xe3972b,_0x709f76,_0x2466cc,_0x5645eb){const _0x4f19c4=_0x4da380;return new _0x46f1b8(this[_0x4f19c4(0x316)],{'type':_0x4f8f2a,'subType':_0xb9ec7a,'id':_0xe3972b,'author':_0x709f76,'creator':_0x709f76,'attributes':_0x2466cc,'onAttributesChange':_0x5645eb,'onAccept':(..._0xb98f42)=>this[_0x4f19c4(0x34d)](_0x4f8f2a,_0xb9ec7a,_0x4f19c4(0x24d))(..._0xb98f42),'onDiscard':(..._0x1dd8ce)=>this[_0x4f19c4(0x34d)](_0x4f8f2a,_0xb9ec7a,_0x4f19c4(0x32f))(..._0x1dd8ce)});}[_0x4da380(0x24b)](_0x3c6e9b,_0x131324,_0x2d8259,_0x1bf2e2){const _0x1c9e16=_0x4da380,_0x56bab2=_0x3c6e9b+':'+_0x131324+':'+_0x2d8259;this[_0x1c9e16(0x32c)][_0x1c9e16(0x237)](_0x56bab2,_0x1bf2e2);}[_0x4da380(0x34d)](_0x5f0c44,_0x3d1b59,_0xb58910){const _0x342934=_0x4da380,_0x5d4d1a=_0x5f0c44+':'+_0x3d1b59+':'+_0xb58910;return this[_0x342934(0x32c)][_0x342934(0x2e5)](_0x5d4d1a)||this[_0x342934(0x2ef)][_0x342934(0x2e5)](_0x5f0c44+':'+_0xb58910);}[_0x4da380(0x1eb)](){const _0x12a9ed=_0x4da380,_0x595b5f=()=>!0x1,_0x2b036e=_0x201165=>{const _0x7db8f=_0x123d;_0x201165[_0x7db8f(0x254)]((_0xf116ed,_0x356a8d)=>_0xf116ed[_0x7db8f(0x2a7)][_0x7db8f(0x313)](_0x356a8d[_0x7db8f(0x2a7)])?0x1:-0x1),this[_0x7db8f(0x316)][_0x7db8f(0x2c4)](_0x550cab=>{const _0xda5373=_0x7db8f;for(const _0x451575 of _0x201165){let _0x485fa2;_0x485fa2=_0x451575[_0xda5373(0x2dc)][_0xda5373(0x1df)]&&_0x451575[_0xda5373(0x2dc)][_0xda5373(0x1d3)]==_0x451575[_0xda5373(0x2a7)][_0xda5373(0x292)]?_0x550cab[_0xda5373(0x1c3)](_0x451575[_0xda5373(0x2a7)][_0xda5373(0x292)],'on'):_0x550cab[_0xda5373(0x1c3)](_0x451575),this[_0xda5373(0x316)][_0xda5373(0x27e)](_0x485fa2,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x33d457=(_0x88e0ed,_0xa880da)=>{const _0x291308=_0x123d;_0xa880da&&this[_0x291308(0x316)][_0x291308(0x2c4)](_0x2f19df=>{const _0xc04296=_0x291308,{commandName:_0x172bdc,commandParams:_0xafc722=[]}=_0xa880da,_0x45ec28=_0x88e0ed[_0xc04296(0x2c9)](_0xae7c5d=>(Rt(_0xae7c5d)&&(_0xae7c5d=this[_0xc04296(0x316)][_0xc04296(0x258)](_0xae7c5d[_0xc04296(0x2dc)])),_0xae7c5d))[_0xc04296(0x1cc)](_0x6a287f=>_0xc04296(0x303)!==_0x6a287f[_0xc04296(0x2f0)][_0xc04296(0x29a)]);if(_0x45ec28[_0xc04296(0x34c)]<0x1)return;const _0x57702a=Array[_0xc04296(0x2ee)](this[_0xc04296(0x316)][_0xc04296(0x20e)][_0xc04296(0x1dd)][_0xc04296(0x334)]())[_0xc04296(0x2c9)](_0x32c8f2=>_0x48c7ea[_0xc04296(0x204)](_0x32c8f2));_0x2f19df[_0xc04296(0x30c)](_0x45ec28);for(const _0x13ed0b of this[_0xc04296(0x2d6)][_0xc04296(0x35e)][_0xc04296(0x35e)]())_0x13ed0b[_0xc04296(0x1f7)]();_0xafc722[_0xc04296(0x23f)]({'forceDefaultExecution':!0x0}),this[_0xc04296(0x2d6)][_0xc04296(0x1d5)](_0x172bdc,..._0xafc722);const _0x497691=_0x57702a[_0xc04296(0x1cc)](_0x31603b=>_0xc04296(0x303)!=_0x31603b[_0xc04296(0x2f0)][_0xc04296(0x29a)]);_0x497691[_0xc04296(0x34c)]>0x0&&_0x2f19df[_0xc04296(0x30c)](_0x497691);for(const _0xe061c3 of _0x57702a)_0xe061c3[_0xc04296(0x266)]();});},_0x551998=(_0xfa9fb5,_0x266704)=>0x1==_0xfa9fb5[_0x12a9ed(0x34c)]&&0x1==_0x266704[_0x12a9ed(0x34c)]&&_0xfa9fb5[0x0][_0x12a9ed(0x2dc)][_0x12a9ed(0x36c)](_0x266704[0x0][_0x12a9ed(0x2a7)]),_0x1e3ef8=(_0xca989d,_0x31ace4,_0x334a67,_0x3024bf)=>Gt(_0xca989d,_0x31ace4,_0x334a67,_0x3024bf,this[_0x12a9ed(0x316)])?[_0xca989d,_0x31ace4]:Gt(_0x31ace4,_0xca989d,_0x3024bf,_0x334a67,this[_0x12a9ed(0x316)])?[_0x31ace4,_0xca989d]:null;this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x2d9),_0x595b5f),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x2e2),_0x2b036e),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x2b0),_0x551998),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x295),_0x1e3ef8),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x1db),_0x2b036e),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x35f),_0x595b5f),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x242),_0x551998),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x2ea),_0x1e3ef8),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x1ff),_0x33d457),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x226),_0x595b5f),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x28e),_0x551998),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x1e6),_0x595b5f),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x27f),_0x33d457),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x2e9),_0x595b5f),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x2e1),_0x551998),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x365),_0x595b5f),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x1ea),_0x595b5f),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x1de),(_0x1d67c4,_0x56cabb)=>{const _0x5bdfaf=_0x12a9ed;if(!_0x56cabb)return;const _0x5eaac8=this[_0x5bdfaf(0x2d6)][_0x5bdfaf(0x30e)][_0x5bdfaf(0x2e5)](p);this[_0x5bdfaf(0x316)][_0x5bdfaf(0x2c4)](_0x2b7657=>{const _0x5e7e26=_0x5bdfaf;if(_0x5e7e26(0x274)==_0x56cabb[_0x5e7e26(0x2bd)])for(const _0x419ee7 of _0x1d67c4){const _0x19b73a=_0x419ee7[_0x5e7e26(0x2a7)][_0x5e7e26(0x292)],_0xbc8bfc=_0x56cabb[_0x5e7e26(0x2be)];_0x2b7657[_0x5e7e26(0x28b)](_0x19b73a,_0xbc8bfc);}else{if(_0x5eaac8[_0x5e7e26(0x269)](_0x56cabb[_0x5e7e26(0x2bd)])){for(const _0x1398fd of _0x1d67c4)void 0x0!==_0x56cabb[_0x5e7e26(0x2be)]?_0x2b7657[_0x5e7e26(0x2f8)](_0x56cabb[_0x5e7e26(0x2bd)],_0x56cabb[_0x5e7e26(0x2be)],_0x1398fd[_0x5e7e26(0x2a7)][_0x5e7e26(0x292)]):_0x2b7657[_0x5e7e26(0x2dd)](_0x56cabb[_0x5e7e26(0x2bd)],_0x1398fd[_0x5e7e26(0x2a7)][_0x5e7e26(0x292)]);}else{for(const _0x1fd756 of _0x1d67c4)_0x56cabb[_0x5e7e26(0x2be)]?_0x2b7657[_0x5e7e26(0x2f8)](_0x56cabb[_0x5e7e26(0x2bd)],_0x56cabb[_0x5e7e26(0x2be)],_0x1fd756):_0x2b7657[_0x5e7e26(0x2dd)](_0x56cabb[_0x5e7e26(0x2bd)],_0x1fd756);}}});}),this[_0x12a9ed(0x2ef)][_0x12a9ed(0x237)](_0x12a9ed(0x358),_0x551998);}}function xt(_0x4da5e0,_0x2eeb98,_0xd9a410){const _0x2b61fe=_0x4da380;for(const _0x591b2e of _0x2eeb98[_0x2b61fe(0x1d3)][_0x2b61fe(0x245)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x591b2e[_0x2b61fe(0x2f0)]==_0x591b2e)return!0x1;if(!_0xd9a410[_0x2b61fe(0x25f)](_0x591b2e))return!0x1;if(_0x4da5e0[_0x2b61fe(0x34e)](_0x591b2e)||_0x4da5e0[_0x2b61fe(0x215)](_0x591b2e))return!0x0;}return!0x1;}function Rt(_0x149db9){const _0x41d55b=_0x4da380;return _0x149db9[_0x41d55b(0x2dc)][_0x41d55b(0x1d3)]==_0x149db9[_0x41d55b(0x2a7)][_0x41d55b(0x292)]&&_0x149db9[_0x41d55b(0x2dc)][_0x41d55b(0x243)];}function Tt(_0x5b9ca2,_0x3a17e0,_0x3f6637,_0xebc8bc){const _0x5f2fec=_0x4da380,_0x44a07b=_0x524f51=>!_0x524f51[_0x5f2fec(0x2c0)]['is'](_0x5f2fec(0x21d))&&!_0xebc8bc[_0x5f2fec(0x34e)](_0x524f51[_0x5f2fec(0x2c0)]),_0x2cce96=_0x5b9ca2[_0x5f2fec(0x2a7)][_0x5f2fec(0x33d)](_0x44a07b),_0x40ecb8=_0x5b9ca2[_0x5f2fec(0x2dc)][_0x5f2fec(0x33d)](_0x44a07b,{'direction':_0x5f2fec(0x368)});return(!_0x5b9ca2[_0x5f2fec(0x2a7)][_0x5f2fec(0x36c)](_0x2cce96)||!_0x5b9ca2[_0x5f2fec(0x2dc)][_0x5f2fec(0x36c)](_0x40ecb8))&&(_0x2cce96[_0x5f2fec(0x313)](_0x40ecb8)?_0x3f6637[_0x5f2fec(0x322)](_0x3a17e0,{'range':_0x3f6637[_0x5f2fec(0x258)](_0x2cce96,_0x40ecb8)}):_0x3f6637[_0x5f2fec(0x21f)](_0x3a17e0),!0x0);}function Et(_0x106802){return _0x24e385(_0x106802);}function Vt(_0x4ac511){const _0x181b8d=_0x4da380,_0x4dd3e6=_0x4ac511[_0x181b8d(0x2a7)][_0x181b8d(0x292)];return _0x4dd3e6&&_0x4dd3e6['is'](_0x181b8d(0x1f4));}function Ut(_0x3d7129,_0x5d79c1){const _0x3abf2a=_0x4da380;return null==_0x3d7129[_0x3abf2a(0x2dc)][_0x3abf2a(0x2e6)]&&_0x3d7129[_0x3abf2a(0x2dc)][_0x3abf2a(0x1d3)]==_0x3d7129[_0x3abf2a(0x2a7)][_0x3abf2a(0x292)]?Ot(_0x3d7129[_0x3abf2a(0x2a7)][_0x3abf2a(0x292)],_0x5d79c1):_0x3d7129;}function Ot(_0x23038c,_0x181c88){const _0x33891a=_0x4da380,_0x52550d=_0x181c88[_0x33891a(0x329)][_0x33891a(0x34e)](_0x23038c)||_0x181c88[_0x33891a(0x329)][_0x33891a(0x301)](_0x23038c);return _0x181c88[_0x33891a(0x258)](_0x181c88[_0x33891a(0x224)](_0x23038c,_0x33891a(0x288)),_0x52550d?_0x181c88[_0x33891a(0x27c)](_0x23038c):_0x181c88[_0x33891a(0x224)](_0x23038c,_0x33891a(0x2dc)));}function Gt(_0x59c766,_0x1a7223,_0x185508,_0x93e493,_0x5c2302){const _0x49f98e=_0x4da380;if(!Ft(_0x59c766,_0x1a7223))return!0x1;if(_0x185508[_0x49f98e(0x2dc)][_0x49f98e(0x36c)](_0x93e493[_0x49f98e(0x2a7)]))return!0x0;if(_0x59c766[_0x49f98e(0x31e)]!=_0x1a7223[_0x49f98e(0x31e)])return!0x1;if(!_0x185508[_0x49f98e(0x2dc)][_0x49f98e(0x30a)](_0x93e493[_0x49f98e(0x2a7)]))return!0x1;const _0x13e05e=_0x5c2302[_0x49f98e(0x258)](_0x185508[_0x49f98e(0x2dc)],_0x93e493[_0x49f98e(0x2a7)])[_0x49f98e(0x209)]();for(const _0x3d1c5c of _0x13e05e)if([_0x49f98e(0x25e),_0x49f98e(0x363)][_0x49f98e(0x33a)](_0x3d1c5c[_0x49f98e(0x31e)])&&_0x5c2302[_0x49f98e(0x329)][_0x49f98e(0x215)](_0x3d1c5c[_0x49f98e(0x2c0)]))return!0x1;return!0x0;}function Ft(_0x1996d3,_0x58b835,_0x369fcc=[]){const _0x3c04cc=_0x4da380;return!(!_0x1996d3[_0x3c04cc(0x340)]||!_0x58b835[_0x3c04cc(0x340)])&&_0x57c8b3(_0x4c252f(_0x1996d3[_0x3c04cc(0x253)],_0x369fcc),_0x4c252f(_0x58b835[_0x3c04cc(0x253)],_0x369fcc));}function Pt(_0x28b896,_0x3da5b6){const _0x132909=_0x4da380,_0x5e4aa5=Lt(_0x28b896[_0x132909(0x253)]),_0x1864ae=Lt(_0x3da5b6);if(!_0x28b896[_0x132909(0x340)])return!0x1;for(const _0x15fb88 of Object[_0x132909(0x1fc)](_0x1864ae))if(!_0x57c8b3(_0x5e4aa5[_0x15fb88],_0x1864ae[_0x15fb88]))return!0x1;return!0x0;}function Lt(_0x2b21f8){const _0x3ec409=_0x4da380,_0x26c7d1=Object[_0x3ec409(0x278)]({},_0x2b21f8);return delete _0x26c7d1[_0x3ec409(0x1da)],delete _0x26c7d1[_0x3ec409(0x2cc)],_0x26c7d1;}
|
|
23
|
+
const _0xdae29a=_0x3b84;(function(_0x415d6d,_0x490ea3){const _0x42eaf3=_0x3b84,_0x1ed208=_0x415d6d();while(!![]){try{const _0x3d6876=parseInt(_0x42eaf3(0x258))/0x1*(parseInt(_0x42eaf3(0x35f))/0x2)+parseInt(_0x42eaf3(0x23f))/0x3+parseInt(_0x42eaf3(0x2d6))/0x4+parseInt(_0x42eaf3(0x33d))/0x5*(-parseInt(_0x42eaf3(0x22c))/0x6)+-parseInt(_0x42eaf3(0x1f4))/0x7+parseInt(_0x42eaf3(0x2ad))/0x8*(parseInt(_0x42eaf3(0x1dd))/0x9)+-parseInt(_0x42eaf3(0x348))/0xa*(parseInt(_0x42eaf3(0x316))/0xb);if(_0x3d6876===_0x490ea3)break;else _0x1ed208['push'](_0x1ed208['shift']());}catch(_0x5284a1){_0x1ed208['push'](_0x1ed208['shift']());}}}(_0x4c9b,0x55d08));import{Plugin as _0xddab31,PendingActions as _0x1f201b}from'ckeditor5/src/core.js';import{LiveRange as _0x24962a}from'ckeditor5/src/engine.js';import{CKEditorError as _0x9eac59,uid as _0x4b3120,priorities as _0x226de2,logWarning as _0x343f2c}from'ckeditor5/src/utils.js';import{toWidget as _0x647ba}from'ckeditor5/src/widget.js';import{Users as _0x4a765f,hashObject as _0x18395a,surroundingMarkersDetector as _0x2a5ce9}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x402e95 from'./commands/trackchangescommand.js';import _0x24428b from'./commands/acceptsuggestioncommand.js';import _0x418b1a from'./commands/discardsuggestioncommand.js';import _0x67c6de from'./commands/executeonallsuggestionscommand.js';import _0x1736d1 from'./commands/executeonselectedsuggestionscommand.js';import _0x49d2b6 from'./suggestion.js';import _0x18c10b from'./suggestiondescriptionfactory.js';import _0x42db4b from'./integrations/aiassistant.js';import _0x53faed from'./integrations/alignment.js';import _0x575efb from'./integrations/basicstyles.js';import _0xd36bae from'./integrations/blockquote.js';import _0x536c8d from'./integrations/casechange.js';import _0x51263e from'./integrations/ckbox.js';import _0x210b05 from'./integrations/codeblock.js';import _0x4cb9e1 from'./integrations/comments.js';import _0xaeecc from'./integrations/deletecommand.js';import _0x1da44f from'./integrations/list.js';import _0x3309f3 from'./integrations/listproperties.js';import _0x586797 from'./integrations/entercommand.js';import _0x1f29eb from'./integrations/findandreplace.js';import _0x461695 from'./integrations/font.js';import _0x32388c from'./integrations/formatpainter.js';import _0x5be1fc from'./integrations/heading.js';import _0x199493 from'./integrations/highlight.js';import _0x28b007 from'./integrations/horizontalline.js';import _0x4ce098 from'./integrations/htmlembed.js';import _0x48a3ae from'./integrations/image.js';import _0xb2daf from'./integrations/imagereplace.js';import _0x2c3c0d from'./integrations/imagestyle.js';import _0x1f0b5a from'./integrations/importword.js';import _0x2d744e from'./integrations/indent.js';import _0x29af56 from'./integrations/inputcommand.js';import _0x13cb83 from'./integrations/link.js';import _0x165751 from'./integrations/legacylist.js';import _0xe593ae from'./integrations/legacylistproperties.js';import _0x471064 from'./integrations/mediaembed.js';import _0xaf34ac from'./integrations/mention.js';import _0x19aec9 from'./integrations/pagebreak.js';import _0x18daec from'./integrations/paragraph.js';import _0x37d08c from'./integrations/removeformat.js';import _0x47dbdf from'./integrations/restrictededitingmode.js';import _0x2c684b from'./integrations/shiftentercommand.js';import _0xc5eff3 from'./integrations/standardeditingmode.js';import _0x2fb131 from'./integrations/style.js';import _0x2bee87 from'./integrations/table.js';import _0x1a6c97 from'./integrations/tablemergesplit.js';import _0xeae912 from'./integrations/tableheadings.js';function _0x3b84(_0x55847f,_0xd925c7){const _0x4c9bdd=_0x4c9b();return _0x3b84=function(_0x3b8437,_0xbd8dac){_0x3b8437=_0x3b8437-0x1d6;let _0x24a8e5=_0x4c9bdd[_0x3b8437];return _0x24a8e5;},_0x3b84(_0x55847f,_0xd925c7);}import _0x2c04ca from'./integrations/tableclipboard.js';import _0x5386e4 from'./integrations/tablecolumnresize.js';import _0x2c3880 from'./integrations/template.js';import _0x4046bb from'./integrations/tableofcontents.js';import _0x1e543a from'./integrations/title.js';function _0x4c9b(){const _0x573de6=['formatGroupId','removeMarkers','previous','getChanges','getNearestSelectionRange','markerName','_model','deletion:chain','return','ck-suggestion-marker-formatInline','getChangedMarkers','getRanges','addComment','containerElement','7gKfRbY','_createSuggestion','data-suggestion','TrackChangesEditing','accepted','dataReady','multi','add','forceDefaultExecution','getCustomProperty','getUser','enableReadOnlyMode','stopListening','insertion','FORMATTING','markInlineFormat','formatBlock:','isObject','newValue','_cutOutSuggestionMarker','marker-count','createPositionBefore','_getAuthorFromId','elementEnd','$graveyard','getDifference','push','from','isRemovable','insertion:','isAtStart','_registerDefaultCallbacks','_descriptionFactory','attribute','forward','external:','originalSuggestionId','join','suggestion:attribute:','track-changes-suggestion-not-found','_refreshAttributeSuggestionsChain','isBlock','rethrowUnexpectedError','commandName','multipleBlocks','always','getAttribute','_suggestions','attribute:join','nodeAfter','listenTo','addSuggestionData','pop','catch','includes','nodeBefore','groupId','clone','fire','isIntersecting','key','containsRange','_blockAttributeKeys','clear','warn','substr','acceptAllSuggestions','next','isTouching','toJSON','_registerBlockAttribute','values','backward','showSuggestionHighlights','move','refresh','documentSelection','getIntersection','value','_commentsRepository','default','item','_customCallbacks','containsPosition','addUser','1688952dOXuYN','parent','change:_saved','setTo','isCollapsed','set','element','addHighlight','_inlineAttributeKeys','batch','$marker','track-changes-command-not-found','formatBlock:accept','howMany','keys','createRangeIn','remove','authoredAt','createSelection','addMarker:suggestion:attribute','getItems','sort','lowest','_isBlockAttribute','isIntersectingWithRange','_reduceSuggestionAttributeRange','consume','meta','$text','error-saving-suggestion-data-suggestion-discarded','_isDataLoaded','removeClass','_refreshSuggestionsChain','_breakSuggestionMarker','attributeOldValue','discardSelectedSuggestions','isInsideObject','getContainedElement','_trackFormatChanges','markMultiRangeDeletion','PENDING_ACTION_SUGGESTION','2585816QtiftG','deletion:accept','attributeNewValue','rootName','execute','ready','formatInline:','notReady','getFirstRange','track-changes-adapter-already-set','isSelectable','markMultiRangeInsertion','before','buildSuggestion','selection','setSelection','unbindElementFromMarkerName','getRange','pluginName','ck-suggestion-marker--active','suggestionUnloaded','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.','split','getAllAdjacentSuggestions','mapper','formatInline:discard','delete','change','get','markerReady','bindElementToMarker','has','insertContent','insert','attribute:accept','adapter','getAncestors','addClass','reconvertMarker','comments','widget','markMultiRangeBlockFormat','unshift','addMarker','_setSuggestionData','formatBlock','config','acceptSuggestion','unbind','model','addSuggestion','writer','attribute:','_SUGGESTION_ANNOUNCEMENT','range','track-changes-enable-command-twice','insertion:discard','filter','ariaLiveAnnouncer','_element','activeMarkers','track-changes-suggestion-data-mismatch','map','_joinSuggestions','2112GFRfJH','subType','never','isEqual','_suggestionState','_afterChanges','isLimit','dataToMarker','skipNestingCheck','registerCustomCallback','_saved','isArray','attributes','getSuggestions','suggestion:','track-changes-adapter-missing-getsuggestion','creator','getSuggestion','containsItem','requires','some','formatInline:join','_defaultCallbacks','_getExternalAuthor','formatInline','trackChanges','formatInline:accept','_processAttributeChanges','type','suggestionChanged','$textProxy','hasComments','isOwn','_checkSuggestionCorrectness','_addThreadToSuggestion','substring','rename','markerToHighlight','isDocumentOperation','2930835mbDsGg','locale','commands','hasCommentThread','open','name','_adapter','addMarker:suggestion:formatBlock','addCommentThread','oldRange','trackChanges.trackFormatChanges','20420lylqCq','_isRegisteredAttribute','_recordAttributeSuggestions','trackChanges.mergeNestedSuggestions','insertion:join','toUpperCase','_removeSuggestion','createdAt','editingDowncast','chain','forEach','discardAllSuggestions','removed','removeMarker:suggestion:formatBlock','createPositionAfter','$elementName','_enabledCommands','getWalker','author','suggestion-type','updateSuggestion','deletion','_handleNewSuggestionMarker','81636lSmFBq','stop','getMultiRangeId','removeMarker','_isForcedDefaultExecutionBlock','fetchCommentThread','getFirstMarker','for','acceptSelectedSuggestions','isBefore','format','markers','Users','discard','splitPosition','oldValue','low','deletion:discard','deletion:','position','createElement','toViewElement','concat','removeComment','upcast','group','commentThread','applyOperation','assign','isNextTo','deletion:join','deleteContent','isLocal','addMarker:suggestion','data','find','fromCharCode','addMarkerName','_editor','after','root','containsRangeInObject','editing','removeAttribute','ck-suggestion-marker','_initAriaMarkerChangeAnnouncements','size','18MARtfP','trackChangesCommand','markAttributeChange','formatBlock:chain','options','attribute:discard','PendingActions','addRange','start','_rangeIsInLocalUserInsertion','accept','isInContent','_updateSuggestionData','suggestion','isExternal','_getMarkerAnnouncementText','setAttribute','conversion','rejected','elementStart','track-changes-user-not-found','_recordAttributeChanges','head','4688082aZYoZJ','_registerInlineAttribute','schema','_findSuggestions','markDeletion','_getAttributeKey','change:data','ck-suggestion-marker-','enqueueChange','_splitMarkerName','plugins','announce','_reduceExistingSuggestions','LEAVE','formatBlock:join','end','tablePasteChainId','moveTargetPosition','every','isMultiRange','suggestionLoaded','markerNameToElements','markBlockFormat','createRangeOn','insertion:accept','markerToData','dataDowncast','resolve','getCommentThread','editor','differ','isAfter','collaboration.channelId','attributeKey','_onDiscard','startsWith','normal','elementToElement','_mergeNestedSuggestions','splice','newRange','_processAttributeSuggestions','init','enableCommand','insertion:chain','registerPostFixer','high','change:activeMarkers','detach','targetPosition','_addSuggestionMarker','_enableDefaultAttributesIntegration','getShiftedBy','_joinWithAdjacentSuggestions','@external','_suggestionFactory','6hQReCm','fromRange','_setSuggestionRange','discardSuggestion','highest','createRange','document','then','getMarkers','getSuggestionCallback','createPositionAt','authorName','formatBlock:discard','updateMarker','ck-suggestion-marker-formatBlock','define','removeMarker:suggestion:attribute','length','CommentsRepository','1935105NJNQsR','markInsertion','formatInline:chain','getLastMatchingPosition','ENTER','update:suggestion','isUndo','isAtEnd','consumable','_getSuggestionData','hasSuggestion'];_0x4c9b=function(){return _0x573de6;};return _0x4c9b();}import _0x2c38a7 from'./integrations/undo.js';import _0x3a9d9c from'./integrations/tablecaption.js';import _0x37284c from'./integrations/tableproperties.js';import{getTranslation as _0x39e868}from'./utils/common-translations.js';import{isEqual as _0x1594ab,omit as _0x343922}from'lodash-es';export const renameAttributeKey=_0xdae29a(0x357);export default class p extends _0xddab31{static get[_0xdae29a(0x329)](){const _0x36c284=_0xdae29a;return[_0x36c284(0x23e),_0x4a765f,_0x1f201b,_0x42db4b,_0x53faed,_0x575efb,_0xd36bae,_0x51263e,_0x536c8d,_0x210b05,_0x4cb9e1,_0xaeecc,_0x586797,_0x1f29eb,_0x461695,_0x32388c,_0x5be1fc,_0x199493,_0x28b007,_0x4ce098,_0x48a3ae,_0x2c3c0d,_0xb2daf,_0x1f0b5a,_0x2d744e,_0x29af56,_0x165751,_0xe593ae,_0x13cb83,_0x1da44f,_0x3309f3,_0x471064,_0xaf34ac,_0x19aec9,_0x18daec,_0x37d08c,_0x47dbdf,_0x2c684b,_0xc5eff3,_0x2fb131,_0x2bee87,_0x1a6c97,_0xeae912,_0x3a9d9c,_0x2c04ca,_0x5386e4,_0x4046bb,_0x37284c,_0x2c3880,_0x1e543a,_0x2c38a7];}static get[_0xdae29a(0x2e8)](){const _0x5bb281=_0xdae29a;return _0x5bb281(0x25b);}constructor(_0x4b4635){const _0x43b7f1=_0xdae29a;function _0x2993e7(_0x252ede){const _0x2d7563=_0x3b84;return _0x252ede[_0x2d7563(0x314)](_0x55fc08=>String[_0x2d7563(0x383)](_0x55fc08))[_0x2d7563(0x27d)]('');}super(_0x4b4635),this[_0x43b7f1(0x34a)]=!0x1,this[_0x43b7f1(0x2b2)](_0x43b7f1(0x312),[]),this['on'](_0x43b7f1(0x223),(_0x25de7f,_0x3b162a,_0x9933e5,_0x83d8c2)=>{const _0x2c5658=_0x43b7f1;this[_0x2c5658(0x250)][_0x2c5658(0x2f1)](()=>{const _0x27991f=_0x2c5658;for(const _0x4642f0 of[..._0x83d8c2,..._0x9933e5])this[_0x27991f(0x250)][_0x27991f(0x36a)][_0x27991f(0x2f5)](_0x4642f0)&&_0x4b4635[_0x27991f(0x1d8)][_0x27991f(0x2fc)](_0x4642f0);});}),this[_0x43b7f1(0x278)]=new _0x18c10b(this[_0x43b7f1(0x211)][_0x43b7f1(0x307)][_0x43b7f1(0x1f6)],this[_0x43b7f1(0x211)][_0x43b7f1(0x33e)]),this[_0x43b7f1(0x343)]=null,this[_0x43b7f1(0x22b)]=new Bt(this[_0x43b7f1(0x211)]),this[_0x43b7f1(0x287)]=new Map(),this[_0x43b7f1(0x2a7)]=_0x4b4635[_0x43b7f1(0x1fe)][_0x43b7f1(0x2f2)](_0x43b7f1(0x23e)),this[_0x43b7f1(0x358)]=new Set(),this[_0x43b7f1(0x250)]=this[_0x43b7f1(0x211)][_0x43b7f1(0x307)],this[_0x43b7f1(0x31a)]=new WeakMap(),this[_0x43b7f1(0x363)]=!0x1,this[_0x43b7f1(0x296)]=new Set([_0x43b7f1(0x357)]),this[_0x43b7f1(0x2b5)]=new Set(),_0x4b4635[_0x43b7f1(0x304)][_0x43b7f1(0x23b)](_0x43b7f1(0x347),_0x43b7f1(0x2a8)),this[_0x43b7f1(0x2d3)]=_0x4b4635[_0x43b7f1(0x304)][_0x43b7f1(0x2f2)](_0x43b7f1(0x347)),_0x4b4635[_0x43b7f1(0x304)][_0x43b7f1(0x23b)](_0x43b7f1(0x34b),!0x0),this[_0x43b7f1(0x21a)]=_0x4b4635[_0x43b7f1(0x304)][_0x43b7f1(0x2f2)](_0x43b7f1(0x34b)),this[_0x43b7f1(0x1de)]=new _0x402e95(_0x4b4635,this[_0x43b7f1(0x358)]),this[_0x43b7f1(0x1db)](),this[_0x2993e7([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2993e7([0x34,0x30,0x34,0x38,0x30,0x36,0x36,0x32]);}[_0xdae29a(0x21e)](){const _0x43c12d=_0xdae29a,_0x4c02fe=this[_0x43c12d(0x211)],_0x171a76=(_0x3f4bf6,_0x3b982a)=>{const _0x468e1d=_0x43c12d;if(_0x468e1d(0x279)!=_0x3f4bf6)return _0x468e1d(0x1fb)+_0x3f4bf6;const _0x15d29f=_0x3b982a[_0x468e1d(0x2ec)]('|')[0x0];return this[_0x468e1d(0x2c4)](_0x15d29f)?_0x468e1d(0x23a):_0x468e1d(0x253);};_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x350))[_0x43c12d(0x33b)]({'model':_0x43c12d(0x1ea),'view':_0x2e50a9=>{const _0x422cf8=_0x43c12d,{id:_0x4d8471,type:_0x103309,subType:_0x222ee0}=this[_0x422cf8(0x1fd)](_0x2e50a9[_0x422cf8(0x24f)]),_0x23ece1=[_0x422cf8(0x1da),_0x171a76(_0x103309,_0x222ee0)];let _0x181c1c=0xbb8;return this[_0x422cf8(0x312)][_0x422cf8(0x28e)](_0x2e50a9[_0x422cf8(0x24f)])&&(_0x23ece1[_0x422cf8(0x272)](_0x422cf8(0x2e9)),_0x181c1c=0xbc2),_0x422cf8(0x35d)==_0x103309&&(_0x181c1c+=0x5),{'classes':_0x23ece1,'attributes':{'data-suggestion':_0x4d8471},'priority':_0x181c1c};}}),_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x20e))[_0x43c12d(0x25f)](_0x4a0ca8=>{const _0x49c3c7=_0x43c12d;_0x4a0ca8['on'](_0x49c3c7(0x380),(_0x51969f,_0x376335,_0x1eaf7e)=>{const _0x8f3da3=_0x49c3c7;if(!_0x1eaf7e[_0x8f3da3(0x1e1)][_0x8f3da3(0x2a1)])return;const _0x4306a2=_0x376335[_0x8f3da3(0x2a9)];if(!_0x4306a2)return;const _0x390247=_0x1eaf7e[_0x8f3da3(0x2ee)][_0x8f3da3(0x374)](_0x4306a2);_0x4c02fe[_0x8f3da3(0x307)][_0x8f3da3(0x1f6)][_0x8f3da3(0x269)](_0x4306a2)&&_0x390247&&!_0x390247[_0x8f3da3(0x261)](_0x8f3da3(0x2fe))&&_0x390247['is'](_0x8f3da3(0x257))&&_0x647ba(_0x390247,_0x1eaf7e[_0x8f3da3(0x309)]);},{'priority':_0x49c3c7(0x222)});}),_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x20e))[_0x43c12d(0x33b)]({'model':_0x43c12d(0x1ea),'view':(_0x1c4beb,_0x4c8374)=>{const _0x47651f=_0x43c12d;if(!_0x4c8374[_0x47651f(0x1e1)][_0x47651f(0x2a1)])return null;const {type:_0x110356,subType:_0x1b6beb}=this[_0x47651f(0x1fd)](_0x1c4beb[_0x47651f(0x24f)]);return{'classes':[_0x47651f(0x1da),_0x171a76(_0x110356,_0x1b6beb)],'priority':0xbb8};}});const _0x1720c0=({showActiveMarkers:_0x12e71a=!0x0,isAttributeSuggestion:_0x153d9d=!0x1}={})=>(_0x17b89a,_0x1ed400,_0x34dfa6)=>{const _0x59a701=_0x43c12d;if(!_0x1ed400[_0x59a701(0x2a9)])return;const {id:_0x1e4595}=this[_0x59a701(0x1fd)](_0x1ed400[_0x59a701(0x24f)]);if(_0x153d9d){const _0x2dd7bc=this[_0x59a701(0x287)][_0x59a701(0x2f2)](_0x1e4595),_0x4794e4=this[_0x59a701(0x1f9)](_0x2dd7bc);if(!this[_0x59a701(0x2c4)](_0x4794e4))return;}if(_0x1ed400[_0x59a701(0x2a9)]['is'](_0x59a701(0x2e4)))return void _0x34dfa6[_0x59a701(0x247)][_0x59a701(0x2c7)](_0x1ed400[_0x59a701(0x2a9)],_0x17b89a[_0x59a701(0x342)]);const _0x148ec0=_0x34dfa6[_0x59a701(0x2ee)][_0x59a701(0x374)](_0x1ed400[_0x59a701(0x2a9)]);if(_0x1ed400[_0x59a701(0x2a9)]['is'](_0x59a701(0x2b3))&&_0x4c02fe[_0x59a701(0x307)][_0x59a701(0x1f6)][_0x59a701(0x281)](_0x1ed400[_0x59a701(0x2a9)])&&!_0x148ec0[_0x59a701(0x261)](_0x59a701(0x2b4))){_0x34dfa6[_0x59a701(0x309)][_0x59a701(0x2fb)]([_0x59a701(0x1da),_0x59a701(0x23a)],_0x148ec0),_0x34dfa6[_0x59a701(0x309)][_0x59a701(0x1ed)](_0x59a701(0x25a),_0x1e4595,_0x148ec0),_0x34dfa6[_0x59a701(0x2ee)][_0x59a701(0x2f4)](_0x148ec0,_0x1ed400[_0x59a701(0x24f)]),_0x12e71a&&(this[_0x59a701(0x312)][_0x59a701(0x28e)](_0x1ed400[_0x59a701(0x24f)])?_0x34dfa6[_0x59a701(0x309)][_0x59a701(0x2fb)](_0x59a701(0x2e9),_0x148ec0):_0x34dfa6[_0x59a701(0x309)][_0x59a701(0x2cc)](_0x59a701(0x2e9),_0x148ec0));for(const _0x1fc04e of _0x4c02fe[_0x59a701(0x307)][_0x59a701(0x2bc)](_0x1ed400[_0x59a701(0x2a9)])[_0x59a701(0x2c1)]())_0x34dfa6[_0x59a701(0x247)][_0x59a701(0x2c7)](_0x1fc04e,_0x17b89a[_0x59a701(0x342)]);_0x34dfa6[_0x59a701(0x247)][_0x59a701(0x2c7)](_0x1ed400[_0x59a701(0x2a9)],_0x17b89a[_0x59a701(0x342)]);}};_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x20e))[_0x43c12d(0x25f)](_0x2d69e4=>{const _0x323841=_0x43c12d;_0x2d69e4['on'](_0x323841(0x344),(_0x447074,_0x2e496d,_0x2f0894)=>{const _0x6ea8d3=_0x323841;_0x2f0894[_0x6ea8d3(0x1e1)][_0x6ea8d3(0x2a1)]&&_0x1720c0({'showActiveMarkers':!0x1})(_0x447074,_0x2e496d,_0x2f0894);},{'priority':_0x323841(0x230)});}),_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x20e))[_0x43c12d(0x25f)](_0x373a69=>{const _0x49abd8=_0x43c12d;_0x373a69['on'](_0x49abd8(0x2c0),(_0x514203,_0x175ce0,_0x31f8dc)=>{const _0x2dab64=_0x49abd8;_0x31f8dc[_0x2dab64(0x1e1)][_0x2dab64(0x2a1)]&&_0x1720c0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x514203,_0x175ce0,_0x31f8dc);},{'priority':_0x49abd8(0x230)});}),_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x20e))[_0x43c12d(0x20d)]({'model':_0x43c12d(0x1ea),'view':(_0x558959,_0x488ab0)=>_0x488ab0[_0x43c12d(0x1e1)][_0x43c12d(0x2a1)]?null:{'group':_0x43c12d(0x1ea),'name':_0x558959[_0x43c12d(0x299)](0xb)}}),_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x377))[_0x43c12d(0x219)]({'view':{'name':_0x43c12d(0x1ea),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x3537d6,{writer:_0x3f8cf9})=>{const _0x46aa8f=_0x43c12d;let _0x406a71=_0x46aa8f(0x324)+_0x3537d6[_0x46aa8f(0x286)](_0x46aa8f(0x35b))+':'+_0x3537d6[_0x46aa8f(0x286)]('id');return _0x3537d6[_0x46aa8f(0x286)](_0x46aa8f(0x26c))&&(_0x406a71+=':'+_0x3537d6[_0x46aa8f(0x286)](_0x46aa8f(0x26c))),_0x3f8cf9[_0x46aa8f(0x373)](_0x46aa8f(0x2b7),{'data-name':_0x406a71});}}),_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x377))[_0x43c12d(0x31d)]({'view':_0x43c12d(0x1ea)}),_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x350))[_0x43c12d(0x25f)](_0x23c200=>{const _0x5f217a=_0x43c12d;_0x23c200['on'](_0x5f217a(0x344),_0x1720c0(),{'priority':_0x5f217a(0x222)});}),_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x350))[_0x43c12d(0x25f)](_0x4e5a2c=>{const _0x3be33c=_0x43c12d;_0x4e5a2c['on'](_0x3be33c(0x2c0),_0x1720c0({'isAttributeSuggestion':!0x0}),{'priority':_0x3be33c(0x222)});}),_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x350))[_0x43c12d(0x25f)](_0x1fb71f=>{const _0x3c9a56=_0x43c12d;_0x1fb71f['on'](_0x3c9a56(0x355),(_0x4760,_0x1bed6a,_0x5b53a8)=>{const _0x1d968e=_0x3c9a56,_0xda13f2=_0x5b53a8[_0x1d968e(0x2ee)][_0x1d968e(0x209)](_0x1bed6a[_0x1d968e(0x24f)]);if(_0xda13f2){for(const _0x428301 of _0xda13f2)_0x428301[_0x1d968e(0x261)](_0x1d968e(0x2b4))||(_0x5b53a8[_0x1d968e(0x309)][_0x1d968e(0x2cc)]([_0x1d968e(0x1da),_0x1d968e(0x23a),_0x1d968e(0x2e9)],_0x428301),_0x5b53a8[_0x1d968e(0x309)][_0x1d968e(0x1d9)](_0x1d968e(0x25a),_0x428301),_0x5b53a8[_0x1d968e(0x2ee)][_0x1d968e(0x2e6)](_0x428301,_0x1bed6a[_0x1d968e(0x24f)]));}},{'priority':_0x3c9a56(0x222)});}),_0x4c02fe[_0x43c12d(0x1ee)][_0x43c12d(0x366)](_0x43c12d(0x350))[_0x43c12d(0x25f)](_0x19bcef=>{const _0x1e1a63=_0x43c12d;_0x19bcef['on'](_0x1e1a63(0x23c),(_0xe526b1,_0x627f42,_0x2b9bd6)=>{const _0x46322a=_0x1e1a63,_0x368f08=_0x2b9bd6[_0x46322a(0x2ee)][_0x46322a(0x209)](_0x627f42[_0x46322a(0x24f)]);if(!_0x368f08)return;const {id:_0x557d82}=this[_0x46322a(0x1fd)](_0x627f42[_0x46322a(0x24f)]),_0x493a63=this[_0x46322a(0x287)][_0x46322a(0x2f2)](_0x557d82),_0x5ced79=this[_0x46322a(0x1f9)](_0x493a63);if(this[_0x46322a(0x2c4)](_0x5ced79)){for(const _0xe1f322 of _0x368f08)_0xe1f322[_0x46322a(0x261)](_0x46322a(0x2b4))||(_0x2b9bd6[_0x46322a(0x309)][_0x46322a(0x2cc)]([_0x46322a(0x1da),_0x46322a(0x23a),_0x46322a(0x2e9)],_0xe1f322),_0x2b9bd6[_0x46322a(0x309)][_0x46322a(0x1d9)](_0x46322a(0x25a),_0xe1f322),_0x2b9bd6[_0x46322a(0x2ee)][_0x46322a(0x2e6)](_0xe1f322,_0x627f42[_0x46322a(0x24f)]));}},{'priority':_0x1e1a63(0x222)});}),_0x4c02fe[_0x43c12d(0x307)][_0x43c12d(0x232)][_0x43c12d(0x221)](_0x110d1d=>{const _0x3073bb=_0x43c12d;let _0x4c289a=!0x1;const _0xd4dce5=Array[_0x3073bb(0x273)](_0x4c02fe[_0x3073bb(0x307)][_0x3073bb(0x232)][_0x3073bb(0x212)][_0x3073bb(0x254)]()),_0x2435fa=new Set();for(const {name:_0x1d7b5d,data:_0xceaf81}of _0xd4dce5){const {group:_0x2f9871,type:_0x17db1a,subType:_0x137044,id:_0x41de13}=this[_0x3073bb(0x1fd)](_0x1d7b5d);if(_0x3073bb(0x1ea)!==_0x2f9871)continue;const _0x1b3bc0=this[_0x3073bb(0x287)][_0x3073bb(0x2f2)](_0x41de13);if(null!=_0xceaf81[_0x3073bb(0x21c)]){_0x3073bb(0x32e)==_0x17db1a&&(_0x4c289a=_0x4c289a||Tt(_0xceaf81[_0x3073bb(0x21c)],_0x1d7b5d,_0x110d1d,_0x4c02fe[_0x3073bb(0x307)][_0x3073bb(0x1f6)]));const _0x11157b=_0x3073bb(0x279)==_0x17db1a&&this[_0x3073bb(0x2c4)](_0x137044[_0x3073bb(0x2ec)]('|')[0x0]);if(_0xceaf81[_0x3073bb(0x21c)][_0x3073bb(0x2b1)]||_0x3073bb(0x270)==_0xceaf81[_0x3073bb(0x21c)][_0x3073bb(0x1d6)][_0x3073bb(0x2d9)]||_0x3073bb(0x303)==_0x17db1a&&!Vt(_0xceaf81[_0x3073bb(0x21c)])||_0x11157b&&!Vt(_0xceaf81[_0x3073bb(0x21c)])||_0x3073bb(0x35d)==_0x17db1a&&!(!Rt(_0x3d1901=_0xceaf81[_0x3073bb(0x21c)])&&!function(_0x59c093){const _0x3d81f3=_0x3073bb;return _0x59c093[_0x3d81f3(0x1e5)][_0x3d81f3(0x2ae)]==_0x59c093[_0x3d81f3(0x203)][_0x3d81f3(0x28f)]&&_0x59c093[_0x3d81f3(0x1e5)][_0x3d81f3(0x246)];}(_0x3d1901)))_0x110d1d[_0x3073bb(0x362)](_0x1d7b5d),_0x4c289a=!0x0;else{if(!_0x1b3bc0||!_0x1b3bc0[_0x3073bb(0x1e8)])continue;_0x2435fa[_0x3073bb(0x25f)](_0x1b3bc0);}}}var _0x3d1901;return _0x2435fa[_0x3073bb(0x1dc)]>0x0&&(_0x4c289a=!!this[_0x3073bb(0x229)](_0x2435fa)||_0x4c289a),_0x4c289a;}),_0x4c02fe[_0x43c12d(0x307)][_0x43c12d(0x232)][_0x43c12d(0x221)](_0x1608c8=>{const _0x5eb5ae=_0x43c12d;let _0x442fc8=!0x1;for(const _0x238085 of _0x4c02fe[_0x5eb5ae(0x307)][_0x5eb5ae(0x232)][_0x5eb5ae(0x212)][_0x5eb5ae(0x24d)]())if(_0x5eb5ae(0x2f7)==_0x238085[_0x5eb5ae(0x332)])for(const _0x41dd60 of this[_0x5eb5ae(0x287)][_0x5eb5ae(0x29f)]()){if(_0x41dd60[_0x5eb5ae(0x207)]||!_0x41dd60[_0x5eb5ae(0x1e8)])continue;const _0x141e93=_0x5eb5ae(0x303)==_0x41dd60[_0x5eb5ae(0x332)],_0x4be550=this[_0x5eb5ae(0x1f9)](_0x41dd60),_0x3cffdd=_0x4be550&&this[_0x5eb5ae(0x2c4)](_0x4be550);if(!_0x141e93&&!_0x3cffdd)continue;const _0x2b753d=_0x41dd60[_0x5eb5ae(0x2de)]();if(_0x2b753d[_0x5eb5ae(0x1e5)][_0x5eb5ae(0x2ae)]!=_0x2b753d[_0x5eb5ae(0x203)][_0x5eb5ae(0x2ae)]&&!_0x2b753d[_0x5eb5ae(0x203)][_0x5eb5ae(0x246)]){const _0x583dcc=_0x4c02fe[_0x5eb5ae(0x307)][_0x5eb5ae(0x236)](_0x2b753d[_0x5eb5ae(0x1e5)][_0x5eb5ae(0x289)],_0x5eb5ae(0x203)),_0x5a3e26=_0x4c02fe[_0x5eb5ae(0x307)][_0x5eb5ae(0x231)](_0x2b753d[_0x5eb5ae(0x1e5)],_0x583dcc);_0x1608c8[_0x5eb5ae(0x239)](_0x41dd60[_0x5eb5ae(0x365)](),{'range':_0x5a3e26}),_0x442fc8=!0x0;}}return _0x442fc8;}),_0x4c02fe[_0x43c12d(0x307)][_0x43c12d(0x232)][_0x43c12d(0x221)](_0x15ae62=>this[_0x43c12d(0x331)](_0x15ae62)),_0x4c02fe[_0x43c12d(0x307)][_0x43c12d(0x232)][_0x43c12d(0x221)](_0x50a833=>!_0x50a833[_0x43c12d(0x2b6)][_0x43c12d(0x37f)]&&this[_0x43c12d(0x21d)](_0x50a833)),_0x4c02fe[_0x43c12d(0x307)]['on'](_0x43c12d(0x31b),()=>{const _0x16e0c9=_0x43c12d;this[_0x16e0c9(0x34a)]=!0x1;}),_0x4c02fe[_0x43c12d(0x307)][_0x43c12d(0x232)]['on'](_0x43c12d(0x1fa),(_0x24921e,_0x4c26df)=>{const _0x236fc7=_0x43c12d;if(!_0x4c26df[_0x236fc7(0x37f)]||_0x4c26df[_0x236fc7(0x245)])return;if(!this[_0x236fc7(0x34a)])return;const _0x567cb3=_0x4c02fe[_0x236fc7(0x307)][_0x236fc7(0x232)][_0x236fc7(0x212)][_0x236fc7(0x24d)]();if(0x0==_0x567cb3[_0x236fc7(0x23d)])return;const _0xf0d525=[],_0x466ee4=_0x567cb3[_0x236fc7(0x30f)](_0x4e1cef=>_0x236fc7(0x279)==_0x4e1cef[_0x236fc7(0x332)]),_0x2835f0=_0x567cb3[_0x236fc7(0x30f)](_0x369a35=>_0x236fc7(0x2f7)==_0x369a35[_0x236fc7(0x332)]&&_0x236fc7(0x2c9)!=_0x369a35[_0x236fc7(0x342)]),_0x33dcab=_0x567cb3[_0x236fc7(0x30f)](_0x510501=>_0x236fc7(0x2bd)==_0x510501[_0x236fc7(0x332)]&&_0x236fc7(0x2c9)!=_0x510501[_0x236fc7(0x342)]);for(const _0x152352 of _0x466ee4)this[_0x236fc7(0x349)](_0x152352[_0x236fc7(0x215)])&&_0xf0d525[_0x236fc7(0x272)]({'key':_0x152352[_0x236fc7(0x215)],'newValue':_0x152352[_0x236fc7(0x2d8)],'oldValue':_0x152352[_0x236fc7(0x2cf)],'range':Ut(_0x152352[_0x236fc7(0x30c)],_0x4c02fe[_0x236fc7(0x307)])});for(const _0xa87d25 of _0x2835f0){const _0x52770c=_0x33dcab[_0x236fc7(0x382)](_0x33886b=>_0x33886b[_0x236fc7(0x311)]===_0xa87d25[_0x236fc7(0x311)]);if(_0x52770c){const _0x4cac04=Ot(_0xa87d25[_0x236fc7(0x372)][_0x236fc7(0x289)],_0x4c02fe[_0x236fc7(0x307)]);_0x52770c[_0x236fc7(0x342)]!==_0xa87d25[_0x236fc7(0x342)]&&_0xf0d525[_0x236fc7(0x272)]({'key':_0x236fc7(0x357),'newValue':_0xa87d25[_0x236fc7(0x342)],'oldValue':_0x52770c[_0x236fc7(0x342)],'range':_0x4cac04});for(const [_0x5da5a5,_0x5f5392]of _0x52770c[_0x236fc7(0x322)]){if(!this[_0x236fc7(0x349)](_0x5da5a5))continue;const _0x4d3f73=_0xa87d25[_0x236fc7(0x322)][_0x236fc7(0x2f2)](_0x5da5a5);_0x5f5392!==_0x4d3f73&&_0xf0d525[_0x236fc7(0x272)]({'key':_0x5da5a5,'newValue':_0x4d3f73,'oldValue':_0x5f5392,'range':_0x4cac04});}for(const [_0x56f005,_0xf8c123]of _0xa87d25[_0x236fc7(0x322)])this[_0x236fc7(0x349)](_0x56f005)&&(_0x52770c[_0x236fc7(0x322)][_0x236fc7(0x2f5)](_0x56f005)||_0xf0d525[_0x236fc7(0x272)]({'key':_0x56f005,'newValue':_0xf8c123,'oldValue':null,'range':_0x4cac04}));}}0x0!=_0xf0d525[_0x236fc7(0x23d)]&&_0x4c02fe[_0x236fc7(0x307)][_0x236fc7(0x1fc)](_0x4c26df,_0x363c86=>{const _0x40ae8a=_0x236fc7,_0x38bc4c=_0x4b3120();for(const {range:_0x61ee23,key:_0x12f40f,oldValue:_0x26a358,newValue:_0x478323}of _0xf0d525)this[_0x40ae8a(0x1df)](_0x61ee23,_0x12f40f,_0x26a358,_0x478323,{'groupId':_0x38bc4c});this[_0x40ae8a(0x200)](_0x363c86,_0xf0d525);});},{'priority':_0x43c12d(0x2c3)}),_0x4c02fe[_0x43c12d(0x307)][_0x43c12d(0x36a)]['on'](_0x43c12d(0x244),(_0x4fbde3,_0x3a5eab,_0x40f5ab)=>{const _0x4ecb21=_0x43c12d;if(null==_0x40f5ab){const {id:_0xbc8d1b}=this[_0x4ecb21(0x1fd)](_0x3a5eab[_0x4ecb21(0x342)]),_0x1342e0=this[_0x4ecb21(0x287)][_0x4ecb21(0x2f2)](_0xbc8d1b);_0x1342e0&&_0x1342e0[_0x4ecb21(0x384)](_0x3a5eab[_0x4ecb21(0x342)]);}}),_0x4c02fe[_0x43c12d(0x307)][_0x43c12d(0x232)]['on'](_0x43c12d(0x1fa),()=>{const _0x5e1375=_0x43c12d,_0x57ab97=Array[_0x5e1375(0x273)](_0x4c02fe[_0x5e1375(0x307)][_0x5e1375(0x232)][_0x5e1375(0x212)][_0x5e1375(0x254)]())[_0x5e1375(0x30f)](_0x3b5d99=>_0x5e1375(0x1ea)===this[_0x5e1375(0x1fd)](_0x3b5d99[_0x5e1375(0x342)])[_0x5e1375(0x378)]);if(0x0===_0x57ab97[_0x5e1375(0x23d)])return;_0x57ab97[_0x5e1375(0x2c2)]((_0x6ccbb3,_0x1a79a5)=>{const _0xcb90fe=_0x5e1375,_0x305e65=_0x6ccbb3[_0xcb90fe(0x381)][_0xcb90fe(0x346)],_0xb2962d=_0x1a79a5[_0xcb90fe(0x381)][_0xcb90fe(0x346)];return null===_0x305e65&&null===_0xb2962d?0x0:null===_0x305e65&&null!==_0xb2962d?-0x1:null!==_0x305e65&&null===_0xb2962d?0x1:_0x305e65[_0xcb90fe(0x1e5)][_0xcb90fe(0x368)](_0xb2962d[_0xcb90fe(0x1e5)])?-0x1:0x1;});const _0x55bf6d=new Set(),_0x34765e=new Set();for(const {name:_0x5355cb,data:_0x356189}of _0x57ab97){const {id:_0x1b603c}=this[_0x5e1375(0x1fd)](_0x5355cb);if(null===_0x356189[_0x5e1375(0x346)]){const _0x172b9a=this[_0x5e1375(0x35e)](_0x5355cb);_0x34765e[_0x5e1375(0x25f)](_0x172b9a);}else{const _0x575af6=this[_0x5e1375(0x287)][_0x5e1375(0x2f2)](_0x1b603c);null!==_0x356189[_0x5e1375(0x21c)]||_0x575af6[_0x5e1375(0x1e8)]?(_0x55bf6d[_0x5e1375(0x25f)](_0x575af6[_0x5e1375(0x1f3)]),_0x34765e[_0x5e1375(0x25f)](_0x575af6)):this[_0x5e1375(0x34e)](_0x575af6);}}_0x34765e[_0x5e1375(0x1dc)]>0x0&&this[_0x5e1375(0x2cd)](_0x34765e);for(const _0x21c541 of _0x55bf6d)this[_0x5e1375(0x292)](_0x5e1375(0x333),_0x21c541);}),_0x4c02fe[_0x43c12d(0x307)]['on'](_0x43c12d(0x37a),(_0x54ce19,_0x28db10)=>{const _0x1bdec7=_0x43c12d,_0x53d26d=_0x28db10[0x0];if(!this[_0x1bdec7(0x287)][_0x1bdec7(0x1dc)])return;if(!_0x53d26d[_0x1bdec7(0x33c)])return;if(_0x53d26d[_0x1bdec7(0x2b6)][_0x1bdec7(0x245)]||!_0x53d26d[_0x1bdec7(0x2b6)][_0x1bdec7(0x37f)])return;let _0x1bf6b8,_0x1ab65d;switch(_0x53d26d[_0x1bdec7(0x332)]){case _0x1bdec7(0x2f7):_0x1bf6b8=_0x4c02fe[_0x1bdec7(0x307)][_0x1bdec7(0x236)](_0x53d26d[_0x1bdec7(0x372)]),_0x1ab65d=_0x1bf6b8[_0x1bdec7(0x228)](_0x53d26d[_0x1bdec7(0x2ba)]);break;case _0x1bdec7(0x2ec):_0x1bf6b8=_0x4c02fe[_0x1bdec7(0x307)][_0x1bdec7(0x236)](_0x53d26d[_0x1bdec7(0x36d)]),_0x1ab65d=_0x4c02fe[_0x1bdec7(0x307)][_0x1bdec7(0x236)](_0x53d26d[_0x1bdec7(0x205)]);break;case _0x1bdec7(0x2a2):_0x1bf6b8=_0x4c02fe[_0x1bdec7(0x307)][_0x1bdec7(0x236)](_0x53d26d[_0x1bdec7(0x225)]),_0x1ab65d=_0x1bf6b8[_0x1bdec7(0x228)](_0x53d26d[_0x1bdec7(0x2ba)]);break;default:return;}const _0x37b9e1=_0x4c02fe[_0x1bdec7(0x307)][_0x1bdec7(0x231)](_0x1bf6b8,_0x1ab65d);_0x4c02fe[_0x1bdec7(0x307)][_0x1bdec7(0x2f1)](()=>{const _0x264092=_0x1bdec7;for(const {suggestion:_0x114b31,meta:_0x37f9f1}of this[_0x264092(0x1f7)](_0x37b9e1)){if(_0x114b31[_0x264092(0x207)])continue;if(_0x264092(0x32e)==_0x114b31[_0x264092(0x332)])continue;const _0x3bf9c0=this[_0x264092(0x1f9)](_0x114b31);if(_0x3bf9c0&&this[_0x264092(0x2c4)](_0x3bf9c0)&&_0x264092(0x2ec)!=_0x53d26d[_0x264092(0x332)])continue;const _0x2c2992=_0x114b31[_0x264092(0x381)]&&_0x114b31[_0x264092(0x381)][_0x264092(0x284)];(_0x264092(0x303)!=_0x114b31[_0x264092(0x332)]||_0x264092(0x2ec)==_0x53d26d[_0x264092(0x332)]&&!_0x2c2992)&&(_0x37f9f1[_0x264092(0x1d7)]||_0x264092(0x265)==_0x114b31[_0x264092(0x332)]&&_0x37f9f1[_0x264092(0x336)]||_0x114b31[_0x264092(0x2de)]()[_0x264092(0x295)](_0x37b9e1)&&this[_0x264092(0x2ce)](_0x114b31,_0x1bf6b8,_0x1ab65d));}});},{'priority':_0x43c12d(0x2c3)}),_0x4c02fe[_0x43c12d(0x307)]['on'](_0x43c12d(0x37e),(_0x38f726,_0x5a90e3)=>{const _0x1cab58=_0x43c12d,_0x4ae051=_0x5a90e3[0x0],_0x5723a5=_0x5a90e3[0x1];if(_0x5723a5&&_0x5723a5[_0x1cab58(0x260)])return;if(this[_0x1cab58(0x363)])return;if(!this[_0x1cab58(0x1de)][_0x1cab58(0x2a6)])return;if(_0x4ae051[_0x1cab58(0x2b1)])return;const _0x5f163a=_0x4c02fe[_0x1cab58(0x307)][_0x1cab58(0x1f6)],{start:_0x23ee2a,end:_0x390ea6}=_0x4ae051[_0x1cab58(0x2de)](),_0x3eb199=_0x23ee2a[_0x1cab58(0x289)]&&_0x5f163a[_0x1cab58(0x31c)](_0x23ee2a[_0x1cab58(0x289)])?null:_0x5f163a[_0x1cab58(0x24e)](_0x23ee2a,_0x1cab58(0x27a)),_0x141480=_0x390ea6[_0x1cab58(0x28f)]&&_0x5f163a[_0x1cab58(0x31c)](_0x390ea6[_0x1cab58(0x28f)])?null:_0x5f163a[_0x1cab58(0x24e)](_0x390ea6,_0x1cab58(0x2a0)),_0x271bf2=_0x4c02fe[_0x1cab58(0x307)][_0x1cab58(0x231)](_0x3eb199?_0x3eb199[_0x1cab58(0x1e5)]:_0x23ee2a,_0x141480?_0x141480[_0x1cab58(0x203)]:_0x390ea6);_0x4c02fe[_0x1cab58(0x307)][_0x1cab58(0x2f1)](_0x5cf820=>{const _0x117ad9=_0x1cab58;this[_0x117ad9(0x1f8)](_0x271bf2);const _0x4e8e22=_0x4c02fe[_0x117ad9(0x307)][_0x117ad9(0x1f6)][_0x117ad9(0x24e)](_0x271bf2[_0x117ad9(0x1e5)]);_0x4ae051['is'](_0x117ad9(0x2a4))?_0x5cf820[_0x117ad9(0x2e5)](_0x4e8e22):_0x4ae051[_0x117ad9(0x2b0)](_0x4e8e22);}),_0x38f726[_0x1cab58(0x360)]();},{'priority':_0x226de2[_0x43c12d(0x218)]+0xa}),_0x4c02fe[_0x43c12d(0x307)]['on'](_0x43c12d(0x2f6),(_0x15b3ee,_0x34d3ce)=>{const _0x314543=_0x43c12d,_0x5e9581=_0x34d3ce[_0x34d3ce[_0x314543(0x23d)]-0x1];_0x5e9581&&_0x5e9581[_0x314543(0x260)]||this[_0x314543(0x363)]||this[_0x314543(0x1de)][_0x314543(0x2a6)]&&(_0x4c02fe[_0x314543(0x307)][_0x314543(0x2f1)](()=>{const _0x2b1a82=_0x314543;let _0x422573=_0x4c02fe[_0x2b1a82(0x307)][_0x2b1a82(0x2f6)](_0x34d3ce[0x0],_0x34d3ce[0x1],_0x34d3ce[0x2],{'forceDefaultExecution':!0x0});if(!_0x422573)return;_0x15b3ee[_0x2b1a82(0x252)]=_0x422573[_0x2b1a82(0x291)]();const _0x297ba6=_0x422573[_0x2b1a82(0x203)][_0x2b1a82(0x28f)],_0x10777f=_0x4c02fe[_0x2b1a82(0x307)][_0x2b1a82(0x1f6)];_0x297ba6&&_0x10777f[_0x2b1a82(0x281)](_0x297ba6)&&!_0x10777f[_0x2b1a82(0x269)](_0x297ba6)&&(_0x422573=_0x4c02fe[_0x2b1a82(0x307)][_0x2b1a82(0x231)](_0x422573[_0x2b1a82(0x1e5)],_0x4c02fe[_0x2b1a82(0x307)][_0x2b1a82(0x236)](_0x297ba6,_0x2b1a82(0x203)))),this[_0x2b1a82(0x240)](_0x422573);}),_0x15b3ee[_0x314543(0x360)]());},{'priority':_0x43c12d(0x222)}),this[_0x43c12d(0x211)][_0x43c12d(0x33f)][_0x43c12d(0x25f)](_0x43c12d(0x32f),this[_0x43c12d(0x1de)]),this[_0x43c12d(0x21f)](_0x43c12d(0x32f));const _0x193fde=new _0x24428b(_0x4c02fe,this[_0x43c12d(0x287)]);_0x4c02fe[_0x43c12d(0x33f)][_0x43c12d(0x25f)](_0x43c12d(0x305),_0x193fde),this[_0x43c12d(0x21f)](_0x43c12d(0x305));const _0x26f182=new _0x418b1a(_0x4c02fe,this[_0x43c12d(0x287)]);_0x4c02fe[_0x43c12d(0x33f)][_0x43c12d(0x25f)](_0x43c12d(0x22f),_0x26f182),this[_0x43c12d(0x21f)](_0x43c12d(0x22f)),_0x4c02fe[_0x43c12d(0x33f)][_0x43c12d(0x25f)](_0x43c12d(0x29a),new _0x67c6de(_0x4c02fe,_0x193fde,this[_0x43c12d(0x287)])),this[_0x43c12d(0x21f)](_0x43c12d(0x29a)),_0x4c02fe[_0x43c12d(0x33f)][_0x43c12d(0x25f)](_0x43c12d(0x353),new _0x67c6de(_0x4c02fe,_0x26f182,this[_0x43c12d(0x287)])),this[_0x43c12d(0x21f)](_0x43c12d(0x353)),_0x4c02fe[_0x43c12d(0x33f)][_0x43c12d(0x25f)](_0x43c12d(0x367),new _0x1736d1(_0x4c02fe,_0x193fde,this[_0x43c12d(0x287)])),this[_0x43c12d(0x21f)](_0x43c12d(0x367)),_0x4c02fe[_0x43c12d(0x33f)][_0x43c12d(0x25f)](_0x43c12d(0x2d0),new _0x1736d1(_0x4c02fe,_0x26f182,this[_0x43c12d(0x287)])),this[_0x43c12d(0x21f)](_0x43c12d(0x2d0));const _0x44c8eb=_0x4c02fe[_0x43c12d(0x1fe)][_0x43c12d(0x2f2)](_0x43c12d(0x23e));this[_0x43c12d(0x28a)](_0x44c8eb,_0x43c12d(0x256),(_0x13bd12,{threadId:_0x445d8c})=>{const _0x250d6d=_0x43c12d,_0x567249=this[_0x250d6d(0x287)][_0x250d6d(0x2f2)](_0x445d8c);_0x567249&&_0x567249[_0x250d6d(0x379)]&&0x1===_0x567249[_0x250d6d(0x379)][_0x250d6d(0x23d)]&&this[_0x250d6d(0x1e9)](_0x445d8c,{'hasComments':!0x0});},{'priority':_0x43c12d(0x36f)}),this[_0x43c12d(0x28a)](_0x44c8eb,_0x43c12d(0x376),(_0x5aca84,{threadId:_0x141ac7})=>{const _0x337654=_0x43c12d,_0x26d9ef=this[_0x337654(0x287)][_0x337654(0x2f2)](_0x141ac7);_0x26d9ef&&_0x26d9ef[_0x337654(0x379)]&&!_0x26d9ef[_0x337654(0x379)][_0x337654(0x23d)]&&this[_0x337654(0x1e9)](_0x141ac7,{'hasComments':!0x1});},{'priority':_0x43c12d(0x36f)});}set[_0xdae29a(0x2f9)](_0x25436d){const _0x5e133c=_0xdae29a;if(this[_0x5e133c(0x343)])throw new _0x9eac59(_0x5e133c(0x2df),this);this[_0x5e133c(0x343)]=_0x25436d;}get[_0xdae29a(0x2f9)](){const _0x5abf37=_0xdae29a;return this[_0x5abf37(0x343)];}[_0xdae29a(0x323)]({skipNotAttached:_0x53c1b6=!0x1,toJSON:_0x248593=!0x1}={}){const _0xef27f=_0xdae29a,_0x2b094f=[];for(const _0x397f3a of this[_0xef27f(0x287)][_0xef27f(0x29f)]())_0x53c1b6&&!_0x397f3a[_0xef27f(0x1e8)]||_0x2b094f[_0xef27f(0x272)](_0x397f3a);return _0x248593?_0x2b094f[_0xef27f(0x314)](_0x35c3b4=>_0x35c3b4[_0xef27f(0x29d)]()):_0x2b094f;}[_0xdae29a(0x327)](_0x49ba2f){const _0xfa725d=_0xdae29a,_0x20d01b=this[_0xfa725d(0x287)][_0xfa725d(0x2f2)](_0x49ba2f);if(!_0x20d01b)throw new _0x9eac59(_0xfa725d(0x27f),this);return _0x20d01b;}[_0xdae29a(0x249)](_0xa8007f){const _0x5bd381=_0xdae29a;return this[_0x5bd381(0x287)][_0x5bd381(0x2f5)](_0xa8007f);}[_0xdae29a(0x28b)](_0xe2d77f){const _0x1e316f=_0xdae29a,{authorId:_0x576c37,id:_0x46e3f3,attributes:_0x3a298a}=_0xe2d77f,[_0x3897a7,_0x402008]=_0xe2d77f[_0x1e316f(0x332)][_0x1e316f(0x2ec)](':'),_0x10fff1=this[_0x1e316f(0x287)][_0x1e316f(0x2f2)](_0x46e3f3)||this[_0x1e316f(0x259)](_0x3897a7,_0x402008,_0x46e3f3,_0x576c37,_0x3a298a);if(this[_0x1e316f(0x338)](_0x10fff1),this[_0x1e316f(0x337)](_0x10fff1,_0x3897a7,_0x402008||null,_0x576c37),_0x10fff1[_0x1e316f(0x34f)]=_0xe2d77f[_0x1e316f(0x34f)],_0x10fff1[_0x1e316f(0x2cb)]=!0x0,_0x3a298a&&_0x3a298a[_0x1e316f(0x22a)]){const _0x422ae4=_0x3a298a[_0x1e316f(0x22a)],_0x301a9d=this[_0x1e316f(0x32d)](_0x422ae4[_0x1e316f(0x237)]);_0x10fff1[_0x1e316f(0x2be)]=_0x422ae4[_0x1e316f(0x34f)],_0x10fff1[_0x1e316f(0x35a)]=_0x301a9d,_0x10fff1[_0x1e316f(0x1eb)]=!0x0;}else _0x10fff1[_0x1e316f(0x2be)]=_0xe2d77f[_0x1e316f(0x34f)];switch(_0xe2d77f[_0x1e316f(0x381)]&&(_0x10fff1[_0x1e316f(0x381)]=_0xe2d77f[_0x1e316f(0x381)]),_0xe2d77f[_0x1e316f(0x322)]&&(_0x10fff1[_0x1e316f(0x322)]=_0xe2d77f[_0x1e316f(0x322)]),this[_0x1e316f(0x343)]&&this[_0x1e316f(0x343)][_0x1e316f(0x308)]||(_0x10fff1[_0x1e316f(0x320)]=!0x0),this[_0x1e316f(0x31a)][_0x1e316f(0x2f2)](_0x10fff1)){case _0x1e316f(0x2dd):this[_0x1e316f(0x31a)][_0x1e316f(0x2b2)](_0x10fff1,_0x1e316f(0x25d));break;case _0x1e316f(0x2f3):_0x10fff1[_0x1e316f(0x1e8)]?(this[_0x1e316f(0x229)](new Set([_0x10fff1])),this[_0x1e316f(0x2cd)](new Set([_0x10fff1])),this[_0x1e316f(0x31a)][_0x1e316f(0x2b2)](_0x10fff1,_0x1e316f(0x2db)),this[_0x1e316f(0x292)](_0x1e316f(0x208),_0x10fff1)):this[_0x1e316f(0x31a)][_0x1e316f(0x2b2)](_0x10fff1,_0x1e316f(0x354));}return _0x10fff1;}[_0xdae29a(0x305)](_0x37213a){const _0x5089ad=_0xdae29a;this[_0x5089ad(0x260)](()=>{const _0x27727a=_0x5089ad;this[_0x27727a(0x211)][_0x27727a(0x307)][_0x27727a(0x2f1)](()=>{const _0x951fb6=_0x27727a;for(const _0x508bbd of _0x37213a[_0x951fb6(0x2ed)]())_0x508bbd[_0x951fb6(0x1e7)]();});});}[_0xdae29a(0x22f)](_0x2304ac){const _0x25f5b3=_0xdae29a;this[_0x25f5b3(0x260)](()=>{const _0x1cb308=_0x25f5b3;this[_0x1cb308(0x211)][_0x1cb308(0x307)][_0x1cb308(0x2f1)](()=>{const _0x4df6e1=_0x1cb308;for(const _0x5e5a9b of _0x2304ac[_0x4df6e1(0x2ed)]())_0x5e5a9b[_0x4df6e1(0x36c)]();});});}[_0xdae29a(0x21f)](_0x311b23,_0x24ace1){const _0x47ea51=_0xdae29a,_0x27ef89=this[_0x47ea51(0x211)][_0x47ea51(0x33f)][_0x47ea51(0x2f2)](_0x311b23);if(!_0x27ef89)throw new _0x9eac59(_0x47ea51(0x2b8),this,{'commandName':_0x311b23});if(this[_0x47ea51(0x358)][_0x47ea51(0x2f5)](_0x27ef89))throw new _0x9eac59(_0x47ea51(0x30d),this,{'commandName':_0x311b23});this[_0x47ea51(0x358)][_0x47ea51(0x25f)](_0x27ef89),_0x24ace1&&_0x27ef89['on'](_0x47ea51(0x2da),(_0x4cb5e8,_0x276a24)=>{const _0x3da775=_0x47ea51;this[_0x3da775(0x1de)][_0x3da775(0x2a6)]&&(this[_0x3da775(0x363)]||(_0x276a24[_0x3da775(0x23d)]>0x0&&_0x276a24[_0x276a24[_0x3da775(0x23d)]-0x1]&&_0x276a24[_0x276a24[_0x3da775(0x23d)]-0x1][_0x3da775(0x260)]?_0x276a24[_0x3da775(0x28c)]():(_0x4cb5e8[_0x3da775(0x252)]=_0x24ace1((..._0x277e1a)=>_0x27ef89[_0x3da775(0x2da)](..._0x277e1a,{'forceDefaultExecution':!0x0}),..._0x276a24),_0x4cb5e8[_0x3da775(0x360)]())));},{'priority':_0x47ea51(0x222)});}[_0xdae29a(0x260)](_0xd2a9bc){const _0x33d443=_0xdae29a;let _0x53c472,_0x52f277;const _0x2f254b=this[_0x33d443(0x363)];this[_0x33d443(0x363)]=!0x0;try{_0x53c472=_0xd2a9bc();}catch(_0x424050){_0x52f277=_0x424050;}return _0x2f254b||(this[_0x33d443(0x363)]=!0x1),_0x52f277&&_0x9eac59[_0x33d443(0x282)](_0x52f277,this),_0x53c472;}[_0xdae29a(0x240)](_0x13115e,_0x23e35=null,_0x167bf9={}){const _0x3e4454=_0xdae29a;if(_0x13115e[_0x3e4454(0x2b1)])return null;const _0x349c8c=this[_0x3e4454(0x211)][_0x3e4454(0x1fe)][_0x3e4454(0x2f2)](_0x3e4454(0x36b))['me'];for(const {suggestion:_0x1bd755,meta:_0x33242f}of this[_0x3e4454(0x1f7)](_0x13115e,_0x3e4454(0x265)))if(_0x33242f[_0x3e4454(0x336)]){if(!_0x33242f[_0x3e4454(0x37c)]){if(_0x33242f[_0x3e4454(0x1d7)]){if(!this[_0x3e4454(0x21a)]||!Pt(_0x1bd755,_0x167bf9))continue;return _0x1bd755;}if(Pt(_0x1bd755,_0x167bf9))return _0x1bd755;this[_0x3e4454(0x2ce)](_0x1bd755,_0x13115e[_0x3e4454(0x1e5)],_0x13115e[_0x3e4454(0x203)]);break;}if(_0x23e35==_0x1bd755[_0x3e4454(0x317)]&&Pt(_0x1bd755,_0x167bf9)){const _0x4b6023=_0x1bd755[_0x3e4454(0x2de)]();return _0x4b6023[_0x3e4454(0x1e5)][_0x3e4454(0x319)](_0x13115e[_0x3e4454(0x203)])?this[_0x3e4454(0x22e)](_0x1bd755,this[_0x3e4454(0x250)][_0x3e4454(0x231)](_0x13115e[_0x3e4454(0x1e5)],_0x4b6023[_0x3e4454(0x203)])):this[_0x3e4454(0x22e)](_0x1bd755,this[_0x3e4454(0x250)][_0x3e4454(0x231)](_0x4b6023[_0x3e4454(0x1e5)],_0x13115e[_0x3e4454(0x203)])),_0x1bd755;}}const _0x157f0b=_0x4b3120(),_0x29843e=_0x349c8c['id'],_0x1a22be=_0x23e35?_0x3e4454(0x275)+_0x23e35:_0x3e4454(0x265),_0x3e7160=this[_0x3e4454(0x302)]({'id':_0x157f0b,'type':_0x1a22be,'createdAt':new Date(),'authorId':_0x29843e,'attributes':_0x167bf9});return this[_0x3e4454(0x226)](_0x1a22be,_0x157f0b,_0x29843e,_0x13115e),_0x3e7160;}[_0xdae29a(0x2e1)](_0x1274ae,_0x49243c=_0xdae29a(0x25e),_0x25565b={}){const _0x474613=_0xdae29a,_0x1bf3f0=this[_0x474613(0x211)][_0x474613(0x1fe)][_0x474613(0x2f2)](_0x474613(0x36b))['me'],_0x11b030=this[_0x474613(0x22b)][_0x474613(0x235)](_0x474613(0x265),_0x49243c,_0x474613(0x27d));for(const _0x2f44b9 of this[_0x474613(0x323)]())if(_0x2f44b9[_0x474613(0x35a)]['id']==_0x1bf3f0['id']&&_0x474613(0x265)==_0x2f44b9[_0x474613(0x332)]&&_0x2f44b9[_0x474613(0x317)]==_0x49243c&&Pt(_0x2f44b9,_0x25565b)&&(_0x11b030(_0x2f44b9[_0x474613(0x255)](),_0x1274ae)||_0x11b030(_0x1274ae,_0x2f44b9[_0x474613(0x255)]()))){for(const _0x11530f of _0x1274ae)_0x2f44b9[_0x474613(0x1e4)](_0x11530f);return _0x2f44b9;}for(const {suggestion:_0xdeb0ba,meta:_0x21b53f}of this[_0x474613(0x1f7)](_0x1274ae,_0x474613(0x265))){if(!_0x21b53f[_0x474613(0x336)])continue;if(!this[_0x474613(0x21a)]&&_0x21b53f[_0x474613(0x1d7)])continue;if(!Pt(_0xdeb0ba,_0x25565b))continue;let _0x210cf3=!0x0;for(const _0x30f37f of _0xdeb0ba[_0x474613(0x255)]())for(const _0x28b2ec of _0x1274ae)if(!_0x30f37f[_0x474613(0x295)](_0x28b2ec)){_0x210cf3=!0x1;break;}if(_0x210cf3)return _0xdeb0ba;}const _0x3bfa82=_0x4b3120(),_0x12769e=_0x1bf3f0['id'],_0x326e98=_0x474613(0x275)+_0x49243c,_0x4fe7d8=this[_0x474613(0x302)]({'id':_0x3bfa82,'type':_0x326e98,'createdAt':new Date(),'authorId':_0x12769e,'attributes':_0x25565b});for(const _0x4efdd9 of _0x1274ae)this[_0x474613(0x226)](_0x326e98,_0x3bfa82,_0x12769e,_0x4efdd9,_0x49d2b6[_0x474613(0x361)]());return _0x4fe7d8;}[_0xdae29a(0x267)](_0x209677,_0x22c5ac,_0x2e32c0=null,_0xa04f83={}){const _0xbfd1a7=_0xdae29a;if(_0x2e32c0=_0x2e32c0||Et(_0x22c5ac),_0x209677[_0xbfd1a7(0x2b1)])return null;if(_0xbfd1a7(0x318)===this[_0xbfd1a7(0x2d3)]){const _0x97466c=this[_0xbfd1a7(0x22b)][_0xbfd1a7(0x235)](_0xbfd1a7(0x32e),_0x2e32c0,_0xbfd1a7(0x1e7));return this[_0xbfd1a7(0x260)](()=>_0x97466c([_0x209677],_0x22c5ac,_0xa04f83)),null;}const _0x415a37=this[_0xbfd1a7(0x211)][_0xbfd1a7(0x1fe)][_0xbfd1a7(0x2f2)](_0xbfd1a7(0x36b))['me'],_0x64d9c0=[];if(_0xbfd1a7(0x285)!==this[_0xbfd1a7(0x2d3)]){for(const {suggestion:_0x874c26,meta:_0x2bd154}of this[_0xbfd1a7(0x1f7)](_0x209677,_0xbfd1a7(0x265)))_0x2bd154[_0xbfd1a7(0x336)]&&!_0x2bd154[_0xbfd1a7(0x2d1)]&&_0x64d9c0[_0xbfd1a7(0x272)](..._0x874c26[_0xbfd1a7(0x255)]());}const _0x366f2b=function(_0x24971e,_0x1613ac){const _0x4112a2=_0xbfd1a7,_0x51e0f6=[];for(const _0x5de497 of _0x1613ac){const _0x2347b6=_0x24971e[_0x4112a2(0x2a5)](_0x5de497);_0x2347b6&&_0x51e0f6[_0x4112a2(0x272)](_0x2347b6);}return _0x51e0f6;}(_0x209677,_0x64d9c0),_0x1340f0=function(_0x4090c6,_0x42c763){const _0x3f0e44=_0xbfd1a7,_0x4e49dc=[_0x4090c6];for(const _0x1211cf of _0x42c763){let _0x1f1519=0x0;for(;_0x1f1519<_0x4e49dc[_0x3f0e44(0x23d)];){const _0x30338c=_0x4e49dc[_0x1f1519][_0x3f0e44(0x271)](_0x1211cf);_0x4e49dc[_0x3f0e44(0x21b)](_0x1f1519,0x1,..._0x30338c),_0x1f1519+=_0x30338c[_0x3f0e44(0x23d)];}}return _0x4e49dc;}(_0x209677,_0x64d9c0);_0x366f2b[_0xbfd1a7(0x23d)]&&this[_0xbfd1a7(0x250)][_0xbfd1a7(0x2f1)](()=>{const _0x1ba56b=_0xbfd1a7;for(const _0x629e73 of _0x366f2b){const _0x3b9db1=this[_0x1ba56b(0x22b)][_0x1ba56b(0x235)](_0x1ba56b(0x32e),_0x2e32c0,_0x1ba56b(0x1e7));this[_0x1ba56b(0x260)](()=>_0x3b9db1([_0x629e73],_0x22c5ac,_0xa04f83));}});for(const _0x4e54c5 of _0x1340f0){let _0x495c22=null,_0x254e91=_0x4e54c5[_0xbfd1a7(0x1e5)],_0x5b06e3=_0x4e54c5[_0xbfd1a7(0x203)];for(const {suggestion:_0x42ea3c,meta:_0x13ddaa}of this[_0xbfd1a7(0x1f7)](_0x4e54c5,_0xbfd1a7(0x32e))){if(!_0x13ddaa[_0xbfd1a7(0x336)])continue;if(_0x42ea3c[_0xbfd1a7(0x317)]!=_0x2e32c0)continue;if(!Pt(_0x42ea3c,_0xa04f83))continue;const _0xa8d517=_0x42ea3c[_0xbfd1a7(0x2de)]();if(_0xa8d517[_0xbfd1a7(0x295)](_0x4e54c5,!0x0))return null;_0x254e91=_0x254e91[_0xbfd1a7(0x368)](_0xa8d517[_0xbfd1a7(0x1e5)])?_0x254e91:_0xa8d517[_0xbfd1a7(0x1e5)],_0x5b06e3=_0x5b06e3[_0xbfd1a7(0x213)](_0xa8d517[_0xbfd1a7(0x203)])?_0x5b06e3:_0xa8d517[_0xbfd1a7(0x203)],_0x495c22?_0xa8d517[_0xbfd1a7(0x1e5)][_0xbfd1a7(0x368)](_0x495c22[_0xbfd1a7(0x2de)]()[_0xbfd1a7(0x1e5)])?(_0x495c22[_0xbfd1a7(0x24b)](),_0x495c22=_0x42ea3c):_0x42ea3c[_0xbfd1a7(0x24b)]():_0x495c22=_0x42ea3c;}const _0x33f88a=this[_0xbfd1a7(0x250)][_0xbfd1a7(0x231)](_0x254e91,_0x5b06e3);if(_0x495c22)this[_0xbfd1a7(0x22e)](_0x495c22,_0x33f88a);else{const _0x4dd7e9=_0x4b3120(),_0x752934=_0x415a37['id'];this[_0xbfd1a7(0x302)]({'id':_0x4dd7e9,'type':_0xbfd1a7(0x2dc)+_0x2e32c0,'data':_0x22c5ac,'createdAt':new Date(),'authorId':_0x752934,'attributes':_0xa04f83}),this[_0xbfd1a7(0x226)](_0xbfd1a7(0x2dc)+_0x2e32c0,_0x4dd7e9,_0x752934,_0x33f88a);}}return null;}[_0xdae29a(0x20a)](_0x24ca40,_0x36b4b1,_0x3ae7d1=[],_0x184a43=null,_0x38afb8={}){const _0x462e71=_0xdae29a;_0x36b4b1[_0x462e71(0x24a)]||(_0x36b4b1[_0x462e71(0x24a)]=_0x36b4b1[_0x462e71(0x283)]),_0x36b4b1[_0x462e71(0x284)]=_0x24ca40['is'](_0x462e71(0x30c)),_0x184a43=_0x184a43||Et(_0x36b4b1);const _0x7a637d=_0x3ae7d1[_0x462e71(0x314)](_0x48cc57=>Ot(_0x48cc57,this[_0x462e71(0x250)])),_0x373d79=_0x24ca40['is'](_0x462e71(0x30c))?_0x24ca40:Ot(_0x24ca40,this[_0x462e71(0x250)]);if(_0x462e71(0x318)===this[_0x462e71(0x2d3)]){const _0x1f123a=this[_0x462e71(0x22b)][_0x462e71(0x235)](_0x462e71(0x303),_0x184a43,_0x462e71(0x1e7));return this[_0x462e71(0x260)](()=>_0x1f123a([_0x373d79],_0x36b4b1,_0x38afb8)),null;}_0x7a637d[_0x462e71(0x272)](_0x373d79);let _0x4a7e31=!0x0;for(const _0xc44b6b of _0x7a637d)if(!this[_0x462e71(0x1e6)](_0xc44b6b)){_0x4a7e31=!0x1;break;}if(_0x4a7e31&&_0x462e71(0x285)!==this[_0x462e71(0x2d3)]){const _0x8d57a7=this[_0x462e71(0x22b)][_0x462e71(0x235)](_0x462e71(0x303),_0x184a43,_0x462e71(0x1e7));return this[_0x462e71(0x260)](()=>_0x8d57a7([_0x373d79],_0x36b4b1,_0x38afb8)),null;}let _0x373234=null,_0x408463=_0x373d79[_0x462e71(0x1e5)],_0x15baa1=_0x373d79[_0x462e71(0x203)];for(const {suggestion:_0x230be0,meta:_0x3990dd}of this[_0x462e71(0x1f7)](_0x373d79,_0x462e71(0x303))){if(!_0x3990dd[_0x462e71(0x336)])continue;if(_0x3990dd[_0x462e71(0x37c)]||_0x3990dd[_0x462e71(0x1d7)]||_0x3990dd[_0x462e71(0x2d1)])continue;if(_0x230be0[_0x462e71(0x381)][_0x462e71(0x24a)]!=_0x36b4b1[_0x462e71(0x24a)])continue;if(!Pt(_0x230be0,_0x38afb8))continue;const _0x4bac80=_0x230be0[_0x462e71(0x2de)]();if(_0x230be0[_0x462e71(0x317)]==_0x184a43){if(_0x4bac80[_0x462e71(0x295)](_0x373d79,!0x0))return null;_0x408463=_0x408463[_0x462e71(0x368)](_0x4bac80[_0x462e71(0x1e5)])?_0x408463:_0x4bac80[_0x462e71(0x1e5)],_0x15baa1=_0x15baa1[_0x462e71(0x213)](_0x4bac80[_0x462e71(0x203)])?_0x15baa1:_0x4bac80[_0x462e71(0x203)],_0x373234?_0x4bac80[_0x462e71(0x1e5)][_0x462e71(0x368)](_0x373234[_0x462e71(0x2de)]()[_0x462e71(0x1e5)])?(_0x373234[_0x462e71(0x24b)](),_0x373234=_0x230be0):_0x230be0[_0x462e71(0x24b)]():_0x373234=_0x230be0;}else{const _0x38c78c=_0x373d79[_0x462e71(0x2a5)](_0x4bac80);this[_0x462e71(0x26b)](_0x230be0,_0x38c78c);}}const _0x3aae94=this[_0x462e71(0x211)][_0x462e71(0x1fe)][_0x462e71(0x2f2)](_0x462e71(0x36b))['me'],_0x553fe0=_0x4b3120(),_0x14512a=_0x3aae94['id'];if(_0x373234)return this[_0x462e71(0x22e)](_0x373234,this[_0x462e71(0x250)][_0x462e71(0x231)](_0x408463,_0x15baa1)),_0x373234;{const _0x5b2761=this[_0x462e71(0x302)]({'id':_0x553fe0,'type':_0x462e71(0x268)+_0x184a43,'data':_0x36b4b1,'createdAt':new Date(),'authorId':_0x14512a,'attributes':_0x38afb8});return this[_0x462e71(0x226)](_0x462e71(0x268)+_0x184a43,_0x553fe0,_0x14512a,this[_0x462e71(0x250)][_0x462e71(0x231)](_0x408463,_0x15baa1)),_0x5b2761;}}[_0xdae29a(0x2ff)](_0x6ca48b,_0x5a5ab3,_0x43b8a5=[],_0xf73bd2=null,_0x330d48={}){const _0xf31bff=_0xdae29a;_0x5a5ab3[_0xf31bff(0x24a)]||(_0x5a5ab3[_0xf31bff(0x24a)]=_0x5a5ab3[_0xf31bff(0x283)]);const _0x38371=_0x6ca48b[0x0];_0x5a5ab3[_0xf31bff(0x284)]=_0x38371['is'](_0xf31bff(0x30c)),_0xf73bd2=_0xf73bd2||Et(_0x5a5ab3);const _0x3ee5e2=_0x43b8a5[_0xf31bff(0x314)](_0x615c70=>Ot(_0x615c70,this[_0xf31bff(0x250)])),_0x346a24=_0x38371['is'](_0xf31bff(0x30c))?_0x6ca48b:_0x6ca48b[_0xf31bff(0x314)](_0x191c1e=>Ot(_0x191c1e,this[_0xf31bff(0x250)]));if(_0xf31bff(0x318)===this[_0xf31bff(0x2d3)]){const _0x3d2f04=this[_0xf31bff(0x22b)][_0xf31bff(0x235)](_0xf31bff(0x303),_0xf73bd2,_0xf31bff(0x1e7));return this[_0xf31bff(0x260)](()=>_0x3d2f04(_0x346a24,_0x5a5ab3,_0x330d48)),null;}_0x3ee5e2[_0xf31bff(0x272)](..._0x346a24);let _0x154b25=!0x0;for(const _0x21048f of _0x3ee5e2)if(!this[_0xf31bff(0x1e6)](_0x21048f)){_0x154b25=!0x1;break;}if(_0x154b25&&_0xf31bff(0x285)!==this[_0xf31bff(0x2d3)]){const _0xa2b3dd=this[_0xf31bff(0x22b)][_0xf31bff(0x235)](_0xf31bff(0x303),_0xf73bd2,_0xf31bff(0x1e7));return this[_0xf31bff(0x260)](()=>_0xa2b3dd(_0x346a24,_0x5a5ab3,_0x330d48)),null;}const _0x456276=this[_0xf31bff(0x211)][_0xf31bff(0x1fe)][_0xf31bff(0x2f2)](_0xf31bff(0x36b))['me'];for(const _0x3a24e5 of this[_0xf31bff(0x323)]()){if(_0x3a24e5[_0xf31bff(0x35a)]['id']!=_0x456276['id'])continue;if(_0xf31bff(0x303)!=_0x3a24e5[_0xf31bff(0x332)]||_0x3a24e5[_0xf31bff(0x381)][_0xf31bff(0x24a)]!=_0x5a5ab3[_0xf31bff(0x24a)])continue;if(!Pt(_0x3a24e5,_0x330d48))continue;const _0x1f1927=_0x3a24e5[_0xf31bff(0x317)]==_0xf73bd2;for(let _0x41f4b4=0x0;_0x41f4b4<_0x346a24[_0xf31bff(0x23d)];_0x41f4b4++){const _0x359221=_0x346a24[_0x41f4b4];for(const _0x236d35 of _0x3a24e5[_0xf31bff(0x234)]()){const _0x448d5d=_0x236d35[_0xf31bff(0x2e7)]();if(_0x359221[_0xf31bff(0x319)](_0x448d5d)){_0x1f1927?(_0x346a24[_0xf31bff(0x21b)](_0x41f4b4,0x1),_0x41f4b4--):_0x3a24e5[_0xf31bff(0x362)](_0x236d35[_0xf31bff(0x342)]);break;}}}}if(0x0==_0x346a24[_0xf31bff(0x23d)])return null;const _0x40755b=this[_0xf31bff(0x22b)][_0xf31bff(0x235)](_0xf31bff(0x303),_0xf73bd2,_0xf31bff(0x27d));for(const _0x43260e of this[_0xf31bff(0x323)]())if(_0x43260e[_0xf31bff(0x35a)]['id']==_0x456276['id']&&_0xf31bff(0x303)==_0x43260e[_0xf31bff(0x332)]&&_0x43260e[_0xf31bff(0x381)][_0xf31bff(0x24a)]==_0x5a5ab3[_0xf31bff(0x24a)]&&_0x43260e[_0xf31bff(0x317)]==_0xf73bd2&&Pt(_0x43260e,_0x330d48)&&(_0x40755b(_0x43260e[_0xf31bff(0x255)](),_0x346a24)||_0x40755b(_0x346a24,_0x43260e[_0xf31bff(0x255)]()))){for(const _0x3d1387 of _0x346a24)_0x43260e[_0xf31bff(0x1e4)](_0x3d1387);return _0x43260e;}const _0x547abf=_0x4b3120(),_0x19da2b=_0x456276['id'],_0x4daec2=_0xf31bff(0x268)+_0xf73bd2,_0x56d16d=this[_0xf31bff(0x302)]({'id':_0x547abf,'type':_0x4daec2,'data':_0x5a5ab3,'createdAt':new Date(),'authorId':_0x19da2b,'attributes':_0x330d48});for(const _0x25ecb8 of _0x346a24)this[_0xf31bff(0x226)](_0x4daec2,_0x547abf,_0x19da2b,_0x25ecb8,_0x49d2b6[_0xf31bff(0x361)]());return _0x56d16d;}[_0xdae29a(0x1f8)](_0x16bdae,_0x4b1a07=null,_0x138e6c={}){const _0x227c74=_0xdae29a;if(_0x16bdae[_0x227c74(0x2b1)])return null;const _0x106e52=this[_0x227c74(0x211)][_0x227c74(0x1fe)][_0x227c74(0x2f2)](_0x227c74(0x36b))['me'],_0x51137b=new _0x24962a(_0x16bdae[_0x227c74(0x1e5)],_0x16bdae[_0x227c74(0x203)]);for(const {suggestion:_0x2f1e46,meta:_0xda8a93}of this[_0x227c74(0x1f7)](_0x51137b,_0x227c74(0x265)))if(_0xda8a93[_0x227c74(0x336)]&&!_0xda8a93[_0x227c74(0x37c)]){if(_0x2f1e46[_0x227c74(0x207)]){const _0x6afe92=_0x2f1e46[_0x227c74(0x255)]()[_0x227c74(0x30f)](_0x23476f=>_0x227c74(0x270)!=_0x23476f[_0x227c74(0x1d6)][_0x227c74(0x2d9)]);_0x6afe92[_0x227c74(0x206)](_0x169575=>_0x51137b[_0x227c74(0x295)](_0x169575,!0x0))&&_0x2f1e46[_0x227c74(0x36c)]();if(_0x6afe92[_0x227c74(0x32a)](_0x185ec9=>_0x185ec9[_0x227c74(0x295)](_0x51137b,!0x0))){const _0x281fdb=this[_0x227c74(0x22b)][_0x227c74(0x235)](_0x227c74(0x35d),_0x4b1a07,_0x227c74(0x1e7));return this[_0x227c74(0x260)](()=>_0x281fdb([_0x51137b],null,_0x138e6c)),null;}}else{const _0x28cb47=_0x51137b[_0x227c74(0x2a5)](_0x2f1e46[_0x227c74(0x2de)]());null!==_0x28cb47&&_0x2f1e46[_0x227c74(0x216)]([_0x28cb47],null,_0x138e6c);}}if(_0x51137b[_0x227c74(0x224)](),_0x51137b[_0x227c74(0x2b1)]||_0x227c74(0x270)==_0x51137b[_0x227c74(0x1d6)][_0x227c74(0x2d9)])return null;let _0x2b8e3c=null,_0x4ae4fd=_0x51137b[_0x227c74(0x1e5)],_0x16f45b=_0x51137b[_0x227c74(0x203)];const _0xc7957f=this[_0x227c74(0x1f7)](_0x51137b,_0x227c74(0x35d));for(const {suggestion:_0x893f5e,meta:_0x4bd200}of _0xc7957f){const _0x9e9bbc=this[_0x227c74(0x250)][_0x227c74(0x231)](_0x4ae4fd,_0x16f45b);if(_0x4bd200[_0x227c74(0x336)]&&(this[_0x227c74(0x21a)]||!_0x4bd200[_0x227c74(0x1d7)]&&!_0x4bd200[_0x227c74(0x2d1)])){if(_0x893f5e[_0x227c74(0x207)]){if(!Pt(_0x893f5e,_0x138e6c))continue;let _0x307e5a=!0x0;for(const _0xfa4c60 of _0x893f5e[_0x227c74(0x255)]()){if(_0xfa4c60[_0x227c74(0x295)](_0x9e9bbc,!0x0))return _0x893f5e;_0x9e9bbc[_0x227c74(0x295)](_0xfa4c60)||(_0x307e5a=!0x1);}_0x307e5a&&_0x893f5e[_0x227c74(0x36c)]();}else{const _0x525b2d=_0x893f5e[_0x227c74(0x2de)]();if(_0x525b2d[_0x227c74(0x295)](_0x9e9bbc,!0x0))return _0x893f5e;if(!Pt(_0x893f5e,_0x138e6c)){_0x9e9bbc[_0x227c74(0x295)](_0x525b2d)?_0x893f5e[_0x227c74(0x24b)]():_0x525b2d[_0x227c74(0x2ab)](_0x4ae4fd)?_0x4ae4fd=_0x525b2d[_0x227c74(0x203)]:_0x525b2d[_0x227c74(0x2ab)](_0x16f45b)&&(_0x16f45b=_0x525b2d[_0x227c74(0x1e5)]);continue;}_0x4ae4fd=_0x4ae4fd[_0x227c74(0x368)](_0x525b2d[_0x227c74(0x1e5)])?_0x4ae4fd:_0x525b2d[_0x227c74(0x1e5)],_0x16f45b=_0x16f45b[_0x227c74(0x213)](_0x525b2d[_0x227c74(0x203)])?_0x16f45b:_0x525b2d[_0x227c74(0x203)],_0x138e6c=Object[_0x227c74(0x37b)]({},_0x893f5e[_0x227c74(0x322)]),_0x2b8e3c?_0x525b2d[_0x227c74(0x1e5)][_0x227c74(0x368)](_0x2b8e3c[_0x227c74(0x2de)]()[_0x227c74(0x1e5)])?(_0x2b8e3c[_0x227c74(0x24b)](),_0x2b8e3c=_0x893f5e):_0x893f5e[_0x227c74(0x24b)]():_0x2b8e3c=_0x893f5e;}}}if(_0x2b8e3c)return this[_0x227c74(0x22e)](_0x2b8e3c,this[_0x227c74(0x250)][_0x227c74(0x231)](_0x4ae4fd,_0x16f45b)),_0x2b8e3c;{const _0x635832=_0x4b3120(),_0x363f93=this[_0x227c74(0x250)][_0x227c74(0x231)](_0x4ae4fd,_0x16f45b),_0x51c24b=_0x106e52['id'],_0x525e58=_0x4b1a07?_0x227c74(0x371)+_0x4b1a07:_0x227c74(0x35d),_0x221581=this[_0x227c74(0x302)]({'id':_0x635832,'type':_0x525e58,'createdAt':new Date(),'authorId':_0x51c24b,'attributes':_0x138e6c});return this[_0x227c74(0x226)](_0x525e58,_0x635832,_0x51c24b,_0x363f93),_0x221581;}}[_0xdae29a(0x2d4)](_0x2b68aa,_0x32d757=_0xdae29a(0x25e),_0x39a6ba={}){const _0x2d74a8=_0xdae29a,_0x88ea7f=this[_0x2d74a8(0x211)][_0x2d74a8(0x1fe)][_0x2d74a8(0x2f2)](_0x2d74a8(0x36b))['me'],_0x4ac387=_0x2b68aa[_0x2d74a8(0x314)](_0x591eaf=>new _0x24962a(_0x591eaf[_0x2d74a8(0x1e5)],_0x591eaf[_0x2d74a8(0x203)])),_0x343fe1=new Set();for(const {suggestion:_0x4a85c7,meta:_0x2c1092}of this[_0x2d74a8(0x1f7)](_0x4ac387,_0x2d74a8(0x265)))_0x2c1092[_0x2d74a8(0x336)]&&!_0x2c1092[_0x2d74a8(0x37c)]&&_0x343fe1[_0x2d74a8(0x25f)](_0x4a85c7);for(const _0x54e1dd of _0x343fe1)if(_0x54e1dd[_0x2d74a8(0x207)]){const _0x49db56=_0x54e1dd[_0x2d74a8(0x255)]();(!_0x54e1dd[_0x2d74a8(0x322)]||!_0x54e1dd[_0x2d74a8(0x322)][_0x2d74a8(0x31e)])&&(_0x49db56[_0x2d74a8(0x206)](_0x32e3fb=>_0x4ac387[_0x2d74a8(0x32a)](_0x222fe3=>_0x222fe3[_0x2d74a8(0x295)](_0x32e3fb,!0x0)))&&_0x54e1dd[_0x2d74a8(0x36c)]());if(_0x4ac387[_0x2d74a8(0x206)](_0x10650e=>_0x49db56[_0x2d74a8(0x32a)](_0x2b0081=>_0x2b0081[_0x2d74a8(0x295)](_0x10650e,!0x0)))){const _0x478207=this[_0x2d74a8(0x22b)][_0x2d74a8(0x235)](_0x2d74a8(0x35d),_0x32d757,_0x2d74a8(0x1e7));return this[_0x2d74a8(0x260)](()=>_0x478207(_0x2b68aa,null,_0x39a6ba)),null;}}else{const _0x49d1fe=_0x54e1dd[_0x2d74a8(0x2de)]();_0x4ac387[_0x2d74a8(0x32a)](_0x32b608=>_0x32b608[_0x2d74a8(0x295)](_0x49d1fe,!0x0))&&_0x54e1dd[_0x2d74a8(0x36c)]();if(_0x4ac387[_0x2d74a8(0x206)](_0x49e753=>_0x49d1fe[_0x2d74a8(0x295)](_0x49e753,!0x0))){const _0x4f1ed8=this[_0x2d74a8(0x22b)][_0x2d74a8(0x235)](_0x2d74a8(0x35d),_0x32d757,_0x2d74a8(0x1e7));return this[_0x2d74a8(0x260)](()=>_0x4f1ed8(_0x4ac387,null,_0x39a6ba)),null;}}const _0x2eeb06=this[_0x2d74a8(0x22b)][_0x2d74a8(0x235)](_0x2d74a8(0x35d),_0x32d757,_0x2d74a8(0x27d));let _0x283dc2=null;for(const _0x26a17c of this[_0x2d74a8(0x323)]())if(_0x26a17c[_0x2d74a8(0x35a)]['id']==_0x88ea7f['id']&&_0x26a17c[_0x2d74a8(0x1e8)]&&_0x2d74a8(0x35d)==_0x26a17c[_0x2d74a8(0x332)]&&_0x26a17c[_0x2d74a8(0x317)]==_0x32d757&&Pt(_0x26a17c,_0x39a6ba)&&(_0x2eeb06(_0x26a17c[_0x2d74a8(0x255)](),_0x4ac387)||_0x2eeb06(_0x4ac387,_0x26a17c[_0x2d74a8(0x255)]()))){if(_0x283dc2){if(_0x26a17c[_0x2d74a8(0x379)]&&_0x26a17c[_0x2d74a8(0x379)][_0x2d74a8(0x23d)])continue;for(const _0x5560f5 of _0x26a17c[_0x2d74a8(0x255)]())_0x283dc2[_0x2d74a8(0x2c5)](_0x5560f5)||_0x283dc2[_0x2d74a8(0x1e4)](_0x5560f5);_0x26a17c[_0x2d74a8(0x24b)]();}else{_0x283dc2=_0x26a17c;for(const _0x432409 of _0x4ac387)_0x26a17c[_0x2d74a8(0x2c5)](_0x432409)||_0x26a17c[_0x2d74a8(0x1e4)](_0x432409);}}if(_0x283dc2)return _0x283dc2;_0x343fe1[_0x2d74a8(0x297)]();for(const {suggestion:_0x5a4746,meta:_0x1a5ce3}of this[_0x2d74a8(0x1f7)](_0x4ac387,_0x2d74a8(0x35d)))_0x1a5ce3[_0x2d74a8(0x336)]&&(this[_0x2d74a8(0x21a)]||!_0x1a5ce3[_0x2d74a8(0x1d7)]&&!_0x1a5ce3[_0x2d74a8(0x2d1)])&&Pt(_0x5a4746,_0x39a6ba)&&_0x343fe1[_0x2d74a8(0x25f)](_0x5a4746);for(const _0x109b77 of _0x343fe1){const _0x3bb5d9=_0x109b77[_0x2d74a8(0x255)]();if(!_0x39a6ba||!_0x39a6ba[_0x2d74a8(0x31e)]){if(_0x4ac387[_0x2d74a8(0x206)](_0x477cf6=>_0x3bb5d9[_0x2d74a8(0x32a)](_0x3ced52=>_0x3ced52[_0x2d74a8(0x295)](_0x477cf6,!0x0))))return _0x109b77;}(!_0x109b77[_0x2d74a8(0x322)]||!_0x109b77[_0x2d74a8(0x322)][_0x2d74a8(0x31e)])&&(_0x3bb5d9[_0x2d74a8(0x206)](_0x3d102e=>_0x4ac387[_0x2d74a8(0x32a)](_0x4aaa2c=>_0x4aaa2c[_0x2d74a8(0x295)](_0x3d102e,!0x0)))&&_0x109b77[_0x2d74a8(0x36c)]());}const _0x5bde0c=_0x4b3120(),_0x405f4d=_0x88ea7f['id'],_0x12e2cf=_0x2d74a8(0x371)+_0x32d757,_0xe4e8a1=this[_0x2d74a8(0x302)]({'id':_0x5bde0c,'type':_0x12e2cf,'createdAt':new Date(),'authorId':_0x405f4d,'attributes':_0x39a6ba});for(const _0x56172b of _0x4ac387)_0x56172b[_0x2d74a8(0x224)](),_0x56172b[_0x2d74a8(0x2b1)]||_0x2d74a8(0x270)==_0x56172b[_0x2d74a8(0x1d6)][_0x2d74a8(0x2d9)]||this[_0x2d74a8(0x226)](_0x12e2cf,_0x5bde0c,_0x405f4d,_0x56172b,_0x49d2b6[_0x2d74a8(0x361)]());return _0xe4e8a1;}[_0xdae29a(0x1df)](_0x2aa771,_0x555657,_0x3f6de2,_0x4c48ea,_0x5d4e22){const _0x226e3d=_0xdae29a;if(_0x2aa771[_0x226e3d(0x2b1)])return[];if(_0x226e3d(0x318)===this[_0x226e3d(0x2d3)])return[];const _0xab506f=this[_0x226e3d(0x211)][_0x226e3d(0x1fe)][_0x226e3d(0x2f2)](_0x226e3d(0x36b))['me']['id'],_0x2455eb=Array[_0x226e3d(0x273)](this[_0x226e3d(0x287)][_0x226e3d(0x29f)]())[_0x226e3d(0x30f)](_0x2d406b=>_0x226e3d(0x279)==_0x2d406b[_0x226e3d(0x332)]&&_0x2d406b[_0x226e3d(0x381)][_0x226e3d(0x294)]==_0x555657&&_0x2d406b[_0x226e3d(0x2c5)](_0x2aa771));if(_0x226e3d(0x2a8)===this[_0x226e3d(0x2d3)]){const _0x2ca3bb=this[_0x226e3d(0x1f7)](_0x2aa771,_0x226e3d(0x265))[_0x226e3d(0x30f)](({meta:_0x310818})=>_0x310818[_0x226e3d(0x336)]&&!_0x310818[_0x226e3d(0x2d1)]&&!_0x310818[_0x226e3d(0x37c)])[_0x226e3d(0x314)](({suggestion:_0x469de3})=>_0x469de3);_0x2455eb[_0x226e3d(0x300)](..._0x2ca3bb);}const _0x543399=new Map([[_0x2aa771,_0x3f6de2]]);for(const _0x41e897 of _0x2455eb){const _0x2fff09=_0x226e3d(0x279)==_0x41e897[_0x226e3d(0x332)]?_0x41e897[_0x226e3d(0x381)][_0x226e3d(0x36e)]:void 0x0,_0x6f9745=_0x41e897[_0x226e3d(0x2de)](),_0x3c83cb=Array[_0x226e3d(0x273)](_0x543399[_0x226e3d(0x2bb)]())[_0x226e3d(0x382)](_0x4bba6d=>_0x4bba6d[_0x226e3d(0x293)](_0x6f9745));if(!_0x3c83cb)continue;const _0x55def2=_0x3c83cb[_0x226e3d(0x271)](_0x6f9745);this[_0x226e3d(0x2c4)](_0x555657)&&_0x226e3d(0x265)==_0x41e897[_0x226e3d(0x332)]&&0x0!=_0x55def2[_0x226e3d(0x23d)]||(_0x543399[_0x226e3d(0x2f0)](_0x3c83cb),_0x55def2[_0x226e3d(0x352)](_0x985248=>{const _0x225635=_0x226e3d;_0x543399[_0x225635(0x2b2)](_0x985248,_0x3f6de2);}),_0x226e3d(0x265)!=_0x41e897[_0x226e3d(0x332)]&&_0x2fff09!=_0x4c48ea&&_0x543399[_0x226e3d(0x2b2)](_0x3c83cb[_0x226e3d(0x2a5)](_0x6f9745),_0x2fff09));}const _0x55c7db=[];for(const [_0x4ca744,_0x398c20]of _0x543399){const _0x553b6a=_0x4b3120(),_0x5cc32d={'key':_0x555657,'oldValue':_0x398c20,'newValue':_0x4c48ea};_0x555657[_0x226e3d(0x23d)]>0x25&&console[_0x226e3d(0x298)](_0x226e3d(0x2eb),{'key':_0x555657});const _0x37c42a=(_0x226e3d(0x30a)+(_0x555657+'|'+Et({'newValue':_0x4c48ea})))[_0x226e3d(0x339)](0x0,0x3c),_0x2767dd=this[_0x226e3d(0x302)]({'id':_0x553b6a,'type':_0x37c42a,'data':_0x5cc32d,'createdAt':new Date(),'authorId':_0xab506f,'attributes':_0x5d4e22});_0x55c7db[_0x226e3d(0x272)](_0x2767dd),this[_0x226e3d(0x226)](_0x37c42a,_0x553b6a,_0xab506f,_0x4ca744);}return _0x55c7db;}[_0xdae29a(0x29e)](_0x1aa1c6){const _0x762474=_0xdae29a;this[_0x762474(0x296)][_0x762474(0x25f)](_0x1aa1c6);}[_0xdae29a(0x1f5)](_0x2cb7a9){const _0x127707=_0xdae29a;this[_0x127707(0x2b5)][_0x127707(0x25f)](_0x2cb7a9);}[_0xdae29a(0x227)](_0x426523,_0x2139f4=[],_0x429d95=[]){const _0x22afdb=_0xdae29a;this[_0x22afdb(0x21f)](_0x426523,(_0x364f21,..._0x4df752)=>{const _0x4761cc=_0x22afdb;this[_0x4761cc(0x1f2)](()=>{_0x364f21(..._0x4df752);});});for(const _0x2d15cc of _0x2139f4)this[_0x22afdb(0x1f5)](_0x2d15cc);for(const _0x4673fc of _0x429d95)this[_0x22afdb(0x29e)](_0x4673fc);}[_0xdae29a(0x1f9)](_0x421de8){const _0x53046f=_0xdae29a;return _0x53046f(0x279)==_0x421de8[_0x53046f(0x332)]?_0x421de8[_0x53046f(0x317)][_0x53046f(0x2ec)]('|')[0x0]:null;}[_0xdae29a(0x22e)](_0x4aee85,_0x1fa30e){const _0x3af85e=_0xdae29a,_0x1a3cd4=_0x4aee85[_0x3af85e(0x365)]();this[_0x3af85e(0x250)][_0x3af85e(0x2f1)](_0x28cfdd=>{const _0x17eb89=_0x3af85e;_0x28cfdd[_0x17eb89(0x239)](_0x1a3cd4,{'range':_0x1fa30e});});}[_0xdae29a(0x338)](_0x44c9a2){const _0x346da7=_0xdae29a,_0x9645c6=_0x44c9a2['id'],_0xc01b1c=this[_0x346da7(0x211)][_0x346da7(0x304)][_0x346da7(0x2f2)](_0x346da7(0x214));this[_0x346da7(0x2a7)][_0x346da7(0x340)](_0x9645c6)||this[_0x346da7(0x2a7)][_0x346da7(0x345)]({'channelId':_0xc01b1c,'threadId':_0x9645c6,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x5b1dda=this[_0x346da7(0x2a7)][_0x346da7(0x210)](_0x9645c6);_0x5b1dda[_0x346da7(0x306)](_0x346da7(0x274)),_0x5b1dda[_0x346da7(0x274)]=!0x1,_0x44c9a2[_0x346da7(0x379)]=_0x5b1dda;}[_0xdae29a(0x337)](_0x53f490,_0x5cd090,_0x34d3ef,_0x5775b2){const _0x28092e=_0xdae29a;if(_0x53f490[_0x28092e(0x332)]!=_0x5cd090||_0x53f490[_0x28092e(0x317)]!=_0x34d3ef||_0x53f490[_0x28092e(0x326)]['id']!=_0x5775b2)throw this[_0x28092e(0x211)][_0x28092e(0x263)](_0x28092e(0x313)),new _0x9eac59(_0x28092e(0x313),this);}[_0xdae29a(0x26b)](_0x29b59a,_0x51a971){const _0xde5303=_0xdae29a,_0x45910b=_0x29b59a[_0xde5303(0x2de)]();if(_0x51a971[_0xde5303(0x319)](_0x45910b))_0x29b59a[_0xde5303(0x24b)]();else{if(_0x45910b[_0xde5303(0x295)](_0x51a971)){const _0x445527=this[_0xde5303(0x250)][_0xde5303(0x236)](_0x51a971[_0xde5303(0x1e5)][_0xde5303(0x28f)],_0xde5303(0x203));this[_0xde5303(0x22e)](_0x29b59a,this[_0xde5303(0x250)][_0xde5303(0x231)](_0x45910b[_0xde5303(0x1e5)],_0x445527));const _0x364fd8=_0x4b3120(),_0x1f4de7=_0x29b59a[_0xde5303(0x326)]['id'],_0x2ff415=_0x29b59a[_0xde5303(0x332)]+':'+_0x29b59a[_0xde5303(0x317)];this[_0xde5303(0x302)]({'id':_0x364fd8,'type':_0x2ff415,'createdAt':new Date(),'authorId':_0x1f4de7,'data':_0x29b59a[_0xde5303(0x381)],'attributes':_0x29b59a[_0xde5303(0x322)]});const _0x342897=this[_0xde5303(0x250)][_0xde5303(0x236)](_0x51a971[_0xde5303(0x203)][_0xde5303(0x2ae)],_0xde5303(0x386)),_0x1bf6c2=this[_0xde5303(0x250)][_0xde5303(0x231)](_0x342897,_0x45910b[_0xde5303(0x203)]);this[_0xde5303(0x226)](_0x2ff415,_0x364fd8,_0x1f4de7,_0x1bf6c2);}else{if(_0x45910b[_0xde5303(0x2ab)](_0x51a971[_0xde5303(0x1e5)])){const _0x1d3da0=this[_0xde5303(0x250)][_0xde5303(0x236)](_0x51a971[_0xde5303(0x1e5)][_0xde5303(0x28f)],_0xde5303(0x203));this[_0xde5303(0x22e)](_0x29b59a,this[_0xde5303(0x250)][_0xde5303(0x231)](_0x45910b[_0xde5303(0x1e5)],_0x1d3da0));}else{const _0x11c8f4=this[_0xde5303(0x250)][_0xde5303(0x236)](_0x51a971[_0xde5303(0x203)][_0xde5303(0x2ae)],_0xde5303(0x386));this[_0xde5303(0x22e)](_0x29b59a,this[_0xde5303(0x250)][_0xde5303(0x231)](_0x11c8f4,_0x45910b[_0xde5303(0x203)]));}}}}[_0xdae29a(0x1e6)](_0x9d2c36){const _0x28fe3c=_0xdae29a;for(const {suggestion:_0x3abc9f,meta:_0x44a2e0}of this[_0x28fe3c(0x1f7)](_0x9d2c36,_0x28fe3c(0x265))){if(!_0x44a2e0[_0x28fe3c(0x336)])continue;const _0x93253=_0x3abc9f[_0x28fe3c(0x255)]();for(const _0x125897 of _0x93253)if(!_0x9d2c36[_0x28fe3c(0x271)](_0x125897)[_0x28fe3c(0x23d)])return!0x0;}return!0x1;}[_0xdae29a(0x26e)](_0x4e2d2c){const _0x445553=_0xdae29a,_0x5d0171=this[_0x445553(0x211)][_0x445553(0x1fe)][_0x445553(0x2f2)](_0x445553(0x36b))[_0x445553(0x262)](_0x4e2d2c);if(!_0x5d0171)throw new _0x9eac59(_0x445553(0x1f1),this);return _0x5d0171;}[_0xdae29a(0x32d)](_0x1003e7){const _0x2622b5=_0xdae29a,_0x407f7b=this[_0x2622b5(0x211)][_0x2622b5(0x1fe)][_0x2622b5(0x2f2)](_0x2622b5(0x36b)),_0x1f0033=_0x18395a(_0x2622b5(0x27b)+_0x1003e7),_0x31a5a4=_0x407f7b[_0x2622b5(0x262)](_0x1f0033);return _0x31a5a4||_0x407f7b[_0x2622b5(0x2ac)]({'id':_0x1f0033,'name':_0x1003e7});}[_0xdae29a(0x259)](_0x238955,_0x18083d,_0x4fb8c6,_0x1da9d8,_0x1f82db){const _0x936036=_0xdae29a,_0x1877dc=this[_0x936036(0x26e)](_0x1da9d8),_0xc7c79e=this[_0x936036(0x22b)][_0x936036(0x2e3)](_0x238955,_0x18083d,_0x4fb8c6,_0x1877dc,_0x1f82db,_0x5814f3=>{const _0x243934=_0x936036;this[_0x243934(0x1e9)](_0x4fb8c6,{'attributes':_0x5814f3});const _0x10fdd4=this[_0x243934(0x327)](_0x4fb8c6);this[_0x243934(0x229)](new Set([_0x10fdd4])),this[_0x243934(0x2cd)](new Set([_0x10fdd4]));});return this[_0x936036(0x28a)](_0xc7c79e,_0x936036(0x1e7),()=>{const _0x8a221c=_0x936036;this[_0x8a221c(0x1e9)](_0x4fb8c6,{'state':_0x8a221c(0x25c)});},{'priority':_0x936036(0x222)}),this[_0x936036(0x28a)](_0xc7c79e,_0x936036(0x36c),()=>{const _0x31c12d=_0x936036;this[_0x31c12d(0x1e9)](_0x4fb8c6,{'state':_0x31c12d(0x1ef)});},{'priority':_0x936036(0x222)}),this[_0x936036(0x287)][_0x936036(0x2b2)](_0x4fb8c6,_0xc7c79e),this[_0x936036(0x31a)][_0x936036(0x2b2)](_0xc7c79e,_0x936036(0x2dd)),_0xc7c79e;}[_0xdae29a(0x1fd)](_0x1bd88f){const _0x1e0435=_0xdae29a,_0x490dd6=_0x1bd88f[_0x1e0435(0x2ec)](':');return{'group':_0x490dd6[0x0],'type':_0x490dd6[0x1],'subType':_0x490dd6[_0x1e0435(0x23d)]>=0x5?_0x490dd6[0x2]:null,'id':_0x490dd6[_0x1e0435(0x23d)]<0x5?_0x490dd6[0x2]:_0x490dd6[0x3],'authorId':_0x490dd6[_0x1e0435(0x23d)]<0x5?_0x490dd6[0x3]:_0x490dd6[0x4],'markerCount':0x6==_0x490dd6[_0x1e0435(0x23d)]?_0x490dd6[0x5]:null};}[_0xdae29a(0x2ce)](_0x1d8e2b,_0x180adc,_0x147c66){const _0x192971=_0xdae29a,_0x47e7c1=_0x1d8e2b[_0x192971(0x2de)](),_0x349bda=_0x47e7c1[_0x192971(0x1e5)],_0x438898=_0x47e7c1[_0x192971(0x203)];this[_0x192971(0x22e)](_0x1d8e2b,this[_0x192971(0x250)][_0x192971(0x231)](_0x349bda,_0x180adc));const _0x375784=_0x4b3120(),_0x73dc7=_0x1d8e2b[_0x192971(0x326)]['id'],_0x1b783d=_0x1d8e2b[_0x192971(0x332)]+(_0x1d8e2b[_0x192971(0x317)]?':'+_0x1d8e2b[_0x192971(0x317)]:'');this[_0x192971(0x302)]({'id':_0x375784,'type':_0x1b783d,'createdAt':new Date(),'authorId':_0x73dc7,'originalSuggestionId':_0x1d8e2b['id'],'attributes':_0x1d8e2b[_0x192971(0x322)],'data':_0x1d8e2b[_0x192971(0x381)]});const _0x42376b=this[_0x192971(0x1f9)](_0x1d8e2b);(_0x192971(0x303)==_0x1d8e2b[_0x192971(0x332)]||_0x42376b&&this[_0x192971(0x2c4)](_0x42376b))&&(_0x147c66=this[_0x192971(0x250)][_0x192971(0x26d)](_0x147c66[_0x192971(0x2ae)])),this[_0x192971(0x226)](_0x1b783d,_0x375784,_0x73dc7,this[_0x192971(0x250)][_0x192971(0x231)](_0x147c66,_0x438898));}[_0xdae29a(0x1f7)](_0x4ca6c5,_0x4005a6=null){const _0x5471c9=_0xdae29a,_0x22c660=[],_0x1d21d4=this[_0x5471c9(0x211)][_0x5471c9(0x1fe)][_0x5471c9(0x2f2)](_0x5471c9(0x36b))['me'];Array[_0x5471c9(0x321)](_0x4ca6c5)||(_0x4ca6c5=[_0x4ca6c5]);for(const _0x4fbd27 of this[_0x5471c9(0x323)]()){if(!_0x4fbd27[_0x5471c9(0x1e8)])continue;if(_0x4005a6&&_0x4fbd27[_0x5471c9(0x332)]!=_0x4005a6)continue;let _0x53eb0b=!0x1;for(const _0x54ccbe of _0x4fbd27[_0x5471c9(0x255)]()){for(const _0x493f8f of _0x4ca6c5){const _0x4da123=_0x493f8f[_0x5471c9(0x1e5)][_0x5471c9(0x319)](_0x54ccbe[_0x5471c9(0x203)])||_0x493f8f[_0x5471c9(0x203)][_0x5471c9(0x319)](_0x54ccbe[_0x5471c9(0x1e5)]);if(_0x4da123||_0x493f8f[_0x5471c9(0x2a5)](_0x54ccbe)){const _0x4306f8=_0x493f8f[_0x5471c9(0x295)](_0x54ccbe)&&xt(this[_0x5471c9(0x250)][_0x5471c9(0x1f6)],_0x54ccbe[_0x5471c9(0x1e5)],_0x493f8f),_0x5453e0=_0x54ccbe[_0x5471c9(0x295)](_0x493f8f)&&xt(this[_0x5471c9(0x250)][_0x5471c9(0x1f6)],_0x493f8f[_0x5471c9(0x1e5)],_0x54ccbe);_0x22c660[_0x5471c9(0x272)]({'suggestion':_0x4fbd27,'meta':{'isOwn':_0x1d21d4==_0x4fbd27[_0x5471c9(0x35a)],'isNextTo':_0x4da123,'isInsideObject':_0x4306f8,'containsRangeInObject':_0x5453e0}}),_0x53eb0b=!0x0;break;}}if(_0x53eb0b)break;}}return _0x22c660;}[_0xdae29a(0x226)](_0x5a6a73,_0x2de69b,_0xf5cd91,_0x5d8383,_0x69e01b){const _0x4a13f9=_0xdae29a;this[_0x4a13f9(0x250)][_0x4a13f9(0x2f1)](_0x5a273c=>{const _0xbbf0e5=_0x4a13f9;let _0x429630=_0xbbf0e5(0x324)+_0x5a6a73+':'+_0x2de69b+':'+_0xf5cd91;_0x69e01b&&(_0x429630=_0x429630+':'+_0x69e01b),_0x5a273c[_0xbbf0e5(0x301)](_0x429630,{'range':_0x5d8383,'usingOperation':!0x0,'affectsData':!0x0});});}[_0xdae29a(0x34e)](_0x48a87e){const _0x20411c=_0xdae29a,_0x4a193e=_0x48a87e[_0x20411c(0x24c)],_0x524141=_0x48a87e[_0x20411c(0x29b)];_0x48a87e[_0x20411c(0x24c)]=null,_0x48a87e[_0x20411c(0x29b)]=null,null!=_0x4a193e&&_0x4a193e[_0x20411c(0x29b)]==_0x48a87e&&(_0x4a193e[_0x20411c(0x29b)]=_0x524141),null!=_0x524141&&_0x524141[_0x20411c(0x24c)]==_0x48a87e&&(_0x524141[_0x20411c(0x24c)]=_0x4a193e),_0x20411c(0x2db)==this[_0x20411c(0x31a)][_0x20411c(0x2f2)](_0x48a87e)&&(this[_0x20411c(0x31a)][_0x20411c(0x2b2)](_0x48a87e,_0x20411c(0x354)),this[_0x20411c(0x292)](_0x20411c(0x2ea),_0x48a87e,_0x4a193e,_0x524141));}[_0xdae29a(0x302)](_0x3b1741){const _0x1e908e=_0xdae29a,_0x160c1d=_0x3b1741['id'],_0xa2c327=this[_0x1e908e(0x28b)](_0x3b1741);if(this[_0x1e908e(0x343)]&&this[_0x1e908e(0x343)][_0x1e908e(0x308)]){const _0x24cea1=this[_0x1e908e(0x211)][_0x1e908e(0x1fe)][_0x1e908e(0x2f2)](_0x1e908e(0x1e3)),_0x5ef7be=_0xa2c327[_0x1e908e(0x335)],_0x59dbe1=_0xa2c327[_0x1e908e(0x317)]?_0xa2c327[_0x1e908e(0x332)]+':'+_0xa2c327[_0x1e908e(0x317)]:_0xa2c327[_0x1e908e(0x332)],_0x3d52dd=this[_0x1e908e(0x211)][_0x1e908e(0x33e)],_0x117aaf=_0x24cea1[_0x1e908e(0x25f)](_0x39e868(_0x3d52dd,_0x1e908e(0x2d5))),_0x3e48b5={'id':_0x160c1d,'type':_0x59dbe1,'hasComments':_0x5ef7be,'data':_0x3b1741[_0x1e908e(0x381)]||null,'originalSuggestionId':_0x3b1741[_0x1e908e(0x27c)]||null,'attributes':_0xa2c327[_0x1e908e(0x322)]};this[_0x1e908e(0x343)][_0x1e908e(0x308)](_0x3e48b5)[_0x1e908e(0x233)](_0x1bee39=>{const _0x20edcc=_0x1e908e;_0xa2c327[_0x20edcc(0x320)]=!0x0,_0x24cea1[_0x20edcc(0x2bd)](_0x117aaf),_0x1bee39&&_0x1bee39[_0x20edcc(0x34f)]&&(this[_0x20edcc(0x287)][_0x20edcc(0x2f2)](_0x160c1d)[_0x20edcc(0x34f)]=_0x1bee39[_0x20edcc(0x34f)]);})[_0x1e908e(0x28d)](_0x5b4cbc=>{const _0x1a508c=_0x1e908e;throw _0x343f2c(_0x1a508c(0x2ca)),this[_0x1a508c(0x211)][_0x1a508c(0x307)][_0x1a508c(0x1fc)]({'isUndoable':!0x1},()=>{const _0x5a414a=_0x1a508c;_0xa2c327[_0x5a414a(0x36c)]();}),_0xa2c327[_0x1a508c(0x264)](),this[_0x1a508c(0x287)][_0x1a508c(0x2f0)](_0xa2c327['id']),this[_0x1a508c(0x31a)][_0x1a508c(0x2f0)](_0xa2c327),_0x5b4cbc;});}return _0xa2c327;}[_0xdae29a(0x2c4)](_0x2741ac){const _0x1dbca5=_0xdae29a;return this[_0x1dbca5(0x296)][_0x1dbca5(0x2f5)](_0x2741ac);}[_0xdae29a(0x1e9)](_0x25780c,_0x2e319d){const _0x54e095=_0xdae29a,_0x3f375b=this[_0x54e095(0x211)][_0x54e095(0x1fe)][_0x54e095(0x2f2)](_0x54e095(0x1e3)),_0x39638d=this[_0x54e095(0x327)](_0x25780c);if(this[_0x54e095(0x343)]&&this[_0x54e095(0x343)][_0x54e095(0x35c)]){if(_0x39638d[_0x54e095(0x320)]){const _0x1ec2cc=_0x3f375b[_0x54e095(0x25f)](_0x39e868(this[_0x54e095(0x211)][_0x54e095(0x33e)],_0x54e095(0x2d5)));this[_0x54e095(0x343)][_0x54e095(0x35c)](_0x25780c,_0x2e319d)[_0x54e095(0x233)](()=>{const _0x1ec2c1=_0x54e095;_0x3f375b[_0x1ec2c1(0x2bd)](_0x1ec2cc);});}else _0x39638d['on'](_0x54e095(0x2af),()=>{const _0x18ed3a=_0x54e095;this[_0x18ed3a(0x1e9)](_0x25780c,_0x2e319d);});}}[_0xdae29a(0x248)](_0xb4de9d){const _0x4953f4=_0xdae29a;if(!this[_0x4953f4(0x343)]||!this[_0x4953f4(0x343)][_0x4953f4(0x327)])throw new _0x9eac59(_0x4953f4(0x325),this);return this[_0x4953f4(0x343)][_0x4953f4(0x327)](_0xb4de9d);}[_0xdae29a(0x35e)](_0xe3bfbe){const _0x5c5e35=_0xdae29a,{id:_0x1c7444,type:_0x103497,subType:_0x3a60cd,authorId:_0x527b6e}=this[_0x5c5e35(0x1fd)](_0xe3bfbe),_0xeba0dc=this[_0x5c5e35(0x287)][_0x5c5e35(0x2f2)](_0x1c7444)||this[_0x5c5e35(0x259)](_0x103497,_0x3a60cd,_0x1c7444,_0x527b6e,{});switch(this[_0x5c5e35(0x337)](_0xeba0dc,_0x103497,_0x3a60cd,_0x527b6e),this[_0x5c5e35(0x31a)][_0x5c5e35(0x2f2)](_0xeba0dc)){case _0x5c5e35(0x2dd):this[_0x5c5e35(0x248)](_0x1c7444)[_0x5c5e35(0x233)](_0x3fb8a8=>{const _0x197ab9=_0x5c5e35;let _0x5e192d=Promise[_0x197ab9(0x20f)]();_0x3fb8a8[_0x197ab9(0x335)]&&(_0x5e192d=this[_0x197ab9(0x2a7)][_0x197ab9(0x364)]({'channelId':this[_0x197ab9(0x211)][_0x197ab9(0x304)][_0x197ab9(0x2f2)](_0x197ab9(0x214)),'threadId':_0x1c7444})),_0x5e192d[_0x197ab9(0x233)](()=>{const _0x59cb81=_0x197ab9;this[_0x59cb81(0x28b)](_0x3fb8a8)[_0x59cb81(0x320)]=!0x0;});}),this[_0x5c5e35(0x31a)][_0x5c5e35(0x2b2)](_0xeba0dc,_0x5c5e35(0x2f3));break;case _0x5c5e35(0x354):this[_0x5c5e35(0x1e9)](_0x1c7444,{'state':_0x5c5e35(0x341)});case _0x5c5e35(0x25d):this[_0x5c5e35(0x31a)][_0x5c5e35(0x2b2)](_0xeba0dc,_0x5c5e35(0x2db)),this[_0x5c5e35(0x292)](_0x5c5e35(0x208),_0xeba0dc);break;case _0x5c5e35(0x2db):this[_0x5c5e35(0x292)](_0x5c5e35(0x333),_0xeba0dc);}return _0xeba0dc[_0x5c5e35(0x384)](_0xe3bfbe),_0xeba0dc;}[_0xdae29a(0x2cd)](_0x941f6c){const _0x41a679=_0xdae29a,_0x4cc4a7=Array[_0x41a679(0x273)](_0x941f6c),_0x2e54f9=_0x4cc4a7[_0x41a679(0x30f)](_0x3832ff=>_0x41a679(0x279)==_0x3832ff[_0x41a679(0x332)]);this[_0x41a679(0x280)](_0x2e54f9);const _0x3a94ee=_0x4cc4a7[_0x41a679(0x30f)](_0x235444=>!_0x235444[_0x41a679(0x207)]&&_0x41a679(0x279)!=_0x235444[_0x41a679(0x332)]),_0x3c0136=this[_0x41a679(0x323)]({'skipNotAttached':!0x0})[_0x41a679(0x30f)](_0x36e19b=>!_0x36e19b[_0x41a679(0x207)]&&_0x41a679(0x279)!=_0x36e19b[_0x41a679(0x332)]),_0x4f5a3b=_0x3c0136[_0x41a679(0x30f)](_0x4b648a=>!_0x941f6c[_0x41a679(0x2f5)](_0x4b648a)),_0x411f66=new Map(_0x3c0136[_0x41a679(0x314)](_0x275c8d=>[_0x275c8d,this[_0x41a679(0x22b)][_0x41a679(0x235)](_0x275c8d[_0x41a679(0x332)],_0x275c8d[_0x41a679(0x317)],_0x41a679(0x351))])),_0x5347d2=new Map(_0x3c0136[_0x41a679(0x314)](_0x2ba8fc=>[_0x2ba8fc,_0x2ba8fc[_0x41a679(0x2de)]()])),_0x5095e2=new Set(),_0x217aa5=new Set();for(let _0x4fb8d5=0x0;_0x4fb8d5<_0x3a94ee[_0x41a679(0x23d)];_0x4fb8d5++)_0x5157aa(_0x3a94ee[_0x4fb8d5],_0x3a94ee,_0x4fb8d5+0x1);for(let _0x1a40b5=0x0;_0x1a40b5<_0x3a94ee[_0x41a679(0x23d)];_0x1a40b5++)_0x5157aa(_0x3a94ee[_0x1a40b5],_0x4f5a3b,0x0);const _0x5a380=new Set();for(let _0x17aa5e=0x0;_0x17aa5e<_0x3a94ee[_0x41a679(0x23d)];_0x17aa5e++){const _0x4e4f2f=_0x3a94ee[_0x17aa5e];!_0x217aa5[_0x41a679(0x2f5)](_0x4e4f2f)&&_0x4e4f2f[_0x41a679(0x24c)]&&(_0x5a380[_0x41a679(0x25f)](_0x4e4f2f[_0x41a679(0x24c)]),_0x4e4f2f[_0x41a679(0x24c)][_0x41a679(0x29b)]===_0x4e4f2f&&(_0x4e4f2f[_0x41a679(0x24c)][_0x41a679(0x29b)]=null),_0x4e4f2f[_0x41a679(0x24c)]=null),!_0x5095e2[_0x41a679(0x2f5)](_0x4e4f2f)&&_0x4e4f2f[_0x41a679(0x29b)]&&(_0x5a380[_0x41a679(0x25f)](_0x4e4f2f[_0x41a679(0x29b)]),_0x4e4f2f[_0x41a679(0x29b)][_0x41a679(0x24c)]===_0x4e4f2f&&(_0x4e4f2f[_0x41a679(0x29b)][_0x41a679(0x24c)]=null),_0x4e4f2f[_0x41a679(0x29b)]=null);}function _0x5157aa(_0x4eb2aa,_0x4b85d0,_0x155bcc){const _0x4df97e=_0x41a679;for(let _0x4e68d9=_0x155bcc;_0x4e68d9<_0x4b85d0[_0x4df97e(0x23d)];_0x4e68d9++){const _0xd54902=_0x49cd21(_0x4eb2aa,_0x4b85d0[_0x4e68d9]);_0xd54902&&(_0xd54902[0x0][_0x4df97e(0x29b)]=_0xd54902[0x1],_0xd54902[0x1][_0x4df97e(0x24c)]=_0xd54902[0x0],_0x5095e2[_0x4df97e(0x25f)](_0xd54902[0x0]),_0x217aa5[_0x4df97e(0x25f)](_0xd54902[0x1]));}}function _0x49cd21(_0x278dcd,_0x174792){const _0x3a15c=_0x41a679;if(_0x278dcd[_0x3a15c(0x35a)]['id']!==_0x174792[_0x3a15c(0x35a)]['id'])return null;const _0x1f6b53=_0x411f66[_0x3a15c(0x2f2)](_0x278dcd)(_0x278dcd,_0x174792,_0x5347d2[_0x3a15c(0x2f2)](_0x278dcd),_0x5347d2[_0x3a15c(0x2f2)](_0x174792));if(!_0x1f6b53)return null;return _0x411f66[_0x3a15c(0x2f2)](_0x174792)(_0x278dcd,_0x174792,_0x5347d2[_0x3a15c(0x2f2)](_0x278dcd),_0x5347d2[_0x3a15c(0x2f2)](_0x174792))?_0x1f6b53[0x1][_0x3a15c(0x379)]&&_0x1f6b53[0x1][_0x3a15c(0x379)][_0x3a15c(0x23d)]?null:_0x1f6b53:null;}_0x5a380[_0x41a679(0x1dc)]&&this[_0x41a679(0x2cd)](_0x5a380);}[_0xdae29a(0x280)](_0x383c4c){const _0x62accb=_0xdae29a;if(0x0==_0x383c4c[_0x62accb(0x23d)])return;const _0x47e8ad=this[_0x62accb(0x323)]({'skipNotAttached':!0x0})[_0x62accb(0x30f)](_0x5a2205=>_0x62accb(0x279)==_0x5a2205[_0x62accb(0x332)]&&_0x5a2205[_0x62accb(0x2cb)]),_0x3bdd74=[],_0x2b06d5=new Map();for(const _0x291b12 of _0x47e8ad){const _0x40d01f=_0x18395a(_0x291b12[_0x62accb(0x322)]);_0x2b06d5[_0x62accb(0x2f5)](_0x40d01f)||(_0x2b06d5[_0x62accb(0x2b2)](_0x40d01f,_0x3bdd74[_0x62accb(0x23d)]),_0x3bdd74[_0x62accb(0x272)]([]));const _0x495b77=_0x2b06d5[_0x62accb(0x2f2)](_0x40d01f);_0x3bdd74[_0x495b77][_0x62accb(0x272)](_0x291b12);}!(function(){const _0xcc860f=_0x62accb;_0x3bdd74[_0xcc860f(0x2c2)]((_0x1c5b54,_0x13f1b7)=>{const _0x58b8ff=_0xcc860f,_0x404f07=_0x1c5b54[0x0][_0x58b8ff(0x34f)],_0x16f8f3=_0x13f1b7[0x0][_0x58b8ff(0x34f)];return _0x404f07==_0x16f8f3?_0x1c5b54[0x0][_0x58b8ff(0x322)][_0x58b8ff(0x290)]<_0x13f1b7[0x0][_0x58b8ff(0x322)][_0x58b8ff(0x290)]?-0x1:0x1:_0x404f07<_0x16f8f3?-0x1:0x1;});for(const _0x50fc28 of _0x3bdd74)_0x50fc28[_0xcc860f(0x2c2)]((_0x336210,_0x43fcdf)=>_0x336210['id']<_0x43fcdf['id']?-0x1:0x1);}());for(let _0x3b8b92=0x0;_0x3b8b92<_0x3bdd74[_0x62accb(0x23d)];_0x3b8b92++){if(0x0==_0x3bdd74[_0x3b8b92][_0x62accb(0x23d)])continue;const _0x22392b=[];for(let _0x13427e=_0x3b8b92+0x1;_0x13427e<_0x3bdd74[_0x62accb(0x23d)];_0x13427e++)0x0!=_0x3bdd74[_0x13427e][_0x62accb(0x23d)]&&_0x1274ee(_0x3bdd74[_0x3b8b92],_0x3bdd74[_0x13427e])&&_0x22392b[_0x62accb(0x272)](_0x13427e);for(const _0x1b1924 of _0x22392b)_0x3bdd74[_0x3b8b92]=_0x3bdd74[_0x3b8b92][_0x62accb(0x375)](_0x3bdd74[_0x1b1924]),_0x3bdd74[_0x1b1924]=[];}for(const _0x21099e of _0x3bdd74)for(let _0x17b9e6=0x0;_0x17b9e6<_0x21099e[_0x62accb(0x23d)];_0x17b9e6++)_0x21099e[_0x17b9e6][_0x62accb(0x29b)]=_0x21099e[_0x17b9e6+0x1]||null;for(const _0x57743c of _0x3bdd74)for(let _0x590626=0x0;_0x590626<_0x57743c[_0x62accb(0x23d)];_0x590626++)_0x57743c[_0x590626][_0x62accb(0x24c)]=_0x57743c[_0x590626-0x1]||null;function _0x1274ee(_0x4928ff,_0x25f9f8){const _0x1d72ab=_0x62accb;if(_0x4928ff[0x0][_0x1d72ab(0x322)][_0x1d72ab(0x290)]!==_0x25f9f8[0x0][_0x1d72ab(0x322)][_0x1d72ab(0x290)]&&_0x4928ff[0x0][_0x1d72ab(0x35a)]!==_0x25f9f8[0x0][_0x1d72ab(0x35a)])return!0x1;if(!function(_0xc36337,_0x278507){const _0x565334=_0x1d72ab;if(!_0xc36337[_0x565334(0x335)]&&!_0x278507[_0x565334(0x335)])return!0x0;if(_0xc36337[_0x565334(0x335)]&&_0x278507[_0x565334(0x335)])return!0x1;if(_0xc36337[_0x565334(0x335)]&&_0x278507[_0x565334(0x34f)]<_0xc36337[_0x565334(0x379)][_0x565334(0x2fd)][_0x565334(0x2f2)](0x0)[_0x565334(0x34f)])return!0x0;if(_0x278507[_0x565334(0x335)]&&_0xc36337[_0x565334(0x34f)]<_0x278507[_0x565334(0x379)][_0x565334(0x2fd)][_0x565334(0x2f2)](0x0)[_0x565334(0x34f)])return!0x0;return!0x1;}(_0x4928ff[0x0],_0x25f9f8[0x0]))return!0x1;const _0x1123e4=_0x343922(_0x4928ff[0x0][_0x1d72ab(0x322)],_0x1d72ab(0x290)),_0x1763f2=_0x343922(_0x25f9f8[0x0][_0x1d72ab(0x322)],_0x1d72ab(0x290));if(!_0x1594ab(_0x1123e4,_0x1763f2))return!0x1;return!!_0x4928ff[_0x1d72ab(0x206)](_0x2d28b6=>_0x25f9f8[_0x1d72ab(0x32a)](_0x531696=>_0x2d28b6[_0x1d72ab(0x2de)]()[_0x1d72ab(0x319)](_0x531696[_0x1d72ab(0x2de)]())))&&_0x25f9f8[_0x1d72ab(0x206)](_0x1f53a3=>_0x4928ff[_0x1d72ab(0x32a)](_0x3035c4=>_0x1f53a3[_0x1d72ab(0x2de)]()[_0x1d72ab(0x319)](_0x3035c4[_0x1d72ab(0x2de)]())));}}[_0xdae29a(0x229)](_0x413fbe){const _0x4304fa=_0xdae29a,_0x3e8568=Array[_0x4304fa(0x273)](_0x413fbe),_0x384edc=this[_0x4304fa(0x323)]({'skipNotAttached':!0x0}),_0x3ec2cc=_0x384edc[_0x4304fa(0x30f)](_0x4cb42c=>!_0x413fbe[_0x4304fa(0x2f5)](_0x4cb42c)),_0x5ca0c8=new Map(_0x3e8568[_0x4304fa(0x314)](_0x309bc7=>[_0x309bc7,this[_0x4304fa(0x22b)][_0x4304fa(0x235)](_0x309bc7[_0x4304fa(0x332)],_0x309bc7[_0x4304fa(0x317)],_0x4304fa(0x27d))])),_0x191da7=new Map(_0x384edc[_0x4304fa(0x314)](_0x2db08e=>[_0x2db08e,_0x2db08e[_0x4304fa(0x255)]()]));for(let _0x93109e=0x0;_0x93109e<_0x3e8568[_0x4304fa(0x23d)];_0x93109e++){if(_0x5d6b5a(this,_0x3e8568[_0x93109e],_0x3e8568,_0x93109e+0x1))return!0x0;}for(let _0x20c1db=0x0;_0x20c1db<_0x3e8568[_0x4304fa(0x23d)];_0x20c1db++){if(_0x5d6b5a(this,_0x3e8568[_0x20c1db],_0x3ec2cc,0x0))return!0x0;}return!0x1;function _0x5d6b5a(_0x3932aa,_0x10ee7b,_0x17c529,_0xd8febb){const _0x85cd6b=_0x4304fa;for(let _0x4fd196=_0xd8febb;_0x4fd196<_0x17c529[_0x85cd6b(0x23d)];_0x4fd196++){const _0x2f0672=_0x17c529[_0x4fd196];if(_0x2f0672[_0x85cd6b(0x332)]!==_0x10ee7b[_0x85cd6b(0x332)]||_0x2f0672[_0x85cd6b(0x35a)]['id']!==_0x10ee7b[_0x85cd6b(0x35a)]['id']||_0x2f0672[_0x85cd6b(0x317)]!==_0x10ee7b[_0x85cd6b(0x317)])continue;if(!Ft(_0x10ee7b,_0x2f0672,[_0x85cd6b(0x290)]))continue;if(_0x85cd6b(0x279)==_0x10ee7b[_0x85cd6b(0x332)]&&_0x10ee7b[_0x85cd6b(0x381)][_0x85cd6b(0x36e)]!=_0x2f0672[_0x85cd6b(0x381)][_0x85cd6b(0x36e)])continue;if(_0x85cd6b(0x279)==_0x10ee7b[_0x85cd6b(0x332)]&&_0x3932aa[_0x85cd6b(0x2c4)](_0x10ee7b[_0x85cd6b(0x381)][_0x85cd6b(0x294)]))continue;if(_0x85cd6b(0x303)==_0x10ee7b[_0x85cd6b(0x332)]){const _0xf29d4=_0x3932aa[_0x85cd6b(0x211)][_0x85cd6b(0x307)],_0x5f1193=_0x10ee7b[_0x85cd6b(0x2d2)]();if(_0x5f1193&&(_0xf29d4[_0x85cd6b(0x1f6)][_0x85cd6b(0x269)](_0x5f1193)||_0xf29d4[_0x85cd6b(0x1f6)][_0x85cd6b(0x31c)](_0x5f1193)))continue;}const _0x4c2962=_0x5ca0c8[_0x85cd6b(0x2f2)](_0x10ee7b),_0xd4f929=_0x191da7[_0x85cd6b(0x2f2)](_0x10ee7b),_0x549aba=_0x191da7[_0x85cd6b(0x2f2)](_0x2f0672),_0x30b4e7=_0x10ee7b[_0x85cd6b(0x379)]&&_0x10ee7b[_0x85cd6b(0x379)][_0x85cd6b(0x23d)],_0x2eddcb=_0x2f0672[_0x85cd6b(0x379)]&&_0x2f0672[_0x85cd6b(0x379)][_0x85cd6b(0x23d)];if(!_0x30b4e7&&_0x4c2962(_0x549aba,_0xd4f929))return _0x3932aa[_0x85cd6b(0x315)](_0x2f0672,_0x10ee7b),_0x191da7[_0x85cd6b(0x2f0)](_0x10ee7b),!0x0;if(!_0x2eddcb&&_0x4c2962(_0xd4f929,_0x549aba))return _0x3932aa[_0x85cd6b(0x315)](_0x10ee7b,_0x2f0672),_0x191da7[_0x85cd6b(0x2f0)](_0x2f0672),!0x0;}return!0x1;}}[_0xdae29a(0x315)](_0x1fed09,_0x4954f7){const _0x4f8d7e=_0xdae29a;if(_0x1fed09[_0x4f8d7e(0x207)]){for(const _0x14efd2 of _0x4954f7[_0x4f8d7e(0x255)]())_0x1fed09[_0x4f8d7e(0x1e4)](_0x14efd2);}else{const _0x4d036e=_0x4954f7[_0x4f8d7e(0x2de)]()[_0x4f8d7e(0x203)];this[_0x4f8d7e(0x22e)](_0x1fed09,this[_0x4f8d7e(0x250)][_0x4f8d7e(0x231)](_0x1fed09[_0x4f8d7e(0x2de)]()[_0x4f8d7e(0x1e5)],_0x4d036e));}_0x4954f7[_0x4f8d7e(0x24b)]();}[_0xdae29a(0x1ec)](_0x5d3134,_0x4a8e2d){const _0x147639=_0xdae29a,_0x503ab3=_0x5d3134[_0x147639(0x217)](_0x147639(0x369))||_0x5d3134[_0x147639(0x217)](_0x147639(0x279))?_0x147639(0x266):_0x5d3134[_0x147639(0x34d)]();return _0x39e868(this[_0x147639(0x211)][_0x147639(0x33e)],_0x4a8e2d+'_'+_0x503ab3+_0x147639(0x30b));}[_0xdae29a(0x1db)](){const _0x3fce39=_0xdae29a,_0x16a4a4=this[_0x3fce39(0x211)];_0x2a5ce9(this[_0x3fce39(0x250)],({left:_0x16ab81,entered:_0x189edf})=>{const _0x4de275=_0x3fce39,_0x1bca33=[];for(const _0x58ad98 of _0x16ab81){const {group:_0x1a7a50,type:_0x20af36}=this[_0x4de275(0x1fd)](_0x58ad98[_0x4de275(0x342)]);if(_0x4de275(0x1ea)===_0x1a7a50){_0x1bca33[_0x4de275(0x272)](this[_0x4de275(0x1ec)](_0x20af36,_0x4de275(0x201)));break;}}for(const _0x1f06ec of _0x189edf){const {group:_0x24ca27,type:_0x576d08}=this[_0x4de275(0x1fd)](_0x1f06ec[_0x4de275(0x342)]);if(_0x4de275(0x1ea)===_0x24ca27){_0x1bca33[_0x4de275(0x272)](this[_0x4de275(0x1ec)](_0x576d08,_0x4de275(0x243)));break;}}_0x1bca33[_0x4de275(0x23d)]&&_0x16a4a4['ui'][_0x4de275(0x310)][_0x4de275(0x1ff)](_0x4de275(0x32f),_0x1bca33[_0x4de275(0x27d)]('\x20'));});}[_0xdae29a(0x331)](_0x43e213){const _0x3d4ed5=_0xdae29a;if(this[_0x3d4ed5(0x34a)])return!0x1;const _0x83a8c0=this[_0x3d4ed5(0x211)],_0x5ed246=_0x83a8c0[_0x3d4ed5(0x307)][_0x3d4ed5(0x232)][_0x3d4ed5(0x212)][_0x3d4ed5(0x24d)]();if(0x0==_0x5ed246[_0x3d4ed5(0x23d)])return!0x1;const _0x4e3c9e=[],_0x5e92c3=_0x5ed246[_0x3d4ed5(0x30f)](_0x57ed4f=>_0x3d4ed5(0x279)==_0x57ed4f[_0x3d4ed5(0x332)]),_0x29af84=_0x5ed246[_0x3d4ed5(0x30f)](_0x29f23d=>_0x3d4ed5(0x2f7)==_0x29f23d[_0x3d4ed5(0x332)]&&_0x3d4ed5(0x2c9)!=_0x29f23d[_0x3d4ed5(0x342)]),_0x1246c7=_0x5ed246[_0x3d4ed5(0x30f)](_0x537380=>_0x3d4ed5(0x2bd)==_0x537380[_0x3d4ed5(0x332)]&&_0x3d4ed5(0x2c9)!=_0x537380[_0x3d4ed5(0x342)]);for(const _0x4ee7e0 of _0x5e92c3)_0x4e3c9e[_0x3d4ed5(0x272)]({'key':_0x4ee7e0[_0x3d4ed5(0x215)],'newValue':_0x4ee7e0[_0x3d4ed5(0x2d8)],'oldValue':_0x4ee7e0[_0x3d4ed5(0x2cf)],'range':Ut(_0x4ee7e0[_0x3d4ed5(0x30c)],_0x83a8c0[_0x3d4ed5(0x307)])});for(const _0x38eac4 of _0x29af84){const _0x2f2187=_0x1246c7[_0x3d4ed5(0x382)](_0x2f86f7=>_0x2f86f7[_0x3d4ed5(0x372)][_0x3d4ed5(0x319)](_0x38eac4[_0x3d4ed5(0x372)]));_0x2f2187&&_0x4e3c9e[_0x3d4ed5(0x272)]({'key':_0x3d4ed5(0x357),'newValue':_0x38eac4[_0x3d4ed5(0x342)],'oldValue':_0x2f2187[_0x3d4ed5(0x342)],'range':_0x83a8c0[_0x3d4ed5(0x307)][_0x3d4ed5(0x20b)](_0x38eac4[_0x3d4ed5(0x372)][_0x3d4ed5(0x289)])});}return 0x0!=_0x4e3c9e[_0x3d4ed5(0x23d)]&&this[_0x3d4ed5(0x200)](_0x43e213,_0x4e3c9e);}[_0xdae29a(0x21d)](_0x14a2ca){const _0x120f70=_0xdae29a;let _0x1b63b3=!0x1;const _0x4b5510=this[_0x120f70(0x211)][_0x120f70(0x307)][_0x120f70(0x232)][_0x120f70(0x212)][_0x120f70(0x254)]()[_0x120f70(0x30f)](_0x417c87=>_0x417c87[_0x120f70(0x381)][_0x120f70(0x21c)]&&_0x417c87[_0x120f70(0x342)][_0x120f70(0x217)](_0x120f70(0x27e)));for(const _0x215dbc of _0x4b5510){const {subType:_0x3f5802,id:_0x2b7bcf}=this[_0x120f70(0x1fd)](_0x215dbc[_0x120f70(0x342)]),_0x30c471=_0x3f5802[_0x120f70(0x2ec)]('|')[0x0];for(const _0x21e354 of this[_0x120f70(0x323)]({'skipNotAttached':!0x0}))_0x21e354['id']!=_0x2b7bcf&&_0x120f70(0x279)==_0x21e354[_0x120f70(0x332)]&&_0x21e354[_0x120f70(0x381)]&&_0x21e354[_0x120f70(0x381)][_0x120f70(0x294)]==_0x30c471&&_0x21e354[_0x120f70(0x2de)]()[_0x120f70(0x293)](_0x215dbc[_0x120f70(0x381)][_0x120f70(0x21c)])&&(this[_0x120f70(0x2c6)](_0x21e354,_0x215dbc[_0x120f70(0x381)][_0x120f70(0x21c)],_0x14a2ca),_0x1b63b3=!0x0);}return _0x1b63b3;}[_0xdae29a(0x1f2)](_0x536a4c){const _0x2207b5=_0xdae29a;this[_0x2207b5(0x211)],(this[_0x2207b5(0x34a)]=!0x0,_0x536a4c());}[_0xdae29a(0x349)](_0x5615ee){const _0x104742=_0xdae29a,_0x3b16fa=this[_0x104742(0x2c4)](_0x5615ee),_0x25bcab=this[_0x104742(0x2b5)][_0x104742(0x2f5)](_0x5615ee);return _0x3b16fa||_0x25bcab;}[_0xdae29a(0x200)](_0x5512dc,_0x5881dc){const _0x10a33a=_0xdae29a;if(0x0==_0x5881dc[_0x10a33a(0x23d)])return!0x1;let _0x5ae617=!0x1;for(const _0x4fb07a of _0x5881dc){const _0x70f30b=this[_0x10a33a(0x1f7)](_0x4fb07a[_0x10a33a(0x30c)],_0x10a33a(0x279))[_0x10a33a(0x30f)](_0xac9b42=>!_0xac9b42[_0x10a33a(0x2c8)][_0x10a33a(0x37c)])[_0x10a33a(0x314)](_0x2ccfea=>_0x2ccfea[_0x10a33a(0x1ea)]),_0x5d7bbc=_0x18395a({'newValue':_0x4fb07a[_0x10a33a(0x26a)]});_0x70f30b[_0x10a33a(0x30f)](_0xfc24a4=>{const _0x1cb5e5=_0x10a33a,[_0x4814d2,_0x3ce259]=_0xfc24a4[_0x1cb5e5(0x317)][_0x1cb5e5(0x2ec)]('|');return _0x4814d2==_0x4fb07a[_0x1cb5e5(0x294)]&&_0x3ce259!=_0x5d7bbc;})[_0x10a33a(0x352)](_0xfc95c4=>{const _0x436383=_0x10a33a;this[_0x436383(0x2c6)](_0xfc95c4,_0x4fb07a[_0x436383(0x30c)],_0x5512dc),_0x5ae617=!0x0;});}return _0x5ae617;}[_0xdae29a(0x2c6)](_0x4e71e1,_0x5e470e,_0x182252){const _0x14fb80=_0xdae29a,_0x30524b=_0x4e71e1[_0x14fb80(0x2de)]()[_0x14fb80(0x271)](_0x5e470e);0x0!==_0x30524b[_0x14fb80(0x23d)]?0x1!==_0x30524b[_0x14fb80(0x23d)]?this[_0x14fb80(0x2ce)](_0x4e71e1,_0x5e470e[_0x14fb80(0x1e5)],_0x5e470e[_0x14fb80(0x203)]):this[_0x14fb80(0x22e)](_0x4e71e1,_0x30524b[0x0]):_0x182252[_0x14fb80(0x362)](_0x4e71e1[_0x14fb80(0x365)]());}}class Bt{constructor(_0x146e4b){const _0x5b67a2=_0xdae29a;this[_0x5b67a2(0x385)]=_0x146e4b,this[_0x5b67a2(0x250)]=_0x146e4b[_0x5b67a2(0x307)],this[_0x5b67a2(0x2aa)]=new Map(),this[_0x5b67a2(0x32c)]=new Map(),this[_0x5b67a2(0x277)]();}[_0xdae29a(0x2e3)](_0x5cedea,_0x44bf4c,_0x1bcac7,_0x3488e4,_0x3610e3,_0x5d4c93){const _0x33b530=_0xdae29a;return new _0x49d2b6(this[_0x33b530(0x250)],{'type':_0x5cedea,'subType':_0x44bf4c,'id':_0x1bcac7,'author':_0x3488e4,'creator':_0x3488e4,'attributes':_0x3610e3,'onAttributesChange':_0x5d4c93,'onAccept':(..._0x19d832)=>this[_0x33b530(0x235)](_0x5cedea,_0x44bf4c,_0x33b530(0x1e7))(..._0x19d832),'onDiscard':(..._0x467e67)=>this[_0x33b530(0x235)](_0x5cedea,_0x44bf4c,_0x33b530(0x36c))(..._0x467e67)});}[_0xdae29a(0x31f)](_0x2edf23,_0x11482c,_0x343724,_0x3d7be0){const _0x612480=_0xdae29a,_0x5078d9=_0x2edf23+':'+_0x11482c+':'+_0x343724;this[_0x612480(0x2aa)][_0x612480(0x2b2)](_0x5078d9,_0x3d7be0);}[_0xdae29a(0x235)](_0x30253d,_0x306775,_0x25fcdf){const _0x3e94aa=_0xdae29a,_0x23a876=_0x30253d+':'+_0x306775+':'+_0x25fcdf;return this[_0x3e94aa(0x2aa)][_0x3e94aa(0x2f2)](_0x23a876)||this[_0x3e94aa(0x32c)][_0x3e94aa(0x2f2)](_0x30253d+':'+_0x25fcdf);}[_0xdae29a(0x277)](){const _0x5bf20e=_0xdae29a,_0x14920f=()=>!0x1,_0x4e2696=_0x48b383=>{const _0x22c804=_0x3b84;_0x48b383[_0x22c804(0x2c2)]((_0x1383b7,_0x2899fc)=>_0x1383b7[_0x22c804(0x1e5)][_0x22c804(0x368)](_0x2899fc[_0x22c804(0x1e5)])?0x1:-0x1),this[_0x22c804(0x250)][_0x22c804(0x2f1)](_0x542ce2=>{const _0x10608a=_0x22c804;for(const _0x16c7de of _0x48b383){let _0x65dcf6;_0x65dcf6=_0x16c7de[_0x10608a(0x203)][_0x10608a(0x246)]&&_0x16c7de[_0x10608a(0x203)][_0x10608a(0x2ae)]==_0x16c7de[_0x10608a(0x1e5)][_0x10608a(0x289)]?_0x542ce2[_0x10608a(0x2bf)](_0x16c7de[_0x10608a(0x1e5)][_0x10608a(0x289)],'on'):_0x542ce2[_0x10608a(0x2bf)](_0x16c7de),this[_0x10608a(0x250)][_0x10608a(0x37e)](_0x65dcf6,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2bd865=(_0x54dca2,_0x3013dc)=>{const _0x460be7=_0x3b84;_0x3013dc&&this[_0x460be7(0x250)][_0x460be7(0x2f1)](_0x446a9c=>{const _0x3cb36a=_0x460be7,{commandName:_0x143991,commandParams:_0x5e82f1=[]}=_0x3013dc,_0xfddb04=_0x54dca2[_0x3cb36a(0x314)](_0x11355f=>(Rt(_0x11355f)&&(_0x11355f=this[_0x3cb36a(0x250)][_0x3cb36a(0x231)](_0x11355f[_0x3cb36a(0x203)])),_0x11355f))[_0x3cb36a(0x30f)](_0x3a0c52=>_0x3cb36a(0x270)!==_0x3a0c52[_0x3cb36a(0x1d6)][_0x3cb36a(0x2d9)]);if(_0xfddb04[_0x3cb36a(0x23d)]<0x1)return;const _0x3ef471=Array[_0x3cb36a(0x273)](this[_0x3cb36a(0x250)][_0x3cb36a(0x232)][_0x3cb36a(0x2e4)][_0x3cb36a(0x255)]())[_0x3cb36a(0x314)](_0x5b5bd0=>_0x24962a[_0x3cb36a(0x22d)](_0x5b5bd0));_0x446a9c[_0x3cb36a(0x2e5)](_0xfddb04);for(const _0xbc9576 of this[_0x3cb36a(0x385)][_0x3cb36a(0x33f)][_0x3cb36a(0x33f)]())_0xbc9576[_0x3cb36a(0x2a3)]();_0x5e82f1[_0x3cb36a(0x272)]({'forceDefaultExecution':!0x0}),this[_0x3cb36a(0x385)][_0x3cb36a(0x2da)](_0x143991,..._0x5e82f1);const _0x3ca31e=_0x3ef471[_0x3cb36a(0x30f)](_0x3b4288=>_0x3cb36a(0x270)!=_0x3b4288[_0x3cb36a(0x1d6)][_0x3cb36a(0x2d9)]);_0x3ca31e[_0x3cb36a(0x23d)]>0x0&&_0x446a9c[_0x3cb36a(0x2e5)](_0x3ca31e);for(const _0x13c871 of _0x3ef471)_0x13c871[_0x3cb36a(0x224)]();});},_0x679453=(_0x575ab0,_0x458f9f)=>0x1==_0x575ab0[_0x5bf20e(0x23d)]&&0x1==_0x458f9f[_0x5bf20e(0x23d)]&&_0x575ab0[0x0][_0x5bf20e(0x203)][_0x5bf20e(0x319)](_0x458f9f[0x0][_0x5bf20e(0x1e5)]),_0x11c3b6=(_0x30d311,_0x36a4c7,_0x1059da,_0x320c3d)=>Gt(_0x30d311,_0x36a4c7,_0x1059da,_0x320c3d,this[_0x5bf20e(0x250)])?[_0x30d311,_0x36a4c7]:Gt(_0x36a4c7,_0x30d311,_0x320c3d,_0x1059da,this[_0x5bf20e(0x250)])?[_0x36a4c7,_0x30d311]:null;this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x20c),_0x14920f),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x30e),_0x4e2696),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x34c),_0x679453),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x220),_0x11c3b6),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x2d7),_0x4e2696),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x370),_0x14920f),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x37d),_0x679453),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x251),_0x11c3b6),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x330),_0x2bd865),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x2ef),_0x14920f),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x32b),_0x679453),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x241),_0x14920f),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x2b9),_0x2bd865),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x238),_0x14920f),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x202),_0x679453),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x1e0),_0x14920f),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x2f8),_0x14920f),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x1e2),(_0x18940c,_0xd4d424)=>{const _0x254e76=_0x5bf20e;if(!_0xd4d424)return;const _0x1b71c7=this[_0x254e76(0x385)][_0x254e76(0x1fe)][_0x254e76(0x2f2)](p);this[_0x254e76(0x250)][_0x254e76(0x2f1)](_0x58c896=>{const _0x5f0e31=_0x254e76;if(_0x5f0e31(0x357)==_0xd4d424[_0x5f0e31(0x294)])for(const _0x16c8df of _0x18940c){const _0x2e5214=_0x16c8df[_0x5f0e31(0x1e5)][_0x5f0e31(0x289)],_0x524f2e=_0xd4d424[_0x5f0e31(0x36e)];_0x58c896[_0x5f0e31(0x33a)](_0x2e5214,_0x524f2e);}else{if(_0x1b71c7[_0x5f0e31(0x2c4)](_0xd4d424[_0x5f0e31(0x294)])){for(const _0x41d73e of _0x18940c)void 0x0!==_0xd4d424[_0x5f0e31(0x36e)]?_0x58c896[_0x5f0e31(0x1ed)](_0xd4d424[_0x5f0e31(0x294)],_0xd4d424[_0x5f0e31(0x36e)],_0x41d73e[_0x5f0e31(0x1e5)][_0x5f0e31(0x289)]):_0x58c896[_0x5f0e31(0x1d9)](_0xd4d424[_0x5f0e31(0x294)],_0x41d73e[_0x5f0e31(0x1e5)][_0x5f0e31(0x289)]);}else{for(const _0x4db782 of _0x18940c)_0xd4d424[_0x5f0e31(0x36e)]?_0x58c896[_0x5f0e31(0x1ed)](_0xd4d424[_0x5f0e31(0x294)],_0xd4d424[_0x5f0e31(0x36e)],_0x4db782):_0x58c896[_0x5f0e31(0x1d9)](_0xd4d424[_0x5f0e31(0x294)],_0x4db782);}}});}),this[_0x5bf20e(0x32c)][_0x5bf20e(0x2b2)](_0x5bf20e(0x288),_0x679453);}}function xt(_0x360d08,_0x55a749,_0x43a17a){const _0x2f077e=_0xdae29a;for(const _0x1261ed of _0x55a749[_0x2f077e(0x2ae)][_0x2f077e(0x2fa)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x1261ed[_0x2f077e(0x1d6)]==_0x1261ed)return!0x1;if(!_0x43a17a[_0x2f077e(0x328)](_0x1261ed))return!0x1;if(_0x360d08[_0x2f077e(0x269)](_0x1261ed)||_0x360d08[_0x2f077e(0x31c)](_0x1261ed))return!0x0;}return!0x1;}function Rt(_0x227674){const _0x1055f8=_0xdae29a;return _0x227674[_0x1055f8(0x203)][_0x1055f8(0x2ae)]==_0x227674[_0x1055f8(0x1e5)][_0x1055f8(0x289)]&&_0x227674[_0x1055f8(0x203)][_0x1055f8(0x276)];}function Tt(_0x46b1a4,_0x560590,_0x1eed0c,_0x4b9c05){const _0x415541=_0xdae29a,_0x10e198=_0x1f8592=>!_0x1f8592[_0x415541(0x2a9)]['is'](_0x415541(0x334))&&!_0x4b9c05[_0x415541(0x269)](_0x1f8592[_0x415541(0x2a9)]),_0x14e0b3=_0x46b1a4[_0x415541(0x1e5)][_0x415541(0x242)](_0x10e198),_0x4dd5eb=_0x46b1a4[_0x415541(0x203)][_0x415541(0x242)](_0x10e198,{'direction':_0x415541(0x2a0)});return(!_0x46b1a4[_0x415541(0x1e5)][_0x415541(0x319)](_0x14e0b3)||!_0x46b1a4[_0x415541(0x203)][_0x415541(0x319)](_0x4dd5eb))&&(_0x14e0b3[_0x415541(0x368)](_0x4dd5eb)?_0x1eed0c[_0x415541(0x239)](_0x560590,{'range':_0x1eed0c[_0x415541(0x231)](_0x14e0b3,_0x4dd5eb)}):_0x1eed0c[_0x415541(0x362)](_0x560590),!0x0);}function Et(_0x5f2efe){return _0x18395a(_0x5f2efe);}function Vt(_0x36d40b){const _0x32970d=_0xdae29a,_0x506df1=_0x36d40b[_0x32970d(0x1e5)][_0x32970d(0x289)];return _0x506df1&&_0x506df1['is'](_0x32970d(0x2b3));}function Ut(_0x6dab83,_0x274b54){const _0x1fef05=_0xdae29a;return null==_0x6dab83[_0x1fef05(0x203)][_0x1fef05(0x28f)]&&_0x6dab83[_0x1fef05(0x203)][_0x1fef05(0x2ae)]==_0x6dab83[_0x1fef05(0x1e5)][_0x1fef05(0x289)]?Ot(_0x6dab83[_0x1fef05(0x1e5)][_0x1fef05(0x289)],_0x274b54):_0x6dab83;}function Ot(_0x47ff96,_0x20e12e){const _0x2286b9=_0xdae29a,_0x15ceda=_0x20e12e[_0x2286b9(0x1f6)][_0x2286b9(0x269)](_0x47ff96)||_0x20e12e[_0x2286b9(0x1f6)][_0x2286b9(0x2e0)](_0x47ff96);return _0x20e12e[_0x2286b9(0x231)](_0x20e12e[_0x2286b9(0x236)](_0x47ff96,_0x2286b9(0x2e2)),_0x15ceda?_0x20e12e[_0x2286b9(0x356)](_0x47ff96):_0x20e12e[_0x2286b9(0x236)](_0x47ff96,_0x2286b9(0x203)));}function Gt(_0x41cb04,_0x5b3c63,_0x24617c,_0x5bf759,_0x250bd3){const _0x3d26f5=_0xdae29a;if(!Ft(_0x41cb04,_0x5b3c63))return!0x1;if(_0x24617c[_0x3d26f5(0x203)][_0x3d26f5(0x319)](_0x5bf759[_0x3d26f5(0x1e5)]))return!0x0;if(_0x41cb04[_0x3d26f5(0x332)]!=_0x5b3c63[_0x3d26f5(0x332)])return!0x1;if(!_0x24617c[_0x3d26f5(0x203)][_0x3d26f5(0x29c)](_0x5bf759[_0x3d26f5(0x1e5)]))return!0x1;const _0x305041=_0x250bd3[_0x3d26f5(0x231)](_0x24617c[_0x3d26f5(0x203)],_0x5bf759[_0x3d26f5(0x1e5)])[_0x3d26f5(0x359)]();for(const _0x22a395 of _0x305041)if([_0x3d26f5(0x1f0),_0x3d26f5(0x26f)][_0x3d26f5(0x28e)](_0x22a395[_0x3d26f5(0x332)])&&_0x250bd3[_0x3d26f5(0x1f6)][_0x3d26f5(0x31c)](_0x22a395[_0x3d26f5(0x2a9)]))return!0x1;return!0x0;}function Ft(_0x2202d6,_0x3e7d6a,_0x790482=[]){const _0x149ff7=_0xdae29a;return!(!_0x2202d6[_0x149ff7(0x2cb)]||!_0x3e7d6a[_0x149ff7(0x2cb)])&&_0x1594ab(_0x343922(_0x2202d6[_0x149ff7(0x322)],_0x790482),_0x343922(_0x3e7d6a[_0x149ff7(0x322)],_0x790482));}function Pt(_0x76360f,_0x421c97){const _0xafb99c=_0xdae29a,_0x4581ce=Lt(_0x76360f[_0xafb99c(0x322)]),_0x206169=Lt(_0x421c97);if(!_0x76360f[_0xafb99c(0x2cb)])return!0x1;for(const _0x458a72 of Object[_0xafb99c(0x2bb)](_0x206169))if(!_0x1594ab(_0x4581ce[_0x458a72],_0x206169[_0x458a72]))return!0x1;return!0x0;}function Lt(_0x388f98){const _0xe48d3=_0xdae29a,_0x5e0fca=Object[_0xe48d3(0x37b)]({},_0x388f98);return delete _0x5e0fca[_0xe48d3(0x31e)],delete _0x5e0fca[_0xe48d3(0x204)],_0x5e0fca;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x4be3(_0x35b9d0,_0x520740){const _0x351efc=_0x351e();return _0x4be3=function(_0x4be38c,_0x4f912a){_0x4be38c=_0x4be38c-0x167;let _0x509eb1=_0x351efc[_0x4be38c];return _0x509eb1;},_0x4be3(_0x35b9d0,_0x520740);}const _0x3f486f=_0x4be3;(function(_0x479ba9,_0x1bc3b9){const _0x138899=_0x4be3,_0x3d333a=_0x479ba9();while(!![]){try{const _0x4e113e=-parseInt(_0x138899(0x1dc))/0x1+-parseInt(_0x138899(0x16e))/0x2+-parseInt(_0x138899(0x18a))/0x3*(-parseInt(_0x138899(0x19b))/0x4)+parseInt(_0x138899(0x1af))/0x5+-parseInt(_0x138899(0x1ad))/0x6*(-parseInt(_0x138899(0x195))/0x7)+-parseInt(_0x138899(0x1e9))/0x8+parseInt(_0x138899(0x18e))/0x9*(parseInt(_0x138899(0x176))/0xa);if(_0x4e113e===_0x1bc3b9)break;else _0x3d333a['push'](_0x3d333a['shift']());}catch(_0x55058c){_0x3d333a['push'](_0x3d333a['shift']());}}}(_0x351e,0x2993d));import{Plugin as _0x57f24c}from'ckeditor5/src/core.js';import{Collection as _0x3ee87c}from'ckeditor5/src/utils.js';function _0x351e(){const _0x44456f=['previous','1131910zoQLoW','unbind','addComment','values','toMany','actionView','refreshSelectedViews','suggestionLoaded','isDirty','_annotationViews','change:activeAnnotations','filter','CommentsUI','has','head','getMarkerNames','commentThread','requires','length','editor','acceptButton','acceptAllSuggestions','_disableComments','SuggestionThreadView','switchbutton','button','getFirstRange','type','comments.maxCommentsWhenCollapsed','componentFactory','keys','define','isInContent','add','delete','execute','getJoined','_destroyController','destroy','activeMarkers','isEnabled','editing','trackChanges','discardButton','model','52836RlDcoC','mainView','createCommentThreadController','createAnnotationView','addSourceCollector','getAllAdjacentSuggestions','change:previous','suggestionChanged','getMarkers','suggestion-','remove','Track\x20changes','pluginName','389536IrbLzh','buttonView','descriptionParts','createAnnotation','getSuggestion','getRanges','from','trackChanges.SuggestionThreadView','discardSelectedSuggestions','get','config','isMultiRange','_refreshActiveMarkers','537218RBZcZu','_updateController','locale','isOn','map','CommentView','Annotations','push','19030LDcrmq','_createUIButton','set','hasSuggestion','separator','clear','focus','trackChanges.disableComments','reduce','comments','view','registerAnnotation','init','listenTo','lowest','TrackChangesUI','plugins','discardAllSuggestions','commands','_handleControllerBuffer','32787mYQAvz','comments.maxThreadTotalWeight','some','_handleSuggestionControllerDelayed','1278JfoMFV','bind','arrowView','Discard\x20all\x20selected\x20suggestions','acceptSelectedSuggestions','Accept\x20all\x20selected\x20suggestions','suggestionUnloaded','77SQlbXD','source','size','_suggestionToController','TrackChangesEditing','activeAnnotations','4fItGny','Discard\x20all\x20suggestions','comments.editorConfig','comments.maxCommentCharsWhenCollapsed','getByInnerView','getDescriptions','_descriptionFactory','Accept\x20all\x20suggestions','_initializeController','CommentsRepository','_bindAnnotationToEditors','innerView','value','commandName','_unbindEditors','stopListening','EditorAnnotations','_viewToController','17946GbaDbm'];_0x351e=function(){return _0x44456f;};return _0x351e();}import{ViewModel as _0x1c3b04,SplitButtonView as _0x3d89a6,createDropdown as _0x5d6545,addListToDropdown as _0x54dce0}from'ckeditor5/src/ui.js';import{Users as _0x40fd1d,getDateTimeFormatter as _0x5e2f18,getAllMarkersDomElementsSorted as _0x2eb638}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x2763ba from'./trackchangesediting.js';import _0x482eff from'./ui/suggestioncontroller.js';import _0x33e770 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x83bc5e}from'./utils/common-translations.js';import _0x27d1dc from'../theme/icons/track-changes.svg';export default class d extends _0x57f24c{static get[_0x3f486f(0x1c0)](){const _0x46f5c2=_0x3f486f;return[_0x2763ba,_0x40fd1d,_0x46f5c2(0x1a4),_0x46f5c2(0x174),_0x46f5c2(0x1ab)];}static get[_0x3f486f(0x1e8)](){const _0x148689=_0x3f486f;return _0x148689(0x185);}constructor(_0x5b7e3d){const _0x5e25ad=_0x3f486f;super(_0x5b7e3d),this[_0x5e25ad(0x198)]=new Map(),this[_0x5e25ad(0x1ac)]=new Map(),this[_0x5e25ad(0x1b8)]=new Map(),this[_0x5e25ad(0x189)]=new Map();const _0x166181=this[_0x5e25ad(0x1c2)][_0x5e25ad(0x16b)];_0x166181[_0x5e25ad(0x1ce)](_0x5e25ad(0x168),_0x33e770),_0x166181[_0x5e25ad(0x1ce)](_0x5e25ad(0x17d),!0x1),this[_0x5e25ad(0x1c5)]=_0x166181[_0x5e25ad(0x16a)](_0x5e25ad(0x17d));}[_0x3f486f(0x18d)](_0x17aa18,_0x42d754){const _0x109e37=_0x3f486f;0x0===this[_0x109e37(0x189)][_0x109e37(0x197)]&&setTimeout(()=>{const _0x346f4d=_0x109e37;for(const [_0x2229e3,_0x1936cd]of this[_0x346f4d(0x189)]){const _0xbb7d93=this[_0x346f4d(0x198)][_0x346f4d(0x1bc)](_0x2229e3);_0xbb7d93||_0x1936cd?_0xbb7d93&&_0x1936cd&&this[_0x346f4d(0x1d4)](_0x2229e3):this[_0x346f4d(0x1a3)](_0x2229e3);}this[_0x346f4d(0x189)][_0x346f4d(0x17b)](),this[_0x346f4d(0x1c2)][_0x346f4d(0x186)][_0x346f4d(0x16a)](_0x346f4d(0x1ab))[_0x346f4d(0x1b5)](),this[_0x346f4d(0x16d)]();},0xa),this[_0x109e37(0x189)][_0x109e37(0x178)](_0x17aa18,_0x42d754);}[_0x3f486f(0x182)](){const _0x2a0fac=_0x3f486f,_0x4a300c=this[_0x2a0fac(0x1c2)],_0x3e98a5=_0x4a300c[_0x2a0fac(0x186)][_0x2a0fac(0x16a)](_0x2a0fac(0x199)),_0x4ba225=_0x4a300c[_0x2a0fac(0x186)][_0x2a0fac(0x16a)](_0x2a0fac(0x174)),_0x58d22a=_0x4a300c[_0x2a0fac(0x186)][_0x2a0fac(0x16a)](_0x2a0fac(0x1ab)),_0x5e2e80=_0x4a300c[_0x2a0fac(0x186)][_0x2a0fac(0x16a)](_0x2a0fac(0x1a4));_0x4a300c['ui'][_0x2a0fac(0x1cc)][_0x2a0fac(0x1d0)](_0x2a0fac(0x1d9),_0x29f1d4=>this[_0x2a0fac(0x177)](_0x29f1d4)),_0x58d22a[_0x2a0fac(0x1e0)](()=>{const _0x37da5e=_0x2a0fac,_0x214da5=[];for(const [_0x7a247,_0xd36de6]of Array[_0x37da5e(0x167)](this[_0x37da5e(0x198)])){const _0x407ae9=_0x7a247[_0x37da5e(0x1e1)](),_0x13369f=[];for(const _0x5b07c2 of _0x407ae9){if(!_0x5b07c2[_0x37da5e(0x1cf)])continue;if(_0x5b07c2[_0x37da5e(0x16c)]){_0x13369f[_0x37da5e(0x175)](..._0x5b07c2[_0x37da5e(0x1ee)]());continue;}const _0x278b12=_0x5b07c2[_0x37da5e(0x1c9)]();if(_0x13369f[_0x37da5e(0x1c1)]>0x0){const _0x56773c=_0x13369f[0x0][_0x37da5e(0x1d3)](_0x278b12);if(_0x56773c){_0x13369f[0x0]=_0x56773c;continue;}}_0x13369f[_0x37da5e(0x175)](_0x278b12);}_0x214da5[_0x37da5e(0x175)]([_0xd36de6[_0x37da5e(0x180)],_0x13369f]);}return _0x214da5;}),this[_0x2a0fac(0x183)](_0x3e98a5,_0x2a0fac(0x1b6),(_0x11fbe2,_0xb46c61)=>{const _0xaad282=_0x2a0fac;this[_0xaad282(0x183)](_0xb46c61,_0xaad282(0x1e2),(_0x366b80,_0xa4c7c1,_0x1b9e40,_0x305bec)=>{const _0x1ed642=_0xaad282;_0xb46c61[_0x1ed642(0x1cf)]&&(null==_0x1b9e40?(this[_0x1ed642(0x16f)](_0x305bec[_0x1ed642(0x1bd)]),this[_0x1ed642(0x18d)](_0xb46c61,!0x1)):(this[_0x1ed642(0x16f)](_0x1b9e40[_0x1ed642(0x1bd)]),null==_0x305bec&&this[_0x1ed642(0x18d)](_0xb46c61,!0x0)));}),null!==_0xb46c61[_0xaad282(0x1ae)]?this[_0xaad282(0x16f)](_0xb46c61[_0xaad282(0x1bd)]):this[_0xaad282(0x18d)](_0xb46c61,!0x1);}),this[_0x2a0fac(0x183)](_0x3e98a5,_0x2a0fac(0x194),(_0x520c59,_0x427268,_0x548180)=>{const _0x2ee204=_0x2a0fac;this[_0x2ee204(0x1aa)](_0x427268,_0x2ee204(0x1e2)),this[_0x2ee204(0x189)][_0x2ee204(0x1d1)](_0x427268),this[_0x2ee204(0x198)][_0x2ee204(0x1bc)](_0x427268)&&this[_0x2ee204(0x1d4)](_0x427268),_0x548180&&this[_0x2ee204(0x16f)](_0x548180[_0x2ee204(0x1bd)]);}),this[_0x2a0fac(0x183)](_0x3e98a5,_0x2a0fac(0x1e3),(_0x282702,_0x5e5840)=>{const _0x1f82e3=_0x2a0fac;this[_0x1f82e3(0x16f)](_0x5e5840);}),this[_0x2a0fac(0x183)](_0x4ba225,_0x2a0fac(0x1b9),()=>{const _0x56b3f8=_0x2a0fac;this[_0x56b3f8(0x16d)]();}),this[_0x2a0fac(0x183)](_0x5e2e80,_0x2a0fac(0x1b1),(_0x2965ab,{threadId:_0x499574,isFromAdapter:_0xa5db97})=>{const _0x28af34=_0x2a0fac;if(_0xa5db97||!_0x3e98a5[_0x28af34(0x179)](_0x499574))return;const _0x314d19=_0x3e98a5[_0x28af34(0x1ed)](_0x499574);this[_0x28af34(0x198)][_0x28af34(0x16a)](_0x314d19)[_0x28af34(0x180)][_0x28af34(0x17c)]();},{'priority':_0x2a0fac(0x184)});}[_0x3f486f(0x16d)](){const _0x462a61=_0x3f486f,_0x2e3e6a=this[_0x462a61(0x1c2)][_0x462a61(0x186)][_0x462a61(0x16a)](_0x462a61(0x174)),_0x1242dd=this[_0x462a61(0x1c2)][_0x462a61(0x186)][_0x462a61(0x16a)](_0x462a61(0x199)),_0x3451c6=Array[_0x462a61(0x167)](_0x2e3e6a[_0x462a61(0x19a)],_0x2d750f=>_0x2d750f[_0x462a61(0x1a6)])[_0x462a61(0x1ba)](_0x468028=>this[_0x462a61(0x1ac)][_0x462a61(0x1bc)](_0x468028)),_0x5b9b48=[];for(const _0x5b930e of _0x3451c6){const _0x24317b=this[_0x462a61(0x1ac)][_0x462a61(0x16a)](_0x5b930e)[_0x462a61(0x1db)][_0x462a61(0x1e1)]();_0x5b9b48[_0x462a61(0x175)](..._0x24317b[_0x462a61(0x17e)]((_0x403ac4,_0x19ba7a)=>[..._0x403ac4,..._0x19ba7a[_0x462a61(0x1be)]()],[]));}_0x1242dd[_0x462a61(0x1d6)]=_0x5b9b48;}[_0x3f486f(0x177)](_0x1e783b){const _0x1f4ec2=_0x3f486f,_0x19d84b=_0x5d6545(_0x1e783b,_0x3d89a6),_0x1af23e=this[_0x1f4ec2(0x1c2)][_0x1f4ec2(0x188)][_0x1f4ec2(0x16a)](_0x1f4ec2(0x1d9)),_0x49b64b=_0x83bc5e(_0x1e783b,_0x1f4ec2(0x1e7));_0x19d84b[_0x1f4ec2(0x1ea)][_0x1f4ec2(0x178)]({'tooltip':_0x49b64b,'label':_0x49b64b,'icon':_0x27d1dc}),_0x19d84b[_0x1f4ec2(0x1ea)][_0x1f4ec2(0x18f)](_0x1f4ec2(0x171))['to'](_0x1af23e,_0x1f4ec2(0x1a7)),_0x19d84b[_0x1f4ec2(0x1ea)]['on'](_0x1f4ec2(0x1d2),()=>{const _0x23e75f=_0x1f4ec2;_0x1af23e[_0x23e75f(0x1d2)](),this[_0x23e75f(0x1c2)][_0x23e75f(0x1d8)][_0x23e75f(0x180)][_0x23e75f(0x17c)]();});const _0x202b3e=new _0x3ee87c(),_0x16c77d=[{'type':_0x1f4ec2(0x1c7),'model':{'withText':!0x0,'label':_0x49b64b,'commandName':_0x1f4ec2(0x1d9)}},{'type':_0x1f4ec2(0x17a)},{'type':_0x1f4ec2(0x1c8),'model':{'withText':!0x0,'label':_0x83bc5e(_0x1e783b,_0x1f4ec2(0x1a2)),'commandName':_0x1f4ec2(0x1c4)}},{'type':_0x1f4ec2(0x1c8),'model':{'withText':!0x0,'label':_0x83bc5e(_0x1e783b,_0x1f4ec2(0x193)),'commandName':_0x1f4ec2(0x192)}},{'type':_0x1f4ec2(0x1c8),'model':{'withText':!0x0,'label':_0x83bc5e(_0x1e783b,_0x1f4ec2(0x19c)),'commandName':_0x1f4ec2(0x187)}},{'type':_0x1f4ec2(0x1c8),'model':{'withText':!0x0,'label':_0x83bc5e(_0x1e783b,_0x1f4ec2(0x191)),'commandName':_0x1f4ec2(0x169)}}];for(const _0x44998a of _0x16c77d){let _0x39c4c7={'type':_0x1f4ec2(0x17a)};if(_0x44998a[_0x1f4ec2(0x1db)]){const _0x259a79=new _0x1c3b04(_0x44998a[_0x1f4ec2(0x1db)]),_0x42b593=this[_0x1f4ec2(0x1c2)][_0x1f4ec2(0x188)][_0x1f4ec2(0x16a)](_0x259a79[_0x1f4ec2(0x1a8)]);_0x259a79[_0x1f4ec2(0x18f)](_0x1f4ec2(0x171),_0x1f4ec2(0x1d7))['to'](_0x42b593,_0x1f4ec2(0x1a7),_0x1f4ec2(0x1d7)),_0x39c4c7={'type':_0x44998a[_0x1f4ec2(0x1ca)],'model':_0x259a79};}_0x202b3e[_0x1f4ec2(0x1d0)](_0x39c4c7);}_0x54dce0(_0x19d84b,_0x202b3e);const _0x142698=_0x16c77d[_0x1f4ec2(0x1ba)](_0x399b6f=>null!=_0x399b6f[_0x1f4ec2(0x1db)])[_0x1f4ec2(0x172)](_0x26386e=>this[_0x1f4ec2(0x1c2)][_0x1f4ec2(0x188)][_0x1f4ec2(0x16a)](_0x26386e[_0x1f4ec2(0x1db)][_0x1f4ec2(0x1a8)])),_0x48bc9d=_0x19d84b[_0x1f4ec2(0x1ea)];return _0x48bc9d[_0x1f4ec2(0x1b4)][_0x1f4ec2(0x1b0)](_0x1f4ec2(0x1d7)),_0x48bc9d[_0x1f4ec2(0x190)][_0x1f4ec2(0x1b0)](_0x1f4ec2(0x1d7)),_0x48bc9d[_0x1f4ec2(0x1b4)][_0x1f4ec2(0x18f)](_0x1f4ec2(0x1d7))['to'](_0x1af23e,_0x1f4ec2(0x1d7)),_0x48bc9d[_0x1f4ec2(0x190)][_0x1f4ec2(0x18f)](_0x1f4ec2(0x1d7))[_0x1f4ec2(0x1b3)](_0x142698,_0x1f4ec2(0x1d7),(..._0x5877bd)=>_0x5877bd[_0x1f4ec2(0x18c)](_0x537a87=>_0x537a87)),_0x19d84b['on'](_0x1f4ec2(0x1d2),_0x35ebde=>{const _0x581bc=_0x1f4ec2;this[_0x581bc(0x1c2)][_0x581bc(0x1d2)](_0x35ebde[_0x581bc(0x196)][_0x581bc(0x1a8)]),this[_0x581bc(0x1c2)][_0x581bc(0x1d8)][_0x581bc(0x180)][_0x581bc(0x17c)]();}),_0x19d84b;}[_0x3f486f(0x1a3)](_0x32da27){const _0xa53122=_0x3f486f,_0x280b39=this[_0xa53122(0x1c2)],_0x5a5485=_0x280b39[_0xa53122(0x16b)],_0x58498c=_0x280b39[_0xa53122(0x186)][_0xa53122(0x16a)](_0xa53122(0x174)),_0x372f87=_0x280b39[_0xa53122(0x186)][_0xa53122(0x16a)](_0xa53122(0x1a4)),_0x26b67f=_0x280b39[_0xa53122(0x186)][_0xa53122(0x16a)](_0xa53122(0x1ab)),_0x4f46f5=_0x280b39[_0xa53122(0x186)][_0xa53122(0x16a)](_0x40fd1d)['me'],_0x2655ec=_0x5a5485[_0xa53122(0x16a)](_0xa53122(0x1d9))[_0xa53122(0x1c6)],{CommentsListView:_0x17e073,CommentThreadInputView:_0x2c29ac}=_0x280b39[_0xa53122(0x186)][_0xa53122(0x16a)](_0xa53122(0x1bb));let _0x2dd2c0,_0x38f23a;this[_0xa53122(0x1b8)][_0xa53122(0x1bc)](_0x32da27['id'])?(_0x38f23a=this[_0xa53122(0x1b8)][_0xa53122(0x16a)](_0x32da27['id']),_0x2dd2c0=_0x38f23a[_0xa53122(0x1dd)]):(_0x2dd2c0=new _0x2655ec(_0x280b39[_0xa53122(0x170)],_0x32da27,_0x4f46f5,{'disableComments':this[_0xa53122(0x1c5)],'editorConfig':_0x5a5485[_0xa53122(0x16a)](_0xa53122(0x19d)),'maxCommentsWhenCollapsed':_0x5a5485[_0xa53122(0x16a)](_0xa53122(0x1cb)),'maxThreadTotalWeight':_0x5a5485[_0xa53122(0x16a)](_0xa53122(0x18b)),'maxCommentCharsWhenCollapsed':_0x5a5485[_0xa53122(0x16a)](_0xa53122(0x19e)),'formatDateTime':_0x5e2f18(_0x5a5485[_0xa53122(0x16a)](_0xa53122(0x170))),'CommentView':_0x5a5485[_0xa53122(0x16a)](_0xa53122(0x17f))[_0xa53122(0x173)],'CommentsListView':_0x17e073,'CommentThreadInputView':_0x2c29ac}),_0x2dd2c0[_0xa53122(0x1c3)]['on'](_0xa53122(0x1d2),()=>{const _0x40e7c9=_0xa53122;_0x280b39[_0x40e7c9(0x1d8)][_0x40e7c9(0x180)][_0x40e7c9(0x17c)]();}),_0x2dd2c0[_0xa53122(0x1da)]['on'](_0xa53122(0x1d2),()=>{const _0x33b1a8=_0xa53122;_0x280b39[_0x33b1a8(0x1d8)][_0x33b1a8(0x180)][_0x33b1a8(0x17c)]();}),_0x38f23a=_0x58498c[_0xa53122(0x1df)](this[_0xa53122(0x1c2)][_0xa53122(0x170)],_0x2dd2c0),_0x38f23a[_0xa53122(0x18f)](_0xa53122(0x1b7))['to'](_0x2dd2c0,_0xa53122(0x1b7)),_0x38f23a[_0xa53122(0x18f)](_0xa53122(0x1c1))['to'](_0x2dd2c0),_0x38f23a[_0xa53122(0x18f)](_0xa53122(0x1ca))['to'](_0x2dd2c0,_0xa53122(0x1ca),_0x419eff=>_0xa53122(0x1e5)+_0x419eff),this[_0xa53122(0x1b8)][_0xa53122(0x178)](_0x32da27['id'],_0x38f23a));const _0x5baa00=_0x372f87[_0xa53122(0x1de)](_0x32da27[_0xa53122(0x1bf)],_0x2dd2c0),_0x26e5bf=new _0x482eff(_0x280b39,_0x32da27,_0x2dd2c0,_0x5baa00),_0x470c64=_0x32da27[_0xa53122(0x1e1)]()[_0xa53122(0x1ba)](_0x39f1bb=>_0x39f1bb[_0xa53122(0x1cf)]);_0x2dd2c0[_0xa53122(0x1eb)]=_0x280b39[_0xa53122(0x186)][_0xa53122(0x16a)](_0xa53122(0x199))[_0xa53122(0x1a1)][_0xa53122(0x1a0)](_0x470c64),this[_0xa53122(0x198)][_0xa53122(0x178)](_0x32da27,_0x26e5bf),this[_0xa53122(0x1ac)][_0xa53122(0x178)](_0x2dd2c0,_0x26e5bf);const _0x1f9698=_0x58498c[_0xa53122(0x1ec)]({'view':_0x38f23a,'target':()=>{const _0x4c28a8=_0xa53122,_0x4e1a1d=[],_0x2c5320=_0x32da27[_0x4c28a8(0x1e1)]()[_0x4c28a8(0x1ba)](_0x46295f=>_0x46295f[_0x4c28a8(0x1cf)]);for(const _0x36c5d3 of _0x2c5320)_0x4e1a1d[_0x4c28a8(0x175)](..._0x36c5d3[_0x4c28a8(0x1e4)]());return _0x2eb638(_0x280b39[_0x4c28a8(0x1d8)],_0x4e1a1d);},'type':()=>_0xa53122(0x1e5)+_0x26e5bf[_0xa53122(0x180)][_0xa53122(0x1ca)]});_0x372f87[_0xa53122(0x1a5)](_0x2dd2c0,_0x1f9698),_0x58498c[_0xa53122(0x1d0)](_0x1f9698),_0x26b67f[_0xa53122(0x181)](_0x1f9698);}[_0x3f486f(0x1d4)](_0x24adfd){const _0x3d914f=_0x3f486f,_0x20cebd=this[_0x3d914f(0x1c2)][_0x3d914f(0x186)][_0x3d914f(0x16a)](_0x3d914f(0x1a4)),_0x4cfa90=this[_0x3d914f(0x1c2)][_0x3d914f(0x186)][_0x3d914f(0x16a)](_0x3d914f(0x174)),_0x58d6ca=this[_0x3d914f(0x198)][_0x3d914f(0x16a)](_0x24adfd),_0x4ca2aa=_0x58d6ca[_0x3d914f(0x180)],_0x5464eb=_0x4cfa90[_0x3d914f(0x19f)](_0x4ca2aa);_0x20cebd[_0x3d914f(0x1a9)](_0x4ca2aa),_0x5464eb&&_0x4cfa90[_0x3d914f(0x1e6)](_0x5464eb),this[_0x3d914f(0x198)][_0x3d914f(0x1d1)](_0x24adfd),this[_0x3d914f(0x1ac)][_0x3d914f(0x1d1)](_0x4ca2aa),_0x58d6ca[_0x3d914f(0x1d5)]();}[_0x3f486f(0x16f)](_0x2b6481){const _0xadd8ef=_0x3f486f;if(!_0x2b6481[_0xadd8ef(0x1cf)]||!this[_0xadd8ef(0x198)][_0xadd8ef(0x1bc)](_0x2b6481))return;const _0x456d13=this[_0xadd8ef(0x1c2)][_0xadd8ef(0x186)][_0xadd8ef(0x16a)](_0xadd8ef(0x199)),_0x597db7=this[_0xadd8ef(0x198)][_0xadd8ef(0x16a)](_0x2b6481),_0x386759=_0x2b6481[_0xadd8ef(0x1e1)]();_0x597db7[_0xadd8ef(0x180)][_0xadd8ef(0x1eb)]=_0x456d13[_0xadd8ef(0x1a1)][_0xadd8ef(0x1a0)](_0x386759);}[_0x3f486f(0x1d5)](){const _0x21466c=_0x3f486f;for(const _0x56bd95 of this[_0x21466c(0x198)][_0x21466c(0x1cd)]())this[_0x21466c(0x1d4)](_0x56bd95);for(const _0x4f982d of this[_0x21466c(0x1b8)][_0x21466c(0x1b2)]())_0x4f982d[_0x21466c(0x1dd)][_0x21466c(0x1d5)]();super[_0x21466c(0x1d5)]();}}
|
|
23
|
+
const _0x1be1d0=_0x5687;(function(_0x3eb8b3,_0x379fa5){const _0x424481=_0x5687,_0x4537d7=_0x3eb8b3();while(!![]){try{const _0x33b829=-parseInt(_0x424481(0x226))/0x1+-parseInt(_0x424481(0x23d))/0x2+parseInt(_0x424481(0x24b))/0x3*(parseInt(_0x424481(0x1f5))/0x4)+-parseInt(_0x424481(0x24e))/0x5+parseInt(_0x424481(0x1f7))/0x6+parseInt(_0x424481(0x25a))/0x7*(-parseInt(_0x424481(0x242))/0x8)+parseInt(_0x424481(0x230))/0x9;if(_0x33b829===_0x379fa5)break;else _0x4537d7['push'](_0x4537d7['shift']());}catch(_0x386be9){_0x4537d7['push'](_0x4537d7['shift']());}}}(_0x4c04,0x505b9));import{Plugin as _0x281a83}from'ckeditor5/src/core.js';import{Collection as _0x3cc0a8}from'ckeditor5/src/utils.js';import{ViewModel as _0x598936,SplitButtonView as _0x27f829,createDropdown as _0x414fd0,addListToDropdown as _0x5e1a80}from'ckeditor5/src/ui.js';import{Users as _0x352ed2,getDateTimeFormatter as _0x1a52df,getAllMarkersDomElementsSorted as _0x5920c5}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1ea118 from'./trackchangesediting.js';import _0x3fe537 from'./ui/suggestioncontroller.js';import _0x1810bd from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x53c339}from'./utils/common-translations.js';import _0x372171 from'../theme/icons/track-changes.svg';function _0x5687(_0x23378c,_0x3651f2){const _0x4c04d0=_0x4c04();return _0x5687=function(_0x56877d,_0x2b0bd0){_0x56877d=_0x56877d-0x1e7;let _0x1d7f15=_0x4c04d0[_0x56877d];return _0x1d7f15;},_0x5687(_0x23378c,_0x3651f2);}function _0x4c04(){const _0x92d73e=['set','locale','length','clear','Track\x20changes','getRanges','comments.maxThreadTotalWeight','165948WSrSNf','remove','1926222jMoyOr','_handleSuggestionControllerDelayed','innerView','trackChanges.disableComments','acceptAllSuggestions','hasSuggestion','unbind','from','suggestionChanged','bind','values','plugins','Discard\x20all\x20suggestions','keys','getMarkerNames','_handleControllerBuffer','refreshSelectedViews','comments.editorConfig','_disableComments','suggestionLoaded','getFirstRange','_createUIButton','_unbindEditors','editor','has','type','source','CommentsRepository','TrackChangesEditing','acceptButton','_destroyController','Accept\x20all\x20suggestions','model','addComment','separator','get','button','isEnabled','commentThread','isMultiRange','map','CommentView','trackChanges','commandName','reduce','_updateController','activeMarkers','469488QJmuIU','switchbutton','comments.maxCommentCharsWhenCollapsed','pluginName','define','execute','Accept\x20all\x20selected\x20suggestions','requires','getJoined','focus','14852988FBokDU','createAnnotation','filter','createAnnotationView','addSourceCollector','actionView','_annotationViews','TrackChangesUI','value','Annotations','config','toMany','editing','871926aPykHD','view','getByInnerView','_viewToController','push','368ohwDqG','isOn','getMarkers','isInContent','some','CommentsUI','init','createCommentThreadController','trackChanges.SuggestionThreadView','24YaCLtx','comments','getDescriptions','2959625PbXspQ','delete','discardSelectedSuggestions','_descriptionFactory','_bindAnnotationToEditors','getAllAdjacentSuggestions','change:previous','_refreshActiveMarkers','commands','buttonView','discardButton','stopListening','72548gwjmNi','listenTo','head','SuggestionThreadView','registerAnnotation','isDirty','Discard\x20all\x20selected\x20suggestions','mainView','previous','change:activeAnnotations','descriptionParts','lowest','EditorAnnotations','activeAnnotations','discardAllSuggestions','add','destroy','suggestionUnloaded','componentFactory','size','arrowView','getSuggestion','comments.maxCommentsWhenCollapsed','_initializeController','_suggestionToController','acceptSelectedSuggestions','suggestion-'];_0x4c04=function(){return _0x92d73e;};return _0x4c04();}export default class d extends _0x281a83{static get[_0x1be1d0(0x22d)](){const _0xd51355=_0x1be1d0;return[_0x1ea118,_0x352ed2,_0xd51355(0x212),_0xd51355(0x239),_0xd51355(0x266)];}static get[_0x1be1d0(0x229)](){const _0x21d729=_0x1be1d0;return _0x21d729(0x237);}constructor(_0x4547c3){const _0x538a8f=_0x1be1d0;super(_0x4547c3),this[_0x538a8f(0x1eb)]=new Map(),this[_0x538a8f(0x240)]=new Map(),this[_0x538a8f(0x236)]=new Map(),this[_0x538a8f(0x206)]=new Map();const _0x12709e=this[_0x538a8f(0x20e)][_0x538a8f(0x23a)];_0x12709e[_0x538a8f(0x22a)](_0x538a8f(0x24a),_0x1810bd),_0x12709e[_0x538a8f(0x22a)](_0x538a8f(0x1fa),!0x1),this[_0x538a8f(0x209)]=_0x12709e[_0x538a8f(0x21a)](_0x538a8f(0x1fa));}[_0x1be1d0(0x1f8)](_0x4495a1,_0xbe9d4){const _0x2b828f=_0x1be1d0;0x0===this[_0x2b828f(0x206)][_0x2b828f(0x26d)]&&setTimeout(()=>{const _0x20de8f=_0x2b828f;for(const [_0x179e10,_0x5c5fe3]of this[_0x20de8f(0x206)]){const _0x4ec68f=this[_0x20de8f(0x1eb)][_0x20de8f(0x20f)](_0x179e10);_0x4ec68f||_0x5c5fe3?_0x4ec68f&&_0x5c5fe3&&this[_0x20de8f(0x215)](_0x179e10):this[_0x20de8f(0x1ea)](_0x179e10);}this[_0x20de8f(0x206)][_0x20de8f(0x1f1)](),this[_0x20de8f(0x20e)][_0x20de8f(0x202)][_0x20de8f(0x21a)](_0x20de8f(0x266))[_0x20de8f(0x207)](),this[_0x20de8f(0x255)]();},0xa),this[_0x2b828f(0x206)][_0x2b828f(0x1ee)](_0x4495a1,_0xbe9d4);}[_0x1be1d0(0x248)](){const _0x62aaa3=_0x1be1d0,_0x193e86=this[_0x62aaa3(0x20e)],_0x4324d8=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x213)),_0x6ba874=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x239)),_0x2ad845=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x266)),_0x2a7c28=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x212));_0x193e86['ui'][_0x62aaa3(0x26c)][_0x62aaa3(0x269)](_0x62aaa3(0x221),_0x25a2b6=>this[_0x62aaa3(0x20c)](_0x25a2b6)),_0x2ad845[_0x62aaa3(0x234)](()=>{const _0x1ef53b=_0x62aaa3,_0x28b058=[];for(const [_0x5e0d64,_0x307a31]of Array[_0x1ef53b(0x1fe)](this[_0x1ef53b(0x1eb)])){const _0x1b3bcf=_0x5e0d64[_0x1ef53b(0x253)](),_0x300807=[];for(const _0x52018f of _0x1b3bcf){if(!_0x52018f[_0x1ef53b(0x245)])continue;if(_0x52018f[_0x1ef53b(0x21e)]){_0x300807[_0x1ef53b(0x241)](..._0x52018f[_0x1ef53b(0x1f3)]());continue;}const _0xf7c64c=_0x52018f[_0x1ef53b(0x20b)]();if(_0x300807[_0x1ef53b(0x1f0)]>0x0){const _0x1d184d=_0x300807[0x0][_0x1ef53b(0x22e)](_0xf7c64c);if(_0x1d184d){_0x300807[0x0]=_0x1d184d;continue;}}_0x300807[_0x1ef53b(0x241)](_0xf7c64c);}_0x28b058[_0x1ef53b(0x241)]([_0x307a31[_0x1ef53b(0x23e)],_0x300807]);}return _0x28b058;}),this[_0x62aaa3(0x25b)](_0x4324d8,_0x62aaa3(0x20a),(_0x23dfc9,_0x523381)=>{const _0x1bdc8b=_0x62aaa3;this[_0x1bdc8b(0x25b)](_0x523381,_0x1bdc8b(0x254),(_0x5b3c46,_0x199fc4,_0x13c7cb,_0x5f2813)=>{const _0x67401b=_0x1bdc8b;_0x523381[_0x67401b(0x245)]&&(null==_0x13c7cb?(this[_0x67401b(0x224)](_0x5f2813[_0x67401b(0x25c)]),this[_0x67401b(0x1f8)](_0x523381,!0x1)):(this[_0x67401b(0x224)](_0x13c7cb[_0x67401b(0x25c)]),null==_0x5f2813&&this[_0x67401b(0x1f8)](_0x523381,!0x0)));}),null!==_0x523381[_0x1bdc8b(0x262)]?this[_0x1bdc8b(0x224)](_0x523381[_0x1bdc8b(0x25c)]):this[_0x1bdc8b(0x1f8)](_0x523381,!0x1);}),this[_0x62aaa3(0x25b)](_0x4324d8,_0x62aaa3(0x26b),(_0x104042,_0x34b942,_0x86fc1)=>{const _0x3f9fc3=_0x62aaa3;this[_0x3f9fc3(0x259)](_0x34b942,_0x3f9fc3(0x254)),this[_0x3f9fc3(0x206)][_0x3f9fc3(0x24f)](_0x34b942),this[_0x3f9fc3(0x1eb)][_0x3f9fc3(0x20f)](_0x34b942)&&this[_0x3f9fc3(0x215)](_0x34b942),_0x86fc1&&this[_0x3f9fc3(0x224)](_0x86fc1[_0x3f9fc3(0x25c)]);}),this[_0x62aaa3(0x25b)](_0x4324d8,_0x62aaa3(0x1ff),(_0xbe1552,_0x2c5024)=>{const _0x497d33=_0x62aaa3;this[_0x497d33(0x224)](_0x2c5024);}),this[_0x62aaa3(0x25b)](_0x6ba874,_0x62aaa3(0x263),()=>{const _0x53714e=_0x62aaa3;this[_0x53714e(0x255)]();}),this[_0x62aaa3(0x25b)](_0x2a7c28,_0x62aaa3(0x218),(_0x4231b5,{threadId:_0x307955,isFromAdapter:_0x2dcd18})=>{const _0x4b00b4=_0x62aaa3;if(_0x2dcd18||!_0x4324d8[_0x4b00b4(0x1fc)](_0x307955))return;const _0x1c3c9e=_0x4324d8[_0x4b00b4(0x1e8)](_0x307955);this[_0x4b00b4(0x1eb)][_0x4b00b4(0x21a)](_0x1c3c9e)[_0x4b00b4(0x23e)][_0x4b00b4(0x22f)]();},{'priority':_0x62aaa3(0x265)});}[_0x1be1d0(0x255)](){const _0x451484=_0x1be1d0,_0x4b329a=this[_0x451484(0x20e)][_0x451484(0x202)][_0x451484(0x21a)](_0x451484(0x239)),_0x5c80e6=this[_0x451484(0x20e)][_0x451484(0x202)][_0x451484(0x21a)](_0x451484(0x213)),_0x190621=Array[_0x451484(0x1fe)](_0x4b329a[_0x451484(0x267)],_0x1f148c=>_0x1f148c[_0x451484(0x1f9)])[_0x451484(0x232)](_0x53d69e=>this[_0x451484(0x240)][_0x451484(0x20f)](_0x53d69e)),_0xa73096=[];for(const _0x384020 of _0x190621){const _0x1ebb70=this[_0x451484(0x240)][_0x451484(0x21a)](_0x384020)[_0x451484(0x217)][_0x451484(0x253)]();_0xa73096[_0x451484(0x241)](..._0x1ebb70[_0x451484(0x223)]((_0x238d88,_0x4465ba)=>[..._0x238d88,..._0x4465ba[_0x451484(0x205)]()],[]));}_0x5c80e6[_0x451484(0x225)]=_0xa73096;}[_0x1be1d0(0x20c)](_0x56edde){const _0x5446c3=_0x1be1d0,_0x5500fa=_0x414fd0(_0x56edde,_0x27f829),_0x3450d3=this[_0x5446c3(0x20e)][_0x5446c3(0x256)][_0x5446c3(0x21a)](_0x5446c3(0x221)),_0x5a8347=_0x53c339(_0x56edde,_0x5446c3(0x1f2));_0x5500fa[_0x5446c3(0x257)][_0x5446c3(0x1ee)]({'tooltip':_0x5a8347,'label':_0x5a8347,'icon':_0x372171}),_0x5500fa[_0x5446c3(0x257)][_0x5446c3(0x200)](_0x5446c3(0x243))['to'](_0x3450d3,_0x5446c3(0x238)),_0x5500fa[_0x5446c3(0x257)]['on'](_0x5446c3(0x22b),()=>{const _0x1b9fbb=_0x5446c3;_0x3450d3[_0x1b9fbb(0x22b)](),this[_0x1b9fbb(0x20e)][_0x1b9fbb(0x23c)][_0x1b9fbb(0x23e)][_0x1b9fbb(0x22f)]();});const _0x160c15=new _0x3cc0a8(),_0x278676=[{'type':_0x5446c3(0x227),'model':{'withText':!0x0,'label':_0x5a8347,'commandName':_0x5446c3(0x221)}},{'type':_0x5446c3(0x219)},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x216)),'commandName':_0x5446c3(0x1fb)}},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x22c)),'commandName':_0x5446c3(0x1ec)}},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x203)),'commandName':_0x5446c3(0x268)}},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x260)),'commandName':_0x5446c3(0x250)}}];for(const _0x6e3864 of _0x278676){let _0x3e3130={'type':_0x5446c3(0x219)};if(_0x6e3864[_0x5446c3(0x217)]){const _0x1949b4=new _0x598936(_0x6e3864[_0x5446c3(0x217)]),_0x52e524=this[_0x5446c3(0x20e)][_0x5446c3(0x256)][_0x5446c3(0x21a)](_0x1949b4[_0x5446c3(0x222)]);_0x1949b4[_0x5446c3(0x200)](_0x5446c3(0x243),_0x5446c3(0x21c))['to'](_0x52e524,_0x5446c3(0x238),_0x5446c3(0x21c)),_0x3e3130={'type':_0x6e3864[_0x5446c3(0x210)],'model':_0x1949b4};}_0x160c15[_0x5446c3(0x269)](_0x3e3130);}_0x5e1a80(_0x5500fa,_0x160c15);const _0x180144=_0x278676[_0x5446c3(0x232)](_0x2c3f6b=>null!=_0x2c3f6b[_0x5446c3(0x217)])[_0x5446c3(0x21f)](_0x486920=>this[_0x5446c3(0x20e)][_0x5446c3(0x256)][_0x5446c3(0x21a)](_0x486920[_0x5446c3(0x217)][_0x5446c3(0x222)])),_0x5796ac=_0x5500fa[_0x5446c3(0x257)];return _0x5796ac[_0x5446c3(0x235)][_0x5446c3(0x1fd)](_0x5446c3(0x21c)),_0x5796ac[_0x5446c3(0x1e7)][_0x5446c3(0x1fd)](_0x5446c3(0x21c)),_0x5796ac[_0x5446c3(0x235)][_0x5446c3(0x200)](_0x5446c3(0x21c))['to'](_0x3450d3,_0x5446c3(0x21c)),_0x5796ac[_0x5446c3(0x1e7)][_0x5446c3(0x200)](_0x5446c3(0x21c))[_0x5446c3(0x23b)](_0x180144,_0x5446c3(0x21c),(..._0x1d784d)=>_0x1d784d[_0x5446c3(0x246)](_0x300c0b=>_0x300c0b)),_0x5500fa['on'](_0x5446c3(0x22b),_0x46595a=>{const _0x213f19=_0x5446c3;this[_0x213f19(0x20e)][_0x213f19(0x22b)](_0x46595a[_0x213f19(0x211)][_0x213f19(0x222)]),this[_0x213f19(0x20e)][_0x213f19(0x23c)][_0x213f19(0x23e)][_0x213f19(0x22f)]();}),_0x5500fa;}[_0x1be1d0(0x1ea)](_0x4e3214){const _0x4eb2ee=_0x1be1d0,_0x31cec7=this[_0x4eb2ee(0x20e)],_0x470ce5=_0x31cec7[_0x4eb2ee(0x23a)],_0x207eb9=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x239)),_0x419f8d=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x212)),_0x509909=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x266)),_0x45ff0b=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x352ed2)['me'],_0x4f3ada=_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x221))[_0x4eb2ee(0x25d)],{CommentsListView:_0x641604,CommentThreadInputView:_0x1d9b80}=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x247));let _0xfa62d3,_0x1b3242;this[_0x4eb2ee(0x236)][_0x4eb2ee(0x20f)](_0x4e3214['id'])?(_0x1b3242=this[_0x4eb2ee(0x236)][_0x4eb2ee(0x21a)](_0x4e3214['id']),_0xfa62d3=_0x1b3242[_0x4eb2ee(0x261)]):(_0xfa62d3=new _0x4f3ada(_0x31cec7[_0x4eb2ee(0x1ef)],_0x4e3214,_0x45ff0b,{'disableComments':this[_0x4eb2ee(0x209)],'editorConfig':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x208)),'maxCommentsWhenCollapsed':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x1e9)),'maxThreadTotalWeight':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x1f4)),'maxCommentCharsWhenCollapsed':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x228)),'formatDateTime':_0x1a52df(_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x1ef))),'CommentView':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x24c))[_0x4eb2ee(0x220)],'CommentsListView':_0x641604,'CommentThreadInputView':_0x1d9b80}),_0xfa62d3[_0x4eb2ee(0x214)]['on'](_0x4eb2ee(0x22b),()=>{const _0x1592e9=_0x4eb2ee;_0x31cec7[_0x1592e9(0x23c)][_0x1592e9(0x23e)][_0x1592e9(0x22f)]();}),_0xfa62d3[_0x4eb2ee(0x258)]['on'](_0x4eb2ee(0x22b),()=>{const _0x403728=_0x4eb2ee;_0x31cec7[_0x403728(0x23c)][_0x403728(0x23e)][_0x403728(0x22f)]();}),_0x1b3242=_0x207eb9[_0x4eb2ee(0x233)](this[_0x4eb2ee(0x20e)][_0x4eb2ee(0x1ef)],_0xfa62d3),_0x1b3242[_0x4eb2ee(0x200)](_0x4eb2ee(0x25f))['to'](_0xfa62d3,_0x4eb2ee(0x25f)),_0x1b3242[_0x4eb2ee(0x200)](_0x4eb2ee(0x1f0))['to'](_0xfa62d3),_0x1b3242[_0x4eb2ee(0x200)](_0x4eb2ee(0x210))['to'](_0xfa62d3,_0x4eb2ee(0x210),_0xd8e81c=>_0x4eb2ee(0x1ed)+_0xd8e81c),this[_0x4eb2ee(0x236)][_0x4eb2ee(0x1ee)](_0x4e3214['id'],_0x1b3242));const _0x5e640d=_0x419f8d[_0x4eb2ee(0x249)](_0x4e3214[_0x4eb2ee(0x21d)],_0xfa62d3),_0x3df2d5=new _0x3fe537(_0x31cec7,_0x4e3214,_0xfa62d3,_0x5e640d),_0x4ad861=_0x4e3214[_0x4eb2ee(0x253)]()[_0x4eb2ee(0x232)](_0x56226b=>_0x56226b[_0x4eb2ee(0x245)]);_0xfa62d3[_0x4eb2ee(0x264)]=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x213))[_0x4eb2ee(0x251)][_0x4eb2ee(0x24d)](_0x4ad861),this[_0x4eb2ee(0x1eb)][_0x4eb2ee(0x1ee)](_0x4e3214,_0x3df2d5),this[_0x4eb2ee(0x240)][_0x4eb2ee(0x1ee)](_0xfa62d3,_0x3df2d5);const _0x151451=_0x207eb9[_0x4eb2ee(0x231)]({'view':_0x1b3242,'target':()=>{const _0x1b00bf=_0x4eb2ee,_0x4421e0=[],_0x4986bd=_0x4e3214[_0x1b00bf(0x253)]()[_0x1b00bf(0x232)](_0x4ffb3b=>_0x4ffb3b[_0x1b00bf(0x245)]);for(const _0x4cde6b of _0x4986bd)_0x4421e0[_0x1b00bf(0x241)](..._0x4cde6b[_0x1b00bf(0x244)]());return _0x5920c5(_0x31cec7[_0x1b00bf(0x23c)],_0x4421e0);},'type':()=>_0x4eb2ee(0x1ed)+_0x3df2d5[_0x4eb2ee(0x23e)][_0x4eb2ee(0x210)]});_0x419f8d[_0x4eb2ee(0x252)](_0xfa62d3,_0x151451),_0x207eb9[_0x4eb2ee(0x269)](_0x151451),_0x509909[_0x4eb2ee(0x25e)](_0x151451);}[_0x1be1d0(0x215)](_0x4f41e4){const _0x5e17b6=_0x1be1d0,_0x545582=this[_0x5e17b6(0x20e)][_0x5e17b6(0x202)][_0x5e17b6(0x21a)](_0x5e17b6(0x212)),_0x5b9ced=this[_0x5e17b6(0x20e)][_0x5e17b6(0x202)][_0x5e17b6(0x21a)](_0x5e17b6(0x239)),_0x38cc3e=this[_0x5e17b6(0x1eb)][_0x5e17b6(0x21a)](_0x4f41e4),_0x1899c6=_0x38cc3e[_0x5e17b6(0x23e)],_0x259f7c=_0x5b9ced[_0x5e17b6(0x23f)](_0x1899c6);_0x545582[_0x5e17b6(0x20d)](_0x1899c6),_0x259f7c&&_0x5b9ced[_0x5e17b6(0x1f6)](_0x259f7c),this[_0x5e17b6(0x1eb)][_0x5e17b6(0x24f)](_0x4f41e4),this[_0x5e17b6(0x240)][_0x5e17b6(0x24f)](_0x1899c6),_0x38cc3e[_0x5e17b6(0x26a)]();}[_0x1be1d0(0x224)](_0x23fe00){const _0x4936d=_0x1be1d0;if(!_0x23fe00[_0x4936d(0x245)]||!this[_0x4936d(0x1eb)][_0x4936d(0x20f)](_0x23fe00))return;const _0x3a1a83=this[_0x4936d(0x20e)][_0x4936d(0x202)][_0x4936d(0x21a)](_0x4936d(0x213)),_0x12e1c0=this[_0x4936d(0x1eb)][_0x4936d(0x21a)](_0x23fe00),_0x524def=_0x23fe00[_0x4936d(0x253)]();_0x12e1c0[_0x4936d(0x23e)][_0x4936d(0x264)]=_0x3a1a83[_0x4936d(0x251)][_0x4936d(0x24d)](_0x524def);}[_0x1be1d0(0x26a)](){const _0x2d8702=_0x1be1d0;for(const _0x2c03f8 of this[_0x2d8702(0x1eb)][_0x2d8702(0x204)]())this[_0x2d8702(0x215)](_0x2c03f8);for(const _0x22ae93 of this[_0x2d8702(0x236)][_0x2d8702(0x201)]())_0x22ae93[_0x2d8702(0x261)][_0x2d8702(0x26a)]();super[_0x2d8702(0x26a)]();}}
|