@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240319.0 → 0.0.0-nightly-20240320.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
|
+
const _0x1b1bb8=_0x58f1;function _0x201e(){const _0x33760d=['isLimit','then','track-changes-suggestion-data-mismatch','substring','deletion:accept','low','high','ck-suggestion-marker--active','assign','upcast','getMultiRangeId','subType','accepted','_breakSuggestionMarker','isObject','$text','editing','_joinSuggestions','addCommentThread','change:activeMarkers','_defaultCallbacks','locale','attributeKey','isNextTo','reconvertMarker','newRange','removeClass','_isBlockAttribute','set','ck-suggestion-marker-formatInline','execute','start','insertion','formatGroupId','_registerDefaultCallbacks','toJSON','attributeNewValue','discardSelectedSuggestions','_enabledCommands','suggestionUnloaded','every','markers','newValue','schema','$textProxy','attribute:accept','13070123lQFpQR','_removeSuggestion','differ','getUser','markerNameToElements','insertion:accept','CommentsRepository','acceptSuggestion','stopListening','registerPostFixer','fromCharCode','concat','_suggestionFactory','track-changes-suggestion-not-found','_joinWithAdjacentSuggestions','_customCallbacks','markInlineFormat','getSuggestions','end','getCommentThread','_recordAttributeSuggestions','getRange','editor','_saved','enableReadOnlyMode','FORMATTING','data','createPositionAt','_addThreadToSuggestion','catch','formatBlock:join','elementToElement','isMultiRange','marker-count','updateSuggestion','containsPosition','pluginName','_isDataLoaded','format','_refreshSuggestionsChain','getFirstRange','return','setAttribute','addClass','define','insertion:join','attribute:','removeComment','$marker','markerReady','isLocal','removeMarker:suggestion:formatBlock','_afterChanges','join','markerName','attributeOldValue','formatInline:join','discardAllSuggestions','substr','insertContent','forward','authorName','consumable','_processAttributeChanges','lowest','getDifference','containsItem','getSuggestion','config','_getSuggestionData','_getAuthorFromId','default','conversion','type','removed','change:data','formatInline:chain','rename','attribute','change:_saved','_addSuggestionMarker','adapter','getNearestSelectionRange','_processAttributeSuggestions','ENTER','_recordAttributeChanges','document','dataDowncast','_createSuggestion','insertion:discard','unshift','_model','_registerInlineAttribute','split','LEAVE','hasSuggestion','_commentsRepository','batch','removeAttribute','_blockAttributeKeys','writer','addMarker','track-changes-enable-command-twice','setTo','enqueueChange','nodeAfter','commandName','hasCommentThread','before','_editor','852920qobANR','elementEnd','deletion:','_trackFormatChanges','meta','listenTo','push','groupId','formatBlock:accept','formatInline:discard','includes','2861106XarGTa','addUser','dataToMarker','resolve','getAttribute','selection','init','previous','detach','isRemovable','_getAttributeKey','fromRange','multi','_initAriaMarkerChangeAnnouncements','formatInline:','markerToData','_refreshAttributeSuggestionsChain','requires','discardSuggestion','suggestion:attribute:','addSuggestionData','backward','createRange','accept','never','getChanges','track-changes-adapter-missing-getsuggestion','getAllAdjacentSuggestions','clone','open','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.','suggestion','skipNestingCheck','_inlineAttributeKeys','deletion:join','markMultiRangeBlockFormat','$elementName','_SUGGESTION_ANNOUNCEMENT','applyOperation','PendingActions','getFirstMarker','always','markMultiRangeDeletion','280539IbZQmD','getShiftedBy','957308MYJtlQ','isIntersectingWithRange','updateMarker','warn','for','splice','acceptAllSuggestions','markerToHighlight','getLastMatchingPosition','announce','keys','consume','fire','dataReady','_onDiscard','markInsertion','element','addComment','comments','getIntersection','suggestionChanged','_element','chain','suggestion-type','sort','deletion','rethrowUnexpectedError','insertion:chain','markDeletion','data-suggestion','addHighlight','ck-suggestion-marker-','_descriptionFactory','setSelection','get','ck-suggestion-marker','suggestion:','_findSuggestions','TrackChangesEditing','createRangeIn','refresh','2KlNVSp','addMarker:suggestion:formatBlock','isExternal','change','length','model','insert','_getMarkerAnnouncementText','isBefore','attribute:discard','isDocumentOperation','getChangedMarkers','authoredAt','getAncestors','filter','stop','external:','containerElement','fetchCommentThread','registerCustomCallback','remove','formatBlock:discard','containsRange','getWalker','_reduceExistingSuggestions','13050WyWBPL','_suggestions','key','track-changes-user-not-found','125jBMliL','collaboration.channelId','containsRangeInObject','nodeBefore','map','_registerBlockAttribute','insertion:','item','notReady','trackChanges.trackFormatChanges','removeMarker','editingDowncast','formatInline','rootName','3563YhAdDt','buildSuggestion','_isRegisteredAttribute','addMarker:suggestion:attribute','attribute:join','howMany','move','isUndo','track-changes-adapter-already-set','forEach','bindElementToMarker','unbind','isInsideObject','highest','_getExternalAuthor','startsWith','formatBlock:','_updateSuggestionData','size','splitPosition','_reduceSuggestionAttributeRange','unbindElementFromMarkerName','PENDING_ACTION_SUGGESTION','isInContent','isAtEnd','error-saving-suggestion-data-suggestion-discarded','name','isEqual','normal','_rangeIsInLocalUserInsertion','moveTargetPosition','@external','addRange','plugins','_handleNewSuggestionMarker','hasComments','isAtStart','_adapter','_cutOutSuggestionMarker','acceptSelectedSuggestions','createPositionBefore','createRangeOn','_checkSuggestionCorrectness','creator','toUpperCase','trackChangesCommand','isCollapsed','elementStart','getSuggestionCallback','createPositionAfter','isBlock','commentThread','after','_setSuggestionData','addMarker:suggestion','update:suggestion','isSelectable','ready','markBlockFormat','range','_isForcedDefaultExecutionBlock','createSelection','78124odcFBz','removeMarker:suggestion:attribute','isIntersecting','parent','ariaLiveAnnouncer','getRanges','isArray','find','forceDefaultExecution','toViewElement','formatInline:accept','isTouching','from','track-changes-command-not-found','_mergeNestedSuggestions','options','createdAt','$graveyard','mapper','addSuggestion','oldRange','root','widget','deletion:discard','values','commands','enableCommand','next','markAttributeChange','getContainedElement','suggestionLoaded','deleteContent','deletion:chain','_setSuggestionRange','author','position','removeMarkers','getCustomProperty','add','_splitMarkerName','createElement','getMarkers','_suggestionState','addMarkerName','activeMarkers','multipleBlocks','ck-suggestion-marker-formatBlock','pop','getItems','has','group','isAfter','some','originalSuggestionId','formatBlock','Users','delete','documentSelection','_enableDefaultAttributesIntegration','formatBlock:chain','rejected','trackChanges','head','value','trackChanges.mergeNestedSuggestions','clear','attributes','isOwn','180PLTALw','showSuggestionHighlights','markMultiRangeInsertion','oldValue','tablePasteChainId','targetPosition','discard'];_0x201e=function(){return _0x33760d;};return _0x201e();}(function(_0x56c654,_0x27e4b0){const _0x550d5a=_0x58f1,_0x50667c=_0x56c654();while(!![]){try{const _0x5eb0c0=-parseInt(_0x550d5a(0x179))/0x1*(parseInt(_0x550d5a(0x1a2))/0x2)+parseInt(_0x550d5a(0x14c))/0x3+parseInt(_0x550d5a(0x20b))/0x4*(parseInt(_0x550d5a(0x1bf))/0x5)+-parseInt(_0x550d5a(0x1bb))/0x6*(-parseInt(_0x550d5a(0x1cd))/0x7)+-parseInt(_0x550d5a(0x141))/0x8+-parseInt(_0x550d5a(0x177))/0x9*(-parseInt(_0x550d5a(0x24f))/0xa)+-parseInt(_0x550d5a(0x284))/0xb;if(_0x5eb0c0===_0x27e4b0)break;else _0x50667c['push'](_0x50667c['shift']());}catch(_0x43d0db){_0x50667c['push'](_0x50667c['shift']());}}}(_0x201e,0xd179e));import{Plugin as _0x1d032b,PendingActions as _0x2f7b32}from'ckeditor5/src/core.js';import{LiveRange as _0x3e40c7}from'ckeditor5/src/engine.js';function _0x58f1(_0x301fba,_0x4e1f03){const _0x201ead=_0x201e();return _0x58f1=function(_0x58f11b,_0x37fe55){_0x58f11b=_0x58f11b-0x13e;let _0x25e371=_0x201ead[_0x58f11b];return _0x25e371;},_0x58f1(_0x301fba,_0x4e1f03);}import{CKEditorError as _0x5a9c18,uid as _0x49693f,priorities as _0x3bfc50,logWarning as _0xd7a7b4}from'ckeditor5/src/utils.js';import{toWidget as _0x5a543a}from'ckeditor5/src/widget.js';import{Users as _0x2db28a,hashObject as _0x12ab12,surroundingMarkersDetector as _0x109cad}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x256667 from'./commands/trackchangescommand.js';import _0x588923 from'./commands/acceptsuggestioncommand.js';import _0x44be1e from'./commands/discardsuggestioncommand.js';import _0xbdb933 from'./commands/executeonallsuggestionscommand.js';import _0x438dfe from'./commands/executeonselectedsuggestionscommand.js';import _0x1ed93a from'./suggestion.js';import _0x23ce0b from'./suggestiondescriptionfactory.js';import _0x5cdb04 from'./integrations/aiassistant.js';import _0x591d1e from'./integrations/alignment.js';import _0x52f4da from'./integrations/basicstyles.js';import _0xd5c904 from'./integrations/blockquote.js';import _0x4ca10f from'./integrations/casechange.js';import _0x14bed0 from'./integrations/ckbox.js';import _0x23f94b from'./integrations/codeblock.js';import _0x42a98b from'./integrations/comments.js';import _0x35896a from'./integrations/deletecommand.js';import _0x22d6fc from'./integrations/list.js';import _0x2326ea from'./integrations/listproperties.js';import _0x4f456a from'./integrations/entercommand.js';import _0x2ecff5 from'./integrations/findandreplace.js';import _0xe9ff3c from'./integrations/font.js';import _0xcc9079 from'./integrations/formatpainter.js';import _0x347621 from'./integrations/heading.js';import _0x2f6b8d from'./integrations/highlight.js';import _0x3d381a from'./integrations/horizontalline.js';import _0x3a5ec8 from'./integrations/htmlembed.js';import _0x18eba8 from'./integrations/image.js';import _0x4f0a10 from'./integrations/imagereplace.js';import _0x1483e6 from'./integrations/imagestyle.js';import _0x56dfd1 from'./integrations/importword.js';import _0x2d403c from'./integrations/indent.js';import _0x5ea851 from'./integrations/inputcommand.js';import _0x32a347 from'./integrations/link.js';import _0x3770ec from'./integrations/legacylist.js';import _0x36e33d from'./integrations/legacylistproperties.js';import _0x55bc56 from'./integrations/mediaembed.js';import _0x1554cf from'./integrations/mention.js';import _0x701e0e from'./integrations/pagebreak.js';import _0x49c955 from'./integrations/paragraph.js';import _0x290c5c from'./integrations/removeformat.js';import _0x3533c8 from'./integrations/restrictededitingmode.js';import _0x38fb3a from'./integrations/shiftentercommand.js';import _0x3f2dd8 from'./integrations/standardeditingmode.js';import _0x33187c from'./integrations/style.js';import _0x57ff83 from'./integrations/table.js';import _0xbba8a6 from'./integrations/tablemergesplit.js';import _0x4f559b from'./integrations/tableheadings.js';import _0x3d2a00 from'./integrations/tableclipboard.js';import _0x479f62 from'./integrations/tablecolumnresize.js';import _0x3748ee from'./integrations/template.js';import _0x5cd8a8 from'./integrations/tableofcontents.js';import _0x5278cc from'./integrations/title.js';import _0x43820e from'./integrations/undo.js';import _0x14e675 from'./integrations/tablecaption.js';import _0x3dc3a8 from'./integrations/tableproperties.js';import{getTranslation as _0x511d0a}from'./utils/common-translations.js';import{isEqual as _0x48b056,omit as _0x419f8d}from'lodash-es';export const renameAttributeKey=_0x1b1bb8(0x170);export default class p extends _0x1d032b{static get[_0x1b1bb8(0x15d)](){const _0x13f8fd=_0x1b1bb8;return[_0x13f8fd(0x28a),_0x2db28a,_0x2f7b32,_0x5cdb04,_0x591d1e,_0x52f4da,_0xd5c904,_0x14bed0,_0x4ca10f,_0x23f94b,_0x42a98b,_0x35896a,_0x4f456a,_0x2ecff5,_0xe9ff3c,_0xcc9079,_0x347621,_0x2f6b8d,_0x3d381a,_0x3a5ec8,_0x18eba8,_0x1483e6,_0x4f0a10,_0x56dfd1,_0x2d403c,_0x5ea851,_0x3770ec,_0x36e33d,_0x32a347,_0x22d6fc,_0x2326ea,_0x55bc56,_0x1554cf,_0x701e0e,_0x49c955,_0x290c5c,_0x3533c8,_0x38fb3a,_0x3f2dd8,_0x33187c,_0x57ff83,_0xbba8a6,_0x4f559b,_0x14e675,_0x3d2a00,_0x479f62,_0x5cd8a8,_0x3dc3a8,_0x3748ee,_0x5278cc,_0x43820e];}static get[_0x1b1bb8(0x2a8)](){const _0x151f54=_0x1b1bb8;return _0x151f54(0x19f);}constructor(_0x49a45a){const _0x3f1f6b=_0x1b1bb8;function _0x2b5c9f(_0x2d3261){const _0x33dde6=_0x58f1;return _0x2d3261[_0x33dde6(0x1c3)](_0x3d8192=>String[_0x33dde6(0x28e)](_0x3d8192))[_0x33dde6(0x2b9)]('');}super(_0x49a45a),this[_0x3f1f6b(0x298)]=!0x1,this[_0x3f1f6b(0x272)](_0x3f1f6b(0x237),[]),this['on'](_0x3f1f6b(0x269),(_0x134252,_0x34ea13,_0x38f02d,_0x14b104)=>{const _0x335d55=_0x3f1f6b;this[_0x335d55(0x2df)][_0x335d55(0x1a5)](()=>{const _0x5baa89=_0x335d55;for(const _0x5231bd of[..._0x14b104,..._0x38f02d])this[_0x5baa89(0x2df)][_0x5baa89(0x27f)][_0x5baa89(0x23c)](_0x5231bd)&&_0x49a45a[_0x5baa89(0x266)][_0x5baa89(0x26e)](_0x5231bd);});}),this[_0x3f1f6b(0x199)]=new _0x23ce0b(this[_0x3f1f6b(0x29a)][_0x3f1f6b(0x1a7)][_0x3f1f6b(0x281)],this[_0x3f1f6b(0x29a)][_0x3f1f6b(0x26b)]),this[_0x3f1f6b(0x1f2)]=null,this[_0x3f1f6b(0x290)]=new Bt(this[_0x3f1f6b(0x29a)]),this[_0x3f1f6b(0x1bc)]=new Map(),this[_0x3f1f6b(0x2e4)]=_0x49a45a[_0x3f1f6b(0x1ee)][_0x3f1f6b(0x19b)](_0x3f1f6b(0x28a)),this[_0x3f1f6b(0x27c)]=new Set(),this[_0x3f1f6b(0x2df)]=this[_0x3f1f6b(0x29a)][_0x3f1f6b(0x1a7)],this[_0x3f1f6b(0x235)]=new WeakMap(),this[_0x3f1f6b(0x209)]=!0x1,this[_0x3f1f6b(0x2e7)]=new Set([_0x3f1f6b(0x170)]),this[_0x3f1f6b(0x16d)]=new Set(),_0x49a45a[_0x3f1f6b(0x2c8)][_0x3f1f6b(0x2b0)](_0x3f1f6b(0x1c8),_0x3f1f6b(0x2cb)),this[_0x3f1f6b(0x144)]=_0x49a45a[_0x3f1f6b(0x2c8)][_0x3f1f6b(0x19b)](_0x3f1f6b(0x1c8)),_0x49a45a[_0x3f1f6b(0x2c8)][_0x3f1f6b(0x2b0)](_0x3f1f6b(0x24b),!0x0),this[_0x3f1f6b(0x219)]=_0x49a45a[_0x3f1f6b(0x2c8)][_0x3f1f6b(0x19b)](_0x3f1f6b(0x24b)),this[_0x3f1f6b(0x1fa)]=new _0x256667(_0x49a45a,this[_0x3f1f6b(0x27c)]),this[_0x3f1f6b(0x159)](),this[_0x2b5c9f([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2b5c9f([0x34,0x30,0x34,0x38,0x30,0x36,0x34,0x30]);}[_0x1b1bb8(0x152)](){const _0x5fa560=_0x1b1bb8,_0x5947da=this[_0x5fa560(0x29a)],_0xb814eb=(_0x3b5f34,_0x430545)=>{const _0x584f14=_0x5fa560;if(_0x584f14(0x2d2)!=_0x3b5f34)return _0x584f14(0x198)+_0x3b5f34;const _0x323a64=_0x430545[_0x584f14(0x2e1)]('|')[0x0];return this[_0x584f14(0x271)](_0x323a64)?_0x584f14(0x239):_0x584f14(0x273);};_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x1ca))[_0x5fa560(0x180)]({'model':_0x5fa560(0x16b),'view':_0x27ad15=>{const _0x4cd6a2=_0x5fa560,{id:_0x57ce0b,type:_0x455a78,subType:_0x2c8190}=this[_0x4cd6a2(0x232)](_0x27ad15[_0x4cd6a2(0x2ba)]),_0x96d3a6=[_0x4cd6a2(0x19c),_0xb814eb(_0x455a78,_0x2c8190)];let _0x771900=0xbb8;return this[_0x4cd6a2(0x237)][_0x4cd6a2(0x14b)](_0x27ad15[_0x4cd6a2(0x2ba)])&&(_0x96d3a6[_0x4cd6a2(0x147)](_0x4cd6a2(0x25d)),_0x771900=0xbc2),_0x4cd6a2(0x192)==_0x455a78&&(_0x771900+=0x5),{'classes':_0x96d3a6,'attributes':{'data-suggestion':_0x57ce0b},'priority':_0x771900};}}),_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x2db))[_0x5fa560(0x231)](_0x4d73a5=>{const _0x4ab024=_0x5fa560;_0x4d73a5['on'](_0x4ab024(0x203),(_0x10b818,_0x17da49,_0x5447d6)=>{const _0x843b79=_0x4ab024;if(!_0x5447d6[_0x843b79(0x21a)][_0x843b79(0x250)])return;const _0x145773=_0x17da49[_0x843b79(0x1c6)];if(!_0x145773)return;const _0x2c75f4=_0x5447d6[_0x843b79(0x21d)][_0x843b79(0x214)](_0x145773);_0x5947da[_0x843b79(0x1a7)][_0x843b79(0x281)][_0x843b79(0x264)](_0x145773)&&_0x2c75f4&&!_0x2c75f4[_0x843b79(0x230)](_0x843b79(0x221))&&_0x2c75f4['is'](_0x843b79(0x1b3))&&_0x5a543a(_0x2c75f4,_0x5447d6[_0x843b79(0x2e8)]);},{'priority':_0x4ab024(0x25c)});}),_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x2db))[_0x5fa560(0x180)]({'model':_0x5fa560(0x16b),'view':(_0x507f4f,_0x3e67fe)=>{const _0x31569c=_0x5fa560;if(!_0x3e67fe[_0x31569c(0x21a)][_0x31569c(0x250)])return null;const {type:_0x2c1932,subType:_0x5636cd}=this[_0x31569c(0x232)](_0x507f4f[_0x31569c(0x2ba)]);return{'classes':[_0x31569c(0x19c),_0xb814eb(_0x2c1932,_0x5636cd)],'priority':0xbb8};}});const _0x36c205=({showActiveMarkers:_0x3e175a=!0x0,isAttributeSuggestion:_0x3c8f3c=!0x1}={})=>(_0x396a3b,_0xfff713,_0x15c48f)=>{const _0x20106c=_0x5fa560;if(!_0xfff713[_0x20106c(0x1c6)])return;const {id:_0x5d60c6}=this[_0x20106c(0x232)](_0xfff713[_0x20106c(0x2ba)]);if(_0x3c8f3c){const _0x8ba788=this[_0x20106c(0x1bc)][_0x20106c(0x19b)](_0x5d60c6),_0x5dd50d=this[_0x20106c(0x156)](_0x8ba788);if(!this[_0x20106c(0x271)](_0x5dd50d))return;}if(_0xfff713[_0x20106c(0x1c6)]['is'](_0x20106c(0x151)))return void _0x15c48f[_0x20106c(0x2c2)][_0x20106c(0x184)](_0xfff713[_0x20106c(0x1c6)],_0x396a3b[_0x20106c(0x1e7)]);const _0x234901=_0x15c48f[_0x20106c(0x21d)][_0x20106c(0x214)](_0xfff713[_0x20106c(0x1c6)]);if(_0xfff713[_0x20106c(0x1c6)]['is'](_0x20106c(0x189))&&_0x5947da[_0x20106c(0x1a7)][_0x20106c(0x281)][_0x20106c(0x1ff)](_0xfff713[_0x20106c(0x1c6)])&&!_0x234901[_0x20106c(0x230)](_0x20106c(0x197))){_0x15c48f[_0x20106c(0x2e8)][_0x20106c(0x2af)]([_0x20106c(0x19c),_0x20106c(0x239)],_0x234901),_0x15c48f[_0x20106c(0x2e8)][_0x20106c(0x2ae)](_0x20106c(0x196),_0x5d60c6,_0x234901),_0x15c48f[_0x20106c(0x21d)][_0x20106c(0x1d7)](_0x234901,_0xfff713[_0x20106c(0x2ba)]),_0x3e175a&&(this[_0x20106c(0x237)][_0x20106c(0x14b)](_0xfff713[_0x20106c(0x2ba)])?_0x15c48f[_0x20106c(0x2e8)][_0x20106c(0x2af)](_0x20106c(0x25d),_0x234901):_0x15c48f[_0x20106c(0x2e8)][_0x20106c(0x270)](_0x20106c(0x25d),_0x234901));for(const _0x1c2ea1 of _0x5947da[_0x20106c(0x1a7)][_0x20106c(0x1a0)](_0xfff713[_0x20106c(0x1c6)])[_0x20106c(0x23b)]())_0x15c48f[_0x20106c(0x2c2)][_0x20106c(0x184)](_0x1c2ea1,_0x396a3b[_0x20106c(0x1e7)]);_0x15c48f[_0x20106c(0x2c2)][_0x20106c(0x184)](_0xfff713[_0x20106c(0x1c6)],_0x396a3b[_0x20106c(0x1e7)]);}};_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x2db))[_0x5fa560(0x231)](_0x25e5ed=>{const _0x5c0e6f=_0x5fa560;_0x25e5ed['on'](_0x5c0e6f(0x1a3),(_0x141740,_0x2b3a5e,_0x4d001a)=>{const _0x1fd62b=_0x5c0e6f;_0x4d001a[_0x1fd62b(0x21a)][_0x1fd62b(0x250)]&&_0x36c205({'showActiveMarkers':!0x1})(_0x141740,_0x2b3a5e,_0x4d001a);},{'priority':_0x5c0e6f(0x1da)});}),_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x2db))[_0x5fa560(0x231)](_0xaf8a06=>{const _0x17a545=_0x5fa560;_0xaf8a06['on'](_0x17a545(0x1d0),(_0x36ea33,_0x29f4e9,_0x260616)=>{const _0x206bd3=_0x17a545;_0x260616[_0x206bd3(0x21a)][_0x206bd3(0x250)]&&_0x36c205({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x36ea33,_0x29f4e9,_0x260616);},{'priority':_0x17a545(0x1da)});}),_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x2db))[_0x5fa560(0x15b)]({'model':_0x5fa560(0x16b),'view':(_0x28c68f,_0x109d6f)=>_0x109d6f[_0x5fa560(0x21a)][_0x5fa560(0x250)]?null:{'group':_0x5fa560(0x16b),'name':_0x28c68f[_0x5fa560(0x2be)](0xb)}}),_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x25f))[_0x5fa560(0x2a3)]({'view':{'name':_0x5fa560(0x16b),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x56297c,{writer:_0x50e597})=>{const _0x4f9ae2=_0x5fa560;let _0x53f5e2=_0x4f9ae2(0x19d)+_0x56297c[_0x4f9ae2(0x150)](_0x4f9ae2(0x190))+':'+_0x56297c[_0x4f9ae2(0x150)]('id');return _0x56297c[_0x4f9ae2(0x150)](_0x4f9ae2(0x2a5))&&(_0x53f5e2+=':'+_0x56297c[_0x4f9ae2(0x150)](_0x4f9ae2(0x2a5))),_0x50e597[_0x4f9ae2(0x233)](_0x4f9ae2(0x2b4),{'data-name':_0x53f5e2});}}),_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x25f))[_0x5fa560(0x14e)]({'view':_0x5fa560(0x16b)}),_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x1ca))[_0x5fa560(0x231)](_0x6aea6f=>{const _0x4e9846=_0x5fa560;_0x6aea6f['on'](_0x4e9846(0x1a3),_0x36c205(),{'priority':_0x4e9846(0x25c)});}),_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x1ca))[_0x5fa560(0x231)](_0x503e7c=>{const _0x34d006=_0x5fa560;_0x503e7c['on'](_0x34d006(0x1d0),_0x36c205({'isAttributeSuggestion':!0x0}),{'priority':_0x34d006(0x25c)});}),_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x1ca))[_0x5fa560(0x231)](_0x46a451=>{const _0x469447=_0x5fa560;_0x46a451['on'](_0x469447(0x2b7),(_0x5aa149,_0x3c8972,_0x5037e8)=>{const _0x423764=_0x469447,_0x528ce9=_0x5037e8[_0x423764(0x21d)][_0x423764(0x288)](_0x3c8972[_0x423764(0x2ba)]);if(_0x528ce9){for(const _0x2bc65d of _0x528ce9)_0x2bc65d[_0x423764(0x230)](_0x423764(0x197))||(_0x5037e8[_0x423764(0x2e8)][_0x423764(0x270)]([_0x423764(0x19c),_0x423764(0x239),_0x423764(0x25d)],_0x2bc65d),_0x5037e8[_0x423764(0x2e8)][_0x423764(0x2e6)](_0x423764(0x196),_0x2bc65d),_0x5037e8[_0x423764(0x21d)][_0x423764(0x1e2)](_0x2bc65d,_0x3c8972[_0x423764(0x2ba)]));}},{'priority':_0x469447(0x25c)});}),_0x5947da[_0x5fa560(0x2cc)][_0x5fa560(0x17d)](_0x5fa560(0x1ca))[_0x5fa560(0x231)](_0x4bc048=>{const _0x1e67fb=_0x5fa560;_0x4bc048['on'](_0x1e67fb(0x20c),(_0x81ebc5,_0x59a68b,_0x52d7e9)=>{const _0x4899f1=_0x1e67fb,_0x113bc2=_0x52d7e9[_0x4899f1(0x21d)][_0x4899f1(0x288)](_0x59a68b[_0x4899f1(0x2ba)]);if(!_0x113bc2)return;const {id:_0x482f47}=this[_0x4899f1(0x232)](_0x59a68b[_0x4899f1(0x2ba)]),_0x414448=this[_0x4899f1(0x1bc)][_0x4899f1(0x19b)](_0x482f47),_0x3b98bd=this[_0x4899f1(0x156)](_0x414448);if(this[_0x4899f1(0x271)](_0x3b98bd)){for(const _0x5ec721 of _0x113bc2)_0x5ec721[_0x4899f1(0x230)](_0x4899f1(0x197))||(_0x52d7e9[_0x4899f1(0x2e8)][_0x4899f1(0x270)]([_0x4899f1(0x19c),_0x4899f1(0x239),_0x4899f1(0x25d)],_0x5ec721),_0x52d7e9[_0x4899f1(0x2e8)][_0x4899f1(0x2e6)](_0x4899f1(0x196),_0x5ec721),_0x52d7e9[_0x4899f1(0x21d)][_0x4899f1(0x1e2)](_0x5ec721,_0x59a68b[_0x4899f1(0x2ba)]));}},{'priority':_0x1e67fb(0x25c)});}),_0x5947da[_0x5fa560(0x1a7)][_0x5fa560(0x2da)][_0x5fa560(0x28d)](_0x542ddd=>{const _0x2a60ee=_0x5fa560;let _0x3e5b23=!0x1;const _0x16a9cc=Array[_0x2a60ee(0x217)](_0x5947da[_0x2a60ee(0x1a7)][_0x2a60ee(0x2da)][_0x2a60ee(0x286)][_0x2a60ee(0x1ad)]()),_0x52bb13=new Set();for(const {name:_0x2c1393,data:_0x4b0ea7}of _0x16a9cc){const {group:_0x5d17e7,type:_0x38dbf8,subType:_0x1b8da9,id:_0x569b07}=this[_0x2a60ee(0x232)](_0x2c1393);if(_0x2a60ee(0x16b)!==_0x5d17e7)continue;const _0x208b22=this[_0x2a60ee(0x1bc)][_0x2a60ee(0x19b)](_0x569b07);if(null!=_0x4b0ea7[_0x2a60ee(0x26f)]){_0x2a60ee(0x1cb)==_0x38dbf8&&(_0x3e5b23=_0x3e5b23||Tt(_0x4b0ea7[_0x2a60ee(0x26f)],_0x2c1393,_0x542ddd,_0x5947da[_0x2a60ee(0x1a7)][_0x2a60ee(0x281)]));const _0x24669c=_0x2a60ee(0x2d2)==_0x38dbf8&&this[_0x2a60ee(0x271)](_0x1b8da9[_0x2a60ee(0x2e1)]('|')[0x0]);if(_0x4b0ea7[_0x2a60ee(0x26f)][_0x2a60ee(0x1fb)]||_0x2a60ee(0x21c)==_0x4b0ea7[_0x2a60ee(0x26f)][_0x2a60ee(0x220)][_0x2a60ee(0x1cc)]||_0x2a60ee(0x241)==_0x38dbf8&&!Vt(_0x4b0ea7[_0x2a60ee(0x26f)])||_0x24669c&&!Vt(_0x4b0ea7[_0x2a60ee(0x26f)])||_0x2a60ee(0x192)==_0x38dbf8&&!(!Rt(_0x6a0fc4=_0x4b0ea7[_0x2a60ee(0x26f)])&&!function(_0x3cb6d0){const _0x1469d2=_0x2a60ee;return _0x3cb6d0[_0x1469d2(0x275)][_0x1469d2(0x20e)]==_0x3cb6d0[_0x1469d2(0x296)][_0x1469d2(0x1c2)]&&_0x3cb6d0[_0x1469d2(0x275)][_0x1469d2(0x1e5)];}(_0x6a0fc4)))_0x542ddd[_0x2a60ee(0x1c9)](_0x2c1393),_0x3e5b23=!0x0;else{if(!_0x208b22||!_0x208b22[_0x2a60ee(0x1e4)])continue;_0x52bb13[_0x2a60ee(0x231)](_0x208b22);}}}var _0x6a0fc4;return _0x52bb13[_0x2a60ee(0x1df)]>0x0&&(_0x3e5b23=!!this[_0x2a60ee(0x292)](_0x52bb13)||_0x3e5b23),_0x3e5b23;}),_0x5947da[_0x5fa560(0x1a7)][_0x5fa560(0x2da)][_0x5fa560(0x28d)](_0x5d2c31=>{const _0x447ac4=_0x5fa560;let _0x24889b=!0x1;for(const _0x445a00 of _0x5947da[_0x447ac4(0x1a7)][_0x447ac4(0x2da)][_0x447ac4(0x286)][_0x447ac4(0x165)]())if(_0x447ac4(0x1a8)==_0x445a00[_0x447ac4(0x2cd)])for(const _0x54e051 of this[_0x447ac4(0x1bc)][_0x447ac4(0x223)]()){if(_0x54e051[_0x447ac4(0x2a4)]||!_0x54e051[_0x447ac4(0x1e4)])continue;const _0x546d27=_0x447ac4(0x241)==_0x54e051[_0x447ac4(0x2cd)],_0x3728cd=this[_0x447ac4(0x156)](_0x54e051),_0x4179f9=_0x3728cd&&this[_0x447ac4(0x271)](_0x3728cd);if(!_0x546d27&&!_0x4179f9)continue;const _0x4910e1=_0x54e051[_0x447ac4(0x2ac)]();if(_0x4910e1[_0x447ac4(0x275)][_0x447ac4(0x20e)]!=_0x4910e1[_0x447ac4(0x296)][_0x447ac4(0x20e)]&&!_0x4910e1[_0x447ac4(0x296)][_0x447ac4(0x1e5)]){const _0x400b38=_0x5947da[_0x447ac4(0x1a7)][_0x447ac4(0x29f)](_0x4910e1[_0x447ac4(0x275)][_0x447ac4(0x2ed)],_0x447ac4(0x296)),_0x598341=_0x5947da[_0x447ac4(0x1a7)][_0x447ac4(0x162)](_0x4910e1[_0x447ac4(0x275)],_0x400b38);_0x5d2c31[_0x447ac4(0x17b)](_0x54e051[_0x447ac4(0x174)](),{'range':_0x598341}),_0x24889b=!0x0;}}return _0x24889b;}),_0x5947da[_0x5fa560(0x1a7)][_0x5fa560(0x2da)][_0x5fa560(0x28d)](_0x3785f6=>this[_0x5fa560(0x2c3)](_0x3785f6)),_0x5947da[_0x5fa560(0x1a7)][_0x5fa560(0x2da)][_0x5fa560(0x28d)](_0x58202a=>!_0x58202a[_0x5fa560(0x2e5)][_0x5fa560(0x2b6)]&&this[_0x5fa560(0x2d7)](_0x58202a)),_0x5947da[_0x5fa560(0x1a7)]['on'](_0x5fa560(0x2b8),()=>{const _0x3380da=_0x5fa560;this[_0x3380da(0x298)]=!0x1;}),_0x5947da[_0x5fa560(0x1a7)][_0x5fa560(0x2da)]['on'](_0x5fa560(0x2cf),(_0x48f2fc,_0x21298b)=>{const _0x5f22eb=_0x5fa560;if(!_0x21298b[_0x5f22eb(0x2b6)]||_0x21298b[_0x5f22eb(0x1d4)])return;if(!this[_0x5f22eb(0x298)])return;const _0xdb8ceb=_0x5947da[_0x5f22eb(0x1a7)][_0x5f22eb(0x2da)][_0x5f22eb(0x286)][_0x5f22eb(0x165)]();if(0x0==_0xdb8ceb[_0x5f22eb(0x1a6)])return;const _0x2a01cf=[],_0x42213b=_0xdb8ceb[_0x5f22eb(0x1b0)](_0x592741=>_0x5f22eb(0x2d2)==_0x592741[_0x5f22eb(0x2cd)]),_0x4a70df=_0xdb8ceb[_0x5f22eb(0x1b0)](_0x55eb8d=>_0x5f22eb(0x1a8)==_0x55eb8d[_0x5f22eb(0x2cd)]&&_0x5f22eb(0x265)!=_0x55eb8d[_0x5f22eb(0x1e7)]),_0x26232f=_0xdb8ceb[_0x5f22eb(0x1b0)](_0x5d2ebf=>_0x5f22eb(0x1b6)==_0x5d2ebf[_0x5f22eb(0x2cd)]&&_0x5f22eb(0x265)!=_0x5d2ebf[_0x5f22eb(0x1e7)]);for(const _0x4ccb27 of _0x42213b)this[_0x5f22eb(0x1cf)](_0x4ccb27[_0x5f22eb(0x26c)])&&_0x2a01cf[_0x5f22eb(0x147)]({'key':_0x4ccb27[_0x5f22eb(0x26c)],'newValue':_0x4ccb27[_0x5f22eb(0x27a)],'oldValue':_0x4ccb27[_0x5f22eb(0x2bb)],'range':Ut(_0x4ccb27[_0x5f22eb(0x208)],_0x5947da[_0x5f22eb(0x1a7)])});for(const _0x22e745 of _0x4a70df){const _0x4d705b=_0x26232f[_0x5f22eb(0x212)](_0x32f340=>_0x32f340[_0x5f22eb(0x18e)]===_0x22e745[_0x5f22eb(0x18e)]);if(_0x4d705b){const _0x249b0=Ot(_0x22e745[_0x5f22eb(0x22e)][_0x5f22eb(0x2ed)],_0x5947da[_0x5f22eb(0x1a7)]);_0x4d705b[_0x5f22eb(0x1e7)]!==_0x22e745[_0x5f22eb(0x1e7)]&&_0x2a01cf[_0x5f22eb(0x147)]({'key':_0x5f22eb(0x170),'newValue':_0x22e745[_0x5f22eb(0x1e7)],'oldValue':_0x4d705b[_0x5f22eb(0x1e7)],'range':_0x249b0});for(const [_0x25335c,_0x23a56b]of _0x4d705b[_0x5f22eb(0x24d)]){if(!this[_0x5f22eb(0x1cf)](_0x25335c))continue;const _0x453fc0=_0x22e745[_0x5f22eb(0x24d)][_0x5f22eb(0x19b)](_0x25335c);_0x23a56b!==_0x453fc0&&_0x2a01cf[_0x5f22eb(0x147)]({'key':_0x25335c,'newValue':_0x453fc0,'oldValue':_0x23a56b,'range':_0x249b0});}for(const [_0x4fec08,_0x4dbc35]of _0x22e745[_0x5f22eb(0x24d)])this[_0x5f22eb(0x1cf)](_0x4fec08)&&(_0x4d705b[_0x5f22eb(0x24d)][_0x5f22eb(0x23c)](_0x4fec08)||_0x2a01cf[_0x5f22eb(0x147)]({'key':_0x4fec08,'newValue':_0x4dbc35,'oldValue':null,'range':_0x249b0}));}}0x0!=_0x2a01cf[_0x5f22eb(0x1a6)]&&_0x5947da[_0x5f22eb(0x1a7)][_0x5f22eb(0x2ec)](_0x21298b,_0x1366f5=>{const _0x9b6d82=_0x5f22eb,_0x3c23c6=_0x49693f();for(const {range:_0x50edb4,key:_0x3fe954,oldValue:_0xc74c88,newValue:_0x72b347}of _0x2a01cf)this[_0x9b6d82(0x227)](_0x50edb4,_0x3fe954,_0xc74c88,_0x72b347,{'groupId':_0x3c23c6});this[_0x9b6d82(0x1ba)](_0x1366f5,_0x2a01cf);});},{'priority':_0x5fa560(0x2c4)}),_0x5947da[_0x5fa560(0x1a7)][_0x5fa560(0x27f)]['on'](_0x5fa560(0x204),(_0x46c306,_0x3c4a4,_0x232e11)=>{const _0x44a6ae=_0x5fa560;if(null==_0x232e11){const {id:_0x5b350e}=this[_0x44a6ae(0x232)](_0x3c4a4[_0x44a6ae(0x1e7)]),_0x1076a9=this[_0x44a6ae(0x1bc)][_0x44a6ae(0x19b)](_0x5b350e);_0x1076a9&&_0x1076a9[_0x44a6ae(0x236)](_0x3c4a4[_0x44a6ae(0x1e7)]);}}),_0x5947da[_0x5fa560(0x1a7)][_0x5fa560(0x2da)]['on'](_0x5fa560(0x2cf),()=>{const _0x1e2867=_0x5fa560,_0x68dd39=Array[_0x1e2867(0x217)](_0x5947da[_0x1e2867(0x1a7)][_0x1e2867(0x2da)][_0x1e2867(0x286)][_0x1e2867(0x1ad)]())[_0x1e2867(0x1b0)](_0x155b5b=>_0x1e2867(0x16b)===this[_0x1e2867(0x232)](_0x155b5b[_0x1e2867(0x1e7)])[_0x1e2867(0x23d)]);if(0x0===_0x68dd39[_0x1e2867(0x1a6)])return;_0x68dd39[_0x1e2867(0x191)]((_0x581509,_0xfdf162)=>{const _0x38c338=_0x1e2867,_0x438fd5=_0x581509[_0x38c338(0x29e)][_0x38c338(0x21f)],_0x2cc1e8=_0xfdf162[_0x38c338(0x29e)][_0x38c338(0x21f)];return null===_0x438fd5&&null===_0x2cc1e8?0x0:null===_0x438fd5&&null!==_0x2cc1e8?-0x1:null!==_0x438fd5&&null===_0x2cc1e8?0x1:_0x438fd5[_0x38c338(0x275)][_0x38c338(0x1aa)](_0x2cc1e8[_0x38c338(0x275)])?-0x1:0x1;});const _0x9ed8d6=new Set(),_0x500999=new Set();for(const {name:_0x25d82f,data:_0x669428}of _0x68dd39){const {id:_0x5de57d}=this[_0x1e2867(0x232)](_0x25d82f);if(null===_0x669428[_0x1e2867(0x21f)]){const _0x532dfc=this[_0x1e2867(0x1ef)](_0x25d82f);_0x500999[_0x1e2867(0x231)](_0x532dfc);}else{const _0x20d337=this[_0x1e2867(0x1bc)][_0x1e2867(0x19b)](_0x5de57d);null!==_0x669428[_0x1e2867(0x26f)]||_0x20d337[_0x1e2867(0x1e4)]?(_0x9ed8d6[_0x1e2867(0x231)](_0x20d337[_0x1e2867(0x249)]),_0x500999[_0x1e2867(0x231)](_0x20d337)):this[_0x1e2867(0x285)](_0x20d337);}}_0x500999[_0x1e2867(0x1df)]>0x0&&this[_0x1e2867(0x2ab)](_0x500999);for(const _0x55a00b of _0x9ed8d6)this[_0x1e2867(0x185)](_0x1e2867(0x18d),_0x55a00b);}),_0x5947da[_0x5fa560(0x1a7)]['on'](_0x5fa560(0x172),(_0x3f096b,_0x1c8ee7)=>{const _0x38ae6b=_0x5fa560,_0x9e21d6=_0x1c8ee7[0x0];if(!this[_0x38ae6b(0x1bc)][_0x38ae6b(0x1df)])return;if(!_0x9e21d6[_0x38ae6b(0x1ac)])return;if(_0x9e21d6[_0x38ae6b(0x2e5)][_0x38ae6b(0x1d4)]||!_0x9e21d6[_0x38ae6b(0x2e5)][_0x38ae6b(0x2b6)])return;let _0x24524f,_0x416df0;switch(_0x9e21d6[_0x38ae6b(0x2cd)]){case _0x38ae6b(0x1a8):_0x24524f=_0x5947da[_0x38ae6b(0x1a7)][_0x38ae6b(0x29f)](_0x9e21d6[_0x38ae6b(0x22e)]),_0x416df0=_0x24524f[_0x38ae6b(0x178)](_0x9e21d6[_0x38ae6b(0x1d2)]);break;case _0x38ae6b(0x2e1):_0x24524f=_0x5947da[_0x38ae6b(0x1a7)][_0x38ae6b(0x29f)](_0x9e21d6[_0x38ae6b(0x1e0)]),_0x416df0=_0x5947da[_0x38ae6b(0x1a7)][_0x38ae6b(0x29f)](_0x9e21d6[_0x38ae6b(0x1eb)]);break;case _0x38ae6b(0x1d3):_0x24524f=_0x5947da[_0x38ae6b(0x1a7)][_0x38ae6b(0x29f)](_0x9e21d6[_0x38ae6b(0x254)]),_0x416df0=_0x24524f[_0x38ae6b(0x178)](_0x9e21d6[_0x38ae6b(0x1d2)]);break;default:return;}const _0x71eb3f=_0x5947da[_0x38ae6b(0x1a7)][_0x38ae6b(0x162)](_0x24524f,_0x416df0);_0x5947da[_0x38ae6b(0x1a7)][_0x38ae6b(0x1a5)](()=>{const _0x37c83e=_0x38ae6b;for(const {suggestion:_0x28ad17,meta:_0x28f3df}of this[_0x37c83e(0x19e)](_0x71eb3f)){if(_0x28ad17[_0x37c83e(0x2a4)])continue;if(_0x37c83e(0x1cb)==_0x28ad17[_0x37c83e(0x2cd)])continue;const _0x329987=this[_0x37c83e(0x156)](_0x28ad17);if(_0x329987&&this[_0x37c83e(0x271)](_0x329987)&&_0x37c83e(0x2e1)!=_0x9e21d6[_0x37c83e(0x2cd)])continue;const _0x32325e=_0x28ad17[_0x37c83e(0x29e)]&&_0x28ad17[_0x37c83e(0x29e)][_0x37c83e(0x238)];(_0x37c83e(0x241)!=_0x28ad17[_0x37c83e(0x2cd)]||_0x37c83e(0x2e1)==_0x9e21d6[_0x37c83e(0x2cd)]&&!_0x32325e)&&(_0x28f3df[_0x37c83e(0x1c1)]||_0x37c83e(0x276)==_0x28ad17[_0x37c83e(0x2cd)]&&_0x28f3df[_0x37c83e(0x24e)]||_0x28ad17[_0x37c83e(0x2ac)]()[_0x37c83e(0x1b8)](_0x71eb3f)&&this[_0x37c83e(0x263)](_0x28ad17,_0x24524f,_0x416df0));}});},{'priority':_0x5fa560(0x2c4)}),_0x5947da[_0x5fa560(0x1a7)]['on'](_0x5fa560(0x22a),(_0x2c7dff,_0x492f5a)=>{const _0x3b1f0f=_0x5fa560,_0x5db1ef=_0x492f5a[0x0],_0x3b9153=_0x492f5a[0x1];if(_0x3b9153&&_0x3b9153[_0x3b1f0f(0x213)])return;if(this[_0x3b1f0f(0x209)])return;if(!this[_0x3b1f0f(0x1fa)][_0x3b1f0f(0x24a)])return;if(_0x5db1ef[_0x3b1f0f(0x1fb)])return;const _0x522b7a=_0x5947da[_0x3b1f0f(0x1a7)][_0x3b1f0f(0x281)],{start:_0x25ef2c,end:_0x30f66b}=_0x5db1ef[_0x3b1f0f(0x2ac)](),_0x24f672=_0x25ef2c[_0x3b1f0f(0x2ed)]&&_0x522b7a[_0x3b1f0f(0x256)](_0x25ef2c[_0x3b1f0f(0x2ed)])?null:_0x522b7a[_0x3b1f0f(0x2d6)](_0x25ef2c,_0x3b1f0f(0x2c0)),_0x3a4a3a=_0x30f66b[_0x3b1f0f(0x1c2)]&&_0x522b7a[_0x3b1f0f(0x256)](_0x30f66b[_0x3b1f0f(0x1c2)])?null:_0x522b7a[_0x3b1f0f(0x2d6)](_0x30f66b,_0x3b1f0f(0x161)),_0x3ed305=_0x5947da[_0x3b1f0f(0x1a7)][_0x3b1f0f(0x162)](_0x24f672?_0x24f672[_0x3b1f0f(0x275)]:_0x25ef2c,_0x3a4a3a?_0x3a4a3a[_0x3b1f0f(0x296)]:_0x30f66b);_0x5947da[_0x3b1f0f(0x1a7)][_0x3b1f0f(0x1a5)](_0xa84bd=>{const _0x351fc7=_0x3b1f0f;this[_0x351fc7(0x195)](_0x3ed305);const _0x513673=_0x5947da[_0x351fc7(0x1a7)][_0x351fc7(0x281)][_0x351fc7(0x2d6)](_0x3ed305[_0x351fc7(0x275)]);_0x5db1ef['is'](_0x351fc7(0x244))?_0xa84bd[_0x351fc7(0x19a)](_0x513673):_0x5db1ef[_0x351fc7(0x2eb)](_0x513673);}),_0x2c7dff[_0x3b1f0f(0x1b1)]();},{'priority':_0x3bfc50[_0x5fa560(0x1e9)]+0xa}),_0x5947da[_0x5fa560(0x1a7)]['on'](_0x5fa560(0x2bf),(_0xfaa193,_0x22f2c9)=>{const _0x27b985=_0x5fa560,_0x3ef9b8=_0x22f2c9[_0x22f2c9[_0x27b985(0x1a6)]-0x1];_0x3ef9b8&&_0x3ef9b8[_0x27b985(0x213)]||this[_0x27b985(0x209)]||this[_0x27b985(0x1fa)][_0x27b985(0x24a)]&&(_0x5947da[_0x27b985(0x1a7)][_0x27b985(0x1a5)](()=>{const _0x6b235f=_0x27b985;let _0x1cf2e8=_0x5947da[_0x6b235f(0x1a7)][_0x6b235f(0x2bf)](_0x22f2c9[0x0],_0x22f2c9[0x1],_0x22f2c9[0x2],{'forceDefaultExecution':!0x0});if(!_0x1cf2e8)return;_0xfaa193[_0x6b235f(0x2ad)]=_0x1cf2e8[_0x6b235f(0x168)]();const _0x6bebb0=_0x1cf2e8[_0x6b235f(0x296)][_0x6b235f(0x1c2)],_0x316871=_0x5947da[_0x6b235f(0x1a7)][_0x6b235f(0x281)];_0x6bebb0&&_0x316871[_0x6b235f(0x1ff)](_0x6bebb0)&&!_0x316871[_0x6b235f(0x264)](_0x6bebb0)&&(_0x1cf2e8=_0x5947da[_0x6b235f(0x1a7)][_0x6b235f(0x162)](_0x1cf2e8[_0x6b235f(0x275)],_0x5947da[_0x6b235f(0x1a7)][_0x6b235f(0x29f)](_0x6bebb0,_0x6b235f(0x296)))),this[_0x6b235f(0x188)](_0x1cf2e8);}),_0xfaa193[_0x27b985(0x1b1)]());},{'priority':_0x5fa560(0x25c)}),this[_0x5fa560(0x29a)][_0x5fa560(0x224)][_0x5fa560(0x231)](_0x5fa560(0x248),this[_0x5fa560(0x1fa)]),this[_0x5fa560(0x225)](_0x5fa560(0x248));const _0xfa991e=new _0x588923(_0x5947da,this[_0x5fa560(0x1bc)]);_0x5947da[_0x5fa560(0x224)][_0x5fa560(0x231)](_0x5fa560(0x28b),_0xfa991e),this[_0x5fa560(0x225)](_0x5fa560(0x28b));const _0x35907a=new _0x44be1e(_0x5947da,this[_0x5fa560(0x1bc)]);_0x5947da[_0x5fa560(0x224)][_0x5fa560(0x231)](_0x5fa560(0x15e),_0x35907a),this[_0x5fa560(0x225)](_0x5fa560(0x15e)),_0x5947da[_0x5fa560(0x224)][_0x5fa560(0x231)](_0x5fa560(0x17f),new _0xbdb933(_0x5947da,_0xfa991e,this[_0x5fa560(0x1bc)])),this[_0x5fa560(0x225)](_0x5fa560(0x17f)),_0x5947da[_0x5fa560(0x224)][_0x5fa560(0x231)](_0x5fa560(0x2bd),new _0xbdb933(_0x5947da,_0x35907a,this[_0x5fa560(0x1bc)])),this[_0x5fa560(0x225)](_0x5fa560(0x2bd)),_0x5947da[_0x5fa560(0x224)][_0x5fa560(0x231)](_0x5fa560(0x1f4),new _0x438dfe(_0x5947da,_0xfa991e,this[_0x5fa560(0x1bc)])),this[_0x5fa560(0x225)](_0x5fa560(0x1f4)),_0x5947da[_0x5fa560(0x224)][_0x5fa560(0x231)](_0x5fa560(0x27b),new _0x438dfe(_0x5947da,_0x35907a,this[_0x5fa560(0x1bc)])),this[_0x5fa560(0x225)](_0x5fa560(0x27b));const _0x2840cf=_0x5947da[_0x5fa560(0x1ee)][_0x5fa560(0x19b)](_0x5fa560(0x28a));this[_0x5fa560(0x146)](_0x2840cf,_0x5fa560(0x18a),(_0x78f01d,{threadId:_0x5045a1})=>{const _0x348f91=_0x5fa560,_0x5cc27d=this[_0x348f91(0x1bc)][_0x348f91(0x19b)](_0x5045a1);_0x5cc27d&&_0x5cc27d[_0x348f91(0x200)]&&0x1===_0x5cc27d[_0x348f91(0x200)][_0x348f91(0x1a6)]&&this[_0x348f91(0x1de)](_0x5045a1,{'hasComments':!0x0});},{'priority':_0x5fa560(0x25b)}),this[_0x5fa560(0x146)](_0x2840cf,_0x5fa560(0x2b3),(_0x1fdaa6,{threadId:_0x5bae21})=>{const _0x1ba709=_0x5fa560,_0x292323=this[_0x1ba709(0x1bc)][_0x1ba709(0x19b)](_0x5bae21);_0x292323&&_0x292323[_0x1ba709(0x200)]&&!_0x292323[_0x1ba709(0x200)][_0x1ba709(0x1a6)]&&this[_0x1ba709(0x1de)](_0x5bae21,{'hasComments':!0x1});},{'priority':_0x5fa560(0x25b)});}set[_0x1b1bb8(0x2d5)](_0x22ca1e){const _0x41d261=_0x1b1bb8;if(this[_0x41d261(0x1f2)])throw new _0x5a9c18(_0x41d261(0x1d5),this);this[_0x41d261(0x1f2)]=_0x22ca1e;}get[_0x1b1bb8(0x2d5)](){const _0x37e892=_0x1b1bb8;return this[_0x37e892(0x1f2)];}[_0x1b1bb8(0x295)]({skipNotAttached:_0x329671=!0x1,toJSON:_0x30c7ce=!0x1}={}){const _0x4de2f7=_0x1b1bb8,_0x448356=[];for(const _0x199f4b of this[_0x4de2f7(0x1bc)][_0x4de2f7(0x223)]())_0x329671&&!_0x199f4b[_0x4de2f7(0x1e4)]||_0x448356[_0x4de2f7(0x147)](_0x199f4b);return _0x30c7ce?_0x448356[_0x4de2f7(0x1c3)](_0x26c828=>_0x26c828[_0x4de2f7(0x279)]()):_0x448356;}[_0x1b1bb8(0x2c7)](_0x400929){const _0x2f62e4=_0x1b1bb8,_0xd40272=this[_0x2f62e4(0x1bc)][_0x2f62e4(0x19b)](_0x400929);if(!_0xd40272)throw new _0x5a9c18(_0x2f62e4(0x291),this);return _0xd40272;}[_0x1b1bb8(0x2e3)](_0x2a349c){const _0x358788=_0x1b1bb8;return this[_0x358788(0x1bc)][_0x358788(0x23c)](_0x2a349c);}[_0x1b1bb8(0x160)](_0x5d50b6){const _0x5cbf46=_0x1b1bb8,{authorId:_0x2a25fd,id:_0x57c62f,attributes:_0x312c05}=_0x5d50b6,[_0x1dcd7d,_0x1da1e3]=_0x5d50b6[_0x5cbf46(0x2cd)][_0x5cbf46(0x2e1)](':'),_0x8ddf26=this[_0x5cbf46(0x1bc)][_0x5cbf46(0x19b)](_0x57c62f)||this[_0x5cbf46(0x2dc)](_0x1dcd7d,_0x1da1e3,_0x57c62f,_0x2a25fd,_0x312c05);if(this[_0x5cbf46(0x2a0)](_0x8ddf26),this[_0x5cbf46(0x1f7)](_0x8ddf26,_0x1dcd7d,_0x1da1e3||null,_0x2a25fd),_0x8ddf26[_0x5cbf46(0x21b)]=_0x5d50b6[_0x5cbf46(0x21b)],_0x8ddf26[_0x5cbf46(0x2a9)]=!0x0,_0x312c05&&_0x312c05[_0x5cbf46(0x1ec)]){const _0x41e422=_0x312c05[_0x5cbf46(0x1ec)],_0x1b2787=this[_0x5cbf46(0x1db)](_0x41e422[_0x5cbf46(0x2c1)]);_0x8ddf26[_0x5cbf46(0x1ae)]=_0x41e422[_0x5cbf46(0x21b)],_0x8ddf26[_0x5cbf46(0x22d)]=_0x1b2787,_0x8ddf26[_0x5cbf46(0x1a4)]=!0x0;}else _0x8ddf26[_0x5cbf46(0x1ae)]=_0x5d50b6[_0x5cbf46(0x21b)];switch(_0x5d50b6[_0x5cbf46(0x29e)]&&(_0x8ddf26[_0x5cbf46(0x29e)]=_0x5d50b6[_0x5cbf46(0x29e)]),_0x5d50b6[_0x5cbf46(0x24d)]&&(_0x8ddf26[_0x5cbf46(0x24d)]=_0x5d50b6[_0x5cbf46(0x24d)]),this[_0x5cbf46(0x1f2)]&&this[_0x5cbf46(0x1f2)][_0x5cbf46(0x21e)]||(_0x8ddf26[_0x5cbf46(0x29b)]=!0x0),this[_0x5cbf46(0x235)][_0x5cbf46(0x19b)](_0x8ddf26)){case _0x5cbf46(0x1c7):this[_0x5cbf46(0x235)][_0x5cbf46(0x272)](_0x8ddf26,_0x5cbf46(0x186));break;case _0x5cbf46(0x2b5):_0x8ddf26[_0x5cbf46(0x1e4)]?(this[_0x5cbf46(0x292)](new Set([_0x8ddf26])),this[_0x5cbf46(0x2ab)](new Set([_0x8ddf26])),this[_0x5cbf46(0x235)][_0x5cbf46(0x272)](_0x8ddf26,_0x5cbf46(0x206)),this[_0x5cbf46(0x185)](_0x5cbf46(0x229),_0x8ddf26)):this[_0x5cbf46(0x235)][_0x5cbf46(0x272)](_0x8ddf26,_0x5cbf46(0x2ce));}return _0x8ddf26;}[_0x1b1bb8(0x28b)](_0x1fa8e8){const _0x1dbcb3=_0x1b1bb8;this[_0x1dbcb3(0x213)](()=>{const _0x3f9af7=_0x1dbcb3;this[_0x3f9af7(0x29a)][_0x3f9af7(0x1a7)][_0x3f9af7(0x1a5)](()=>{const _0x11785c=_0x3f9af7;for(const _0x4344fe of _0x1fa8e8[_0x11785c(0x167)]())_0x4344fe[_0x11785c(0x163)]();});});}[_0x1b1bb8(0x15e)](_0x23de15){const _0x46c571=_0x1b1bb8;this[_0x46c571(0x213)](()=>{const _0x3643da=_0x46c571;this[_0x3643da(0x29a)][_0x3643da(0x1a7)][_0x3643da(0x1a5)](()=>{const _0x1e195a=_0x3643da;for(const _0x1f48bc of _0x23de15[_0x1e195a(0x167)]())_0x1f48bc[_0x1e195a(0x255)]();});});}[_0x1b1bb8(0x225)](_0x1c8b66,_0x3d91b5){const _0x1d9233=_0x1b1bb8,_0xc66396=this[_0x1d9233(0x29a)][_0x1d9233(0x224)][_0x1d9233(0x19b)](_0x1c8b66);if(!_0xc66396)throw new _0x5a9c18(_0x1d9233(0x218),this,{'commandName':_0x1c8b66});if(this[_0x1d9233(0x27c)][_0x1d9233(0x23c)](_0xc66396))throw new _0x5a9c18(_0x1d9233(0x2ea),this,{'commandName':_0x1c8b66});this[_0x1d9233(0x27c)][_0x1d9233(0x231)](_0xc66396),_0x3d91b5&&_0xc66396['on'](_0x1d9233(0x274),(_0x3a78a,_0x15886b)=>{const _0x370908=_0x1d9233;this[_0x370908(0x1fa)][_0x370908(0x24a)]&&(this[_0x370908(0x209)]||(_0x15886b[_0x370908(0x1a6)]>0x0&&_0x15886b[_0x15886b[_0x370908(0x1a6)]-0x1]&&_0x15886b[_0x15886b[_0x370908(0x1a6)]-0x1][_0x370908(0x213)]?_0x15886b[_0x370908(0x23a)]():(_0x3a78a[_0x370908(0x2ad)]=_0x3d91b5((..._0x267538)=>_0xc66396[_0x370908(0x274)](..._0x267538,{'forceDefaultExecution':!0x0}),..._0x15886b),_0x3a78a[_0x370908(0x1b1)]())));},{'priority':_0x1d9233(0x25c)});}[_0x1b1bb8(0x213)](_0x3fec8c){const _0x47ed76=_0x1b1bb8;let _0x410597,_0x9aab9d;const _0x5018d3=this[_0x47ed76(0x209)];this[_0x47ed76(0x209)]=!0x0;try{_0x410597=_0x3fec8c();}catch(_0x510686){_0x9aab9d=_0x510686;}return _0x5018d3||(this[_0x47ed76(0x209)]=!0x1),_0x9aab9d&&_0x5a9c18[_0x47ed76(0x193)](_0x9aab9d,this),_0x410597;}[_0x1b1bb8(0x188)](_0x5e7ec0,_0x5a9775=null,_0xcdd4df={}){const _0x75fb2f=_0x1b1bb8;if(_0x5e7ec0[_0x75fb2f(0x1fb)])return null;const _0x1b2aae=this[_0x75fb2f(0x29a)][_0x75fb2f(0x1ee)][_0x75fb2f(0x19b)](_0x75fb2f(0x242))['me'];for(const {suggestion:_0x3815af,meta:_0x29e18f}of this[_0x75fb2f(0x19e)](_0x5e7ec0,_0x75fb2f(0x276)))if(_0x29e18f[_0x75fb2f(0x24e)]){if(!_0x29e18f[_0x75fb2f(0x26d)]){if(_0x29e18f[_0x75fb2f(0x1c1)]){if(!this[_0x75fb2f(0x219)]||!Pt(_0x3815af,_0xcdd4df))continue;return _0x3815af;}if(Pt(_0x3815af,_0xcdd4df))return _0x3815af;this[_0x75fb2f(0x263)](_0x3815af,_0x5e7ec0[_0x75fb2f(0x275)],_0x5e7ec0[_0x75fb2f(0x296)]);break;}if(_0x5a9775==_0x3815af[_0x75fb2f(0x261)]&&Pt(_0x3815af,_0xcdd4df)){const _0x4961bb=_0x3815af[_0x75fb2f(0x2ac)]();return _0x4961bb[_0x75fb2f(0x275)][_0x75fb2f(0x1e8)](_0x5e7ec0[_0x75fb2f(0x296)])?this[_0x75fb2f(0x22c)](_0x3815af,this[_0x75fb2f(0x2df)][_0x75fb2f(0x162)](_0x5e7ec0[_0x75fb2f(0x275)],_0x4961bb[_0x75fb2f(0x296)])):this[_0x75fb2f(0x22c)](_0x3815af,this[_0x75fb2f(0x2df)][_0x75fb2f(0x162)](_0x4961bb[_0x75fb2f(0x275)],_0x5e7ec0[_0x75fb2f(0x296)])),_0x3815af;}}const _0x282f51=_0x49693f(),_0x398c2d=_0x1b2aae['id'],_0x21580a=_0x5a9775?_0x75fb2f(0x1c5)+_0x5a9775:_0x75fb2f(0x276),_0x1321ab=this[_0x75fb2f(0x202)]({'id':_0x282f51,'type':_0x21580a,'createdAt':new Date(),'authorId':_0x398c2d,'attributes':_0xcdd4df});return this[_0x75fb2f(0x2d4)](_0x21580a,_0x282f51,_0x398c2d,_0x5e7ec0),_0x1321ab;}[_0x1b1bb8(0x251)](_0x15d9c9,_0x2ab00b=_0x1b1bb8(0x158),_0x5ece9a={}){const _0x36ed04=_0x1b1bb8,_0x2b3322=this[_0x36ed04(0x29a)][_0x36ed04(0x1ee)][_0x36ed04(0x19b)](_0x36ed04(0x242))['me'],_0x3a61c4=this[_0x36ed04(0x290)][_0x36ed04(0x1fd)](_0x36ed04(0x276),_0x2ab00b,_0x36ed04(0x2b9));for(const _0x5aba3b of this[_0x36ed04(0x295)]())if(_0x5aba3b[_0x36ed04(0x22d)]['id']==_0x2b3322['id']&&_0x36ed04(0x276)==_0x5aba3b[_0x36ed04(0x2cd)]&&_0x5aba3b[_0x36ed04(0x261)]==_0x2ab00b&&Pt(_0x5aba3b,_0x5ece9a)&&(_0x3a61c4(_0x5aba3b[_0x36ed04(0x210)](),_0x15d9c9)||_0x3a61c4(_0x15d9c9,_0x5aba3b[_0x36ed04(0x210)]()))){for(const _0x2b61c4 of _0x15d9c9)_0x5aba3b[_0x36ed04(0x1ed)](_0x2b61c4);return _0x5aba3b;}for(const {suggestion:_0xdecbac,meta:_0x4a74df}of this[_0x36ed04(0x19e)](_0x15d9c9,_0x36ed04(0x276))){if(!_0x4a74df[_0x36ed04(0x24e)])continue;if(!this[_0x36ed04(0x219)]&&_0x4a74df[_0x36ed04(0x1c1)])continue;if(!Pt(_0xdecbac,_0x5ece9a))continue;let _0x407d7e=!0x0;for(const _0x4a771a of _0xdecbac[_0x36ed04(0x210)]())for(const _0x595f7b of _0x15d9c9)if(!_0x4a771a[_0x36ed04(0x1b8)](_0x595f7b)){_0x407d7e=!0x1;break;}if(_0x407d7e)return _0xdecbac;}const _0x4e6116=_0x49693f(),_0x21a2a6=_0x2b3322['id'],_0x304c2b=_0x36ed04(0x1c5)+_0x2ab00b,_0x561c2c=this[_0x36ed04(0x202)]({'id':_0x4e6116,'type':_0x304c2b,'createdAt':new Date(),'authorId':_0x21a2a6,'attributes':_0x5ece9a});for(const _0x3c7b8b of _0x15d9c9)this[_0x36ed04(0x2d4)](_0x304c2b,_0x4e6116,_0x21a2a6,_0x3c7b8b,_0x1ed93a[_0x36ed04(0x260)]());return _0x561c2c;}[_0x1b1bb8(0x294)](_0x232036,_0x527ca4,_0x4f36e6=null,_0xf78ad0={}){const _0x56d14f=_0x1b1bb8;if(_0x4f36e6=_0x4f36e6||Et(_0x527ca4),_0x232036[_0x56d14f(0x1fb)])return null;if(_0x56d14f(0x164)===this[_0x56d14f(0x144)]){const _0x993823=this[_0x56d14f(0x290)][_0x56d14f(0x1fd)](_0x56d14f(0x1cb),_0x4f36e6,_0x56d14f(0x163));return this[_0x56d14f(0x213)](()=>_0x993823([_0x232036],_0x527ca4,_0xf78ad0)),null;}const _0x126783=this[_0x56d14f(0x29a)][_0x56d14f(0x1ee)][_0x56d14f(0x19b)](_0x56d14f(0x242))['me'],_0x43fc69=[];if(_0x56d14f(0x175)!==this[_0x56d14f(0x144)]){for(const {suggestion:_0x81705f,meta:_0x11ba35}of this[_0x56d14f(0x19e)](_0x232036,_0x56d14f(0x276)))_0x11ba35[_0x56d14f(0x24e)]&&!_0x11ba35[_0x56d14f(0x1d9)]&&_0x43fc69[_0x56d14f(0x147)](..._0x81705f[_0x56d14f(0x210)]());}const _0x3686de=function(_0x716e8d,_0x2b7ef5){const _0x55119b=_0x56d14f,_0x1eb37d=[];for(const _0x4f0e08 of _0x2b7ef5){const _0x2bb8ce=_0x716e8d[_0x55119b(0x18c)](_0x4f0e08);_0x2bb8ce&&_0x1eb37d[_0x55119b(0x147)](_0x2bb8ce);}return _0x1eb37d;}(_0x232036,_0x43fc69),_0x5d916e=function(_0x307d9c,_0x2e1d90){const _0x3fe6ad=_0x56d14f,_0x4d4c01=[_0x307d9c];for(const _0x57a70e of _0x2e1d90){let _0x1fdf6e=0x0;for(;_0x1fdf6e<_0x4d4c01[_0x3fe6ad(0x1a6)];){const _0x41e70f=_0x4d4c01[_0x1fdf6e][_0x3fe6ad(0x2c5)](_0x57a70e);_0x4d4c01[_0x3fe6ad(0x17e)](_0x1fdf6e,0x1,..._0x41e70f),_0x1fdf6e+=_0x41e70f[_0x3fe6ad(0x1a6)];}}return _0x4d4c01;}(_0x232036,_0x43fc69);_0x3686de[_0x56d14f(0x1a6)]&&this[_0x56d14f(0x2df)][_0x56d14f(0x1a5)](()=>{const _0x27ddf4=_0x56d14f;for(const _0x3c4229 of _0x3686de){const _0x2e419e=this[_0x27ddf4(0x290)][_0x27ddf4(0x1fd)](_0x27ddf4(0x1cb),_0x4f36e6,_0x27ddf4(0x163));this[_0x27ddf4(0x213)](()=>_0x2e419e([_0x3c4229],_0x527ca4,_0xf78ad0));}});for(const _0x53a9ff of _0x5d916e){let _0x3698ab=null,_0x96eab6=_0x53a9ff[_0x56d14f(0x275)],_0x40542a=_0x53a9ff[_0x56d14f(0x296)];for(const {suggestion:_0x4f10db,meta:_0x17138c}of this[_0x56d14f(0x19e)](_0x53a9ff,_0x56d14f(0x1cb))){if(!_0x17138c[_0x56d14f(0x24e)])continue;if(_0x4f10db[_0x56d14f(0x261)]!=_0x4f36e6)continue;if(!Pt(_0x4f10db,_0xf78ad0))continue;const _0x5d4445=_0x4f10db[_0x56d14f(0x2ac)]();if(_0x5d4445[_0x56d14f(0x1b8)](_0x53a9ff,!0x0))return null;_0x96eab6=_0x96eab6[_0x56d14f(0x1aa)](_0x5d4445[_0x56d14f(0x275)])?_0x96eab6:_0x5d4445[_0x56d14f(0x275)],_0x40542a=_0x40542a[_0x56d14f(0x23e)](_0x5d4445[_0x56d14f(0x296)])?_0x40542a:_0x5d4445[_0x56d14f(0x296)],_0x3698ab?_0x5d4445[_0x56d14f(0x275)][_0x56d14f(0x1aa)](_0x3698ab[_0x56d14f(0x2ac)]()[_0x56d14f(0x275)])?(_0x3698ab[_0x56d14f(0x22f)](),_0x3698ab=_0x4f10db):_0x4f10db[_0x56d14f(0x22f)]():_0x3698ab=_0x4f10db;}const _0x50c832=this[_0x56d14f(0x2df)][_0x56d14f(0x162)](_0x96eab6,_0x40542a);if(_0x3698ab)this[_0x56d14f(0x22c)](_0x3698ab,_0x50c832);else{const _0x3e00e8=_0x49693f(),_0x262229=_0x126783['id'];this[_0x56d14f(0x202)]({'id':_0x3e00e8,'type':_0x56d14f(0x15a)+_0x4f36e6,'data':_0x527ca4,'createdAt':new Date(),'authorId':_0x262229,'attributes':_0xf78ad0}),this[_0x56d14f(0x2d4)](_0x56d14f(0x15a)+_0x4f36e6,_0x3e00e8,_0x262229,_0x50c832);}}return null;}[_0x1b1bb8(0x207)](_0x586f45,_0x226819,_0x527ef9=[],_0xfccc5d=null,_0x41e4a1={}){const _0x297a4a=_0x1b1bb8;_0x226819[_0x297a4a(0x277)]||(_0x226819[_0x297a4a(0x277)]=_0x226819[_0x297a4a(0x2ee)]),_0x226819[_0x297a4a(0x238)]=_0x586f45['is'](_0x297a4a(0x208)),_0xfccc5d=_0xfccc5d||Et(_0x226819);const _0x4bacea=_0x527ef9[_0x297a4a(0x1c3)](_0x3dcd8f=>Ot(_0x3dcd8f,this[_0x297a4a(0x2df)])),_0x5b1c47=_0x586f45['is'](_0x297a4a(0x208))?_0x586f45:Ot(_0x586f45,this[_0x297a4a(0x2df)]);if(_0x297a4a(0x164)===this[_0x297a4a(0x144)]){const _0x3efd13=this[_0x297a4a(0x290)][_0x297a4a(0x1fd)](_0x297a4a(0x241),_0xfccc5d,_0x297a4a(0x163));return this[_0x297a4a(0x213)](()=>_0x3efd13([_0x5b1c47],_0x226819,_0x41e4a1)),null;}_0x4bacea[_0x297a4a(0x147)](_0x5b1c47);let _0x2895f0=!0x0;for(const _0x3c23fd of _0x4bacea)if(!this[_0x297a4a(0x1ea)](_0x3c23fd)){_0x2895f0=!0x1;break;}if(_0x2895f0&&_0x297a4a(0x175)!==this[_0x297a4a(0x144)]){const _0xc779d0=this[_0x297a4a(0x290)][_0x297a4a(0x1fd)](_0x297a4a(0x241),_0xfccc5d,_0x297a4a(0x163));return this[_0x297a4a(0x213)](()=>_0xc779d0([_0x5b1c47],_0x226819,_0x41e4a1)),null;}let _0x260cde=null,_0x28135e=_0x5b1c47[_0x297a4a(0x275)],_0x5ac7e0=_0x5b1c47[_0x297a4a(0x296)];for(const {suggestion:_0x1c970e,meta:_0x5462e5}of this[_0x297a4a(0x19e)](_0x5b1c47,_0x297a4a(0x241))){if(!_0x5462e5[_0x297a4a(0x24e)])continue;if(_0x5462e5[_0x297a4a(0x26d)]||_0x5462e5[_0x297a4a(0x1c1)]||_0x5462e5[_0x297a4a(0x1d9)])continue;if(_0x1c970e[_0x297a4a(0x29e)][_0x297a4a(0x277)]!=_0x226819[_0x297a4a(0x277)])continue;if(!Pt(_0x1c970e,_0x41e4a1))continue;const _0x38a772=_0x1c970e[_0x297a4a(0x2ac)]();if(_0x1c970e[_0x297a4a(0x261)]==_0xfccc5d){if(_0x38a772[_0x297a4a(0x1b8)](_0x5b1c47,!0x0))return null;_0x28135e=_0x28135e[_0x297a4a(0x1aa)](_0x38a772[_0x297a4a(0x275)])?_0x28135e:_0x38a772[_0x297a4a(0x275)],_0x5ac7e0=_0x5ac7e0[_0x297a4a(0x23e)](_0x38a772[_0x297a4a(0x296)])?_0x5ac7e0:_0x38a772[_0x297a4a(0x296)],_0x260cde?_0x38a772[_0x297a4a(0x275)][_0x297a4a(0x1aa)](_0x260cde[_0x297a4a(0x2ac)]()[_0x297a4a(0x275)])?(_0x260cde[_0x297a4a(0x22f)](),_0x260cde=_0x1c970e):_0x1c970e[_0x297a4a(0x22f)]():_0x260cde=_0x1c970e;}else{const _0x164c05=_0x5b1c47[_0x297a4a(0x18c)](_0x38a772);this[_0x297a4a(0x1f3)](_0x1c970e,_0x164c05);}}const _0x561b75=this[_0x297a4a(0x29a)][_0x297a4a(0x1ee)][_0x297a4a(0x19b)](_0x297a4a(0x242))['me'],_0x595f46=_0x49693f(),_0x59e80f=_0x561b75['id'];if(_0x260cde)return this[_0x297a4a(0x22c)](_0x260cde,this[_0x297a4a(0x2df)][_0x297a4a(0x162)](_0x28135e,_0x5ac7e0)),_0x260cde;{const _0x23f2ad=this[_0x297a4a(0x202)]({'id':_0x595f46,'type':_0x297a4a(0x1dd)+_0xfccc5d,'data':_0x226819,'createdAt':new Date(),'authorId':_0x59e80f,'attributes':_0x41e4a1});return this[_0x297a4a(0x2d4)](_0x297a4a(0x1dd)+_0xfccc5d,_0x595f46,_0x59e80f,this[_0x297a4a(0x2df)][_0x297a4a(0x162)](_0x28135e,_0x5ac7e0)),_0x23f2ad;}}[_0x1b1bb8(0x16f)](_0x596ef3,_0x124709,_0x29375c=[],_0x556051=null,_0x5b2f44={}){const _0x9f1234=_0x1b1bb8;_0x124709[_0x9f1234(0x277)]||(_0x124709[_0x9f1234(0x277)]=_0x124709[_0x9f1234(0x2ee)]);const _0x161e43=_0x596ef3[0x0];_0x124709[_0x9f1234(0x238)]=_0x161e43['is'](_0x9f1234(0x208)),_0x556051=_0x556051||Et(_0x124709);const _0x520b6e=_0x29375c[_0x9f1234(0x1c3)](_0x44515f=>Ot(_0x44515f,this[_0x9f1234(0x2df)])),_0x5a4f69=_0x161e43['is'](_0x9f1234(0x208))?_0x596ef3:_0x596ef3[_0x9f1234(0x1c3)](_0x25edd0=>Ot(_0x25edd0,this[_0x9f1234(0x2df)]));if(_0x9f1234(0x164)===this[_0x9f1234(0x144)]){const _0x4cf8b5=this[_0x9f1234(0x290)][_0x9f1234(0x1fd)](_0x9f1234(0x241),_0x556051,_0x9f1234(0x163));return this[_0x9f1234(0x213)](()=>_0x4cf8b5(_0x5a4f69,_0x124709,_0x5b2f44)),null;}_0x520b6e[_0x9f1234(0x147)](..._0x5a4f69);let _0x383296=!0x0;for(const _0x261a5b of _0x520b6e)if(!this[_0x9f1234(0x1ea)](_0x261a5b)){_0x383296=!0x1;break;}if(_0x383296&&_0x9f1234(0x175)!==this[_0x9f1234(0x144)]){const _0x47fe33=this[_0x9f1234(0x290)][_0x9f1234(0x1fd)](_0x9f1234(0x241),_0x556051,_0x9f1234(0x163));return this[_0x9f1234(0x213)](()=>_0x47fe33(_0x5a4f69,_0x124709,_0x5b2f44)),null;}const _0x31831a=this[_0x9f1234(0x29a)][_0x9f1234(0x1ee)][_0x9f1234(0x19b)](_0x9f1234(0x242))['me'];for(const _0x17343c of this[_0x9f1234(0x295)]()){if(_0x17343c[_0x9f1234(0x22d)]['id']!=_0x31831a['id'])continue;if(_0x9f1234(0x241)!=_0x17343c[_0x9f1234(0x2cd)]||_0x17343c[_0x9f1234(0x29e)][_0x9f1234(0x277)]!=_0x124709[_0x9f1234(0x277)])continue;if(!Pt(_0x17343c,_0x5b2f44))continue;const _0x1fff48=_0x17343c[_0x9f1234(0x261)]==_0x556051;for(let _0x2ef158=0x0;_0x2ef158<_0x5a4f69[_0x9f1234(0x1a6)];_0x2ef158++){const _0x37dc76=_0x5a4f69[_0x2ef158];for(const _0xd942ac of _0x17343c[_0x9f1234(0x234)]()){const _0x1b04e3=_0xd942ac[_0x9f1234(0x299)]();if(_0x37dc76[_0x9f1234(0x1e8)](_0x1b04e3)){_0x1fff48?(_0x5a4f69[_0x9f1234(0x17e)](_0x2ef158,0x1),_0x2ef158--):_0x17343c[_0x9f1234(0x1c9)](_0xd942ac[_0x9f1234(0x1e7)]);break;}}}}if(0x0==_0x5a4f69[_0x9f1234(0x1a6)])return null;const _0x56624b=this[_0x9f1234(0x290)][_0x9f1234(0x1fd)](_0x9f1234(0x241),_0x556051,_0x9f1234(0x2b9));for(const _0x1f6ad0 of this[_0x9f1234(0x295)]())if(_0x1f6ad0[_0x9f1234(0x22d)]['id']==_0x31831a['id']&&_0x9f1234(0x241)==_0x1f6ad0[_0x9f1234(0x2cd)]&&_0x1f6ad0[_0x9f1234(0x29e)][_0x9f1234(0x277)]==_0x124709[_0x9f1234(0x277)]&&_0x1f6ad0[_0x9f1234(0x261)]==_0x556051&&Pt(_0x1f6ad0,_0x5b2f44)&&(_0x56624b(_0x1f6ad0[_0x9f1234(0x210)](),_0x5a4f69)||_0x56624b(_0x5a4f69,_0x1f6ad0[_0x9f1234(0x210)]()))){for(const _0x223041 of _0x5a4f69)_0x1f6ad0[_0x9f1234(0x1ed)](_0x223041);return _0x1f6ad0;}const _0x552f78=_0x49693f(),_0x41058a=_0x31831a['id'],_0x4755d0=_0x9f1234(0x1dd)+_0x556051,_0x19c82d=this[_0x9f1234(0x202)]({'id':_0x552f78,'type':_0x4755d0,'data':_0x124709,'createdAt':new Date(),'authorId':_0x41058a,'attributes':_0x5b2f44});for(const _0x2c6ba0 of _0x5a4f69)this[_0x9f1234(0x2d4)](_0x4755d0,_0x552f78,_0x41058a,_0x2c6ba0,_0x1ed93a[_0x9f1234(0x260)]());return _0x19c82d;}[_0x1b1bb8(0x195)](_0x4a9c1b,_0x1b875f=null,_0x6a9826={}){const _0x3b1d2f=_0x1b1bb8;if(_0x4a9c1b[_0x3b1d2f(0x1fb)])return null;const _0x3a3fec=this[_0x3b1d2f(0x29a)][_0x3b1d2f(0x1ee)][_0x3b1d2f(0x19b)](_0x3b1d2f(0x242))['me'],_0x1045ff=new _0x3e40c7(_0x4a9c1b[_0x3b1d2f(0x275)],_0x4a9c1b[_0x3b1d2f(0x296)]);for(const {suggestion:_0x1bfe30,meta:_0x47932b}of this[_0x3b1d2f(0x19e)](_0x1045ff,_0x3b1d2f(0x276)))if(_0x47932b[_0x3b1d2f(0x24e)]&&!_0x47932b[_0x3b1d2f(0x26d)]){if(_0x1bfe30[_0x3b1d2f(0x2a4)]){const _0x45d7de=_0x1bfe30[_0x3b1d2f(0x210)]()[_0x3b1d2f(0x1b0)](_0x512bd4=>_0x3b1d2f(0x21c)!=_0x512bd4[_0x3b1d2f(0x220)][_0x3b1d2f(0x1cc)]);_0x45d7de[_0x3b1d2f(0x27e)](_0x5a0ca9=>_0x1045ff[_0x3b1d2f(0x1b8)](_0x5a0ca9,!0x0))&&_0x1bfe30[_0x3b1d2f(0x255)]();if(_0x45d7de[_0x3b1d2f(0x23f)](_0x17ba06=>_0x17ba06[_0x3b1d2f(0x1b8)](_0x1045ff,!0x0))){const _0x27e675=this[_0x3b1d2f(0x290)][_0x3b1d2f(0x1fd)](_0x3b1d2f(0x192),_0x1b875f,_0x3b1d2f(0x163));return this[_0x3b1d2f(0x213)](()=>_0x27e675([_0x1045ff],null,_0x6a9826)),null;}}else{const _0x18685a=_0x1045ff[_0x3b1d2f(0x18c)](_0x1bfe30[_0x3b1d2f(0x2ac)]());null!==_0x18685a&&_0x1bfe30[_0x3b1d2f(0x187)]([_0x18685a],null,_0x6a9826);}}if(_0x1045ff[_0x3b1d2f(0x154)](),_0x1045ff[_0x3b1d2f(0x1fb)]||_0x3b1d2f(0x21c)==_0x1045ff[_0x3b1d2f(0x220)][_0x3b1d2f(0x1cc)])return null;let _0x17cd1e=null,_0xc5fd8e=_0x1045ff[_0x3b1d2f(0x275)],_0x2697e8=_0x1045ff[_0x3b1d2f(0x296)];const _0x341de6=this[_0x3b1d2f(0x19e)](_0x1045ff,_0x3b1d2f(0x192));for(const {suggestion:_0x28ec86,meta:_0x3a61d8}of _0x341de6){const _0x48901b=this[_0x3b1d2f(0x2df)][_0x3b1d2f(0x162)](_0xc5fd8e,_0x2697e8);if(_0x3a61d8[_0x3b1d2f(0x24e)]&&(this[_0x3b1d2f(0x219)]||!_0x3a61d8[_0x3b1d2f(0x1c1)]&&!_0x3a61d8[_0x3b1d2f(0x1d9)])){if(_0x28ec86[_0x3b1d2f(0x2a4)]){if(!Pt(_0x28ec86,_0x6a9826))continue;let _0x50c0c5=!0x0;for(const _0x18ff07 of _0x28ec86[_0x3b1d2f(0x210)]()){if(_0x18ff07[_0x3b1d2f(0x1b8)](_0x48901b,!0x0))return _0x28ec86;_0x48901b[_0x3b1d2f(0x1b8)](_0x18ff07)||(_0x50c0c5=!0x1);}_0x50c0c5&&_0x28ec86[_0x3b1d2f(0x255)]();}else{const _0x259046=_0x28ec86[_0x3b1d2f(0x2ac)]();if(_0x259046[_0x3b1d2f(0x1b8)](_0x48901b,!0x0))return _0x28ec86;if(!Pt(_0x28ec86,_0x6a9826)){_0x48901b[_0x3b1d2f(0x1b8)](_0x259046)?_0x28ec86[_0x3b1d2f(0x22f)]():_0x259046[_0x3b1d2f(0x2a7)](_0xc5fd8e)?_0xc5fd8e=_0x259046[_0x3b1d2f(0x296)]:_0x259046[_0x3b1d2f(0x2a7)](_0x2697e8)&&(_0x2697e8=_0x259046[_0x3b1d2f(0x275)]);continue;}_0xc5fd8e=_0xc5fd8e[_0x3b1d2f(0x1aa)](_0x259046[_0x3b1d2f(0x275)])?_0xc5fd8e:_0x259046[_0x3b1d2f(0x275)],_0x2697e8=_0x2697e8[_0x3b1d2f(0x23e)](_0x259046[_0x3b1d2f(0x296)])?_0x2697e8:_0x259046[_0x3b1d2f(0x296)],_0x6a9826=Object[_0x3b1d2f(0x25e)]({},_0x28ec86[_0x3b1d2f(0x24d)]),_0x17cd1e?_0x259046[_0x3b1d2f(0x275)][_0x3b1d2f(0x1aa)](_0x17cd1e[_0x3b1d2f(0x2ac)]()[_0x3b1d2f(0x275)])?(_0x17cd1e[_0x3b1d2f(0x22f)](),_0x17cd1e=_0x28ec86):_0x28ec86[_0x3b1d2f(0x22f)]():_0x17cd1e=_0x28ec86;}}}if(_0x17cd1e)return this[_0x3b1d2f(0x22c)](_0x17cd1e,this[_0x3b1d2f(0x2df)][_0x3b1d2f(0x162)](_0xc5fd8e,_0x2697e8)),_0x17cd1e;{const _0xfed3bc=_0x49693f(),_0x17b31f=this[_0x3b1d2f(0x2df)][_0x3b1d2f(0x162)](_0xc5fd8e,_0x2697e8),_0x241940=_0x3a3fec['id'],_0x13611e=_0x1b875f?_0x3b1d2f(0x143)+_0x1b875f:_0x3b1d2f(0x192),_0x1dd32a=this[_0x3b1d2f(0x202)]({'id':_0xfed3bc,'type':_0x13611e,'createdAt':new Date(),'authorId':_0x241940,'attributes':_0x6a9826});return this[_0x3b1d2f(0x2d4)](_0x13611e,_0xfed3bc,_0x241940,_0x17b31f),_0x1dd32a;}}[_0x1b1bb8(0x176)](_0xe892a2,_0x23e100=_0x1b1bb8(0x158),_0x5051fe={}){const _0x11dfbd=_0x1b1bb8,_0x57b483=this[_0x11dfbd(0x29a)][_0x11dfbd(0x1ee)][_0x11dfbd(0x19b)](_0x11dfbd(0x242))['me'],_0x13b552=_0xe892a2[_0x11dfbd(0x1c3)](_0x17672d=>new _0x3e40c7(_0x17672d[_0x11dfbd(0x275)],_0x17672d[_0x11dfbd(0x296)])),_0x9e6002=new Set();for(const {suggestion:_0x203ca1,meta:_0x4b0a49}of this[_0x11dfbd(0x19e)](_0x13b552,_0x11dfbd(0x276)))_0x4b0a49[_0x11dfbd(0x24e)]&&!_0x4b0a49[_0x11dfbd(0x26d)]&&_0x9e6002[_0x11dfbd(0x231)](_0x203ca1);for(const _0x2e9cd3 of _0x9e6002)if(_0x2e9cd3[_0x11dfbd(0x2a4)]){const _0x1f02f1=_0x2e9cd3[_0x11dfbd(0x210)]();(!_0x2e9cd3[_0x11dfbd(0x24d)]||!_0x2e9cd3[_0x11dfbd(0x24d)][_0x11dfbd(0x16c)])&&(_0x1f02f1[_0x11dfbd(0x27e)](_0x94400e=>_0x13b552[_0x11dfbd(0x23f)](_0x3d2c02=>_0x3d2c02[_0x11dfbd(0x1b8)](_0x94400e,!0x0)))&&_0x2e9cd3[_0x11dfbd(0x255)]());if(_0x13b552[_0x11dfbd(0x27e)](_0x647fcb=>_0x1f02f1[_0x11dfbd(0x23f)](_0x1f920c=>_0x1f920c[_0x11dfbd(0x1b8)](_0x647fcb,!0x0)))){const _0x4eb7a8=this[_0x11dfbd(0x290)][_0x11dfbd(0x1fd)](_0x11dfbd(0x192),_0x23e100,_0x11dfbd(0x163));return this[_0x11dfbd(0x213)](()=>_0x4eb7a8(_0xe892a2,null,_0x5051fe)),null;}}else{const _0x3320f6=_0x2e9cd3[_0x11dfbd(0x2ac)]();_0x13b552[_0x11dfbd(0x23f)](_0x591f91=>_0x591f91[_0x11dfbd(0x1b8)](_0x3320f6,!0x0))&&_0x2e9cd3[_0x11dfbd(0x255)]();if(_0x13b552[_0x11dfbd(0x27e)](_0x6d3812=>_0x3320f6[_0x11dfbd(0x1b8)](_0x6d3812,!0x0))){const _0x3cf534=this[_0x11dfbd(0x290)][_0x11dfbd(0x1fd)](_0x11dfbd(0x192),_0x23e100,_0x11dfbd(0x163));return this[_0x11dfbd(0x213)](()=>_0x3cf534(_0x13b552,null,_0x5051fe)),null;}}const _0x364ce4=this[_0x11dfbd(0x290)][_0x11dfbd(0x1fd)](_0x11dfbd(0x192),_0x23e100,_0x11dfbd(0x2b9));let _0x600ba5=null;for(const _0x5a013a of this[_0x11dfbd(0x295)]())if(_0x5a013a[_0x11dfbd(0x22d)]['id']==_0x57b483['id']&&_0x5a013a[_0x11dfbd(0x1e4)]&&_0x11dfbd(0x192)==_0x5a013a[_0x11dfbd(0x2cd)]&&_0x5a013a[_0x11dfbd(0x261)]==_0x23e100&&Pt(_0x5a013a,_0x5051fe)&&(_0x364ce4(_0x5a013a[_0x11dfbd(0x210)](),_0x13b552)||_0x364ce4(_0x13b552,_0x5a013a[_0x11dfbd(0x210)]()))){if(_0x600ba5){if(_0x5a013a[_0x11dfbd(0x200)]&&_0x5a013a[_0x11dfbd(0x200)][_0x11dfbd(0x1a6)])continue;for(const _0x476074 of _0x5a013a[_0x11dfbd(0x210)]())_0x600ba5[_0x11dfbd(0x17a)](_0x476074)||_0x600ba5[_0x11dfbd(0x1ed)](_0x476074);_0x5a013a[_0x11dfbd(0x22f)]();}else{_0x600ba5=_0x5a013a;for(const _0x500a31 of _0x13b552)_0x5a013a[_0x11dfbd(0x17a)](_0x500a31)||_0x5a013a[_0x11dfbd(0x1ed)](_0x500a31);}}if(_0x600ba5)return _0x600ba5;_0x9e6002[_0x11dfbd(0x24c)]();for(const {suggestion:_0x5ad9e6,meta:_0x988595}of this[_0x11dfbd(0x19e)](_0x13b552,_0x11dfbd(0x192)))_0x988595[_0x11dfbd(0x24e)]&&(this[_0x11dfbd(0x219)]||!_0x988595[_0x11dfbd(0x1c1)]&&!_0x988595[_0x11dfbd(0x1d9)])&&Pt(_0x5ad9e6,_0x5051fe)&&_0x9e6002[_0x11dfbd(0x231)](_0x5ad9e6);for(const _0x48bfb0 of _0x9e6002){const _0x4144af=_0x48bfb0[_0x11dfbd(0x210)]();if(!_0x5051fe||!_0x5051fe[_0x11dfbd(0x16c)]){if(_0x13b552[_0x11dfbd(0x27e)](_0x3af6ad=>_0x4144af[_0x11dfbd(0x23f)](_0x2417ee=>_0x2417ee[_0x11dfbd(0x1b8)](_0x3af6ad,!0x0))))return _0x48bfb0;}(!_0x48bfb0[_0x11dfbd(0x24d)]||!_0x48bfb0[_0x11dfbd(0x24d)][_0x11dfbd(0x16c)])&&(_0x4144af[_0x11dfbd(0x27e)](_0x3bc456=>_0x13b552[_0x11dfbd(0x23f)](_0x2d4df9=>_0x2d4df9[_0x11dfbd(0x1b8)](_0x3bc456,!0x0)))&&_0x48bfb0[_0x11dfbd(0x255)]());}const _0x25df49=_0x49693f(),_0x295e60=_0x57b483['id'],_0x51dce1=_0x11dfbd(0x143)+_0x23e100,_0x435f8a=this[_0x11dfbd(0x202)]({'id':_0x25df49,'type':_0x51dce1,'createdAt':new Date(),'authorId':_0x295e60,'attributes':_0x5051fe});for(const _0x46fa6c of _0x13b552)_0x46fa6c[_0x11dfbd(0x154)](),_0x46fa6c[_0x11dfbd(0x1fb)]||_0x11dfbd(0x21c)==_0x46fa6c[_0x11dfbd(0x220)][_0x11dfbd(0x1cc)]||this[_0x11dfbd(0x2d4)](_0x51dce1,_0x25df49,_0x295e60,_0x46fa6c,_0x1ed93a[_0x11dfbd(0x260)]());return _0x435f8a;}[_0x1b1bb8(0x227)](_0x176746,_0x585b62,_0x455f57,_0x8fbd84,_0x460b9a){const _0x4234ac=_0x1b1bb8;if(_0x176746[_0x4234ac(0x1fb)])return[];if(_0x4234ac(0x164)===this[_0x4234ac(0x144)])return[];const _0x1e3e03=this[_0x4234ac(0x29a)][_0x4234ac(0x1ee)][_0x4234ac(0x19b)](_0x4234ac(0x242))['me']['id'],_0x249182=Array[_0x4234ac(0x217)](this[_0x4234ac(0x1bc)][_0x4234ac(0x223)]())[_0x4234ac(0x1b0)](_0x32bb12=>_0x4234ac(0x2d2)==_0x32bb12[_0x4234ac(0x2cd)]&&_0x32bb12[_0x4234ac(0x29e)][_0x4234ac(0x1bd)]==_0x585b62&&_0x32bb12[_0x4234ac(0x17a)](_0x176746));if(_0x4234ac(0x2cb)===this[_0x4234ac(0x144)]){const _0x2afc=this[_0x4234ac(0x19e)](_0x176746,_0x4234ac(0x276))[_0x4234ac(0x1b0)](({meta:_0x40ce5f})=>_0x40ce5f[_0x4234ac(0x24e)]&&!_0x40ce5f[_0x4234ac(0x1d9)]&&!_0x40ce5f[_0x4234ac(0x26d)])[_0x4234ac(0x1c3)](({suggestion:_0x1301bc})=>_0x1301bc);_0x249182[_0x4234ac(0x2de)](..._0x2afc);}const _0x100cfc=new Map([[_0x176746,_0x455f57]]);for(const _0x4aecbb of _0x249182){const _0x1f7b29=_0x4234ac(0x2d2)==_0x4aecbb[_0x4234ac(0x2cd)]?_0x4aecbb[_0x4234ac(0x29e)][_0x4234ac(0x252)]:void 0x0,_0x3ddb77=_0x4aecbb[_0x4234ac(0x2ac)](),_0x4ae50a=Array[_0x4234ac(0x217)](_0x100cfc[_0x4234ac(0x183)]())[_0x4234ac(0x212)](_0x34aca9=>_0x34aca9[_0x4234ac(0x20d)](_0x3ddb77));if(!_0x4ae50a)continue;const _0x1a54ac=_0x4ae50a[_0x4234ac(0x2c5)](_0x3ddb77);this[_0x4234ac(0x271)](_0x585b62)&&_0x4234ac(0x276)==_0x4aecbb[_0x4234ac(0x2cd)]&&0x0!=_0x1a54ac[_0x4234ac(0x1a6)]||(_0x100cfc[_0x4234ac(0x243)](_0x4ae50a),_0x1a54ac[_0x4234ac(0x1d6)](_0x50e900=>{const _0x277e0d=_0x4234ac;_0x100cfc[_0x277e0d(0x272)](_0x50e900,_0x455f57);}),_0x4234ac(0x276)!=_0x4aecbb[_0x4234ac(0x2cd)]&&_0x1f7b29!=_0x8fbd84&&_0x100cfc[_0x4234ac(0x272)](_0x4ae50a[_0x4234ac(0x18c)](_0x3ddb77),_0x1f7b29));}const _0x316134=[];for(const [_0x35f487,_0xe7bac1]of _0x100cfc){const _0x8bf2c5=_0x49693f(),_0x2973d9={'key':_0x585b62,'oldValue':_0xe7bac1,'newValue':_0x8fbd84};_0x585b62[_0x4234ac(0x1a6)]>0x25&&console[_0x4234ac(0x17c)](_0x4234ac(0x16a),{'key':_0x585b62});const _0x1b57c0=(_0x4234ac(0x2b2)+(_0x585b62+'|'+Et({'newValue':_0x8fbd84})))[_0x4234ac(0x259)](0x0,0x3c),_0x10211d=this[_0x4234ac(0x202)]({'id':_0x8bf2c5,'type':_0x1b57c0,'data':_0x2973d9,'createdAt':new Date(),'authorId':_0x1e3e03,'attributes':_0x460b9a});_0x316134[_0x4234ac(0x147)](_0x10211d),this[_0x4234ac(0x2d4)](_0x1b57c0,_0x8bf2c5,_0x1e3e03,_0x35f487);}return _0x316134;}[_0x1b1bb8(0x1c4)](_0x1a52b4){const _0xf3e766=_0x1b1bb8;this[_0xf3e766(0x2e7)][_0xf3e766(0x231)](_0x1a52b4);}[_0x1b1bb8(0x2e0)](_0x277d32){const _0x198b8d=_0x1b1bb8;this[_0x198b8d(0x16d)][_0x198b8d(0x231)](_0x277d32);}[_0x1b1bb8(0x245)](_0x49d38d,_0x37aaa8=[],_0x34ed29=[]){const _0x460c51=_0x1b1bb8;this[_0x460c51(0x225)](_0x49d38d,(_0x2d9d1f,..._0x310c29)=>{const _0x28d64a=_0x460c51;this[_0x28d64a(0x2d9)](()=>{_0x2d9d1f(..._0x310c29);});});for(const _0x304486 of _0x37aaa8)this[_0x460c51(0x2e0)](_0x304486);for(const _0x4a546d of _0x34ed29)this[_0x460c51(0x1c4)](_0x4a546d);}[_0x1b1bb8(0x156)](_0x3b8bf7){const _0x508a3b=_0x1b1bb8;return _0x508a3b(0x2d2)==_0x3b8bf7[_0x508a3b(0x2cd)]?_0x3b8bf7[_0x508a3b(0x261)][_0x508a3b(0x2e1)]('|')[0x0]:null;}[_0x1b1bb8(0x22c)](_0x25a231,_0x1032c6){const _0x2dbf1c=_0x1b1bb8,_0xcb500b=_0x25a231[_0x2dbf1c(0x174)]();this[_0x2dbf1c(0x2df)][_0x2dbf1c(0x1a5)](_0xecfb21=>{const _0x3b216c=_0x2dbf1c;_0xecfb21[_0x3b216c(0x17b)](_0xcb500b,{'range':_0x1032c6});});}[_0x1b1bb8(0x2a0)](_0x43afc1){const _0x37f697=_0x1b1bb8,_0x4125b5=_0x43afc1['id'],_0x3ffb9c=this[_0x37f697(0x29a)][_0x37f697(0x2c8)][_0x37f697(0x19b)](_0x37f697(0x1c0));this[_0x37f697(0x2e4)][_0x37f697(0x13e)](_0x4125b5)||this[_0x37f697(0x2e4)][_0x37f697(0x268)]({'channelId':_0x3ffb9c,'threadId':_0x4125b5,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x423b8d=this[_0x37f697(0x2e4)][_0x37f697(0x297)](_0x4125b5);_0x423b8d[_0x37f697(0x1d8)](_0x37f697(0x155)),_0x423b8d[_0x37f697(0x155)]=!0x1,_0x43afc1[_0x37f697(0x200)]=_0x423b8d;}[_0x1b1bb8(0x1f7)](_0x4c754f,_0x25838b,_0x3cb86e,_0x361623){const _0x5e8377=_0x1b1bb8;if(_0x4c754f[_0x5e8377(0x2cd)]!=_0x25838b||_0x4c754f[_0x5e8377(0x261)]!=_0x3cb86e||_0x4c754f[_0x5e8377(0x1f8)]['id']!=_0x361623)throw this[_0x5e8377(0x29a)][_0x5e8377(0x29c)](_0x5e8377(0x258)),new _0x5a9c18(_0x5e8377(0x258),this);}[_0x1b1bb8(0x1f3)](_0xd54b4,_0x47c0d4){const _0x5d1d3b=_0x1b1bb8,_0x114573=_0xd54b4[_0x5d1d3b(0x2ac)]();if(_0x47c0d4[_0x5d1d3b(0x1e8)](_0x114573))_0xd54b4[_0x5d1d3b(0x22f)]();else{if(_0x114573[_0x5d1d3b(0x1b8)](_0x47c0d4)){const _0x237102=this[_0x5d1d3b(0x2df)][_0x5d1d3b(0x29f)](_0x47c0d4[_0x5d1d3b(0x275)][_0x5d1d3b(0x1c2)],_0x5d1d3b(0x296));this[_0x5d1d3b(0x22c)](_0xd54b4,this[_0x5d1d3b(0x2df)][_0x5d1d3b(0x162)](_0x114573[_0x5d1d3b(0x275)],_0x237102));const _0x56aa6b=_0x49693f(),_0x59ba8f=_0xd54b4[_0x5d1d3b(0x1f8)]['id'],_0x138bcc=_0xd54b4[_0x5d1d3b(0x2cd)]+':'+_0xd54b4[_0x5d1d3b(0x261)];this[_0x5d1d3b(0x202)]({'id':_0x56aa6b,'type':_0x138bcc,'createdAt':new Date(),'authorId':_0x59ba8f,'data':_0xd54b4[_0x5d1d3b(0x29e)],'attributes':_0xd54b4[_0x5d1d3b(0x24d)]});const _0x3b469d=this[_0x5d1d3b(0x2df)][_0x5d1d3b(0x29f)](_0x47c0d4[_0x5d1d3b(0x296)][_0x5d1d3b(0x20e)],_0x5d1d3b(0x201)),_0x1b076a=this[_0x5d1d3b(0x2df)][_0x5d1d3b(0x162)](_0x3b469d,_0x114573[_0x5d1d3b(0x296)]);this[_0x5d1d3b(0x2d4)](_0x138bcc,_0x56aa6b,_0x59ba8f,_0x1b076a);}else{if(_0x114573[_0x5d1d3b(0x2a7)](_0x47c0d4[_0x5d1d3b(0x275)])){const _0x53ad2d=this[_0x5d1d3b(0x2df)][_0x5d1d3b(0x29f)](_0x47c0d4[_0x5d1d3b(0x275)][_0x5d1d3b(0x1c2)],_0x5d1d3b(0x296));this[_0x5d1d3b(0x22c)](_0xd54b4,this[_0x5d1d3b(0x2df)][_0x5d1d3b(0x162)](_0x114573[_0x5d1d3b(0x275)],_0x53ad2d));}else{const _0x28b9eb=this[_0x5d1d3b(0x2df)][_0x5d1d3b(0x29f)](_0x47c0d4[_0x5d1d3b(0x296)][_0x5d1d3b(0x20e)],_0x5d1d3b(0x201));this[_0x5d1d3b(0x22c)](_0xd54b4,this[_0x5d1d3b(0x2df)][_0x5d1d3b(0x162)](_0x28b9eb,_0x114573[_0x5d1d3b(0x296)]));}}}}[_0x1b1bb8(0x1ea)](_0x2b64bd){const _0x4d9b0f=_0x1b1bb8;for(const {suggestion:_0x21f2c8,meta:_0x4d0dde}of this[_0x4d9b0f(0x19e)](_0x2b64bd,_0x4d9b0f(0x276))){if(!_0x4d0dde[_0x4d9b0f(0x24e)])continue;const _0x14c00d=_0x21f2c8[_0x4d9b0f(0x210)]();for(const _0x5e565e of _0x14c00d)if(!_0x2b64bd[_0x4d9b0f(0x2c5)](_0x5e565e)[_0x4d9b0f(0x1a6)])return!0x0;}return!0x1;}[_0x1b1bb8(0x2ca)](_0x36aa56){const _0x1cd3e9=_0x1b1bb8,_0x5ec746=this[_0x1cd3e9(0x29a)][_0x1cd3e9(0x1ee)][_0x1cd3e9(0x19b)](_0x1cd3e9(0x242))[_0x1cd3e9(0x287)](_0x36aa56);if(!_0x5ec746)throw new _0x5a9c18(_0x1cd3e9(0x1be),this);return _0x5ec746;}[_0x1b1bb8(0x1db)](_0x49b746){const _0x349c9f=_0x1b1bb8,_0x45252d=this[_0x349c9f(0x29a)][_0x349c9f(0x1ee)][_0x349c9f(0x19b)](_0x349c9f(0x242)),_0x837601=_0x12ab12(_0x349c9f(0x1b2)+_0x49b746),_0x34e9ad=_0x45252d[_0x349c9f(0x287)](_0x837601);return _0x34e9ad||_0x45252d[_0x349c9f(0x14d)]({'id':_0x837601,'name':_0x49b746});}[_0x1b1bb8(0x2dc)](_0x5f4a28,_0x3dbd52,_0x1cdf4b,_0x280f39,_0x5343eb){const _0x139741=_0x1b1bb8,_0xa2ee33=this[_0x139741(0x2ca)](_0x280f39),_0x27a534=this[_0x139741(0x290)][_0x139741(0x1ce)](_0x5f4a28,_0x3dbd52,_0x1cdf4b,_0xa2ee33,_0x5343eb,_0x32676e=>{const _0x5a39e1=_0x139741;this[_0x5a39e1(0x1de)](_0x1cdf4b,{'attributes':_0x32676e});const _0x167c17=this[_0x5a39e1(0x2c7)](_0x1cdf4b);this[_0x5a39e1(0x292)](new Set([_0x167c17])),this[_0x5a39e1(0x2ab)](new Set([_0x167c17]));});return this[_0x139741(0x146)](_0x27a534,_0x139741(0x163),()=>{const _0x1924e8=_0x139741;this[_0x1924e8(0x1de)](_0x1cdf4b,{'state':_0x1924e8(0x262)});},{'priority':_0x139741(0x25c)}),this[_0x139741(0x146)](_0x27a534,_0x139741(0x255),()=>{const _0x1ccbc2=_0x139741;this[_0x1ccbc2(0x1de)](_0x1cdf4b,{'state':_0x1ccbc2(0x247)});},{'priority':_0x139741(0x25c)}),this[_0x139741(0x1bc)][_0x139741(0x272)](_0x1cdf4b,_0x27a534),this[_0x139741(0x235)][_0x139741(0x272)](_0x27a534,_0x139741(0x1c7)),_0x27a534;}[_0x1b1bb8(0x232)](_0x3dce6d){const _0x47b54c=_0x1b1bb8,_0x3ef7b1=_0x3dce6d[_0x47b54c(0x2e1)](':');return{'group':_0x3ef7b1[0x0],'type':_0x3ef7b1[0x1],'subType':_0x3ef7b1[_0x47b54c(0x1a6)]>=0x5?_0x3ef7b1[0x2]:null,'id':_0x3ef7b1[_0x47b54c(0x1a6)]<0x5?_0x3ef7b1[0x2]:_0x3ef7b1[0x3],'authorId':_0x3ef7b1[_0x47b54c(0x1a6)]<0x5?_0x3ef7b1[0x3]:_0x3ef7b1[0x4],'markerCount':0x6==_0x3ef7b1[_0x47b54c(0x1a6)]?_0x3ef7b1[0x5]:null};}[_0x1b1bb8(0x263)](_0x1bccc0,_0x1c9bf4,_0x10c52a){const _0xfc539f=_0x1b1bb8,_0x5c663b=_0x1bccc0[_0xfc539f(0x2ac)](),_0x4c704e=_0x5c663b[_0xfc539f(0x275)],_0x346085=_0x5c663b[_0xfc539f(0x296)];this[_0xfc539f(0x22c)](_0x1bccc0,this[_0xfc539f(0x2df)][_0xfc539f(0x162)](_0x4c704e,_0x1c9bf4));const _0x5b50f4=_0x49693f(),_0x8d9c53=_0x1bccc0[_0xfc539f(0x1f8)]['id'],_0xde4528=_0x1bccc0[_0xfc539f(0x2cd)]+(_0x1bccc0[_0xfc539f(0x261)]?':'+_0x1bccc0[_0xfc539f(0x261)]:'');this[_0xfc539f(0x202)]({'id':_0x5b50f4,'type':_0xde4528,'createdAt':new Date(),'authorId':_0x8d9c53,'originalSuggestionId':_0x1bccc0['id'],'attributes':_0x1bccc0[_0xfc539f(0x24d)],'data':_0x1bccc0[_0xfc539f(0x29e)]});const _0x58fa0e=this[_0xfc539f(0x156)](_0x1bccc0);(_0xfc539f(0x241)==_0x1bccc0[_0xfc539f(0x2cd)]||_0x58fa0e&&this[_0xfc539f(0x271)](_0x58fa0e))&&(_0x10c52a=this[_0xfc539f(0x2df)][_0xfc539f(0x1f5)](_0x10c52a[_0xfc539f(0x20e)])),this[_0xfc539f(0x2d4)](_0xde4528,_0x5b50f4,_0x8d9c53,this[_0xfc539f(0x2df)][_0xfc539f(0x162)](_0x10c52a,_0x346085));}[_0x1b1bb8(0x19e)](_0x406bdc,_0x4c3aa4=null){const _0x1d98c6=_0x1b1bb8,_0x62f99c=[],_0x3af810=this[_0x1d98c6(0x29a)][_0x1d98c6(0x1ee)][_0x1d98c6(0x19b)](_0x1d98c6(0x242))['me'];Array[_0x1d98c6(0x211)](_0x406bdc)||(_0x406bdc=[_0x406bdc]);for(const _0x4d749b of this[_0x1d98c6(0x295)]()){if(!_0x4d749b[_0x1d98c6(0x1e4)])continue;if(_0x4c3aa4&&_0x4d749b[_0x1d98c6(0x2cd)]!=_0x4c3aa4)continue;let _0x1af8fe=!0x1;for(const _0x5d8522 of _0x4d749b[_0x1d98c6(0x210)]()){for(const _0x2ffb2f of _0x406bdc){const _0x5ae1f1=_0x2ffb2f[_0x1d98c6(0x275)][_0x1d98c6(0x1e8)](_0x5d8522[_0x1d98c6(0x296)])||_0x2ffb2f[_0x1d98c6(0x296)][_0x1d98c6(0x1e8)](_0x5d8522[_0x1d98c6(0x275)]);if(_0x5ae1f1||_0x2ffb2f[_0x1d98c6(0x18c)](_0x5d8522)){const _0x4ac51d=_0x2ffb2f[_0x1d98c6(0x1b8)](_0x5d8522)&&xt(this[_0x1d98c6(0x2df)][_0x1d98c6(0x281)],_0x5d8522[_0x1d98c6(0x275)],_0x2ffb2f),_0x56b6b7=_0x5d8522[_0x1d98c6(0x1b8)](_0x2ffb2f)&&xt(this[_0x1d98c6(0x2df)][_0x1d98c6(0x281)],_0x2ffb2f[_0x1d98c6(0x275)],_0x5d8522);_0x62f99c[_0x1d98c6(0x147)]({'suggestion':_0x4d749b,'meta':{'isOwn':_0x3af810==_0x4d749b[_0x1d98c6(0x22d)],'isNextTo':_0x5ae1f1,'isInsideObject':_0x4ac51d,'containsRangeInObject':_0x56b6b7}}),_0x1af8fe=!0x0;break;}}if(_0x1af8fe)break;}}return _0x62f99c;}[_0x1b1bb8(0x2d4)](_0x2c8342,_0x55c884,_0x4553cb,_0x18d7e8,_0xebc558){const _0x2ea11f=_0x1b1bb8;this[_0x2ea11f(0x2df)][_0x2ea11f(0x1a5)](_0x35dd4c=>{const _0x42bca7=_0x2ea11f;let _0x1d4b20=_0x42bca7(0x19d)+_0x2c8342+':'+_0x55c884+':'+_0x4553cb;_0xebc558&&(_0x1d4b20=_0x1d4b20+':'+_0xebc558),_0x35dd4c[_0x42bca7(0x2e9)](_0x1d4b20,{'range':_0x18d7e8,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1b1bb8(0x285)](_0x491c96){const _0x335e5c=_0x1b1bb8,_0x36edb9=_0x491c96[_0x335e5c(0x153)],_0x5b15e8=_0x491c96[_0x335e5c(0x226)];_0x491c96[_0x335e5c(0x153)]=null,_0x491c96[_0x335e5c(0x226)]=null,null!=_0x36edb9&&_0x36edb9[_0x335e5c(0x226)]==_0x491c96&&(_0x36edb9[_0x335e5c(0x226)]=_0x5b15e8),null!=_0x5b15e8&&_0x5b15e8[_0x335e5c(0x153)]==_0x491c96&&(_0x5b15e8[_0x335e5c(0x153)]=_0x36edb9),_0x335e5c(0x206)==this[_0x335e5c(0x235)][_0x335e5c(0x19b)](_0x491c96)&&(this[_0x335e5c(0x235)][_0x335e5c(0x272)](_0x491c96,_0x335e5c(0x2ce)),this[_0x335e5c(0x185)](_0x335e5c(0x27d),_0x491c96,_0x36edb9,_0x5b15e8));}[_0x1b1bb8(0x202)](_0x27a773){const _0x59eb13=_0x1b1bb8,_0x4a0536=_0x27a773['id'],_0x278f73=this[_0x59eb13(0x160)](_0x27a773);if(this[_0x59eb13(0x1f2)]&&this[_0x59eb13(0x1f2)][_0x59eb13(0x21e)]){const _0x1b69d2=this[_0x59eb13(0x29a)][_0x59eb13(0x1ee)][_0x59eb13(0x19b)](_0x59eb13(0x173)),_0x1551bb=_0x278f73[_0x59eb13(0x1f0)],_0x130ef8=_0x278f73[_0x59eb13(0x261)]?_0x278f73[_0x59eb13(0x2cd)]+':'+_0x278f73[_0x59eb13(0x261)]:_0x278f73[_0x59eb13(0x2cd)],_0x3a9737=this[_0x59eb13(0x29a)][_0x59eb13(0x26b)],_0x46b7ca=_0x1b69d2[_0x59eb13(0x231)](_0x511d0a(_0x3a9737,_0x59eb13(0x1e3))),_0xe0d60a={'id':_0x4a0536,'type':_0x130ef8,'hasComments':_0x1551bb,'data':_0x27a773[_0x59eb13(0x29e)]||null,'originalSuggestionId':_0x27a773[_0x59eb13(0x240)]||null,'attributes':_0x278f73[_0x59eb13(0x24d)]};this[_0x59eb13(0x1f2)][_0x59eb13(0x21e)](_0xe0d60a)[_0x59eb13(0x257)](_0x5e196b=>{const _0x673a60=_0x59eb13;_0x278f73[_0x673a60(0x29b)]=!0x0,_0x1b69d2[_0x673a60(0x1b6)](_0x46b7ca),_0x5e196b&&_0x5e196b[_0x673a60(0x21b)]&&(this[_0x673a60(0x1bc)][_0x673a60(0x19b)](_0x4a0536)[_0x673a60(0x21b)]=_0x5e196b[_0x673a60(0x21b)]);})[_0x59eb13(0x2a1)](_0x414202=>{const _0x1f5ed4=_0x59eb13;throw _0xd7a7b4(_0x1f5ed4(0x1e6)),this[_0x1f5ed4(0x29a)][_0x1f5ed4(0x1a7)][_0x1f5ed4(0x2ec)]({'isUndoable':!0x1},()=>{const _0x55c9f8=_0x1f5ed4;_0x278f73[_0x55c9f8(0x255)]();}),_0x278f73[_0x1f5ed4(0x28c)](),this[_0x1f5ed4(0x1bc)][_0x1f5ed4(0x243)](_0x278f73['id']),this[_0x1f5ed4(0x235)][_0x1f5ed4(0x243)](_0x278f73),_0x414202;});}return _0x278f73;}[_0x1b1bb8(0x271)](_0x420b5f){const _0x38e51b=_0x1b1bb8;return this[_0x38e51b(0x2e7)][_0x38e51b(0x23c)](_0x420b5f);}[_0x1b1bb8(0x1de)](_0x29d42d,_0x333ffc){const _0x528e8b=_0x1b1bb8,_0x4ca341=this[_0x528e8b(0x29a)][_0x528e8b(0x1ee)][_0x528e8b(0x19b)](_0x528e8b(0x173)),_0x8a9dee=this[_0x528e8b(0x2c7)](_0x29d42d);if(this[_0x528e8b(0x1f2)]&&this[_0x528e8b(0x1f2)][_0x528e8b(0x2a6)]){if(_0x8a9dee[_0x528e8b(0x29b)]){const _0x428858=_0x4ca341[_0x528e8b(0x231)](_0x511d0a(this[_0x528e8b(0x29a)][_0x528e8b(0x26b)],_0x528e8b(0x1e3)));this[_0x528e8b(0x1f2)][_0x528e8b(0x2a6)](_0x29d42d,_0x333ffc)[_0x528e8b(0x257)](()=>{const _0x269426=_0x528e8b;_0x4ca341[_0x269426(0x1b6)](_0x428858);});}else _0x8a9dee['on'](_0x528e8b(0x2d3),()=>{const _0x11b35f=_0x528e8b;this[_0x11b35f(0x1de)](_0x29d42d,_0x333ffc);});}}[_0x1b1bb8(0x2c9)](_0x3b273a){const _0x4ba398=_0x1b1bb8;if(!this[_0x4ba398(0x1f2)]||!this[_0x4ba398(0x1f2)][_0x4ba398(0x2c7)])throw new _0x5a9c18(_0x4ba398(0x166),this);return this[_0x4ba398(0x1f2)][_0x4ba398(0x2c7)](_0x3b273a);}[_0x1b1bb8(0x1ef)](_0x3152f8){const _0x5f096e=_0x1b1bb8,{id:_0x5ca9c3,type:_0xe87dce,subType:_0x58a5df,authorId:_0x436fa2}=this[_0x5f096e(0x232)](_0x3152f8),_0x1f8f37=this[_0x5f096e(0x1bc)][_0x5f096e(0x19b)](_0x5ca9c3)||this[_0x5f096e(0x2dc)](_0xe87dce,_0x58a5df,_0x5ca9c3,_0x436fa2,{});switch(this[_0x5f096e(0x1f7)](_0x1f8f37,_0xe87dce,_0x58a5df,_0x436fa2),this[_0x5f096e(0x235)][_0x5f096e(0x19b)](_0x1f8f37)){case _0x5f096e(0x1c7):this[_0x5f096e(0x2c9)](_0x5ca9c3)[_0x5f096e(0x257)](_0x9797=>{const _0x409c1a=_0x5f096e;let _0x57a0b1=Promise[_0x409c1a(0x14f)]();_0x9797[_0x409c1a(0x1f0)]&&(_0x57a0b1=this[_0x409c1a(0x2e4)][_0x409c1a(0x1b4)]({'channelId':this[_0x409c1a(0x29a)][_0x409c1a(0x2c8)][_0x409c1a(0x19b)](_0x409c1a(0x1c0)),'threadId':_0x5ca9c3})),_0x57a0b1[_0x409c1a(0x257)](()=>{const _0x5e3f17=_0x409c1a;this[_0x5e3f17(0x160)](_0x9797)[_0x5e3f17(0x29b)]=!0x0;});}),this[_0x5f096e(0x235)][_0x5f096e(0x272)](_0x1f8f37,_0x5f096e(0x2b5));break;case _0x5f096e(0x2ce):this[_0x5f096e(0x1de)](_0x5ca9c3,{'state':_0x5f096e(0x169)});case _0x5f096e(0x186):this[_0x5f096e(0x235)][_0x5f096e(0x272)](_0x1f8f37,_0x5f096e(0x206)),this[_0x5f096e(0x185)](_0x5f096e(0x229),_0x1f8f37);break;case _0x5f096e(0x206):this[_0x5f096e(0x185)](_0x5f096e(0x18d),_0x1f8f37);}return _0x1f8f37[_0x5f096e(0x236)](_0x3152f8),_0x1f8f37;}[_0x1b1bb8(0x2ab)](_0x3920aa){const _0x27861b=_0x1b1bb8,_0x4f11aa=Array[_0x27861b(0x217)](_0x3920aa),_0x31389d=_0x4f11aa[_0x27861b(0x1b0)](_0x3cc302=>_0x27861b(0x2d2)==_0x3cc302[_0x27861b(0x2cd)]);this[_0x27861b(0x15c)](_0x31389d);const _0x10871b=_0x4f11aa[_0x27861b(0x1b0)](_0x4f2f86=>!_0x4f2f86[_0x27861b(0x2a4)]&&_0x27861b(0x2d2)!=_0x4f2f86[_0x27861b(0x2cd)]),_0x15a0a5=this[_0x27861b(0x295)]({'skipNotAttached':!0x0})[_0x27861b(0x1b0)](_0x4256cd=>!_0x4256cd[_0x27861b(0x2a4)]&&_0x27861b(0x2d2)!=_0x4256cd[_0x27861b(0x2cd)]),_0x2d15d7=_0x15a0a5[_0x27861b(0x1b0)](_0x45c8c2=>!_0x3920aa[_0x27861b(0x23c)](_0x45c8c2)),_0xcbf7a4=new Map(_0x15a0a5[_0x27861b(0x1c3)](_0x124b2d=>[_0x124b2d,this[_0x27861b(0x290)][_0x27861b(0x1fd)](_0x124b2d[_0x27861b(0x2cd)],_0x124b2d[_0x27861b(0x261)],_0x27861b(0x18f))])),_0x3ff34c=new Map(_0x15a0a5[_0x27861b(0x1c3)](_0x442d4e=>[_0x442d4e,_0x442d4e[_0x27861b(0x2ac)]()])),_0x9804ce=new Set(),_0x2d206d=new Set();for(let _0x1a00b6=0x0;_0x1a00b6<_0x10871b[_0x27861b(0x1a6)];_0x1a00b6++)_0x1f585e(_0x10871b[_0x1a00b6],_0x10871b,_0x1a00b6+0x1);for(let _0xba80c1=0x0;_0xba80c1<_0x10871b[_0x27861b(0x1a6)];_0xba80c1++)_0x1f585e(_0x10871b[_0xba80c1],_0x2d15d7,0x0);const _0x2ba360=new Set();for(let _0x10fb41=0x0;_0x10fb41<_0x10871b[_0x27861b(0x1a6)];_0x10fb41++){const _0x19ac6a=_0x10871b[_0x10fb41];!_0x2d206d[_0x27861b(0x23c)](_0x19ac6a)&&_0x19ac6a[_0x27861b(0x153)]&&(_0x2ba360[_0x27861b(0x231)](_0x19ac6a[_0x27861b(0x153)]),_0x19ac6a[_0x27861b(0x153)][_0x27861b(0x226)]===_0x19ac6a&&(_0x19ac6a[_0x27861b(0x153)][_0x27861b(0x226)]=null),_0x19ac6a[_0x27861b(0x153)]=null),!_0x9804ce[_0x27861b(0x23c)](_0x19ac6a)&&_0x19ac6a[_0x27861b(0x226)]&&(_0x2ba360[_0x27861b(0x231)](_0x19ac6a[_0x27861b(0x226)]),_0x19ac6a[_0x27861b(0x226)][_0x27861b(0x153)]===_0x19ac6a&&(_0x19ac6a[_0x27861b(0x226)][_0x27861b(0x153)]=null),_0x19ac6a[_0x27861b(0x226)]=null);}function _0x1f585e(_0x3c0057,_0x4ebf63,_0x1013d1){const _0x1e24de=_0x27861b;for(let _0x45a3e3=_0x1013d1;_0x45a3e3<_0x4ebf63[_0x1e24de(0x1a6)];_0x45a3e3++){const _0x1ef024=_0x1e4a53(_0x3c0057,_0x4ebf63[_0x45a3e3]);_0x1ef024&&(_0x1ef024[0x0][_0x1e24de(0x226)]=_0x1ef024[0x1],_0x1ef024[0x1][_0x1e24de(0x153)]=_0x1ef024[0x0],_0x9804ce[_0x1e24de(0x231)](_0x1ef024[0x0]),_0x2d206d[_0x1e24de(0x231)](_0x1ef024[0x1]));}}function _0x1e4a53(_0x5d0c7d,_0x3d06cf){const _0x226f33=_0x27861b;if(_0x5d0c7d[_0x226f33(0x22d)]['id']!==_0x3d06cf[_0x226f33(0x22d)]['id'])return null;const _0x3d8f1b=_0xcbf7a4[_0x226f33(0x19b)](_0x5d0c7d)(_0x5d0c7d,_0x3d06cf,_0x3ff34c[_0x226f33(0x19b)](_0x5d0c7d),_0x3ff34c[_0x226f33(0x19b)](_0x3d06cf));if(!_0x3d8f1b)return null;return _0xcbf7a4[_0x226f33(0x19b)](_0x3d06cf)(_0x5d0c7d,_0x3d06cf,_0x3ff34c[_0x226f33(0x19b)](_0x5d0c7d),_0x3ff34c[_0x226f33(0x19b)](_0x3d06cf))?_0x3d8f1b[0x1][_0x226f33(0x200)]&&_0x3d8f1b[0x1][_0x226f33(0x200)][_0x226f33(0x1a6)]?null:_0x3d8f1b:null;}_0x2ba360[_0x27861b(0x1df)]&&this[_0x27861b(0x2ab)](_0x2ba360);}[_0x1b1bb8(0x15c)](_0x22f1d7){const _0x349e2d=_0x1b1bb8;if(0x0==_0x22f1d7[_0x349e2d(0x1a6)])return;const _0x498594=this[_0x349e2d(0x295)]({'skipNotAttached':!0x0})[_0x349e2d(0x1b0)](_0x57037e=>_0x349e2d(0x2d2)==_0x57037e[_0x349e2d(0x2cd)]&&_0x57037e[_0x349e2d(0x2a9)]),_0x1dad80=[],_0x20cee1=new Map();for(const _0x5f0fb3 of _0x498594){const _0x25489e=_0x12ab12(_0x5f0fb3[_0x349e2d(0x24d)]);_0x20cee1[_0x349e2d(0x23c)](_0x25489e)||(_0x20cee1[_0x349e2d(0x272)](_0x25489e,_0x1dad80[_0x349e2d(0x1a6)]),_0x1dad80[_0x349e2d(0x147)]([]));const _0x562cef=_0x20cee1[_0x349e2d(0x19b)](_0x25489e);_0x1dad80[_0x562cef][_0x349e2d(0x147)](_0x5f0fb3);}!(function(){const _0x4de785=_0x349e2d;_0x1dad80[_0x4de785(0x191)]((_0x1d44f1,_0x213b87)=>{const _0x9136f4=_0x4de785,_0x418cfd=_0x1d44f1[0x0][_0x9136f4(0x21b)],_0xd9b02d=_0x213b87[0x0][_0x9136f4(0x21b)];return _0x418cfd==_0xd9b02d?_0x1d44f1[0x0][_0x9136f4(0x24d)][_0x9136f4(0x148)]<_0x213b87[0x0][_0x9136f4(0x24d)][_0x9136f4(0x148)]?-0x1:0x1:_0x418cfd<_0xd9b02d?-0x1:0x1;});for(const _0x2274ac of _0x1dad80)_0x2274ac[_0x4de785(0x191)]((_0x2da2e0,_0x2a9339)=>_0x2da2e0['id']<_0x2a9339['id']?-0x1:0x1);}());for(let _0x1139a8=0x0;_0x1139a8<_0x1dad80[_0x349e2d(0x1a6)];_0x1139a8++){if(0x0==_0x1dad80[_0x1139a8][_0x349e2d(0x1a6)])continue;const _0x376847=[];for(let _0x1d308e=_0x1139a8+0x1;_0x1d308e<_0x1dad80[_0x349e2d(0x1a6)];_0x1d308e++)0x0!=_0x1dad80[_0x1d308e][_0x349e2d(0x1a6)]&&_0x567669(_0x1dad80[_0x1139a8],_0x1dad80[_0x1d308e])&&_0x376847[_0x349e2d(0x147)](_0x1d308e);for(const _0x37ca92 of _0x376847)_0x1dad80[_0x1139a8]=_0x1dad80[_0x1139a8][_0x349e2d(0x28f)](_0x1dad80[_0x37ca92]),_0x1dad80[_0x37ca92]=[];}for(const _0x27885b of _0x1dad80)for(let _0x1d7b7a=0x0;_0x1d7b7a<_0x27885b[_0x349e2d(0x1a6)];_0x1d7b7a++)_0x27885b[_0x1d7b7a][_0x349e2d(0x226)]=_0x27885b[_0x1d7b7a+0x1]||null;for(const _0x51ccc of _0x1dad80)for(let _0x446b3f=0x0;_0x446b3f<_0x51ccc[_0x349e2d(0x1a6)];_0x446b3f++)_0x51ccc[_0x446b3f][_0x349e2d(0x153)]=_0x51ccc[_0x446b3f-0x1]||null;function _0x567669(_0xb20183,_0x225581){const _0x5a48c8=_0x349e2d;if(_0xb20183[0x0][_0x5a48c8(0x24d)][_0x5a48c8(0x148)]!==_0x225581[0x0][_0x5a48c8(0x24d)][_0x5a48c8(0x148)]&&_0xb20183[0x0][_0x5a48c8(0x22d)]!==_0x225581[0x0][_0x5a48c8(0x22d)])return!0x1;if(!function(_0xda782d,_0x47dc52){const _0x3fa2bc=_0x5a48c8;if(!_0xda782d[_0x3fa2bc(0x1f0)]&&!_0x47dc52[_0x3fa2bc(0x1f0)])return!0x0;if(_0xda782d[_0x3fa2bc(0x1f0)]&&_0x47dc52[_0x3fa2bc(0x1f0)])return!0x1;if(_0xda782d[_0x3fa2bc(0x1f0)]&&_0x47dc52[_0x3fa2bc(0x21b)]<_0xda782d[_0x3fa2bc(0x200)][_0x3fa2bc(0x18b)][_0x3fa2bc(0x19b)](0x0)[_0x3fa2bc(0x21b)])return!0x0;if(_0x47dc52[_0x3fa2bc(0x1f0)]&&_0xda782d[_0x3fa2bc(0x21b)]<_0x47dc52[_0x3fa2bc(0x200)][_0x3fa2bc(0x18b)][_0x3fa2bc(0x19b)](0x0)[_0x3fa2bc(0x21b)])return!0x0;return!0x1;}(_0xb20183[0x0],_0x225581[0x0]))return!0x1;const _0x47bbb2=_0x419f8d(_0xb20183[0x0][_0x5a48c8(0x24d)],_0x5a48c8(0x148)),_0x13a5c7=_0x419f8d(_0x225581[0x0][_0x5a48c8(0x24d)],_0x5a48c8(0x148));if(!_0x48b056(_0x47bbb2,_0x13a5c7))return!0x1;return!!_0xb20183[_0x5a48c8(0x27e)](_0x1e1fbf=>_0x225581[_0x5a48c8(0x23f)](_0x1de30b=>_0x1e1fbf[_0x5a48c8(0x2ac)]()[_0x5a48c8(0x1e8)](_0x1de30b[_0x5a48c8(0x2ac)]())))&&_0x225581[_0x5a48c8(0x27e)](_0x1105a7=>_0xb20183[_0x5a48c8(0x23f)](_0x1c2231=>_0x1105a7[_0x5a48c8(0x2ac)]()[_0x5a48c8(0x1e8)](_0x1c2231[_0x5a48c8(0x2ac)]())));}}[_0x1b1bb8(0x292)](_0x5ebc69){const _0x3b34d9=_0x1b1bb8,_0x58c892=Array[_0x3b34d9(0x217)](_0x5ebc69),_0x38ae37=this[_0x3b34d9(0x295)]({'skipNotAttached':!0x0}),_0x2d9ab6=_0x38ae37[_0x3b34d9(0x1b0)](_0x9e2936=>!_0x5ebc69[_0x3b34d9(0x23c)](_0x9e2936)),_0x56cc64=new Map(_0x58c892[_0x3b34d9(0x1c3)](_0x217d52=>[_0x217d52,this[_0x3b34d9(0x290)][_0x3b34d9(0x1fd)](_0x217d52[_0x3b34d9(0x2cd)],_0x217d52[_0x3b34d9(0x261)],_0x3b34d9(0x2b9))])),_0x5eec99=new Map(_0x38ae37[_0x3b34d9(0x1c3)](_0x5bb1e6=>[_0x5bb1e6,_0x5bb1e6[_0x3b34d9(0x210)]()]));for(let _0x2f04fc=0x0;_0x2f04fc<_0x58c892[_0x3b34d9(0x1a6)];_0x2f04fc++){if(_0x3bc8c8(this,_0x58c892[_0x2f04fc],_0x58c892,_0x2f04fc+0x1))return!0x0;}for(let _0x5df8cb=0x0;_0x5df8cb<_0x58c892[_0x3b34d9(0x1a6)];_0x5df8cb++){if(_0x3bc8c8(this,_0x58c892[_0x5df8cb],_0x2d9ab6,0x0))return!0x0;}return!0x1;function _0x3bc8c8(_0x35eaf5,_0x1f9f45,_0x276c7c,_0x130541){const _0x29684a=_0x3b34d9;for(let _0x5b11ae=_0x130541;_0x5b11ae<_0x276c7c[_0x29684a(0x1a6)];_0x5b11ae++){const _0x68985c=_0x276c7c[_0x5b11ae];if(_0x68985c[_0x29684a(0x2cd)]!==_0x1f9f45[_0x29684a(0x2cd)]||_0x68985c[_0x29684a(0x22d)]['id']!==_0x1f9f45[_0x29684a(0x22d)]['id']||_0x68985c[_0x29684a(0x261)]!==_0x1f9f45[_0x29684a(0x261)])continue;if(!Ft(_0x1f9f45,_0x68985c,[_0x29684a(0x148)]))continue;if(_0x29684a(0x2d2)==_0x1f9f45[_0x29684a(0x2cd)]&&_0x1f9f45[_0x29684a(0x29e)][_0x29684a(0x252)]!=_0x68985c[_0x29684a(0x29e)][_0x29684a(0x252)])continue;if(_0x29684a(0x2d2)==_0x1f9f45[_0x29684a(0x2cd)]&&_0x35eaf5[_0x29684a(0x271)](_0x1f9f45[_0x29684a(0x29e)][_0x29684a(0x1bd)]))continue;if(_0x29684a(0x241)==_0x1f9f45[_0x29684a(0x2cd)]){const _0x1bb609=_0x35eaf5[_0x29684a(0x29a)][_0x29684a(0x1a7)],_0x3469a8=_0x1f9f45[_0x29684a(0x228)]();if(_0x3469a8&&(_0x1bb609[_0x29684a(0x281)][_0x29684a(0x264)](_0x3469a8)||_0x1bb609[_0x29684a(0x281)][_0x29684a(0x256)](_0x3469a8)))continue;}const _0x5e8237=_0x56cc64[_0x29684a(0x19b)](_0x1f9f45),_0x34e50a=_0x5eec99[_0x29684a(0x19b)](_0x1f9f45),_0x157d25=_0x5eec99[_0x29684a(0x19b)](_0x68985c),_0x21dd66=_0x1f9f45[_0x29684a(0x200)]&&_0x1f9f45[_0x29684a(0x200)][_0x29684a(0x1a6)],_0x52c435=_0x68985c[_0x29684a(0x200)]&&_0x68985c[_0x29684a(0x200)][_0x29684a(0x1a6)];if(!_0x21dd66&&_0x5e8237(_0x157d25,_0x34e50a))return _0x35eaf5[_0x29684a(0x267)](_0x68985c,_0x1f9f45),_0x5eec99[_0x29684a(0x243)](_0x1f9f45),!0x0;if(!_0x52c435&&_0x5e8237(_0x34e50a,_0x157d25))return _0x35eaf5[_0x29684a(0x267)](_0x1f9f45,_0x68985c),_0x5eec99[_0x29684a(0x243)](_0x68985c),!0x0;}return!0x1;}}[_0x1b1bb8(0x267)](_0x345aba,_0x51eb46){const _0x4ad07b=_0x1b1bb8;if(_0x345aba[_0x4ad07b(0x2a4)]){for(const _0x5928b5 of _0x51eb46[_0x4ad07b(0x210)]())_0x345aba[_0x4ad07b(0x1ed)](_0x5928b5);}else{const _0x2b0341=_0x51eb46[_0x4ad07b(0x2ac)]()[_0x4ad07b(0x296)];this[_0x4ad07b(0x22c)](_0x345aba,this[_0x4ad07b(0x2df)][_0x4ad07b(0x162)](_0x345aba[_0x4ad07b(0x2ac)]()[_0x4ad07b(0x275)],_0x2b0341));}_0x51eb46[_0x4ad07b(0x22f)]();}[_0x1b1bb8(0x1a9)](_0x48ee10,_0x22ed6f){const _0x208700=_0x1b1bb8,_0x13c96c=_0x48ee10[_0x208700(0x1dc)](_0x208700(0x2aa))||_0x48ee10[_0x208700(0x1dc)](_0x208700(0x2d2))?_0x208700(0x29d):_0x48ee10[_0x208700(0x1f9)]();return _0x511d0a(this[_0x208700(0x29a)][_0x208700(0x26b)],_0x22ed6f+'_'+_0x13c96c+_0x208700(0x171));}[_0x1b1bb8(0x159)](){const _0x25b68f=_0x1b1bb8,_0x1daf33=this[_0x25b68f(0x29a)];_0x109cad(this[_0x25b68f(0x2df)],({left:_0x7987a9,entered:_0x53760c})=>{const _0x249a3a=_0x25b68f,_0x281eb4=[];for(const _0x502142 of _0x7987a9){const {group:_0x2dfdc8,type:_0x3fdbc7}=this[_0x249a3a(0x232)](_0x502142[_0x249a3a(0x1e7)]);if(_0x249a3a(0x16b)===_0x2dfdc8){_0x281eb4[_0x249a3a(0x147)](this[_0x249a3a(0x1a9)](_0x3fdbc7,_0x249a3a(0x2e2)));break;}}for(const _0x120ddd of _0x53760c){const {group:_0x5349dc,type:_0x5dc67c}=this[_0x249a3a(0x232)](_0x120ddd[_0x249a3a(0x1e7)]);if(_0x249a3a(0x16b)===_0x5349dc){_0x281eb4[_0x249a3a(0x147)](this[_0x249a3a(0x1a9)](_0x5dc67c,_0x249a3a(0x2d8)));break;}}_0x281eb4[_0x249a3a(0x1a6)]&&_0x1daf33['ui'][_0x249a3a(0x20f)][_0x249a3a(0x182)](_0x249a3a(0x248),_0x281eb4[_0x249a3a(0x2b9)]('\x20'));});}[_0x1b1bb8(0x2c3)](_0x10883d){const _0x214e17=_0x1b1bb8;if(this[_0x214e17(0x298)])return!0x1;const _0x148b1f=this[_0x214e17(0x29a)],_0x5b7bb8=_0x148b1f[_0x214e17(0x1a7)][_0x214e17(0x2da)][_0x214e17(0x286)][_0x214e17(0x165)]();if(0x0==_0x5b7bb8[_0x214e17(0x1a6)])return!0x1;const _0x42dca2=[],_0x4c5d31=_0x5b7bb8[_0x214e17(0x1b0)](_0x37c8f7=>_0x214e17(0x2d2)==_0x37c8f7[_0x214e17(0x2cd)]),_0x58c1ee=_0x5b7bb8[_0x214e17(0x1b0)](_0x69675c=>_0x214e17(0x1a8)==_0x69675c[_0x214e17(0x2cd)]&&_0x214e17(0x265)!=_0x69675c[_0x214e17(0x1e7)]),_0x165eb6=_0x5b7bb8[_0x214e17(0x1b0)](_0xce1d80=>_0x214e17(0x1b6)==_0xce1d80[_0x214e17(0x2cd)]&&_0x214e17(0x265)!=_0xce1d80[_0x214e17(0x1e7)]);for(const _0x4c6b43 of _0x4c5d31)_0x42dca2[_0x214e17(0x147)]({'key':_0x4c6b43[_0x214e17(0x26c)],'newValue':_0x4c6b43[_0x214e17(0x27a)],'oldValue':_0x4c6b43[_0x214e17(0x2bb)],'range':Ut(_0x4c6b43[_0x214e17(0x208)],_0x148b1f[_0x214e17(0x1a7)])});for(const _0x1b3263 of _0x58c1ee){const _0x5d48b5=_0x165eb6[_0x214e17(0x212)](_0x4717b5=>_0x4717b5[_0x214e17(0x22e)][_0x214e17(0x1e8)](_0x1b3263[_0x214e17(0x22e)]));_0x5d48b5&&_0x42dca2[_0x214e17(0x147)]({'key':_0x214e17(0x170),'newValue':_0x1b3263[_0x214e17(0x1e7)],'oldValue':_0x5d48b5[_0x214e17(0x1e7)],'range':_0x148b1f[_0x214e17(0x1a7)][_0x214e17(0x1f6)](_0x1b3263[_0x214e17(0x22e)][_0x214e17(0x2ed)])});}return 0x0!=_0x42dca2[_0x214e17(0x1a6)]&&this[_0x214e17(0x1ba)](_0x10883d,_0x42dca2);}[_0x1b1bb8(0x2d7)](_0x157e71){const _0x6373c3=_0x1b1bb8;let _0x17297d=!0x1;const _0x1a6ac4=this[_0x6373c3(0x29a)][_0x6373c3(0x1a7)][_0x6373c3(0x2da)][_0x6373c3(0x286)][_0x6373c3(0x1ad)]()[_0x6373c3(0x1b0)](_0x5c698d=>_0x5c698d[_0x6373c3(0x29e)][_0x6373c3(0x26f)]&&_0x5c698d[_0x6373c3(0x1e7)][_0x6373c3(0x1dc)](_0x6373c3(0x15f)));for(const _0x59ddde of _0x1a6ac4){const {subType:_0x19fc4f,id:_0x353a47}=this[_0x6373c3(0x232)](_0x59ddde[_0x6373c3(0x1e7)]),_0x17fdb6=_0x19fc4f[_0x6373c3(0x2e1)]('|')[0x0];for(const _0x112f56 of this[_0x6373c3(0x295)]({'skipNotAttached':!0x0}))_0x112f56['id']!=_0x353a47&&_0x6373c3(0x2d2)==_0x112f56[_0x6373c3(0x2cd)]&&_0x112f56[_0x6373c3(0x29e)]&&_0x112f56[_0x6373c3(0x29e)][_0x6373c3(0x1bd)]==_0x17fdb6&&_0x112f56[_0x6373c3(0x2ac)]()[_0x6373c3(0x20d)](_0x59ddde[_0x6373c3(0x29e)][_0x6373c3(0x26f)])&&(this[_0x6373c3(0x1e1)](_0x112f56,_0x59ddde[_0x6373c3(0x29e)][_0x6373c3(0x26f)],_0x157e71),_0x17297d=!0x0);}return _0x17297d;}[_0x1b1bb8(0x2d9)](_0x140fb0){const _0x1545a8=_0x1b1bb8;this[_0x1545a8(0x29a)],(this[_0x1545a8(0x298)]=!0x0,_0x140fb0());}[_0x1b1bb8(0x1cf)](_0x34486c){const _0x4742d0=_0x1b1bb8,_0x5885a8=this[_0x4742d0(0x271)](_0x34486c),_0x25cbb4=this[_0x4742d0(0x16d)][_0x4742d0(0x23c)](_0x34486c);return _0x5885a8||_0x25cbb4;}[_0x1b1bb8(0x1ba)](_0x5d6604,_0x46b49c){const _0x578816=_0x1b1bb8;if(0x0==_0x46b49c[_0x578816(0x1a6)])return!0x1;let _0x490da0=!0x1;for(const _0x2acea1 of _0x46b49c){const _0x41631f=this[_0x578816(0x19e)](_0x2acea1[_0x578816(0x208)],_0x578816(0x2d2))[_0x578816(0x1b0)](_0xd6ab25=>!_0xd6ab25[_0x578816(0x145)][_0x578816(0x26d)])[_0x578816(0x1c3)](_0x4bc084=>_0x4bc084[_0x578816(0x16b)]),_0x40e472=_0x12ab12({'newValue':_0x2acea1[_0x578816(0x280)]});_0x41631f[_0x578816(0x1b0)](_0x311d9e=>{const _0xae20b3=_0x578816,[_0x278ade,_0x3b620b]=_0x311d9e[_0xae20b3(0x261)][_0xae20b3(0x2e1)]('|');return _0x278ade==_0x2acea1[_0xae20b3(0x1bd)]&&_0x3b620b!=_0x40e472;})[_0x578816(0x1d6)](_0x4c6bbf=>{const _0x5e9b03=_0x578816;this[_0x5e9b03(0x1e1)](_0x4c6bbf,_0x2acea1[_0x5e9b03(0x208)],_0x5d6604),_0x490da0=!0x0;});}return _0x490da0;}[_0x1b1bb8(0x1e1)](_0x37de2f,_0x4e6718,_0x3b2c9d){const _0x346120=_0x1b1bb8,_0x1cc9fa=_0x37de2f[_0x346120(0x2ac)]()[_0x346120(0x2c5)](_0x4e6718);0x0!==_0x1cc9fa[_0x346120(0x1a6)]?0x1!==_0x1cc9fa[_0x346120(0x1a6)]?this[_0x346120(0x263)](_0x37de2f,_0x4e6718[_0x346120(0x275)],_0x4e6718[_0x346120(0x296)]):this[_0x346120(0x22c)](_0x37de2f,_0x1cc9fa[0x0]):_0x3b2c9d[_0x346120(0x1c9)](_0x37de2f[_0x346120(0x174)]());}}class Bt{constructor(_0x390c90){const _0x422c4a=_0x1b1bb8;this[_0x422c4a(0x140)]=_0x390c90,this[_0x422c4a(0x2df)]=_0x390c90[_0x422c4a(0x1a7)],this[_0x422c4a(0x293)]=new Map(),this[_0x422c4a(0x26a)]=new Map(),this[_0x422c4a(0x278)]();}[_0x1b1bb8(0x1ce)](_0x595f0e,_0x13330a,_0x28cdd3,_0x1937a3,_0x7df3be,_0x20ec5a){const _0x5784b0=_0x1b1bb8;return new _0x1ed93a(this[_0x5784b0(0x2df)],{'type':_0x595f0e,'subType':_0x13330a,'id':_0x28cdd3,'author':_0x1937a3,'creator':_0x1937a3,'attributes':_0x7df3be,'onAttributesChange':_0x20ec5a,'onAccept':(..._0x23d41b)=>this[_0x5784b0(0x1fd)](_0x595f0e,_0x13330a,_0x5784b0(0x163))(..._0x23d41b),'onDiscard':(..._0x4d72be)=>this[_0x5784b0(0x1fd)](_0x595f0e,_0x13330a,_0x5784b0(0x255))(..._0x4d72be)});}[_0x1b1bb8(0x1b5)](_0xbbd9c4,_0x29612a,_0x329344,_0x28b676){const _0x5d97fb=_0x1b1bb8,_0x36be34=_0xbbd9c4+':'+_0x29612a+':'+_0x329344;this[_0x5d97fb(0x293)][_0x5d97fb(0x272)](_0x36be34,_0x28b676);}[_0x1b1bb8(0x1fd)](_0x33dc41,_0x59dbb3,_0x39fa40){const _0x121db8=_0x1b1bb8,_0x1f6582=_0x33dc41+':'+_0x59dbb3+':'+_0x39fa40;return this[_0x121db8(0x293)][_0x121db8(0x19b)](_0x1f6582)||this[_0x121db8(0x26a)][_0x121db8(0x19b)](_0x33dc41+':'+_0x39fa40);}[_0x1b1bb8(0x278)](){const _0x11bc04=_0x1b1bb8,_0x9cd461=()=>!0x1,_0x4a5718=_0x20489f=>{const _0x1fbbb8=_0x58f1;_0x20489f[_0x1fbbb8(0x191)]((_0x4993a8,_0x1f0622)=>_0x4993a8[_0x1fbbb8(0x275)][_0x1fbbb8(0x1aa)](_0x1f0622[_0x1fbbb8(0x275)])?0x1:-0x1),this[_0x1fbbb8(0x2df)][_0x1fbbb8(0x1a5)](_0x4ae84d=>{const _0x387c37=_0x1fbbb8;for(const _0x1184b8 of _0x20489f){let _0x34f418;_0x34f418=_0x1184b8[_0x387c37(0x296)][_0x387c37(0x1e5)]&&_0x1184b8[_0x387c37(0x296)][_0x387c37(0x20e)]==_0x1184b8[_0x387c37(0x275)][_0x387c37(0x2ed)]?_0x4ae84d[_0x387c37(0x20a)](_0x1184b8[_0x387c37(0x275)][_0x387c37(0x2ed)],'on'):_0x4ae84d[_0x387c37(0x20a)](_0x1184b8),this[_0x387c37(0x2df)][_0x387c37(0x22a)](_0x34f418,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x3ee95a=(_0x4b3fac,_0x4fd3e6)=>{const _0x323266=_0x58f1;_0x4fd3e6&&this[_0x323266(0x2df)][_0x323266(0x1a5)](_0x2c8dc6=>{const _0x1bcf77=_0x323266,{commandName:_0x35aea4,commandParams:_0x3fcbc2=[]}=_0x4fd3e6,_0xd6f7a3=_0x4b3fac[_0x1bcf77(0x1c3)](_0x385dca=>(Rt(_0x385dca)&&(_0x385dca=this[_0x1bcf77(0x2df)][_0x1bcf77(0x162)](_0x385dca[_0x1bcf77(0x296)])),_0x385dca))[_0x1bcf77(0x1b0)](_0x206807=>_0x1bcf77(0x21c)!==_0x206807[_0x1bcf77(0x220)][_0x1bcf77(0x1cc)]);if(_0xd6f7a3[_0x1bcf77(0x1a6)]<0x1)return;const _0x5da06e=Array[_0x1bcf77(0x217)](this[_0x1bcf77(0x2df)][_0x1bcf77(0x2da)][_0x1bcf77(0x151)][_0x1bcf77(0x210)]())[_0x1bcf77(0x1c3)](_0x4ca746=>_0x3e40c7[_0x1bcf77(0x157)](_0x4ca746));_0x2c8dc6[_0x1bcf77(0x19a)](_0xd6f7a3);for(const _0x280aef of this[_0x1bcf77(0x140)][_0x1bcf77(0x224)][_0x1bcf77(0x224)]())_0x280aef[_0x1bcf77(0x1a1)]();_0x3fcbc2[_0x1bcf77(0x147)]({'forceDefaultExecution':!0x0}),this[_0x1bcf77(0x140)][_0x1bcf77(0x274)](_0x35aea4,..._0x3fcbc2);const _0x1b7d4d=_0x5da06e[_0x1bcf77(0x1b0)](_0x5a9dc6=>_0x1bcf77(0x21c)!=_0x5a9dc6[_0x1bcf77(0x220)][_0x1bcf77(0x1cc)]);_0x1b7d4d[_0x1bcf77(0x1a6)]>0x0&&_0x2c8dc6[_0x1bcf77(0x19a)](_0x1b7d4d);for(const _0x3853b9 of _0x5da06e)_0x3853b9[_0x1bcf77(0x154)]();});},_0x52dda3=(_0x4de380,_0x2bf31a)=>0x1==_0x4de380[_0x11bc04(0x1a6)]&&0x1==_0x2bf31a[_0x11bc04(0x1a6)]&&_0x4de380[0x0][_0x11bc04(0x296)][_0x11bc04(0x1e8)](_0x2bf31a[0x0][_0x11bc04(0x275)]),_0x40716f=(_0x34dcbe,_0x366089,_0x33abbb,_0x40b4f0)=>Gt(_0x34dcbe,_0x366089,_0x33abbb,_0x40b4f0,this[_0x11bc04(0x2df)])?[_0x34dcbe,_0x366089]:Gt(_0x366089,_0x34dcbe,_0x40b4f0,_0x33abbb,this[_0x11bc04(0x2df)])?[_0x366089,_0x34dcbe]:null;this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x289),_0x9cd461),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x2dd),_0x4a5718),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x2b1),_0x52dda3),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x194),_0x40716f),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x25a),_0x4a5718),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x222),_0x9cd461),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x16e),_0x52dda3),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x22b),_0x40716f),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x215),_0x3ee95a),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x14a),_0x9cd461),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x2bc),_0x52dda3),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x2d0),_0x9cd461),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x149),_0x3ee95a),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x1b7),_0x9cd461),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x2a2),_0x52dda3),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x246),_0x9cd461),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x283),_0x9cd461),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x1ab),(_0x14c956,_0x315bb4)=>{const _0x5f2385=_0x11bc04;if(!_0x315bb4)return;const _0x34f774=this[_0x5f2385(0x140)][_0x5f2385(0x1ee)][_0x5f2385(0x19b)](p);this[_0x5f2385(0x2df)][_0x5f2385(0x1a5)](_0x481b15=>{const _0xb54082=_0x5f2385;if(_0xb54082(0x170)==_0x315bb4[_0xb54082(0x1bd)])for(const _0x215fe3 of _0x14c956){const _0x2ad09b=_0x215fe3[_0xb54082(0x275)][_0xb54082(0x2ed)],_0x3fd4dd=_0x315bb4[_0xb54082(0x252)];_0x481b15[_0xb54082(0x2d1)](_0x2ad09b,_0x3fd4dd);}else{if(_0x34f774[_0xb54082(0x271)](_0x315bb4[_0xb54082(0x1bd)])){for(const _0x531344 of _0x14c956)void 0x0!==_0x315bb4[_0xb54082(0x252)]?_0x481b15[_0xb54082(0x2ae)](_0x315bb4[_0xb54082(0x1bd)],_0x315bb4[_0xb54082(0x252)],_0x531344[_0xb54082(0x275)][_0xb54082(0x2ed)]):_0x481b15[_0xb54082(0x2e6)](_0x315bb4[_0xb54082(0x1bd)],_0x531344[_0xb54082(0x275)][_0xb54082(0x2ed)]);}else{for(const _0x2f4c7b of _0x14c956)_0x315bb4[_0xb54082(0x252)]?_0x481b15[_0xb54082(0x2ae)](_0x315bb4[_0xb54082(0x1bd)],_0x315bb4[_0xb54082(0x252)],_0x2f4c7b):_0x481b15[_0xb54082(0x2e6)](_0x315bb4[_0xb54082(0x1bd)],_0x2f4c7b);}}});}),this[_0x11bc04(0x26a)][_0x11bc04(0x272)](_0x11bc04(0x1d1),_0x52dda3);}}function xt(_0x369064,_0x6ef7ec,_0x1c5c0b){const _0x5857d2=_0x1b1bb8;for(const _0x2a3e2f of _0x6ef7ec[_0x5857d2(0x20e)][_0x5857d2(0x1af)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2a3e2f[_0x5857d2(0x220)]==_0x2a3e2f)return!0x1;if(!_0x1c5c0b[_0x5857d2(0x2c6)](_0x2a3e2f))return!0x1;if(_0x369064[_0x5857d2(0x264)](_0x2a3e2f)||_0x369064[_0x5857d2(0x256)](_0x2a3e2f))return!0x0;}return!0x1;}function Rt(_0x161083){const _0x3d7229=_0x1b1bb8;return _0x161083[_0x3d7229(0x296)][_0x3d7229(0x20e)]==_0x161083[_0x3d7229(0x275)][_0x3d7229(0x2ed)]&&_0x161083[_0x3d7229(0x296)][_0x3d7229(0x1f1)];}function Tt(_0x53e8ee,_0x4a5fb2,_0x477a20,_0x5ac93f){const _0xb9d9e8=_0x1b1bb8,_0x8b2f0=_0x32189d=>!_0x32189d[_0xb9d9e8(0x1c6)]['is'](_0xb9d9e8(0x282))&&!_0x5ac93f[_0xb9d9e8(0x264)](_0x32189d[_0xb9d9e8(0x1c6)]),_0x26d89f=_0x53e8ee[_0xb9d9e8(0x275)][_0xb9d9e8(0x181)](_0x8b2f0),_0x786695=_0x53e8ee[_0xb9d9e8(0x296)][_0xb9d9e8(0x181)](_0x8b2f0,{'direction':_0xb9d9e8(0x161)});return(!_0x53e8ee[_0xb9d9e8(0x275)][_0xb9d9e8(0x1e8)](_0x26d89f)||!_0x53e8ee[_0xb9d9e8(0x296)][_0xb9d9e8(0x1e8)](_0x786695))&&(_0x26d89f[_0xb9d9e8(0x1aa)](_0x786695)?_0x477a20[_0xb9d9e8(0x17b)](_0x4a5fb2,{'range':_0x477a20[_0xb9d9e8(0x162)](_0x26d89f,_0x786695)}):_0x477a20[_0xb9d9e8(0x1c9)](_0x4a5fb2),!0x0);}function Et(_0x1ddede){return _0x12ab12(_0x1ddede);}function Vt(_0x4ee261){const _0x294f3e=_0x1b1bb8,_0x3484a0=_0x4ee261[_0x294f3e(0x275)][_0x294f3e(0x2ed)];return _0x3484a0&&_0x3484a0['is'](_0x294f3e(0x189));}function Ut(_0xa1ffb1,_0x503969){const _0x36cad4=_0x1b1bb8;return null==_0xa1ffb1[_0x36cad4(0x296)][_0x36cad4(0x1c2)]&&_0xa1ffb1[_0x36cad4(0x296)][_0x36cad4(0x20e)]==_0xa1ffb1[_0x36cad4(0x275)][_0x36cad4(0x2ed)]?Ot(_0xa1ffb1[_0x36cad4(0x275)][_0x36cad4(0x2ed)],_0x503969):_0xa1ffb1;}function Ot(_0x1c3654,_0x23b0b2){const _0x1528a1=_0x1b1bb8,_0x3f3721=_0x23b0b2[_0x1528a1(0x281)][_0x1528a1(0x264)](_0x1c3654)||_0x23b0b2[_0x1528a1(0x281)][_0x1528a1(0x205)](_0x1c3654);return _0x23b0b2[_0x1528a1(0x162)](_0x23b0b2[_0x1528a1(0x29f)](_0x1c3654,_0x1528a1(0x13f)),_0x3f3721?_0x23b0b2[_0x1528a1(0x1fe)](_0x1c3654):_0x23b0b2[_0x1528a1(0x29f)](_0x1c3654,_0x1528a1(0x296)));}function Gt(_0x2ba8a5,_0x109874,_0x83af4d,_0x430a25,_0x217889){const _0x212c02=_0x1b1bb8;if(!Ft(_0x2ba8a5,_0x109874))return!0x1;if(_0x83af4d[_0x212c02(0x296)][_0x212c02(0x1e8)](_0x430a25[_0x212c02(0x275)]))return!0x0;if(_0x2ba8a5[_0x212c02(0x2cd)]!=_0x109874[_0x212c02(0x2cd)])return!0x1;if(!_0x83af4d[_0x212c02(0x296)][_0x212c02(0x216)](_0x430a25[_0x212c02(0x275)]))return!0x1;const _0x29a80b=_0x217889[_0x212c02(0x162)](_0x83af4d[_0x212c02(0x296)],_0x430a25[_0x212c02(0x275)])[_0x212c02(0x1b9)]();for(const _0x7fef8f of _0x29a80b)if([_0x212c02(0x1fc),_0x212c02(0x142)][_0x212c02(0x14b)](_0x7fef8f[_0x212c02(0x2cd)])&&_0x217889[_0x212c02(0x281)][_0x212c02(0x256)](_0x7fef8f[_0x212c02(0x1c6)]))return!0x1;return!0x0;}function Ft(_0x6bfd56,_0x57b304,_0x283697=[]){const _0x2348b4=_0x1b1bb8;return!(!_0x6bfd56[_0x2348b4(0x2a9)]||!_0x57b304[_0x2348b4(0x2a9)])&&_0x48b056(_0x419f8d(_0x6bfd56[_0x2348b4(0x24d)],_0x283697),_0x419f8d(_0x57b304[_0x2348b4(0x24d)],_0x283697));}function Pt(_0x5eaba1,_0x3f3937){const _0x3b0f36=_0x1b1bb8,_0x2bf4e4=Lt(_0x5eaba1[_0x3b0f36(0x24d)]),_0x47df5d=Lt(_0x3f3937);if(!_0x5eaba1[_0x3b0f36(0x2a9)])return!0x1;for(const _0x33d313 of Object[_0x3b0f36(0x183)](_0x47df5d))if(!_0x48b056(_0x2bf4e4[_0x33d313],_0x47df5d[_0x33d313]))return!0x1;return!0x0;}function Lt(_0x289564){const _0x440d2b=_0x1b1bb8,_0x1e38af=Object[_0x440d2b(0x25e)]({},_0x289564);return delete _0x1e38af[_0x440d2b(0x16c)],delete _0x1e38af[_0x440d2b(0x253)],_0x1e38af;}
|
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)]();}}
|