@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240227.0 → 0.0.0-nightly-20240228.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 _0x56b96a=_0x55ec;(function(_0x1538a7,_0x126585){const _0x4514c1=_0x55ec,_0x1639b0=_0x1538a7();while(!![]){try{const _0x13d5ab=-parseInt(_0x4514c1(0x1d9))/0x1+parseInt(_0x4514c1(0x198))/0x2*(parseInt(_0x4514c1(0x28e))/0x3)+parseInt(_0x4514c1(0x1ce))/0x4*(parseInt(_0x4514c1(0x17d))/0x5)+parseInt(_0x4514c1(0x138))/0x6+parseInt(_0x4514c1(0x19a))/0x7+parseInt(_0x4514c1(0x10c))/0x8+parseInt(_0x4514c1(0x114))/0x9*(-parseInt(_0x4514c1(0x266))/0xa);if(_0x13d5ab===_0x126585)break;else _0x1639b0['push'](_0x1639b0['shift']());}catch(_0x17dd7c){_0x1639b0['push'](_0x1639b0['shift']());}}}(_0x1eaa,0xbd6e2));import{Plugin as _0x12998c,PendingActions as _0x301b26}from'ckeditor5/src/core.js';import{LiveRange as _0x5475c5}from'ckeditor5/src/engine.js';import{CKEditorError as _0x1cf0b3,uid as _0x2a9ded,priorities as _0x4a6693,logWarning as _0x1d1a4b}from'ckeditor5/src/utils.js';import{toWidget as _0x3dd7ee}from'ckeditor5/src/widget.js';import{Users as _0x3efd1e,hashObject as _0x3f3261,surroundingMarkersDetector as _0x1e4c0e}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x36b3a6 from'./commands/trackchangescommand.js';import _0xb94f57 from'./commands/acceptsuggestioncommand.js';function _0x55ec(_0x4d6d1e,_0x1a4e22){const _0x1eaaf=_0x1eaa();return _0x55ec=function(_0x55ec2f,_0x1534c6){_0x55ec2f=_0x55ec2f-0x107;let _0x1578ab=_0x1eaaf[_0x55ec2f];return _0x1578ab;},_0x55ec(_0x4d6d1e,_0x1a4e22);}import _0x29d50e from'./commands/discardsuggestioncommand.js';import _0x1fad2a from'./commands/executeonallsuggestionscommand.js';import _0x3f58d1 from'./commands/executeonselectedsuggestionscommand.js';import _0x1dd1a2 from'./suggestion.js';import _0x527948 from'./suggestiondescriptionfactory.js';import _0x3fbcb8 from'./integrations/aiassistant.js';import _0x4c88e2 from'./integrations/alignment.js';import _0x592b91 from'./integrations/basicstyles.js';import _0x2fbed3 from'./integrations/blockquote.js';import _0x2be3d8 from'./integrations/casechange.js';import _0x3511ff from'./integrations/ckbox.js';import _0x4afb4b from'./integrations/codeblock.js';import _0x259191 from'./integrations/comments.js';import _0x2224ae from'./integrations/deletecommand.js';import _0x326552 from'./integrations/list.js';import _0x4b3935 from'./integrations/listproperties.js';import _0x1c2337 from'./integrations/entercommand.js';import _0x2998c7 from'./integrations/findandreplace.js';import _0x49583d from'./integrations/font.js';import _0x4cba23 from'./integrations/formatpainter.js';import _0xce88ec from'./integrations/heading.js';import _0xa8e272 from'./integrations/highlight.js';import _0x476fe4 from'./integrations/horizontalline.js';import _0x392b89 from'./integrations/htmlembed.js';import _0x395a41 from'./integrations/image.js';import _0x59af3f from'./integrations/imagereplace.js';import _0x3522ac from'./integrations/imagestyle.js';import _0x3be25c from'./integrations/importword.js';import _0x50bb85 from'./integrations/indent.js';import _0x274cce from'./integrations/inputcommand.js';import _0x1fc0af from'./integrations/link.js';import _0xd59d56 from'./integrations/legacylist.js';import _0x2d2167 from'./integrations/legacylistproperties.js';function _0x1eaa(){const _0x561e20=['isIntersecting','values','hasComments','insertion:discard','_joinSuggestions','formatBlock:','PENDING_ACTION_SUGGESTION','return','insertion:chain','push','selection','4004640TNoHJi','default','getDifference','getSuggestions','comments','multi','_splitMarkerName','range','928926jRjJcu','split','stopListening','formatBlock:chain','schema','getItems','createPositionBefore','_breakSuggestionMarker','_getExternalAuthor','rethrowUnexpectedError','LEAVE','registerPostFixer','_cutOutSuggestionMarker','ck-suggestion-marker-formatBlock','track-changes-suggestion-not-found','_SUGGESTION_ANNOUNCEMENT','removeAttribute','suggestion-type','catch','suggestionLoaded','lowest','oldRange','dataToMarker','ck-suggestion-marker--active','data-suggestion','addMarker:suggestion:attribute','addMarker:suggestion','originalSuggestionId','trackChanges.mergeNestedSuggestions','item','markerReady','addMarkerName','assign','batch','name','_registerInlineAttribute','6408990amABZe','showSuggestionHighlights','CommentsRepository','resolve','nodeBefore','_recordAttributeSuggestions','getChanges','enableReadOnlyMode','addCommentThread','splice','$textProxy','editing','concat','_updateSuggestionData','some','change','getShiftedBy','markerName','ck-suggestion-marker-formatInline','value','_getSuggestionData','skipNestingCheck','open','_commentsRepository','toJSON','discardAllSuggestions','differ','groupId','_registerBlockAttribute','removeClass','always','_processAttributeChanges','formatBlock','addSuggestion','containsPosition','suggestion','newRange','deletion:discard','clear','subType','documentSelection','hasSuggestion','fromRange','key','updateMarker','removeMarkers','insertion','insertContent','setAttribute','pluginName','addClass','before','_trackFormatChanges','attributeOldValue','isCollapsed','track-changes-enable-command-twice','unbindElementFromMarkerName','external:','_recordAttributeChanges','_descriptionFactory','_getMarkerAnnouncementText','getNearestSelectionRange','markInlineFormat','change:data','createRangeIn','setTo','refresh','markMultiRangeDeletion','getAttribute','3052785lFFIZL','pop','isRemovable','change:_saved','getSuggestionCallback','backward','element','_refreshSuggestionsChain','dataReady','_suggestionFactory','oldValue','suggestion:','getAllAdjacentSuggestions','_defaultCallbacks','multipleBlocks','detach','high','FORMATTING','adapter','discard','_element','track-changes-adapter-already-set','filter','markMultiRangeBlockFormat','suggestionUnloaded','previous','$graveyard','12FATsdI','nodeAfter','6929370elDAtz','substr','formatInline:discard','_adapter','reconvertMarker','isBefore','type','formatInline','plugins','Users','ck-suggestion-marker','_setSuggestionRange','rootName','markDeletion','enqueueChange','attribute','listenTo','isInContent','authoredAt','markerNameToElements','markMultiRangeInsertion','change:activeMarkers','add','execute','fetchCommentThread','applyOperation','_isRegisteredAttribute','dataDowncast','ready','createPositionAt','formatInline:chain','parent','markerToHighlight','highest','next','getFirstRange','formatInline:','$text','define','rename','getChangedMarkers','discardSelectedSuggestions','hasCommentThread','fire','isLocal','_processAttributeSuggestions','acceptSuggestion','acceptSelectedSuggestions','createSelection','formatGroupId','position','warn','4lIRKGh','upcast','delete','mapper','moveTargetPosition','then','createElement','commandName','data','trackChanges.trackFormatChanges','size','343564VEyMFt','_isForcedDefaultExecutionBlock','createPositionAfter','getCustomProperty','isTouching','_enableDefaultAttributesIntegration','removeMarker:suggestion:formatBlock','splitPosition','createRangeOn','getContainedElement','_onDiscard','consumable','deletion','writer','fromCharCode','author','$elementName','formatInline:accept','addHighlight','registerCustomCallback','attribute:','includes','find','attribute:discard','suggestion:attribute:','_getAttributeKey','updateSuggestion','_suggestions','collaboration.channelId','removeMarker','options','_reduceExistingSuggestions','isObject','never','startsWith','_setSuggestionData','isEqual','getCommentThread','deletion:','isDocumentOperation','commands','trackChanges','marker-count','end','_checkSuggestionCorrectness','deletion:chain','get','commentThread','isArray','getFirstMarker','conversion','_joinWithAdjacentSuggestions','_rangeIsInLocalUserInsertion','newValue','@external','buildSuggestion','removeMarker:suggestion:attribute','consume','requires','$marker','config','editingDowncast','substring','_reduceSuggestionAttributeRange','ariaLiveAnnouncer','activeMarkers','_handleNewSuggestionMarker','getRange','deletion:accept','accepted','getMarkers','_customCallbacks','every','addUser','toUpperCase','PendingActions','length','keys','insertion:','track-changes-command-not-found','from','createdAt','join','_findSuggestions','_inlineAttributeKeys','isOwn','suggestionChanged','enableCommand','update:suggestion','markAttributeChange','accept','isUndo','model','move','_blockAttributeKeys','isInsideObject','containsRangeInObject','targetPosition','_saved','editor','insert','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.','toViewElement','deleteContent','trackChangesCommand','track-changes-adapter-missing-getsuggestion','isAfter','document','unbind','howMany','getAncestors','isMultiRange','formatBlock:accept','_registerDefaultCallbacks','meta','unshift','_addThreadToSuggestion','containsItem','elementEnd','_mergeNestedSuggestions','clone','_addSuggestionMarker','group','_enabledCommands','formatBlock:join','track-changes-suggestion-data-mismatch','track-changes-user-not-found','_suggestionState','ENTER','_model','_createSuggestion','has','low','remove','addMarker:suggestion:formatBlock','isSelectable','acceptAllSuggestions','removeComment','setSelection','_isBlockAttribute','attributes','290OiMNQH','tablePasteChainId','bindElementToMarker','announce','getMultiRangeId','isBlock','getLastMatchingPosition','normal','getSuggestion','sort','_editor','start','attributeKey','error-saving-suggestion-data-suggestion-discarded','_removeSuggestion','_getAuthorFromId','authorName','containerElement','set','for','insertion:join','root','markInsertion','addMarker','insertion:accept','markBlockFormat','addSuggestionData','markerToData','format','addRange','TrackChangesEditing','isLimit','isAtStart','forward','isExternal','getWalker','after','removed','elementToElement','formatInline:join','471732NyjGoR','widget','isAtEnd','isIntersectingWithRange','locale','attribute:accept','getIntersection','addComment','getRanges','createRange','chain','isNextTo','deletion:join','creator','_initAriaMarkerChangeAnnouncements','forceDefaultExecution','_afterChanges','stop','_isDataLoaded','discardSuggestion','containsRange','getUser','elementStart','head','markers','_refreshAttributeSuggestionsChain','formatBlock:discard','forEach','rejected','attributeNewValue','ck-suggestion-marker-','map','init','attribute:join','notReady'];_0x1eaa=function(){return _0x561e20;};return _0x1eaa();}import _0x14a715 from'./integrations/mediaembed.js';import _0x19b13b from'./integrations/mention.js';import _0x47eb80 from'./integrations/pagebreak.js';import _0x4e604b from'./integrations/paragraph.js';import _0x56c862 from'./integrations/removeformat.js';import _0x7f4b06 from'./integrations/restrictededitingmode.js';import _0x46521d from'./integrations/shiftentercommand.js';import _0x33cf18 from'./integrations/standardeditingmode.js';import _0x2a1f5f from'./integrations/style.js';import _0x4824f9 from'./integrations/table.js';import _0x2960b8 from'./integrations/tablemergesplit.js';import _0x4e0f1f from'./integrations/tableheadings.js';import _0x3a3521 from'./integrations/tableclipboard.js';import _0x2d4512 from'./integrations/tablecolumnresize.js';import _0x45786c from'./integrations/template.js';import _0x283b69 from'./integrations/tableofcontents.js';import _0x5a461a from'./integrations/title.js';import _0x4a5c5c from'./integrations/undo.js';import _0xe29925 from'./integrations/tablecaption.js';import _0x20602d from'./integrations/tableproperties.js';import{getTranslation as _0x24fe1e}from'./utils/common-translations.js';import{isEqual as _0x4f47eb,omit as _0x16f9f8}from'lodash-es';export const renameAttributeKey=_0x56b96a(0x1e9);export default class p extends _0x12998c{static get[_0x56b96a(0x213)](){const _0x2702ae=_0x56b96a;return[_0x2702ae(0x13a),_0x3efd1e,_0x301b26,_0x3fbcb8,_0x4c88e2,_0x592b91,_0x2fbed3,_0x3511ff,_0x2be3d8,_0x4afb4b,_0x259191,_0x2224ae,_0x1c2337,_0x2998c7,_0x49583d,_0x4cba23,_0xce88ec,_0xa8e272,_0x476fe4,_0x392b89,_0x395a41,_0x3522ac,_0x59af3f,_0x3be25c,_0x50bb85,_0x274cce,_0xd59d56,_0x2d2167,_0x1fc0af,_0x326552,_0x4b3935,_0x14a715,_0x19b13b,_0x47eb80,_0x4e604b,_0x56c862,_0x7f4b06,_0x46521d,_0x33cf18,_0x2a1f5f,_0x4824f9,_0x2960b8,_0x4e0f1f,_0xe29925,_0x3a3521,_0x2d4512,_0x283b69,_0x20602d,_0x45786c,_0x5a461a,_0x4a5c5c];}static get[_0x56b96a(0x169)](){const _0xd44f63=_0x56b96a;return _0xd44f63(0x284);}constructor(_0x5dd4a5){const _0x2d5637=_0x56b96a;function _0x2f1cc7(_0x41787a){const _0x3fa7ec=_0x55ec;return _0x41787a[_0x3fa7ec(0x2ad)](_0x23b3df=>String[_0x3fa7ec(0x1e7)](_0x23b3df))[_0x3fa7ec(0x22b)]('');}super(_0x5dd4a5),this[_0x2d5637(0x13d)]=!0x1,this[_0x2d5637(0x278)](_0x2d5637(0x21a),[]),this['on'](_0x2d5637(0x1af),(_0x19e226,_0x5bc148,_0xf52d98,_0x366985)=>{const _0x49e4d7=_0x2d5637;this[_0x49e4d7(0x25a)][_0x49e4d7(0x147)](()=>{const _0x251516=_0x49e4d7;for(const _0xda511e of[..._0x366985,..._0xf52d98])this[_0x251516(0x25a)][_0x251516(0x2a6)][_0x251516(0x25c)](_0xda511e)&&_0x5dd4a5[_0x251516(0x143)][_0x251516(0x19e)](_0xda511e);});}),this[_0x2d5637(0x173)]=new _0x527948(this[_0x2d5637(0x23c)][_0x2d5637(0x235)][_0x2d5637(0x118)],this[_0x2d5637(0x23c)][_0x2d5637(0x292)]),this[_0x2d5637(0x19d)]=null,this[_0x2d5637(0x186)]=new Bt(this[_0x2d5637(0x23c)]),this[_0x2d5637(0x1f4)]=new Map(),this[_0x2d5637(0x14f)]=_0x5dd4a5[_0x2d5637(0x1a2)][_0x2d5637(0x207)](_0x2d5637(0x13a)),this[_0x2d5637(0x254)]=new Set(),this[_0x2d5637(0x25a)]=this[_0x2d5637(0x23c)][_0x2d5637(0x235)],this[_0x2d5637(0x258)]=new WeakMap(),this[_0x2d5637(0x1da)]=!0x1,this[_0x2d5637(0x237)]=new Set([_0x2d5637(0x1e9)]),this[_0x2d5637(0x22d)]=new Set(),_0x5dd4a5[_0x2d5637(0x215)][_0x2d5637(0x1c0)](_0x2d5637(0x1d7),_0x2d5637(0x10d)),this[_0x2d5637(0x16c)]=_0x5dd4a5[_0x2d5637(0x215)][_0x2d5637(0x207)](_0x2d5637(0x1d7)),_0x5dd4a5[_0x2d5637(0x215)][_0x2d5637(0x1c0)](_0x2d5637(0x130),!0x0),this[_0x2d5637(0x250)]=_0x5dd4a5[_0x2d5637(0x215)][_0x2d5637(0x207)](_0x2d5637(0x130)),this[_0x2d5637(0x241)]=new _0x36b3a6(_0x5dd4a5,this[_0x2d5637(0x254)]),this[_0x2d5637(0x29c)](),this[_0x2f1cc7([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2f1cc7([0x34,0x30,0x34,0x38,0x30,0x34,0x35,0x34]);}[_0x56b96a(0x2ae)](){const _0x49003b=_0x56b96a,_0x36b658=this[_0x49003b(0x23c)],_0x534f96=(_0x122b3d,_0x599e0e)=>{const _0x5e1b89=_0x49003b;if(_0x5e1b89(0x1a9)!=_0x122b3d)return _0x5e1b89(0x2ac)+_0x122b3d;const _0x9ac9f6=_0x599e0e[_0x5e1b89(0x115)]('|')[0x0];return this[_0x5e1b89(0x264)](_0x9ac9f6)?_0x5e1b89(0x121):_0x5e1b89(0x14a);};_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x216))[_0x49003b(0x1ba)]({'model':_0x49003b(0x15b),'view':_0x253aad=>{const _0x112be0=_0x49003b,{id:_0x4bffc3,type:_0x1e36d5,subType:_0x25bf2a}=this[_0x112be0(0x112)](_0x253aad[_0x112be0(0x149)]),_0x4518a4=[_0x112be0(0x1a4),_0x534f96(_0x1e36d5,_0x25bf2a)];let _0x597441=0xbb8;return this[_0x112be0(0x21a)][_0x112be0(0x1ee)](_0x253aad[_0x112be0(0x149)])&&(_0x4518a4[_0x112be0(0x10a)](_0x112be0(0x12b)),_0x597441=0xbc2),_0x112be0(0x1e5)==_0x1e36d5&&(_0x597441+=0x5),{'classes':_0x4518a4,'attributes':{'data-suggestion':_0x4bffc3},'priority':_0x597441};}}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1b5))[_0x49003b(0x1b0)](_0x2459b4=>{const _0x8baa13=_0x49003b;_0x2459b4['on'](_0x8baa13(0x12e),(_0x399692,_0x9dc8ab,_0x498c45)=>{const _0x2dbb11=_0x8baa13;if(!_0x498c45[_0x2dbb11(0x1f7)][_0x2dbb11(0x139)])return;const _0x2189a2=_0x9dc8ab[_0x2dbb11(0x131)];if(!_0x2189a2)return;const _0x3ae138=_0x498c45[_0x2dbb11(0x1d1)][_0x2dbb11(0x23f)](_0x2189a2);_0x36b658[_0x2dbb11(0x235)][_0x2dbb11(0x118)][_0x2dbb11(0x1f9)](_0x2189a2)&&_0x3ae138&&!_0x3ae138[_0x2dbb11(0x1dc)](_0x2dbb11(0x28f))&&_0x3ae138['is'](_0x2dbb11(0x277))&&_0x3dd7ee(_0x3ae138,_0x498c45[_0x2dbb11(0x1e6)]);},{'priority':_0x8baa13(0x18d)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1b5))[_0x49003b(0x1ba)]({'model':_0x49003b(0x15b),'view':(_0x15e5f2,_0x6ca353)=>{const _0x4d3b93=_0x49003b;if(!_0x6ca353[_0x4d3b93(0x1f7)][_0x4d3b93(0x139)])return null;const {type:_0x352d65,subType:_0x14f31d}=this[_0x4d3b93(0x112)](_0x15e5f2[_0x4d3b93(0x149)]);return{'classes':[_0x4d3b93(0x1a4),_0x534f96(_0x352d65,_0x14f31d)],'priority':0xbb8};}});const _0x39e8fc=({showActiveMarkers:_0x2eee26=!0x0,isAttributeSuggestion:_0x1d5150=!0x1}={})=>(_0x1ba356,_0x138b0c,_0x31153c)=>{const _0x14275e=_0x49003b;if(!_0x138b0c[_0x14275e(0x131)])return;const {id:_0x3cbd02}=this[_0x14275e(0x112)](_0x138b0c[_0x14275e(0x149)]);if(_0x1d5150){const _0x3420b3=this[_0x14275e(0x1f4)][_0x14275e(0x207)](_0x3cbd02),_0x1f863f=this[_0x14275e(0x1f2)](_0x3420b3);if(!this[_0x14275e(0x264)](_0x1f863f))return;}if(_0x138b0c[_0x14275e(0x131)]['is'](_0x14275e(0x10b)))return void _0x31153c[_0x14275e(0x1e4)][_0x14275e(0x212)](_0x138b0c[_0x14275e(0x131)],_0x1ba356[_0x14275e(0x136)]);const _0x2ac306=_0x31153c[_0x14275e(0x1d1)][_0x14275e(0x23f)](_0x138b0c[_0x14275e(0x131)]);if(_0x138b0c[_0x14275e(0x131)]['is'](_0x14275e(0x183))&&_0x36b658[_0x14275e(0x235)][_0x14275e(0x118)][_0x14275e(0x26b)](_0x138b0c[_0x14275e(0x131)])&&!_0x2ac306[_0x14275e(0x1dc)](_0x14275e(0x1eb))){_0x31153c[_0x14275e(0x1e6)][_0x14275e(0x16a)]([_0x14275e(0x1a4),_0x14275e(0x121)],_0x2ac306),_0x31153c[_0x14275e(0x1e6)][_0x14275e(0x168)](_0x14275e(0x12c),_0x3cbd02,_0x2ac306),_0x31153c[_0x14275e(0x1d1)][_0x14275e(0x268)](_0x2ac306,_0x138b0c[_0x14275e(0x149)]),_0x2eee26&&(this[_0x14275e(0x21a)][_0x14275e(0x1ee)](_0x138b0c[_0x14275e(0x149)])?_0x31153c[_0x14275e(0x1e6)][_0x14275e(0x16a)](_0x14275e(0x12b),_0x2ac306):_0x31153c[_0x14275e(0x1e6)][_0x14275e(0x155)](_0x14275e(0x12b),_0x2ac306));for(const _0x26fbc4 of _0x36b658[_0x14275e(0x235)][_0x14275e(0x178)](_0x138b0c[_0x14275e(0x131)])[_0x14275e(0x119)]())_0x31153c[_0x14275e(0x1e4)][_0x14275e(0x212)](_0x26fbc4,_0x1ba356[_0x14275e(0x136)]);_0x31153c[_0x14275e(0x1e4)][_0x14275e(0x212)](_0x138b0c[_0x14275e(0x131)],_0x1ba356[_0x14275e(0x136)]);}};_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1b5))[_0x49003b(0x1b0)](_0x5857fb=>{const _0x1dd3e8=_0x49003b;_0x5857fb['on'](_0x1dd3e8(0x25f),(_0x47eccd,_0x3a70f0,_0x32c565)=>{const _0x32cb17=_0x1dd3e8;_0x32c565[_0x32cb17(0x1f7)][_0x32cb17(0x139)]&&_0x39e8fc({'showActiveMarkers':!0x1})(_0x47eccd,_0x3a70f0,_0x32c565);},{'priority':_0x1dd3e8(0x1bb)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1b5))[_0x49003b(0x1b0)](_0x1d96c4=>{const _0x42f5f0=_0x49003b;_0x1d96c4['on'](_0x42f5f0(0x12d),(_0x1a8b12,_0x450819,_0x9fc168)=>{const _0x2663bf=_0x42f5f0;_0x9fc168[_0x2663bf(0x1f7)][_0x2663bf(0x139)]&&_0x39e8fc({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1a8b12,_0x450819,_0x9fc168);},{'priority':_0x42f5f0(0x1bb)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1b5))[_0x49003b(0x281)]({'model':_0x49003b(0x15b),'view':(_0x5573fb,_0x58aa5b)=>_0x58aa5b[_0x49003b(0x1f7)][_0x49003b(0x139)]?null:{'group':_0x49003b(0x15b),'name':_0x5573fb[_0x49003b(0x19b)](0xb)}}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1cf))[_0x49003b(0x28c)]({'view':{'name':_0x49003b(0x15b),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x28383d,{writer:_0x4941a8})=>{const _0x5116c3=_0x49003b;let _0x7708e0=_0x5116c3(0x188)+_0x28383d[_0x5116c3(0x17c)](_0x5116c3(0x125))+':'+_0x28383d[_0x5116c3(0x17c)]('id');return _0x28383d[_0x5116c3(0x17c)](_0x5116c3(0x203))&&(_0x7708e0+=':'+_0x28383d[_0x5116c3(0x17c)](_0x5116c3(0x203))),_0x4941a8[_0x5116c3(0x1d4)](_0x5116c3(0x214),{'data-name':_0x7708e0});}}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1cf))[_0x49003b(0x12a)]({'view':_0x49003b(0x15b)}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x216))[_0x49003b(0x1b0)](_0x1d54b8=>{const _0x1dc602=_0x49003b;_0x1d54b8['on'](_0x1dc602(0x25f),_0x39e8fc(),{'priority':_0x1dc602(0x18d)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x216))[_0x49003b(0x1b0)](_0x36baf3=>{const _0x3477cf=_0x49003b;_0x36baf3['on'](_0x3477cf(0x12d),_0x39e8fc({'isAttributeSuggestion':!0x0}),{'priority':_0x3477cf(0x18d)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x216))[_0x49003b(0x1b0)](_0x1f5b19=>{const _0x1786b1=_0x49003b;_0x1f5b19['on'](_0x1786b1(0x1df),(_0x419ffe,_0x4f8563,_0x4a7a1b)=>{const _0x37ab97=_0x1786b1,_0x43254a=_0x4a7a1b[_0x37ab97(0x1d1)][_0x37ab97(0x1ad)](_0x4f8563[_0x37ab97(0x149)]);if(_0x43254a){for(const _0x4b3adc of _0x43254a)_0x4b3adc[_0x37ab97(0x1dc)](_0x37ab97(0x1eb))||(_0x4a7a1b[_0x37ab97(0x1e6)][_0x37ab97(0x155)]([_0x37ab97(0x1a4),_0x37ab97(0x121),_0x37ab97(0x12b)],_0x4b3adc),_0x4a7a1b[_0x37ab97(0x1e6)][_0x37ab97(0x124)](_0x37ab97(0x12c),_0x4b3adc),_0x4a7a1b[_0x37ab97(0x1d1)][_0x37ab97(0x170)](_0x4b3adc,_0x4f8563[_0x37ab97(0x149)]));}},{'priority':_0x1786b1(0x18d)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x216))[_0x49003b(0x1b0)](_0xb0aea2=>{const _0x24fcf0=_0x49003b;_0xb0aea2['on'](_0x24fcf0(0x211),(_0x4570e4,_0x3f5200,_0x3fdebb)=>{const _0x518340=_0x24fcf0,_0x223fd0=_0x3fdebb[_0x518340(0x1d1)][_0x518340(0x1ad)](_0x3f5200[_0x518340(0x149)]);if(!_0x223fd0)return;const {id:_0x44f6ff}=this[_0x518340(0x112)](_0x3f5200[_0x518340(0x149)]),_0x42ceb3=this[_0x518340(0x1f4)][_0x518340(0x207)](_0x44f6ff),_0x1fa9c5=this[_0x518340(0x1f2)](_0x42ceb3);if(this[_0x518340(0x264)](_0x1fa9c5)){for(const _0x8c2cdf of _0x223fd0)_0x8c2cdf[_0x518340(0x1dc)](_0x518340(0x1eb))||(_0x3fdebb[_0x518340(0x1e6)][_0x518340(0x155)]([_0x518340(0x1a4),_0x518340(0x121),_0x518340(0x12b)],_0x8c2cdf),_0x3fdebb[_0x518340(0x1e6)][_0x518340(0x124)](_0x518340(0x12c),_0x8c2cdf),_0x3fdebb[_0x518340(0x1d1)][_0x518340(0x170)](_0x8c2cdf,_0x3f5200[_0x518340(0x149)]));}},{'priority':_0x24fcf0(0x18d)});}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)][_0x49003b(0x11f)](_0x272db2=>{const _0x21c16b=_0x49003b;let _0x39e10b=!0x1;const _0x10d920=Array[_0x21c16b(0x229)](_0x36b658[_0x21c16b(0x235)][_0x21c16b(0x244)][_0x21c16b(0x152)][_0x21c16b(0x1c2)]()),_0xf62ad8=new Set();for(const {name:_0x191010,data:_0x19791d}of _0x10d920){const {group:_0x125411,type:_0x133167,subType:_0x34cbe3,id:_0x42d085}=this[_0x21c16b(0x112)](_0x191010);if(_0x21c16b(0x15b)!==_0x125411)continue;const _0x3769d0=this[_0x21c16b(0x1f4)][_0x21c16b(0x207)](_0x42d085);if(null!=_0x19791d[_0x21c16b(0x15c)]){_0x21c16b(0x1a1)==_0x133167&&(_0x39e10b=_0x39e10b||Tt(_0x19791d[_0x21c16b(0x15c)],_0x191010,_0x272db2,_0x36b658[_0x21c16b(0x235)][_0x21c16b(0x118)]));const _0x417639=_0x21c16b(0x1a9)==_0x133167&&this[_0x21c16b(0x264)](_0x34cbe3[_0x21c16b(0x115)]('|')[0x0]);if(_0x19791d[_0x21c16b(0x15c)][_0x21c16b(0x16e)]||_0x21c16b(0x197)==_0x19791d[_0x21c16b(0x15c)][_0x21c16b(0x27b)][_0x21c16b(0x1a6)]||_0x21c16b(0x158)==_0x133167&&!Vt(_0x19791d[_0x21c16b(0x15c)])||_0x417639&&!Vt(_0x19791d[_0x21c16b(0x15c)])||_0x21c16b(0x1e5)==_0x133167&&!(!Rt(_0x4f62b4=_0x19791d[_0x21c16b(0x15c)])&&!function(_0x2880d8){const _0x12cc5a=_0x21c16b;return _0x2880d8[_0x12cc5a(0x271)][_0x12cc5a(0x1b9)]==_0x2880d8[_0x12cc5a(0x204)][_0x12cc5a(0x13c)]&&_0x2880d8[_0x12cc5a(0x271)][_0x12cc5a(0x290)];}(_0x4f62b4)))_0x272db2[_0x21c16b(0x1f6)](_0x191010),_0x39e10b=!0x0;else{if(!_0x3769d0||!_0x3769d0[_0x21c16b(0x1ab)])continue;_0xf62ad8[_0x21c16b(0x1b0)](_0x3769d0);}}}var _0x4f62b4;return _0xf62ad8[_0x21c16b(0x1d8)]>0x0&&(_0x39e10b=!!this[_0x21c16b(0x20c)](_0xf62ad8)||_0x39e10b),_0x39e10b;}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)][_0x49003b(0x11f)](_0x11c90f=>{const _0x2bd30a=_0x49003b;let _0x22793b=!0x1;for(const _0x3984d8 of _0x36b658[_0x2bd30a(0x235)][_0x2bd30a(0x244)][_0x2bd30a(0x152)][_0x2bd30a(0x13e)]())if(_0x2bd30a(0x23d)==_0x3984d8[_0x2bd30a(0x1a0)])for(const _0x207958 of this[_0x2bd30a(0x1f4)][_0x2bd30a(0x2b2)]()){if(_0x207958[_0x2bd30a(0x248)]||!_0x207958[_0x2bd30a(0x1ab)])continue;const _0x5ed97c=_0x2bd30a(0x158)==_0x207958[_0x2bd30a(0x1a0)],_0x1dc8ed=this[_0x2bd30a(0x1f2)](_0x207958),_0x2a3b96=_0x1dc8ed&&this[_0x2bd30a(0x264)](_0x1dc8ed);if(!_0x5ed97c&&!_0x2a3b96)continue;const _0x4f8c85=_0x207958[_0x2bd30a(0x1bd)]();if(_0x4f8c85[_0x2bd30a(0x271)][_0x2bd30a(0x1b9)]!=_0x4f8c85[_0x2bd30a(0x204)][_0x2bd30a(0x1b9)]&&!_0x4f8c85[_0x2bd30a(0x204)][_0x2bd30a(0x290)]){const _0x2d6f19=_0x36b658[_0x2bd30a(0x235)][_0x2bd30a(0x1b7)](_0x4f8c85[_0x2bd30a(0x271)][_0x2bd30a(0x199)],_0x2bd30a(0x204)),_0x43f614=_0x36b658[_0x2bd30a(0x235)][_0x2bd30a(0x297)](_0x4f8c85[_0x2bd30a(0x271)],_0x2d6f19);_0x11c90f[_0x2bd30a(0x164)](_0x207958[_0x2bd30a(0x20a)](),{'range':_0x43f614}),_0x22793b=!0x0;}}return _0x22793b;}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)][_0x49003b(0x11f)](_0x329543=>this[_0x49003b(0x157)](_0x329543)),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)][_0x49003b(0x11f)](_0x31f21e=>!_0x31f21e[_0x49003b(0x135)][_0x49003b(0x1c6)]&&this[_0x49003b(0x1c7)](_0x31f21e)),_0x36b658[_0x49003b(0x235)]['on'](_0x49003b(0x29e),()=>{const _0xc3b3f7=_0x49003b;this[_0xc3b3f7(0x13d)]=!0x1;}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)]['on'](_0x49003b(0x177),(_0x422f19,_0x274df1)=>{const _0x24e056=_0x49003b;if(!_0x274df1[_0x24e056(0x1c6)]||_0x274df1[_0x24e056(0x234)])return;if(!this[_0x24e056(0x13d)])return;const _0x3c27ec=_0x36b658[_0x24e056(0x235)][_0x24e056(0x244)][_0x24e056(0x152)][_0x24e056(0x13e)]();if(0x0==_0x3c27ec[_0x24e056(0x225)])return;const _0x468521=[],_0x679523=_0x3c27ec[_0x24e056(0x193)](_0x406d5e=>_0x24e056(0x1a9)==_0x406d5e[_0x24e056(0x1a0)]),_0x2d856f=_0x3c27ec[_0x24e056(0x193)](_0x497478=>_0x24e056(0x23d)==_0x497478[_0x24e056(0x1a0)]&&_0x24e056(0x1bf)!=_0x497478[_0x24e056(0x136)]),_0x2a21f0=_0x3c27ec[_0x24e056(0x193)](_0x5b9e3e=>_0x24e056(0x25e)==_0x5b9e3e[_0x24e056(0x1a0)]&&_0x24e056(0x1bf)!=_0x5b9e3e[_0x24e056(0x136)]);for(const _0x2ebabf of _0x679523)this[_0x24e056(0x1b4)](_0x2ebabf[_0x24e056(0x272)])&&_0x468521[_0x24e056(0x10a)]({'key':_0x2ebabf[_0x24e056(0x272)],'newValue':_0x2ebabf[_0x24e056(0x2ab)],'oldValue':_0x2ebabf[_0x24e056(0x16d)],'range':Ut(_0x2ebabf[_0x24e056(0x113)],_0x36b658[_0x24e056(0x235)])});for(const _0x1c6e14 of _0x2d856f){const _0x1a9a80=_0x2a21f0[_0x24e056(0x1ef)](_0x57f7dc=>_0x57f7dc[_0x24e056(0x191)]===_0x1c6e14[_0x24e056(0x191)]);if(_0x1a9a80){const _0x11b845=Ot(_0x1c6e14[_0x24e056(0x1cc)][_0x24e056(0x199)],_0x36b658[_0x24e056(0x235)]);_0x1a9a80[_0x24e056(0x136)]!==_0x1c6e14[_0x24e056(0x136)]&&_0x468521[_0x24e056(0x10a)]({'key':_0x24e056(0x1e9),'newValue':_0x1c6e14[_0x24e056(0x136)],'oldValue':_0x1a9a80[_0x24e056(0x136)],'range':_0x11b845});for(const [_0x9f5c2d,_0x278842]of _0x1a9a80[_0x24e056(0x265)]){if(!this[_0x24e056(0x1b4)](_0x9f5c2d))continue;const _0x25c6f0=_0x1c6e14[_0x24e056(0x265)][_0x24e056(0x207)](_0x9f5c2d);_0x278842!==_0x25c6f0&&_0x468521[_0x24e056(0x10a)]({'key':_0x9f5c2d,'newValue':_0x25c6f0,'oldValue':_0x278842,'range':_0x11b845});}for(const [_0x1de59d,_0x4b9cc5]of _0x1c6e14[_0x24e056(0x265)])this[_0x24e056(0x1b4)](_0x1de59d)&&(_0x1a9a80[_0x24e056(0x265)][_0x24e056(0x25c)](_0x1de59d)||_0x468521[_0x24e056(0x10a)]({'key':_0x1de59d,'newValue':_0x4b9cc5,'oldValue':null,'range':_0x11b845}));}}0x0!=_0x468521[_0x24e056(0x225)]&&_0x36b658[_0x24e056(0x235)][_0x24e056(0x1a8)](_0x274df1,_0x141043=>{const _0x509e96=_0x24e056,_0x4e13a4=_0x2a9ded();for(const {range:_0x5e1e78,key:_0x566e4a,oldValue:_0xfdc1f5,newValue:_0x3a6869}of _0x468521)this[_0x509e96(0x232)](_0x5e1e78,_0x566e4a,_0xfdc1f5,_0x3a6869,{'groupId':_0x4e13a4});this[_0x509e96(0x1f8)](_0x141043,_0x468521);});},{'priority':_0x49003b(0x128)}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x2a6)]['on'](_0x49003b(0x231),(_0x5abe83,_0x4a83aa,_0x5d0d18)=>{const _0x515ab0=_0x49003b;if(null==_0x5d0d18){const {id:_0x4690a8}=this[_0x515ab0(0x112)](_0x4a83aa[_0x515ab0(0x136)]),_0x3dc928=this[_0x515ab0(0x1f4)][_0x515ab0(0x207)](_0x4690a8);_0x3dc928&&_0x3dc928[_0x515ab0(0x133)](_0x4a83aa[_0x515ab0(0x136)]);}}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)]['on'](_0x49003b(0x177),()=>{const _0x570a50=_0x49003b,_0x784cd5=Array[_0x570a50(0x229)](_0x36b658[_0x570a50(0x235)][_0x570a50(0x244)][_0x570a50(0x152)][_0x570a50(0x1c2)]())[_0x570a50(0x193)](_0x45450b=>_0x570a50(0x15b)===this[_0x570a50(0x112)](_0x45450b[_0x570a50(0x136)])[_0x570a50(0x253)]);if(0x0===_0x784cd5[_0x570a50(0x225)])return;_0x784cd5[_0x570a50(0x26f)]((_0x8e7d83,_0x848170)=>{const _0x18fc6c=_0x570a50,_0x5dc428=_0x8e7d83[_0x18fc6c(0x1d6)][_0x18fc6c(0x129)],_0x3d73f1=_0x848170[_0x18fc6c(0x1d6)][_0x18fc6c(0x129)];return null===_0x5dc428&&null===_0x3d73f1?0x0:null===_0x5dc428&&null!==_0x3d73f1?-0x1:null!==_0x5dc428&&null===_0x3d73f1?0x1:_0x5dc428[_0x18fc6c(0x271)][_0x18fc6c(0x19f)](_0x3d73f1[_0x18fc6c(0x271)])?-0x1:0x1;});const _0x435a44=new Set(),_0x91d109=new Set();for(const {name:_0x814301,data:_0x1f9a7e}of _0x784cd5){const {id:_0x5485f2}=this[_0x570a50(0x112)](_0x814301);if(null===_0x1f9a7e[_0x570a50(0x129)]){const _0x338cde=this[_0x570a50(0x21b)](_0x814301);_0x91d109[_0x570a50(0x1b0)](_0x338cde);}else{const _0x22185a=this[_0x570a50(0x1f4)][_0x570a50(0x207)](_0x5485f2);null!==_0x1f9a7e[_0x570a50(0x15c)]||_0x22185a[_0x570a50(0x1ab)]?(_0x435a44[_0x570a50(0x1b0)](_0x22185a[_0x570a50(0x2a5)]),_0x91d109[_0x570a50(0x1b0)](_0x22185a)):this[_0x570a50(0x274)](_0x22185a);}}_0x91d109[_0x570a50(0x1d8)]>0x0&&this[_0x570a50(0x184)](_0x91d109);for(const _0x1eb298 of _0x435a44)this[_0x570a50(0x1c5)](_0x570a50(0x22f),_0x1eb298);}),_0x36b658[_0x49003b(0x235)]['on'](_0x49003b(0x1b3),(_0xda412,_0x10ed3a)=>{const _0x5b8fb7=_0x49003b,_0x5c78f4=_0x10ed3a[0x0];if(!this[_0x5b8fb7(0x1f4)][_0x5b8fb7(0x1d8)])return;if(!_0x5c78f4[_0x5b8fb7(0x200)])return;if(_0x5c78f4[_0x5b8fb7(0x135)][_0x5b8fb7(0x234)]||!_0x5c78f4[_0x5b8fb7(0x135)][_0x5b8fb7(0x1c6)])return;let _0x6b88ca,_0x5361c6;switch(_0x5c78f4[_0x5b8fb7(0x1a0)]){case _0x5b8fb7(0x23d):_0x6b88ca=_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x1b7)](_0x5c78f4[_0x5b8fb7(0x1cc)]),_0x5361c6=_0x6b88ca[_0x5b8fb7(0x148)](_0x5c78f4[_0x5b8fb7(0x246)]);break;case _0x5b8fb7(0x115):_0x6b88ca=_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x1b7)](_0x5c78f4[_0x5b8fb7(0x1e0)]),_0x5361c6=_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x1b7)](_0x5c78f4[_0x5b8fb7(0x1d2)]);break;case _0x5b8fb7(0x236):_0x6b88ca=_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x1b7)](_0x5c78f4[_0x5b8fb7(0x23a)]),_0x5361c6=_0x6b88ca[_0x5b8fb7(0x148)](_0x5c78f4[_0x5b8fb7(0x246)]);break;default:return;}const _0x2895e4=_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x297)](_0x6b88ca,_0x5361c6);_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x147)](()=>{const _0x405ce9=_0x5b8fb7;for(const {suggestion:_0x336b8f,meta:_0x1a9509}of this[_0x405ce9(0x22c)](_0x2895e4)){if(_0x336b8f[_0x405ce9(0x248)])continue;if(_0x405ce9(0x1a1)==_0x336b8f[_0x405ce9(0x1a0)])continue;const _0x1a4a04=this[_0x405ce9(0x1f2)](_0x336b8f);if(_0x1a4a04&&this[_0x405ce9(0x264)](_0x1a4a04)&&_0x405ce9(0x115)!=_0x5c78f4[_0x405ce9(0x1a0)])continue;const _0x51bb2e=_0x336b8f[_0x405ce9(0x1d6)]&&_0x336b8f[_0x405ce9(0x1d6)][_0x405ce9(0x18b)];(_0x405ce9(0x158)!=_0x336b8f[_0x405ce9(0x1a0)]||_0x405ce9(0x115)==_0x5c78f4[_0x405ce9(0x1a0)]&&!_0x51bb2e)&&(_0x1a9509[_0x405ce9(0x239)]||_0x405ce9(0x166)==_0x336b8f[_0x405ce9(0x1a0)]&&_0x1a9509[_0x405ce9(0x22e)]||_0x336b8f[_0x405ce9(0x1bd)]()[_0x405ce9(0x2a2)](_0x2895e4)&&this[_0x405ce9(0x11b)](_0x336b8f,_0x6b88ca,_0x5361c6));}});},{'priority':_0x49003b(0x128)}),_0x36b658[_0x49003b(0x235)]['on'](_0x49003b(0x240),(_0x2d9ef1,_0x438ded)=>{const _0x1f357f=_0x49003b,_0x563837=_0x438ded[0x0],_0x4f3003=_0x438ded[0x1];if(_0x4f3003&&_0x4f3003[_0x1f357f(0x29d)])return;if(this[_0x1f357f(0x1da)])return;if(!this[_0x1f357f(0x241)][_0x1f357f(0x14b)])return;if(_0x563837[_0x1f357f(0x16e)])return;const _0x59854e=_0x36b658[_0x1f357f(0x235)][_0x1f357f(0x118)],{start:_0x44a4d0,end:_0x534509}=_0x563837[_0x1f357f(0x1bd)](),_0x1c960b=_0x44a4d0[_0x1f357f(0x199)]&&_0x59854e[_0x1f357f(0x285)](_0x44a4d0[_0x1f357f(0x199)])?null:_0x59854e[_0x1f357f(0x175)](_0x44a4d0,_0x1f357f(0x287)),_0x46a39a=_0x534509[_0x1f357f(0x13c)]&&_0x59854e[_0x1f357f(0x285)](_0x534509[_0x1f357f(0x13c)])?null:_0x59854e[_0x1f357f(0x175)](_0x534509,_0x1f357f(0x182)),_0x55256f=_0x36b658[_0x1f357f(0x235)][_0x1f357f(0x297)](_0x1c960b?_0x1c960b[_0x1f357f(0x271)]:_0x44a4d0,_0x46a39a?_0x46a39a[_0x1f357f(0x204)]:_0x534509);_0x36b658[_0x1f357f(0x235)][_0x1f357f(0x147)](_0x2a9183=>{const _0x5ecb3c=_0x1f357f;this[_0x5ecb3c(0x1a7)](_0x55256f);const _0x3cacae=_0x36b658[_0x5ecb3c(0x235)][_0x5ecb3c(0x118)][_0x5ecb3c(0x175)](_0x55256f[_0x5ecb3c(0x271)]);_0x563837['is'](_0x5ecb3c(0x160))?_0x2a9183[_0x5ecb3c(0x263)](_0x3cacae):_0x563837[_0x5ecb3c(0x179)](_0x3cacae);}),_0x2d9ef1[_0x1f357f(0x29f)]();},{'priority':_0x4a6693[_0x49003b(0x26d)]+0xa}),_0x36b658[_0x49003b(0x235)]['on'](_0x49003b(0x167),(_0x5574ae,_0x3bf7a8)=>{const _0x1de862=_0x49003b,_0x5ed93a=_0x3bf7a8[_0x3bf7a8[_0x1de862(0x225)]-0x1];_0x5ed93a&&_0x5ed93a[_0x1de862(0x29d)]||this[_0x1de862(0x1da)]||this[_0x1de862(0x241)][_0x1de862(0x14b)]&&(_0x36b658[_0x1de862(0x235)][_0x1de862(0x147)](()=>{const _0x3b0b00=_0x1de862;let _0x15098d=_0x36b658[_0x3b0b00(0x235)][_0x3b0b00(0x167)](_0x3bf7a8[0x0],_0x3bf7a8[0x1],_0x3bf7a8[0x2],{'forceDefaultExecution':!0x0});if(!_0x15098d)return;_0x5574ae[_0x3b0b00(0x108)]=_0x15098d[_0x3b0b00(0x251)]();const _0x5a319b=_0x15098d[_0x3b0b00(0x204)][_0x3b0b00(0x13c)],_0x20656a=_0x36b658[_0x3b0b00(0x235)][_0x3b0b00(0x118)];_0x5a319b&&_0x20656a[_0x3b0b00(0x26b)](_0x5a319b)&&!_0x20656a[_0x3b0b00(0x1f9)](_0x5a319b)&&(_0x15098d=_0x36b658[_0x3b0b00(0x235)][_0x3b0b00(0x297)](_0x15098d[_0x3b0b00(0x271)],_0x36b658[_0x3b0b00(0x235)][_0x3b0b00(0x1b7)](_0x5a319b,_0x3b0b00(0x204)))),this[_0x3b0b00(0x27c)](_0x15098d);}),_0x5574ae[_0x1de862(0x29f)]());},{'priority':_0x49003b(0x18d)}),this[_0x49003b(0x23c)][_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x202),this[_0x49003b(0x241)]),this[_0x49003b(0x230)](_0x49003b(0x202));const _0x4bf5ce=new _0xb94f57(_0x36b658,this[_0x49003b(0x1f4)]);_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x1c8),_0x4bf5ce),this[_0x49003b(0x230)](_0x49003b(0x1c8));const _0x4611a7=new _0x29d50e(_0x36b658,this[_0x49003b(0x1f4)]);_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x2a1),_0x4611a7),this[_0x49003b(0x230)](_0x49003b(0x2a1)),_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x261),new _0x1fad2a(_0x36b658,_0x4bf5ce,this[_0x49003b(0x1f4)])),this[_0x49003b(0x230)](_0x49003b(0x261)),_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x151),new _0x1fad2a(_0x36b658,_0x4611a7,this[_0x49003b(0x1f4)])),this[_0x49003b(0x230)](_0x49003b(0x151)),_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x1c9),new _0x3f58d1(_0x36b658,_0x4bf5ce,this[_0x49003b(0x1f4)])),this[_0x49003b(0x230)](_0x49003b(0x1c9)),_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x1c3),new _0x3f58d1(_0x36b658,_0x4611a7,this[_0x49003b(0x1f4)])),this[_0x49003b(0x230)](_0x49003b(0x1c3));const _0x1d5062=_0x36b658[_0x49003b(0x1a2)][_0x49003b(0x207)](_0x49003b(0x13a));this[_0x49003b(0x1aa)](_0x1d5062,_0x49003b(0x295),(_0x8af99f,{threadId:_0x24bb2e})=>{const _0x5ab62b=_0x49003b,_0x4182a5=this[_0x5ab62b(0x1f4)][_0x5ab62b(0x207)](_0x24bb2e);_0x4182a5&&_0x4182a5[_0x5ab62b(0x208)]&&0x1===_0x4182a5[_0x5ab62b(0x208)][_0x5ab62b(0x225)]&&this[_0x5ab62b(0x145)](_0x24bb2e,{'hasComments':!0x0});},{'priority':_0x49003b(0x25d)}),this[_0x49003b(0x1aa)](_0x1d5062,_0x49003b(0x262),(_0x161597,{threadId:_0x3049e7})=>{const _0x3eeb29=_0x49003b,_0xf9658d=this[_0x3eeb29(0x1f4)][_0x3eeb29(0x207)](_0x3049e7);_0xf9658d&&_0xf9658d[_0x3eeb29(0x208)]&&!_0xf9658d[_0x3eeb29(0x208)][_0x3eeb29(0x225)]&&this[_0x3eeb29(0x145)](_0x3049e7,{'hasComments':!0x1});},{'priority':_0x49003b(0x25d)});}set[_0x56b96a(0x18f)](_0x41ca1c){const _0x41a3ca=_0x56b96a;if(this[_0x41a3ca(0x19d)])throw new _0x1cf0b3(_0x41a3ca(0x192),this);this[_0x41a3ca(0x19d)]=_0x41ca1c;}get[_0x56b96a(0x18f)](){const _0x24807d=_0x56b96a;return this[_0x24807d(0x19d)];}[_0x56b96a(0x10f)]({skipNotAttached:_0x1f501f=!0x1,toJSON:_0x36ab20=!0x1}={}){const _0x5ed03d=_0x56b96a,_0x1f21ff=[];for(const _0x52ccef of this[_0x5ed03d(0x1f4)][_0x5ed03d(0x2b2)]())_0x1f501f&&!_0x52ccef[_0x5ed03d(0x1ab)]||_0x1f21ff[_0x5ed03d(0x10a)](_0x52ccef);return _0x36ab20?_0x1f21ff[_0x5ed03d(0x2ad)](_0x102e29=>_0x102e29[_0x5ed03d(0x150)]()):_0x1f21ff;}[_0x56b96a(0x26e)](_0x1eb366){const _0x5cfd2e=_0x56b96a,_0x18c74f=this[_0x5cfd2e(0x1f4)][_0x5cfd2e(0x207)](_0x1eb366);if(!_0x18c74f)throw new _0x1cf0b3(_0x5cfd2e(0x122),this);return _0x18c74f;}[_0x56b96a(0x161)](_0x511de7){const _0x45d690=_0x56b96a;return this[_0x45d690(0x1f4)][_0x45d690(0x25c)](_0x511de7);}[_0x56b96a(0x280)](_0x2cf92e){const _0x43218d=_0x56b96a,{authorId:_0x37a284,id:_0x458d4b,attributes:_0x1505e0}=_0x2cf92e,[_0x2f4bd9,_0x52ac73]=_0x2cf92e[_0x43218d(0x1a0)][_0x43218d(0x115)](':'),_0x59205c=this[_0x43218d(0x1f4)][_0x43218d(0x207)](_0x458d4b)||this[_0x43218d(0x25b)](_0x2f4bd9,_0x52ac73,_0x458d4b,_0x37a284,_0x1505e0);if(this[_0x43218d(0x24d)](_0x59205c),this[_0x43218d(0x205)](_0x59205c,_0x2f4bd9,_0x52ac73||null,_0x37a284),_0x59205c[_0x43218d(0x22a)]=_0x2cf92e[_0x43218d(0x22a)],_0x59205c[_0x43218d(0x2a0)]=!0x0,_0x1505e0&&_0x1505e0[_0x43218d(0x20f)]){const _0x5c5b77=_0x1505e0[_0x43218d(0x20f)],_0x14013e=this[_0x43218d(0x11c)](_0x5c5b77[_0x43218d(0x276)]);_0x59205c[_0x43218d(0x1ac)]=_0x5c5b77[_0x43218d(0x22a)],_0x59205c[_0x43218d(0x1e8)]=_0x14013e,_0x59205c[_0x43218d(0x288)]=!0x0;}else _0x59205c[_0x43218d(0x1ac)]=_0x2cf92e[_0x43218d(0x22a)];switch(_0x2cf92e[_0x43218d(0x1d6)]&&(_0x59205c[_0x43218d(0x1d6)]=_0x2cf92e[_0x43218d(0x1d6)]),_0x2cf92e[_0x43218d(0x265)]&&(_0x59205c[_0x43218d(0x265)]=_0x2cf92e[_0x43218d(0x265)]),this[_0x43218d(0x19d)]&&this[_0x43218d(0x19d)][_0x43218d(0x159)]||(_0x59205c[_0x43218d(0x23b)]=!0x0),this[_0x43218d(0x258)][_0x43218d(0x207)](_0x59205c)){case _0x43218d(0x2b0):this[_0x43218d(0x258)][_0x43218d(0x278)](_0x59205c,_0x43218d(0x185));break;case _0x43218d(0x132):_0x59205c[_0x43218d(0x1ab)]?(this[_0x43218d(0x20c)](new Set([_0x59205c])),this[_0x43218d(0x184)](new Set([_0x59205c])),this[_0x43218d(0x258)][_0x43218d(0x278)](_0x59205c,_0x43218d(0x1b6)),this[_0x43218d(0x1c5)](_0x43218d(0x127),_0x59205c)):this[_0x43218d(0x258)][_0x43218d(0x278)](_0x59205c,_0x43218d(0x28b));}return _0x59205c;}[_0x56b96a(0x1c8)](_0x1ff326){const _0xb1cd7b=_0x56b96a;this[_0xb1cd7b(0x29d)](()=>{const _0x353944=_0xb1cd7b;this[_0x353944(0x23c)][_0x353944(0x235)][_0x353944(0x147)](()=>{const _0x18bcd9=_0x353944;for(const _0x216b59 of _0x1ff326[_0x18bcd9(0x189)]())_0x216b59[_0x18bcd9(0x233)]();});});}[_0x56b96a(0x2a1)](_0x4422ea){const _0x5e6dd5=_0x56b96a;this[_0x5e6dd5(0x29d)](()=>{const _0xe38fc7=_0x5e6dd5;this[_0xe38fc7(0x23c)][_0xe38fc7(0x235)][_0xe38fc7(0x147)](()=>{const _0x5647b6=_0xe38fc7;for(const _0x14ea93 of _0x4422ea[_0x5647b6(0x189)]())_0x14ea93[_0x5647b6(0x190)]();});});}[_0x56b96a(0x230)](_0x1aaeef,_0x4783be){const _0x5cc216=_0x56b96a,_0x1fbf1d=this[_0x5cc216(0x23c)][_0x5cc216(0x201)][_0x5cc216(0x207)](_0x1aaeef);if(!_0x1fbf1d)throw new _0x1cf0b3(_0x5cc216(0x228),this,{'commandName':_0x1aaeef});if(this[_0x5cc216(0x254)][_0x5cc216(0x25c)](_0x1fbf1d))throw new _0x1cf0b3(_0x5cc216(0x16f),this,{'commandName':_0x1aaeef});this[_0x5cc216(0x254)][_0x5cc216(0x1b0)](_0x1fbf1d),_0x4783be&&_0x1fbf1d['on'](_0x5cc216(0x1b1),(_0xd697c0,_0x72734e)=>{const _0x586e94=_0x5cc216;this[_0x586e94(0x241)][_0x586e94(0x14b)]&&(this[_0x586e94(0x1da)]||(_0x72734e[_0x586e94(0x225)]>0x0&&_0x72734e[_0x72734e[_0x586e94(0x225)]-0x1]&&_0x72734e[_0x72734e[_0x586e94(0x225)]-0x1][_0x586e94(0x29d)]?_0x72734e[_0x586e94(0x17e)]():(_0xd697c0[_0x586e94(0x108)]=_0x4783be((..._0x3c6729)=>_0x1fbf1d[_0x586e94(0x1b1)](..._0x3c6729,{'forceDefaultExecution':!0x0}),..._0x72734e),_0xd697c0[_0x586e94(0x29f)]())));},{'priority':_0x5cc216(0x18d)});}[_0x56b96a(0x29d)](_0x2da66e){const _0x1573b4=_0x56b96a;let _0x3bb230,_0x3e9c9a;const _0x2be5c3=this[_0x1573b4(0x1da)];this[_0x1573b4(0x1da)]=!0x0;try{_0x3bb230=_0x2da66e();}catch(_0xa5c347){_0x3e9c9a=_0xa5c347;}return _0x2be5c3||(this[_0x1573b4(0x1da)]=!0x1),_0x3e9c9a&&_0x1cf0b3[_0x1573b4(0x11d)](_0x3e9c9a,this),_0x3bb230;}[_0x56b96a(0x27c)](_0x365051,_0x5f3d5e=null,_0x4cf6dc={}){const _0x38fd7a=_0x56b96a;if(_0x365051[_0x38fd7a(0x16e)])return null;const _0x3f8478=this[_0x38fd7a(0x23c)][_0x38fd7a(0x1a2)][_0x38fd7a(0x207)](_0x38fd7a(0x1a3))['me'];for(const {suggestion:_0x20bab0,meta:_0x4c1367}of this[_0x38fd7a(0x22c)](_0x365051,_0x38fd7a(0x166)))if(_0x4c1367[_0x38fd7a(0x22e)]){if(!_0x4c1367[_0x38fd7a(0x299)]){if(_0x4c1367[_0x38fd7a(0x239)]){if(!this[_0x38fd7a(0x250)]||!Pt(_0x20bab0,_0x4cf6dc))continue;return _0x20bab0;}if(Pt(_0x20bab0,_0x4cf6dc))return _0x20bab0;this[_0x38fd7a(0x11b)](_0x20bab0,_0x365051[_0x38fd7a(0x271)],_0x365051[_0x38fd7a(0x204)]);break;}if(_0x5f3d5e==_0x20bab0[_0x38fd7a(0x15f)]&&Pt(_0x20bab0,_0x4cf6dc)){const _0x1f7d3d=_0x20bab0[_0x38fd7a(0x1bd)]();return _0x1f7d3d[_0x38fd7a(0x271)][_0x38fd7a(0x1fd)](_0x365051[_0x38fd7a(0x204)])?this[_0x38fd7a(0x1a5)](_0x20bab0,this[_0x38fd7a(0x25a)][_0x38fd7a(0x297)](_0x365051[_0x38fd7a(0x271)],_0x1f7d3d[_0x38fd7a(0x204)])):this[_0x38fd7a(0x1a5)](_0x20bab0,this[_0x38fd7a(0x25a)][_0x38fd7a(0x297)](_0x1f7d3d[_0x38fd7a(0x271)],_0x365051[_0x38fd7a(0x204)])),_0x20bab0;}}const _0x4fc81b=_0x2a9ded(),_0x46adb4=_0x3f8478['id'],_0x1c14f7=_0x5f3d5e?_0x38fd7a(0x227)+_0x5f3d5e:_0x38fd7a(0x166),_0x8691d9=this[_0x38fd7a(0x1fc)]({'id':_0x4fc81b,'type':_0x1c14f7,'createdAt':new Date(),'authorId':_0x46adb4,'attributes':_0x4cf6dc});return this[_0x38fd7a(0x252)](_0x1c14f7,_0x4fc81b,_0x46adb4,_0x365051),_0x8691d9;}[_0x56b96a(0x1ae)](_0x35b196,_0x13eccc=_0x56b96a(0x111),_0x3b216b={}){const _0x257351=_0x56b96a,_0xa7095=this[_0x257351(0x23c)][_0x257351(0x1a2)][_0x257351(0x207)](_0x257351(0x1a3))['me'],_0x5c492c=this[_0x257351(0x186)][_0x257351(0x181)](_0x257351(0x166),_0x13eccc,_0x257351(0x22b));for(const _0x4a96e7 of this[_0x257351(0x10f)]())if(_0x4a96e7[_0x257351(0x1e8)]['id']==_0xa7095['id']&&_0x257351(0x166)==_0x4a96e7[_0x257351(0x1a0)]&&_0x4a96e7[_0x257351(0x15f)]==_0x13eccc&&Pt(_0x4a96e7,_0x3b216b)&&(_0x5c492c(_0x4a96e7[_0x257351(0x296)](),_0x35b196)||_0x5c492c(_0x35b196,_0x4a96e7[_0x257351(0x296)]()))){for(const _0x178f1a of _0x35b196)_0x4a96e7[_0x257351(0x283)](_0x178f1a);return _0x4a96e7;}for(const {suggestion:_0x1ac07b,meta:_0x542479}of this[_0x257351(0x22c)](_0x35b196,_0x257351(0x166))){if(!_0x542479[_0x257351(0x22e)])continue;if(!this[_0x257351(0x250)]&&_0x542479[_0x257351(0x239)])continue;if(!Pt(_0x1ac07b,_0x3b216b))continue;let _0x5e11ba=!0x0;for(const _0x2e3259 of _0x1ac07b[_0x257351(0x296)]())for(const _0x2fb759 of _0x35b196)if(!_0x2e3259[_0x257351(0x2a2)](_0x2fb759)){_0x5e11ba=!0x1;break;}if(_0x5e11ba)return _0x1ac07b;}const _0x5b0850=_0x2a9ded(),_0x395ffc=_0xa7095['id'],_0x578b3c=_0x257351(0x227)+_0x13eccc,_0x52f91d=this[_0x257351(0x1fc)]({'id':_0x5b0850,'type':_0x578b3c,'createdAt':new Date(),'authorId':_0x395ffc,'attributes':_0x3b216b});for(const _0x173324 of _0x35b196)this[_0x257351(0x252)](_0x578b3c,_0x5b0850,_0x395ffc,_0x173324,_0x1dd1a2[_0x257351(0x26a)]());return _0x52f91d;}[_0x56b96a(0x176)](_0x4d35f6,_0x3a2182,_0x16121e=null,_0x4ec50d={}){const _0x357d69=_0x56b96a;if(_0x16121e=_0x16121e||Et(_0x3a2182),_0x4d35f6[_0x357d69(0x16e)])return null;if(_0x357d69(0x1fa)===this[_0x357d69(0x16c)]){const _0x4bc72d=this[_0x357d69(0x186)][_0x357d69(0x181)](_0x357d69(0x1a1),_0x16121e,_0x357d69(0x233));return this[_0x357d69(0x29d)](()=>_0x4bc72d([_0x4d35f6],_0x3a2182,_0x4ec50d)),null;}const _0x1bea6a=this[_0x357d69(0x23c)][_0x357d69(0x1a2)][_0x357d69(0x207)](_0x357d69(0x1a3))['me'],_0x3ce5c6=[];if(_0x357d69(0x156)!==this[_0x357d69(0x16c)]){for(const {suggestion:_0x424df8,meta:_0x4ce259}of this[_0x357d69(0x22c)](_0x4d35f6,_0x357d69(0x166)))_0x4ce259[_0x357d69(0x22e)]&&!_0x4ce259[_0x357d69(0x238)]&&_0x3ce5c6[_0x357d69(0x10a)](..._0x424df8[_0x357d69(0x296)]());}const _0x132cc8=function(_0x4fabca,_0x37fed3){const _0x25f134=_0x357d69,_0x9f05ed=[];for(const _0x2861e4 of _0x37fed3){const _0x55610d=_0x4fabca[_0x25f134(0x294)](_0x2861e4);_0x55610d&&_0x9f05ed[_0x25f134(0x10a)](_0x55610d);}return _0x9f05ed;}(_0x4d35f6,_0x3ce5c6),_0x1f64f4=function(_0x214ac1,_0x25c995){const _0x20c881=_0x357d69,_0x314bb5=[_0x214ac1];for(const _0x128aa4 of _0x25c995){let _0x59d963=0x0;for(;_0x59d963<_0x314bb5[_0x20c881(0x225)];){const _0x21ae50=_0x314bb5[_0x59d963][_0x20c881(0x10e)](_0x128aa4);_0x314bb5[_0x20c881(0x141)](_0x59d963,0x1,..._0x21ae50),_0x59d963+=_0x21ae50[_0x20c881(0x225)];}}return _0x314bb5;}(_0x4d35f6,_0x3ce5c6);_0x132cc8[_0x357d69(0x225)]&&this[_0x357d69(0x25a)][_0x357d69(0x147)](()=>{const _0x5b1f00=_0x357d69;for(const _0x4fff89 of _0x132cc8){const _0x59ed09=this[_0x5b1f00(0x186)][_0x5b1f00(0x181)](_0x5b1f00(0x1a1),_0x16121e,_0x5b1f00(0x233));this[_0x5b1f00(0x29d)](()=>_0x59ed09([_0x4fff89],_0x3a2182,_0x4ec50d));}});for(const _0x13d187 of _0x1f64f4){let _0x1ac90c=null,_0x5924e4=_0x13d187[_0x357d69(0x271)],_0x545bde=_0x13d187[_0x357d69(0x204)];for(const {suggestion:_0x33ef18,meta:_0x3c9a1f}of this[_0x357d69(0x22c)](_0x13d187,_0x357d69(0x1a1))){if(!_0x3c9a1f[_0x357d69(0x22e)])continue;if(_0x33ef18[_0x357d69(0x15f)]!=_0x16121e)continue;if(!Pt(_0x33ef18,_0x4ec50d))continue;const _0x2ec380=_0x33ef18[_0x357d69(0x1bd)]();if(_0x2ec380[_0x357d69(0x2a2)](_0x13d187,!0x0))return null;_0x5924e4=_0x5924e4[_0x357d69(0x19f)](_0x2ec380[_0x357d69(0x271)])?_0x5924e4:_0x2ec380[_0x357d69(0x271)],_0x545bde=_0x545bde[_0x357d69(0x243)](_0x2ec380[_0x357d69(0x204)])?_0x545bde:_0x2ec380[_0x357d69(0x204)],_0x1ac90c?_0x2ec380[_0x357d69(0x271)][_0x357d69(0x19f)](_0x1ac90c[_0x357d69(0x1bd)]()[_0x357d69(0x271)])?(_0x1ac90c[_0x357d69(0x165)](),_0x1ac90c=_0x33ef18):_0x33ef18[_0x357d69(0x165)]():_0x1ac90c=_0x33ef18;}const _0x58057e=this[_0x357d69(0x25a)][_0x357d69(0x297)](_0x5924e4,_0x545bde);if(_0x1ac90c)this[_0x357d69(0x1a5)](_0x1ac90c,_0x58057e);else{const _0x36cb89=_0x2a9ded(),_0x5107e6=_0x1bea6a['id'];this[_0x357d69(0x1fc)]({'id':_0x36cb89,'type':_0x357d69(0x1be)+_0x16121e,'data':_0x3a2182,'createdAt':new Date(),'authorId':_0x5107e6,'attributes':_0x4ec50d}),this[_0x357d69(0x252)](_0x357d69(0x1be)+_0x16121e,_0x36cb89,_0x5107e6,_0x58057e);}}return null;}[_0x56b96a(0x27f)](_0x3894c1,_0x48a87f,_0x4aaab3=[],_0x587d9d=null,_0x15b67b={}){const _0x165de7=_0x56b96a;_0x48a87f[_0x165de7(0x1cb)]||(_0x48a87f[_0x165de7(0x1cb)]=_0x48a87f[_0x165de7(0x1d5)]),_0x48a87f[_0x165de7(0x18b)]=_0x3894c1['is'](_0x165de7(0x113)),_0x587d9d=_0x587d9d||Et(_0x48a87f);const _0x3643e2=_0x4aaab3[_0x165de7(0x2ad)](_0x2dc03b=>Ot(_0x2dc03b,this[_0x165de7(0x25a)])),_0x475cd1=_0x3894c1['is'](_0x165de7(0x113))?_0x3894c1:Ot(_0x3894c1,this[_0x165de7(0x25a)]);if(_0x165de7(0x1fa)===this[_0x165de7(0x16c)]){const _0x231c5e=this[_0x165de7(0x186)][_0x165de7(0x181)](_0x165de7(0x158),_0x587d9d,_0x165de7(0x233));return this[_0x165de7(0x29d)](()=>_0x231c5e([_0x475cd1],_0x48a87f,_0x15b67b)),null;}_0x3643e2[_0x165de7(0x10a)](_0x475cd1);let _0xbd04fd=!0x0;for(const _0x412c01 of _0x3643e2)if(!this[_0x165de7(0x20d)](_0x412c01)){_0xbd04fd=!0x1;break;}if(_0xbd04fd&&_0x165de7(0x156)!==this[_0x165de7(0x16c)]){const _0x3152dd=this[_0x165de7(0x186)][_0x165de7(0x181)](_0x165de7(0x158),_0x587d9d,_0x165de7(0x233));return this[_0x165de7(0x29d)](()=>_0x3152dd([_0x475cd1],_0x48a87f,_0x15b67b)),null;}let _0x4152a8=null,_0x36d188=_0x475cd1[_0x165de7(0x271)],_0x3c696b=_0x475cd1[_0x165de7(0x204)];for(const {suggestion:_0x298646,meta:_0x449ef6}of this[_0x165de7(0x22c)](_0x475cd1,_0x165de7(0x158))){if(!_0x449ef6[_0x165de7(0x22e)])continue;if(_0x449ef6[_0x165de7(0x299)]||_0x449ef6[_0x165de7(0x239)]||_0x449ef6[_0x165de7(0x238)])continue;if(_0x298646[_0x165de7(0x1d6)][_0x165de7(0x1cb)]!=_0x48a87f[_0x165de7(0x1cb)])continue;if(!Pt(_0x298646,_0x15b67b))continue;const _0x44540c=_0x298646[_0x165de7(0x1bd)]();if(_0x298646[_0x165de7(0x15f)]==_0x587d9d){if(_0x44540c[_0x165de7(0x2a2)](_0x475cd1,!0x0))return null;_0x36d188=_0x36d188[_0x165de7(0x19f)](_0x44540c[_0x165de7(0x271)])?_0x36d188:_0x44540c[_0x165de7(0x271)],_0x3c696b=_0x3c696b[_0x165de7(0x243)](_0x44540c[_0x165de7(0x204)])?_0x3c696b:_0x44540c[_0x165de7(0x204)],_0x4152a8?_0x44540c[_0x165de7(0x271)][_0x165de7(0x19f)](_0x4152a8[_0x165de7(0x1bd)]()[_0x165de7(0x271)])?(_0x4152a8[_0x165de7(0x165)](),_0x4152a8=_0x298646):_0x298646[_0x165de7(0x165)]():_0x4152a8=_0x298646;}else{const _0x34e505=_0x475cd1[_0x165de7(0x294)](_0x44540c);this[_0x165de7(0x120)](_0x298646,_0x34e505);}}const _0x5a4682=this[_0x165de7(0x23c)][_0x165de7(0x1a2)][_0x165de7(0x207)](_0x165de7(0x1a3))['me'],_0x2dfbb7=_0x2a9ded(),_0x4ed97c=_0x5a4682['id'];if(_0x4152a8)return this[_0x165de7(0x1a5)](_0x4152a8,this[_0x165de7(0x25a)][_0x165de7(0x297)](_0x36d188,_0x3c696b)),_0x4152a8;{const _0x3d491d=this[_0x165de7(0x1fc)]({'id':_0x2dfbb7,'type':_0x165de7(0x2b6)+_0x587d9d,'data':_0x48a87f,'createdAt':new Date(),'authorId':_0x4ed97c,'attributes':_0x15b67b});return this[_0x165de7(0x252)](_0x165de7(0x2b6)+_0x587d9d,_0x2dfbb7,_0x4ed97c,this[_0x165de7(0x25a)][_0x165de7(0x297)](_0x36d188,_0x3c696b)),_0x3d491d;}}[_0x56b96a(0x194)](_0xe4f20e,_0xa46604,_0x5d2b98=[],_0x569f08=null,_0x52c6fb={}){const _0x5b888f=_0x56b96a;_0xa46604[_0x5b888f(0x1cb)]||(_0xa46604[_0x5b888f(0x1cb)]=_0xa46604[_0x5b888f(0x1d5)]);const _0xb2ae02=_0xe4f20e[0x0];_0xa46604[_0x5b888f(0x18b)]=_0xb2ae02['is'](_0x5b888f(0x113)),_0x569f08=_0x569f08||Et(_0xa46604);const _0x41961e=_0x5d2b98[_0x5b888f(0x2ad)](_0x73b7b3=>Ot(_0x73b7b3,this[_0x5b888f(0x25a)])),_0x27e139=_0xb2ae02['is'](_0x5b888f(0x113))?_0xe4f20e:_0xe4f20e[_0x5b888f(0x2ad)](_0x3fd56d=>Ot(_0x3fd56d,this[_0x5b888f(0x25a)]));if(_0x5b888f(0x1fa)===this[_0x5b888f(0x16c)]){const _0x83a21=this[_0x5b888f(0x186)][_0x5b888f(0x181)](_0x5b888f(0x158),_0x569f08,_0x5b888f(0x233));return this[_0x5b888f(0x29d)](()=>_0x83a21(_0x27e139,_0xa46604,_0x52c6fb)),null;}_0x41961e[_0x5b888f(0x10a)](..._0x27e139);let _0x541564=!0x0;for(const _0x3d4046 of _0x41961e)if(!this[_0x5b888f(0x20d)](_0x3d4046)){_0x541564=!0x1;break;}if(_0x541564&&_0x5b888f(0x156)!==this[_0x5b888f(0x16c)]){const _0x309cd9=this[_0x5b888f(0x186)][_0x5b888f(0x181)](_0x5b888f(0x158),_0x569f08,_0x5b888f(0x233));return this[_0x5b888f(0x29d)](()=>_0x309cd9(_0x27e139,_0xa46604,_0x52c6fb)),null;}const _0xb1ff09=this[_0x5b888f(0x23c)][_0x5b888f(0x1a2)][_0x5b888f(0x207)](_0x5b888f(0x1a3))['me'];for(const _0xefd152 of this[_0x5b888f(0x10f)]()){if(_0xefd152[_0x5b888f(0x1e8)]['id']!=_0xb1ff09['id'])continue;if(_0x5b888f(0x158)!=_0xefd152[_0x5b888f(0x1a0)]||_0xefd152[_0x5b888f(0x1d6)][_0x5b888f(0x1cb)]!=_0xa46604[_0x5b888f(0x1cb)])continue;if(!Pt(_0xefd152,_0x52c6fb))continue;const _0x5effcb=_0xefd152[_0x5b888f(0x15f)]==_0x569f08;for(let _0x59f09e=0x0;_0x59f09e<_0x27e139[_0x5b888f(0x225)];_0x59f09e++){const _0x123be4=_0x27e139[_0x59f09e];for(const _0x815eea of _0xefd152[_0x5b888f(0x21f)]()){const _0x27dce4=_0x815eea[_0x5b888f(0x21c)]();if(_0x123be4[_0x5b888f(0x1fd)](_0x27dce4)){_0x5effcb?(_0x27e139[_0x5b888f(0x141)](_0x59f09e,0x1),_0x59f09e--):_0xefd152[_0x5b888f(0x1f6)](_0x815eea[_0x5b888f(0x136)]);break;}}}}if(0x0==_0x27e139[_0x5b888f(0x225)])return null;const _0x10c802=this[_0x5b888f(0x186)][_0x5b888f(0x181)](_0x5b888f(0x158),_0x569f08,_0x5b888f(0x22b));for(const _0x2cb015 of this[_0x5b888f(0x10f)]())if(_0x2cb015[_0x5b888f(0x1e8)]['id']==_0xb1ff09['id']&&_0x5b888f(0x158)==_0x2cb015[_0x5b888f(0x1a0)]&&_0x2cb015[_0x5b888f(0x1d6)][_0x5b888f(0x1cb)]==_0xa46604[_0x5b888f(0x1cb)]&&_0x2cb015[_0x5b888f(0x15f)]==_0x569f08&&Pt(_0x2cb015,_0x52c6fb)&&(_0x10c802(_0x2cb015[_0x5b888f(0x296)](),_0x27e139)||_0x10c802(_0x27e139,_0x2cb015[_0x5b888f(0x296)]()))){for(const _0x30a091 of _0x27e139)_0x2cb015[_0x5b888f(0x283)](_0x30a091);return _0x2cb015;}const _0x4a2c61=_0x2a9ded(),_0x422d78=_0xb1ff09['id'],_0x3f0598=_0x5b888f(0x2b6)+_0x569f08,_0x2a5851=this[_0x5b888f(0x1fc)]({'id':_0x4a2c61,'type':_0x3f0598,'data':_0xa46604,'createdAt':new Date(),'authorId':_0x422d78,'attributes':_0x52c6fb});for(const _0xf80671 of _0x27e139)this[_0x5b888f(0x252)](_0x3f0598,_0x4a2c61,_0x422d78,_0xf80671,_0x1dd1a2[_0x5b888f(0x26a)]());return _0x2a5851;}[_0x56b96a(0x1a7)](_0x4115eb,_0x369830=null,_0x3988e1={}){const _0xe2af94=_0x56b96a;if(_0x4115eb[_0xe2af94(0x16e)])return null;const _0x59b563=this[_0xe2af94(0x23c)][_0xe2af94(0x1a2)][_0xe2af94(0x207)](_0xe2af94(0x1a3))['me'],_0x3cc646=new _0x5475c5(_0x4115eb[_0xe2af94(0x271)],_0x4115eb[_0xe2af94(0x204)]);for(const {suggestion:_0x1b2449,meta:_0x424829}of this[_0xe2af94(0x22c)](_0x3cc646,_0xe2af94(0x166)))if(_0x424829[_0xe2af94(0x22e)]&&!_0x424829[_0xe2af94(0x299)]){if(_0x1b2449[_0xe2af94(0x248)]){const _0x59379d=_0x1b2449[_0xe2af94(0x296)]()[_0xe2af94(0x193)](_0x3ccbb5=>_0xe2af94(0x197)!=_0x3ccbb5[_0xe2af94(0x27b)][_0xe2af94(0x1a6)]);_0x59379d[_0xe2af94(0x221)](_0x2913ec=>_0x3cc646[_0xe2af94(0x2a2)](_0x2913ec,!0x0))&&_0x1b2449[_0xe2af94(0x190)]();if(_0x59379d[_0xe2af94(0x146)](_0x12b684=>_0x12b684[_0xe2af94(0x2a2)](_0x3cc646,!0x0))){const _0x2a1591=this[_0xe2af94(0x186)][_0xe2af94(0x181)](_0xe2af94(0x1e5),_0x369830,_0xe2af94(0x233));return this[_0xe2af94(0x29d)](()=>_0x2a1591([_0x3cc646],null,_0x3988e1)),null;}}else{const _0x381d22=_0x3cc646[_0xe2af94(0x294)](_0x1b2449[_0xe2af94(0x1bd)]());null!==_0x381d22&&_0x1b2449[_0xe2af94(0x1e3)]([_0x381d22],null,_0x3988e1);}}if(_0x3cc646[_0xe2af94(0x18c)](),_0x3cc646[_0xe2af94(0x16e)]||_0xe2af94(0x197)==_0x3cc646[_0xe2af94(0x27b)][_0xe2af94(0x1a6)])return null;let _0x728372=null,_0x40701e=_0x3cc646[_0xe2af94(0x271)],_0x290129=_0x3cc646[_0xe2af94(0x204)];const _0x2345c5=this[_0xe2af94(0x22c)](_0x3cc646,_0xe2af94(0x1e5));for(const {suggestion:_0x247dca,meta:_0x53a5cd}of _0x2345c5){const _0x3b25b0=this[_0xe2af94(0x25a)][_0xe2af94(0x297)](_0x40701e,_0x290129);if(_0x53a5cd[_0xe2af94(0x22e)]&&(this[_0xe2af94(0x250)]||!_0x53a5cd[_0xe2af94(0x239)]&&!_0x53a5cd[_0xe2af94(0x238)])){if(_0x247dca[_0xe2af94(0x248)]){if(!Pt(_0x247dca,_0x3988e1))continue;let _0x11f27c=!0x0;for(const _0x51bd73 of _0x247dca[_0xe2af94(0x296)]()){if(_0x51bd73[_0xe2af94(0x2a2)](_0x3b25b0,!0x0))return _0x247dca;_0x3b25b0[_0xe2af94(0x2a2)](_0x51bd73)||(_0x11f27c=!0x1);}_0x11f27c&&_0x247dca[_0xe2af94(0x190)]();}else{const _0x2c1685=_0x247dca[_0xe2af94(0x1bd)]();if(_0x2c1685[_0xe2af94(0x2a2)](_0x3b25b0,!0x0))return _0x247dca;if(!Pt(_0x247dca,_0x3988e1)){_0x3b25b0[_0xe2af94(0x2a2)](_0x2c1685)?_0x247dca[_0xe2af94(0x165)]():_0x2c1685[_0xe2af94(0x15a)](_0x40701e)?_0x40701e=_0x2c1685[_0xe2af94(0x204)]:_0x2c1685[_0xe2af94(0x15a)](_0x290129)&&(_0x290129=_0x2c1685[_0xe2af94(0x271)]);continue;}_0x40701e=_0x40701e[_0xe2af94(0x19f)](_0x2c1685[_0xe2af94(0x271)])?_0x40701e:_0x2c1685[_0xe2af94(0x271)],_0x290129=_0x290129[_0xe2af94(0x243)](_0x2c1685[_0xe2af94(0x204)])?_0x290129:_0x2c1685[_0xe2af94(0x204)],_0x3988e1=Object[_0xe2af94(0x134)]({},_0x247dca[_0xe2af94(0x265)]),_0x728372?_0x2c1685[_0xe2af94(0x271)][_0xe2af94(0x19f)](_0x728372[_0xe2af94(0x1bd)]()[_0xe2af94(0x271)])?(_0x728372[_0xe2af94(0x165)](),_0x728372=_0x247dca):_0x247dca[_0xe2af94(0x165)]():_0x728372=_0x247dca;}}}if(_0x728372)return this[_0xe2af94(0x1a5)](_0x728372,this[_0xe2af94(0x25a)][_0xe2af94(0x297)](_0x40701e,_0x290129)),_0x728372;{const _0x4478c4=_0x2a9ded(),_0x287dfd=this[_0xe2af94(0x25a)][_0xe2af94(0x297)](_0x40701e,_0x290129),_0xfa9837=_0x59b563['id'],_0xef61da=_0x369830?_0xe2af94(0x1ff)+_0x369830:_0xe2af94(0x1e5),_0x243d43=this[_0xe2af94(0x1fc)]({'id':_0x4478c4,'type':_0xef61da,'createdAt':new Date(),'authorId':_0xfa9837,'attributes':_0x3988e1});return this[_0xe2af94(0x252)](_0xef61da,_0x4478c4,_0xfa9837,_0x287dfd),_0x243d43;}}[_0x56b96a(0x17b)](_0x1a0204,_0x376e5f=_0x56b96a(0x111),_0x31c112={}){const _0x425b7d=_0x56b96a,_0x31430c=this[_0x425b7d(0x23c)][_0x425b7d(0x1a2)][_0x425b7d(0x207)](_0x425b7d(0x1a3))['me'],_0xeb827a=_0x1a0204[_0x425b7d(0x2ad)](_0x9f474=>new _0x5475c5(_0x9f474[_0x425b7d(0x271)],_0x9f474[_0x425b7d(0x204)])),_0x57d42e=new Set();for(const {suggestion:_0x5991b6,meta:_0x1468dd}of this[_0x425b7d(0x22c)](_0xeb827a,_0x425b7d(0x166)))_0x1468dd[_0x425b7d(0x22e)]&&!_0x1468dd[_0x425b7d(0x299)]&&_0x57d42e[_0x425b7d(0x1b0)](_0x5991b6);for(const _0x41e984 of _0x57d42e)if(_0x41e984[_0x425b7d(0x248)]){const _0x6082a5=_0x41e984[_0x425b7d(0x296)]();(!_0x41e984[_0x425b7d(0x265)]||!_0x41e984[_0x425b7d(0x265)][_0x425b7d(0x14d)])&&(_0x6082a5[_0x425b7d(0x221)](_0x18a83a=>_0xeb827a[_0x425b7d(0x146)](_0x100148=>_0x100148[_0x425b7d(0x2a2)](_0x18a83a,!0x0)))&&_0x41e984[_0x425b7d(0x190)]());if(_0xeb827a[_0x425b7d(0x221)](_0x37f73b=>_0x6082a5[_0x425b7d(0x146)](_0x116e54=>_0x116e54[_0x425b7d(0x2a2)](_0x37f73b,!0x0)))){const _0x32d445=this[_0x425b7d(0x186)][_0x425b7d(0x181)](_0x425b7d(0x1e5),_0x376e5f,_0x425b7d(0x233));return this[_0x425b7d(0x29d)](()=>_0x32d445(_0x1a0204,null,_0x31c112)),null;}}else{const _0x1a7805=_0x41e984[_0x425b7d(0x1bd)]();_0xeb827a[_0x425b7d(0x146)](_0x8ede3a=>_0x8ede3a[_0x425b7d(0x2a2)](_0x1a7805,!0x0))&&_0x41e984[_0x425b7d(0x190)]();if(_0xeb827a[_0x425b7d(0x221)](_0x120d55=>_0x1a7805[_0x425b7d(0x2a2)](_0x120d55,!0x0))){const _0x55ea67=this[_0x425b7d(0x186)][_0x425b7d(0x181)](_0x425b7d(0x1e5),_0x376e5f,_0x425b7d(0x233));return this[_0x425b7d(0x29d)](()=>_0x55ea67(_0xeb827a,null,_0x31c112)),null;}}const _0x46080e=this[_0x425b7d(0x186)][_0x425b7d(0x181)](_0x425b7d(0x1e5),_0x376e5f,_0x425b7d(0x22b));let _0x373258=null;for(const _0x350ddf of this[_0x425b7d(0x10f)]())if(_0x350ddf[_0x425b7d(0x1e8)]['id']==_0x31430c['id']&&_0x350ddf[_0x425b7d(0x1ab)]&&_0x425b7d(0x1e5)==_0x350ddf[_0x425b7d(0x1a0)]&&_0x350ddf[_0x425b7d(0x15f)]==_0x376e5f&&Pt(_0x350ddf,_0x31c112)&&(_0x46080e(_0x350ddf[_0x425b7d(0x296)](),_0xeb827a)||_0x46080e(_0xeb827a,_0x350ddf[_0x425b7d(0x296)]()))){if(_0x373258){if(_0x350ddf[_0x425b7d(0x208)]&&_0x350ddf[_0x425b7d(0x208)][_0x425b7d(0x225)])continue;for(const _0x5f5904 of _0x350ddf[_0x425b7d(0x296)]())_0x373258[_0x425b7d(0x291)](_0x5f5904)||_0x373258[_0x425b7d(0x283)](_0x5f5904);_0x350ddf[_0x425b7d(0x165)]();}else{_0x373258=_0x350ddf;for(const _0x21e9e9 of _0xeb827a)_0x350ddf[_0x425b7d(0x291)](_0x21e9e9)||_0x350ddf[_0x425b7d(0x283)](_0x21e9e9);}}if(_0x373258)return _0x373258;_0x57d42e[_0x425b7d(0x15e)]();for(const {suggestion:_0x2ac6ad,meta:_0x533b72}of this[_0x425b7d(0x22c)](_0xeb827a,_0x425b7d(0x1e5)))_0x533b72[_0x425b7d(0x22e)]&&(this[_0x425b7d(0x250)]||!_0x533b72[_0x425b7d(0x239)]&&!_0x533b72[_0x425b7d(0x238)])&&Pt(_0x2ac6ad,_0x31c112)&&_0x57d42e[_0x425b7d(0x1b0)](_0x2ac6ad);for(const _0x2d1324 of _0x57d42e){const _0x3add7e=_0x2d1324[_0x425b7d(0x296)]();if(!_0x31c112||!_0x31c112[_0x425b7d(0x14d)]){if(_0xeb827a[_0x425b7d(0x221)](_0x1a3283=>_0x3add7e[_0x425b7d(0x146)](_0x2a4cdf=>_0x2a4cdf[_0x425b7d(0x2a2)](_0x1a3283,!0x0))))return _0x2d1324;}(!_0x2d1324[_0x425b7d(0x265)]||!_0x2d1324[_0x425b7d(0x265)][_0x425b7d(0x14d)])&&(_0x3add7e[_0x425b7d(0x221)](_0x219f3a=>_0xeb827a[_0x425b7d(0x146)](_0x2b1199=>_0x2b1199[_0x425b7d(0x2a2)](_0x219f3a,!0x0)))&&_0x2d1324[_0x425b7d(0x190)]());}const _0xdc5319=_0x2a9ded(),_0x20977c=_0x31430c['id'],_0x39b67d=_0x425b7d(0x1ff)+_0x376e5f,_0x3da3c1=this[_0x425b7d(0x1fc)]({'id':_0xdc5319,'type':_0x39b67d,'createdAt':new Date(),'authorId':_0x20977c,'attributes':_0x31c112});for(const _0x2398d0 of _0xeb827a)_0x2398d0[_0x425b7d(0x18c)](),_0x2398d0[_0x425b7d(0x16e)]||_0x425b7d(0x197)==_0x2398d0[_0x425b7d(0x27b)][_0x425b7d(0x1a6)]||this[_0x425b7d(0x252)](_0x39b67d,_0xdc5319,_0x20977c,_0x2398d0,_0x1dd1a2[_0x425b7d(0x26a)]());return _0x3da3c1;}[_0x56b96a(0x232)](_0x4baa00,_0x27f75c,_0x491fa0,_0x3f973f,_0x412f01){const _0x45a6fb=_0x56b96a;if(_0x4baa00[_0x45a6fb(0x16e)])return[];if(_0x45a6fb(0x1fa)===this[_0x45a6fb(0x16c)])return[];const _0x5fdddf=this[_0x45a6fb(0x23c)][_0x45a6fb(0x1a2)][_0x45a6fb(0x207)](_0x45a6fb(0x1a3))['me']['id'],_0x457659=Array[_0x45a6fb(0x229)](this[_0x45a6fb(0x1f4)][_0x45a6fb(0x2b2)]())[_0x45a6fb(0x193)](_0x49f524=>_0x45a6fb(0x1a9)==_0x49f524[_0x45a6fb(0x1a0)]&&_0x49f524[_0x45a6fb(0x1d6)][_0x45a6fb(0x163)]==_0x27f75c&&_0x49f524[_0x45a6fb(0x291)](_0x4baa00));if(_0x45a6fb(0x10d)===this[_0x45a6fb(0x16c)]){const _0x394517=this[_0x45a6fb(0x22c)](_0x4baa00,_0x45a6fb(0x166))[_0x45a6fb(0x193)](({meta:_0x31ad4d})=>_0x31ad4d[_0x45a6fb(0x22e)]&&!_0x31ad4d[_0x45a6fb(0x238)]&&!_0x31ad4d[_0x45a6fb(0x299)])[_0x45a6fb(0x2ad)](({suggestion:_0x213017})=>_0x213017);_0x457659[_0x45a6fb(0x24c)](..._0x394517);}const _0x213daf=new Map([[_0x4baa00,_0x491fa0]]);for(const _0x169bef of _0x457659){const _0x4acf00=_0x45a6fb(0x1a9)==_0x169bef[_0x45a6fb(0x1a0)]?_0x169bef[_0x45a6fb(0x1d6)][_0x45a6fb(0x187)]:void 0x0,_0x198b3a=_0x169bef[_0x45a6fb(0x1bd)](),_0x4f173b=Array[_0x45a6fb(0x229)](_0x213daf[_0x45a6fb(0x226)]())[_0x45a6fb(0x1ef)](_0x254ed9=>_0x254ed9[_0x45a6fb(0x2b1)](_0x198b3a));if(!_0x4f173b)continue;const _0x172149=_0x4f173b[_0x45a6fb(0x10e)](_0x198b3a);this[_0x45a6fb(0x264)](_0x27f75c)&&_0x45a6fb(0x166)==_0x169bef[_0x45a6fb(0x1a0)]&&0x0!=_0x172149[_0x45a6fb(0x225)]||(_0x213daf[_0x45a6fb(0x1d0)](_0x4f173b),_0x172149[_0x45a6fb(0x2a9)](_0x2a0718=>{const _0x246430=_0x45a6fb;_0x213daf[_0x246430(0x278)](_0x2a0718,_0x491fa0);}),_0x45a6fb(0x166)!=_0x169bef[_0x45a6fb(0x1a0)]&&_0x4acf00!=_0x3f973f&&_0x213daf[_0x45a6fb(0x278)](_0x4f173b[_0x45a6fb(0x294)](_0x198b3a),_0x4acf00));}const _0x4de0c9=[];for(const [_0x1d1866,_0x36b310]of _0x213daf){const _0x3dd2d8=_0x2a9ded(),_0x4b9c62={'key':_0x27f75c,'oldValue':_0x36b310,'newValue':_0x3f973f};_0x27f75c[_0x45a6fb(0x225)]>0x25&&console[_0x45a6fb(0x1cd)](_0x45a6fb(0x23e),{'key':_0x27f75c});const _0x2c3daf=(_0x45a6fb(0x1ed)+(_0x27f75c+'|'+Et({'newValue':_0x3f973f})))[_0x45a6fb(0x217)](0x0,0x3c),_0x103f6c=this[_0x45a6fb(0x1fc)]({'id':_0x3dd2d8,'type':_0x2c3daf,'data':_0x4b9c62,'createdAt':new Date(),'authorId':_0x5fdddf,'attributes':_0x412f01});_0x4de0c9[_0x45a6fb(0x10a)](_0x103f6c),this[_0x45a6fb(0x252)](_0x2c3daf,_0x3dd2d8,_0x5fdddf,_0x1d1866);}return _0x4de0c9;}[_0x56b96a(0x154)](_0x1f5680){const _0x1bf0ce=_0x56b96a;this[_0x1bf0ce(0x237)][_0x1bf0ce(0x1b0)](_0x1f5680);}[_0x56b96a(0x137)](_0x5aa648){const _0x5e6f57=_0x56b96a;this[_0x5e6f57(0x22d)][_0x5e6f57(0x1b0)](_0x5aa648);}[_0x56b96a(0x1de)](_0x51edfe,_0x237586=[],_0x4cf30e=[]){const _0x44cc8b=_0x56b96a;this[_0x44cc8b(0x230)](_0x51edfe,(_0x3a7ec,..._0x47114c)=>{const _0x4866fb=_0x44cc8b;this[_0x4866fb(0x172)](()=>{_0x3a7ec(..._0x47114c);});});for(const _0x20724c of _0x237586)this[_0x44cc8b(0x137)](_0x20724c);for(const _0x49f890 of _0x4cf30e)this[_0x44cc8b(0x154)](_0x49f890);}[_0x56b96a(0x1f2)](_0x3e4c8a){const _0x2c26d9=_0x56b96a;return _0x2c26d9(0x1a9)==_0x3e4c8a[_0x2c26d9(0x1a0)]?_0x3e4c8a[_0x2c26d9(0x15f)][_0x2c26d9(0x115)]('|')[0x0]:null;}[_0x56b96a(0x1a5)](_0x195499,_0x4b87c7){const _0x4bb756=_0x56b96a,_0x5c2817=_0x195499[_0x4bb756(0x20a)]();this[_0x4bb756(0x25a)][_0x4bb756(0x147)](_0x1fb8b2=>{const _0xfcbea6=_0x4bb756;_0x1fb8b2[_0xfcbea6(0x164)](_0x5c2817,{'range':_0x4b87c7});});}[_0x56b96a(0x24d)](_0x4f0c3d){const _0x4bfd7a=_0x56b96a,_0x58ba32=_0x4f0c3d['id'],_0xc3ce79=this[_0x4bfd7a(0x23c)][_0x4bfd7a(0x215)][_0x4bfd7a(0x207)](_0x4bfd7a(0x1f5));this[_0x4bfd7a(0x14f)][_0x4bfd7a(0x1c4)](_0x58ba32)||this[_0x4bfd7a(0x14f)][_0x4bfd7a(0x140)]({'channelId':_0xc3ce79,'threadId':_0x58ba32,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1d191a=this[_0x4bfd7a(0x14f)][_0x4bfd7a(0x1fe)](_0x58ba32);_0x1d191a[_0x4bfd7a(0x245)](_0x4bfd7a(0x17f)),_0x1d191a[_0x4bfd7a(0x17f)]=!0x1,_0x4f0c3d[_0x4bfd7a(0x208)]=_0x1d191a;}[_0x56b96a(0x205)](_0x19c96,_0x26f3c1,_0x43126b,_0x5b75da){const _0x2ec350=_0x56b96a;if(_0x19c96[_0x2ec350(0x1a0)]!=_0x26f3c1||_0x19c96[_0x2ec350(0x15f)]!=_0x43126b||_0x19c96[_0x2ec350(0x29b)]['id']!=_0x5b75da)throw this[_0x2ec350(0x23c)][_0x2ec350(0x13f)](_0x2ec350(0x256)),new _0x1cf0b3(_0x2ec350(0x256),this);}[_0x56b96a(0x120)](_0x191d6a,_0x189a64){const _0x3e8637=_0x56b96a,_0x318fb3=_0x191d6a[_0x3e8637(0x1bd)]();if(_0x189a64[_0x3e8637(0x1fd)](_0x318fb3))_0x191d6a[_0x3e8637(0x165)]();else{if(_0x318fb3[_0x3e8637(0x2a2)](_0x189a64)){const _0x3d2a6d=this[_0x3e8637(0x25a)][_0x3e8637(0x1b7)](_0x189a64[_0x3e8637(0x271)][_0x3e8637(0x13c)],_0x3e8637(0x204));this[_0x3e8637(0x1a5)](_0x191d6a,this[_0x3e8637(0x25a)][_0x3e8637(0x297)](_0x318fb3[_0x3e8637(0x271)],_0x3d2a6d));const _0xd89f21=_0x2a9ded(),_0x59b97d=_0x191d6a[_0x3e8637(0x29b)]['id'],_0x30fc20=_0x191d6a[_0x3e8637(0x1a0)]+':'+_0x191d6a[_0x3e8637(0x15f)];this[_0x3e8637(0x1fc)]({'id':_0xd89f21,'type':_0x30fc20,'createdAt':new Date(),'authorId':_0x59b97d,'data':_0x191d6a[_0x3e8637(0x1d6)],'attributes':_0x191d6a[_0x3e8637(0x265)]});const _0x37fe07=this[_0x3e8637(0x25a)][_0x3e8637(0x1b7)](_0x189a64[_0x3e8637(0x204)][_0x3e8637(0x1b9)],_0x3e8637(0x28a)),_0xad028a=this[_0x3e8637(0x25a)][_0x3e8637(0x297)](_0x37fe07,_0x318fb3[_0x3e8637(0x204)]);this[_0x3e8637(0x252)](_0x30fc20,_0xd89f21,_0x59b97d,_0xad028a);}else{if(_0x318fb3[_0x3e8637(0x15a)](_0x189a64[_0x3e8637(0x271)])){const _0x272b4c=this[_0x3e8637(0x25a)][_0x3e8637(0x1b7)](_0x189a64[_0x3e8637(0x271)][_0x3e8637(0x13c)],_0x3e8637(0x204));this[_0x3e8637(0x1a5)](_0x191d6a,this[_0x3e8637(0x25a)][_0x3e8637(0x297)](_0x318fb3[_0x3e8637(0x271)],_0x272b4c));}else{const _0xd4a7c=this[_0x3e8637(0x25a)][_0x3e8637(0x1b7)](_0x189a64[_0x3e8637(0x204)][_0x3e8637(0x1b9)],_0x3e8637(0x28a));this[_0x3e8637(0x1a5)](_0x191d6a,this[_0x3e8637(0x25a)][_0x3e8637(0x297)](_0xd4a7c,_0x318fb3[_0x3e8637(0x204)]));}}}}[_0x56b96a(0x20d)](_0x3b2c6b){const _0x330694=_0x56b96a;for(const {suggestion:_0x6ffde3,meta:_0x5ba3f0}of this[_0x330694(0x22c)](_0x3b2c6b,_0x330694(0x166))){if(!_0x5ba3f0[_0x330694(0x22e)])continue;const _0x1a2d94=_0x6ffde3[_0x330694(0x296)]();for(const _0x3c6136 of _0x1a2d94)if(!_0x3b2c6b[_0x330694(0x10e)](_0x3c6136)[_0x330694(0x225)])return!0x0;}return!0x1;}[_0x56b96a(0x275)](_0x19e5ac){const _0x3ac9ae=_0x56b96a,_0x53ac4e=this[_0x3ac9ae(0x23c)][_0x3ac9ae(0x1a2)][_0x3ac9ae(0x207)](_0x3ac9ae(0x1a3))[_0x3ac9ae(0x2a3)](_0x19e5ac);if(!_0x53ac4e)throw new _0x1cf0b3(_0x3ac9ae(0x257),this);return _0x53ac4e;}[_0x56b96a(0x11c)](_0x541caf){const _0x57d435=_0x56b96a,_0x497fbf=this[_0x57d435(0x23c)][_0x57d435(0x1a2)][_0x57d435(0x207)](_0x57d435(0x1a3)),_0x4cd713=_0x3f3261(_0x57d435(0x171)+_0x541caf),_0x1c85b6=_0x497fbf[_0x57d435(0x2a3)](_0x4cd713);return _0x1c85b6||_0x497fbf[_0x57d435(0x222)]({'id':_0x4cd713,'name':_0x541caf});}[_0x56b96a(0x25b)](_0x510229,_0x22d5e7,_0x367c9c,_0x5d4019,_0x440a19){const _0x1d8e63=_0x56b96a,_0x3ccacf=this[_0x1d8e63(0x275)](_0x5d4019),_0x5aa8a9=this[_0x1d8e63(0x186)][_0x1d8e63(0x210)](_0x510229,_0x22d5e7,_0x367c9c,_0x3ccacf,_0x440a19,_0x319e52=>{const _0x2ba8f2=_0x1d8e63;this[_0x2ba8f2(0x145)](_0x367c9c,{'attributes':_0x319e52});const _0x4771ad=this[_0x2ba8f2(0x26e)](_0x367c9c);this[_0x2ba8f2(0x20c)](new Set([_0x4771ad])),this[_0x2ba8f2(0x184)](new Set([_0x4771ad]));});return this[_0x1d8e63(0x1aa)](_0x5aa8a9,_0x1d8e63(0x233),()=>{const _0x42e4a0=_0x1d8e63;this[_0x42e4a0(0x145)](_0x367c9c,{'state':_0x42e4a0(0x21e)});},{'priority':_0x1d8e63(0x18d)}),this[_0x1d8e63(0x1aa)](_0x5aa8a9,_0x1d8e63(0x190),()=>{const _0x366ef2=_0x1d8e63;this[_0x366ef2(0x145)](_0x367c9c,{'state':_0x366ef2(0x2aa)});},{'priority':_0x1d8e63(0x18d)}),this[_0x1d8e63(0x1f4)][_0x1d8e63(0x278)](_0x367c9c,_0x5aa8a9),this[_0x1d8e63(0x258)][_0x1d8e63(0x278)](_0x5aa8a9,_0x1d8e63(0x2b0)),_0x5aa8a9;}[_0x56b96a(0x112)](_0x1522dc){const _0x4947bf=_0x56b96a,_0x246394=_0x1522dc[_0x4947bf(0x115)](':');return{'group':_0x246394[0x0],'type':_0x246394[0x1],'subType':_0x246394[_0x4947bf(0x225)]>=0x5?_0x246394[0x2]:null,'id':_0x246394[_0x4947bf(0x225)]<0x5?_0x246394[0x2]:_0x246394[0x3],'authorId':_0x246394[_0x4947bf(0x225)]<0x5?_0x246394[0x3]:_0x246394[0x4],'markerCount':0x6==_0x246394[_0x4947bf(0x225)]?_0x246394[0x5]:null};}[_0x56b96a(0x11b)](_0x7b2847,_0xf2008d,_0x57f076){const _0x483bff=_0x56b96a,_0x3cc940=_0x7b2847[_0x483bff(0x1bd)](),_0x4488d8=_0x3cc940[_0x483bff(0x271)],_0x5dda85=_0x3cc940[_0x483bff(0x204)];this[_0x483bff(0x1a5)](_0x7b2847,this[_0x483bff(0x25a)][_0x483bff(0x297)](_0x4488d8,_0xf2008d));const _0x4a73f8=_0x2a9ded(),_0x4f0dc5=_0x7b2847[_0x483bff(0x29b)]['id'],_0x287d19=_0x7b2847[_0x483bff(0x1a0)]+(_0x7b2847[_0x483bff(0x15f)]?':'+_0x7b2847[_0x483bff(0x15f)]:'');this[_0x483bff(0x1fc)]({'id':_0x4a73f8,'type':_0x287d19,'createdAt':new Date(),'authorId':_0x4f0dc5,'originalSuggestionId':_0x7b2847['id'],'attributes':_0x7b2847[_0x483bff(0x265)],'data':_0x7b2847[_0x483bff(0x1d6)]});const _0x2f61d7=this[_0x483bff(0x1f2)](_0x7b2847);(_0x483bff(0x158)==_0x7b2847[_0x483bff(0x1a0)]||_0x2f61d7&&this[_0x483bff(0x264)](_0x2f61d7))&&(_0x57f076=this[_0x483bff(0x25a)][_0x483bff(0x11a)](_0x57f076[_0x483bff(0x1b9)])),this[_0x483bff(0x252)](_0x287d19,_0x4a73f8,_0x4f0dc5,this[_0x483bff(0x25a)][_0x483bff(0x297)](_0x57f076,_0x5dda85));}[_0x56b96a(0x22c)](_0x520008,_0x141832=null){const _0x39ffbf=_0x56b96a,_0xd234ce=[],_0x33886c=this[_0x39ffbf(0x23c)][_0x39ffbf(0x1a2)][_0x39ffbf(0x207)](_0x39ffbf(0x1a3))['me'];Array[_0x39ffbf(0x209)](_0x520008)||(_0x520008=[_0x520008]);for(const _0x2680fb of this[_0x39ffbf(0x10f)]()){if(!_0x2680fb[_0x39ffbf(0x1ab)])continue;if(_0x141832&&_0x2680fb[_0x39ffbf(0x1a0)]!=_0x141832)continue;let _0x29b591=!0x1;for(const _0x20c3e7 of _0x2680fb[_0x39ffbf(0x296)]()){for(const _0x4567d1 of _0x520008){const _0x4ddcca=_0x4567d1[_0x39ffbf(0x271)][_0x39ffbf(0x1fd)](_0x20c3e7[_0x39ffbf(0x204)])||_0x4567d1[_0x39ffbf(0x204)][_0x39ffbf(0x1fd)](_0x20c3e7[_0x39ffbf(0x271)]);if(_0x4ddcca||_0x4567d1[_0x39ffbf(0x294)](_0x20c3e7)){const _0x1a77b6=_0x4567d1[_0x39ffbf(0x2a2)](_0x20c3e7)&&xt(this[_0x39ffbf(0x25a)][_0x39ffbf(0x118)],_0x20c3e7[_0x39ffbf(0x271)],_0x4567d1),_0x398a1d=_0x20c3e7[_0x39ffbf(0x2a2)](_0x4567d1)&&xt(this[_0x39ffbf(0x25a)][_0x39ffbf(0x118)],_0x4567d1[_0x39ffbf(0x271)],_0x20c3e7);_0xd234ce[_0x39ffbf(0x10a)]({'suggestion':_0x2680fb,'meta':{'isOwn':_0x33886c==_0x2680fb[_0x39ffbf(0x1e8)],'isNextTo':_0x4ddcca,'isInsideObject':_0x1a77b6,'containsRangeInObject':_0x398a1d}}),_0x29b591=!0x0;break;}}if(_0x29b591)break;}}return _0xd234ce;}[_0x56b96a(0x252)](_0x59a2a1,_0x11c169,_0x5091c3,_0x27bc2e,_0x16012f){const _0x3d5a24=_0x56b96a;this[_0x3d5a24(0x25a)][_0x3d5a24(0x147)](_0x9d3e85=>{const _0x1becf4=_0x3d5a24;let _0x54fbb6=_0x1becf4(0x188)+_0x59a2a1+':'+_0x11c169+':'+_0x5091c3;_0x16012f&&(_0x54fbb6=_0x54fbb6+':'+_0x16012f),_0x9d3e85[_0x1becf4(0x27d)](_0x54fbb6,{'range':_0x27bc2e,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x56b96a(0x274)](_0x366781){const _0x201e15=_0x56b96a,_0x306c97=_0x366781[_0x201e15(0x196)],_0x5afe00=_0x366781[_0x201e15(0x1bc)];_0x366781[_0x201e15(0x196)]=null,_0x366781[_0x201e15(0x1bc)]=null,null!=_0x306c97&&_0x306c97[_0x201e15(0x1bc)]==_0x366781&&(_0x306c97[_0x201e15(0x1bc)]=_0x5afe00),null!=_0x5afe00&&_0x5afe00[_0x201e15(0x196)]==_0x366781&&(_0x5afe00[_0x201e15(0x196)]=_0x306c97),_0x201e15(0x1b6)==this[_0x201e15(0x258)][_0x201e15(0x207)](_0x366781)&&(this[_0x201e15(0x258)][_0x201e15(0x278)](_0x366781,_0x201e15(0x28b)),this[_0x201e15(0x1c5)](_0x201e15(0x195),_0x366781,_0x306c97,_0x5afe00));}[_0x56b96a(0x1fc)](_0x4ee2b0){const _0x596e89=_0x56b96a,_0x10ed14=_0x4ee2b0['id'],_0x47adf7=this[_0x596e89(0x280)](_0x4ee2b0);if(this[_0x596e89(0x19d)]&&this[_0x596e89(0x19d)][_0x596e89(0x159)]){const _0x5d2244=this[_0x596e89(0x23c)][_0x596e89(0x1a2)][_0x596e89(0x207)](_0x596e89(0x224)),_0x8daed5=_0x47adf7[_0x596e89(0x2b3)],_0x5e54f2=_0x47adf7[_0x596e89(0x15f)]?_0x47adf7[_0x596e89(0x1a0)]+':'+_0x47adf7[_0x596e89(0x15f)]:_0x47adf7[_0x596e89(0x1a0)],_0x23baf2=this[_0x596e89(0x23c)][_0x596e89(0x292)],_0x506d67=_0x5d2244[_0x596e89(0x1b0)](_0x24fe1e(_0x23baf2,_0x596e89(0x107))),_0x3df1af={'id':_0x10ed14,'type':_0x5e54f2,'hasComments':_0x8daed5,'data':_0x4ee2b0[_0x596e89(0x1d6)]||null,'originalSuggestionId':_0x4ee2b0[_0x596e89(0x12f)]||null,'attributes':_0x47adf7[_0x596e89(0x265)]};this[_0x596e89(0x19d)][_0x596e89(0x159)](_0x3df1af)[_0x596e89(0x1d3)](_0x455079=>{const _0x5d9829=_0x596e89;_0x47adf7[_0x5d9829(0x23b)]=!0x0,_0x5d2244[_0x5d9829(0x25e)](_0x506d67),_0x455079&&_0x455079[_0x5d9829(0x22a)]&&(this[_0x5d9829(0x1f4)][_0x5d9829(0x207)](_0x10ed14)[_0x5d9829(0x22a)]=_0x455079[_0x5d9829(0x22a)]);})[_0x596e89(0x126)](_0x354132=>{const _0x173ed9=_0x596e89;throw _0x1d1a4b(_0x173ed9(0x273)),this[_0x173ed9(0x23c)][_0x173ed9(0x235)][_0x173ed9(0x1a8)]({'isUndoable':!0x1},()=>{const _0x5e316a=_0x173ed9;_0x47adf7[_0x5e316a(0x190)]();}),_0x47adf7[_0x173ed9(0x116)](),this[_0x173ed9(0x1f4)][_0x173ed9(0x1d0)](_0x47adf7['id']),this[_0x173ed9(0x258)][_0x173ed9(0x1d0)](_0x47adf7),_0x354132;});}return _0x47adf7;}[_0x56b96a(0x264)](_0x221664){const _0x3a0031=_0x56b96a;return this[_0x3a0031(0x237)][_0x3a0031(0x25c)](_0x221664);}[_0x56b96a(0x145)](_0x5123f8,_0x49a39c){const _0x2678ce=_0x56b96a,_0x5b9d59=this[_0x2678ce(0x23c)][_0x2678ce(0x1a2)][_0x2678ce(0x207)](_0x2678ce(0x224)),_0x368da8=this[_0x2678ce(0x26e)](_0x5123f8);if(this[_0x2678ce(0x19d)]&&this[_0x2678ce(0x19d)][_0x2678ce(0x1f3)]){if(_0x368da8[_0x2678ce(0x23b)]){const _0x4af81b=_0x5b9d59[_0x2678ce(0x1b0)](_0x24fe1e(this[_0x2678ce(0x23c)][_0x2678ce(0x292)],_0x2678ce(0x107)));this[_0x2678ce(0x19d)][_0x2678ce(0x1f3)](_0x5123f8,_0x49a39c)[_0x2678ce(0x1d3)](()=>{const _0x3aa1bd=_0x2678ce;_0x5b9d59[_0x3aa1bd(0x25e)](_0x4af81b);});}else _0x368da8['on'](_0x2678ce(0x180),()=>{const _0xc32b0f=_0x2678ce;this[_0xc32b0f(0x145)](_0x5123f8,_0x49a39c);});}}[_0x56b96a(0x14c)](_0x6f2b75){const _0x11da97=_0x56b96a;if(!this[_0x11da97(0x19d)]||!this[_0x11da97(0x19d)][_0x11da97(0x26e)])throw new _0x1cf0b3(_0x11da97(0x242),this);return this[_0x11da97(0x19d)][_0x11da97(0x26e)](_0x6f2b75);}[_0x56b96a(0x21b)](_0xc7fa9c){const _0x20f12a=_0x56b96a,{id:_0x341b31,type:_0x270c8e,subType:_0x199fb0,authorId:_0x5034f5}=this[_0x20f12a(0x112)](_0xc7fa9c),_0x14f87e=this[_0x20f12a(0x1f4)][_0x20f12a(0x207)](_0x341b31)||this[_0x20f12a(0x25b)](_0x270c8e,_0x199fb0,_0x341b31,_0x5034f5,{});switch(this[_0x20f12a(0x205)](_0x14f87e,_0x270c8e,_0x199fb0,_0x5034f5),this[_0x20f12a(0x258)][_0x20f12a(0x207)](_0x14f87e)){case _0x20f12a(0x2b0):this[_0x20f12a(0x14c)](_0x341b31)[_0x20f12a(0x1d3)](_0x2f1579=>{const _0xb324ce=_0x20f12a;let _0x34a205=Promise[_0xb324ce(0x13b)]();_0x2f1579[_0xb324ce(0x2b3)]&&(_0x34a205=this[_0xb324ce(0x14f)][_0xb324ce(0x1b2)]({'channelId':this[_0xb324ce(0x23c)][_0xb324ce(0x215)][_0xb324ce(0x207)](_0xb324ce(0x1f5)),'threadId':_0x341b31})),_0x34a205[_0xb324ce(0x1d3)](()=>{const _0x1c3b84=_0xb324ce;this[_0x1c3b84(0x280)](_0x2f1579)[_0x1c3b84(0x23b)]=!0x0;});}),this[_0x20f12a(0x258)][_0x20f12a(0x278)](_0x14f87e,_0x20f12a(0x132));break;case _0x20f12a(0x28b):this[_0x20f12a(0x145)](_0x341b31,{'state':_0x20f12a(0x14e)});case _0x20f12a(0x185):this[_0x20f12a(0x258)][_0x20f12a(0x278)](_0x14f87e,_0x20f12a(0x1b6)),this[_0x20f12a(0x1c5)](_0x20f12a(0x127),_0x14f87e);break;case _0x20f12a(0x1b6):this[_0x20f12a(0x1c5)](_0x20f12a(0x22f),_0x14f87e);}return _0x14f87e[_0x20f12a(0x133)](_0xc7fa9c),_0x14f87e;}[_0x56b96a(0x184)](_0xb5e69d){const _0x99902d=_0x56b96a,_0x47e19f=Array[_0x99902d(0x229)](_0xb5e69d),_0x3c8326=_0x47e19f[_0x99902d(0x193)](_0xa7f6d4=>_0x99902d(0x1a9)==_0xa7f6d4[_0x99902d(0x1a0)]);this[_0x99902d(0x2a7)](_0x3c8326);const _0x528d78=_0x47e19f[_0x99902d(0x193)](_0x3a3e3d=>!_0x3a3e3d[_0x99902d(0x248)]&&_0x99902d(0x1a9)!=_0x3a3e3d[_0x99902d(0x1a0)]),_0x1808d0=this[_0x99902d(0x10f)]({'skipNotAttached':!0x0})[_0x99902d(0x193)](_0x32018d=>!_0x32018d[_0x99902d(0x248)]&&_0x99902d(0x1a9)!=_0x32018d[_0x99902d(0x1a0)]),_0x5e5bd6=_0x1808d0[_0x99902d(0x193)](_0x3f045a=>!_0xb5e69d[_0x99902d(0x25c)](_0x3f045a)),_0x5543ca=new Map(_0x1808d0[_0x99902d(0x2ad)](_0x2bbb9b=>[_0x2bbb9b,this[_0x99902d(0x186)][_0x99902d(0x181)](_0x2bbb9b[_0x99902d(0x1a0)],_0x2bbb9b[_0x99902d(0x15f)],_0x99902d(0x298))])),_0x438f76=new Map(_0x1808d0[_0x99902d(0x2ad)](_0x10077d=>[_0x10077d,_0x10077d[_0x99902d(0x1bd)]()])),_0x40e0bb=new Set(),_0x4b0fb9=new Set();for(let _0x3064bd=0x0;_0x3064bd<_0x528d78[_0x99902d(0x225)];_0x3064bd++)_0x547748(_0x528d78[_0x3064bd],_0x528d78,_0x3064bd+0x1);for(let _0xaf8366=0x0;_0xaf8366<_0x528d78[_0x99902d(0x225)];_0xaf8366++)_0x547748(_0x528d78[_0xaf8366],_0x5e5bd6,0x0);const _0x52bd22=new Set();for(let _0xa8a757=0x0;_0xa8a757<_0x528d78[_0x99902d(0x225)];_0xa8a757++){const _0x58d48f=_0x528d78[_0xa8a757];!_0x4b0fb9[_0x99902d(0x25c)](_0x58d48f)&&_0x58d48f[_0x99902d(0x196)]&&(_0x52bd22[_0x99902d(0x1b0)](_0x58d48f[_0x99902d(0x196)]),_0x58d48f[_0x99902d(0x196)][_0x99902d(0x1bc)]===_0x58d48f&&(_0x58d48f[_0x99902d(0x196)][_0x99902d(0x1bc)]=null),_0x58d48f[_0x99902d(0x196)]=null),!_0x40e0bb[_0x99902d(0x25c)](_0x58d48f)&&_0x58d48f[_0x99902d(0x1bc)]&&(_0x52bd22[_0x99902d(0x1b0)](_0x58d48f[_0x99902d(0x1bc)]),_0x58d48f[_0x99902d(0x1bc)][_0x99902d(0x196)]===_0x58d48f&&(_0x58d48f[_0x99902d(0x1bc)][_0x99902d(0x196)]=null),_0x58d48f[_0x99902d(0x1bc)]=null);}function _0x547748(_0x59bf6a,_0x2a3a0a,_0x40c9e7){const _0x444401=_0x99902d;for(let _0x2b1008=_0x40c9e7;_0x2b1008<_0x2a3a0a[_0x444401(0x225)];_0x2b1008++){const _0x374492=_0x3af411(_0x59bf6a,_0x2a3a0a[_0x2b1008]);_0x374492&&(_0x374492[0x0][_0x444401(0x1bc)]=_0x374492[0x1],_0x374492[0x1][_0x444401(0x196)]=_0x374492[0x0],_0x40e0bb[_0x444401(0x1b0)](_0x374492[0x0]),_0x4b0fb9[_0x444401(0x1b0)](_0x374492[0x1]));}}function _0x3af411(_0x43acf6,_0x2c15d5){const _0x3f197b=_0x99902d;if(_0x43acf6[_0x3f197b(0x1e8)]['id']!==_0x2c15d5[_0x3f197b(0x1e8)]['id'])return null;const _0x4d1af1=_0x5543ca[_0x3f197b(0x207)](_0x43acf6)(_0x43acf6,_0x2c15d5,_0x438f76[_0x3f197b(0x207)](_0x43acf6),_0x438f76[_0x3f197b(0x207)](_0x2c15d5));if(!_0x4d1af1)return null;return _0x5543ca[_0x3f197b(0x207)](_0x2c15d5)(_0x43acf6,_0x2c15d5,_0x438f76[_0x3f197b(0x207)](_0x43acf6),_0x438f76[_0x3f197b(0x207)](_0x2c15d5))?_0x4d1af1[0x1][_0x3f197b(0x208)]&&_0x4d1af1[0x1][_0x3f197b(0x208)][_0x3f197b(0x225)]?null:_0x4d1af1:null;}_0x52bd22[_0x99902d(0x1d8)]&&this[_0x99902d(0x184)](_0x52bd22);}[_0x56b96a(0x2a7)](_0x9accf3){const _0x15bc32=_0x56b96a;if(0x0==_0x9accf3[_0x15bc32(0x225)])return;const _0x279431=this[_0x15bc32(0x10f)]({'skipNotAttached':!0x0})[_0x15bc32(0x193)](_0x57a09a=>_0x15bc32(0x1a9)==_0x57a09a[_0x15bc32(0x1a0)]&&_0x57a09a[_0x15bc32(0x2a0)]),_0x5d6c04=[],_0x4e7d91=new Map();for(const _0x5b6cb7 of _0x279431){const _0x3ec840=_0x3f3261(_0x5b6cb7[_0x15bc32(0x265)]);_0x4e7d91[_0x15bc32(0x25c)](_0x3ec840)||(_0x4e7d91[_0x15bc32(0x278)](_0x3ec840,_0x5d6c04[_0x15bc32(0x225)]),_0x5d6c04[_0x15bc32(0x10a)]([]));const _0x18b250=_0x4e7d91[_0x15bc32(0x207)](_0x3ec840);_0x5d6c04[_0x18b250][_0x15bc32(0x10a)](_0x5b6cb7);}!(function(){const _0x5a8384=_0x15bc32;_0x5d6c04[_0x5a8384(0x26f)]((_0x1e2fdf,_0xb54e6)=>{const _0x9f3e3f=_0x5a8384,_0x3344bc=_0x1e2fdf[0x0][_0x9f3e3f(0x22a)],_0x48bc08=_0xb54e6[0x0][_0x9f3e3f(0x22a)];return _0x3344bc==_0x48bc08?_0x1e2fdf[0x0][_0x9f3e3f(0x265)][_0x9f3e3f(0x153)]<_0xb54e6[0x0][_0x9f3e3f(0x265)][_0x9f3e3f(0x153)]?-0x1:0x1:_0x3344bc<_0x48bc08?-0x1:0x1;});for(const _0x1e6316 of _0x5d6c04)_0x1e6316[_0x5a8384(0x26f)]((_0x3890f6,_0x4c4efb)=>_0x3890f6['id']<_0x4c4efb['id']?-0x1:0x1);}());for(let _0x3e9e1d=0x0;_0x3e9e1d<_0x5d6c04[_0x15bc32(0x225)];_0x3e9e1d++){if(0x0==_0x5d6c04[_0x3e9e1d][_0x15bc32(0x225)])continue;const _0x33c618=[];for(let _0x1fddda=_0x3e9e1d+0x1;_0x1fddda<_0x5d6c04[_0x15bc32(0x225)];_0x1fddda++)0x0!=_0x5d6c04[_0x1fddda][_0x15bc32(0x225)]&&_0x55a856(_0x5d6c04[_0x3e9e1d],_0x5d6c04[_0x1fddda])&&_0x33c618[_0x15bc32(0x10a)](_0x1fddda);for(const _0x77ab5f of _0x33c618)_0x5d6c04[_0x3e9e1d]=_0x5d6c04[_0x3e9e1d][_0x15bc32(0x144)](_0x5d6c04[_0x77ab5f]),_0x5d6c04[_0x77ab5f]=[];}for(const _0x2efaad of _0x5d6c04)for(let _0x30e81e=0x0;_0x30e81e<_0x2efaad[_0x15bc32(0x225)];_0x30e81e++)_0x2efaad[_0x30e81e][_0x15bc32(0x1bc)]=_0x2efaad[_0x30e81e+0x1]||null;for(const _0x44a122 of _0x5d6c04)for(let _0x3f1204=0x0;_0x3f1204<_0x44a122[_0x15bc32(0x225)];_0x3f1204++)_0x44a122[_0x3f1204][_0x15bc32(0x196)]=_0x44a122[_0x3f1204-0x1]||null;function _0x55a856(_0x6edc0c,_0x43a771){const _0x235d9d=_0x15bc32;if(_0x6edc0c[0x0][_0x235d9d(0x265)][_0x235d9d(0x153)]!==_0x43a771[0x0][_0x235d9d(0x265)][_0x235d9d(0x153)]&&_0x6edc0c[0x0][_0x235d9d(0x1e8)]!==_0x43a771[0x0][_0x235d9d(0x1e8)])return!0x1;if(!function(_0x2c6e7b,_0x46572e){const _0x5c89c9=_0x235d9d;if(!_0x2c6e7b[_0x5c89c9(0x2b3)]&&!_0x46572e[_0x5c89c9(0x2b3)])return!0x0;if(_0x2c6e7b[_0x5c89c9(0x2b3)]&&_0x46572e[_0x5c89c9(0x2b3)])return!0x1;if(_0x2c6e7b[_0x5c89c9(0x2b3)]&&_0x46572e[_0x5c89c9(0x22a)]<_0x2c6e7b[_0x5c89c9(0x208)][_0x5c89c9(0x110)][_0x5c89c9(0x207)](0x0)[_0x5c89c9(0x22a)])return!0x0;if(_0x46572e[_0x5c89c9(0x2b3)]&&_0x2c6e7b[_0x5c89c9(0x22a)]<_0x46572e[_0x5c89c9(0x208)][_0x5c89c9(0x110)][_0x5c89c9(0x207)](0x0)[_0x5c89c9(0x22a)])return!0x0;return!0x1;}(_0x6edc0c[0x0],_0x43a771[0x0]))return!0x1;const _0x512776=_0x16f9f8(_0x6edc0c[0x0][_0x235d9d(0x265)],_0x235d9d(0x153)),_0x2f7e05=_0x16f9f8(_0x43a771[0x0][_0x235d9d(0x265)],_0x235d9d(0x153));if(!_0x4f47eb(_0x512776,_0x2f7e05))return!0x1;return!!_0x6edc0c[_0x235d9d(0x221)](_0x21c0f7=>_0x43a771[_0x235d9d(0x146)](_0x1c10ad=>_0x21c0f7[_0x235d9d(0x1bd)]()[_0x235d9d(0x1fd)](_0x1c10ad[_0x235d9d(0x1bd)]())))&&_0x43a771[_0x235d9d(0x221)](_0x340889=>_0x6edc0c[_0x235d9d(0x146)](_0x46f3f9=>_0x340889[_0x235d9d(0x1bd)]()[_0x235d9d(0x1fd)](_0x46f3f9[_0x235d9d(0x1bd)]())));}}[_0x56b96a(0x20c)](_0x2b68fa){const _0x39df78=_0x56b96a,_0x1db14d=Array[_0x39df78(0x229)](_0x2b68fa),_0x598e0c=this[_0x39df78(0x10f)]({'skipNotAttached':!0x0}),_0x20b025=_0x598e0c[_0x39df78(0x193)](_0x3b2041=>!_0x2b68fa[_0x39df78(0x25c)](_0x3b2041)),_0x298db4=new Map(_0x1db14d[_0x39df78(0x2ad)](_0x131174=>[_0x131174,this[_0x39df78(0x186)][_0x39df78(0x181)](_0x131174[_0x39df78(0x1a0)],_0x131174[_0x39df78(0x15f)],_0x39df78(0x22b))])),_0x144edf=new Map(_0x598e0c[_0x39df78(0x2ad)](_0x4cffe6=>[_0x4cffe6,_0x4cffe6[_0x39df78(0x296)]()]));for(let _0x573958=0x0;_0x573958<_0x1db14d[_0x39df78(0x225)];_0x573958++){if(_0x5dff35(this,_0x1db14d[_0x573958],_0x1db14d,_0x573958+0x1))return!0x0;}for(let _0x288f9e=0x0;_0x288f9e<_0x1db14d[_0x39df78(0x225)];_0x288f9e++){if(_0x5dff35(this,_0x1db14d[_0x288f9e],_0x20b025,0x0))return!0x0;}return!0x1;function _0x5dff35(_0x2a0fb4,_0x71ead8,_0xffebf4,_0xf5483f){const _0x4204e7=_0x39df78;for(let _0x1ffb8c=_0xf5483f;_0x1ffb8c<_0xffebf4[_0x4204e7(0x225)];_0x1ffb8c++){const _0xe37ff3=_0xffebf4[_0x1ffb8c];if(_0xe37ff3[_0x4204e7(0x1a0)]!==_0x71ead8[_0x4204e7(0x1a0)]||_0xe37ff3[_0x4204e7(0x1e8)]['id']!==_0x71ead8[_0x4204e7(0x1e8)]['id']||_0xe37ff3[_0x4204e7(0x15f)]!==_0x71ead8[_0x4204e7(0x15f)])continue;if(!Ft(_0x71ead8,_0xe37ff3,[_0x4204e7(0x153)]))continue;if(_0x4204e7(0x1a9)==_0x71ead8[_0x4204e7(0x1a0)]&&_0x71ead8[_0x4204e7(0x1d6)][_0x4204e7(0x187)]!=_0xe37ff3[_0x4204e7(0x1d6)][_0x4204e7(0x187)])continue;if(_0x4204e7(0x1a9)==_0x71ead8[_0x4204e7(0x1a0)]&&_0x2a0fb4[_0x4204e7(0x264)](_0x71ead8[_0x4204e7(0x1d6)][_0x4204e7(0x163)]))continue;if(_0x4204e7(0x158)==_0x71ead8[_0x4204e7(0x1a0)]){const _0xa5995c=_0x2a0fb4[_0x4204e7(0x23c)][_0x4204e7(0x235)],_0x520768=_0x71ead8[_0x4204e7(0x1e2)]();if(_0x520768&&(_0xa5995c[_0x4204e7(0x118)][_0x4204e7(0x1f9)](_0x520768)||_0xa5995c[_0x4204e7(0x118)][_0x4204e7(0x285)](_0x520768)))continue;}const _0x3ff3c9=_0x298db4[_0x4204e7(0x207)](_0x71ead8),_0x43cd8a=_0x144edf[_0x4204e7(0x207)](_0x71ead8),_0x9a0072=_0x144edf[_0x4204e7(0x207)](_0xe37ff3),_0x2d8bb3=_0x71ead8[_0x4204e7(0x208)]&&_0x71ead8[_0x4204e7(0x208)][_0x4204e7(0x225)],_0x30ea3f=_0xe37ff3[_0x4204e7(0x208)]&&_0xe37ff3[_0x4204e7(0x208)][_0x4204e7(0x225)];if(!_0x2d8bb3&&_0x3ff3c9(_0x9a0072,_0x43cd8a))return _0x2a0fb4[_0x4204e7(0x2b5)](_0xe37ff3,_0x71ead8),_0x144edf[_0x4204e7(0x1d0)](_0x71ead8),!0x0;if(!_0x30ea3f&&_0x3ff3c9(_0x43cd8a,_0x9a0072))return _0x2a0fb4[_0x4204e7(0x2b5)](_0x71ead8,_0xe37ff3),_0x144edf[_0x4204e7(0x1d0)](_0xe37ff3),!0x0;}return!0x1;}}[_0x56b96a(0x2b5)](_0x516a64,_0x18e24c){const _0x238609=_0x56b96a;if(_0x516a64[_0x238609(0x248)]){for(const _0x3f7b47 of _0x18e24c[_0x238609(0x296)]())_0x516a64[_0x238609(0x283)](_0x3f7b47);}else{const _0x1da024=_0x18e24c[_0x238609(0x1bd)]()[_0x238609(0x204)];this[_0x238609(0x1a5)](_0x516a64,this[_0x238609(0x25a)][_0x238609(0x297)](_0x516a64[_0x238609(0x1bd)]()[_0x238609(0x271)],_0x1da024));}_0x18e24c[_0x238609(0x165)]();}[_0x56b96a(0x174)](_0x5e9122,_0x36e105){const _0x505321=_0x56b96a,_0x1b8204=_0x5e9122[_0x505321(0x1fb)](_0x505321(0x282))||_0x5e9122[_0x505321(0x1fb)](_0x505321(0x1a9))?_0x505321(0x18e):_0x5e9122[_0x505321(0x223)]();return _0x24fe1e(this[_0x505321(0x23c)][_0x505321(0x292)],_0x36e105+'_'+_0x1b8204+_0x505321(0x123));}[_0x56b96a(0x29c)](){const _0x155ffb=_0x56b96a,_0x4689f4=this[_0x155ffb(0x23c)];_0x1e4c0e(this[_0x155ffb(0x25a)],({left:_0x30e481,entered:_0x25cd79})=>{const _0x1ecbbc=_0x155ffb,_0x249b91=[];for(const _0x211e16 of _0x30e481){const {group:_0x5c7654,type:_0x1a71c1}=this[_0x1ecbbc(0x112)](_0x211e16[_0x1ecbbc(0x136)]);if(_0x1ecbbc(0x15b)===_0x5c7654){_0x249b91[_0x1ecbbc(0x10a)](this[_0x1ecbbc(0x174)](_0x1a71c1,_0x1ecbbc(0x11e)));break;}}for(const _0x16280d of _0x25cd79){const {group:_0x11ecc6,type:_0x3fe505}=this[_0x1ecbbc(0x112)](_0x16280d[_0x1ecbbc(0x136)]);if(_0x1ecbbc(0x15b)===_0x11ecc6){_0x249b91[_0x1ecbbc(0x10a)](this[_0x1ecbbc(0x174)](_0x3fe505,_0x1ecbbc(0x259)));break;}}_0x249b91[_0x1ecbbc(0x225)]&&_0x4689f4['ui'][_0x1ecbbc(0x219)][_0x1ecbbc(0x269)](_0x1ecbbc(0x202),_0x249b91[_0x1ecbbc(0x22b)]('\x20'));});}[_0x56b96a(0x157)](_0x544da1){const _0x52f457=_0x56b96a;if(this[_0x52f457(0x13d)])return!0x1;const _0x3fbf22=this[_0x52f457(0x23c)],_0x44dde8=_0x3fbf22[_0x52f457(0x235)][_0x52f457(0x244)][_0x52f457(0x152)][_0x52f457(0x13e)]();if(0x0==_0x44dde8[_0x52f457(0x225)])return!0x1;const _0xea2a16=[],_0x36541b=_0x44dde8[_0x52f457(0x193)](_0x1c913c=>_0x52f457(0x1a9)==_0x1c913c[_0x52f457(0x1a0)]),_0xdce02c=_0x44dde8[_0x52f457(0x193)](_0x587b0e=>_0x52f457(0x23d)==_0x587b0e[_0x52f457(0x1a0)]&&_0x52f457(0x1bf)!=_0x587b0e[_0x52f457(0x136)]),_0x295032=_0x44dde8[_0x52f457(0x193)](_0x384229=>_0x52f457(0x25e)==_0x384229[_0x52f457(0x1a0)]&&_0x52f457(0x1bf)!=_0x384229[_0x52f457(0x136)]);for(const _0x292712 of _0x36541b)_0xea2a16[_0x52f457(0x10a)]({'key':_0x292712[_0x52f457(0x272)],'newValue':_0x292712[_0x52f457(0x2ab)],'oldValue':_0x292712[_0x52f457(0x16d)],'range':Ut(_0x292712[_0x52f457(0x113)],_0x3fbf22[_0x52f457(0x235)])});for(const _0x33c958 of _0xdce02c){const _0x3fbb57=_0x295032[_0x52f457(0x1ef)](_0x6d04c4=>_0x6d04c4[_0x52f457(0x1cc)][_0x52f457(0x1fd)](_0x33c958[_0x52f457(0x1cc)]));_0x3fbb57&&_0xea2a16[_0x52f457(0x10a)]({'key':_0x52f457(0x1e9),'newValue':_0x33c958[_0x52f457(0x136)],'oldValue':_0x3fbb57[_0x52f457(0x136)],'range':_0x3fbf22[_0x52f457(0x235)][_0x52f457(0x1e1)](_0x33c958[_0x52f457(0x1cc)][_0x52f457(0x199)])});}return 0x0!=_0xea2a16[_0x52f457(0x225)]&&this[_0x52f457(0x1f8)](_0x544da1,_0xea2a16);}[_0x56b96a(0x1c7)](_0x3dcf5e){const _0x58c360=_0x56b96a;let _0x5358f3=!0x1;const _0x478b6a=this[_0x58c360(0x23c)][_0x58c360(0x235)][_0x58c360(0x244)][_0x58c360(0x152)][_0x58c360(0x1c2)]()[_0x58c360(0x193)](_0x19d7cf=>_0x19d7cf[_0x58c360(0x1d6)][_0x58c360(0x15c)]&&_0x19d7cf[_0x58c360(0x136)][_0x58c360(0x1fb)](_0x58c360(0x1f1)));for(const _0xf955c5 of _0x478b6a){const {subType:_0x49e840,id:_0xb75c8f}=this[_0x58c360(0x112)](_0xf955c5[_0x58c360(0x136)]),_0x266169=_0x49e840[_0x58c360(0x115)]('|')[0x0];for(const _0x1c6119 of this[_0x58c360(0x10f)]({'skipNotAttached':!0x0}))_0x1c6119['id']!=_0xb75c8f&&_0x58c360(0x1a9)==_0x1c6119[_0x58c360(0x1a0)]&&_0x1c6119[_0x58c360(0x1d6)]&&_0x1c6119[_0x58c360(0x1d6)][_0x58c360(0x163)]==_0x266169&&_0x1c6119[_0x58c360(0x1bd)]()[_0x58c360(0x2b1)](_0xf955c5[_0x58c360(0x1d6)][_0x58c360(0x15c)])&&(this[_0x58c360(0x218)](_0x1c6119,_0xf955c5[_0x58c360(0x1d6)][_0x58c360(0x15c)],_0x3dcf5e),_0x5358f3=!0x0);}return _0x5358f3;}[_0x56b96a(0x172)](_0x40a887){const _0x247873=_0x56b96a;this[_0x247873(0x23c)],(this[_0x247873(0x13d)]=!0x0,_0x40a887());}[_0x56b96a(0x1b4)](_0x4fe12d){const _0x280303=_0x56b96a,_0x2a8159=this[_0x280303(0x264)](_0x4fe12d),_0x17994c=this[_0x280303(0x22d)][_0x280303(0x25c)](_0x4fe12d);return _0x2a8159||_0x17994c;}[_0x56b96a(0x1f8)](_0x2286ac,_0x5eea5a){const _0x5312fb=_0x56b96a;if(0x0==_0x5eea5a[_0x5312fb(0x225)])return!0x1;let _0x4c9cc9=!0x1;for(const _0x3dcb5f of _0x5eea5a){const _0x1d9b3b=this[_0x5312fb(0x22c)](_0x3dcb5f[_0x5312fb(0x113)],_0x5312fb(0x1a9))[_0x5312fb(0x193)](_0x109864=>!_0x109864[_0x5312fb(0x24b)][_0x5312fb(0x299)])[_0x5312fb(0x2ad)](_0x4af8ca=>_0x4af8ca[_0x5312fb(0x15b)]),_0x329254=_0x3f3261({'newValue':_0x3dcb5f[_0x5312fb(0x20e)]});_0x1d9b3b[_0x5312fb(0x193)](_0x57de63=>{const _0x455089=_0x5312fb,[_0x11485e,_0x23c1e6]=_0x57de63[_0x455089(0x15f)][_0x455089(0x115)]('|');return _0x11485e==_0x3dcb5f[_0x455089(0x163)]&&_0x23c1e6!=_0x329254;})[_0x5312fb(0x2a9)](_0x2a6ad3=>{const _0x5519d1=_0x5312fb;this[_0x5519d1(0x218)](_0x2a6ad3,_0x3dcb5f[_0x5519d1(0x113)],_0x2286ac),_0x4c9cc9=!0x0;});}return _0x4c9cc9;}[_0x56b96a(0x218)](_0x40138b,_0x4a8140,_0x4e82d3){const _0x115567=_0x56b96a,_0x4f18a3=_0x40138b[_0x115567(0x1bd)]()[_0x115567(0x10e)](_0x4a8140);0x0!==_0x4f18a3[_0x115567(0x225)]?0x1!==_0x4f18a3[_0x115567(0x225)]?this[_0x115567(0x11b)](_0x40138b,_0x4a8140[_0x115567(0x271)],_0x4a8140[_0x115567(0x204)]):this[_0x115567(0x1a5)](_0x40138b,_0x4f18a3[0x0]):_0x4e82d3[_0x115567(0x1f6)](_0x40138b[_0x115567(0x20a)]());}}class Bt{constructor(_0x15b577){const _0x321526=_0x56b96a;this[_0x321526(0x270)]=_0x15b577,this[_0x321526(0x25a)]=_0x15b577[_0x321526(0x235)],this[_0x321526(0x220)]=new Map(),this[_0x321526(0x18a)]=new Map(),this[_0x321526(0x24a)]();}[_0x56b96a(0x210)](_0x23b204,_0x26742d,_0x140099,_0x44e7d0,_0x7f39a0,_0x45e79e){const _0x1cc32d=_0x56b96a;return new _0x1dd1a2(this[_0x1cc32d(0x25a)],{'type':_0x23b204,'subType':_0x26742d,'id':_0x140099,'author':_0x44e7d0,'creator':_0x44e7d0,'attributes':_0x7f39a0,'onAttributesChange':_0x45e79e,'onAccept':(..._0x54e16c)=>this[_0x1cc32d(0x181)](_0x23b204,_0x26742d,_0x1cc32d(0x233))(..._0x54e16c),'onDiscard':(..._0x439751)=>this[_0x1cc32d(0x181)](_0x23b204,_0x26742d,_0x1cc32d(0x190))(..._0x439751)});}[_0x56b96a(0x1ec)](_0x1faf2a,_0x18bfa3,_0x410ce1,_0x229081){const _0x19f1dd=_0x56b96a,_0x505650=_0x1faf2a+':'+_0x18bfa3+':'+_0x410ce1;this[_0x19f1dd(0x220)][_0x19f1dd(0x278)](_0x505650,_0x229081);}[_0x56b96a(0x181)](_0x645d7a,_0x45283d,_0x3868a1){const _0x3820ce=_0x56b96a,_0x16abe6=_0x645d7a+':'+_0x45283d+':'+_0x3868a1;return this[_0x3820ce(0x220)][_0x3820ce(0x207)](_0x16abe6)||this[_0x3820ce(0x18a)][_0x3820ce(0x207)](_0x645d7a+':'+_0x3868a1);}[_0x56b96a(0x24a)](){const _0x20eaea=_0x56b96a,_0x1ec373=()=>!0x1,_0x267291=_0x1a82b8=>{const _0x505bcc=_0x55ec;_0x1a82b8[_0x505bcc(0x26f)]((_0x3ec00a,_0x14264a)=>_0x3ec00a[_0x505bcc(0x271)][_0x505bcc(0x19f)](_0x14264a[_0x505bcc(0x271)])?0x1:-0x1),this[_0x505bcc(0x25a)][_0x505bcc(0x147)](_0x271520=>{const _0x28a6c7=_0x505bcc;for(const _0x2d1f71 of _0x1a82b8){let _0x1749ee;_0x1749ee=_0x2d1f71[_0x28a6c7(0x204)][_0x28a6c7(0x290)]&&_0x2d1f71[_0x28a6c7(0x204)][_0x28a6c7(0x1b9)]==_0x2d1f71[_0x28a6c7(0x271)][_0x28a6c7(0x199)]?_0x271520[_0x28a6c7(0x1ca)](_0x2d1f71[_0x28a6c7(0x271)][_0x28a6c7(0x199)],'on'):_0x271520[_0x28a6c7(0x1ca)](_0x2d1f71),this[_0x28a6c7(0x25a)][_0x28a6c7(0x240)](_0x1749ee,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0xce103=(_0x4ab9e8,_0x3bf1d8)=>{const _0x35933e=_0x55ec;_0x3bf1d8&&this[_0x35933e(0x25a)][_0x35933e(0x147)](_0x209f8e=>{const _0x38a983=_0x35933e,{commandName:_0x1d857e,commandParams:_0x43da65=[]}=_0x3bf1d8,_0x36be17=_0x4ab9e8[_0x38a983(0x2ad)](_0x258c8b=>(Rt(_0x258c8b)&&(_0x258c8b=this[_0x38a983(0x25a)][_0x38a983(0x297)](_0x258c8b[_0x38a983(0x204)])),_0x258c8b))[_0x38a983(0x193)](_0x4f5c57=>_0x38a983(0x197)!==_0x4f5c57[_0x38a983(0x27b)][_0x38a983(0x1a6)]);if(_0x36be17[_0x38a983(0x225)]<0x1)return;const _0x136514=Array[_0x38a983(0x229)](this[_0x38a983(0x25a)][_0x38a983(0x244)][_0x38a983(0x10b)][_0x38a983(0x296)]())[_0x38a983(0x2ad)](_0x22c0c6=>_0x5475c5[_0x38a983(0x162)](_0x22c0c6));_0x209f8e[_0x38a983(0x263)](_0x36be17);for(const _0x3794c7 of this[_0x38a983(0x270)][_0x38a983(0x201)][_0x38a983(0x201)]())_0x3794c7[_0x38a983(0x17a)]();_0x43da65[_0x38a983(0x10a)]({'forceDefaultExecution':!0x0}),this[_0x38a983(0x270)][_0x38a983(0x1b1)](_0x1d857e,..._0x43da65);const _0x71e233=_0x136514[_0x38a983(0x193)](_0x43812f=>_0x38a983(0x197)!=_0x43812f[_0x38a983(0x27b)][_0x38a983(0x1a6)]);_0x71e233[_0x38a983(0x225)]>0x0&&_0x209f8e[_0x38a983(0x263)](_0x71e233);for(const _0x21f7a2 of _0x136514)_0x21f7a2[_0x38a983(0x18c)]();});},_0x3d251d=(_0x4b70b5,_0x38d1d9)=>0x1==_0x4b70b5[_0x20eaea(0x225)]&&0x1==_0x38d1d9[_0x20eaea(0x225)]&&_0x4b70b5[0x0][_0x20eaea(0x204)][_0x20eaea(0x1fd)](_0x38d1d9[0x0][_0x20eaea(0x271)]),_0x2b678a=(_0x4c428b,_0x16c698,_0x5b4c94,_0x3aa5de)=>Gt(_0x4c428b,_0x16c698,_0x5b4c94,_0x3aa5de,this[_0x20eaea(0x25a)])?[_0x4c428b,_0x16c698]:Gt(_0x16c698,_0x4c428b,_0x3aa5de,_0x5b4c94,this[_0x20eaea(0x25a)])?[_0x16c698,_0x4c428b]:null;this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x27e),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x2b4),_0x267291),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x27a),_0x3d251d),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x109),_0x2b678a),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x21d),_0x267291),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x15d),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x29a),_0x3d251d),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x206),_0x2b678a),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x1ea),_0xce103),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x19c),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x28d),_0x3d251d),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x1b8),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x249),_0xce103),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x2a8),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x255),_0x3d251d),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x117),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x293),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x1f0),(_0x5077c5,_0x83eca0)=>{const _0x83ca24=_0x20eaea;if(!_0x83eca0)return;const _0x422c11=this[_0x83ca24(0x270)][_0x83ca24(0x1a2)][_0x83ca24(0x207)](p);this[_0x83ca24(0x25a)][_0x83ca24(0x147)](_0x5ded43=>{const _0x29cfd=_0x83ca24;if(_0x29cfd(0x1e9)==_0x83eca0[_0x29cfd(0x163)])for(const _0x4547d3 of _0x5077c5){const _0x3eb60e=_0x4547d3[_0x29cfd(0x271)][_0x29cfd(0x199)],_0xb42ce2=_0x83eca0[_0x29cfd(0x187)];_0x5ded43[_0x29cfd(0x1c1)](_0x3eb60e,_0xb42ce2);}else{if(_0x422c11[_0x29cfd(0x264)](_0x83eca0[_0x29cfd(0x163)])){for(const _0x160fe8 of _0x5077c5)void 0x0!==_0x83eca0[_0x29cfd(0x187)]?_0x5ded43[_0x29cfd(0x168)](_0x83eca0[_0x29cfd(0x163)],_0x83eca0[_0x29cfd(0x187)],_0x160fe8[_0x29cfd(0x271)][_0x29cfd(0x199)]):_0x5ded43[_0x29cfd(0x124)](_0x83eca0[_0x29cfd(0x163)],_0x160fe8[_0x29cfd(0x271)][_0x29cfd(0x199)]);}else{for(const _0x52d565 of _0x5077c5)_0x83eca0[_0x29cfd(0x187)]?_0x5ded43[_0x29cfd(0x168)](_0x83eca0[_0x29cfd(0x163)],_0x83eca0[_0x29cfd(0x187)],_0x52d565):_0x5ded43[_0x29cfd(0x124)](_0x83eca0[_0x29cfd(0x163)],_0x52d565);}}});}),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x2af),_0x3d251d);}}function xt(_0x51014a,_0x4e7fd2,_0x143835){const _0x2d8cd9=_0x56b96a;for(const _0x2a962a of _0x4e7fd2[_0x2d8cd9(0x1b9)][_0x2d8cd9(0x247)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2a962a[_0x2d8cd9(0x27b)]==_0x2a962a)return!0x1;if(!_0x143835[_0x2d8cd9(0x24e)](_0x2a962a))return!0x1;if(_0x51014a[_0x2d8cd9(0x1f9)](_0x2a962a)||_0x51014a[_0x2d8cd9(0x285)](_0x2a962a))return!0x0;}return!0x1;}function Rt(_0x225127){const _0x5dd2ab=_0x56b96a;return _0x225127[_0x5dd2ab(0x204)][_0x5dd2ab(0x1b9)]==_0x225127[_0x5dd2ab(0x271)][_0x5dd2ab(0x199)]&&_0x225127[_0x5dd2ab(0x204)][_0x5dd2ab(0x286)];}function Tt(_0x3963d0,_0x471ad6,_0x2cf64a,_0x2d4191){const _0x5b1c43=_0x56b96a,_0x9cde4f=_0x5e918b=>!_0x5e918b[_0x5b1c43(0x131)]['is'](_0x5b1c43(0x142))&&!_0x2d4191[_0x5b1c43(0x1f9)](_0x5e918b[_0x5b1c43(0x131)]),_0x75f1bd=_0x3963d0[_0x5b1c43(0x271)][_0x5b1c43(0x26c)](_0x9cde4f),_0x23bbe1=_0x3963d0[_0x5b1c43(0x204)][_0x5b1c43(0x26c)](_0x9cde4f,{'direction':_0x5b1c43(0x182)});return(!_0x3963d0[_0x5b1c43(0x271)][_0x5b1c43(0x1fd)](_0x75f1bd)||!_0x3963d0[_0x5b1c43(0x204)][_0x5b1c43(0x1fd)](_0x23bbe1))&&(_0x75f1bd[_0x5b1c43(0x19f)](_0x23bbe1)?_0x2cf64a[_0x5b1c43(0x164)](_0x471ad6,{'range':_0x2cf64a[_0x5b1c43(0x297)](_0x75f1bd,_0x23bbe1)}):_0x2cf64a[_0x5b1c43(0x1f6)](_0x471ad6),!0x0);}function Et(_0x35202b){return _0x3f3261(_0x35202b);}function Vt(_0x58ab3f){const _0x4d48cf=_0x56b96a,_0x5379c3=_0x58ab3f[_0x4d48cf(0x271)][_0x4d48cf(0x199)];return _0x5379c3&&_0x5379c3['is'](_0x4d48cf(0x183));}function Ut(_0x5bfe11,_0x2d929a){const _0x208951=_0x56b96a;return null==_0x5bfe11[_0x208951(0x204)][_0x208951(0x13c)]&&_0x5bfe11[_0x208951(0x204)][_0x208951(0x1b9)]==_0x5bfe11[_0x208951(0x271)][_0x208951(0x199)]?Ot(_0x5bfe11[_0x208951(0x271)][_0x208951(0x199)],_0x2d929a):_0x5bfe11;}function Ot(_0x128b83,_0x329730){const _0x1231d4=_0x56b96a,_0x14e667=_0x329730[_0x1231d4(0x118)][_0x1231d4(0x1f9)](_0x128b83)||_0x329730[_0x1231d4(0x118)][_0x1231d4(0x260)](_0x128b83);return _0x329730[_0x1231d4(0x297)](_0x329730[_0x1231d4(0x1b7)](_0x128b83,_0x1231d4(0x16b)),_0x14e667?_0x329730[_0x1231d4(0x1db)](_0x128b83):_0x329730[_0x1231d4(0x1b7)](_0x128b83,_0x1231d4(0x204)));}function Gt(_0x270f1a,_0x7ce951,_0x4dba15,_0x4d15e0,_0x71e69c){const _0x3a368e=_0x56b96a;if(!Ft(_0x270f1a,_0x7ce951))return!0x1;if(_0x4dba15[_0x3a368e(0x204)][_0x3a368e(0x1fd)](_0x4d15e0[_0x3a368e(0x271)]))return!0x0;if(_0x270f1a[_0x3a368e(0x1a0)]!=_0x7ce951[_0x3a368e(0x1a0)])return!0x1;if(!_0x4dba15[_0x3a368e(0x204)][_0x3a368e(0x1dd)](_0x4d15e0[_0x3a368e(0x271)]))return!0x1;const _0x2fac25=_0x71e69c[_0x3a368e(0x297)](_0x4dba15[_0x3a368e(0x204)],_0x4d15e0[_0x3a368e(0x271)])[_0x3a368e(0x289)]();for(const _0x1445d7 of _0x2fac25)if([_0x3a368e(0x2a4),_0x3a368e(0x24f)][_0x3a368e(0x1ee)](_0x1445d7[_0x3a368e(0x1a0)])&&_0x71e69c[_0x3a368e(0x118)][_0x3a368e(0x285)](_0x1445d7[_0x3a368e(0x131)]))return!0x1;return!0x0;}function Ft(_0x4e1770,_0x47ebe3,_0x2c2326=[]){const _0x239241=_0x56b96a;return!(!_0x4e1770[_0x239241(0x2a0)]||!_0x47ebe3[_0x239241(0x2a0)])&&_0x4f47eb(_0x16f9f8(_0x4e1770[_0x239241(0x265)],_0x2c2326),_0x16f9f8(_0x47ebe3[_0x239241(0x265)],_0x2c2326));}function Pt(_0x57344d,_0x2748ed){const _0x111782=_0x56b96a,_0x2e6db7=Lt(_0x57344d[_0x111782(0x265)]),_0x3f1f85=Lt(_0x2748ed);if(!_0x57344d[_0x111782(0x2a0)])return!0x1;for(const _0x33aadc of Object[_0x111782(0x226)](_0x3f1f85))if(!_0x4f47eb(_0x2e6db7[_0x33aadc],_0x3f1f85[_0x33aadc]))return!0x1;return!0x0;}function Lt(_0x5c8046){const _0x5ed59b=_0x56b96a,_0x5aec4a=Object[_0x5ed59b(0x134)]({},_0x5c8046);return delete _0x5aec4a[_0x5ed59b(0x14d)],delete _0x5aec4a[_0x5ed59b(0x267)],_0x5aec4a;}
|
|
23
|
+
const _0x2df3e8=_0x5180;(function(_0x379cdf,_0x35c71f){const _0x3ad5f4=_0x5180,_0x3c9afc=_0x379cdf();while(!![]){try{const _0x2bd5e4=-parseInt(_0x3ad5f4(0x164))/0x1+parseInt(_0x3ad5f4(0x130))/0x2*(parseInt(_0x3ad5f4(0x222))/0x3)+parseInt(_0x3ad5f4(0x149))/0x4*(-parseInt(_0x3ad5f4(0x21b))/0x5)+-parseInt(_0x3ad5f4(0x24d))/0x6*(-parseInt(_0x3ad5f4(0xcc))/0x7)+-parseInt(_0x3ad5f4(0x21a))/0x8*(parseInt(_0x3ad5f4(0x105))/0x9)+-parseInt(_0x3ad5f4(0x1a7))/0xa*(-parseInt(_0x3ad5f4(0x192))/0xb)+-parseInt(_0x3ad5f4(0x183))/0xc*(-parseInt(_0x3ad5f4(0x144))/0xd);if(_0x2bd5e4===_0x35c71f)break;else _0x3c9afc['push'](_0x3c9afc['shift']());}catch(_0x3bccc1){_0x3c9afc['push'](_0x3c9afc['shift']());}}}(_0x3a88,0xd92a8));import{Plugin as _0x2bfa74,PendingActions as _0x20c1bb}from'ckeditor5/src/core.js';import{LiveRange as _0x207336}from'ckeditor5/src/engine.js';import{CKEditorError as _0x1ae0db,uid as _0x5799e1,priorities as _0x357d94,logWarning as _0x26aeda}from'ckeditor5/src/utils.js';import{toWidget as _0x1e1683}from'ckeditor5/src/widget.js';import{Users as _0x3547d5,hashObject as _0x208db8,surroundingMarkersDetector as _0xe1de18}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x470b6a from'./commands/trackchangescommand.js';import _0x2c43d5 from'./commands/acceptsuggestioncommand.js';import _0x28a910 from'./commands/discardsuggestioncommand.js';import _0x340490 from'./commands/executeonallsuggestionscommand.js';function _0x3a88(){const _0x2d7902=['_isForcedDefaultExecutionBlock','insertion','getItems','acceptSelectedSuggestions','_splitMarkerName','oldRange','open','substr','move','unbind','getContainedElement','_addSuggestionMarker','_suggestionState','formatInline:chain','size','fetchCommentThread','bindElementToMarker','updateSuggestion','skipNestingCheck','marker-count','getLastMatchingPosition','createElement','suggestionLoaded','isLocal','formatBlock:accept','suggestion:','44334XEoXZa','_suggestionFactory','getUser','addMarker:suggestion:formatBlock','addUser','dataReady','listenTo','suggestion:attribute:','high','multi','containsPosition','every','createRangeOn','_rangeIsInLocalUserInsertion','data','parent','from','addMarker:suggestion:attribute','ck-suggestion-marker','backward','13yURwRi','rename','after','addSuggestion','addMarker','4ZIsUgq','setAttribute','split','delete','plugins','editing','getRanges','adapter','find','config','_checkSuggestionCorrectness','_adapter','_cutOutSuggestionMarker','forceDefaultExecution','getDifference','requires','value','markInlineFormat','deletion:discard','trackChanges','conversion','_getSuggestionData','element','formatBlock:discard','resolve','enableReadOnlyMode','toJSON','211797VPCCNw','$textProxy','addSuggestionData','CommentsRepository','isAtStart','remove','_editor','track-changes-adapter-missing-getsuggestion','addComment','_enabledCommands','deletion:','_initAriaMarkerChangeAnnouncements','rethrowUnexpectedError','removeMarker:suggestion:attribute','attributeOldValue','ck-suggestion-marker-','_element','schema','createRange','commentThread','trackChanges.trackFormatChanges','getMultiRangeId','position','addMarker:suggestion','getRange','isLimit','isBefore','_getMarkerAnnouncementText','createPositionAfter','chain','createdAt','11610972istqvq','clone','getCustomProperty','startsWith','update:suggestion','getFirstMarker','author','change:_saved','previous','formatInline:accept','_customCallbacks','registerCustomCallback','_joinSuggestions','change','set','1771ZGBUcE','attribute:discard','removeComment','model','type','accepted','track-changes-suggestion-data-mismatch','fromCharCode','editingDowncast','formatBlock','widget','isSelectable','markerToHighlight','nodeBefore','markAttributeChange','enableCommand','discardSuggestion','getAllAdjacentSuggestions','unshift','rootName','ariaLiveAnnouncer','98060xtiCHo','markMultiRangeInsertion','targetPosition','addMarkerName','$graveyard','for','catch','acceptSuggestion','newValue','highest','insertion:','creator','attribute:join','getFirstRange','change:activeMarkers','discard','root','track-changes-suggestion-not-found','markMultiRangeDeletion','attributeNewValue','return','oldValue','_inlineAttributeKeys','isInsideObject','getChangedMarkers','before','formatInline:join','name','stop','getWalker','elementEnd','getNearestSelectionRange','deletion:accept','track-changes-enable-command-twice','isAtEnd','item','start','track-changes-user-not-found','formatBlock:join','insert','push','dataToMarker','toUpperCase','track-changes-adapter-already-set','default','suggestionUnloaded','_model','isCollapsed','consume','_setSuggestionData','isUndo','_afterChanges','registerPostFixer','insertion:discard','createRangeIn','PendingActions','addClass','toViewElement','accept','head','external:','$elementName','sort','lowest','_registerInlineAttribute','markDeletion','stopListening','_getAuthorFromId','_processAttributeChanges','isExternal','multipleBlocks','setTo','containsItem','_onDiscard','then','hasComments','normal','ck-suggestion-marker-formatInline','editor','announce','init','isEqual','_descriptionFactory','formatGroupId','commands','suggestionChanged','markMultiRangeBlockFormat','length','some','markerName','batch','nodeAfter','ck-suggestion-marker--active','options','_enableDefaultAttributesIntegration','deletion:chain','reconvertMarker','_updateSuggestionData','document','pluginName','attribute:','forEach','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.','tablePasteChainId','never','addHighlight','authorName','_mergeNestedSuggestions','@external','isObject','groupId','markBlockFormat','_reduceSuggestionAttributeRange','_findSuggestions','containsRangeInObject','856MiTlPI','6359845GWoQlT','mapper','notReady','pop','removeMarker','consumable','_handleNewSuggestionMarker','129zjEVhi','_addThreadToSuggestion','markerReady','fire','_isBlockAttribute','isInContent','_blockAttributeKeys','getSuggestion','collaboration.channelId','updateMarker','isMultiRange','has','getAttribute','formatBlock:','ENTER','elementStart','always','next','getSuggestionCallback','detach','_defaultCallbacks','removed','acceptAllSuggestions','isArray','markers','ready','hasSuggestion','removeClass','refresh','addCommentThread','createSelection','fromRange','_setSuggestionRange','_commentsRepository','isOwn','includes','writer','selection','change:data','keys','_registerDefaultCallbacks','commandName','removeMarker:suggestion:formatBlock','2057802IFiOaj','documentSelection','_saved','group','map','locale','isNextTo','attribute','_getExternalAuthor','suggestion-type','join','howMany','add','_processAttributeSuggestions','isBlock','_refreshAttributeSuggestionsChain','splitPosition','isAfter','markInsertion','track-changes-command-not-found','_removeSuggestion','formatInline:','insertion:join','isTouching','getChanges','dataDowncast','isIntersectingWithRange','TrackChangesEditing','$text','execute','insertion:chain','values','_recordAttributeSuggestions','PENDING_ACTION_SUGGESTION','createPositionBefore','originalSuggestionId','_createSuggestion','define','newRange','_SUGGESTION_ANNOUNCEMENT','removeAttribute','clear','suggestion','FORMATTING','low','createPositionAt','data-suggestion','_recordAttributeChanges','differ','_breakSuggestionMarker','7sPLGOg','isIntersecting','trackChangesCommand','formatInline:discard','filter','attributes','_isRegisteredAttribute','_getAttributeKey','assign','meta','key','rejected','getCommentThread','unbindElementFromMarkerName','getIntersection','addRange','removeMarkers','containsRange','hasCommentThread','subType','authoredAt','deletion','deletion:join','moveTargetPosition','upcast','getAncestors','$marker','insertion:accept','isDocumentOperation','end','buildSuggestion','forward','discardAllSuggestions','discardSelectedSuggestions','Users','concat','formatBlock:chain','comments','activeMarkers','getMarkers','markerNameToElements','format','isRemovable','showSuggestionHighlights','_joinWithAdjacentSuggestions','_refreshSuggestionsChain','_trackFormatChanges','splice','substring','get','setSelection','range','insertContent','warn','_suggestions','attribute:accept','ck-suggestion-marker-formatBlock','123579wLIaoD','_registerBlockAttribute','containerElement','getSuggestions','formatInline','enqueueChange','applyOperation','_reduceExistingSuggestions','error-saving-suggestion-data-suggestion-discarded','_isDataLoaded','LEAVE','getShiftedBy','attributeKey','elementToElement','markerToData','trackChanges.mergeNestedSuggestions','deleteContent'];_0x3a88=function(){return _0x2d7902;};return _0x3a88();}import _0x2f3d44 from'./commands/executeonselectedsuggestionscommand.js';import _0x4fb457 from'./suggestion.js';import _0x33d6bc from'./suggestiondescriptionfactory.js';import _0x2d60b6 from'./integrations/aiassistant.js';import _0x96ddf4 from'./integrations/alignment.js';import _0x2aec69 from'./integrations/basicstyles.js';import _0x1a1d51 from'./integrations/blockquote.js';import _0x30fa88 from'./integrations/casechange.js';import _0x135dd7 from'./integrations/ckbox.js';import _0x52c377 from'./integrations/codeblock.js';import _0x23b96b from'./integrations/comments.js';import _0x2d932 from'./integrations/deletecommand.js';import _0x2a6cd1 from'./integrations/list.js';import _0x4ff097 from'./integrations/listproperties.js';import _0x80af27 from'./integrations/entercommand.js';import _0x45c839 from'./integrations/findandreplace.js';import _0x4066de from'./integrations/font.js';import _0x46d5fe from'./integrations/formatpainter.js';import _0x1ddf3e from'./integrations/heading.js';import _0x572d81 from'./integrations/highlight.js';import _0x58ca4c from'./integrations/horizontalline.js';import _0x2ea318 from'./integrations/htmlembed.js';import _0x1e1fe2 from'./integrations/image.js';import _0x1f1b69 from'./integrations/imagereplace.js';import _0x215ece from'./integrations/imagestyle.js';import _0x427304 from'./integrations/importword.js';import _0x27bc75 from'./integrations/indent.js';import _0x15baa5 from'./integrations/inputcommand.js';function _0x5180(_0x55acc6,_0x49b774){const _0x3a8879=_0x3a88();return _0x5180=function(_0x518020,_0xe43c37){_0x518020=_0x518020-0xa5;let _0x14605a=_0x3a8879[_0x518020];return _0x14605a;},_0x5180(_0x55acc6,_0x49b774);}import _0x55ad7c from'./integrations/link.js';import _0x45af57 from'./integrations/legacylist.js';import _0x31d130 from'./integrations/legacylistproperties.js';import _0x193a41 from'./integrations/mediaembed.js';import _0x27663f from'./integrations/mention.js';import _0x139310 from'./integrations/pagebreak.js';import _0x4be213 from'./integrations/paragraph.js';import _0x3510b5 from'./integrations/removeformat.js';import _0x543a66 from'./integrations/restrictededitingmode.js';import _0x3480a0 from'./integrations/shiftentercommand.js';import _0x3ee150 from'./integrations/standardeditingmode.js';import _0x39924e from'./integrations/style.js';import _0x31a6b5 from'./integrations/table.js';import _0xd44430 from'./integrations/tablemergesplit.js';import _0x17f704 from'./integrations/tableheadings.js';import _0x48ebf5 from'./integrations/tableclipboard.js';import _0x503d0c from'./integrations/tablecolumnresize.js';import _0x53bad2 from'./integrations/template.js';import _0x4f7104 from'./integrations/tableofcontents.js';import _0x335e85 from'./integrations/title.js';import _0x449aa6 from'./integrations/undo.js';import _0x44fc06 from'./integrations/tablecaption.js';import _0x2e6d58 from'./integrations/tableproperties.js';import{getTranslation as _0x2de0fb}from'./utils/common-translations.js';import{isEqual as _0x46b46b,omit as _0x400bad}from'lodash-es';export const renameAttributeKey=_0x2df3e8(0x1e4);export default class p extends _0x2bfa74{static get[_0x2df3e8(0x158)](){const _0x2f741c=_0x2df3e8;return[_0x2f741c(0x167),_0x3547d5,_0x20c1bb,_0x2d60b6,_0x96ddf4,_0x2aec69,_0x1a1d51,_0x135dd7,_0x30fa88,_0x52c377,_0x23b96b,_0x2d932,_0x80af27,_0x45c839,_0x4066de,_0x46d5fe,_0x1ddf3e,_0x572d81,_0x58ca4c,_0x2ea318,_0x1e1fe2,_0x215ece,_0x1f1b69,_0x427304,_0x27bc75,_0x15baa5,_0x45af57,_0x31d130,_0x55ad7c,_0x2a6cd1,_0x4ff097,_0x193a41,_0x27663f,_0x139310,_0x4be213,_0x3510b5,_0x543a66,_0x3480a0,_0x3ee150,_0x39924e,_0x31a6b5,_0xd44430,_0x17f704,_0x44fc06,_0x48ebf5,_0x503d0c,_0x4f7104,_0x2e6d58,_0x53bad2,_0x335e85,_0x449aa6];}static get[_0x2df3e8(0x20a)](){const _0x1cb578=_0x2df3e8;return _0x1cb578(0xb5);}constructor(_0x28f5db){const _0x5c6611=_0x2df3e8;function _0x21b1d9(_0x52f262){const _0x4e2ce5=_0x5180;return _0x52f262[_0x4e2ce5(0x251)](_0x5c8bc2=>String[_0x4e2ce5(0x199)](_0x5c8bc2))[_0x4e2ce5(0x257)]('');}super(_0x28f5db),this[_0x5c6611(0xba)]=!0x1,this[_0x5c6611(0x191)](_0x5c6611(0xf2),[]),this['on'](_0x5c6611(0x1b5),(_0xf01cc0,_0x36ec90,_0x1662e5,_0x34a78f)=>{const _0x1f5c03=_0x5c6611;this[_0x1f5c03(0x1d5)][_0x1f5c03(0x190)](()=>{const _0x4069a3=_0x1f5c03;for(const _0x2633fa of[..._0x34a78f,..._0x1662e5])this[_0x4069a3(0x1d5)][_0x4069a3(0x23a)][_0x4069a3(0x22d)](_0x2633fa)&&_0x28f5db[_0x4069a3(0x14e)][_0x4069a3(0x207)](_0x2633fa);});}),this[_0x5c6611(0x1f9)]=new _0x33d6bc(this[_0x5c6611(0x1f5)][_0x5c6611(0x195)][_0x5c6611(0x175)],this[_0x5c6611(0x1f5)][_0x5c6611(0x252)]),this[_0x5c6611(0x154)]=null,this[_0x5c6611(0x131)]=new Bt(this[_0x5c6611(0x1f5)]),this[_0x5c6611(0x102)]=new Map(),this[_0x5c6611(0x243)]=_0x28f5db[_0x5c6611(0x14d)][_0x5c6611(0xfd)](_0x5c6611(0x167)),this[_0x5c6611(0x16d)]=new Set(),this[_0x5c6611(0x1d5)]=this[_0x5c6611(0x1f5)][_0x5c6611(0x195)],this[_0x5c6611(0x122)]=new WeakMap(),this[_0x5c6611(0x116)]=!0x1,this[_0x5c6611(0x228)]=new Set([_0x5c6611(0x1e4)]),this[_0x5c6611(0x1bd)]=new Set(),_0x28f5db[_0x5c6611(0x152)][_0x5c6611(0xbf)](_0x5c6611(0x178),_0x5c6611(0x1d3)),this[_0x5c6611(0xfa)]=_0x28f5db[_0x5c6611(0x152)][_0x5c6611(0xfd)](_0x5c6611(0x178)),_0x28f5db[_0x5c6611(0x152)][_0x5c6611(0xbf)](_0x5c6611(0x114),!0x0),this[_0x5c6611(0x212)]=_0x28f5db[_0x5c6611(0x152)][_0x5c6611(0xfd)](_0x5c6611(0x114)),this[_0x5c6611(0xce)]=new _0x470b6a(_0x28f5db,this[_0x5c6611(0x16d)]),this[_0x5c6611(0x16f)](),this[_0x21b1d9([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x21b1d9([0x34,0x30,0x34,0x38,0x30,0x34,0x35,0x36]);}[_0x2df3e8(0x1f7)](){const _0x5ebf56=_0x2df3e8,_0x2e26ef=this[_0x5ebf56(0x1f5)],_0x4dce1c=(_0x23e0f6,_0x5bc680)=>{const _0x39e326=_0x5ebf56;if(_0x39e326(0x254)!=_0x23e0f6)return _0x39e326(0x173)+_0x23e0f6;const _0x384a91=_0x5bc680[_0x39e326(0x14b)]('|')[0x0];return this[_0x39e326(0x226)](_0x384a91)?_0x39e326(0x104):_0x39e326(0x1f4);};_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0x19a))[_0x5ebf56(0x19e)]({'model':_0x5ebf56(0xc4),'view':_0x892dc6=>{const _0x4f7ef1=_0x5ebf56,{id:_0x34b8d7,type:_0x47e8d2,subType:_0x4ab845}=this[_0x4f7ef1(0x11a)](_0x892dc6[_0x4f7ef1(0x200)]),_0x4f3f43=[_0x4f7ef1(0x142),_0x4dce1c(_0x47e8d2,_0x4ab845)];let _0x5d7917=0xbb8;return this[_0x4f7ef1(0xf2)][_0x4f7ef1(0x245)](_0x892dc6[_0x4f7ef1(0x200)])&&(_0x4f3f43[_0x4f7ef1(0x1cf)](_0x4f7ef1(0x203)),_0x5d7917=0xbc2),_0x4f7ef1(0xe1)==_0x47e8d2&&(_0x5d7917+=0x5),{'classes':_0x4f3f43,'attributes':{'data-suggestion':_0x34b8d7},'priority':_0x5d7917};}}),_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0xb3))[_0x5ebf56(0xa6)](_0x29df73=>{const _0x35d928=_0x5ebf56;_0x29df73['on'](_0x35d928(0x17b),(_0x483cc6,_0x248f31,_0x4bf76c)=>{const _0x27240a=_0x35d928;if(!_0x4bf76c[_0x27240a(0x204)][_0x27240a(0xf7)])return;const _0x158dce=_0x248f31[_0x27240a(0x1ca)];if(!_0x158dce)return;const _0x1ad0df=_0x4bf76c[_0x27240a(0x21c)][_0x27240a(0x1e0)](_0x158dce);_0x2e26ef[_0x27240a(0x195)][_0x27240a(0x175)][_0x27240a(0x214)](_0x158dce)&&_0x1ad0df&&!_0x1ad0df[_0x27240a(0x185)](_0x27240a(0x19c))&&_0x1ad0df['is'](_0x27240a(0x107))&&_0x1e1683(_0x1ad0df,_0x4bf76c[_0x27240a(0x246)]);},{'priority':_0x35d928(0x138)});}),_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0xb3))[_0x5ebf56(0x19e)]({'model':_0x5ebf56(0xc4),'view':(_0x2ee56f,_0x1d5977)=>{const _0x75fcb8=_0x5ebf56;if(!_0x1d5977[_0x75fcb8(0x204)][_0x75fcb8(0xf7)])return null;const {type:_0x1d37e0,subType:_0x17605d}=this[_0x75fcb8(0x11a)](_0x2ee56f[_0x75fcb8(0x200)]);return{'classes':[_0x75fcb8(0x142),_0x4dce1c(_0x1d37e0,_0x17605d)],'priority':0xbb8};}});const _0x5eedd6=({showActiveMarkers:_0x1a056b=!0x0,isAttributeSuggestion:_0x403e4a=!0x1}={})=>(_0x15fe5e,_0x32d9ae,_0x377713)=>{const _0x442f94=_0x5ebf56;if(!_0x32d9ae[_0x442f94(0x1ca)])return;const {id:_0x2a8b16}=this[_0x442f94(0x11a)](_0x32d9ae[_0x442f94(0x200)]);if(_0x403e4a){const _0x120315=this[_0x442f94(0x102)][_0x442f94(0xfd)](_0x2a8b16),_0x48f378=this[_0x442f94(0xd3)](_0x120315);if(!this[_0x442f94(0x226)](_0x48f378))return;}if(_0x32d9ae[_0x442f94(0x1ca)]['is'](_0x442f94(0x247)))return void _0x377713[_0x442f94(0x220)][_0x442f94(0x1d7)](_0x32d9ae[_0x442f94(0x1ca)],_0x15fe5e[_0x442f94(0x1c2)]);const _0x1e4b27=_0x377713[_0x442f94(0x21c)][_0x442f94(0x1e0)](_0x32d9ae[_0x442f94(0x1ca)]);if(_0x32d9ae[_0x442f94(0x1ca)]['is'](_0x442f94(0x15f))&&_0x2e26ef[_0x442f94(0x195)][_0x442f94(0x175)][_0x442f94(0xa8)](_0x32d9ae[_0x442f94(0x1ca)])&&!_0x1e4b27[_0x442f94(0x185)](_0x442f94(0x210))){_0x377713[_0x442f94(0x246)][_0x442f94(0x1df)]([_0x442f94(0x142),_0x442f94(0x104)],_0x1e4b27),_0x377713[_0x442f94(0x246)][_0x442f94(0x14a)](_0x442f94(0xc8),_0x2a8b16,_0x1e4b27),_0x377713[_0x442f94(0x21c)][_0x442f94(0x126)](_0x1e4b27,_0x32d9ae[_0x442f94(0x200)]),_0x1a056b&&(this[_0x442f94(0xf2)][_0x442f94(0x245)](_0x32d9ae[_0x442f94(0x200)])?_0x377713[_0x442f94(0x246)][_0x442f94(0x1df)](_0x442f94(0x203),_0x1e4b27):_0x377713[_0x442f94(0x246)][_0x442f94(0x23d)](_0x442f94(0x203),_0x1e4b27));for(const _0x4a03dd of _0x2e26ef[_0x442f94(0x195)][_0x442f94(0x1dd)](_0x32d9ae[_0x442f94(0x1ca)])[_0x442f94(0x118)]())_0x377713[_0x442f94(0x220)][_0x442f94(0x1d7)](_0x4a03dd,_0x15fe5e[_0x442f94(0x1c2)]);_0x377713[_0x442f94(0x220)][_0x442f94(0x1d7)](_0x32d9ae[_0x442f94(0x1ca)],_0x15fe5e[_0x442f94(0x1c2)]);}};_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0xb3))[_0x5ebf56(0xa6)](_0x1dae79=>{const _0x290547=_0x5ebf56;_0x1dae79['on'](_0x290547(0x133),(_0x1f2d91,_0x3cb32b,_0x28bdb8)=>{const _0x211104=_0x290547;_0x28bdb8[_0x211104(0x204)][_0x211104(0xf7)]&&_0x5eedd6({'showActiveMarkers':!0x1})(_0x1f2d91,_0x3cb32b,_0x28bdb8);},{'priority':_0x290547(0x1b0)});}),_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0xb3))[_0x5ebf56(0xa6)](_0x48a585=>{const _0x16c5d6=_0x5ebf56;_0x48a585['on'](_0x16c5d6(0x141),(_0x334777,_0x3c6420,_0xb8b593)=>{const _0x1b8d4a=_0x16c5d6;_0xb8b593[_0x1b8d4a(0x204)][_0x1b8d4a(0xf7)]&&_0x5eedd6({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x334777,_0x3c6420,_0xb8b593);},{'priority':_0x16c5d6(0x1b0)});}),_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0xb3))[_0x5ebf56(0x113)]({'model':_0x5ebf56(0xc4),'view':(_0x4f4164,_0x597c99)=>_0x597c99[_0x5ebf56(0x204)][_0x5ebf56(0xf7)]?null:{'group':_0x5ebf56(0xc4),'name':_0x4f4164[_0x5ebf56(0x11d)](0xb)}}),_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0xe4))[_0x5ebf56(0x112)]({'view':{'name':_0x5ebf56(0xc4),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x4e2f60,{writer:_0x4f12e6})=>{const _0x300ada=_0x5ebf56;let _0x376b05=_0x300ada(0x12f)+_0x4e2f60[_0x300ada(0x22e)](_0x300ada(0x256))+':'+_0x4e2f60[_0x300ada(0x22e)]('id');return _0x4e2f60[_0x300ada(0x22e)](_0x300ada(0x129))&&(_0x376b05+=':'+_0x4e2f60[_0x300ada(0x22e)](_0x300ada(0x129))),_0x4f12e6[_0x300ada(0x12b)](_0x300ada(0xe6),{'data-name':_0x376b05});}}),_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0xe4))[_0x5ebf56(0x1d0)]({'view':_0x5ebf56(0xc4)}),_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0x19a))[_0x5ebf56(0xa6)](_0x2bbfa3=>{const _0xad7701=_0x5ebf56;_0x2bbfa3['on'](_0xad7701(0x133),_0x5eedd6(),{'priority':_0xad7701(0x138)});}),_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0x19a))[_0x5ebf56(0xa6)](_0x8cdf08=>{const _0x448045=_0x5ebf56;_0x8cdf08['on'](_0x448045(0x141),_0x5eedd6({'isAttributeSuggestion':!0x0}),{'priority':_0x448045(0x138)});}),_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0x19a))[_0x5ebf56(0xa6)](_0x4f8864=>{const _0xfd8684=_0x5ebf56;_0x4f8864['on'](_0xfd8684(0x24c),(_0x2ca47c,_0x2ff14d,_0x391ec2)=>{const _0x2b230f=_0xfd8684,_0x51e964=_0x391ec2[_0x2b230f(0x21c)][_0x2b230f(0xf4)](_0x2ff14d[_0x2b230f(0x200)]);if(_0x51e964){for(const _0x64a3f of _0x51e964)_0x64a3f[_0x2b230f(0x185)](_0x2b230f(0x210))||(_0x391ec2[_0x2b230f(0x246)][_0x2b230f(0x23d)]([_0x2b230f(0x142),_0x2b230f(0x104),_0x2b230f(0x203)],_0x64a3f),_0x391ec2[_0x2b230f(0x246)][_0x2b230f(0xc2)](_0x2b230f(0xc8),_0x64a3f),_0x391ec2[_0x2b230f(0x21c)][_0x2b230f(0xd9)](_0x64a3f,_0x2ff14d[_0x2b230f(0x200)]));}},{'priority':_0xfd8684(0x138)});}),_0x2e26ef[_0x5ebf56(0x15d)][_0x5ebf56(0x1ac)](_0x5ebf56(0x19a))[_0x5ebf56(0xa6)](_0x3370cd=>{const _0x3caeaa=_0x5ebf56;_0x3370cd['on'](_0x3caeaa(0x171),(_0x30da39,_0x5c85aa,_0x306711)=>{const _0x4fd954=_0x3caeaa,_0xc7ff0b=_0x306711[_0x4fd954(0x21c)][_0x4fd954(0xf4)](_0x5c85aa[_0x4fd954(0x200)]);if(!_0xc7ff0b)return;const {id:_0x3c8ba6}=this[_0x4fd954(0x11a)](_0x5c85aa[_0x4fd954(0x200)]),_0x43a793=this[_0x4fd954(0x102)][_0x4fd954(0xfd)](_0x3c8ba6),_0x4736a8=this[_0x4fd954(0xd3)](_0x43a793);if(this[_0x4fd954(0x226)](_0x4736a8)){for(const _0x594651 of _0xc7ff0b)_0x594651[_0x4fd954(0x185)](_0x4fd954(0x210))||(_0x306711[_0x4fd954(0x246)][_0x4fd954(0x23d)]([_0x4fd954(0x142),_0x4fd954(0x104),_0x4fd954(0x203)],_0x594651),_0x306711[_0x4fd954(0x246)][_0x4fd954(0xc2)](_0x4fd954(0xc8),_0x594651),_0x306711[_0x4fd954(0x21c)][_0x4fd954(0xd9)](_0x594651,_0x5c85aa[_0x4fd954(0x200)]));}},{'priority':_0x3caeaa(0x138)});}),_0x2e26ef[_0x5ebf56(0x195)][_0x5ebf56(0x209)][_0x5ebf56(0x1db)](_0x28f374=>{const _0x68178c=_0x5ebf56;let _0x409aac=!0x1;const _0x6b60b6=Array[_0x68178c(0x140)](_0x2e26ef[_0x68178c(0x195)][_0x68178c(0x209)][_0x68178c(0xca)][_0x68178c(0x1bf)]()),_0x44fd6f=new Set();for(const {name:_0x2c70c2,data:_0x143f73}of _0x6b60b6){const {group:_0x366e80,type:_0x22a4d9,subType:_0x5cb161,id:_0x1ac9d1}=this[_0x68178c(0x11a)](_0x2c70c2);if(_0x68178c(0xc4)!==_0x366e80)continue;const _0x565b41=this[_0x68178c(0x102)][_0x68178c(0xfd)](_0x1ac9d1);if(null!=_0x143f73[_0x68178c(0xc0)]){_0x68178c(0x109)==_0x22a4d9&&(_0x409aac=_0x409aac||Tt(_0x143f73[_0x68178c(0xc0)],_0x2c70c2,_0x28f374,_0x2e26ef[_0x68178c(0x195)][_0x68178c(0x175)]));const _0xa730e8=_0x68178c(0x254)==_0x22a4d9&&this[_0x68178c(0x226)](_0x5cb161[_0x68178c(0x14b)]('|')[0x0]);if(_0x143f73[_0x68178c(0xc0)][_0x68178c(0x1d6)]||_0x68178c(0x1ab)==_0x143f73[_0x68178c(0xc0)][_0x68178c(0x1b7)][_0x68178c(0x1a5)]||_0x68178c(0x19b)==_0x22a4d9&&!Vt(_0x143f73[_0x68178c(0xc0)])||_0xa730e8&&!Vt(_0x143f73[_0x68178c(0xc0)])||_0x68178c(0xe1)==_0x22a4d9&&!(!Rt(_0x1c1ba5=_0x143f73[_0x68178c(0xc0)])&&!function(_0x3e3d1d){const _0x478b69=_0x68178c;return _0x3e3d1d[_0x478b69(0x1cb)][_0x478b69(0x13f)]==_0x3e3d1d[_0x478b69(0xe9)][_0x478b69(0x19f)]&&_0x3e3d1d[_0x478b69(0x1cb)][_0x478b69(0x1c9)];}(_0x1c1ba5)))_0x28f374[_0x68178c(0x21f)](_0x2c70c2),_0x409aac=!0x0;else{if(!_0x565b41||!_0x565b41[_0x68178c(0x227)])continue;_0x44fd6f[_0x68178c(0xa6)](_0x565b41);}}}var _0x1c1ba5;return _0x44fd6f[_0x68178c(0x124)]>0x0&&(_0x409aac=!!this[_0x68178c(0xf8)](_0x44fd6f)||_0x409aac),_0x409aac;}),_0x2e26ef[_0x5ebf56(0x195)][_0x5ebf56(0x209)][_0x5ebf56(0x1db)](_0x5798a4=>{const _0x4e50b5=_0x5ebf56;let _0x11975c=!0x1;for(const _0x1980af of _0x2e26ef[_0x4e50b5(0x195)][_0x4e50b5(0x209)][_0x4e50b5(0xca)][_0x4e50b5(0xb2)]())if(_0x4e50b5(0x1ce)==_0x1980af[_0x4e50b5(0x196)])for(const _0x5b9943 of this[_0x4e50b5(0x102)][_0x4e50b5(0xb9)]()){if(_0x5b9943[_0x4e50b5(0x22c)]||!_0x5b9943[_0x4e50b5(0x227)])continue;const _0x1ad978=_0x4e50b5(0x19b)==_0x5b9943[_0x4e50b5(0x196)],_0x2d65a5=this[_0x4e50b5(0xd3)](_0x5b9943),_0x5da2f3=_0x2d65a5&&this[_0x4e50b5(0x226)](_0x2d65a5);if(!_0x1ad978&&!_0x5da2f3)continue;const _0x590eb1=_0x5b9943[_0x4e50b5(0x1b4)]();if(_0x590eb1[_0x4e50b5(0x1cb)][_0x4e50b5(0x13f)]!=_0x590eb1[_0x4e50b5(0xe9)][_0x4e50b5(0x13f)]&&!_0x590eb1[_0x4e50b5(0xe9)][_0x4e50b5(0x1c9)]){const _0xb8b7de=_0x2e26ef[_0x4e50b5(0x195)][_0x4e50b5(0xc7)](_0x590eb1[_0x4e50b5(0x1cb)][_0x4e50b5(0x202)],_0x4e50b5(0xe9)),_0x52b998=_0x2e26ef[_0x4e50b5(0x195)][_0x4e50b5(0x176)](_0x590eb1[_0x4e50b5(0x1cb)],_0xb8b7de);_0x5798a4[_0x4e50b5(0x22b)](_0x5b9943[_0x4e50b5(0x188)](),{'range':_0x52b998}),_0x11975c=!0x0;}}return _0x11975c;}),_0x2e26ef[_0x5ebf56(0x195)][_0x5ebf56(0x209)][_0x5ebf56(0x1db)](_0x2154ea=>this[_0x5ebf56(0x1eb)](_0x2154ea)),_0x2e26ef[_0x5ebf56(0x195)][_0x5ebf56(0x209)][_0x5ebf56(0x1db)](_0x5dc7ee=>!_0x5dc7ee[_0x5ebf56(0x201)][_0x5ebf56(0x12d)]&&this[_0x5ebf56(0xa7)](_0x5dc7ee)),_0x2e26ef[_0x5ebf56(0x195)]['on'](_0x5ebf56(0x1da),()=>{const _0x245b19=_0x5ebf56;this[_0x245b19(0xba)]=!0x1;}),_0x2e26ef[_0x5ebf56(0x195)][_0x5ebf56(0x209)]['on'](_0x5ebf56(0x248),(_0x593d70,_0x5706ae)=>{const _0x452ed6=_0x5ebf56;if(!_0x5706ae[_0x452ed6(0x12d)]||_0x5706ae[_0x452ed6(0x1d9)])return;if(!this[_0x452ed6(0xba)])return;const _0x52807f=_0x2e26ef[_0x452ed6(0x195)][_0x452ed6(0x209)][_0x452ed6(0xca)][_0x452ed6(0xb2)]();if(0x0==_0x52807f[_0x452ed6(0x1fe)])return;const _0x40db91=[],_0x57c9e=_0x52807f[_0x452ed6(0xd0)](_0x543360=>_0x452ed6(0x254)==_0x543360[_0x452ed6(0x196)]),_0x2cd55a=_0x52807f[_0x452ed6(0xd0)](_0x31a608=>_0x452ed6(0x1ce)==_0x31a608[_0x452ed6(0x196)]&&_0x452ed6(0xb6)!=_0x31a608[_0x452ed6(0x1c2)]),_0x151bb5=_0x52807f[_0x452ed6(0xd0)](_0x21a547=>_0x452ed6(0x169)==_0x21a547[_0x452ed6(0x196)]&&_0x452ed6(0xb6)!=_0x21a547[_0x452ed6(0x1c2)]);for(const _0x28bc5e of _0x57c9e)this[_0x452ed6(0xd2)](_0x28bc5e[_0x452ed6(0x111)])&&_0x40db91[_0x452ed6(0x1cf)]({'key':_0x28bc5e[_0x452ed6(0x111)],'newValue':_0x28bc5e[_0x452ed6(0x1ba)],'oldValue':_0x28bc5e[_0x452ed6(0x172)],'range':Ut(_0x28bc5e[_0x452ed6(0xff)],_0x2e26ef[_0x452ed6(0x195)])});for(const _0x1eeae5 of _0x2cd55a){const _0x435266=_0x151bb5[_0x452ed6(0x151)](_0x2a27a5=>_0x2a27a5[_0x452ed6(0x174)]===_0x1eeae5[_0x452ed6(0x174)]);if(_0x435266){const _0x9ef472=Ot(_0x1eeae5[_0x452ed6(0x17a)][_0x452ed6(0x202)],_0x2e26ef[_0x452ed6(0x195)]);_0x435266[_0x452ed6(0x1c2)]!==_0x1eeae5[_0x452ed6(0x1c2)]&&_0x40db91[_0x452ed6(0x1cf)]({'key':_0x452ed6(0x1e4),'newValue':_0x1eeae5[_0x452ed6(0x1c2)],'oldValue':_0x435266[_0x452ed6(0x1c2)],'range':_0x9ef472});for(const [_0x5c370f,_0x46b8d6]of _0x435266[_0x452ed6(0xd1)]){if(!this[_0x452ed6(0xd2)](_0x5c370f))continue;const _0x56be12=_0x1eeae5[_0x452ed6(0xd1)][_0x452ed6(0xfd)](_0x5c370f);_0x46b8d6!==_0x56be12&&_0x40db91[_0x452ed6(0x1cf)]({'key':_0x5c370f,'newValue':_0x56be12,'oldValue':_0x46b8d6,'range':_0x9ef472});}for(const [_0xf8d459,_0x539ae1]of _0x1eeae5[_0x452ed6(0xd1)])this[_0x452ed6(0xd2)](_0xf8d459)&&(_0x435266[_0x452ed6(0xd1)][_0x452ed6(0x22d)](_0xf8d459)||_0x40db91[_0x452ed6(0x1cf)]({'key':_0xf8d459,'newValue':_0x539ae1,'oldValue':null,'range':_0x9ef472}));}}0x0!=_0x40db91[_0x452ed6(0x1fe)]&&_0x2e26ef[_0x452ed6(0x195)][_0x452ed6(0x10a)](_0x5706ae,_0x40b672=>{const _0x524037=_0x452ed6,_0x2f10d6=_0x5799e1();for(const {range:_0x8c77d3,key:_0x1a6f98,oldValue:_0x76eba4,newValue:_0xeb7074}of _0x40db91)this[_0x524037(0x1a0)](_0x8c77d3,_0x1a6f98,_0x76eba4,_0xeb7074,{'groupId':_0x2f10d6});this[_0x524037(0x10c)](_0x40b672,_0x40db91);});},{'priority':_0x5ebf56(0x1e6)}),_0x2e26ef[_0x5ebf56(0x195)][_0x5ebf56(0x23a)]['on'](_0x5ebf56(0x187),(_0x2b48d0,_0x22e999,_0x616b4a)=>{const _0x32a214=_0x5ebf56;if(null==_0x616b4a){const {id:_0x21baab}=this[_0x32a214(0x11a)](_0x22e999[_0x32a214(0x1c2)]),_0x41b6c4=this[_0x32a214(0x102)][_0x32a214(0xfd)](_0x21baab);_0x41b6c4&&_0x41b6c4[_0x32a214(0x1aa)](_0x22e999[_0x32a214(0x1c2)]);}}),_0x2e26ef[_0x5ebf56(0x195)][_0x5ebf56(0x209)]['on'](_0x5ebf56(0x248),()=>{const _0x3ebc53=_0x5ebf56,_0x153ac5=Array[_0x3ebc53(0x140)](_0x2e26ef[_0x3ebc53(0x195)][_0x3ebc53(0x209)][_0x3ebc53(0xca)][_0x3ebc53(0x1bf)]())[_0x3ebc53(0xd0)](_0x115a0c=>_0x3ebc53(0xc4)===this[_0x3ebc53(0x11a)](_0x115a0c[_0x3ebc53(0x1c2)])[_0x3ebc53(0x250)]);if(0x0===_0x153ac5[_0x3ebc53(0x1fe)])return;_0x153ac5[_0x3ebc53(0x1e5)]((_0x1b50ac,_0x4f8672)=>{const _0x3b0e56=_0x3ebc53,_0x5357fa=_0x1b50ac[_0x3b0e56(0x13e)][_0x3b0e56(0x11b)],_0x59a9e7=_0x4f8672[_0x3b0e56(0x13e)][_0x3b0e56(0x11b)];return null===_0x5357fa&&null===_0x59a9e7?0x0:null===_0x5357fa&&null!==_0x59a9e7?-0x1:null!==_0x5357fa&&null===_0x59a9e7?0x1:_0x5357fa[_0x3b0e56(0x1cb)][_0x3b0e56(0x17e)](_0x59a9e7[_0x3b0e56(0x1cb)])?-0x1:0x1;});const _0x4d8a93=new Set(),_0x3cde73=new Set();for(const {name:_0x4f965d,data:_0x2363cf}of _0x153ac5){const {id:_0x228cdd}=this[_0x3ebc53(0x11a)](_0x4f965d);if(null===_0x2363cf[_0x3ebc53(0x11b)]){const _0x59cfa9=this[_0x3ebc53(0x221)](_0x4f965d);_0x3cde73[_0x3ebc53(0xa6)](_0x59cfa9);}else{const _0x31b510=this[_0x3ebc53(0x102)][_0x3ebc53(0xfd)](_0x228cdd);null!==_0x2363cf[_0x3ebc53(0xc0)]||_0x31b510[_0x3ebc53(0x227)]?(_0x4d8a93[_0x3ebc53(0xa6)](_0x31b510[_0x3ebc53(0x1e2)]),_0x3cde73[_0x3ebc53(0xa6)](_0x31b510)):this[_0x3ebc53(0xae)](_0x31b510);}}_0x3cde73[_0x3ebc53(0x124)]>0x0&&this[_0x3ebc53(0xf9)](_0x3cde73);for(const _0x37d14d of _0x4d8a93)this[_0x3ebc53(0x225)](_0x3ebc53(0x1fc),_0x37d14d);}),_0x2e26ef[_0x5ebf56(0x195)]['on'](_0x5ebf56(0x10b),(_0x166feb,_0x1f9843)=>{const _0x514e9d=_0x5ebf56,_0x120774=_0x1f9843[0x0];if(!this[_0x514e9d(0x102)][_0x514e9d(0x124)])return;if(!_0x120774[_0x514e9d(0xe8)])return;if(_0x120774[_0x514e9d(0x201)][_0x514e9d(0x1d9)]||!_0x120774[_0x514e9d(0x201)][_0x514e9d(0x12d)])return;let _0x3d3c2f,_0x565009;switch(_0x120774[_0x514e9d(0x196)]){case _0x514e9d(0x1ce):_0x3d3c2f=_0x2e26ef[_0x514e9d(0x195)][_0x514e9d(0xc7)](_0x120774[_0x514e9d(0x17a)]),_0x565009=_0x3d3c2f[_0x514e9d(0x110)](_0x120774[_0x514e9d(0xa5)]);break;case _0x514e9d(0x14b):_0x3d3c2f=_0x2e26ef[_0x514e9d(0x195)][_0x514e9d(0xc7)](_0x120774[_0x514e9d(0xaa)]),_0x565009=_0x2e26ef[_0x514e9d(0x195)][_0x514e9d(0xc7)](_0x120774[_0x514e9d(0xe3)]);break;case _0x514e9d(0x11e):_0x3d3c2f=_0x2e26ef[_0x514e9d(0x195)][_0x514e9d(0xc7)](_0x120774[_0x514e9d(0x1a9)]),_0x565009=_0x3d3c2f[_0x514e9d(0x110)](_0x120774[_0x514e9d(0xa5)]);break;default:return;}const _0x25b334=_0x2e26ef[_0x514e9d(0x195)][_0x514e9d(0x176)](_0x3d3c2f,_0x565009);_0x2e26ef[_0x514e9d(0x195)][_0x514e9d(0x190)](()=>{const _0x2d424a=_0x514e9d;for(const {suggestion:_0x3e71b7,meta:_0x4814e6}of this[_0x2d424a(0x218)](_0x25b334)){if(_0x3e71b7[_0x2d424a(0x22c)])continue;if(_0x2d424a(0x109)==_0x3e71b7[_0x2d424a(0x196)])continue;const _0x4f6991=this[_0x2d424a(0xd3)](_0x3e71b7);if(_0x4f6991&&this[_0x2d424a(0x226)](_0x4f6991)&&_0x2d424a(0x14b)!=_0x120774[_0x2d424a(0x196)])continue;const _0x1aed26=_0x3e71b7[_0x2d424a(0x13e)]&&_0x3e71b7[_0x2d424a(0x13e)][_0x2d424a(0x1ed)];(_0x2d424a(0x19b)!=_0x3e71b7[_0x2d424a(0x196)]||_0x2d424a(0x14b)==_0x120774[_0x2d424a(0x196)]&&!_0x1aed26)&&(_0x4814e6[_0x2d424a(0x219)]||_0x2d424a(0x117)==_0x3e71b7[_0x2d424a(0x196)]&&_0x4814e6[_0x2d424a(0x244)]||_0x3e71b7[_0x2d424a(0x1b4)]()[_0x2d424a(0xdd)](_0x25b334)&&this[_0x2d424a(0xcb)](_0x3e71b7,_0x3d3c2f,_0x565009));}});},{'priority':_0x5ebf56(0x1e6)}),_0x2e26ef[_0x5ebf56(0x195)]['on'](_0x5ebf56(0x115),(_0x1d7265,_0x38c80b)=>{const _0x422477=_0x5ebf56,_0x33d9a1=_0x38c80b[0x0],_0x5e9d65=_0x38c80b[0x1];if(_0x5e9d65&&_0x5e9d65[_0x422477(0x156)])return;if(this[_0x422477(0x116)])return;if(!this[_0x422477(0xce)][_0x422477(0x159)])return;if(_0x33d9a1[_0x422477(0x1d6)])return;const _0x33bb41=_0x2e26ef[_0x422477(0x195)][_0x422477(0x175)],{start:_0x3f87af,end:_0x466f6d}=_0x33d9a1[_0x422477(0x1b4)](),_0x2df202=_0x3f87af[_0x422477(0x202)]&&_0x33bb41[_0x422477(0x17d)](_0x3f87af[_0x422477(0x202)])?null:_0x33bb41[_0x422477(0x1c6)](_0x3f87af,_0x422477(0xeb)),_0x5095f7=_0x466f6d[_0x422477(0x19f)]&&_0x33bb41[_0x422477(0x17d)](_0x466f6d[_0x422477(0x19f)])?null:_0x33bb41[_0x422477(0x1c6)](_0x466f6d,_0x422477(0x143)),_0x302e5e=_0x2e26ef[_0x422477(0x195)][_0x422477(0x176)](_0x2df202?_0x2df202[_0x422477(0x1cb)]:_0x3f87af,_0x5095f7?_0x5095f7[_0x422477(0xe9)]:_0x466f6d);_0x2e26ef[_0x422477(0x195)][_0x422477(0x190)](_0x1a4fed=>{const _0x50a3c2=_0x422477;this[_0x50a3c2(0x1e8)](_0x302e5e);const _0xf87ce4=_0x2e26ef[_0x50a3c2(0x195)][_0x50a3c2(0x175)][_0x50a3c2(0x1c6)](_0x302e5e[_0x50a3c2(0x1cb)]);_0x33d9a1['is'](_0x50a3c2(0x24e))?_0x1a4fed[_0x50a3c2(0xfe)](_0xf87ce4):_0x33d9a1[_0x50a3c2(0x1ee)](_0xf87ce4);}),_0x1d7265[_0x422477(0x1c3)]();},{'priority':_0x357d94[_0x5ebf56(0x1f3)]+0xa}),_0x2e26ef[_0x5ebf56(0x195)]['on'](_0x5ebf56(0x100),(_0x2f40ac,_0x39b87d)=>{const _0x3e43cb=_0x5ebf56,_0x393e98=_0x39b87d[_0x39b87d[_0x3e43cb(0x1fe)]-0x1];_0x393e98&&_0x393e98[_0x3e43cb(0x156)]||this[_0x3e43cb(0x116)]||this[_0x3e43cb(0xce)][_0x3e43cb(0x159)]&&(_0x2e26ef[_0x3e43cb(0x195)][_0x3e43cb(0x190)](()=>{const _0x2c533a=_0x3e43cb;let _0x25b89c=_0x2e26ef[_0x2c533a(0x195)][_0x2c533a(0x100)](_0x39b87d[0x0],_0x39b87d[0x1],_0x39b87d[0x2],{'forceDefaultExecution':!0x0});if(!_0x25b89c)return;_0x2f40ac[_0x2c533a(0x1bb)]=_0x25b89c[_0x2c533a(0x184)]();const _0x47f6a8=_0x25b89c[_0x2c533a(0xe9)][_0x2c533a(0x19f)],_0x5cce15=_0x2e26ef[_0x2c533a(0x195)][_0x2c533a(0x175)];_0x47f6a8&&_0x5cce15[_0x2c533a(0xa8)](_0x47f6a8)&&!_0x5cce15[_0x2c533a(0x214)](_0x47f6a8)&&(_0x25b89c=_0x2e26ef[_0x2c533a(0x195)][_0x2c533a(0x176)](_0x25b89c[_0x2c533a(0x1cb)],_0x2e26ef[_0x2c533a(0x195)][_0x2c533a(0xc7)](_0x47f6a8,_0x2c533a(0xe9)))),this[_0x2c533a(0xac)](_0x25b89c);}),_0x2f40ac[_0x3e43cb(0x1c3)]());},{'priority':_0x5ebf56(0x138)}),this[_0x5ebf56(0x1f5)][_0x5ebf56(0x1fb)][_0x5ebf56(0xa6)](_0x5ebf56(0x15c),this[_0x5ebf56(0xce)]),this[_0x5ebf56(0x1a1)](_0x5ebf56(0x15c));const _0x3b84b5=new _0x2c43d5(_0x2e26ef,this[_0x5ebf56(0x102)]);_0x2e26ef[_0x5ebf56(0x1fb)][_0x5ebf56(0xa6)](_0x5ebf56(0x1ae),_0x3b84b5),this[_0x5ebf56(0x1a1)](_0x5ebf56(0x1ae));const _0x2875d3=new _0x28a910(_0x2e26ef,this[_0x5ebf56(0x102)]);_0x2e26ef[_0x5ebf56(0x1fb)][_0x5ebf56(0xa6)](_0x5ebf56(0x1a2),_0x2875d3),this[_0x5ebf56(0x1a1)](_0x5ebf56(0x1a2)),_0x2e26ef[_0x5ebf56(0x1fb)][_0x5ebf56(0xa6)](_0x5ebf56(0x238),new _0x340490(_0x2e26ef,_0x3b84b5,this[_0x5ebf56(0x102)])),this[_0x5ebf56(0x1a1)](_0x5ebf56(0x238)),_0x2e26ef[_0x5ebf56(0x1fb)][_0x5ebf56(0xa6)](_0x5ebf56(0xec),new _0x340490(_0x2e26ef,_0x2875d3,this[_0x5ebf56(0x102)])),this[_0x5ebf56(0x1a1)](_0x5ebf56(0xec)),_0x2e26ef[_0x5ebf56(0x1fb)][_0x5ebf56(0xa6)](_0x5ebf56(0x119),new _0x2f3d44(_0x2e26ef,_0x3b84b5,this[_0x5ebf56(0x102)])),this[_0x5ebf56(0x1a1)](_0x5ebf56(0x119)),_0x2e26ef[_0x5ebf56(0x1fb)][_0x5ebf56(0xa6)](_0x5ebf56(0xed),new _0x2f3d44(_0x2e26ef,_0x2875d3,this[_0x5ebf56(0x102)])),this[_0x5ebf56(0x1a1)](_0x5ebf56(0xed));const _0x3d040a=_0x2e26ef[_0x5ebf56(0x14d)][_0x5ebf56(0xfd)](_0x5ebf56(0x167));this[_0x5ebf56(0x136)](_0x3d040a,_0x5ebf56(0x16c),(_0x4cd060,{threadId:_0x1d67c0})=>{const _0x4e0d59=_0x5ebf56,_0x5d1a03=this[_0x4e0d59(0x102)][_0x4e0d59(0xfd)](_0x1d67c0);_0x5d1a03&&_0x5d1a03[_0x4e0d59(0x177)]&&0x1===_0x5d1a03[_0x4e0d59(0x177)][_0x4e0d59(0x1fe)]&&this[_0x4e0d59(0x208)](_0x1d67c0,{'hasComments':!0x0});},{'priority':_0x5ebf56(0xc6)}),this[_0x5ebf56(0x136)](_0x3d040a,_0x5ebf56(0x194),(_0x595a62,{threadId:_0x1d9a4b})=>{const _0x17de4f=_0x5ebf56,_0x12a866=this[_0x17de4f(0x102)][_0x17de4f(0xfd)](_0x1d9a4b);_0x12a866&&_0x12a866[_0x17de4f(0x177)]&&!_0x12a866[_0x17de4f(0x177)][_0x17de4f(0x1fe)]&&this[_0x17de4f(0x208)](_0x1d9a4b,{'hasComments':!0x1});},{'priority':_0x5ebf56(0xc6)});}set[_0x2df3e8(0x150)](_0x209df9){const _0x4fea56=_0x2df3e8;if(this[_0x4fea56(0x154)])throw new _0x1ae0db(_0x4fea56(0x1d2),this);this[_0x4fea56(0x154)]=_0x209df9;}get[_0x2df3e8(0x150)](){const _0x1e14b9=_0x2df3e8;return this[_0x1e14b9(0x154)];}[_0x2df3e8(0x108)]({skipNotAttached:_0x5a3778=!0x1,toJSON:_0x2089fd=!0x1}={}){const _0x1f8a49=_0x2df3e8,_0x2de159=[];for(const _0x3b6c6b of this[_0x1f8a49(0x102)][_0x1f8a49(0xb9)]())_0x5a3778&&!_0x3b6c6b[_0x1f8a49(0x227)]||_0x2de159[_0x1f8a49(0x1cf)](_0x3b6c6b);return _0x2089fd?_0x2de159[_0x1f8a49(0x251)](_0x58983e=>_0x58983e[_0x1f8a49(0x163)]()):_0x2de159;}[_0x2df3e8(0x229)](_0x278ac2){const _0x127c23=_0x2df3e8,_0x1127a7=this[_0x127c23(0x102)][_0x127c23(0xfd)](_0x278ac2);if(!_0x1127a7)throw new _0x1ae0db(_0x127c23(0x1b8),this);return _0x1127a7;}[_0x2df3e8(0x23c)](_0x4a35ab){const _0x4cbcb6=_0x2df3e8;return this[_0x4cbcb6(0x102)][_0x4cbcb6(0x22d)](_0x4a35ab);}[_0x2df3e8(0x166)](_0x43b2d1){const _0x35d91f=_0x2df3e8,{authorId:_0x300a83,id:_0x4467a5,attributes:_0x5c9d81}=_0x43b2d1,[_0x3cacf4,_0x551bf4]=_0x43b2d1[_0x35d91f(0x196)][_0x35d91f(0x14b)](':'),_0x4fb95f=this[_0x35d91f(0x102)][_0x35d91f(0xfd)](_0x4467a5)||this[_0x35d91f(0xbe)](_0x3cacf4,_0x551bf4,_0x4467a5,_0x300a83,_0x5c9d81);if(this[_0x35d91f(0x223)](_0x4fb95f),this[_0x35d91f(0x153)](_0x4fb95f,_0x3cacf4,_0x551bf4||null,_0x300a83),_0x4fb95f[_0x35d91f(0x182)]=_0x43b2d1[_0x35d91f(0x182)],_0x4fb95f[_0x35d91f(0x10e)]=!0x0,_0x5c9d81&&_0x5c9d81[_0x35d91f(0x213)]){const _0x3d3105=_0x5c9d81[_0x35d91f(0x213)],_0x45518b=this[_0x35d91f(0x255)](_0x3d3105[_0x35d91f(0x211)]);_0x4fb95f[_0x35d91f(0xe0)]=_0x3d3105[_0x35d91f(0x182)],_0x4fb95f[_0x35d91f(0x189)]=_0x45518b,_0x4fb95f[_0x35d91f(0x1ec)]=!0x0;}else _0x4fb95f[_0x35d91f(0xe0)]=_0x43b2d1[_0x35d91f(0x182)];switch(_0x43b2d1[_0x35d91f(0x13e)]&&(_0x4fb95f[_0x35d91f(0x13e)]=_0x43b2d1[_0x35d91f(0x13e)]),_0x43b2d1[_0x35d91f(0xd1)]&&(_0x4fb95f[_0x35d91f(0xd1)]=_0x43b2d1[_0x35d91f(0xd1)]),this[_0x35d91f(0x154)]&&this[_0x35d91f(0x154)][_0x35d91f(0x147)]||(_0x4fb95f[_0x35d91f(0x24f)]=!0x0),this[_0x35d91f(0x122)][_0x35d91f(0xfd)](_0x4fb95f)){case _0x35d91f(0x21d):this[_0x35d91f(0x122)][_0x35d91f(0x191)](_0x4fb95f,_0x35d91f(0x135));break;case _0x35d91f(0x224):_0x4fb95f[_0x35d91f(0x227)]?(this[_0x35d91f(0xf8)](new Set([_0x4fb95f])),this[_0x35d91f(0xf9)](new Set([_0x4fb95f])),this[_0x35d91f(0x122)][_0x35d91f(0x191)](_0x4fb95f,_0x35d91f(0x23b)),this[_0x35d91f(0x225)](_0x35d91f(0x12c),_0x4fb95f)):this[_0x35d91f(0x122)][_0x35d91f(0x191)](_0x4fb95f,_0x35d91f(0x237));}return _0x4fb95f;}[_0x2df3e8(0x1ae)](_0x4d83e4){const _0x183a58=_0x2df3e8;this[_0x183a58(0x156)](()=>{const _0x2799f7=_0x183a58;this[_0x2799f7(0x1f5)][_0x2799f7(0x195)][_0x2799f7(0x190)](()=>{const _0x4567a8=_0x2799f7;for(const _0x17467a of _0x4d83e4[_0x4567a8(0x1a3)]())_0x17467a[_0x4567a8(0x1e1)]();});});}[_0x2df3e8(0x1a2)](_0x2125ed){const _0xa6c90d=_0x2df3e8;this[_0xa6c90d(0x156)](()=>{const _0x5b7510=_0xa6c90d;this[_0x5b7510(0x1f5)][_0x5b7510(0x195)][_0x5b7510(0x190)](()=>{const _0x128e2f=_0x5b7510;for(const _0x20f19a of _0x2125ed[_0x128e2f(0x1a3)]())_0x20f19a[_0x128e2f(0x1b6)]();});});}[_0x2df3e8(0x1a1)](_0x384b34,_0x3eab7d){const _0x476f39=_0x2df3e8,_0x4b7abc=this[_0x476f39(0x1f5)][_0x476f39(0x1fb)][_0x476f39(0xfd)](_0x384b34);if(!_0x4b7abc)throw new _0x1ae0db(_0x476f39(0xad),this,{'commandName':_0x384b34});if(this[_0x476f39(0x16d)][_0x476f39(0x22d)](_0x4b7abc))throw new _0x1ae0db(_0x476f39(0x1c8),this,{'commandName':_0x384b34});this[_0x476f39(0x16d)][_0x476f39(0xa6)](_0x4b7abc),_0x3eab7d&&_0x4b7abc['on'](_0x476f39(0xb7),(_0x297c97,_0x291ab8)=>{const _0x29e974=_0x476f39;this[_0x29e974(0xce)][_0x29e974(0x159)]&&(this[_0x29e974(0x116)]||(_0x291ab8[_0x29e974(0x1fe)]>0x0&&_0x291ab8[_0x291ab8[_0x29e974(0x1fe)]-0x1]&&_0x291ab8[_0x291ab8[_0x29e974(0x1fe)]-0x1][_0x29e974(0x156)]?_0x291ab8[_0x29e974(0x21e)]():(_0x297c97[_0x29e974(0x1bb)]=_0x3eab7d((..._0x12821c)=>_0x4b7abc[_0x29e974(0xb7)](..._0x12821c,{'forceDefaultExecution':!0x0}),..._0x291ab8),_0x297c97[_0x29e974(0x1c3)]())));},{'priority':_0x476f39(0x138)});}[_0x2df3e8(0x156)](_0x562987){const _0x53304c=_0x2df3e8;let _0x39bb26,_0x4c4ad6;const _0x285dcd=this[_0x53304c(0x116)];this[_0x53304c(0x116)]=!0x0;try{_0x39bb26=_0x562987();}catch(_0x236757){_0x4c4ad6=_0x236757;}return _0x285dcd||(this[_0x53304c(0x116)]=!0x1),_0x4c4ad6&&_0x1ae0db[_0x53304c(0x170)](_0x4c4ad6,this),_0x39bb26;}[_0x2df3e8(0xac)](_0x3b1a83,_0x31e830=null,_0x573eaa={}){const _0x5ef70a=_0x2df3e8;if(_0x3b1a83[_0x5ef70a(0x1d6)])return null;const _0x47d78c=this[_0x5ef70a(0x1f5)][_0x5ef70a(0x14d)][_0x5ef70a(0xfd)](_0x5ef70a(0xee))['me'];for(const {suggestion:_0x3ab1ac,meta:_0x162fdc}of this[_0x5ef70a(0x218)](_0x3b1a83,_0x5ef70a(0x117)))if(_0x162fdc[_0x5ef70a(0x244)]){if(!_0x162fdc[_0x5ef70a(0x253)]){if(_0x162fdc[_0x5ef70a(0x219)]){if(!this[_0x5ef70a(0x212)]||!Pt(_0x3ab1ac,_0x573eaa))continue;return _0x3ab1ac;}if(Pt(_0x3ab1ac,_0x573eaa))return _0x3ab1ac;this[_0x5ef70a(0xcb)](_0x3ab1ac,_0x3b1a83[_0x5ef70a(0x1cb)],_0x3b1a83[_0x5ef70a(0xe9)]);break;}if(_0x31e830==_0x3ab1ac[_0x5ef70a(0xdf)]&&Pt(_0x3ab1ac,_0x573eaa)){const _0x184b0d=_0x3ab1ac[_0x5ef70a(0x1b4)]();return _0x184b0d[_0x5ef70a(0x1cb)][_0x5ef70a(0x1f8)](_0x3b1a83[_0x5ef70a(0xe9)])?this[_0x5ef70a(0x242)](_0x3ab1ac,this[_0x5ef70a(0x1d5)][_0x5ef70a(0x176)](_0x3b1a83[_0x5ef70a(0x1cb)],_0x184b0d[_0x5ef70a(0xe9)])):this[_0x5ef70a(0x242)](_0x3ab1ac,this[_0x5ef70a(0x1d5)][_0x5ef70a(0x176)](_0x184b0d[_0x5ef70a(0x1cb)],_0x3b1a83[_0x5ef70a(0xe9)])),_0x3ab1ac;}}const _0x35baf1=_0x5799e1(),_0x1c9898=_0x47d78c['id'],_0x487833=_0x31e830?_0x5ef70a(0x1b1)+_0x31e830:_0x5ef70a(0x117),_0x18e3c0=this[_0x5ef70a(0x1d8)]({'id':_0x35baf1,'type':_0x487833,'createdAt':new Date(),'authorId':_0x1c9898,'attributes':_0x573eaa});return this[_0x5ef70a(0x121)](_0x487833,_0x35baf1,_0x1c9898,_0x3b1a83),_0x18e3c0;}[_0x2df3e8(0x1a8)](_0x416df8,_0x348811=_0x2df3e8(0x139),_0x2dde05={}){const _0x2c5f8b=_0x2df3e8,_0x1d5b2d=this[_0x2c5f8b(0x1f5)][_0x2c5f8b(0x14d)][_0x2c5f8b(0xfd)](_0x2c5f8b(0xee))['me'],_0x30b40c=this[_0x2c5f8b(0x131)][_0x2c5f8b(0x234)](_0x2c5f8b(0x117),_0x348811,_0x2c5f8b(0x257));for(const _0x47bfc5 of this[_0x2c5f8b(0x108)]())if(_0x47bfc5[_0x2c5f8b(0x189)]['id']==_0x1d5b2d['id']&&_0x2c5f8b(0x117)==_0x47bfc5[_0x2c5f8b(0x196)]&&_0x47bfc5[_0x2c5f8b(0xdf)]==_0x348811&&Pt(_0x47bfc5,_0x2dde05)&&(_0x30b40c(_0x47bfc5[_0x2c5f8b(0x14f)](),_0x416df8)||_0x30b40c(_0x416df8,_0x47bfc5[_0x2c5f8b(0x14f)]()))){for(const _0x33145a of _0x416df8)_0x47bfc5[_0x2c5f8b(0xdb)](_0x33145a);return _0x47bfc5;}for(const {suggestion:_0x30efde,meta:_0x368fe6}of this[_0x2c5f8b(0x218)](_0x416df8,_0x2c5f8b(0x117))){if(!_0x368fe6[_0x2c5f8b(0x244)])continue;if(!this[_0x2c5f8b(0x212)]&&_0x368fe6[_0x2c5f8b(0x219)])continue;if(!Pt(_0x30efde,_0x2dde05))continue;let _0x316695=!0x0;for(const _0x23817a of _0x30efde[_0x2c5f8b(0x14f)]())for(const _0x4b6d9f of _0x416df8)if(!_0x23817a[_0x2c5f8b(0xdd)](_0x4b6d9f)){_0x316695=!0x1;break;}if(_0x316695)return _0x30efde;}const _0x342d6c=_0x5799e1(),_0x44405a=_0x1d5b2d['id'],_0x2abebb=_0x2c5f8b(0x1b1)+_0x348811,_0x17873f=this[_0x2c5f8b(0x1d8)]({'id':_0x342d6c,'type':_0x2abebb,'createdAt':new Date(),'authorId':_0x44405a,'attributes':_0x2dde05});for(const _0x58fad7 of _0x416df8)this[_0x2c5f8b(0x121)](_0x2abebb,_0x342d6c,_0x44405a,_0x58fad7,_0x4fb457[_0x2c5f8b(0x179)]());return _0x17873f;}[_0x2df3e8(0x15a)](_0x2382fe,_0x42da11,_0x104b17=null,_0x355ddf={}){const _0x359505=_0x2df3e8;if(_0x104b17=_0x104b17||Et(_0x42da11),_0x2382fe[_0x359505(0x1d6)])return null;if(_0x359505(0x20f)===this[_0x359505(0xfa)]){const _0xdc2e0d=this[_0x359505(0x131)][_0x359505(0x234)](_0x359505(0x109),_0x104b17,_0x359505(0x1e1));return this[_0x359505(0x156)](()=>_0xdc2e0d([_0x2382fe],_0x42da11,_0x355ddf)),null;}const _0x4a146c=this[_0x359505(0x1f5)][_0x359505(0x14d)][_0x359505(0xfd)](_0x359505(0xee))['me'],_0x3b53e7=[];if(_0x359505(0x232)!==this[_0x359505(0xfa)]){for(const {suggestion:_0x4009dc,meta:_0x4358c7}of this[_0x359505(0x218)](_0x2382fe,_0x359505(0x117)))_0x4358c7[_0x359505(0x244)]&&!_0x4358c7[_0x359505(0x1be)]&&_0x3b53e7[_0x359505(0x1cf)](..._0x4009dc[_0x359505(0x14f)]());}const _0x1caf1f=function(_0x123461,_0x1e6c07){const _0x304c55=_0x359505,_0x183497=[];for(const _0x400b75 of _0x1e6c07){const _0x3f0e32=_0x123461[_0x304c55(0xda)](_0x400b75);_0x3f0e32&&_0x183497[_0x304c55(0x1cf)](_0x3f0e32);}return _0x183497;}(_0x2382fe,_0x3b53e7),_0x2ba77f=function(_0x45bea2,_0x533d7b){const _0x1cb372=_0x359505,_0x8444fb=[_0x45bea2];for(const _0x362ead of _0x533d7b){let _0xd15af5=0x0;for(;_0xd15af5<_0x8444fb[_0x1cb372(0x1fe)];){const _0x1dd163=_0x8444fb[_0xd15af5][_0x1cb372(0x157)](_0x362ead);_0x8444fb[_0x1cb372(0xfb)](_0xd15af5,0x1,..._0x1dd163),_0xd15af5+=_0x1dd163[_0x1cb372(0x1fe)];}}return _0x8444fb;}(_0x2382fe,_0x3b53e7);_0x1caf1f[_0x359505(0x1fe)]&&this[_0x359505(0x1d5)][_0x359505(0x190)](()=>{const _0x592062=_0x359505;for(const _0x2b4a8e of _0x1caf1f){const _0x9cb3bd=this[_0x592062(0x131)][_0x592062(0x234)](_0x592062(0x109),_0x104b17,_0x592062(0x1e1));this[_0x592062(0x156)](()=>_0x9cb3bd([_0x2b4a8e],_0x42da11,_0x355ddf));}});for(const _0x2c0c70 of _0x2ba77f){let _0x2af550=null,_0x36d1fe=_0x2c0c70[_0x359505(0x1cb)],_0x357fbe=_0x2c0c70[_0x359505(0xe9)];for(const {suggestion:_0x2d9f00,meta:_0x500958}of this[_0x359505(0x218)](_0x2c0c70,_0x359505(0x109))){if(!_0x500958[_0x359505(0x244)])continue;if(_0x2d9f00[_0x359505(0xdf)]!=_0x104b17)continue;if(!Pt(_0x2d9f00,_0x355ddf))continue;const _0x882440=_0x2d9f00[_0x359505(0x1b4)]();if(_0x882440[_0x359505(0xdd)](_0x2c0c70,!0x0))return null;_0x36d1fe=_0x36d1fe[_0x359505(0x17e)](_0x882440[_0x359505(0x1cb)])?_0x36d1fe:_0x882440[_0x359505(0x1cb)],_0x357fbe=_0x357fbe[_0x359505(0xab)](_0x882440[_0x359505(0xe9)])?_0x357fbe:_0x882440[_0x359505(0xe9)],_0x2af550?_0x882440[_0x359505(0x1cb)][_0x359505(0x17e)](_0x2af550[_0x359505(0x1b4)]()[_0x359505(0x1cb)])?(_0x2af550[_0x359505(0xdc)](),_0x2af550=_0x2d9f00):_0x2d9f00[_0x359505(0xdc)]():_0x2af550=_0x2d9f00;}const _0xa34c0b=this[_0x359505(0x1d5)][_0x359505(0x176)](_0x36d1fe,_0x357fbe);if(_0x2af550)this[_0x359505(0x242)](_0x2af550,_0xa34c0b);else{const _0xd58c46=_0x5799e1(),_0x17bad8=_0x4a146c['id'];this[_0x359505(0x1d8)]({'id':_0xd58c46,'type':_0x359505(0xaf)+_0x104b17,'data':_0x42da11,'createdAt':new Date(),'authorId':_0x17bad8,'attributes':_0x355ddf}),this[_0x359505(0x121)](_0x359505(0xaf)+_0x104b17,_0xd58c46,_0x17bad8,_0xa34c0b);}}return null;}[_0x2df3e8(0x216)](_0x258883,_0x999aa4,_0x1da2e8=[],_0x141200=null,_0x159189={}){const _0x25b144=_0x2df3e8;_0x999aa4[_0x25b144(0x1fa)]||(_0x999aa4[_0x25b144(0x1fa)]=_0x999aa4[_0x25b144(0x24b)]),_0x999aa4[_0x25b144(0x1ed)]=_0x258883['is'](_0x25b144(0xff)),_0x141200=_0x141200||Et(_0x999aa4);const _0x5b751c=_0x1da2e8[_0x25b144(0x251)](_0x39aab2=>Ot(_0x39aab2,this[_0x25b144(0x1d5)])),_0x3f7ac0=_0x258883['is'](_0x25b144(0xff))?_0x258883:Ot(_0x258883,this[_0x25b144(0x1d5)]);if(_0x25b144(0x20f)===this[_0x25b144(0xfa)]){const _0x444366=this[_0x25b144(0x131)][_0x25b144(0x234)](_0x25b144(0x19b),_0x141200,_0x25b144(0x1e1));return this[_0x25b144(0x156)](()=>_0x444366([_0x3f7ac0],_0x999aa4,_0x159189)),null;}_0x5b751c[_0x25b144(0x1cf)](_0x3f7ac0);let _0x46ddcd=!0x0;for(const _0x19fc20 of _0x5b751c)if(!this[_0x25b144(0x13d)](_0x19fc20)){_0x46ddcd=!0x1;break;}if(_0x46ddcd&&_0x25b144(0x232)!==this[_0x25b144(0xfa)]){const _0x42f93e=this[_0x25b144(0x131)][_0x25b144(0x234)](_0x25b144(0x19b),_0x141200,_0x25b144(0x1e1));return this[_0x25b144(0x156)](()=>_0x42f93e([_0x3f7ac0],_0x999aa4,_0x159189)),null;}let _0x14b133=null,_0x3b0b35=_0x3f7ac0[_0x25b144(0x1cb)],_0xecd789=_0x3f7ac0[_0x25b144(0xe9)];for(const {suggestion:_0x42b986,meta:_0x31a54b}of this[_0x25b144(0x218)](_0x3f7ac0,_0x25b144(0x19b))){if(!_0x31a54b[_0x25b144(0x244)])continue;if(_0x31a54b[_0x25b144(0x253)]||_0x31a54b[_0x25b144(0x219)]||_0x31a54b[_0x25b144(0x1be)])continue;if(_0x42b986[_0x25b144(0x13e)][_0x25b144(0x1fa)]!=_0x999aa4[_0x25b144(0x1fa)])continue;if(!Pt(_0x42b986,_0x159189))continue;const _0x5c2018=_0x42b986[_0x25b144(0x1b4)]();if(_0x42b986[_0x25b144(0xdf)]==_0x141200){if(_0x5c2018[_0x25b144(0xdd)](_0x3f7ac0,!0x0))return null;_0x3b0b35=_0x3b0b35[_0x25b144(0x17e)](_0x5c2018[_0x25b144(0x1cb)])?_0x3b0b35:_0x5c2018[_0x25b144(0x1cb)],_0xecd789=_0xecd789[_0x25b144(0xab)](_0x5c2018[_0x25b144(0xe9)])?_0xecd789:_0x5c2018[_0x25b144(0xe9)],_0x14b133?_0x5c2018[_0x25b144(0x1cb)][_0x25b144(0x17e)](_0x14b133[_0x25b144(0x1b4)]()[_0x25b144(0x1cb)])?(_0x14b133[_0x25b144(0xdc)](),_0x14b133=_0x42b986):_0x42b986[_0x25b144(0xdc)]():_0x14b133=_0x42b986;}else{const _0x132439=_0x3f7ac0[_0x25b144(0xda)](_0x5c2018);this[_0x25b144(0x155)](_0x42b986,_0x132439);}}const _0x477e13=this[_0x25b144(0x1f5)][_0x25b144(0x14d)][_0x25b144(0xfd)](_0x25b144(0xee))['me'],_0x4d94bb=_0x5799e1(),_0x569c57=_0x477e13['id'];if(_0x14b133)return this[_0x25b144(0x242)](_0x14b133,this[_0x25b144(0x1d5)][_0x25b144(0x176)](_0x3b0b35,_0xecd789)),_0x14b133;{const _0x87858e=this[_0x25b144(0x1d8)]({'id':_0x4d94bb,'type':_0x25b144(0x22f)+_0x141200,'data':_0x999aa4,'createdAt':new Date(),'authorId':_0x569c57,'attributes':_0x159189});return this[_0x25b144(0x121)](_0x25b144(0x22f)+_0x141200,_0x4d94bb,_0x569c57,this[_0x25b144(0x1d5)][_0x25b144(0x176)](_0x3b0b35,_0xecd789)),_0x87858e;}}[_0x2df3e8(0x1fd)](_0x362ff8,_0x3f372c,_0x48f1f4=[],_0x59a6e3=null,_0x1816ff={}){const _0xad935=_0x2df3e8;_0x3f372c[_0xad935(0x1fa)]||(_0x3f372c[_0xad935(0x1fa)]=_0x3f372c[_0xad935(0x24b)]);const _0x4ac68b=_0x362ff8[0x0];_0x3f372c[_0xad935(0x1ed)]=_0x4ac68b['is'](_0xad935(0xff)),_0x59a6e3=_0x59a6e3||Et(_0x3f372c);const _0x4f22e4=_0x48f1f4[_0xad935(0x251)](_0x2cb80c=>Ot(_0x2cb80c,this[_0xad935(0x1d5)])),_0x2668d5=_0x4ac68b['is'](_0xad935(0xff))?_0x362ff8:_0x362ff8[_0xad935(0x251)](_0x1f3bce=>Ot(_0x1f3bce,this[_0xad935(0x1d5)]));if(_0xad935(0x20f)===this[_0xad935(0xfa)]){const _0x413c90=this[_0xad935(0x131)][_0xad935(0x234)](_0xad935(0x19b),_0x59a6e3,_0xad935(0x1e1));return this[_0xad935(0x156)](()=>_0x413c90(_0x2668d5,_0x3f372c,_0x1816ff)),null;}_0x4f22e4[_0xad935(0x1cf)](..._0x2668d5);let _0x5a2095=!0x0;for(const _0x1d09b1 of _0x4f22e4)if(!this[_0xad935(0x13d)](_0x1d09b1)){_0x5a2095=!0x1;break;}if(_0x5a2095&&_0xad935(0x232)!==this[_0xad935(0xfa)]){const _0x30e1c1=this[_0xad935(0x131)][_0xad935(0x234)](_0xad935(0x19b),_0x59a6e3,_0xad935(0x1e1));return this[_0xad935(0x156)](()=>_0x30e1c1(_0x2668d5,_0x3f372c,_0x1816ff)),null;}const _0x5397f5=this[_0xad935(0x1f5)][_0xad935(0x14d)][_0xad935(0xfd)](_0xad935(0xee))['me'];for(const _0x462df9 of this[_0xad935(0x108)]()){if(_0x462df9[_0xad935(0x189)]['id']!=_0x5397f5['id'])continue;if(_0xad935(0x19b)!=_0x462df9[_0xad935(0x196)]||_0x462df9[_0xad935(0x13e)][_0xad935(0x1fa)]!=_0x3f372c[_0xad935(0x1fa)])continue;if(!Pt(_0x462df9,_0x1816ff))continue;const _0x1c5a57=_0x462df9[_0xad935(0xdf)]==_0x59a6e3;for(let _0x59e305=0x0;_0x59e305<_0x2668d5[_0xad935(0x1fe)];_0x59e305++){const _0x3f0ac4=_0x2668d5[_0x59e305];for(const _0x1d427f of _0x462df9[_0xad935(0xf3)]()){const _0x1671e4=_0x1d427f[_0xad935(0x17c)]();if(_0x3f0ac4[_0xad935(0x1f8)](_0x1671e4)){_0x1c5a57?(_0x2668d5[_0xad935(0xfb)](_0x59e305,0x1),_0x59e305--):_0x462df9[_0xad935(0x21f)](_0x1d427f[_0xad935(0x1c2)]);break;}}}}if(0x0==_0x2668d5[_0xad935(0x1fe)])return null;const _0x270438=this[_0xad935(0x131)][_0xad935(0x234)](_0xad935(0x19b),_0x59a6e3,_0xad935(0x257));for(const _0x3e4b51 of this[_0xad935(0x108)]())if(_0x3e4b51[_0xad935(0x189)]['id']==_0x5397f5['id']&&_0xad935(0x19b)==_0x3e4b51[_0xad935(0x196)]&&_0x3e4b51[_0xad935(0x13e)][_0xad935(0x1fa)]==_0x3f372c[_0xad935(0x1fa)]&&_0x3e4b51[_0xad935(0xdf)]==_0x59a6e3&&Pt(_0x3e4b51,_0x1816ff)&&(_0x270438(_0x3e4b51[_0xad935(0x14f)](),_0x2668d5)||_0x270438(_0x2668d5,_0x3e4b51[_0xad935(0x14f)]()))){for(const _0x59f2b5 of _0x2668d5)_0x3e4b51[_0xad935(0xdb)](_0x59f2b5);return _0x3e4b51;}const _0x48fcc6=_0x5799e1(),_0x41758a=_0x5397f5['id'],_0x40482d=_0xad935(0x22f)+_0x59a6e3,_0x9854a4=this[_0xad935(0x1d8)]({'id':_0x48fcc6,'type':_0x40482d,'data':_0x3f372c,'createdAt':new Date(),'authorId':_0x41758a,'attributes':_0x1816ff});for(const _0x406bc3 of _0x2668d5)this[_0xad935(0x121)](_0x40482d,_0x48fcc6,_0x41758a,_0x406bc3,_0x4fb457[_0xad935(0x179)]());return _0x9854a4;}[_0x2df3e8(0x1e8)](_0x1fc1fa,_0x17cb4b=null,_0x3d45e6={}){const _0x21a5ee=_0x2df3e8;if(_0x1fc1fa[_0x21a5ee(0x1d6)])return null;const _0x1dacfd=this[_0x21a5ee(0x1f5)][_0x21a5ee(0x14d)][_0x21a5ee(0xfd)](_0x21a5ee(0xee))['me'],_0x217244=new _0x207336(_0x1fc1fa[_0x21a5ee(0x1cb)],_0x1fc1fa[_0x21a5ee(0xe9)]);for(const {suggestion:_0x70e0cd,meta:_0x266a2c}of this[_0x21a5ee(0x218)](_0x217244,_0x21a5ee(0x117)))if(_0x266a2c[_0x21a5ee(0x244)]&&!_0x266a2c[_0x21a5ee(0x253)]){if(_0x70e0cd[_0x21a5ee(0x22c)]){const _0x5f4ce7=_0x70e0cd[_0x21a5ee(0x14f)]()[_0x21a5ee(0xd0)](_0x564913=>_0x21a5ee(0x1ab)!=_0x564913[_0x21a5ee(0x1b7)][_0x21a5ee(0x1a5)]);_0x5f4ce7[_0x21a5ee(0x13b)](_0x4dce88=>_0x217244[_0x21a5ee(0xdd)](_0x4dce88,!0x0))&&_0x70e0cd[_0x21a5ee(0x1b6)]();if(_0x5f4ce7[_0x21a5ee(0x1ff)](_0x4a2ba9=>_0x4a2ba9[_0x21a5ee(0xdd)](_0x217244,!0x0))){const _0x2891e6=this[_0x21a5ee(0x131)][_0x21a5ee(0x234)](_0x21a5ee(0xe1),_0x17cb4b,_0x21a5ee(0x1e1));return this[_0x21a5ee(0x156)](()=>_0x2891e6([_0x217244],null,_0x3d45e6)),null;}}else{const _0x3bfed9=_0x217244[_0x21a5ee(0xda)](_0x70e0cd[_0x21a5ee(0x1b4)]());null!==_0x3bfed9&&_0x70e0cd[_0x21a5ee(0x1f0)]([_0x3bfed9],null,_0x3d45e6);}}if(_0x217244[_0x21a5ee(0x235)](),_0x217244[_0x21a5ee(0x1d6)]||_0x21a5ee(0x1ab)==_0x217244[_0x21a5ee(0x1b7)][_0x21a5ee(0x1a5)])return null;let _0x48273f=null,_0x5c1320=_0x217244[_0x21a5ee(0x1cb)],_0xe88c57=_0x217244[_0x21a5ee(0xe9)];const _0x57b566=this[_0x21a5ee(0x218)](_0x217244,_0x21a5ee(0xe1));for(const {suggestion:_0xf1d3c7,meta:_0xee7cb9}of _0x57b566){const _0x5bc20f=this[_0x21a5ee(0x1d5)][_0x21a5ee(0x176)](_0x5c1320,_0xe88c57);if(_0xee7cb9[_0x21a5ee(0x244)]&&(this[_0x21a5ee(0x212)]||!_0xee7cb9[_0x21a5ee(0x219)]&&!_0xee7cb9[_0x21a5ee(0x1be)])){if(_0xf1d3c7[_0x21a5ee(0x22c)]){if(!Pt(_0xf1d3c7,_0x3d45e6))continue;let _0x54c017=!0x0;for(const _0x4bc94c of _0xf1d3c7[_0x21a5ee(0x14f)]()){if(_0x4bc94c[_0x21a5ee(0xdd)](_0x5bc20f,!0x0))return _0xf1d3c7;_0x5bc20f[_0x21a5ee(0xdd)](_0x4bc94c)||(_0x54c017=!0x1);}_0x54c017&&_0xf1d3c7[_0x21a5ee(0x1b6)]();}else{const _0x1842dd=_0xf1d3c7[_0x21a5ee(0x1b4)]();if(_0x1842dd[_0x21a5ee(0xdd)](_0x5bc20f,!0x0))return _0xf1d3c7;if(!Pt(_0xf1d3c7,_0x3d45e6)){_0x5bc20f[_0x21a5ee(0xdd)](_0x1842dd)?_0xf1d3c7[_0x21a5ee(0xdc)]():_0x1842dd[_0x21a5ee(0x13a)](_0x5c1320)?_0x5c1320=_0x1842dd[_0x21a5ee(0xe9)]:_0x1842dd[_0x21a5ee(0x13a)](_0xe88c57)&&(_0xe88c57=_0x1842dd[_0x21a5ee(0x1cb)]);continue;}_0x5c1320=_0x5c1320[_0x21a5ee(0x17e)](_0x1842dd[_0x21a5ee(0x1cb)])?_0x5c1320:_0x1842dd[_0x21a5ee(0x1cb)],_0xe88c57=_0xe88c57[_0x21a5ee(0xab)](_0x1842dd[_0x21a5ee(0xe9)])?_0xe88c57:_0x1842dd[_0x21a5ee(0xe9)],_0x3d45e6=Object[_0x21a5ee(0xd4)]({},_0xf1d3c7[_0x21a5ee(0xd1)]),_0x48273f?_0x1842dd[_0x21a5ee(0x1cb)][_0x21a5ee(0x17e)](_0x48273f[_0x21a5ee(0x1b4)]()[_0x21a5ee(0x1cb)])?(_0x48273f[_0x21a5ee(0xdc)](),_0x48273f=_0xf1d3c7):_0xf1d3c7[_0x21a5ee(0xdc)]():_0x48273f=_0xf1d3c7;}}}if(_0x48273f)return this[_0x21a5ee(0x242)](_0x48273f,this[_0x21a5ee(0x1d5)][_0x21a5ee(0x176)](_0x5c1320,_0xe88c57)),_0x48273f;{const _0x408f70=_0x5799e1(),_0x100bba=this[_0x21a5ee(0x1d5)][_0x21a5ee(0x176)](_0x5c1320,_0xe88c57),_0x523883=_0x1dacfd['id'],_0x499f0a=_0x17cb4b?_0x21a5ee(0x16e)+_0x17cb4b:_0x21a5ee(0xe1),_0x379c8b=this[_0x21a5ee(0x1d8)]({'id':_0x408f70,'type':_0x499f0a,'createdAt':new Date(),'authorId':_0x523883,'attributes':_0x3d45e6});return this[_0x21a5ee(0x121)](_0x499f0a,_0x408f70,_0x523883,_0x100bba),_0x379c8b;}}[_0x2df3e8(0x1b9)](_0xd144e5,_0x294e8a=_0x2df3e8(0x139),_0x2269cf={}){const _0x5580ac=_0x2df3e8,_0x39f93d=this[_0x5580ac(0x1f5)][_0x5580ac(0x14d)][_0x5580ac(0xfd)](_0x5580ac(0xee))['me'],_0x48a366=_0xd144e5[_0x5580ac(0x251)](_0x3ca81e=>new _0x207336(_0x3ca81e[_0x5580ac(0x1cb)],_0x3ca81e[_0x5580ac(0xe9)])),_0x1a1761=new Set();for(const {suggestion:_0x491baa,meta:_0x4b09c4}of this[_0x5580ac(0x218)](_0x48a366,_0x5580ac(0x117)))_0x4b09c4[_0x5580ac(0x244)]&&!_0x4b09c4[_0x5580ac(0x253)]&&_0x1a1761[_0x5580ac(0xa6)](_0x491baa);for(const _0x4e9989 of _0x1a1761)if(_0x4e9989[_0x5580ac(0x22c)]){const _0x3b2b75=_0x4e9989[_0x5580ac(0x14f)]();(!_0x4e9989[_0x5580ac(0xd1)]||!_0x4e9989[_0x5580ac(0xd1)][_0x5580ac(0x128)])&&(_0x3b2b75[_0x5580ac(0x13b)](_0x10c900=>_0x48a366[_0x5580ac(0x1ff)](_0x27ecd0=>_0x27ecd0[_0x5580ac(0xdd)](_0x10c900,!0x0)))&&_0x4e9989[_0x5580ac(0x1b6)]());if(_0x48a366[_0x5580ac(0x13b)](_0x226bb2=>_0x3b2b75[_0x5580ac(0x1ff)](_0x4a91a4=>_0x4a91a4[_0x5580ac(0xdd)](_0x226bb2,!0x0)))){const _0x80f9ca=this[_0x5580ac(0x131)][_0x5580ac(0x234)](_0x5580ac(0xe1),_0x294e8a,_0x5580ac(0x1e1));return this[_0x5580ac(0x156)](()=>_0x80f9ca(_0xd144e5,null,_0x2269cf)),null;}}else{const _0x3ce93f=_0x4e9989[_0x5580ac(0x1b4)]();_0x48a366[_0x5580ac(0x1ff)](_0x6f949d=>_0x6f949d[_0x5580ac(0xdd)](_0x3ce93f,!0x0))&&_0x4e9989[_0x5580ac(0x1b6)]();if(_0x48a366[_0x5580ac(0x13b)](_0x2692a0=>_0x3ce93f[_0x5580ac(0xdd)](_0x2692a0,!0x0))){const _0x96c622=this[_0x5580ac(0x131)][_0x5580ac(0x234)](_0x5580ac(0xe1),_0x294e8a,_0x5580ac(0x1e1));return this[_0x5580ac(0x156)](()=>_0x96c622(_0x48a366,null,_0x2269cf)),null;}}const _0x218151=this[_0x5580ac(0x131)][_0x5580ac(0x234)](_0x5580ac(0xe1),_0x294e8a,_0x5580ac(0x257));let _0x36f692=null;for(const _0x40d020 of this[_0x5580ac(0x108)]())if(_0x40d020[_0x5580ac(0x189)]['id']==_0x39f93d['id']&&_0x40d020[_0x5580ac(0x227)]&&_0x5580ac(0xe1)==_0x40d020[_0x5580ac(0x196)]&&_0x40d020[_0x5580ac(0xdf)]==_0x294e8a&&Pt(_0x40d020,_0x2269cf)&&(_0x218151(_0x40d020[_0x5580ac(0x14f)](),_0x48a366)||_0x218151(_0x48a366,_0x40d020[_0x5580ac(0x14f)]()))){if(_0x36f692){if(_0x40d020[_0x5580ac(0x177)]&&_0x40d020[_0x5580ac(0x177)][_0x5580ac(0x1fe)])continue;for(const _0x418896 of _0x40d020[_0x5580ac(0x14f)]())_0x36f692[_0x5580ac(0xb4)](_0x418896)||_0x36f692[_0x5580ac(0xdb)](_0x418896);_0x40d020[_0x5580ac(0xdc)]();}else{_0x36f692=_0x40d020;for(const _0x2b5bfa of _0x48a366)_0x40d020[_0x5580ac(0xb4)](_0x2b5bfa)||_0x40d020[_0x5580ac(0xdb)](_0x2b5bfa);}}if(_0x36f692)return _0x36f692;_0x1a1761[_0x5580ac(0xc3)]();for(const {suggestion:_0x204377,meta:_0x99a1b5}of this[_0x5580ac(0x218)](_0x48a366,_0x5580ac(0xe1)))_0x99a1b5[_0x5580ac(0x244)]&&(this[_0x5580ac(0x212)]||!_0x99a1b5[_0x5580ac(0x219)]&&!_0x99a1b5[_0x5580ac(0x1be)])&&Pt(_0x204377,_0x2269cf)&&_0x1a1761[_0x5580ac(0xa6)](_0x204377);for(const _0x160c58 of _0x1a1761){const _0x16b140=_0x160c58[_0x5580ac(0x14f)]();if(!_0x2269cf||!_0x2269cf[_0x5580ac(0x128)]){if(_0x48a366[_0x5580ac(0x13b)](_0x1b82a7=>_0x16b140[_0x5580ac(0x1ff)](_0x2eb325=>_0x2eb325[_0x5580ac(0xdd)](_0x1b82a7,!0x0))))return _0x160c58;}(!_0x160c58[_0x5580ac(0xd1)]||!_0x160c58[_0x5580ac(0xd1)][_0x5580ac(0x128)])&&(_0x16b140[_0x5580ac(0x13b)](_0x184859=>_0x48a366[_0x5580ac(0x1ff)](_0x1cde0b=>_0x1cde0b[_0x5580ac(0xdd)](_0x184859,!0x0)))&&_0x160c58[_0x5580ac(0x1b6)]());}const _0x162d6d=_0x5799e1(),_0x4517cb=_0x39f93d['id'],_0x251a1c=_0x5580ac(0x16e)+_0x294e8a,_0xd9d84e=this[_0x5580ac(0x1d8)]({'id':_0x162d6d,'type':_0x251a1c,'createdAt':new Date(),'authorId':_0x4517cb,'attributes':_0x2269cf});for(const _0x30abe9 of _0x48a366)_0x30abe9[_0x5580ac(0x235)](),_0x30abe9[_0x5580ac(0x1d6)]||_0x5580ac(0x1ab)==_0x30abe9[_0x5580ac(0x1b7)][_0x5580ac(0x1a5)]||this[_0x5580ac(0x121)](_0x251a1c,_0x162d6d,_0x4517cb,_0x30abe9,_0x4fb457[_0x5580ac(0x179)]());return _0xd9d84e;}[_0x2df3e8(0x1a0)](_0x389b4c,_0x42a4ee,_0x305e49,_0x5ce581,_0x749c7a){const _0x37d963=_0x2df3e8;if(_0x389b4c[_0x37d963(0x1d6)])return[];if(_0x37d963(0x20f)===this[_0x37d963(0xfa)])return[];const _0x99114d=this[_0x37d963(0x1f5)][_0x37d963(0x14d)][_0x37d963(0xfd)](_0x37d963(0xee))['me']['id'],_0x55f4b7=Array[_0x37d963(0x140)](this[_0x37d963(0x102)][_0x37d963(0xb9)]())[_0x37d963(0xd0)](_0xbbe548=>_0x37d963(0x254)==_0xbbe548[_0x37d963(0x196)]&&_0xbbe548[_0x37d963(0x13e)][_0x37d963(0xd6)]==_0x42a4ee&&_0xbbe548[_0x37d963(0xb4)](_0x389b4c));if(_0x37d963(0x1d3)===this[_0x37d963(0xfa)]){const _0x29c6ca=this[_0x37d963(0x218)](_0x389b4c,_0x37d963(0x117))[_0x37d963(0xd0)](({meta:_0x49826c})=>_0x49826c[_0x37d963(0x244)]&&!_0x49826c[_0x37d963(0x1be)]&&!_0x49826c[_0x37d963(0x253)])[_0x37d963(0x251)](({suggestion:_0x2979c8})=>_0x2979c8);_0x55f4b7[_0x37d963(0x1a4)](..._0x29c6ca);}const _0x2ab748=new Map([[_0x389b4c,_0x305e49]]);for(const _0x131595 of _0x55f4b7){const _0x13f7b3=_0x37d963(0x254)==_0x131595[_0x37d963(0x196)]?_0x131595[_0x37d963(0x13e)][_0x37d963(0x1bc)]:void 0x0,_0x229348=_0x131595[_0x37d963(0x1b4)](),_0xb29b24=Array[_0x37d963(0x140)](_0x2ab748[_0x37d963(0x249)]())[_0x37d963(0x151)](_0x57e9e6=>_0x57e9e6[_0x37d963(0xcd)](_0x229348));if(!_0xb29b24)continue;const _0x4b8f82=_0xb29b24[_0x37d963(0x157)](_0x229348);this[_0x37d963(0x226)](_0x42a4ee)&&_0x37d963(0x117)==_0x131595[_0x37d963(0x196)]&&0x0!=_0x4b8f82[_0x37d963(0x1fe)]||(_0x2ab748[_0x37d963(0x14c)](_0xb29b24),_0x4b8f82[_0x37d963(0x20c)](_0x3d99aa=>{const _0x504747=_0x37d963;_0x2ab748[_0x504747(0x191)](_0x3d99aa,_0x305e49);}),_0x37d963(0x117)!=_0x131595[_0x37d963(0x196)]&&_0x13f7b3!=_0x5ce581&&_0x2ab748[_0x37d963(0x191)](_0xb29b24[_0x37d963(0xda)](_0x229348),_0x13f7b3));}const _0xb09569=[];for(const [_0x5bf258,_0x2bd8c8]of _0x2ab748){const _0x4b89d5=_0x5799e1(),_0x32f0f7={'key':_0x42a4ee,'oldValue':_0x2bd8c8,'newValue':_0x5ce581};_0x42a4ee[_0x37d963(0x1fe)]>0x25&&console[_0x37d963(0x101)](_0x37d963(0x20d),{'key':_0x42a4ee});const _0x2c7fbc=(_0x37d963(0x20b)+(_0x42a4ee+'|'+Et({'newValue':_0x5ce581})))[_0x37d963(0xfc)](0x0,0x3c),_0x347dff=this[_0x37d963(0x1d8)]({'id':_0x4b89d5,'type':_0x2c7fbc,'data':_0x32f0f7,'createdAt':new Date(),'authorId':_0x99114d,'attributes':_0x749c7a});_0xb09569[_0x37d963(0x1cf)](_0x347dff),this[_0x37d963(0x121)](_0x2c7fbc,_0x4b89d5,_0x99114d,_0x5bf258);}return _0xb09569;}[_0x2df3e8(0x106)](_0x238407){const _0x2a6f66=_0x2df3e8;this[_0x2a6f66(0x228)][_0x2a6f66(0xa6)](_0x238407);}[_0x2df3e8(0x1e7)](_0x150c31){const _0x2f12ad=_0x2df3e8;this[_0x2f12ad(0x1bd)][_0x2f12ad(0xa6)](_0x150c31);}[_0x2df3e8(0x205)](_0x374735,_0x45b54d=[],_0x262a8b=[]){const _0x5d89da=_0x2df3e8;this[_0x5d89da(0x1a1)](_0x374735,(_0x5a93d9,..._0x2145a5)=>{const _0x5ea659=_0x5d89da;this[_0x5ea659(0xc9)](()=>{_0x5a93d9(..._0x2145a5);});});for(const _0xc21476 of _0x45b54d)this[_0x5d89da(0x1e7)](_0xc21476);for(const _0x4bd6b0 of _0x262a8b)this[_0x5d89da(0x106)](_0x4bd6b0);}[_0x2df3e8(0xd3)](_0x38e19d){const _0x2c2050=_0x2df3e8;return _0x2c2050(0x254)==_0x38e19d[_0x2c2050(0x196)]?_0x38e19d[_0x2c2050(0xdf)][_0x2c2050(0x14b)]('|')[0x0]:null;}[_0x2df3e8(0x242)](_0x275a85,_0x5879ca){const _0x34e7ab=_0x2df3e8,_0xaba25e=_0x275a85[_0x34e7ab(0x188)]();this[_0x34e7ab(0x1d5)][_0x34e7ab(0x190)](_0x386183=>{const _0x1b3eda=_0x34e7ab;_0x386183[_0x1b3eda(0x22b)](_0xaba25e,{'range':_0x5879ca});});}[_0x2df3e8(0x223)](_0x511e7f){const _0x10cd3c=_0x2df3e8,_0x1f8147=_0x511e7f['id'],_0x4656a7=this[_0x10cd3c(0x1f5)][_0x10cd3c(0x152)][_0x10cd3c(0xfd)](_0x10cd3c(0x22a));this[_0x10cd3c(0x243)][_0x10cd3c(0xde)](_0x1f8147)||this[_0x10cd3c(0x243)][_0x10cd3c(0x23f)]({'channelId':_0x4656a7,'threadId':_0x1f8147,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x40a58b=this[_0x10cd3c(0x243)][_0x10cd3c(0xd8)](_0x1f8147);_0x40a58b[_0x10cd3c(0x11f)](_0x10cd3c(0xf6)),_0x40a58b[_0x10cd3c(0xf6)]=!0x1,_0x511e7f[_0x10cd3c(0x177)]=_0x40a58b;}[_0x2df3e8(0x153)](_0x215efe,_0x3b20a6,_0xe7d001,_0x160f0){const _0x256070=_0x2df3e8;if(_0x215efe[_0x256070(0x196)]!=_0x3b20a6||_0x215efe[_0x256070(0xdf)]!=_0xe7d001||_0x215efe[_0x256070(0x1b2)]['id']!=_0x160f0)throw this[_0x256070(0x1f5)][_0x256070(0x162)](_0x256070(0x198)),new _0x1ae0db(_0x256070(0x198),this);}[_0x2df3e8(0x155)](_0x41da69,_0x559d5b){const _0x2239cd=_0x2df3e8,_0x146ada=_0x41da69[_0x2239cd(0x1b4)]();if(_0x559d5b[_0x2239cd(0x1f8)](_0x146ada))_0x41da69[_0x2239cd(0xdc)]();else{if(_0x146ada[_0x2239cd(0xdd)](_0x559d5b)){const _0x23380f=this[_0x2239cd(0x1d5)][_0x2239cd(0xc7)](_0x559d5b[_0x2239cd(0x1cb)][_0x2239cd(0x19f)],_0x2239cd(0xe9));this[_0x2239cd(0x242)](_0x41da69,this[_0x2239cd(0x1d5)][_0x2239cd(0x176)](_0x146ada[_0x2239cd(0x1cb)],_0x23380f));const _0x428430=_0x5799e1(),_0x8163d6=_0x41da69[_0x2239cd(0x1b2)]['id'],_0x5dbf8d=_0x41da69[_0x2239cd(0x196)]+':'+_0x41da69[_0x2239cd(0xdf)];this[_0x2239cd(0x1d8)]({'id':_0x428430,'type':_0x5dbf8d,'createdAt':new Date(),'authorId':_0x8163d6,'data':_0x41da69[_0x2239cd(0x13e)],'attributes':_0x41da69[_0x2239cd(0xd1)]});const _0x3fa51d=this[_0x2239cd(0x1d5)][_0x2239cd(0xc7)](_0x559d5b[_0x2239cd(0xe9)][_0x2239cd(0x13f)],_0x2239cd(0x146)),_0x3927f3=this[_0x2239cd(0x1d5)][_0x2239cd(0x176)](_0x3fa51d,_0x146ada[_0x2239cd(0xe9)]);this[_0x2239cd(0x121)](_0x5dbf8d,_0x428430,_0x8163d6,_0x3927f3);}else{if(_0x146ada[_0x2239cd(0x13a)](_0x559d5b[_0x2239cd(0x1cb)])){const _0x22a45a=this[_0x2239cd(0x1d5)][_0x2239cd(0xc7)](_0x559d5b[_0x2239cd(0x1cb)][_0x2239cd(0x19f)],_0x2239cd(0xe9));this[_0x2239cd(0x242)](_0x41da69,this[_0x2239cd(0x1d5)][_0x2239cd(0x176)](_0x146ada[_0x2239cd(0x1cb)],_0x22a45a));}else{const _0xc86b6f=this[_0x2239cd(0x1d5)][_0x2239cd(0xc7)](_0x559d5b[_0x2239cd(0xe9)][_0x2239cd(0x13f)],_0x2239cd(0x146));this[_0x2239cd(0x242)](_0x41da69,this[_0x2239cd(0x1d5)][_0x2239cd(0x176)](_0xc86b6f,_0x146ada[_0x2239cd(0xe9)]));}}}}[_0x2df3e8(0x13d)](_0x591346){const _0x3837b4=_0x2df3e8;for(const {suggestion:_0x38b044,meta:_0x333e41}of this[_0x3837b4(0x218)](_0x591346,_0x3837b4(0x117))){if(!_0x333e41[_0x3837b4(0x244)])continue;const _0xdb9547=_0x38b044[_0x3837b4(0x14f)]();for(const _0x9b1fef of _0xdb9547)if(!_0x591346[_0x3837b4(0x157)](_0x9b1fef)[_0x3837b4(0x1fe)])return!0x0;}return!0x1;}[_0x2df3e8(0x1ea)](_0x1fe916){const _0x531f08=_0x2df3e8,_0x582006=this[_0x531f08(0x1f5)][_0x531f08(0x14d)][_0x531f08(0xfd)](_0x531f08(0xee))[_0x531f08(0x132)](_0x1fe916);if(!_0x582006)throw new _0x1ae0db(_0x531f08(0x1cc),this);return _0x582006;}[_0x2df3e8(0x255)](_0x1de9c2){const _0x506d3e=_0x2df3e8,_0x1d9ea8=this[_0x506d3e(0x1f5)][_0x506d3e(0x14d)][_0x506d3e(0xfd)](_0x506d3e(0xee)),_0x1b115c=_0x208db8(_0x506d3e(0x1e3)+_0x1de9c2),_0x4e1fb1=_0x1d9ea8[_0x506d3e(0x132)](_0x1b115c);return _0x4e1fb1||_0x1d9ea8[_0x506d3e(0x134)]({'id':_0x1b115c,'name':_0x1de9c2});}[_0x2df3e8(0xbe)](_0x59f042,_0x69b1d3,_0x25c507,_0x1af853,_0x285525){const _0x5d69ac=_0x2df3e8,_0x189bb4=this[_0x5d69ac(0x1ea)](_0x1af853),_0x366557=this[_0x5d69ac(0x131)][_0x5d69ac(0xea)](_0x59f042,_0x69b1d3,_0x25c507,_0x189bb4,_0x285525,_0x2825c3=>{const _0x2c1b96=_0x5d69ac;this[_0x2c1b96(0x208)](_0x25c507,{'attributes':_0x2825c3});const _0x4a5286=this[_0x2c1b96(0x229)](_0x25c507);this[_0x2c1b96(0xf8)](new Set([_0x4a5286])),this[_0x2c1b96(0xf9)](new Set([_0x4a5286]));});return this[_0x5d69ac(0x136)](_0x366557,_0x5d69ac(0x1e1),()=>{const _0x481af1=_0x5d69ac;this[_0x481af1(0x208)](_0x25c507,{'state':_0x481af1(0x197)});},{'priority':_0x5d69ac(0x138)}),this[_0x5d69ac(0x136)](_0x366557,_0x5d69ac(0x1b6),()=>{const _0x956018=_0x5d69ac;this[_0x956018(0x208)](_0x25c507,{'state':_0x956018(0xd7)});},{'priority':_0x5d69ac(0x138)}),this[_0x5d69ac(0x102)][_0x5d69ac(0x191)](_0x25c507,_0x366557),this[_0x5d69ac(0x122)][_0x5d69ac(0x191)](_0x366557,_0x5d69ac(0x21d)),_0x366557;}[_0x2df3e8(0x11a)](_0x32f740){const _0x56aba8=_0x2df3e8,_0x2fb529=_0x32f740[_0x56aba8(0x14b)](':');return{'group':_0x2fb529[0x0],'type':_0x2fb529[0x1],'subType':_0x2fb529[_0x56aba8(0x1fe)]>=0x5?_0x2fb529[0x2]:null,'id':_0x2fb529[_0x56aba8(0x1fe)]<0x5?_0x2fb529[0x2]:_0x2fb529[0x3],'authorId':_0x2fb529[_0x56aba8(0x1fe)]<0x5?_0x2fb529[0x3]:_0x2fb529[0x4],'markerCount':0x6==_0x2fb529[_0x56aba8(0x1fe)]?_0x2fb529[0x5]:null};}[_0x2df3e8(0xcb)](_0x202945,_0x11f9f4,_0x2f449a){const _0x4de415=_0x2df3e8,_0x48b6a4=_0x202945[_0x4de415(0x1b4)](),_0x4a2488=_0x48b6a4[_0x4de415(0x1cb)],_0x2fc60f=_0x48b6a4[_0x4de415(0xe9)];this[_0x4de415(0x242)](_0x202945,this[_0x4de415(0x1d5)][_0x4de415(0x176)](_0x4a2488,_0x11f9f4));const _0x41df79=_0x5799e1(),_0x4f8893=_0x202945[_0x4de415(0x1b2)]['id'],_0x3c46dc=_0x202945[_0x4de415(0x196)]+(_0x202945[_0x4de415(0xdf)]?':'+_0x202945[_0x4de415(0xdf)]:'');this[_0x4de415(0x1d8)]({'id':_0x41df79,'type':_0x3c46dc,'createdAt':new Date(),'authorId':_0x4f8893,'originalSuggestionId':_0x202945['id'],'attributes':_0x202945[_0x4de415(0xd1)],'data':_0x202945[_0x4de415(0x13e)]});const _0x4d5edf=this[_0x4de415(0xd3)](_0x202945);(_0x4de415(0x19b)==_0x202945[_0x4de415(0x196)]||_0x4d5edf&&this[_0x4de415(0x226)](_0x4d5edf))&&(_0x2f449a=this[_0x4de415(0x1d5)][_0x4de415(0xbc)](_0x2f449a[_0x4de415(0x13f)])),this[_0x4de415(0x121)](_0x3c46dc,_0x41df79,_0x4f8893,this[_0x4de415(0x1d5)][_0x4de415(0x176)](_0x2f449a,_0x2fc60f));}[_0x2df3e8(0x218)](_0x3c6900,_0x21bda8=null){const _0x1bdc5c=_0x2df3e8,_0x16687e=[],_0x3ccc8b=this[_0x1bdc5c(0x1f5)][_0x1bdc5c(0x14d)][_0x1bdc5c(0xfd)](_0x1bdc5c(0xee))['me'];Array[_0x1bdc5c(0x239)](_0x3c6900)||(_0x3c6900=[_0x3c6900]);for(const _0x3305e7 of this[_0x1bdc5c(0x108)]()){if(!_0x3305e7[_0x1bdc5c(0x227)])continue;if(_0x21bda8&&_0x3305e7[_0x1bdc5c(0x196)]!=_0x21bda8)continue;let _0x2beb07=!0x1;for(const _0x2bb104 of _0x3305e7[_0x1bdc5c(0x14f)]()){for(const _0x36b21e of _0x3c6900){const _0x3f6e09=_0x36b21e[_0x1bdc5c(0x1cb)][_0x1bdc5c(0x1f8)](_0x2bb104[_0x1bdc5c(0xe9)])||_0x36b21e[_0x1bdc5c(0xe9)][_0x1bdc5c(0x1f8)](_0x2bb104[_0x1bdc5c(0x1cb)]);if(_0x3f6e09||_0x36b21e[_0x1bdc5c(0xda)](_0x2bb104)){const _0xaf4136=_0x36b21e[_0x1bdc5c(0xdd)](_0x2bb104)&&xt(this[_0x1bdc5c(0x1d5)][_0x1bdc5c(0x175)],_0x2bb104[_0x1bdc5c(0x1cb)],_0x36b21e),_0x17f998=_0x2bb104[_0x1bdc5c(0xdd)](_0x36b21e)&&xt(this[_0x1bdc5c(0x1d5)][_0x1bdc5c(0x175)],_0x36b21e[_0x1bdc5c(0x1cb)],_0x2bb104);_0x16687e[_0x1bdc5c(0x1cf)]({'suggestion':_0x3305e7,'meta':{'isOwn':_0x3ccc8b==_0x3305e7[_0x1bdc5c(0x189)],'isNextTo':_0x3f6e09,'isInsideObject':_0xaf4136,'containsRangeInObject':_0x17f998}}),_0x2beb07=!0x0;break;}}if(_0x2beb07)break;}}return _0x16687e;}[_0x2df3e8(0x121)](_0xbb3b61,_0x7c9d44,_0x4185e3,_0x3990,_0x436c86){const _0x1e63c7=_0x2df3e8;this[_0x1e63c7(0x1d5)][_0x1e63c7(0x190)](_0x460b56=>{const _0x1513d4=_0x1e63c7;let _0x559b94=_0x1513d4(0x12f)+_0xbb3b61+':'+_0x7c9d44+':'+_0x4185e3;_0x436c86&&(_0x559b94=_0x559b94+':'+_0x436c86),_0x460b56[_0x1513d4(0x148)](_0x559b94,{'range':_0x3990,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x2df3e8(0xae)](_0x2431fd){const _0x159511=_0x2df3e8,_0x34fd41=_0x2431fd[_0x159511(0x18b)],_0x2bee62=_0x2431fd[_0x159511(0x233)];_0x2431fd[_0x159511(0x18b)]=null,_0x2431fd[_0x159511(0x233)]=null,null!=_0x34fd41&&_0x34fd41[_0x159511(0x233)]==_0x2431fd&&(_0x34fd41[_0x159511(0x233)]=_0x2bee62),null!=_0x2bee62&&_0x2bee62[_0x159511(0x18b)]==_0x2431fd&&(_0x2bee62[_0x159511(0x18b)]=_0x34fd41),_0x159511(0x23b)==this[_0x159511(0x122)][_0x159511(0xfd)](_0x2431fd)&&(this[_0x159511(0x122)][_0x159511(0x191)](_0x2431fd,_0x159511(0x237)),this[_0x159511(0x225)](_0x159511(0x1d4),_0x2431fd,_0x34fd41,_0x2bee62));}[_0x2df3e8(0x1d8)](_0x438d9a){const _0x257b36=_0x2df3e8,_0x6c6a18=_0x438d9a['id'],_0x90d09b=this[_0x257b36(0x166)](_0x438d9a);if(this[_0x257b36(0x154)]&&this[_0x257b36(0x154)][_0x257b36(0x147)]){const _0x55eb01=this[_0x257b36(0x1f5)][_0x257b36(0x14d)][_0x257b36(0xfd)](_0x257b36(0x1de)),_0x51dad8=_0x90d09b[_0x257b36(0x1f2)],_0x3ea13e=_0x90d09b[_0x257b36(0xdf)]?_0x90d09b[_0x257b36(0x196)]+':'+_0x90d09b[_0x257b36(0xdf)]:_0x90d09b[_0x257b36(0x196)],_0x13f806=this[_0x257b36(0x1f5)][_0x257b36(0x252)],_0x157350=_0x55eb01[_0x257b36(0xa6)](_0x2de0fb(_0x13f806,_0x257b36(0xbb))),_0x29227c={'id':_0x6c6a18,'type':_0x3ea13e,'hasComments':_0x51dad8,'data':_0x438d9a[_0x257b36(0x13e)]||null,'originalSuggestionId':_0x438d9a[_0x257b36(0xbd)]||null,'attributes':_0x90d09b[_0x257b36(0xd1)]};this[_0x257b36(0x154)][_0x257b36(0x147)](_0x29227c)[_0x257b36(0x1f1)](_0x362769=>{const _0x2e5331=_0x257b36;_0x90d09b[_0x2e5331(0x24f)]=!0x0,_0x55eb01[_0x2e5331(0x169)](_0x157350),_0x362769&&_0x362769[_0x2e5331(0x182)]&&(this[_0x2e5331(0x102)][_0x2e5331(0xfd)](_0x6c6a18)[_0x2e5331(0x182)]=_0x362769[_0x2e5331(0x182)]);})[_0x257b36(0x1ad)](_0x4ab2b8=>{const _0x25e499=_0x257b36;throw _0x26aeda(_0x25e499(0x10d)),this[_0x25e499(0x1f5)][_0x25e499(0x195)][_0x25e499(0x10a)]({'isUndoable':!0x1},()=>{const _0x46244d=_0x25e499;_0x90d09b[_0x46244d(0x1b6)]();}),_0x90d09b[_0x25e499(0x1e9)](),this[_0x25e499(0x102)][_0x25e499(0x14c)](_0x90d09b['id']),this[_0x25e499(0x122)][_0x25e499(0x14c)](_0x90d09b),_0x4ab2b8;});}return _0x90d09b;}[_0x2df3e8(0x226)](_0x126a56){const _0x1a2ffc=_0x2df3e8;return this[_0x1a2ffc(0x228)][_0x1a2ffc(0x22d)](_0x126a56);}[_0x2df3e8(0x208)](_0x267bc1,_0x3f0c7f){const _0x14c7fb=_0x2df3e8,_0x10c995=this[_0x14c7fb(0x1f5)][_0x14c7fb(0x14d)][_0x14c7fb(0xfd)](_0x14c7fb(0x1de)),_0x39aa0e=this[_0x14c7fb(0x229)](_0x267bc1);if(this[_0x14c7fb(0x154)]&&this[_0x14c7fb(0x154)][_0x14c7fb(0x127)]){if(_0x39aa0e[_0x14c7fb(0x24f)]){const _0x10d92f=_0x10c995[_0x14c7fb(0xa6)](_0x2de0fb(this[_0x14c7fb(0x1f5)][_0x14c7fb(0x252)],_0x14c7fb(0xbb)));this[_0x14c7fb(0x154)][_0x14c7fb(0x127)](_0x267bc1,_0x3f0c7f)[_0x14c7fb(0x1f1)](()=>{const _0x561ce5=_0x14c7fb;_0x10c995[_0x561ce5(0x169)](_0x10d92f);});}else _0x39aa0e['on'](_0x14c7fb(0x18a),()=>{const _0x2c9b0f=_0x14c7fb;this[_0x2c9b0f(0x208)](_0x267bc1,_0x3f0c7f);});}}[_0x2df3e8(0x15e)](_0x4e1713){const _0x5bf2e6=_0x2df3e8;if(!this[_0x5bf2e6(0x154)]||!this[_0x5bf2e6(0x154)][_0x5bf2e6(0x229)])throw new _0x1ae0db(_0x5bf2e6(0x16b),this);return this[_0x5bf2e6(0x154)][_0x5bf2e6(0x229)](_0x4e1713);}[_0x2df3e8(0x221)](_0x15733d){const _0x18e193=_0x2df3e8,{id:_0x5b2891,type:_0x433135,subType:_0x508d,authorId:_0x5b3a00}=this[_0x18e193(0x11a)](_0x15733d),_0x17d8b4=this[_0x18e193(0x102)][_0x18e193(0xfd)](_0x5b2891)||this[_0x18e193(0xbe)](_0x433135,_0x508d,_0x5b2891,_0x5b3a00,{});switch(this[_0x18e193(0x153)](_0x17d8b4,_0x433135,_0x508d,_0x5b3a00),this[_0x18e193(0x122)][_0x18e193(0xfd)](_0x17d8b4)){case _0x18e193(0x21d):this[_0x18e193(0x15e)](_0x5b2891)[_0x18e193(0x1f1)](_0x30bdda=>{const _0x19e243=_0x18e193;let _0x3f8eff=Promise[_0x19e243(0x161)]();_0x30bdda[_0x19e243(0x1f2)]&&(_0x3f8eff=this[_0x19e243(0x243)][_0x19e243(0x125)]({'channelId':this[_0x19e243(0x1f5)][_0x19e243(0x152)][_0x19e243(0xfd)](_0x19e243(0x22a)),'threadId':_0x5b2891})),_0x3f8eff[_0x19e243(0x1f1)](()=>{const _0x3fecf6=_0x19e243;this[_0x3fecf6(0x166)](_0x30bdda)[_0x3fecf6(0x24f)]=!0x0;});}),this[_0x18e193(0x122)][_0x18e193(0x191)](_0x17d8b4,_0x18e193(0x224));break;case _0x18e193(0x237):this[_0x18e193(0x208)](_0x5b2891,{'state':_0x18e193(0x11c)});case _0x18e193(0x135):this[_0x18e193(0x122)][_0x18e193(0x191)](_0x17d8b4,_0x18e193(0x23b)),this[_0x18e193(0x225)](_0x18e193(0x12c),_0x17d8b4);break;case _0x18e193(0x23b):this[_0x18e193(0x225)](_0x18e193(0x1fc),_0x17d8b4);}return _0x17d8b4[_0x18e193(0x1aa)](_0x15733d),_0x17d8b4;}[_0x2df3e8(0xf9)](_0x122443){const _0x4a74a1=_0x2df3e8,_0xac46c3=Array[_0x4a74a1(0x140)](_0x122443),_0x1bb800=_0xac46c3[_0x4a74a1(0xd0)](_0x1dc1fb=>_0x4a74a1(0x254)==_0x1dc1fb[_0x4a74a1(0x196)]);this[_0x4a74a1(0xa9)](_0x1bb800);const _0x17754f=_0xac46c3[_0x4a74a1(0xd0)](_0x336b66=>!_0x336b66[_0x4a74a1(0x22c)]&&_0x4a74a1(0x254)!=_0x336b66[_0x4a74a1(0x196)]),_0xf33bc8=this[_0x4a74a1(0x108)]({'skipNotAttached':!0x0})[_0x4a74a1(0xd0)](_0x2d19dd=>!_0x2d19dd[_0x4a74a1(0x22c)]&&_0x4a74a1(0x254)!=_0x2d19dd[_0x4a74a1(0x196)]),_0x2d876f=_0xf33bc8[_0x4a74a1(0xd0)](_0x44a25f=>!_0x122443[_0x4a74a1(0x22d)](_0x44a25f)),_0x2a5821=new Map(_0xf33bc8[_0x4a74a1(0x251)](_0xfd2ca1=>[_0xfd2ca1,this[_0x4a74a1(0x131)][_0x4a74a1(0x234)](_0xfd2ca1[_0x4a74a1(0x196)],_0xfd2ca1[_0x4a74a1(0xdf)],_0x4a74a1(0x181))])),_0xece333=new Map(_0xf33bc8[_0x4a74a1(0x251)](_0x2d4102=>[_0x2d4102,_0x2d4102[_0x4a74a1(0x1b4)]()])),_0x20ba41=new Set(),_0x4b3ee1=new Set();for(let _0x928ba8=0x0;_0x928ba8<_0x17754f[_0x4a74a1(0x1fe)];_0x928ba8++)_0x741b81(_0x17754f[_0x928ba8],_0x17754f,_0x928ba8+0x1);for(let _0x4f95b5=0x0;_0x4f95b5<_0x17754f[_0x4a74a1(0x1fe)];_0x4f95b5++)_0x741b81(_0x17754f[_0x4f95b5],_0x2d876f,0x0);const _0x3ebed6=new Set();for(let _0x190b27=0x0;_0x190b27<_0x17754f[_0x4a74a1(0x1fe)];_0x190b27++){const _0x3d1bd4=_0x17754f[_0x190b27];!_0x4b3ee1[_0x4a74a1(0x22d)](_0x3d1bd4)&&_0x3d1bd4[_0x4a74a1(0x18b)]&&(_0x3ebed6[_0x4a74a1(0xa6)](_0x3d1bd4[_0x4a74a1(0x18b)]),_0x3d1bd4[_0x4a74a1(0x18b)][_0x4a74a1(0x233)]===_0x3d1bd4&&(_0x3d1bd4[_0x4a74a1(0x18b)][_0x4a74a1(0x233)]=null),_0x3d1bd4[_0x4a74a1(0x18b)]=null),!_0x20ba41[_0x4a74a1(0x22d)](_0x3d1bd4)&&_0x3d1bd4[_0x4a74a1(0x233)]&&(_0x3ebed6[_0x4a74a1(0xa6)](_0x3d1bd4[_0x4a74a1(0x233)]),_0x3d1bd4[_0x4a74a1(0x233)][_0x4a74a1(0x18b)]===_0x3d1bd4&&(_0x3d1bd4[_0x4a74a1(0x233)][_0x4a74a1(0x18b)]=null),_0x3d1bd4[_0x4a74a1(0x233)]=null);}function _0x741b81(_0x567755,_0x451f52,_0x3387c7){const _0x5884a1=_0x4a74a1;for(let _0x23d082=_0x3387c7;_0x23d082<_0x451f52[_0x5884a1(0x1fe)];_0x23d082++){const _0x30a410=_0x14de8f(_0x567755,_0x451f52[_0x23d082]);_0x30a410&&(_0x30a410[0x0][_0x5884a1(0x233)]=_0x30a410[0x1],_0x30a410[0x1][_0x5884a1(0x18b)]=_0x30a410[0x0],_0x20ba41[_0x5884a1(0xa6)](_0x30a410[0x0]),_0x4b3ee1[_0x5884a1(0xa6)](_0x30a410[0x1]));}}function _0x14de8f(_0x1daf9f,_0x149fd9){const _0x3d6163=_0x4a74a1;if(_0x1daf9f[_0x3d6163(0x189)]['id']!==_0x149fd9[_0x3d6163(0x189)]['id'])return null;const _0x1abccd=_0x2a5821[_0x3d6163(0xfd)](_0x1daf9f)(_0x1daf9f,_0x149fd9,_0xece333[_0x3d6163(0xfd)](_0x1daf9f),_0xece333[_0x3d6163(0xfd)](_0x149fd9));if(!_0x1abccd)return null;return _0x2a5821[_0x3d6163(0xfd)](_0x149fd9)(_0x1daf9f,_0x149fd9,_0xece333[_0x3d6163(0xfd)](_0x1daf9f),_0xece333[_0x3d6163(0xfd)](_0x149fd9))?_0x1abccd[0x1][_0x3d6163(0x177)]&&_0x1abccd[0x1][_0x3d6163(0x177)][_0x3d6163(0x1fe)]?null:_0x1abccd:null;}_0x3ebed6[_0x4a74a1(0x124)]&&this[_0x4a74a1(0xf9)](_0x3ebed6);}[_0x2df3e8(0xa9)](_0x510081){const _0x2f45ce=_0x2df3e8;if(0x0==_0x510081[_0x2f45ce(0x1fe)])return;const _0x313531=this[_0x2f45ce(0x108)]({'skipNotAttached':!0x0})[_0x2f45ce(0xd0)](_0x2c8111=>_0x2f45ce(0x254)==_0x2c8111[_0x2f45ce(0x196)]&&_0x2c8111[_0x2f45ce(0x10e)]),_0x531608=[],_0x27e587=new Map();for(const _0x151b77 of _0x313531){const _0x2ca613=_0x208db8(_0x151b77[_0x2f45ce(0xd1)]);_0x27e587[_0x2f45ce(0x22d)](_0x2ca613)||(_0x27e587[_0x2f45ce(0x191)](_0x2ca613,_0x531608[_0x2f45ce(0x1fe)]),_0x531608[_0x2f45ce(0x1cf)]([]));const _0x4c4b58=_0x27e587[_0x2f45ce(0xfd)](_0x2ca613);_0x531608[_0x4c4b58][_0x2f45ce(0x1cf)](_0x151b77);}!(function(){const _0x6b5bf2=_0x2f45ce;_0x531608[_0x6b5bf2(0x1e5)]((_0x53c9d9,_0x1e3c4b)=>{const _0x2cd805=_0x6b5bf2,_0x3b2ccb=_0x53c9d9[0x0][_0x2cd805(0x182)],_0x2fee79=_0x1e3c4b[0x0][_0x2cd805(0x182)];return _0x3b2ccb==_0x2fee79?_0x53c9d9[0x0][_0x2cd805(0xd1)][_0x2cd805(0x215)]<_0x1e3c4b[0x0][_0x2cd805(0xd1)][_0x2cd805(0x215)]?-0x1:0x1:_0x3b2ccb<_0x2fee79?-0x1:0x1;});for(const _0x40e8f5 of _0x531608)_0x40e8f5[_0x6b5bf2(0x1e5)]((_0x3fb45d,_0x5f40dc)=>_0x3fb45d['id']<_0x5f40dc['id']?-0x1:0x1);}());for(let _0x3184f6=0x0;_0x3184f6<_0x531608[_0x2f45ce(0x1fe)];_0x3184f6++){if(0x0==_0x531608[_0x3184f6][_0x2f45ce(0x1fe)])continue;const _0x10affd=[];for(let _0x2cb686=_0x3184f6+0x1;_0x2cb686<_0x531608[_0x2f45ce(0x1fe)];_0x2cb686++)0x0!=_0x531608[_0x2cb686][_0x2f45ce(0x1fe)]&&_0x347afc(_0x531608[_0x3184f6],_0x531608[_0x2cb686])&&_0x10affd[_0x2f45ce(0x1cf)](_0x2cb686);for(const _0x56d163 of _0x10affd)_0x531608[_0x3184f6]=_0x531608[_0x3184f6][_0x2f45ce(0xef)](_0x531608[_0x56d163]),_0x531608[_0x56d163]=[];}for(const _0x1f1c25 of _0x531608)for(let _0x3dae0f=0x0;_0x3dae0f<_0x1f1c25[_0x2f45ce(0x1fe)];_0x3dae0f++)_0x1f1c25[_0x3dae0f][_0x2f45ce(0x233)]=_0x1f1c25[_0x3dae0f+0x1]||null;for(const _0x576f04 of _0x531608)for(let _0x283a3d=0x0;_0x283a3d<_0x576f04[_0x2f45ce(0x1fe)];_0x283a3d++)_0x576f04[_0x283a3d][_0x2f45ce(0x18b)]=_0x576f04[_0x283a3d-0x1]||null;function _0x347afc(_0xd1f7ff,_0x31f3f0){const _0x75d773=_0x2f45ce;if(_0xd1f7ff[0x0][_0x75d773(0xd1)][_0x75d773(0x215)]!==_0x31f3f0[0x0][_0x75d773(0xd1)][_0x75d773(0x215)]&&_0xd1f7ff[0x0][_0x75d773(0x189)]!==_0x31f3f0[0x0][_0x75d773(0x189)])return!0x1;if(!function(_0x2f94be,_0x251d1a){const _0x377e16=_0x75d773;if(!_0x2f94be[_0x377e16(0x1f2)]&&!_0x251d1a[_0x377e16(0x1f2)])return!0x0;if(_0x2f94be[_0x377e16(0x1f2)]&&_0x251d1a[_0x377e16(0x1f2)])return!0x1;if(_0x2f94be[_0x377e16(0x1f2)]&&_0x251d1a[_0x377e16(0x182)]<_0x2f94be[_0x377e16(0x177)][_0x377e16(0xf1)][_0x377e16(0xfd)](0x0)[_0x377e16(0x182)])return!0x0;if(_0x251d1a[_0x377e16(0x1f2)]&&_0x2f94be[_0x377e16(0x182)]<_0x251d1a[_0x377e16(0x177)][_0x377e16(0xf1)][_0x377e16(0xfd)](0x0)[_0x377e16(0x182)])return!0x0;return!0x1;}(_0xd1f7ff[0x0],_0x31f3f0[0x0]))return!0x1;const _0x19b5bd=_0x400bad(_0xd1f7ff[0x0][_0x75d773(0xd1)],_0x75d773(0x215)),_0x33b315=_0x400bad(_0x31f3f0[0x0][_0x75d773(0xd1)],_0x75d773(0x215));if(!_0x46b46b(_0x19b5bd,_0x33b315))return!0x1;return!!_0xd1f7ff[_0x75d773(0x13b)](_0x14e8e9=>_0x31f3f0[_0x75d773(0x1ff)](_0x2440b5=>_0x14e8e9[_0x75d773(0x1b4)]()[_0x75d773(0x1f8)](_0x2440b5[_0x75d773(0x1b4)]())))&&_0x31f3f0[_0x75d773(0x13b)](_0x14a55e=>_0xd1f7ff[_0x75d773(0x1ff)](_0x22bcd5=>_0x14a55e[_0x75d773(0x1b4)]()[_0x75d773(0x1f8)](_0x22bcd5[_0x75d773(0x1b4)]())));}}[_0x2df3e8(0xf8)](_0x3ab908){const _0x260f99=_0x2df3e8,_0x51ee29=Array[_0x260f99(0x140)](_0x3ab908),_0x180917=this[_0x260f99(0x108)]({'skipNotAttached':!0x0}),_0x46a2d7=_0x180917[_0x260f99(0xd0)](_0x25314e=>!_0x3ab908[_0x260f99(0x22d)](_0x25314e)),_0x78eade=new Map(_0x51ee29[_0x260f99(0x251)](_0x760469=>[_0x760469,this[_0x260f99(0x131)][_0x260f99(0x234)](_0x760469[_0x260f99(0x196)],_0x760469[_0x260f99(0xdf)],_0x260f99(0x257))])),_0x10b44c=new Map(_0x180917[_0x260f99(0x251)](_0x5641ed=>[_0x5641ed,_0x5641ed[_0x260f99(0x14f)]()]));for(let _0x4c72ce=0x0;_0x4c72ce<_0x51ee29[_0x260f99(0x1fe)];_0x4c72ce++){if(_0x2442d0(this,_0x51ee29[_0x4c72ce],_0x51ee29,_0x4c72ce+0x1))return!0x0;}for(let _0x4c085f=0x0;_0x4c085f<_0x51ee29[_0x260f99(0x1fe)];_0x4c085f++){if(_0x2442d0(this,_0x51ee29[_0x4c085f],_0x46a2d7,0x0))return!0x0;}return!0x1;function _0x2442d0(_0x253669,_0x207534,_0x43ee19,_0x5852f6){const _0x4eef19=_0x260f99;for(let _0x137733=_0x5852f6;_0x137733<_0x43ee19[_0x4eef19(0x1fe)];_0x137733++){const _0x88cce3=_0x43ee19[_0x137733];if(_0x88cce3[_0x4eef19(0x196)]!==_0x207534[_0x4eef19(0x196)]||_0x88cce3[_0x4eef19(0x189)]['id']!==_0x207534[_0x4eef19(0x189)]['id']||_0x88cce3[_0x4eef19(0xdf)]!==_0x207534[_0x4eef19(0xdf)])continue;if(!Ft(_0x207534,_0x88cce3,[_0x4eef19(0x215)]))continue;if(_0x4eef19(0x254)==_0x207534[_0x4eef19(0x196)]&&_0x207534[_0x4eef19(0x13e)][_0x4eef19(0x1bc)]!=_0x88cce3[_0x4eef19(0x13e)][_0x4eef19(0x1bc)])continue;if(_0x4eef19(0x254)==_0x207534[_0x4eef19(0x196)]&&_0x253669[_0x4eef19(0x226)](_0x207534[_0x4eef19(0x13e)][_0x4eef19(0xd6)]))continue;if(_0x4eef19(0x19b)==_0x207534[_0x4eef19(0x196)]){const _0x45b336=_0x253669[_0x4eef19(0x1f5)][_0x4eef19(0x195)],_0x24818b=_0x207534[_0x4eef19(0x120)]();if(_0x24818b&&(_0x45b336[_0x4eef19(0x175)][_0x4eef19(0x214)](_0x24818b)||_0x45b336[_0x4eef19(0x175)][_0x4eef19(0x17d)](_0x24818b)))continue;}const _0x21aca2=_0x78eade[_0x4eef19(0xfd)](_0x207534),_0x2f806d=_0x10b44c[_0x4eef19(0xfd)](_0x207534),_0xb44bfd=_0x10b44c[_0x4eef19(0xfd)](_0x88cce3),_0x538013=_0x207534[_0x4eef19(0x177)]&&_0x207534[_0x4eef19(0x177)][_0x4eef19(0x1fe)],_0x5270fd=_0x88cce3[_0x4eef19(0x177)]&&_0x88cce3[_0x4eef19(0x177)][_0x4eef19(0x1fe)];if(!_0x538013&&_0x21aca2(_0xb44bfd,_0x2f806d))return _0x253669[_0x4eef19(0x18f)](_0x88cce3,_0x207534),_0x10b44c[_0x4eef19(0x14c)](_0x207534),!0x0;if(!_0x5270fd&&_0x21aca2(_0x2f806d,_0xb44bfd))return _0x253669[_0x4eef19(0x18f)](_0x207534,_0x88cce3),_0x10b44c[_0x4eef19(0x14c)](_0x88cce3),!0x0;}return!0x1;}}[_0x2df3e8(0x18f)](_0x374c3f,_0x40e437){const _0x52f8fc=_0x2df3e8;if(_0x374c3f[_0x52f8fc(0x22c)]){for(const _0x2fa243 of _0x40e437[_0x52f8fc(0x14f)]())_0x374c3f[_0x52f8fc(0xdb)](_0x2fa243);}else{const _0xe12322=_0x40e437[_0x52f8fc(0x1b4)]()[_0x52f8fc(0xe9)];this[_0x52f8fc(0x242)](_0x374c3f,this[_0x52f8fc(0x1d5)][_0x52f8fc(0x176)](_0x374c3f[_0x52f8fc(0x1b4)]()[_0x52f8fc(0x1cb)],_0xe12322));}_0x40e437[_0x52f8fc(0xdc)]();}[_0x2df3e8(0x17f)](_0x576325,_0x27327c){const _0x452c2e=_0x2df3e8,_0x37559e=_0x576325[_0x452c2e(0x186)](_0x452c2e(0xf5))||_0x576325[_0x452c2e(0x186)](_0x452c2e(0x254))?_0x452c2e(0xc5):_0x576325[_0x452c2e(0x1d1)]();return _0x2de0fb(this[_0x452c2e(0x1f5)][_0x452c2e(0x252)],_0x27327c+'_'+_0x37559e+_0x452c2e(0xc1));}[_0x2df3e8(0x16f)](){const _0x397982=_0x2df3e8,_0x378861=this[_0x397982(0x1f5)];_0xe1de18(this[_0x397982(0x1d5)],({left:_0x402ba1,entered:_0x4dd3fe})=>{const _0x2d4c0a=_0x397982,_0x448292=[];for(const _0x204af8 of _0x402ba1){const {group:_0x5c3620,type:_0x2611b7}=this[_0x2d4c0a(0x11a)](_0x204af8[_0x2d4c0a(0x1c2)]);if(_0x2d4c0a(0xc4)===_0x5c3620){_0x448292[_0x2d4c0a(0x1cf)](this[_0x2d4c0a(0x17f)](_0x2611b7,_0x2d4c0a(0x10f)));break;}}for(const _0x4cebed of _0x4dd3fe){const {group:_0x1f8424,type:_0x2752f7}=this[_0x2d4c0a(0x11a)](_0x4cebed[_0x2d4c0a(0x1c2)]);if(_0x2d4c0a(0xc4)===_0x1f8424){_0x448292[_0x2d4c0a(0x1cf)](this[_0x2d4c0a(0x17f)](_0x2752f7,_0x2d4c0a(0x230)));break;}}_0x448292[_0x2d4c0a(0x1fe)]&&_0x378861['ui'][_0x2d4c0a(0x1a6)][_0x2d4c0a(0x1f6)](_0x2d4c0a(0x15c),_0x448292[_0x2d4c0a(0x257)]('\x20'));});}[_0x2df3e8(0x1eb)](_0x248c92){const _0x31b6bd=_0x2df3e8;if(this[_0x31b6bd(0xba)])return!0x1;const _0x485780=this[_0x31b6bd(0x1f5)],_0x3fffa4=_0x485780[_0x31b6bd(0x195)][_0x31b6bd(0x209)][_0x31b6bd(0xca)][_0x31b6bd(0xb2)]();if(0x0==_0x3fffa4[_0x31b6bd(0x1fe)])return!0x1;const _0x5ebfaa=[],_0x353753=_0x3fffa4[_0x31b6bd(0xd0)](_0x2ded9f=>_0x31b6bd(0x254)==_0x2ded9f[_0x31b6bd(0x196)]),_0x15de1d=_0x3fffa4[_0x31b6bd(0xd0)](_0x45ccd9=>_0x31b6bd(0x1ce)==_0x45ccd9[_0x31b6bd(0x196)]&&_0x31b6bd(0xb6)!=_0x45ccd9[_0x31b6bd(0x1c2)]),_0x342bd8=_0x3fffa4[_0x31b6bd(0xd0)](_0x364290=>_0x31b6bd(0x169)==_0x364290[_0x31b6bd(0x196)]&&_0x31b6bd(0xb6)!=_0x364290[_0x31b6bd(0x1c2)]);for(const _0x1a92c7 of _0x353753)_0x5ebfaa[_0x31b6bd(0x1cf)]({'key':_0x1a92c7[_0x31b6bd(0x111)],'newValue':_0x1a92c7[_0x31b6bd(0x1ba)],'oldValue':_0x1a92c7[_0x31b6bd(0x172)],'range':Ut(_0x1a92c7[_0x31b6bd(0xff)],_0x485780[_0x31b6bd(0x195)])});for(const _0x3dfca6 of _0x15de1d){const _0x432413=_0x342bd8[_0x31b6bd(0x151)](_0x1e35f5=>_0x1e35f5[_0x31b6bd(0x17a)][_0x31b6bd(0x1f8)](_0x3dfca6[_0x31b6bd(0x17a)]));_0x432413&&_0x5ebfaa[_0x31b6bd(0x1cf)]({'key':_0x31b6bd(0x1e4),'newValue':_0x3dfca6[_0x31b6bd(0x1c2)],'oldValue':_0x432413[_0x31b6bd(0x1c2)],'range':_0x485780[_0x31b6bd(0x195)][_0x31b6bd(0x13c)](_0x3dfca6[_0x31b6bd(0x17a)][_0x31b6bd(0x202)])});}return 0x0!=_0x5ebfaa[_0x31b6bd(0x1fe)]&&this[_0x31b6bd(0x10c)](_0x248c92,_0x5ebfaa);}[_0x2df3e8(0xa7)](_0x37094d){const _0x2e1eb1=_0x2df3e8;let _0x974319=!0x1;const _0x2300eb=this[_0x2e1eb1(0x1f5)][_0x2e1eb1(0x195)][_0x2e1eb1(0x209)][_0x2e1eb1(0xca)][_0x2e1eb1(0x1bf)]()[_0x2e1eb1(0xd0)](_0x22b437=>_0x22b437[_0x2e1eb1(0x13e)][_0x2e1eb1(0xc0)]&&_0x22b437[_0x2e1eb1(0x1c2)][_0x2e1eb1(0x186)](_0x2e1eb1(0x137)));for(const _0x4b7d89 of _0x2300eb){const {subType:_0x23862e,id:_0x38f7c2}=this[_0x2e1eb1(0x11a)](_0x4b7d89[_0x2e1eb1(0x1c2)]),_0x37a0f7=_0x23862e[_0x2e1eb1(0x14b)]('|')[0x0];for(const _0x147fc3 of this[_0x2e1eb1(0x108)]({'skipNotAttached':!0x0}))_0x147fc3['id']!=_0x38f7c2&&_0x2e1eb1(0x254)==_0x147fc3[_0x2e1eb1(0x196)]&&_0x147fc3[_0x2e1eb1(0x13e)]&&_0x147fc3[_0x2e1eb1(0x13e)][_0x2e1eb1(0xd6)]==_0x37a0f7&&_0x147fc3[_0x2e1eb1(0x1b4)]()[_0x2e1eb1(0xcd)](_0x4b7d89[_0x2e1eb1(0x13e)][_0x2e1eb1(0xc0)])&&(this[_0x2e1eb1(0x217)](_0x147fc3,_0x4b7d89[_0x2e1eb1(0x13e)][_0x2e1eb1(0xc0)],_0x37094d),_0x974319=!0x0);}return _0x974319;}[_0x2df3e8(0xc9)](_0x5375e1){const _0x341a66=_0x2df3e8;this[_0x341a66(0x1f5)],(this[_0x341a66(0xba)]=!0x0,_0x5375e1());}[_0x2df3e8(0xd2)](_0x9353da){const _0x72da59=_0x2df3e8,_0x4d5984=this[_0x72da59(0x226)](_0x9353da),_0x49ed50=this[_0x72da59(0x1bd)][_0x72da59(0x22d)](_0x9353da);return _0x4d5984||_0x49ed50;}[_0x2df3e8(0x10c)](_0x30985f,_0x329af3){const _0x2721cd=_0x2df3e8;if(0x0==_0x329af3[_0x2721cd(0x1fe)])return!0x1;let _0xa9b6f7=!0x1;for(const _0x35bb2f of _0x329af3){const _0x27e609=this[_0x2721cd(0x218)](_0x35bb2f[_0x2721cd(0xff)],_0x2721cd(0x254))[_0x2721cd(0xd0)](_0x76ba50=>!_0x76ba50[_0x2721cd(0xd5)][_0x2721cd(0x253)])[_0x2721cd(0x251)](_0xb8f332=>_0xb8f332[_0x2721cd(0xc4)]),_0x224939=_0x208db8({'newValue':_0x35bb2f[_0x2721cd(0x1af)]});_0x27e609[_0x2721cd(0xd0)](_0x408f77=>{const _0x4b723e=_0x2721cd,[_0x109093,_0x2dd8ac]=_0x408f77[_0x4b723e(0xdf)][_0x4b723e(0x14b)]('|');return _0x109093==_0x35bb2f[_0x4b723e(0xd6)]&&_0x2dd8ac!=_0x224939;})[_0x2721cd(0x20c)](_0x135c44=>{const _0xbed3a1=_0x2721cd;this[_0xbed3a1(0x217)](_0x135c44,_0x35bb2f[_0xbed3a1(0xff)],_0x30985f),_0xa9b6f7=!0x0;});}return _0xa9b6f7;}[_0x2df3e8(0x217)](_0x40afc2,_0x43ebc9,_0x18d244){const _0x52b92e=_0x2df3e8,_0x3177bb=_0x40afc2[_0x52b92e(0x1b4)]()[_0x52b92e(0x157)](_0x43ebc9);0x0!==_0x3177bb[_0x52b92e(0x1fe)]?0x1!==_0x3177bb[_0x52b92e(0x1fe)]?this[_0x52b92e(0xcb)](_0x40afc2,_0x43ebc9[_0x52b92e(0x1cb)],_0x43ebc9[_0x52b92e(0xe9)]):this[_0x52b92e(0x242)](_0x40afc2,_0x3177bb[0x0]):_0x18d244[_0x52b92e(0x21f)](_0x40afc2[_0x52b92e(0x188)]());}}class Bt{constructor(_0x509f62){const _0x1cfbfd=_0x2df3e8;this[_0x1cfbfd(0x16a)]=_0x509f62,this[_0x1cfbfd(0x1d5)]=_0x509f62[_0x1cfbfd(0x195)],this[_0x1cfbfd(0x18d)]=new Map(),this[_0x1cfbfd(0x236)]=new Map(),this[_0x1cfbfd(0x24a)]();}[_0x2df3e8(0xea)](_0x519dae,_0x5c2000,_0x371bc3,_0x48136c,_0x2b5322,_0x2b56b4){const _0x1a7686=_0x2df3e8;return new _0x4fb457(this[_0x1a7686(0x1d5)],{'type':_0x519dae,'subType':_0x5c2000,'id':_0x371bc3,'author':_0x48136c,'creator':_0x48136c,'attributes':_0x2b5322,'onAttributesChange':_0x2b56b4,'onAccept':(..._0x3d84d9)=>this[_0x1a7686(0x234)](_0x519dae,_0x5c2000,_0x1a7686(0x1e1))(..._0x3d84d9),'onDiscard':(..._0x9f45af)=>this[_0x1a7686(0x234)](_0x519dae,_0x5c2000,_0x1a7686(0x1b6))(..._0x9f45af)});}[_0x2df3e8(0x18e)](_0x3dbab0,_0x204ed1,_0x77c618,_0x56247b){const _0xb939fd=_0x2df3e8,_0x39fd98=_0x3dbab0+':'+_0x204ed1+':'+_0x77c618;this[_0xb939fd(0x18d)][_0xb939fd(0x191)](_0x39fd98,_0x56247b);}[_0x2df3e8(0x234)](_0x38cbf2,_0x3e9e1a,_0x1432e2){const _0x3906a4=_0x2df3e8,_0x369a6d=_0x38cbf2+':'+_0x3e9e1a+':'+_0x1432e2;return this[_0x3906a4(0x18d)][_0x3906a4(0xfd)](_0x369a6d)||this[_0x3906a4(0x236)][_0x3906a4(0xfd)](_0x38cbf2+':'+_0x1432e2);}[_0x2df3e8(0x24a)](){const _0x138d6b=_0x2df3e8,_0x47e03e=()=>!0x1,_0x483169=_0x2358fd=>{const _0x2da7d0=_0x5180;_0x2358fd[_0x2da7d0(0x1e5)]((_0x33f43d,_0x293bdd)=>_0x33f43d[_0x2da7d0(0x1cb)][_0x2da7d0(0x17e)](_0x293bdd[_0x2da7d0(0x1cb)])?0x1:-0x1),this[_0x2da7d0(0x1d5)][_0x2da7d0(0x190)](_0x55157f=>{const _0x52928f=_0x2da7d0;for(const _0x6bc900 of _0x2358fd){let _0x1f979f;_0x1f979f=_0x6bc900[_0x52928f(0xe9)][_0x52928f(0x1c9)]&&_0x6bc900[_0x52928f(0xe9)][_0x52928f(0x13f)]==_0x6bc900[_0x52928f(0x1cb)][_0x52928f(0x202)]?_0x55157f[_0x52928f(0x240)](_0x6bc900[_0x52928f(0x1cb)][_0x52928f(0x202)],'on'):_0x55157f[_0x52928f(0x240)](_0x6bc900),this[_0x52928f(0x1d5)][_0x52928f(0x115)](_0x1f979f,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4fbebd=(_0x513e50,_0x6aa9c7)=>{const _0x46b775=_0x5180;_0x6aa9c7&&this[_0x46b775(0x1d5)][_0x46b775(0x190)](_0x64d542=>{const _0x37a401=_0x46b775,{commandName:_0x398d10,commandParams:_0x1b9d07=[]}=_0x6aa9c7,_0x543318=_0x513e50[_0x37a401(0x251)](_0x58eb17=>(Rt(_0x58eb17)&&(_0x58eb17=this[_0x37a401(0x1d5)][_0x37a401(0x176)](_0x58eb17[_0x37a401(0xe9)])),_0x58eb17))[_0x37a401(0xd0)](_0x279a83=>_0x37a401(0x1ab)!==_0x279a83[_0x37a401(0x1b7)][_0x37a401(0x1a5)]);if(_0x543318[_0x37a401(0x1fe)]<0x1)return;const _0x33730a=Array[_0x37a401(0x140)](this[_0x37a401(0x1d5)][_0x37a401(0x209)][_0x37a401(0x247)][_0x37a401(0x14f)]())[_0x37a401(0x251)](_0x3de9dc=>_0x207336[_0x37a401(0x241)](_0x3de9dc));_0x64d542[_0x37a401(0xfe)](_0x543318);for(const _0x494983 of this[_0x37a401(0x16a)][_0x37a401(0x1fb)][_0x37a401(0x1fb)]())_0x494983[_0x37a401(0x23e)]();_0x1b9d07[_0x37a401(0x1cf)]({'forceDefaultExecution':!0x0}),this[_0x37a401(0x16a)][_0x37a401(0xb7)](_0x398d10,..._0x1b9d07);const _0x3475ed=_0x33730a[_0x37a401(0xd0)](_0x20c4c1=>_0x37a401(0x1ab)!=_0x20c4c1[_0x37a401(0x1b7)][_0x37a401(0x1a5)]);_0x3475ed[_0x37a401(0x1fe)]>0x0&&_0x64d542[_0x37a401(0xfe)](_0x3475ed);for(const _0x16e488 of _0x33730a)_0x16e488[_0x37a401(0x235)]();});},_0x3eea9d=(_0x3c545d,_0x5e1b34)=>0x1==_0x3c545d[_0x138d6b(0x1fe)]&&0x1==_0x5e1b34[_0x138d6b(0x1fe)]&&_0x3c545d[0x0][_0x138d6b(0xe9)][_0x138d6b(0x1f8)](_0x5e1b34[0x0][_0x138d6b(0x1cb)]),_0x5edbe6=(_0x26d27d,_0x2143d6,_0x1264bb,_0x322b23)=>Gt(_0x26d27d,_0x2143d6,_0x1264bb,_0x322b23,this[_0x138d6b(0x1d5)])?[_0x26d27d,_0x2143d6]:Gt(_0x2143d6,_0x26d27d,_0x322b23,_0x1264bb,this[_0x138d6b(0x1d5)])?[_0x2143d6,_0x26d27d]:null;this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0xe7),_0x47e03e),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x1dc),_0x483169),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0xb0),_0x3eea9d),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0xb8),_0x5edbe6),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x1c7),_0x483169),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x15b),_0x47e03e),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0xe2),_0x3eea9d),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x206),_0x5edbe6),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x18c),_0x4fbebd),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0xcf),_0x47e03e),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x1c1),_0x3eea9d),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x123),_0x47e03e),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x12e),_0x4fbebd),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x160),_0x47e03e),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x1cd),_0x3eea9d),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0xf0),_0x47e03e),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x103),_0x47e03e),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x193),(_0x2499fe,_0x77a02)=>{const _0x30d594=_0x138d6b;if(!_0x77a02)return;const _0x4812ae=this[_0x30d594(0x16a)][_0x30d594(0x14d)][_0x30d594(0xfd)](p);this[_0x30d594(0x1d5)][_0x30d594(0x190)](_0x4f2543=>{const _0x412e4d=_0x30d594;if(_0x412e4d(0x1e4)==_0x77a02[_0x412e4d(0xd6)])for(const _0x19df44 of _0x2499fe){const _0x195e32=_0x19df44[_0x412e4d(0x1cb)][_0x412e4d(0x202)],_0x28c7c0=_0x77a02[_0x412e4d(0x1bc)];_0x4f2543[_0x412e4d(0x145)](_0x195e32,_0x28c7c0);}else{if(_0x4812ae[_0x412e4d(0x226)](_0x77a02[_0x412e4d(0xd6)])){for(const _0x7248d4 of _0x2499fe)void 0x0!==_0x77a02[_0x412e4d(0x1bc)]?_0x4f2543[_0x412e4d(0x14a)](_0x77a02[_0x412e4d(0xd6)],_0x77a02[_0x412e4d(0x1bc)],_0x7248d4[_0x412e4d(0x1cb)][_0x412e4d(0x202)]):_0x4f2543[_0x412e4d(0xc2)](_0x77a02[_0x412e4d(0xd6)],_0x7248d4[_0x412e4d(0x1cb)][_0x412e4d(0x202)]);}else{for(const _0x3c9b95 of _0x2499fe)_0x77a02[_0x412e4d(0x1bc)]?_0x4f2543[_0x412e4d(0x14a)](_0x77a02[_0x412e4d(0xd6)],_0x77a02[_0x412e4d(0x1bc)],_0x3c9b95):_0x4f2543[_0x412e4d(0xc2)](_0x77a02[_0x412e4d(0xd6)],_0x3c9b95);}}});}),this[_0x138d6b(0x236)][_0x138d6b(0x191)](_0x138d6b(0x1b3),_0x3eea9d);}}function xt(_0x5c4667,_0x118a93,_0x171439){const _0x5b0962=_0x2df3e8;for(const _0x1708d2 of _0x118a93[_0x5b0962(0x13f)][_0x5b0962(0xe5)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x1708d2[_0x5b0962(0x1b7)]==_0x1708d2)return!0x1;if(!_0x171439[_0x5b0962(0x1ef)](_0x1708d2))return!0x1;if(_0x5c4667[_0x5b0962(0x214)](_0x1708d2)||_0x5c4667[_0x5b0962(0x17d)](_0x1708d2))return!0x0;}return!0x1;}function Rt(_0x53a5c4){const _0x57ec24=_0x2df3e8;return _0x53a5c4[_0x57ec24(0xe9)][_0x57ec24(0x13f)]==_0x53a5c4[_0x57ec24(0x1cb)][_0x57ec24(0x202)]&&_0x53a5c4[_0x57ec24(0xe9)][_0x57ec24(0x168)];}function Tt(_0x1f8e39,_0x445647,_0x433a91,_0x29a18f){const _0x4b257a=_0x2df3e8,_0x1a4a13=_0x7830c0=>!_0x7830c0[_0x4b257a(0x1ca)]['is'](_0x4b257a(0x165))&&!_0x29a18f[_0x4b257a(0x214)](_0x7830c0[_0x4b257a(0x1ca)]),_0x880971=_0x1f8e39[_0x4b257a(0x1cb)][_0x4b257a(0x12a)](_0x1a4a13),_0x1a1e97=_0x1f8e39[_0x4b257a(0xe9)][_0x4b257a(0x12a)](_0x1a4a13,{'direction':_0x4b257a(0x143)});return(!_0x1f8e39[_0x4b257a(0x1cb)][_0x4b257a(0x1f8)](_0x880971)||!_0x1f8e39[_0x4b257a(0xe9)][_0x4b257a(0x1f8)](_0x1a1e97))&&(_0x880971[_0x4b257a(0x17e)](_0x1a1e97)?_0x433a91[_0x4b257a(0x22b)](_0x445647,{'range':_0x433a91[_0x4b257a(0x176)](_0x880971,_0x1a1e97)}):_0x433a91[_0x4b257a(0x21f)](_0x445647),!0x0);}function Et(_0x16af7c){return _0x208db8(_0x16af7c);}function Vt(_0x3f1496){const _0x1e78c4=_0x2df3e8,_0xfa07ad=_0x3f1496[_0x1e78c4(0x1cb)][_0x1e78c4(0x202)];return _0xfa07ad&&_0xfa07ad['is'](_0x1e78c4(0x15f));}function Ut(_0x2d26a6,_0x2c0246){const _0x54ca48=_0x2df3e8;return null==_0x2d26a6[_0x54ca48(0xe9)][_0x54ca48(0x19f)]&&_0x2d26a6[_0x54ca48(0xe9)][_0x54ca48(0x13f)]==_0x2d26a6[_0x54ca48(0x1cb)][_0x54ca48(0x202)]?Ot(_0x2d26a6[_0x54ca48(0x1cb)][_0x54ca48(0x202)],_0x2c0246):_0x2d26a6;}function Ot(_0x409c64,_0x2afdc8){const _0x3f06cd=_0x2df3e8,_0x2b7db8=_0x2afdc8[_0x3f06cd(0x175)][_0x3f06cd(0x214)](_0x409c64)||_0x2afdc8[_0x3f06cd(0x175)][_0x3f06cd(0x19d)](_0x409c64);return _0x2afdc8[_0x3f06cd(0x176)](_0x2afdc8[_0x3f06cd(0xc7)](_0x409c64,_0x3f06cd(0x1c0)),_0x2b7db8?_0x2afdc8[_0x3f06cd(0x180)](_0x409c64):_0x2afdc8[_0x3f06cd(0xc7)](_0x409c64,_0x3f06cd(0xe9)));}function Gt(_0x1750ea,_0x22868d,_0x16cc41,_0x46ef78,_0xddfc49){const _0x7156bb=_0x2df3e8;if(!Ft(_0x1750ea,_0x22868d))return!0x1;if(_0x16cc41[_0x7156bb(0xe9)][_0x7156bb(0x1f8)](_0x46ef78[_0x7156bb(0x1cb)]))return!0x0;if(_0x1750ea[_0x7156bb(0x196)]!=_0x22868d[_0x7156bb(0x196)])return!0x1;if(!_0x16cc41[_0x7156bb(0xe9)][_0x7156bb(0xb1)](_0x46ef78[_0x7156bb(0x1cb)]))return!0x1;const _0x1b71e0=_0xddfc49[_0x7156bb(0x176)](_0x16cc41[_0x7156bb(0xe9)],_0x46ef78[_0x7156bb(0x1cb)])[_0x7156bb(0x1c4)]();for(const _0x205294 of _0x1b71e0)if([_0x7156bb(0x231),_0x7156bb(0x1c5)][_0x7156bb(0x245)](_0x205294[_0x7156bb(0x196)])&&_0xddfc49[_0x7156bb(0x175)][_0x7156bb(0x17d)](_0x205294[_0x7156bb(0x1ca)]))return!0x1;return!0x0;}function Ft(_0x3d668b,_0x587f82,_0x11fbc4=[]){const _0x70e726=_0x2df3e8;return!(!_0x3d668b[_0x70e726(0x10e)]||!_0x587f82[_0x70e726(0x10e)])&&_0x46b46b(_0x400bad(_0x3d668b[_0x70e726(0xd1)],_0x11fbc4),_0x400bad(_0x587f82[_0x70e726(0xd1)],_0x11fbc4));}function Pt(_0xbad589,_0xa81637){const _0xa3156f=_0x2df3e8,_0x4518b4=Lt(_0xbad589[_0xa3156f(0xd1)]),_0x468678=Lt(_0xa81637);if(!_0xbad589[_0xa3156f(0x10e)])return!0x1;for(const _0x1c381f of Object[_0xa3156f(0x249)](_0x468678))if(!_0x46b46b(_0x4518b4[_0x1c381f],_0x468678[_0x1c381f]))return!0x1;return!0x0;}function Lt(_0x596abb){const _0x2f9de8=_0x2df3e8,_0x4c063b=Object[_0x2f9de8(0xd4)]({},_0x596abb);return delete _0x4c063b[_0x2f9de8(0x128)],delete _0x4c063b[_0x2f9de8(0x20e)],_0x4c063b;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x5d886a=_0x4898;(function(_0x14878e,_0xf69ef8){const _0x256249=_0x4898,_0x5e39fa=_0x14878e();while(!![]){try{const _0x15008f=-parseInt(_0x256249(0xe8))/0x1*(-parseInt(_0x256249(0xde))/0x2)+-parseInt(_0x256249(0xdb))/0x3*(-parseInt(_0x256249(0x115))/0x4)+-parseInt(_0x256249(0x111))/0x5+-parseInt(_0x256249(0x12c))/0x6*(-parseInt(_0x256249(0x124))/0x7)+parseInt(_0x256249(0x12b))/0x8+parseInt(_0x256249(0x11f))/0x9+-parseInt(_0x256249(0x130))/0xa;if(_0x15008f===_0xf69ef8)break;else _0x5e39fa['push'](_0x5e39fa['shift']());}catch(_0x380f25){_0x5e39fa['push'](_0x5e39fa['shift']());}}}(_0x432c,0xaa99f));import{Plugin as _0x5040ea}from'ckeditor5/src/core.js';import{Collection as _0x1f5c04}from'ckeditor5/src/utils.js';import{ViewModel as _0xf84281,SplitButtonView as _0x2873cf,createDropdown as _0x379589,addListToDropdown as _0x5782c4}from'ckeditor5/src/ui.js';function _0x432c(){const _0x1cd301=['114443BkpylO','config','createAnnotation','isOn','reduce','getMarkers','_handleControllerBuffer','1537576ZSyFny','420GGYZLK','createAnnotationView','head','_unbindEditors','18228880AbsaMn','comments.maxCommentsWhenCollapsed','getJoined','some','isMultiRange','acceptAllSuggestions','change:activeAnnotations','_descriptionFactory','refreshSelectedViews','_bindAnnotationToEditors','commands','execute','trackChanges','add','destroy','locale','source','descriptionParts','commentThread','addComment','Discard\x20all\x20suggestions','set','trackChanges.disableComments','isEnabled','plugins','comments.maxThreadTotalWeight','innerView','Accept\x20all\x20selected\x20suggestions','separator','get','_viewToController','suggestion-','registerAnnotation','button','Annotations','init','componentFactory','discardSelectedSuggestions','remove','trackChanges.SuggestionThreadView','suggestionLoaded','editing','activeMarkers','toMany','addSourceCollector','CommentsRepository','acceptButton','CommentsUI','Discard\x20all\x20selected\x20suggestions','unbind','getAllAdjacentSuggestions','112551NjTEux','discardButton','model','24GGCyeB','getMarkerNames','_createUIButton','switchbutton','size','activeAnnotations','getFirstRange','_refreshActiveMarkers','values','acceptSelectedSuggestions','69654XNqUrJ','listenTo','pluginName','view','createCommentThreadController','from','_destroyController','filter','lowest','editor','requires','getSuggestion','_initializeController','Track\x20changes','Accept\x20all\x20suggestions','bind','length','SuggestionThreadView','define','CommentView','isInContent','previous','_suggestionToController','push','commandName','arrowView','suggestionChanged','getRanges','has','focus','_annotationViews','hasSuggestion','EditorAnnotations','change:previous','clear','buttonView','stopListening','comments','discardAllSuggestions','value','TrackChangesEditing','4590065QUBjab','comments.maxCommentCharsWhenCollapsed','delete','isDirty','16QUhxoi','suggestionUnloaded','actionView','_updateController','TrackChangesUI','_handleSuggestionControllerDelayed','keys','getDescriptions','type','comments.editorConfig','10054269sJoPcH','map','mainView','_disableComments','getByInnerView'];_0x432c=function(){return _0x1cd301;};return _0x432c();}import{Users as _0x44d4e2,getDateTimeFormatter as _0x3c19a2,getAllMarkersDomElementsSorted as _0x3e26af}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x4898(_0x1a7867,_0x4069a2){const _0x432ce6=_0x432c();return _0x4898=function(_0x489891,_0x393cc0){_0x489891=_0x489891-0xc6;let _0x29a100=_0x432ce6[_0x489891];return _0x29a100;},_0x4898(_0x1a7867,_0x4069a2);}import _0x18c407 from'./trackchangesediting.js';import _0x46ceec from'./ui/suggestioncontroller.js';import _0x522b0f from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x24d0ec}from'./utils/common-translations.js';import _0x222570 from'../theme/icons/track-changes.svg';export default class d extends _0x5040ea{static get[_0x5d886a(0xf2)](){const _0x211817=_0x5d886a;return[_0x18c407,_0x44d4e2,_0x211817(0xd5),_0x211817(0xca),_0x211817(0x108)];}static get[_0x5d886a(0xea)](){const _0x3dc971=_0x5d886a;return _0x3dc971(0x119);}constructor(_0x4a0a19){const _0x3e6bde=_0x5d886a;super(_0x4a0a19),this[_0x3e6bde(0xfe)]=new Map(),this[_0x3e6bde(0xc6)]=new Map(),this[_0x3e6bde(0x106)]=new Map(),this[_0x3e6bde(0x12a)]=new Map();const _0x101ffa=this[_0x3e6bde(0xf1)][_0x3e6bde(0x125)];_0x101ffa[_0x3e6bde(0xfa)](_0x3e6bde(0xcf),_0x522b0f),_0x101ffa[_0x3e6bde(0xfa)](_0x3e6bde(0x146),!0x1),this[_0x3e6bde(0x122)]=_0x101ffa[_0x3e6bde(0x14d)](_0x3e6bde(0x146));}[_0x5d886a(0x11a)](_0x93a81e,_0x137c79){const _0x428083=_0x5d886a;0x0===this[_0x428083(0x12a)][_0x428083(0xe2)]&&setTimeout(()=>{const _0x379ed6=_0x428083;for(const [_0x529e56,_0x4367af]of this[_0x379ed6(0x12a)]){const _0x1abcf5=this[_0x379ed6(0xfe)][_0x379ed6(0x104)](_0x529e56);_0x1abcf5||_0x4367af?_0x1abcf5&&_0x4367af&&this[_0x379ed6(0xee)](_0x529e56):this[_0x379ed6(0xf4)](_0x529e56);}this[_0x379ed6(0x12a)][_0x379ed6(0x10a)](),this[_0x379ed6(0xf1)][_0x379ed6(0x148)][_0x379ed6(0x14d)](_0x379ed6(0x108))[_0x379ed6(0x138)](),this[_0x379ed6(0xe5)]();},0xa),this[_0x428083(0x12a)][_0x428083(0x145)](_0x93a81e,_0x137c79);}[_0x5d886a(0xcb)](){const _0x12a1e9=_0x5d886a,_0x1760fa=this[_0x12a1e9(0xf1)],_0x3a1cde=_0x1760fa[_0x12a1e9(0x148)][_0x12a1e9(0x14d)](_0x12a1e9(0x110)),_0x5cf06b=_0x1760fa[_0x12a1e9(0x148)][_0x12a1e9(0x14d)](_0x12a1e9(0xca)),_0x23d62b=_0x1760fa[_0x12a1e9(0x148)][_0x12a1e9(0x14d)](_0x12a1e9(0x108)),_0x49fd34=_0x1760fa[_0x12a1e9(0x148)][_0x12a1e9(0x14d)](_0x12a1e9(0xd5));_0x1760fa['ui'][_0x12a1e9(0xcc)][_0x12a1e9(0x13d)](_0x12a1e9(0x13c),_0x580f8d=>this[_0x12a1e9(0xe0)](_0x580f8d)),_0x23d62b[_0x12a1e9(0xd4)](()=>{const _0x2567bf=_0x12a1e9,_0x15e5ef=[];for(const [_0xb586e8,_0x1e0337]of Array[_0x2567bf(0xed)](this[_0x2567bf(0xfe)])){const _0x97c20=_0xb586e8[_0x2567bf(0xda)](),_0x379991=[];for(const _0x8e7273 of _0x97c20){if(!_0x8e7273[_0x2567bf(0xfc)])continue;if(_0x8e7273[_0x2567bf(0x134)]){_0x379991[_0x2567bf(0xff)](..._0x8e7273[_0x2567bf(0x103)]());continue;}const _0x1e6d8b=_0x8e7273[_0x2567bf(0xe4)]();if(_0x379991[_0x2567bf(0xf8)]>0x0){const _0x1ff7c5=_0x379991[0x0][_0x2567bf(0x132)](_0x1e6d8b);if(_0x1ff7c5){_0x379991[0x0]=_0x1ff7c5;continue;}}_0x379991[_0x2567bf(0xff)](_0x1e6d8b);}_0x15e5ef[_0x2567bf(0xff)]([_0x1e0337[_0x2567bf(0xeb)],_0x379991]);}return _0x15e5ef;}),this[_0x12a1e9(0xe9)](_0x3a1cde,_0x12a1e9(0xd0),(_0x42657b,_0x455e3e)=>{const _0x265f08=_0x12a1e9;this[_0x265f08(0xe9)](_0x455e3e,_0x265f08(0x109),(_0x50b535,_0x2b976f,_0x4cf825,_0x224b92)=>{const _0x5399d6=_0x265f08;_0x455e3e[_0x5399d6(0xfc)]&&(null==_0x4cf825?(this[_0x5399d6(0x118)](_0x224b92[_0x5399d6(0x12e)]),this[_0x5399d6(0x11a)](_0x455e3e,!0x1)):(this[_0x5399d6(0x118)](_0x4cf825[_0x5399d6(0x12e)]),null==_0x224b92&&this[_0x5399d6(0x11a)](_0x455e3e,!0x0)));}),null!==_0x455e3e[_0x265f08(0xfd)]?this[_0x265f08(0x118)](_0x455e3e[_0x265f08(0x12e)]):this[_0x265f08(0x11a)](_0x455e3e,!0x1);}),this[_0x12a1e9(0xe9)](_0x3a1cde,_0x12a1e9(0x116),(_0x342c29,_0xb4dbca,_0x2688d4)=>{const _0x269b70=_0x12a1e9;this[_0x269b70(0x10c)](_0xb4dbca,_0x269b70(0x109)),this[_0x269b70(0x12a)][_0x269b70(0x113)](_0xb4dbca),this[_0x269b70(0xfe)][_0x269b70(0x104)](_0xb4dbca)&&this[_0x269b70(0xee)](_0xb4dbca),_0x2688d4&&this[_0x269b70(0x118)](_0x2688d4[_0x269b70(0x12e)]);}),this[_0x12a1e9(0xe9)](_0x3a1cde,_0x12a1e9(0x102),(_0xe7a7c,_0x1fcc81)=>{const _0x5529f8=_0x12a1e9;this[_0x5529f8(0x118)](_0x1fcc81);}),this[_0x12a1e9(0xe9)](_0x5cf06b,_0x12a1e9(0x136),()=>{const _0xaedb51=_0x12a1e9;this[_0xaedb51(0xe5)]();}),this[_0x12a1e9(0xe9)](_0x49fd34,_0x12a1e9(0x143),(_0x5c5dee,{threadId:_0x122947,isFromAdapter:_0x13d4a5})=>{const _0x7eb4d9=_0x12a1e9;if(_0x13d4a5||!_0x3a1cde[_0x7eb4d9(0x107)](_0x122947))return;const _0x2629d5=_0x3a1cde[_0x7eb4d9(0xf3)](_0x122947);this[_0x7eb4d9(0xfe)][_0x7eb4d9(0x14d)](_0x2629d5)[_0x7eb4d9(0xeb)][_0x7eb4d9(0x105)]();},{'priority':_0x12a1e9(0xf0)});}[_0x5d886a(0xe5)](){const _0x3a6663=_0x5d886a,_0x3481f2=this[_0x3a6663(0xf1)][_0x3a6663(0x148)][_0x3a6663(0x14d)](_0x3a6663(0xca)),_0x5e8a31=this[_0x3a6663(0xf1)][_0x3a6663(0x148)][_0x3a6663(0x14d)](_0x3a6663(0x110)),_0x48a5f8=Array[_0x3a6663(0xed)](_0x3481f2[_0x3a6663(0xe3)],_0x1c89c4=>_0x1c89c4[_0x3a6663(0x14a)])[_0x3a6663(0xef)](_0x27a5ec=>this[_0x3a6663(0xc6)][_0x3a6663(0x104)](_0x27a5ec)),_0x10fd32=[];for(const _0x8d396 of _0x48a5f8){const _0x1451e3=this[_0x3a6663(0xc6)][_0x3a6663(0x14d)](_0x8d396)[_0x3a6663(0xdd)][_0x3a6663(0xda)]();_0x10fd32[_0x3a6663(0xff)](..._0x1451e3[_0x3a6663(0x128)]((_0xf68984,_0x4bd4cb)=>[..._0xf68984,..._0x4bd4cb[_0x3a6663(0xdf)]()],[]));}_0x5e8a31[_0x3a6663(0xd2)]=_0x10fd32;}[_0x5d886a(0xe0)](_0x3158dc){const _0x2168cc=_0x5d886a,_0x4718f3=_0x379589(_0x3158dc,_0x2873cf),_0x41c460=this[_0x2168cc(0xf1)][_0x2168cc(0x13a)][_0x2168cc(0x14d)](_0x2168cc(0x13c)),_0x3ec0b7=_0x24d0ec(_0x3158dc,_0x2168cc(0xf5));_0x4718f3[_0x2168cc(0x10b)][_0x2168cc(0x145)]({'tooltip':_0x3ec0b7,'label':_0x3ec0b7,'icon':_0x222570}),_0x4718f3[_0x2168cc(0x10b)][_0x2168cc(0xf7)](_0x2168cc(0x127))['to'](_0x41c460,_0x2168cc(0x10f)),_0x4718f3[_0x2168cc(0x10b)]['on'](_0x2168cc(0x13b),()=>{const _0x2c82dc=_0x2168cc;_0x41c460[_0x2c82dc(0x13b)](),this[_0x2c82dc(0xf1)][_0x2c82dc(0xd1)][_0x2c82dc(0xeb)][_0x2c82dc(0x105)]();});const _0x213ce1=new _0x1f5c04(),_0x2ac890=[{'type':_0x2168cc(0xe1),'model':{'withText':!0x0,'label':_0x3ec0b7,'commandName':_0x2168cc(0x13c)}},{'type':_0x2168cc(0x14c)},{'type':_0x2168cc(0xc9),'model':{'withText':!0x0,'label':_0x24d0ec(_0x3158dc,_0x2168cc(0xf6)),'commandName':_0x2168cc(0x135)}},{'type':_0x2168cc(0xc9),'model':{'withText':!0x0,'label':_0x24d0ec(_0x3158dc,_0x2168cc(0x14b)),'commandName':_0x2168cc(0xe7)}},{'type':_0x2168cc(0xc9),'model':{'withText':!0x0,'label':_0x24d0ec(_0x3158dc,_0x2168cc(0x144)),'commandName':_0x2168cc(0x10e)}},{'type':_0x2168cc(0xc9),'model':{'withText':!0x0,'label':_0x24d0ec(_0x3158dc,_0x2168cc(0xd8)),'commandName':_0x2168cc(0xcd)}}];for(const _0x42576d of _0x2ac890){let _0x39f6fe={'type':_0x2168cc(0x14c)};if(_0x42576d[_0x2168cc(0xdd)]){const _0x15ec53=new _0xf84281(_0x42576d[_0x2168cc(0xdd)]),_0x5a12fd=this[_0x2168cc(0xf1)][_0x2168cc(0x13a)][_0x2168cc(0x14d)](_0x15ec53[_0x2168cc(0x100)]);_0x15ec53[_0x2168cc(0xf7)](_0x2168cc(0x127),_0x2168cc(0x147))['to'](_0x5a12fd,_0x2168cc(0x10f),_0x2168cc(0x147)),_0x39f6fe={'type':_0x42576d[_0x2168cc(0x11d)],'model':_0x15ec53};}_0x213ce1[_0x2168cc(0x13d)](_0x39f6fe);}_0x5782c4(_0x4718f3,_0x213ce1);const _0x209747=_0x2ac890[_0x2168cc(0xef)](_0x5064ed=>null!=_0x5064ed[_0x2168cc(0xdd)])[_0x2168cc(0x120)](_0x1b7940=>this[_0x2168cc(0xf1)][_0x2168cc(0x13a)][_0x2168cc(0x14d)](_0x1b7940[_0x2168cc(0xdd)][_0x2168cc(0x100)])),_0x327fb7=_0x4718f3[_0x2168cc(0x10b)];return _0x327fb7[_0x2168cc(0x117)][_0x2168cc(0xd9)](_0x2168cc(0x147)),_0x327fb7[_0x2168cc(0x101)][_0x2168cc(0xd9)](_0x2168cc(0x147)),_0x327fb7[_0x2168cc(0x117)][_0x2168cc(0xf7)](_0x2168cc(0x147))['to'](_0x41c460,_0x2168cc(0x147)),_0x327fb7[_0x2168cc(0x101)][_0x2168cc(0xf7)](_0x2168cc(0x147))[_0x2168cc(0xd3)](_0x209747,_0x2168cc(0x147),(..._0xa5a893)=>_0xa5a893[_0x2168cc(0x133)](_0x3dd8fc=>_0x3dd8fc)),_0x4718f3['on'](_0x2168cc(0x13b),_0x458a25=>{const _0x1e0687=_0x2168cc;this[_0x1e0687(0xf1)][_0x1e0687(0x13b)](_0x458a25[_0x1e0687(0x140)][_0x1e0687(0x100)]),this[_0x1e0687(0xf1)][_0x1e0687(0xd1)][_0x1e0687(0xeb)][_0x1e0687(0x105)]();}),_0x4718f3;}[_0x5d886a(0xf4)](_0x1d77c5){const _0x5d3f9c=_0x5d886a,_0x81022f=this[_0x5d3f9c(0xf1)],_0x524d4d=_0x81022f[_0x5d3f9c(0x125)],_0x2d6f2a=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x5d3f9c(0xca)),_0x112c02=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x5d3f9c(0xd5)),_0x310781=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x5d3f9c(0x108)),_0x42b1f0=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x44d4e2)['me'],_0x49db0b=_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x13c))[_0x5d3f9c(0xf9)],{CommentsListView:_0x278244,CommentThreadInputView:_0xb2cf9}=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x5d3f9c(0xd7));let _0xaeb63e,_0x45db1b;this[_0x5d3f9c(0x106)][_0x5d3f9c(0x104)](_0x1d77c5['id'])?(_0x45db1b=this[_0x5d3f9c(0x106)][_0x5d3f9c(0x14d)](_0x1d77c5['id']),_0xaeb63e=_0x45db1b[_0x5d3f9c(0x121)]):(_0xaeb63e=new _0x49db0b(_0x81022f[_0x5d3f9c(0x13f)],_0x1d77c5,_0x42b1f0,{'disableComments':this[_0x5d3f9c(0x122)],'editorConfig':_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x11e)),'maxCommentsWhenCollapsed':_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x131)),'maxThreadTotalWeight':_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x149)),'maxCommentCharsWhenCollapsed':_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x112)),'formatDateTime':_0x3c19a2(_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x13f))),'CommentView':_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x10d))[_0x5d3f9c(0xfb)],'CommentsListView':_0x278244,'CommentThreadInputView':_0xb2cf9}),_0xaeb63e[_0x5d3f9c(0xd6)]['on'](_0x5d3f9c(0x13b),()=>{const _0xb58fd3=_0x5d3f9c;_0x81022f[_0xb58fd3(0xd1)][_0xb58fd3(0xeb)][_0xb58fd3(0x105)]();}),_0xaeb63e[_0x5d3f9c(0xdc)]['on'](_0x5d3f9c(0x13b),()=>{const _0x598a86=_0x5d3f9c;_0x81022f[_0x598a86(0xd1)][_0x598a86(0xeb)][_0x598a86(0x105)]();}),_0x45db1b=_0x2d6f2a[_0x5d3f9c(0x12d)](this[_0x5d3f9c(0xf1)][_0x5d3f9c(0x13f)],_0xaeb63e),_0x45db1b[_0x5d3f9c(0xf7)](_0x5d3f9c(0x114))['to'](_0xaeb63e,_0x5d3f9c(0x114)),_0x45db1b[_0x5d3f9c(0xf7)](_0x5d3f9c(0xf8))['to'](_0xaeb63e),_0x45db1b[_0x5d3f9c(0xf7)](_0x5d3f9c(0x11d))['to'](_0xaeb63e,_0x5d3f9c(0x11d),_0x2a6735=>_0x5d3f9c(0xc7)+_0x2a6735),this[_0x5d3f9c(0x106)][_0x5d3f9c(0x145)](_0x1d77c5['id'],_0x45db1b));const _0x595616=_0x112c02[_0x5d3f9c(0xec)](_0x1d77c5[_0x5d3f9c(0x142)],_0xaeb63e),_0x3074d9=new _0x46ceec(_0x81022f,_0x1d77c5,_0xaeb63e,_0x595616),_0x182bfc=_0x1d77c5[_0x5d3f9c(0xda)]()[_0x5d3f9c(0xef)](_0x512721=>_0x512721[_0x5d3f9c(0xfc)]);_0xaeb63e[_0x5d3f9c(0x141)]=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x5d3f9c(0x110))[_0x5d3f9c(0x137)][_0x5d3f9c(0x11c)](_0x182bfc),this[_0x5d3f9c(0xfe)][_0x5d3f9c(0x145)](_0x1d77c5,_0x3074d9),this[_0x5d3f9c(0xc6)][_0x5d3f9c(0x145)](_0xaeb63e,_0x3074d9);const _0x3082a5=_0x2d6f2a[_0x5d3f9c(0x126)]({'view':_0x45db1b,'target':()=>{const _0x267015=_0x5d3f9c,_0xb61e9f=[],_0x36bdc4=_0x1d77c5[_0x267015(0xda)]()[_0x267015(0xef)](_0x4ee835=>_0x4ee835[_0x267015(0xfc)]);for(const _0x3cfc04 of _0x36bdc4)_0xb61e9f[_0x267015(0xff)](..._0x3cfc04[_0x267015(0x129)]());return _0x3e26af(_0x81022f[_0x267015(0xd1)],_0xb61e9f);},'type':()=>_0x5d3f9c(0xc7)+_0x3074d9[_0x5d3f9c(0xeb)][_0x5d3f9c(0x11d)]});_0x112c02[_0x5d3f9c(0x139)](_0xaeb63e,_0x3082a5),_0x2d6f2a[_0x5d3f9c(0x13d)](_0x3082a5),_0x310781[_0x5d3f9c(0xc8)](_0x3082a5);}[_0x5d886a(0xee)](_0x55acf3){const _0x450f82=_0x5d886a,_0x2fe3d0=this[_0x450f82(0xf1)][_0x450f82(0x148)][_0x450f82(0x14d)](_0x450f82(0xd5)),_0xa8364=this[_0x450f82(0xf1)][_0x450f82(0x148)][_0x450f82(0x14d)](_0x450f82(0xca)),_0x2461f6=this[_0x450f82(0xfe)][_0x450f82(0x14d)](_0x55acf3),_0x28f4d7=_0x2461f6[_0x450f82(0xeb)],_0x3e8cea=_0xa8364[_0x450f82(0x123)](_0x28f4d7);_0x2fe3d0[_0x450f82(0x12f)](_0x28f4d7),_0x3e8cea&&_0xa8364[_0x450f82(0xce)](_0x3e8cea),this[_0x450f82(0xfe)][_0x450f82(0x113)](_0x55acf3),this[_0x450f82(0xc6)][_0x450f82(0x113)](_0x28f4d7),_0x2461f6[_0x450f82(0x13e)]();}[_0x5d886a(0x118)](_0x39818a){const _0x213359=_0x5d886a;if(!_0x39818a[_0x213359(0xfc)]||!this[_0x213359(0xfe)][_0x213359(0x104)](_0x39818a))return;const _0x53c1cd=this[_0x213359(0xf1)][_0x213359(0x148)][_0x213359(0x14d)](_0x213359(0x110)),_0x213c10=this[_0x213359(0xfe)][_0x213359(0x14d)](_0x39818a),_0x1bcb4c=_0x39818a[_0x213359(0xda)]();_0x213c10[_0x213359(0xeb)][_0x213359(0x141)]=_0x53c1cd[_0x213359(0x137)][_0x213359(0x11c)](_0x1bcb4c);}[_0x5d886a(0x13e)](){const _0xdbd710=_0x5d886a;for(const _0x5d3529 of this[_0xdbd710(0xfe)][_0xdbd710(0x11b)]())this[_0xdbd710(0xee)](_0x5d3529);for(const _0x52419a of this[_0xdbd710(0x106)][_0xdbd710(0xe6)]())_0x52419a[_0xdbd710(0x121)][_0xdbd710(0x13e)]();super[_0xdbd710(0x13e)]();}}
|
|
23
|
+
function _0x4f47(_0x2344ce,_0x2cdad6){const _0x3c48c4=_0x3c48();return _0x4f47=function(_0x4f47d7,_0x542223){_0x4f47d7=_0x4f47d7-0x1e0;let _0x4d1eeb=_0x3c48c4[_0x4f47d7];return _0x4d1eeb;},_0x4f47(_0x2344ce,_0x2cdad6);}const _0x259670=_0x4f47;(function(_0x3a0756,_0x3e57d7){const _0x216b9a=_0x4f47,_0xc7db51=_0x3a0756();while(!![]){try{const _0x2aceed=-parseInt(_0x216b9a(0x21f))/0x1*(parseInt(_0x216b9a(0x20c))/0x2)+parseInt(_0x216b9a(0x1ee))/0x3+-parseInt(_0x216b9a(0x231))/0x4+-parseInt(_0x216b9a(0x24f))/0x5*(parseInt(_0x216b9a(0x23f))/0x6)+-parseInt(_0x216b9a(0x253))/0x7*(-parseInt(_0x216b9a(0x209))/0x8)+parseInt(_0x216b9a(0x236))/0x9+-parseInt(_0x216b9a(0x224))/0xa*(parseInt(_0x216b9a(0x20a))/0xb);if(_0x2aceed===_0x3e57d7)break;else _0xc7db51['push'](_0xc7db51['shift']());}catch(_0x149d4a){_0xc7db51['push'](_0xc7db51['shift']());}}}(_0x3c48,0x73df1));import{Plugin as _0x5ba915}from'ckeditor5/src/core.js';import{Collection as _0x10a5ff}from'ckeditor5/src/utils.js';import{ViewModel as _0x23c167,SplitButtonView as _0xfd2007,createDropdown as _0x72c54c,addListToDropdown as _0x5847df}from'ckeditor5/src/ui.js';import{Users as _0x352765,getDateTimeFormatter as _0x3f68a1,getAllMarkersDomElementsSorted as _0xaae6ed}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x3c48(){const _0x75095e=['switchbutton','clear','comments.maxThreadTotalWeight','editor','10EdmkYi','mainView','set','focus','listenTo','addSourceCollector','has','activeMarkers','Accept\x20all\x20suggestions','isEnabled','_refreshActiveMarkers','commentThread','comments.editorConfig','1852912qXMYtU','some','_annotationViews','reduce','getRanges','5783076XcWlRV','getAllAdjacentSuggestions','CommentsRepository','getByInnerView','Discard\x20all\x20suggestions','keys','createAnnotation','bind','commandName','36aFtZWB','length','stopListening','createCommentThreadController','isOn','CommentsUI','pluginName','getJoined','isDirty','isMultiRange','_initializeController','Track\x20changes','values','hasSuggestion','componentFactory','button','319370ywrbJE','_handleControllerBuffer','comments.maxCommentCharsWhenCollapsed','separator','7gWctQz','_suggestionToController','editing','plugins','init','actionView','createAnnotationView','isInContent','descriptionParts','getMarkerNames','view','addComment','config','innerView','getDescriptions','type','getMarkers','trackChanges.SuggestionThreadView','define','_handleSuggestionControllerDelayed','_bindAnnotationToEditors','requires','change:previous','change:activeAnnotations','value','comments.maxCommentsWhenCollapsed','locale','SuggestionThreadView','CommentView','_disableComments','acceptButton','getFirstRange','TrackChangesUI','lowest','filter','_descriptionFactory','1776867TUHctT','trackChanges.disableComments','source','head','remove','Accept\x20all\x20selected\x20suggestions','Discard\x20all\x20selected\x20suggestions','commands','comments','execute','arrowView','suggestionChanged','size','_destroyController','map','suggestion-','activeAnnotations','discardAllSuggestions','unbind','push','acceptSelectedSuggestions','previous','EditorAnnotations','model','buttonView','add','_unbindEditors','6540552LHgiKp','3166394qxdnEK','TrackChangesEditing','26878dEYxNJ','trackChanges','acceptAllSuggestions','Annotations','registerAnnotation','_createUIButton','from','suggestionUnloaded','getSuggestion','discardButton','suggestionLoaded','delete','refreshSelectedViews','_viewToController','discardSelectedSuggestions','toMany','_updateController','get','destroy','33GYIBfl'];_0x3c48=function(){return _0x75095e;};return _0x3c48();}import _0x507ecb from'./trackchangesediting.js';import _0x11736d from'./ui/suggestioncontroller.js';import _0x12269c from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x1a58a6}from'./utils/common-translations.js';import _0x5c2aa3 from'../theme/icons/track-changes.svg';export default class d extends _0x5ba915{static get[_0x259670(0x268)](){const _0x11bfb8=_0x259670;return[_0x507ecb,_0x352765,_0x11bfb8(0x238),_0x11bfb8(0x20f),_0x11bfb8(0x204)];}static get[_0x259670(0x245)](){const _0x3ff266=_0x259670;return _0x3ff266(0x1ea);}constructor(_0x4d72c8){const _0x14d386=_0x259670;super(_0x4d72c8),this[_0x14d386(0x254)]=new Map(),this[_0x14d386(0x219)]=new Map(),this[_0x14d386(0x233)]=new Map(),this[_0x14d386(0x250)]=new Map();const _0x4dee0c=this[_0x14d386(0x223)][_0x14d386(0x25f)];_0x4dee0c[_0x14d386(0x265)](_0x14d386(0x264),_0x12269c),_0x4dee0c[_0x14d386(0x265)](_0x14d386(0x1ef),!0x1),this[_0x14d386(0x1e7)]=_0x4dee0c[_0x14d386(0x21d)](_0x14d386(0x1ef));}[_0x259670(0x266)](_0x43c5a5,_0x172e08){const _0x54c961=_0x259670;0x0===this[_0x54c961(0x250)][_0x54c961(0x1fa)]&&setTimeout(()=>{const _0x5a4721=_0x54c961;for(const [_0x54e8ae,_0x118437]of this[_0x5a4721(0x250)]){const _0x3509ea=this[_0x5a4721(0x254)][_0x5a4721(0x22a)](_0x54e8ae);_0x3509ea||_0x118437?_0x3509ea&&_0x118437&&this[_0x5a4721(0x1fb)](_0x54e8ae):this[_0x5a4721(0x249)](_0x54e8ae);}this[_0x5a4721(0x250)][_0x5a4721(0x221)](),this[_0x5a4721(0x223)][_0x5a4721(0x256)][_0x5a4721(0x21d)](_0x5a4721(0x204))[_0x5a4721(0x218)](),this[_0x5a4721(0x22e)]();},0xa),this[_0x54c961(0x250)][_0x54c961(0x226)](_0x43c5a5,_0x172e08);}[_0x259670(0x257)](){const _0x5e9bc7=_0x259670,_0x582e0d=this[_0x5e9bc7(0x223)],_0x2cc1c2=_0x582e0d[_0x5e9bc7(0x256)][_0x5e9bc7(0x21d)](_0x5e9bc7(0x20b)),_0x1c1b19=_0x582e0d[_0x5e9bc7(0x256)][_0x5e9bc7(0x21d)](_0x5e9bc7(0x20f)),_0x1d5913=_0x582e0d[_0x5e9bc7(0x256)][_0x5e9bc7(0x21d)](_0x5e9bc7(0x204)),_0x1a6702=_0x582e0d[_0x5e9bc7(0x256)][_0x5e9bc7(0x21d)](_0x5e9bc7(0x238));_0x582e0d['ui'][_0x5e9bc7(0x24d)][_0x5e9bc7(0x207)](_0x5e9bc7(0x20d),_0x3bfbac=>this[_0x5e9bc7(0x211)](_0x3bfbac)),_0x1d5913[_0x5e9bc7(0x229)](()=>{const _0x4c572b=_0x5e9bc7,_0x32cccb=[];for(const [_0xb47896,_0x108fd6]of Array[_0x4c572b(0x212)](this[_0x4c572b(0x254)])){const _0x113a0a=_0xb47896[_0x4c572b(0x237)](),_0x19d561=[];for(const _0x467a68 of _0x113a0a){if(!_0x467a68[_0x4c572b(0x25a)])continue;if(_0x467a68[_0x4c572b(0x248)]){_0x19d561[_0x4c572b(0x201)](..._0x467a68[_0x4c572b(0x235)]());continue;}const _0x254bf1=_0x467a68[_0x4c572b(0x1e9)]();if(_0x19d561[_0x4c572b(0x240)]>0x0){const _0x532b96=_0x19d561[0x0][_0x4c572b(0x246)](_0x254bf1);if(_0x532b96){_0x19d561[0x0]=_0x532b96;continue;}}_0x19d561[_0x4c572b(0x201)](_0x254bf1);}_0x32cccb[_0x4c572b(0x201)]([_0x108fd6[_0x4c572b(0x25d)],_0x19d561]);}return _0x32cccb;}),this[_0x5e9bc7(0x228)](_0x2cc1c2,_0x5e9bc7(0x216),(_0x3606ce,_0x7fbca)=>{const _0x527529=_0x5e9bc7;this[_0x527529(0x228)](_0x7fbca,_0x527529(0x1e0),(_0x4c1223,_0xf7ee29,_0x58f14d,_0x2f9583)=>{const _0xcc13e1=_0x527529;_0x7fbca[_0xcc13e1(0x25a)]&&(null==_0x58f14d?(this[_0xcc13e1(0x21c)](_0x2f9583[_0xcc13e1(0x1f1)]),this[_0xcc13e1(0x266)](_0x7fbca,!0x1)):(this[_0xcc13e1(0x21c)](_0x58f14d[_0xcc13e1(0x1f1)]),null==_0x2f9583&&this[_0xcc13e1(0x266)](_0x7fbca,!0x0)));}),null!==_0x7fbca[_0x527529(0x203)]?this[_0x527529(0x21c)](_0x7fbca[_0x527529(0x1f1)]):this[_0x527529(0x266)](_0x7fbca,!0x1);}),this[_0x5e9bc7(0x228)](_0x2cc1c2,_0x5e9bc7(0x213),(_0x5f17ef,_0x526ddf,_0x542bd5)=>{const _0x59f729=_0x5e9bc7;this[_0x59f729(0x241)](_0x526ddf,_0x59f729(0x1e0)),this[_0x59f729(0x250)][_0x59f729(0x217)](_0x526ddf),this[_0x59f729(0x254)][_0x59f729(0x22a)](_0x526ddf)&&this[_0x59f729(0x1fb)](_0x526ddf),_0x542bd5&&this[_0x59f729(0x21c)](_0x542bd5[_0x59f729(0x1f1)]);}),this[_0x5e9bc7(0x228)](_0x2cc1c2,_0x5e9bc7(0x1f9),(_0x2498cf,_0x57720b)=>{const _0x1bd248=_0x5e9bc7;this[_0x1bd248(0x21c)](_0x57720b);}),this[_0x5e9bc7(0x228)](_0x1c1b19,_0x5e9bc7(0x1e1),()=>{const _0x31788f=_0x5e9bc7;this[_0x31788f(0x22e)]();}),this[_0x5e9bc7(0x228)](_0x1a6702,_0x5e9bc7(0x25e),(_0x5b4cd6,{threadId:_0x108164,isFromAdapter:_0x21be51})=>{const _0x54e21f=_0x5e9bc7;if(_0x21be51||!_0x2cc1c2[_0x54e21f(0x24c)](_0x108164))return;const _0x514c80=_0x2cc1c2[_0x54e21f(0x214)](_0x108164);this[_0x54e21f(0x254)][_0x54e21f(0x21d)](_0x514c80)[_0x54e21f(0x25d)][_0x54e21f(0x227)]();},{'priority':_0x5e9bc7(0x1eb)});}[_0x259670(0x22e)](){const _0x10b870=_0x259670,_0x23640d=this[_0x10b870(0x223)][_0x10b870(0x256)][_0x10b870(0x21d)](_0x10b870(0x20f)),_0x408c3d=this[_0x10b870(0x223)][_0x10b870(0x256)][_0x10b870(0x21d)](_0x10b870(0x20b)),_0x35f8ac=Array[_0x10b870(0x212)](_0x23640d[_0x10b870(0x1fe)],_0x1d13db=>_0x1d13db[_0x10b870(0x260)])[_0x10b870(0x1ec)](_0x4d1715=>this[_0x10b870(0x219)][_0x10b870(0x22a)](_0x4d1715)),_0x42891e=[];for(const _0x2c8483 of _0x35f8ac){const _0x22d369=this[_0x10b870(0x219)][_0x10b870(0x21d)](_0x2c8483)[_0x10b870(0x205)][_0x10b870(0x237)]();_0x42891e[_0x10b870(0x201)](..._0x22d369[_0x10b870(0x234)]((_0x2cac28,_0x2e9c7b)=>[..._0x2cac28,..._0x2e9c7b[_0x10b870(0x25c)]()],[]));}_0x408c3d[_0x10b870(0x22b)]=_0x42891e;}[_0x259670(0x211)](_0x414c18){const _0x5ec3b4=_0x259670,_0x5d3a36=_0x72c54c(_0x414c18,_0xfd2007),_0xe32f80=this[_0x5ec3b4(0x223)][_0x5ec3b4(0x1f5)][_0x5ec3b4(0x21d)](_0x5ec3b4(0x20d)),_0x5cb00e=_0x1a58a6(_0x414c18,_0x5ec3b4(0x24a));_0x5d3a36[_0x5ec3b4(0x206)][_0x5ec3b4(0x226)]({'tooltip':_0x5cb00e,'label':_0x5cb00e,'icon':_0x5c2aa3}),_0x5d3a36[_0x5ec3b4(0x206)][_0x5ec3b4(0x23d)](_0x5ec3b4(0x243))['to'](_0xe32f80,_0x5ec3b4(0x1e2)),_0x5d3a36[_0x5ec3b4(0x206)]['on'](_0x5ec3b4(0x1f7),()=>{const _0x3a0f98=_0x5ec3b4;_0xe32f80[_0x3a0f98(0x1f7)](),this[_0x3a0f98(0x223)][_0x3a0f98(0x255)][_0x3a0f98(0x25d)][_0x3a0f98(0x227)]();});const _0x50fc9e=new _0x10a5ff(),_0x3d8eda=[{'type':_0x5ec3b4(0x220),'model':{'withText':!0x0,'label':_0x5cb00e,'commandName':_0x5ec3b4(0x20d)}},{'type':_0x5ec3b4(0x252)},{'type':_0x5ec3b4(0x24e),'model':{'withText':!0x0,'label':_0x1a58a6(_0x414c18,_0x5ec3b4(0x22c)),'commandName':_0x5ec3b4(0x20e)}},{'type':_0x5ec3b4(0x24e),'model':{'withText':!0x0,'label':_0x1a58a6(_0x414c18,_0x5ec3b4(0x1f3)),'commandName':_0x5ec3b4(0x202)}},{'type':_0x5ec3b4(0x24e),'model':{'withText':!0x0,'label':_0x1a58a6(_0x414c18,_0x5ec3b4(0x23a)),'commandName':_0x5ec3b4(0x1ff)}},{'type':_0x5ec3b4(0x24e),'model':{'withText':!0x0,'label':_0x1a58a6(_0x414c18,_0x5ec3b4(0x1f4)),'commandName':_0x5ec3b4(0x21a)}}];for(const _0x2894a1 of _0x3d8eda){let _0x1b25a8={'type':_0x5ec3b4(0x252)};if(_0x2894a1[_0x5ec3b4(0x205)]){const _0x5092ee=new _0x23c167(_0x2894a1[_0x5ec3b4(0x205)]),_0x16a6f7=this[_0x5ec3b4(0x223)][_0x5ec3b4(0x1f5)][_0x5ec3b4(0x21d)](_0x5092ee[_0x5ec3b4(0x23e)]);_0x5092ee[_0x5ec3b4(0x23d)](_0x5ec3b4(0x243),_0x5ec3b4(0x22d))['to'](_0x16a6f7,_0x5ec3b4(0x1e2),_0x5ec3b4(0x22d)),_0x1b25a8={'type':_0x2894a1[_0x5ec3b4(0x262)],'model':_0x5092ee};}_0x50fc9e[_0x5ec3b4(0x207)](_0x1b25a8);}_0x5847df(_0x5d3a36,_0x50fc9e);const _0x1a02b3=_0x3d8eda[_0x5ec3b4(0x1ec)](_0x10ad8e=>null!=_0x10ad8e[_0x5ec3b4(0x205)])[_0x5ec3b4(0x1fc)](_0x16ef44=>this[_0x5ec3b4(0x223)][_0x5ec3b4(0x1f5)][_0x5ec3b4(0x21d)](_0x16ef44[_0x5ec3b4(0x205)][_0x5ec3b4(0x23e)])),_0x452749=_0x5d3a36[_0x5ec3b4(0x206)];return _0x452749[_0x5ec3b4(0x258)][_0x5ec3b4(0x200)](_0x5ec3b4(0x22d)),_0x452749[_0x5ec3b4(0x1f8)][_0x5ec3b4(0x200)](_0x5ec3b4(0x22d)),_0x452749[_0x5ec3b4(0x258)][_0x5ec3b4(0x23d)](_0x5ec3b4(0x22d))['to'](_0xe32f80,_0x5ec3b4(0x22d)),_0x452749[_0x5ec3b4(0x1f8)][_0x5ec3b4(0x23d)](_0x5ec3b4(0x22d))[_0x5ec3b4(0x21b)](_0x1a02b3,_0x5ec3b4(0x22d),(..._0x30e19d)=>_0x30e19d[_0x5ec3b4(0x232)](_0xb0e419=>_0xb0e419)),_0x5d3a36['on'](_0x5ec3b4(0x1f7),_0x210784=>{const _0x543d0b=_0x5ec3b4;this[_0x543d0b(0x223)][_0x543d0b(0x1f7)](_0x210784[_0x543d0b(0x1f0)][_0x543d0b(0x23e)]),this[_0x543d0b(0x223)][_0x543d0b(0x255)][_0x543d0b(0x25d)][_0x543d0b(0x227)]();}),_0x5d3a36;}[_0x259670(0x249)](_0x1a9889){const _0x5625d2=_0x259670,_0xa9c033=this[_0x5625d2(0x223)],_0x212c2f=_0xa9c033[_0x5625d2(0x25f)],_0x5c7629=_0xa9c033[_0x5625d2(0x256)][_0x5625d2(0x21d)](_0x5625d2(0x20f)),_0x175b5f=_0xa9c033[_0x5625d2(0x256)][_0x5625d2(0x21d)](_0x5625d2(0x238)),_0x31f21d=_0xa9c033[_0x5625d2(0x256)][_0x5625d2(0x21d)](_0x5625d2(0x204)),_0x217749=_0xa9c033[_0x5625d2(0x256)][_0x5625d2(0x21d)](_0x352765)['me'],_0x1bab39=_0x212c2f[_0x5625d2(0x21d)](_0x5625d2(0x20d))[_0x5625d2(0x1e5)],{CommentsListView:_0x338fa5,CommentThreadInputView:_0x5a6904}=_0xa9c033[_0x5625d2(0x256)][_0x5625d2(0x21d)](_0x5625d2(0x244));let _0x5e9fb3,_0x3b0477;this[_0x5625d2(0x233)][_0x5625d2(0x22a)](_0x1a9889['id'])?(_0x3b0477=this[_0x5625d2(0x233)][_0x5625d2(0x21d)](_0x1a9889['id']),_0x5e9fb3=_0x3b0477[_0x5625d2(0x225)]):(_0x5e9fb3=new _0x1bab39(_0xa9c033[_0x5625d2(0x1e4)],_0x1a9889,_0x217749,{'disableComments':this[_0x5625d2(0x1e7)],'editorConfig':_0x212c2f[_0x5625d2(0x21d)](_0x5625d2(0x230)),'maxCommentsWhenCollapsed':_0x212c2f[_0x5625d2(0x21d)](_0x5625d2(0x1e3)),'maxThreadTotalWeight':_0x212c2f[_0x5625d2(0x21d)](_0x5625d2(0x222)),'maxCommentCharsWhenCollapsed':_0x212c2f[_0x5625d2(0x21d)](_0x5625d2(0x251)),'formatDateTime':_0x3f68a1(_0x212c2f[_0x5625d2(0x21d)](_0x5625d2(0x1e4))),'CommentView':_0x212c2f[_0x5625d2(0x21d)](_0x5625d2(0x1f6))[_0x5625d2(0x1e6)],'CommentsListView':_0x338fa5,'CommentThreadInputView':_0x5a6904}),_0x5e9fb3[_0x5625d2(0x1e8)]['on'](_0x5625d2(0x1f7),()=>{const _0x6e8f6c=_0x5625d2;_0xa9c033[_0x6e8f6c(0x255)][_0x6e8f6c(0x25d)][_0x6e8f6c(0x227)]();}),_0x5e9fb3[_0x5625d2(0x215)]['on'](_0x5625d2(0x1f7),()=>{const _0x968126=_0x5625d2;_0xa9c033[_0x968126(0x255)][_0x968126(0x25d)][_0x968126(0x227)]();}),_0x3b0477=_0x5c7629[_0x5625d2(0x259)](this[_0x5625d2(0x223)][_0x5625d2(0x1e4)],_0x5e9fb3),_0x3b0477[_0x5625d2(0x23d)](_0x5625d2(0x247))['to'](_0x5e9fb3,_0x5625d2(0x247)),_0x3b0477[_0x5625d2(0x23d)](_0x5625d2(0x240))['to'](_0x5e9fb3),_0x3b0477[_0x5625d2(0x23d)](_0x5625d2(0x262))['to'](_0x5e9fb3,_0x5625d2(0x262),_0x242fb4=>_0x5625d2(0x1fd)+_0x242fb4),this[_0x5625d2(0x233)][_0x5625d2(0x226)](_0x1a9889['id'],_0x3b0477));const _0x25eb52=_0x175b5f[_0x5625d2(0x242)](_0x1a9889[_0x5625d2(0x22f)],_0x5e9fb3),_0x3490e2=new _0x11736d(_0xa9c033,_0x1a9889,_0x5e9fb3,_0x25eb52),_0xbc2053=_0x1a9889[_0x5625d2(0x237)]()[_0x5625d2(0x1ec)](_0x525a61=>_0x525a61[_0x5625d2(0x25a)]);_0x5e9fb3[_0x5625d2(0x25b)]=_0xa9c033[_0x5625d2(0x256)][_0x5625d2(0x21d)](_0x5625d2(0x20b))[_0x5625d2(0x1ed)][_0x5625d2(0x261)](_0xbc2053),this[_0x5625d2(0x254)][_0x5625d2(0x226)](_0x1a9889,_0x3490e2),this[_0x5625d2(0x219)][_0x5625d2(0x226)](_0x5e9fb3,_0x3490e2);const _0x92bc64=_0x5c7629[_0x5625d2(0x23c)]({'view':_0x3b0477,'target':()=>{const _0x18fcc6=_0x5625d2,_0x5ae12a=[],_0x5717d8=_0x1a9889[_0x18fcc6(0x237)]()[_0x18fcc6(0x1ec)](_0x17debd=>_0x17debd[_0x18fcc6(0x25a)]);for(const _0x2c5aba of _0x5717d8)_0x5ae12a[_0x18fcc6(0x201)](..._0x2c5aba[_0x18fcc6(0x263)]());return _0xaae6ed(_0xa9c033[_0x18fcc6(0x255)],_0x5ae12a);},'type':()=>_0x5625d2(0x1fd)+_0x3490e2[_0x5625d2(0x25d)][_0x5625d2(0x262)]});_0x175b5f[_0x5625d2(0x267)](_0x5e9fb3,_0x92bc64),_0x5c7629[_0x5625d2(0x207)](_0x92bc64),_0x31f21d[_0x5625d2(0x210)](_0x92bc64);}[_0x259670(0x1fb)](_0x516f92){const _0xa00978=_0x259670,_0x3c4fbd=this[_0xa00978(0x223)][_0xa00978(0x256)][_0xa00978(0x21d)](_0xa00978(0x238)),_0x33711e=this[_0xa00978(0x223)][_0xa00978(0x256)][_0xa00978(0x21d)](_0xa00978(0x20f)),_0x276f94=this[_0xa00978(0x254)][_0xa00978(0x21d)](_0x516f92),_0xa42c00=_0x276f94[_0xa00978(0x25d)],_0xccdbc3=_0x33711e[_0xa00978(0x239)](_0xa42c00);_0x3c4fbd[_0xa00978(0x208)](_0xa42c00),_0xccdbc3&&_0x33711e[_0xa00978(0x1f2)](_0xccdbc3),this[_0xa00978(0x254)][_0xa00978(0x217)](_0x516f92),this[_0xa00978(0x219)][_0xa00978(0x217)](_0xa42c00),_0x276f94[_0xa00978(0x21e)]();}[_0x259670(0x21c)](_0x12ede0){const _0x159535=_0x259670;if(!_0x12ede0[_0x159535(0x25a)]||!this[_0x159535(0x254)][_0x159535(0x22a)](_0x12ede0))return;const _0xad5aef=this[_0x159535(0x223)][_0x159535(0x256)][_0x159535(0x21d)](_0x159535(0x20b)),_0xe23c98=this[_0x159535(0x254)][_0x159535(0x21d)](_0x12ede0),_0x5cfe41=_0x12ede0[_0x159535(0x237)]();_0xe23c98[_0x159535(0x25d)][_0x159535(0x25b)]=_0xad5aef[_0x159535(0x1ed)][_0x159535(0x261)](_0x5cfe41);}[_0x259670(0x21e)](){const _0x57b972=_0x259670;for(const _0x245d79 of this[_0x57b972(0x254)][_0x57b972(0x23b)]())this[_0x57b972(0x1fb)](_0x245d79);for(const _0x1ecebe of this[_0x57b972(0x233)][_0x57b972(0x24b)]())_0x1ecebe[_0x57b972(0x225)][_0x57b972(0x21e)]();super[_0x57b972(0x21e)]();}}
|