@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240314.0 → 0.0.0-nightly-20240317.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 _0x3ec1a6=_0x3e35;(function(_0x5b905a,_0x2762eb){const _0x1594e1=_0x3e35,_0x1d56b5=_0x5b905a();while(!![]){try{const _0x3efe73=-parseInt(_0x1594e1(0x147))/0x1*(-parseInt(_0x1594e1(0x29f))/0x2)+parseInt(_0x1594e1(0x1b0))/0x3+-parseInt(_0x1594e1(0x28d))/0x4*(parseInt(_0x1594e1(0x1bc))/0x5)+parseInt(_0x1594e1(0x150))/0x6+-parseInt(_0x1594e1(0x222))/0x7*(parseInt(_0x1594e1(0x28b))/0x8)+parseInt(_0x1594e1(0x138))/0x9+-parseInt(_0x1594e1(0x1ba))/0xa;if(_0x3efe73===_0x2762eb)break;else _0x1d56b5['push'](_0x1d56b5['shift']());}catch(_0x984d35){_0x1d56b5['push'](_0x1d56b5['shift']());}}}(_0x4d9d,0x2d3d4));import{Plugin as _0x3c054c,PendingActions as _0x53e1c1}from'ckeditor5/src/core.js';import{LiveRange as _0x512b39}from'ckeditor5/src/engine.js';import{CKEditorError as _0x3c4b83,uid as _0x506890,priorities as _0x2bed3b,logWarning as _0x27a5e6}from'ckeditor5/src/utils.js';import{toWidget as _0x145bbf}from'ckeditor5/src/widget.js';import{Users as _0x27fb90,hashObject as _0x341f09,surroundingMarkersDetector as _0x124e78}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x13ba07 from'./commands/trackchangescommand.js';import _0x1d4fe6 from'./commands/acceptsuggestioncommand.js';import _0x55b9b9 from'./commands/discardsuggestioncommand.js';import _0x517a20 from'./commands/executeonallsuggestionscommand.js';import _0x12c697 from'./commands/executeonselectedsuggestionscommand.js';import _0x157044 from'./suggestion.js';import _0x3a81fd from'./suggestiondescriptionfactory.js';import _0x13c55c from'./integrations/aiassistant.js';import _0x23830c from'./integrations/alignment.js';import _0x4dacb9 from'./integrations/basicstyles.js';function _0x4d9d(){const _0x189a26=['normal','config','acceptSelectedSuggestions','error-saving-suggestion-data-suggestion-discarded','insertion:join','addRange','isDocumentOperation','addHighlight','getCustomProperty','documentSelection','hasComments','createPositionAfter','howMany','createSelection','isEqual','isSelectable','consumable','insertion:','removeClass','meta','some','isBlock','tablePasteChainId','FORMATTING','getSuggestion','enableReadOnlyMode','editor','mapper','suggestionUnloaded','open','getDifference','ck-suggestion-marker','_blockAttributeKeys','PendingActions','_enabledCommands','format','_customCallbacks','values','markerNameToElements','track-changes-enable-command-twice','845703QwkPrm','_element','attribute','markDeletion','_findSuggestions','formatInline:chain','addSuggestion','getAllAdjacentSuggestions','commentThread','getSuggestionCallback','2895680nlzlyK','elementEnd','70JEeQMn','head','add','isLimit','isArray','parent','elementToElement','insertion','toUpperCase','_suggestions','pop','subType','substring','always','_model','isMultiRange','getIntersection','getAttribute','forEach','_adapter','setTo','value','getNearestSelectionRange','getSuggestions','assign','element','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.','announce','multipleBlocks','multi','ENTER','_suggestionFactory','_breakSuggestionMarker','markInsertion','set','authoredAt','commands','data-suggestion','isAtEnd','position','getChanges','removeAttribute','differ','suggestionChanged','getMarkers','CommentsRepository','track-changes-command-not-found','_mergeNestedSuggestions','push','PENDING_ACTION_SUGGESTION','deletion:discard','_joinWithAdjacentSuggestions','fromRange','updateMarker','insertion:chain','default','warn','ck-suggestion-marker-formatBlock','options','addComment','batch','get','refresh','_getAttributeKey','model','_addThreadToSuggestion','$marker','ready','change:activeMarkers','createdAt','never','_registerDefaultCallbacks','unbindElementFromMarkerName','registerPostFixer','getMultiRangeId','_commentsRepository','bindElementToMarker','markerReady','markMultiRangeDeletion','_isForcedDefaultExecutionBlock','_joinSuggestions','end','_getExternalAuthor','author','removeMarkers','createElement','highest','selection','$elementName','getRanges','find','chain','formatBlock:discard','stopListening','enableCommand','schema','acceptAllSuggestions','remove','map','oldValue','deletion','conversion','196dEBuPA','after','addSuggestionData','markInlineFormat','high','_checkSuggestionCorrectness','lowest','editingDowncast','marker-count','formatInline:join','$textProxy','originalSuggestionId','upcast','getChangedMarkers','_trackFormatChanges','isBefore','attribute:discard','_getAuthorFromId','formatInline','attribute:','isTouching','insert','_processAttributeSuggestions','clear','rename','markerToData','nodeAfter','data','track-changes-user-not-found','acceptSuggestion','delete','fetchCommentThread','split','name','attributes','backward','createPositionBefore','createRangeIn','deletion:','addMarker','_defaultCallbacks','formatGroupId','_registerBlockAttribute','dataReady','key','update:suggestion','detach','markerToHighlight','createPositionAt','change:_saved','trackChangesCommand','locale','getAncestors','getLastMatchingPosition','addMarker:suggestion:attribute','group','showSuggestionHighlights','setSelection','then','range','hasCommentThread','start','creator','getFirstMarker','formatInline:','isOwn','isInContent','$text','_reduceExistingSuggestions','markMultiRangeInsertion','pluginName','splitPosition','moveTargetPosition','isInsideObject','rejected','trackChanges.trackFormatChanges','removeMarker:suggestion:attribute','clone','markMultiRangeBlockFormat','collaboration.channelId','_getMarkerAnnouncementText','_recordAttributeChanges','init','change:data','_addSuggestionMarker','consume','_initAriaMarkerChangeAnnouncements','listenTo','move','isAfter','define','newValue','ck-suggestion-marker-','editing','startsWith','formatBlock:join','before','setAttribute','type','@external','length','fire','hasSuggestion','ck-suggestion-marker--active','removeMarker','2248sWgyoe','suggestion','88752HLSrHO','buildSuggestion','formatInline:discard','isCollapsed','reconvertMarker','unbind','catch','isUndo','_splitMarkerName','rethrowUnexpectedError','isObject','containerElement','_saved','addMarker:suggestion:formatBlock','low','_editor','every','isNextTo','42178hClpQJ','markAttributeChange','notReady','comments','_setSuggestionRange','root','discardSelectedSuggestions','getCommentThread','_handleNewSuggestionMarker','substr','removeComment','widget','targetPosition','ariaLiveAnnouncer','containsRangeInObject','LEAVE','join','addMarker:suggestion','isExternal','suggestion:attribute:','_getSuggestionData','activeMarkers','_createSuggestion','plugins','attributeKey','_removeSuggestion','discardAllSuggestions','addUser','_afterChanges','concat','includes','filter','commandName','isLocal','addMarkerName','document','getContainedElement','elementStart','addCommentThread','_cutOutSuggestionMarker','getRange','suggestion-type','sort','suggestionLoaded','toJSON','_enableDefaultAttributesIntegration','trackChanges.mergeNestedSuggestions','forward','getWalker','discardSuggestion','$graveyard','trackChanges','getUser','insertion:discard','dataToMarker','containsItem','insertContent','insertion:accept','toViewElement','formatBlock:chain','registerCustomCallback','from','containsPosition','adapter','accepted','accept','_onDiscard','groupId','markBlockFormat','_SUGGESTION_ANNOUNCEMENT','createRangeOn','getItems','deleteContent','123885Ucmqzt','return','forceDefaultExecution','next','execute','authorName','Users','_reduceSuggestionAttributeRange','isIntersecting','isIntersectingWithRange','updateSuggestion','track-changes-suggestion-not-found','skipNestingCheck','removed','getFirstRange','8otOsFK','createRange','_inlineAttributeKeys','_refreshSuggestionsChain','attribute:join','markerName','formatBlock:','_isBlockAttribute','getShiftedBy','1973940PqcRXz','ck-suggestion-marker-formatInline','_updateSuggestionData','containsRange','unshift','attributeOldValue','_refreshAttributeSuggestionsChain','_setSuggestionData','enqueueChange','_descriptionFactory','TrackChangesEditing','track-changes-suggestion-data-mismatch','removeMarker:suggestion:formatBlock','attribute:accept','_suggestionState','formatBlock','oldRange','deletion:chain','external:','stop','splice','_processAttributeChanges','_registerInlineAttribute','formatBlock:accept','_recordAttributeSuggestions','suggestion:','isRemovable','size','item','_rangeIsInLocalUserInsertion','writer','nodeBefore','fromCharCode','newRange','attributeNewValue','formatInline:accept','deletion:join','resolve','track-changes-adapter-already-set','markers','has','previous','discard','for','keys','applyOperation','change','deletion:accept','addClass','isAtStart','_isDataLoaded','rootName','track-changes-adapter-missing-getsuggestion','_isRegisteredAttribute','dataDowncast','requires'];_0x4d9d=function(){return _0x189a26;};return _0x4d9d();}import _0x3d26d0 from'./integrations/blockquote.js';import _0x386c29 from'./integrations/casechange.js';import _0x7dffd from'./integrations/ckbox.js';import _0x4822e4 from'./integrations/codeblock.js';import _0x5e1f88 from'./integrations/comments.js';import _0x2fa1f0 from'./integrations/deletecommand.js';import _0x5a140a from'./integrations/list.js';import _0x13accc from'./integrations/listproperties.js';import _0xc329d from'./integrations/entercommand.js';import _0x3c378e from'./integrations/findandreplace.js';import _0x5eeb74 from'./integrations/font.js';import _0x5b9523 from'./integrations/formatpainter.js';import _0x3c25b5 from'./integrations/heading.js';import _0x55c13c from'./integrations/highlight.js';import _0x3d0ca4 from'./integrations/horizontalline.js';import _0x31a7fc from'./integrations/htmlembed.js';import _0x3213cd from'./integrations/image.js';import _0xa9f353 from'./integrations/imagereplace.js';import _0x4ea26f from'./integrations/imagestyle.js';import _0x436373 from'./integrations/importword.js';import _0x5514ad from'./integrations/indent.js';function _0x3e35(_0x32df74,_0x15eea8){const _0x4d9d21=_0x4d9d();return _0x3e35=function(_0x3e3545,_0x365ef9){_0x3e3545=_0x3e3545-0x100;let _0x1a1c91=_0x4d9d21[_0x3e3545];return _0x1a1c91;},_0x3e35(_0x32df74,_0x15eea8);}import _0x227833 from'./integrations/inputcommand.js';import _0x1e594d from'./integrations/link.js';import _0x3d62fd from'./integrations/legacylist.js';import _0x18761d from'./integrations/legacylistproperties.js';import _0x318bae from'./integrations/mediaembed.js';import _0x4cf8a6 from'./integrations/mention.js';import _0x54d60e from'./integrations/pagebreak.js';import _0x53165f from'./integrations/paragraph.js';import _0x45b59b from'./integrations/removeformat.js';import _0x5d04b0 from'./integrations/restrictededitingmode.js';import _0x55b320 from'./integrations/shiftentercommand.js';import _0x37af07 from'./integrations/standardeditingmode.js';import _0x15ff7f from'./integrations/style.js';import _0x530e97 from'./integrations/table.js';import _0x30d78e from'./integrations/tablemergesplit.js';import _0x859eee from'./integrations/tableheadings.js';import _0x2a13d1 from'./integrations/tableclipboard.js';import _0x423bfb from'./integrations/tablecolumnresize.js';import _0x545a89 from'./integrations/template.js';import _0x296a44 from'./integrations/tableofcontents.js';import _0x426221 from'./integrations/title.js';import _0x230aa1 from'./integrations/undo.js';import _0x5c6956 from'./integrations/tablecaption.js';import _0x1c8266 from'./integrations/tableproperties.js';import{getTranslation as _0x51e423}from'./utils/common-translations.js';import{isEqual as _0x48701d,omit as _0x2008fb}from'lodash-es';export const renameAttributeKey=_0x3ec1a6(0x214);export default class p extends _0x3c054c{static get[_0x3ec1a6(0x187)](){const _0x25372b=_0x3ec1a6;return[_0x25372b(0x1e9),_0x27fb90,_0x53e1c1,_0x13c55c,_0x23830c,_0x4dacb9,_0x3d26d0,_0x7dffd,_0x386c29,_0x4822e4,_0x5e1f88,_0x2fa1f0,_0xc329d,_0x3c378e,_0x5eeb74,_0x5b9523,_0x3c25b5,_0x55c13c,_0x3d0ca4,_0x31a7fc,_0x3213cd,_0x4ea26f,_0xa9f353,_0x436373,_0x5514ad,_0x227833,_0x3d62fd,_0x18761d,_0x1e594d,_0x5a140a,_0x13accc,_0x318bae,_0x4cf8a6,_0x54d60e,_0x53165f,_0x45b59b,_0x5d04b0,_0x55b320,_0x37af07,_0x15ff7f,_0x530e97,_0x30d78e,_0x859eee,_0x5c6956,_0x2a13d1,_0x423bfb,_0x296a44,_0x1c8266,_0x545a89,_0x426221,_0x230aa1];}static get[_0x3ec1a6(0x268)](){const _0x134d99=_0x3ec1a6;return _0x134d99(0x15a);}constructor(_0x4c3f3c){const _0x3d6f68=_0x3ec1a6;function _0x5a4efc(_0x25fa1e){const _0x5a2924=_0x3e35;return _0x25fa1e[_0x5a2924(0x21e)](_0x4ad3e9=>String[_0x5a2924(0x170)](_0x4ad3e9))[_0x5a2924(0x2af)]('');}super(_0x4c3f3c),this[_0x3d6f68(0x168)]=!0x1,this[_0x3d6f68(0x1de)](_0x3d6f68(0x104),[]),this['on'](_0x3d6f68(0x200),(_0x536828,_0x55b03f,_0x4e5b4d,_0xccea39)=>{const _0x4b223c=_0x3d6f68;this[_0x4b223c(0x1ca)][_0x4b223c(0x17e)](()=>{const _0x7ab936=_0x4b223c;for(const _0x39252a of[..._0xccea39,..._0x4e5b4d])this[_0x7ab936(0x1ca)][_0x7ab936(0x177)][_0x7ab936(0x178)](_0x39252a)&&_0x4c3f3c[_0x7ab936(0x27f)][_0x7ab936(0x291)](_0x39252a);});}),this[_0x3d6f68(0x159)]=new _0x3a81fd(this[_0x3d6f68(0x1a2)][_0x3d6f68(0x1fc)][_0x3d6f68(0x21b)],this[_0x3d6f68(0x1a2)][_0x3d6f68(0x255)]),this[_0x3d6f68(0x1cf)]=null,this[_0x3d6f68(0x1db)]=new Bt(this[_0x3d6f68(0x1a2)]),this[_0x3d6f68(0x1c5)]=new Map(),this[_0x3d6f68(0x207)]=_0x4c3f3c[_0x3d6f68(0x106)][_0x3d6f68(0x1f9)](_0x3d6f68(0x1e9)),this[_0x3d6f68(0x1aa)]=new Set(),this[_0x3d6f68(0x1ca)]=this[_0x3d6f68(0x1a2)][_0x3d6f68(0x1fc)],this[_0x3d6f68(0x15e)]=new WeakMap(),this[_0x3d6f68(0x20b)]=!0x1,this[_0x3d6f68(0x1a8)]=new Set([_0x3d6f68(0x214)]),this[_0x3d6f68(0x149)]=new Set(),_0x4c3f3c[_0x3d6f68(0x189)][_0x3d6f68(0x27c)](_0x3d6f68(0x26d),_0x3d6f68(0x1f3)),this[_0x3d6f68(0x230)]=_0x4c3f3c[_0x3d6f68(0x189)][_0x3d6f68(0x1f9)](_0x3d6f68(0x26d)),_0x4c3f3c[_0x3d6f68(0x189)][_0x3d6f68(0x27c)](_0x3d6f68(0x11d),!0x0),this[_0x3d6f68(0x1eb)]=_0x4c3f3c[_0x3d6f68(0x189)][_0x3d6f68(0x1f9)](_0x3d6f68(0x11d)),this[_0x3d6f68(0x254)]=new _0x13ba07(_0x4c3f3c,this[_0x3d6f68(0x1aa)]),this[_0x3d6f68(0x278)](),this[_0x5a4efc([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x5a4efc([0x34,0x30,0x34,0x38,0x30,0x36,0x32,0x38]);}[_0x3ec1a6(0x274)](){const _0x458530=_0x3ec1a6,_0x30c549=this[_0x458530(0x1a2)],_0x1d5539=(_0x2432e8,_0x3c2413)=>{const _0x3529d7=_0x458530;if(_0x3529d7(0x1b2)!=_0x2432e8)return _0x3529d7(0x27e)+_0x2432e8;const _0x56a27f=_0x3c2413[_0x3529d7(0x242)]('|')[0x0];return this[_0x3529d7(0x14e)](_0x56a27f)?_0x3529d7(0x1f5):_0x3529d7(0x151);};_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x229))[_0x458530(0x251)]({'model':_0x458530(0x28c),'view':_0x3acaab=>{const _0x397188=_0x458530,{id:_0x5a5326,type:_0x49865b,subType:_0xfcb94c}=this[_0x397188(0x295)](_0x3acaab[_0x397188(0x14c)]),_0x2ddfd1=[_0x397188(0x1a7),_0x1d5539(_0x49865b,_0xfcb94c)];let _0x3ae406=0xbb8;return this[_0x397188(0x104)][_0x397188(0x10d)](_0x3acaab[_0x397188(0x14c)])&&(_0x2ddfd1[_0x397188(0x1ec)](_0x397188(0x289)),_0x3ae406=0xbc2),_0x397188(0x220)==_0x49865b&&(_0x3ae406+=0x5),{'classes':_0x2ddfd1,'attributes':{'data-suggestion':_0x5a5326},'priority':_0x3ae406};}}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x186))[_0x458530(0x1be)](_0x3ea566=>{const _0x4765ba=_0x458530;_0x3ea566['on'](_0x4765ba(0x100),(_0x4c59f6,_0x52470e,_0x1168b2)=>{const _0xd9bb97=_0x4765ba;if(!_0x1168b2[_0xd9bb97(0x1f6)][_0xd9bb97(0x25a)])return;const _0x1efeb6=_0x52470e[_0xd9bb97(0x16c)];if(!_0x1efeb6)return;const _0x472408=_0x1168b2[_0xd9bb97(0x1a3)][_0xd9bb97(0x129)](_0x1efeb6);_0x30c549[_0xd9bb97(0x1fc)][_0xd9bb97(0x21b)][_0xd9bb97(0x297)](_0x1efeb6)&&_0x472408&&!_0x472408[_0xd9bb97(0x190)](_0xd9bb97(0x2aa))&&_0x472408['is'](_0xd9bb97(0x298))&&_0x145bbf(_0x472408,_0x1168b2[_0xd9bb97(0x16e)]);},{'priority':_0x4765ba(0x226)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x186))[_0x458530(0x251)]({'model':_0x458530(0x28c),'view':(_0x5ac15a,_0x118ff5)=>{const _0x23f357=_0x458530;if(!_0x118ff5[_0x23f357(0x1f6)][_0x23f357(0x25a)])return null;const {type:_0x1c0119,subType:_0x343575}=this[_0x23f357(0x295)](_0x5ac15a[_0x23f357(0x14c)]);return{'classes':[_0x23f357(0x1a7),_0x1d5539(_0x1c0119,_0x343575)],'priority':0xbb8};}});const _0x4ed2ca=({showActiveMarkers:_0x4c8724=!0x0,isAttributeSuggestion:_0x404ee5=!0x1}={})=>(_0x17e2f2,_0x47b505,_0xaa10a9)=>{const _0x4dcef4=_0x458530;if(!_0x47b505[_0x4dcef4(0x16c)])return;const {id:_0x16286f}=this[_0x4dcef4(0x295)](_0x47b505[_0x4dcef4(0x14c)]);if(_0x404ee5){const _0x11bd4a=this[_0x4dcef4(0x1c5)][_0x4dcef4(0x1f9)](_0x16286f),_0x5c68de=this[_0x4dcef4(0x1fb)](_0x11bd4a);if(!this[_0x4dcef4(0x14e)](_0x5c68de))return;}if(_0x47b505[_0x4dcef4(0x16c)]['is'](_0x4dcef4(0x213)))return void _0xaa10a9[_0x4dcef4(0x198)][_0x4dcef4(0x277)](_0x47b505[_0x4dcef4(0x16c)],_0x17e2f2[_0x4dcef4(0x243)]);const _0x3ecc47=_0xaa10a9[_0x4dcef4(0x1a3)][_0x4dcef4(0x129)](_0x47b505[_0x4dcef4(0x16c)]);if(_0x47b505[_0x4dcef4(0x16c)]['is'](_0x4dcef4(0x1d5))&&_0x30c549[_0x4dcef4(0x1fc)][_0x4dcef4(0x21b)][_0x4dcef4(0x19d)](_0x47b505[_0x4dcef4(0x16c)])&&!_0x3ecc47[_0x4dcef4(0x190)](_0x4dcef4(0x18f))){_0xaa10a9[_0x4dcef4(0x16e)][_0x4dcef4(0x180)]([_0x4dcef4(0x1a7),_0x4dcef4(0x1f5)],_0x3ecc47),_0xaa10a9[_0x4dcef4(0x16e)][_0x4dcef4(0x283)](_0x4dcef4(0x1e1),_0x16286f,_0x3ecc47),_0xaa10a9[_0x4dcef4(0x1a3)][_0x4dcef4(0x208)](_0x3ecc47,_0x47b505[_0x4dcef4(0x14c)]),_0x4c8724&&(this[_0x4dcef4(0x104)][_0x4dcef4(0x10d)](_0x47b505[_0x4dcef4(0x14c)])?_0xaa10a9[_0x4dcef4(0x16e)][_0x4dcef4(0x180)](_0x4dcef4(0x289),_0x3ecc47):_0xaa10a9[_0x4dcef4(0x16e)][_0x4dcef4(0x19a)](_0x4dcef4(0x289),_0x3ecc47));for(const _0x331dbe of _0x30c549[_0x4dcef4(0x1fc)][_0x4dcef4(0x247)](_0x47b505[_0x4dcef4(0x16c)])[_0x4dcef4(0x136)]())_0xaa10a9[_0x4dcef4(0x198)][_0x4dcef4(0x277)](_0x331dbe,_0x17e2f2[_0x4dcef4(0x243)]);_0xaa10a9[_0x4dcef4(0x198)][_0x4dcef4(0x277)](_0x47b505[_0x4dcef4(0x16c)],_0x17e2f2[_0x4dcef4(0x243)]);}};_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x186))[_0x458530(0x1be)](_0x1ce659=>{const _0x455510=_0x458530;_0x1ce659['on'](_0x455510(0x29a),(_0x44fd14,_0x146a4f,_0x1e4fb0)=>{const _0x513b2a=_0x455510;_0x1e4fb0[_0x513b2a(0x1f6)][_0x513b2a(0x25a)]&&_0x4ed2ca({'showActiveMarkers':!0x1})(_0x44fd14,_0x146a4f,_0x1e4fb0);},{'priority':_0x455510(0x212)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x186))[_0x458530(0x1be)](_0xe55472=>{const _0x3287c7=_0x458530;_0xe55472['on'](_0x3287c7(0x258),(_0x412fdb,_0x17e808,_0x4ed30e)=>{const _0x3814a6=_0x3287c7;_0x4ed30e[_0x3814a6(0x1f6)][_0x3814a6(0x25a)]&&_0x4ed2ca({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x412fdb,_0x17e808,_0x4ed30e);},{'priority':_0x3287c7(0x212)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x186))[_0x458530(0x23b)]({'model':_0x458530(0x28c),'view':(_0x44345b,_0x50f5b5)=>_0x50f5b5[_0x458530(0x1f6)][_0x458530(0x25a)]?null:{'group':_0x458530(0x28c),'name':_0x44345b[_0x458530(0x2a8)](0xb)}}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x22e))[_0x458530(0x1c2)]({'view':{'name':_0x458530(0x28c),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x55118c,{writer:_0x4b6554})=>{const _0x4a801c=_0x458530;let _0x5122a3=_0x4a801c(0x169)+_0x55118c[_0x4a801c(0x1cd)](_0x4a801c(0x118))+':'+_0x55118c[_0x4a801c(0x1cd)]('id');return _0x55118c[_0x4a801c(0x1cd)](_0x4a801c(0x22a))&&(_0x5122a3+=':'+_0x55118c[_0x4a801c(0x1cd)](_0x4a801c(0x22a))),_0x4b6554[_0x4a801c(0x211)](_0x4a801c(0x1fe),{'data-name':_0x5122a3});}}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x22e))[_0x458530(0x125)]({'view':_0x458530(0x28c)}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x229))[_0x458530(0x1be)](_0x1b086c=>{const _0x23af9e=_0x458530;_0x1b086c['on'](_0x23af9e(0x29a),_0x4ed2ca(),{'priority':_0x23af9e(0x226)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x229))[_0x458530(0x1be)](_0x2e47c4=>{const _0x367513=_0x458530;_0x2e47c4['on'](_0x367513(0x258),_0x4ed2ca({'isAttributeSuggestion':!0x0}),{'priority':_0x367513(0x226)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x229))[_0x458530(0x1be)](_0x5937f2=>{const _0x47b657=_0x458530;_0x5937f2['on'](_0x47b657(0x15c),(_0x26cf2f,_0xb227d3,_0x4fbec9)=>{const _0x589440=_0x47b657,_0x187757=_0x4fbec9[_0x589440(0x1a3)][_0x589440(0x1ae)](_0xb227d3[_0x589440(0x14c)]);if(_0x187757){for(const _0x47ab52 of _0x187757)_0x47ab52[_0x589440(0x190)](_0x589440(0x18f))||(_0x4fbec9[_0x589440(0x16e)][_0x589440(0x19a)]([_0x589440(0x1a7),_0x589440(0x1f5),_0x589440(0x289)],_0x47ab52),_0x4fbec9[_0x589440(0x16e)][_0x589440(0x1e5)](_0x589440(0x1e1),_0x47ab52),_0x4fbec9[_0x589440(0x1a3)][_0x589440(0x204)](_0x47ab52,_0xb227d3[_0x589440(0x14c)]));}},{'priority':_0x47b657(0x226)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x229))[_0x458530(0x1be)](_0x586fd2=>{const _0x5311d8=_0x458530;_0x586fd2['on'](_0x5311d8(0x26e),(_0xc425f5,_0x393de0,_0x3a63f3)=>{const _0x14fc81=_0x5311d8,_0x5135ba=_0x3a63f3[_0x14fc81(0x1a3)][_0x14fc81(0x1ae)](_0x393de0[_0x14fc81(0x14c)]);if(!_0x5135ba)return;const {id:_0x4389e2}=this[_0x14fc81(0x295)](_0x393de0[_0x14fc81(0x14c)]),_0x51dd94=this[_0x14fc81(0x1c5)][_0x14fc81(0x1f9)](_0x4389e2),_0x7e8820=this[_0x14fc81(0x1fb)](_0x51dd94);if(this[_0x14fc81(0x14e)](_0x7e8820)){for(const _0x5d46b1 of _0x5135ba)_0x5d46b1[_0x14fc81(0x190)](_0x14fc81(0x18f))||(_0x3a63f3[_0x14fc81(0x16e)][_0x14fc81(0x19a)]([_0x14fc81(0x1a7),_0x14fc81(0x1f5),_0x14fc81(0x289)],_0x5d46b1),_0x3a63f3[_0x14fc81(0x16e)][_0x14fc81(0x1e5)](_0x14fc81(0x1e1),_0x5d46b1),_0x3a63f3[_0x14fc81(0x1a3)][_0x14fc81(0x204)](_0x5d46b1,_0x393de0[_0x14fc81(0x14c)]));}},{'priority':_0x5311d8(0x226)});}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)][_0x458530(0x205)](_0x2729fd=>{const _0x202251=_0x458530;let _0x15466c=!0x1;const _0x4f57d3=Array[_0x202251(0x12c)](_0x30c549[_0x202251(0x1fc)][_0x202251(0x112)][_0x202251(0x1e6)][_0x202251(0x22f)]()),_0x3179c7=new Set();for(const {name:_0xe3e937,data:_0x16aa2d}of _0x4f57d3){const {group:_0x1c4509,type:_0x15072b,subType:_0x607dee,id:_0x4bb879}=this[_0x202251(0x295)](_0xe3e937);if(_0x202251(0x28c)!==_0x1c4509)continue;const _0xba5c52=this[_0x202251(0x1c5)][_0x202251(0x1f9)](_0x4bb879);if(null!=_0x16aa2d[_0x202251(0x171)]){_0x202251(0x234)==_0x15072b&&(_0x15466c=_0x15466c||Tt(_0x16aa2d[_0x202251(0x171)],_0xe3e937,_0x2729fd,_0x30c549[_0x202251(0x1fc)][_0x202251(0x21b)]));const _0x4ac08a=_0x202251(0x1b2)==_0x15072b&&this[_0x202251(0x14e)](_0x607dee[_0x202251(0x242)]('|')[0x0]);if(_0x16aa2d[_0x202251(0x171)][_0x202251(0x290)]||_0x202251(0x121)==_0x16aa2d[_0x202251(0x171)][_0x202251(0x2a4)][_0x202251(0x183)]||_0x202251(0x15f)==_0x15072b&&!Vt(_0x16aa2d[_0x202251(0x171)])||_0x4ac08a&&!Vt(_0x16aa2d[_0x202251(0x171)])||_0x202251(0x220)==_0x15072b&&!(!Rt(_0x52beee=_0x16aa2d[_0x202251(0x171)])&&!function(_0x592bec){const _0x3cb967=_0x202251;return _0x592bec[_0x3cb967(0x25f)][_0x3cb967(0x1c1)]==_0x592bec[_0x3cb967(0x20d)][_0x3cb967(0x16f)]&&_0x592bec[_0x3cb967(0x25f)][_0x3cb967(0x1e2)];}(_0x52beee)))_0x2729fd[_0x202251(0x28a)](_0xe3e937),_0x15466c=!0x0;else{if(!_0xba5c52||!_0xba5c52[_0x202251(0x264)])continue;_0x3179c7[_0x202251(0x1be)](_0xba5c52);}}}var _0x52beee;return _0x3179c7[_0x202251(0x16b)]>0x0&&(_0x15466c=!!this[_0x202251(0x1ef)](_0x3179c7)||_0x15466c),_0x15466c;}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)][_0x458530(0x205)](_0x593855=>{const _0x1676bc=_0x458530;let _0x3d293d=!0x1;for(const _0x44f718 of _0x30c549[_0x1676bc(0x1fc)][_0x1676bc(0x112)][_0x1676bc(0x1e6)][_0x1676bc(0x1e4)]())if(_0x1676bc(0x237)==_0x44f718[_0x1676bc(0x284)])for(const _0x1f343f of this[_0x1676bc(0x1c5)][_0x1676bc(0x1ad)]()){if(_0x1f343f[_0x1676bc(0x1cb)]||!_0x1f343f[_0x1676bc(0x264)])continue;const _0x488465=_0x1676bc(0x15f)==_0x1f343f[_0x1676bc(0x284)],_0x30f6f1=this[_0x1676bc(0x1fb)](_0x1f343f),_0xed1d96=_0x30f6f1&&this[_0x1676bc(0x14e)](_0x30f6f1);if(!_0x488465&&!_0xed1d96)continue;const _0x5c94ab=_0x1f343f[_0x1676bc(0x146)]();if(_0x5c94ab[_0x1676bc(0x25f)][_0x1676bc(0x1c1)]!=_0x5c94ab[_0x1676bc(0x20d)][_0x1676bc(0x1c1)]&&!_0x5c94ab[_0x1676bc(0x20d)][_0x1676bc(0x1e2)]){const _0x4e6516=_0x30c549[_0x1676bc(0x1fc)][_0x1676bc(0x252)](_0x5c94ab[_0x1676bc(0x25f)][_0x1676bc(0x23c)],_0x1676bc(0x20d)),_0xae43c6=_0x30c549[_0x1676bc(0x1fc)][_0x1676bc(0x148)](_0x5c94ab[_0x1676bc(0x25f)],_0x4e6516);_0x593855[_0x1676bc(0x1f1)](_0x1f343f[_0x1676bc(0x261)](),{'range':_0xae43c6}),_0x3d293d=!0x0;}}return _0x3d293d;}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)][_0x458530(0x205)](_0x2087c9=>this[_0x458530(0x165)](_0x2087c9)),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)][_0x458530(0x205)](_0x3f2c94=>!_0x3f2c94[_0x458530(0x1f8)][_0x458530(0x110)]&&this[_0x458530(0x238)](_0x3f2c94)),_0x30c549[_0x458530(0x1fc)]['on'](_0x458530(0x10b),()=>{const _0x17dd15=_0x458530;this[_0x17dd15(0x168)]=!0x1;}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)]['on'](_0x458530(0x275),(_0x168b75,_0x5be2c2)=>{const _0x32574a=_0x458530;if(!_0x5be2c2[_0x32574a(0x110)]||_0x5be2c2[_0x32574a(0x294)])return;if(!this[_0x32574a(0x168)])return;const _0x4689ce=_0x30c549[_0x32574a(0x1fc)][_0x32574a(0x112)][_0x32574a(0x1e6)][_0x32574a(0x1e4)]();if(0x0==_0x4689ce[_0x32574a(0x286)])return;const _0x4dd2ff=[],_0x595fc5=_0x4689ce[_0x32574a(0x10e)](_0xed9dce=>_0x32574a(0x1b2)==_0xed9dce[_0x32574a(0x284)]),_0x40eefc=_0x4689ce[_0x32574a(0x10e)](_0x5cd2d8=>_0x32574a(0x237)==_0x5cd2d8[_0x32574a(0x284)]&&_0x32574a(0x265)!=_0x5cd2d8[_0x32574a(0x243)]),_0x48501b=_0x4689ce[_0x32574a(0x10e)](_0x4d8070=>_0x32574a(0x21d)==_0x4d8070[_0x32574a(0x284)]&&_0x32574a(0x265)!=_0x4d8070[_0x32574a(0x243)]);for(const _0xadada9 of _0x595fc5)this[_0x32574a(0x185)](_0xadada9[_0x32574a(0x107)])&&_0x4dd2ff[_0x32574a(0x1ec)]({'key':_0xadada9[_0x32574a(0x107)],'newValue':_0xadada9[_0x32574a(0x172)],'oldValue':_0xadada9[_0x32574a(0x155)],'range':Ut(_0xadada9[_0x32574a(0x25d)],_0x30c549[_0x32574a(0x1fc)])});for(const _0x4dce58 of _0x40eefc){const _0xe2c7ab=_0x48501b[_0x32574a(0x216)](_0x3cb601=>_0x3cb601[_0x32574a(0x1b1)]===_0x4dce58[_0x32574a(0x1b1)]);if(_0xe2c7ab){const _0x3c4af8=Ot(_0x4dce58[_0x32574a(0x1e3)][_0x32574a(0x23c)],_0x30c549[_0x32574a(0x1fc)]);_0xe2c7ab[_0x32574a(0x243)]!==_0x4dce58[_0x32574a(0x243)]&&_0x4dd2ff[_0x32574a(0x1ec)]({'key':_0x32574a(0x214),'newValue':_0x4dce58[_0x32574a(0x243)],'oldValue':_0xe2c7ab[_0x32574a(0x243)],'range':_0x3c4af8});for(const [_0x4a119c,_0x33088b]of _0xe2c7ab[_0x32574a(0x244)]){if(!this[_0x32574a(0x185)](_0x4a119c))continue;const _0x56b68f=_0x4dce58[_0x32574a(0x244)][_0x32574a(0x1f9)](_0x4a119c);_0x33088b!==_0x56b68f&&_0x4dd2ff[_0x32574a(0x1ec)]({'key':_0x4a119c,'newValue':_0x56b68f,'oldValue':_0x33088b,'range':_0x3c4af8});}for(const [_0x349ff2,_0xb5c506]of _0x4dce58[_0x32574a(0x244)])this[_0x32574a(0x185)](_0x349ff2)&&(_0xe2c7ab[_0x32574a(0x244)][_0x32574a(0x178)](_0x349ff2)||_0x4dd2ff[_0x32574a(0x1ec)]({'key':_0x349ff2,'newValue':_0xb5c506,'oldValue':null,'range':_0x3c4af8}));}}0x0!=_0x4dd2ff[_0x32574a(0x286)]&&_0x30c549[_0x32574a(0x1fc)][_0x32574a(0x158)](_0x5be2c2,_0x4bb171=>{const _0x5d79dd=_0x32574a,_0x475794=_0x506890();for(const {range:_0x426aee,key:_0x563fcd,oldValue:_0x295ee2,newValue:_0x33c2ef}of _0x4dd2ff)this[_0x5d79dd(0x2a0)](_0x426aee,_0x563fcd,_0x295ee2,_0x33c2ef,{'groupId':_0x475794});this[_0x5d79dd(0x266)](_0x4bb171,_0x4dd2ff);});},{'priority':_0x458530(0x228)}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x177)]['on'](_0x458530(0x24f),(_0x451629,_0x50edc9,_0x42faae)=>{const _0x50aa70=_0x458530;if(null==_0x42faae){const {id:_0x322031}=this[_0x50aa70(0x295)](_0x50edc9[_0x50aa70(0x243)]),_0x2dfd05=this[_0x50aa70(0x1c5)][_0x50aa70(0x1f9)](_0x322031);_0x2dfd05&&_0x2dfd05[_0x50aa70(0x111)](_0x50edc9[_0x50aa70(0x243)]);}}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)]['on'](_0x458530(0x275),()=>{const _0x5afde8=_0x458530,_0x178737=Array[_0x5afde8(0x12c)](_0x30c549[_0x5afde8(0x1fc)][_0x5afde8(0x112)][_0x5afde8(0x1e6)][_0x5afde8(0x22f)]())[_0x5afde8(0x10e)](_0x27ff04=>_0x5afde8(0x28c)===this[_0x5afde8(0x295)](_0x27ff04[_0x5afde8(0x243)])[_0x5afde8(0x259)]);if(0x0===_0x178737[_0x5afde8(0x286)])return;_0x178737[_0x5afde8(0x119)]((_0x5f1187,_0x2362a7)=>{const _0x3a0632=_0x5afde8,_0x3e2c53=_0x5f1187[_0x3a0632(0x23d)][_0x3a0632(0x160)],_0xeefbcf=_0x2362a7[_0x3a0632(0x23d)][_0x3a0632(0x160)];return null===_0x3e2c53&&null===_0xeefbcf?0x0:null===_0x3e2c53&&null!==_0xeefbcf?-0x1:null!==_0x3e2c53&&null===_0xeefbcf?0x1:_0x3e2c53[_0x3a0632(0x25f)][_0x3a0632(0x231)](_0xeefbcf[_0x3a0632(0x25f)])?-0x1:0x1;});const _0x54c872=new Set(),_0x12ef04=new Set();for(const {name:_0x4d791b,data:_0x48e4e7}of _0x178737){const {id:_0x3dbe36}=this[_0x5afde8(0x295)](_0x4d791b);if(null===_0x48e4e7[_0x5afde8(0x160)]){const _0x2da518=this[_0x5afde8(0x2a7)](_0x4d791b);_0x12ef04[_0x5afde8(0x1be)](_0x2da518);}else{const _0x48484d=this[_0x5afde8(0x1c5)][_0x5afde8(0x1f9)](_0x3dbe36);null!==_0x48e4e7[_0x5afde8(0x171)]||_0x48484d[_0x5afde8(0x264)]?(_0x54c872[_0x5afde8(0x1be)](_0x48484d[_0x5afde8(0x1bd)]),_0x12ef04[_0x5afde8(0x1be)](_0x48484d)):this[_0x5afde8(0x108)](_0x48484d);}}_0x12ef04[_0x5afde8(0x16b)]>0x0&&this[_0x5afde8(0x14a)](_0x12ef04);for(const _0x194bf5 of _0x54c872)this[_0x5afde8(0x287)](_0x5afde8(0x1e7),_0x194bf5);}),_0x30c549[_0x458530(0x1fc)]['on'](_0x458530(0x17d),(_0x59df3b,_0xeaea24)=>{const _0x27249a=_0x458530,_0x13e060=_0xeaea24[0x0];if(!this[_0x27249a(0x1c5)][_0x27249a(0x16b)])return;if(!_0x13e060[_0x27249a(0x18e)])return;if(_0x13e060[_0x27249a(0x1f8)][_0x27249a(0x294)]||!_0x13e060[_0x27249a(0x1f8)][_0x27249a(0x110)])return;let _0x3324c8,_0x1001ff;switch(_0x13e060[_0x27249a(0x284)]){case _0x27249a(0x237):_0x3324c8=_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x252)](_0x13e060[_0x27249a(0x1e3)]),_0x1001ff=_0x3324c8[_0x27249a(0x14f)](_0x13e060[_0x27249a(0x194)]);break;case _0x27249a(0x242):_0x3324c8=_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x252)](_0x13e060[_0x27249a(0x269)]),_0x1001ff=_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x252)](_0x13e060[_0x27249a(0x26a)]);break;case _0x27249a(0x27a):_0x3324c8=_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x252)](_0x13e060[_0x27249a(0x2ab)]),_0x1001ff=_0x3324c8[_0x27249a(0x14f)](_0x13e060[_0x27249a(0x194)]);break;default:return;}const _0x24752f=_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x148)](_0x3324c8,_0x1001ff);_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x17e)](()=>{const _0x5d9a19=_0x27249a;for(const {suggestion:_0x9474a4,meta:_0x37f197}of this[_0x5d9a19(0x1b4)](_0x24752f)){if(_0x9474a4[_0x5d9a19(0x1cb)])continue;if(_0x5d9a19(0x234)==_0x9474a4[_0x5d9a19(0x284)])continue;const _0x5abb40=this[_0x5d9a19(0x1fb)](_0x9474a4);if(_0x5abb40&&this[_0x5d9a19(0x14e)](_0x5abb40)&&_0x5d9a19(0x242)!=_0x13e060[_0x5d9a19(0x284)])continue;const _0x3ecc3b=_0x9474a4[_0x5d9a19(0x23d)]&&_0x9474a4[_0x5d9a19(0x23d)][_0x5d9a19(0x1d8)];(_0x5d9a19(0x15f)!=_0x9474a4[_0x5d9a19(0x284)]||_0x5d9a19(0x242)==_0x13e060[_0x5d9a19(0x284)]&&!_0x3ecc3b)&&(_0x37f197[_0x5d9a19(0x2ad)]||_0x5d9a19(0x1c3)==_0x9474a4[_0x5d9a19(0x284)]&&_0x37f197[_0x5d9a19(0x263)]||_0x9474a4[_0x5d9a19(0x146)]()[_0x5d9a19(0x153)](_0x24752f)&&this[_0x5d9a19(0x1dc)](_0x9474a4,_0x3324c8,_0x1001ff));}});},{'priority':_0x458530(0x228)}),_0x30c549[_0x458530(0x1fc)]['on'](_0x458530(0x137),(_0x55e6b4,_0x51a71a)=>{const _0x8ae21a=_0x458530,_0x121c21=_0x51a71a[0x0],_0x2cf94a=_0x51a71a[0x1];if(_0x2cf94a&&_0x2cf94a[_0x8ae21a(0x13a)])return;if(this[_0x8ae21a(0x20b)])return;if(!this[_0x8ae21a(0x254)][_0x8ae21a(0x1d1)])return;if(_0x121c21[_0x8ae21a(0x290)])return;const _0x5616e1=_0x30c549[_0x8ae21a(0x1fc)][_0x8ae21a(0x21b)],{start:_0x54dbdf,end:_0x12f335}=_0x121c21[_0x8ae21a(0x146)](),_0x30d17e=_0x54dbdf[_0x8ae21a(0x23c)]&&_0x5616e1[_0x8ae21a(0x1bf)](_0x54dbdf[_0x8ae21a(0x23c)])?null:_0x5616e1[_0x8ae21a(0x1d2)](_0x54dbdf,_0x8ae21a(0x11e)),_0x4c8e30=_0x12f335[_0x8ae21a(0x16f)]&&_0x5616e1[_0x8ae21a(0x1bf)](_0x12f335[_0x8ae21a(0x16f)])?null:_0x5616e1[_0x8ae21a(0x1d2)](_0x12f335,_0x8ae21a(0x245)),_0x29db67=_0x30c549[_0x8ae21a(0x1fc)][_0x8ae21a(0x148)](_0x30d17e?_0x30d17e[_0x8ae21a(0x25f)]:_0x54dbdf,_0x4c8e30?_0x4c8e30[_0x8ae21a(0x20d)]:_0x12f335);_0x30c549[_0x8ae21a(0x1fc)][_0x8ae21a(0x17e)](_0xa0eb68=>{const _0x3d7b90=_0x8ae21a;this[_0x3d7b90(0x1b3)](_0x29db67);const _0x480b46=_0x30c549[_0x3d7b90(0x1fc)][_0x3d7b90(0x21b)][_0x3d7b90(0x1d2)](_0x29db67[_0x3d7b90(0x25f)]);_0x121c21['is'](_0x3d7b90(0x191))?_0xa0eb68[_0x3d7b90(0x25b)](_0x480b46):_0x121c21[_0x3d7b90(0x1d0)](_0x480b46);}),_0x55e6b4[_0x8ae21a(0x163)]();},{'priority':_0x2bed3b[_0x458530(0x188)]+0xa}),_0x30c549[_0x458530(0x1fc)]['on'](_0x458530(0x127),(_0x491433,_0x4d6b7b)=>{const _0x29b056=_0x458530,_0x2d95e1=_0x4d6b7b[_0x4d6b7b[_0x29b056(0x286)]-0x1];_0x2d95e1&&_0x2d95e1[_0x29b056(0x13a)]||this[_0x29b056(0x20b)]||this[_0x29b056(0x254)][_0x29b056(0x1d1)]&&(_0x30c549[_0x29b056(0x1fc)][_0x29b056(0x17e)](()=>{const _0x3faa98=_0x29b056;let _0x27d19d=_0x30c549[_0x3faa98(0x1fc)][_0x3faa98(0x127)](_0x4d6b7b[0x0],_0x4d6b7b[0x1],_0x4d6b7b[0x2],{'forceDefaultExecution':!0x0});if(!_0x27d19d)return;_0x491433[_0x3faa98(0x139)]=_0x27d19d[_0x3faa98(0x26f)]();const _0x403ea2=_0x27d19d[_0x3faa98(0x20d)][_0x3faa98(0x16f)],_0xf7b5cd=_0x30c549[_0x3faa98(0x1fc)][_0x3faa98(0x21b)];_0x403ea2&&_0xf7b5cd[_0x3faa98(0x19d)](_0x403ea2)&&!_0xf7b5cd[_0x3faa98(0x297)](_0x403ea2)&&(_0x27d19d=_0x30c549[_0x3faa98(0x1fc)][_0x3faa98(0x148)](_0x27d19d[_0x3faa98(0x25f)],_0x30c549[_0x3faa98(0x1fc)][_0x3faa98(0x252)](_0x403ea2,_0x3faa98(0x20d)))),this[_0x3faa98(0x1dd)](_0x27d19d);}),_0x491433[_0x29b056(0x163)]());},{'priority':_0x458530(0x226)}),this[_0x458530(0x1a2)][_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x122),this[_0x458530(0x254)]),this[_0x458530(0x21a)](_0x458530(0x122));const _0x48f92a=new _0x1d4fe6(_0x30c549,this[_0x458530(0x1c5)]);_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x23f),_0x48f92a),this[_0x458530(0x21a)](_0x458530(0x23f));const _0x1dfbe7=new _0x55b9b9(_0x30c549,this[_0x458530(0x1c5)]);_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x120),_0x1dfbe7),this[_0x458530(0x21a)](_0x458530(0x120)),_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x21c),new _0x517a20(_0x30c549,_0x48f92a,this[_0x458530(0x1c5)])),this[_0x458530(0x21a)](_0x458530(0x21c)),_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x109),new _0x517a20(_0x30c549,_0x1dfbe7,this[_0x458530(0x1c5)])),this[_0x458530(0x21a)](_0x458530(0x109)),_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x18a),new _0x12c697(_0x30c549,_0x48f92a,this[_0x458530(0x1c5)])),this[_0x458530(0x21a)](_0x458530(0x18a)),_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x2a5),new _0x12c697(_0x30c549,_0x1dfbe7,this[_0x458530(0x1c5)])),this[_0x458530(0x21a)](_0x458530(0x2a5));const _0x37e870=_0x30c549[_0x458530(0x106)][_0x458530(0x1f9)](_0x458530(0x1e9));this[_0x458530(0x279)](_0x37e870,_0x458530(0x1f7),(_0x2ed8f2,{threadId:_0x7931b7})=>{const _0x556665=_0x458530,_0x4be977=this[_0x556665(0x1c5)][_0x556665(0x1f9)](_0x7931b7);_0x4be977&&_0x4be977[_0x556665(0x1b8)]&&0x1===_0x4be977[_0x556665(0x1b8)][_0x556665(0x286)]&&this[_0x556665(0x152)](_0x7931b7,{'hasComments':!0x0});},{'priority':_0x458530(0x29b)}),this[_0x458530(0x279)](_0x37e870,_0x458530(0x2a9),(_0xfb475,{threadId:_0x15d33b})=>{const _0x3ba67f=_0x458530,_0x53a60e=this[_0x3ba67f(0x1c5)][_0x3ba67f(0x1f9)](_0x15d33b);_0x53a60e&&_0x53a60e[_0x3ba67f(0x1b8)]&&!_0x53a60e[_0x3ba67f(0x1b8)][_0x3ba67f(0x286)]&&this[_0x3ba67f(0x152)](_0x15d33b,{'hasComments':!0x1});},{'priority':_0x458530(0x29b)});}set[_0x3ec1a6(0x12e)](_0x49ba52){const _0x374bd3=_0x3ec1a6;if(this[_0x374bd3(0x1cf)])throw new _0x3c4b83(_0x374bd3(0x176),this);this[_0x374bd3(0x1cf)]=_0x49ba52;}get[_0x3ec1a6(0x12e)](){const _0x4cea24=_0x3ec1a6;return this[_0x4cea24(0x1cf)];}[_0x3ec1a6(0x1d3)]({skipNotAttached:_0x1043a4=!0x1,toJSON:_0x4faf5b=!0x1}={}){const _0x51a515=_0x3ec1a6,_0x34dc61=[];for(const _0x3a19f0 of this[_0x51a515(0x1c5)][_0x51a515(0x1ad)]())_0x1043a4&&!_0x3a19f0[_0x51a515(0x264)]||_0x34dc61[_0x51a515(0x1ec)](_0x3a19f0);return _0x4faf5b?_0x34dc61[_0x51a515(0x21e)](_0x195f77=>_0x195f77[_0x51a515(0x11b)]()):_0x34dc61;}[_0x3ec1a6(0x1a0)](_0x5eb62d){const _0x5bc0ed=_0x3ec1a6,_0x32cc17=this[_0x5bc0ed(0x1c5)][_0x5bc0ed(0x1f9)](_0x5eb62d);if(!_0x32cc17)throw new _0x3c4b83(_0x5bc0ed(0x143),this);return _0x32cc17;}[_0x3ec1a6(0x288)](_0x117b06){const _0x5c9d71=_0x3ec1a6;return this[_0x5c9d71(0x1c5)][_0x5c9d71(0x178)](_0x117b06);}[_0x3ec1a6(0x224)](_0x18715f){const _0x56cab6=_0x3ec1a6,{authorId:_0x108575,id:_0x39a1e8,attributes:_0x360d9b}=_0x18715f,[_0x341a5f,_0x2c4487]=_0x18715f[_0x56cab6(0x284)][_0x56cab6(0x242)](':'),_0xe1c319=this[_0x56cab6(0x1c5)][_0x56cab6(0x1f9)](_0x39a1e8)||this[_0x56cab6(0x105)](_0x341a5f,_0x2c4487,_0x39a1e8,_0x108575,_0x360d9b);if(this[_0x56cab6(0x1fd)](_0xe1c319),this[_0x56cab6(0x227)](_0xe1c319,_0x341a5f,_0x2c4487||null,_0x108575),_0xe1c319[_0x56cab6(0x201)]=_0x18715f[_0x56cab6(0x201)],_0xe1c319[_0x56cab6(0x182)]=!0x0,_0x360d9b&&_0x360d9b[_0x56cab6(0x285)]){const _0x634fd2=_0x360d9b[_0x56cab6(0x285)],_0x30f4d6=this[_0x56cab6(0x20e)](_0x634fd2[_0x56cab6(0x13d)]);_0xe1c319[_0x56cab6(0x1df)]=_0x634fd2[_0x56cab6(0x201)],_0xe1c319[_0x56cab6(0x20f)]=_0x30f4d6,_0xe1c319[_0x56cab6(0x101)]=!0x0;}else _0xe1c319[_0x56cab6(0x1df)]=_0x18715f[_0x56cab6(0x201)];switch(_0x18715f[_0x56cab6(0x23d)]&&(_0xe1c319[_0x56cab6(0x23d)]=_0x18715f[_0x56cab6(0x23d)]),_0x18715f[_0x56cab6(0x244)]&&(_0xe1c319[_0x56cab6(0x244)]=_0x18715f[_0x56cab6(0x244)]),this[_0x56cab6(0x1cf)]&&this[_0x56cab6(0x1cf)][_0x56cab6(0x1b6)]||(_0xe1c319[_0x56cab6(0x299)]=!0x0),this[_0x56cab6(0x15e)][_0x56cab6(0x1f9)](_0xe1c319)){case _0x56cab6(0x2a1):this[_0x56cab6(0x15e)][_0x56cab6(0x1de)](_0xe1c319,_0x56cab6(0x24d));break;case _0x56cab6(0x209):_0xe1c319[_0x56cab6(0x264)]?(this[_0x56cab6(0x1ef)](new Set([_0xe1c319])),this[_0x56cab6(0x14a)](new Set([_0xe1c319])),this[_0x56cab6(0x15e)][_0x56cab6(0x1de)](_0xe1c319,_0x56cab6(0x1ff)),this[_0x56cab6(0x287)](_0x56cab6(0x11a),_0xe1c319)):this[_0x56cab6(0x15e)][_0x56cab6(0x1de)](_0xe1c319,_0x56cab6(0x145));}return _0xe1c319;}[_0x3ec1a6(0x23f)](_0x544738){const _0x1b0140=_0x3ec1a6;this[_0x1b0140(0x13a)](()=>{const _0x3ab178=_0x1b0140;this[_0x3ab178(0x1a2)][_0x3ab178(0x1fc)][_0x3ab178(0x17e)](()=>{const _0x426b69=_0x3ab178;for(const _0x3e2893 of _0x544738[_0x426b69(0x1b7)]())_0x3e2893[_0x426b69(0x130)]();});});}[_0x3ec1a6(0x120)](_0x36d1d8){const _0x1d2ac8=_0x3ec1a6;this[_0x1d2ac8(0x13a)](()=>{const _0x10078b=_0x1d2ac8;this[_0x10078b(0x1a2)][_0x10078b(0x1fc)][_0x10078b(0x17e)](()=>{const _0x515ebe=_0x10078b;for(const _0x123d1b of _0x36d1d8[_0x515ebe(0x1b7)]())_0x123d1b[_0x515ebe(0x17a)]();});});}[_0x3ec1a6(0x21a)](_0x43974d,_0x5e338c){const _0xd840e6=_0x3ec1a6,_0x180d59=this[_0xd840e6(0x1a2)][_0xd840e6(0x1e0)][_0xd840e6(0x1f9)](_0x43974d);if(!_0x180d59)throw new _0x3c4b83(_0xd840e6(0x1ea),this,{'commandName':_0x43974d});if(this[_0xd840e6(0x1aa)][_0xd840e6(0x178)](_0x180d59))throw new _0x3c4b83(_0xd840e6(0x1af),this,{'commandName':_0x43974d});this[_0xd840e6(0x1aa)][_0xd840e6(0x1be)](_0x180d59),_0x5e338c&&_0x180d59['on'](_0xd840e6(0x13c),(_0x3e1c6a,_0x575726)=>{const _0x477b72=_0xd840e6;this[_0x477b72(0x254)][_0x477b72(0x1d1)]&&(this[_0x477b72(0x20b)]||(_0x575726[_0x477b72(0x286)]>0x0&&_0x575726[_0x575726[_0x477b72(0x286)]-0x1]&&_0x575726[_0x575726[_0x477b72(0x286)]-0x1][_0x477b72(0x13a)]?_0x575726[_0x477b72(0x1c6)]():(_0x3e1c6a[_0x477b72(0x139)]=_0x5e338c((..._0x51a284)=>_0x180d59[_0x477b72(0x13c)](..._0x51a284,{'forceDefaultExecution':!0x0}),..._0x575726),_0x3e1c6a[_0x477b72(0x163)]())));},{'priority':_0xd840e6(0x226)});}[_0x3ec1a6(0x13a)](_0xcfadb1){const _0x19cfb8=_0x3ec1a6;let _0x32ad0e,_0x2e950c;const _0x1147db=this[_0x19cfb8(0x20b)];this[_0x19cfb8(0x20b)]=!0x0;try{_0x32ad0e=_0xcfadb1();}catch(_0xdaca44){_0x2e950c=_0xdaca44;}return _0x1147db||(this[_0x19cfb8(0x20b)]=!0x1),_0x2e950c&&_0x3c4b83[_0x19cfb8(0x296)](_0x2e950c,this),_0x32ad0e;}[_0x3ec1a6(0x1dd)](_0x539be5,_0x1096dc=null,_0x823adb={}){const _0x2c2ab2=_0x3ec1a6;if(_0x539be5[_0x2c2ab2(0x290)])return null;const _0x13519a=this[_0x2c2ab2(0x1a2)][_0x2c2ab2(0x106)][_0x2c2ab2(0x1f9)](_0x2c2ab2(0x13e))['me'];for(const {suggestion:_0x56d30b,meta:_0x1ebc08}of this[_0x2c2ab2(0x1b4)](_0x539be5,_0x2c2ab2(0x1c3)))if(_0x1ebc08[_0x2c2ab2(0x263)]){if(!_0x1ebc08[_0x2c2ab2(0x29e)]){if(_0x1ebc08[_0x2c2ab2(0x2ad)]){if(!this[_0x2c2ab2(0x1eb)]||!Pt(_0x56d30b,_0x823adb))continue;return _0x56d30b;}if(Pt(_0x56d30b,_0x823adb))return _0x56d30b;this[_0x2c2ab2(0x1dc)](_0x56d30b,_0x539be5[_0x2c2ab2(0x25f)],_0x539be5[_0x2c2ab2(0x20d)]);break;}if(_0x1096dc==_0x56d30b[_0x2c2ab2(0x1c7)]&&Pt(_0x56d30b,_0x823adb)){const _0x2879d4=_0x56d30b[_0x2c2ab2(0x146)]();return _0x2879d4[_0x2c2ab2(0x25f)][_0x2c2ab2(0x196)](_0x539be5[_0x2c2ab2(0x20d)])?this[_0x2c2ab2(0x2a3)](_0x56d30b,this[_0x2c2ab2(0x1ca)][_0x2c2ab2(0x148)](_0x539be5[_0x2c2ab2(0x25f)],_0x2879d4[_0x2c2ab2(0x20d)])):this[_0x2c2ab2(0x2a3)](_0x56d30b,this[_0x2c2ab2(0x1ca)][_0x2c2ab2(0x148)](_0x2879d4[_0x2c2ab2(0x25f)],_0x539be5[_0x2c2ab2(0x20d)])),_0x56d30b;}}const _0x2d2b88=_0x506890(),_0x542236=_0x13519a['id'],_0x1ec2f6=_0x1096dc?_0x2c2ab2(0x199)+_0x1096dc:_0x2c2ab2(0x1c3),_0x1ea476=this[_0x2c2ab2(0x157)]({'id':_0x2d2b88,'type':_0x1ec2f6,'createdAt':new Date(),'authorId':_0x542236,'attributes':_0x823adb});return this[_0x2c2ab2(0x276)](_0x1ec2f6,_0x2d2b88,_0x542236,_0x539be5),_0x1ea476;}[_0x3ec1a6(0x267)](_0x4f062d,_0x11732a=_0x3ec1a6(0x1d9),_0x5a83fb={}){const _0x3aae38=_0x3ec1a6,_0x36f565=this[_0x3aae38(0x1a2)][_0x3aae38(0x106)][_0x3aae38(0x1f9)](_0x3aae38(0x13e))['me'],_0xd4900c=this[_0x3aae38(0x1db)][_0x3aae38(0x1b9)](_0x3aae38(0x1c3),_0x11732a,_0x3aae38(0x2af));for(const _0x47bebd of this[_0x3aae38(0x1d3)]())if(_0x47bebd[_0x3aae38(0x20f)]['id']==_0x36f565['id']&&_0x3aae38(0x1c3)==_0x47bebd[_0x3aae38(0x284)]&&_0x47bebd[_0x3aae38(0x1c7)]==_0x11732a&&Pt(_0x47bebd,_0x5a83fb)&&(_0xd4900c(_0x47bebd[_0x3aae38(0x215)](),_0x4f062d)||_0xd4900c(_0x4f062d,_0x47bebd[_0x3aae38(0x215)]()))){for(const _0x273c0f of _0x4f062d)_0x47bebd[_0x3aae38(0x18d)](_0x273c0f);return _0x47bebd;}for(const {suggestion:_0x3cbf33,meta:_0x2e5c0e}of this[_0x3aae38(0x1b4)](_0x4f062d,_0x3aae38(0x1c3))){if(!_0x2e5c0e[_0x3aae38(0x263)])continue;if(!this[_0x3aae38(0x1eb)]&&_0x2e5c0e[_0x3aae38(0x2ad)])continue;if(!Pt(_0x3cbf33,_0x5a83fb))continue;let _0x4815cb=!0x0;for(const _0x5b68ad of _0x3cbf33[_0x3aae38(0x215)]())for(const _0x3ddef7 of _0x4f062d)if(!_0x5b68ad[_0x3aae38(0x153)](_0x3ddef7)){_0x4815cb=!0x1;break;}if(_0x4815cb)return _0x3cbf33;}const _0x27cc91=_0x506890(),_0x5ae046=_0x36f565['id'],_0x4f43ae=_0x3aae38(0x199)+_0x11732a,_0x414d45=this[_0x3aae38(0x157)]({'id':_0x27cc91,'type':_0x4f43ae,'createdAt':new Date(),'authorId':_0x5ae046,'attributes':_0x5a83fb});for(const _0x1017bf of _0x4f062d)this[_0x3aae38(0x276)](_0x4f43ae,_0x27cc91,_0x5ae046,_0x1017bf,_0x157044[_0x3aae38(0x206)]());return _0x414d45;}[_0x3ec1a6(0x225)](_0x4ae858,_0x5cdab6,_0xcdec54=null,_0x3464cf={}){const _0x239283=_0x3ec1a6;if(_0xcdec54=_0xcdec54||Et(_0x5cdab6),_0x4ae858[_0x239283(0x290)])return null;if(_0x239283(0x202)===this[_0x239283(0x230)]){const _0x6a4c6=this[_0x239283(0x1db)][_0x239283(0x1b9)](_0x239283(0x234),_0xcdec54,_0x239283(0x130));return this[_0x239283(0x13a)](()=>_0x6a4c6([_0x4ae858],_0x5cdab6,_0x3464cf)),null;}const _0x3a6d6a=this[_0x239283(0x1a2)][_0x239283(0x106)][_0x239283(0x1f9)](_0x239283(0x13e))['me'],_0x36d80f=[];if(_0x239283(0x1c9)!==this[_0x239283(0x230)]){for(const {suggestion:_0x4ac273,meta:_0x1c24b7}of this[_0x239283(0x1b4)](_0x4ae858,_0x239283(0x1c3)))_0x1c24b7[_0x239283(0x263)]&&!_0x1c24b7[_0x239283(0x26b)]&&_0x36d80f[_0x239283(0x1ec)](..._0x4ac273[_0x239283(0x215)]());}const _0x446376=function(_0x52f347,_0x51bca2){const _0x1711b8=_0x239283,_0x585dd9=[];for(const _0x326e39 of _0x51bca2){const _0x5374d2=_0x52f347[_0x1711b8(0x1cc)](_0x326e39);_0x5374d2&&_0x585dd9[_0x1711b8(0x1ec)](_0x5374d2);}return _0x585dd9;}(_0x4ae858,_0x36d80f),_0x34949d=function(_0x3cb9da,_0x2afb70){const _0x20478b=_0x239283,_0x5a3a80=[_0x3cb9da];for(const _0x1a8aea of _0x2afb70){let _0x3d671d=0x0;for(;_0x3d671d<_0x5a3a80[_0x20478b(0x286)];){const _0x4fc76f=_0x5a3a80[_0x3d671d][_0x20478b(0x1a6)](_0x1a8aea);_0x5a3a80[_0x20478b(0x164)](_0x3d671d,0x1,..._0x4fc76f),_0x3d671d+=_0x4fc76f[_0x20478b(0x286)];}}return _0x5a3a80;}(_0x4ae858,_0x36d80f);_0x446376[_0x239283(0x286)]&&this[_0x239283(0x1ca)][_0x239283(0x17e)](()=>{const _0x3abb73=_0x239283;for(const _0x1caa21 of _0x446376){const _0xc19518=this[_0x3abb73(0x1db)][_0x3abb73(0x1b9)](_0x3abb73(0x234),_0xcdec54,_0x3abb73(0x130));this[_0x3abb73(0x13a)](()=>_0xc19518([_0x1caa21],_0x5cdab6,_0x3464cf));}});for(const _0x4a87e7 of _0x34949d){let _0x4fa9e8=null,_0x42511e=_0x4a87e7[_0x239283(0x25f)],_0x113ad8=_0x4a87e7[_0x239283(0x20d)];for(const {suggestion:_0x3a0ebe,meta:_0x53fe83}of this[_0x239283(0x1b4)](_0x4a87e7,_0x239283(0x234))){if(!_0x53fe83[_0x239283(0x263)])continue;if(_0x3a0ebe[_0x239283(0x1c7)]!=_0xcdec54)continue;if(!Pt(_0x3a0ebe,_0x3464cf))continue;const _0x1bf45d=_0x3a0ebe[_0x239283(0x146)]();if(_0x1bf45d[_0x239283(0x153)](_0x4a87e7,!0x0))return null;_0x42511e=_0x42511e[_0x239283(0x231)](_0x1bf45d[_0x239283(0x25f)])?_0x42511e:_0x1bf45d[_0x239283(0x25f)],_0x113ad8=_0x113ad8[_0x239283(0x27b)](_0x1bf45d[_0x239283(0x20d)])?_0x113ad8:_0x1bf45d[_0x239283(0x20d)],_0x4fa9e8?_0x1bf45d[_0x239283(0x25f)][_0x239283(0x231)](_0x4fa9e8[_0x239283(0x146)]()[_0x239283(0x25f)])?(_0x4fa9e8[_0x239283(0x210)](),_0x4fa9e8=_0x3a0ebe):_0x3a0ebe[_0x239283(0x210)]():_0x4fa9e8=_0x3a0ebe;}const _0x5c0966=this[_0x239283(0x1ca)][_0x239283(0x148)](_0x42511e,_0x113ad8);if(_0x4fa9e8)this[_0x239283(0x2a3)](_0x4fa9e8,_0x5c0966);else{const _0x12fc84=_0x506890(),_0x1c0551=_0x3a6d6a['id'];this[_0x239283(0x157)]({'id':_0x12fc84,'type':_0x239283(0x262)+_0xcdec54,'data':_0x5cdab6,'createdAt':new Date(),'authorId':_0x1c0551,'attributes':_0x3464cf}),this[_0x239283(0x276)](_0x239283(0x262)+_0xcdec54,_0x12fc84,_0x1c0551,_0x5c0966);}}return null;}[_0x3ec1a6(0x133)](_0x31746a,_0xab8cf1,_0x390f10=[],_0x55f5a1=null,_0x226d72={}){const _0x41ac90=_0x3ec1a6;_0xab8cf1[_0x41ac90(0x24b)]||(_0xab8cf1[_0x41ac90(0x24b)]=_0xab8cf1[_0x41ac90(0x10f)]),_0xab8cf1[_0x41ac90(0x1d8)]=_0x31746a['is'](_0x41ac90(0x25d)),_0x55f5a1=_0x55f5a1||Et(_0xab8cf1);const _0x2dd5e0=_0x390f10[_0x41ac90(0x21e)](_0x1ca8af=>Ot(_0x1ca8af,this[_0x41ac90(0x1ca)])),_0x2fabc7=_0x31746a['is'](_0x41ac90(0x25d))?_0x31746a:Ot(_0x31746a,this[_0x41ac90(0x1ca)]);if(_0x41ac90(0x202)===this[_0x41ac90(0x230)]){const _0x957437=this[_0x41ac90(0x1db)][_0x41ac90(0x1b9)](_0x41ac90(0x15f),_0x55f5a1,_0x41ac90(0x130));return this[_0x41ac90(0x13a)](()=>_0x957437([_0x2fabc7],_0xab8cf1,_0x226d72)),null;}_0x2dd5e0[_0x41ac90(0x1ec)](_0x2fabc7);let _0x5b15b0=!0x0;for(const _0x1ef1ab of _0x2dd5e0)if(!this[_0x41ac90(0x16d)](_0x1ef1ab)){_0x5b15b0=!0x1;break;}if(_0x5b15b0&&_0x41ac90(0x1c9)!==this[_0x41ac90(0x230)]){const _0x3b2cd2=this[_0x41ac90(0x1db)][_0x41ac90(0x1b9)](_0x41ac90(0x15f),_0x55f5a1,_0x41ac90(0x130));return this[_0x41ac90(0x13a)](()=>_0x3b2cd2([_0x2fabc7],_0xab8cf1,_0x226d72)),null;}let _0x7bc659=null,_0x3a0436=_0x2fabc7[_0x41ac90(0x25f)],_0x5ac2c9=_0x2fabc7[_0x41ac90(0x20d)];for(const {suggestion:_0x20c53a,meta:_0x3860b9}of this[_0x41ac90(0x1b4)](_0x2fabc7,_0x41ac90(0x15f))){if(!_0x3860b9[_0x41ac90(0x263)])continue;if(_0x3860b9[_0x41ac90(0x29e)]||_0x3860b9[_0x41ac90(0x2ad)]||_0x3860b9[_0x41ac90(0x26b)])continue;if(_0x20c53a[_0x41ac90(0x23d)][_0x41ac90(0x24b)]!=_0xab8cf1[_0x41ac90(0x24b)])continue;if(!Pt(_0x20c53a,_0x226d72))continue;const _0x40e907=_0x20c53a[_0x41ac90(0x146)]();if(_0x20c53a[_0x41ac90(0x1c7)]==_0x55f5a1){if(_0x40e907[_0x41ac90(0x153)](_0x2fabc7,!0x0))return null;_0x3a0436=_0x3a0436[_0x41ac90(0x231)](_0x40e907[_0x41ac90(0x25f)])?_0x3a0436:_0x40e907[_0x41ac90(0x25f)],_0x5ac2c9=_0x5ac2c9[_0x41ac90(0x27b)](_0x40e907[_0x41ac90(0x20d)])?_0x5ac2c9:_0x40e907[_0x41ac90(0x20d)],_0x7bc659?_0x40e907[_0x41ac90(0x25f)][_0x41ac90(0x231)](_0x7bc659[_0x41ac90(0x146)]()[_0x41ac90(0x25f)])?(_0x7bc659[_0x41ac90(0x210)](),_0x7bc659=_0x20c53a):_0x20c53a[_0x41ac90(0x210)]():_0x7bc659=_0x20c53a;}else{const _0x160ff2=_0x2fabc7[_0x41ac90(0x1cc)](_0x40e907);this[_0x41ac90(0x116)](_0x20c53a,_0x160ff2);}}const _0x202b62=this[_0x41ac90(0x1a2)][_0x41ac90(0x106)][_0x41ac90(0x1f9)](_0x41ac90(0x13e))['me'],_0x2446c4=_0x506890(),_0xed401e=_0x202b62['id'];if(_0x7bc659)return this[_0x41ac90(0x2a3)](_0x7bc659,this[_0x41ac90(0x1ca)][_0x41ac90(0x148)](_0x3a0436,_0x5ac2c9)),_0x7bc659;{const _0x583daf=this[_0x41ac90(0x157)]({'id':_0x2446c4,'type':_0x41ac90(0x14d)+_0x55f5a1,'data':_0xab8cf1,'createdAt':new Date(),'authorId':_0xed401e,'attributes':_0x226d72});return this[_0x41ac90(0x276)](_0x41ac90(0x14d)+_0x55f5a1,_0x2446c4,_0xed401e,this[_0x41ac90(0x1ca)][_0x41ac90(0x148)](_0x3a0436,_0x5ac2c9)),_0x583daf;}}[_0x3ec1a6(0x270)](_0x1d3395,_0x34fe22,_0x3bafcc=[],_0x5e9cb0=null,_0x23661c={}){const _0x520bc5=_0x3ec1a6;_0x34fe22[_0x520bc5(0x24b)]||(_0x34fe22[_0x520bc5(0x24b)]=_0x34fe22[_0x520bc5(0x10f)]);const _0x353b9f=_0x1d3395[0x0];_0x34fe22[_0x520bc5(0x1d8)]=_0x353b9f['is'](_0x520bc5(0x25d)),_0x5e9cb0=_0x5e9cb0||Et(_0x34fe22);const _0xdb4dae=_0x3bafcc[_0x520bc5(0x21e)](_0xc506e1=>Ot(_0xc506e1,this[_0x520bc5(0x1ca)])),_0x3b1085=_0x353b9f['is'](_0x520bc5(0x25d))?_0x1d3395:_0x1d3395[_0x520bc5(0x21e)](_0x4b0938=>Ot(_0x4b0938,this[_0x520bc5(0x1ca)]));if(_0x520bc5(0x202)===this[_0x520bc5(0x230)]){const _0x117cc1=this[_0x520bc5(0x1db)][_0x520bc5(0x1b9)](_0x520bc5(0x15f),_0x5e9cb0,_0x520bc5(0x130));return this[_0x520bc5(0x13a)](()=>_0x117cc1(_0x3b1085,_0x34fe22,_0x23661c)),null;}_0xdb4dae[_0x520bc5(0x1ec)](..._0x3b1085);let _0x4fa253=!0x0;for(const _0x126bff of _0xdb4dae)if(!this[_0x520bc5(0x16d)](_0x126bff)){_0x4fa253=!0x1;break;}if(_0x4fa253&&_0x520bc5(0x1c9)!==this[_0x520bc5(0x230)]){const _0x48cd2c=this[_0x520bc5(0x1db)][_0x520bc5(0x1b9)](_0x520bc5(0x15f),_0x5e9cb0,_0x520bc5(0x130));return this[_0x520bc5(0x13a)](()=>_0x48cd2c(_0x3b1085,_0x34fe22,_0x23661c)),null;}const _0x18120e=this[_0x520bc5(0x1a2)][_0x520bc5(0x106)][_0x520bc5(0x1f9)](_0x520bc5(0x13e))['me'];for(const _0x44821a of this[_0x520bc5(0x1d3)]()){if(_0x44821a[_0x520bc5(0x20f)]['id']!=_0x18120e['id'])continue;if(_0x520bc5(0x15f)!=_0x44821a[_0x520bc5(0x284)]||_0x44821a[_0x520bc5(0x23d)][_0x520bc5(0x24b)]!=_0x34fe22[_0x520bc5(0x24b)])continue;if(!Pt(_0x44821a,_0x23661c))continue;const _0x24162d=_0x44821a[_0x520bc5(0x1c7)]==_0x5e9cb0;for(let _0x13c2e7=0x0;_0x13c2e7<_0x3b1085[_0x520bc5(0x286)];_0x13c2e7++){const _0x345233=_0x3b1085[_0x13c2e7];for(const _0x29c95b of _0x44821a[_0x520bc5(0x1e8)]()){const _0x40b4f0=_0x29c95b[_0x520bc5(0x117)]();if(_0x345233[_0x520bc5(0x196)](_0x40b4f0)){_0x24162d?(_0x3b1085[_0x520bc5(0x164)](_0x13c2e7,0x1),_0x13c2e7--):_0x44821a[_0x520bc5(0x28a)](_0x29c95b[_0x520bc5(0x243)]);break;}}}}if(0x0==_0x3b1085[_0x520bc5(0x286)])return null;const _0x27e1c7=this[_0x520bc5(0x1db)][_0x520bc5(0x1b9)](_0x520bc5(0x15f),_0x5e9cb0,_0x520bc5(0x2af));for(const _0x52c653 of this[_0x520bc5(0x1d3)]())if(_0x52c653[_0x520bc5(0x20f)]['id']==_0x18120e['id']&&_0x520bc5(0x15f)==_0x52c653[_0x520bc5(0x284)]&&_0x52c653[_0x520bc5(0x23d)][_0x520bc5(0x24b)]==_0x34fe22[_0x520bc5(0x24b)]&&_0x52c653[_0x520bc5(0x1c7)]==_0x5e9cb0&&Pt(_0x52c653,_0x23661c)&&(_0x27e1c7(_0x52c653[_0x520bc5(0x215)](),_0x3b1085)||_0x27e1c7(_0x3b1085,_0x52c653[_0x520bc5(0x215)]()))){for(const _0x421f8f of _0x3b1085)_0x52c653[_0x520bc5(0x18d)](_0x421f8f);return _0x52c653;}const _0x51b6ae=_0x506890(),_0x1e5754=_0x18120e['id'],_0x5aff5b=_0x520bc5(0x14d)+_0x5e9cb0,_0x431a5a=this[_0x520bc5(0x157)]({'id':_0x51b6ae,'type':_0x5aff5b,'data':_0x34fe22,'createdAt':new Date(),'authorId':_0x1e5754,'attributes':_0x23661c});for(const _0x17a6b8 of _0x3b1085)this[_0x520bc5(0x276)](_0x5aff5b,_0x51b6ae,_0x1e5754,_0x17a6b8,_0x157044[_0x520bc5(0x206)]());return _0x431a5a;}[_0x3ec1a6(0x1b3)](_0x546889,_0x57aad6=null,_0x16facd={}){const _0x5a1d9c=_0x3ec1a6;if(_0x546889[_0x5a1d9c(0x290)])return null;const _0x39a07f=this[_0x5a1d9c(0x1a2)][_0x5a1d9c(0x106)][_0x5a1d9c(0x1f9)](_0x5a1d9c(0x13e))['me'],_0x432fcf=new _0x512b39(_0x546889[_0x5a1d9c(0x25f)],_0x546889[_0x5a1d9c(0x20d)]);for(const {suggestion:_0x24186b,meta:_0x226cab}of this[_0x5a1d9c(0x1b4)](_0x432fcf,_0x5a1d9c(0x1c3)))if(_0x226cab[_0x5a1d9c(0x263)]&&!_0x226cab[_0x5a1d9c(0x29e)]){if(_0x24186b[_0x5a1d9c(0x1cb)]){const _0x2409e3=_0x24186b[_0x5a1d9c(0x215)]()[_0x5a1d9c(0x10e)](_0x3d624f=>_0x5a1d9c(0x121)!=_0x3d624f[_0x5a1d9c(0x2a4)][_0x5a1d9c(0x183)]);_0x2409e3[_0x5a1d9c(0x29d)](_0x3973ec=>_0x432fcf[_0x5a1d9c(0x153)](_0x3973ec,!0x0))&&_0x24186b[_0x5a1d9c(0x17a)]();if(_0x2409e3[_0x5a1d9c(0x19c)](_0x5419c2=>_0x5419c2[_0x5a1d9c(0x153)](_0x432fcf,!0x0))){const _0x2bce5d=this[_0x5a1d9c(0x1db)][_0x5a1d9c(0x1b9)](_0x5a1d9c(0x220),_0x57aad6,_0x5a1d9c(0x130));return this[_0x5a1d9c(0x13a)](()=>_0x2bce5d([_0x432fcf],null,_0x16facd)),null;}}else{const _0x6f191e=_0x432fcf[_0x5a1d9c(0x1cc)](_0x24186b[_0x5a1d9c(0x146)]());null!==_0x6f191e&&_0x24186b[_0x5a1d9c(0x131)]([_0x6f191e],null,_0x16facd);}}if(_0x432fcf[_0x5a1d9c(0x250)](),_0x432fcf[_0x5a1d9c(0x290)]||_0x5a1d9c(0x121)==_0x432fcf[_0x5a1d9c(0x2a4)][_0x5a1d9c(0x183)])return null;let _0x576ba9=null,_0x38baab=_0x432fcf[_0x5a1d9c(0x25f)],_0x31234e=_0x432fcf[_0x5a1d9c(0x20d)];const _0x2ea24c=this[_0x5a1d9c(0x1b4)](_0x432fcf,_0x5a1d9c(0x220));for(const {suggestion:_0x29ced1,meta:_0x221af7}of _0x2ea24c){const _0x8f64b1=this[_0x5a1d9c(0x1ca)][_0x5a1d9c(0x148)](_0x38baab,_0x31234e);if(_0x221af7[_0x5a1d9c(0x263)]&&(this[_0x5a1d9c(0x1eb)]||!_0x221af7[_0x5a1d9c(0x2ad)]&&!_0x221af7[_0x5a1d9c(0x26b)])){if(_0x29ced1[_0x5a1d9c(0x1cb)]){if(!Pt(_0x29ced1,_0x16facd))continue;let _0x5e38ca=!0x0;for(const _0x12f411 of _0x29ced1[_0x5a1d9c(0x215)]()){if(_0x12f411[_0x5a1d9c(0x153)](_0x8f64b1,!0x0))return _0x29ced1;_0x8f64b1[_0x5a1d9c(0x153)](_0x12f411)||(_0x5e38ca=!0x1);}_0x5e38ca&&_0x29ced1[_0x5a1d9c(0x17a)]();}else{const _0xadd699=_0x29ced1[_0x5a1d9c(0x146)]();if(_0xadd699[_0x5a1d9c(0x153)](_0x8f64b1,!0x0))return _0x29ced1;if(!Pt(_0x29ced1,_0x16facd)){_0x8f64b1[_0x5a1d9c(0x153)](_0xadd699)?_0x29ced1[_0x5a1d9c(0x210)]():_0xadd699[_0x5a1d9c(0x12d)](_0x38baab)?_0x38baab=_0xadd699[_0x5a1d9c(0x20d)]:_0xadd699[_0x5a1d9c(0x12d)](_0x31234e)&&(_0x31234e=_0xadd699[_0x5a1d9c(0x25f)]);continue;}_0x38baab=_0x38baab[_0x5a1d9c(0x231)](_0xadd699[_0x5a1d9c(0x25f)])?_0x38baab:_0xadd699[_0x5a1d9c(0x25f)],_0x31234e=_0x31234e[_0x5a1d9c(0x27b)](_0xadd699[_0x5a1d9c(0x20d)])?_0x31234e:_0xadd699[_0x5a1d9c(0x20d)],_0x16facd=Object[_0x5a1d9c(0x1d4)]({},_0x29ced1[_0x5a1d9c(0x244)]),_0x576ba9?_0xadd699[_0x5a1d9c(0x25f)][_0x5a1d9c(0x231)](_0x576ba9[_0x5a1d9c(0x146)]()[_0x5a1d9c(0x25f)])?(_0x576ba9[_0x5a1d9c(0x210)](),_0x576ba9=_0x29ced1):_0x29ced1[_0x5a1d9c(0x210)]():_0x576ba9=_0x29ced1;}}}if(_0x576ba9)return this[_0x5a1d9c(0x2a3)](_0x576ba9,this[_0x5a1d9c(0x1ca)][_0x5a1d9c(0x148)](_0x38baab,_0x31234e)),_0x576ba9;{const _0x50c29a=_0x506890(),_0x2da429=this[_0x5a1d9c(0x1ca)][_0x5a1d9c(0x148)](_0x38baab,_0x31234e),_0x332230=_0x39a07f['id'],_0x299b69=_0x57aad6?_0x5a1d9c(0x248)+_0x57aad6:_0x5a1d9c(0x220),_0x28a012=this[_0x5a1d9c(0x157)]({'id':_0x50c29a,'type':_0x299b69,'createdAt':new Date(),'authorId':_0x332230,'attributes':_0x16facd});return this[_0x5a1d9c(0x276)](_0x299b69,_0x50c29a,_0x332230,_0x2da429),_0x28a012;}}[_0x3ec1a6(0x20a)](_0x387b72,_0xa66bb6=_0x3ec1a6(0x1d9),_0x5dd2cd={}){const _0x161cf6=_0x3ec1a6,_0x45cd47=this[_0x161cf6(0x1a2)][_0x161cf6(0x106)][_0x161cf6(0x1f9)](_0x161cf6(0x13e))['me'],_0x112ebf=_0x387b72[_0x161cf6(0x21e)](_0xae7836=>new _0x512b39(_0xae7836[_0x161cf6(0x25f)],_0xae7836[_0x161cf6(0x20d)])),_0x27a6b3=new Set();for(const {suggestion:_0x3897e2,meta:_0x18ff3a}of this[_0x161cf6(0x1b4)](_0x112ebf,_0x161cf6(0x1c3)))_0x18ff3a[_0x161cf6(0x263)]&&!_0x18ff3a[_0x161cf6(0x29e)]&&_0x27a6b3[_0x161cf6(0x1be)](_0x3897e2);for(const _0x17a37e of _0x27a6b3)if(_0x17a37e[_0x161cf6(0x1cb)]){const _0x3e2a35=_0x17a37e[_0x161cf6(0x215)]();(!_0x17a37e[_0x161cf6(0x244)]||!_0x17a37e[_0x161cf6(0x244)][_0x161cf6(0x144)])&&(_0x3e2a35[_0x161cf6(0x29d)](_0x393b19=>_0x112ebf[_0x161cf6(0x19c)](_0x330006=>_0x330006[_0x161cf6(0x153)](_0x393b19,!0x0)))&&_0x17a37e[_0x161cf6(0x17a)]());if(_0x112ebf[_0x161cf6(0x29d)](_0x186619=>_0x3e2a35[_0x161cf6(0x19c)](_0xf001f0=>_0xf001f0[_0x161cf6(0x153)](_0x186619,!0x0)))){const _0x4036ae=this[_0x161cf6(0x1db)][_0x161cf6(0x1b9)](_0x161cf6(0x220),_0xa66bb6,_0x161cf6(0x130));return this[_0x161cf6(0x13a)](()=>_0x4036ae(_0x387b72,null,_0x5dd2cd)),null;}}else{const _0x22ae72=_0x17a37e[_0x161cf6(0x146)]();_0x112ebf[_0x161cf6(0x19c)](_0x566665=>_0x566665[_0x161cf6(0x153)](_0x22ae72,!0x0))&&_0x17a37e[_0x161cf6(0x17a)]();if(_0x112ebf[_0x161cf6(0x29d)](_0xe78088=>_0x22ae72[_0x161cf6(0x153)](_0xe78088,!0x0))){const _0x36034b=this[_0x161cf6(0x1db)][_0x161cf6(0x1b9)](_0x161cf6(0x220),_0xa66bb6,_0x161cf6(0x130));return this[_0x161cf6(0x13a)](()=>_0x36034b(_0x112ebf,null,_0x5dd2cd)),null;}}const _0x9ae95e=this[_0x161cf6(0x1db)][_0x161cf6(0x1b9)](_0x161cf6(0x220),_0xa66bb6,_0x161cf6(0x2af));let _0x33c9b9=null;for(const _0x3e18fe of this[_0x161cf6(0x1d3)]())if(_0x3e18fe[_0x161cf6(0x20f)]['id']==_0x45cd47['id']&&_0x3e18fe[_0x161cf6(0x264)]&&_0x161cf6(0x220)==_0x3e18fe[_0x161cf6(0x284)]&&_0x3e18fe[_0x161cf6(0x1c7)]==_0xa66bb6&&Pt(_0x3e18fe,_0x5dd2cd)&&(_0x9ae95e(_0x3e18fe[_0x161cf6(0x215)](),_0x112ebf)||_0x9ae95e(_0x112ebf,_0x3e18fe[_0x161cf6(0x215)]()))){if(_0x33c9b9){if(_0x3e18fe[_0x161cf6(0x1b8)]&&_0x3e18fe[_0x161cf6(0x1b8)][_0x161cf6(0x286)])continue;for(const _0x12c8b2 of _0x3e18fe[_0x161cf6(0x215)]())_0x33c9b9[_0x161cf6(0x141)](_0x12c8b2)||_0x33c9b9[_0x161cf6(0x18d)](_0x12c8b2);_0x3e18fe[_0x161cf6(0x210)]();}else{_0x33c9b9=_0x3e18fe;for(const _0x2fd0d1 of _0x112ebf)_0x3e18fe[_0x161cf6(0x141)](_0x2fd0d1)||_0x3e18fe[_0x161cf6(0x18d)](_0x2fd0d1);}}if(_0x33c9b9)return _0x33c9b9;_0x27a6b3[_0x161cf6(0x239)]();for(const {suggestion:_0x25ea3f,meta:_0x138c59}of this[_0x161cf6(0x1b4)](_0x112ebf,_0x161cf6(0x220)))_0x138c59[_0x161cf6(0x263)]&&(this[_0x161cf6(0x1eb)]||!_0x138c59[_0x161cf6(0x2ad)]&&!_0x138c59[_0x161cf6(0x26b)])&&Pt(_0x25ea3f,_0x5dd2cd)&&_0x27a6b3[_0x161cf6(0x1be)](_0x25ea3f);for(const _0x504451 of _0x27a6b3){const _0x4e5728=_0x504451[_0x161cf6(0x215)]();if(!_0x5dd2cd||!_0x5dd2cd[_0x161cf6(0x144)]){if(_0x112ebf[_0x161cf6(0x29d)](_0x1d99b9=>_0x4e5728[_0x161cf6(0x19c)](_0x20d5c1=>_0x20d5c1[_0x161cf6(0x153)](_0x1d99b9,!0x0))))return _0x504451;}(!_0x504451[_0x161cf6(0x244)]||!_0x504451[_0x161cf6(0x244)][_0x161cf6(0x144)])&&(_0x4e5728[_0x161cf6(0x29d)](_0x4cd036=>_0x112ebf[_0x161cf6(0x19c)](_0x486ada=>_0x486ada[_0x161cf6(0x153)](_0x4cd036,!0x0)))&&_0x504451[_0x161cf6(0x17a)]());}const _0x1178d7=_0x506890(),_0x5f31ed=_0x45cd47['id'],_0x1d58c0=_0x161cf6(0x248)+_0xa66bb6,_0x5e8ef3=this[_0x161cf6(0x157)]({'id':_0x1178d7,'type':_0x1d58c0,'createdAt':new Date(),'authorId':_0x5f31ed,'attributes':_0x5dd2cd});for(const _0xad7a44 of _0x112ebf)_0xad7a44[_0x161cf6(0x250)](),_0xad7a44[_0x161cf6(0x290)]||_0x161cf6(0x121)==_0xad7a44[_0x161cf6(0x2a4)][_0x161cf6(0x183)]||this[_0x161cf6(0x276)](_0x1d58c0,_0x1178d7,_0x5f31ed,_0xad7a44,_0x157044[_0x161cf6(0x206)]());return _0x5e8ef3;}[_0x3ec1a6(0x2a0)](_0x88c6fd,_0x5caf7e,_0x459905,_0x6a24b2,_0x408da4){const _0xa536aa=_0x3ec1a6;if(_0x88c6fd[_0xa536aa(0x290)])return[];if(_0xa536aa(0x202)===this[_0xa536aa(0x230)])return[];const _0x2ff252=this[_0xa536aa(0x1a2)][_0xa536aa(0x106)][_0xa536aa(0x1f9)](_0xa536aa(0x13e))['me']['id'],_0x28a7d3=Array[_0xa536aa(0x12c)](this[_0xa536aa(0x1c5)][_0xa536aa(0x1ad)]())[_0xa536aa(0x10e)](_0x4f05c8=>_0xa536aa(0x1b2)==_0x4f05c8[_0xa536aa(0x284)]&&_0x4f05c8[_0xa536aa(0x23d)][_0xa536aa(0x24e)]==_0x5caf7e&&_0x4f05c8[_0xa536aa(0x141)](_0x88c6fd));if(_0xa536aa(0x1f3)===this[_0xa536aa(0x230)]){const _0x20b9db=this[_0xa536aa(0x1b4)](_0x88c6fd,_0xa536aa(0x1c3))[_0xa536aa(0x10e)](({meta:_0x32f54a})=>_0x32f54a[_0xa536aa(0x263)]&&!_0x32f54a[_0xa536aa(0x26b)]&&!_0x32f54a[_0xa536aa(0x29e)])[_0xa536aa(0x21e)](({suggestion:_0x4e945b})=>_0x4e945b);_0x28a7d3[_0xa536aa(0x154)](..._0x20b9db);}const _0x5dea14=new Map([[_0x88c6fd,_0x459905]]);for(const _0x58b592 of _0x28a7d3){const _0x290281=_0xa536aa(0x1b2)==_0x58b592[_0xa536aa(0x284)]?_0x58b592[_0xa536aa(0x23d)][_0xa536aa(0x21f)]:void 0x0,_0x2a20f6=_0x58b592[_0xa536aa(0x146)](),_0x19dd4a=Array[_0xa536aa(0x12c)](_0x5dea14[_0xa536aa(0x17c)]())[_0xa536aa(0x216)](_0x229baf=>_0x229baf[_0xa536aa(0x140)](_0x2a20f6));if(!_0x19dd4a)continue;const _0x1cc8b2=_0x19dd4a[_0xa536aa(0x1a6)](_0x2a20f6);this[_0xa536aa(0x14e)](_0x5caf7e)&&_0xa536aa(0x1c3)==_0x58b592[_0xa536aa(0x284)]&&0x0!=_0x1cc8b2[_0xa536aa(0x286)]||(_0x5dea14[_0xa536aa(0x240)](_0x19dd4a),_0x1cc8b2[_0xa536aa(0x1ce)](_0x5eb3ef=>{const _0x480f16=_0xa536aa;_0x5dea14[_0x480f16(0x1de)](_0x5eb3ef,_0x459905);}),_0xa536aa(0x1c3)!=_0x58b592[_0xa536aa(0x284)]&&_0x290281!=_0x6a24b2&&_0x5dea14[_0xa536aa(0x1de)](_0x19dd4a[_0xa536aa(0x1cc)](_0x2a20f6),_0x290281));}const _0x15c28c=[];for(const [_0x53251b,_0x3ac5a1]of _0x5dea14){const _0x2c4409=_0x506890(),_0x37c9c8={'key':_0x5caf7e,'oldValue':_0x3ac5a1,'newValue':_0x6a24b2};_0x5caf7e[_0xa536aa(0x286)]>0x25&&console[_0xa536aa(0x1f4)](_0xa536aa(0x1d6),{'key':_0x5caf7e});const _0x4776d5=(_0xa536aa(0x235)+(_0x5caf7e+'|'+Et({'newValue':_0x6a24b2})))[_0xa536aa(0x1c8)](0x0,0x3c),_0x2685af=this[_0xa536aa(0x157)]({'id':_0x2c4409,'type':_0x4776d5,'data':_0x37c9c8,'createdAt':new Date(),'authorId':_0x2ff252,'attributes':_0x408da4});_0x15c28c[_0xa536aa(0x1ec)](_0x2685af),this[_0xa536aa(0x276)](_0x4776d5,_0x2c4409,_0x2ff252,_0x53251b);}return _0x15c28c;}[_0x3ec1a6(0x24c)](_0x13d804){const _0x120a04=_0x3ec1a6;this[_0x120a04(0x1a8)][_0x120a04(0x1be)](_0x13d804);}[_0x3ec1a6(0x166)](_0x3498fe){const _0x292e26=_0x3ec1a6;this[_0x292e26(0x149)][_0x292e26(0x1be)](_0x3498fe);}[_0x3ec1a6(0x11c)](_0x4f3be4,_0x59e62d=[],_0x7cba04=[]){const _0x2201a6=_0x3ec1a6;this[_0x2201a6(0x21a)](_0x4f3be4,(_0x20e2ee,..._0x449858)=>{const _0x27147e=_0x2201a6;this[_0x27147e(0x273)](()=>{_0x20e2ee(..._0x449858);});});for(const _0x4c0761 of _0x59e62d)this[_0x2201a6(0x166)](_0x4c0761);for(const _0x25be0b of _0x7cba04)this[_0x2201a6(0x24c)](_0x25be0b);}[_0x3ec1a6(0x1fb)](_0x1b2588){const _0x781a27=_0x3ec1a6;return _0x781a27(0x1b2)==_0x1b2588[_0x781a27(0x284)]?_0x1b2588[_0x781a27(0x1c7)][_0x781a27(0x242)]('|')[0x0]:null;}[_0x3ec1a6(0x2a3)](_0x40f6d4,_0x425365){const _0x2d7197=_0x3ec1a6,_0x474eb8=_0x40f6d4[_0x2d7197(0x261)]();this[_0x2d7197(0x1ca)][_0x2d7197(0x17e)](_0x2563a9=>{const _0x1f1d03=_0x2d7197;_0x2563a9[_0x1f1d03(0x1f1)](_0x474eb8,{'range':_0x425365});});}[_0x3ec1a6(0x1fd)](_0x2fced2){const _0x187189=_0x3ec1a6,_0x253dfd=_0x2fced2['id'],_0x4024b9=this[_0x187189(0x1a2)][_0x187189(0x189)][_0x187189(0x1f9)](_0x187189(0x271));this[_0x187189(0x207)][_0x187189(0x25e)](_0x253dfd)||this[_0x187189(0x207)][_0x187189(0x115)]({'channelId':_0x4024b9,'threadId':_0x253dfd,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x584923=this[_0x187189(0x207)][_0x187189(0x2a6)](_0x253dfd);_0x584923[_0x187189(0x292)](_0x187189(0x16a)),_0x584923[_0x187189(0x16a)]=!0x1,_0x2fced2[_0x187189(0x1b8)]=_0x584923;}[_0x3ec1a6(0x227)](_0x5b9d2f,_0x54b53a,_0x340d9d,_0x1d7851){const _0x4daa50=_0x3ec1a6;if(_0x5b9d2f[_0x4daa50(0x284)]!=_0x54b53a||_0x5b9d2f[_0x4daa50(0x1c7)]!=_0x340d9d||_0x5b9d2f[_0x4daa50(0x260)]['id']!=_0x1d7851)throw this[_0x4daa50(0x1a2)][_0x4daa50(0x1a1)](_0x4daa50(0x15b)),new _0x3c4b83(_0x4daa50(0x15b),this);}[_0x3ec1a6(0x116)](_0x29fcf4,_0x5cdb34){const _0x1f201e=_0x3ec1a6,_0x3bb33c=_0x29fcf4[_0x1f201e(0x146)]();if(_0x5cdb34[_0x1f201e(0x196)](_0x3bb33c))_0x29fcf4[_0x1f201e(0x210)]();else{if(_0x3bb33c[_0x1f201e(0x153)](_0x5cdb34)){const _0x501625=this[_0x1f201e(0x1ca)][_0x1f201e(0x252)](_0x5cdb34[_0x1f201e(0x25f)][_0x1f201e(0x16f)],_0x1f201e(0x20d));this[_0x1f201e(0x2a3)](_0x29fcf4,this[_0x1f201e(0x1ca)][_0x1f201e(0x148)](_0x3bb33c[_0x1f201e(0x25f)],_0x501625));const _0x4fcd3b=_0x506890(),_0x3c93e1=_0x29fcf4[_0x1f201e(0x260)]['id'],_0x2433e5=_0x29fcf4[_0x1f201e(0x284)]+':'+_0x29fcf4[_0x1f201e(0x1c7)];this[_0x1f201e(0x157)]({'id':_0x4fcd3b,'type':_0x2433e5,'createdAt':new Date(),'authorId':_0x3c93e1,'data':_0x29fcf4[_0x1f201e(0x23d)],'attributes':_0x29fcf4[_0x1f201e(0x244)]});const _0x36345e=this[_0x1f201e(0x1ca)][_0x1f201e(0x252)](_0x5cdb34[_0x1f201e(0x20d)][_0x1f201e(0x1c1)],_0x1f201e(0x223)),_0x504a69=this[_0x1f201e(0x1ca)][_0x1f201e(0x148)](_0x36345e,_0x3bb33c[_0x1f201e(0x20d)]);this[_0x1f201e(0x276)](_0x2433e5,_0x4fcd3b,_0x3c93e1,_0x504a69);}else{if(_0x3bb33c[_0x1f201e(0x12d)](_0x5cdb34[_0x1f201e(0x25f)])){const _0x46d380=this[_0x1f201e(0x1ca)][_0x1f201e(0x252)](_0x5cdb34[_0x1f201e(0x25f)][_0x1f201e(0x16f)],_0x1f201e(0x20d));this[_0x1f201e(0x2a3)](_0x29fcf4,this[_0x1f201e(0x1ca)][_0x1f201e(0x148)](_0x3bb33c[_0x1f201e(0x25f)],_0x46d380));}else{const _0x49879b=this[_0x1f201e(0x1ca)][_0x1f201e(0x252)](_0x5cdb34[_0x1f201e(0x20d)][_0x1f201e(0x1c1)],_0x1f201e(0x223));this[_0x1f201e(0x2a3)](_0x29fcf4,this[_0x1f201e(0x1ca)][_0x1f201e(0x148)](_0x49879b,_0x3bb33c[_0x1f201e(0x20d)]));}}}}[_0x3ec1a6(0x16d)](_0x25999d){const _0x4a0c98=_0x3ec1a6;for(const {suggestion:_0x429337,meta:_0x259fb6}of this[_0x4a0c98(0x1b4)](_0x25999d,_0x4a0c98(0x1c3))){if(!_0x259fb6[_0x4a0c98(0x263)])continue;const _0x1472b0=_0x429337[_0x4a0c98(0x215)]();for(const _0x1bdb3e of _0x1472b0)if(!_0x25999d[_0x4a0c98(0x1a6)](_0x1bdb3e)[_0x4a0c98(0x286)])return!0x0;}return!0x1;}[_0x3ec1a6(0x233)](_0x648f43){const _0x1f12db=_0x3ec1a6,_0x3bfbf4=this[_0x1f12db(0x1a2)][_0x1f12db(0x106)][_0x1f12db(0x1f9)](_0x1f12db(0x13e))[_0x1f12db(0x123)](_0x648f43);if(!_0x3bfbf4)throw new _0x3c4b83(_0x1f12db(0x23e),this);return _0x3bfbf4;}[_0x3ec1a6(0x20e)](_0x1dec6a){const _0x41cc8d=_0x3ec1a6,_0x47198a=this[_0x41cc8d(0x1a2)][_0x41cc8d(0x106)][_0x41cc8d(0x1f9)](_0x41cc8d(0x13e)),_0x58d4ac=_0x341f09(_0x41cc8d(0x162)+_0x1dec6a),_0x36a40d=_0x47198a[_0x41cc8d(0x123)](_0x58d4ac);return _0x36a40d||_0x47198a[_0x41cc8d(0x10a)]({'id':_0x58d4ac,'name':_0x1dec6a});}[_0x3ec1a6(0x105)](_0x468fdf,_0x4372e5,_0x5b9772,_0x4959f9,_0x5ab445){const _0x39a157=_0x3ec1a6,_0x511c1c=this[_0x39a157(0x233)](_0x4959f9),_0x347ac0=this[_0x39a157(0x1db)][_0x39a157(0x28e)](_0x468fdf,_0x4372e5,_0x5b9772,_0x511c1c,_0x5ab445,_0x1f9ee4=>{const _0x963b89=_0x39a157;this[_0x963b89(0x152)](_0x5b9772,{'attributes':_0x1f9ee4});const _0x346078=this[_0x963b89(0x1a0)](_0x5b9772);this[_0x963b89(0x1ef)](new Set([_0x346078])),this[_0x963b89(0x14a)](new Set([_0x346078]));});return this[_0x39a157(0x279)](_0x347ac0,_0x39a157(0x130),()=>{const _0x1b4475=_0x39a157;this[_0x1b4475(0x152)](_0x5b9772,{'state':_0x1b4475(0x12f)});},{'priority':_0x39a157(0x226)}),this[_0x39a157(0x279)](_0x347ac0,_0x39a157(0x17a),()=>{const _0x34e9ff=_0x39a157;this[_0x34e9ff(0x152)](_0x5b9772,{'state':_0x34e9ff(0x26c)});},{'priority':_0x39a157(0x226)}),this[_0x39a157(0x1c5)][_0x39a157(0x1de)](_0x5b9772,_0x347ac0),this[_0x39a157(0x15e)][_0x39a157(0x1de)](_0x347ac0,_0x39a157(0x2a1)),_0x347ac0;}[_0x3ec1a6(0x295)](_0x4e9ebd){const _0x2ecc91=_0x3ec1a6,_0x4b5d05=_0x4e9ebd[_0x2ecc91(0x242)](':');return{'group':_0x4b5d05[0x0],'type':_0x4b5d05[0x1],'subType':_0x4b5d05[_0x2ecc91(0x286)]>=0x5?_0x4b5d05[0x2]:null,'id':_0x4b5d05[_0x2ecc91(0x286)]<0x5?_0x4b5d05[0x2]:_0x4b5d05[0x3],'authorId':_0x4b5d05[_0x2ecc91(0x286)]<0x5?_0x4b5d05[0x3]:_0x4b5d05[0x4],'markerCount':0x6==_0x4b5d05[_0x2ecc91(0x286)]?_0x4b5d05[0x5]:null};}[_0x3ec1a6(0x1dc)](_0x38353a,_0x2069d0,_0x1f977a){const _0x1310b3=_0x3ec1a6,_0x51ac87=_0x38353a[_0x1310b3(0x146)](),_0xe546b0=_0x51ac87[_0x1310b3(0x25f)],_0x250649=_0x51ac87[_0x1310b3(0x20d)];this[_0x1310b3(0x2a3)](_0x38353a,this[_0x1310b3(0x1ca)][_0x1310b3(0x148)](_0xe546b0,_0x2069d0));const _0x2064b0=_0x506890(),_0x283e7a=_0x38353a[_0x1310b3(0x260)]['id'],_0x48749f=_0x38353a[_0x1310b3(0x284)]+(_0x38353a[_0x1310b3(0x1c7)]?':'+_0x38353a[_0x1310b3(0x1c7)]:'');this[_0x1310b3(0x157)]({'id':_0x2064b0,'type':_0x48749f,'createdAt':new Date(),'authorId':_0x283e7a,'originalSuggestionId':_0x38353a['id'],'attributes':_0x38353a[_0x1310b3(0x244)],'data':_0x38353a[_0x1310b3(0x23d)]});const _0x276b9f=this[_0x1310b3(0x1fb)](_0x38353a);(_0x1310b3(0x15f)==_0x38353a[_0x1310b3(0x284)]||_0x276b9f&&this[_0x1310b3(0x14e)](_0x276b9f))&&(_0x1f977a=this[_0x1310b3(0x1ca)][_0x1310b3(0x246)](_0x1f977a[_0x1310b3(0x1c1)])),this[_0x1310b3(0x276)](_0x48749f,_0x2064b0,_0x283e7a,this[_0x1310b3(0x1ca)][_0x1310b3(0x148)](_0x1f977a,_0x250649));}[_0x3ec1a6(0x1b4)](_0x144f21,_0x1dc6aa=null){const _0x3e1aba=_0x3ec1a6,_0x18afbd=[],_0x58ae4f=this[_0x3e1aba(0x1a2)][_0x3e1aba(0x106)][_0x3e1aba(0x1f9)](_0x3e1aba(0x13e))['me'];Array[_0x3e1aba(0x1c0)](_0x144f21)||(_0x144f21=[_0x144f21]);for(const _0x44d561 of this[_0x3e1aba(0x1d3)]()){if(!_0x44d561[_0x3e1aba(0x264)])continue;if(_0x1dc6aa&&_0x44d561[_0x3e1aba(0x284)]!=_0x1dc6aa)continue;let _0xd19f62=!0x1;for(const _0x47c7c7 of _0x44d561[_0x3e1aba(0x215)]()){for(const _0x56d65a of _0x144f21){const _0x5aa18d=_0x56d65a[_0x3e1aba(0x25f)][_0x3e1aba(0x196)](_0x47c7c7[_0x3e1aba(0x20d)])||_0x56d65a[_0x3e1aba(0x20d)][_0x3e1aba(0x196)](_0x47c7c7[_0x3e1aba(0x25f)]);if(_0x5aa18d||_0x56d65a[_0x3e1aba(0x1cc)](_0x47c7c7)){const _0x3cd51a=_0x56d65a[_0x3e1aba(0x153)](_0x47c7c7)&&xt(this[_0x3e1aba(0x1ca)][_0x3e1aba(0x21b)],_0x47c7c7[_0x3e1aba(0x25f)],_0x56d65a),_0x3556a9=_0x47c7c7[_0x3e1aba(0x153)](_0x56d65a)&&xt(this[_0x3e1aba(0x1ca)][_0x3e1aba(0x21b)],_0x56d65a[_0x3e1aba(0x25f)],_0x47c7c7);_0x18afbd[_0x3e1aba(0x1ec)]({'suggestion':_0x44d561,'meta':{'isOwn':_0x58ae4f==_0x44d561[_0x3e1aba(0x20f)],'isNextTo':_0x5aa18d,'isInsideObject':_0x3cd51a,'containsRangeInObject':_0x3556a9}}),_0xd19f62=!0x0;break;}}if(_0xd19f62)break;}}return _0x18afbd;}[_0x3ec1a6(0x276)](_0x5c83fe,_0x155954,_0x294e95,_0x4b89a9,_0x10285d){const _0x4f16e4=_0x3ec1a6;this[_0x4f16e4(0x1ca)][_0x4f16e4(0x17e)](_0x5be3a0=>{const _0x534b05=_0x4f16e4;let _0x2f466b=_0x534b05(0x169)+_0x5c83fe+':'+_0x155954+':'+_0x294e95;_0x10285d&&(_0x2f466b=_0x2f466b+':'+_0x10285d),_0x5be3a0[_0x534b05(0x249)](_0x2f466b,{'range':_0x4b89a9,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3ec1a6(0x108)](_0x12c35b){const _0x418812=_0x3ec1a6,_0x5e09d4=_0x12c35b[_0x418812(0x179)],_0x378bed=_0x12c35b[_0x418812(0x13b)];_0x12c35b[_0x418812(0x179)]=null,_0x12c35b[_0x418812(0x13b)]=null,null!=_0x5e09d4&&_0x5e09d4[_0x418812(0x13b)]==_0x12c35b&&(_0x5e09d4[_0x418812(0x13b)]=_0x378bed),null!=_0x378bed&&_0x378bed[_0x418812(0x179)]==_0x12c35b&&(_0x378bed[_0x418812(0x179)]=_0x5e09d4),_0x418812(0x1ff)==this[_0x418812(0x15e)][_0x418812(0x1f9)](_0x12c35b)&&(this[_0x418812(0x15e)][_0x418812(0x1de)](_0x12c35b,_0x418812(0x145)),this[_0x418812(0x287)](_0x418812(0x1a4),_0x12c35b,_0x5e09d4,_0x378bed));}[_0x3ec1a6(0x157)](_0x66b066){const _0x291e02=_0x3ec1a6,_0x4b1e6e=_0x66b066['id'],_0x14444e=this[_0x291e02(0x224)](_0x66b066);if(this[_0x291e02(0x1cf)]&&this[_0x291e02(0x1cf)][_0x291e02(0x1b6)]){const _0x517655=this[_0x291e02(0x1a2)][_0x291e02(0x106)][_0x291e02(0x1f9)](_0x291e02(0x1a9)),_0x1bc494=_0x14444e[_0x291e02(0x192)],_0x56ab9e=_0x14444e[_0x291e02(0x1c7)]?_0x14444e[_0x291e02(0x284)]+':'+_0x14444e[_0x291e02(0x1c7)]:_0x14444e[_0x291e02(0x284)],_0x183b55=this[_0x291e02(0x1a2)][_0x291e02(0x255)],_0x13763c=_0x517655[_0x291e02(0x1be)](_0x51e423(_0x183b55,_0x291e02(0x1ed))),_0x2a2176={'id':_0x4b1e6e,'type':_0x56ab9e,'hasComments':_0x1bc494,'data':_0x66b066[_0x291e02(0x23d)]||null,'originalSuggestionId':_0x66b066[_0x291e02(0x22d)]||null,'attributes':_0x14444e[_0x291e02(0x244)]};this[_0x291e02(0x1cf)][_0x291e02(0x1b6)](_0x2a2176)[_0x291e02(0x25c)](_0x1b61e4=>{const _0x1330c4=_0x291e02;_0x14444e[_0x1330c4(0x299)]=!0x0,_0x517655[_0x1330c4(0x21d)](_0x13763c),_0x1b61e4&&_0x1b61e4[_0x1330c4(0x201)]&&(this[_0x1330c4(0x1c5)][_0x1330c4(0x1f9)](_0x4b1e6e)[_0x1330c4(0x201)]=_0x1b61e4[_0x1330c4(0x201)]);})[_0x291e02(0x293)](_0x34928b=>{const _0xbcbdda=_0x291e02;throw _0x27a5e6(_0xbcbdda(0x18b)),this[_0xbcbdda(0x1a2)][_0xbcbdda(0x1fc)][_0xbcbdda(0x158)]({'isUndoable':!0x1},()=>{const _0x2102c4=_0xbcbdda;_0x14444e[_0x2102c4(0x17a)]();}),_0x14444e[_0xbcbdda(0x219)](),this[_0xbcbdda(0x1c5)][_0xbcbdda(0x240)](_0x14444e['id']),this[_0xbcbdda(0x15e)][_0xbcbdda(0x240)](_0x14444e),_0x34928b;});}return _0x14444e;}[_0x3ec1a6(0x14e)](_0x27e3b8){const _0x155abb=_0x3ec1a6;return this[_0x155abb(0x1a8)][_0x155abb(0x178)](_0x27e3b8);}[_0x3ec1a6(0x152)](_0x57c0bc,_0x10ae6a){const _0x816c5b=_0x3ec1a6,_0x5e26b4=this[_0x816c5b(0x1a2)][_0x816c5b(0x106)][_0x816c5b(0x1f9)](_0x816c5b(0x1a9)),_0x1c716c=this[_0x816c5b(0x1a0)](_0x57c0bc);if(this[_0x816c5b(0x1cf)]&&this[_0x816c5b(0x1cf)][_0x816c5b(0x142)]){if(_0x1c716c[_0x816c5b(0x299)]){const _0x254bd0=_0x5e26b4[_0x816c5b(0x1be)](_0x51e423(this[_0x816c5b(0x1a2)][_0x816c5b(0x255)],_0x816c5b(0x1ed)));this[_0x816c5b(0x1cf)][_0x816c5b(0x142)](_0x57c0bc,_0x10ae6a)[_0x816c5b(0x25c)](()=>{const _0x49c87f=_0x816c5b;_0x5e26b4[_0x49c87f(0x21d)](_0x254bd0);});}else _0x1c716c['on'](_0x816c5b(0x253),()=>{const _0x2fe363=_0x816c5b;this[_0x2fe363(0x152)](_0x57c0bc,_0x10ae6a);});}}[_0x3ec1a6(0x103)](_0x18e4af){const _0x3498f4=_0x3ec1a6;if(!this[_0x3498f4(0x1cf)]||!this[_0x3498f4(0x1cf)][_0x3498f4(0x1a0)])throw new _0x3c4b83(_0x3498f4(0x184),this);return this[_0x3498f4(0x1cf)][_0x3498f4(0x1a0)](_0x18e4af);}[_0x3ec1a6(0x2a7)](_0x4a53e2){const _0x8a8ca0=_0x3ec1a6,{id:_0x203da8,type:_0xad9c59,subType:_0x4b09e6,authorId:_0x31af0a}=this[_0x8a8ca0(0x295)](_0x4a53e2),_0x4c8c9d=this[_0x8a8ca0(0x1c5)][_0x8a8ca0(0x1f9)](_0x203da8)||this[_0x8a8ca0(0x105)](_0xad9c59,_0x4b09e6,_0x203da8,_0x31af0a,{});switch(this[_0x8a8ca0(0x227)](_0x4c8c9d,_0xad9c59,_0x4b09e6,_0x31af0a),this[_0x8a8ca0(0x15e)][_0x8a8ca0(0x1f9)](_0x4c8c9d)){case _0x8a8ca0(0x2a1):this[_0x8a8ca0(0x103)](_0x203da8)[_0x8a8ca0(0x25c)](_0x911954=>{const _0x1f9dfc=_0x8a8ca0;let _0x509455=Promise[_0x1f9dfc(0x175)]();_0x911954[_0x1f9dfc(0x192)]&&(_0x509455=this[_0x1f9dfc(0x207)][_0x1f9dfc(0x241)]({'channelId':this[_0x1f9dfc(0x1a2)][_0x1f9dfc(0x189)][_0x1f9dfc(0x1f9)](_0x1f9dfc(0x271)),'threadId':_0x203da8})),_0x509455[_0x1f9dfc(0x25c)](()=>{const _0x56931d=_0x1f9dfc;this[_0x56931d(0x224)](_0x911954)[_0x56931d(0x299)]=!0x0;});}),this[_0x8a8ca0(0x15e)][_0x8a8ca0(0x1de)](_0x4c8c9d,_0x8a8ca0(0x209));break;case _0x8a8ca0(0x145):this[_0x8a8ca0(0x152)](_0x203da8,{'state':_0x8a8ca0(0x1a5)});case _0x8a8ca0(0x24d):this[_0x8a8ca0(0x15e)][_0x8a8ca0(0x1de)](_0x4c8c9d,_0x8a8ca0(0x1ff)),this[_0x8a8ca0(0x287)](_0x8a8ca0(0x11a),_0x4c8c9d);break;case _0x8a8ca0(0x1ff):this[_0x8a8ca0(0x287)](_0x8a8ca0(0x1e7),_0x4c8c9d);}return _0x4c8c9d[_0x8a8ca0(0x111)](_0x4a53e2),_0x4c8c9d;}[_0x3ec1a6(0x14a)](_0x1c2e57){const _0x4a01cc=_0x3ec1a6,_0x277c0e=Array[_0x4a01cc(0x12c)](_0x1c2e57),_0x56dd51=_0x277c0e[_0x4a01cc(0x10e)](_0x434335=>_0x4a01cc(0x1b2)==_0x434335[_0x4a01cc(0x284)]);this[_0x4a01cc(0x156)](_0x56dd51);const _0x186281=_0x277c0e[_0x4a01cc(0x10e)](_0x39cc5d=>!_0x39cc5d[_0x4a01cc(0x1cb)]&&_0x4a01cc(0x1b2)!=_0x39cc5d[_0x4a01cc(0x284)]),_0x1ca92e=this[_0x4a01cc(0x1d3)]({'skipNotAttached':!0x0})[_0x4a01cc(0x10e)](_0x260877=>!_0x260877[_0x4a01cc(0x1cb)]&&_0x4a01cc(0x1b2)!=_0x260877[_0x4a01cc(0x284)]),_0x1e64c0=_0x1ca92e[_0x4a01cc(0x10e)](_0x2eed6=>!_0x1c2e57[_0x4a01cc(0x178)](_0x2eed6)),_0x24e214=new Map(_0x1ca92e[_0x4a01cc(0x21e)](_0x472f6d=>[_0x472f6d,this[_0x4a01cc(0x1db)][_0x4a01cc(0x1b9)](_0x472f6d[_0x4a01cc(0x284)],_0x472f6d[_0x4a01cc(0x1c7)],_0x4a01cc(0x217))])),_0x163183=new Map(_0x1ca92e[_0x4a01cc(0x21e)](_0x595d5f=>[_0x595d5f,_0x595d5f[_0x4a01cc(0x146)]()])),_0x5e5642=new Set(),_0x2138cb=new Set();for(let _0xa535a8=0x0;_0xa535a8<_0x186281[_0x4a01cc(0x286)];_0xa535a8++)_0x373d08(_0x186281[_0xa535a8],_0x186281,_0xa535a8+0x1);for(let _0x482a24=0x0;_0x482a24<_0x186281[_0x4a01cc(0x286)];_0x482a24++)_0x373d08(_0x186281[_0x482a24],_0x1e64c0,0x0);const _0x5e3911=new Set();for(let _0x3357c4=0x0;_0x3357c4<_0x186281[_0x4a01cc(0x286)];_0x3357c4++){const _0x138c36=_0x186281[_0x3357c4];!_0x2138cb[_0x4a01cc(0x178)](_0x138c36)&&_0x138c36[_0x4a01cc(0x179)]&&(_0x5e3911[_0x4a01cc(0x1be)](_0x138c36[_0x4a01cc(0x179)]),_0x138c36[_0x4a01cc(0x179)][_0x4a01cc(0x13b)]===_0x138c36&&(_0x138c36[_0x4a01cc(0x179)][_0x4a01cc(0x13b)]=null),_0x138c36[_0x4a01cc(0x179)]=null),!_0x5e5642[_0x4a01cc(0x178)](_0x138c36)&&_0x138c36[_0x4a01cc(0x13b)]&&(_0x5e3911[_0x4a01cc(0x1be)](_0x138c36[_0x4a01cc(0x13b)]),_0x138c36[_0x4a01cc(0x13b)][_0x4a01cc(0x179)]===_0x138c36&&(_0x138c36[_0x4a01cc(0x13b)][_0x4a01cc(0x179)]=null),_0x138c36[_0x4a01cc(0x13b)]=null);}function _0x373d08(_0x6f0fbf,_0x4a7879,_0x2b7e44){const _0xb44fcf=_0x4a01cc;for(let _0x2dc496=_0x2b7e44;_0x2dc496<_0x4a7879[_0xb44fcf(0x286)];_0x2dc496++){const _0x152de3=_0x481b75(_0x6f0fbf,_0x4a7879[_0x2dc496]);_0x152de3&&(_0x152de3[0x0][_0xb44fcf(0x13b)]=_0x152de3[0x1],_0x152de3[0x1][_0xb44fcf(0x179)]=_0x152de3[0x0],_0x5e5642[_0xb44fcf(0x1be)](_0x152de3[0x0]),_0x2138cb[_0xb44fcf(0x1be)](_0x152de3[0x1]));}}function _0x481b75(_0x31e371,_0x5b28ae){const _0x15da2c=_0x4a01cc;if(_0x31e371[_0x15da2c(0x20f)]['id']!==_0x5b28ae[_0x15da2c(0x20f)]['id'])return null;const _0xc8e411=_0x24e214[_0x15da2c(0x1f9)](_0x31e371)(_0x31e371,_0x5b28ae,_0x163183[_0x15da2c(0x1f9)](_0x31e371),_0x163183[_0x15da2c(0x1f9)](_0x5b28ae));if(!_0xc8e411)return null;return _0x24e214[_0x15da2c(0x1f9)](_0x5b28ae)(_0x31e371,_0x5b28ae,_0x163183[_0x15da2c(0x1f9)](_0x31e371),_0x163183[_0x15da2c(0x1f9)](_0x5b28ae))?_0xc8e411[0x1][_0x15da2c(0x1b8)]&&_0xc8e411[0x1][_0x15da2c(0x1b8)][_0x15da2c(0x286)]?null:_0xc8e411:null;}_0x5e3911[_0x4a01cc(0x16b)]&&this[_0x4a01cc(0x14a)](_0x5e3911);}[_0x3ec1a6(0x156)](_0x3ccada){const _0x421bd2=_0x3ec1a6;if(0x0==_0x3ccada[_0x421bd2(0x286)])return;const _0x47e7c0=this[_0x421bd2(0x1d3)]({'skipNotAttached':!0x0})[_0x421bd2(0x10e)](_0x5783b4=>_0x421bd2(0x1b2)==_0x5783b4[_0x421bd2(0x284)]&&_0x5783b4[_0x421bd2(0x182)]),_0x4376e5=[],_0x5cdafe=new Map();for(const _0x4a3169 of _0x47e7c0){const _0x34b179=_0x341f09(_0x4a3169[_0x421bd2(0x244)]);_0x5cdafe[_0x421bd2(0x178)](_0x34b179)||(_0x5cdafe[_0x421bd2(0x1de)](_0x34b179,_0x4376e5[_0x421bd2(0x286)]),_0x4376e5[_0x421bd2(0x1ec)]([]));const _0x2275c5=_0x5cdafe[_0x421bd2(0x1f9)](_0x34b179);_0x4376e5[_0x2275c5][_0x421bd2(0x1ec)](_0x4a3169);}!(function(){const _0x2b6151=_0x421bd2;_0x4376e5[_0x2b6151(0x119)]((_0x11793e,_0x3c8118)=>{const _0x58ce8c=_0x2b6151,_0x4ee2dd=_0x11793e[0x0][_0x58ce8c(0x201)],_0x5cf0bc=_0x3c8118[0x0][_0x58ce8c(0x201)];return _0x4ee2dd==_0x5cf0bc?_0x11793e[0x0][_0x58ce8c(0x244)][_0x58ce8c(0x132)]<_0x3c8118[0x0][_0x58ce8c(0x244)][_0x58ce8c(0x132)]?-0x1:0x1:_0x4ee2dd<_0x5cf0bc?-0x1:0x1;});for(const _0x2eec05 of _0x4376e5)_0x2eec05[_0x2b6151(0x119)]((_0x3d9902,_0x372792)=>_0x3d9902['id']<_0x372792['id']?-0x1:0x1);}());for(let _0x1b4aae=0x0;_0x1b4aae<_0x4376e5[_0x421bd2(0x286)];_0x1b4aae++){if(0x0==_0x4376e5[_0x1b4aae][_0x421bd2(0x286)])continue;const _0x2573d2=[];for(let _0x36e02f=_0x1b4aae+0x1;_0x36e02f<_0x4376e5[_0x421bd2(0x286)];_0x36e02f++)0x0!=_0x4376e5[_0x36e02f][_0x421bd2(0x286)]&&_0x55639a(_0x4376e5[_0x1b4aae],_0x4376e5[_0x36e02f])&&_0x2573d2[_0x421bd2(0x1ec)](_0x36e02f);for(const _0x24b8dd of _0x2573d2)_0x4376e5[_0x1b4aae]=_0x4376e5[_0x1b4aae][_0x421bd2(0x10c)](_0x4376e5[_0x24b8dd]),_0x4376e5[_0x24b8dd]=[];}for(const _0x1b6f38 of _0x4376e5)for(let _0x27baed=0x0;_0x27baed<_0x1b6f38[_0x421bd2(0x286)];_0x27baed++)_0x1b6f38[_0x27baed][_0x421bd2(0x13b)]=_0x1b6f38[_0x27baed+0x1]||null;for(const _0x35abd2 of _0x4376e5)for(let _0x51d302=0x0;_0x51d302<_0x35abd2[_0x421bd2(0x286)];_0x51d302++)_0x35abd2[_0x51d302][_0x421bd2(0x179)]=_0x35abd2[_0x51d302-0x1]||null;function _0x55639a(_0x21f7c3,_0x807e01){const _0x2c53c2=_0x421bd2;if(_0x21f7c3[0x0][_0x2c53c2(0x244)][_0x2c53c2(0x132)]!==_0x807e01[0x0][_0x2c53c2(0x244)][_0x2c53c2(0x132)]&&_0x21f7c3[0x0][_0x2c53c2(0x20f)]!==_0x807e01[0x0][_0x2c53c2(0x20f)])return!0x1;if(!function(_0x30180c,_0x29e366){const _0x14012b=_0x2c53c2;if(!_0x30180c[_0x14012b(0x192)]&&!_0x29e366[_0x14012b(0x192)])return!0x0;if(_0x30180c[_0x14012b(0x192)]&&_0x29e366[_0x14012b(0x192)])return!0x1;if(_0x30180c[_0x14012b(0x192)]&&_0x29e366[_0x14012b(0x201)]<_0x30180c[_0x14012b(0x1b8)][_0x14012b(0x2a2)][_0x14012b(0x1f9)](0x0)[_0x14012b(0x201)])return!0x0;if(_0x29e366[_0x14012b(0x192)]&&_0x30180c[_0x14012b(0x201)]<_0x29e366[_0x14012b(0x1b8)][_0x14012b(0x2a2)][_0x14012b(0x1f9)](0x0)[_0x14012b(0x201)])return!0x0;return!0x1;}(_0x21f7c3[0x0],_0x807e01[0x0]))return!0x1;const _0x5f1b80=_0x2008fb(_0x21f7c3[0x0][_0x2c53c2(0x244)],_0x2c53c2(0x132)),_0x3d1869=_0x2008fb(_0x807e01[0x0][_0x2c53c2(0x244)],_0x2c53c2(0x132));if(!_0x48701d(_0x5f1b80,_0x3d1869))return!0x1;return!!_0x21f7c3[_0x2c53c2(0x29d)](_0x4464e4=>_0x807e01[_0x2c53c2(0x19c)](_0x286b94=>_0x4464e4[_0x2c53c2(0x146)]()[_0x2c53c2(0x196)](_0x286b94[_0x2c53c2(0x146)]())))&&_0x807e01[_0x2c53c2(0x29d)](_0x5ab970=>_0x21f7c3[_0x2c53c2(0x19c)](_0x389f43=>_0x5ab970[_0x2c53c2(0x146)]()[_0x2c53c2(0x196)](_0x389f43[_0x2c53c2(0x146)]())));}}[_0x3ec1a6(0x1ef)](_0x5464ac){const _0x47e052=_0x3ec1a6,_0x8f65b=Array[_0x47e052(0x12c)](_0x5464ac),_0x2813aa=this[_0x47e052(0x1d3)]({'skipNotAttached':!0x0}),_0x23bc15=_0x2813aa[_0x47e052(0x10e)](_0x282ac1=>!_0x5464ac[_0x47e052(0x178)](_0x282ac1)),_0x544730=new Map(_0x8f65b[_0x47e052(0x21e)](_0x3591d9=>[_0x3591d9,this[_0x47e052(0x1db)][_0x47e052(0x1b9)](_0x3591d9[_0x47e052(0x284)],_0x3591d9[_0x47e052(0x1c7)],_0x47e052(0x2af))])),_0x2b02f3=new Map(_0x2813aa[_0x47e052(0x21e)](_0x2caefc=>[_0x2caefc,_0x2caefc[_0x47e052(0x215)]()]));for(let _0x3a8b9c=0x0;_0x3a8b9c<_0x8f65b[_0x47e052(0x286)];_0x3a8b9c++){if(_0x4dfe71(this,_0x8f65b[_0x3a8b9c],_0x8f65b,_0x3a8b9c+0x1))return!0x0;}for(let _0x12cfee=0x0;_0x12cfee<_0x8f65b[_0x47e052(0x286)];_0x12cfee++){if(_0x4dfe71(this,_0x8f65b[_0x12cfee],_0x23bc15,0x0))return!0x0;}return!0x1;function _0x4dfe71(_0x59b66e,_0x3fe90f,_0x407eb0,_0x129126){const _0x5e4c68=_0x47e052;for(let _0x1b7af5=_0x129126;_0x1b7af5<_0x407eb0[_0x5e4c68(0x286)];_0x1b7af5++){const _0x417e80=_0x407eb0[_0x1b7af5];if(_0x417e80[_0x5e4c68(0x284)]!==_0x3fe90f[_0x5e4c68(0x284)]||_0x417e80[_0x5e4c68(0x20f)]['id']!==_0x3fe90f[_0x5e4c68(0x20f)]['id']||_0x417e80[_0x5e4c68(0x1c7)]!==_0x3fe90f[_0x5e4c68(0x1c7)])continue;if(!Ft(_0x3fe90f,_0x417e80,[_0x5e4c68(0x132)]))continue;if(_0x5e4c68(0x1b2)==_0x3fe90f[_0x5e4c68(0x284)]&&_0x3fe90f[_0x5e4c68(0x23d)][_0x5e4c68(0x21f)]!=_0x417e80[_0x5e4c68(0x23d)][_0x5e4c68(0x21f)])continue;if(_0x5e4c68(0x1b2)==_0x3fe90f[_0x5e4c68(0x284)]&&_0x59b66e[_0x5e4c68(0x14e)](_0x3fe90f[_0x5e4c68(0x23d)][_0x5e4c68(0x24e)]))continue;if(_0x5e4c68(0x15f)==_0x3fe90f[_0x5e4c68(0x284)]){const _0x5919bb=_0x59b66e[_0x5e4c68(0x1a2)][_0x5e4c68(0x1fc)],_0x405672=_0x3fe90f[_0x5e4c68(0x113)]();if(_0x405672&&(_0x5919bb[_0x5e4c68(0x21b)][_0x5e4c68(0x297)](_0x405672)||_0x5919bb[_0x5e4c68(0x21b)][_0x5e4c68(0x1bf)](_0x405672)))continue;}const _0x36bb91=_0x544730[_0x5e4c68(0x1f9)](_0x3fe90f),_0x116294=_0x2b02f3[_0x5e4c68(0x1f9)](_0x3fe90f),_0x4a2790=_0x2b02f3[_0x5e4c68(0x1f9)](_0x417e80),_0x182a21=_0x3fe90f[_0x5e4c68(0x1b8)]&&_0x3fe90f[_0x5e4c68(0x1b8)][_0x5e4c68(0x286)],_0x56a136=_0x417e80[_0x5e4c68(0x1b8)]&&_0x417e80[_0x5e4c68(0x1b8)][_0x5e4c68(0x286)];if(!_0x182a21&&_0x36bb91(_0x4a2790,_0x116294))return _0x59b66e[_0x5e4c68(0x20c)](_0x417e80,_0x3fe90f),_0x2b02f3[_0x5e4c68(0x240)](_0x3fe90f),!0x0;if(!_0x56a136&&_0x36bb91(_0x116294,_0x4a2790))return _0x59b66e[_0x5e4c68(0x20c)](_0x3fe90f,_0x417e80),_0x2b02f3[_0x5e4c68(0x240)](_0x417e80),!0x0;}return!0x1;}}[_0x3ec1a6(0x20c)](_0x5e10fd,_0x1872c8){const _0x57874f=_0x3ec1a6;if(_0x5e10fd[_0x57874f(0x1cb)]){for(const _0x4df9c1 of _0x1872c8[_0x57874f(0x215)]())_0x5e10fd[_0x57874f(0x18d)](_0x4df9c1);}else{const _0x1c6a20=_0x1872c8[_0x57874f(0x146)]()[_0x57874f(0x20d)];this[_0x57874f(0x2a3)](_0x5e10fd,this[_0x57874f(0x1ca)][_0x57874f(0x148)](_0x5e10fd[_0x57874f(0x146)]()[_0x57874f(0x25f)],_0x1c6a20));}_0x1872c8[_0x57874f(0x210)]();}[_0x3ec1a6(0x272)](_0x5db591,_0x49933f){const _0x2475e3=_0x3ec1a6,_0x27bb06=_0x5db591[_0x2475e3(0x280)](_0x2475e3(0x1ab))||_0x5db591[_0x2475e3(0x280)](_0x2475e3(0x1b2))?_0x2475e3(0x19f):_0x5db591[_0x2475e3(0x1c4)]();return _0x51e423(this[_0x2475e3(0x1a2)][_0x2475e3(0x255)],_0x49933f+'_'+_0x27bb06+_0x2475e3(0x134));}[_0x3ec1a6(0x278)](){const _0x279293=_0x3ec1a6,_0x4f8700=this[_0x279293(0x1a2)];_0x124e78(this[_0x279293(0x1ca)],({left:_0x582700,entered:_0x1e2b8c})=>{const _0x38be12=_0x279293,_0x381650=[];for(const _0x378192 of _0x582700){const {group:_0xb2845,type:_0x25e17c}=this[_0x38be12(0x295)](_0x378192[_0x38be12(0x243)]);if(_0x38be12(0x28c)===_0xb2845){_0x381650[_0x38be12(0x1ec)](this[_0x38be12(0x272)](_0x25e17c,_0x38be12(0x2ae)));break;}}for(const _0x4e86c6 of _0x1e2b8c){const {group:_0x1034bc,type:_0x4fb945}=this[_0x38be12(0x295)](_0x4e86c6[_0x38be12(0x243)]);if(_0x38be12(0x28c)===_0x1034bc){_0x381650[_0x38be12(0x1ec)](this[_0x38be12(0x272)](_0x4fb945,_0x38be12(0x1da)));break;}}_0x381650[_0x38be12(0x286)]&&_0x4f8700['ui'][_0x38be12(0x2ac)][_0x38be12(0x1d7)](_0x38be12(0x122),_0x381650[_0x38be12(0x2af)]('\x20'));});}[_0x3ec1a6(0x165)](_0xdf4b1b){const _0x50071a=_0x3ec1a6;if(this[_0x50071a(0x168)])return!0x1;const _0x490530=this[_0x50071a(0x1a2)],_0x356b0c=_0x490530[_0x50071a(0x1fc)][_0x50071a(0x112)][_0x50071a(0x1e6)][_0x50071a(0x1e4)]();if(0x0==_0x356b0c[_0x50071a(0x286)])return!0x1;const _0x14c10c=[],_0x4a76ae=_0x356b0c[_0x50071a(0x10e)](_0x5aad90=>_0x50071a(0x1b2)==_0x5aad90[_0x50071a(0x284)]),_0x4bfca3=_0x356b0c[_0x50071a(0x10e)](_0x5f1ccd=>_0x50071a(0x237)==_0x5f1ccd[_0x50071a(0x284)]&&_0x50071a(0x265)!=_0x5f1ccd[_0x50071a(0x243)]),_0xd106e5=_0x356b0c[_0x50071a(0x10e)](_0x5a520d=>_0x50071a(0x21d)==_0x5a520d[_0x50071a(0x284)]&&_0x50071a(0x265)!=_0x5a520d[_0x50071a(0x243)]);for(const _0x46e07c of _0x4a76ae)_0x14c10c[_0x50071a(0x1ec)]({'key':_0x46e07c[_0x50071a(0x107)],'newValue':_0x46e07c[_0x50071a(0x172)],'oldValue':_0x46e07c[_0x50071a(0x155)],'range':Ut(_0x46e07c[_0x50071a(0x25d)],_0x490530[_0x50071a(0x1fc)])});for(const _0x49c94e of _0x4bfca3){const _0x385282=_0xd106e5[_0x50071a(0x216)](_0x4793af=>_0x4793af[_0x50071a(0x1e3)][_0x50071a(0x196)](_0x49c94e[_0x50071a(0x1e3)]));_0x385282&&_0x14c10c[_0x50071a(0x1ec)]({'key':_0x50071a(0x214),'newValue':_0x49c94e[_0x50071a(0x243)],'oldValue':_0x385282[_0x50071a(0x243)],'range':_0x490530[_0x50071a(0x1fc)][_0x50071a(0x135)](_0x49c94e[_0x50071a(0x1e3)][_0x50071a(0x23c)])});}return 0x0!=_0x14c10c[_0x50071a(0x286)]&&this[_0x50071a(0x266)](_0xdf4b1b,_0x14c10c);}[_0x3ec1a6(0x238)](_0x2312b0){const _0x114e18=_0x3ec1a6;let _0x40ad30=!0x1;const _0x3a97d7=this[_0x114e18(0x1a2)][_0x114e18(0x1fc)][_0x114e18(0x112)][_0x114e18(0x1e6)][_0x114e18(0x22f)]()[_0x114e18(0x10e)](_0x42d0b2=>_0x42d0b2[_0x114e18(0x23d)][_0x114e18(0x171)]&&_0x42d0b2[_0x114e18(0x243)][_0x114e18(0x280)](_0x114e18(0x102)));for(const _0x1da2f2 of _0x3a97d7){const {subType:_0x2b97cc,id:_0x5c945e}=this[_0x114e18(0x295)](_0x1da2f2[_0x114e18(0x243)]),_0x43bd02=_0x2b97cc[_0x114e18(0x242)]('|')[0x0];for(const _0x133607 of this[_0x114e18(0x1d3)]({'skipNotAttached':!0x0}))_0x133607['id']!=_0x5c945e&&_0x114e18(0x1b2)==_0x133607[_0x114e18(0x284)]&&_0x133607[_0x114e18(0x23d)]&&_0x133607[_0x114e18(0x23d)][_0x114e18(0x24e)]==_0x43bd02&&_0x133607[_0x114e18(0x146)]()[_0x114e18(0x140)](_0x1da2f2[_0x114e18(0x23d)][_0x114e18(0x171)])&&(this[_0x114e18(0x13f)](_0x133607,_0x1da2f2[_0x114e18(0x23d)][_0x114e18(0x171)],_0x2312b0),_0x40ad30=!0x0);}return _0x40ad30;}[_0x3ec1a6(0x273)](_0x13229d){const _0x8e389d=_0x3ec1a6;this[_0x8e389d(0x1a2)],(this[_0x8e389d(0x168)]=!0x0,_0x13229d());}[_0x3ec1a6(0x185)](_0x5240ee){const _0x19dc89=_0x3ec1a6,_0x24783b=this[_0x19dc89(0x14e)](_0x5240ee),_0x5a2519=this[_0x19dc89(0x149)][_0x19dc89(0x178)](_0x5240ee);return _0x24783b||_0x5a2519;}[_0x3ec1a6(0x266)](_0x379e1b,_0x2c2df3){const _0x35d147=_0x3ec1a6;if(0x0==_0x2c2df3[_0x35d147(0x286)])return!0x1;let _0x50310c=!0x1;for(const _0x38506c of _0x2c2df3){const _0x2ce085=this[_0x35d147(0x1b4)](_0x38506c[_0x35d147(0x25d)],_0x35d147(0x1b2))[_0x35d147(0x10e)](_0x1bde06=>!_0x1bde06[_0x35d147(0x19b)][_0x35d147(0x29e)])[_0x35d147(0x21e)](_0x483198=>_0x483198[_0x35d147(0x28c)]),_0x117a68=_0x341f09({'newValue':_0x38506c[_0x35d147(0x27d)]});_0x2ce085[_0x35d147(0x10e)](_0x503701=>{const _0x97b501=_0x35d147,[_0x1fcd2b,_0x5318a7]=_0x503701[_0x97b501(0x1c7)][_0x97b501(0x242)]('|');return _0x1fcd2b==_0x38506c[_0x97b501(0x24e)]&&_0x5318a7!=_0x117a68;})[_0x35d147(0x1ce)](_0x374d20=>{const _0x301b2e=_0x35d147;this[_0x301b2e(0x13f)](_0x374d20,_0x38506c[_0x301b2e(0x25d)],_0x379e1b),_0x50310c=!0x0;});}return _0x50310c;}[_0x3ec1a6(0x13f)](_0x31057d,_0x543dbf,_0x50d70f){const _0x2df09f=_0x3ec1a6,_0x4acc52=_0x31057d[_0x2df09f(0x146)]()[_0x2df09f(0x1a6)](_0x543dbf);0x0!==_0x4acc52[_0x2df09f(0x286)]?0x1!==_0x4acc52[_0x2df09f(0x286)]?this[_0x2df09f(0x1dc)](_0x31057d,_0x543dbf[_0x2df09f(0x25f)],_0x543dbf[_0x2df09f(0x20d)]):this[_0x2df09f(0x2a3)](_0x31057d,_0x4acc52[0x0]):_0x50d70f[_0x2df09f(0x28a)](_0x31057d[_0x2df09f(0x261)]());}}class Bt{constructor(_0x5eeb35){const _0x2ee9e4=_0x3ec1a6;this[_0x2ee9e4(0x29c)]=_0x5eeb35,this[_0x2ee9e4(0x1ca)]=_0x5eeb35[_0x2ee9e4(0x1fc)],this[_0x2ee9e4(0x1ac)]=new Map(),this[_0x2ee9e4(0x24a)]=new Map(),this[_0x2ee9e4(0x203)]();}[_0x3ec1a6(0x28e)](_0xcb90e7,_0x497068,_0x5d4708,_0xd447c9,_0x57eade,_0x2a6007){const _0x42922a=_0x3ec1a6;return new _0x157044(this[_0x42922a(0x1ca)],{'type':_0xcb90e7,'subType':_0x497068,'id':_0x5d4708,'author':_0xd447c9,'creator':_0xd447c9,'attributes':_0x57eade,'onAttributesChange':_0x2a6007,'onAccept':(..._0x46adea)=>this[_0x42922a(0x1b9)](_0xcb90e7,_0x497068,_0x42922a(0x130))(..._0x46adea),'onDiscard':(..._0x55d4c7)=>this[_0x42922a(0x1b9)](_0xcb90e7,_0x497068,_0x42922a(0x17a))(..._0x55d4c7)});}[_0x3ec1a6(0x12b)](_0x348ed1,_0x3c711f,_0x520ef7,_0x588ae9){const _0x634b38=_0x3ec1a6,_0x5c102b=_0x348ed1+':'+_0x3c711f+':'+_0x520ef7;this[_0x634b38(0x1ac)][_0x634b38(0x1de)](_0x5c102b,_0x588ae9);}[_0x3ec1a6(0x1b9)](_0x1a3b35,_0x250749,_0x4cd491){const _0x5a94a8=_0x3ec1a6,_0x266a32=_0x1a3b35+':'+_0x250749+':'+_0x4cd491;return this[_0x5a94a8(0x1ac)][_0x5a94a8(0x1f9)](_0x266a32)||this[_0x5a94a8(0x24a)][_0x5a94a8(0x1f9)](_0x1a3b35+':'+_0x4cd491);}[_0x3ec1a6(0x203)](){const _0x5b8507=_0x3ec1a6,_0x4b5ab1=()=>!0x1,_0x3c7230=_0x295bea=>{const _0x150452=_0x3e35;_0x295bea[_0x150452(0x119)]((_0x15df94,_0x77081d)=>_0x15df94[_0x150452(0x25f)][_0x150452(0x231)](_0x77081d[_0x150452(0x25f)])?0x1:-0x1),this[_0x150452(0x1ca)][_0x150452(0x17e)](_0x45587f=>{const _0x54031f=_0x150452;for(const _0x4e0cae of _0x295bea){let _0x39702d;_0x39702d=_0x4e0cae[_0x54031f(0x20d)][_0x54031f(0x1e2)]&&_0x4e0cae[_0x54031f(0x20d)][_0x54031f(0x1c1)]==_0x4e0cae[_0x54031f(0x25f)][_0x54031f(0x23c)]?_0x45587f[_0x54031f(0x195)](_0x4e0cae[_0x54031f(0x25f)][_0x54031f(0x23c)],'on'):_0x45587f[_0x54031f(0x195)](_0x4e0cae),this[_0x54031f(0x1ca)][_0x54031f(0x137)](_0x39702d,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x396023=(_0x55cacb,_0x58eb0d)=>{const _0x1cc628=_0x3e35;_0x58eb0d&&this[_0x1cc628(0x1ca)][_0x1cc628(0x17e)](_0x329b4b=>{const _0x26a0bc=_0x1cc628,{commandName:_0x76ace8,commandParams:_0x198b66=[]}=_0x58eb0d,_0x3e62c1=_0x55cacb[_0x26a0bc(0x21e)](_0x3dba3c=>(Rt(_0x3dba3c)&&(_0x3dba3c=this[_0x26a0bc(0x1ca)][_0x26a0bc(0x148)](_0x3dba3c[_0x26a0bc(0x20d)])),_0x3dba3c))[_0x26a0bc(0x10e)](_0x186987=>_0x26a0bc(0x121)!==_0x186987[_0x26a0bc(0x2a4)][_0x26a0bc(0x183)]);if(_0x3e62c1[_0x26a0bc(0x286)]<0x1)return;const _0x1e064c=Array[_0x26a0bc(0x12c)](this[_0x26a0bc(0x1ca)][_0x26a0bc(0x112)][_0x26a0bc(0x213)][_0x26a0bc(0x215)]())[_0x26a0bc(0x21e)](_0x477818=>_0x512b39[_0x26a0bc(0x1f0)](_0x477818));_0x329b4b[_0x26a0bc(0x25b)](_0x3e62c1);for(const _0x50bb89 of this[_0x26a0bc(0x29c)][_0x26a0bc(0x1e0)][_0x26a0bc(0x1e0)]())_0x50bb89[_0x26a0bc(0x1fa)]();_0x198b66[_0x26a0bc(0x1ec)]({'forceDefaultExecution':!0x0}),this[_0x26a0bc(0x29c)][_0x26a0bc(0x13c)](_0x76ace8,..._0x198b66);const _0x465e6a=_0x1e064c[_0x26a0bc(0x10e)](_0x169187=>_0x26a0bc(0x121)!=_0x169187[_0x26a0bc(0x2a4)][_0x26a0bc(0x183)]);_0x465e6a[_0x26a0bc(0x286)]>0x0&&_0x329b4b[_0x26a0bc(0x25b)](_0x465e6a);for(const _0x347563 of _0x1e064c)_0x347563[_0x26a0bc(0x250)]();});},_0x2118b5=(_0x172c80,_0x161f5c)=>0x1==_0x172c80[_0x5b8507(0x286)]&&0x1==_0x161f5c[_0x5b8507(0x286)]&&_0x172c80[0x0][_0x5b8507(0x20d)][_0x5b8507(0x196)](_0x161f5c[0x0][_0x5b8507(0x25f)]),_0x869582=(_0x48971c,_0x5f158a,_0x1f6d76,_0x49c413)=>Gt(_0x48971c,_0x5f158a,_0x1f6d76,_0x49c413,this[_0x5b8507(0x1ca)])?[_0x48971c,_0x5f158a]:Gt(_0x5f158a,_0x48971c,_0x49c413,_0x1f6d76,this[_0x5b8507(0x1ca)])?[_0x5f158a,_0x48971c]:null;this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x128),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x124),_0x3c7230),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x18c),_0x2118b5),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x1f2),_0x869582),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x17f),_0x3c7230),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x1ee),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x174),_0x2118b5),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x161),_0x869582),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x173),_0x396023),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x28f),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x22b),_0x2118b5),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x1b5),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x167),_0x396023),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x218),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x281),_0x2118b5),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x12a),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x15d),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x232),(_0x3362c2,_0x2364f7)=>{const _0x27aee3=_0x5b8507;if(!_0x2364f7)return;const _0x202fab=this[_0x27aee3(0x29c)][_0x27aee3(0x106)][_0x27aee3(0x1f9)](p);this[_0x27aee3(0x1ca)][_0x27aee3(0x17e)](_0x202d08=>{const _0x6a28bd=_0x27aee3;if(_0x6a28bd(0x214)==_0x2364f7[_0x6a28bd(0x24e)])for(const _0x42062b of _0x3362c2){const _0x59720c=_0x42062b[_0x6a28bd(0x25f)][_0x6a28bd(0x23c)],_0x390ed0=_0x2364f7[_0x6a28bd(0x21f)];_0x202d08[_0x6a28bd(0x23a)](_0x59720c,_0x390ed0);}else{if(_0x202fab[_0x6a28bd(0x14e)](_0x2364f7[_0x6a28bd(0x24e)])){for(const _0x2996e2 of _0x3362c2)void 0x0!==_0x2364f7[_0x6a28bd(0x21f)]?_0x202d08[_0x6a28bd(0x283)](_0x2364f7[_0x6a28bd(0x24e)],_0x2364f7[_0x6a28bd(0x21f)],_0x2996e2[_0x6a28bd(0x25f)][_0x6a28bd(0x23c)]):_0x202d08[_0x6a28bd(0x1e5)](_0x2364f7[_0x6a28bd(0x24e)],_0x2996e2[_0x6a28bd(0x25f)][_0x6a28bd(0x23c)]);}else{for(const _0x521a38 of _0x3362c2)_0x2364f7[_0x6a28bd(0x21f)]?_0x202d08[_0x6a28bd(0x283)](_0x2364f7[_0x6a28bd(0x24e)],_0x2364f7[_0x6a28bd(0x21f)],_0x521a38):_0x202d08[_0x6a28bd(0x1e5)](_0x2364f7[_0x6a28bd(0x24e)],_0x521a38);}}});}),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x14b),_0x2118b5);}}function xt(_0x5de69d,_0x4ad776,_0x23928d){const _0x1c32ca=_0x3ec1a6;for(const _0x5e0ede of _0x4ad776[_0x1c32ca(0x1c1)][_0x1c32ca(0x256)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x5e0ede[_0x1c32ca(0x2a4)]==_0x5e0ede)return!0x1;if(!_0x23928d[_0x1c32ca(0x126)](_0x5e0ede))return!0x1;if(_0x5de69d[_0x1c32ca(0x297)](_0x5e0ede)||_0x5de69d[_0x1c32ca(0x1bf)](_0x5e0ede))return!0x0;}return!0x1;}function Rt(_0x19cf69){const _0x16224d=_0x3ec1a6;return _0x19cf69[_0x16224d(0x20d)][_0x16224d(0x1c1)]==_0x19cf69[_0x16224d(0x25f)][_0x16224d(0x23c)]&&_0x19cf69[_0x16224d(0x20d)][_0x16224d(0x181)];}function Tt(_0x2e2bb0,_0x2f244c,_0x58818b,_0x38a96c){const _0x683093=_0x3ec1a6,_0xe47551=_0x53a69b=>!_0x53a69b[_0x683093(0x16c)]['is'](_0x683093(0x22c))&&!_0x38a96c[_0x683093(0x297)](_0x53a69b[_0x683093(0x16c)]),_0x1b2cbc=_0x2e2bb0[_0x683093(0x25f)][_0x683093(0x257)](_0xe47551),_0x3c1988=_0x2e2bb0[_0x683093(0x20d)][_0x683093(0x257)](_0xe47551,{'direction':_0x683093(0x245)});return(!_0x2e2bb0[_0x683093(0x25f)][_0x683093(0x196)](_0x1b2cbc)||!_0x2e2bb0[_0x683093(0x20d)][_0x683093(0x196)](_0x3c1988))&&(_0x1b2cbc[_0x683093(0x231)](_0x3c1988)?_0x58818b[_0x683093(0x1f1)](_0x2f244c,{'range':_0x58818b[_0x683093(0x148)](_0x1b2cbc,_0x3c1988)}):_0x58818b[_0x683093(0x28a)](_0x2f244c),!0x0);}function Et(_0x41d1f2){return _0x341f09(_0x41d1f2);}function Vt(_0x2ba973){const _0x163f4a=_0x3ec1a6,_0x3d0f2a=_0x2ba973[_0x163f4a(0x25f)][_0x163f4a(0x23c)];return _0x3d0f2a&&_0x3d0f2a['is'](_0x163f4a(0x1d5));}function Ut(_0x581694,_0xe46dac){const _0x1ed26d=_0x3ec1a6;return null==_0x581694[_0x1ed26d(0x20d)][_0x1ed26d(0x16f)]&&_0x581694[_0x1ed26d(0x20d)][_0x1ed26d(0x1c1)]==_0x581694[_0x1ed26d(0x25f)][_0x1ed26d(0x23c)]?Ot(_0x581694[_0x1ed26d(0x25f)][_0x1ed26d(0x23c)],_0xe46dac):_0x581694;}function Ot(_0x221b04,_0x19a0a3){const _0x22d849=_0x3ec1a6,_0x265a64=_0x19a0a3[_0x22d849(0x21b)][_0x22d849(0x297)](_0x221b04)||_0x19a0a3[_0x22d849(0x21b)][_0x22d849(0x197)](_0x221b04);return _0x19a0a3[_0x22d849(0x148)](_0x19a0a3[_0x22d849(0x252)](_0x221b04,_0x22d849(0x282)),_0x265a64?_0x19a0a3[_0x22d849(0x193)](_0x221b04):_0x19a0a3[_0x22d849(0x252)](_0x221b04,_0x22d849(0x20d)));}function Gt(_0x1c54a9,_0x4ddc16,_0x38e019,_0x456ae0,_0x1bec93){const _0x1dd459=_0x3ec1a6;if(!Ft(_0x1c54a9,_0x4ddc16))return!0x1;if(_0x38e019[_0x1dd459(0x20d)][_0x1dd459(0x196)](_0x456ae0[_0x1dd459(0x25f)]))return!0x0;if(_0x1c54a9[_0x1dd459(0x284)]!=_0x4ddc16[_0x1dd459(0x284)])return!0x1;if(!_0x38e019[_0x1dd459(0x20d)][_0x1dd459(0x236)](_0x456ae0[_0x1dd459(0x25f)]))return!0x1;const _0x23835c=_0x1bec93[_0x1dd459(0x148)](_0x38e019[_0x1dd459(0x20d)],_0x456ae0[_0x1dd459(0x25f)])[_0x1dd459(0x11f)]();for(const _0x3ebe58 of _0x23835c)if([_0x1dd459(0x114),_0x1dd459(0x1bb)][_0x1dd459(0x10d)](_0x3ebe58[_0x1dd459(0x284)])&&_0x1bec93[_0x1dd459(0x21b)][_0x1dd459(0x1bf)](_0x3ebe58[_0x1dd459(0x16c)]))return!0x1;return!0x0;}function Ft(_0x5d2f73,_0x4cebce,_0x2739f9=[]){const _0x4eaf08=_0x3ec1a6;return!(!_0x5d2f73[_0x4eaf08(0x182)]||!_0x4cebce[_0x4eaf08(0x182)])&&_0x48701d(_0x2008fb(_0x5d2f73[_0x4eaf08(0x244)],_0x2739f9),_0x2008fb(_0x4cebce[_0x4eaf08(0x244)],_0x2739f9));}function Pt(_0x59379b,_0x3d7871){const _0x20e9b2=_0x3ec1a6,_0x424a60=Lt(_0x59379b[_0x20e9b2(0x244)]),_0x2b2595=Lt(_0x3d7871);if(!_0x59379b[_0x20e9b2(0x182)])return!0x1;for(const _0x5c7c2a of Object[_0x20e9b2(0x17c)](_0x2b2595))if(!_0x48701d(_0x424a60[_0x5c7c2a],_0x2b2595[_0x5c7c2a]))return!0x1;return!0x0;}function Lt(_0x3b092e){const _0x550908=_0x3ec1a6,_0x581554=Object[_0x550908(0x1d4)]({},_0x3b092e);return delete _0x581554[_0x550908(0x144)],delete _0x581554[_0x550908(0x19e)],_0x581554;}
|
|
23
|
+
const _0x384ab8=_0x5b97;(function(_0x2274dd,_0x6fc407){const _0x48eace=_0x5b97,_0x4ff6b1=_0x2274dd();while(!![]){try{const _0x5ad549=-parseInt(_0x48eace(0x1e6))/0x1*(-parseInt(_0x48eace(0x35c))/0x2)+-parseInt(_0x48eace(0x234))/0x3*(parseInt(_0x48eace(0x223))/0x4)+parseInt(_0x48eace(0x1cc))/0x5*(parseInt(_0x48eace(0x310))/0x6)+parseInt(_0x48eace(0x322))/0x7*(-parseInt(_0x48eace(0x1f8))/0x8)+-parseInt(_0x48eace(0x2af))/0x9+-parseInt(_0x48eace(0x2e1))/0xa+parseInt(_0x48eace(0x2a4))/0xb;if(_0x5ad549===_0x6fc407)break;else _0x4ff6b1['push'](_0x4ff6b1['shift']());}catch(_0x1dafc7){_0x4ff6b1['push'](_0x4ff6b1['shift']());}}}(_0x51ca,0x8b86f));function _0x5b97(_0x1ec06e,_0x5654b3){const _0x51ca10=_0x51ca();return _0x5b97=function(_0x5b978b,_0x51cc1b){_0x5b978b=_0x5b978b-0x1b5;let _0x542abb=_0x51ca10[_0x5b978b];return _0x542abb;},_0x5b97(_0x1ec06e,_0x5654b3);}import{Plugin as _0x4280b0,PendingActions as _0x3aa0d3}from'ckeditor5/src/core.js';import{LiveRange as _0x4acc3d}from'ckeditor5/src/engine.js';function _0x51ca(){const _0x36e71b=['_registerBlockAttribute','trackChanges.mergeNestedSuggestions','isIntersecting','getShiftedBy','_commentsRepository','trackChanges.trackFormatChanges','from','key','return','_isBlockAttribute','oldRange','change','_suggestionFactory','getIntersection','getUser','_getMarkerAnnouncementText','isAtEnd','getContainedElement','length','updateMarker','keys','attributeKey','621014bDLivS','targetPosition','trackChanges','getRange','always','value','low','parent','createSelection','createPositionBefore','_enableDefaultAttributesIntegration','authorName','refresh','markerToHighlight','addClass','filter','rootName','previous','_editor','deletion:discard','rejected','collaboration.channelId','suggestionChanged','removed','markers','values','element','formatBlock:accept','formatBlock','trackChangesCommand','createRangeOn','name','containsItem','40HtmPwS','backward','schema','consumable','error-saving-suggestion-data-suggestion-discarded','_inlineAttributeKeys','isUndo','removeMarker','splitPosition','getLastMatchingPosition','clone','newRange','_mergeNestedSuggestions','containsPosition','addMarker:suggestion','insertion:accept','warn','isMultiRange','track-changes-enable-command-twice','comments','getMarkers','multi','markInsertion','ck-suggestion-marker','track-changes-suggestion-not-found','range','1WxWVvR','formatInline:accept','deletion:accept','init','insertion:chain','CommentsRepository','bindElementToMarker','announce','discardSuggestion','tablePasteChainId','acceptSelectedSuggestions','_refreshAttributeSuggestionsChain','markMultiRangeBlockFormat','Users','ck-suggestion-marker-','_setSuggestionData','has','addHighlight','97192wASzUp','data-suggestion','data','_afterChanges','markMultiRangeDeletion','before','_defaultCallbacks','markDeletion','getChanges','addSuggestionData','suggestion','split','_isRegisteredAttribute','isArray','createElement','nodeAfter','hasCommentThread','attribute:','pluginName','startsWith','creator','originalSuggestionId','getSuggestions','reconvertMarker','elementEnd','options','lowest','updateSuggestion','_joinSuggestions','pop','rethrowUnexpectedError','dataToMarker','oldValue','getSuggestionCallback','enableCommand','addRange','fromRange','fetchCommentThread','_model','getAllAdjacentSuggestions','PendingActions','formatInline:chain','isBlock','4451092cyJJDR','$marker','change:data','hasSuggestion','notReady','showSuggestionHighlights','_setSuggestionRange','locale','discardAllSuggestions','buildSuggestion','_reduceExistingSuggestions','registerPostFixer','TrackChangesEditing','discard','_getAttributeKey','_joinWithAdjacentSuggestions','_enabledCommands','3kvuqUR','_handleNewSuggestionMarker','getNearestSelectionRange','elementToElement','_trackFormatChanges','fire','commentThread','ENTER','concat','adapter','_breakSuggestionMarker','_SUGGESTION_ANNOUNCEMENT','_suggestions','_removeSuggestion','attribute','addMarkerName','_isForcedDefaultExecutionBlock','_getExternalAuthor','remove','_onDiscard','addComment','getAttribute','push','isLocal','formatInline:join','containerElement','isIntersectingWithRange','suggestion-type','markerToData','attributes','_cutOutSuggestionMarker','author','detach','stopListening','rename','accepted','_refreshSuggestionsChain','attribute:discard','meta','addMarker:suggestion:attribute','differ','insertion','formatInline','getRanges','_addThreadToSuggestion','splice','_customCallbacks','documentSelection','setSelection','toViewElement','getFirstMarker','join','suggestion:attribute:','removeMarker:suggestion:attribute','commandName','_initAriaMarkerChangeAnnouncements','delete','enableReadOnlyMode','markerReady','end','multipleBlocks','every','insertion:','getFirstRange','getWalker','for','plugins','marker-count','includes','isExternal','setAttribute','getCommentThread','external:','insertion:discard','start','assign','formatInline:','nodeBefore','root','getCustomProperty','unbind','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.','_processAttributeChanges','map','commands','_splitMarkerName','formatBlock:discard','suggestionLoaded','move','isEqual','_rangeIsInLocalUserInsertion','removeMarkers','isOwn','_processAttributeSuggestions','unbindElementFromMarkerName','never','track-changes-adapter-already-set','toUpperCase','addCommentThread','track-changes-suggestion-data-mismatch','formatInline:discard','isCollapsed','$text','attributeNewValue','model','substring','isDocumentOperation','some','getAncestors','_reduceSuggestionAttributeRange','catch','isRemovable','24126641rdJTIC','removeAttribute','find','createRangeIn','chain','format','getItems','unshift','isInContent','insertContent','getDifference','6559236Mztyyb','isTouching','ck-suggestion-marker-formatBlock','applyOperation','containsRangeInObject','$graveyard','consume','howMany','isNextTo','createPositionAfter','suggestionUnloaded','editing','requires','change:_saved','markerNameToElements','get','ready','sort','skipNestingCheck','deleteContent','substr','_addSuggestionMarker','track-changes-adapter-missing-getsuggestion','acceptSuggestion','group','_recordAttributeSuggestions','forward','editingDowncast','fromCharCode','_recordAttributeChanges','highest','type','writer','after','insert','insertion:join','change:activeMarkers','_saved','deletion:chain','track-changes-command-not-found','_adapter','mapper','isInsideObject','removeMarker:suggestion:formatBlock','dataReady','subType','then','resolve','deletion:join','_element','2127240ZxoTbr','addSuggestion','ck-suggestion-marker-formatInline','_isDataLoaded','open','markerName','getSuggestion','formatBlock:','ariaLiveAnnouncer','discardSelectedSuggestions','_suggestionState','LEAVE','isAfter','_getSuggestionData','attribute:join','widget','ck-suggestion-marker--active','default','head','_getAuthorFromId','isBefore','markAttributeChange','forEach','define','markInlineFormat','_blockAttributeKeys','_createSuggestion','deletion:','FORMATTING','formatBlock:chain','editor','_descriptionFactory','formatGroupId','stop','execute','removeClass','@external','containsRange','high','authoredAt','createRange','markBlockFormat','createdAt','dataDowncast','$elementName','attributeOldValue','groupId','547062oZhVCk','config','isLimit','batch','markMultiRangeInsertion','document','_updateSuggestionData','deletion','size','createPositionAt','_registerInlineAttribute','removeComment','isSelectable','next','update:suggestion','activeMarkers','normal','position','350oCdznS','$textProxy','_registerDefaultCallbacks','item','enqueueChange','formatBlock:join','set','forceDefaultExecution','conversion','attribute:accept','upcast','addMarker:suggestion:formatBlock','_checkSuggestionCorrectness','getChangedMarkers','clear','isAtStart','addMarker','addUser','getMultiRangeId','toJSON','add','listenTo','isObject','hasComments','elementStart','track-changes-user-not-found','newValue','_findSuggestions','acceptAllSuggestions','suggestion:','setTo','PENDING_ACTION_SUGGESTION','moveTargetPosition','selection','accept','registerCustomCallback'];_0x51ca=function(){return _0x36e71b;};return _0x51ca();}import{CKEditorError as _0x222842,uid as _0xd7a0ff,priorities as _0x131ded,logWarning as _0xbad729}from'ckeditor5/src/utils.js';import{toWidget as _0x1a8422}from'ckeditor5/src/widget.js';import{Users as _0x23936c,hashObject as _0x140ce7,surroundingMarkersDetector as _0x3ad521}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x16500c from'./commands/trackchangescommand.js';import _0x13704a from'./commands/acceptsuggestioncommand.js';import _0x3d4a7c from'./commands/discardsuggestioncommand.js';import _0x13f014 from'./commands/executeonallsuggestionscommand.js';import _0x5698db from'./commands/executeonselectedsuggestionscommand.js';import _0x2e266d from'./suggestion.js';import _0x44627c from'./suggestiondescriptionfactory.js';import _0x3a0042 from'./integrations/aiassistant.js';import _0x4a0491 from'./integrations/alignment.js';import _0x531c60 from'./integrations/basicstyles.js';import _0x4d1419 from'./integrations/blockquote.js';import _0x4b05df from'./integrations/casechange.js';import _0x478d7d from'./integrations/ckbox.js';import _0x246f25 from'./integrations/codeblock.js';import _0x4ddcc9 from'./integrations/comments.js';import _0x1d9104 from'./integrations/deletecommand.js';import _0x85d131 from'./integrations/list.js';import _0x578d9c from'./integrations/listproperties.js';import _0x25fb7a from'./integrations/entercommand.js';import _0x4a2fe0 from'./integrations/findandreplace.js';import _0x1d2749 from'./integrations/font.js';import _0x595ff6 from'./integrations/formatpainter.js';import _0x39533b from'./integrations/heading.js';import _0x32ac6c from'./integrations/highlight.js';import _0x5d88fa from'./integrations/horizontalline.js';import _0x5f3152 from'./integrations/htmlembed.js';import _0x23c46b from'./integrations/image.js';import _0x3a5a5c from'./integrations/imagereplace.js';import _0x322a5f from'./integrations/imagestyle.js';import _0x2b75d8 from'./integrations/importword.js';import _0x351760 from'./integrations/indent.js';import _0x5f1877 from'./integrations/inputcommand.js';import _0x74623 from'./integrations/link.js';import _0x382050 from'./integrations/legacylist.js';import _0x59f546 from'./integrations/legacylistproperties.js';import _0x1293f4 from'./integrations/mediaembed.js';import _0x18467f from'./integrations/mention.js';import _0x4b066b from'./integrations/pagebreak.js';import _0x59a7da from'./integrations/paragraph.js';import _0x1fb617 from'./integrations/removeformat.js';import _0x5701f6 from'./integrations/restrictededitingmode.js';import _0x12da9d from'./integrations/shiftentercommand.js';import _0x511933 from'./integrations/standardeditingmode.js';import _0x1a0d38 from'./integrations/style.js';import _0xc85ced from'./integrations/table.js';import _0x33eabd from'./integrations/tablemergesplit.js';import _0xffab9 from'./integrations/tableheadings.js';import _0x4b1fb4 from'./integrations/tableclipboard.js';import _0x6aec60 from'./integrations/tablecolumnresize.js';import _0x30c56a from'./integrations/template.js';import _0x21856c from'./integrations/tableofcontents.js';import _0x83eb40 from'./integrations/title.js';import _0x18026e from'./integrations/undo.js';import _0x29be52 from'./integrations/tablecaption.js';import _0x1c3c47 from'./integrations/tableproperties.js';import{getTranslation as _0x6a80dd}from'./utils/common-translations.js';import{isEqual as _0x58d1fe,omit as _0x343b3e}from'lodash-es';export const renameAttributeKey=_0x384ab8(0x30d);export default class p extends _0x4280b0{static get[_0x384ab8(0x2bb)](){const _0xdde8e9=_0x384ab8;return[_0xdde8e9(0x1eb),_0x23936c,_0x3aa0d3,_0x3a0042,_0x4a0491,_0x531c60,_0x4d1419,_0x478d7d,_0x4b05df,_0x246f25,_0x4ddcc9,_0x1d9104,_0x25fb7a,_0x4a2fe0,_0x1d2749,_0x595ff6,_0x39533b,_0x32ac6c,_0x5d88fa,_0x5f3152,_0x23c46b,_0x322a5f,_0x3a5a5c,_0x2b75d8,_0x351760,_0x5f1877,_0x382050,_0x59f546,_0x74623,_0x85d131,_0x578d9c,_0x1293f4,_0x18467f,_0x4b066b,_0x59a7da,_0x1fb617,_0x5701f6,_0x12da9d,_0x511933,_0x1a0d38,_0xc85ced,_0x33eabd,_0xffab9,_0x29be52,_0x4b1fb4,_0x6aec60,_0x21856c,_0x1c3c47,_0x30c56a,_0x83eb40,_0x18026e];}static get[_0x384ab8(0x20a)](){const _0x2d205c=_0x384ab8;return _0x2d205c(0x22f);}constructor(_0x3f78dc){const _0xbf0aae=_0x384ab8;function _0x42c69c(_0xd8bda){const _0x5cc36a=_0x5b97;return _0xd8bda[_0x5cc36a(0x287)](_0x4b19fb=>String[_0x5cc36a(0x2cb)](_0x4b19fb))[_0x5cc36a(0x267)]('');}super(_0x3f78dc),this[_0xbf0aae(0x2c8)]=!0x1,this[_0xbf0aae(0x328)](_0xbf0aae(0x31f),[]),this['on'](_0xbf0aae(0x2d3),(_0x1467a6,_0x503aa5,_0x4e952f,_0x41043e)=>{const _0x53c07d=_0xbf0aae;this[_0x53c07d(0x21e)][_0x53c07d(0x351)](()=>{const _0x235d55=_0x53c07d;for(const _0x46a859 of[..._0x41043e,..._0x4e952f])this[_0x235d55(0x21e)][_0x235d55(0x1c3)][_0x235d55(0x1f6)](_0x46a859)&&_0x3f78dc[_0x235d55(0x2ba)][_0x235d55(0x20f)](_0x46a859);});}),this[_0xbf0aae(0x300)]=new _0x44627c(this[_0xbf0aae(0x2ff)][_0xbf0aae(0x29c)][_0xbf0aae(0x1ce)],this[_0xbf0aae(0x2ff)][_0xbf0aae(0x22a)]),this[_0xbf0aae(0x2d7)]=null,this[_0xbf0aae(0x352)]=new Bt(this[_0xbf0aae(0x2ff)]),this[_0xbf0aae(0x240)]=new Map(),this[_0xbf0aae(0x34a)]=_0x3f78dc[_0xbf0aae(0x276)][_0xbf0aae(0x2be)](_0xbf0aae(0x1eb)),this[_0xbf0aae(0x233)]=new Set(),this[_0xbf0aae(0x21e)]=this[_0xbf0aae(0x2ff)][_0xbf0aae(0x29c)],this[_0xbf0aae(0x2eb)]=new WeakMap(),this[_0xbf0aae(0x244)]=!0x1,this[_0xbf0aae(0x2fa)]=new Set([_0xbf0aae(0x30d)]),this[_0xbf0aae(0x1d1)]=new Set(),_0x3f78dc[_0xbf0aae(0x311)][_0xbf0aae(0x2f8)](_0xbf0aae(0x34b),_0xbf0aae(0x2f2)),this[_0xbf0aae(0x238)]=_0x3f78dc[_0xbf0aae(0x311)][_0xbf0aae(0x2be)](_0xbf0aae(0x34b)),_0x3f78dc[_0xbf0aae(0x311)][_0xbf0aae(0x2f8)](_0xbf0aae(0x347),!0x0),this[_0xbf0aae(0x1d8)]=_0x3f78dc[_0xbf0aae(0x311)][_0xbf0aae(0x2be)](_0xbf0aae(0x347)),this[_0xbf0aae(0x1c8)]=new _0x16500c(_0x3f78dc,this[_0xbf0aae(0x233)]),this[_0xbf0aae(0x26b)](),this[_0x42c69c([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x42c69c([0x34,0x30,0x34,0x38,0x30,0x36,0x33,0x34]);}[_0x384ab8(0x1e9)](){const _0x121c39=_0x384ab8,_0x5f0d24=this[_0x121c39(0x2ff)],_0x265106=(_0x1fa150,_0xdb0414)=>{const _0xc558ee=_0x121c39;if(_0xc558ee(0x242)!=_0x1fa150)return _0xc558ee(0x1f4)+_0x1fa150;const _0xa1d495=_0xdb0414[_0xc558ee(0x203)]('|')[0x0];return this[_0xc558ee(0x34f)](_0xa1d495)?_0xc558ee(0x2b1):_0xc558ee(0x2e3);};_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x2ca))[_0x121c39(0x1b8)]({'model':_0x121c39(0x202),'view':_0x1250b5=>{const _0x6d7d3c=_0x121c39,{id:_0x28134f,type:_0x20c25b,subType:_0x25297b}=this[_0x6d7d3c(0x289)](_0x1250b5[_0x6d7d3c(0x2e6)]),_0x3008a3=[_0x6d7d3c(0x1e3),_0x265106(_0x20c25b,_0x25297b)];let _0x854f2a=0xbb8;return this[_0x6d7d3c(0x31f)][_0x6d7d3c(0x278)](_0x1250b5[_0x6d7d3c(0x2e6)])&&(_0x3008a3[_0x6d7d3c(0x24a)](_0x6d7d3c(0x2f1)),_0x854f2a=0xbc2),_0x6d7d3c(0x317)==_0x20c25b&&(_0x854f2a+=0x5),{'classes':_0x3008a3,'attributes':{'data-suggestion':_0x28134f},'priority':_0x854f2a};}}),_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x30c))[_0x121c39(0x336)](_0x580b88=>{const _0x2b9b50=_0x121c39;_0x580b88['on'](_0x2b9b50(0x1da),(_0x4857f1,_0x561072,_0x28501a)=>{const _0xf3cc8a=_0x2b9b50;if(!_0x28501a[_0xf3cc8a(0x211)][_0xf3cc8a(0x228)])return;const _0x4dc635=_0x561072[_0xf3cc8a(0x325)];if(!_0x4dc635)return;const _0x50a2a7=_0x28501a[_0xf3cc8a(0x2d8)][_0xf3cc8a(0x265)](_0x4dc635);_0x5f0d24[_0xf3cc8a(0x29c)][_0xf3cc8a(0x1ce)][_0xf3cc8a(0x338)](_0x4dc635)&&_0x50a2a7&&!_0x50a2a7[_0xf3cc8a(0x283)](_0xf3cc8a(0x2f0))&&_0x50a2a7['is'](_0xf3cc8a(0x24d))&&_0x1a8422(_0x50a2a7,_0x28501a[_0xf3cc8a(0x2cf)]);},{'priority':_0x2b9b50(0x307)});}),_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x30c))[_0x121c39(0x1b8)]({'model':_0x121c39(0x202),'view':(_0x20eb8a,_0x4e3255)=>{const _0x4e496b=_0x121c39;if(!_0x4e3255[_0x4e496b(0x211)][_0x4e496b(0x228)])return null;const {type:_0x21b865,subType:_0x3151b8}=this[_0x4e496b(0x289)](_0x20eb8a[_0x4e496b(0x2e6)]);return{'classes':[_0x4e496b(0x1e3),_0x265106(_0x21b865,_0x3151b8)],'priority':0xbb8};}});const _0x527740=({showActiveMarkers:_0x23fa01=!0x0,isAttributeSuggestion:_0x52b00f=!0x1}={})=>(_0x1ad58e,_0x3188ab,_0x473d23)=>{const _0x2b4019=_0x121c39;if(!_0x3188ab[_0x2b4019(0x325)])return;const {id:_0x5ac880}=this[_0x2b4019(0x289)](_0x3188ab[_0x2b4019(0x2e6)]);if(_0x52b00f){const _0xc22bbd=this[_0x2b4019(0x240)][_0x2b4019(0x2be)](_0x5ac880),_0x473f39=this[_0x2b4019(0x231)](_0xc22bbd);if(!this[_0x2b4019(0x34f)](_0x473f39))return;}if(_0x3188ab[_0x2b4019(0x325)]['is'](_0x2b4019(0x343)))return void _0x473d23[_0x2b4019(0x1cf)][_0x2b4019(0x2b5)](_0x3188ab[_0x2b4019(0x325)],_0x1ad58e[_0x2b4019(0x1ca)]);const _0x3e0bdb=_0x473d23[_0x2b4019(0x2d8)][_0x2b4019(0x265)](_0x3188ab[_0x2b4019(0x325)]);if(_0x3188ab[_0x2b4019(0x325)]['is'](_0x2b4019(0x1c5))&&_0x5f0d24[_0x2b4019(0x29c)][_0x2b4019(0x1ce)][_0x2b4019(0x222)](_0x3188ab[_0x2b4019(0x325)])&&!_0x3e0bdb[_0x2b4019(0x283)](_0x2b4019(0x1f7))){_0x473d23[_0x2b4019(0x2cf)][_0x2b4019(0x1b9)]([_0x2b4019(0x1e3),_0x2b4019(0x2b1)],_0x3e0bdb),_0x473d23[_0x2b4019(0x2cf)][_0x2b4019(0x27a)](_0x2b4019(0x1f9),_0x5ac880,_0x3e0bdb),_0x473d23[_0x2b4019(0x2d8)][_0x2b4019(0x1ec)](_0x3e0bdb,_0x3188ab[_0x2b4019(0x2e6)]),_0x23fa01&&(this[_0x2b4019(0x31f)][_0x2b4019(0x278)](_0x3188ab[_0x2b4019(0x2e6)])?_0x473d23[_0x2b4019(0x2cf)][_0x2b4019(0x1b9)](_0x2b4019(0x2f1),_0x3e0bdb):_0x473d23[_0x2b4019(0x2cf)][_0x2b4019(0x304)](_0x2b4019(0x2f1),_0x3e0bdb));for(const _0x682284 of _0x5f0d24[_0x2b4019(0x29c)][_0x2b4019(0x2a7)](_0x3188ab[_0x2b4019(0x325)])[_0x2b4019(0x2aa)]())_0x473d23[_0x2b4019(0x1cf)][_0x2b4019(0x2b5)](_0x682284,_0x1ad58e[_0x2b4019(0x1ca)]);_0x473d23[_0x2b4019(0x1cf)][_0x2b4019(0x2b5)](_0x3188ab[_0x2b4019(0x325)],_0x1ad58e[_0x2b4019(0x1ca)]);}};_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x30c))[_0x121c39(0x336)](_0x393f93=>{const _0x19c6dd=_0x121c39;_0x393f93['on'](_0x19c6dd(0x32d),(_0x48b162,_0x4fb559,_0x40c022)=>{const _0xcb2f58=_0x19c6dd;_0x40c022[_0xcb2f58(0x211)][_0xcb2f58(0x228)]&&_0x527740({'showActiveMarkers':!0x1})(_0x48b162,_0x4fb559,_0x40c022);},{'priority':_0x19c6dd(0x2cd)});}),_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x30c))[_0x121c39(0x336)](_0xcbaeb8=>{const _0x5a3d67=_0x121c39;_0xcbaeb8['on'](_0x5a3d67(0x25b),(_0x4c9705,_0x2e58a9,_0x51eb5a)=>{const _0x21c038=_0x5a3d67;_0x51eb5a[_0x21c038(0x211)][_0x21c038(0x228)]&&_0x527740({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4c9705,_0x2e58a9,_0x51eb5a);},{'priority':_0x5a3d67(0x2cd)});}),_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x30c))[_0x121c39(0x250)]({'model':_0x121c39(0x202),'view':(_0x3f2560,_0x2894d6)=>_0x2894d6[_0x121c39(0x211)][_0x121c39(0x228)]?null:{'group':_0x121c39(0x202),'name':_0x3f2560[_0x121c39(0x2c3)](0xb)}}),_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x32c))[_0x121c39(0x237)]({'view':{'name':_0x121c39(0x202),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x4e5e58,{writer:_0x46f781})=>{const _0x4682d6=_0x121c39;let _0xc66763=_0x4682d6(0x33f)+_0x4e5e58[_0x4682d6(0x249)](_0x4682d6(0x24f))+':'+_0x4e5e58[_0x4682d6(0x249)]('id');return _0x4e5e58[_0x4682d6(0x249)](_0x4682d6(0x277))&&(_0xc66763+=':'+_0x4e5e58[_0x4682d6(0x249)](_0x4682d6(0x277))),_0x46f781[_0x4682d6(0x206)](_0x4682d6(0x224),{'data-name':_0xc66763});}}),_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x32c))[_0x121c39(0x217)]({'view':_0x121c39(0x202)}),_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x2ca))[_0x121c39(0x336)](_0x372a00=>{const _0x45f1ff=_0x121c39;_0x372a00['on'](_0x45f1ff(0x32d),_0x527740(),{'priority':_0x45f1ff(0x307)});}),_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x2ca))[_0x121c39(0x336)](_0x4ded4a=>{const _0x1731e7=_0x121c39;_0x4ded4a['on'](_0x1731e7(0x25b),_0x527740({'isAttributeSuggestion':!0x0}),{'priority':_0x1731e7(0x307)});}),_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x2ca))[_0x121c39(0x336)](_0x4acc29=>{const _0xc479f3=_0x121c39;_0x4acc29['on'](_0xc479f3(0x2da),(_0x48664c,_0x3f5b1d,_0xed73dc)=>{const _0x4ad029=_0xc479f3,_0x8ebd4a=_0xed73dc[_0x4ad029(0x2d8)][_0x4ad029(0x2bd)](_0x3f5b1d[_0x4ad029(0x2e6)]);if(_0x8ebd4a){for(const _0x5c7811 of _0x8ebd4a)_0x5c7811[_0x4ad029(0x283)](_0x4ad029(0x1f7))||(_0xed73dc[_0x4ad029(0x2cf)][_0x4ad029(0x304)]([_0x4ad029(0x1e3),_0x4ad029(0x2b1),_0x4ad029(0x2f1)],_0x5c7811),_0xed73dc[_0x4ad029(0x2cf)][_0x4ad029(0x2a5)](_0x4ad029(0x1f9),_0x5c7811),_0xed73dc[_0x4ad029(0x2d8)][_0x4ad029(0x292)](_0x5c7811,_0x3f5b1d[_0x4ad029(0x2e6)]));}},{'priority':_0xc479f3(0x307)});}),_0x5f0d24[_0x121c39(0x32a)][_0x121c39(0x275)](_0x121c39(0x2ca))[_0x121c39(0x336)](_0x241f8c=>{const _0x3be255=_0x121c39;_0x241f8c['on'](_0x3be255(0x269),(_0x56394c,_0x2c3797,_0x2b22b3)=>{const _0x5bc7b6=_0x3be255,_0x28317e=_0x2b22b3[_0x5bc7b6(0x2d8)][_0x5bc7b6(0x2bd)](_0x2c3797[_0x5bc7b6(0x2e6)]);if(!_0x28317e)return;const {id:_0x3ec9d4}=this[_0x5bc7b6(0x289)](_0x2c3797[_0x5bc7b6(0x2e6)]),_0x32da07=this[_0x5bc7b6(0x240)][_0x5bc7b6(0x2be)](_0x3ec9d4),_0x461e75=this[_0x5bc7b6(0x231)](_0x32da07);if(this[_0x5bc7b6(0x34f)](_0x461e75)){for(const _0x2e5e7e of _0x28317e)_0x2e5e7e[_0x5bc7b6(0x283)](_0x5bc7b6(0x1f7))||(_0x2b22b3[_0x5bc7b6(0x2cf)][_0x5bc7b6(0x304)]([_0x5bc7b6(0x1e3),_0x5bc7b6(0x2b1),_0x5bc7b6(0x2f1)],_0x2e5e7e),_0x2b22b3[_0x5bc7b6(0x2cf)][_0x5bc7b6(0x2a5)](_0x5bc7b6(0x1f9),_0x2e5e7e),_0x2b22b3[_0x5bc7b6(0x2d8)][_0x5bc7b6(0x292)](_0x2e5e7e,_0x2c3797[_0x5bc7b6(0x2e6)]));}},{'priority':_0x3be255(0x307)});}),_0x5f0d24[_0x121c39(0x29c)][_0x121c39(0x315)][_0x121c39(0x22e)](_0x382419=>{const _0x2acfca=_0x121c39;let _0xd8d167=!0x1;const _0x5c3a22=Array[_0x2acfca(0x34c)](_0x5f0d24[_0x2acfca(0x29c)][_0x2acfca(0x315)][_0x2acfca(0x25c)][_0x2acfca(0x32f)]()),_0x5e34a6=new Set();for(const {name:_0x51cc31,data:_0x4b5669}of _0x5c3a22){const {group:_0xc80bb4,type:_0x123dd2,subType:_0x57f836,id:_0x219504}=this[_0x2acfca(0x289)](_0x51cc31);if(_0x2acfca(0x202)!==_0xc80bb4)continue;const _0x142d7f=this[_0x2acfca(0x240)][_0x2acfca(0x2be)](_0x219504);if(null!=_0x4b5669[_0x2acfca(0x1d7)]){_0x2acfca(0x25e)==_0x123dd2&&(_0xd8d167=_0xd8d167||Tt(_0x4b5669[_0x2acfca(0x1d7)],_0x51cc31,_0x382419,_0x5f0d24[_0x2acfca(0x29c)][_0x2acfca(0x1ce)]));const _0x241ca3=_0x2acfca(0x242)==_0x123dd2&&this[_0x2acfca(0x34f)](_0x57f836[_0x2acfca(0x203)]('|')[0x0]);if(_0x4b5669[_0x2acfca(0x1d7)][_0x2acfca(0x299)]||_0x2acfca(0x2b4)==_0x4b5669[_0x2acfca(0x1d7)][_0x2acfca(0x282)][_0x2acfca(0x1bb)]||_0x2acfca(0x1c7)==_0x123dd2&&!Vt(_0x4b5669[_0x2acfca(0x1d7)])||_0x241ca3&&!Vt(_0x4b5669[_0x2acfca(0x1d7)])||_0x2acfca(0x317)==_0x123dd2&&!(!Rt(_0x468ad6=_0x4b5669[_0x2acfca(0x1d7)])&&!function(_0x593ef7){const _0x268cf5=_0x2acfca;return _0x593ef7[_0x268cf5(0x27e)][_0x268cf5(0x363)]==_0x593ef7[_0x268cf5(0x26f)][_0x268cf5(0x281)]&&_0x593ef7[_0x268cf5(0x27e)][_0x268cf5(0x356)];}(_0x468ad6)))_0x382419[_0x2acfca(0x1d3)](_0x51cc31),_0xd8d167=!0x0;else{if(!_0x142d7f||!_0x142d7f[_0x2acfca(0x2ac)])continue;_0x5e34a6[_0x2acfca(0x336)](_0x142d7f);}}}var _0x468ad6;return _0x5e34a6[_0x2acfca(0x318)]>0x0&&(_0xd8d167=!!this[_0x2acfca(0x232)](_0x5e34a6)||_0xd8d167),_0xd8d167;}),_0x5f0d24[_0x121c39(0x29c)][_0x121c39(0x315)][_0x121c39(0x22e)](_0x71ecdb=>{const _0x2bab15=_0x121c39;let _0x94cbec=!0x1;for(const _0x570bb6 of _0x5f0d24[_0x2bab15(0x29c)][_0x2bab15(0x315)][_0x2bab15(0x25c)][_0x2bab15(0x200)]())if(_0x2bab15(0x2d1)==_0x570bb6[_0x2bab15(0x2ce)])for(const _0x4d163e of this[_0x2bab15(0x240)][_0x2bab15(0x1c4)]()){if(_0x4d163e[_0x2bab15(0x1dd)]||!_0x4d163e[_0x2bab15(0x2ac)])continue;const _0x5e3b3e=_0x2bab15(0x1c7)==_0x4d163e[_0x2bab15(0x2ce)],_0x95bf7d=this[_0x2bab15(0x231)](_0x4d163e),_0x68f62d=_0x95bf7d&&this[_0x2bab15(0x34f)](_0x95bf7d);if(!_0x5e3b3e&&!_0x68f62d)continue;const _0x38e204=_0x4d163e[_0x2bab15(0x273)]();if(_0x38e204[_0x2bab15(0x27e)][_0x2bab15(0x363)]!=_0x38e204[_0x2bab15(0x26f)][_0x2bab15(0x363)]&&!_0x38e204[_0x2bab15(0x26f)][_0x2bab15(0x356)]){const _0x19e3da=_0x5f0d24[_0x2bab15(0x29c)][_0x2bab15(0x319)](_0x38e204[_0x2bab15(0x27e)][_0x2bab15(0x207)],_0x2bab15(0x26f)),_0xfc6817=_0x5f0d24[_0x2bab15(0x29c)][_0x2bab15(0x309)](_0x38e204[_0x2bab15(0x27e)],_0x19e3da);_0x71ecdb[_0x2bab15(0x359)](_0x4d163e[_0x2bab15(0x266)](),{'range':_0xfc6817}),_0x94cbec=!0x0;}}return _0x94cbec;}),_0x5f0d24[_0x121c39(0x29c)][_0x121c39(0x315)][_0x121c39(0x22e)](_0x390e5e=>this[_0x121c39(0x286)](_0x390e5e)),_0x5f0d24[_0x121c39(0x29c)][_0x121c39(0x315)][_0x121c39(0x22e)](_0x36f065=>!_0x36f065[_0x121c39(0x313)][_0x121c39(0x24b)]&&this[_0x121c39(0x291)](_0x36f065)),_0x5f0d24[_0x121c39(0x29c)]['on'](_0x121c39(0x1fb),()=>{const _0x15e213=_0x121c39;this[_0x15e213(0x2c8)]=!0x1;}),_0x5f0d24[_0x121c39(0x29c)][_0x121c39(0x315)]['on'](_0x121c39(0x225),(_0x52380f,_0x5870db)=>{const _0x4ff417=_0x121c39;if(!_0x5870db[_0x4ff417(0x24b)]||_0x5870db[_0x4ff417(0x1d2)])return;if(!this[_0x4ff417(0x2c8)])return;const _0x45e8f1=_0x5f0d24[_0x4ff417(0x29c)][_0x4ff417(0x315)][_0x4ff417(0x25c)][_0x4ff417(0x200)]();if(0x0==_0x45e8f1[_0x4ff417(0x358)])return;const _0x3ffc10=[],_0x5868d1=_0x45e8f1[_0x4ff417(0x1ba)](_0x1d141b=>_0x4ff417(0x242)==_0x1d141b[_0x4ff417(0x2ce)]),_0xd45ce=_0x45e8f1[_0x4ff417(0x1ba)](_0x1999d1=>_0x4ff417(0x2d1)==_0x1999d1[_0x4ff417(0x2ce)]&&_0x4ff417(0x29a)!=_0x1999d1[_0x4ff417(0x1ca)]),_0x5cd486=_0x45e8f1[_0x4ff417(0x1ba)](_0x3124bb=>_0x4ff417(0x246)==_0x3124bb[_0x4ff417(0x2ce)]&&_0x4ff417(0x29a)!=_0x3124bb[_0x4ff417(0x1ca)]);for(const _0x1b7b6a of _0x5868d1)this[_0x4ff417(0x204)](_0x1b7b6a[_0x4ff417(0x35b)])&&_0x3ffc10[_0x4ff417(0x24a)]({'key':_0x1b7b6a[_0x4ff417(0x35b)],'newValue':_0x1b7b6a[_0x4ff417(0x29b)],'oldValue':_0x1b7b6a[_0x4ff417(0x30e)],'range':Ut(_0x1b7b6a[_0x4ff417(0x1e5)],_0x5f0d24[_0x4ff417(0x29c)])});for(const _0x2f4679 of _0xd45ce){const _0x2283a1=_0x5cd486[_0x4ff417(0x2a6)](_0x45100a=>_0x45100a[_0x4ff417(0x2e0)]===_0x2f4679[_0x4ff417(0x2e0)]);if(_0x2283a1){const _0x57d657=Ot(_0x2f4679[_0x4ff417(0x321)][_0x4ff417(0x207)],_0x5f0d24[_0x4ff417(0x29c)]);_0x2283a1[_0x4ff417(0x1ca)]!==_0x2f4679[_0x4ff417(0x1ca)]&&_0x3ffc10[_0x4ff417(0x24a)]({'key':_0x4ff417(0x30d),'newValue':_0x2f4679[_0x4ff417(0x1ca)],'oldValue':_0x2283a1[_0x4ff417(0x1ca)],'range':_0x57d657});for(const [_0x5a940b,_0x26b506]of _0x2283a1[_0x4ff417(0x251)]){if(!this[_0x4ff417(0x204)](_0x5a940b))continue;const _0x1a97a5=_0x2f4679[_0x4ff417(0x251)][_0x4ff417(0x2be)](_0x5a940b);_0x26b506!==_0x1a97a5&&_0x3ffc10[_0x4ff417(0x24a)]({'key':_0x5a940b,'newValue':_0x1a97a5,'oldValue':_0x26b506,'range':_0x57d657});}for(const [_0x4ff344,_0x381e34]of _0x2f4679[_0x4ff417(0x251)])this[_0x4ff417(0x204)](_0x4ff344)&&(_0x2283a1[_0x4ff417(0x251)][_0x4ff417(0x1f6)](_0x4ff344)||_0x3ffc10[_0x4ff417(0x24a)]({'key':_0x4ff344,'newValue':_0x381e34,'oldValue':null,'range':_0x57d657}));}}0x0!=_0x3ffc10[_0x4ff417(0x358)]&&_0x5f0d24[_0x4ff417(0x29c)][_0x4ff417(0x326)](_0x5870db,_0x1528a5=>{const _0x1b0d56=_0x4ff417,_0xc5cdd=_0xd7a0ff();for(const {range:_0x4a8539,key:_0xfc31b5,oldValue:_0x38123f,newValue:_0x390baa}of _0x3ffc10)this[_0x1b0d56(0x2f6)](_0x4a8539,_0xfc31b5,_0x38123f,_0x390baa,{'groupId':_0xc5cdd});this[_0x1b0d56(0x22d)](_0x1528a5,_0x3ffc10);});},{'priority':_0x121c39(0x212)}),_0x5f0d24[_0x121c39(0x29c)][_0x121c39(0x1c3)]['on'](_0x121c39(0x31e),(_0x2c5933,_0x38aa3e,_0x3d20a6)=>{const _0x44875f=_0x121c39;if(null==_0x3d20a6){const {id:_0x28dcd6}=this[_0x44875f(0x289)](_0x38aa3e[_0x44875f(0x1ca)]),_0x22cf08=this[_0x44875f(0x240)][_0x44875f(0x2be)](_0x28dcd6);_0x22cf08&&_0x22cf08[_0x44875f(0x243)](_0x38aa3e[_0x44875f(0x1ca)]);}}),_0x5f0d24[_0x121c39(0x29c)][_0x121c39(0x315)]['on'](_0x121c39(0x225),()=>{const _0x3de9a5=_0x121c39,_0xcb2fce=Array[_0x3de9a5(0x34c)](_0x5f0d24[_0x3de9a5(0x29c)][_0x3de9a5(0x315)][_0x3de9a5(0x25c)][_0x3de9a5(0x32f)]())[_0x3de9a5(0x1ba)](_0x5f39a2=>_0x3de9a5(0x202)===this[_0x3de9a5(0x289)](_0x5f39a2[_0x3de9a5(0x1ca)])[_0x3de9a5(0x2c7)]);if(0x0===_0xcb2fce[_0x3de9a5(0x358)])return;_0xcb2fce[_0x3de9a5(0x2c0)]((_0x39af44,_0x5abfe9)=>{const _0x21447c=_0x3de9a5,_0x5e65e6=_0x39af44[_0x21447c(0x1fa)][_0x21447c(0x350)],_0x158e38=_0x5abfe9[_0x21447c(0x1fa)][_0x21447c(0x350)];return null===_0x5e65e6&&null===_0x158e38?0x0:null===_0x5e65e6&&null!==_0x158e38?-0x1:null!==_0x5e65e6&&null===_0x158e38?0x1:_0x5e65e6[_0x21447c(0x27e)][_0x21447c(0x2f5)](_0x158e38[_0x21447c(0x27e)])?-0x1:0x1;});const _0x45c057=new Set(),_0x10c927=new Set();for(const {name:_0x237165,data:_0x211077}of _0xcb2fce){const {id:_0x307e41}=this[_0x3de9a5(0x289)](_0x237165);if(null===_0x211077[_0x3de9a5(0x350)]){const _0xe9f705=this[_0x3de9a5(0x235)](_0x237165);_0x10c927[_0x3de9a5(0x336)](_0xe9f705);}else{const _0x1809b0=this[_0x3de9a5(0x240)][_0x3de9a5(0x2be)](_0x307e41);null!==_0x211077[_0x3de9a5(0x1d7)]||_0x1809b0[_0x3de9a5(0x2ac)]?(_0x45c057[_0x3de9a5(0x336)](_0x1809b0[_0x3de9a5(0x2f3)]),_0x10c927[_0x3de9a5(0x336)](_0x1809b0)):this[_0x3de9a5(0x241)](_0x1809b0);}}_0x10c927[_0x3de9a5(0x318)]>0x0&&this[_0x3de9a5(0x258)](_0x10c927);for(const _0x4c9f51 of _0x45c057)this[_0x3de9a5(0x239)](_0x3de9a5(0x1c1),_0x4c9f51);}),_0x5f0d24[_0x121c39(0x29c)]['on'](_0x121c39(0x2b2),(_0x3fe5ff,_0x1790fd)=>{const _0x24b3e0=_0x121c39,_0x268c6e=_0x1790fd[0x0];if(!this[_0x24b3e0(0x240)][_0x24b3e0(0x318)])return;if(!_0x268c6e[_0x24b3e0(0x29e)])return;if(_0x268c6e[_0x24b3e0(0x313)][_0x24b3e0(0x1d2)]||!_0x268c6e[_0x24b3e0(0x313)][_0x24b3e0(0x24b)])return;let _0x37de76,_0x354899;switch(_0x268c6e[_0x24b3e0(0x2ce)]){case _0x24b3e0(0x2d1):_0x37de76=_0x5f0d24[_0x24b3e0(0x29c)][_0x24b3e0(0x319)](_0x268c6e[_0x24b3e0(0x321)]),_0x354899=_0x37de76[_0x24b3e0(0x349)](_0x268c6e[_0x24b3e0(0x2b6)]);break;case _0x24b3e0(0x203):_0x37de76=_0x5f0d24[_0x24b3e0(0x29c)][_0x24b3e0(0x319)](_0x268c6e[_0x24b3e0(0x1d4)]),_0x354899=_0x5f0d24[_0x24b3e0(0x29c)][_0x24b3e0(0x319)](_0x268c6e[_0x24b3e0(0x342)]);break;case _0x24b3e0(0x28c):_0x37de76=_0x5f0d24[_0x24b3e0(0x29c)][_0x24b3e0(0x319)](_0x268c6e[_0x24b3e0(0x35d)]),_0x354899=_0x37de76[_0x24b3e0(0x349)](_0x268c6e[_0x24b3e0(0x2b6)]);break;default:return;}const _0x22b170=_0x5f0d24[_0x24b3e0(0x29c)][_0x24b3e0(0x309)](_0x37de76,_0x354899);_0x5f0d24[_0x24b3e0(0x29c)][_0x24b3e0(0x351)](()=>{const _0x17b196=_0x24b3e0;for(const {suggestion:_0x26b8ac,meta:_0x50d4a4}of this[_0x17b196(0x33d)](_0x22b170)){if(_0x26b8ac[_0x17b196(0x1dd)])continue;if(_0x17b196(0x25e)==_0x26b8ac[_0x17b196(0x2ce)])continue;const _0x334e87=this[_0x17b196(0x231)](_0x26b8ac);if(_0x334e87&&this[_0x17b196(0x34f)](_0x334e87)&&_0x17b196(0x203)!=_0x268c6e[_0x17b196(0x2ce)])continue;const _0x3d0f73=_0x26b8ac[_0x17b196(0x1fa)]&&_0x26b8ac[_0x17b196(0x1fa)][_0x17b196(0x270)];(_0x17b196(0x1c7)!=_0x26b8ac[_0x17b196(0x2ce)]||_0x17b196(0x203)==_0x268c6e[_0x17b196(0x2ce)]&&!_0x3d0f73)&&(_0x50d4a4[_0x17b196(0x2b3)]||_0x17b196(0x25d)==_0x26b8ac[_0x17b196(0x2ce)]&&_0x50d4a4[_0x17b196(0x290)]||_0x26b8ac[_0x17b196(0x273)]()[_0x17b196(0x306)](_0x22b170)&&this[_0x17b196(0x23e)](_0x26b8ac,_0x37de76,_0x354899));}});},{'priority':_0x121c39(0x212)}),_0x5f0d24[_0x121c39(0x29c)]['on'](_0x121c39(0x2c2),(_0x4b1748,_0x5d7e5d)=>{const _0x10f130=_0x121c39,_0x2d916f=_0x5d7e5d[0x0],_0x5850c1=_0x5d7e5d[0x1];if(_0x5850c1&&_0x5850c1[_0x10f130(0x329)])return;if(this[_0x10f130(0x244)])return;if(!this[_0x10f130(0x1c8)][_0x10f130(0x361)])return;if(_0x2d916f[_0x10f130(0x299)])return;const _0x3c601a=_0x5f0d24[_0x10f130(0x29c)][_0x10f130(0x1ce)],{start:_0x24d29a,end:_0x1391bd}=_0x2d916f[_0x10f130(0x273)](),_0x4353da=_0x24d29a[_0x10f130(0x207)]&&_0x3c601a[_0x10f130(0x312)](_0x24d29a[_0x10f130(0x207)])?null:_0x3c601a[_0x10f130(0x236)](_0x24d29a,_0x10f130(0x2c9)),_0x455649=_0x1391bd[_0x10f130(0x281)]&&_0x3c601a[_0x10f130(0x312)](_0x1391bd[_0x10f130(0x281)])?null:_0x3c601a[_0x10f130(0x236)](_0x1391bd,_0x10f130(0x1cd)),_0x50469b=_0x5f0d24[_0x10f130(0x29c)][_0x10f130(0x309)](_0x4353da?_0x4353da[_0x10f130(0x27e)]:_0x24d29a,_0x455649?_0x455649[_0x10f130(0x26f)]:_0x1391bd);_0x5f0d24[_0x10f130(0x29c)][_0x10f130(0x351)](_0x211e6b=>{const _0x411f0c=_0x10f130;this[_0x411f0c(0x1ff)](_0x50469b);const _0x5ebf0f=_0x5f0d24[_0x411f0c(0x29c)][_0x411f0c(0x1ce)][_0x411f0c(0x236)](_0x50469b[_0x411f0c(0x27e)]);_0x2d916f['is'](_0x411f0c(0x263))?_0x211e6b[_0x411f0c(0x264)](_0x5ebf0f):_0x2d916f[_0x411f0c(0x340)](_0x5ebf0f);}),_0x4b1748[_0x10f130(0x302)]();},{'priority':_0x131ded[_0x121c39(0x320)]+0xa}),_0x5f0d24[_0x121c39(0x29c)]['on'](_0x121c39(0x2ad),(_0x53b0a7,_0x41d761)=>{const _0x377f5f=_0x121c39,_0x190cf3=_0x41d761[_0x41d761[_0x377f5f(0x358)]-0x1];_0x190cf3&&_0x190cf3[_0x377f5f(0x329)]||this[_0x377f5f(0x244)]||this[_0x377f5f(0x1c8)][_0x377f5f(0x361)]&&(_0x5f0d24[_0x377f5f(0x29c)][_0x377f5f(0x351)](()=>{const _0x4b1c73=_0x377f5f;let _0x4a6360=_0x5f0d24[_0x4b1c73(0x29c)][_0x4b1c73(0x2ad)](_0x41d761[0x0],_0x41d761[0x1],_0x41d761[0x2],{'forceDefaultExecution':!0x0});if(!_0x4a6360)return;_0x53b0a7[_0x4b1c73(0x34e)]=_0x4a6360[_0x4b1c73(0x1d6)]();const _0x4b9607=_0x4a6360[_0x4b1c73(0x26f)][_0x4b1c73(0x281)],_0x20398f=_0x5f0d24[_0x4b1c73(0x29c)][_0x4b1c73(0x1ce)];_0x4b9607&&_0x20398f[_0x4b1c73(0x222)](_0x4b9607)&&!_0x20398f[_0x4b1c73(0x338)](_0x4b9607)&&(_0x4a6360=_0x5f0d24[_0x4b1c73(0x29c)][_0x4b1c73(0x309)](_0x4a6360[_0x4b1c73(0x27e)],_0x5f0d24[_0x4b1c73(0x29c)][_0x4b1c73(0x319)](_0x4b9607,_0x4b1c73(0x26f)))),this[_0x4b1c73(0x1e2)](_0x4a6360);}),_0x53b0a7[_0x377f5f(0x302)]());},{'priority':_0x121c39(0x307)}),this[_0x121c39(0x2ff)][_0x121c39(0x288)][_0x121c39(0x336)](_0x121c39(0x35e),this[_0x121c39(0x1c8)]),this[_0x121c39(0x21a)](_0x121c39(0x35e));const _0x2bc252=new _0x13704a(_0x5f0d24,this[_0x121c39(0x240)]);_0x5f0d24[_0x121c39(0x288)][_0x121c39(0x336)](_0x121c39(0x2c6),_0x2bc252),this[_0x121c39(0x21a)](_0x121c39(0x2c6));const _0x1e1c8f=new _0x3d4a7c(_0x5f0d24,this[_0x121c39(0x240)]);_0x5f0d24[_0x121c39(0x288)][_0x121c39(0x336)](_0x121c39(0x1ee),_0x1e1c8f),this[_0x121c39(0x21a)](_0x121c39(0x1ee)),_0x5f0d24[_0x121c39(0x288)][_0x121c39(0x336)](_0x121c39(0x33e),new _0x13f014(_0x5f0d24,_0x2bc252,this[_0x121c39(0x240)])),this[_0x121c39(0x21a)](_0x121c39(0x33e)),_0x5f0d24[_0x121c39(0x288)][_0x121c39(0x336)](_0x121c39(0x22b),new _0x13f014(_0x5f0d24,_0x1e1c8f,this[_0x121c39(0x240)])),this[_0x121c39(0x21a)](_0x121c39(0x22b)),_0x5f0d24[_0x121c39(0x288)][_0x121c39(0x336)](_0x121c39(0x1f0),new _0x5698db(_0x5f0d24,_0x2bc252,this[_0x121c39(0x240)])),this[_0x121c39(0x21a)](_0x121c39(0x1f0)),_0x5f0d24[_0x121c39(0x288)][_0x121c39(0x336)](_0x121c39(0x2ea),new _0x5698db(_0x5f0d24,_0x1e1c8f,this[_0x121c39(0x240)])),this[_0x121c39(0x21a)](_0x121c39(0x2ea));const _0x306fe7=_0x5f0d24[_0x121c39(0x276)][_0x121c39(0x2be)](_0x121c39(0x1eb));this[_0x121c39(0x337)](_0x306fe7,_0x121c39(0x248),(_0x2b5d22,{threadId:_0x2a03d8})=>{const _0x39d474=_0x121c39,_0x2a1ce7=this[_0x39d474(0x240)][_0x39d474(0x2be)](_0x2a03d8);_0x2a1ce7&&_0x2a1ce7[_0x39d474(0x23a)]&&0x1===_0x2a1ce7[_0x39d474(0x23a)][_0x39d474(0x358)]&&this[_0x39d474(0x316)](_0x2a03d8,{'hasComments':!0x0});},{'priority':_0x121c39(0x362)}),this[_0x121c39(0x337)](_0x306fe7,_0x121c39(0x31b),(_0x493416,{threadId:_0x13d3df})=>{const _0x19855f=_0x121c39,_0x250b35=this[_0x19855f(0x240)][_0x19855f(0x2be)](_0x13d3df);_0x250b35&&_0x250b35[_0x19855f(0x23a)]&&!_0x250b35[_0x19855f(0x23a)][_0x19855f(0x358)]&&this[_0x19855f(0x316)](_0x13d3df,{'hasComments':!0x1});},{'priority':_0x121c39(0x362)});}set[_0x384ab8(0x23d)](_0x298dce){const _0xa82c98=_0x384ab8;if(this[_0xa82c98(0x2d7)])throw new _0x222842(_0xa82c98(0x294),this);this[_0xa82c98(0x2d7)]=_0x298dce;}get[_0x384ab8(0x23d)](){const _0x88f038=_0x384ab8;return this[_0x88f038(0x2d7)];}[_0x384ab8(0x20e)]({skipNotAttached:_0x1bcb62=!0x1,toJSON:_0x482c83=!0x1}={}){const _0x53ca18=_0x384ab8,_0xeafdec=[];for(const _0x59ffc8 of this[_0x53ca18(0x240)][_0x53ca18(0x1c4)]())_0x1bcb62&&!_0x59ffc8[_0x53ca18(0x2ac)]||_0xeafdec[_0x53ca18(0x24a)](_0x59ffc8);return _0x482c83?_0xeafdec[_0x53ca18(0x287)](_0x53b618=>_0x53b618[_0x53ca18(0x335)]()):_0xeafdec;}[_0x384ab8(0x2e7)](_0x1557dc){const _0x78a113=_0x384ab8,_0x82fc60=this[_0x78a113(0x240)][_0x78a113(0x2be)](_0x1557dc);if(!_0x82fc60)throw new _0x222842(_0x78a113(0x1e4),this);return _0x82fc60;}[_0x384ab8(0x226)](_0x388f67){const _0x1398a1=_0x384ab8;return this[_0x1398a1(0x240)][_0x1398a1(0x1f6)](_0x388f67);}[_0x384ab8(0x201)](_0x353f28){const _0x2b0900=_0x384ab8,{authorId:_0x3a3199,id:_0x570f33,attributes:_0x3c09c1}=_0x353f28,[_0x1db214,_0x1cbdeb]=_0x353f28[_0x2b0900(0x2ce)][_0x2b0900(0x203)](':'),_0x16f708=this[_0x2b0900(0x240)][_0x2b0900(0x2be)](_0x570f33)||this[_0x2b0900(0x2fb)](_0x1db214,_0x1cbdeb,_0x570f33,_0x3a3199,_0x3c09c1);if(this[_0x2b0900(0x260)](_0x16f708),this[_0x2b0900(0x32e)](_0x16f708,_0x1db214,_0x1cbdeb||null,_0x3a3199),_0x16f708[_0x2b0900(0x30b)]=_0x353f28[_0x2b0900(0x30b)],_0x16f708[_0x2b0900(0x2e4)]=!0x0,_0x3c09c1&&_0x3c09c1[_0x2b0900(0x305)]){const _0x9bf817=_0x3c09c1[_0x2b0900(0x305)],_0x3cd7a5=this[_0x2b0900(0x245)](_0x9bf817[_0x2b0900(0x1b6)]);_0x16f708[_0x2b0900(0x308)]=_0x9bf817[_0x2b0900(0x30b)],_0x16f708[_0x2b0900(0x253)]=_0x3cd7a5,_0x16f708[_0x2b0900(0x279)]=!0x0;}else _0x16f708[_0x2b0900(0x308)]=_0x353f28[_0x2b0900(0x30b)];switch(_0x353f28[_0x2b0900(0x1fa)]&&(_0x16f708[_0x2b0900(0x1fa)]=_0x353f28[_0x2b0900(0x1fa)]),_0x353f28[_0x2b0900(0x251)]&&(_0x16f708[_0x2b0900(0x251)]=_0x353f28[_0x2b0900(0x251)]),this[_0x2b0900(0x2d7)]&&this[_0x2b0900(0x2d7)][_0x2b0900(0x2e2)]||(_0x16f708[_0x2b0900(0x2d4)]=!0x0),this[_0x2b0900(0x2eb)][_0x2b0900(0x2be)](_0x16f708)){case _0x2b0900(0x227):this[_0x2b0900(0x2eb)][_0x2b0900(0x328)](_0x16f708,_0x2b0900(0x2db));break;case _0x2b0900(0x26e):_0x16f708[_0x2b0900(0x2ac)]?(this[_0x2b0900(0x232)](new Set([_0x16f708])),this[_0x2b0900(0x258)](new Set([_0x16f708])),this[_0x2b0900(0x2eb)][_0x2b0900(0x328)](_0x16f708,_0x2b0900(0x2bf)),this[_0x2b0900(0x239)](_0x2b0900(0x28b),_0x16f708)):this[_0x2b0900(0x2eb)][_0x2b0900(0x328)](_0x16f708,_0x2b0900(0x1c2));}return _0x16f708;}[_0x384ab8(0x2c6)](_0x1b9776){const _0x49bae4=_0x384ab8;this[_0x49bae4(0x329)](()=>{const _0xee5c67=_0x49bae4;this[_0xee5c67(0x2ff)][_0xee5c67(0x29c)][_0xee5c67(0x351)](()=>{const _0x5ee3f6=_0xee5c67;for(const _0xe3d413 of _0x1b9776[_0x5ee3f6(0x21f)]())_0xe3d413[_0x5ee3f6(0x344)]();});});}[_0x384ab8(0x1ee)](_0x1e77e4){const _0x51a582=_0x384ab8;this[_0x51a582(0x329)](()=>{const _0x4a9b60=_0x51a582;this[_0x4a9b60(0x2ff)][_0x4a9b60(0x29c)][_0x4a9b60(0x351)](()=>{const _0x5c0b24=_0x4a9b60;for(const _0x5f5485 of _0x1e77e4[_0x5c0b24(0x21f)]())_0x5f5485[_0x5c0b24(0x230)]();});});}[_0x384ab8(0x21a)](_0x3d0ef3,_0x415c71){const _0x19e844=_0x384ab8,_0x30a111=this[_0x19e844(0x2ff)][_0x19e844(0x288)][_0x19e844(0x2be)](_0x3d0ef3);if(!_0x30a111)throw new _0x222842(_0x19e844(0x2d6),this,{'commandName':_0x3d0ef3});if(this[_0x19e844(0x233)][_0x19e844(0x1f6)](_0x30a111))throw new _0x222842(_0x19e844(0x1de),this,{'commandName':_0x3d0ef3});this[_0x19e844(0x233)][_0x19e844(0x336)](_0x30a111),_0x415c71&&_0x30a111['on'](_0x19e844(0x303),(_0x3409b8,_0x841173)=>{const _0x927b14=_0x19e844;this[_0x927b14(0x1c8)][_0x927b14(0x361)]&&(this[_0x927b14(0x244)]||(_0x841173[_0x927b14(0x358)]>0x0&&_0x841173[_0x841173[_0x927b14(0x358)]-0x1]&&_0x841173[_0x841173[_0x927b14(0x358)]-0x1][_0x927b14(0x329)]?_0x841173[_0x927b14(0x215)]():(_0x3409b8[_0x927b14(0x34e)]=_0x415c71((..._0x337ff2)=>_0x30a111[_0x927b14(0x303)](..._0x337ff2,{'forceDefaultExecution':!0x0}),..._0x841173),_0x3409b8[_0x927b14(0x302)]())));},{'priority':_0x19e844(0x307)});}[_0x384ab8(0x329)](_0x67c75b){const _0x579358=_0x384ab8;let _0x3e46e1,_0x568141;const _0x406674=this[_0x579358(0x244)];this[_0x579358(0x244)]=!0x0;try{_0x3e46e1=_0x67c75b();}catch(_0x4e7482){_0x568141=_0x4e7482;}return _0x406674||(this[_0x579358(0x244)]=!0x1),_0x568141&&_0x222842[_0x579358(0x216)](_0x568141,this),_0x3e46e1;}[_0x384ab8(0x1e2)](_0x1a6c36,_0xe7c27c=null,_0x1ea476={}){const _0x4d3dd2=_0x384ab8;if(_0x1a6c36[_0x4d3dd2(0x299)])return null;const _0x1beb75=this[_0x4d3dd2(0x2ff)][_0x4d3dd2(0x276)][_0x4d3dd2(0x2be)](_0x4d3dd2(0x1f3))['me'];for(const {suggestion:_0x3f42ee,meta:_0xa9a851}of this[_0x4d3dd2(0x33d)](_0x1a6c36,_0x4d3dd2(0x25d)))if(_0xa9a851[_0x4d3dd2(0x290)]){if(!_0xa9a851[_0x4d3dd2(0x2b7)]){if(_0xa9a851[_0x4d3dd2(0x2b3)]){if(!this[_0x4d3dd2(0x1d8)]||!Pt(_0x3f42ee,_0x1ea476))continue;return _0x3f42ee;}if(Pt(_0x3f42ee,_0x1ea476))return _0x3f42ee;this[_0x4d3dd2(0x23e)](_0x3f42ee,_0x1a6c36[_0x4d3dd2(0x27e)],_0x1a6c36[_0x4d3dd2(0x26f)]);break;}if(_0xe7c27c==_0x3f42ee[_0x4d3dd2(0x2dc)]&&Pt(_0x3f42ee,_0x1ea476)){const _0x19cc7e=_0x3f42ee[_0x4d3dd2(0x273)]();return _0x19cc7e[_0x4d3dd2(0x27e)][_0x4d3dd2(0x28d)](_0x1a6c36[_0x4d3dd2(0x26f)])?this[_0x4d3dd2(0x229)](_0x3f42ee,this[_0x4d3dd2(0x21e)][_0x4d3dd2(0x309)](_0x1a6c36[_0x4d3dd2(0x27e)],_0x19cc7e[_0x4d3dd2(0x26f)])):this[_0x4d3dd2(0x229)](_0x3f42ee,this[_0x4d3dd2(0x21e)][_0x4d3dd2(0x309)](_0x19cc7e[_0x4d3dd2(0x27e)],_0x1a6c36[_0x4d3dd2(0x26f)])),_0x3f42ee;}}const _0x107cea=_0xd7a0ff(),_0x5526e2=_0x1beb75['id'],_0x27ad70=_0xe7c27c?_0x4d3dd2(0x272)+_0xe7c27c:_0x4d3dd2(0x25d),_0xd96ce6=this[_0x4d3dd2(0x1f5)]({'id':_0x107cea,'type':_0x27ad70,'createdAt':new Date(),'authorId':_0x5526e2,'attributes':_0x1ea476});return this[_0x4d3dd2(0x2c4)](_0x27ad70,_0x107cea,_0x5526e2,_0x1a6c36),_0xd96ce6;}[_0x384ab8(0x314)](_0x42e72e,_0x4bdc6a=_0x384ab8(0x1e1),_0x6e81e4={}){const _0x1a48e9=_0x384ab8,_0x4ee9b2=this[_0x1a48e9(0x2ff)][_0x1a48e9(0x276)][_0x1a48e9(0x2be)](_0x1a48e9(0x1f3))['me'],_0x13b14b=this[_0x1a48e9(0x352)][_0x1a48e9(0x219)](_0x1a48e9(0x25d),_0x4bdc6a,_0x1a48e9(0x267));for(const _0x543e55 of this[_0x1a48e9(0x20e)]())if(_0x543e55[_0x1a48e9(0x253)]['id']==_0x4ee9b2['id']&&_0x1a48e9(0x25d)==_0x543e55[_0x1a48e9(0x2ce)]&&_0x543e55[_0x1a48e9(0x2dc)]==_0x4bdc6a&&Pt(_0x543e55,_0x6e81e4)&&(_0x13b14b(_0x543e55[_0x1a48e9(0x25f)](),_0x42e72e)||_0x13b14b(_0x42e72e,_0x543e55[_0x1a48e9(0x25f)]()))){for(const _0x30a4ac of _0x42e72e)_0x543e55[_0x1a48e9(0x21b)](_0x30a4ac);return _0x543e55;}for(const {suggestion:_0x2f38f6,meta:_0x58ec5a}of this[_0x1a48e9(0x33d)](_0x42e72e,_0x1a48e9(0x25d))){if(!_0x58ec5a[_0x1a48e9(0x290)])continue;if(!this[_0x1a48e9(0x1d8)]&&_0x58ec5a[_0x1a48e9(0x2b3)])continue;if(!Pt(_0x2f38f6,_0x6e81e4))continue;let _0x377b9f=!0x0;for(const _0x164cd7 of _0x2f38f6[_0x1a48e9(0x25f)]())for(const _0x3c9e38 of _0x42e72e)if(!_0x164cd7[_0x1a48e9(0x306)](_0x3c9e38)){_0x377b9f=!0x1;break;}if(_0x377b9f)return _0x2f38f6;}const _0x1f0155=_0xd7a0ff(),_0x3ddbbf=_0x4ee9b2['id'],_0x5f4cae=_0x1a48e9(0x272)+_0x4bdc6a,_0x5e394a=this[_0x1a48e9(0x1f5)]({'id':_0x1f0155,'type':_0x5f4cae,'createdAt':new Date(),'authorId':_0x3ddbbf,'attributes':_0x6e81e4});for(const _0x10d496 of _0x42e72e)this[_0x1a48e9(0x2c4)](_0x5f4cae,_0x1f0155,_0x3ddbbf,_0x10d496,_0x2e266d[_0x1a48e9(0x334)]());return _0x5e394a;}[_0x384ab8(0x2f9)](_0x2cafaa,_0x777454,_0x3de06e=null,_0x472e8b={}){const _0x4deb6b=_0x384ab8;if(_0x3de06e=_0x3de06e||Et(_0x777454),_0x2cafaa[_0x4deb6b(0x299)])return null;if(_0x4deb6b(0x293)===this[_0x4deb6b(0x238)]){const _0x316e2d=this[_0x4deb6b(0x352)][_0x4deb6b(0x219)](_0x4deb6b(0x25e),_0x3de06e,_0x4deb6b(0x344));return this[_0x4deb6b(0x329)](()=>_0x316e2d([_0x2cafaa],_0x777454,_0x472e8b)),null;}const _0x544311=this[_0x4deb6b(0x2ff)][_0x4deb6b(0x276)][_0x4deb6b(0x2be)](_0x4deb6b(0x1f3))['me'],_0x43a17f=[];if(_0x4deb6b(0x360)!==this[_0x4deb6b(0x238)]){for(const {suggestion:_0x75e146,meta:_0x2626ee}of this[_0x4deb6b(0x33d)](_0x2cafaa,_0x4deb6b(0x25d)))_0x2626ee[_0x4deb6b(0x290)]&&!_0x2626ee[_0x4deb6b(0x2d9)]&&_0x43a17f[_0x4deb6b(0x24a)](..._0x75e146[_0x4deb6b(0x25f)]());}const _0x5187c9=function(_0xe2565a,_0x5f5bf2){const _0x1994fa=_0x4deb6b,_0x57fb4f=[];for(const _0x11fd30 of _0x5f5bf2){const _0x1bc68d=_0xe2565a[_0x1994fa(0x353)](_0x11fd30);_0x1bc68d&&_0x57fb4f[_0x1994fa(0x24a)](_0x1bc68d);}return _0x57fb4f;}(_0x2cafaa,_0x43a17f),_0x263d8=function(_0x595188,_0x4eb383){const _0x42aba7=_0x4deb6b,_0x1d20a0=[_0x595188];for(const _0x27f30f of _0x4eb383){let _0xf252bb=0x0;for(;_0xf252bb<_0x1d20a0[_0x42aba7(0x358)];){const _0x2f416e=_0x1d20a0[_0xf252bb][_0x42aba7(0x2ae)](_0x27f30f);_0x1d20a0[_0x42aba7(0x261)](_0xf252bb,0x1,..._0x2f416e),_0xf252bb+=_0x2f416e[_0x42aba7(0x358)];}}return _0x1d20a0;}(_0x2cafaa,_0x43a17f);_0x5187c9[_0x4deb6b(0x358)]&&this[_0x4deb6b(0x21e)][_0x4deb6b(0x351)](()=>{const _0x59f9e1=_0x4deb6b;for(const _0x4f760b of _0x5187c9){const _0x3d1be5=this[_0x59f9e1(0x352)][_0x59f9e1(0x219)](_0x59f9e1(0x25e),_0x3de06e,_0x59f9e1(0x344));this[_0x59f9e1(0x329)](()=>_0x3d1be5([_0x4f760b],_0x777454,_0x472e8b));}});for(const _0x24be57 of _0x263d8){let _0x4c72d7=null,_0x5f2ef9=_0x24be57[_0x4deb6b(0x27e)],_0x272a41=_0x24be57[_0x4deb6b(0x26f)];for(const {suggestion:_0x4d1bd2,meta:_0xb129c8}of this[_0x4deb6b(0x33d)](_0x24be57,_0x4deb6b(0x25e))){if(!_0xb129c8[_0x4deb6b(0x290)])continue;if(_0x4d1bd2[_0x4deb6b(0x2dc)]!=_0x3de06e)continue;if(!Pt(_0x4d1bd2,_0x472e8b))continue;const _0x54d558=_0x4d1bd2[_0x4deb6b(0x273)]();if(_0x54d558[_0x4deb6b(0x306)](_0x24be57,!0x0))return null;_0x5f2ef9=_0x5f2ef9[_0x4deb6b(0x2f5)](_0x54d558[_0x4deb6b(0x27e)])?_0x5f2ef9:_0x54d558[_0x4deb6b(0x27e)],_0x272a41=_0x272a41[_0x4deb6b(0x2ed)](_0x54d558[_0x4deb6b(0x26f)])?_0x272a41:_0x54d558[_0x4deb6b(0x26f)],_0x4c72d7?_0x54d558[_0x4deb6b(0x27e)][_0x4deb6b(0x2f5)](_0x4c72d7[_0x4deb6b(0x273)]()[_0x4deb6b(0x27e)])?(_0x4c72d7[_0x4deb6b(0x28f)](),_0x4c72d7=_0x4d1bd2):_0x4d1bd2[_0x4deb6b(0x28f)]():_0x4c72d7=_0x4d1bd2;}const _0x582fe4=this[_0x4deb6b(0x21e)][_0x4deb6b(0x309)](_0x5f2ef9,_0x272a41);if(_0x4c72d7)this[_0x4deb6b(0x229)](_0x4c72d7,_0x582fe4);else{const _0x283419=_0xd7a0ff(),_0x49171a=_0x544311['id'];this[_0x4deb6b(0x1f5)]({'id':_0x283419,'type':_0x4deb6b(0x280)+_0x3de06e,'data':_0x777454,'createdAt':new Date(),'authorId':_0x49171a,'attributes':_0x472e8b}),this[_0x4deb6b(0x2c4)](_0x4deb6b(0x280)+_0x3de06e,_0x283419,_0x49171a,_0x582fe4);}}return null;}[_0x384ab8(0x30a)](_0x394fc1,_0x38c8bc,_0x4801c1=[],_0x31c1c0=null,_0x2b312a={}){const _0x3941d2=_0x384ab8;_0x38c8bc[_0x3941d2(0x301)]||(_0x38c8bc[_0x3941d2(0x301)]=_0x38c8bc[_0x3941d2(0x26a)]),_0x38c8bc[_0x3941d2(0x270)]=_0x394fc1['is'](_0x3941d2(0x1e5)),_0x31c1c0=_0x31c1c0||Et(_0x38c8bc);const _0x5141b6=_0x4801c1[_0x3941d2(0x287)](_0x103699=>Ot(_0x103699,this[_0x3941d2(0x21e)])),_0x29e4c0=_0x394fc1['is'](_0x3941d2(0x1e5))?_0x394fc1:Ot(_0x394fc1,this[_0x3941d2(0x21e)]);if(_0x3941d2(0x293)===this[_0x3941d2(0x238)]){const _0x394f10=this[_0x3941d2(0x352)][_0x3941d2(0x219)](_0x3941d2(0x1c7),_0x31c1c0,_0x3941d2(0x344));return this[_0x3941d2(0x329)](()=>_0x394f10([_0x29e4c0],_0x38c8bc,_0x2b312a)),null;}_0x5141b6[_0x3941d2(0x24a)](_0x29e4c0);let _0x14b810=!0x0;for(const _0x24b354 of _0x5141b6)if(!this[_0x3941d2(0x28e)](_0x24b354)){_0x14b810=!0x1;break;}if(_0x14b810&&_0x3941d2(0x360)!==this[_0x3941d2(0x238)]){const _0x2d1627=this[_0x3941d2(0x352)][_0x3941d2(0x219)](_0x3941d2(0x1c7),_0x31c1c0,_0x3941d2(0x344));return this[_0x3941d2(0x329)](()=>_0x2d1627([_0x29e4c0],_0x38c8bc,_0x2b312a)),null;}let _0x3e18d5=null,_0x34abd3=_0x29e4c0[_0x3941d2(0x27e)],_0x4c33ca=_0x29e4c0[_0x3941d2(0x26f)];for(const {suggestion:_0x1de2e8,meta:_0x527b1c}of this[_0x3941d2(0x33d)](_0x29e4c0,_0x3941d2(0x1c7))){if(!_0x527b1c[_0x3941d2(0x290)])continue;if(_0x527b1c[_0x3941d2(0x2b7)]||_0x527b1c[_0x3941d2(0x2b3)]||_0x527b1c[_0x3941d2(0x2d9)])continue;if(_0x1de2e8[_0x3941d2(0x1fa)][_0x3941d2(0x301)]!=_0x38c8bc[_0x3941d2(0x301)])continue;if(!Pt(_0x1de2e8,_0x2b312a))continue;const _0x22f54b=_0x1de2e8[_0x3941d2(0x273)]();if(_0x1de2e8[_0x3941d2(0x2dc)]==_0x31c1c0){if(_0x22f54b[_0x3941d2(0x306)](_0x29e4c0,!0x0))return null;_0x34abd3=_0x34abd3[_0x3941d2(0x2f5)](_0x22f54b[_0x3941d2(0x27e)])?_0x34abd3:_0x22f54b[_0x3941d2(0x27e)],_0x4c33ca=_0x4c33ca[_0x3941d2(0x2ed)](_0x22f54b[_0x3941d2(0x26f)])?_0x4c33ca:_0x22f54b[_0x3941d2(0x26f)],_0x3e18d5?_0x22f54b[_0x3941d2(0x27e)][_0x3941d2(0x2f5)](_0x3e18d5[_0x3941d2(0x273)]()[_0x3941d2(0x27e)])?(_0x3e18d5[_0x3941d2(0x28f)](),_0x3e18d5=_0x1de2e8):_0x1de2e8[_0x3941d2(0x28f)]():_0x3e18d5=_0x1de2e8;}else{const _0x29e4d1=_0x29e4c0[_0x3941d2(0x353)](_0x22f54b);this[_0x3941d2(0x252)](_0x1de2e8,_0x29e4d1);}}const _0x39d801=this[_0x3941d2(0x2ff)][_0x3941d2(0x276)][_0x3941d2(0x2be)](_0x3941d2(0x1f3))['me'],_0x4c3dc9=_0xd7a0ff(),_0x7ae656=_0x39d801['id'];if(_0x3e18d5)return this[_0x3941d2(0x229)](_0x3e18d5,this[_0x3941d2(0x21e)][_0x3941d2(0x309)](_0x34abd3,_0x4c33ca)),_0x3e18d5;{const _0x1af492=this[_0x3941d2(0x1f5)]({'id':_0x4c3dc9,'type':_0x3941d2(0x2e8)+_0x31c1c0,'data':_0x38c8bc,'createdAt':new Date(),'authorId':_0x7ae656,'attributes':_0x2b312a});return this[_0x3941d2(0x2c4)](_0x3941d2(0x2e8)+_0x31c1c0,_0x4c3dc9,_0x7ae656,this[_0x3941d2(0x21e)][_0x3941d2(0x309)](_0x34abd3,_0x4c33ca)),_0x1af492;}}[_0x384ab8(0x1f2)](_0x32356b,_0x4894d0,_0x25e4e4=[],_0x53ee22=null,_0x4d885d={}){const _0x2cfb40=_0x384ab8;_0x4894d0[_0x2cfb40(0x301)]||(_0x4894d0[_0x2cfb40(0x301)]=_0x4894d0[_0x2cfb40(0x26a)]);const _0x7cab1=_0x32356b[0x0];_0x4894d0[_0x2cfb40(0x270)]=_0x7cab1['is'](_0x2cfb40(0x1e5)),_0x53ee22=_0x53ee22||Et(_0x4894d0);const _0x825935=_0x25e4e4[_0x2cfb40(0x287)](_0x207e73=>Ot(_0x207e73,this[_0x2cfb40(0x21e)])),_0x515c0e=_0x7cab1['is'](_0x2cfb40(0x1e5))?_0x32356b:_0x32356b[_0x2cfb40(0x287)](_0x1b31f5=>Ot(_0x1b31f5,this[_0x2cfb40(0x21e)]));if(_0x2cfb40(0x293)===this[_0x2cfb40(0x238)]){const _0x1f140f=this[_0x2cfb40(0x352)][_0x2cfb40(0x219)](_0x2cfb40(0x1c7),_0x53ee22,_0x2cfb40(0x344));return this[_0x2cfb40(0x329)](()=>_0x1f140f(_0x515c0e,_0x4894d0,_0x4d885d)),null;}_0x825935[_0x2cfb40(0x24a)](..._0x515c0e);let _0x576290=!0x0;for(const _0x58487e of _0x825935)if(!this[_0x2cfb40(0x28e)](_0x58487e)){_0x576290=!0x1;break;}if(_0x576290&&_0x2cfb40(0x360)!==this[_0x2cfb40(0x238)]){const _0x4713b2=this[_0x2cfb40(0x352)][_0x2cfb40(0x219)](_0x2cfb40(0x1c7),_0x53ee22,_0x2cfb40(0x344));return this[_0x2cfb40(0x329)](()=>_0x4713b2(_0x515c0e,_0x4894d0,_0x4d885d)),null;}const _0x3ac776=this[_0x2cfb40(0x2ff)][_0x2cfb40(0x276)][_0x2cfb40(0x2be)](_0x2cfb40(0x1f3))['me'];for(const _0x1eafc6 of this[_0x2cfb40(0x20e)]()){if(_0x1eafc6[_0x2cfb40(0x253)]['id']!=_0x3ac776['id'])continue;if(_0x2cfb40(0x1c7)!=_0x1eafc6[_0x2cfb40(0x2ce)]||_0x1eafc6[_0x2cfb40(0x1fa)][_0x2cfb40(0x301)]!=_0x4894d0[_0x2cfb40(0x301)])continue;if(!Pt(_0x1eafc6,_0x4d885d))continue;const _0xae78dc=_0x1eafc6[_0x2cfb40(0x2dc)]==_0x53ee22;for(let _0x45bf34=0x0;_0x45bf34<_0x515c0e[_0x2cfb40(0x358)];_0x45bf34++){const _0x1724a2=_0x515c0e[_0x45bf34];for(const _0x3a6b09 of _0x1eafc6[_0x2cfb40(0x1e0)]()){const _0x1ae65c=_0x3a6b09[_0x2cfb40(0x35f)]();if(_0x1724a2[_0x2cfb40(0x28d)](_0x1ae65c)){_0xae78dc?(_0x515c0e[_0x2cfb40(0x261)](_0x45bf34,0x1),_0x45bf34--):_0x1eafc6[_0x2cfb40(0x1d3)](_0x3a6b09[_0x2cfb40(0x1ca)]);break;}}}}if(0x0==_0x515c0e[_0x2cfb40(0x358)])return null;const _0x4a496f=this[_0x2cfb40(0x352)][_0x2cfb40(0x219)](_0x2cfb40(0x1c7),_0x53ee22,_0x2cfb40(0x267));for(const _0x44d47a of this[_0x2cfb40(0x20e)]())if(_0x44d47a[_0x2cfb40(0x253)]['id']==_0x3ac776['id']&&_0x2cfb40(0x1c7)==_0x44d47a[_0x2cfb40(0x2ce)]&&_0x44d47a[_0x2cfb40(0x1fa)][_0x2cfb40(0x301)]==_0x4894d0[_0x2cfb40(0x301)]&&_0x44d47a[_0x2cfb40(0x2dc)]==_0x53ee22&&Pt(_0x44d47a,_0x4d885d)&&(_0x4a496f(_0x44d47a[_0x2cfb40(0x25f)](),_0x515c0e)||_0x4a496f(_0x515c0e,_0x44d47a[_0x2cfb40(0x25f)]()))){for(const _0x4188d8 of _0x515c0e)_0x44d47a[_0x2cfb40(0x21b)](_0x4188d8);return _0x44d47a;}const _0x3f34d8=_0xd7a0ff(),_0x20ce03=_0x3ac776['id'],_0x3eec42=_0x2cfb40(0x2e8)+_0x53ee22,_0x452427=this[_0x2cfb40(0x1f5)]({'id':_0x3f34d8,'type':_0x3eec42,'data':_0x4894d0,'createdAt':new Date(),'authorId':_0x20ce03,'attributes':_0x4d885d});for(const _0x45f64b of _0x515c0e)this[_0x2cfb40(0x2c4)](_0x3eec42,_0x3f34d8,_0x20ce03,_0x45f64b,_0x2e266d[_0x2cfb40(0x334)]());return _0x452427;}[_0x384ab8(0x1ff)](_0x5e77c2,_0x55e6a3=null,_0x3da4b2={}){const _0x416ae6=_0x384ab8;if(_0x5e77c2[_0x416ae6(0x299)])return null;const _0x57c99e=this[_0x416ae6(0x2ff)][_0x416ae6(0x276)][_0x416ae6(0x2be)](_0x416ae6(0x1f3))['me'],_0x13490b=new _0x4acc3d(_0x5e77c2[_0x416ae6(0x27e)],_0x5e77c2[_0x416ae6(0x26f)]);for(const {suggestion:_0x34b42a,meta:_0x55b52c}of this[_0x416ae6(0x33d)](_0x13490b,_0x416ae6(0x25d)))if(_0x55b52c[_0x416ae6(0x290)]&&!_0x55b52c[_0x416ae6(0x2b7)]){if(_0x34b42a[_0x416ae6(0x1dd)]){const _0xe8fdf4=_0x34b42a[_0x416ae6(0x25f)]()[_0x416ae6(0x1ba)](_0xf67063=>_0x416ae6(0x2b4)!=_0xf67063[_0x416ae6(0x282)][_0x416ae6(0x1bb)]);_0xe8fdf4[_0x416ae6(0x271)](_0x3c9795=>_0x13490b[_0x416ae6(0x306)](_0x3c9795,!0x0))&&_0x34b42a[_0x416ae6(0x230)]();if(_0xe8fdf4[_0x416ae6(0x29f)](_0x1e94d2=>_0x1e94d2[_0x416ae6(0x306)](_0x13490b,!0x0))){const _0x22484e=this[_0x416ae6(0x352)][_0x416ae6(0x219)](_0x416ae6(0x317),_0x55e6a3,_0x416ae6(0x344));return this[_0x416ae6(0x329)](()=>_0x22484e([_0x13490b],null,_0x3da4b2)),null;}}else{const _0x251f36=_0x13490b[_0x416ae6(0x353)](_0x34b42a[_0x416ae6(0x273)]());null!==_0x251f36&&_0x34b42a[_0x416ae6(0x247)]([_0x251f36],null,_0x3da4b2);}}if(_0x13490b[_0x416ae6(0x254)](),_0x13490b[_0x416ae6(0x299)]||_0x416ae6(0x2b4)==_0x13490b[_0x416ae6(0x282)][_0x416ae6(0x1bb)])return null;let _0x34383e=null,_0x49d783=_0x13490b[_0x416ae6(0x27e)],_0x9a04ab=_0x13490b[_0x416ae6(0x26f)];const _0x5e0d97=this[_0x416ae6(0x33d)](_0x13490b,_0x416ae6(0x317));for(const {suggestion:_0x91ffd1,meta:_0x2e464d}of _0x5e0d97){const _0x3102a9=this[_0x416ae6(0x21e)][_0x416ae6(0x309)](_0x49d783,_0x9a04ab);if(_0x2e464d[_0x416ae6(0x290)]&&(this[_0x416ae6(0x1d8)]||!_0x2e464d[_0x416ae6(0x2b3)]&&!_0x2e464d[_0x416ae6(0x2d9)])){if(_0x91ffd1[_0x416ae6(0x1dd)]){if(!Pt(_0x91ffd1,_0x3da4b2))continue;let _0x3add26=!0x0;for(const _0x54ee39 of _0x91ffd1[_0x416ae6(0x25f)]()){if(_0x54ee39[_0x416ae6(0x306)](_0x3102a9,!0x0))return _0x91ffd1;_0x3102a9[_0x416ae6(0x306)](_0x54ee39)||(_0x3add26=!0x1);}_0x3add26&&_0x91ffd1[_0x416ae6(0x230)]();}else{const _0x249e89=_0x91ffd1[_0x416ae6(0x273)]();if(_0x249e89[_0x416ae6(0x306)](_0x3102a9,!0x0))return _0x91ffd1;if(!Pt(_0x91ffd1,_0x3da4b2)){_0x3102a9[_0x416ae6(0x306)](_0x249e89)?_0x91ffd1[_0x416ae6(0x28f)]():_0x249e89[_0x416ae6(0x1d9)](_0x49d783)?_0x49d783=_0x249e89[_0x416ae6(0x26f)]:_0x249e89[_0x416ae6(0x1d9)](_0x9a04ab)&&(_0x9a04ab=_0x249e89[_0x416ae6(0x27e)]);continue;}_0x49d783=_0x49d783[_0x416ae6(0x2f5)](_0x249e89[_0x416ae6(0x27e)])?_0x49d783:_0x249e89[_0x416ae6(0x27e)],_0x9a04ab=_0x9a04ab[_0x416ae6(0x2ed)](_0x249e89[_0x416ae6(0x26f)])?_0x9a04ab:_0x249e89[_0x416ae6(0x26f)],_0x3da4b2=Object[_0x416ae6(0x27f)]({},_0x91ffd1[_0x416ae6(0x251)]),_0x34383e?_0x249e89[_0x416ae6(0x27e)][_0x416ae6(0x2f5)](_0x34383e[_0x416ae6(0x273)]()[_0x416ae6(0x27e)])?(_0x34383e[_0x416ae6(0x28f)](),_0x34383e=_0x91ffd1):_0x91ffd1[_0x416ae6(0x28f)]():_0x34383e=_0x91ffd1;}}}if(_0x34383e)return this[_0x416ae6(0x229)](_0x34383e,this[_0x416ae6(0x21e)][_0x416ae6(0x309)](_0x49d783,_0x9a04ab)),_0x34383e;{const _0x5cef78=_0xd7a0ff(),_0x4097e3=this[_0x416ae6(0x21e)][_0x416ae6(0x309)](_0x49d783,_0x9a04ab),_0x7f73dd=_0x57c99e['id'],_0x5ab887=_0x55e6a3?_0x416ae6(0x2fc)+_0x55e6a3:_0x416ae6(0x317),_0x506bb2=this[_0x416ae6(0x1f5)]({'id':_0x5cef78,'type':_0x5ab887,'createdAt':new Date(),'authorId':_0x7f73dd,'attributes':_0x3da4b2});return this[_0x416ae6(0x2c4)](_0x5ab887,_0x5cef78,_0x7f73dd,_0x4097e3),_0x506bb2;}}[_0x384ab8(0x1fc)](_0x2781d7,_0x36614c=_0x384ab8(0x1e1),_0x9086d3={}){const _0x18c82f=_0x384ab8,_0x3b304d=this[_0x18c82f(0x2ff)][_0x18c82f(0x276)][_0x18c82f(0x2be)](_0x18c82f(0x1f3))['me'],_0x305206=_0x2781d7[_0x18c82f(0x287)](_0x3ad5f4=>new _0x4acc3d(_0x3ad5f4[_0x18c82f(0x27e)],_0x3ad5f4[_0x18c82f(0x26f)])),_0x2db7fa=new Set();for(const {suggestion:_0x421064,meta:_0xcd2346}of this[_0x18c82f(0x33d)](_0x305206,_0x18c82f(0x25d)))_0xcd2346[_0x18c82f(0x290)]&&!_0xcd2346[_0x18c82f(0x2b7)]&&_0x2db7fa[_0x18c82f(0x336)](_0x421064);for(const _0x501c6f of _0x2db7fa)if(_0x501c6f[_0x18c82f(0x1dd)]){const _0x119097=_0x501c6f[_0x18c82f(0x25f)]();(!_0x501c6f[_0x18c82f(0x251)]||!_0x501c6f[_0x18c82f(0x251)][_0x18c82f(0x2c1)])&&(_0x119097[_0x18c82f(0x271)](_0x95440d=>_0x305206[_0x18c82f(0x29f)](_0x44c8f9=>_0x44c8f9[_0x18c82f(0x306)](_0x95440d,!0x0)))&&_0x501c6f[_0x18c82f(0x230)]());if(_0x305206[_0x18c82f(0x271)](_0x141f4b=>_0x119097[_0x18c82f(0x29f)](_0xdacd50=>_0xdacd50[_0x18c82f(0x306)](_0x141f4b,!0x0)))){const _0x1626b5=this[_0x18c82f(0x352)][_0x18c82f(0x219)](_0x18c82f(0x317),_0x36614c,_0x18c82f(0x344));return this[_0x18c82f(0x329)](()=>_0x1626b5(_0x2781d7,null,_0x9086d3)),null;}}else{const _0x4878bb=_0x501c6f[_0x18c82f(0x273)]();_0x305206[_0x18c82f(0x29f)](_0x31cefc=>_0x31cefc[_0x18c82f(0x306)](_0x4878bb,!0x0))&&_0x501c6f[_0x18c82f(0x230)]();if(_0x305206[_0x18c82f(0x271)](_0x586385=>_0x4878bb[_0x18c82f(0x306)](_0x586385,!0x0))){const _0xba0ee0=this[_0x18c82f(0x352)][_0x18c82f(0x219)](_0x18c82f(0x317),_0x36614c,_0x18c82f(0x344));return this[_0x18c82f(0x329)](()=>_0xba0ee0(_0x305206,null,_0x9086d3)),null;}}const _0x44eb30=this[_0x18c82f(0x352)][_0x18c82f(0x219)](_0x18c82f(0x317),_0x36614c,_0x18c82f(0x267));let _0x33760a=null;for(const _0x260915 of this[_0x18c82f(0x20e)]())if(_0x260915[_0x18c82f(0x253)]['id']==_0x3b304d['id']&&_0x260915[_0x18c82f(0x2ac)]&&_0x18c82f(0x317)==_0x260915[_0x18c82f(0x2ce)]&&_0x260915[_0x18c82f(0x2dc)]==_0x36614c&&Pt(_0x260915,_0x9086d3)&&(_0x44eb30(_0x260915[_0x18c82f(0x25f)](),_0x305206)||_0x44eb30(_0x305206,_0x260915[_0x18c82f(0x25f)]()))){if(_0x33760a){if(_0x260915[_0x18c82f(0x23a)]&&_0x260915[_0x18c82f(0x23a)][_0x18c82f(0x358)])continue;for(const _0x3ee00f of _0x260915[_0x18c82f(0x25f)]())_0x33760a[_0x18c82f(0x24e)](_0x3ee00f)||_0x33760a[_0x18c82f(0x21b)](_0x3ee00f);_0x260915[_0x18c82f(0x28f)]();}else{_0x33760a=_0x260915;for(const _0x568516 of _0x305206)_0x260915[_0x18c82f(0x24e)](_0x568516)||_0x260915[_0x18c82f(0x21b)](_0x568516);}}if(_0x33760a)return _0x33760a;_0x2db7fa[_0x18c82f(0x330)]();for(const {suggestion:_0xace3ae,meta:_0x450336}of this[_0x18c82f(0x33d)](_0x305206,_0x18c82f(0x317)))_0x450336[_0x18c82f(0x290)]&&(this[_0x18c82f(0x1d8)]||!_0x450336[_0x18c82f(0x2b3)]&&!_0x450336[_0x18c82f(0x2d9)])&&Pt(_0xace3ae,_0x9086d3)&&_0x2db7fa[_0x18c82f(0x336)](_0xace3ae);for(const _0x4c9040 of _0x2db7fa){const _0xb41be5=_0x4c9040[_0x18c82f(0x25f)]();if(!_0x9086d3||!_0x9086d3[_0x18c82f(0x2c1)]){if(_0x305206[_0x18c82f(0x271)](_0x31da89=>_0xb41be5[_0x18c82f(0x29f)](_0x427181=>_0x427181[_0x18c82f(0x306)](_0x31da89,!0x0))))return _0x4c9040;}(!_0x4c9040[_0x18c82f(0x251)]||!_0x4c9040[_0x18c82f(0x251)][_0x18c82f(0x2c1)])&&(_0xb41be5[_0x18c82f(0x271)](_0x4a348a=>_0x305206[_0x18c82f(0x29f)](_0x1ae09a=>_0x1ae09a[_0x18c82f(0x306)](_0x4a348a,!0x0)))&&_0x4c9040[_0x18c82f(0x230)]());}const _0x2431c6=_0xd7a0ff(),_0x490a64=_0x3b304d['id'],_0x17ac80=_0x18c82f(0x2fc)+_0x36614c,_0x3aba38=this[_0x18c82f(0x1f5)]({'id':_0x2431c6,'type':_0x17ac80,'createdAt':new Date(),'authorId':_0x490a64,'attributes':_0x9086d3});for(const _0x3e9d30 of _0x305206)_0x3e9d30[_0x18c82f(0x254)](),_0x3e9d30[_0x18c82f(0x299)]||_0x18c82f(0x2b4)==_0x3e9d30[_0x18c82f(0x282)][_0x18c82f(0x1bb)]||this[_0x18c82f(0x2c4)](_0x17ac80,_0x2431c6,_0x490a64,_0x3e9d30,_0x2e266d[_0x18c82f(0x334)]());return _0x3aba38;}[_0x384ab8(0x2f6)](_0xfbbc4a,_0xd08fbf,_0x17f446,_0x4fd179,_0x3d4d0f){const _0x3d55d4=_0x384ab8;if(_0xfbbc4a[_0x3d55d4(0x299)])return[];if(_0x3d55d4(0x293)===this[_0x3d55d4(0x238)])return[];const _0x560487=this[_0x3d55d4(0x2ff)][_0x3d55d4(0x276)][_0x3d55d4(0x2be)](_0x3d55d4(0x1f3))['me']['id'],_0x5425ee=Array[_0x3d55d4(0x34c)](this[_0x3d55d4(0x240)][_0x3d55d4(0x1c4)]())[_0x3d55d4(0x1ba)](_0x3d453d=>_0x3d55d4(0x242)==_0x3d453d[_0x3d55d4(0x2ce)]&&_0x3d453d[_0x3d55d4(0x1fa)][_0x3d55d4(0x34d)]==_0xd08fbf&&_0x3d453d[_0x3d55d4(0x24e)](_0xfbbc4a));if(_0x3d55d4(0x2f2)===this[_0x3d55d4(0x238)]){const _0x4dad10=this[_0x3d55d4(0x33d)](_0xfbbc4a,_0x3d55d4(0x25d))[_0x3d55d4(0x1ba)](({meta:_0x8f5d27})=>_0x8f5d27[_0x3d55d4(0x290)]&&!_0x8f5d27[_0x3d55d4(0x2d9)]&&!_0x8f5d27[_0x3d55d4(0x2b7)])[_0x3d55d4(0x287)](({suggestion:_0x1f31a7})=>_0x1f31a7);_0x5425ee[_0x3d55d4(0x2ab)](..._0x4dad10);}const _0x180280=new Map([[_0xfbbc4a,_0x17f446]]);for(const _0x5337a9 of _0x5425ee){const _0x23cb83=_0x3d55d4(0x242)==_0x5337a9[_0x3d55d4(0x2ce)]?_0x5337a9[_0x3d55d4(0x1fa)][_0x3d55d4(0x218)]:void 0x0,_0x13d00e=_0x5337a9[_0x3d55d4(0x273)](),_0x37153d=Array[_0x3d55d4(0x34c)](_0x180280[_0x3d55d4(0x35a)]())[_0x3d55d4(0x2a6)](_0x21a89a=>_0x21a89a[_0x3d55d4(0x348)](_0x13d00e));if(!_0x37153d)continue;const _0x46d201=_0x37153d[_0x3d55d4(0x2ae)](_0x13d00e);this[_0x3d55d4(0x34f)](_0xd08fbf)&&_0x3d55d4(0x25d)==_0x5337a9[_0x3d55d4(0x2ce)]&&0x0!=_0x46d201[_0x3d55d4(0x358)]||(_0x180280[_0x3d55d4(0x26c)](_0x37153d),_0x46d201[_0x3d55d4(0x2f7)](_0x206f47=>{const _0x408587=_0x3d55d4;_0x180280[_0x408587(0x328)](_0x206f47,_0x17f446);}),_0x3d55d4(0x25d)!=_0x5337a9[_0x3d55d4(0x2ce)]&&_0x23cb83!=_0x4fd179&&_0x180280[_0x3d55d4(0x328)](_0x37153d[_0x3d55d4(0x353)](_0x13d00e),_0x23cb83));}const _0x1208bc=[];for(const [_0x3cc2de,_0x4e5c95]of _0x180280){const _0x4be6c2=_0xd7a0ff(),_0x3da83f={'key':_0xd08fbf,'oldValue':_0x4e5c95,'newValue':_0x4fd179};_0xd08fbf[_0x3d55d4(0x358)]>0x25&&console[_0x3d55d4(0x1dc)](_0x3d55d4(0x285),{'key':_0xd08fbf});const _0x36eeb1=(_0x3d55d4(0x209)+(_0xd08fbf+'|'+Et({'newValue':_0x4fd179})))[_0x3d55d4(0x29d)](0x0,0x3c),_0x24a790=this[_0x3d55d4(0x1f5)]({'id':_0x4be6c2,'type':_0x36eeb1,'data':_0x3da83f,'createdAt':new Date(),'authorId':_0x560487,'attributes':_0x3d4d0f});_0x1208bc[_0x3d55d4(0x24a)](_0x24a790),this[_0x3d55d4(0x2c4)](_0x36eeb1,_0x4be6c2,_0x560487,_0x3cc2de);}return _0x1208bc;}[_0x384ab8(0x346)](_0x226956){const _0x5b44b9=_0x384ab8;this[_0x5b44b9(0x2fa)][_0x5b44b9(0x336)](_0x226956);}[_0x384ab8(0x31a)](_0x2dbb1b){const _0x37cd8c=_0x384ab8;this[_0x37cd8c(0x1d1)][_0x37cd8c(0x336)](_0x2dbb1b);}[_0x384ab8(0x1b5)](_0x53998b,_0x56d37f=[],_0x478ee6=[]){const _0x31d2eb=_0x384ab8;this[_0x31d2eb(0x21a)](_0x53998b,(_0xe6266c,..._0x236303)=>{const _0x5198e9=_0x31d2eb;this[_0x5198e9(0x2cc)](()=>{_0xe6266c(..._0x236303);});});for(const _0xbcf017 of _0x56d37f)this[_0x31d2eb(0x31a)](_0xbcf017);for(const _0x5e8068 of _0x478ee6)this[_0x31d2eb(0x346)](_0x5e8068);}[_0x384ab8(0x231)](_0x33423d){const _0x31d63c=_0x384ab8;return _0x31d63c(0x242)==_0x33423d[_0x31d63c(0x2ce)]?_0x33423d[_0x31d63c(0x2dc)][_0x31d63c(0x203)]('|')[0x0]:null;}[_0x384ab8(0x229)](_0x3f2075,_0x4333d8){const _0x10268a=_0x384ab8,_0x4dbeb1=_0x3f2075[_0x10268a(0x266)]();this[_0x10268a(0x21e)][_0x10268a(0x351)](_0x1f3ef7=>{const _0x49645a=_0x10268a;_0x1f3ef7[_0x49645a(0x359)](_0x4dbeb1,{'range':_0x4333d8});});}[_0x384ab8(0x260)](_0x4cb386){const _0x77119c=_0x384ab8,_0x510687=_0x4cb386['id'],_0x3a4ccb=this[_0x77119c(0x2ff)][_0x77119c(0x311)][_0x77119c(0x2be)](_0x77119c(0x1c0));this[_0x77119c(0x34a)][_0x77119c(0x208)](_0x510687)||this[_0x77119c(0x34a)][_0x77119c(0x296)]({'channelId':_0x3a4ccb,'threadId':_0x510687,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x552a7d=this[_0x77119c(0x34a)][_0x77119c(0x27b)](_0x510687);_0x552a7d[_0x77119c(0x284)](_0x77119c(0x2a3)),_0x552a7d[_0x77119c(0x2a3)]=!0x1,_0x4cb386[_0x77119c(0x23a)]=_0x552a7d;}[_0x384ab8(0x32e)](_0x5dd015,_0x3fbdc1,_0x39e955,_0x5c435b){const _0x48ec7d=_0x384ab8;if(_0x5dd015[_0x48ec7d(0x2ce)]!=_0x3fbdc1||_0x5dd015[_0x48ec7d(0x2dc)]!=_0x39e955||_0x5dd015[_0x48ec7d(0x20c)]['id']!=_0x5c435b)throw this[_0x48ec7d(0x2ff)][_0x48ec7d(0x26d)](_0x48ec7d(0x297)),new _0x222842(_0x48ec7d(0x297),this);}[_0x384ab8(0x252)](_0xd21fa6,_0x358bdf){const _0x562b26=_0x384ab8,_0x4cf6a6=_0xd21fa6[_0x562b26(0x273)]();if(_0x358bdf[_0x562b26(0x28d)](_0x4cf6a6))_0xd21fa6[_0x562b26(0x28f)]();else{if(_0x4cf6a6[_0x562b26(0x306)](_0x358bdf)){const _0x574bed=this[_0x562b26(0x21e)][_0x562b26(0x319)](_0x358bdf[_0x562b26(0x27e)][_0x562b26(0x281)],_0x562b26(0x26f));this[_0x562b26(0x229)](_0xd21fa6,this[_0x562b26(0x21e)][_0x562b26(0x309)](_0x4cf6a6[_0x562b26(0x27e)],_0x574bed));const _0x4aa494=_0xd7a0ff(),_0x6d283a=_0xd21fa6[_0x562b26(0x20c)]['id'],_0x45f480=_0xd21fa6[_0x562b26(0x2ce)]+':'+_0xd21fa6[_0x562b26(0x2dc)];this[_0x562b26(0x1f5)]({'id':_0x4aa494,'type':_0x45f480,'createdAt':new Date(),'authorId':_0x6d283a,'data':_0xd21fa6[_0x562b26(0x1fa)],'attributes':_0xd21fa6[_0x562b26(0x251)]});const _0x847615=this[_0x562b26(0x21e)][_0x562b26(0x319)](_0x358bdf[_0x562b26(0x26f)][_0x562b26(0x363)],_0x562b26(0x2d0)),_0x4132a4=this[_0x562b26(0x21e)][_0x562b26(0x309)](_0x847615,_0x4cf6a6[_0x562b26(0x26f)]);this[_0x562b26(0x2c4)](_0x45f480,_0x4aa494,_0x6d283a,_0x4132a4);}else{if(_0x4cf6a6[_0x562b26(0x1d9)](_0x358bdf[_0x562b26(0x27e)])){const _0x11424e=this[_0x562b26(0x21e)][_0x562b26(0x319)](_0x358bdf[_0x562b26(0x27e)][_0x562b26(0x281)],_0x562b26(0x26f));this[_0x562b26(0x229)](_0xd21fa6,this[_0x562b26(0x21e)][_0x562b26(0x309)](_0x4cf6a6[_0x562b26(0x27e)],_0x11424e));}else{const _0x4e3a56=this[_0x562b26(0x21e)][_0x562b26(0x319)](_0x358bdf[_0x562b26(0x26f)][_0x562b26(0x363)],_0x562b26(0x2d0));this[_0x562b26(0x229)](_0xd21fa6,this[_0x562b26(0x21e)][_0x562b26(0x309)](_0x4e3a56,_0x4cf6a6[_0x562b26(0x26f)]));}}}}[_0x384ab8(0x28e)](_0x1ec137){const _0x5b794a=_0x384ab8;for(const {suggestion:_0x5d66e0,meta:_0x992a21}of this[_0x5b794a(0x33d)](_0x1ec137,_0x5b794a(0x25d))){if(!_0x992a21[_0x5b794a(0x290)])continue;const _0x13a182=_0x5d66e0[_0x5b794a(0x25f)]();for(const _0x59cdbc of _0x13a182)if(!_0x1ec137[_0x5b794a(0x2ae)](_0x59cdbc)[_0x5b794a(0x358)])return!0x0;}return!0x1;}[_0x384ab8(0x2f4)](_0x4355a1){const _0x179983=_0x384ab8,_0x35c075=this[_0x179983(0x2ff)][_0x179983(0x276)][_0x179983(0x2be)](_0x179983(0x1f3))[_0x179983(0x354)](_0x4355a1);if(!_0x35c075)throw new _0x222842(_0x179983(0x33b),this);return _0x35c075;}[_0x384ab8(0x245)](_0x42d7e6){const _0x344ad9=_0x384ab8,_0x3de4ed=this[_0x344ad9(0x2ff)][_0x344ad9(0x276)][_0x344ad9(0x2be)](_0x344ad9(0x1f3)),_0x1be710=_0x140ce7(_0x344ad9(0x27c)+_0x42d7e6),_0x9e1a25=_0x3de4ed[_0x344ad9(0x354)](_0x1be710);return _0x9e1a25||_0x3de4ed[_0x344ad9(0x333)]({'id':_0x1be710,'name':_0x42d7e6});}[_0x384ab8(0x2fb)](_0x3544fe,_0x3ecfb6,_0x4c9abc,_0x1fcef0,_0x326def){const _0x245689=_0x384ab8,_0x38f999=this[_0x245689(0x2f4)](_0x1fcef0),_0x719596=this[_0x245689(0x352)][_0x245689(0x22c)](_0x3544fe,_0x3ecfb6,_0x4c9abc,_0x38f999,_0x326def,_0x492cf6=>{const _0x181235=_0x245689;this[_0x181235(0x316)](_0x4c9abc,{'attributes':_0x492cf6});const _0x2a840f=this[_0x181235(0x2e7)](_0x4c9abc);this[_0x181235(0x232)](new Set([_0x2a840f])),this[_0x181235(0x258)](new Set([_0x2a840f]));});return this[_0x245689(0x337)](_0x719596,_0x245689(0x344),()=>{const _0x330b9b=_0x245689;this[_0x330b9b(0x316)](_0x4c9abc,{'state':_0x330b9b(0x257)});},{'priority':_0x245689(0x307)}),this[_0x245689(0x337)](_0x719596,_0x245689(0x230),()=>{const _0x468b18=_0x245689;this[_0x468b18(0x316)](_0x4c9abc,{'state':_0x468b18(0x1bf)});},{'priority':_0x245689(0x307)}),this[_0x245689(0x240)][_0x245689(0x328)](_0x4c9abc,_0x719596),this[_0x245689(0x2eb)][_0x245689(0x328)](_0x719596,_0x245689(0x227)),_0x719596;}[_0x384ab8(0x289)](_0x42bc26){const _0x3d8bdf=_0x384ab8,_0x14d3b8=_0x42bc26[_0x3d8bdf(0x203)](':');return{'group':_0x14d3b8[0x0],'type':_0x14d3b8[0x1],'subType':_0x14d3b8[_0x3d8bdf(0x358)]>=0x5?_0x14d3b8[0x2]:null,'id':_0x14d3b8[_0x3d8bdf(0x358)]<0x5?_0x14d3b8[0x2]:_0x14d3b8[0x3],'authorId':_0x14d3b8[_0x3d8bdf(0x358)]<0x5?_0x14d3b8[0x3]:_0x14d3b8[0x4],'markerCount':0x6==_0x14d3b8[_0x3d8bdf(0x358)]?_0x14d3b8[0x5]:null};}[_0x384ab8(0x23e)](_0x2b4590,_0x12ae31,_0x19573b){const _0x2aaf47=_0x384ab8,_0xbef4d1=_0x2b4590[_0x2aaf47(0x273)](),_0x3d4f0c=_0xbef4d1[_0x2aaf47(0x27e)],_0x2a7695=_0xbef4d1[_0x2aaf47(0x26f)];this[_0x2aaf47(0x229)](_0x2b4590,this[_0x2aaf47(0x21e)][_0x2aaf47(0x309)](_0x3d4f0c,_0x12ae31));const _0x1c2590=_0xd7a0ff(),_0x3fcf96=_0x2b4590[_0x2aaf47(0x20c)]['id'],_0x4f2352=_0x2b4590[_0x2aaf47(0x2ce)]+(_0x2b4590[_0x2aaf47(0x2dc)]?':'+_0x2b4590[_0x2aaf47(0x2dc)]:'');this[_0x2aaf47(0x1f5)]({'id':_0x1c2590,'type':_0x4f2352,'createdAt':new Date(),'authorId':_0x3fcf96,'originalSuggestionId':_0x2b4590['id'],'attributes':_0x2b4590[_0x2aaf47(0x251)],'data':_0x2b4590[_0x2aaf47(0x1fa)]});const _0x5809b8=this[_0x2aaf47(0x231)](_0x2b4590);(_0x2aaf47(0x1c7)==_0x2b4590[_0x2aaf47(0x2ce)]||_0x5809b8&&this[_0x2aaf47(0x34f)](_0x5809b8))&&(_0x19573b=this[_0x2aaf47(0x21e)][_0x2aaf47(0x365)](_0x19573b[_0x2aaf47(0x363)])),this[_0x2aaf47(0x2c4)](_0x4f2352,_0x1c2590,_0x3fcf96,this[_0x2aaf47(0x21e)][_0x2aaf47(0x309)](_0x19573b,_0x2a7695));}[_0x384ab8(0x33d)](_0x11b0f6,_0x3586e3=null){const _0x25e12f=_0x384ab8,_0x2b0f9c=[],_0x170209=this[_0x25e12f(0x2ff)][_0x25e12f(0x276)][_0x25e12f(0x2be)](_0x25e12f(0x1f3))['me'];Array[_0x25e12f(0x205)](_0x11b0f6)||(_0x11b0f6=[_0x11b0f6]);for(const _0x4c2da5 of this[_0x25e12f(0x20e)]()){if(!_0x4c2da5[_0x25e12f(0x2ac)])continue;if(_0x3586e3&&_0x4c2da5[_0x25e12f(0x2ce)]!=_0x3586e3)continue;let _0x84b11f=!0x1;for(const _0x41917d of _0x4c2da5[_0x25e12f(0x25f)]()){for(const _0x1d1ec1 of _0x11b0f6){const _0xff6d4e=_0x1d1ec1[_0x25e12f(0x27e)][_0x25e12f(0x28d)](_0x41917d[_0x25e12f(0x26f)])||_0x1d1ec1[_0x25e12f(0x26f)][_0x25e12f(0x28d)](_0x41917d[_0x25e12f(0x27e)]);if(_0xff6d4e||_0x1d1ec1[_0x25e12f(0x353)](_0x41917d)){const _0x48cfcb=_0x1d1ec1[_0x25e12f(0x306)](_0x41917d)&&xt(this[_0x25e12f(0x21e)][_0x25e12f(0x1ce)],_0x41917d[_0x25e12f(0x27e)],_0x1d1ec1),_0x31d8b3=_0x41917d[_0x25e12f(0x306)](_0x1d1ec1)&&xt(this[_0x25e12f(0x21e)][_0x25e12f(0x1ce)],_0x1d1ec1[_0x25e12f(0x27e)],_0x41917d);_0x2b0f9c[_0x25e12f(0x24a)]({'suggestion':_0x4c2da5,'meta':{'isOwn':_0x170209==_0x4c2da5[_0x25e12f(0x253)],'isNextTo':_0xff6d4e,'isInsideObject':_0x48cfcb,'containsRangeInObject':_0x31d8b3}}),_0x84b11f=!0x0;break;}}if(_0x84b11f)break;}}return _0x2b0f9c;}[_0x384ab8(0x2c4)](_0x44c917,_0xe58eb6,_0x536e5c,_0x6a46cb,_0x5cf50f){const _0x3a8c12=_0x384ab8;this[_0x3a8c12(0x21e)][_0x3a8c12(0x351)](_0x208b0a=>{const _0x45e8d6=_0x3a8c12;let _0x2117e2=_0x45e8d6(0x33f)+_0x44c917+':'+_0xe58eb6+':'+_0x536e5c;_0x5cf50f&&(_0x2117e2=_0x2117e2+':'+_0x5cf50f),_0x208b0a[_0x45e8d6(0x332)](_0x2117e2,{'range':_0x6a46cb,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x384ab8(0x241)](_0xbf14c7){const _0x1366d1=_0x384ab8,_0x5ea08c=_0xbf14c7[_0x1366d1(0x1bc)],_0xe76177=_0xbf14c7[_0x1366d1(0x31d)];_0xbf14c7[_0x1366d1(0x1bc)]=null,_0xbf14c7[_0x1366d1(0x31d)]=null,null!=_0x5ea08c&&_0x5ea08c[_0x1366d1(0x31d)]==_0xbf14c7&&(_0x5ea08c[_0x1366d1(0x31d)]=_0xe76177),null!=_0xe76177&&_0xe76177[_0x1366d1(0x1bc)]==_0xbf14c7&&(_0xe76177[_0x1366d1(0x1bc)]=_0x5ea08c),_0x1366d1(0x2bf)==this[_0x1366d1(0x2eb)][_0x1366d1(0x2be)](_0xbf14c7)&&(this[_0x1366d1(0x2eb)][_0x1366d1(0x328)](_0xbf14c7,_0x1366d1(0x1c2)),this[_0x1366d1(0x239)](_0x1366d1(0x2b9),_0xbf14c7,_0x5ea08c,_0xe76177));}[_0x384ab8(0x1f5)](_0x343a20){const _0x3faf80=_0x384ab8,_0x3cb71f=_0x343a20['id'],_0x3f2186=this[_0x3faf80(0x201)](_0x343a20);if(this[_0x3faf80(0x2d7)]&&this[_0x3faf80(0x2d7)][_0x3faf80(0x2e2)]){const _0x185f78=this[_0x3faf80(0x2ff)][_0x3faf80(0x276)][_0x3faf80(0x2be)](_0x3faf80(0x220)),_0xfb56e8=_0x3f2186[_0x3faf80(0x339)],_0x5da9c=_0x3f2186[_0x3faf80(0x2dc)]?_0x3f2186[_0x3faf80(0x2ce)]+':'+_0x3f2186[_0x3faf80(0x2dc)]:_0x3f2186[_0x3faf80(0x2ce)],_0x6148e0=this[_0x3faf80(0x2ff)][_0x3faf80(0x22a)],_0x4e43b7=_0x185f78[_0x3faf80(0x336)](_0x6a80dd(_0x6148e0,_0x3faf80(0x341))),_0x1ce980={'id':_0x3cb71f,'type':_0x5da9c,'hasComments':_0xfb56e8,'data':_0x343a20[_0x3faf80(0x1fa)]||null,'originalSuggestionId':_0x343a20[_0x3faf80(0x20d)]||null,'attributes':_0x3f2186[_0x3faf80(0x251)]};this[_0x3faf80(0x2d7)][_0x3faf80(0x2e2)](_0x1ce980)[_0x3faf80(0x2dd)](_0x5ecaa3=>{const _0x410bdb=_0x3faf80;_0x3f2186[_0x410bdb(0x2d4)]=!0x0,_0x185f78[_0x410bdb(0x246)](_0x4e43b7),_0x5ecaa3&&_0x5ecaa3[_0x410bdb(0x30b)]&&(this[_0x410bdb(0x240)][_0x410bdb(0x2be)](_0x3cb71f)[_0x410bdb(0x30b)]=_0x5ecaa3[_0x410bdb(0x30b)]);})[_0x3faf80(0x2a2)](_0x4e9c28=>{const _0x289770=_0x3faf80;throw _0xbad729(_0x289770(0x1d0)),this[_0x289770(0x2ff)][_0x289770(0x29c)][_0x289770(0x326)]({'isUndoable':!0x1},()=>{const _0x8083e9=_0x289770;_0x3f2186[_0x8083e9(0x230)]();}),_0x3f2186[_0x289770(0x255)](),this[_0x289770(0x240)][_0x289770(0x26c)](_0x3f2186['id']),this[_0x289770(0x2eb)][_0x289770(0x26c)](_0x3f2186),_0x4e9c28;});}return _0x3f2186;}[_0x384ab8(0x34f)](_0x39102a){const _0x23446d=_0x384ab8;return this[_0x23446d(0x2fa)][_0x23446d(0x1f6)](_0x39102a);}[_0x384ab8(0x316)](_0x5f334c,_0xc24162){const _0x5b1f96=_0x384ab8,_0x3669c9=this[_0x5b1f96(0x2ff)][_0x5b1f96(0x276)][_0x5b1f96(0x2be)](_0x5b1f96(0x220)),_0x4f30eb=this[_0x5b1f96(0x2e7)](_0x5f334c);if(this[_0x5b1f96(0x2d7)]&&this[_0x5b1f96(0x2d7)][_0x5b1f96(0x213)]){if(_0x4f30eb[_0x5b1f96(0x2d4)]){const _0x30f199=_0x3669c9[_0x5b1f96(0x336)](_0x6a80dd(this[_0x5b1f96(0x2ff)][_0x5b1f96(0x22a)],_0x5b1f96(0x341)));this[_0x5b1f96(0x2d7)][_0x5b1f96(0x213)](_0x5f334c,_0xc24162)[_0x5b1f96(0x2dd)](()=>{const _0x4b5410=_0x5b1f96;_0x3669c9[_0x4b5410(0x246)](_0x30f199);});}else _0x4f30eb['on'](_0x5b1f96(0x2bc),()=>{const _0x47f6b4=_0x5b1f96;this[_0x47f6b4(0x316)](_0x5f334c,_0xc24162);});}}[_0x384ab8(0x2ee)](_0x39fcca){const _0x55ea70=_0x384ab8;if(!this[_0x55ea70(0x2d7)]||!this[_0x55ea70(0x2d7)][_0x55ea70(0x2e7)])throw new _0x222842(_0x55ea70(0x2c5),this);return this[_0x55ea70(0x2d7)][_0x55ea70(0x2e7)](_0x39fcca);}[_0x384ab8(0x235)](_0xb57e68){const _0x921295=_0x384ab8,{id:_0x40d0ba,type:_0x238838,subType:_0x234a0d,authorId:_0x40c255}=this[_0x921295(0x289)](_0xb57e68),_0x19df79=this[_0x921295(0x240)][_0x921295(0x2be)](_0x40d0ba)||this[_0x921295(0x2fb)](_0x238838,_0x234a0d,_0x40d0ba,_0x40c255,{});switch(this[_0x921295(0x32e)](_0x19df79,_0x238838,_0x234a0d,_0x40c255),this[_0x921295(0x2eb)][_0x921295(0x2be)](_0x19df79)){case _0x921295(0x227):this[_0x921295(0x2ee)](_0x40d0ba)[_0x921295(0x2dd)](_0x2e02c3=>{const _0x2fec68=_0x921295;let _0x41520c=Promise[_0x2fec68(0x2de)]();_0x2e02c3[_0x2fec68(0x339)]&&(_0x41520c=this[_0x2fec68(0x34a)][_0x2fec68(0x21d)]({'channelId':this[_0x2fec68(0x2ff)][_0x2fec68(0x311)][_0x2fec68(0x2be)](_0x2fec68(0x1c0)),'threadId':_0x40d0ba})),_0x41520c[_0x2fec68(0x2dd)](()=>{const _0xaceaf4=_0x2fec68;this[_0xaceaf4(0x201)](_0x2e02c3)[_0xaceaf4(0x2d4)]=!0x0;});}),this[_0x921295(0x2eb)][_0x921295(0x328)](_0x19df79,_0x921295(0x26e));break;case _0x921295(0x1c2):this[_0x921295(0x316)](_0x40d0ba,{'state':_0x921295(0x2e5)});case _0x921295(0x2db):this[_0x921295(0x2eb)][_0x921295(0x328)](_0x19df79,_0x921295(0x2bf)),this[_0x921295(0x239)](_0x921295(0x28b),_0x19df79);break;case _0x921295(0x2bf):this[_0x921295(0x239)](_0x921295(0x1c1),_0x19df79);}return _0x19df79[_0x921295(0x243)](_0xb57e68),_0x19df79;}[_0x384ab8(0x258)](_0x1b2453){const _0x59f6fb=_0x384ab8,_0x51bb13=Array[_0x59f6fb(0x34c)](_0x1b2453),_0x25de91=_0x51bb13[_0x59f6fb(0x1ba)](_0x513013=>_0x59f6fb(0x242)==_0x513013[_0x59f6fb(0x2ce)]);this[_0x59f6fb(0x1f1)](_0x25de91);const _0x2457a9=_0x51bb13[_0x59f6fb(0x1ba)](_0x8c50e6=>!_0x8c50e6[_0x59f6fb(0x1dd)]&&_0x59f6fb(0x242)!=_0x8c50e6[_0x59f6fb(0x2ce)]),_0x2089af=this[_0x59f6fb(0x20e)]({'skipNotAttached':!0x0})[_0x59f6fb(0x1ba)](_0x3ae403=>!_0x3ae403[_0x59f6fb(0x1dd)]&&_0x59f6fb(0x242)!=_0x3ae403[_0x59f6fb(0x2ce)]),_0x370997=_0x2089af[_0x59f6fb(0x1ba)](_0x143e2c=>!_0x1b2453[_0x59f6fb(0x1f6)](_0x143e2c)),_0x1dd1be=new Map(_0x2089af[_0x59f6fb(0x287)](_0x14f2a1=>[_0x14f2a1,this[_0x59f6fb(0x352)][_0x59f6fb(0x219)](_0x14f2a1[_0x59f6fb(0x2ce)],_0x14f2a1[_0x59f6fb(0x2dc)],_0x59f6fb(0x2a8))])),_0x14ec8a=new Map(_0x2089af[_0x59f6fb(0x287)](_0x280051=>[_0x280051,_0x280051[_0x59f6fb(0x273)]()])),_0x2c6b41=new Set(),_0x5f5216=new Set();for(let _0xc2285b=0x0;_0xc2285b<_0x2457a9[_0x59f6fb(0x358)];_0xc2285b++)_0xbfa058(_0x2457a9[_0xc2285b],_0x2457a9,_0xc2285b+0x1);for(let _0x5333bf=0x0;_0x5333bf<_0x2457a9[_0x59f6fb(0x358)];_0x5333bf++)_0xbfa058(_0x2457a9[_0x5333bf],_0x370997,0x0);const _0x3dc867=new Set();for(let _0x26712d=0x0;_0x26712d<_0x2457a9[_0x59f6fb(0x358)];_0x26712d++){const _0x51cd74=_0x2457a9[_0x26712d];!_0x5f5216[_0x59f6fb(0x1f6)](_0x51cd74)&&_0x51cd74[_0x59f6fb(0x1bc)]&&(_0x3dc867[_0x59f6fb(0x336)](_0x51cd74[_0x59f6fb(0x1bc)]),_0x51cd74[_0x59f6fb(0x1bc)][_0x59f6fb(0x31d)]===_0x51cd74&&(_0x51cd74[_0x59f6fb(0x1bc)][_0x59f6fb(0x31d)]=null),_0x51cd74[_0x59f6fb(0x1bc)]=null),!_0x2c6b41[_0x59f6fb(0x1f6)](_0x51cd74)&&_0x51cd74[_0x59f6fb(0x31d)]&&(_0x3dc867[_0x59f6fb(0x336)](_0x51cd74[_0x59f6fb(0x31d)]),_0x51cd74[_0x59f6fb(0x31d)][_0x59f6fb(0x1bc)]===_0x51cd74&&(_0x51cd74[_0x59f6fb(0x31d)][_0x59f6fb(0x1bc)]=null),_0x51cd74[_0x59f6fb(0x31d)]=null);}function _0xbfa058(_0x5cae62,_0x464358,_0x106a29){const _0x1878dc=_0x59f6fb;for(let _0x3a421e=_0x106a29;_0x3a421e<_0x464358[_0x1878dc(0x358)];_0x3a421e++){const _0x59849e=_0x55e422(_0x5cae62,_0x464358[_0x3a421e]);_0x59849e&&(_0x59849e[0x0][_0x1878dc(0x31d)]=_0x59849e[0x1],_0x59849e[0x1][_0x1878dc(0x1bc)]=_0x59849e[0x0],_0x2c6b41[_0x1878dc(0x336)](_0x59849e[0x0]),_0x5f5216[_0x1878dc(0x336)](_0x59849e[0x1]));}}function _0x55e422(_0x302a9b,_0xe91f08){const _0x5b2256=_0x59f6fb;if(_0x302a9b[_0x5b2256(0x253)]['id']!==_0xe91f08[_0x5b2256(0x253)]['id'])return null;const _0xfe851a=_0x1dd1be[_0x5b2256(0x2be)](_0x302a9b)(_0x302a9b,_0xe91f08,_0x14ec8a[_0x5b2256(0x2be)](_0x302a9b),_0x14ec8a[_0x5b2256(0x2be)](_0xe91f08));if(!_0xfe851a)return null;return _0x1dd1be[_0x5b2256(0x2be)](_0xe91f08)(_0x302a9b,_0xe91f08,_0x14ec8a[_0x5b2256(0x2be)](_0x302a9b),_0x14ec8a[_0x5b2256(0x2be)](_0xe91f08))?_0xfe851a[0x1][_0x5b2256(0x23a)]&&_0xfe851a[0x1][_0x5b2256(0x23a)][_0x5b2256(0x358)]?null:_0xfe851a:null;}_0x3dc867[_0x59f6fb(0x318)]&&this[_0x59f6fb(0x258)](_0x3dc867);}[_0x384ab8(0x1f1)](_0x1aad33){const _0x27dd61=_0x384ab8;if(0x0==_0x1aad33[_0x27dd61(0x358)])return;const _0x1ebe0a=this[_0x27dd61(0x20e)]({'skipNotAttached':!0x0})[_0x27dd61(0x1ba)](_0x25d2ec=>_0x27dd61(0x242)==_0x25d2ec[_0x27dd61(0x2ce)]&&_0x25d2ec[_0x27dd61(0x2e4)]),_0x38490f=[],_0x14c978=new Map();for(const _0x3cebbb of _0x1ebe0a){const _0x4459b8=_0x140ce7(_0x3cebbb[_0x27dd61(0x251)]);_0x14c978[_0x27dd61(0x1f6)](_0x4459b8)||(_0x14c978[_0x27dd61(0x328)](_0x4459b8,_0x38490f[_0x27dd61(0x358)]),_0x38490f[_0x27dd61(0x24a)]([]));const _0x57f26a=_0x14c978[_0x27dd61(0x2be)](_0x4459b8);_0x38490f[_0x57f26a][_0x27dd61(0x24a)](_0x3cebbb);}!(function(){const _0x15e4c3=_0x27dd61;_0x38490f[_0x15e4c3(0x2c0)]((_0x495050,_0x57b8e2)=>{const _0x1e757e=_0x15e4c3,_0x16ab08=_0x495050[0x0][_0x1e757e(0x30b)],_0x4d67eb=_0x57b8e2[0x0][_0x1e757e(0x30b)];return _0x16ab08==_0x4d67eb?_0x495050[0x0][_0x1e757e(0x251)][_0x1e757e(0x30f)]<_0x57b8e2[0x0][_0x1e757e(0x251)][_0x1e757e(0x30f)]?-0x1:0x1:_0x16ab08<_0x4d67eb?-0x1:0x1;});for(const _0x255430 of _0x38490f)_0x255430[_0x15e4c3(0x2c0)]((_0x2b22fa,_0x33f7ad)=>_0x2b22fa['id']<_0x33f7ad['id']?-0x1:0x1);}());for(let _0x42a2e8=0x0;_0x42a2e8<_0x38490f[_0x27dd61(0x358)];_0x42a2e8++){if(0x0==_0x38490f[_0x42a2e8][_0x27dd61(0x358)])continue;const _0x2d9ada=[];for(let _0x4c2b7b=_0x42a2e8+0x1;_0x4c2b7b<_0x38490f[_0x27dd61(0x358)];_0x4c2b7b++)0x0!=_0x38490f[_0x4c2b7b][_0x27dd61(0x358)]&&_0x25995d(_0x38490f[_0x42a2e8],_0x38490f[_0x4c2b7b])&&_0x2d9ada[_0x27dd61(0x24a)](_0x4c2b7b);for(const _0xa94bf3 of _0x2d9ada)_0x38490f[_0x42a2e8]=_0x38490f[_0x42a2e8][_0x27dd61(0x23c)](_0x38490f[_0xa94bf3]),_0x38490f[_0xa94bf3]=[];}for(const _0x1ef060 of _0x38490f)for(let _0x514bd7=0x0;_0x514bd7<_0x1ef060[_0x27dd61(0x358)];_0x514bd7++)_0x1ef060[_0x514bd7][_0x27dd61(0x31d)]=_0x1ef060[_0x514bd7+0x1]||null;for(const _0x5cc0a8 of _0x38490f)for(let _0x46362a=0x0;_0x46362a<_0x5cc0a8[_0x27dd61(0x358)];_0x46362a++)_0x5cc0a8[_0x46362a][_0x27dd61(0x1bc)]=_0x5cc0a8[_0x46362a-0x1]||null;function _0x25995d(_0x39c977,_0x50abb0){const _0x594ce0=_0x27dd61;if(_0x39c977[0x0][_0x594ce0(0x251)][_0x594ce0(0x30f)]!==_0x50abb0[0x0][_0x594ce0(0x251)][_0x594ce0(0x30f)]&&_0x39c977[0x0][_0x594ce0(0x253)]!==_0x50abb0[0x0][_0x594ce0(0x253)])return!0x1;if(!function(_0x554cfb,_0x559bb6){const _0x3a0842=_0x594ce0;if(!_0x554cfb[_0x3a0842(0x339)]&&!_0x559bb6[_0x3a0842(0x339)])return!0x0;if(_0x554cfb[_0x3a0842(0x339)]&&_0x559bb6[_0x3a0842(0x339)])return!0x1;if(_0x554cfb[_0x3a0842(0x339)]&&_0x559bb6[_0x3a0842(0x30b)]<_0x554cfb[_0x3a0842(0x23a)][_0x3a0842(0x1df)][_0x3a0842(0x2be)](0x0)[_0x3a0842(0x30b)])return!0x0;if(_0x559bb6[_0x3a0842(0x339)]&&_0x554cfb[_0x3a0842(0x30b)]<_0x559bb6[_0x3a0842(0x23a)][_0x3a0842(0x1df)][_0x3a0842(0x2be)](0x0)[_0x3a0842(0x30b)])return!0x0;return!0x1;}(_0x39c977[0x0],_0x50abb0[0x0]))return!0x1;const _0x1ed219=_0x343b3e(_0x39c977[0x0][_0x594ce0(0x251)],_0x594ce0(0x30f)),_0x1a19bb=_0x343b3e(_0x50abb0[0x0][_0x594ce0(0x251)],_0x594ce0(0x30f));if(!_0x58d1fe(_0x1ed219,_0x1a19bb))return!0x1;return!!_0x39c977[_0x594ce0(0x271)](_0xd0586e=>_0x50abb0[_0x594ce0(0x29f)](_0x394a5f=>_0xd0586e[_0x594ce0(0x273)]()[_0x594ce0(0x28d)](_0x394a5f[_0x594ce0(0x273)]())))&&_0x50abb0[_0x594ce0(0x271)](_0x1ee658=>_0x39c977[_0x594ce0(0x29f)](_0x15387a=>_0x1ee658[_0x594ce0(0x273)]()[_0x594ce0(0x28d)](_0x15387a[_0x594ce0(0x273)]())));}}[_0x384ab8(0x232)](_0x37e306){const _0x200b3a=_0x384ab8,_0x74b41=Array[_0x200b3a(0x34c)](_0x37e306),_0x38b9de=this[_0x200b3a(0x20e)]({'skipNotAttached':!0x0}),_0x3e8ec0=_0x38b9de[_0x200b3a(0x1ba)](_0x44cbc2=>!_0x37e306[_0x200b3a(0x1f6)](_0x44cbc2)),_0x2c3e09=new Map(_0x74b41[_0x200b3a(0x287)](_0x499f91=>[_0x499f91,this[_0x200b3a(0x352)][_0x200b3a(0x219)](_0x499f91[_0x200b3a(0x2ce)],_0x499f91[_0x200b3a(0x2dc)],_0x200b3a(0x267))])),_0x148135=new Map(_0x38b9de[_0x200b3a(0x287)](_0x489335=>[_0x489335,_0x489335[_0x200b3a(0x25f)]()]));for(let _0x31d1fe=0x0;_0x31d1fe<_0x74b41[_0x200b3a(0x358)];_0x31d1fe++){if(_0xc17a43(this,_0x74b41[_0x31d1fe],_0x74b41,_0x31d1fe+0x1))return!0x0;}for(let _0x39a94c=0x0;_0x39a94c<_0x74b41[_0x200b3a(0x358)];_0x39a94c++){if(_0xc17a43(this,_0x74b41[_0x39a94c],_0x3e8ec0,0x0))return!0x0;}return!0x1;function _0xc17a43(_0x41e0ce,_0x1e384,_0x181e6d,_0x107246){const _0x4da6e9=_0x200b3a;for(let _0x971740=_0x107246;_0x971740<_0x181e6d[_0x4da6e9(0x358)];_0x971740++){const _0x30e6e8=_0x181e6d[_0x971740];if(_0x30e6e8[_0x4da6e9(0x2ce)]!==_0x1e384[_0x4da6e9(0x2ce)]||_0x30e6e8[_0x4da6e9(0x253)]['id']!==_0x1e384[_0x4da6e9(0x253)]['id']||_0x30e6e8[_0x4da6e9(0x2dc)]!==_0x1e384[_0x4da6e9(0x2dc)])continue;if(!Ft(_0x1e384,_0x30e6e8,[_0x4da6e9(0x30f)]))continue;if(_0x4da6e9(0x242)==_0x1e384[_0x4da6e9(0x2ce)]&&_0x1e384[_0x4da6e9(0x1fa)][_0x4da6e9(0x218)]!=_0x30e6e8[_0x4da6e9(0x1fa)][_0x4da6e9(0x218)])continue;if(_0x4da6e9(0x242)==_0x1e384[_0x4da6e9(0x2ce)]&&_0x41e0ce[_0x4da6e9(0x34f)](_0x1e384[_0x4da6e9(0x1fa)][_0x4da6e9(0x34d)]))continue;if(_0x4da6e9(0x1c7)==_0x1e384[_0x4da6e9(0x2ce)]){const _0x382db2=_0x41e0ce[_0x4da6e9(0x2ff)][_0x4da6e9(0x29c)],_0x1f38aa=_0x1e384[_0x4da6e9(0x357)]();if(_0x1f38aa&&(_0x382db2[_0x4da6e9(0x1ce)][_0x4da6e9(0x338)](_0x1f38aa)||_0x382db2[_0x4da6e9(0x1ce)][_0x4da6e9(0x312)](_0x1f38aa)))continue;}const _0x2b6c2a=_0x2c3e09[_0x4da6e9(0x2be)](_0x1e384),_0x545f16=_0x148135[_0x4da6e9(0x2be)](_0x1e384),_0xb8706=_0x148135[_0x4da6e9(0x2be)](_0x30e6e8),_0x4cb70e=_0x1e384[_0x4da6e9(0x23a)]&&_0x1e384[_0x4da6e9(0x23a)][_0x4da6e9(0x358)],_0x589244=_0x30e6e8[_0x4da6e9(0x23a)]&&_0x30e6e8[_0x4da6e9(0x23a)][_0x4da6e9(0x358)];if(!_0x4cb70e&&_0x2b6c2a(_0xb8706,_0x545f16))return _0x41e0ce[_0x4da6e9(0x214)](_0x30e6e8,_0x1e384),_0x148135[_0x4da6e9(0x26c)](_0x1e384),!0x0;if(!_0x589244&&_0x2b6c2a(_0x545f16,_0xb8706))return _0x41e0ce[_0x4da6e9(0x214)](_0x1e384,_0x30e6e8),_0x148135[_0x4da6e9(0x26c)](_0x30e6e8),!0x0;}return!0x1;}}[_0x384ab8(0x214)](_0x42b570,_0x435219){const _0x44328b=_0x384ab8;if(_0x42b570[_0x44328b(0x1dd)]){for(const _0x4e8ca6 of _0x435219[_0x44328b(0x25f)]())_0x42b570[_0x44328b(0x21b)](_0x4e8ca6);}else{const _0x5e4d42=_0x435219[_0x44328b(0x273)]()[_0x44328b(0x26f)];this[_0x44328b(0x229)](_0x42b570,this[_0x44328b(0x21e)][_0x44328b(0x309)](_0x42b570[_0x44328b(0x273)]()[_0x44328b(0x27e)],_0x5e4d42));}_0x435219[_0x44328b(0x28f)]();}[_0x384ab8(0x355)](_0x503731,_0x25a608){const _0x4f9500=_0x384ab8,_0x1360bd=_0x503731[_0x4f9500(0x20b)](_0x4f9500(0x2a9))||_0x503731[_0x4f9500(0x20b)](_0x4f9500(0x242))?_0x4f9500(0x2fd):_0x503731[_0x4f9500(0x295)]();return _0x6a80dd(this[_0x4f9500(0x2ff)][_0x4f9500(0x22a)],_0x25a608+'_'+_0x1360bd+_0x4f9500(0x23f));}[_0x384ab8(0x26b)](){const _0x3fa2af=_0x384ab8,_0x2b1989=this[_0x3fa2af(0x2ff)];_0x3ad521(this[_0x3fa2af(0x21e)],({left:_0x936247,entered:_0x3a723c})=>{const _0x4caee8=_0x3fa2af,_0x3938aa=[];for(const _0x411e4f of _0x936247){const {group:_0x380088,type:_0x4c45a7}=this[_0x4caee8(0x289)](_0x411e4f[_0x4caee8(0x1ca)]);if(_0x4caee8(0x202)===_0x380088){_0x3938aa[_0x4caee8(0x24a)](this[_0x4caee8(0x355)](_0x4c45a7,_0x4caee8(0x2ec)));break;}}for(const _0x545d70 of _0x3a723c){const {group:_0x4623a2,type:_0x4249f8}=this[_0x4caee8(0x289)](_0x545d70[_0x4caee8(0x1ca)]);if(_0x4caee8(0x202)===_0x4623a2){_0x3938aa[_0x4caee8(0x24a)](this[_0x4caee8(0x355)](_0x4249f8,_0x4caee8(0x23b)));break;}}_0x3938aa[_0x4caee8(0x358)]&&_0x2b1989['ui'][_0x4caee8(0x2e9)][_0x4caee8(0x1ed)](_0x4caee8(0x35e),_0x3938aa[_0x4caee8(0x267)]('\x20'));});}[_0x384ab8(0x286)](_0x39df5b){const _0x212967=_0x384ab8;if(this[_0x212967(0x2c8)])return!0x1;const _0x565e51=this[_0x212967(0x2ff)],_0x30f5ab=_0x565e51[_0x212967(0x29c)][_0x212967(0x315)][_0x212967(0x25c)][_0x212967(0x200)]();if(0x0==_0x30f5ab[_0x212967(0x358)])return!0x1;const _0x4d68b1=[],_0xafc22e=_0x30f5ab[_0x212967(0x1ba)](_0x2f99c7=>_0x212967(0x242)==_0x2f99c7[_0x212967(0x2ce)]),_0x5064b9=_0x30f5ab[_0x212967(0x1ba)](_0xe6c246=>_0x212967(0x2d1)==_0xe6c246[_0x212967(0x2ce)]&&_0x212967(0x29a)!=_0xe6c246[_0x212967(0x1ca)]),_0x397941=_0x30f5ab[_0x212967(0x1ba)](_0x31df8e=>_0x212967(0x246)==_0x31df8e[_0x212967(0x2ce)]&&_0x212967(0x29a)!=_0x31df8e[_0x212967(0x1ca)]);for(const _0x4d9d4e of _0xafc22e)_0x4d68b1[_0x212967(0x24a)]({'key':_0x4d9d4e[_0x212967(0x35b)],'newValue':_0x4d9d4e[_0x212967(0x29b)],'oldValue':_0x4d9d4e[_0x212967(0x30e)],'range':Ut(_0x4d9d4e[_0x212967(0x1e5)],_0x565e51[_0x212967(0x29c)])});for(const _0x3ad356 of _0x5064b9){const _0xc4b229=_0x397941[_0x212967(0x2a6)](_0x2869f7=>_0x2869f7[_0x212967(0x321)][_0x212967(0x28d)](_0x3ad356[_0x212967(0x321)]));_0xc4b229&&_0x4d68b1[_0x212967(0x24a)]({'key':_0x212967(0x30d),'newValue':_0x3ad356[_0x212967(0x1ca)],'oldValue':_0xc4b229[_0x212967(0x1ca)],'range':_0x565e51[_0x212967(0x29c)][_0x212967(0x1c9)](_0x3ad356[_0x212967(0x321)][_0x212967(0x207)])});}return 0x0!=_0x4d68b1[_0x212967(0x358)]&&this[_0x212967(0x22d)](_0x39df5b,_0x4d68b1);}[_0x384ab8(0x291)](_0x5e45c3){const _0xe2dd9a=_0x384ab8;let _0x1ad48f=!0x1;const _0x43a4aa=this[_0xe2dd9a(0x2ff)][_0xe2dd9a(0x29c)][_0xe2dd9a(0x315)][_0xe2dd9a(0x25c)][_0xe2dd9a(0x32f)]()[_0xe2dd9a(0x1ba)](_0x36a645=>_0x36a645[_0xe2dd9a(0x1fa)][_0xe2dd9a(0x1d7)]&&_0x36a645[_0xe2dd9a(0x1ca)][_0xe2dd9a(0x20b)](_0xe2dd9a(0x268)));for(const _0x3c6b4b of _0x43a4aa){const {subType:_0x4f564d,id:_0x52ba7d}=this[_0xe2dd9a(0x289)](_0x3c6b4b[_0xe2dd9a(0x1ca)]),_0x10847c=_0x4f564d[_0xe2dd9a(0x203)]('|')[0x0];for(const _0x5d585e of this[_0xe2dd9a(0x20e)]({'skipNotAttached':!0x0}))_0x5d585e['id']!=_0x52ba7d&&_0xe2dd9a(0x242)==_0x5d585e[_0xe2dd9a(0x2ce)]&&_0x5d585e[_0xe2dd9a(0x1fa)]&&_0x5d585e[_0xe2dd9a(0x1fa)][_0xe2dd9a(0x34d)]==_0x10847c&&_0x5d585e[_0xe2dd9a(0x273)]()[_0xe2dd9a(0x348)](_0x3c6b4b[_0xe2dd9a(0x1fa)][_0xe2dd9a(0x1d7)])&&(this[_0xe2dd9a(0x2a1)](_0x5d585e,_0x3c6b4b[_0xe2dd9a(0x1fa)][_0xe2dd9a(0x1d7)],_0x5e45c3),_0x1ad48f=!0x0);}return _0x1ad48f;}[_0x384ab8(0x2cc)](_0x2a79aa){const _0x4483b4=_0x384ab8;this[_0x4483b4(0x2ff)],(this[_0x4483b4(0x2c8)]=!0x0,_0x2a79aa());}[_0x384ab8(0x204)](_0x277bb5){const _0x538259=_0x384ab8,_0x6f4d09=this[_0x538259(0x34f)](_0x277bb5),_0x9bb7b7=this[_0x538259(0x1d1)][_0x538259(0x1f6)](_0x277bb5);return _0x6f4d09||_0x9bb7b7;}[_0x384ab8(0x22d)](_0x5c1fa1,_0xc1252a){const _0x2a0fc2=_0x384ab8;if(0x0==_0xc1252a[_0x2a0fc2(0x358)])return!0x1;let _0x393bc0=!0x1;for(const _0x8e7d52 of _0xc1252a){const _0x5022d7=this[_0x2a0fc2(0x33d)](_0x8e7d52[_0x2a0fc2(0x1e5)],_0x2a0fc2(0x242))[_0x2a0fc2(0x1ba)](_0x7d7bf4=>!_0x7d7bf4[_0x2a0fc2(0x25a)][_0x2a0fc2(0x2b7)])[_0x2a0fc2(0x287)](_0x1d61db=>_0x1d61db[_0x2a0fc2(0x202)]),_0x49e909=_0x140ce7({'newValue':_0x8e7d52[_0x2a0fc2(0x33c)]});_0x5022d7[_0x2a0fc2(0x1ba)](_0x997274=>{const _0x2020a6=_0x2a0fc2,[_0x368ef2,_0x39d18f]=_0x997274[_0x2020a6(0x2dc)][_0x2020a6(0x203)]('|');return _0x368ef2==_0x8e7d52[_0x2020a6(0x34d)]&&_0x39d18f!=_0x49e909;})[_0x2a0fc2(0x2f7)](_0x49c3d2=>{const _0x5e22a2=_0x2a0fc2;this[_0x5e22a2(0x2a1)](_0x49c3d2,_0x8e7d52[_0x5e22a2(0x1e5)],_0x5c1fa1),_0x393bc0=!0x0;});}return _0x393bc0;}[_0x384ab8(0x2a1)](_0x404b26,_0x24a47b,_0x291873){const _0x46c025=_0x384ab8,_0x4269f0=_0x404b26[_0x46c025(0x273)]()[_0x46c025(0x2ae)](_0x24a47b);0x0!==_0x4269f0[_0x46c025(0x358)]?0x1!==_0x4269f0[_0x46c025(0x358)]?this[_0x46c025(0x23e)](_0x404b26,_0x24a47b[_0x46c025(0x27e)],_0x24a47b[_0x46c025(0x26f)]):this[_0x46c025(0x229)](_0x404b26,_0x4269f0[0x0]):_0x291873[_0x46c025(0x1d3)](_0x404b26[_0x46c025(0x266)]());}}class Bt{constructor(_0x3b60e8){const _0x2a496c=_0x384ab8;this[_0x2a496c(0x1bd)]=_0x3b60e8,this[_0x2a496c(0x21e)]=_0x3b60e8[_0x2a496c(0x29c)],this[_0x2a496c(0x262)]=new Map(),this[_0x2a496c(0x1fe)]=new Map(),this[_0x2a496c(0x324)]();}[_0x384ab8(0x22c)](_0x4fdf53,_0x55cd6b,_0x91cdd0,_0xd24f6d,_0x2093e0,_0x17bc77){const _0x4c08a9=_0x384ab8;return new _0x2e266d(this[_0x4c08a9(0x21e)],{'type':_0x4fdf53,'subType':_0x55cd6b,'id':_0x91cdd0,'author':_0xd24f6d,'creator':_0xd24f6d,'attributes':_0x2093e0,'onAttributesChange':_0x17bc77,'onAccept':(..._0x3d8545)=>this[_0x4c08a9(0x219)](_0x4fdf53,_0x55cd6b,_0x4c08a9(0x344))(..._0x3d8545),'onDiscard':(..._0x48db72)=>this[_0x4c08a9(0x219)](_0x4fdf53,_0x55cd6b,_0x4c08a9(0x230))(..._0x48db72)});}[_0x384ab8(0x345)](_0x526cf7,_0x201a9e,_0x4d853d,_0x5113da){const _0x5da9cc=_0x384ab8,_0xef47be=_0x526cf7+':'+_0x201a9e+':'+_0x4d853d;this[_0x5da9cc(0x262)][_0x5da9cc(0x328)](_0xef47be,_0x5113da);}[_0x384ab8(0x219)](_0x4e2cf3,_0xd0be48,_0x39649d){const _0x3d5260=_0x384ab8,_0x1658fa=_0x4e2cf3+':'+_0xd0be48+':'+_0x39649d;return this[_0x3d5260(0x262)][_0x3d5260(0x2be)](_0x1658fa)||this[_0x3d5260(0x1fe)][_0x3d5260(0x2be)](_0x4e2cf3+':'+_0x39649d);}[_0x384ab8(0x324)](){const _0x38974e=_0x384ab8,_0x56b65f=()=>!0x1,_0x1e254d=_0x5c2388=>{const _0x4f2b7d=_0x5b97;_0x5c2388[_0x4f2b7d(0x2c0)]((_0x354b9d,_0x58f61c)=>_0x354b9d[_0x4f2b7d(0x27e)][_0x4f2b7d(0x2f5)](_0x58f61c[_0x4f2b7d(0x27e)])?0x1:-0x1),this[_0x4f2b7d(0x21e)][_0x4f2b7d(0x351)](_0x5b5a1b=>{const _0x4d0cbd=_0x4f2b7d;for(const _0x3a31f0 of _0x5c2388){let _0x59399e;_0x59399e=_0x3a31f0[_0x4d0cbd(0x26f)][_0x4d0cbd(0x356)]&&_0x3a31f0[_0x4d0cbd(0x26f)][_0x4d0cbd(0x363)]==_0x3a31f0[_0x4d0cbd(0x27e)][_0x4d0cbd(0x207)]?_0x5b5a1b[_0x4d0cbd(0x364)](_0x3a31f0[_0x4d0cbd(0x27e)][_0x4d0cbd(0x207)],'on'):_0x5b5a1b[_0x4d0cbd(0x364)](_0x3a31f0),this[_0x4d0cbd(0x21e)][_0x4d0cbd(0x2c2)](_0x59399e,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x54f36d=(_0x2683e4,_0x21e643)=>{const _0x2cb549=_0x5b97;_0x21e643&&this[_0x2cb549(0x21e)][_0x2cb549(0x351)](_0x2b47a2=>{const _0x17bc95=_0x2cb549,{commandName:_0x4fef4c,commandParams:_0x10287a=[]}=_0x21e643,_0x3ef88e=_0x2683e4[_0x17bc95(0x287)](_0x43fa1f=>(Rt(_0x43fa1f)&&(_0x43fa1f=this[_0x17bc95(0x21e)][_0x17bc95(0x309)](_0x43fa1f[_0x17bc95(0x26f)])),_0x43fa1f))[_0x17bc95(0x1ba)](_0x11c3f0=>_0x17bc95(0x2b4)!==_0x11c3f0[_0x17bc95(0x282)][_0x17bc95(0x1bb)]);if(_0x3ef88e[_0x17bc95(0x358)]<0x1)return;const _0x589d89=Array[_0x17bc95(0x34c)](this[_0x17bc95(0x21e)][_0x17bc95(0x315)][_0x17bc95(0x343)][_0x17bc95(0x25f)]())[_0x17bc95(0x287)](_0x146a1f=>_0x4acc3d[_0x17bc95(0x21c)](_0x146a1f));_0x2b47a2[_0x17bc95(0x264)](_0x3ef88e);for(const _0x5d7658 of this[_0x17bc95(0x1bd)][_0x17bc95(0x288)][_0x17bc95(0x288)]())_0x5d7658[_0x17bc95(0x1b7)]();_0x10287a[_0x17bc95(0x24a)]({'forceDefaultExecution':!0x0}),this[_0x17bc95(0x1bd)][_0x17bc95(0x303)](_0x4fef4c,..._0x10287a);const _0x2002d8=_0x589d89[_0x17bc95(0x1ba)](_0x58f660=>_0x17bc95(0x2b4)!=_0x58f660[_0x17bc95(0x282)][_0x17bc95(0x1bb)]);_0x2002d8[_0x17bc95(0x358)]>0x0&&_0x2b47a2[_0x17bc95(0x264)](_0x2002d8);for(const _0x5dbe47 of _0x589d89)_0x5dbe47[_0x17bc95(0x254)]();});},_0x5c04cd=(_0x343e3c,_0xc2b32d)=>0x1==_0x343e3c[_0x38974e(0x358)]&&0x1==_0xc2b32d[_0x38974e(0x358)]&&_0x343e3c[0x0][_0x38974e(0x26f)][_0x38974e(0x28d)](_0xc2b32d[0x0][_0x38974e(0x27e)]),_0x8f044d=(_0x3a97ef,_0x39fb6b,_0x18e98e,_0xbf164b)=>Gt(_0x3a97ef,_0x39fb6b,_0x18e98e,_0xbf164b,this[_0x38974e(0x21e)])?[_0x3a97ef,_0x39fb6b]:Gt(_0x39fb6b,_0x3a97ef,_0xbf164b,_0x18e98e,this[_0x38974e(0x21e)])?[_0x39fb6b,_0x3a97ef]:null;this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x1db),_0x56b65f),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x27d),_0x1e254d),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x2d2),_0x5c04cd),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x1ea),_0x8f044d),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x1e8),_0x1e254d),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x1be),_0x56b65f),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x2df),_0x5c04cd),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x2d5),_0x8f044d),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x1e7),_0x54f36d),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x298),_0x56b65f),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x24c),_0x5c04cd),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x221),_0x56b65f),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x1c6),_0x54f36d),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x28a),_0x56b65f),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x327),_0x5c04cd),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x2fe),_0x56b65f),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x32b),_0x56b65f),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x259),(_0x4a4e17,_0x138850)=>{const _0x338c53=_0x38974e;if(!_0x138850)return;const _0x332c65=this[_0x338c53(0x1bd)][_0x338c53(0x276)][_0x338c53(0x2be)](p);this[_0x338c53(0x21e)][_0x338c53(0x351)](_0x34b28b=>{const _0x19353b=_0x338c53;if(_0x19353b(0x30d)==_0x138850[_0x19353b(0x34d)])for(const _0x5e317d of _0x4a4e17){const _0x50afee=_0x5e317d[_0x19353b(0x27e)][_0x19353b(0x207)],_0x41ea38=_0x138850[_0x19353b(0x218)];_0x34b28b[_0x19353b(0x256)](_0x50afee,_0x41ea38);}else{if(_0x332c65[_0x19353b(0x34f)](_0x138850[_0x19353b(0x34d)])){for(const _0x5ef325 of _0x4a4e17)void 0x0!==_0x138850[_0x19353b(0x218)]?_0x34b28b[_0x19353b(0x27a)](_0x138850[_0x19353b(0x34d)],_0x138850[_0x19353b(0x218)],_0x5ef325[_0x19353b(0x27e)][_0x19353b(0x207)]):_0x34b28b[_0x19353b(0x2a5)](_0x138850[_0x19353b(0x34d)],_0x5ef325[_0x19353b(0x27e)][_0x19353b(0x207)]);}else{for(const _0x3fc321 of _0x4a4e17)_0x138850[_0x19353b(0x218)]?_0x34b28b[_0x19353b(0x27a)](_0x138850[_0x19353b(0x34d)],_0x138850[_0x19353b(0x218)],_0x3fc321):_0x34b28b[_0x19353b(0x2a5)](_0x138850[_0x19353b(0x34d)],_0x3fc321);}}});}),this[_0x38974e(0x1fe)][_0x38974e(0x328)](_0x38974e(0x2ef),_0x5c04cd);}}function xt(_0x110226,_0x41efbe,_0x2729b2){const _0x1a1626=_0x384ab8;for(const _0x85d6dc of _0x41efbe[_0x1a1626(0x363)][_0x1a1626(0x2a0)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x85d6dc[_0x1a1626(0x282)]==_0x85d6dc)return!0x1;if(!_0x2729b2[_0x1a1626(0x1cb)](_0x85d6dc))return!0x1;if(_0x110226[_0x1a1626(0x338)](_0x85d6dc)||_0x110226[_0x1a1626(0x312)](_0x85d6dc))return!0x0;}return!0x1;}function Rt(_0x1e3669){const _0x4c3c3c=_0x384ab8;return _0x1e3669[_0x4c3c3c(0x26f)][_0x4c3c3c(0x363)]==_0x1e3669[_0x4c3c3c(0x27e)][_0x4c3c3c(0x207)]&&_0x1e3669[_0x4c3c3c(0x26f)][_0x4c3c3c(0x331)];}function Tt(_0x2281f2,_0x23cec8,_0x19fab6,_0x1a0b85){const _0x1bcf91=_0x384ab8,_0x30cb8a=_0x17df41=>!_0x17df41[_0x1bcf91(0x325)]['is'](_0x1bcf91(0x323))&&!_0x1a0b85[_0x1bcf91(0x338)](_0x17df41[_0x1bcf91(0x325)]),_0x470b8a=_0x2281f2[_0x1bcf91(0x27e)][_0x1bcf91(0x1d5)](_0x30cb8a),_0x3ad95b=_0x2281f2[_0x1bcf91(0x26f)][_0x1bcf91(0x1d5)](_0x30cb8a,{'direction':_0x1bcf91(0x1cd)});return(!_0x2281f2[_0x1bcf91(0x27e)][_0x1bcf91(0x28d)](_0x470b8a)||!_0x2281f2[_0x1bcf91(0x26f)][_0x1bcf91(0x28d)](_0x3ad95b))&&(_0x470b8a[_0x1bcf91(0x2f5)](_0x3ad95b)?_0x19fab6[_0x1bcf91(0x359)](_0x23cec8,{'range':_0x19fab6[_0x1bcf91(0x309)](_0x470b8a,_0x3ad95b)}):_0x19fab6[_0x1bcf91(0x1d3)](_0x23cec8),!0x0);}function Et(_0x475f81){return _0x140ce7(_0x475f81);}function Vt(_0x3ed200){const _0x1e9a00=_0x384ab8,_0x882674=_0x3ed200[_0x1e9a00(0x27e)][_0x1e9a00(0x207)];return _0x882674&&_0x882674['is'](_0x1e9a00(0x1c5));}function Ut(_0x1f37f5,_0x1d5fd8){const _0x1685aa=_0x384ab8;return null==_0x1f37f5[_0x1685aa(0x26f)][_0x1685aa(0x281)]&&_0x1f37f5[_0x1685aa(0x26f)][_0x1685aa(0x363)]==_0x1f37f5[_0x1685aa(0x27e)][_0x1685aa(0x207)]?Ot(_0x1f37f5[_0x1685aa(0x27e)][_0x1685aa(0x207)],_0x1d5fd8):_0x1f37f5;}function Ot(_0x8ed96d,_0x3f363a){const _0x403c7a=_0x384ab8,_0x219ada=_0x3f363a[_0x403c7a(0x1ce)][_0x403c7a(0x338)](_0x8ed96d)||_0x3f363a[_0x403c7a(0x1ce)][_0x403c7a(0x31c)](_0x8ed96d);return _0x3f363a[_0x403c7a(0x309)](_0x3f363a[_0x403c7a(0x319)](_0x8ed96d,_0x403c7a(0x1fd)),_0x219ada?_0x3f363a[_0x403c7a(0x2b8)](_0x8ed96d):_0x3f363a[_0x403c7a(0x319)](_0x8ed96d,_0x403c7a(0x26f)));}function Gt(_0x5a629a,_0x1a3bc1,_0x1a200d,_0x527b41,_0x2be500){const _0x30f46a=_0x384ab8;if(!Ft(_0x5a629a,_0x1a3bc1))return!0x1;if(_0x1a200d[_0x30f46a(0x26f)][_0x30f46a(0x28d)](_0x527b41[_0x30f46a(0x27e)]))return!0x0;if(_0x5a629a[_0x30f46a(0x2ce)]!=_0x1a3bc1[_0x30f46a(0x2ce)])return!0x1;if(!_0x1a200d[_0x30f46a(0x26f)][_0x30f46a(0x2b0)](_0x527b41[_0x30f46a(0x27e)]))return!0x1;const _0x437e49=_0x2be500[_0x30f46a(0x309)](_0x1a200d[_0x30f46a(0x26f)],_0x527b41[_0x30f46a(0x27e)])[_0x30f46a(0x274)]();for(const _0x5ba916 of _0x437e49)if([_0x30f46a(0x33a),_0x30f46a(0x210)][_0x30f46a(0x278)](_0x5ba916[_0x30f46a(0x2ce)])&&_0x2be500[_0x30f46a(0x1ce)][_0x30f46a(0x312)](_0x5ba916[_0x30f46a(0x325)]))return!0x1;return!0x0;}function Ft(_0x354b64,_0x48c43c,_0x11e27e=[]){const _0x44d2ce=_0x384ab8;return!(!_0x354b64[_0x44d2ce(0x2e4)]||!_0x48c43c[_0x44d2ce(0x2e4)])&&_0x58d1fe(_0x343b3e(_0x354b64[_0x44d2ce(0x251)],_0x11e27e),_0x343b3e(_0x48c43c[_0x44d2ce(0x251)],_0x11e27e));}function Pt(_0x45d450,_0x26e3f6){const _0x2b6559=_0x384ab8,_0x106561=Lt(_0x45d450[_0x2b6559(0x251)]),_0x275330=Lt(_0x26e3f6);if(!_0x45d450[_0x2b6559(0x2e4)])return!0x1;for(const _0x4deb40 of Object[_0x2b6559(0x35a)](_0x275330))if(!_0x58d1fe(_0x106561[_0x4deb40],_0x275330[_0x4deb40]))return!0x1;return!0x0;}function Lt(_0x14091e){const _0xf01e37=_0x384ab8,_0x206ab3=Object[_0xf01e37(0x27f)]({},_0x14091e);return delete _0x206ab3[_0xf01e37(0x2c1)],delete _0x206ab3[_0xf01e37(0x1ef)],_0x206ab3;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x38f0e9=_0xbe87;(function(_0x1fa11e,_0x124914){const _0x40e9aa=_0xbe87,_0x40ea2d=_0x1fa11e();while(!![]){try{const _0x385261=-parseInt(_0x40e9aa(0x167))/0x1*(-parseInt(_0x40e9aa(0x100))/0x2)+parseInt(_0x40e9aa(0x13b))/0x3+parseInt(_0x40e9aa(0x12f))/0x4+parseInt(_0x40e9aa(0x10b))/0x5*(parseInt(_0x40e9aa(0x156))/0x6)+-parseInt(_0x40e9aa(0x14d))/0x7+parseInt(_0x40e9aa(0x103))/0x8+-parseInt(_0x40e9aa(0x11e))/0x9;if(_0x385261===_0x124914)break;else _0x40ea2d['push'](_0x40ea2d['shift']());}catch(_0x5b5af1){_0x40ea2d['push'](_0x40ea2d['shift']());}}}(_0x48a9,0x19678));import{Plugin as _0xb11079}from'ckeditor5/src/core.js';import{Collection as _0x340da1}from'ckeditor5/src/utils.js';import{ViewModel as _0x4346dd,SplitButtonView as _0x3c2a0f,createDropdown as _0x572046,addListToDropdown as _0x587785}from'ckeditor5/src/ui.js';import{Users as _0x3d7a0b,getDateTimeFormatter as _0x3bc6d7,getAllMarkersDomElementsSorted as _0x4254df}from'ckeditor5-collaboration/src/collaboration-core.js';function _0xbe87(_0x15cbfa,_0x3957c5){const _0x48a954=_0x48a9();return _0xbe87=function(_0xbe87eb,_0x171b14){_0xbe87eb=_0xbe87eb-0xef;let _0x24b137=_0x48a954[_0xbe87eb];return _0x24b137;},_0xbe87(_0x15cbfa,_0x3957c5);}function _0x48a9(){const _0x38780c=['CommentView','some','componentFactory','commands','TrackChangesUI','registerAnnotation','390574cUTcBu','change:activeAnnotations','trackChanges.disableComments','366208zkSErk','init','acceptButton','Accept\x20all\x20suggestions','keys','values','hasSuggestion','arrowView','620885xWVCUn','toMany','editor','_updateController','Discard\x20all\x20suggestions','previous','change:previous','suggestion-','isEnabled','focus','lowest','discardAllSuggestions','comments.maxCommentCharsWhenCollapsed','getJoined','has','getMarkers','EditorAnnotations','length','_refreshActiveMarkers','2393532tUGreY','getMarkerNames','actionView','_disableComments','addComment','from','getAllAdjacentSuggestions','_destroyController','getFirstRange','refreshSelectedViews','addSourceCollector','push','getSuggestion','get','type','destroy','value','36208VdHKaI','mainView','comments.maxCommentsWhenCollapsed','size','add','buttonView','discardButton','suggestionLoaded','_initializeController','CommentsRepository','createCommentThreadController','suggestionChanged','57816cZoywP','innerView','config','button','_unbindEditors','Track\x20changes','activeAnnotations','suggestionUnloaded','getDescriptions','comments','isDirty','locale','comments.editorConfig','createAnnotationView','_descriptionFactory','map','_suggestionToController','clear','164920OSUMTZ','acceptSelectedSuggestions','acceptAllSuggestions','descriptionParts','discardSelectedSuggestions','separator','Discard\x20all\x20selected\x20suggestions','editing','isInContent','6gZXgfX','activeMarkers','CommentsUI','plugins','execute','bind','comments.maxThreadTotalWeight','_bindAnnotationToEditors','delete','define','listenTo','pluginName','unbind','switchbutton','_annotationViews','filter','getByInnerView','1zYojVv','reduce','trackChanges','Annotations','head','commentThread','model','isOn','commandName','_handleControllerBuffer','TrackChangesEditing','_viewToController','SuggestionThreadView','source','set','requires','Accept\x20all\x20selected\x20suggestions','createAnnotation','_handleSuggestionControllerDelayed','stopListening','getRanges','trackChanges.SuggestionThreadView','view','remove','_createUIButton','isMultiRange'];_0x48a9=function(){return _0x38780c;};return _0x48a9();}import _0xd51cdd from'./trackchangesediting.js';import _0x488952 from'./ui/suggestioncontroller.js';import _0x15a2c9 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x20ce74}from'./utils/common-translations.js';import _0x525b22 from'../theme/icons/track-changes.svg';export default class d extends _0xb11079{static get[_0x38f0e9(0xef)](){const _0x4a6bff=_0x38f0e9;return[_0xd51cdd,_0x3d7a0b,_0x4a6bff(0x138),_0x4a6bff(0x16a),_0x4a6bff(0x11b)];}static get[_0x38f0e9(0x161)](){const _0x5a2bf1=_0x38f0e9;return _0x5a2bf1(0xfe);}constructor(_0x13919a){const _0x395c2b=_0x38f0e9;super(_0x13919a),this[_0x395c2b(0x14b)]=new Map(),this[_0x395c2b(0x172)]=new Map(),this[_0x395c2b(0x164)]=new Map(),this[_0x395c2b(0x170)]=new Map();const _0x57f471=this[_0x395c2b(0x10d)][_0x395c2b(0x13d)];_0x57f471[_0x395c2b(0x15f)](_0x395c2b(0xf5),_0x15a2c9),_0x57f471[_0x395c2b(0x15f)](_0x395c2b(0x102),!0x1),this[_0x395c2b(0x121)]=_0x57f471[_0x395c2b(0x12b)](_0x395c2b(0x102));}[_0x38f0e9(0xf2)](_0x280747,_0x5d09e3){const _0x477505=_0x38f0e9;0x0===this[_0x477505(0x170)][_0x477505(0x132)]&&setTimeout(()=>{const _0x3af763=_0x477505;for(const [_0x547821,_0x58db4c]of this[_0x3af763(0x170)]){const _0x3590b4=this[_0x3af763(0x14b)][_0x3af763(0x119)](_0x547821);_0x3590b4||_0x58db4c?_0x3590b4&&_0x58db4c&&this[_0x3af763(0x125)](_0x547821):this[_0x3af763(0x137)](_0x547821);}this[_0x3af763(0x170)][_0x3af763(0x14c)](),this[_0x3af763(0x10d)][_0x3af763(0x159)][_0x3af763(0x12b)](_0x3af763(0x11b))[_0x3af763(0x127)](),this[_0x3af763(0x11d)]();},0xa),this[_0x477505(0x170)][_0x477505(0x175)](_0x280747,_0x5d09e3);}[_0x38f0e9(0x104)](){const _0x4904cd=_0x38f0e9,_0x42a0b0=this[_0x4904cd(0x10d)],_0xcd09e9=_0x42a0b0[_0x4904cd(0x159)][_0x4904cd(0x12b)](_0x4904cd(0x171)),_0x4c93f2=_0x42a0b0[_0x4904cd(0x159)][_0x4904cd(0x12b)](_0x4904cd(0x16a)),_0x522da2=_0x42a0b0[_0x4904cd(0x159)][_0x4904cd(0x12b)](_0x4904cd(0x11b)),_0x3c5b93=_0x42a0b0[_0x4904cd(0x159)][_0x4904cd(0x12b)](_0x4904cd(0x138));_0x42a0b0['ui'][_0x4904cd(0xfc)][_0x4904cd(0x133)](_0x4904cd(0x169),_0x518a7e=>this[_0x4904cd(0xf8)](_0x518a7e)),_0x522da2[_0x4904cd(0x128)](()=>{const _0x3cb23f=_0x4904cd,_0x5616fa=[];for(const [_0x35f085,_0x57518e]of Array[_0x3cb23f(0x123)](this[_0x3cb23f(0x14b)])){const _0x280b43=_0x35f085[_0x3cb23f(0x124)](),_0x3a6538=[];for(const _0x35d07c of _0x280b43){if(!_0x35d07c[_0x3cb23f(0x155)])continue;if(_0x35d07c[_0x3cb23f(0xf9)]){_0x3a6538[_0x3cb23f(0x129)](..._0x35d07c[_0x3cb23f(0xf4)]());continue;}const _0xeeb1c7=_0x35d07c[_0x3cb23f(0x126)]();if(_0x3a6538[_0x3cb23f(0x11c)]>0x0){const _0x58ba18=_0x3a6538[0x0][_0x3cb23f(0x118)](_0xeeb1c7);if(_0x58ba18){_0x3a6538[0x0]=_0x58ba18;continue;}}_0x3a6538[_0x3cb23f(0x129)](_0xeeb1c7);}_0x5616fa[_0x3cb23f(0x129)]([_0x57518e[_0x3cb23f(0xf6)],_0x3a6538]);}return _0x5616fa;}),this[_0x4904cd(0x160)](_0xcd09e9,_0x4904cd(0x136),(_0x16bd7d,_0x49bac3)=>{const _0x47f8c5=_0x4904cd;this[_0x47f8c5(0x160)](_0x49bac3,_0x47f8c5(0x111),(_0x59521b,_0x2b7a5b,_0x40a54a,_0x1e88c5)=>{const _0x19eed4=_0x47f8c5;_0x49bac3[_0x19eed4(0x155)]&&(null==_0x40a54a?(this[_0x19eed4(0x10e)](_0x1e88c5[_0x19eed4(0x16b)]),this[_0x19eed4(0xf2)](_0x49bac3,!0x1)):(this[_0x19eed4(0x10e)](_0x40a54a[_0x19eed4(0x16b)]),null==_0x1e88c5&&this[_0x19eed4(0xf2)](_0x49bac3,!0x0)));}),null!==_0x49bac3[_0x47f8c5(0x110)]?this[_0x47f8c5(0x10e)](_0x49bac3[_0x47f8c5(0x16b)]):this[_0x47f8c5(0xf2)](_0x49bac3,!0x1);}),this[_0x4904cd(0x160)](_0xcd09e9,_0x4904cd(0x142),(_0x8a51d6,_0x2f3472,_0x2b3a0e)=>{const _0x559e4a=_0x4904cd;this[_0x559e4a(0xf3)](_0x2f3472,_0x559e4a(0x111)),this[_0x559e4a(0x170)][_0x559e4a(0x15e)](_0x2f3472),this[_0x559e4a(0x14b)][_0x559e4a(0x119)](_0x2f3472)&&this[_0x559e4a(0x125)](_0x2f3472),_0x2b3a0e&&this[_0x559e4a(0x10e)](_0x2b3a0e[_0x559e4a(0x16b)]);}),this[_0x4904cd(0x160)](_0xcd09e9,_0x4904cd(0x13a),(_0x2fa4e7,_0x1e4518)=>{const _0x24154b=_0x4904cd;this[_0x24154b(0x10e)](_0x1e4518);}),this[_0x4904cd(0x160)](_0x4c93f2,_0x4904cd(0x101),()=>{const _0x5757af=_0x4904cd;this[_0x5757af(0x11d)]();}),this[_0x4904cd(0x160)](_0x3c5b93,_0x4904cd(0x122),(_0x26ee62,{threadId:_0x14dfa9,isFromAdapter:_0x25f645})=>{const _0x516e3b=_0x4904cd;if(_0x25f645||!_0xcd09e9[_0x516e3b(0x109)](_0x14dfa9))return;const _0x20a26d=_0xcd09e9[_0x516e3b(0x12a)](_0x14dfa9);this[_0x516e3b(0x14b)][_0x516e3b(0x12b)](_0x20a26d)[_0x516e3b(0xf6)][_0x516e3b(0x114)]();},{'priority':_0x4904cd(0x115)});}[_0x38f0e9(0x11d)](){const _0x2e5495=_0x38f0e9,_0x4bb61e=this[_0x2e5495(0x10d)][_0x2e5495(0x159)][_0x2e5495(0x12b)](_0x2e5495(0x16a)),_0x3a4c01=this[_0x2e5495(0x10d)][_0x2e5495(0x159)][_0x2e5495(0x12b)](_0x2e5495(0x171)),_0x18b37e=Array[_0x2e5495(0x123)](_0x4bb61e[_0x2e5495(0x141)],_0x55b2ac=>_0x55b2ac[_0x2e5495(0x13c)])[_0x2e5495(0x165)](_0x83df2c=>this[_0x2e5495(0x172)][_0x2e5495(0x119)](_0x83df2c)),_0xc38cc8=[];for(const _0x3cd581 of _0x18b37e){const _0x180dfe=this[_0x2e5495(0x172)][_0x2e5495(0x12b)](_0x3cd581)[_0x2e5495(0x16d)][_0x2e5495(0x124)]();_0xc38cc8[_0x2e5495(0x129)](..._0x180dfe[_0x2e5495(0x168)]((_0x53ef2b,_0x105a9a)=>[..._0x53ef2b,..._0x105a9a[_0x2e5495(0x11f)]()],[]));}_0x3a4c01[_0x2e5495(0x157)]=_0xc38cc8;}[_0x38f0e9(0xf8)](_0x273968){const _0x1cac1=_0x38f0e9,_0x47b2dd=_0x572046(_0x273968,_0x3c2a0f),_0x8c1f3=this[_0x1cac1(0x10d)][_0x1cac1(0xfd)][_0x1cac1(0x12b)](_0x1cac1(0x169)),_0x1745dd=_0x20ce74(_0x273968,_0x1cac1(0x140));_0x47b2dd[_0x1cac1(0x134)][_0x1cac1(0x175)]({'tooltip':_0x1745dd,'label':_0x1745dd,'icon':_0x525b22}),_0x47b2dd[_0x1cac1(0x134)][_0x1cac1(0x15b)](_0x1cac1(0x16e))['to'](_0x8c1f3,_0x1cac1(0x12e)),_0x47b2dd[_0x1cac1(0x134)]['on'](_0x1cac1(0x15a),()=>{const _0x370a2c=_0x1cac1;_0x8c1f3[_0x370a2c(0x15a)](),this[_0x370a2c(0x10d)][_0x370a2c(0x154)][_0x370a2c(0xf6)][_0x370a2c(0x114)]();});const _0x392507=new _0x340da1(),_0xc341c9=[{'type':_0x1cac1(0x163),'model':{'withText':!0x0,'label':_0x1745dd,'commandName':_0x1cac1(0x169)}},{'type':_0x1cac1(0x152)},{'type':_0x1cac1(0x13e),'model':{'withText':!0x0,'label':_0x20ce74(_0x273968,_0x1cac1(0x106)),'commandName':_0x1cac1(0x14f)}},{'type':_0x1cac1(0x13e),'model':{'withText':!0x0,'label':_0x20ce74(_0x273968,_0x1cac1(0xf0)),'commandName':_0x1cac1(0x14e)}},{'type':_0x1cac1(0x13e),'model':{'withText':!0x0,'label':_0x20ce74(_0x273968,_0x1cac1(0x10f)),'commandName':_0x1cac1(0x116)}},{'type':_0x1cac1(0x13e),'model':{'withText':!0x0,'label':_0x20ce74(_0x273968,_0x1cac1(0x153)),'commandName':_0x1cac1(0x151)}}];for(const _0x3272dd of _0xc341c9){let _0x13d51f={'type':_0x1cac1(0x152)};if(_0x3272dd[_0x1cac1(0x16d)]){const _0x224bb1=new _0x4346dd(_0x3272dd[_0x1cac1(0x16d)]),_0x46bff6=this[_0x1cac1(0x10d)][_0x1cac1(0xfd)][_0x1cac1(0x12b)](_0x224bb1[_0x1cac1(0x16f)]);_0x224bb1[_0x1cac1(0x15b)](_0x1cac1(0x16e),_0x1cac1(0x113))['to'](_0x46bff6,_0x1cac1(0x12e),_0x1cac1(0x113)),_0x13d51f={'type':_0x3272dd[_0x1cac1(0x12c)],'model':_0x224bb1};}_0x392507[_0x1cac1(0x133)](_0x13d51f);}_0x587785(_0x47b2dd,_0x392507);const _0x544607=_0xc341c9[_0x1cac1(0x165)](_0x3beb8f=>null!=_0x3beb8f[_0x1cac1(0x16d)])[_0x1cac1(0x14a)](_0x14525a=>this[_0x1cac1(0x10d)][_0x1cac1(0xfd)][_0x1cac1(0x12b)](_0x14525a[_0x1cac1(0x16d)][_0x1cac1(0x16f)])),_0x115ab8=_0x47b2dd[_0x1cac1(0x134)];return _0x115ab8[_0x1cac1(0x120)][_0x1cac1(0x162)](_0x1cac1(0x113)),_0x115ab8[_0x1cac1(0x10a)][_0x1cac1(0x162)](_0x1cac1(0x113)),_0x115ab8[_0x1cac1(0x120)][_0x1cac1(0x15b)](_0x1cac1(0x113))['to'](_0x8c1f3,_0x1cac1(0x113)),_0x115ab8[_0x1cac1(0x10a)][_0x1cac1(0x15b)](_0x1cac1(0x113))[_0x1cac1(0x10c)](_0x544607,_0x1cac1(0x113),(..._0x2a6448)=>_0x2a6448[_0x1cac1(0xfb)](_0x47730d=>_0x47730d)),_0x47b2dd['on'](_0x1cac1(0x15a),_0xfac44a=>{const _0x25b787=_0x1cac1;this[_0x25b787(0x10d)][_0x25b787(0x15a)](_0xfac44a[_0x25b787(0x174)][_0x25b787(0x16f)]),this[_0x25b787(0x10d)][_0x25b787(0x154)][_0x25b787(0xf6)][_0x25b787(0x114)]();}),_0x47b2dd;}[_0x38f0e9(0x137)](_0x4be08f){const _0x2cf658=_0x38f0e9,_0x572bc6=this[_0x2cf658(0x10d)],_0x5b4557=_0x572bc6[_0x2cf658(0x13d)],_0x50a1f7=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x2cf658(0x16a)),_0x2a1f4c=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x2cf658(0x138)),_0x27b996=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x2cf658(0x11b)),_0x1273c4=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x3d7a0b)['me'],_0x5e56d5=_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x169))[_0x2cf658(0x173)],{CommentsListView:_0x2d9d41,CommentThreadInputView:_0xf0bdd5}=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x2cf658(0x158));let _0x7b9e64,_0x407fe4;this[_0x2cf658(0x164)][_0x2cf658(0x119)](_0x4be08f['id'])?(_0x407fe4=this[_0x2cf658(0x164)][_0x2cf658(0x12b)](_0x4be08f['id']),_0x7b9e64=_0x407fe4[_0x2cf658(0x130)]):(_0x7b9e64=new _0x5e56d5(_0x572bc6[_0x2cf658(0x146)],_0x4be08f,_0x1273c4,{'disableComments':this[_0x2cf658(0x121)],'editorConfig':_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x147)),'maxCommentsWhenCollapsed':_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x131)),'maxThreadTotalWeight':_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x15c)),'maxCommentCharsWhenCollapsed':_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x117)),'formatDateTime':_0x3bc6d7(_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x146))),'CommentView':_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x144))[_0x2cf658(0xfa)],'CommentsListView':_0x2d9d41,'CommentThreadInputView':_0xf0bdd5}),_0x7b9e64[_0x2cf658(0x105)]['on'](_0x2cf658(0x15a),()=>{const _0xcac0af=_0x2cf658;_0x572bc6[_0xcac0af(0x154)][_0xcac0af(0xf6)][_0xcac0af(0x114)]();}),_0x7b9e64[_0x2cf658(0x135)]['on'](_0x2cf658(0x15a),()=>{const _0x1acde9=_0x2cf658;_0x572bc6[_0x1acde9(0x154)][_0x1acde9(0xf6)][_0x1acde9(0x114)]();}),_0x407fe4=_0x50a1f7[_0x2cf658(0x148)](this[_0x2cf658(0x10d)][_0x2cf658(0x146)],_0x7b9e64),_0x407fe4[_0x2cf658(0x15b)](_0x2cf658(0x145))['to'](_0x7b9e64,_0x2cf658(0x145)),_0x407fe4[_0x2cf658(0x15b)](_0x2cf658(0x11c))['to'](_0x7b9e64),_0x407fe4[_0x2cf658(0x15b)](_0x2cf658(0x12c))['to'](_0x7b9e64,_0x2cf658(0x12c),_0x35fd77=>_0x2cf658(0x112)+_0x35fd77),this[_0x2cf658(0x164)][_0x2cf658(0x175)](_0x4be08f['id'],_0x407fe4));const _0x1d8fb1=_0x2a1f4c[_0x2cf658(0x139)](_0x4be08f[_0x2cf658(0x16c)],_0x7b9e64),_0x3fb414=new _0x488952(_0x572bc6,_0x4be08f,_0x7b9e64,_0x1d8fb1),_0x2f7b86=_0x4be08f[_0x2cf658(0x124)]()[_0x2cf658(0x165)](_0x58b1f2=>_0x58b1f2[_0x2cf658(0x155)]);_0x7b9e64[_0x2cf658(0x150)]=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x2cf658(0x171))[_0x2cf658(0x149)][_0x2cf658(0x143)](_0x2f7b86),this[_0x2cf658(0x14b)][_0x2cf658(0x175)](_0x4be08f,_0x3fb414),this[_0x2cf658(0x172)][_0x2cf658(0x175)](_0x7b9e64,_0x3fb414);const _0x37f4f1=_0x50a1f7[_0x2cf658(0xf1)]({'view':_0x407fe4,'target':()=>{const _0x4b55db=_0x2cf658,_0x2218ae=[],_0x2c73a1=_0x4be08f[_0x4b55db(0x124)]()[_0x4b55db(0x165)](_0x4705fe=>_0x4705fe[_0x4b55db(0x155)]);for(const _0x18a07b of _0x2c73a1)_0x2218ae[_0x4b55db(0x129)](..._0x18a07b[_0x4b55db(0x11a)]());return _0x4254df(_0x572bc6[_0x4b55db(0x154)],_0x2218ae);},'type':()=>_0x2cf658(0x112)+_0x3fb414[_0x2cf658(0xf6)][_0x2cf658(0x12c)]});_0x2a1f4c[_0x2cf658(0x15d)](_0x7b9e64,_0x37f4f1),_0x50a1f7[_0x2cf658(0x133)](_0x37f4f1),_0x27b996[_0x2cf658(0xff)](_0x37f4f1);}[_0x38f0e9(0x125)](_0x3e36c8){const _0x6e4b58=_0x38f0e9,_0x5f23a9=this[_0x6e4b58(0x10d)][_0x6e4b58(0x159)][_0x6e4b58(0x12b)](_0x6e4b58(0x138)),_0x184451=this[_0x6e4b58(0x10d)][_0x6e4b58(0x159)][_0x6e4b58(0x12b)](_0x6e4b58(0x16a)),_0xd124c0=this[_0x6e4b58(0x14b)][_0x6e4b58(0x12b)](_0x3e36c8),_0x337542=_0xd124c0[_0x6e4b58(0xf6)],_0x5a7525=_0x184451[_0x6e4b58(0x166)](_0x337542);_0x5f23a9[_0x6e4b58(0x13f)](_0x337542),_0x5a7525&&_0x184451[_0x6e4b58(0xf7)](_0x5a7525),this[_0x6e4b58(0x14b)][_0x6e4b58(0x15e)](_0x3e36c8),this[_0x6e4b58(0x172)][_0x6e4b58(0x15e)](_0x337542),_0xd124c0[_0x6e4b58(0x12d)]();}[_0x38f0e9(0x10e)](_0x40fde7){const _0x595cfb=_0x38f0e9;if(!_0x40fde7[_0x595cfb(0x155)]||!this[_0x595cfb(0x14b)][_0x595cfb(0x119)](_0x40fde7))return;const _0x267a43=this[_0x595cfb(0x10d)][_0x595cfb(0x159)][_0x595cfb(0x12b)](_0x595cfb(0x171)),_0x1bcd2e=this[_0x595cfb(0x14b)][_0x595cfb(0x12b)](_0x40fde7),_0x2ba419=_0x40fde7[_0x595cfb(0x124)]();_0x1bcd2e[_0x595cfb(0xf6)][_0x595cfb(0x150)]=_0x267a43[_0x595cfb(0x149)][_0x595cfb(0x143)](_0x2ba419);}[_0x38f0e9(0x12d)](){const _0xcdda73=_0x38f0e9;for(const _0x3b682d of this[_0xcdda73(0x14b)][_0xcdda73(0x107)]())this[_0xcdda73(0x125)](_0x3b682d);for(const _0x57acd1 of this[_0xcdda73(0x164)][_0xcdda73(0x108)]())_0x57acd1[_0xcdda73(0x130)][_0xcdda73(0x12d)]();super[_0xcdda73(0x12d)]();}}
|
|
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)]();}}
|