@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240310.0 → 0.0.0-nightly-20240312.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 _0x23267c=_0x4701;(function(_0x1c076d,_0x47c80a){const _0x403f4a=_0x4701,_0x5cc74a=_0x1c076d();while(!![]){try{const _0x3a8fdb=parseInt(_0x403f4a(0x2a8))/0x1+-parseInt(_0x403f4a(0x258))/0x2+parseInt(_0x403f4a(0x1cf))/0x3*(-parseInt(_0x403f4a(0x19b))/0x4)+parseInt(_0x403f4a(0x211))/0x5+parseInt(_0x403f4a(0x182))/0x6*(-parseInt(_0x403f4a(0x228))/0x7)+parseInt(_0x403f4a(0x161))/0x8+-parseInt(_0x403f4a(0x2d1))/0x9*(-parseInt(_0x403f4a(0x18f))/0xa);if(_0x3a8fdb===_0x47c80a)break;else _0x5cc74a['push'](_0x5cc74a['shift']());}catch(_0x1077b9){_0x5cc74a['push'](_0x5cc74a['shift']());}}}(_0x3acd,0x8fd65));import{Plugin as _0x2e002e,PendingActions as _0x55ccca}from'ckeditor5/src/core.js';import{LiveRange as _0x15d881}from'ckeditor5/src/engine.js';import{CKEditorError as _0x1098fd,uid as _0x5a4e6e,priorities as _0x38a144,logWarning as _0x176406}from'ckeditor5/src/utils.js';import{toWidget as _0x22af3d}from'ckeditor5/src/widget.js';import{Users as _0x1eaf72,hashObject as _0x472976,surroundingMarkersDetector as _0x9518eb}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x2e747d from'./commands/trackchangescommand.js';import _0x433a86 from'./commands/acceptsuggestioncommand.js';import _0x36a6a4 from'./commands/discardsuggestioncommand.js';import _0x311229 from'./commands/executeonallsuggestionscommand.js';import _0x4e18e3 from'./commands/executeonselectedsuggestionscommand.js';import _0x198c9f from'./suggestion.js';import _0x35acf0 from'./suggestiondescriptionfactory.js';import _0x3253a9 from'./integrations/aiassistant.js';import _0x4971e1 from'./integrations/alignment.js';import _0x4eb42b from'./integrations/basicstyles.js';import _0x3d780d from'./integrations/blockquote.js';import _0x3dc42e from'./integrations/casechange.js';import _0xfc7caf from'./integrations/ckbox.js';import _0x33380d from'./integrations/codeblock.js';import _0x452286 from'./integrations/comments.js';import _0x108d0e from'./integrations/deletecommand.js';import _0x8704cd from'./integrations/list.js';import _0x1f4cdb from'./integrations/listproperties.js';import _0xff9a8d from'./integrations/entercommand.js';import _0x3f686a from'./integrations/findandreplace.js';import _0x530f80 from'./integrations/font.js';import _0x3f41fe from'./integrations/formatpainter.js';import _0x3244ad from'./integrations/heading.js';import _0x469068 from'./integrations/highlight.js';import _0x49b6d1 from'./integrations/horizontalline.js';import _0x22586e from'./integrations/htmlembed.js';import _0x5b594a from'./integrations/image.js';import _0x29cf00 from'./integrations/imagereplace.js';import _0x5052c1 from'./integrations/imagestyle.js';import _0x47a4e3 from'./integrations/importword.js';import _0x50c630 from'./integrations/indent.js';function _0x4701(_0x3abbb9,_0x44bde3){const _0x3acdb9=_0x3acd();return _0x4701=function(_0x470174,_0x3e1347){_0x470174=_0x470174-0x127;let _0xe4ad7d=_0x3acdb9[_0x470174];return _0xe4ad7d;},_0x4701(_0x3abbb9,_0x44bde3);}import _0xc7e582 from'./integrations/inputcommand.js';import _0x52596c from'./integrations/link.js';import _0x4e767a from'./integrations/legacylist.js';import _0xb41db4 from'./integrations/legacylistproperties.js';import _0x50f437 from'./integrations/mediaembed.js';import _0x2e6d88 from'./integrations/mention.js';import _0x29cd6d from'./integrations/pagebreak.js';import _0x479c8d from'./integrations/paragraph.js';import _0x2f9882 from'./integrations/removeformat.js';import _0x573ffe from'./integrations/restrictededitingmode.js';function _0x3acd(){const _0x112700=['ck-suggestion-marker','root','formatInline:join','selection','_rangeIsInLocalUserInsertion','track-changes-adapter-already-set','deletion:discard','forEach','forward','formatInline:accept','from','_commentsRepository','addSuggestion','formatBlock:accept','_getMarkerAnnouncementText','rethrowUnexpectedError','elementStart','147797kzeknX','applyOperation','attributeOldValue','addClass','getRanges','isTouching','_trackFormatChanges','_enableDefaultAttributesIntegration','attribute:accept','_customCallbacks','CommentsRepository','insert','multi','markMultiRangeInsertion','then','getSuggestionCallback','formatInline:chain','substring','isCollapsed','track-changes-adapter-missing-getsuggestion','containsRangeInObject','unshift','requires','targetPosition','highest','commands','creator','filter','_element','includes','external:','_registerDefaultCallbacks','detach','concat','ck-suggestion-marker-formatBlock','isMultiRange','track-changes-enable-command-twice','_saved','getAllAdjacentSuggestions','marker-count','originalSuggestionId','441OvUKqc','stop','author','range','startsWith','authoredAt','createRange','trackChanges.mergeNestedSuggestions','group','rootName','schema','removeMarkers','removeMarker:suggestion:formatBlock','consume','getSuggestion','change','addMarker:suggestion:attribute','addHighlight','locale','editor','@external','createElement','bindElementToMarker','_recordAttributeSuggestions','parent','_processAttributeChanges','catch','markAttributeChange','hasSuggestion','attributeNewValue','markerName','_registerBlockAttribute','hasCommentThread','isExternal','TrackChangesEditing','getChanges','suggestionChanged','accepted','registerPostFixer','removeMarker:suggestion:attribute','isSelectable','acceptAllSuggestions','pop','_getAttributeKey','_joinWithAdjacentSuggestions','addMarker:suggestion:formatBlock','_SUGGESTION_ANNOUNCEMENT','consumable','containsItem','never','collaboration.channelId','createRangeOn','track-changes-suggestion-not-found','insertion:join','_registerInlineAttribute','removeMarker','_refreshSuggestionsChain','push','removeComment','trackChanges.trackFormatChanges','insertion:','after','ENTER','attributeKey','7672608Vyxqqe','addRange','addMarker','_joinSuggestions','_reduceExistingSuggestions','authorName','_getSuggestionData','_suggestionState','oldRange','suggestionLoaded','containerElement','meta','accept','nodeAfter','addSuggestionData','size','oldValue','markDeletion','_descriptionFactory','attribute:discard','_mergeNestedSuggestions','open','getLastMatchingPosition','low','documentSelection','commandName','getWalker','getChangedMarkers','previous','element','containsRange','head','delete','2940kaQsOF','format','$textProxy','change:activeMarkers','insertion:discard','activeMarkers','subType','suggestion:attribute:','config','return','error-saving-suggestion-data-suggestion-discarded','editing','markInsertion','212450Hytgqd','suggestion','attribute','mapper','isInContent','_reduceSuggestionAttributeRange','discardSelectedSuggestions','$marker','newValue','setTo','updateSuggestion','unbindElementFromMarkerName','766504hEYGGX','change:_saved','_isDataLoaded','options','_checkSuggestionCorrectness','lowest','FORMATTING','createdAt','removeClass','add','data','forceDefaultExecution','getMultiRangeId','getNearestSelectionRange','ck-suggestion-marker-','deletion:accept','elementToElement','isAfter','getDifference','getAncestors','backward','next','_isForcedDefaultExecutionBlock','for','always','ck-suggestion-marker-formatInline','createPositionAt','attributes','isEqual','markers','updateMarker','getIntersection','pluginName','dataToMarker','formatBlock:chain','length','PENDING_ACTION_SUGGESTION','discardAllSuggestions','insertion','deletion:join','reconvertMarker','LEAVE','toUpperCase','formatBlock:join','enableCommand','insertion:chain','createSelection','formatGroupId','isOwn','split','key','markerToHighlight','15tHNlgf','_inlineAttributeKeys','ariaLiveAnnouncer','isLocal','resolve','createPositionBefore','document','announce','position','conversion','type','markMultiRangeBlockFormat','getUser','getAttribute','getSuggestions','removeAttribute','buildSuggestion','formatBlock','formatInline:','_model','multipleBlocks','formatBlock:','high','howMany','listenTo','insertion:accept','_addSuggestionMarker','registerCustomCallback','ready','markBlockFormat','_handleNewSuggestionMarker','isNextTo','name','editingDowncast','setAttribute','tablePasteChainId','$graveyard','isRemovable','getShiftedBy','attribute:','_getExternalAuthor','rename','getItems','_afterChanges','_getAuthorFromId','markInlineFormat','addMarkerName','suggestion:','isLimit','addCommentThread','end','formatInline:discard','splice','fetchCommentThread','isArray','change:data','_processAttributeSuggestions','_onDiscard','values','unbind','_splitMarkerName','_addThreadToSuggestion','track-changes-command-not-found','find','trackChangesCommand','rejected','1947405qSRWfx','suggestionUnloaded','deletion','getFirstRange','formatBlock:discard','deletion:','_isBlockAttribute','update:suggestion','_cutOutSuggestionMarker','ck-suggestion-marker--active','_updateSuggestionData','define','_setSuggestionRange','some','hasComments','enqueueChange','clone','addComment','createRangeIn','_adapter','trackChanges','chain','every','2765sRizxf','dataDowncast','skipNestingCheck','assign','comments','enableReadOnlyMode','_editor','writer','_suggestionFactory','isIntersectingWithRange','groupId','isObject','isIntersecting','nodeBefore','set','markerNameToElements','markerReady','getCustomProperty','setSelection','Users','getMarkers','acceptSuggestion','_refreshAttributeSuggestionsChain','map','data-suggestion','fire','warn','stopListening','fromCharCode','_removeSuggestion','PendingActions','_isRegisteredAttribute','isAtEnd','adapter','notReady','differ','isAtStart','_recordAttributeChanges','insertContent','elementEnd','$text','removed','_blockAttributeKeys','$elementName','fromRange','discardSuggestion','addUser','execute','1593044tsSBEE','widget','sort','addMarker:suggestion','keys','init','isUndo','normal','getContainedElement','plugins','_initAriaMarkerChangeAnnouncements','default','_defaultCallbacks','remove','isBefore','_enabledCommands','toJSON','moveTargetPosition','model','markerToData','getFirstMarker','newRange','_findSuggestions','suggestion-type','join','commentThread','splitPosition','get','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','attribute:join','isDocumentOperation','isInsideObject','before','start','move','value','track-changes-suggestion-data-mismatch','deletion:chain','formatInline','upcast','discard','batch','createPositionAfter','deleteContent','substr','acceptSelectedSuggestions','refresh','item','isBlock','_setSuggestionData','containsPosition','track-changes-user-not-found','markMultiRangeDeletion','_suggestions','dataReady','getCommentThread','_createSuggestion','_breakSuggestionMarker','has','toViewElement','showSuggestionHighlights','getRange','clear'];_0x3acd=function(){return _0x112700;};return _0x3acd();}import _0x63ff46 from'./integrations/shiftentercommand.js';import _0x6e03f0 from'./integrations/standardeditingmode.js';import _0x23d28 from'./integrations/style.js';import _0x4f308f from'./integrations/table.js';import _0x1cfa18 from'./integrations/tablemergesplit.js';import _0x4026e0 from'./integrations/tableheadings.js';import _0x204364 from'./integrations/tableclipboard.js';import _0x15600b from'./integrations/tablecolumnresize.js';import _0x242bdd from'./integrations/template.js';import _0x2fd234 from'./integrations/tableofcontents.js';import _0x441640 from'./integrations/title.js';import _0x2ee326 from'./integrations/undo.js';import _0x2d5830 from'./integrations/tablecaption.js';import _0x23d3cc from'./integrations/tableproperties.js';import{getTranslation as _0x3864f2}from'./utils/common-translations.js';import{isEqual as _0x123cad,omit as _0x11337b}from'lodash-es';export const renameAttributeKey=_0x23267c(0x253);export default class p extends _0x2e002e{static get[_0x23267c(0x2be)](){const _0x3f5228=_0x23267c;return[_0x3f5228(0x2b2),_0x1eaf72,_0x55ccca,_0x3253a9,_0x4971e1,_0x4eb42b,_0x3d780d,_0xfc7caf,_0x3dc42e,_0x33380d,_0x452286,_0x108d0e,_0xff9a8d,_0x3f686a,_0x530f80,_0x3f41fe,_0x3244ad,_0x469068,_0x49b6d1,_0x22586e,_0x5b594a,_0x5052c1,_0x29cf00,_0x47a4e3,_0x50c630,_0xc7e582,_0x4e767a,_0xb41db4,_0x52596c,_0x8704cd,_0x1f4cdb,_0x50f437,_0x2e6d88,_0x29cd6d,_0x479c8d,_0x2f9882,_0x573ffe,_0x63ff46,_0x6e03f0,_0x23d28,_0x4f308f,_0x1cfa18,_0x4026e0,_0x2d5830,_0x204364,_0x15600b,_0x2fd234,_0x23d3cc,_0x242bdd,_0x441640,_0x2ee326];}static get[_0x23267c(0x1bb)](){const _0x5c8ab4=_0x23267c;return _0x5c8ab4(0x143);}constructor(_0x53a45e){const _0x462860=_0x23267c;function _0x122f4e(_0x233d31){const _0x1c5779=_0x4701;return _0x233d31[_0x1c5779(0x23f)](_0x2bf8f9=>String[_0x1c5779(0x244)](_0x2bf8f9))[_0x1c5779(0x270)]('');}super(_0x53a45e),this[_0x462860(0x138)]=!0x1,this[_0x462860(0x236)](_0x462860(0x187),[]),this['on'](_0x462860(0x185),(_0x46aa4a,_0xca567d,_0x14e6f3,_0x5eccac)=>{const _0x1c09d4=_0x462860;this[_0x1c09d4(0x1e2)][_0x1c09d4(0x130)](()=>{const _0xc2f23f=_0x1c09d4;for(const _0x47da3d of[..._0x5eccac,..._0x14e6f3])this[_0xc2f23f(0x1e2)][_0xc2f23f(0x1b8)][_0xc2f23f(0x292)](_0x47da3d)&&_0x53a45e[_0xc2f23f(0x18d)][_0xc2f23f(0x1c3)](_0x47da3d);});}),this[_0x462860(0x173)]=new _0x35acf0(this[_0x462860(0x134)][_0x462860(0x26a)][_0x462860(0x12b)],this[_0x462860(0x134)][_0x462860(0x133)]),this[_0x462860(0x224)]=null,this[_0x462860(0x230)]=new Bt(this[_0x462860(0x134)]),this[_0x462860(0x28d)]=new Map(),this[_0x462860(0x2a2)]=_0x53a45e[_0x462860(0x261)][_0x462860(0x273)](_0x462860(0x2b2)),this[_0x462860(0x267)]=new Set(),this[_0x462860(0x1e2)]=this[_0x462860(0x134)][_0x462860(0x26a)],this[_0x462860(0x168)]=new WeakMap(),this[_0x462860(0x1b1)]=!0x1,this[_0x462860(0x252)]=new Set([_0x462860(0x253)]),this[_0x462860(0x1d0)]=new Set(),_0x53a45e[_0x462860(0x18a)][_0x462860(0x21c)](_0x462860(0x15c),_0x462860(0x263)),this[_0x462860(0x2ae)]=_0x53a45e[_0x462860(0x18a)][_0x462860(0x273)](_0x462860(0x15c)),_0x53a45e[_0x462860(0x18a)][_0x462860(0x21c)](_0x462860(0x128),!0x0),this[_0x462860(0x175)]=_0x53a45e[_0x462860(0x18a)][_0x462860(0x273)](_0x462860(0x128)),this[_0x462860(0x20f)]=new _0x2e747d(_0x53a45e,this[_0x462860(0x267)]),this[_0x462860(0x262)](),this[_0x122f4e([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x122f4e([0x34,0x30,0x34,0x38,0x30,0x36,0x32,0x30]);}[_0x23267c(0x25d)](){const _0x196e3b=_0x23267c,_0x23459c=this[_0x196e3b(0x134)],_0x44f9be=(_0xb92fef,_0x381471)=>{const _0x5b3d88=_0x196e3b;if(_0x5b3d88(0x191)!=_0xb92fef)return _0x5b3d88(0x1a9)+_0xb92fef;const _0x37ab31=_0x381471[_0x5b3d88(0x1cc)]('|')[0x0];return this[_0x5b3d88(0x217)](_0x37ab31)?_0x5b3d88(0x2ca):_0x5b3d88(0x1b4);};_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x1f0))[_0x196e3b(0x1ce)]({'model':_0x196e3b(0x190),'view':_0x3aa45b=>{const _0x37b64d=_0x196e3b,{id:_0x3a4bf9,type:_0x18f4aa,subType:_0x1fc98d}=this[_0x37b64d(0x20b)](_0x3aa45b[_0x37b64d(0x13f)]),_0x17ed8b=[_0x37b64d(0x297),_0x44f9be(_0x18f4aa,_0x1fc98d)];let _0x46cbf2=0xbb8;return this[_0x37b64d(0x187)][_0x37b64d(0x2c5)](_0x3aa45b[_0x37b64d(0x13f)])&&(_0x17ed8b[_0x37b64d(0x15a)](_0x37b64d(0x21a)),_0x46cbf2=0xbc2),_0x37b64d(0x213)==_0x18f4aa&&(_0x46cbf2+=0x5),{'classes':_0x17ed8b,'attributes':{'data-suggestion':_0x3a4bf9},'priority':_0x46cbf2};}}),_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x229))[_0x196e3b(0x1a4)](_0x476d7c=>{const _0x1eef89=_0x196e3b;_0x476d7c['on'](_0x1eef89(0x25b),(_0x4b8ba2,_0x49730a,_0x41c4d9)=>{const _0x54cd90=_0x1eef89;if(!_0x41c4d9[_0x54cd90(0x19e)][_0x54cd90(0x294)])return;const _0x38434a=_0x49730a[_0x54cd90(0x287)];if(!_0x38434a)return;const _0x4c1483=_0x41c4d9[_0x54cd90(0x192)][_0x54cd90(0x293)](_0x38434a);_0x23459c[_0x54cd90(0x26a)][_0x54cd90(0x12b)][_0x54cd90(0x233)](_0x38434a)&&_0x4c1483&&!_0x4c1483[_0x54cd90(0x239)](_0x54cd90(0x259))&&_0x4c1483['is'](_0x54cd90(0x16b))&&_0x22af3d(_0x4c1483,_0x41c4d9[_0x54cd90(0x22f)]);},{'priority':_0x1eef89(0x1e5)});}),_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x229))[_0x196e3b(0x1ce)]({'model':_0x196e3b(0x190),'view':(_0x2ae727,_0x527d9f)=>{const _0x945536=_0x196e3b;if(!_0x527d9f[_0x945536(0x19e)][_0x945536(0x294)])return null;const {type:_0x26cc0c,subType:_0x559824}=this[_0x945536(0x20b)](_0x2ae727[_0x945536(0x13f)]);return{'classes':[_0x945536(0x297),_0x44f9be(_0x26cc0c,_0x559824)],'priority':0xbb8};}});const _0x4d8fde=({showActiveMarkers:_0x43b582=!0x0,isAttributeSuggestion:_0x1caa51=!0x1}={})=>(_0x5ad8ac,_0x4754b5,_0x2c6dd5)=>{const _0x21761f=_0x196e3b;if(!_0x4754b5[_0x21761f(0x287)])return;const {id:_0x255f3c}=this[_0x21761f(0x20b)](_0x4754b5[_0x21761f(0x13f)]);if(_0x1caa51){const _0x27ae12=this[_0x21761f(0x28d)][_0x21761f(0x273)](_0x255f3c),_0x3e94b9=this[_0x21761f(0x14c)](_0x27ae12);if(!this[_0x21761f(0x217)](_0x3e94b9))return;}if(_0x4754b5[_0x21761f(0x287)]['is'](_0x21761f(0x29a)))return void _0x2c6dd5[_0x21761f(0x150)][_0x21761f(0x12e)](_0x4754b5[_0x21761f(0x287)],_0x5ad8ac[_0x21761f(0x1ef)]);const _0x12d831=_0x2c6dd5[_0x21761f(0x192)][_0x21761f(0x293)](_0x4754b5[_0x21761f(0x287)]);if(_0x4754b5[_0x21761f(0x287)]['is'](_0x21761f(0x17e))&&_0x23459c[_0x21761f(0x26a)][_0x21761f(0x12b)][_0x21761f(0x288)](_0x4754b5[_0x21761f(0x287)])&&!_0x12d831[_0x21761f(0x239)](_0x21761f(0x132))){_0x2c6dd5[_0x21761f(0x22f)][_0x21761f(0x2ab)]([_0x21761f(0x297),_0x21761f(0x2ca)],_0x12d831),_0x2c6dd5[_0x21761f(0x22f)][_0x21761f(0x1f1)](_0x21761f(0x240),_0x255f3c,_0x12d831),_0x2c6dd5[_0x21761f(0x192)][_0x21761f(0x137)](_0x12d831,_0x4754b5[_0x21761f(0x13f)]),_0x43b582&&(this[_0x21761f(0x187)][_0x21761f(0x2c5)](_0x4754b5[_0x21761f(0x13f)])?_0x2c6dd5[_0x21761f(0x22f)][_0x21761f(0x2ab)](_0x21761f(0x21a),_0x12d831):_0x2c6dd5[_0x21761f(0x22f)][_0x21761f(0x1a3)](_0x21761f(0x21a),_0x12d831));for(const _0x42a197 of _0x23459c[_0x21761f(0x26a)][_0x21761f(0x223)](_0x4754b5[_0x21761f(0x287)])[_0x21761f(0x1f9)]())_0x2c6dd5[_0x21761f(0x150)][_0x21761f(0x12e)](_0x42a197,_0x5ad8ac[_0x21761f(0x1ef)]);_0x2c6dd5[_0x21761f(0x150)][_0x21761f(0x12e)](_0x4754b5[_0x21761f(0x287)],_0x5ad8ac[_0x21761f(0x1ef)]);}};_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x229))[_0x196e3b(0x1a4)](_0xe7fc6f=>{const _0x105c8=_0x196e3b;_0xe7fc6f['on'](_0x105c8(0x14e),(_0xa7b1fd,_0x510a86,_0xfef1f6)=>{const _0x59356b=_0x105c8;_0xfef1f6[_0x59356b(0x19e)][_0x59356b(0x294)]&&_0x4d8fde({'showActiveMarkers':!0x1})(_0xa7b1fd,_0x510a86,_0xfef1f6);},{'priority':_0x105c8(0x2c0)});}),_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x229))[_0x196e3b(0x1a4)](_0x534bfb=>{const _0x83c2ac=_0x196e3b;_0x534bfb['on'](_0x83c2ac(0x131),(_0x529fe3,_0x32a765,_0x3629d6)=>{const _0x1be277=_0x83c2ac;_0x3629d6[_0x1be277(0x19e)][_0x1be277(0x294)]&&_0x4d8fde({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x529fe3,_0x32a765,_0x3629d6);},{'priority':_0x83c2ac(0x2c0)});}),_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x229))[_0x196e3b(0x26b)]({'model':_0x196e3b(0x190),'view':(_0x2d9560,_0x476f15)=>_0x476f15[_0x196e3b(0x19e)][_0x196e3b(0x294)]?null:{'group':_0x196e3b(0x190),'name':_0x2d9560[_0x196e3b(0x284)](0xb)}}),_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x27f))[_0x196e3b(0x1ab)]({'view':{'name':_0x196e3b(0x190),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5c2d5b,{writer:_0x404e30})=>{const _0x5941c6=_0x196e3b;let _0xffae5e=_0x5941c6(0x1fe)+_0x5c2d5b[_0x5941c6(0x1dc)](_0x5941c6(0x26f))+':'+_0x5c2d5b[_0x5941c6(0x1dc)]('id');return _0x5c2d5b[_0x5941c6(0x1dc)](_0x5941c6(0x2cf))&&(_0xffae5e+=':'+_0x5c2d5b[_0x5941c6(0x1dc)](_0x5941c6(0x2cf))),_0x404e30[_0x5941c6(0x136)](_0x5941c6(0x196),{'data-name':_0xffae5e});}}),_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x27f))[_0x196e3b(0x1bc)]({'view':_0x196e3b(0x190)}),_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x1f0))[_0x196e3b(0x1a4)](_0x28b1ad=>{const _0x32ecdd=_0x196e3b;_0x28b1ad['on'](_0x32ecdd(0x14e),_0x4d8fde(),{'priority':_0x32ecdd(0x1e5)});}),_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x1f0))[_0x196e3b(0x1a4)](_0xc6d052=>{const _0x11c49d=_0x196e3b;_0xc6d052['on'](_0x11c49d(0x131),_0x4d8fde({'isAttributeSuggestion':!0x0}),{'priority':_0x11c49d(0x1e5)});}),_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x1f0))[_0x196e3b(0x1a4)](_0x1a170e=>{const _0x1865b5=_0x196e3b;_0x1a170e['on'](_0x1865b5(0x12d),(_0x5d26e9,_0x2b0554,_0x2b7412)=>{const _0x56b675=_0x1865b5,_0x331826=_0x2b7412[_0x56b675(0x192)][_0x56b675(0x237)](_0x2b0554[_0x56b675(0x13f)]);if(_0x331826){for(const _0x4e386b of _0x331826)_0x4e386b[_0x56b675(0x239)](_0x56b675(0x132))||(_0x2b7412[_0x56b675(0x22f)][_0x56b675(0x1a3)]([_0x56b675(0x297),_0x56b675(0x2ca),_0x56b675(0x21a)],_0x4e386b),_0x2b7412[_0x56b675(0x22f)][_0x56b675(0x1de)](_0x56b675(0x240),_0x4e386b),_0x2b7412[_0x56b675(0x192)][_0x56b675(0x19a)](_0x4e386b,_0x2b0554[_0x56b675(0x13f)]));}},{'priority':_0x1865b5(0x1e5)});}),_0x23459c[_0x196e3b(0x1d8)][_0x196e3b(0x1b2)](_0x196e3b(0x1f0))[_0x196e3b(0x1a4)](_0xd5687f=>{const _0x45da34=_0x196e3b;_0xd5687f['on'](_0x45da34(0x148),(_0x32af1c,_0x2c4f41,_0x59b12c)=>{const _0x5cd63d=_0x45da34,_0x45a122=_0x59b12c[_0x5cd63d(0x192)][_0x5cd63d(0x237)](_0x2c4f41[_0x5cd63d(0x13f)]);if(!_0x45a122)return;const {id:_0x28f953}=this[_0x5cd63d(0x20b)](_0x2c4f41[_0x5cd63d(0x13f)]),_0xb83634=this[_0x5cd63d(0x28d)][_0x5cd63d(0x273)](_0x28f953),_0x36da17=this[_0x5cd63d(0x14c)](_0xb83634);if(this[_0x5cd63d(0x217)](_0x36da17)){for(const _0x19e821 of _0x45a122)_0x19e821[_0x5cd63d(0x239)](_0x5cd63d(0x132))||(_0x59b12c[_0x5cd63d(0x22f)][_0x5cd63d(0x1a3)]([_0x5cd63d(0x297),_0x5cd63d(0x2ca),_0x5cd63d(0x21a)],_0x19e821),_0x59b12c[_0x5cd63d(0x22f)][_0x5cd63d(0x1de)](_0x5cd63d(0x240),_0x19e821),_0x59b12c[_0x5cd63d(0x192)][_0x5cd63d(0x19a)](_0x19e821,_0x2c4f41[_0x5cd63d(0x13f)]));}},{'priority':_0x45da34(0x1e5)});}),_0x23459c[_0x196e3b(0x26a)][_0x196e3b(0x1d5)][_0x196e3b(0x147)](_0x29b643=>{const _0x3fc437=_0x196e3b;let _0x11cdd7=!0x1;const _0x2c5234=Array[_0x3fc437(0x2a1)](_0x23459c[_0x3fc437(0x26a)][_0x3fc437(0x1d5)][_0x3fc437(0x24b)][_0x3fc437(0x17c)]()),_0x1e18e3=new Set();for(const {name:_0x23db78,data:_0x19b225}of _0x2c5234){const {group:_0x1f1f39,type:_0x358163,subType:_0x3ae3e6,id:_0x12c743}=this[_0x3fc437(0x20b)](_0x23db78);if(_0x3fc437(0x190)!==_0x1f1f39)continue;const _0x522df1=this[_0x3fc437(0x28d)][_0x3fc437(0x273)](_0x12c743);if(null!=_0x19b225[_0x3fc437(0x26d)]){_0x3fc437(0x27e)==_0x358163&&(_0x11cdd7=_0x11cdd7||Tt(_0x19b225[_0x3fc437(0x26d)],_0x23db78,_0x29b643,_0x23459c[_0x3fc437(0x26a)][_0x3fc437(0x12b)]));const _0xb6609c=_0x3fc437(0x191)==_0x358163&&this[_0x3fc437(0x217)](_0x3ae3e6[_0x3fc437(0x1cc)]('|')[0x0]);if(_0x19b225[_0x3fc437(0x26d)][_0x3fc437(0x2ba)]||_0x3fc437(0x1f3)==_0x19b225[_0x3fc437(0x26d)][_0x3fc437(0x298)][_0x3fc437(0x12a)]||_0x3fc437(0x1e0)==_0x358163&&!Vt(_0x19b225[_0x3fc437(0x26d)])||_0xb6609c&&!Vt(_0x19b225[_0x3fc437(0x26d)])||_0x3fc437(0x213)==_0x358163&&!(!Rt(_0x43baf6=_0x19b225[_0x3fc437(0x26d)])&&!function(_0x34b5f6){const _0xe3d6ad=_0x3fc437;return _0x34b5f6[_0xe3d6ad(0x279)][_0xe3d6ad(0x139)]==_0x34b5f6[_0xe3d6ad(0x201)][_0xe3d6ad(0x235)]&&_0x34b5f6[_0xe3d6ad(0x279)][_0xe3d6ad(0x248)];}(_0x43baf6)))_0x29b643[_0x3fc437(0x158)](_0x23db78),_0x11cdd7=!0x0;else{if(!_0x522df1||!_0x522df1[_0x3fc437(0x193)])continue;_0x1e18e3[_0x3fc437(0x1a4)](_0x522df1);}}}var _0x43baf6;return _0x1e18e3[_0x3fc437(0x170)]>0x0&&(_0x11cdd7=!!this[_0x3fc437(0x14d)](_0x1e18e3)||_0x11cdd7),_0x11cdd7;}),_0x23459c[_0x196e3b(0x26a)][_0x196e3b(0x1d5)][_0x196e3b(0x147)](_0x34cd5b=>{const _0x409283=_0x196e3b;let _0x2eac6b=!0x1;for(const _0x3665ba of _0x23459c[_0x409283(0x26a)][_0x409283(0x1d5)][_0x409283(0x24b)][_0x409283(0x144)]())if(_0x409283(0x2b3)==_0x3665ba[_0x409283(0x1d9)])for(const _0x54930e of this[_0x409283(0x28d)][_0x409283(0x209)]()){if(_0x54930e[_0x409283(0x2cb)]||!_0x54930e[_0x409283(0x193)])continue;const _0x1782a2=_0x409283(0x1e0)==_0x54930e[_0x409283(0x1d9)],_0x2b7ebe=this[_0x409283(0x14c)](_0x54930e),_0x3ff051=_0x2b7ebe&&this[_0x409283(0x217)](_0x2b7ebe);if(!_0x1782a2&&!_0x3ff051)continue;const _0x4cdb27=_0x54930e[_0x409283(0x214)]();if(_0x4cdb27[_0x409283(0x279)][_0x409283(0x139)]!=_0x4cdb27[_0x409283(0x201)][_0x409283(0x139)]&&!_0x4cdb27[_0x409283(0x201)][_0x409283(0x248)]){const _0x55348f=_0x23459c[_0x409283(0x26a)][_0x409283(0x1b5)](_0x4cdb27[_0x409283(0x279)][_0x409283(0x16e)],_0x409283(0x201)),_0x1886d3=_0x23459c[_0x409283(0x26a)][_0x409283(0x127)](_0x4cdb27[_0x409283(0x279)],_0x55348f);_0x34cd5b[_0x409283(0x1b9)](_0x54930e[_0x409283(0x26c)](),{'range':_0x1886d3}),_0x2eac6b=!0x0;}}return _0x2eac6b;}),_0x23459c[_0x196e3b(0x26a)][_0x196e3b(0x1d5)][_0x196e3b(0x147)](_0x2bd773=>this[_0x196e3b(0x13a)](_0x2bd773)),_0x23459c[_0x196e3b(0x26a)][_0x196e3b(0x1d5)][_0x196e3b(0x147)](_0x523c30=>!_0x523c30[_0x196e3b(0x281)][_0x196e3b(0x1d2)]&&this[_0x196e3b(0x207)](_0x523c30)),_0x23459c[_0x196e3b(0x26a)]['on'](_0x196e3b(0x1fa),()=>{const _0x2238d2=_0x196e3b;this[_0x2238d2(0x138)]=!0x1;}),_0x23459c[_0x196e3b(0x26a)][_0x196e3b(0x1d5)]['on'](_0x196e3b(0x206),(_0x12aa63,_0xd44db8)=>{const _0x51f2fc=_0x196e3b;if(!_0xd44db8[_0x51f2fc(0x1d2)]||_0xd44db8[_0x51f2fc(0x25e)])return;if(!this[_0x51f2fc(0x138)])return;const _0x5309dc=_0x23459c[_0x51f2fc(0x26a)][_0x51f2fc(0x1d5)][_0x51f2fc(0x24b)][_0x51f2fc(0x144)]();if(0x0==_0x5309dc[_0x51f2fc(0x1be)])return;const _0x4af616=[],_0x50c893=_0x5309dc[_0x51f2fc(0x2c3)](_0x486d23=>_0x51f2fc(0x191)==_0x486d23[_0x51f2fc(0x1d9)]),_0x1a9276=_0x5309dc[_0x51f2fc(0x2c3)](_0x29e076=>_0x51f2fc(0x2b3)==_0x29e076[_0x51f2fc(0x1d9)]&&_0x51f2fc(0x250)!=_0x29e076[_0x51f2fc(0x1ef)]),_0x2c2d68=_0x5309dc[_0x51f2fc(0x2c3)](_0x4779b5=>_0x51f2fc(0x265)==_0x4779b5[_0x51f2fc(0x1d9)]&&_0x51f2fc(0x250)!=_0x4779b5[_0x51f2fc(0x1ef)]);for(const _0xf649ce of _0x50c893)this[_0x51f2fc(0x247)](_0xf649ce[_0x51f2fc(0x160)])&&_0x4af616[_0x51f2fc(0x15a)]({'key':_0xf649ce[_0x51f2fc(0x160)],'newValue':_0xf649ce[_0x51f2fc(0x13e)],'oldValue':_0xf649ce[_0x51f2fc(0x2aa)],'range':Ut(_0xf649ce[_0x51f2fc(0x2d4)],_0x23459c[_0x51f2fc(0x26a)])});for(const _0x537d60 of _0x1a9276){const _0x104629=_0x2c2d68[_0x51f2fc(0x20e)](_0x55baa2=>_0x55baa2[_0x51f2fc(0x2c4)]===_0x537d60[_0x51f2fc(0x2c4)]);if(_0x104629){const _0x4f93af=Ot(_0x537d60[_0x51f2fc(0x1d7)][_0x51f2fc(0x16e)],_0x23459c[_0x51f2fc(0x26a)]);_0x104629[_0x51f2fc(0x1ef)]!==_0x537d60[_0x51f2fc(0x1ef)]&&_0x4af616[_0x51f2fc(0x15a)]({'key':_0x51f2fc(0x253),'newValue':_0x537d60[_0x51f2fc(0x1ef)],'oldValue':_0x104629[_0x51f2fc(0x1ef)],'range':_0x4f93af});for(const [_0x504bac,_0xd6f59]of _0x104629[_0x51f2fc(0x1b6)]){if(!this[_0x51f2fc(0x247)](_0x504bac))continue;const _0x133bae=_0x537d60[_0x51f2fc(0x1b6)][_0x51f2fc(0x273)](_0x504bac);_0xd6f59!==_0x133bae&&_0x4af616[_0x51f2fc(0x15a)]({'key':_0x504bac,'newValue':_0x133bae,'oldValue':_0xd6f59,'range':_0x4f93af});}for(const [_0x243f43,_0x1f66be]of _0x537d60[_0x51f2fc(0x1b6)])this[_0x51f2fc(0x247)](_0x243f43)&&(_0x104629[_0x51f2fc(0x1b6)][_0x51f2fc(0x292)](_0x243f43)||_0x4af616[_0x51f2fc(0x15a)]({'key':_0x243f43,'newValue':_0x1f66be,'oldValue':null,'range':_0x4f93af}));}}0x0!=_0x4af616[_0x51f2fc(0x1be)]&&_0x23459c[_0x51f2fc(0x26a)][_0x51f2fc(0x220)](_0xd44db8,_0x32a0bc=>{const _0x29545b=_0x51f2fc,_0x50d426=_0x5a4e6e();for(const {range:_0x3c0531,key:_0x390f9e,oldValue:_0xf781a3,newValue:_0x24c9b4}of _0x4af616)this[_0x29545b(0x13c)](_0x3c0531,_0x390f9e,_0xf781a3,_0x24c9b4,{'groupId':_0x50d426});this[_0x29545b(0x165)](_0x32a0bc,_0x4af616);});},{'priority':_0x196e3b(0x1a0)}),_0x23459c[_0x196e3b(0x26a)][_0x196e3b(0x1b8)]['on'](_0x196e3b(0x218),(_0x23e271,_0x1905d4,_0x53850b)=>{const _0x4bc8fc=_0x196e3b;if(null==_0x53850b){const {id:_0x14ef5f}=this[_0x4bc8fc(0x20b)](_0x1905d4[_0x4bc8fc(0x1ef)]),_0x4077ef=this[_0x4bc8fc(0x28d)][_0x4bc8fc(0x273)](_0x14ef5f);_0x4077ef&&_0x4077ef[_0x4bc8fc(0x1fd)](_0x1905d4[_0x4bc8fc(0x1ef)]);}}),_0x23459c[_0x196e3b(0x26a)][_0x196e3b(0x1d5)]['on'](_0x196e3b(0x206),()=>{const _0x1d1af7=_0x196e3b,_0x4b030e=Array[_0x1d1af7(0x2a1)](_0x23459c[_0x1d1af7(0x26a)][_0x1d1af7(0x1d5)][_0x1d1af7(0x24b)][_0x1d1af7(0x17c)]())[_0x1d1af7(0x2c3)](_0x2db81f=>_0x1d1af7(0x190)===this[_0x1d1af7(0x20b)](_0x2db81f[_0x1d1af7(0x1ef)])[_0x1d1af7(0x129)]);if(0x0===_0x4b030e[_0x1d1af7(0x1be)])return;_0x4b030e[_0x1d1af7(0x25a)]((_0x47ff25,_0x2c819b)=>{const _0x24cd20=_0x1d1af7,_0x34133a=_0x47ff25[_0x24cd20(0x1a5)][_0x24cd20(0x169)],_0x1d92cf=_0x2c819b[_0x24cd20(0x1a5)][_0x24cd20(0x169)];return null===_0x34133a&&null===_0x1d92cf?0x0:null===_0x34133a&&null!==_0x1d92cf?-0x1:null!==_0x34133a&&null===_0x1d92cf?0x1:_0x34133a[_0x24cd20(0x279)][_0x24cd20(0x266)](_0x1d92cf[_0x24cd20(0x279)])?-0x1:0x1;});const _0x529544=new Set(),_0x2ef5ad=new Set();for(const {name:_0x358364,data:_0x33d907}of _0x4b030e){const {id:_0x54dbe9}=this[_0x1d1af7(0x20b)](_0x358364);if(null===_0x33d907[_0x1d1af7(0x169)]){const _0x24802d=this[_0x1d1af7(0x1ed)](_0x358364);_0x2ef5ad[_0x1d1af7(0x1a4)](_0x24802d);}else{const _0x443bfd=this[_0x1d1af7(0x28d)][_0x1d1af7(0x273)](_0x54dbe9);null!==_0x33d907[_0x1d1af7(0x26d)]||_0x443bfd[_0x1d1af7(0x193)]?(_0x529544[_0x1d1af7(0x1a4)](_0x443bfd[_0x1d1af7(0x180)]),_0x2ef5ad[_0x1d1af7(0x1a4)](_0x443bfd)):this[_0x1d1af7(0x245)](_0x443bfd);}}_0x2ef5ad[_0x1d1af7(0x170)]>0x0&&this[_0x1d1af7(0x159)](_0x2ef5ad);for(const _0x3a0b6e of _0x529544)this[_0x1d1af7(0x241)](_0x1d1af7(0x145),_0x3a0b6e);}),_0x23459c[_0x196e3b(0x26a)]['on'](_0x196e3b(0x2a9),(_0x50985e,_0x30b754)=>{const _0xb82e9d=_0x196e3b,_0x5e6461=_0x30b754[0x0];if(!this[_0xb82e9d(0x28d)][_0xb82e9d(0x170)])return;if(!_0x5e6461[_0xb82e9d(0x276)])return;if(_0x5e6461[_0xb82e9d(0x281)][_0xb82e9d(0x25e)]||!_0x5e6461[_0xb82e9d(0x281)][_0xb82e9d(0x1d2)])return;let _0x242709,_0x2bdb77;switch(_0x5e6461[_0xb82e9d(0x1d9)]){case _0xb82e9d(0x2b3):_0x242709=_0x23459c[_0xb82e9d(0x26a)][_0xb82e9d(0x1b5)](_0x5e6461[_0xb82e9d(0x1d7)]),_0x2bdb77=_0x242709[_0xb82e9d(0x1f5)](_0x5e6461[_0xb82e9d(0x1e6)]);break;case _0xb82e9d(0x1cc):_0x242709=_0x23459c[_0xb82e9d(0x26a)][_0xb82e9d(0x1b5)](_0x5e6461[_0xb82e9d(0x272)]),_0x2bdb77=_0x23459c[_0xb82e9d(0x26a)][_0xb82e9d(0x1b5)](_0x5e6461[_0xb82e9d(0x269)]);break;case _0xb82e9d(0x27a):_0x242709=_0x23459c[_0xb82e9d(0x26a)][_0xb82e9d(0x1b5)](_0x5e6461[_0xb82e9d(0x2bf)]),_0x2bdb77=_0x242709[_0xb82e9d(0x1f5)](_0x5e6461[_0xb82e9d(0x1e6)]);break;default:return;}const _0xdd968=_0x23459c[_0xb82e9d(0x26a)][_0xb82e9d(0x127)](_0x242709,_0x2bdb77);_0x23459c[_0xb82e9d(0x26a)][_0xb82e9d(0x130)](()=>{const _0x48d6ee=_0xb82e9d;for(const {suggestion:_0x53413f,meta:_0x2c1bb4}of this[_0x48d6ee(0x26e)](_0xdd968)){if(_0x53413f[_0x48d6ee(0x2cb)])continue;if(_0x48d6ee(0x27e)==_0x53413f[_0x48d6ee(0x1d9)])continue;const _0x1c37e1=this[_0x48d6ee(0x14c)](_0x53413f);if(_0x1c37e1&&this[_0x48d6ee(0x217)](_0x1c37e1)&&_0x48d6ee(0x1cc)!=_0x5e6461[_0x48d6ee(0x1d9)])continue;const _0x43f7fe=_0x53413f[_0x48d6ee(0x1a5)]&&_0x53413f[_0x48d6ee(0x1a5)][_0x48d6ee(0x1e3)];(_0x48d6ee(0x1e0)!=_0x53413f[_0x48d6ee(0x1d9)]||_0x48d6ee(0x1cc)==_0x5e6461[_0x48d6ee(0x1d9)]&&!_0x43f7fe)&&(_0x2c1bb4[_0x48d6ee(0x2bc)]||_0x48d6ee(0x1c1)==_0x53413f[_0x48d6ee(0x1d9)]&&_0x2c1bb4[_0x48d6ee(0x1cb)]||_0x53413f[_0x48d6ee(0x214)]()[_0x48d6ee(0x17f)](_0xdd968)&&this[_0x48d6ee(0x291)](_0x53413f,_0x242709,_0x2bdb77));}});},{'priority':_0x196e3b(0x1a0)}),_0x23459c[_0x196e3b(0x26a)]['on'](_0x196e3b(0x283),(_0x493702,_0x3da793)=>{const _0x377f16=_0x196e3b,_0x2cb8e0=_0x3da793[0x0],_0x469bff=_0x3da793[0x1];if(_0x469bff&&_0x469bff[_0x377f16(0x1a6)])return;if(this[_0x377f16(0x1b1)])return;if(!this[_0x377f16(0x20f)][_0x377f16(0x27b)])return;if(_0x2cb8e0[_0x377f16(0x2ba)])return;const _0x196cd5=_0x23459c[_0x377f16(0x26a)][_0x377f16(0x12b)],{start:_0x293f70,end:_0x529ef5}=_0x2cb8e0[_0x377f16(0x214)](),_0x236004=_0x293f70[_0x377f16(0x16e)]&&_0x196cd5[_0x377f16(0x1ff)](_0x293f70[_0x377f16(0x16e)])?null:_0x196cd5[_0x377f16(0x1a8)](_0x293f70,_0x377f16(0x29f)),_0x36b69f=_0x529ef5[_0x377f16(0x235)]&&_0x196cd5[_0x377f16(0x1ff)](_0x529ef5[_0x377f16(0x235)])?null:_0x196cd5[_0x377f16(0x1a8)](_0x529ef5,_0x377f16(0x1af)),_0x4b68da=_0x23459c[_0x377f16(0x26a)][_0x377f16(0x127)](_0x236004?_0x236004[_0x377f16(0x279)]:_0x293f70,_0x36b69f?_0x36b69f[_0x377f16(0x201)]:_0x529ef5);_0x23459c[_0x377f16(0x26a)][_0x377f16(0x130)](_0x6c7b46=>{const _0x123edd=_0x377f16;this[_0x123edd(0x172)](_0x4b68da);const _0x41a88c=_0x23459c[_0x123edd(0x26a)][_0x123edd(0x12b)][_0x123edd(0x1a8)](_0x4b68da[_0x123edd(0x279)]);_0x2cb8e0['is'](_0x123edd(0x179))?_0x6c7b46[_0x123edd(0x23a)](_0x41a88c):_0x2cb8e0[_0x123edd(0x198)](_0x41a88c);}),_0x493702[_0x377f16(0x2d2)]();},{'priority':_0x38a144[_0x196e3b(0x25f)]+0xa}),_0x23459c[_0x196e3b(0x26a)]['on'](_0x196e3b(0x24e),(_0xb352a2,_0x47960e)=>{const _0x4358ce=_0x196e3b,_0x1aa2f6=_0x47960e[_0x47960e[_0x4358ce(0x1be)]-0x1];_0x1aa2f6&&_0x1aa2f6[_0x4358ce(0x1a6)]||this[_0x4358ce(0x1b1)]||this[_0x4358ce(0x20f)][_0x4358ce(0x27b)]&&(_0x23459c[_0x4358ce(0x26a)][_0x4358ce(0x130)](()=>{const _0x3fc3e9=_0x4358ce;let _0x1cd5f5=_0x23459c[_0x3fc3e9(0x26a)][_0x3fc3e9(0x24e)](_0x47960e[0x0],_0x47960e[0x1],_0x47960e[0x2],{'forceDefaultExecution':!0x0});if(!_0x1cd5f5)return;_0xb352a2[_0x3fc3e9(0x18b)]=_0x1cd5f5[_0x3fc3e9(0x221)]();const _0x30e974=_0x1cd5f5[_0x3fc3e9(0x201)][_0x3fc3e9(0x235)],_0x2d0252=_0x23459c[_0x3fc3e9(0x26a)][_0x3fc3e9(0x12b)];_0x30e974&&_0x2d0252[_0x3fc3e9(0x288)](_0x30e974)&&!_0x2d0252[_0x3fc3e9(0x233)](_0x30e974)&&(_0x1cd5f5=_0x23459c[_0x3fc3e9(0x26a)][_0x3fc3e9(0x127)](_0x1cd5f5[_0x3fc3e9(0x279)],_0x23459c[_0x3fc3e9(0x26a)][_0x3fc3e9(0x1b5)](_0x30e974,_0x3fc3e9(0x201)))),this[_0x3fc3e9(0x18e)](_0x1cd5f5);}),_0xb352a2[_0x4358ce(0x2d2)]());},{'priority':_0x196e3b(0x1e5)}),this[_0x196e3b(0x134)][_0x196e3b(0x2c1)][_0x196e3b(0x1a4)](_0x196e3b(0x225),this[_0x196e3b(0x20f)]),this[_0x196e3b(0x1c7)](_0x196e3b(0x225));const _0x5acb98=new _0x433a86(_0x23459c,this[_0x196e3b(0x28d)]);_0x23459c[_0x196e3b(0x2c1)][_0x196e3b(0x1a4)](_0x196e3b(0x23d),_0x5acb98),this[_0x196e3b(0x1c7)](_0x196e3b(0x23d));const _0x27096a=new _0x36a6a4(_0x23459c,this[_0x196e3b(0x28d)]);_0x23459c[_0x196e3b(0x2c1)][_0x196e3b(0x1a4)](_0x196e3b(0x255),_0x27096a),this[_0x196e3b(0x1c7)](_0x196e3b(0x255)),_0x23459c[_0x196e3b(0x2c1)][_0x196e3b(0x1a4)](_0x196e3b(0x14a),new _0x311229(_0x23459c,_0x5acb98,this[_0x196e3b(0x28d)])),this[_0x196e3b(0x1c7)](_0x196e3b(0x14a)),_0x23459c[_0x196e3b(0x2c1)][_0x196e3b(0x1a4)](_0x196e3b(0x1c0),new _0x311229(_0x23459c,_0x27096a,this[_0x196e3b(0x28d)])),this[_0x196e3b(0x1c7)](_0x196e3b(0x1c0)),_0x23459c[_0x196e3b(0x2c1)][_0x196e3b(0x1a4)](_0x196e3b(0x285),new _0x4e18e3(_0x23459c,_0x5acb98,this[_0x196e3b(0x28d)])),this[_0x196e3b(0x1c7)](_0x196e3b(0x285)),_0x23459c[_0x196e3b(0x2c1)][_0x196e3b(0x1a4)](_0x196e3b(0x195),new _0x4e18e3(_0x23459c,_0x27096a,this[_0x196e3b(0x28d)])),this[_0x196e3b(0x1c7)](_0x196e3b(0x195));const _0x541913=_0x23459c[_0x196e3b(0x261)][_0x196e3b(0x273)](_0x196e3b(0x2b2));this[_0x196e3b(0x1e7)](_0x541913,_0x196e3b(0x222),(_0x40ed4c,{threadId:_0x1fdf00})=>{const _0x45f18b=_0x196e3b,_0x45c21c=this[_0x45f18b(0x28d)][_0x45f18b(0x273)](_0x1fdf00);_0x45c21c&&_0x45c21c[_0x45f18b(0x271)]&&0x1===_0x45c21c[_0x45f18b(0x271)][_0x45f18b(0x1be)]&&this[_0x45f18b(0x21b)](_0x1fdf00,{'hasComments':!0x0});},{'priority':_0x196e3b(0x178)}),this[_0x196e3b(0x1e7)](_0x541913,_0x196e3b(0x15b),(_0x1a8641,{threadId:_0x39f5ac})=>{const _0xf1071c=_0x196e3b,_0x2c02e2=this[_0xf1071c(0x28d)][_0xf1071c(0x273)](_0x39f5ac);_0x2c02e2&&_0x2c02e2[_0xf1071c(0x271)]&&!_0x2c02e2[_0xf1071c(0x271)][_0xf1071c(0x1be)]&&this[_0xf1071c(0x21b)](_0x39f5ac,{'hasComments':!0x1});},{'priority':_0x196e3b(0x178)});}set[_0x23267c(0x249)](_0x4f7f57){const _0x4b829f=_0x23267c;if(this[_0x4b829f(0x224)])throw new _0x1098fd(_0x4b829f(0x29c),this);this[_0x4b829f(0x224)]=_0x4f7f57;}get[_0x23267c(0x249)](){const _0x6cf42f=_0x23267c;return this[_0x6cf42f(0x224)];}[_0x23267c(0x1dd)]({skipNotAttached:_0x4e05d8=!0x1,toJSON:_0x130a87=!0x1}={}){const _0x57eda7=_0x23267c,_0x5a6463=[];for(const _0x17743e of this[_0x57eda7(0x28d)][_0x57eda7(0x209)]())_0x4e05d8&&!_0x17743e[_0x57eda7(0x193)]||_0x5a6463[_0x57eda7(0x15a)](_0x17743e);return _0x130a87?_0x5a6463[_0x57eda7(0x23f)](_0x498cc5=>_0x498cc5[_0x57eda7(0x268)]()):_0x5a6463;}[_0x23267c(0x12f)](_0x1b690c){const _0x48e801=_0x23267c,_0x12f00d=this[_0x48e801(0x28d)][_0x48e801(0x273)](_0x1b690c);if(!_0x12f00d)throw new _0x1098fd(_0x48e801(0x155),this);return _0x12f00d;}[_0x23267c(0x13d)](_0x5ce2d8){const _0x3beb15=_0x23267c;return this[_0x3beb15(0x28d)][_0x3beb15(0x292)](_0x5ce2d8);}[_0x23267c(0x16f)](_0x3302ac){const _0x2baffb=_0x23267c,{authorId:_0x3991ce,id:_0x1f82ac,attributes:_0x41a83e}=_0x3302ac,[_0x452033,_0x57a8af]=_0x3302ac[_0x2baffb(0x1d9)][_0x2baffb(0x1cc)](':'),_0x130312=this[_0x2baffb(0x28d)][_0x2baffb(0x273)](_0x1f82ac)||this[_0x2baffb(0x290)](_0x452033,_0x57a8af,_0x1f82ac,_0x3991ce,_0x41a83e);if(this[_0x2baffb(0x20c)](_0x130312),this[_0x2baffb(0x19f)](_0x130312,_0x452033,_0x57a8af||null,_0x3991ce),_0x130312[_0x2baffb(0x1a2)]=_0x3302ac[_0x2baffb(0x1a2)],_0x130312[_0x2baffb(0x19d)]=!0x0,_0x41a83e&&_0x41a83e[_0x2baffb(0x135)]){const _0x46a1ce=_0x41a83e[_0x2baffb(0x135)],_0x44beaf=this[_0x2baffb(0x1f7)](_0x46a1ce[_0x2baffb(0x166)]);_0x130312[_0x2baffb(0x2d6)]=_0x46a1ce[_0x2baffb(0x1a2)],_0x130312[_0x2baffb(0x2d3)]=_0x44beaf,_0x130312[_0x2baffb(0x142)]=!0x0;}else _0x130312[_0x2baffb(0x2d6)]=_0x3302ac[_0x2baffb(0x1a2)];switch(_0x3302ac[_0x2baffb(0x1a5)]&&(_0x130312[_0x2baffb(0x1a5)]=_0x3302ac[_0x2baffb(0x1a5)]),_0x3302ac[_0x2baffb(0x1b6)]&&(_0x130312[_0x2baffb(0x1b6)]=_0x3302ac[_0x2baffb(0x1b6)]),this[_0x2baffb(0x224)]&&this[_0x2baffb(0x224)][_0x2baffb(0x2a3)]||(_0x130312[_0x2baffb(0x2cd)]=!0x0),this[_0x2baffb(0x168)][_0x2baffb(0x273)](_0x130312)){case _0x2baffb(0x24a):this[_0x2baffb(0x168)][_0x2baffb(0x236)](_0x130312,_0x2baffb(0x28e));break;case _0x2baffb(0x238):_0x130312[_0x2baffb(0x193)]?(this[_0x2baffb(0x14d)](new Set([_0x130312])),this[_0x2baffb(0x159)](new Set([_0x130312])),this[_0x2baffb(0x168)][_0x2baffb(0x236)](_0x130312,_0x2baffb(0x1eb)),this[_0x2baffb(0x241)](_0x2baffb(0x16a),_0x130312)):this[_0x2baffb(0x168)][_0x2baffb(0x236)](_0x130312,_0x2baffb(0x251));}return _0x130312;}[_0x23267c(0x23d)](_0x37b284){const _0x495d80=_0x23267c;this[_0x495d80(0x1a6)](()=>{const _0x3a670d=_0x495d80;this[_0x3a670d(0x134)][_0x3a670d(0x26a)][_0x3a670d(0x130)](()=>{const _0x4c9537=_0x3a670d;for(const _0x106434 of _0x37b284[_0x4c9537(0x2ce)]())_0x106434[_0x4c9537(0x16d)]();});});}[_0x23267c(0x255)](_0x1408e5){const _0x4c3179=_0x23267c;this[_0x4c3179(0x1a6)](()=>{const _0x1e66de=_0x4c3179;this[_0x1e66de(0x134)][_0x1e66de(0x26a)][_0x1e66de(0x130)](()=>{const _0x31c75f=_0x1e66de;for(const _0x8ee07b of _0x1408e5[_0x31c75f(0x2ce)]())_0x8ee07b[_0x31c75f(0x280)]();});});}[_0x23267c(0x1c7)](_0x5e8a9e,_0x5d79d8){const _0x38a055=_0x23267c,_0x48d7e7=this[_0x38a055(0x134)][_0x38a055(0x2c1)][_0x38a055(0x273)](_0x5e8a9e);if(!_0x48d7e7)throw new _0x1098fd(_0x38a055(0x20d),this,{'commandName':_0x5e8a9e});if(this[_0x38a055(0x267)][_0x38a055(0x292)](_0x48d7e7))throw new _0x1098fd(_0x38a055(0x2cc),this,{'commandName':_0x5e8a9e});this[_0x38a055(0x267)][_0x38a055(0x1a4)](_0x48d7e7),_0x5d79d8&&_0x48d7e7['on'](_0x38a055(0x257),(_0x47827b,_0x4ffcc6)=>{const _0xd84a3a=_0x38a055;this[_0xd84a3a(0x20f)][_0xd84a3a(0x27b)]&&(this[_0xd84a3a(0x1b1)]||(_0x4ffcc6[_0xd84a3a(0x1be)]>0x0&&_0x4ffcc6[_0x4ffcc6[_0xd84a3a(0x1be)]-0x1]&&_0x4ffcc6[_0x4ffcc6[_0xd84a3a(0x1be)]-0x1][_0xd84a3a(0x1a6)]?_0x4ffcc6[_0xd84a3a(0x14b)]():(_0x47827b[_0xd84a3a(0x18b)]=_0x5d79d8((..._0x164631)=>_0x48d7e7[_0xd84a3a(0x257)](..._0x164631,{'forceDefaultExecution':!0x0}),..._0x4ffcc6),_0x47827b[_0xd84a3a(0x2d2)]())));},{'priority':_0x38a055(0x1e5)});}[_0x23267c(0x1a6)](_0x1d083f){const _0x141ef0=_0x23267c;let _0x322355,_0xca2f41;const _0x30f1e7=this[_0x141ef0(0x1b1)];this[_0x141ef0(0x1b1)]=!0x0;try{_0x322355=_0x1d083f();}catch(_0x368a16){_0xca2f41=_0x368a16;}return _0x30f1e7||(this[_0x141ef0(0x1b1)]=!0x1),_0xca2f41&&_0x1098fd[_0x141ef0(0x2a6)](_0xca2f41,this),_0x322355;}[_0x23267c(0x18e)](_0xb3a5e,_0x256a56=null,_0x1be71a={}){const _0x2f1683=_0x23267c;if(_0xb3a5e[_0x2f1683(0x2ba)])return null;const _0x1e398b=this[_0x2f1683(0x134)][_0x2f1683(0x261)][_0x2f1683(0x273)](_0x2f1683(0x23b))['me'];for(const {suggestion:_0x23f757,meta:_0x53e355}of this[_0x2f1683(0x26e)](_0xb3a5e,_0x2f1683(0x1c1)))if(_0x53e355[_0x2f1683(0x1cb)]){if(!_0x53e355[_0x2f1683(0x1ee)]){if(_0x53e355[_0x2f1683(0x2bc)]){if(!this[_0x2f1683(0x175)]||!Pt(_0x23f757,_0x1be71a))continue;return _0x23f757;}if(Pt(_0x23f757,_0x1be71a))return _0x23f757;this[_0x2f1683(0x291)](_0x23f757,_0xb3a5e[_0x2f1683(0x279)],_0xb3a5e[_0x2f1683(0x201)]);break;}if(_0x256a56==_0x23f757[_0x2f1683(0x188)]&&Pt(_0x23f757,_0x1be71a)){const _0x133ac6=_0x23f757[_0x2f1683(0x214)]();return _0x133ac6[_0x2f1683(0x279)][_0x2f1683(0x1b7)](_0xb3a5e[_0x2f1683(0x201)])?this[_0x2f1683(0x21d)](_0x23f757,this[_0x2f1683(0x1e2)][_0x2f1683(0x127)](_0xb3a5e[_0x2f1683(0x279)],_0x133ac6[_0x2f1683(0x201)])):this[_0x2f1683(0x21d)](_0x23f757,this[_0x2f1683(0x1e2)][_0x2f1683(0x127)](_0x133ac6[_0x2f1683(0x279)],_0xb3a5e[_0x2f1683(0x201)])),_0x23f757;}}const _0x5e3574=_0x5a4e6e(),_0x2da61a=_0x1e398b['id'],_0x755aae=_0x256a56?_0x2f1683(0x15d)+_0x256a56:_0x2f1683(0x1c1),_0x49eb16=this[_0x2f1683(0x289)]({'id':_0x5e3574,'type':_0x755aae,'createdAt':new Date(),'authorId':_0x2da61a,'attributes':_0x1be71a});return this[_0x2f1683(0x1e9)](_0x755aae,_0x5e3574,_0x2da61a,_0xb3a5e),_0x49eb16;}[_0x23267c(0x2b5)](_0x401835,_0x48a91b=_0x23267c(0x2b4),_0x130701={}){const _0x457ec9=_0x23267c,_0x174ec3=this[_0x457ec9(0x134)][_0x457ec9(0x261)][_0x457ec9(0x273)](_0x457ec9(0x23b))['me'],_0x484f1e=this[_0x457ec9(0x230)][_0x457ec9(0x2b7)](_0x457ec9(0x1c1),_0x48a91b,_0x457ec9(0x270));for(const _0x193efc of this[_0x457ec9(0x1dd)]())if(_0x193efc[_0x457ec9(0x2d3)]['id']==_0x174ec3['id']&&_0x457ec9(0x1c1)==_0x193efc[_0x457ec9(0x1d9)]&&_0x193efc[_0x457ec9(0x188)]==_0x48a91b&&Pt(_0x193efc,_0x130701)&&(_0x484f1e(_0x193efc[_0x457ec9(0x2ac)](),_0x401835)||_0x484f1e(_0x401835,_0x193efc[_0x457ec9(0x2ac)]()))){for(const _0x329ac7 of _0x401835)_0x193efc[_0x457ec9(0x162)](_0x329ac7);return _0x193efc;}for(const {suggestion:_0x22ff81,meta:_0x12dc0c}of this[_0x457ec9(0x26e)](_0x401835,_0x457ec9(0x1c1))){if(!_0x12dc0c[_0x457ec9(0x1cb)])continue;if(!this[_0x457ec9(0x175)]&&_0x12dc0c[_0x457ec9(0x2bc)])continue;if(!Pt(_0x22ff81,_0x130701))continue;let _0x5a128f=!0x0;for(const _0x311ef2 of _0x22ff81[_0x457ec9(0x2ac)]())for(const _0x37e1f5 of _0x401835)if(!_0x311ef2[_0x457ec9(0x17f)](_0x37e1f5)){_0x5a128f=!0x1;break;}if(_0x5a128f)return _0x22ff81;}const _0x56997b=_0x5a4e6e(),_0x3eb7b5=_0x174ec3['id'],_0x514381=_0x457ec9(0x15d)+_0x48a91b,_0x1b0733=this[_0x457ec9(0x289)]({'id':_0x56997b,'type':_0x514381,'createdAt':new Date(),'authorId':_0x3eb7b5,'attributes':_0x130701});for(const _0x5c6ec0 of _0x401835)this[_0x457ec9(0x1e9)](_0x514381,_0x56997b,_0x3eb7b5,_0x5c6ec0,_0x198c9f[_0x457ec9(0x1a7)]());return _0x1b0733;}[_0x23267c(0x1fc)](_0x5c35bd,_0x46fea5,_0x1c2603=null,_0x2c0728={}){const _0xa58782=_0x23267c;if(_0x1c2603=_0x1c2603||Et(_0x46fea5),_0x5c35bd[_0xa58782(0x2ba)])return null;if(_0xa58782(0x152)===this[_0xa58782(0x2ae)]){const _0x4eeb15=this[_0xa58782(0x230)][_0xa58782(0x2b7)](_0xa58782(0x27e),_0x1c2603,_0xa58782(0x16d));return this[_0xa58782(0x1a6)](()=>_0x4eeb15([_0x5c35bd],_0x46fea5,_0x2c0728)),null;}const _0x2944f8=this[_0xa58782(0x134)][_0xa58782(0x261)][_0xa58782(0x273)](_0xa58782(0x23b))['me'],_0x416cad=[];if(_0xa58782(0x1b3)!==this[_0xa58782(0x2ae)]){for(const {suggestion:_0xa2a4a9,meta:_0x41a3f4}of this[_0xa58782(0x26e)](_0x5c35bd,_0xa58782(0x1c1)))_0x41a3f4[_0xa58782(0x1cb)]&&!_0x41a3f4[_0xa58782(0x277)]&&_0x416cad[_0xa58782(0x15a)](..._0xa2a4a9[_0xa58782(0x2ac)]());}const _0x1e885e=function(_0x151d22,_0x492a0d){const _0x543980=_0xa58782,_0x1d1914=[];for(const _0x43c340 of _0x492a0d){const _0x3d60b7=_0x151d22[_0x543980(0x1ba)](_0x43c340);_0x3d60b7&&_0x1d1914[_0x543980(0x15a)](_0x3d60b7);}return _0x1d1914;}(_0x5c35bd,_0x416cad),_0x3110c0=function(_0x48ffb1,_0x2e4a22){const _0x2a75be=_0xa58782,_0x1bdbeb=[_0x48ffb1];for(const _0x351d34 of _0x2e4a22){let _0x24196f=0x0;for(;_0x24196f<_0x1bdbeb[_0x2a75be(0x1be)];){const _0x4f368f=_0x1bdbeb[_0x24196f][_0x2a75be(0x1ad)](_0x351d34);_0x1bdbeb[_0x2a75be(0x203)](_0x24196f,0x1,..._0x4f368f),_0x24196f+=_0x4f368f[_0x2a75be(0x1be)];}}return _0x1bdbeb;}(_0x5c35bd,_0x416cad);_0x1e885e[_0xa58782(0x1be)]&&this[_0xa58782(0x1e2)][_0xa58782(0x130)](()=>{const _0x31028a=_0xa58782;for(const _0x1379f7 of _0x1e885e){const _0xcbcd57=this[_0x31028a(0x230)][_0x31028a(0x2b7)](_0x31028a(0x27e),_0x1c2603,_0x31028a(0x16d));this[_0x31028a(0x1a6)](()=>_0xcbcd57([_0x1379f7],_0x46fea5,_0x2c0728));}});for(const _0x5eef4a of _0x3110c0){let _0x1f9644=null,_0x4524b9=_0x5eef4a[_0xa58782(0x279)],_0x8cb784=_0x5eef4a[_0xa58782(0x201)];for(const {suggestion:_0x3462e2,meta:_0x58e3d7}of this[_0xa58782(0x26e)](_0x5eef4a,_0xa58782(0x27e))){if(!_0x58e3d7[_0xa58782(0x1cb)])continue;if(_0x3462e2[_0xa58782(0x188)]!=_0x1c2603)continue;if(!Pt(_0x3462e2,_0x2c0728))continue;const _0x85df7e=_0x3462e2[_0xa58782(0x214)]();if(_0x85df7e[_0xa58782(0x17f)](_0x5eef4a,!0x0))return null;_0x4524b9=_0x4524b9[_0xa58782(0x266)](_0x85df7e[_0xa58782(0x279)])?_0x4524b9:_0x85df7e[_0xa58782(0x279)],_0x8cb784=_0x8cb784[_0xa58782(0x1ac)](_0x85df7e[_0xa58782(0x201)])?_0x8cb784:_0x85df7e[_0xa58782(0x201)],_0x1f9644?_0x85df7e[_0xa58782(0x279)][_0xa58782(0x266)](_0x1f9644[_0xa58782(0x214)]()[_0xa58782(0x279)])?(_0x1f9644[_0xa58782(0x12c)](),_0x1f9644=_0x3462e2):_0x3462e2[_0xa58782(0x12c)]():_0x1f9644=_0x3462e2;}const _0x3c8223=this[_0xa58782(0x1e2)][_0xa58782(0x127)](_0x4524b9,_0x8cb784);if(_0x1f9644)this[_0xa58782(0x21d)](_0x1f9644,_0x3c8223);else{const _0xc5566d=_0x5a4e6e(),_0x54d09a=_0x2944f8['id'];this[_0xa58782(0x289)]({'id':_0xc5566d,'type':_0xa58782(0x1e1)+_0x1c2603,'data':_0x46fea5,'createdAt':new Date(),'authorId':_0x54d09a,'attributes':_0x2c0728}),this[_0xa58782(0x1e9)](_0xa58782(0x1e1)+_0x1c2603,_0xc5566d,_0x54d09a,_0x3c8223);}}return null;}[_0x23267c(0x1ec)](_0x1c4242,_0x3e6ef6,_0x50c1b7=[],_0x5916a9=null,_0x28728f={}){const _0x164f05=_0x23267c;_0x3e6ef6[_0x164f05(0x1ca)]||(_0x3e6ef6[_0x164f05(0x1ca)]=_0x3e6ef6[_0x164f05(0x17a)]),_0x3e6ef6[_0x164f05(0x1e3)]=_0x1c4242['is'](_0x164f05(0x2d4)),_0x5916a9=_0x5916a9||Et(_0x3e6ef6);const _0x2e7b6c=_0x50c1b7[_0x164f05(0x23f)](_0x2ae1ce=>Ot(_0x2ae1ce,this[_0x164f05(0x1e2)])),_0xe4d9a0=_0x1c4242['is'](_0x164f05(0x2d4))?_0x1c4242:Ot(_0x1c4242,this[_0x164f05(0x1e2)]);if(_0x164f05(0x152)===this[_0x164f05(0x2ae)]){const _0x1b47fd=this[_0x164f05(0x230)][_0x164f05(0x2b7)](_0x164f05(0x1e0),_0x5916a9,_0x164f05(0x16d));return this[_0x164f05(0x1a6)](()=>_0x1b47fd([_0xe4d9a0],_0x3e6ef6,_0x28728f)),null;}_0x2e7b6c[_0x164f05(0x15a)](_0xe4d9a0);let _0x143035=!0x0;for(const _0x49c5e0 of _0x2e7b6c)if(!this[_0x164f05(0x29b)](_0x49c5e0)){_0x143035=!0x1;break;}if(_0x143035&&_0x164f05(0x1b3)!==this[_0x164f05(0x2ae)]){const _0x3ecc09=this[_0x164f05(0x230)][_0x164f05(0x2b7)](_0x164f05(0x1e0),_0x5916a9,_0x164f05(0x16d));return this[_0x164f05(0x1a6)](()=>_0x3ecc09([_0xe4d9a0],_0x3e6ef6,_0x28728f)),null;}let _0x47e196=null,_0x26bc5c=_0xe4d9a0[_0x164f05(0x279)],_0x50116a=_0xe4d9a0[_0x164f05(0x201)];for(const {suggestion:_0x258e60,meta:_0x460569}of this[_0x164f05(0x26e)](_0xe4d9a0,_0x164f05(0x1e0))){if(!_0x460569[_0x164f05(0x1cb)])continue;if(_0x460569[_0x164f05(0x1ee)]||_0x460569[_0x164f05(0x2bc)]||_0x460569[_0x164f05(0x277)])continue;if(_0x258e60[_0x164f05(0x1a5)][_0x164f05(0x1ca)]!=_0x3e6ef6[_0x164f05(0x1ca)])continue;if(!Pt(_0x258e60,_0x28728f))continue;const _0x3ad529=_0x258e60[_0x164f05(0x214)]();if(_0x258e60[_0x164f05(0x188)]==_0x5916a9){if(_0x3ad529[_0x164f05(0x17f)](_0xe4d9a0,!0x0))return null;_0x26bc5c=_0x26bc5c[_0x164f05(0x266)](_0x3ad529[_0x164f05(0x279)])?_0x26bc5c:_0x3ad529[_0x164f05(0x279)],_0x50116a=_0x50116a[_0x164f05(0x1ac)](_0x3ad529[_0x164f05(0x201)])?_0x50116a:_0x3ad529[_0x164f05(0x201)],_0x47e196?_0x3ad529[_0x164f05(0x279)][_0x164f05(0x266)](_0x47e196[_0x164f05(0x214)]()[_0x164f05(0x279)])?(_0x47e196[_0x164f05(0x12c)](),_0x47e196=_0x258e60):_0x258e60[_0x164f05(0x12c)]():_0x47e196=_0x258e60;}else{const _0x4056de=_0xe4d9a0[_0x164f05(0x1ba)](_0x3ad529);this[_0x164f05(0x219)](_0x258e60,_0x4056de);}}const _0x1bdf9d=this[_0x164f05(0x134)][_0x164f05(0x261)][_0x164f05(0x273)](_0x164f05(0x23b))['me'],_0x5a358b=_0x5a4e6e(),_0x3352cb=_0x1bdf9d['id'];if(_0x47e196)return this[_0x164f05(0x21d)](_0x47e196,this[_0x164f05(0x1e2)][_0x164f05(0x127)](_0x26bc5c,_0x50116a)),_0x47e196;{const _0x1e2f5=this[_0x164f05(0x289)]({'id':_0x5a358b,'type':_0x164f05(0x1e4)+_0x5916a9,'data':_0x3e6ef6,'createdAt':new Date(),'authorId':_0x3352cb,'attributes':_0x28728f});return this[_0x164f05(0x1e9)](_0x164f05(0x1e4)+_0x5916a9,_0x5a358b,_0x3352cb,this[_0x164f05(0x1e2)][_0x164f05(0x127)](_0x26bc5c,_0x50116a)),_0x1e2f5;}}[_0x23267c(0x1da)](_0x36222f,_0x2aa991,_0x255458=[],_0x2aa921=null,_0x5d056d={}){const _0x2bb181=_0x23267c;_0x2aa991[_0x2bb181(0x1ca)]||(_0x2aa991[_0x2bb181(0x1ca)]=_0x2aa991[_0x2bb181(0x17a)]);const _0x396501=_0x36222f[0x0];_0x2aa991[_0x2bb181(0x1e3)]=_0x396501['is'](_0x2bb181(0x2d4)),_0x2aa921=_0x2aa921||Et(_0x2aa991);const _0xca5128=_0x255458[_0x2bb181(0x23f)](_0x5db728=>Ot(_0x5db728,this[_0x2bb181(0x1e2)])),_0x152311=_0x396501['is'](_0x2bb181(0x2d4))?_0x36222f:_0x36222f[_0x2bb181(0x23f)](_0x58a7de=>Ot(_0x58a7de,this[_0x2bb181(0x1e2)]));if(_0x2bb181(0x152)===this[_0x2bb181(0x2ae)]){const _0x3f5cd0=this[_0x2bb181(0x230)][_0x2bb181(0x2b7)](_0x2bb181(0x1e0),_0x2aa921,_0x2bb181(0x16d));return this[_0x2bb181(0x1a6)](()=>_0x3f5cd0(_0x152311,_0x2aa991,_0x5d056d)),null;}_0xca5128[_0x2bb181(0x15a)](..._0x152311);let _0x589691=!0x0;for(const _0x8c26db of _0xca5128)if(!this[_0x2bb181(0x29b)](_0x8c26db)){_0x589691=!0x1;break;}if(_0x589691&&_0x2bb181(0x1b3)!==this[_0x2bb181(0x2ae)]){const _0x16745a=this[_0x2bb181(0x230)][_0x2bb181(0x2b7)](_0x2bb181(0x1e0),_0x2aa921,_0x2bb181(0x16d));return this[_0x2bb181(0x1a6)](()=>_0x16745a(_0x152311,_0x2aa991,_0x5d056d)),null;}const _0x3f9216=this[_0x2bb181(0x134)][_0x2bb181(0x261)][_0x2bb181(0x273)](_0x2bb181(0x23b))['me'];for(const _0x4277cd of this[_0x2bb181(0x1dd)]()){if(_0x4277cd[_0x2bb181(0x2d3)]['id']!=_0x3f9216['id'])continue;if(_0x2bb181(0x1e0)!=_0x4277cd[_0x2bb181(0x1d9)]||_0x4277cd[_0x2bb181(0x1a5)][_0x2bb181(0x1ca)]!=_0x2aa991[_0x2bb181(0x1ca)])continue;if(!Pt(_0x4277cd,_0x5d056d))continue;const _0x4ea4f4=_0x4277cd[_0x2bb181(0x188)]==_0x2aa921;for(let _0x3b6342=0x0;_0x3b6342<_0x152311[_0x2bb181(0x1be)];_0x3b6342++){const _0x40c6dd=_0x152311[_0x3b6342];for(const _0x10ce54 of _0x4277cd[_0x2bb181(0x23c)]()){const _0x4539c4=_0x10ce54[_0x2bb181(0x295)]();if(_0x40c6dd[_0x2bb181(0x1b7)](_0x4539c4)){_0x4ea4f4?(_0x152311[_0x2bb181(0x203)](_0x3b6342,0x1),_0x3b6342--):_0x4277cd[_0x2bb181(0x158)](_0x10ce54[_0x2bb181(0x1ef)]);break;}}}}if(0x0==_0x152311[_0x2bb181(0x1be)])return null;const _0x421293=this[_0x2bb181(0x230)][_0x2bb181(0x2b7)](_0x2bb181(0x1e0),_0x2aa921,_0x2bb181(0x270));for(const _0x2d1604 of this[_0x2bb181(0x1dd)]())if(_0x2d1604[_0x2bb181(0x2d3)]['id']==_0x3f9216['id']&&_0x2bb181(0x1e0)==_0x2d1604[_0x2bb181(0x1d9)]&&_0x2d1604[_0x2bb181(0x1a5)][_0x2bb181(0x1ca)]==_0x2aa991[_0x2bb181(0x1ca)]&&_0x2d1604[_0x2bb181(0x188)]==_0x2aa921&&Pt(_0x2d1604,_0x5d056d)&&(_0x421293(_0x2d1604[_0x2bb181(0x2ac)](),_0x152311)||_0x421293(_0x152311,_0x2d1604[_0x2bb181(0x2ac)]()))){for(const _0x3e4aee of _0x152311)_0x2d1604[_0x2bb181(0x162)](_0x3e4aee);return _0x2d1604;}const _0x56170b=_0x5a4e6e(),_0x3af1db=_0x3f9216['id'],_0x15f940=_0x2bb181(0x1e4)+_0x2aa921,_0x1e80f1=this[_0x2bb181(0x289)]({'id':_0x56170b,'type':_0x15f940,'data':_0x2aa991,'createdAt':new Date(),'authorId':_0x3af1db,'attributes':_0x5d056d});for(const _0x57abc9 of _0x152311)this[_0x2bb181(0x1e9)](_0x15f940,_0x56170b,_0x3af1db,_0x57abc9,_0x198c9f[_0x2bb181(0x1a7)]());return _0x1e80f1;}[_0x23267c(0x172)](_0x501044,_0x542188=null,_0x369df0={}){const _0x1bbdc3=_0x23267c;if(_0x501044[_0x1bbdc3(0x2ba)])return null;const _0x5f21a7=this[_0x1bbdc3(0x134)][_0x1bbdc3(0x261)][_0x1bbdc3(0x273)](_0x1bbdc3(0x23b))['me'],_0x26b0b5=new _0x15d881(_0x501044[_0x1bbdc3(0x279)],_0x501044[_0x1bbdc3(0x201)]);for(const {suggestion:_0x58f6c9,meta:_0x46c435}of this[_0x1bbdc3(0x26e)](_0x26b0b5,_0x1bbdc3(0x1c1)))if(_0x46c435[_0x1bbdc3(0x1cb)]&&!_0x46c435[_0x1bbdc3(0x1ee)]){if(_0x58f6c9[_0x1bbdc3(0x2cb)]){const _0x5cb586=_0x58f6c9[_0x1bbdc3(0x2ac)]()[_0x1bbdc3(0x2c3)](_0x505a94=>_0x1bbdc3(0x1f3)!=_0x505a94[_0x1bbdc3(0x298)][_0x1bbdc3(0x12a)]);_0x5cb586[_0x1bbdc3(0x227)](_0x34ec25=>_0x26b0b5[_0x1bbdc3(0x17f)](_0x34ec25,!0x0))&&_0x58f6c9[_0x1bbdc3(0x280)]();if(_0x5cb586[_0x1bbdc3(0x21e)](_0x51ea52=>_0x51ea52[_0x1bbdc3(0x17f)](_0x26b0b5,!0x0))){const _0x5f1ed6=this[_0x1bbdc3(0x230)][_0x1bbdc3(0x2b7)](_0x1bbdc3(0x213),_0x542188,_0x1bbdc3(0x16d));return this[_0x1bbdc3(0x1a6)](()=>_0x5f1ed6([_0x26b0b5],null,_0x369df0)),null;}}else{const _0x468cc4=_0x26b0b5[_0x1bbdc3(0x1ba)](_0x58f6c9[_0x1bbdc3(0x214)]());null!==_0x468cc4&&_0x58f6c9[_0x1bbdc3(0x208)]([_0x468cc4],null,_0x369df0);}}if(_0x26b0b5[_0x1bbdc3(0x2c8)](),_0x26b0b5[_0x1bbdc3(0x2ba)]||_0x1bbdc3(0x1f3)==_0x26b0b5[_0x1bbdc3(0x298)][_0x1bbdc3(0x12a)])return null;let _0x147717=null,_0x4275b0=_0x26b0b5[_0x1bbdc3(0x279)],_0x3e3ebb=_0x26b0b5[_0x1bbdc3(0x201)];const _0x1d3dac=this[_0x1bbdc3(0x26e)](_0x26b0b5,_0x1bbdc3(0x213));for(const {suggestion:_0x1ec4ee,meta:_0x5b83a0}of _0x1d3dac){const _0x1ddf4c=this[_0x1bbdc3(0x1e2)][_0x1bbdc3(0x127)](_0x4275b0,_0x3e3ebb);if(_0x5b83a0[_0x1bbdc3(0x1cb)]&&(this[_0x1bbdc3(0x175)]||!_0x5b83a0[_0x1bbdc3(0x2bc)]&&!_0x5b83a0[_0x1bbdc3(0x277)])){if(_0x1ec4ee[_0x1bbdc3(0x2cb)]){if(!Pt(_0x1ec4ee,_0x369df0))continue;let _0x18cd22=!0x0;for(const _0x327d65 of _0x1ec4ee[_0x1bbdc3(0x2ac)]()){if(_0x327d65[_0x1bbdc3(0x17f)](_0x1ddf4c,!0x0))return _0x1ec4ee;_0x1ddf4c[_0x1bbdc3(0x17f)](_0x327d65)||(_0x18cd22=!0x1);}_0x18cd22&&_0x1ec4ee[_0x1bbdc3(0x280)]();}else{const _0x16ac63=_0x1ec4ee[_0x1bbdc3(0x214)]();if(_0x16ac63[_0x1bbdc3(0x17f)](_0x1ddf4c,!0x0))return _0x1ec4ee;if(!Pt(_0x1ec4ee,_0x369df0)){_0x1ddf4c[_0x1bbdc3(0x17f)](_0x16ac63)?_0x1ec4ee[_0x1bbdc3(0x12c)]():_0x16ac63[_0x1bbdc3(0x28a)](_0x4275b0)?_0x4275b0=_0x16ac63[_0x1bbdc3(0x201)]:_0x16ac63[_0x1bbdc3(0x28a)](_0x3e3ebb)&&(_0x3e3ebb=_0x16ac63[_0x1bbdc3(0x279)]);continue;}_0x4275b0=_0x4275b0[_0x1bbdc3(0x266)](_0x16ac63[_0x1bbdc3(0x279)])?_0x4275b0:_0x16ac63[_0x1bbdc3(0x279)],_0x3e3ebb=_0x3e3ebb[_0x1bbdc3(0x1ac)](_0x16ac63[_0x1bbdc3(0x201)])?_0x3e3ebb:_0x16ac63[_0x1bbdc3(0x201)],_0x369df0=Object[_0x1bbdc3(0x22b)]({},_0x1ec4ee[_0x1bbdc3(0x1b6)]),_0x147717?_0x16ac63[_0x1bbdc3(0x279)][_0x1bbdc3(0x266)](_0x147717[_0x1bbdc3(0x214)]()[_0x1bbdc3(0x279)])?(_0x147717[_0x1bbdc3(0x12c)](),_0x147717=_0x1ec4ee):_0x1ec4ee[_0x1bbdc3(0x12c)]():_0x147717=_0x1ec4ee;}}}if(_0x147717)return this[_0x1bbdc3(0x21d)](_0x147717,this[_0x1bbdc3(0x1e2)][_0x1bbdc3(0x127)](_0x4275b0,_0x3e3ebb)),_0x147717;{const _0x5298f3=_0x5a4e6e(),_0x4347e3=this[_0x1bbdc3(0x1e2)][_0x1bbdc3(0x127)](_0x4275b0,_0x3e3ebb),_0x20c678=_0x5f21a7['id'],_0x183bf0=_0x542188?_0x1bbdc3(0x216)+_0x542188:_0x1bbdc3(0x213),_0x579d45=this[_0x1bbdc3(0x289)]({'id':_0x5298f3,'type':_0x183bf0,'createdAt':new Date(),'authorId':_0x20c678,'attributes':_0x369df0});return this[_0x1bbdc3(0x1e9)](_0x183bf0,_0x5298f3,_0x20c678,_0x4347e3),_0x579d45;}}[_0x23267c(0x28c)](_0x5e4e24,_0x24d6a5=_0x23267c(0x2b4),_0x5d35ea={}){const _0x54524d=_0x23267c,_0x4fc4c2=this[_0x54524d(0x134)][_0x54524d(0x261)][_0x54524d(0x273)](_0x54524d(0x23b))['me'],_0x3807d1=_0x5e4e24[_0x54524d(0x23f)](_0x5d0029=>new _0x15d881(_0x5d0029[_0x54524d(0x279)],_0x5d0029[_0x54524d(0x201)])),_0x224714=new Set();for(const {suggestion:_0x394ee2,meta:_0x1cdea0}of this[_0x54524d(0x26e)](_0x3807d1,_0x54524d(0x1c1)))_0x1cdea0[_0x54524d(0x1cb)]&&!_0x1cdea0[_0x54524d(0x1ee)]&&_0x224714[_0x54524d(0x1a4)](_0x394ee2);for(const _0x44837b of _0x224714)if(_0x44837b[_0x54524d(0x2cb)]){const _0x41abaa=_0x44837b[_0x54524d(0x2ac)]();(!_0x44837b[_0x54524d(0x1b6)]||!_0x44837b[_0x54524d(0x1b6)][_0x54524d(0x22a)])&&(_0x41abaa[_0x54524d(0x227)](_0x2e6e69=>_0x3807d1[_0x54524d(0x21e)](_0x1f45cc=>_0x1f45cc[_0x54524d(0x17f)](_0x2e6e69,!0x0)))&&_0x44837b[_0x54524d(0x280)]());if(_0x3807d1[_0x54524d(0x227)](_0x148ee4=>_0x41abaa[_0x54524d(0x21e)](_0x175acf=>_0x175acf[_0x54524d(0x17f)](_0x148ee4,!0x0)))){const _0x38e062=this[_0x54524d(0x230)][_0x54524d(0x2b7)](_0x54524d(0x213),_0x24d6a5,_0x54524d(0x16d));return this[_0x54524d(0x1a6)](()=>_0x38e062(_0x5e4e24,null,_0x5d35ea)),null;}}else{const _0x38c5ac=_0x44837b[_0x54524d(0x214)]();_0x3807d1[_0x54524d(0x21e)](_0x1ea5f5=>_0x1ea5f5[_0x54524d(0x17f)](_0x38c5ac,!0x0))&&_0x44837b[_0x54524d(0x280)]();if(_0x3807d1[_0x54524d(0x227)](_0x241fca=>_0x38c5ac[_0x54524d(0x17f)](_0x241fca,!0x0))){const _0x53ff60=this[_0x54524d(0x230)][_0x54524d(0x2b7)](_0x54524d(0x213),_0x24d6a5,_0x54524d(0x16d));return this[_0x54524d(0x1a6)](()=>_0x53ff60(_0x3807d1,null,_0x5d35ea)),null;}}const _0x574227=this[_0x54524d(0x230)][_0x54524d(0x2b7)](_0x54524d(0x213),_0x24d6a5,_0x54524d(0x270));let _0x321aa3=null;for(const _0x16e2f7 of this[_0x54524d(0x1dd)]())if(_0x16e2f7[_0x54524d(0x2d3)]['id']==_0x4fc4c2['id']&&_0x16e2f7[_0x54524d(0x193)]&&_0x54524d(0x213)==_0x16e2f7[_0x54524d(0x1d9)]&&_0x16e2f7[_0x54524d(0x188)]==_0x24d6a5&&Pt(_0x16e2f7,_0x5d35ea)&&(_0x574227(_0x16e2f7[_0x54524d(0x2ac)](),_0x3807d1)||_0x574227(_0x3807d1,_0x16e2f7[_0x54524d(0x2ac)]()))){if(_0x321aa3){if(_0x16e2f7[_0x54524d(0x271)]&&_0x16e2f7[_0x54524d(0x271)][_0x54524d(0x1be)])continue;for(const _0x56daf7 of _0x16e2f7[_0x54524d(0x2ac)]())_0x321aa3[_0x54524d(0x231)](_0x56daf7)||_0x321aa3[_0x54524d(0x162)](_0x56daf7);_0x16e2f7[_0x54524d(0x12c)]();}else{_0x321aa3=_0x16e2f7;for(const _0x2690a9 of _0x3807d1)_0x16e2f7[_0x54524d(0x231)](_0x2690a9)||_0x16e2f7[_0x54524d(0x162)](_0x2690a9);}}if(_0x321aa3)return _0x321aa3;_0x224714[_0x54524d(0x296)]();for(const {suggestion:_0x53ee6d,meta:_0x37c3bb}of this[_0x54524d(0x26e)](_0x3807d1,_0x54524d(0x213)))_0x37c3bb[_0x54524d(0x1cb)]&&(this[_0x54524d(0x175)]||!_0x37c3bb[_0x54524d(0x2bc)]&&!_0x37c3bb[_0x54524d(0x277)])&&Pt(_0x53ee6d,_0x5d35ea)&&_0x224714[_0x54524d(0x1a4)](_0x53ee6d);for(const _0x29ee40 of _0x224714){const _0x52339f=_0x29ee40[_0x54524d(0x2ac)]();if(!_0x5d35ea||!_0x5d35ea[_0x54524d(0x22a)]){if(_0x3807d1[_0x54524d(0x227)](_0x3d8c9b=>_0x52339f[_0x54524d(0x21e)](_0x2b5e05=>_0x2b5e05[_0x54524d(0x17f)](_0x3d8c9b,!0x0))))return _0x29ee40;}(!_0x29ee40[_0x54524d(0x1b6)]||!_0x29ee40[_0x54524d(0x1b6)][_0x54524d(0x22a)])&&(_0x52339f[_0x54524d(0x227)](_0x4ddd6c=>_0x3807d1[_0x54524d(0x21e)](_0x3b7fd1=>_0x3b7fd1[_0x54524d(0x17f)](_0x4ddd6c,!0x0)))&&_0x29ee40[_0x54524d(0x280)]());}const _0x4bcb00=_0x5a4e6e(),_0x1c7b9e=_0x4fc4c2['id'],_0x1dd8e8=_0x54524d(0x216)+_0x24d6a5,_0x27a2bd=this[_0x54524d(0x289)]({'id':_0x4bcb00,'type':_0x1dd8e8,'createdAt':new Date(),'authorId':_0x1c7b9e,'attributes':_0x5d35ea});for(const _0x4b628b of _0x3807d1)_0x4b628b[_0x54524d(0x2c8)](),_0x4b628b[_0x54524d(0x2ba)]||_0x54524d(0x1f3)==_0x4b628b[_0x54524d(0x298)][_0x54524d(0x12a)]||this[_0x54524d(0x1e9)](_0x1dd8e8,_0x4bcb00,_0x1c7b9e,_0x4b628b,_0x198c9f[_0x54524d(0x1a7)]());return _0x27a2bd;}[_0x23267c(0x13c)](_0x82d703,_0x542211,_0x437fde,_0x29e3f0,_0x1fddea){const _0xeafade=_0x23267c;if(_0x82d703[_0xeafade(0x2ba)])return[];if(_0xeafade(0x152)===this[_0xeafade(0x2ae)])return[];const _0x355d19=this[_0xeafade(0x134)][_0xeafade(0x261)][_0xeafade(0x273)](_0xeafade(0x23b))['me']['id'],_0x58d15c=Array[_0xeafade(0x2a1)](this[_0xeafade(0x28d)][_0xeafade(0x209)]())[_0xeafade(0x2c3)](_0x3202bc=>_0xeafade(0x191)==_0x3202bc[_0xeafade(0x1d9)]&&_0x3202bc[_0xeafade(0x1a5)][_0xeafade(0x1cd)]==_0x542211&&_0x3202bc[_0xeafade(0x231)](_0x82d703));if(_0xeafade(0x263)===this[_0xeafade(0x2ae)]){const _0x4f0b4d=this[_0xeafade(0x26e)](_0x82d703,_0xeafade(0x1c1))[_0xeafade(0x2c3)](({meta:_0xd2e932})=>_0xd2e932[_0xeafade(0x1cb)]&&!_0xd2e932[_0xeafade(0x277)]&&!_0xd2e932[_0xeafade(0x1ee)])[_0xeafade(0x23f)](({suggestion:_0x25e2ca})=>_0x25e2ca);_0x58d15c[_0xeafade(0x2bd)](..._0x4f0b4d);}const _0x499fdb=new Map([[_0x82d703,_0x437fde]]);for(const _0x5366ab of _0x58d15c){const _0x5da6c5=_0xeafade(0x191)==_0x5366ab[_0xeafade(0x1d9)]?_0x5366ab[_0xeafade(0x1a5)][_0xeafade(0x171)]:void 0x0,_0x4144a5=_0x5366ab[_0xeafade(0x214)](),_0x209239=Array[_0xeafade(0x2a1)](_0x499fdb[_0xeafade(0x25c)]())[_0xeafade(0x20e)](_0x3474e9=>_0x3474e9[_0xeafade(0x234)](_0x4144a5));if(!_0x209239)continue;const _0x13fa5a=_0x209239[_0xeafade(0x1ad)](_0x4144a5);this[_0xeafade(0x217)](_0x542211)&&_0xeafade(0x1c1)==_0x5366ab[_0xeafade(0x1d9)]&&0x0!=_0x13fa5a[_0xeafade(0x1be)]||(_0x499fdb[_0xeafade(0x181)](_0x209239),_0x13fa5a[_0xeafade(0x29e)](_0x109088=>{const _0x1533cd=_0xeafade;_0x499fdb[_0x1533cd(0x236)](_0x109088,_0x437fde);}),_0xeafade(0x1c1)!=_0x5366ab[_0xeafade(0x1d9)]&&_0x5da6c5!=_0x29e3f0&&_0x499fdb[_0xeafade(0x236)](_0x209239[_0xeafade(0x1ba)](_0x4144a5),_0x5da6c5));}const _0x90e990=[];for(const [_0x525108,_0x338318]of _0x499fdb){const _0x199484=_0x5a4e6e(),_0x51b134={'key':_0x542211,'oldValue':_0x338318,'newValue':_0x29e3f0};_0x542211[_0xeafade(0x1be)]>0x25&&console[_0xeafade(0x242)](_0xeafade(0x274),{'key':_0x542211});const _0x4a950b=(_0xeafade(0x1f6)+(_0x542211+'|'+Et({'newValue':_0x29e3f0})))[_0xeafade(0x2b9)](0x0,0x3c),_0x198a1f=this[_0xeafade(0x289)]({'id':_0x199484,'type':_0x4a950b,'data':_0x51b134,'createdAt':new Date(),'authorId':_0x355d19,'attributes':_0x1fddea});_0x90e990[_0xeafade(0x15a)](_0x198a1f),this[_0xeafade(0x1e9)](_0x4a950b,_0x199484,_0x355d19,_0x525108);}return _0x90e990;}[_0x23267c(0x140)](_0x16317b){const _0x231489=_0x23267c;this[_0x231489(0x252)][_0x231489(0x1a4)](_0x16317b);}[_0x23267c(0x157)](_0xa0f497){const _0x290b64=_0x23267c;this[_0x290b64(0x1d0)][_0x290b64(0x1a4)](_0xa0f497);}[_0x23267c(0x2af)](_0x56e770,_0x4c24de=[],_0x22a8e3=[]){const _0x4f9161=_0x23267c;this[_0x4f9161(0x1c7)](_0x56e770,(_0x34eae5,..._0x2228b5)=>{const _0x375a55=_0x4f9161;this[_0x375a55(0x24d)](()=>{_0x34eae5(..._0x2228b5);});});for(const _0xb6e3f8 of _0x4c24de)this[_0x4f9161(0x157)](_0xb6e3f8);for(const _0x2f9702 of _0x22a8e3)this[_0x4f9161(0x140)](_0x2f9702);}[_0x23267c(0x14c)](_0x5c3d6f){const _0x45ed81=_0x23267c;return _0x45ed81(0x191)==_0x5c3d6f[_0x45ed81(0x1d9)]?_0x5c3d6f[_0x45ed81(0x188)][_0x45ed81(0x1cc)]('|')[0x0]:null;}[_0x23267c(0x21d)](_0x34032f,_0x5e9559){const _0x3f7953=_0x23267c,_0x208798=_0x34032f[_0x3f7953(0x26c)]();this[_0x3f7953(0x1e2)][_0x3f7953(0x130)](_0x72b1a5=>{const _0x4c9109=_0x3f7953;_0x72b1a5[_0x4c9109(0x1b9)](_0x208798,{'range':_0x5e9559});});}[_0x23267c(0x20c)](_0x37ec8a){const _0xdce4ea=_0x23267c,_0x14e4e7=_0x37ec8a['id'],_0x923354=this[_0xdce4ea(0x134)][_0xdce4ea(0x18a)][_0xdce4ea(0x273)](_0xdce4ea(0x153));this[_0xdce4ea(0x2a2)][_0xdce4ea(0x141)](_0x14e4e7)||this[_0xdce4ea(0x2a2)][_0xdce4ea(0x200)]({'channelId':_0x923354,'threadId':_0x14e4e7,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x34ab9e=this[_0xdce4ea(0x2a2)][_0xdce4ea(0x28f)](_0x14e4e7);_0x34ab9e[_0xdce4ea(0x20a)](_0xdce4ea(0x1f4)),_0x34ab9e[_0xdce4ea(0x1f4)]=!0x1,_0x37ec8a[_0xdce4ea(0x271)]=_0x34ab9e;}[_0x23267c(0x19f)](_0xbd2b23,_0x261762,_0x83d37b,_0x2650c2){const _0x264a17=_0x23267c;if(_0xbd2b23[_0x264a17(0x1d9)]!=_0x261762||_0xbd2b23[_0x264a17(0x188)]!=_0x83d37b||_0xbd2b23[_0x264a17(0x2c2)]['id']!=_0x2650c2)throw this[_0x264a17(0x134)][_0x264a17(0x22d)](_0x264a17(0x27c)),new _0x1098fd(_0x264a17(0x27c),this);}[_0x23267c(0x219)](_0x293c07,_0x2afcd0){const _0x18c149=_0x23267c,_0x24092d=_0x293c07[_0x18c149(0x214)]();if(_0x2afcd0[_0x18c149(0x1b7)](_0x24092d))_0x293c07[_0x18c149(0x12c)]();else{if(_0x24092d[_0x18c149(0x17f)](_0x2afcd0)){const _0x36d7ed=this[_0x18c149(0x1e2)][_0x18c149(0x1b5)](_0x2afcd0[_0x18c149(0x279)][_0x18c149(0x235)],_0x18c149(0x201));this[_0x18c149(0x21d)](_0x293c07,this[_0x18c149(0x1e2)][_0x18c149(0x127)](_0x24092d[_0x18c149(0x279)],_0x36d7ed));const _0x45ce95=_0x5a4e6e(),_0x4e3917=_0x293c07[_0x18c149(0x2c2)]['id'],_0x19c133=_0x293c07[_0x18c149(0x1d9)]+':'+_0x293c07[_0x18c149(0x188)];this[_0x18c149(0x289)]({'id':_0x45ce95,'type':_0x19c133,'createdAt':new Date(),'authorId':_0x4e3917,'data':_0x293c07[_0x18c149(0x1a5)],'attributes':_0x293c07[_0x18c149(0x1b6)]});const _0x218a3a=this[_0x18c149(0x1e2)][_0x18c149(0x1b5)](_0x2afcd0[_0x18c149(0x201)][_0x18c149(0x139)],_0x18c149(0x15e)),_0x295c4e=this[_0x18c149(0x1e2)][_0x18c149(0x127)](_0x218a3a,_0x24092d[_0x18c149(0x201)]);this[_0x18c149(0x1e9)](_0x19c133,_0x45ce95,_0x4e3917,_0x295c4e);}else{if(_0x24092d[_0x18c149(0x28a)](_0x2afcd0[_0x18c149(0x279)])){const _0x22c399=this[_0x18c149(0x1e2)][_0x18c149(0x1b5)](_0x2afcd0[_0x18c149(0x279)][_0x18c149(0x235)],_0x18c149(0x201));this[_0x18c149(0x21d)](_0x293c07,this[_0x18c149(0x1e2)][_0x18c149(0x127)](_0x24092d[_0x18c149(0x279)],_0x22c399));}else{const _0x204b07=this[_0x18c149(0x1e2)][_0x18c149(0x1b5)](_0x2afcd0[_0x18c149(0x201)][_0x18c149(0x139)],_0x18c149(0x15e));this[_0x18c149(0x21d)](_0x293c07,this[_0x18c149(0x1e2)][_0x18c149(0x127)](_0x204b07,_0x24092d[_0x18c149(0x201)]));}}}}[_0x23267c(0x29b)](_0x56658e){const _0x2a944f=_0x23267c;for(const {suggestion:_0x2beaa4,meta:_0x35e765}of this[_0x2a944f(0x26e)](_0x56658e,_0x2a944f(0x1c1))){if(!_0x35e765[_0x2a944f(0x1cb)])continue;const _0x26bb29=_0x2beaa4[_0x2a944f(0x2ac)]();for(const _0x1e8506 of _0x26bb29)if(!_0x56658e[_0x2a944f(0x1ad)](_0x1e8506)[_0x2a944f(0x1be)])return!0x0;}return!0x1;}[_0x23267c(0x1fb)](_0x4bd9dd){const _0x1cdbb6=_0x23267c,_0x1acfdc=this[_0x1cdbb6(0x134)][_0x1cdbb6(0x261)][_0x1cdbb6(0x273)](_0x1cdbb6(0x23b))[_0x1cdbb6(0x1db)](_0x4bd9dd);if(!_0x1acfdc)throw new _0x1098fd(_0x1cdbb6(0x28b),this);return _0x1acfdc;}[_0x23267c(0x1f7)](_0x30e198){const _0x19a5f9=_0x23267c,_0x239e8a=this[_0x19a5f9(0x134)][_0x19a5f9(0x261)][_0x19a5f9(0x273)](_0x19a5f9(0x23b)),_0x64ae67=_0x472976(_0x19a5f9(0x2c6)+_0x30e198),_0x2cf430=_0x239e8a[_0x19a5f9(0x1db)](_0x64ae67);return _0x2cf430||_0x239e8a[_0x19a5f9(0x256)]({'id':_0x64ae67,'name':_0x30e198});}[_0x23267c(0x290)](_0xffd540,_0x1d322b,_0x4ffead,_0x19dd93,_0x5499d9){const _0x29a44f=_0x23267c,_0xa4509f=this[_0x29a44f(0x1fb)](_0x19dd93),_0x16f34c=this[_0x29a44f(0x230)][_0x29a44f(0x1df)](_0xffd540,_0x1d322b,_0x4ffead,_0xa4509f,_0x5499d9,_0x2f4629=>{const _0x4046ca=_0x29a44f;this[_0x4046ca(0x21b)](_0x4ffead,{'attributes':_0x2f4629});const _0x195248=this[_0x4046ca(0x12f)](_0x4ffead);this[_0x4046ca(0x14d)](new Set([_0x195248])),this[_0x4046ca(0x159)](new Set([_0x195248]));});return this[_0x29a44f(0x1e7)](_0x16f34c,_0x29a44f(0x16d),()=>{const _0x2e0f07=_0x29a44f;this[_0x2e0f07(0x21b)](_0x4ffead,{'state':_0x2e0f07(0x146)});},{'priority':_0x29a44f(0x1e5)}),this[_0x29a44f(0x1e7)](_0x16f34c,_0x29a44f(0x280),()=>{const _0x3bbf97=_0x29a44f;this[_0x3bbf97(0x21b)](_0x4ffead,{'state':_0x3bbf97(0x210)});},{'priority':_0x29a44f(0x1e5)}),this[_0x29a44f(0x28d)][_0x29a44f(0x236)](_0x4ffead,_0x16f34c),this[_0x29a44f(0x168)][_0x29a44f(0x236)](_0x16f34c,_0x29a44f(0x24a)),_0x16f34c;}[_0x23267c(0x20b)](_0x1afd73){const _0x3a3f8a=_0x23267c,_0x1b7ef3=_0x1afd73[_0x3a3f8a(0x1cc)](':');return{'group':_0x1b7ef3[0x0],'type':_0x1b7ef3[0x1],'subType':_0x1b7ef3[_0x3a3f8a(0x1be)]>=0x5?_0x1b7ef3[0x2]:null,'id':_0x1b7ef3[_0x3a3f8a(0x1be)]<0x5?_0x1b7ef3[0x2]:_0x1b7ef3[0x3],'authorId':_0x1b7ef3[_0x3a3f8a(0x1be)]<0x5?_0x1b7ef3[0x3]:_0x1b7ef3[0x4],'markerCount':0x6==_0x1b7ef3[_0x3a3f8a(0x1be)]?_0x1b7ef3[0x5]:null};}[_0x23267c(0x291)](_0x322fa6,_0x41c313,_0x358990){const _0x4900c6=_0x23267c,_0x432345=_0x322fa6[_0x4900c6(0x214)](),_0x4d083f=_0x432345[_0x4900c6(0x279)],_0x51d7d2=_0x432345[_0x4900c6(0x201)];this[_0x4900c6(0x21d)](_0x322fa6,this[_0x4900c6(0x1e2)][_0x4900c6(0x127)](_0x4d083f,_0x41c313));const _0x29c49d=_0x5a4e6e(),_0x125f30=_0x322fa6[_0x4900c6(0x2c2)]['id'],_0x537959=_0x322fa6[_0x4900c6(0x1d9)]+(_0x322fa6[_0x4900c6(0x188)]?':'+_0x322fa6[_0x4900c6(0x188)]:'');this[_0x4900c6(0x289)]({'id':_0x29c49d,'type':_0x537959,'createdAt':new Date(),'authorId':_0x125f30,'originalSuggestionId':_0x322fa6['id'],'attributes':_0x322fa6[_0x4900c6(0x1b6)],'data':_0x322fa6[_0x4900c6(0x1a5)]});const _0x348973=this[_0x4900c6(0x14c)](_0x322fa6);(_0x4900c6(0x1e0)==_0x322fa6[_0x4900c6(0x1d9)]||_0x348973&&this[_0x4900c6(0x217)](_0x348973))&&(_0x358990=this[_0x4900c6(0x1e2)][_0x4900c6(0x1d4)](_0x358990[_0x4900c6(0x139)])),this[_0x4900c6(0x1e9)](_0x537959,_0x29c49d,_0x125f30,this[_0x4900c6(0x1e2)][_0x4900c6(0x127)](_0x358990,_0x51d7d2));}[_0x23267c(0x26e)](_0x541dba,_0x4d54b6=null){const _0x1593bb=_0x23267c,_0x5af4a0=[],_0x2b9672=this[_0x1593bb(0x134)][_0x1593bb(0x261)][_0x1593bb(0x273)](_0x1593bb(0x23b))['me'];Array[_0x1593bb(0x205)](_0x541dba)||(_0x541dba=[_0x541dba]);for(const _0x3c068f of this[_0x1593bb(0x1dd)]()){if(!_0x3c068f[_0x1593bb(0x193)])continue;if(_0x4d54b6&&_0x3c068f[_0x1593bb(0x1d9)]!=_0x4d54b6)continue;let _0x497069=!0x1;for(const _0x59ddfa of _0x3c068f[_0x1593bb(0x2ac)]()){for(const _0x3abb23 of _0x541dba){const _0x11ff12=_0x3abb23[_0x1593bb(0x279)][_0x1593bb(0x1b7)](_0x59ddfa[_0x1593bb(0x201)])||_0x3abb23[_0x1593bb(0x201)][_0x1593bb(0x1b7)](_0x59ddfa[_0x1593bb(0x279)]);if(_0x11ff12||_0x3abb23[_0x1593bb(0x1ba)](_0x59ddfa)){const _0x588729=_0x3abb23[_0x1593bb(0x17f)](_0x59ddfa)&&xt(this[_0x1593bb(0x1e2)][_0x1593bb(0x12b)],_0x59ddfa[_0x1593bb(0x279)],_0x3abb23),_0x87b5f1=_0x59ddfa[_0x1593bb(0x17f)](_0x3abb23)&&xt(this[_0x1593bb(0x1e2)][_0x1593bb(0x12b)],_0x3abb23[_0x1593bb(0x279)],_0x59ddfa);_0x5af4a0[_0x1593bb(0x15a)]({'suggestion':_0x3c068f,'meta':{'isOwn':_0x2b9672==_0x3c068f[_0x1593bb(0x2d3)],'isNextTo':_0x11ff12,'isInsideObject':_0x588729,'containsRangeInObject':_0x87b5f1}}),_0x497069=!0x0;break;}}if(_0x497069)break;}}return _0x5af4a0;}[_0x23267c(0x1e9)](_0x2dd42e,_0x322260,_0x4f63d2,_0x14fb40,_0x38f279){const _0x5d2e84=_0x23267c;this[_0x5d2e84(0x1e2)][_0x5d2e84(0x130)](_0x4b2fec=>{const _0x4f3a56=_0x5d2e84;let _0x510541=_0x4f3a56(0x1fe)+_0x2dd42e+':'+_0x322260+':'+_0x4f63d2;_0x38f279&&(_0x510541=_0x510541+':'+_0x38f279),_0x4b2fec[_0x4f3a56(0x163)](_0x510541,{'range':_0x14fb40,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x23267c(0x245)](_0xccface){const _0x3ebcbd=_0x23267c,_0x1e8715=_0xccface[_0x3ebcbd(0x17d)],_0x44c3ff=_0xccface[_0x3ebcbd(0x1b0)];_0xccface[_0x3ebcbd(0x17d)]=null,_0xccface[_0x3ebcbd(0x1b0)]=null,null!=_0x1e8715&&_0x1e8715[_0x3ebcbd(0x1b0)]==_0xccface&&(_0x1e8715[_0x3ebcbd(0x1b0)]=_0x44c3ff),null!=_0x44c3ff&&_0x44c3ff[_0x3ebcbd(0x17d)]==_0xccface&&(_0x44c3ff[_0x3ebcbd(0x17d)]=_0x1e8715),_0x3ebcbd(0x1eb)==this[_0x3ebcbd(0x168)][_0x3ebcbd(0x273)](_0xccface)&&(this[_0x3ebcbd(0x168)][_0x3ebcbd(0x236)](_0xccface,_0x3ebcbd(0x251)),this[_0x3ebcbd(0x241)](_0x3ebcbd(0x212),_0xccface,_0x1e8715,_0x44c3ff));}[_0x23267c(0x289)](_0x5d35f4){const _0x455310=_0x23267c,_0x54fd44=_0x5d35f4['id'],_0x498e25=this[_0x455310(0x16f)](_0x5d35f4);if(this[_0x455310(0x224)]&&this[_0x455310(0x224)][_0x455310(0x2a3)]){const _0x494918=this[_0x455310(0x134)][_0x455310(0x261)][_0x455310(0x273)](_0x455310(0x246)),_0x23ff22=_0x498e25[_0x455310(0x21f)],_0x62be30=_0x498e25[_0x455310(0x188)]?_0x498e25[_0x455310(0x1d9)]+':'+_0x498e25[_0x455310(0x188)]:_0x498e25[_0x455310(0x1d9)],_0x3e9bf0=this[_0x455310(0x134)][_0x455310(0x133)],_0x181bd9=_0x494918[_0x455310(0x1a4)](_0x3864f2(_0x3e9bf0,_0x455310(0x1bf))),_0xe7019e={'id':_0x54fd44,'type':_0x62be30,'hasComments':_0x23ff22,'data':_0x5d35f4[_0x455310(0x1a5)]||null,'originalSuggestionId':_0x5d35f4[_0x455310(0x2d0)]||null,'attributes':_0x498e25[_0x455310(0x1b6)]};this[_0x455310(0x224)][_0x455310(0x2a3)](_0xe7019e)[_0x455310(0x2b6)](_0x2f16ee=>{const _0x2eb97f=_0x455310;_0x498e25[_0x2eb97f(0x2cd)]=!0x0,_0x494918[_0x2eb97f(0x265)](_0x181bd9),_0x2f16ee&&_0x2f16ee[_0x2eb97f(0x1a2)]&&(this[_0x2eb97f(0x28d)][_0x2eb97f(0x273)](_0x54fd44)[_0x2eb97f(0x1a2)]=_0x2f16ee[_0x2eb97f(0x1a2)]);})[_0x455310(0x13b)](_0x2b5d0b=>{const _0x338aea=_0x455310;throw _0x176406(_0x338aea(0x18c)),this[_0x338aea(0x134)][_0x338aea(0x26a)][_0x338aea(0x220)]({'isUndoable':!0x1},()=>{const _0x464a53=_0x338aea;_0x498e25[_0x464a53(0x280)]();}),_0x498e25[_0x338aea(0x243)](),this[_0x338aea(0x28d)][_0x338aea(0x181)](_0x498e25['id']),this[_0x338aea(0x168)][_0x338aea(0x181)](_0x498e25),_0x2b5d0b;});}return _0x498e25;}[_0x23267c(0x217)](_0x166af6){const _0x1456f4=_0x23267c;return this[_0x1456f4(0x252)][_0x1456f4(0x292)](_0x166af6);}[_0x23267c(0x21b)](_0x32cff1,_0x35da21){const _0x4f95af=_0x23267c,_0x8a4b3d=this[_0x4f95af(0x134)][_0x4f95af(0x261)][_0x4f95af(0x273)](_0x4f95af(0x246)),_0x38acae=this[_0x4f95af(0x12f)](_0x32cff1);if(this[_0x4f95af(0x224)]&&this[_0x4f95af(0x224)][_0x4f95af(0x199)]){if(_0x38acae[_0x4f95af(0x2cd)]){const _0x581d45=_0x8a4b3d[_0x4f95af(0x1a4)](_0x3864f2(this[_0x4f95af(0x134)][_0x4f95af(0x133)],_0x4f95af(0x1bf)));this[_0x4f95af(0x224)][_0x4f95af(0x199)](_0x32cff1,_0x35da21)[_0x4f95af(0x2b6)](()=>{const _0x50856c=_0x4f95af;_0x8a4b3d[_0x50856c(0x265)](_0x581d45);});}else _0x38acae['on'](_0x4f95af(0x19c),()=>{const _0xa0e0b4=_0x4f95af;this[_0xa0e0b4(0x21b)](_0x32cff1,_0x35da21);});}}[_0x23267c(0x167)](_0x599d99){const _0x5c843c=_0x23267c;if(!this[_0x5c843c(0x224)]||!this[_0x5c843c(0x224)][_0x5c843c(0x12f)])throw new _0x1098fd(_0x5c843c(0x2bb),this);return this[_0x5c843c(0x224)][_0x5c843c(0x12f)](_0x599d99);}[_0x23267c(0x1ed)](_0x8a34a2){const _0x4c6d6e=_0x23267c,{id:_0x27bc53,type:_0x1ccfba,subType:_0x218947,authorId:_0x2d10b2}=this[_0x4c6d6e(0x20b)](_0x8a34a2),_0x3be693=this[_0x4c6d6e(0x28d)][_0x4c6d6e(0x273)](_0x27bc53)||this[_0x4c6d6e(0x290)](_0x1ccfba,_0x218947,_0x27bc53,_0x2d10b2,{});switch(this[_0x4c6d6e(0x19f)](_0x3be693,_0x1ccfba,_0x218947,_0x2d10b2),this[_0x4c6d6e(0x168)][_0x4c6d6e(0x273)](_0x3be693)){case _0x4c6d6e(0x24a):this[_0x4c6d6e(0x167)](_0x27bc53)[_0x4c6d6e(0x2b6)](_0x56941d=>{const _0x33cffa=_0x4c6d6e;let _0xae2268=Promise[_0x33cffa(0x1d3)]();_0x56941d[_0x33cffa(0x21f)]&&(_0xae2268=this[_0x33cffa(0x2a2)][_0x33cffa(0x204)]({'channelId':this[_0x33cffa(0x134)][_0x33cffa(0x18a)][_0x33cffa(0x273)](_0x33cffa(0x153)),'threadId':_0x27bc53})),_0xae2268[_0x33cffa(0x2b6)](()=>{const _0xd07db4=_0x33cffa;this[_0xd07db4(0x16f)](_0x56941d)[_0xd07db4(0x2cd)]=!0x0;});}),this[_0x4c6d6e(0x168)][_0x4c6d6e(0x236)](_0x3be693,_0x4c6d6e(0x238));break;case _0x4c6d6e(0x251):this[_0x4c6d6e(0x21b)](_0x27bc53,{'state':_0x4c6d6e(0x176)});case _0x4c6d6e(0x28e):this[_0x4c6d6e(0x168)][_0x4c6d6e(0x236)](_0x3be693,_0x4c6d6e(0x1eb)),this[_0x4c6d6e(0x241)](_0x4c6d6e(0x16a),_0x3be693);break;case _0x4c6d6e(0x1eb):this[_0x4c6d6e(0x241)](_0x4c6d6e(0x145),_0x3be693);}return _0x3be693[_0x4c6d6e(0x1fd)](_0x8a34a2),_0x3be693;}[_0x23267c(0x159)](_0x3e839c){const _0x38f934=_0x23267c,_0x411e6d=Array[_0x38f934(0x2a1)](_0x3e839c),_0x4d27e7=_0x411e6d[_0x38f934(0x2c3)](_0x23349d=>_0x38f934(0x191)==_0x23349d[_0x38f934(0x1d9)]);this[_0x38f934(0x23e)](_0x4d27e7);const _0x2122f9=_0x411e6d[_0x38f934(0x2c3)](_0x55f1da=>!_0x55f1da[_0x38f934(0x2cb)]&&_0x38f934(0x191)!=_0x55f1da[_0x38f934(0x1d9)]),_0x5e7502=this[_0x38f934(0x1dd)]({'skipNotAttached':!0x0})[_0x38f934(0x2c3)](_0x2f39b2=>!_0x2f39b2[_0x38f934(0x2cb)]&&_0x38f934(0x191)!=_0x2f39b2[_0x38f934(0x1d9)]),_0x12e079=_0x5e7502[_0x38f934(0x2c3)](_0x4bfca4=>!_0x3e839c[_0x38f934(0x292)](_0x4bfca4)),_0x2c6eb9=new Map(_0x5e7502[_0x38f934(0x23f)](_0x44231d=>[_0x44231d,this[_0x38f934(0x230)][_0x38f934(0x2b7)](_0x44231d[_0x38f934(0x1d9)],_0x44231d[_0x38f934(0x188)],_0x38f934(0x226))])),_0x597557=new Map(_0x5e7502[_0x38f934(0x23f)](_0x190d48=>[_0x190d48,_0x190d48[_0x38f934(0x214)]()])),_0x361406=new Set(),_0x534a07=new Set();for(let _0x21e8dc=0x0;_0x21e8dc<_0x2122f9[_0x38f934(0x1be)];_0x21e8dc++)_0x3b85aa(_0x2122f9[_0x21e8dc],_0x2122f9,_0x21e8dc+0x1);for(let _0x27fe01=0x0;_0x27fe01<_0x2122f9[_0x38f934(0x1be)];_0x27fe01++)_0x3b85aa(_0x2122f9[_0x27fe01],_0x12e079,0x0);const _0x206828=new Set();for(let _0x5933d5=0x0;_0x5933d5<_0x2122f9[_0x38f934(0x1be)];_0x5933d5++){const _0x180b4d=_0x2122f9[_0x5933d5];!_0x534a07[_0x38f934(0x292)](_0x180b4d)&&_0x180b4d[_0x38f934(0x17d)]&&(_0x206828[_0x38f934(0x1a4)](_0x180b4d[_0x38f934(0x17d)]),_0x180b4d[_0x38f934(0x17d)][_0x38f934(0x1b0)]===_0x180b4d&&(_0x180b4d[_0x38f934(0x17d)][_0x38f934(0x1b0)]=null),_0x180b4d[_0x38f934(0x17d)]=null),!_0x361406[_0x38f934(0x292)](_0x180b4d)&&_0x180b4d[_0x38f934(0x1b0)]&&(_0x206828[_0x38f934(0x1a4)](_0x180b4d[_0x38f934(0x1b0)]),_0x180b4d[_0x38f934(0x1b0)][_0x38f934(0x17d)]===_0x180b4d&&(_0x180b4d[_0x38f934(0x1b0)][_0x38f934(0x17d)]=null),_0x180b4d[_0x38f934(0x1b0)]=null);}function _0x3b85aa(_0x5bc165,_0x49b22e,_0x189ff8){const _0x7310e0=_0x38f934;for(let _0x2867b7=_0x189ff8;_0x2867b7<_0x49b22e[_0x7310e0(0x1be)];_0x2867b7++){const _0x18ab23=_0x223d78(_0x5bc165,_0x49b22e[_0x2867b7]);_0x18ab23&&(_0x18ab23[0x0][_0x7310e0(0x1b0)]=_0x18ab23[0x1],_0x18ab23[0x1][_0x7310e0(0x17d)]=_0x18ab23[0x0],_0x361406[_0x7310e0(0x1a4)](_0x18ab23[0x0]),_0x534a07[_0x7310e0(0x1a4)](_0x18ab23[0x1]));}}function _0x223d78(_0x44a917,_0x238b22){const _0x46a3c2=_0x38f934;if(_0x44a917[_0x46a3c2(0x2d3)]['id']!==_0x238b22[_0x46a3c2(0x2d3)]['id'])return null;const _0x21458e=_0x2c6eb9[_0x46a3c2(0x273)](_0x44a917)(_0x44a917,_0x238b22,_0x597557[_0x46a3c2(0x273)](_0x44a917),_0x597557[_0x46a3c2(0x273)](_0x238b22));if(!_0x21458e)return null;return _0x2c6eb9[_0x46a3c2(0x273)](_0x238b22)(_0x44a917,_0x238b22,_0x597557[_0x46a3c2(0x273)](_0x44a917),_0x597557[_0x46a3c2(0x273)](_0x238b22))?_0x21458e[0x1][_0x46a3c2(0x271)]&&_0x21458e[0x1][_0x46a3c2(0x271)][_0x46a3c2(0x1be)]?null:_0x21458e:null;}_0x206828[_0x38f934(0x170)]&&this[_0x38f934(0x159)](_0x206828);}[_0x23267c(0x23e)](_0x29c7b1){const _0x3fb5dd=_0x23267c;if(0x0==_0x29c7b1[_0x3fb5dd(0x1be)])return;const _0x5a9154=this[_0x3fb5dd(0x1dd)]({'skipNotAttached':!0x0})[_0x3fb5dd(0x2c3)](_0x5e5d65=>_0x3fb5dd(0x191)==_0x5e5d65[_0x3fb5dd(0x1d9)]&&_0x5e5d65[_0x3fb5dd(0x19d)]),_0x4478f9=[],_0xd04205=new Map();for(const _0x5290a8 of _0x5a9154){const _0x25198b=_0x472976(_0x5290a8[_0x3fb5dd(0x1b6)]);_0xd04205[_0x3fb5dd(0x292)](_0x25198b)||(_0xd04205[_0x3fb5dd(0x236)](_0x25198b,_0x4478f9[_0x3fb5dd(0x1be)]),_0x4478f9[_0x3fb5dd(0x15a)]([]));const _0x82ec93=_0xd04205[_0x3fb5dd(0x273)](_0x25198b);_0x4478f9[_0x82ec93][_0x3fb5dd(0x15a)](_0x5290a8);}!(function(){const _0x24f605=_0x3fb5dd;_0x4478f9[_0x24f605(0x25a)]((_0x5bbca7,_0x563b77)=>{const _0x5efc5e=_0x24f605,_0x329ed9=_0x5bbca7[0x0][_0x5efc5e(0x1a2)],_0xd43356=_0x563b77[0x0][_0x5efc5e(0x1a2)];return _0x329ed9==_0xd43356?_0x5bbca7[0x0][_0x5efc5e(0x1b6)][_0x5efc5e(0x232)]<_0x563b77[0x0][_0x5efc5e(0x1b6)][_0x5efc5e(0x232)]?-0x1:0x1:_0x329ed9<_0xd43356?-0x1:0x1;});for(const _0x2e655c of _0x4478f9)_0x2e655c[_0x24f605(0x25a)]((_0x1bd222,_0x8c9517)=>_0x1bd222['id']<_0x8c9517['id']?-0x1:0x1);}());for(let _0x1561b6=0x0;_0x1561b6<_0x4478f9[_0x3fb5dd(0x1be)];_0x1561b6++){if(0x0==_0x4478f9[_0x1561b6][_0x3fb5dd(0x1be)])continue;const _0x3430c8=[];for(let _0xea98e7=_0x1561b6+0x1;_0xea98e7<_0x4478f9[_0x3fb5dd(0x1be)];_0xea98e7++)0x0!=_0x4478f9[_0xea98e7][_0x3fb5dd(0x1be)]&&_0x6fa4aa(_0x4478f9[_0x1561b6],_0x4478f9[_0xea98e7])&&_0x3430c8[_0x3fb5dd(0x15a)](_0xea98e7);for(const _0x57b819 of _0x3430c8)_0x4478f9[_0x1561b6]=_0x4478f9[_0x1561b6][_0x3fb5dd(0x2c9)](_0x4478f9[_0x57b819]),_0x4478f9[_0x57b819]=[];}for(const _0x342074 of _0x4478f9)for(let _0x331714=0x0;_0x331714<_0x342074[_0x3fb5dd(0x1be)];_0x331714++)_0x342074[_0x331714][_0x3fb5dd(0x1b0)]=_0x342074[_0x331714+0x1]||null;for(const _0x51c448 of _0x4478f9)for(let _0xe925a1=0x0;_0xe925a1<_0x51c448[_0x3fb5dd(0x1be)];_0xe925a1++)_0x51c448[_0xe925a1][_0x3fb5dd(0x17d)]=_0x51c448[_0xe925a1-0x1]||null;function _0x6fa4aa(_0x4260db,_0x252d53){const _0xd0c858=_0x3fb5dd;if(_0x4260db[0x0][_0xd0c858(0x1b6)][_0xd0c858(0x232)]!==_0x252d53[0x0][_0xd0c858(0x1b6)][_0xd0c858(0x232)]&&_0x4260db[0x0][_0xd0c858(0x2d3)]!==_0x252d53[0x0][_0xd0c858(0x2d3)])return!0x1;if(!function(_0x5d92a4,_0x2f2fa6){const _0x1c4ce8=_0xd0c858;if(!_0x5d92a4[_0x1c4ce8(0x21f)]&&!_0x2f2fa6[_0x1c4ce8(0x21f)])return!0x0;if(_0x5d92a4[_0x1c4ce8(0x21f)]&&_0x2f2fa6[_0x1c4ce8(0x21f)])return!0x1;if(_0x5d92a4[_0x1c4ce8(0x21f)]&&_0x2f2fa6[_0x1c4ce8(0x1a2)]<_0x5d92a4[_0x1c4ce8(0x271)][_0x1c4ce8(0x22c)][_0x1c4ce8(0x273)](0x0)[_0x1c4ce8(0x1a2)])return!0x0;if(_0x2f2fa6[_0x1c4ce8(0x21f)]&&_0x5d92a4[_0x1c4ce8(0x1a2)]<_0x2f2fa6[_0x1c4ce8(0x271)][_0x1c4ce8(0x22c)][_0x1c4ce8(0x273)](0x0)[_0x1c4ce8(0x1a2)])return!0x0;return!0x1;}(_0x4260db[0x0],_0x252d53[0x0]))return!0x1;const _0x2c171a=_0x11337b(_0x4260db[0x0][_0xd0c858(0x1b6)],_0xd0c858(0x232)),_0x22e5e1=_0x11337b(_0x252d53[0x0][_0xd0c858(0x1b6)],_0xd0c858(0x232));if(!_0x123cad(_0x2c171a,_0x22e5e1))return!0x1;return!!_0x4260db[_0xd0c858(0x227)](_0x19d691=>_0x252d53[_0xd0c858(0x21e)](_0x4cf0bf=>_0x19d691[_0xd0c858(0x214)]()[_0xd0c858(0x1b7)](_0x4cf0bf[_0xd0c858(0x214)]())))&&_0x252d53[_0xd0c858(0x227)](_0x5166d3=>_0x4260db[_0xd0c858(0x21e)](_0x54603d=>_0x5166d3[_0xd0c858(0x214)]()[_0xd0c858(0x1b7)](_0x54603d[_0xd0c858(0x214)]())));}}[_0x23267c(0x14d)](_0x32cf91){const _0x44c24e=_0x23267c,_0x51c539=Array[_0x44c24e(0x2a1)](_0x32cf91),_0x337467=this[_0x44c24e(0x1dd)]({'skipNotAttached':!0x0}),_0x46d13f=_0x337467[_0x44c24e(0x2c3)](_0x51a8ad=>!_0x32cf91[_0x44c24e(0x292)](_0x51a8ad)),_0x318b59=new Map(_0x51c539[_0x44c24e(0x23f)](_0x18a529=>[_0x18a529,this[_0x44c24e(0x230)][_0x44c24e(0x2b7)](_0x18a529[_0x44c24e(0x1d9)],_0x18a529[_0x44c24e(0x188)],_0x44c24e(0x270))])),_0x2b69c2=new Map(_0x337467[_0x44c24e(0x23f)](_0x20202b=>[_0x20202b,_0x20202b[_0x44c24e(0x2ac)]()]));for(let _0x30a2bc=0x0;_0x30a2bc<_0x51c539[_0x44c24e(0x1be)];_0x30a2bc++){if(_0xcdd54a(this,_0x51c539[_0x30a2bc],_0x51c539,_0x30a2bc+0x1))return!0x0;}for(let _0x54b3f7=0x0;_0x54b3f7<_0x51c539[_0x44c24e(0x1be)];_0x54b3f7++){if(_0xcdd54a(this,_0x51c539[_0x54b3f7],_0x46d13f,0x0))return!0x0;}return!0x1;function _0xcdd54a(_0x382973,_0x447928,_0x53051f,_0x16603f){const _0x31492f=_0x44c24e;for(let _0x164a67=_0x16603f;_0x164a67<_0x53051f[_0x31492f(0x1be)];_0x164a67++){const _0x2bd8cc=_0x53051f[_0x164a67];if(_0x2bd8cc[_0x31492f(0x1d9)]!==_0x447928[_0x31492f(0x1d9)]||_0x2bd8cc[_0x31492f(0x2d3)]['id']!==_0x447928[_0x31492f(0x2d3)]['id']||_0x2bd8cc[_0x31492f(0x188)]!==_0x447928[_0x31492f(0x188)])continue;if(!Ft(_0x447928,_0x2bd8cc,[_0x31492f(0x232)]))continue;if(_0x31492f(0x191)==_0x447928[_0x31492f(0x1d9)]&&_0x447928[_0x31492f(0x1a5)][_0x31492f(0x171)]!=_0x2bd8cc[_0x31492f(0x1a5)][_0x31492f(0x171)])continue;if(_0x31492f(0x191)==_0x447928[_0x31492f(0x1d9)]&&_0x382973[_0x31492f(0x217)](_0x447928[_0x31492f(0x1a5)][_0x31492f(0x1cd)]))continue;if(_0x31492f(0x1e0)==_0x447928[_0x31492f(0x1d9)]){const _0x2e7ae2=_0x382973[_0x31492f(0x134)][_0x31492f(0x26a)],_0x4fbe18=_0x447928[_0x31492f(0x260)]();if(_0x4fbe18&&(_0x2e7ae2[_0x31492f(0x12b)][_0x31492f(0x233)](_0x4fbe18)||_0x2e7ae2[_0x31492f(0x12b)][_0x31492f(0x1ff)](_0x4fbe18)))continue;}const _0x4fac8b=_0x318b59[_0x31492f(0x273)](_0x447928),_0x5c7361=_0x2b69c2[_0x31492f(0x273)](_0x447928),_0x380008=_0x2b69c2[_0x31492f(0x273)](_0x2bd8cc),_0x184f17=_0x447928[_0x31492f(0x271)]&&_0x447928[_0x31492f(0x271)][_0x31492f(0x1be)],_0x3006d3=_0x2bd8cc[_0x31492f(0x271)]&&_0x2bd8cc[_0x31492f(0x271)][_0x31492f(0x1be)];if(!_0x184f17&&_0x4fac8b(_0x380008,_0x5c7361))return _0x382973[_0x31492f(0x164)](_0x2bd8cc,_0x447928),_0x2b69c2[_0x31492f(0x181)](_0x447928),!0x0;if(!_0x3006d3&&_0x4fac8b(_0x5c7361,_0x380008))return _0x382973[_0x31492f(0x164)](_0x447928,_0x2bd8cc),_0x2b69c2[_0x31492f(0x181)](_0x2bd8cc),!0x0;}return!0x1;}}[_0x23267c(0x164)](_0x133f5b,_0x266963){const _0x3d66a8=_0x23267c;if(_0x133f5b[_0x3d66a8(0x2cb)]){for(const _0x3148fe of _0x266963[_0x3d66a8(0x2ac)]())_0x133f5b[_0x3d66a8(0x162)](_0x3148fe);}else{const _0x4aff50=_0x266963[_0x3d66a8(0x214)]()[_0x3d66a8(0x201)];this[_0x3d66a8(0x21d)](_0x133f5b,this[_0x3d66a8(0x1e2)][_0x3d66a8(0x127)](_0x133f5b[_0x3d66a8(0x214)]()[_0x3d66a8(0x279)],_0x4aff50));}_0x266963[_0x3d66a8(0x12c)]();}[_0x23267c(0x2a5)](_0x236e80,_0x4035a2){const _0x464533=_0x23267c,_0x36b124=_0x236e80[_0x464533(0x2d5)](_0x464533(0x183))||_0x236e80[_0x464533(0x2d5)](_0x464533(0x191))?_0x464533(0x1a1):_0x236e80[_0x464533(0x1c5)]();return _0x3864f2(this[_0x464533(0x134)][_0x464533(0x133)],_0x4035a2+'_'+_0x36b124+_0x464533(0x14f));}[_0x23267c(0x262)](){const _0x3fe56a=_0x23267c,_0x191869=this[_0x3fe56a(0x134)];_0x9518eb(this[_0x3fe56a(0x1e2)],({left:_0x22803f,entered:_0x1aa898})=>{const _0x47513e=_0x3fe56a,_0x110a0f=[];for(const _0x3450a8 of _0x22803f){const {group:_0x5f1424,type:_0x480540}=this[_0x47513e(0x20b)](_0x3450a8[_0x47513e(0x1ef)]);if(_0x47513e(0x190)===_0x5f1424){_0x110a0f[_0x47513e(0x15a)](this[_0x47513e(0x2a5)](_0x480540,_0x47513e(0x1c4)));break;}}for(const _0x41a908 of _0x1aa898){const {group:_0x53a939,type:_0x45eddf}=this[_0x47513e(0x20b)](_0x41a908[_0x47513e(0x1ef)]);if(_0x47513e(0x190)===_0x53a939){_0x110a0f[_0x47513e(0x15a)](this[_0x47513e(0x2a5)](_0x45eddf,_0x47513e(0x15f)));break;}}_0x110a0f[_0x47513e(0x1be)]&&_0x191869['ui'][_0x47513e(0x1d1)][_0x47513e(0x1d6)](_0x47513e(0x225),_0x110a0f[_0x47513e(0x270)]('\x20'));});}[_0x23267c(0x13a)](_0x55362d){const _0x4d7ca1=_0x23267c;if(this[_0x4d7ca1(0x138)])return!0x1;const _0x1c22c6=this[_0x4d7ca1(0x134)],_0x2ca219=_0x1c22c6[_0x4d7ca1(0x26a)][_0x4d7ca1(0x1d5)][_0x4d7ca1(0x24b)][_0x4d7ca1(0x144)]();if(0x0==_0x2ca219[_0x4d7ca1(0x1be)])return!0x1;const _0x39b6d8=[],_0x418de2=_0x2ca219[_0x4d7ca1(0x2c3)](_0x4c7cf8=>_0x4d7ca1(0x191)==_0x4c7cf8[_0x4d7ca1(0x1d9)]),_0x2b9ebf=_0x2ca219[_0x4d7ca1(0x2c3)](_0x45063a=>_0x4d7ca1(0x2b3)==_0x45063a[_0x4d7ca1(0x1d9)]&&_0x4d7ca1(0x250)!=_0x45063a[_0x4d7ca1(0x1ef)]),_0x27d4bf=_0x2ca219[_0x4d7ca1(0x2c3)](_0x1e8e2a=>_0x4d7ca1(0x265)==_0x1e8e2a[_0x4d7ca1(0x1d9)]&&_0x4d7ca1(0x250)!=_0x1e8e2a[_0x4d7ca1(0x1ef)]);for(const _0x356f0b of _0x418de2)_0x39b6d8[_0x4d7ca1(0x15a)]({'key':_0x356f0b[_0x4d7ca1(0x160)],'newValue':_0x356f0b[_0x4d7ca1(0x13e)],'oldValue':_0x356f0b[_0x4d7ca1(0x2aa)],'range':Ut(_0x356f0b[_0x4d7ca1(0x2d4)],_0x1c22c6[_0x4d7ca1(0x26a)])});for(const _0x1ba765 of _0x2b9ebf){const _0xf134af=_0x27d4bf[_0x4d7ca1(0x20e)](_0x5901b7=>_0x5901b7[_0x4d7ca1(0x1d7)][_0x4d7ca1(0x1b7)](_0x1ba765[_0x4d7ca1(0x1d7)]));_0xf134af&&_0x39b6d8[_0x4d7ca1(0x15a)]({'key':_0x4d7ca1(0x253),'newValue':_0x1ba765[_0x4d7ca1(0x1ef)],'oldValue':_0xf134af[_0x4d7ca1(0x1ef)],'range':_0x1c22c6[_0x4d7ca1(0x26a)][_0x4d7ca1(0x154)](_0x1ba765[_0x4d7ca1(0x1d7)][_0x4d7ca1(0x16e)])});}return 0x0!=_0x39b6d8[_0x4d7ca1(0x1be)]&&this[_0x4d7ca1(0x165)](_0x55362d,_0x39b6d8);}[_0x23267c(0x207)](_0x43ff8b){const _0x6d24ad=_0x23267c;let _0x2f7831=!0x1;const _0x13f7d4=this[_0x6d24ad(0x134)][_0x6d24ad(0x26a)][_0x6d24ad(0x1d5)][_0x6d24ad(0x24b)][_0x6d24ad(0x17c)]()[_0x6d24ad(0x2c3)](_0x1a441d=>_0x1a441d[_0x6d24ad(0x1a5)][_0x6d24ad(0x26d)]&&_0x1a441d[_0x6d24ad(0x1ef)][_0x6d24ad(0x2d5)](_0x6d24ad(0x189)));for(const _0x50117d of _0x13f7d4){const {subType:_0x37befb,id:_0x2730f4}=this[_0x6d24ad(0x20b)](_0x50117d[_0x6d24ad(0x1ef)]),_0x576474=_0x37befb[_0x6d24ad(0x1cc)]('|')[0x0];for(const _0x2cd878 of this[_0x6d24ad(0x1dd)]({'skipNotAttached':!0x0}))_0x2cd878['id']!=_0x2730f4&&_0x6d24ad(0x191)==_0x2cd878[_0x6d24ad(0x1d9)]&&_0x2cd878[_0x6d24ad(0x1a5)]&&_0x2cd878[_0x6d24ad(0x1a5)][_0x6d24ad(0x1cd)]==_0x576474&&_0x2cd878[_0x6d24ad(0x214)]()[_0x6d24ad(0x234)](_0x50117d[_0x6d24ad(0x1a5)][_0x6d24ad(0x26d)])&&(this[_0x6d24ad(0x194)](_0x2cd878,_0x50117d[_0x6d24ad(0x1a5)][_0x6d24ad(0x26d)],_0x43ff8b),_0x2f7831=!0x0);}return _0x2f7831;}[_0x23267c(0x24d)](_0x376bb6){const _0x1f9e92=_0x23267c;this[_0x1f9e92(0x134)],(this[_0x1f9e92(0x138)]=!0x0,_0x376bb6());}[_0x23267c(0x247)](_0x1d9832){const _0x52c247=_0x23267c,_0x390ac8=this[_0x52c247(0x217)](_0x1d9832),_0x235b9d=this[_0x52c247(0x1d0)][_0x52c247(0x292)](_0x1d9832);return _0x390ac8||_0x235b9d;}[_0x23267c(0x165)](_0x5c2daf,_0x43e4b8){const _0x40d70e=_0x23267c;if(0x0==_0x43e4b8[_0x40d70e(0x1be)])return!0x1;let _0x23e8ba=!0x1;for(const _0x353c68 of _0x43e4b8){const _0x28cb21=this[_0x40d70e(0x26e)](_0x353c68[_0x40d70e(0x2d4)],_0x40d70e(0x191))[_0x40d70e(0x2c3)](_0xe6e6d8=>!_0xe6e6d8[_0x40d70e(0x16c)][_0x40d70e(0x1ee)])[_0x40d70e(0x23f)](_0x60ef=>_0x60ef[_0x40d70e(0x190)]),_0x263ce1=_0x472976({'newValue':_0x353c68[_0x40d70e(0x197)]});_0x28cb21[_0x40d70e(0x2c3)](_0x51e29f=>{const _0x2e967a=_0x40d70e,[_0x4f47d3,_0x1af0a9]=_0x51e29f[_0x2e967a(0x188)][_0x2e967a(0x1cc)]('|');return _0x4f47d3==_0x353c68[_0x2e967a(0x1cd)]&&_0x1af0a9!=_0x263ce1;})[_0x40d70e(0x29e)](_0x2ea7c2=>{const _0x1ac588=_0x40d70e;this[_0x1ac588(0x194)](_0x2ea7c2,_0x353c68[_0x1ac588(0x2d4)],_0x5c2daf),_0x23e8ba=!0x0;});}return _0x23e8ba;}[_0x23267c(0x194)](_0x52b981,_0x31fa3f,_0x2ad821){const _0x3f7522=_0x23267c,_0x561088=_0x52b981[_0x3f7522(0x214)]()[_0x3f7522(0x1ad)](_0x31fa3f);0x0!==_0x561088[_0x3f7522(0x1be)]?0x1!==_0x561088[_0x3f7522(0x1be)]?this[_0x3f7522(0x291)](_0x52b981,_0x31fa3f[_0x3f7522(0x279)],_0x31fa3f[_0x3f7522(0x201)]):this[_0x3f7522(0x21d)](_0x52b981,_0x561088[0x0]):_0x2ad821[_0x3f7522(0x158)](_0x52b981[_0x3f7522(0x26c)]());}}class Bt{constructor(_0x1e8369){const _0x5cd03b=_0x23267c;this[_0x5cd03b(0x22e)]=_0x1e8369,this[_0x5cd03b(0x1e2)]=_0x1e8369[_0x5cd03b(0x26a)],this[_0x5cd03b(0x2b1)]=new Map(),this[_0x5cd03b(0x264)]=new Map(),this[_0x5cd03b(0x2c7)]();}[_0x23267c(0x1df)](_0x21312f,_0x3cc787,_0x18d8af,_0x1c465d,_0x4f732c,_0x4333e5){const _0xe8b771=_0x23267c;return new _0x198c9f(this[_0xe8b771(0x1e2)],{'type':_0x21312f,'subType':_0x3cc787,'id':_0x18d8af,'author':_0x1c465d,'creator':_0x1c465d,'attributes':_0x4f732c,'onAttributesChange':_0x4333e5,'onAccept':(..._0x4998d7)=>this[_0xe8b771(0x2b7)](_0x21312f,_0x3cc787,_0xe8b771(0x16d))(..._0x4998d7),'onDiscard':(..._0x148559)=>this[_0xe8b771(0x2b7)](_0x21312f,_0x3cc787,_0xe8b771(0x280))(..._0x148559)});}[_0x23267c(0x1ea)](_0x5558cb,_0x5a6938,_0x1bf335,_0x20c89e){const _0x14851d=_0x23267c,_0x5b2d13=_0x5558cb+':'+_0x5a6938+':'+_0x1bf335;this[_0x14851d(0x2b1)][_0x14851d(0x236)](_0x5b2d13,_0x20c89e);}[_0x23267c(0x2b7)](_0x125eec,_0x58a45c,_0x1525bc){const _0x178ebb=_0x23267c,_0x1a065c=_0x125eec+':'+_0x58a45c+':'+_0x1525bc;return this[_0x178ebb(0x2b1)][_0x178ebb(0x273)](_0x1a065c)||this[_0x178ebb(0x264)][_0x178ebb(0x273)](_0x125eec+':'+_0x1525bc);}[_0x23267c(0x2c7)](){const _0x1d799f=_0x23267c,_0x43bd42=()=>!0x1,_0x5582aa=_0x2e77f9=>{const _0x315250=_0x4701;_0x2e77f9[_0x315250(0x25a)]((_0x146deb,_0x209a60)=>_0x146deb[_0x315250(0x279)][_0x315250(0x266)](_0x209a60[_0x315250(0x279)])?0x1:-0x1),this[_0x315250(0x1e2)][_0x315250(0x130)](_0x5b2650=>{const _0x110a82=_0x315250;for(const _0x1d007e of _0x2e77f9){let _0x190595;_0x190595=_0x1d007e[_0x110a82(0x201)][_0x110a82(0x248)]&&_0x1d007e[_0x110a82(0x201)][_0x110a82(0x139)]==_0x1d007e[_0x110a82(0x279)][_0x110a82(0x16e)]?_0x5b2650[_0x110a82(0x1c9)](_0x1d007e[_0x110a82(0x279)][_0x110a82(0x16e)],'on'):_0x5b2650[_0x110a82(0x1c9)](_0x1d007e),this[_0x110a82(0x1e2)][_0x110a82(0x283)](_0x190595,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x18c698=(_0x5a550a,_0x2f3eeb)=>{const _0x1ba2fd=_0x4701;_0x2f3eeb&&this[_0x1ba2fd(0x1e2)][_0x1ba2fd(0x130)](_0x58a89b=>{const _0x5db648=_0x1ba2fd,{commandName:_0x6a993e,commandParams:_0x11da1a=[]}=_0x2f3eeb,_0x227b53=_0x5a550a[_0x5db648(0x23f)](_0x5adf06=>(Rt(_0x5adf06)&&(_0x5adf06=this[_0x5db648(0x1e2)][_0x5db648(0x127)](_0x5adf06[_0x5db648(0x201)])),_0x5adf06))[_0x5db648(0x2c3)](_0x391941=>_0x5db648(0x1f3)!==_0x391941[_0x5db648(0x298)][_0x5db648(0x12a)]);if(_0x227b53[_0x5db648(0x1be)]<0x1)return;const _0x5f4ed0=Array[_0x5db648(0x2a1)](this[_0x5db648(0x1e2)][_0x5db648(0x1d5)][_0x5db648(0x29a)][_0x5db648(0x2ac)]())[_0x5db648(0x23f)](_0x328db7=>_0x15d881[_0x5db648(0x254)](_0x328db7));_0x58a89b[_0x5db648(0x23a)](_0x227b53);for(const _0x186706 of this[_0x5db648(0x22e)][_0x5db648(0x2c1)][_0x5db648(0x2c1)]())_0x186706[_0x5db648(0x286)]();_0x11da1a[_0x5db648(0x15a)]({'forceDefaultExecution':!0x0}),this[_0x5db648(0x22e)][_0x5db648(0x257)](_0x6a993e,..._0x11da1a);const _0x537664=_0x5f4ed0[_0x5db648(0x2c3)](_0x187445=>_0x5db648(0x1f3)!=_0x187445[_0x5db648(0x298)][_0x5db648(0x12a)]);_0x537664[_0x5db648(0x1be)]>0x0&&_0x58a89b[_0x5db648(0x23a)](_0x537664);for(const _0x52491d of _0x5f4ed0)_0x52491d[_0x5db648(0x2c8)]();});},_0x307dc4=(_0x5e01ac,_0x47888c)=>0x1==_0x5e01ac[_0x1d799f(0x1be)]&&0x1==_0x47888c[_0x1d799f(0x1be)]&&_0x5e01ac[0x0][_0x1d799f(0x201)][_0x1d799f(0x1b7)](_0x47888c[0x0][_0x1d799f(0x279)]),_0x208987=(_0x4dfcaf,_0x27c58e,_0xe44aa9,_0xe387cd)=>Gt(_0x4dfcaf,_0x27c58e,_0xe44aa9,_0xe387cd,this[_0x1d799f(0x1e2)])?[_0x4dfcaf,_0x27c58e]:Gt(_0x27c58e,_0x4dfcaf,_0xe387cd,_0xe44aa9,this[_0x1d799f(0x1e2)])?[_0x27c58e,_0x4dfcaf]:null;this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x1e8),_0x43bd42),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x186),_0x5582aa),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x156),_0x307dc4),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x1c8),_0x208987),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x1aa),_0x5582aa),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x29d),_0x43bd42),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x1c2),_0x307dc4),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x27d),_0x208987),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x2a0),_0x18c698),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x202),_0x43bd42),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x299),_0x307dc4),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x2b8),_0x43bd42),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x2a4),_0x18c698),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x215),_0x43bd42),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x1c6),_0x307dc4),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x1bd),_0x43bd42),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x2b0),_0x43bd42),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x174),(_0x449037,_0x2d9d3a)=>{const _0x3a6d50=_0x1d799f;if(!_0x2d9d3a)return;const _0x290902=this[_0x3a6d50(0x22e)][_0x3a6d50(0x261)][_0x3a6d50(0x273)](p);this[_0x3a6d50(0x1e2)][_0x3a6d50(0x130)](_0x2c20e3=>{const _0x5646ec=_0x3a6d50;if(_0x5646ec(0x253)==_0x2d9d3a[_0x5646ec(0x1cd)])for(const _0x3af335 of _0x449037){const _0x224cb6=_0x3af335[_0x5646ec(0x279)][_0x5646ec(0x16e)],_0x4e675c=_0x2d9d3a[_0x5646ec(0x171)];_0x2c20e3[_0x5646ec(0x1f8)](_0x224cb6,_0x4e675c);}else{if(_0x290902[_0x5646ec(0x217)](_0x2d9d3a[_0x5646ec(0x1cd)])){for(const _0x37ca97 of _0x449037)void 0x0!==_0x2d9d3a[_0x5646ec(0x171)]?_0x2c20e3[_0x5646ec(0x1f1)](_0x2d9d3a[_0x5646ec(0x1cd)],_0x2d9d3a[_0x5646ec(0x171)],_0x37ca97[_0x5646ec(0x279)][_0x5646ec(0x16e)]):_0x2c20e3[_0x5646ec(0x1de)](_0x2d9d3a[_0x5646ec(0x1cd)],_0x37ca97[_0x5646ec(0x279)][_0x5646ec(0x16e)]);}else{for(const _0x1a9f37 of _0x449037)_0x2d9d3a[_0x5646ec(0x171)]?_0x2c20e3[_0x5646ec(0x1f1)](_0x2d9d3a[_0x5646ec(0x1cd)],_0x2d9d3a[_0x5646ec(0x171)],_0x1a9f37):_0x2c20e3[_0x5646ec(0x1de)](_0x2d9d3a[_0x5646ec(0x1cd)],_0x1a9f37);}}});}),this[_0x1d799f(0x264)][_0x1d799f(0x236)](_0x1d799f(0x275),_0x307dc4);}}function xt(_0x53b24b,_0x4282bf,_0x2c658f){const _0x39ba8c=_0x23267c;for(const _0x32b3d8 of _0x4282bf[_0x39ba8c(0x139)][_0x39ba8c(0x1ae)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x32b3d8[_0x39ba8c(0x298)]==_0x32b3d8)return!0x1;if(!_0x2c658f[_0x39ba8c(0x151)](_0x32b3d8))return!0x1;if(_0x53b24b[_0x39ba8c(0x233)](_0x32b3d8)||_0x53b24b[_0x39ba8c(0x1ff)](_0x32b3d8))return!0x0;}return!0x1;}function Rt(_0x5d91e9){const _0x1dac63=_0x23267c;return _0x5d91e9[_0x1dac63(0x201)][_0x1dac63(0x139)]==_0x5d91e9[_0x1dac63(0x279)][_0x1dac63(0x16e)]&&_0x5d91e9[_0x1dac63(0x201)][_0x1dac63(0x24c)];}function Tt(_0x217413,_0x3ed417,_0x192daf,_0x345f78){const _0xce6824=_0x23267c,_0x214128=_0x3b3975=>!_0x3b3975[_0xce6824(0x287)]['is'](_0xce6824(0x184))&&!_0x345f78[_0xce6824(0x233)](_0x3b3975[_0xce6824(0x287)]),_0x5b1a24=_0x217413[_0xce6824(0x279)][_0xce6824(0x177)](_0x214128),_0x1cf707=_0x217413[_0xce6824(0x201)][_0xce6824(0x177)](_0x214128,{'direction':_0xce6824(0x1af)});return(!_0x217413[_0xce6824(0x279)][_0xce6824(0x1b7)](_0x5b1a24)||!_0x217413[_0xce6824(0x201)][_0xce6824(0x1b7)](_0x1cf707))&&(_0x5b1a24[_0xce6824(0x266)](_0x1cf707)?_0x192daf[_0xce6824(0x1b9)](_0x3ed417,{'range':_0x192daf[_0xce6824(0x127)](_0x5b1a24,_0x1cf707)}):_0x192daf[_0xce6824(0x158)](_0x3ed417),!0x0);}function Et(_0x2562ee){return _0x472976(_0x2562ee);}function Vt(_0x1e11f2){const _0x1af2e5=_0x23267c,_0x3fad66=_0x1e11f2[_0x1af2e5(0x279)][_0x1af2e5(0x16e)];return _0x3fad66&&_0x3fad66['is'](_0x1af2e5(0x17e));}function Ut(_0x56da08,_0x22734a){const _0x3cac3e=_0x23267c;return null==_0x56da08[_0x3cac3e(0x201)][_0x3cac3e(0x235)]&&_0x56da08[_0x3cac3e(0x201)][_0x3cac3e(0x139)]==_0x56da08[_0x3cac3e(0x279)][_0x3cac3e(0x16e)]?Ot(_0x56da08[_0x3cac3e(0x279)][_0x3cac3e(0x16e)],_0x22734a):_0x56da08;}function Ot(_0x2259ce,_0x5b385a){const _0x2a668b=_0x23267c,_0x2c4a89=_0x5b385a[_0x2a668b(0x12b)][_0x2a668b(0x233)](_0x2259ce)||_0x5b385a[_0x2a668b(0x12b)][_0x2a668b(0x149)](_0x2259ce);return _0x5b385a[_0x2a668b(0x127)](_0x5b385a[_0x2a668b(0x1b5)](_0x2259ce,_0x2a668b(0x278)),_0x2c4a89?_0x5b385a[_0x2a668b(0x282)](_0x2259ce):_0x5b385a[_0x2a668b(0x1b5)](_0x2259ce,_0x2a668b(0x201)));}function Gt(_0x158a1b,_0x498921,_0x121ac6,_0x158042,_0x4168bf){const _0x45321f=_0x23267c;if(!Ft(_0x158a1b,_0x498921))return!0x1;if(_0x121ac6[_0x45321f(0x201)][_0x45321f(0x1b7)](_0x158042[_0x45321f(0x279)]))return!0x0;if(_0x158a1b[_0x45321f(0x1d9)]!=_0x498921[_0x45321f(0x1d9)])return!0x1;if(!_0x121ac6[_0x45321f(0x201)][_0x45321f(0x2ad)](_0x158042[_0x45321f(0x279)]))return!0x1;const _0x5b967d=_0x4168bf[_0x45321f(0x127)](_0x121ac6[_0x45321f(0x201)],_0x158042[_0x45321f(0x279)])[_0x45321f(0x17b)]();for(const _0x3de769 of _0x5b967d)if([_0x45321f(0x2a7),_0x45321f(0x24f)][_0x45321f(0x2c5)](_0x3de769[_0x45321f(0x1d9)])&&_0x4168bf[_0x45321f(0x12b)][_0x45321f(0x1ff)](_0x3de769[_0x45321f(0x287)]))return!0x1;return!0x0;}function Ft(_0x3ce4cc,_0x37c3d2,_0x3206cc=[]){const _0x198289=_0x23267c;return!(!_0x3ce4cc[_0x198289(0x19d)]||!_0x37c3d2[_0x198289(0x19d)])&&_0x123cad(_0x11337b(_0x3ce4cc[_0x198289(0x1b6)],_0x3206cc),_0x11337b(_0x37c3d2[_0x198289(0x1b6)],_0x3206cc));}function Pt(_0xb8827e,_0x415597){const _0x5b7cf6=_0x23267c,_0x4e5080=Lt(_0xb8827e[_0x5b7cf6(0x1b6)]),_0x75cf91=Lt(_0x415597);if(!_0xb8827e[_0x5b7cf6(0x19d)])return!0x1;for(const _0x3570fe of Object[_0x5b7cf6(0x25c)](_0x75cf91))if(!_0x123cad(_0x4e5080[_0x3570fe],_0x75cf91[_0x3570fe]))return!0x1;return!0x0;}function Lt(_0xa2d7d3){const _0x1204ae=_0x23267c,_0x3bdcbd=Object[_0x1204ae(0x22b)]({},_0xa2d7d3);return delete _0x3bdcbd[_0x1204ae(0x22a)],delete _0x3bdcbd[_0x1204ae(0x1f2)],_0x3bdcbd;}
|
|
23
|
+
const _0x3ca2c4=_0x43d9;(function(_0x2bbd0e,_0x320fb6){const _0x476bf1=_0x43d9,_0x1c2f8a=_0x2bbd0e();while(!![]){try{const _0xf564df=-parseInt(_0x476bf1(0x1cd))/0x1+-parseInt(_0x476bf1(0x8d))/0x2*(-parseInt(_0x476bf1(0x1ea))/0x3)+-parseInt(_0x476bf1(0x1ae))/0x4+-parseInt(_0x476bf1(0xc6))/0x5*(-parseInt(_0x476bf1(0x1a1))/0x6)+parseInt(_0x476bf1(0x1a8))/0x7*(parseInt(_0x476bf1(0x10a))/0x8)+parseInt(_0x476bf1(0x118))/0x9+parseInt(_0x476bf1(0x186))/0xa*(-parseInt(_0x476bf1(0x112))/0xb);if(_0xf564df===_0x320fb6)break;else _0x1c2f8a['push'](_0x1c2f8a['shift']());}catch(_0x424a54){_0x1c2f8a['push'](_0x1c2f8a['shift']());}}}(_0x4546,0xaf33f));import{Plugin as _0x1028bf,PendingActions as _0x31cde2}from'ckeditor5/src/core.js';import{LiveRange as _0x36eeb3}from'ckeditor5/src/engine.js';import{CKEditorError as _0x23b71a,uid as _0x45a80f,priorities as _0x15437c,logWarning as _0x5decf9}from'ckeditor5/src/utils.js';import{toWidget as _0xe07ad3}from'ckeditor5/src/widget.js';import{Users as _0xeb7515,hashObject as _0x303a48,surroundingMarkersDetector as _0x2543b1}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4b2197 from'./commands/trackchangescommand.js';import _0x5baf2a from'./commands/acceptsuggestioncommand.js';import _0x2f87ba from'./commands/discardsuggestioncommand.js';import _0x5e67b6 from'./commands/executeonallsuggestionscommand.js';import _0x3b30b7 from'./commands/executeonselectedsuggestionscommand.js';import _0x4d8dc0 from'./suggestion.js';import _0x54d113 from'./suggestiondescriptionfactory.js';import _0x387b3e from'./integrations/aiassistant.js';import _0x3bfed8 from'./integrations/alignment.js';import _0x2912c4 from'./integrations/basicstyles.js';import _0x26c14d from'./integrations/blockquote.js';import _0x2ee304 from'./integrations/casechange.js';import _0x34bcd1 from'./integrations/ckbox.js';import _0x4ec8f3 from'./integrations/codeblock.js';import _0x52f4d3 from'./integrations/comments.js';import _0x56c827 from'./integrations/deletecommand.js';import _0x3a1321 from'./integrations/list.js';import _0xc9db64 from'./integrations/listproperties.js';import _0x141553 from'./integrations/entercommand.js';import _0x43ade0 from'./integrations/findandreplace.js';import _0x2dc50f from'./integrations/font.js';import _0x1c11f0 from'./integrations/formatpainter.js';import _0x364ac1 from'./integrations/heading.js';import _0x625aec from'./integrations/highlight.js';import _0x57cbb7 from'./integrations/horizontalline.js';import _0x4b2950 from'./integrations/htmlembed.js';import _0x456b69 from'./integrations/image.js';import _0x4fdafd from'./integrations/imagereplace.js';import _0x30d9f3 from'./integrations/imagestyle.js';import _0x18eb07 from'./integrations/importword.js';import _0x1f56f1 from'./integrations/indent.js';import _0x464891 from'./integrations/inputcommand.js';import _0x47cd8a from'./integrations/link.js';import _0x3ccbb1 from'./integrations/legacylist.js';import _0x1ec951 from'./integrations/legacylistproperties.js';import _0x2376d8 from'./integrations/mediaembed.js';import _0x5116cd from'./integrations/mention.js';import _0x3bed09 from'./integrations/pagebreak.js';import _0x363f4f from'./integrations/paragraph.js';import _0x33e108 from'./integrations/removeformat.js';import _0xc1cfba from'./integrations/restrictededitingmode.js';import _0xfbd0f8 from'./integrations/shiftentercommand.js';import _0x3da530 from'./integrations/standardeditingmode.js';import _0x403640 from'./integrations/style.js';import _0x186a00 from'./integrations/table.js';import _0x1aabd8 from'./integrations/tablemergesplit.js';import _0x485d08 from'./integrations/tableheadings.js';import _0x25d8a7 from'./integrations/tableclipboard.js';import _0x583dc0 from'./integrations/tablecolumnresize.js';import _0x4d721c from'./integrations/template.js';import _0x2bddd8 from'./integrations/tableofcontents.js';import _0x1bd2f0 from'./integrations/title.js';import _0x22f494 from'./integrations/undo.js';import _0x39ef0d from'./integrations/tablecaption.js';import _0x16327f from'./integrations/tableproperties.js';import{getTranslation as _0x192771}from'./utils/common-translations.js';function _0x4546(){const _0x517b08=['getMarkers','unbindElementFromMarkerName','_getSuggestionData','elementToElement','Users','deletion:','markInsertion','comments','registerPostFixer','change:data','showSuggestionHighlights','deletion:join','getFirstMarker','concat','isArray','markMultiRangeDeletion','init','isEqual','sort','attribute','getSuggestionCallback','markMultiRangeBlockFormat','83570SlQNnb','dataDowncast','splice','after','_registerBlockAttribute','getAncestors','deletion','getUser','CommentsRepository','insertion','setAttribute','_removeSuggestion','createRange','meta','pluginName','isExternal','track-changes-suggestion-data-mismatch','authoredAt','setTo','enqueueChange','$marker','from','_element','filter','size','getCommentThread','keys','6487662FQsNjV','getShiftedBy','enableCommand','$elementName','insertion:chain','marker-count','backward','40383JaEGwW','activeMarkers','isInContent','trackChanges.mergeNestedSuggestions','updateSuggestion','_getAttributeKey','2152376cNwlvF','stop','announce','$textProxy','_setSuggestionData','unbind','elementEnd','originalSuggestionId','commands','_joinWithAdjacentSuggestions','commandName','isAtEnd','track-changes-enable-command-twice','oldValue','_rangeIsInLocalUserInsertion','_model','discard','_onDiscard','authorName','_enableDefaultAttributesIntegration','document','addComment','get','warn','plugins','addMarker:suggestion:attribute','getRanges','_SUGGESTION_ANNOUNCEMENT','track-changes-command-not-found','every','hasSuggestion','539146mwSYdm','formatInline:chain','getSuggestions','track-changes-user-not-found','_defaultCallbacks','execute','attribute:join','formatBlock:join','_checkSuggestionCorrectness','type','subType','data-suggestion','getAttribute','track-changes-adapter-missing-getsuggestion','model','length','addMarker:suggestion','schema','markerName','markAttributeChange','editing','rename','suggestionChanged','insertion:discard','default','toUpperCase','ck-suggestion-marker-formatInline','formatGroupId','addRange','3VAAQdw','collaboration.channelId','_adapter','removeMarker:suggestion:formatBlock','nodeAfter','editor','isSelectable','_getMarkerAnnouncementText','createRangeOn','values','getChanges','fromCharCode','add','_reduceExistingSuggestions','attributeNewValue','addMarker','markerToData','root','format','attributeOldValue','update:suggestion','markerToHighlight','attribute:','formatInline:discard','range','conversion','find','_inlineAttributeKeys','ck-suggestion-marker-','_blockAttributeKeys','fire','oldRange','highest','LEAVE','includes','start','groupId','widget','getFirstRange','_suggestionState','move','isInsideObject','_editor','hasComments','some','_refreshSuggestionsChain','_isBlockAttribute','change:activeMarkers','createPositionAt','deleteContent','_splitMarkerName','removeMarker:suggestion:attribute','detach','documentSelection','formatInline:accept','writer','setSelection','batch','refresh','PendingActions','chain','_breakSuggestionMarker','dataReady','formatBlock:discard','forEach','applyOperation','isBefore','discardSuggestion','addClass','containsItem','config','getRange','fetchCommentThread','bindElementToMarker','ready','FORMATTING','deletion:accept','formatBlock:','_findSuggestions','delete','_suggestions','options','isCollapsed','getItems','2528930JOcUSK','value','getDifference','isAtStart','_joinSuggestions','markBlockFormat','toViewElement','set','consume','getAllAdjacentSuggestions','multi','has','getWalker','createPositionAfter','createdAt','unshift','_recordAttributeChanges','howMany','createRangeIn','then','markDeletion','adapter','ck-suggestion-marker','creator','formatBlock:accept','return','_descriptionFactory','markMultiRangeInsertion','end','containsPosition','trackChangesCommand','insertion:accept','attribute:discard','isDocumentOperation','suggestion:','ENTER','isLocal','newRange','isIntersectingWithRange','position','_isDataLoaded','removeComment','createSelection','rootName','pop','suggestion-type','isLimit','for','addMarkerName','isObject','containsRange','hasCommentThread','removeClass','moveTargetPosition','_refreshAttributeSuggestionsChain','_createSuggestion','isOwn','5jSnWRX','push','getNearestSelectionRange','key','before','change:_saved','removeMarker','getCustomProperty','acceptSelectedSuggestions','isBlock','stopListening','item','isAfter','dataToMarker','_getExternalAuthor','locale','createElement','rethrowUnexpectedError','isRemovable','removeAttribute','isNextTo','accepted','assign','removeMarkers','newValue','insertContent','insertion:join','selection','reconvertMarker','accept','_addThreadToSuggestion','data','high','map','substr','external:','addUser','requires','attribute:accept','removed','getSuggestion','_initAriaMarkerChangeAnnouncements','_isForcedDefaultExecutionBlock','resolve','insertion:','containsRangeInObject','ck-suggestion-marker-formatBlock','clone','change','_processAttributeSuggestions','always','_registerInlineAttribute','suggestion:attribute:','isUndo','_addSuggestionMarker','rejected','remove','mapper','element','_trackFormatChanges','createPositionBefore','trackChanges.trackFormatChanges','markerReady','addHighlight','ck-suggestion-marker--active','track-changes-adapter-already-set','targetPosition','ariaLiveAnnouncer','1392NrAQRF','forward','startsWith','catch','@external','group','markInlineFormat','_setSuggestionRange','3531RXsuuM','substring','getLastMatchingPosition','_registerDefaultCallbacks','acceptAllSuggestions','addMarker:suggestion:formatBlock','10151280snDHmS','enableReadOnlyMode','isMultiRange','insert','split','formatBlock','discardSelectedSuggestions','author','clear','addSuggestion','$graveyard','getIntersection','next','multipleBlocks','_updateSuggestionData','join','isIntersecting','containerElement','never','tablePasteChainId','TrackChangesEditing','splitPosition','_enabledCommands','lowest','_saved','markerNameToElements','error-saving-suggestion-data-suggestion-discarded','nodeBefore','getMultiRangeId','deletion:discard','suggestionLoaded','updateMarker','toJSON','notReady','listenTo','consumable','_cutOutSuggestionMarker','name','track-changes-suggestion-not-found','head','buildSuggestion','PENDING_ACTION_SUGGESTION','open','skipNestingCheck','acceptSuggestion','markers','forceDefaultExecution','_customCallbacks','isTouching','discardAllSuggestions','_handleNewSuggestionMarker','attributes','elementStart','commentThread','_getAuthorFromId','formatInline:','formatInline:join','_suggestionFactory','addSuggestionData','_processAttributeChanges','_reduceSuggestionAttributeRange','_mergeNestedSuggestions','normal','formatBlock:chain','previous','upcast','$text','getChangedMarkers','trackChanges','attributeKey','define','registerCustomCallback','fromRange','suggestion','_recordAttributeSuggestions','addCommentThread','_afterChanges','low','_isRegisteredAttribute','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','formatInline','differ','suggestionUnloaded','deletion:chain','editingDowncast','getContainedElement','parent','_commentsRepository'];_0x4546=function(){return _0x517b08;};return _0x4546();}import{isEqual as _0xcf0063,omit as _0x2d73d7}from'lodash-es';export const renameAttributeKey=_0x3ca2c4(0x1a4);export default class p extends _0x1028bf{static get[_0x3ca2c4(0xeb)](){const _0x3f405b=_0x3ca2c4;return[_0x3f405b(0x18e),_0xeb7515,_0x31cde2,_0x387b3e,_0x3bfed8,_0x2912c4,_0x26c14d,_0x34bcd1,_0x2ee304,_0x4ec8f3,_0x52f4d3,_0x56c827,_0x141553,_0x43ade0,_0x2dc50f,_0x1c11f0,_0x364ac1,_0x625aec,_0x57cbb7,_0x4b2950,_0x456b69,_0x30d9f3,_0x4fdafd,_0x18eb07,_0x1f56f1,_0x464891,_0x3ccbb1,_0x1ec951,_0x47cd8a,_0x3a1321,_0xc9db64,_0x2376d8,_0x5116cd,_0x3bed09,_0x363f4f,_0x33e108,_0xc1cfba,_0xfbd0f8,_0x3da530,_0x403640,_0x186a00,_0x1aabd8,_0x485d08,_0x39ef0d,_0x25d8a7,_0x583dc0,_0x2bddd8,_0x16327f,_0x4d721c,_0x1bd2f0,_0x22f494];}static get[_0x3ca2c4(0x194)](){const _0x3c1cb=_0x3ca2c4;return _0x3c1cb(0x12c);}constructor(_0x2bc9c4){const _0x43d6ec=_0x3ca2c4;function _0x26f51d(_0x2df1d7){const _0x4effcb=_0x43d9;return _0x2df1d7[_0x4effcb(0xe7)](_0x217aa8=>String[_0x4effcb(0x1f5)](_0x217aa8))[_0x4effcb(0x127)]('');}super(_0x2bc9c4),this[_0x43d6ec(0x162)]=!0x1,this[_0x43d6ec(0x94)](_0x43d6ec(0x1a9),[]),this['on'](_0x43d6ec(0x219),(_0x5293a0,_0x30c84a,_0x57402b,_0x1291fe)=>{const _0x1af511=_0x43d6ec;this[_0x1af511(0x1bd)][_0x1af511(0xf6)](()=>{const _0x236990=_0x1af511;for(const _0x20cd8a of[..._0x1291fe,..._0x57402b])this[_0x236990(0x1bd)][_0x236990(0x145)][_0x236990(0x98)](_0x20cd8a)&&_0x2bc9c4[_0x236990(0x1e1)][_0x236990(0xe2)](_0x20cd8a);});}),this[_0x43d6ec(0xa7)]=new _0x54d113(this[_0x43d6ec(0x1ef)][_0x43d6ec(0x1db)][_0x43d6ec(0x1de)],this[_0x43d6ec(0x1ef)][_0x43d6ec(0xd5)]),this[_0x43d6ec(0x1ec)]=null,this[_0x43d6ec(0x151)]=new Bt(this[_0x43d6ec(0x1ef)]),this[_0x43d6ec(0x89)]=new Map(),this[_0x43d6ec(0x16f)]=_0x2bc9c4[_0x43d6ec(0x1c6)][_0x43d6ec(0x1c4)](_0x43d6ec(0x18e)),this[_0x43d6ec(0x12e)]=new Set(),this[_0x43d6ec(0x1bd)]=this[_0x43d6ec(0x1ef)][_0x43d6ec(0x1db)],this[_0x43d6ec(0x211)]=new WeakMap(),this[_0x43d6ec(0xf0)]=!0x1,this[_0x43d6ec(0x207)]=new Set([_0x43d6ec(0x1a4)]),this[_0x43d6ec(0x205)]=new Set(),_0x2bc9c4[_0x43d6ec(0x7f)][_0x43d6ec(0x15e)](_0x43d6ec(0x103),_0x43d6ec(0x1e5)),this[_0x43d6ec(0x101)]=_0x2bc9c4[_0x43d6ec(0x7f)][_0x43d6ec(0x1c4)](_0x43d6ec(0x103)),_0x2bc9c4[_0x43d6ec(0x7f)][_0x43d6ec(0x15e)](_0x43d6ec(0x1ab),!0x0),this[_0x43d6ec(0x155)]=_0x2bc9c4[_0x43d6ec(0x7f)][_0x43d6ec(0x1c4)](_0x43d6ec(0x1ab)),this[_0x43d6ec(0xab)]=new _0x4b2197(_0x2bc9c4,this[_0x43d6ec(0x12e)]),this[_0x43d6ec(0xef)](),this[_0x26f51d([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x26f51d([0x34,0x30,0x34,0x38,0x30,0x36,0x32,0x34]);}[_0x3ca2c4(0x180)](){const _0x1bc164=_0x3ca2c4,_0xbe2cd1=this[_0x1bc164(0x1ef)],_0x53dc51=(_0x528a5d,_0x26de23)=>{const _0x4f6091=_0x1bc164;if(_0x4f6091(0x183)!=_0x528a5d)return _0x4f6091(0x206)+_0x528a5d;const _0x39d3a6=_0x26de23[_0x4f6091(0x11c)]('|')[0x0];return this[_0x4f6091(0x218)](_0x39d3a6)?_0x4f6091(0xf4):_0x4f6091(0x1e7);};_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x16c))[_0x1bc164(0x1ff)]({'model':_0x1bc164(0x161),'view':_0x28625d=>{const _0x140714=_0x1bc164,{id:_0x1e79e4,type:_0x20420c,subType:_0x3aac37}=this[_0x140714(0x21c)](_0x28625d[_0x140714(0x1df)]),_0x58660d=[_0x140714(0xa3),_0x53dc51(_0x20420c,_0x3aac37)];let _0x365964=0xbb8;return this[_0x140714(0x1a9)][_0x140714(0x20c)](_0x28625d[_0x140714(0x1df)])&&(_0x58660d[_0x140714(0xc7)](_0x140714(0x106)),_0x365964=0xbc2),_0x140714(0x18c)==_0x20420c&&(_0x365964+=0x5),{'classes':_0x58660d,'attributes':{'data-suggestion':_0x1e79e4},'priority':_0x365964};}}),_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x187))[_0x1bc164(0x1f6)](_0xf3f75c=>{const _0x556295=_0x1bc164;_0xf3f75c['on'](_0x556295(0x1dd),(_0x146c40,_0x431c3e,_0x41dec2)=>{const _0x296a90=_0x556295;if(!_0x41dec2[_0x296a90(0x8a)][_0x296a90(0x17a)])return;const _0x4ea008=_0x431c3e[_0x296a90(0xd1)];if(!_0x4ea008)return;const _0x51ca38=_0x41dec2[_0x296a90(0xff)][_0x296a90(0x93)](_0x4ea008);_0xbe2cd1[_0x296a90(0x1db)][_0x296a90(0x1de)][_0x296a90(0xbe)](_0x4ea008)&&_0x51ca38&&!_0x51ca38[_0x296a90(0xcd)](_0x296a90(0x20f))&&_0x51ca38['is'](_0x296a90(0x129))&&_0xe07ad3(_0x51ca38,_0x41dec2[_0x296a90(0x221)]);},{'priority':_0x556295(0xe6)});}),_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x187))[_0x1bc164(0x1ff)]({'model':_0x1bc164(0x161),'view':(_0x24460b,_0x57d209)=>{const _0x3eb31f=_0x1bc164;if(!_0x57d209[_0x3eb31f(0x8a)][_0x3eb31f(0x17a)])return null;const {type:_0x544df3,subType:_0x261614}=this[_0x3eb31f(0x21c)](_0x24460b[_0x3eb31f(0x1df)]);return{'classes':[_0x3eb31f(0xa3),_0x53dc51(_0x544df3,_0x261614)],'priority':0xbb8};}});const _0x8b3695=({showActiveMarkers:_0x3f559a=!0x0,isAttributeSuggestion:_0x53d12f=!0x1}={})=>(_0x514b22,_0x2b8757,_0x5423b3)=>{const _0x145fef=_0x1bc164;if(!_0x2b8757[_0x145fef(0xd1)])return;const {id:_0x590954}=this[_0x145fef(0x21c)](_0x2b8757[_0x145fef(0x1df)]);if(_0x53d12f){const _0x38d693=this[_0x145fef(0x89)][_0x145fef(0x1c4)](_0x590954),_0xcfe405=this[_0x145fef(0x1ad)](_0x38d693);if(!this[_0x145fef(0x218)](_0xcfe405))return;}if(_0x2b8757[_0x145fef(0xd1)]['is'](_0x145fef(0xe1)))return void _0x5423b3[_0x145fef(0x13b)][_0x145fef(0x95)](_0x2b8757[_0x145fef(0xd1)],_0x514b22[_0x145fef(0x13d)]);const _0x1e9f0a=_0x5423b3[_0x145fef(0xff)][_0x145fef(0x93)](_0x2b8757[_0x145fef(0xd1)]);if(_0x2b8757[_0x145fef(0xd1)]['is'](_0x145fef(0x100))&&_0xbe2cd1[_0x145fef(0x1db)][_0x145fef(0x1de)][_0x145fef(0xcf)](_0x2b8757[_0x145fef(0xd1)])&&!_0x1e9f0a[_0x145fef(0xcd)](_0x145fef(0x105))){_0x5423b3[_0x145fef(0x221)][_0x145fef(0x22e)]([_0x145fef(0xa3),_0x145fef(0xf4)],_0x1e9f0a),_0x5423b3[_0x145fef(0x221)][_0x145fef(0x190)](_0x145fef(0x1d8),_0x590954,_0x1e9f0a),_0x5423b3[_0x145fef(0xff)][_0x145fef(0x82)](_0x1e9f0a,_0x2b8757[_0x145fef(0x1df)]),_0x3f559a&&(this[_0x145fef(0x1a9)][_0x145fef(0x20c)](_0x2b8757[_0x145fef(0x1df)])?_0x5423b3[_0x145fef(0x221)][_0x145fef(0x22e)](_0x145fef(0x106),_0x1e9f0a):_0x5423b3[_0x145fef(0x221)][_0x145fef(0xc1)](_0x145fef(0x106),_0x1e9f0a));for(const _0x28ef24 of _0xbe2cd1[_0x145fef(0x1db)][_0x145fef(0x9f)](_0x2b8757[_0x145fef(0xd1)])[_0x145fef(0x8c)]())_0x5423b3[_0x145fef(0x13b)][_0x145fef(0x95)](_0x28ef24,_0x514b22[_0x145fef(0x13d)]);_0x5423b3[_0x145fef(0x13b)][_0x145fef(0x95)](_0x2b8757[_0x145fef(0xd1)],_0x514b22[_0x145fef(0x13d)]);}};_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x187))[_0x1bc164(0x1f6)](_0x8da0e0=>{const _0x4a86eb=_0x1bc164;_0x8da0e0['on'](_0x4a86eb(0x117),(_0x121a59,_0x9db00a,_0x334721)=>{const _0x528a9e=_0x4a86eb;_0x334721[_0x528a9e(0x8a)][_0x528a9e(0x17a)]&&_0x8b3695({'showActiveMarkers':!0x1})(_0x121a59,_0x9db00a,_0x334721);},{'priority':_0x4a86eb(0x20a)});}),_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x187))[_0x1bc164(0x1f6)](_0x50122e=>{const _0x242468=_0x1bc164;_0x50122e['on'](_0x242468(0x1c7),(_0x165abc,_0x55affd,_0x149c82)=>{const _0x47655d=_0x242468;_0x149c82[_0x47655d(0x8a)][_0x47655d(0x17a)]&&_0x8b3695({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x165abc,_0x55affd,_0x149c82);},{'priority':_0x242468(0x20a)});}),_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x187))[_0x1bc164(0x1fa)]({'model':_0x1bc164(0x161),'view':(_0x162e6e,_0x4eb219)=>_0x4eb219[_0x1bc164(0x8a)][_0x1bc164(0x17a)]?null:{'group':_0x1bc164(0x161),'name':_0x162e6e[_0x1bc164(0xe8)](0xb)}}),_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x159))[_0x1bc164(0x173)]({'view':{'name':_0x1bc164(0x161),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x2d7933,{writer:_0x529627})=>{const _0x577439=_0x1bc164;let _0x36acd2=_0x577439(0xaf)+_0x2d7933[_0x577439(0x1d9)](_0x577439(0xba))+':'+_0x2d7933[_0x577439(0x1d9)]('id');return _0x2d7933[_0x577439(0x1d9)](_0x577439(0x1a6))&&(_0x36acd2+=':'+_0x2d7933[_0x577439(0x1d9)](_0x577439(0x1a6))),_0x529627[_0x577439(0xd6)](_0x577439(0x19a),{'data-name':_0x36acd2});}}),_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x159))[_0x1bc164(0xd3)]({'view':_0x1bc164(0x161)}),_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x16c))[_0x1bc164(0x1f6)](_0x1fedf9=>{const _0x424883=_0x1bc164;_0x1fedf9['on'](_0x424883(0x117),_0x8b3695(),{'priority':_0x424883(0xe6)});}),_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x16c))[_0x1bc164(0x1f6)](_0x20b55a=>{const _0x2ac0b5=_0x1bc164;_0x20b55a['on'](_0x2ac0b5(0x1c7),_0x8b3695({'isAttributeSuggestion':!0x0}),{'priority':_0x2ac0b5(0xe6)});}),_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x16c))[_0x1bc164(0x1f6)](_0x2e3408=>{const _0xe547f3=_0x1bc164;_0x2e3408['on'](_0xe547f3(0x1ed),(_0x5d98f3,_0x2b47dc,_0x219374)=>{const _0x5eb358=_0xe547f3,_0x2264bd=_0x219374[_0x5eb358(0xff)][_0x5eb358(0x131)](_0x2b47dc[_0x5eb358(0x1df)]);if(_0x2264bd){for(const _0x217807 of _0x2264bd)_0x217807[_0x5eb358(0xcd)](_0x5eb358(0x105))||(_0x219374[_0x5eb358(0x221)][_0x5eb358(0xc1)]([_0x5eb358(0xa3),_0x5eb358(0xf4),_0x5eb358(0x106)],_0x217807),_0x219374[_0x5eb358(0x221)][_0x5eb358(0xd9)](_0x5eb358(0x1d8),_0x217807),_0x219374[_0x5eb358(0xff)][_0x5eb358(0x171)](_0x217807,_0x2b47dc[_0x5eb358(0x1df)]));}},{'priority':_0xe547f3(0xe6)});}),_0xbe2cd1[_0x1bc164(0x203)][_0x1bc164(0xbc)](_0x1bc164(0x16c))[_0x1bc164(0x1f6)](_0x41a43f=>{const _0x24b78c=_0x1bc164;_0x41a43f['on'](_0x24b78c(0x21d),(_0x35f8f3,_0xc80581,_0x40b4c1)=>{const _0x74a250=_0x24b78c,_0x2c5479=_0x40b4c1[_0x74a250(0xff)][_0x74a250(0x131)](_0xc80581[_0x74a250(0x1df)]);if(!_0x2c5479)return;const {id:_0x4646e6}=this[_0x74a250(0x21c)](_0xc80581[_0x74a250(0x1df)]),_0x50fac4=this[_0x74a250(0x89)][_0x74a250(0x1c4)](_0x4646e6),_0x4bd85a=this[_0x74a250(0x1ad)](_0x50fac4);if(this[_0x74a250(0x218)](_0x4bd85a)){for(const _0x5ed2b9 of _0x2c5479)_0x5ed2b9[_0x74a250(0xcd)](_0x74a250(0x105))||(_0x40b4c1[_0x74a250(0x221)][_0x74a250(0xc1)]([_0x74a250(0xa3),_0x74a250(0xf4),_0x74a250(0x106)],_0x5ed2b9),_0x40b4c1[_0x74a250(0x221)][_0x74a250(0xd9)](_0x74a250(0x1d8),_0x5ed2b9),_0x40b4c1[_0x74a250(0xff)][_0x74a250(0x171)](_0x5ed2b9,_0xc80581[_0x74a250(0x1df)]));}},{'priority':_0x24b78c(0xe6)});}),_0xbe2cd1[_0x1bc164(0x1db)][_0x1bc164(0x1c2)][_0x1bc164(0x178)](_0x57c269=>{const _0x1a2ae1=_0x1bc164;let _0x3d384c=!0x1;const _0x4cc19e=Array[_0x1a2ae1(0x19b)](_0xbe2cd1[_0x1a2ae1(0x1db)][_0x1a2ae1(0x1c2)][_0x1a2ae1(0x169)][_0x1a2ae1(0x15b)]()),_0x5f04fb=new Set();for(const {name:_0x16fda6,data:_0x84a705}of _0x4cc19e){const {group:_0x506d3c,type:_0xe780c2,subType:_0x4b747a,id:_0x54bc65}=this[_0x1a2ae1(0x21c)](_0x16fda6);if(_0x1a2ae1(0x161)!==_0x506d3c)continue;const _0x847dd1=this[_0x1a2ae1(0x89)][_0x1a2ae1(0x1c4)](_0x54bc65);if(null!=_0x84a705[_0x1a2ae1(0xb2)]){_0x1a2ae1(0x168)==_0xe780c2&&(_0x3d384c=_0x3d384c||Tt(_0x84a705[_0x1a2ae1(0xb2)],_0x16fda6,_0x57c269,_0xbe2cd1[_0x1a2ae1(0x1db)][_0x1a2ae1(0x1de)]));const _0x2141c0=_0x1a2ae1(0x183)==_0xe780c2&&this[_0x1a2ae1(0x218)](_0x4b747a[_0x1a2ae1(0x11c)]('|')[0x0]);if(_0x84a705[_0x1a2ae1(0xb2)][_0x1a2ae1(0x8b)]||_0x1a2ae1(0x122)==_0x84a705[_0x1a2ae1(0xb2)][_0x1a2ae1(0x1fb)][_0x1a2ae1(0xb8)]||_0x1a2ae1(0x11d)==_0xe780c2&&!Vt(_0x84a705[_0x1a2ae1(0xb2)])||_0x2141c0&&!Vt(_0x84a705[_0x1a2ae1(0xb2)])||_0x1a2ae1(0x18c)==_0xe780c2&&!(!Rt(_0x31b4f6=_0x84a705[_0x1a2ae1(0xb2)])&&!function(_0x5132db){const _0x260300=_0x1a2ae1;return _0x5132db[_0x260300(0x20d)][_0x260300(0x16e)]==_0x5132db[_0x260300(0xa9)][_0x260300(0x133)]&&_0x5132db[_0x260300(0x20d)][_0x260300(0x1b9)];}(_0x31b4f6)))_0x57c269[_0x1a2ae1(0xcc)](_0x16fda6),_0x3d384c=!0x0;else{if(!_0x847dd1||!_0x847dd1[_0x1a2ae1(0x1aa)])continue;_0x5f04fb[_0x1a2ae1(0x1f6)](_0x847dd1);}}}var _0x31b4f6;return _0x5f04fb[_0x1a2ae1(0x19e)]>0x0&&(_0x3d384c=!!this[_0x1a2ae1(0x1b7)](_0x5f04fb)||_0x3d384c),_0x3d384c;}),_0xbe2cd1[_0x1bc164(0x1db)][_0x1bc164(0x1c2)][_0x1bc164(0x178)](_0x3a3ddc=>{const _0x1fd91e=_0x1bc164;let _0x5f55b6=!0x1;for(const _0x46c345 of _0xbe2cd1[_0x1fd91e(0x1db)][_0x1fd91e(0x1c2)][_0x1fd91e(0x169)][_0x1fd91e(0x1f4)]())if(_0x1fd91e(0x11b)==_0x46c345[_0x1fd91e(0x1d6)])for(const _0x366277 of this[_0x1fd91e(0x89)][_0x1fd91e(0x1f3)]()){if(_0x366277[_0x1fd91e(0x11a)]||!_0x366277[_0x1fd91e(0x1aa)])continue;const _0x28e260=_0x1fd91e(0x11d)==_0x366277[_0x1fd91e(0x1d6)],_0x34c57c=this[_0x1fd91e(0x1ad)](_0x366277),_0x36ef8f=_0x34c57c&&this[_0x1fd91e(0x218)](_0x34c57c);if(!_0x28e260&&!_0x36ef8f)continue;const _0x3c543e=_0x366277[_0x1fd91e(0x210)]();if(_0x3c543e[_0x1fd91e(0x20d)][_0x1fd91e(0x16e)]!=_0x3c543e[_0x1fd91e(0xa9)][_0x1fd91e(0x16e)]&&!_0x3c543e[_0x1fd91e(0xa9)][_0x1fd91e(0x1b9)]){const _0x4c9e06=_0xbe2cd1[_0x1fd91e(0x1db)][_0x1fd91e(0x21a)](_0x3c543e[_0x1fd91e(0x20d)][_0x1fd91e(0x1ee)],_0x1fd91e(0xa9)),_0x111437=_0xbe2cd1[_0x1fd91e(0x1db)][_0x1fd91e(0x192)](_0x3c543e[_0x1fd91e(0x20d)],_0x4c9e06);_0x3a3ddc[_0x1fd91e(0x137)](_0x366277[_0x1fd91e(0x17c)](),{'range':_0x111437}),_0x5f55b6=!0x0;}}return _0x5f55b6;}),_0xbe2cd1[_0x1bc164(0x1db)][_0x1bc164(0x1c2)][_0x1bc164(0x178)](_0x2dbccf=>this[_0x1bc164(0x153)](_0x2dbccf)),_0xbe2cd1[_0x1bc164(0x1db)][_0x1bc164(0x1c2)][_0x1bc164(0x178)](_0xbbf26a=>!_0xbbf26a[_0x1bc164(0x223)][_0x1bc164(0xb1)]&&this[_0x1bc164(0xf7)](_0xbbf26a)),_0xbe2cd1[_0x1bc164(0x1db)]['on'](_0x1bc164(0x164),()=>{const _0x5f5a70=_0x1bc164;this[_0x5f5a70(0x162)]=!0x1;}),_0xbe2cd1[_0x1bc164(0x1db)][_0x1bc164(0x1c2)]['on'](_0x1bc164(0x179),(_0x55e499,_0x24583e)=>{const _0x11658a=_0x1bc164;if(!_0x24583e[_0x11658a(0xb1)]||_0x24583e[_0x11658a(0xfb)])return;if(!this[_0x11658a(0x162)])return;const _0x360b48=_0xbe2cd1[_0x11658a(0x1db)][_0x11658a(0x1c2)][_0x11658a(0x169)][_0x11658a(0x1f4)]();if(0x0==_0x360b48[_0x11658a(0x1dc)])return;const _0x35a8a9=[],_0x2d9b3c=_0x360b48[_0x11658a(0x19d)](_0x4fc218=>_0x11658a(0x183)==_0x4fc218[_0x11658a(0x1d6)]),_0x5358f3=_0x360b48[_0x11658a(0x19d)](_0x567f1d=>_0x11658a(0x11b)==_0x567f1d[_0x11658a(0x1d6)]&&_0x11658a(0x15a)!=_0x567f1d[_0x11658a(0x13d)]),_0x598e71=_0x360b48[_0x11658a(0x19d)](_0x4a3e18=>_0x11658a(0xfe)==_0x4a3e18[_0x11658a(0x1d6)]&&_0x11658a(0x15a)!=_0x4a3e18[_0x11658a(0x13d)]);for(const _0x40db6a of _0x2d9b3c)this[_0x11658a(0x166)](_0x40db6a[_0x11658a(0x15d)])&&_0x35a8a9[_0x11658a(0xc7)]({'key':_0x40db6a[_0x11658a(0x15d)],'newValue':_0x40db6a[_0x11658a(0x1f8)],'oldValue':_0x40db6a[_0x11658a(0x1fd)],'range':Ut(_0x40db6a[_0x11658a(0x202)],_0xbe2cd1[_0x11658a(0x1db)])});for(const _0x3a2a58 of _0x5358f3){const _0x3e8d34=_0x598e71[_0x11658a(0x204)](_0x3762b1=>_0x3762b1[_0x11658a(0x19c)]===_0x3a2a58[_0x11658a(0x19c)]);if(_0x3e8d34){const _0x226291=Ot(_0x3a2a58[_0x11658a(0xb4)][_0x11658a(0x1ee)],_0xbe2cd1[_0x11658a(0x1db)]);_0x3e8d34[_0x11658a(0x13d)]!==_0x3a2a58[_0x11658a(0x13d)]&&_0x35a8a9[_0x11658a(0xc7)]({'key':_0x11658a(0x1a4),'newValue':_0x3a2a58[_0x11658a(0x13d)],'oldValue':_0x3e8d34[_0x11658a(0x13d)],'range':_0x226291});for(const [_0x14b89e,_0x4104ea]of _0x3e8d34[_0x11658a(0x14b)]){if(!this[_0x11658a(0x166)](_0x14b89e))continue;const _0x18d37f=_0x3a2a58[_0x11658a(0x14b)][_0x11658a(0x1c4)](_0x14b89e);_0x4104ea!==_0x18d37f&&_0x35a8a9[_0x11658a(0xc7)]({'key':_0x14b89e,'newValue':_0x18d37f,'oldValue':_0x4104ea,'range':_0x226291});}for(const [_0x5f02e0,_0x35bf66]of _0x3a2a58[_0x11658a(0x14b)])this[_0x11658a(0x166)](_0x5f02e0)&&(_0x3e8d34[_0x11658a(0x14b)][_0x11658a(0x98)](_0x5f02e0)||_0x35a8a9[_0x11658a(0xc7)]({'key':_0x5f02e0,'newValue':_0x35bf66,'oldValue':null,'range':_0x226291}));}}0x0!=_0x35a8a9[_0x11658a(0x1dc)]&&_0xbe2cd1[_0x11658a(0x1db)][_0x11658a(0x199)](_0x24583e,_0x2434e6=>{const _0x3e90bf=_0x11658a,_0x2b8cae=_0x45a80f();for(const {range:_0x406006,key:_0x59b954,oldValue:_0x1bc6d9,newValue:_0x3e805d}of _0x35a8a9)this[_0x3e90bf(0x1e0)](_0x406006,_0x59b954,_0x1bc6d9,_0x3e805d,{'groupId':_0x2b8cae});this[_0x3e90bf(0x1f7)](_0x2434e6,_0x35a8a9);});},{'priority':_0x1bc164(0x12f)}),_0xbe2cd1[_0x1bc164(0x1db)][_0x1bc164(0x145)]['on'](_0x1bc164(0x1fe),(_0x107f99,_0x2379a8,_0xb0e102)=>{const _0xa29876=_0x1bc164;if(null==_0xb0e102){const {id:_0x43671}=this[_0xa29876(0x21c)](_0x2379a8[_0xa29876(0x13d)]),_0x42440d=this[_0xa29876(0x89)][_0xa29876(0x1c4)](_0x43671);_0x42440d&&_0x42440d[_0xa29876(0xbd)](_0x2379a8[_0xa29876(0x13d)]);}}),_0xbe2cd1[_0x1bc164(0x1db)][_0x1bc164(0x1c2)]['on'](_0x1bc164(0x179),()=>{const _0x54a781=_0x1bc164,_0x220d5e=Array[_0x54a781(0x19b)](_0xbe2cd1[_0x54a781(0x1db)][_0x54a781(0x1c2)][_0x54a781(0x169)][_0x54a781(0x15b)]())[_0x54a781(0x19d)](_0x142ccf=>_0x54a781(0x161)===this[_0x54a781(0x21c)](_0x142ccf[_0x54a781(0x13d)])[_0x54a781(0x10f)]);if(0x0===_0x220d5e[_0x54a781(0x1dc)])return;_0x220d5e[_0x54a781(0x182)]((_0x4a7175,_0x5bdf42)=>{const _0x274384=_0x54a781,_0x5e7ece=_0x4a7175[_0x274384(0xe5)][_0x274384(0x209)],_0x4e3183=_0x5bdf42[_0x274384(0xe5)][_0x274384(0x209)];return null===_0x5e7ece&&null===_0x4e3183?0x0:null===_0x5e7ece&&null!==_0x4e3183?-0x1:null!==_0x5e7ece&&null===_0x4e3183?0x1:_0x5e7ece[_0x274384(0x20d)][_0x274384(0x22c)](_0x4e3183[_0x274384(0x20d)])?-0x1:0x1;});const _0x2396f3=new Set(),_0xaa18ae=new Set();for(const {name:_0x3aab98,data:_0x829a92}of _0x220d5e){const {id:_0x639d1e}=this[_0x54a781(0x21c)](_0x3aab98);if(null===_0x829a92[_0x54a781(0x209)]){const _0x5a4c56=this[_0x54a781(0x14a)](_0x3aab98);_0xaa18ae[_0x54a781(0x1f6)](_0x5a4c56);}else{const _0x3e11d7=this[_0x54a781(0x89)][_0x54a781(0x1c4)](_0x639d1e);null!==_0x829a92[_0x54a781(0xb2)]||_0x3e11d7[_0x54a781(0x1aa)]?(_0x2396f3[_0x54a781(0x1f6)](_0x3e11d7[_0x54a781(0x13f)]),_0xaa18ae[_0x54a781(0x1f6)](_0x3e11d7)):this[_0x54a781(0x191)](_0x3e11d7);}}_0xaa18ae[_0x54a781(0x19e)]>0x0&&this[_0x54a781(0x217)](_0xaa18ae);for(const _0xb30b8 of _0x2396f3)this[_0x54a781(0x208)](_0x54a781(0x1e3),_0xb30b8);}),_0xbe2cd1[_0x1bc164(0x1db)]['on'](_0x1bc164(0x22b),(_0x1097b3,_0x59e87f)=>{const _0x78b81d=_0x1bc164,_0x45ace8=_0x59e87f[0x0];if(!this[_0x78b81d(0x89)][_0x78b81d(0x19e)])return;if(!_0x45ace8[_0x78b81d(0xae)])return;if(_0x45ace8[_0x78b81d(0x223)][_0x78b81d(0xfb)]||!_0x45ace8[_0x78b81d(0x223)][_0x78b81d(0xb1)])return;let _0x49587e,_0x329cbf;switch(_0x45ace8[_0x78b81d(0x1d6)]){case _0x78b81d(0x11b):_0x49587e=_0xbe2cd1[_0x78b81d(0x1db)][_0x78b81d(0x21a)](_0x45ace8[_0x78b81d(0xb4)]),_0x329cbf=_0x49587e[_0x78b81d(0x1a2)](_0x45ace8[_0x78b81d(0x9e)]);break;case _0x78b81d(0x11c):_0x49587e=_0xbe2cd1[_0x78b81d(0x1db)][_0x78b81d(0x21a)](_0x45ace8[_0x78b81d(0x12d)]),_0x329cbf=_0xbe2cd1[_0x78b81d(0x1db)][_0x78b81d(0x21a)](_0x45ace8[_0x78b81d(0xc2)]);break;case _0x78b81d(0x212):_0x49587e=_0xbe2cd1[_0x78b81d(0x1db)][_0x78b81d(0x21a)](_0x45ace8[_0x78b81d(0x108)]),_0x329cbf=_0x49587e[_0x78b81d(0x1a2)](_0x45ace8[_0x78b81d(0x9e)]);break;default:return;}const _0x5dcff5=_0xbe2cd1[_0x78b81d(0x1db)][_0x78b81d(0x192)](_0x49587e,_0x329cbf);_0xbe2cd1[_0x78b81d(0x1db)][_0x78b81d(0xf6)](()=>{const _0xa96eda=_0x78b81d;for(const {suggestion:_0x3ba300,meta:_0x30985e}of this[_0xa96eda(0x87)](_0x5dcff5)){if(_0x3ba300[_0xa96eda(0x11a)])continue;if(_0xa96eda(0x168)==_0x3ba300[_0xa96eda(0x1d6)])continue;const _0x4a247e=this[_0xa96eda(0x1ad)](_0x3ba300);if(_0x4a247e&&this[_0xa96eda(0x218)](_0x4a247e)&&_0xa96eda(0x11c)!=_0x45ace8[_0xa96eda(0x1d6)])continue;const _0x227a79=_0x3ba300[_0xa96eda(0xe5)]&&_0x3ba300[_0xa96eda(0xe5)][_0xa96eda(0x125)];(_0xa96eda(0x11d)!=_0x3ba300[_0xa96eda(0x1d6)]||_0xa96eda(0x11c)==_0x45ace8[_0xa96eda(0x1d6)]&&!_0x227a79)&&(_0x30985e[_0xa96eda(0xf3)]||_0xa96eda(0x18f)==_0x3ba300[_0xa96eda(0x1d6)]&&_0x30985e[_0xa96eda(0xc5)]||_0x3ba300[_0xa96eda(0x210)]()[_0xa96eda(0xbf)](_0x5dcff5)&&this[_0xa96eda(0x227)](_0x3ba300,_0x49587e,_0x329cbf));}});},{'priority':_0x1bc164(0x12f)}),_0xbe2cd1[_0x1bc164(0x1db)]['on'](_0x1bc164(0x21b),(_0x460895,_0x4dcd64)=>{const _0x2efc49=_0x1bc164,_0x25e8d2=_0x4dcd64[0x0],_0x29479c=_0x4dcd64[0x1];if(_0x29479c&&_0x29479c[_0x2efc49(0x146)])return;if(this[_0x2efc49(0xf0)])return;if(!this[_0x2efc49(0xab)][_0x2efc49(0x8e)])return;if(_0x25e8d2[_0x2efc49(0x8b)])return;const _0x5404ef=_0xbe2cd1[_0x2efc49(0x1db)][_0x2efc49(0x1de)],{start:_0x932f7a,end:_0x479747}=_0x25e8d2[_0x2efc49(0x210)](),_0x349148=_0x932f7a[_0x2efc49(0x1ee)]&&_0x5404ef[_0x2efc49(0xbb)](_0x932f7a[_0x2efc49(0x1ee)])?null:_0x5404ef[_0x2efc49(0xc8)](_0x932f7a,_0x2efc49(0x10b)),_0x421026=_0x479747[_0x2efc49(0x133)]&&_0x5404ef[_0x2efc49(0xbb)](_0x479747[_0x2efc49(0x133)])?null:_0x5404ef[_0x2efc49(0xc8)](_0x479747,_0x2efc49(0x1a7)),_0x25ddc9=_0xbe2cd1[_0x2efc49(0x1db)][_0x2efc49(0x192)](_0x349148?_0x349148[_0x2efc49(0x20d)]:_0x932f7a,_0x421026?_0x421026[_0x2efc49(0xa9)]:_0x479747);_0xbe2cd1[_0x2efc49(0x1db)][_0x2efc49(0xf6)](_0x4629cd=>{const _0x15cc2c=_0x2efc49;this[_0x15cc2c(0xa1)](_0x25ddc9);const _0xc5033b=_0xbe2cd1[_0x15cc2c(0x1db)][_0x15cc2c(0x1de)][_0x15cc2c(0xc8)](_0x25ddc9[_0x15cc2c(0x20d)]);_0x25e8d2['is'](_0x15cc2c(0x21f))?_0x4629cd[_0x15cc2c(0x222)](_0xc5033b):_0x25e8d2[_0x15cc2c(0x198)](_0xc5033b);}),_0x460895[_0x2efc49(0x1af)]();},{'priority':_0x15437c[_0x1bc164(0x156)]+0xa}),_0xbe2cd1[_0x1bc164(0x1db)]['on'](_0x1bc164(0xdf),(_0x4e5d57,_0x20fb4d)=>{const _0x479f40=_0x1bc164,_0x2c88f2=_0x20fb4d[_0x20fb4d[_0x479f40(0x1dc)]-0x1];_0x2c88f2&&_0x2c88f2[_0x479f40(0x146)]||this[_0x479f40(0xf0)]||this[_0x479f40(0xab)][_0x479f40(0x8e)]&&(_0xbe2cd1[_0x479f40(0x1db)][_0x479f40(0xf6)](()=>{const _0xf75f19=_0x479f40;let _0x38873d=_0xbe2cd1[_0xf75f19(0x1db)][_0xf75f19(0xdf)](_0x20fb4d[0x0],_0x20fb4d[0x1],_0x20fb4d[0x2],{'forceDefaultExecution':!0x0});if(!_0x38873d)return;_0x4e5d57[_0xf75f19(0xa6)]=_0x38873d[_0xf75f19(0xf5)]();const _0x1c9db2=_0x38873d[_0xf75f19(0xa9)][_0xf75f19(0x133)],_0x2359ce=_0xbe2cd1[_0xf75f19(0x1db)][_0xf75f19(0x1de)];_0x1c9db2&&_0x2359ce[_0xf75f19(0xcf)](_0x1c9db2)&&!_0x2359ce[_0xf75f19(0xbe)](_0x1c9db2)&&(_0x38873d=_0xbe2cd1[_0xf75f19(0x1db)][_0xf75f19(0x192)](_0x38873d[_0xf75f19(0x20d)],_0xbe2cd1[_0xf75f19(0x1db)][_0xf75f19(0x21a)](_0x1c9db2,_0xf75f19(0xa9)))),this[_0xf75f19(0x176)](_0x38873d);}),_0x4e5d57[_0x479f40(0x1af)]());},{'priority':_0x1bc164(0xe6)}),this[_0x1bc164(0x1ef)][_0x1bc164(0x1b6)][_0x1bc164(0x1f6)](_0x1bc164(0x15c),this[_0x1bc164(0xab)]),this[_0x1bc164(0x1a3)](_0x1bc164(0x15c));const _0xeb6e0f=new _0x5baf2a(_0xbe2cd1,this[_0x1bc164(0x89)]);_0xbe2cd1[_0x1bc164(0x1b6)][_0x1bc164(0x1f6)](_0x1bc164(0x144),_0xeb6e0f),this[_0x1bc164(0x1a3)](_0x1bc164(0x144));const _0x36a1b3=new _0x2f87ba(_0xbe2cd1,this[_0x1bc164(0x89)]);_0xbe2cd1[_0x1bc164(0x1b6)][_0x1bc164(0x1f6)](_0x1bc164(0x22d),_0x36a1b3),this[_0x1bc164(0x1a3)](_0x1bc164(0x22d)),_0xbe2cd1[_0x1bc164(0x1b6)][_0x1bc164(0x1f6)](_0x1bc164(0x116),new _0x5e67b6(_0xbe2cd1,_0xeb6e0f,this[_0x1bc164(0x89)])),this[_0x1bc164(0x1a3)](_0x1bc164(0x116)),_0xbe2cd1[_0x1bc164(0x1b6)][_0x1bc164(0x1f6)](_0x1bc164(0x149),new _0x5e67b6(_0xbe2cd1,_0x36a1b3,this[_0x1bc164(0x89)])),this[_0x1bc164(0x1a3)](_0x1bc164(0x149)),_0xbe2cd1[_0x1bc164(0x1b6)][_0x1bc164(0x1f6)](_0x1bc164(0xce),new _0x3b30b7(_0xbe2cd1,_0xeb6e0f,this[_0x1bc164(0x89)])),this[_0x1bc164(0x1a3)](_0x1bc164(0xce)),_0xbe2cd1[_0x1bc164(0x1b6)][_0x1bc164(0x1f6)](_0x1bc164(0x11e),new _0x3b30b7(_0xbe2cd1,_0x36a1b3,this[_0x1bc164(0x89)])),this[_0x1bc164(0x1a3)](_0x1bc164(0x11e));const _0x563b5e=_0xbe2cd1[_0x1bc164(0x1c6)][_0x1bc164(0x1c4)](_0x1bc164(0x18e));this[_0x1bc164(0x13a)](_0x563b5e,_0x1bc164(0x1c3),(_0x23620f,{threadId:_0x2a4231})=>{const _0xc9e38=_0x1bc164,_0x109fdc=this[_0xc9e38(0x89)][_0xc9e38(0x1c4)](_0x2a4231);_0x109fdc&&_0x109fdc[_0xc9e38(0x14d)]&&0x1===_0x109fdc[_0xc9e38(0x14d)][_0xc9e38(0x1dc)]&&this[_0xc9e38(0x126)](_0x2a4231,{'hasComments':!0x0});},{'priority':_0x1bc164(0x165)}),this[_0x1bc164(0x13a)](_0x563b5e,_0x1bc164(0xb6),(_0x558e85,{threadId:_0x5bc4a9})=>{const _0xd02d67=_0x1bc164,_0x1267f0=this[_0xd02d67(0x89)][_0xd02d67(0x1c4)](_0x5bc4a9);_0x1267f0&&_0x1267f0[_0xd02d67(0x14d)]&&!_0x1267f0[_0xd02d67(0x14d)][_0xd02d67(0x1dc)]&&this[_0xd02d67(0x126)](_0x5bc4a9,{'hasComments':!0x1});},{'priority':_0x1bc164(0x165)});}set[_0x3ca2c4(0xa2)](_0x3d6eb5){const _0x546e68=_0x3ca2c4;if(this[_0x546e68(0x1ec)])throw new _0x23b71a(_0x546e68(0x107),this);this[_0x546e68(0x1ec)]=_0x3d6eb5;}get[_0x3ca2c4(0xa2)](){const _0x3e846e=_0x3ca2c4;return this[_0x3e846e(0x1ec)];}[_0x3ca2c4(0x1cf)]({skipNotAttached:_0x2eb498=!0x1,toJSON:_0x4c0591=!0x1}={}){const _0x24f556=_0x3ca2c4,_0x59a9ce=[];for(const _0x4d3103 of this[_0x24f556(0x89)][_0x24f556(0x1f3)]())_0x2eb498&&!_0x4d3103[_0x24f556(0x1aa)]||_0x59a9ce[_0x24f556(0xc7)](_0x4d3103);return _0x4c0591?_0x59a9ce[_0x24f556(0xe7)](_0x2ea05e=>_0x2ea05e[_0x24f556(0x138)]()):_0x59a9ce;}[_0x3ca2c4(0xee)](_0x44b033){const _0x5ea6b3=_0x3ca2c4,_0x48ecd7=this[_0x5ea6b3(0x89)][_0x5ea6b3(0x1c4)](_0x44b033);if(!_0x48ecd7)throw new _0x23b71a(_0x5ea6b3(0x13e),this);return _0x48ecd7;}[_0x3ca2c4(0x1cc)](_0x2f67d5){const _0x14c3d1=_0x3ca2c4;return this[_0x14c3d1(0x89)][_0x14c3d1(0x98)](_0x2f67d5);}[_0x3ca2c4(0x152)](_0x5050f4){const _0x179413=_0x3ca2c4,{authorId:_0x57db1f,id:_0x4d6a8b,attributes:_0x3b9fea}=_0x5050f4,[_0x4e708e,_0x3b070d]=_0x5050f4[_0x179413(0x1d6)][_0x179413(0x11c)](':'),_0x25d90e=this[_0x179413(0x89)][_0x179413(0x1c4)](_0x4d6a8b)||this[_0x179413(0xc4)](_0x4e708e,_0x3b070d,_0x4d6a8b,_0x57db1f,_0x3b9fea);if(this[_0x179413(0xe4)](_0x25d90e),this[_0x179413(0x1d5)](_0x25d90e,_0x4e708e,_0x3b070d||null,_0x57db1f),_0x25d90e[_0x179413(0x9b)]=_0x5050f4[_0x179413(0x9b)],_0x25d90e[_0x179413(0xb5)]=!0x0,_0x3b9fea&&_0x3b9fea[_0x179413(0x10e)]){const _0x577f72=_0x3b9fea[_0x179413(0x10e)],_0x3af3ea=this[_0x179413(0xd4)](_0x577f72[_0x179413(0x1c0)]);_0x25d90e[_0x179413(0x197)]=_0x577f72[_0x179413(0x9b)],_0x25d90e[_0x179413(0x11f)]=_0x3af3ea,_0x25d90e[_0x179413(0x195)]=!0x0;}else _0x25d90e[_0x179413(0x197)]=_0x5050f4[_0x179413(0x9b)];switch(_0x5050f4[_0x179413(0xe5)]&&(_0x25d90e[_0x179413(0xe5)]=_0x5050f4[_0x179413(0xe5)]),_0x5050f4[_0x179413(0x14b)]&&(_0x25d90e[_0x179413(0x14b)]=_0x5050f4[_0x179413(0x14b)]),this[_0x179413(0x1ec)]&&this[_0x179413(0x1ec)][_0x179413(0x121)]||(_0x25d90e[_0x179413(0x130)]=!0x0),this[_0x179413(0x211)][_0x179413(0x1c4)](_0x25d90e)){case _0x179413(0x139):this[_0x179413(0x211)][_0x179413(0x94)](_0x25d90e,_0x179413(0x228));break;case _0x179413(0x104):_0x25d90e[_0x179413(0x1aa)]?(this[_0x179413(0x1b7)](new Set([_0x25d90e])),this[_0x179413(0x217)](new Set([_0x25d90e])),this[_0x179413(0x211)][_0x179413(0x94)](_0x25d90e,_0x179413(0x83)),this[_0x179413(0x208)](_0x179413(0x136),_0x25d90e)):this[_0x179413(0x211)][_0x179413(0x94)](_0x25d90e,_0x179413(0xed));}return _0x25d90e;}[_0x3ca2c4(0x144)](_0x578051){const _0x39a715=_0x3ca2c4;this[_0x39a715(0x146)](()=>{const _0x29abc4=_0x39a715;this[_0x29abc4(0x1ef)][_0x29abc4(0x1db)][_0x29abc4(0xf6)](()=>{const _0x46e978=_0x29abc4;for(const _0x5cc0cf of _0x578051[_0x46e978(0x96)]())_0x5cc0cf[_0x46e978(0xe3)]();});});}[_0x3ca2c4(0x22d)](_0x477ba6){const _0x1b5e4e=_0x3ca2c4;this[_0x1b5e4e(0x146)](()=>{const _0x164f74=_0x1b5e4e;this[_0x164f74(0x1ef)][_0x164f74(0x1db)][_0x164f74(0xf6)](()=>{const _0x5310ba=_0x164f74;for(const _0x201de3 of _0x477ba6[_0x5310ba(0x96)]())_0x201de3[_0x5310ba(0x1be)]();});});}[_0x3ca2c4(0x1a3)](_0x316852,_0xbe17a2){const _0x5f4588=_0x3ca2c4,_0xecd9c6=this[_0x5f4588(0x1ef)][_0x5f4588(0x1b6)][_0x5f4588(0x1c4)](_0x316852);if(!_0xecd9c6)throw new _0x23b71a(_0x5f4588(0x1ca),this,{'commandName':_0x316852});if(this[_0x5f4588(0x12e)][_0x5f4588(0x98)](_0xecd9c6))throw new _0x23b71a(_0x5f4588(0x1ba),this,{'commandName':_0x316852});this[_0x5f4588(0x12e)][_0x5f4588(0x1f6)](_0xecd9c6),_0xbe17a2&&_0xecd9c6['on'](_0x5f4588(0x1d2),(_0x25a9f9,_0x45a1e0)=>{const _0x4d95ef=_0x5f4588;this[_0x4d95ef(0xab)][_0x4d95ef(0x8e)]&&(this[_0x4d95ef(0xf0)]||(_0x45a1e0[_0x4d95ef(0x1dc)]>0x0&&_0x45a1e0[_0x45a1e0[_0x4d95ef(0x1dc)]-0x1]&&_0x45a1e0[_0x45a1e0[_0x4d95ef(0x1dc)]-0x1][_0x4d95ef(0x146)]?_0x45a1e0[_0x4d95ef(0xb9)]():(_0x25a9f9[_0x4d95ef(0xa6)]=_0xbe17a2((..._0xd5437e)=>_0xecd9c6[_0x4d95ef(0x1d2)](..._0xd5437e,{'forceDefaultExecution':!0x0}),..._0x45a1e0),_0x25a9f9[_0x4d95ef(0x1af)]())));},{'priority':_0x5f4588(0xe6)});}[_0x3ca2c4(0x146)](_0x4ff137){const _0x4b80c7=_0x3ca2c4;let _0xb835ca,_0x5bd771;const _0x4c860e=this[_0x4b80c7(0xf0)];this[_0x4b80c7(0xf0)]=!0x0;try{_0xb835ca=_0x4ff137();}catch(_0x1ac654){_0x5bd771=_0x1ac654;}return _0x4c860e||(this[_0x4b80c7(0xf0)]=!0x1),_0x5bd771&&_0x23b71a[_0x4b80c7(0xd7)](_0x5bd771,this),_0xb835ca;}[_0x3ca2c4(0x176)](_0x473a3c,_0xd5a512=null,_0x3a1316={}){const _0x140d3d=_0x3ca2c4;if(_0x473a3c[_0x140d3d(0x8b)])return null;const _0x197a63=this[_0x140d3d(0x1ef)][_0x140d3d(0x1c6)][_0x140d3d(0x1c4)](_0x140d3d(0x174))['me'];for(const {suggestion:_0x4c29b2,meta:_0x4e215f}of this[_0x140d3d(0x87)](_0x473a3c,_0x140d3d(0x18f)))if(_0x4e215f[_0x140d3d(0xc5)]){if(!_0x4e215f[_0x140d3d(0xda)]){if(_0x4e215f[_0x140d3d(0xf3)]){if(!this[_0x140d3d(0x155)]||!Pt(_0x4c29b2,_0x3a1316))continue;return _0x4c29b2;}if(Pt(_0x4c29b2,_0x3a1316))return _0x4c29b2;this[_0x140d3d(0x227)](_0x4c29b2,_0x473a3c[_0x140d3d(0x20d)],_0x473a3c[_0x140d3d(0xa9)]);break;}if(_0xd5a512==_0x4c29b2[_0x140d3d(0x1d7)]&&Pt(_0x4c29b2,_0x3a1316)){const _0x3ccda4=_0x4c29b2[_0x140d3d(0x210)]();return _0x3ccda4[_0x140d3d(0x20d)][_0x140d3d(0x181)](_0x473a3c[_0x140d3d(0xa9)])?this[_0x140d3d(0x111)](_0x4c29b2,this[_0x140d3d(0x1bd)][_0x140d3d(0x192)](_0x473a3c[_0x140d3d(0x20d)],_0x3ccda4[_0x140d3d(0xa9)])):this[_0x140d3d(0x111)](_0x4c29b2,this[_0x140d3d(0x1bd)][_0x140d3d(0x192)](_0x3ccda4[_0x140d3d(0x20d)],_0x473a3c[_0x140d3d(0xa9)])),_0x4c29b2;}}const _0xe8b37=_0x45a80f(),_0x3dff59=_0x197a63['id'],_0xad333a=_0xd5a512?_0x140d3d(0xf2)+_0xd5a512:_0x140d3d(0x18f),_0x137fa7=this[_0x140d3d(0x1b2)]({'id':_0xe8b37,'type':_0xad333a,'createdAt':new Date(),'authorId':_0x3dff59,'attributes':_0x3a1316});return this[_0x140d3d(0xfc)](_0xad333a,_0xe8b37,_0x3dff59,_0x473a3c),_0x137fa7;}[_0x3ca2c4(0xa8)](_0x5a56fd,_0x1265ee=_0x3ca2c4(0x97),_0x169b72={}){const _0x9e40b7=_0x3ca2c4,_0x368361=this[_0x9e40b7(0x1ef)][_0x9e40b7(0x1c6)][_0x9e40b7(0x1c4)](_0x9e40b7(0x174))['me'],_0x181500=this[_0x9e40b7(0x151)][_0x9e40b7(0x184)](_0x9e40b7(0x18f),_0x1265ee,_0x9e40b7(0x127));for(const _0x19f918 of this[_0x9e40b7(0x1cf)]())if(_0x19f918[_0x9e40b7(0x11f)]['id']==_0x368361['id']&&_0x9e40b7(0x18f)==_0x19f918[_0x9e40b7(0x1d6)]&&_0x19f918[_0x9e40b7(0x1d7)]==_0x1265ee&&Pt(_0x19f918,_0x169b72)&&(_0x181500(_0x19f918[_0x9e40b7(0x1c8)](),_0x5a56fd)||_0x181500(_0x5a56fd,_0x19f918[_0x9e40b7(0x1c8)]()))){for(const _0x27002e of _0x5a56fd)_0x19f918[_0x9e40b7(0x1e9)](_0x27002e);return _0x19f918;}for(const {suggestion:_0xda8a2e,meta:_0x1bf745}of this[_0x9e40b7(0x87)](_0x5a56fd,_0x9e40b7(0x18f))){if(!_0x1bf745[_0x9e40b7(0xc5)])continue;if(!this[_0x9e40b7(0x155)]&&_0x1bf745[_0x9e40b7(0xf3)])continue;if(!Pt(_0xda8a2e,_0x169b72))continue;let _0x5ef15b=!0x0;for(const _0xb1d69d of _0xda8a2e[_0x9e40b7(0x1c8)]())for(const _0x1787ee of _0x5a56fd)if(!_0xb1d69d[_0x9e40b7(0xbf)](_0x1787ee)){_0x5ef15b=!0x1;break;}if(_0x5ef15b)return _0xda8a2e;}const _0x129176=_0x45a80f(),_0x440dc2=_0x368361['id'],_0x28b535=_0x9e40b7(0xf2)+_0x1265ee,_0x791697=this[_0x9e40b7(0x1b2)]({'id':_0x129176,'type':_0x28b535,'createdAt':new Date(),'authorId':_0x440dc2,'attributes':_0x169b72});for(const _0x5ca952 of _0x5a56fd)this[_0x9e40b7(0xfc)](_0x28b535,_0x129176,_0x440dc2,_0x5ca952,_0x4d8dc0[_0x9e40b7(0x134)]());return _0x791697;}[_0x3ca2c4(0x110)](_0x27f322,_0x4d0b90,_0xc95381=null,_0x3858f9={}){const _0x410ee5=_0x3ca2c4;if(_0xc95381=_0xc95381||Et(_0x4d0b90),_0x27f322[_0x410ee5(0x8b)])return null;if(_0x410ee5(0x12a)===this[_0x410ee5(0x101)]){const _0x37e9f6=this[_0x410ee5(0x151)][_0x410ee5(0x184)](_0x410ee5(0x168),_0xc95381,_0x410ee5(0xe3));return this[_0x410ee5(0x146)](()=>_0x37e9f6([_0x27f322],_0x4d0b90,_0x3858f9)),null;}const _0x285b61=this[_0x410ee5(0x1ef)][_0x410ee5(0x1c6)][_0x410ee5(0x1c4)](_0x410ee5(0x174))['me'],_0x2f9be4=[];if(_0x410ee5(0xf8)!==this[_0x410ee5(0x101)]){for(const {suggestion:_0x3d6aad,meta:_0xbbe212}of this[_0x410ee5(0x87)](_0x27f322,_0x410ee5(0x18f)))_0xbbe212[_0x410ee5(0xc5)]&&!_0xbbe212[_0x410ee5(0x213)]&&_0x2f9be4[_0x410ee5(0xc7)](..._0x3d6aad[_0x410ee5(0x1c8)]());}const _0x1922e7=function(_0xd73a92,_0x27df72){const _0x1772f1=_0x410ee5,_0x14b556=[];for(const _0x3e1cc1 of _0x27df72){const _0x42f710=_0xd73a92[_0x1772f1(0x123)](_0x3e1cc1);_0x42f710&&_0x14b556[_0x1772f1(0xc7)](_0x42f710);}return _0x14b556;}(_0x27f322,_0x2f9be4),_0x3d5856=function(_0x62e4e2,_0x42a036){const _0x100f7b=_0x410ee5,_0x139e48=[_0x62e4e2];for(const _0x531093 of _0x42a036){let _0x2a01f4=0x0;for(;_0x2a01f4<_0x139e48[_0x100f7b(0x1dc)];){const _0x57850c=_0x139e48[_0x2a01f4][_0x100f7b(0x8f)](_0x531093);_0x139e48[_0x100f7b(0x188)](_0x2a01f4,0x1,..._0x57850c),_0x2a01f4+=_0x57850c[_0x100f7b(0x1dc)];}}return _0x139e48;}(_0x27f322,_0x2f9be4);_0x1922e7[_0x410ee5(0x1dc)]&&this[_0x410ee5(0x1bd)][_0x410ee5(0xf6)](()=>{const _0x419396=_0x410ee5;for(const _0x142fcd of _0x1922e7){const _0x56372f=this[_0x419396(0x151)][_0x419396(0x184)](_0x419396(0x168),_0xc95381,_0x419396(0xe3));this[_0x419396(0x146)](()=>_0x56372f([_0x142fcd],_0x4d0b90,_0x3858f9));}});for(const _0x43a8b2 of _0x3d5856){let _0x5a7334=null,_0x1da0ef=_0x43a8b2[_0x410ee5(0x20d)],_0x38a7e0=_0x43a8b2[_0x410ee5(0xa9)];for(const {suggestion:_0x154267,meta:_0x46ea06}of this[_0x410ee5(0x87)](_0x43a8b2,_0x410ee5(0x168))){if(!_0x46ea06[_0x410ee5(0xc5)])continue;if(_0x154267[_0x410ee5(0x1d7)]!=_0xc95381)continue;if(!Pt(_0x154267,_0x3858f9))continue;const _0x1a8bb1=_0x154267[_0x410ee5(0x210)]();if(_0x1a8bb1[_0x410ee5(0xbf)](_0x43a8b2,!0x0))return null;_0x1da0ef=_0x1da0ef[_0x410ee5(0x22c)](_0x1a8bb1[_0x410ee5(0x20d)])?_0x1da0ef:_0x1a8bb1[_0x410ee5(0x20d)],_0x38a7e0=_0x38a7e0[_0x410ee5(0xd2)](_0x1a8bb1[_0x410ee5(0xa9)])?_0x38a7e0:_0x1a8bb1[_0x410ee5(0xa9)],_0x5a7334?_0x1a8bb1[_0x410ee5(0x20d)][_0x410ee5(0x22c)](_0x5a7334[_0x410ee5(0x210)]()[_0x410ee5(0x20d)])?(_0x5a7334[_0x410ee5(0xdd)](),_0x5a7334=_0x154267):_0x154267[_0x410ee5(0xdd)]():_0x5a7334=_0x154267;}const _0x3329bf=this[_0x410ee5(0x1bd)][_0x410ee5(0x192)](_0x1da0ef,_0x38a7e0);if(_0x5a7334)this[_0x410ee5(0x111)](_0x5a7334,_0x3329bf);else{const _0x2e9e18=_0x45a80f(),_0x167ee3=_0x285b61['id'];this[_0x410ee5(0x1b2)]({'id':_0x2e9e18,'type':_0x410ee5(0x14f)+_0xc95381,'data':_0x4d0b90,'createdAt':new Date(),'authorId':_0x167ee3,'attributes':_0x3858f9}),this[_0x410ee5(0xfc)](_0x410ee5(0x14f)+_0xc95381,_0x2e9e18,_0x167ee3,_0x3329bf);}}return null;}[_0x3ca2c4(0x92)](_0x39179c,_0x83e4a6,_0x566a99=[],_0x50778c=null,_0x33029c={}){const _0x453b13=_0x3ca2c4;_0x83e4a6[_0x453b13(0x1e8)]||(_0x83e4a6[_0x453b13(0x1e8)]=_0x83e4a6[_0x453b13(0x1b8)]),_0x83e4a6[_0x453b13(0x125)]=_0x39179c['is'](_0x453b13(0x202)),_0x50778c=_0x50778c||Et(_0x83e4a6);const _0x49f094=_0x566a99[_0x453b13(0xe7)](_0x208d8a=>Ot(_0x208d8a,this[_0x453b13(0x1bd)])),_0x473bad=_0x39179c['is'](_0x453b13(0x202))?_0x39179c:Ot(_0x39179c,this[_0x453b13(0x1bd)]);if(_0x453b13(0x12a)===this[_0x453b13(0x101)]){const _0x48751a=this[_0x453b13(0x151)][_0x453b13(0x184)](_0x453b13(0x11d),_0x50778c,_0x453b13(0xe3));return this[_0x453b13(0x146)](()=>_0x48751a([_0x473bad],_0x83e4a6,_0x33029c)),null;}_0x49f094[_0x453b13(0xc7)](_0x473bad);let _0x127336=!0x0;for(const _0x31628d of _0x49f094)if(!this[_0x453b13(0x1bc)](_0x31628d)){_0x127336=!0x1;break;}if(_0x127336&&_0x453b13(0xf8)!==this[_0x453b13(0x101)]){const _0x4cb4b3=this[_0x453b13(0x151)][_0x453b13(0x184)](_0x453b13(0x11d),_0x50778c,_0x453b13(0xe3));return this[_0x453b13(0x146)](()=>_0x4cb4b3([_0x473bad],_0x83e4a6,_0x33029c)),null;}let _0x134791=null,_0x446746=_0x473bad[_0x453b13(0x20d)],_0x5d978d=_0x473bad[_0x453b13(0xa9)];for(const {suggestion:_0x1f0a5d,meta:_0x9089e5}of this[_0x453b13(0x87)](_0x473bad,_0x453b13(0x11d))){if(!_0x9089e5[_0x453b13(0xc5)])continue;if(_0x9089e5[_0x453b13(0xda)]||_0x9089e5[_0x453b13(0xf3)]||_0x9089e5[_0x453b13(0x213)])continue;if(_0x1f0a5d[_0x453b13(0xe5)][_0x453b13(0x1e8)]!=_0x83e4a6[_0x453b13(0x1e8)])continue;if(!Pt(_0x1f0a5d,_0x33029c))continue;const _0x512c3c=_0x1f0a5d[_0x453b13(0x210)]();if(_0x1f0a5d[_0x453b13(0x1d7)]==_0x50778c){if(_0x512c3c[_0x453b13(0xbf)](_0x473bad,!0x0))return null;_0x446746=_0x446746[_0x453b13(0x22c)](_0x512c3c[_0x453b13(0x20d)])?_0x446746:_0x512c3c[_0x453b13(0x20d)],_0x5d978d=_0x5d978d[_0x453b13(0xd2)](_0x512c3c[_0x453b13(0xa9)])?_0x5d978d:_0x512c3c[_0x453b13(0xa9)],_0x134791?_0x512c3c[_0x453b13(0x20d)][_0x453b13(0x22c)](_0x134791[_0x453b13(0x210)]()[_0x453b13(0x20d)])?(_0x134791[_0x453b13(0xdd)](),_0x134791=_0x1f0a5d):_0x1f0a5d[_0x453b13(0xdd)]():_0x134791=_0x1f0a5d;}else{const _0x516994=_0x473bad[_0x453b13(0x123)](_0x512c3c);this[_0x453b13(0x13c)](_0x1f0a5d,_0x516994);}}const _0x349aae=this[_0x453b13(0x1ef)][_0x453b13(0x1c6)][_0x453b13(0x1c4)](_0x453b13(0x174))['me'],_0x134738=_0x45a80f(),_0x3b1608=_0x349aae['id'];if(_0x134791)return this[_0x453b13(0x111)](_0x134791,this[_0x453b13(0x1bd)][_0x453b13(0x192)](_0x446746,_0x5d978d)),_0x134791;{const _0x419249=this[_0x453b13(0x1b2)]({'id':_0x134738,'type':_0x453b13(0x86)+_0x50778c,'data':_0x83e4a6,'createdAt':new Date(),'authorId':_0x3b1608,'attributes':_0x33029c});return this[_0x453b13(0xfc)](_0x453b13(0x86)+_0x50778c,_0x134738,_0x3b1608,this[_0x453b13(0x1bd)][_0x453b13(0x192)](_0x446746,_0x5d978d)),_0x419249;}}[_0x3ca2c4(0x185)](_0x370df1,_0x586f4c,_0x4d313b=[],_0x1ab198=null,_0x13f14d={}){const _0xbc84b4=_0x3ca2c4;_0x586f4c[_0xbc84b4(0x1e8)]||(_0x586f4c[_0xbc84b4(0x1e8)]=_0x586f4c[_0xbc84b4(0x1b8)]);const _0x53b78c=_0x370df1[0x0];_0x586f4c[_0xbc84b4(0x125)]=_0x53b78c['is'](_0xbc84b4(0x202)),_0x1ab198=_0x1ab198||Et(_0x586f4c);const _0x3cfe89=_0x4d313b[_0xbc84b4(0xe7)](_0x2ec5ba=>Ot(_0x2ec5ba,this[_0xbc84b4(0x1bd)])),_0x1981b5=_0x53b78c['is'](_0xbc84b4(0x202))?_0x370df1:_0x370df1[_0xbc84b4(0xe7)](_0x293a78=>Ot(_0x293a78,this[_0xbc84b4(0x1bd)]));if(_0xbc84b4(0x12a)===this[_0xbc84b4(0x101)]){const _0xc442d2=this[_0xbc84b4(0x151)][_0xbc84b4(0x184)](_0xbc84b4(0x11d),_0x1ab198,_0xbc84b4(0xe3));return this[_0xbc84b4(0x146)](()=>_0xc442d2(_0x1981b5,_0x586f4c,_0x13f14d)),null;}_0x3cfe89[_0xbc84b4(0xc7)](..._0x1981b5);let _0xd79d70=!0x0;for(const _0x23559f of _0x3cfe89)if(!this[_0xbc84b4(0x1bc)](_0x23559f)){_0xd79d70=!0x1;break;}if(_0xd79d70&&_0xbc84b4(0xf8)!==this[_0xbc84b4(0x101)]){const _0x2a7748=this[_0xbc84b4(0x151)][_0xbc84b4(0x184)](_0xbc84b4(0x11d),_0x1ab198,_0xbc84b4(0xe3));return this[_0xbc84b4(0x146)](()=>_0x2a7748(_0x1981b5,_0x586f4c,_0x13f14d)),null;}const _0x48c446=this[_0xbc84b4(0x1ef)][_0xbc84b4(0x1c6)][_0xbc84b4(0x1c4)](_0xbc84b4(0x174))['me'];for(const _0x440c55 of this[_0xbc84b4(0x1cf)]()){if(_0x440c55[_0xbc84b4(0x11f)]['id']!=_0x48c446['id'])continue;if(_0xbc84b4(0x11d)!=_0x440c55[_0xbc84b4(0x1d6)]||_0x440c55[_0xbc84b4(0xe5)][_0xbc84b4(0x1e8)]!=_0x586f4c[_0xbc84b4(0x1e8)])continue;if(!Pt(_0x440c55,_0x13f14d))continue;const _0xe42d01=_0x440c55[_0xbc84b4(0x1d7)]==_0x1ab198;for(let _0x2992cb=0x0;_0x2992cb<_0x1981b5[_0xbc84b4(0x1dc)];_0x2992cb++){const _0x53194d=_0x1981b5[_0x2992cb];for(const _0x15b30a of _0x440c55[_0xbc84b4(0x170)]()){const _0x1eab08=_0x15b30a[_0xbc84b4(0x80)]();if(_0x53194d[_0xbc84b4(0x181)](_0x1eab08)){_0xe42d01?(_0x1981b5[_0xbc84b4(0x188)](_0x2992cb,0x1),_0x2992cb--):_0x440c55[_0xbc84b4(0xcc)](_0x15b30a[_0xbc84b4(0x13d)]);break;}}}}if(0x0==_0x1981b5[_0xbc84b4(0x1dc)])return null;const _0x3d2239=this[_0xbc84b4(0x151)][_0xbc84b4(0x184)](_0xbc84b4(0x11d),_0x1ab198,_0xbc84b4(0x127));for(const _0x3e53f1 of this[_0xbc84b4(0x1cf)]())if(_0x3e53f1[_0xbc84b4(0x11f)]['id']==_0x48c446['id']&&_0xbc84b4(0x11d)==_0x3e53f1[_0xbc84b4(0x1d6)]&&_0x3e53f1[_0xbc84b4(0xe5)][_0xbc84b4(0x1e8)]==_0x586f4c[_0xbc84b4(0x1e8)]&&_0x3e53f1[_0xbc84b4(0x1d7)]==_0x1ab198&&Pt(_0x3e53f1,_0x13f14d)&&(_0x3d2239(_0x3e53f1[_0xbc84b4(0x1c8)](),_0x1981b5)||_0x3d2239(_0x1981b5,_0x3e53f1[_0xbc84b4(0x1c8)]()))){for(const _0x414e83 of _0x1981b5)_0x3e53f1[_0xbc84b4(0x1e9)](_0x414e83);return _0x3e53f1;}const _0x32a8cf=_0x45a80f(),_0x323e66=_0x48c446['id'],_0x25a16a=_0xbc84b4(0x86)+_0x1ab198,_0x1da348=this[_0xbc84b4(0x1b2)]({'id':_0x32a8cf,'type':_0x25a16a,'data':_0x586f4c,'createdAt':new Date(),'authorId':_0x323e66,'attributes':_0x13f14d});for(const _0x363454 of _0x1981b5)this[_0xbc84b4(0xfc)](_0x25a16a,_0x32a8cf,_0x323e66,_0x363454,_0x4d8dc0[_0xbc84b4(0x134)]());return _0x1da348;}[_0x3ca2c4(0xa1)](_0x1a6865,_0x2e1ea1=null,_0x1848d5={}){const _0x288778=_0x3ca2c4;if(_0x1a6865[_0x288778(0x8b)])return null;const _0x5e6e3c=this[_0x288778(0x1ef)][_0x288778(0x1c6)][_0x288778(0x1c4)](_0x288778(0x174))['me'],_0x23f755=new _0x36eeb3(_0x1a6865[_0x288778(0x20d)],_0x1a6865[_0x288778(0xa9)]);for(const {suggestion:_0x273055,meta:_0x477733}of this[_0x288778(0x87)](_0x23f755,_0x288778(0x18f)))if(_0x477733[_0x288778(0xc5)]&&!_0x477733[_0x288778(0xda)]){if(_0x273055[_0x288778(0x11a)]){const _0xf877d2=_0x273055[_0x288778(0x1c8)]()[_0x288778(0x19d)](_0x253978=>_0x288778(0x122)!=_0x253978[_0x288778(0x1fb)][_0x288778(0xb8)]);_0xf877d2[_0x288778(0x1cb)](_0x517a70=>_0x23f755[_0x288778(0xbf)](_0x517a70,!0x0))&&_0x273055[_0x288778(0x1be)]();if(_0xf877d2[_0x288778(0x216)](_0x263d87=>_0x263d87[_0x288778(0xbf)](_0x23f755,!0x0))){const _0x424be3=this[_0x288778(0x151)][_0x288778(0x184)](_0x288778(0x18c),_0x2e1ea1,_0x288778(0xe3));return this[_0x288778(0x146)](()=>_0x424be3([_0x23f755],null,_0x1848d5)),null;}}else{const _0x336d71=_0x23f755[_0x288778(0x123)](_0x273055[_0x288778(0x210)]());null!==_0x336d71&&_0x273055[_0x288778(0x1bf)]([_0x336d71],null,_0x1848d5);}}if(_0x23f755[_0x288778(0x21e)](),_0x23f755[_0x288778(0x8b)]||_0x288778(0x122)==_0x23f755[_0x288778(0x1fb)][_0x288778(0xb8)])return null;let _0xe06308=null,_0x3bd025=_0x23f755[_0x288778(0x20d)],_0x127d3d=_0x23f755[_0x288778(0xa9)];const _0x21b2f6=this[_0x288778(0x87)](_0x23f755,_0x288778(0x18c));for(const {suggestion:_0x4680de,meta:_0x5e061a}of _0x21b2f6){const _0x5cbd00=this[_0x288778(0x1bd)][_0x288778(0x192)](_0x3bd025,_0x127d3d);if(_0x5e061a[_0x288778(0xc5)]&&(this[_0x288778(0x155)]||!_0x5e061a[_0x288778(0xf3)]&&!_0x5e061a[_0x288778(0x213)])){if(_0x4680de[_0x288778(0x11a)]){if(!Pt(_0x4680de,_0x1848d5))continue;let _0xce2e0d=!0x0;for(const _0x53cc58 of _0x4680de[_0x288778(0x1c8)]()){if(_0x53cc58[_0x288778(0xbf)](_0x5cbd00,!0x0))return _0x4680de;_0x5cbd00[_0x288778(0xbf)](_0x53cc58)||(_0xce2e0d=!0x1);}_0xce2e0d&&_0x4680de[_0x288778(0x1be)]();}else{const _0x4c6cfa=_0x4680de[_0x288778(0x210)]();if(_0x4c6cfa[_0x288778(0xbf)](_0x5cbd00,!0x0))return _0x4680de;if(!Pt(_0x4680de,_0x1848d5)){_0x5cbd00[_0x288778(0xbf)](_0x4c6cfa)?_0x4680de[_0x288778(0xdd)]():_0x4c6cfa[_0x288778(0xaa)](_0x3bd025)?_0x3bd025=_0x4c6cfa[_0x288778(0xa9)]:_0x4c6cfa[_0x288778(0xaa)](_0x127d3d)&&(_0x127d3d=_0x4c6cfa[_0x288778(0x20d)]);continue;}_0x3bd025=_0x3bd025[_0x288778(0x22c)](_0x4c6cfa[_0x288778(0x20d)])?_0x3bd025:_0x4c6cfa[_0x288778(0x20d)],_0x127d3d=_0x127d3d[_0x288778(0xd2)](_0x4c6cfa[_0x288778(0xa9)])?_0x127d3d:_0x4c6cfa[_0x288778(0xa9)],_0x1848d5=Object[_0x288778(0xdc)]({},_0x4680de[_0x288778(0x14b)]),_0xe06308?_0x4c6cfa[_0x288778(0x20d)][_0x288778(0x22c)](_0xe06308[_0x288778(0x210)]()[_0x288778(0x20d)])?(_0xe06308[_0x288778(0xdd)](),_0xe06308=_0x4680de):_0x4680de[_0x288778(0xdd)]():_0xe06308=_0x4680de;}}}if(_0xe06308)return this[_0x288778(0x111)](_0xe06308,this[_0x288778(0x1bd)][_0x288778(0x192)](_0x3bd025,_0x127d3d)),_0xe06308;{const _0x4cfe03=_0x45a80f(),_0x2403d5=this[_0x288778(0x1bd)][_0x288778(0x192)](_0x3bd025,_0x127d3d),_0x401893=_0x5e6e3c['id'],_0x322edc=_0x2e1ea1?_0x288778(0x175)+_0x2e1ea1:_0x288778(0x18c),_0x1ab043=this[_0x288778(0x1b2)]({'id':_0x4cfe03,'type':_0x322edc,'createdAt':new Date(),'authorId':_0x401893,'attributes':_0x1848d5});return this[_0x288778(0xfc)](_0x322edc,_0x4cfe03,_0x401893,_0x2403d5),_0x1ab043;}}[_0x3ca2c4(0x17f)](_0x18248b,_0x4932a5=_0x3ca2c4(0x97),_0x58ef22={}){const _0x3e8cd0=_0x3ca2c4,_0x3a6747=this[_0x3e8cd0(0x1ef)][_0x3e8cd0(0x1c6)][_0x3e8cd0(0x1c4)](_0x3e8cd0(0x174))['me'],_0x3731da=_0x18248b[_0x3e8cd0(0xe7)](_0x16c558=>new _0x36eeb3(_0x16c558[_0x3e8cd0(0x20d)],_0x16c558[_0x3e8cd0(0xa9)])),_0x3b06f7=new Set();for(const {suggestion:_0x1a1b82,meta:_0x4e7ed1}of this[_0x3e8cd0(0x87)](_0x3731da,_0x3e8cd0(0x18f)))_0x4e7ed1[_0x3e8cd0(0xc5)]&&!_0x4e7ed1[_0x3e8cd0(0xda)]&&_0x3b06f7[_0x3e8cd0(0x1f6)](_0x1a1b82);for(const _0x2a19e1 of _0x3b06f7)if(_0x2a19e1[_0x3e8cd0(0x11a)]){const _0x3e06de=_0x2a19e1[_0x3e8cd0(0x1c8)]();(!_0x2a19e1[_0x3e8cd0(0x14b)]||!_0x2a19e1[_0x3e8cd0(0x14b)][_0x3e8cd0(0x143)])&&(_0x3e06de[_0x3e8cd0(0x1cb)](_0x4b7c63=>_0x3731da[_0x3e8cd0(0x216)](_0x3933f8=>_0x3933f8[_0x3e8cd0(0xbf)](_0x4b7c63,!0x0)))&&_0x2a19e1[_0x3e8cd0(0x1be)]());if(_0x3731da[_0x3e8cd0(0x1cb)](_0x49dbb2=>_0x3e06de[_0x3e8cd0(0x216)](_0x4aed73=>_0x4aed73[_0x3e8cd0(0xbf)](_0x49dbb2,!0x0)))){const _0x524392=this[_0x3e8cd0(0x151)][_0x3e8cd0(0x184)](_0x3e8cd0(0x18c),_0x4932a5,_0x3e8cd0(0xe3));return this[_0x3e8cd0(0x146)](()=>_0x524392(_0x18248b,null,_0x58ef22)),null;}}else{const _0x305fc6=_0x2a19e1[_0x3e8cd0(0x210)]();_0x3731da[_0x3e8cd0(0x216)](_0x309bd7=>_0x309bd7[_0x3e8cd0(0xbf)](_0x305fc6,!0x0))&&_0x2a19e1[_0x3e8cd0(0x1be)]();if(_0x3731da[_0x3e8cd0(0x1cb)](_0x15ba6d=>_0x305fc6[_0x3e8cd0(0xbf)](_0x15ba6d,!0x0))){const _0x4ce3c7=this[_0x3e8cd0(0x151)][_0x3e8cd0(0x184)](_0x3e8cd0(0x18c),_0x4932a5,_0x3e8cd0(0xe3));return this[_0x3e8cd0(0x146)](()=>_0x4ce3c7(_0x3731da,null,_0x58ef22)),null;}}const _0x11d94c=this[_0x3e8cd0(0x151)][_0x3e8cd0(0x184)](_0x3e8cd0(0x18c),_0x4932a5,_0x3e8cd0(0x127));let _0x3970e7=null;for(const _0x56063f of this[_0x3e8cd0(0x1cf)]())if(_0x56063f[_0x3e8cd0(0x11f)]['id']==_0x3a6747['id']&&_0x56063f[_0x3e8cd0(0x1aa)]&&_0x3e8cd0(0x18c)==_0x56063f[_0x3e8cd0(0x1d6)]&&_0x56063f[_0x3e8cd0(0x1d7)]==_0x4932a5&&Pt(_0x56063f,_0x58ef22)&&(_0x11d94c(_0x56063f[_0x3e8cd0(0x1c8)](),_0x3731da)||_0x11d94c(_0x3731da,_0x56063f[_0x3e8cd0(0x1c8)]()))){if(_0x3970e7){if(_0x56063f[_0x3e8cd0(0x14d)]&&_0x56063f[_0x3e8cd0(0x14d)][_0x3e8cd0(0x1dc)])continue;for(const _0x155b89 of _0x56063f[_0x3e8cd0(0x1c8)]())_0x3970e7[_0x3e8cd0(0xb3)](_0x155b89)||_0x3970e7[_0x3e8cd0(0x1e9)](_0x155b89);_0x56063f[_0x3e8cd0(0xdd)]();}else{_0x3970e7=_0x56063f;for(const _0x31929b of _0x3731da)_0x56063f[_0x3e8cd0(0xb3)](_0x31929b)||_0x56063f[_0x3e8cd0(0x1e9)](_0x31929b);}}if(_0x3970e7)return _0x3970e7;_0x3b06f7[_0x3e8cd0(0x120)]();for(const {suggestion:_0x327be7,meta:_0x199597}of this[_0x3e8cd0(0x87)](_0x3731da,_0x3e8cd0(0x18c)))_0x199597[_0x3e8cd0(0xc5)]&&(this[_0x3e8cd0(0x155)]||!_0x199597[_0x3e8cd0(0xf3)]&&!_0x199597[_0x3e8cd0(0x213)])&&Pt(_0x327be7,_0x58ef22)&&_0x3b06f7[_0x3e8cd0(0x1f6)](_0x327be7);for(const _0x1c7711 of _0x3b06f7){const _0xc65d63=_0x1c7711[_0x3e8cd0(0x1c8)]();if(!_0x58ef22||!_0x58ef22[_0x3e8cd0(0x143)]){if(_0x3731da[_0x3e8cd0(0x1cb)](_0x46c38d=>_0xc65d63[_0x3e8cd0(0x216)](_0x458860=>_0x458860[_0x3e8cd0(0xbf)](_0x46c38d,!0x0))))return _0x1c7711;}(!_0x1c7711[_0x3e8cd0(0x14b)]||!_0x1c7711[_0x3e8cd0(0x14b)][_0x3e8cd0(0x143)])&&(_0xc65d63[_0x3e8cd0(0x1cb)](_0x4d45a0=>_0x3731da[_0x3e8cd0(0x216)](_0x397295=>_0x397295[_0x3e8cd0(0xbf)](_0x4d45a0,!0x0)))&&_0x1c7711[_0x3e8cd0(0x1be)]());}const _0x95579e=_0x45a80f(),_0x4d01c6=_0x3a6747['id'],_0x5dafa3=_0x3e8cd0(0x175)+_0x4932a5,_0x24ae4=this[_0x3e8cd0(0x1b2)]({'id':_0x95579e,'type':_0x5dafa3,'createdAt':new Date(),'authorId':_0x4d01c6,'attributes':_0x58ef22});for(const _0x4e337f of _0x3731da)_0x4e337f[_0x3e8cd0(0x21e)](),_0x4e337f[_0x3e8cd0(0x8b)]||_0x3e8cd0(0x122)==_0x4e337f[_0x3e8cd0(0x1fb)][_0x3e8cd0(0xb8)]||this[_0x3e8cd0(0xfc)](_0x5dafa3,_0x95579e,_0x4d01c6,_0x4e337f,_0x4d8dc0[_0x3e8cd0(0x134)]());return _0x24ae4;}[_0x3ca2c4(0x1e0)](_0x54ac2f,_0x56f685,_0x2f1c64,_0x340f2c,_0xe24fb6){const _0x2b66be=_0x3ca2c4;if(_0x54ac2f[_0x2b66be(0x8b)])return[];if(_0x2b66be(0x12a)===this[_0x2b66be(0x101)])return[];const _0x1ce4b7=this[_0x2b66be(0x1ef)][_0x2b66be(0x1c6)][_0x2b66be(0x1c4)](_0x2b66be(0x174))['me']['id'],_0x48f2c8=Array[_0x2b66be(0x19b)](this[_0x2b66be(0x89)][_0x2b66be(0x1f3)]())[_0x2b66be(0x19d)](_0x6a96ff=>_0x2b66be(0x183)==_0x6a96ff[_0x2b66be(0x1d6)]&&_0x6a96ff[_0x2b66be(0xe5)][_0x2b66be(0xc9)]==_0x56f685&&_0x6a96ff[_0x2b66be(0xb3)](_0x54ac2f));if(_0x2b66be(0x1e5)===this[_0x2b66be(0x101)]){const _0x57303b=this[_0x2b66be(0x87)](_0x54ac2f,_0x2b66be(0x18f))[_0x2b66be(0x19d)](({meta:_0x2795e4})=>_0x2795e4[_0x2b66be(0xc5)]&&!_0x2795e4[_0x2b66be(0x213)]&&!_0x2795e4[_0x2b66be(0xda)])[_0x2b66be(0xe7)](({suggestion:_0x2cc50a})=>_0x2cc50a);_0x48f2c8[_0x2b66be(0x9c)](..._0x57303b);}const _0xeb2500=new Map([[_0x54ac2f,_0x2f1c64]]);for(const _0x3fd69c of _0x48f2c8){const _0x591801=_0x2b66be(0x183)==_0x3fd69c[_0x2b66be(0x1d6)]?_0x3fd69c[_0x2b66be(0xe5)][_0x2b66be(0x1bb)]:void 0x0,_0x4a9f34=_0x3fd69c[_0x2b66be(0x210)](),_0x1a3868=Array[_0x2b66be(0x19b)](_0xeb2500[_0x2b66be(0x1a0)]())[_0x2b66be(0x204)](_0x333f88=>_0x333f88[_0x2b66be(0x128)](_0x4a9f34));if(!_0x1a3868)continue;const _0x2383d4=_0x1a3868[_0x2b66be(0x8f)](_0x4a9f34);this[_0x2b66be(0x218)](_0x56f685)&&_0x2b66be(0x18f)==_0x3fd69c[_0x2b66be(0x1d6)]&&0x0!=_0x2383d4[_0x2b66be(0x1dc)]||(_0xeb2500[_0x2b66be(0x88)](_0x1a3868),_0x2383d4[_0x2b66be(0x22a)](_0x2d1068=>{const _0x186229=_0x2b66be;_0xeb2500[_0x186229(0x94)](_0x2d1068,_0x2f1c64);}),_0x2b66be(0x18f)!=_0x3fd69c[_0x2b66be(0x1d6)]&&_0x591801!=_0x340f2c&&_0xeb2500[_0x2b66be(0x94)](_0x1a3868[_0x2b66be(0x123)](_0x4a9f34),_0x591801));}const _0x1297e3=[];for(const [_0x206d09,_0x2e1036]of _0xeb2500){const _0x122e61=_0x45a80f(),_0x5e5f3b={'key':_0x56f685,'oldValue':_0x2e1036,'newValue':_0x340f2c};_0x56f685[_0x2b66be(0x1dc)]>0x25&&console[_0x2b66be(0x1c5)](_0x2b66be(0x167),{'key':_0x56f685});const _0x24e8a7=(_0x2b66be(0x200)+(_0x56f685+'|'+Et({'newValue':_0x340f2c})))[_0x2b66be(0x113)](0x0,0x3c),_0x5bbfc9=this[_0x2b66be(0x1b2)]({'id':_0x122e61,'type':_0x24e8a7,'data':_0x5e5f3b,'createdAt':new Date(),'authorId':_0x1ce4b7,'attributes':_0xe24fb6});_0x1297e3[_0x2b66be(0xc7)](_0x5bbfc9),this[_0x2b66be(0xfc)](_0x24e8a7,_0x122e61,_0x1ce4b7,_0x206d09);}return _0x1297e3;}[_0x3ca2c4(0x18a)](_0x4a15d9){const _0x3b2320=_0x3ca2c4;this[_0x3b2320(0x207)][_0x3b2320(0x1f6)](_0x4a15d9);}[_0x3ca2c4(0xf9)](_0x446e57){const _0x7aa3ee=_0x3ca2c4;this[_0x7aa3ee(0x205)][_0x7aa3ee(0x1f6)](_0x446e57);}[_0x3ca2c4(0x1c1)](_0x7a7efe,_0x2b0b1c=[],_0x4e37c8=[]){const _0x1c3701=_0x3ca2c4;this[_0x1c3701(0x1a3)](_0x7a7efe,(_0x1b8e8b,..._0x1b2225)=>{const _0x2a863b=_0x1c3701;this[_0x2a863b(0x9d)](()=>{_0x1b8e8b(..._0x1b2225);});});for(const _0xc70bf2 of _0x2b0b1c)this[_0x1c3701(0xf9)](_0xc70bf2);for(const _0x513709 of _0x4e37c8)this[_0x1c3701(0x18a)](_0x513709);}[_0x3ca2c4(0x1ad)](_0x4cec05){const _0x39286f=_0x3ca2c4;return _0x39286f(0x183)==_0x4cec05[_0x39286f(0x1d6)]?_0x4cec05[_0x39286f(0x1d7)][_0x39286f(0x11c)]('|')[0x0]:null;}[_0x3ca2c4(0x111)](_0xe4b250,_0x515ef0){const _0x2801c8=_0x3ca2c4,_0xe7017d=_0xe4b250[_0x2801c8(0x17c)]();this[_0x2801c8(0x1bd)][_0x2801c8(0xf6)](_0x20a289=>{const _0x59d6a9=_0x2801c8;_0x20a289[_0x59d6a9(0x137)](_0xe7017d,{'range':_0x515ef0});});}[_0x3ca2c4(0xe4)](_0x15e14a){const _0xf27afd=_0x3ca2c4,_0x31ee62=_0x15e14a['id'],_0x1e9392=this[_0xf27afd(0x1ef)][_0xf27afd(0x7f)][_0xf27afd(0x1c4)](_0xf27afd(0x1eb));this[_0xf27afd(0x16f)][_0xf27afd(0xc0)](_0x31ee62)||this[_0xf27afd(0x16f)][_0xf27afd(0x163)]({'channelId':_0x1e9392,'threadId':_0x31ee62,'isResolvable':!0x1,'isSubmitted':!0x0});const _0xa92d3=this[_0xf27afd(0x16f)][_0xf27afd(0x19f)](_0x31ee62);_0xa92d3[_0xf27afd(0x1b3)](_0xf27afd(0xd8)),_0xa92d3[_0xf27afd(0xd8)]=!0x1,_0x15e14a[_0xf27afd(0x14d)]=_0xa92d3;}[_0x3ca2c4(0x1d5)](_0x4cca1c,_0x2eed6e,_0x156fa1,_0x257107){const _0x31c5ec=_0x3ca2c4;if(_0x4cca1c[_0x31c5ec(0x1d6)]!=_0x2eed6e||_0x4cca1c[_0x31c5ec(0x1d7)]!=_0x156fa1||_0x4cca1c[_0x31c5ec(0xa4)]['id']!=_0x257107)throw this[_0x31c5ec(0x1ef)][_0x31c5ec(0x119)](_0x31c5ec(0x196)),new _0x23b71a(_0x31c5ec(0x196),this);}[_0x3ca2c4(0x13c)](_0x81679,_0x4deba8){const _0x1ae7d3=_0x3ca2c4,_0x399199=_0x81679[_0x1ae7d3(0x210)]();if(_0x4deba8[_0x1ae7d3(0x181)](_0x399199))_0x81679[_0x1ae7d3(0xdd)]();else{if(_0x399199[_0x1ae7d3(0xbf)](_0x4deba8)){const _0x5a55db=this[_0x1ae7d3(0x1bd)][_0x1ae7d3(0x21a)](_0x4deba8[_0x1ae7d3(0x20d)][_0x1ae7d3(0x133)],_0x1ae7d3(0xa9));this[_0x1ae7d3(0x111)](_0x81679,this[_0x1ae7d3(0x1bd)][_0x1ae7d3(0x192)](_0x399199[_0x1ae7d3(0x20d)],_0x5a55db));const _0x3928cc=_0x45a80f(),_0x1a41dc=_0x81679[_0x1ae7d3(0xa4)]['id'],_0x5b17fd=_0x81679[_0x1ae7d3(0x1d6)]+':'+_0x81679[_0x1ae7d3(0x1d7)];this[_0x1ae7d3(0x1b2)]({'id':_0x3928cc,'type':_0x5b17fd,'createdAt':new Date(),'authorId':_0x1a41dc,'data':_0x81679[_0x1ae7d3(0xe5)],'attributes':_0x81679[_0x1ae7d3(0x14b)]});const _0x21bb18=this[_0x1ae7d3(0x1bd)][_0x1ae7d3(0x21a)](_0x4deba8[_0x1ae7d3(0xa9)][_0x1ae7d3(0x16e)],_0x1ae7d3(0x189)),_0x34b7f6=this[_0x1ae7d3(0x1bd)][_0x1ae7d3(0x192)](_0x21bb18,_0x399199[_0x1ae7d3(0xa9)]);this[_0x1ae7d3(0xfc)](_0x5b17fd,_0x3928cc,_0x1a41dc,_0x34b7f6);}else{if(_0x399199[_0x1ae7d3(0xaa)](_0x4deba8[_0x1ae7d3(0x20d)])){const _0x44312f=this[_0x1ae7d3(0x1bd)][_0x1ae7d3(0x21a)](_0x4deba8[_0x1ae7d3(0x20d)][_0x1ae7d3(0x133)],_0x1ae7d3(0xa9));this[_0x1ae7d3(0x111)](_0x81679,this[_0x1ae7d3(0x1bd)][_0x1ae7d3(0x192)](_0x399199[_0x1ae7d3(0x20d)],_0x44312f));}else{const _0x425079=this[_0x1ae7d3(0x1bd)][_0x1ae7d3(0x21a)](_0x4deba8[_0x1ae7d3(0xa9)][_0x1ae7d3(0x16e)],_0x1ae7d3(0x189));this[_0x1ae7d3(0x111)](_0x81679,this[_0x1ae7d3(0x1bd)][_0x1ae7d3(0x192)](_0x425079,_0x399199[_0x1ae7d3(0xa9)]));}}}}[_0x3ca2c4(0x1bc)](_0x524536){const _0x4bee8d=_0x3ca2c4;for(const {suggestion:_0x5d6168,meta:_0x10d24f}of this[_0x4bee8d(0x87)](_0x524536,_0x4bee8d(0x18f))){if(!_0x10d24f[_0x4bee8d(0xc5)])continue;const _0x2d5f4f=_0x5d6168[_0x4bee8d(0x1c8)]();for(const _0x4800b4 of _0x2d5f4f)if(!_0x524536[_0x4bee8d(0x8f)](_0x4800b4)[_0x4bee8d(0x1dc)])return!0x0;}return!0x1;}[_0x3ca2c4(0x14e)](_0x4822ee){const _0x1ae34a=_0x3ca2c4,_0x1db78e=this[_0x1ae34a(0x1ef)][_0x1ae34a(0x1c6)][_0x1ae34a(0x1c4)](_0x1ae34a(0x174))[_0x1ae34a(0x18d)](_0x4822ee);if(!_0x1db78e)throw new _0x23b71a(_0x1ae34a(0x1d0),this);return _0x1db78e;}[_0x3ca2c4(0xd4)](_0x13c835){const _0x16275a=_0x3ca2c4,_0x2344cd=this[_0x16275a(0x1ef)][_0x16275a(0x1c6)][_0x16275a(0x1c4)](_0x16275a(0x174)),_0x460fa4=_0x303a48(_0x16275a(0xe9)+_0x13c835),_0x3ad9c5=_0x2344cd[_0x16275a(0x18d)](_0x460fa4);return _0x3ad9c5||_0x2344cd[_0x16275a(0xea)]({'id':_0x460fa4,'name':_0x13c835});}[_0x3ca2c4(0xc4)](_0x2ba415,_0x223154,_0x3905e4,_0x431fa8,_0x174e65){const _0x460032=_0x3ca2c4,_0x2ca288=this[_0x460032(0x14e)](_0x431fa8),_0x251490=this[_0x460032(0x151)][_0x460032(0x140)](_0x2ba415,_0x223154,_0x3905e4,_0x2ca288,_0x174e65,_0x5f060a=>{const _0xd47c56=_0x460032;this[_0xd47c56(0x126)](_0x3905e4,{'attributes':_0x5f060a});const _0x1f54e6=this[_0xd47c56(0xee)](_0x3905e4);this[_0xd47c56(0x1b7)](new Set([_0x1f54e6])),this[_0xd47c56(0x217)](new Set([_0x1f54e6]));});return this[_0x460032(0x13a)](_0x251490,_0x460032(0xe3),()=>{const _0x3ce583=_0x460032;this[_0x3ce583(0x126)](_0x3905e4,{'state':_0x3ce583(0xdb)});},{'priority':_0x460032(0xe6)}),this[_0x460032(0x13a)](_0x251490,_0x460032(0x1be),()=>{const _0xeebf6b=_0x460032;this[_0xeebf6b(0x126)](_0x3905e4,{'state':_0xeebf6b(0xfd)});},{'priority':_0x460032(0xe6)}),this[_0x460032(0x89)][_0x460032(0x94)](_0x3905e4,_0x251490),this[_0x460032(0x211)][_0x460032(0x94)](_0x251490,_0x460032(0x139)),_0x251490;}[_0x3ca2c4(0x21c)](_0x3e94e1){const _0x1154b5=_0x3ca2c4,_0x4e01e2=_0x3e94e1[_0x1154b5(0x11c)](':');return{'group':_0x4e01e2[0x0],'type':_0x4e01e2[0x1],'subType':_0x4e01e2[_0x1154b5(0x1dc)]>=0x5?_0x4e01e2[0x2]:null,'id':_0x4e01e2[_0x1154b5(0x1dc)]<0x5?_0x4e01e2[0x2]:_0x4e01e2[0x3],'authorId':_0x4e01e2[_0x1154b5(0x1dc)]<0x5?_0x4e01e2[0x3]:_0x4e01e2[0x4],'markerCount':0x6==_0x4e01e2[_0x1154b5(0x1dc)]?_0x4e01e2[0x5]:null};}[_0x3ca2c4(0x227)](_0x4e5ba4,_0x437197,_0x517afd){const _0x3c0c4f=_0x3ca2c4,_0x398fe3=_0x4e5ba4[_0x3c0c4f(0x210)](),_0x3d8b7a=_0x398fe3[_0x3c0c4f(0x20d)],_0x200364=_0x398fe3[_0x3c0c4f(0xa9)];this[_0x3c0c4f(0x111)](_0x4e5ba4,this[_0x3c0c4f(0x1bd)][_0x3c0c4f(0x192)](_0x3d8b7a,_0x437197));const _0x2c8d80=_0x45a80f(),_0x29ee42=_0x4e5ba4[_0x3c0c4f(0xa4)]['id'],_0xa2d5bd=_0x4e5ba4[_0x3c0c4f(0x1d6)]+(_0x4e5ba4[_0x3c0c4f(0x1d7)]?':'+_0x4e5ba4[_0x3c0c4f(0x1d7)]:'');this[_0x3c0c4f(0x1b2)]({'id':_0x2c8d80,'type':_0xa2d5bd,'createdAt':new Date(),'authorId':_0x29ee42,'originalSuggestionId':_0x4e5ba4['id'],'attributes':_0x4e5ba4[_0x3c0c4f(0x14b)],'data':_0x4e5ba4[_0x3c0c4f(0xe5)]});const _0x136f74=this[_0x3c0c4f(0x1ad)](_0x4e5ba4);(_0x3c0c4f(0x11d)==_0x4e5ba4[_0x3c0c4f(0x1d6)]||_0x136f74&&this[_0x3c0c4f(0x218)](_0x136f74))&&(_0x517afd=this[_0x3c0c4f(0x1bd)][_0x3c0c4f(0x102)](_0x517afd[_0x3c0c4f(0x16e)])),this[_0x3c0c4f(0xfc)](_0xa2d5bd,_0x2c8d80,_0x29ee42,this[_0x3c0c4f(0x1bd)][_0x3c0c4f(0x192)](_0x517afd,_0x200364));}[_0x3ca2c4(0x87)](_0x17db0b,_0x11bbd2=null){const _0x13d061=_0x3ca2c4,_0x176ce5=[],_0x798d21=this[_0x13d061(0x1ef)][_0x13d061(0x1c6)][_0x13d061(0x1c4)](_0x13d061(0x174))['me'];Array[_0x13d061(0x17e)](_0x17db0b)||(_0x17db0b=[_0x17db0b]);for(const _0x517f40 of this[_0x13d061(0x1cf)]()){if(!_0x517f40[_0x13d061(0x1aa)])continue;if(_0x11bbd2&&_0x517f40[_0x13d061(0x1d6)]!=_0x11bbd2)continue;let _0x4dc06b=!0x1;for(const _0x4b9b7b of _0x517f40[_0x13d061(0x1c8)]()){for(const _0x1b4034 of _0x17db0b){const _0x4473d7=_0x1b4034[_0x13d061(0x20d)][_0x13d061(0x181)](_0x4b9b7b[_0x13d061(0xa9)])||_0x1b4034[_0x13d061(0xa9)][_0x13d061(0x181)](_0x4b9b7b[_0x13d061(0x20d)]);if(_0x4473d7||_0x1b4034[_0x13d061(0x123)](_0x4b9b7b)){const _0xdc7d0b=_0x1b4034[_0x13d061(0xbf)](_0x4b9b7b)&&xt(this[_0x13d061(0x1bd)][_0x13d061(0x1de)],_0x4b9b7b[_0x13d061(0x20d)],_0x1b4034),_0x54efe=_0x4b9b7b[_0x13d061(0xbf)](_0x1b4034)&&xt(this[_0x13d061(0x1bd)][_0x13d061(0x1de)],_0x1b4034[_0x13d061(0x20d)],_0x4b9b7b);_0x176ce5[_0x13d061(0xc7)]({'suggestion':_0x517f40,'meta':{'isOwn':_0x798d21==_0x517f40[_0x13d061(0x11f)],'isNextTo':_0x4473d7,'isInsideObject':_0xdc7d0b,'containsRangeInObject':_0x54efe}}),_0x4dc06b=!0x0;break;}}if(_0x4dc06b)break;}}return _0x176ce5;}[_0x3ca2c4(0xfc)](_0xa71788,_0x5a2597,_0x2d6af8,_0x4005a3,_0x7420f9){const _0x5a150e=_0x3ca2c4;this[_0x5a150e(0x1bd)][_0x5a150e(0xf6)](_0x20aec3=>{const _0x158d08=_0x5a150e;let _0x57cd9a=_0x158d08(0xaf)+_0xa71788+':'+_0x5a2597+':'+_0x2d6af8;_0x7420f9&&(_0x57cd9a=_0x57cd9a+':'+_0x7420f9),_0x20aec3[_0x158d08(0x1f9)](_0x57cd9a,{'range':_0x4005a3,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3ca2c4(0x191)](_0x3f23a6){const _0xd5a0ac=_0x3ca2c4,_0x41b763=_0x3f23a6[_0xd5a0ac(0x158)],_0x4f35e0=_0x3f23a6[_0xd5a0ac(0x124)];_0x3f23a6[_0xd5a0ac(0x158)]=null,_0x3f23a6[_0xd5a0ac(0x124)]=null,null!=_0x41b763&&_0x41b763[_0xd5a0ac(0x124)]==_0x3f23a6&&(_0x41b763[_0xd5a0ac(0x124)]=_0x4f35e0),null!=_0x4f35e0&&_0x4f35e0[_0xd5a0ac(0x158)]==_0x3f23a6&&(_0x4f35e0[_0xd5a0ac(0x158)]=_0x41b763),_0xd5a0ac(0x83)==this[_0xd5a0ac(0x211)][_0xd5a0ac(0x1c4)](_0x3f23a6)&&(this[_0xd5a0ac(0x211)][_0xd5a0ac(0x94)](_0x3f23a6,_0xd5a0ac(0xed)),this[_0xd5a0ac(0x208)](_0xd5a0ac(0x16a),_0x3f23a6,_0x41b763,_0x4f35e0));}[_0x3ca2c4(0x1b2)](_0x367022){const _0x5ee936=_0x3ca2c4,_0x98b6d4=_0x367022['id'],_0x518f6d=this[_0x5ee936(0x152)](_0x367022);if(this[_0x5ee936(0x1ec)]&&this[_0x5ee936(0x1ec)][_0x5ee936(0x121)]){const _0x4149aa=this[_0x5ee936(0x1ef)][_0x5ee936(0x1c6)][_0x5ee936(0x1c4)](_0x5ee936(0x225)),_0x285cf8=_0x518f6d[_0x5ee936(0x215)],_0x122afa=_0x518f6d[_0x5ee936(0x1d7)]?_0x518f6d[_0x5ee936(0x1d6)]+':'+_0x518f6d[_0x5ee936(0x1d7)]:_0x518f6d[_0x5ee936(0x1d6)],_0x11fbc0=this[_0x5ee936(0x1ef)][_0x5ee936(0xd5)],_0x1bcb91=_0x4149aa[_0x5ee936(0x1f6)](_0x192771(_0x11fbc0,_0x5ee936(0x141))),_0x15fa56={'id':_0x98b6d4,'type':_0x122afa,'hasComments':_0x285cf8,'data':_0x367022[_0x5ee936(0xe5)]||null,'originalSuggestionId':_0x367022[_0x5ee936(0x1b5)]||null,'attributes':_0x518f6d[_0x5ee936(0x14b)]};this[_0x5ee936(0x1ec)][_0x5ee936(0x121)](_0x15fa56)[_0x5ee936(0xa0)](_0x54f122=>{const _0x19d803=_0x5ee936;_0x518f6d[_0x19d803(0x130)]=!0x0,_0x4149aa[_0x19d803(0xfe)](_0x1bcb91),_0x54f122&&_0x54f122[_0x19d803(0x9b)]&&(this[_0x19d803(0x89)][_0x19d803(0x1c4)](_0x98b6d4)[_0x19d803(0x9b)]=_0x54f122[_0x19d803(0x9b)]);})[_0x5ee936(0x10d)](_0x3e1701=>{const _0x4a9fcc=_0x5ee936;throw _0x5decf9(_0x4a9fcc(0x132)),this[_0x4a9fcc(0x1ef)][_0x4a9fcc(0x1db)][_0x4a9fcc(0x199)]({'isUndoable':!0x1},()=>{const _0x3808e7=_0x4a9fcc;_0x518f6d[_0x3808e7(0x1be)]();}),_0x518f6d[_0x4a9fcc(0xd0)](),this[_0x4a9fcc(0x89)][_0x4a9fcc(0x88)](_0x518f6d['id']),this[_0x4a9fcc(0x211)][_0x4a9fcc(0x88)](_0x518f6d),_0x3e1701;});}return _0x518f6d;}[_0x3ca2c4(0x218)](_0x3817a9){const _0x697235=_0x3ca2c4;return this[_0x697235(0x207)][_0x697235(0x98)](_0x3817a9);}[_0x3ca2c4(0x126)](_0x4c5c92,_0x2c8d27){const _0x54099e=_0x3ca2c4,_0x3f47b4=this[_0x54099e(0x1ef)][_0x54099e(0x1c6)][_0x54099e(0x1c4)](_0x54099e(0x225)),_0x507e7d=this[_0x54099e(0xee)](_0x4c5c92);if(this[_0x54099e(0x1ec)]&&this[_0x54099e(0x1ec)][_0x54099e(0x1ac)]){if(_0x507e7d[_0x54099e(0x130)]){const _0x5160f6=_0x3f47b4[_0x54099e(0x1f6)](_0x192771(this[_0x54099e(0x1ef)][_0x54099e(0xd5)],_0x54099e(0x141)));this[_0x54099e(0x1ec)][_0x54099e(0x1ac)](_0x4c5c92,_0x2c8d27)[_0x54099e(0xa0)](()=>{const _0x127bf5=_0x54099e;_0x3f47b4[_0x127bf5(0xfe)](_0x5160f6);});}else _0x507e7d['on'](_0x54099e(0xcb),()=>{const _0x342e88=_0x54099e;this[_0x342e88(0x126)](_0x4c5c92,_0x2c8d27);});}}[_0x3ca2c4(0x172)](_0x16d5e6){const _0x39c3d8=_0x3ca2c4;if(!this[_0x39c3d8(0x1ec)]||!this[_0x39c3d8(0x1ec)][_0x39c3d8(0xee)])throw new _0x23b71a(_0x39c3d8(0x1da),this);return this[_0x39c3d8(0x1ec)][_0x39c3d8(0xee)](_0x16d5e6);}[_0x3ca2c4(0x14a)](_0x6ed84e){const _0x24f866=_0x3ca2c4,{id:_0x4c31c5,type:_0x389074,subType:_0xdad716,authorId:_0x4a594d}=this[_0x24f866(0x21c)](_0x6ed84e),_0x414715=this[_0x24f866(0x89)][_0x24f866(0x1c4)](_0x4c31c5)||this[_0x24f866(0xc4)](_0x389074,_0xdad716,_0x4c31c5,_0x4a594d,{});switch(this[_0x24f866(0x1d5)](_0x414715,_0x389074,_0xdad716,_0x4a594d),this[_0x24f866(0x211)][_0x24f866(0x1c4)](_0x414715)){case _0x24f866(0x139):this[_0x24f866(0x172)](_0x4c31c5)[_0x24f866(0xa0)](_0x38fb76=>{const _0xa6a2be=_0x24f866;let _0x1f1f67=Promise[_0xa6a2be(0xf1)]();_0x38fb76[_0xa6a2be(0x215)]&&(_0x1f1f67=this[_0xa6a2be(0x16f)][_0xa6a2be(0x81)]({'channelId':this[_0xa6a2be(0x1ef)][_0xa6a2be(0x7f)][_0xa6a2be(0x1c4)](_0xa6a2be(0x1eb)),'threadId':_0x4c31c5})),_0x1f1f67[_0xa6a2be(0xa0)](()=>{const _0x1c9109=_0xa6a2be;this[_0x1c9109(0x152)](_0x38fb76)[_0x1c9109(0x130)]=!0x0;});}),this[_0x24f866(0x211)][_0x24f866(0x94)](_0x414715,_0x24f866(0x104));break;case _0x24f866(0xed):this[_0x24f866(0x126)](_0x4c31c5,{'state':_0x24f866(0x142)});case _0x24f866(0x228):this[_0x24f866(0x211)][_0x24f866(0x94)](_0x414715,_0x24f866(0x83)),this[_0x24f866(0x208)](_0x24f866(0x136),_0x414715);break;case _0x24f866(0x83):this[_0x24f866(0x208)](_0x24f866(0x1e3),_0x414715);}return _0x414715[_0x24f866(0xbd)](_0x6ed84e),_0x414715;}[_0x3ca2c4(0x217)](_0x4a3309){const _0xdc95ed=_0x3ca2c4,_0x55ad26=Array[_0xdc95ed(0x19b)](_0x4a3309),_0x28e3de=_0x55ad26[_0xdc95ed(0x19d)](_0x9929df=>_0xdc95ed(0x183)==_0x9929df[_0xdc95ed(0x1d6)]);this[_0xdc95ed(0xc3)](_0x28e3de);const _0x3f61b0=_0x55ad26[_0xdc95ed(0x19d)](_0x54527d=>!_0x54527d[_0xdc95ed(0x11a)]&&_0xdc95ed(0x183)!=_0x54527d[_0xdc95ed(0x1d6)]),_0x2e6240=this[_0xdc95ed(0x1cf)]({'skipNotAttached':!0x0})[_0xdc95ed(0x19d)](_0x1035c8=>!_0x1035c8[_0xdc95ed(0x11a)]&&_0xdc95ed(0x183)!=_0x1035c8[_0xdc95ed(0x1d6)]),_0x3d178a=_0x2e6240[_0xdc95ed(0x19d)](_0x22f880=>!_0x4a3309[_0xdc95ed(0x98)](_0x22f880)),_0x484125=new Map(_0x2e6240[_0xdc95ed(0xe7)](_0x33b962=>[_0x33b962,this[_0xdc95ed(0x151)][_0xdc95ed(0x184)](_0x33b962[_0xdc95ed(0x1d6)],_0x33b962[_0xdc95ed(0x1d7)],_0xdc95ed(0x226))])),_0x1f826b=new Map(_0x2e6240[_0xdc95ed(0xe7)](_0x553584=>[_0x553584,_0x553584[_0xdc95ed(0x210)]()])),_0x3efc0f=new Set(),_0x261812=new Set();for(let _0x4a2ffe=0x0;_0x4a2ffe<_0x3f61b0[_0xdc95ed(0x1dc)];_0x4a2ffe++)_0xfb439e(_0x3f61b0[_0x4a2ffe],_0x3f61b0,_0x4a2ffe+0x1);for(let _0x58c34f=0x0;_0x58c34f<_0x3f61b0[_0xdc95ed(0x1dc)];_0x58c34f++)_0xfb439e(_0x3f61b0[_0x58c34f],_0x3d178a,0x0);const _0x2a2714=new Set();for(let _0x20f7a5=0x0;_0x20f7a5<_0x3f61b0[_0xdc95ed(0x1dc)];_0x20f7a5++){const _0x1ddad4=_0x3f61b0[_0x20f7a5];!_0x261812[_0xdc95ed(0x98)](_0x1ddad4)&&_0x1ddad4[_0xdc95ed(0x158)]&&(_0x2a2714[_0xdc95ed(0x1f6)](_0x1ddad4[_0xdc95ed(0x158)]),_0x1ddad4[_0xdc95ed(0x158)][_0xdc95ed(0x124)]===_0x1ddad4&&(_0x1ddad4[_0xdc95ed(0x158)][_0xdc95ed(0x124)]=null),_0x1ddad4[_0xdc95ed(0x158)]=null),!_0x3efc0f[_0xdc95ed(0x98)](_0x1ddad4)&&_0x1ddad4[_0xdc95ed(0x124)]&&(_0x2a2714[_0xdc95ed(0x1f6)](_0x1ddad4[_0xdc95ed(0x124)]),_0x1ddad4[_0xdc95ed(0x124)][_0xdc95ed(0x158)]===_0x1ddad4&&(_0x1ddad4[_0xdc95ed(0x124)][_0xdc95ed(0x158)]=null),_0x1ddad4[_0xdc95ed(0x124)]=null);}function _0xfb439e(_0x5a0c3c,_0x2d75af,_0x48713a){const _0x360b45=_0xdc95ed;for(let _0x5a90ee=_0x48713a;_0x5a90ee<_0x2d75af[_0x360b45(0x1dc)];_0x5a90ee++){const _0x157b19=_0x4879af(_0x5a0c3c,_0x2d75af[_0x5a90ee]);_0x157b19&&(_0x157b19[0x0][_0x360b45(0x124)]=_0x157b19[0x1],_0x157b19[0x1][_0x360b45(0x158)]=_0x157b19[0x0],_0x3efc0f[_0x360b45(0x1f6)](_0x157b19[0x0]),_0x261812[_0x360b45(0x1f6)](_0x157b19[0x1]));}}function _0x4879af(_0xc868a0,_0x1f5d15){const _0x5195c3=_0xdc95ed;if(_0xc868a0[_0x5195c3(0x11f)]['id']!==_0x1f5d15[_0x5195c3(0x11f)]['id'])return null;const _0x5b2cc8=_0x484125[_0x5195c3(0x1c4)](_0xc868a0)(_0xc868a0,_0x1f5d15,_0x1f826b[_0x5195c3(0x1c4)](_0xc868a0),_0x1f826b[_0x5195c3(0x1c4)](_0x1f5d15));if(!_0x5b2cc8)return null;return _0x484125[_0x5195c3(0x1c4)](_0x1f5d15)(_0xc868a0,_0x1f5d15,_0x1f826b[_0x5195c3(0x1c4)](_0xc868a0),_0x1f826b[_0x5195c3(0x1c4)](_0x1f5d15))?_0x5b2cc8[0x1][_0x5195c3(0x14d)]&&_0x5b2cc8[0x1][_0x5195c3(0x14d)][_0x5195c3(0x1dc)]?null:_0x5b2cc8:null;}_0x2a2714[_0xdc95ed(0x19e)]&&this[_0xdc95ed(0x217)](_0x2a2714);}[_0x3ca2c4(0xc3)](_0x22d781){const _0xcb66a5=_0x3ca2c4;if(0x0==_0x22d781[_0xcb66a5(0x1dc)])return;const _0x471e99=this[_0xcb66a5(0x1cf)]({'skipNotAttached':!0x0})[_0xcb66a5(0x19d)](_0x877764=>_0xcb66a5(0x183)==_0x877764[_0xcb66a5(0x1d6)]&&_0x877764[_0xcb66a5(0xb5)]),_0x2da1a0=[],_0x314e16=new Map();for(const _0x4a9652 of _0x471e99){const _0x35e712=_0x303a48(_0x4a9652[_0xcb66a5(0x14b)]);_0x314e16[_0xcb66a5(0x98)](_0x35e712)||(_0x314e16[_0xcb66a5(0x94)](_0x35e712,_0x2da1a0[_0xcb66a5(0x1dc)]),_0x2da1a0[_0xcb66a5(0xc7)]([]));const _0x4b635d=_0x314e16[_0xcb66a5(0x1c4)](_0x35e712);_0x2da1a0[_0x4b635d][_0xcb66a5(0xc7)](_0x4a9652);}!(function(){const _0x320712=_0xcb66a5;_0x2da1a0[_0x320712(0x182)]((_0x3d9ab3,_0x5d7500)=>{const _0x2181bb=_0x320712,_0x25be01=_0x3d9ab3[0x0][_0x2181bb(0x9b)],_0x393919=_0x5d7500[0x0][_0x2181bb(0x9b)];return _0x25be01==_0x393919?_0x3d9ab3[0x0][_0x2181bb(0x14b)][_0x2181bb(0x20e)]<_0x5d7500[0x0][_0x2181bb(0x14b)][_0x2181bb(0x20e)]?-0x1:0x1:_0x25be01<_0x393919?-0x1:0x1;});for(const _0x1edfcb of _0x2da1a0)_0x1edfcb[_0x320712(0x182)]((_0x557450,_0x5f24b2)=>_0x557450['id']<_0x5f24b2['id']?-0x1:0x1);}());for(let _0x259154=0x0;_0x259154<_0x2da1a0[_0xcb66a5(0x1dc)];_0x259154++){if(0x0==_0x2da1a0[_0x259154][_0xcb66a5(0x1dc)])continue;const _0x2eacd5=[];for(let _0x5eda8c=_0x259154+0x1;_0x5eda8c<_0x2da1a0[_0xcb66a5(0x1dc)];_0x5eda8c++)0x0!=_0x2da1a0[_0x5eda8c][_0xcb66a5(0x1dc)]&&_0x368cb2(_0x2da1a0[_0x259154],_0x2da1a0[_0x5eda8c])&&_0x2eacd5[_0xcb66a5(0xc7)](_0x5eda8c);for(const _0x45bf96 of _0x2eacd5)_0x2da1a0[_0x259154]=_0x2da1a0[_0x259154][_0xcb66a5(0x17d)](_0x2da1a0[_0x45bf96]),_0x2da1a0[_0x45bf96]=[];}for(const _0x34146c of _0x2da1a0)for(let _0x552ada=0x0;_0x552ada<_0x34146c[_0xcb66a5(0x1dc)];_0x552ada++)_0x34146c[_0x552ada][_0xcb66a5(0x124)]=_0x34146c[_0x552ada+0x1]||null;for(const _0x4c4e7d of _0x2da1a0)for(let _0x4d57e6=0x0;_0x4d57e6<_0x4c4e7d[_0xcb66a5(0x1dc)];_0x4d57e6++)_0x4c4e7d[_0x4d57e6][_0xcb66a5(0x158)]=_0x4c4e7d[_0x4d57e6-0x1]||null;function _0x368cb2(_0x1eba7d,_0x12fa92){const _0x97af3d=_0xcb66a5;if(_0x1eba7d[0x0][_0x97af3d(0x14b)][_0x97af3d(0x20e)]!==_0x12fa92[0x0][_0x97af3d(0x14b)][_0x97af3d(0x20e)]&&_0x1eba7d[0x0][_0x97af3d(0x11f)]!==_0x12fa92[0x0][_0x97af3d(0x11f)])return!0x1;if(!function(_0x500b6a,_0xd1f036){const _0x531750=_0x97af3d;if(!_0x500b6a[_0x531750(0x215)]&&!_0xd1f036[_0x531750(0x215)])return!0x0;if(_0x500b6a[_0x531750(0x215)]&&_0xd1f036[_0x531750(0x215)])return!0x1;if(_0x500b6a[_0x531750(0x215)]&&_0xd1f036[_0x531750(0x9b)]<_0x500b6a[_0x531750(0x14d)][_0x531750(0x177)][_0x531750(0x1c4)](0x0)[_0x531750(0x9b)])return!0x0;if(_0xd1f036[_0x531750(0x215)]&&_0x500b6a[_0x531750(0x9b)]<_0xd1f036[_0x531750(0x14d)][_0x531750(0x177)][_0x531750(0x1c4)](0x0)[_0x531750(0x9b)])return!0x0;return!0x1;}(_0x1eba7d[0x0],_0x12fa92[0x0]))return!0x1;const _0x18d54a=_0x2d73d7(_0x1eba7d[0x0][_0x97af3d(0x14b)],_0x97af3d(0x20e)),_0x278a78=_0x2d73d7(_0x12fa92[0x0][_0x97af3d(0x14b)],_0x97af3d(0x20e));if(!_0xcf0063(_0x18d54a,_0x278a78))return!0x1;return!!_0x1eba7d[_0x97af3d(0x1cb)](_0x39afce=>_0x12fa92[_0x97af3d(0x216)](_0x2c6001=>_0x39afce[_0x97af3d(0x210)]()[_0x97af3d(0x181)](_0x2c6001[_0x97af3d(0x210)]())))&&_0x12fa92[_0x97af3d(0x1cb)](_0x21f1a5=>_0x1eba7d[_0x97af3d(0x216)](_0x49cd3b=>_0x21f1a5[_0x97af3d(0x210)]()[_0x97af3d(0x181)](_0x49cd3b[_0x97af3d(0x210)]())));}}[_0x3ca2c4(0x1b7)](_0x5cbf03){const _0x5f3a9b=_0x3ca2c4,_0x2a2105=Array[_0x5f3a9b(0x19b)](_0x5cbf03),_0x3fc686=this[_0x5f3a9b(0x1cf)]({'skipNotAttached':!0x0}),_0x599171=_0x3fc686[_0x5f3a9b(0x19d)](_0x1b5165=>!_0x5cbf03[_0x5f3a9b(0x98)](_0x1b5165)),_0x513497=new Map(_0x2a2105[_0x5f3a9b(0xe7)](_0x2ff7b9=>[_0x2ff7b9,this[_0x5f3a9b(0x151)][_0x5f3a9b(0x184)](_0x2ff7b9[_0x5f3a9b(0x1d6)],_0x2ff7b9[_0x5f3a9b(0x1d7)],_0x5f3a9b(0x127))])),_0x5bbfb1=new Map(_0x3fc686[_0x5f3a9b(0xe7)](_0x552d82=>[_0x552d82,_0x552d82[_0x5f3a9b(0x1c8)]()]));for(let _0x2acb5a=0x0;_0x2acb5a<_0x2a2105[_0x5f3a9b(0x1dc)];_0x2acb5a++){if(_0x1d4b4c(this,_0x2a2105[_0x2acb5a],_0x2a2105,_0x2acb5a+0x1))return!0x0;}for(let _0xd09b6a=0x0;_0xd09b6a<_0x2a2105[_0x5f3a9b(0x1dc)];_0xd09b6a++){if(_0x1d4b4c(this,_0x2a2105[_0xd09b6a],_0x599171,0x0))return!0x0;}return!0x1;function _0x1d4b4c(_0x340252,_0x47815e,_0x8f50d8,_0x4c3cd7){const _0x2ca532=_0x5f3a9b;for(let _0x5ae95f=_0x4c3cd7;_0x5ae95f<_0x8f50d8[_0x2ca532(0x1dc)];_0x5ae95f++){const _0xb73a4=_0x8f50d8[_0x5ae95f];if(_0xb73a4[_0x2ca532(0x1d6)]!==_0x47815e[_0x2ca532(0x1d6)]||_0xb73a4[_0x2ca532(0x11f)]['id']!==_0x47815e[_0x2ca532(0x11f)]['id']||_0xb73a4[_0x2ca532(0x1d7)]!==_0x47815e[_0x2ca532(0x1d7)])continue;if(!Ft(_0x47815e,_0xb73a4,[_0x2ca532(0x20e)]))continue;if(_0x2ca532(0x183)==_0x47815e[_0x2ca532(0x1d6)]&&_0x47815e[_0x2ca532(0xe5)][_0x2ca532(0x1bb)]!=_0xb73a4[_0x2ca532(0xe5)][_0x2ca532(0x1bb)])continue;if(_0x2ca532(0x183)==_0x47815e[_0x2ca532(0x1d6)]&&_0x340252[_0x2ca532(0x218)](_0x47815e[_0x2ca532(0xe5)][_0x2ca532(0xc9)]))continue;if(_0x2ca532(0x11d)==_0x47815e[_0x2ca532(0x1d6)]){const _0x28e0ab=_0x340252[_0x2ca532(0x1ef)][_0x2ca532(0x1db)],_0xf2ae58=_0x47815e[_0x2ca532(0x16d)]();if(_0xf2ae58&&(_0x28e0ab[_0x2ca532(0x1de)][_0x2ca532(0xbe)](_0xf2ae58)||_0x28e0ab[_0x2ca532(0x1de)][_0x2ca532(0xbb)](_0xf2ae58)))continue;}const _0x23088f=_0x513497[_0x2ca532(0x1c4)](_0x47815e),_0x291c4c=_0x5bbfb1[_0x2ca532(0x1c4)](_0x47815e),_0x57227f=_0x5bbfb1[_0x2ca532(0x1c4)](_0xb73a4),_0x5a51d4=_0x47815e[_0x2ca532(0x14d)]&&_0x47815e[_0x2ca532(0x14d)][_0x2ca532(0x1dc)],_0xc2cba4=_0xb73a4[_0x2ca532(0x14d)]&&_0xb73a4[_0x2ca532(0x14d)][_0x2ca532(0x1dc)];if(!_0x5a51d4&&_0x23088f(_0x57227f,_0x291c4c))return _0x340252[_0x2ca532(0x91)](_0xb73a4,_0x47815e),_0x5bbfb1[_0x2ca532(0x88)](_0x47815e),!0x0;if(!_0xc2cba4&&_0x23088f(_0x291c4c,_0x57227f))return _0x340252[_0x2ca532(0x91)](_0x47815e,_0xb73a4),_0x5bbfb1[_0x2ca532(0x88)](_0xb73a4),!0x0;}return!0x1;}}[_0x3ca2c4(0x91)](_0x152acb,_0x14bd05){const _0x509747=_0x3ca2c4;if(_0x152acb[_0x509747(0x11a)]){for(const _0x59b300 of _0x14bd05[_0x509747(0x1c8)]())_0x152acb[_0x509747(0x1e9)](_0x59b300);}else{const _0x4aff5d=_0x14bd05[_0x509747(0x210)]()[_0x509747(0xa9)];this[_0x509747(0x111)](_0x152acb,this[_0x509747(0x1bd)][_0x509747(0x192)](_0x152acb[_0x509747(0x210)]()[_0x509747(0x20d)],_0x4aff5d));}_0x14bd05[_0x509747(0xdd)]();}[_0x3ca2c4(0x1f1)](_0x33e9fa,_0x5e4f92){const _0x290b39=_0x3ca2c4,_0x323114=_0x33e9fa[_0x290b39(0x10c)](_0x290b39(0x1fc))||_0x33e9fa[_0x290b39(0x10c)](_0x290b39(0x183))?_0x290b39(0x84):_0x33e9fa[_0x290b39(0x1e6)]();return _0x192771(this[_0x290b39(0x1ef)][_0x290b39(0xd5)],_0x5e4f92+'_'+_0x323114+_0x290b39(0x1c9));}[_0x3ca2c4(0xef)](){const _0x1152ad=_0x3ca2c4,_0x431481=this[_0x1152ad(0x1ef)];_0x2543b1(this[_0x1152ad(0x1bd)],({left:_0x3e0f47,entered:_0x1e7b09})=>{const _0x3f7216=_0x1152ad,_0x5c81a3=[];for(const _0x50748c of _0x3e0f47){const {group:_0x32aba5,type:_0x41bb80}=this[_0x3f7216(0x21c)](_0x50748c[_0x3f7216(0x13d)]);if(_0x3f7216(0x161)===_0x32aba5){_0x5c81a3[_0x3f7216(0xc7)](this[_0x3f7216(0x1f1)](_0x41bb80,_0x3f7216(0x20b)));break;}}for(const _0x5dde44 of _0x1e7b09){const {group:_0x4cf967,type:_0x45357e}=this[_0x3f7216(0x21c)](_0x5dde44[_0x3f7216(0x13d)]);if(_0x3f7216(0x161)===_0x4cf967){_0x5c81a3[_0x3f7216(0xc7)](this[_0x3f7216(0x1f1)](_0x45357e,_0x3f7216(0xb0)));break;}}_0x5c81a3[_0x3f7216(0x1dc)]&&_0x431481['ui'][_0x3f7216(0x109)][_0x3f7216(0x1b0)](_0x3f7216(0x15c),_0x5c81a3[_0x3f7216(0x127)]('\x20'));});}[_0x3ca2c4(0x153)](_0x276297){const _0x215e74=_0x3ca2c4;if(this[_0x215e74(0x162)])return!0x1;const _0x141549=this[_0x215e74(0x1ef)],_0x3c6899=_0x141549[_0x215e74(0x1db)][_0x215e74(0x1c2)][_0x215e74(0x169)][_0x215e74(0x1f4)]();if(0x0==_0x3c6899[_0x215e74(0x1dc)])return!0x1;const _0x6cf16d=[],_0x476cff=_0x3c6899[_0x215e74(0x19d)](_0xa451a9=>_0x215e74(0x183)==_0xa451a9[_0x215e74(0x1d6)]),_0x59907b=_0x3c6899[_0x215e74(0x19d)](_0xe7355=>_0x215e74(0x11b)==_0xe7355[_0x215e74(0x1d6)]&&_0x215e74(0x15a)!=_0xe7355[_0x215e74(0x13d)]),_0x4db94e=_0x3c6899[_0x215e74(0x19d)](_0x5ccd18=>_0x215e74(0xfe)==_0x5ccd18[_0x215e74(0x1d6)]&&_0x215e74(0x15a)!=_0x5ccd18[_0x215e74(0x13d)]);for(const _0x1afde3 of _0x476cff)_0x6cf16d[_0x215e74(0xc7)]({'key':_0x1afde3[_0x215e74(0x15d)],'newValue':_0x1afde3[_0x215e74(0x1f8)],'oldValue':_0x1afde3[_0x215e74(0x1fd)],'range':Ut(_0x1afde3[_0x215e74(0x202)],_0x141549[_0x215e74(0x1db)])});for(const _0x1356f6 of _0x59907b){const _0xad8cb0=_0x4db94e[_0x215e74(0x204)](_0x507a53=>_0x507a53[_0x215e74(0xb4)][_0x215e74(0x181)](_0x1356f6[_0x215e74(0xb4)]));_0xad8cb0&&_0x6cf16d[_0x215e74(0xc7)]({'key':_0x215e74(0x1a4),'newValue':_0x1356f6[_0x215e74(0x13d)],'oldValue':_0xad8cb0[_0x215e74(0x13d)],'range':_0x141549[_0x215e74(0x1db)][_0x215e74(0x1f2)](_0x1356f6[_0x215e74(0xb4)][_0x215e74(0x1ee)])});}return 0x0!=_0x6cf16d[_0x215e74(0x1dc)]&&this[_0x215e74(0x1f7)](_0x276297,_0x6cf16d);}[_0x3ca2c4(0xf7)](_0x10367d){const _0x36934a=_0x3ca2c4;let _0x7273b3=!0x1;const _0x42005b=this[_0x36934a(0x1ef)][_0x36934a(0x1db)][_0x36934a(0x1c2)][_0x36934a(0x169)][_0x36934a(0x15b)]()[_0x36934a(0x19d)](_0x3f4100=>_0x3f4100[_0x36934a(0xe5)][_0x36934a(0xb2)]&&_0x3f4100[_0x36934a(0x13d)][_0x36934a(0x10c)](_0x36934a(0xfa)));for(const _0x132993 of _0x42005b){const {subType:_0x374edf,id:_0x411db2}=this[_0x36934a(0x21c)](_0x132993[_0x36934a(0x13d)]),_0x1f4c5a=_0x374edf[_0x36934a(0x11c)]('|')[0x0];for(const _0x2a5992 of this[_0x36934a(0x1cf)]({'skipNotAttached':!0x0}))_0x2a5992['id']!=_0x411db2&&_0x36934a(0x183)==_0x2a5992[_0x36934a(0x1d6)]&&_0x2a5992[_0x36934a(0xe5)]&&_0x2a5992[_0x36934a(0xe5)][_0x36934a(0xc9)]==_0x1f4c5a&&_0x2a5992[_0x36934a(0x210)]()[_0x36934a(0x128)](_0x132993[_0x36934a(0xe5)][_0x36934a(0xb2)])&&(this[_0x36934a(0x154)](_0x2a5992,_0x132993[_0x36934a(0xe5)][_0x36934a(0xb2)],_0x10367d),_0x7273b3=!0x0);}return _0x7273b3;}[_0x3ca2c4(0x9d)](_0x109efa){const _0x449c2c=_0x3ca2c4;this[_0x449c2c(0x1ef)],(this[_0x449c2c(0x162)]=!0x0,_0x109efa());}[_0x3ca2c4(0x166)](_0x36c96e){const _0x33f337=_0x3ca2c4,_0x2fb261=this[_0x33f337(0x218)](_0x36c96e),_0x4f59f6=this[_0x33f337(0x205)][_0x33f337(0x98)](_0x36c96e);return _0x2fb261||_0x4f59f6;}[_0x3ca2c4(0x1f7)](_0x5b0d60,_0x17b0fd){const _0x5a9238=_0x3ca2c4;if(0x0==_0x17b0fd[_0x5a9238(0x1dc)])return!0x1;let _0x2748f4=!0x1;for(const _0x332145 of _0x17b0fd){const _0x3aaa3a=this[_0x5a9238(0x87)](_0x332145[_0x5a9238(0x202)],_0x5a9238(0x183))[_0x5a9238(0x19d)](_0x13c4b3=>!_0x13c4b3[_0x5a9238(0x193)][_0x5a9238(0xda)])[_0x5a9238(0xe7)](_0x1f9c37=>_0x1f9c37[_0x5a9238(0x161)]),_0x5aa450=_0x303a48({'newValue':_0x332145[_0x5a9238(0xde)]});_0x3aaa3a[_0x5a9238(0x19d)](_0x2476ea=>{const _0x5ca7b8=_0x5a9238,[_0x39666d,_0x2e9d54]=_0x2476ea[_0x5ca7b8(0x1d7)][_0x5ca7b8(0x11c)]('|');return _0x39666d==_0x332145[_0x5ca7b8(0xc9)]&&_0x2e9d54!=_0x5aa450;})[_0x5a9238(0x22a)](_0x350cb4=>{const _0x567b53=_0x5a9238;this[_0x567b53(0x154)](_0x350cb4,_0x332145[_0x567b53(0x202)],_0x5b0d60),_0x2748f4=!0x0;});}return _0x2748f4;}[_0x3ca2c4(0x154)](_0x56e227,_0x364481,_0x4292ef){const _0x54d04d=_0x3ca2c4,_0x1b338b=_0x56e227[_0x54d04d(0x210)]()[_0x54d04d(0x8f)](_0x364481);0x0!==_0x1b338b[_0x54d04d(0x1dc)]?0x1!==_0x1b338b[_0x54d04d(0x1dc)]?this[_0x54d04d(0x227)](_0x56e227,_0x364481[_0x54d04d(0x20d)],_0x364481[_0x54d04d(0xa9)]):this[_0x54d04d(0x111)](_0x56e227,_0x1b338b[0x0]):_0x4292ef[_0x54d04d(0xcc)](_0x56e227[_0x54d04d(0x17c)]());}}class Bt{constructor(_0x290ffd){const _0x3814f4=_0x3ca2c4;this[_0x3814f4(0x214)]=_0x290ffd,this[_0x3814f4(0x1bd)]=_0x290ffd[_0x3814f4(0x1db)],this[_0x3814f4(0x147)]=new Map(),this[_0x3814f4(0x1d1)]=new Map(),this[_0x3814f4(0x115)]();}[_0x3ca2c4(0x140)](_0x36151c,_0x304451,_0x4c9fda,_0x586605,_0x1607b9,_0x37dfd3){const _0x163331=_0x3ca2c4;return new _0x4d8dc0(this[_0x163331(0x1bd)],{'type':_0x36151c,'subType':_0x304451,'id':_0x4c9fda,'author':_0x586605,'creator':_0x586605,'attributes':_0x1607b9,'onAttributesChange':_0x37dfd3,'onAccept':(..._0x4cbb28)=>this[_0x163331(0x184)](_0x36151c,_0x304451,_0x163331(0xe3))(..._0x4cbb28),'onDiscard':(..._0x39f9f5)=>this[_0x163331(0x184)](_0x36151c,_0x304451,_0x163331(0x1be))(..._0x39f9f5)});}[_0x3ca2c4(0x15f)](_0x3725ee,_0x42745b,_0x155b2f,_0x1c4b3b){const _0xf0a7a0=_0x3ca2c4,_0x4bf0c8=_0x3725ee+':'+_0x42745b+':'+_0x155b2f;this[_0xf0a7a0(0x147)][_0xf0a7a0(0x94)](_0x4bf0c8,_0x1c4b3b);}[_0x3ca2c4(0x184)](_0x529351,_0x12a10e,_0x45f524){const _0x1eb619=_0x3ca2c4,_0x1edf0b=_0x529351+':'+_0x12a10e+':'+_0x45f524;return this[_0x1eb619(0x147)][_0x1eb619(0x1c4)](_0x1edf0b)||this[_0x1eb619(0x1d1)][_0x1eb619(0x1c4)](_0x529351+':'+_0x45f524);}[_0x3ca2c4(0x115)](){const _0x38368c=_0x3ca2c4,_0x404718=()=>!0x1,_0x14ddce=_0xa5a1bd=>{const _0x490ca8=_0x43d9;_0xa5a1bd[_0x490ca8(0x182)]((_0x485479,_0x96aea0)=>_0x485479[_0x490ca8(0x20d)][_0x490ca8(0x22c)](_0x96aea0[_0x490ca8(0x20d)])?0x1:-0x1),this[_0x490ca8(0x1bd)][_0x490ca8(0xf6)](_0x1c9b55=>{const _0x535b0a=_0x490ca8;for(const _0x2d6e8a of _0xa5a1bd){let _0x2588b2;_0x2588b2=_0x2d6e8a[_0x535b0a(0xa9)][_0x535b0a(0x1b9)]&&_0x2d6e8a[_0x535b0a(0xa9)][_0x535b0a(0x16e)]==_0x2d6e8a[_0x535b0a(0x20d)][_0x535b0a(0x1ee)]?_0x1c9b55[_0x535b0a(0xb7)](_0x2d6e8a[_0x535b0a(0x20d)][_0x535b0a(0x1ee)],'on'):_0x1c9b55[_0x535b0a(0xb7)](_0x2d6e8a),this[_0x535b0a(0x1bd)][_0x535b0a(0x21b)](_0x2588b2,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x10393b=(_0x57c730,_0x2fdf8a)=>{const _0x5c773b=_0x43d9;_0x2fdf8a&&this[_0x5c773b(0x1bd)][_0x5c773b(0xf6)](_0x2323c1=>{const _0xa90b6d=_0x5c773b,{commandName:_0x30f764,commandParams:_0x189d60=[]}=_0x2fdf8a,_0x4b820c=_0x57c730[_0xa90b6d(0xe7)](_0x52f369=>(Rt(_0x52f369)&&(_0x52f369=this[_0xa90b6d(0x1bd)][_0xa90b6d(0x192)](_0x52f369[_0xa90b6d(0xa9)])),_0x52f369))[_0xa90b6d(0x19d)](_0x51b2f3=>_0xa90b6d(0x122)!==_0x51b2f3[_0xa90b6d(0x1fb)][_0xa90b6d(0xb8)]);if(_0x4b820c[_0xa90b6d(0x1dc)]<0x1)return;const _0x216834=Array[_0xa90b6d(0x19b)](this[_0xa90b6d(0x1bd)][_0xa90b6d(0x1c2)][_0xa90b6d(0xe1)][_0xa90b6d(0x1c8)]())[_0xa90b6d(0xe7)](_0x2fb080=>_0x36eeb3[_0xa90b6d(0x160)](_0x2fb080));_0x2323c1[_0xa90b6d(0x222)](_0x4b820c);for(const _0x44c2be of this[_0xa90b6d(0x214)][_0xa90b6d(0x1b6)][_0xa90b6d(0x1b6)]())_0x44c2be[_0xa90b6d(0x224)]();_0x189d60[_0xa90b6d(0xc7)]({'forceDefaultExecution':!0x0}),this[_0xa90b6d(0x214)][_0xa90b6d(0x1d2)](_0x30f764,..._0x189d60);const _0xdefcf=_0x216834[_0xa90b6d(0x19d)](_0xa2b77e=>_0xa90b6d(0x122)!=_0xa2b77e[_0xa90b6d(0x1fb)][_0xa90b6d(0xb8)]);_0xdefcf[_0xa90b6d(0x1dc)]>0x0&&_0x2323c1[_0xa90b6d(0x222)](_0xdefcf);for(const _0x21a059 of _0x216834)_0x21a059[_0xa90b6d(0x21e)]();});},_0x20eedc=(_0x3e6b1b,_0xbf5ddf)=>0x1==_0x3e6b1b[_0x38368c(0x1dc)]&&0x1==_0xbf5ddf[_0x38368c(0x1dc)]&&_0x3e6b1b[0x0][_0x38368c(0xa9)][_0x38368c(0x181)](_0xbf5ddf[0x0][_0x38368c(0x20d)]),_0x2394da=(_0x4a6303,_0x42c4b3,_0x1be112,_0x49fa60)=>Gt(_0x4a6303,_0x42c4b3,_0x1be112,_0x49fa60,this[_0x38368c(0x1bd)])?[_0x4a6303,_0x42c4b3]:Gt(_0x42c4b3,_0x4a6303,_0x49fa60,_0x1be112,this[_0x38368c(0x1bd)])?[_0x42c4b3,_0x4a6303]:null;this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0xac),_0x404718),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x1e4),_0x14ddce),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0xe0),_0x20eedc),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x1a5),_0x2394da),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x85),_0x14ddce),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x135),_0x404718),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x17b),_0x20eedc),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x16b),_0x2394da),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x220),_0x10393b),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x201),_0x404718),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x150),_0x20eedc),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x1ce),_0x404718),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0xa5),_0x10393b),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x229),_0x404718),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x1d4),_0x20eedc),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x157),_0x404718),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0xec),_0x404718),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0xad),(_0x3aa13,_0x98f5e7)=>{const _0x410b5a=_0x38368c;if(!_0x98f5e7)return;const _0x211a91=this[_0x410b5a(0x214)][_0x410b5a(0x1c6)][_0x410b5a(0x1c4)](p);this[_0x410b5a(0x1bd)][_0x410b5a(0xf6)](_0x5bf14f=>{const _0x2b1356=_0x410b5a;if(_0x2b1356(0x1a4)==_0x98f5e7[_0x2b1356(0xc9)])for(const _0x3be017 of _0x3aa13){const _0x38c916=_0x3be017[_0x2b1356(0x20d)][_0x2b1356(0x1ee)],_0x238197=_0x98f5e7[_0x2b1356(0x1bb)];_0x5bf14f[_0x2b1356(0x1e2)](_0x38c916,_0x238197);}else{if(_0x211a91[_0x2b1356(0x218)](_0x98f5e7[_0x2b1356(0xc9)])){for(const _0x45b3ab of _0x3aa13)void 0x0!==_0x98f5e7[_0x2b1356(0x1bb)]?_0x5bf14f[_0x2b1356(0x190)](_0x98f5e7[_0x2b1356(0xc9)],_0x98f5e7[_0x2b1356(0x1bb)],_0x45b3ab[_0x2b1356(0x20d)][_0x2b1356(0x1ee)]):_0x5bf14f[_0x2b1356(0xd9)](_0x98f5e7[_0x2b1356(0xc9)],_0x45b3ab[_0x2b1356(0x20d)][_0x2b1356(0x1ee)]);}else{for(const _0x4d864e of _0x3aa13)_0x98f5e7[_0x2b1356(0x1bb)]?_0x5bf14f[_0x2b1356(0x190)](_0x98f5e7[_0x2b1356(0xc9)],_0x98f5e7[_0x2b1356(0x1bb)],_0x4d864e):_0x5bf14f[_0x2b1356(0xd9)](_0x98f5e7[_0x2b1356(0xc9)],_0x4d864e);}}});}),this[_0x38368c(0x1d1)][_0x38368c(0x94)](_0x38368c(0x1d3),_0x20eedc);}}function xt(_0x1c771d,_0x39bc83,_0x470587){const _0x30a7b1=_0x3ca2c4;for(const _0x52740e of _0x39bc83[_0x30a7b1(0x16e)][_0x30a7b1(0x18b)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x52740e[_0x30a7b1(0x1fb)]==_0x52740e)return!0x1;if(!_0x470587[_0x30a7b1(0x22f)](_0x52740e))return!0x1;if(_0x1c771d[_0x30a7b1(0xbe)](_0x52740e)||_0x1c771d[_0x30a7b1(0xbb)](_0x52740e))return!0x0;}return!0x1;}function Rt(_0xe68284){const _0x207638=_0x3ca2c4;return _0xe68284[_0x207638(0xa9)][_0x207638(0x16e)]==_0xe68284[_0x207638(0x20d)][_0x207638(0x1ee)]&&_0xe68284[_0x207638(0xa9)][_0x207638(0x90)];}function Tt(_0x409049,_0x321b21,_0x4f69cc,_0x55be4e){const _0x539fdb=_0x3ca2c4,_0x41a05c=_0x36761d=>!_0x36761d[_0x539fdb(0xd1)]['is'](_0x539fdb(0x1b1))&&!_0x55be4e[_0x539fdb(0xbe)](_0x36761d[_0x539fdb(0xd1)]),_0x3dde1a=_0x409049[_0x539fdb(0x20d)][_0x539fdb(0x114)](_0x41a05c),_0xd917a9=_0x409049[_0x539fdb(0xa9)][_0x539fdb(0x114)](_0x41a05c,{'direction':_0x539fdb(0x1a7)});return(!_0x409049[_0x539fdb(0x20d)][_0x539fdb(0x181)](_0x3dde1a)||!_0x409049[_0x539fdb(0xa9)][_0x539fdb(0x181)](_0xd917a9))&&(_0x3dde1a[_0x539fdb(0x22c)](_0xd917a9)?_0x4f69cc[_0x539fdb(0x137)](_0x321b21,{'range':_0x4f69cc[_0x539fdb(0x192)](_0x3dde1a,_0xd917a9)}):_0x4f69cc[_0x539fdb(0xcc)](_0x321b21),!0x0);}function Et(_0x3ea0b9){return _0x303a48(_0x3ea0b9);}function Vt(_0x4def4b){const _0x338bab=_0x3ca2c4,_0x5873e1=_0x4def4b[_0x338bab(0x20d)][_0x338bab(0x1ee)];return _0x5873e1&&_0x5873e1['is'](_0x338bab(0x100));}function Ut(_0x1f471a,_0x1cab52){const _0x44e859=_0x3ca2c4;return null==_0x1f471a[_0x44e859(0xa9)][_0x44e859(0x133)]&&_0x1f471a[_0x44e859(0xa9)][_0x44e859(0x16e)]==_0x1f471a[_0x44e859(0x20d)][_0x44e859(0x1ee)]?Ot(_0x1f471a[_0x44e859(0x20d)][_0x44e859(0x1ee)],_0x1cab52):_0x1f471a;}function Ot(_0x4bcc18,_0x339323){const _0x252065=_0x3ca2c4,_0x4e96a4=_0x339323[_0x252065(0x1de)][_0x252065(0xbe)](_0x4bcc18)||_0x339323[_0x252065(0x1de)][_0x252065(0x1f0)](_0x4bcc18);return _0x339323[_0x252065(0x192)](_0x339323[_0x252065(0x21a)](_0x4bcc18,_0x252065(0xca)),_0x4e96a4?_0x339323[_0x252065(0x9a)](_0x4bcc18):_0x339323[_0x252065(0x21a)](_0x4bcc18,_0x252065(0xa9)));}function Gt(_0x2d161d,_0x2a6fb4,_0x175d7a,_0x22fb01,_0x260fe0){const _0x5bb234=_0x3ca2c4;if(!Ft(_0x2d161d,_0x2a6fb4))return!0x1;if(_0x175d7a[_0x5bb234(0xa9)][_0x5bb234(0x181)](_0x22fb01[_0x5bb234(0x20d)]))return!0x0;if(_0x2d161d[_0x5bb234(0x1d6)]!=_0x2a6fb4[_0x5bb234(0x1d6)])return!0x1;if(!_0x175d7a[_0x5bb234(0xa9)][_0x5bb234(0x148)](_0x22fb01[_0x5bb234(0x20d)]))return!0x1;const _0x47d958=_0x260fe0[_0x5bb234(0x192)](_0x175d7a[_0x5bb234(0xa9)],_0x22fb01[_0x5bb234(0x20d)])[_0x5bb234(0x99)]();for(const _0x241752 of _0x47d958)if([_0x5bb234(0x14c),_0x5bb234(0x1b4)][_0x5bb234(0x20c)](_0x241752[_0x5bb234(0x1d6)])&&_0x260fe0[_0x5bb234(0x1de)][_0x5bb234(0xbb)](_0x241752[_0x5bb234(0xd1)]))return!0x1;return!0x0;}function Ft(_0x2e5cb0,_0x1959ce,_0x59b9db=[]){const _0x398a7e=_0x3ca2c4;return!(!_0x2e5cb0[_0x398a7e(0xb5)]||!_0x1959ce[_0x398a7e(0xb5)])&&_0xcf0063(_0x2d73d7(_0x2e5cb0[_0x398a7e(0x14b)],_0x59b9db),_0x2d73d7(_0x1959ce[_0x398a7e(0x14b)],_0x59b9db));}function Pt(_0x497178,_0x53b1b0){const _0x40fd72=_0x3ca2c4,_0x3f1bd7=Lt(_0x497178[_0x40fd72(0x14b)]),_0x4e9d91=Lt(_0x53b1b0);if(!_0x497178[_0x40fd72(0xb5)])return!0x1;for(const _0x30df74 of Object[_0x40fd72(0x1a0)](_0x4e9d91))if(!_0xcf0063(_0x3f1bd7[_0x30df74],_0x4e9d91[_0x30df74]))return!0x1;return!0x0;}function _0x43d9(_0x4d5d66,_0x45535b){const _0x4546b0=_0x4546();return _0x43d9=function(_0x43d9f4,_0x3185ff){_0x43d9f4=_0x43d9f4-0x7f;let _0x3ea72b=_0x4546b0[_0x43d9f4];return _0x3ea72b;},_0x43d9(_0x4d5d66,_0x45535b);}function Lt(_0x23d6e5){const _0x51c4ad=_0x3ca2c4,_0x1aad72=Object[_0x51c4ad(0xdc)]({},_0x23d6e5);return delete _0x1aad72[_0x51c4ad(0x143)],delete _0x1aad72[_0x51c4ad(0x12b)],_0x1aad72;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4e1236=_0x43ea;(function(_0x1c707f,_0x3c3abc){const _0x8bf8ba=_0x43ea,_0x20d90b=_0x1c707f();while(!![]){try{const _0x441d99=-parseInt(_0x8bf8ba(0x85))/0x1+parseInt(_0x8bf8ba(0xfd))/0x2+parseInt(_0x8bf8ba(0xa5))/0x3*(parseInt(_0x8bf8ba(0xa4))/0x4)+-parseInt(_0x8bf8ba(0x103))/0x5+parseInt(_0x8bf8ba(0xd5))/0x6+parseInt(_0x8bf8ba(0x100))/0x7*(parseInt(_0x8bf8ba(0xd2))/0x8)+-parseInt(_0x8bf8ba(0xde))/0x9;if(_0x441d99===_0x3c3abc)break;else _0x20d90b['push'](_0x20d90b['shift']());}catch(_0x53a6e1){_0x20d90b['push'](_0x20d90b['shift']());}}}(_0x5344,0x861c6));import{Plugin as _0x7467b8}from'ckeditor5/src/core.js';import{Collection as _0xd1291c}from'ckeditor5/src/utils.js';import{ViewModel as _0x5a12c4,SplitButtonView as _0x63fa1a,createDropdown as _0x21dbed,addListToDropdown as _0x32b2bf}from'ckeditor5/src/ui.js';import{Users as _0x118b5f,getDateTimeFormatter as _0x36392e,getAllMarkersDomElementsSorted as _0x30ed0a}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1a0cc2 from'./trackchangesediting.js';import _0x119354 from'./ui/suggestioncontroller.js';import _0x539542 from'./ui/view/suggestionthreadview.js';function _0x5344(){const _0x3855d1=['_descriptionFactory','descriptionParts','trackChanges','acceptButton','execute','set','getByInnerView','isInContent','type','change:activeAnnotations','suggestion-','focus','isOn','comments.maxCommentCharsWhenCollapsed','refreshSelectedViews','innerView','CommentView','563960QwhKOP','15moQEIA','button','delete','source','CommentsUI','mainView','getSuggestion','some','Discard\x20all\x20suggestions','acceptAllSuggestions','createCommentThreadController','editing','getAllAdjacentSuggestions','registerAnnotation','getMarkerNames','buttonView','discardSelectedSuggestions','define','value','switchbutton','isEnabled','commentThread','getFirstRange','map','from','getRanges','isMultiRange','reduce','model','comments.maxThreadTotalWeight','_handleSuggestionControllerDelayed','comments','activeMarkers','createAnnotationView','Annotations','arrowView','discardButton','commandName','requires','previous','length','getDescriptions','acceptSelectedSuggestions','suggestionLoaded','_refreshActiveMarkers','8365552FDFhHY','suggestionChanged','pluginName','835668mQbNoo','_updateController','_suggestionToController','toMany','EditorAnnotations','Accept\x20all\x20selected\x20suggestions','TrackChangesUI','discardAllSuggestions','has','6769530wJUmZC','actionView','filter','isDirty','_annotationViews','CommentsRepository','activeAnnotations','comments.maxCommentsWhenCollapsed','locale','_disableComments','separator','comments.editorConfig','bind','_destroyController','getJoined','hasSuggestion','destroy','clear','_viewToController','config','stopListening','view','values','size','_handleControllerBuffer','Track\x20changes','get','push','init','trackChanges.SuggestionThreadView','suggestionUnloaded','429424orXaLG','getMarkers','keys','7mVMpmG','componentFactory','createAnnotation','3469260PDLERQ','remove','change:previous','lowest','commands','listenTo','plugins','editor','_unbindEditors','109294RVLPaX','addSourceCollector','addComment','SuggestionThreadView','TrackChangesEditing','Discard\x20all\x20selected\x20suggestions','unbind','trackChanges.disableComments','Accept\x20all\x20suggestions','_createUIButton','head','_initializeController','_bindAnnotationToEditors','add'];_0x5344=function(){return _0x3855d1;};return _0x5344();}function _0x43ea(_0x5c50c7,_0x203606){const _0x5344d3=_0x5344();return _0x43ea=function(_0x43eaa9,_0x270205){_0x43eaa9=_0x43eaa9-0x85;let _0x15153c=_0x5344d3[_0x43eaa9];return _0x15153c;},_0x43ea(_0x5c50c7,_0x203606);}import{getTranslation as _0x5801e0}from'./utils/common-translations.js';import _0x3c4675 from'../theme/icons/track-changes.svg';export default class d extends _0x7467b8{static get[_0x4e1236(0xcb)](){const _0x365198=_0x4e1236;return[_0x1a0cc2,_0x118b5f,_0x365198(0xe3),_0x365198(0xc7),_0x365198(0xd9)];}static get[_0x4e1236(0xd4)](){const _0x4ce51e=_0x4e1236;return _0x4ce51e(0xdb);}constructor(_0x1963c4){const _0xf7e76e=_0x4e1236;super(_0x1963c4),this[_0xf7e76e(0xd7)]=new Map(),this[_0xf7e76e(0xf0)]=new Map(),this[_0xf7e76e(0xe2)]=new Map(),this[_0xf7e76e(0xf6)]=new Map();const _0x4b1288=this[_0xf7e76e(0x10a)][_0xf7e76e(0xf1)];_0x4b1288[_0xf7e76e(0xb6)](_0xf7e76e(0xfb),_0x539542),_0x4b1288[_0xf7e76e(0xb6)](_0xf7e76e(0x8c),!0x1),this[_0xf7e76e(0xe7)]=_0x4b1288[_0xf7e76e(0xf8)](_0xf7e76e(0x8c));}[_0x4e1236(0xc3)](_0x398fe2,_0x201d46){const _0x408e9c=_0x4e1236;0x0===this[_0x408e9c(0xf6)][_0x408e9c(0xf5)]&&setTimeout(()=>{const _0x4db6bf=_0x408e9c;for(const [_0x559405,_0x2c6932]of this[_0x4db6bf(0xf6)]){const _0x57a40f=this[_0x4db6bf(0xd7)][_0x4db6bf(0xdd)](_0x559405);_0x57a40f||_0x2c6932?_0x57a40f&&_0x2c6932&&this[_0x4db6bf(0xeb)](_0x559405):this[_0x4db6bf(0x90)](_0x559405);}this[_0x4db6bf(0xf6)][_0x4db6bf(0xef)](),this[_0x4db6bf(0x10a)][_0x4db6bf(0x109)][_0x4db6bf(0xf8)](_0x4db6bf(0xd9))[_0x4db6bf(0xa1)](),this[_0x4db6bf(0xd1)]();},0xa),this[_0x408e9c(0xf6)][_0x408e9c(0x98)](_0x398fe2,_0x201d46);}[_0x4e1236(0xfa)](){const _0xdfe1ab=_0x4e1236,_0x52704e=this[_0xdfe1ab(0x10a)],_0x563090=_0x52704e[_0xdfe1ab(0x109)][_0xdfe1ab(0xf8)](_0xdfe1ab(0x89)),_0x144f4b=_0x52704e[_0xdfe1ab(0x109)][_0xdfe1ab(0xf8)](_0xdfe1ab(0xc7)),_0x3ecdfb=_0x52704e[_0xdfe1ab(0x109)][_0xdfe1ab(0xf8)](_0xdfe1ab(0xd9)),_0x4f9f2a=_0x52704e[_0xdfe1ab(0x109)][_0xdfe1ab(0xf8)](_0xdfe1ab(0xe3));_0x52704e['ui'][_0xdfe1ab(0x101)][_0xdfe1ab(0x92)](_0xdfe1ab(0x95),_0x299c8c=>this[_0xdfe1ab(0x8e)](_0x299c8c)),_0x3ecdfb[_0xdfe1ab(0x86)](()=>{const _0xc5688d=_0xdfe1ab,_0x223eaa=[];for(const [_0x838e02,_0x2a6a37]of Array[_0xc5688d(0xbd)](this[_0xc5688d(0xd7)])){const _0x2f79d9=_0x838e02[_0xc5688d(0xb1)](),_0x28365d=[];for(const _0x97c488 of _0x2f79d9){if(!_0x97c488[_0xc5688d(0x9a)])continue;if(_0x97c488[_0xc5688d(0xbf)]){_0x28365d[_0xc5688d(0xf9)](..._0x97c488[_0xc5688d(0xbe)]());continue;}const _0x1b25f9=_0x97c488[_0xc5688d(0xbb)]();if(_0x28365d[_0xc5688d(0xcd)]>0x0){const _0x55ac28=_0x28365d[0x0][_0xc5688d(0xec)](_0x1b25f9);if(_0x55ac28){_0x28365d[0x0]=_0x55ac28;continue;}}_0x28365d[_0xc5688d(0xf9)](_0x1b25f9);}_0x223eaa[_0xc5688d(0xf9)]([_0x2a6a37[_0xc5688d(0xf3)],_0x28365d]);}return _0x223eaa;}),this[_0xdfe1ab(0x108)](_0x563090,_0xdfe1ab(0xd0),(_0x2b3fdd,_0x209512)=>{const _0x2c238a=_0xdfe1ab;this[_0x2c238a(0x108)](_0x209512,_0x2c238a(0x105),(_0xe19c87,_0x42c11b,_0xcd0fce,_0x4c49fc)=>{const _0x26ad7f=_0x2c238a;_0x209512[_0x26ad7f(0x9a)]&&(null==_0xcd0fce?(this[_0x26ad7f(0xd6)](_0x4c49fc[_0x26ad7f(0x8f)]),this[_0x26ad7f(0xc3)](_0x209512,!0x1)):(this[_0x26ad7f(0xd6)](_0xcd0fce[_0x26ad7f(0x8f)]),null==_0x4c49fc&&this[_0x26ad7f(0xc3)](_0x209512,!0x0)));}),null!==_0x209512[_0x2c238a(0xcc)]?this[_0x2c238a(0xd6)](_0x209512[_0x2c238a(0x8f)]):this[_0x2c238a(0xc3)](_0x209512,!0x1);}),this[_0xdfe1ab(0x108)](_0x563090,_0xdfe1ab(0xfc),(_0x22f4a,_0x2ef68c,_0xf8fd0d)=>{const _0x5e0b09=_0xdfe1ab;this[_0x5e0b09(0xf2)](_0x2ef68c,_0x5e0b09(0x105)),this[_0x5e0b09(0xf6)][_0x5e0b09(0xa7)](_0x2ef68c),this[_0x5e0b09(0xd7)][_0x5e0b09(0xdd)](_0x2ef68c)&&this[_0x5e0b09(0xeb)](_0x2ef68c),_0xf8fd0d&&this[_0x5e0b09(0xd6)](_0xf8fd0d[_0x5e0b09(0x8f)]);}),this[_0xdfe1ab(0x108)](_0x563090,_0xdfe1ab(0xd3),(_0x12928e,_0x5d29dd)=>{const _0x3d011a=_0xdfe1ab;this[_0x3d011a(0xd6)](_0x5d29dd);}),this[_0xdfe1ab(0x108)](_0x144f4b,_0xdfe1ab(0x9c),()=>{const _0x17b24f=_0xdfe1ab;this[_0x17b24f(0xd1)]();}),this[_0xdfe1ab(0x108)](_0x4f9f2a,_0xdfe1ab(0x87),(_0x3fba52,{threadId:_0x3179b4,isFromAdapter:_0x3fdb9e})=>{const _0x2b0f94=_0xdfe1ab;if(_0x3fdb9e||!_0x563090[_0x2b0f94(0xed)](_0x3179b4))return;const _0x14f162=_0x563090[_0x2b0f94(0xab)](_0x3179b4);this[_0x2b0f94(0xd7)][_0x2b0f94(0xf8)](_0x14f162)[_0x2b0f94(0xf3)][_0x2b0f94(0x9e)]();},{'priority':_0xdfe1ab(0x106)});}[_0x4e1236(0xd1)](){const _0x3ebad7=_0x4e1236,_0x50727d=this[_0x3ebad7(0x10a)][_0x3ebad7(0x109)][_0x3ebad7(0xf8)](_0x3ebad7(0xc7)),_0x274a73=this[_0x3ebad7(0x10a)][_0x3ebad7(0x109)][_0x3ebad7(0xf8)](_0x3ebad7(0x89)),_0x4d78e5=Array[_0x3ebad7(0xbd)](_0x50727d[_0x3ebad7(0xe4)],_0x987c43=>_0x987c43[_0x3ebad7(0xa2)])[_0x3ebad7(0xe0)](_0x22cd1a=>this[_0x3ebad7(0xf0)][_0x3ebad7(0xdd)](_0x22cd1a)),_0x422075=[];for(const _0x133127 of _0x4d78e5){const _0x5f3150=this[_0x3ebad7(0xf0)][_0x3ebad7(0xf8)](_0x133127)[_0x3ebad7(0xc1)][_0x3ebad7(0xb1)]();_0x422075[_0x3ebad7(0xf9)](..._0x5f3150[_0x3ebad7(0xc0)]((_0x1f08cf,_0x3dccbe)=>[..._0x1f08cf,..._0x3dccbe[_0x3ebad7(0xb3)]()],[]));}_0x274a73[_0x3ebad7(0xc5)]=_0x422075;}[_0x4e1236(0x8e)](_0x4e2fa1){const _0x25fee3=_0x4e1236,_0x4449f0=_0x21dbed(_0x4e2fa1,_0x63fa1a),_0x379b9a=this[_0x25fee3(0x10a)][_0x25fee3(0x107)][_0x25fee3(0xf8)](_0x25fee3(0x95)),_0x93b71e=_0x5801e0(_0x4e2fa1,_0x25fee3(0xf7));_0x4449f0[_0x25fee3(0xb4)][_0x25fee3(0x98)]({'tooltip':_0x93b71e,'label':_0x93b71e,'icon':_0x3c4675}),_0x4449f0[_0x25fee3(0xb4)][_0x25fee3(0xea)](_0x25fee3(0x9f))['to'](_0x379b9a,_0x25fee3(0xb7)),_0x4449f0[_0x25fee3(0xb4)]['on'](_0x25fee3(0x97),()=>{const _0x560f53=_0x25fee3;_0x379b9a[_0x560f53(0x97)](),this[_0x560f53(0x10a)][_0x560f53(0xb0)][_0x560f53(0xf3)][_0x560f53(0x9e)]();});const _0x2a1019=new _0xd1291c(),_0x3092d7=[{'type':_0x25fee3(0xb8),'model':{'withText':!0x0,'label':_0x93b71e,'commandName':_0x25fee3(0x95)}},{'type':_0x25fee3(0xe8)},{'type':_0x25fee3(0xa6),'model':{'withText':!0x0,'label':_0x5801e0(_0x4e2fa1,_0x25fee3(0x8d)),'commandName':_0x25fee3(0xae)}},{'type':_0x25fee3(0xa6),'model':{'withText':!0x0,'label':_0x5801e0(_0x4e2fa1,_0x25fee3(0xda)),'commandName':_0x25fee3(0xcf)}},{'type':_0x25fee3(0xa6),'model':{'withText':!0x0,'label':_0x5801e0(_0x4e2fa1,_0x25fee3(0xad)),'commandName':_0x25fee3(0xdc)}},{'type':_0x25fee3(0xa6),'model':{'withText':!0x0,'label':_0x5801e0(_0x4e2fa1,_0x25fee3(0x8a)),'commandName':_0x25fee3(0xb5)}}];for(const _0xb10b7 of _0x3092d7){let _0x5053b0={'type':_0x25fee3(0xe8)};if(_0xb10b7[_0x25fee3(0xc1)]){const _0x513dc1=new _0x5a12c4(_0xb10b7[_0x25fee3(0xc1)]),_0x423d92=this[_0x25fee3(0x10a)][_0x25fee3(0x107)][_0x25fee3(0xf8)](_0x513dc1[_0x25fee3(0xca)]);_0x513dc1[_0x25fee3(0xea)](_0x25fee3(0x9f),_0x25fee3(0xb9))['to'](_0x423d92,_0x25fee3(0xb7),_0x25fee3(0xb9)),_0x5053b0={'type':_0xb10b7[_0x25fee3(0x9b)],'model':_0x513dc1};}_0x2a1019[_0x25fee3(0x92)](_0x5053b0);}_0x32b2bf(_0x4449f0,_0x2a1019);const _0x498576=_0x3092d7[_0x25fee3(0xe0)](_0xf6b36d=>null!=_0xf6b36d[_0x25fee3(0xc1)])[_0x25fee3(0xbc)](_0x46e0dc=>this[_0x25fee3(0x10a)][_0x25fee3(0x107)][_0x25fee3(0xf8)](_0x46e0dc[_0x25fee3(0xc1)][_0x25fee3(0xca)])),_0x3a81ba=_0x4449f0[_0x25fee3(0xb4)];return _0x3a81ba[_0x25fee3(0xdf)][_0x25fee3(0x8b)](_0x25fee3(0xb9)),_0x3a81ba[_0x25fee3(0xc8)][_0x25fee3(0x8b)](_0x25fee3(0xb9)),_0x3a81ba[_0x25fee3(0xdf)][_0x25fee3(0xea)](_0x25fee3(0xb9))['to'](_0x379b9a,_0x25fee3(0xb9)),_0x3a81ba[_0x25fee3(0xc8)][_0x25fee3(0xea)](_0x25fee3(0xb9))[_0x25fee3(0xd8)](_0x498576,_0x25fee3(0xb9),(..._0x2a5246)=>_0x2a5246[_0x25fee3(0xac)](_0x34a284=>_0x34a284)),_0x4449f0['on'](_0x25fee3(0x97),_0x52fe53=>{const _0xaaab57=_0x25fee3;this[_0xaaab57(0x10a)][_0xaaab57(0x97)](_0x52fe53[_0xaaab57(0xa8)][_0xaaab57(0xca)]),this[_0xaaab57(0x10a)][_0xaaab57(0xb0)][_0xaaab57(0xf3)][_0xaaab57(0x9e)]();}),_0x4449f0;}[_0x4e1236(0x90)](_0x50a0f0){const _0x4ba0f7=_0x4e1236,_0x19ed00=this[_0x4ba0f7(0x10a)],_0x1a79f1=_0x19ed00[_0x4ba0f7(0xf1)],_0x486f5d=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x4ba0f7(0xc7)),_0x3673b4=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x4ba0f7(0xe3)),_0x2afd2c=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x4ba0f7(0xd9)),_0x66e0d1=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x118b5f)['me'],_0x35ea78=_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0x95))[_0x4ba0f7(0x88)],{CommentsListView:_0x1b0e13,CommentThreadInputView:_0x3afa26}=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x4ba0f7(0xa9));let _0x135910,_0x5ebff8;this[_0x4ba0f7(0xe2)][_0x4ba0f7(0xdd)](_0x50a0f0['id'])?(_0x5ebff8=this[_0x4ba0f7(0xe2)][_0x4ba0f7(0xf8)](_0x50a0f0['id']),_0x135910=_0x5ebff8[_0x4ba0f7(0xaa)]):(_0x135910=new _0x35ea78(_0x19ed00[_0x4ba0f7(0xe6)],_0x50a0f0,_0x66e0d1,{'disableComments':this[_0x4ba0f7(0xe7)],'editorConfig':_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xe9)),'maxCommentsWhenCollapsed':_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xe5)),'maxThreadTotalWeight':_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xc2)),'maxCommentCharsWhenCollapsed':_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xa0)),'formatDateTime':_0x36392e(_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xe6))),'CommentView':_0x1a79f1[_0x4ba0f7(0xf8)](_0x4ba0f7(0xc4))[_0x4ba0f7(0xa3)],'CommentsListView':_0x1b0e13,'CommentThreadInputView':_0x3afa26}),_0x135910[_0x4ba0f7(0x96)]['on'](_0x4ba0f7(0x97),()=>{const _0x524fef=_0x4ba0f7;_0x19ed00[_0x524fef(0xb0)][_0x524fef(0xf3)][_0x524fef(0x9e)]();}),_0x135910[_0x4ba0f7(0xc9)]['on'](_0x4ba0f7(0x97),()=>{const _0x872eda=_0x4ba0f7;_0x19ed00[_0x872eda(0xb0)][_0x872eda(0xf3)][_0x872eda(0x9e)]();}),_0x5ebff8=_0x486f5d[_0x4ba0f7(0xc6)](this[_0x4ba0f7(0x10a)][_0x4ba0f7(0xe6)],_0x135910),_0x5ebff8[_0x4ba0f7(0xea)](_0x4ba0f7(0xe1))['to'](_0x135910,_0x4ba0f7(0xe1)),_0x5ebff8[_0x4ba0f7(0xea)](_0x4ba0f7(0xcd))['to'](_0x135910),_0x5ebff8[_0x4ba0f7(0xea)](_0x4ba0f7(0x9b))['to'](_0x135910,_0x4ba0f7(0x9b),_0x2e633d=>_0x4ba0f7(0x9d)+_0x2e633d),this[_0x4ba0f7(0xe2)][_0x4ba0f7(0x98)](_0x50a0f0['id'],_0x5ebff8));const _0x39f4af=_0x3673b4[_0x4ba0f7(0xaf)](_0x50a0f0[_0x4ba0f7(0xba)],_0x135910),_0xff5d8=new _0x119354(_0x19ed00,_0x50a0f0,_0x135910,_0x39f4af),_0x3070d6=_0x50a0f0[_0x4ba0f7(0xb1)]()[_0x4ba0f7(0xe0)](_0x41da6b=>_0x41da6b[_0x4ba0f7(0x9a)]);_0x135910[_0x4ba0f7(0x94)]=_0x19ed00[_0x4ba0f7(0x109)][_0x4ba0f7(0xf8)](_0x4ba0f7(0x89))[_0x4ba0f7(0x93)][_0x4ba0f7(0xce)](_0x3070d6),this[_0x4ba0f7(0xd7)][_0x4ba0f7(0x98)](_0x50a0f0,_0xff5d8),this[_0x4ba0f7(0xf0)][_0x4ba0f7(0x98)](_0x135910,_0xff5d8);const _0x42697c=_0x486f5d[_0x4ba0f7(0x102)]({'view':_0x5ebff8,'target':()=>{const _0x80f618=_0x4ba0f7,_0x55863e=[],_0xbe9875=_0x50a0f0[_0x80f618(0xb1)]()[_0x80f618(0xe0)](_0x28abab=>_0x28abab[_0x80f618(0x9a)]);for(const _0x43aee0 of _0xbe9875)_0x55863e[_0x80f618(0xf9)](..._0x43aee0[_0x80f618(0xfe)]());return _0x30ed0a(_0x19ed00[_0x80f618(0xb0)],_0x55863e);},'type':()=>_0x4ba0f7(0x9d)+_0xff5d8[_0x4ba0f7(0xf3)][_0x4ba0f7(0x9b)]});_0x3673b4[_0x4ba0f7(0x91)](_0x135910,_0x42697c),_0x486f5d[_0x4ba0f7(0x92)](_0x42697c),_0x2afd2c[_0x4ba0f7(0xb2)](_0x42697c);}[_0x4e1236(0xeb)](_0x1e7fb5){const _0x198e0e=_0x4e1236,_0x1e5653=this[_0x198e0e(0x10a)][_0x198e0e(0x109)][_0x198e0e(0xf8)](_0x198e0e(0xe3)),_0x3f804b=this[_0x198e0e(0x10a)][_0x198e0e(0x109)][_0x198e0e(0xf8)](_0x198e0e(0xc7)),_0x18605e=this[_0x198e0e(0xd7)][_0x198e0e(0xf8)](_0x1e7fb5),_0x268de6=_0x18605e[_0x198e0e(0xf3)],_0x3b03bc=_0x3f804b[_0x198e0e(0x99)](_0x268de6);_0x1e5653[_0x198e0e(0x10b)](_0x268de6),_0x3b03bc&&_0x3f804b[_0x198e0e(0x104)](_0x3b03bc),this[_0x198e0e(0xd7)][_0x198e0e(0xa7)](_0x1e7fb5),this[_0x198e0e(0xf0)][_0x198e0e(0xa7)](_0x268de6),_0x18605e[_0x198e0e(0xee)]();}[_0x4e1236(0xd6)](_0x259d81){const _0x7094ac=_0x4e1236;if(!_0x259d81[_0x7094ac(0x9a)]||!this[_0x7094ac(0xd7)][_0x7094ac(0xdd)](_0x259d81))return;const _0x6c7a4a=this[_0x7094ac(0x10a)][_0x7094ac(0x109)][_0x7094ac(0xf8)](_0x7094ac(0x89)),_0x17353a=this[_0x7094ac(0xd7)][_0x7094ac(0xf8)](_0x259d81),_0xe664cd=_0x259d81[_0x7094ac(0xb1)]();_0x17353a[_0x7094ac(0xf3)][_0x7094ac(0x94)]=_0x6c7a4a[_0x7094ac(0x93)][_0x7094ac(0xce)](_0xe664cd);}[_0x4e1236(0xee)](){const _0x5d9037=_0x4e1236;for(const _0x3a0cbb of this[_0x5d9037(0xd7)][_0x5d9037(0xff)]())this[_0x5d9037(0xeb)](_0x3a0cbb);for(const _0x21ee93 of this[_0x5d9037(0xe2)][_0x5d9037(0xf4)]())_0x21ee93[_0x5d9037(0xaa)][_0x5d9037(0xee)]();super[_0x5d9037(0xee)]();}}
|
|
23
|
+
function _0x31a1(){const _0x57cfe5=['descriptionParts','destroy','editor','suggestionLoaded','refreshSelectedViews','editing','getByInnerView','get','some','lowest','646785SRqNhE','plugins','_bindAnnotationToEditors','getDescriptions','comments.maxCommentCharsWhenCollapsed','value','toMany','Annotations','activeMarkers','2009199usMKNQ','trackChanges','_refreshActiveMarkers','map','commentThread','comments.editorConfig','comments','getJoined','pluginName','innerView','getMarkers','arrowView','_destroyController','model','3670WzBtzw','95OkVJKw','suggestionChanged','separator','TrackChangesEditing','_updateController','_handleControllerBuffer','_suggestionToController','Track\x20changes','suggestion-','change:activeAnnotations','CommentsUI','delete','from','hasSuggestion','type','push','Accept\x20all\x20suggestions','isMultiRange','buttonView','getMarkerNames','TrackChangesUI','config','discardAllSuggestions','init','createAnnotation','_annotationViews','commandName','acceptSelectedSuggestions','comments.maxThreadTotalWeight','actionView','change:previous','trackChanges.SuggestionThreadView','discardSelectedSuggestions','unbind','isOn','_viewToController','84172RQqDFa','EditorAnnotations','Discard\x20all\x20suggestions','previous','_createUIButton','clear','getRanges','bind','commands','createAnnotationView','Discard\x20all\x20selected\x20suggestions','CommentsRepository','componentFactory','listenTo','locale','isEnabled','CommentView','suggestionUnloaded','add','getFirstRange','isDirty','8026400oqKChW','length','switchbutton','createCommentThreadController','_descriptionFactory','discardButton','has','_handleSuggestionControllerDelayed','2844anJXJf','getAllAdjacentSuggestions','execute','keys','values','2464ifwZJp','focus','source','set','reduce','registerAnnotation','_disableComments','26766PCHuTW','comments.maxCommentsWhenCollapsed','trackChanges.disableComments','stopListening','1268664qiWNXQ','size','getSuggestion','button','activeAnnotations','SuggestionThreadView','head','mainView','Accept\x20all\x20selected\x20suggestions','acceptAllSuggestions','requires','filter','isInContent','view','addSourceCollector','remove','addComment','acceptButton','define','_unbindEditors','_initializeController'];_0x31a1=function(){return _0x57cfe5;};return _0x31a1();}const _0x3a52dd=_0x4dba;(function(_0x5b6249,_0x41e556){const _0x4b9939=_0x4dba,_0x3d3216=_0x5b6249();while(!![]){try{const _0x2d3a51=-parseInt(_0x4b9939(0x1f0))/0x1+parseInt(_0x4b9939(0x1d1))/0x2+parseInt(_0x4b9939(0x171))/0x3+-parseInt(_0x4b9939(0x1a4))/0x4*(parseInt(_0x4b9939(0x180))/0x5)+parseInt(_0x4b9939(0x1c1))/0x6*(parseInt(_0x4b9939(0x1c6))/0x7)+-parseInt(_0x4b9939(0x1b9))/0x8+-parseInt(_0x4b9939(0x1cd))/0x9*(-parseInt(_0x4b9939(0x17f))/0xa);if(_0x2d3a51===_0x41e556)break;else _0x3d3216['push'](_0x3d3216['shift']());}catch(_0x53d062){_0x3d3216['push'](_0x3d3216['shift']());}}}(_0x31a1,0x7d1d5));function _0x4dba(_0x1ce1e0,_0x41a83f){const _0x31a13d=_0x31a1();return _0x4dba=function(_0x4dbaf7,_0x266b4b){_0x4dbaf7=_0x4dbaf7-0x169;let _0x5b4a15=_0x31a13d[_0x4dbaf7];return _0x5b4a15;},_0x4dba(_0x1ce1e0,_0x41a83f);}import{Plugin as _0x15e275}from'ckeditor5/src/core.js';import{Collection as _0x4df4b3}from'ckeditor5/src/utils.js';import{ViewModel as _0x77ac9e,SplitButtonView as _0x5bd038,createDropdown as _0x5e63a2,addListToDropdown as _0x532c8b}from'ckeditor5/src/ui.js';import{Users as _0x45bca5,getDateTimeFormatter as _0x480f47,getAllMarkersDomElementsSorted as _0x1028de}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x35741d from'./trackchangesediting.js';import _0x3fc296 from'./ui/suggestioncontroller.js';import _0x67b5cc from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x4a4b28}from'./utils/common-translations.js';import _0x5747dc from'../theme/icons/track-changes.svg';export default class d extends _0x15e275{static get[_0x3a52dd(0x1db)](){const _0x3e2cda=_0x3a52dd;return[_0x35741d,_0x45bca5,_0x3e2cda(0x1af),_0x3e2cda(0x16f),_0x3e2cda(0x1a5)];}static get[_0x3a52dd(0x179)](){const _0x33a24d=_0x3a52dd;return _0x33a24d(0x194);}constructor(_0x28b5f6){const _0x52b911=_0x3a52dd;super(_0x28b5f6),this[_0x52b911(0x186)]=new Map(),this[_0x52b911(0x1a3)]=new Map(),this[_0x52b911(0x199)]=new Map(),this[_0x52b911(0x185)]=new Map();const _0x2f517e=this[_0x52b911(0x1e8)][_0x52b911(0x195)];_0x2f517e[_0x52b911(0x1e3)](_0x52b911(0x19f),_0x67b5cc),_0x2f517e[_0x52b911(0x1e3)](_0x52b911(0x1cf),!0x1),this[_0x52b911(0x1cc)]=_0x2f517e[_0x52b911(0x1ed)](_0x52b911(0x1cf));}[_0x3a52dd(0x1c0)](_0x5d9e6d,_0x497536){const _0x4389c5=_0x3a52dd;0x0===this[_0x4389c5(0x185)][_0x4389c5(0x1d2)]&&setTimeout(()=>{const _0x2ad7f6=_0x4389c5;for(const [_0x2587b9,_0x501b92]of this[_0x2ad7f6(0x185)]){const _0xcebb34=this[_0x2ad7f6(0x186)][_0x2ad7f6(0x1bf)](_0x2587b9);_0xcebb34||_0x501b92?_0xcebb34&&_0x501b92&&this[_0x2ad7f6(0x17d)](_0x2587b9):this[_0x2ad7f6(0x1e5)](_0x2587b9);}this[_0x2ad7f6(0x185)][_0x2ad7f6(0x1a9)](),this[_0x2ad7f6(0x1e8)][_0x2ad7f6(0x169)][_0x2ad7f6(0x1ed)](_0x2ad7f6(0x1a5))[_0x2ad7f6(0x1ea)](),this[_0x2ad7f6(0x173)]();},0xa),this[_0x4389c5(0x185)][_0x4389c5(0x1c9)](_0x5d9e6d,_0x497536);}[_0x3a52dd(0x197)](){const _0x35d13e=_0x3a52dd,_0x1ca472=this[_0x35d13e(0x1e8)],_0x298853=_0x1ca472[_0x35d13e(0x169)][_0x35d13e(0x1ed)](_0x35d13e(0x183)),_0x2ff54c=_0x1ca472[_0x35d13e(0x169)][_0x35d13e(0x1ed)](_0x35d13e(0x16f)),_0xa7dd0c=_0x1ca472[_0x35d13e(0x169)][_0x35d13e(0x1ed)](_0x35d13e(0x1a5)),_0x5d1803=_0x1ca472[_0x35d13e(0x169)][_0x35d13e(0x1ed)](_0x35d13e(0x1af));_0x1ca472['ui'][_0x35d13e(0x1b0)][_0x35d13e(0x1b6)](_0x35d13e(0x172),_0x4e873a=>this[_0x35d13e(0x1a8)](_0x4e873a)),_0xa7dd0c[_0x35d13e(0x1df)](()=>{const _0x3826f4=_0x35d13e,_0x2a9bc8=[];for(const [_0x44dda5,_0x1ae3d4]of Array[_0x3826f4(0x18c)](this[_0x3826f4(0x186)])){const _0x393fcf=_0x44dda5[_0x3826f4(0x1c2)](),_0x4af605=[];for(const _0x2c73fa of _0x393fcf){if(!_0x2c73fa[_0x3826f4(0x1dd)])continue;if(_0x2c73fa[_0x3826f4(0x191)]){_0x4af605[_0x3826f4(0x18f)](..._0x2c73fa[_0x3826f4(0x1aa)]());continue;}const _0xdbeac=_0x2c73fa[_0x3826f4(0x1b7)]();if(_0x4af605[_0x3826f4(0x1ba)]>0x0){const _0x27b15b=_0x4af605[0x0][_0x3826f4(0x178)](_0xdbeac);if(_0x27b15b){_0x4af605[0x0]=_0x27b15b;continue;}}_0x4af605[_0x3826f4(0x18f)](_0xdbeac);}_0x2a9bc8[_0x3826f4(0x18f)]([_0x1ae3d4[_0x3826f4(0x1de)],_0x4af605]);}return _0x2a9bc8;}),this[_0x35d13e(0x1b1)](_0x298853,_0x35d13e(0x1e9),(_0x3adfca,_0x141c7d)=>{const _0x42d70=_0x35d13e;this[_0x42d70(0x1b1)](_0x141c7d,_0x42d70(0x19e),(_0x523a97,_0x54df24,_0xbe9cc5,_0x4b5a9b)=>{const _0x2ac9b5=_0x42d70;_0x141c7d[_0x2ac9b5(0x1dd)]&&(null==_0xbe9cc5?(this[_0x2ac9b5(0x184)](_0x4b5a9b[_0x2ac9b5(0x1d7)]),this[_0x2ac9b5(0x1c0)](_0x141c7d,!0x1)):(this[_0x2ac9b5(0x184)](_0xbe9cc5[_0x2ac9b5(0x1d7)]),null==_0x4b5a9b&&this[_0x2ac9b5(0x1c0)](_0x141c7d,!0x0)));}),null!==_0x141c7d[_0x42d70(0x1a7)]?this[_0x42d70(0x184)](_0x141c7d[_0x42d70(0x1d7)]):this[_0x42d70(0x1c0)](_0x141c7d,!0x1);}),this[_0x35d13e(0x1b1)](_0x298853,_0x35d13e(0x1b5),(_0x41aca9,_0x263c9d,_0x8c1c1a)=>{const _0x46d5ba=_0x35d13e;this[_0x46d5ba(0x1d0)](_0x263c9d,_0x46d5ba(0x19e)),this[_0x46d5ba(0x185)][_0x46d5ba(0x18b)](_0x263c9d),this[_0x46d5ba(0x186)][_0x46d5ba(0x1bf)](_0x263c9d)&&this[_0x46d5ba(0x17d)](_0x263c9d),_0x8c1c1a&&this[_0x46d5ba(0x184)](_0x8c1c1a[_0x46d5ba(0x1d7)]);}),this[_0x35d13e(0x1b1)](_0x298853,_0x35d13e(0x181),(_0x43b9b7,_0x5f9992)=>{const _0x4a39dc=_0x35d13e;this[_0x4a39dc(0x184)](_0x5f9992);}),this[_0x35d13e(0x1b1)](_0x2ff54c,_0x35d13e(0x189),()=>{const _0x54f588=_0x35d13e;this[_0x54f588(0x173)]();}),this[_0x35d13e(0x1b1)](_0x5d1803,_0x35d13e(0x1e1),(_0x17ef0b,{threadId:_0x1cf277,isFromAdapter:_0x5b4935})=>{const _0x4d8739=_0x35d13e;if(_0x5b4935||!_0x298853[_0x4d8739(0x18d)](_0x1cf277))return;const _0x25db62=_0x298853[_0x4d8739(0x1d3)](_0x1cf277);this[_0x4d8739(0x186)][_0x4d8739(0x1ed)](_0x25db62)[_0x4d8739(0x1de)][_0x4d8739(0x1c7)]();},{'priority':_0x35d13e(0x1ef)});}[_0x3a52dd(0x173)](){const _0x108197=_0x3a52dd,_0x5da2b9=this[_0x108197(0x1e8)][_0x108197(0x169)][_0x108197(0x1ed)](_0x108197(0x16f)),_0x4cc944=this[_0x108197(0x1e8)][_0x108197(0x169)][_0x108197(0x1ed)](_0x108197(0x183)),_0x39dc89=Array[_0x108197(0x18c)](_0x5da2b9[_0x108197(0x1d5)],_0x2c604d=>_0x2c604d[_0x108197(0x17a)])[_0x108197(0x1dc)](_0x5ee3e9=>this[_0x108197(0x1a3)][_0x108197(0x1bf)](_0x5ee3e9)),_0x12df58=[];for(const _0x1768dc of _0x39dc89){const _0x2f9724=this[_0x108197(0x1a3)][_0x108197(0x1ed)](_0x1768dc)[_0x108197(0x17e)][_0x108197(0x1c2)]();_0x12df58[_0x108197(0x18f)](..._0x2f9724[_0x108197(0x1ca)]((_0x53eb47,_0x4436b8)=>[..._0x53eb47,..._0x4436b8[_0x108197(0x193)]()],[]));}_0x4cc944[_0x108197(0x170)]=_0x12df58;}[_0x3a52dd(0x1a8)](_0x22272e){const _0x1013e6=_0x3a52dd,_0x5e130e=_0x5e63a2(_0x22272e,_0x5bd038),_0x2fe25a=this[_0x1013e6(0x1e8)][_0x1013e6(0x1ac)][_0x1013e6(0x1ed)](_0x1013e6(0x172)),_0x14b4b5=_0x4a4b28(_0x22272e,_0x1013e6(0x187));_0x5e130e[_0x1013e6(0x192)][_0x1013e6(0x1c9)]({'tooltip':_0x14b4b5,'label':_0x14b4b5,'icon':_0x5747dc}),_0x5e130e[_0x1013e6(0x192)][_0x1013e6(0x1ab)](_0x1013e6(0x1a2))['to'](_0x2fe25a,_0x1013e6(0x16d)),_0x5e130e[_0x1013e6(0x192)]['on'](_0x1013e6(0x1c3),()=>{const _0x54bc5d=_0x1013e6;_0x2fe25a[_0x54bc5d(0x1c3)](),this[_0x54bc5d(0x1e8)][_0x54bc5d(0x1eb)][_0x54bc5d(0x1de)][_0x54bc5d(0x1c7)]();});const _0x4a2127=new _0x4df4b3(),_0x1e52ad=[{'type':_0x1013e6(0x1bb),'model':{'withText':!0x0,'label':_0x14b4b5,'commandName':_0x1013e6(0x172)}},{'type':_0x1013e6(0x182)},{'type':_0x1013e6(0x1d4),'model':{'withText':!0x0,'label':_0x4a4b28(_0x22272e,_0x1013e6(0x190)),'commandName':_0x1013e6(0x1da)}},{'type':_0x1013e6(0x1d4),'model':{'withText':!0x0,'label':_0x4a4b28(_0x22272e,_0x1013e6(0x1d9)),'commandName':_0x1013e6(0x19b)}},{'type':_0x1013e6(0x1d4),'model':{'withText':!0x0,'label':_0x4a4b28(_0x22272e,_0x1013e6(0x1a6)),'commandName':_0x1013e6(0x196)}},{'type':_0x1013e6(0x1d4),'model':{'withText':!0x0,'label':_0x4a4b28(_0x22272e,_0x1013e6(0x1ae)),'commandName':_0x1013e6(0x1a0)}}];for(const _0x2d8ed5 of _0x1e52ad){let _0x40792d={'type':_0x1013e6(0x182)};if(_0x2d8ed5[_0x1013e6(0x17e)]){const _0x194f3c=new _0x77ac9e(_0x2d8ed5[_0x1013e6(0x17e)]),_0x2b08c4=this[_0x1013e6(0x1e8)][_0x1013e6(0x1ac)][_0x1013e6(0x1ed)](_0x194f3c[_0x1013e6(0x19a)]);_0x194f3c[_0x1013e6(0x1ab)](_0x1013e6(0x1a2),_0x1013e6(0x1b3))['to'](_0x2b08c4,_0x1013e6(0x16d),_0x1013e6(0x1b3)),_0x40792d={'type':_0x2d8ed5[_0x1013e6(0x18e)],'model':_0x194f3c};}_0x4a2127[_0x1013e6(0x1b6)](_0x40792d);}_0x532c8b(_0x5e130e,_0x4a2127);const _0x8285f6=_0x1e52ad[_0x1013e6(0x1dc)](_0x188dbe=>null!=_0x188dbe[_0x1013e6(0x17e)])[_0x1013e6(0x174)](_0x47aa5d=>this[_0x1013e6(0x1e8)][_0x1013e6(0x1ac)][_0x1013e6(0x1ed)](_0x47aa5d[_0x1013e6(0x17e)][_0x1013e6(0x19a)])),_0x1fe385=_0x5e130e[_0x1013e6(0x192)];return _0x1fe385[_0x1013e6(0x19d)][_0x1013e6(0x1a1)](_0x1013e6(0x1b3)),_0x1fe385[_0x1013e6(0x17c)][_0x1013e6(0x1a1)](_0x1013e6(0x1b3)),_0x1fe385[_0x1013e6(0x19d)][_0x1013e6(0x1ab)](_0x1013e6(0x1b3))['to'](_0x2fe25a,_0x1013e6(0x1b3)),_0x1fe385[_0x1013e6(0x17c)][_0x1013e6(0x1ab)](_0x1013e6(0x1b3))[_0x1013e6(0x16e)](_0x8285f6,_0x1013e6(0x1b3),(..._0xb1d49f)=>_0xb1d49f[_0x1013e6(0x1ee)](_0x24d1c3=>_0x24d1c3)),_0x5e130e['on'](_0x1013e6(0x1c3),_0x23413c=>{const _0x48ea14=_0x1013e6;this[_0x48ea14(0x1e8)][_0x48ea14(0x1c3)](_0x23413c[_0x48ea14(0x1c8)][_0x48ea14(0x19a)]),this[_0x48ea14(0x1e8)][_0x48ea14(0x1eb)][_0x48ea14(0x1de)][_0x48ea14(0x1c7)]();}),_0x5e130e;}[_0x3a52dd(0x1e5)](_0x10be5b){const _0x2f0a19=_0x3a52dd,_0x26c0a6=this[_0x2f0a19(0x1e8)],_0x32125f=_0x26c0a6[_0x2f0a19(0x195)],_0xf87be5=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x2f0a19(0x16f)),_0xf30d39=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x2f0a19(0x1af)),_0x3384cf=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x2f0a19(0x1a5)),_0x347626=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x45bca5)['me'],_0x1ac084=_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x172))[_0x2f0a19(0x1d6)],{CommentsListView:_0xc5229f,CommentThreadInputView:_0x1565fa}=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x2f0a19(0x18a));let _0x259bf3,_0x35cc2a;this[_0x2f0a19(0x199)][_0x2f0a19(0x1bf)](_0x10be5b['id'])?(_0x35cc2a=this[_0x2f0a19(0x199)][_0x2f0a19(0x1ed)](_0x10be5b['id']),_0x259bf3=_0x35cc2a[_0x2f0a19(0x1d8)]):(_0x259bf3=new _0x1ac084(_0x26c0a6[_0x2f0a19(0x1b2)],_0x10be5b,_0x347626,{'disableComments':this[_0x2f0a19(0x1cc)],'editorConfig':_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x176)),'maxCommentsWhenCollapsed':_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x1ce)),'maxThreadTotalWeight':_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x19c)),'maxCommentCharsWhenCollapsed':_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x16c)),'formatDateTime':_0x480f47(_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x1b2))),'CommentView':_0x32125f[_0x2f0a19(0x1ed)](_0x2f0a19(0x177))[_0x2f0a19(0x1b4)],'CommentsListView':_0xc5229f,'CommentThreadInputView':_0x1565fa}),_0x259bf3[_0x2f0a19(0x1e2)]['on'](_0x2f0a19(0x1c3),()=>{const _0x4ea388=_0x2f0a19;_0x26c0a6[_0x4ea388(0x1eb)][_0x4ea388(0x1de)][_0x4ea388(0x1c7)]();}),_0x259bf3[_0x2f0a19(0x1be)]['on'](_0x2f0a19(0x1c3),()=>{const _0x2af5a6=_0x2f0a19;_0x26c0a6[_0x2af5a6(0x1eb)][_0x2af5a6(0x1de)][_0x2af5a6(0x1c7)]();}),_0x35cc2a=_0xf87be5[_0x2f0a19(0x1ad)](this[_0x2f0a19(0x1e8)][_0x2f0a19(0x1b2)],_0x259bf3),_0x35cc2a[_0x2f0a19(0x1ab)](_0x2f0a19(0x1b8))['to'](_0x259bf3,_0x2f0a19(0x1b8)),_0x35cc2a[_0x2f0a19(0x1ab)](_0x2f0a19(0x1ba))['to'](_0x259bf3),_0x35cc2a[_0x2f0a19(0x1ab)](_0x2f0a19(0x18e))['to'](_0x259bf3,_0x2f0a19(0x18e),_0xd204e5=>_0x2f0a19(0x188)+_0xd204e5),this[_0x2f0a19(0x199)][_0x2f0a19(0x1c9)](_0x10be5b['id'],_0x35cc2a));const _0x28db85=_0xf30d39[_0x2f0a19(0x1bc)](_0x10be5b[_0x2f0a19(0x175)],_0x259bf3),_0x4efcaf=new _0x3fc296(_0x26c0a6,_0x10be5b,_0x259bf3,_0x28db85),_0x784913=_0x10be5b[_0x2f0a19(0x1c2)]()[_0x2f0a19(0x1dc)](_0x62c8d7=>_0x62c8d7[_0x2f0a19(0x1dd)]);_0x259bf3[_0x2f0a19(0x1e6)]=_0x26c0a6[_0x2f0a19(0x169)][_0x2f0a19(0x1ed)](_0x2f0a19(0x183))[_0x2f0a19(0x1bd)][_0x2f0a19(0x16b)](_0x784913),this[_0x2f0a19(0x186)][_0x2f0a19(0x1c9)](_0x10be5b,_0x4efcaf),this[_0x2f0a19(0x1a3)][_0x2f0a19(0x1c9)](_0x259bf3,_0x4efcaf);const _0x265d07=_0xf87be5[_0x2f0a19(0x198)]({'view':_0x35cc2a,'target':()=>{const _0x44b05e=_0x2f0a19,_0x47a758=[],_0x3e8e85=_0x10be5b[_0x44b05e(0x1c2)]()[_0x44b05e(0x1dc)](_0x440130=>_0x440130[_0x44b05e(0x1dd)]);for(const _0x2dcce4 of _0x3e8e85)_0x47a758[_0x44b05e(0x18f)](..._0x2dcce4[_0x44b05e(0x17b)]());return _0x1028de(_0x26c0a6[_0x44b05e(0x1eb)],_0x47a758);},'type':()=>_0x2f0a19(0x188)+_0x4efcaf[_0x2f0a19(0x1de)][_0x2f0a19(0x18e)]});_0xf30d39[_0x2f0a19(0x16a)](_0x259bf3,_0x265d07),_0xf87be5[_0x2f0a19(0x1b6)](_0x265d07),_0x3384cf[_0x2f0a19(0x1cb)](_0x265d07);}[_0x3a52dd(0x17d)](_0x1a7b8c){const _0x1d7424=_0x3a52dd,_0x103522=this[_0x1d7424(0x1e8)][_0x1d7424(0x169)][_0x1d7424(0x1ed)](_0x1d7424(0x1af)),_0x5ae20c=this[_0x1d7424(0x1e8)][_0x1d7424(0x169)][_0x1d7424(0x1ed)](_0x1d7424(0x16f)),_0x43f590=this[_0x1d7424(0x186)][_0x1d7424(0x1ed)](_0x1a7b8c),_0x3d4b41=_0x43f590[_0x1d7424(0x1de)],_0x408458=_0x5ae20c[_0x1d7424(0x1ec)](_0x3d4b41);_0x103522[_0x1d7424(0x1e4)](_0x3d4b41),_0x408458&&_0x5ae20c[_0x1d7424(0x1e0)](_0x408458),this[_0x1d7424(0x186)][_0x1d7424(0x18b)](_0x1a7b8c),this[_0x1d7424(0x1a3)][_0x1d7424(0x18b)](_0x3d4b41),_0x43f590[_0x1d7424(0x1e7)]();}[_0x3a52dd(0x184)](_0x1d88c6){const _0x17ecd8=_0x3a52dd;if(!_0x1d88c6[_0x17ecd8(0x1dd)]||!this[_0x17ecd8(0x186)][_0x17ecd8(0x1bf)](_0x1d88c6))return;const _0x55f977=this[_0x17ecd8(0x1e8)][_0x17ecd8(0x169)][_0x17ecd8(0x1ed)](_0x17ecd8(0x183)),_0x32ff53=this[_0x17ecd8(0x186)][_0x17ecd8(0x1ed)](_0x1d88c6),_0xa8e26c=_0x1d88c6[_0x17ecd8(0x1c2)]();_0x32ff53[_0x17ecd8(0x1de)][_0x17ecd8(0x1e6)]=_0x55f977[_0x17ecd8(0x1bd)][_0x17ecd8(0x16b)](_0xa8e26c);}[_0x3a52dd(0x1e7)](){const _0x402c93=_0x3a52dd;for(const _0x1f8931 of this[_0x402c93(0x186)][_0x402c93(0x1c4)]())this[_0x402c93(0x17d)](_0x1f8931);for(const _0x1d4bd0 of this[_0x402c93(0x199)][_0x402c93(0x1c5)]())_0x1d4bd0[_0x402c93(0x1d8)][_0x402c93(0x1e7)]();super[_0x402c93(0x1e7)]();}}
|