@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240304.0 → 0.0.0-nightly-20240305.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 _0x120844=_0x33f9;(function(_0x3afc4c,_0x2da073){const _0x502a07=_0x33f9,_0x16a0ad=_0x3afc4c();while(!![]){try{const _0x4faa83=-parseInt(_0x502a07(0x296))/0x1+parseInt(_0x502a07(0x1fe))/0x2*(-parseInt(_0x502a07(0x29c))/0x3)+-parseInt(_0x502a07(0x156))/0x4*(-parseInt(_0x502a07(0x2b9))/0x5)+-parseInt(_0x502a07(0x214))/0x6*(parseInt(_0x502a07(0x2b7))/0x7)+-parseInt(_0x502a07(0x277))/0x8*(-parseInt(_0x502a07(0x24b))/0x9)+parseInt(_0x502a07(0x29a))/0xa+-parseInt(_0x502a07(0x1aa))/0xb;if(_0x4faa83===_0x2da073)break;else _0x16a0ad['push'](_0x16a0ad['shift']());}catch(_0x26a778){_0x16a0ad['push'](_0x16a0ad['shift']());}}}(_0x5839,0x5c845));import{Plugin as _0x4be272,PendingActions as _0x9b82b4}from'ckeditor5/src/core.js';import{LiveRange as _0x4b3b73}from'ckeditor5/src/engine.js';import{CKEditorError as _0x9bb25e,uid as _0x4aee68,priorities as _0x21885c,logWarning as _0x5936f8}from'ckeditor5/src/utils.js';import{toWidget as _0x53db77}from'ckeditor5/src/widget.js';import{Users as _0x1f3dbe,hashObject as _0x2689b9,surroundingMarkersDetector as _0xdd54a9}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x2d0f4b from'./commands/trackchangescommand.js';import _0x398417 from'./commands/acceptsuggestioncommand.js';import _0x442bb7 from'./commands/discardsuggestioncommand.js';import _0x5d5c1b from'./commands/executeonallsuggestionscommand.js';import _0x5f14cf from'./commands/executeonselectedsuggestionscommand.js';import _0x1fdc37 from'./suggestion.js';import _0x8bf74e from'./suggestiondescriptionfactory.js';import _0x299277 from'./integrations/aiassistant.js';import _0x55a4d7 from'./integrations/alignment.js';import _0x1813b0 from'./integrations/basicstyles.js';import _0x2c79f8 from'./integrations/blockquote.js';import _0x1d72ef from'./integrations/casechange.js';import _0x47a44b from'./integrations/ckbox.js';import _0xfa07d7 from'./integrations/codeblock.js';function _0x33f9(_0x255c1c,_0x1bb7d4){const _0x5839c7=_0x5839();return _0x33f9=function(_0x33f9cf,_0x49b204){_0x33f9cf=_0x33f9cf-0x13e;let _0x19559e=_0x5839c7[_0x33f9cf];return _0x19559e;},_0x33f9(_0x255c1c,_0x1bb7d4);}import _0xcc3a47 from'./integrations/comments.js';import _0x28e932 from'./integrations/deletecommand.js';import _0x32908b from'./integrations/list.js';import _0x3c5757 from'./integrations/listproperties.js';import _0x5e9015 from'./integrations/entercommand.js';import _0x43d6d1 from'./integrations/findandreplace.js';import _0x2caf01 from'./integrations/font.js';import _0xe8f961 from'./integrations/formatpainter.js';import _0x1d6477 from'./integrations/heading.js';import _0xabbcab from'./integrations/highlight.js';function _0x5839(){const _0x12e82a=['markInsertion','containerElement','from','_adapter','lowest','deleteContent','FORMATTING','_enableDefaultAttributesIntegration','oldValue','27cIeceq','insertion','markMultiRangeDeletion','clear','deletion:join','define','discardAllSuggestions','reconvertMarker','_inlineAttributeKeys','item','rename','_descriptionFactory','join','_recordAttributeSuggestions','containsItem','removeMarker','marker-count','deletion:','_afterChanges','high','some','formatBlock:','_registerBlockAttribute','adapter','track-changes-user-not-found','activeMarkers','range','catch','after','attribute:','dataReady','elementStart','pluginName','_isRegisteredAttribute','oldRange','toJSON','skipNestingCheck','originalSuggestionId','fromCharCode','commandName','map','attribute:join','hasCommentThread','$graveyard','1169160ZujCIi','createPositionBefore','never','addMarkerName','setSelection','setTo','ck-suggestion-marker-formatInline','removeMarkers','remove','unbind','_breakSuggestionMarker','removed','targetPosition','ck-suggestion-marker--active','commands','nodeAfter','getNearestSelectionRange','getFirstRange','name','deletion','fetchCommentThread','selection','createElement','attributeNewValue','_commentsRepository','model','discardSelectedSuggestions','rethrowUnexpectedError','execute','split','suggestion','157511blkMgN','toViewElement','init','formatInline:','6377350sdDEAy','_processAttributeSuggestions','6NrlHaD','options','accepted','trackChanges.trackFormatChanges','_getMarkerAnnouncementText','_suggestions','createRangeIn','trackChanges.mergeNestedSuggestions','getContainedElement','formatInline','track-changes-command-not-found','values','$marker','_splitMarkerName','addRange','registerPostFixer','stop','elementEnd','removeClass','ready','attribute:accept','end','group','track-changes-enable-command-twice','insertion:discard','splitPosition','_SUGGESTION_ANNOUNCEMENT','2098929eNwYnw','_trackFormatChanges','24785CxqSJp','announce','containsRangeInObject','consumable','containsRange','insertion:','markInlineFormat','createPositionAfter','_model','isEqual','collaboration.channelId','_onDiscard','assign','get','$text','documentSelection','root','markerNameToElements','plugins','suggestion:attribute:','open','getWalker','PENDING_ACTION_SUGGESTION','formatBlock:discard','chain','isIntersectingWithRange','isAtEnd','size','isAtStart','track-changes-adapter-already-set','$elementName','updateSuggestion','getLastMatchingPosition','isBefore','detach','formatInline:join','differ','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.','isSelectable','attribute','_reduceExistingSuggestions','isMultiRange','_suggestionFactory','_customCallbacks','getSuggestions','isRemovable','position','getRanges','getAttribute','for','formatGroupId','meta','isIntersecting','_isBlockAttribute','_joinSuggestions','markDeletion','previous','getDifference','fire','dataToMarker','_createSuggestion','substring','_reduceSuggestionAttributeRange','splice','_editor','getItems','clone','getRange','deletion:discard','acceptAllSuggestions','_registerInlineAttribute','every','suggestionLoaded','writer','_rangeIsInLocalUserInsertion','suggestionUnloaded','deletion:chain','_blockAttributeKeys','212fgtjEI','element','setAttribute','config','_cutOutSuggestionMarker','editingDowncast','creator','moveTargetPosition','editing','multi','commentThread','howMany','change:activeMarkers','isAfter','buildSuggestion','createdAt','updateMarker','attributes','_addSuggestionMarker','tablePasteChainId','getIntersection','formatInline:accept','LEAVE','_removeSuggestion','insertion:join','find','_getExternalAuthor','suggestion:','discardSuggestion','@external','isOwn','ariaLiveAnnouncer','_suggestionState','locale','insertion:chain','startsWith','Users','enableReadOnlyMode','unshift','forEach','TrackChangesEditing','addMarker','requires','next','forceDefaultExecution','removeMarker:suggestion:formatBlock','markers','_refreshSuggestionsChain','getSuggestion','value','addMarker:suggestion','schema','isLocal','_handleNewSuggestionMarker','delete','author','mapper','addClass','isObject','$textProxy','_checkSuggestionCorrectness','createRange','addMarker:suggestion:attribute','enableCommand','addSuggestion','forward','applyOperation','_updateSuggestionData','createSelection','formatBlock','showSuggestionHighlights','_registerDefaultCallbacks','data','markMultiRangeInsertion','attribute:discard','change','_initAriaMarkerChangeAnnouncements','toUpperCase','_defaultCallbacks','refresh','addSuggestionData','getCommentThread','markBlockFormat','hasComments','2669832hOMcWj','bindElementToMarker','keys','newValue','warn','markMultiRangeBlockFormat','document','getSuggestionCallback','discard','elementToElement','isInContent','suggestionChanged','format','authorName','highest','set','deletion:accept','trackChangesCommand','head','substr','push','normal','formatBlock:join','listenTo','editor','isDocumentOperation','_isForcedDefaultExecutionBlock','insertContent','_findSuggestions','notReady','has','addMarker:suggestion:formatBlock','update:suggestion','attributeOldValue','CommentsRepository','getChanges','ck-suggestion-marker','_refreshAttributeSuggestionsChain','removeMarker:suggestion:attribute','before','start','containsPosition','consume','markerToData','addComment','markerReady','_addThreadToSuggestion','enqueueChange','length','_joinWithAdjacentSuggestions','acceptSelectedSuggestions','authoredAt','addHighlight','dataDowncast','conversion','type','key','fromRange','isCollapsed','getChangedMarkers','getAllAdjacentSuggestions','rejected','comments','_setSuggestionRange','rootName','isUndo','removeAttribute','markAttributeChange','getCustomProperty','resolve','filter','createRangeOn','insert','add','_processAttributeChanges','multipleBlocks','subType','isBlock','addCommentThread','ck-suggestion-marker-formatBlock','insertion:accept','trackChanges','getAncestors','attributeKey','259872jNiUKh','_enabledCommands','pop','unbindElementFromMarkerName','_setSuggestionData','then','registerCustomCallback','groupId','formatInline:discard','widget','always','default','isTouching','createPositionAt','getFirstMarker','parent','isInsideObject','track-changes-suggestion-data-mismatch','_getAuthorFromId','removeComment','ck-suggestion-marker-','move','6RowChy','batch','getUser','suggestion-type','markerName','sort','external:','_element','getMarkers','nodeBefore','error-saving-suggestion-data-suggestion-discarded','upcast','formatInline:chain','isExternal','hasSuggestion','_isDataLoaded','_saved','_getAttributeKey','markerToHighlight','low','_recordAttributeChanges','addUser','newRange','backward','track-changes-adapter-missing-getsuggestion','isNextTo','stopListening','change:data','accept','isLimit','ENTER','isArray','_mergeNestedSuggestions','includes','return','track-changes-suggestion-not-found','data-suggestion','acceptSuggestion','change:_saved','_getSuggestionData','formatBlock:chain','PendingActions','formatBlock:accept','concat','getMultiRangeId','getShiftedBy'];_0x5839=function(){return _0x12e82a;};return _0x5839();}import _0x20fba4 from'./integrations/horizontalline.js';import _0x298d28 from'./integrations/htmlembed.js';import _0x376738 from'./integrations/image.js';import _0x88e590 from'./integrations/imagereplace.js';import _0x39ff31 from'./integrations/imagestyle.js';import _0x16c209 from'./integrations/importword.js';import _0xed6cf6 from'./integrations/indent.js';import _0x3e4017 from'./integrations/inputcommand.js';import _0x198fe7 from'./integrations/link.js';import _0x549e15 from'./integrations/legacylist.js';import _0x313c5a from'./integrations/legacylistproperties.js';import _0x556658 from'./integrations/mediaembed.js';import _0x1dd56a from'./integrations/mention.js';import _0x4408a5 from'./integrations/pagebreak.js';import _0x186740 from'./integrations/paragraph.js';import _0x4e684f from'./integrations/removeformat.js';import _0x3da76f from'./integrations/restrictededitingmode.js';import _0x1dda20 from'./integrations/shiftentercommand.js';import _0x1ff44f from'./integrations/standardeditingmode.js';import _0x2d5c5c from'./integrations/style.js';import _0xa34cff from'./integrations/table.js';import _0x4decec from'./integrations/tablemergesplit.js';import _0x5368e7 from'./integrations/tableheadings.js';import _0x1c35d5 from'./integrations/tableclipboard.js';import _0x25b17b from'./integrations/tablecolumnresize.js';import _0x29e13a from'./integrations/template.js';import _0x1a06df from'./integrations/tableofcontents.js';import _0x2b2d09 from'./integrations/title.js';import _0x112894 from'./integrations/undo.js';import _0x3c5109 from'./integrations/tablecaption.js';import _0x59d8af from'./integrations/tableproperties.js';import{getTranslation as _0x1b05c7}from'./utils/common-translations.js';import{isEqual as _0x5f5cd1,omit as _0x2f7386}from'lodash-es';export const renameAttributeKey=_0x120844(0x2d7);export default class p extends _0x4be272{static get[_0x120844(0x180)](){const _0x447de4=_0x120844;return[_0x447de4(0x1cc),_0x1f3dbe,_0x9b82b4,_0x299277,_0x55a4d7,_0x1813b0,_0x2c79f8,_0x47a44b,_0x1d72ef,_0xfa07d7,_0xcc3a47,_0x28e932,_0x5e9015,_0x43d6d1,_0x2caf01,_0xe8f961,_0x1d6477,_0xabbcab,_0x20fba4,_0x298d28,_0x376738,_0x39ff31,_0x88e590,_0x16c209,_0xed6cf6,_0x3e4017,_0x549e15,_0x313c5a,_0x198fe7,_0x32908b,_0x3c5757,_0x556658,_0x1dd56a,_0x4408a5,_0x186740,_0x4e684f,_0x3da76f,_0x1dda20,_0x1ff44f,_0x2d5c5c,_0xa34cff,_0x4decec,_0x5368e7,_0x3c5109,_0x1c35d5,_0x25b17b,_0x1a06df,_0x59d8af,_0x29e13a,_0x2b2d09,_0x112894];}static get[_0x120844(0x26b)](){const _0x3c9247=_0x120844;return _0x3c9247(0x17e);}constructor(_0x5f385d){const _0x51e9f8=_0x120844;function _0x315c06(_0x2581c9){const _0x128c1a=_0x33f9;return _0x2581c9[_0x128c1a(0x273)](_0x3aa134=>String[_0x128c1a(0x271)](_0x3aa134))[_0x128c1a(0x257)]('');}super(_0x5f385d),this[_0x51e9f8(0x258)]=!0x1,this[_0x51e9f8(0x1b9)](_0x51e9f8(0x264),[]),this['on'](_0x51e9f8(0x162),(_0x153af,_0x8cbc55,_0x20e859,_0x1e5a82)=>{const _0x295f44=_0x51e9f8;this[_0x295f44(0x2c1)][_0x295f44(0x1a1)](()=>{const _0x4cb11b=_0x295f44;for(const _0x256ed4 of[..._0x1e5a82,..._0x20e859])this[_0x4cb11b(0x2c1)][_0x4cb11b(0x184)][_0x4cb11b(0x1c8)](_0x256ed4)&&_0x5f385d[_0x4cb11b(0x15e)][_0x4cb11b(0x252)](_0x256ed4);});}),this[_0x51e9f8(0x256)]=new _0x8bf74e(this[_0x51e9f8(0x1c2)][_0x51e9f8(0x290)][_0x51e9f8(0x189)],this[_0x51e9f8(0x1c2)][_0x51e9f8(0x177)]),this[_0x51e9f8(0x245)]=null,this[_0x51e9f8(0x2e3)]=new Bt(this[_0x51e9f8(0x1c2)]),this[_0x51e9f8(0x2a1)]=new Map(),this[_0x51e9f8(0x28f)]=_0x5f385d[_0x51e9f8(0x2cb)][_0x51e9f8(0x2c6)](_0x51e9f8(0x1cc)),this[_0x51e9f8(0x1ff)]=new Set(),this[_0x51e9f8(0x2c1)]=this[_0x51e9f8(0x1c2)][_0x51e9f8(0x290)],this[_0x51e9f8(0x176)]=new WeakMap(),this[_0x51e9f8(0x1c4)]=!0x1,this[_0x51e9f8(0x155)]=new Set([_0x51e9f8(0x2d7)]),this[_0x51e9f8(0x253)]=new Set(),_0x5f385d[_0x51e9f8(0x159)][_0x51e9f8(0x250)](_0x51e9f8(0x29f),_0x51e9f8(0x209)),this[_0x51e9f8(0x2b8)]=_0x5f385d[_0x51e9f8(0x159)][_0x51e9f8(0x2c6)](_0x51e9f8(0x29f)),_0x5f385d[_0x51e9f8(0x159)][_0x51e9f8(0x250)](_0x51e9f8(0x2a3),!0x0),this[_0x51e9f8(0x234)]=_0x5f385d[_0x51e9f8(0x159)][_0x51e9f8(0x2c6)](_0x51e9f8(0x2a3)),this[_0x51e9f8(0x1bb)]=new _0x2d0f4b(_0x5f385d,this[_0x51e9f8(0x1ff)]),this[_0x51e9f8(0x1a2)](),this[_0x315c06([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x315c06([0x34,0x30,0x34,0x38,0x30,0x36,0x30,0x38]);}[_0x120844(0x298)](){const _0x5a1186=_0x120844,_0x3820fa=this[_0x5a1186(0x1c2)],_0x2c2ab3=(_0x525692,_0x34bea7)=>{const _0x24e77b=_0x5a1186;if(_0x24e77b(0x2e0)!=_0x525692)return _0x24e77b(0x212)+_0x525692;const _0x4727fc=_0x34bea7[_0x24e77b(0x294)]('|')[0x0];return this[_0x24e77b(0x2ee)](_0x4727fc)?_0x24e77b(0x1f9):_0x24e77b(0x27d);};_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x15b))[_0x5a1186(0x226)]({'model':_0x5a1186(0x295),'view':_0x1b8e66=>{const _0x40c584=_0x5a1186,{id:_0x4acf36,type:_0x5940ce,subType:_0x55e0ef}=this[_0x40c584(0x2a9)](_0x1b8e66[_0x40c584(0x218)]),_0x892405=[_0x40c584(0x1ce),_0x2c2ab3(_0x5940ce,_0x55e0ef)];let _0x1fe422=0xbb8;return this[_0x40c584(0x264)][_0x40c584(0x235)](_0x1b8e66[_0x40c584(0x218)])&&(_0x892405[_0x40c584(0x1be)](_0x40c584(0x284)),_0x1fe422=0xbc2),_0x40c584(0x28a)==_0x5940ce&&(_0x1fe422+=0x5),{'classes':_0x892405,'attributes':{'data-suggestion':_0x4acf36},'priority':_0x1fe422};}}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x1df))[_0x5a1186(0x1f3)](_0x1f0444=>{const _0x5548c8=_0x5a1186;_0x1f0444['on'](_0x5548c8(0x188),(_0x2cdb49,_0x4a828f,_0x338f35)=>{const _0x178ed1=_0x5548c8;if(!_0x338f35[_0x178ed1(0x29d)][_0x178ed1(0x19c)])return;const _0x281d58=_0x4a828f[_0x178ed1(0x254)];if(!_0x281d58)return;const _0x6afe0e=_0x338f35[_0x178ed1(0x18e)][_0x178ed1(0x297)](_0x281d58);_0x3820fa[_0x178ed1(0x290)][_0x178ed1(0x189)][_0x178ed1(0x190)](_0x281d58)&&_0x6afe0e&&!_0x6afe0e[_0x178ed1(0x1ee)](_0x178ed1(0x207))&&_0x6afe0e['is'](_0x178ed1(0x243))&&_0x53db77(_0x6afe0e,_0x338f35[_0x178ed1(0x151)]);},{'priority':_0x5548c8(0x25e)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x1df))[_0x5a1186(0x226)]({'model':_0x5a1186(0x295),'view':(_0x319aa1,_0x33a79a)=>{const _0x116911=_0x5a1186;if(!_0x33a79a[_0x116911(0x29d)][_0x116911(0x19c)])return null;const {type:_0x24327f,subType:_0x5ce32d}=this[_0x116911(0x2a9)](_0x319aa1[_0x116911(0x218)]);return{'classes':[_0x116911(0x1ce),_0x2c2ab3(_0x24327f,_0x5ce32d)],'priority':0xbb8};}});const _0x1f71cc=({showActiveMarkers:_0x1bdbea=!0x0,isAttributeSuggestion:_0x168d9=!0x1}={})=>(_0x4e43f8,_0x5c893f,_0x270a70)=>{const _0x1deed3=_0x5a1186;if(!_0x5c893f[_0x1deed3(0x254)])return;const {id:_0x281e5d}=this[_0x1deed3(0x2a9)](_0x5c893f[_0x1deed3(0x218)]);if(_0x168d9){const _0x23abf6=this[_0x1deed3(0x2a1)][_0x1deed3(0x2c6)](_0x281e5d),_0x190768=this[_0x1deed3(0x225)](_0x23abf6);if(!this[_0x1deed3(0x2ee)](_0x190768))return;}if(_0x5c893f[_0x1deed3(0x254)]['is'](_0x1deed3(0x28c)))return void _0x270a70[_0x1deed3(0x2bc)][_0x1deed3(0x1d4)](_0x5c893f[_0x1deed3(0x254)],_0x4e43f8[_0x1deed3(0x289)]);const _0x1dd4f4=_0x270a70[_0x1deed3(0x18e)][_0x1deed3(0x297)](_0x5c893f[_0x1deed3(0x254)]);if(_0x5c893f[_0x1deed3(0x254)]['is'](_0x1deed3(0x157))&&_0x3820fa[_0x1deed3(0x290)][_0x1deed3(0x189)][_0x1deed3(0x1f7)](_0x5c893f[_0x1deed3(0x254)])&&!_0x1dd4f4[_0x1deed3(0x1ee)](_0x1deed3(0x1de))){_0x270a70[_0x1deed3(0x151)][_0x1deed3(0x18f)]([_0x1deed3(0x1ce),_0x1deed3(0x1f9)],_0x1dd4f4),_0x270a70[_0x1deed3(0x151)][_0x1deed3(0x158)](_0x1deed3(0x238),_0x281e5d,_0x1dd4f4),_0x270a70[_0x1deed3(0x18e)][_0x1deed3(0x1ab)](_0x1dd4f4,_0x5c893f[_0x1deed3(0x218)]),_0x1bdbea&&(this[_0x1deed3(0x264)][_0x1deed3(0x235)](_0x5c893f[_0x1deed3(0x218)])?_0x270a70[_0x1deed3(0x151)][_0x1deed3(0x18f)](_0x1deed3(0x284),_0x1dd4f4):_0x270a70[_0x1deed3(0x151)][_0x1deed3(0x2ae)](_0x1deed3(0x284),_0x1dd4f4));for(const _0x520090 of _0x3820fa[_0x1deed3(0x290)][_0x1deed3(0x2a2)](_0x5c893f[_0x1deed3(0x254)])[_0x1deed3(0x149)]())_0x270a70[_0x1deed3(0x2bc)][_0x1deed3(0x1d4)](_0x520090,_0x4e43f8[_0x1deed3(0x289)]);_0x270a70[_0x1deed3(0x2bc)][_0x1deed3(0x1d4)](_0x5c893f[_0x1deed3(0x254)],_0x4e43f8[_0x1deed3(0x289)]);}};_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x1df))[_0x5a1186(0x1f3)](_0x30e2b2=>{const _0x1ebe36=_0x5a1186;_0x30e2b2['on'](_0x1ebe36(0x1c9),(_0x33476c,_0xd10e0,_0x28ab5d)=>{const _0x3f1565=_0x1ebe36;_0x28ab5d[_0x3f1565(0x29d)][_0x3f1565(0x19c)]&&_0x1f71cc({'showActiveMarkers':!0x1})(_0x33476c,_0xd10e0,_0x28ab5d);},{'priority':_0x1ebe36(0x1b8)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x1df))[_0x5a1186(0x1f3)](_0x404513=>{const _0xf5f078=_0x5a1186;_0x404513['on'](_0xf5f078(0x194),(_0x2d741c,_0x2450cd,_0x520ff7)=>{const _0x4f43d5=_0xf5f078;_0x520ff7[_0x4f43d5(0x29d)][_0x4f43d5(0x19c)]&&_0x1f71cc({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x2d741c,_0x2450cd,_0x520ff7);},{'priority':_0xf5f078(0x1b8)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x1df))[_0x5a1186(0x1d5)]({'model':_0x5a1186(0x295),'view':(_0x5ec7fe,_0x385aff)=>_0x385aff[_0x5a1186(0x29d)][_0x5a1186(0x19c)]?null:{'group':_0x5a1186(0x295),'name':_0x5ec7fe[_0x5a1186(0x1bd)](0xb)}}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x21f))[_0x5a1186(0x1b3)]({'view':{'name':_0x5a1186(0x295),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1535b3,{writer:_0x4ab0b7})=>{const _0x5d2ac2=_0x5a1186;let _0x8db3ef=_0x5d2ac2(0x171)+_0x1535b3[_0x5d2ac2(0x2e9)](_0x5d2ac2(0x217))+':'+_0x1535b3[_0x5d2ac2(0x2e9)]('id');return _0x1535b3[_0x5d2ac2(0x2e9)](_0x5d2ac2(0x25b))&&(_0x8db3ef+=':'+_0x1535b3[_0x5d2ac2(0x2e9)](_0x5d2ac2(0x25b))),_0x4ab0b7[_0x5d2ac2(0x28d)](_0x5d2ac2(0x2a8),{'data-name':_0x8db3ef});}}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x21f))[_0x5a1186(0x143)]({'view':_0x5a1186(0x295)}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x15b))[_0x5a1186(0x1f3)](_0x72f05e=>{const _0x102f4e=_0x5a1186;_0x72f05e['on'](_0x102f4e(0x1c9),_0x1f71cc(),{'priority':_0x102f4e(0x25e)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x15b))[_0x5a1186(0x1f3)](_0x47f25c=>{const _0x1db9b0=_0x5a1186;_0x47f25c['on'](_0x1db9b0(0x194),_0x1f71cc({'isAttributeSuggestion':!0x0}),{'priority':_0x1db9b0(0x25e)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x15b))[_0x5a1186(0x1f3)](_0x3172eb=>{const _0x24ea04=_0x5a1186;_0x3172eb['on'](_0x24ea04(0x183),(_0xd10408,_0x56da97,_0x16668e)=>{const _0x2c744a=_0x24ea04,_0x5b82a4=_0x16668e[_0x2c744a(0x18e)][_0x2c744a(0x2ca)](_0x56da97[_0x2c744a(0x218)]);if(_0x5b82a4){for(const _0x35b9ed of _0x5b82a4)_0x35b9ed[_0x2c744a(0x1ee)](_0x2c744a(0x1de))||(_0x16668e[_0x2c744a(0x151)][_0x2c744a(0x2ae)]([_0x2c744a(0x1ce),_0x2c744a(0x1f9),_0x2c744a(0x284)],_0x35b9ed),_0x16668e[_0x2c744a(0x151)][_0x2c744a(0x1ec)](_0x2c744a(0x238),_0x35b9ed),_0x16668e[_0x2c744a(0x18e)][_0x2c744a(0x201)](_0x35b9ed,_0x56da97[_0x2c744a(0x218)]));}},{'priority':_0x24ea04(0x25e)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x15b))[_0x5a1186(0x1f3)](_0x59f029=>{const _0xbf600e=_0x5a1186;_0x59f029['on'](_0xbf600e(0x1d0),(_0x550ec1,_0x2b67b5,_0x21c9bb)=>{const _0x22d1e2=_0xbf600e,_0x378b4c=_0x21c9bb[_0x22d1e2(0x18e)][_0x22d1e2(0x2ca)](_0x2b67b5[_0x22d1e2(0x218)]);if(!_0x378b4c)return;const {id:_0x32474e}=this[_0x22d1e2(0x2a9)](_0x2b67b5[_0x22d1e2(0x218)]),_0x39451b=this[_0x22d1e2(0x2a1)][_0x22d1e2(0x2c6)](_0x32474e),_0x40f7f5=this[_0x22d1e2(0x225)](_0x39451b);if(this[_0x22d1e2(0x2ee)](_0x40f7f5)){for(const _0x59d58d of _0x378b4c)_0x59d58d[_0x22d1e2(0x1ee)](_0x22d1e2(0x1de))||(_0x21c9bb[_0x22d1e2(0x151)][_0x22d1e2(0x2ae)]([_0x22d1e2(0x1ce),_0x22d1e2(0x1f9),_0x22d1e2(0x284)],_0x59d58d),_0x21c9bb[_0x22d1e2(0x151)][_0x22d1e2(0x1ec)](_0x22d1e2(0x238),_0x59d58d),_0x21c9bb[_0x22d1e2(0x18e)][_0x22d1e2(0x201)](_0x59d58d,_0x2b67b5[_0x22d1e2(0x218)]));}},{'priority':_0xbf600e(0x25e)});}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)][_0x5a1186(0x2ab)](_0x3739cd=>{const _0x7aba2a=_0x5a1186;let _0x4244b6=!0x1;const _0x100ce3=Array[_0x7aba2a(0x244)](_0x3820fa[_0x7aba2a(0x290)][_0x7aba2a(0x1b0)][_0x7aba2a(0x2dd)][_0x7aba2a(0x1e5)]()),_0x31feb5=new Set();for(const {name:_0x735a6f,data:_0x5bc60d}of _0x100ce3){const {group:_0x9e19e6,type:_0x238891,subType:_0x312469,id:_0x24f9ce}=this[_0x7aba2a(0x2a9)](_0x735a6f);if(_0x7aba2a(0x295)!==_0x9e19e6)continue;const _0x3f9d82=this[_0x7aba2a(0x2a1)][_0x7aba2a(0x2c6)](_0x24f9ce);if(null!=_0x5bc60d[_0x7aba2a(0x22a)]){_0x7aba2a(0x2a5)==_0x238891&&(_0x4244b6=_0x4244b6||Tt(_0x5bc60d[_0x7aba2a(0x22a)],_0x735a6f,_0x3739cd,_0x3820fa[_0x7aba2a(0x290)][_0x7aba2a(0x189)]));const _0xc52b55=_0x7aba2a(0x2e0)==_0x238891&&this[_0x7aba2a(0x2ee)](_0x312469[_0x7aba2a(0x294)]('|')[0x0]);if(_0x5bc60d[_0x7aba2a(0x22a)][_0x7aba2a(0x1e4)]||_0x7aba2a(0x276)==_0x5bc60d[_0x7aba2a(0x22a)][_0x7aba2a(0x2c9)][_0x7aba2a(0x1ea)]||_0x7aba2a(0x19b)==_0x238891&&!Vt(_0x5bc60d[_0x7aba2a(0x22a)])||_0xc52b55&&!Vt(_0x5bc60d[_0x7aba2a(0x22a)])||_0x7aba2a(0x28a)==_0x238891&&!(!Rt(_0x3b87b1=_0x5bc60d[_0x7aba2a(0x22a)])&&!function(_0xe647fb){const _0x3036a3=_0x7aba2a;return _0xe647fb[_0x3036a3(0x1d2)][_0x3036a3(0x20d)]==_0xe647fb[_0x3036a3(0x2b1)][_0x3036a3(0x21d)]&&_0xe647fb[_0x3036a3(0x1d2)][_0x3036a3(0x2d3)];}(_0x3b87b1)))_0x3739cd[_0x7aba2a(0x25a)](_0x735a6f),_0x4244b6=!0x0;else{if(!_0x3f9d82||!_0x3f9d82[_0x7aba2a(0x1b4)])continue;_0x31feb5[_0x7aba2a(0x1f3)](_0x3f9d82);}}}var _0x3b87b1;return _0x31feb5[_0x7aba2a(0x2d4)]>0x0&&(_0x4244b6=!!this[_0x7aba2a(0x1db)](_0x31feb5)||_0x4244b6),_0x4244b6;}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)][_0x5a1186(0x2ab)](_0x32c6e3=>{const _0xfeed84=_0x5a1186;let _0x1d994c=!0x1;for(const _0x78ff0b of _0x3820fa[_0xfeed84(0x290)][_0xfeed84(0x1b0)][_0xfeed84(0x2dd)][_0xfeed84(0x1cd)]())if(_0xfeed84(0x1f2)==_0x78ff0b[_0xfeed84(0x1e1)])for(const _0xa9c803 of this[_0xfeed84(0x2a1)][_0xfeed84(0x2a7)]()){if(_0xa9c803[_0xfeed84(0x2e2)]||!_0xa9c803[_0xfeed84(0x1b4)])continue;const _0x58e045=_0xfeed84(0x19b)==_0xa9c803[_0xfeed84(0x1e1)],_0x273942=this[_0xfeed84(0x225)](_0xa9c803),_0x30fd0d=_0x273942&&this[_0xfeed84(0x2ee)](_0x273942);if(!_0x58e045&&!_0x30fd0d)continue;const _0x14e21a=_0xa9c803[_0xfeed84(0x288)]();if(_0x14e21a[_0xfeed84(0x1d2)][_0xfeed84(0x20d)]!=_0x14e21a[_0xfeed84(0x2b1)][_0xfeed84(0x20d)]&&!_0x14e21a[_0xfeed84(0x2b1)][_0xfeed84(0x2d3)]){const _0x507bad=_0x3820fa[_0xfeed84(0x290)][_0xfeed84(0x20b)](_0x14e21a[_0xfeed84(0x1d2)][_0xfeed84(0x286)],_0xfeed84(0x2b1)),_0x413c2b=_0x3820fa[_0xfeed84(0x290)][_0xfeed84(0x193)](_0x14e21a[_0xfeed84(0x1d2)],_0x507bad);_0x32c6e3[_0xfeed84(0x166)](_0xa9c803[_0xfeed84(0x20c)](),{'range':_0x413c2b}),_0x1d994c=!0x0;}}return _0x1d994c;}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)][_0x5a1186(0x2ab)](_0x1eb00b=>this[_0x5a1186(0x1f4)](_0x1eb00b)),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)][_0x5a1186(0x2ab)](_0x693ba=>!_0x693ba[_0x5a1186(0x215)][_0x5a1186(0x18a)]&&this[_0x5a1186(0x29b)](_0x693ba)),_0x3820fa[_0x5a1186(0x290)]['on'](_0x5a1186(0x25d),()=>{const _0x1030f5=_0x5a1186;this[_0x1030f5(0x258)]=!0x1;}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)]['on'](_0x5a1186(0x22f),(_0x1fcefb,_0x34468f)=>{const _0x4a874d=_0x5a1186;if(!_0x34468f[_0x4a874d(0x18a)]||_0x34468f[_0x4a874d(0x1eb)])return;if(!this[_0x4a874d(0x258)])return;const _0x282bbb=_0x3820fa[_0x4a874d(0x290)][_0x4a874d(0x1b0)][_0x4a874d(0x2dd)][_0x4a874d(0x1cd)]();if(0x0==_0x282bbb[_0x4a874d(0x1da)])return;const _0x4044d0=[],_0x5997bb=_0x282bbb[_0x4a874d(0x1f0)](_0x53bd04=>_0x4a874d(0x2e0)==_0x53bd04[_0x4a874d(0x1e1)]),_0x428717=_0x282bbb[_0x4a874d(0x1f0)](_0x50e544=>_0x4a874d(0x1f2)==_0x50e544[_0x4a874d(0x1e1)]&&_0x4a874d(0x2c7)!=_0x50e544[_0x4a874d(0x289)]),_0x17946c=_0x282bbb[_0x4a874d(0x1f0)](_0x458ff4=>_0x4a874d(0x27f)==_0x458ff4[_0x4a874d(0x1e1)]&&_0x4a874d(0x2c7)!=_0x458ff4[_0x4a874d(0x289)]);for(const _0x56f34e of _0x5997bb)this[_0x4a874d(0x26c)](_0x56f34e[_0x4a874d(0x1fd)])&&_0x4044d0[_0x4a874d(0x1be)]({'key':_0x56f34e[_0x4a874d(0x1fd)],'newValue':_0x56f34e[_0x4a874d(0x28e)],'oldValue':_0x56f34e[_0x4a874d(0x1cb)],'range':Ut(_0x56f34e[_0x4a874d(0x265)],_0x3820fa[_0x4a874d(0x290)])});for(const _0x68ef94 of _0x428717){const _0x20f403=_0x17946c[_0x4a874d(0x16f)](_0x49138e=>_0x49138e[_0x4a874d(0x21b)]===_0x68ef94[_0x4a874d(0x21b)]);if(_0x20f403){const _0x4795a5=Ot(_0x68ef94[_0x4a874d(0x2e7)][_0x4a874d(0x286)],_0x3820fa[_0x4a874d(0x290)]);_0x20f403[_0x4a874d(0x289)]!==_0x68ef94[_0x4a874d(0x289)]&&_0x4044d0[_0x4a874d(0x1be)]({'key':_0x4a874d(0x2d7),'newValue':_0x68ef94[_0x4a874d(0x289)],'oldValue':_0x20f403[_0x4a874d(0x289)],'range':_0x4795a5});for(const [_0x307182,_0x9b9771]of _0x20f403[_0x4a874d(0x167)]){if(!this[_0x4a874d(0x26c)](_0x307182))continue;const _0x201f8c=_0x68ef94[_0x4a874d(0x167)][_0x4a874d(0x2c6)](_0x307182);_0x9b9771!==_0x201f8c&&_0x4044d0[_0x4a874d(0x1be)]({'key':_0x307182,'newValue':_0x201f8c,'oldValue':_0x9b9771,'range':_0x4795a5});}for(const [_0x574429,_0x1eebdd]of _0x68ef94[_0x4a874d(0x167)])this[_0x4a874d(0x26c)](_0x574429)&&(_0x20f403[_0x4a874d(0x167)][_0x4a874d(0x1c8)](_0x574429)||_0x4044d0[_0x4a874d(0x1be)]({'key':_0x574429,'newValue':_0x1eebdd,'oldValue':null,'range':_0x4795a5}));}}0x0!=_0x4044d0[_0x4a874d(0x1da)]&&_0x3820fa[_0x4a874d(0x290)][_0x4a874d(0x1d9)](_0x34468f,_0x4914a3=>{const _0x1ffc76=_0x4a874d,_0x5f1a86=_0x4aee68();for(const {range:_0x5422db,key:_0x557d35,oldValue:_0x39deba,newValue:_0x4ddad1}of _0x4044d0)this[_0x1ffc76(0x1ed)](_0x5422db,_0x557d35,_0x39deba,_0x4ddad1,{'groupId':_0x5f1a86});this[_0x1ffc76(0x2e1)](_0x4914a3,_0x4044d0);});},{'priority':_0x5a1186(0x246)}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x184)]['on'](_0x5a1186(0x1ca),(_0x564813,_0x361611,_0x24c92b)=>{const _0x38464f=_0x5a1186;if(null==_0x24c92b){const {id:_0x479142}=this[_0x38464f(0x2a9)](_0x361611[_0x38464f(0x289)]),_0x30938e=this[_0x38464f(0x2a1)][_0x38464f(0x2c6)](_0x479142);_0x30938e&&_0x30938e[_0x38464f(0x27a)](_0x361611[_0x38464f(0x289)]);}}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)]['on'](_0x5a1186(0x22f),()=>{const _0x1a2a71=_0x5a1186,_0x3eefe2=Array[_0x1a2a71(0x244)](_0x3820fa[_0x1a2a71(0x290)][_0x1a2a71(0x1b0)][_0x1a2a71(0x2dd)][_0x1a2a71(0x1e5)]())[_0x1a2a71(0x1f0)](_0x57a0cc=>_0x1a2a71(0x295)===this[_0x1a2a71(0x2a9)](_0x57a0cc[_0x1a2a71(0x289)])[_0x1a2a71(0x2b2)]);if(0x0===_0x3eefe2[_0x1a2a71(0x1da)])return;_0x3eefe2[_0x1a2a71(0x219)]((_0x382379,_0x4d9f9f)=>{const _0x252e8e=_0x1a2a71,_0x5b9821=_0x382379[_0x252e8e(0x19e)][_0x252e8e(0x26d)],_0x40f0bf=_0x4d9f9f[_0x252e8e(0x19e)][_0x252e8e(0x26d)];return null===_0x5b9821&&null===_0x40f0bf?0x0:null===_0x5b9821&&null!==_0x40f0bf?-0x1:null!==_0x5b9821&&null===_0x40f0bf?0x1:_0x5b9821[_0x252e8e(0x1d2)][_0x252e8e(0x2da)](_0x40f0bf[_0x252e8e(0x1d2)])?-0x1:0x1;});const _0x3dbe1a=new Set(),_0x1961a0=new Set();for(const {name:_0x18868e,data:_0xdab17e}of _0x3eefe2){const {id:_0x114785}=this[_0x1a2a71(0x2a9)](_0x18868e);if(null===_0xdab17e[_0x1a2a71(0x26d)]){const _0x2d1b93=this[_0x1a2a71(0x18b)](_0x18868e);_0x1961a0[_0x1a2a71(0x1f3)](_0x2d1b93);}else{const _0x11edc9=this[_0x1a2a71(0x2a1)][_0x1a2a71(0x2c6)](_0x114785);null!==_0xdab17e[_0x1a2a71(0x22a)]||_0x11edc9[_0x1a2a71(0x1b4)]?(_0x3dbe1a[_0x1a2a71(0x1f3)](_0x11edc9[_0x1a2a71(0x1bc)]),_0x1961a0[_0x1a2a71(0x1f3)](_0x11edc9)):this[_0x1a2a71(0x16d)](_0x11edc9);}}_0x1961a0[_0x1a2a71(0x2d4)]>0x0&&this[_0x1a2a71(0x185)](_0x1961a0);for(const _0x59a6f4 of _0x3dbe1a)this[_0x1a2a71(0x142)](_0x1a2a71(0x1b5),_0x59a6f4);}),_0x3820fa[_0x5a1186(0x290)]['on'](_0x5a1186(0x198),(_0x27c702,_0x299419)=>{const _0x5d3a62=_0x5a1186,_0x3a0f03=_0x299419[0x0];if(!this[_0x5d3a62(0x2a1)][_0x5d3a62(0x2d4)])return;if(!_0x3a0f03[_0x5d3a62(0x1c3)])return;if(_0x3a0f03[_0x5d3a62(0x215)][_0x5d3a62(0x1eb)]||!_0x3a0f03[_0x5d3a62(0x215)][_0x5d3a62(0x18a)])return;let _0x10888f,_0x4149a3;switch(_0x3a0f03[_0x5d3a62(0x1e1)]){case _0x5d3a62(0x1f2):_0x10888f=_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x20b)](_0x3a0f03[_0x5d3a62(0x2e7)]),_0x4149a3=_0x10888f[_0x5d3a62(0x241)](_0x3a0f03[_0x5d3a62(0x161)]);break;case _0x5d3a62(0x294):_0x10888f=_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x20b)](_0x3a0f03[_0x5d3a62(0x2b5)]),_0x4149a3=_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x20b)](_0x3a0f03[_0x5d3a62(0x15d)]);break;case _0x5d3a62(0x213):_0x10888f=_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x20b)](_0x3a0f03[_0x5d3a62(0x283)]),_0x4149a3=_0x10888f[_0x5d3a62(0x241)](_0x3a0f03[_0x5d3a62(0x161)]);break;default:return;}const _0x28ca1d=_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x193)](_0x10888f,_0x4149a3);_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x1a1)](()=>{const _0x58541e=_0x5d3a62;for(const {suggestion:_0x2b00f3,meta:_0x159f02}of this[_0x58541e(0x1c6)](_0x28ca1d)){if(_0x2b00f3[_0x58541e(0x2e2)])continue;if(_0x58541e(0x2a5)==_0x2b00f3[_0x58541e(0x1e1)])continue;const _0x410f5b=this[_0x58541e(0x225)](_0x2b00f3);if(_0x410f5b&&this[_0x58541e(0x2ee)](_0x410f5b)&&_0x58541e(0x294)!=_0x3a0f03[_0x58541e(0x1e1)])continue;const _0x500de9=_0x2b00f3[_0x58541e(0x19e)]&&_0x2b00f3[_0x58541e(0x19e)][_0x58541e(0x1f5)];(_0x58541e(0x19b)!=_0x2b00f3[_0x58541e(0x1e1)]||_0x58541e(0x294)==_0x3a0f03[_0x58541e(0x1e1)]&&!_0x500de9)&&(_0x159f02[_0x58541e(0x2bb)]||_0x58541e(0x24c)==_0x2b00f3[_0x58541e(0x1e1)]&&_0x159f02[_0x58541e(0x174)]||_0x2b00f3[_0x58541e(0x288)]()[_0x58541e(0x2bd)](_0x28ca1d)&&this[_0x58541e(0x281)](_0x2b00f3,_0x10888f,_0x4149a3));}});},{'priority':_0x5a1186(0x246)}),_0x3820fa[_0x5a1186(0x290)]['on'](_0x5a1186(0x247),(_0x369504,_0x5f0659)=>{const _0x1234d5=_0x5a1186,_0x380d63=_0x5f0659[0x0],_0x11826d=_0x5f0659[0x1];if(_0x11826d&&_0x11826d[_0x1234d5(0x182)])return;if(this[_0x1234d5(0x1c4)])return;if(!this[_0x1234d5(0x1bb)][_0x1234d5(0x187)])return;if(_0x380d63[_0x1234d5(0x1e4)])return;const _0x41fc12=_0x3820fa[_0x1234d5(0x290)][_0x1234d5(0x189)],{start:_0x2deb0e,end:_0x699aae}=_0x380d63[_0x1234d5(0x288)](),_0x34cf84=_0x2deb0e[_0x1234d5(0x286)]&&_0x41fc12[_0x1234d5(0x231)](_0x2deb0e[_0x1234d5(0x286)])?null:_0x41fc12[_0x1234d5(0x287)](_0x2deb0e,_0x1234d5(0x197)),_0x13a066=_0x699aae[_0x1234d5(0x21d)]&&_0x41fc12[_0x1234d5(0x231)](_0x699aae[_0x1234d5(0x21d)])?null:_0x41fc12[_0x1234d5(0x287)](_0x699aae,_0x1234d5(0x22b)),_0x44b72b=_0x3820fa[_0x1234d5(0x290)][_0x1234d5(0x193)](_0x34cf84?_0x34cf84[_0x1234d5(0x1d2)]:_0x2deb0e,_0x13a066?_0x13a066[_0x1234d5(0x2b1)]:_0x699aae);_0x3820fa[_0x1234d5(0x290)][_0x1234d5(0x1a1)](_0x53c65e=>{const _0x21acc5=_0x1234d5;this[_0x21acc5(0x13f)](_0x44b72b);const _0x50e4dd=_0x3820fa[_0x21acc5(0x290)][_0x21acc5(0x189)][_0x21acc5(0x287)](_0x44b72b[_0x21acc5(0x1d2)]);_0x380d63['is'](_0x21acc5(0x2c8))?_0x53c65e[_0x21acc5(0x27b)](_0x50e4dd):_0x380d63[_0x21acc5(0x27c)](_0x50e4dd);}),_0x369504[_0x1234d5(0x2ac)]();},{'priority':_0x21885c[_0x5a1186(0x1bf)]+0xa}),_0x3820fa[_0x5a1186(0x290)]['on'](_0x5a1186(0x1c5),(_0x6bbeb0,_0x4ebc59)=>{const _0x29907f=_0x5a1186,_0x38d3ee=_0x4ebc59[_0x4ebc59[_0x29907f(0x1da)]-0x1];_0x38d3ee&&_0x38d3ee[_0x29907f(0x182)]||this[_0x29907f(0x1c4)]||this[_0x29907f(0x1bb)][_0x29907f(0x187)]&&(_0x3820fa[_0x29907f(0x290)][_0x29907f(0x1a1)](()=>{const _0x3f2f54=_0x29907f;let _0x146b85=_0x3820fa[_0x3f2f54(0x290)][_0x3f2f54(0x1c5)](_0x4ebc59[0x0],_0x4ebc59[0x1],_0x4ebc59[0x2],{'forceDefaultExecution':!0x0});if(!_0x146b85)return;_0x6bbeb0[_0x3f2f54(0x236)]=_0x146b85[_0x3f2f54(0x14a)]();const _0x427d3b=_0x146b85[_0x3f2f54(0x2b1)][_0x3f2f54(0x21d)],_0x26f0af=_0x3820fa[_0x3f2f54(0x290)][_0x3f2f54(0x189)];_0x427d3b&&_0x26f0af[_0x3f2f54(0x1f7)](_0x427d3b)&&!_0x26f0af[_0x3f2f54(0x190)](_0x427d3b)&&(_0x146b85=_0x3820fa[_0x3f2f54(0x290)][_0x3f2f54(0x193)](_0x146b85[_0x3f2f54(0x1d2)],_0x3820fa[_0x3f2f54(0x290)][_0x3f2f54(0x20b)](_0x427d3b,_0x3f2f54(0x2b1)))),this[_0x3f2f54(0x242)](_0x146b85);}),_0x6bbeb0[_0x29907f(0x2ac)]());},{'priority':_0x5a1186(0x25e)}),this[_0x5a1186(0x1c2)][_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x1fb),this[_0x5a1186(0x1bb)]),this[_0x5a1186(0x195)](_0x5a1186(0x1fb));const _0x5395c1=new _0x398417(_0x3820fa,this[_0x5a1186(0x2a1)]);_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x239),_0x5395c1),this[_0x5a1186(0x195)](_0x5a1186(0x239));const _0x449431=new _0x442bb7(_0x3820fa,this[_0x5a1186(0x2a1)]);_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x172),_0x449431),this[_0x5a1186(0x195)](_0x5a1186(0x172)),_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x14d),new _0x5d5c1b(_0x3820fa,_0x5395c1,this[_0x5a1186(0x2a1)])),this[_0x5a1186(0x195)](_0x5a1186(0x14d)),_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x251),new _0x5d5c1b(_0x3820fa,_0x449431,this[_0x5a1186(0x2a1)])),this[_0x5a1186(0x195)](_0x5a1186(0x251)),_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x1dc),new _0x5f14cf(_0x3820fa,_0x5395c1,this[_0x5a1186(0x2a1)])),this[_0x5a1186(0x195)](_0x5a1186(0x1dc)),_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x291),new _0x5f14cf(_0x3820fa,_0x449431,this[_0x5a1186(0x2a1)])),this[_0x5a1186(0x195)](_0x5a1186(0x291));const _0x2dddc6=_0x3820fa[_0x5a1186(0x2cb)][_0x5a1186(0x2c6)](_0x5a1186(0x1cc));this[_0x5a1186(0x1c1)](_0x2dddc6,_0x5a1186(0x1d6),(_0x45e3a6,{threadId:_0x3aad77})=>{const _0x58e9cd=_0x5a1186,_0x52e163=this[_0x58e9cd(0x2a1)][_0x58e9cd(0x2c6)](_0x3aad77);_0x52e163&&_0x52e163[_0x58e9cd(0x160)]&&0x1===_0x52e163[_0x58e9cd(0x160)][_0x58e9cd(0x1da)]&&this[_0x58e9cd(0x199)](_0x3aad77,{'hasComments':!0x0});},{'priority':_0x5a1186(0x227)}),this[_0x5a1186(0x1c1)](_0x2dddc6,_0x5a1186(0x211),(_0x28851e,{threadId:_0x109a2a})=>{const _0xb926b0=_0x5a1186,_0x462883=this[_0xb926b0(0x2a1)][_0xb926b0(0x2c6)](_0x109a2a);_0x462883&&_0x462883[_0xb926b0(0x160)]&&!_0x462883[_0xb926b0(0x160)][_0xb926b0(0x1da)]&&this[_0xb926b0(0x199)](_0x109a2a,{'hasComments':!0x1});},{'priority':_0x5a1186(0x227)});}set[_0x120844(0x262)](_0x231ad9){const _0x281a2f=_0x120844;if(this[_0x281a2f(0x245)])throw new _0x9bb25e(_0x281a2f(0x2d6),this);this[_0x281a2f(0x245)]=_0x231ad9;}get[_0x120844(0x262)](){const _0x112b05=_0x120844;return this[_0x112b05(0x245)];}[_0x120844(0x2e5)]({skipNotAttached:_0x4e91b2=!0x1,toJSON:_0x319387=!0x1}={}){const _0x8bfd96=_0x120844,_0x531acc=[];for(const _0x5d5254 of this[_0x8bfd96(0x2a1)][_0x8bfd96(0x2a7)]())_0x4e91b2&&!_0x5d5254[_0x8bfd96(0x1b4)]||_0x531acc[_0x8bfd96(0x1be)](_0x5d5254);return _0x319387?_0x531acc[_0x8bfd96(0x273)](_0xcdd043=>_0xcdd043[_0x8bfd96(0x26e)]()):_0x531acc;}[_0x120844(0x186)](_0x2000e5){const _0x1bebaa=_0x120844,_0x2083f9=this[_0x1bebaa(0x2a1)][_0x1bebaa(0x2c6)](_0x2000e5);if(!_0x2083f9)throw new _0x9bb25e(_0x1bebaa(0x237),this);return _0x2083f9;}[_0x120844(0x222)](_0x580fc5){const _0x2e154a=_0x120844;return this[_0x2e154a(0x2a1)][_0x2e154a(0x1c8)](_0x580fc5);}[_0x120844(0x1a6)](_0x2eee29){const _0x30b8bc=_0x120844,{authorId:_0x407908,id:_0xd6f268,attributes:_0xf3d2d6}=_0x2eee29,[_0x10f487,_0x26a1d7]=_0x2eee29[_0x30b8bc(0x1e1)][_0x30b8bc(0x294)](':'),_0x5e5db4=this[_0x30b8bc(0x2a1)][_0x30b8bc(0x2c6)](_0xd6f268)||this[_0x30b8bc(0x144)](_0x10f487,_0x26a1d7,_0xd6f268,_0x407908,_0xf3d2d6);if(this[_0x30b8bc(0x1d8)](_0x5e5db4),this[_0x30b8bc(0x192)](_0x5e5db4,_0x10f487,_0x26a1d7||null,_0x407908),_0x5e5db4[_0x30b8bc(0x165)]=_0x2eee29[_0x30b8bc(0x165)],_0x5e5db4[_0x30b8bc(0x223)]=!0x0,_0xf3d2d6&&_0xf3d2d6[_0x30b8bc(0x173)]){const _0xe69715=_0xf3d2d6[_0x30b8bc(0x173)],_0x3fe840=this[_0x30b8bc(0x170)](_0xe69715[_0x30b8bc(0x1b7)]);_0x5e5db4[_0x30b8bc(0x1dd)]=_0xe69715[_0x30b8bc(0x165)],_0x5e5db4[_0x30b8bc(0x18d)]=_0x3fe840,_0x5e5db4[_0x30b8bc(0x221)]=!0x0;}else _0x5e5db4[_0x30b8bc(0x1dd)]=_0x2eee29[_0x30b8bc(0x165)];switch(_0x2eee29[_0x30b8bc(0x19e)]&&(_0x5e5db4[_0x30b8bc(0x19e)]=_0x2eee29[_0x30b8bc(0x19e)]),_0x2eee29[_0x30b8bc(0x167)]&&(_0x5e5db4[_0x30b8bc(0x167)]=_0x2eee29[_0x30b8bc(0x167)]),this[_0x30b8bc(0x245)]&&this[_0x30b8bc(0x245)][_0x30b8bc(0x196)]||(_0x5e5db4[_0x30b8bc(0x224)]=!0x0),this[_0x30b8bc(0x176)][_0x30b8bc(0x2c6)](_0x5e5db4)){case _0x30b8bc(0x1c7):this[_0x30b8bc(0x176)][_0x30b8bc(0x1b9)](_0x5e5db4,_0x30b8bc(0x269));break;case _0x30b8bc(0x1d7):_0x5e5db4[_0x30b8bc(0x1b4)]?(this[_0x30b8bc(0x1db)](new Set([_0x5e5db4])),this[_0x30b8bc(0x185)](new Set([_0x5e5db4])),this[_0x30b8bc(0x176)][_0x30b8bc(0x1b9)](_0x5e5db4,_0x30b8bc(0x2af)),this[_0x30b8bc(0x142)](_0x30b8bc(0x150),_0x5e5db4)):this[_0x30b8bc(0x176)][_0x30b8bc(0x1b9)](_0x5e5db4,_0x30b8bc(0x282));}return _0x5e5db4;}[_0x120844(0x239)](_0x1c5295){const _0x25c94e=_0x120844;this[_0x25c94e(0x182)](()=>{const _0x24df30=_0x25c94e;this[_0x24df30(0x1c2)][_0x24df30(0x290)][_0x24df30(0x1a1)](()=>{const _0x34b9a3=_0x24df30;for(const _0x4883cb of _0x1c5295[_0x34b9a3(0x1e6)]())_0x4883cb[_0x34b9a3(0x230)]();});});}[_0x120844(0x172)](_0x3e81e8){const _0x7f939d=_0x120844;this[_0x7f939d(0x182)](()=>{const _0x36bf8b=_0x7f939d;this[_0x36bf8b(0x1c2)][_0x36bf8b(0x290)][_0x36bf8b(0x1a1)](()=>{const _0xe024cb=_0x36bf8b;for(const _0x1141a0 of _0x3e81e8[_0xe024cb(0x1e6)]())_0x1141a0[_0xe024cb(0x1b2)]();});});}[_0x120844(0x195)](_0x2c5ada,_0x1baa9b){const _0xe55765=_0x120844,_0x5dfe3f=this[_0xe55765(0x1c2)][_0xe55765(0x285)][_0xe55765(0x2c6)](_0x2c5ada);if(!_0x5dfe3f)throw new _0x9bb25e(_0xe55765(0x2a6),this,{'commandName':_0x2c5ada});if(this[_0xe55765(0x1ff)][_0xe55765(0x1c8)](_0x5dfe3f))throw new _0x9bb25e(_0xe55765(0x2b3),this,{'commandName':_0x2c5ada});this[_0xe55765(0x1ff)][_0xe55765(0x1f3)](_0x5dfe3f),_0x1baa9b&&_0x5dfe3f['on'](_0xe55765(0x293),(_0x5bde0c,_0x152d5d)=>{const _0x40a6a4=_0xe55765;this[_0x40a6a4(0x1bb)][_0x40a6a4(0x187)]&&(this[_0x40a6a4(0x1c4)]||(_0x152d5d[_0x40a6a4(0x1da)]>0x0&&_0x152d5d[_0x152d5d[_0x40a6a4(0x1da)]-0x1]&&_0x152d5d[_0x152d5d[_0x40a6a4(0x1da)]-0x1][_0x40a6a4(0x182)]?_0x152d5d[_0x40a6a4(0x200)]():(_0x5bde0c[_0x40a6a4(0x236)]=_0x1baa9b((..._0x19f3f7)=>_0x5dfe3f[_0x40a6a4(0x293)](..._0x19f3f7,{'forceDefaultExecution':!0x0}),..._0x152d5d),_0x5bde0c[_0x40a6a4(0x2ac)]())));},{'priority':_0xe55765(0x25e)});}[_0x120844(0x182)](_0x1dfc8b){const _0x23b2b2=_0x120844;let _0x5910cf,_0x277aa8;const _0x1ff8f1=this[_0x23b2b2(0x1c4)];this[_0x23b2b2(0x1c4)]=!0x0;try{_0x5910cf=_0x1dfc8b();}catch(_0x4365a8){_0x277aa8=_0x4365a8;}return _0x1ff8f1||(this[_0x23b2b2(0x1c4)]=!0x1),_0x277aa8&&_0x9bb25e[_0x23b2b2(0x292)](_0x277aa8,this),_0x5910cf;}[_0x120844(0x242)](_0x4d3e6e,_0x1a8ceb=null,_0x214470={}){const _0x2869f1=_0x120844;if(_0x4d3e6e[_0x2869f1(0x1e4)])return null;const _0x465dbd=this[_0x2869f1(0x1c2)][_0x2869f1(0x2cb)][_0x2869f1(0x2c6)](_0x2869f1(0x17a))['me'];for(const {suggestion:_0x520bb6,meta:_0x567973}of this[_0x2869f1(0x1c6)](_0x4d3e6e,_0x2869f1(0x24c)))if(_0x567973[_0x2869f1(0x174)]){if(!_0x567973[_0x2869f1(0x22d)]){if(_0x567973[_0x2869f1(0x2bb)]){if(!this[_0x2869f1(0x234)]||!Pt(_0x520bb6,_0x214470))continue;return _0x520bb6;}if(Pt(_0x520bb6,_0x214470))return _0x520bb6;this[_0x2869f1(0x281)](_0x520bb6,_0x4d3e6e[_0x2869f1(0x1d2)],_0x4d3e6e[_0x2869f1(0x2b1)]);break;}if(_0x1a8ceb==_0x520bb6[_0x2869f1(0x1f6)]&&Pt(_0x520bb6,_0x214470)){const _0x30ea93=_0x520bb6[_0x2869f1(0x288)]();return _0x30ea93[_0x2869f1(0x1d2)][_0x2869f1(0x2c2)](_0x4d3e6e[_0x2869f1(0x2b1)])?this[_0x2869f1(0x1e9)](_0x520bb6,this[_0x2869f1(0x2c1)][_0x2869f1(0x193)](_0x4d3e6e[_0x2869f1(0x1d2)],_0x30ea93[_0x2869f1(0x2b1)])):this[_0x2869f1(0x1e9)](_0x520bb6,this[_0x2869f1(0x2c1)][_0x2869f1(0x193)](_0x30ea93[_0x2869f1(0x1d2)],_0x4d3e6e[_0x2869f1(0x2b1)])),_0x520bb6;}}const _0x541fe8=_0x4aee68(),_0x23bd38=_0x465dbd['id'],_0x2c75eb=_0x1a8ceb?_0x2869f1(0x2be)+_0x1a8ceb:_0x2869f1(0x24c),_0x3961d6=this[_0x2869f1(0x202)]({'id':_0x541fe8,'type':_0x2c75eb,'createdAt':new Date(),'authorId':_0x23bd38,'attributes':_0x214470});return this[_0x2869f1(0x168)](_0x2c75eb,_0x541fe8,_0x23bd38,_0x4d3e6e),_0x3961d6;}[_0x120844(0x19f)](_0x3ba12a,_0x25733b=_0x120844(0x15f),_0x2268f1={}){const _0x26fdc2=_0x120844,_0x4a7a77=this[_0x26fdc2(0x1c2)][_0x26fdc2(0x2cb)][_0x26fdc2(0x2c6)](_0x26fdc2(0x17a))['me'],_0x3078b0=this[_0x26fdc2(0x2e3)][_0x26fdc2(0x1b1)](_0x26fdc2(0x24c),_0x25733b,_0x26fdc2(0x257));for(const _0x4e48cd of this[_0x26fdc2(0x2e5)]())if(_0x4e48cd[_0x26fdc2(0x18d)]['id']==_0x4a7a77['id']&&_0x26fdc2(0x24c)==_0x4e48cd[_0x26fdc2(0x1e1)]&&_0x4e48cd[_0x26fdc2(0x1f6)]==_0x25733b&&Pt(_0x4e48cd,_0x2268f1)&&(_0x3078b0(_0x4e48cd[_0x26fdc2(0x2e8)](),_0x3ba12a)||_0x3078b0(_0x3ba12a,_0x4e48cd[_0x26fdc2(0x2e8)]()))){for(const _0x2de510 of _0x3ba12a)_0x4e48cd[_0x26fdc2(0x2aa)](_0x2de510);return _0x4e48cd;}for(const {suggestion:_0x3b9d77,meta:_0x2f55a6}of this[_0x26fdc2(0x1c6)](_0x3ba12a,_0x26fdc2(0x24c))){if(!_0x2f55a6[_0x26fdc2(0x174)])continue;if(!this[_0x26fdc2(0x234)]&&_0x2f55a6[_0x26fdc2(0x2bb)])continue;if(!Pt(_0x3b9d77,_0x2268f1))continue;let _0x164bb0=!0x0;for(const _0x605d5d of _0x3b9d77[_0x26fdc2(0x2e8)]())for(const _0x4e6bfb of _0x3ba12a)if(!_0x605d5d[_0x26fdc2(0x2bd)](_0x4e6bfb)){_0x164bb0=!0x1;break;}if(_0x164bb0)return _0x3b9d77;}const _0x563257=_0x4aee68(),_0x5f39d4=_0x4a7a77['id'],_0x4d5132=_0x26fdc2(0x2be)+_0x25733b,_0x18318f=this[_0x26fdc2(0x202)]({'id':_0x563257,'type':_0x4d5132,'createdAt':new Date(),'authorId':_0x5f39d4,'attributes':_0x2268f1});for(const _0x28899c of _0x3ba12a)this[_0x26fdc2(0x168)](_0x4d5132,_0x563257,_0x5f39d4,_0x28899c,_0x1fdc37[_0x26fdc2(0x240)]());return _0x18318f;}[_0x120844(0x2bf)](_0x1a2bb9,_0x19b1ae,_0x15d3dc=null,_0x478da6={}){const _0x310590=_0x120844;if(_0x15d3dc=_0x15d3dc||Et(_0x19b1ae),_0x1a2bb9[_0x310590(0x1e4)])return null;if(_0x310590(0x279)===this[_0x310590(0x2b8)]){const _0xde9bc9=this[_0x310590(0x2e3)][_0x310590(0x1b1)](_0x310590(0x2a5),_0x15d3dc,_0x310590(0x230));return this[_0x310590(0x182)](()=>_0xde9bc9([_0x1a2bb9],_0x19b1ae,_0x478da6)),null;}const _0xac849d=this[_0x310590(0x1c2)][_0x310590(0x2cb)][_0x310590(0x2c6)](_0x310590(0x17a))['me'],_0x5849da=[];if(_0x310590(0x208)!==this[_0x310590(0x2b8)]){for(const {suggestion:_0x234f41,meta:_0x12f298}of this[_0x310590(0x1c6)](_0x1a2bb9,_0x310590(0x24c)))_0x12f298[_0x310590(0x174)]&&!_0x12f298[_0x310590(0x20e)]&&_0x5849da[_0x310590(0x1be)](..._0x234f41[_0x310590(0x2e8)]());}const _0x578697=function(_0x385ca7,_0x550b18){const _0x4e6652=_0x310590,_0x3a06c2=[];for(const _0x4245e5 of _0x550b18){const _0x5039ac=_0x385ca7[_0x4e6652(0x16a)](_0x4245e5);_0x5039ac&&_0x3a06c2[_0x4e6652(0x1be)](_0x5039ac);}return _0x3a06c2;}(_0x1a2bb9,_0x5849da),_0x5683b3=function(_0x3ca671,_0x3c2382){const _0x18cf2a=_0x310590,_0x26b520=[_0x3ca671];for(const _0x389005 of _0x3c2382){let _0x288446=0x0;for(;_0x288446<_0x26b520[_0x18cf2a(0x1da)];){const _0x186026=_0x26b520[_0x288446][_0x18cf2a(0x141)](_0x389005);_0x26b520[_0x18cf2a(0x147)](_0x288446,0x1,..._0x186026),_0x288446+=_0x186026[_0x18cf2a(0x1da)];}}return _0x26b520;}(_0x1a2bb9,_0x5849da);_0x578697[_0x310590(0x1da)]&&this[_0x310590(0x2c1)][_0x310590(0x1a1)](()=>{const _0xc8c55e=_0x310590;for(const _0x2f9701 of _0x578697){const _0x294c0b=this[_0xc8c55e(0x2e3)][_0xc8c55e(0x1b1)](_0xc8c55e(0x2a5),_0x15d3dc,_0xc8c55e(0x230));this[_0xc8c55e(0x182)](()=>_0x294c0b([_0x2f9701],_0x19b1ae,_0x478da6));}});for(const _0x27a018 of _0x5683b3){let _0x5e2dba=null,_0x4e6044=_0x27a018[_0x310590(0x1d2)],_0x370646=_0x27a018[_0x310590(0x2b1)];for(const {suggestion:_0x4a0488,meta:_0x287c72}of this[_0x310590(0x1c6)](_0x27a018,_0x310590(0x2a5))){if(!_0x287c72[_0x310590(0x174)])continue;if(_0x4a0488[_0x310590(0x1f6)]!=_0x15d3dc)continue;if(!Pt(_0x4a0488,_0x478da6))continue;const _0x32c786=_0x4a0488[_0x310590(0x288)]();if(_0x32c786[_0x310590(0x2bd)](_0x27a018,!0x0))return null;_0x4e6044=_0x4e6044[_0x310590(0x2da)](_0x32c786[_0x310590(0x1d2)])?_0x4e6044:_0x32c786[_0x310590(0x1d2)],_0x370646=_0x370646[_0x310590(0x163)](_0x32c786[_0x310590(0x2b1)])?_0x370646:_0x32c786[_0x310590(0x2b1)],_0x5e2dba?_0x32c786[_0x310590(0x1d2)][_0x310590(0x2da)](_0x5e2dba[_0x310590(0x288)]()[_0x310590(0x1d2)])?(_0x5e2dba[_0x310590(0x27e)](),_0x5e2dba=_0x4a0488):_0x4a0488[_0x310590(0x27e)]():_0x5e2dba=_0x4a0488;}const _0x84ba38=this[_0x310590(0x2c1)][_0x310590(0x193)](_0x4e6044,_0x370646);if(_0x5e2dba)this[_0x310590(0x1e9)](_0x5e2dba,_0x84ba38);else{const _0x3f37e8=_0x4aee68(),_0x550554=_0xac849d['id'];this[_0x310590(0x202)]({'id':_0x3f37e8,'type':_0x310590(0x299)+_0x15d3dc,'data':_0x19b1ae,'createdAt':new Date(),'authorId':_0x550554,'attributes':_0x478da6}),this[_0x310590(0x168)](_0x310590(0x299)+_0x15d3dc,_0x3f37e8,_0x550554,_0x84ba38);}}return null;}[_0x120844(0x1a8)](_0x59b7e5,_0x18235f,_0xc21f21=[],_0x723d3b=null,_0x3a7dee={}){const _0x5a7009=_0x120844;_0x18235f[_0x5a7009(0x2eb)]||(_0x18235f[_0x5a7009(0x2eb)]=_0x18235f[_0x5a7009(0x272)]),_0x18235f[_0x5a7009(0x1f5)]=_0x59b7e5['is'](_0x5a7009(0x265)),_0x723d3b=_0x723d3b||Et(_0x18235f);const _0x248768=_0xc21f21[_0x5a7009(0x273)](_0x36b284=>Ot(_0x36b284,this[_0x5a7009(0x2c1)])),_0x5e7184=_0x59b7e5['is'](_0x5a7009(0x265))?_0x59b7e5:Ot(_0x59b7e5,this[_0x5a7009(0x2c1)]);if(_0x5a7009(0x279)===this[_0x5a7009(0x2b8)]){const _0xe4f841=this[_0x5a7009(0x2e3)][_0x5a7009(0x1b1)](_0x5a7009(0x19b),_0x723d3b,_0x5a7009(0x230));return this[_0x5a7009(0x182)](()=>_0xe4f841([_0x5e7184],_0x18235f,_0x3a7dee)),null;}_0x248768[_0x5a7009(0x1be)](_0x5e7184);let _0x3c3b44=!0x0;for(const _0x4fd40d of _0x248768)if(!this[_0x5a7009(0x152)](_0x4fd40d)){_0x3c3b44=!0x1;break;}if(_0x3c3b44&&_0x5a7009(0x208)!==this[_0x5a7009(0x2b8)]){const _0x5541fe=this[_0x5a7009(0x2e3)][_0x5a7009(0x1b1)](_0x5a7009(0x19b),_0x723d3b,_0x5a7009(0x230));return this[_0x5a7009(0x182)](()=>_0x5541fe([_0x5e7184],_0x18235f,_0x3a7dee)),null;}let _0xd7a8ac=null,_0x5dc54c=_0x5e7184[_0x5a7009(0x1d2)],_0x2b320c=_0x5e7184[_0x5a7009(0x2b1)];for(const {suggestion:_0xc5beb5,meta:_0x24607b}of this[_0x5a7009(0x1c6)](_0x5e7184,_0x5a7009(0x19b))){if(!_0x24607b[_0x5a7009(0x174)])continue;if(_0x24607b[_0x5a7009(0x22d)]||_0x24607b[_0x5a7009(0x2bb)]||_0x24607b[_0x5a7009(0x20e)])continue;if(_0xc5beb5[_0x5a7009(0x19e)][_0x5a7009(0x2eb)]!=_0x18235f[_0x5a7009(0x2eb)])continue;if(!Pt(_0xc5beb5,_0x3a7dee))continue;const _0x52db2b=_0xc5beb5[_0x5a7009(0x288)]();if(_0xc5beb5[_0x5a7009(0x1f6)]==_0x723d3b){if(_0x52db2b[_0x5a7009(0x2bd)](_0x5e7184,!0x0))return null;_0x5dc54c=_0x5dc54c[_0x5a7009(0x2da)](_0x52db2b[_0x5a7009(0x1d2)])?_0x5dc54c:_0x52db2b[_0x5a7009(0x1d2)],_0x2b320c=_0x2b320c[_0x5a7009(0x163)](_0x52db2b[_0x5a7009(0x2b1)])?_0x2b320c:_0x52db2b[_0x5a7009(0x2b1)],_0xd7a8ac?_0x52db2b[_0x5a7009(0x1d2)][_0x5a7009(0x2da)](_0xd7a8ac[_0x5a7009(0x288)]()[_0x5a7009(0x1d2)])?(_0xd7a8ac[_0x5a7009(0x27e)](),_0xd7a8ac=_0xc5beb5):_0xc5beb5[_0x5a7009(0x27e)]():_0xd7a8ac=_0xc5beb5;}else{const _0x5d9d88=_0x5e7184[_0x5a7009(0x16a)](_0x52db2b);this[_0x5a7009(0x15a)](_0xc5beb5,_0x5d9d88);}}const _0x3bd59f=this[_0x5a7009(0x1c2)][_0x5a7009(0x2cb)][_0x5a7009(0x2c6)](_0x5a7009(0x17a))['me'],_0x888b85=_0x4aee68(),_0x3d084c=_0x3bd59f['id'];if(_0xd7a8ac)return this[_0x5a7009(0x1e9)](_0xd7a8ac,this[_0x5a7009(0x2c1)][_0x5a7009(0x193)](_0x5dc54c,_0x2b320c)),_0xd7a8ac;{const _0x3531de=this[_0x5a7009(0x202)]({'id':_0x888b85,'type':_0x5a7009(0x260)+_0x723d3b,'data':_0x18235f,'createdAt':new Date(),'authorId':_0x3d084c,'attributes':_0x3a7dee});return this[_0x5a7009(0x168)](_0x5a7009(0x260)+_0x723d3b,_0x888b85,_0x3d084c,this[_0x5a7009(0x2c1)][_0x5a7009(0x193)](_0x5dc54c,_0x2b320c)),_0x3531de;}}[_0x120844(0x1af)](_0x41892e,_0x3bca04,_0x3a37e3=[],_0x2656fc=null,_0xa61ebb={}){const _0x133f9e=_0x120844;_0x3bca04[_0x133f9e(0x2eb)]||(_0x3bca04[_0x133f9e(0x2eb)]=_0x3bca04[_0x133f9e(0x272)]);const _0x35ce4b=_0x41892e[0x0];_0x3bca04[_0x133f9e(0x1f5)]=_0x35ce4b['is'](_0x133f9e(0x265)),_0x2656fc=_0x2656fc||Et(_0x3bca04);const _0x1e017e=_0x3a37e3[_0x133f9e(0x273)](_0x6086ea=>Ot(_0x6086ea,this[_0x133f9e(0x2c1)])),_0x5b744e=_0x35ce4b['is'](_0x133f9e(0x265))?_0x41892e:_0x41892e[_0x133f9e(0x273)](_0x127a7d=>Ot(_0x127a7d,this[_0x133f9e(0x2c1)]));if(_0x133f9e(0x279)===this[_0x133f9e(0x2b8)]){const _0x661fc9=this[_0x133f9e(0x2e3)][_0x133f9e(0x1b1)](_0x133f9e(0x19b),_0x2656fc,_0x133f9e(0x230));return this[_0x133f9e(0x182)](()=>_0x661fc9(_0x5b744e,_0x3bca04,_0xa61ebb)),null;}_0x1e017e[_0x133f9e(0x1be)](..._0x5b744e);let _0x506fa9=!0x0;for(const _0xad1594 of _0x1e017e)if(!this[_0x133f9e(0x152)](_0xad1594)){_0x506fa9=!0x1;break;}if(_0x506fa9&&_0x133f9e(0x208)!==this[_0x133f9e(0x2b8)]){const _0x65c7d6=this[_0x133f9e(0x2e3)][_0x133f9e(0x1b1)](_0x133f9e(0x19b),_0x2656fc,_0x133f9e(0x230));return this[_0x133f9e(0x182)](()=>_0x65c7d6(_0x5b744e,_0x3bca04,_0xa61ebb)),null;}const _0x576a53=this[_0x133f9e(0x1c2)][_0x133f9e(0x2cb)][_0x133f9e(0x2c6)](_0x133f9e(0x17a))['me'];for(const _0x4bcfc2 of this[_0x133f9e(0x2e5)]()){if(_0x4bcfc2[_0x133f9e(0x18d)]['id']!=_0x576a53['id'])continue;if(_0x133f9e(0x19b)!=_0x4bcfc2[_0x133f9e(0x1e1)]||_0x4bcfc2[_0x133f9e(0x19e)][_0x133f9e(0x2eb)]!=_0x3bca04[_0x133f9e(0x2eb)])continue;if(!Pt(_0x4bcfc2,_0xa61ebb))continue;const _0x24e351=_0x4bcfc2[_0x133f9e(0x1f6)]==_0x2656fc;for(let _0x221eeb=0x0;_0x221eeb<_0x5b744e[_0x133f9e(0x1da)];_0x221eeb++){const _0x12ec90=_0x5b744e[_0x221eeb];for(const _0x4a3e1b of _0x4bcfc2[_0x133f9e(0x21c)]()){const _0x15f455=_0x4a3e1b[_0x133f9e(0x14b)]();if(_0x12ec90[_0x133f9e(0x2c2)](_0x15f455)){_0x24e351?(_0x5b744e[_0x133f9e(0x147)](_0x221eeb,0x1),_0x221eeb--):_0x4bcfc2[_0x133f9e(0x25a)](_0x4a3e1b[_0x133f9e(0x289)]);break;}}}}if(0x0==_0x5b744e[_0x133f9e(0x1da)])return null;const _0x268ddf=this[_0x133f9e(0x2e3)][_0x133f9e(0x1b1)](_0x133f9e(0x19b),_0x2656fc,_0x133f9e(0x257));for(const _0x2b1682 of this[_0x133f9e(0x2e5)]())if(_0x2b1682[_0x133f9e(0x18d)]['id']==_0x576a53['id']&&_0x133f9e(0x19b)==_0x2b1682[_0x133f9e(0x1e1)]&&_0x2b1682[_0x133f9e(0x19e)][_0x133f9e(0x2eb)]==_0x3bca04[_0x133f9e(0x2eb)]&&_0x2b1682[_0x133f9e(0x1f6)]==_0x2656fc&&Pt(_0x2b1682,_0xa61ebb)&&(_0x268ddf(_0x2b1682[_0x133f9e(0x2e8)](),_0x5b744e)||_0x268ddf(_0x5b744e,_0x2b1682[_0x133f9e(0x2e8)]()))){for(const _0x346755 of _0x5b744e)_0x2b1682[_0x133f9e(0x2aa)](_0x346755);return _0x2b1682;}const _0x39d599=_0x4aee68(),_0x5783bb=_0x576a53['id'],_0x3db40c=_0x133f9e(0x260)+_0x2656fc,_0x32cf39=this[_0x133f9e(0x202)]({'id':_0x39d599,'type':_0x3db40c,'data':_0x3bca04,'createdAt':new Date(),'authorId':_0x5783bb,'attributes':_0xa61ebb});for(const _0x4464c2 of _0x5b744e)this[_0x133f9e(0x168)](_0x3db40c,_0x39d599,_0x5783bb,_0x4464c2,_0x1fdc37[_0x133f9e(0x240)]());return _0x32cf39;}[_0x120844(0x13f)](_0x66c79c,_0x50a95a=null,_0x52e02a={}){const _0x50a0bd=_0x120844;if(_0x66c79c[_0x50a0bd(0x1e4)])return null;const _0xba72fa=this[_0x50a0bd(0x1c2)][_0x50a0bd(0x2cb)][_0x50a0bd(0x2c6)](_0x50a0bd(0x17a))['me'],_0x5b44a1=new _0x4b3b73(_0x66c79c[_0x50a0bd(0x1d2)],_0x66c79c[_0x50a0bd(0x2b1)]);for(const {suggestion:_0x33117d,meta:_0x2e5d41}of this[_0x50a0bd(0x1c6)](_0x5b44a1,_0x50a0bd(0x24c)))if(_0x2e5d41[_0x50a0bd(0x174)]&&!_0x2e5d41[_0x50a0bd(0x22d)]){if(_0x33117d[_0x50a0bd(0x2e2)]){const _0x13712e=_0x33117d[_0x50a0bd(0x2e8)]()[_0x50a0bd(0x1f0)](_0x2ced82=>_0x50a0bd(0x276)!=_0x2ced82[_0x50a0bd(0x2c9)][_0x50a0bd(0x1ea)]);_0x13712e[_0x50a0bd(0x14f)](_0xa61c1b=>_0x5b44a1[_0x50a0bd(0x2bd)](_0xa61c1b,!0x0))&&_0x33117d[_0x50a0bd(0x1b2)]();if(_0x13712e[_0x50a0bd(0x25f)](_0x8b733f=>_0x8b733f[_0x50a0bd(0x2bd)](_0x5b44a1,!0x0))){const _0x2b9187=this[_0x50a0bd(0x2e3)][_0x50a0bd(0x1b1)](_0x50a0bd(0x28a),_0x50a95a,_0x50a0bd(0x230));return this[_0x50a0bd(0x182)](()=>_0x2b9187([_0x5b44a1],null,_0x52e02a)),null;}}else{const _0x192e94=_0x5b44a1[_0x50a0bd(0x16a)](_0x33117d[_0x50a0bd(0x288)]());null!==_0x192e94&&_0x33117d[_0x50a0bd(0x2c4)]([_0x192e94],null,_0x52e02a);}}if(_0x5b44a1[_0x50a0bd(0x2db)](),_0x5b44a1[_0x50a0bd(0x1e4)]||_0x50a0bd(0x276)==_0x5b44a1[_0x50a0bd(0x2c9)][_0x50a0bd(0x1ea)])return null;let _0x5cfc84=null,_0x379a3c=_0x5b44a1[_0x50a0bd(0x1d2)],_0x47ee53=_0x5b44a1[_0x50a0bd(0x2b1)];const _0xf17150=this[_0x50a0bd(0x1c6)](_0x5b44a1,_0x50a0bd(0x28a));for(const {suggestion:_0xb14824,meta:_0x4d894e}of _0xf17150){const _0x88287d=this[_0x50a0bd(0x2c1)][_0x50a0bd(0x193)](_0x379a3c,_0x47ee53);if(_0x4d894e[_0x50a0bd(0x174)]&&(this[_0x50a0bd(0x234)]||!_0x4d894e[_0x50a0bd(0x2bb)]&&!_0x4d894e[_0x50a0bd(0x20e)])){if(_0xb14824[_0x50a0bd(0x2e2)]){if(!Pt(_0xb14824,_0x52e02a))continue;let _0x5c1bbc=!0x0;for(const _0x5df129 of _0xb14824[_0x50a0bd(0x2e8)]()){if(_0x5df129[_0x50a0bd(0x2bd)](_0x88287d,!0x0))return _0xb14824;_0x88287d[_0x50a0bd(0x2bd)](_0x5df129)||(_0x5c1bbc=!0x1);}_0x5c1bbc&&_0xb14824[_0x50a0bd(0x1b2)]();}else{const _0x1ce9e2=_0xb14824[_0x50a0bd(0x288)]();if(_0x1ce9e2[_0x50a0bd(0x2bd)](_0x88287d,!0x0))return _0xb14824;if(!Pt(_0xb14824,_0x52e02a)){_0x88287d[_0x50a0bd(0x2bd)](_0x1ce9e2)?_0xb14824[_0x50a0bd(0x27e)]():_0x1ce9e2[_0x50a0bd(0x1d3)](_0x379a3c)?_0x379a3c=_0x1ce9e2[_0x50a0bd(0x2b1)]:_0x1ce9e2[_0x50a0bd(0x1d3)](_0x47ee53)&&(_0x47ee53=_0x1ce9e2[_0x50a0bd(0x1d2)]);continue;}_0x379a3c=_0x379a3c[_0x50a0bd(0x2da)](_0x1ce9e2[_0x50a0bd(0x1d2)])?_0x379a3c:_0x1ce9e2[_0x50a0bd(0x1d2)],_0x47ee53=_0x47ee53[_0x50a0bd(0x163)](_0x1ce9e2[_0x50a0bd(0x2b1)])?_0x47ee53:_0x1ce9e2[_0x50a0bd(0x2b1)],_0x52e02a=Object[_0x50a0bd(0x2c5)]({},_0xb14824[_0x50a0bd(0x167)]),_0x5cfc84?_0x1ce9e2[_0x50a0bd(0x1d2)][_0x50a0bd(0x2da)](_0x5cfc84[_0x50a0bd(0x288)]()[_0x50a0bd(0x1d2)])?(_0x5cfc84[_0x50a0bd(0x27e)](),_0x5cfc84=_0xb14824):_0xb14824[_0x50a0bd(0x27e)]():_0x5cfc84=_0xb14824;}}}if(_0x5cfc84)return this[_0x50a0bd(0x1e9)](_0x5cfc84,this[_0x50a0bd(0x2c1)][_0x50a0bd(0x193)](_0x379a3c,_0x47ee53)),_0x5cfc84;{const _0x464d1c=_0x4aee68(),_0x54404c=this[_0x50a0bd(0x2c1)][_0x50a0bd(0x193)](_0x379a3c,_0x47ee53),_0x44e981=_0xba72fa['id'],_0x5d7173=_0x50a95a?_0x50a0bd(0x25c)+_0x50a95a:_0x50a0bd(0x28a),_0x476cea=this[_0x50a0bd(0x202)]({'id':_0x464d1c,'type':_0x5d7173,'createdAt':new Date(),'authorId':_0x44e981,'attributes':_0x52e02a});return this[_0x50a0bd(0x168)](_0x5d7173,_0x464d1c,_0x44e981,_0x54404c),_0x476cea;}}[_0x120844(0x24d)](_0x7c1d6a,_0x9daf9b=_0x120844(0x15f),_0x3265db={}){const _0x1f6b42=_0x120844,_0x327561=this[_0x1f6b42(0x1c2)][_0x1f6b42(0x2cb)][_0x1f6b42(0x2c6)](_0x1f6b42(0x17a))['me'],_0x468f64=_0x7c1d6a[_0x1f6b42(0x273)](_0x3bb63c=>new _0x4b3b73(_0x3bb63c[_0x1f6b42(0x1d2)],_0x3bb63c[_0x1f6b42(0x2b1)])),_0x2e8df1=new Set();for(const {suggestion:_0x97f3cf,meta:_0x4fecea}of this[_0x1f6b42(0x1c6)](_0x468f64,_0x1f6b42(0x24c)))_0x4fecea[_0x1f6b42(0x174)]&&!_0x4fecea[_0x1f6b42(0x22d)]&&_0x2e8df1[_0x1f6b42(0x1f3)](_0x97f3cf);for(const _0x6299dc of _0x2e8df1)if(_0x6299dc[_0x1f6b42(0x2e2)]){const _0x3da702=_0x6299dc[_0x1f6b42(0x2e8)]();(!_0x6299dc[_0x1f6b42(0x167)]||!_0x6299dc[_0x1f6b42(0x167)][_0x1f6b42(0x26f)])&&(_0x3da702[_0x1f6b42(0x14f)](_0x1688c9=>_0x468f64[_0x1f6b42(0x25f)](_0x113dda=>_0x113dda[_0x1f6b42(0x2bd)](_0x1688c9,!0x0)))&&_0x6299dc[_0x1f6b42(0x1b2)]());if(_0x468f64[_0x1f6b42(0x14f)](_0x57492b=>_0x3da702[_0x1f6b42(0x25f)](_0x398c72=>_0x398c72[_0x1f6b42(0x2bd)](_0x57492b,!0x0)))){const _0x405c62=this[_0x1f6b42(0x2e3)][_0x1f6b42(0x1b1)](_0x1f6b42(0x28a),_0x9daf9b,_0x1f6b42(0x230));return this[_0x1f6b42(0x182)](()=>_0x405c62(_0x7c1d6a,null,_0x3265db)),null;}}else{const _0x32cb49=_0x6299dc[_0x1f6b42(0x288)]();_0x468f64[_0x1f6b42(0x25f)](_0x497bb1=>_0x497bb1[_0x1f6b42(0x2bd)](_0x32cb49,!0x0))&&_0x6299dc[_0x1f6b42(0x1b2)]();if(_0x468f64[_0x1f6b42(0x14f)](_0x3f85fd=>_0x32cb49[_0x1f6b42(0x2bd)](_0x3f85fd,!0x0))){const _0x271c9c=this[_0x1f6b42(0x2e3)][_0x1f6b42(0x1b1)](_0x1f6b42(0x28a),_0x9daf9b,_0x1f6b42(0x230));return this[_0x1f6b42(0x182)](()=>_0x271c9c(_0x468f64,null,_0x3265db)),null;}}const _0x33f9e3=this[_0x1f6b42(0x2e3)][_0x1f6b42(0x1b1)](_0x1f6b42(0x28a),_0x9daf9b,_0x1f6b42(0x257));let _0x1fc580=null;for(const _0x12ca6d of this[_0x1f6b42(0x2e5)]())if(_0x12ca6d[_0x1f6b42(0x18d)]['id']==_0x327561['id']&&_0x12ca6d[_0x1f6b42(0x1b4)]&&_0x1f6b42(0x28a)==_0x12ca6d[_0x1f6b42(0x1e1)]&&_0x12ca6d[_0x1f6b42(0x1f6)]==_0x9daf9b&&Pt(_0x12ca6d,_0x3265db)&&(_0x33f9e3(_0x12ca6d[_0x1f6b42(0x2e8)](),_0x468f64)||_0x33f9e3(_0x468f64,_0x12ca6d[_0x1f6b42(0x2e8)]()))){if(_0x1fc580){if(_0x12ca6d[_0x1f6b42(0x160)]&&_0x12ca6d[_0x1f6b42(0x160)][_0x1f6b42(0x1da)])continue;for(const _0x110d48 of _0x12ca6d[_0x1f6b42(0x2e8)]())_0x1fc580[_0x1f6b42(0x2d2)](_0x110d48)||_0x1fc580[_0x1f6b42(0x2aa)](_0x110d48);_0x12ca6d[_0x1f6b42(0x27e)]();}else{_0x1fc580=_0x12ca6d;for(const _0x16a809 of _0x468f64)_0x12ca6d[_0x1f6b42(0x2d2)](_0x16a809)||_0x12ca6d[_0x1f6b42(0x2aa)](_0x16a809);}}if(_0x1fc580)return _0x1fc580;_0x2e8df1[_0x1f6b42(0x24e)]();for(const {suggestion:_0x2fdb34,meta:_0xd733d0}of this[_0x1f6b42(0x1c6)](_0x468f64,_0x1f6b42(0x28a)))_0xd733d0[_0x1f6b42(0x174)]&&(this[_0x1f6b42(0x234)]||!_0xd733d0[_0x1f6b42(0x2bb)]&&!_0xd733d0[_0x1f6b42(0x20e)])&&Pt(_0x2fdb34,_0x3265db)&&_0x2e8df1[_0x1f6b42(0x1f3)](_0x2fdb34);for(const _0x2f6f60 of _0x2e8df1){const _0x6a2054=_0x2f6f60[_0x1f6b42(0x2e8)]();if(!_0x3265db||!_0x3265db[_0x1f6b42(0x26f)]){if(_0x468f64[_0x1f6b42(0x14f)](_0x2a5dc3=>_0x6a2054[_0x1f6b42(0x25f)](_0x20cb06=>_0x20cb06[_0x1f6b42(0x2bd)](_0x2a5dc3,!0x0))))return _0x2f6f60;}(!_0x2f6f60[_0x1f6b42(0x167)]||!_0x2f6f60[_0x1f6b42(0x167)][_0x1f6b42(0x26f)])&&(_0x6a2054[_0x1f6b42(0x14f)](_0x331c5f=>_0x468f64[_0x1f6b42(0x25f)](_0x1aea4b=>_0x1aea4b[_0x1f6b42(0x2bd)](_0x331c5f,!0x0)))&&_0x2f6f60[_0x1f6b42(0x1b2)]());}const _0x416615=_0x4aee68(),_0x56bd5f=_0x327561['id'],_0x597741=_0x1f6b42(0x25c)+_0x9daf9b,_0x4b2922=this[_0x1f6b42(0x202)]({'id':_0x416615,'type':_0x597741,'createdAt':new Date(),'authorId':_0x56bd5f,'attributes':_0x3265db});for(const _0x1110d9 of _0x468f64)_0x1110d9[_0x1f6b42(0x2db)](),_0x1110d9[_0x1f6b42(0x1e4)]||_0x1f6b42(0x276)==_0x1110d9[_0x1f6b42(0x2c9)][_0x1f6b42(0x1ea)]||this[_0x1f6b42(0x168)](_0x597741,_0x416615,_0x56bd5f,_0x1110d9,_0x1fdc37[_0x1f6b42(0x240)]());return _0x4b2922;}[_0x120844(0x1ed)](_0x40d09a,_0x11616b,_0x46694e,_0x48a07d,_0x33b049){const _0x5c9927=_0x120844;if(_0x40d09a[_0x5c9927(0x1e4)])return[];if(_0x5c9927(0x279)===this[_0x5c9927(0x2b8)])return[];const _0x12154a=this[_0x5c9927(0x1c2)][_0x5c9927(0x2cb)][_0x5c9927(0x2c6)](_0x5c9927(0x17a))['me']['id'],_0xc19240=Array[_0x5c9927(0x244)](this[_0x5c9927(0x2a1)][_0x5c9927(0x2a7)]())[_0x5c9927(0x1f0)](_0x2d2cd4=>_0x5c9927(0x2e0)==_0x2d2cd4[_0x5c9927(0x1e1)]&&_0x2d2cd4[_0x5c9927(0x19e)][_0x5c9927(0x1e2)]==_0x11616b&&_0x2d2cd4[_0x5c9927(0x2d2)](_0x40d09a));if(_0x5c9927(0x209)===this[_0x5c9927(0x2b8)]){const _0x58eaa4=this[_0x5c9927(0x1c6)](_0x40d09a,_0x5c9927(0x24c))[_0x5c9927(0x1f0)](({meta:_0x51f50d})=>_0x51f50d[_0x5c9927(0x174)]&&!_0x51f50d[_0x5c9927(0x20e)]&&!_0x51f50d[_0x5c9927(0x22d)])[_0x5c9927(0x273)](({suggestion:_0x27fd37})=>_0x27fd37);_0xc19240[_0x5c9927(0x17c)](..._0x58eaa4);}const _0x3c5663=new Map([[_0x40d09a,_0x46694e]]);for(const _0x2150ad of _0xc19240){const _0x4efef1=_0x5c9927(0x2e0)==_0x2150ad[_0x5c9927(0x1e1)]?_0x2150ad[_0x5c9927(0x19e)][_0x5c9927(0x24a)]:void 0x0,_0x19fc32=_0x2150ad[_0x5c9927(0x288)](),_0xcbcaee=Array[_0x5c9927(0x244)](_0x3c5663[_0x5c9927(0x1ac)]())[_0x5c9927(0x16f)](_0x428149=>_0x428149[_0x5c9927(0x2ed)](_0x19fc32));if(!_0xcbcaee)continue;const _0x25ecc6=_0xcbcaee[_0x5c9927(0x141)](_0x19fc32);this[_0x5c9927(0x2ee)](_0x11616b)&&_0x5c9927(0x24c)==_0x2150ad[_0x5c9927(0x1e1)]&&0x0!=_0x25ecc6[_0x5c9927(0x1da)]||(_0x3c5663[_0x5c9927(0x18c)](_0xcbcaee),_0x25ecc6[_0x5c9927(0x17d)](_0x20d1c4=>{const _0x3b364d=_0x5c9927;_0x3c5663[_0x3b364d(0x1b9)](_0x20d1c4,_0x46694e);}),_0x5c9927(0x24c)!=_0x2150ad[_0x5c9927(0x1e1)]&&_0x4efef1!=_0x48a07d&&_0x3c5663[_0x5c9927(0x1b9)](_0xcbcaee[_0x5c9927(0x16a)](_0x19fc32),_0x4efef1));}const _0x18da18=[];for(const [_0x80ac09,_0x8d4392]of _0x3c5663){const _0x45f0ae=_0x4aee68(),_0x50ffda={'key':_0x11616b,'oldValue':_0x8d4392,'newValue':_0x48a07d};_0x11616b[_0x5c9927(0x1da)]>0x25&&console[_0x5c9927(0x1ae)](_0x5c9927(0x2de),{'key':_0x11616b});const _0x29b53d=(_0x5c9927(0x268)+(_0x11616b+'|'+Et({'newValue':_0x48a07d})))[_0x5c9927(0x145)](0x0,0x3c),_0xd32417=this[_0x5c9927(0x202)]({'id':_0x45f0ae,'type':_0x29b53d,'data':_0x50ffda,'createdAt':new Date(),'authorId':_0x12154a,'attributes':_0x33b049});_0x18da18[_0x5c9927(0x1be)](_0xd32417),this[_0x5c9927(0x168)](_0x29b53d,_0x45f0ae,_0x12154a,_0x80ac09);}return _0x18da18;}[_0x120844(0x261)](_0x517946){const _0x1eea65=_0x120844;this[_0x1eea65(0x155)][_0x1eea65(0x1f3)](_0x517946);}[_0x120844(0x14e)](_0x49521f){const _0x382c30=_0x120844;this[_0x382c30(0x253)][_0x382c30(0x1f3)](_0x49521f);}[_0x120844(0x249)](_0x517b7d,_0x265f44=[],_0x14439c=[]){const _0x1f0b35=_0x120844;this[_0x1f0b35(0x195)](_0x517b7d,(_0x511115,..._0xf26ef7)=>{const _0x33b64a=_0x1f0b35;this[_0x33b64a(0x228)](()=>{_0x511115(..._0xf26ef7);});});for(const _0x41edf8 of _0x265f44)this[_0x1f0b35(0x14e)](_0x41edf8);for(const _0x499ba3 of _0x14439c)this[_0x1f0b35(0x261)](_0x499ba3);}[_0x120844(0x225)](_0x2ee583){const _0x502e42=_0x120844;return _0x502e42(0x2e0)==_0x2ee583[_0x502e42(0x1e1)]?_0x2ee583[_0x502e42(0x1f6)][_0x502e42(0x294)]('|')[0x0]:null;}[_0x120844(0x1e9)](_0x4483f7,_0x462e77){const _0x421468=_0x120844,_0xeca388=_0x4483f7[_0x421468(0x20c)]();this[_0x421468(0x2c1)][_0x421468(0x1a1)](_0x3bcb28=>{const _0x4aaec7=_0x421468;_0x3bcb28[_0x4aaec7(0x166)](_0xeca388,{'range':_0x462e77});});}[_0x120844(0x1d8)](_0x147852){const _0x519261=_0x120844,_0x3032d9=_0x147852['id'],_0x253f34=this[_0x519261(0x1c2)][_0x519261(0x159)][_0x519261(0x2c6)](_0x519261(0x2c3));this[_0x519261(0x28f)][_0x519261(0x275)](_0x3032d9)||this[_0x519261(0x28f)][_0x519261(0x1f8)]({'channelId':_0x253f34,'threadId':_0x3032d9,'isResolvable':!0x1,'isSubmitted':!0x0});const _0xf5ff13=this[_0x519261(0x28f)][_0x519261(0x1a7)](_0x3032d9);_0xf5ff13[_0x519261(0x280)](_0x519261(0x2e6)),_0xf5ff13[_0x519261(0x2e6)]=!0x1,_0x147852[_0x519261(0x160)]=_0xf5ff13;}[_0x120844(0x192)](_0x1e11c0,_0xc9cda4,_0x22ec99,_0xc81844){const _0x3d892a=_0x120844;if(_0x1e11c0[_0x3d892a(0x1e1)]!=_0xc9cda4||_0x1e11c0[_0x3d892a(0x1f6)]!=_0x22ec99||_0x1e11c0[_0x3d892a(0x15c)]['id']!=_0xc81844)throw this[_0x3d892a(0x1c2)][_0x3d892a(0x17b)](_0x3d892a(0x20f)),new _0x9bb25e(_0x3d892a(0x20f),this);}[_0x120844(0x15a)](_0x2acd10,_0x1fa269){const _0xa63b9d=_0x120844,_0x199816=_0x2acd10[_0xa63b9d(0x288)]();if(_0x1fa269[_0xa63b9d(0x2c2)](_0x199816))_0x2acd10[_0xa63b9d(0x27e)]();else{if(_0x199816[_0xa63b9d(0x2bd)](_0x1fa269)){const _0xfa64b4=this[_0xa63b9d(0x2c1)][_0xa63b9d(0x20b)](_0x1fa269[_0xa63b9d(0x1d2)][_0xa63b9d(0x21d)],_0xa63b9d(0x2b1));this[_0xa63b9d(0x1e9)](_0x2acd10,this[_0xa63b9d(0x2c1)][_0xa63b9d(0x193)](_0x199816[_0xa63b9d(0x1d2)],_0xfa64b4));const _0x3fa8fe=_0x4aee68(),_0x301392=_0x2acd10[_0xa63b9d(0x15c)]['id'],_0x589b61=_0x2acd10[_0xa63b9d(0x1e1)]+':'+_0x2acd10[_0xa63b9d(0x1f6)];this[_0xa63b9d(0x202)]({'id':_0x3fa8fe,'type':_0x589b61,'createdAt':new Date(),'authorId':_0x301392,'data':_0x2acd10[_0xa63b9d(0x19e)],'attributes':_0x2acd10[_0xa63b9d(0x167)]});const _0x175a2c=this[_0xa63b9d(0x2c1)][_0xa63b9d(0x20b)](_0x1fa269[_0xa63b9d(0x2b1)][_0xa63b9d(0x20d)],_0xa63b9d(0x267)),_0x318ee0=this[_0xa63b9d(0x2c1)][_0xa63b9d(0x193)](_0x175a2c,_0x199816[_0xa63b9d(0x2b1)]);this[_0xa63b9d(0x168)](_0x589b61,_0x3fa8fe,_0x301392,_0x318ee0);}else{if(_0x199816[_0xa63b9d(0x1d3)](_0x1fa269[_0xa63b9d(0x1d2)])){const _0x58924d=this[_0xa63b9d(0x2c1)][_0xa63b9d(0x20b)](_0x1fa269[_0xa63b9d(0x1d2)][_0xa63b9d(0x21d)],_0xa63b9d(0x2b1));this[_0xa63b9d(0x1e9)](_0x2acd10,this[_0xa63b9d(0x2c1)][_0xa63b9d(0x193)](_0x199816[_0xa63b9d(0x1d2)],_0x58924d));}else{const _0x187eec=this[_0xa63b9d(0x2c1)][_0xa63b9d(0x20b)](_0x1fa269[_0xa63b9d(0x2b1)][_0xa63b9d(0x20d)],_0xa63b9d(0x267));this[_0xa63b9d(0x1e9)](_0x2acd10,this[_0xa63b9d(0x2c1)][_0xa63b9d(0x193)](_0x187eec,_0x199816[_0xa63b9d(0x2b1)]));}}}}[_0x120844(0x152)](_0xe46c57){const _0x2b472f=_0x120844;for(const {suggestion:_0x77965f,meta:_0x1d1ae8}of this[_0x2b472f(0x1c6)](_0xe46c57,_0x2b472f(0x24c))){if(!_0x1d1ae8[_0x2b472f(0x174)])continue;const _0x39edf0=_0x77965f[_0x2b472f(0x2e8)]();for(const _0x2d7f08 of _0x39edf0)if(!_0xe46c57[_0x2b472f(0x141)](_0x2d7f08)[_0x2b472f(0x1da)])return!0x0;}return!0x1;}[_0x120844(0x210)](_0x45b4db){const _0x1a32ab=_0x120844,_0x19c842=this[_0x1a32ab(0x1c2)][_0x1a32ab(0x2cb)][_0x1a32ab(0x2c6)](_0x1a32ab(0x17a))[_0x1a32ab(0x216)](_0x45b4db);if(!_0x19c842)throw new _0x9bb25e(_0x1a32ab(0x263),this);return _0x19c842;}[_0x120844(0x170)](_0x173ef2){const _0x2ff913=_0x120844,_0x47d93b=this[_0x2ff913(0x1c2)][_0x2ff913(0x2cb)][_0x2ff913(0x2c6)](_0x2ff913(0x17a)),_0x5484bb=_0x2689b9(_0x2ff913(0x21a)+_0x173ef2),_0x558396=_0x47d93b[_0x2ff913(0x216)](_0x5484bb);return _0x558396||_0x47d93b[_0x2ff913(0x229)]({'id':_0x5484bb,'name':_0x173ef2});}[_0x120844(0x144)](_0x4d3ca6,_0xd80b0e,_0x47171b,_0x2c83a5,_0x3863aa){const _0x2a4b6e=_0x120844,_0x4e09c0=this[_0x2a4b6e(0x210)](_0x2c83a5),_0x265615=this[_0x2a4b6e(0x2e3)][_0x2a4b6e(0x164)](_0x4d3ca6,_0xd80b0e,_0x47171b,_0x4e09c0,_0x3863aa,_0x1b77bc=>{const _0x5ac927=_0x2a4b6e;this[_0x5ac927(0x199)](_0x47171b,{'attributes':_0x1b77bc});const _0x5cf92d=this[_0x5ac927(0x186)](_0x47171b);this[_0x5ac927(0x1db)](new Set([_0x5cf92d])),this[_0x5ac927(0x185)](new Set([_0x5cf92d]));});return this[_0x2a4b6e(0x1c1)](_0x265615,_0x2a4b6e(0x230),()=>{const _0x22c59f=_0x2a4b6e;this[_0x22c59f(0x199)](_0x47171b,{'state':_0x22c59f(0x29e)});},{'priority':_0x2a4b6e(0x25e)}),this[_0x2a4b6e(0x1c1)](_0x265615,_0x2a4b6e(0x1b2),()=>{const _0x56e75b=_0x2a4b6e;this[_0x56e75b(0x199)](_0x47171b,{'state':_0x56e75b(0x1e7)});},{'priority':_0x2a4b6e(0x25e)}),this[_0x2a4b6e(0x2a1)][_0x2a4b6e(0x1b9)](_0x47171b,_0x265615),this[_0x2a4b6e(0x176)][_0x2a4b6e(0x1b9)](_0x265615,_0x2a4b6e(0x1c7)),_0x265615;}[_0x120844(0x2a9)](_0x118674){const _0x1924cd=_0x120844,_0x384b82=_0x118674[_0x1924cd(0x294)](':');return{'group':_0x384b82[0x0],'type':_0x384b82[0x1],'subType':_0x384b82[_0x1924cd(0x1da)]>=0x5?_0x384b82[0x2]:null,'id':_0x384b82[_0x1924cd(0x1da)]<0x5?_0x384b82[0x2]:_0x384b82[0x3],'authorId':_0x384b82[_0x1924cd(0x1da)]<0x5?_0x384b82[0x3]:_0x384b82[0x4],'markerCount':0x6==_0x384b82[_0x1924cd(0x1da)]?_0x384b82[0x5]:null};}[_0x120844(0x281)](_0x5cb986,_0x539b0f,_0x3f7568){const _0x5ccc88=_0x120844,_0x396bc1=_0x5cb986[_0x5ccc88(0x288)](),_0x211f6c=_0x396bc1[_0x5ccc88(0x1d2)],_0x1e9b7e=_0x396bc1[_0x5ccc88(0x2b1)];this[_0x5ccc88(0x1e9)](_0x5cb986,this[_0x5ccc88(0x2c1)][_0x5ccc88(0x193)](_0x211f6c,_0x539b0f));const _0x430eed=_0x4aee68(),_0x2b68e7=_0x5cb986[_0x5ccc88(0x15c)]['id'],_0x2517a6=_0x5cb986[_0x5ccc88(0x1e1)]+(_0x5cb986[_0x5ccc88(0x1f6)]?':'+_0x5cb986[_0x5ccc88(0x1f6)]:'');this[_0x5ccc88(0x202)]({'id':_0x430eed,'type':_0x2517a6,'createdAt':new Date(),'authorId':_0x2b68e7,'originalSuggestionId':_0x5cb986['id'],'attributes':_0x5cb986[_0x5ccc88(0x167)],'data':_0x5cb986[_0x5ccc88(0x19e)]});const _0x267d04=this[_0x5ccc88(0x225)](_0x5cb986);(_0x5ccc88(0x19b)==_0x5cb986[_0x5ccc88(0x1e1)]||_0x267d04&&this[_0x5ccc88(0x2ee)](_0x267d04))&&(_0x3f7568=this[_0x5ccc88(0x2c1)][_0x5ccc88(0x278)](_0x3f7568[_0x5ccc88(0x20d)])),this[_0x5ccc88(0x168)](_0x2517a6,_0x430eed,_0x2b68e7,this[_0x5ccc88(0x2c1)][_0x5ccc88(0x193)](_0x3f7568,_0x1e9b7e));}[_0x120844(0x1c6)](_0x7367ca,_0x4bb0a1=null){const _0xd1a31=_0x120844,_0x36a50b=[],_0x58de2c=this[_0xd1a31(0x1c2)][_0xd1a31(0x2cb)][_0xd1a31(0x2c6)](_0xd1a31(0x17a))['me'];Array[_0xd1a31(0x233)](_0x7367ca)||(_0x7367ca=[_0x7367ca]);for(const _0x1afab1 of this[_0xd1a31(0x2e5)]()){if(!_0x1afab1[_0xd1a31(0x1b4)])continue;if(_0x4bb0a1&&_0x1afab1[_0xd1a31(0x1e1)]!=_0x4bb0a1)continue;let _0x247121=!0x1;for(const _0x2eda6e of _0x1afab1[_0xd1a31(0x2e8)]()){for(const _0x39fb58 of _0x7367ca){const _0x5f2378=_0x39fb58[_0xd1a31(0x1d2)][_0xd1a31(0x2c2)](_0x2eda6e[_0xd1a31(0x2b1)])||_0x39fb58[_0xd1a31(0x2b1)][_0xd1a31(0x2c2)](_0x2eda6e[_0xd1a31(0x1d2)]);if(_0x5f2378||_0x39fb58[_0xd1a31(0x16a)](_0x2eda6e)){const _0x18d7ba=_0x39fb58[_0xd1a31(0x2bd)](_0x2eda6e)&&xt(this[_0xd1a31(0x2c1)][_0xd1a31(0x189)],_0x2eda6e[_0xd1a31(0x1d2)],_0x39fb58),_0xa6c41d=_0x2eda6e[_0xd1a31(0x2bd)](_0x39fb58)&&xt(this[_0xd1a31(0x2c1)][_0xd1a31(0x189)],_0x39fb58[_0xd1a31(0x1d2)],_0x2eda6e);_0x36a50b[_0xd1a31(0x1be)]({'suggestion':_0x1afab1,'meta':{'isOwn':_0x58de2c==_0x1afab1[_0xd1a31(0x18d)],'isNextTo':_0x5f2378,'isInsideObject':_0x18d7ba,'containsRangeInObject':_0xa6c41d}}),_0x247121=!0x0;break;}}if(_0x247121)break;}}return _0x36a50b;}[_0x120844(0x168)](_0x4ca613,_0x55dc2b,_0x2781ca,_0x1078cb,_0xc65777){const _0x6e6f43=_0x120844;this[_0x6e6f43(0x2c1)][_0x6e6f43(0x1a1)](_0x19cf65=>{const _0x23d7ea=_0x6e6f43;let _0x14095e=_0x23d7ea(0x171)+_0x4ca613+':'+_0x55dc2b+':'+_0x2781ca;_0xc65777&&(_0x14095e=_0x14095e+':'+_0xc65777),_0x19cf65[_0x23d7ea(0x17f)](_0x14095e,{'range':_0x1078cb,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x120844(0x16d)](_0x546eff){const _0x3a9d24=_0x120844,_0x431d6b=_0x546eff[_0x3a9d24(0x140)],_0x3ca910=_0x546eff[_0x3a9d24(0x181)];_0x546eff[_0x3a9d24(0x140)]=null,_0x546eff[_0x3a9d24(0x181)]=null,null!=_0x431d6b&&_0x431d6b[_0x3a9d24(0x181)]==_0x546eff&&(_0x431d6b[_0x3a9d24(0x181)]=_0x3ca910),null!=_0x3ca910&&_0x3ca910[_0x3a9d24(0x140)]==_0x546eff&&(_0x3ca910[_0x3a9d24(0x140)]=_0x431d6b),_0x3a9d24(0x2af)==this[_0x3a9d24(0x176)][_0x3a9d24(0x2c6)](_0x546eff)&&(this[_0x3a9d24(0x176)][_0x3a9d24(0x1b9)](_0x546eff,_0x3a9d24(0x282)),this[_0x3a9d24(0x142)](_0x3a9d24(0x153),_0x546eff,_0x431d6b,_0x3ca910));}[_0x120844(0x202)](_0x471b9b){const _0x1acfb6=_0x120844,_0x36152b=_0x471b9b['id'],_0x485c6c=this[_0x1acfb6(0x1a6)](_0x471b9b);if(this[_0x1acfb6(0x245)]&&this[_0x1acfb6(0x245)][_0x1acfb6(0x196)]){const _0x2d1b9f=this[_0x1acfb6(0x1c2)][_0x1acfb6(0x2cb)][_0x1acfb6(0x2c6)](_0x1acfb6(0x23d)),_0x4cc47a=_0x485c6c[_0x1acfb6(0x1a9)],_0x2dcc03=_0x485c6c[_0x1acfb6(0x1f6)]?_0x485c6c[_0x1acfb6(0x1e1)]+':'+_0x485c6c[_0x1acfb6(0x1f6)]:_0x485c6c[_0x1acfb6(0x1e1)],_0x2853ca=this[_0x1acfb6(0x1c2)][_0x1acfb6(0x177)],_0x53e741=_0x2d1b9f[_0x1acfb6(0x1f3)](_0x1b05c7(_0x2853ca,_0x1acfb6(0x2cf))),_0x5d14f7={'id':_0x36152b,'type':_0x2dcc03,'hasComments':_0x4cc47a,'data':_0x471b9b[_0x1acfb6(0x19e)]||null,'originalSuggestionId':_0x471b9b[_0x1acfb6(0x270)]||null,'attributes':_0x485c6c[_0x1acfb6(0x167)]};this[_0x1acfb6(0x245)][_0x1acfb6(0x196)](_0x5d14f7)[_0x1acfb6(0x203)](_0x591168=>{const _0x45a091=_0x1acfb6;_0x485c6c[_0x45a091(0x224)]=!0x0,_0x2d1b9f[_0x45a091(0x27f)](_0x53e741),_0x591168&&_0x591168[_0x45a091(0x165)]&&(this[_0x45a091(0x2a1)][_0x45a091(0x2c6)](_0x36152b)[_0x45a091(0x165)]=_0x591168[_0x45a091(0x165)]);})[_0x1acfb6(0x266)](_0x15018a=>{const _0x516453=_0x1acfb6;throw _0x5936f8(_0x516453(0x21e)),this[_0x516453(0x1c2)][_0x516453(0x290)][_0x516453(0x1d9)]({'isUndoable':!0x1},()=>{const _0x3b0221=_0x516453;_0x485c6c[_0x3b0221(0x1b2)]();}),_0x485c6c[_0x516453(0x22e)](),this[_0x516453(0x2a1)][_0x516453(0x18c)](_0x485c6c['id']),this[_0x516453(0x176)][_0x516453(0x18c)](_0x485c6c),_0x15018a;});}return _0x485c6c;}[_0x120844(0x2ee)](_0x225f74){const _0x5a52e3=_0x120844;return this[_0x5a52e3(0x155)][_0x5a52e3(0x1c8)](_0x225f74);}[_0x120844(0x199)](_0x1bb88e,_0x3fa54c){const _0x38105f=_0x120844,_0x40dbae=this[_0x38105f(0x1c2)][_0x38105f(0x2cb)][_0x38105f(0x2c6)](_0x38105f(0x23d)),_0x1bea5c=this[_0x38105f(0x186)](_0x1bb88e);if(this[_0x38105f(0x245)]&&this[_0x38105f(0x245)][_0x38105f(0x2d8)]){if(_0x1bea5c[_0x38105f(0x224)]){const _0x414aa5=_0x40dbae[_0x38105f(0x1f3)](_0x1b05c7(this[_0x38105f(0x1c2)][_0x38105f(0x177)],_0x38105f(0x2cf)));this[_0x38105f(0x245)][_0x38105f(0x2d8)](_0x1bb88e,_0x3fa54c)[_0x38105f(0x203)](()=>{const _0x196821=_0x38105f;_0x40dbae[_0x196821(0x27f)](_0x414aa5);});}else _0x1bea5c['on'](_0x38105f(0x23a),()=>{const _0x5ef9fc=_0x38105f;this[_0x5ef9fc(0x199)](_0x1bb88e,_0x3fa54c);});}}[_0x120844(0x23b)](_0x20e52f){const _0x470318=_0x120844;if(!this[_0x470318(0x245)]||!this[_0x470318(0x245)][_0x470318(0x186)])throw new _0x9bb25e(_0x470318(0x22c),this);return this[_0x470318(0x245)][_0x470318(0x186)](_0x20e52f);}[_0x120844(0x18b)](_0x2c002d){const _0x5eea10=_0x120844,{id:_0x13cd61,type:_0x26abe8,subType:_0x5be1,authorId:_0x8a474e}=this[_0x5eea10(0x2a9)](_0x2c002d),_0x50297a=this[_0x5eea10(0x2a1)][_0x5eea10(0x2c6)](_0x13cd61)||this[_0x5eea10(0x144)](_0x26abe8,_0x5be1,_0x13cd61,_0x8a474e,{});switch(this[_0x5eea10(0x192)](_0x50297a,_0x26abe8,_0x5be1,_0x8a474e),this[_0x5eea10(0x176)][_0x5eea10(0x2c6)](_0x50297a)){case _0x5eea10(0x1c7):this[_0x5eea10(0x23b)](_0x13cd61)[_0x5eea10(0x203)](_0x45e206=>{const _0x472c64=_0x5eea10;let _0x575eba=Promise[_0x472c64(0x1ef)]();_0x45e206[_0x472c64(0x1a9)]&&(_0x575eba=this[_0x472c64(0x28f)][_0x472c64(0x28b)]({'channelId':this[_0x472c64(0x1c2)][_0x472c64(0x159)][_0x472c64(0x2c6)](_0x472c64(0x2c3)),'threadId':_0x13cd61})),_0x575eba[_0x472c64(0x203)](()=>{const _0x43d34c=_0x472c64;this[_0x43d34c(0x1a6)](_0x45e206)[_0x43d34c(0x224)]=!0x0;});}),this[_0x5eea10(0x176)][_0x5eea10(0x1b9)](_0x50297a,_0x5eea10(0x1d7));break;case _0x5eea10(0x282):this[_0x5eea10(0x199)](_0x13cd61,{'state':_0x5eea10(0x2cd)});case _0x5eea10(0x269):this[_0x5eea10(0x176)][_0x5eea10(0x1b9)](_0x50297a,_0x5eea10(0x2af)),this[_0x5eea10(0x142)](_0x5eea10(0x150),_0x50297a);break;case _0x5eea10(0x2af):this[_0x5eea10(0x142)](_0x5eea10(0x1b5),_0x50297a);}return _0x50297a[_0x5eea10(0x27a)](_0x2c002d),_0x50297a;}[_0x120844(0x185)](_0x3fa6a2){const _0x3da931=_0x120844,_0x2e94ea=Array[_0x3da931(0x244)](_0x3fa6a2),_0x49ba3a=_0x2e94ea[_0x3da931(0x1f0)](_0x4e3973=>_0x3da931(0x2e0)==_0x4e3973[_0x3da931(0x1e1)]);this[_0x3da931(0x1cf)](_0x49ba3a);const _0x444cdc=_0x2e94ea[_0x3da931(0x1f0)](_0x5664c8=>!_0x5664c8[_0x3da931(0x2e2)]&&_0x3da931(0x2e0)!=_0x5664c8[_0x3da931(0x1e1)]),_0x50694b=this[_0x3da931(0x2e5)]({'skipNotAttached':!0x0})[_0x3da931(0x1f0)](_0x244bd1=>!_0x244bd1[_0x3da931(0x2e2)]&&_0x3da931(0x2e0)!=_0x244bd1[_0x3da931(0x1e1)]),_0x5d101f=_0x50694b[_0x3da931(0x1f0)](_0x169796=>!_0x3fa6a2[_0x3da931(0x1c8)](_0x169796)),_0x24be16=new Map(_0x50694b[_0x3da931(0x273)](_0x5a4393=>[_0x5a4393,this[_0x3da931(0x2e3)][_0x3da931(0x1b1)](_0x5a4393[_0x3da931(0x1e1)],_0x5a4393[_0x3da931(0x1f6)],_0x3da931(0x2d1))])),_0xab5161=new Map(_0x50694b[_0x3da931(0x273)](_0x47f073=>[_0x47f073,_0x47f073[_0x3da931(0x288)]()])),_0x58eb24=new Set(),_0x53617d=new Set();for(let _0x5d1092=0x0;_0x5d1092<_0x444cdc[_0x3da931(0x1da)];_0x5d1092++)_0x2207cd(_0x444cdc[_0x5d1092],_0x444cdc,_0x5d1092+0x1);for(let _0x41e383=0x0;_0x41e383<_0x444cdc[_0x3da931(0x1da)];_0x41e383++)_0x2207cd(_0x444cdc[_0x41e383],_0x5d101f,0x0);const _0x2fb68e=new Set();for(let _0x116217=0x0;_0x116217<_0x444cdc[_0x3da931(0x1da)];_0x116217++){const _0x191fb6=_0x444cdc[_0x116217];!_0x53617d[_0x3da931(0x1c8)](_0x191fb6)&&_0x191fb6[_0x3da931(0x140)]&&(_0x2fb68e[_0x3da931(0x1f3)](_0x191fb6[_0x3da931(0x140)]),_0x191fb6[_0x3da931(0x140)][_0x3da931(0x181)]===_0x191fb6&&(_0x191fb6[_0x3da931(0x140)][_0x3da931(0x181)]=null),_0x191fb6[_0x3da931(0x140)]=null),!_0x58eb24[_0x3da931(0x1c8)](_0x191fb6)&&_0x191fb6[_0x3da931(0x181)]&&(_0x2fb68e[_0x3da931(0x1f3)](_0x191fb6[_0x3da931(0x181)]),_0x191fb6[_0x3da931(0x181)][_0x3da931(0x140)]===_0x191fb6&&(_0x191fb6[_0x3da931(0x181)][_0x3da931(0x140)]=null),_0x191fb6[_0x3da931(0x181)]=null);}function _0x2207cd(_0x296564,_0x15ccc8,_0x4b9713){const _0x45d9dc=_0x3da931;for(let _0x37ef37=_0x4b9713;_0x37ef37<_0x15ccc8[_0x45d9dc(0x1da)];_0x37ef37++){const _0x46c9d5=_0x8e387e(_0x296564,_0x15ccc8[_0x37ef37]);_0x46c9d5&&(_0x46c9d5[0x0][_0x45d9dc(0x181)]=_0x46c9d5[0x1],_0x46c9d5[0x1][_0x45d9dc(0x140)]=_0x46c9d5[0x0],_0x58eb24[_0x45d9dc(0x1f3)](_0x46c9d5[0x0]),_0x53617d[_0x45d9dc(0x1f3)](_0x46c9d5[0x1]));}}function _0x8e387e(_0x2a661b,_0x11e174){const _0x35db5e=_0x3da931;if(_0x2a661b[_0x35db5e(0x18d)]['id']!==_0x11e174[_0x35db5e(0x18d)]['id'])return null;const _0x4962bb=_0x24be16[_0x35db5e(0x2c6)](_0x2a661b)(_0x2a661b,_0x11e174,_0xab5161[_0x35db5e(0x2c6)](_0x2a661b),_0xab5161[_0x35db5e(0x2c6)](_0x11e174));if(!_0x4962bb)return null;return _0x24be16[_0x35db5e(0x2c6)](_0x11e174)(_0x2a661b,_0x11e174,_0xab5161[_0x35db5e(0x2c6)](_0x2a661b),_0xab5161[_0x35db5e(0x2c6)](_0x11e174))?_0x4962bb[0x1][_0x35db5e(0x160)]&&_0x4962bb[0x1][_0x35db5e(0x160)][_0x35db5e(0x1da)]?null:_0x4962bb:null;}_0x2fb68e[_0x3da931(0x2d4)]&&this[_0x3da931(0x185)](_0x2fb68e);}[_0x120844(0x1cf)](_0x342c74){const _0x4196da=_0x120844;if(0x0==_0x342c74[_0x4196da(0x1da)])return;const _0x2a450c=this[_0x4196da(0x2e5)]({'skipNotAttached':!0x0})[_0x4196da(0x1f0)](_0x57a22e=>_0x4196da(0x2e0)==_0x57a22e[_0x4196da(0x1e1)]&&_0x57a22e[_0x4196da(0x223)]),_0x1d7d47=[],_0x24aeac=new Map();for(const _0x3a3c22 of _0x2a450c){const _0x409344=_0x2689b9(_0x3a3c22[_0x4196da(0x167)]);_0x24aeac[_0x4196da(0x1c8)](_0x409344)||(_0x24aeac[_0x4196da(0x1b9)](_0x409344,_0x1d7d47[_0x4196da(0x1da)]),_0x1d7d47[_0x4196da(0x1be)]([]));const _0x31bc83=_0x24aeac[_0x4196da(0x2c6)](_0x409344);_0x1d7d47[_0x31bc83][_0x4196da(0x1be)](_0x3a3c22);}!(function(){const _0x508ce1=_0x4196da;_0x1d7d47[_0x508ce1(0x219)]((_0x17e7d9,_0x401034)=>{const _0x1b9503=_0x508ce1,_0xff62d7=_0x17e7d9[0x0][_0x1b9503(0x165)],_0x5b2f13=_0x401034[0x0][_0x1b9503(0x165)];return _0xff62d7==_0x5b2f13?_0x17e7d9[0x0][_0x1b9503(0x167)][_0x1b9503(0x205)]<_0x401034[0x0][_0x1b9503(0x167)][_0x1b9503(0x205)]?-0x1:0x1:_0xff62d7<_0x5b2f13?-0x1:0x1;});for(const _0x460c21 of _0x1d7d47)_0x460c21[_0x508ce1(0x219)]((_0x279851,_0xb4be95)=>_0x279851['id']<_0xb4be95['id']?-0x1:0x1);}());for(let _0x2bca7c=0x0;_0x2bca7c<_0x1d7d47[_0x4196da(0x1da)];_0x2bca7c++){if(0x0==_0x1d7d47[_0x2bca7c][_0x4196da(0x1da)])continue;const _0x2ccd17=[];for(let _0xa4fc1e=_0x2bca7c+0x1;_0xa4fc1e<_0x1d7d47[_0x4196da(0x1da)];_0xa4fc1e++)0x0!=_0x1d7d47[_0xa4fc1e][_0x4196da(0x1da)]&&_0x5eeb18(_0x1d7d47[_0x2bca7c],_0x1d7d47[_0xa4fc1e])&&_0x2ccd17[_0x4196da(0x1be)](_0xa4fc1e);for(const _0x45f0a7 of _0x2ccd17)_0x1d7d47[_0x2bca7c]=_0x1d7d47[_0x2bca7c][_0x4196da(0x23f)](_0x1d7d47[_0x45f0a7]),_0x1d7d47[_0x45f0a7]=[];}for(const _0x279bff of _0x1d7d47)for(let _0x13355e=0x0;_0x13355e<_0x279bff[_0x4196da(0x1da)];_0x13355e++)_0x279bff[_0x13355e][_0x4196da(0x181)]=_0x279bff[_0x13355e+0x1]||null;for(const _0x494c48 of _0x1d7d47)for(let _0x5ab592=0x0;_0x5ab592<_0x494c48[_0x4196da(0x1da)];_0x5ab592++)_0x494c48[_0x5ab592][_0x4196da(0x140)]=_0x494c48[_0x5ab592-0x1]||null;function _0x5eeb18(_0x4de5c2,_0x2036b2){const _0x59d552=_0x4196da;if(_0x4de5c2[0x0][_0x59d552(0x167)][_0x59d552(0x205)]!==_0x2036b2[0x0][_0x59d552(0x167)][_0x59d552(0x205)]&&_0x4de5c2[0x0][_0x59d552(0x18d)]!==_0x2036b2[0x0][_0x59d552(0x18d)])return!0x1;if(!function(_0x5d9736,_0x489daa){const _0x228069=_0x59d552;if(!_0x5d9736[_0x228069(0x1a9)]&&!_0x489daa[_0x228069(0x1a9)])return!0x0;if(_0x5d9736[_0x228069(0x1a9)]&&_0x489daa[_0x228069(0x1a9)])return!0x1;if(_0x5d9736[_0x228069(0x1a9)]&&_0x489daa[_0x228069(0x165)]<_0x5d9736[_0x228069(0x160)][_0x228069(0x1e8)][_0x228069(0x2c6)](0x0)[_0x228069(0x165)])return!0x0;if(_0x489daa[_0x228069(0x1a9)]&&_0x5d9736[_0x228069(0x165)]<_0x489daa[_0x228069(0x160)][_0x228069(0x1e8)][_0x228069(0x2c6)](0x0)[_0x228069(0x165)])return!0x0;return!0x1;}(_0x4de5c2[0x0],_0x2036b2[0x0]))return!0x1;const _0x59cbc6=_0x2f7386(_0x4de5c2[0x0][_0x59d552(0x167)],_0x59d552(0x205)),_0x1875b5=_0x2f7386(_0x2036b2[0x0][_0x59d552(0x167)],_0x59d552(0x205));if(!_0x5f5cd1(_0x59cbc6,_0x1875b5))return!0x1;return!!_0x4de5c2[_0x59d552(0x14f)](_0x13d99a=>_0x2036b2[_0x59d552(0x25f)](_0x3808da=>_0x13d99a[_0x59d552(0x288)]()[_0x59d552(0x2c2)](_0x3808da[_0x59d552(0x288)]())))&&_0x2036b2[_0x59d552(0x14f)](_0xd2775e=>_0x4de5c2[_0x59d552(0x25f)](_0x509721=>_0xd2775e[_0x59d552(0x288)]()[_0x59d552(0x2c2)](_0x509721[_0x59d552(0x288)]())));}}[_0x120844(0x1db)](_0x2bb723){const _0x1411f8=_0x120844,_0x52758e=Array[_0x1411f8(0x244)](_0x2bb723),_0x1455a7=this[_0x1411f8(0x2e5)]({'skipNotAttached':!0x0}),_0x280b1a=_0x1455a7[_0x1411f8(0x1f0)](_0x18b2e6=>!_0x2bb723[_0x1411f8(0x1c8)](_0x18b2e6)),_0xfaa148=new Map(_0x52758e[_0x1411f8(0x273)](_0x3d9f18=>[_0x3d9f18,this[_0x1411f8(0x2e3)][_0x1411f8(0x1b1)](_0x3d9f18[_0x1411f8(0x1e1)],_0x3d9f18[_0x1411f8(0x1f6)],_0x1411f8(0x257))])),_0x595b7d=new Map(_0x1455a7[_0x1411f8(0x273)](_0x1b1f9e=>[_0x1b1f9e,_0x1b1f9e[_0x1411f8(0x2e8)]()]));for(let _0x328ad7=0x0;_0x328ad7<_0x52758e[_0x1411f8(0x1da)];_0x328ad7++){if(_0x463673(this,_0x52758e[_0x328ad7],_0x52758e,_0x328ad7+0x1))return!0x0;}for(let _0x345b4c=0x0;_0x345b4c<_0x52758e[_0x1411f8(0x1da)];_0x345b4c++){if(_0x463673(this,_0x52758e[_0x345b4c],_0x280b1a,0x0))return!0x0;}return!0x1;function _0x463673(_0x523bb4,_0xb1cd38,_0x320c9c,_0x32fb97){const _0x3377ce=_0x1411f8;for(let _0x32d205=_0x32fb97;_0x32d205<_0x320c9c[_0x3377ce(0x1da)];_0x32d205++){const _0x33194b=_0x320c9c[_0x32d205];if(_0x33194b[_0x3377ce(0x1e1)]!==_0xb1cd38[_0x3377ce(0x1e1)]||_0x33194b[_0x3377ce(0x18d)]['id']!==_0xb1cd38[_0x3377ce(0x18d)]['id']||_0x33194b[_0x3377ce(0x1f6)]!==_0xb1cd38[_0x3377ce(0x1f6)])continue;if(!Ft(_0xb1cd38,_0x33194b,[_0x3377ce(0x205)]))continue;if(_0x3377ce(0x2e0)==_0xb1cd38[_0x3377ce(0x1e1)]&&_0xb1cd38[_0x3377ce(0x19e)][_0x3377ce(0x24a)]!=_0x33194b[_0x3377ce(0x19e)][_0x3377ce(0x24a)])continue;if(_0x3377ce(0x2e0)==_0xb1cd38[_0x3377ce(0x1e1)]&&_0x523bb4[_0x3377ce(0x2ee)](_0xb1cd38[_0x3377ce(0x19e)][_0x3377ce(0x1e2)]))continue;if(_0x3377ce(0x19b)==_0xb1cd38[_0x3377ce(0x1e1)]){const _0x4cc522=_0x523bb4[_0x3377ce(0x1c2)][_0x3377ce(0x290)],_0x1800b5=_0xb1cd38[_0x3377ce(0x2a4)]();if(_0x1800b5&&(_0x4cc522[_0x3377ce(0x189)][_0x3377ce(0x190)](_0x1800b5)||_0x4cc522[_0x3377ce(0x189)][_0x3377ce(0x231)](_0x1800b5)))continue;}const _0x29cde9=_0xfaa148[_0x3377ce(0x2c6)](_0xb1cd38),_0x5ea82c=_0x595b7d[_0x3377ce(0x2c6)](_0xb1cd38),_0x3da009=_0x595b7d[_0x3377ce(0x2c6)](_0x33194b),_0x5564ce=_0xb1cd38[_0x3377ce(0x160)]&&_0xb1cd38[_0x3377ce(0x160)][_0x3377ce(0x1da)],_0x20305e=_0x33194b[_0x3377ce(0x160)]&&_0x33194b[_0x3377ce(0x160)][_0x3377ce(0x1da)];if(!_0x5564ce&&_0x29cde9(_0x3da009,_0x5ea82c))return _0x523bb4[_0x3377ce(0x13e)](_0x33194b,_0xb1cd38),_0x595b7d[_0x3377ce(0x18c)](_0xb1cd38),!0x0;if(!_0x20305e&&_0x29cde9(_0x5ea82c,_0x3da009))return _0x523bb4[_0x3377ce(0x13e)](_0xb1cd38,_0x33194b),_0x595b7d[_0x3377ce(0x18c)](_0x33194b),!0x0;}return!0x1;}}[_0x120844(0x13e)](_0x2665ed,_0x4ba332){const _0x203feb=_0x120844;if(_0x2665ed[_0x203feb(0x2e2)]){for(const _0x176913 of _0x4ba332[_0x203feb(0x2e8)]())_0x2665ed[_0x203feb(0x2aa)](_0x176913);}else{const _0x543e5c=_0x4ba332[_0x203feb(0x288)]()[_0x203feb(0x2b1)];this[_0x203feb(0x1e9)](_0x2665ed,this[_0x203feb(0x2c1)][_0x203feb(0x193)](_0x2665ed[_0x203feb(0x288)]()[_0x203feb(0x1d2)],_0x543e5c));}_0x4ba332[_0x203feb(0x27e)]();}[_0x120844(0x2a0)](_0x12bd19,_0x151964){const _0x42ff93=_0x120844,_0x22fb8a=_0x12bd19[_0x42ff93(0x179)](_0x42ff93(0x1b6))||_0x12bd19[_0x42ff93(0x179)](_0x42ff93(0x2e0))?_0x42ff93(0x248):_0x12bd19[_0x42ff93(0x1a3)]();return _0x1b05c7(this[_0x42ff93(0x1c2)][_0x42ff93(0x177)],_0x151964+'_'+_0x22fb8a+_0x42ff93(0x2b6));}[_0x120844(0x1a2)](){const _0x28a78e=_0x120844,_0x44c46b=this[_0x28a78e(0x1c2)];_0xdd54a9(this[_0x28a78e(0x2c1)],({left:_0x42e95c,entered:_0x5332d7})=>{const _0x4ccfad=_0x28a78e,_0x477466=[];for(const _0x1bc04b of _0x42e95c){const {group:_0x43d1e9,type:_0x138a17}=this[_0x4ccfad(0x2a9)](_0x1bc04b[_0x4ccfad(0x289)]);if(_0x4ccfad(0x295)===_0x43d1e9){_0x477466[_0x4ccfad(0x1be)](this[_0x4ccfad(0x2a0)](_0x138a17,_0x4ccfad(0x16c)));break;}}for(const _0x2dbd27 of _0x5332d7){const {group:_0x396a35,type:_0x2f63d2}=this[_0x4ccfad(0x2a9)](_0x2dbd27[_0x4ccfad(0x289)]);if(_0x4ccfad(0x295)===_0x396a35){_0x477466[_0x4ccfad(0x1be)](this[_0x4ccfad(0x2a0)](_0x2f63d2,_0x4ccfad(0x232)));break;}}_0x477466[_0x4ccfad(0x1da)]&&_0x44c46b['ui'][_0x4ccfad(0x175)][_0x4ccfad(0x2ba)](_0x4ccfad(0x1fb),_0x477466[_0x4ccfad(0x257)]('\x20'));});}[_0x120844(0x1f4)](_0x126bf2){const _0x5ea3ef=_0x120844;if(this[_0x5ea3ef(0x258)])return!0x1;const _0x338f39=this[_0x5ea3ef(0x1c2)],_0x3dd05c=_0x338f39[_0x5ea3ef(0x290)][_0x5ea3ef(0x1b0)][_0x5ea3ef(0x2dd)][_0x5ea3ef(0x1cd)]();if(0x0==_0x3dd05c[_0x5ea3ef(0x1da)])return!0x1;const _0x51850f=[],_0xe7bc04=_0x3dd05c[_0x5ea3ef(0x1f0)](_0x1bfb39=>_0x5ea3ef(0x2e0)==_0x1bfb39[_0x5ea3ef(0x1e1)]),_0x176c0c=_0x3dd05c[_0x5ea3ef(0x1f0)](_0x256b0f=>_0x5ea3ef(0x1f2)==_0x256b0f[_0x5ea3ef(0x1e1)]&&_0x5ea3ef(0x2c7)!=_0x256b0f[_0x5ea3ef(0x289)]),_0x106151=_0x3dd05c[_0x5ea3ef(0x1f0)](_0x507e2f=>_0x5ea3ef(0x27f)==_0x507e2f[_0x5ea3ef(0x1e1)]&&_0x5ea3ef(0x2c7)!=_0x507e2f[_0x5ea3ef(0x289)]);for(const _0x27093f of _0xe7bc04)_0x51850f[_0x5ea3ef(0x1be)]({'key':_0x27093f[_0x5ea3ef(0x1fd)],'newValue':_0x27093f[_0x5ea3ef(0x28e)],'oldValue':_0x27093f[_0x5ea3ef(0x1cb)],'range':Ut(_0x27093f[_0x5ea3ef(0x265)],_0x338f39[_0x5ea3ef(0x290)])});for(const _0x554d66 of _0x176c0c){const _0x23f04d=_0x106151[_0x5ea3ef(0x16f)](_0x5dc090=>_0x5dc090[_0x5ea3ef(0x2e7)][_0x5ea3ef(0x2c2)](_0x554d66[_0x5ea3ef(0x2e7)]));_0x23f04d&&_0x51850f[_0x5ea3ef(0x1be)]({'key':_0x5ea3ef(0x2d7),'newValue':_0x554d66[_0x5ea3ef(0x289)],'oldValue':_0x23f04d[_0x5ea3ef(0x289)],'range':_0x338f39[_0x5ea3ef(0x290)][_0x5ea3ef(0x1f1)](_0x554d66[_0x5ea3ef(0x2e7)][_0x5ea3ef(0x286)])});}return 0x0!=_0x51850f[_0x5ea3ef(0x1da)]&&this[_0x5ea3ef(0x2e1)](_0x126bf2,_0x51850f);}[_0x120844(0x29b)](_0x5ca6f0){const _0x320948=_0x120844;let _0x590801=!0x1;const _0x3e69ae=this[_0x320948(0x1c2)][_0x320948(0x290)][_0x320948(0x1b0)][_0x320948(0x2dd)][_0x320948(0x1e5)]()[_0x320948(0x1f0)](_0x2e5e04=>_0x2e5e04[_0x320948(0x19e)][_0x320948(0x22a)]&&_0x2e5e04[_0x320948(0x289)][_0x320948(0x179)](_0x320948(0x2cc)));for(const _0x1eaa7f of _0x3e69ae){const {subType:_0x5d6a03,id:_0x135551}=this[_0x320948(0x2a9)](_0x1eaa7f[_0x320948(0x289)]),_0x2cb9af=_0x5d6a03[_0x320948(0x294)]('|')[0x0];for(const _0x536bf4 of this[_0x320948(0x2e5)]({'skipNotAttached':!0x0}))_0x536bf4['id']!=_0x135551&&_0x320948(0x2e0)==_0x536bf4[_0x320948(0x1e1)]&&_0x536bf4[_0x320948(0x19e)]&&_0x536bf4[_0x320948(0x19e)][_0x320948(0x1e2)]==_0x2cb9af&&_0x536bf4[_0x320948(0x288)]()[_0x320948(0x2ed)](_0x1eaa7f[_0x320948(0x19e)][_0x320948(0x22a)])&&(this[_0x320948(0x146)](_0x536bf4,_0x1eaa7f[_0x320948(0x19e)][_0x320948(0x22a)],_0x5ca6f0),_0x590801=!0x0);}return _0x590801;}[_0x120844(0x228)](_0x3dfdf8){const _0x22710f=_0x120844;this[_0x22710f(0x1c2)],(this[_0x22710f(0x258)]=!0x0,_0x3dfdf8());}[_0x120844(0x26c)](_0x43a0df){const _0x4e7725=_0x120844,_0x1d6624=this[_0x4e7725(0x2ee)](_0x43a0df),_0x1d7819=this[_0x4e7725(0x253)][_0x4e7725(0x1c8)](_0x43a0df);return _0x1d6624||_0x1d7819;}[_0x120844(0x2e1)](_0x114fdf,_0x2f91a7){const _0x5b7ae3=_0x120844;if(0x0==_0x2f91a7[_0x5b7ae3(0x1da)])return!0x1;let _0x59693b=!0x1;for(const _0xafcc22 of _0x2f91a7){const _0x21f2a2=this[_0x5b7ae3(0x1c6)](_0xafcc22[_0x5b7ae3(0x265)],_0x5b7ae3(0x2e0))[_0x5b7ae3(0x1f0)](_0x51999b=>!_0x51999b[_0x5b7ae3(0x2ec)][_0x5b7ae3(0x22d)])[_0x5b7ae3(0x273)](_0x4c9447=>_0x4c9447[_0x5b7ae3(0x295)]),_0x538f0f=_0x2689b9({'newValue':_0xafcc22[_0x5b7ae3(0x1ad)]});_0x21f2a2[_0x5b7ae3(0x1f0)](_0x1921a5=>{const _0x44c6e4=_0x5b7ae3,[_0x4136e5,_0x5a9c07]=_0x1921a5[_0x44c6e4(0x1f6)][_0x44c6e4(0x294)]('|');return _0x4136e5==_0xafcc22[_0x44c6e4(0x1e2)]&&_0x5a9c07!=_0x538f0f;})[_0x5b7ae3(0x17d)](_0x5bbf07=>{const _0x58270b=_0x5b7ae3;this[_0x58270b(0x146)](_0x5bbf07,_0xafcc22[_0x58270b(0x265)],_0x114fdf),_0x59693b=!0x0;});}return _0x59693b;}[_0x120844(0x146)](_0x48dd58,_0x13c46f,_0x1050bf){const _0x42957c=_0x120844,_0x149334=_0x48dd58[_0x42957c(0x288)]()[_0x42957c(0x141)](_0x13c46f);0x0!==_0x149334[_0x42957c(0x1da)]?0x1!==_0x149334[_0x42957c(0x1da)]?this[_0x42957c(0x281)](_0x48dd58,_0x13c46f[_0x42957c(0x1d2)],_0x13c46f[_0x42957c(0x2b1)]):this[_0x42957c(0x1e9)](_0x48dd58,_0x149334[0x0]):_0x1050bf[_0x42957c(0x25a)](_0x48dd58[_0x42957c(0x20c)]());}}class Bt{constructor(_0x1987ca){const _0x46a7eb=_0x120844;this[_0x46a7eb(0x148)]=_0x1987ca,this[_0x46a7eb(0x2c1)]=_0x1987ca[_0x46a7eb(0x290)],this[_0x46a7eb(0x2e4)]=new Map(),this[_0x46a7eb(0x1a4)]=new Map(),this[_0x46a7eb(0x19d)]();}[_0x120844(0x164)](_0x37b6f7,_0x408e75,_0x235e03,_0x1a3cfe,_0x891e8a,_0x5ea5a8){const _0x115300=_0x120844;return new _0x1fdc37(this[_0x115300(0x2c1)],{'type':_0x37b6f7,'subType':_0x408e75,'id':_0x235e03,'author':_0x1a3cfe,'creator':_0x1a3cfe,'attributes':_0x891e8a,'onAttributesChange':_0x5ea5a8,'onAccept':(..._0x9a247e)=>this[_0x115300(0x1b1)](_0x37b6f7,_0x408e75,_0x115300(0x230))(..._0x9a247e),'onDiscard':(..._0x4f94da)=>this[_0x115300(0x1b1)](_0x37b6f7,_0x408e75,_0x115300(0x1b2))(..._0x4f94da)});}[_0x120844(0x204)](_0x507b96,_0x45f287,_0x3a077a,_0x16939f){const _0x566da5=_0x120844,_0xf59844=_0x507b96+':'+_0x45f287+':'+_0x3a077a;this[_0x566da5(0x2e4)][_0x566da5(0x1b9)](_0xf59844,_0x16939f);}[_0x120844(0x1b1)](_0xd1db80,_0x4f1de3,_0x1294f6){const _0x4de96b=_0x120844,_0x3f779d=_0xd1db80+':'+_0x4f1de3+':'+_0x1294f6;return this[_0x4de96b(0x2e4)][_0x4de96b(0x2c6)](_0x3f779d)||this[_0x4de96b(0x1a4)][_0x4de96b(0x2c6)](_0xd1db80+':'+_0x1294f6);}[_0x120844(0x19d)](){const _0x5d330c=_0x120844,_0x463f2f=()=>!0x1,_0x3311ab=_0x149365=>{const _0x2463b8=_0x33f9;_0x149365[_0x2463b8(0x219)]((_0x388963,_0x200668)=>_0x388963[_0x2463b8(0x1d2)][_0x2463b8(0x2da)](_0x200668[_0x2463b8(0x1d2)])?0x1:-0x1),this[_0x2463b8(0x2c1)][_0x2463b8(0x1a1)](_0x5f0668=>{const _0x416863=_0x2463b8;for(const _0xb6c536 of _0x149365){let _0x3653a1;_0x3653a1=_0xb6c536[_0x416863(0x2b1)][_0x416863(0x2d3)]&&_0xb6c536[_0x416863(0x2b1)][_0x416863(0x20d)]==_0xb6c536[_0x416863(0x1d2)][_0x416863(0x286)]?_0x5f0668[_0x416863(0x19a)](_0xb6c536[_0x416863(0x1d2)][_0x416863(0x286)],'on'):_0x5f0668[_0x416863(0x19a)](_0xb6c536),this[_0x416863(0x2c1)][_0x416863(0x247)](_0x3653a1,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x10edc2=(_0x4bfc59,_0x52db4f)=>{const _0x240f5b=_0x33f9;_0x52db4f&&this[_0x240f5b(0x2c1)][_0x240f5b(0x1a1)](_0x41fad0=>{const _0x311684=_0x240f5b,{commandName:_0x2e9fd7,commandParams:_0x1a633e=[]}=_0x52db4f,_0x45fc00=_0x4bfc59[_0x311684(0x273)](_0x4fda75=>(Rt(_0x4fda75)&&(_0x4fda75=this[_0x311684(0x2c1)][_0x311684(0x193)](_0x4fda75[_0x311684(0x2b1)])),_0x4fda75))[_0x311684(0x1f0)](_0x2278c8=>_0x311684(0x276)!==_0x2278c8[_0x311684(0x2c9)][_0x311684(0x1ea)]);if(_0x45fc00[_0x311684(0x1da)]<0x1)return;const _0x31737a=Array[_0x311684(0x244)](this[_0x311684(0x2c1)][_0x311684(0x1b0)][_0x311684(0x28c)][_0x311684(0x2e8)]())[_0x311684(0x273)](_0xf69200=>_0x4b3b73[_0x311684(0x1e3)](_0xf69200));_0x41fad0[_0x311684(0x27b)](_0x45fc00);for(const _0x85623 of this[_0x311684(0x148)][_0x311684(0x285)][_0x311684(0x285)]())_0x85623[_0x311684(0x1a5)]();_0x1a633e[_0x311684(0x1be)]({'forceDefaultExecution':!0x0}),this[_0x311684(0x148)][_0x311684(0x293)](_0x2e9fd7,..._0x1a633e);const _0x53d8b0=_0x31737a[_0x311684(0x1f0)](_0x33a125=>_0x311684(0x276)!=_0x33a125[_0x311684(0x2c9)][_0x311684(0x1ea)]);_0x53d8b0[_0x311684(0x1da)]>0x0&&_0x41fad0[_0x311684(0x27b)](_0x53d8b0);for(const _0x10162a of _0x31737a)_0x10162a[_0x311684(0x2db)]();});},_0x6c79fc=(_0x29c211,_0x28d8da)=>0x1==_0x29c211[_0x5d330c(0x1da)]&&0x1==_0x28d8da[_0x5d330c(0x1da)]&&_0x29c211[0x0][_0x5d330c(0x2b1)][_0x5d330c(0x2c2)](_0x28d8da[0x0][_0x5d330c(0x1d2)]),_0x706579=(_0xf5b9df,_0x4596b6,_0x544ab1,_0x159a8e)=>Gt(_0xf5b9df,_0x4596b6,_0x544ab1,_0x159a8e,this[_0x5d330c(0x2c1)])?[_0xf5b9df,_0x4596b6]:Gt(_0x4596b6,_0xf5b9df,_0x159a8e,_0x544ab1,this[_0x5d330c(0x2c1)])?[_0x4596b6,_0xf5b9df]:null;this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x1fa),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x2b4),_0x3311ab),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x16e),_0x6c79fc),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x178),_0x706579),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x1ba),_0x3311ab),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x14c),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x24f),_0x6c79fc),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x154),_0x706579),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x16b),_0x10edc2),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x206),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x2dc),_0x6c79fc),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x220),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x23e),_0x10edc2),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x2d0),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x1c0),_0x6c79fc),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x23c),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x2b0),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x1a0),(_0x428e18,_0x41f396)=>{const _0x6d1895=_0x5d330c;if(!_0x41f396)return;const _0x19d206=this[_0x6d1895(0x148)][_0x6d1895(0x2cb)][_0x6d1895(0x2c6)](p);this[_0x6d1895(0x2c1)][_0x6d1895(0x1a1)](_0x1a6277=>{const _0x1b0059=_0x6d1895;if(_0x1b0059(0x2d7)==_0x41f396[_0x1b0059(0x1e2)])for(const _0x15f5ac of _0x428e18){const _0x216033=_0x15f5ac[_0x1b0059(0x1d2)][_0x1b0059(0x286)],_0x54e7e3=_0x41f396[_0x1b0059(0x24a)];_0x1a6277[_0x1b0059(0x255)](_0x216033,_0x54e7e3);}else{if(_0x19d206[_0x1b0059(0x2ee)](_0x41f396[_0x1b0059(0x1e2)])){for(const _0x48ed87 of _0x428e18)void 0x0!==_0x41f396[_0x1b0059(0x24a)]?_0x1a6277[_0x1b0059(0x158)](_0x41f396[_0x1b0059(0x1e2)],_0x41f396[_0x1b0059(0x24a)],_0x48ed87[_0x1b0059(0x1d2)][_0x1b0059(0x286)]):_0x1a6277[_0x1b0059(0x1ec)](_0x41f396[_0x1b0059(0x1e2)],_0x48ed87[_0x1b0059(0x1d2)][_0x1b0059(0x286)]);}else{for(const _0x30cc53 of _0x428e18)_0x41f396[_0x1b0059(0x24a)]?_0x1a6277[_0x1b0059(0x158)](_0x41f396[_0x1b0059(0x1e2)],_0x41f396[_0x1b0059(0x24a)],_0x30cc53):_0x1a6277[_0x1b0059(0x1ec)](_0x41f396[_0x1b0059(0x1e2)],_0x30cc53);}}});}),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x274),_0x6c79fc);}}function xt(_0x5685ac,_0x197ff7,_0x13a8cb){const _0x1188b7=_0x120844;for(const _0x135041 of _0x197ff7[_0x1188b7(0x20d)][_0x1188b7(0x1fc)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x135041[_0x1188b7(0x2c9)]==_0x135041)return!0x1;if(!_0x13a8cb[_0x1188b7(0x259)](_0x135041))return!0x1;if(_0x5685ac[_0x1188b7(0x190)](_0x135041)||_0x5685ac[_0x1188b7(0x231)](_0x135041))return!0x0;}return!0x1;}function Rt(_0x3b7337){const _0x4dd378=_0x120844;return _0x3b7337[_0x4dd378(0x2b1)][_0x4dd378(0x20d)]==_0x3b7337[_0x4dd378(0x1d2)][_0x4dd378(0x286)]&&_0x3b7337[_0x4dd378(0x2b1)][_0x4dd378(0x2d5)];}function Tt(_0x57cf34,_0x103eac,_0x35b849,_0x4089dc){const _0x2b6c78=_0x120844,_0x405785=_0x1b6edc=>!_0x1b6edc[_0x2b6c78(0x254)]['is'](_0x2b6c78(0x191))&&!_0x4089dc[_0x2b6c78(0x190)](_0x1b6edc[_0x2b6c78(0x254)]),_0x304658=_0x57cf34[_0x2b6c78(0x1d2)][_0x2b6c78(0x2d9)](_0x405785),_0x3f826c=_0x57cf34[_0x2b6c78(0x2b1)][_0x2b6c78(0x2d9)](_0x405785,{'direction':_0x2b6c78(0x22b)});return(!_0x57cf34[_0x2b6c78(0x1d2)][_0x2b6c78(0x2c2)](_0x304658)||!_0x57cf34[_0x2b6c78(0x2b1)][_0x2b6c78(0x2c2)](_0x3f826c))&&(_0x304658[_0x2b6c78(0x2da)](_0x3f826c)?_0x35b849[_0x2b6c78(0x166)](_0x103eac,{'range':_0x35b849[_0x2b6c78(0x193)](_0x304658,_0x3f826c)}):_0x35b849[_0x2b6c78(0x25a)](_0x103eac),!0x0);}function Et(_0x34391c){return _0x2689b9(_0x34391c);}function Vt(_0x2a24fc){const _0x21861c=_0x120844,_0x3f6ad5=_0x2a24fc[_0x21861c(0x1d2)][_0x21861c(0x286)];return _0x3f6ad5&&_0x3f6ad5['is'](_0x21861c(0x157));}function Ut(_0x3ba25c,_0x4780e0){const _0x24f2d4=_0x120844;return null==_0x3ba25c[_0x24f2d4(0x2b1)][_0x24f2d4(0x21d)]&&_0x3ba25c[_0x24f2d4(0x2b1)][_0x24f2d4(0x20d)]==_0x3ba25c[_0x24f2d4(0x1d2)][_0x24f2d4(0x286)]?Ot(_0x3ba25c[_0x24f2d4(0x1d2)][_0x24f2d4(0x286)],_0x4780e0):_0x3ba25c;}function Ot(_0x1718f0,_0x2d2dee){const _0x1d00db=_0x120844,_0x43e948=_0x2d2dee[_0x1d00db(0x189)][_0x1d00db(0x190)](_0x1718f0)||_0x2d2dee[_0x1d00db(0x189)][_0x1d00db(0x2df)](_0x1718f0);return _0x2d2dee[_0x1d00db(0x193)](_0x2d2dee[_0x1d00db(0x20b)](_0x1718f0,_0x1d00db(0x1d1)),_0x43e948?_0x2d2dee[_0x1d00db(0x2c0)](_0x1718f0):_0x2d2dee[_0x1d00db(0x20b)](_0x1718f0,_0x1d00db(0x2b1)));}function Gt(_0x47f7f6,_0x1a1a50,_0xcc4bf,_0xcdd86f,_0x12c471){const _0x340490=_0x120844;if(!Ft(_0x47f7f6,_0x1a1a50))return!0x1;if(_0xcc4bf[_0x340490(0x2b1)][_0x340490(0x2c2)](_0xcdd86f[_0x340490(0x1d2)]))return!0x0;if(_0x47f7f6[_0x340490(0x1e1)]!=_0x1a1a50[_0x340490(0x1e1)])return!0x1;if(!_0xcc4bf[_0x340490(0x2b1)][_0x340490(0x20a)](_0xcdd86f[_0x340490(0x1d2)]))return!0x1;const _0x17a6e7=_0x12c471[_0x340490(0x193)](_0xcc4bf[_0x340490(0x2b1)],_0xcdd86f[_0x340490(0x1d2)])[_0x340490(0x2ce)]();for(const _0x33a7a1 of _0x17a6e7)if([_0x340490(0x26a),_0x340490(0x2ad)][_0x340490(0x235)](_0x33a7a1[_0x340490(0x1e1)])&&_0x12c471[_0x340490(0x189)][_0x340490(0x231)](_0x33a7a1[_0x340490(0x254)]))return!0x1;return!0x0;}function Ft(_0x650291,_0x50f292,_0x50e11c=[]){const _0x509a0f=_0x120844;return!(!_0x650291[_0x509a0f(0x223)]||!_0x50f292[_0x509a0f(0x223)])&&_0x5f5cd1(_0x2f7386(_0x650291[_0x509a0f(0x167)],_0x50e11c),_0x2f7386(_0x50f292[_0x509a0f(0x167)],_0x50e11c));}function Pt(_0x4e4f78,_0x304ab9){const _0x3be705=_0x120844,_0x30185a=Lt(_0x4e4f78[_0x3be705(0x167)]),_0x5a261c=Lt(_0x304ab9);if(!_0x4e4f78[_0x3be705(0x223)])return!0x1;for(const _0x244ff4 of Object[_0x3be705(0x1ac)](_0x5a261c))if(!_0x5f5cd1(_0x30185a[_0x244ff4],_0x5a261c[_0x244ff4]))return!0x1;return!0x0;}function Lt(_0x1efbbd){const _0x23f96f=_0x120844,_0x1283cf=Object[_0x23f96f(0x2c5)]({},_0x1efbbd);return delete _0x1283cf[_0x23f96f(0x26f)],delete _0x1283cf[_0x23f96f(0x169)],_0x1283cf;}
|
|
23
|
+
const _0x184fb6=_0x251e;(function(_0x1b41f3,_0x335e6e){const _0x184e88=_0x251e,_0x2d5253=_0x1b41f3();while(!![]){try{const _0x158df2=-parseInt(_0x184e88(0x2c5))/0x1+parseInt(_0x184e88(0x330))/0x2+-parseInt(_0x184e88(0x270))/0x3+parseInt(_0x184e88(0x2a9))/0x4*(-parseInt(_0x184e88(0x217))/0x5)+-parseInt(_0x184e88(0x1cc))/0x6+parseInt(_0x184e88(0x23e))/0x7*(parseInt(_0x184e88(0x2c3))/0x8)+-parseInt(_0x184e88(0x361))/0x9*(-parseInt(_0x184e88(0x2ae))/0xa);if(_0x158df2===_0x335e6e)break;else _0x2d5253['push'](_0x2d5253['shift']());}catch(_0x3204bc){_0x2d5253['push'](_0x2d5253['shift']());}}}(_0x16b8,0x6435d));import{Plugin as _0x1a0b22,PendingActions as _0x3aed1a}from'ckeditor5/src/core.js';import{LiveRange as _0x422e31}from'ckeditor5/src/engine.js';import{CKEditorError as _0x2f278a,uid as _0x296981,priorities as _0x2619a5,logWarning as _0x36e410}from'ckeditor5/src/utils.js';import{toWidget as _0x261d87}from'ckeditor5/src/widget.js';import{Users as _0x8b1d78,hashObject as _0x54cf82,surroundingMarkersDetector as _0x209781}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x35fa1d from'./commands/trackchangescommand.js';import _0x463aea from'./commands/acceptsuggestioncommand.js';import _0x423b88 from'./commands/discardsuggestioncommand.js';import _0x23b8b4 from'./commands/executeonallsuggestionscommand.js';import _0x1b04c5 from'./commands/executeonselectedsuggestionscommand.js';import _0x4d86b4 from'./suggestion.js';import _0x51719c from'./suggestiondescriptionfactory.js';import _0x150147 from'./integrations/aiassistant.js';import _0x1d9154 from'./integrations/alignment.js';import _0x500e43 from'./integrations/basicstyles.js';import _0x3ec525 from'./integrations/blockquote.js';import _0x5d7c65 from'./integrations/casechange.js';import _0x17d879 from'./integrations/ckbox.js';import _0x494b01 from'./integrations/codeblock.js';import _0x553ab7 from'./integrations/comments.js';import _0x586665 from'./integrations/deletecommand.js';import _0x277a62 from'./integrations/list.js';import _0x13b8b5 from'./integrations/listproperties.js';import _0x2ba372 from'./integrations/entercommand.js';import _0x3455cf from'./integrations/findandreplace.js';import _0x19ac0e from'./integrations/font.js';import _0x5c7f2a from'./integrations/formatpainter.js';import _0x896744 from'./integrations/heading.js';import _0x411e1b from'./integrations/highlight.js';import _0x1b186d from'./integrations/horizontalline.js';import _0x4ad67e from'./integrations/htmlembed.js';import _0x11fdc5 from'./integrations/image.js';import _0x5b59d3 from'./integrations/imagereplace.js';import _0x56f61d from'./integrations/imagestyle.js';import _0x527c7c from'./integrations/importword.js';import _0x48246e from'./integrations/indent.js';import _0xb94062 from'./integrations/inputcommand.js';import _0x133e6a from'./integrations/link.js';function _0x251e(_0x18ef8e,_0x1f3c0e){const _0x16b88c=_0x16b8();return _0x251e=function(_0x251e4e,_0x108ba9){_0x251e4e=_0x251e4e-0x1cc;let _0x2bb5c0=_0x16b88c[_0x251e4e];return _0x2bb5c0;},_0x251e(_0x18ef8e,_0x1f3c0e);}import _0x9970f5 from'./integrations/legacylist.js';import _0x800404 from'./integrations/legacylistproperties.js';import _0x53dca1 from'./integrations/mediaembed.js';function _0x16b8(){const _0x4752ec=['getSuggestionCallback','requires','isUndo','formatInline:','move','getContainedElement','ready','value','isMultiRange','getMarkers','newRange','getDifference','targetPosition','PendingActions','deletion:chain','hasComments','_getSuggestionData','nodeAfter','track-changes-suggestion-data-mismatch','rejected','track-changes-enable-command-twice','suggestion','deleteContent','newValue','low','_addSuggestionMarker','_reduceExistingSuggestions','_defaultCallbacks','getFirstMarker','unshift','getFirstRange','ariaLiveAnnouncer','splice','2067995XKAfAf','plugins','getSuggestions','suggestion-type','_reduceSuggestionAttributeRange','createPositionAfter','isArray','removeComment','insertion:join','removeAttribute','_breakSuggestionMarker','_setSuggestionData','isRemovable','options','change:activeMarkers','adapter','createSelection','createRangeIn','editor','differ','updateMarker','length','hasSuggestion','getWalker','rootName','_suggestionFactory','marker-count','rename','ck-suggestion-marker','backward','markerName','_isRegisteredAttribute','dataReady','markAttributeChange','getSuggestion','split','isIntersecting','highest','locale','580874inSAeR','_blockAttributeKeys','attributes','suggestionChanged','trackChangesCommand','track-changes-user-not-found','pop','mapper','elementToElement','_registerBlockAttribute','update:suggestion','isTouching','always','enableReadOnlyMode','fromRange','consumable','add','_getAuthorFromId','_onDiscard','attributeOldValue','before','documentSelection','range','$elementName','element','activeMarkers','addCommentThread','consume','fetchCommentThread','getAncestors','open','_customCallbacks','_enabledCommands','_setSuggestionRange','ck-suggestion-marker-formatBlock','getAttribute','delete','isLocal','accept','batch','deletion:join','removeMarker','toViewElement','track-changes-adapter-already-set','_cutOutSuggestionMarker','trackChanges','addRange','isEqual','deletion:','registerCustomCallback','1614684sMdMQz','toUpperCase','formatInline:join','createPositionBefore','high','formatInline:accept','discardSuggestion','insert','_removeSuggestion','acceptSelectedSuggestions','catch','createdAt','oldValue','buildSuggestion','_model','formatGroupId','formatInline:discard','formatInline','formatInline:chain','refresh','acceptSuggestion','every','document','deletion:accept','_afterChanges','attributeKey','formatBlock:join','markBlockFormat','formatBlock:','insertion:chain','commands','addMarkerName','creator','authorName','conversion','insertContent','originalSuggestionId','from','values','comments','meta','isBlock','suggestion:','getCustomProperty','groupId','unbind','ck-suggestion-marker--active','config','after','isAtEnd','_recordAttributeChanges','isCollapsed','external:','head','containsRange','setTo','_element','4FNzFnJ','join','containsPosition','ck-suggestion-marker-formatInline','moveTargetPosition','410VBORmy','markInsertion','getAllAdjacentSuggestions','push','CommentsRepository','markMultiRangeBlockFormat','notReady','createElement','default','addMarker:suggestion:attribute','$graveyard','removeClass','keys','_isDataLoaded','markerReady','addMarker','discardSelectedSuggestions','_checkSuggestionCorrectness','ENTER','attribute','collaboration.channelId','8ZGMfIv','applyOperation','52763lNNxTs','removed','next','stop','oldRange','_joinWithAdjacentSuggestions','_processAttributeChanges','addUser','_addThreadToSuggestion','toJSON','_editor','map','_recordAttributeSuggestions','attributeNewValue','_enableDefaultAttributesIntegration','key','detach','_updateSuggestionData','markMultiRangeDeletion','_createSuggestion','position','addComment','splitPosition','nodeBefore','sort','isBefore','insertion:discard','pluginName','$marker','get','formatBlock:discard','format','forEach','markers','name','isObject','getChanges','_findSuggestions','schema','@external','track-changes-command-not-found','warn','multipleBlocks','_inlineAttributeKeys','getMultiRangeId','substring','authoredAt','_getMarkerAnnouncementText','createRange','suggestionUnloaded','forward','editingDowncast','fromCharCode','commentThread','isAtStart','_getExternalAuthor','getUser','FORMATTING','discardAllSuggestions','chain','model','init','formatBlock:chain','data-suggestion','formatBlock','removeMarker:suggestion:attribute','change:_saved','return','setAttribute','includes','getItems','createPositionAt','_suggestionState','writer','containsRangeInObject','addClass','suggestionLoaded','never','reconvertMarker','howMany','_splitMarkerName','removeMarkers','trackChanges.trackFormatChanges','containsItem','_refreshSuggestionsChain','upcast','Users','markDeletion','isInsideObject','subType','item','lowest','attribute:discard','set','trackChanges.mergeNestedSuggestions','normal','rethrowUnexpectedError','isOwn','markMultiRangeInsertion','getCommentThread','_isBlockAttribute','elementEnd','_SUGGESTION_ANNOUNCEMENT','clone','addMarker:suggestion','addHighlight','formatBlock:accept','481466GlKaYB','_refreshAttributeSuggestionsChain','for','setSelection','filter','getRanges','execute','substr','_rangeIsInLocalUserInsertion','_processAttributeSuggestions','$text','end','isLimit','multi','change','attribute:accept','PENDING_ACTION_SUGGESTION','_descriptionFactory','registerPostFixer','discard','isIntersectingWithRange','assign','addMarker:suggestion:formatBlock','_trackFormatChanges','unbindElementFromMarkerName','data','editing','$textProxy','dataToMarker','isExternal','some','insertion:','commandName','skipNestingCheck','addSuggestionData','_commentsRepository','track-changes-suggestion-not-found','markerToData','parent','_adapter','_initAriaMarkerChangeAnnouncements','root','getChangedMarkers','isNextTo','change:data','ck-suggestion-marker-','forceDefaultExecution','_mergeNestedSuggestions','define','302832dFJbjh','getShiftedBy','addSuggestion','tablePasteChainId','getLastMatchingPosition','TrackChangesEditing','insertion:accept','markerNameToElements','getRange','enableCommand','previous','accepted','_registerInlineAttribute','acceptAllSuggestions','stopListening','has','concat','error-saving-suggestion-data-suggestion-discarded','group','isDocumentOperation','isInContent','dataDowncast','isSelectable','type','deletion:discard','getIntersection','resolve','1729392ozDGCr','_handleNewSuggestionMarker','getNearestSelectionRange','markInlineFormat','suggestion:attribute:','clear','then','showSuggestionHighlights','track-changes-adapter-missing-getsuggestion','createRangeOn','deletion','_registerDefaultCallbacks','_suggestions','_getAttributeKey','_isForcedDefaultExecutionBlock','author','widget','start','enqueueChange','fire','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.','size','markerToHighlight','elementStart','selection','hasCommentThread','attribute:','remove','_saved','removeMarker:suggestion:formatBlock','bindElementToMarker','LEAVE','insertion','announce','startsWith','isAfter','updateSuggestion','containerElement','attribute:join','find','_joinSuggestions','listenTo'];_0x16b8=function(){return _0x4752ec;};return _0x16b8();}import _0x5846d8 from'./integrations/mention.js';import _0x2e57da from'./integrations/pagebreak.js';import _0x5cfcec from'./integrations/paragraph.js';import _0xc671c8 from'./integrations/removeformat.js';import _0x2dc376 from'./integrations/restrictededitingmode.js';import _0x427d55 from'./integrations/shiftentercommand.js';import _0x5659cb from'./integrations/standardeditingmode.js';import _0x4e1fd2 from'./integrations/style.js';import _0x4cc2ff from'./integrations/table.js';import _0x4b0983 from'./integrations/tablemergesplit.js';import _0x17f7ea from'./integrations/tableheadings.js';import _0x3853c5 from'./integrations/tableclipboard.js';import _0x12f743 from'./integrations/tablecolumnresize.js';import _0x28ce20 from'./integrations/template.js';import _0x4c6c31 from'./integrations/tableofcontents.js';import _0x1d8dc0 from'./integrations/title.js';import _0xc65d72 from'./integrations/undo.js';import _0x3d1ca4 from'./integrations/tablecaption.js';import _0xd17a00 from'./integrations/tableproperties.js';import{getTranslation as _0x39c8a0}from'./utils/common-translations.js';import{isEqual as _0x207696,omit as _0x3d0509}from'lodash-es';export const renameAttributeKey=_0x184fb6(0x255);export default class p extends _0x1a0b22{static get[_0x184fb6(0x1f7)](){const _0x1c9457=_0x184fb6;return[_0x1c9457(0x2b2),_0x8b1d78,_0x3aed1a,_0x150147,_0x1d9154,_0x500e43,_0x3ec525,_0x17d879,_0x5d7c65,_0x494b01,_0x553ab7,_0x586665,_0x2ba372,_0x3455cf,_0x19ac0e,_0x5c7f2a,_0x896744,_0x411e1b,_0x1b186d,_0x4ad67e,_0x11fdc5,_0x56f61d,_0x5b59d3,_0x527c7c,_0x48246e,_0xb94062,_0x9970f5,_0x800404,_0x133e6a,_0x277a62,_0x13b8b5,_0x53dca1,_0x5846d8,_0x2e57da,_0x5cfcec,_0xc671c8,_0x2dc376,_0x427d55,_0x5659cb,_0x4e1fd2,_0x4cc2ff,_0x4b0983,_0x17f7ea,_0x3d1ca4,_0x3853c5,_0x12f743,_0x4c6c31,_0xd17a00,_0x28ce20,_0x1d8dc0,_0xc65d72];}static get[_0x184fb6(0x2e0)](){const _0x508c7f=_0x184fb6;return _0x508c7f(0x366);}constructor(_0x1431c9){const _0x54b3c6=_0x184fb6;function _0x1ac400(_0x5b22bd){const _0x723368=_0x251e;return _0x5b22bd[_0x723368(0x2d0)](_0x92776e=>String[_0x723368(0x2f9)](_0x92776e))[_0x723368(0x2aa)]('');}super(_0x1431c9),this[_0x54b3c6(0x2d1)]=!0x1,this[_0x54b3c6(0x322)](_0x54b3c6(0x257),[]),this['on'](_0x54b3c6(0x225),(_0x5c435f,_0x4d7701,_0x391c19,_0x29dd5f)=>{const _0x5a657f=_0x54b3c6;this[_0x5a657f(0x27e)][_0x5a657f(0x33e)](()=>{const _0x5bc30a=_0x5a657f;for(const _0x45668a of[..._0x29dd5f,..._0x391c19])this[_0x5bc30a(0x27e)][_0x5bc30a(0x2e6)][_0x5bc30a(0x370)](_0x45668a)&&_0x1431c9[_0x5bc30a(0x34a)][_0x5bc30a(0x313)](_0x45668a);});}),this[_0x54b3c6(0x341)]=new _0x51719c(this[_0x54b3c6(0x229)][_0x54b3c6(0x301)][_0x54b3c6(0x2eb)],this[_0x54b3c6(0x229)][_0x54b3c6(0x23d)]),this[_0x54b3c6(0x357)]=null,this[_0x54b3c6(0x230)]=new Bt(this[_0x54b3c6(0x229)]),this[_0x54b3c6(0x1d8)]=new Map(),this[_0x54b3c6(0x353)]=_0x1431c9[_0x54b3c6(0x218)][_0x54b3c6(0x2e2)](_0x54b3c6(0x2b2)),this[_0x54b3c6(0x25e)]=new Set(),this[_0x54b3c6(0x27e)]=this[_0x54b3c6(0x229)][_0x54b3c6(0x301)],this[_0x54b3c6(0x30d)]=new WeakMap(),this[_0x54b3c6(0x1da)]=!0x1,this[_0x54b3c6(0x23f)]=new Set([_0x54b3c6(0x255)]),this[_0x54b3c6(0x2f0)]=new Set(),_0x1431c9[_0x54b3c6(0x29f)][_0x54b3c6(0x360)](_0x54b3c6(0x317),_0x54b3c6(0x2b6)),this[_0x54b3c6(0x347)]=_0x1431c9[_0x54b3c6(0x29f)][_0x54b3c6(0x2e2)](_0x54b3c6(0x317)),_0x1431c9[_0x54b3c6(0x29f)][_0x54b3c6(0x360)](_0x54b3c6(0x323),!0x0),this[_0x54b3c6(0x35f)]=_0x1431c9[_0x54b3c6(0x29f)][_0x54b3c6(0x2e2)](_0x54b3c6(0x323)),this[_0x54b3c6(0x242)]=new _0x35fa1d(_0x1431c9,this[_0x54b3c6(0x25e)]),this[_0x54b3c6(0x358)](),this[_0x1ac400([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x1ac400([0x34,0x30,0x34,0x38,0x30,0x36,0x31,0x30]);}[_0x184fb6(0x302)](){const _0xbbab3=_0x184fb6,_0x543c87=this[_0xbbab3(0x229)],_0x270a8b=(_0x2114e6,_0x146b29)=>{const _0x5865ec=_0xbbab3;if(_0x5865ec(0x2c1)!=_0x2114e6)return _0x5865ec(0x35d)+_0x2114e6;const _0x2ff02f=_0x146b29[_0x5865ec(0x23a)]('|')[0x0];return this[_0x5865ec(0x329)](_0x2ff02f)?_0x5865ec(0x260):_0x5865ec(0x2ac);};_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x2f8))[_0xbbab3(0x1e2)]({'model':_0xbbab3(0x20b),'view':_0x5cfe5d=>{const _0x5911ba=_0xbbab3,{id:_0xee9326,type:_0xa837a9,subType:_0x1030ce}=this[_0x5911ba(0x315)](_0x5cfe5d[_0x5911ba(0x235)]),_0xa6674b=[_0x5911ba(0x233),_0x270a8b(_0xa837a9,_0x1030ce)];let _0x50b6fd=0xbb8;return this[_0x5911ba(0x257)][_0x5911ba(0x30a)](_0x5cfe5d[_0x5911ba(0x235)])&&(_0xa6674b[_0x5911ba(0x2b1)](_0x5911ba(0x29e)),_0x50b6fd=0xbc2),_0x5911ba(0x1d6)==_0xa837a9&&(_0x50b6fd+=0x5),{'classes':_0xa6674b,'attributes':{'data-suggestion':_0xee9326},'priority':_0x50b6fd};}}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x376))[_0xbbab3(0x24e)](_0x2204ca=>{const _0x502f75=_0xbbab3;_0x2204ca['on'](_0x502f75(0x32d),(_0x407573,_0x5f15ee,_0x100514)=>{const _0x4a6364=_0x502f75;if(!_0x100514[_0x4a6364(0x224)][_0x4a6364(0x1d3)])return;const _0x421e2c=_0x5f15ee[_0x4a6364(0x31f)];if(!_0x421e2c)return;const _0x193ec4=_0x100514[_0x4a6364(0x245)][_0x4a6364(0x268)](_0x421e2c);_0x543c87[_0x4a6364(0x301)][_0x4a6364(0x2eb)][_0x4a6364(0x2e8)](_0x421e2c)&&_0x193ec4&&!_0x193ec4[_0x4a6364(0x29b)](_0x4a6364(0x1dc))&&_0x193ec4['is'](_0x4a6364(0x1f1))&&_0x261d87(_0x193ec4,_0x100514[_0x4a6364(0x30e)]);},{'priority':_0x502f75(0x274)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x376))[_0xbbab3(0x1e2)]({'model':_0xbbab3(0x20b),'view':(_0x1b126b,_0x2bf047)=>{const _0x31835a=_0xbbab3;if(!_0x2bf047[_0x31835a(0x224)][_0x31835a(0x1d3)])return null;const {type:_0x3126cc,subType:_0x46e2d9}=this[_0x31835a(0x315)](_0x1b126b[_0x31835a(0x235)]);return{'classes':[_0x31835a(0x233),_0x270a8b(_0x3126cc,_0x46e2d9)],'priority':0xbb8};}});const _0x4bba3f=({showActiveMarkers:_0x3c33f2=!0x0,isAttributeSuggestion:_0x456443=!0x1}={})=>(_0x4e75e2,_0x4ae99b,_0x394dce)=>{const _0x5182be=_0xbbab3;if(!_0x4ae99b[_0x5182be(0x31f)])return;const {id:_0x55bf95}=this[_0x5182be(0x315)](_0x4ae99b[_0x5182be(0x235)]);if(_0x456443){const _0x551bbd=this[_0x5182be(0x1d8)][_0x5182be(0x2e2)](_0x55bf95),_0x46cfab=this[_0x5182be(0x1d9)](_0x551bbd);if(!this[_0x5182be(0x329)](_0x46cfab))return;}if(_0x4ae99b[_0x5182be(0x31f)]['is'](_0x5182be(0x1e4)))return void _0x394dce[_0x5182be(0x24d)][_0x5182be(0x259)](_0x4ae99b[_0x5182be(0x31f)],_0x4e75e2[_0x5182be(0x2e7)]);const _0x537581=_0x394dce[_0x5182be(0x245)][_0x5182be(0x268)](_0x4ae99b[_0x5182be(0x31f)]);if(_0x4ae99b[_0x5182be(0x31f)]['is'](_0x5182be(0x256))&&_0x543c87[_0x5182be(0x301)][_0x5182be(0x2eb)][_0x5182be(0x299)](_0x4ae99b[_0x5182be(0x31f)])&&!_0x537581[_0x5182be(0x29b)](_0x5182be(0x32e))){_0x394dce[_0x5182be(0x30e)][_0x5182be(0x310)]([_0x5182be(0x233),_0x5182be(0x260)],_0x537581),_0x394dce[_0x5182be(0x30e)][_0x5182be(0x309)](_0x5182be(0x304),_0x55bf95,_0x537581),_0x394dce[_0x5182be(0x245)][_0x5182be(0x1ea)](_0x537581,_0x4ae99b[_0x5182be(0x235)]),_0x3c33f2&&(this[_0x5182be(0x257)][_0x5182be(0x30a)](_0x4ae99b[_0x5182be(0x235)])?_0x394dce[_0x5182be(0x30e)][_0x5182be(0x310)](_0x5182be(0x29e),_0x537581):_0x394dce[_0x5182be(0x30e)][_0x5182be(0x2b9)](_0x5182be(0x29e),_0x537581));for(const _0x316b11 of _0x543c87[_0x5182be(0x301)][_0x5182be(0x228)](_0x4ae99b[_0x5182be(0x31f)])[_0x5182be(0x30b)]())_0x394dce[_0x5182be(0x24d)][_0x5182be(0x259)](_0x316b11,_0x4e75e2[_0x5182be(0x2e7)]);_0x394dce[_0x5182be(0x24d)][_0x5182be(0x259)](_0x4ae99b[_0x5182be(0x31f)],_0x4e75e2[_0x5182be(0x2e7)]);}};_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x376))[_0xbbab3(0x24e)](_0x234fc1=>{const _0x2c3acb=_0xbbab3;_0x234fc1['on'](_0x2c3acb(0x346),(_0x1154c6,_0x5cc8eb,_0x330e40)=>{const _0x215dee=_0x2c3acb;_0x330e40[_0x215dee(0x224)][_0x215dee(0x1d3)]&&_0x4bba3f({'showActiveMarkers':!0x1})(_0x1154c6,_0x5cc8eb,_0x330e40);},{'priority':_0x2c3acb(0x23c)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x376))[_0xbbab3(0x24e)](_0x3d49f6=>{const _0x32f89b=_0xbbab3;_0x3d49f6['on'](_0x32f89b(0x2b7),(_0x1eccbd,_0xdb3001,_0x34d6aa)=>{const _0x461de2=_0x32f89b;_0x34d6aa[_0x461de2(0x224)][_0x461de2(0x1d3)]&&_0x4bba3f({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1eccbd,_0xdb3001,_0x34d6aa);},{'priority':_0x32f89b(0x23c)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x376))[_0xbbab3(0x355)]({'model':_0xbbab3(0x20b),'view':(_0x5d81f1,_0x1979a3)=>_0x1979a3[_0xbbab3(0x224)][_0xbbab3(0x1d3)]?null:{'group':_0xbbab3(0x20b),'name':_0x5d81f1[_0xbbab3(0x337)](0xb)}}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x31a))[_0xbbab3(0x246)]({'view':{'name':_0xbbab3(0x20b),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x37816e,{writer:_0x284d8f})=>{const _0x4434c2=_0xbbab3;let _0x1dea18=_0x4434c2(0x29a)+_0x37816e[_0x4434c2(0x261)](_0x4434c2(0x21a))+':'+_0x37816e[_0x4434c2(0x261)]('id');return _0x37816e[_0x4434c2(0x261)](_0x4434c2(0x231))&&(_0x1dea18+=':'+_0x37816e[_0x4434c2(0x261)](_0x4434c2(0x231))),_0x284d8f[_0x4434c2(0x2b5)](_0x4434c2(0x2e1),{'data-name':_0x1dea18});}}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x31a))[_0xbbab3(0x34c)]({'view':_0xbbab3(0x20b)}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x2f8))[_0xbbab3(0x24e)](_0x2f0d3c=>{const _0x509bd2=_0xbbab3;_0x2f0d3c['on'](_0x509bd2(0x346),_0x4bba3f(),{'priority':_0x509bd2(0x274)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x2f8))[_0xbbab3(0x24e)](_0x4c301b=>{const _0x57899f=_0xbbab3;_0x4c301b['on'](_0x57899f(0x2b7),_0x4bba3f({'isAttributeSuggestion':!0x0}),{'priority':_0x57899f(0x274)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x2f8))[_0xbbab3(0x24e)](_0x4adbf2=>{const _0x338510=_0xbbab3;_0x4adbf2['on'](_0x338510(0x1e9),(_0x5f3d24,_0x48d398,_0x2057f3)=>{const _0x34f685=_0x338510,_0x2ae364=_0x2057f3[_0x34f685(0x245)][_0x34f685(0x368)](_0x48d398[_0x34f685(0x235)]);if(_0x2ae364){for(const _0x2b17bd of _0x2ae364)_0x2b17bd[_0x34f685(0x29b)](_0x34f685(0x32e))||(_0x2057f3[_0x34f685(0x30e)][_0x34f685(0x2b9)]([_0x34f685(0x233),_0x34f685(0x260),_0x34f685(0x29e)],_0x2b17bd),_0x2057f3[_0x34f685(0x30e)][_0x34f685(0x220)](_0x34f685(0x304),_0x2b17bd),_0x2057f3[_0x34f685(0x245)][_0x34f685(0x348)](_0x2b17bd,_0x48d398[_0x34f685(0x235)]));}},{'priority':_0x338510(0x274)});}),_0x543c87[_0xbbab3(0x292)][_0xbbab3(0x332)](_0xbbab3(0x2f8))[_0xbbab3(0x24e)](_0x387e14=>{const _0x5c6b9b=_0xbbab3;_0x387e14['on'](_0x5c6b9b(0x306),(_0x273652,_0x2bc1d7,_0x2b41dd)=>{const _0x535e3a=_0x5c6b9b,_0x2b105c=_0x2b41dd[_0x535e3a(0x245)][_0x535e3a(0x368)](_0x2bc1d7[_0x535e3a(0x235)]);if(!_0x2b105c)return;const {id:_0x5cb0a7}=this[_0x535e3a(0x315)](_0x2bc1d7[_0x535e3a(0x235)]),_0x3ce4f4=this[_0x535e3a(0x1d8)][_0x535e3a(0x2e2)](_0x5cb0a7),_0x29ca34=this[_0x535e3a(0x1d9)](_0x3ce4f4);if(this[_0x535e3a(0x329)](_0x29ca34)){for(const _0x4aa4f0 of _0x2b105c)_0x4aa4f0[_0x535e3a(0x29b)](_0x535e3a(0x32e))||(_0x2b41dd[_0x535e3a(0x30e)][_0x535e3a(0x2b9)]([_0x535e3a(0x233),_0x535e3a(0x260),_0x535e3a(0x29e)],_0x4aa4f0),_0x2b41dd[_0x535e3a(0x30e)][_0x535e3a(0x220)](_0x535e3a(0x304),_0x4aa4f0),_0x2b41dd[_0x535e3a(0x245)][_0x535e3a(0x348)](_0x4aa4f0,_0x2bc1d7[_0x535e3a(0x235)]));}},{'priority':_0x5c6b9b(0x274)});}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)][_0xbbab3(0x342)](_0x375647=>{const _0x34ee56=_0xbbab3;let _0x5683fc=!0x1;const _0x3dc02c=Array[_0x34ee56(0x295)](_0x543c87[_0x34ee56(0x301)][_0x34ee56(0x286)][_0x34ee56(0x22a)][_0x34ee56(0x35a)]()),_0x50fb01=new Set();for(const {name:_0x4c5688,data:_0x3ee841}of _0x3dc02c){const {group:_0x5ae7a4,type:_0x442e30,subType:_0x2b9de8,id:_0x10cf4d}=this[_0x34ee56(0x315)](_0x4c5688);if(_0x34ee56(0x20b)!==_0x5ae7a4)continue;const _0x51345f=this[_0x34ee56(0x1d8)][_0x34ee56(0x2e2)](_0x10cf4d);if(null!=_0x3ee841[_0x34ee56(0x200)]){_0x34ee56(0x281)==_0x442e30&&(_0x5683fc=_0x5683fc||Tt(_0x3ee841[_0x34ee56(0x200)],_0x4c5688,_0x375647,_0x543c87[_0x34ee56(0x301)][_0x34ee56(0x2eb)]));const _0x266e91=_0x34ee56(0x2c1)==_0x442e30&&this[_0x34ee56(0x329)](_0x2b9de8[_0x34ee56(0x23a)]('|')[0x0]);if(_0x3ee841[_0x34ee56(0x200)][_0x34ee56(0x2a3)]||_0x34ee56(0x2b8)==_0x3ee841[_0x34ee56(0x200)][_0x34ee56(0x359)][_0x34ee56(0x22f)]||_0x34ee56(0x305)==_0x442e30&&!Vt(_0x3ee841[_0x34ee56(0x200)])||_0x266e91&&!Vt(_0x3ee841[_0x34ee56(0x200)])||_0x34ee56(0x1d6)==_0x442e30&&!(!Rt(_0x26e934=_0x3ee841[_0x34ee56(0x200)])&&!function(_0x28c773){const _0x28dbe0=_0x34ee56;return _0x28c773[_0x28dbe0(0x1dd)][_0x28dbe0(0x356)]==_0x28c773[_0x28dbe0(0x33b)][_0x28dbe0(0x2dc)]&&_0x28c773[_0x28dbe0(0x1dd)][_0x28dbe0(0x2a1)];}(_0x26e934)))_0x375647[_0x34ee56(0x267)](_0x4c5688),_0x5683fc=!0x0;else{if(!_0x51345f||!_0x51345f[_0x34ee56(0x375)])continue;_0x50fb01[_0x34ee56(0x24e)](_0x51345f);}}}var _0x26e934;return _0x50fb01[_0x34ee56(0x1e1)]>0x0&&(_0x5683fc=!!this[_0x34ee56(0x2ca)](_0x50fb01)||_0x5683fc),_0x5683fc;}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)][_0xbbab3(0x342)](_0x42fc73=>{const _0x10bcdc=_0xbbab3;let _0x594f2b=!0x1;for(const _0x53bef4 of _0x543c87[_0x10bcdc(0x301)][_0x10bcdc(0x286)][_0x10bcdc(0x22a)][_0x10bcdc(0x2e9)]())if(_0x10bcdc(0x277)==_0x53bef4[_0x10bcdc(0x378)])for(const _0x37c4fc of this[_0x10bcdc(0x1d8)][_0x10bcdc(0x296)]()){if(_0x37c4fc[_0x10bcdc(0x1fe)]||!_0x37c4fc[_0x10bcdc(0x375)])continue;const _0x110a9d=_0x10bcdc(0x305)==_0x37c4fc[_0x10bcdc(0x378)],_0xd6c169=this[_0x10bcdc(0x1d9)](_0x37c4fc),_0x9b5cd7=_0xd6c169&&this[_0x10bcdc(0x329)](_0xd6c169);if(!_0x110a9d&&!_0x9b5cd7)continue;const _0x4f368f=_0x37c4fc[_0x10bcdc(0x214)]();if(_0x4f368f[_0x10bcdc(0x1dd)][_0x10bcdc(0x356)]!=_0x4f368f[_0x10bcdc(0x33b)][_0x10bcdc(0x356)]&&!_0x4f368f[_0x10bcdc(0x33b)][_0x10bcdc(0x2a1)]){const _0x2c1eed=_0x543c87[_0x10bcdc(0x301)][_0x10bcdc(0x30c)](_0x4f368f[_0x10bcdc(0x1dd)][_0x10bcdc(0x207)],_0x10bcdc(0x33b)),_0x344f56=_0x543c87[_0x10bcdc(0x301)][_0x10bcdc(0x2f5)](_0x4f368f[_0x10bcdc(0x1dd)],_0x2c1eed);_0x42fc73[_0x10bcdc(0x22b)](_0x37c4fc[_0x10bcdc(0x212)](),{'range':_0x344f56}),_0x594f2b=!0x0;}}return _0x594f2b;}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)][_0xbbab3(0x342)](_0x51b8c3=>this[_0xbbab3(0x2cb)](_0x51b8c3)),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)][_0xbbab3(0x342)](_0x61364c=>!_0x61364c[_0xbbab3(0x265)][_0xbbab3(0x263)]&&this[_0xbbab3(0x339)](_0x61364c)),_0x543c87[_0xbbab3(0x301)]['on'](_0xbbab3(0x288),()=>{const _0x1a74bc=_0xbbab3;this[_0x1a74bc(0x2d1)]=!0x1;}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)]['on'](_0xbbab3(0x35c),(_0x5ce2fc,_0x4e0d1b)=>{const _0x1f55be=_0xbbab3;if(!_0x4e0d1b[_0x1f55be(0x263)]||_0x4e0d1b[_0x1f55be(0x1f8)])return;if(!this[_0x1f55be(0x2d1)])return;const _0x5723fc=_0x543c87[_0x1f55be(0x301)][_0x1f55be(0x286)][_0x1f55be(0x22a)][_0x1f55be(0x2e9)]();if(0x0==_0x5723fc[_0x1f55be(0x22c)])return;const _0x27e5bc=[],_0x33d3cd=_0x5723fc[_0x1f55be(0x334)](_0x16e172=>_0x1f55be(0x2c1)==_0x16e172[_0x1f55be(0x378)]),_0x522f4b=_0x5723fc[_0x1f55be(0x334)](_0xf56162=>_0x1f55be(0x277)==_0xf56162[_0x1f55be(0x378)]&&_0x1f55be(0x33a)!=_0xf56162[_0x1f55be(0x2e7)]),_0x44510b=_0x5723fc[_0x1f55be(0x334)](_0x547d65=>_0x1f55be(0x1e7)==_0x547d65[_0x1f55be(0x378)]&&_0x1f55be(0x33a)!=_0x547d65[_0x1f55be(0x2e7)]);for(const _0x591493 of _0x33d3cd)this[_0x1f55be(0x236)](_0x591493[_0x1f55be(0x289)])&&_0x27e5bc[_0x1f55be(0x2b1)]({'key':_0x591493[_0x1f55be(0x289)],'newValue':_0x591493[_0x1f55be(0x2d2)],'oldValue':_0x591493[_0x1f55be(0x251)],'range':Ut(_0x591493[_0x1f55be(0x254)],_0x543c87[_0x1f55be(0x301)])});for(const _0x60f4df of _0x522f4b){const _0x240cd5=_0x44510b[_0x1f55be(0x1f3)](_0x1a2d95=>_0x1a2d95[_0x1f55be(0x2a8)]===_0x60f4df[_0x1f55be(0x2a8)]);if(_0x240cd5){const _0x3b7e57=Ot(_0x60f4df[_0x1f55be(0x2d9)][_0x1f55be(0x207)],_0x543c87[_0x1f55be(0x301)]);_0x240cd5[_0x1f55be(0x2e7)]!==_0x60f4df[_0x1f55be(0x2e7)]&&_0x27e5bc[_0x1f55be(0x2b1)]({'key':_0x1f55be(0x255),'newValue':_0x60f4df[_0x1f55be(0x2e7)],'oldValue':_0x240cd5[_0x1f55be(0x2e7)],'range':_0x3b7e57});for(const [_0x438fea,_0x244ffd]of _0x240cd5[_0x1f55be(0x240)]){if(!this[_0x1f55be(0x236)](_0x438fea))continue;const _0x3e2fa3=_0x60f4df[_0x1f55be(0x240)][_0x1f55be(0x2e2)](_0x438fea);_0x244ffd!==_0x3e2fa3&&_0x27e5bc[_0x1f55be(0x2b1)]({'key':_0x438fea,'newValue':_0x3e2fa3,'oldValue':_0x244ffd,'range':_0x3b7e57});}for(const [_0xe57d46,_0x19649b]of _0x60f4df[_0x1f55be(0x240)])this[_0x1f55be(0x236)](_0xe57d46)&&(_0x240cd5[_0x1f55be(0x240)][_0x1f55be(0x370)](_0xe57d46)||_0x27e5bc[_0x1f55be(0x2b1)]({'key':_0xe57d46,'newValue':_0x19649b,'oldValue':null,'range':_0x3b7e57}));}}0x0!=_0x27e5bc[_0x1f55be(0x22c)]&&_0x543c87[_0x1f55be(0x301)][_0x1f55be(0x1de)](_0x4e0d1b,_0x4c644d=>{const _0x2ac7ee=_0x1f55be,_0x4d0ac2=_0x296981();for(const {range:_0x29eb90,key:_0x47069d,oldValue:_0x1f29df,newValue:_0x1824d0}of _0x27e5bc)this[_0x2ac7ee(0x238)](_0x29eb90,_0x47069d,_0x1f29df,_0x1824d0,{'groupId':_0x4d0ac2});this[_0x2ac7ee(0x210)](_0x4c644d,_0x27e5bc);});},{'priority':_0xbbab3(0x320)}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x2e6)]['on'](_0xbbab3(0x248),(_0x23d4fd,_0x3ab6b6,_0x4c8ea6)=>{const _0x25929a=_0xbbab3;if(null==_0x4c8ea6){const {id:_0x9490a6}=this[_0x25929a(0x315)](_0x3ab6b6[_0x25929a(0x2e7)]),_0x40f3af=this[_0x25929a(0x1d8)][_0x25929a(0x2e2)](_0x9490a6);_0x40f3af&&_0x40f3af[_0x25929a(0x28f)](_0x3ab6b6[_0x25929a(0x2e7)]);}}),_0x543c87[_0xbbab3(0x301)][_0xbbab3(0x286)]['on'](_0xbbab3(0x35c),()=>{const _0x31cd02=_0xbbab3,_0x94414b=Array[_0x31cd02(0x295)](_0x543c87[_0x31cd02(0x301)][_0x31cd02(0x286)][_0x31cd02(0x22a)][_0x31cd02(0x35a)]())[_0x31cd02(0x334)](_0x42cb2c=>_0x31cd02(0x20b)===this[_0x31cd02(0x315)](_0x42cb2c[_0x31cd02(0x2e7)])[_0x31cd02(0x373)]);if(0x0===_0x94414b[_0x31cd02(0x22c)])return;_0x94414b[_0x31cd02(0x2dd)]((_0x3ee1ff,_0x598635)=>{const _0x297cea=_0x31cd02,_0x38d00f=_0x3ee1ff[_0x297cea(0x349)][_0x297cea(0x2c9)],_0x2c6cd8=_0x598635[_0x297cea(0x349)][_0x297cea(0x2c9)];return null===_0x38d00f&&null===_0x2c6cd8?0x0:null===_0x38d00f&&null!==_0x2c6cd8?-0x1:null!==_0x38d00f&&null===_0x2c6cd8?0x1:_0x38d00f[_0x297cea(0x1dd)][_0x297cea(0x2de)](_0x2c6cd8[_0x297cea(0x1dd)])?-0x1:0x1;});const _0x3e51c5=new Set(),_0x52fd24=new Set();for(const {name:_0x494c77,data:_0x2caf9b}of _0x94414b){const {id:_0x3e7649}=this[_0x31cd02(0x315)](_0x494c77);if(null===_0x2caf9b[_0x31cd02(0x2c9)]){const _0xbfa8dc=this[_0x31cd02(0x1cd)](_0x494c77);_0x52fd24[_0x31cd02(0x24e)](_0xbfa8dc);}else{const _0x2ebb35=this[_0x31cd02(0x1d8)][_0x31cd02(0x2e2)](_0x3e7649);null!==_0x2caf9b[_0x31cd02(0x200)]||_0x2ebb35[_0x31cd02(0x375)]?(_0x3e51c5[_0x31cd02(0x24e)](_0x2ebb35[_0x31cd02(0x2a5)]),_0x52fd24[_0x31cd02(0x24e)](_0x2ebb35)):this[_0x31cd02(0x278)](_0x2ebb35);}}_0x52fd24[_0x31cd02(0x1e1)]>0x0&&this[_0x31cd02(0x319)](_0x52fd24);for(const _0x4572aa of _0x3e51c5)this[_0x31cd02(0x1df)](_0x31cd02(0x241),_0x4572aa);}),_0x543c87[_0xbbab3(0x301)]['on'](_0xbbab3(0x2c4),(_0x2687a8,_0x4ab997)=>{const _0x4a8ebb=_0xbbab3,_0x53b7cf=_0x4ab997[0x0];if(!this[_0x4a8ebb(0x1d8)][_0x4a8ebb(0x1e1)])return;if(!_0x53b7cf[_0x4a8ebb(0x374)])return;if(_0x53b7cf[_0x4a8ebb(0x265)][_0x4a8ebb(0x1f8)]||!_0x53b7cf[_0x4a8ebb(0x265)][_0x4a8ebb(0x263)])return;let _0x352f47,_0x5f5ade;switch(_0x53b7cf[_0x4a8ebb(0x378)]){case _0x4a8ebb(0x277):_0x352f47=_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x30c)](_0x53b7cf[_0x4a8ebb(0x2d9)]),_0x5f5ade=_0x352f47[_0x4a8ebb(0x362)](_0x53b7cf[_0x4a8ebb(0x314)]);break;case _0x4a8ebb(0x23a):_0x352f47=_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x30c)](_0x53b7cf[_0x4a8ebb(0x2db)]),_0x5f5ade=_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x30c)](_0x53b7cf[_0x4a8ebb(0x2ad)]);break;case _0x4a8ebb(0x1fa):_0x352f47=_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x30c)](_0x53b7cf[_0x4a8ebb(0x202)]),_0x5f5ade=_0x352f47[_0x4a8ebb(0x362)](_0x53b7cf[_0x4a8ebb(0x314)]);break;default:return;}const _0x201987=_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x2f5)](_0x352f47,_0x5f5ade);_0x543c87[_0x4a8ebb(0x301)][_0x4a8ebb(0x33e)](()=>{const _0x9ad42a=_0x4a8ebb;for(const {suggestion:_0x25e3dc,meta:_0x26efc4}of this[_0x9ad42a(0x2ea)](_0x201987)){if(_0x25e3dc[_0x9ad42a(0x1fe)])continue;if(_0x9ad42a(0x281)==_0x25e3dc[_0x9ad42a(0x378)])continue;const _0x1d3d50=this[_0x9ad42a(0x1d9)](_0x25e3dc);if(_0x1d3d50&&this[_0x9ad42a(0x329)](_0x1d3d50)&&_0x9ad42a(0x23a)!=_0x53b7cf[_0x9ad42a(0x378)])continue;const _0x77602b=_0x25e3dc[_0x9ad42a(0x349)]&&_0x25e3dc[_0x9ad42a(0x349)][_0x9ad42a(0x2ef)];(_0x9ad42a(0x305)!=_0x25e3dc[_0x9ad42a(0x378)]||_0x9ad42a(0x23a)==_0x53b7cf[_0x9ad42a(0x378)]&&!_0x77602b)&&(_0x26efc4[_0x9ad42a(0x30f)]||_0x9ad42a(0x1ec)==_0x25e3dc[_0x9ad42a(0x378)]&&_0x26efc4[_0x9ad42a(0x326)]||_0x25e3dc[_0x9ad42a(0x214)]()[_0x9ad42a(0x2a6)](_0x201987)&&this[_0x9ad42a(0x221)](_0x25e3dc,_0x352f47,_0x5f5ade));}});},{'priority':_0xbbab3(0x320)}),_0x543c87[_0xbbab3(0x301)]['on'](_0xbbab3(0x20c),(_0x5def73,_0x1e3e51)=>{const _0x5d883b=_0xbbab3,_0x4e59c5=_0x1e3e51[0x0],_0xf7dde7=_0x1e3e51[0x1];if(_0xf7dde7&&_0xf7dde7[_0x5d883b(0x35e)])return;if(this[_0x5d883b(0x1da)])return;if(!this[_0x5d883b(0x242)][_0x5d883b(0x1fd)])return;if(_0x4e59c5[_0x5d883b(0x2a3)])return;const _0x5ed52b=_0x543c87[_0x5d883b(0x301)][_0x5d883b(0x2eb)],{start:_0x225602,end:_0x18f554}=_0x4e59c5[_0x5d883b(0x214)](),_0x20f4ff=_0x225602[_0x5d883b(0x207)]&&_0x5ed52b[_0x5d883b(0x33c)](_0x225602[_0x5d883b(0x207)])?null:_0x5ed52b[_0x5d883b(0x1ce)](_0x225602,_0x5d883b(0x2f7)),_0x3cf40a=_0x18f554[_0x5d883b(0x2dc)]&&_0x5ed52b[_0x5d883b(0x33c)](_0x18f554[_0x5d883b(0x2dc)])?null:_0x5ed52b[_0x5d883b(0x1ce)](_0x18f554,_0x5d883b(0x234)),_0x38e2c9=_0x543c87[_0x5d883b(0x301)][_0x5d883b(0x2f5)](_0x20f4ff?_0x20f4ff[_0x5d883b(0x1dd)]:_0x225602,_0x3cf40a?_0x3cf40a[_0x5d883b(0x33b)]:_0x18f554);_0x543c87[_0x5d883b(0x301)][_0x5d883b(0x33e)](_0x50658c=>{const _0x5bc515=_0x5d883b;this[_0x5bc515(0x31c)](_0x38e2c9);const _0x22163f=_0x543c87[_0x5bc515(0x301)][_0x5bc515(0x2eb)][_0x5bc515(0x1ce)](_0x38e2c9[_0x5bc515(0x1dd)]);_0x4e59c5['is'](_0x5bc515(0x253))?_0x50658c[_0x5bc515(0x333)](_0x22163f):_0x4e59c5[_0x5bc515(0x2a7)](_0x22163f);}),_0x5def73[_0x5d883b(0x2c8)]();},{'priority':_0x2619a5[_0xbbab3(0x324)]+0xa}),_0x543c87[_0xbbab3(0x301)]['on'](_0xbbab3(0x293),(_0x23e1a5,_0x8a7ece)=>{const _0x3f6c13=_0xbbab3,_0x4a4a84=_0x8a7ece[_0x8a7ece[_0x3f6c13(0x22c)]-0x1];_0x4a4a84&&_0x4a4a84[_0x3f6c13(0x35e)]||this[_0x3f6c13(0x1da)]||this[_0x3f6c13(0x242)][_0x3f6c13(0x1fd)]&&(_0x543c87[_0x3f6c13(0x301)][_0x3f6c13(0x33e)](()=>{const _0x2d4ee3=_0x3f6c13;let _0x5b7950=_0x543c87[_0x2d4ee3(0x301)][_0x2d4ee3(0x293)](_0x8a7ece[0x0],_0x8a7ece[0x1],_0x8a7ece[0x2],{'forceDefaultExecution':!0x0});if(!_0x5b7950)return;_0x23e1a5[_0x2d4ee3(0x308)]=_0x5b7950[_0x2d4ee3(0x32c)]();const _0x35fbaa=_0x5b7950[_0x2d4ee3(0x33b)][_0x2d4ee3(0x2dc)],_0x1bd0ec=_0x543c87[_0x2d4ee3(0x301)][_0x2d4ee3(0x2eb)];_0x35fbaa&&_0x1bd0ec[_0x2d4ee3(0x299)](_0x35fbaa)&&!_0x1bd0ec[_0x2d4ee3(0x2e8)](_0x35fbaa)&&(_0x5b7950=_0x543c87[_0x2d4ee3(0x301)][_0x2d4ee3(0x2f5)](_0x5b7950[_0x2d4ee3(0x1dd)],_0x543c87[_0x2d4ee3(0x301)][_0x2d4ee3(0x30c)](_0x35fbaa,_0x2d4ee3(0x33b)))),this[_0x2d4ee3(0x2af)](_0x5b7950);}),_0x23e1a5[_0x3f6c13(0x2c8)]());},{'priority':_0xbbab3(0x274)}),this[_0xbbab3(0x229)][_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x26b),this[_0xbbab3(0x242)]),this[_0xbbab3(0x36a)](_0xbbab3(0x26b));const _0x434af5=new _0x463aea(_0x543c87,this[_0xbbab3(0x1d8)]);_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x284),_0x434af5),this[_0xbbab3(0x36a)](_0xbbab3(0x284));const _0x565d4a=new _0x423b88(_0x543c87,this[_0xbbab3(0x1d8)]);_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x276),_0x565d4a),this[_0xbbab3(0x36a)](_0xbbab3(0x276)),_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x36e),new _0x23b8b4(_0x543c87,_0x434af5,this[_0xbbab3(0x1d8)])),this[_0xbbab3(0x36a)](_0xbbab3(0x36e)),_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x2ff),new _0x23b8b4(_0x543c87,_0x565d4a,this[_0xbbab3(0x1d8)])),this[_0xbbab3(0x36a)](_0xbbab3(0x2ff)),_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x279),new _0x1b04c5(_0x543c87,_0x434af5,this[_0xbbab3(0x1d8)])),this[_0xbbab3(0x36a)](_0xbbab3(0x279)),_0x543c87[_0xbbab3(0x28e)][_0xbbab3(0x24e)](_0xbbab3(0x2be),new _0x1b04c5(_0x543c87,_0x565d4a,this[_0xbbab3(0x1d8)])),this[_0xbbab3(0x36a)](_0xbbab3(0x2be));const _0x40709d=_0x543c87[_0xbbab3(0x218)][_0xbbab3(0x2e2)](_0xbbab3(0x2b2));this[_0xbbab3(0x1f5)](_0x40709d,_0xbbab3(0x2da),(_0x1d20d2,{threadId:_0x3b746a})=>{const _0x325982=_0xbbab3,_0x13d235=this[_0x325982(0x1d8)][_0x325982(0x2e2)](_0x3b746a);_0x13d235&&_0x13d235[_0x325982(0x2fa)]&&0x1===_0x13d235[_0x325982(0x2fa)][_0x325982(0x22c)]&&this[_0x325982(0x2d6)](_0x3b746a,{'hasComments':!0x0});},{'priority':_0xbbab3(0x20e)}),this[_0xbbab3(0x1f5)](_0x40709d,_0xbbab3(0x21e),(_0x4ecb5f,{threadId:_0x433dba})=>{const _0x1183b6=_0xbbab3,_0x5209d8=this[_0x1183b6(0x1d8)][_0x1183b6(0x2e2)](_0x433dba);_0x5209d8&&_0x5209d8[_0x1183b6(0x2fa)]&&!_0x5209d8[_0x1183b6(0x2fa)][_0x1183b6(0x22c)]&&this[_0x1183b6(0x2d6)](_0x433dba,{'hasComments':!0x1});},{'priority':_0xbbab3(0x20e)});}set[_0x184fb6(0x226)](_0x4ad49a){const _0x1b9edd=_0x184fb6;if(this[_0x1b9edd(0x357)])throw new _0x2f278a(_0x1b9edd(0x269),this);this[_0x1b9edd(0x357)]=_0x4ad49a;}get[_0x184fb6(0x226)](){const _0x23707c=_0x184fb6;return this[_0x23707c(0x357)];}[_0x184fb6(0x219)]({skipNotAttached:_0x1bce2a=!0x1,toJSON:_0x5f2dd2=!0x1}={}){const _0x2e8246=_0x184fb6,_0x28c750=[];for(const _0x3d1818 of this[_0x2e8246(0x1d8)][_0x2e8246(0x296)]())_0x1bce2a&&!_0x3d1818[_0x2e8246(0x375)]||_0x28c750[_0x2e8246(0x2b1)](_0x3d1818);return _0x5f2dd2?_0x28c750[_0x2e8246(0x2d0)](_0x35713d=>_0x35713d[_0x2e8246(0x2ce)]()):_0x28c750;}[_0x184fb6(0x239)](_0x3080db){const _0x4522e6=_0x184fb6,_0x4e1cfe=this[_0x4522e6(0x1d8)][_0x4522e6(0x2e2)](_0x3080db);if(!_0x4e1cfe)throw new _0x2f278a(_0x4522e6(0x354),this);return _0x4e1cfe;}[_0x184fb6(0x22d)](_0x40b103){const _0x126c42=_0x184fb6;return this[_0x126c42(0x1d8)][_0x126c42(0x370)](_0x40b103);}[_0x184fb6(0x352)](_0x3dbdd1){const _0x2330d6=_0x184fb6,{authorId:_0x5137ea,id:_0x529675,attributes:_0x6fd065}=_0x3dbdd1,[_0xf9a2f6,_0xe6a1a8]=_0x3dbdd1[_0x2330d6(0x378)][_0x2330d6(0x23a)](':'),_0x4a3b7b=this[_0x2330d6(0x1d8)][_0x2330d6(0x2e2)](_0x529675)||this[_0x2330d6(0x2d8)](_0xf9a2f6,_0xe6a1a8,_0x529675,_0x5137ea,_0x6fd065);if(this[_0x2330d6(0x2cd)](_0x4a3b7b),this[_0x2330d6(0x2bf)](_0x4a3b7b,_0xf9a2f6,_0xe6a1a8||null,_0x5137ea),_0x4a3b7b[_0x2330d6(0x27b)]=_0x3dbdd1[_0x2330d6(0x27b)],_0x4a3b7b[_0x2330d6(0x2bb)]=!0x0,_0x6fd065&&_0x6fd065[_0x2330d6(0x2ec)]){const _0x7ed96b=_0x6fd065[_0x2330d6(0x2ec)],_0x4b0232=this[_0x2330d6(0x2fc)](_0x7ed96b[_0x2330d6(0x291)]);_0x4a3b7b[_0x2330d6(0x2f3)]=_0x7ed96b[_0x2330d6(0x27b)],_0x4a3b7b[_0x2330d6(0x1db)]=_0x4b0232,_0x4a3b7b[_0x2330d6(0x34d)]=!0x0;}else _0x4a3b7b[_0x2330d6(0x2f3)]=_0x3dbdd1[_0x2330d6(0x27b)];switch(_0x3dbdd1[_0x2330d6(0x349)]&&(_0x4a3b7b[_0x2330d6(0x349)]=_0x3dbdd1[_0x2330d6(0x349)]),_0x3dbdd1[_0x2330d6(0x240)]&&(_0x4a3b7b[_0x2330d6(0x240)]=_0x3dbdd1[_0x2330d6(0x240)]),this[_0x2330d6(0x357)]&&this[_0x2330d6(0x357)][_0x2330d6(0x363)]||(_0x4a3b7b[_0x2330d6(0x1e8)]=!0x0),this[_0x2330d6(0x30d)][_0x2330d6(0x2e2)](_0x4a3b7b)){case _0x2330d6(0x2b4):this[_0x2330d6(0x30d)][_0x2330d6(0x322)](_0x4a3b7b,_0x2330d6(0x237));break;case _0x2330d6(0x2bc):_0x4a3b7b[_0x2330d6(0x375)]?(this[_0x2330d6(0x2ca)](new Set([_0x4a3b7b])),this[_0x2330d6(0x319)](new Set([_0x4a3b7b])),this[_0x2330d6(0x30d)][_0x2330d6(0x322)](_0x4a3b7b,_0x2330d6(0x1fc)),this[_0x2330d6(0x1df)](_0x2330d6(0x311),_0x4a3b7b)):this[_0x2330d6(0x30d)][_0x2330d6(0x322)](_0x4a3b7b,_0x2330d6(0x2c6));}return _0x4a3b7b;}[_0x184fb6(0x284)](_0x2564b4){const _0x445e02=_0x184fb6;this[_0x445e02(0x35e)](()=>{const _0x429345=_0x445e02;this[_0x429345(0x229)][_0x429345(0x301)][_0x429345(0x33e)](()=>{const _0x493e49=_0x429345;for(const _0x472f4a of _0x2564b4[_0x493e49(0x2b0)]())_0x472f4a[_0x493e49(0x264)]();});});}[_0x184fb6(0x276)](_0x2c40a7){const _0x3c5a05=_0x184fb6;this[_0x3c5a05(0x35e)](()=>{const _0x9bbc98=_0x3c5a05;this[_0x9bbc98(0x229)][_0x9bbc98(0x301)][_0x9bbc98(0x33e)](()=>{const _0x3284e5=_0x9bbc98;for(const _0x13da35 of _0x2c40a7[_0x3284e5(0x2b0)]())_0x13da35[_0x3284e5(0x343)]();});});}[_0x184fb6(0x36a)](_0x2c558e,_0x5f1d76){const _0x5e51e4=_0x184fb6,_0x3e3a38=this[_0x5e51e4(0x229)][_0x5e51e4(0x28e)][_0x5e51e4(0x2e2)](_0x2c558e);if(!_0x3e3a38)throw new _0x2f278a(_0x5e51e4(0x2ed),this,{'commandName':_0x2c558e});if(this[_0x5e51e4(0x25e)][_0x5e51e4(0x370)](_0x3e3a38))throw new _0x2f278a(_0x5e51e4(0x20a),this,{'commandName':_0x2c558e});this[_0x5e51e4(0x25e)][_0x5e51e4(0x24e)](_0x3e3a38),_0x5f1d76&&_0x3e3a38['on'](_0x5e51e4(0x336),(_0x38b20f,_0xa5e435)=>{const _0x3e5595=_0x5e51e4;this[_0x3e5595(0x242)][_0x3e5595(0x1fd)]&&(this[_0x3e5595(0x1da)]||(_0xa5e435[_0x3e5595(0x22c)]>0x0&&_0xa5e435[_0xa5e435[_0x3e5595(0x22c)]-0x1]&&_0xa5e435[_0xa5e435[_0x3e5595(0x22c)]-0x1][_0x3e5595(0x35e)]?_0xa5e435[_0x3e5595(0x244)]():(_0x38b20f[_0x3e5595(0x308)]=_0x5f1d76((..._0x3e3f22)=>_0x3e3a38[_0x3e5595(0x336)](..._0x3e3f22,{'forceDefaultExecution':!0x0}),..._0xa5e435),_0x38b20f[_0x3e5595(0x2c8)]())));},{'priority':_0x5e51e4(0x274)});}[_0x184fb6(0x35e)](_0x336c18){const _0x4aa16d=_0x184fb6;let _0x46076f,_0x4a293b;const _0x3384ce=this[_0x4aa16d(0x1da)];this[_0x4aa16d(0x1da)]=!0x0;try{_0x46076f=_0x336c18();}catch(_0x1bf820){_0x4a293b=_0x1bf820;}return _0x3384ce||(this[_0x4aa16d(0x1da)]=!0x1),_0x4a293b&&_0x2f278a[_0x4aa16d(0x325)](_0x4a293b,this),_0x46076f;}[_0x184fb6(0x2af)](_0x246b34,_0x39a2de=null,_0x42a6ca={}){const _0x56d9ba=_0x184fb6;if(_0x246b34[_0x56d9ba(0x2a3)])return null;const _0x535808=this[_0x56d9ba(0x229)][_0x56d9ba(0x218)][_0x56d9ba(0x2e2)](_0x56d9ba(0x31b))['me'];for(const {suggestion:_0x8bb20c,meta:_0x4f5d2a}of this[_0x56d9ba(0x2ea)](_0x246b34,_0x56d9ba(0x1ec)))if(_0x4f5d2a[_0x56d9ba(0x326)]){if(!_0x4f5d2a[_0x56d9ba(0x35b)]){if(_0x4f5d2a[_0x56d9ba(0x30f)]){if(!this[_0x56d9ba(0x35f)]||!Pt(_0x8bb20c,_0x42a6ca))continue;return _0x8bb20c;}if(Pt(_0x8bb20c,_0x42a6ca))return _0x8bb20c;this[_0x56d9ba(0x221)](_0x8bb20c,_0x246b34[_0x56d9ba(0x1dd)],_0x246b34[_0x56d9ba(0x33b)]);break;}if(_0x39a2de==_0x8bb20c[_0x56d9ba(0x31e)]&&Pt(_0x8bb20c,_0x42a6ca)){const _0x262af4=_0x8bb20c[_0x56d9ba(0x214)]();return _0x262af4[_0x56d9ba(0x1dd)][_0x56d9ba(0x26d)](_0x246b34[_0x56d9ba(0x33b)])?this[_0x56d9ba(0x25f)](_0x8bb20c,this[_0x56d9ba(0x27e)][_0x56d9ba(0x2f5)](_0x246b34[_0x56d9ba(0x1dd)],_0x262af4[_0x56d9ba(0x33b)])):this[_0x56d9ba(0x25f)](_0x8bb20c,this[_0x56d9ba(0x27e)][_0x56d9ba(0x2f5)](_0x262af4[_0x56d9ba(0x1dd)],_0x246b34[_0x56d9ba(0x33b)])),_0x8bb20c;}}const _0x5e8ad4=_0x296981(),_0x4fbc27=_0x535808['id'],_0x129fcb=_0x39a2de?_0x56d9ba(0x34f)+_0x39a2de:_0x56d9ba(0x1ec),_0x1b9664=this[_0x56d9ba(0x222)]({'id':_0x5e8ad4,'type':_0x129fcb,'createdAt':new Date(),'authorId':_0x4fbc27,'attributes':_0x42a6ca});return this[_0x56d9ba(0x20f)](_0x129fcb,_0x5e8ad4,_0x4fbc27,_0x246b34),_0x1b9664;}[_0x184fb6(0x327)](_0x3ded21,_0x149808=_0x184fb6(0x33d),_0x3d1e61={}){const _0x5e4dc3=_0x184fb6,_0x435e33=this[_0x5e4dc3(0x229)][_0x5e4dc3(0x218)][_0x5e4dc3(0x2e2)](_0x5e4dc3(0x31b))['me'],_0x5c3887=this[_0x5e4dc3(0x230)][_0x5e4dc3(0x1f6)](_0x5e4dc3(0x1ec),_0x149808,_0x5e4dc3(0x2aa));for(const _0x2c7471 of this[_0x5e4dc3(0x219)]())if(_0x2c7471[_0x5e4dc3(0x1db)]['id']==_0x435e33['id']&&_0x5e4dc3(0x1ec)==_0x2c7471[_0x5e4dc3(0x378)]&&_0x2c7471[_0x5e4dc3(0x31e)]==_0x149808&&Pt(_0x2c7471,_0x3d1e61)&&(_0x5c3887(_0x2c7471[_0x5e4dc3(0x335)](),_0x3ded21)||_0x5c3887(_0x3ded21,_0x2c7471[_0x5e4dc3(0x335)]()))){for(const _0xbd4709 of _0x3ded21)_0x2c7471[_0x5e4dc3(0x26c)](_0xbd4709);return _0x2c7471;}for(const {suggestion:_0x226c81,meta:_0x4d11da}of this[_0x5e4dc3(0x2ea)](_0x3ded21,_0x5e4dc3(0x1ec))){if(!_0x4d11da[_0x5e4dc3(0x326)])continue;if(!this[_0x5e4dc3(0x35f)]&&_0x4d11da[_0x5e4dc3(0x30f)])continue;if(!Pt(_0x226c81,_0x3d1e61))continue;let _0x12ea1b=!0x0;for(const _0x502440 of _0x226c81[_0x5e4dc3(0x335)]())for(const _0x296365 of _0x3ded21)if(!_0x502440[_0x5e4dc3(0x2a6)](_0x296365)){_0x12ea1b=!0x1;break;}if(_0x12ea1b)return _0x226c81;}const _0x139c5c=_0x296981(),_0x2953f0=_0x435e33['id'],_0x34a256=_0x5e4dc3(0x34f)+_0x149808,_0x97c135=this[_0x5e4dc3(0x222)]({'id':_0x139c5c,'type':_0x34a256,'createdAt':new Date(),'authorId':_0x2953f0,'attributes':_0x3d1e61});for(const _0x4e11cd of _0x3ded21)this[_0x5e4dc3(0x20f)](_0x34a256,_0x139c5c,_0x2953f0,_0x4e11cd,_0x4d86b4[_0x5e4dc3(0x2f1)]());return _0x97c135;}[_0x184fb6(0x1cf)](_0xcfd467,_0x25ae49,_0x5858d8=null,_0x50b6a1={}){const _0x318b69=_0x184fb6;if(_0x5858d8=_0x5858d8||Et(_0x25ae49),_0xcfd467[_0x318b69(0x2a3)])return null;if(_0x318b69(0x312)===this[_0x318b69(0x347)]){const _0x1793a7=this[_0x318b69(0x230)][_0x318b69(0x1f6)](_0x318b69(0x281),_0x5858d8,_0x318b69(0x264));return this[_0x318b69(0x35e)](()=>_0x1793a7([_0xcfd467],_0x25ae49,_0x50b6a1)),null;}const _0x5a98d2=this[_0x318b69(0x229)][_0x318b69(0x218)][_0x318b69(0x2e2)](_0x318b69(0x31b))['me'],_0x668c73=[];if(_0x318b69(0x24a)!==this[_0x318b69(0x347)]){for(const {suggestion:_0x307f42,meta:_0x3cc5b1}of this[_0x318b69(0x2ea)](_0xcfd467,_0x318b69(0x1ec)))_0x3cc5b1[_0x318b69(0x326)]&&!_0x3cc5b1[_0x318b69(0x31d)]&&_0x668c73[_0x318b69(0x2b1)](..._0x307f42[_0x318b69(0x335)]());}const _0x522a06=function(_0x57661f,_0xf478a9){const _0x517436=_0x318b69,_0x144a8e=[];for(const _0xa81e8d of _0xf478a9){const _0x4df7b4=_0x57661f[_0x517436(0x37a)](_0xa81e8d);_0x4df7b4&&_0x144a8e[_0x517436(0x2b1)](_0x4df7b4);}return _0x144a8e;}(_0xcfd467,_0x668c73),_0x18d5c3=function(_0x4f7a81,_0x304811){const _0x52ad08=_0x318b69,_0x41f2e7=[_0x4f7a81];for(const _0xe35f55 of _0x304811){let _0x3fea70=0x0;for(;_0x3fea70<_0x41f2e7[_0x52ad08(0x22c)];){const _0x3a9448=_0x41f2e7[_0x3fea70][_0x52ad08(0x201)](_0xe35f55);_0x41f2e7[_0x52ad08(0x216)](_0x3fea70,0x1,..._0x3a9448),_0x3fea70+=_0x3a9448[_0x52ad08(0x22c)];}}return _0x41f2e7;}(_0xcfd467,_0x668c73);_0x522a06[_0x318b69(0x22c)]&&this[_0x318b69(0x27e)][_0x318b69(0x33e)](()=>{const _0x2aa8de=_0x318b69;for(const _0x490872 of _0x522a06){const _0x3f61dd=this[_0x2aa8de(0x230)][_0x2aa8de(0x1f6)](_0x2aa8de(0x281),_0x5858d8,_0x2aa8de(0x264));this[_0x2aa8de(0x35e)](()=>_0x3f61dd([_0x490872],_0x25ae49,_0x50b6a1));}});for(const _0x46f41d of _0x18d5c3){let _0x597b19=null,_0x3b72eb=_0x46f41d[_0x318b69(0x1dd)],_0x2caa3f=_0x46f41d[_0x318b69(0x33b)];for(const {suggestion:_0x509623,meta:_0x279945}of this[_0x318b69(0x2ea)](_0x46f41d,_0x318b69(0x281))){if(!_0x279945[_0x318b69(0x326)])continue;if(_0x509623[_0x318b69(0x31e)]!=_0x5858d8)continue;if(!Pt(_0x509623,_0x50b6a1))continue;const _0x3c7355=_0x509623[_0x318b69(0x214)]();if(_0x3c7355[_0x318b69(0x2a6)](_0x46f41d,!0x0))return null;_0x3b72eb=_0x3b72eb[_0x318b69(0x2de)](_0x3c7355[_0x318b69(0x1dd)])?_0x3b72eb:_0x3c7355[_0x318b69(0x1dd)],_0x2caa3f=_0x2caa3f[_0x318b69(0x1ef)](_0x3c7355[_0x318b69(0x33b)])?_0x2caa3f:_0x3c7355[_0x318b69(0x33b)],_0x597b19?_0x3c7355[_0x318b69(0x1dd)][_0x318b69(0x2de)](_0x597b19[_0x318b69(0x214)]()[_0x318b69(0x1dd)])?(_0x597b19[_0x318b69(0x316)](),_0x597b19=_0x509623):_0x509623[_0x318b69(0x316)]():_0x597b19=_0x509623;}const _0x580345=this[_0x318b69(0x27e)][_0x318b69(0x2f5)](_0x3b72eb,_0x2caa3f);if(_0x597b19)this[_0x318b69(0x25f)](_0x597b19,_0x580345);else{const _0x243e0e=_0x296981(),_0x59e596=_0x5a98d2['id'];this[_0x318b69(0x222)]({'id':_0x243e0e,'type':_0x318b69(0x1f9)+_0x5858d8,'data':_0x25ae49,'createdAt':new Date(),'authorId':_0x59e596,'attributes':_0x50b6a1}),this[_0x318b69(0x20f)](_0x318b69(0x1f9)+_0x5858d8,_0x243e0e,_0x59e596,_0x580345);}}return null;}[_0x184fb6(0x28b)](_0x264da3,_0x56c9ba,_0x3ecc03=[],_0x18a4cf=null,_0x23621a={}){const _0x503770=_0x184fb6;_0x56c9ba[_0x503770(0x27f)]||(_0x56c9ba[_0x503770(0x27f)]=_0x56c9ba[_0x503770(0x350)]),_0x56c9ba[_0x503770(0x2ef)]=_0x264da3['is'](_0x503770(0x254)),_0x18a4cf=_0x18a4cf||Et(_0x56c9ba);const _0x57b0a1=_0x3ecc03[_0x503770(0x2d0)](_0x29e8a7=>Ot(_0x29e8a7,this[_0x503770(0x27e)])),_0x39595e=_0x264da3['is'](_0x503770(0x254))?_0x264da3:Ot(_0x264da3,this[_0x503770(0x27e)]);if(_0x503770(0x312)===this[_0x503770(0x347)]){const _0x4142fd=this[_0x503770(0x230)][_0x503770(0x1f6)](_0x503770(0x305),_0x18a4cf,_0x503770(0x264));return this[_0x503770(0x35e)](()=>_0x4142fd([_0x39595e],_0x56c9ba,_0x23621a)),null;}_0x57b0a1[_0x503770(0x2b1)](_0x39595e);let _0x5f4953=!0x0;for(const _0x2bb9eb of _0x57b0a1)if(!this[_0x503770(0x338)](_0x2bb9eb)){_0x5f4953=!0x1;break;}if(_0x5f4953&&_0x503770(0x24a)!==this[_0x503770(0x347)]){const _0x26bfa4=this[_0x503770(0x230)][_0x503770(0x1f6)](_0x503770(0x305),_0x18a4cf,_0x503770(0x264));return this[_0x503770(0x35e)](()=>_0x26bfa4([_0x39595e],_0x56c9ba,_0x23621a)),null;}let _0x5313fb=null,_0x1cc465=_0x39595e[_0x503770(0x1dd)],_0x5414e7=_0x39595e[_0x503770(0x33b)];for(const {suggestion:_0x5a4eff,meta:_0x45a76a}of this[_0x503770(0x2ea)](_0x39595e,_0x503770(0x305))){if(!_0x45a76a[_0x503770(0x326)])continue;if(_0x45a76a[_0x503770(0x35b)]||_0x45a76a[_0x503770(0x30f)]||_0x45a76a[_0x503770(0x31d)])continue;if(_0x5a4eff[_0x503770(0x349)][_0x503770(0x27f)]!=_0x56c9ba[_0x503770(0x27f)])continue;if(!Pt(_0x5a4eff,_0x23621a))continue;const _0xf6a88d=_0x5a4eff[_0x503770(0x214)]();if(_0x5a4eff[_0x503770(0x31e)]==_0x18a4cf){if(_0xf6a88d[_0x503770(0x2a6)](_0x39595e,!0x0))return null;_0x1cc465=_0x1cc465[_0x503770(0x2de)](_0xf6a88d[_0x503770(0x1dd)])?_0x1cc465:_0xf6a88d[_0x503770(0x1dd)],_0x5414e7=_0x5414e7[_0x503770(0x1ef)](_0xf6a88d[_0x503770(0x33b)])?_0x5414e7:_0xf6a88d[_0x503770(0x33b)],_0x5313fb?_0xf6a88d[_0x503770(0x1dd)][_0x503770(0x2de)](_0x5313fb[_0x503770(0x214)]()[_0x503770(0x1dd)])?(_0x5313fb[_0x503770(0x316)](),_0x5313fb=_0x5a4eff):_0x5a4eff[_0x503770(0x316)]():_0x5313fb=_0x5a4eff;}else{const _0x42e8ea=_0x39595e[_0x503770(0x37a)](_0xf6a88d);this[_0x503770(0x26a)](_0x5a4eff,_0x42e8ea);}}const _0x22e4da=this[_0x503770(0x229)][_0x503770(0x218)][_0x503770(0x2e2)](_0x503770(0x31b))['me'],_0x552751=_0x296981(),_0x5c621d=_0x22e4da['id'];if(_0x5313fb)return this[_0x503770(0x25f)](_0x5313fb,this[_0x503770(0x27e)][_0x503770(0x2f5)](_0x1cc465,_0x5414e7)),_0x5313fb;{const _0x1f3716=this[_0x503770(0x222)]({'id':_0x552751,'type':_0x503770(0x28c)+_0x18a4cf,'data':_0x56c9ba,'createdAt':new Date(),'authorId':_0x5c621d,'attributes':_0x23621a});return this[_0x503770(0x20f)](_0x503770(0x28c)+_0x18a4cf,_0x552751,_0x5c621d,this[_0x503770(0x27e)][_0x503770(0x2f5)](_0x1cc465,_0x5414e7)),_0x1f3716;}}[_0x184fb6(0x2b3)](_0x1dfc39,_0x55b623,_0x3c4799=[],_0x388978=null,_0x126bfd={}){const _0x2036c9=_0x184fb6;_0x55b623[_0x2036c9(0x27f)]||(_0x55b623[_0x2036c9(0x27f)]=_0x55b623[_0x2036c9(0x350)]);const _0x355cb1=_0x1dfc39[0x0];_0x55b623[_0x2036c9(0x2ef)]=_0x355cb1['is'](_0x2036c9(0x254)),_0x388978=_0x388978||Et(_0x55b623);const _0x30e027=_0x3c4799[_0x2036c9(0x2d0)](_0x3179c0=>Ot(_0x3179c0,this[_0x2036c9(0x27e)])),_0x54d6bd=_0x355cb1['is'](_0x2036c9(0x254))?_0x1dfc39:_0x1dfc39[_0x2036c9(0x2d0)](_0x2cbb5d=>Ot(_0x2cbb5d,this[_0x2036c9(0x27e)]));if(_0x2036c9(0x312)===this[_0x2036c9(0x347)]){const _0x1f6412=this[_0x2036c9(0x230)][_0x2036c9(0x1f6)](_0x2036c9(0x305),_0x388978,_0x2036c9(0x264));return this[_0x2036c9(0x35e)](()=>_0x1f6412(_0x54d6bd,_0x55b623,_0x126bfd)),null;}_0x30e027[_0x2036c9(0x2b1)](..._0x54d6bd);let _0x35b961=!0x0;for(const _0x4632a2 of _0x30e027)if(!this[_0x2036c9(0x338)](_0x4632a2)){_0x35b961=!0x1;break;}if(_0x35b961&&_0x2036c9(0x24a)!==this[_0x2036c9(0x347)]){const _0x1e2792=this[_0x2036c9(0x230)][_0x2036c9(0x1f6)](_0x2036c9(0x305),_0x388978,_0x2036c9(0x264));return this[_0x2036c9(0x35e)](()=>_0x1e2792(_0x54d6bd,_0x55b623,_0x126bfd)),null;}const _0x542b4f=this[_0x2036c9(0x229)][_0x2036c9(0x218)][_0x2036c9(0x2e2)](_0x2036c9(0x31b))['me'];for(const _0x54bf47 of this[_0x2036c9(0x219)]()){if(_0x54bf47[_0x2036c9(0x1db)]['id']!=_0x542b4f['id'])continue;if(_0x2036c9(0x305)!=_0x54bf47[_0x2036c9(0x378)]||_0x54bf47[_0x2036c9(0x349)][_0x2036c9(0x27f)]!=_0x55b623[_0x2036c9(0x27f)])continue;if(!Pt(_0x54bf47,_0x126bfd))continue;const _0x42b0b9=_0x54bf47[_0x2036c9(0x31e)]==_0x388978;for(let _0x4ef6e9=0x0;_0x4ef6e9<_0x54d6bd[_0x2036c9(0x22c)];_0x4ef6e9++){const _0x247385=_0x54d6bd[_0x4ef6e9];for(const _0x40d363 of _0x54bf47[_0x2036c9(0x1ff)]()){const _0x1238e5=_0x40d363[_0x2036c9(0x369)]();if(_0x247385[_0x2036c9(0x26d)](_0x1238e5)){_0x42b0b9?(_0x54d6bd[_0x2036c9(0x216)](_0x4ef6e9,0x1),_0x4ef6e9--):_0x54bf47[_0x2036c9(0x267)](_0x40d363[_0x2036c9(0x2e7)]);break;}}}}if(0x0==_0x54d6bd[_0x2036c9(0x22c)])return null;const _0x372218=this[_0x2036c9(0x230)][_0x2036c9(0x1f6)](_0x2036c9(0x305),_0x388978,_0x2036c9(0x2aa));for(const _0x142dc6 of this[_0x2036c9(0x219)]())if(_0x142dc6[_0x2036c9(0x1db)]['id']==_0x542b4f['id']&&_0x2036c9(0x305)==_0x142dc6[_0x2036c9(0x378)]&&_0x142dc6[_0x2036c9(0x349)][_0x2036c9(0x27f)]==_0x55b623[_0x2036c9(0x27f)]&&_0x142dc6[_0x2036c9(0x31e)]==_0x388978&&Pt(_0x142dc6,_0x126bfd)&&(_0x372218(_0x142dc6[_0x2036c9(0x335)](),_0x54d6bd)||_0x372218(_0x54d6bd,_0x142dc6[_0x2036c9(0x335)]()))){for(const _0x1e7c88 of _0x54d6bd)_0x142dc6[_0x2036c9(0x26c)](_0x1e7c88);return _0x142dc6;}const _0x1c29e8=_0x296981(),_0x2a266a=_0x542b4f['id'],_0x5a59d0=_0x2036c9(0x28c)+_0x388978,_0x5314e2=this[_0x2036c9(0x222)]({'id':_0x1c29e8,'type':_0x5a59d0,'data':_0x55b623,'createdAt':new Date(),'authorId':_0x2a266a,'attributes':_0x126bfd});for(const _0x5ebfde of _0x54d6bd)this[_0x2036c9(0x20f)](_0x5a59d0,_0x1c29e8,_0x2a266a,_0x5ebfde,_0x4d86b4[_0x2036c9(0x2f1)]());return _0x5314e2;}[_0x184fb6(0x31c)](_0x4abc13,_0x37a0ca=null,_0x58ad41={}){const _0x4d807c=_0x184fb6;if(_0x4abc13[_0x4d807c(0x2a3)])return null;const _0x109b53=this[_0x4d807c(0x229)][_0x4d807c(0x218)][_0x4d807c(0x2e2)](_0x4d807c(0x31b))['me'],_0x4e938a=new _0x422e31(_0x4abc13[_0x4d807c(0x1dd)],_0x4abc13[_0x4d807c(0x33b)]);for(const {suggestion:_0x11a1f7,meta:_0x39df52}of this[_0x4d807c(0x2ea)](_0x4e938a,_0x4d807c(0x1ec)))if(_0x39df52[_0x4d807c(0x326)]&&!_0x39df52[_0x4d807c(0x35b)]){if(_0x11a1f7[_0x4d807c(0x1fe)]){const _0x488e51=_0x11a1f7[_0x4d807c(0x335)]()[_0x4d807c(0x334)](_0x2e856c=>_0x4d807c(0x2b8)!=_0x2e856c[_0x4d807c(0x359)][_0x4d807c(0x22f)]);_0x488e51[_0x4d807c(0x285)](_0x51fa27=>_0x4e938a[_0x4d807c(0x2a6)](_0x51fa27,!0x0))&&_0x11a1f7[_0x4d807c(0x343)]();if(_0x488e51[_0x4d807c(0x34e)](_0x7babb7=>_0x7babb7[_0x4d807c(0x2a6)](_0x4e938a,!0x0))){const _0x5abdac=this[_0x4d807c(0x230)][_0x4d807c(0x1f6)](_0x4d807c(0x1d6),_0x37a0ca,_0x4d807c(0x264));return this[_0x4d807c(0x35e)](()=>_0x5abdac([_0x4e938a],null,_0x58ad41)),null;}}else{const _0x61326=_0x4e938a[_0x4d807c(0x37a)](_0x11a1f7[_0x4d807c(0x214)]());null!==_0x61326&&_0x11a1f7[_0x4d807c(0x250)]([_0x61326],null,_0x58ad41);}}if(_0x4e938a[_0x4d807c(0x2d5)](),_0x4e938a[_0x4d807c(0x2a3)]||_0x4d807c(0x2b8)==_0x4e938a[_0x4d807c(0x359)][_0x4d807c(0x22f)])return null;let _0x50eaa7=null,_0x2aea24=_0x4e938a[_0x4d807c(0x1dd)],_0xad503a=_0x4e938a[_0x4d807c(0x33b)];const _0x4957fb=this[_0x4d807c(0x2ea)](_0x4e938a,_0x4d807c(0x1d6));for(const {suggestion:_0x1ecad0,meta:_0x4ceb22}of _0x4957fb){const _0x2adf08=this[_0x4d807c(0x27e)][_0x4d807c(0x2f5)](_0x2aea24,_0xad503a);if(_0x4ceb22[_0x4d807c(0x326)]&&(this[_0x4d807c(0x35f)]||!_0x4ceb22[_0x4d807c(0x30f)]&&!_0x4ceb22[_0x4d807c(0x31d)])){if(_0x1ecad0[_0x4d807c(0x1fe)]){if(!Pt(_0x1ecad0,_0x58ad41))continue;let _0x3a185c=!0x0;for(const _0x4960fa of _0x1ecad0[_0x4d807c(0x335)]()){if(_0x4960fa[_0x4d807c(0x2a6)](_0x2adf08,!0x0))return _0x1ecad0;_0x2adf08[_0x4d807c(0x2a6)](_0x4960fa)||(_0x3a185c=!0x1);}_0x3a185c&&_0x1ecad0[_0x4d807c(0x343)]();}else{const _0x37b3fe=_0x1ecad0[_0x4d807c(0x214)]();if(_0x37b3fe[_0x4d807c(0x2a6)](_0x2adf08,!0x0))return _0x1ecad0;if(!Pt(_0x1ecad0,_0x58ad41)){_0x2adf08[_0x4d807c(0x2a6)](_0x37b3fe)?_0x1ecad0[_0x4d807c(0x316)]():_0x37b3fe[_0x4d807c(0x2ab)](_0x2aea24)?_0x2aea24=_0x37b3fe[_0x4d807c(0x33b)]:_0x37b3fe[_0x4d807c(0x2ab)](_0xad503a)&&(_0xad503a=_0x37b3fe[_0x4d807c(0x1dd)]);continue;}_0x2aea24=_0x2aea24[_0x4d807c(0x2de)](_0x37b3fe[_0x4d807c(0x1dd)])?_0x2aea24:_0x37b3fe[_0x4d807c(0x1dd)],_0xad503a=_0xad503a[_0x4d807c(0x1ef)](_0x37b3fe[_0x4d807c(0x33b)])?_0xad503a:_0x37b3fe[_0x4d807c(0x33b)],_0x58ad41=Object[_0x4d807c(0x345)]({},_0x1ecad0[_0x4d807c(0x240)]),_0x50eaa7?_0x37b3fe[_0x4d807c(0x1dd)][_0x4d807c(0x2de)](_0x50eaa7[_0x4d807c(0x214)]()[_0x4d807c(0x1dd)])?(_0x50eaa7[_0x4d807c(0x316)](),_0x50eaa7=_0x1ecad0):_0x1ecad0[_0x4d807c(0x316)]():_0x50eaa7=_0x1ecad0;}}}if(_0x50eaa7)return this[_0x4d807c(0x25f)](_0x50eaa7,this[_0x4d807c(0x27e)][_0x4d807c(0x2f5)](_0x2aea24,_0xad503a)),_0x50eaa7;{const _0x323336=_0x296981(),_0x20cd6f=this[_0x4d807c(0x27e)][_0x4d807c(0x2f5)](_0x2aea24,_0xad503a),_0x2be440=_0x109b53['id'],_0x5369b2=_0x37a0ca?_0x4d807c(0x26e)+_0x37a0ca:_0x4d807c(0x1d6),_0x286790=this[_0x4d807c(0x222)]({'id':_0x323336,'type':_0x5369b2,'createdAt':new Date(),'authorId':_0x2be440,'attributes':_0x58ad41});return this[_0x4d807c(0x20f)](_0x5369b2,_0x323336,_0x2be440,_0x20cd6f),_0x286790;}}[_0x184fb6(0x2d7)](_0x463e00,_0xe32e1b=_0x184fb6(0x33d),_0x1980df={}){const _0x377dc4=_0x184fb6,_0x3ba1a5=this[_0x377dc4(0x229)][_0x377dc4(0x218)][_0x377dc4(0x2e2)](_0x377dc4(0x31b))['me'],_0x57eae6=_0x463e00[_0x377dc4(0x2d0)](_0x2a9e1e=>new _0x422e31(_0x2a9e1e[_0x377dc4(0x1dd)],_0x2a9e1e[_0x377dc4(0x33b)])),_0x81293=new Set();for(const {suggestion:_0x139374,meta:_0x2997c3}of this[_0x377dc4(0x2ea)](_0x57eae6,_0x377dc4(0x1ec)))_0x2997c3[_0x377dc4(0x326)]&&!_0x2997c3[_0x377dc4(0x35b)]&&_0x81293[_0x377dc4(0x24e)](_0x139374);for(const _0x1466af of _0x81293)if(_0x1466af[_0x377dc4(0x1fe)]){const _0x5ea481=_0x1466af[_0x377dc4(0x335)]();(!_0x1466af[_0x377dc4(0x240)]||!_0x1466af[_0x377dc4(0x240)][_0x377dc4(0x351)])&&(_0x5ea481[_0x377dc4(0x285)](_0x3174db=>_0x57eae6[_0x377dc4(0x34e)](_0x14c4c9=>_0x14c4c9[_0x377dc4(0x2a6)](_0x3174db,!0x0)))&&_0x1466af[_0x377dc4(0x343)]());if(_0x57eae6[_0x377dc4(0x285)](_0x58d08e=>_0x5ea481[_0x377dc4(0x34e)](_0x18bf9b=>_0x18bf9b[_0x377dc4(0x2a6)](_0x58d08e,!0x0)))){const _0x1056a9=this[_0x377dc4(0x230)][_0x377dc4(0x1f6)](_0x377dc4(0x1d6),_0xe32e1b,_0x377dc4(0x264));return this[_0x377dc4(0x35e)](()=>_0x1056a9(_0x463e00,null,_0x1980df)),null;}}else{const _0x4a378b=_0x1466af[_0x377dc4(0x214)]();_0x57eae6[_0x377dc4(0x34e)](_0x57cc8e=>_0x57cc8e[_0x377dc4(0x2a6)](_0x4a378b,!0x0))&&_0x1466af[_0x377dc4(0x343)]();if(_0x57eae6[_0x377dc4(0x285)](_0x480812=>_0x4a378b[_0x377dc4(0x2a6)](_0x480812,!0x0))){const _0x67077e=this[_0x377dc4(0x230)][_0x377dc4(0x1f6)](_0x377dc4(0x1d6),_0xe32e1b,_0x377dc4(0x264));return this[_0x377dc4(0x35e)](()=>_0x67077e(_0x57eae6,null,_0x1980df)),null;}}const _0xa2a08e=this[_0x377dc4(0x230)][_0x377dc4(0x1f6)](_0x377dc4(0x1d6),_0xe32e1b,_0x377dc4(0x2aa));let _0x171009=null;for(const _0x111474 of this[_0x377dc4(0x219)]())if(_0x111474[_0x377dc4(0x1db)]['id']==_0x3ba1a5['id']&&_0x111474[_0x377dc4(0x375)]&&_0x377dc4(0x1d6)==_0x111474[_0x377dc4(0x378)]&&_0x111474[_0x377dc4(0x31e)]==_0xe32e1b&&Pt(_0x111474,_0x1980df)&&(_0xa2a08e(_0x111474[_0x377dc4(0x335)](),_0x57eae6)||_0xa2a08e(_0x57eae6,_0x111474[_0x377dc4(0x335)]()))){if(_0x171009){if(_0x111474[_0x377dc4(0x2fa)]&&_0x111474[_0x377dc4(0x2fa)][_0x377dc4(0x22c)])continue;for(const _0x250f15 of _0x111474[_0x377dc4(0x335)]())_0x171009[_0x377dc4(0x344)](_0x250f15)||_0x171009[_0x377dc4(0x26c)](_0x250f15);_0x111474[_0x377dc4(0x316)]();}else{_0x171009=_0x111474;for(const _0x669a56 of _0x57eae6)_0x111474[_0x377dc4(0x344)](_0x669a56)||_0x111474[_0x377dc4(0x26c)](_0x669a56);}}if(_0x171009)return _0x171009;_0x81293[_0x377dc4(0x1d1)]();for(const {suggestion:_0x3ddf6c,meta:_0x56c40d}of this[_0x377dc4(0x2ea)](_0x57eae6,_0x377dc4(0x1d6)))_0x56c40d[_0x377dc4(0x326)]&&(this[_0x377dc4(0x35f)]||!_0x56c40d[_0x377dc4(0x30f)]&&!_0x56c40d[_0x377dc4(0x31d)])&&Pt(_0x3ddf6c,_0x1980df)&&_0x81293[_0x377dc4(0x24e)](_0x3ddf6c);for(const _0x8b2996 of _0x81293){const _0x48244d=_0x8b2996[_0x377dc4(0x335)]();if(!_0x1980df||!_0x1980df[_0x377dc4(0x351)]){if(_0x57eae6[_0x377dc4(0x285)](_0x119028=>_0x48244d[_0x377dc4(0x34e)](_0x50035f=>_0x50035f[_0x377dc4(0x2a6)](_0x119028,!0x0))))return _0x8b2996;}(!_0x8b2996[_0x377dc4(0x240)]||!_0x8b2996[_0x377dc4(0x240)][_0x377dc4(0x351)])&&(_0x48244d[_0x377dc4(0x285)](_0x35af96=>_0x57eae6[_0x377dc4(0x34e)](_0x2e4467=>_0x2e4467[_0x377dc4(0x2a6)](_0x35af96,!0x0)))&&_0x8b2996[_0x377dc4(0x343)]());}const _0xe5e461=_0x296981(),_0x6143ee=_0x3ba1a5['id'],_0x45f9e3=_0x377dc4(0x26e)+_0xe32e1b,_0x140c52=this[_0x377dc4(0x222)]({'id':_0xe5e461,'type':_0x45f9e3,'createdAt':new Date(),'authorId':_0x6143ee,'attributes':_0x1980df});for(const _0x20363a of _0x57eae6)_0x20363a[_0x377dc4(0x2d5)](),_0x20363a[_0x377dc4(0x2a3)]||_0x377dc4(0x2b8)==_0x20363a[_0x377dc4(0x359)][_0x377dc4(0x22f)]||this[_0x377dc4(0x20f)](_0x45f9e3,_0xe5e461,_0x6143ee,_0x20363a,_0x4d86b4[_0x377dc4(0x2f1)]());return _0x140c52;}[_0x184fb6(0x238)](_0x543264,_0x3a99d7,_0x5863f5,_0x5aaebd,_0x1f5a24){const _0xb25443=_0x184fb6;if(_0x543264[_0xb25443(0x2a3)])return[];if(_0xb25443(0x312)===this[_0xb25443(0x347)])return[];const _0xc0d4be=this[_0xb25443(0x229)][_0xb25443(0x218)][_0xb25443(0x2e2)](_0xb25443(0x31b))['me']['id'],_0x53cc75=Array[_0xb25443(0x295)](this[_0xb25443(0x1d8)][_0xb25443(0x296)]())[_0xb25443(0x334)](_0x3191ce=>_0xb25443(0x2c1)==_0x3191ce[_0xb25443(0x378)]&&_0x3191ce[_0xb25443(0x349)][_0xb25443(0x2d4)]==_0x3a99d7&&_0x3191ce[_0xb25443(0x344)](_0x543264));if(_0xb25443(0x2b6)===this[_0xb25443(0x347)]){const _0x4abc74=this[_0xb25443(0x2ea)](_0x543264,_0xb25443(0x1ec))[_0xb25443(0x334)](({meta:_0x43835b})=>_0x43835b[_0xb25443(0x326)]&&!_0x43835b[_0xb25443(0x31d)]&&!_0x43835b[_0xb25443(0x35b)])[_0xb25443(0x2d0)](({suggestion:_0x53aa18})=>_0x53aa18);_0x53cc75[_0xb25443(0x213)](..._0x4abc74);}const _0x1f4814=new Map([[_0x543264,_0x5863f5]]);for(const _0xd290b8 of _0x53cc75){const _0x347948=_0xb25443(0x2c1)==_0xd290b8[_0xb25443(0x378)]?_0xd290b8[_0xb25443(0x349)][_0xb25443(0x27c)]:void 0x0,_0x204dca=_0xd290b8[_0xb25443(0x214)](),_0x2685d5=Array[_0xb25443(0x295)](_0x1f4814[_0xb25443(0x2ba)]())[_0xb25443(0x1f3)](_0xfc1a25=>_0xfc1a25[_0xb25443(0x23b)](_0x204dca));if(!_0x2685d5)continue;const _0x252c21=_0x2685d5[_0xb25443(0x201)](_0x204dca);this[_0xb25443(0x329)](_0x3a99d7)&&_0xb25443(0x1ec)==_0xd290b8[_0xb25443(0x378)]&&0x0!=_0x252c21[_0xb25443(0x22c)]||(_0x1f4814[_0xb25443(0x262)](_0x2685d5),_0x252c21[_0xb25443(0x2e5)](_0x8ca4bb=>{const _0x62d3e7=_0xb25443;_0x1f4814[_0x62d3e7(0x322)](_0x8ca4bb,_0x5863f5);}),_0xb25443(0x1ec)!=_0xd290b8[_0xb25443(0x378)]&&_0x347948!=_0x5aaebd&&_0x1f4814[_0xb25443(0x322)](_0x2685d5[_0xb25443(0x37a)](_0x204dca),_0x347948));}const _0x446640=[];for(const [_0x20f61f,_0x4586a7]of _0x1f4814){const _0x11eaeb=_0x296981(),_0x4643a1={'key':_0x3a99d7,'oldValue':_0x4586a7,'newValue':_0x5aaebd};_0x3a99d7[_0xb25443(0x22c)]>0x25&&console[_0xb25443(0x2ee)](_0xb25443(0x1e0),{'key':_0x3a99d7});const _0x144215=(_0xb25443(0x1e6)+(_0x3a99d7+'|'+Et({'newValue':_0x5aaebd})))[_0xb25443(0x2f2)](0x0,0x3c),_0x6f1f0=this[_0xb25443(0x222)]({'id':_0x11eaeb,'type':_0x144215,'data':_0x4643a1,'createdAt':new Date(),'authorId':_0xc0d4be,'attributes':_0x1f5a24});_0x446640[_0xb25443(0x2b1)](_0x6f1f0),this[_0xb25443(0x20f)](_0x144215,_0x11eaeb,_0xc0d4be,_0x20f61f);}return _0x446640;}[_0x184fb6(0x247)](_0x27d22e){const _0x410c08=_0x184fb6;this[_0x410c08(0x23f)][_0x410c08(0x24e)](_0x27d22e);}[_0x184fb6(0x36d)](_0x1165cf){const _0x1fc2d1=_0x184fb6;this[_0x1fc2d1(0x2f0)][_0x1fc2d1(0x24e)](_0x1165cf);}[_0x184fb6(0x2d3)](_0x5a718c,_0x1d5ff6=[],_0x2d7338=[]){const _0x35ad19=_0x184fb6;this[_0x35ad19(0x36a)](_0x5a718c,(_0x5ae469,..._0x35974c)=>{const _0x2a4566=_0x35ad19;this[_0x2a4566(0x2a2)](()=>{_0x5ae469(..._0x35974c);});});for(const _0x1f94a0 of _0x1d5ff6)this[_0x35ad19(0x36d)](_0x1f94a0);for(const _0xcea8f6 of _0x2d7338)this[_0x35ad19(0x247)](_0xcea8f6);}[_0x184fb6(0x1d9)](_0x3ec9d2){const _0x44b403=_0x184fb6;return _0x44b403(0x2c1)==_0x3ec9d2[_0x44b403(0x378)]?_0x3ec9d2[_0x44b403(0x31e)][_0x44b403(0x23a)]('|')[0x0]:null;}[_0x184fb6(0x25f)](_0x146988,_0x4a2ad4){const _0x405ff4=_0x184fb6,_0x2e2013=_0x146988[_0x405ff4(0x212)]();this[_0x405ff4(0x27e)][_0x405ff4(0x33e)](_0x1f2227=>{const _0x11beff=_0x405ff4;_0x1f2227[_0x11beff(0x22b)](_0x2e2013,{'range':_0x4a2ad4});});}[_0x184fb6(0x2cd)](_0x36eae9){const _0x277bd3=_0x184fb6,_0x1f3ab1=_0x36eae9['id'],_0x3ccfa3=this[_0x277bd3(0x229)][_0x277bd3(0x29f)][_0x277bd3(0x2e2)](_0x277bd3(0x2c2));this[_0x277bd3(0x353)][_0x277bd3(0x1e5)](_0x1f3ab1)||this[_0x277bd3(0x353)][_0x277bd3(0x258)]({'channelId':_0x3ccfa3,'threadId':_0x1f3ab1,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x8f2861=this[_0x277bd3(0x353)][_0x277bd3(0x328)](_0x1f3ab1);_0x8f2861[_0x277bd3(0x29d)](_0x277bd3(0x223)),_0x8f2861[_0x277bd3(0x223)]=!0x1,_0x36eae9[_0x277bd3(0x2fa)]=_0x8f2861;}[_0x184fb6(0x2bf)](_0x537ee8,_0x256353,_0x1a4744,_0x24bf80){const _0x37a6df=_0x184fb6;if(_0x537ee8[_0x37a6df(0x378)]!=_0x256353||_0x537ee8[_0x37a6df(0x31e)]!=_0x1a4744||_0x537ee8[_0x37a6df(0x290)]['id']!=_0x24bf80)throw this[_0x37a6df(0x229)][_0x37a6df(0x24b)](_0x37a6df(0x208)),new _0x2f278a(_0x37a6df(0x208),this);}[_0x184fb6(0x26a)](_0x46ec12,_0x39adfe){const _0x4a7ff3=_0x184fb6,_0x3f71c2=_0x46ec12[_0x4a7ff3(0x214)]();if(_0x39adfe[_0x4a7ff3(0x26d)](_0x3f71c2))_0x46ec12[_0x4a7ff3(0x316)]();else{if(_0x3f71c2[_0x4a7ff3(0x2a6)](_0x39adfe)){const _0x34783c=this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x30c)](_0x39adfe[_0x4a7ff3(0x1dd)][_0x4a7ff3(0x2dc)],_0x4a7ff3(0x33b));this[_0x4a7ff3(0x25f)](_0x46ec12,this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x2f5)](_0x3f71c2[_0x4a7ff3(0x1dd)],_0x34783c));const _0x348ca4=_0x296981(),_0x360d1e=_0x46ec12[_0x4a7ff3(0x290)]['id'],_0x4d1e07=_0x46ec12[_0x4a7ff3(0x378)]+':'+_0x46ec12[_0x4a7ff3(0x31e)];this[_0x4a7ff3(0x222)]({'id':_0x348ca4,'type':_0x4d1e07,'createdAt':new Date(),'authorId':_0x360d1e,'data':_0x46ec12[_0x4a7ff3(0x349)],'attributes':_0x46ec12[_0x4a7ff3(0x240)]});const _0x53120d=this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x30c)](_0x39adfe[_0x4a7ff3(0x33b)][_0x4a7ff3(0x356)],_0x4a7ff3(0x2a0)),_0x2070fb=this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x2f5)](_0x53120d,_0x3f71c2[_0x4a7ff3(0x33b)]);this[_0x4a7ff3(0x20f)](_0x4d1e07,_0x348ca4,_0x360d1e,_0x2070fb);}else{if(_0x3f71c2[_0x4a7ff3(0x2ab)](_0x39adfe[_0x4a7ff3(0x1dd)])){const _0x3c1289=this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x30c)](_0x39adfe[_0x4a7ff3(0x1dd)][_0x4a7ff3(0x2dc)],_0x4a7ff3(0x33b));this[_0x4a7ff3(0x25f)](_0x46ec12,this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x2f5)](_0x3f71c2[_0x4a7ff3(0x1dd)],_0x3c1289));}else{const _0x2bd052=this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x30c)](_0x39adfe[_0x4a7ff3(0x33b)][_0x4a7ff3(0x356)],_0x4a7ff3(0x2a0));this[_0x4a7ff3(0x25f)](_0x46ec12,this[_0x4a7ff3(0x27e)][_0x4a7ff3(0x2f5)](_0x2bd052,_0x3f71c2[_0x4a7ff3(0x33b)]));}}}}[_0x184fb6(0x338)](_0x30148c){const _0x30290e=_0x184fb6;for(const {suggestion:_0x18482d,meta:_0x3a661d}of this[_0x30290e(0x2ea)](_0x30148c,_0x30290e(0x1ec))){if(!_0x3a661d[_0x30290e(0x326)])continue;const _0x8eb980=_0x18482d[_0x30290e(0x335)]();for(const _0x310bdb of _0x8eb980)if(!_0x30148c[_0x30290e(0x201)](_0x310bdb)[_0x30290e(0x22c)])return!0x0;}return!0x1;}[_0x184fb6(0x24f)](_0x3b17a7){const _0x3a5210=_0x184fb6,_0x50dae1=this[_0x3a5210(0x229)][_0x3a5210(0x218)][_0x3a5210(0x2e2)](_0x3a5210(0x31b))[_0x3a5210(0x2fd)](_0x3b17a7);if(!_0x50dae1)throw new _0x2f278a(_0x3a5210(0x243),this);return _0x50dae1;}[_0x184fb6(0x2fc)](_0x1cc734){const _0x5ed817=_0x184fb6,_0x1717ed=this[_0x5ed817(0x229)][_0x5ed817(0x218)][_0x5ed817(0x2e2)](_0x5ed817(0x31b)),_0x260af8=_0x54cf82(_0x5ed817(0x2a4)+_0x1cc734),_0x40d0d2=_0x1717ed[_0x5ed817(0x2fd)](_0x260af8);return _0x40d0d2||_0x1717ed[_0x5ed817(0x2cc)]({'id':_0x260af8,'name':_0x1cc734});}[_0x184fb6(0x2d8)](_0x3bc1e6,_0x41ac34,_0x447cd0,_0x594bc1,_0x1a4ee0){const _0x258dfd=_0x184fb6,_0x205148=this[_0x258dfd(0x24f)](_0x594bc1),_0x4e55bd=this[_0x258dfd(0x230)][_0x258dfd(0x27d)](_0x3bc1e6,_0x41ac34,_0x447cd0,_0x205148,_0x1a4ee0,_0x4e9d42=>{const _0x2c9657=_0x258dfd;this[_0x2c9657(0x2d6)](_0x447cd0,{'attributes':_0x4e9d42});const _0x5bcaf4=this[_0x2c9657(0x239)](_0x447cd0);this[_0x2c9657(0x2ca)](new Set([_0x5bcaf4])),this[_0x2c9657(0x319)](new Set([_0x5bcaf4]));});return this[_0x258dfd(0x1f5)](_0x4e55bd,_0x258dfd(0x264),()=>{const _0x1cc62c=_0x258dfd;this[_0x1cc62c(0x2d6)](_0x447cd0,{'state':_0x1cc62c(0x36c)});},{'priority':_0x258dfd(0x274)}),this[_0x258dfd(0x1f5)](_0x4e55bd,_0x258dfd(0x343),()=>{const _0x23ecff=_0x258dfd;this[_0x23ecff(0x2d6)](_0x447cd0,{'state':_0x23ecff(0x209)});},{'priority':_0x258dfd(0x274)}),this[_0x258dfd(0x1d8)][_0x258dfd(0x322)](_0x447cd0,_0x4e55bd),this[_0x258dfd(0x30d)][_0x258dfd(0x322)](_0x4e55bd,_0x258dfd(0x2b4)),_0x4e55bd;}[_0x184fb6(0x315)](_0x205976){const _0x5e5231=_0x184fb6,_0x3c27e6=_0x205976[_0x5e5231(0x23a)](':');return{'group':_0x3c27e6[0x0],'type':_0x3c27e6[0x1],'subType':_0x3c27e6[_0x5e5231(0x22c)]>=0x5?_0x3c27e6[0x2]:null,'id':_0x3c27e6[_0x5e5231(0x22c)]<0x5?_0x3c27e6[0x2]:_0x3c27e6[0x3],'authorId':_0x3c27e6[_0x5e5231(0x22c)]<0x5?_0x3c27e6[0x3]:_0x3c27e6[0x4],'markerCount':0x6==_0x3c27e6[_0x5e5231(0x22c)]?_0x3c27e6[0x5]:null};}[_0x184fb6(0x221)](_0x1138da,_0x23c7dd,_0x26f15d){const _0x4fc12b=_0x184fb6,_0x43484b=_0x1138da[_0x4fc12b(0x214)](),_0x3a57c2=_0x43484b[_0x4fc12b(0x1dd)],_0x5513e7=_0x43484b[_0x4fc12b(0x33b)];this[_0x4fc12b(0x25f)](_0x1138da,this[_0x4fc12b(0x27e)][_0x4fc12b(0x2f5)](_0x3a57c2,_0x23c7dd));const _0x71f57e=_0x296981(),_0x12d920=_0x1138da[_0x4fc12b(0x290)]['id'],_0x391ba3=_0x1138da[_0x4fc12b(0x378)]+(_0x1138da[_0x4fc12b(0x31e)]?':'+_0x1138da[_0x4fc12b(0x31e)]:'');this[_0x4fc12b(0x222)]({'id':_0x71f57e,'type':_0x391ba3,'createdAt':new Date(),'authorId':_0x12d920,'originalSuggestionId':_0x1138da['id'],'attributes':_0x1138da[_0x4fc12b(0x240)],'data':_0x1138da[_0x4fc12b(0x349)]});const _0x330f3f=this[_0x4fc12b(0x1d9)](_0x1138da);(_0x4fc12b(0x305)==_0x1138da[_0x4fc12b(0x378)]||_0x330f3f&&this[_0x4fc12b(0x329)](_0x330f3f))&&(_0x26f15d=this[_0x4fc12b(0x27e)][_0x4fc12b(0x273)](_0x26f15d[_0x4fc12b(0x356)])),this[_0x4fc12b(0x20f)](_0x391ba3,_0x71f57e,_0x12d920,this[_0x4fc12b(0x27e)][_0x4fc12b(0x2f5)](_0x26f15d,_0x5513e7));}[_0x184fb6(0x2ea)](_0x154edc,_0x5259f4=null){const _0x111fd1=_0x184fb6,_0xfc203=[],_0x5c4255=this[_0x111fd1(0x229)][_0x111fd1(0x218)][_0x111fd1(0x2e2)](_0x111fd1(0x31b))['me'];Array[_0x111fd1(0x21d)](_0x154edc)||(_0x154edc=[_0x154edc]);for(const _0x149425 of this[_0x111fd1(0x219)]()){if(!_0x149425[_0x111fd1(0x375)])continue;if(_0x5259f4&&_0x149425[_0x111fd1(0x378)]!=_0x5259f4)continue;let _0x3e8339=!0x1;for(const _0x4e4858 of _0x149425[_0x111fd1(0x335)]()){for(const _0xc44d9f of _0x154edc){const _0x1eba27=_0xc44d9f[_0x111fd1(0x1dd)][_0x111fd1(0x26d)](_0x4e4858[_0x111fd1(0x33b)])||_0xc44d9f[_0x111fd1(0x33b)][_0x111fd1(0x26d)](_0x4e4858[_0x111fd1(0x1dd)]);if(_0x1eba27||_0xc44d9f[_0x111fd1(0x37a)](_0x4e4858)){const _0x1cf8f1=_0xc44d9f[_0x111fd1(0x2a6)](_0x4e4858)&&xt(this[_0x111fd1(0x27e)][_0x111fd1(0x2eb)],_0x4e4858[_0x111fd1(0x1dd)],_0xc44d9f),_0xc77b13=_0x4e4858[_0x111fd1(0x2a6)](_0xc44d9f)&&xt(this[_0x111fd1(0x27e)][_0x111fd1(0x2eb)],_0xc44d9f[_0x111fd1(0x1dd)],_0x4e4858);_0xfc203[_0x111fd1(0x2b1)]({'suggestion':_0x149425,'meta':{'isOwn':_0x5c4255==_0x149425[_0x111fd1(0x1db)],'isNextTo':_0x1eba27,'isInsideObject':_0x1cf8f1,'containsRangeInObject':_0xc77b13}}),_0x3e8339=!0x0;break;}}if(_0x3e8339)break;}}return _0xfc203;}[_0x184fb6(0x20f)](_0x23d1de,_0x4e2093,_0x38187b,_0x4dc6f1,_0x5a1266){const _0x23559f=_0x184fb6;this[_0x23559f(0x27e)][_0x23559f(0x33e)](_0x4afcfc=>{const _0x24251d=_0x23559f;let _0x450677=_0x24251d(0x29a)+_0x23d1de+':'+_0x4e2093+':'+_0x38187b;_0x5a1266&&(_0x450677=_0x450677+':'+_0x5a1266),_0x4afcfc[_0x24251d(0x2bd)](_0x450677,{'range':_0x4dc6f1,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x184fb6(0x278)](_0x5ca90d){const _0x1daec1=_0x184fb6,_0x9fe3c0=_0x5ca90d[_0x1daec1(0x36b)],_0x47d1e3=_0x5ca90d[_0x1daec1(0x2c7)];_0x5ca90d[_0x1daec1(0x36b)]=null,_0x5ca90d[_0x1daec1(0x2c7)]=null,null!=_0x9fe3c0&&_0x9fe3c0[_0x1daec1(0x2c7)]==_0x5ca90d&&(_0x9fe3c0[_0x1daec1(0x2c7)]=_0x47d1e3),null!=_0x47d1e3&&_0x47d1e3[_0x1daec1(0x36b)]==_0x5ca90d&&(_0x47d1e3[_0x1daec1(0x36b)]=_0x9fe3c0),_0x1daec1(0x1fc)==this[_0x1daec1(0x30d)][_0x1daec1(0x2e2)](_0x5ca90d)&&(this[_0x1daec1(0x30d)][_0x1daec1(0x322)](_0x5ca90d,_0x1daec1(0x2c6)),this[_0x1daec1(0x1df)](_0x1daec1(0x2f6),_0x5ca90d,_0x9fe3c0,_0x47d1e3));}[_0x184fb6(0x222)](_0x206b71){const _0x55f1b0=_0x184fb6,_0x2eeb8b=_0x206b71['id'],_0x77341c=this[_0x55f1b0(0x352)](_0x206b71);if(this[_0x55f1b0(0x357)]&&this[_0x55f1b0(0x357)][_0x55f1b0(0x363)]){const _0x3c3d40=this[_0x55f1b0(0x229)][_0x55f1b0(0x218)][_0x55f1b0(0x2e2)](_0x55f1b0(0x203)),_0x507411=_0x77341c[_0x55f1b0(0x205)],_0x8b1c9e=_0x77341c[_0x55f1b0(0x31e)]?_0x77341c[_0x55f1b0(0x378)]+':'+_0x77341c[_0x55f1b0(0x31e)]:_0x77341c[_0x55f1b0(0x378)],_0x264a35=this[_0x55f1b0(0x229)][_0x55f1b0(0x23d)],_0xf406b=_0x3c3d40[_0x55f1b0(0x24e)](_0x39c8a0(_0x264a35,_0x55f1b0(0x340))),_0x19c614={'id':_0x2eeb8b,'type':_0x8b1c9e,'hasComments':_0x507411,'data':_0x206b71[_0x55f1b0(0x349)]||null,'originalSuggestionId':_0x206b71[_0x55f1b0(0x294)]||null,'attributes':_0x77341c[_0x55f1b0(0x240)]};this[_0x55f1b0(0x357)][_0x55f1b0(0x363)](_0x19c614)[_0x55f1b0(0x1d2)](_0x58f74b=>{const _0x229fbe=_0x55f1b0;_0x77341c[_0x229fbe(0x1e8)]=!0x0,_0x3c3d40[_0x229fbe(0x1e7)](_0xf406b),_0x58f74b&&_0x58f74b[_0x229fbe(0x27b)]&&(this[_0x229fbe(0x1d8)][_0x229fbe(0x2e2)](_0x2eeb8b)[_0x229fbe(0x27b)]=_0x58f74b[_0x229fbe(0x27b)]);})[_0x55f1b0(0x27a)](_0xa650c4=>{const _0x19a9c9=_0x55f1b0;throw _0x36e410(_0x19a9c9(0x372)),this[_0x19a9c9(0x229)][_0x19a9c9(0x301)][_0x19a9c9(0x1de)]({'isUndoable':!0x1},()=>{const _0x378a86=_0x19a9c9;_0x77341c[_0x378a86(0x343)]();}),_0x77341c[_0x19a9c9(0x36f)](),this[_0x19a9c9(0x1d8)][_0x19a9c9(0x262)](_0x77341c['id']),this[_0x19a9c9(0x30d)][_0x19a9c9(0x262)](_0x77341c),_0xa650c4;});}return _0x77341c;}[_0x184fb6(0x329)](_0x1bf5c1){const _0x210f9d=_0x184fb6;return this[_0x210f9d(0x23f)][_0x210f9d(0x370)](_0x1bf5c1);}[_0x184fb6(0x2d6)](_0x54d15d,_0x205570){const _0x49733d=_0x184fb6,_0x49eac1=this[_0x49733d(0x229)][_0x49733d(0x218)][_0x49733d(0x2e2)](_0x49733d(0x203)),_0x2a2573=this[_0x49733d(0x239)](_0x54d15d);if(this[_0x49733d(0x357)]&&this[_0x49733d(0x357)][_0x49733d(0x1f0)]){if(_0x2a2573[_0x49733d(0x1e8)]){const _0x266c30=_0x49eac1[_0x49733d(0x24e)](_0x39c8a0(this[_0x49733d(0x229)][_0x49733d(0x23d)],_0x49733d(0x340)));this[_0x49733d(0x357)][_0x49733d(0x1f0)](_0x54d15d,_0x205570)[_0x49733d(0x1d2)](()=>{const _0x4578f2=_0x49733d;_0x49eac1[_0x4578f2(0x1e7)](_0x266c30);});}else _0x2a2573['on'](_0x49733d(0x307),()=>{const _0x9ff91d=_0x49733d;this[_0x9ff91d(0x2d6)](_0x54d15d,_0x205570);});}}[_0x184fb6(0x206)](_0x21ebd5){const _0x4e15c8=_0x184fb6;if(!this[_0x4e15c8(0x357)]||!this[_0x4e15c8(0x357)][_0x4e15c8(0x239)])throw new _0x2f278a(_0x4e15c8(0x1d4),this);return this[_0x4e15c8(0x357)][_0x4e15c8(0x239)](_0x21ebd5);}[_0x184fb6(0x1cd)](_0x872b7f){const _0x350096=_0x184fb6,{id:_0x485d7b,type:_0x5b7001,subType:_0x125e6d,authorId:_0x231411}=this[_0x350096(0x315)](_0x872b7f),_0x41b24c=this[_0x350096(0x1d8)][_0x350096(0x2e2)](_0x485d7b)||this[_0x350096(0x2d8)](_0x5b7001,_0x125e6d,_0x485d7b,_0x231411,{});switch(this[_0x350096(0x2bf)](_0x41b24c,_0x5b7001,_0x125e6d,_0x231411),this[_0x350096(0x30d)][_0x350096(0x2e2)](_0x41b24c)){case _0x350096(0x2b4):this[_0x350096(0x206)](_0x485d7b)[_0x350096(0x1d2)](_0x3f6450=>{const _0x522801=_0x350096;let _0x4e47e5=Promise[_0x522801(0x37b)]();_0x3f6450[_0x522801(0x205)]&&(_0x4e47e5=this[_0x522801(0x353)][_0x522801(0x25a)]({'channelId':this[_0x522801(0x229)][_0x522801(0x29f)][_0x522801(0x2e2)](_0x522801(0x2c2)),'threadId':_0x485d7b})),_0x4e47e5[_0x522801(0x1d2)](()=>{const _0x5380df=_0x522801;this[_0x5380df(0x352)](_0x3f6450)[_0x5380df(0x1e8)]=!0x0;});}),this[_0x350096(0x30d)][_0x350096(0x322)](_0x41b24c,_0x350096(0x2bc));break;case _0x350096(0x2c6):this[_0x350096(0x2d6)](_0x485d7b,{'state':_0x350096(0x25c)});case _0x350096(0x237):this[_0x350096(0x30d)][_0x350096(0x322)](_0x41b24c,_0x350096(0x1fc)),this[_0x350096(0x1df)](_0x350096(0x311),_0x41b24c);break;case _0x350096(0x1fc):this[_0x350096(0x1df)](_0x350096(0x241),_0x41b24c);}return _0x41b24c[_0x350096(0x28f)](_0x872b7f),_0x41b24c;}[_0x184fb6(0x319)](_0x59aa45){const _0x204068=_0x184fb6,_0x2f0736=Array[_0x204068(0x295)](_0x59aa45),_0x3a785f=_0x2f0736[_0x204068(0x334)](_0x15247d=>_0x204068(0x2c1)==_0x15247d[_0x204068(0x378)]);this[_0x204068(0x331)](_0x3a785f);const _0x444b9a=_0x2f0736[_0x204068(0x334)](_0x4bdbca=>!_0x4bdbca[_0x204068(0x1fe)]&&_0x204068(0x2c1)!=_0x4bdbca[_0x204068(0x378)]),_0x5751b2=this[_0x204068(0x219)]({'skipNotAttached':!0x0})[_0x204068(0x334)](_0x3a019b=>!_0x3a019b[_0x204068(0x1fe)]&&_0x204068(0x2c1)!=_0x3a019b[_0x204068(0x378)]),_0x41c418=_0x5751b2[_0x204068(0x334)](_0x446c31=>!_0x59aa45[_0x204068(0x370)](_0x446c31)),_0x2f7074=new Map(_0x5751b2[_0x204068(0x2d0)](_0x216458=>[_0x216458,this[_0x204068(0x230)][_0x204068(0x1f6)](_0x216458[_0x204068(0x378)],_0x216458[_0x204068(0x31e)],_0x204068(0x300))])),_0x1936ff=new Map(_0x5751b2[_0x204068(0x2d0)](_0x58637f=>[_0x58637f,_0x58637f[_0x204068(0x214)]()])),_0x3d8232=new Set(),_0x4beac5=new Set();for(let _0x3f5979=0x0;_0x3f5979<_0x444b9a[_0x204068(0x22c)];_0x3f5979++)_0x2b0ee0(_0x444b9a[_0x3f5979],_0x444b9a,_0x3f5979+0x1);for(let _0x1b8f34=0x0;_0x1b8f34<_0x444b9a[_0x204068(0x22c)];_0x1b8f34++)_0x2b0ee0(_0x444b9a[_0x1b8f34],_0x41c418,0x0);const _0x2c750d=new Set();for(let _0x7d7dac=0x0;_0x7d7dac<_0x444b9a[_0x204068(0x22c)];_0x7d7dac++){const _0x18bd6a=_0x444b9a[_0x7d7dac];!_0x4beac5[_0x204068(0x370)](_0x18bd6a)&&_0x18bd6a[_0x204068(0x36b)]&&(_0x2c750d[_0x204068(0x24e)](_0x18bd6a[_0x204068(0x36b)]),_0x18bd6a[_0x204068(0x36b)][_0x204068(0x2c7)]===_0x18bd6a&&(_0x18bd6a[_0x204068(0x36b)][_0x204068(0x2c7)]=null),_0x18bd6a[_0x204068(0x36b)]=null),!_0x3d8232[_0x204068(0x370)](_0x18bd6a)&&_0x18bd6a[_0x204068(0x2c7)]&&(_0x2c750d[_0x204068(0x24e)](_0x18bd6a[_0x204068(0x2c7)]),_0x18bd6a[_0x204068(0x2c7)][_0x204068(0x36b)]===_0x18bd6a&&(_0x18bd6a[_0x204068(0x2c7)][_0x204068(0x36b)]=null),_0x18bd6a[_0x204068(0x2c7)]=null);}function _0x2b0ee0(_0x349017,_0x1895b3,_0xa3a548){const _0x5065eb=_0x204068;for(let _0x1494fc=_0xa3a548;_0x1494fc<_0x1895b3[_0x5065eb(0x22c)];_0x1494fc++){const _0x26de90=_0x84f186(_0x349017,_0x1895b3[_0x1494fc]);_0x26de90&&(_0x26de90[0x0][_0x5065eb(0x2c7)]=_0x26de90[0x1],_0x26de90[0x1][_0x5065eb(0x36b)]=_0x26de90[0x0],_0x3d8232[_0x5065eb(0x24e)](_0x26de90[0x0]),_0x4beac5[_0x5065eb(0x24e)](_0x26de90[0x1]));}}function _0x84f186(_0x2fae9d,_0x2fc4f8){const _0xc75d72=_0x204068;if(_0x2fae9d[_0xc75d72(0x1db)]['id']!==_0x2fc4f8[_0xc75d72(0x1db)]['id'])return null;const _0x4de869=_0x2f7074[_0xc75d72(0x2e2)](_0x2fae9d)(_0x2fae9d,_0x2fc4f8,_0x1936ff[_0xc75d72(0x2e2)](_0x2fae9d),_0x1936ff[_0xc75d72(0x2e2)](_0x2fc4f8));if(!_0x4de869)return null;return _0x2f7074[_0xc75d72(0x2e2)](_0x2fc4f8)(_0x2fae9d,_0x2fc4f8,_0x1936ff[_0xc75d72(0x2e2)](_0x2fae9d),_0x1936ff[_0xc75d72(0x2e2)](_0x2fc4f8))?_0x4de869[0x1][_0xc75d72(0x2fa)]&&_0x4de869[0x1][_0xc75d72(0x2fa)][_0xc75d72(0x22c)]?null:_0x4de869:null;}_0x2c750d[_0x204068(0x1e1)]&&this[_0x204068(0x319)](_0x2c750d);}[_0x184fb6(0x331)](_0xdfb01e){const _0x1c02a0=_0x184fb6;if(0x0==_0xdfb01e[_0x1c02a0(0x22c)])return;const _0x1fa915=this[_0x1c02a0(0x219)]({'skipNotAttached':!0x0})[_0x1c02a0(0x334)](_0x379163=>_0x1c02a0(0x2c1)==_0x379163[_0x1c02a0(0x378)]&&_0x379163[_0x1c02a0(0x2bb)]),_0xde4b18=[],_0x2c9894=new Map();for(const _0x1fd176 of _0x1fa915){const _0x569b16=_0x54cf82(_0x1fd176[_0x1c02a0(0x240)]);_0x2c9894[_0x1c02a0(0x370)](_0x569b16)||(_0x2c9894[_0x1c02a0(0x322)](_0x569b16,_0xde4b18[_0x1c02a0(0x22c)]),_0xde4b18[_0x1c02a0(0x2b1)]([]));const _0x31e89e=_0x2c9894[_0x1c02a0(0x2e2)](_0x569b16);_0xde4b18[_0x31e89e][_0x1c02a0(0x2b1)](_0x1fd176);}!(function(){const _0x4b4d95=_0x1c02a0;_0xde4b18[_0x4b4d95(0x2dd)]((_0x14d3dd,_0x789c6b)=>{const _0x5ec05c=_0x4b4d95,_0x5e02de=_0x14d3dd[0x0][_0x5ec05c(0x27b)],_0x4f7942=_0x789c6b[0x0][_0x5ec05c(0x27b)];return _0x5e02de==_0x4f7942?_0x14d3dd[0x0][_0x5ec05c(0x240)][_0x5ec05c(0x29c)]<_0x789c6b[0x0][_0x5ec05c(0x240)][_0x5ec05c(0x29c)]?-0x1:0x1:_0x5e02de<_0x4f7942?-0x1:0x1;});for(const _0x17a169 of _0xde4b18)_0x17a169[_0x4b4d95(0x2dd)]((_0x2e4dbe,_0x247ea7)=>_0x2e4dbe['id']<_0x247ea7['id']?-0x1:0x1);}());for(let _0x43bb52=0x0;_0x43bb52<_0xde4b18[_0x1c02a0(0x22c)];_0x43bb52++){if(0x0==_0xde4b18[_0x43bb52][_0x1c02a0(0x22c)])continue;const _0x55af75=[];for(let _0xa9daa=_0x43bb52+0x1;_0xa9daa<_0xde4b18[_0x1c02a0(0x22c)];_0xa9daa++)0x0!=_0xde4b18[_0xa9daa][_0x1c02a0(0x22c)]&&_0xd0013a(_0xde4b18[_0x43bb52],_0xde4b18[_0xa9daa])&&_0x55af75[_0x1c02a0(0x2b1)](_0xa9daa);for(const _0x396507 of _0x55af75)_0xde4b18[_0x43bb52]=_0xde4b18[_0x43bb52][_0x1c02a0(0x371)](_0xde4b18[_0x396507]),_0xde4b18[_0x396507]=[];}for(const _0x5d1eff of _0xde4b18)for(let _0x2d7121=0x0;_0x2d7121<_0x5d1eff[_0x1c02a0(0x22c)];_0x2d7121++)_0x5d1eff[_0x2d7121][_0x1c02a0(0x2c7)]=_0x5d1eff[_0x2d7121+0x1]||null;for(const _0x129158 of _0xde4b18)for(let _0x12607c=0x0;_0x12607c<_0x129158[_0x1c02a0(0x22c)];_0x12607c++)_0x129158[_0x12607c][_0x1c02a0(0x36b)]=_0x129158[_0x12607c-0x1]||null;function _0xd0013a(_0x92a097,_0x47aba2){const _0x172ed9=_0x1c02a0;if(_0x92a097[0x0][_0x172ed9(0x240)][_0x172ed9(0x29c)]!==_0x47aba2[0x0][_0x172ed9(0x240)][_0x172ed9(0x29c)]&&_0x92a097[0x0][_0x172ed9(0x1db)]!==_0x47aba2[0x0][_0x172ed9(0x1db)])return!0x1;if(!function(_0x265c50,_0x2847b6){const _0x4ccf94=_0x172ed9;if(!_0x265c50[_0x4ccf94(0x205)]&&!_0x2847b6[_0x4ccf94(0x205)])return!0x0;if(_0x265c50[_0x4ccf94(0x205)]&&_0x2847b6[_0x4ccf94(0x205)])return!0x1;if(_0x265c50[_0x4ccf94(0x205)]&&_0x2847b6[_0x4ccf94(0x27b)]<_0x265c50[_0x4ccf94(0x2fa)][_0x4ccf94(0x297)][_0x4ccf94(0x2e2)](0x0)[_0x4ccf94(0x27b)])return!0x0;if(_0x2847b6[_0x4ccf94(0x205)]&&_0x265c50[_0x4ccf94(0x27b)]<_0x2847b6[_0x4ccf94(0x2fa)][_0x4ccf94(0x297)][_0x4ccf94(0x2e2)](0x0)[_0x4ccf94(0x27b)])return!0x0;return!0x1;}(_0x92a097[0x0],_0x47aba2[0x0]))return!0x1;const _0x38b75b=_0x3d0509(_0x92a097[0x0][_0x172ed9(0x240)],_0x172ed9(0x29c)),_0x7071a2=_0x3d0509(_0x47aba2[0x0][_0x172ed9(0x240)],_0x172ed9(0x29c));if(!_0x207696(_0x38b75b,_0x7071a2))return!0x1;return!!_0x92a097[_0x172ed9(0x285)](_0x46a439=>_0x47aba2[_0x172ed9(0x34e)](_0x2e5864=>_0x46a439[_0x172ed9(0x214)]()[_0x172ed9(0x26d)](_0x2e5864[_0x172ed9(0x214)]())))&&_0x47aba2[_0x172ed9(0x285)](_0x116c9d=>_0x92a097[_0x172ed9(0x34e)](_0x539fb6=>_0x116c9d[_0x172ed9(0x214)]()[_0x172ed9(0x26d)](_0x539fb6[_0x172ed9(0x214)]())));}}[_0x184fb6(0x2ca)](_0x3432f6){const _0x46f610=_0x184fb6,_0x478acc=Array[_0x46f610(0x295)](_0x3432f6),_0x5efe10=this[_0x46f610(0x219)]({'skipNotAttached':!0x0}),_0x2ba547=_0x5efe10[_0x46f610(0x334)](_0x2fef54=>!_0x3432f6[_0x46f610(0x370)](_0x2fef54)),_0x170487=new Map(_0x478acc[_0x46f610(0x2d0)](_0x4e0dd5=>[_0x4e0dd5,this[_0x46f610(0x230)][_0x46f610(0x1f6)](_0x4e0dd5[_0x46f610(0x378)],_0x4e0dd5[_0x46f610(0x31e)],_0x46f610(0x2aa))])),_0x332d9e=new Map(_0x5efe10[_0x46f610(0x2d0)](_0x44f087=>[_0x44f087,_0x44f087[_0x46f610(0x335)]()]));for(let _0x4fd135=0x0;_0x4fd135<_0x478acc[_0x46f610(0x22c)];_0x4fd135++){if(_0x3a7400(this,_0x478acc[_0x4fd135],_0x478acc,_0x4fd135+0x1))return!0x0;}for(let _0x4d85cb=0x0;_0x4d85cb<_0x478acc[_0x46f610(0x22c)];_0x4d85cb++){if(_0x3a7400(this,_0x478acc[_0x4d85cb],_0x2ba547,0x0))return!0x0;}return!0x1;function _0x3a7400(_0xb539e2,_0x458ad1,_0x2da3f0,_0x4bbb22){const _0x31b2b0=_0x46f610;for(let _0x35805a=_0x4bbb22;_0x35805a<_0x2da3f0[_0x31b2b0(0x22c)];_0x35805a++){const _0x31e4d6=_0x2da3f0[_0x35805a];if(_0x31e4d6[_0x31b2b0(0x378)]!==_0x458ad1[_0x31b2b0(0x378)]||_0x31e4d6[_0x31b2b0(0x1db)]['id']!==_0x458ad1[_0x31b2b0(0x1db)]['id']||_0x31e4d6[_0x31b2b0(0x31e)]!==_0x458ad1[_0x31b2b0(0x31e)])continue;if(!Ft(_0x458ad1,_0x31e4d6,[_0x31b2b0(0x29c)]))continue;if(_0x31b2b0(0x2c1)==_0x458ad1[_0x31b2b0(0x378)]&&_0x458ad1[_0x31b2b0(0x349)][_0x31b2b0(0x27c)]!=_0x31e4d6[_0x31b2b0(0x349)][_0x31b2b0(0x27c)])continue;if(_0x31b2b0(0x2c1)==_0x458ad1[_0x31b2b0(0x378)]&&_0xb539e2[_0x31b2b0(0x329)](_0x458ad1[_0x31b2b0(0x349)][_0x31b2b0(0x2d4)]))continue;if(_0x31b2b0(0x305)==_0x458ad1[_0x31b2b0(0x378)]){const _0x36adce=_0xb539e2[_0x31b2b0(0x229)][_0x31b2b0(0x301)],_0x1d9200=_0x458ad1[_0x31b2b0(0x1fb)]();if(_0x1d9200&&(_0x36adce[_0x31b2b0(0x2eb)][_0x31b2b0(0x2e8)](_0x1d9200)||_0x36adce[_0x31b2b0(0x2eb)][_0x31b2b0(0x33c)](_0x1d9200)))continue;}const _0x409143=_0x170487[_0x31b2b0(0x2e2)](_0x458ad1),_0x41d195=_0x332d9e[_0x31b2b0(0x2e2)](_0x458ad1),_0x1390a8=_0x332d9e[_0x31b2b0(0x2e2)](_0x31e4d6),_0x278ff3=_0x458ad1[_0x31b2b0(0x2fa)]&&_0x458ad1[_0x31b2b0(0x2fa)][_0x31b2b0(0x22c)],_0x55d407=_0x31e4d6[_0x31b2b0(0x2fa)]&&_0x31e4d6[_0x31b2b0(0x2fa)][_0x31b2b0(0x22c)];if(!_0x278ff3&&_0x409143(_0x1390a8,_0x41d195))return _0xb539e2[_0x31b2b0(0x1f4)](_0x31e4d6,_0x458ad1),_0x332d9e[_0x31b2b0(0x262)](_0x458ad1),!0x0;if(!_0x55d407&&_0x409143(_0x41d195,_0x1390a8))return _0xb539e2[_0x31b2b0(0x1f4)](_0x458ad1,_0x31e4d6),_0x332d9e[_0x31b2b0(0x262)](_0x31e4d6),!0x0;}return!0x1;}}[_0x184fb6(0x1f4)](_0x31d96d,_0xdb6d0d){const _0x489041=_0x184fb6;if(_0x31d96d[_0x489041(0x1fe)]){for(const _0x41b43f of _0xdb6d0d[_0x489041(0x335)]())_0x31d96d[_0x489041(0x26c)](_0x41b43f);}else{const _0x42e315=_0xdb6d0d[_0x489041(0x214)]()[_0x489041(0x33b)];this[_0x489041(0x25f)](_0x31d96d,this[_0x489041(0x27e)][_0x489041(0x2f5)](_0x31d96d[_0x489041(0x214)]()[_0x489041(0x1dd)],_0x42e315));}_0xdb6d0d[_0x489041(0x316)]();}[_0x184fb6(0x2f4)](_0x43b79c,_0xa72412){const _0x4289db=_0x184fb6,_0x2dcd34=_0x43b79c[_0x4289db(0x1ee)](_0x4289db(0x2e4))||_0x43b79c[_0x4289db(0x1ee)](_0x4289db(0x2c1))?_0x4289db(0x2fe):_0x43b79c[_0x4289db(0x271)]();return _0x39c8a0(this[_0x4289db(0x229)][_0x4289db(0x23d)],_0xa72412+'_'+_0x2dcd34+_0x4289db(0x32b));}[_0x184fb6(0x358)](){const _0x2b2f9f=_0x184fb6,_0x1e633=this[_0x2b2f9f(0x229)];_0x209781(this[_0x2b2f9f(0x27e)],({left:_0x413689,entered:_0x5e024f})=>{const _0x74f256=_0x2b2f9f,_0x483d4a=[];for(const _0x29d0c0 of _0x413689){const {group:_0x33152d,type:_0x220d2d}=this[_0x74f256(0x315)](_0x29d0c0[_0x74f256(0x2e7)]);if(_0x74f256(0x20b)===_0x33152d){_0x483d4a[_0x74f256(0x2b1)](this[_0x74f256(0x2f4)](_0x220d2d,_0x74f256(0x1eb)));break;}}for(const _0xb34924 of _0x5e024f){const {group:_0x69c4de,type:_0x5a170d}=this[_0x74f256(0x315)](_0xb34924[_0x74f256(0x2e7)]);if(_0x74f256(0x20b)===_0x69c4de){_0x483d4a[_0x74f256(0x2b1)](this[_0x74f256(0x2f4)](_0x5a170d,_0x74f256(0x2c0)));break;}}_0x483d4a[_0x74f256(0x22c)]&&_0x1e633['ui'][_0x74f256(0x215)][_0x74f256(0x1ed)](_0x74f256(0x26b),_0x483d4a[_0x74f256(0x2aa)]('\x20'));});}[_0x184fb6(0x2cb)](_0x1add96){const _0x2258f0=_0x184fb6;if(this[_0x2258f0(0x2d1)])return!0x1;const _0x3fee06=this[_0x2258f0(0x229)],_0x2a5f7b=_0x3fee06[_0x2258f0(0x301)][_0x2258f0(0x286)][_0x2258f0(0x22a)][_0x2258f0(0x2e9)]();if(0x0==_0x2a5f7b[_0x2258f0(0x22c)])return!0x1;const _0x397ea6=[],_0x361ad2=_0x2a5f7b[_0x2258f0(0x334)](_0xa9f7c1=>_0x2258f0(0x2c1)==_0xa9f7c1[_0x2258f0(0x378)]),_0x3cabf6=_0x2a5f7b[_0x2258f0(0x334)](_0x4f71aa=>_0x2258f0(0x277)==_0x4f71aa[_0x2258f0(0x378)]&&_0x2258f0(0x33a)!=_0x4f71aa[_0x2258f0(0x2e7)]),_0x4247b2=_0x2a5f7b[_0x2258f0(0x334)](_0x14590d=>_0x2258f0(0x1e7)==_0x14590d[_0x2258f0(0x378)]&&_0x2258f0(0x33a)!=_0x14590d[_0x2258f0(0x2e7)]);for(const _0xf4cf69 of _0x361ad2)_0x397ea6[_0x2258f0(0x2b1)]({'key':_0xf4cf69[_0x2258f0(0x289)],'newValue':_0xf4cf69[_0x2258f0(0x2d2)],'oldValue':_0xf4cf69[_0x2258f0(0x251)],'range':Ut(_0xf4cf69[_0x2258f0(0x254)],_0x3fee06[_0x2258f0(0x301)])});for(const _0x64a6b9 of _0x3cabf6){const _0x4237ee=_0x4247b2[_0x2258f0(0x1f3)](_0x111d36=>_0x111d36[_0x2258f0(0x2d9)][_0x2258f0(0x26d)](_0x64a6b9[_0x2258f0(0x2d9)]));_0x4237ee&&_0x397ea6[_0x2258f0(0x2b1)]({'key':_0x2258f0(0x255),'newValue':_0x64a6b9[_0x2258f0(0x2e7)],'oldValue':_0x4237ee[_0x2258f0(0x2e7)],'range':_0x3fee06[_0x2258f0(0x301)][_0x2258f0(0x1d5)](_0x64a6b9[_0x2258f0(0x2d9)][_0x2258f0(0x207)])});}return 0x0!=_0x397ea6[_0x2258f0(0x22c)]&&this[_0x2258f0(0x210)](_0x1add96,_0x397ea6);}[_0x184fb6(0x339)](_0x3ad752){const _0x5177d1=_0x184fb6;let _0x35a758=!0x1;const _0xb8af8e=this[_0x5177d1(0x229)][_0x5177d1(0x301)][_0x5177d1(0x286)][_0x5177d1(0x22a)][_0x5177d1(0x35a)]()[_0x5177d1(0x334)](_0x225436=>_0x225436[_0x5177d1(0x349)][_0x5177d1(0x200)]&&_0x225436[_0x5177d1(0x2e7)][_0x5177d1(0x1ee)](_0x5177d1(0x1d0)));for(const _0x14ef3c of _0xb8af8e){const {subType:_0x3e16b7,id:_0xce3e43}=this[_0x5177d1(0x315)](_0x14ef3c[_0x5177d1(0x2e7)]),_0x3b04bb=_0x3e16b7[_0x5177d1(0x23a)]('|')[0x0];for(const _0x3517f3 of this[_0x5177d1(0x219)]({'skipNotAttached':!0x0}))_0x3517f3['id']!=_0xce3e43&&_0x5177d1(0x2c1)==_0x3517f3[_0x5177d1(0x378)]&&_0x3517f3[_0x5177d1(0x349)]&&_0x3517f3[_0x5177d1(0x349)][_0x5177d1(0x2d4)]==_0x3b04bb&&_0x3517f3[_0x5177d1(0x214)]()[_0x5177d1(0x23b)](_0x14ef3c[_0x5177d1(0x349)][_0x5177d1(0x200)])&&(this[_0x5177d1(0x21b)](_0x3517f3,_0x14ef3c[_0x5177d1(0x349)][_0x5177d1(0x200)],_0x3ad752),_0x35a758=!0x0);}return _0x35a758;}[_0x184fb6(0x2a2)](_0x59db4c){const _0x34c554=_0x184fb6;this[_0x34c554(0x229)],(this[_0x34c554(0x2d1)]=!0x0,_0x59db4c());}[_0x184fb6(0x236)](_0x19424a){const _0x2c0ac4=_0x184fb6,_0xd60f16=this[_0x2c0ac4(0x329)](_0x19424a),_0x4046d8=this[_0x2c0ac4(0x2f0)][_0x2c0ac4(0x370)](_0x19424a);return _0xd60f16||_0x4046d8;}[_0x184fb6(0x210)](_0x52ef77,_0x55a382){const _0x3b8d0b=_0x184fb6;if(0x0==_0x55a382[_0x3b8d0b(0x22c)])return!0x1;let _0x42a247=!0x1;for(const _0x2f4c4a of _0x55a382){const _0x4ae238=this[_0x3b8d0b(0x2ea)](_0x2f4c4a[_0x3b8d0b(0x254)],_0x3b8d0b(0x2c1))[_0x3b8d0b(0x334)](_0x4d5682=>!_0x4d5682[_0x3b8d0b(0x298)][_0x3b8d0b(0x35b)])[_0x3b8d0b(0x2d0)](_0x1dca4c=>_0x1dca4c[_0x3b8d0b(0x20b)]),_0x46dbdb=_0x54cf82({'newValue':_0x2f4c4a[_0x3b8d0b(0x20d)]});_0x4ae238[_0x3b8d0b(0x334)](_0x389761=>{const _0x23b1b8=_0x3b8d0b,[_0x237602,_0x2b8319]=_0x389761[_0x23b1b8(0x31e)][_0x23b1b8(0x23a)]('|');return _0x237602==_0x2f4c4a[_0x23b1b8(0x2d4)]&&_0x2b8319!=_0x46dbdb;})[_0x3b8d0b(0x2e5)](_0x4398b4=>{const _0x23c41c=_0x3b8d0b;this[_0x23c41c(0x21b)](_0x4398b4,_0x2f4c4a[_0x23c41c(0x254)],_0x52ef77),_0x42a247=!0x0;});}return _0x42a247;}[_0x184fb6(0x21b)](_0x23c563,_0x14a0d9,_0x561d8f){const _0x5111ed=_0x184fb6,_0x51db5f=_0x23c563[_0x5111ed(0x214)]()[_0x5111ed(0x201)](_0x14a0d9);0x0!==_0x51db5f[_0x5111ed(0x22c)]?0x1!==_0x51db5f[_0x5111ed(0x22c)]?this[_0x5111ed(0x221)](_0x23c563,_0x14a0d9[_0x5111ed(0x1dd)],_0x14a0d9[_0x5111ed(0x33b)]):this[_0x5111ed(0x25f)](_0x23c563,_0x51db5f[0x0]):_0x561d8f[_0x5111ed(0x267)](_0x23c563[_0x5111ed(0x212)]());}}class Bt{constructor(_0x3f1bd4){const _0xe3718=_0x184fb6;this[_0xe3718(0x2cf)]=_0x3f1bd4,this[_0xe3718(0x27e)]=_0x3f1bd4[_0xe3718(0x301)],this[_0xe3718(0x25d)]=new Map(),this[_0xe3718(0x211)]=new Map(),this[_0xe3718(0x1d7)]();}[_0x184fb6(0x27d)](_0x3e6f26,_0x270a0d,_0x1b506d,_0x4833c0,_0x1dcfe4,_0x11579e){const _0x2dd0ac=_0x184fb6;return new _0x4d86b4(this[_0x2dd0ac(0x27e)],{'type':_0x3e6f26,'subType':_0x270a0d,'id':_0x1b506d,'author':_0x4833c0,'creator':_0x4833c0,'attributes':_0x1dcfe4,'onAttributesChange':_0x11579e,'onAccept':(..._0x3b469f)=>this[_0x2dd0ac(0x1f6)](_0x3e6f26,_0x270a0d,_0x2dd0ac(0x264))(..._0x3b469f),'onDiscard':(..._0x2fc367)=>this[_0x2dd0ac(0x1f6)](_0x3e6f26,_0x270a0d,_0x2dd0ac(0x343))(..._0x2fc367)});}[_0x184fb6(0x26f)](_0x1201a8,_0x490a17,_0xcbf56b,_0x13554d){const _0x585fab=_0x184fb6,_0x2366ce=_0x1201a8+':'+_0x490a17+':'+_0xcbf56b;this[_0x585fab(0x25d)][_0x585fab(0x322)](_0x2366ce,_0x13554d);}[_0x184fb6(0x1f6)](_0x5f2335,_0x2b2dfb,_0x217261){const _0x1c733a=_0x184fb6,_0x37851b=_0x5f2335+':'+_0x2b2dfb+':'+_0x217261;return this[_0x1c733a(0x25d)][_0x1c733a(0x2e2)](_0x37851b)||this[_0x1c733a(0x211)][_0x1c733a(0x2e2)](_0x5f2335+':'+_0x217261);}[_0x184fb6(0x1d7)](){const _0x84a230=_0x184fb6,_0x160692=()=>!0x1,_0x3f37f5=_0x3ada80=>{const _0x1b2c67=_0x251e;_0x3ada80[_0x1b2c67(0x2dd)]((_0x1bc8d3,_0x31ba5a)=>_0x1bc8d3[_0x1b2c67(0x1dd)][_0x1b2c67(0x2de)](_0x31ba5a[_0x1b2c67(0x1dd)])?0x1:-0x1),this[_0x1b2c67(0x27e)][_0x1b2c67(0x33e)](_0x154a2f=>{const _0x38dd7c=_0x1b2c67;for(const _0x58f12c of _0x3ada80){let _0x549865;_0x549865=_0x58f12c[_0x38dd7c(0x33b)][_0x38dd7c(0x2a1)]&&_0x58f12c[_0x38dd7c(0x33b)][_0x38dd7c(0x356)]==_0x58f12c[_0x38dd7c(0x1dd)][_0x38dd7c(0x207)]?_0x154a2f[_0x38dd7c(0x227)](_0x58f12c[_0x38dd7c(0x1dd)][_0x38dd7c(0x207)],'on'):_0x154a2f[_0x38dd7c(0x227)](_0x58f12c),this[_0x38dd7c(0x27e)][_0x38dd7c(0x20c)](_0x549865,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x3d4119=(_0x93d9a1,_0x533522)=>{const _0x2143a8=_0x251e;_0x533522&&this[_0x2143a8(0x27e)][_0x2143a8(0x33e)](_0x2b756d=>{const _0x535b87=_0x2143a8,{commandName:_0x231797,commandParams:_0x9dd63c=[]}=_0x533522,_0x481cdb=_0x93d9a1[_0x535b87(0x2d0)](_0x570369=>(Rt(_0x570369)&&(_0x570369=this[_0x535b87(0x27e)][_0x535b87(0x2f5)](_0x570369[_0x535b87(0x33b)])),_0x570369))[_0x535b87(0x334)](_0x1486f1=>_0x535b87(0x2b8)!==_0x1486f1[_0x535b87(0x359)][_0x535b87(0x22f)]);if(_0x481cdb[_0x535b87(0x22c)]<0x1)return;const _0x3d7a9f=Array[_0x535b87(0x295)](this[_0x535b87(0x27e)][_0x535b87(0x286)][_0x535b87(0x1e4)][_0x535b87(0x335)]())[_0x535b87(0x2d0)](_0x5b1e63=>_0x422e31[_0x535b87(0x24c)](_0x5b1e63));_0x2b756d[_0x535b87(0x333)](_0x481cdb);for(const _0x2df367 of this[_0x535b87(0x2cf)][_0x535b87(0x28e)][_0x535b87(0x28e)]())_0x2df367[_0x535b87(0x283)]();_0x9dd63c[_0x535b87(0x2b1)]({'forceDefaultExecution':!0x0}),this[_0x535b87(0x2cf)][_0x535b87(0x336)](_0x231797,..._0x9dd63c);const _0x3a429f=_0x3d7a9f[_0x535b87(0x334)](_0x11f0bc=>_0x535b87(0x2b8)!=_0x11f0bc[_0x535b87(0x359)][_0x535b87(0x22f)]);_0x3a429f[_0x535b87(0x22c)]>0x0&&_0x2b756d[_0x535b87(0x333)](_0x3a429f);for(const _0x258c3c of _0x3d7a9f)_0x258c3c[_0x535b87(0x2d5)]();});},_0x44e764=(_0x35e2b9,_0x482c98)=>0x1==_0x35e2b9[_0x84a230(0x22c)]&&0x1==_0x482c98[_0x84a230(0x22c)]&&_0x35e2b9[0x0][_0x84a230(0x33b)][_0x84a230(0x26d)](_0x482c98[0x0][_0x84a230(0x1dd)]),_0x493ad1=(_0x14a94a,_0x570794,_0x4a0c33,_0x29912a)=>Gt(_0x14a94a,_0x570794,_0x4a0c33,_0x29912a,this[_0x84a230(0x27e)])?[_0x14a94a,_0x570794]:Gt(_0x570794,_0x14a94a,_0x29912a,_0x4a0c33,this[_0x84a230(0x27e)])?[_0x570794,_0x14a94a]:null;this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x367),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x2df),_0x3f37f5),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x21f),_0x44e764),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x28d),_0x493ad1),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x287),_0x3f37f5),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x379),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x266),_0x44e764),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x204),_0x493ad1),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x275),_0x3d4119),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x280),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x272),_0x44e764),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x282),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x32f),_0x3d4119),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x2e3),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x28a),_0x44e764),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x303),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x33f),_0x160692),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x321),(_0x531154,_0x2d3e88)=>{const _0x4a3943=_0x84a230;if(!_0x2d3e88)return;const _0x4cf304=this[_0x4a3943(0x2cf)][_0x4a3943(0x218)][_0x4a3943(0x2e2)](p);this[_0x4a3943(0x27e)][_0x4a3943(0x33e)](_0x560a46=>{const _0xbb7dd2=_0x4a3943;if(_0xbb7dd2(0x255)==_0x2d3e88[_0xbb7dd2(0x2d4)])for(const _0x3f49cc of _0x531154){const _0x13bb33=_0x3f49cc[_0xbb7dd2(0x1dd)][_0xbb7dd2(0x207)],_0x5a4127=_0x2d3e88[_0xbb7dd2(0x27c)];_0x560a46[_0xbb7dd2(0x232)](_0x13bb33,_0x5a4127);}else{if(_0x4cf304[_0xbb7dd2(0x329)](_0x2d3e88[_0xbb7dd2(0x2d4)])){for(const _0x5cf044 of _0x531154)void 0x0!==_0x2d3e88[_0xbb7dd2(0x27c)]?_0x560a46[_0xbb7dd2(0x309)](_0x2d3e88[_0xbb7dd2(0x2d4)],_0x2d3e88[_0xbb7dd2(0x27c)],_0x5cf044[_0xbb7dd2(0x1dd)][_0xbb7dd2(0x207)]):_0x560a46[_0xbb7dd2(0x220)](_0x2d3e88[_0xbb7dd2(0x2d4)],_0x5cf044[_0xbb7dd2(0x1dd)][_0xbb7dd2(0x207)]);}else{for(const _0x423bd9 of _0x531154)_0x2d3e88[_0xbb7dd2(0x27c)]?_0x560a46[_0xbb7dd2(0x309)](_0x2d3e88[_0xbb7dd2(0x2d4)],_0x2d3e88[_0xbb7dd2(0x27c)],_0x423bd9):_0x560a46[_0xbb7dd2(0x220)](_0x2d3e88[_0xbb7dd2(0x2d4)],_0x423bd9);}}});}),this[_0x84a230(0x211)][_0x84a230(0x322)](_0x84a230(0x1f2),_0x44e764);}}function xt(_0xf766df,_0x51a458,_0x389045){const _0x353100=_0x184fb6;for(const _0xb2a9c6 of _0x51a458[_0x353100(0x356)][_0x353100(0x25b)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0xb2a9c6[_0x353100(0x359)]==_0xb2a9c6)return!0x1;if(!_0x389045[_0x353100(0x318)](_0xb2a9c6))return!0x1;if(_0xf766df[_0x353100(0x2e8)](_0xb2a9c6)||_0xf766df[_0x353100(0x33c)](_0xb2a9c6))return!0x0;}return!0x1;}function Rt(_0x33c16e){const _0x3a189a=_0x184fb6;return _0x33c16e[_0x3a189a(0x33b)][_0x3a189a(0x356)]==_0x33c16e[_0x3a189a(0x1dd)][_0x3a189a(0x207)]&&_0x33c16e[_0x3a189a(0x33b)][_0x3a189a(0x2fb)];}function Tt(_0x3462f4,_0x2b765d,_0x133c9d,_0x3b3ae3){const _0x36e18b=_0x184fb6,_0x17ae5e=_0x491f33=>!_0x491f33[_0x36e18b(0x31f)]['is'](_0x36e18b(0x34b))&&!_0x3b3ae3[_0x36e18b(0x2e8)](_0x491f33[_0x36e18b(0x31f)]),_0x4d814e=_0x3462f4[_0x36e18b(0x1dd)][_0x36e18b(0x365)](_0x17ae5e),_0x18ec31=_0x3462f4[_0x36e18b(0x33b)][_0x36e18b(0x365)](_0x17ae5e,{'direction':_0x36e18b(0x234)});return(!_0x3462f4[_0x36e18b(0x1dd)][_0x36e18b(0x26d)](_0x4d814e)||!_0x3462f4[_0x36e18b(0x33b)][_0x36e18b(0x26d)](_0x18ec31))&&(_0x4d814e[_0x36e18b(0x2de)](_0x18ec31)?_0x133c9d[_0x36e18b(0x22b)](_0x2b765d,{'range':_0x133c9d[_0x36e18b(0x2f5)](_0x4d814e,_0x18ec31)}):_0x133c9d[_0x36e18b(0x267)](_0x2b765d),!0x0);}function Et(_0x4339a8){return _0x54cf82(_0x4339a8);}function Vt(_0x92b8af){const _0x15d82e=_0x184fb6,_0x3b0ccd=_0x92b8af[_0x15d82e(0x1dd)][_0x15d82e(0x207)];return _0x3b0ccd&&_0x3b0ccd['is'](_0x15d82e(0x256));}function Ut(_0x30c337,_0x540be5){const _0x26acae=_0x184fb6;return null==_0x30c337[_0x26acae(0x33b)][_0x26acae(0x2dc)]&&_0x30c337[_0x26acae(0x33b)][_0x26acae(0x356)]==_0x30c337[_0x26acae(0x1dd)][_0x26acae(0x207)]?Ot(_0x30c337[_0x26acae(0x1dd)][_0x26acae(0x207)],_0x540be5):_0x30c337;}function Ot(_0x1a6518,_0x2967b6){const _0x34c25c=_0x184fb6,_0x2f42b0=_0x2967b6[_0x34c25c(0x2eb)][_0x34c25c(0x2e8)](_0x1a6518)||_0x2967b6[_0x34c25c(0x2eb)][_0x34c25c(0x377)](_0x1a6518);return _0x2967b6[_0x34c25c(0x2f5)](_0x2967b6[_0x34c25c(0x30c)](_0x1a6518,_0x34c25c(0x252)),_0x2f42b0?_0x2967b6[_0x34c25c(0x21c)](_0x1a6518):_0x2967b6[_0x34c25c(0x30c)](_0x1a6518,_0x34c25c(0x33b)));}function Gt(_0x49bfda,_0x10a6b4,_0x2b2b0d,_0x297bbb,_0x1a17c6){const _0x2e30d9=_0x184fb6;if(!Ft(_0x49bfda,_0x10a6b4))return!0x1;if(_0x2b2b0d[_0x2e30d9(0x33b)][_0x2e30d9(0x26d)](_0x297bbb[_0x2e30d9(0x1dd)]))return!0x0;if(_0x49bfda[_0x2e30d9(0x378)]!=_0x10a6b4[_0x2e30d9(0x378)])return!0x1;if(!_0x2b2b0d[_0x2e30d9(0x33b)][_0x2e30d9(0x249)](_0x297bbb[_0x2e30d9(0x1dd)]))return!0x1;const _0x32fe6a=_0x1a17c6[_0x2e30d9(0x2f5)](_0x2b2b0d[_0x2e30d9(0x33b)],_0x297bbb[_0x2e30d9(0x1dd)])[_0x2e30d9(0x22e)]();for(const _0x323d3d of _0x32fe6a)if([_0x2e30d9(0x1e3),_0x2e30d9(0x32a)][_0x2e30d9(0x30a)](_0x323d3d[_0x2e30d9(0x378)])&&_0x1a17c6[_0x2e30d9(0x2eb)][_0x2e30d9(0x33c)](_0x323d3d[_0x2e30d9(0x31f)]))return!0x1;return!0x0;}function Ft(_0x1fd6f9,_0x383473,_0x5055d7=[]){const _0x3ebed1=_0x184fb6;return!(!_0x1fd6f9[_0x3ebed1(0x2bb)]||!_0x383473[_0x3ebed1(0x2bb)])&&_0x207696(_0x3d0509(_0x1fd6f9[_0x3ebed1(0x240)],_0x5055d7),_0x3d0509(_0x383473[_0x3ebed1(0x240)],_0x5055d7));}function Pt(_0x2992a4,_0x6c3bd1){const _0xddc45c=_0x184fb6,_0xef5d6f=Lt(_0x2992a4[_0xddc45c(0x240)]),_0x3ebfa0=Lt(_0x6c3bd1);if(!_0x2992a4[_0xddc45c(0x2bb)])return!0x1;for(const _0x2b9221 of Object[_0xddc45c(0x2ba)](_0x3ebfa0))if(!_0x207696(_0xef5d6f[_0x2b9221],_0x3ebfa0[_0x2b9221]))return!0x1;return!0x0;}function Lt(_0x28c756){const _0x447b00=_0x184fb6,_0x30825e=Object[_0x447b00(0x345)]({},_0x28c756);return delete _0x30825e[_0x447b00(0x351)],delete _0x30825e[_0x447b00(0x364)],_0x30825e;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x1418b6=_0x33c7;function _0x1f5e(){const _0x4a18e2=['has','18GMaiwD','comments.maxCommentCharsWhenCollapsed','change:previous','destroy','plugins','source','_viewToController','unbind','Discard\x20all\x20suggestions','keys','length','EditorAnnotations','getByInnerView','previous','Accept\x20all\x20suggestions','Accept\x20all\x20selected\x20suggestions','SuggestionThreadView','model','clear','acceptAllSuggestions','trackChanges.disableComments','Track\x20changes','suggestionChanged','trackChanges','type','editor','descriptionParts','_updateController','addSourceCollector','from','separator','_initializeController','commandName','filter','isDirty','704570WPHcaX','init','comments','suggestion-','remove','createAnnotation','values','Discard\x20all\x20selected\x20suggestions','getMarkers','acceptSelectedSuggestions','actionView','some','2669384tgJrls','_unbindEditors','2507860xGvffY','CommentView','_destroyController','activeAnnotations','Annotations','1dbcQsx','focus','trackChanges.SuggestionThreadView','value','_descriptionFactory','acceptButton','getMarkerNames','100084BUJevK','_refreshActiveMarkers','activeMarkers','delete','_bindAnnotationToEditors','createAnnotationView','createCommentThreadController','suggestionLoaded','head','pluginName','getJoined','1789500QYibRg','discardAllSuggestions','comments.maxCommentsWhenCollapsed','CommentsUI','_createUIButton','view','comments.editorConfig','getDescriptions','toMany','registerAnnotation','map','suggestionUnloaded','arrowView','stopListening','innerView','isEnabled','getSuggestion','7011564SttWHw','listenTo','TrackChangesEditing','change:activeAnnotations','getRanges','TrackChangesUI','refreshSelectedViews','33fRzAot','72402rFdZQj','mainView','hasSuggestion','componentFactory','getFirstRange','_annotationViews','config','_suggestionToController','button','set','switchbutton','execute','commentThread','reduce','editing','locale','addComment','size','define','commands','requires','get','isOn','_handleControllerBuffer','isInContent','CommentsRepository','bind','discardSelectedSuggestions','comments.maxThreadTotalWeight','_handleSuggestionControllerDelayed','add','lowest','push','buttonView','discardButton','_disableComments','isMultiRange','getAllAdjacentSuggestions'];_0x1f5e=function(){return _0x4a18e2;};return _0x1f5e();}function _0x33c7(_0xc712aa,_0x2737bd){const _0x1f5efa=_0x1f5e();return _0x33c7=function(_0x33c745,_0x344f47){_0x33c745=_0x33c745-0x6c;let _0x290837=_0x1f5efa[_0x33c745];return _0x290837;},_0x33c7(_0xc712aa,_0x2737bd);}(function(_0x115a0d,_0x205199){const _0x5eed36=_0x33c7,_0x45457b=_0x115a0d();while(!![]){try{const _0x5e7c24=-parseInt(_0x5eed36(0x8a))/0x1*(-parseInt(_0x5eed36(0x77))/0x2)+parseInt(_0x5eed36(0xb4))/0x3*(-parseInt(_0x5eed36(0x91))/0x4)+parseInt(_0x5eed36(0x9c))/0x5+parseInt(_0x5eed36(0xb5))/0x6+parseInt(_0x5eed36(0xad))/0x7+-parseInt(_0x5eed36(0x83))/0x8+-parseInt(_0x5eed36(0xdc))/0x9*(parseInt(_0x5eed36(0x85))/0xa);if(_0x5e7c24===_0x205199)break;else _0x45457b['push'](_0x45457b['shift']());}catch(_0x43ab46){_0x45457b['push'](_0x45457b['shift']());}}}(_0x1f5e,0x95c34));import{Plugin as _0x172f50}from'ckeditor5/src/core.js';import{Collection as _0x1714f0}from'ckeditor5/src/utils.js';import{ViewModel as _0x11d245,SplitButtonView as _0x1e6ae4,createDropdown as _0x1c62d6,addListToDropdown as _0x479eba}from'ckeditor5/src/ui.js';import{Users as _0x326561,getDateTimeFormatter as _0x40049d,getAllMarkersDomElementsSorted as _0x20aa80}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1f63c4 from'./trackchangesediting.js';import _0x217cbc from'./ui/suggestioncontroller.js';import _0x392418 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x58daae}from'./utils/common-translations.js';import _0x26451f from'../theme/icons/track-changes.svg';export default class d extends _0x172f50{static get[_0x1418b6(0xc9)](){const _0x44b134=_0x1418b6;return[_0x1f63c4,_0x326561,_0x44b134(0xce),_0x44b134(0x89),_0x44b134(0xe7)];}static get[_0x1418b6(0x9a)](){const _0x165633=_0x1418b6;return _0x165633(0xb2);}constructor(_0x521448){const _0x35ef5b=_0x1418b6;super(_0x521448),this[_0x35ef5b(0xbc)]=new Map(),this[_0x35ef5b(0xe2)]=new Map(),this[_0x35ef5b(0xba)]=new Map(),this[_0x35ef5b(0xcc)]=new Map();const _0x2ffe24=this[_0x35ef5b(0x6d)][_0x35ef5b(0xbb)];_0x2ffe24[_0x35ef5b(0xc7)](_0x35ef5b(0x8c),_0x392418),_0x2ffe24[_0x35ef5b(0xc7)](_0x35ef5b(0xf0),!0x1),this[_0x35ef5b(0xd8)]=_0x2ffe24[_0x35ef5b(0xca)](_0x35ef5b(0xf0));}[_0x1418b6(0xd2)](_0x695bfa,_0x333444){const _0x47dcfc=_0x1418b6;0x0===this[_0x47dcfc(0xcc)][_0x47dcfc(0xc6)]&&setTimeout(()=>{const _0x4857cd=_0x47dcfc;for(const [_0x95b283,_0x5381c4]of this[_0x4857cd(0xcc)]){const _0x4519ac=this[_0x4857cd(0xbc)][_0x4857cd(0xdb)](_0x95b283);_0x4519ac||_0x5381c4?_0x4519ac&&_0x5381c4&&this[_0x4857cd(0x87)](_0x95b283):this[_0x4857cd(0x73)](_0x95b283);}this[_0x4857cd(0xcc)][_0x4857cd(0xee)](),this[_0x4857cd(0x6d)][_0x4857cd(0xe0)][_0x4857cd(0xca)](_0x4857cd(0xe7))[_0x4857cd(0xb3)](),this[_0x4857cd(0x92)]();},0xa),this[_0x47dcfc(0xcc)][_0x47dcfc(0xbe)](_0x695bfa,_0x333444);}[_0x1418b6(0x78)](){const _0x31ac9d=_0x1418b6,_0x485a58=this[_0x31ac9d(0x6d)],_0x269e0a=_0x485a58[_0x31ac9d(0xe0)][_0x31ac9d(0xca)](_0x31ac9d(0xaf)),_0x3be928=_0x485a58[_0x31ac9d(0xe0)][_0x31ac9d(0xca)](_0x31ac9d(0x89)),_0x445bf2=_0x485a58[_0x31ac9d(0xe0)][_0x31ac9d(0xca)](_0x31ac9d(0xe7)),_0x31939e=_0x485a58[_0x31ac9d(0xe0)][_0x31ac9d(0xca)](_0x31ac9d(0xce));_0x485a58['ui'][_0x31ac9d(0xb8)][_0x31ac9d(0xd3)](_0x31ac9d(0xf3),_0x59bac8=>this[_0x31ac9d(0xa0)](_0x59bac8)),_0x445bf2[_0x31ac9d(0x70)](()=>{const _0x3720d6=_0x31ac9d,_0x1cf7d8=[];for(const [_0x349ef6,_0x590418]of Array[_0x3720d6(0x71)](this[_0x3720d6(0xbc)])){const _0x2547a7=_0x349ef6[_0x3720d6(0xda)](),_0xe577cd=[];for(const _0x38f09e of _0x2547a7){if(!_0x38f09e[_0x3720d6(0xcd)])continue;if(_0x38f09e[_0x3720d6(0xd9)]){_0xe577cd[_0x3720d6(0xd5)](..._0x38f09e[_0x3720d6(0xb1)]());continue;}const _0x2f86d1=_0x38f09e[_0x3720d6(0xb9)]();if(_0xe577cd[_0x3720d6(0xe6)]>0x0){const _0x21b85f=_0xe577cd[0x0][_0x3720d6(0x9b)](_0x2f86d1);if(_0x21b85f){_0xe577cd[0x0]=_0x21b85f;continue;}}_0xe577cd[_0x3720d6(0xd5)](_0x2f86d1);}_0x1cf7d8[_0x3720d6(0xd5)]([_0x590418[_0x3720d6(0xa1)],_0xe577cd]);}return _0x1cf7d8;}),this[_0x31ac9d(0xae)](_0x269e0a,_0x31ac9d(0x98),(_0x560d66,_0x396f0c)=>{const _0x4289b4=_0x31ac9d;this[_0x4289b4(0xae)](_0x396f0c,_0x4289b4(0xde),(_0x5016eb,_0x228a4e,_0x477878,_0x165044)=>{const _0x1548d0=_0x4289b4;_0x396f0c[_0x1548d0(0xcd)]&&(null==_0x477878?(this[_0x1548d0(0x6f)](_0x165044[_0x1548d0(0x99)]),this[_0x1548d0(0xd2)](_0x396f0c,!0x1)):(this[_0x1548d0(0x6f)](_0x477878[_0x1548d0(0x99)]),null==_0x165044&&this[_0x1548d0(0xd2)](_0x396f0c,!0x0)));}),null!==_0x396f0c[_0x4289b4(0xe9)]?this[_0x4289b4(0x6f)](_0x396f0c[_0x4289b4(0x99)]):this[_0x4289b4(0xd2)](_0x396f0c,!0x1);}),this[_0x31ac9d(0xae)](_0x269e0a,_0x31ac9d(0xa7),(_0xf8131b,_0x716798,_0xe8c2c9)=>{const _0x23bacc=_0x31ac9d;this[_0x23bacc(0xa9)](_0x716798,_0x23bacc(0xde)),this[_0x23bacc(0xcc)][_0x23bacc(0x94)](_0x716798),this[_0x23bacc(0xbc)][_0x23bacc(0xdb)](_0x716798)&&this[_0x23bacc(0x87)](_0x716798),_0xe8c2c9&&this[_0x23bacc(0x6f)](_0xe8c2c9[_0x23bacc(0x99)]);}),this[_0x31ac9d(0xae)](_0x269e0a,_0x31ac9d(0xf2),(_0x31df57,_0x5dabf3)=>{const _0x409656=_0x31ac9d;this[_0x409656(0x6f)](_0x5dabf3);}),this[_0x31ac9d(0xae)](_0x3be928,_0x31ac9d(0xb0),()=>{const _0x29db9d=_0x31ac9d;this[_0x29db9d(0x92)]();}),this[_0x31ac9d(0xae)](_0x31939e,_0x31ac9d(0xc5),(_0x1aefc9,{threadId:_0x13be67,isFromAdapter:_0x2a1ef1})=>{const _0x13f897=_0x31ac9d;if(_0x2a1ef1||!_0x269e0a[_0x13f897(0xb7)](_0x13be67))return;const _0x1ffbc0=_0x269e0a[_0x13f897(0xac)](_0x13be67);this[_0x13f897(0xbc)][_0x13f897(0xca)](_0x1ffbc0)[_0x13f897(0xa1)][_0x13f897(0x8b)]();},{'priority':_0x31ac9d(0xd4)});}[_0x1418b6(0x92)](){const _0x26d7fd=_0x1418b6,_0x4af58b=this[_0x26d7fd(0x6d)][_0x26d7fd(0xe0)][_0x26d7fd(0xca)](_0x26d7fd(0x89)),_0x545c3b=this[_0x26d7fd(0x6d)][_0x26d7fd(0xe0)][_0x26d7fd(0xca)](_0x26d7fd(0xaf)),_0x1c1afa=Array[_0x26d7fd(0x71)](_0x4af58b[_0x26d7fd(0x88)],_0x5c6d7c=>_0x5c6d7c[_0x26d7fd(0xaa)])[_0x26d7fd(0x75)](_0x4dbccb=>this[_0x26d7fd(0xe2)][_0x26d7fd(0xdb)](_0x4dbccb)),_0x5a5ed1=[];for(const _0x2538c7 of _0x1c1afa){const _0x44b4b1=this[_0x26d7fd(0xe2)][_0x26d7fd(0xca)](_0x2538c7)[_0x26d7fd(0xed)][_0x26d7fd(0xda)]();_0x5a5ed1[_0x26d7fd(0xd5)](..._0x44b4b1[_0x26d7fd(0xc2)]((_0x467dc4,_0x2bc519)=>[..._0x467dc4,..._0x2bc519[_0x26d7fd(0x90)]()],[]));}_0x545c3b[_0x26d7fd(0x93)]=_0x5a5ed1;}[_0x1418b6(0xa0)](_0x28b531){const _0x73156=_0x1418b6,_0x1c51ef=_0x1c62d6(_0x28b531,_0x1e6ae4),_0x1749ff=this[_0x73156(0x6d)][_0x73156(0xc8)][_0x73156(0xca)](_0x73156(0xf3)),_0x18de96=_0x58daae(_0x28b531,_0x73156(0xf1));_0x1c51ef[_0x73156(0xd6)][_0x73156(0xbe)]({'tooltip':_0x18de96,'label':_0x18de96,'icon':_0x26451f}),_0x1c51ef[_0x73156(0xd6)][_0x73156(0xcf)](_0x73156(0xcb))['to'](_0x1749ff,_0x73156(0x8d)),_0x1c51ef[_0x73156(0xd6)]['on'](_0x73156(0xc0),()=>{const _0x1c9077=_0x73156;_0x1749ff[_0x1c9077(0xc0)](),this[_0x1c9077(0x6d)][_0x1c9077(0xc3)][_0x1c9077(0xa1)][_0x1c9077(0x8b)]();});const _0xa33ad=new _0x1714f0(),_0x5c88d3=[{'type':_0x73156(0xbf),'model':{'withText':!0x0,'label':_0x18de96,'commandName':_0x73156(0xf3)}},{'type':_0x73156(0x72)},{'type':_0x73156(0xbd),'model':{'withText':!0x0,'label':_0x58daae(_0x28b531,_0x73156(0xea)),'commandName':_0x73156(0xef)}},{'type':_0x73156(0xbd),'model':{'withText':!0x0,'label':_0x58daae(_0x28b531,_0x73156(0xeb)),'commandName':_0x73156(0x80)}},{'type':_0x73156(0xbd),'model':{'withText':!0x0,'label':_0x58daae(_0x28b531,_0x73156(0xe4)),'commandName':_0x73156(0x9d)}},{'type':_0x73156(0xbd),'model':{'withText':!0x0,'label':_0x58daae(_0x28b531,_0x73156(0x7e)),'commandName':_0x73156(0xd0)}}];for(const _0x2ba26e of _0x5c88d3){let _0x3f8aa2={'type':_0x73156(0x72)};if(_0x2ba26e[_0x73156(0xed)]){const _0x65739b=new _0x11d245(_0x2ba26e[_0x73156(0xed)]),_0x57b821=this[_0x73156(0x6d)][_0x73156(0xc8)][_0x73156(0xca)](_0x65739b[_0x73156(0x74)]);_0x65739b[_0x73156(0xcf)](_0x73156(0xcb),_0x73156(0xab))['to'](_0x57b821,_0x73156(0x8d),_0x73156(0xab)),_0x3f8aa2={'type':_0x2ba26e[_0x73156(0x6c)],'model':_0x65739b};}_0xa33ad[_0x73156(0xd3)](_0x3f8aa2);}_0x479eba(_0x1c51ef,_0xa33ad);const _0x195a6d=_0x5c88d3[_0x73156(0x75)](_0x2b55a4=>null!=_0x2b55a4[_0x73156(0xed)])[_0x73156(0xa6)](_0x4b2179=>this[_0x73156(0x6d)][_0x73156(0xc8)][_0x73156(0xca)](_0x4b2179[_0x73156(0xed)][_0x73156(0x74)])),_0x173dfc=_0x1c51ef[_0x73156(0xd6)];return _0x173dfc[_0x73156(0x81)][_0x73156(0xe3)](_0x73156(0xab)),_0x173dfc[_0x73156(0xa8)][_0x73156(0xe3)](_0x73156(0xab)),_0x173dfc[_0x73156(0x81)][_0x73156(0xcf)](_0x73156(0xab))['to'](_0x1749ff,_0x73156(0xab)),_0x173dfc[_0x73156(0xa8)][_0x73156(0xcf)](_0x73156(0xab))[_0x73156(0xa4)](_0x195a6d,_0x73156(0xab),(..._0x1f55d9)=>_0x1f55d9[_0x73156(0x82)](_0x91ca36=>_0x91ca36)),_0x1c51ef['on'](_0x73156(0xc0),_0x56a6c9=>{const _0x475ba1=_0x73156;this[_0x475ba1(0x6d)][_0x475ba1(0xc0)](_0x56a6c9[_0x475ba1(0xe1)][_0x475ba1(0x74)]),this[_0x475ba1(0x6d)][_0x475ba1(0xc3)][_0x475ba1(0xa1)][_0x475ba1(0x8b)]();}),_0x1c51ef;}[_0x1418b6(0x73)](_0x1aed25){const _0x5e7d90=_0x1418b6,_0x27e723=this[_0x5e7d90(0x6d)],_0x9bad22=_0x27e723[_0x5e7d90(0xbb)],_0x3717a7=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x5e7d90(0x89)),_0x52b5a1=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x5e7d90(0xce)),_0x578c55=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x5e7d90(0xe7)),_0x580dab=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x326561)['me'],_0x2035e5=_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0xf3))[_0x5e7d90(0xec)],{CommentsListView:_0x1fcae0,CommentThreadInputView:_0x45c12f}=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x5e7d90(0x9f));let _0x28d35f,_0x36777a;this[_0x5e7d90(0xba)][_0x5e7d90(0xdb)](_0x1aed25['id'])?(_0x36777a=this[_0x5e7d90(0xba)][_0x5e7d90(0xca)](_0x1aed25['id']),_0x28d35f=_0x36777a[_0x5e7d90(0xb6)]):(_0x28d35f=new _0x2035e5(_0x27e723[_0x5e7d90(0xc4)],_0x1aed25,_0x580dab,{'disableComments':this[_0x5e7d90(0xd8)],'editorConfig':_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0xa2)),'maxCommentsWhenCollapsed':_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0x9e)),'maxThreadTotalWeight':_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0xd1)),'maxCommentCharsWhenCollapsed':_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0xdd)),'formatDateTime':_0x40049d(_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0xc4))),'CommentView':_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0x79))[_0x5e7d90(0x86)],'CommentsListView':_0x1fcae0,'CommentThreadInputView':_0x45c12f}),_0x28d35f[_0x5e7d90(0x8f)]['on'](_0x5e7d90(0xc0),()=>{const _0xc59c55=_0x5e7d90;_0x27e723[_0xc59c55(0xc3)][_0xc59c55(0xa1)][_0xc59c55(0x8b)]();}),_0x28d35f[_0x5e7d90(0xd7)]['on'](_0x5e7d90(0xc0),()=>{const _0x1f7880=_0x5e7d90;_0x27e723[_0x1f7880(0xc3)][_0x1f7880(0xa1)][_0x1f7880(0x8b)]();}),_0x36777a=_0x3717a7[_0x5e7d90(0x96)](this[_0x5e7d90(0x6d)][_0x5e7d90(0xc4)],_0x28d35f),_0x36777a[_0x5e7d90(0xcf)](_0x5e7d90(0x76))['to'](_0x28d35f,_0x5e7d90(0x76)),_0x36777a[_0x5e7d90(0xcf)](_0x5e7d90(0xe6))['to'](_0x28d35f),_0x36777a[_0x5e7d90(0xcf)](_0x5e7d90(0x6c))['to'](_0x28d35f,_0x5e7d90(0x6c),_0x48e39e=>_0x5e7d90(0x7a)+_0x48e39e),this[_0x5e7d90(0xba)][_0x5e7d90(0xbe)](_0x1aed25['id'],_0x36777a));const _0x4ab8ad=_0x52b5a1[_0x5e7d90(0x97)](_0x1aed25[_0x5e7d90(0xc1)],_0x28d35f),_0x5c5acb=new _0x217cbc(_0x27e723,_0x1aed25,_0x28d35f,_0x4ab8ad),_0x3f236f=_0x1aed25[_0x5e7d90(0xda)]()[_0x5e7d90(0x75)](_0x1d20a7=>_0x1d20a7[_0x5e7d90(0xcd)]);_0x28d35f[_0x5e7d90(0x6e)]=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x5e7d90(0xaf))[_0x5e7d90(0x8e)][_0x5e7d90(0xa3)](_0x3f236f),this[_0x5e7d90(0xbc)][_0x5e7d90(0xbe)](_0x1aed25,_0x5c5acb),this[_0x5e7d90(0xe2)][_0x5e7d90(0xbe)](_0x28d35f,_0x5c5acb);const _0x227b19=_0x3717a7[_0x5e7d90(0x7c)]({'view':_0x36777a,'target':()=>{const _0x4ca6f8=_0x5e7d90,_0x3f93c4=[],_0x31b86b=_0x1aed25[_0x4ca6f8(0xda)]()[_0x4ca6f8(0x75)](_0x1ca080=>_0x1ca080[_0x4ca6f8(0xcd)]);for(const _0x4abcdf of _0x31b86b)_0x3f93c4[_0x4ca6f8(0xd5)](..._0x4abcdf[_0x4ca6f8(0x7f)]());return _0x20aa80(_0x27e723[_0x4ca6f8(0xc3)],_0x3f93c4);},'type':()=>_0x5e7d90(0x7a)+_0x5c5acb[_0x5e7d90(0xa1)][_0x5e7d90(0x6c)]});_0x52b5a1[_0x5e7d90(0x95)](_0x28d35f,_0x227b19),_0x3717a7[_0x5e7d90(0xd3)](_0x227b19),_0x578c55[_0x5e7d90(0xa5)](_0x227b19);}[_0x1418b6(0x87)](_0x3d92c1){const _0x4a9b06=_0x1418b6,_0x3a77a2=this[_0x4a9b06(0x6d)][_0x4a9b06(0xe0)][_0x4a9b06(0xca)](_0x4a9b06(0xce)),_0x3e7950=this[_0x4a9b06(0x6d)][_0x4a9b06(0xe0)][_0x4a9b06(0xca)](_0x4a9b06(0x89)),_0x566299=this[_0x4a9b06(0xbc)][_0x4a9b06(0xca)](_0x3d92c1),_0x2372ec=_0x566299[_0x4a9b06(0xa1)],_0x3a7ce7=_0x3e7950[_0x4a9b06(0xe8)](_0x2372ec);_0x3a77a2[_0x4a9b06(0x84)](_0x2372ec),_0x3a7ce7&&_0x3e7950[_0x4a9b06(0x7b)](_0x3a7ce7),this[_0x4a9b06(0xbc)][_0x4a9b06(0x94)](_0x3d92c1),this[_0x4a9b06(0xe2)][_0x4a9b06(0x94)](_0x2372ec),_0x566299[_0x4a9b06(0xdf)]();}[_0x1418b6(0x6f)](_0x4383da){const _0x157395=_0x1418b6;if(!_0x4383da[_0x157395(0xcd)]||!this[_0x157395(0xbc)][_0x157395(0xdb)](_0x4383da))return;const _0x40771c=this[_0x157395(0x6d)][_0x157395(0xe0)][_0x157395(0xca)](_0x157395(0xaf)),_0x5a1491=this[_0x157395(0xbc)][_0x157395(0xca)](_0x4383da),_0xf01f54=_0x4383da[_0x157395(0xda)]();_0x5a1491[_0x157395(0xa1)][_0x157395(0x6e)]=_0x40771c[_0x157395(0x8e)][_0x157395(0xa3)](_0xf01f54);}[_0x1418b6(0xdf)](){const _0x399932=_0x1418b6;for(const _0x59fb3e of this[_0x399932(0xbc)][_0x399932(0xe5)]())this[_0x399932(0x87)](_0x59fb3e);for(const _0x5d8fee of this[_0x399932(0xba)][_0x399932(0x7d)]())_0x5d8fee[_0x399932(0xb6)][_0x399932(0xdf)]();super[_0x399932(0xdf)]();}}
|
|
23
|
+
const _0x48e852=_0x30be;(function(_0x76b06d,_0x196bbe){const _0x5434b3=_0x30be,_0x37adcf=_0x76b06d();while(!![]){try{const _0x56e0bd=parseInt(_0x5434b3(0x139))/0x1*(parseInt(_0x5434b3(0x109))/0x2)+-parseInt(_0x5434b3(0x12d))/0x3+parseInt(_0x5434b3(0x148))/0x4+-parseInt(_0x5434b3(0x132))/0x5*(-parseInt(_0x5434b3(0x123))/0x6)+-parseInt(_0x5434b3(0x10c))/0x7+parseInt(_0x5434b3(0x108))/0x8+parseInt(_0x5434b3(0x120))/0x9;if(_0x56e0bd===_0x196bbe)break;else _0x37adcf['push'](_0x37adcf['shift']());}catch(_0x53d17d){_0x37adcf['push'](_0x37adcf['shift']());}}}(_0x3ea0,0x8b502));import{Plugin as _0x77e050}from'ckeditor5/src/core.js';import{Collection as _0x4253f8}from'ckeditor5/src/utils.js';import{ViewModel as _0x477b12,SplitButtonView as _0x44948b,createDropdown as _0x175038,addListToDropdown as _0x4ea1b8}from'ckeditor5/src/ui.js';function _0x3ea0(){const _0x1884b2=['view','_destroyController','trackChanges.disableComments','editing','trackChanges.SuggestionThreadView','3732296elazkl','32212isxVNM','addSourceCollector','_createUIButton','6350694yZGktr','length','getByInnerView','_descriptionFactory','Discard\x20all\x20suggestions','map','_disableComments','componentFactory','requires','get','getAllAdjacentSuggestions','_suggestionToController','unbind','registerAnnotation','head','commandName','focus','bind','pluginName','getRanges','5203278mFVcdP','getFirstRange','define','1842WofYgw','plugins','locale','listenTo','value','editor','getMarkers','SuggestionThreadView','push','CommentsUI','1883661eoZvYR','actionView','separator','getSuggestion','discardSelectedSuggestions','5155QHYqJf','innerView','arrowView','refreshSelectedViews','_viewToController','set','buttonView','14yHrOif','commands','init','comments','TrackChangesEditing','from','createCommentThreadController','switchbutton','Accept\x20all\x20suggestions','_handleSuggestionControllerDelayed','source','discardButton','type','Track\x20changes','model','2076300MUtgEl','createAnnotationView','createAnnotation','_updateController','commentThread','remove','discardAllSuggestions','mainView','getJoined','trackChanges','suggestionLoaded','some','CommentView','reduce','isOn','Annotations','acceptAllSuggestions','button','TrackChangesUI','addComment','clear','getMarkerNames','activeAnnotations','config','suggestion-','toMany','lowest','descriptionParts','_refreshActiveMarkers','comments.editorConfig','change:previous','comments.maxCommentCharsWhenCollapsed','comments.maxThreadTotalWeight','keys','destroy','_annotationViews','has','isMultiRange','isInContent','acceptSelectedSuggestions','CommentsRepository','filter','stopListening','_handleControllerBuffer','_unbindEditors','activeMarkers','isDirty','Discard\x20all\x20selected\x20suggestions','suggestionUnloaded','previous','getDescriptions','isEnabled','values','execute','acceptButton','Accept\x20all\x20selected\x20suggestions','suggestionChanged','size','add','_bindAnnotationToEditors','hasSuggestion','delete','EditorAnnotations','change:activeAnnotations','_initializeController','comments.maxCommentsWhenCollapsed'];_0x3ea0=function(){return _0x1884b2;};return _0x3ea0();}import{Users as _0x5320be,getDateTimeFormatter as _0x3f389e,getAllMarkersDomElementsSorted as _0x2d9efd}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x306a86 from'./trackchangesediting.js';import _0x5b22fb from'./ui/suggestioncontroller.js';import _0x60101 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x3876fd}from'./utils/common-translations.js';function _0x30be(_0x50a92d,_0x1325b5){const _0x3ea0d9=_0x3ea0();return _0x30be=function(_0x30be59,_0x110dd0){_0x30be59=_0x30be59-0xc2;let _0x41de3f=_0x3ea0d9[_0x30be59];return _0x41de3f;},_0x30be(_0x50a92d,_0x1325b5);}import _0x52e25e from'../theme/icons/track-changes.svg';export default class d extends _0x77e050{static get[_0x48e852(0x114)](){const _0x104e96=_0x48e852;return[_0x306a86,_0x5320be,_0x104e96(0xe9),_0x104e96(0xd0),_0x104e96(0xff)];}static get[_0x48e852(0x11e)](){const _0x18b69f=_0x48e852;return _0x18b69f(0xd3);}constructor(_0x278b7a){const _0x330d7a=_0x48e852;super(_0x278b7a),this[_0x330d7a(0x117)]=new Map(),this[_0x330d7a(0x136)]=new Map(),this[_0x330d7a(0xe4)]=new Map(),this[_0x330d7a(0xec)]=new Map();const _0x341d1f=this[_0x330d7a(0x128)][_0x330d7a(0xd8)];_0x341d1f[_0x330d7a(0x122)](_0x330d7a(0x107),_0x60101),_0x341d1f[_0x330d7a(0x122)](_0x330d7a(0x105),!0x1),this[_0x330d7a(0x112)]=_0x341d1f[_0x330d7a(0x115)](_0x330d7a(0x105));}[_0x48e852(0x142)](_0x2267ea,_0x3eb758){const _0x2b4038=_0x48e852;0x0===this[_0x2b4038(0xec)][_0x2b4038(0xfa)]&&setTimeout(()=>{const _0x16a33e=_0x2b4038;for(const [_0x27ecea,_0x9e20a8]of this[_0x16a33e(0xec)]){const _0xc7ab8c=this[_0x16a33e(0x117)][_0x16a33e(0xe5)](_0x27ecea);_0xc7ab8c||_0x9e20a8?_0xc7ab8c&&_0x9e20a8&&this[_0x16a33e(0x104)](_0x27ecea):this[_0x16a33e(0x101)](_0x27ecea);}this[_0x16a33e(0xec)][_0x16a33e(0xd5)](),this[_0x16a33e(0x128)][_0x16a33e(0x124)][_0x16a33e(0x115)](_0x16a33e(0xff))[_0x16a33e(0x135)](),this[_0x16a33e(0xdd)]();},0xa),this[_0x2b4038(0xec)][_0x2b4038(0x137)](_0x2267ea,_0x3eb758);}[_0x48e852(0x13b)](){const _0x239dc8=_0x48e852,_0x49154b=this[_0x239dc8(0x128)],_0x36e792=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0x13d)),_0x555d38=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0xd0)),_0x3b08f4=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0xff)),_0x2d980b=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0xe9));_0x49154b['ui'][_0x239dc8(0x113)][_0x239dc8(0xfb)](_0x239dc8(0xca),_0x1d8646=>this[_0x239dc8(0x10b)](_0x1d8646)),_0x3b08f4[_0x239dc8(0x10a)](()=>{const _0x253b30=_0x239dc8,_0x3e20f0=[];for(const [_0x5b2296,_0x14ec24]of Array[_0x253b30(0x13e)](this[_0x253b30(0x117)])){const _0x2a13af=_0x5b2296[_0x253b30(0x116)](),_0x2435da=[];for(const _0x16679b of _0x2a13af){if(!_0x16679b[_0x253b30(0xe7)])continue;if(_0x16679b[_0x253b30(0xe6)]){_0x2435da[_0x253b30(0x12b)](..._0x16679b[_0x253b30(0x11f)]());continue;}const _0xfd657f=_0x16679b[_0x253b30(0x121)]();if(_0x2435da[_0x253b30(0x10d)]>0x0){const _0x4fd831=_0x2435da[0x0][_0x253b30(0xc9)](_0xfd657f);if(_0x4fd831){_0x2435da[0x0]=_0x4fd831;continue;}}_0x2435da[_0x253b30(0x12b)](_0xfd657f);}_0x3e20f0[_0x253b30(0x12b)]([_0x14ec24[_0x253b30(0x103)],_0x2435da]);}return _0x3e20f0;}),this[_0x239dc8(0x126)](_0x36e792,_0x239dc8(0xcb),(_0x1baedd,_0x53e5bc)=>{const _0x3fc583=_0x239dc8;this[_0x3fc583(0x126)](_0x53e5bc,_0x3fc583(0xdf),(_0x2ddd36,_0x3da60b,_0x29529b,_0x55b340)=>{const _0x5b0ae4=_0x3fc583;_0x53e5bc[_0x5b0ae4(0xe7)]&&(null==_0x29529b?(this[_0x5b0ae4(0xc4)](_0x55b340[_0x5b0ae4(0x11a)]),this[_0x5b0ae4(0x142)](_0x53e5bc,!0x1)):(this[_0x5b0ae4(0xc4)](_0x29529b[_0x5b0ae4(0x11a)]),null==_0x55b340&&this[_0x5b0ae4(0x142)](_0x53e5bc,!0x0)));}),null!==_0x53e5bc[_0x3fc583(0xf2)]?this[_0x3fc583(0xc4)](_0x53e5bc[_0x3fc583(0x11a)]):this[_0x3fc583(0x142)](_0x53e5bc,!0x1);}),this[_0x239dc8(0x126)](_0x36e792,_0x239dc8(0xf1),(_0x361187,_0x899a08,_0x230966)=>{const _0x2f77ee=_0x239dc8;this[_0x2f77ee(0xeb)](_0x899a08,_0x2f77ee(0xdf)),this[_0x2f77ee(0xec)][_0x2f77ee(0xfe)](_0x899a08),this[_0x2f77ee(0x117)][_0x2f77ee(0xe5)](_0x899a08)&&this[_0x2f77ee(0x104)](_0x899a08),_0x230966&&this[_0x2f77ee(0xc4)](_0x230966[_0x2f77ee(0x11a)]);}),this[_0x239dc8(0x126)](_0x36e792,_0x239dc8(0xf9),(_0x5b9df9,_0x533e28)=>{const _0x26dfa8=_0x239dc8;this[_0x26dfa8(0xc4)](_0x533e28);}),this[_0x239dc8(0x126)](_0x555d38,_0x239dc8(0x100),()=>{const _0x3cad25=_0x239dc8;this[_0x3cad25(0xdd)]();}),this[_0x239dc8(0x126)](_0x2d980b,_0x239dc8(0xd4),(_0x1b3ea5,{threadId:_0xe1b526,isFromAdapter:_0x21c947})=>{const _0x5107e5=_0x239dc8;if(_0x21c947||!_0x36e792[_0x5107e5(0xfd)](_0xe1b526))return;const _0x329fb8=_0x36e792[_0x5107e5(0x130)](_0xe1b526);this[_0x5107e5(0x117)][_0x5107e5(0x115)](_0x329fb8)[_0x5107e5(0x103)][_0x5107e5(0x11c)]();},{'priority':_0x239dc8(0xdb)});}[_0x48e852(0xdd)](){const _0x341c52=_0x48e852,_0x5f4da6=this[_0x341c52(0x128)][_0x341c52(0x124)][_0x341c52(0x115)](_0x341c52(0xd0)),_0x2dd0da=this[_0x341c52(0x128)][_0x341c52(0x124)][_0x341c52(0x115)](_0x341c52(0x13d)),_0x424bb3=Array[_0x341c52(0x13e)](_0x5f4da6[_0x341c52(0xd7)],_0xdb5c4b=>_0xdb5c4b[_0x341c52(0x133)])[_0x341c52(0xea)](_0x508cc3=>this[_0x341c52(0x136)][_0x341c52(0xe5)](_0x508cc3)),_0x28f381=[];for(const _0x5520f8 of _0x424bb3){const _0x5ab9e4=this[_0x341c52(0x136)][_0x341c52(0x115)](_0x5520f8)[_0x341c52(0x147)][_0x341c52(0x116)]();_0x28f381[_0x341c52(0x12b)](..._0x5ab9e4[_0x341c52(0xce)]((_0x44337c,_0x312d79)=>[..._0x44337c,..._0x312d79[_0x341c52(0xd6)]()],[]));}_0x2dd0da[_0x341c52(0xee)]=_0x28f381;}[_0x48e852(0x10b)](_0x5bbf22){const _0x13584c=_0x48e852,_0x5341f3=_0x175038(_0x5bbf22,_0x44948b),_0x241bc5=this[_0x13584c(0x128)][_0x13584c(0x13a)][_0x13584c(0x115)](_0x13584c(0xca)),_0x1c58b2=_0x3876fd(_0x5bbf22,_0x13584c(0x146));_0x5341f3[_0x13584c(0x138)][_0x13584c(0x137)]({'tooltip':_0x1c58b2,'label':_0x1c58b2,'icon':_0x52e25e}),_0x5341f3[_0x13584c(0x138)][_0x13584c(0x11d)](_0x13584c(0xcf))['to'](_0x241bc5,_0x13584c(0x127)),_0x5341f3[_0x13584c(0x138)]['on'](_0x13584c(0xf6),()=>{const _0x28b520=_0x13584c;_0x241bc5[_0x28b520(0xf6)](),this[_0x28b520(0x128)][_0x28b520(0x106)][_0x28b520(0x103)][_0x28b520(0x11c)]();});const _0x25a374=new _0x4253f8(),_0x4bf0bf=[{'type':_0x13584c(0x140),'model':{'withText':!0x0,'label':_0x1c58b2,'commandName':_0x13584c(0xca)}},{'type':_0x13584c(0x12f)},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0x141)),'commandName':_0x13584c(0xd1)}},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0xf8)),'commandName':_0x13584c(0xe8)}},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0x110)),'commandName':_0x13584c(0xc7)}},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0xf0)),'commandName':_0x13584c(0x131)}}];for(const _0xe73094 of _0x4bf0bf){let _0x2e155c={'type':_0x13584c(0x12f)};if(_0xe73094[_0x13584c(0x147)]){const _0x171ee8=new _0x477b12(_0xe73094[_0x13584c(0x147)]),_0x5a3f32=this[_0x13584c(0x128)][_0x13584c(0x13a)][_0x13584c(0x115)](_0x171ee8[_0x13584c(0x11b)]);_0x171ee8[_0x13584c(0x11d)](_0x13584c(0xcf),_0x13584c(0xf4))['to'](_0x5a3f32,_0x13584c(0x127),_0x13584c(0xf4)),_0x2e155c={'type':_0xe73094[_0x13584c(0x145)],'model':_0x171ee8};}_0x25a374[_0x13584c(0xfb)](_0x2e155c);}_0x4ea1b8(_0x5341f3,_0x25a374);const _0x2d5b49=_0x4bf0bf[_0x13584c(0xea)](_0x4e0d2d=>null!=_0x4e0d2d[_0x13584c(0x147)])[_0x13584c(0x111)](_0x49ddef=>this[_0x13584c(0x128)][_0x13584c(0x13a)][_0x13584c(0x115)](_0x49ddef[_0x13584c(0x147)][_0x13584c(0x11b)])),_0x12141f=_0x5341f3[_0x13584c(0x138)];return _0x12141f[_0x13584c(0x12e)][_0x13584c(0x118)](_0x13584c(0xf4)),_0x12141f[_0x13584c(0x134)][_0x13584c(0x118)](_0x13584c(0xf4)),_0x12141f[_0x13584c(0x12e)][_0x13584c(0x11d)](_0x13584c(0xf4))['to'](_0x241bc5,_0x13584c(0xf4)),_0x12141f[_0x13584c(0x134)][_0x13584c(0x11d)](_0x13584c(0xf4))[_0x13584c(0xda)](_0x2d5b49,_0x13584c(0xf4),(..._0x5b1c64)=>_0x5b1c64[_0x13584c(0xcc)](_0x38a6ae=>_0x38a6ae)),_0x5341f3['on'](_0x13584c(0xf6),_0x31ca49=>{const _0x416384=_0x13584c;this[_0x416384(0x128)][_0x416384(0xf6)](_0x31ca49[_0x416384(0x143)][_0x416384(0x11b)]),this[_0x416384(0x128)][_0x416384(0x106)][_0x416384(0x103)][_0x416384(0x11c)]();}),_0x5341f3;}[_0x48e852(0x101)](_0x555919){const _0x25f672=_0x48e852,_0x391510=this[_0x25f672(0x128)],_0x2f2a96=_0x391510[_0x25f672(0xd8)],_0x303ad1=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0xd0)),_0x887a89=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0xe9)),_0xc428b5=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0xff)),_0x515777=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x5320be)['me'],_0x67397=_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xca))[_0x25f672(0x12a)],{CommentsListView:_0x12e5fa,CommentThreadInputView:_0x4756bd}=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0x12c));let _0x185b7c,_0x12db53;this[_0x25f672(0xe4)][_0x25f672(0xe5)](_0x555919['id'])?(_0x12db53=this[_0x25f672(0xe4)][_0x25f672(0x115)](_0x555919['id']),_0x185b7c=_0x12db53[_0x25f672(0xc8)]):(_0x185b7c=new _0x67397(_0x391510[_0x25f672(0x125)],_0x555919,_0x515777,{'disableComments':this[_0x25f672(0x112)],'editorConfig':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xde)),'maxCommentsWhenCollapsed':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0x102)),'maxThreadTotalWeight':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xe1)),'maxCommentCharsWhenCollapsed':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xe0)),'formatDateTime':_0x3f389e(_0x2f2a96[_0x25f672(0x115)](_0x25f672(0x125))),'CommentView':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0x13c))[_0x25f672(0xcd)],'CommentsListView':_0x12e5fa,'CommentThreadInputView':_0x4756bd}),_0x185b7c[_0x25f672(0xf7)]['on'](_0x25f672(0xf6),()=>{const _0x20881f=_0x25f672;_0x391510[_0x20881f(0x106)][_0x20881f(0x103)][_0x20881f(0x11c)]();}),_0x185b7c[_0x25f672(0x144)]['on'](_0x25f672(0xf6),()=>{const _0x520b01=_0x25f672;_0x391510[_0x520b01(0x106)][_0x520b01(0x103)][_0x520b01(0x11c)]();}),_0x12db53=_0x303ad1[_0x25f672(0xc2)](this[_0x25f672(0x128)][_0x25f672(0x125)],_0x185b7c),_0x12db53[_0x25f672(0x11d)](_0x25f672(0xef))['to'](_0x185b7c,_0x25f672(0xef)),_0x12db53[_0x25f672(0x11d)](_0x25f672(0x10d))['to'](_0x185b7c),_0x12db53[_0x25f672(0x11d)](_0x25f672(0x145))['to'](_0x185b7c,_0x25f672(0x145),_0x10b5b1=>_0x25f672(0xd9)+_0x10b5b1),this[_0x25f672(0xe4)][_0x25f672(0x137)](_0x555919['id'],_0x12db53));const _0x10855b=_0x887a89[_0x25f672(0x13f)](_0x555919[_0x25f672(0xc5)],_0x185b7c),_0x396ec7=new _0x5b22fb(_0x391510,_0x555919,_0x185b7c,_0x10855b),_0x22a0f9=_0x555919[_0x25f672(0x116)]()[_0x25f672(0xea)](_0x39c789=>_0x39c789[_0x25f672(0xe7)]);_0x185b7c[_0x25f672(0xdc)]=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0x13d))[_0x25f672(0x10f)][_0x25f672(0xf3)](_0x22a0f9),this[_0x25f672(0x117)][_0x25f672(0x137)](_0x555919,_0x396ec7),this[_0x25f672(0x136)][_0x25f672(0x137)](_0x185b7c,_0x396ec7);const _0x379d3e=_0x303ad1[_0x25f672(0xc3)]({'view':_0x12db53,'target':()=>{const _0xd68cb1=_0x25f672,_0x15713c=[],_0x4567bb=_0x555919[_0xd68cb1(0x116)]()[_0xd68cb1(0xea)](_0x55365b=>_0x55365b[_0xd68cb1(0xe7)]);for(const _0x4fddd9 of _0x4567bb)_0x15713c[_0xd68cb1(0x12b)](..._0x4fddd9[_0xd68cb1(0x129)]());return _0x2d9efd(_0x391510[_0xd68cb1(0x106)],_0x15713c);},'type':()=>_0x25f672(0xd9)+_0x396ec7[_0x25f672(0x103)][_0x25f672(0x145)]});_0x887a89[_0x25f672(0xfc)](_0x185b7c,_0x379d3e),_0x303ad1[_0x25f672(0xfb)](_0x379d3e),_0xc428b5[_0x25f672(0x119)](_0x379d3e);}[_0x48e852(0x104)](_0x50eac2){const _0x328117=_0x48e852,_0x3c3b97=this[_0x328117(0x128)][_0x328117(0x124)][_0x328117(0x115)](_0x328117(0xe9)),_0x37a021=this[_0x328117(0x128)][_0x328117(0x124)][_0x328117(0x115)](_0x328117(0xd0)),_0x8e742e=this[_0x328117(0x117)][_0x328117(0x115)](_0x50eac2),_0x109f24=_0x8e742e[_0x328117(0x103)],_0x1df620=_0x37a021[_0x328117(0x10e)](_0x109f24);_0x3c3b97[_0x328117(0xed)](_0x109f24),_0x1df620&&_0x37a021[_0x328117(0xc6)](_0x1df620),this[_0x328117(0x117)][_0x328117(0xfe)](_0x50eac2),this[_0x328117(0x136)][_0x328117(0xfe)](_0x109f24),_0x8e742e[_0x328117(0xe3)]();}[_0x48e852(0xc4)](_0x16e83e){const _0x10d752=_0x48e852;if(!_0x16e83e[_0x10d752(0xe7)]||!this[_0x10d752(0x117)][_0x10d752(0xe5)](_0x16e83e))return;const _0x417230=this[_0x10d752(0x128)][_0x10d752(0x124)][_0x10d752(0x115)](_0x10d752(0x13d)),_0x34b116=this[_0x10d752(0x117)][_0x10d752(0x115)](_0x16e83e),_0x4f8521=_0x16e83e[_0x10d752(0x116)]();_0x34b116[_0x10d752(0x103)][_0x10d752(0xdc)]=_0x417230[_0x10d752(0x10f)][_0x10d752(0xf3)](_0x4f8521);}[_0x48e852(0xe3)](){const _0x1eb2d5=_0x48e852;for(const _0x471e34 of this[_0x1eb2d5(0x117)][_0x1eb2d5(0xe2)]())this[_0x1eb2d5(0x104)](_0x471e34);for(const _0x2b4caf of this[_0x1eb2d5(0xe4)][_0x1eb2d5(0xf5)]())_0x2b4caf[_0x1eb2d5(0xc8)][_0x1eb2d5(0xe3)]();super[_0x1eb2d5(0xe3)]();}}
|