@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240313.0 → 0.0.0-nightly-20240316.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 _0x7c15f2=_0x55af;(function(_0x2b0a19,_0x483f1c){const _0x9bc1a6=_0x55af,_0x4d55ee=_0x2b0a19();while(!![]){try{const _0x5d5dfa=-parseInt(_0x9bc1a6(0x15d))/0x1*(parseInt(_0x9bc1a6(0x20a))/0x2)+-parseInt(_0x9bc1a6(0x138))/0x3+-parseInt(_0x9bc1a6(0xf9))/0x4+-parseInt(_0x9bc1a6(0x1db))/0x5+parseInt(_0x9bc1a6(0xa8))/0x6*(-parseInt(_0x9bc1a6(0x14a))/0x7)+-parseInt(_0x9bc1a6(0x1bc))/0x8+parseInt(_0x9bc1a6(0xa7))/0x9*(parseInt(_0x9bc1a6(0x1e5))/0xa);if(_0x5d5dfa===_0x483f1c)break;else _0x4d55ee['push'](_0x4d55ee['shift']());}catch(_0x466ef3){_0x4d55ee['push'](_0x4d55ee['shift']());}}}(_0x5290,0x2e110));import{Plugin as _0x307a40,PendingActions as _0x3eb0cc}from'ckeditor5/src/core.js';import{LiveRange as _0x2566d0}from'ckeditor5/src/engine.js';import{CKEditorError as _0x19d6d7,uid as _0x1099ef,priorities as _0x280a20,logWarning as _0x4ef6ba}from'ckeditor5/src/utils.js';import{toWidget as _0x5ae860}from'ckeditor5/src/widget.js';import{Users as _0x2112c0,hashObject as _0x2fbeae,surroundingMarkersDetector as _0x44e3b8}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x53ada1 from'./commands/trackchangescommand.js';import _0x30ab34 from'./commands/acceptsuggestioncommand.js';import _0x3d8d7e from'./commands/discardsuggestioncommand.js';import _0x410cdc from'./commands/executeonallsuggestionscommand.js';import _0x4946ce from'./commands/executeonselectedsuggestionscommand.js';import _0x28348a from'./suggestion.js';import _0x359f1e from'./suggestiondescriptionfactory.js';import _0x21cab8 from'./integrations/aiassistant.js';import _0x3702dd from'./integrations/alignment.js';import _0x4927c5 from'./integrations/basicstyles.js';import _0x193e86 from'./integrations/blockquote.js';import _0x24fae2 from'./integrations/casechange.js';function _0x55af(_0x308ccc,_0x143a5a){const _0x52905b=_0x5290();return _0x55af=function(_0x55afc2,_0x52b6dc){_0x55afc2=_0x55afc2-0xa1;let _0x7495e2=_0x52905b[_0x55afc2];return _0x7495e2;},_0x55af(_0x308ccc,_0x143a5a);}import _0x2304bc from'./integrations/ckbox.js';import _0x3b5cf2 from'./integrations/codeblock.js';import _0x15a763 from'./integrations/comments.js';import _0x3c9330 from'./integrations/deletecommand.js';import _0x3a16f5 from'./integrations/list.js';import _0x20696f from'./integrations/listproperties.js';import _0x4b52d3 from'./integrations/entercommand.js';import _0x109041 from'./integrations/findandreplace.js';import _0xd7209f from'./integrations/font.js';import _0x4fca45 from'./integrations/formatpainter.js';import _0xf77eb7 from'./integrations/heading.js';import _0x558418 from'./integrations/highlight.js';import _0x52aea8 from'./integrations/horizontalline.js';import _0x4c2fab from'./integrations/htmlembed.js';import _0xdf4574 from'./integrations/image.js';import _0x2d44de from'./integrations/imagereplace.js';import _0x1b0064 from'./integrations/imagestyle.js';import _0x525e30 from'./integrations/importword.js';import _0x1137a8 from'./integrations/indent.js';import _0xd308d5 from'./integrations/inputcommand.js';import _0x392d1f from'./integrations/link.js';function _0x5290(){const _0x167519=['documentSelection','_setSuggestionData','getWalker','markerNameToElements','getShiftedBy','toUpperCase','clone','consume','upcast','unbind','PendingActions','_editor','moveTargetPosition','change:activeMarkers','isBefore','external:','insertion:discard','_isForcedDefaultExecutionBlock','addComment','values','_initAriaMarkerChangeAnnouncements','unbindElementFromMarkerName','$marker','isInContent','newRange','getMultiRangeId','isAtStart','updateMarker','_joinWithAdjacentSuggestions','set','9cqTjmJ','12LlbHmO','warn','_isBlockAttribute','addMarker:suggestion:attribute','default','key','isAfter','formatBlock:join','meta','_setSuggestionRange','announce','group','insertContent','removeMarkers','CommentsRepository','$text','some','isRemovable','discardSuggestion','trackChanges.trackFormatChanges','locale','define','assign','editing','add','return','_addSuggestionMarker','createRangeOn','backward','low','move','suggestion:','refresh','getRanges','ENTER','subType','createPositionAt','_enableDefaultAttributesIntegration','suggestion-type','groupId','isLocal','markers','markBlockFormat','_model','batch','createPositionBefore','_getExternalAuthor','markerToData','_enabledCommands','insert','_addThreadToSuggestion','start','model','dataToMarker','authorName','has','commentThread','fetchCommentThread','_removeSuggestion','trackChangesCommand','containerElement','setAttribute','length','insertion','authoredAt','formatBlock:accept','registerCustomCallback','head','document','_handleNewSuggestionMarker','setSelection','containsPosition','getChanges','join','deletion:accept','removeClass','listenTo','getItems','createSelection','markerName','_trackFormatChanges','671384gLrwQp','root','fire','substring','change:data','_cutOutSuggestionMarker','forceDefaultExecution','change','collaboration.channelId','_rangeIsInLocalUserInsertion','size','attributes','creator','@external','find','forEach','remove','author','clear','ck-suggestion-marker-','markerToHighlight','insertion:join','attribute:discard','removed','insertion:accept','rootName','data','resolve','$elementName','never','writer','isCollapsed','_recordAttributeSuggestions','attributeOldValue','ready','isArray','markInsertion','removeAttribute','attribute','isIntersectingWithRange','push','formatInline:discard','_processAttributeChanges','removeMarker:suggestion:formatBlock','selection','_breakSuggestionMarker','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.','attribute:join','track-changes-adapter-missing-getsuggestion','includes','FORMATTING','getFirstRange','isOwn','createRangeIn','isObject','getUser','formatBlock:chain','stopListening','deletion:discard','keys','setTo','addSuggestion','acceptAllSuggestions','353397zontxf','$graveyard','PENDING_ACTION_SUGGESTION','track-changes-enable-command-twice','_registerBlockAttribute','_isDataLoaded','showSuggestionHighlights','LEAVE','change:_saved','formatInline:','range','isLimit','markDeletion','forward','fromCharCode','getNearestSelectionRange','_findSuggestions','isBlock','142079mtKwuB','discard','widget','addClass','format','nodeBefore','markMultiRangeInsertion','TrackChangesEditing','_getAttributeKey','_blockAttributeKeys','Users','insertion:chain','formatBlock:','_isRegisteredAttribute','hasCommentThread','pop','_getSuggestionData','formatInline','isNextTo','80881IENYab','getAllAdjacentSuggestions','getCustomProperty','reconvertMarker','_refreshAttributeSuggestionsChain','enableReadOnlyMode','notReady','splice','containsRangeInObject','addMarker','activeMarkers','formatInline:join','getSuggestionCallback','deletion:chain','createPositionAfter','buildSuggestion','isTouching','_registerDefaultCallbacks','deletion:','rejected','track-changes-command-not-found','updateSuggestion','element','execute','deletion','trackChanges','formatGroupId','addSuggestionData','skipNestingCheck','addMarkerName','attribute:','newValue','ck-suggestion-marker--active','elementEnd','filter','for','_processAttributeSuggestions','_descriptionFactory','track-changes-suggestion-not-found','_customCallbacks','commandName','comments','accept','_mergeNestedSuggestions','getAncestors','markerReady','open','createdAt','accepted','schema','removeMarker','deleteContent','targetPosition','previous','marker-count','splitPosition','split','trackChanges.mergeNestedSuggestions','pluginName','_splitMarkerName','elementStart','hasSuggestion','suggestion','formatInline:chain','track-changes-suggestion-data-mismatch','_createSuggestion','markInlineFormat','addUser','getSuggestion','howMany','multi','attributeNewValue','map','ck-suggestion-marker-formatInline','getLastMatchingPosition','markAttributeChange','_element','getAttribute','stop','unshift','next','from','substr','_inlineAttributeKeys','position','addMarker:suggestion','differ','oldRange','enqueueChange','insertion:','ariaLiveAnnouncer','bindElementToMarker','after','every','originalSuggestionId','1936496jjtgJt','commands','removeComment','_commentsRepository','_reduceSuggestionAttributeRange','toJSON','formatBlock','editingDowncast','discardSelectedSuggestions','adapter','parent','isMultiRange','then','suggestion:attribute:','getChangedMarkers','oldValue','_afterChanges','enableCommand','containsItem','getDifference','conversion','detach','rename','registerPostFixer','addRange','removeMarker:suggestion:attribute','config','isIntersecting','isExternal','dataReady','high','46015VwAjEG','options','markMultiRangeDeletion','nodeAfter','attribute:accept','before','error-saving-suggestion-data-suggestion-discarded','elementToElement','_reduceExistingSuggestions','editor','10897160zYctgd','getIntersection','_joinSuggestions','tablePasteChainId','_registerInlineAttribute','type','track-changes-adapter-already-set','requires','getFirstMarker','item','addMarker:suggestion:formatBlock','catch','getContainedElement','name','createRange','_suggestionState','mapper','fromRange','dataDowncast','lowest','getRange','suggestionChanged','normal','_saved','isEqual','consumable','highest','_getAuthorFromId','formatBlock:discard','multipleBlocks','_suggestionFactory','isAtEnd','rethrowUnexpectedError','_defaultCallbacks','hasComments','$textProxy','_getMarkerAnnouncementText','8ykdGRi','suggestionUnloaded','getSuggestions','markMultiRangeBlockFormat','get','createElement','acceptSelectedSuggestions','isDocumentOperation','containsRange','update:suggestion','formatInline:accept','getCommentThread','attributeKey','_suggestions','_updateSuggestionData','plugins','_refreshSuggestionsChain','sort','concat','_onDiscard','data-suggestion','_SUGGESTION_ANNOUNCEMENT','toViewElement','end','chain','addHighlight','isSelectable','addCommentThread','discardAllSuggestions','delete','isUndo','_checkSuggestionCorrectness','_recordAttributeChanges','ck-suggestion-marker','startsWith','ck-suggestion-marker-formatBlock','getMarkers','acceptSuggestion','value','track-changes-user-not-found','applyOperation','isInsideObject','init','suggestionLoaded','_adapter','deletion:join','always'];_0x5290=function(){return _0x167519;};return _0x5290();}import _0x1ae734 from'./integrations/legacylist.js';import _0x2c794b from'./integrations/legacylistproperties.js';import _0x12e6d5 from'./integrations/mediaembed.js';import _0xe47f38 from'./integrations/mention.js';import _0x3309e1 from'./integrations/pagebreak.js';import _0x433d71 from'./integrations/paragraph.js';import _0x5a7183 from'./integrations/removeformat.js';import _0x38db39 from'./integrations/restrictededitingmode.js';import _0x43e429 from'./integrations/shiftentercommand.js';import _0x15da40 from'./integrations/standardeditingmode.js';import _0x5942aa from'./integrations/style.js';import _0x273523 from'./integrations/table.js';import _0x815171 from'./integrations/tablemergesplit.js';import _0x5d57c9 from'./integrations/tableheadings.js';import _0x1a53e7 from'./integrations/tableclipboard.js';import _0x5006b6 from'./integrations/tablecolumnresize.js';import _0x717a72 from'./integrations/template.js';import _0x7f79e6 from'./integrations/tableofcontents.js';import _0x56d3a7 from'./integrations/title.js';import _0x3399d3 from'./integrations/undo.js';import _0x490d43 from'./integrations/tablecaption.js';import _0x374399 from'./integrations/tableproperties.js';import{getTranslation as _0x444347}from'./utils/common-translations.js';import{isEqual as _0x104b89,omit as _0x4be9b6}from'lodash-es';export const renameAttributeKey=_0x7c15f2(0x115);export default class p extends _0x307a40{static get[_0x7c15f2(0x1ec)](){const _0x1c471c=_0x7c15f2;return[_0x1c471c(0xb6),_0x2112c0,_0x3eb0cc,_0x21cab8,_0x3702dd,_0x4927c5,_0x193e86,_0x2304bc,_0x24fae2,_0x3b5cf2,_0x15a763,_0x3c9330,_0x4b52d3,_0x109041,_0xd7209f,_0x4fca45,_0xf77eb7,_0x558418,_0x52aea8,_0x4c2fab,_0xdf4574,_0x1b0064,_0x2d44de,_0x525e30,_0x1137a8,_0xd308d5,_0x1ae734,_0x2c794b,_0x392d1f,_0x3a16f5,_0x20696f,_0x12e6d5,_0xe47f38,_0x3309e1,_0x433d71,_0x5a7183,_0x38db39,_0x43e429,_0x15da40,_0x5942aa,_0x273523,_0x815171,_0x5d57c9,_0x490d43,_0x1a53e7,_0x5006b6,_0x7f79e6,_0x374399,_0x717a72,_0x56d3a7,_0x3399d3];}static get[_0x7c15f2(0x197)](){const _0x4aa4ec=_0x7c15f2;return _0x4aa4ec(0x151);}constructor(_0x2187c8){const _0x27fa93=_0x7c15f2;function _0x21c602(_0x8ec329){const _0xd33731=_0x55af;return _0x8ec329[_0xd33731(0x1a5)](_0x415e64=>String[_0xd33731(0x146)](_0x415e64))[_0xd33731(0xf1)]('');}super(_0x2187c8),this[_0x27fa93(0x119)]=!0x1,this[_0x27fa93(0xa6)](_0x27fa93(0x167),[]),this['on'](_0x27fa93(0x246),(_0x4febbe,_0x370ec1,_0x5d3950,_0x3f5d27)=>{const _0x315c98=_0x27fa93;this[_0x315c98(0xd3)][_0x315c98(0x100)](()=>{const _0x2d1aa1=_0x315c98;for(const _0x52948b of[..._0x3f5d27,..._0x5d3950])this[_0x2d1aa1(0xd3)][_0x2d1aa1(0xd1)][_0x2d1aa1(0xdf)](_0x52948b)&&_0x2187c8[_0x2d1aa1(0xbf)][_0x2d1aa1(0x160)](_0x52948b);});}),this[_0x27fa93(0x182)]=new _0x359f1e(this[_0x27fa93(0x1e4)][_0x27fa93(0xdc)][_0x27fa93(0x18e)],this[_0x27fa93(0x1e4)][_0x27fa93(0xbc)]),this[_0x27fa93(0x236)]=null,this[_0x27fa93(0x203)]=new Bt(this[_0x27fa93(0x1e4)]),this[_0x27fa93(0x217)]=new Map(),this[_0x27fa93(0x1bf)]=_0x2187c8[_0x27fa93(0x219)][_0x27fa93(0x20e)](_0x27fa93(0xb6)),this[_0x27fa93(0xd8)]=new Set(),this[_0x27fa93(0xd3)]=this[_0x27fa93(0x1e4)][_0x27fa93(0xdc)],this[_0x27fa93(0x1f4)]=new WeakMap(),this[_0x27fa93(0x24a)]=!0x1,this[_0x27fa93(0x153)]=new Set([_0x27fa93(0x115)]),this[_0x27fa93(0x1b0)]=new Set(),_0x2187c8[_0x27fa93(0x1d6)][_0x27fa93(0xbd)](_0x27fa93(0xbb),_0x27fa93(0xac)),this[_0x27fa93(0xf8)]=_0x2187c8[_0x27fa93(0x1d6)][_0x27fa93(0x20e)](_0x27fa93(0xbb)),_0x2187c8[_0x27fa93(0x1d6)][_0x27fa93(0xbd)](_0x27fa93(0x196),!0x0),this[_0x27fa93(0x188)]=_0x2187c8[_0x27fa93(0x1d6)][_0x27fa93(0x20e)](_0x27fa93(0x196)),this[_0x27fa93(0xe3)]=new _0x53ada1(_0x2187c8,this[_0x27fa93(0xd8)]),this[_0x27fa93(0x24d)](),this[_0x21c602([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x21c602([0x34,0x30,0x34,0x38,0x30,0x36,0x32,0x36]);}[_0x7c15f2(0x234)](){const _0x3388c8=_0x7c15f2,_0x5a48d3=this[_0x3388c8(0x1e4)],_0x16fa74=(_0x37dcd0,_0x4ae271)=>{const _0x2d6956=_0x3388c8;if(_0x2d6956(0x11f)!=_0x37dcd0)return _0x2d6956(0x10c)+_0x37dcd0;const _0x2dee99=_0x4ae271[_0x2d6956(0x195)]('|')[0x0];return this[_0x2d6956(0xaa)](_0x2dee99)?_0x2d6956(0x22d):_0x2d6956(0x1a6);};_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x1c3))[_0x3388c8(0x10d)]({'model':_0x3388c8(0x19b),'view':_0x5ac25e=>{const _0x469e53=_0x3388c8,{id:_0x45f8eb,type:_0x2b3c1a,subType:_0x3723d0}=this[_0x469e53(0x198)](_0x5ac25e[_0x469e53(0xf7)]),_0x1560fd=[_0x469e53(0x22b),_0x16fa74(_0x2b3c1a,_0x3723d0)];let _0x19e592=0xbb8;return this[_0x469e53(0x167)][_0x469e53(0x12a)](_0x5ac25e[_0x469e53(0xf7)])&&(_0x1560fd[_0x469e53(0x121)](_0x469e53(0x17d)),_0x19e592=0xbc2),_0x469e53(0x175)==_0x2b3c1a&&(_0x19e592+=0x5),{'classes':_0x1560fd,'attributes':{'data-suggestion':_0x45f8eb},'priority':_0x19e592};}}),_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x1f7))[_0x3388c8(0xc0)](_0x49d651=>{const _0x1ae2f9=_0x3388c8;_0x49d651['on'](_0x1ae2f9(0x1b2),(_0x1b471d,_0xbbc9e3,_0x514b4d)=>{const _0x433a0f=_0x1ae2f9;if(!_0x514b4d[_0x433a0f(0x1dc)][_0x433a0f(0x13e)])return;const _0xd1d3ed=_0xbbc9e3[_0x433a0f(0x1ee)];if(!_0xd1d3ed)return;const _0x40264c=_0x514b4d[_0x433a0f(0x1f5)][_0x433a0f(0x220)](_0xd1d3ed);_0x5a48d3[_0x433a0f(0xdc)][_0x433a0f(0x18e)][_0x433a0f(0x12f)](_0xd1d3ed)&&_0x40264c&&!_0x40264c[_0x433a0f(0x15f)](_0x433a0f(0x14c))&&_0x40264c['is'](_0x433a0f(0xe4))&&_0x5ae860(_0x40264c,_0x514b4d[_0x433a0f(0x117)]);},{'priority':_0x1ae2f9(0x1da)});}),_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x1f7))[_0x3388c8(0x10d)]({'model':_0x3388c8(0x19b),'view':(_0x6e3e26,_0x4b0068)=>{const _0x49b134=_0x3388c8;if(!_0x4b0068[_0x49b134(0x1dc)][_0x49b134(0x13e)])return null;const {type:_0x1d2ffb,subType:_0x37463d}=this[_0x49b134(0x198)](_0x6e3e26[_0x49b134(0xf7)]);return{'classes':[_0x49b134(0x22b),_0x16fa74(_0x1d2ffb,_0x37463d)],'priority':0xbb8};}});const _0x3fa29c=({showActiveMarkers:_0x4118ac=!0x0,isAttributeSuggestion:_0x2ae8e0=!0x1}={})=>(_0x5c1720,_0x138b78,_0x3b85d7)=>{const _0x23bcc5=_0x3388c8;if(!_0x138b78[_0x23bcc5(0x1ee)])return;const {id:_0x6bd60d}=this[_0x23bcc5(0x198)](_0x138b78[_0x23bcc5(0xf7)]);if(_0x2ae8e0){const _0x1088f8=this[_0x23bcc5(0x217)][_0x23bcc5(0x20e)](_0x6bd60d),_0x516f5b=this[_0x23bcc5(0x152)](_0x1088f8);if(!this[_0x23bcc5(0xaa)](_0x516f5b))return;}if(_0x138b78[_0x23bcc5(0x1ee)]['is'](_0x23bcc5(0x125)))return void _0x3b85d7[_0x23bcc5(0x1fe)][_0x23bcc5(0x240)](_0x138b78[_0x23bcc5(0x1ee)],_0x5c1720[_0x23bcc5(0x1f2)]);const _0x2883bf=_0x3b85d7[_0x23bcc5(0x1f5)][_0x23bcc5(0x220)](_0x138b78[_0x23bcc5(0x1ee)]);if(_0x138b78[_0x23bcc5(0x1ee)]['is'](_0x23bcc5(0x173))&&_0x5a48d3[_0x23bcc5(0xdc)][_0x23bcc5(0x18e)][_0x23bcc5(0x149)](_0x138b78[_0x23bcc5(0x1ee)])&&!_0x2883bf[_0x23bcc5(0x15f)](_0x23bcc5(0x223))){_0x3b85d7[_0x23bcc5(0x117)][_0x23bcc5(0x14d)]([_0x23bcc5(0x22b),_0x23bcc5(0x22d)],_0x2883bf),_0x3b85d7[_0x23bcc5(0x117)][_0x23bcc5(0xe5)](_0x23bcc5(0x21e),_0x6bd60d,_0x2883bf),_0x3b85d7[_0x23bcc5(0x1f5)][_0x23bcc5(0x1b8)](_0x2883bf,_0x138b78[_0x23bcc5(0xf7)]),_0x4118ac&&(this[_0x23bcc5(0x167)][_0x23bcc5(0x12a)](_0x138b78[_0x23bcc5(0xf7)])?_0x3b85d7[_0x23bcc5(0x117)][_0x23bcc5(0x14d)](_0x23bcc5(0x17d),_0x2883bf):_0x3b85d7[_0x23bcc5(0x117)][_0x23bcc5(0xf3)](_0x23bcc5(0x17d),_0x2883bf));for(const _0x52b698 of _0x5a48d3[_0x23bcc5(0xdc)][_0x23bcc5(0x12e)](_0x138b78[_0x23bcc5(0x1ee)])[_0x23bcc5(0xf5)]())_0x3b85d7[_0x23bcc5(0x1fe)][_0x23bcc5(0x240)](_0x52b698,_0x5c1720[_0x23bcc5(0x1f2)]);_0x3b85d7[_0x23bcc5(0x1fe)][_0x23bcc5(0x240)](_0x138b78[_0x23bcc5(0x1ee)],_0x5c1720[_0x23bcc5(0x1f2)]);}};_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x1f7))[_0x3388c8(0xc0)](_0x37b069=>{const _0x5476a3=_0x3388c8;_0x37b069['on'](_0x5476a3(0x1ef),(_0x3ed2bc,_0x5b2451,_0x3a2e6d)=>{const _0x3ef41b=_0x5476a3;_0x3a2e6d[_0x3ef41b(0x1dc)][_0x3ef41b(0x13e)]&&_0x3fa29c({'showActiveMarkers':!0x1})(_0x3ed2bc,_0x5b2451,_0x3a2e6d);},{'priority':_0x5476a3(0x1ff)});}),_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x1f7))[_0x3388c8(0xc0)](_0x2a3803=>{const _0x690865=_0x3388c8;_0x2a3803['on'](_0x690865(0xab),(_0x55288b,_0x382937,_0x345ab9)=>{const _0x55bc74=_0x690865;_0x345ab9[_0x55bc74(0x1dc)][_0x55bc74(0x13e)]&&_0x3fa29c({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x55288b,_0x382937,_0x345ab9);},{'priority':_0x690865(0x1ff)});}),_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x1f7))[_0x3388c8(0xd7)]({'model':_0x3388c8(0x19b),'view':(_0x281f0d,_0x2c64be)=>_0x2c64be[_0x3388c8(0x1dc)][_0x3388c8(0x13e)]?null:{'group':_0x3388c8(0x19b),'name':_0x281f0d[_0x3388c8(0x1af)](0xb)}}),_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x241))[_0x3388c8(0x1e2)]({'view':{'name':_0x3388c8(0x19b),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x30b410,{writer:_0x615c50})=>{const _0x81cbee=_0x3388c8;let _0x220b98=_0x81cbee(0xc7)+_0x30b410[_0x81cbee(0x1aa)](_0x81cbee(0xce))+':'+_0x30b410[_0x81cbee(0x1aa)]('id');return _0x30b410[_0x81cbee(0x1aa)](_0x81cbee(0x193))&&(_0x220b98+=':'+_0x30b410[_0x81cbee(0x1aa)](_0x81cbee(0x193))),_0x615c50[_0x81cbee(0x20f)](_0x81cbee(0x24f),{'data-name':_0x220b98});}}),_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x241))[_0x3388c8(0xdd)]({'view':_0x3388c8(0x19b)}),_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x1c3))[_0x3388c8(0xc0)](_0x424927=>{const _0x3afe77=_0x3388c8;_0x424927['on'](_0x3afe77(0x1ef),_0x3fa29c(),{'priority':_0x3afe77(0x1da)});}),_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x1c3))[_0x3388c8(0xc0)](_0x3257db=>{const _0x35a499=_0x3388c8;_0x3257db['on'](_0x35a499(0xab),_0x3fa29c({'isAttributeSuggestion':!0x0}),{'priority':_0x35a499(0x1da)});}),_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x1c3))[_0x3388c8(0xc0)](_0x31c2aa=>{const _0x1cb77a=_0x3388c8;_0x31c2aa['on'](_0x1cb77a(0x124),(_0x4feb38,_0x8d4e7e,_0x115dc9)=>{const _0x3e01d9=_0x1cb77a,_0x3c4389=_0x115dc9[_0x3e01d9(0x1f5)][_0x3e01d9(0x23c)](_0x8d4e7e[_0x3e01d9(0xf7)]);if(_0x3c4389){for(const _0x4b6668 of _0x3c4389)_0x4b6668[_0x3e01d9(0x15f)](_0x3e01d9(0x223))||(_0x115dc9[_0x3e01d9(0x117)][_0x3e01d9(0xf3)]([_0x3e01d9(0x22b),_0x3e01d9(0x22d),_0x3e01d9(0x17d)],_0x4b6668),_0x115dc9[_0x3e01d9(0x117)][_0x3e01d9(0x11e)](_0x3e01d9(0x21e),_0x4b6668),_0x115dc9[_0x3e01d9(0x1f5)][_0x3e01d9(0x24e)](_0x4b6668,_0x8d4e7e[_0x3e01d9(0xf7)]));}},{'priority':_0x1cb77a(0x1da)});}),_0x5a48d3[_0x3388c8(0x1d0)][_0x3388c8(0x180)](_0x3388c8(0x1c3))[_0x3388c8(0xc0)](_0x5ee06b=>{const _0x319c68=_0x3388c8;_0x5ee06b['on'](_0x319c68(0x1d5),(_0x1909e5,_0x2dbf15,_0x2b028b)=>{const _0x38be8b=_0x319c68,_0x29479f=_0x2b028b[_0x38be8b(0x1f5)][_0x38be8b(0x23c)](_0x2dbf15[_0x38be8b(0xf7)]);if(!_0x29479f)return;const {id:_0x40c3e9}=this[_0x38be8b(0x198)](_0x2dbf15[_0x38be8b(0xf7)]),_0x1ce69c=this[_0x38be8b(0x217)][_0x38be8b(0x20e)](_0x40c3e9),_0x4f46da=this[_0x38be8b(0x152)](_0x1ce69c);if(this[_0x38be8b(0xaa)](_0x4f46da)){for(const _0x2c1eb5 of _0x29479f)_0x2c1eb5[_0x38be8b(0x15f)](_0x38be8b(0x223))||(_0x2b028b[_0x38be8b(0x117)][_0x38be8b(0xf3)]([_0x38be8b(0x22b),_0x38be8b(0x22d),_0x38be8b(0x17d)],_0x2c1eb5),_0x2b028b[_0x38be8b(0x117)][_0x38be8b(0x11e)](_0x38be8b(0x21e),_0x2c1eb5),_0x2b028b[_0x38be8b(0x1f5)][_0x38be8b(0x24e)](_0x2c1eb5,_0x2dbf15[_0x38be8b(0xf7)]));}},{'priority':_0x319c68(0x1da)});}),_0x5a48d3[_0x3388c8(0xdc)][_0x3388c8(0xec)][_0x3388c8(0x1d3)](_0x4c2766=>{const _0x549c3a=_0x3388c8;let _0x329938=!0x1;const _0x5495f8=Array[_0x549c3a(0x1ae)](_0x5a48d3[_0x549c3a(0xdc)][_0x549c3a(0xec)][_0x549c3a(0x1b3)][_0x549c3a(0x1ca)]()),_0x719339=new Set();for(const {name:_0x45f557,data:_0x32f94a}of _0x5495f8){const {group:_0x56eb06,type:_0x41fd37,subType:_0x104f26,id:_0x18c8e7}=this[_0x549c3a(0x198)](_0x45f557);if(_0x549c3a(0x19b)!==_0x56eb06)continue;const _0x37ec1b=this[_0x549c3a(0x217)][_0x549c3a(0x20e)](_0x18c8e7);if(null!=_0x32f94a[_0x549c3a(0xa1)]){_0x549c3a(0x15b)==_0x41fd37&&(_0x329938=_0x329938||Tt(_0x32f94a[_0x549c3a(0xa1)],_0x45f557,_0x4c2766,_0x5a48d3[_0x549c3a(0xdc)][_0x549c3a(0x18e)]));const _0x21ce8e=_0x549c3a(0x11f)==_0x41fd37&&this[_0x549c3a(0xaa)](_0x104f26[_0x549c3a(0x195)]('|')[0x0]);if(_0x32f94a[_0x549c3a(0xa1)][_0x549c3a(0x118)]||_0x549c3a(0x139)==_0x32f94a[_0x549c3a(0xa1)][_0x549c3a(0xfa)][_0x549c3a(0x112)]||_0x549c3a(0x1c2)==_0x41fd37&&!Vt(_0x32f94a[_0x549c3a(0xa1)])||_0x21ce8e&&!Vt(_0x32f94a[_0x549c3a(0xa1)])||_0x549c3a(0x175)==_0x41fd37&&!(!Rt(_0x3ddf1e=_0x32f94a[_0x549c3a(0xa1)])&&!function(_0x4cdd08){const _0x27b47a=_0x549c3a;return _0x4cdd08[_0x27b47a(0xdb)][_0x27b47a(0x1c6)]==_0x4cdd08[_0x27b47a(0x221)][_0x27b47a(0x14f)]&&_0x4cdd08[_0x27b47a(0xdb)][_0x27b47a(0x204)];}(_0x3ddf1e)))_0x4c2766[_0x549c3a(0x18f)](_0x45f557),_0x329938=!0x0;else{if(!_0x37ec1b||!_0x37ec1b[_0x549c3a(0x250)])continue;_0x719339[_0x549c3a(0xc0)](_0x37ec1b);}}}var _0x3ddf1e;return _0x719339[_0x549c3a(0x103)]>0x0&&(_0x329938=!!this[_0x549c3a(0xa5)](_0x719339)||_0x329938),_0x329938;}),_0x5a48d3[_0x3388c8(0xdc)][_0x3388c8(0xec)][_0x3388c8(0x1d3)](_0x1048b2=>{const _0x5cb31c=_0x3388c8;let _0x4ce37c=!0x1;for(const _0x128fdd of _0x5a48d3[_0x5cb31c(0xdc)][_0x5cb31c(0xec)][_0x5cb31c(0x1b3)][_0x5cb31c(0xf0)]())if(_0x5cb31c(0xd9)==_0x128fdd[_0x5cb31c(0x1ea)])for(const _0x36838f of this[_0x5cb31c(0x217)][_0x5cb31c(0x24c)]()){if(_0x36838f[_0x5cb31c(0x1c7)]||!_0x36838f[_0x5cb31c(0x250)])continue;const _0x7bdd62=_0x5cb31c(0x1c2)==_0x36838f[_0x5cb31c(0x1ea)],_0x279728=this[_0x5cb31c(0x152)](_0x36838f),_0x30f0f8=_0x279728&&this[_0x5cb31c(0xaa)](_0x279728);if(!_0x7bdd62&&!_0x30f0f8)continue;const _0x46f099=_0x36838f[_0x5cb31c(0x12c)]();if(_0x46f099[_0x5cb31c(0xdb)][_0x5cb31c(0x1c6)]!=_0x46f099[_0x5cb31c(0x221)][_0x5cb31c(0x1c6)]&&!_0x46f099[_0x5cb31c(0x221)][_0x5cb31c(0x204)]){const _0x10c4e6=_0x5a48d3[_0x5cb31c(0xdc)][_0x5cb31c(0xcc)](_0x46f099[_0x5cb31c(0xdb)][_0x5cb31c(0x1de)],_0x5cb31c(0x221)),_0x342493=_0x5a48d3[_0x5cb31c(0xdc)][_0x5cb31c(0x1f3)](_0x46f099[_0x5cb31c(0xdb)],_0x10c4e6);_0x1048b2[_0x5cb31c(0xa4)](_0x36838f[_0x5cb31c(0x1ed)](),{'range':_0x342493}),_0x4ce37c=!0x0;}}return _0x4ce37c;}),_0x5a48d3[_0x3388c8(0xdc)][_0x3388c8(0xec)][_0x3388c8(0x1d3)](_0x69ffec=>this[_0x3388c8(0x123)](_0x69ffec)),_0x5a48d3[_0x3388c8(0xdc)][_0x3388c8(0xec)][_0x3388c8(0x1d3)](_0xb5f418=>!_0xb5f418[_0x3388c8(0xd4)][_0x3388c8(0xd0)]&&this[_0x3388c8(0x181)](_0xb5f418)),_0x5a48d3[_0x3388c8(0xdc)]['on'](_0x3388c8(0x1cc),()=>{const _0x392294=_0x3388c8;this[_0x392294(0x119)]=!0x1;}),_0x5a48d3[_0x3388c8(0xdc)][_0x3388c8(0xec)]['on'](_0x3388c8(0xfd),(_0xd842d0,_0x5cff79)=>{const _0xaa8e87=_0x3388c8;if(!_0x5cff79[_0xaa8e87(0xd0)]||_0x5cff79[_0xaa8e87(0x228)])return;if(!this[_0xaa8e87(0x119)])return;const _0x51fedc=_0x5a48d3[_0xaa8e87(0xdc)][_0xaa8e87(0xec)][_0xaa8e87(0x1b3)][_0xaa8e87(0xf0)]();if(0x0==_0x51fedc[_0xaa8e87(0xe6)])return;const _0x609cb0=[],_0xfc4f77=_0x51fedc[_0xaa8e87(0x17f)](_0x292351=>_0xaa8e87(0x11f)==_0x292351[_0xaa8e87(0x1ea)]),_0x38632f=_0x51fedc[_0xaa8e87(0x17f)](_0x3956c6=>_0xaa8e87(0xd9)==_0x3956c6[_0xaa8e87(0x1ea)]&&_0xaa8e87(0xb7)!=_0x3956c6[_0xaa8e87(0x1f2)]),_0x47c5d1=_0x51fedc[_0xaa8e87(0x17f)](_0x28d18c=>_0xaa8e87(0x109)==_0x28d18c[_0xaa8e87(0x1ea)]&&_0xaa8e87(0xb7)!=_0x28d18c[_0xaa8e87(0x1f2)]);for(const _0x3ae228 of _0xfc4f77)this[_0xaa8e87(0x157)](_0x3ae228[_0xaa8e87(0x216)])&&_0x609cb0[_0xaa8e87(0x121)]({'key':_0x3ae228[_0xaa8e87(0x216)],'newValue':_0x3ae228[_0xaa8e87(0x1a4)],'oldValue':_0x3ae228[_0xaa8e87(0x11a)],'range':Ut(_0x3ae228[_0xaa8e87(0x142)],_0x5a48d3[_0xaa8e87(0xdc)])});for(const _0x392f0f of _0x38632f){const _0x2c128d=_0x47c5d1[_0xaa8e87(0x107)](_0x137321=>_0x137321[_0xaa8e87(0x1a9)]===_0x392f0f[_0xaa8e87(0x1a9)]);if(_0x2c128d){const _0x2930b2=Ot(_0x392f0f[_0xaa8e87(0x1b1)][_0xaa8e87(0x1de)],_0x5a48d3[_0xaa8e87(0xdc)]);_0x2c128d[_0xaa8e87(0x1f2)]!==_0x392f0f[_0xaa8e87(0x1f2)]&&_0x609cb0[_0xaa8e87(0x121)]({'key':_0xaa8e87(0x115),'newValue':_0x392f0f[_0xaa8e87(0x1f2)],'oldValue':_0x2c128d[_0xaa8e87(0x1f2)],'range':_0x2930b2});for(const [_0x56ecd8,_0x4b15a1]of _0x2c128d[_0xaa8e87(0x104)]){if(!this[_0xaa8e87(0x157)](_0x56ecd8))continue;const _0x80fc60=_0x392f0f[_0xaa8e87(0x104)][_0xaa8e87(0x20e)](_0x56ecd8);_0x4b15a1!==_0x80fc60&&_0x609cb0[_0xaa8e87(0x121)]({'key':_0x56ecd8,'newValue':_0x80fc60,'oldValue':_0x4b15a1,'range':_0x2930b2});}for(const [_0xd9f401,_0x214c94]of _0x392f0f[_0xaa8e87(0x104)])this[_0xaa8e87(0x157)](_0xd9f401)&&(_0x2c128d[_0xaa8e87(0x104)][_0xaa8e87(0xdf)](_0xd9f401)||_0x609cb0[_0xaa8e87(0x121)]({'key':_0xd9f401,'newValue':_0x214c94,'oldValue':null,'range':_0x2930b2}));}}0x0!=_0x609cb0[_0xaa8e87(0xe6)]&&_0x5a48d3[_0xaa8e87(0xdc)][_0xaa8e87(0x1b5)](_0x5cff79,_0x55b8e6=>{const _0x3a14d3=_0xaa8e87,_0xdc5673=_0x1099ef();for(const {range:_0x5f7c46,key:_0x2fed62,oldValue:_0x362ca8,newValue:_0x380bf3}of _0x609cb0)this[_0x3a14d3(0x1a8)](_0x5f7c46,_0x2fed62,_0x362ca8,_0x380bf3,{'groupId':_0xdc5673});this[_0x3a14d3(0x1e3)](_0x55b8e6,_0x609cb0);});},{'priority':_0x3388c8(0x1f8)}),_0x5a48d3[_0x3388c8(0xdc)][_0x3388c8(0xd1)]['on'](_0x3388c8(0x213),(_0x269a25,_0xb0d38f,_0xbf8789)=>{const _0x15522e=_0x3388c8;if(null==_0xbf8789){const {id:_0x450bfc}=this[_0x15522e(0x198)](_0xb0d38f[_0x15522e(0x1f2)]),_0x4f0b23=this[_0x15522e(0x217)][_0x15522e(0x20e)](_0x450bfc);_0x4f0b23&&_0x4f0b23[_0x15522e(0x17a)](_0xb0d38f[_0x15522e(0x1f2)]);}}),_0x5a48d3[_0x3388c8(0xdc)][_0x3388c8(0xec)]['on'](_0x3388c8(0xfd),()=>{const _0x370a70=_0x3388c8,_0x2f9cc2=Array[_0x370a70(0x1ae)](_0x5a48d3[_0x370a70(0xdc)][_0x370a70(0xec)][_0x370a70(0x1b3)][_0x370a70(0x1ca)]())[_0x370a70(0x17f)](_0x593ea0=>_0x370a70(0x19b)===this[_0x370a70(0x198)](_0x593ea0[_0x370a70(0x1f2)])[_0x370a70(0xb3)]);if(0x0===_0x2f9cc2[_0x370a70(0xe6)])return;_0x2f9cc2[_0x370a70(0x21b)]((_0x5ee44e,_0x26564a)=>{const _0xb0094a=_0x370a70,_0x42cf78=_0x5ee44e[_0xb0094a(0x113)][_0xb0094a(0x1b4)],_0x3fe0ea=_0x26564a[_0xb0094a(0x113)][_0xb0094a(0x1b4)];return null===_0x42cf78&&null===_0x3fe0ea?0x0:null===_0x42cf78&&null!==_0x3fe0ea?-0x1:null!==_0x42cf78&&null===_0x3fe0ea?0x1:_0x42cf78[_0xb0094a(0xdb)][_0xb0094a(0x247)](_0x3fe0ea[_0xb0094a(0xdb)])?-0x1:0x1;});const _0xa6a77a=new Set(),_0xd36b5=new Set();for(const {name:_0x1fb3b1,data:_0x142692}of _0x2f9cc2){const {id:_0x5451fb}=this[_0x370a70(0x198)](_0x1fb3b1);if(null===_0x142692[_0x370a70(0x1b4)]){const _0x5a80c5=this[_0x370a70(0xed)](_0x1fb3b1);_0xd36b5[_0x370a70(0xc0)](_0x5a80c5);}else{const _0x523275=this[_0x370a70(0x217)][_0x370a70(0x20e)](_0x5451fb);null!==_0x142692[_0x370a70(0xa1)]||_0x523275[_0x370a70(0x250)]?(_0xa6a77a[_0x370a70(0xc0)](_0x523275[_0x370a70(0xeb)]),_0xd36b5[_0x370a70(0xc0)](_0x523275)):this[_0x370a70(0xe2)](_0x523275);}}_0xd36b5[_0x370a70(0x103)]>0x0&&this[_0x370a70(0x21a)](_0xd36b5);for(const _0x60a3f3 of _0xa6a77a)this[_0x370a70(0xfb)](_0x370a70(0x1fa),_0x60a3f3);}),_0x5a48d3[_0x3388c8(0xdc)]['on'](_0x3388c8(0x232),(_0x4f7378,_0x15d95a)=>{const _0x4a4d87=_0x3388c8,_0x56fd73=_0x15d95a[0x0];if(!this[_0x4a4d87(0x217)][_0x4a4d87(0x103)])return;if(!_0x56fd73[_0x4a4d87(0x211)])return;if(_0x56fd73[_0x4a4d87(0xd4)][_0x4a4d87(0x228)]||!_0x56fd73[_0x4a4d87(0xd4)][_0x4a4d87(0xd0)])return;let _0x3e34a2,_0x3cf9e4;switch(_0x56fd73[_0x4a4d87(0x1ea)]){case _0x4a4d87(0xd9):_0x3e34a2=_0x5a48d3[_0x4a4d87(0xdc)][_0x4a4d87(0xcc)](_0x56fd73[_0x4a4d87(0x1b1)]),_0x3cf9e4=_0x3e34a2[_0x4a4d87(0x23d)](_0x56fd73[_0x4a4d87(0x1a2)]);break;case _0x4a4d87(0x195):_0x3e34a2=_0x5a48d3[_0x4a4d87(0xdc)][_0x4a4d87(0xcc)](_0x56fd73[_0x4a4d87(0x194)]),_0x3cf9e4=_0x5a48d3[_0x4a4d87(0xdc)][_0x4a4d87(0xcc)](_0x56fd73[_0x4a4d87(0x245)]);break;case _0x4a4d87(0xc6):_0x3e34a2=_0x5a48d3[_0x4a4d87(0xdc)][_0x4a4d87(0xcc)](_0x56fd73[_0x4a4d87(0x191)]),_0x3cf9e4=_0x3e34a2[_0x4a4d87(0x23d)](_0x56fd73[_0x4a4d87(0x1a2)]);break;default:return;}const _0x5deda2=_0x5a48d3[_0x4a4d87(0xdc)][_0x4a4d87(0x1f3)](_0x3e34a2,_0x3cf9e4);_0x5a48d3[_0x4a4d87(0xdc)][_0x4a4d87(0x100)](()=>{const _0x360c52=_0x4a4d87;for(const {suggestion:_0x2cc45b,meta:_0x1929ee}of this[_0x360c52(0x148)](_0x5deda2)){if(_0x2cc45b[_0x360c52(0x1c7)])continue;if(_0x360c52(0x15b)==_0x2cc45b[_0x360c52(0x1ea)])continue;const _0x5cd389=this[_0x360c52(0x152)](_0x2cc45b);if(_0x5cd389&&this[_0x360c52(0xaa)](_0x5cd389)&&_0x360c52(0x195)!=_0x56fd73[_0x360c52(0x1ea)])continue;const _0x37ecac=_0x2cc45b[_0x360c52(0x113)]&&_0x2cc45b[_0x360c52(0x113)][_0x360c52(0x202)];(_0x360c52(0x1c2)!=_0x2cc45b[_0x360c52(0x1ea)]||_0x360c52(0x195)==_0x56fd73[_0x360c52(0x1ea)]&&!_0x37ecac)&&(_0x1929ee[_0x360c52(0x165)]||_0x360c52(0xe7)==_0x2cc45b[_0x360c52(0x1ea)]&&_0x1929ee[_0x360c52(0x12d)]||_0x2cc45b[_0x360c52(0x12c)]()[_0x360c52(0x212)](_0x5deda2)&&this[_0x360c52(0x126)](_0x2cc45b,_0x3e34a2,_0x3cf9e4));}});},{'priority':_0x3388c8(0x1f8)}),_0x5a48d3[_0x3388c8(0xdc)]['on'](_0x3388c8(0x190),(_0x1850fd,_0x9ecea6)=>{const _0x4e16ea=_0x3388c8,_0x35c734=_0x9ecea6[0x0],_0x4d2f8c=_0x9ecea6[0x1];if(_0x4d2f8c&&_0x4d2f8c[_0x4e16ea(0xff)])return;if(this[_0x4e16ea(0x24a)])return;if(!this[_0x4e16ea(0xe3)][_0x4e16ea(0x230)])return;if(_0x35c734[_0x4e16ea(0x118)])return;const _0x3fe3d0=_0x5a48d3[_0x4e16ea(0xdc)][_0x4e16ea(0x18e)],{start:_0x19c431,end:_0xa09989}=_0x35c734[_0x4e16ea(0x12c)](),_0x1f49c3=_0x19c431[_0x4e16ea(0x1de)]&&_0x3fe3d0[_0x4e16ea(0x143)](_0x19c431[_0x4e16ea(0x1de)])?null:_0x3fe3d0[_0x4e16ea(0x147)](_0x19c431,_0x4e16ea(0x145)),_0xf6cd40=_0xa09989[_0x4e16ea(0x14f)]&&_0x3fe3d0[_0x4e16ea(0x143)](_0xa09989[_0x4e16ea(0x14f)])?null:_0x3fe3d0[_0x4e16ea(0x147)](_0xa09989,_0x4e16ea(0xc4)),_0x25bf52=_0x5a48d3[_0x4e16ea(0xdc)][_0x4e16ea(0x1f3)](_0x1f49c3?_0x1f49c3[_0x4e16ea(0xdb)]:_0x19c431,_0xf6cd40?_0xf6cd40[_0x4e16ea(0x221)]:_0xa09989);_0x5a48d3[_0x4e16ea(0xdc)][_0x4e16ea(0x100)](_0x4d0e90=>{const _0x364f57=_0x4e16ea;this[_0x364f57(0x144)](_0x25bf52);const _0x210782=_0x5a48d3[_0x364f57(0xdc)][_0x364f57(0x18e)][_0x364f57(0x147)](_0x25bf52[_0x364f57(0xdb)]);_0x35c734['is'](_0x364f57(0x239))?_0x4d0e90[_0x364f57(0xee)](_0x210782):_0x35c734[_0x364f57(0x135)](_0x210782);}),_0x1850fd[_0x4e16ea(0x1ab)]();},{'priority':_0x280a20[_0x3388c8(0x1fb)]+0xa}),_0x5a48d3[_0x3388c8(0xdc)]['on'](_0x3388c8(0xb4),(_0x35b43d,_0x2f0b2f)=>{const _0xf3f66d=_0x3388c8,_0x5b0300=_0x2f0b2f[_0x2f0b2f[_0xf3f66d(0xe6)]-0x1];_0x5b0300&&_0x5b0300[_0xf3f66d(0xff)]||this[_0xf3f66d(0x24a)]||this[_0xf3f66d(0xe3)][_0xf3f66d(0x230)]&&(_0x5a48d3[_0xf3f66d(0xdc)][_0xf3f66d(0x100)](()=>{const _0x454080=_0xf3f66d;let _0x47a4ba=_0x5a48d3[_0x454080(0xdc)][_0x454080(0xb4)](_0x2f0b2f[0x0],_0x2f0b2f[0x1],_0x2f0b2f[0x2],{'forceDefaultExecution':!0x0});if(!_0x47a4ba)return;_0x35b43d[_0x454080(0xc1)]=_0x47a4ba[_0x454080(0x23f)]();const _0x413402=_0x47a4ba[_0x454080(0x221)][_0x454080(0x14f)],_0x1def1f=_0x5a48d3[_0x454080(0xdc)][_0x454080(0x18e)];_0x413402&&_0x1def1f[_0x454080(0x149)](_0x413402)&&!_0x1def1f[_0x454080(0x12f)](_0x413402)&&(_0x47a4ba=_0x5a48d3[_0x454080(0xdc)][_0x454080(0x1f3)](_0x47a4ba[_0x454080(0xdb)],_0x5a48d3[_0x454080(0xdc)][_0x454080(0xcc)](_0x413402,_0x454080(0x221)))),this[_0x454080(0x11d)](_0x47a4ba);}),_0x35b43d[_0xf3f66d(0x1ab)]());},{'priority':_0x3388c8(0x1da)}),this[_0x3388c8(0x1e4)][_0x3388c8(0x1bd)][_0x3388c8(0xc0)](_0x3388c8(0x176),this[_0x3388c8(0xe3)]),this[_0x3388c8(0x1cd)](_0x3388c8(0x176));const _0x115aac=new _0x30ab34(_0x5a48d3,this[_0x3388c8(0x217)]);_0x5a48d3[_0x3388c8(0x1bd)][_0x3388c8(0xc0)](_0x3388c8(0x22f),_0x115aac),this[_0x3388c8(0x1cd)](_0x3388c8(0x22f));const _0x273f28=new _0x3d8d7e(_0x5a48d3,this[_0x3388c8(0x217)]);_0x5a48d3[_0x3388c8(0x1bd)][_0x3388c8(0xc0)](_0x3388c8(0xba),_0x273f28),this[_0x3388c8(0x1cd)](_0x3388c8(0xba)),_0x5a48d3[_0x3388c8(0x1bd)][_0x3388c8(0xc0)](_0x3388c8(0x137),new _0x410cdc(_0x5a48d3,_0x115aac,this[_0x3388c8(0x217)])),this[_0x3388c8(0x1cd)](_0x3388c8(0x137)),_0x5a48d3[_0x3388c8(0x1bd)][_0x3388c8(0xc0)](_0x3388c8(0x226),new _0x410cdc(_0x5a48d3,_0x273f28,this[_0x3388c8(0x217)])),this[_0x3388c8(0x1cd)](_0x3388c8(0x226)),_0x5a48d3[_0x3388c8(0x1bd)][_0x3388c8(0xc0)](_0x3388c8(0x210),new _0x4946ce(_0x5a48d3,_0x115aac,this[_0x3388c8(0x217)])),this[_0x3388c8(0x1cd)](_0x3388c8(0x210)),_0x5a48d3[_0x3388c8(0x1bd)][_0x3388c8(0xc0)](_0x3388c8(0x1c4),new _0x4946ce(_0x5a48d3,_0x273f28,this[_0x3388c8(0x217)])),this[_0x3388c8(0x1cd)](_0x3388c8(0x1c4));const _0x11b36c=_0x5a48d3[_0x3388c8(0x219)][_0x3388c8(0x20e)](_0x3388c8(0xb6));this[_0x3388c8(0xf4)](_0x11b36c,_0x3388c8(0x24b),(_0x3a5581,{threadId:_0x511239})=>{const _0x437051=_0x3388c8,_0x5538b6=this[_0x437051(0x217)][_0x437051(0x20e)](_0x511239);_0x5538b6&&_0x5538b6[_0x437051(0xe0)]&&0x1===_0x5538b6[_0x437051(0xe0)][_0x437051(0xe6)]&&this[_0x437051(0x218)](_0x511239,{'hasComments':!0x0});},{'priority':_0x3388c8(0xc5)}),this[_0x3388c8(0xf4)](_0x11b36c,_0x3388c8(0x1be),(_0x1a0bac,{threadId:_0x17004a})=>{const _0x4a4bf5=_0x3388c8,_0x30fecc=this[_0x4a4bf5(0x217)][_0x4a4bf5(0x20e)](_0x17004a);_0x30fecc&&_0x30fecc[_0x4a4bf5(0xe0)]&&!_0x30fecc[_0x4a4bf5(0xe0)][_0x4a4bf5(0xe6)]&&this[_0x4a4bf5(0x218)](_0x17004a,{'hasComments':!0x1});},{'priority':_0x3388c8(0xc5)});}set[_0x7c15f2(0x1c5)](_0xa328b1){const _0x574c53=_0x7c15f2;if(this[_0x574c53(0x236)])throw new _0x19d6d7(_0x574c53(0x1eb),this);this[_0x574c53(0x236)]=_0xa328b1;}get[_0x7c15f2(0x1c5)](){const _0x2a963d=_0x7c15f2;return this[_0x2a963d(0x236)];}[_0x7c15f2(0x20c)]({skipNotAttached:_0x495334=!0x1,toJSON:_0x19ded5=!0x1}={}){const _0x3a43c8=_0x7c15f2,_0x5a463c=[];for(const _0x24555c of this[_0x3a43c8(0x217)][_0x3a43c8(0x24c)]())_0x495334&&!_0x24555c[_0x3a43c8(0x250)]||_0x5a463c[_0x3a43c8(0x121)](_0x24555c);return _0x19ded5?_0x5a463c[_0x3a43c8(0x1a5)](_0x31849a=>_0x31849a[_0x3a43c8(0x1c1)]()):_0x5a463c;}[_0x7c15f2(0x1a1)](_0xb13b8e){const _0x37444d=_0x7c15f2,_0x8c13c2=this[_0x37444d(0x217)][_0x37444d(0x20e)](_0xb13b8e);if(!_0x8c13c2)throw new _0x19d6d7(_0x37444d(0x183),this);return _0x8c13c2;}[_0x7c15f2(0x19a)](_0x2182df){const _0x2510ee=_0x7c15f2;return this[_0x2510ee(0x217)][_0x2510ee(0xdf)](_0x2182df);}[_0x7c15f2(0x178)](_0x88ac1){const _0x1c7b45=_0x7c15f2,{authorId:_0x585b6c,id:_0x2dd184,attributes:_0x2f6f72}=_0x88ac1,[_0x4312ec,_0x29650c]=_0x88ac1[_0x1c7b45(0x1ea)][_0x1c7b45(0x195)](':'),_0x2ea370=this[_0x1c7b45(0x217)][_0x1c7b45(0x20e)](_0x2dd184)||this[_0x1c7b45(0x19e)](_0x4312ec,_0x29650c,_0x2dd184,_0x585b6c,_0x2f6f72);if(this[_0x1c7b45(0xda)](_0x2ea370),this[_0x1c7b45(0x229)](_0x2ea370,_0x4312ec,_0x29650c||null,_0x585b6c),_0x2ea370[_0x1c7b45(0x18c)]=_0x88ac1[_0x1c7b45(0x18c)],_0x2ea370[_0x1c7b45(0x13d)]=!0x0,_0x2f6f72&&_0x2f6f72[_0x1c7b45(0x106)]){const _0xd88b3=_0x2f6f72[_0x1c7b45(0x106)],_0x5e9cf4=this[_0x1c7b45(0xd6)](_0xd88b3[_0x1c7b45(0xde)]);_0x2ea370[_0x1c7b45(0xe8)]=_0xd88b3[_0x1c7b45(0x18c)],_0x2ea370[_0x1c7b45(0x10a)]=_0x5e9cf4,_0x2ea370[_0x1c7b45(0x1d8)]=!0x0;}else _0x2ea370[_0x1c7b45(0xe8)]=_0x88ac1[_0x1c7b45(0x18c)];switch(_0x88ac1[_0x1c7b45(0x113)]&&(_0x2ea370[_0x1c7b45(0x113)]=_0x88ac1[_0x1c7b45(0x113)]),_0x88ac1[_0x1c7b45(0x104)]&&(_0x2ea370[_0x1c7b45(0x104)]=_0x88ac1[_0x1c7b45(0x104)]),this[_0x1c7b45(0x236)]&&this[_0x1c7b45(0x236)][_0x1c7b45(0x136)]||(_0x2ea370[_0x1c7b45(0x1fc)]=!0x0),this[_0x1c7b45(0x1f4)][_0x1c7b45(0x20e)](_0x2ea370)){case _0x1c7b45(0x163):this[_0x1c7b45(0x1f4)][_0x1c7b45(0xa6)](_0x2ea370,_0x1c7b45(0x1d9));break;case _0x1c7b45(0x18a):_0x2ea370[_0x1c7b45(0x250)]?(this[_0x1c7b45(0xa5)](new Set([_0x2ea370])),this[_0x1c7b45(0x21a)](new Set([_0x2ea370])),this[_0x1c7b45(0x1f4)][_0x1c7b45(0xa6)](_0x2ea370,_0x1c7b45(0x11b)),this[_0x1c7b45(0xfb)](_0x1c7b45(0x235),_0x2ea370)):this[_0x1c7b45(0x1f4)][_0x1c7b45(0xa6)](_0x2ea370,_0x1c7b45(0x110));}return _0x2ea370;}[_0x7c15f2(0x22f)](_0x59718e){const _0x30bb75=_0x7c15f2;this[_0x30bb75(0xff)](()=>{const _0x3a5730=_0x30bb75;this[_0x3a5730(0x1e4)][_0x3a5730(0xdc)][_0x3a5730(0x100)](()=>{const _0x2d3cf3=_0x3a5730;for(const _0x2bcdd7 of _0x59718e[_0x2d3cf3(0x15e)]())_0x2bcdd7[_0x2d3cf3(0x187)]();});});}[_0x7c15f2(0xba)](_0x25278b){const _0x1b5fd4=_0x7c15f2;this[_0x1b5fd4(0xff)](()=>{const _0x3126ff=_0x1b5fd4;this[_0x3126ff(0x1e4)][_0x3126ff(0xdc)][_0x3126ff(0x100)](()=>{const _0x1967db=_0x3126ff;for(const _0x4e3b70 of _0x25278b[_0x1967db(0x15e)]())_0x4e3b70[_0x1967db(0x14b)]();});});}[_0x7c15f2(0x1cd)](_0x7282ca,_0x242648){const _0x490048=_0x7c15f2,_0x2e06a6=this[_0x490048(0x1e4)][_0x490048(0x1bd)][_0x490048(0x20e)](_0x7282ca);if(!_0x2e06a6)throw new _0x19d6d7(_0x490048(0x171),this,{'commandName':_0x7282ca});if(this[_0x490048(0xd8)][_0x490048(0xdf)](_0x2e06a6))throw new _0x19d6d7(_0x490048(0x13b),this,{'commandName':_0x7282ca});this[_0x490048(0xd8)][_0x490048(0xc0)](_0x2e06a6),_0x242648&&_0x2e06a6['on'](_0x490048(0x174),(_0x444f39,_0x554fe1)=>{const _0x4ebb85=_0x490048;this[_0x4ebb85(0xe3)][_0x4ebb85(0x230)]&&(this[_0x4ebb85(0x24a)]||(_0x554fe1[_0x4ebb85(0xe6)]>0x0&&_0x554fe1[_0x554fe1[_0x4ebb85(0xe6)]-0x1]&&_0x554fe1[_0x554fe1[_0x4ebb85(0xe6)]-0x1][_0x4ebb85(0xff)]?_0x554fe1[_0x4ebb85(0x159)]():(_0x444f39[_0x4ebb85(0xc1)]=_0x242648((..._0x22a329)=>_0x2e06a6[_0x4ebb85(0x174)](..._0x22a329,{'forceDefaultExecution':!0x0}),..._0x554fe1),_0x444f39[_0x4ebb85(0x1ab)]())));},{'priority':_0x490048(0x1da)});}[_0x7c15f2(0xff)](_0x326a63){const _0x1e560b=_0x7c15f2;let _0x414b40,_0x14d8b7;const _0x4bb0fc=this[_0x1e560b(0x24a)];this[_0x1e560b(0x24a)]=!0x0;try{_0x414b40=_0x326a63();}catch(_0x34e01d){_0x14d8b7=_0x34e01d;}return _0x4bb0fc||(this[_0x1e560b(0x24a)]=!0x1),_0x14d8b7&&_0x19d6d7[_0x1e560b(0x205)](_0x14d8b7,this),_0x414b40;}[_0x7c15f2(0x11d)](_0x38f080,_0x424275=null,_0x427926={}){const _0x38fc4c=_0x7c15f2;if(_0x38f080[_0x38fc4c(0x118)])return null;const _0x5f00ac=this[_0x38fc4c(0x1e4)][_0x38fc4c(0x219)][_0x38fc4c(0x20e)](_0x38fc4c(0x154))['me'];for(const {suggestion:_0x209793,meta:_0xbecc4}of this[_0x38fc4c(0x148)](_0x38f080,_0x38fc4c(0xe7)))if(_0xbecc4[_0x38fc4c(0x12d)]){if(!_0xbecc4[_0x38fc4c(0x15c)]){if(_0xbecc4[_0x38fc4c(0x165)]){if(!this[_0x38fc4c(0x188)]||!Pt(_0x209793,_0x427926))continue;return _0x209793;}if(Pt(_0x209793,_0x427926))return _0x209793;this[_0x38fc4c(0x126)](_0x209793,_0x38f080[_0x38fc4c(0xdb)],_0x38f080[_0x38fc4c(0x221)]);break;}if(_0x424275==_0x209793[_0x38fc4c(0xcb)]&&Pt(_0x209793,_0x427926)){const _0x2ff581=_0x209793[_0x38fc4c(0x12c)]();return _0x2ff581[_0x38fc4c(0xdb)][_0x38fc4c(0x1fd)](_0x38f080[_0x38fc4c(0x221)])?this[_0x38fc4c(0xb1)](_0x209793,this[_0x38fc4c(0xd3)][_0x38fc4c(0x1f3)](_0x38f080[_0x38fc4c(0xdb)],_0x2ff581[_0x38fc4c(0x221)])):this[_0x38fc4c(0xb1)](_0x209793,this[_0x38fc4c(0xd3)][_0x38fc4c(0x1f3)](_0x2ff581[_0x38fc4c(0xdb)],_0x38f080[_0x38fc4c(0x221)])),_0x209793;}}const _0x31e659=_0x1099ef(),_0x563420=_0x5f00ac['id'],_0x2eccb0=_0x424275?_0x38fc4c(0x1b6)+_0x424275:_0x38fc4c(0xe7),_0x11a63c=this[_0x38fc4c(0x23a)]({'id':_0x31e659,'type':_0x2eccb0,'createdAt':new Date(),'authorId':_0x563420,'attributes':_0x427926});return this[_0x38fc4c(0xc2)](_0x2eccb0,_0x31e659,_0x563420,_0x38f080),_0x11a63c;}[_0x7c15f2(0x150)](_0x564bd8,_0x3e82d1=_0x7c15f2(0x1a3),_0x506a97={}){const _0x3d381c=_0x7c15f2,_0xee12be=this[_0x3d381c(0x1e4)][_0x3d381c(0x219)][_0x3d381c(0x20e)](_0x3d381c(0x154))['me'],_0x28ea86=this[_0x3d381c(0x203)][_0x3d381c(0x169)](_0x3d381c(0xe7),_0x3e82d1,_0x3d381c(0xf1));for(const _0x1698d3 of this[_0x3d381c(0x20c)]())if(_0x1698d3[_0x3d381c(0x10a)]['id']==_0xee12be['id']&&_0x3d381c(0xe7)==_0x1698d3[_0x3d381c(0x1ea)]&&_0x1698d3[_0x3d381c(0xcb)]==_0x3e82d1&&Pt(_0x1698d3,_0x506a97)&&(_0x28ea86(_0x1698d3[_0x3d381c(0xc9)](),_0x564bd8)||_0x28ea86(_0x564bd8,_0x1698d3[_0x3d381c(0xc9)]()))){for(const _0x9e5d2 of _0x564bd8)_0x1698d3[_0x3d381c(0x1d4)](_0x9e5d2);return _0x1698d3;}for(const {suggestion:_0x1dfe81,meta:_0x217ab4}of this[_0x3d381c(0x148)](_0x564bd8,_0x3d381c(0xe7))){if(!_0x217ab4[_0x3d381c(0x12d)])continue;if(!this[_0x3d381c(0x188)]&&_0x217ab4[_0x3d381c(0x165)])continue;if(!Pt(_0x1dfe81,_0x506a97))continue;let _0x1212ef=!0x0;for(const _0x91d0f4 of _0x1dfe81[_0x3d381c(0xc9)]())for(const _0x4fcd50 of _0x564bd8)if(!_0x91d0f4[_0x3d381c(0x212)](_0x4fcd50)){_0x1212ef=!0x1;break;}if(_0x1212ef)return _0x1dfe81;}const _0x2da37a=_0x1099ef(),_0x37333a=_0xee12be['id'],_0x19cf6b=_0x3d381c(0x1b6)+_0x3e82d1,_0x3527af=this[_0x3d381c(0x23a)]({'id':_0x2da37a,'type':_0x19cf6b,'createdAt':new Date(),'authorId':_0x37333a,'attributes':_0x506a97});for(const _0x238e10 of _0x564bd8)this[_0x3d381c(0xc2)](_0x19cf6b,_0x2da37a,_0x37333a,_0x238e10,_0x28348a[_0x3d381c(0xa2)]());return _0x3527af;}[_0x7c15f2(0x19f)](_0x403163,_0x23dcd6,_0x1a38f3=null,_0x5144d7={}){const _0x31e2ca=_0x7c15f2;if(_0x1a38f3=_0x1a38f3||Et(_0x23dcd6),_0x403163[_0x31e2ca(0x118)])return null;if(_0x31e2ca(0x116)===this[_0x31e2ca(0xf8)]){const _0x36d3ea=this[_0x31e2ca(0x203)][_0x31e2ca(0x169)](_0x31e2ca(0x15b),_0x1a38f3,_0x31e2ca(0x187));return this[_0x31e2ca(0xff)](()=>_0x36d3ea([_0x403163],_0x23dcd6,_0x5144d7)),null;}const _0x5e967d=this[_0x31e2ca(0x1e4)][_0x31e2ca(0x219)][_0x31e2ca(0x20e)](_0x31e2ca(0x154))['me'],_0x37fa73=[];if(_0x31e2ca(0x238)!==this[_0x31e2ca(0xf8)]){for(const {suggestion:_0x21814d,meta:_0x35ceb7}of this[_0x31e2ca(0x148)](_0x403163,_0x31e2ca(0xe7)))_0x35ceb7[_0x31e2ca(0x12d)]&&!_0x35ceb7[_0x31e2ca(0x233)]&&_0x37fa73[_0x31e2ca(0x121)](..._0x21814d[_0x31e2ca(0xc9)]());}const _0x5abdea=function(_0x188dc7,_0x22b2cf){const _0x3697fd=_0x31e2ca,_0x2d9536=[];for(const _0xd6fe22 of _0x22b2cf){const _0x2a9f37=_0x188dc7[_0x3697fd(0x1e6)](_0xd6fe22);_0x2a9f37&&_0x2d9536[_0x3697fd(0x121)](_0x2a9f37);}return _0x2d9536;}(_0x403163,_0x37fa73),_0x553037=function(_0x548175,_0x1b749b){const _0x323882=_0x31e2ca,_0x2db510=[_0x548175];for(const _0x5c2761 of _0x1b749b){let _0x43ce25=0x0;for(;_0x43ce25<_0x2db510[_0x323882(0xe6)];){const _0x7d5f65=_0x2db510[_0x43ce25][_0x323882(0x1cf)](_0x5c2761);_0x2db510[_0x323882(0x164)](_0x43ce25,0x1,..._0x7d5f65),_0x43ce25+=_0x7d5f65[_0x323882(0xe6)];}}return _0x2db510;}(_0x403163,_0x37fa73);_0x5abdea[_0x31e2ca(0xe6)]&&this[_0x31e2ca(0xd3)][_0x31e2ca(0x100)](()=>{const _0x307873=_0x31e2ca;for(const _0x315e56 of _0x5abdea){const _0x1abdf2=this[_0x307873(0x203)][_0x307873(0x169)](_0x307873(0x15b),_0x1a38f3,_0x307873(0x187));this[_0x307873(0xff)](()=>_0x1abdf2([_0x315e56],_0x23dcd6,_0x5144d7));}});for(const _0x442ba9 of _0x553037){let _0x38d687=null,_0x2dc75d=_0x442ba9[_0x31e2ca(0xdb)],_0x404cb9=_0x442ba9[_0x31e2ca(0x221)];for(const {suggestion:_0x28d98b,meta:_0x5317f8}of this[_0x31e2ca(0x148)](_0x442ba9,_0x31e2ca(0x15b))){if(!_0x5317f8[_0x31e2ca(0x12d)])continue;if(_0x28d98b[_0x31e2ca(0xcb)]!=_0x1a38f3)continue;if(!Pt(_0x28d98b,_0x5144d7))continue;const _0x1f123a=_0x28d98b[_0x31e2ca(0x12c)]();if(_0x1f123a[_0x31e2ca(0x212)](_0x442ba9,!0x0))return null;_0x2dc75d=_0x2dc75d[_0x31e2ca(0x247)](_0x1f123a[_0x31e2ca(0xdb)])?_0x2dc75d:_0x1f123a[_0x31e2ca(0xdb)],_0x404cb9=_0x404cb9[_0x31e2ca(0xae)](_0x1f123a[_0x31e2ca(0x221)])?_0x404cb9:_0x1f123a[_0x31e2ca(0x221)],_0x38d687?_0x1f123a[_0x31e2ca(0xdb)][_0x31e2ca(0x247)](_0x38d687[_0x31e2ca(0x12c)]()[_0x31e2ca(0xdb)])?(_0x38d687[_0x31e2ca(0xb5)](),_0x38d687=_0x28d98b):_0x28d98b[_0x31e2ca(0xb5)]():_0x38d687=_0x28d98b;}const _0x34e835=this[_0x31e2ca(0xd3)][_0x31e2ca(0x1f3)](_0x2dc75d,_0x404cb9);if(_0x38d687)this[_0x31e2ca(0xb1)](_0x38d687,_0x34e835);else{const _0x115b2a=_0x1099ef(),_0x4bf75a=_0x5e967d['id'];this[_0x31e2ca(0x23a)]({'id':_0x115b2a,'type':_0x31e2ca(0x141)+_0x1a38f3,'data':_0x23dcd6,'createdAt':new Date(),'authorId':_0x4bf75a,'attributes':_0x5144d7}),this[_0x31e2ca(0xc2)](_0x31e2ca(0x141)+_0x1a38f3,_0x115b2a,_0x4bf75a,_0x34e835);}}return null;}[_0x7c15f2(0xd2)](_0x542c11,_0x10827d,_0x286cbf=[],_0xfdc089=null,_0x1289ae={}){const _0x53ac6b=_0x7c15f2;_0x10827d[_0x53ac6b(0x177)]||(_0x10827d[_0x53ac6b(0x177)]=_0x10827d[_0x53ac6b(0x185)]),_0x10827d[_0x53ac6b(0x202)]=_0x542c11['is'](_0x53ac6b(0x142)),_0xfdc089=_0xfdc089||Et(_0x10827d);const _0xf3a96c=_0x286cbf[_0x53ac6b(0x1a5)](_0xdb10d0=>Ot(_0xdb10d0,this[_0x53ac6b(0xd3)])),_0x2d28f6=_0x542c11['is'](_0x53ac6b(0x142))?_0x542c11:Ot(_0x542c11,this[_0x53ac6b(0xd3)]);if(_0x53ac6b(0x116)===this[_0x53ac6b(0xf8)]){const _0x3a0a43=this[_0x53ac6b(0x203)][_0x53ac6b(0x169)](_0x53ac6b(0x1c2),_0xfdc089,_0x53ac6b(0x187));return this[_0x53ac6b(0xff)](()=>_0x3a0a43([_0x2d28f6],_0x10827d,_0x1289ae)),null;}_0xf3a96c[_0x53ac6b(0x121)](_0x2d28f6);let _0xd32b6e=!0x0;for(const _0x1033e5 of _0xf3a96c)if(!this[_0x53ac6b(0x102)](_0x1033e5)){_0xd32b6e=!0x1;break;}if(_0xd32b6e&&_0x53ac6b(0x238)!==this[_0x53ac6b(0xf8)]){const _0x5613bf=this[_0x53ac6b(0x203)][_0x53ac6b(0x169)](_0x53ac6b(0x1c2),_0xfdc089,_0x53ac6b(0x187));return this[_0x53ac6b(0xff)](()=>_0x5613bf([_0x2d28f6],_0x10827d,_0x1289ae)),null;}let _0x25d49f=null,_0x273e75=_0x2d28f6[_0x53ac6b(0xdb)],_0x30e3b7=_0x2d28f6[_0x53ac6b(0x221)];for(const {suggestion:_0x4c713d,meta:_0x45e8d2}of this[_0x53ac6b(0x148)](_0x2d28f6,_0x53ac6b(0x1c2))){if(!_0x45e8d2[_0x53ac6b(0x12d)])continue;if(_0x45e8d2[_0x53ac6b(0x15c)]||_0x45e8d2[_0x53ac6b(0x165)]||_0x45e8d2[_0x53ac6b(0x233)])continue;if(_0x4c713d[_0x53ac6b(0x113)][_0x53ac6b(0x177)]!=_0x10827d[_0x53ac6b(0x177)])continue;if(!Pt(_0x4c713d,_0x1289ae))continue;const _0x2f0866=_0x4c713d[_0x53ac6b(0x12c)]();if(_0x4c713d[_0x53ac6b(0xcb)]==_0xfdc089){if(_0x2f0866[_0x53ac6b(0x212)](_0x2d28f6,!0x0))return null;_0x273e75=_0x273e75[_0x53ac6b(0x247)](_0x2f0866[_0x53ac6b(0xdb)])?_0x273e75:_0x2f0866[_0x53ac6b(0xdb)],_0x30e3b7=_0x30e3b7[_0x53ac6b(0xae)](_0x2f0866[_0x53ac6b(0x221)])?_0x30e3b7:_0x2f0866[_0x53ac6b(0x221)],_0x25d49f?_0x2f0866[_0x53ac6b(0xdb)][_0x53ac6b(0x247)](_0x25d49f[_0x53ac6b(0x12c)]()[_0x53ac6b(0xdb)])?(_0x25d49f[_0x53ac6b(0xb5)](),_0x25d49f=_0x4c713d):_0x4c713d[_0x53ac6b(0xb5)]():_0x25d49f=_0x4c713d;}else{const _0x1fbb94=_0x2d28f6[_0x53ac6b(0x1e6)](_0x2f0866);this[_0x53ac6b(0xfe)](_0x4c713d,_0x1fbb94);}}const _0x1968d1=this[_0x53ac6b(0x1e4)][_0x53ac6b(0x219)][_0x53ac6b(0x20e)](_0x53ac6b(0x154))['me'],_0x2a7c91=_0x1099ef(),_0x3b642d=_0x1968d1['id'];if(_0x25d49f)return this[_0x53ac6b(0xb1)](_0x25d49f,this[_0x53ac6b(0xd3)][_0x53ac6b(0x1f3)](_0x273e75,_0x30e3b7)),_0x25d49f;{const _0x45a52d=this[_0x53ac6b(0x23a)]({'id':_0x2a7c91,'type':_0x53ac6b(0x156)+_0xfdc089,'data':_0x10827d,'createdAt':new Date(),'authorId':_0x3b642d,'attributes':_0x1289ae});return this[_0x53ac6b(0xc2)](_0x53ac6b(0x156)+_0xfdc089,_0x2a7c91,_0x3b642d,this[_0x53ac6b(0xd3)][_0x53ac6b(0x1f3)](_0x273e75,_0x30e3b7)),_0x45a52d;}}[_0x7c15f2(0x20d)](_0x1bdfb5,_0x5bb335,_0x494dfb=[],_0x84685e=null,_0x51044d={}){const _0x254775=_0x7c15f2;_0x5bb335[_0x254775(0x177)]||(_0x5bb335[_0x254775(0x177)]=_0x5bb335[_0x254775(0x185)]);const _0x2f1d27=_0x1bdfb5[0x0];_0x5bb335[_0x254775(0x202)]=_0x2f1d27['is'](_0x254775(0x142)),_0x84685e=_0x84685e||Et(_0x5bb335);const _0x59673a=_0x494dfb[_0x254775(0x1a5)](_0xfc85dd=>Ot(_0xfc85dd,this[_0x254775(0xd3)])),_0x21291b=_0x2f1d27['is'](_0x254775(0x142))?_0x1bdfb5:_0x1bdfb5[_0x254775(0x1a5)](_0x52891e=>Ot(_0x52891e,this[_0x254775(0xd3)]));if(_0x254775(0x116)===this[_0x254775(0xf8)]){const _0x200bc5=this[_0x254775(0x203)][_0x254775(0x169)](_0x254775(0x1c2),_0x84685e,_0x254775(0x187));return this[_0x254775(0xff)](()=>_0x200bc5(_0x21291b,_0x5bb335,_0x51044d)),null;}_0x59673a[_0x254775(0x121)](..._0x21291b);let _0x4aaf23=!0x0;for(const _0x1855cb of _0x59673a)if(!this[_0x254775(0x102)](_0x1855cb)){_0x4aaf23=!0x1;break;}if(_0x4aaf23&&_0x254775(0x238)!==this[_0x254775(0xf8)]){const _0x19fa0c=this[_0x254775(0x203)][_0x254775(0x169)](_0x254775(0x1c2),_0x84685e,_0x254775(0x187));return this[_0x254775(0xff)](()=>_0x19fa0c(_0x21291b,_0x5bb335,_0x51044d)),null;}const _0x541413=this[_0x254775(0x1e4)][_0x254775(0x219)][_0x254775(0x20e)](_0x254775(0x154))['me'];for(const _0x50b0ef of this[_0x254775(0x20c)]()){if(_0x50b0ef[_0x254775(0x10a)]['id']!=_0x541413['id'])continue;if(_0x254775(0x1c2)!=_0x50b0ef[_0x254775(0x1ea)]||_0x50b0ef[_0x254775(0x113)][_0x254775(0x177)]!=_0x5bb335[_0x254775(0x177)])continue;if(!Pt(_0x50b0ef,_0x51044d))continue;const _0x34ebdb=_0x50b0ef[_0x254775(0xcb)]==_0x84685e;for(let _0x1723dc=0x0;_0x1723dc<_0x21291b[_0x254775(0xe6)];_0x1723dc++){const _0xb2248=_0x21291b[_0x1723dc];for(const _0x3acd9f of _0x50b0ef[_0x254775(0x22e)]()){const _0x4ddeef=_0x3acd9f[_0x254775(0x1f9)]();if(_0xb2248[_0x254775(0x1fd)](_0x4ddeef)){_0x34ebdb?(_0x21291b[_0x254775(0x164)](_0x1723dc,0x1),_0x1723dc--):_0x50b0ef[_0x254775(0x18f)](_0x3acd9f[_0x254775(0x1f2)]);break;}}}}if(0x0==_0x21291b[_0x254775(0xe6)])return null;const _0x4d4935=this[_0x254775(0x203)][_0x254775(0x169)](_0x254775(0x1c2),_0x84685e,_0x254775(0xf1));for(const _0x9d67a0 of this[_0x254775(0x20c)]())if(_0x9d67a0[_0x254775(0x10a)]['id']==_0x541413['id']&&_0x254775(0x1c2)==_0x9d67a0[_0x254775(0x1ea)]&&_0x9d67a0[_0x254775(0x113)][_0x254775(0x177)]==_0x5bb335[_0x254775(0x177)]&&_0x9d67a0[_0x254775(0xcb)]==_0x84685e&&Pt(_0x9d67a0,_0x51044d)&&(_0x4d4935(_0x9d67a0[_0x254775(0xc9)](),_0x21291b)||_0x4d4935(_0x21291b,_0x9d67a0[_0x254775(0xc9)]()))){for(const _0x3a33a8 of _0x21291b)_0x9d67a0[_0x254775(0x1d4)](_0x3a33a8);return _0x9d67a0;}const _0x99fcae=_0x1099ef(),_0x3e4481=_0x541413['id'],_0x5d5ffd=_0x254775(0x156)+_0x84685e,_0x39d9b4=this[_0x254775(0x23a)]({'id':_0x99fcae,'type':_0x5d5ffd,'data':_0x5bb335,'createdAt':new Date(),'authorId':_0x3e4481,'attributes':_0x51044d});for(const _0x47e3fc of _0x21291b)this[_0x254775(0xc2)](_0x5d5ffd,_0x99fcae,_0x3e4481,_0x47e3fc,_0x28348a[_0x254775(0xa2)]());return _0x39d9b4;}[_0x7c15f2(0x144)](_0x21bf1c,_0x3c7aa0=null,_0x353517={}){const _0x7e80d9=_0x7c15f2;if(_0x21bf1c[_0x7e80d9(0x118)])return null;const _0x44fb88=this[_0x7e80d9(0x1e4)][_0x7e80d9(0x219)][_0x7e80d9(0x20e)](_0x7e80d9(0x154))['me'],_0x2666c2=new _0x2566d0(_0x21bf1c[_0x7e80d9(0xdb)],_0x21bf1c[_0x7e80d9(0x221)]);for(const {suggestion:_0x311ecd,meta:_0x1b1c67}of this[_0x7e80d9(0x148)](_0x2666c2,_0x7e80d9(0xe7)))if(_0x1b1c67[_0x7e80d9(0x12d)]&&!_0x1b1c67[_0x7e80d9(0x15c)]){if(_0x311ecd[_0x7e80d9(0x1c7)]){const _0x303501=_0x311ecd[_0x7e80d9(0xc9)]()[_0x7e80d9(0x17f)](_0x4a4f12=>_0x7e80d9(0x139)!=_0x4a4f12[_0x7e80d9(0xfa)][_0x7e80d9(0x112)]);_0x303501[_0x7e80d9(0x1ba)](_0x2b287c=>_0x2666c2[_0x7e80d9(0x212)](_0x2b287c,!0x0))&&_0x311ecd[_0x7e80d9(0x14b)]();if(_0x303501[_0x7e80d9(0xb8)](_0x3286ae=>_0x3286ae[_0x7e80d9(0x212)](_0x2666c2,!0x0))){const _0x25a541=this[_0x7e80d9(0x203)][_0x7e80d9(0x169)](_0x7e80d9(0x175),_0x3c7aa0,_0x7e80d9(0x187));return this[_0x7e80d9(0xff)](()=>_0x25a541([_0x2666c2],null,_0x353517)),null;}}else{const _0x387bc3=_0x2666c2[_0x7e80d9(0x1e6)](_0x311ecd[_0x7e80d9(0x12c)]());null!==_0x387bc3&&_0x311ecd[_0x7e80d9(0x21d)]([_0x387bc3],null,_0x353517);}}if(_0x2666c2[_0x7e80d9(0x1d1)](),_0x2666c2[_0x7e80d9(0x118)]||_0x7e80d9(0x139)==_0x2666c2[_0x7e80d9(0xfa)][_0x7e80d9(0x112)])return null;let _0x2d1ee7=null,_0x1213c9=_0x2666c2[_0x7e80d9(0xdb)],_0xc74e60=_0x2666c2[_0x7e80d9(0x221)];const _0x2b8d54=this[_0x7e80d9(0x148)](_0x2666c2,_0x7e80d9(0x175));for(const {suggestion:_0x300d68,meta:_0x457497}of _0x2b8d54){const _0x2fff63=this[_0x7e80d9(0xd3)][_0x7e80d9(0x1f3)](_0x1213c9,_0xc74e60);if(_0x457497[_0x7e80d9(0x12d)]&&(this[_0x7e80d9(0x188)]||!_0x457497[_0x7e80d9(0x165)]&&!_0x457497[_0x7e80d9(0x233)])){if(_0x300d68[_0x7e80d9(0x1c7)]){if(!Pt(_0x300d68,_0x353517))continue;let _0x5aa859=!0x0;for(const _0x2e8c63 of _0x300d68[_0x7e80d9(0xc9)]()){if(_0x2e8c63[_0x7e80d9(0x212)](_0x2fff63,!0x0))return _0x300d68;_0x2fff63[_0x7e80d9(0x212)](_0x2e8c63)||(_0x5aa859=!0x1);}_0x5aa859&&_0x300d68[_0x7e80d9(0x14b)]();}else{const _0x292acc=_0x300d68[_0x7e80d9(0x12c)]();if(_0x292acc[_0x7e80d9(0x212)](_0x2fff63,!0x0))return _0x300d68;if(!Pt(_0x300d68,_0x353517)){_0x2fff63[_0x7e80d9(0x212)](_0x292acc)?_0x300d68[_0x7e80d9(0xb5)]():_0x292acc[_0x7e80d9(0xef)](_0x1213c9)?_0x1213c9=_0x292acc[_0x7e80d9(0x221)]:_0x292acc[_0x7e80d9(0xef)](_0xc74e60)&&(_0xc74e60=_0x292acc[_0x7e80d9(0xdb)]);continue;}_0x1213c9=_0x1213c9[_0x7e80d9(0x247)](_0x292acc[_0x7e80d9(0xdb)])?_0x1213c9:_0x292acc[_0x7e80d9(0xdb)],_0xc74e60=_0xc74e60[_0x7e80d9(0xae)](_0x292acc[_0x7e80d9(0x221)])?_0xc74e60:_0x292acc[_0x7e80d9(0x221)],_0x353517=Object[_0x7e80d9(0xbe)]({},_0x300d68[_0x7e80d9(0x104)]),_0x2d1ee7?_0x292acc[_0x7e80d9(0xdb)][_0x7e80d9(0x247)](_0x2d1ee7[_0x7e80d9(0x12c)]()[_0x7e80d9(0xdb)])?(_0x2d1ee7[_0x7e80d9(0xb5)](),_0x2d1ee7=_0x300d68):_0x300d68[_0x7e80d9(0xb5)]():_0x2d1ee7=_0x300d68;}}}if(_0x2d1ee7)return this[_0x7e80d9(0xb1)](_0x2d1ee7,this[_0x7e80d9(0xd3)][_0x7e80d9(0x1f3)](_0x1213c9,_0xc74e60)),_0x2d1ee7;{const _0x2bcfef=_0x1099ef(),_0x52267c=this[_0x7e80d9(0xd3)][_0x7e80d9(0x1f3)](_0x1213c9,_0xc74e60),_0x4f7da5=_0x44fb88['id'],_0x17bbf2=_0x3c7aa0?_0x7e80d9(0x16f)+_0x3c7aa0:_0x7e80d9(0x175),_0x348e2c=this[_0x7e80d9(0x23a)]({'id':_0x2bcfef,'type':_0x17bbf2,'createdAt':new Date(),'authorId':_0x4f7da5,'attributes':_0x353517});return this[_0x7e80d9(0xc2)](_0x17bbf2,_0x2bcfef,_0x4f7da5,_0x52267c),_0x348e2c;}}[_0x7c15f2(0x1dd)](_0x391a50,_0x2487ea=_0x7c15f2(0x1a3),_0x586f8c={}){const _0x452820=_0x7c15f2,_0x59200c=this[_0x452820(0x1e4)][_0x452820(0x219)][_0x452820(0x20e)](_0x452820(0x154))['me'],_0x4eb322=_0x391a50[_0x452820(0x1a5)](_0x2cc780=>new _0x2566d0(_0x2cc780[_0x452820(0xdb)],_0x2cc780[_0x452820(0x221)])),_0x56e871=new Set();for(const {suggestion:_0x3377e9,meta:_0x4e8724}of this[_0x452820(0x148)](_0x4eb322,_0x452820(0xe7)))_0x4e8724[_0x452820(0x12d)]&&!_0x4e8724[_0x452820(0x15c)]&&_0x56e871[_0x452820(0xc0)](_0x3377e9);for(const _0x528e70 of _0x56e871)if(_0x528e70[_0x452820(0x1c7)]){const _0x1853a3=_0x528e70[_0x452820(0xc9)]();(!_0x528e70[_0x452820(0x104)]||!_0x528e70[_0x452820(0x104)][_0x452820(0x179)])&&(_0x1853a3[_0x452820(0x1ba)](_0x32e9f2=>_0x4eb322[_0x452820(0xb8)](_0x3f0ab1=>_0x3f0ab1[_0x452820(0x212)](_0x32e9f2,!0x0)))&&_0x528e70[_0x452820(0x14b)]());if(_0x4eb322[_0x452820(0x1ba)](_0x478387=>_0x1853a3[_0x452820(0xb8)](_0x26007d=>_0x26007d[_0x452820(0x212)](_0x478387,!0x0)))){const _0x380796=this[_0x452820(0x203)][_0x452820(0x169)](_0x452820(0x175),_0x2487ea,_0x452820(0x187));return this[_0x452820(0xff)](()=>_0x380796(_0x391a50,null,_0x586f8c)),null;}}else{const _0x500756=_0x528e70[_0x452820(0x12c)]();_0x4eb322[_0x452820(0xb8)](_0x18ae14=>_0x18ae14[_0x452820(0x212)](_0x500756,!0x0))&&_0x528e70[_0x452820(0x14b)]();if(_0x4eb322[_0x452820(0x1ba)](_0x257277=>_0x500756[_0x452820(0x212)](_0x257277,!0x0))){const _0x294a7a=this[_0x452820(0x203)][_0x452820(0x169)](_0x452820(0x175),_0x2487ea,_0x452820(0x187));return this[_0x452820(0xff)](()=>_0x294a7a(_0x4eb322,null,_0x586f8c)),null;}}const _0x4aa7ce=this[_0x452820(0x203)][_0x452820(0x169)](_0x452820(0x175),_0x2487ea,_0x452820(0xf1));let _0x5dcdd5=null;for(const _0x1b025f of this[_0x452820(0x20c)]())if(_0x1b025f[_0x452820(0x10a)]['id']==_0x59200c['id']&&_0x1b025f[_0x452820(0x250)]&&_0x452820(0x175)==_0x1b025f[_0x452820(0x1ea)]&&_0x1b025f[_0x452820(0xcb)]==_0x2487ea&&Pt(_0x1b025f,_0x586f8c)&&(_0x4aa7ce(_0x1b025f[_0x452820(0xc9)](),_0x4eb322)||_0x4aa7ce(_0x4eb322,_0x1b025f[_0x452820(0xc9)]()))){if(_0x5dcdd5){if(_0x1b025f[_0x452820(0xe0)]&&_0x1b025f[_0x452820(0xe0)][_0x452820(0xe6)])continue;for(const _0x4857f2 of _0x1b025f[_0x452820(0xc9)]())_0x5dcdd5[_0x452820(0x120)](_0x4857f2)||_0x5dcdd5[_0x452820(0x1d4)](_0x4857f2);_0x1b025f[_0x452820(0xb5)]();}else{_0x5dcdd5=_0x1b025f;for(const _0x2ecc03 of _0x4eb322)_0x1b025f[_0x452820(0x120)](_0x2ecc03)||_0x1b025f[_0x452820(0x1d4)](_0x2ecc03);}}if(_0x5dcdd5)return _0x5dcdd5;_0x56e871[_0x452820(0x10b)]();for(const {suggestion:_0x32a0d5,meta:_0x3c7bef}of this[_0x452820(0x148)](_0x4eb322,_0x452820(0x175)))_0x3c7bef[_0x452820(0x12d)]&&(this[_0x452820(0x188)]||!_0x3c7bef[_0x452820(0x165)]&&!_0x3c7bef[_0x452820(0x233)])&&Pt(_0x32a0d5,_0x586f8c)&&_0x56e871[_0x452820(0xc0)](_0x32a0d5);for(const _0x32b963 of _0x56e871){const _0x3c5c02=_0x32b963[_0x452820(0xc9)]();if(!_0x586f8c||!_0x586f8c[_0x452820(0x179)]){if(_0x4eb322[_0x452820(0x1ba)](_0x339165=>_0x3c5c02[_0x452820(0xb8)](_0x2960cb=>_0x2960cb[_0x452820(0x212)](_0x339165,!0x0))))return _0x32b963;}(!_0x32b963[_0x452820(0x104)]||!_0x32b963[_0x452820(0x104)][_0x452820(0x179)])&&(_0x3c5c02[_0x452820(0x1ba)](_0x53b298=>_0x4eb322[_0x452820(0xb8)](_0x367efc=>_0x367efc[_0x452820(0x212)](_0x53b298,!0x0)))&&_0x32b963[_0x452820(0x14b)]());}const _0x1cd4d=_0x1099ef(),_0x59fe97=_0x59200c['id'],_0x10e38d=_0x452820(0x16f)+_0x2487ea,_0x55852b=this[_0x452820(0x23a)]({'id':_0x1cd4d,'type':_0x10e38d,'createdAt':new Date(),'authorId':_0x59fe97,'attributes':_0x586f8c});for(const _0x152936 of _0x4eb322)_0x152936[_0x452820(0x1d1)](),_0x152936[_0x452820(0x118)]||_0x452820(0x139)==_0x152936[_0x452820(0xfa)][_0x452820(0x112)]||this[_0x452820(0xc2)](_0x10e38d,_0x1cd4d,_0x59fe97,_0x152936,_0x28348a[_0x452820(0xa2)]());return _0x55852b;}[_0x7c15f2(0x1a8)](_0xdb0fd7,_0x584ff9,_0x394987,_0x5a726b,_0x425d63){const _0x4195e0=_0x7c15f2;if(_0xdb0fd7[_0x4195e0(0x118)])return[];if(_0x4195e0(0x116)===this[_0x4195e0(0xf8)])return[];const _0x1c87f6=this[_0x4195e0(0x1e4)][_0x4195e0(0x219)][_0x4195e0(0x20e)](_0x4195e0(0x154))['me']['id'],_0x21b359=Array[_0x4195e0(0x1ae)](this[_0x4195e0(0x217)][_0x4195e0(0x24c)]())[_0x4195e0(0x17f)](_0x26a33f=>_0x4195e0(0x11f)==_0x26a33f[_0x4195e0(0x1ea)]&&_0x26a33f[_0x4195e0(0x113)][_0x4195e0(0xad)]==_0x584ff9&&_0x26a33f[_0x4195e0(0x120)](_0xdb0fd7));if(_0x4195e0(0xac)===this[_0x4195e0(0xf8)]){const _0x4b9356=this[_0x4195e0(0x148)](_0xdb0fd7,_0x4195e0(0xe7))[_0x4195e0(0x17f)](({meta:_0x33a8c5})=>_0x33a8c5[_0x4195e0(0x12d)]&&!_0x33a8c5[_0x4195e0(0x233)]&&!_0x33a8c5[_0x4195e0(0x15c)])[_0x4195e0(0x1a5)](({suggestion:_0x456928})=>_0x456928);_0x21b359[_0x4195e0(0x1ac)](..._0x4b9356);}const _0x40f3e9=new Map([[_0xdb0fd7,_0x394987]]);for(const _0x59c97c of _0x21b359){const _0x834ec1=_0x4195e0(0x11f)==_0x59c97c[_0x4195e0(0x1ea)]?_0x59c97c[_0x4195e0(0x113)][_0x4195e0(0x1cb)]:void 0x0,_0x358f29=_0x59c97c[_0x4195e0(0x12c)](),_0x31b656=Array[_0x4195e0(0x1ae)](_0x40f3e9[_0x4195e0(0x134)]())[_0x4195e0(0x107)](_0x5ab8e8=>_0x5ab8e8[_0x4195e0(0x1d7)](_0x358f29));if(!_0x31b656)continue;const _0x4adb3f=_0x31b656[_0x4195e0(0x1cf)](_0x358f29);this[_0x4195e0(0xaa)](_0x584ff9)&&_0x4195e0(0xe7)==_0x59c97c[_0x4195e0(0x1ea)]&&0x0!=_0x4adb3f[_0x4195e0(0xe6)]||(_0x40f3e9[_0x4195e0(0x227)](_0x31b656),_0x4adb3f[_0x4195e0(0x108)](_0x53b0fc=>{const _0x2adca4=_0x4195e0;_0x40f3e9[_0x2adca4(0xa6)](_0x53b0fc,_0x394987);}),_0x4195e0(0xe7)!=_0x59c97c[_0x4195e0(0x1ea)]&&_0x834ec1!=_0x5a726b&&_0x40f3e9[_0x4195e0(0xa6)](_0x31b656[_0x4195e0(0x1e6)](_0x358f29),_0x834ec1));}const _0x369a51=[];for(const [_0x8780d7,_0x3bab72]of _0x40f3e9){const _0x13d0df=_0x1099ef(),_0x42b9a0={'key':_0x584ff9,'oldValue':_0x3bab72,'newValue':_0x5a726b};_0x584ff9[_0x4195e0(0xe6)]>0x25&&console[_0x4195e0(0xa9)](_0x4195e0(0x127),{'key':_0x584ff9});const _0xe24681=(_0x4195e0(0x17b)+(_0x584ff9+'|'+Et({'newValue':_0x5a726b})))[_0x4195e0(0xfc)](0x0,0x3c),_0x201aef=this[_0x4195e0(0x23a)]({'id':_0x13d0df,'type':_0xe24681,'data':_0x42b9a0,'createdAt':new Date(),'authorId':_0x1c87f6,'attributes':_0x425d63});_0x369a51[_0x4195e0(0x121)](_0x201aef),this[_0x4195e0(0xc2)](_0xe24681,_0x13d0df,_0x1c87f6,_0x8780d7);}return _0x369a51;}[_0x7c15f2(0x13c)](_0x53726){const _0x25ddd8=_0x7c15f2;this[_0x25ddd8(0x153)][_0x25ddd8(0xc0)](_0x53726);}[_0x7c15f2(0x1e9)](_0xb0e523){const _0x10b488=_0x7c15f2;this[_0x10b488(0x1b0)][_0x10b488(0xc0)](_0xb0e523);}[_0x7c15f2(0xcd)](_0x51c9ed,_0x140074=[],_0x2e707f=[]){const _0x180e18=_0x7c15f2;this[_0x180e18(0x1cd)](_0x51c9ed,(_0x1d92fd,..._0x561071)=>{const _0xefafc7=_0x180e18;this[_0xefafc7(0x22a)](()=>{_0x1d92fd(..._0x561071);});});for(const _0x214dcf of _0x140074)this[_0x180e18(0x1e9)](_0x214dcf);for(const _0x5a1522 of _0x2e707f)this[_0x180e18(0x13c)](_0x5a1522);}[_0x7c15f2(0x152)](_0xb9a43c){const _0x29b2cd=_0x7c15f2;return _0x29b2cd(0x11f)==_0xb9a43c[_0x29b2cd(0x1ea)]?_0xb9a43c[_0x29b2cd(0xcb)][_0x29b2cd(0x195)]('|')[0x0]:null;}[_0x7c15f2(0xb1)](_0x597f90,_0x289be2){const _0x1b1986=_0x7c15f2,_0x3708a5=_0x597f90[_0x1b1986(0x1ed)]();this[_0x1b1986(0xd3)][_0x1b1986(0x100)](_0x111e07=>{const _0x172a7f=_0x1b1986;_0x111e07[_0x172a7f(0xa4)](_0x3708a5,{'range':_0x289be2});});}[_0x7c15f2(0xda)](_0x24a50){const _0x43b7e6=_0x7c15f2,_0x20324c=_0x24a50['id'],_0x496bdc=this[_0x43b7e6(0x1e4)][_0x43b7e6(0x1d6)][_0x43b7e6(0x20e)](_0x43b7e6(0x101));this[_0x43b7e6(0x1bf)][_0x43b7e6(0x158)](_0x20324c)||this[_0x43b7e6(0x1bf)][_0x43b7e6(0x225)]({'channelId':_0x496bdc,'threadId':_0x20324c,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x58fc78=this[_0x43b7e6(0x1bf)][_0x43b7e6(0x215)](_0x20324c);_0x58fc78[_0x43b7e6(0x242)](_0x43b7e6(0xb9)),_0x58fc78[_0x43b7e6(0xb9)]=!0x1,_0x24a50[_0x43b7e6(0xe0)]=_0x58fc78;}[_0x7c15f2(0x229)](_0x3528c7,_0x302d53,_0x3a9f30,_0x586902){const _0x183fcb=_0x7c15f2;if(_0x3528c7[_0x183fcb(0x1ea)]!=_0x302d53||_0x3528c7[_0x183fcb(0xcb)]!=_0x3a9f30||_0x3528c7[_0x183fcb(0x105)]['id']!=_0x586902)throw this[_0x183fcb(0x1e4)][_0x183fcb(0x162)](_0x183fcb(0x19d)),new _0x19d6d7(_0x183fcb(0x19d),this);}[_0x7c15f2(0xfe)](_0x2afc9f,_0xe9bfad){const _0x337ab6=_0x7c15f2,_0x38529c=_0x2afc9f[_0x337ab6(0x12c)]();if(_0xe9bfad[_0x337ab6(0x1fd)](_0x38529c))_0x2afc9f[_0x337ab6(0xb5)]();else{if(_0x38529c[_0x337ab6(0x212)](_0xe9bfad)){const _0x43e9c3=this[_0x337ab6(0xd3)][_0x337ab6(0xcc)](_0xe9bfad[_0x337ab6(0xdb)][_0x337ab6(0x14f)],_0x337ab6(0x221));this[_0x337ab6(0xb1)](_0x2afc9f,this[_0x337ab6(0xd3)][_0x337ab6(0x1f3)](_0x38529c[_0x337ab6(0xdb)],_0x43e9c3));const _0x3e5ef9=_0x1099ef(),_0x30dee8=_0x2afc9f[_0x337ab6(0x105)]['id'],_0x4be216=_0x2afc9f[_0x337ab6(0x1ea)]+':'+_0x2afc9f[_0x337ab6(0xcb)];this[_0x337ab6(0x23a)]({'id':_0x3e5ef9,'type':_0x4be216,'createdAt':new Date(),'authorId':_0x30dee8,'data':_0x2afc9f[_0x337ab6(0x113)],'attributes':_0x2afc9f[_0x337ab6(0x104)]});const _0x22ff0e=this[_0x337ab6(0xd3)][_0x337ab6(0xcc)](_0xe9bfad[_0x337ab6(0x221)][_0x337ab6(0x1c6)],_0x337ab6(0x1b9)),_0x5d5835=this[_0x337ab6(0xd3)][_0x337ab6(0x1f3)](_0x22ff0e,_0x38529c[_0x337ab6(0x221)]);this[_0x337ab6(0xc2)](_0x4be216,_0x3e5ef9,_0x30dee8,_0x5d5835);}else{if(_0x38529c[_0x337ab6(0xef)](_0xe9bfad[_0x337ab6(0xdb)])){const _0x235c2b=this[_0x337ab6(0xd3)][_0x337ab6(0xcc)](_0xe9bfad[_0x337ab6(0xdb)][_0x337ab6(0x14f)],_0x337ab6(0x221));this[_0x337ab6(0xb1)](_0x2afc9f,this[_0x337ab6(0xd3)][_0x337ab6(0x1f3)](_0x38529c[_0x337ab6(0xdb)],_0x235c2b));}else{const _0x4da351=this[_0x337ab6(0xd3)][_0x337ab6(0xcc)](_0xe9bfad[_0x337ab6(0x221)][_0x337ab6(0x1c6)],_0x337ab6(0x1b9));this[_0x337ab6(0xb1)](_0x2afc9f,this[_0x337ab6(0xd3)][_0x337ab6(0x1f3)](_0x4da351,_0x38529c[_0x337ab6(0x221)]));}}}}[_0x7c15f2(0x102)](_0x4eda16){const _0x257e58=_0x7c15f2;for(const {suggestion:_0x34d2c2,meta:_0xc88617}of this[_0x257e58(0x148)](_0x4eda16,_0x257e58(0xe7))){if(!_0xc88617[_0x257e58(0x12d)])continue;const _0x452003=_0x34d2c2[_0x257e58(0xc9)]();for(const _0xcc745c of _0x452003)if(!_0x4eda16[_0x257e58(0x1cf)](_0xcc745c)[_0x257e58(0xe6)])return!0x0;}return!0x1;}[_0x7c15f2(0x200)](_0x32ec04){const _0x184e40=_0x7c15f2,_0x3b865f=this[_0x184e40(0x1e4)][_0x184e40(0x219)][_0x184e40(0x20e)](_0x184e40(0x154))[_0x184e40(0x130)](_0x32ec04);if(!_0x3b865f)throw new _0x19d6d7(_0x184e40(0x231),this);return _0x3b865f;}[_0x7c15f2(0xd6)](_0x1c7855){const _0x2f0708=_0x7c15f2,_0x1e88cb=this[_0x2f0708(0x1e4)][_0x2f0708(0x219)][_0x2f0708(0x20e)](_0x2f0708(0x154)),_0x531d80=_0x2fbeae(_0x2f0708(0x248)+_0x1c7855),_0x4e57fb=_0x1e88cb[_0x2f0708(0x130)](_0x531d80);return _0x4e57fb||_0x1e88cb[_0x2f0708(0x1a0)]({'id':_0x531d80,'name':_0x1c7855});}[_0x7c15f2(0x19e)](_0xed6b60,_0x35e167,_0x290c78,_0x3f7020,_0x1bd76a){const _0x561775=_0x7c15f2,_0x2e770b=this[_0x561775(0x200)](_0x3f7020),_0x30d1d2=this[_0x561775(0x203)][_0x561775(0x16c)](_0xed6b60,_0x35e167,_0x290c78,_0x2e770b,_0x1bd76a,_0x5f011f=>{const _0x19b08f=_0x561775;this[_0x19b08f(0x218)](_0x290c78,{'attributes':_0x5f011f});const _0x4955b9=this[_0x19b08f(0x1a1)](_0x290c78);this[_0x19b08f(0xa5)](new Set([_0x4955b9])),this[_0x19b08f(0x21a)](new Set([_0x4955b9]));});return this[_0x561775(0xf4)](_0x30d1d2,_0x561775(0x187),()=>{const _0x3ee3fe=_0x561775;this[_0x3ee3fe(0x218)](_0x290c78,{'state':_0x3ee3fe(0x18d)});},{'priority':_0x561775(0x1da)}),this[_0x561775(0xf4)](_0x30d1d2,_0x561775(0x14b),()=>{const _0x2fb6db=_0x561775;this[_0x2fb6db(0x218)](_0x290c78,{'state':_0x2fb6db(0x170)});},{'priority':_0x561775(0x1da)}),this[_0x561775(0x217)][_0x561775(0xa6)](_0x290c78,_0x30d1d2),this[_0x561775(0x1f4)][_0x561775(0xa6)](_0x30d1d2,_0x561775(0x163)),_0x30d1d2;}[_0x7c15f2(0x198)](_0x10375a){const _0x3488b9=_0x7c15f2,_0x3203a1=_0x10375a[_0x3488b9(0x195)](':');return{'group':_0x3203a1[0x0],'type':_0x3203a1[0x1],'subType':_0x3203a1[_0x3488b9(0xe6)]>=0x5?_0x3203a1[0x2]:null,'id':_0x3203a1[_0x3488b9(0xe6)]<0x5?_0x3203a1[0x2]:_0x3203a1[0x3],'authorId':_0x3203a1[_0x3488b9(0xe6)]<0x5?_0x3203a1[0x3]:_0x3203a1[0x4],'markerCount':0x6==_0x3203a1[_0x3488b9(0xe6)]?_0x3203a1[0x5]:null};}[_0x7c15f2(0x126)](_0x32b6ab,_0x4576f7,_0x5f47e3){const _0x296461=_0x7c15f2,_0x3ac856=_0x32b6ab[_0x296461(0x12c)](),_0x57d398=_0x3ac856[_0x296461(0xdb)],_0x3d2999=_0x3ac856[_0x296461(0x221)];this[_0x296461(0xb1)](_0x32b6ab,this[_0x296461(0xd3)][_0x296461(0x1f3)](_0x57d398,_0x4576f7));const _0x34433d=_0x1099ef(),_0x3f4c6d=_0x32b6ab[_0x296461(0x105)]['id'],_0x20afe3=_0x32b6ab[_0x296461(0x1ea)]+(_0x32b6ab[_0x296461(0xcb)]?':'+_0x32b6ab[_0x296461(0xcb)]:'');this[_0x296461(0x23a)]({'id':_0x34433d,'type':_0x20afe3,'createdAt':new Date(),'authorId':_0x3f4c6d,'originalSuggestionId':_0x32b6ab['id'],'attributes':_0x32b6ab[_0x296461(0x104)],'data':_0x32b6ab[_0x296461(0x113)]});const _0x3b2476=this[_0x296461(0x152)](_0x32b6ab);(_0x296461(0x1c2)==_0x32b6ab[_0x296461(0x1ea)]||_0x3b2476&&this[_0x296461(0xaa)](_0x3b2476))&&(_0x5f47e3=this[_0x296461(0xd3)][_0x296461(0xd5)](_0x5f47e3[_0x296461(0x1c6)])),this[_0x296461(0xc2)](_0x20afe3,_0x34433d,_0x3f4c6d,this[_0x296461(0xd3)][_0x296461(0x1f3)](_0x5f47e3,_0x3d2999));}[_0x7c15f2(0x148)](_0x144c0c,_0x37ea8d=null){const _0x19a8c7=_0x7c15f2,_0x9fb6d6=[],_0x3a7371=this[_0x19a8c7(0x1e4)][_0x19a8c7(0x219)][_0x19a8c7(0x20e)](_0x19a8c7(0x154))['me'];Array[_0x19a8c7(0x11c)](_0x144c0c)||(_0x144c0c=[_0x144c0c]);for(const _0x2fda84 of this[_0x19a8c7(0x20c)]()){if(!_0x2fda84[_0x19a8c7(0x250)])continue;if(_0x37ea8d&&_0x2fda84[_0x19a8c7(0x1ea)]!=_0x37ea8d)continue;let _0x2a96b=!0x1;for(const _0x3f590d of _0x2fda84[_0x19a8c7(0xc9)]()){for(const _0x2a20aa of _0x144c0c){const _0x1df386=_0x2a20aa[_0x19a8c7(0xdb)][_0x19a8c7(0x1fd)](_0x3f590d[_0x19a8c7(0x221)])||_0x2a20aa[_0x19a8c7(0x221)][_0x19a8c7(0x1fd)](_0x3f590d[_0x19a8c7(0xdb)]);if(_0x1df386||_0x2a20aa[_0x19a8c7(0x1e6)](_0x3f590d)){const _0x15a096=_0x2a20aa[_0x19a8c7(0x212)](_0x3f590d)&&xt(this[_0x19a8c7(0xd3)][_0x19a8c7(0x18e)],_0x3f590d[_0x19a8c7(0xdb)],_0x2a20aa),_0x4df420=_0x3f590d[_0x19a8c7(0x212)](_0x2a20aa)&&xt(this[_0x19a8c7(0xd3)][_0x19a8c7(0x18e)],_0x2a20aa[_0x19a8c7(0xdb)],_0x3f590d);_0x9fb6d6[_0x19a8c7(0x121)]({'suggestion':_0x2fda84,'meta':{'isOwn':_0x3a7371==_0x2fda84[_0x19a8c7(0x10a)],'isNextTo':_0x1df386,'isInsideObject':_0x15a096,'containsRangeInObject':_0x4df420}}),_0x2a96b=!0x0;break;}}if(_0x2a96b)break;}}return _0x9fb6d6;}[_0x7c15f2(0xc2)](_0x5e7cff,_0x165dfb,_0x3f2f39,_0x1e3ee6,_0x26da7e){const _0x477244=_0x7c15f2;this[_0x477244(0xd3)][_0x477244(0x100)](_0x5dfe00=>{const _0x1f5022=_0x477244;let _0x4214ec=_0x1f5022(0xc7)+_0x5e7cff+':'+_0x165dfb+':'+_0x3f2f39;_0x26da7e&&(_0x4214ec=_0x4214ec+':'+_0x26da7e),_0x5dfe00[_0x1f5022(0x166)](_0x4214ec,{'range':_0x1e3ee6,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x7c15f2(0xe2)](_0x4c8085){const _0x472828=_0x7c15f2,_0x42ac5b=_0x4c8085[_0x472828(0x192)],_0x55452a=_0x4c8085[_0x472828(0x1ad)];_0x4c8085[_0x472828(0x192)]=null,_0x4c8085[_0x472828(0x1ad)]=null,null!=_0x42ac5b&&_0x42ac5b[_0x472828(0x1ad)]==_0x4c8085&&(_0x42ac5b[_0x472828(0x1ad)]=_0x55452a),null!=_0x55452a&&_0x55452a[_0x472828(0x192)]==_0x4c8085&&(_0x55452a[_0x472828(0x192)]=_0x42ac5b),_0x472828(0x11b)==this[_0x472828(0x1f4)][_0x472828(0x20e)](_0x4c8085)&&(this[_0x472828(0x1f4)][_0x472828(0xa6)](_0x4c8085,_0x472828(0x110)),this[_0x472828(0xfb)](_0x472828(0x20b),_0x4c8085,_0x42ac5b,_0x55452a));}[_0x7c15f2(0x23a)](_0x2516b0){const _0x6b85d4=_0x7c15f2,_0x567f2f=_0x2516b0['id'],_0x93e1c=this[_0x6b85d4(0x178)](_0x2516b0);if(this[_0x6b85d4(0x236)]&&this[_0x6b85d4(0x236)][_0x6b85d4(0x136)]){const _0x3d355d=this[_0x6b85d4(0x1e4)][_0x6b85d4(0x219)][_0x6b85d4(0x20e)](_0x6b85d4(0x243)),_0x5897fb=_0x93e1c[_0x6b85d4(0x207)],_0x2b2d9a=_0x93e1c[_0x6b85d4(0xcb)]?_0x93e1c[_0x6b85d4(0x1ea)]+':'+_0x93e1c[_0x6b85d4(0xcb)]:_0x93e1c[_0x6b85d4(0x1ea)],_0x4812b8=this[_0x6b85d4(0x1e4)][_0x6b85d4(0xbc)],_0x1710b2=_0x3d355d[_0x6b85d4(0xc0)](_0x444347(_0x4812b8,_0x6b85d4(0x13a))),_0x9ca035={'id':_0x567f2f,'type':_0x2b2d9a,'hasComments':_0x5897fb,'data':_0x2516b0[_0x6b85d4(0x113)]||null,'originalSuggestionId':_0x2516b0[_0x6b85d4(0x1bb)]||null,'attributes':_0x93e1c[_0x6b85d4(0x104)]};this[_0x6b85d4(0x236)][_0x6b85d4(0x136)](_0x9ca035)[_0x6b85d4(0x1c8)](_0x24eaa4=>{const _0x4534a7=_0x6b85d4;_0x93e1c[_0x4534a7(0x1fc)]=!0x0,_0x3d355d[_0x4534a7(0x109)](_0x1710b2),_0x24eaa4&&_0x24eaa4[_0x4534a7(0x18c)]&&(this[_0x4534a7(0x217)][_0x4534a7(0x20e)](_0x567f2f)[_0x4534a7(0x18c)]=_0x24eaa4[_0x4534a7(0x18c)]);})[_0x6b85d4(0x1f0)](_0x969d0c=>{const _0x2df80a=_0x6b85d4;throw _0x4ef6ba(_0x2df80a(0x1e1)),this[_0x2df80a(0x1e4)][_0x2df80a(0xdc)][_0x2df80a(0x1b5)]({'isUndoable':!0x1},()=>{const _0x111add=_0x2df80a;_0x93e1c[_0x111add(0x14b)]();}),_0x93e1c[_0x2df80a(0x132)](),this[_0x2df80a(0x217)][_0x2df80a(0x227)](_0x93e1c['id']),this[_0x2df80a(0x1f4)][_0x2df80a(0x227)](_0x93e1c),_0x969d0c;});}return _0x93e1c;}[_0x7c15f2(0xaa)](_0x162b2e){const _0x33178d=_0x7c15f2;return this[_0x33178d(0x153)][_0x33178d(0xdf)](_0x162b2e);}[_0x7c15f2(0x218)](_0x4679b1,_0x46823d){const _0x469da9=_0x7c15f2,_0x1d4d86=this[_0x469da9(0x1e4)][_0x469da9(0x219)][_0x469da9(0x20e)](_0x469da9(0x243)),_0x30541a=this[_0x469da9(0x1a1)](_0x4679b1);if(this[_0x469da9(0x236)]&&this[_0x469da9(0x236)][_0x469da9(0x172)]){if(_0x30541a[_0x469da9(0x1fc)]){const _0x15b204=_0x1d4d86[_0x469da9(0xc0)](_0x444347(this[_0x469da9(0x1e4)][_0x469da9(0xbc)],_0x469da9(0x13a)));this[_0x469da9(0x236)][_0x469da9(0x172)](_0x4679b1,_0x46823d)[_0x469da9(0x1c8)](()=>{const _0x25723f=_0x469da9;_0x1d4d86[_0x25723f(0x109)](_0x15b204);});}else _0x30541a['on'](_0x469da9(0x140),()=>{const _0x34bdb7=_0x469da9;this[_0x34bdb7(0x218)](_0x4679b1,_0x46823d);});}}[_0x7c15f2(0x15a)](_0x38a2bd){const _0x20eecd=_0x7c15f2;if(!this[_0x20eecd(0x236)]||!this[_0x20eecd(0x236)][_0x20eecd(0x1a1)])throw new _0x19d6d7(_0x20eecd(0x129),this);return this[_0x20eecd(0x236)][_0x20eecd(0x1a1)](_0x38a2bd);}[_0x7c15f2(0xed)](_0x5ec9af){const _0x58aaac=_0x7c15f2,{id:_0x27c422,type:_0x16a672,subType:_0x3756f1,authorId:_0x38dc94}=this[_0x58aaac(0x198)](_0x5ec9af),_0x4656b1=this[_0x58aaac(0x217)][_0x58aaac(0x20e)](_0x27c422)||this[_0x58aaac(0x19e)](_0x16a672,_0x3756f1,_0x27c422,_0x38dc94,{});switch(this[_0x58aaac(0x229)](_0x4656b1,_0x16a672,_0x3756f1,_0x38dc94),this[_0x58aaac(0x1f4)][_0x58aaac(0x20e)](_0x4656b1)){case _0x58aaac(0x163):this[_0x58aaac(0x15a)](_0x27c422)[_0x58aaac(0x1c8)](_0x33f8ef=>{const _0xf07444=_0x58aaac;let _0x1cceef=Promise[_0xf07444(0x114)]();_0x33f8ef[_0xf07444(0x207)]&&(_0x1cceef=this[_0xf07444(0x1bf)][_0xf07444(0xe1)]({'channelId':this[_0xf07444(0x1e4)][_0xf07444(0x1d6)][_0xf07444(0x20e)](_0xf07444(0x101)),'threadId':_0x27c422})),_0x1cceef[_0xf07444(0x1c8)](()=>{const _0xf26506=_0xf07444;this[_0xf26506(0x178)](_0x33f8ef)[_0xf26506(0x1fc)]=!0x0;});}),this[_0x58aaac(0x1f4)][_0x58aaac(0xa6)](_0x4656b1,_0x58aaac(0x18a));break;case _0x58aaac(0x110):this[_0x58aaac(0x218)](_0x27c422,{'state':_0x58aaac(0x18b)});case _0x58aaac(0x1d9):this[_0x58aaac(0x1f4)][_0x58aaac(0xa6)](_0x4656b1,_0x58aaac(0x11b)),this[_0x58aaac(0xfb)](_0x58aaac(0x235),_0x4656b1);break;case _0x58aaac(0x11b):this[_0x58aaac(0xfb)](_0x58aaac(0x1fa),_0x4656b1);}return _0x4656b1[_0x58aaac(0x17a)](_0x5ec9af),_0x4656b1;}[_0x7c15f2(0x21a)](_0x500bba){const _0x228f91=_0x7c15f2,_0x568b28=Array[_0x228f91(0x1ae)](_0x500bba),_0xc805ac=_0x568b28[_0x228f91(0x17f)](_0x2a9827=>_0x228f91(0x11f)==_0x2a9827[_0x228f91(0x1ea)]);this[_0x228f91(0x161)](_0xc805ac);const _0x1e7b1f=_0x568b28[_0x228f91(0x17f)](_0x52e8a6=>!_0x52e8a6[_0x228f91(0x1c7)]&&_0x228f91(0x11f)!=_0x52e8a6[_0x228f91(0x1ea)]),_0x5c2039=this[_0x228f91(0x20c)]({'skipNotAttached':!0x0})[_0x228f91(0x17f)](_0x40f9e2=>!_0x40f9e2[_0x228f91(0x1c7)]&&_0x228f91(0x11f)!=_0x40f9e2[_0x228f91(0x1ea)]),_0xb93b8e=_0x5c2039[_0x228f91(0x17f)](_0x2cd6a2=>!_0x500bba[_0x228f91(0xdf)](_0x2cd6a2)),_0x1a2415=new Map(_0x5c2039[_0x228f91(0x1a5)](_0x4847f9=>[_0x4847f9,this[_0x228f91(0x203)][_0x228f91(0x169)](_0x4847f9[_0x228f91(0x1ea)],_0x4847f9[_0x228f91(0xcb)],_0x228f91(0x222))])),_0x2dbb30=new Map(_0x5c2039[_0x228f91(0x1a5)](_0x2ab5d9=>[_0x2ab5d9,_0x2ab5d9[_0x228f91(0x12c)]()])),_0x7bcd75=new Set(),_0x3361c0=new Set();for(let _0x2f950f=0x0;_0x2f950f<_0x1e7b1f[_0x228f91(0xe6)];_0x2f950f++)_0x2102ce(_0x1e7b1f[_0x2f950f],_0x1e7b1f,_0x2f950f+0x1);for(let _0x6d0f2=0x0;_0x6d0f2<_0x1e7b1f[_0x228f91(0xe6)];_0x6d0f2++)_0x2102ce(_0x1e7b1f[_0x6d0f2],_0xb93b8e,0x0);const _0x17f28d=new Set();for(let _0x3387ad=0x0;_0x3387ad<_0x1e7b1f[_0x228f91(0xe6)];_0x3387ad++){const _0x563d2f=_0x1e7b1f[_0x3387ad];!_0x3361c0[_0x228f91(0xdf)](_0x563d2f)&&_0x563d2f[_0x228f91(0x192)]&&(_0x17f28d[_0x228f91(0xc0)](_0x563d2f[_0x228f91(0x192)]),_0x563d2f[_0x228f91(0x192)][_0x228f91(0x1ad)]===_0x563d2f&&(_0x563d2f[_0x228f91(0x192)][_0x228f91(0x1ad)]=null),_0x563d2f[_0x228f91(0x192)]=null),!_0x7bcd75[_0x228f91(0xdf)](_0x563d2f)&&_0x563d2f[_0x228f91(0x1ad)]&&(_0x17f28d[_0x228f91(0xc0)](_0x563d2f[_0x228f91(0x1ad)]),_0x563d2f[_0x228f91(0x1ad)][_0x228f91(0x192)]===_0x563d2f&&(_0x563d2f[_0x228f91(0x1ad)][_0x228f91(0x192)]=null),_0x563d2f[_0x228f91(0x1ad)]=null);}function _0x2102ce(_0x1be0d7,_0x271e6a,_0x510cdb){const _0x5afef5=_0x228f91;for(let _0x4d945e=_0x510cdb;_0x4d945e<_0x271e6a[_0x5afef5(0xe6)];_0x4d945e++){const _0x459416=_0x3a021e(_0x1be0d7,_0x271e6a[_0x4d945e]);_0x459416&&(_0x459416[0x0][_0x5afef5(0x1ad)]=_0x459416[0x1],_0x459416[0x1][_0x5afef5(0x192)]=_0x459416[0x0],_0x7bcd75[_0x5afef5(0xc0)](_0x459416[0x0]),_0x3361c0[_0x5afef5(0xc0)](_0x459416[0x1]));}}function _0x3a021e(_0x41ab00,_0x293154){const _0x15edad=_0x228f91;if(_0x41ab00[_0x15edad(0x10a)]['id']!==_0x293154[_0x15edad(0x10a)]['id'])return null;const _0x531367=_0x1a2415[_0x15edad(0x20e)](_0x41ab00)(_0x41ab00,_0x293154,_0x2dbb30[_0x15edad(0x20e)](_0x41ab00),_0x2dbb30[_0x15edad(0x20e)](_0x293154));if(!_0x531367)return null;return _0x1a2415[_0x15edad(0x20e)](_0x293154)(_0x41ab00,_0x293154,_0x2dbb30[_0x15edad(0x20e)](_0x41ab00),_0x2dbb30[_0x15edad(0x20e)](_0x293154))?_0x531367[0x1][_0x15edad(0xe0)]&&_0x531367[0x1][_0x15edad(0xe0)][_0x15edad(0xe6)]?null:_0x531367:null;}_0x17f28d[_0x228f91(0x103)]&&this[_0x228f91(0x21a)](_0x17f28d);}[_0x7c15f2(0x161)](_0x4590c5){const _0x40e9b3=_0x7c15f2;if(0x0==_0x4590c5[_0x40e9b3(0xe6)])return;const _0x1556a1=this[_0x40e9b3(0x20c)]({'skipNotAttached':!0x0})[_0x40e9b3(0x17f)](_0xaf1e63=>_0x40e9b3(0x11f)==_0xaf1e63[_0x40e9b3(0x1ea)]&&_0xaf1e63[_0x40e9b3(0x13d)]),_0x4157fd=[],_0x1687d7=new Map();for(const _0x258890 of _0x1556a1){const _0x38f4af=_0x2fbeae(_0x258890[_0x40e9b3(0x104)]);_0x1687d7[_0x40e9b3(0xdf)](_0x38f4af)||(_0x1687d7[_0x40e9b3(0xa6)](_0x38f4af,_0x4157fd[_0x40e9b3(0xe6)]),_0x4157fd[_0x40e9b3(0x121)]([]));const _0x2ea950=_0x1687d7[_0x40e9b3(0x20e)](_0x38f4af);_0x4157fd[_0x2ea950][_0x40e9b3(0x121)](_0x258890);}!(function(){const _0x326e98=_0x40e9b3;_0x4157fd[_0x326e98(0x21b)]((_0x4faa9b,_0x4b451b)=>{const _0x168230=_0x326e98,_0x506445=_0x4faa9b[0x0][_0x168230(0x18c)],_0x55f781=_0x4b451b[0x0][_0x168230(0x18c)];return _0x506445==_0x55f781?_0x4faa9b[0x0][_0x168230(0x104)][_0x168230(0xcf)]<_0x4b451b[0x0][_0x168230(0x104)][_0x168230(0xcf)]?-0x1:0x1:_0x506445<_0x55f781?-0x1:0x1;});for(const _0x149f40 of _0x4157fd)_0x149f40[_0x326e98(0x21b)]((_0x2205e8,_0x11aa67)=>_0x2205e8['id']<_0x11aa67['id']?-0x1:0x1);}());for(let _0x43e23f=0x0;_0x43e23f<_0x4157fd[_0x40e9b3(0xe6)];_0x43e23f++){if(0x0==_0x4157fd[_0x43e23f][_0x40e9b3(0xe6)])continue;const _0xa547fb=[];for(let _0x85bca2=_0x43e23f+0x1;_0x85bca2<_0x4157fd[_0x40e9b3(0xe6)];_0x85bca2++)0x0!=_0x4157fd[_0x85bca2][_0x40e9b3(0xe6)]&&_0xe0ff96(_0x4157fd[_0x43e23f],_0x4157fd[_0x85bca2])&&_0xa547fb[_0x40e9b3(0x121)](_0x85bca2);for(const _0x30544b of _0xa547fb)_0x4157fd[_0x43e23f]=_0x4157fd[_0x43e23f][_0x40e9b3(0x21c)](_0x4157fd[_0x30544b]),_0x4157fd[_0x30544b]=[];}for(const _0x186fa0 of _0x4157fd)for(let _0xa7eda5=0x0;_0xa7eda5<_0x186fa0[_0x40e9b3(0xe6)];_0xa7eda5++)_0x186fa0[_0xa7eda5][_0x40e9b3(0x1ad)]=_0x186fa0[_0xa7eda5+0x1]||null;for(const _0x3d7569 of _0x4157fd)for(let _0x568596=0x0;_0x568596<_0x3d7569[_0x40e9b3(0xe6)];_0x568596++)_0x3d7569[_0x568596][_0x40e9b3(0x192)]=_0x3d7569[_0x568596-0x1]||null;function _0xe0ff96(_0x545cf6,_0x578801){const _0xb987ef=_0x40e9b3;if(_0x545cf6[0x0][_0xb987ef(0x104)][_0xb987ef(0xcf)]!==_0x578801[0x0][_0xb987ef(0x104)][_0xb987ef(0xcf)]&&_0x545cf6[0x0][_0xb987ef(0x10a)]!==_0x578801[0x0][_0xb987ef(0x10a)])return!0x1;if(!function(_0x2cd6c6,_0x1da082){const _0x228d05=_0xb987ef;if(!_0x2cd6c6[_0x228d05(0x207)]&&!_0x1da082[_0x228d05(0x207)])return!0x0;if(_0x2cd6c6[_0x228d05(0x207)]&&_0x1da082[_0x228d05(0x207)])return!0x1;if(_0x2cd6c6[_0x228d05(0x207)]&&_0x1da082[_0x228d05(0x18c)]<_0x2cd6c6[_0x228d05(0xe0)][_0x228d05(0x186)][_0x228d05(0x20e)](0x0)[_0x228d05(0x18c)])return!0x0;if(_0x1da082[_0x228d05(0x207)]&&_0x2cd6c6[_0x228d05(0x18c)]<_0x1da082[_0x228d05(0xe0)][_0x228d05(0x186)][_0x228d05(0x20e)](0x0)[_0x228d05(0x18c)])return!0x0;return!0x1;}(_0x545cf6[0x0],_0x578801[0x0]))return!0x1;const _0x4c3bf9=_0x4be9b6(_0x545cf6[0x0][_0xb987ef(0x104)],_0xb987ef(0xcf)),_0xd66a3c=_0x4be9b6(_0x578801[0x0][_0xb987ef(0x104)],_0xb987ef(0xcf));if(!_0x104b89(_0x4c3bf9,_0xd66a3c))return!0x1;return!!_0x545cf6[_0xb987ef(0x1ba)](_0x3cd03f=>_0x578801[_0xb987ef(0xb8)](_0x25d450=>_0x3cd03f[_0xb987ef(0x12c)]()[_0xb987ef(0x1fd)](_0x25d450[_0xb987ef(0x12c)]())))&&_0x578801[_0xb987ef(0x1ba)](_0x421850=>_0x545cf6[_0xb987ef(0xb8)](_0x52dee9=>_0x421850[_0xb987ef(0x12c)]()[_0xb987ef(0x1fd)](_0x52dee9[_0xb987ef(0x12c)]())));}}[_0x7c15f2(0xa5)](_0x1da28a){const _0x5e01e7=_0x7c15f2,_0x374127=Array[_0x5e01e7(0x1ae)](_0x1da28a),_0x346af0=this[_0x5e01e7(0x20c)]({'skipNotAttached':!0x0}),_0x5a80ef=_0x346af0[_0x5e01e7(0x17f)](_0x103024=>!_0x1da28a[_0x5e01e7(0xdf)](_0x103024)),_0x39fd28=new Map(_0x374127[_0x5e01e7(0x1a5)](_0x309c7c=>[_0x309c7c,this[_0x5e01e7(0x203)][_0x5e01e7(0x169)](_0x309c7c[_0x5e01e7(0x1ea)],_0x309c7c[_0x5e01e7(0xcb)],_0x5e01e7(0xf1))])),_0x96d314=new Map(_0x346af0[_0x5e01e7(0x1a5)](_0x1b575a=>[_0x1b575a,_0x1b575a[_0x5e01e7(0xc9)]()]));for(let _0x40cfcd=0x0;_0x40cfcd<_0x374127[_0x5e01e7(0xe6)];_0x40cfcd++){if(_0x44dc58(this,_0x374127[_0x40cfcd],_0x374127,_0x40cfcd+0x1))return!0x0;}for(let _0x20e9d5=0x0;_0x20e9d5<_0x374127[_0x5e01e7(0xe6)];_0x20e9d5++){if(_0x44dc58(this,_0x374127[_0x20e9d5],_0x5a80ef,0x0))return!0x0;}return!0x1;function _0x44dc58(_0xb42b98,_0x20ff49,_0x54f0d0,_0x36188a){const _0x3e8890=_0x5e01e7;for(let _0x3cf761=_0x36188a;_0x3cf761<_0x54f0d0[_0x3e8890(0xe6)];_0x3cf761++){const _0x5de3a2=_0x54f0d0[_0x3cf761];if(_0x5de3a2[_0x3e8890(0x1ea)]!==_0x20ff49[_0x3e8890(0x1ea)]||_0x5de3a2[_0x3e8890(0x10a)]['id']!==_0x20ff49[_0x3e8890(0x10a)]['id']||_0x5de3a2[_0x3e8890(0xcb)]!==_0x20ff49[_0x3e8890(0xcb)])continue;if(!Ft(_0x20ff49,_0x5de3a2,[_0x3e8890(0xcf)]))continue;if(_0x3e8890(0x11f)==_0x20ff49[_0x3e8890(0x1ea)]&&_0x20ff49[_0x3e8890(0x113)][_0x3e8890(0x1cb)]!=_0x5de3a2[_0x3e8890(0x113)][_0x3e8890(0x1cb)])continue;if(_0x3e8890(0x11f)==_0x20ff49[_0x3e8890(0x1ea)]&&_0xb42b98[_0x3e8890(0xaa)](_0x20ff49[_0x3e8890(0x113)][_0x3e8890(0xad)]))continue;if(_0x3e8890(0x1c2)==_0x20ff49[_0x3e8890(0x1ea)]){const _0x977ab9=_0xb42b98[_0x3e8890(0x1e4)][_0x3e8890(0xdc)],_0x324d02=_0x20ff49[_0x3e8890(0x1f1)]();if(_0x324d02&&(_0x977ab9[_0x3e8890(0x18e)][_0x3e8890(0x12f)](_0x324d02)||_0x977ab9[_0x3e8890(0x18e)][_0x3e8890(0x143)](_0x324d02)))continue;}const _0x223bac=_0x39fd28[_0x3e8890(0x20e)](_0x20ff49),_0x4cca70=_0x96d314[_0x3e8890(0x20e)](_0x20ff49),_0x5939a8=_0x96d314[_0x3e8890(0x20e)](_0x5de3a2),_0x2427e3=_0x20ff49[_0x3e8890(0xe0)]&&_0x20ff49[_0x3e8890(0xe0)][_0x3e8890(0xe6)],_0x13a06a=_0x5de3a2[_0x3e8890(0xe0)]&&_0x5de3a2[_0x3e8890(0xe0)][_0x3e8890(0xe6)];if(!_0x2427e3&&_0x223bac(_0x5939a8,_0x4cca70))return _0xb42b98[_0x3e8890(0x1e7)](_0x5de3a2,_0x20ff49),_0x96d314[_0x3e8890(0x227)](_0x20ff49),!0x0;if(!_0x13a06a&&_0x223bac(_0x4cca70,_0x5939a8))return _0xb42b98[_0x3e8890(0x1e7)](_0x20ff49,_0x5de3a2),_0x96d314[_0x3e8890(0x227)](_0x5de3a2),!0x0;}return!0x1;}}[_0x7c15f2(0x1e7)](_0x4b2c5c,_0x171810){const _0x424eab=_0x7c15f2;if(_0x4b2c5c[_0x424eab(0x1c7)]){for(const _0x114302 of _0x171810[_0x424eab(0xc9)]())_0x4b2c5c[_0x424eab(0x1d4)](_0x114302);}else{const _0x5df5c1=_0x171810[_0x424eab(0x12c)]()[_0x424eab(0x221)];this[_0x424eab(0xb1)](_0x4b2c5c,this[_0x424eab(0xd3)][_0x424eab(0x1f3)](_0x4b2c5c[_0x424eab(0x12c)]()[_0x424eab(0xdb)],_0x5df5c1));}_0x171810[_0x424eab(0xb5)]();}[_0x7c15f2(0x209)](_0x2178fa,_0x1ad037){const _0x3f57ea=_0x7c15f2,_0x7c1ac6=_0x2178fa[_0x3f57ea(0x22c)](_0x3f57ea(0x14e))||_0x2178fa[_0x3f57ea(0x22c)](_0x3f57ea(0x11f))?_0x3f57ea(0x12b):_0x2178fa[_0x3f57ea(0x23e)]();return _0x444347(this[_0x3f57ea(0x1e4)][_0x3f57ea(0xbc)],_0x1ad037+'_'+_0x7c1ac6+_0x3f57ea(0x21f));}[_0x7c15f2(0x24d)](){const _0x2cdb75=_0x7c15f2,_0x3d1abd=this[_0x2cdb75(0x1e4)];_0x44e3b8(this[_0x2cdb75(0xd3)],({left:_0x580965,entered:_0x3363ee})=>{const _0x33ab4c=_0x2cdb75,_0x5c6c01=[];for(const _0x2770e5 of _0x580965){const {group:_0x221465,type:_0x2b0ea9}=this[_0x33ab4c(0x198)](_0x2770e5[_0x33ab4c(0x1f2)]);if(_0x33ab4c(0x19b)===_0x221465){_0x5c6c01[_0x33ab4c(0x121)](this[_0x33ab4c(0x209)](_0x2b0ea9,_0x33ab4c(0x13f)));break;}}for(const _0x33ae5b of _0x3363ee){const {group:_0x2b4354,type:_0x43e3f1}=this[_0x33ab4c(0x198)](_0x33ae5b[_0x33ab4c(0x1f2)]);if(_0x33ab4c(0x19b)===_0x2b4354){_0x5c6c01[_0x33ab4c(0x121)](this[_0x33ab4c(0x209)](_0x43e3f1,_0x33ab4c(0xca)));break;}}_0x5c6c01[_0x33ab4c(0xe6)]&&_0x3d1abd['ui'][_0x33ab4c(0x1b7)][_0x33ab4c(0xb2)](_0x33ab4c(0x176),_0x5c6c01[_0x33ab4c(0xf1)]('\x20'));});}[_0x7c15f2(0x123)](_0x25ba5b){const _0x3dc30a=_0x7c15f2;if(this[_0x3dc30a(0x119)])return!0x1;const _0x30329a=this[_0x3dc30a(0x1e4)],_0x45ed49=_0x30329a[_0x3dc30a(0xdc)][_0x3dc30a(0xec)][_0x3dc30a(0x1b3)][_0x3dc30a(0xf0)]();if(0x0==_0x45ed49[_0x3dc30a(0xe6)])return!0x1;const _0x2a56c0=[],_0x38d8d9=_0x45ed49[_0x3dc30a(0x17f)](_0x66472c=>_0x3dc30a(0x11f)==_0x66472c[_0x3dc30a(0x1ea)]),_0x586b3e=_0x45ed49[_0x3dc30a(0x17f)](_0x32fded=>_0x3dc30a(0xd9)==_0x32fded[_0x3dc30a(0x1ea)]&&_0x3dc30a(0xb7)!=_0x32fded[_0x3dc30a(0x1f2)]),_0x17f6ef=_0x45ed49[_0x3dc30a(0x17f)](_0x1f5d74=>_0x3dc30a(0x109)==_0x1f5d74[_0x3dc30a(0x1ea)]&&_0x3dc30a(0xb7)!=_0x1f5d74[_0x3dc30a(0x1f2)]);for(const _0x13b587 of _0x38d8d9)_0x2a56c0[_0x3dc30a(0x121)]({'key':_0x13b587[_0x3dc30a(0x216)],'newValue':_0x13b587[_0x3dc30a(0x1a4)],'oldValue':_0x13b587[_0x3dc30a(0x11a)],'range':Ut(_0x13b587[_0x3dc30a(0x142)],_0x30329a[_0x3dc30a(0xdc)])});for(const _0x46e8b4 of _0x586b3e){const _0x50c2a3=_0x17f6ef[_0x3dc30a(0x107)](_0x292995=>_0x292995[_0x3dc30a(0x1b1)][_0x3dc30a(0x1fd)](_0x46e8b4[_0x3dc30a(0x1b1)]));_0x50c2a3&&_0x2a56c0[_0x3dc30a(0x121)]({'key':_0x3dc30a(0x115),'newValue':_0x46e8b4[_0x3dc30a(0x1f2)],'oldValue':_0x50c2a3[_0x3dc30a(0x1f2)],'range':_0x30329a[_0x3dc30a(0xdc)][_0x3dc30a(0xc3)](_0x46e8b4[_0x3dc30a(0x1b1)][_0x3dc30a(0x1de)])});}return 0x0!=_0x2a56c0[_0x3dc30a(0xe6)]&&this[_0x3dc30a(0x1e3)](_0x25ba5b,_0x2a56c0);}[_0x7c15f2(0x181)](_0x1610b4){const _0x1be79b=_0x7c15f2;let _0x342640=!0x1;const _0x9844cd=this[_0x1be79b(0x1e4)][_0x1be79b(0xdc)][_0x1be79b(0xec)][_0x1be79b(0x1b3)][_0x1be79b(0x1ca)]()[_0x1be79b(0x17f)](_0x5e2dd8=>_0x5e2dd8[_0x1be79b(0x113)][_0x1be79b(0xa1)]&&_0x5e2dd8[_0x1be79b(0x1f2)][_0x1be79b(0x22c)](_0x1be79b(0x1c9)));for(const _0x2643ef of _0x9844cd){const {subType:_0x311929,id:_0x5a8c44}=this[_0x1be79b(0x198)](_0x2643ef[_0x1be79b(0x1f2)]),_0x2778f7=_0x311929[_0x1be79b(0x195)]('|')[0x0];for(const _0x5dff6f of this[_0x1be79b(0x20c)]({'skipNotAttached':!0x0}))_0x5dff6f['id']!=_0x5a8c44&&_0x1be79b(0x11f)==_0x5dff6f[_0x1be79b(0x1ea)]&&_0x5dff6f[_0x1be79b(0x113)]&&_0x5dff6f[_0x1be79b(0x113)][_0x1be79b(0xad)]==_0x2778f7&&_0x5dff6f[_0x1be79b(0x12c)]()[_0x1be79b(0x1d7)](_0x2643ef[_0x1be79b(0x113)][_0x1be79b(0xa1)])&&(this[_0x1be79b(0x1c0)](_0x5dff6f,_0x2643ef[_0x1be79b(0x113)][_0x1be79b(0xa1)],_0x1610b4),_0x342640=!0x0);}return _0x342640;}[_0x7c15f2(0x22a)](_0x26b0b0){const _0x215f13=_0x7c15f2;this[_0x215f13(0x1e4)],(this[_0x215f13(0x119)]=!0x0,_0x26b0b0());}[_0x7c15f2(0x157)](_0x21f80c){const _0x1b7ab3=_0x7c15f2,_0xac11e3=this[_0x1b7ab3(0xaa)](_0x21f80c),_0x965bb1=this[_0x1b7ab3(0x1b0)][_0x1b7ab3(0xdf)](_0x21f80c);return _0xac11e3||_0x965bb1;}[_0x7c15f2(0x1e3)](_0x29ee86,_0x449d33){const _0x51e366=_0x7c15f2;if(0x0==_0x449d33[_0x51e366(0xe6)])return!0x1;let _0x159f06=!0x1;for(const _0x39696f of _0x449d33){const _0x95db9=this[_0x51e366(0x148)](_0x39696f[_0x51e366(0x142)],_0x51e366(0x11f))[_0x51e366(0x17f)](_0x230e56=>!_0x230e56[_0x51e366(0xb0)][_0x51e366(0x15c)])[_0x51e366(0x1a5)](_0x115f4e=>_0x115f4e[_0x51e366(0x19b)]),_0x5eec76=_0x2fbeae({'newValue':_0x39696f[_0x51e366(0x17c)]});_0x95db9[_0x51e366(0x17f)](_0x5f5134=>{const _0x211387=_0x51e366,[_0x466dfc,_0x309f5c]=_0x5f5134[_0x211387(0xcb)][_0x211387(0x195)]('|');return _0x466dfc==_0x39696f[_0x211387(0xad)]&&_0x309f5c!=_0x5eec76;})[_0x51e366(0x108)](_0x5c2f14=>{const _0x4466c8=_0x51e366;this[_0x4466c8(0x1c0)](_0x5c2f14,_0x39696f[_0x4466c8(0x142)],_0x29ee86),_0x159f06=!0x0;});}return _0x159f06;}[_0x7c15f2(0x1c0)](_0x47f281,_0x5b882e,_0x47b72f){const _0x5ba12f=_0x7c15f2,_0x1e9e25=_0x47f281[_0x5ba12f(0x12c)]()[_0x5ba12f(0x1cf)](_0x5b882e);0x0!==_0x1e9e25[_0x5ba12f(0xe6)]?0x1!==_0x1e9e25[_0x5ba12f(0xe6)]?this[_0x5ba12f(0x126)](_0x47f281,_0x5b882e[_0x5ba12f(0xdb)],_0x5b882e[_0x5ba12f(0x221)]):this[_0x5ba12f(0xb1)](_0x47f281,_0x1e9e25[0x0]):_0x47b72f[_0x5ba12f(0x18f)](_0x47f281[_0x5ba12f(0x1ed)]());}}class Bt{constructor(_0x1d25b0){const _0x2f26df=_0x7c15f2;this[_0x2f26df(0x244)]=_0x1d25b0,this[_0x2f26df(0xd3)]=_0x1d25b0[_0x2f26df(0xdc)],this[_0x2f26df(0x184)]=new Map(),this[_0x2f26df(0x206)]=new Map(),this[_0x2f26df(0x16e)]();}[_0x7c15f2(0x16c)](_0x349249,_0xc915a3,_0x14ab41,_0x51aba6,_0x4272b9,_0x13c72d){const _0x1ad092=_0x7c15f2;return new _0x28348a(this[_0x1ad092(0xd3)],{'type':_0x349249,'subType':_0xc915a3,'id':_0x14ab41,'author':_0x51aba6,'creator':_0x51aba6,'attributes':_0x4272b9,'onAttributesChange':_0x13c72d,'onAccept':(..._0x5565d6)=>this[_0x1ad092(0x169)](_0x349249,_0xc915a3,_0x1ad092(0x187))(..._0x5565d6),'onDiscard':(..._0x2901b4)=>this[_0x1ad092(0x169)](_0x349249,_0xc915a3,_0x1ad092(0x14b))(..._0x2901b4)});}[_0x7c15f2(0xea)](_0x343971,_0x3f5bda,_0x347cb6,_0x4d94e7){const _0x4c1811=_0x7c15f2,_0x1b6ce2=_0x343971+':'+_0x3f5bda+':'+_0x347cb6;this[_0x4c1811(0x184)][_0x4c1811(0xa6)](_0x1b6ce2,_0x4d94e7);}[_0x7c15f2(0x169)](_0x449430,_0x141e0a,_0xbdef0b){const _0x12d4b9=_0x7c15f2,_0x4067ca=_0x449430+':'+_0x141e0a+':'+_0xbdef0b;return this[_0x12d4b9(0x184)][_0x12d4b9(0x20e)](_0x4067ca)||this[_0x12d4b9(0x206)][_0x12d4b9(0x20e)](_0x449430+':'+_0xbdef0b);}[_0x7c15f2(0x16e)](){const _0x364822=_0x7c15f2,_0xbf3308=()=>!0x1,_0x21d070=_0x7a8c60=>{const _0x12216f=_0x55af;_0x7a8c60[_0x12216f(0x21b)]((_0x32000f,_0x425e5e)=>_0x32000f[_0x12216f(0xdb)][_0x12216f(0x247)](_0x425e5e[_0x12216f(0xdb)])?0x1:-0x1),this[_0x12216f(0xd3)][_0x12216f(0x100)](_0x2f8ee7=>{const _0x30ac84=_0x12216f;for(const _0x116fa2 of _0x7a8c60){let _0x455fea;_0x455fea=_0x116fa2[_0x30ac84(0x221)][_0x30ac84(0x204)]&&_0x116fa2[_0x30ac84(0x221)][_0x30ac84(0x1c6)]==_0x116fa2[_0x30ac84(0xdb)][_0x30ac84(0x1de)]?_0x2f8ee7[_0x30ac84(0xf6)](_0x116fa2[_0x30ac84(0xdb)][_0x30ac84(0x1de)],'on'):_0x2f8ee7[_0x30ac84(0xf6)](_0x116fa2),this[_0x30ac84(0xd3)][_0x30ac84(0x190)](_0x455fea,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x32abdb=(_0x52af62,_0x25b16b)=>{const _0x3e26b9=_0x55af;_0x25b16b&&this[_0x3e26b9(0xd3)][_0x3e26b9(0x100)](_0xc144d2=>{const _0x5bf06a=_0x3e26b9,{commandName:_0x57a868,commandParams:_0x235bf5=[]}=_0x25b16b,_0x24294f=_0x52af62[_0x5bf06a(0x1a5)](_0x2de506=>(Rt(_0x2de506)&&(_0x2de506=this[_0x5bf06a(0xd3)][_0x5bf06a(0x1f3)](_0x2de506[_0x5bf06a(0x221)])),_0x2de506))[_0x5bf06a(0x17f)](_0x2fbc07=>_0x5bf06a(0x139)!==_0x2fbc07[_0x5bf06a(0xfa)][_0x5bf06a(0x112)]);if(_0x24294f[_0x5bf06a(0xe6)]<0x1)return;const _0x3e628b=Array[_0x5bf06a(0x1ae)](this[_0x5bf06a(0xd3)][_0x5bf06a(0xec)][_0x5bf06a(0x125)][_0x5bf06a(0xc9)]())[_0x5bf06a(0x1a5)](_0x31a8f1=>_0x2566d0[_0x5bf06a(0x1f6)](_0x31a8f1));_0xc144d2[_0x5bf06a(0xee)](_0x24294f);for(const _0x2c59db of this[_0x5bf06a(0x244)][_0x5bf06a(0x1bd)][_0x5bf06a(0x1bd)]())_0x2c59db[_0x5bf06a(0xc8)]();_0x235bf5[_0x5bf06a(0x121)]({'forceDefaultExecution':!0x0}),this[_0x5bf06a(0x244)][_0x5bf06a(0x174)](_0x57a868,..._0x235bf5);const _0x51d304=_0x3e628b[_0x5bf06a(0x17f)](_0xa5d6bd=>_0x5bf06a(0x139)!=_0xa5d6bd[_0x5bf06a(0xfa)][_0x5bf06a(0x112)]);_0x51d304[_0x5bf06a(0xe6)]>0x0&&_0xc144d2[_0x5bf06a(0xee)](_0x51d304);for(const _0x4768d7 of _0x3e628b)_0x4768d7[_0x5bf06a(0x1d1)]();});},_0x4707b9=(_0x3d5ac0,_0x1b6791)=>0x1==_0x3d5ac0[_0x364822(0xe6)]&&0x1==_0x1b6791[_0x364822(0xe6)]&&_0x3d5ac0[0x0][_0x364822(0x221)][_0x364822(0x1fd)](_0x1b6791[0x0][_0x364822(0xdb)]),_0x5e9b63=(_0x124fdd,_0x405107,_0x6334e1,_0xddbc46)=>Gt(_0x124fdd,_0x405107,_0x6334e1,_0xddbc46,this[_0x364822(0xd3)])?[_0x124fdd,_0x405107]:Gt(_0x405107,_0x124fdd,_0xddbc46,_0x6334e1,this[_0x364822(0xd3)])?[_0x405107,_0x124fdd]:null;this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x111),_0xbf3308),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x249),_0x21d070),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x10e),_0x4707b9),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x155),_0x5e9b63),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0xf2),_0x21d070),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x133),_0xbf3308),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x237),_0x4707b9),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x16a),_0x5e9b63),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x214),_0x32abdb),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x122),_0xbf3308),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x168),_0x4707b9),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x19c),_0xbf3308),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0xe9),_0x32abdb),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x201),_0xbf3308),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0xaf),_0x4707b9),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x131),_0xbf3308),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x1df),_0xbf3308),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x10f),(_0xf368ec,_0x1a8047)=>{const _0x1c1368=_0x364822;if(!_0x1a8047)return;const _0x2e8918=this[_0x1c1368(0x244)][_0x1c1368(0x219)][_0x1c1368(0x20e)](p);this[_0x1c1368(0xd3)][_0x1c1368(0x100)](_0x31bc4f=>{const _0x3bb4ad=_0x1c1368;if(_0x3bb4ad(0x115)==_0x1a8047[_0x3bb4ad(0xad)])for(const _0xd332ea of _0xf368ec){const _0x4e7d9c=_0xd332ea[_0x3bb4ad(0xdb)][_0x3bb4ad(0x1de)],_0x1f34c0=_0x1a8047[_0x3bb4ad(0x1cb)];_0x31bc4f[_0x3bb4ad(0x1d2)](_0x4e7d9c,_0x1f34c0);}else{if(_0x2e8918[_0x3bb4ad(0xaa)](_0x1a8047[_0x3bb4ad(0xad)])){for(const _0x62edb of _0xf368ec)void 0x0!==_0x1a8047[_0x3bb4ad(0x1cb)]?_0x31bc4f[_0x3bb4ad(0xe5)](_0x1a8047[_0x3bb4ad(0xad)],_0x1a8047[_0x3bb4ad(0x1cb)],_0x62edb[_0x3bb4ad(0xdb)][_0x3bb4ad(0x1de)]):_0x31bc4f[_0x3bb4ad(0x11e)](_0x1a8047[_0x3bb4ad(0xad)],_0x62edb[_0x3bb4ad(0xdb)][_0x3bb4ad(0x1de)]);}else{for(const _0x23764a of _0xf368ec)_0x1a8047[_0x3bb4ad(0x1cb)]?_0x31bc4f[_0x3bb4ad(0xe5)](_0x1a8047[_0x3bb4ad(0xad)],_0x1a8047[_0x3bb4ad(0x1cb)],_0x23764a):_0x31bc4f[_0x3bb4ad(0x11e)](_0x1a8047[_0x3bb4ad(0xad)],_0x23764a);}}});}),this[_0x364822(0x206)][_0x364822(0xa6)](_0x364822(0x128),_0x4707b9);}}function xt(_0x1811a3,_0x2ba1ff,_0x57fa71){const _0x9f2efc=_0x7c15f2;for(const _0x2c76a4 of _0x2ba1ff[_0x9f2efc(0x1c6)][_0x9f2efc(0x189)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2c76a4[_0x9f2efc(0xfa)]==_0x2c76a4)return!0x1;if(!_0x57fa71[_0x9f2efc(0x1ce)](_0x2c76a4))return!0x1;if(_0x1811a3[_0x9f2efc(0x12f)](_0x2c76a4)||_0x1811a3[_0x9f2efc(0x143)](_0x2c76a4))return!0x0;}return!0x1;}function Rt(_0x4f9d4d){const _0x58f50a=_0x7c15f2;return _0x4f9d4d[_0x58f50a(0x221)][_0x58f50a(0x1c6)]==_0x4f9d4d[_0x58f50a(0xdb)][_0x58f50a(0x1de)]&&_0x4f9d4d[_0x58f50a(0x221)][_0x58f50a(0xa3)];}function Tt(_0x463e00,_0x57a6ea,_0x39255f,_0x1124ce){const _0x2f7c4d=_0x7c15f2,_0x29a1f3=_0x5af037=>!_0x5af037[_0x2f7c4d(0x1ee)]['is'](_0x2f7c4d(0x208))&&!_0x1124ce[_0x2f7c4d(0x12f)](_0x5af037[_0x2f7c4d(0x1ee)]),_0x4ecb31=_0x463e00[_0x2f7c4d(0xdb)][_0x2f7c4d(0x1a7)](_0x29a1f3),_0x5725d1=_0x463e00[_0x2f7c4d(0x221)][_0x2f7c4d(0x1a7)](_0x29a1f3,{'direction':_0x2f7c4d(0xc4)});return(!_0x463e00[_0x2f7c4d(0xdb)][_0x2f7c4d(0x1fd)](_0x4ecb31)||!_0x463e00[_0x2f7c4d(0x221)][_0x2f7c4d(0x1fd)](_0x5725d1))&&(_0x4ecb31[_0x2f7c4d(0x247)](_0x5725d1)?_0x39255f[_0x2f7c4d(0xa4)](_0x57a6ea,{'range':_0x39255f[_0x2f7c4d(0x1f3)](_0x4ecb31,_0x5725d1)}):_0x39255f[_0x2f7c4d(0x18f)](_0x57a6ea),!0x0);}function Et(_0x27fb66){return _0x2fbeae(_0x27fb66);}function Vt(_0x212f13){const _0x41bb5d=_0x7c15f2,_0x373c6d=_0x212f13[_0x41bb5d(0xdb)][_0x41bb5d(0x1de)];return _0x373c6d&&_0x373c6d['is'](_0x41bb5d(0x173));}function Ut(_0x2d0704,_0x2015d0){const _0x4b8b9=_0x7c15f2;return null==_0x2d0704[_0x4b8b9(0x221)][_0x4b8b9(0x14f)]&&_0x2d0704[_0x4b8b9(0x221)][_0x4b8b9(0x1c6)]==_0x2d0704[_0x4b8b9(0xdb)][_0x4b8b9(0x1de)]?Ot(_0x2d0704[_0x4b8b9(0xdb)][_0x4b8b9(0x1de)],_0x2015d0):_0x2d0704;}function Ot(_0x1899d8,_0x44756b){const _0x29291b=_0x7c15f2,_0x5d84ba=_0x44756b[_0x29291b(0x18e)][_0x29291b(0x12f)](_0x1899d8)||_0x44756b[_0x29291b(0x18e)][_0x29291b(0x224)](_0x1899d8);return _0x44756b[_0x29291b(0x1f3)](_0x44756b[_0x29291b(0xcc)](_0x1899d8,_0x29291b(0x1e0)),_0x5d84ba?_0x44756b[_0x29291b(0x16b)](_0x1899d8):_0x44756b[_0x29291b(0xcc)](_0x1899d8,_0x29291b(0x221)));}function Gt(_0x7e1547,_0xc4d382,_0x211b05,_0x566dd1,_0x1a8da9){const _0x390724=_0x7c15f2;if(!Ft(_0x7e1547,_0xc4d382))return!0x1;if(_0x211b05[_0x390724(0x221)][_0x390724(0x1fd)](_0x566dd1[_0x390724(0xdb)]))return!0x0;if(_0x7e1547[_0x390724(0x1ea)]!=_0xc4d382[_0x390724(0x1ea)])return!0x1;if(!_0x211b05[_0x390724(0x221)][_0x390724(0x16d)](_0x566dd1[_0x390724(0xdb)]))return!0x1;const _0x5060e3=_0x1a8da9[_0x390724(0x1f3)](_0x211b05[_0x390724(0x221)],_0x566dd1[_0x390724(0xdb)])[_0x390724(0x23b)]();for(const _0x306574 of _0x5060e3)if([_0x390724(0x199),_0x390724(0x17e)][_0x390724(0x12a)](_0x306574[_0x390724(0x1ea)])&&_0x1a8da9[_0x390724(0x18e)][_0x390724(0x143)](_0x306574[_0x390724(0x1ee)]))return!0x1;return!0x0;}function Ft(_0x3571c9,_0x119364,_0x47014d=[]){const _0x7d2788=_0x7c15f2;return!(!_0x3571c9[_0x7d2788(0x13d)]||!_0x119364[_0x7d2788(0x13d)])&&_0x104b89(_0x4be9b6(_0x3571c9[_0x7d2788(0x104)],_0x47014d),_0x4be9b6(_0x119364[_0x7d2788(0x104)],_0x47014d));}function Pt(_0x33df54,_0x1eef3d){const _0x5d3b33=_0x7c15f2,_0x23c411=Lt(_0x33df54[_0x5d3b33(0x104)]),_0x5d64ad=Lt(_0x1eef3d);if(!_0x33df54[_0x5d3b33(0x13d)])return!0x1;for(const _0x574405 of Object[_0x5d3b33(0x134)](_0x5d64ad))if(!_0x104b89(_0x23c411[_0x574405],_0x5d64ad[_0x574405]))return!0x1;return!0x0;}function Lt(_0x3f7fa3){const _0x4e0af0=_0x7c15f2,_0x47183e=Object[_0x4e0af0(0xbe)]({},_0x3f7fa3);return delete _0x47183e[_0x4e0af0(0x179)],delete _0x47183e[_0x4e0af0(0x1e8)],_0x47183e;}
|
|
23
|
+
const _0x1de4b5=_0x5966;(function(_0x54c709,_0x427934){const _0x1ee892=_0x5966,_0x5b955b=_0x54c709();while(!![]){try{const _0x3ac5c1=-parseInt(_0x1ee892(0x115))/0x1+parseInt(_0x1ee892(0x10a))/0x2*(parseInt(_0x1ee892(0x217))/0x3)+-parseInt(_0x1ee892(0x131))/0x4*(parseInt(_0x1ee892(0x1ad))/0x5)+-parseInt(_0x1ee892(0x230))/0x6*(-parseInt(_0x1ee892(0x167))/0x7)+parseInt(_0x1ee892(0x15c))/0x8*(parseInt(_0x1ee892(0x128))/0x9)+parseInt(_0x1ee892(0x1be))/0xa+parseInt(_0x1ee892(0xc3))/0xb*(parseInt(_0x1ee892(0xef))/0xc);if(_0x3ac5c1===_0x427934)break;else _0x5b955b['push'](_0x5b955b['shift']());}catch(_0x10d8cb){_0x5b955b['push'](_0x5b955b['shift']());}}}(_0x5dc9,0x78ebf));import{Plugin as _0x45a978,PendingActions as _0x422138}from'ckeditor5/src/core.js';import{LiveRange as _0x211b66}from'ckeditor5/src/engine.js';import{CKEditorError as _0x40a4aa,uid as _0x12f219,priorities as _0x5c8174,logWarning as _0x42ebed}from'ckeditor5/src/utils.js';import{toWidget as _0x3edac5}from'ckeditor5/src/widget.js';import{Users as _0x52428f,hashObject as _0x3cbb16,surroundingMarkersDetector as _0x1cd276}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x7f0162 from'./commands/trackchangescommand.js';import _0x31dcb0 from'./commands/acceptsuggestioncommand.js';import _0x5ef15a from'./commands/discardsuggestioncommand.js';import _0x5650b3 from'./commands/executeonallsuggestionscommand.js';import _0x45dde0 from'./commands/executeonselectedsuggestionscommand.js';import _0x3c7e08 from'./suggestion.js';import _0xdcce95 from'./suggestiondescriptionfactory.js';import _0x601a81 from'./integrations/aiassistant.js';import _0xab43c4 from'./integrations/alignment.js';import _0x1193d1 from'./integrations/basicstyles.js';import _0x34a1ee from'./integrations/blockquote.js';import _0x4e6fe8 from'./integrations/casechange.js';import _0x1fdbf7 from'./integrations/ckbox.js';import _0x5e2ad5 from'./integrations/codeblock.js';import _0x14cfc8 from'./integrations/comments.js';import _0x241959 from'./integrations/deletecommand.js';import _0x39208c from'./integrations/list.js';import _0x174df7 from'./integrations/listproperties.js';import _0x597bd8 from'./integrations/entercommand.js';import _0x2248c2 from'./integrations/findandreplace.js';import _0x3202cb from'./integrations/font.js';import _0xa50444 from'./integrations/formatpainter.js';import _0x5b7227 from'./integrations/heading.js';import _0x4b07bd from'./integrations/highlight.js';function _0x5966(_0x31cbd6,_0x30e1d0){const _0x5dc9d5=_0x5dc9();return _0x5966=function(_0x596665,_0x3624b2){_0x596665=_0x596665-0xa0;let _0x3931f8=_0x5dc9d5[_0x596665];return _0x3931f8;},_0x5966(_0x31cbd6,_0x30e1d0);}import _0x3524b0 from'./integrations/horizontalline.js';import _0x1446ff from'./integrations/htmlembed.js';import _0x1b5ba5 from'./integrations/image.js';import _0x2e103a from'./integrations/imagereplace.js';import _0x252202 from'./integrations/imagestyle.js';import _0x35e676 from'./integrations/importword.js';import _0x1a5277 from'./integrations/indent.js';import _0x49a8a1 from'./integrations/inputcommand.js';import _0x159af from'./integrations/link.js';function _0x5dc9(){const _0x22bd94=['markMultiRangeDeletion','_handleNewSuggestionMarker','getDifference','isBefore','1883570BijnpJ','ck-suggestion-marker-','attribute:accept','isAfter','nodeAfter','createRange','change','parent','acceptSuggestion','getIntersection','deleteContent','subType','model','containerElement','_suggestionFactory','removeMarker','getSuggestions','multi','hasSuggestion','update:suggestion','_trackFormatChanges','getUser','updateSuggestion','$textProxy','formatBlock:join','removeMarker:suggestion:attribute','commands','getAllAdjacentSuggestions','return','isIntersectingWithRange','config','deletion:chain','marker-count','_joinSuggestions','suggestion:','ariaLiveAnnouncer','widget','schema','conversion','LEAVE','document','enableCommand','targetPosition','PENDING_ACTION_SUGGESTION','addRange','getWalker','markMultiRangeInsertion','isExternal','pop','_processAttributeChanges','getContainedElement','forward','plugins','unbind','assign','authoredAt','discardSelectedSuggestions','isSelectable','moveTargetPosition','length','deletion:join','includes','discardAllSuggestions','values','buildSuggestion','has','_editor','locale','track-changes-command-not-found','_createSuggestion','push','markerReady','previous','createSelection','isCollapsed','_model','insertion:discard','_getAuthorFromId','batch','_getSuggestionData','splice','deletion:discard','attribute:join','setSelection','isOwn','trackChanges','error-saving-suggestion-data-suggestion-discarded','getFirstMarker','enableReadOnlyMode','1191DLMiMQ','isDocumentOperation','deletion:','_joinWithAdjacentSuggestions','isNextTo','resolve','format','acceptSelectedSuggestions','getAncestors','highest','get','$marker','always','formatBlock:','find','group','init','mapper','editor','high','formatInline','define','start','fire','ck-suggestion-marker','996cQdaia','getNearestSelectionRange','next','getRanges','getCustomProperty','setAttribute','_addSuggestionMarker','dataToMarker','then','_cutOutSuggestionMarker','isInContent','_isRegisteredAttribute','addMarker','_registerInlineAttribute','filter','_updateSuggestionData','discard','updateMarker','stopListening','_recordAttributeChanges','editing','isMultiRange','trackChanges.mergeNestedSuggestions','track-changes-user-not-found','newRange','formatGroupId','track-changes-suggestion-not-found','_enabledCommands','addMarkerName','createPositionBefore','$elementName','containsRange','move','external:','keys','set','ck-suggestion-marker-formatBlock','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','fromCharCode','rethrowUnexpectedError','authorName','listenTo','_enableDefaultAttributesIntegration','insertion:chain','FORMATTING','howMany','_defaultCallbacks','toUpperCase','formatInline:chain','removeComment','_findSuggestions','formatInline:accept','element','formatBlock:discard','data','addMarker:suggestion:attribute','multipleBlocks','_splitMarkerName','stop','isAtStart','formatInline:join','TrackChangesEditing','registerCustomCallback','markAttributeChange','trackChangesCommand','warn','every','_setSuggestionData','addMarker:suggestion','44PwHSJI','splitPosition','applyOperation','getSuggestionCallback','isInsideObject','markInsertion','nodeBefore','_mergeNestedSuggestions','editingDowncast','fetchCommentThread','CommentsRepository','attributeNewValue','change:_saved','rename','_onDiscard','hasComments','some','upcast','root','end','fromRange','showSuggestionHighlights','_refreshAttributeSuggestionsChain','createdAt','change:activeMarkers','isRemovable','elementEnd','getShiftedBy','newValue','insertion','after','suggestionUnloaded','open','_suggestions','removeClass','$text','_registerDefaultCallbacks','activeMarkers','getSuggestion','creator','insertion:join','markDeletion','groupId','formatInline:discard','1421808xzDeEw','adapter','@external','ENTER','name','_saved','addClass','refresh','toJSON','isArray','default','createRangeIn','_suggestionState','isIntersecting','isBlock','track-changes-adapter-already-set','_isDataLoaded','_SUGGESTION_ANNOUNCEMENT','markerToData','Users','addComment','_customCallbacks','announce','trackChanges.trackFormatChanges','item','requires','catch','4102MNvfwH','consumable','ready','oldValue','_getExternalAuthor','getCommentThread','detach','size','change:data','clone','attributes','861857vRkpVa','getLastMatchingPosition','formatBlock:accept','getChangedMarkers','originalSuggestionId','collaboration.channelId','author','substr','addHighlight','$graveyard','getMultiRangeId','never','comments','getFirstRange','getAttribute','suggestion:attribute:','_commentsRepository','formatInline:','low','199908mphRIu','markBlockFormat','suggestionLoaded','suggestionChanged','deletion:accept','isAtEnd','markerNameToElements','type','backward','1388nqaEPd','discardSuggestion','forEach','oldRange','attribute:discard','_registerBlockAttribute','position','markMultiRangeBlockFormat','getRange','forceDefaultExecution','isTouching','rejected','_processAttributeSuggestions','notReady','getMarkers','remove','formatBlock','accepted','lowest','registerPostFixer','isUndo','addCommentThread','elementToElement','options','delete','removeMarkers','for','_rangeIsInLocalUserInsertion','join','suggestion-type','addSuggestionData','_reduceExistingSuggestions','accept','tablePasteChainId','concat','writer','track-changes-enable-command-twice','containsItem','_removeSuggestion','before','elementStart','containsRangeInObject','_isBlockAttribute','32fxLhjM','add','_adapter','_initAriaMarkerChangeAnnouncements','createPositionAt','ck-suggestion-marker-formatInline','key','head','unshift','bindElementToMarker','attribute:','11207mxMGdh','meta','_breakSuggestionMarker','insertion:','toViewElement','reconvertMarker','dataReady','chain','getItems','markInlineFormat','hasCommentThread','dataDowncast','PendingActions','_getMarkerAnnouncementText','_addThreadToSuggestion','attribute','createPositionAfter','_setSuggestionRange','_reduceSuggestionAttributeRange','containsPosition','markerToHighlight','range','execute','isEqual','addSuggestion','deletion','_refreshSuggestionsChain','unbindElementFromMarkerName','clear','isLocal','createElement','track-changes-adapter-missing-getsuggestion','setTo','_blockAttributeKeys','data-suggestion','_checkSuggestionCorrectness','removeAttribute','enqueueChange','value','sort','commandName','addUser','_inlineAttributeKeys','addMarker:suggestion:formatBlock','substring','_element','documentSelection','attributeOldValue','differ','startsWith','formatBlock:chain','map','commentThread','_afterChanges','track-changes-suggestion-data-mismatch','from','_isForcedDefaultExecutionBlock','insert','rootName','_getAttributeKey','insertion:accept','markers','_descriptionFactory','pluginName','skipNestingCheck','normal','suggestion','removeMarker:suggestion:formatBlock','getChanges','ck-suggestion-marker--active','6830eOAeuC','insertContent','attributeKey','_recordAttributeSuggestions','isLimit','acceptAllSuggestions','split','consume','markerName','createRangeOn','removed','selection','isObject'];_0x5dc9=function(){return _0x22bd94;};return _0x5dc9();}import _0x431e10 from'./integrations/legacylist.js';import _0x40a239 from'./integrations/legacylistproperties.js';import _0x2e8f98 from'./integrations/mediaembed.js';import _0x47712e from'./integrations/mention.js';import _0x509909 from'./integrations/pagebreak.js';import _0x4ac3d0 from'./integrations/paragraph.js';import _0x44f3ee from'./integrations/removeformat.js';import _0x5032ed from'./integrations/restrictededitingmode.js';import _0xbda133 from'./integrations/shiftentercommand.js';import _0x897e27 from'./integrations/standardeditingmode.js';import _0x320d5f from'./integrations/style.js';import _0x688e41 from'./integrations/table.js';import _0x4ef1f1 from'./integrations/tablemergesplit.js';import _0x323820 from'./integrations/tableheadings.js';import _0x5bdb36 from'./integrations/tableclipboard.js';import _0x4fc864 from'./integrations/tablecolumnresize.js';import _0x3f737c from'./integrations/template.js';import _0x53bdd1 from'./integrations/tableofcontents.js';import _0x322a2d from'./integrations/title.js';import _0x11ab4e from'./integrations/undo.js';import _0x38504c from'./integrations/tablecaption.js';import _0x18bebc from'./integrations/tableproperties.js';import{getTranslation as _0x8445a3}from'./utils/common-translations.js';import{isEqual as _0x50e745,omit as _0x200432}from'lodash-es';export const renameAttributeKey=_0x1de4b5(0x24e);export default class p extends _0x45a978{static get[_0x1de4b5(0x108)](){const _0x467da7=_0x1de4b5;return[_0x467da7(0xcd),_0x52428f,_0x422138,_0x601a81,_0xab43c4,_0x1193d1,_0x34a1ee,_0x1fdbf7,_0x4e6fe8,_0x5e2ad5,_0x14cfc8,_0x241959,_0x597bd8,_0x2248c2,_0x3202cb,_0xa50444,_0x5b7227,_0x4b07bd,_0x3524b0,_0x1446ff,_0x1b5ba5,_0x252202,_0x2e103a,_0x35e676,_0x1a5277,_0x49a8a1,_0x431e10,_0x40a239,_0x159af,_0x39208c,_0x174df7,_0x2e8f98,_0x47712e,_0x509909,_0x4ac3d0,_0x44f3ee,_0x5032ed,_0xbda133,_0x897e27,_0x320d5f,_0x688e41,_0x4ef1f1,_0x323820,_0x38504c,_0x5bdb36,_0x4fc864,_0x53bdd1,_0x18bebc,_0x3f737c,_0x322a2d,_0x11ab4e];}static get[_0x1de4b5(0x1a6)](){const _0x57b2cf=_0x1de4b5;return _0x57b2cf(0xbb);}constructor(_0x2fdecd){const _0x8b4d1e=_0x1de4b5;function _0x24c322(_0x201afd){const _0x1254c8=_0x5966;return _0x201afd[_0x1254c8(0x19a)](_0x4cf2bb=>String[_0x1254c8(0xa4)](_0x4cf2bb))[_0x1254c8(0x14d)]('');}super(_0x2fdecd),this[_0x8b4d1e(0x1b0)]=!0x1,this[_0x8b4d1e(0xa1)](_0x8b4d1e(0xe8),[]),this['on'](_0x8b4d1e(0xdb),(_0x5e1fe1,_0x47ceb0,_0x28fa4a,_0x54b8e5)=>{const _0x45026c=_0x8b4d1e;this[_0x45026c(0x209)][_0x45026c(0x1c4)](()=>{const _0x41437f=_0x45026c;for(const _0x23ac45 of[..._0x54b8e5,..._0x28fa4a])this[_0x41437f(0x209)][_0x41437f(0x1a4)][_0x41437f(0x1ff)](_0x23ac45)&&_0x2fdecd[_0x41437f(0x244)][_0x41437f(0x16c)](_0x23ac45);});}),this[_0x8b4d1e(0x1a5)]=new _0xdcce95(this[_0x8b4d1e(0x229)][_0x8b4d1e(0x1ca)][_0x8b4d1e(0x1e3)],this[_0x8b4d1e(0x229)][_0x8b4d1e(0x201)]),this[_0x8b4d1e(0x15e)]=null,this[_0x8b4d1e(0x1cc)]=new Bt(this[_0x8b4d1e(0x229)]),this[_0x8b4d1e(0xe4)]=new Map(),this[_0x8b4d1e(0x125)]=_0x2fdecd[_0x8b4d1e(0x1f2)][_0x8b4d1e(0x221)](_0x8b4d1e(0xcd)),this[_0x8b4d1e(0x24b)]=new Set(),this[_0x8b4d1e(0x209)]=this[_0x8b4d1e(0x229)][_0x8b4d1e(0x1ca)],this[_0x8b4d1e(0xfb)]=new WeakMap(),this[_0x8b4d1e(0x19f)]=!0x1,this[_0x8b4d1e(0x188)]=new Set([_0x8b4d1e(0x24e)]),this[_0x8b4d1e(0x191)]=new Set(),_0x2fdecd[_0x8b4d1e(0x1dc)][_0x8b4d1e(0x22c)](_0x8b4d1e(0x106),_0x8b4d1e(0xf9)),this[_0x8b4d1e(0x1d2)]=_0x2fdecd[_0x8b4d1e(0x1dc)][_0x8b4d1e(0x221)](_0x8b4d1e(0x106)),_0x2fdecd[_0x8b4d1e(0x1dc)][_0x8b4d1e(0x22c)](_0x8b4d1e(0x246),!0x0),this[_0x8b4d1e(0xca)]=_0x2fdecd[_0x8b4d1e(0x1dc)][_0x8b4d1e(0x221)](_0x8b4d1e(0x246)),this[_0x8b4d1e(0xbe)]=new _0x7f0162(_0x2fdecd,this[_0x8b4d1e(0x24b)]),this[_0x8b4d1e(0x15f)](),this[_0x24c322([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x24c322([0x34,0x30,0x34,0x38,0x30,0x36,0x33,0x32]);}[_0x1de4b5(0x227)](){const _0x2f20ad=_0x1de4b5,_0x1ab162=this[_0x2f20ad(0x229)],_0x2520dc=(_0x5e0bfa,_0x45874c)=>{const _0x5a7a25=_0x2f20ad;if(_0x5a7a25(0x176)!=_0x5e0bfa)return _0x5a7a25(0x1bf)+_0x5e0bfa;const _0x1ba118=_0x45874c[_0x5a7a25(0x1b3)]('|')[0x0];return this[_0x5a7a25(0x15b)](_0x1ba118)?_0x5a7a25(0xa2):_0x5a7a25(0x161);};_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xcb))[_0x2f20ad(0x17b)]({'model':_0x2f20ad(0x1a9),'view':_0x2ef240=>{const _0x340b54=_0x2f20ad,{id:_0x22003c,type:_0x27326f,subType:_0x1b5272}=this[_0x340b54(0xb7)](_0x2ef240[_0x340b54(0x1b5)]),_0x57871a=[_0x340b54(0x22f),_0x2520dc(_0x27326f,_0x1b5272)];let _0x38e6e8=0xbb8;return this[_0x340b54(0xe8)][_0x340b54(0x1fb)](_0x2ef240[_0x340b54(0x1b5)])&&(_0x57871a[_0x340b54(0x204)](_0x340b54(0x1ac)),_0x38e6e8=0xbc2),_0x340b54(0x180)==_0x27326f&&(_0x38e6e8+=0x5),{'classes':_0x57871a,'attributes':{'data-suggestion':_0x22003c},'priority':_0x38e6e8};}}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0x172))[_0x2f20ad(0x15d)](_0x2502eb=>{const _0x4cd82d=_0x2f20ad;_0x2502eb['on'](_0x4cd82d(0xc2),(_0x3e4b1a,_0x5a940f,_0x99ffec)=>{const _0xf88cb4=_0x4cd82d;if(!_0x99ffec[_0xf88cb4(0x148)][_0xf88cb4(0xd8)])return;const _0x37da9a=_0x5a940f[_0xf88cb4(0x107)];if(!_0x37da9a)return;const _0x111ac6=_0x99ffec[_0xf88cb4(0x228)][_0xf88cb4(0x16b)](_0x37da9a);_0x1ab162[_0xf88cb4(0x1ca)][_0xf88cb4(0x1e3)][_0xf88cb4(0x1b9)](_0x37da9a)&&_0x111ac6&&!_0x111ac6[_0xf88cb4(0x234)](_0xf88cb4(0x1e2))&&_0x111ac6['is'](_0xf88cb4(0x1cb))&&_0x3edac5(_0x111ac6,_0x99ffec[_0xf88cb4(0x154)]);},{'priority':_0x4cd82d(0x22a)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0x172))[_0x2f20ad(0x17b)]({'model':_0x2f20ad(0x1a9),'view':(_0x58635b,_0x1faa01)=>{const _0x3498e1=_0x2f20ad;if(!_0x1faa01[_0x3498e1(0x148)][_0x3498e1(0xd8)])return null;const {type:_0x1af3b9,subType:_0x21b534}=this[_0x3498e1(0xb7)](_0x58635b[_0x3498e1(0x1b5)]);return{'classes':[_0x3498e1(0x22f),_0x2520dc(_0x1af3b9,_0x21b534)],'priority':0xbb8};}});const _0xc64ec0=({showActiveMarkers:_0x298c56=!0x0,isAttributeSuggestion:_0x437b22=!0x1}={})=>(_0x4d5a42,_0x7bc2a6,_0x5c0c1a)=>{const _0x22eedc=_0x2f20ad;if(!_0x7bc2a6[_0x22eedc(0x107)])return;const {id:_0x3ddaba}=this[_0x22eedc(0xb7)](_0x7bc2a6[_0x22eedc(0x1b5)]);if(_0x437b22){const _0x4c2650=this[_0x22eedc(0xe4)][_0x22eedc(0x221)](_0x3ddaba),_0x5827a9=this[_0x22eedc(0x1a2)](_0x4c2650);if(!this[_0x22eedc(0x15b)](_0x5827a9))return;}if(_0x7bc2a6[_0x22eedc(0x107)]['is'](_0x22eedc(0x1b8)))return void _0x5c0c1a[_0x22eedc(0x10b)][_0x22eedc(0x1b4)](_0x7bc2a6[_0x22eedc(0x107)],_0x4d5a42[_0x22eedc(0xf3)]);const _0x3a2fd3=_0x5c0c1a[_0x22eedc(0x228)][_0x22eedc(0x16b)](_0x7bc2a6[_0x22eedc(0x107)]);if(_0x7bc2a6[_0x22eedc(0x107)]['is'](_0x22eedc(0xb2))&&_0x1ab162[_0x22eedc(0x1ca)][_0x22eedc(0x1e3)][_0x22eedc(0xfd)](_0x7bc2a6[_0x22eedc(0x107)])&&!_0x3a2fd3[_0x22eedc(0x234)](_0x22eedc(0x11d))){_0x5c0c1a[_0x22eedc(0x154)][_0x22eedc(0xf5)]([_0x22eedc(0x22f),_0x22eedc(0xa2)],_0x3a2fd3),_0x5c0c1a[_0x22eedc(0x154)][_0x22eedc(0x235)](_0x22eedc(0x189),_0x3ddaba,_0x3a2fd3),_0x5c0c1a[_0x22eedc(0x228)][_0x22eedc(0x165)](_0x3a2fd3,_0x7bc2a6[_0x22eedc(0x1b5)]),_0x298c56&&(this[_0x22eedc(0xe8)][_0x22eedc(0x1fb)](_0x7bc2a6[_0x22eedc(0x1b5)])?_0x5c0c1a[_0x22eedc(0x154)][_0x22eedc(0xf5)](_0x22eedc(0x1ac),_0x3a2fd3):_0x5c0c1a[_0x22eedc(0x154)][_0x22eedc(0xe5)](_0x22eedc(0x1ac),_0x3a2fd3));for(const _0x1badb6 of _0x1ab162[_0x22eedc(0x1ca)][_0x22eedc(0xfa)](_0x7bc2a6[_0x22eedc(0x107)])[_0x22eedc(0x16f)]())_0x5c0c1a[_0x22eedc(0x10b)][_0x22eedc(0x1b4)](_0x1badb6,_0x4d5a42[_0x22eedc(0xf3)]);_0x5c0c1a[_0x22eedc(0x10b)][_0x22eedc(0x1b4)](_0x7bc2a6[_0x22eedc(0x107)],_0x4d5a42[_0x22eedc(0xf3)]);}};_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0x172))[_0x2f20ad(0x15d)](_0x5110b1=>{const _0x477e88=_0x2f20ad;_0x5110b1['on'](_0x477e88(0x192),(_0xd31b4c,_0x3a291d,_0x1a4be9)=>{const _0x5d7b28=_0x477e88;_0x1a4be9[_0x5d7b28(0x148)][_0x5d7b28(0xd8)]&&_0xc64ec0({'showActiveMarkers':!0x1})(_0xd31b4c,_0x3a291d,_0x1a4be9);},{'priority':_0x477e88(0x220)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0x172))[_0x2f20ad(0x15d)](_0xa693a=>{const _0x5d6614=_0x2f20ad;_0xa693a['on'](_0x5d6614(0xb5),(_0x4b0768,_0x27f8b3,_0x551a61)=>{const _0x48d7d6=_0x5d6614;_0x551a61[_0x48d7d6(0x148)][_0x48d7d6(0xd8)]&&_0xc64ec0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4b0768,_0x27f8b3,_0x551a61);},{'priority':_0x5d6614(0x220)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0x172))[_0x2f20ad(0x101)]({'model':_0x2f20ad(0x1a9),'view':(_0x1a1d82,_0x7c012)=>_0x7c012[_0x2f20ad(0x148)][_0x2f20ad(0xd8)]?null:{'group':_0x2f20ad(0x1a9),'name':_0x1a1d82[_0x2f20ad(0x11c)](0xb)}}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xd4))[_0x2f20ad(0x147)]({'view':{'name':_0x2f20ad(0x1a9),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x194638,{writer:_0x4ddbb1})=>{const _0x1e502d=_0x2f20ad;let _0x3cc89f=_0x1e502d(0x1e0)+_0x194638[_0x1e502d(0x123)](_0x1e502d(0x14e))+':'+_0x194638[_0x1e502d(0x123)]('id');return _0x194638[_0x1e502d(0x123)](_0x1e502d(0x1de))&&(_0x3cc89f+=':'+_0x194638[_0x1e502d(0x123)](_0x1e502d(0x1de))),_0x4ddbb1[_0x1e502d(0x185)](_0x1e502d(0x222),{'data-name':_0x3cc89f});}}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xd4))[_0x2f20ad(0x237)]({'view':_0x2f20ad(0x1a9)}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xcb))[_0x2f20ad(0x15d)](_0xbda404=>{const _0x12529c=_0x2f20ad;_0xbda404['on'](_0x12529c(0x192),_0xc64ec0(),{'priority':_0x12529c(0x22a)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xcb))[_0x2f20ad(0x15d)](_0x598195=>{const _0x3f5845=_0x2f20ad;_0x598195['on'](_0x3f5845(0xb5),_0xc64ec0({'isAttributeSuggestion':!0x0}),{'priority':_0x3f5845(0x22a)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xcb))[_0x2f20ad(0x15d)](_0x30b10b=>{const _0x24adee=_0x2f20ad;_0x30b10b['on'](_0x24adee(0x1aa),(_0x37dc14,_0x30dac2,_0x264aac)=>{const _0x5efca1=_0x24adee,_0x4bc584=_0x264aac[_0x5efca1(0x228)][_0x5efca1(0x12e)](_0x30dac2[_0x5efca1(0x1b5)]);if(_0x4bc584){for(const _0x48c9d4 of _0x4bc584)_0x48c9d4[_0x5efca1(0x234)](_0x5efca1(0x11d))||(_0x264aac[_0x5efca1(0x154)][_0x5efca1(0xe5)]([_0x5efca1(0x22f),_0x5efca1(0xa2),_0x5efca1(0x1ac)],_0x48c9d4),_0x264aac[_0x5efca1(0x154)][_0x5efca1(0x18b)](_0x5efca1(0x189),_0x48c9d4),_0x264aac[_0x5efca1(0x228)][_0x5efca1(0x182)](_0x48c9d4,_0x30dac2[_0x5efca1(0x1b5)]));}},{'priority':_0x24adee(0x22a)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xcb))[_0x2f20ad(0x15d)](_0x3e71a2=>{const _0xca9b1e=_0x2f20ad;_0x3e71a2['on'](_0xca9b1e(0x1d7),(_0x13e4f1,_0x48a2d5,_0x9900f4)=>{const _0x4bc9ef=_0xca9b1e,_0x4cda44=_0x9900f4[_0x4bc9ef(0x228)][_0x4bc9ef(0x12e)](_0x48a2d5[_0x4bc9ef(0x1b5)]);if(!_0x4cda44)return;const {id:_0x256700}=this[_0x4bc9ef(0xb7)](_0x48a2d5[_0x4bc9ef(0x1b5)]),_0x22a6a3=this[_0x4bc9ef(0xe4)][_0x4bc9ef(0x221)](_0x256700),_0x461d2f=this[_0x4bc9ef(0x1a2)](_0x22a6a3);if(this[_0x4bc9ef(0x15b)](_0x461d2f)){for(const _0x3cfeca of _0x4cda44)_0x3cfeca[_0x4bc9ef(0x234)](_0x4bc9ef(0x11d))||(_0x9900f4[_0x4bc9ef(0x154)][_0x4bc9ef(0xe5)]([_0x4bc9ef(0x22f),_0x4bc9ef(0xa2),_0x4bc9ef(0x1ac)],_0x3cfeca),_0x9900f4[_0x4bc9ef(0x154)][_0x4bc9ef(0x18b)](_0x4bc9ef(0x189),_0x3cfeca),_0x9900f4[_0x4bc9ef(0x228)][_0x4bc9ef(0x182)](_0x3cfeca,_0x48a2d5[_0x4bc9ef(0x1b5)]));}},{'priority':_0xca9b1e(0x22a)});}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)][_0x2f20ad(0x144)](_0x374b85=>{const _0x15ba6c=_0x2f20ad;let _0x1caa8a=!0x1;const _0x370106=Array[_0x15ba6c(0x19e)](_0x1ab162[_0x15ba6c(0x1ca)][_0x15ba6c(0x1e6)][_0x15ba6c(0x197)][_0x15ba6c(0x118)]()),_0x4d6ebb=new Set();for(const {name:_0x473aeb,data:_0x463da1}of _0x370106){const {group:_0x9c5223,type:_0xb1875c,subType:_0x1aeca9,id:_0x1e1726}=this[_0x15ba6c(0xb7)](_0x473aeb);if(_0x15ba6c(0x1a9)!==_0x9c5223)continue;const _0x4c9638=this[_0x15ba6c(0xe4)][_0x15ba6c(0x221)](_0x1e1726);if(null!=_0x463da1[_0x15ba6c(0x248)]){_0x15ba6c(0x22b)==_0xb1875c&&(_0x1caa8a=_0x1caa8a||Tt(_0x463da1[_0x15ba6c(0x248)],_0x473aeb,_0x374b85,_0x1ab162[_0x15ba6c(0x1ca)][_0x15ba6c(0x1e3)]));const _0x206e80=_0x15ba6c(0x176)==_0xb1875c&&this[_0x15ba6c(0x15b)](_0x1aeca9[_0x15ba6c(0x1b3)]('|')[0x0]);if(_0x463da1[_0x15ba6c(0x248)][_0x15ba6c(0x208)]||_0x15ba6c(0x11e)==_0x463da1[_0x15ba6c(0x248)][_0x15ba6c(0xd5)][_0x15ba6c(0x1a1)]||_0x15ba6c(0x141)==_0xb1875c&&!Vt(_0x463da1[_0x15ba6c(0x248)])||_0x206e80&&!Vt(_0x463da1[_0x15ba6c(0x248)])||_0x15ba6c(0x180)==_0xb1875c&&!(!Rt(_0x369af6=_0x463da1[_0x15ba6c(0x248)])&&!function(_0x2c2d8c){const _0x314b05=_0x15ba6c;return _0x2c2d8c[_0x314b05(0x22d)][_0x314b05(0x1c5)]==_0x2c2d8c[_0x314b05(0xd6)][_0x314b05(0xc9)]&&_0x2c2d8c[_0x314b05(0x22d)][_0x314b05(0x12d)];}(_0x369af6)))_0x374b85[_0x15ba6c(0x1cd)](_0x473aeb),_0x1caa8a=!0x0;else{if(!_0x4c9638||!_0x4c9638[_0x15ba6c(0x23a)])continue;_0x4d6ebb[_0x15ba6c(0x15d)](_0x4c9638);}}}var _0x369af6;return _0x4d6ebb[_0x15ba6c(0x111)]>0x0&&(_0x1caa8a=!!this[_0x15ba6c(0x21a)](_0x4d6ebb)||_0x1caa8a),_0x1caa8a;}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)][_0x2f20ad(0x144)](_0x330b0b=>{const _0x532f72=_0x2f20ad;let _0x3b1aa1=!0x1;for(const _0x10b129 of _0x1ab162[_0x532f72(0x1ca)][_0x532f72(0x1e6)][_0x532f72(0x197)][_0x532f72(0x1ab)]())if(_0x532f72(0x1a0)==_0x10b129[_0x532f72(0x12f)])for(const _0x97af56 of this[_0x532f72(0xe4)][_0x532f72(0x1fd)]()){if(_0x97af56[_0x532f72(0x245)]||!_0x97af56[_0x532f72(0x23a)])continue;const _0x13677c=_0x532f72(0x141)==_0x97af56[_0x532f72(0x12f)],_0x4f38bb=this[_0x532f72(0x1a2)](_0x97af56),_0xff27e4=_0x4f38bb&&this[_0x532f72(0x15b)](_0x4f38bb);if(!_0x13677c&&!_0xff27e4)continue;const _0x323989=_0x97af56[_0x532f72(0x122)]();if(_0x323989[_0x532f72(0x22d)][_0x532f72(0x1c5)]!=_0x323989[_0x532f72(0xd6)][_0x532f72(0x1c5)]&&!_0x323989[_0x532f72(0xd6)][_0x532f72(0x12d)]){const _0x3f1321=_0x1ab162[_0x532f72(0x1ca)][_0x532f72(0x160)](_0x323989[_0x532f72(0x22d)][_0x532f72(0x1c2)],_0x532f72(0xd6)),_0x35e727=_0x1ab162[_0x532f72(0x1ca)][_0x532f72(0x1c3)](_0x323989[_0x532f72(0x22d)],_0x3f1321);_0x330b0b[_0x532f72(0x241)](_0x97af56[_0x532f72(0x215)](),{'range':_0x35e727}),_0x3b1aa1=!0x0;}}return _0x3b1aa1;}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)][_0x2f20ad(0x144)](_0x3a09d4=>this[_0x2f20ad(0x1ef)](_0x3a09d4)),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)][_0x2f20ad(0x144)](_0x55b6df=>!_0x55b6df[_0x2f20ad(0x20c)][_0x2f20ad(0x184)]&&this[_0x2f20ad(0x13d)](_0x55b6df)),_0x1ab162[_0x2f20ad(0x1ca)]['on'](_0x2f20ad(0x19c),()=>{const _0x1f5cf3=_0x2f20ad;this[_0x1f5cf3(0x1b0)]=!0x1;}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)]['on'](_0x2f20ad(0x112),(_0x4fa865,_0x3f0ba7)=>{const _0x2ffa09=_0x2f20ad;if(!_0x3f0ba7[_0x2ffa09(0x184)]||_0x3f0ba7[_0x2ffa09(0x145)])return;if(!this[_0x2ffa09(0x1b0)])return;const _0x269795=_0x1ab162[_0x2ffa09(0x1ca)][_0x2ffa09(0x1e6)][_0x2ffa09(0x197)][_0x2ffa09(0x1ab)]();if(0x0==_0x269795[_0x2ffa09(0x1f9)])return;const _0x264ccb=[],_0x521d99=_0x269795[_0x2ffa09(0x23e)](_0x35622d=>_0x2ffa09(0x176)==_0x35622d[_0x2ffa09(0x12f)]),_0x1ec615=_0x269795[_0x2ffa09(0x23e)](_0x1137b1=>_0x2ffa09(0x1a0)==_0x1137b1[_0x2ffa09(0x12f)]&&_0x2ffa09(0xe6)!=_0x1137b1[_0x2ffa09(0xf3)]),_0x562858=_0x269795[_0x2ffa09(0x23e)](_0x15311e=>_0x2ffa09(0x140)==_0x15311e[_0x2ffa09(0x12f)]&&_0x2ffa09(0xe6)!=_0x15311e[_0x2ffa09(0xf3)]);for(const _0x114705 of _0x521d99)this[_0x2ffa09(0x23b)](_0x114705[_0x2ffa09(0x1af)])&&_0x264ccb[_0x2ffa09(0x204)]({'key':_0x114705[_0x2ffa09(0x1af)],'newValue':_0x114705[_0x2ffa09(0xce)],'oldValue':_0x114705[_0x2ffa09(0x196)],'range':Ut(_0x114705[_0x2ffa09(0x17c)],_0x1ab162[_0x2ffa09(0x1ca)])});for(const _0x3d10ed of _0x1ec615){const _0x372d98=_0x562858[_0x2ffa09(0x225)](_0x46e191=>_0x46e191[_0x2ffa09(0x194)]===_0x3d10ed[_0x2ffa09(0x194)]);if(_0x372d98){const _0x352d58=Ot(_0x3d10ed[_0x2ffa09(0x137)][_0x2ffa09(0x1c2)],_0x1ab162[_0x2ffa09(0x1ca)]);_0x372d98[_0x2ffa09(0xf3)]!==_0x3d10ed[_0x2ffa09(0xf3)]&&_0x264ccb[_0x2ffa09(0x204)]({'key':_0x2ffa09(0x24e),'newValue':_0x3d10ed[_0x2ffa09(0xf3)],'oldValue':_0x372d98[_0x2ffa09(0xf3)],'range':_0x352d58});for(const [_0x1710ec,_0x56f41e]of _0x372d98[_0x2ffa09(0x114)]){if(!this[_0x2ffa09(0x23b)](_0x1710ec))continue;const _0x184047=_0x3d10ed[_0x2ffa09(0x114)][_0x2ffa09(0x221)](_0x1710ec);_0x56f41e!==_0x184047&&_0x264ccb[_0x2ffa09(0x204)]({'key':_0x1710ec,'newValue':_0x184047,'oldValue':_0x56f41e,'range':_0x352d58});}for(const [_0x9ae67c,_0x12951e]of _0x3d10ed[_0x2ffa09(0x114)])this[_0x2ffa09(0x23b)](_0x9ae67c)&&(_0x372d98[_0x2ffa09(0x114)][_0x2ffa09(0x1ff)](_0x9ae67c)||_0x264ccb[_0x2ffa09(0x204)]({'key':_0x9ae67c,'newValue':_0x12951e,'oldValue':null,'range':_0x352d58}));}}0x0!=_0x264ccb[_0x2ffa09(0x1f9)]&&_0x1ab162[_0x2ffa09(0x1ca)][_0x2ffa09(0x18c)](_0x3f0ba7,_0x1ac188=>{const _0x2a9a30=_0x2ffa09,_0x5121b1=_0x12f219();for(const {range:_0x5ad2d6,key:_0x440f12,oldValue:_0x983fa,newValue:_0x5cb470}of _0x264ccb)this[_0x2a9a30(0xbd)](_0x5ad2d6,_0x440f12,_0x983fa,_0x5cb470,{'groupId':_0x5121b1});this[_0x2a9a30(0x150)](_0x1ac188,_0x264ccb);});},{'priority':_0x2f20ad(0x143)}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1a4)]['on'](_0x2f20ad(0x1d1),(_0x4e1898,_0x1a669f,_0x26d993)=>{const _0x257ee6=_0x2f20ad;if(null==_0x26d993){const {id:_0x5c30c7}=this[_0x257ee6(0xb7)](_0x1a669f[_0x257ee6(0xf3)]),_0xa101a4=this[_0x257ee6(0xe4)][_0x257ee6(0x221)](_0x5c30c7);_0xa101a4&&_0xa101a4[_0x257ee6(0x24c)](_0x1a669f[_0x257ee6(0xf3)]);}}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)]['on'](_0x2f20ad(0x112),()=>{const _0x4aed61=_0x2f20ad,_0x467c73=Array[_0x4aed61(0x19e)](_0x1ab162[_0x4aed61(0x1ca)][_0x4aed61(0x1e6)][_0x4aed61(0x197)][_0x4aed61(0x118)]())[_0x4aed61(0x23e)](_0x499dd3=>_0x4aed61(0x1a9)===this[_0x4aed61(0xb7)](_0x499dd3[_0x4aed61(0xf3)])[_0x4aed61(0x226)]);if(0x0===_0x467c73[_0x4aed61(0x1f9)])return;_0x467c73[_0x4aed61(0x18e)]((_0x2b653e,_0x59319c)=>{const _0x4d6d22=_0x4aed61,_0x474761=_0x2b653e[_0x4d6d22(0xb4)][_0x4d6d22(0x134)],_0x1c32cf=_0x59319c[_0x4d6d22(0xb4)][_0x4d6d22(0x134)];return null===_0x474761&&null===_0x1c32cf?0x0:null===_0x474761&&null!==_0x1c32cf?-0x1:null!==_0x474761&&null===_0x1c32cf?0x1:_0x474761[_0x4d6d22(0x22d)][_0x4d6d22(0x1bd)](_0x1c32cf[_0x4d6d22(0x22d)])?-0x1:0x1;});const _0x3a4800=new Set(),_0x58d401=new Set();for(const {name:_0x57099f,data:_0x28831f}of _0x467c73){const {id:_0x407825}=this[_0x4aed61(0xb7)](_0x57099f);if(null===_0x28831f[_0x4aed61(0x134)]){const _0x13d8c2=this[_0x4aed61(0x1bb)](_0x57099f);_0x58d401[_0x4aed61(0x15d)](_0x13d8c2);}else{const _0x2684aa=this[_0x4aed61(0xe4)][_0x4aed61(0x221)](_0x407825);null!==_0x28831f[_0x4aed61(0x248)]||_0x2684aa[_0x4aed61(0x23a)]?(_0x3a4800[_0x4aed61(0x15d)](_0x2684aa[_0x4aed61(0x163)]),_0x58d401[_0x4aed61(0x15d)](_0x2684aa)):this[_0x4aed61(0x157)](_0x2684aa);}}_0x58d401[_0x4aed61(0x111)]>0x0&&this[_0x4aed61(0x181)](_0x58d401);for(const _0x181998 of _0x3a4800)this[_0x4aed61(0x22e)](_0x4aed61(0x12b),_0x181998);}),_0x1ab162[_0x2f20ad(0x1ca)]['on'](_0x2f20ad(0xc5),(_0x585dbc,_0x347ac6)=>{const _0x463977=_0x2f20ad,_0x30c837=_0x347ac6[0x0];if(!this[_0x463977(0xe4)][_0x463977(0x111)])return;if(!_0x30c837[_0x463977(0x218)])return;if(_0x30c837[_0x463977(0x20c)][_0x463977(0x145)]||!_0x30c837[_0x463977(0x20c)][_0x463977(0x184)])return;let _0x5b0fb7,_0x25e69c;switch(_0x30c837[_0x463977(0x12f)]){case _0x463977(0x1a0):_0x5b0fb7=_0x1ab162[_0x463977(0x1ca)][_0x463977(0x160)](_0x30c837[_0x463977(0x137)]),_0x25e69c=_0x5b0fb7[_0x463977(0xde)](_0x30c837[_0x463977(0xab)]);break;case _0x463977(0x1b3):_0x5b0fb7=_0x1ab162[_0x463977(0x1ca)][_0x463977(0x160)](_0x30c837[_0x463977(0xc4)]),_0x25e69c=_0x1ab162[_0x463977(0x1ca)][_0x463977(0x160)](_0x30c837[_0x463977(0x1f8)]);break;case _0x463977(0x250):_0x5b0fb7=_0x1ab162[_0x463977(0x1ca)][_0x463977(0x160)](_0x30c837[_0x463977(0x1e8)]),_0x25e69c=_0x5b0fb7[_0x463977(0xde)](_0x30c837[_0x463977(0xab)]);break;default:return;}const _0x2931a5=_0x1ab162[_0x463977(0x1ca)][_0x463977(0x1c3)](_0x5b0fb7,_0x25e69c);_0x1ab162[_0x463977(0x1ca)][_0x463977(0x1c4)](()=>{const _0x1784d3=_0x463977;for(const {suggestion:_0x191791,meta:_0x4a7d85}of this[_0x1784d3(0xb0)](_0x2931a5)){if(_0x191791[_0x1784d3(0x245)])continue;if(_0x1784d3(0x22b)==_0x191791[_0x1784d3(0x12f)])continue;const _0x3aa439=this[_0x1784d3(0x1a2)](_0x191791);if(_0x3aa439&&this[_0x1784d3(0x15b)](_0x3aa439)&&_0x1784d3(0x1b3)!=_0x30c837[_0x1784d3(0x12f)])continue;const _0x4200e6=_0x191791[_0x1784d3(0xb4)]&&_0x191791[_0x1784d3(0xb4)][_0x1784d3(0xb6)];(_0x1784d3(0x141)!=_0x191791[_0x1784d3(0x12f)]||_0x1784d3(0x1b3)==_0x30c837[_0x1784d3(0x12f)]&&!_0x4200e6)&&(_0x4a7d85[_0x1784d3(0x15a)]||_0x1784d3(0xe0)==_0x191791[_0x1784d3(0x12f)]&&_0x4a7d85[_0x1784d3(0x212)]||_0x191791[_0x1784d3(0x122)]()[_0x1784d3(0x24f)](_0x2931a5)&&this[_0x1784d3(0x169)](_0x191791,_0x5b0fb7,_0x25e69c));}});},{'priority':_0x2f20ad(0x143)}),_0x1ab162[_0x2f20ad(0x1ca)]['on'](_0x2f20ad(0x1c8),(_0x339ef8,_0xed8dbe)=>{const _0x4b0c8c=_0x2f20ad,_0x4ad398=_0xed8dbe[0x0],_0x2bb883=_0xed8dbe[0x1];if(_0x2bb883&&_0x2bb883[_0x4b0c8c(0x13a)])return;if(this[_0x4b0c8c(0x19f)])return;if(!this[_0x4b0c8c(0xbe)][_0x4b0c8c(0x18d)])return;if(_0x4ad398[_0x4b0c8c(0x208)])return;const _0x2dea3d=_0x1ab162[_0x4b0c8c(0x1ca)][_0x4b0c8c(0x1e3)],{start:_0x3efd99,end:_0x18094f}=_0x4ad398[_0x4b0c8c(0x122)](),_0x4576c0=_0x3efd99[_0x4b0c8c(0x1c2)]&&_0x2dea3d[_0x4b0c8c(0x1b1)](_0x3efd99[_0x4b0c8c(0x1c2)])?null:_0x2dea3d[_0x4b0c8c(0x231)](_0x3efd99,_0x4b0c8c(0x1f1)),_0x219132=_0x18094f[_0x4b0c8c(0xc9)]&&_0x2dea3d[_0x4b0c8c(0x1b1)](_0x18094f[_0x4b0c8c(0xc9)])?null:_0x2dea3d[_0x4b0c8c(0x231)](_0x18094f,_0x4b0c8c(0x130)),_0x5ae804=_0x1ab162[_0x4b0c8c(0x1ca)][_0x4b0c8c(0x1c3)](_0x4576c0?_0x4576c0[_0x4b0c8c(0x22d)]:_0x3efd99,_0x219132?_0x219132[_0x4b0c8c(0xd6)]:_0x18094f);_0x1ab162[_0x4b0c8c(0x1ca)][_0x4b0c8c(0x1c4)](_0x20ede8=>{const _0x337963=_0x4b0c8c;this[_0x337963(0xec)](_0x5ae804);const _0x29c161=_0x1ab162[_0x337963(0x1ca)][_0x337963(0x1e3)][_0x337963(0x231)](_0x5ae804[_0x337963(0x22d)]);_0x4ad398['is'](_0x337963(0x195))?_0x20ede8[_0x337963(0x211)](_0x29c161):_0x4ad398[_0x337963(0x187)](_0x29c161);}),_0x339ef8[_0x4b0c8c(0xb8)]();},{'priority':_0x5c8174[_0x2f20ad(0x1a8)]+0xa}),_0x1ab162[_0x2f20ad(0x1ca)]['on'](_0x2f20ad(0x1ae),(_0x3fea4e,_0x4dc5cf)=>{const _0x139a59=_0x2f20ad,_0x19c0eb=_0x4dc5cf[_0x4dc5cf[_0x139a59(0x1f9)]-0x1];_0x19c0eb&&_0x19c0eb[_0x139a59(0x13a)]||this[_0x139a59(0x19f)]||this[_0x139a59(0xbe)][_0x139a59(0x18d)]&&(_0x1ab162[_0x139a59(0x1ca)][_0x139a59(0x1c4)](()=>{const _0x2b334a=_0x139a59;let _0x595fe6=_0x1ab162[_0x2b334a(0x1ca)][_0x2b334a(0x1ae)](_0x4dc5cf[0x0],_0x4dc5cf[0x1],_0x4dc5cf[0x2],{'forceDefaultExecution':!0x0});if(!_0x595fe6)return;_0x3fea4e[_0x2b334a(0x1da)]=_0x595fe6[_0x2b334a(0x113)]();const _0x49b756=_0x595fe6[_0x2b334a(0xd6)][_0x2b334a(0xc9)],_0x199fff=_0x1ab162[_0x2b334a(0x1ca)][_0x2b334a(0x1e3)];_0x49b756&&_0x199fff[_0x2b334a(0xfd)](_0x49b756)&&!_0x199fff[_0x2b334a(0x1b9)](_0x49b756)&&(_0x595fe6=_0x1ab162[_0x2b334a(0x1ca)][_0x2b334a(0x1c3)](_0x595fe6[_0x2b334a(0x22d)],_0x1ab162[_0x2b334a(0x1ca)][_0x2b334a(0x160)](_0x49b756,_0x2b334a(0xd6)))),this[_0x2b334a(0xc8)](_0x595fe6);}),_0x3fea4e[_0x139a59(0xb8)]());},{'priority':_0x2f20ad(0x22a)}),this[_0x2f20ad(0x229)][_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x213),this[_0x2f20ad(0xbe)]),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x213));const _0x49dced=new _0x31dcb0(_0x1ab162,this[_0x2f20ad(0xe4)]);_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x1c6),_0x49dced),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x1c6));const _0x5ad397=new _0x5ef15a(_0x1ab162,this[_0x2f20ad(0xe4)]);_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x132),_0x5ad397),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x132)),_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x1b2),new _0x5650b3(_0x1ab162,_0x49dced,this[_0x2f20ad(0xe4)])),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x1b2)),_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x1fc),new _0x5650b3(_0x1ab162,_0x5ad397,this[_0x2f20ad(0xe4)])),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x1fc)),_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x21e),new _0x45dde0(_0x1ab162,_0x49dced,this[_0x2f20ad(0xe4)])),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x21e)),_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x1f6),new _0x45dde0(_0x1ab162,_0x5ad397,this[_0x2f20ad(0xe4)])),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x1f6));const _0x33c8ad=_0x1ab162[_0x2f20ad(0x1f2)][_0x2f20ad(0x221)](_0x2f20ad(0xcd));this[_0x2f20ad(0xa7)](_0x33c8ad,_0x2f20ad(0x103),(_0xad4ec8,{threadId:_0x1a8b96})=>{const _0x37195b=_0x2f20ad,_0x265050=this[_0x37195b(0xe4)][_0x37195b(0x221)](_0x1a8b96);_0x265050&&_0x265050[_0x37195b(0x19b)]&&0x1===_0x265050[_0x37195b(0x19b)][_0x37195b(0x1f9)]&&this[_0x37195b(0x23f)](_0x1a8b96,{'hasComments':!0x0});},{'priority':_0x2f20ad(0x127)}),this[_0x2f20ad(0xa7)](_0x33c8ad,_0x2f20ad(0xaf),(_0x2259e0,{threadId:_0xe2a956})=>{const _0x25734c=_0x2f20ad,_0x27740e=this[_0x25734c(0xe4)][_0x25734c(0x221)](_0xe2a956);_0x27740e&&_0x27740e[_0x25734c(0x19b)]&&!_0x27740e[_0x25734c(0x19b)][_0x25734c(0x1f9)]&&this[_0x25734c(0x23f)](_0xe2a956,{'hasComments':!0x1});},{'priority':_0x2f20ad(0x127)});}set[_0x1de4b5(0xf0)](_0x9f11ab){const _0x5e4bbd=_0x1de4b5;if(this[_0x5e4bbd(0x15e)])throw new _0x40a4aa(_0x5e4bbd(0xfe),this);this[_0x5e4bbd(0x15e)]=_0x9f11ab;}get[_0x1de4b5(0xf0)](){const _0x2ae0d8=_0x1de4b5;return this[_0x2ae0d8(0x15e)];}[_0x1de4b5(0x1ce)]({skipNotAttached:_0x622c07=!0x1,toJSON:_0xf15d09=!0x1}={}){const _0x1224a3=_0x1de4b5,_0xd300ae=[];for(const _0x3c426a of this[_0x1224a3(0xe4)][_0x1224a3(0x1fd)]())_0x622c07&&!_0x3c426a[_0x1224a3(0x23a)]||_0xd300ae[_0x1224a3(0x204)](_0x3c426a);return _0xf15d09?_0xd300ae[_0x1224a3(0x19a)](_0x55ae6f=>_0x55ae6f[_0x1224a3(0xf7)]()):_0xd300ae;}[_0x1de4b5(0xe9)](_0x552d51){const _0x596e56=_0x1de4b5,_0x50e4f5=this[_0x596e56(0xe4)][_0x596e56(0x221)](_0x552d51);if(!_0x50e4f5)throw new _0x40a4aa(_0x596e56(0x24a),this);return _0x50e4f5;}[_0x1de4b5(0x1d0)](_0xc5453e){const _0x3d7576=_0x1de4b5;return this[_0x3d7576(0xe4)][_0x3d7576(0x1ff)](_0xc5453e);}[_0x1de4b5(0x14f)](_0x5ad810){const _0x4345b9=_0x1de4b5,{authorId:_0x261868,id:_0x41296e,attributes:_0x1d9a2e}=_0x5ad810,[_0x574e65,_0x23a67a]=_0x5ad810[_0x4345b9(0x12f)][_0x4345b9(0x1b3)](':'),_0x54176a=this[_0x4345b9(0xe4)][_0x4345b9(0x221)](_0x41296e)||this[_0x4345b9(0x203)](_0x574e65,_0x23a67a,_0x41296e,_0x261868,_0x1d9a2e);if(this[_0x4345b9(0x175)](_0x54176a),this[_0x4345b9(0x18a)](_0x54176a,_0x574e65,_0x23a67a||null,_0x261868),_0x54176a[_0x4345b9(0xda)]=_0x5ad810[_0x4345b9(0xda)],_0x54176a[_0x4345b9(0xff)]=!0x0,_0x1d9a2e&&_0x1d9a2e[_0x4345b9(0xf1)]){const _0x479903=_0x1d9a2e[_0x4345b9(0xf1)],_0x20884c=this[_0x4345b9(0x10e)](_0x479903[_0x4345b9(0xa6)]);_0x54176a[_0x4345b9(0x1f5)]=_0x479903[_0x4345b9(0xda)],_0x54176a[_0x4345b9(0x11b)]=_0x20884c,_0x54176a[_0x4345b9(0x1ed)]=!0x0;}else _0x54176a[_0x4345b9(0x1f5)]=_0x5ad810[_0x4345b9(0xda)];switch(_0x5ad810[_0x4345b9(0xb4)]&&(_0x54176a[_0x4345b9(0xb4)]=_0x5ad810[_0x4345b9(0xb4)]),_0x5ad810[_0x4345b9(0x114)]&&(_0x54176a[_0x4345b9(0x114)]=_0x5ad810[_0x4345b9(0x114)]),this[_0x4345b9(0x15e)]&&this[_0x4345b9(0x15e)][_0x4345b9(0x17f)]||(_0x54176a[_0x4345b9(0xf4)]=!0x0),this[_0x4345b9(0xfb)][_0x4345b9(0x221)](_0x54176a)){case _0x4345b9(0x13e):this[_0x4345b9(0xfb)][_0x4345b9(0xa1)](_0x54176a,_0x4345b9(0x16d));break;case _0x4345b9(0x205):_0x54176a[_0x4345b9(0x23a)]?(this[_0x4345b9(0x21a)](new Set([_0x54176a])),this[_0x4345b9(0x181)](new Set([_0x54176a])),this[_0x4345b9(0xfb)][_0x4345b9(0xa1)](_0x54176a,_0x4345b9(0x10c)),this[_0x4345b9(0x22e)](_0x4345b9(0x12a),_0x54176a)):this[_0x4345b9(0xfb)][_0x4345b9(0xa1)](_0x54176a,_0x4345b9(0x1b7));}return _0x54176a;}[_0x1de4b5(0x1c6)](_0x4de6e5){const _0x588950=_0x1de4b5;this[_0x588950(0x13a)](()=>{const _0x5b72ab=_0x588950;this[_0x5b72ab(0x229)][_0x5b72ab(0x1ca)][_0x5b72ab(0x1c4)](()=>{const _0x11911a=_0x5b72ab;for(const _0x28ef83 of _0x4de6e5[_0x11911a(0x1d9)]())_0x28ef83[_0x11911a(0x151)]();});});}[_0x1de4b5(0x132)](_0x5478a1){const _0xb19b8e=_0x1de4b5;this[_0xb19b8e(0x13a)](()=>{const _0x4b76c5=_0xb19b8e;this[_0x4b76c5(0x229)][_0x4b76c5(0x1ca)][_0x4b76c5(0x1c4)](()=>{const _0x4c776b=_0x4b76c5;for(const _0x45abe3 of _0x5478a1[_0x4c776b(0x1d9)]())_0x45abe3[_0x4c776b(0x240)]();});});}[_0x1de4b5(0x1e7)](_0x23ae6b,_0x429324){const _0x5311cf=_0x1de4b5,_0x3ee5d3=this[_0x5311cf(0x229)][_0x5311cf(0x1d8)][_0x5311cf(0x221)](_0x23ae6b);if(!_0x3ee5d3)throw new _0x40a4aa(_0x5311cf(0x202),this,{'commandName':_0x23ae6b});if(this[_0x5311cf(0x24b)][_0x5311cf(0x1ff)](_0x3ee5d3))throw new _0x40a4aa(_0x5311cf(0x155),this,{'commandName':_0x23ae6b});this[_0x5311cf(0x24b)][_0x5311cf(0x15d)](_0x3ee5d3),_0x429324&&_0x3ee5d3['on'](_0x5311cf(0x17d),(_0x14521d,_0x569db7)=>{const _0x1a51c9=_0x5311cf;this[_0x1a51c9(0xbe)][_0x1a51c9(0x18d)]&&(this[_0x1a51c9(0x19f)]||(_0x569db7[_0x1a51c9(0x1f9)]>0x0&&_0x569db7[_0x569db7[_0x1a51c9(0x1f9)]-0x1]&&_0x569db7[_0x569db7[_0x1a51c9(0x1f9)]-0x1][_0x1a51c9(0x13a)]?_0x569db7[_0x1a51c9(0x1ee)]():(_0x14521d[_0x1a51c9(0x1da)]=_0x429324((..._0x34e77e)=>_0x3ee5d3[_0x1a51c9(0x17d)](..._0x34e77e,{'forceDefaultExecution':!0x0}),..._0x569db7),_0x14521d[_0x1a51c9(0xb8)]())));},{'priority':_0x5311cf(0x22a)});}[_0x1de4b5(0x13a)](_0x15b11f){const _0x341712=_0x1de4b5;let _0x41fd2d,_0x4005a9;const _0xd412ac=this[_0x341712(0x19f)];this[_0x341712(0x19f)]=!0x0;try{_0x41fd2d=_0x15b11f();}catch(_0x3f4615){_0x4005a9=_0x3f4615;}return _0xd412ac||(this[_0x341712(0x19f)]=!0x1),_0x4005a9&&_0x40a4aa[_0x341712(0xa5)](_0x4005a9,this),_0x41fd2d;}[_0x1de4b5(0xc8)](_0x5bcf0f,_0x3dc537=null,_0x501b40={}){const _0x1205be=_0x1de4b5;if(_0x5bcf0f[_0x1205be(0x208)])return null;const _0x2a3d03=this[_0x1205be(0x229)][_0x1205be(0x1f2)][_0x1205be(0x221)](_0x1205be(0x102))['me'];for(const {suggestion:_0x5c9477,meta:_0x16c12d}of this[_0x1205be(0xb0)](_0x5bcf0f,_0x1205be(0xe0)))if(_0x16c12d[_0x1205be(0x212)]){if(!_0x16c12d[_0x1205be(0x21b)]){if(_0x16c12d[_0x1205be(0x15a)]){if(!this[_0x1205be(0xca)]||!Pt(_0x5c9477,_0x501b40))continue;return _0x5c9477;}if(Pt(_0x5c9477,_0x501b40))return _0x5c9477;this[_0x1205be(0x169)](_0x5c9477,_0x5bcf0f[_0x1205be(0x22d)],_0x5bcf0f[_0x1205be(0xd6)]);break;}if(_0x3dc537==_0x5c9477[_0x1205be(0x1c9)]&&Pt(_0x5c9477,_0x501b40)){const _0x2ad40b=_0x5c9477[_0x1205be(0x122)]();return _0x2ad40b[_0x1205be(0x22d)][_0x1205be(0x17e)](_0x5bcf0f[_0x1205be(0xd6)])?this[_0x1205be(0x178)](_0x5c9477,this[_0x1205be(0x209)][_0x1205be(0x1c3)](_0x5bcf0f[_0x1205be(0x22d)],_0x2ad40b[_0x1205be(0xd6)])):this[_0x1205be(0x178)](_0x5c9477,this[_0x1205be(0x209)][_0x1205be(0x1c3)](_0x2ad40b[_0x1205be(0x22d)],_0x5bcf0f[_0x1205be(0xd6)])),_0x5c9477;}}const _0xc66a0=_0x12f219(),_0x7871c9=_0x2a3d03['id'],_0x2cc554=_0x3dc537?_0x1205be(0x16a)+_0x3dc537:_0x1205be(0xe0),_0x2b5705=this[_0x1205be(0xc1)]({'id':_0xc66a0,'type':_0x2cc554,'createdAt':new Date(),'authorId':_0x7871c9,'attributes':_0x501b40});return this[_0x1205be(0x236)](_0x2cc554,_0xc66a0,_0x7871c9,_0x5bcf0f),_0x2b5705;}[_0x1de4b5(0x1ec)](_0x30d2c0,_0x1bf3ca=_0x1de4b5(0x1cf),_0x2a716a={}){const _0x12b5be=_0x1de4b5,_0x3fa679=this[_0x12b5be(0x229)][_0x12b5be(0x1f2)][_0x12b5be(0x221)](_0x12b5be(0x102))['me'],_0x421663=this[_0x12b5be(0x1cc)][_0x12b5be(0xc6)](_0x12b5be(0xe0),_0x1bf3ca,_0x12b5be(0x14d));for(const _0x35fd86 of this[_0x12b5be(0x1ce)]())if(_0x35fd86[_0x12b5be(0x11b)]['id']==_0x3fa679['id']&&_0x12b5be(0xe0)==_0x35fd86[_0x12b5be(0x12f)]&&_0x35fd86[_0x12b5be(0x1c9)]==_0x1bf3ca&&Pt(_0x35fd86,_0x2a716a)&&(_0x421663(_0x35fd86[_0x12b5be(0x233)](),_0x30d2c0)||_0x421663(_0x30d2c0,_0x35fd86[_0x12b5be(0x233)]()))){for(const _0x3ead81 of _0x30d2c0)_0x35fd86[_0x12b5be(0x1ea)](_0x3ead81);return _0x35fd86;}for(const {suggestion:_0x3dbfd,meta:_0x5501c9}of this[_0x12b5be(0xb0)](_0x30d2c0,_0x12b5be(0xe0))){if(!_0x5501c9[_0x12b5be(0x212)])continue;if(!this[_0x12b5be(0xca)]&&_0x5501c9[_0x12b5be(0x15a)])continue;if(!Pt(_0x3dbfd,_0x2a716a))continue;let _0x3abc60=!0x0;for(const _0x1412d6 of _0x3dbfd[_0x12b5be(0x233)]())for(const _0x3cfa2e of _0x30d2c0)if(!_0x1412d6[_0x12b5be(0x24f)](_0x3cfa2e)){_0x3abc60=!0x1;break;}if(_0x3abc60)return _0x3dbfd;}const _0x2a0648=_0x12f219(),_0x526e1a=_0x3fa679['id'],_0x33e3fb=_0x12b5be(0x16a)+_0x1bf3ca,_0x3d26c2=this[_0x12b5be(0xc1)]({'id':_0x2a0648,'type':_0x33e3fb,'createdAt':new Date(),'authorId':_0x526e1a,'attributes':_0x2a716a});for(const _0x191c08 of _0x30d2c0)this[_0x12b5be(0x236)](_0x33e3fb,_0x2a0648,_0x526e1a,_0x191c08,_0x3c7e08[_0x12b5be(0x11f)]());return _0x3d26c2;}[_0x1de4b5(0x170)](_0x280d94,_0x5c99f8,_0x551731=null,_0x178afd={}){const _0x542a65=_0x1de4b5;if(_0x551731=_0x551731||Et(_0x5c99f8),_0x280d94[_0x542a65(0x208)])return null;if(_0x542a65(0x120)===this[_0x542a65(0x1d2)]){const _0x275f6c=this[_0x542a65(0x1cc)][_0x542a65(0xc6)](_0x542a65(0x22b),_0x551731,_0x542a65(0x151));return this[_0x542a65(0x13a)](()=>_0x275f6c([_0x280d94],_0x5c99f8,_0x178afd)),null;}const _0x41286f=this[_0x542a65(0x229)][_0x542a65(0x1f2)][_0x542a65(0x221)](_0x542a65(0x102))['me'],_0x513b9a=[];if(_0x542a65(0x223)!==this[_0x542a65(0x1d2)]){for(const {suggestion:_0x39f261,meta:_0x5a8612}of this[_0x542a65(0xb0)](_0x280d94,_0x542a65(0xe0)))_0x5a8612[_0x542a65(0x212)]&&!_0x5a8612[_0x542a65(0xc7)]&&_0x513b9a[_0x542a65(0x204)](..._0x39f261[_0x542a65(0x233)]());}const _0x1f246b=function(_0x7fbd07,_0x1d9e3f){const _0x33e17a=_0x542a65,_0xc0971f=[];for(const _0x43add7 of _0x1d9e3f){const _0x2b6198=_0x7fbd07[_0x33e17a(0x1c7)](_0x43add7);_0x2b6198&&_0xc0971f[_0x33e17a(0x204)](_0x2b6198);}return _0xc0971f;}(_0x280d94,_0x513b9a),_0x5e1d74=function(_0x374941,_0x50e892){const _0x327577=_0x542a65,_0x14d1c2=[_0x374941];for(const _0xcf20a9 of _0x50e892){let _0x4025a7=0x0;for(;_0x4025a7<_0x14d1c2[_0x327577(0x1f9)];){const _0x3b9cec=_0x14d1c2[_0x4025a7][_0x327577(0x1bc)](_0xcf20a9);_0x14d1c2[_0x327577(0x20e)](_0x4025a7,0x1,..._0x3b9cec),_0x4025a7+=_0x3b9cec[_0x327577(0x1f9)];}}return _0x14d1c2;}(_0x280d94,_0x513b9a);_0x1f246b[_0x542a65(0x1f9)]&&this[_0x542a65(0x209)][_0x542a65(0x1c4)](()=>{const _0x450171=_0x542a65;for(const _0x46f0b1 of _0x1f246b){const _0x7bf270=this[_0x450171(0x1cc)][_0x450171(0xc6)](_0x450171(0x22b),_0x551731,_0x450171(0x151));this[_0x450171(0x13a)](()=>_0x7bf270([_0x46f0b1],_0x5c99f8,_0x178afd));}});for(const _0x24a70d of _0x5e1d74){let _0x1d6ee2=null,_0x326ef8=_0x24a70d[_0x542a65(0x22d)],_0x12ba35=_0x24a70d[_0x542a65(0xd6)];for(const {suggestion:_0x2a9c63,meta:_0x43b716}of this[_0x542a65(0xb0)](_0x24a70d,_0x542a65(0x22b))){if(!_0x43b716[_0x542a65(0x212)])continue;if(_0x2a9c63[_0x542a65(0x1c9)]!=_0x551731)continue;if(!Pt(_0x2a9c63,_0x178afd))continue;const _0x580b59=_0x2a9c63[_0x542a65(0x122)]();if(_0x580b59[_0x542a65(0x24f)](_0x24a70d,!0x0))return null;_0x326ef8=_0x326ef8[_0x542a65(0x1bd)](_0x580b59[_0x542a65(0x22d)])?_0x326ef8:_0x580b59[_0x542a65(0x22d)],_0x12ba35=_0x12ba35[_0x542a65(0x1c1)](_0x580b59[_0x542a65(0xd6)])?_0x12ba35:_0x580b59[_0x542a65(0xd6)],_0x1d6ee2?_0x580b59[_0x542a65(0x22d)][_0x542a65(0x1bd)](_0x1d6ee2[_0x542a65(0x122)]()[_0x542a65(0x22d)])?(_0x1d6ee2[_0x542a65(0x14a)](),_0x1d6ee2=_0x2a9c63):_0x2a9c63[_0x542a65(0x14a)]():_0x1d6ee2=_0x2a9c63;}const _0x20349f=this[_0x542a65(0x209)][_0x542a65(0x1c3)](_0x326ef8,_0x12ba35);if(_0x1d6ee2)this[_0x542a65(0x178)](_0x1d6ee2,_0x20349f);else{const _0xf86412=_0x12f219(),_0x16d806=_0x41286f['id'];this[_0x542a65(0xc1)]({'id':_0xf86412,'type':_0x542a65(0x126)+_0x551731,'data':_0x5c99f8,'createdAt':new Date(),'authorId':_0x16d806,'attributes':_0x178afd}),this[_0x542a65(0x236)](_0x542a65(0x126)+_0x551731,_0xf86412,_0x16d806,_0x20349f);}}return null;}[_0x1de4b5(0x129)](_0x4b5c26,_0x28ddd2,_0x16c665=[],_0x4df7d8=null,_0x4a3414={}){const _0x1e9fdc=_0x1de4b5;_0x28ddd2[_0x1e9fdc(0x249)]||(_0x28ddd2[_0x1e9fdc(0x249)]=_0x28ddd2[_0x1e9fdc(0x18f)]),_0x28ddd2[_0x1e9fdc(0xb6)]=_0x4b5c26['is'](_0x1e9fdc(0x17c)),_0x4df7d8=_0x4df7d8||Et(_0x28ddd2);const _0xcbf008=_0x16c665[_0x1e9fdc(0x19a)](_0x5e058e=>Ot(_0x5e058e,this[_0x1e9fdc(0x209)])),_0x50f41e=_0x4b5c26['is'](_0x1e9fdc(0x17c))?_0x4b5c26:Ot(_0x4b5c26,this[_0x1e9fdc(0x209)]);if(_0x1e9fdc(0x120)===this[_0x1e9fdc(0x1d2)]){const _0x996f38=this[_0x1e9fdc(0x1cc)][_0x1e9fdc(0xc6)](_0x1e9fdc(0x141),_0x4df7d8,_0x1e9fdc(0x151));return this[_0x1e9fdc(0x13a)](()=>_0x996f38([_0x50f41e],_0x28ddd2,_0x4a3414)),null;}_0xcbf008[_0x1e9fdc(0x204)](_0x50f41e);let _0x4d6183=!0x0;for(const _0x101d61 of _0xcbf008)if(!this[_0x1e9fdc(0x14c)](_0x101d61)){_0x4d6183=!0x1;break;}if(_0x4d6183&&_0x1e9fdc(0x223)!==this[_0x1e9fdc(0x1d2)]){const _0x141234=this[_0x1e9fdc(0x1cc)][_0x1e9fdc(0xc6)](_0x1e9fdc(0x141),_0x4df7d8,_0x1e9fdc(0x151));return this[_0x1e9fdc(0x13a)](()=>_0x141234([_0x50f41e],_0x28ddd2,_0x4a3414)),null;}let _0x432050=null,_0x5139e4=_0x50f41e[_0x1e9fdc(0x22d)],_0x5d59db=_0x50f41e[_0x1e9fdc(0xd6)];for(const {suggestion:_0x3c1571,meta:_0x44ea25}of this[_0x1e9fdc(0xb0)](_0x50f41e,_0x1e9fdc(0x141))){if(!_0x44ea25[_0x1e9fdc(0x212)])continue;if(_0x44ea25[_0x1e9fdc(0x21b)]||_0x44ea25[_0x1e9fdc(0x15a)]||_0x44ea25[_0x1e9fdc(0xc7)])continue;if(_0x3c1571[_0x1e9fdc(0xb4)][_0x1e9fdc(0x249)]!=_0x28ddd2[_0x1e9fdc(0x249)])continue;if(!Pt(_0x3c1571,_0x4a3414))continue;const _0xecb378=_0x3c1571[_0x1e9fdc(0x122)]();if(_0x3c1571[_0x1e9fdc(0x1c9)]==_0x4df7d8){if(_0xecb378[_0x1e9fdc(0x24f)](_0x50f41e,!0x0))return null;_0x5139e4=_0x5139e4[_0x1e9fdc(0x1bd)](_0xecb378[_0x1e9fdc(0x22d)])?_0x5139e4:_0xecb378[_0x1e9fdc(0x22d)],_0x5d59db=_0x5d59db[_0x1e9fdc(0x1c1)](_0xecb378[_0x1e9fdc(0xd6)])?_0x5d59db:_0xecb378[_0x1e9fdc(0xd6)],_0x432050?_0xecb378[_0x1e9fdc(0x22d)][_0x1e9fdc(0x1bd)](_0x432050[_0x1e9fdc(0x122)]()[_0x1e9fdc(0x22d)])?(_0x432050[_0x1e9fdc(0x14a)](),_0x432050=_0x3c1571):_0x3c1571[_0x1e9fdc(0x14a)]():_0x432050=_0x3c1571;}else{const _0x494fcf=_0x50f41e[_0x1e9fdc(0x1c7)](_0xecb378);this[_0x1e9fdc(0x239)](_0x3c1571,_0x494fcf);}}const _0xcf6f63=this[_0x1e9fdc(0x229)][_0x1e9fdc(0x1f2)][_0x1e9fdc(0x221)](_0x1e9fdc(0x102))['me'],_0x238be7=_0x12f219(),_0x4ac1dc=_0xcf6f63['id'];if(_0x432050)return this[_0x1e9fdc(0x178)](_0x432050,this[_0x1e9fdc(0x209)][_0x1e9fdc(0x1c3)](_0x5139e4,_0x5d59db)),_0x432050;{const _0x296dda=this[_0x1e9fdc(0xc1)]({'id':_0x238be7,'type':_0x1e9fdc(0x224)+_0x4df7d8,'data':_0x28ddd2,'createdAt':new Date(),'authorId':_0x4ac1dc,'attributes':_0x4a3414});return this[_0x1e9fdc(0x236)](_0x1e9fdc(0x224)+_0x4df7d8,_0x238be7,_0x4ac1dc,this[_0x1e9fdc(0x209)][_0x1e9fdc(0x1c3)](_0x5139e4,_0x5d59db)),_0x296dda;}}[_0x1de4b5(0x138)](_0x48ade1,_0x3970f8,_0x34af12=[],_0x574314=null,_0x5e0c9c={}){const _0xa18586=_0x1de4b5;_0x3970f8[_0xa18586(0x249)]||(_0x3970f8[_0xa18586(0x249)]=_0x3970f8[_0xa18586(0x18f)]);const _0x315c5e=_0x48ade1[0x0];_0x3970f8[_0xa18586(0xb6)]=_0x315c5e['is'](_0xa18586(0x17c)),_0x574314=_0x574314||Et(_0x3970f8);const _0x303a51=_0x34af12[_0xa18586(0x19a)](_0x2b6a55=>Ot(_0x2b6a55,this[_0xa18586(0x209)])),_0x69e7b8=_0x315c5e['is'](_0xa18586(0x17c))?_0x48ade1:_0x48ade1[_0xa18586(0x19a)](_0x79119f=>Ot(_0x79119f,this[_0xa18586(0x209)]));if(_0xa18586(0x120)===this[_0xa18586(0x1d2)]){const _0x1ac65b=this[_0xa18586(0x1cc)][_0xa18586(0xc6)](_0xa18586(0x141),_0x574314,_0xa18586(0x151));return this[_0xa18586(0x13a)](()=>_0x1ac65b(_0x69e7b8,_0x3970f8,_0x5e0c9c)),null;}_0x303a51[_0xa18586(0x204)](..._0x69e7b8);let _0x22730b=!0x0;for(const _0x572f50 of _0x303a51)if(!this[_0xa18586(0x14c)](_0x572f50)){_0x22730b=!0x1;break;}if(_0x22730b&&_0xa18586(0x223)!==this[_0xa18586(0x1d2)]){const _0x39043f=this[_0xa18586(0x1cc)][_0xa18586(0xc6)](_0xa18586(0x141),_0x574314,_0xa18586(0x151));return this[_0xa18586(0x13a)](()=>_0x39043f(_0x69e7b8,_0x3970f8,_0x5e0c9c)),null;}const _0x313ab8=this[_0xa18586(0x229)][_0xa18586(0x1f2)][_0xa18586(0x221)](_0xa18586(0x102))['me'];for(const _0x380422 of this[_0xa18586(0x1ce)]()){if(_0x380422[_0xa18586(0x11b)]['id']!=_0x313ab8['id'])continue;if(_0xa18586(0x141)!=_0x380422[_0xa18586(0x12f)]||_0x380422[_0xa18586(0xb4)][_0xa18586(0x249)]!=_0x3970f8[_0xa18586(0x249)])continue;if(!Pt(_0x380422,_0x5e0c9c))continue;const _0x232654=_0x380422[_0xa18586(0x1c9)]==_0x574314;for(let _0x7b2e35=0x0;_0x7b2e35<_0x69e7b8[_0xa18586(0x1f9)];_0x7b2e35++){const _0x2df72c=_0x69e7b8[_0x7b2e35];for(const _0xad5f9b of _0x380422[_0xa18586(0x13f)]()){const _0x45cab6=_0xad5f9b[_0xa18586(0x139)]();if(_0x2df72c[_0xa18586(0x17e)](_0x45cab6)){_0x232654?(_0x69e7b8[_0xa18586(0x20e)](_0x7b2e35,0x1),_0x7b2e35--):_0x380422[_0xa18586(0x1cd)](_0xad5f9b[_0xa18586(0xf3)]);break;}}}}if(0x0==_0x69e7b8[_0xa18586(0x1f9)])return null;const _0x198916=this[_0xa18586(0x1cc)][_0xa18586(0xc6)](_0xa18586(0x141),_0x574314,_0xa18586(0x14d));for(const _0x504454 of this[_0xa18586(0x1ce)]())if(_0x504454[_0xa18586(0x11b)]['id']==_0x313ab8['id']&&_0xa18586(0x141)==_0x504454[_0xa18586(0x12f)]&&_0x504454[_0xa18586(0xb4)][_0xa18586(0x249)]==_0x3970f8[_0xa18586(0x249)]&&_0x504454[_0xa18586(0x1c9)]==_0x574314&&Pt(_0x504454,_0x5e0c9c)&&(_0x198916(_0x504454[_0xa18586(0x233)](),_0x69e7b8)||_0x198916(_0x69e7b8,_0x504454[_0xa18586(0x233)]()))){for(const _0xa66ca3 of _0x69e7b8)_0x504454[_0xa18586(0x1ea)](_0xa66ca3);return _0x504454;}const _0x2cd1a6=_0x12f219(),_0x8606f8=_0x313ab8['id'],_0x4e636b=_0xa18586(0x224)+_0x574314,_0x554ead=this[_0xa18586(0xc1)]({'id':_0x2cd1a6,'type':_0x4e636b,'data':_0x3970f8,'createdAt':new Date(),'authorId':_0x8606f8,'attributes':_0x5e0c9c});for(const _0x346620 of _0x69e7b8)this[_0xa18586(0x236)](_0x4e636b,_0x2cd1a6,_0x8606f8,_0x346620,_0x3c7e08[_0xa18586(0x11f)]());return _0x554ead;}[_0x1de4b5(0xec)](_0x112f87,_0x33a341=null,_0x1e7614={}){const _0x15874c=_0x1de4b5;if(_0x112f87[_0x15874c(0x208)])return null;const _0x5564bc=this[_0x15874c(0x229)][_0x15874c(0x1f2)][_0x15874c(0x221)](_0x15874c(0x102))['me'],_0x50282f=new _0x211b66(_0x112f87[_0x15874c(0x22d)],_0x112f87[_0x15874c(0xd6)]);for(const {suggestion:_0x20225b,meta:_0x312774}of this[_0x15874c(0xb0)](_0x50282f,_0x15874c(0xe0)))if(_0x312774[_0x15874c(0x212)]&&!_0x312774[_0x15874c(0x21b)]){if(_0x20225b[_0x15874c(0x245)]){const _0x5ed924=_0x20225b[_0x15874c(0x233)]()[_0x15874c(0x23e)](_0x19b937=>_0x15874c(0x11e)!=_0x19b937[_0x15874c(0xd5)][_0x15874c(0x1a1)]);_0x5ed924[_0x15874c(0xc0)](_0x887d35=>_0x50282f[_0x15874c(0x24f)](_0x887d35,!0x0))&&_0x20225b[_0x15874c(0x240)]();if(_0x5ed924[_0x15874c(0xd3)](_0x2d79f1=>_0x2d79f1[_0x15874c(0x24f)](_0x50282f,!0x0))){const _0x379485=this[_0x15874c(0x1cc)][_0x15874c(0xc6)](_0x15874c(0x180),_0x33a341,_0x15874c(0x151));return this[_0x15874c(0x13a)](()=>_0x379485([_0x50282f],null,_0x1e7614)),null;}}else{const _0x4f9c25=_0x50282f[_0x15874c(0x1c7)](_0x20225b[_0x15874c(0x122)]());null!==_0x4f9c25&&_0x20225b[_0x15874c(0xd1)]([_0x4f9c25],null,_0x1e7614);}}if(_0x50282f[_0x15874c(0x110)](),_0x50282f[_0x15874c(0x208)]||_0x15874c(0x11e)==_0x50282f[_0x15874c(0xd5)][_0x15874c(0x1a1)])return null;let _0x1ac9f5=null,_0x5ef2ad=_0x50282f[_0x15874c(0x22d)],_0x3097fb=_0x50282f[_0x15874c(0xd6)];const _0x536819=this[_0x15874c(0xb0)](_0x50282f,_0x15874c(0x180));for(const {suggestion:_0x354eb1,meta:_0x45f351}of _0x536819){const _0x97a5a3=this[_0x15874c(0x209)][_0x15874c(0x1c3)](_0x5ef2ad,_0x3097fb);if(_0x45f351[_0x15874c(0x212)]&&(this[_0x15874c(0xca)]||!_0x45f351[_0x15874c(0x15a)]&&!_0x45f351[_0x15874c(0xc7)])){if(_0x354eb1[_0x15874c(0x245)]){if(!Pt(_0x354eb1,_0x1e7614))continue;let _0x9a6d8e=!0x0;for(const _0x4502cd of _0x354eb1[_0x15874c(0x233)]()){if(_0x4502cd[_0x15874c(0x24f)](_0x97a5a3,!0x0))return _0x354eb1;_0x97a5a3[_0x15874c(0x24f)](_0x4502cd)||(_0x9a6d8e=!0x1);}_0x9a6d8e&&_0x354eb1[_0x15874c(0x240)]();}else{const _0x388e3a=_0x354eb1[_0x15874c(0x122)]();if(_0x388e3a[_0x15874c(0x24f)](_0x97a5a3,!0x0))return _0x354eb1;if(!Pt(_0x354eb1,_0x1e7614)){_0x97a5a3[_0x15874c(0x24f)](_0x388e3a)?_0x354eb1[_0x15874c(0x14a)]():_0x388e3a[_0x15874c(0x17a)](_0x5ef2ad)?_0x5ef2ad=_0x388e3a[_0x15874c(0xd6)]:_0x388e3a[_0x15874c(0x17a)](_0x3097fb)&&(_0x3097fb=_0x388e3a[_0x15874c(0x22d)]);continue;}_0x5ef2ad=_0x5ef2ad[_0x15874c(0x1bd)](_0x388e3a[_0x15874c(0x22d)])?_0x5ef2ad:_0x388e3a[_0x15874c(0x22d)],_0x3097fb=_0x3097fb[_0x15874c(0x1c1)](_0x388e3a[_0x15874c(0xd6)])?_0x3097fb:_0x388e3a[_0x15874c(0xd6)],_0x1e7614=Object[_0x15874c(0x1f4)]({},_0x354eb1[_0x15874c(0x114)]),_0x1ac9f5?_0x388e3a[_0x15874c(0x22d)][_0x15874c(0x1bd)](_0x1ac9f5[_0x15874c(0x122)]()[_0x15874c(0x22d)])?(_0x1ac9f5[_0x15874c(0x14a)](),_0x1ac9f5=_0x354eb1):_0x354eb1[_0x15874c(0x14a)]():_0x1ac9f5=_0x354eb1;}}}if(_0x1ac9f5)return this[_0x15874c(0x178)](_0x1ac9f5,this[_0x15874c(0x209)][_0x15874c(0x1c3)](_0x5ef2ad,_0x3097fb)),_0x1ac9f5;{const _0x48eb7b=_0x12f219(),_0x3f3390=this[_0x15874c(0x209)][_0x15874c(0x1c3)](_0x5ef2ad,_0x3097fb),_0x3a5c77=_0x5564bc['id'],_0x558f6b=_0x33a341?_0x15874c(0x219)+_0x33a341:_0x15874c(0x180),_0x2bf1ef=this[_0x15874c(0xc1)]({'id':_0x48eb7b,'type':_0x558f6b,'createdAt':new Date(),'authorId':_0x3a5c77,'attributes':_0x1e7614});return this[_0x15874c(0x236)](_0x558f6b,_0x48eb7b,_0x3a5c77,_0x3f3390),_0x2bf1ef;}}[_0x1de4b5(0x1ba)](_0x6e3f09,_0xb46c29=_0x1de4b5(0x1cf),_0x1414d4={}){const _0x50fc7b=_0x1de4b5,_0x2d3b69=this[_0x50fc7b(0x229)][_0x50fc7b(0x1f2)][_0x50fc7b(0x221)](_0x50fc7b(0x102))['me'],_0x16eeb2=_0x6e3f09[_0x50fc7b(0x19a)](_0x4b91c8=>new _0x211b66(_0x4b91c8[_0x50fc7b(0x22d)],_0x4b91c8[_0x50fc7b(0xd6)])),_0x272a1d=new Set();for(const {suggestion:_0x16d977,meta:_0x5d1ea0}of this[_0x50fc7b(0xb0)](_0x16eeb2,_0x50fc7b(0xe0)))_0x5d1ea0[_0x50fc7b(0x212)]&&!_0x5d1ea0[_0x50fc7b(0x21b)]&&_0x272a1d[_0x50fc7b(0x15d)](_0x16d977);for(const _0x129f77 of _0x272a1d)if(_0x129f77[_0x50fc7b(0x245)]){const _0xa2068a=_0x129f77[_0x50fc7b(0x233)]();(!_0x129f77[_0x50fc7b(0x114)]||!_0x129f77[_0x50fc7b(0x114)][_0x50fc7b(0x1a7)])&&(_0xa2068a[_0x50fc7b(0xc0)](_0x176641=>_0x16eeb2[_0x50fc7b(0xd3)](_0xc42444=>_0xc42444[_0x50fc7b(0x24f)](_0x176641,!0x0)))&&_0x129f77[_0x50fc7b(0x240)]());if(_0x16eeb2[_0x50fc7b(0xc0)](_0x1f3903=>_0xa2068a[_0x50fc7b(0xd3)](_0x450990=>_0x450990[_0x50fc7b(0x24f)](_0x1f3903,!0x0)))){const _0x25e5da=this[_0x50fc7b(0x1cc)][_0x50fc7b(0xc6)](_0x50fc7b(0x180),_0xb46c29,_0x50fc7b(0x151));return this[_0x50fc7b(0x13a)](()=>_0x25e5da(_0x6e3f09,null,_0x1414d4)),null;}}else{const _0x565ee3=_0x129f77[_0x50fc7b(0x122)]();_0x16eeb2[_0x50fc7b(0xd3)](_0xbd1166=>_0xbd1166[_0x50fc7b(0x24f)](_0x565ee3,!0x0))&&_0x129f77[_0x50fc7b(0x240)]();if(_0x16eeb2[_0x50fc7b(0xc0)](_0x44a333=>_0x565ee3[_0x50fc7b(0x24f)](_0x44a333,!0x0))){const _0x1b77f1=this[_0x50fc7b(0x1cc)][_0x50fc7b(0xc6)](_0x50fc7b(0x180),_0xb46c29,_0x50fc7b(0x151));return this[_0x50fc7b(0x13a)](()=>_0x1b77f1(_0x16eeb2,null,_0x1414d4)),null;}}const _0x3ad995=this[_0x50fc7b(0x1cc)][_0x50fc7b(0xc6)](_0x50fc7b(0x180),_0xb46c29,_0x50fc7b(0x14d));let _0xe1003a=null;for(const _0x395625 of this[_0x50fc7b(0x1ce)]())if(_0x395625[_0x50fc7b(0x11b)]['id']==_0x2d3b69['id']&&_0x395625[_0x50fc7b(0x23a)]&&_0x50fc7b(0x180)==_0x395625[_0x50fc7b(0x12f)]&&_0x395625[_0x50fc7b(0x1c9)]==_0xb46c29&&Pt(_0x395625,_0x1414d4)&&(_0x3ad995(_0x395625[_0x50fc7b(0x233)](),_0x16eeb2)||_0x3ad995(_0x16eeb2,_0x395625[_0x50fc7b(0x233)]()))){if(_0xe1003a){if(_0x395625[_0x50fc7b(0x19b)]&&_0x395625[_0x50fc7b(0x19b)][_0x50fc7b(0x1f9)])continue;for(const _0x58a617 of _0x395625[_0x50fc7b(0x233)]())_0xe1003a[_0x50fc7b(0x1db)](_0x58a617)||_0xe1003a[_0x50fc7b(0x1ea)](_0x58a617);_0x395625[_0x50fc7b(0x14a)]();}else{_0xe1003a=_0x395625;for(const _0x315c6d of _0x16eeb2)_0x395625[_0x50fc7b(0x1db)](_0x315c6d)||_0x395625[_0x50fc7b(0x1ea)](_0x315c6d);}}if(_0xe1003a)return _0xe1003a;_0x272a1d[_0x50fc7b(0x183)]();for(const {suggestion:_0x37548f,meta:_0x1dd41c}of this[_0x50fc7b(0xb0)](_0x16eeb2,_0x50fc7b(0x180)))_0x1dd41c[_0x50fc7b(0x212)]&&(this[_0x50fc7b(0xca)]||!_0x1dd41c[_0x50fc7b(0x15a)]&&!_0x1dd41c[_0x50fc7b(0xc7)])&&Pt(_0x37548f,_0x1414d4)&&_0x272a1d[_0x50fc7b(0x15d)](_0x37548f);for(const _0x3c0f45 of _0x272a1d){const _0x20425a=_0x3c0f45[_0x50fc7b(0x233)]();if(!_0x1414d4||!_0x1414d4[_0x50fc7b(0x1a7)]){if(_0x16eeb2[_0x50fc7b(0xc0)](_0x2cb902=>_0x20425a[_0x50fc7b(0xd3)](_0x362ef7=>_0x362ef7[_0x50fc7b(0x24f)](_0x2cb902,!0x0))))return _0x3c0f45;}(!_0x3c0f45[_0x50fc7b(0x114)]||!_0x3c0f45[_0x50fc7b(0x114)][_0x50fc7b(0x1a7)])&&(_0x20425a[_0x50fc7b(0xc0)](_0x3a517f=>_0x16eeb2[_0x50fc7b(0xd3)](_0x585c26=>_0x585c26[_0x50fc7b(0x24f)](_0x3a517f,!0x0)))&&_0x3c0f45[_0x50fc7b(0x240)]());}const _0x5a49e7=_0x12f219(),_0x48a705=_0x2d3b69['id'],_0x5707ec=_0x50fc7b(0x219)+_0xb46c29,_0x541ab1=this[_0x50fc7b(0xc1)]({'id':_0x5a49e7,'type':_0x5707ec,'createdAt':new Date(),'authorId':_0x48a705,'attributes':_0x1414d4});for(const _0xdb1e42 of _0x16eeb2)_0xdb1e42[_0x50fc7b(0x110)](),_0xdb1e42[_0x50fc7b(0x208)]||_0x50fc7b(0x11e)==_0xdb1e42[_0x50fc7b(0xd5)][_0x50fc7b(0x1a1)]||this[_0x50fc7b(0x236)](_0x5707ec,_0x5a49e7,_0x48a705,_0xdb1e42,_0x3c7e08[_0x50fc7b(0x11f)]());return _0x541ab1;}[_0x1de4b5(0xbd)](_0x1bfdf6,_0x5b6c71,_0x55738e,_0x587a5d,_0x19a4e7){const _0xcf664f=_0x1de4b5;if(_0x1bfdf6[_0xcf664f(0x208)])return[];if(_0xcf664f(0x120)===this[_0xcf664f(0x1d2)])return[];const _0x735db0=this[_0xcf664f(0x229)][_0xcf664f(0x1f2)][_0xcf664f(0x221)](_0xcf664f(0x102))['me']['id'],_0x366149=Array[_0xcf664f(0x19e)](this[_0xcf664f(0xe4)][_0xcf664f(0x1fd)]())[_0xcf664f(0x23e)](_0x49c5ab=>_0xcf664f(0x176)==_0x49c5ab[_0xcf664f(0x12f)]&&_0x49c5ab[_0xcf664f(0xb4)][_0xcf664f(0x162)]==_0x5b6c71&&_0x49c5ab[_0xcf664f(0x1db)](_0x1bfdf6));if(_0xcf664f(0xf9)===this[_0xcf664f(0x1d2)]){const _0x49c833=this[_0xcf664f(0xb0)](_0x1bfdf6,_0xcf664f(0xe0))[_0xcf664f(0x23e)](({meta:_0x1722eb})=>_0x1722eb[_0xcf664f(0x212)]&&!_0x1722eb[_0xcf664f(0xc7)]&&!_0x1722eb[_0xcf664f(0x21b)])[_0xcf664f(0x19a)](({suggestion:_0xac8d48})=>_0xac8d48);_0x366149[_0xcf664f(0x164)](..._0x49c833);}const _0x30756d=new Map([[_0x1bfdf6,_0x55738e]]);for(const _0x22ba18 of _0x366149){const _0x57e442=_0xcf664f(0x176)==_0x22ba18[_0xcf664f(0x12f)]?_0x22ba18[_0xcf664f(0xb4)][_0xcf664f(0x10d)]:void 0x0,_0xb38e4d=_0x22ba18[_0xcf664f(0x122)](),_0x10ddda=Array[_0xcf664f(0x19e)](_0x30756d[_0xcf664f(0xa0)]())[_0xcf664f(0x225)](_0x342612=>_0x342612[_0xcf664f(0xfc)](_0xb38e4d));if(!_0x10ddda)continue;const _0x5c33f2=_0x10ddda[_0xcf664f(0x1bc)](_0xb38e4d);this[_0xcf664f(0x15b)](_0x5b6c71)&&_0xcf664f(0xe0)==_0x22ba18[_0xcf664f(0x12f)]&&0x0!=_0x5c33f2[_0xcf664f(0x1f9)]||(_0x30756d[_0xcf664f(0x149)](_0x10ddda),_0x5c33f2[_0xcf664f(0x133)](_0x2b17bc=>{const _0x55ce7e=_0xcf664f;_0x30756d[_0x55ce7e(0xa1)](_0x2b17bc,_0x55738e);}),_0xcf664f(0xe0)!=_0x22ba18[_0xcf664f(0x12f)]&&_0x57e442!=_0x587a5d&&_0x30756d[_0xcf664f(0xa1)](_0x10ddda[_0xcf664f(0x1c7)](_0xb38e4d),_0x57e442));}const _0x2abd83=[];for(const [_0x54f53f,_0x3b4e00]of _0x30756d){const _0x48bb4e=_0x12f219(),_0x13642a={'key':_0x5b6c71,'oldValue':_0x3b4e00,'newValue':_0x587a5d};_0x5b6c71[_0xcf664f(0x1f9)]>0x25&&console[_0xcf664f(0xbf)](_0xcf664f(0xa3),{'key':_0x5b6c71});const _0x200617=(_0xcf664f(0x166)+(_0x5b6c71+'|'+Et({'newValue':_0x587a5d})))[_0xcf664f(0x193)](0x0,0x3c),_0xdfd3b2=this[_0xcf664f(0xc1)]({'id':_0x48bb4e,'type':_0x200617,'data':_0x13642a,'createdAt':new Date(),'authorId':_0x735db0,'attributes':_0x19a4e7});_0x2abd83[_0xcf664f(0x204)](_0xdfd3b2),this[_0xcf664f(0x236)](_0x200617,_0x48bb4e,_0x735db0,_0x54f53f);}return _0x2abd83;}[_0x1de4b5(0x136)](_0x199248){const _0xce1d74=_0x1de4b5;this[_0xce1d74(0x188)][_0xce1d74(0x15d)](_0x199248);}[_0x1de4b5(0x23d)](_0x54365a){const _0x15ca5b=_0x1de4b5;this[_0x15ca5b(0x191)][_0x15ca5b(0x15d)](_0x54365a);}[_0x1de4b5(0xa8)](_0x59516a,_0x45441c=[],_0x55caab=[]){const _0x350e74=_0x1de4b5;this[_0x350e74(0x1e7)](_0x59516a,(_0x4286eb,..._0x4f12f5)=>{const _0x3ae7b0=_0x350e74;this[_0x3ae7b0(0x243)](()=>{_0x4286eb(..._0x4f12f5);});});for(const _0x564956 of _0x45441c)this[_0x350e74(0x23d)](_0x564956);for(const _0x466ff7 of _0x55caab)this[_0x350e74(0x136)](_0x466ff7);}[_0x1de4b5(0x1a2)](_0x2585d7){const _0x2b37eb=_0x1de4b5;return _0x2b37eb(0x176)==_0x2585d7[_0x2b37eb(0x12f)]?_0x2585d7[_0x2b37eb(0x1c9)][_0x2b37eb(0x1b3)]('|')[0x0]:null;}[_0x1de4b5(0x178)](_0x312cae,_0x4ffb7b){const _0xc9739a=_0x1de4b5,_0x20f2ec=_0x312cae[_0xc9739a(0x215)]();this[_0xc9739a(0x209)][_0xc9739a(0x1c4)](_0x3a9228=>{const _0x842dac=_0xc9739a;_0x3a9228[_0x842dac(0x241)](_0x20f2ec,{'range':_0x4ffb7b});});}[_0x1de4b5(0x175)](_0x24e048){const _0x3b7090=_0x1de4b5,_0x1516e2=_0x24e048['id'],_0x3eec98=this[_0x3b7090(0x229)][_0x3b7090(0x1dc)][_0x3b7090(0x221)](_0x3b7090(0x11a));this[_0x3b7090(0x125)][_0x3b7090(0x171)](_0x1516e2)||this[_0x3b7090(0x125)][_0x3b7090(0x146)]({'channelId':_0x3eec98,'threadId':_0x1516e2,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1df28b=this[_0x3b7090(0x125)][_0x3b7090(0x10f)](_0x1516e2);_0x1df28b[_0x3b7090(0x1f3)](_0x3b7090(0xdc)),_0x1df28b[_0x3b7090(0xdc)]=!0x1,_0x24e048[_0x3b7090(0x19b)]=_0x1df28b;}[_0x1de4b5(0x18a)](_0x403bcd,_0x29f5e7,_0x2652e4,_0x4cee14){const _0x4ee32b=_0x1de4b5;if(_0x403bcd[_0x4ee32b(0x12f)]!=_0x29f5e7||_0x403bcd[_0x4ee32b(0x1c9)]!=_0x2652e4||_0x403bcd[_0x4ee32b(0xea)]['id']!=_0x4cee14)throw this[_0x4ee32b(0x229)][_0x4ee32b(0x216)](_0x4ee32b(0x19d)),new _0x40a4aa(_0x4ee32b(0x19d),this);}[_0x1de4b5(0x239)](_0x274b41,_0x5d1f41){const _0x4a9eee=_0x1de4b5,_0x43ba0c=_0x274b41[_0x4a9eee(0x122)]();if(_0x5d1f41[_0x4a9eee(0x17e)](_0x43ba0c))_0x274b41[_0x4a9eee(0x14a)]();else{if(_0x43ba0c[_0x4a9eee(0x24f)](_0x5d1f41)){const _0xd4330b=this[_0x4a9eee(0x209)][_0x4a9eee(0x160)](_0x5d1f41[_0x4a9eee(0x22d)][_0x4a9eee(0xc9)],_0x4a9eee(0xd6));this[_0x4a9eee(0x178)](_0x274b41,this[_0x4a9eee(0x209)][_0x4a9eee(0x1c3)](_0x43ba0c[_0x4a9eee(0x22d)],_0xd4330b));const _0x290bee=_0x12f219(),_0x589ca6=_0x274b41[_0x4a9eee(0xea)]['id'],_0x5cfe84=_0x274b41[_0x4a9eee(0x12f)]+':'+_0x274b41[_0x4a9eee(0x1c9)];this[_0x4a9eee(0xc1)]({'id':_0x290bee,'type':_0x5cfe84,'createdAt':new Date(),'authorId':_0x589ca6,'data':_0x274b41[_0x4a9eee(0xb4)],'attributes':_0x274b41[_0x4a9eee(0x114)]});const _0xcbe27c=this[_0x4a9eee(0x209)][_0x4a9eee(0x160)](_0x5d1f41[_0x4a9eee(0xd6)][_0x4a9eee(0x1c5)],_0x4a9eee(0xe1)),_0x2bdcb0=this[_0x4a9eee(0x209)][_0x4a9eee(0x1c3)](_0xcbe27c,_0x43ba0c[_0x4a9eee(0xd6)]);this[_0x4a9eee(0x236)](_0x5cfe84,_0x290bee,_0x589ca6,_0x2bdcb0);}else{if(_0x43ba0c[_0x4a9eee(0x17a)](_0x5d1f41[_0x4a9eee(0x22d)])){const _0xbd3811=this[_0x4a9eee(0x209)][_0x4a9eee(0x160)](_0x5d1f41[_0x4a9eee(0x22d)][_0x4a9eee(0xc9)],_0x4a9eee(0xd6));this[_0x4a9eee(0x178)](_0x274b41,this[_0x4a9eee(0x209)][_0x4a9eee(0x1c3)](_0x43ba0c[_0x4a9eee(0x22d)],_0xbd3811));}else{const _0x82f13=this[_0x4a9eee(0x209)][_0x4a9eee(0x160)](_0x5d1f41[_0x4a9eee(0xd6)][_0x4a9eee(0x1c5)],_0x4a9eee(0xe1));this[_0x4a9eee(0x178)](_0x274b41,this[_0x4a9eee(0x209)][_0x4a9eee(0x1c3)](_0x82f13,_0x43ba0c[_0x4a9eee(0xd6)]));}}}}[_0x1de4b5(0x14c)](_0x1495c3){const _0x1f000c=_0x1de4b5;for(const {suggestion:_0x140846,meta:_0x2a7710}of this[_0x1f000c(0xb0)](_0x1495c3,_0x1f000c(0xe0))){if(!_0x2a7710[_0x1f000c(0x212)])continue;const _0x59ec2c=_0x140846[_0x1f000c(0x233)]();for(const _0x547572 of _0x59ec2c)if(!_0x1495c3[_0x1f000c(0x1bc)](_0x547572)[_0x1f000c(0x1f9)])return!0x0;}return!0x1;}[_0x1de4b5(0x20b)](_0x5a8b96){const _0xa9bdfa=_0x1de4b5,_0x111b58=this[_0xa9bdfa(0x229)][_0xa9bdfa(0x1f2)][_0xa9bdfa(0x221)](_0xa9bdfa(0x102))[_0xa9bdfa(0x1d3)](_0x5a8b96);if(!_0x111b58)throw new _0x40a4aa(_0xa9bdfa(0x247),this);return _0x111b58;}[_0x1de4b5(0x10e)](_0x58140c){const _0x243fa0=_0x1de4b5,_0x36dd65=this[_0x243fa0(0x229)][_0x243fa0(0x1f2)][_0x243fa0(0x221)](_0x243fa0(0x102)),_0x5743c7=_0x3cbb16(_0x243fa0(0x251)+_0x58140c),_0x26fd24=_0x36dd65[_0x243fa0(0x1d3)](_0x5743c7);return _0x26fd24||_0x36dd65[_0x243fa0(0x190)]({'id':_0x5743c7,'name':_0x58140c});}[_0x1de4b5(0x203)](_0xc15b96,_0x5c66f2,_0x23c9d1,_0x677553,_0x3447d1){const _0x4f4256=_0x1de4b5,_0xe4a32d=this[_0x4f4256(0x20b)](_0x677553),_0x3376c1=this[_0x4f4256(0x1cc)][_0x4f4256(0x1fe)](_0xc15b96,_0x5c66f2,_0x23c9d1,_0xe4a32d,_0x3447d1,_0x4c6fcc=>{const _0x3e1eed=_0x4f4256;this[_0x3e1eed(0x23f)](_0x23c9d1,{'attributes':_0x4c6fcc});const _0xce5c3=this[_0x3e1eed(0xe9)](_0x23c9d1);this[_0x3e1eed(0x21a)](new Set([_0xce5c3])),this[_0x3e1eed(0x181)](new Set([_0xce5c3]));});return this[_0x4f4256(0xa7)](_0x3376c1,_0x4f4256(0x151),()=>{const _0x394217=_0x4f4256;this[_0x394217(0x23f)](_0x23c9d1,{'state':_0x394217(0x142)});},{'priority':_0x4f4256(0x22a)}),this[_0x4f4256(0xa7)](_0x3376c1,_0x4f4256(0x240),()=>{const _0x4013a1=_0x4f4256;this[_0x4013a1(0x23f)](_0x23c9d1,{'state':_0x4013a1(0x13c)});},{'priority':_0x4f4256(0x22a)}),this[_0x4f4256(0xe4)][_0x4f4256(0xa1)](_0x23c9d1,_0x3376c1),this[_0x4f4256(0xfb)][_0x4f4256(0xa1)](_0x3376c1,_0x4f4256(0x13e)),_0x3376c1;}[_0x1de4b5(0xb7)](_0x155e84){const _0x1b9a6f=_0x1de4b5,_0x389f10=_0x155e84[_0x1b9a6f(0x1b3)](':');return{'group':_0x389f10[0x0],'type':_0x389f10[0x1],'subType':_0x389f10[_0x1b9a6f(0x1f9)]>=0x5?_0x389f10[0x2]:null,'id':_0x389f10[_0x1b9a6f(0x1f9)]<0x5?_0x389f10[0x2]:_0x389f10[0x3],'authorId':_0x389f10[_0x1b9a6f(0x1f9)]<0x5?_0x389f10[0x3]:_0x389f10[0x4],'markerCount':0x6==_0x389f10[_0x1b9a6f(0x1f9)]?_0x389f10[0x5]:null};}[_0x1de4b5(0x169)](_0x4bc2e8,_0xaa6af8,_0x428567){const _0x50c9c4=_0x1de4b5,_0x3eb920=_0x4bc2e8[_0x50c9c4(0x122)](),_0xafe4b4=_0x3eb920[_0x50c9c4(0x22d)],_0x546e00=_0x3eb920[_0x50c9c4(0xd6)];this[_0x50c9c4(0x178)](_0x4bc2e8,this[_0x50c9c4(0x209)][_0x50c9c4(0x1c3)](_0xafe4b4,_0xaa6af8));const _0x4d3027=_0x12f219(),_0x374771=_0x4bc2e8[_0x50c9c4(0xea)]['id'],_0x3e1d4f=_0x4bc2e8[_0x50c9c4(0x12f)]+(_0x4bc2e8[_0x50c9c4(0x1c9)]?':'+_0x4bc2e8[_0x50c9c4(0x1c9)]:'');this[_0x50c9c4(0xc1)]({'id':_0x4d3027,'type':_0x3e1d4f,'createdAt':new Date(),'authorId':_0x374771,'originalSuggestionId':_0x4bc2e8['id'],'attributes':_0x4bc2e8[_0x50c9c4(0x114)],'data':_0x4bc2e8[_0x50c9c4(0xb4)]});const _0x3015ef=this[_0x50c9c4(0x1a2)](_0x4bc2e8);(_0x50c9c4(0x141)==_0x4bc2e8[_0x50c9c4(0x12f)]||_0x3015ef&&this[_0x50c9c4(0x15b)](_0x3015ef))&&(_0x428567=this[_0x50c9c4(0x209)][_0x50c9c4(0x24d)](_0x428567[_0x50c9c4(0x1c5)])),this[_0x50c9c4(0x236)](_0x3e1d4f,_0x4d3027,_0x374771,this[_0x50c9c4(0x209)][_0x50c9c4(0x1c3)](_0x428567,_0x546e00));}[_0x1de4b5(0xb0)](_0x14cca6,_0x19fad9=null){const _0x3a577b=_0x1de4b5,_0xcd4566=[],_0x5cfa81=this[_0x3a577b(0x229)][_0x3a577b(0x1f2)][_0x3a577b(0x221)](_0x3a577b(0x102))['me'];Array[_0x3a577b(0xf8)](_0x14cca6)||(_0x14cca6=[_0x14cca6]);for(const _0xd60ccd of this[_0x3a577b(0x1ce)]()){if(!_0xd60ccd[_0x3a577b(0x23a)])continue;if(_0x19fad9&&_0xd60ccd[_0x3a577b(0x12f)]!=_0x19fad9)continue;let _0x564261=!0x1;for(const _0x3b1c30 of _0xd60ccd[_0x3a577b(0x233)]()){for(const _0x428ea7 of _0x14cca6){const _0x53633b=_0x428ea7[_0x3a577b(0x22d)][_0x3a577b(0x17e)](_0x3b1c30[_0x3a577b(0xd6)])||_0x428ea7[_0x3a577b(0xd6)][_0x3a577b(0x17e)](_0x3b1c30[_0x3a577b(0x22d)]);if(_0x53633b||_0x428ea7[_0x3a577b(0x1c7)](_0x3b1c30)){const _0x6bcdc0=_0x428ea7[_0x3a577b(0x24f)](_0x3b1c30)&&xt(this[_0x3a577b(0x209)][_0x3a577b(0x1e3)],_0x3b1c30[_0x3a577b(0x22d)],_0x428ea7),_0x41a9ea=_0x3b1c30[_0x3a577b(0x24f)](_0x428ea7)&&xt(this[_0x3a577b(0x209)][_0x3a577b(0x1e3)],_0x428ea7[_0x3a577b(0x22d)],_0x3b1c30);_0xcd4566[_0x3a577b(0x204)]({'suggestion':_0xd60ccd,'meta':{'isOwn':_0x5cfa81==_0xd60ccd[_0x3a577b(0x11b)],'isNextTo':_0x53633b,'isInsideObject':_0x6bcdc0,'containsRangeInObject':_0x41a9ea}}),_0x564261=!0x0;break;}}if(_0x564261)break;}}return _0xcd4566;}[_0x1de4b5(0x236)](_0x4e389b,_0x524ca6,_0x5c4e0b,_0x15a9ef,_0x403684){const _0x4d2337=_0x1de4b5;this[_0x4d2337(0x209)][_0x4d2337(0x1c4)](_0x356cbf=>{const _0x325480=_0x4d2337;let _0x545072=_0x325480(0x1e0)+_0x4e389b+':'+_0x524ca6+':'+_0x5c4e0b;_0x403684&&(_0x545072=_0x545072+':'+_0x403684),_0x356cbf[_0x325480(0x23c)](_0x545072,{'range':_0x15a9ef,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1de4b5(0x157)](_0x154501){const _0x4e8cee=_0x1de4b5,_0x5d008f=_0x154501[_0x4e8cee(0x206)],_0x1deeef=_0x154501[_0x4e8cee(0x232)];_0x154501[_0x4e8cee(0x206)]=null,_0x154501[_0x4e8cee(0x232)]=null,null!=_0x5d008f&&_0x5d008f[_0x4e8cee(0x232)]==_0x154501&&(_0x5d008f[_0x4e8cee(0x232)]=_0x1deeef),null!=_0x1deeef&&_0x1deeef[_0x4e8cee(0x206)]==_0x154501&&(_0x1deeef[_0x4e8cee(0x206)]=_0x5d008f),_0x4e8cee(0x10c)==this[_0x4e8cee(0xfb)][_0x4e8cee(0x221)](_0x154501)&&(this[_0x4e8cee(0xfb)][_0x4e8cee(0xa1)](_0x154501,_0x4e8cee(0x1b7)),this[_0x4e8cee(0x22e)](_0x4e8cee(0xe2),_0x154501,_0x5d008f,_0x1deeef));}[_0x1de4b5(0xc1)](_0x179024){const _0x590516=_0x1de4b5,_0x39e042=_0x179024['id'],_0x5056f3=this[_0x590516(0x14f)](_0x179024);if(this[_0x590516(0x15e)]&&this[_0x590516(0x15e)][_0x590516(0x17f)]){const _0x16b9d7=this[_0x590516(0x229)][_0x590516(0x1f2)][_0x590516(0x221)](_0x590516(0x173)),_0x28f601=_0x5056f3[_0x590516(0xd2)],_0x12be3c=_0x5056f3[_0x590516(0x1c9)]?_0x5056f3[_0x590516(0x12f)]+':'+_0x5056f3[_0x590516(0x1c9)]:_0x5056f3[_0x590516(0x12f)],_0x2b571f=this[_0x590516(0x229)][_0x590516(0x201)],_0x57eb0d=_0x16b9d7[_0x590516(0x15d)](_0x8445a3(_0x2b571f,_0x590516(0x1e9))),_0x573436={'id':_0x39e042,'type':_0x12be3c,'hasComments':_0x28f601,'data':_0x179024[_0x590516(0xb4)]||null,'originalSuggestionId':_0x179024[_0x590516(0x119)]||null,'attributes':_0x5056f3[_0x590516(0x114)]};this[_0x590516(0x15e)][_0x590516(0x17f)](_0x573436)[_0x590516(0x238)](_0x2aac92=>{const _0x1c6537=_0x590516;_0x5056f3[_0x1c6537(0xf4)]=!0x0,_0x16b9d7[_0x1c6537(0x140)](_0x57eb0d),_0x2aac92&&_0x2aac92[_0x1c6537(0xda)]&&(this[_0x1c6537(0xe4)][_0x1c6537(0x221)](_0x39e042)[_0x1c6537(0xda)]=_0x2aac92[_0x1c6537(0xda)]);})[_0x590516(0x109)](_0x2ddd13=>{const _0x5318df=_0x590516;throw _0x42ebed(_0x5318df(0x214)),this[_0x5318df(0x229)][_0x5318df(0x1ca)][_0x5318df(0x18c)]({'isUndoable':!0x1},()=>{const _0x3e8a95=_0x5318df;_0x5056f3[_0x3e8a95(0x240)]();}),_0x5056f3[_0x5318df(0x242)](),this[_0x5318df(0xe4)][_0x5318df(0x149)](_0x5056f3['id']),this[_0x5318df(0xfb)][_0x5318df(0x149)](_0x5056f3),_0x2ddd13;});}return _0x5056f3;}[_0x1de4b5(0x15b)](_0x2358d7){const _0x518cf3=_0x1de4b5;return this[_0x518cf3(0x188)][_0x518cf3(0x1ff)](_0x2358d7);}[_0x1de4b5(0x23f)](_0x37bb9e,_0x5d10cf){const _0x510e0d=_0x1de4b5,_0x1cd535=this[_0x510e0d(0x229)][_0x510e0d(0x1f2)][_0x510e0d(0x221)](_0x510e0d(0x173)),_0xd19fed=this[_0x510e0d(0xe9)](_0x37bb9e);if(this[_0x510e0d(0x15e)]&&this[_0x510e0d(0x15e)][_0x510e0d(0x1d4)]){if(_0xd19fed[_0x510e0d(0xf4)]){const _0x5b430f=_0x1cd535[_0x510e0d(0x15d)](_0x8445a3(this[_0x510e0d(0x229)][_0x510e0d(0x201)],_0x510e0d(0x1e9)));this[_0x510e0d(0x15e)][_0x510e0d(0x1d4)](_0x37bb9e,_0x5d10cf)[_0x510e0d(0x238)](()=>{const _0x59f22b=_0x510e0d;_0x1cd535[_0x59f22b(0x140)](_0x5b430f);});}else _0xd19fed['on'](_0x510e0d(0xcf),()=>{const _0x15f72d=_0x510e0d;this[_0x15f72d(0x23f)](_0x37bb9e,_0x5d10cf);});}}[_0x1de4b5(0x20d)](_0x43f16a){const _0x3d765e=_0x1de4b5;if(!this[_0x3d765e(0x15e)]||!this[_0x3d765e(0x15e)][_0x3d765e(0xe9)])throw new _0x40a4aa(_0x3d765e(0x186),this);return this[_0x3d765e(0x15e)][_0x3d765e(0xe9)](_0x43f16a);}[_0x1de4b5(0x1bb)](_0x147034){const _0x3ed3af=_0x1de4b5,{id:_0x5ab783,type:_0x4076f3,subType:_0x2281b1,authorId:_0xe9d43}=this[_0x3ed3af(0xb7)](_0x147034),_0x4d3f64=this[_0x3ed3af(0xe4)][_0x3ed3af(0x221)](_0x5ab783)||this[_0x3ed3af(0x203)](_0x4076f3,_0x2281b1,_0x5ab783,_0xe9d43,{});switch(this[_0x3ed3af(0x18a)](_0x4d3f64,_0x4076f3,_0x2281b1,_0xe9d43),this[_0x3ed3af(0xfb)][_0x3ed3af(0x221)](_0x4d3f64)){case _0x3ed3af(0x13e):this[_0x3ed3af(0x20d)](_0x5ab783)[_0x3ed3af(0x238)](_0x5cd724=>{const _0x40fde0=_0x3ed3af;let _0x1eea87=Promise[_0x40fde0(0x21c)]();_0x5cd724[_0x40fde0(0xd2)]&&(_0x1eea87=this[_0x40fde0(0x125)][_0x40fde0(0xcc)]({'channelId':this[_0x40fde0(0x229)][_0x40fde0(0x1dc)][_0x40fde0(0x221)](_0x40fde0(0x11a)),'threadId':_0x5ab783})),_0x1eea87[_0x40fde0(0x238)](()=>{const _0x1be5a5=_0x40fde0;this[_0x1be5a5(0x14f)](_0x5cd724)[_0x1be5a5(0xf4)]=!0x0;});}),this[_0x3ed3af(0xfb)][_0x3ed3af(0xa1)](_0x4d3f64,_0x3ed3af(0x205));break;case _0x3ed3af(0x1b7):this[_0x3ed3af(0x23f)](_0x5ab783,{'state':_0x3ed3af(0xe3)});case _0x3ed3af(0x16d):this[_0x3ed3af(0xfb)][_0x3ed3af(0xa1)](_0x4d3f64,_0x3ed3af(0x10c)),this[_0x3ed3af(0x22e)](_0x3ed3af(0x12a),_0x4d3f64);break;case _0x3ed3af(0x10c):this[_0x3ed3af(0x22e)](_0x3ed3af(0x12b),_0x4d3f64);}return _0x4d3f64[_0x3ed3af(0x24c)](_0x147034),_0x4d3f64;}[_0x1de4b5(0x181)](_0x56970b){const _0x597724=_0x1de4b5,_0x4d7b5c=Array[_0x597724(0x19e)](_0x56970b),_0x4013db=_0x4d7b5c[_0x597724(0x23e)](_0x14cc8f=>_0x597724(0x176)==_0x14cc8f[_0x597724(0x12f)]);this[_0x597724(0xd9)](_0x4013db);const _0x2fb343=_0x4d7b5c[_0x597724(0x23e)](_0x2e712f=>!_0x2e712f[_0x597724(0x245)]&&_0x597724(0x176)!=_0x2e712f[_0x597724(0x12f)]),_0x27f294=this[_0x597724(0x1ce)]({'skipNotAttached':!0x0})[_0x597724(0x23e)](_0x3380aa=>!_0x3380aa[_0x597724(0x245)]&&_0x597724(0x176)!=_0x3380aa[_0x597724(0x12f)]),_0x4e4d32=_0x27f294[_0x597724(0x23e)](_0x56ea02=>!_0x56970b[_0x597724(0x1ff)](_0x56ea02)),_0x460a2f=new Map(_0x27f294[_0x597724(0x19a)](_0x2f7617=>[_0x2f7617,this[_0x597724(0x1cc)][_0x597724(0xc6)](_0x2f7617[_0x597724(0x12f)],_0x2f7617[_0x597724(0x1c9)],_0x597724(0x16e))])),_0x5df8a2=new Map(_0x27f294[_0x597724(0x19a)](_0x215d4f=>[_0x215d4f,_0x215d4f[_0x597724(0x122)]()])),_0x235f06=new Set(),_0xc1c7c1=new Set();for(let _0x40bbab=0x0;_0x40bbab<_0x2fb343[_0x597724(0x1f9)];_0x40bbab++)_0x4cbe05(_0x2fb343[_0x40bbab],_0x2fb343,_0x40bbab+0x1);for(let _0x511a78=0x0;_0x511a78<_0x2fb343[_0x597724(0x1f9)];_0x511a78++)_0x4cbe05(_0x2fb343[_0x511a78],_0x4e4d32,0x0);const _0x461c9a=new Set();for(let _0x452d28=0x0;_0x452d28<_0x2fb343[_0x597724(0x1f9)];_0x452d28++){const _0x25a142=_0x2fb343[_0x452d28];!_0xc1c7c1[_0x597724(0x1ff)](_0x25a142)&&_0x25a142[_0x597724(0x206)]&&(_0x461c9a[_0x597724(0x15d)](_0x25a142[_0x597724(0x206)]),_0x25a142[_0x597724(0x206)][_0x597724(0x232)]===_0x25a142&&(_0x25a142[_0x597724(0x206)][_0x597724(0x232)]=null),_0x25a142[_0x597724(0x206)]=null),!_0x235f06[_0x597724(0x1ff)](_0x25a142)&&_0x25a142[_0x597724(0x232)]&&(_0x461c9a[_0x597724(0x15d)](_0x25a142[_0x597724(0x232)]),_0x25a142[_0x597724(0x232)][_0x597724(0x206)]===_0x25a142&&(_0x25a142[_0x597724(0x232)][_0x597724(0x206)]=null),_0x25a142[_0x597724(0x232)]=null);}function _0x4cbe05(_0x2a7f2c,_0x4e1e1a,_0x879c47){const _0x24620a=_0x597724;for(let _0x5cc3f8=_0x879c47;_0x5cc3f8<_0x4e1e1a[_0x24620a(0x1f9)];_0x5cc3f8++){const _0x206644=_0x56ed77(_0x2a7f2c,_0x4e1e1a[_0x5cc3f8]);_0x206644&&(_0x206644[0x0][_0x24620a(0x232)]=_0x206644[0x1],_0x206644[0x1][_0x24620a(0x206)]=_0x206644[0x0],_0x235f06[_0x24620a(0x15d)](_0x206644[0x0]),_0xc1c7c1[_0x24620a(0x15d)](_0x206644[0x1]));}}function _0x56ed77(_0x1a3074,_0x33ed36){const _0x2ceee8=_0x597724;if(_0x1a3074[_0x2ceee8(0x11b)]['id']!==_0x33ed36[_0x2ceee8(0x11b)]['id'])return null;const _0x291838=_0x460a2f[_0x2ceee8(0x221)](_0x1a3074)(_0x1a3074,_0x33ed36,_0x5df8a2[_0x2ceee8(0x221)](_0x1a3074),_0x5df8a2[_0x2ceee8(0x221)](_0x33ed36));if(!_0x291838)return null;return _0x460a2f[_0x2ceee8(0x221)](_0x33ed36)(_0x1a3074,_0x33ed36,_0x5df8a2[_0x2ceee8(0x221)](_0x1a3074),_0x5df8a2[_0x2ceee8(0x221)](_0x33ed36))?_0x291838[0x1][_0x2ceee8(0x19b)]&&_0x291838[0x1][_0x2ceee8(0x19b)][_0x2ceee8(0x1f9)]?null:_0x291838:null;}_0x461c9a[_0x597724(0x111)]&&this[_0x597724(0x181)](_0x461c9a);}[_0x1de4b5(0xd9)](_0x226849){const _0x2bb7ae=_0x1de4b5;if(0x0==_0x226849[_0x2bb7ae(0x1f9)])return;const _0x383574=this[_0x2bb7ae(0x1ce)]({'skipNotAttached':!0x0})[_0x2bb7ae(0x23e)](_0x5abaff=>_0x2bb7ae(0x176)==_0x5abaff[_0x2bb7ae(0x12f)]&&_0x5abaff[_0x2bb7ae(0xff)]),_0x41a604=[],_0x27cc47=new Map();for(const _0x50ff2f of _0x383574){const _0x410daf=_0x3cbb16(_0x50ff2f[_0x2bb7ae(0x114)]);_0x27cc47[_0x2bb7ae(0x1ff)](_0x410daf)||(_0x27cc47[_0x2bb7ae(0xa1)](_0x410daf,_0x41a604[_0x2bb7ae(0x1f9)]),_0x41a604[_0x2bb7ae(0x204)]([]));const _0x56f0de=_0x27cc47[_0x2bb7ae(0x221)](_0x410daf);_0x41a604[_0x56f0de][_0x2bb7ae(0x204)](_0x50ff2f);}!(function(){const _0x546ea7=_0x2bb7ae;_0x41a604[_0x546ea7(0x18e)]((_0xa71208,_0x2e5f88)=>{const _0x570634=_0x546ea7,_0xb0c57e=_0xa71208[0x0][_0x570634(0xda)],_0x7b1b16=_0x2e5f88[0x0][_0x570634(0xda)];return _0xb0c57e==_0x7b1b16?_0xa71208[0x0][_0x570634(0x114)][_0x570634(0xed)]<_0x2e5f88[0x0][_0x570634(0x114)][_0x570634(0xed)]?-0x1:0x1:_0xb0c57e<_0x7b1b16?-0x1:0x1;});for(const _0x363a1f of _0x41a604)_0x363a1f[_0x546ea7(0x18e)]((_0x41f0fe,_0x1d5e32)=>_0x41f0fe['id']<_0x1d5e32['id']?-0x1:0x1);}());for(let _0x43e60c=0x0;_0x43e60c<_0x41a604[_0x2bb7ae(0x1f9)];_0x43e60c++){if(0x0==_0x41a604[_0x43e60c][_0x2bb7ae(0x1f9)])continue;const _0x2cb69f=[];for(let _0x364358=_0x43e60c+0x1;_0x364358<_0x41a604[_0x2bb7ae(0x1f9)];_0x364358++)0x0!=_0x41a604[_0x364358][_0x2bb7ae(0x1f9)]&&_0x46cb5a(_0x41a604[_0x43e60c],_0x41a604[_0x364358])&&_0x2cb69f[_0x2bb7ae(0x204)](_0x364358);for(const _0x39b330 of _0x2cb69f)_0x41a604[_0x43e60c]=_0x41a604[_0x43e60c][_0x2bb7ae(0x153)](_0x41a604[_0x39b330]),_0x41a604[_0x39b330]=[];}for(const _0x3bd9a5 of _0x41a604)for(let _0x26ed08=0x0;_0x26ed08<_0x3bd9a5[_0x2bb7ae(0x1f9)];_0x26ed08++)_0x3bd9a5[_0x26ed08][_0x2bb7ae(0x232)]=_0x3bd9a5[_0x26ed08+0x1]||null;for(const _0x5a8f81 of _0x41a604)for(let _0x1cc15e=0x0;_0x1cc15e<_0x5a8f81[_0x2bb7ae(0x1f9)];_0x1cc15e++)_0x5a8f81[_0x1cc15e][_0x2bb7ae(0x206)]=_0x5a8f81[_0x1cc15e-0x1]||null;function _0x46cb5a(_0x340de0,_0x21166b){const _0x127c63=_0x2bb7ae;if(_0x340de0[0x0][_0x127c63(0x114)][_0x127c63(0xed)]!==_0x21166b[0x0][_0x127c63(0x114)][_0x127c63(0xed)]&&_0x340de0[0x0][_0x127c63(0x11b)]!==_0x21166b[0x0][_0x127c63(0x11b)])return!0x1;if(!function(_0xe72c6b,_0x37cf0c){const _0x30ba10=_0x127c63;if(!_0xe72c6b[_0x30ba10(0xd2)]&&!_0x37cf0c[_0x30ba10(0xd2)])return!0x0;if(_0xe72c6b[_0x30ba10(0xd2)]&&_0x37cf0c[_0x30ba10(0xd2)])return!0x1;if(_0xe72c6b[_0x30ba10(0xd2)]&&_0x37cf0c[_0x30ba10(0xda)]<_0xe72c6b[_0x30ba10(0x19b)][_0x30ba10(0x121)][_0x30ba10(0x221)](0x0)[_0x30ba10(0xda)])return!0x0;if(_0x37cf0c[_0x30ba10(0xd2)]&&_0xe72c6b[_0x30ba10(0xda)]<_0x37cf0c[_0x30ba10(0x19b)][_0x30ba10(0x121)][_0x30ba10(0x221)](0x0)[_0x30ba10(0xda)])return!0x0;return!0x1;}(_0x340de0[0x0],_0x21166b[0x0]))return!0x1;const _0x519c82=_0x200432(_0x340de0[0x0][_0x127c63(0x114)],_0x127c63(0xed)),_0x4aa492=_0x200432(_0x21166b[0x0][_0x127c63(0x114)],_0x127c63(0xed));if(!_0x50e745(_0x519c82,_0x4aa492))return!0x1;return!!_0x340de0[_0x127c63(0xc0)](_0xca40f1=>_0x21166b[_0x127c63(0xd3)](_0x43b66f=>_0xca40f1[_0x127c63(0x122)]()[_0x127c63(0x17e)](_0x43b66f[_0x127c63(0x122)]())))&&_0x21166b[_0x127c63(0xc0)](_0x2c6ae8=>_0x340de0[_0x127c63(0xd3)](_0xff79ae=>_0x2c6ae8[_0x127c63(0x122)]()[_0x127c63(0x17e)](_0xff79ae[_0x127c63(0x122)]())));}}[_0x1de4b5(0x21a)](_0x4a9083){const _0x3a470b=_0x1de4b5,_0xc04ae6=Array[_0x3a470b(0x19e)](_0x4a9083),_0x8c575e=this[_0x3a470b(0x1ce)]({'skipNotAttached':!0x0}),_0x42f06b=_0x8c575e[_0x3a470b(0x23e)](_0xdde5e7=>!_0x4a9083[_0x3a470b(0x1ff)](_0xdde5e7)),_0x4b7fee=new Map(_0xc04ae6[_0x3a470b(0x19a)](_0x362ce2=>[_0x362ce2,this[_0x3a470b(0x1cc)][_0x3a470b(0xc6)](_0x362ce2[_0x3a470b(0x12f)],_0x362ce2[_0x3a470b(0x1c9)],_0x3a470b(0x14d))])),_0x18ac7e=new Map(_0x8c575e[_0x3a470b(0x19a)](_0x742941=>[_0x742941,_0x742941[_0x3a470b(0x233)]()]));for(let _0x376710=0x0;_0x376710<_0xc04ae6[_0x3a470b(0x1f9)];_0x376710++){if(_0x3ea95d(this,_0xc04ae6[_0x376710],_0xc04ae6,_0x376710+0x1))return!0x0;}for(let _0x529c5f=0x0;_0x529c5f<_0xc04ae6[_0x3a470b(0x1f9)];_0x529c5f++){if(_0x3ea95d(this,_0xc04ae6[_0x529c5f],_0x42f06b,0x0))return!0x0;}return!0x1;function _0x3ea95d(_0x28f2fe,_0x6adc49,_0x3b475c,_0x5a13f1){const _0x24897f=_0x3a470b;for(let _0x1d4ba8=_0x5a13f1;_0x1d4ba8<_0x3b475c[_0x24897f(0x1f9)];_0x1d4ba8++){const _0x1b5914=_0x3b475c[_0x1d4ba8];if(_0x1b5914[_0x24897f(0x12f)]!==_0x6adc49[_0x24897f(0x12f)]||_0x1b5914[_0x24897f(0x11b)]['id']!==_0x6adc49[_0x24897f(0x11b)]['id']||_0x1b5914[_0x24897f(0x1c9)]!==_0x6adc49[_0x24897f(0x1c9)])continue;if(!Ft(_0x6adc49,_0x1b5914,[_0x24897f(0xed)]))continue;if(_0x24897f(0x176)==_0x6adc49[_0x24897f(0x12f)]&&_0x6adc49[_0x24897f(0xb4)][_0x24897f(0x10d)]!=_0x1b5914[_0x24897f(0xb4)][_0x24897f(0x10d)])continue;if(_0x24897f(0x176)==_0x6adc49[_0x24897f(0x12f)]&&_0x28f2fe[_0x24897f(0x15b)](_0x6adc49[_0x24897f(0xb4)][_0x24897f(0x162)]))continue;if(_0x24897f(0x141)==_0x6adc49[_0x24897f(0x12f)]){const _0x4bc159=_0x28f2fe[_0x24897f(0x229)][_0x24897f(0x1ca)],_0x1afd59=_0x6adc49[_0x24897f(0x1f0)]();if(_0x1afd59&&(_0x4bc159[_0x24897f(0x1e3)][_0x24897f(0x1b9)](_0x1afd59)||_0x4bc159[_0x24897f(0x1e3)][_0x24897f(0x1b1)](_0x1afd59)))continue;}const _0x319328=_0x4b7fee[_0x24897f(0x221)](_0x6adc49),_0xc41ed6=_0x18ac7e[_0x24897f(0x221)](_0x6adc49),_0xf41b6=_0x18ac7e[_0x24897f(0x221)](_0x1b5914),_0x4ed0b0=_0x6adc49[_0x24897f(0x19b)]&&_0x6adc49[_0x24897f(0x19b)][_0x24897f(0x1f9)],_0x113a1f=_0x1b5914[_0x24897f(0x19b)]&&_0x1b5914[_0x24897f(0x19b)][_0x24897f(0x1f9)];if(!_0x4ed0b0&&_0x319328(_0xf41b6,_0xc41ed6))return _0x28f2fe[_0x24897f(0x1df)](_0x1b5914,_0x6adc49),_0x18ac7e[_0x24897f(0x149)](_0x6adc49),!0x0;if(!_0x113a1f&&_0x319328(_0xc41ed6,_0xf41b6))return _0x28f2fe[_0x24897f(0x1df)](_0x6adc49,_0x1b5914),_0x18ac7e[_0x24897f(0x149)](_0x1b5914),!0x0;}return!0x1;}}[_0x1de4b5(0x1df)](_0x4aed97,_0x5ce88c){const _0x22b654=_0x1de4b5;if(_0x4aed97[_0x22b654(0x245)]){for(const _0xe1e411 of _0x5ce88c[_0x22b654(0x233)]())_0x4aed97[_0x22b654(0x1ea)](_0xe1e411);}else{const _0x2ecec3=_0x5ce88c[_0x22b654(0x122)]()[_0x22b654(0xd6)];this[_0x22b654(0x178)](_0x4aed97,this[_0x22b654(0x209)][_0x22b654(0x1c3)](_0x4aed97[_0x22b654(0x122)]()[_0x22b654(0x22d)],_0x2ecec3));}_0x5ce88c[_0x22b654(0x14a)]();}[_0x1de4b5(0x174)](_0x5ddae6,_0x3bd350){const _0x504e81=_0x1de4b5,_0x79c8cf=_0x5ddae6[_0x504e81(0x198)](_0x504e81(0x21d))||_0x5ddae6[_0x504e81(0x198)](_0x504e81(0x176))?_0x504e81(0xaa):_0x5ddae6[_0x504e81(0xad)]();return _0x8445a3(this[_0x504e81(0x229)][_0x504e81(0x201)],_0x3bd350+'_'+_0x79c8cf+_0x504e81(0x100));}[_0x1de4b5(0x15f)](){const _0x3f288c=_0x1de4b5,_0x2c8d27=this[_0x3f288c(0x229)];_0x1cd276(this[_0x3f288c(0x209)],({left:_0x21f8d5,entered:_0x45cd58})=>{const _0x5566f0=_0x3f288c,_0x86aba6=[];for(const _0x4af579 of _0x21f8d5){const {group:_0x4e928c,type:_0x2fb616}=this[_0x5566f0(0xb7)](_0x4af579[_0x5566f0(0xf3)]);if(_0x5566f0(0x1a9)===_0x4e928c){_0x86aba6[_0x5566f0(0x204)](this[_0x5566f0(0x174)](_0x2fb616,_0x5566f0(0x1e5)));break;}}for(const _0x426b96 of _0x45cd58){const {group:_0x445ba2,type:_0x5918b7}=this[_0x5566f0(0xb7)](_0x426b96[_0x5566f0(0xf3)]);if(_0x5566f0(0x1a9)===_0x445ba2){_0x86aba6[_0x5566f0(0x204)](this[_0x5566f0(0x174)](_0x5918b7,_0x5566f0(0xf2)));break;}}_0x86aba6[_0x5566f0(0x1f9)]&&_0x2c8d27['ui'][_0x5566f0(0x1e1)][_0x5566f0(0x105)](_0x5566f0(0x213),_0x86aba6[_0x5566f0(0x14d)]('\x20'));});}[_0x1de4b5(0x1ef)](_0x29e9f4){const _0x4ff66f=_0x1de4b5;if(this[_0x4ff66f(0x1b0)])return!0x1;const _0x2cf57d=this[_0x4ff66f(0x229)],_0x526e5c=_0x2cf57d[_0x4ff66f(0x1ca)][_0x4ff66f(0x1e6)][_0x4ff66f(0x197)][_0x4ff66f(0x1ab)]();if(0x0==_0x526e5c[_0x4ff66f(0x1f9)])return!0x1;const _0x27c8b0=[],_0x354c91=_0x526e5c[_0x4ff66f(0x23e)](_0x8f61bb=>_0x4ff66f(0x176)==_0x8f61bb[_0x4ff66f(0x12f)]),_0x2b486b=_0x526e5c[_0x4ff66f(0x23e)](_0x36ce63=>_0x4ff66f(0x1a0)==_0x36ce63[_0x4ff66f(0x12f)]&&_0x4ff66f(0xe6)!=_0x36ce63[_0x4ff66f(0xf3)]),_0x258e0f=_0x526e5c[_0x4ff66f(0x23e)](_0xea4ccd=>_0x4ff66f(0x140)==_0xea4ccd[_0x4ff66f(0x12f)]&&_0x4ff66f(0xe6)!=_0xea4ccd[_0x4ff66f(0xf3)]);for(const _0x3bf580 of _0x354c91)_0x27c8b0[_0x4ff66f(0x204)]({'key':_0x3bf580[_0x4ff66f(0x1af)],'newValue':_0x3bf580[_0x4ff66f(0xce)],'oldValue':_0x3bf580[_0x4ff66f(0x196)],'range':Ut(_0x3bf580[_0x4ff66f(0x17c)],_0x2cf57d[_0x4ff66f(0x1ca)])});for(const _0x4de91f of _0x2b486b){const _0x3da142=_0x258e0f[_0x4ff66f(0x225)](_0x1c8eb9=>_0x1c8eb9[_0x4ff66f(0x137)][_0x4ff66f(0x17e)](_0x4de91f[_0x4ff66f(0x137)]));_0x3da142&&_0x27c8b0[_0x4ff66f(0x204)]({'key':_0x4ff66f(0x24e),'newValue':_0x4de91f[_0x4ff66f(0xf3)],'oldValue':_0x3da142[_0x4ff66f(0xf3)],'range':_0x2cf57d[_0x4ff66f(0x1ca)][_0x4ff66f(0x1b6)](_0x4de91f[_0x4ff66f(0x137)][_0x4ff66f(0x1c2)])});}return 0x0!=_0x27c8b0[_0x4ff66f(0x1f9)]&&this[_0x4ff66f(0x150)](_0x29e9f4,_0x27c8b0);}[_0x1de4b5(0x13d)](_0x4a979d){const _0x570606=_0x1de4b5;let _0x21096b=!0x1;const _0x21c9f2=this[_0x570606(0x229)][_0x570606(0x1ca)][_0x570606(0x1e6)][_0x570606(0x197)][_0x570606(0x118)]()[_0x570606(0x23e)](_0x21e5f8=>_0x21e5f8[_0x570606(0xb4)][_0x570606(0x248)]&&_0x21e5f8[_0x570606(0xf3)][_0x570606(0x198)](_0x570606(0x124)));for(const _0x5f1dde of _0x21c9f2){const {subType:_0x4f3ae1,id:_0x5ba3bf}=this[_0x570606(0xb7)](_0x5f1dde[_0x570606(0xf3)]),_0xabb431=_0x4f3ae1[_0x570606(0x1b3)]('|')[0x0];for(const _0x5e520c of this[_0x570606(0x1ce)]({'skipNotAttached':!0x0}))_0x5e520c['id']!=_0x5ba3bf&&_0x570606(0x176)==_0x5e520c[_0x570606(0x12f)]&&_0x5e520c[_0x570606(0xb4)]&&_0x5e520c[_0x570606(0xb4)][_0x570606(0x162)]==_0xabb431&&_0x5e520c[_0x570606(0x122)]()[_0x570606(0xfc)](_0x5f1dde[_0x570606(0xb4)][_0x570606(0x248)])&&(this[_0x570606(0x179)](_0x5e520c,_0x5f1dde[_0x570606(0xb4)][_0x570606(0x248)],_0x4a979d),_0x21096b=!0x0);}return _0x21096b;}[_0x1de4b5(0x243)](_0x474cbf){const _0x17450d=_0x1de4b5;this[_0x17450d(0x229)],(this[_0x17450d(0x1b0)]=!0x0,_0x474cbf());}[_0x1de4b5(0x23b)](_0x4a90ac){const _0x59796e=_0x1de4b5,_0x2a6c1a=this[_0x59796e(0x15b)](_0x4a90ac),_0x4d1f3f=this[_0x59796e(0x191)][_0x59796e(0x1ff)](_0x4a90ac);return _0x2a6c1a||_0x4d1f3f;}[_0x1de4b5(0x150)](_0x2557c1,_0x2e7374){const _0x17b743=_0x1de4b5;if(0x0==_0x2e7374[_0x17b743(0x1f9)])return!0x1;let _0x298ede=!0x1;for(const _0xda82e2 of _0x2e7374){const _0x426413=this[_0x17b743(0xb0)](_0xda82e2[_0x17b743(0x17c)],_0x17b743(0x176))[_0x17b743(0x23e)](_0x1beb7e=>!_0x1beb7e[_0x17b743(0x168)][_0x17b743(0x21b)])[_0x17b743(0x19a)](_0x2af000=>_0x2af000[_0x17b743(0x1a9)]),_0x4cc46c=_0x3cbb16({'newValue':_0xda82e2[_0x17b743(0xdf)]});_0x426413[_0x17b743(0x23e)](_0x5b9d96=>{const _0x3027a4=_0x17b743,[_0x253e25,_0x4efe55]=_0x5b9d96[_0x3027a4(0x1c9)][_0x3027a4(0x1b3)]('|');return _0x253e25==_0xda82e2[_0x3027a4(0x162)]&&_0x4efe55!=_0x4cc46c;})[_0x17b743(0x133)](_0x3fbd49=>{const _0x12e715=_0x17b743;this[_0x12e715(0x179)](_0x3fbd49,_0xda82e2[_0x12e715(0x17c)],_0x2557c1),_0x298ede=!0x0;});}return _0x298ede;}[_0x1de4b5(0x179)](_0x36760e,_0x2cafa1,_0x30d63d){const _0x105d37=_0x1de4b5,_0x2109bc=_0x36760e[_0x105d37(0x122)]()[_0x105d37(0x1bc)](_0x2cafa1);0x0!==_0x2109bc[_0x105d37(0x1f9)]?0x1!==_0x2109bc[_0x105d37(0x1f9)]?this[_0x105d37(0x169)](_0x36760e,_0x2cafa1[_0x105d37(0x22d)],_0x2cafa1[_0x105d37(0xd6)]):this[_0x105d37(0x178)](_0x36760e,_0x2109bc[0x0]):_0x30d63d[_0x105d37(0x1cd)](_0x36760e[_0x105d37(0x215)]());}}class Bt{constructor(_0x12078d){const _0x269a0b=_0x1de4b5;this[_0x269a0b(0x200)]=_0x12078d,this[_0x269a0b(0x209)]=_0x12078d[_0x269a0b(0x1ca)],this[_0x269a0b(0x104)]=new Map(),this[_0x269a0b(0xac)]=new Map(),this[_0x269a0b(0xe7)]();}[_0x1de4b5(0x1fe)](_0x283e8d,_0x3e4e48,_0x2451a4,_0x31c8af,_0x407531,_0x1f8f66){const _0x1188d5=_0x1de4b5;return new _0x3c7e08(this[_0x1188d5(0x209)],{'type':_0x283e8d,'subType':_0x3e4e48,'id':_0x2451a4,'author':_0x31c8af,'creator':_0x31c8af,'attributes':_0x407531,'onAttributesChange':_0x1f8f66,'onAccept':(..._0x5a5008)=>this[_0x1188d5(0xc6)](_0x283e8d,_0x3e4e48,_0x1188d5(0x151))(..._0x5a5008),'onDiscard':(..._0x554d29)=>this[_0x1188d5(0xc6)](_0x283e8d,_0x3e4e48,_0x1188d5(0x240))(..._0x554d29)});}[_0x1de4b5(0xbc)](_0x242386,_0x945899,_0x50ec83,_0x5ac615){const _0x27ac7e=_0x1de4b5,_0x589205=_0x242386+':'+_0x945899+':'+_0x50ec83;this[_0x27ac7e(0x104)][_0x27ac7e(0xa1)](_0x589205,_0x5ac615);}[_0x1de4b5(0xc6)](_0x3905d4,_0x41bcfd,_0x3b6a32){const _0x2544dc=_0x1de4b5,_0x1479df=_0x3905d4+':'+_0x41bcfd+':'+_0x3b6a32;return this[_0x2544dc(0x104)][_0x2544dc(0x221)](_0x1479df)||this[_0x2544dc(0xac)][_0x2544dc(0x221)](_0x3905d4+':'+_0x3b6a32);}[_0x1de4b5(0xe7)](){const _0x2ea378=_0x1de4b5,_0x5a073a=()=>!0x1,_0x1b5710=_0x3aa02c=>{const _0x1da43e=_0x5966;_0x3aa02c[_0x1da43e(0x18e)]((_0x2ce252,_0x5e6bea)=>_0x2ce252[_0x1da43e(0x22d)][_0x1da43e(0x1bd)](_0x5e6bea[_0x1da43e(0x22d)])?0x1:-0x1),this[_0x1da43e(0x209)][_0x1da43e(0x1c4)](_0x462cf4=>{const _0xe17c2f=_0x1da43e;for(const _0x8febe0 of _0x3aa02c){let _0x1faf44;_0x1faf44=_0x8febe0[_0xe17c2f(0xd6)][_0xe17c2f(0x12d)]&&_0x8febe0[_0xe17c2f(0xd6)][_0xe17c2f(0x1c5)]==_0x8febe0[_0xe17c2f(0x22d)][_0xe17c2f(0x1c2)]?_0x462cf4[_0xe17c2f(0x207)](_0x8febe0[_0xe17c2f(0x22d)][_0xe17c2f(0x1c2)],'on'):_0x462cf4[_0xe17c2f(0x207)](_0x8febe0),this[_0xe17c2f(0x209)][_0xe17c2f(0x1c8)](_0x1faf44,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4feb32=(_0x2df46f,_0x3dc674)=>{const _0x3690e8=_0x5966;_0x3dc674&&this[_0x3690e8(0x209)][_0x3690e8(0x1c4)](_0x2960aa=>{const _0x52a506=_0x3690e8,{commandName:_0x5c1854,commandParams:_0x3d33aa=[]}=_0x3dc674,_0x38954b=_0x2df46f[_0x52a506(0x19a)](_0x231004=>(Rt(_0x231004)&&(_0x231004=this[_0x52a506(0x209)][_0x52a506(0x1c3)](_0x231004[_0x52a506(0xd6)])),_0x231004))[_0x52a506(0x23e)](_0x526de3=>_0x52a506(0x11e)!==_0x526de3[_0x52a506(0xd5)][_0x52a506(0x1a1)]);if(_0x38954b[_0x52a506(0x1f9)]<0x1)return;const _0x13581a=Array[_0x52a506(0x19e)](this[_0x52a506(0x209)][_0x52a506(0x1e6)][_0x52a506(0x1b8)][_0x52a506(0x233)]())[_0x52a506(0x19a)](_0x4a6e2e=>_0x211b66[_0x52a506(0xd7)](_0x4a6e2e));_0x2960aa[_0x52a506(0x211)](_0x38954b);for(const _0x522f88 of this[_0x52a506(0x200)][_0x52a506(0x1d8)][_0x52a506(0x1d8)]())_0x522f88[_0x52a506(0xf6)]();_0x3d33aa[_0x52a506(0x204)]({'forceDefaultExecution':!0x0}),this[_0x52a506(0x200)][_0x52a506(0x17d)](_0x5c1854,..._0x3d33aa);const _0x544896=_0x13581a[_0x52a506(0x23e)](_0x2ef104=>_0x52a506(0x11e)!=_0x2ef104[_0x52a506(0xd5)][_0x52a506(0x1a1)]);_0x544896[_0x52a506(0x1f9)]>0x0&&_0x2960aa[_0x52a506(0x211)](_0x544896);for(const _0x50c5c7 of _0x13581a)_0x50c5c7[_0x52a506(0x110)]();});},_0x3588df=(_0x40469c,_0x4dcb74)=>0x1==_0x40469c[_0x2ea378(0x1f9)]&&0x1==_0x4dcb74[_0x2ea378(0x1f9)]&&_0x40469c[0x0][_0x2ea378(0xd6)][_0x2ea378(0x17e)](_0x4dcb74[0x0][_0x2ea378(0x22d)]),_0x4d9197=(_0x936a6b,_0x5a9801,_0x45f1d7,_0x3d3956)=>Gt(_0x936a6b,_0x5a9801,_0x45f1d7,_0x3d3956,this[_0x2ea378(0x209)])?[_0x936a6b,_0x5a9801]:Gt(_0x5a9801,_0x936a6b,_0x3d3956,_0x45f1d7,this[_0x2ea378(0x209)])?[_0x5a9801,_0x936a6b]:null;this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x1a3),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x20a),_0x1b5710),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xeb),_0x3588df),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xa9),_0x4d9197),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x12c),_0x1b5710),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x20f),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x1fa),_0x3588df),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x1dd),_0x4d9197),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xb1),_0x4feb32),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xee),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xba),_0x3588df),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xae),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x117),_0x4feb32),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xb3),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x1d6),_0x3588df),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x199),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x1c0),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x135),(_0x1f8cad,_0x41342d)=>{const _0x5bbb3b=_0x2ea378;if(!_0x41342d)return;const _0x575f50=this[_0x5bbb3b(0x200)][_0x5bbb3b(0x1f2)][_0x5bbb3b(0x221)](p);this[_0x5bbb3b(0x209)][_0x5bbb3b(0x1c4)](_0xf0abbb=>{const _0x1ab4b4=_0x5bbb3b;if(_0x1ab4b4(0x24e)==_0x41342d[_0x1ab4b4(0x162)])for(const _0x3c14eb of _0x1f8cad){const _0x21cec3=_0x3c14eb[_0x1ab4b4(0x22d)][_0x1ab4b4(0x1c2)],_0x369be8=_0x41342d[_0x1ab4b4(0x10d)];_0xf0abbb[_0x1ab4b4(0xd0)](_0x21cec3,_0x369be8);}else{if(_0x575f50[_0x1ab4b4(0x15b)](_0x41342d[_0x1ab4b4(0x162)])){for(const _0x127a9d of _0x1f8cad)void 0x0!==_0x41342d[_0x1ab4b4(0x10d)]?_0xf0abbb[_0x1ab4b4(0x235)](_0x41342d[_0x1ab4b4(0x162)],_0x41342d[_0x1ab4b4(0x10d)],_0x127a9d[_0x1ab4b4(0x22d)][_0x1ab4b4(0x1c2)]):_0xf0abbb[_0x1ab4b4(0x18b)](_0x41342d[_0x1ab4b4(0x162)],_0x127a9d[_0x1ab4b4(0x22d)][_0x1ab4b4(0x1c2)]);}else{for(const _0xb310f0 of _0x1f8cad)_0x41342d[_0x1ab4b4(0x10d)]?_0xf0abbb[_0x1ab4b4(0x235)](_0x41342d[_0x1ab4b4(0x162)],_0x41342d[_0x1ab4b4(0x10d)],_0xb310f0):_0xf0abbb[_0x1ab4b4(0x18b)](_0x41342d[_0x1ab4b4(0x162)],_0xb310f0);}}});}),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x210),_0x3588df);}}function xt(_0x17030b,_0x19e5e3,_0x1f3db4){const _0x24db21=_0x1de4b5;for(const _0x39e072 of _0x19e5e3[_0x24db21(0x1c5)][_0x24db21(0x21f)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x39e072[_0x24db21(0xd5)]==_0x39e072)return!0x1;if(!_0x1f3db4[_0x24db21(0x156)](_0x39e072))return!0x1;if(_0x17030b[_0x24db21(0x1b9)](_0x39e072)||_0x17030b[_0x24db21(0x1b1)](_0x39e072))return!0x0;}return!0x1;}function Rt(_0xfd25e6){const _0x42ba0c=_0x1de4b5;return _0xfd25e6[_0x42ba0c(0xd6)][_0x42ba0c(0x1c5)]==_0xfd25e6[_0x42ba0c(0x22d)][_0x42ba0c(0x1c2)]&&_0xfd25e6[_0x42ba0c(0xd6)][_0x42ba0c(0xb9)];}function Tt(_0x229d3c,_0x5da3a3,_0x4bf083,_0x1b46cb){const _0x184fc9=_0x1de4b5,_0x4e348e=_0x1049ff=>!_0x1049ff[_0x184fc9(0x107)]['is'](_0x184fc9(0x1d5))&&!_0x1b46cb[_0x184fc9(0x1b9)](_0x1049ff[_0x184fc9(0x107)]),_0x3775bf=_0x229d3c[_0x184fc9(0x22d)][_0x184fc9(0x116)](_0x4e348e),_0x5427de=_0x229d3c[_0x184fc9(0xd6)][_0x184fc9(0x116)](_0x4e348e,{'direction':_0x184fc9(0x130)});return(!_0x229d3c[_0x184fc9(0x22d)][_0x184fc9(0x17e)](_0x3775bf)||!_0x229d3c[_0x184fc9(0xd6)][_0x184fc9(0x17e)](_0x5427de))&&(_0x3775bf[_0x184fc9(0x1bd)](_0x5427de)?_0x4bf083[_0x184fc9(0x241)](_0x5da3a3,{'range':_0x4bf083[_0x184fc9(0x1c3)](_0x3775bf,_0x5427de)}):_0x4bf083[_0x184fc9(0x1cd)](_0x5da3a3),!0x0);}function Et(_0x977bbd){return _0x3cbb16(_0x977bbd);}function Vt(_0x2087d8){const _0x30fe86=_0x1de4b5,_0x4d1732=_0x2087d8[_0x30fe86(0x22d)][_0x30fe86(0x1c2)];return _0x4d1732&&_0x4d1732['is'](_0x30fe86(0xb2));}function Ut(_0x44adec,_0x2a7a83){const _0x484f86=_0x1de4b5;return null==_0x44adec[_0x484f86(0xd6)][_0x484f86(0xc9)]&&_0x44adec[_0x484f86(0xd6)][_0x484f86(0x1c5)]==_0x44adec[_0x484f86(0x22d)][_0x484f86(0x1c2)]?Ot(_0x44adec[_0x484f86(0x22d)][_0x484f86(0x1c2)],_0x2a7a83):_0x44adec;}function Ot(_0xb78bda,_0x3bac91){const _0x558876=_0x1de4b5,_0x41a0a7=_0x3bac91[_0x558876(0x1e3)][_0x558876(0x1b9)](_0xb78bda)||_0x3bac91[_0x558876(0x1e3)][_0x558876(0x1f7)](_0xb78bda);return _0x3bac91[_0x558876(0x1c3)](_0x3bac91[_0x558876(0x160)](_0xb78bda,_0x558876(0x158)),_0x41a0a7?_0x3bac91[_0x558876(0x177)](_0xb78bda):_0x3bac91[_0x558876(0x160)](_0xb78bda,_0x558876(0xd6)));}function Gt(_0x2b6955,_0x1fe1a2,_0x5eb34d,_0x38f6ad,_0x3d8830){const _0x2fb269=_0x1de4b5;if(!Ft(_0x2b6955,_0x1fe1a2))return!0x1;if(_0x5eb34d[_0x2fb269(0xd6)][_0x2fb269(0x17e)](_0x38f6ad[_0x2fb269(0x22d)]))return!0x0;if(_0x2b6955[_0x2fb269(0x12f)]!=_0x1fe1a2[_0x2fb269(0x12f)])return!0x1;if(!_0x5eb34d[_0x2fb269(0xd6)][_0x2fb269(0x13b)](_0x38f6ad[_0x2fb269(0x22d)]))return!0x1;const _0xc80b06=_0x3d8830[_0x2fb269(0x1c3)](_0x5eb34d[_0x2fb269(0xd6)],_0x38f6ad[_0x2fb269(0x22d)])[_0x2fb269(0x1eb)]();for(const _0x5ccfaa of _0xc80b06)if([_0x2fb269(0x159),_0x2fb269(0xdd)][_0x2fb269(0x1fb)](_0x5ccfaa[_0x2fb269(0x12f)])&&_0x3d8830[_0x2fb269(0x1e3)][_0x2fb269(0x1b1)](_0x5ccfaa[_0x2fb269(0x107)]))return!0x1;return!0x0;}function Ft(_0x5170e2,_0x325911,_0x3ab173=[]){const _0x4cbca3=_0x1de4b5;return!(!_0x5170e2[_0x4cbca3(0xff)]||!_0x325911[_0x4cbca3(0xff)])&&_0x50e745(_0x200432(_0x5170e2[_0x4cbca3(0x114)],_0x3ab173),_0x200432(_0x325911[_0x4cbca3(0x114)],_0x3ab173));}function Pt(_0x3799b8,_0x9a1a98){const _0x5c467a=_0x1de4b5,_0x19eb6a=Lt(_0x3799b8[_0x5c467a(0x114)]),_0x205e43=Lt(_0x9a1a98);if(!_0x3799b8[_0x5c467a(0xff)])return!0x1;for(const _0x465cb7 of Object[_0x5c467a(0xa0)](_0x205e43))if(!_0x50e745(_0x19eb6a[_0x465cb7],_0x205e43[_0x465cb7]))return!0x1;return!0x0;}function Lt(_0x5ee279){const _0x4da961=_0x1de4b5,_0x562a00=Object[_0x4da961(0x1f4)]({},_0x5ee279);return delete _0x562a00[_0x4da961(0x1a7)],delete _0x562a00[_0x4da961(0x152)],_0x562a00;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x31a1(){const _0x57cfe5=['descriptionParts','destroy','editor','suggestionLoaded','refreshSelectedViews','editing','getByInnerView','get','some','lowest','646785SRqNhE','plugins','_bindAnnotationToEditors','getDescriptions','comments.maxCommentCharsWhenCollapsed','value','toMany','Annotations','activeMarkers','2009199usMKNQ','trackChanges','_refreshActiveMarkers','map','commentThread','comments.editorConfig','comments','getJoined','pluginName','innerView','getMarkers','arrowView','_destroyController','model','3670WzBtzw','95OkVJKw','suggestionChanged','separator','TrackChangesEditing','_updateController','_handleControllerBuffer','_suggestionToController','Track\x20changes','suggestion-','change:activeAnnotations','CommentsUI','delete','from','hasSuggestion','type','push','Accept\x20all\x20suggestions','isMultiRange','buttonView','getMarkerNames','TrackChangesUI','config','discardAllSuggestions','init','createAnnotation','_annotationViews','commandName','acceptSelectedSuggestions','comments.maxThreadTotalWeight','actionView','change:previous','trackChanges.SuggestionThreadView','discardSelectedSuggestions','unbind','isOn','_viewToController','84172RQqDFa','EditorAnnotations','Discard\x20all\x20suggestions','previous','_createUIButton','clear','getRanges','bind','commands','createAnnotationView','Discard\x20all\x20selected\x20suggestions','CommentsRepository','componentFactory','listenTo','locale','isEnabled','CommentView','suggestionUnloaded','add','getFirstRange','isDirty','8026400oqKChW','length','switchbutton','createCommentThreadController','_descriptionFactory','discardButton','has','_handleSuggestionControllerDelayed','2844anJXJf','getAllAdjacentSuggestions','execute','keys','values','2464ifwZJp','focus','source','set','reduce','registerAnnotation','_disableComments','26766PCHuTW','comments.maxCommentsWhenCollapsed','trackChanges.disableComments','stopListening','1268664qiWNXQ','size','getSuggestion','button','activeAnnotations','SuggestionThreadView','head','mainView','Accept\x20all\x20selected\x20suggestions','acceptAllSuggestions','requires','filter','isInContent','view','addSourceCollector','remove','addComment','acceptButton','define','_unbindEditors','_initializeController'];_0x31a1=function(){return _0x57cfe5;};return _0x31a1();}const _0x3a52dd=_0x4dba;(function(_0x5b6249,_0x41e556){const _0x4b9939=_0x4dba,_0x3d3216=_0x5b6249();while(!![]){try{const _0x2d3a51=-parseInt(_0x4b9939(0x1f0))/0x1+parseInt(_0x4b9939(0x1d1))/0x2+parseInt(_0x4b9939(0x171))/0x3+-parseInt(_0x4b9939(0x1a4))/0x4*(parseInt(_0x4b9939(0x180))/0x5)+parseInt(_0x4b9939(0x1c1))/0x6*(parseInt(_0x4b9939(0x1c6))/0x7)+-parseInt(_0x4b9939(0x1b9))/0x8+-parseInt(_0x4b9939(0x1cd))/0x9*(-parseInt(_0x4b9939(0x17f))/0xa);if(_0x2d3a51===_0x41e556)break;else _0x3d3216['push'](_0x3d3216['shift']());}catch(_0x53d062){_0x3d3216['push'](_0x3d3216['shift']());}}}(_0x31a1,0x7d1d5));function _0x4dba(_0x1ce1e0,_0x41a83f){const _0x31a13d=_0x31a1();return _0x4dba=function(_0x4dbaf7,_0x266b4b){_0x4dbaf7=_0x4dbaf7-0x169;let _0x5b4a15=_0x31a13d[_0x4dbaf7];return _0x5b4a15;},_0x4dba(_0x1ce1e0,_0x41a83f);}import{Plugin as _0x15e275}from'ckeditor5/src/core.js';import{Collection as _0x4df4b3}from'ckeditor5/src/utils.js';import{ViewModel as _0x77ac9e,SplitButtonView as _0x5bd038,createDropdown as _0x5e63a2,addListToDropdown as _0x532c8b}from'ckeditor5/src/ui.js';import{Users as _0x45bca5,getDateTimeFormatter as _0x480f47,getAllMarkersDomElementsSorted as _0x1028de}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x35741d from'./trackchangesediting.js';import _0x3fc296 from'./ui/suggestioncontroller.js';import _0x67b5cc from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x4a4b28}from'./utils/common-translations.js';import _0x5747dc from'../theme/icons/track-changes.svg';export default class d extends _0x15e275{static get[_0x3a52dd(0x1db)](){const _0x3e2cda=_0x3a52dd;return[_0x35741d,_0x45bca5,_0x3e2cda(0x1af),_0x3e2cda(0x16f),_0x3e2cda(0x1a5)];}static get[_0x3a52dd(0x179)](){const _0x33a24d=_0x3a52dd;return _0x33a24d(0x194);}constructor(_0x28b5f6){const _0x52b911=_0x3a52dd;super(_0x28b5f6),this[_0x52b911(0x186)]=new Map(),this[_0x52b911(0x1a3)]=new Map(),this[_0x52b911(0x199)]=new Map(),this[_0x52b911(0x185)]=new Map();const _0x2f517e=this[_0x52b911(0x1e8)][_0x52b911(0x195)];_0x2f517e[_0x52b911(0x1e3)](_0x52b911(0x19f),_0x67b5cc),_0x2f517e[_0x52b911(0x1e3)](_0x52b911(0x1cf),!0x1),this[_0x52b911(0x1cc)]=_0x2f517e[_0x52b911(0x1ed)](_0x52b911(0x1cf));}[_0x3a52dd(0x1c0)](_0x5d9e6d,_0x497536){const _0x4389c5=_0x3a52dd;0x0===this[_0x4389c5(0x185)][_0x4389c5(0x1d2)]&&setTimeout(()=>{const _0x2ad7f6=_0x4389c5;for(const [_0x2587b9,_0x501b92]of this[_0x2ad7f6(0x185)]){const _0xcebb34=this[_0x2ad7f6(0x186)][_0x2ad7f6(0x1bf)](_0x2587b9);_0xcebb34||_0x501b92?_0xcebb34&&_0x501b92&&this[_0x2ad7f6(0x17d)](_0x2587b9):this[_0x2ad7f6(0x1e5)](_0x2587b9);}this[_0x2ad7f6(0x185)][_0x2ad7f6(0x1a9)](),this[_0x2ad7f6(0x1e8)][_0x2ad7f6(0x169)][_0x2ad7f6(0x1ed)](_0x2ad7f6(0x1a5))[_0x2ad7f6(0x1ea)](),this[_0x2ad7f6(0x173)]();},0xa),this[_0x4389c5(0x185)][_0x4389c5(0x1c9)](_0x5d9e6d,_0x497536);}[_0x3a52dd(0x197)](){const _0x35d13e=_0x3a52dd,_0x1ca472=this[_0x35d13e(0x1e8)],_0x298853=_0x1ca472[_0x35d13e(0x169)][_0x35d13e(0x1ed)](_0x35d13e(0x183)),_0x2ff54c=_0x1ca472[_0x35d13e(0x169)][_0x35d13e(0x1ed)](_0x35d13e(0x16f)),_0xa7dd0c=_0x1ca472[_0x35d13e(0x169)][_0x35d13e(0x1ed)](_0x35d13e(0x1a5)),_0x5d1803=_0x1ca472[_0x35d13e(0x169)][_0x35d13e(0x1ed)](_0x35d13e(0x1af));_0x1ca472['ui'][_0x35d13e(0x1b0)][_0x35d13e(0x1b6)](_0x35d13e(0x172),_0x4e873a=>this[_0x35d13e(0x1a8)](_0x4e873a)),_0xa7dd0c[_0x35d13e(0x1df)](()=>{const _0x3826f4=_0x35d13e,_0x2a9bc8=[];for(const [_0x44dda5,_0x1ae3d4]of Array[_0x3826f4(0x18c)](this[_0x3826f4(0x186)])){const _0x393fcf=_0x44dda5[_0x3826f4(0x1c2)](),_0x4af605=[];for(const _0x2c73fa of _0x393fcf){if(!_0x2c73fa[_0x3826f4(0x1dd)])continue;if(_0x2c73fa[_0x3826f4(0x191)]){_0x4af605[_0x3826f4(0x18f)](..._0x2c73fa[_0x3826f4(0x1aa)]());continue;}const _0xdbeac=_0x2c73fa[_0x3826f4(0x1b7)]();if(_0x4af605[_0x3826f4(0x1ba)]>0x0){const _0x27b15b=_0x4af605[0x0][_0x3826f4(0x178)](_0xdbeac);if(_0x27b15b){_0x4af605[0x0]=_0x27b15b;continue;}}_0x4af605[_0x3826f4(0x18f)](_0xdbeac);}_0x2a9bc8[_0x3826f4(0x18f)]([_0x1ae3d4[_0x3826f4(0x1de)],_0x4af605]);}return _0x2a9bc8;}),this[_0x35d13e(0x1b1)](_0x298853,_0x35d13e(0x1e9),(_0x3adfca,_0x141c7d)=>{const _0x42d70=_0x35d13e;this[_0x42d70(0x1b1)](_0x141c7d,_0x42d70(0x19e),(_0x523a97,_0x54df24,_0xbe9cc5,_0x4b5a9b)=>{const _0x2ac9b5=_0x42d70;_0x141c7d[_0x2ac9b5(0x1dd)]&&(null==_0xbe9cc5?(this[_0x2ac9b5(0x184)](_0x4b5a9b[_0x2ac9b5(0x1d7)]),this[_0x2ac9b5(0x1c0)](_0x141c7d,!0x1)):(this[_0x2ac9b5(0x184)](_0xbe9cc5[_0x2ac9b5(0x1d7)]),null==_0x4b5a9b&&this[_0x2ac9b5(0x1c0)](_0x141c7d,!0x0)));}),null!==_0x141c7d[_0x42d70(0x1a7)]?this[_0x42d70(0x184)](_0x141c7d[_0x42d70(0x1d7)]):this[_0x42d70(0x1c0)](_0x141c7d,!0x1);}),this[_0x35d13e(0x1b1)](_0x298853,_0x35d13e(0x1b5),(_0x41aca9,_0x263c9d,_0x8c1c1a)=>{const _0x46d5ba=_0x35d13e;this[_0x46d5ba(0x1d0)](_0x263c9d,_0x46d5ba(0x19e)),this[_0x46d5ba(0x185)][_0x46d5ba(0x18b)](_0x263c9d),this[_0x46d5ba(0x186)][_0x46d5ba(0x1bf)](_0x263c9d)&&this[_0x46d5ba(0x17d)](_0x263c9d),_0x8c1c1a&&this[_0x46d5ba(0x184)](_0x8c1c1a[_0x46d5ba(0x1d7)]);}),this[_0x35d13e(0x1b1)](_0x298853,_0x35d13e(0x181),(_0x43b9b7,_0x5f9992)=>{const _0x4a39dc=_0x35d13e;this[_0x4a39dc(0x184)](_0x5f9992);}),this[_0x35d13e(0x1b1)](_0x2ff54c,_0x35d13e(0x189),()=>{const _0x54f588=_0x35d13e;this[_0x54f588(0x173)]();}),this[_0x35d13e(0x1b1)](_0x5d1803,_0x35d13e(0x1e1),(_0x17ef0b,{threadId:_0x1cf277,isFromAdapter:_0x5b4935})=>{const _0x4d8739=_0x35d13e;if(_0x5b4935||!_0x298853[_0x4d8739(0x18d)](_0x1cf277))return;const _0x25db62=_0x298853[_0x4d8739(0x1d3)](_0x1cf277);this[_0x4d8739(0x186)][_0x4d8739(0x1ed)](_0x25db62)[_0x4d8739(0x1de)][_0x4d8739(0x1c7)]();},{'priority':_0x35d13e(0x1ef)});}[_0x3a52dd(0x173)](){const _0x108197=_0x3a52dd,_0x5da2b9=this[_0x108197(0x1e8)][_0x108197(0x169)][_0x108197(0x1ed)](_0x108197(0x16f)),_0x4cc944=this[_0x108197(0x1e8)][_0x108197(0x169)][_0x108197(0x1ed)](_0x108197(0x183)),_0x39dc89=Array[_0x108197(0x18c)](_0x5da2b9[_0x108197(0x1d5)],_0x2c604d=>_0x2c604d[_0x108197(0x17a)])[_0x108197(0x1dc)](_0x5ee3e9=>this[_0x108197(0x1a3)][_0x108197(0x1bf)](_0x5ee3e9)),_0x12df58=[];for(const _0x1768dc of _0x39dc89){const _0x2f9724=this[_0x108197(0x1a3)][_0x108197(0x1ed)](_0x1768dc)[_0x108197(0x17e)][_0x108197(0x1c2)]();_0x12df58[_0x108197(0x18f)](..._0x2f9724[_0x108197(0x1ca)]((_0x53eb47,_0x4436b8)=>[..._0x53eb47,..._0x4436b8[_0x108197(0x193)]()],[]));}_0x4cc944[_0x108197(0x170)]=_0x12df58;}[_0x3a52dd(0x1a8)](_0x22272e){const _0x1013e6=_0x3a52dd,_0x5e130e=_0x5e63a2(_0x22272e,_0x5bd038),_0x2fe25a=this[_0x1013e6(0x1e8)][_0x1013e6(0x1ac)][_0x1013e6(0x1ed)](_0x1013e6(0x172)),_0x14b4b5=_0x4a4b28(_0x22272e,_0x1013e6(0x187));_0x5e130e[_0x1013e6(0x192)][_0x1013e6(0x1c9)]({'tooltip':_0x14b4b5,'label':_0x14b4b5,'icon':_0x5747dc}),_0x5e130e[_0x1013e6(0x192)][_0x1013e6(0x1ab)](_0x1013e6(0x1a2))['to'](_0x2fe25a,_0x1013e6(0x16d)),_0x5e130e[_0x1013e6(0x192)]['on'](_0x1013e6(0x1c3),()=>{const _0x54bc5d=_0x1013e6;_0x2fe25a[_0x54bc5d(0x1c3)](),this[_0x54bc5d(0x1e8)][_0x54bc5d(0x1eb)][_0x54bc5d(0x1de)][_0x54bc5d(0x1c7)]();});const _0x4a2127=new _0x4df4b3(),_0x1e52ad=[{'type':_0x1013e6(0x1bb),'model':{'withText':!0x0,'label':_0x14b4b5,'commandName':_0x1013e6(0x172)}},{'type':_0x1013e6(0x182)},{'type':_0x1013e6(0x1d4),'model':{'withText':!0x0,'label':_0x4a4b28(_0x22272e,_0x1013e6(0x190)),'commandName':_0x1013e6(0x1da)}},{'type':_0x1013e6(0x1d4),'model':{'withText':!0x0,'label':_0x4a4b28(_0x22272e,_0x1013e6(0x1d9)),'commandName':_0x1013e6(0x19b)}},{'type':_0x1013e6(0x1d4),'model':{'withText':!0x0,'label':_0x4a4b28(_0x22272e,_0x1013e6(0x1a6)),'commandName':_0x1013e6(0x196)}},{'type':_0x1013e6(0x1d4),'model':{'withText':!0x0,'label':_0x4a4b28(_0x22272e,_0x1013e6(0x1ae)),'commandName':_0x1013e6(0x1a0)}}];for(const _0x2d8ed5 of _0x1e52ad){let _0x40792d={'type':_0x1013e6(0x182)};if(_0x2d8ed5[_0x1013e6(0x17e)]){const _0x194f3c=new _0x77ac9e(_0x2d8ed5[_0x1013e6(0x17e)]),_0x2b08c4=this[_0x1013e6(0x1e8)][_0x1013e6(0x1ac)][_0x1013e6(0x1ed)](_0x194f3c[_0x1013e6(0x19a)]);_0x194f3c[_0x1013e6(0x1ab)](_0x1013e6(0x1a2),_0x1013e6(0x1b3))['to'](_0x2b08c4,_0x1013e6(0x16d),_0x1013e6(0x1b3)),_0x40792d={'type':_0x2d8ed5[_0x1013e6(0x18e)],'model':_0x194f3c};}_0x4a2127[_0x1013e6(0x1b6)](_0x40792d);}_0x532c8b(_0x5e130e,_0x4a2127);const _0x8285f6=_0x1e52ad[_0x1013e6(0x1dc)](_0x188dbe=>null!=_0x188dbe[_0x1013e6(0x17e)])[_0x1013e6(0x174)](_0x47aa5d=>this[_0x1013e6(0x1e8)][_0x1013e6(0x1ac)][_0x1013e6(0x1ed)](_0x47aa5d[_0x1013e6(0x17e)][_0x1013e6(0x19a)])),_0x1fe385=_0x5e130e[_0x1013e6(0x192)];return _0x1fe385[_0x1013e6(0x19d)][_0x1013e6(0x1a1)](_0x1013e6(0x1b3)),_0x1fe385[_0x1013e6(0x17c)][_0x1013e6(0x1a1)](_0x1013e6(0x1b3)),_0x1fe385[_0x1013e6(0x19d)][_0x1013e6(0x1ab)](_0x1013e6(0x1b3))['to'](_0x2fe25a,_0x1013e6(0x1b3)),_0x1fe385[_0x1013e6(0x17c)][_0x1013e6(0x1ab)](_0x1013e6(0x1b3))[_0x1013e6(0x16e)](_0x8285f6,_0x1013e6(0x1b3),(..._0xb1d49f)=>_0xb1d49f[_0x1013e6(0x1ee)](_0x24d1c3=>_0x24d1c3)),_0x5e130e['on'](_0x1013e6(0x1c3),_0x23413c=>{const _0x48ea14=_0x1013e6;this[_0x48ea14(0x1e8)][_0x48ea14(0x1c3)](_0x23413c[_0x48ea14(0x1c8)][_0x48ea14(0x19a)]),this[_0x48ea14(0x1e8)][_0x48ea14(0x1eb)][_0x48ea14(0x1de)][_0x48ea14(0x1c7)]();}),_0x5e130e;}[_0x3a52dd(0x1e5)](_0x10be5b){const _0x2f0a19=_0x3a52dd,_0x26c0a6=this[_0x2f0a19(0x1e8)],_0x32125f=_0x26c0a6[_0x2f0a19(0x195)],_0xf87be5=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x2f0a19(0x16f)),_0xf30d39=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x2f0a19(0x1af)),_0x3384cf=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x2f0a19(0x1a5)),_0x347626=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x45bca5)['me'],_0x1ac084=_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x172))[_0x2f0a19(0x1d6)],{CommentsListView:_0xc5229f,CommentThreadInputView:_0x1565fa}=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x2f0a19(0x18a));let _0x259bf3,_0x35cc2a;this[_0x2f0a19(0x199)][_0x2f0a19(0x1bf)](_0x10be5b['id'])?(_0x35cc2a=this[_0x2f0a19(0x199)][_0x2f0a19(0x1ed)](_0x10be5b['id']),_0x259bf3=_0x35cc2a[_0x2f0a19(0x1d8)]):(_0x259bf3=new _0x1ac084(_0x26c0a6[_0x2f0a19(0x1b2)],_0x10be5b,_0x347626,{'disableComments':this[_0x2f0a19(0x1cc)],'editorConfig':_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x176)),'maxCommentsWhenCollapsed':_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x1ce)),'maxThreadTotalWeight':_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x19c)),'maxCommentCharsWhenCollapsed':_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x16c)),'formatDateTime':_0x480f47(_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x1b2))),'CommentView':_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x177))[_0x2f0a19(0x1b4)],'CommentsListView':_0xc5229f,'CommentThreadInputView':_0x1565fa}),_0x259bf3[_0x2f0a19(0x1e2)]['on'](_0x2f0a19(0x1c3),()=>{const _0x4ea388=_0x2f0a19;_0x26c0a6[_0x4ea388(0x1eb)][_0x4ea388(0x1de)][_0x4ea388(0x1c7)]();}),_0x259bf3[_0x2f0a19(0x1be)]['on'](_0x2f0a19(0x1c3),()=>{const _0x2af5a6=_0x2f0a19;_0x26c0a6[_0x2af5a6(0x1eb)][_0x2af5a6(0x1de)][_0x2af5a6(0x1c7)]();}),_0x35cc2a=_0xf87be5[_0x2f0a19(0x1ad)](this[_0x2f0a19(0x1e8)][_0x2f0a19(0x1b2)],_0x259bf3),_0x35cc2a[_0x2f0a19(0x1ab)](_0x2f0a19(0x1b8))['to'](_0x259bf3,_0x2f0a19(0x1b8)),_0x35cc2a[_0x2f0a19(0x1ab)](_0x2f0a19(0x1ba))['to'](_0x259bf3),_0x35cc2a[_0x2f0a19(0x1ab)](_0x2f0a19(0x18e))['to'](_0x259bf3,_0x2f0a19(0x18e),_0xd204e5=>_0x2f0a19(0x188)+_0xd204e5),this[_0x2f0a19(0x199)][_0x2f0a19(0x1c9)](_0x10be5b['id'],_0x35cc2a));const _0x28db85=_0xf30d39[_0x2f0a19(0x1bc)](_0x10be5b[_0x2f0a19(0x175)],_0x259bf3),_0x4efcaf=new _0x3fc296(_0x26c0a6,_0x10be5b,_0x259bf3,_0x28db85),_0x784913=_0x10be5b[_0x2f0a19(0x1c2)]()[_0x2f0a19(0x1dc)](_0x62c8d7=>_0x62c8d7[_0x2f0a19(0x1dd)]);_0x259bf3[_0x2f0a19(0x1e6)]=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x2f0a19(0x183))[_0x2f0a19(0x1bd)][_0x2f0a19(0x16b)](_0x784913),this[_0x2f0a19(0x186)][_0x2f0a19(0x1c9)](_0x10be5b,_0x4efcaf),this[_0x2f0a19(0x1a3)][_0x2f0a19(0x1c9)](_0x259bf3,_0x4efcaf);const _0x265d07=_0xf87be5[_0x2f0a19(0x198)]({'view':_0x35cc2a,'target':()=>{const _0x44b05e=_0x2f0a19,_0x47a758=[],_0x3e8e85=_0x10be5b[_0x44b05e(0x1c2)]()[_0x44b05e(0x1dc)](_0x440130=>_0x440130[_0x44b05e(0x1dd)]);for(const _0x2dcce4 of _0x3e8e85)_0x47a758[_0x44b05e(0x18f)](..._0x2dcce4[_0x44b05e(0x17b)]());return _0x1028de(_0x26c0a6[_0x44b05e(0x1eb)],_0x47a758);},'type':()=>_0x2f0a19(0x188)+_0x4efcaf[_0x2f0a19(0x1de)][_0x2f0a19(0x18e)]});_0xf30d39[_0x2f0a19(0x16a)](_0x259bf3,_0x265d07),_0xf87be5[_0x2f0a19(0x1b6)](_0x265d07),_0x3384cf[_0x2f0a19(0x1cb)](_0x265d07);}[_0x3a52dd(0x17d)](_0x1a7b8c){const _0x1d7424=_0x3a52dd,_0x103522=this[_0x1d7424(0x1e8)][_0x1d7424(0x169)][_0x1d7424(0x1ed)](_0x1d7424(0x1af)),_0x5ae20c=this[_0x1d7424(0x1e8)][_0x1d7424(0x169)][_0x1d7424(0x1ed)](_0x1d7424(0x16f)),_0x43f590=this[_0x1d7424(0x186)][_0x1d7424(0x1ed)](_0x1a7b8c),_0x3d4b41=_0x43f590[_0x1d7424(0x1de)],_0x408458=_0x5ae20c[_0x1d7424(0x1ec)](_0x3d4b41);_0x103522[_0x1d7424(0x1e4)](_0x3d4b41),_0x408458&&_0x5ae20c[_0x1d7424(0x1e0)](_0x408458),this[_0x1d7424(0x186)][_0x1d7424(0x18b)](_0x1a7b8c),this[_0x1d7424(0x1a3)][_0x1d7424(0x18b)](_0x3d4b41),_0x43f590[_0x1d7424(0x1e7)]();}[_0x3a52dd(0x184)](_0x1d88c6){const _0x17ecd8=_0x3a52dd;if(!_0x1d88c6[_0x17ecd8(0x1dd)]||!this[_0x17ecd8(0x186)][_0x17ecd8(0x1bf)](_0x1d88c6))return;const _0x55f977=this[_0x17ecd8(0x1e8)][_0x17ecd8(0x169)][_0x17ecd8(0x1ed)](_0x17ecd8(0x183)),_0x32ff53=this[_0x17ecd8(0x186)][_0x17ecd8(0x1ed)](_0x1d88c6),_0xa8e26c=_0x1d88c6[_0x17ecd8(0x1c2)]();_0x32ff53[_0x17ecd8(0x1de)][_0x17ecd8(0x1e6)]=_0x55f977[_0x17ecd8(0x1bd)][_0x17ecd8(0x16b)](_0xa8e26c);}[_0x3a52dd(0x1e7)](){const _0x402c93=_0x3a52dd;for(const _0x1f8931 of this[_0x402c93(0x186)][_0x402c93(0x1c4)]())this[_0x402c93(0x17d)](_0x1f8931);for(const _0x1d4bd0 of this[_0x402c93(0x199)][_0x402c93(0x1c5)]())_0x1d4bd0[_0x402c93(0x1d8)][_0x402c93(0x1e7)]();super[_0x402c93(0x1e7)]();}}
|
|
23
|
+
const _0x5054f6=_0x3904;(function(_0x35455b,_0x56ca31){const _0x1094d7=_0x3904,_0x2f7ad6=_0x35455b();while(!![]){try{const _0x36ae47=-parseInt(_0x1094d7(0x13e))/0x1*(parseInt(_0x1094d7(0x191))/0x2)+parseInt(_0x1094d7(0x1c5))/0x3+-parseInt(_0x1094d7(0x196))/0x4*(-parseInt(_0x1094d7(0x17a))/0x5)+-parseInt(_0x1094d7(0x1bf))/0x6*(-parseInt(_0x1094d7(0x19d))/0x7)+parseInt(_0x1094d7(0x1ac))/0x8+-parseInt(_0x1094d7(0x182))/0x9+-parseInt(_0x1094d7(0x192))/0xa*(parseInt(_0x1094d7(0x1c1))/0xb);if(_0x36ae47===_0x56ca31)break;else _0x2f7ad6['push'](_0x2f7ad6['shift']());}catch(_0x21c59c){_0x2f7ad6['push'](_0x2f7ad6['shift']());}}}(_0x37f4,0x9f4e5));function _0x37f4(){const _0x370337=['Discard\x20all\x20selected\x20suggestions','getRanges','acceptButton','3516112LDRlsr','focus','getJoined','activeAnnotations','actionView','isMultiRange','remove','plugins','_initializeController','suggestionUnloaded','get','CommentsRepository','add','isDirty','_descriptionFactory','suggestion-','source','previous','switchbutton','6833730TwqswN','_createUIButton','4411vHtMuG','CommentsUI','size','execute','3691215Crepmj','acceptAllSuggestions','9qHFMiB','type','has','isInContent','change:previous','push','init','comments.editorConfig','length','getMarkerNames','discardAllSuggestions','descriptionParts','getByInnerView','addComment','Discard\x20all\x20suggestions','CommentView','EditorAnnotations','innerView','reduce','editing','lowest','toMany','values','comments.maxThreadTotalWeight','pluginName','set','filter','button','map','comments.maxCommentCharsWhenCollapsed','_handleSuggestionControllerDelayed','config','isEnabled','getAllAdjacentSuggestions','comments.maxCommentsWhenCollapsed','commandName','trackChanges','_suggestionToController','componentFactory','_unbindEditors','keys','acceptSelectedSuggestions','createAnnotationView','some','unbind','arrowView','_annotationViews','_bindAnnotationToEditors','_refreshActiveMarkers','commentThread','Track\x20changes','createAnnotation','suggestionChanged','delete','addSourceCollector','Accept\x20all\x20selected\x20suggestions','trackChanges.disableComments','getDescriptions','locale','_handleControllerBuffer','755Ikirgf','define','TrackChangesUI','buttonView','getFirstRange','stopListening','trackChanges.SuggestionThreadView','comments','4455144XuqfKb','_disableComments','model','createCommentThreadController','getSuggestion','destroy','listenTo','refreshSelectedViews','discardButton','registerAnnotation','head','activeMarkers','Annotations','bind','SuggestionThreadView','182458DkEsvC','48530DWWevX','from','isOn','mainView','29292BhbZxL','discardSelectedSuggestions','getMarkers','change:activeAnnotations','editor','clear','view','7Ghijih','suggestionLoaded','Accept\x20all\x20suggestions','_updateController','_viewToController','commands','TrackChangesEditing','requires','separator','_destroyController','hasSuggestion','value'];_0x37f4=function(){return _0x370337;};return _0x37f4();}import{Plugin as _0x189d52}from'ckeditor5/src/core.js';import{Collection as _0x51879c}from'ckeditor5/src/utils.js';import{ViewModel as _0x1105d4,SplitButtonView as _0x58f7ec,createDropdown as _0x1fb3cf,addListToDropdown as _0x388cd7}from'ckeditor5/src/ui.js';function _0x3904(_0x4e844b,_0x24783c){const _0x37f478=_0x37f4();return _0x3904=function(_0x39043c,_0x2c0982){_0x39043c=_0x39043c-0x13e;let _0x4153c9=_0x37f478[_0x39043c];return _0x4153c9;},_0x3904(_0x4e844b,_0x24783c);}import{Users as _0x3aea0b,getDateTimeFormatter as _0xc95686,getAllMarkersDomElementsSorted as _0x42b381}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4d6b87 from'./trackchangesediting.js';import _0x1915d3 from'./ui/suggestioncontroller.js';import _0x54783e from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x4e4c7a}from'./utils/common-translations.js';import _0x5d36eb from'../theme/icons/track-changes.svg';export default class d extends _0x189d52{static get[_0x5054f6(0x1a4)](){const _0x9492a8=_0x5054f6;return[_0x4d6b87,_0x3aea0b,_0x9492a8(0x1b7),_0x9492a8(0x18e),_0x9492a8(0x14e)];}static get[_0x5054f6(0x156)](){const _0x5d35b3=_0x5054f6;return _0x5d35b3(0x17c);}constructor(_0x2c55c9){const _0x42d214=_0x5054f6;super(_0x2c55c9),this[_0x42d214(0x163)]=new Map(),this[_0x42d214(0x1a1)]=new Map(),this[_0x42d214(0x16c)]=new Map(),this[_0x42d214(0x179)]=new Map();const _0x1038dd=this[_0x42d214(0x19a)][_0x42d214(0x15d)];_0x1038dd[_0x42d214(0x17b)](_0x42d214(0x180),_0x54783e),_0x1038dd[_0x42d214(0x17b)](_0x42d214(0x176),!0x1),this[_0x42d214(0x183)]=_0x1038dd[_0x42d214(0x1b6)](_0x42d214(0x176));}[_0x5054f6(0x15c)](_0xe5919,_0x2be809){const _0x395ef7=_0x5054f6;0x0===this[_0x395ef7(0x179)][_0x395ef7(0x1c3)]&&setTimeout(()=>{const _0x3f17f0=_0x395ef7;for(const [_0x103155,_0x3591db]of this[_0x3f17f0(0x179)]){const _0x9f8432=this[_0x3f17f0(0x163)][_0x3f17f0(0x140)](_0x103155);_0x9f8432||_0x3591db?_0x9f8432&&_0x3591db&&this[_0x3f17f0(0x1a6)](_0x103155):this[_0x3f17f0(0x1b4)](_0x103155);}this[_0x3f17f0(0x179)][_0x3f17f0(0x19b)](),this[_0x3f17f0(0x19a)][_0x3f17f0(0x1b3)][_0x3f17f0(0x1b6)](_0x3f17f0(0x14e))[_0x3f17f0(0x189)](),this[_0x3f17f0(0x16e)]();},0xa),this[_0x395ef7(0x179)][_0x395ef7(0x157)](_0xe5919,_0x2be809);}[_0x5054f6(0x144)](){const _0x2fad3c=_0x5054f6,_0x3f6e74=this[_0x2fad3c(0x19a)],_0x15d534=_0x3f6e74[_0x2fad3c(0x1b3)][_0x2fad3c(0x1b6)](_0x2fad3c(0x1a3)),_0x55efa1=_0x3f6e74[_0x2fad3c(0x1b3)][_0x2fad3c(0x1b6)](_0x2fad3c(0x18e)),_0xeff9bc=_0x3f6e74[_0x2fad3c(0x1b3)][_0x2fad3c(0x1b6)](_0x2fad3c(0x14e)),_0x305229=_0x3f6e74[_0x2fad3c(0x1b3)][_0x2fad3c(0x1b6)](_0x2fad3c(0x1b7));_0x3f6e74['ui'][_0x2fad3c(0x164)][_0x2fad3c(0x1b8)](_0x2fad3c(0x162),_0x2c6196=>this[_0x2fad3c(0x1c0)](_0x2c6196)),_0xeff9bc[_0x2fad3c(0x174)](()=>{const _0x4de95f=_0x2fad3c,_0x19290c=[];for(const [_0x4b80e8,_0x5ea99a]of Array[_0x4de95f(0x193)](this[_0x4de95f(0x163)])){const _0x2c435d=_0x4b80e8[_0x4de95f(0x15f)](),_0x43e0f4=[];for(const _0x394a81 of _0x2c435d){if(!_0x394a81[_0x4de95f(0x141)])continue;if(_0x394a81[_0x4de95f(0x1b1)]){_0x43e0f4[_0x4de95f(0x143)](..._0x394a81[_0x4de95f(0x1aa)]());continue;}const _0x431af0=_0x394a81[_0x4de95f(0x17e)]();if(_0x43e0f4[_0x4de95f(0x146)]>0x0){const _0x33bfaa=_0x43e0f4[0x0][_0x4de95f(0x1ae)](_0x431af0);if(_0x33bfaa){_0x43e0f4[0x0]=_0x33bfaa;continue;}}_0x43e0f4[_0x4de95f(0x143)](_0x431af0);}_0x19290c[_0x4de95f(0x143)]([_0x5ea99a[_0x4de95f(0x19c)],_0x43e0f4]);}return _0x19290c;}),this[_0x2fad3c(0x188)](_0x15d534,_0x2fad3c(0x19e),(_0x41ad35,_0x1b2a3d)=>{const _0x22c986=_0x2fad3c;this[_0x22c986(0x188)](_0x1b2a3d,_0x22c986(0x142),(_0x4a4f79,_0x36e2a2,_0x209f96,_0x1911f8)=>{const _0x5b421=_0x22c986;_0x1b2a3d[_0x5b421(0x141)]&&(null==_0x209f96?(this[_0x5b421(0x1a0)](_0x1911f8[_0x5b421(0x18c)]),this[_0x5b421(0x15c)](_0x1b2a3d,!0x1)):(this[_0x5b421(0x1a0)](_0x209f96[_0x5b421(0x18c)]),null==_0x1911f8&&this[_0x5b421(0x15c)](_0x1b2a3d,!0x0)));}),null!==_0x1b2a3d[_0x22c986(0x1bd)]?this[_0x22c986(0x1a0)](_0x1b2a3d[_0x22c986(0x18c)]):this[_0x22c986(0x15c)](_0x1b2a3d,!0x1);}),this[_0x2fad3c(0x188)](_0x15d534,_0x2fad3c(0x1b5),(_0xab5c4a,_0x340357,_0x360ea5)=>{const _0x48e605=_0x2fad3c;this[_0x48e605(0x17f)](_0x340357,_0x48e605(0x142)),this[_0x48e605(0x179)][_0x48e605(0x173)](_0x340357),this[_0x48e605(0x163)][_0x48e605(0x140)](_0x340357)&&this[_0x48e605(0x1a6)](_0x340357),_0x360ea5&&this[_0x48e605(0x1a0)](_0x360ea5[_0x48e605(0x18c)]);}),this[_0x2fad3c(0x188)](_0x15d534,_0x2fad3c(0x172),(_0x120739,_0x43c454)=>{const _0x1539ce=_0x2fad3c;this[_0x1539ce(0x1a0)](_0x43c454);}),this[_0x2fad3c(0x188)](_0x55efa1,_0x2fad3c(0x199),()=>{const _0x6885ca=_0x2fad3c;this[_0x6885ca(0x16e)]();}),this[_0x2fad3c(0x188)](_0x305229,_0x2fad3c(0x14b),(_0x323261,{threadId:_0x494e1a,isFromAdapter:_0x14021a})=>{const _0x5de556=_0x2fad3c;if(_0x14021a||!_0x15d534[_0x5de556(0x1a7)](_0x494e1a))return;const _0x371849=_0x15d534[_0x5de556(0x186)](_0x494e1a);this[_0x5de556(0x163)][_0x5de556(0x1b6)](_0x371849)[_0x5de556(0x19c)][_0x5de556(0x1ad)]();},{'priority':_0x2fad3c(0x152)});}[_0x5054f6(0x16e)](){const _0x125570=_0x5054f6,_0x251086=this[_0x125570(0x19a)][_0x125570(0x1b3)][_0x125570(0x1b6)](_0x125570(0x18e)),_0x39de96=this[_0x125570(0x19a)][_0x125570(0x1b3)][_0x125570(0x1b6)](_0x125570(0x1a3)),_0x33a0eb=Array[_0x125570(0x193)](_0x251086[_0x125570(0x1af)],_0x160c7b=>_0x160c7b[_0x125570(0x14f)])[_0x125570(0x158)](_0x5a9455=>this[_0x125570(0x1a1)][_0x125570(0x140)](_0x5a9455)),_0x516d6b=[];for(const _0x618ee1 of _0x33a0eb){const _0x31143e=this[_0x125570(0x1a1)][_0x125570(0x1b6)](_0x618ee1)[_0x125570(0x184)][_0x125570(0x15f)]();_0x516d6b[_0x125570(0x143)](..._0x31143e[_0x125570(0x150)]((_0xfa9231,_0x3c1d53)=>[..._0xfa9231,..._0x3c1d53[_0x125570(0x147)]()],[]));}_0x39de96[_0x125570(0x18d)]=_0x516d6b;}[_0x5054f6(0x1c0)](_0x4ebbe4){const _0x218a7c=_0x5054f6,_0x13c0f0=_0x1fb3cf(_0x4ebbe4,_0x58f7ec),_0x3b7cff=this[_0x218a7c(0x19a)][_0x218a7c(0x1a2)][_0x218a7c(0x1b6)](_0x218a7c(0x162)),_0x3178f6=_0x4e4c7a(_0x4ebbe4,_0x218a7c(0x170));_0x13c0f0[_0x218a7c(0x17d)][_0x218a7c(0x157)]({'tooltip':_0x3178f6,'label':_0x3178f6,'icon':_0x5d36eb}),_0x13c0f0[_0x218a7c(0x17d)][_0x218a7c(0x18f)](_0x218a7c(0x194))['to'](_0x3b7cff,_0x218a7c(0x1a8)),_0x13c0f0[_0x218a7c(0x17d)]['on'](_0x218a7c(0x1c4),()=>{const _0x53b42c=_0x218a7c;_0x3b7cff[_0x53b42c(0x1c4)](),this[_0x53b42c(0x19a)][_0x53b42c(0x151)][_0x53b42c(0x19c)][_0x53b42c(0x1ad)]();});const _0x3656d9=new _0x51879c(),_0x1af3a4=[{'type':_0x218a7c(0x1be),'model':{'withText':!0x0,'label':_0x3178f6,'commandName':_0x218a7c(0x162)}},{'type':_0x218a7c(0x1a5)},{'type':_0x218a7c(0x159),'model':{'withText':!0x0,'label':_0x4e4c7a(_0x4ebbe4,_0x218a7c(0x19f)),'commandName':_0x218a7c(0x1c6)}},{'type':_0x218a7c(0x159),'model':{'withText':!0x0,'label':_0x4e4c7a(_0x4ebbe4,_0x218a7c(0x175)),'commandName':_0x218a7c(0x167)}},{'type':_0x218a7c(0x159),'model':{'withText':!0x0,'label':_0x4e4c7a(_0x4ebbe4,_0x218a7c(0x14c)),'commandName':_0x218a7c(0x148)}},{'type':_0x218a7c(0x159),'model':{'withText':!0x0,'label':_0x4e4c7a(_0x4ebbe4,_0x218a7c(0x1a9)),'commandName':_0x218a7c(0x197)}}];for(const _0x14711e of _0x1af3a4){let _0x2004ad={'type':_0x218a7c(0x1a5)};if(_0x14711e[_0x218a7c(0x184)]){const _0x33c354=new _0x1105d4(_0x14711e[_0x218a7c(0x184)]),_0x3a3414=this[_0x218a7c(0x19a)][_0x218a7c(0x1a2)][_0x218a7c(0x1b6)](_0x33c354[_0x218a7c(0x161)]);_0x33c354[_0x218a7c(0x18f)](_0x218a7c(0x194),_0x218a7c(0x15e))['to'](_0x3a3414,_0x218a7c(0x1a8),_0x218a7c(0x15e)),_0x2004ad={'type':_0x14711e[_0x218a7c(0x13f)],'model':_0x33c354};}_0x3656d9[_0x218a7c(0x1b8)](_0x2004ad);}_0x388cd7(_0x13c0f0,_0x3656d9);const _0x34ef5c=_0x1af3a4[_0x218a7c(0x158)](_0xd266f5=>null!=_0xd266f5[_0x218a7c(0x184)])[_0x218a7c(0x15a)](_0x31a24a=>this[_0x218a7c(0x19a)][_0x218a7c(0x1a2)][_0x218a7c(0x1b6)](_0x31a24a[_0x218a7c(0x184)][_0x218a7c(0x161)])),_0x1eee71=_0x13c0f0[_0x218a7c(0x17d)];return _0x1eee71[_0x218a7c(0x1b0)][_0x218a7c(0x16a)](_0x218a7c(0x15e)),_0x1eee71[_0x218a7c(0x16b)][_0x218a7c(0x16a)](_0x218a7c(0x15e)),_0x1eee71[_0x218a7c(0x1b0)][_0x218a7c(0x18f)](_0x218a7c(0x15e))['to'](_0x3b7cff,_0x218a7c(0x15e)),_0x1eee71[_0x218a7c(0x16b)][_0x218a7c(0x18f)](_0x218a7c(0x15e))[_0x218a7c(0x153)](_0x34ef5c,_0x218a7c(0x15e),(..._0x3666f4)=>_0x3666f4[_0x218a7c(0x169)](_0x10e1f4=>_0x10e1f4)),_0x13c0f0['on'](_0x218a7c(0x1c4),_0x2ee723=>{const _0x90a565=_0x218a7c;this[_0x90a565(0x19a)][_0x90a565(0x1c4)](_0x2ee723[_0x90a565(0x1bc)][_0x90a565(0x161)]),this[_0x90a565(0x19a)][_0x90a565(0x151)][_0x90a565(0x19c)][_0x90a565(0x1ad)]();}),_0x13c0f0;}[_0x5054f6(0x1b4)](_0x1c7225){const _0xe0d83f=_0x5054f6,_0x4a3f11=this[_0xe0d83f(0x19a)],_0x238a1a=_0x4a3f11[_0xe0d83f(0x15d)],_0x31c96b=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0xe0d83f(0x18e)),_0x11f9c2=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0xe0d83f(0x1b7)),_0x57555f=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0xe0d83f(0x14e)),_0x263fd8=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0x3aea0b)['me'],_0x4255f9=_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x162))[_0xe0d83f(0x190)],{CommentsListView:_0x2f72b6,CommentThreadInputView:_0x3cc103}=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0xe0d83f(0x1c2));let _0x3d6344,_0x16e7a2;this[_0xe0d83f(0x16c)][_0xe0d83f(0x140)](_0x1c7225['id'])?(_0x16e7a2=this[_0xe0d83f(0x16c)][_0xe0d83f(0x1b6)](_0x1c7225['id']),_0x3d6344=_0x16e7a2[_0xe0d83f(0x195)]):(_0x3d6344=new _0x4255f9(_0x4a3f11[_0xe0d83f(0x178)],_0x1c7225,_0x263fd8,{'disableComments':this[_0xe0d83f(0x183)],'editorConfig':_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x145)),'maxCommentsWhenCollapsed':_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x160)),'maxThreadTotalWeight':_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x155)),'maxCommentCharsWhenCollapsed':_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x15b)),'formatDateTime':_0xc95686(_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x178))),'CommentView':_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x181))[_0xe0d83f(0x14d)],'CommentsListView':_0x2f72b6,'CommentThreadInputView':_0x3cc103}),_0x3d6344[_0xe0d83f(0x1ab)]['on'](_0xe0d83f(0x1c4),()=>{const _0x28eb95=_0xe0d83f;_0x4a3f11[_0x28eb95(0x151)][_0x28eb95(0x19c)][_0x28eb95(0x1ad)]();}),_0x3d6344[_0xe0d83f(0x18a)]['on'](_0xe0d83f(0x1c4),()=>{const _0x28dbe4=_0xe0d83f;_0x4a3f11[_0x28dbe4(0x151)][_0x28dbe4(0x19c)][_0x28dbe4(0x1ad)]();}),_0x16e7a2=_0x31c96b[_0xe0d83f(0x168)](this[_0xe0d83f(0x19a)][_0xe0d83f(0x178)],_0x3d6344),_0x16e7a2[_0xe0d83f(0x18f)](_0xe0d83f(0x1b9))['to'](_0x3d6344,_0xe0d83f(0x1b9)),_0x16e7a2[_0xe0d83f(0x18f)](_0xe0d83f(0x146))['to'](_0x3d6344),_0x16e7a2[_0xe0d83f(0x18f)](_0xe0d83f(0x13f))['to'](_0x3d6344,_0xe0d83f(0x13f),_0x496f3e=>_0xe0d83f(0x1bb)+_0x496f3e),this[_0xe0d83f(0x16c)][_0xe0d83f(0x157)](_0x1c7225['id'],_0x16e7a2));const _0x1d42d8=_0x11f9c2[_0xe0d83f(0x185)](_0x1c7225[_0xe0d83f(0x16f)],_0x3d6344),_0x33d0f2=new _0x1915d3(_0x4a3f11,_0x1c7225,_0x3d6344,_0x1d42d8),_0x20e817=_0x1c7225[_0xe0d83f(0x15f)]()[_0xe0d83f(0x158)](_0xcbcaab=>_0xcbcaab[_0xe0d83f(0x141)]);_0x3d6344[_0xe0d83f(0x149)]=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0xe0d83f(0x1a3))[_0xe0d83f(0x1ba)][_0xe0d83f(0x177)](_0x20e817),this[_0xe0d83f(0x163)][_0xe0d83f(0x157)](_0x1c7225,_0x33d0f2),this[_0xe0d83f(0x1a1)][_0xe0d83f(0x157)](_0x3d6344,_0x33d0f2);const _0x27bb55=_0x31c96b[_0xe0d83f(0x171)]({'view':_0x16e7a2,'target':()=>{const _0x14946a=_0xe0d83f,_0x539790=[],_0x54639a=_0x1c7225[_0x14946a(0x15f)]()[_0x14946a(0x158)](_0x1c2e1a=>_0x1c2e1a[_0x14946a(0x141)]);for(const _0x544530 of _0x54639a)_0x539790[_0x14946a(0x143)](..._0x544530[_0x14946a(0x198)]());return _0x42b381(_0x4a3f11[_0x14946a(0x151)],_0x539790);},'type':()=>_0xe0d83f(0x1bb)+_0x33d0f2[_0xe0d83f(0x19c)][_0xe0d83f(0x13f)]});_0x11f9c2[_0xe0d83f(0x16d)](_0x3d6344,_0x27bb55),_0x31c96b[_0xe0d83f(0x1b8)](_0x27bb55),_0x57555f[_0xe0d83f(0x18b)](_0x27bb55);}[_0x5054f6(0x1a6)](_0x48428b){const _0xd59444=_0x5054f6,_0x19bee8=this[_0xd59444(0x19a)][_0xd59444(0x1b3)][_0xd59444(0x1b6)](_0xd59444(0x1b7)),_0x219073=this[_0xd59444(0x19a)][_0xd59444(0x1b3)][_0xd59444(0x1b6)](_0xd59444(0x18e)),_0x2fc57e=this[_0xd59444(0x163)][_0xd59444(0x1b6)](_0x48428b),_0x342be4=_0x2fc57e[_0xd59444(0x19c)],_0x3203f9=_0x219073[_0xd59444(0x14a)](_0x342be4);_0x19bee8[_0xd59444(0x165)](_0x342be4),_0x3203f9&&_0x219073[_0xd59444(0x1b2)](_0x3203f9),this[_0xd59444(0x163)][_0xd59444(0x173)](_0x48428b),this[_0xd59444(0x1a1)][_0xd59444(0x173)](_0x342be4),_0x2fc57e[_0xd59444(0x187)]();}[_0x5054f6(0x1a0)](_0x4c9e44){const _0x318578=_0x5054f6;if(!_0x4c9e44[_0x318578(0x141)]||!this[_0x318578(0x163)][_0x318578(0x140)](_0x4c9e44))return;const _0x4dae99=this[_0x318578(0x19a)][_0x318578(0x1b3)][_0x318578(0x1b6)](_0x318578(0x1a3)),_0x4f0935=this[_0x318578(0x163)][_0x318578(0x1b6)](_0x4c9e44),_0x323e57=_0x4c9e44[_0x318578(0x15f)]();_0x4f0935[_0x318578(0x19c)][_0x318578(0x149)]=_0x4dae99[_0x318578(0x1ba)][_0x318578(0x177)](_0x323e57);}[_0x5054f6(0x187)](){const _0x3b4894=_0x5054f6;for(const _0x193386 of this[_0x3b4894(0x163)][_0x3b4894(0x166)]())this[_0x3b4894(0x1a6)](_0x193386);for(const _0x14552e of this[_0x3b4894(0x16c)][_0x3b4894(0x154)]())_0x14552e[_0x3b4894(0x195)][_0x3b4894(0x187)]();super[_0x3b4894(0x187)]();}}
|