@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240319.1 → 0.0.0-nightly-20240321.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 _0x5d50be=_0x1713;(function(_0x30aff7,_0x9b3596){const _0x6621f4=_0x1713,_0x220c5a=_0x30aff7();while(!![]){try{const _0x4280d2=parseInt(_0x6621f4(0x174))/0x1+-parseInt(_0x6621f4(0x16c))/0x2+parseInt(_0x6621f4(0x24b))/0x3*(-parseInt(_0x6621f4(0x20b))/0x4)+-parseInt(_0x6621f4(0x271))/0x5*(parseInt(_0x6621f4(0x24c))/0x6)+-parseInt(_0x6621f4(0x2cf))/0x7+-parseInt(_0x6621f4(0x147))/0x8*(-parseInt(_0x6621f4(0x299))/0x9)+parseInt(_0x6621f4(0x1da))/0xa*(parseInt(_0x6621f4(0x1e5))/0xb);if(_0x4280d2===_0x9b3596)break;else _0x220c5a['push'](_0x220c5a['shift']());}catch(_0x4a6052){_0x220c5a['push'](_0x220c5a['shift']());}}}(_0x3b36,0xeb9f9));import{Plugin as _0x1fc19f,PendingActions as _0x3ed1af}from'ckeditor5/src/core.js';import{LiveRange as _0x691cb2}from'ckeditor5/src/engine.js';import{CKEditorError as _0x4dd444,uid as _0x39e5b3,priorities as _0x22db88,logWarning as _0x293bd6}from'ckeditor5/src/utils.js';import{toWidget as _0xd4d9ca}from'ckeditor5/src/widget.js';import{Users as _0x4ab198,hashObject as _0x4581d0,surroundingMarkersDetector as _0x9134b1}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x470d33 from'./commands/trackchangescommand.js';import _0x262238 from'./commands/acceptsuggestioncommand.js';import _0x4e73d7 from'./commands/discardsuggestioncommand.js';import _0x1b34e9 from'./commands/executeonallsuggestionscommand.js';import _0x3f64ca from'./commands/executeonselectedsuggestionscommand.js';import _0x467d19 from'./suggestion.js';import _0x4c691b from'./suggestiondescriptionfactory.js';import _0x598922 from'./integrations/aiassistant.js';import _0x454b72 from'./integrations/alignment.js';import _0x69b2c2 from'./integrations/basicstyles.js';import _0x25bb63 from'./integrations/blockquote.js';import _0x2faa1e from'./integrations/casechange.js';import _0x21de91 from'./integrations/ckbox.js';import _0x3e56e7 from'./integrations/codeblock.js';import _0xc33aec from'./integrations/comments.js';import _0x24afad from'./integrations/deletecommand.js';import _0x1df4e2 from'./integrations/list.js';import _0x38dca3 from'./integrations/listproperties.js';import _0x19084a from'./integrations/entercommand.js';import _0x30bc1c from'./integrations/findandreplace.js';import _0x13232d from'./integrations/font.js';import _0x478708 from'./integrations/formatpainter.js';import _0x4f3060 from'./integrations/heading.js';import _0x4dcd54 from'./integrations/highlight.js';import _0x5d029a from'./integrations/horizontalline.js';import _0x12bb89 from'./integrations/htmlembed.js';import _0xad66d0 from'./integrations/image.js';import _0x3dd4e5 from'./integrations/imagereplace.js';import _0x4b3f14 from'./integrations/imagestyle.js';import _0x4cd6d7 from'./integrations/importword.js';import _0xc21dfc from'./integrations/indent.js';import _0xdbae31 from'./integrations/inputcommand.js';import _0x4b4455 from'./integrations/link.js';import _0x472843 from'./integrations/legacylist.js';import _0x2a5f9e from'./integrations/legacylistproperties.js';import _0x42790f from'./integrations/mediaembed.js';import _0x4b1a00 from'./integrations/mention.js';import _0x250d6f from'./integrations/pagebreak.js';import _0x3d33a3 from'./integrations/paragraph.js';import _0x4ef99e from'./integrations/removeformat.js';import _0x261dfb from'./integrations/restrictededitingmode.js';import _0x2701bd from'./integrations/shiftentercommand.js';import _0x37f3e9 from'./integrations/standardeditingmode.js';import _0x3263bd from'./integrations/style.js';import _0x1fd328 from'./integrations/table.js';import _0x3384cb from'./integrations/tablemergesplit.js';import _0x2f28aa from'./integrations/tableheadings.js';import _0x11fef9 from'./integrations/tableclipboard.js';import _0x21b3e9 from'./integrations/tablecolumnresize.js';function _0x3b36(){const _0x1b3bbf=['widget','_getAttributeKey','deletion:accept','always','registerCustomCallback','_processAttributeChanges','getFirstMarker','change:data','markInsertion','attribute:join','isMultiRange','selection','isUndo','addMarker','backward','addUser','consumable','containsRange','start','size','catch','sort','hasCommentThread','_setSuggestionRange','ck-suggestion-marker','suggestion','moveTargetPosition','authoredAt','getMultiRangeId','split','skipNestingCheck','insertion:join','comments','_removeSuggestion','addSuggestionData','PENDING_ACTION_SUGGESTION','includes','_saved','removeClass','elementEnd','490ynoTKB','isObject','suggestion:','adapter','addHighlight','_enabledCommands','key','warn','insertContent','getRange','removed','592438cJTrDn','_recordAttributeChanges','enableReadOnlyMode','_customCallbacks','execute','_isForcedDefaultExecutionBlock','parent','attributes','containsPosition','position','dataReady','dataDowncast','document','addCommentThread','_getAuthorFromId','plugins','author','tablePasteChainId','addMarker:suggestion:attribute','reconvertMarker','rejected','formatBlock','isOwn','dataToMarker','previous','open','_rangeIsInLocalUserInsertion','find','low','element','createRangeOn','ck-suggestion-marker-formatBlock','announce','updateMarker','toUpperCase','track-changes-adapter-already-set','containsItem','head','6892BFDzoP','isAfter','targetPosition','track-changes-enable-command-twice','pluginName','_setSuggestionData','isLocal','updateSuggestion','oldValue','lowest','_addSuggestionMarker','forward','set','trackChangesCommand','getAncestors','elementStart','getMarkers','formatInline:join','documentSelection','insertion:chain','refresh','track-changes-suggestion-data-mismatch','_splitMarkerName','push','insertion:accept','attributeKey','isExternal','end','attribute','nodeAfter','bindElementToMarker','delete','isBefore','getContainedElement','createRange','forceDefaultExecution','getAllAdjacentSuggestions','removeMarker:suggestion:attribute','track-changes-user-not-found','type','containerElement','createdAt','_cutOutSuggestionMarker','groupId','markDeletion','suggestion:attribute:','change:activeMarkers','deletion:','_blockAttributeKeys','update:suggestion','differ','_isBlockAttribute','multipleBlocks','isInsideObject','createPositionAfter','suggestion-type','markInlineFormat','unbindElementFromMarkerName','_reduceExistingSuggestions','markBlockFormat','toJSON','startsWith','trackChanges','_afterChanges','597aLVUDi','489210cWWMmC','every','never','_updateSuggestionData','data','from','markerNameToElements','hasSuggestion','formatInline:chain','isAtStart','external:','removeMarker','_getMarkerAnnouncementText','data-suggestion','substr','acceptSelectedSuggestions','$elementName','splice','getItems','ready','_createSuggestion','high','name','define','_onDiscard','TrackChangesEditing','addMarker:suggestion','markMultiRangeInsertion','options','_processAttributeSuggestions','notReady','splitPosition','commands','trackChanges.trackFormatChanges','_adapter','getCommentThread','markMultiRangeBlockFormat','70rnjhQx','_commentsRepository','rethrowUnexpectedError','@external','CommentsRepository','insertion:','assign','getNearestSelectionRange','attribute:','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','formatInline:accept','item','_checkSuggestionCorrectness','next','markAttributeChange','attributeOldValue','_enableDefaultAttributesIntegration','chain','LEAVE','pop','suggestionChanged','clone','model','formatBlock:','containsRangeInObject','enqueueChange','stopListening','track-changes-suggestion-not-found','length','removeMarker:suggestion:formatBlock','isInContent','activeMarkers','markerToHighlight','hasComments','markerToData','_findSuggestions','attribute:accept','_defaultCallbacks','getLastMatchingPosition','isEqual','76635Jhbove','resolve','isBlock','markerReady','forEach','requires','editor','addSuggestion','nodeBefore','getWalker','acceptSuggestion','_refreshSuggestionsChain','_getSuggestionData','getSuggestions','$marker','formatBlock:chain','_recordAttributeSuggestions','createElement','Users','markMultiRangeDeletion','rename','addRange','add','$text','showSuggestionHighlights','formatInline:','fetchCommentThread','enableCommand','_registerDefaultCallbacks','listenTo','_suggestions','schema','commentThread','for','fire','getUser','_reduceSuggestionAttributeRange','newValue','originalSuggestionId','suggestionLoaded','removeMarkers','fromCharCode','formatInline','_suggestionState','formatBlock:discard','isRemovable','getDifference','values','markerName','getChanges','formatGroupId','addMarker:suggestion:formatBlock','PendingActions','config','508151ysIrrY','oldRange','_inlineAttributeKeys','root','group','_addThreadToSuggestion','setTo','track-changes-adapter-missing-getsuggestion','_initAriaMarkerChangeAnnouncements','setSelection','formatBlock:accept','_mergeNestedSuggestions','_registerBlockAttribute','getSuggestion','howMany','getRanges','after','registerPostFixer','writer','createPositionAt','discardAllSuggestions','batch','isAtEnd','insert','_registerInlineAttribute','change','isArray','_trackFormatChanges','isNextTo','_element','toViewElement','_joinWithAdjacentSuggestions','remove','meta','unshift','markers','ariaLiveAnnouncer','$textProxy','_SUGGESTION_ANNOUNCEMENT','_descriptionFactory','filter','952Fnqjpo','isIntersecting','_breakSuggestionMarker','collaboration.channelId','trackChanges.mergeNestedSuggestions','locale','addClass','_editor','move','attribute:discard','formatBlock:join','getFirstRange','isCollapsed','deletion:join','change:_saved','formatInline:discard','_getExternalAuthor','init','marker-count','addMarkerName','creator','concat','ENTER','conversion','normal','buildSuggestion','addComment','isIntersectingWithRange','unbind','acceptAllSuggestions','applyOperation','_joinSuggestions','some','getShiftedBy','subType','elementToElement','createPositionBefore','2699394UmdTgu','removeComment','rootName','ck-suggestion-marker-','newRange','suggestionUnloaded','$graveyard','getChangedMarkers','219443JDEFSI','then','isDocumentOperation','format','multi','accepted','error-saving-suggestion-data-suggestion-discarded','insertion','createRangeIn','map','join','authorName','deletion:discard','getSuggestionCallback','stop','clear','return','discardSelectedSuggestions','removeAttribute','_isDataLoaded','deletion','substring','discardSuggestion','value','upcast','highest','discard','getAttribute','get','deletion:chain','_model','commandName','before','deleteContent','mapper','isTouching','createSelection','insertion:discard','editingDowncast','track-changes-command-not-found','editing','attributeNewValue','isSelectable','accept','has','keys','fromRange','getIntersection','range','_suggestionFactory','_refreshAttributeSuggestionsChain','ck-suggestion-marker--active','ck-suggestion-marker-formatInline','FORMATTING','consume','isLimit','getCustomProperty','detach','default','setAttribute','_isRegisteredAttribute','_handleNewSuggestionMarker'];_0x3b36=function(){return _0x1b3bbf;};return _0x3b36();}import _0x7792a from'./integrations/template.js';import _0x535f1f from'./integrations/tableofcontents.js';import _0x5dc9eb from'./integrations/title.js';import _0x31cd9c from'./integrations/undo.js';import _0x4ca98a from'./integrations/tablecaption.js';import _0x4080a8 from'./integrations/tableproperties.js';import{getTranslation as _0x4c615c}from'./utils/common-translations.js';import{isEqual as _0x4efc4d,omit as _0x37c70e}from'lodash-es';export const renameAttributeKey=_0x5d50be(0x25c);export default class p extends _0x1fc19f{static get[_0x5d50be(0x29e)](){const _0x27d6e4=_0x5d50be;return[_0x27d6e4(0x275),_0x4ab198,_0x3ed1af,_0x598922,_0x454b72,_0x69b2c2,_0x25bb63,_0x21de91,_0x2faa1e,_0x3e56e7,_0xc33aec,_0x24afad,_0x19084a,_0x30bc1c,_0x13232d,_0x478708,_0x4f3060,_0x4dcd54,_0x5d029a,_0x12bb89,_0xad66d0,_0x4b3f14,_0x3dd4e5,_0x4cd6d7,_0xc21dfc,_0xdbae31,_0x472843,_0x2a5f9e,_0x4b4455,_0x1df4e2,_0x38dca3,_0x42790f,_0x4b1a00,_0x250d6f,_0x3d33a3,_0x4ef99e,_0x261dfb,_0x2701bd,_0x37f3e9,_0x3263bd,_0x1fd328,_0x3384cb,_0x2f28aa,_0x4ca98a,_0x11fef9,_0x21b3e9,_0x535f1f,_0x4080a8,_0x7792a,_0x5dc9eb,_0x31cd9c];}static get[_0x5d50be(0x20f)](){const _0x3ef4b6=_0x5d50be;return _0x3ef4b6(0x265);}constructor(_0x31627d){const _0x16c5c1=_0x5d50be;function _0x10764d(_0x52c0d8){const _0x5f3d5c=_0x1713;return _0x52c0d8[_0x5f3d5c(0x17d)](_0x2587df=>String[_0x5f3d5c(0x2c2)](_0x2587df))[_0x5f3d5c(0x17e)]('');}super(_0x31627d),this[_0x16c5c1(0x2a9)]=!0x1,this[_0x16c5c1(0x217)](_0x16c5c1(0x290),[]),this['on'](_0x16c5c1(0x239),(_0x5e981a,_0x2d064b,_0x26ac21,_0x271cba)=>{const _0x1ca12d=_0x16c5c1;this[_0x1ca12d(0x192)][_0x1ca12d(0x2e8)](()=>{const _0x5cc585=_0x1ca12d;for(const _0x275e8e of[..._0x271cba,..._0x26ac21])this[_0x5cc585(0x192)][_0x5cc585(0x141)][_0x5cc585(0x1a0)](_0x275e8e)&&_0x31627d[_0x5cc585(0x19c)][_0x5cc585(0x1f8)](_0x275e8e);});}),this[_0x16c5c1(0x145)]=new _0x4c691b(this[_0x16c5c1(0x29f)][_0x16c5c1(0x287)][_0x16c5c1(0x2b8)],this[_0x16c5c1(0x29f)][_0x16c5c1(0x14c)]),this[_0x16c5c1(0x26e)]=null,this[_0x16c5c1(0x1a5)]=new Bt(this[_0x16c5c1(0x29f)]),this[_0x16c5c1(0x2b7)]=new Map(),this[_0x16c5c1(0x272)]=_0x31627d[_0x16c5c1(0x1f4)][_0x16c5c1(0x190)](_0x16c5c1(0x275)),this[_0x16c5c1(0x1df)]=new Set(),this[_0x16c5c1(0x192)]=this[_0x16c5c1(0x29f)][_0x16c5c1(0x287)],this[_0x16c5c1(0x2c4)]=new WeakMap(),this[_0x16c5c1(0x1ea)]=!0x1,this[_0x16c5c1(0x23b)]=new Set([_0x16c5c1(0x25c)]),this[_0x16c5c1(0x2d1)]=new Set(),_0x31627d[_0x16c5c1(0x2ce)][_0x16c5c1(0x263)](_0x16c5c1(0x26d),_0x16c5c1(0x1ae)),this[_0x16c5c1(0x2ea)]=_0x31627d[_0x16c5c1(0x2ce)][_0x16c5c1(0x190)](_0x16c5c1(0x26d)),_0x31627d[_0x16c5c1(0x2ce)][_0x16c5c1(0x263)](_0x16c5c1(0x14b),!0x0),this[_0x16c5c1(0x2da)]=_0x31627d[_0x16c5c1(0x2ce)][_0x16c5c1(0x190)](_0x16c5c1(0x14b)),this[_0x16c5c1(0x218)]=new _0x470d33(_0x31627d,this[_0x16c5c1(0x1df)]),this[_0x16c5c1(0x2d7)](),this[_0x10764d([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x10764d([0x34,0x30,0x34,0x38,0x30,0x36,0x33,0x38]);}[_0x5d50be(0x158)](){const _0x1672df=_0x5d50be,_0x38f794=this[_0x1672df(0x29f)],_0x30e220=(_0x28408e,_0x3ba2ce)=>{const _0x6ec58d=_0x1672df;if(_0x6ec58d(0x227)!=_0x28408e)return _0x6ec58d(0x16f)+_0x28408e;const _0x1e7a85=_0x3ba2ce[_0x6ec58d(0x1cf)]('|')[0x0];return this[_0x6ec58d(0x23e)](_0x1e7a85)?_0x6ec58d(0x204):_0x6ec58d(0x1a8);};_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x19a))[_0x1672df(0x291)]({'model':_0x1672df(0x1cb),'view':_0x10bdb3=>{const _0x23d5fd=_0x1672df,{id:_0x502423,type:_0x5cdf58,subType:_0x41cce6}=this[_0x23d5fd(0x221)](_0x10bdb3[_0x23d5fd(0x2c9)]),_0x258c75=[_0x23d5fd(0x1ca),_0x30e220(_0x5cdf58,_0x41cce6)];let _0x4506bb=0xbb8;return this[_0x23d5fd(0x290)][_0x23d5fd(0x1d6)](_0x10bdb3[_0x23d5fd(0x2c9)])&&(_0x258c75[_0x23d5fd(0x222)](_0x23d5fd(0x1a7)),_0x4506bb=0xbc2),_0x23d5fd(0x188)==_0x5cdf58&&(_0x4506bb+=0x5),{'classes':_0x258c75,'attributes':{'data-suggestion':_0x502423},'priority':_0x4506bb};}}),_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x1f0))[_0x1672df(0x2af)](_0x29cf4b=>{const _0x3b2496=_0x1672df;_0x29cf4b['on'](_0x3b2496(0x266),(_0x1563d7,_0x68276f,_0x43ed96)=>{const _0x5b3834=_0x3b2496;if(!_0x43ed96[_0x5b3834(0x268)][_0x5b3834(0x2b1)])return;const _0x5cfa76=_0x68276f[_0x5b3834(0x27c)];if(!_0x5cfa76)return;const _0x17ebfe=_0x43ed96[_0x5b3834(0x196)][_0x5b3834(0x2ed)](_0x5cfa76);_0x38f794[_0x5b3834(0x287)][_0x5b3834(0x2b8)][_0x5b3834(0x1db)](_0x5cfa76)&&_0x17ebfe&&!_0x17ebfe[_0x5b3834(0x1ac)](_0x5b3834(0x1b2))&&_0x17ebfe['is'](_0x5b3834(0x233))&&_0xd4d9ca(_0x17ebfe,_0x43ed96[_0x5b3834(0x2e1)]);},{'priority':_0x3b2496(0x261)});}),_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x1f0))[_0x1672df(0x291)]({'model':_0x1672df(0x1cb),'view':(_0x140610,_0x294ff8)=>{const _0x283aff=_0x1672df;if(!_0x294ff8[_0x283aff(0x268)][_0x283aff(0x2b1)])return null;const {type:_0x211195,subType:_0x454b44}=this[_0x283aff(0x221)](_0x140610[_0x283aff(0x2c9)]);return{'classes':[_0x283aff(0x1ca),_0x30e220(_0x211195,_0x454b44)],'priority':0xbb8};}});const _0x57ef5a=({showActiveMarkers:_0x15079b=!0x0,isAttributeSuggestion:_0x560cb3=!0x1}={})=>(_0x1302d5,_0x686471,_0x228851)=>{const _0xb72837=_0x1672df;if(!_0x686471[_0xb72837(0x27c)])return;const {id:_0x3465ad}=this[_0xb72837(0x221)](_0x686471[_0xb72837(0x2c9)]);if(_0x560cb3){const _0x4f017c=this[_0xb72837(0x2b7)][_0xb72837(0x190)](_0x3465ad),_0x3dcaca=this[_0xb72837(0x1b3)](_0x4f017c);if(!this[_0xb72837(0x23e)](_0x3dcaca))return;}if(_0x686471[_0xb72837(0x27c)]['is'](_0xb72837(0x1bd)))return void _0x228851[_0xb72837(0x1c2)][_0xb72837(0x1aa)](_0x686471[_0xb72837(0x27c)],_0x1302d5[_0xb72837(0x262)]);const _0x1b1d69=_0x228851[_0xb72837(0x196)][_0xb72837(0x2ed)](_0x686471[_0xb72837(0x27c)]);if(_0x686471[_0xb72837(0x27c)]['is'](_0xb72837(0x202))&&_0x38f794[_0xb72837(0x287)][_0xb72837(0x2b8)][_0xb72837(0x29b)](_0x686471[_0xb72837(0x27c)])&&!_0x1b1d69[_0xb72837(0x1ac)](_0xb72837(0x1de))){_0x228851[_0xb72837(0x2e1)][_0xb72837(0x14d)]([_0xb72837(0x1ca),_0xb72837(0x204)],_0x1b1d69),_0x228851[_0xb72837(0x2e1)][_0xb72837(0x1af)](_0xb72837(0x259),_0x3465ad,_0x1b1d69),_0x228851[_0xb72837(0x196)][_0xb72837(0x229)](_0x1b1d69,_0x686471[_0xb72837(0x2c9)]),_0x15079b&&(this[_0xb72837(0x290)][_0xb72837(0x1d6)](_0x686471[_0xb72837(0x2c9)])?_0x228851[_0xb72837(0x2e1)][_0xb72837(0x14d)](_0xb72837(0x1a7),_0x1b1d69):_0x228851[_0xb72837(0x2e1)][_0xb72837(0x1d8)](_0xb72837(0x1a7),_0x1b1d69));for(const _0x3e14d3 of _0x38f794[_0xb72837(0x287)][_0xb72837(0x17c)](_0x686471[_0xb72837(0x27c)])[_0xb72837(0x25e)]())_0x228851[_0xb72837(0x1c2)][_0xb72837(0x1aa)](_0x3e14d3,_0x1302d5[_0xb72837(0x262)]);_0x228851[_0xb72837(0x1c2)][_0xb72837(0x1aa)](_0x686471[_0xb72837(0x27c)],_0x1302d5[_0xb72837(0x262)]);}};_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x1f0))[_0x1672df(0x2af)](_0xa40cad=>{const _0x15b845=_0x1672df;_0xa40cad['on'](_0x15b845(0x2cc),(_0x23a956,_0x2d4861,_0x432a1a)=>{const _0x4293a3=_0x15b845;_0x432a1a[_0x4293a3(0x268)][_0x4293a3(0x2b1)]&&_0x57ef5a({'showActiveMarkers':!0x1})(_0x23a956,_0x2d4861,_0x432a1a);},{'priority':_0x15b845(0x18d)});}),_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x1f0))[_0x1672df(0x2af)](_0x1bcc00=>{const _0x3a95d7=_0x1672df;_0x1bcc00['on'](_0x3a95d7(0x1f7),(_0x51a332,_0x2b8cb9,_0x113565)=>{const _0x43de4b=_0x3a95d7;_0x113565[_0x43de4b(0x268)][_0x43de4b(0x2b1)]&&_0x57ef5a({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x51a332,_0x2b8cb9,_0x113565);},{'priority':_0x3a95d7(0x18d)});}),_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x1f0))[_0x1672df(0x293)]({'model':_0x1672df(0x1cb),'view':(_0x330be7,_0x4e1467)=>_0x4e1467[_0x1672df(0x268)][_0x1672df(0x2b1)]?null:{'group':_0x1672df(0x1cb),'name':_0x330be7[_0x1672df(0x25a)](0xb)}}),_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x18c))[_0x1672df(0x16a)]({'view':{'name':_0x1672df(0x1cb),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x34c6de,{writer:_0x5b529b})=>{const _0x2b0072=_0x1672df;let _0x18e4ea=_0x2b0072(0x1dc)+_0x34c6de[_0x2b0072(0x18f)](_0x2b0072(0x242))+':'+_0x34c6de[_0x2b0072(0x18f)]('id');return _0x34c6de[_0x2b0072(0x18f)](_0x2b0072(0x159))&&(_0x18e4ea+=':'+_0x34c6de[_0x2b0072(0x18f)](_0x2b0072(0x159))),_0x5b529b[_0x2b0072(0x2aa)](_0x2b0072(0x2a7),{'data-name':_0x18e4ea});}}),_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x18c))[_0x1672df(0x1fc)]({'view':_0x1672df(0x1cb)}),_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x19a))[_0x1672df(0x2af)](_0x4c6c93=>{const _0x4242fb=_0x1672df;_0x4c6c93['on'](_0x4242fb(0x2cc),_0x57ef5a(),{'priority':_0x4242fb(0x261)});}),_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x19a))[_0x1672df(0x2af)](_0x243aa1=>{const _0x2d1320=_0x1672df;_0x243aa1['on'](_0x2d1320(0x1f7),_0x57ef5a({'isAttributeSuggestion':!0x0}),{'priority':_0x2d1320(0x261)});}),_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x19a))[_0x1672df(0x2af)](_0x5e1198=>{const _0x2141e4=_0x1672df;_0x5e1198['on'](_0x2141e4(0x28e),(_0x33624e,_0x4c053a,_0x40725f)=>{const _0x3d6db4=_0x2141e4,_0x377a8a=_0x40725f[_0x3d6db4(0x196)][_0x3d6db4(0x252)](_0x4c053a[_0x3d6db4(0x2c9)]);if(_0x377a8a){for(const _0x2fc997 of _0x377a8a)_0x2fc997[_0x3d6db4(0x1ac)](_0x3d6db4(0x1de))||(_0x40725f[_0x3d6db4(0x2e1)][_0x3d6db4(0x1d8)]([_0x3d6db4(0x1ca),_0x3d6db4(0x204),_0x3d6db4(0x1a7)],_0x2fc997),_0x40725f[_0x3d6db4(0x2e1)][_0x3d6db4(0x186)](_0x3d6db4(0x259),_0x2fc997),_0x40725f[_0x3d6db4(0x196)][_0x3d6db4(0x244)](_0x2fc997,_0x4c053a[_0x3d6db4(0x2c9)]));}},{'priority':_0x2141e4(0x261)});}),_0x38f794[_0x1672df(0x15e)][_0x1672df(0x2ba)](_0x1672df(0x19a))[_0x1672df(0x2af)](_0x566350=>{const _0x49e538=_0x1672df;_0x566350['on'](_0x49e538(0x230),(_0x74ba7,_0x15a81e,_0x529258)=>{const _0x2723bc=_0x49e538,_0xcb51d6=_0x529258[_0x2723bc(0x196)][_0x2723bc(0x252)](_0x15a81e[_0x2723bc(0x2c9)]);if(!_0xcb51d6)return;const {id:_0x46b0b5}=this[_0x2723bc(0x221)](_0x15a81e[_0x2723bc(0x2c9)]),_0x302488=this[_0x2723bc(0x2b7)][_0x2723bc(0x190)](_0x46b0b5),_0x522ae5=this[_0x2723bc(0x1b3)](_0x302488);if(this[_0x2723bc(0x23e)](_0x522ae5)){for(const _0x3953f3 of _0xcb51d6)_0x3953f3[_0x2723bc(0x1ac)](_0x2723bc(0x1de))||(_0x529258[_0x2723bc(0x2e1)][_0x2723bc(0x1d8)]([_0x2723bc(0x1ca),_0x2723bc(0x204),_0x2723bc(0x1a7)],_0x3953f3),_0x529258[_0x2723bc(0x2e1)][_0x2723bc(0x186)](_0x2723bc(0x259),_0x3953f3),_0x529258[_0x2723bc(0x196)][_0x2723bc(0x244)](_0x3953f3,_0x15a81e[_0x2723bc(0x2c9)]));}},{'priority':_0x49e538(0x261)});}),_0x38f794[_0x1672df(0x287)][_0x1672df(0x1f1)][_0x1672df(0x2e0)](_0x21332a=>{const _0xe1644=_0x1672df;let _0x5a2e3b=!0x1;const _0x337cc1=Array[_0xe1644(0x251)](_0x38f794[_0xe1644(0x287)][_0xe1644(0x1f1)][_0xe1644(0x23d)][_0xe1644(0x173)]()),_0x190bce=new Set();for(const {name:_0x1b3262,data:_0x2a6bc1}of _0x337cc1){const {group:_0x25d385,type:_0x379349,subType:_0x133c60,id:_0x3d5893}=this[_0xe1644(0x221)](_0x1b3262);if(_0xe1644(0x1cb)!==_0x25d385)continue;const _0x3e4803=this[_0xe1644(0x2b7)][_0xe1644(0x190)](_0x3d5893);if(null!=_0x2a6bc1[_0xe1644(0x170)]){_0xe1644(0x2c3)==_0x379349&&(_0x5a2e3b=_0x5a2e3b||Tt(_0x2a6bc1[_0xe1644(0x170)],_0x1b3262,_0x21332a,_0x38f794[_0xe1644(0x287)][_0xe1644(0x2b8)]));const _0x52999f=_0xe1644(0x227)==_0x379349&&this[_0xe1644(0x23e)](_0x133c60[_0xe1644(0x1cf)]('|')[0x0]);if(_0x2a6bc1[_0xe1644(0x170)][_0xe1644(0x153)]||_0xe1644(0x172)==_0x2a6bc1[_0xe1644(0x170)][_0xe1644(0x2d2)][_0xe1644(0x16e)]||_0xe1644(0x1fa)==_0x379349&&!Vt(_0x2a6bc1[_0xe1644(0x170)])||_0x52999f&&!Vt(_0x2a6bc1[_0xe1644(0x170)])||_0xe1644(0x188)==_0x379349&&!(!Rt(_0xd3ac1f=_0x2a6bc1[_0xe1644(0x170)])&&!function(_0x44649b){const _0x58152b=_0xe1644;return _0x44649b[_0x58152b(0x1c4)][_0x58152b(0x1eb)]==_0x44649b[_0x58152b(0x226)][_0x58152b(0x2a1)]&&_0x44649b[_0x58152b(0x1c4)][_0x58152b(0x2e5)];}(_0xd3ac1f)))_0x21332a[_0xe1644(0x257)](_0x1b3262),_0x5a2e3b=!0x0;else{if(!_0x3e4803||!_0x3e4803[_0xe1644(0x28f)])continue;_0x190bce[_0xe1644(0x2af)](_0x3e4803);}}}var _0xd3ac1f;return _0x190bce[_0xe1644(0x1c5)]>0x0&&(_0x5a2e3b=!!this[_0xe1644(0x2ee)](_0x190bce)||_0x5a2e3b),_0x5a2e3b;}),_0x38f794[_0x1672df(0x287)][_0x1672df(0x1f1)][_0x1672df(0x2e0)](_0x260b64=>{const _0x4c1854=_0x1672df;let _0x40b8e5=!0x1;for(const _0x29cd9c of _0x38f794[_0x4c1854(0x287)][_0x4c1854(0x1f1)][_0x4c1854(0x23d)][_0x4c1854(0x2ca)]())if(_0x4c1854(0x2e6)==_0x29cd9c[_0x4c1854(0x232)])for(const _0x446e48 of this[_0x4c1854(0x2b7)][_0x4c1854(0x2c8)]()){if(_0x446e48[_0x4c1854(0x1bc)]||!_0x446e48[_0x4c1854(0x28f)])continue;const _0x1b561f=_0x4c1854(0x1fa)==_0x446e48[_0x4c1854(0x232)],_0x26da9b=this[_0x4c1854(0x1b3)](_0x446e48),_0x9932fd=_0x26da9b&&this[_0x4c1854(0x23e)](_0x26da9b);if(!_0x1b561f&&!_0x9932fd)continue;const _0x5ad020=_0x446e48[_0x4c1854(0x152)]();if(_0x5ad020[_0x4c1854(0x1c4)][_0x4c1854(0x1eb)]!=_0x5ad020[_0x4c1854(0x226)][_0x4c1854(0x1eb)]&&!_0x5ad020[_0x4c1854(0x226)][_0x4c1854(0x2e5)]){const _0x6f156f=_0x38f794[_0x4c1854(0x287)][_0x4c1854(0x2e2)](_0x5ad020[_0x4c1854(0x1c4)][_0x4c1854(0x228)],_0x4c1854(0x226)),_0x61b937=_0x38f794[_0x4c1854(0x287)][_0x4c1854(0x22d)](_0x5ad020[_0x4c1854(0x1c4)],_0x6f156f);_0x260b64[_0x4c1854(0x206)](_0x446e48[_0x4c1854(0x1b8)](),{'range':_0x61b937}),_0x40b8e5=!0x0;}}return _0x40b8e5;}),_0x38f794[_0x1672df(0x287)][_0x1672df(0x1f1)][_0x1672df(0x2e0)](_0x1fa0ce=>this[_0x1672df(0x1b7)](_0x1fa0ce)),_0x38f794[_0x1672df(0x287)][_0x1672df(0x1f1)][_0x1672df(0x2e0)](_0x4be884=>!_0x4be884[_0x1672df(0x2e4)][_0x1672df(0x211)]&&this[_0x1672df(0x269)](_0x4be884)),_0x38f794[_0x1672df(0x287)]['on'](_0x1672df(0x24a),()=>{const _0xf7f279=_0x1672df;this[_0xf7f279(0x2a9)]=!0x1;}),_0x38f794[_0x1672df(0x287)][_0x1672df(0x1f1)]['on'](_0x1672df(0x1b9),(_0x255db9,_0x330e4b)=>{const _0xa939d4=_0x1672df;if(!_0x330e4b[_0xa939d4(0x211)]||_0x330e4b[_0xa939d4(0x1be)])return;if(!this[_0xa939d4(0x2a9)])return;const _0x23a3f1=_0x38f794[_0xa939d4(0x287)][_0xa939d4(0x1f1)][_0xa939d4(0x23d)][_0xa939d4(0x2ca)]();if(0x0==_0x23a3f1[_0xa939d4(0x28d)])return;const _0x11793b=[],_0x2723ac=_0x23a3f1[_0xa939d4(0x146)](_0x5b9cd1=>_0xa939d4(0x227)==_0x5b9cd1[_0xa939d4(0x232)]),_0x430090=_0x23a3f1[_0xa939d4(0x146)](_0x34738c=>_0xa939d4(0x2e6)==_0x34738c[_0xa939d4(0x232)]&&_0xa939d4(0x2b0)!=_0x34738c[_0xa939d4(0x262)]),_0x5ec36d=_0x23a3f1[_0xa939d4(0x146)](_0x4c6a0b=>_0xa939d4(0x2ef)==_0x4c6a0b[_0xa939d4(0x232)]&&_0xa939d4(0x2b0)!=_0x4c6a0b[_0xa939d4(0x262)]);for(const _0x31403f of _0x2723ac)this[_0xa939d4(0x1b0)](_0x31403f[_0xa939d4(0x224)])&&_0x11793b[_0xa939d4(0x222)]({'key':_0x31403f[_0xa939d4(0x224)],'newValue':_0x31403f[_0xa939d4(0x19d)],'oldValue':_0x31403f[_0xa939d4(0x280)],'range':Ut(_0x31403f[_0xa939d4(0x1a4)],_0x38f794[_0xa939d4(0x287)])});for(const _0x522983 of _0x430090){const _0x28374c=_0x5ec36d[_0xa939d4(0x200)](_0x528cbd=>_0x528cbd[_0xa939d4(0x2ec)]===_0x522983[_0xa939d4(0x2ec)]);if(_0x28374c){const _0x1ea86c=Ot(_0x522983[_0xa939d4(0x1ee)][_0xa939d4(0x228)],_0x38f794[_0xa939d4(0x287)]);_0x28374c[_0xa939d4(0x262)]!==_0x522983[_0xa939d4(0x262)]&&_0x11793b[_0xa939d4(0x222)]({'key':_0xa939d4(0x25c),'newValue':_0x522983[_0xa939d4(0x262)],'oldValue':_0x28374c[_0xa939d4(0x262)],'range':_0x1ea86c});for(const [_0x1acf3e,_0x2b48eb]of _0x28374c[_0xa939d4(0x1ec)]){if(!this[_0xa939d4(0x1b0)](_0x1acf3e))continue;const _0x3756e6=_0x522983[_0xa939d4(0x1ec)][_0xa939d4(0x190)](_0x1acf3e);_0x2b48eb!==_0x3756e6&&_0x11793b[_0xa939d4(0x222)]({'key':_0x1acf3e,'newValue':_0x3756e6,'oldValue':_0x2b48eb,'range':_0x1ea86c});}for(const [_0x2c74f8,_0x3fca43]of _0x522983[_0xa939d4(0x1ec)])this[_0xa939d4(0x1b0)](_0x2c74f8)&&(_0x28374c[_0xa939d4(0x1ec)][_0xa939d4(0x1a0)](_0x2c74f8)||_0x11793b[_0xa939d4(0x222)]({'key':_0x2c74f8,'newValue':_0x3fca43,'oldValue':null,'range':_0x1ea86c}));}}0x0!=_0x11793b[_0xa939d4(0x28d)]&&_0x38f794[_0xa939d4(0x287)][_0xa939d4(0x28a)](_0x330e4b,_0x2d9157=>{const _0xc7a0e9=_0xa939d4,_0x418339=_0x39e5b3();for(const {range:_0x436b8d,key:_0x653ed7,oldValue:_0x5d4dbf,newValue:_0x4713ae}of _0x11793b)this[_0xc7a0e9(0x27f)](_0x436b8d,_0x653ed7,_0x5d4dbf,_0x4713ae,{'groupId':_0x418339});this[_0xc7a0e9(0x245)](_0x2d9157,_0x11793b);});},{'priority':_0x1672df(0x214)}),_0x38f794[_0x1672df(0x287)][_0x1672df(0x141)]['on'](_0x1672df(0x23c),(_0x342285,_0x3dc04b,_0x144c17)=>{const _0xa6add0=_0x1672df;if(null==_0x144c17){const {id:_0x1db880}=this[_0xa6add0(0x221)](_0x3dc04b[_0xa6add0(0x262)]),_0x33bb10=this[_0xa6add0(0x2b7)][_0xa6add0(0x190)](_0x1db880);_0x33bb10&&_0x33bb10[_0xa6add0(0x15a)](_0x3dc04b[_0xa6add0(0x262)]);}}),_0x38f794[_0x1672df(0x287)][_0x1672df(0x1f1)]['on'](_0x1672df(0x1b9),()=>{const _0xb1fd82=_0x1672df,_0x4d3221=Array[_0xb1fd82(0x251)](_0x38f794[_0xb1fd82(0x287)][_0xb1fd82(0x1f1)][_0xb1fd82(0x23d)][_0xb1fd82(0x173)]())[_0xb1fd82(0x146)](_0x1a2584=>_0xb1fd82(0x1cb)===this[_0xb1fd82(0x221)](_0x1a2584[_0xb1fd82(0x262)])[_0xb1fd82(0x2d3)]);if(0x0===_0x4d3221[_0xb1fd82(0x28d)])return;_0x4d3221[_0xb1fd82(0x1c7)]((_0x17a2f3,_0x21acc0)=>{const _0x5c31c3=_0xb1fd82,_0x470ace=_0x17a2f3[_0x5c31c3(0x250)][_0x5c31c3(0x2d0)],_0x496b00=_0x21acc0[_0x5c31c3(0x250)][_0x5c31c3(0x2d0)];return null===_0x470ace&&null===_0x496b00?0x0:null===_0x470ace&&null!==_0x496b00?-0x1:null!==_0x470ace&&null===_0x496b00?0x1:_0x470ace[_0x5c31c3(0x1c4)][_0x5c31c3(0x22b)](_0x496b00[_0x5c31c3(0x1c4)])?-0x1:0x1;});const _0x598cbe=new Set(),_0x50c4b0=new Set();for(const {name:_0x50fe13,data:_0x30c9fe}of _0x4d3221){const {id:_0x3d5d8d}=this[_0xb1fd82(0x221)](_0x50fe13);if(null===_0x30c9fe[_0xb1fd82(0x2d0)]){const _0x23af81=this[_0xb1fd82(0x1b1)](_0x50fe13);_0x50c4b0[_0xb1fd82(0x2af)](_0x23af81);}else{const _0x486fbb=this[_0xb1fd82(0x2b7)][_0xb1fd82(0x190)](_0x3d5d8d);null!==_0x30c9fe[_0xb1fd82(0x170)]||_0x486fbb[_0xb1fd82(0x28f)]?(_0x598cbe[_0xb1fd82(0x2af)](_0x486fbb[_0xb1fd82(0x20a)]),_0x50c4b0[_0xb1fd82(0x2af)](_0x486fbb)):this[_0xb1fd82(0x1d3)](_0x486fbb);}}_0x50c4b0[_0xb1fd82(0x1c5)]>0x0&&this[_0xb1fd82(0x2a4)](_0x50c4b0);for(const _0x3680d7 of _0x598cbe)this[_0xb1fd82(0x2bb)](_0xb1fd82(0x285),_0x3680d7);}),_0x38f794[_0x1672df(0x287)]['on'](_0x1672df(0x165),(_0x331bfd,_0x3f1da4)=>{const _0x33fd5f=_0x1672df,_0x522d88=_0x3f1da4[0x0];if(!this[_0x33fd5f(0x2b7)][_0x33fd5f(0x1c5)])return;if(!_0x522d88[_0x33fd5f(0x176)])return;if(_0x522d88[_0x33fd5f(0x2e4)][_0x33fd5f(0x1be)]||!_0x522d88[_0x33fd5f(0x2e4)][_0x33fd5f(0x211)])return;let _0x416473,_0x4bb15c;switch(_0x522d88[_0x33fd5f(0x232)]){case _0x33fd5f(0x2e6):_0x416473=_0x38f794[_0x33fd5f(0x287)][_0x33fd5f(0x2e2)](_0x522d88[_0x33fd5f(0x1ee)]),_0x4bb15c=_0x416473[_0x33fd5f(0x168)](_0x522d88[_0x33fd5f(0x2dd)]);break;case _0x33fd5f(0x1cf):_0x416473=_0x38f794[_0x33fd5f(0x287)][_0x33fd5f(0x2e2)](_0x522d88[_0x33fd5f(0x26b)]),_0x4bb15c=_0x38f794[_0x33fd5f(0x287)][_0x33fd5f(0x2e2)](_0x522d88[_0x33fd5f(0x1cc)]);break;case _0x33fd5f(0x14f):_0x416473=_0x38f794[_0x33fd5f(0x287)][_0x33fd5f(0x2e2)](_0x522d88[_0x33fd5f(0x20d)]),_0x4bb15c=_0x416473[_0x33fd5f(0x168)](_0x522d88[_0x33fd5f(0x2dd)]);break;default:return;}const _0xe593bc=_0x38f794[_0x33fd5f(0x287)][_0x33fd5f(0x22d)](_0x416473,_0x4bb15c);_0x38f794[_0x33fd5f(0x287)][_0x33fd5f(0x2e8)](()=>{const _0x49ca54=_0x33fd5f;for(const {suggestion:_0x4ae512,meta:_0x48c62d}of this[_0x49ca54(0x294)](_0xe593bc)){if(_0x4ae512[_0x49ca54(0x1bc)])continue;if(_0x49ca54(0x2c3)==_0x4ae512[_0x49ca54(0x232)])continue;const _0x748b4d=this[_0x49ca54(0x1b3)](_0x4ae512);if(_0x748b4d&&this[_0x49ca54(0x23e)](_0x748b4d)&&_0x49ca54(0x1cf)!=_0x522d88[_0x49ca54(0x232)])continue;const _0x4bccb0=_0x4ae512[_0x49ca54(0x250)]&&_0x4ae512[_0x49ca54(0x250)][_0x49ca54(0x23f)];(_0x49ca54(0x1fa)!=_0x4ae512[_0x49ca54(0x232)]||_0x49ca54(0x1cf)==_0x522d88[_0x49ca54(0x232)]&&!_0x4bccb0)&&(_0x48c62d[_0x49ca54(0x289)]||_0x49ca54(0x17b)==_0x4ae512[_0x49ca54(0x232)]&&_0x48c62d[_0x49ca54(0x1fb)]||_0x4ae512[_0x49ca54(0x152)]()[_0x49ca54(0x1c3)](_0xe593bc)&&this[_0x49ca54(0x149)](_0x4ae512,_0x416473,_0x4bb15c));}});},{'priority':_0x1672df(0x214)}),_0x38f794[_0x1672df(0x287)]['on'](_0x1672df(0x195),(_0x27eae9,_0x151c46)=>{const _0x3c1975=_0x1672df,_0x5bc06f=_0x151c46[0x0],_0x9c5213=_0x151c46[0x1];if(_0x9c5213&&_0x9c5213[_0x3c1975(0x22e)])return;if(this[_0x3c1975(0x1ea)])return;if(!this[_0x3c1975(0x218)][_0x3c1975(0x18b)])return;if(_0x5bc06f[_0x3c1975(0x153)])return;const _0x1bf629=_0x38f794[_0x3c1975(0x287)][_0x3c1975(0x2b8)],{start:_0x4bd036,end:_0x3abb64}=_0x5bc06f[_0x3c1975(0x152)](),_0x283d95=_0x4bd036[_0x3c1975(0x228)]&&_0x1bf629[_0x3c1975(0x1ab)](_0x4bd036[_0x3c1975(0x228)])?null:_0x1bf629[_0x3c1975(0x278)](_0x4bd036,_0x3c1975(0x216)),_0x599611=_0x3abb64[_0x3c1975(0x2a1)]&&_0x1bf629[_0x3c1975(0x1ab)](_0x3abb64[_0x3c1975(0x2a1)])?null:_0x1bf629[_0x3c1975(0x278)](_0x3abb64,_0x3c1975(0x1c0)),_0x4f955e=_0x38f794[_0x3c1975(0x287)][_0x3c1975(0x22d)](_0x283d95?_0x283d95[_0x3c1975(0x1c4)]:_0x4bd036,_0x599611?_0x599611[_0x3c1975(0x226)]:_0x3abb64);_0x38f794[_0x3c1975(0x287)][_0x3c1975(0x2e8)](_0x5d3597=>{const _0x5a5c29=_0x3c1975;this[_0x5a5c29(0x237)](_0x4f955e);const _0x50fffb=_0x38f794[_0x5a5c29(0x287)][_0x5a5c29(0x2b8)][_0x5a5c29(0x278)](_0x4f955e[_0x5a5c29(0x1c4)]);_0x5bc06f['is'](_0x5a5c29(0x21d))?_0x5d3597[_0x5a5c29(0x2d8)](_0x50fffb):_0x5bc06f[_0x5a5c29(0x2d5)](_0x50fffb);}),_0x27eae9[_0x3c1975(0x182)]();},{'priority':_0x22db88[_0x1672df(0x15f)]+0xa}),_0x38f794[_0x1672df(0x287)]['on'](_0x1672df(0x1e2),(_0x43a620,_0x58dad6)=>{const _0x5d6ff8=_0x1672df,_0x4dc9a6=_0x58dad6[_0x58dad6[_0x5d6ff8(0x28d)]-0x1];_0x4dc9a6&&_0x4dc9a6[_0x5d6ff8(0x22e)]||this[_0x5d6ff8(0x1ea)]||this[_0x5d6ff8(0x218)][_0x5d6ff8(0x18b)]&&(_0x38f794[_0x5d6ff8(0x287)][_0x5d6ff8(0x2e8)](()=>{const _0x428507=_0x5d6ff8;let _0x45d169=_0x38f794[_0x428507(0x287)][_0x428507(0x1e2)](_0x58dad6[0x0],_0x58dad6[0x1],_0x58dad6[0x2],{'forceDefaultExecution':!0x0});if(!_0x45d169)return;_0x43a620[_0x428507(0x184)]=_0x45d169[_0x428507(0x286)]();const _0x305014=_0x45d169[_0x428507(0x226)][_0x428507(0x2a1)],_0x87089a=_0x38f794[_0x428507(0x287)][_0x428507(0x2b8)];_0x305014&&_0x87089a[_0x428507(0x29b)](_0x305014)&&!_0x87089a[_0x428507(0x1db)](_0x305014)&&(_0x45d169=_0x38f794[_0x428507(0x287)][_0x428507(0x22d)](_0x45d169[_0x428507(0x1c4)],_0x38f794[_0x428507(0x287)][_0x428507(0x2e2)](_0x305014,_0x428507(0x226)))),this[_0x428507(0x1ba)](_0x45d169);}),_0x43a620[_0x5d6ff8(0x182)]());},{'priority':_0x1672df(0x261)}),this[_0x1672df(0x29f)][_0x1672df(0x26c)][_0x1672df(0x2af)](_0x1672df(0x249),this[_0x1672df(0x218)]),this[_0x1672df(0x2b4)](_0x1672df(0x249));const _0x326825=new _0x262238(_0x38f794,this[_0x1672df(0x2b7)]);_0x38f794[_0x1672df(0x26c)][_0x1672df(0x2af)](_0x1672df(0x2a3),_0x326825),this[_0x1672df(0x2b4)](_0x1672df(0x2a3));const _0x6fa8a8=new _0x4e73d7(_0x38f794,this[_0x1672df(0x2b7)]);_0x38f794[_0x1672df(0x26c)][_0x1672df(0x2af)](_0x1672df(0x18a),_0x6fa8a8),this[_0x1672df(0x2b4)](_0x1672df(0x18a)),_0x38f794[_0x1672df(0x26c)][_0x1672df(0x2af)](_0x1672df(0x164),new _0x1b34e9(_0x38f794,_0x326825,this[_0x1672df(0x2b7)])),this[_0x1672df(0x2b4)](_0x1672df(0x164)),_0x38f794[_0x1672df(0x26c)][_0x1672df(0x2af)](_0x1672df(0x2e3),new _0x1b34e9(_0x38f794,_0x6fa8a8,this[_0x1672df(0x2b7)])),this[_0x1672df(0x2b4)](_0x1672df(0x2e3)),_0x38f794[_0x1672df(0x26c)][_0x1672df(0x2af)](_0x1672df(0x25b),new _0x3f64ca(_0x38f794,_0x326825,this[_0x1672df(0x2b7)])),this[_0x1672df(0x2b4)](_0x1672df(0x25b)),_0x38f794[_0x1672df(0x26c)][_0x1672df(0x2af)](_0x1672df(0x185),new _0x3f64ca(_0x38f794,_0x6fa8a8,this[_0x1672df(0x2b7)])),this[_0x1672df(0x2b4)](_0x1672df(0x185));const _0x77231a=_0x38f794[_0x1672df(0x1f4)][_0x1672df(0x190)](_0x1672df(0x275));this[_0x1672df(0x2b6)](_0x77231a,_0x1672df(0x161),(_0x21f7f7,{threadId:_0x5770fc})=>{const _0x36ae89=_0x1672df,_0x2ad3ed=this[_0x36ae89(0x2b7)][_0x36ae89(0x190)](_0x5770fc);_0x2ad3ed&&_0x2ad3ed[_0x36ae89(0x2b9)]&&0x1===_0x2ad3ed[_0x36ae89(0x2b9)][_0x36ae89(0x28d)]&&this[_0x36ae89(0x24f)](_0x5770fc,{'hasComments':!0x0});},{'priority':_0x1672df(0x201)}),this[_0x1672df(0x2b6)](_0x77231a,_0x1672df(0x16d),(_0x8c8d57,{threadId:_0x786230})=>{const _0x41fbff=_0x1672df,_0x3f6c84=this[_0x41fbff(0x2b7)][_0x41fbff(0x190)](_0x786230);_0x3f6c84&&_0x3f6c84[_0x41fbff(0x2b9)]&&!_0x3f6c84[_0x41fbff(0x2b9)][_0x41fbff(0x28d)]&&this[_0x41fbff(0x24f)](_0x786230,{'hasComments':!0x1});},{'priority':_0x1672df(0x201)});}set[_0x5d50be(0x1dd)](_0x55d314){const _0x259a4c=_0x5d50be;if(this[_0x259a4c(0x26e)])throw new _0x4dd444(_0x259a4c(0x208),this);this[_0x259a4c(0x26e)]=_0x55d314;}get[_0x5d50be(0x1dd)](){const _0x11b11e=_0x5d50be;return this[_0x11b11e(0x26e)];}[_0x5d50be(0x2a6)]({skipNotAttached:_0x1f536d=!0x1,toJSON:_0x32ef3a=!0x1}={}){const _0x364f8d=_0x5d50be,_0x28d636=[];for(const _0x38943b of this[_0x364f8d(0x2b7)][_0x364f8d(0x2c8)]())_0x1f536d&&!_0x38943b[_0x364f8d(0x28f)]||_0x28d636[_0x364f8d(0x222)](_0x38943b);return _0x32ef3a?_0x28d636[_0x364f8d(0x17d)](_0x6aed9e=>_0x6aed9e[_0x364f8d(0x247)]()):_0x28d636;}[_0x5d50be(0x2dc)](_0x52562e){const _0x3d5887=_0x5d50be,_0x4893c7=this[_0x3d5887(0x2b7)][_0x3d5887(0x190)](_0x52562e);if(!_0x4893c7)throw new _0x4dd444(_0x3d5887(0x28c),this);return _0x4893c7;}[_0x5d50be(0x253)](_0x54e750){const _0x1b0fa4=_0x5d50be;return this[_0x1b0fa4(0x2b7)][_0x1b0fa4(0x1a0)](_0x54e750);}[_0x5d50be(0x1d4)](_0x47d571){const _0x5986a3=_0x5d50be,{authorId:_0x7d26eb,id:_0x3e3865,attributes:_0x2b9155}=_0x47d571,[_0x436b0e,_0x105012]=_0x47d571[_0x5986a3(0x232)][_0x5986a3(0x1cf)](':'),_0x5d945a=this[_0x5986a3(0x2b7)][_0x5986a3(0x190)](_0x3e3865)||this[_0x5986a3(0x260)](_0x436b0e,_0x105012,_0x3e3865,_0x7d26eb,_0x2b9155);if(this[_0x5986a3(0x2d4)](_0x5d945a),this[_0x5986a3(0x27d)](_0x5d945a,_0x436b0e,_0x105012||null,_0x7d26eb),_0x5d945a[_0x5986a3(0x234)]=_0x47d571[_0x5986a3(0x234)],_0x5d945a[_0x5986a3(0x187)]=!0x0,_0x2b9155&&_0x2b9155[_0x5986a3(0x274)]){const _0x51ff9b=_0x2b9155[_0x5986a3(0x274)],_0x17e48f=this[_0x5986a3(0x157)](_0x51ff9b[_0x5986a3(0x17f)]);_0x5d945a[_0x5986a3(0x1cd)]=_0x51ff9b[_0x5986a3(0x234)],_0x5d945a[_0x5986a3(0x1f5)]=_0x17e48f,_0x5d945a[_0x5986a3(0x225)]=!0x0;}else _0x5d945a[_0x5986a3(0x1cd)]=_0x47d571[_0x5986a3(0x234)];switch(_0x47d571[_0x5986a3(0x250)]&&(_0x5d945a[_0x5986a3(0x250)]=_0x47d571[_0x5986a3(0x250)]),_0x47d571[_0x5986a3(0x1ec)]&&(_0x5d945a[_0x5986a3(0x1ec)]=_0x47d571[_0x5986a3(0x1ec)]),this[_0x5986a3(0x26e)]&&this[_0x5986a3(0x26e)][_0x5986a3(0x2a0)]||(_0x5d945a[_0x5986a3(0x1d7)]=!0x0),this[_0x5986a3(0x2c4)][_0x5986a3(0x190)](_0x5d945a)){case _0x5986a3(0x26a):this[_0x5986a3(0x2c4)][_0x5986a3(0x217)](_0x5d945a,_0x5986a3(0x1ef));break;case _0x5986a3(0x29c):_0x5d945a[_0x5986a3(0x28f)]?(this[_0x5986a3(0x2ee)](new Set([_0x5d945a])),this[_0x5986a3(0x2a4)](new Set([_0x5d945a])),this[_0x5986a3(0x2c4)][_0x5986a3(0x217)](_0x5d945a,_0x5986a3(0x25f)),this[_0x5986a3(0x2bb)](_0x5986a3(0x2c0),_0x5d945a)):this[_0x5986a3(0x2c4)][_0x5986a3(0x217)](_0x5d945a,_0x5986a3(0x1e4));}return _0x5d945a;}[_0x5d50be(0x2a3)](_0xa3d5c3){const _0x3ef6dd=_0x5d50be;this[_0x3ef6dd(0x22e)](()=>{const _0x5c17d1=_0x3ef6dd;this[_0x5c17d1(0x29f)][_0x5c17d1(0x287)][_0x5c17d1(0x2e8)](()=>{const _0x48d0b4=_0x5c17d1;for(const _0x29856a of _0xa3d5c3[_0x48d0b4(0x22f)]())_0x29856a[_0x48d0b4(0x19f)]();});});}[_0x5d50be(0x18a)](_0x3c3725){const _0x293925=_0x5d50be;this[_0x293925(0x22e)](()=>{const _0xf92885=_0x293925;this[_0xf92885(0x29f)][_0xf92885(0x287)][_0xf92885(0x2e8)](()=>{const _0x242227=_0xf92885;for(const _0x5e8fde of _0x3c3725[_0x242227(0x22f)]())_0x5e8fde[_0x242227(0x18e)]();});});}[_0x5d50be(0x2b4)](_0xbb5e1a,_0x7ec7e4){const _0x752b98=_0x5d50be,_0x90286=this[_0x752b98(0x29f)][_0x752b98(0x26c)][_0x752b98(0x190)](_0xbb5e1a);if(!_0x90286)throw new _0x4dd444(_0x752b98(0x19b),this,{'commandName':_0xbb5e1a});if(this[_0x752b98(0x1df)][_0x752b98(0x1a0)](_0x90286))throw new _0x4dd444(_0x752b98(0x20e),this,{'commandName':_0xbb5e1a});this[_0x752b98(0x1df)][_0x752b98(0x2af)](_0x90286),_0x7ec7e4&&_0x90286['on'](_0x752b98(0x1e9),(_0x4bf319,_0x184602)=>{const _0x2d0d85=_0x752b98;this[_0x2d0d85(0x218)][_0x2d0d85(0x18b)]&&(this[_0x2d0d85(0x1ea)]||(_0x184602[_0x2d0d85(0x28d)]>0x0&&_0x184602[_0x184602[_0x2d0d85(0x28d)]-0x1]&&_0x184602[_0x184602[_0x2d0d85(0x28d)]-0x1][_0x2d0d85(0x22e)]?_0x184602[_0x2d0d85(0x284)]():(_0x4bf319[_0x2d0d85(0x184)]=_0x7ec7e4((..._0x4227e6)=>_0x90286[_0x2d0d85(0x1e9)](..._0x4227e6,{'forceDefaultExecution':!0x0}),..._0x184602),_0x4bf319[_0x2d0d85(0x182)]())));},{'priority':_0x752b98(0x261)});}[_0x5d50be(0x22e)](_0x31324f){const _0x52369f=_0x5d50be;let _0x27c2f7,_0x4e82f5;const _0x24f435=this[_0x52369f(0x1ea)];this[_0x52369f(0x1ea)]=!0x0;try{_0x27c2f7=_0x31324f();}catch(_0x1e7e10){_0x4e82f5=_0x1e7e10;}return _0x24f435||(this[_0x52369f(0x1ea)]=!0x1),_0x4e82f5&&_0x4dd444[_0x52369f(0x273)](_0x4e82f5,this),_0x27c2f7;}[_0x5d50be(0x1ba)](_0x1146e0,_0x5e8a03=null,_0x2fcb5c={}){const _0x59f803=_0x5d50be;if(_0x1146e0[_0x59f803(0x153)])return null;const _0x3dc1ea=this[_0x59f803(0x29f)][_0x59f803(0x1f4)][_0x59f803(0x190)](_0x59f803(0x2ab))['me'];for(const {suggestion:_0x60d9f8,meta:_0x3380af}of this[_0x59f803(0x294)](_0x1146e0,_0x59f803(0x17b)))if(_0x3380af[_0x59f803(0x1fb)]){if(!_0x3380af[_0x59f803(0x2eb)]){if(_0x3380af[_0x59f803(0x289)]){if(!this[_0x59f803(0x2da)]||!Pt(_0x60d9f8,_0x2fcb5c))continue;return _0x60d9f8;}if(Pt(_0x60d9f8,_0x2fcb5c))return _0x60d9f8;this[_0x59f803(0x149)](_0x60d9f8,_0x1146e0[_0x59f803(0x1c4)],_0x1146e0[_0x59f803(0x226)]);break;}if(_0x5e8a03==_0x60d9f8[_0x59f803(0x169)]&&Pt(_0x60d9f8,_0x2fcb5c)){const _0x95f1ca=_0x60d9f8[_0x59f803(0x152)]();return _0x95f1ca[_0x59f803(0x1c4)][_0x59f803(0x298)](_0x1146e0[_0x59f803(0x226)])?this[_0x59f803(0x1c9)](_0x60d9f8,this[_0x59f803(0x192)][_0x59f803(0x22d)](_0x1146e0[_0x59f803(0x1c4)],_0x95f1ca[_0x59f803(0x226)])):this[_0x59f803(0x1c9)](_0x60d9f8,this[_0x59f803(0x192)][_0x59f803(0x22d)](_0x95f1ca[_0x59f803(0x1c4)],_0x1146e0[_0x59f803(0x226)])),_0x60d9f8;}}const _0x47da05=_0x39e5b3(),_0x334673=_0x3dc1ea['id'],_0x113ea9=_0x5e8a03?_0x59f803(0x276)+_0x5e8a03:_0x59f803(0x17b),_0x38ef89=this[_0x59f803(0x210)]({'id':_0x47da05,'type':_0x113ea9,'createdAt':new Date(),'authorId':_0x334673,'attributes':_0x2fcb5c});return this[_0x59f803(0x215)](_0x113ea9,_0x47da05,_0x334673,_0x1146e0),_0x38ef89;}[_0x5d50be(0x267)](_0x495188,_0xa55622=_0x5d50be(0x178),_0x2d72d8={}){const _0x350a95=_0x5d50be,_0xddd2ca=this[_0x350a95(0x29f)][_0x350a95(0x1f4)][_0x350a95(0x190)](_0x350a95(0x2ab))['me'],_0x366b97=this[_0x350a95(0x1a5)][_0x350a95(0x181)](_0x350a95(0x17b),_0xa55622,_0x350a95(0x17e));for(const _0x3095e6 of this[_0x350a95(0x2a6)]())if(_0x3095e6[_0x350a95(0x1f5)]['id']==_0xddd2ca['id']&&_0x350a95(0x17b)==_0x3095e6[_0x350a95(0x232)]&&_0x3095e6[_0x350a95(0x169)]==_0xa55622&&Pt(_0x3095e6,_0x2d72d8)&&(_0x366b97(_0x3095e6[_0x350a95(0x2de)](),_0x495188)||_0x366b97(_0x495188,_0x3095e6[_0x350a95(0x2de)]()))){for(const _0x3bb4cc of _0x495188)_0x3095e6[_0x350a95(0x2ae)](_0x3bb4cc);return _0x3095e6;}for(const {suggestion:_0x26d6a7,meta:_0x1b087c}of this[_0x350a95(0x294)](_0x495188,_0x350a95(0x17b))){if(!_0x1b087c[_0x350a95(0x1fb)])continue;if(!this[_0x350a95(0x2da)]&&_0x1b087c[_0x350a95(0x289)])continue;if(!Pt(_0x26d6a7,_0x2d72d8))continue;let _0x29e37e=!0x0;for(const _0x411e6b of _0x26d6a7[_0x350a95(0x2de)]())for(const _0x3ab799 of _0x495188)if(!_0x411e6b[_0x350a95(0x1c3)](_0x3ab799)){_0x29e37e=!0x1;break;}if(_0x29e37e)return _0x26d6a7;}const _0x33bf0f=_0x39e5b3(),_0x2f0687=_0xddd2ca['id'],_0x58576d=_0x350a95(0x276)+_0xa55622,_0x36ca83=this[_0x350a95(0x210)]({'id':_0x33bf0f,'type':_0x58576d,'createdAt':new Date(),'authorId':_0x2f0687,'attributes':_0x2d72d8});for(const _0x53207f of _0x495188)this[_0x350a95(0x215)](_0x58576d,_0x33bf0f,_0x2f0687,_0x53207f,_0x467d19[_0x350a95(0x1ce)]());return _0x36ca83;}[_0x5d50be(0x243)](_0x22ac6c,_0x1856ce,_0x400f1c=null,_0x10877d={}){const _0x30880f=_0x5d50be;if(_0x400f1c=_0x400f1c||Et(_0x1856ce),_0x22ac6c[_0x30880f(0x153)])return null;if(_0x30880f(0x24e)===this[_0x30880f(0x2ea)]){const _0x335455=this[_0x30880f(0x1a5)][_0x30880f(0x181)](_0x30880f(0x2c3),_0x400f1c,_0x30880f(0x19f));return this[_0x30880f(0x22e)](()=>_0x335455([_0x22ac6c],_0x1856ce,_0x10877d)),null;}const _0x2ac7bf=this[_0x30880f(0x29f)][_0x30880f(0x1f4)][_0x30880f(0x190)](_0x30880f(0x2ab))['me'],_0x44c621=[];if(_0x30880f(0x1b5)!==this[_0x30880f(0x2ea)]){for(const {suggestion:_0x45eccb,meta:_0x203157}of this[_0x30880f(0x294)](_0x22ac6c,_0x30880f(0x17b)))_0x203157[_0x30880f(0x1fb)]&&!_0x203157[_0x30880f(0x240)]&&_0x44c621[_0x30880f(0x222)](..._0x45eccb[_0x30880f(0x2de)]());}const _0x3c9320=function(_0x1871ad,_0x32c328){const _0x52ffc7=_0x30880f,_0xac6347=[];for(const _0x4ed5dc of _0x32c328){const _0x553dec=_0x1871ad[_0x52ffc7(0x1a3)](_0x4ed5dc);_0x553dec&&_0xac6347[_0x52ffc7(0x222)](_0x553dec);}return _0xac6347;}(_0x22ac6c,_0x44c621),_0x5c1fb6=function(_0x56f3da,_0x1a4d90){const _0x55b693=_0x30880f,_0x53e610=[_0x56f3da];for(const _0xee0733 of _0x1a4d90){let _0x1aa162=0x0;for(;_0x1aa162<_0x53e610[_0x55b693(0x28d)];){const _0x37b077=_0x53e610[_0x1aa162][_0x55b693(0x2c7)](_0xee0733);_0x53e610[_0x55b693(0x25d)](_0x1aa162,0x1,..._0x37b077),_0x1aa162+=_0x37b077[_0x55b693(0x28d)];}}return _0x53e610;}(_0x22ac6c,_0x44c621);_0x3c9320[_0x30880f(0x28d)]&&this[_0x30880f(0x192)][_0x30880f(0x2e8)](()=>{const _0x94d386=_0x30880f;for(const _0x2ff567 of _0x3c9320){const _0x485654=this[_0x94d386(0x1a5)][_0x94d386(0x181)](_0x94d386(0x2c3),_0x400f1c,_0x94d386(0x19f));this[_0x94d386(0x22e)](()=>_0x485654([_0x2ff567],_0x1856ce,_0x10877d));}});for(const _0x2a744d of _0x5c1fb6){let _0x4dd49d=null,_0x169a94=_0x2a744d[_0x30880f(0x1c4)],_0x35b314=_0x2a744d[_0x30880f(0x226)];for(const {suggestion:_0x7da139,meta:_0x59249f}of this[_0x30880f(0x294)](_0x2a744d,_0x30880f(0x2c3))){if(!_0x59249f[_0x30880f(0x1fb)])continue;if(_0x7da139[_0x30880f(0x169)]!=_0x400f1c)continue;if(!Pt(_0x7da139,_0x10877d))continue;const _0x5c236f=_0x7da139[_0x30880f(0x152)]();if(_0x5c236f[_0x30880f(0x1c3)](_0x2a744d,!0x0))return null;_0x169a94=_0x169a94[_0x30880f(0x22b)](_0x5c236f[_0x30880f(0x1c4)])?_0x169a94:_0x5c236f[_0x30880f(0x1c4)],_0x35b314=_0x35b314[_0x30880f(0x20c)](_0x5c236f[_0x30880f(0x226)])?_0x35b314:_0x5c236f[_0x30880f(0x226)],_0x4dd49d?_0x5c236f[_0x30880f(0x1c4)][_0x30880f(0x22b)](_0x4dd49d[_0x30880f(0x152)]()[_0x30880f(0x1c4)])?(_0x4dd49d[_0x30880f(0x2c1)](),_0x4dd49d=_0x7da139):_0x7da139[_0x30880f(0x2c1)]():_0x4dd49d=_0x7da139;}const _0x5cd633=this[_0x30880f(0x192)][_0x30880f(0x22d)](_0x169a94,_0x35b314);if(_0x4dd49d)this[_0x30880f(0x1c9)](_0x4dd49d,_0x5cd633);else{const _0x25d61e=_0x39e5b3(),_0x5cd276=_0x2ac7bf['id'];this[_0x30880f(0x210)]({'id':_0x25d61e,'type':_0x30880f(0x2b2)+_0x400f1c,'data':_0x1856ce,'createdAt':new Date(),'authorId':_0x5cd276,'attributes':_0x10877d}),this[_0x30880f(0x215)](_0x30880f(0x2b2)+_0x400f1c,_0x25d61e,_0x5cd276,_0x5cd633);}}return null;}[_0x5d50be(0x246)](_0x5bfa13,_0x669bc2,_0x2504c3=[],_0x24b802=null,_0x1c866c={}){const _0x2d0873=_0x5d50be;_0x669bc2[_0x2d0873(0x2cb)]||(_0x669bc2[_0x2d0873(0x2cb)]=_0x669bc2[_0x2d0873(0x193)]),_0x669bc2[_0x2d0873(0x23f)]=_0x5bfa13['is'](_0x2d0873(0x1a4)),_0x24b802=_0x24b802||Et(_0x669bc2);const _0x5e73a7=_0x2504c3[_0x2d0873(0x17d)](_0xcf660d=>Ot(_0xcf660d,this[_0x2d0873(0x192)])),_0x1f681c=_0x5bfa13['is'](_0x2d0873(0x1a4))?_0x5bfa13:Ot(_0x5bfa13,this[_0x2d0873(0x192)]);if(_0x2d0873(0x24e)===this[_0x2d0873(0x2ea)]){const _0x721c21=this[_0x2d0873(0x1a5)][_0x2d0873(0x181)](_0x2d0873(0x1fa),_0x24b802,_0x2d0873(0x19f));return this[_0x2d0873(0x22e)](()=>_0x721c21([_0x1f681c],_0x669bc2,_0x1c866c)),null;}_0x5e73a7[_0x2d0873(0x222)](_0x1f681c);let _0x4a6091=!0x0;for(const _0x96f793 of _0x5e73a7)if(!this[_0x2d0873(0x1ff)](_0x96f793)){_0x4a6091=!0x1;break;}if(_0x4a6091&&_0x2d0873(0x1b5)!==this[_0x2d0873(0x2ea)]){const _0xb8eaae=this[_0x2d0873(0x1a5)][_0x2d0873(0x181)](_0x2d0873(0x1fa),_0x24b802,_0x2d0873(0x19f));return this[_0x2d0873(0x22e)](()=>_0xb8eaae([_0x1f681c],_0x669bc2,_0x1c866c)),null;}let _0x19f229=null,_0x412c6d=_0x1f681c[_0x2d0873(0x1c4)],_0x127646=_0x1f681c[_0x2d0873(0x226)];for(const {suggestion:_0xa31034,meta:_0x277954}of this[_0x2d0873(0x294)](_0x1f681c,_0x2d0873(0x1fa))){if(!_0x277954[_0x2d0873(0x1fb)])continue;if(_0x277954[_0x2d0873(0x2eb)]||_0x277954[_0x2d0873(0x289)]||_0x277954[_0x2d0873(0x240)])continue;if(_0xa31034[_0x2d0873(0x250)][_0x2d0873(0x2cb)]!=_0x669bc2[_0x2d0873(0x2cb)])continue;if(!Pt(_0xa31034,_0x1c866c))continue;const _0x535cb4=_0xa31034[_0x2d0873(0x152)]();if(_0xa31034[_0x2d0873(0x169)]==_0x24b802){if(_0x535cb4[_0x2d0873(0x1c3)](_0x1f681c,!0x0))return null;_0x412c6d=_0x412c6d[_0x2d0873(0x22b)](_0x535cb4[_0x2d0873(0x1c4)])?_0x412c6d:_0x535cb4[_0x2d0873(0x1c4)],_0x127646=_0x127646[_0x2d0873(0x20c)](_0x535cb4[_0x2d0873(0x226)])?_0x127646:_0x535cb4[_0x2d0873(0x226)],_0x19f229?_0x535cb4[_0x2d0873(0x1c4)][_0x2d0873(0x22b)](_0x19f229[_0x2d0873(0x152)]()[_0x2d0873(0x1c4)])?(_0x19f229[_0x2d0873(0x2c1)](),_0x19f229=_0xa31034):_0xa31034[_0x2d0873(0x2c1)]():_0x19f229=_0xa31034;}else{const _0x3ffac9=_0x1f681c[_0x2d0873(0x1a3)](_0x535cb4);this[_0x2d0873(0x235)](_0xa31034,_0x3ffac9);}}const _0x262b55=this[_0x2d0873(0x29f)][_0x2d0873(0x1f4)][_0x2d0873(0x190)](_0x2d0873(0x2ab))['me'],_0x20b18d=_0x39e5b3(),_0x29dcd5=_0x262b55['id'];if(_0x19f229)return this[_0x2d0873(0x1c9)](_0x19f229,this[_0x2d0873(0x192)][_0x2d0873(0x22d)](_0x412c6d,_0x127646)),_0x19f229;{const _0x1ba64b=this[_0x2d0873(0x210)]({'id':_0x20b18d,'type':_0x2d0873(0x288)+_0x24b802,'data':_0x669bc2,'createdAt':new Date(),'authorId':_0x29dcd5,'attributes':_0x1c866c});return this[_0x2d0873(0x215)](_0x2d0873(0x288)+_0x24b802,_0x20b18d,_0x29dcd5,this[_0x2d0873(0x192)][_0x2d0873(0x22d)](_0x412c6d,_0x127646)),_0x1ba64b;}}[_0x5d50be(0x270)](_0x3ecce3,_0x5574cc,_0x484e96=[],_0x1b00ef=null,_0x230a0a={}){const _0x4eb2be=_0x5d50be;_0x5574cc[_0x4eb2be(0x2cb)]||(_0x5574cc[_0x4eb2be(0x2cb)]=_0x5574cc[_0x4eb2be(0x193)]);const _0x4c57cd=_0x3ecce3[0x0];_0x5574cc[_0x4eb2be(0x23f)]=_0x4c57cd['is'](_0x4eb2be(0x1a4)),_0x1b00ef=_0x1b00ef||Et(_0x5574cc);const _0x1bfb03=_0x484e96[_0x4eb2be(0x17d)](_0x2f7e86=>Ot(_0x2f7e86,this[_0x4eb2be(0x192)])),_0x586c79=_0x4c57cd['is'](_0x4eb2be(0x1a4))?_0x3ecce3:_0x3ecce3[_0x4eb2be(0x17d)](_0x445bc5=>Ot(_0x445bc5,this[_0x4eb2be(0x192)]));if(_0x4eb2be(0x24e)===this[_0x4eb2be(0x2ea)]){const _0x481052=this[_0x4eb2be(0x1a5)][_0x4eb2be(0x181)](_0x4eb2be(0x1fa),_0x1b00ef,_0x4eb2be(0x19f));return this[_0x4eb2be(0x22e)](()=>_0x481052(_0x586c79,_0x5574cc,_0x230a0a)),null;}_0x1bfb03[_0x4eb2be(0x222)](..._0x586c79);let _0x783a76=!0x0;for(const _0x1440fd of _0x1bfb03)if(!this[_0x4eb2be(0x1ff)](_0x1440fd)){_0x783a76=!0x1;break;}if(_0x783a76&&_0x4eb2be(0x1b5)!==this[_0x4eb2be(0x2ea)]){const _0x47c10e=this[_0x4eb2be(0x1a5)][_0x4eb2be(0x181)](_0x4eb2be(0x1fa),_0x1b00ef,_0x4eb2be(0x19f));return this[_0x4eb2be(0x22e)](()=>_0x47c10e(_0x586c79,_0x5574cc,_0x230a0a)),null;}const _0x1102e7=this[_0x4eb2be(0x29f)][_0x4eb2be(0x1f4)][_0x4eb2be(0x190)](_0x4eb2be(0x2ab))['me'];for(const _0x27fcbf of this[_0x4eb2be(0x2a6)]()){if(_0x27fcbf[_0x4eb2be(0x1f5)]['id']!=_0x1102e7['id'])continue;if(_0x4eb2be(0x1fa)!=_0x27fcbf[_0x4eb2be(0x232)]||_0x27fcbf[_0x4eb2be(0x250)][_0x4eb2be(0x2cb)]!=_0x5574cc[_0x4eb2be(0x2cb)])continue;if(!Pt(_0x27fcbf,_0x230a0a))continue;const _0x38c61f=_0x27fcbf[_0x4eb2be(0x169)]==_0x1b00ef;for(let _0x425c1c=0x0;_0x425c1c<_0x586c79[_0x4eb2be(0x28d)];_0x425c1c++){const _0x7cd84e=_0x586c79[_0x425c1c];for(const _0x14894d of _0x27fcbf[_0x4eb2be(0x21b)]()){const _0x2141f9=_0x14894d[_0x4eb2be(0x1e3)]();if(_0x7cd84e[_0x4eb2be(0x298)](_0x2141f9)){_0x38c61f?(_0x586c79[_0x4eb2be(0x25d)](_0x425c1c,0x1),_0x425c1c--):_0x27fcbf[_0x4eb2be(0x257)](_0x14894d[_0x4eb2be(0x262)]);break;}}}}if(0x0==_0x586c79[_0x4eb2be(0x28d)])return null;const _0x59c145=this[_0x4eb2be(0x1a5)][_0x4eb2be(0x181)](_0x4eb2be(0x1fa),_0x1b00ef,_0x4eb2be(0x17e));for(const _0x27a7e4 of this[_0x4eb2be(0x2a6)]())if(_0x27a7e4[_0x4eb2be(0x1f5)]['id']==_0x1102e7['id']&&_0x4eb2be(0x1fa)==_0x27a7e4[_0x4eb2be(0x232)]&&_0x27a7e4[_0x4eb2be(0x250)][_0x4eb2be(0x2cb)]==_0x5574cc[_0x4eb2be(0x2cb)]&&_0x27a7e4[_0x4eb2be(0x169)]==_0x1b00ef&&Pt(_0x27a7e4,_0x230a0a)&&(_0x59c145(_0x27a7e4[_0x4eb2be(0x2de)](),_0x586c79)||_0x59c145(_0x586c79,_0x27a7e4[_0x4eb2be(0x2de)]()))){for(const _0x48aa07 of _0x586c79)_0x27a7e4[_0x4eb2be(0x2ae)](_0x48aa07);return _0x27a7e4;}const _0x2413f2=_0x39e5b3(),_0xff25c9=_0x1102e7['id'],_0x51c515=_0x4eb2be(0x288)+_0x1b00ef,_0x291705=this[_0x4eb2be(0x210)]({'id':_0x2413f2,'type':_0x51c515,'data':_0x5574cc,'createdAt':new Date(),'authorId':_0xff25c9,'attributes':_0x230a0a});for(const _0x5b1970 of _0x586c79)this[_0x4eb2be(0x215)](_0x51c515,_0x2413f2,_0xff25c9,_0x5b1970,_0x467d19[_0x4eb2be(0x1ce)]());return _0x291705;}[_0x5d50be(0x237)](_0x1ae9f4,_0x2c3925=null,_0x2cb575={}){const _0x553e43=_0x5d50be;if(_0x1ae9f4[_0x553e43(0x153)])return null;const _0x2034c8=this[_0x553e43(0x29f)][_0x553e43(0x1f4)][_0x553e43(0x190)](_0x553e43(0x2ab))['me'],_0x4f60b6=new _0x691cb2(_0x1ae9f4[_0x553e43(0x1c4)],_0x1ae9f4[_0x553e43(0x226)]);for(const {suggestion:_0x3c88d3,meta:_0x59754e}of this[_0x553e43(0x294)](_0x4f60b6,_0x553e43(0x17b)))if(_0x59754e[_0x553e43(0x1fb)]&&!_0x59754e[_0x553e43(0x2eb)]){if(_0x3c88d3[_0x553e43(0x1bc)]){const _0x3c8847=_0x3c88d3[_0x553e43(0x2de)]()[_0x553e43(0x146)](_0x40c2c0=>_0x553e43(0x172)!=_0x40c2c0[_0x553e43(0x2d2)][_0x553e43(0x16e)]);_0x3c8847[_0x553e43(0x24d)](_0x1d7881=>_0x4f60b6[_0x553e43(0x1c3)](_0x1d7881,!0x0))&&_0x3c88d3[_0x553e43(0x18e)]();if(_0x3c8847[_0x553e43(0x167)](_0x1b76ff=>_0x1b76ff[_0x553e43(0x1c3)](_0x4f60b6,!0x0))){const _0x4c7c18=this[_0x553e43(0x1a5)][_0x553e43(0x181)](_0x553e43(0x188),_0x2c3925,_0x553e43(0x19f));return this[_0x553e43(0x22e)](()=>_0x4c7c18([_0x4f60b6],null,_0x2cb575)),null;}}else{const _0x136677=_0x4f60b6[_0x553e43(0x1a3)](_0x3c88d3[_0x553e43(0x152)]());null!==_0x136677&&_0x3c88d3[_0x553e43(0x264)]([_0x136677],null,_0x2cb575);}}if(_0x4f60b6[_0x553e43(0x1ad)](),_0x4f60b6[_0x553e43(0x153)]||_0x553e43(0x172)==_0x4f60b6[_0x553e43(0x2d2)][_0x553e43(0x16e)])return null;let _0x35152e=null,_0x1ef314=_0x4f60b6[_0x553e43(0x1c4)],_0x567c59=_0x4f60b6[_0x553e43(0x226)];const _0x331c62=this[_0x553e43(0x294)](_0x4f60b6,_0x553e43(0x188));for(const {suggestion:_0x55eb75,meta:_0x49ec51}of _0x331c62){const _0x537fed=this[_0x553e43(0x192)][_0x553e43(0x22d)](_0x1ef314,_0x567c59);if(_0x49ec51[_0x553e43(0x1fb)]&&(this[_0x553e43(0x2da)]||!_0x49ec51[_0x553e43(0x289)]&&!_0x49ec51[_0x553e43(0x240)])){if(_0x55eb75[_0x553e43(0x1bc)]){if(!Pt(_0x55eb75,_0x2cb575))continue;let _0x21e986=!0x0;for(const _0x50f920 of _0x55eb75[_0x553e43(0x2de)]()){if(_0x50f920[_0x553e43(0x1c3)](_0x537fed,!0x0))return _0x55eb75;_0x537fed[_0x553e43(0x1c3)](_0x50f920)||(_0x21e986=!0x1);}_0x21e986&&_0x55eb75[_0x553e43(0x18e)]();}else{const _0x36e240=_0x55eb75[_0x553e43(0x152)]();if(_0x36e240[_0x553e43(0x1c3)](_0x537fed,!0x0))return _0x55eb75;if(!Pt(_0x55eb75,_0x2cb575)){_0x537fed[_0x553e43(0x1c3)](_0x36e240)?_0x55eb75[_0x553e43(0x2c1)]():_0x36e240[_0x553e43(0x1ed)](_0x1ef314)?_0x1ef314=_0x36e240[_0x553e43(0x226)]:_0x36e240[_0x553e43(0x1ed)](_0x567c59)&&(_0x567c59=_0x36e240[_0x553e43(0x1c4)]);continue;}_0x1ef314=_0x1ef314[_0x553e43(0x22b)](_0x36e240[_0x553e43(0x1c4)])?_0x1ef314:_0x36e240[_0x553e43(0x1c4)],_0x567c59=_0x567c59[_0x553e43(0x20c)](_0x36e240[_0x553e43(0x226)])?_0x567c59:_0x36e240[_0x553e43(0x226)],_0x2cb575=Object[_0x553e43(0x277)]({},_0x55eb75[_0x553e43(0x1ec)]),_0x35152e?_0x36e240[_0x553e43(0x1c4)][_0x553e43(0x22b)](_0x35152e[_0x553e43(0x152)]()[_0x553e43(0x1c4)])?(_0x35152e[_0x553e43(0x2c1)](),_0x35152e=_0x55eb75):_0x55eb75[_0x553e43(0x2c1)]():_0x35152e=_0x55eb75;}}}if(_0x35152e)return this[_0x553e43(0x1c9)](_0x35152e,this[_0x553e43(0x192)][_0x553e43(0x22d)](_0x1ef314,_0x567c59)),_0x35152e;{const _0x228a8a=_0x39e5b3(),_0xb136f7=this[_0x553e43(0x192)][_0x553e43(0x22d)](_0x1ef314,_0x567c59),_0x524f78=_0x2034c8['id'],_0x43030c=_0x2c3925?_0x553e43(0x23a)+_0x2c3925:_0x553e43(0x188),_0x891172=this[_0x553e43(0x210)]({'id':_0x228a8a,'type':_0x43030c,'createdAt':new Date(),'authorId':_0x524f78,'attributes':_0x2cb575});return this[_0x553e43(0x215)](_0x43030c,_0x228a8a,_0x524f78,_0xb136f7),_0x891172;}}[_0x5d50be(0x2ac)](_0x16e973,_0x310a05=_0x5d50be(0x178),_0x23f6f0={}){const _0x61e487=_0x5d50be,_0x2feed1=this[_0x61e487(0x29f)][_0x61e487(0x1f4)][_0x61e487(0x190)](_0x61e487(0x2ab))['me'],_0x414c88=_0x16e973[_0x61e487(0x17d)](_0x54dbd9=>new _0x691cb2(_0x54dbd9[_0x61e487(0x1c4)],_0x54dbd9[_0x61e487(0x226)])),_0x17764d=new Set();for(const {suggestion:_0x457e88,meta:_0x41d528}of this[_0x61e487(0x294)](_0x414c88,_0x61e487(0x17b)))_0x41d528[_0x61e487(0x1fb)]&&!_0x41d528[_0x61e487(0x2eb)]&&_0x17764d[_0x61e487(0x2af)](_0x457e88);for(const _0x39182f of _0x17764d)if(_0x39182f[_0x61e487(0x1bc)]){const _0x23d117=_0x39182f[_0x61e487(0x2de)]();(!_0x39182f[_0x61e487(0x1ec)]||!_0x39182f[_0x61e487(0x1ec)][_0x61e487(0x1d0)])&&(_0x23d117[_0x61e487(0x24d)](_0x335ee1=>_0x414c88[_0x61e487(0x167)](_0x1f8ed8=>_0x1f8ed8[_0x61e487(0x1c3)](_0x335ee1,!0x0)))&&_0x39182f[_0x61e487(0x18e)]());if(_0x414c88[_0x61e487(0x24d)](_0x19a676=>_0x23d117[_0x61e487(0x167)](_0x2baab6=>_0x2baab6[_0x61e487(0x1c3)](_0x19a676,!0x0)))){const _0x5ebeaa=this[_0x61e487(0x1a5)][_0x61e487(0x181)](_0x61e487(0x188),_0x310a05,_0x61e487(0x19f));return this[_0x61e487(0x22e)](()=>_0x5ebeaa(_0x16e973,null,_0x23f6f0)),null;}}else{const _0x30bf93=_0x39182f[_0x61e487(0x152)]();_0x414c88[_0x61e487(0x167)](_0x30e1ab=>_0x30e1ab[_0x61e487(0x1c3)](_0x30bf93,!0x0))&&_0x39182f[_0x61e487(0x18e)]();if(_0x414c88[_0x61e487(0x24d)](_0xe01c55=>_0x30bf93[_0x61e487(0x1c3)](_0xe01c55,!0x0))){const _0x29d8d0=this[_0x61e487(0x1a5)][_0x61e487(0x181)](_0x61e487(0x188),_0x310a05,_0x61e487(0x19f));return this[_0x61e487(0x22e)](()=>_0x29d8d0(_0x414c88,null,_0x23f6f0)),null;}}const _0x5d1c1c=this[_0x61e487(0x1a5)][_0x61e487(0x181)](_0x61e487(0x188),_0x310a05,_0x61e487(0x17e));let _0x1acaf8=null;for(const _0x408bc9 of this[_0x61e487(0x2a6)]())if(_0x408bc9[_0x61e487(0x1f5)]['id']==_0x2feed1['id']&&_0x408bc9[_0x61e487(0x28f)]&&_0x61e487(0x188)==_0x408bc9[_0x61e487(0x232)]&&_0x408bc9[_0x61e487(0x169)]==_0x310a05&&Pt(_0x408bc9,_0x23f6f0)&&(_0x5d1c1c(_0x408bc9[_0x61e487(0x2de)](),_0x414c88)||_0x5d1c1c(_0x414c88,_0x408bc9[_0x61e487(0x2de)]()))){if(_0x1acaf8){if(_0x408bc9[_0x61e487(0x2b9)]&&_0x408bc9[_0x61e487(0x2b9)][_0x61e487(0x28d)])continue;for(const _0x2e3b97 of _0x408bc9[_0x61e487(0x2de)]())_0x1acaf8[_0x61e487(0x162)](_0x2e3b97)||_0x1acaf8[_0x61e487(0x2ae)](_0x2e3b97);_0x408bc9[_0x61e487(0x2c1)]();}else{_0x1acaf8=_0x408bc9;for(const _0x2067f1 of _0x414c88)_0x408bc9[_0x61e487(0x162)](_0x2067f1)||_0x408bc9[_0x61e487(0x2ae)](_0x2067f1);}}if(_0x1acaf8)return _0x1acaf8;_0x17764d[_0x61e487(0x183)]();for(const {suggestion:_0x1c86c1,meta:_0x8b16aa}of this[_0x61e487(0x294)](_0x414c88,_0x61e487(0x188)))_0x8b16aa[_0x61e487(0x1fb)]&&(this[_0x61e487(0x2da)]||!_0x8b16aa[_0x61e487(0x289)]&&!_0x8b16aa[_0x61e487(0x240)])&&Pt(_0x1c86c1,_0x23f6f0)&&_0x17764d[_0x61e487(0x2af)](_0x1c86c1);for(const _0x4355ae of _0x17764d){const _0x18321b=_0x4355ae[_0x61e487(0x2de)]();if(!_0x23f6f0||!_0x23f6f0[_0x61e487(0x1d0)]){if(_0x414c88[_0x61e487(0x24d)](_0x37d244=>_0x18321b[_0x61e487(0x167)](_0x402775=>_0x402775[_0x61e487(0x1c3)](_0x37d244,!0x0))))return _0x4355ae;}(!_0x4355ae[_0x61e487(0x1ec)]||!_0x4355ae[_0x61e487(0x1ec)][_0x61e487(0x1d0)])&&(_0x18321b[_0x61e487(0x24d)](_0x19aa93=>_0x414c88[_0x61e487(0x167)](_0x497333=>_0x497333[_0x61e487(0x1c3)](_0x19aa93,!0x0)))&&_0x4355ae[_0x61e487(0x18e)]());}const _0x1d6fef=_0x39e5b3(),_0x547698=_0x2feed1['id'],_0x2257ba=_0x61e487(0x23a)+_0x310a05,_0x2a575f=this[_0x61e487(0x210)]({'id':_0x1d6fef,'type':_0x2257ba,'createdAt':new Date(),'authorId':_0x547698,'attributes':_0x23f6f0});for(const _0x4331d6 of _0x414c88)_0x4331d6[_0x61e487(0x1ad)](),_0x4331d6[_0x61e487(0x153)]||_0x61e487(0x172)==_0x4331d6[_0x61e487(0x2d2)][_0x61e487(0x16e)]||this[_0x61e487(0x215)](_0x2257ba,_0x1d6fef,_0x547698,_0x4331d6,_0x467d19[_0x61e487(0x1ce)]());return _0x2a575f;}[_0x5d50be(0x27f)](_0x14e1ac,_0x30c3ba,_0x11cb40,_0x26ec36,_0x549181){const _0x45302b=_0x5d50be;if(_0x14e1ac[_0x45302b(0x153)])return[];if(_0x45302b(0x24e)===this[_0x45302b(0x2ea)])return[];const _0x1a29da=this[_0x45302b(0x29f)][_0x45302b(0x1f4)][_0x45302b(0x190)](_0x45302b(0x2ab))['me']['id'],_0x5ee06b=Array[_0x45302b(0x251)](this[_0x45302b(0x2b7)][_0x45302b(0x2c8)]())[_0x45302b(0x146)](_0x55e6bc=>_0x45302b(0x227)==_0x55e6bc[_0x45302b(0x232)]&&_0x55e6bc[_0x45302b(0x250)][_0x45302b(0x1e0)]==_0x30c3ba&&_0x55e6bc[_0x45302b(0x162)](_0x14e1ac));if(_0x45302b(0x1ae)===this[_0x45302b(0x2ea)]){const _0x19e0ec=this[_0x45302b(0x294)](_0x14e1ac,_0x45302b(0x17b))[_0x45302b(0x146)](({meta:_0x518a10})=>_0x518a10[_0x45302b(0x1fb)]&&!_0x518a10[_0x45302b(0x240)]&&!_0x518a10[_0x45302b(0x2eb)])[_0x45302b(0x17d)](({suggestion:_0x1001fa})=>_0x1001fa);_0x5ee06b[_0x45302b(0x2f1)](..._0x19e0ec);}const _0x35c6ac=new Map([[_0x14e1ac,_0x11cb40]]);for(const _0x2b2e8e of _0x5ee06b){const _0x4bb3e5=_0x45302b(0x227)==_0x2b2e8e[_0x45302b(0x232)]?_0x2b2e8e[_0x45302b(0x250)][_0x45302b(0x213)]:void 0x0,_0x5c3382=_0x2b2e8e[_0x45302b(0x152)](),_0x73a921=Array[_0x45302b(0x251)](_0x35c6ac[_0x45302b(0x1a1)]())[_0x45302b(0x200)](_0x37669b=>_0x37669b[_0x45302b(0x148)](_0x5c3382));if(!_0x73a921)continue;const _0xe84006=_0x73a921[_0x45302b(0x2c7)](_0x5c3382);this[_0x45302b(0x23e)](_0x30c3ba)&&_0x45302b(0x17b)==_0x2b2e8e[_0x45302b(0x232)]&&0x0!=_0xe84006[_0x45302b(0x28d)]||(_0x35c6ac[_0x45302b(0x22a)](_0x73a921),_0xe84006[_0x45302b(0x29d)](_0x4a34ea=>{const _0x52200a=_0x45302b;_0x35c6ac[_0x52200a(0x217)](_0x4a34ea,_0x11cb40);}),_0x45302b(0x17b)!=_0x2b2e8e[_0x45302b(0x232)]&&_0x4bb3e5!=_0x26ec36&&_0x35c6ac[_0x45302b(0x217)](_0x73a921[_0x45302b(0x1a3)](_0x5c3382),_0x4bb3e5));}const _0x274a54=[];for(const [_0x111222,_0x1c0e1b]of _0x35c6ac){const _0x31fb13=_0x39e5b3(),_0x54b25a={'key':_0x30c3ba,'oldValue':_0x1c0e1b,'newValue':_0x26ec36};_0x30c3ba[_0x45302b(0x28d)]>0x25&&console[_0x45302b(0x1e1)](_0x45302b(0x27a),{'key':_0x30c3ba});const _0x5a816c=(_0x45302b(0x279)+(_0x30c3ba+'|'+Et({'newValue':_0x26ec36})))[_0x45302b(0x189)](0x0,0x3c),_0x58fbcd=this[_0x45302b(0x210)]({'id':_0x31fb13,'type':_0x5a816c,'data':_0x54b25a,'createdAt':new Date(),'authorId':_0x1a29da,'attributes':_0x549181});_0x274a54[_0x45302b(0x222)](_0x58fbcd),this[_0x45302b(0x215)](_0x5a816c,_0x31fb13,_0x1a29da,_0x111222);}return _0x274a54;}[_0x5d50be(0x2db)](_0x5d8be1){const _0x1adef5=_0x5d50be;this[_0x1adef5(0x23b)][_0x1adef5(0x2af)](_0x5d8be1);}[_0x5d50be(0x2e7)](_0x3e20fb){const _0x2929e6=_0x5d50be;this[_0x2929e6(0x2d1)][_0x2929e6(0x2af)](_0x3e20fb);}[_0x5d50be(0x281)](_0xb62fab,_0x37c24b=[],_0x4a2095=[]){const _0x59c537=_0x5d50be;this[_0x59c537(0x2b4)](_0xb62fab,(_0x3ecd43,..._0x29d5f1)=>{const _0x16977c=_0x59c537;this[_0x16977c(0x1e6)](()=>{_0x3ecd43(..._0x29d5f1);});});for(const _0x45c2c3 of _0x37c24b)this[_0x59c537(0x2e7)](_0x45c2c3);for(const _0x1d1ec8 of _0x4a2095)this[_0x59c537(0x2db)](_0x1d1ec8);}[_0x5d50be(0x1b3)](_0x4a615e){const _0x801e63=_0x5d50be;return _0x801e63(0x227)==_0x4a615e[_0x801e63(0x232)]?_0x4a615e[_0x801e63(0x169)][_0x801e63(0x1cf)]('|')[0x0]:null;}[_0x5d50be(0x1c9)](_0x5774e4,_0x2a9015){const _0xf18926=_0x5d50be,_0x6270bb=_0x5774e4[_0xf18926(0x1b8)]();this[_0xf18926(0x192)][_0xf18926(0x2e8)](_0x32a9da=>{const _0x2de354=_0xf18926;_0x32a9da[_0x2de354(0x206)](_0x6270bb,{'range':_0x2a9015});});}[_0x5d50be(0x2d4)](_0x24e03d){const _0x1a5bc7=_0x5d50be,_0x2d7544=_0x24e03d['id'],_0x4a2ab2=this[_0x1a5bc7(0x29f)][_0x1a5bc7(0x2ce)][_0x1a5bc7(0x190)](_0x1a5bc7(0x14a));this[_0x1a5bc7(0x272)][_0x1a5bc7(0x1c8)](_0x2d7544)||this[_0x1a5bc7(0x272)][_0x1a5bc7(0x1f2)]({'channelId':_0x4a2ab2,'threadId':_0x2d7544,'isResolvable':!0x1,'isSubmitted':!0x0});const _0xe32cee=this[_0x1a5bc7(0x272)][_0x1a5bc7(0x26f)](_0x2d7544);_0xe32cee[_0x1a5bc7(0x163)](_0x1a5bc7(0x2c6)),_0xe32cee[_0x1a5bc7(0x2c6)]=!0x1,_0x24e03d[_0x1a5bc7(0x2b9)]=_0xe32cee;}[_0x5d50be(0x27d)](_0x119f9d,_0x229a13,_0x1359b4,_0x3c86f0){const _0x4cc205=_0x5d50be;if(_0x119f9d[_0x4cc205(0x232)]!=_0x229a13||_0x119f9d[_0x4cc205(0x169)]!=_0x1359b4||_0x119f9d[_0x4cc205(0x15b)]['id']!=_0x3c86f0)throw this[_0x4cc205(0x29f)][_0x4cc205(0x1e7)](_0x4cc205(0x220)),new _0x4dd444(_0x4cc205(0x220),this);}[_0x5d50be(0x235)](_0x483417,_0x247497){const _0x5bb87e=_0x5d50be,_0x53caa7=_0x483417[_0x5bb87e(0x152)]();if(_0x247497[_0x5bb87e(0x298)](_0x53caa7))_0x483417[_0x5bb87e(0x2c1)]();else{if(_0x53caa7[_0x5bb87e(0x1c3)](_0x247497)){const _0x26310a=this[_0x5bb87e(0x192)][_0x5bb87e(0x2e2)](_0x247497[_0x5bb87e(0x1c4)][_0x5bb87e(0x2a1)],_0x5bb87e(0x226));this[_0x5bb87e(0x1c9)](_0x483417,this[_0x5bb87e(0x192)][_0x5bb87e(0x22d)](_0x53caa7[_0x5bb87e(0x1c4)],_0x26310a));const _0x2589a7=_0x39e5b3(),_0xd0531f=_0x483417[_0x5bb87e(0x15b)]['id'],_0x191bbf=_0x483417[_0x5bb87e(0x232)]+':'+_0x483417[_0x5bb87e(0x169)];this[_0x5bb87e(0x210)]({'id':_0x2589a7,'type':_0x191bbf,'createdAt':new Date(),'authorId':_0xd0531f,'data':_0x483417[_0x5bb87e(0x250)],'attributes':_0x483417[_0x5bb87e(0x1ec)]});const _0x93a85d=this[_0x5bb87e(0x192)][_0x5bb87e(0x2e2)](_0x247497[_0x5bb87e(0x226)][_0x5bb87e(0x1eb)],_0x5bb87e(0x2df)),_0x26ee84=this[_0x5bb87e(0x192)][_0x5bb87e(0x22d)](_0x93a85d,_0x53caa7[_0x5bb87e(0x226)]);this[_0x5bb87e(0x215)](_0x191bbf,_0x2589a7,_0xd0531f,_0x26ee84);}else{if(_0x53caa7[_0x5bb87e(0x1ed)](_0x247497[_0x5bb87e(0x1c4)])){const _0x3b88fe=this[_0x5bb87e(0x192)][_0x5bb87e(0x2e2)](_0x247497[_0x5bb87e(0x1c4)][_0x5bb87e(0x2a1)],_0x5bb87e(0x226));this[_0x5bb87e(0x1c9)](_0x483417,this[_0x5bb87e(0x192)][_0x5bb87e(0x22d)](_0x53caa7[_0x5bb87e(0x1c4)],_0x3b88fe));}else{const _0x3b3d5c=this[_0x5bb87e(0x192)][_0x5bb87e(0x2e2)](_0x247497[_0x5bb87e(0x226)][_0x5bb87e(0x1eb)],_0x5bb87e(0x2df));this[_0x5bb87e(0x1c9)](_0x483417,this[_0x5bb87e(0x192)][_0x5bb87e(0x22d)](_0x3b3d5c,_0x53caa7[_0x5bb87e(0x226)]));}}}}[_0x5d50be(0x1ff)](_0xa8c81){const _0x241fda=_0x5d50be;for(const {suggestion:_0x3f6852,meta:_0x325815}of this[_0x241fda(0x294)](_0xa8c81,_0x241fda(0x17b))){if(!_0x325815[_0x241fda(0x1fb)])continue;const _0x1503e5=_0x3f6852[_0x241fda(0x2de)]();for(const _0x30ffe3 of _0x1503e5)if(!_0xa8c81[_0x241fda(0x2c7)](_0x30ffe3)[_0x241fda(0x28d)])return!0x0;}return!0x1;}[_0x5d50be(0x1f3)](_0x4957c8){const _0x1eca97=_0x5d50be,_0x5ebe6e=this[_0x1eca97(0x29f)][_0x1eca97(0x1f4)][_0x1eca97(0x190)](_0x1eca97(0x2ab))[_0x1eca97(0x2bc)](_0x4957c8);if(!_0x5ebe6e)throw new _0x4dd444(_0x1eca97(0x231),this);return _0x5ebe6e;}[_0x5d50be(0x157)](_0x761441){const _0x55c540=_0x5d50be,_0x526bb0=this[_0x55c540(0x29f)][_0x55c540(0x1f4)][_0x55c540(0x190)](_0x55c540(0x2ab)),_0x3398c0=_0x4581d0(_0x55c540(0x256)+_0x761441),_0x19f851=_0x526bb0[_0x55c540(0x2bc)](_0x3398c0);return _0x19f851||_0x526bb0[_0x55c540(0x1c1)]({'id':_0x3398c0,'name':_0x761441});}[_0x5d50be(0x260)](_0x3c3eb3,_0x12c39c,_0x24828c,_0xa6781c,_0x4662eb){const _0x48846f=_0x5d50be,_0x5bebd2=this[_0x48846f(0x1f3)](_0xa6781c),_0x226bca=this[_0x48846f(0x1a5)][_0x48846f(0x160)](_0x3c3eb3,_0x12c39c,_0x24828c,_0x5bebd2,_0x4662eb,_0x22c3e2=>{const _0x4f1c52=_0x48846f;this[_0x4f1c52(0x24f)](_0x24828c,{'attributes':_0x22c3e2});const _0x148491=this[_0x4f1c52(0x2dc)](_0x24828c);this[_0x4f1c52(0x2ee)](new Set([_0x148491])),this[_0x4f1c52(0x2a4)](new Set([_0x148491]));});return this[_0x48846f(0x2b6)](_0x226bca,_0x48846f(0x19f),()=>{const _0x59adf9=_0x48846f;this[_0x59adf9(0x24f)](_0x24828c,{'state':_0x59adf9(0x179)});},{'priority':_0x48846f(0x261)}),this[_0x48846f(0x2b6)](_0x226bca,_0x48846f(0x18e),()=>{const _0x2cfc49=_0x48846f;this[_0x2cfc49(0x24f)](_0x24828c,{'state':_0x2cfc49(0x1f9)});},{'priority':_0x48846f(0x261)}),this[_0x48846f(0x2b7)][_0x48846f(0x217)](_0x24828c,_0x226bca),this[_0x48846f(0x2c4)][_0x48846f(0x217)](_0x226bca,_0x48846f(0x26a)),_0x226bca;}[_0x5d50be(0x221)](_0x1830f3){const _0x1e6b94=_0x5d50be,_0xdd0def=_0x1830f3[_0x1e6b94(0x1cf)](':');return{'group':_0xdd0def[0x0],'type':_0xdd0def[0x1],'subType':_0xdd0def[_0x1e6b94(0x28d)]>=0x5?_0xdd0def[0x2]:null,'id':_0xdd0def[_0x1e6b94(0x28d)]<0x5?_0xdd0def[0x2]:_0xdd0def[0x3],'authorId':_0xdd0def[_0x1e6b94(0x28d)]<0x5?_0xdd0def[0x3]:_0xdd0def[0x4],'markerCount':0x6==_0xdd0def[_0x1e6b94(0x28d)]?_0xdd0def[0x5]:null};}[_0x5d50be(0x149)](_0x23dafe,_0x4e52e3,_0x5e312d){const _0x813276=_0x5d50be,_0x5cc568=_0x23dafe[_0x813276(0x152)](),_0x3359c4=_0x5cc568[_0x813276(0x1c4)],_0x18731a=_0x5cc568[_0x813276(0x226)];this[_0x813276(0x1c9)](_0x23dafe,this[_0x813276(0x192)][_0x813276(0x22d)](_0x3359c4,_0x4e52e3));const _0x343bb0=_0x39e5b3(),_0x305df3=_0x23dafe[_0x813276(0x15b)]['id'],_0x293594=_0x23dafe[_0x813276(0x232)]+(_0x23dafe[_0x813276(0x169)]?':'+_0x23dafe[_0x813276(0x169)]:'');this[_0x813276(0x210)]({'id':_0x343bb0,'type':_0x293594,'createdAt':new Date(),'authorId':_0x305df3,'originalSuggestionId':_0x23dafe['id'],'attributes':_0x23dafe[_0x813276(0x1ec)],'data':_0x23dafe[_0x813276(0x250)]});const _0x383d7e=this[_0x813276(0x1b3)](_0x23dafe);(_0x813276(0x1fa)==_0x23dafe[_0x813276(0x232)]||_0x383d7e&&this[_0x813276(0x23e)](_0x383d7e))&&(_0x5e312d=this[_0x813276(0x192)][_0x813276(0x16b)](_0x5e312d[_0x813276(0x1eb)])),this[_0x813276(0x215)](_0x293594,_0x343bb0,_0x305df3,this[_0x813276(0x192)][_0x813276(0x22d)](_0x5e312d,_0x18731a));}[_0x5d50be(0x294)](_0x58552a,_0x50b166=null){const _0x2b9cd9=_0x5d50be,_0x492cc2=[],_0xb51a93=this[_0x2b9cd9(0x29f)][_0x2b9cd9(0x1f4)][_0x2b9cd9(0x190)](_0x2b9cd9(0x2ab))['me'];Array[_0x2b9cd9(0x2e9)](_0x58552a)||(_0x58552a=[_0x58552a]);for(const _0x30040c of this[_0x2b9cd9(0x2a6)]()){if(!_0x30040c[_0x2b9cd9(0x28f)])continue;if(_0x50b166&&_0x30040c[_0x2b9cd9(0x232)]!=_0x50b166)continue;let _0x130755=!0x1;for(const _0x58f69e of _0x30040c[_0x2b9cd9(0x2de)]()){for(const _0x86ab05 of _0x58552a){const _0x185a9f=_0x86ab05[_0x2b9cd9(0x1c4)][_0x2b9cd9(0x298)](_0x58f69e[_0x2b9cd9(0x226)])||_0x86ab05[_0x2b9cd9(0x226)][_0x2b9cd9(0x298)](_0x58f69e[_0x2b9cd9(0x1c4)]);if(_0x185a9f||_0x86ab05[_0x2b9cd9(0x1a3)](_0x58f69e)){const _0x143303=_0x86ab05[_0x2b9cd9(0x1c3)](_0x58f69e)&&xt(this[_0x2b9cd9(0x192)][_0x2b9cd9(0x2b8)],_0x58f69e[_0x2b9cd9(0x1c4)],_0x86ab05),_0x14c6a5=_0x58f69e[_0x2b9cd9(0x1c3)](_0x86ab05)&&xt(this[_0x2b9cd9(0x192)][_0x2b9cd9(0x2b8)],_0x86ab05[_0x2b9cd9(0x1c4)],_0x58f69e);_0x492cc2[_0x2b9cd9(0x222)]({'suggestion':_0x30040c,'meta':{'isOwn':_0xb51a93==_0x30040c[_0x2b9cd9(0x1f5)],'isNextTo':_0x185a9f,'isInsideObject':_0x143303,'containsRangeInObject':_0x14c6a5}}),_0x130755=!0x0;break;}}if(_0x130755)break;}}return _0x492cc2;}[_0x5d50be(0x215)](_0x3c05ba,_0x4059ef,_0x18471b,_0x107295,_0xe6a50c){const _0x530f46=_0x5d50be;this[_0x530f46(0x192)][_0x530f46(0x2e8)](_0x22f439=>{const _0x47d65f=_0x530f46;let _0x350059=_0x47d65f(0x1dc)+_0x3c05ba+':'+_0x4059ef+':'+_0x18471b;_0xe6a50c&&(_0x350059=_0x350059+':'+_0xe6a50c),_0x22f439[_0x47d65f(0x1bf)](_0x350059,{'range':_0x107295,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x5d50be(0x1d3)](_0x343a11){const _0x5a7ff0=_0x5d50be,_0x24295=_0x343a11[_0x5a7ff0(0x1fd)],_0x58b7bf=_0x343a11[_0x5a7ff0(0x27e)];_0x343a11[_0x5a7ff0(0x1fd)]=null,_0x343a11[_0x5a7ff0(0x27e)]=null,null!=_0x24295&&_0x24295[_0x5a7ff0(0x27e)]==_0x343a11&&(_0x24295[_0x5a7ff0(0x27e)]=_0x58b7bf),null!=_0x58b7bf&&_0x58b7bf[_0x5a7ff0(0x1fd)]==_0x343a11&&(_0x58b7bf[_0x5a7ff0(0x1fd)]=_0x24295),_0x5a7ff0(0x25f)==this[_0x5a7ff0(0x2c4)][_0x5a7ff0(0x190)](_0x343a11)&&(this[_0x5a7ff0(0x2c4)][_0x5a7ff0(0x217)](_0x343a11,_0x5a7ff0(0x1e4)),this[_0x5a7ff0(0x2bb)](_0x5a7ff0(0x171),_0x343a11,_0x24295,_0x58b7bf));}[_0x5d50be(0x210)](_0x10ff46){const _0x92e17d=_0x5d50be,_0x162469=_0x10ff46['id'],_0x1afc60=this[_0x92e17d(0x1d4)](_0x10ff46);if(this[_0x92e17d(0x26e)]&&this[_0x92e17d(0x26e)][_0x92e17d(0x2a0)]){const _0x1b338b=this[_0x92e17d(0x29f)][_0x92e17d(0x1f4)][_0x92e17d(0x190)](_0x92e17d(0x2cd)),_0x263732=_0x1afc60[_0x92e17d(0x292)],_0x30cea7=_0x1afc60[_0x92e17d(0x169)]?_0x1afc60[_0x92e17d(0x232)]+':'+_0x1afc60[_0x92e17d(0x169)]:_0x1afc60[_0x92e17d(0x232)],_0x28808c=this[_0x92e17d(0x29f)][_0x92e17d(0x14c)],_0x35ed99=_0x1b338b[_0x92e17d(0x2af)](_0x4c615c(_0x28808c,_0x92e17d(0x1d5))),_0x890943={'id':_0x162469,'type':_0x30cea7,'hasComments':_0x263732,'data':_0x10ff46[_0x92e17d(0x250)]||null,'originalSuggestionId':_0x10ff46[_0x92e17d(0x2bf)]||null,'attributes':_0x1afc60[_0x92e17d(0x1ec)]};this[_0x92e17d(0x26e)][_0x92e17d(0x2a0)](_0x890943)[_0x92e17d(0x175)](_0x49671d=>{const _0x4dfa09=_0x92e17d;_0x1afc60[_0x4dfa09(0x1d7)]=!0x0,_0x1b338b[_0x4dfa09(0x2ef)](_0x35ed99),_0x49671d&&_0x49671d[_0x4dfa09(0x234)]&&(this[_0x4dfa09(0x2b7)][_0x4dfa09(0x190)](_0x162469)[_0x4dfa09(0x234)]=_0x49671d[_0x4dfa09(0x234)]);})[_0x92e17d(0x1c6)](_0x34d4d2=>{const _0x33813f=_0x92e17d;throw _0x293bd6(_0x33813f(0x17a)),this[_0x33813f(0x29f)][_0x33813f(0x287)][_0x33813f(0x28a)]({'isUndoable':!0x1},()=>{const _0x5e197c=_0x33813f;_0x1afc60[_0x5e197c(0x18e)]();}),_0x1afc60[_0x33813f(0x28b)](),this[_0x33813f(0x2b7)][_0x33813f(0x22a)](_0x1afc60['id']),this[_0x33813f(0x2c4)][_0x33813f(0x22a)](_0x1afc60),_0x34d4d2;});}return _0x1afc60;}[_0x5d50be(0x23e)](_0x3497d1){const _0x47e0d3=_0x5d50be;return this[_0x47e0d3(0x23b)][_0x47e0d3(0x1a0)](_0x3497d1);}[_0x5d50be(0x24f)](_0x5cf3de,_0x93fb25){const _0xda6d3d=_0x5d50be,_0x3dbea3=this[_0xda6d3d(0x29f)][_0xda6d3d(0x1f4)][_0xda6d3d(0x190)](_0xda6d3d(0x2cd)),_0xa7825a=this[_0xda6d3d(0x2dc)](_0x5cf3de);if(this[_0xda6d3d(0x26e)]&&this[_0xda6d3d(0x26e)][_0xda6d3d(0x212)]){if(_0xa7825a[_0xda6d3d(0x1d7)]){const _0x2d4614=_0x3dbea3[_0xda6d3d(0x2af)](_0x4c615c(this[_0xda6d3d(0x29f)][_0xda6d3d(0x14c)],_0xda6d3d(0x1d5)));this[_0xda6d3d(0x26e)][_0xda6d3d(0x212)](_0x5cf3de,_0x93fb25)[_0xda6d3d(0x175)](()=>{const _0x35ba0d=_0xda6d3d;_0x3dbea3[_0x35ba0d(0x2ef)](_0x2d4614);});}else _0xa7825a['on'](_0xda6d3d(0x155),()=>{const _0x3f33a1=_0xda6d3d;this[_0x3f33a1(0x24f)](_0x5cf3de,_0x93fb25);});}}[_0x5d50be(0x2a5)](_0x1ff616){const _0x2f9d4b=_0x5d50be;if(!this[_0x2f9d4b(0x26e)]||!this[_0x2f9d4b(0x26e)][_0x2f9d4b(0x2dc)])throw new _0x4dd444(_0x2f9d4b(0x2d6),this);return this[_0x2f9d4b(0x26e)][_0x2f9d4b(0x2dc)](_0x1ff616);}[_0x5d50be(0x1b1)](_0x1ab01b){const _0x11ed0a=_0x5d50be,{id:_0x107d75,type:_0x481995,subType:_0x249172,authorId:_0x243e1e}=this[_0x11ed0a(0x221)](_0x1ab01b),_0x3540d9=this[_0x11ed0a(0x2b7)][_0x11ed0a(0x190)](_0x107d75)||this[_0x11ed0a(0x260)](_0x481995,_0x249172,_0x107d75,_0x243e1e,{});switch(this[_0x11ed0a(0x27d)](_0x3540d9,_0x481995,_0x249172,_0x243e1e),this[_0x11ed0a(0x2c4)][_0x11ed0a(0x190)](_0x3540d9)){case _0x11ed0a(0x26a):this[_0x11ed0a(0x2a5)](_0x107d75)[_0x11ed0a(0x175)](_0x190273=>{const _0x391217=_0x11ed0a;let _0x4599a3=Promise[_0x391217(0x29a)]();_0x190273[_0x391217(0x292)]&&(_0x4599a3=this[_0x391217(0x272)][_0x391217(0x2b3)]({'channelId':this[_0x391217(0x29f)][_0x391217(0x2ce)][_0x391217(0x190)](_0x391217(0x14a)),'threadId':_0x107d75})),_0x4599a3[_0x391217(0x175)](()=>{const _0x268f64=_0x391217;this[_0x268f64(0x1d4)](_0x190273)[_0x268f64(0x1d7)]=!0x0;});}),this[_0x11ed0a(0x2c4)][_0x11ed0a(0x217)](_0x3540d9,_0x11ed0a(0x29c));break;case _0x11ed0a(0x1e4):this[_0x11ed0a(0x24f)](_0x107d75,{'state':_0x11ed0a(0x1fe)});case _0x11ed0a(0x1ef):this[_0x11ed0a(0x2c4)][_0x11ed0a(0x217)](_0x3540d9,_0x11ed0a(0x25f)),this[_0x11ed0a(0x2bb)](_0x11ed0a(0x2c0),_0x3540d9);break;case _0x11ed0a(0x25f):this[_0x11ed0a(0x2bb)](_0x11ed0a(0x285),_0x3540d9);}return _0x3540d9[_0x11ed0a(0x15a)](_0x1ab01b),_0x3540d9;}[_0x5d50be(0x2a4)](_0x5a02a8){const _0x264d7d=_0x5d50be,_0x27ddce=Array[_0x264d7d(0x251)](_0x5a02a8),_0x44f285=_0x27ddce[_0x264d7d(0x146)](_0x59abde=>_0x264d7d(0x227)==_0x59abde[_0x264d7d(0x232)]);this[_0x264d7d(0x1a6)](_0x44f285);const _0x510b65=_0x27ddce[_0x264d7d(0x146)](_0x39d8e8=>!_0x39d8e8[_0x264d7d(0x1bc)]&&_0x264d7d(0x227)!=_0x39d8e8[_0x264d7d(0x232)]),_0x4452cc=this[_0x264d7d(0x2a6)]({'skipNotAttached':!0x0})[_0x264d7d(0x146)](_0x4cf97f=>!_0x4cf97f[_0x264d7d(0x1bc)]&&_0x264d7d(0x227)!=_0x4cf97f[_0x264d7d(0x232)]),_0x5a463c=_0x4452cc[_0x264d7d(0x146)](_0x5df249=>!_0x5a02a8[_0x264d7d(0x1a0)](_0x5df249)),_0x1e9f02=new Map(_0x4452cc[_0x264d7d(0x17d)](_0x478416=>[_0x478416,this[_0x264d7d(0x1a5)][_0x264d7d(0x181)](_0x478416[_0x264d7d(0x232)],_0x478416[_0x264d7d(0x169)],_0x264d7d(0x282))])),_0x4b4689=new Map(_0x4452cc[_0x264d7d(0x17d)](_0x60635e=>[_0x60635e,_0x60635e[_0x264d7d(0x152)]()])),_0x1f4644=new Set(),_0x5b0679=new Set();for(let _0xc10f97=0x0;_0xc10f97<_0x510b65[_0x264d7d(0x28d)];_0xc10f97++)_0x1c711a(_0x510b65[_0xc10f97],_0x510b65,_0xc10f97+0x1);for(let _0xa9fe6b=0x0;_0xa9fe6b<_0x510b65[_0x264d7d(0x28d)];_0xa9fe6b++)_0x1c711a(_0x510b65[_0xa9fe6b],_0x5a463c,0x0);const _0x1ea3f8=new Set();for(let _0x3fcc12=0x0;_0x3fcc12<_0x510b65[_0x264d7d(0x28d)];_0x3fcc12++){const _0x3b9750=_0x510b65[_0x3fcc12];!_0x5b0679[_0x264d7d(0x1a0)](_0x3b9750)&&_0x3b9750[_0x264d7d(0x1fd)]&&(_0x1ea3f8[_0x264d7d(0x2af)](_0x3b9750[_0x264d7d(0x1fd)]),_0x3b9750[_0x264d7d(0x1fd)][_0x264d7d(0x27e)]===_0x3b9750&&(_0x3b9750[_0x264d7d(0x1fd)][_0x264d7d(0x27e)]=null),_0x3b9750[_0x264d7d(0x1fd)]=null),!_0x1f4644[_0x264d7d(0x1a0)](_0x3b9750)&&_0x3b9750[_0x264d7d(0x27e)]&&(_0x1ea3f8[_0x264d7d(0x2af)](_0x3b9750[_0x264d7d(0x27e)]),_0x3b9750[_0x264d7d(0x27e)][_0x264d7d(0x1fd)]===_0x3b9750&&(_0x3b9750[_0x264d7d(0x27e)][_0x264d7d(0x1fd)]=null),_0x3b9750[_0x264d7d(0x27e)]=null);}function _0x1c711a(_0x1f2895,_0x4c77c1,_0x4aa0cb){const _0x56b30f=_0x264d7d;for(let _0x442321=_0x4aa0cb;_0x442321<_0x4c77c1[_0x56b30f(0x28d)];_0x442321++){const _0x46e7d2=_0x432975(_0x1f2895,_0x4c77c1[_0x442321]);_0x46e7d2&&(_0x46e7d2[0x0][_0x56b30f(0x27e)]=_0x46e7d2[0x1],_0x46e7d2[0x1][_0x56b30f(0x1fd)]=_0x46e7d2[0x0],_0x1f4644[_0x56b30f(0x2af)](_0x46e7d2[0x0]),_0x5b0679[_0x56b30f(0x2af)](_0x46e7d2[0x1]));}}function _0x432975(_0x21006f,_0x447ae7){const _0x554b61=_0x264d7d;if(_0x21006f[_0x554b61(0x1f5)]['id']!==_0x447ae7[_0x554b61(0x1f5)]['id'])return null;const _0x28302b=_0x1e9f02[_0x554b61(0x190)](_0x21006f)(_0x21006f,_0x447ae7,_0x4b4689[_0x554b61(0x190)](_0x21006f),_0x4b4689[_0x554b61(0x190)](_0x447ae7));if(!_0x28302b)return null;return _0x1e9f02[_0x554b61(0x190)](_0x447ae7)(_0x21006f,_0x447ae7,_0x4b4689[_0x554b61(0x190)](_0x21006f),_0x4b4689[_0x554b61(0x190)](_0x447ae7))?_0x28302b[0x1][_0x554b61(0x2b9)]&&_0x28302b[0x1][_0x554b61(0x2b9)][_0x554b61(0x28d)]?null:_0x28302b:null;}_0x1ea3f8[_0x264d7d(0x1c5)]&&this[_0x264d7d(0x2a4)](_0x1ea3f8);}[_0x5d50be(0x1a6)](_0x1f4522){const _0xd92025=_0x5d50be;if(0x0==_0x1f4522[_0xd92025(0x28d)])return;const _0x23baec=this[_0xd92025(0x2a6)]({'skipNotAttached':!0x0})[_0xd92025(0x146)](_0xbb44ee=>_0xd92025(0x227)==_0xbb44ee[_0xd92025(0x232)]&&_0xbb44ee[_0xd92025(0x187)]),_0x3420bc=[],_0x3b5f42=new Map();for(const _0xb4cfb0 of _0x23baec){const _0xba3535=_0x4581d0(_0xb4cfb0[_0xd92025(0x1ec)]);_0x3b5f42[_0xd92025(0x1a0)](_0xba3535)||(_0x3b5f42[_0xd92025(0x217)](_0xba3535,_0x3420bc[_0xd92025(0x28d)]),_0x3420bc[_0xd92025(0x222)]([]));const _0x102e1f=_0x3b5f42[_0xd92025(0x190)](_0xba3535);_0x3420bc[_0x102e1f][_0xd92025(0x222)](_0xb4cfb0);}!(function(){const _0x382a22=_0xd92025;_0x3420bc[_0x382a22(0x1c7)]((_0x2f7231,_0x388c6b)=>{const _0x1af2cb=_0x382a22,_0x4702f3=_0x2f7231[0x0][_0x1af2cb(0x234)],_0x50e4c3=_0x388c6b[0x0][_0x1af2cb(0x234)];return _0x4702f3==_0x50e4c3?_0x2f7231[0x0][_0x1af2cb(0x1ec)][_0x1af2cb(0x236)]<_0x388c6b[0x0][_0x1af2cb(0x1ec)][_0x1af2cb(0x236)]?-0x1:0x1:_0x4702f3<_0x50e4c3?-0x1:0x1;});for(const _0x2b7af3 of _0x3420bc)_0x2b7af3[_0x382a22(0x1c7)]((_0x32a5fa,_0x3fab41)=>_0x32a5fa['id']<_0x3fab41['id']?-0x1:0x1);}());for(let _0x58be63=0x0;_0x58be63<_0x3420bc[_0xd92025(0x28d)];_0x58be63++){if(0x0==_0x3420bc[_0x58be63][_0xd92025(0x28d)])continue;const _0x5d64f8=[];for(let _0x3ed307=_0x58be63+0x1;_0x3ed307<_0x3420bc[_0xd92025(0x28d)];_0x3ed307++)0x0!=_0x3420bc[_0x3ed307][_0xd92025(0x28d)]&&_0x458d72(_0x3420bc[_0x58be63],_0x3420bc[_0x3ed307])&&_0x5d64f8[_0xd92025(0x222)](_0x3ed307);for(const _0x2a465e of _0x5d64f8)_0x3420bc[_0x58be63]=_0x3420bc[_0x58be63][_0xd92025(0x15c)](_0x3420bc[_0x2a465e]),_0x3420bc[_0x2a465e]=[];}for(const _0x499c64 of _0x3420bc)for(let _0x191cea=0x0;_0x191cea<_0x499c64[_0xd92025(0x28d)];_0x191cea++)_0x499c64[_0x191cea][_0xd92025(0x27e)]=_0x499c64[_0x191cea+0x1]||null;for(const _0x1ddaa4 of _0x3420bc)for(let _0x37194a=0x0;_0x37194a<_0x1ddaa4[_0xd92025(0x28d)];_0x37194a++)_0x1ddaa4[_0x37194a][_0xd92025(0x1fd)]=_0x1ddaa4[_0x37194a-0x1]||null;function _0x458d72(_0x110c45,_0x1aaabc){const _0x57afd3=_0xd92025;if(_0x110c45[0x0][_0x57afd3(0x1ec)][_0x57afd3(0x236)]!==_0x1aaabc[0x0][_0x57afd3(0x1ec)][_0x57afd3(0x236)]&&_0x110c45[0x0][_0x57afd3(0x1f5)]!==_0x1aaabc[0x0][_0x57afd3(0x1f5)])return!0x1;if(!function(_0x1f4e10,_0x503f8d){const _0x12068b=_0x57afd3;if(!_0x1f4e10[_0x12068b(0x292)]&&!_0x503f8d[_0x12068b(0x292)])return!0x0;if(_0x1f4e10[_0x12068b(0x292)]&&_0x503f8d[_0x12068b(0x292)])return!0x1;if(_0x1f4e10[_0x12068b(0x292)]&&_0x503f8d[_0x12068b(0x234)]<_0x1f4e10[_0x12068b(0x2b9)][_0x12068b(0x1d2)][_0x12068b(0x190)](0x0)[_0x12068b(0x234)])return!0x0;if(_0x503f8d[_0x12068b(0x292)]&&_0x1f4e10[_0x12068b(0x234)]<_0x503f8d[_0x12068b(0x2b9)][_0x12068b(0x1d2)][_0x12068b(0x190)](0x0)[_0x12068b(0x234)])return!0x0;return!0x1;}(_0x110c45[0x0],_0x1aaabc[0x0]))return!0x1;const _0x5a2335=_0x37c70e(_0x110c45[0x0][_0x57afd3(0x1ec)],_0x57afd3(0x236)),_0x14df31=_0x37c70e(_0x1aaabc[0x0][_0x57afd3(0x1ec)],_0x57afd3(0x236));if(!_0x4efc4d(_0x5a2335,_0x14df31))return!0x1;return!!_0x110c45[_0x57afd3(0x24d)](_0x4841d5=>_0x1aaabc[_0x57afd3(0x167)](_0x2eb11a=>_0x4841d5[_0x57afd3(0x152)]()[_0x57afd3(0x298)](_0x2eb11a[_0x57afd3(0x152)]())))&&_0x1aaabc[_0x57afd3(0x24d)](_0x5e56b4=>_0x110c45[_0x57afd3(0x167)](_0x545e9b=>_0x5e56b4[_0x57afd3(0x152)]()[_0x57afd3(0x298)](_0x545e9b[_0x57afd3(0x152)]())));}}[_0x5d50be(0x2ee)](_0x25285a){const _0xffca04=_0x5d50be,_0x17b67c=Array[_0xffca04(0x251)](_0x25285a),_0x5b11e5=this[_0xffca04(0x2a6)]({'skipNotAttached':!0x0}),_0x4bf5a8=_0x5b11e5[_0xffca04(0x146)](_0x5d292c=>!_0x25285a[_0xffca04(0x1a0)](_0x5d292c)),_0x5e7c43=new Map(_0x17b67c[_0xffca04(0x17d)](_0x30818f=>[_0x30818f,this[_0xffca04(0x1a5)][_0xffca04(0x181)](_0x30818f[_0xffca04(0x232)],_0x30818f[_0xffca04(0x169)],_0xffca04(0x17e))])),_0x31396f=new Map(_0x5b11e5[_0xffca04(0x17d)](_0x48dc65=>[_0x48dc65,_0x48dc65[_0xffca04(0x2de)]()]));for(let _0x547252=0x0;_0x547252<_0x17b67c[_0xffca04(0x28d)];_0x547252++){if(_0x141ce6(this,_0x17b67c[_0x547252],_0x17b67c,_0x547252+0x1))return!0x0;}for(let _0x3f02d7=0x0;_0x3f02d7<_0x17b67c[_0xffca04(0x28d)];_0x3f02d7++){if(_0x141ce6(this,_0x17b67c[_0x3f02d7],_0x4bf5a8,0x0))return!0x0;}return!0x1;function _0x141ce6(_0x1d5a24,_0x335aeb,_0x2c007e,_0x23530b){const _0x11a73c=_0xffca04;for(let _0x356564=_0x23530b;_0x356564<_0x2c007e[_0x11a73c(0x28d)];_0x356564++){const _0x1f9270=_0x2c007e[_0x356564];if(_0x1f9270[_0x11a73c(0x232)]!==_0x335aeb[_0x11a73c(0x232)]||_0x1f9270[_0x11a73c(0x1f5)]['id']!==_0x335aeb[_0x11a73c(0x1f5)]['id']||_0x1f9270[_0x11a73c(0x169)]!==_0x335aeb[_0x11a73c(0x169)])continue;if(!Ft(_0x335aeb,_0x1f9270,[_0x11a73c(0x236)]))continue;if(_0x11a73c(0x227)==_0x335aeb[_0x11a73c(0x232)]&&_0x335aeb[_0x11a73c(0x250)][_0x11a73c(0x213)]!=_0x1f9270[_0x11a73c(0x250)][_0x11a73c(0x213)])continue;if(_0x11a73c(0x227)==_0x335aeb[_0x11a73c(0x232)]&&_0x1d5a24[_0x11a73c(0x23e)](_0x335aeb[_0x11a73c(0x250)][_0x11a73c(0x1e0)]))continue;if(_0x11a73c(0x1fa)==_0x335aeb[_0x11a73c(0x232)]){const _0x2b982f=_0x1d5a24[_0x11a73c(0x29f)][_0x11a73c(0x287)],_0x443526=_0x335aeb[_0x11a73c(0x22c)]();if(_0x443526&&(_0x2b982f[_0x11a73c(0x2b8)][_0x11a73c(0x1db)](_0x443526)||_0x2b982f[_0x11a73c(0x2b8)][_0x11a73c(0x1ab)](_0x443526)))continue;}const _0x14d533=_0x5e7c43[_0x11a73c(0x190)](_0x335aeb),_0x2d33de=_0x31396f[_0x11a73c(0x190)](_0x335aeb),_0x14557c=_0x31396f[_0x11a73c(0x190)](_0x1f9270),_0x52cefd=_0x335aeb[_0x11a73c(0x2b9)]&&_0x335aeb[_0x11a73c(0x2b9)][_0x11a73c(0x28d)],_0x1b073f=_0x1f9270[_0x11a73c(0x2b9)]&&_0x1f9270[_0x11a73c(0x2b9)][_0x11a73c(0x28d)];if(!_0x52cefd&&_0x14d533(_0x14557c,_0x2d33de))return _0x1d5a24[_0x11a73c(0x166)](_0x1f9270,_0x335aeb),_0x31396f[_0x11a73c(0x22a)](_0x335aeb),!0x0;if(!_0x1b073f&&_0x14d533(_0x2d33de,_0x14557c))return _0x1d5a24[_0x11a73c(0x166)](_0x335aeb,_0x1f9270),_0x31396f[_0x11a73c(0x22a)](_0x1f9270),!0x0;}return!0x1;}}[_0x5d50be(0x166)](_0x223202,_0x10eece){const _0x4f2b0c=_0x5d50be;if(_0x223202[_0x4f2b0c(0x1bc)]){for(const _0x478d2f of _0x10eece[_0x4f2b0c(0x2de)]())_0x223202[_0x4f2b0c(0x2ae)](_0x478d2f);}else{const _0xd8e501=_0x10eece[_0x4f2b0c(0x152)]()[_0x4f2b0c(0x226)];this[_0x4f2b0c(0x1c9)](_0x223202,this[_0x4f2b0c(0x192)][_0x4f2b0c(0x22d)](_0x223202[_0x4f2b0c(0x152)]()[_0x4f2b0c(0x1c4)],_0xd8e501));}_0x10eece[_0x4f2b0c(0x2c1)]();}[_0x5d50be(0x258)](_0x261e4a,_0x313097){const _0x55b95a=_0x5d50be,_0x137e7c=_0x261e4a[_0x55b95a(0x248)](_0x55b95a(0x177))||_0x261e4a[_0x55b95a(0x248)](_0x55b95a(0x227))?_0x55b95a(0x1a9):_0x261e4a[_0x55b95a(0x207)]();return _0x4c615c(this[_0x55b95a(0x29f)][_0x55b95a(0x14c)],_0x313097+'_'+_0x137e7c+_0x55b95a(0x144));}[_0x5d50be(0x2d7)](){const _0x211e09=_0x5d50be,_0x54741d=this[_0x211e09(0x29f)];_0x9134b1(this[_0x211e09(0x192)],({left:_0x3507d5,entered:_0x366145})=>{const _0x243b8a=_0x211e09,_0x5904c5=[];for(const _0x29ced1 of _0x3507d5){const {group:_0xdd8dc2,type:_0x4a0695}=this[_0x243b8a(0x221)](_0x29ced1[_0x243b8a(0x262)]);if(_0x243b8a(0x1cb)===_0xdd8dc2){_0x5904c5[_0x243b8a(0x222)](this[_0x243b8a(0x258)](_0x4a0695,_0x243b8a(0x283)));break;}}for(const _0x3ff9b9 of _0x366145){const {group:_0x1fcb91,type:_0x3adeab}=this[_0x243b8a(0x221)](_0x3ff9b9[_0x243b8a(0x262)]);if(_0x243b8a(0x1cb)===_0x1fcb91){_0x5904c5[_0x243b8a(0x222)](this[_0x243b8a(0x258)](_0x3adeab,_0x243b8a(0x15d)));break;}}_0x5904c5[_0x243b8a(0x28d)]&&_0x54741d['ui'][_0x243b8a(0x142)][_0x243b8a(0x205)](_0x243b8a(0x249),_0x5904c5[_0x243b8a(0x17e)]('\x20'));});}[_0x5d50be(0x1b7)](_0x435387){const _0x2c18f5=_0x5d50be;if(this[_0x2c18f5(0x2a9)])return!0x1;const _0x2861d=this[_0x2c18f5(0x29f)],_0x5b6534=_0x2861d[_0x2c18f5(0x287)][_0x2c18f5(0x1f1)][_0x2c18f5(0x23d)][_0x2c18f5(0x2ca)]();if(0x0==_0x5b6534[_0x2c18f5(0x28d)])return!0x1;const _0x3dd0f9=[],_0x3e0357=_0x5b6534[_0x2c18f5(0x146)](_0x529e8d=>_0x2c18f5(0x227)==_0x529e8d[_0x2c18f5(0x232)]),_0x26f2ca=_0x5b6534[_0x2c18f5(0x146)](_0x590342=>_0x2c18f5(0x2e6)==_0x590342[_0x2c18f5(0x232)]&&_0x2c18f5(0x2b0)!=_0x590342[_0x2c18f5(0x262)]),_0x5b2157=_0x5b6534[_0x2c18f5(0x146)](_0x4019a1=>_0x2c18f5(0x2ef)==_0x4019a1[_0x2c18f5(0x232)]&&_0x2c18f5(0x2b0)!=_0x4019a1[_0x2c18f5(0x262)]);for(const _0xa834b4 of _0x3e0357)_0x3dd0f9[_0x2c18f5(0x222)]({'key':_0xa834b4[_0x2c18f5(0x224)],'newValue':_0xa834b4[_0x2c18f5(0x19d)],'oldValue':_0xa834b4[_0x2c18f5(0x280)],'range':Ut(_0xa834b4[_0x2c18f5(0x1a4)],_0x2861d[_0x2c18f5(0x287)])});for(const _0x2b1428 of _0x26f2ca){const _0x4254a2=_0x5b2157[_0x2c18f5(0x200)](_0x16ea66=>_0x16ea66[_0x2c18f5(0x1ee)][_0x2c18f5(0x298)](_0x2b1428[_0x2c18f5(0x1ee)]));_0x4254a2&&_0x3dd0f9[_0x2c18f5(0x222)]({'key':_0x2c18f5(0x25c),'newValue':_0x2b1428[_0x2c18f5(0x262)],'oldValue':_0x4254a2[_0x2c18f5(0x262)],'range':_0x2861d[_0x2c18f5(0x287)][_0x2c18f5(0x203)](_0x2b1428[_0x2c18f5(0x1ee)][_0x2c18f5(0x228)])});}return 0x0!=_0x3dd0f9[_0x2c18f5(0x28d)]&&this[_0x2c18f5(0x245)](_0x435387,_0x3dd0f9);}[_0x5d50be(0x269)](_0x38f09d){const _0x1944c7=_0x5d50be;let _0x14ab50=!0x1;const _0xd0313e=this[_0x1944c7(0x29f)][_0x1944c7(0x287)][_0x1944c7(0x1f1)][_0x1944c7(0x23d)][_0x1944c7(0x173)]()[_0x1944c7(0x146)](_0xad8812=>_0xad8812[_0x1944c7(0x250)][_0x1944c7(0x170)]&&_0xad8812[_0x1944c7(0x262)][_0x1944c7(0x248)](_0x1944c7(0x238)));for(const _0x45e318 of _0xd0313e){const {subType:_0x342c9f,id:_0x34c0d4}=this[_0x1944c7(0x221)](_0x45e318[_0x1944c7(0x262)]),_0x43e997=_0x342c9f[_0x1944c7(0x1cf)]('|')[0x0];for(const _0x503a2b of this[_0x1944c7(0x2a6)]({'skipNotAttached':!0x0}))_0x503a2b['id']!=_0x34c0d4&&_0x1944c7(0x227)==_0x503a2b[_0x1944c7(0x232)]&&_0x503a2b[_0x1944c7(0x250)]&&_0x503a2b[_0x1944c7(0x250)][_0x1944c7(0x1e0)]==_0x43e997&&_0x503a2b[_0x1944c7(0x152)]()[_0x1944c7(0x148)](_0x45e318[_0x1944c7(0x250)][_0x1944c7(0x170)])&&(this[_0x1944c7(0x2bd)](_0x503a2b,_0x45e318[_0x1944c7(0x250)][_0x1944c7(0x170)],_0x38f09d),_0x14ab50=!0x0);}return _0x14ab50;}[_0x5d50be(0x1e6)](_0x14d75e){const _0x1b2429=_0x5d50be;this[_0x1b2429(0x29f)],(this[_0x1b2429(0x2a9)]=!0x0,_0x14d75e());}[_0x5d50be(0x1b0)](_0x1502fd){const _0x184459=_0x5d50be,_0xd8a1bb=this[_0x184459(0x23e)](_0x1502fd),_0x4cec0f=this[_0x184459(0x2d1)][_0x184459(0x1a0)](_0x1502fd);return _0xd8a1bb||_0x4cec0f;}[_0x5d50be(0x245)](_0x394c54,_0x1b028d){const _0x631e42=_0x5d50be;if(0x0==_0x1b028d[_0x631e42(0x28d)])return!0x1;let _0x30e995=!0x1;for(const _0x58ec89 of _0x1b028d){const _0x273d9f=this[_0x631e42(0x294)](_0x58ec89[_0x631e42(0x1a4)],_0x631e42(0x227))[_0x631e42(0x146)](_0x24edf2=>!_0x24edf2[_0x631e42(0x2f0)][_0x631e42(0x2eb)])[_0x631e42(0x17d)](_0x219a08=>_0x219a08[_0x631e42(0x1cb)]),_0xf4984c=_0x4581d0({'newValue':_0x58ec89[_0x631e42(0x2be)]});_0x273d9f[_0x631e42(0x146)](_0x3cc303=>{const _0xbdb129=_0x631e42,[_0x3830ca,_0x7b429b]=_0x3cc303[_0xbdb129(0x169)][_0xbdb129(0x1cf)]('|');return _0x3830ca==_0x58ec89[_0xbdb129(0x1e0)]&&_0x7b429b!=_0xf4984c;})[_0x631e42(0x29d)](_0x262ecd=>{const _0x4eb3f7=_0x631e42;this[_0x4eb3f7(0x2bd)](_0x262ecd,_0x58ec89[_0x4eb3f7(0x1a4)],_0x394c54),_0x30e995=!0x0;});}return _0x30e995;}[_0x5d50be(0x2bd)](_0x4b7b05,_0x5041a3,_0x3be1d0){const _0x30d9bd=_0x5d50be,_0x57d921=_0x4b7b05[_0x30d9bd(0x152)]()[_0x30d9bd(0x2c7)](_0x5041a3);0x0!==_0x57d921[_0x30d9bd(0x28d)]?0x1!==_0x57d921[_0x30d9bd(0x28d)]?this[_0x30d9bd(0x149)](_0x4b7b05,_0x5041a3[_0x30d9bd(0x1c4)],_0x5041a3[_0x30d9bd(0x226)]):this[_0x30d9bd(0x1c9)](_0x4b7b05,_0x57d921[0x0]):_0x3be1d0[_0x30d9bd(0x257)](_0x4b7b05[_0x30d9bd(0x1b8)]());}}class Bt{constructor(_0x6670e1){const _0x3d886d=_0x5d50be;this[_0x3d886d(0x14e)]=_0x6670e1,this[_0x3d886d(0x192)]=_0x6670e1[_0x3d886d(0x287)],this[_0x3d886d(0x1e8)]=new Map(),this[_0x3d886d(0x296)]=new Map(),this[_0x3d886d(0x2b5)]();}[_0x5d50be(0x160)](_0xb2cbe8,_0x13ad0d,_0x5c001c,_0x282c7c,_0x1752c2,_0x1c5108){const _0x19adf5=_0x5d50be;return new _0x467d19(this[_0x19adf5(0x192)],{'type':_0xb2cbe8,'subType':_0x13ad0d,'id':_0x5c001c,'author':_0x282c7c,'creator':_0x282c7c,'attributes':_0x1752c2,'onAttributesChange':_0x1c5108,'onAccept':(..._0xd3296f)=>this[_0x19adf5(0x181)](_0xb2cbe8,_0x13ad0d,_0x19adf5(0x19f))(..._0xd3296f),'onDiscard':(..._0xe04f77)=>this[_0x19adf5(0x181)](_0xb2cbe8,_0x13ad0d,_0x19adf5(0x18e))(..._0xe04f77)});}[_0x5d50be(0x1b6)](_0x10e739,_0x51f2f5,_0x2caf2f,_0x3d3f6a){const _0x525b42=_0x5d50be,_0x502996=_0x10e739+':'+_0x51f2f5+':'+_0x2caf2f;this[_0x525b42(0x1e8)][_0x525b42(0x217)](_0x502996,_0x3d3f6a);}[_0x5d50be(0x181)](_0x2aa388,_0x2d888f,_0x3e9921){const _0x4924b7=_0x5d50be,_0x2d44dd=_0x2aa388+':'+_0x2d888f+':'+_0x3e9921;return this[_0x4924b7(0x1e8)][_0x4924b7(0x190)](_0x2d44dd)||this[_0x4924b7(0x296)][_0x4924b7(0x190)](_0x2aa388+':'+_0x3e9921);}[_0x5d50be(0x2b5)](){const _0x2028b6=_0x5d50be,_0x1cff02=()=>!0x1,_0x46e3bc=_0x4ad9c2=>{const _0x5e21d1=_0x1713;_0x4ad9c2[_0x5e21d1(0x1c7)]((_0x8e3a23,_0x3473ed)=>_0x8e3a23[_0x5e21d1(0x1c4)][_0x5e21d1(0x22b)](_0x3473ed[_0x5e21d1(0x1c4)])?0x1:-0x1),this[_0x5e21d1(0x192)][_0x5e21d1(0x2e8)](_0x176869=>{const _0x401c1f=_0x5e21d1;for(const _0x183490 of _0x4ad9c2){let _0x5dfc17;_0x5dfc17=_0x183490[_0x401c1f(0x226)][_0x401c1f(0x2e5)]&&_0x183490[_0x401c1f(0x226)][_0x401c1f(0x1eb)]==_0x183490[_0x401c1f(0x1c4)][_0x401c1f(0x228)]?_0x176869[_0x401c1f(0x198)](_0x183490[_0x401c1f(0x1c4)][_0x401c1f(0x228)],'on'):_0x176869[_0x401c1f(0x198)](_0x183490),this[_0x401c1f(0x192)][_0x401c1f(0x195)](_0x5dfc17,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x231a89=(_0x34d14c,_0x2f4bab)=>{const _0x40b021=_0x1713;_0x2f4bab&&this[_0x40b021(0x192)][_0x40b021(0x2e8)](_0x2c1853=>{const _0x34ab57=_0x40b021,{commandName:_0x280343,commandParams:_0x57bea7=[]}=_0x2f4bab,_0x2aa9c1=_0x34d14c[_0x34ab57(0x17d)](_0x210c1c=>(Rt(_0x210c1c)&&(_0x210c1c=this[_0x34ab57(0x192)][_0x34ab57(0x22d)](_0x210c1c[_0x34ab57(0x226)])),_0x210c1c))[_0x34ab57(0x146)](_0x17c29f=>_0x34ab57(0x172)!==_0x17c29f[_0x34ab57(0x2d2)][_0x34ab57(0x16e)]);if(_0x2aa9c1[_0x34ab57(0x28d)]<0x1)return;const _0x20f036=Array[_0x34ab57(0x251)](this[_0x34ab57(0x192)][_0x34ab57(0x1f1)][_0x34ab57(0x1bd)][_0x34ab57(0x2de)]())[_0x34ab57(0x17d)](_0x586afc=>_0x691cb2[_0x34ab57(0x1a2)](_0x586afc));_0x2c1853[_0x34ab57(0x2d8)](_0x2aa9c1);for(const _0x43e907 of this[_0x34ab57(0x14e)][_0x34ab57(0x26c)][_0x34ab57(0x26c)]())_0x43e907[_0x34ab57(0x21f)]();_0x57bea7[_0x34ab57(0x222)]({'forceDefaultExecution':!0x0}),this[_0x34ab57(0x14e)][_0x34ab57(0x1e9)](_0x280343,..._0x57bea7);const _0xc83ba8=_0x20f036[_0x34ab57(0x146)](_0x22ee78=>_0x34ab57(0x172)!=_0x22ee78[_0x34ab57(0x2d2)][_0x34ab57(0x16e)]);_0xc83ba8[_0x34ab57(0x28d)]>0x0&&_0x2c1853[_0x34ab57(0x2d8)](_0xc83ba8);for(const _0x59107c of _0x20f036)_0x59107c[_0x34ab57(0x1ad)]();});},_0x4cd4ca=(_0x378a99,_0x587de9)=>0x1==_0x378a99[_0x2028b6(0x28d)]&&0x1==_0x587de9[_0x2028b6(0x28d)]&&_0x378a99[0x0][_0x2028b6(0x226)][_0x2028b6(0x298)](_0x587de9[0x0][_0x2028b6(0x1c4)]),_0x5e61b4=(_0xa25907,_0x124eac,_0x1ce884,_0xf3d1a3)=>Gt(_0xa25907,_0x124eac,_0x1ce884,_0xf3d1a3,this[_0x2028b6(0x192)])?[_0xa25907,_0x124eac]:Gt(_0x124eac,_0xa25907,_0xf3d1a3,_0x1ce884,this[_0x2028b6(0x192)])?[_0x124eac,_0xa25907]:null;this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x223),_0x1cff02),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x199),_0x46e3bc),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x1d1),_0x4cd4ca),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x21e),_0x5e61b4),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x1b4),_0x46e3bc),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x180),_0x1cff02),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x154),_0x4cd4ca),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x191),_0x5e61b4),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x27b),_0x231a89),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x156),_0x1cff02),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x21c),_0x4cd4ca),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x254),_0x1cff02),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x2d9),_0x231a89),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x2c5),_0x1cff02),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x151),_0x4cd4ca),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x2a8),_0x1cff02),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x295),_0x1cff02),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x150),(_0x5de514,_0x48d1a4)=>{const _0x40e970=_0x2028b6;if(!_0x48d1a4)return;const _0x29b32d=this[_0x40e970(0x14e)][_0x40e970(0x1f4)][_0x40e970(0x190)](p);this[_0x40e970(0x192)][_0x40e970(0x2e8)](_0x4cca0d=>{const _0x42d5b2=_0x40e970;if(_0x42d5b2(0x25c)==_0x48d1a4[_0x42d5b2(0x1e0)])for(const _0x319a1f of _0x5de514){const _0x52beb2=_0x319a1f[_0x42d5b2(0x1c4)][_0x42d5b2(0x228)],_0x369442=_0x48d1a4[_0x42d5b2(0x213)];_0x4cca0d[_0x42d5b2(0x2ad)](_0x52beb2,_0x369442);}else{if(_0x29b32d[_0x42d5b2(0x23e)](_0x48d1a4[_0x42d5b2(0x1e0)])){for(const _0x490223 of _0x5de514)void 0x0!==_0x48d1a4[_0x42d5b2(0x213)]?_0x4cca0d[_0x42d5b2(0x1af)](_0x48d1a4[_0x42d5b2(0x1e0)],_0x48d1a4[_0x42d5b2(0x213)],_0x490223[_0x42d5b2(0x1c4)][_0x42d5b2(0x228)]):_0x4cca0d[_0x42d5b2(0x186)](_0x48d1a4[_0x42d5b2(0x1e0)],_0x490223[_0x42d5b2(0x1c4)][_0x42d5b2(0x228)]);}else{for(const _0x114119 of _0x5de514)_0x48d1a4[_0x42d5b2(0x213)]?_0x4cca0d[_0x42d5b2(0x1af)](_0x48d1a4[_0x42d5b2(0x1e0)],_0x48d1a4[_0x42d5b2(0x213)],_0x114119):_0x4cca0d[_0x42d5b2(0x186)](_0x48d1a4[_0x42d5b2(0x1e0)],_0x114119);}}});}),this[_0x2028b6(0x296)][_0x2028b6(0x217)](_0x2028b6(0x1bb),_0x4cd4ca);}}function xt(_0x2faf8f,_0x1a0233,_0x184e04){const _0xc82d80=_0x5d50be;for(const _0x3fb313 of _0x1a0233[_0xc82d80(0x1eb)][_0xc82d80(0x219)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3fb313[_0xc82d80(0x2d2)]==_0x3fb313)return!0x1;if(!_0x184e04[_0xc82d80(0x209)](_0x3fb313))return!0x1;if(_0x2faf8f[_0xc82d80(0x1db)](_0x3fb313)||_0x2faf8f[_0xc82d80(0x1ab)](_0x3fb313))return!0x0;}return!0x1;}function Rt(_0x3e3fbb){const _0x13a579=_0x5d50be;return _0x3e3fbb[_0x13a579(0x226)][_0x13a579(0x1eb)]==_0x3e3fbb[_0x13a579(0x1c4)][_0x13a579(0x228)]&&_0x3e3fbb[_0x13a579(0x226)][_0x13a579(0x255)];}function Tt(_0x5070f4,_0xd24476,_0x40abdf,_0x5a04b9){const _0x2d85b3=_0x5d50be,_0x5f0c38=_0x1c1a1a=>!_0x1c1a1a[_0x2d85b3(0x27c)]['is'](_0x2d85b3(0x143))&&!_0x5a04b9[_0x2d85b3(0x1db)](_0x1c1a1a[_0x2d85b3(0x27c)]),_0x24105b=_0x5070f4[_0x2d85b3(0x1c4)][_0x2d85b3(0x297)](_0x5f0c38),_0x16f718=_0x5070f4[_0x2d85b3(0x226)][_0x2d85b3(0x297)](_0x5f0c38,{'direction':_0x2d85b3(0x1c0)});return(!_0x5070f4[_0x2d85b3(0x1c4)][_0x2d85b3(0x298)](_0x24105b)||!_0x5070f4[_0x2d85b3(0x226)][_0x2d85b3(0x298)](_0x16f718))&&(_0x24105b[_0x2d85b3(0x22b)](_0x16f718)?_0x40abdf[_0x2d85b3(0x206)](_0xd24476,{'range':_0x40abdf[_0x2d85b3(0x22d)](_0x24105b,_0x16f718)}):_0x40abdf[_0x2d85b3(0x257)](_0xd24476),!0x0);}function Et(_0x20accf){return _0x4581d0(_0x20accf);}function Vt(_0x34ff65){const _0x570a1c=_0x5d50be,_0x48d2ce=_0x34ff65[_0x570a1c(0x1c4)][_0x570a1c(0x228)];return _0x48d2ce&&_0x48d2ce['is'](_0x570a1c(0x202));}function Ut(_0x4e96e8,_0x5066da){const _0x438c6f=_0x5d50be;return null==_0x4e96e8[_0x438c6f(0x226)][_0x438c6f(0x2a1)]&&_0x4e96e8[_0x438c6f(0x226)][_0x438c6f(0x1eb)]==_0x4e96e8[_0x438c6f(0x1c4)][_0x438c6f(0x228)]?Ot(_0x4e96e8[_0x438c6f(0x1c4)][_0x438c6f(0x228)],_0x5066da):_0x4e96e8;}function _0x1713(_0x462532,_0x484657){const _0x3b36c1=_0x3b36();return _0x1713=function(_0x17133d,_0x49572b){_0x17133d=_0x17133d-0x141;let _0x585449=_0x3b36c1[_0x17133d];return _0x585449;},_0x1713(_0x462532,_0x484657);}function Ot(_0x31a92d,_0x5953ec){const _0x48000c=_0x5d50be,_0x5498ab=_0x5953ec[_0x48000c(0x2b8)][_0x48000c(0x1db)](_0x31a92d)||_0x5953ec[_0x48000c(0x2b8)][_0x48000c(0x19e)](_0x31a92d);return _0x5953ec[_0x48000c(0x22d)](_0x5953ec[_0x48000c(0x2e2)](_0x31a92d,_0x48000c(0x194)),_0x5498ab?_0x5953ec[_0x48000c(0x241)](_0x31a92d):_0x5953ec[_0x48000c(0x2e2)](_0x31a92d,_0x48000c(0x226)));}function Gt(_0x4975d7,_0x1519f1,_0x11de70,_0x731e5,_0x1b44b5){const _0x2f4414=_0x5d50be;if(!Ft(_0x4975d7,_0x1519f1))return!0x1;if(_0x11de70[_0x2f4414(0x226)][_0x2f4414(0x298)](_0x731e5[_0x2f4414(0x1c4)]))return!0x0;if(_0x4975d7[_0x2f4414(0x232)]!=_0x1519f1[_0x2f4414(0x232)])return!0x1;if(!_0x11de70[_0x2f4414(0x226)][_0x2f4414(0x197)](_0x731e5[_0x2f4414(0x1c4)]))return!0x1;const _0x3b39d5=_0x1b44b5[_0x2f4414(0x22d)](_0x11de70[_0x2f4414(0x226)],_0x731e5[_0x2f4414(0x1c4)])[_0x2f4414(0x2a2)]();for(const _0x416936 of _0x3b39d5)if([_0x2f4414(0x21a),_0x2f4414(0x1d9)][_0x2f4414(0x1d6)](_0x416936[_0x2f4414(0x232)])&&_0x1b44b5[_0x2f4414(0x2b8)][_0x2f4414(0x1ab)](_0x416936[_0x2f4414(0x27c)]))return!0x1;return!0x0;}function Ft(_0x3229aa,_0x10ca9b,_0x5b146f=[]){const _0x25955a=_0x5d50be;return!(!_0x3229aa[_0x25955a(0x187)]||!_0x10ca9b[_0x25955a(0x187)])&&_0x4efc4d(_0x37c70e(_0x3229aa[_0x25955a(0x1ec)],_0x5b146f),_0x37c70e(_0x10ca9b[_0x25955a(0x1ec)],_0x5b146f));}function Pt(_0xe5ec4f,_0x184fcc){const _0x15367c=_0x5d50be,_0x478b59=Lt(_0xe5ec4f[_0x15367c(0x1ec)]),_0x214ebd=Lt(_0x184fcc);if(!_0xe5ec4f[_0x15367c(0x187)])return!0x1;for(const _0x410c2b of Object[_0x15367c(0x1a1)](_0x214ebd))if(!_0x4efc4d(_0x478b59[_0x410c2b],_0x214ebd[_0x410c2b]))return!0x1;return!0x0;}function Lt(_0x2bb575){const _0x5aa310=_0x5d50be,_0x509f68=Object[_0x5aa310(0x277)]({},_0x2bb575);return delete _0x509f68[_0x5aa310(0x1d0)],delete _0x509f68[_0x5aa310(0x1f6)],_0x509f68;}
|
|
23
|
+
function _0x1f8f(_0x36df3d,_0x352fd0){const _0x99dee8=_0x99de();return _0x1f8f=function(_0x1f8f08,_0x5057f2){_0x1f8f08=_0x1f8f08-0xb8;let _0x572d64=_0x99dee8[_0x1f8f08];return _0x572d64;},_0x1f8f(_0x36df3d,_0x352fd0);}const _0x4763c5=_0x1f8f;(function(_0x2e22f3,_0x3acc2e){const _0x4a62b7=_0x1f8f,_0x7f1bcb=_0x2e22f3();while(!![]){try{const _0x492bfd=parseInt(_0x4a62b7(0x21e))/0x1*(parseInt(_0x4a62b7(0x168))/0x2)+-parseInt(_0x4a62b7(0xdf))/0x3+parseInt(_0x4a62b7(0x128))/0x4*(-parseInt(_0x4a62b7(0x197))/0x5)+parseInt(_0x4a62b7(0x227))/0x6+parseInt(_0x4a62b7(0x103))/0x7+-parseInt(_0x4a62b7(0x24e))/0x8+parseInt(_0x4a62b7(0x1aa))/0x9;if(_0x492bfd===_0x3acc2e)break;else _0x7f1bcb['push'](_0x7f1bcb['shift']());}catch(_0x44bb7f){_0x7f1bcb['push'](_0x7f1bcb['shift']());}}}(_0x99de,0xe7089));import{Plugin as _0x109a5d,PendingActions as _0x22679f}from'ckeditor5/src/core.js';import{LiveRange as _0x30325a}from'ckeditor5/src/engine.js';import{CKEditorError as _0x23d49e,uid as _0x3c7129,priorities as _0x3435df,logWarning as _0x587888}from'ckeditor5/src/utils.js';import{toWidget as _0x1890b3}from'ckeditor5/src/widget.js';import{Users as _0x4540d6,hashObject as _0x4c71ad,surroundingMarkersDetector as _0x31c99e}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3ed8dc from'./commands/trackchangescommand.js';import _0x2b052a from'./commands/acceptsuggestioncommand.js';import _0x4bf663 from'./commands/discardsuggestioncommand.js';import _0x4e3a1f from'./commands/executeonallsuggestionscommand.js';function _0x99de(){const _0x1190de=['delete','unbindElementFromMarkerName','announce','formatInline:accept','addClass','concat','isObject','_inlineAttributeKeys','isTouching','addRange','$text','setAttribute','oldRange','containsRange','markerToData','data-suggestion','low','attribute:discard','fromRange','deletion','_recordAttributeSuggestions','getCustomProperty','_initAriaMarkerChangeAnnouncements','ariaLiveAnnouncer','trackChanges.mergeNestedSuggestions','2286543FSeHTn','clear','_getExternalAuthor','addMarker:suggestion','catch','_reduceExistingSuggestions','author','elementToElement','containerElement','dataReady','_removeSuggestion','targetPosition','init','discardSuggestion','formatBlock:','isAtEnd','_descriptionFactory','trackChanges','substr','always','forward','isCollapsed','getRanges','_registerDefaultCallbacks','enableCommand','formatInline:join','markMultiRangeInsertion','suggestionLoaded','authorName','open','value','deleteContent','normal','pluginName','editingDowncast','chain','elementStart','292pGIhJt','formatBlock:discard','_getSuggestionData','comments','registerCustomCallback','lowest','getRange','_editor','editor','formatBlock:join','options','track-changes-enable-command-twice','mapper','track-changes-command-not-found','removeMarker:suggestion:attribute','containsItem','containsPosition','_defaultCallbacks','nodeBefore','authoredAt','attribute:','activeMarkers','insertion:join','_adapter','consume','execute','head','move','_isRegisteredAttribute','createPositionBefore','_breakSuggestionMarker','setTo','originalSuggestionId','backward','removeComment','_processAttributeChanges','elementEnd','_registerBlockAttribute','getSuggestion','consumable','getCommentThread','hasSuggestion','getChangedMarkers','_afterChanges','fetchCommentThread','rejected','createPositionAfter','getLastMatchingPosition','enableReadOnlyMode','_enableDefaultAttributesIntegration','oldValue','isInContent','ck-suggestion-marker-formatBlock','addSuggestion','parent','dataDowncast','track-changes-suggestion-data-mismatch','isNextTo','isOwn','getItems','end','addMarker:suggestion:attribute','insertion','addMarkerName','2079026gPBGoX','change:_saved','isInsideObject','track-changes-adapter-missing-getsuggestion','markMultiRangeBlockFormat','root','data','Users','size','getIntersection','_customCallbacks','attribute:join','meta','detach','attribute:accept','_getAttributeKey','PENDING_ACTION_SUGGESTION','isIntersectingWithRange','toJSON','getAllAdjacentSuggestions','updateSuggestion','isAfter','multi','before','_saved','markInsertion','forEach','splitPosition','isLocal','_checkSuggestionCorrectness','_splitMarkerName','showSuggestionHighlights','trackChangesCommand','_enabledCommands','getWalker','suggestionChanged','isMultiRange','getFirstRange','differ','push','set','markerReady','collaboration.channelId','isIntersecting','model','deletion:chain','isRemovable','103705CWAhQa','_model','PendingActions','then','some','includes','getNearestSelectionRange','formatInline','ck-suggestion-marker-formatInline','_addThreadToSuggestion','bindElementToMarker','createPositionAt','toUpperCase','createSelection','previous','_commentsRepository','define','unshift','insertion:accept','27799254vtXaCu','locale','after','highest','_isBlockAttribute','_suggestionFactory','$textProxy','TrackChangesEditing','markerName','_setSuggestionRange','remove','requires','addMarker','keys','marker-count','deletion:discard','attribute','removeAttribute','format','buildSuggestion','formatBlock:accept','getChanges','external:','_joinWithAdjacentSuggestions','getAncestors','range','name','acceptAllSuggestions','_rangeIsInLocalUserInsertion','_suggestionState','substring','ck-suggestion-marker--active','formatBlock:chain','trackChanges.trackFormatChanges','filter','getDifference','join','markMultiRangeDeletion','_isForcedDefaultExecutionBlock','track-changes-adapter-already-set','multipleBlocks','_registerInlineAttribute','_SUGGESTION_ANNOUNCEMENT','change:activeMarkers','createRangeIn','track-changes-user-not-found','ck-suggestion-marker-','removeClass','default','never','ck-suggestion-marker','addMarker:suggestion:formatBlock','clone','markInlineFormat','deletion:join','addSuggestionData','isBefore','every','markDeletion','attributes','refresh','_element','LEAVE','suggestion-type','addCommentThread','getSuggestions','isLimit','createRange','_onDiscard','commands','high','_updateSuggestionData','newRange','_suggestions','_refreshSuggestionsChain','element','getAttribute','insertion:discard','registerPostFixer','listenTo','getContainedElement','forceDefaultExecution','accepted','insertContent','find','tablePasteChainId','adapter','formatInline:','isUndo','rename','nodeAfter','getMultiRangeId','reconvertMarker','rethrowUnexpectedError','isBlock','acceptSuggestion','enqueueChange','addUser','toViewElement','moveTargetPosition','type','resolve','markerToHighlight','suggestion','has','CommentsRepository','getSuggestionCallback','creator','_setSuggestionData','_getMarkerAnnouncementText','_createSuggestion','change','startsWith','removeMarker','insert','fromCharCode','1lcrvgf','_handleNewSuggestionMarker','subType','removed','split','FORMATTING','start','_joinSuggestions','formatGroupId','2355906lffFYN','groupId','_blockAttributeKeys','upcast','discardSelectedSuggestions','_cutOutSuggestionMarker','newValue','removeMarkers','values','_findSuggestions','getUser','pop','widget','_addSuggestionMarker','isExternal','map','markerNameToElements','markAttributeChange','hasComments','createElement','length','applyOperation','position','config','plugins','change:data','ready','addHighlight','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.','attributeKey','splice','commentThread','hasCommentThread','rootName','next','attributeOldValue','notReady','_processAttributeSuggestions','from','11411032dgBuhz','writer','get','insertion:','$marker','schema','$elementName','discard','markBlockFormat','_trackFormatChanges','editing','assign','formatInline:discard','accept','skipNestingCheck','deletion:accept','getFirstMarker','attributeNewValue','stop','$graveyard','isDocumentOperation','fire','updateMarker','createdAt','isAtStart','selection','document','formatBlock','error-saving-suggestion-data-suggestion-discarded','warn','acceptSelectedSuggestions','add','getMarkers','deletion:','suggestion:attribute:','_mergeNestedSuggestions','unbind','markers','_reduceSuggestionAttributeRange','dataToMarker','isArray','formatInline:chain','createRangeOn','suggestion:','group','_getAuthorFromId','suggestionUnloaded','_isDataLoaded','update:suggestion','item','track-changes-suggestion-not-found','howMany','@external','addComment','conversion','commandName','stopListening','key','insertion:chain','getShiftedBy','ENTER','isSelectable','setSelection','_refreshAttributeSuggestionsChain','2882502aNmzwt','for','_recordAttributeChanges','return','batch','discardAllSuggestions','removeMarker:suggestion:formatBlock','sort','documentSelection','containsRangeInObject','isEqual'];_0x99de=function(){return _0x1190de;};return _0x99de();}import _0x28f76f from'./commands/executeonselectedsuggestionscommand.js';import _0x842765 from'./suggestion.js';import _0x17b2a1 from'./suggestiondescriptionfactory.js';import _0x4d57e8 from'./integrations/aiassistant.js';import _0x1fb391 from'./integrations/alignment.js';import _0x44c8b3 from'./integrations/basicstyles.js';import _0x2b8790 from'./integrations/blockquote.js';import _0x521ad6 from'./integrations/casechange.js';import _0x4ac890 from'./integrations/ckbox.js';import _0x19d42b from'./integrations/codeblock.js';import _0x8227c0 from'./integrations/comments.js';import _0x444806 from'./integrations/deletecommand.js';import _0x31bcf0 from'./integrations/list.js';import _0x5ae880 from'./integrations/listproperties.js';import _0x3800db from'./integrations/entercommand.js';import _0x26b81d from'./integrations/findandreplace.js';import _0x47186c from'./integrations/font.js';import _0x23a8f0 from'./integrations/formatpainter.js';import _0x5d27c0 from'./integrations/heading.js';import _0x734e5d from'./integrations/highlight.js';import _0x3b7d7c from'./integrations/horizontalline.js';import _0x3a488a from'./integrations/htmlembed.js';import _0x1f624c from'./integrations/image.js';import _0x29ec15 from'./integrations/imagereplace.js';import _0x5f3115 from'./integrations/imagestyle.js';import _0x54465f from'./integrations/importword.js';import _0x558b6c from'./integrations/indent.js';import _0x5ddb4c from'./integrations/inputcommand.js';import _0x4b5c69 from'./integrations/link.js';import _0x1a3db5 from'./integrations/legacylist.js';import _0x2a95f8 from'./integrations/legacylistproperties.js';import _0x453fc0 from'./integrations/mediaembed.js';import _0xd65ee8 from'./integrations/mention.js';import _0x3797ab from'./integrations/pagebreak.js';import _0xfd0589 from'./integrations/paragraph.js';import _0xafe762 from'./integrations/removeformat.js';import _0x1d61d8 from'./integrations/restrictededitingmode.js';import _0x1cf0cf from'./integrations/shiftentercommand.js';import _0xdc37c1 from'./integrations/standardeditingmode.js';import _0xf626b5 from'./integrations/style.js';import _0x12497a from'./integrations/table.js';import _0x4ed7b9 from'./integrations/tablemergesplit.js';import _0x4362e6 from'./integrations/tableheadings.js';import _0x3f0231 from'./integrations/tableclipboard.js';import _0x53ce26 from'./integrations/tablecolumnresize.js';import _0xa6ebd0 from'./integrations/template.js';import _0x52c71b from'./integrations/tableofcontents.js';import _0x341551 from'./integrations/title.js';import _0x352856 from'./integrations/undo.js';import _0x170ed6 from'./integrations/tablecaption.js';import _0x5ee4b7 from'./integrations/tableproperties.js';import{getTranslation as _0x450634}from'./utils/common-translations.js';import{isEqual as _0x35f888,omit as _0x2c0705}from'lodash-es';export const renameAttributeKey=_0x4763c5(0x254);export default class p extends _0x109a5d{static get[_0x4763c5(0x1b5)](){const _0x546ce8=_0x4763c5;return[_0x546ce8(0x213),_0x4540d6,_0x22679f,_0x4d57e8,_0x1fb391,_0x44c8b3,_0x2b8790,_0x4ac890,_0x521ad6,_0x19d42b,_0x8227c0,_0x444806,_0x3800db,_0x26b81d,_0x47186c,_0x23a8f0,_0x5d27c0,_0x734e5d,_0x3b7d7c,_0x3a488a,_0x1f624c,_0x5f3115,_0x29ec15,_0x54465f,_0x558b6c,_0x5ddb4c,_0x1a3db5,_0x2a95f8,_0x4b5c69,_0x31bcf0,_0x5ae880,_0x453fc0,_0xd65ee8,_0x3797ab,_0xfd0589,_0xafe762,_0x1d61d8,_0x1cf0cf,_0xdc37c1,_0xf626b5,_0x12497a,_0x4ed7b9,_0x4362e6,_0x170ed6,_0x3f0231,_0x53ce26,_0x52c71b,_0x5ee4b7,_0xa6ebd0,_0x341551,_0x352856];}static get[_0x4763c5(0x124)](){const _0x1af722=_0x4763c5;return _0x1af722(0x1b1);}constructor(_0x378fd6){const _0x46e2d6=_0x4763c5;function _0x48eeea(_0x3048be){const _0x2f86db=_0x1f8f;return _0x3048be[_0x2f86db(0x236)](_0xe9c933=>String[_0x2f86db(0x21d)](_0xe9c933))[_0x2f86db(0x1ce)]('');}super(_0x378fd6),this[_0x46e2d6(0xfe)]=!0x1,this[_0x46e2d6(0x190)](_0x46e2d6(0x13d),[]),this['on'](_0x46e2d6(0x1d5),(_0x2ae10c,_0x429193,_0x522de1,_0x417a41)=>{const _0x404c6b=_0x46e2d6;this[_0x404c6b(0x198)][_0x404c6b(0x219)](()=>{const _0x350c87=_0x404c6b;for(const _0x5255d8 of[..._0x417a41,..._0x522de1])this[_0x350c87(0x198)][_0x350c87(0xc4)][_0x350c87(0x212)](_0x5255d8)&&_0x378fd6[_0x350c87(0x258)][_0x350c87(0x206)](_0x5255d8);});}),this[_0x46e2d6(0x113)]=new _0x17b2a1(this[_0x46e2d6(0x130)][_0x46e2d6(0x194)][_0x46e2d6(0x253)],this[_0x46e2d6(0x130)][_0x46e2d6(0x1ab)]),this[_0x46e2d6(0x13f)]=null,this[_0x46e2d6(0x1af)]=new Bt(this[_0x46e2d6(0x130)]),this[_0x46e2d6(0x1f3)]=new Map(),this[_0x46e2d6(0x1a6)]=_0x378fd6[_0x46e2d6(0x23f)][_0x46e2d6(0x250)](_0x46e2d6(0x213)),this[_0x46e2d6(0x189)]=new Set(),this[_0x46e2d6(0x198)]=this[_0x46e2d6(0x130)][_0x46e2d6(0x194)],this[_0x46e2d6(0x1c7)]=new WeakMap(),this[_0x46e2d6(0x1d0)]=!0x1,this[_0x46e2d6(0x229)]=new Set([_0x46e2d6(0x254)]),this[_0x46e2d6(0xf1)]=new Set(),_0x378fd6[_0x46e2d6(0x23e)][_0x46e2d6(0x1a7)](_0x46e2d6(0x1cb),_0x46e2d6(0x1da)),this[_0x46e2d6(0x257)]=_0x378fd6[_0x46e2d6(0x23e)][_0x46e2d6(0x250)](_0x46e2d6(0x1cb)),_0x378fd6[_0x46e2d6(0x23e)][_0x46e2d6(0x1a7)](_0x46e2d6(0x102),!0x0),this[_0x46e2d6(0xc2)]=_0x378fd6[_0x46e2d6(0x23e)][_0x46e2d6(0x250)](_0x46e2d6(0x102)),this[_0x46e2d6(0x188)]=new _0x3ed8dc(_0x378fd6,this[_0x46e2d6(0x189)]),this[_0x46e2d6(0x100)](),this[_0x48eeea([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x48eeea([0x34,0x30,0x34,0x38,0x30,0x36,0x34,0x32]);}[_0x4763c5(0x10f)](){const _0x57d8af=_0x4763c5,_0x5844ac=this[_0x57d8af(0x130)],_0x7d59e5=(_0x35b12e,_0x5d0c9)=>{const _0xf90a39=_0x57d8af;if(_0xf90a39(0x1ba)!=_0x35b12e)return _0xf90a39(0x1d8)+_0x35b12e;const _0x225878=_0x5d0c9[_0xf90a39(0x222)]('|')[0x0];return this[_0xf90a39(0x1ae)](_0x225878)?_0xf90a39(0x15c):_0xf90a39(0x19f);};_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x125))[_0x57d8af(0x210)]({'model':_0x57d8af(0x211),'view':_0x3dd028=>{const _0xd86680=_0x57d8af,{id:_0x558ac9,type:_0x5301c7,subType:_0x26df0f}=this[_0xd86680(0x186)](_0x3dd028[_0xd86680(0x1b2)]),_0x5450bb=[_0xd86680(0x1dc),_0x7d59e5(_0x5301c7,_0x26df0f)];let _0x534049=0xbb8;return this[_0xd86680(0x13d)][_0xd86680(0x19c)](_0x3dd028[_0xd86680(0x1b2)])&&(_0x5450bb[_0xd86680(0x18f)](_0xd86680(0x1c9)),_0x534049=0xbc2),_0xd86680(0xfd)==_0x5301c7&&(_0x534049+=0x5),{'classes':_0x5450bb,'attributes':{'data-suggestion':_0x558ac9},'priority':_0x534049};}}),_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x15f))[_0x57d8af(0xbe)](_0x4bdec2=>{const _0x24809c=_0x57d8af;_0x4bdec2['on'](_0x24809c(0x106),(_0x5a3523,_0x467b78,_0x1b6aee)=>{const _0x368c98=_0x24809c;if(!_0x1b6aee[_0x368c98(0x132)][_0x368c98(0x187)])return;const _0x4a0965=_0x467b78[_0x368c98(0xd0)];if(!_0x4a0965)return;const _0x262ee9=_0x1b6aee[_0x368c98(0x134)][_0x368c98(0x20c)](_0x4a0965);_0x5844ac[_0x368c98(0x194)][_0x368c98(0x253)][_0x368c98(0xf0)](_0x4a0965)&&_0x262ee9&&!_0x262ee9[_0x368c98(0xff)](_0x368c98(0x233))&&_0x262ee9['is'](_0x368c98(0x10b))&&_0x1890b3(_0x262ee9,_0x1b6aee[_0x368c98(0x24f)]);},{'priority':_0x24809c(0x1f0)});}),_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x15f))[_0x57d8af(0x210)]({'model':_0x57d8af(0x211),'view':(_0x1cfe88,_0x2a3f3a)=>{const _0x1f4bbf=_0x57d8af;if(!_0x2a3f3a[_0x1f4bbf(0x132)][_0x1f4bbf(0x187)])return null;const {type:_0x25afc2,subType:_0x217bbe}=this[_0x1f4bbf(0x186)](_0x1cfe88[_0x1f4bbf(0x1b2)]);return{'classes':[_0x1f4bbf(0x1dc),_0x7d59e5(_0x25afc2,_0x217bbe)],'priority':0xbb8};}});const _0x1b8c6d=({showActiveMarkers:_0x11a15a=!0x0,isAttributeSuggestion:_0x54a6b6=!0x1}={})=>(_0x7c5ccf,_0x3e2409,_0x34e71e)=>{const _0x5566cf=_0x57d8af;if(!_0x3e2409[_0x5566cf(0xd0)])return;const {id:_0x297e07}=this[_0x5566cf(0x186)](_0x3e2409[_0x5566cf(0x1b2)]);if(_0x54a6b6){const _0x780044=this[_0x5566cf(0x1f3)][_0x5566cf(0x250)](_0x297e07),_0x5c96e7=this[_0x5566cf(0x177)](_0x780044);if(!this[_0x5566cf(0x1ae)](_0x5c96e7))return;}if(_0x3e2409[_0x5566cf(0xd0)]['is'](_0x5566cf(0xb8)))return void _0x34e71e[_0x5566cf(0x14f)][_0x5566cf(0x140)](_0x3e2409[_0x5566cf(0xd0)],_0x7c5ccf[_0x5566cf(0x1c4)]);const _0x574d0d=_0x34e71e[_0x5566cf(0x134)][_0x5566cf(0x20c)](_0x3e2409[_0x5566cf(0xd0)]);if(_0x3e2409[_0x5566cf(0xd0)]['is'](_0x5566cf(0x1f5))&&_0x5844ac[_0x5566cf(0x194)][_0x5566cf(0x253)][_0x5566cf(0x208)](_0x3e2409[_0x5566cf(0xd0)])&&!_0x574d0d[_0x5566cf(0xff)](_0x5566cf(0x242))){_0x34e71e[_0x5566cf(0x24f)][_0x5566cf(0xee)]([_0x5566cf(0x1dc),_0x5566cf(0x15c)],_0x574d0d),_0x34e71e[_0x5566cf(0x24f)][_0x5566cf(0xf5)](_0x5566cf(0xf9),_0x297e07,_0x574d0d),_0x34e71e[_0x5566cf(0x134)][_0x5566cf(0x1a1)](_0x574d0d,_0x3e2409[_0x5566cf(0x1b2)]),_0x11a15a&&(this[_0x5566cf(0x13d)][_0x5566cf(0x19c)](_0x3e2409[_0x5566cf(0x1b2)])?_0x34e71e[_0x5566cf(0x24f)][_0x5566cf(0xee)](_0x5566cf(0x1c9),_0x574d0d):_0x34e71e[_0x5566cf(0x24f)][_0x5566cf(0x1d9)](_0x5566cf(0x1c9),_0x574d0d));for(const _0x1f1f65 of _0x5844ac[_0x5566cf(0x194)][_0x5566cf(0x1d6)](_0x3e2409[_0x5566cf(0xd0)])[_0x5566cf(0x163)]())_0x34e71e[_0x5566cf(0x14f)][_0x5566cf(0x140)](_0x1f1f65,_0x7c5ccf[_0x5566cf(0x1c4)]);_0x34e71e[_0x5566cf(0x14f)][_0x5566cf(0x140)](_0x3e2409[_0x5566cf(0xd0)],_0x7c5ccf[_0x5566cf(0x1c4)]);}};_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x15f))[_0x57d8af(0xbe)](_0x504aed=>{const _0x4aed7f=_0x57d8af;_0x504aed['on'](_0x4aed7f(0x1dd),(_0x32ba4c,_0x1d1cb9,_0x33126c)=>{const _0x2bd258=_0x4aed7f;_0x33126c[_0x2bd258(0x132)][_0x2bd258(0x187)]&&_0x1b8c6d({'showActiveMarkers':!0x1})(_0x32ba4c,_0x1d1cb9,_0x33126c);},{'priority':_0x4aed7f(0x1ad)});}),_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x15f))[_0x57d8af(0xbe)](_0x4490c5=>{const _0x18d423=_0x57d8af;_0x4490c5['on'](_0x18d423(0x165),(_0x3f3347,_0xc0eac8,_0x47d6cd)=>{const _0x122962=_0x18d423;_0x47d6cd[_0x122962(0x132)][_0x122962(0x187)]&&_0x1b8c6d({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3f3347,_0xc0eac8,_0x47d6cd);},{'priority':_0x18d423(0x1ad)});}),_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x15f))[_0x57d8af(0xf8)]({'model':_0x57d8af(0x211),'view':(_0x3b3f6c,_0x393765)=>_0x393765[_0x57d8af(0x132)][_0x57d8af(0x187)]?null:{'group':_0x57d8af(0x211),'name':_0x3b3f6c[_0x57d8af(0x115)](0xb)}}),_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x22a))[_0x57d8af(0x10a)]({'view':{'name':_0x57d8af(0x211),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x27601a,{writer:_0x207e70})=>{const _0x2d3d60=_0x57d8af;let _0x1a1be0=_0x2d3d60(0xca)+_0x27601a[_0x2d3d60(0x1f6)](_0x2d3d60(0x1e9))+':'+_0x27601a[_0x2d3d60(0x1f6)]('id');return _0x27601a[_0x2d3d60(0x1f6)](_0x2d3d60(0x1b8))&&(_0x1a1be0+=':'+_0x27601a[_0x2d3d60(0x1f6)](_0x2d3d60(0x1b8))),_0x207e70[_0x2d3d60(0x23a)](_0x2d3d60(0x252),{'data-name':_0x1a1be0});}}),_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x22a))[_0x57d8af(0xc6)]({'view':_0x57d8af(0x211)}),_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x125))[_0x57d8af(0xbe)](_0x1d2515=>{const _0x5cc1bd=_0x57d8af;_0x1d2515['on'](_0x5cc1bd(0x1dd),_0x1b8c6d(),{'priority':_0x5cc1bd(0x1f0)});}),_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x125))[_0x57d8af(0xbe)](_0x9a89c=>{const _0x4757ea=_0x57d8af;_0x9a89c['on'](_0x4757ea(0x165),_0x1b8c6d({'isAttributeSuggestion':!0x0}),{'priority':_0x4757ea(0x1f0)});}),_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x125))[_0x57d8af(0xbe)](_0x3df878=>{const _0x35fbf8=_0x57d8af;_0x3df878['on'](_0x35fbf8(0xe5),(_0x1cff17,_0x37752b,_0x4e0a0d)=>{const _0x33e470=_0x35fbf8,_0x22dec2=_0x4e0a0d[_0x33e470(0x134)][_0x33e470(0x237)](_0x37752b[_0x33e470(0x1b2)]);if(_0x22dec2){for(const _0xa80ebc of _0x22dec2)_0xa80ebc[_0x33e470(0xff)](_0x33e470(0x242))||(_0x4e0a0d[_0x33e470(0x24f)][_0x33e470(0x1d9)]([_0x33e470(0x1dc),_0x33e470(0x15c),_0x33e470(0x1c9)],_0xa80ebc),_0x4e0a0d[_0x33e470(0x24f)][_0x33e470(0x1bb)](_0x33e470(0xf9),_0xa80ebc),_0x4e0a0d[_0x33e470(0x134)][_0x33e470(0xeb)](_0xa80ebc,_0x37752b[_0x33e470(0x1b2)]));}},{'priority':_0x35fbf8(0x1f0)});}),_0x5844ac[_0x57d8af(0xd5)][_0x57d8af(0xe0)](_0x57d8af(0x125))[_0x57d8af(0xbe)](_0x4205c1=>{const _0x4e2029=_0x57d8af;_0x4205c1['on'](_0x4e2029(0x136),(_0x2f8652,_0x4957aa,_0x150c31)=>{const _0x1515dc=_0x4e2029,_0x480b63=_0x150c31[_0x1515dc(0x134)][_0x1515dc(0x237)](_0x4957aa[_0x1515dc(0x1b2)]);if(!_0x480b63)return;const {id:_0x11a201}=this[_0x1515dc(0x186)](_0x4957aa[_0x1515dc(0x1b2)]),_0x3fb7ac=this[_0x1515dc(0x1f3)][_0x1515dc(0x250)](_0x11a201),_0x584219=this[_0x1515dc(0x177)](_0x3fb7ac);if(this[_0x1515dc(0x1ae)](_0x584219)){for(const _0x118631 of _0x480b63)_0x118631[_0x1515dc(0xff)](_0x1515dc(0x242))||(_0x150c31[_0x1515dc(0x24f)][_0x1515dc(0x1d9)]([_0x1515dc(0x1dc),_0x1515dc(0x15c),_0x1515dc(0x1c9)],_0x118631),_0x150c31[_0x1515dc(0x24f)][_0x1515dc(0x1bb)](_0x1515dc(0xf9),_0x118631),_0x150c31[_0x1515dc(0x134)][_0x1515dc(0xeb)](_0x118631,_0x4957aa[_0x1515dc(0x1b2)]));}},{'priority':_0x4e2029(0x1f0)});}),_0x5844ac[_0x57d8af(0x194)][_0x57d8af(0xb9)][_0x57d8af(0x1f8)](_0x45bb1b=>{const _0x46b355=_0x57d8af;let _0x17c6e5=!0x1;const _0x17ca7a=Array[_0x46b355(0x24d)](_0x5844ac[_0x46b355(0x194)][_0x46b355(0xb9)][_0x46b355(0x18e)][_0x46b355(0x152)]()),_0x55374b=new Set();for(const {name:_0x5a6dda,data:_0x6c3370}of _0x17ca7a){const {group:_0x1920c7,type:_0x3efeb8,subType:_0x234de6,id:_0x53a137}=this[_0x46b355(0x186)](_0x5a6dda);if(_0x46b355(0x211)!==_0x1920c7)continue;const _0x15e3b0=this[_0x46b355(0x1f3)][_0x46b355(0x250)](_0x53a137);if(null!=_0x6c3370[_0x46b355(0x1f2)]){_0x46b355(0x19e)==_0x3efeb8&&(_0x17c6e5=_0x17c6e5||Tt(_0x6c3370[_0x46b355(0x1f2)],_0x5a6dda,_0x45bb1b,_0x5844ac[_0x46b355(0x194)][_0x46b355(0x253)]));const _0xb9d3c3=_0x46b355(0x1ba)==_0x3efeb8&&this[_0x46b355(0x1ae)](_0x234de6[_0x46b355(0x222)]('|')[0x0]);if(_0x6c3370[_0x46b355(0x1f2)][_0x46b355(0x118)]||_0x46b355(0x261)==_0x6c3370[_0x46b355(0x1f2)][_0x46b355(0x16d)][_0x46b355(0x248)]||_0x46b355(0xba)==_0x3efeb8&&!Vt(_0x6c3370[_0x46b355(0x1f2)])||_0xb9d3c3&&!Vt(_0x6c3370[_0x46b355(0x1f2)])||_0x46b355(0xfd)==_0x3efeb8&&!(!Rt(_0x518a7e=_0x6c3370[_0x46b355(0x1f2)])&&!function(_0x337748){const _0x4713f0=_0x46b355;return _0x337748[_0x4713f0(0x224)][_0x4713f0(0x15e)]==_0x337748[_0x4713f0(0x164)][_0x4713f0(0x13a)]&&_0x337748[_0x4713f0(0x224)][_0x4713f0(0x112)];}(_0x518a7e)))_0x45bb1b[_0x46b355(0x21b)](_0x5a6dda),_0x17c6e5=!0x0;else{if(!_0x15e3b0||!_0x15e3b0[_0x46b355(0x15b)])continue;_0x55374b[_0x46b355(0xbe)](_0x15e3b0);}}}var _0x518a7e;return _0x55374b[_0x46b355(0x170)]>0x0&&(_0x17c6e5=!!this[_0x46b355(0x1c1)](_0x55374b)||_0x17c6e5),_0x17c6e5;}),_0x5844ac[_0x57d8af(0x194)][_0x57d8af(0xb9)][_0x57d8af(0x1f8)](_0x3e628d=>{const _0x41db8f=_0x57d8af;let _0x44ca85=!0x1;for(const _0x374013 of _0x5844ac[_0x41db8f(0x194)][_0x41db8f(0xb9)][_0x41db8f(0x18e)][_0x41db8f(0x1bf)]())if(_0x41db8f(0x21c)==_0x374013[_0x41db8f(0x20e)])for(const _0x33a7ef of this[_0x41db8f(0x1f3)][_0x41db8f(0x22f)]()){if(_0x33a7ef[_0x41db8f(0x18c)]||!_0x33a7ef[_0x41db8f(0x15b)])continue;const _0x195d7b=_0x41db8f(0xba)==_0x33a7ef[_0x41db8f(0x20e)],_0x5e6e11=this[_0x41db8f(0x177)](_0x33a7ef),_0x106892=_0x5e6e11&&this[_0x41db8f(0x1ae)](_0x5e6e11);if(!_0x195d7b&&!_0x106892)continue;const _0x5ea124=_0x33a7ef[_0x41db8f(0x18d)]();if(_0x5ea124[_0x41db8f(0x224)][_0x41db8f(0x15e)]!=_0x5ea124[_0x41db8f(0x164)][_0x41db8f(0x15e)]&&!_0x5ea124[_0x41db8f(0x164)][_0x41db8f(0x112)]){const _0x37a747=_0x5844ac[_0x41db8f(0x194)][_0x41db8f(0x1a2)](_0x5ea124[_0x41db8f(0x224)][_0x41db8f(0x204)],_0x41db8f(0x164)),_0x48a38d=_0x5844ac[_0x41db8f(0x194)][_0x41db8f(0x1ed)](_0x5ea124[_0x41db8f(0x224)],_0x37a747);_0x3e628d[_0x41db8f(0x264)](_0x33a7ef[_0x41db8f(0x25e)](),{'range':_0x48a38d}),_0x44ca85=!0x0;}}return _0x44ca85;}),_0x5844ac[_0x57d8af(0x194)][_0x57d8af(0xb9)][_0x57d8af(0x1f8)](_0x155e09=>this[_0x57d8af(0x14b)](_0x155e09)),_0x5844ac[_0x57d8af(0x194)][_0x57d8af(0xb9)][_0x57d8af(0x1f8)](_0x5d50b0=>!_0x5d50b0[_0x57d8af(0xe3)][_0x57d8af(0x184)]&&this[_0x57d8af(0x24c)](_0x5d50b0)),_0x5844ac[_0x57d8af(0x194)]['on'](_0x57d8af(0x153),()=>{const _0x141019=_0x57d8af;this[_0x141019(0xfe)]=!0x1;}),_0x5844ac[_0x57d8af(0x194)][_0x57d8af(0xb9)]['on'](_0x57d8af(0x240),(_0x191bd8,_0x408749)=>{const _0x2bc3cd=_0x57d8af;if(!_0x408749[_0x2bc3cd(0x184)]||_0x408749[_0x2bc3cd(0x202)])return;if(!this[_0x2bc3cd(0xfe)])return;const _0x4c26a6=_0x5844ac[_0x2bc3cd(0x194)][_0x2bc3cd(0xb9)][_0x2bc3cd(0x18e)][_0x2bc3cd(0x1bf)]();if(0x0==_0x4c26a6[_0x2bc3cd(0x23b)])return;const _0x1fae5f=[],_0x5c2a6d=_0x4c26a6[_0x2bc3cd(0x1cc)](_0x30c10c=>_0x2bc3cd(0x1ba)==_0x30c10c[_0x2bc3cd(0x20e)]),_0x1faf70=_0x4c26a6[_0x2bc3cd(0x1cc)](_0x51a4bb=>_0x2bc3cd(0x21c)==_0x51a4bb[_0x2bc3cd(0x20e)]&&_0x2bc3cd(0xf4)!=_0x51a4bb[_0x2bc3cd(0x1c4)]),_0x145056=_0x4c26a6[_0x2bc3cd(0x1cc)](_0x3015e5=>_0x2bc3cd(0x1b4)==_0x3015e5[_0x2bc3cd(0x20e)]&&_0x2bc3cd(0xf4)!=_0x3015e5[_0x2bc3cd(0x1c4)]);for(const _0x4972b7 of _0x5c2a6d)this[_0x2bc3cd(0x144)](_0x4972b7[_0x2bc3cd(0x244)])&&_0x1fae5f[_0x2bc3cd(0x18f)]({'key':_0x4972b7[_0x2bc3cd(0x244)],'newValue':_0x4972b7[_0x2bc3cd(0x25f)],'oldValue':_0x4972b7[_0x2bc3cd(0x24a)],'range':Ut(_0x4972b7[_0x2bc3cd(0x1c3)],_0x5844ac[_0x2bc3cd(0x194)])});for(const _0x2e605d of _0x1faf70){const _0x119e42=_0x145056[_0x2bc3cd(0x1fe)](_0x431cbe=>_0x431cbe[_0x2bc3cd(0x1e7)]===_0x2e605d[_0x2bc3cd(0x1e7)]);if(_0x119e42){const _0x1aebcc=Ot(_0x2e605d[_0x2bc3cd(0x23d)][_0x2bc3cd(0x204)],_0x5844ac[_0x2bc3cd(0x194)]);_0x119e42[_0x2bc3cd(0x1c4)]!==_0x2e605d[_0x2bc3cd(0x1c4)]&&_0x1fae5f[_0x2bc3cd(0x18f)]({'key':_0x2bc3cd(0x254),'newValue':_0x2e605d[_0x2bc3cd(0x1c4)],'oldValue':_0x119e42[_0x2bc3cd(0x1c4)],'range':_0x1aebcc});for(const [_0x1634e6,_0x158693]of _0x119e42[_0x2bc3cd(0x1e5)]){if(!this[_0x2bc3cd(0x144)](_0x1634e6))continue;const _0x37efe0=_0x2e605d[_0x2bc3cd(0x1e5)][_0x2bc3cd(0x250)](_0x1634e6);_0x158693!==_0x37efe0&&_0x1fae5f[_0x2bc3cd(0x18f)]({'key':_0x1634e6,'newValue':_0x37efe0,'oldValue':_0x158693,'range':_0x1aebcc});}for(const [_0x5b6ef0,_0x51b4a9]of _0x2e605d[_0x2bc3cd(0x1e5)])this[_0x2bc3cd(0x144)](_0x5b6ef0)&&(_0x119e42[_0x2bc3cd(0x1e5)][_0x2bc3cd(0x212)](_0x5b6ef0)||_0x1fae5f[_0x2bc3cd(0x18f)]({'key':_0x5b6ef0,'newValue':_0x51b4a9,'oldValue':null,'range':_0x1aebcc}));}}0x0!=_0x1fae5f[_0x2bc3cd(0x23b)]&&_0x5844ac[_0x2bc3cd(0x194)][_0x2bc3cd(0x20a)](_0x408749,_0x5e6ea1=>{const _0x1966eb=_0x2bc3cd,_0x5ab6aa=_0x3c7129();for(const {range:_0x1c88f5,key:_0x2c2665,oldValue:_0x5c77bd,newValue:_0x5b7fa4}of _0x1fae5f)this[_0x1966eb(0x238)](_0x1c88f5,_0x2c2665,_0x5c77bd,_0x5b7fa4,{'groupId':_0x5ab6aa});this[_0x1966eb(0x108)](_0x5e6ea1,_0x1fae5f);});},{'priority':_0x57d8af(0x12d)}),_0x5844ac[_0x57d8af(0x194)][_0x57d8af(0xc4)]['on'](_0x57d8af(0xcf),(_0x1bfb84,_0x7af747,_0x466bf9)=>{const _0x3a3346=_0x57d8af;if(null==_0x466bf9){const {id:_0x1fb072}=this[_0x3a3346(0x186)](_0x7af747[_0x3a3346(0x1c4)]),_0x2c1f38=this[_0x3a3346(0x1f3)][_0x3a3346(0x250)](_0x1fb072);_0x2c1f38&&_0x2c1f38[_0x3a3346(0x167)](_0x7af747[_0x3a3346(0x1c4)]);}}),_0x5844ac[_0x57d8af(0x194)][_0x57d8af(0xb9)]['on'](_0x57d8af(0x240),()=>{const _0x271376=_0x57d8af,_0x4a2026=Array[_0x271376(0x24d)](_0x5844ac[_0x271376(0x194)][_0x271376(0xb9)][_0x271376(0x18e)][_0x271376(0x152)]())[_0x271376(0x1cc)](_0x323870=>_0x271376(0x211)===this[_0x271376(0x186)](_0x323870[_0x271376(0x1c4)])[_0x271376(0xcb)]);if(0x0===_0x4a2026[_0x271376(0x23b)])return;_0x4a2026[_0x271376(0xe6)]((_0x15d10f,_0x25bc38)=>{const _0x3d853c=_0x271376,_0x35d6cf=_0x15d10f[_0x3d853c(0x16e)][_0x3d853c(0xf6)],_0x266756=_0x25bc38[_0x3d853c(0x16e)][_0x3d853c(0xf6)];return null===_0x35d6cf&&null===_0x266756?0x0:null===_0x35d6cf&&null!==_0x266756?-0x1:null!==_0x35d6cf&&null===_0x266756?0x1:_0x35d6cf[_0x3d853c(0x224)][_0x3d853c(0x1e2)](_0x266756[_0x3d853c(0x224)])?-0x1:0x1;});const _0x2550d8=new Set(),_0x34017c=new Set();for(const {name:_0x4b94db,data:_0x24fd29}of _0x4a2026){const {id:_0x1017c5}=this[_0x271376(0x186)](_0x4b94db);if(null===_0x24fd29[_0x271376(0xf6)]){const _0x3108b1=this[_0x271376(0x21f)](_0x4b94db);_0x34017c[_0x271376(0xbe)](_0x3108b1);}else{const _0x1490aa=this[_0x271376(0x1f3)][_0x271376(0x250)](_0x1017c5);null!==_0x24fd29[_0x271376(0x1f2)]||_0x1490aa[_0x271376(0x15b)]?(_0x2550d8[_0x271376(0xbe)](_0x1490aa[_0x271376(0x142)]),_0x34017c[_0x271376(0xbe)](_0x1490aa)):this[_0x271376(0x10d)](_0x1490aa);}}_0x34017c[_0x271376(0x170)]>0x0&&this[_0x271376(0x1f4)](_0x34017c);for(const _0x1b1c8e of _0x2550d8)this[_0x271376(0x263)](_0x271376(0x18b),_0x1b1c8e);}),_0x5844ac[_0x57d8af(0x194)]['on'](_0x57d8af(0x23c),(_0x961018,_0x510df5)=>{const _0x342b30=_0x57d8af,_0x265e90=_0x510df5[0x0];if(!this[_0x342b30(0x1f3)][_0x342b30(0x170)])return;if(!_0x265e90[_0x342b30(0x262)])return;if(_0x265e90[_0x342b30(0xe3)][_0x342b30(0x202)]||!_0x265e90[_0x342b30(0xe3)][_0x342b30(0x184)])return;let _0x2548cd,_0x4b6c93;switch(_0x265e90[_0x342b30(0x20e)]){case _0x342b30(0x21c):_0x2548cd=_0x5844ac[_0x342b30(0x194)][_0x342b30(0x1a2)](_0x265e90[_0x342b30(0x23d)]),_0x4b6c93=_0x2548cd[_0x342b30(0xda)](_0x265e90[_0x342b30(0xd2)]);break;case _0x342b30(0x222):_0x2548cd=_0x5844ac[_0x342b30(0x194)][_0x342b30(0x1a2)](_0x265e90[_0x342b30(0x183)]),_0x4b6c93=_0x5844ac[_0x342b30(0x194)][_0x342b30(0x1a2)](_0x265e90[_0x342b30(0x20d)]);break;case _0x342b30(0x143):_0x2548cd=_0x5844ac[_0x342b30(0x194)][_0x342b30(0x1a2)](_0x265e90[_0x342b30(0x10e)]),_0x4b6c93=_0x2548cd[_0x342b30(0xda)](_0x265e90[_0x342b30(0xd2)]);break;default:return;}const _0x218164=_0x5844ac[_0x342b30(0x194)][_0x342b30(0x1ed)](_0x2548cd,_0x4b6c93);_0x5844ac[_0x342b30(0x194)][_0x342b30(0x219)](()=>{const _0xf1472e=_0x342b30;for(const {suggestion:_0x1dc5f,meta:_0x3340da}of this[_0xf1472e(0x230)](_0x218164)){if(_0x1dc5f[_0xf1472e(0x18c)])continue;if(_0xf1472e(0x19e)==_0x1dc5f[_0xf1472e(0x20e)])continue;const _0x4837b3=this[_0xf1472e(0x177)](_0x1dc5f);if(_0x4837b3&&this[_0xf1472e(0x1ae)](_0x4837b3)&&_0xf1472e(0x222)!=_0x265e90[_0xf1472e(0x20e)])continue;const _0x675477=_0x1dc5f[_0xf1472e(0x16e)]&&_0x1dc5f[_0xf1472e(0x16e)][_0xf1472e(0x1d2)];(_0xf1472e(0xba)!=_0x1dc5f[_0xf1472e(0x20e)]||_0xf1472e(0x222)==_0x265e90[_0xf1472e(0x20e)]&&!_0x675477)&&(_0x3340da[_0xf1472e(0xe8)]||_0xf1472e(0x166)==_0x1dc5f[_0xf1472e(0x20e)]&&_0x3340da[_0xf1472e(0x162)]||_0x1dc5f[_0xf1472e(0x18d)]()[_0xf1472e(0xf7)](_0x218164)&&this[_0xf1472e(0x146)](_0x1dc5f,_0x2548cd,_0x4b6c93));}});},{'priority':_0x57d8af(0x12d)}),_0x5844ac[_0x57d8af(0x194)]['on'](_0x57d8af(0x122),(_0x4ed56d,_0x1f7b1e)=>{const _0x509cbd=_0x57d8af,_0x4c7db4=_0x1f7b1e[0x0],_0x525572=_0x1f7b1e[0x1];if(_0x525572&&_0x525572[_0x509cbd(0x1fb)])return;if(this[_0x509cbd(0x1d0)])return;if(!this[_0x509cbd(0x188)][_0x509cbd(0x121)])return;if(_0x4c7db4[_0x509cbd(0x118)])return;const _0x2eff21=_0x5844ac[_0x509cbd(0x194)][_0x509cbd(0x253)],{start:_0x427350,end:_0x4b9650}=_0x4c7db4[_0x509cbd(0x18d)](),_0x3cba24=_0x427350[_0x509cbd(0x204)]&&_0x2eff21[_0x509cbd(0x1ec)](_0x427350[_0x509cbd(0x204)])?null:_0x2eff21[_0x509cbd(0x19d)](_0x427350,_0x509cbd(0x117)),_0x2064fd=_0x4b9650[_0x509cbd(0x13a)]&&_0x2eff21[_0x509cbd(0x1ec)](_0x4b9650[_0x509cbd(0x13a)])?null:_0x2eff21[_0x509cbd(0x19d)](_0x4b9650,_0x509cbd(0x149)),_0x5159a2=_0x5844ac[_0x509cbd(0x194)][_0x509cbd(0x1ed)](_0x3cba24?_0x3cba24[_0x509cbd(0x224)]:_0x427350,_0x2064fd?_0x2064fd[_0x509cbd(0x164)]:_0x4b9650);_0x5844ac[_0x509cbd(0x194)][_0x509cbd(0x219)](_0x39ab2d=>{const _0x1745ff=_0x509cbd;this[_0x1745ff(0x1e4)](_0x5159a2);const _0x304e54=_0x5844ac[_0x1745ff(0x194)][_0x1745ff(0x253)][_0x1745ff(0x19d)](_0x5159a2[_0x1745ff(0x224)]);_0x4c7db4['is'](_0x1745ff(0xe7))?_0x39ab2d[_0x1745ff(0xdd)](_0x304e54):_0x4c7db4[_0x1745ff(0x147)](_0x304e54);}),_0x4ed56d[_0x509cbd(0x260)]();},{'priority':_0x3435df[_0x57d8af(0x123)]+0xa}),_0x5844ac[_0x57d8af(0x194)]['on'](_0x57d8af(0x1fd),(_0x1d45e2,_0x137087)=>{const _0x297eb8=_0x57d8af,_0x56466b=_0x137087[_0x137087[_0x297eb8(0x23b)]-0x1];_0x56466b&&_0x56466b[_0x297eb8(0x1fb)]||this[_0x297eb8(0x1d0)]||this[_0x297eb8(0x188)][_0x297eb8(0x121)]&&(_0x5844ac[_0x297eb8(0x194)][_0x297eb8(0x219)](()=>{const _0x58818a=_0x297eb8;let _0x203560=_0x5844ac[_0x58818a(0x194)][_0x58818a(0x1fd)](_0x137087[0x0],_0x137087[0x1],_0x137087[0x2],{'forceDefaultExecution':!0x0});if(!_0x203560)return;_0x1d45e2[_0x58818a(0xe2)]=_0x203560[_0x58818a(0x1de)]();const _0x2385c6=_0x203560[_0x58818a(0x164)][_0x58818a(0x13a)],_0x387fd3=_0x5844ac[_0x58818a(0x194)][_0x58818a(0x253)];_0x2385c6&&_0x387fd3[_0x58818a(0x208)](_0x2385c6)&&!_0x387fd3[_0x58818a(0xf0)](_0x2385c6)&&(_0x203560=_0x5844ac[_0x58818a(0x194)][_0x58818a(0x1ed)](_0x203560[_0x58818a(0x224)],_0x5844ac[_0x58818a(0x194)][_0x58818a(0x1a2)](_0x2385c6,_0x58818a(0x164)))),this[_0x58818a(0x181)](_0x203560);}),_0x1d45e2[_0x297eb8(0x260)]());},{'priority':_0x57d8af(0x1f0)}),this[_0x57d8af(0x130)][_0x57d8af(0x1ef)][_0x57d8af(0xbe)](_0x57d8af(0x114),this[_0x57d8af(0x188)]),this[_0x57d8af(0x11b)](_0x57d8af(0x114));const _0x3eae5e=new _0x2b052a(_0x5844ac,this[_0x57d8af(0x1f3)]);_0x5844ac[_0x57d8af(0x1ef)][_0x57d8af(0xbe)](_0x57d8af(0x209),_0x3eae5e),this[_0x57d8af(0x11b)](_0x57d8af(0x209));const _0xd33bd8=new _0x4bf663(_0x5844ac,this[_0x57d8af(0x1f3)]);_0x5844ac[_0x57d8af(0x1ef)][_0x57d8af(0xbe)](_0x57d8af(0x110),_0xd33bd8),this[_0x57d8af(0x11b)](_0x57d8af(0x110)),_0x5844ac[_0x57d8af(0x1ef)][_0x57d8af(0xbe)](_0x57d8af(0x1c5),new _0x4e3a1f(_0x5844ac,_0x3eae5e,this[_0x57d8af(0x1f3)])),this[_0x57d8af(0x11b)](_0x57d8af(0x1c5)),_0x5844ac[_0x57d8af(0x1ef)][_0x57d8af(0xbe)](_0x57d8af(0xe4),new _0x4e3a1f(_0x5844ac,_0xd33bd8,this[_0x57d8af(0x1f3)])),this[_0x57d8af(0x11b)](_0x57d8af(0xe4)),_0x5844ac[_0x57d8af(0x1ef)][_0x57d8af(0xbe)](_0x57d8af(0xbd),new _0x28f76f(_0x5844ac,_0x3eae5e,this[_0x57d8af(0x1f3)])),this[_0x57d8af(0x11b)](_0x57d8af(0xbd)),_0x5844ac[_0x57d8af(0x1ef)][_0x57d8af(0xbe)](_0x57d8af(0x22b),new _0x28f76f(_0x5844ac,_0xd33bd8,this[_0x57d8af(0x1f3)])),this[_0x57d8af(0x11b)](_0x57d8af(0x22b));const _0x5539c7=_0x5844ac[_0x57d8af(0x23f)][_0x57d8af(0x250)](_0x57d8af(0x213));this[_0x57d8af(0x1f9)](_0x5539c7,_0x57d8af(0xd4),(_0x562814,{threadId:_0x1236c3})=>{const _0x46b11b=_0x57d8af,_0x49d89f=this[_0x46b11b(0x1f3)][_0x46b11b(0x250)](_0x1236c3);_0x49d89f&&_0x49d89f[_0x46b11b(0x246)]&&0x1===_0x49d89f[_0x46b11b(0x246)][_0x46b11b(0x23b)]&&this[_0x46b11b(0x1f1)](_0x1236c3,{'hasComments':!0x0});},{'priority':_0x57d8af(0xfa)}),this[_0x57d8af(0x1f9)](_0x5539c7,_0x57d8af(0x14a),(_0x4d411c,{threadId:_0x5cbca8})=>{const _0x236aba=_0x57d8af,_0x200617=this[_0x236aba(0x1f3)][_0x236aba(0x250)](_0x5cbca8);_0x200617&&_0x200617[_0x236aba(0x246)]&&!_0x200617[_0x236aba(0x246)][_0x236aba(0x23b)]&&this[_0x236aba(0x1f1)](_0x5cbca8,{'hasComments':!0x1});},{'priority':_0x57d8af(0xfa)});}set[_0x4763c5(0x200)](_0x3d42ca){const _0x314f02=_0x4763c5;if(this[_0x314f02(0x13f)])throw new _0x23d49e(_0x314f02(0x1d1),this);this[_0x314f02(0x13f)]=_0x3d42ca;}get[_0x4763c5(0x200)](){const _0x4c40ed=_0x4763c5;return this[_0x4c40ed(0x13f)];}[_0x4763c5(0x1eb)]({skipNotAttached:_0xf0ad0e=!0x1,toJSON:_0x4255fa=!0x1}={}){const _0x4f891c=_0x4763c5,_0x47ff6a=[];for(const _0x25ff20 of this[_0x4f891c(0x1f3)][_0x4f891c(0x22f)]())_0xf0ad0e&&!_0x25ff20[_0x4f891c(0x15b)]||_0x47ff6a[_0x4f891c(0x18f)](_0x25ff20);return _0x4255fa?_0x47ff6a[_0x4f891c(0x236)](_0x35cf96=>_0x35cf96[_0x4f891c(0x17a)]()):_0x47ff6a;}[_0x4763c5(0x14e)](_0x3a6fa7){const _0x4a6f9d=_0x4763c5,_0x3a0fad=this[_0x4a6f9d(0x1f3)][_0x4a6f9d(0x250)](_0x3a6fa7);if(!_0x3a0fad)throw new _0x23d49e(_0x4a6f9d(0xd1),this);return _0x3a0fad;}[_0x4763c5(0x151)](_0x166d40){const _0x269f70=_0x4763c5;return this[_0x269f70(0x1f3)][_0x269f70(0x212)](_0x166d40);}[_0x4763c5(0x1e1)](_0x2a6c8c){const _0x26550d=_0x4763c5,{authorId:_0xa944c0,id:_0x45c7bb,attributes:_0x36fa11}=_0x2a6c8c,[_0xa2ae9c,_0x572b01]=_0x2a6c8c[_0x26550d(0x20e)][_0x26550d(0x222)](':'),_0x58abb0=this[_0x26550d(0x1f3)][_0x26550d(0x250)](_0x45c7bb)||this[_0x26550d(0x218)](_0xa2ae9c,_0x572b01,_0x45c7bb,_0xa944c0,_0x36fa11);if(this[_0x26550d(0x1a0)](_0x58abb0),this[_0x26550d(0x185)](_0x58abb0,_0xa2ae9c,_0x572b01||null,_0xa944c0),_0x58abb0[_0x26550d(0x265)]=_0x2a6c8c[_0x26550d(0x265)],_0x58abb0[_0x26550d(0xce)]=!0x0,_0x36fa11&&_0x36fa11[_0x26550d(0xd3)]){const _0x3b7df8=_0x36fa11[_0x26550d(0xd3)],_0x30a123=this[_0x26550d(0x105)](_0x3b7df8[_0x26550d(0x11f)]);_0x58abb0[_0x26550d(0x13b)]=_0x3b7df8[_0x26550d(0x265)],_0x58abb0[_0x26550d(0x109)]=_0x30a123,_0x58abb0[_0x26550d(0x235)]=!0x0;}else _0x58abb0[_0x26550d(0x13b)]=_0x2a6c8c[_0x26550d(0x265)];switch(_0x2a6c8c[_0x26550d(0x16e)]&&(_0x58abb0[_0x26550d(0x16e)]=_0x2a6c8c[_0x26550d(0x16e)]),_0x2a6c8c[_0x26550d(0x1e5)]&&(_0x58abb0[_0x26550d(0x1e5)]=_0x2a6c8c[_0x26550d(0x1e5)]),this[_0x26550d(0x13f)]&&this[_0x26550d(0x13f)][_0x26550d(0x15d)]||(_0x58abb0[_0x26550d(0x180)]=!0x0),this[_0x26550d(0x1c7)][_0x26550d(0x250)](_0x58abb0)){case _0x26550d(0x24b):this[_0x26550d(0x1c7)][_0x26550d(0x190)](_0x58abb0,_0x26550d(0x10c));break;case _0x26550d(0x191):_0x58abb0[_0x26550d(0x15b)]?(this[_0x26550d(0x1c1)](new Set([_0x58abb0])),this[_0x26550d(0x1f4)](new Set([_0x58abb0])),this[_0x26550d(0x1c7)][_0x26550d(0x190)](_0x58abb0,_0x26550d(0x241)),this[_0x26550d(0x263)](_0x26550d(0x11e),_0x58abb0)):this[_0x26550d(0x1c7)][_0x26550d(0x190)](_0x58abb0,_0x26550d(0x221));}return _0x58abb0;}[_0x4763c5(0x209)](_0xce6b9c){const _0x2b07a5=_0x4763c5;this[_0x2b07a5(0x1fb)](()=>{const _0xde3162=_0x2b07a5;this[_0xde3162(0x130)][_0xde3162(0x194)][_0xde3162(0x219)](()=>{const _0x2d4b30=_0xde3162;for(const _0x143758 of _0xce6b9c[_0x2d4b30(0x17b)]())_0x143758[_0x2d4b30(0x25b)]();});});}[_0x4763c5(0x110)](_0xec039f){const _0x46d142=_0x4763c5;this[_0x46d142(0x1fb)](()=>{const _0x2139e5=_0x46d142;this[_0x2139e5(0x130)][_0x2139e5(0x194)][_0x2139e5(0x219)](()=>{const _0x41654c=_0x2139e5;for(const _0x11c202 of _0xec039f[_0x41654c(0x17b)]())_0x11c202[_0x41654c(0x255)]();});});}[_0x4763c5(0x11b)](_0x4f41a0,_0x3f56c){const _0x2e41a7=_0x4763c5,_0x51dfc6=this[_0x2e41a7(0x130)][_0x2e41a7(0x1ef)][_0x2e41a7(0x250)](_0x4f41a0);if(!_0x51dfc6)throw new _0x23d49e(_0x2e41a7(0x135),this,{'commandName':_0x4f41a0});if(this[_0x2e41a7(0x189)][_0x2e41a7(0x212)](_0x51dfc6))throw new _0x23d49e(_0x2e41a7(0x133),this,{'commandName':_0x4f41a0});this[_0x2e41a7(0x189)][_0x2e41a7(0xbe)](_0x51dfc6),_0x3f56c&&_0x51dfc6['on'](_0x2e41a7(0x141),(_0x248d5a,_0x4bf96c)=>{const _0x535385=_0x2e41a7;this[_0x535385(0x188)][_0x535385(0x121)]&&(this[_0x535385(0x1d0)]||(_0x4bf96c[_0x535385(0x23b)]>0x0&&_0x4bf96c[_0x4bf96c[_0x535385(0x23b)]-0x1]&&_0x4bf96c[_0x4bf96c[_0x535385(0x23b)]-0x1][_0x535385(0x1fb)]?_0x4bf96c[_0x535385(0x232)]():(_0x248d5a[_0x535385(0xe2)]=_0x3f56c((..._0x3f74b3)=>_0x51dfc6[_0x535385(0x141)](..._0x3f74b3,{'forceDefaultExecution':!0x0}),..._0x4bf96c),_0x248d5a[_0x535385(0x260)]())));},{'priority':_0x2e41a7(0x1f0)});}[_0x4763c5(0x1fb)](_0x6a1e2){const _0x3f27f6=_0x4763c5;let _0x330ebe,_0x67601d;const _0x1145f7=this[_0x3f27f6(0x1d0)];this[_0x3f27f6(0x1d0)]=!0x0;try{_0x330ebe=_0x6a1e2();}catch(_0x15e1c1){_0x67601d=_0x15e1c1;}return _0x1145f7||(this[_0x3f27f6(0x1d0)]=!0x1),_0x67601d&&_0x23d49e[_0x3f27f6(0x207)](_0x67601d,this),_0x330ebe;}[_0x4763c5(0x181)](_0x3b2e40,_0x226a8f=null,_0x46597b={}){const _0x593e73=_0x4763c5;if(_0x3b2e40[_0x593e73(0x118)])return null;const _0x1843b6=this[_0x593e73(0x130)][_0x593e73(0x23f)][_0x593e73(0x250)](_0x593e73(0x16f))['me'];for(const {suggestion:_0x1d7424,meta:_0x42774f}of this[_0x593e73(0x230)](_0x3b2e40,_0x593e73(0x166)))if(_0x42774f[_0x593e73(0x162)]){if(!_0x42774f[_0x593e73(0x161)]){if(_0x42774f[_0x593e73(0xe8)]){if(!this[_0x593e73(0xc2)]||!Pt(_0x1d7424,_0x46597b))continue;return _0x1d7424;}if(Pt(_0x1d7424,_0x46597b))return _0x1d7424;this[_0x593e73(0x146)](_0x1d7424,_0x3b2e40[_0x593e73(0x224)],_0x3b2e40[_0x593e73(0x164)]);break;}if(_0x226a8f==_0x1d7424[_0x593e73(0x220)]&&Pt(_0x1d7424,_0x46597b)){const _0x324ac8=_0x1d7424[_0x593e73(0x18d)]();return _0x324ac8[_0x593e73(0x224)][_0x593e73(0xe9)](_0x3b2e40[_0x593e73(0x164)])?this[_0x593e73(0x1b3)](_0x1d7424,this[_0x593e73(0x198)][_0x593e73(0x1ed)](_0x3b2e40[_0x593e73(0x224)],_0x324ac8[_0x593e73(0x164)])):this[_0x593e73(0x1b3)](_0x1d7424,this[_0x593e73(0x198)][_0x593e73(0x1ed)](_0x324ac8[_0x593e73(0x224)],_0x3b2e40[_0x593e73(0x164)])),_0x1d7424;}}const _0xc1e047=_0x3c7129(),_0x4a513c=_0x1843b6['id'],_0x6f2fe7=_0x226a8f?_0x593e73(0x251)+_0x226a8f:_0x593e73(0x166),_0x2cbab2=this[_0x593e73(0x216)]({'id':_0xc1e047,'type':_0x6f2fe7,'createdAt':new Date(),'authorId':_0x4a513c,'attributes':_0x46597b});return this[_0x593e73(0x234)](_0x6f2fe7,_0xc1e047,_0x4a513c,_0x3b2e40),_0x2cbab2;}[_0x4763c5(0x11d)](_0x3ba6f7,_0x453fc4=_0x4763c5(0x17e),_0x5783cc={}){const _0x4da4c8=_0x4763c5,_0x2d36d8=this[_0x4da4c8(0x130)][_0x4da4c8(0x23f)][_0x4da4c8(0x250)](_0x4da4c8(0x16f))['me'],_0x532478=this[_0x4da4c8(0x1af)][_0x4da4c8(0x214)](_0x4da4c8(0x166),_0x453fc4,_0x4da4c8(0x1ce));for(const _0x500a81 of this[_0x4da4c8(0x1eb)]())if(_0x500a81[_0x4da4c8(0x109)]['id']==_0x2d36d8['id']&&_0x4da4c8(0x166)==_0x500a81[_0x4da4c8(0x20e)]&&_0x500a81[_0x4da4c8(0x220)]==_0x453fc4&&Pt(_0x500a81,_0x5783cc)&&(_0x532478(_0x500a81[_0x4da4c8(0x119)](),_0x3ba6f7)||_0x532478(_0x3ba6f7,_0x500a81[_0x4da4c8(0x119)]()))){for(const _0x184b67 of _0x3ba6f7)_0x500a81[_0x4da4c8(0xf3)](_0x184b67);return _0x500a81;}for(const {suggestion:_0x2314bc,meta:_0x28c801}of this[_0x4da4c8(0x230)](_0x3ba6f7,_0x4da4c8(0x166))){if(!_0x28c801[_0x4da4c8(0x162)])continue;if(!this[_0x4da4c8(0xc2)]&&_0x28c801[_0x4da4c8(0xe8)])continue;if(!Pt(_0x2314bc,_0x5783cc))continue;let _0xf05e69=!0x0;for(const _0x2e26fc of _0x2314bc[_0x4da4c8(0x119)]())for(const _0x1ba4df of _0x3ba6f7)if(!_0x2e26fc[_0x4da4c8(0xf7)](_0x1ba4df)){_0xf05e69=!0x1;break;}if(_0xf05e69)return _0x2314bc;}const _0x154e6c=_0x3c7129(),_0x3d7d2d=_0x2d36d8['id'],_0x1f98a9=_0x4da4c8(0x251)+_0x453fc4,_0x3f4f2b=this[_0x4da4c8(0x216)]({'id':_0x154e6c,'type':_0x1f98a9,'createdAt':new Date(),'authorId':_0x3d7d2d,'attributes':_0x5783cc});for(const _0x585d0c of _0x3ba6f7)this[_0x4da4c8(0x234)](_0x1f98a9,_0x154e6c,_0x3d7d2d,_0x585d0c,_0x842765[_0x4da4c8(0x205)]());return _0x3f4f2b;}[_0x4763c5(0x1df)](_0x584173,_0x3eef7b,_0x2bf30a=null,_0x59dabf={}){const _0x19e7a2=_0x4763c5;if(_0x2bf30a=_0x2bf30a||Et(_0x3eef7b),_0x584173[_0x19e7a2(0x118)])return null;if(_0x19e7a2(0x1db)===this[_0x19e7a2(0x257)]){const _0x2e4e26=this[_0x19e7a2(0x1af)][_0x19e7a2(0x214)](_0x19e7a2(0x19e),_0x2bf30a,_0x19e7a2(0x25b));return this[_0x19e7a2(0x1fb)](()=>_0x2e4e26([_0x584173],_0x3eef7b,_0x59dabf)),null;}const _0x43791c=this[_0x19e7a2(0x130)][_0x19e7a2(0x23f)][_0x19e7a2(0x250)](_0x19e7a2(0x16f))['me'],_0x481d45=[];if(_0x19e7a2(0x116)!==this[_0x19e7a2(0x257)]){for(const {suggestion:_0x407d44,meta:_0x5b73d3}of this[_0x19e7a2(0x230)](_0x584173,_0x19e7a2(0x166)))_0x5b73d3[_0x19e7a2(0x162)]&&!_0x5b73d3[_0x19e7a2(0x16a)]&&_0x481d45[_0x19e7a2(0x18f)](..._0x407d44[_0x19e7a2(0x119)]());}const _0x340cea=function(_0x429c19,_0x8d7a5b){const _0x57796c=_0x19e7a2,_0x5af23e=[];for(const _0x446e9a of _0x8d7a5b){const _0xcfbfe5=_0x429c19[_0x57796c(0x171)](_0x446e9a);_0xcfbfe5&&_0x5af23e[_0x57796c(0x18f)](_0xcfbfe5);}return _0x5af23e;}(_0x584173,_0x481d45),_0x1d8c4c=function(_0x46e194,_0x4b1cb0){const _0x37f0f5=_0x19e7a2,_0x7f5819=[_0x46e194];for(const _0x5c0c16 of _0x4b1cb0){let _0x1cb6c9=0x0;for(;_0x1cb6c9<_0x7f5819[_0x37f0f5(0x23b)];){const _0x59bd84=_0x7f5819[_0x1cb6c9][_0x37f0f5(0x1cd)](_0x5c0c16);_0x7f5819[_0x37f0f5(0x245)](_0x1cb6c9,0x1,..._0x59bd84),_0x1cb6c9+=_0x59bd84[_0x37f0f5(0x23b)];}}return _0x7f5819;}(_0x584173,_0x481d45);_0x340cea[_0x19e7a2(0x23b)]&&this[_0x19e7a2(0x198)][_0x19e7a2(0x219)](()=>{const _0x3c6c46=_0x19e7a2;for(const _0x5f5ca9 of _0x340cea){const _0x50c38a=this[_0x3c6c46(0x1af)][_0x3c6c46(0x214)](_0x3c6c46(0x19e),_0x2bf30a,_0x3c6c46(0x25b));this[_0x3c6c46(0x1fb)](()=>_0x50c38a([_0x5f5ca9],_0x3eef7b,_0x59dabf));}});for(const _0x514b70 of _0x1d8c4c){let _0x27f98f=null,_0x240d6e=_0x514b70[_0x19e7a2(0x224)],_0x1ccb9e=_0x514b70[_0x19e7a2(0x164)];for(const {suggestion:_0x2b3f30,meta:_0x2634c5}of this[_0x19e7a2(0x230)](_0x514b70,_0x19e7a2(0x19e))){if(!_0x2634c5[_0x19e7a2(0x162)])continue;if(_0x2b3f30[_0x19e7a2(0x220)]!=_0x2bf30a)continue;if(!Pt(_0x2b3f30,_0x59dabf))continue;const _0x35a0e0=_0x2b3f30[_0x19e7a2(0x18d)]();if(_0x35a0e0[_0x19e7a2(0xf7)](_0x514b70,!0x0))return null;_0x240d6e=_0x240d6e[_0x19e7a2(0x1e2)](_0x35a0e0[_0x19e7a2(0x224)])?_0x240d6e:_0x35a0e0[_0x19e7a2(0x224)],_0x1ccb9e=_0x1ccb9e[_0x19e7a2(0x17d)](_0x35a0e0[_0x19e7a2(0x164)])?_0x1ccb9e:_0x35a0e0[_0x19e7a2(0x164)],_0x27f98f?_0x35a0e0[_0x19e7a2(0x224)][_0x19e7a2(0x1e2)](_0x27f98f[_0x19e7a2(0x18d)]()[_0x19e7a2(0x224)])?(_0x27f98f[_0x19e7a2(0x22e)](),_0x27f98f=_0x2b3f30):_0x2b3f30[_0x19e7a2(0x22e)]():_0x27f98f=_0x2b3f30;}const _0x549385=this[_0x19e7a2(0x198)][_0x19e7a2(0x1ed)](_0x240d6e,_0x1ccb9e);if(_0x27f98f)this[_0x19e7a2(0x1b3)](_0x27f98f,_0x549385);else{const _0x4f3daf=_0x3c7129(),_0x1a792c=_0x43791c['id'];this[_0x19e7a2(0x216)]({'id':_0x4f3daf,'type':_0x19e7a2(0x201)+_0x2bf30a,'data':_0x3eef7b,'createdAt':new Date(),'authorId':_0x1a792c,'attributes':_0x59dabf}),this[_0x19e7a2(0x234)](_0x19e7a2(0x201)+_0x2bf30a,_0x4f3daf,_0x1a792c,_0x549385);}}return null;}[_0x4763c5(0x256)](_0xe67913,_0xda637d,_0x3fa0f3=[],_0x5ea571=null,_0x222c23={}){const _0x465fc1=_0x4763c5;_0xda637d[_0x465fc1(0x226)]||(_0xda637d[_0x465fc1(0x226)]=_0xda637d[_0x465fc1(0xd6)]),_0xda637d[_0x465fc1(0x1d2)]=_0xe67913['is'](_0x465fc1(0x1c3)),_0x5ea571=_0x5ea571||Et(_0xda637d);const _0x379e74=_0x3fa0f3[_0x465fc1(0x236)](_0x4aa69c=>Ot(_0x4aa69c,this[_0x465fc1(0x198)])),_0x53247d=_0xe67913['is'](_0x465fc1(0x1c3))?_0xe67913:Ot(_0xe67913,this[_0x465fc1(0x198)]);if(_0x465fc1(0x1db)===this[_0x465fc1(0x257)]){const _0x5eff48=this[_0x465fc1(0x1af)][_0x465fc1(0x214)](_0x465fc1(0xba),_0x5ea571,_0x465fc1(0x25b));return this[_0x465fc1(0x1fb)](()=>_0x5eff48([_0x53247d],_0xda637d,_0x222c23)),null;}_0x379e74[_0x465fc1(0x18f)](_0x53247d);let _0x557647=!0x0;for(const _0x18c3d7 of _0x379e74)if(!this[_0x465fc1(0x1c6)](_0x18c3d7)){_0x557647=!0x1;break;}if(_0x557647&&_0x465fc1(0x116)!==this[_0x465fc1(0x257)]){const _0x84e545=this[_0x465fc1(0x1af)][_0x465fc1(0x214)](_0x465fc1(0xba),_0x5ea571,_0x465fc1(0x25b));return this[_0x465fc1(0x1fb)](()=>_0x84e545([_0x53247d],_0xda637d,_0x222c23)),null;}let _0x3de5d6=null,_0x42c07a=_0x53247d[_0x465fc1(0x224)],_0x21f274=_0x53247d[_0x465fc1(0x164)];for(const {suggestion:_0x3bd543,meta:_0x42567f}of this[_0x465fc1(0x230)](_0x53247d,_0x465fc1(0xba))){if(!_0x42567f[_0x465fc1(0x162)])continue;if(_0x42567f[_0x465fc1(0x161)]||_0x42567f[_0x465fc1(0xe8)]||_0x42567f[_0x465fc1(0x16a)])continue;if(_0x3bd543[_0x465fc1(0x16e)][_0x465fc1(0x226)]!=_0xda637d[_0x465fc1(0x226)])continue;if(!Pt(_0x3bd543,_0x222c23))continue;const _0x47a100=_0x3bd543[_0x465fc1(0x18d)]();if(_0x3bd543[_0x465fc1(0x220)]==_0x5ea571){if(_0x47a100[_0x465fc1(0xf7)](_0x53247d,!0x0))return null;_0x42c07a=_0x42c07a[_0x465fc1(0x1e2)](_0x47a100[_0x465fc1(0x224)])?_0x42c07a:_0x47a100[_0x465fc1(0x224)],_0x21f274=_0x21f274[_0x465fc1(0x17d)](_0x47a100[_0x465fc1(0x164)])?_0x21f274:_0x47a100[_0x465fc1(0x164)],_0x3de5d6?_0x47a100[_0x465fc1(0x224)][_0x465fc1(0x1e2)](_0x3de5d6[_0x465fc1(0x18d)]()[_0x465fc1(0x224)])?(_0x3de5d6[_0x465fc1(0x22e)](),_0x3de5d6=_0x3bd543):_0x3bd543[_0x465fc1(0x22e)]():_0x3de5d6=_0x3bd543;}else{const _0xb24751=_0x53247d[_0x465fc1(0x171)](_0x47a100);this[_0x465fc1(0x22c)](_0x3bd543,_0xb24751);}}const _0x191562=this[_0x465fc1(0x130)][_0x465fc1(0x23f)][_0x465fc1(0x250)](_0x465fc1(0x16f))['me'],_0x27f25b=_0x3c7129(),_0x1b598b=_0x191562['id'];if(_0x3de5d6)return this[_0x465fc1(0x1b3)](_0x3de5d6,this[_0x465fc1(0x198)][_0x465fc1(0x1ed)](_0x42c07a,_0x21f274)),_0x3de5d6;{const _0x425f78=this[_0x465fc1(0x216)]({'id':_0x27f25b,'type':_0x465fc1(0x111)+_0x5ea571,'data':_0xda637d,'createdAt':new Date(),'authorId':_0x1b598b,'attributes':_0x222c23});return this[_0x465fc1(0x234)](_0x465fc1(0x111)+_0x5ea571,_0x27f25b,_0x1b598b,this[_0x465fc1(0x198)][_0x465fc1(0x1ed)](_0x42c07a,_0x21f274)),_0x425f78;}}[_0x4763c5(0x16c)](_0x107524,_0x272348,_0x65ad26=[],_0x20d48e=null,_0x3e4ed3={}){const _0x3095da=_0x4763c5;_0x272348[_0x3095da(0x226)]||(_0x272348[_0x3095da(0x226)]=_0x272348[_0x3095da(0xd6)]);const _0x5e2934=_0x107524[0x0];_0x272348[_0x3095da(0x1d2)]=_0x5e2934['is'](_0x3095da(0x1c3)),_0x20d48e=_0x20d48e||Et(_0x272348);const _0x1c5220=_0x65ad26[_0x3095da(0x236)](_0x24e094=>Ot(_0x24e094,this[_0x3095da(0x198)])),_0x3a1889=_0x5e2934['is'](_0x3095da(0x1c3))?_0x107524:_0x107524[_0x3095da(0x236)](_0x371c07=>Ot(_0x371c07,this[_0x3095da(0x198)]));if(_0x3095da(0x1db)===this[_0x3095da(0x257)]){const _0x44efa4=this[_0x3095da(0x1af)][_0x3095da(0x214)](_0x3095da(0xba),_0x20d48e,_0x3095da(0x25b));return this[_0x3095da(0x1fb)](()=>_0x44efa4(_0x3a1889,_0x272348,_0x3e4ed3)),null;}_0x1c5220[_0x3095da(0x18f)](..._0x3a1889);let _0x386238=!0x0;for(const _0x8708bb of _0x1c5220)if(!this[_0x3095da(0x1c6)](_0x8708bb)){_0x386238=!0x1;break;}if(_0x386238&&_0x3095da(0x116)!==this[_0x3095da(0x257)]){const _0x55fc83=this[_0x3095da(0x1af)][_0x3095da(0x214)](_0x3095da(0xba),_0x20d48e,_0x3095da(0x25b));return this[_0x3095da(0x1fb)](()=>_0x55fc83(_0x3a1889,_0x272348,_0x3e4ed3)),null;}const _0x598d11=this[_0x3095da(0x130)][_0x3095da(0x23f)][_0x3095da(0x250)](_0x3095da(0x16f))['me'];for(const _0x51f06c of this[_0x3095da(0x1eb)]()){if(_0x51f06c[_0x3095da(0x109)]['id']!=_0x598d11['id'])continue;if(_0x3095da(0xba)!=_0x51f06c[_0x3095da(0x20e)]||_0x51f06c[_0x3095da(0x16e)][_0x3095da(0x226)]!=_0x272348[_0x3095da(0x226)])continue;if(!Pt(_0x51f06c,_0x3e4ed3))continue;const _0x3a0089=_0x51f06c[_0x3095da(0x220)]==_0x20d48e;for(let _0x7f32b2=0x0;_0x7f32b2<_0x3a1889[_0x3095da(0x23b)];_0x7f32b2++){const _0x36826f=_0x3a1889[_0x7f32b2];for(const _0x54e3ee of _0x51f06c[_0x3095da(0xbf)]()){const _0x26ddf1=_0x54e3ee[_0x3095da(0x12e)]();if(_0x36826f[_0x3095da(0xe9)](_0x26ddf1)){_0x3a0089?(_0x3a1889[_0x3095da(0x245)](_0x7f32b2,0x1),_0x7f32b2--):_0x51f06c[_0x3095da(0x21b)](_0x54e3ee[_0x3095da(0x1c4)]);break;}}}}if(0x0==_0x3a1889[_0x3095da(0x23b)])return null;const _0x4eaff8=this[_0x3095da(0x1af)][_0x3095da(0x214)](_0x3095da(0xba),_0x20d48e,_0x3095da(0x1ce));for(const _0x22c8bc of this[_0x3095da(0x1eb)]())if(_0x22c8bc[_0x3095da(0x109)]['id']==_0x598d11['id']&&_0x3095da(0xba)==_0x22c8bc[_0x3095da(0x20e)]&&_0x22c8bc[_0x3095da(0x16e)][_0x3095da(0x226)]==_0x272348[_0x3095da(0x226)]&&_0x22c8bc[_0x3095da(0x220)]==_0x20d48e&&Pt(_0x22c8bc,_0x3e4ed3)&&(_0x4eaff8(_0x22c8bc[_0x3095da(0x119)](),_0x3a1889)||_0x4eaff8(_0x3a1889,_0x22c8bc[_0x3095da(0x119)]()))){for(const _0x140638 of _0x3a1889)_0x22c8bc[_0x3095da(0xf3)](_0x140638);return _0x22c8bc;}const _0x55117c=_0x3c7129(),_0x343bc7=_0x598d11['id'],_0x1d42ba=_0x3095da(0x111)+_0x20d48e,_0x1dd154=this[_0x3095da(0x216)]({'id':_0x55117c,'type':_0x1d42ba,'data':_0x272348,'createdAt':new Date(),'authorId':_0x343bc7,'attributes':_0x3e4ed3});for(const _0x4be999 of _0x3a1889)this[_0x3095da(0x234)](_0x1d42ba,_0x55117c,_0x343bc7,_0x4be999,_0x842765[_0x3095da(0x205)]());return _0x1dd154;}[_0x4763c5(0x1e4)](_0x160679,_0x5be950=null,_0x50a2fc={}){const _0x1545b3=_0x4763c5;if(_0x160679[_0x1545b3(0x118)])return null;const _0x2ba760=this[_0x1545b3(0x130)][_0x1545b3(0x23f)][_0x1545b3(0x250)](_0x1545b3(0x16f))['me'],_0x2b2f71=new _0x30325a(_0x160679[_0x1545b3(0x224)],_0x160679[_0x1545b3(0x164)]);for(const {suggestion:_0x3af3fe,meta:_0x56a544}of this[_0x1545b3(0x230)](_0x2b2f71,_0x1545b3(0x166)))if(_0x56a544[_0x1545b3(0x162)]&&!_0x56a544[_0x1545b3(0x161)]){if(_0x3af3fe[_0x1545b3(0x18c)]){const _0x26f44e=_0x3af3fe[_0x1545b3(0x119)]()[_0x1545b3(0x1cc)](_0x17f993=>_0x1545b3(0x261)!=_0x17f993[_0x1545b3(0x16d)][_0x1545b3(0x248)]);_0x26f44e[_0x1545b3(0x1e3)](_0x530053=>_0x2b2f71[_0x1545b3(0xf7)](_0x530053,!0x0))&&_0x3af3fe[_0x1545b3(0x255)]();if(_0x26f44e[_0x1545b3(0x19b)](_0xc0b650=>_0xc0b650[_0x1545b3(0xf7)](_0x2b2f71,!0x0))){const _0x2a42dc=this[_0x1545b3(0x1af)][_0x1545b3(0x214)](_0x1545b3(0xfd),_0x5be950,_0x1545b3(0x25b));return this[_0x1545b3(0x1fb)](()=>_0x2a42dc([_0x2b2f71],null,_0x50a2fc)),null;}}else{const _0x142f22=_0x2b2f71[_0x1545b3(0x171)](_0x3af3fe[_0x1545b3(0x18d)]());null!==_0x142f22&&_0x3af3fe[_0x1545b3(0x1ee)]([_0x142f22],null,_0x50a2fc);}}if(_0x2b2f71[_0x1545b3(0x175)](),_0x2b2f71[_0x1545b3(0x118)]||_0x1545b3(0x261)==_0x2b2f71[_0x1545b3(0x16d)][_0x1545b3(0x248)])return null;let _0x5b9ead=null,_0x339ae9=_0x2b2f71[_0x1545b3(0x224)],_0x3ec2fb=_0x2b2f71[_0x1545b3(0x164)];const _0xd293d6=this[_0x1545b3(0x230)](_0x2b2f71,_0x1545b3(0xfd));for(const {suggestion:_0x20babb,meta:_0xe463c2}of _0xd293d6){const _0x376624=this[_0x1545b3(0x198)][_0x1545b3(0x1ed)](_0x339ae9,_0x3ec2fb);if(_0xe463c2[_0x1545b3(0x162)]&&(this[_0x1545b3(0xc2)]||!_0xe463c2[_0x1545b3(0xe8)]&&!_0xe463c2[_0x1545b3(0x16a)])){if(_0x20babb[_0x1545b3(0x18c)]){if(!Pt(_0x20babb,_0x50a2fc))continue;let _0x1ea49c=!0x0;for(const _0x30e028 of _0x20babb[_0x1545b3(0x119)]()){if(_0x30e028[_0x1545b3(0xf7)](_0x376624,!0x0))return _0x20babb;_0x376624[_0x1545b3(0xf7)](_0x30e028)||(_0x1ea49c=!0x1);}_0x1ea49c&&_0x20babb[_0x1545b3(0x255)]();}else{const _0x49f715=_0x20babb[_0x1545b3(0x18d)]();if(_0x49f715[_0x1545b3(0xf7)](_0x376624,!0x0))return _0x20babb;if(!Pt(_0x20babb,_0x50a2fc)){_0x376624[_0x1545b3(0xf7)](_0x49f715)?_0x20babb[_0x1545b3(0x22e)]():_0x49f715[_0x1545b3(0x138)](_0x339ae9)?_0x339ae9=_0x49f715[_0x1545b3(0x164)]:_0x49f715[_0x1545b3(0x138)](_0x3ec2fb)&&(_0x3ec2fb=_0x49f715[_0x1545b3(0x224)]);continue;}_0x339ae9=_0x339ae9[_0x1545b3(0x1e2)](_0x49f715[_0x1545b3(0x224)])?_0x339ae9:_0x49f715[_0x1545b3(0x224)],_0x3ec2fb=_0x3ec2fb[_0x1545b3(0x17d)](_0x49f715[_0x1545b3(0x164)])?_0x3ec2fb:_0x49f715[_0x1545b3(0x164)],_0x50a2fc=Object[_0x1545b3(0x259)]({},_0x20babb[_0x1545b3(0x1e5)]),_0x5b9ead?_0x49f715[_0x1545b3(0x224)][_0x1545b3(0x1e2)](_0x5b9ead[_0x1545b3(0x18d)]()[_0x1545b3(0x224)])?(_0x5b9ead[_0x1545b3(0x22e)](),_0x5b9ead=_0x20babb):_0x20babb[_0x1545b3(0x22e)]():_0x5b9ead=_0x20babb;}}}if(_0x5b9ead)return this[_0x1545b3(0x1b3)](_0x5b9ead,this[_0x1545b3(0x198)][_0x1545b3(0x1ed)](_0x339ae9,_0x3ec2fb)),_0x5b9ead;{const _0x469944=_0x3c7129(),_0x3fdeba=this[_0x1545b3(0x198)][_0x1545b3(0x1ed)](_0x339ae9,_0x3ec2fb),_0x11378e=_0x2ba760['id'],_0x1ffd5a=_0x5be950?_0x1545b3(0xc0)+_0x5be950:_0x1545b3(0xfd),_0x4de0e4=this[_0x1545b3(0x216)]({'id':_0x469944,'type':_0x1ffd5a,'createdAt':new Date(),'authorId':_0x11378e,'attributes':_0x50a2fc});return this[_0x1545b3(0x234)](_0x1ffd5a,_0x469944,_0x11378e,_0x3fdeba),_0x4de0e4;}}[_0x4763c5(0x1cf)](_0x1767f2,_0x38495f=_0x4763c5(0x17e),_0x469b03={}){const _0x538911=_0x4763c5,_0x2baf78=this[_0x538911(0x130)][_0x538911(0x23f)][_0x538911(0x250)](_0x538911(0x16f))['me'],_0x5e9fb1=_0x1767f2[_0x538911(0x236)](_0x2ea24c=>new _0x30325a(_0x2ea24c[_0x538911(0x224)],_0x2ea24c[_0x538911(0x164)])),_0x5cf472=new Set();for(const {suggestion:_0x40131f,meta:_0x39341e}of this[_0x538911(0x230)](_0x5e9fb1,_0x538911(0x166)))_0x39341e[_0x538911(0x162)]&&!_0x39341e[_0x538911(0x161)]&&_0x5cf472[_0x538911(0xbe)](_0x40131f);for(const _0x107dec of _0x5cf472)if(_0x107dec[_0x538911(0x18c)]){const _0xbb58df=_0x107dec[_0x538911(0x119)]();(!_0x107dec[_0x538911(0x1e5)]||!_0x107dec[_0x538911(0x1e5)][_0x538911(0x25c)])&&(_0xbb58df[_0x538911(0x1e3)](_0x1bfe72=>_0x5e9fb1[_0x538911(0x19b)](_0x476d0b=>_0x476d0b[_0x538911(0xf7)](_0x1bfe72,!0x0)))&&_0x107dec[_0x538911(0x255)]());if(_0x5e9fb1[_0x538911(0x1e3)](_0x27c8bf=>_0xbb58df[_0x538911(0x19b)](_0x3a9cb9=>_0x3a9cb9[_0x538911(0xf7)](_0x27c8bf,!0x0)))){const _0xeb641c=this[_0x538911(0x1af)][_0x538911(0x214)](_0x538911(0xfd),_0x38495f,_0x538911(0x25b));return this[_0x538911(0x1fb)](()=>_0xeb641c(_0x1767f2,null,_0x469b03)),null;}}else{const _0xd27882=_0x107dec[_0x538911(0x18d)]();_0x5e9fb1[_0x538911(0x19b)](_0x264dc9=>_0x264dc9[_0x538911(0xf7)](_0xd27882,!0x0))&&_0x107dec[_0x538911(0x255)]();if(_0x5e9fb1[_0x538911(0x1e3)](_0x24683b=>_0xd27882[_0x538911(0xf7)](_0x24683b,!0x0))){const _0x593966=this[_0x538911(0x1af)][_0x538911(0x214)](_0x538911(0xfd),_0x38495f,_0x538911(0x25b));return this[_0x538911(0x1fb)](()=>_0x593966(_0x5e9fb1,null,_0x469b03)),null;}}const _0x47d971=this[_0x538911(0x1af)][_0x538911(0x214)](_0x538911(0xfd),_0x38495f,_0x538911(0x1ce));let _0x89800a=null;for(const _0x34c702 of this[_0x538911(0x1eb)]())if(_0x34c702[_0x538911(0x109)]['id']==_0x2baf78['id']&&_0x34c702[_0x538911(0x15b)]&&_0x538911(0xfd)==_0x34c702[_0x538911(0x20e)]&&_0x34c702[_0x538911(0x220)]==_0x38495f&&Pt(_0x34c702,_0x469b03)&&(_0x47d971(_0x34c702[_0x538911(0x119)](),_0x5e9fb1)||_0x47d971(_0x5e9fb1,_0x34c702[_0x538911(0x119)]()))){if(_0x89800a){if(_0x34c702[_0x538911(0x246)]&&_0x34c702[_0x538911(0x246)][_0x538911(0x23b)])continue;for(const _0x381ba5 of _0x34c702[_0x538911(0x119)]())_0x89800a[_0x538911(0x179)](_0x381ba5)||_0x89800a[_0x538911(0xf3)](_0x381ba5);_0x34c702[_0x538911(0x22e)]();}else{_0x89800a=_0x34c702;for(const _0x39242a of _0x5e9fb1)_0x34c702[_0x538911(0x179)](_0x39242a)||_0x34c702[_0x538911(0xf3)](_0x39242a);}}if(_0x89800a)return _0x89800a;_0x5cf472[_0x538911(0x104)]();for(const {suggestion:_0x5100f1,meta:_0x4c909a}of this[_0x538911(0x230)](_0x5e9fb1,_0x538911(0xfd)))_0x4c909a[_0x538911(0x162)]&&(this[_0x538911(0xc2)]||!_0x4c909a[_0x538911(0xe8)]&&!_0x4c909a[_0x538911(0x16a)])&&Pt(_0x5100f1,_0x469b03)&&_0x5cf472[_0x538911(0xbe)](_0x5100f1);for(const _0x3ab702 of _0x5cf472){const _0x1fa048=_0x3ab702[_0x538911(0x119)]();if(!_0x469b03||!_0x469b03[_0x538911(0x25c)]){if(_0x5e9fb1[_0x538911(0x1e3)](_0x9d4ad3=>_0x1fa048[_0x538911(0x19b)](_0x5e3291=>_0x5e3291[_0x538911(0xf7)](_0x9d4ad3,!0x0))))return _0x3ab702;}(!_0x3ab702[_0x538911(0x1e5)]||!_0x3ab702[_0x538911(0x1e5)][_0x538911(0x25c)])&&(_0x1fa048[_0x538911(0x1e3)](_0x7dc938=>_0x5e9fb1[_0x538911(0x19b)](_0x563da5=>_0x563da5[_0x538911(0xf7)](_0x7dc938,!0x0)))&&_0x3ab702[_0x538911(0x255)]());}const _0x550565=_0x3c7129(),_0x304b5c=_0x2baf78['id'],_0x2d21e9=_0x538911(0xc0)+_0x38495f,_0x238c31=this[_0x538911(0x216)]({'id':_0x550565,'type':_0x2d21e9,'createdAt':new Date(),'authorId':_0x304b5c,'attributes':_0x469b03});for(const _0xc30d17 of _0x5e9fb1)_0xc30d17[_0x538911(0x175)](),_0xc30d17[_0x538911(0x118)]||_0x538911(0x261)==_0xc30d17[_0x538911(0x16d)][_0x538911(0x248)]||this[_0x538911(0x234)](_0x2d21e9,_0x550565,_0x304b5c,_0xc30d17,_0x842765[_0x538911(0x205)]());return _0x238c31;}[_0x4763c5(0x238)](_0xc65522,_0x5e1673,_0x232fc1,_0x40612e,_0x22b3d5){const _0x54fe9b=_0x4763c5;if(_0xc65522[_0x54fe9b(0x118)])return[];if(_0x54fe9b(0x1db)===this[_0x54fe9b(0x257)])return[];const _0x47ee63=this[_0x54fe9b(0x130)][_0x54fe9b(0x23f)][_0x54fe9b(0x250)](_0x54fe9b(0x16f))['me']['id'],_0x52f827=Array[_0x54fe9b(0x24d)](this[_0x54fe9b(0x1f3)][_0x54fe9b(0x22f)]())[_0x54fe9b(0x1cc)](_0x409b2f=>_0x54fe9b(0x1ba)==_0x409b2f[_0x54fe9b(0x20e)]&&_0x409b2f[_0x54fe9b(0x16e)][_0x54fe9b(0xd8)]==_0x5e1673&&_0x409b2f[_0x54fe9b(0x179)](_0xc65522));if(_0x54fe9b(0x1da)===this[_0x54fe9b(0x257)]){const _0x5a1076=this[_0x54fe9b(0x230)](_0xc65522,_0x54fe9b(0x166))[_0x54fe9b(0x1cc)](({meta:_0x21d329})=>_0x21d329[_0x54fe9b(0x162)]&&!_0x21d329[_0x54fe9b(0x16a)]&&!_0x21d329[_0x54fe9b(0x161)])[_0x54fe9b(0x236)](({suggestion:_0x67a312})=>_0x67a312);_0x52f827[_0x54fe9b(0x1a8)](..._0x5a1076);}const _0xb8bd96=new Map([[_0xc65522,_0x232fc1]]);for(const _0x49a681 of _0x52f827){const _0xc96bd5=_0x54fe9b(0x1ba)==_0x49a681[_0x54fe9b(0x20e)]?_0x49a681[_0x54fe9b(0x16e)][_0x54fe9b(0x15a)]:void 0x0,_0x1d293d=_0x49a681[_0x54fe9b(0x18d)](),_0x3bd02a=Array[_0x54fe9b(0x24d)](_0xb8bd96[_0x54fe9b(0x1b7)]())[_0x54fe9b(0x1fe)](_0x54dea5=>_0x54dea5[_0x54fe9b(0x193)](_0x1d293d));if(!_0x3bd02a)continue;const _0xce5710=_0x3bd02a[_0x54fe9b(0x1cd)](_0x1d293d);this[_0x54fe9b(0x1ae)](_0x5e1673)&&_0x54fe9b(0x166)==_0x49a681[_0x54fe9b(0x20e)]&&0x0!=_0xce5710[_0x54fe9b(0x23b)]||(_0xb8bd96[_0x54fe9b(0xea)](_0x3bd02a),_0xce5710[_0x54fe9b(0x182)](_0x435d96=>{const _0x56d28d=_0x54fe9b;_0xb8bd96[_0x56d28d(0x190)](_0x435d96,_0x232fc1);}),_0x54fe9b(0x166)!=_0x49a681[_0x54fe9b(0x20e)]&&_0xc96bd5!=_0x40612e&&_0xb8bd96[_0x54fe9b(0x190)](_0x3bd02a[_0x54fe9b(0x171)](_0x1d293d),_0xc96bd5));}const _0x16d240=[];for(const [_0x7d4595,_0x2f4df0]of _0xb8bd96){const _0x128bc3=_0x3c7129(),_0x4f327b={'key':_0x5e1673,'oldValue':_0x2f4df0,'newValue':_0x40612e};_0x5e1673[_0x54fe9b(0x23b)]>0x25&&console[_0x54fe9b(0xbc)](_0x54fe9b(0x243),{'key':_0x5e1673});const _0x58b792=(_0x54fe9b(0x13c)+(_0x5e1673+'|'+Et({'newValue':_0x40612e})))[_0x54fe9b(0x1c8)](0x0,0x3c),_0x2293f4=this[_0x54fe9b(0x216)]({'id':_0x128bc3,'type':_0x58b792,'data':_0x4f327b,'createdAt':new Date(),'authorId':_0x47ee63,'attributes':_0x22b3d5});_0x16d240[_0x54fe9b(0x18f)](_0x2293f4),this[_0x54fe9b(0x234)](_0x58b792,_0x128bc3,_0x47ee63,_0x7d4595);}return _0x16d240;}[_0x4763c5(0x14d)](_0xb96ac1){const _0x5a80a8=_0x4763c5;this[_0x5a80a8(0x229)][_0x5a80a8(0xbe)](_0xb96ac1);}[_0x4763c5(0x1d3)](_0xb076b6){const _0x2a740e=_0x4763c5;this[_0x2a740e(0xf1)][_0x2a740e(0xbe)](_0xb076b6);}[_0x4763c5(0x159)](_0x542aec,_0x12fbea=[],_0x2b1d83=[]){const _0x54ac5a=_0x4763c5;this[_0x54ac5a(0x11b)](_0x542aec,(_0x57dddc,..._0x5e5d34)=>{const _0x2632fe=_0x54ac5a;this[_0x2632fe(0xe1)](()=>{_0x57dddc(..._0x5e5d34);});});for(const _0x27dc60 of _0x12fbea)this[_0x54ac5a(0x1d3)](_0x27dc60);for(const _0xf95c4 of _0x2b1d83)this[_0x54ac5a(0x14d)](_0xf95c4);}[_0x4763c5(0x177)](_0x36a2bf){const _0x455d88=_0x4763c5;return _0x455d88(0x1ba)==_0x36a2bf[_0x455d88(0x20e)]?_0x36a2bf[_0x455d88(0x220)][_0x455d88(0x222)]('|')[0x0]:null;}[_0x4763c5(0x1b3)](_0x24d340,_0x295853){const _0x1b7219=_0x4763c5,_0x140ecb=_0x24d340[_0x1b7219(0x25e)]();this[_0x1b7219(0x198)][_0x1b7219(0x219)](_0x117cb8=>{const _0x3b1175=_0x1b7219;_0x117cb8[_0x3b1175(0x264)](_0x140ecb,{'range':_0x295853});});}[_0x4763c5(0x1a0)](_0x1286ae){const _0x1e627e=_0x4763c5,_0x1dcf74=_0x1286ae['id'],_0x5edd1d=this[_0x1e627e(0x130)][_0x1e627e(0x23e)][_0x1e627e(0x250)](_0x1e627e(0x192));this[_0x1e627e(0x1a6)][_0x1e627e(0x247)](_0x1dcf74)||this[_0x1e627e(0x1a6)][_0x1e627e(0x1ea)]({'channelId':_0x5edd1d,'threadId':_0x1dcf74,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x358576=this[_0x1e627e(0x1a6)][_0x1e627e(0x150)](_0x1dcf74);_0x358576[_0x1e627e(0xc3)](_0x1e627e(0x196)),_0x358576[_0x1e627e(0x196)]=!0x1,_0x1286ae[_0x1e627e(0x246)]=_0x358576;}[_0x4763c5(0x185)](_0x10e49f,_0x446ac5,_0x366412,_0x1ff3ba){const _0x461b9c=_0x4763c5;if(_0x10e49f[_0x461b9c(0x20e)]!=_0x446ac5||_0x10e49f[_0x461b9c(0x220)]!=_0x366412||_0x10e49f[_0x461b9c(0x215)]['id']!=_0x1ff3ba)throw this[_0x461b9c(0x130)][_0x461b9c(0x158)](_0x461b9c(0x160)),new _0x23d49e(_0x461b9c(0x160),this);}[_0x4763c5(0x22c)](_0x10327b,_0x35d858){const _0x424a90=_0x4763c5,_0x41391c=_0x10327b[_0x424a90(0x18d)]();if(_0x35d858[_0x424a90(0xe9)](_0x41391c))_0x10327b[_0x424a90(0x22e)]();else{if(_0x41391c[_0x424a90(0xf7)](_0x35d858)){const _0x2dc52b=this[_0x424a90(0x198)][_0x424a90(0x1a2)](_0x35d858[_0x424a90(0x224)][_0x424a90(0x13a)],_0x424a90(0x164));this[_0x424a90(0x1b3)](_0x10327b,this[_0x424a90(0x198)][_0x424a90(0x1ed)](_0x41391c[_0x424a90(0x224)],_0x2dc52b));const _0x4bce81=_0x3c7129(),_0x3e9d22=_0x10327b[_0x424a90(0x215)]['id'],_0x20c036=_0x10327b[_0x424a90(0x20e)]+':'+_0x10327b[_0x424a90(0x220)];this[_0x424a90(0x216)]({'id':_0x4bce81,'type':_0x20c036,'createdAt':new Date(),'authorId':_0x3e9d22,'data':_0x10327b[_0x424a90(0x16e)],'attributes':_0x10327b[_0x424a90(0x1e5)]});const _0x11203b=this[_0x424a90(0x198)][_0x424a90(0x1a2)](_0x35d858[_0x424a90(0x164)][_0x424a90(0x15e)],_0x424a90(0x1ac)),_0x36801f=this[_0x424a90(0x198)][_0x424a90(0x1ed)](_0x11203b,_0x41391c[_0x424a90(0x164)]);this[_0x424a90(0x234)](_0x20c036,_0x4bce81,_0x3e9d22,_0x36801f);}else{if(_0x41391c[_0x424a90(0x138)](_0x35d858[_0x424a90(0x224)])){const _0x2d9649=this[_0x424a90(0x198)][_0x424a90(0x1a2)](_0x35d858[_0x424a90(0x224)][_0x424a90(0x13a)],_0x424a90(0x164));this[_0x424a90(0x1b3)](_0x10327b,this[_0x424a90(0x198)][_0x424a90(0x1ed)](_0x41391c[_0x424a90(0x224)],_0x2d9649));}else{const _0x4e57da=this[_0x424a90(0x198)][_0x424a90(0x1a2)](_0x35d858[_0x424a90(0x164)][_0x424a90(0x15e)],_0x424a90(0x1ac));this[_0x424a90(0x1b3)](_0x10327b,this[_0x424a90(0x198)][_0x424a90(0x1ed)](_0x4e57da,_0x41391c[_0x424a90(0x164)]));}}}}[_0x4763c5(0x1c6)](_0x34ef78){const _0x3bf059=_0x4763c5;for(const {suggestion:_0x3a7a28,meta:_0x12b276}of this[_0x3bf059(0x230)](_0x34ef78,_0x3bf059(0x166))){if(!_0x12b276[_0x3bf059(0x162)])continue;const _0x5aec05=_0x3a7a28[_0x3bf059(0x119)]();for(const _0x2233e7 of _0x5aec05)if(!_0x34ef78[_0x3bf059(0x1cd)](_0x2233e7)[_0x3bf059(0x23b)])return!0x0;}return!0x1;}[_0x4763c5(0xcc)](_0x4191e1){const _0x4d49c8=_0x4763c5,_0x9bfbfd=this[_0x4d49c8(0x130)][_0x4d49c8(0x23f)][_0x4d49c8(0x250)](_0x4d49c8(0x16f))[_0x4d49c8(0x231)](_0x4191e1);if(!_0x9bfbfd)throw new _0x23d49e(_0x4d49c8(0x1d7),this);return _0x9bfbfd;}[_0x4763c5(0x105)](_0x33172b){const _0x2f29d5=_0x4763c5,_0x3d4cee=this[_0x2f29d5(0x130)][_0x2f29d5(0x23f)][_0x2f29d5(0x250)](_0x2f29d5(0x16f)),_0xafdcfe=_0x4c71ad(_0x2f29d5(0x1c0)+_0x33172b),_0x4d397a=_0x3d4cee[_0x2f29d5(0x231)](_0xafdcfe);return _0x4d397a||_0x3d4cee[_0x2f29d5(0x20b)]({'id':_0xafdcfe,'name':_0x33172b});}[_0x4763c5(0x218)](_0x5044a6,_0x51a75c,_0x5d9bb9,_0x201831,_0x3f6f4e){const _0x44fcde=_0x4763c5,_0x31ca50=this[_0x44fcde(0xcc)](_0x201831),_0x375397=this[_0x44fcde(0x1af)][_0x44fcde(0x1bd)](_0x5044a6,_0x51a75c,_0x5d9bb9,_0x31ca50,_0x3f6f4e,_0x17ede8=>{const _0x3f530d=_0x44fcde;this[_0x3f530d(0x1f1)](_0x5d9bb9,{'attributes':_0x17ede8});const _0x3ad73f=this[_0x3f530d(0x14e)](_0x5d9bb9);this[_0x3f530d(0x1c1)](new Set([_0x3ad73f])),this[_0x3f530d(0x1f4)](new Set([_0x3ad73f]));});return this[_0x44fcde(0x1f9)](_0x375397,_0x44fcde(0x25b),()=>{const _0x4f46d0=_0x44fcde;this[_0x4f46d0(0x1f1)](_0x5d9bb9,{'state':_0x4f46d0(0x1fc)});},{'priority':_0x44fcde(0x1f0)}),this[_0x44fcde(0x1f9)](_0x375397,_0x44fcde(0x255),()=>{const _0x3ab857=_0x44fcde;this[_0x3ab857(0x1f1)](_0x5d9bb9,{'state':_0x3ab857(0x155)});},{'priority':_0x44fcde(0x1f0)}),this[_0x44fcde(0x1f3)][_0x44fcde(0x190)](_0x5d9bb9,_0x375397),this[_0x44fcde(0x1c7)][_0x44fcde(0x190)](_0x375397,_0x44fcde(0x24b)),_0x375397;}[_0x4763c5(0x186)](_0x186f8b){const _0x44ecbf=_0x4763c5,_0x5311b9=_0x186f8b[_0x44ecbf(0x222)](':');return{'group':_0x5311b9[0x0],'type':_0x5311b9[0x1],'subType':_0x5311b9[_0x44ecbf(0x23b)]>=0x5?_0x5311b9[0x2]:null,'id':_0x5311b9[_0x44ecbf(0x23b)]<0x5?_0x5311b9[0x2]:_0x5311b9[0x3],'authorId':_0x5311b9[_0x44ecbf(0x23b)]<0x5?_0x5311b9[0x3]:_0x5311b9[0x4],'markerCount':0x6==_0x5311b9[_0x44ecbf(0x23b)]?_0x5311b9[0x5]:null};}[_0x4763c5(0x146)](_0x27ad27,_0x160fcd,_0x4dfa91){const _0x36d22a=_0x4763c5,_0x4b270e=_0x27ad27[_0x36d22a(0x18d)](),_0x3ad21b=_0x4b270e[_0x36d22a(0x224)],_0x3448bd=_0x4b270e[_0x36d22a(0x164)];this[_0x36d22a(0x1b3)](_0x27ad27,this[_0x36d22a(0x198)][_0x36d22a(0x1ed)](_0x3ad21b,_0x160fcd));const _0x4d86d5=_0x3c7129(),_0x3f7d96=_0x27ad27[_0x36d22a(0x215)]['id'],_0xc271b6=_0x27ad27[_0x36d22a(0x20e)]+(_0x27ad27[_0x36d22a(0x220)]?':'+_0x27ad27[_0x36d22a(0x220)]:'');this[_0x36d22a(0x216)]({'id':_0x4d86d5,'type':_0xc271b6,'createdAt':new Date(),'authorId':_0x3f7d96,'originalSuggestionId':_0x27ad27['id'],'attributes':_0x27ad27[_0x36d22a(0x1e5)],'data':_0x27ad27[_0x36d22a(0x16e)]});const _0x8d95e0=this[_0x36d22a(0x177)](_0x27ad27);(_0x36d22a(0xba)==_0x27ad27[_0x36d22a(0x20e)]||_0x8d95e0&&this[_0x36d22a(0x1ae)](_0x8d95e0))&&(_0x4dfa91=this[_0x36d22a(0x198)][_0x36d22a(0x145)](_0x4dfa91[_0x36d22a(0x15e)])),this[_0x36d22a(0x234)](_0xc271b6,_0x4d86d5,_0x3f7d96,this[_0x36d22a(0x198)][_0x36d22a(0x1ed)](_0x4dfa91,_0x3448bd));}[_0x4763c5(0x230)](_0x5cdb9c,_0x382b1c=null){const _0x465eb7=_0x4763c5,_0x3f23fb=[],_0x2fb68d=this[_0x465eb7(0x130)][_0x465eb7(0x23f)][_0x465eb7(0x250)](_0x465eb7(0x16f))['me'];Array[_0x465eb7(0xc7)](_0x5cdb9c)||(_0x5cdb9c=[_0x5cdb9c]);for(const _0x3105ea of this[_0x465eb7(0x1eb)]()){if(!_0x3105ea[_0x465eb7(0x15b)])continue;if(_0x382b1c&&_0x3105ea[_0x465eb7(0x20e)]!=_0x382b1c)continue;let _0x3f3d4b=!0x1;for(const _0x5357f7 of _0x3105ea[_0x465eb7(0x119)]()){for(const _0x28b3d0 of _0x5cdb9c){const _0x11a085=_0x28b3d0[_0x465eb7(0x224)][_0x465eb7(0xe9)](_0x5357f7[_0x465eb7(0x164)])||_0x28b3d0[_0x465eb7(0x164)][_0x465eb7(0xe9)](_0x5357f7[_0x465eb7(0x224)]);if(_0x11a085||_0x28b3d0[_0x465eb7(0x171)](_0x5357f7)){const _0x537baa=_0x28b3d0[_0x465eb7(0xf7)](_0x5357f7)&&xt(this[_0x465eb7(0x198)][_0x465eb7(0x253)],_0x5357f7[_0x465eb7(0x224)],_0x28b3d0),_0x463a0d=_0x5357f7[_0x465eb7(0xf7)](_0x28b3d0)&&xt(this[_0x465eb7(0x198)][_0x465eb7(0x253)],_0x28b3d0[_0x465eb7(0x224)],_0x5357f7);_0x3f23fb[_0x465eb7(0x18f)]({'suggestion':_0x3105ea,'meta':{'isOwn':_0x2fb68d==_0x3105ea[_0x465eb7(0x109)],'isNextTo':_0x11a085,'isInsideObject':_0x537baa,'containsRangeInObject':_0x463a0d}}),_0x3f3d4b=!0x0;break;}}if(_0x3f3d4b)break;}}return _0x3f23fb;}[_0x4763c5(0x234)](_0x4ce382,_0x585bfb,_0x46eea4,_0x12ebe1,_0x4dfc99){const _0x4a4fad=_0x4763c5;this[_0x4a4fad(0x198)][_0x4a4fad(0x219)](_0x19a0b2=>{const _0x1631e7=_0x4a4fad;let _0x15c65a=_0x1631e7(0xca)+_0x4ce382+':'+_0x585bfb+':'+_0x46eea4;_0x4dfc99&&(_0x15c65a=_0x15c65a+':'+_0x4dfc99),_0x19a0b2[_0x1631e7(0x1b6)](_0x15c65a,{'range':_0x12ebe1,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x4763c5(0x10d)](_0x2d3cf5){const _0x5b3c2a=_0x4763c5,_0xf7e03d=_0x2d3cf5[_0x5b3c2a(0x1a5)],_0x11abbd=_0x2d3cf5[_0x5b3c2a(0x249)];_0x2d3cf5[_0x5b3c2a(0x1a5)]=null,_0x2d3cf5[_0x5b3c2a(0x249)]=null,null!=_0xf7e03d&&_0xf7e03d[_0x5b3c2a(0x249)]==_0x2d3cf5&&(_0xf7e03d[_0x5b3c2a(0x249)]=_0x11abbd),null!=_0x11abbd&&_0x11abbd[_0x5b3c2a(0x1a5)]==_0x2d3cf5&&(_0x11abbd[_0x5b3c2a(0x1a5)]=_0xf7e03d),_0x5b3c2a(0x241)==this[_0x5b3c2a(0x1c7)][_0x5b3c2a(0x250)](_0x2d3cf5)&&(this[_0x5b3c2a(0x1c7)][_0x5b3c2a(0x190)](_0x2d3cf5,_0x5b3c2a(0x221)),this[_0x5b3c2a(0x263)](_0x5b3c2a(0xcd),_0x2d3cf5,_0xf7e03d,_0x11abbd));}[_0x4763c5(0x216)](_0x436cf0){const _0x1e08c5=_0x4763c5,_0x3a54e1=_0x436cf0['id'],_0x1ba816=this[_0x1e08c5(0x1e1)](_0x436cf0);if(this[_0x1e08c5(0x13f)]&&this[_0x1e08c5(0x13f)][_0x1e08c5(0x15d)]){const _0x2552fd=this[_0x1e08c5(0x130)][_0x1e08c5(0x23f)][_0x1e08c5(0x250)](_0x1e08c5(0x199)),_0x2294e2=_0x1ba816[_0x1e08c5(0x239)],_0xd93045=_0x1ba816[_0x1e08c5(0x220)]?_0x1ba816[_0x1e08c5(0x20e)]+':'+_0x1ba816[_0x1e08c5(0x220)]:_0x1ba816[_0x1e08c5(0x20e)],_0xb91307=this[_0x1e08c5(0x130)][_0x1e08c5(0x1ab)],_0x1552bb=_0x2552fd[_0x1e08c5(0xbe)](_0x450634(_0xb91307,_0x1e08c5(0x178))),_0x1c473a={'id':_0x3a54e1,'type':_0xd93045,'hasComments':_0x2294e2,'data':_0x436cf0[_0x1e08c5(0x16e)]||null,'originalSuggestionId':_0x436cf0[_0x1e08c5(0x148)]||null,'attributes':_0x1ba816[_0x1e08c5(0x1e5)]};this[_0x1e08c5(0x13f)][_0x1e08c5(0x15d)](_0x1c473a)[_0x1e08c5(0x19a)](_0x97b01f=>{const _0x3a315b=_0x1e08c5;_0x1ba816[_0x3a315b(0x180)]=!0x0,_0x2552fd[_0x3a315b(0x1b4)](_0x1552bb),_0x97b01f&&_0x97b01f[_0x3a315b(0x265)]&&(this[_0x3a315b(0x1f3)][_0x3a315b(0x250)](_0x3a54e1)[_0x3a315b(0x265)]=_0x97b01f[_0x3a315b(0x265)]);})[_0x1e08c5(0x107)](_0x184432=>{const _0x368864=_0x1e08c5;throw _0x587888(_0x368864(0xbb)),this[_0x368864(0x130)][_0x368864(0x194)][_0x368864(0x20a)]({'isUndoable':!0x1},()=>{const _0xe17d6=_0x368864;_0x1ba816[_0xe17d6(0x255)]();}),_0x1ba816[_0x368864(0xd7)](),this[_0x368864(0x1f3)][_0x368864(0xea)](_0x1ba816['id']),this[_0x368864(0x1c7)][_0x368864(0xea)](_0x1ba816),_0x184432;});}return _0x1ba816;}[_0x4763c5(0x1ae)](_0x5665a4){const _0x375ea7=_0x4763c5;return this[_0x375ea7(0x229)][_0x375ea7(0x212)](_0x5665a4);}[_0x4763c5(0x1f1)](_0x51d489,_0x21905f){const _0xef0840=_0x4763c5,_0x19cdac=this[_0xef0840(0x130)][_0xef0840(0x23f)][_0xef0840(0x250)](_0xef0840(0x199)),_0x4ded0c=this[_0xef0840(0x14e)](_0x51d489);if(this[_0xef0840(0x13f)]&&this[_0xef0840(0x13f)][_0xef0840(0x17c)]){if(_0x4ded0c[_0xef0840(0x180)]){const _0x2d0e7e=_0x19cdac[_0xef0840(0xbe)](_0x450634(this[_0xef0840(0x130)][_0xef0840(0x1ab)],_0xef0840(0x178)));this[_0xef0840(0x13f)][_0xef0840(0x17c)](_0x51d489,_0x21905f)[_0xef0840(0x19a)](()=>{const _0x15d288=_0xef0840;_0x19cdac[_0x15d288(0x1b4)](_0x2d0e7e);});}else _0x4ded0c['on'](_0xef0840(0x169),()=>{const _0x2af60f=_0xef0840;this[_0x2af60f(0x1f1)](_0x51d489,_0x21905f);});}}[_0x4763c5(0x12a)](_0x2e6bd4){const _0x3861b4=_0x4763c5;if(!this[_0x3861b4(0x13f)]||!this[_0x3861b4(0x13f)][_0x3861b4(0x14e)])throw new _0x23d49e(_0x3861b4(0x16b),this);return this[_0x3861b4(0x13f)][_0x3861b4(0x14e)](_0x2e6bd4);}[_0x4763c5(0x21f)](_0x26c277){const _0x5a3f79=_0x4763c5,{id:_0x2d949a,type:_0x463582,subType:_0x3c5016,authorId:_0xbe792d}=this[_0x5a3f79(0x186)](_0x26c277),_0x54c1e4=this[_0x5a3f79(0x1f3)][_0x5a3f79(0x250)](_0x2d949a)||this[_0x5a3f79(0x218)](_0x463582,_0x3c5016,_0x2d949a,_0xbe792d,{});switch(this[_0x5a3f79(0x185)](_0x54c1e4,_0x463582,_0x3c5016,_0xbe792d),this[_0x5a3f79(0x1c7)][_0x5a3f79(0x250)](_0x54c1e4)){case _0x5a3f79(0x24b):this[_0x5a3f79(0x12a)](_0x2d949a)[_0x5a3f79(0x19a)](_0x3931d=>{const _0x461992=_0x5a3f79;let _0x174c12=Promise[_0x461992(0x20f)]();_0x3931d[_0x461992(0x239)]&&(_0x174c12=this[_0x461992(0x1a6)][_0x461992(0x154)]({'channelId':this[_0x461992(0x130)][_0x461992(0x23e)][_0x461992(0x250)](_0x461992(0x192)),'threadId':_0x2d949a})),_0x174c12[_0x461992(0x19a)](()=>{const _0x1aa565=_0x461992;this[_0x1aa565(0x1e1)](_0x3931d)[_0x1aa565(0x180)]=!0x0;});}),this[_0x5a3f79(0x1c7)][_0x5a3f79(0x190)](_0x54c1e4,_0x5a3f79(0x191));break;case _0x5a3f79(0x221):this[_0x5a3f79(0x1f1)](_0x2d949a,{'state':_0x5a3f79(0x120)});case _0x5a3f79(0x10c):this[_0x5a3f79(0x1c7)][_0x5a3f79(0x190)](_0x54c1e4,_0x5a3f79(0x241)),this[_0x5a3f79(0x263)](_0x5a3f79(0x11e),_0x54c1e4);break;case _0x5a3f79(0x241):this[_0x5a3f79(0x263)](_0x5a3f79(0x18b),_0x54c1e4);}return _0x54c1e4[_0x5a3f79(0x167)](_0x26c277),_0x54c1e4;}[_0x4763c5(0x1f4)](_0x5884b0){const _0x57702a=_0x4763c5,_0x6d22f0=Array[_0x57702a(0x24d)](_0x5884b0),_0x3e9efe=_0x6d22f0[_0x57702a(0x1cc)](_0x3d235d=>_0x57702a(0x1ba)==_0x3d235d[_0x57702a(0x20e)]);this[_0x57702a(0xde)](_0x3e9efe);const _0x132550=_0x6d22f0[_0x57702a(0x1cc)](_0x49c370=>!_0x49c370[_0x57702a(0x18c)]&&_0x57702a(0x1ba)!=_0x49c370[_0x57702a(0x20e)]),_0x5c8e52=this[_0x57702a(0x1eb)]({'skipNotAttached':!0x0})[_0x57702a(0x1cc)](_0x626d89=>!_0x626d89[_0x57702a(0x18c)]&&_0x57702a(0x1ba)!=_0x626d89[_0x57702a(0x20e)]),_0x33b72f=_0x5c8e52[_0x57702a(0x1cc)](_0x5055d8=>!_0x5884b0[_0x57702a(0x212)](_0x5055d8)),_0x278781=new Map(_0x5c8e52[_0x57702a(0x236)](_0x4ce2c8=>[_0x4ce2c8,this[_0x57702a(0x1af)][_0x57702a(0x214)](_0x4ce2c8[_0x57702a(0x20e)],_0x4ce2c8[_0x57702a(0x220)],_0x57702a(0x126))])),_0x282518=new Map(_0x5c8e52[_0x57702a(0x236)](_0xc52156=>[_0xc52156,_0xc52156[_0x57702a(0x18d)]()])),_0x3f28f3=new Set(),_0x264f3f=new Set();for(let _0x4d292d=0x0;_0x4d292d<_0x132550[_0x57702a(0x23b)];_0x4d292d++)_0x5d22de(_0x132550[_0x4d292d],_0x132550,_0x4d292d+0x1);for(let _0x5e29ea=0x0;_0x5e29ea<_0x132550[_0x57702a(0x23b)];_0x5e29ea++)_0x5d22de(_0x132550[_0x5e29ea],_0x33b72f,0x0);const _0x544601=new Set();for(let _0x3bde3c=0x0;_0x3bde3c<_0x132550[_0x57702a(0x23b)];_0x3bde3c++){const _0x57f412=_0x132550[_0x3bde3c];!_0x264f3f[_0x57702a(0x212)](_0x57f412)&&_0x57f412[_0x57702a(0x1a5)]&&(_0x544601[_0x57702a(0xbe)](_0x57f412[_0x57702a(0x1a5)]),_0x57f412[_0x57702a(0x1a5)][_0x57702a(0x249)]===_0x57f412&&(_0x57f412[_0x57702a(0x1a5)][_0x57702a(0x249)]=null),_0x57f412[_0x57702a(0x1a5)]=null),!_0x3f28f3[_0x57702a(0x212)](_0x57f412)&&_0x57f412[_0x57702a(0x249)]&&(_0x544601[_0x57702a(0xbe)](_0x57f412[_0x57702a(0x249)]),_0x57f412[_0x57702a(0x249)][_0x57702a(0x1a5)]===_0x57f412&&(_0x57f412[_0x57702a(0x249)][_0x57702a(0x1a5)]=null),_0x57f412[_0x57702a(0x249)]=null);}function _0x5d22de(_0x403097,_0x47c778,_0x3a2a67){const _0x443d39=_0x57702a;for(let _0xfa84c0=_0x3a2a67;_0xfa84c0<_0x47c778[_0x443d39(0x23b)];_0xfa84c0++){const _0x6a4e7d=_0x14c463(_0x403097,_0x47c778[_0xfa84c0]);_0x6a4e7d&&(_0x6a4e7d[0x0][_0x443d39(0x249)]=_0x6a4e7d[0x1],_0x6a4e7d[0x1][_0x443d39(0x1a5)]=_0x6a4e7d[0x0],_0x3f28f3[_0x443d39(0xbe)](_0x6a4e7d[0x0]),_0x264f3f[_0x443d39(0xbe)](_0x6a4e7d[0x1]));}}function _0x14c463(_0x1b7200,_0x5d69be){const _0x32a897=_0x57702a;if(_0x1b7200[_0x32a897(0x109)]['id']!==_0x5d69be[_0x32a897(0x109)]['id'])return null;const _0x58b786=_0x278781[_0x32a897(0x250)](_0x1b7200)(_0x1b7200,_0x5d69be,_0x282518[_0x32a897(0x250)](_0x1b7200),_0x282518[_0x32a897(0x250)](_0x5d69be));if(!_0x58b786)return null;return _0x278781[_0x32a897(0x250)](_0x5d69be)(_0x1b7200,_0x5d69be,_0x282518[_0x32a897(0x250)](_0x1b7200),_0x282518[_0x32a897(0x250)](_0x5d69be))?_0x58b786[0x1][_0x32a897(0x246)]&&_0x58b786[0x1][_0x32a897(0x246)][_0x32a897(0x23b)]?null:_0x58b786:null;}_0x544601[_0x57702a(0x170)]&&this[_0x57702a(0x1f4)](_0x544601);}[_0x4763c5(0xde)](_0x40068f){const _0xa4baa0=_0x4763c5;if(0x0==_0x40068f[_0xa4baa0(0x23b)])return;const _0x5b9a5d=this[_0xa4baa0(0x1eb)]({'skipNotAttached':!0x0})[_0xa4baa0(0x1cc)](_0x38d89e=>_0xa4baa0(0x1ba)==_0x38d89e[_0xa4baa0(0x20e)]&&_0x38d89e[_0xa4baa0(0xce)]),_0x566a7d=[],_0x424153=new Map();for(const _0x52ae7a of _0x5b9a5d){const _0x46117a=_0x4c71ad(_0x52ae7a[_0xa4baa0(0x1e5)]);_0x424153[_0xa4baa0(0x212)](_0x46117a)||(_0x424153[_0xa4baa0(0x190)](_0x46117a,_0x566a7d[_0xa4baa0(0x23b)]),_0x566a7d[_0xa4baa0(0x18f)]([]));const _0x1da2e3=_0x424153[_0xa4baa0(0x250)](_0x46117a);_0x566a7d[_0x1da2e3][_0xa4baa0(0x18f)](_0x52ae7a);}!(function(){const _0x5d6763=_0xa4baa0;_0x566a7d[_0x5d6763(0xe6)]((_0x40b163,_0x49bdb5)=>{const _0x52fcf9=_0x5d6763,_0x14189c=_0x40b163[0x0][_0x52fcf9(0x265)],_0x2c6b29=_0x49bdb5[0x0][_0x52fcf9(0x265)];return _0x14189c==_0x2c6b29?_0x40b163[0x0][_0x52fcf9(0x1e5)][_0x52fcf9(0x228)]<_0x49bdb5[0x0][_0x52fcf9(0x1e5)][_0x52fcf9(0x228)]?-0x1:0x1:_0x14189c<_0x2c6b29?-0x1:0x1;});for(const _0x42d22f of _0x566a7d)_0x42d22f[_0x5d6763(0xe6)]((_0x36816e,_0x2e4b5f)=>_0x36816e['id']<_0x2e4b5f['id']?-0x1:0x1);}());for(let _0x59659b=0x0;_0x59659b<_0x566a7d[_0xa4baa0(0x23b)];_0x59659b++){if(0x0==_0x566a7d[_0x59659b][_0xa4baa0(0x23b)])continue;const _0x36c4c2=[];for(let _0x38bcba=_0x59659b+0x1;_0x38bcba<_0x566a7d[_0xa4baa0(0x23b)];_0x38bcba++)0x0!=_0x566a7d[_0x38bcba][_0xa4baa0(0x23b)]&&_0x53fcce(_0x566a7d[_0x59659b],_0x566a7d[_0x38bcba])&&_0x36c4c2[_0xa4baa0(0x18f)](_0x38bcba);for(const _0x28971e of _0x36c4c2)_0x566a7d[_0x59659b]=_0x566a7d[_0x59659b][_0xa4baa0(0xef)](_0x566a7d[_0x28971e]),_0x566a7d[_0x28971e]=[];}for(const _0x3c5371 of _0x566a7d)for(let _0x3f7027=0x0;_0x3f7027<_0x3c5371[_0xa4baa0(0x23b)];_0x3f7027++)_0x3c5371[_0x3f7027][_0xa4baa0(0x249)]=_0x3c5371[_0x3f7027+0x1]||null;for(const _0x1ad359 of _0x566a7d)for(let _0x383b63=0x0;_0x383b63<_0x1ad359[_0xa4baa0(0x23b)];_0x383b63++)_0x1ad359[_0x383b63][_0xa4baa0(0x1a5)]=_0x1ad359[_0x383b63-0x1]||null;function _0x53fcce(_0xa4b2f7,_0x3be9c9){const _0x21da8f=_0xa4baa0;if(_0xa4b2f7[0x0][_0x21da8f(0x1e5)][_0x21da8f(0x228)]!==_0x3be9c9[0x0][_0x21da8f(0x1e5)][_0x21da8f(0x228)]&&_0xa4b2f7[0x0][_0x21da8f(0x109)]!==_0x3be9c9[0x0][_0x21da8f(0x109)])return!0x1;if(!function(_0x1775c3,_0x37c14c){const _0x189bd7=_0x21da8f;if(!_0x1775c3[_0x189bd7(0x239)]&&!_0x37c14c[_0x189bd7(0x239)])return!0x0;if(_0x1775c3[_0x189bd7(0x239)]&&_0x37c14c[_0x189bd7(0x239)])return!0x1;if(_0x1775c3[_0x189bd7(0x239)]&&_0x37c14c[_0x189bd7(0x265)]<_0x1775c3[_0x189bd7(0x246)][_0x189bd7(0x12b)][_0x189bd7(0x250)](0x0)[_0x189bd7(0x265)])return!0x0;if(_0x37c14c[_0x189bd7(0x239)]&&_0x1775c3[_0x189bd7(0x265)]<_0x37c14c[_0x189bd7(0x246)][_0x189bd7(0x12b)][_0x189bd7(0x250)](0x0)[_0x189bd7(0x265)])return!0x0;return!0x1;}(_0xa4b2f7[0x0],_0x3be9c9[0x0]))return!0x1;const _0x59f240=_0x2c0705(_0xa4b2f7[0x0][_0x21da8f(0x1e5)],_0x21da8f(0x228)),_0x566a4c=_0x2c0705(_0x3be9c9[0x0][_0x21da8f(0x1e5)],_0x21da8f(0x228));if(!_0x35f888(_0x59f240,_0x566a4c))return!0x1;return!!_0xa4b2f7[_0x21da8f(0x1e3)](_0x5a17f4=>_0x3be9c9[_0x21da8f(0x19b)](_0x2adce2=>_0x5a17f4[_0x21da8f(0x18d)]()[_0x21da8f(0xe9)](_0x2adce2[_0x21da8f(0x18d)]())))&&_0x3be9c9[_0x21da8f(0x1e3)](_0x4246db=>_0xa4b2f7[_0x21da8f(0x19b)](_0x1650c7=>_0x4246db[_0x21da8f(0x18d)]()[_0x21da8f(0xe9)](_0x1650c7[_0x21da8f(0x18d)]())));}}[_0x4763c5(0x1c1)](_0x4a638a){const _0x59e88a=_0x4763c5,_0x55ab09=Array[_0x59e88a(0x24d)](_0x4a638a),_0x3cbf24=this[_0x59e88a(0x1eb)]({'skipNotAttached':!0x0}),_0x4f34d5=_0x3cbf24[_0x59e88a(0x1cc)](_0x5b70fe=>!_0x4a638a[_0x59e88a(0x212)](_0x5b70fe)),_0x3d1399=new Map(_0x55ab09[_0x59e88a(0x236)](_0x1e764b=>[_0x1e764b,this[_0x59e88a(0x1af)][_0x59e88a(0x214)](_0x1e764b[_0x59e88a(0x20e)],_0x1e764b[_0x59e88a(0x220)],_0x59e88a(0x1ce))])),_0x42a91b=new Map(_0x3cbf24[_0x59e88a(0x236)](_0x45f4a9=>[_0x45f4a9,_0x45f4a9[_0x59e88a(0x119)]()]));for(let _0x187d27=0x0;_0x187d27<_0x55ab09[_0x59e88a(0x23b)];_0x187d27++){if(_0x267a8c(this,_0x55ab09[_0x187d27],_0x55ab09,_0x187d27+0x1))return!0x0;}for(let _0x11bcfc=0x0;_0x11bcfc<_0x55ab09[_0x59e88a(0x23b)];_0x11bcfc++){if(_0x267a8c(this,_0x55ab09[_0x11bcfc],_0x4f34d5,0x0))return!0x0;}return!0x1;function _0x267a8c(_0x128bcb,_0xdab890,_0x487654,_0x229124){const _0x50eec9=_0x59e88a;for(let _0x53dedd=_0x229124;_0x53dedd<_0x487654[_0x50eec9(0x23b)];_0x53dedd++){const _0x3badb4=_0x487654[_0x53dedd];if(_0x3badb4[_0x50eec9(0x20e)]!==_0xdab890[_0x50eec9(0x20e)]||_0x3badb4[_0x50eec9(0x109)]['id']!==_0xdab890[_0x50eec9(0x109)]['id']||_0x3badb4[_0x50eec9(0x220)]!==_0xdab890[_0x50eec9(0x220)])continue;if(!Ft(_0xdab890,_0x3badb4,[_0x50eec9(0x228)]))continue;if(_0x50eec9(0x1ba)==_0xdab890[_0x50eec9(0x20e)]&&_0xdab890[_0x50eec9(0x16e)][_0x50eec9(0x15a)]!=_0x3badb4[_0x50eec9(0x16e)][_0x50eec9(0x15a)])continue;if(_0x50eec9(0x1ba)==_0xdab890[_0x50eec9(0x20e)]&&_0x128bcb[_0x50eec9(0x1ae)](_0xdab890[_0x50eec9(0x16e)][_0x50eec9(0xd8)]))continue;if(_0x50eec9(0xba)==_0xdab890[_0x50eec9(0x20e)]){const _0x192fd2=_0x128bcb[_0x50eec9(0x130)][_0x50eec9(0x194)],_0x5e0d0f=_0xdab890[_0x50eec9(0x1fa)]();if(_0x5e0d0f&&(_0x192fd2[_0x50eec9(0x253)][_0x50eec9(0xf0)](_0x5e0d0f)||_0x192fd2[_0x50eec9(0x253)][_0x50eec9(0x1ec)](_0x5e0d0f)))continue;}const _0x23a247=_0x3d1399[_0x50eec9(0x250)](_0xdab890),_0x5852d5=_0x42a91b[_0x50eec9(0x250)](_0xdab890),_0x2b1599=_0x42a91b[_0x50eec9(0x250)](_0x3badb4),_0x17710f=_0xdab890[_0x50eec9(0x246)]&&_0xdab890[_0x50eec9(0x246)][_0x50eec9(0x23b)],_0x12484c=_0x3badb4[_0x50eec9(0x246)]&&_0x3badb4[_0x50eec9(0x246)][_0x50eec9(0x23b)];if(!_0x17710f&&_0x23a247(_0x2b1599,_0x5852d5))return _0x128bcb[_0x50eec9(0x225)](_0x3badb4,_0xdab890),_0x42a91b[_0x50eec9(0xea)](_0xdab890),!0x0;if(!_0x12484c&&_0x23a247(_0x5852d5,_0x2b1599))return _0x128bcb[_0x50eec9(0x225)](_0xdab890,_0x3badb4),_0x42a91b[_0x50eec9(0xea)](_0x3badb4),!0x0;}return!0x1;}}[_0x4763c5(0x225)](_0x6cbcf0,_0x279068){const _0x3b91b7=_0x4763c5;if(_0x6cbcf0[_0x3b91b7(0x18c)]){for(const _0x77c086 of _0x279068[_0x3b91b7(0x119)]())_0x6cbcf0[_0x3b91b7(0xf3)](_0x77c086);}else{const _0xe436=_0x279068[_0x3b91b7(0x18d)]()[_0x3b91b7(0x164)];this[_0x3b91b7(0x1b3)](_0x6cbcf0,this[_0x3b91b7(0x198)][_0x3b91b7(0x1ed)](_0x6cbcf0[_0x3b91b7(0x18d)]()[_0x3b91b7(0x224)],_0xe436));}_0x279068[_0x3b91b7(0x22e)]();}[_0x4763c5(0x217)](_0x4aaa9d,_0x286346){const _0x9eca59=_0x4763c5,_0x54cbc1=_0x4aaa9d[_0x9eca59(0x21a)](_0x9eca59(0x1bc))||_0x4aaa9d[_0x9eca59(0x21a)](_0x9eca59(0x1ba))?_0x9eca59(0x223):_0x4aaa9d[_0x9eca59(0x1a3)]();return _0x450634(this[_0x9eca59(0x130)][_0x9eca59(0x1ab)],_0x286346+'_'+_0x54cbc1+_0x9eca59(0x1d4));}[_0x4763c5(0x100)](){const _0x2ea409=_0x4763c5,_0x5ced9f=this[_0x2ea409(0x130)];_0x31c99e(this[_0x2ea409(0x198)],({left:_0x5e6e2d,entered:_0x37162e})=>{const _0x23a0c7=_0x2ea409,_0x42e713=[];for(const _0x5bddf8 of _0x5e6e2d){const {group:_0x569e98,type:_0xbb8f85}=this[_0x23a0c7(0x186)](_0x5bddf8[_0x23a0c7(0x1c4)]);if(_0x23a0c7(0x211)===_0x569e98){_0x42e713[_0x23a0c7(0x18f)](this[_0x23a0c7(0x217)](_0xbb8f85,_0x23a0c7(0x1e8)));break;}}for(const _0x5c5ec5 of _0x37162e){const {group:_0x1358d4,type:_0x53406a}=this[_0x23a0c7(0x186)](_0x5c5ec5[_0x23a0c7(0x1c4)]);if(_0x23a0c7(0x211)===_0x1358d4){_0x42e713[_0x23a0c7(0x18f)](this[_0x23a0c7(0x217)](_0x53406a,_0x23a0c7(0xdb)));break;}}_0x42e713[_0x23a0c7(0x23b)]&&_0x5ced9f['ui'][_0x23a0c7(0x101)][_0x23a0c7(0xec)](_0x23a0c7(0x114),_0x42e713[_0x23a0c7(0x1ce)]('\x20'));});}[_0x4763c5(0x14b)](_0x39a76a){const _0x30e23b=_0x4763c5;if(this[_0x30e23b(0xfe)])return!0x1;const _0x1f4bf8=this[_0x30e23b(0x130)],_0xdce428=_0x1f4bf8[_0x30e23b(0x194)][_0x30e23b(0xb9)][_0x30e23b(0x18e)][_0x30e23b(0x1bf)]();if(0x0==_0xdce428[_0x30e23b(0x23b)])return!0x1;const _0x1eca10=[],_0x12ee9e=_0xdce428[_0x30e23b(0x1cc)](_0x1335af=>_0x30e23b(0x1ba)==_0x1335af[_0x30e23b(0x20e)]),_0x2e629e=_0xdce428[_0x30e23b(0x1cc)](_0x7167e4=>_0x30e23b(0x21c)==_0x7167e4[_0x30e23b(0x20e)]&&_0x30e23b(0xf4)!=_0x7167e4[_0x30e23b(0x1c4)]),_0x4314af=_0xdce428[_0x30e23b(0x1cc)](_0x2fdf4c=>_0x30e23b(0x1b4)==_0x2fdf4c[_0x30e23b(0x20e)]&&_0x30e23b(0xf4)!=_0x2fdf4c[_0x30e23b(0x1c4)]);for(const _0x42319c of _0x12ee9e)_0x1eca10[_0x30e23b(0x18f)]({'key':_0x42319c[_0x30e23b(0x244)],'newValue':_0x42319c[_0x30e23b(0x25f)],'oldValue':_0x42319c[_0x30e23b(0x24a)],'range':Ut(_0x42319c[_0x30e23b(0x1c3)],_0x1f4bf8[_0x30e23b(0x194)])});for(const _0x46eefa of _0x2e629e){const _0x418c4d=_0x4314af[_0x30e23b(0x1fe)](_0x43cabc=>_0x43cabc[_0x30e23b(0x23d)][_0x30e23b(0xe9)](_0x46eefa[_0x30e23b(0x23d)]));_0x418c4d&&_0x1eca10[_0x30e23b(0x18f)]({'key':_0x30e23b(0x254),'newValue':_0x46eefa[_0x30e23b(0x1c4)],'oldValue':_0x418c4d[_0x30e23b(0x1c4)],'range':_0x1f4bf8[_0x30e23b(0x194)][_0x30e23b(0xc9)](_0x46eefa[_0x30e23b(0x23d)][_0x30e23b(0x204)])});}return 0x0!=_0x1eca10[_0x30e23b(0x23b)]&&this[_0x30e23b(0x108)](_0x39a76a,_0x1eca10);}[_0x4763c5(0x24c)](_0x33f991){const _0x4a00a5=_0x4763c5;let _0x19a5d7=!0x1;const _0x2a8698=this[_0x4a00a5(0x130)][_0x4a00a5(0x194)][_0x4a00a5(0xb9)][_0x4a00a5(0x18e)][_0x4a00a5(0x152)]()[_0x4a00a5(0x1cc)](_0x5c2bf5=>_0x5c2bf5[_0x4a00a5(0x16e)][_0x4a00a5(0x1f2)]&&_0x5c2bf5[_0x4a00a5(0x1c4)][_0x4a00a5(0x21a)](_0x4a00a5(0xc1)));for(const _0x1a0b13 of _0x2a8698){const {subType:_0x3266dd,id:_0x2fa4cf}=this[_0x4a00a5(0x186)](_0x1a0b13[_0x4a00a5(0x1c4)]),_0x5b0013=_0x3266dd[_0x4a00a5(0x222)]('|')[0x0];for(const _0xfb3ed8 of this[_0x4a00a5(0x1eb)]({'skipNotAttached':!0x0}))_0xfb3ed8['id']!=_0x2fa4cf&&_0x4a00a5(0x1ba)==_0xfb3ed8[_0x4a00a5(0x20e)]&&_0xfb3ed8[_0x4a00a5(0x16e)]&&_0xfb3ed8[_0x4a00a5(0x16e)][_0x4a00a5(0xd8)]==_0x5b0013&&_0xfb3ed8[_0x4a00a5(0x18d)]()[_0x4a00a5(0x193)](_0x1a0b13[_0x4a00a5(0x16e)][_0x4a00a5(0x1f2)])&&(this[_0x4a00a5(0xc5)](_0xfb3ed8,_0x1a0b13[_0x4a00a5(0x16e)][_0x4a00a5(0x1f2)],_0x33f991),_0x19a5d7=!0x0);}return _0x19a5d7;}[_0x4763c5(0xe1)](_0x206f87){const _0x31f599=_0x4763c5;this[_0x31f599(0x130)],(this[_0x31f599(0xfe)]=!0x0,_0x206f87());}[_0x4763c5(0x144)](_0x4f5f39){const _0x13ac76=_0x4763c5,_0x3f8a7e=this[_0x13ac76(0x1ae)](_0x4f5f39),_0x2c5847=this[_0x13ac76(0xf1)][_0x13ac76(0x212)](_0x4f5f39);return _0x3f8a7e||_0x2c5847;}[_0x4763c5(0x108)](_0x5b6fed,_0xb31eb4){const _0x462736=_0x4763c5;if(0x0==_0xb31eb4[_0x462736(0x23b)])return!0x1;let _0x2ca654=!0x1;for(const _0x2cce25 of _0xb31eb4){const _0x1d6691=this[_0x462736(0x230)](_0x2cce25[_0x462736(0x1c3)],_0x462736(0x1ba))[_0x462736(0x1cc)](_0x582b89=>!_0x582b89[_0x462736(0x174)][_0x462736(0x161)])[_0x462736(0x236)](_0x4eaba0=>_0x4eaba0[_0x462736(0x211)]),_0x492228=_0x4c71ad({'newValue':_0x2cce25[_0x462736(0x22d)]});_0x1d6691[_0x462736(0x1cc)](_0x309dfd=>{const _0x445853=_0x462736,[_0x211769,_0x59064c]=_0x309dfd[_0x445853(0x220)][_0x445853(0x222)]('|');return _0x211769==_0x2cce25[_0x445853(0xd8)]&&_0x59064c!=_0x492228;})[_0x462736(0x182)](_0x2e751e=>{const _0x52c50b=_0x462736;this[_0x52c50b(0xc5)](_0x2e751e,_0x2cce25[_0x52c50b(0x1c3)],_0x5b6fed),_0x2ca654=!0x0;});}return _0x2ca654;}[_0x4763c5(0xc5)](_0x16964e,_0x3a199d,_0x3a02cd){const _0x12ee55=_0x4763c5,_0x2f3857=_0x16964e[_0x12ee55(0x18d)]()[_0x12ee55(0x1cd)](_0x3a199d);0x0!==_0x2f3857[_0x12ee55(0x23b)]?0x1!==_0x2f3857[_0x12ee55(0x23b)]?this[_0x12ee55(0x146)](_0x16964e,_0x3a199d[_0x12ee55(0x224)],_0x3a199d[_0x12ee55(0x164)]):this[_0x12ee55(0x1b3)](_0x16964e,_0x2f3857[0x0]):_0x3a02cd[_0x12ee55(0x21b)](_0x16964e[_0x12ee55(0x25e)]());}}class Bt{constructor(_0xe859a8){const _0x1dd070=_0x4763c5;this[_0x1dd070(0x12f)]=_0xe859a8,this[_0x1dd070(0x198)]=_0xe859a8[_0x1dd070(0x194)],this[_0x1dd070(0x172)]=new Map(),this[_0x1dd070(0x139)]=new Map(),this[_0x1dd070(0x11a)]();}[_0x4763c5(0x1bd)](_0x31c2aa,_0x16afb9,_0x4e954c,_0x3df605,_0x21ece2,_0x126b86){const _0xec23fc=_0x4763c5;return new _0x842765(this[_0xec23fc(0x198)],{'type':_0x31c2aa,'subType':_0x16afb9,'id':_0x4e954c,'author':_0x3df605,'creator':_0x3df605,'attributes':_0x21ece2,'onAttributesChange':_0x126b86,'onAccept':(..._0x401136)=>this[_0xec23fc(0x214)](_0x31c2aa,_0x16afb9,_0xec23fc(0x25b))(..._0x401136),'onDiscard':(..._0x1a47c8)=>this[_0xec23fc(0x214)](_0x31c2aa,_0x16afb9,_0xec23fc(0x255))(..._0x1a47c8)});}[_0x4763c5(0x12c)](_0x13aca7,_0x52f267,_0x2d02a1,_0x319050){const _0xda21a4=_0x4763c5,_0x2ffc92=_0x13aca7+':'+_0x52f267+':'+_0x2d02a1;this[_0xda21a4(0x172)][_0xda21a4(0x190)](_0x2ffc92,_0x319050);}[_0x4763c5(0x214)](_0x2038d3,_0x5e1b18,_0xc21983){const _0x1d9914=_0x4763c5,_0x1604f4=_0x2038d3+':'+_0x5e1b18+':'+_0xc21983;return this[_0x1d9914(0x172)][_0x1d9914(0x250)](_0x1604f4)||this[_0x1d9914(0x139)][_0x1d9914(0x250)](_0x2038d3+':'+_0xc21983);}[_0x4763c5(0x11a)](){const _0xabcaa7=_0x4763c5,_0x133bea=()=>!0x1,_0x41fa00=_0x343419=>{const _0x330682=_0x1f8f;_0x343419[_0x330682(0xe6)]((_0x349ac0,_0x17f755)=>_0x349ac0[_0x330682(0x224)][_0x330682(0x1e2)](_0x17f755[_0x330682(0x224)])?0x1:-0x1),this[_0x330682(0x198)][_0x330682(0x219)](_0xa69c73=>{const _0x448ab2=_0x330682;for(const _0xdaa009 of _0x343419){let _0x247b5c;_0x247b5c=_0xdaa009[_0x448ab2(0x164)][_0x448ab2(0x112)]&&_0xdaa009[_0x448ab2(0x164)][_0x448ab2(0x15e)]==_0xdaa009[_0x448ab2(0x224)][_0x448ab2(0x204)]?_0xa69c73[_0x448ab2(0x1a4)](_0xdaa009[_0x448ab2(0x224)][_0x448ab2(0x204)],'on'):_0xa69c73[_0x448ab2(0x1a4)](_0xdaa009),this[_0x448ab2(0x198)][_0x448ab2(0x122)](_0x247b5c,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x3f5328=(_0x2a4a95,_0x405db3)=>{const _0x26d9a5=_0x1f8f;_0x405db3&&this[_0x26d9a5(0x198)][_0x26d9a5(0x219)](_0x35e9e8=>{const _0x280592=_0x26d9a5,{commandName:_0x54fecc,commandParams:_0x5e55f4=[]}=_0x405db3,_0x308277=_0x2a4a95[_0x280592(0x236)](_0x274035=>(Rt(_0x274035)&&(_0x274035=this[_0x280592(0x198)][_0x280592(0x1ed)](_0x274035[_0x280592(0x164)])),_0x274035))[_0x280592(0x1cc)](_0x3905a9=>_0x280592(0x261)!==_0x3905a9[_0x280592(0x16d)][_0x280592(0x248)]);if(_0x308277[_0x280592(0x23b)]<0x1)return;const _0x45b1bf=Array[_0x280592(0x24d)](this[_0x280592(0x198)][_0x280592(0xb9)][_0x280592(0xb8)][_0x280592(0x119)]())[_0x280592(0x236)](_0x1a13e8=>_0x30325a[_0x280592(0xfc)](_0x1a13e8));_0x35e9e8[_0x280592(0xdd)](_0x308277);for(const _0x3e8e53 of this[_0x280592(0x12f)][_0x280592(0x1ef)][_0x280592(0x1ef)]())_0x3e8e53[_0x280592(0x1e6)]();_0x5e55f4[_0x280592(0x18f)]({'forceDefaultExecution':!0x0}),this[_0x280592(0x12f)][_0x280592(0x141)](_0x54fecc,..._0x5e55f4);const _0x3f01b7=_0x45b1bf[_0x280592(0x1cc)](_0x24a9f1=>_0x280592(0x261)!=_0x24a9f1[_0x280592(0x16d)][_0x280592(0x248)]);_0x3f01b7[_0x280592(0x23b)]>0x0&&_0x35e9e8[_0x280592(0xdd)](_0x3f01b7);for(const _0xaf00a0 of _0x45b1bf)_0xaf00a0[_0x280592(0x175)]();});},_0x4a4985=(_0x393c52,_0x3d3ea3)=>0x1==_0x393c52[_0xabcaa7(0x23b)]&&0x1==_0x3d3ea3[_0xabcaa7(0x23b)]&&_0x393c52[0x0][_0xabcaa7(0x164)][_0xabcaa7(0xe9)](_0x3d3ea3[0x0][_0xabcaa7(0x224)]),_0x4556ea=(_0x3a5c5f,_0x2ea455,_0x50eb6d,_0x57af3c)=>Gt(_0x3a5c5f,_0x2ea455,_0x50eb6d,_0x57af3c,this[_0xabcaa7(0x198)])?[_0x3a5c5f,_0x2ea455]:Gt(_0x2ea455,_0x3a5c5f,_0x57af3c,_0x50eb6d,this[_0xabcaa7(0x198)])?[_0x2ea455,_0x3a5c5f]:null;this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x1a9),_0x133bea),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x1f7),_0x41fa00),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x13e),_0x4a4985),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0xd9),_0x4556ea),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x25d),_0x41fa00),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x1b9),_0x133bea),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x1e0),_0x4a4985),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x195),_0x4556ea),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0xed),_0x3f5328),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x25a),_0x133bea),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x11c),_0x4a4985),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0xc8),_0x133bea),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x1be),_0x3f5328),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x129),_0x133bea),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x131),_0x4a4985),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x1ca),_0x133bea),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x176),_0x133bea),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0xfb),(_0x40f64d,_0x3c7be9)=>{const _0x384709=_0xabcaa7;if(!_0x3c7be9)return;const _0x60b5cd=this[_0x384709(0x12f)][_0x384709(0x23f)][_0x384709(0x250)](p);this[_0x384709(0x198)][_0x384709(0x219)](_0xb4870e=>{const _0x46b283=_0x384709;if(_0x46b283(0x254)==_0x3c7be9[_0x46b283(0xd8)])for(const _0x310eb0 of _0x40f64d){const _0x53d25a=_0x310eb0[_0x46b283(0x224)][_0x46b283(0x204)],_0x3dbb91=_0x3c7be9[_0x46b283(0x15a)];_0xb4870e[_0x46b283(0x203)](_0x53d25a,_0x3dbb91);}else{if(_0x60b5cd[_0x46b283(0x1ae)](_0x3c7be9[_0x46b283(0xd8)])){for(const _0x3180b of _0x40f64d)void 0x0!==_0x3c7be9[_0x46b283(0x15a)]?_0xb4870e[_0x46b283(0xf5)](_0x3c7be9[_0x46b283(0xd8)],_0x3c7be9[_0x46b283(0x15a)],_0x3180b[_0x46b283(0x224)][_0x46b283(0x204)]):_0xb4870e[_0x46b283(0x1bb)](_0x3c7be9[_0x46b283(0xd8)],_0x3180b[_0x46b283(0x224)][_0x46b283(0x204)]);}else{for(const _0x1b0616 of _0x40f64d)_0x3c7be9[_0x46b283(0x15a)]?_0xb4870e[_0x46b283(0xf5)](_0x3c7be9[_0x46b283(0xd8)],_0x3c7be9[_0x46b283(0x15a)],_0x1b0616):_0xb4870e[_0x46b283(0x1bb)](_0x3c7be9[_0x46b283(0xd8)],_0x1b0616);}}});}),this[_0xabcaa7(0x139)][_0xabcaa7(0x190)](_0xabcaa7(0x173),_0x4a4985);}}function xt(_0x2fd1c6,_0x5e0de0,_0x2d865e){const _0x126b27=_0x4763c5;for(const _0x59aea8 of _0x5e0de0[_0x126b27(0x15e)][_0x126b27(0x1c2)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x59aea8[_0x126b27(0x16d)]==_0x59aea8)return!0x1;if(!_0x2d865e[_0x126b27(0x137)](_0x59aea8))return!0x1;if(_0x2fd1c6[_0x126b27(0xf0)](_0x59aea8)||_0x2fd1c6[_0x126b27(0x1ec)](_0x59aea8))return!0x0;}return!0x1;}function Rt(_0x57d1e1){const _0x218d30=_0x4763c5;return _0x57d1e1[_0x218d30(0x164)][_0x218d30(0x15e)]==_0x57d1e1[_0x218d30(0x224)][_0x218d30(0x204)]&&_0x57d1e1[_0x218d30(0x164)][_0x218d30(0x266)];}function Tt(_0xb497b7,_0x1c58eb,_0xd127af,_0x583669){const _0x49b76f=_0x4763c5,_0x370124=_0x322067=>!_0x322067[_0x49b76f(0xd0)]['is'](_0x49b76f(0x1b0))&&!_0x583669[_0x49b76f(0xf0)](_0x322067[_0x49b76f(0xd0)]),_0x5677e3=_0xb497b7[_0x49b76f(0x224)][_0x49b76f(0x157)](_0x370124),_0xb3b66f=_0xb497b7[_0x49b76f(0x164)][_0x49b76f(0x157)](_0x370124,{'direction':_0x49b76f(0x149)});return(!_0xb497b7[_0x49b76f(0x224)][_0x49b76f(0xe9)](_0x5677e3)||!_0xb497b7[_0x49b76f(0x164)][_0x49b76f(0xe9)](_0xb3b66f))&&(_0x5677e3[_0x49b76f(0x1e2)](_0xb3b66f)?_0xd127af[_0x49b76f(0x264)](_0x1c58eb,{'range':_0xd127af[_0x49b76f(0x1ed)](_0x5677e3,_0xb3b66f)}):_0xd127af[_0x49b76f(0x21b)](_0x1c58eb),!0x0);}function Et(_0x404c99){return _0x4c71ad(_0x404c99);}function Vt(_0x346ac6){const _0x970d32=_0x4763c5,_0x3dfb28=_0x346ac6[_0x970d32(0x224)][_0x970d32(0x204)];return _0x3dfb28&&_0x3dfb28['is'](_0x970d32(0x1f5));}function Ut(_0x289853,_0x444962){const _0x358884=_0x4763c5;return null==_0x289853[_0x358884(0x164)][_0x358884(0x13a)]&&_0x289853[_0x358884(0x164)][_0x358884(0x15e)]==_0x289853[_0x358884(0x224)][_0x358884(0x204)]?Ot(_0x289853[_0x358884(0x224)][_0x358884(0x204)],_0x444962):_0x289853;}function Ot(_0x2a501f,_0x18e3e1){const _0x14dbe5=_0x4763c5,_0x32588d=_0x18e3e1[_0x14dbe5(0x253)][_0x14dbe5(0xf0)](_0x2a501f)||_0x18e3e1[_0x14dbe5(0x253)][_0x14dbe5(0xdc)](_0x2a501f);return _0x18e3e1[_0x14dbe5(0x1ed)](_0x18e3e1[_0x14dbe5(0x1a2)](_0x2a501f,_0x14dbe5(0x17f)),_0x32588d?_0x18e3e1[_0x14dbe5(0x156)](_0x2a501f):_0x18e3e1[_0x14dbe5(0x1a2)](_0x2a501f,_0x14dbe5(0x164)));}function Gt(_0x31cf43,_0x199707,_0x210e1e,_0x3c4ccf,_0x2015f9){const _0x16d8ce=_0x4763c5;if(!Ft(_0x31cf43,_0x199707))return!0x1;if(_0x210e1e[_0x16d8ce(0x164)][_0x16d8ce(0xe9)](_0x3c4ccf[_0x16d8ce(0x224)]))return!0x0;if(_0x31cf43[_0x16d8ce(0x20e)]!=_0x199707[_0x16d8ce(0x20e)])return!0x1;if(!_0x210e1e[_0x16d8ce(0x164)][_0x16d8ce(0xf2)](_0x3c4ccf[_0x16d8ce(0x224)]))return!0x1;const _0x12ab5d=_0x2015f9[_0x16d8ce(0x1ed)](_0x210e1e[_0x16d8ce(0x164)],_0x3c4ccf[_0x16d8ce(0x224)])[_0x16d8ce(0x18a)]();for(const _0x1ef2ac of _0x12ab5d)if([_0x16d8ce(0x127),_0x16d8ce(0x14c)][_0x16d8ce(0x19c)](_0x1ef2ac[_0x16d8ce(0x20e)])&&_0x2015f9[_0x16d8ce(0x253)][_0x16d8ce(0x1ec)](_0x1ef2ac[_0x16d8ce(0xd0)]))return!0x1;return!0x0;}function Ft(_0x25c44b,_0x3ab6d3,_0x4ccf73=[]){const _0x52fd5d=_0x4763c5;return!(!_0x25c44b[_0x52fd5d(0xce)]||!_0x3ab6d3[_0x52fd5d(0xce)])&&_0x35f888(_0x2c0705(_0x25c44b[_0x52fd5d(0x1e5)],_0x4ccf73),_0x2c0705(_0x3ab6d3[_0x52fd5d(0x1e5)],_0x4ccf73));}function Pt(_0x3f34f6,_0x3fa4d3){const _0x3999ae=_0x4763c5,_0x4e69c6=Lt(_0x3f34f6[_0x3999ae(0x1e5)]),_0x39bdf3=Lt(_0x3fa4d3);if(!_0x3f34f6[_0x3999ae(0xce)])return!0x1;for(const _0x7da862 of Object[_0x3999ae(0x1b7)](_0x39bdf3))if(!_0x35f888(_0x4e69c6[_0x7da862],_0x39bdf3[_0x7da862]))return!0x1;return!0x0;}function Lt(_0x5e135b){const _0x4ba885=_0x4763c5,_0x1f2e7c=Object[_0x4ba885(0x259)]({},_0x5e135b);return delete _0x1f2e7c[_0x4ba885(0x25c)],delete _0x1f2e7c[_0x4ba885(0x1ff)],_0x1f2e7c;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x2413ee=_0x2937;(function(_0x32bae4,_0x59a84b){const _0x2d7c73=_0x2937,_0x1d85a3=_0x32bae4();while(!![]){try{const _0x476357=parseInt(_0x2d7c73(0x142))/0x1*(parseInt(_0x2d7c73(0x136))/0x2)+-parseInt(_0x2d7c73(0x113))/0x3+parseInt(_0x2d7c73(0x133))/0x4*(parseInt(_0x2d7c73(0x14c))/0x5)+-parseInt(_0x2d7c73(0xec))/0x6+parseInt(_0x2d7c73(0x109))/0x7*(-parseInt(_0x2d7c73(0xf1))/0x8)+parseInt(_0x2d7c73(0xe6))/0x9+-parseInt(_0x2d7c73(0xfd))/0xa;if(_0x476357===_0x59a84b)break;else _0x1d85a3['push'](_0x1d85a3['shift']());}catch(_0x168af6){_0x1d85a3['push'](_0x1d85a3['shift']());}}}(_0x4575,0x77813));import{Plugin as _0x40e57f}from'ckeditor5/src/core.js';function _0x2937(_0x4cbb8c,_0x2b4c80){const _0x457535=_0x4575();return _0x2937=function(_0x293797,_0x23f999){_0x293797=_0x293797-0xce;let _0x842a91=_0x457535[_0x293797];return _0x842a91;},_0x2937(_0x4cbb8c,_0x2b4c80);}import{Collection as _0x50b5cc}from'ckeditor5/src/utils.js';import{ViewModel as _0x5db337,SplitButtonView as _0x19d15b,createDropdown as _0x3178a1,addListToDropdown as _0x5bee19}from'ckeditor5/src/ui.js';import{Users as _0x393897,getDateTimeFormatter as _0x29e6ca,getAllMarkersDomElementsSorted as _0x308c4c}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x2b241c from'./trackchangesediting.js';import _0x3a5e9c from'./ui/suggestioncontroller.js';import _0x43155d from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x47ca30}from'./utils/common-translations.js';import _0x175665 from'../theme/icons/track-changes.svg';function _0x4575(){const _0x1b64d9=['some','106547TUwrCV','acceptAllSuggestions','getByInnerView','getMarkers','createAnnotation','_handleControllerBuffer','CommentView','head','componentFactory','addSourceCollector','262725uaARqj','descriptionParts','previous','Track\x20changes','trackChanges.SuggestionThreadView','from','CommentsUI','bind','values','TrackChangesEditing','add','map','editing','editor','createCommentThreadController','getRanges','Discard\x20all\x20selected\x20suggestions','acceptSelectedSuggestions','keys','trackChanges.disableComments','addComment','acceptButton','getFirstRange','button','execute','pluginName','commandName','discardSelectedSuggestions','_refreshActiveMarkers','comments.editorConfig','refreshSelectedViews','init','4XESxwD','suggestionUnloaded','commands','901770pdLpFd','reduce','switchbutton','discardButton','requires','Accept\x20all\x20selected\x20suggestions','buttonView','comments.maxThreadTotalWeight','_disableComments','CommentsRepository','mainView','_descriptionFactory','2JtSVmx','isInContent','type','_viewToController','view','actionView','isEnabled','getJoined','locale','Accept\x20all\x20suggestions','3595200anpXMN','_initializeController','Annotations','lowest','change:activeAnnotations','_bindAnnotationToEditors','EditorAnnotations','destroy','getSuggestion','Discard\x20all\x20suggestions','_annotationViews','value','get','change:previous','delete','set','comments','size','_suggestionToController','stopListening','listenTo','TrackChangesUI','getAllAdjacentSuggestions','getMarkerNames','config','suggestion-','arrowView','_unbindEditors','activeMarkers','createAnnotationView','comments.maxCommentCharsWhenCollapsed','_createUIButton','getDescriptions','source','1759194mtaukI','isOn','commentThread','suggestionLoaded','length','_updateController','3992268WrymIW','unbind','registerAnnotation','separator','focus','184BAeUbF','suggestionChanged','model','isMultiRange','push','comments.maxCommentsWhenCollapsed','hasSuggestion','has','clear','define','discardAllSuggestions','toMany','2237490syALpK','isDirty','_destroyController','trackChanges','SuggestionThreadView','_handleSuggestionControllerDelayed','filter','plugins','innerView','remove','activeAnnotations'];_0x4575=function(){return _0x1b64d9;};return _0x4575();}export default class d extends _0x40e57f{static get[_0x2413ee(0x13a)](){const _0x486b67=_0x2413ee;return[_0x2b241c,_0x393897,_0x486b67(0x13f),_0x486b67(0x14e),_0x486b67(0x152)];}static get[_0x2413ee(0x12c)](){const _0x393dc3=_0x2413ee;return _0x393dc3(0xd9);}constructor(_0x1dc598){const _0x22ef87=_0x2413ee;super(_0x1dc598),this[_0x22ef87(0xd6)]=new Map(),this[_0x22ef87(0x145)]=new Map(),this[_0x22ef87(0xce)]=new Map(),this[_0x22ef87(0x10e)]=new Map();const _0x37224a=this[_0x22ef87(0x120)][_0x22ef87(0xdc)];_0x37224a[_0x22ef87(0xfa)](_0x22ef87(0x117),_0x43155d),_0x37224a[_0x22ef87(0xfa)](_0x22ef87(0x126),!0x1),this[_0x22ef87(0x13e)]=_0x37224a[_0x22ef87(0xd0)](_0x22ef87(0x126));}[_0x2413ee(0x102)](_0x3eb778,_0x1c38f9){const _0x4301da=_0x2413ee;0x0===this[_0x4301da(0x10e)][_0x4301da(0xd5)]&&setTimeout(()=>{const _0x3b0627=_0x4301da;for(const [_0x47bdbb,_0x226cd8]of this[_0x3b0627(0x10e)]){const _0xfa22fe=this[_0x3b0627(0xd6)][_0x3b0627(0xf8)](_0x47bdbb);_0xfa22fe||_0x226cd8?_0xfa22fe&&_0x226cd8&&this[_0x3b0627(0xff)](_0x47bdbb):this[_0x3b0627(0x14d)](_0x47bdbb);}this[_0x3b0627(0x10e)][_0x3b0627(0xf9)](),this[_0x3b0627(0x120)][_0x3b0627(0x104)][_0x3b0627(0xd0)](_0x3b0627(0x152))[_0x3b0627(0x131)](),this[_0x3b0627(0x12f)]();},0xa),this[_0x4301da(0x10e)][_0x4301da(0xd3)](_0x3eb778,_0x1c38f9);}[_0x2413ee(0x132)](){const _0x5a0415=_0x2413ee,_0x430b2b=this[_0x5a0415(0x120)],_0x14b4c1=_0x430b2b[_0x5a0415(0x104)][_0x5a0415(0xd0)](_0x5a0415(0x11c)),_0x241278=_0x430b2b[_0x5a0415(0x104)][_0x5a0415(0xd0)](_0x5a0415(0x14e)),_0x59d552=_0x430b2b[_0x5a0415(0x104)][_0x5a0415(0xd0)](_0x5a0415(0x152)),_0x54b648=_0x430b2b[_0x5a0415(0x104)][_0x5a0415(0xd0)](_0x5a0415(0x13f));_0x430b2b['ui'][_0x5a0415(0x111)][_0x5a0415(0x11d)](_0x5a0415(0x100),_0x2ffdf4=>this[_0x5a0415(0xe3)](_0x2ffdf4)),_0x59d552[_0x5a0415(0x112)](()=>{const _0xf5461e=_0x5a0415,_0x486b45=[];for(const [_0x352eed,_0x2583f3]of Array[_0xf5461e(0x118)](this[_0xf5461e(0xd6)])){const _0x2d015c=_0x352eed[_0xf5461e(0xda)](),_0x1ba9ff=[];for(const _0x2f70d7 of _0x2d015c){if(!_0x2f70d7[_0xf5461e(0x143)])continue;if(_0x2f70d7[_0xf5461e(0xf4)]){_0x1ba9ff[_0xf5461e(0xf5)](..._0x2f70d7[_0xf5461e(0x122)]());continue;}const _0x117f25=_0x2f70d7[_0xf5461e(0x129)]();if(_0x1ba9ff[_0xf5461e(0xea)]>0x0){const _0x3b9bb3=_0x1ba9ff[0x0][_0xf5461e(0x149)](_0x117f25);if(_0x3b9bb3){_0x1ba9ff[0x0]=_0x3b9bb3;continue;}}_0x1ba9ff[_0xf5461e(0xf5)](_0x117f25);}_0x486b45[_0xf5461e(0xf5)]([_0x2583f3[_0xf5461e(0x146)],_0x1ba9ff]);}return _0x486b45;}),this[_0x5a0415(0xd8)](_0x14b4c1,_0x5a0415(0xe9),(_0x3d8a61,_0x8eda77)=>{const _0x2778aa=_0x5a0415;this[_0x2778aa(0xd8)](_0x8eda77,_0x2778aa(0xd1),(_0x276583,_0x6755c,_0x462dc6,_0x40e52b)=>{const _0x4cf528=_0x2778aa;_0x8eda77[_0x4cf528(0x143)]&&(null==_0x462dc6?(this[_0x4cf528(0xeb)](_0x40e52b[_0x4cf528(0x110)]),this[_0x4cf528(0x102)](_0x8eda77,!0x1)):(this[_0x4cf528(0xeb)](_0x462dc6[_0x4cf528(0x110)]),null==_0x40e52b&&this[_0x4cf528(0x102)](_0x8eda77,!0x0)));}),null!==_0x8eda77[_0x2778aa(0x115)]?this[_0x2778aa(0xeb)](_0x8eda77[_0x2778aa(0x110)]):this[_0x2778aa(0x102)](_0x8eda77,!0x1);}),this[_0x5a0415(0xd8)](_0x14b4c1,_0x5a0415(0x134),(_0x8e0784,_0x4dd621,_0x118d84)=>{const _0x23dc18=_0x5a0415;this[_0x23dc18(0xd7)](_0x4dd621,_0x23dc18(0xd1)),this[_0x23dc18(0x10e)][_0x23dc18(0xd2)](_0x4dd621),this[_0x23dc18(0xd6)][_0x23dc18(0xf8)](_0x4dd621)&&this[_0x23dc18(0xff)](_0x4dd621),_0x118d84&&this[_0x23dc18(0xeb)](_0x118d84[_0x23dc18(0x110)]);}),this[_0x5a0415(0xd8)](_0x14b4c1,_0x5a0415(0xf2),(_0xf890c5,_0x144502)=>{const _0x30f7c7=_0x5a0415;this[_0x30f7c7(0xeb)](_0x144502);}),this[_0x5a0415(0xd8)](_0x241278,_0x5a0415(0x150),()=>{const _0x218b91=_0x5a0415;this[_0x218b91(0x12f)]();}),this[_0x5a0415(0xd8)](_0x54b648,_0x5a0415(0x127),(_0x46055f,{threadId:_0x1b8dd7,isFromAdapter:_0x927bda})=>{const _0x184e1f=_0x5a0415;if(_0x927bda||!_0x14b4c1[_0x184e1f(0xf7)](_0x1b8dd7))return;const _0x2430bd=_0x14b4c1[_0x184e1f(0x154)](_0x1b8dd7);this[_0x184e1f(0xd6)][_0x184e1f(0xd0)](_0x2430bd)[_0x184e1f(0x146)][_0x184e1f(0xf0)]();},{'priority':_0x5a0415(0x14f)});}[_0x2413ee(0x12f)](){const _0x379316=_0x2413ee,_0x3fa6b2=this[_0x379316(0x120)][_0x379316(0x104)][_0x379316(0xd0)](_0x379316(0x14e)),_0x4c66f0=this[_0x379316(0x120)][_0x379316(0x104)][_0x379316(0xd0)](_0x379316(0x11c)),_0x83d40d=Array[_0x379316(0x118)](_0x3fa6b2[_0x379316(0x107)],_0x116348=>_0x116348[_0x379316(0x105)])[_0x379316(0x103)](_0x168d9e=>this[_0x379316(0x145)][_0x379316(0xf8)](_0x168d9e)),_0x10a179=[];for(const _0x5b3366 of _0x83d40d){const _0x54cb1f=this[_0x379316(0x145)][_0x379316(0xd0)](_0x5b3366)[_0x379316(0xf3)][_0x379316(0xda)]();_0x10a179[_0x379316(0xf5)](..._0x54cb1f[_0x379316(0x137)]((_0xb09108,_0x4f7fe9)=>[..._0xb09108,..._0x4f7fe9[_0x379316(0xdb)]()],[]));}_0x4c66f0[_0x379316(0xe0)]=_0x10a179;}[_0x2413ee(0xe3)](_0x3d8d5f){const _0x5ae640=_0x2413ee,_0x2af071=_0x3178a1(_0x3d8d5f,_0x19d15b),_0x4e198a=this[_0x5ae640(0x120)][_0x5ae640(0x135)][_0x5ae640(0xd0)](_0x5ae640(0x100)),_0x416a6c=_0x47ca30(_0x3d8d5f,_0x5ae640(0x116));_0x2af071[_0x5ae640(0x13c)][_0x5ae640(0xd3)]({'tooltip':_0x416a6c,'label':_0x416a6c,'icon':_0x175665}),_0x2af071[_0x5ae640(0x13c)][_0x5ae640(0x11a)](_0x5ae640(0xe7))['to'](_0x4e198a,_0x5ae640(0xcf)),_0x2af071[_0x5ae640(0x13c)]['on'](_0x5ae640(0x12b),()=>{const _0x282525=_0x5ae640;_0x4e198a[_0x282525(0x12b)](),this[_0x282525(0x120)][_0x282525(0x11f)][_0x282525(0x146)][_0x282525(0xf0)]();});const _0x511048=new _0x50b5cc(),_0x302266=[{'type':_0x5ae640(0x138),'model':{'withText':!0x0,'label':_0x416a6c,'commandName':_0x5ae640(0x100)}},{'type':_0x5ae640(0xef)},{'type':_0x5ae640(0x12a),'model':{'withText':!0x0,'label':_0x47ca30(_0x3d8d5f,_0x5ae640(0x14b)),'commandName':_0x5ae640(0x10a)}},{'type':_0x5ae640(0x12a),'model':{'withText':!0x0,'label':_0x47ca30(_0x3d8d5f,_0x5ae640(0x13b)),'commandName':_0x5ae640(0x124)}},{'type':_0x5ae640(0x12a),'model':{'withText':!0x0,'label':_0x47ca30(_0x3d8d5f,_0x5ae640(0x155)),'commandName':_0x5ae640(0xfb)}},{'type':_0x5ae640(0x12a),'model':{'withText':!0x0,'label':_0x47ca30(_0x3d8d5f,_0x5ae640(0x123)),'commandName':_0x5ae640(0x12e)}}];for(const _0x133664 of _0x302266){let _0x50a791={'type':_0x5ae640(0xef)};if(_0x133664[_0x5ae640(0xf3)]){const _0x2a0ccf=new _0x5db337(_0x133664[_0x5ae640(0xf3)]),_0x114685=this[_0x5ae640(0x120)][_0x5ae640(0x135)][_0x5ae640(0xd0)](_0x2a0ccf[_0x5ae640(0x12d)]);_0x2a0ccf[_0x5ae640(0x11a)](_0x5ae640(0xe7),_0x5ae640(0x148))['to'](_0x114685,_0x5ae640(0xcf),_0x5ae640(0x148)),_0x50a791={'type':_0x133664[_0x5ae640(0x144)],'model':_0x2a0ccf};}_0x511048[_0x5ae640(0x11d)](_0x50a791);}_0x5bee19(_0x2af071,_0x511048);const _0x33b5c6=_0x302266[_0x5ae640(0x103)](_0x228f39=>null!=_0x228f39[_0x5ae640(0xf3)])[_0x5ae640(0x11e)](_0x4ee7b7=>this[_0x5ae640(0x120)][_0x5ae640(0x135)][_0x5ae640(0xd0)](_0x4ee7b7[_0x5ae640(0xf3)][_0x5ae640(0x12d)])),_0x12e2ef=_0x2af071[_0x5ae640(0x13c)];return _0x12e2ef[_0x5ae640(0x147)][_0x5ae640(0xed)](_0x5ae640(0x148)),_0x12e2ef[_0x5ae640(0xde)][_0x5ae640(0xed)](_0x5ae640(0x148)),_0x12e2ef[_0x5ae640(0x147)][_0x5ae640(0x11a)](_0x5ae640(0x148))['to'](_0x4e198a,_0x5ae640(0x148)),_0x12e2ef[_0x5ae640(0xde)][_0x5ae640(0x11a)](_0x5ae640(0x148))[_0x5ae640(0xfc)](_0x33b5c6,_0x5ae640(0x148),(..._0x176de0)=>_0x176de0[_0x5ae640(0x108)](_0x38d343=>_0x38d343)),_0x2af071['on'](_0x5ae640(0x12b),_0x32c576=>{const _0x40a601=_0x5ae640;this[_0x40a601(0x120)][_0x40a601(0x12b)](_0x32c576[_0x40a601(0xe5)][_0x40a601(0x12d)]),this[_0x40a601(0x120)][_0x40a601(0x11f)][_0x40a601(0x146)][_0x40a601(0xf0)]();}),_0x2af071;}[_0x2413ee(0x14d)](_0x41b5d5){const _0x385398=_0x2413ee,_0x1b302a=this[_0x385398(0x120)],_0x16e62b=_0x1b302a[_0x385398(0xdc)],_0x43410f=_0x1b302a[_0x385398(0x104)][_0x385398(0xd0)](_0x385398(0x14e)),_0xa88636=_0x1b302a[_0x385398(0x104)][_0x385398(0xd0)](_0x385398(0x13f)),_0x1d7cf7=_0x1b302a[_0x385398(0x104)][_0x385398(0xd0)](_0x385398(0x152)),_0x47b469=_0x1b302a[_0x385398(0x104)][_0x385398(0xd0)](_0x393897)['me'],_0x26c6cd=_0x16e62b[_0x385398(0xd0)](_0x385398(0x100))[_0x385398(0x101)],{CommentsListView:_0x4af881,CommentThreadInputView:_0x186a43}=_0x1b302a[_0x385398(0x104)][_0x385398(0xd0)](_0x385398(0x119));let _0x127a6f,_0x100dfd;this[_0x385398(0xce)][_0x385398(0xf8)](_0x41b5d5['id'])?(_0x100dfd=this[_0x385398(0xce)][_0x385398(0xd0)](_0x41b5d5['id']),_0x127a6f=_0x100dfd[_0x385398(0x140)]):(_0x127a6f=new _0x26c6cd(_0x1b302a[_0x385398(0x14a)],_0x41b5d5,_0x47b469,{'disableComments':this[_0x385398(0x13e)],'editorConfig':_0x16e62b[_0x385398(0xd0)](_0x385398(0x130)),'maxCommentsWhenCollapsed':_0x16e62b[_0x385398(0xd0)](_0x385398(0xf6)),'maxThreadTotalWeight':_0x16e62b[_0x385398(0xd0)](_0x385398(0x13d)),'maxCommentCharsWhenCollapsed':_0x16e62b[_0x385398(0xd0)](_0x385398(0xe2)),'formatDateTime':_0x29e6ca(_0x16e62b[_0x385398(0xd0)](_0x385398(0x14a))),'CommentView':_0x16e62b[_0x385398(0xd0)](_0x385398(0xd4))[_0x385398(0x10f)],'CommentsListView':_0x4af881,'CommentThreadInputView':_0x186a43}),_0x127a6f[_0x385398(0x128)]['on'](_0x385398(0x12b),()=>{const _0x347844=_0x385398;_0x1b302a[_0x347844(0x11f)][_0x347844(0x146)][_0x347844(0xf0)]();}),_0x127a6f[_0x385398(0x139)]['on'](_0x385398(0x12b),()=>{const _0x432f40=_0x385398;_0x1b302a[_0x432f40(0x11f)][_0x432f40(0x146)][_0x432f40(0xf0)]();}),_0x100dfd=_0x43410f[_0x385398(0xe1)](this[_0x385398(0x120)][_0x385398(0x14a)],_0x127a6f),_0x100dfd[_0x385398(0x11a)](_0x385398(0xfe))['to'](_0x127a6f,_0x385398(0xfe)),_0x100dfd[_0x385398(0x11a)](_0x385398(0xea))['to'](_0x127a6f),_0x100dfd[_0x385398(0x11a)](_0x385398(0x144))['to'](_0x127a6f,_0x385398(0x144),_0x4ccaaf=>_0x385398(0xdd)+_0x4ccaaf),this[_0x385398(0xce)][_0x385398(0xd3)](_0x41b5d5['id'],_0x100dfd));const _0x29a792=_0xa88636[_0x385398(0x121)](_0x41b5d5[_0x385398(0xe8)],_0x127a6f),_0x336338=new _0x3a5e9c(_0x1b302a,_0x41b5d5,_0x127a6f,_0x29a792),_0x2b75f6=_0x41b5d5[_0x385398(0xda)]()[_0x385398(0x103)](_0x54f93f=>_0x54f93f[_0x385398(0x143)]);_0x127a6f[_0x385398(0x114)]=_0x1b302a[_0x385398(0x104)][_0x385398(0xd0)](_0x385398(0x11c))[_0x385398(0x141)][_0x385398(0xe4)](_0x2b75f6),this[_0x385398(0xd6)][_0x385398(0xd3)](_0x41b5d5,_0x336338),this[_0x385398(0x145)][_0x385398(0xd3)](_0x127a6f,_0x336338);const _0x1dbdd9=_0x43410f[_0x385398(0x10d)]({'view':_0x100dfd,'target':()=>{const _0x15e710=_0x385398,_0x1d96ce=[],_0x5dcf14=_0x41b5d5[_0x15e710(0xda)]()[_0x15e710(0x103)](_0x24df35=>_0x24df35[_0x15e710(0x143)]);for(const _0x51dc59 of _0x5dcf14)_0x1d96ce[_0x15e710(0xf5)](..._0x51dc59[_0x15e710(0x10c)]());return _0x308c4c(_0x1b302a[_0x15e710(0x11f)],_0x1d96ce);},'type':()=>_0x385398(0xdd)+_0x336338[_0x385398(0x146)][_0x385398(0x144)]});_0xa88636[_0x385398(0x151)](_0x127a6f,_0x1dbdd9),_0x43410f[_0x385398(0x11d)](_0x1dbdd9),_0x1d7cf7[_0x385398(0xee)](_0x1dbdd9);}[_0x2413ee(0xff)](_0x5aa22e){const _0x536749=_0x2413ee,_0x1e1fee=this[_0x536749(0x120)][_0x536749(0x104)][_0x536749(0xd0)](_0x536749(0x13f)),_0xd9a70=this[_0x536749(0x120)][_0x536749(0x104)][_0x536749(0xd0)](_0x536749(0x14e)),_0x4404f3=this[_0x536749(0xd6)][_0x536749(0xd0)](_0x5aa22e),_0xe33189=_0x4404f3[_0x536749(0x146)],_0x3f65d6=_0xd9a70[_0x536749(0x10b)](_0xe33189);_0x1e1fee[_0x536749(0xdf)](_0xe33189),_0x3f65d6&&_0xd9a70[_0x536749(0x106)](_0x3f65d6),this[_0x536749(0xd6)][_0x536749(0xd2)](_0x5aa22e),this[_0x536749(0x145)][_0x536749(0xd2)](_0xe33189),_0x4404f3[_0x536749(0x153)]();}[_0x2413ee(0xeb)](_0x9e550a){const _0x26001d=_0x2413ee;if(!_0x9e550a[_0x26001d(0x143)]||!this[_0x26001d(0xd6)][_0x26001d(0xf8)](_0x9e550a))return;const _0x156231=this[_0x26001d(0x120)][_0x26001d(0x104)][_0x26001d(0xd0)](_0x26001d(0x11c)),_0x1a43c4=this[_0x26001d(0xd6)][_0x26001d(0xd0)](_0x9e550a),_0x9983d1=_0x9e550a[_0x26001d(0xda)]();_0x1a43c4[_0x26001d(0x146)][_0x26001d(0x114)]=_0x156231[_0x26001d(0x141)][_0x26001d(0xe4)](_0x9983d1);}[_0x2413ee(0x153)](){const _0x19cdd5=_0x2413ee;for(const _0x520089 of this[_0x19cdd5(0xd6)][_0x19cdd5(0x125)]())this[_0x19cdd5(0xff)](_0x520089);for(const _0x190912 of this[_0x19cdd5(0xce)][_0x19cdd5(0x11b)]())_0x190912[_0x19cdd5(0x140)][_0x19cdd5(0x153)]();super[_0x19cdd5(0x153)]();}}
|
|
23
|
+
const _0x246f09=_0x3b32;(function(_0x180026,_0x5a215e){const _0x2c250b=_0x3b32,_0x254464=_0x180026();while(!![]){try{const _0x3e95b0=parseInt(_0x2c250b(0xf5))/0x1+-parseInt(_0x2c250b(0x8b))/0x2+-parseInt(_0x2c250b(0xe6))/0x3+parseInt(_0x2c250b(0x84))/0x4+parseInt(_0x2c250b(0xda))/0x5*(-parseInt(_0x2c250b(0xf1))/0x6)+-parseInt(_0x2c250b(0x83))/0x7+parseInt(_0x2c250b(0xba))/0x8*(parseInt(_0x2c250b(0xe9))/0x9);if(_0x3e95b0===_0x5a215e)break;else _0x254464['push'](_0x254464['shift']());}catch(_0xcf88ff){_0x254464['push'](_0x254464['shift']());}}}(_0x5573,0x3c13d));function _0x5573(){const _0x38fce2=['CommentsRepository','getFirstRange','type','discardAllSuggestions','size','editing','change:activeAnnotations','source','Track\x20changes','Discard\x20all\x20selected\x20suggestions','add','suggestionUnloaded','requires','56iRvfir','delete','isInContent','registerAnnotation','trackChanges.disableComments','keys','getSuggestion','suggestionChanged','commentThread','TrackChangesUI','push','_bindAnnotationToEditors','has','componentFactory','_refreshActiveMarkers','button','separator','stopListening','Discard\x20all\x20suggestions','_initializeController','_destroyController','filter','innerView','suggestionLoaded','set','trackChanges.SuggestionThreadView','refreshSelectedViews','comments.maxThreadTotalWeight','_annotationViews','actionView','CommentsUI','locale','3355JiUikE','discardSelectedSuggestions','getJoined','model','toMany','TrackChangesEditing','previous','isMultiRange','_handleControllerBuffer','config','CommentView','activeMarkers','1116702wyeYsj','acceptButton','_disableComments','917739kkfukT','addComment','remove','comments.editorConfig','isEnabled','unbind','_updateController','Accept\x20all\x20selected\x20suggestions','1362IpjEKz','acceptSelectedSuggestions','addSourceCollector','getMarkers','140313DUaapi','length','descriptionParts','EditorAnnotations','from','define','_viewToController','suggestion-','destroy','_descriptionFactory','some','lowest','comments','mainView','getAllAdjacentSuggestions','init','change:previous','head','createCommentThreadController','get','focus','2007943CwoCyR','1616704ODfMQg','editor','Annotations','map','commandName','createAnnotationView','comments.maxCommentsWhenCollapsed','401618VintVR','isDirty','_unbindEditors','createAnnotation','bind','activeAnnotations','value','comments.maxCommentCharsWhenCollapsed','execute','arrowView','discardButton','_suggestionToController','switchbutton','hasSuggestion','view','getMarkerNames','listenTo','getRanges','isOn','acceptAllSuggestions','_createUIButton','commands','_handleSuggestionControllerDelayed','values','pluginName','plugins','trackChanges','Accept\x20all\x20suggestions','getDescriptions','SuggestionThreadView','buttonView','reduce','getByInnerView','clear'];_0x5573=function(){return _0x38fce2;};return _0x5573();}import{Plugin as _0x225c60}from'ckeditor5/src/core.js';function _0x3b32(_0x3a9bc4,_0x26aed4){const _0x5573f3=_0x5573();return _0x3b32=function(_0x3b324b,_0x45904b){_0x3b324b=_0x3b324b-0x7a;let _0x5f4ddc=_0x5573f3[_0x3b324b];return _0x5f4ddc;},_0x3b32(_0x3a9bc4,_0x26aed4);}import{Collection as _0x49184a}from'ckeditor5/src/utils.js';import{ViewModel as _0x53d98a,SplitButtonView as _0x2ace19,createDropdown as _0x5f02e6,addListToDropdown as _0x3b80ec}from'ckeditor5/src/ui.js';import{Users as _0x1164be,getDateTimeFormatter as _0x527a20,getAllMarkersDomElementsSorted as _0x2c5b31}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x587a57 from'./trackchangesediting.js';import _0x968a53 from'./ui/suggestioncontroller.js';import _0x353df8 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x2fecb8}from'./utils/common-translations.js';import _0x45caad from'../theme/icons/track-changes.svg';export default class d extends _0x225c60{static get[_0x246f09(0xb9)](){const _0x4a05f0=_0x246f09;return[_0x587a57,_0x1164be,_0x4a05f0(0xad),_0x4a05f0(0x86),_0x4a05f0(0xf8)];}static get[_0x246f09(0xa3)](){const _0x181990=_0x246f09;return _0x181990(0xc3);}constructor(_0x58b30a){const _0x43b48e=_0x246f09;super(_0x58b30a),this[_0x43b48e(0x96)]=new Map(),this[_0x43b48e(0xfb)]=new Map(),this[_0x43b48e(0xd6)]=new Map(),this[_0x43b48e(0xe2)]=new Map();const _0xa970b6=this[_0x43b48e(0x85)][_0x43b48e(0xe3)];_0xa970b6[_0x43b48e(0xfa)](_0x43b48e(0xd3),_0x353df8),_0xa970b6[_0x43b48e(0xfa)](_0x43b48e(0xbe),!0x1),this[_0x43b48e(0xe8)]=_0xa970b6[_0x43b48e(0x81)](_0x43b48e(0xbe));}[_0x246f09(0xa1)](_0x5ed2c9,_0x9c9856){const _0x95a1df=_0x246f09;0x0===this[_0x95a1df(0xe2)][_0x95a1df(0xb1)]&&setTimeout(()=>{const _0x4ead09=_0x95a1df;for(const [_0x81ab55,_0x5da3ff]of this[_0x4ead09(0xe2)]){const _0x266213=this[_0x4ead09(0x96)][_0x4ead09(0xc6)](_0x81ab55);_0x266213||_0x5da3ff?_0x266213&&_0x5da3ff&&this[_0x4ead09(0xce)](_0x81ab55):this[_0x4ead09(0xcd)](_0x81ab55);}this[_0x4ead09(0xe2)][_0x4ead09(0xac)](),this[_0x4ead09(0x85)][_0x4ead09(0xa4)][_0x4ead09(0x81)](_0x4ead09(0xf8))[_0x4ead09(0xd4)](),this[_0x4ead09(0xc8)]();},0xa),this[_0x95a1df(0xe2)][_0x95a1df(0xd2)](_0x5ed2c9,_0x9c9856);}[_0x246f09(0x7d)](){const _0x57d013=_0x246f09,_0x3c7e47=this[_0x57d013(0x85)],_0x239f5e=_0x3c7e47[_0x57d013(0xa4)][_0x57d013(0x81)](_0x57d013(0xdf)),_0x186d54=_0x3c7e47[_0x57d013(0xa4)][_0x57d013(0x81)](_0x57d013(0x86)),_0x494364=_0x3c7e47[_0x57d013(0xa4)][_0x57d013(0x81)](_0x57d013(0xf8)),_0x1625ca=_0x3c7e47[_0x57d013(0xa4)][_0x57d013(0x81)](_0x57d013(0xad));_0x3c7e47['ui'][_0x57d013(0xc7)][_0x57d013(0xb7)](_0x57d013(0xa5),_0x4915b5=>this[_0x57d013(0x9f)](_0x4915b5)),_0x494364[_0x57d013(0xf3)](()=>{const _0x42a3da=_0x57d013,_0x481fb6=[];for(const [_0x379243,_0x1a92b3]of Array[_0x42a3da(0xf9)](this[_0x42a3da(0x96)])){const _0x426d2d=_0x379243[_0x42a3da(0x7c)](),_0x1d2ab8=[];for(const _0x96e74a of _0x426d2d){if(!_0x96e74a[_0x42a3da(0xbc)])continue;if(_0x96e74a[_0x42a3da(0xe1)]){_0x1d2ab8[_0x42a3da(0xc4)](..._0x96e74a[_0x42a3da(0x9c)]());continue;}const _0x143c03=_0x96e74a[_0x42a3da(0xae)]();if(_0x1d2ab8[_0x42a3da(0xf6)]>0x0){const _0x1c4b0a=_0x1d2ab8[0x0][_0x42a3da(0xdc)](_0x143c03);if(_0x1c4b0a){_0x1d2ab8[0x0]=_0x1c4b0a;continue;}}_0x1d2ab8[_0x42a3da(0xc4)](_0x143c03);}_0x481fb6[_0x42a3da(0xc4)]([_0x1a92b3[_0x42a3da(0x99)],_0x1d2ab8]);}return _0x481fb6;}),this[_0x57d013(0x9b)](_0x239f5e,_0x57d013(0xd1),(_0x13e404,_0x3d0646)=>{const _0x280371=_0x57d013;this[_0x280371(0x9b)](_0x3d0646,_0x280371(0x7e),(_0x31713d,_0x396519,_0x3f6ad1,_0x565e7c)=>{const _0x37845b=_0x280371;_0x3d0646[_0x37845b(0xbc)]&&(null==_0x3f6ad1?(this[_0x37845b(0xef)](_0x565e7c[_0x37845b(0x7f)]),this[_0x37845b(0xa1)](_0x3d0646,!0x1)):(this[_0x37845b(0xef)](_0x3f6ad1[_0x37845b(0x7f)]),null==_0x565e7c&&this[_0x37845b(0xa1)](_0x3d0646,!0x0)));}),null!==_0x3d0646[_0x280371(0xe0)]?this[_0x280371(0xef)](_0x3d0646[_0x280371(0x7f)]):this[_0x280371(0xa1)](_0x3d0646,!0x1);}),this[_0x57d013(0x9b)](_0x239f5e,_0x57d013(0xb8),(_0x426697,_0x5a8654,_0x3b2b92)=>{const _0x37b09a=_0x57d013;this[_0x37b09a(0xcb)](_0x5a8654,_0x37b09a(0x7e)),this[_0x37b09a(0xe2)][_0x37b09a(0xbb)](_0x5a8654),this[_0x37b09a(0x96)][_0x37b09a(0xc6)](_0x5a8654)&&this[_0x37b09a(0xce)](_0x5a8654),_0x3b2b92&&this[_0x37b09a(0xef)](_0x3b2b92[_0x37b09a(0x7f)]);}),this[_0x57d013(0x9b)](_0x239f5e,_0x57d013(0xc1),(_0x50eb3a,_0x122674)=>{const _0x2e2e83=_0x57d013;this[_0x2e2e83(0xef)](_0x122674);}),this[_0x57d013(0x9b)](_0x186d54,_0x57d013(0xb3),()=>{const _0xa18826=_0x57d013;this[_0xa18826(0xc8)]();}),this[_0x57d013(0x9b)](_0x1625ca,_0x57d013(0xea),(_0x5776d4,{threadId:_0x3bb5d9,isFromAdapter:_0x31c1a6})=>{const _0x5b6afa=_0x57d013;if(_0x31c1a6||!_0x239f5e[_0x5b6afa(0x98)](_0x3bb5d9))return;const _0x99105b=_0x239f5e[_0x5b6afa(0xc0)](_0x3bb5d9);this[_0x5b6afa(0x96)][_0x5b6afa(0x81)](_0x99105b)[_0x5b6afa(0x99)][_0x5b6afa(0x82)]();},{'priority':_0x57d013(0x100)});}[_0x246f09(0xc8)](){const _0x33f838=_0x246f09,_0x9db56a=this[_0x33f838(0x85)][_0x33f838(0xa4)][_0x33f838(0x81)](_0x33f838(0x86)),_0x1926bd=this[_0x33f838(0x85)][_0x33f838(0xa4)][_0x33f838(0x81)](_0x33f838(0xdf)),_0xe9eb28=Array[_0x33f838(0xf9)](_0x9db56a[_0x33f838(0x90)],_0xda29bc=>_0xda29bc[_0x33f838(0xd0)])[_0x33f838(0xcf)](_0x396a64=>this[_0x33f838(0xfb)][_0x33f838(0xc6)](_0x396a64)),_0x399c5f=[];for(const _0x1526e1 of _0xe9eb28){const _0x3a8e9e=this[_0x33f838(0xfb)][_0x33f838(0x81)](_0x1526e1)[_0x33f838(0xdd)][_0x33f838(0x7c)]();_0x399c5f[_0x33f838(0xc4)](..._0x3a8e9e[_0x33f838(0xaa)]((_0x4ca32d,_0x46583c)=>[..._0x4ca32d,..._0x46583c[_0x33f838(0x9a)]()],[]));}_0x1926bd[_0x33f838(0xe5)]=_0x399c5f;}[_0x246f09(0x9f)](_0x1cb5f1){const _0x2be8ed=_0x246f09,_0x175497=_0x5f02e6(_0x1cb5f1,_0x2ace19),_0x4ca18f=this[_0x2be8ed(0x85)][_0x2be8ed(0xa0)][_0x2be8ed(0x81)](_0x2be8ed(0xa5)),_0x469e8b=_0x2fecb8(_0x1cb5f1,_0x2be8ed(0xb5));_0x175497[_0x2be8ed(0xa9)][_0x2be8ed(0xd2)]({'tooltip':_0x469e8b,'label':_0x469e8b,'icon':_0x45caad}),_0x175497[_0x2be8ed(0xa9)][_0x2be8ed(0x8f)](_0x2be8ed(0x9d))['to'](_0x4ca18f,_0x2be8ed(0x91)),_0x175497[_0x2be8ed(0xa9)]['on'](_0x2be8ed(0x93),()=>{const _0x34c39e=_0x2be8ed;_0x4ca18f[_0x34c39e(0x93)](),this[_0x34c39e(0x85)][_0x34c39e(0xb2)][_0x34c39e(0x99)][_0x34c39e(0x82)]();});const _0x42bb09=new _0x49184a(),_0x483394=[{'type':_0x2be8ed(0x97),'model':{'withText':!0x0,'label':_0x469e8b,'commandName':_0x2be8ed(0xa5)}},{'type':_0x2be8ed(0xca)},{'type':_0x2be8ed(0xc9),'model':{'withText':!0x0,'label':_0x2fecb8(_0x1cb5f1,_0x2be8ed(0xa6)),'commandName':_0x2be8ed(0x9e)}},{'type':_0x2be8ed(0xc9),'model':{'withText':!0x0,'label':_0x2fecb8(_0x1cb5f1,_0x2be8ed(0xf0)),'commandName':_0x2be8ed(0xf2)}},{'type':_0x2be8ed(0xc9),'model':{'withText':!0x0,'label':_0x2fecb8(_0x1cb5f1,_0x2be8ed(0xcc)),'commandName':_0x2be8ed(0xb0)}},{'type':_0x2be8ed(0xc9),'model':{'withText':!0x0,'label':_0x2fecb8(_0x1cb5f1,_0x2be8ed(0xb6)),'commandName':_0x2be8ed(0xdb)}}];for(const _0x504eea of _0x483394){let _0x24cee5={'type':_0x2be8ed(0xca)};if(_0x504eea[_0x2be8ed(0xdd)]){const _0x121d4f=new _0x53d98a(_0x504eea[_0x2be8ed(0xdd)]),_0x4af3e5=this[_0x2be8ed(0x85)][_0x2be8ed(0xa0)][_0x2be8ed(0x81)](_0x121d4f[_0x2be8ed(0x88)]);_0x121d4f[_0x2be8ed(0x8f)](_0x2be8ed(0x9d),_0x2be8ed(0xed))['to'](_0x4af3e5,_0x2be8ed(0x91),_0x2be8ed(0xed)),_0x24cee5={'type':_0x504eea[_0x2be8ed(0xaf)],'model':_0x121d4f};}_0x42bb09[_0x2be8ed(0xb7)](_0x24cee5);}_0x3b80ec(_0x175497,_0x42bb09);const _0x48a469=_0x483394[_0x2be8ed(0xcf)](_0x526af7=>null!=_0x526af7[_0x2be8ed(0xdd)])[_0x2be8ed(0x87)](_0x3f3757=>this[_0x2be8ed(0x85)][_0x2be8ed(0xa0)][_0x2be8ed(0x81)](_0x3f3757[_0x2be8ed(0xdd)][_0x2be8ed(0x88)])),_0x38e0c0=_0x175497[_0x2be8ed(0xa9)];return _0x38e0c0[_0x2be8ed(0xd7)][_0x2be8ed(0xee)](_0x2be8ed(0xed)),_0x38e0c0[_0x2be8ed(0x94)][_0x2be8ed(0xee)](_0x2be8ed(0xed)),_0x38e0c0[_0x2be8ed(0xd7)][_0x2be8ed(0x8f)](_0x2be8ed(0xed))['to'](_0x4ca18f,_0x2be8ed(0xed)),_0x38e0c0[_0x2be8ed(0x94)][_0x2be8ed(0x8f)](_0x2be8ed(0xed))[_0x2be8ed(0xde)](_0x48a469,_0x2be8ed(0xed),(..._0x1e9d7b)=>_0x1e9d7b[_0x2be8ed(0xff)](_0x1b55fb=>_0x1b55fb)),_0x175497['on'](_0x2be8ed(0x93),_0x31d15f=>{const _0x442287=_0x2be8ed;this[_0x442287(0x85)][_0x442287(0x93)](_0x31d15f[_0x442287(0xb4)][_0x442287(0x88)]),this[_0x442287(0x85)][_0x442287(0xb2)][_0x442287(0x99)][_0x442287(0x82)]();}),_0x175497;}[_0x246f09(0xcd)](_0xb99faa){const _0x2d681a=_0x246f09,_0x7c1769=this[_0x2d681a(0x85)],_0x402135=_0x7c1769[_0x2d681a(0xe3)],_0x4341b2=_0x7c1769[_0x2d681a(0xa4)][_0x2d681a(0x81)](_0x2d681a(0x86)),_0x25615f=_0x7c1769[_0x2d681a(0xa4)][_0x2d681a(0x81)](_0x2d681a(0xad)),_0x2f98fa=_0x7c1769[_0x2d681a(0xa4)][_0x2d681a(0x81)](_0x2d681a(0xf8)),_0x38b02b=_0x7c1769[_0x2d681a(0xa4)][_0x2d681a(0x81)](_0x1164be)['me'],_0x2c829d=_0x402135[_0x2d681a(0x81)](_0x2d681a(0xa5))[_0x2d681a(0xa8)],{CommentsListView:_0x1a278c,CommentThreadInputView:_0x284b0b}=_0x7c1769[_0x2d681a(0xa4)][_0x2d681a(0x81)](_0x2d681a(0xd8));let _0x10729b,_0x27b66e;this[_0x2d681a(0xd6)][_0x2d681a(0xc6)](_0xb99faa['id'])?(_0x27b66e=this[_0x2d681a(0xd6)][_0x2d681a(0x81)](_0xb99faa['id']),_0x10729b=_0x27b66e[_0x2d681a(0x7b)]):(_0x10729b=new _0x2c829d(_0x7c1769[_0x2d681a(0xd9)],_0xb99faa,_0x38b02b,{'disableComments':this[_0x2d681a(0xe8)],'editorConfig':_0x402135[_0x2d681a(0x81)](_0x2d681a(0xec)),'maxCommentsWhenCollapsed':_0x402135[_0x2d681a(0x81)](_0x2d681a(0x8a)),'maxThreadTotalWeight':_0x402135[_0x2d681a(0x81)](_0x2d681a(0xd5)),'maxCommentCharsWhenCollapsed':_0x402135[_0x2d681a(0x81)](_0x2d681a(0x92)),'formatDateTime':_0x527a20(_0x402135[_0x2d681a(0x81)](_0x2d681a(0xd9))),'CommentView':_0x402135[_0x2d681a(0x81)](_0x2d681a(0x7a))[_0x2d681a(0xe4)],'CommentsListView':_0x1a278c,'CommentThreadInputView':_0x284b0b}),_0x10729b[_0x2d681a(0xe7)]['on'](_0x2d681a(0x93),()=>{const _0x94ee97=_0x2d681a;_0x7c1769[_0x94ee97(0xb2)][_0x94ee97(0x99)][_0x94ee97(0x82)]();}),_0x10729b[_0x2d681a(0x95)]['on'](_0x2d681a(0x93),()=>{const _0x4fbd68=_0x2d681a;_0x7c1769[_0x4fbd68(0xb2)][_0x4fbd68(0x99)][_0x4fbd68(0x82)]();}),_0x27b66e=_0x4341b2[_0x2d681a(0x89)](this[_0x2d681a(0x85)][_0x2d681a(0xd9)],_0x10729b),_0x27b66e[_0x2d681a(0x8f)](_0x2d681a(0x8c))['to'](_0x10729b,_0x2d681a(0x8c)),_0x27b66e[_0x2d681a(0x8f)](_0x2d681a(0xf6))['to'](_0x10729b),_0x27b66e[_0x2d681a(0x8f)](_0x2d681a(0xaf))['to'](_0x10729b,_0x2d681a(0xaf),_0x249baa=>_0x2d681a(0xfc)+_0x249baa),this[_0x2d681a(0xd6)][_0x2d681a(0xd2)](_0xb99faa['id'],_0x27b66e));const _0x350a50=_0x25615f[_0x2d681a(0x80)](_0xb99faa[_0x2d681a(0xc2)],_0x10729b),_0x3574d1=new _0x968a53(_0x7c1769,_0xb99faa,_0x10729b,_0x350a50),_0x994276=_0xb99faa[_0x2d681a(0x7c)]()[_0x2d681a(0xcf)](_0x1d8b9b=>_0x1d8b9b[_0x2d681a(0xbc)]);_0x10729b[_0x2d681a(0xf7)]=_0x7c1769[_0x2d681a(0xa4)][_0x2d681a(0x81)](_0x2d681a(0xdf))[_0x2d681a(0xfe)][_0x2d681a(0xa7)](_0x994276),this[_0x2d681a(0x96)][_0x2d681a(0xd2)](_0xb99faa,_0x3574d1),this[_0x2d681a(0xfb)][_0x2d681a(0xd2)](_0x10729b,_0x3574d1);const _0x6910e7=_0x4341b2[_0x2d681a(0x8e)]({'view':_0x27b66e,'target':()=>{const _0x5c8b7c=_0x2d681a,_0x4b58b1=[],_0x5bbf9d=_0xb99faa[_0x5c8b7c(0x7c)]()[_0x5c8b7c(0xcf)](_0x4d0286=>_0x4d0286[_0x5c8b7c(0xbc)]);for(const _0x87691c of _0x5bbf9d)_0x4b58b1[_0x5c8b7c(0xc4)](..._0x87691c[_0x5c8b7c(0xf4)]());return _0x2c5b31(_0x7c1769[_0x5c8b7c(0xb2)],_0x4b58b1);},'type':()=>_0x2d681a(0xfc)+_0x3574d1[_0x2d681a(0x99)][_0x2d681a(0xaf)]});_0x25615f[_0x2d681a(0xc5)](_0x10729b,_0x6910e7),_0x4341b2[_0x2d681a(0xb7)](_0x6910e7),_0x2f98fa[_0x2d681a(0xbd)](_0x6910e7);}[_0x246f09(0xce)](_0x5aab12){const _0x2eb460=_0x246f09,_0x165655=this[_0x2eb460(0x85)][_0x2eb460(0xa4)][_0x2eb460(0x81)](_0x2eb460(0xad)),_0x3f83b5=this[_0x2eb460(0x85)][_0x2eb460(0xa4)][_0x2eb460(0x81)](_0x2eb460(0x86)),_0x20c94d=this[_0x2eb460(0x96)][_0x2eb460(0x81)](_0x5aab12),_0xd330c8=_0x20c94d[_0x2eb460(0x99)],_0x2f4afe=_0x3f83b5[_0x2eb460(0xab)](_0xd330c8);_0x165655[_0x2eb460(0x8d)](_0xd330c8),_0x2f4afe&&_0x3f83b5[_0x2eb460(0xeb)](_0x2f4afe),this[_0x2eb460(0x96)][_0x2eb460(0xbb)](_0x5aab12),this[_0x2eb460(0xfb)][_0x2eb460(0xbb)](_0xd330c8),_0x20c94d[_0x2eb460(0xfd)]();}[_0x246f09(0xef)](_0x50f576){const _0xe0ffe=_0x246f09;if(!_0x50f576[_0xe0ffe(0xbc)]||!this[_0xe0ffe(0x96)][_0xe0ffe(0xc6)](_0x50f576))return;const _0x3c6afa=this[_0xe0ffe(0x85)][_0xe0ffe(0xa4)][_0xe0ffe(0x81)](_0xe0ffe(0xdf)),_0x46bee0=this[_0xe0ffe(0x96)][_0xe0ffe(0x81)](_0x50f576),_0x3dc689=_0x50f576[_0xe0ffe(0x7c)]();_0x46bee0[_0xe0ffe(0x99)][_0xe0ffe(0xf7)]=_0x3c6afa[_0xe0ffe(0xfe)][_0xe0ffe(0xa7)](_0x3dc689);}[_0x246f09(0xfd)](){const _0x4c77a2=_0x246f09;for(const _0xfb79fa of this[_0x4c77a2(0x96)][_0x4c77a2(0xbf)]())this[_0x4c77a2(0xce)](_0xfb79fa);for(const _0x2bb8f6 of this[_0x4c77a2(0xd6)][_0x4c77a2(0xa2)]())_0x2bb8f6[_0x4c77a2(0x7b)][_0x4c77a2(0xfd)]();super[_0x4c77a2(0xfd)]();}}
|