@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240225.0 → 0.0.0-nightly-20240227.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.
Files changed (68) hide show
  1. package/build/track-changes.js +1 -1
  2. package/package.json +3 -3
  3. package/src/commands/acceptsuggestioncommand.js +1 -1
  4. package/src/commands/discardsuggestioncommand.js +1 -1
  5. package/src/commands/executeonallsuggestionscommand.js +1 -1
  6. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  7. package/src/commands/trackchangescommand.js +1 -1
  8. package/src/index.js +1 -1
  9. package/src/integrations/aiassistant.js +1 -1
  10. package/src/integrations/alignment.js +1 -1
  11. package/src/integrations/basicstyles.js +1 -1
  12. package/src/integrations/blockquote.js +1 -1
  13. package/src/integrations/casechange.js +1 -1
  14. package/src/integrations/ckbox.js +1 -1
  15. package/src/integrations/codeblock.js +1 -1
  16. package/src/integrations/comments.js +1 -1
  17. package/src/integrations/deletecommand.js +1 -1
  18. package/src/integrations/entercommand.js +1 -1
  19. package/src/integrations/findandreplace.js +1 -1
  20. package/src/integrations/font.js +1 -1
  21. package/src/integrations/formatpainter.js +1 -1
  22. package/src/integrations/heading.js +1 -1
  23. package/src/integrations/highlight.js +1 -1
  24. package/src/integrations/horizontalline.js +1 -1
  25. package/src/integrations/htmlembed.js +1 -1
  26. package/src/integrations/image.js +1 -1
  27. package/src/integrations/imagereplace.js +1 -1
  28. package/src/integrations/imagestyle.js +1 -1
  29. package/src/integrations/importword.js +1 -1
  30. package/src/integrations/indent.js +1 -1
  31. package/src/integrations/inputcommand.js +1 -1
  32. package/src/integrations/legacylist.js +1 -1
  33. package/src/integrations/legacylistproperties.js +1 -1
  34. package/src/integrations/link.js +1 -1
  35. package/src/integrations/list.js +1 -1
  36. package/src/integrations/listproperties.js +1 -1
  37. package/src/integrations/mediaembed.js +1 -1
  38. package/src/integrations/mention.js +1 -1
  39. package/src/integrations/pagebreak.js +1 -1
  40. package/src/integrations/paragraph.js +1 -1
  41. package/src/integrations/removeformat.js +1 -1
  42. package/src/integrations/restrictededitingmode.js +1 -1
  43. package/src/integrations/shiftentercommand.js +1 -1
  44. package/src/integrations/standardeditingmode.js +1 -1
  45. package/src/integrations/style.js +1 -1
  46. package/src/integrations/table.js +1 -1
  47. package/src/integrations/tablecaption.js +1 -1
  48. package/src/integrations/tableclipboard.js +1 -1
  49. package/src/integrations/tablecolumnresize.js +1 -1
  50. package/src/integrations/tableheadings.js +1 -1
  51. package/src/integrations/tablemergesplit.js +1 -1
  52. package/src/integrations/tableofcontents.js +1 -1
  53. package/src/integrations/tableproperties.js +1 -1
  54. package/src/integrations/template.js +1 -1
  55. package/src/integrations/title.js +1 -1
  56. package/src/integrations/undo.js +1 -1
  57. package/src/integrations/utils.js +1 -1
  58. package/src/suggestion.js +1 -1
  59. package/src/suggestiondescriptionfactory.js +1 -1
  60. package/src/trackchanges.js +1 -1
  61. package/src/trackchangesdata.js +1 -1
  62. package/src/trackchangesediting.js +1 -1
  63. package/src/trackchangesui.js +1 -1
  64. package/src/ui/suggestioncontroller.js +1 -1
  65. package/src/ui/view/basesuggestionthreadview.js +1 -1
  66. package/src/ui/view/suggestionthreadview.js +1 -1
  67. package/src/utils/common-translations.js +1 -1
  68. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x19465c=_0x4468;(function(_0x137be5,_0xa8046c){const _0x3febb2=_0x4468,_0xf4cec0=_0x137be5();while(!![]){try{const _0x25e8a4=-parseInt(_0x3febb2(0x23c))/0x1*(-parseInt(_0x3febb2(0x21f))/0x2)+-parseInt(_0x3febb2(0x1b3))/0x3+-parseInt(_0x3febb2(0x30c))/0x4+-parseInt(_0x3febb2(0x25c))/0x5+parseInt(_0x3febb2(0x1f0))/0x6+-parseInt(_0x3febb2(0x1bb))/0x7*(-parseInt(_0x3febb2(0x32e))/0x8)+parseInt(_0x3febb2(0x209))/0x9*(parseInt(_0x3febb2(0x2fe))/0xa);if(_0x25e8a4===_0xa8046c)break;else _0xf4cec0['push'](_0xf4cec0['shift']());}catch(_0x254584){_0xf4cec0['push'](_0xf4cec0['shift']());}}}(_0x4459,0x681b1));import{Plugin as _0x13f76a,PendingActions as _0x31da83}from'ckeditor5/src/core.js';import{LiveRange as _0x1aae8e}from'ckeditor5/src/engine.js';import{CKEditorError as _0x4342bf,uid as _0x3ce463,priorities as _0x4447d1,logWarning as _0x2a7db6}from'ckeditor5/src/utils.js';import{toWidget as _0x58a312}from'ckeditor5/src/widget.js';import{Users as _0x431a82,hashObject as _0x588d6c,surroundingMarkersDetector as _0x3e44f6}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1bdb83 from'./commands/trackchangescommand.js';import _0x27b65d from'./commands/acceptsuggestioncommand.js';import _0x4f69b9 from'./commands/discardsuggestioncommand.js';import _0x3599d3 from'./commands/executeonallsuggestionscommand.js';import _0x49e6a5 from'./commands/executeonselectedsuggestionscommand.js';import _0x302285 from'./suggestion.js';import _0x626313 from'./suggestiondescriptionfactory.js';import _0x5520f1 from'./integrations/aiassistant.js';import _0x3edd3a from'./integrations/alignment.js';import _0x2d968f from'./integrations/basicstyles.js';import _0xabfd58 from'./integrations/blockquote.js';import _0x301b93 from'./integrations/casechange.js';import _0x243a1c from'./integrations/ckbox.js';import _0x34a608 from'./integrations/codeblock.js';import _0x19b2a2 from'./integrations/comments.js';function _0x4468(_0x3de839,_0x2c9b6a){const _0x44593d=_0x4459();return _0x4468=function(_0x446866,_0x42dc53){_0x446866=_0x446866-0x1ae;let _0x575320=_0x44593d[_0x446866];return _0x575320;},_0x4468(_0x3de839,_0x2c9b6a);}import _0x541fd2 from'./integrations/deletecommand.js';import _0x525864 from'./integrations/list.js';import _0xa632cc from'./integrations/listproperties.js';import _0x55b50f from'./integrations/entercommand.js';import _0x33f281 from'./integrations/findandreplace.js';function _0x4459(){const _0x4ddb00=['Users','substring','containerElement','_refreshSuggestionsChain','isSelectable','getFirstRange','documentSelection','markerName','getMultiRangeId','formatInline:accept','attributeOldValue','FORMATTING','registerCustomCallback','model','removed','dataReady','activeMarkers','_initAriaMarkerChangeAnnouncements','getRange','dataDowncast','formatBlock:accept','writer','$graveyard','formatBlock:join','rejected','change','fetchCommentThread','deletion:chain','formatInline:','for','addMarker:suggestion:attribute','getChangedMarkers','applyOperation','acceptSelectedSuggestions','formatInline:chain','attributeNewValue','change:_saved','originalSuggestionId','sort','getRanges','deletion','normal','markInlineFormat','markerNameToElements','markers','_element','isBefore','adapter','getWalker','concat','accepted','change:data','_defaultCallbacks','addSuggestion','registerPostFixer','unbind','showSuggestionHighlights','_blockAttributeKeys','data','rename','reconvertMarker','createSelection','markerToHighlight','addRange','trackChanges','20iPqgwC','execute','suggestion:','_reduceExistingSuggestions','getShiftedBy','consumable','addMarker','getUser','clear','_registerBlockAttribute','_handleNewSuggestionMarker','attribute:','createPositionAfter','insertion:discard','2803280ofvRGW','clone','default','unbindElementFromMarkerName','_registerInlineAttribute','formatBlock:chain','schema','_mergeNestedSuggestions','open','insertion:','elementEnd','removeClass','_addThreadToSuggestion','getAllAdjacentSuggestions','_adapter','ck-suggestion-marker-formatBlock','define','size','isArray','addMarker:suggestion:formatBlock','then','attributeKey','removeMarker:suggestion:attribute','authorName','formatBlock','subType','_registerDefaultCallbacks','forward','insert','suggestion-type','from','LEAVE','toUpperCase','nodeBefore','8IZAOjJ','createPositionBefore','plugins','_createSuggestion','highest','differ','track-changes-adapter-already-set','authoredAt','_joinWithAdjacentSuggestions','howMany','_trackFormatChanges','comments','position','formatInline:join','editor','document','_breakSuggestionMarker','formatBlock:discard','hasCommentThread','_editor','chain','always','markInsertion','_updateSuggestionData','track-changes-adapter-missing-getsuggestion','accept','range','removeMarker','lowest','track-changes-command-not-found','startsWith','hasSuggestion','_isDataLoaded','isOwn','formatGroupId','discard','ck-suggestion-marker','_recordAttributeSuggestions','$marker','containsRange','every','commands','_suggestionFactory','setAttribute','removeAttribute','_enableDefaultAttributesIntegration','_splitMarkerName','backward','deletion:join','deletion:','widget','multi','forceDefaultExecution','579570uzsLOP','getChanges','bindElementToMarker','enqueueChange','addUser','isUndo','markAttributeChange','warn','5837783scUUJq','upcast','notReady','@external','_checkSuggestionCorrectness','stopListening','getNearestSelectionRange','_getAttributeKey','discardAllSuggestions','getLastMatchingPosition','track-changes-suggestion-not-found','markMultiRangeInsertion','_model','updateSuggestion','group','forEach','rethrowUnexpectedError','mapper','return','newRange','insertContent','filter','_enabledCommands','deletion:accept','commandName','conversion','getIntersection','keys','enableReadOnlyMode','data-suggestion','creator','author','PENDING_ACTION_SUGGESTION','enableCommand','removeMarkers','trackChangesCommand','getSuggestions','_reduceSuggestionAttributeRange','isAfter','groupId','addCommentThread','find','discardSuggestion','fire','markerToData','track-changes-user-not-found','ready','elementStart','after','multipleBlocks','add','_SUGGESTION_ANNOUNCEMENT','buildSuggestion','3450600RIUqna','addHighlight','_processAttributeSuggestions','meta','isEqual','end','removeComment','_suggestionState','listenTo','targetPosition','locale','insertion:chain','CommentsRepository','discardSelectedSuggestions','never','fromRange','commentThread','previous','pop','ck-suggestion-marker-','isCollapsed','update:suggestion','marker-count','editing','PendingActions','440712urpXUl','formatInline:discard','announce','createRangeOn','attribute','move','low','join','isObject','isLocal','set','setSelection','track-changes-suggestion-data-mismatch','map','suggestion','isExternal','_descriptionFactory','init','isRemovable','resolve','_removeSuggestion','containsPosition','5126gurtQC','addSuggestionData','consume','_afterChanges','hasComments','dataToMarker','external:','skipNestingCheck','getMarkers','addMarkerName','options','has','_setSuggestionRange','isAtEnd','ENTER','insertion:accept','detach','_getExternalAuthor','markMultiRangeBlockFormat','ariaLiveAnnouncer','_setSuggestionData','deleteContent','createdAt','isNextTo','assign','$elementName','ck-suggestion-marker--active','isInContent','requires','166lfIuic','attributes','setTo','delete','$textProxy','_findSuggestions','batch','isLimit','nodeAfter','suggestionChanged','_saved','getAttribute','markerReady','$text','remove','suggestionLoaded','_isForcedDefaultExecutionBlock','isBlock','_onDiscard','isMultiRange','updateMarker','pluginName','before','substr','split','toViewElement','_joinSuggestions','markMultiRangeDeletion','get','getCustomProperty','value','_refreshAttributeSuggestionsChain','3060180YolQWO','error-saving-suggestion-data-suggestion-discarded','getSuggestionCallback','parent','_suggestions','addMarker:suggestion','isIntersectingWithRange','splitPosition','formatInline','moveTargetPosition','createRange','name','includes','isInsideObject','_isBlockAttribute','catch','splice','_inlineAttributeKeys','oldRange','isIntersecting','_recordAttributeChanges','format','suggestionUnloaded','createPositionAt','addClass','suggestion:attribute:','config','trackChanges.mergeNestedSuggestions','insertion','tablePasteChainId','attribute:discard','_customCallbacks','_processAttributeChanges','removeMarker:suggestion:formatBlock','getContainedElement','createElement','_addSuggestionMarker','_getMarkerAnnouncementText','fromCharCode','containsRangeInObject','getSuggestion','_commentsRepository','markBlockFormat','getDifference','some','oldValue','rootName','ck-suggestion-marker-formatInline','key','TrackChangesEditing','toJSON','attribute:accept','length','next','selection','high','addComment','unshift','change:activeMarkers','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.','markDeletion','createRangeIn','formatBlock:','trackChanges.trackFormatChanges','track-changes-enable-command-twice','getAncestors','type','editingDowncast','acceptAllSuggestions','_isRegisteredAttribute','values','root','getItems','_cutOutSuggestionMarker','start','getFirstMarker','insertion:join','acceptSuggestion','_getAuthorFromId','isAtStart','elementToElement','isTouching','attribute:join','refresh','stop','collaboration.channelId','getCommentThread','head','containsItem','item','_getSuggestionData','element','isDocumentOperation','push','deletion:discard','newValue','_rangeIsInLocalUserInsertion'];_0x4459=function(){return _0x4ddb00;};return _0x4459();}import _0x35bf71 from'./integrations/font.js';import _0x3e8014 from'./integrations/formatpainter.js';import _0x277ca8 from'./integrations/heading.js';import _0x440ef8 from'./integrations/highlight.js';import _0x33f765 from'./integrations/horizontalline.js';import _0x442b47 from'./integrations/htmlembed.js';import _0x4abf7b from'./integrations/image.js';import _0x25761b from'./integrations/imagereplace.js';import _0x56f8fd from'./integrations/imagestyle.js';import _0x1441cf from'./integrations/importword.js';import _0xf33db3 from'./integrations/indent.js';import _0x51c0a0 from'./integrations/inputcommand.js';import _0x51ea80 from'./integrations/link.js';import _0x15a02c from'./integrations/legacylist.js';import _0x188b84 from'./integrations/legacylistproperties.js';import _0xce670a from'./integrations/mediaembed.js';import _0x3ff30f from'./integrations/mention.js';import _0x157a35 from'./integrations/pagebreak.js';import _0x197fe5 from'./integrations/paragraph.js';import _0x104386 from'./integrations/removeformat.js';import _0x331228 from'./integrations/restrictededitingmode.js';import _0x69317b from'./integrations/shiftentercommand.js';import _0x33db6d from'./integrations/standardeditingmode.js';import _0xfe6a40 from'./integrations/style.js';import _0x45f5d5 from'./integrations/table.js';import _0x3eb387 from'./integrations/tablemergesplit.js';import _0x5e6a37 from'./integrations/tableheadings.js';import _0x343f83 from'./integrations/tableclipboard.js';import _0x35950e from'./integrations/tablecolumnresize.js';import _0xb2f01a from'./integrations/template.js';import _0x23f9e2 from'./integrations/tableofcontents.js';import _0x241f4a from'./integrations/title.js';import _0x5882c4 from'./integrations/undo.js';import _0x12b91e from'./integrations/tablecaption.js';import _0x61fa47 from'./integrations/tableproperties.js';import{getTranslation as _0x2ff7b2}from'./utils/common-translations.js';import{isEqual as _0x1c9ee2,omit as _0x41f031}from'lodash-es';export const renameAttributeKey=_0x19465c(0x238);export default class p extends _0x13f76a{static get[_0x19465c(0x23b)](){const _0x5dcdb6=_0x19465c;return[_0x5dcdb6(0x1fc),_0x431a82,_0x31da83,_0x5520f1,_0x3edd3a,_0x2d968f,_0xabfd58,_0x243a1c,_0x301b93,_0x34a608,_0x19b2a2,_0x541fd2,_0x55b50f,_0x33f281,_0x35bf71,_0x3e8014,_0x277ca8,_0x440ef8,_0x33f765,_0x442b47,_0x4abf7b,_0x56f8fd,_0x25761b,_0x1441cf,_0xf33db3,_0x51c0a0,_0x15a02c,_0x188b84,_0x51ea80,_0x525864,_0xa632cc,_0xce670a,_0x3ff30f,_0x157a35,_0x197fe5,_0x104386,_0x331228,_0x69317b,_0x33db6d,_0xfe6a40,_0x45f5d5,_0x3eb387,_0x5e6a37,_0x12b91e,_0x343f83,_0x35950e,_0x23f9e2,_0x61fa47,_0xb2f01a,_0x241f4a,_0x5882c4];}static get[_0x19465c(0x251)](){const _0xfd432d=_0x19465c;return _0xfd432d(0x28d);}constructor(_0x4350db){const _0x142dcb=_0x19465c;function _0x169a48(_0x4b57ca){const _0x37c34c=_0x4468;return _0x4b57ca[_0x37c34c(0x216)](_0x5d921d=>String[_0x37c34c(0x282)](_0x5d921d))[_0x37c34c(0x210)]('');}super(_0x4350db),this[_0x142dcb(0x353)]=!0x1,this[_0x142dcb(0x213)](_0x142dcb(0x2cd),[]),this['on'](_0x142dcb(0x296),(_0x3d27c5,_0x2350be,_0x2b0a01,_0x38d054)=>{const _0x49710f=_0x142dcb;this[_0x49710f(0x1c7)][_0x49710f(0x2d6)](()=>{const _0x24a10c=_0x49710f;for(const _0x52907d of[..._0x38d054,..._0x2b0a01])this[_0x24a10c(0x1c7)][_0x24a10c(0x2e9)][_0x24a10c(0x22a)](_0x52907d)&&_0x4350db[_0x24a10c(0x207)][_0x24a10c(0x2f9)](_0x52907d);});}),this[_0x142dcb(0x219)]=new _0x626313(this[_0x142dcb(0x33c)][_0x142dcb(0x2ca)][_0x142dcb(0x312)],this[_0x142dcb(0x33c)][_0x142dcb(0x1fa)]),this[_0x142dcb(0x31a)]=null,this[_0x142dcb(0x358)]=new Bt(this[_0x142dcb(0x33c)]),this[_0x142dcb(0x260)]=new Map(),this[_0x142dcb(0x285)]=_0x4350db[_0x142dcb(0x330)][_0x142dcb(0x258)](_0x142dcb(0x1fc)),this[_0x142dcb(0x1d1)]=new Set(),this[_0x142dcb(0x1c7)]=this[_0x142dcb(0x33c)][_0x142dcb(0x2ca)],this[_0x142dcb(0x1f7)]=new WeakMap(),this[_0x142dcb(0x24c)]=!0x1,this[_0x142dcb(0x2f6)]=new Set([_0x142dcb(0x238)]),this[_0x142dcb(0x26d)]=new Set(),_0x4350db[_0x142dcb(0x276)][_0x142dcb(0x31c)](_0x142dcb(0x29b),_0x142dcb(0x30e)),this[_0x142dcb(0x338)]=_0x4350db[_0x142dcb(0x276)][_0x142dcb(0x258)](_0x142dcb(0x29b)),_0x4350db[_0x142dcb(0x276)][_0x142dcb(0x31c)](_0x142dcb(0x277),!0x0),this[_0x142dcb(0x313)]=_0x4350db[_0x142dcb(0x276)][_0x142dcb(0x258)](_0x142dcb(0x277)),this[_0x142dcb(0x1de)]=new _0x1bdb83(_0x4350db,this[_0x142dcb(0x1d1)]),this[_0x142dcb(0x2ce)](),this[_0x169a48([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x169a48([0x34,0x30,0x34,0x38,0x30,0x34,0x35,0x30]);}[_0x19465c(0x21a)](){const _0x353359=_0x19465c,_0x3865af=this[_0x353359(0x33c)],_0x462fa1=(_0x11c400,_0xdf947c)=>{const _0x1227f5=_0x353359;if(_0x1227f5(0x20d)!=_0x11c400)return _0x1227f5(0x203)+_0x11c400;const _0x1798fc=_0xdf947c[_0x1227f5(0x254)]('|')[0x0];return this[_0x1227f5(0x26a)](_0x1798fc)?_0x1227f5(0x31b):_0x1227f5(0x28b);};_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x29f))[_0x353359(0x2fb)]({'model':_0x353359(0x217),'view':_0x300baf=>{const _0x517cc8=_0x353359,{id:_0x2d6659,type:_0x50eefe,subType:_0x12a18d}=this[_0x517cc8(0x35c)](_0x300baf[_0x517cc8(0x2c4)]),_0x3ab481=[_0x517cc8(0x352),_0x462fa1(_0x50eefe,_0x12a18d)];let _0x169808=0xbb8;return this[_0x517cc8(0x2cd)][_0x517cc8(0x268)](_0x300baf[_0x517cc8(0x2c4)])&&(_0x3ab481[_0x517cc8(0x2b9)](_0x517cc8(0x239)),_0x169808=0xbc2),_0x517cc8(0x2e5)==_0x50eefe&&(_0x169808+=0x5),{'classes':_0x3ab481,'attributes':{'data-suggestion':_0x2d6659},'priority':_0x169808};}}),_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x2d0))[_0x353359(0x1ed)](_0x458296=>{const _0x26cc3d=_0x353359;_0x458296['on'](_0x26cc3d(0x261),(_0x22ddb6,_0x54995b,_0x5e3485)=>{const _0x3aa489=_0x26cc3d;if(!_0x5e3485[_0x3aa489(0x229)][_0x3aa489(0x2f5)])return;const _0x55a11c=_0x54995b[_0x3aa489(0x2b5)];if(!_0x55a11c)return;const _0x42e1ea=_0x5e3485[_0x3aa489(0x1cc)][_0x3aa489(0x255)](_0x55a11c);_0x3865af[_0x3aa489(0x2ca)][_0x3aa489(0x312)][_0x3aa489(0x211)](_0x55a11c)&&_0x42e1ea&&!_0x42e1ea[_0x3aa489(0x259)](_0x3aa489(0x1b0))&&_0x42e1ea['is'](_0x3aa489(0x2bf))&&_0x58a312(_0x42e1ea,_0x5e3485[_0x3aa489(0x2d2)]);},{'priority':_0x26cc3d(0x293)});}),_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x2d0))[_0x353359(0x2fb)]({'model':_0x353359(0x217),'view':(_0x2e56ed,_0x5bd9f0)=>{const _0x447a31=_0x353359;if(!_0x5bd9f0[_0x447a31(0x229)][_0x447a31(0x2f5)])return null;const {type:_0x2dbd02,subType:_0x5ca349}=this[_0x447a31(0x35c)](_0x2e56ed[_0x447a31(0x2c4)]);return{'classes':[_0x447a31(0x352),_0x462fa1(_0x2dbd02,_0x5ca349)],'priority':0xbb8};}});const _0xb801d2=({showActiveMarkers:_0x36914e=!0x0,isAttributeSuggestion:_0x5923f2=!0x1}={})=>(_0xd211bd,_0x1a88e2,_0x4cbc47)=>{const _0xdab9d9=_0x353359;if(!_0x1a88e2[_0xdab9d9(0x2b5)])return;const {id:_0x3c9294}=this[_0xdab9d9(0x35c)](_0x1a88e2[_0xdab9d9(0x2c4)]);if(_0x5923f2){const _0x539dd7=this[_0xdab9d9(0x260)][_0xdab9d9(0x258)](_0x3c9294),_0x42af30=this[_0xdab9d9(0x1c2)](_0x539dd7);if(!this[_0xdab9d9(0x26a)](_0x42af30))return;}if(_0x1a88e2[_0xdab9d9(0x2b5)]['is'](_0xdab9d9(0x292)))return void _0x4cbc47[_0xdab9d9(0x303)][_0xdab9d9(0x221)](_0x1a88e2[_0xdab9d9(0x2b5)],_0xd211bd[_0xdab9d9(0x267)]);const _0x121c0f=_0x4cbc47[_0xdab9d9(0x1cc)][_0xdab9d9(0x255)](_0x1a88e2[_0xdab9d9(0x2b5)]);if(_0x1a88e2[_0xdab9d9(0x2b5)]['is'](_0xdab9d9(0x2b7))&&_0x3865af[_0xdab9d9(0x2ca)][_0xdab9d9(0x312)][_0xdab9d9(0x24d)](_0x1a88e2[_0xdab9d9(0x2b5)])&&!_0x121c0f[_0xdab9d9(0x259)](_0xdab9d9(0x1f1))){_0x4cbc47[_0xdab9d9(0x2d2)][_0xdab9d9(0x274)]([_0xdab9d9(0x352),_0xdab9d9(0x31b)],_0x121c0f),_0x4cbc47[_0xdab9d9(0x2d2)][_0xdab9d9(0x359)](_0xdab9d9(0x1d8),_0x3c9294,_0x121c0f),_0x4cbc47[_0xdab9d9(0x1cc)][_0xdab9d9(0x1b5)](_0x121c0f,_0x1a88e2[_0xdab9d9(0x2c4)]),_0x36914e&&(this[_0xdab9d9(0x2cd)][_0xdab9d9(0x268)](_0x1a88e2[_0xdab9d9(0x2c4)])?_0x4cbc47[_0xdab9d9(0x2d2)][_0xdab9d9(0x274)](_0xdab9d9(0x239),_0x121c0f):_0x4cbc47[_0xdab9d9(0x2d2)][_0xdab9d9(0x317)](_0xdab9d9(0x239),_0x121c0f));for(const _0x396952 of _0x3865af[_0xdab9d9(0x2ca)][_0xdab9d9(0x299)](_0x1a88e2[_0xdab9d9(0x2b5)])[_0xdab9d9(0x2a4)]())_0x4cbc47[_0xdab9d9(0x303)][_0xdab9d9(0x221)](_0x396952,_0xd211bd[_0xdab9d9(0x267)]);_0x4cbc47[_0xdab9d9(0x303)][_0xdab9d9(0x221)](_0x1a88e2[_0xdab9d9(0x2b5)],_0xd211bd[_0xdab9d9(0x267)]);}};_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x2d0))[_0x353359(0x1ed)](_0x313a09=>{const _0x4b7ac6=_0x353359;_0x313a09['on'](_0x4b7ac6(0x31f),(_0x206a44,_0x21f43e,_0x260470)=>{const _0xeed88b=_0x4b7ac6;_0x260470[_0xeed88b(0x229)][_0xeed88b(0x2f5)]&&_0xb801d2({'showActiveMarkers':!0x1})(_0x206a44,_0x21f43e,_0x260470);},{'priority':_0x4b7ac6(0x332)});}),_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x2d0))[_0x353359(0x1ed)](_0x162e73=>{const _0x4f2bc1=_0x353359;_0x162e73['on'](_0x4f2bc1(0x2db),(_0x2f3fde,_0x3693c2,_0x35e2d0)=>{const _0x1dfe0d=_0x4f2bc1;_0x35e2d0[_0x1dfe0d(0x229)][_0x1dfe0d(0x2f5)]&&_0xb801d2({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x2f3fde,_0x3693c2,_0x35e2d0);},{'priority':_0x4f2bc1(0x332)});}),_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x2d0))[_0x353359(0x1e7)]({'model':_0x353359(0x217),'view':(_0x528f72,_0x4132b3)=>_0x4132b3[_0x353359(0x229)][_0x353359(0x2f5)]?null:{'group':_0x353359(0x217),'name':_0x528f72[_0x353359(0x253)](0xb)}}),_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x1bc))[_0x353359(0x2ac)]({'view':{'name':_0x353359(0x217),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x2ecdc3,{writer:_0x16262b})=>{const _0x5e1030=_0x353359;let _0x2d5b03=_0x5e1030(0x300)+_0x2ecdc3[_0x5e1030(0x247)](_0x5e1030(0x329))+':'+_0x2ecdc3[_0x5e1030(0x247)]('id');return _0x2ecdc3[_0x5e1030(0x247)](_0x5e1030(0x206))&&(_0x2d5b03+=':'+_0x2ecdc3[_0x5e1030(0x247)](_0x5e1030(0x206))),_0x16262b[_0x5e1030(0x27f)](_0x5e1030(0x354),{'data-name':_0x2d5b03});}}),_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x1bc))[_0x353359(0x224)]({'view':_0x353359(0x217)}),_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x29f))[_0x353359(0x1ed)](_0x3bcd12=>{const _0x460a3f=_0x353359;_0x3bcd12['on'](_0x460a3f(0x31f),_0xb801d2(),{'priority':_0x460a3f(0x293)});}),_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x29f))[_0x353359(0x1ed)](_0x59d94c=>{const _0x40ab72=_0x353359;_0x59d94c['on'](_0x40ab72(0x2db),_0xb801d2({'isAttributeSuggestion':!0x0}),{'priority':_0x40ab72(0x293)});}),_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x29f))[_0x353359(0x1ed)](_0x27e7cf=>{const _0x4bcb63=_0x353359;_0x27e7cf['on'](_0x4bcb63(0x27d),(_0xb1f3d4,_0x420ead,_0x653eaa)=>{const _0x5a7de7=_0x4bcb63,_0x24be59=_0x653eaa[_0x5a7de7(0x1cc)][_0x5a7de7(0x2e8)](_0x420ead[_0x5a7de7(0x2c4)]);if(_0x24be59){for(const _0x164213 of _0x24be59)_0x164213[_0x5a7de7(0x259)](_0x5a7de7(0x1f1))||(_0x653eaa[_0x5a7de7(0x2d2)][_0x5a7de7(0x317)]([_0x5a7de7(0x352),_0x5a7de7(0x31b),_0x5a7de7(0x239)],_0x164213),_0x653eaa[_0x5a7de7(0x2d2)][_0x5a7de7(0x35a)](_0x5a7de7(0x1d8),_0x164213),_0x653eaa[_0x5a7de7(0x1cc)][_0x5a7de7(0x30f)](_0x164213,_0x420ead[_0x5a7de7(0x2c4)]));}},{'priority':_0x4bcb63(0x293)});}),_0x3865af[_0x353359(0x1d4)][_0x353359(0x2da)](_0x353359(0x29f))[_0x353359(0x1ed)](_0xdbe13=>{const _0x26d8aa=_0x353359;_0xdbe13['on'](_0x26d8aa(0x322),(_0x186106,_0x67a837,_0x477b83)=>{const _0x23c458=_0x26d8aa,_0x2d2dcb=_0x477b83[_0x23c458(0x1cc)][_0x23c458(0x2e8)](_0x67a837[_0x23c458(0x2c4)]);if(!_0x2d2dcb)return;const {id:_0x4308fa}=this[_0x23c458(0x35c)](_0x67a837[_0x23c458(0x2c4)]),_0x4aa811=this[_0x23c458(0x260)][_0x23c458(0x258)](_0x4308fa),_0x27aa1e=this[_0x23c458(0x1c2)](_0x4aa811);if(this[_0x23c458(0x26a)](_0x27aa1e)){for(const _0x2e63db of _0x2d2dcb)_0x2e63db[_0x23c458(0x259)](_0x23c458(0x1f1))||(_0x477b83[_0x23c458(0x2d2)][_0x23c458(0x317)]([_0x23c458(0x352),_0x23c458(0x31b),_0x23c458(0x239)],_0x2e63db),_0x477b83[_0x23c458(0x2d2)][_0x23c458(0x35a)](_0x23c458(0x1d8),_0x2e63db),_0x477b83[_0x23c458(0x1cc)][_0x23c458(0x30f)](_0x2e63db,_0x67a837[_0x23c458(0x2c4)]));}},{'priority':_0x26d8aa(0x293)});}),_0x3865af[_0x353359(0x2ca)][_0x353359(0x33d)][_0x353359(0x2f3)](_0x5eea73=>{const _0x1d9c41=_0x353359;let _0xeda29d=!0x1;const _0x43b04f=Array[_0x1d9c41(0x32a)](_0x3865af[_0x1d9c41(0x2ca)][_0x1d9c41(0x33d)][_0x1d9c41(0x333)][_0x1d9c41(0x2dc)]()),_0x41a0ca=new Set();for(const {name:_0x355647,data:_0x10b1bf}of _0x43b04f){const {group:_0x3bb3a7,type:_0x2430bf,subType:_0x23557c,id:_0x14c119}=this[_0x1d9c41(0x35c)](_0x355647);if(_0x1d9c41(0x217)!==_0x3bb3a7)continue;const _0x19d835=this[_0x1d9c41(0x260)][_0x1d9c41(0x258)](_0x14c119);if(null!=_0x10b1bf[_0x1d9c41(0x1ce)]){_0x1d9c41(0x264)==_0x2430bf&&(_0xeda29d=_0xeda29d||Tt(_0x10b1bf[_0x1d9c41(0x1ce)],_0x355647,_0x5eea73,_0x3865af[_0x1d9c41(0x2ca)][_0x1d9c41(0x312)]));const _0x1c34de=_0x1d9c41(0x20d)==_0x2430bf&&this[_0x1d9c41(0x26a)](_0x23557c[_0x1d9c41(0x254)]('|')[0x0]);if(_0x10b1bf[_0x1d9c41(0x1ce)][_0x1d9c41(0x204)]||_0x1d9c41(0x2d3)==_0x10b1bf[_0x1d9c41(0x1ce)][_0x1d9c41(0x2a3)][_0x1d9c41(0x28a)]||_0x1d9c41(0x324)==_0x2430bf&&!Vt(_0x10b1bf[_0x1d9c41(0x1ce)])||_0x1c34de&&!Vt(_0x10b1bf[_0x1d9c41(0x1ce)])||_0x1d9c41(0x2e5)==_0x2430bf&&!(!Rt(_0x594c17=_0x10b1bf[_0x1d9c41(0x1ce)])&&!function(_0x384ecb){const _0x382fc7=_0x1d9c41;return _0x384ecb[_0x382fc7(0x2a6)][_0x382fc7(0x25f)]==_0x384ecb[_0x382fc7(0x1f5)][_0x382fc7(0x32d)]&&_0x384ecb[_0x382fc7(0x2a6)][_0x382fc7(0x22c)];}(_0x594c17)))_0x5eea73[_0x1d9c41(0x349)](_0x355647),_0xeda29d=!0x0;else{if(!_0x19d835||!_0x19d835[_0x1d9c41(0x23a)])continue;_0x41a0ca[_0x1d9c41(0x1ed)](_0x19d835);}}}var _0x594c17;return _0x41a0ca[_0x1d9c41(0x31d)]>0x0&&(_0xeda29d=!!this[_0x1d9c41(0x336)](_0x41a0ca)||_0xeda29d),_0xeda29d;}),_0x3865af[_0x353359(0x2ca)][_0x353359(0x33d)][_0x353359(0x2f3)](_0x4e853f=>{const _0x578a91=_0x353359;let _0x5a8751=!0x1;for(const _0x5d768d of _0x3865af[_0x578a91(0x2ca)][_0x578a91(0x33d)][_0x578a91(0x333)][_0x578a91(0x1b4)]())if(_0x578a91(0x328)==_0x5d768d[_0x578a91(0x29e)])for(const _0x5b523f of this[_0x578a91(0x260)][_0x578a91(0x2a2)]()){if(_0x5b523f[_0x578a91(0x24f)]||!_0x5b523f[_0x578a91(0x23a)])continue;const _0x30abaa=_0x578a91(0x324)==_0x5b523f[_0x578a91(0x29e)],_0x111d21=this[_0x578a91(0x1c2)](_0x5b523f),_0x3cb5c6=_0x111d21&&this[_0x578a91(0x26a)](_0x111d21);if(!_0x30abaa&&!_0x3cb5c6)continue;const _0x587fc4=_0x5b523f[_0x578a91(0x2c2)]();if(_0x587fc4[_0x578a91(0x2a6)][_0x578a91(0x25f)]!=_0x587fc4[_0x578a91(0x1f5)][_0x578a91(0x25f)]&&!_0x587fc4[_0x578a91(0x1f5)][_0x578a91(0x22c)]){const _0x380461=_0x3865af[_0x578a91(0x2ca)][_0x578a91(0x273)](_0x587fc4[_0x578a91(0x2a6)][_0x578a91(0x244)],_0x578a91(0x1f5)),_0x16efa8=_0x3865af[_0x578a91(0x2ca)][_0x578a91(0x266)](_0x587fc4[_0x578a91(0x2a6)],_0x380461);_0x4e853f[_0x578a91(0x250)](_0x5b523f[_0x578a91(0x2a7)](),{'range':_0x16efa8}),_0x5a8751=!0x0;}}return _0x5a8751;}),_0x3865af[_0x353359(0x2ca)][_0x353359(0x33d)][_0x353359(0x2f3)](_0x2ba2a3=>this[_0x353359(0x27c)](_0x2ba2a3)),_0x3865af[_0x353359(0x2ca)][_0x353359(0x33d)][_0x353359(0x2f3)](_0x2ebab4=>!_0x2ebab4[_0x353359(0x242)][_0x353359(0x212)]&&this[_0x353359(0x1f2)](_0x2ebab4)),_0x3865af[_0x353359(0x2ca)]['on'](_0x353359(0x222),()=>{const _0x3f3988=_0x353359;this[_0x3f3988(0x353)]=!0x1;}),_0x3865af[_0x353359(0x2ca)][_0x353359(0x33d)]['on'](_0x353359(0x2f0),(_0x3ba59c,_0x5c1562)=>{const _0x3dfbd9=_0x353359;if(!_0x5c1562[_0x3dfbd9(0x212)]||_0x5c1562[_0x3dfbd9(0x1b8)])return;if(!this[_0x3dfbd9(0x353)])return;const _0x15a3fe=_0x3865af[_0x3dfbd9(0x2ca)][_0x3dfbd9(0x33d)][_0x3dfbd9(0x333)][_0x3dfbd9(0x1b4)]();if(0x0==_0x15a3fe[_0x3dfbd9(0x290)])return;const _0x26a173=[],_0x489627=_0x15a3fe[_0x3dfbd9(0x1d0)](_0x2e2ebc=>_0x3dfbd9(0x20d)==_0x2e2ebc[_0x3dfbd9(0x29e)]),_0x6f81c4=_0x15a3fe[_0x3dfbd9(0x1d0)](_0x2302f5=>_0x3dfbd9(0x328)==_0x2302f5[_0x3dfbd9(0x29e)]&&_0x3dfbd9(0x249)!=_0x2302f5[_0x3dfbd9(0x267)]),_0xc851a4=_0x15a3fe[_0x3dfbd9(0x1d0)](_0x5ca813=>_0x3dfbd9(0x24a)==_0x5ca813[_0x3dfbd9(0x29e)]&&_0x3dfbd9(0x249)!=_0x5ca813[_0x3dfbd9(0x267)]);for(const _0x53d74c of _0x489627)this[_0x3dfbd9(0x2a1)](_0x53d74c[_0x3dfbd9(0x321)])&&_0x26a173[_0x3dfbd9(0x2b9)]({'key':_0x53d74c[_0x3dfbd9(0x321)],'newValue':_0x53d74c[_0x3dfbd9(0x2e0)],'oldValue':_0x53d74c[_0x3dfbd9(0x2c7)],'range':Ut(_0x53d74c[_0x3dfbd9(0x348)],_0x3865af[_0x3dfbd9(0x2ca)])});for(const _0x130764 of _0x6f81c4){const _0x133af7=_0xc851a4[_0x3dfbd9(0x1e4)](_0x3c7f93=>_0x3c7f93[_0x3dfbd9(0x2ea)]===_0x130764[_0x3dfbd9(0x2ea)]);if(_0x133af7){const _0x17a706=Ot(_0x130764[_0x3dfbd9(0x33a)][_0x3dfbd9(0x244)],_0x3865af[_0x3dfbd9(0x2ca)]);_0x133af7[_0x3dfbd9(0x267)]!==_0x130764[_0x3dfbd9(0x267)]&&_0x26a173[_0x3dfbd9(0x2b9)]({'key':_0x3dfbd9(0x238),'newValue':_0x130764[_0x3dfbd9(0x267)],'oldValue':_0x133af7[_0x3dfbd9(0x267)],'range':_0x17a706});for(const [_0x34dddd,_0x395982]of _0x133af7[_0x3dfbd9(0x23d)]){if(!this[_0x3dfbd9(0x2a1)](_0x34dddd))continue;const _0x4a8700=_0x130764[_0x3dfbd9(0x23d)][_0x3dfbd9(0x258)](_0x34dddd);_0x395982!==_0x4a8700&&_0x26a173[_0x3dfbd9(0x2b9)]({'key':_0x34dddd,'newValue':_0x4a8700,'oldValue':_0x395982,'range':_0x17a706});}for(const [_0x27f66b,_0x5ee0b2]of _0x130764[_0x3dfbd9(0x23d)])this[_0x3dfbd9(0x2a1)](_0x27f66b)&&(_0x133af7[_0x3dfbd9(0x23d)][_0x3dfbd9(0x22a)](_0x27f66b)||_0x26a173[_0x3dfbd9(0x2b9)]({'key':_0x27f66b,'newValue':_0x5ee0b2,'oldValue':null,'range':_0x17a706}));}}0x0!=_0x26a173[_0x3dfbd9(0x290)]&&_0x3865af[_0x3dfbd9(0x2ca)][_0x3dfbd9(0x1b6)](_0x5c1562,_0x18daa7=>{const _0x1a467c=_0x3dfbd9,_0x2a9839=_0x3ce463();for(const {range:_0xe04df,key:_0x3fb24a,oldValue:_0x409972,newValue:_0x326794}of _0x26a173)this[_0x1a467c(0x1b9)](_0xe04df,_0x3fb24a,_0x409972,_0x326794,{'groupId':_0x2a9839});this[_0x1a467c(0x301)](_0x18daa7,_0x26a173);});},{'priority':_0x353359(0x34a)}),_0x3865af[_0x353359(0x2ca)][_0x353359(0x2e9)]['on'](_0x353359(0x205),(_0x157851,_0x5daa33,_0xedb027)=>{const _0x4da0e0=_0x353359;if(null==_0xedb027){const {id:_0x565d63}=this[_0x4da0e0(0x35c)](_0x5daa33[_0x4da0e0(0x267)]),_0x258063=this[_0x4da0e0(0x260)][_0x4da0e0(0x258)](_0x565d63);_0x258063&&_0x258063[_0x4da0e0(0x228)](_0x5daa33[_0x4da0e0(0x267)]);}}),_0x3865af[_0x353359(0x2ca)][_0x353359(0x33d)]['on'](_0x353359(0x2f0),()=>{const _0xb8c98c=_0x353359,_0x42c27d=Array[_0xb8c98c(0x32a)](_0x3865af[_0xb8c98c(0x2ca)][_0xb8c98c(0x33d)][_0xb8c98c(0x333)][_0xb8c98c(0x2dc)]())[_0xb8c98c(0x1d0)](_0x56d3ee=>_0xb8c98c(0x217)===this[_0xb8c98c(0x35c)](_0x56d3ee[_0xb8c98c(0x267)])[_0xb8c98c(0x1c9)]);if(0x0===_0x42c27d[_0xb8c98c(0x290)])return;_0x42c27d[_0xb8c98c(0x2e3)]((_0x57989a,_0x24bd45)=>{const _0x411cf5=_0xb8c98c,_0x31c0ea=_0x57989a[_0x411cf5(0x2f7)][_0x411cf5(0x26e)],_0x1b3616=_0x24bd45[_0x411cf5(0x2f7)][_0x411cf5(0x26e)];return null===_0x31c0ea&&null===_0x1b3616?0x0:null===_0x31c0ea&&null!==_0x1b3616?-0x1:null!==_0x31c0ea&&null===_0x1b3616?0x1:_0x31c0ea[_0x411cf5(0x2a6)][_0x411cf5(0x2eb)](_0x1b3616[_0x411cf5(0x2a6)])?-0x1:0x1;});const _0x442137=new Set(),_0x3ba841=new Set();for(const {name:_0xbe3ec1,data:_0x23d44a}of _0x42c27d){const {id:_0x31e488}=this[_0xb8c98c(0x35c)](_0xbe3ec1);if(null===_0x23d44a[_0xb8c98c(0x26e)]){const _0x39443c=this[_0xb8c98c(0x308)](_0xbe3ec1);_0x3ba841[_0xb8c98c(0x1ed)](_0x39443c);}else{const _0x5c9cb4=this[_0xb8c98c(0x260)][_0xb8c98c(0x258)](_0x31e488);null!==_0x23d44a[_0xb8c98c(0x1ce)]||_0x5c9cb4[_0xb8c98c(0x23a)]?(_0x442137[_0xb8c98c(0x1ed)](_0x5c9cb4[_0xb8c98c(0x2b3)]),_0x3ba841[_0xb8c98c(0x1ed)](_0x5c9cb4)):this[_0xb8c98c(0x21d)](_0x5c9cb4);}}_0x3ba841[_0xb8c98c(0x31d)]>0x0&&this[_0xb8c98c(0x2c0)](_0x3ba841);for(const _0x2f6505 of _0x442137)this[_0xb8c98c(0x1e6)](_0xb8c98c(0x245),_0x2f6505);}),_0x3865af[_0x353359(0x2ca)]['on'](_0x353359(0x2dd),(_0xe49fce,_0x285f36)=>{const _0x5868bb=_0x353359,_0x40a6e2=_0x285f36[0x0];if(!this[_0x5868bb(0x260)][_0x5868bb(0x31d)])return;if(!_0x40a6e2[_0x5868bb(0x2b8)])return;if(_0x40a6e2[_0x5868bb(0x242)][_0x5868bb(0x1b8)]||!_0x40a6e2[_0x5868bb(0x242)][_0x5868bb(0x212)])return;let _0x2ce1d7,_0xe09967;switch(_0x40a6e2[_0x5868bb(0x29e)]){case _0x5868bb(0x328):_0x2ce1d7=_0x3865af[_0x5868bb(0x2ca)][_0x5868bb(0x273)](_0x40a6e2[_0x5868bb(0x33a)]),_0xe09967=_0x2ce1d7[_0x5868bb(0x302)](_0x40a6e2[_0x5868bb(0x337)]);break;case _0x5868bb(0x254):_0x2ce1d7=_0x3865af[_0x5868bb(0x2ca)][_0x5868bb(0x273)](_0x40a6e2[_0x5868bb(0x263)]),_0xe09967=_0x3865af[_0x5868bb(0x2ca)][_0x5868bb(0x273)](_0x40a6e2[_0x5868bb(0x265)]);break;case _0x5868bb(0x20e):_0x2ce1d7=_0x3865af[_0x5868bb(0x2ca)][_0x5868bb(0x273)](_0x40a6e2[_0x5868bb(0x1f9)]),_0xe09967=_0x2ce1d7[_0x5868bb(0x302)](_0x40a6e2[_0x5868bb(0x337)]);break;default:return;}const _0x395b83=_0x3865af[_0x5868bb(0x2ca)][_0x5868bb(0x266)](_0x2ce1d7,_0xe09967);_0x3865af[_0x5868bb(0x2ca)][_0x5868bb(0x2d6)](()=>{const _0x3b7a30=_0x5868bb;for(const {suggestion:_0x577606,meta:_0x3f805e}of this[_0x3b7a30(0x241)](_0x395b83)){if(_0x577606[_0x3b7a30(0x24f)])continue;if(_0x3b7a30(0x264)==_0x577606[_0x3b7a30(0x29e)])continue;const _0x5522ba=this[_0x3b7a30(0x1c2)](_0x577606);if(_0x5522ba&&this[_0x3b7a30(0x26a)](_0x5522ba)&&_0x3b7a30(0x254)!=_0x40a6e2[_0x3b7a30(0x29e)])continue;const _0x47a2be=_0x577606[_0x3b7a30(0x2f7)]&&_0x577606[_0x3b7a30(0x2f7)][_0x3b7a30(0x1ec)];(_0x3b7a30(0x324)!=_0x577606[_0x3b7a30(0x29e)]||_0x3b7a30(0x254)==_0x40a6e2[_0x3b7a30(0x29e)]&&!_0x47a2be)&&(_0x3f805e[_0x3b7a30(0x283)]||_0x3b7a30(0x278)==_0x577606[_0x3b7a30(0x29e)]&&_0x3f805e[_0x3b7a30(0x34f)]||_0x577606[_0x3b7a30(0x2c2)]()[_0x3b7a30(0x355)](_0x395b83)&&this[_0x3b7a30(0x33e)](_0x577606,_0x2ce1d7,_0xe09967));}});},{'priority':_0x353359(0x34a)}),_0x3865af[_0x353359(0x2ca)]['on'](_0x353359(0x234),(_0x18cdf1,_0x248130)=>{const _0x1b681a=_0x353359,_0x30fd27=_0x248130[0x0],_0x4922ed=_0x248130[0x1];if(_0x4922ed&&_0x4922ed[_0x1b681a(0x1b2)])return;if(this[_0x1b681a(0x24c)])return;if(!this[_0x1b681a(0x1de)][_0x1b681a(0x25a)])return;if(_0x30fd27[_0x1b681a(0x204)])return;const _0x167a84=_0x3865af[_0x1b681a(0x2ca)][_0x1b681a(0x312)],{start:_0x23afa9,end:_0x47339e}=_0x30fd27[_0x1b681a(0x2c2)](),_0x1a76f5=_0x23afa9[_0x1b681a(0x244)]&&_0x167a84[_0x1b681a(0x243)](_0x23afa9[_0x1b681a(0x244)])?null:_0x167a84[_0x1b681a(0x1c1)](_0x23afa9,_0x1b681a(0x327)),_0x141d93=_0x47339e[_0x1b681a(0x32d)]&&_0x167a84[_0x1b681a(0x243)](_0x47339e[_0x1b681a(0x32d)])?null:_0x167a84[_0x1b681a(0x1c1)](_0x47339e,_0x1b681a(0x35d)),_0x45395=_0x3865af[_0x1b681a(0x2ca)][_0x1b681a(0x266)](_0x1a76f5?_0x1a76f5[_0x1b681a(0x2a6)]:_0x23afa9,_0x141d93?_0x141d93[_0x1b681a(0x1f5)]:_0x47339e);_0x3865af[_0x1b681a(0x2ca)][_0x1b681a(0x2d6)](_0x54ca74=>{const _0x5e4563=_0x1b681a;this[_0x5e4563(0x298)](_0x45395);const _0x13131f=_0x3865af[_0x5e4563(0x2ca)][_0x5e4563(0x312)][_0x5e4563(0x1c1)](_0x45395[_0x5e4563(0x2a6)]);_0x30fd27['is'](_0x5e4563(0x2c3))?_0x54ca74[_0x5e4563(0x214)](_0x13131f):_0x30fd27[_0x5e4563(0x23e)](_0x13131f);}),_0x18cdf1[_0x1b681a(0x2b0)]();},{'priority':_0x4447d1[_0x353359(0x2e6)]+0xa}),_0x3865af[_0x353359(0x2ca)]['on'](_0x353359(0x1cf),(_0x27c1fa,_0x33fcce)=>{const _0x36c5dd=_0x353359,_0x1fe0fe=_0x33fcce[_0x33fcce[_0x36c5dd(0x290)]-0x1];_0x1fe0fe&&_0x1fe0fe[_0x36c5dd(0x1b2)]||this[_0x36c5dd(0x24c)]||this[_0x36c5dd(0x1de)][_0x36c5dd(0x25a)]&&(_0x3865af[_0x36c5dd(0x2ca)][_0x36c5dd(0x2d6)](()=>{const _0x414f41=_0x36c5dd;let _0x7d9c03=_0x3865af[_0x414f41(0x2ca)][_0x414f41(0x1cf)](_0x33fcce[0x0],_0x33fcce[0x1],_0x33fcce[0x2],{'forceDefaultExecution':!0x0});if(!_0x7d9c03)return;_0x27c1fa[_0x414f41(0x1cd)]=_0x7d9c03[_0x414f41(0x30d)]();const _0x109458=_0x7d9c03[_0x414f41(0x1f5)][_0x414f41(0x32d)],_0x18c94a=_0x3865af[_0x414f41(0x2ca)][_0x414f41(0x312)];_0x109458&&_0x18c94a[_0x414f41(0x24d)](_0x109458)&&!_0x18c94a[_0x414f41(0x211)](_0x109458)&&(_0x7d9c03=_0x3865af[_0x414f41(0x2ca)][_0x414f41(0x266)](_0x7d9c03[_0x414f41(0x2a6)],_0x3865af[_0x414f41(0x2ca)][_0x414f41(0x273)](_0x109458,_0x414f41(0x1f5)))),this[_0x414f41(0x344)](_0x7d9c03);}),_0x27c1fa[_0x36c5dd(0x2b0)]());},{'priority':_0x353359(0x293)}),this[_0x353359(0x33c)][_0x353359(0x357)][_0x353359(0x1ed)](_0x353359(0x2fd),this[_0x353359(0x1de)]),this[_0x353359(0x1dc)](_0x353359(0x2fd));const _0x5f304f=new _0x27b65d(_0x3865af,this[_0x353359(0x260)]);_0x3865af[_0x353359(0x357)][_0x353359(0x1ed)](_0x353359(0x2a9),_0x5f304f),this[_0x353359(0x1dc)](_0x353359(0x2a9));const _0x5aebaf=new _0x4f69b9(_0x3865af,this[_0x353359(0x260)]);_0x3865af[_0x353359(0x357)][_0x353359(0x1ed)](_0x353359(0x1e5),_0x5aebaf),this[_0x353359(0x1dc)](_0x353359(0x1e5)),_0x3865af[_0x353359(0x357)][_0x353359(0x1ed)](_0x353359(0x2a0),new _0x3599d3(_0x3865af,_0x5f304f,this[_0x353359(0x260)])),this[_0x353359(0x1dc)](_0x353359(0x2a0)),_0x3865af[_0x353359(0x357)][_0x353359(0x1ed)](_0x353359(0x1c3),new _0x3599d3(_0x3865af,_0x5aebaf,this[_0x353359(0x260)])),this[_0x353359(0x1dc)](_0x353359(0x1c3)),_0x3865af[_0x353359(0x357)][_0x353359(0x1ed)](_0x353359(0x2de),new _0x49e6a5(_0x3865af,_0x5f304f,this[_0x353359(0x260)])),this[_0x353359(0x1dc)](_0x353359(0x2de)),_0x3865af[_0x353359(0x357)][_0x353359(0x1ed)](_0x353359(0x1fd),new _0x49e6a5(_0x3865af,_0x5aebaf,this[_0x353359(0x260)])),this[_0x353359(0x1dc)](_0x353359(0x1fd));const _0x3b00c3=_0x3865af[_0x353359(0x330)][_0x353359(0x258)](_0x353359(0x1fc));this[_0x353359(0x1f8)](_0x3b00c3,_0x353359(0x294),(_0x2e7810,{threadId:_0x3e22a3})=>{const _0x5c42ed=_0x353359,_0x122b96=this[_0x5c42ed(0x260)][_0x5c42ed(0x258)](_0x3e22a3);_0x122b96&&_0x122b96[_0x5c42ed(0x200)]&&0x1===_0x122b96[_0x5c42ed(0x200)][_0x5c42ed(0x290)]&&this[_0x5c42ed(0x345)](_0x3e22a3,{'hasComments':!0x0});},{'priority':_0x353359(0x20f)}),this[_0x353359(0x1f8)](_0x3b00c3,_0x353359(0x1f6),(_0x33e890,{threadId:_0x5baf44})=>{const _0x56d59d=_0x353359,_0x34b733=this[_0x56d59d(0x260)][_0x56d59d(0x258)](_0x5baf44);_0x34b733&&_0x34b733[_0x56d59d(0x200)]&&!_0x34b733[_0x56d59d(0x200)][_0x56d59d(0x290)]&&this[_0x56d59d(0x345)](_0x5baf44,{'hasComments':!0x1});},{'priority':_0x353359(0x20f)});}set[_0x19465c(0x2ec)](_0x384ebf){const _0x55025a=_0x19465c;if(this[_0x55025a(0x31a)])throw new _0x4342bf(_0x55025a(0x334),this);this[_0x55025a(0x31a)]=_0x384ebf;}get[_0x19465c(0x2ec)](){const _0x42ae6c=_0x19465c;return this[_0x42ae6c(0x31a)];}[_0x19465c(0x1df)]({skipNotAttached:_0x41ed26=!0x1,toJSON:_0x247c4b=!0x1}={}){const _0x58f9bf=_0x19465c,_0x1ab85a=[];for(const _0x20fe0e of this[_0x58f9bf(0x260)][_0x58f9bf(0x2a2)]())_0x41ed26&&!_0x20fe0e[_0x58f9bf(0x23a)]||_0x1ab85a[_0x58f9bf(0x2b9)](_0x20fe0e);return _0x247c4b?_0x1ab85a[_0x58f9bf(0x216)](_0x200357=>_0x200357[_0x58f9bf(0x28e)]()):_0x1ab85a;}[_0x19465c(0x284)](_0x184ba9){const _0x4b41d6=_0x19465c,_0x52397e=this[_0x4b41d6(0x260)][_0x4b41d6(0x258)](_0x184ba9);if(!_0x52397e)throw new _0x4342bf(_0x4b41d6(0x1c5),this);return _0x52397e;}[_0x19465c(0x34d)](_0x12ec0b){const _0x1b0bac=_0x19465c;return this[_0x1b0bac(0x260)][_0x1b0bac(0x22a)](_0x12ec0b);}[_0x19465c(0x220)](_0x5eb46a){const _0x2a4f8f=_0x19465c,{authorId:_0x4c205f,id:_0x292e97,attributes:_0x4749ba}=_0x5eb46a,[_0x1e073e,_0x3f6cf7]=_0x5eb46a[_0x2a4f8f(0x29e)][_0x2a4f8f(0x254)](':'),_0x4e74cf=this[_0x2a4f8f(0x260)][_0x2a4f8f(0x258)](_0x292e97)||this[_0x2a4f8f(0x331)](_0x1e073e,_0x3f6cf7,_0x292e97,_0x4c205f,_0x4749ba);if(this[_0x2a4f8f(0x318)](_0x4e74cf),this[_0x2a4f8f(0x1bf)](_0x4e74cf,_0x1e073e,_0x3f6cf7||null,_0x4c205f),_0x4e74cf[_0x2a4f8f(0x235)]=_0x5eb46a[_0x2a4f8f(0x235)],_0x4e74cf[_0x2a4f8f(0x34e)]=!0x0,_0x4749ba&&_0x4749ba[_0x2a4f8f(0x1be)]){const _0x155747=_0x4749ba[_0x2a4f8f(0x1be)],_0xdcb014=this[_0x2a4f8f(0x230)](_0x155747[_0x2a4f8f(0x323)]);_0x4e74cf[_0x2a4f8f(0x335)]=_0x155747[_0x2a4f8f(0x235)],_0x4e74cf[_0x2a4f8f(0x1da)]=_0xdcb014,_0x4e74cf[_0x2a4f8f(0x218)]=!0x0;}else _0x4e74cf[_0x2a4f8f(0x335)]=_0x5eb46a[_0x2a4f8f(0x235)];switch(_0x5eb46a[_0x2a4f8f(0x2f7)]&&(_0x4e74cf[_0x2a4f8f(0x2f7)]=_0x5eb46a[_0x2a4f8f(0x2f7)]),_0x5eb46a[_0x2a4f8f(0x23d)]&&(_0x4e74cf[_0x2a4f8f(0x23d)]=_0x5eb46a[_0x2a4f8f(0x23d)]),this[_0x2a4f8f(0x31a)]&&this[_0x2a4f8f(0x31a)][_0x2a4f8f(0x2f2)]||(_0x4e74cf[_0x2a4f8f(0x246)]=!0x0),this[_0x2a4f8f(0x1f7)][_0x2a4f8f(0x258)](_0x4e74cf)){case _0x2a4f8f(0x1bd):this[_0x2a4f8f(0x1f7)][_0x2a4f8f(0x213)](_0x4e74cf,_0x2a4f8f(0x2cc));break;case _0x2a4f8f(0x248):_0x4e74cf[_0x2a4f8f(0x23a)]?(this[_0x2a4f8f(0x336)](new Set([_0x4e74cf])),this[_0x2a4f8f(0x2c0)](new Set([_0x4e74cf])),this[_0x2a4f8f(0x1f7)][_0x2a4f8f(0x213)](_0x4e74cf,_0x2a4f8f(0x1e9)),this[_0x2a4f8f(0x1e6)](_0x2a4f8f(0x24b),_0x4e74cf)):this[_0x2a4f8f(0x1f7)][_0x2a4f8f(0x213)](_0x4e74cf,_0x2a4f8f(0x2cb));}return _0x4e74cf;}[_0x19465c(0x2a9)](_0x48c08e){const _0x133c3a=_0x19465c;this[_0x133c3a(0x1b2)](()=>{const _0x57e986=_0x133c3a;this[_0x57e986(0x33c)][_0x57e986(0x2ca)][_0x57e986(0x2d6)](()=>{const _0x31f889=_0x57e986;for(const _0x5f4813 of _0x48c08e[_0x31f889(0x319)]())_0x5f4813[_0x31f889(0x347)]();});});}[_0x19465c(0x1e5)](_0x55d7ca){const _0x1b5cf6=_0x19465c;this[_0x1b5cf6(0x1b2)](()=>{const _0x43a337=_0x1b5cf6;this[_0x43a337(0x33c)][_0x43a337(0x2ca)][_0x43a337(0x2d6)](()=>{const _0x18df4d=_0x43a337;for(const _0x4077f9 of _0x55d7ca[_0x18df4d(0x319)]())_0x4077f9[_0x18df4d(0x351)]();});});}[_0x19465c(0x1dc)](_0x236f4d,_0x26b691){const _0xae1bcb=_0x19465c,_0xf30320=this[_0xae1bcb(0x33c)][_0xae1bcb(0x357)][_0xae1bcb(0x258)](_0x236f4d);if(!_0xf30320)throw new _0x4342bf(_0xae1bcb(0x34b),this,{'commandName':_0x236f4d});if(this[_0xae1bcb(0x1d1)][_0xae1bcb(0x22a)](_0xf30320))throw new _0x4342bf(_0xae1bcb(0x29c),this,{'commandName':_0x236f4d});this[_0xae1bcb(0x1d1)][_0xae1bcb(0x1ed)](_0xf30320),_0x26b691&&_0xf30320['on'](_0xae1bcb(0x2ff),(_0x12735f,_0x6bb0da)=>{const _0x1f8615=_0xae1bcb;this[_0x1f8615(0x1de)][_0x1f8615(0x25a)]&&(this[_0x1f8615(0x24c)]||(_0x6bb0da[_0x1f8615(0x290)]>0x0&&_0x6bb0da[_0x6bb0da[_0x1f8615(0x290)]-0x1]&&_0x6bb0da[_0x6bb0da[_0x1f8615(0x290)]-0x1][_0x1f8615(0x1b2)]?_0x6bb0da[_0x1f8615(0x202)]():(_0x12735f[_0x1f8615(0x1cd)]=_0x26b691((..._0x1a7b8a)=>_0xf30320[_0x1f8615(0x2ff)](..._0x1a7b8a,{'forceDefaultExecution':!0x0}),..._0x6bb0da),_0x12735f[_0x1f8615(0x2b0)]())));},{'priority':_0xae1bcb(0x293)});}[_0x19465c(0x1b2)](_0x1d5de0){const _0x38e5ae=_0x19465c;let _0x40288f,_0x3bb8c7;const _0x5f4deb=this[_0x38e5ae(0x24c)];this[_0x38e5ae(0x24c)]=!0x0;try{_0x40288f=_0x1d5de0();}catch(_0x4884ad){_0x3bb8c7=_0x4884ad;}return _0x5f4deb||(this[_0x38e5ae(0x24c)]=!0x1),_0x3bb8c7&&_0x4342bf[_0x38e5ae(0x1cb)](_0x3bb8c7,this),_0x40288f;}[_0x19465c(0x344)](_0x15b264,_0x476aa0=null,_0x3bf71c={}){const _0x570d27=_0x19465c;if(_0x15b264[_0x570d27(0x204)])return null;const _0x3248f2=this[_0x570d27(0x33c)][_0x570d27(0x330)][_0x570d27(0x258)](_0x570d27(0x2bd))['me'];for(const {suggestion:_0x5e1087,meta:_0x4bd60f}of this[_0x570d27(0x241)](_0x15b264,_0x570d27(0x278)))if(_0x4bd60f[_0x570d27(0x34f)]){if(!_0x4bd60f[_0x570d27(0x236)]){if(_0x4bd60f[_0x570d27(0x283)]){if(!this[_0x570d27(0x313)]||!Pt(_0x5e1087,_0x3bf71c))continue;return _0x5e1087;}if(Pt(_0x5e1087,_0x3bf71c))return _0x5e1087;this[_0x570d27(0x33e)](_0x5e1087,_0x15b264[_0x570d27(0x2a6)],_0x15b264[_0x570d27(0x1f5)]);break;}if(_0x476aa0==_0x5e1087[_0x570d27(0x325)]&&Pt(_0x5e1087,_0x3bf71c)){const _0x159b79=_0x5e1087[_0x570d27(0x2c2)]();return _0x159b79[_0x570d27(0x2a6)][_0x570d27(0x1f4)](_0x15b264[_0x570d27(0x1f5)])?this[_0x570d27(0x22b)](_0x5e1087,this[_0x570d27(0x1c7)][_0x570d27(0x266)](_0x15b264[_0x570d27(0x2a6)],_0x159b79[_0x570d27(0x1f5)])):this[_0x570d27(0x22b)](_0x5e1087,this[_0x570d27(0x1c7)][_0x570d27(0x266)](_0x159b79[_0x570d27(0x2a6)],_0x15b264[_0x570d27(0x1f5)])),_0x5e1087;}}const _0x27e2ed=_0x3ce463(),_0x5cdb00=_0x3248f2['id'],_0xe40c10=_0x476aa0?_0x570d27(0x315)+_0x476aa0:_0x570d27(0x278),_0xf49d20=this[_0x570d27(0x233)]({'id':_0x27e2ed,'type':_0xe40c10,'createdAt':new Date(),'authorId':_0x5cdb00,'attributes':_0x3bf71c});return this[_0x570d27(0x280)](_0xe40c10,_0x27e2ed,_0x5cdb00,_0x15b264),_0xf49d20;}[_0x19465c(0x1c6)](_0x34dcaa,_0x5eef3a=_0x19465c(0x1b1),_0x165844={}){const _0x46a87d=_0x19465c,_0x32d1ba=this[_0x46a87d(0x33c)][_0x46a87d(0x330)][_0x46a87d(0x258)](_0x46a87d(0x2bd))['me'],_0x2d9a40=this[_0x46a87d(0x358)][_0x46a87d(0x25e)](_0x46a87d(0x278),_0x5eef3a,_0x46a87d(0x210));for(const _0xb5c0fb of this[_0x46a87d(0x1df)]())if(_0xb5c0fb[_0x46a87d(0x1da)]['id']==_0x32d1ba['id']&&_0x46a87d(0x278)==_0xb5c0fb[_0x46a87d(0x29e)]&&_0xb5c0fb[_0x46a87d(0x325)]==_0x5eef3a&&Pt(_0xb5c0fb,_0x165844)&&(_0x2d9a40(_0xb5c0fb[_0x46a87d(0x2e4)](),_0x34dcaa)||_0x2d9a40(_0x34dcaa,_0xb5c0fb[_0x46a87d(0x2e4)]()))){for(const _0x394c1e of _0x34dcaa)_0xb5c0fb[_0x46a87d(0x2fc)](_0x394c1e);return _0xb5c0fb;}for(const {suggestion:_0x581d11,meta:_0x50c12a}of this[_0x46a87d(0x241)](_0x34dcaa,_0x46a87d(0x278))){if(!_0x50c12a[_0x46a87d(0x34f)])continue;if(!this[_0x46a87d(0x313)]&&_0x50c12a[_0x46a87d(0x283)])continue;if(!Pt(_0x581d11,_0x165844))continue;let _0x120cf3=!0x0;for(const _0x28bc5b of _0x581d11[_0x46a87d(0x2e4)]())for(const _0x563561 of _0x34dcaa)if(!_0x28bc5b[_0x46a87d(0x355)](_0x563561)){_0x120cf3=!0x1;break;}if(_0x120cf3)return _0x581d11;}const _0x284e8f=_0x3ce463(),_0xe6fe97=_0x32d1ba['id'],_0x37f288=_0x46a87d(0x315)+_0x5eef3a,_0xb36cfe=this[_0x46a87d(0x233)]({'id':_0x284e8f,'type':_0x37f288,'createdAt':new Date(),'authorId':_0xe6fe97,'attributes':_0x165844});for(const _0x230e2d of _0x34dcaa)this[_0x46a87d(0x280)](_0x37f288,_0x284e8f,_0xe6fe97,_0x230e2d,_0x302285[_0x46a87d(0x2c5)]());return _0xb36cfe;}[_0x19465c(0x2e7)](_0x4eabd4,_0x4970cc,_0x3966c9=null,_0x5d2884={}){const _0x2ecf16=_0x19465c;if(_0x3966c9=_0x3966c9||Et(_0x4970cc),_0x4eabd4[_0x2ecf16(0x204)])return null;if(_0x2ecf16(0x1fe)===this[_0x2ecf16(0x338)]){const _0x38d881=this[_0x2ecf16(0x358)][_0x2ecf16(0x25e)](_0x2ecf16(0x264),_0x3966c9,_0x2ecf16(0x347));return this[_0x2ecf16(0x1b2)](()=>_0x38d881([_0x4eabd4],_0x4970cc,_0x5d2884)),null;}const _0x8ba237=this[_0x2ecf16(0x33c)][_0x2ecf16(0x330)][_0x2ecf16(0x258)](_0x2ecf16(0x2bd))['me'],_0x446ba1=[];if(_0x2ecf16(0x343)!==this[_0x2ecf16(0x338)]){for(const {suggestion:_0x4ec848,meta:_0x22400c}of this[_0x2ecf16(0x241)](_0x4eabd4,_0x2ecf16(0x278)))_0x22400c[_0x2ecf16(0x34f)]&&!_0x22400c[_0x2ecf16(0x269)]&&_0x446ba1[_0x2ecf16(0x2b9)](..._0x4ec848[_0x2ecf16(0x2e4)]());}const _0x2be478=function(_0xbfddd0,_0x1c2f05){const _0x576f33=_0x2ecf16,_0x1ba541=[];for(const _0x397b59 of _0x1c2f05){const _0xd906b8=_0xbfddd0[_0x576f33(0x1d5)](_0x397b59);_0xd906b8&&_0x1ba541[_0x576f33(0x2b9)](_0xd906b8);}return _0x1ba541;}(_0x4eabd4,_0x446ba1),_0x2040cc=function(_0xa549a9,_0x10281d){const _0x171bac=_0x2ecf16,_0x69ccff=[_0xa549a9];for(const _0x517173 of _0x10281d){let _0x38f67b=0x0;for(;_0x38f67b<_0x69ccff[_0x171bac(0x290)];){const _0x38e14d=_0x69ccff[_0x38f67b][_0x171bac(0x287)](_0x517173);_0x69ccff[_0x171bac(0x26c)](_0x38f67b,0x1,..._0x38e14d),_0x38f67b+=_0x38e14d[_0x171bac(0x290)];}}return _0x69ccff;}(_0x4eabd4,_0x446ba1);_0x2be478[_0x2ecf16(0x290)]&&this[_0x2ecf16(0x1c7)][_0x2ecf16(0x2d6)](()=>{const _0x307155=_0x2ecf16;for(const _0x1d5078 of _0x2be478){const _0xb23cd4=this[_0x307155(0x358)][_0x307155(0x25e)](_0x307155(0x264),_0x3966c9,_0x307155(0x347));this[_0x307155(0x1b2)](()=>_0xb23cd4([_0x1d5078],_0x4970cc,_0x5d2884));}});for(const _0x357960 of _0x2040cc){let _0x172997=null,_0x11ff42=_0x357960[_0x2ecf16(0x2a6)],_0x2aaffc=_0x357960[_0x2ecf16(0x1f5)];for(const {suggestion:_0x51f514,meta:_0x5731cf}of this[_0x2ecf16(0x241)](_0x357960,_0x2ecf16(0x264))){if(!_0x5731cf[_0x2ecf16(0x34f)])continue;if(_0x51f514[_0x2ecf16(0x325)]!=_0x3966c9)continue;if(!Pt(_0x51f514,_0x5d2884))continue;const _0x113b3b=_0x51f514[_0x2ecf16(0x2c2)]();if(_0x113b3b[_0x2ecf16(0x355)](_0x357960,!0x0))return null;_0x11ff42=_0x11ff42[_0x2ecf16(0x2eb)](_0x113b3b[_0x2ecf16(0x2a6)])?_0x11ff42:_0x113b3b[_0x2ecf16(0x2a6)],_0x2aaffc=_0x2aaffc[_0x2ecf16(0x1e1)](_0x113b3b[_0x2ecf16(0x1f5)])?_0x2aaffc:_0x113b3b[_0x2ecf16(0x1f5)],_0x172997?_0x113b3b[_0x2ecf16(0x2a6)][_0x2ecf16(0x2eb)](_0x172997[_0x2ecf16(0x2c2)]()[_0x2ecf16(0x2a6)])?(_0x172997[_0x2ecf16(0x1dd)](),_0x172997=_0x51f514):_0x51f514[_0x2ecf16(0x1dd)]():_0x172997=_0x51f514;}const _0x42932f=this[_0x2ecf16(0x1c7)][_0x2ecf16(0x266)](_0x11ff42,_0x2aaffc);if(_0x172997)this[_0x2ecf16(0x22b)](_0x172997,_0x42932f);else{const _0x47a72e=_0x3ce463(),_0x3c41de=_0x8ba237['id'];this[_0x2ecf16(0x233)]({'id':_0x47a72e,'type':_0x2ecf16(0x2d9)+_0x3966c9,'data':_0x4970cc,'createdAt':new Date(),'authorId':_0x3c41de,'attributes':_0x5d2884}),this[_0x2ecf16(0x280)](_0x2ecf16(0x2d9)+_0x3966c9,_0x47a72e,_0x3c41de,_0x42932f);}}return null;}[_0x19465c(0x286)](_0x386717,_0x2f4878,_0x54b2fd=[],_0x3eaf05=null,_0x1e14e3={}){const _0x5b088e=_0x19465c;_0x2f4878[_0x5b088e(0x350)]||(_0x2f4878[_0x5b088e(0x350)]=_0x2f4878[_0x5b088e(0x1d3)]),_0x2f4878[_0x5b088e(0x1ec)]=_0x386717['is'](_0x5b088e(0x348)),_0x3eaf05=_0x3eaf05||Et(_0x2f4878);const _0x36213b=_0x54b2fd[_0x5b088e(0x216)](_0x174182=>Ot(_0x174182,this[_0x5b088e(0x1c7)])),_0x5c84c4=_0x386717['is'](_0x5b088e(0x348))?_0x386717:Ot(_0x386717,this[_0x5b088e(0x1c7)]);if(_0x5b088e(0x1fe)===this[_0x5b088e(0x338)]){const _0x4b65ff=this[_0x5b088e(0x358)][_0x5b088e(0x25e)](_0x5b088e(0x324),_0x3eaf05,_0x5b088e(0x347));return this[_0x5b088e(0x1b2)](()=>_0x4b65ff([_0x5c84c4],_0x2f4878,_0x1e14e3)),null;}_0x36213b[_0x5b088e(0x2b9)](_0x5c84c4);let _0xe5daaa=!0x0;for(const _0x1b33b1 of _0x36213b)if(!this[_0x5b088e(0x2bc)](_0x1b33b1)){_0xe5daaa=!0x1;break;}if(_0xe5daaa&&_0x5b088e(0x343)!==this[_0x5b088e(0x338)]){const _0x3a9906=this[_0x5b088e(0x358)][_0x5b088e(0x25e)](_0x5b088e(0x324),_0x3eaf05,_0x5b088e(0x347));return this[_0x5b088e(0x1b2)](()=>_0x3a9906([_0x5c84c4],_0x2f4878,_0x1e14e3)),null;}let _0x121f77=null,_0xcfffde=_0x5c84c4[_0x5b088e(0x2a6)],_0x1edbbb=_0x5c84c4[_0x5b088e(0x1f5)];for(const {suggestion:_0x565514,meta:_0x17b7f4}of this[_0x5b088e(0x241)](_0x5c84c4,_0x5b088e(0x324))){if(!_0x17b7f4[_0x5b088e(0x34f)])continue;if(_0x17b7f4[_0x5b088e(0x236)]||_0x17b7f4[_0x5b088e(0x283)]||_0x17b7f4[_0x5b088e(0x269)])continue;if(_0x565514[_0x5b088e(0x2f7)][_0x5b088e(0x350)]!=_0x2f4878[_0x5b088e(0x350)])continue;if(!Pt(_0x565514,_0x1e14e3))continue;const _0x14b2a4=_0x565514[_0x5b088e(0x2c2)]();if(_0x565514[_0x5b088e(0x325)]==_0x3eaf05){if(_0x14b2a4[_0x5b088e(0x355)](_0x5c84c4,!0x0))return null;_0xcfffde=_0xcfffde[_0x5b088e(0x2eb)](_0x14b2a4[_0x5b088e(0x2a6)])?_0xcfffde:_0x14b2a4[_0x5b088e(0x2a6)],_0x1edbbb=_0x1edbbb[_0x5b088e(0x1e1)](_0x14b2a4[_0x5b088e(0x1f5)])?_0x1edbbb:_0x14b2a4[_0x5b088e(0x1f5)],_0x121f77?_0x14b2a4[_0x5b088e(0x2a6)][_0x5b088e(0x2eb)](_0x121f77[_0x5b088e(0x2c2)]()[_0x5b088e(0x2a6)])?(_0x121f77[_0x5b088e(0x1dd)](),_0x121f77=_0x565514):_0x565514[_0x5b088e(0x1dd)]():_0x121f77=_0x565514;}else{const _0x26ca34=_0x5c84c4[_0x5b088e(0x1d5)](_0x14b2a4);this[_0x5b088e(0x2a5)](_0x565514,_0x26ca34);}}const _0x1f5824=this[_0x5b088e(0x33c)][_0x5b088e(0x330)][_0x5b088e(0x258)](_0x5b088e(0x2bd))['me'],_0x6525ff=_0x3ce463(),_0x25684e=_0x1f5824['id'];if(_0x121f77)return this[_0x5b088e(0x22b)](_0x121f77,this[_0x5b088e(0x1c7)][_0x5b088e(0x266)](_0xcfffde,_0x1edbbb)),_0x121f77;{const _0x3b1a08=this[_0x5b088e(0x233)]({'id':_0x6525ff,'type':_0x5b088e(0x29a)+_0x3eaf05,'data':_0x2f4878,'createdAt':new Date(),'authorId':_0x25684e,'attributes':_0x1e14e3});return this[_0x5b088e(0x280)](_0x5b088e(0x29a)+_0x3eaf05,_0x6525ff,_0x25684e,this[_0x5b088e(0x1c7)][_0x5b088e(0x266)](_0xcfffde,_0x1edbbb)),_0x3b1a08;}}[_0x19465c(0x231)](_0x243f9c,_0x25a407,_0x5d2b21=[],_0x84836=null,_0x328154={}){const _0x403579=_0x19465c;_0x25a407[_0x403579(0x350)]||(_0x25a407[_0x403579(0x350)]=_0x25a407[_0x403579(0x1d3)]);const _0x46deea=_0x243f9c[0x0];_0x25a407[_0x403579(0x1ec)]=_0x46deea['is'](_0x403579(0x348)),_0x84836=_0x84836||Et(_0x25a407);const _0x38e67f=_0x5d2b21[_0x403579(0x216)](_0xd18dad=>Ot(_0xd18dad,this[_0x403579(0x1c7)])),_0x25b3b7=_0x46deea['is'](_0x403579(0x348))?_0x243f9c:_0x243f9c[_0x403579(0x216)](_0x80e7f2=>Ot(_0x80e7f2,this[_0x403579(0x1c7)]));if(_0x403579(0x1fe)===this[_0x403579(0x338)]){const _0x452761=this[_0x403579(0x358)][_0x403579(0x25e)](_0x403579(0x324),_0x84836,_0x403579(0x347));return this[_0x403579(0x1b2)](()=>_0x452761(_0x25b3b7,_0x25a407,_0x328154)),null;}_0x38e67f[_0x403579(0x2b9)](..._0x25b3b7);let _0x1096b6=!0x0;for(const _0x549468 of _0x38e67f)if(!this[_0x403579(0x2bc)](_0x549468)){_0x1096b6=!0x1;break;}if(_0x1096b6&&_0x403579(0x343)!==this[_0x403579(0x338)]){const _0x5d581e=this[_0x403579(0x358)][_0x403579(0x25e)](_0x403579(0x324),_0x84836,_0x403579(0x347));return this[_0x403579(0x1b2)](()=>_0x5d581e(_0x25b3b7,_0x25a407,_0x328154)),null;}const _0x15ea3d=this[_0x403579(0x33c)][_0x403579(0x330)][_0x403579(0x258)](_0x403579(0x2bd))['me'];for(const _0x409ee7 of this[_0x403579(0x1df)]()){if(_0x409ee7[_0x403579(0x1da)]['id']!=_0x15ea3d['id'])continue;if(_0x403579(0x324)!=_0x409ee7[_0x403579(0x29e)]||_0x409ee7[_0x403579(0x2f7)][_0x403579(0x350)]!=_0x25a407[_0x403579(0x350)])continue;if(!Pt(_0x409ee7,_0x328154))continue;const _0x4440cf=_0x409ee7[_0x403579(0x325)]==_0x84836;for(let _0x295964=0x0;_0x295964<_0x25b3b7[_0x403579(0x290)];_0x295964++){const _0x355895=_0x25b3b7[_0x295964];for(const _0x504fab of _0x409ee7[_0x403579(0x227)]()){const _0x450e1d=_0x504fab[_0x403579(0x2cf)]();if(_0x355895[_0x403579(0x1f4)](_0x450e1d)){_0x4440cf?(_0x25b3b7[_0x403579(0x26c)](_0x295964,0x1),_0x295964--):_0x409ee7[_0x403579(0x349)](_0x504fab[_0x403579(0x267)]);break;}}}}if(0x0==_0x25b3b7[_0x403579(0x290)])return null;const _0x3c5032=this[_0x403579(0x358)][_0x403579(0x25e)](_0x403579(0x324),_0x84836,_0x403579(0x210));for(const _0x4e0016 of this[_0x403579(0x1df)]())if(_0x4e0016[_0x403579(0x1da)]['id']==_0x15ea3d['id']&&_0x403579(0x324)==_0x4e0016[_0x403579(0x29e)]&&_0x4e0016[_0x403579(0x2f7)][_0x403579(0x350)]==_0x25a407[_0x403579(0x350)]&&_0x4e0016[_0x403579(0x325)]==_0x84836&&Pt(_0x4e0016,_0x328154)&&(_0x3c5032(_0x4e0016[_0x403579(0x2e4)](),_0x25b3b7)||_0x3c5032(_0x25b3b7,_0x4e0016[_0x403579(0x2e4)]()))){for(const _0x4132de of _0x25b3b7)_0x4e0016[_0x403579(0x2fc)](_0x4132de);return _0x4e0016;}const _0xe978b2=_0x3ce463(),_0x49f5c5=_0x15ea3d['id'],_0x8b41d2=_0x403579(0x29a)+_0x84836,_0x6ae00d=this[_0x403579(0x233)]({'id':_0xe978b2,'type':_0x8b41d2,'data':_0x25a407,'createdAt':new Date(),'authorId':_0x49f5c5,'attributes':_0x328154});for(const _0x528cbc of _0x25b3b7)this[_0x403579(0x280)](_0x8b41d2,_0xe978b2,_0x49f5c5,_0x528cbc,_0x302285[_0x403579(0x2c5)]());return _0x6ae00d;}[_0x19465c(0x298)](_0x11dce2,_0x35795f=null,_0x4fe9b2={}){const _0x4bec25=_0x19465c;if(_0x11dce2[_0x4bec25(0x204)])return null;const _0x52f661=this[_0x4bec25(0x33c)][_0x4bec25(0x330)][_0x4bec25(0x258)](_0x4bec25(0x2bd))['me'],_0xb21232=new _0x1aae8e(_0x11dce2[_0x4bec25(0x2a6)],_0x11dce2[_0x4bec25(0x1f5)]);for(const {suggestion:_0x2e3f0d,meta:_0x56a04c}of this[_0x4bec25(0x241)](_0xb21232,_0x4bec25(0x278)))if(_0x56a04c[_0x4bec25(0x34f)]&&!_0x56a04c[_0x4bec25(0x236)]){if(_0x2e3f0d[_0x4bec25(0x24f)]){const _0x7c3c79=_0x2e3f0d[_0x4bec25(0x2e4)]()[_0x4bec25(0x1d0)](_0x3d5134=>_0x4bec25(0x2d3)!=_0x3d5134[_0x4bec25(0x2a3)][_0x4bec25(0x28a)]);_0x7c3c79[_0x4bec25(0x356)](_0x250e8c=>_0xb21232[_0x4bec25(0x355)](_0x250e8c,!0x0))&&_0x2e3f0d[_0x4bec25(0x351)]();if(_0x7c3c79[_0x4bec25(0x288)](_0xf711b6=>_0xf711b6[_0x4bec25(0x355)](_0xb21232,!0x0))){const _0x5f1d53=this[_0x4bec25(0x358)][_0x4bec25(0x25e)](_0x4bec25(0x2e5),_0x35795f,_0x4bec25(0x347));return this[_0x4bec25(0x1b2)](()=>_0x5f1d53([_0xb21232],null,_0x4fe9b2)),null;}}else{const _0x5b8ae2=_0xb21232[_0x4bec25(0x1d5)](_0x2e3f0d[_0x4bec25(0x2c2)]());null!==_0x5b8ae2&&_0x2e3f0d[_0x4bec25(0x24e)]([_0x5b8ae2],null,_0x4fe9b2);}}if(_0xb21232[_0x4bec25(0x22f)](),_0xb21232[_0x4bec25(0x204)]||_0x4bec25(0x2d3)==_0xb21232[_0x4bec25(0x2a3)][_0x4bec25(0x28a)])return null;let _0x4e8700=null,_0x5e385d=_0xb21232[_0x4bec25(0x2a6)],_0x3477d6=_0xb21232[_0x4bec25(0x1f5)];const _0x48c7e4=this[_0x4bec25(0x241)](_0xb21232,_0x4bec25(0x2e5));for(const {suggestion:_0x158d5f,meta:_0x2cc3e8}of _0x48c7e4){const _0x1f79e1=this[_0x4bec25(0x1c7)][_0x4bec25(0x266)](_0x5e385d,_0x3477d6);if(_0x2cc3e8[_0x4bec25(0x34f)]&&(this[_0x4bec25(0x313)]||!_0x2cc3e8[_0x4bec25(0x283)]&&!_0x2cc3e8[_0x4bec25(0x269)])){if(_0x158d5f[_0x4bec25(0x24f)]){if(!Pt(_0x158d5f,_0x4fe9b2))continue;let _0x541aac=!0x0;for(const _0x21f905 of _0x158d5f[_0x4bec25(0x2e4)]()){if(_0x21f905[_0x4bec25(0x355)](_0x1f79e1,!0x0))return _0x158d5f;_0x1f79e1[_0x4bec25(0x355)](_0x21f905)||(_0x541aac=!0x1);}_0x541aac&&_0x158d5f[_0x4bec25(0x351)]();}else{const _0x222647=_0x158d5f[_0x4bec25(0x2c2)]();if(_0x222647[_0x4bec25(0x355)](_0x1f79e1,!0x0))return _0x158d5f;if(!Pt(_0x158d5f,_0x4fe9b2)){_0x1f79e1[_0x4bec25(0x355)](_0x222647)?_0x158d5f[_0x4bec25(0x1dd)]():_0x222647[_0x4bec25(0x21e)](_0x5e385d)?_0x5e385d=_0x222647[_0x4bec25(0x1f5)]:_0x222647[_0x4bec25(0x21e)](_0x3477d6)&&(_0x3477d6=_0x222647[_0x4bec25(0x2a6)]);continue;}_0x5e385d=_0x5e385d[_0x4bec25(0x2eb)](_0x222647[_0x4bec25(0x2a6)])?_0x5e385d:_0x222647[_0x4bec25(0x2a6)],_0x3477d6=_0x3477d6[_0x4bec25(0x1e1)](_0x222647[_0x4bec25(0x1f5)])?_0x3477d6:_0x222647[_0x4bec25(0x1f5)],_0x4fe9b2=Object[_0x4bec25(0x237)]({},_0x158d5f[_0x4bec25(0x23d)]),_0x4e8700?_0x222647[_0x4bec25(0x2a6)][_0x4bec25(0x2eb)](_0x4e8700[_0x4bec25(0x2c2)]()[_0x4bec25(0x2a6)])?(_0x4e8700[_0x4bec25(0x1dd)](),_0x4e8700=_0x158d5f):_0x158d5f[_0x4bec25(0x1dd)]():_0x4e8700=_0x158d5f;}}}if(_0x4e8700)return this[_0x4bec25(0x22b)](_0x4e8700,this[_0x4bec25(0x1c7)][_0x4bec25(0x266)](_0x5e385d,_0x3477d6)),_0x4e8700;{const _0x37c3a6=_0x3ce463(),_0x2b172d=this[_0x4bec25(0x1c7)][_0x4bec25(0x266)](_0x5e385d,_0x3477d6),_0x417e84=_0x52f661['id'],_0x18058a=_0x35795f?_0x4bec25(0x1af)+_0x35795f:_0x4bec25(0x2e5),_0x7f957d=this[_0x4bec25(0x233)]({'id':_0x37c3a6,'type':_0x18058a,'createdAt':new Date(),'authorId':_0x417e84,'attributes':_0x4fe9b2});return this[_0x4bec25(0x280)](_0x18058a,_0x37c3a6,_0x417e84,_0x2b172d),_0x7f957d;}}[_0x19465c(0x257)](_0xdb27a6,_0xd31ee0=_0x19465c(0x1b1),_0x27f6ba={}){const _0xf7ef20=_0x19465c,_0x95767=this[_0xf7ef20(0x33c)][_0xf7ef20(0x330)][_0xf7ef20(0x258)](_0xf7ef20(0x2bd))['me'],_0x227603=_0xdb27a6[_0xf7ef20(0x216)](_0x306a52=>new _0x1aae8e(_0x306a52[_0xf7ef20(0x2a6)],_0x306a52[_0xf7ef20(0x1f5)])),_0x3f8a44=new Set();for(const {suggestion:_0x569d18,meta:_0x2d9794}of this[_0xf7ef20(0x241)](_0x227603,_0xf7ef20(0x278)))_0x2d9794[_0xf7ef20(0x34f)]&&!_0x2d9794[_0xf7ef20(0x236)]&&_0x3f8a44[_0xf7ef20(0x1ed)](_0x569d18);for(const _0x163c13 of _0x3f8a44)if(_0x163c13[_0xf7ef20(0x24f)]){const _0xc569f1=_0x163c13[_0xf7ef20(0x2e4)]();(!_0x163c13[_0xf7ef20(0x23d)]||!_0x163c13[_0xf7ef20(0x23d)][_0xf7ef20(0x226)])&&(_0xc569f1[_0xf7ef20(0x356)](_0x20a6db=>_0x227603[_0xf7ef20(0x288)](_0x5d5e84=>_0x5d5e84[_0xf7ef20(0x355)](_0x20a6db,!0x0)))&&_0x163c13[_0xf7ef20(0x351)]());if(_0x227603[_0xf7ef20(0x356)](_0x5ccd14=>_0xc569f1[_0xf7ef20(0x288)](_0x561a6d=>_0x561a6d[_0xf7ef20(0x355)](_0x5ccd14,!0x0)))){const _0x5d3ff8=this[_0xf7ef20(0x358)][_0xf7ef20(0x25e)](_0xf7ef20(0x2e5),_0xd31ee0,_0xf7ef20(0x347));return this[_0xf7ef20(0x1b2)](()=>_0x5d3ff8(_0xdb27a6,null,_0x27f6ba)),null;}}else{const _0x3a13e8=_0x163c13[_0xf7ef20(0x2c2)]();_0x227603[_0xf7ef20(0x288)](_0x3ecf1b=>_0x3ecf1b[_0xf7ef20(0x355)](_0x3a13e8,!0x0))&&_0x163c13[_0xf7ef20(0x351)]();if(_0x227603[_0xf7ef20(0x356)](_0x45ba32=>_0x3a13e8[_0xf7ef20(0x355)](_0x45ba32,!0x0))){const _0x423842=this[_0xf7ef20(0x358)][_0xf7ef20(0x25e)](_0xf7ef20(0x2e5),_0xd31ee0,_0xf7ef20(0x347));return this[_0xf7ef20(0x1b2)](()=>_0x423842(_0x227603,null,_0x27f6ba)),null;}}const _0x26a5e8=this[_0xf7ef20(0x358)][_0xf7ef20(0x25e)](_0xf7ef20(0x2e5),_0xd31ee0,_0xf7ef20(0x210));let _0xf1abf2=null;for(const _0x285151 of this[_0xf7ef20(0x1df)]())if(_0x285151[_0xf7ef20(0x1da)]['id']==_0x95767['id']&&_0x285151[_0xf7ef20(0x23a)]&&_0xf7ef20(0x2e5)==_0x285151[_0xf7ef20(0x29e)]&&_0x285151[_0xf7ef20(0x325)]==_0xd31ee0&&Pt(_0x285151,_0x27f6ba)&&(_0x26a5e8(_0x285151[_0xf7ef20(0x2e4)](),_0x227603)||_0x26a5e8(_0x227603,_0x285151[_0xf7ef20(0x2e4)]()))){if(_0xf1abf2){if(_0x285151[_0xf7ef20(0x200)]&&_0x285151[_0xf7ef20(0x200)][_0xf7ef20(0x290)])continue;for(const _0x3493b4 of _0x285151[_0xf7ef20(0x2e4)]())_0xf1abf2[_0xf7ef20(0x262)](_0x3493b4)||_0xf1abf2[_0xf7ef20(0x2fc)](_0x3493b4);_0x285151[_0xf7ef20(0x1dd)]();}else{_0xf1abf2=_0x285151;for(const _0x1b9794 of _0x227603)_0x285151[_0xf7ef20(0x262)](_0x1b9794)||_0x285151[_0xf7ef20(0x2fc)](_0x1b9794);}}if(_0xf1abf2)return _0xf1abf2;_0x3f8a44[_0xf7ef20(0x306)]();for(const {suggestion:_0x5d994d,meta:_0x537fe9}of this[_0xf7ef20(0x241)](_0x227603,_0xf7ef20(0x2e5)))_0x537fe9[_0xf7ef20(0x34f)]&&(this[_0xf7ef20(0x313)]||!_0x537fe9[_0xf7ef20(0x283)]&&!_0x537fe9[_0xf7ef20(0x269)])&&Pt(_0x5d994d,_0x27f6ba)&&_0x3f8a44[_0xf7ef20(0x1ed)](_0x5d994d);for(const _0x5d7c53 of _0x3f8a44){const _0x545c64=_0x5d7c53[_0xf7ef20(0x2e4)]();if(!_0x27f6ba||!_0x27f6ba[_0xf7ef20(0x226)]){if(_0x227603[_0xf7ef20(0x356)](_0xdfd07c=>_0x545c64[_0xf7ef20(0x288)](_0x4eb885=>_0x4eb885[_0xf7ef20(0x355)](_0xdfd07c,!0x0))))return _0x5d7c53;}(!_0x5d7c53[_0xf7ef20(0x23d)]||!_0x5d7c53[_0xf7ef20(0x23d)][_0xf7ef20(0x226)])&&(_0x545c64[_0xf7ef20(0x356)](_0x5c385d=>_0x227603[_0xf7ef20(0x288)](_0xe0cfaf=>_0xe0cfaf[_0xf7ef20(0x355)](_0x5c385d,!0x0)))&&_0x5d7c53[_0xf7ef20(0x351)]());}const _0x395278=_0x3ce463(),_0x379f32=_0x95767['id'],_0x4c31d0=_0xf7ef20(0x1af)+_0xd31ee0,_0x33c946=this[_0xf7ef20(0x233)]({'id':_0x395278,'type':_0x4c31d0,'createdAt':new Date(),'authorId':_0x379f32,'attributes':_0x27f6ba});for(const _0x485ae7 of _0x227603)_0x485ae7[_0xf7ef20(0x22f)](),_0x485ae7[_0xf7ef20(0x204)]||_0xf7ef20(0x2d3)==_0x485ae7[_0xf7ef20(0x2a3)][_0xf7ef20(0x28a)]||this[_0xf7ef20(0x280)](_0x4c31d0,_0x395278,_0x379f32,_0x485ae7,_0x302285[_0xf7ef20(0x2c5)]());return _0x33c946;}[_0x19465c(0x1b9)](_0x220d54,_0xd0e7d5,_0x779f70,_0x5dcdcc,_0x9805dd){const _0x57503e=_0x19465c;if(_0x220d54[_0x57503e(0x204)])return[];if(_0x57503e(0x1fe)===this[_0x57503e(0x338)])return[];const _0x52b2c4=this[_0x57503e(0x33c)][_0x57503e(0x330)][_0x57503e(0x258)](_0x57503e(0x2bd))['me']['id'],_0x5b280a=Array[_0x57503e(0x32a)](this[_0x57503e(0x260)][_0x57503e(0x2a2)]())[_0x57503e(0x1d0)](_0x46a2e3=>_0x57503e(0x20d)==_0x46a2e3[_0x57503e(0x29e)]&&_0x46a2e3[_0x57503e(0x2f7)][_0x57503e(0x28c)]==_0xd0e7d5&&_0x46a2e3[_0x57503e(0x262)](_0x220d54));if(_0x57503e(0x30e)===this[_0x57503e(0x338)]){const _0x3e5bbe=this[_0x57503e(0x241)](_0x220d54,_0x57503e(0x278))[_0x57503e(0x1d0)](({meta:_0x5dfb32})=>_0x5dfb32[_0x57503e(0x34f)]&&!_0x5dfb32[_0x57503e(0x269)]&&!_0x5dfb32[_0x57503e(0x236)])[_0x57503e(0x216)](({suggestion:_0x1f7f73})=>_0x1f7f73);_0x5b280a[_0x57503e(0x295)](..._0x3e5bbe);}const _0x38f665=new Map([[_0x220d54,_0x779f70]]);for(const _0x4b54c1 of _0x5b280a){const _0x5707af=_0x57503e(0x20d)==_0x4b54c1[_0x57503e(0x29e)]?_0x4b54c1[_0x57503e(0x2f7)][_0x57503e(0x289)]:void 0x0,_0xb44d12=_0x4b54c1[_0x57503e(0x2c2)](),_0x3a7ae2=Array[_0x57503e(0x32a)](_0x38f665[_0x57503e(0x1d6)]())[_0x57503e(0x1e4)](_0x54c5cb=>_0x54c5cb[_0x57503e(0x26f)](_0xb44d12));if(!_0x3a7ae2)continue;const _0x611ab4=_0x3a7ae2[_0x57503e(0x287)](_0xb44d12);this[_0x57503e(0x26a)](_0xd0e7d5)&&_0x57503e(0x278)==_0x4b54c1[_0x57503e(0x29e)]&&0x0!=_0x611ab4[_0x57503e(0x290)]||(_0x38f665[_0x57503e(0x23f)](_0x3a7ae2),_0x611ab4[_0x57503e(0x1ca)](_0x2b6aee=>{const _0x319cad=_0x57503e;_0x38f665[_0x319cad(0x213)](_0x2b6aee,_0x779f70);}),_0x57503e(0x278)!=_0x4b54c1[_0x57503e(0x29e)]&&_0x5707af!=_0x5dcdcc&&_0x38f665[_0x57503e(0x213)](_0x3a7ae2[_0x57503e(0x1d5)](_0xb44d12),_0x5707af));}const _0x38ea32=[];for(const [_0x587346,_0x90aec4]of _0x38f665){const _0x526725=_0x3ce463(),_0xf77cf7={'key':_0xd0e7d5,'oldValue':_0x90aec4,'newValue':_0x5dcdcc};_0xd0e7d5[_0x57503e(0x290)]>0x25&&console[_0x57503e(0x1ba)](_0x57503e(0x297),{'key':_0xd0e7d5});const _0x4cf735=(_0x57503e(0x309)+(_0xd0e7d5+'|'+Et({'newValue':_0x5dcdcc})))[_0x57503e(0x2be)](0x0,0x3c),_0x30654e=this[_0x57503e(0x233)]({'id':_0x526725,'type':_0x4cf735,'data':_0xf77cf7,'createdAt':new Date(),'authorId':_0x52b2c4,'attributes':_0x9805dd});_0x38ea32[_0x57503e(0x2b9)](_0x30654e),this[_0x57503e(0x280)](_0x4cf735,_0x526725,_0x52b2c4,_0x587346);}return _0x38ea32;}[_0x19465c(0x307)](_0x31a8f2){const _0x2db90a=_0x19465c;this[_0x2db90a(0x2f6)][_0x2db90a(0x1ed)](_0x31a8f2);}[_0x19465c(0x310)](_0x29694f){const _0x52aa6e=_0x19465c;this[_0x52aa6e(0x26d)][_0x52aa6e(0x1ed)](_0x29694f);}[_0x19465c(0x35b)](_0x451a95,_0x192c1a=[],_0xb4439e=[]){const _0x4e8e52=_0x19465c;this[_0x4e8e52(0x1dc)](_0x451a95,(_0x2badba,..._0x4d0d4f)=>{const _0x25f937=_0x4e8e52;this[_0x25f937(0x270)](()=>{_0x2badba(..._0x4d0d4f);});});for(const _0x51e9f9 of _0x192c1a)this[_0x4e8e52(0x310)](_0x51e9f9);for(const _0x2d214f of _0xb4439e)this[_0x4e8e52(0x307)](_0x2d214f);}[_0x19465c(0x1c2)](_0x5330b8){const _0x57c615=_0x19465c;return _0x57c615(0x20d)==_0x5330b8[_0x57c615(0x29e)]?_0x5330b8[_0x57c615(0x325)][_0x57c615(0x254)]('|')[0x0]:null;}[_0x19465c(0x22b)](_0x5e5f3c,_0x5864e3){const _0x52b042=_0x19465c,_0x268d6d=_0x5e5f3c[_0x52b042(0x2a7)]();this[_0x52b042(0x1c7)][_0x52b042(0x2d6)](_0xdc5577=>{const _0x1af19c=_0x52b042;_0xdc5577[_0x1af19c(0x250)](_0x268d6d,{'range':_0x5864e3});});}[_0x19465c(0x318)](_0x24bd26){const _0x328d4f=_0x19465c,_0x7c509b=_0x24bd26['id'],_0xc80102=this[_0x328d4f(0x33c)][_0x328d4f(0x276)][_0x328d4f(0x258)](_0x328d4f(0x2b1));this[_0x328d4f(0x285)][_0x328d4f(0x340)](_0x7c509b)||this[_0x328d4f(0x285)][_0x328d4f(0x1e3)]({'channelId':_0xc80102,'threadId':_0x7c509b,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x4c0f92=this[_0x328d4f(0x285)][_0x328d4f(0x2b2)](_0x7c509b);_0x4c0f92[_0x328d4f(0x2f4)](_0x328d4f(0x21b)),_0x4c0f92[_0x328d4f(0x21b)]=!0x1,_0x24bd26[_0x328d4f(0x200)]=_0x4c0f92;}[_0x19465c(0x1bf)](_0x333d34,_0x583ae1,_0x2d098d,_0x552d37){const _0x55b707=_0x19465c;if(_0x333d34[_0x55b707(0x29e)]!=_0x583ae1||_0x333d34[_0x55b707(0x325)]!=_0x2d098d||_0x333d34[_0x55b707(0x1d9)]['id']!=_0x552d37)throw this[_0x55b707(0x33c)][_0x55b707(0x1d7)](_0x55b707(0x215)),new _0x4342bf(_0x55b707(0x215),this);}[_0x19465c(0x2a5)](_0x18627e,_0x4b3cbc){const _0x58face=_0x19465c,_0x429e46=_0x18627e[_0x58face(0x2c2)]();if(_0x4b3cbc[_0x58face(0x1f4)](_0x429e46))_0x18627e[_0x58face(0x1dd)]();else{if(_0x429e46[_0x58face(0x355)](_0x4b3cbc)){const _0x407f27=this[_0x58face(0x1c7)][_0x58face(0x273)](_0x4b3cbc[_0x58face(0x2a6)][_0x58face(0x32d)],_0x58face(0x1f5));this[_0x58face(0x22b)](_0x18627e,this[_0x58face(0x1c7)][_0x58face(0x266)](_0x429e46[_0x58face(0x2a6)],_0x407f27));const _0x31a83a=_0x3ce463(),_0x4aaffb=_0x18627e[_0x58face(0x1d9)]['id'],_0x5a335c=_0x18627e[_0x58face(0x29e)]+':'+_0x18627e[_0x58face(0x325)];this[_0x58face(0x233)]({'id':_0x31a83a,'type':_0x5a335c,'createdAt':new Date(),'authorId':_0x4aaffb,'data':_0x18627e[_0x58face(0x2f7)],'attributes':_0x18627e[_0x58face(0x23d)]});const _0xbebafa=this[_0x58face(0x1c7)][_0x58face(0x273)](_0x4b3cbc[_0x58face(0x1f5)][_0x58face(0x25f)],_0x58face(0x1eb)),_0x1e45da=this[_0x58face(0x1c7)][_0x58face(0x266)](_0xbebafa,_0x429e46[_0x58face(0x1f5)]);this[_0x58face(0x280)](_0x5a335c,_0x31a83a,_0x4aaffb,_0x1e45da);}else{if(_0x429e46[_0x58face(0x21e)](_0x4b3cbc[_0x58face(0x2a6)])){const _0x26cb12=this[_0x58face(0x1c7)][_0x58face(0x273)](_0x4b3cbc[_0x58face(0x2a6)][_0x58face(0x32d)],_0x58face(0x1f5));this[_0x58face(0x22b)](_0x18627e,this[_0x58face(0x1c7)][_0x58face(0x266)](_0x429e46[_0x58face(0x2a6)],_0x26cb12));}else{const _0x44a52e=this[_0x58face(0x1c7)][_0x58face(0x273)](_0x4b3cbc[_0x58face(0x1f5)][_0x58face(0x25f)],_0x58face(0x1eb));this[_0x58face(0x22b)](_0x18627e,this[_0x58face(0x1c7)][_0x58face(0x266)](_0x44a52e,_0x429e46[_0x58face(0x1f5)]));}}}}[_0x19465c(0x2bc)](_0x551b9b){const _0x37eb9e=_0x19465c;for(const {suggestion:_0x52e982,meta:_0x5440e5}of this[_0x37eb9e(0x241)](_0x551b9b,_0x37eb9e(0x278))){if(!_0x5440e5[_0x37eb9e(0x34f)])continue;const _0x5484db=_0x52e982[_0x37eb9e(0x2e4)]();for(const _0x3c77e3 of _0x5484db)if(!_0x551b9b[_0x37eb9e(0x287)](_0x3c77e3)[_0x37eb9e(0x290)])return!0x0;}return!0x1;}[_0x19465c(0x2aa)](_0x2f65f4){const _0x99bccc=_0x19465c,_0x74907e=this[_0x99bccc(0x33c)][_0x99bccc(0x330)][_0x99bccc(0x258)](_0x99bccc(0x2bd))[_0x99bccc(0x305)](_0x2f65f4);if(!_0x74907e)throw new _0x4342bf(_0x99bccc(0x1e8),this);return _0x74907e;}[_0x19465c(0x230)](_0x2db6db){const _0x5d044c=_0x19465c,_0xe4f884=this[_0x5d044c(0x33c)][_0x5d044c(0x330)][_0x5d044c(0x258)](_0x5d044c(0x2bd)),_0x271d3e=_0x588d6c(_0x5d044c(0x225)+_0x2db6db),_0x42da65=_0xe4f884[_0x5d044c(0x305)](_0x271d3e);return _0x42da65||_0xe4f884[_0x5d044c(0x1b7)]({'id':_0x271d3e,'name':_0x2db6db});}[_0x19465c(0x331)](_0x309adc,_0x53ce8d,_0x363b50,_0x155220,_0x117892){const _0x16bd6a=_0x19465c,_0x46450d=this[_0x16bd6a(0x2aa)](_0x155220),_0x1b9d0f=this[_0x16bd6a(0x358)][_0x16bd6a(0x1ef)](_0x309adc,_0x53ce8d,_0x363b50,_0x46450d,_0x117892,_0x27d686=>{const _0x2cd58=_0x16bd6a;this[_0x2cd58(0x345)](_0x363b50,{'attributes':_0x27d686});const _0x4f4c33=this[_0x2cd58(0x284)](_0x363b50);this[_0x2cd58(0x336)](new Set([_0x4f4c33])),this[_0x2cd58(0x2c0)](new Set([_0x4f4c33]));});return this[_0x16bd6a(0x1f8)](_0x1b9d0f,_0x16bd6a(0x347),()=>{const _0x26d069=_0x16bd6a;this[_0x26d069(0x345)](_0x363b50,{'state':_0x26d069(0x2ef)});},{'priority':_0x16bd6a(0x293)}),this[_0x16bd6a(0x1f8)](_0x1b9d0f,_0x16bd6a(0x351),()=>{const _0x147990=_0x16bd6a;this[_0x147990(0x345)](_0x363b50,{'state':_0x147990(0x2d5)});},{'priority':_0x16bd6a(0x293)}),this[_0x16bd6a(0x260)][_0x16bd6a(0x213)](_0x363b50,_0x1b9d0f),this[_0x16bd6a(0x1f7)][_0x16bd6a(0x213)](_0x1b9d0f,_0x16bd6a(0x1bd)),_0x1b9d0f;}[_0x19465c(0x35c)](_0x5c6fe6){const _0x2319b0=_0x19465c,_0x2847f5=_0x5c6fe6[_0x2319b0(0x254)](':');return{'group':_0x2847f5[0x0],'type':_0x2847f5[0x1],'subType':_0x2847f5[_0x2319b0(0x290)]>=0x5?_0x2847f5[0x2]:null,'id':_0x2847f5[_0x2319b0(0x290)]<0x5?_0x2847f5[0x2]:_0x2847f5[0x3],'authorId':_0x2847f5[_0x2319b0(0x290)]<0x5?_0x2847f5[0x3]:_0x2847f5[0x4],'markerCount':0x6==_0x2847f5[_0x2319b0(0x290)]?_0x2847f5[0x5]:null};}[_0x19465c(0x33e)](_0x2f4a90,_0xd8f7cd,_0x5a1fa3){const _0x1ea9d7=_0x19465c,_0x156b6c=_0x2f4a90[_0x1ea9d7(0x2c2)](),_0x20c622=_0x156b6c[_0x1ea9d7(0x2a6)],_0x3767b5=_0x156b6c[_0x1ea9d7(0x1f5)];this[_0x1ea9d7(0x22b)](_0x2f4a90,this[_0x1ea9d7(0x1c7)][_0x1ea9d7(0x266)](_0x20c622,_0xd8f7cd));const _0x52027d=_0x3ce463(),_0x35f988=_0x2f4a90[_0x1ea9d7(0x1d9)]['id'],_0x5484bf=_0x2f4a90[_0x1ea9d7(0x29e)]+(_0x2f4a90[_0x1ea9d7(0x325)]?':'+_0x2f4a90[_0x1ea9d7(0x325)]:'');this[_0x1ea9d7(0x233)]({'id':_0x52027d,'type':_0x5484bf,'createdAt':new Date(),'authorId':_0x35f988,'originalSuggestionId':_0x2f4a90['id'],'attributes':_0x2f4a90[_0x1ea9d7(0x23d)],'data':_0x2f4a90[_0x1ea9d7(0x2f7)]});const _0x521bb2=this[_0x1ea9d7(0x1c2)](_0x2f4a90);(_0x1ea9d7(0x324)==_0x2f4a90[_0x1ea9d7(0x29e)]||_0x521bb2&&this[_0x1ea9d7(0x26a)](_0x521bb2))&&(_0x5a1fa3=this[_0x1ea9d7(0x1c7)][_0x1ea9d7(0x32f)](_0x5a1fa3[_0x1ea9d7(0x25f)])),this[_0x1ea9d7(0x280)](_0x5484bf,_0x52027d,_0x35f988,this[_0x1ea9d7(0x1c7)][_0x1ea9d7(0x266)](_0x5a1fa3,_0x3767b5));}[_0x19465c(0x241)](_0x5f104c,_0x3eaea3=null){const _0xe8f19d=_0x19465c,_0x5a7513=[],_0x1cbb03=this[_0xe8f19d(0x33c)][_0xe8f19d(0x330)][_0xe8f19d(0x258)](_0xe8f19d(0x2bd))['me'];Array[_0xe8f19d(0x31e)](_0x5f104c)||(_0x5f104c=[_0x5f104c]);for(const _0x16addc of this[_0xe8f19d(0x1df)]()){if(!_0x16addc[_0xe8f19d(0x23a)])continue;if(_0x3eaea3&&_0x16addc[_0xe8f19d(0x29e)]!=_0x3eaea3)continue;let _0x4e697d=!0x1;for(const _0x2f53e0 of _0x16addc[_0xe8f19d(0x2e4)]()){for(const _0x542c18 of _0x5f104c){const _0x8c13c8=_0x542c18[_0xe8f19d(0x2a6)][_0xe8f19d(0x1f4)](_0x2f53e0[_0xe8f19d(0x1f5)])||_0x542c18[_0xe8f19d(0x1f5)][_0xe8f19d(0x1f4)](_0x2f53e0[_0xe8f19d(0x2a6)]);if(_0x8c13c8||_0x542c18[_0xe8f19d(0x1d5)](_0x2f53e0)){const _0x5231ab=_0x542c18[_0xe8f19d(0x355)](_0x2f53e0)&&xt(this[_0xe8f19d(0x1c7)][_0xe8f19d(0x312)],_0x2f53e0[_0xe8f19d(0x2a6)],_0x542c18),_0x3f9449=_0x2f53e0[_0xe8f19d(0x355)](_0x542c18)&&xt(this[_0xe8f19d(0x1c7)][_0xe8f19d(0x312)],_0x542c18[_0xe8f19d(0x2a6)],_0x2f53e0);_0x5a7513[_0xe8f19d(0x2b9)]({'suggestion':_0x16addc,'meta':{'isOwn':_0x1cbb03==_0x16addc[_0xe8f19d(0x1da)],'isNextTo':_0x8c13c8,'isInsideObject':_0x5231ab,'containsRangeInObject':_0x3f9449}}),_0x4e697d=!0x0;break;}}if(_0x4e697d)break;}}return _0x5a7513;}[_0x19465c(0x280)](_0x1c9726,_0xcb0350,_0x22a73e,_0x2c9090,_0x355b40){const _0x49d87f=_0x19465c;this[_0x49d87f(0x1c7)][_0x49d87f(0x2d6)](_0x16d54e=>{const _0x4d8d64=_0x49d87f;let _0x21f1a5=_0x4d8d64(0x300)+_0x1c9726+':'+_0xcb0350+':'+_0x22a73e;_0x355b40&&(_0x21f1a5=_0x21f1a5+':'+_0x355b40),_0x16d54e[_0x4d8d64(0x304)](_0x21f1a5,{'range':_0x2c9090,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x19465c(0x21d)](_0xb73ee){const _0x399312=_0x19465c,_0x575066=_0xb73ee[_0x399312(0x201)],_0x395d99=_0xb73ee[_0x399312(0x291)];_0xb73ee[_0x399312(0x201)]=null,_0xb73ee[_0x399312(0x291)]=null,null!=_0x575066&&_0x575066[_0x399312(0x291)]==_0xb73ee&&(_0x575066[_0x399312(0x291)]=_0x395d99),null!=_0x395d99&&_0x395d99[_0x399312(0x201)]==_0xb73ee&&(_0x395d99[_0x399312(0x201)]=_0x575066),_0x399312(0x1e9)==this[_0x399312(0x1f7)][_0x399312(0x258)](_0xb73ee)&&(this[_0x399312(0x1f7)][_0x399312(0x213)](_0xb73ee,_0x399312(0x2cb)),this[_0x399312(0x1e6)](_0x399312(0x272),_0xb73ee,_0x575066,_0x395d99));}[_0x19465c(0x233)](_0x5d530f){const _0x163975=_0x19465c,_0x195674=_0x5d530f['id'],_0xd4a6a0=this[_0x163975(0x220)](_0x5d530f);if(this[_0x163975(0x31a)]&&this[_0x163975(0x31a)][_0x163975(0x2f2)]){const _0xa15f14=this[_0x163975(0x33c)][_0x163975(0x330)][_0x163975(0x258)](_0x163975(0x208)),_0x22f818=_0xd4a6a0[_0x163975(0x223)],_0x2b9297=_0xd4a6a0[_0x163975(0x325)]?_0xd4a6a0[_0x163975(0x29e)]+':'+_0xd4a6a0[_0x163975(0x325)]:_0xd4a6a0[_0x163975(0x29e)],_0x34dd1e=this[_0x163975(0x33c)][_0x163975(0x1fa)],_0x5b26ee=_0xa15f14[_0x163975(0x1ed)](_0x2ff7b2(_0x34dd1e,_0x163975(0x1db))),_0x20678e={'id':_0x195674,'type':_0x2b9297,'hasComments':_0x22f818,'data':_0x5d530f[_0x163975(0x2f7)]||null,'originalSuggestionId':_0x5d530f[_0x163975(0x2e2)]||null,'attributes':_0xd4a6a0[_0x163975(0x23d)]};this[_0x163975(0x31a)][_0x163975(0x2f2)](_0x20678e)[_0x163975(0x320)](_0x542cb5=>{const _0x404939=_0x163975;_0xd4a6a0[_0x404939(0x246)]=!0x0,_0xa15f14[_0x404939(0x24a)](_0x5b26ee),_0x542cb5&&_0x542cb5[_0x404939(0x235)]&&(this[_0x404939(0x260)][_0x404939(0x258)](_0x195674)[_0x404939(0x235)]=_0x542cb5[_0x404939(0x235)]);})[_0x163975(0x26b)](_0x4d0aca=>{const _0x121714=_0x163975;throw _0x2a7db6(_0x121714(0x25d)),this[_0x121714(0x33c)][_0x121714(0x2ca)][_0x121714(0x1b6)]({'isUndoable':!0x1},()=>{const _0x5eb368=_0x121714;_0xd4a6a0[_0x5eb368(0x351)]();}),_0xd4a6a0[_0x121714(0x1c0)](),this[_0x121714(0x260)][_0x121714(0x23f)](_0xd4a6a0['id']),this[_0x121714(0x1f7)][_0x121714(0x23f)](_0xd4a6a0),_0x4d0aca;});}return _0xd4a6a0;}[_0x19465c(0x26a)](_0x5260c7){const _0x5d55b7=_0x19465c;return this[_0x5d55b7(0x2f6)][_0x5d55b7(0x22a)](_0x5260c7);}[_0x19465c(0x345)](_0x5c7e92,_0x28584f){const _0x1d1440=_0x19465c,_0x4a4c9e=this[_0x1d1440(0x33c)][_0x1d1440(0x330)][_0x1d1440(0x258)](_0x1d1440(0x208)),_0x73e1fd=this[_0x1d1440(0x284)](_0x5c7e92);if(this[_0x1d1440(0x31a)]&&this[_0x1d1440(0x31a)][_0x1d1440(0x1c8)]){if(_0x73e1fd[_0x1d1440(0x246)]){const _0x55293c=_0x4a4c9e[_0x1d1440(0x1ed)](_0x2ff7b2(this[_0x1d1440(0x33c)][_0x1d1440(0x1fa)],_0x1d1440(0x1db)));this[_0x1d1440(0x31a)][_0x1d1440(0x1c8)](_0x5c7e92,_0x28584f)[_0x1d1440(0x320)](()=>{const _0x2b49fb=_0x1d1440;_0x4a4c9e[_0x2b49fb(0x24a)](_0x55293c);});}else _0x73e1fd['on'](_0x1d1440(0x2e1),()=>{const _0x2aac38=_0x1d1440;this[_0x2aac38(0x345)](_0x5c7e92,_0x28584f);});}}[_0x19465c(0x2b6)](_0x564f53){const _0x118271=_0x19465c;if(!this[_0x118271(0x31a)]||!this[_0x118271(0x31a)][_0x118271(0x284)])throw new _0x4342bf(_0x118271(0x346),this);return this[_0x118271(0x31a)][_0x118271(0x284)](_0x564f53);}[_0x19465c(0x308)](_0x58985e){const _0x2c119f=_0x19465c,{id:_0x24f505,type:_0x6abe7e,subType:_0x3ae9d8,authorId:_0x499b9c}=this[_0x2c119f(0x35c)](_0x58985e),_0x3487b0=this[_0x2c119f(0x260)][_0x2c119f(0x258)](_0x24f505)||this[_0x2c119f(0x331)](_0x6abe7e,_0x3ae9d8,_0x24f505,_0x499b9c,{});switch(this[_0x2c119f(0x1bf)](_0x3487b0,_0x6abe7e,_0x3ae9d8,_0x499b9c),this[_0x2c119f(0x1f7)][_0x2c119f(0x258)](_0x3487b0)){case _0x2c119f(0x1bd):this[_0x2c119f(0x2b6)](_0x24f505)[_0x2c119f(0x320)](_0x15625e=>{const _0x50d773=_0x2c119f;let _0x1e35fe=Promise[_0x50d773(0x21c)]();_0x15625e[_0x50d773(0x223)]&&(_0x1e35fe=this[_0x50d773(0x285)][_0x50d773(0x2d7)]({'channelId':this[_0x50d773(0x33c)][_0x50d773(0x276)][_0x50d773(0x258)](_0x50d773(0x2b1)),'threadId':_0x24f505})),_0x1e35fe[_0x50d773(0x320)](()=>{const _0x38e893=_0x50d773;this[_0x38e893(0x220)](_0x15625e)[_0x38e893(0x246)]=!0x0;});}),this[_0x2c119f(0x1f7)][_0x2c119f(0x213)](_0x3487b0,_0x2c119f(0x248));break;case _0x2c119f(0x2cb):this[_0x2c119f(0x345)](_0x24f505,{'state':_0x2c119f(0x314)});case _0x2c119f(0x2cc):this[_0x2c119f(0x1f7)][_0x2c119f(0x213)](_0x3487b0,_0x2c119f(0x1e9)),this[_0x2c119f(0x1e6)](_0x2c119f(0x24b),_0x3487b0);break;case _0x2c119f(0x1e9):this[_0x2c119f(0x1e6)](_0x2c119f(0x245),_0x3487b0);}return _0x3487b0[_0x2c119f(0x228)](_0x58985e),_0x3487b0;}[_0x19465c(0x2c0)](_0x4953d7){const _0x20d9b9=_0x19465c,_0x5b2bf0=Array[_0x20d9b9(0x32a)](_0x4953d7),_0x144555=_0x5b2bf0[_0x20d9b9(0x1d0)](_0x4daf68=>_0x20d9b9(0x20d)==_0x4daf68[_0x20d9b9(0x29e)]);this[_0x20d9b9(0x25b)](_0x144555);const _0x5b5daa=_0x5b2bf0[_0x20d9b9(0x1d0)](_0x350e4d=>!_0x350e4d[_0x20d9b9(0x24f)]&&_0x20d9b9(0x20d)!=_0x350e4d[_0x20d9b9(0x29e)]),_0xe512d8=this[_0x20d9b9(0x1df)]({'skipNotAttached':!0x0})[_0x20d9b9(0x1d0)](_0x4592ce=>!_0x4592ce[_0x20d9b9(0x24f)]&&_0x20d9b9(0x20d)!=_0x4592ce[_0x20d9b9(0x29e)]),_0x23b7ac=_0xe512d8[_0x20d9b9(0x1d0)](_0x2c0128=>!_0x4953d7[_0x20d9b9(0x22a)](_0x2c0128)),_0x580ec0=new Map(_0xe512d8[_0x20d9b9(0x216)](_0x3f7b18=>[_0x3f7b18,this[_0x20d9b9(0x358)][_0x20d9b9(0x25e)](_0x3f7b18[_0x20d9b9(0x29e)],_0x3f7b18[_0x20d9b9(0x325)],_0x20d9b9(0x342))])),_0x5215=new Map(_0xe512d8[_0x20d9b9(0x216)](_0x5f2218=>[_0x5f2218,_0x5f2218[_0x20d9b9(0x2c2)]()])),_0x3e4345=new Set(),_0x30179a=new Set();for(let _0x25746e=0x0;_0x25746e<_0x5b5daa[_0x20d9b9(0x290)];_0x25746e++)_0x5573c5(_0x5b5daa[_0x25746e],_0x5b5daa,_0x25746e+0x1);for(let _0x588271=0x0;_0x588271<_0x5b5daa[_0x20d9b9(0x290)];_0x588271++)_0x5573c5(_0x5b5daa[_0x588271],_0x23b7ac,0x0);const _0x3f7a5a=new Set();for(let _0x28c3a2=0x0;_0x28c3a2<_0x5b5daa[_0x20d9b9(0x290)];_0x28c3a2++){const _0x1dcae5=_0x5b5daa[_0x28c3a2];!_0x30179a[_0x20d9b9(0x22a)](_0x1dcae5)&&_0x1dcae5[_0x20d9b9(0x201)]&&(_0x3f7a5a[_0x20d9b9(0x1ed)](_0x1dcae5[_0x20d9b9(0x201)]),_0x1dcae5[_0x20d9b9(0x201)][_0x20d9b9(0x291)]===_0x1dcae5&&(_0x1dcae5[_0x20d9b9(0x201)][_0x20d9b9(0x291)]=null),_0x1dcae5[_0x20d9b9(0x201)]=null),!_0x3e4345[_0x20d9b9(0x22a)](_0x1dcae5)&&_0x1dcae5[_0x20d9b9(0x291)]&&(_0x3f7a5a[_0x20d9b9(0x1ed)](_0x1dcae5[_0x20d9b9(0x291)]),_0x1dcae5[_0x20d9b9(0x291)][_0x20d9b9(0x201)]===_0x1dcae5&&(_0x1dcae5[_0x20d9b9(0x291)][_0x20d9b9(0x201)]=null),_0x1dcae5[_0x20d9b9(0x291)]=null);}function _0x5573c5(_0x315ca0,_0x44b61e,_0x34e3a7){const _0x4934fa=_0x20d9b9;for(let _0x30f977=_0x34e3a7;_0x30f977<_0x44b61e[_0x4934fa(0x290)];_0x30f977++){const _0x454227=_0x80add2(_0x315ca0,_0x44b61e[_0x30f977]);_0x454227&&(_0x454227[0x0][_0x4934fa(0x291)]=_0x454227[0x1],_0x454227[0x1][_0x4934fa(0x201)]=_0x454227[0x0],_0x3e4345[_0x4934fa(0x1ed)](_0x454227[0x0]),_0x30179a[_0x4934fa(0x1ed)](_0x454227[0x1]));}}function _0x80add2(_0x5e4e68,_0x553f66){const _0x1a1a8b=_0x20d9b9;if(_0x5e4e68[_0x1a1a8b(0x1da)]['id']!==_0x553f66[_0x1a1a8b(0x1da)]['id'])return null;const _0x17b690=_0x580ec0[_0x1a1a8b(0x258)](_0x5e4e68)(_0x5e4e68,_0x553f66,_0x5215[_0x1a1a8b(0x258)](_0x5e4e68),_0x5215[_0x1a1a8b(0x258)](_0x553f66));if(!_0x17b690)return null;return _0x580ec0[_0x1a1a8b(0x258)](_0x553f66)(_0x5e4e68,_0x553f66,_0x5215[_0x1a1a8b(0x258)](_0x5e4e68),_0x5215[_0x1a1a8b(0x258)](_0x553f66))?_0x17b690[0x1][_0x1a1a8b(0x200)]&&_0x17b690[0x1][_0x1a1a8b(0x200)][_0x1a1a8b(0x290)]?null:_0x17b690:null;}_0x3f7a5a[_0x20d9b9(0x31d)]&&this[_0x20d9b9(0x2c0)](_0x3f7a5a);}[_0x19465c(0x25b)](_0x4b103f){const _0x50b8ee=_0x19465c;if(0x0==_0x4b103f[_0x50b8ee(0x290)])return;const _0x39dc8e=this[_0x50b8ee(0x1df)]({'skipNotAttached':!0x0})[_0x50b8ee(0x1d0)](_0x4af968=>_0x50b8ee(0x20d)==_0x4af968[_0x50b8ee(0x29e)]&&_0x4af968[_0x50b8ee(0x34e)]),_0x469963=[],_0x5cedb8=new Map();for(const _0x4f7bd4 of _0x39dc8e){const _0x18fdab=_0x588d6c(_0x4f7bd4[_0x50b8ee(0x23d)]);_0x5cedb8[_0x50b8ee(0x22a)](_0x18fdab)||(_0x5cedb8[_0x50b8ee(0x213)](_0x18fdab,_0x469963[_0x50b8ee(0x290)]),_0x469963[_0x50b8ee(0x2b9)]([]));const _0x111c4e=_0x5cedb8[_0x50b8ee(0x258)](_0x18fdab);_0x469963[_0x111c4e][_0x50b8ee(0x2b9)](_0x4f7bd4);}!(function(){const _0x2943a7=_0x50b8ee;_0x469963[_0x2943a7(0x2e3)]((_0x394fbd,_0x31e866)=>{const _0x55cf6b=_0x2943a7,_0x1dbaa4=_0x394fbd[0x0][_0x55cf6b(0x235)],_0x170793=_0x31e866[0x0][_0x55cf6b(0x235)];return _0x1dbaa4==_0x170793?_0x394fbd[0x0][_0x55cf6b(0x23d)][_0x55cf6b(0x1e2)]<_0x31e866[0x0][_0x55cf6b(0x23d)][_0x55cf6b(0x1e2)]?-0x1:0x1:_0x1dbaa4<_0x170793?-0x1:0x1;});for(const _0x42dfa3 of _0x469963)_0x42dfa3[_0x2943a7(0x2e3)]((_0x466fe5,_0x2d4f97)=>_0x466fe5['id']<_0x2d4f97['id']?-0x1:0x1);}());for(let _0x5dd089=0x0;_0x5dd089<_0x469963[_0x50b8ee(0x290)];_0x5dd089++){if(0x0==_0x469963[_0x5dd089][_0x50b8ee(0x290)])continue;const _0x20ff12=[];for(let _0x23d0d4=_0x5dd089+0x1;_0x23d0d4<_0x469963[_0x50b8ee(0x290)];_0x23d0d4++)0x0!=_0x469963[_0x23d0d4][_0x50b8ee(0x290)]&&_0x59228e(_0x469963[_0x5dd089],_0x469963[_0x23d0d4])&&_0x20ff12[_0x50b8ee(0x2b9)](_0x23d0d4);for(const _0x2423b3 of _0x20ff12)_0x469963[_0x5dd089]=_0x469963[_0x5dd089][_0x50b8ee(0x2ee)](_0x469963[_0x2423b3]),_0x469963[_0x2423b3]=[];}for(const _0x11395a of _0x469963)for(let _0x42ca7f=0x0;_0x42ca7f<_0x11395a[_0x50b8ee(0x290)];_0x42ca7f++)_0x11395a[_0x42ca7f][_0x50b8ee(0x291)]=_0x11395a[_0x42ca7f+0x1]||null;for(const _0x796f19 of _0x469963)for(let _0x92e6d=0x0;_0x92e6d<_0x796f19[_0x50b8ee(0x290)];_0x92e6d++)_0x796f19[_0x92e6d][_0x50b8ee(0x201)]=_0x796f19[_0x92e6d-0x1]||null;function _0x59228e(_0x5bfd75,_0x5add91){const _0x38f907=_0x50b8ee;if(_0x5bfd75[0x0][_0x38f907(0x23d)][_0x38f907(0x1e2)]!==_0x5add91[0x0][_0x38f907(0x23d)][_0x38f907(0x1e2)]&&_0x5bfd75[0x0][_0x38f907(0x1da)]!==_0x5add91[0x0][_0x38f907(0x1da)])return!0x1;if(!function(_0xad08b5,_0x14cb6a){const _0x292ee3=_0x38f907;if(!_0xad08b5[_0x292ee3(0x223)]&&!_0x14cb6a[_0x292ee3(0x223)])return!0x0;if(_0xad08b5[_0x292ee3(0x223)]&&_0x14cb6a[_0x292ee3(0x223)])return!0x1;if(_0xad08b5[_0x292ee3(0x223)]&&_0x14cb6a[_0x292ee3(0x235)]<_0xad08b5[_0x292ee3(0x200)][_0x292ee3(0x339)][_0x292ee3(0x258)](0x0)[_0x292ee3(0x235)])return!0x0;if(_0x14cb6a[_0x292ee3(0x223)]&&_0xad08b5[_0x292ee3(0x235)]<_0x14cb6a[_0x292ee3(0x200)][_0x292ee3(0x339)][_0x292ee3(0x258)](0x0)[_0x292ee3(0x235)])return!0x0;return!0x1;}(_0x5bfd75[0x0],_0x5add91[0x0]))return!0x1;const _0x11072f=_0x41f031(_0x5bfd75[0x0][_0x38f907(0x23d)],_0x38f907(0x1e2)),_0x403215=_0x41f031(_0x5add91[0x0][_0x38f907(0x23d)],_0x38f907(0x1e2));if(!_0x1c9ee2(_0x11072f,_0x403215))return!0x1;return!!_0x5bfd75[_0x38f907(0x356)](_0x1c8798=>_0x5add91[_0x38f907(0x288)](_0x2e14d6=>_0x1c8798[_0x38f907(0x2c2)]()[_0x38f907(0x1f4)](_0x2e14d6[_0x38f907(0x2c2)]())))&&_0x5add91[_0x38f907(0x356)](_0x4e16a0=>_0x5bfd75[_0x38f907(0x288)](_0x4772d6=>_0x4e16a0[_0x38f907(0x2c2)]()[_0x38f907(0x1f4)](_0x4772d6[_0x38f907(0x2c2)]())));}}[_0x19465c(0x336)](_0x223e84){const _0x2d6a4e=_0x19465c,_0x3655a5=Array[_0x2d6a4e(0x32a)](_0x223e84),_0x2bd543=this[_0x2d6a4e(0x1df)]({'skipNotAttached':!0x0}),_0x459045=_0x2bd543[_0x2d6a4e(0x1d0)](_0x23bb44=>!_0x223e84[_0x2d6a4e(0x22a)](_0x23bb44)),_0x4ba557=new Map(_0x3655a5[_0x2d6a4e(0x216)](_0x2e994b=>[_0x2e994b,this[_0x2d6a4e(0x358)][_0x2d6a4e(0x25e)](_0x2e994b[_0x2d6a4e(0x29e)],_0x2e994b[_0x2d6a4e(0x325)],_0x2d6a4e(0x210))])),_0x24931c=new Map(_0x2bd543[_0x2d6a4e(0x216)](_0x2ebd7a=>[_0x2ebd7a,_0x2ebd7a[_0x2d6a4e(0x2e4)]()]));for(let _0x4b95d3=0x0;_0x4b95d3<_0x3655a5[_0x2d6a4e(0x290)];_0x4b95d3++){if(_0x403c93(this,_0x3655a5[_0x4b95d3],_0x3655a5,_0x4b95d3+0x1))return!0x0;}for(let _0x1e946d=0x0;_0x1e946d<_0x3655a5[_0x2d6a4e(0x290)];_0x1e946d++){if(_0x403c93(this,_0x3655a5[_0x1e946d],_0x459045,0x0))return!0x0;}return!0x1;function _0x403c93(_0x2ceecc,_0x1f5e88,_0x379690,_0x26df6b){const _0x173dee=_0x2d6a4e;for(let _0x1add6a=_0x26df6b;_0x1add6a<_0x379690[_0x173dee(0x290)];_0x1add6a++){const _0x324e94=_0x379690[_0x1add6a];if(_0x324e94[_0x173dee(0x29e)]!==_0x1f5e88[_0x173dee(0x29e)]||_0x324e94[_0x173dee(0x1da)]['id']!==_0x1f5e88[_0x173dee(0x1da)]['id']||_0x324e94[_0x173dee(0x325)]!==_0x1f5e88[_0x173dee(0x325)])continue;if(!Ft(_0x1f5e88,_0x324e94,[_0x173dee(0x1e2)]))continue;if(_0x173dee(0x20d)==_0x1f5e88[_0x173dee(0x29e)]&&_0x1f5e88[_0x173dee(0x2f7)][_0x173dee(0x289)]!=_0x324e94[_0x173dee(0x2f7)][_0x173dee(0x289)])continue;if(_0x173dee(0x20d)==_0x1f5e88[_0x173dee(0x29e)]&&_0x2ceecc[_0x173dee(0x26a)](_0x1f5e88[_0x173dee(0x2f7)][_0x173dee(0x28c)]))continue;if(_0x173dee(0x324)==_0x1f5e88[_0x173dee(0x29e)]){const _0x2372ca=_0x2ceecc[_0x173dee(0x33c)][_0x173dee(0x2ca)],_0x402e51=_0x1f5e88[_0x173dee(0x27e)]();if(_0x402e51&&(_0x2372ca[_0x173dee(0x312)][_0x173dee(0x211)](_0x402e51)||_0x2372ca[_0x173dee(0x312)][_0x173dee(0x243)](_0x402e51)))continue;}const _0x55c7b3=_0x4ba557[_0x173dee(0x258)](_0x1f5e88),_0x37f8ed=_0x24931c[_0x173dee(0x258)](_0x1f5e88),_0x3057b0=_0x24931c[_0x173dee(0x258)](_0x324e94),_0x461b9c=_0x1f5e88[_0x173dee(0x200)]&&_0x1f5e88[_0x173dee(0x200)][_0x173dee(0x290)],_0x23ad5b=_0x324e94[_0x173dee(0x200)]&&_0x324e94[_0x173dee(0x200)][_0x173dee(0x290)];if(!_0x461b9c&&_0x55c7b3(_0x3057b0,_0x37f8ed))return _0x2ceecc[_0x173dee(0x256)](_0x324e94,_0x1f5e88),_0x24931c[_0x173dee(0x23f)](_0x1f5e88),!0x0;if(!_0x23ad5b&&_0x55c7b3(_0x37f8ed,_0x3057b0))return _0x2ceecc[_0x173dee(0x256)](_0x1f5e88,_0x324e94),_0x24931c[_0x173dee(0x23f)](_0x324e94),!0x0;}return!0x1;}}[_0x19465c(0x256)](_0xa6d3da,_0xf1f294){const _0x440e0a=_0x19465c;if(_0xa6d3da[_0x440e0a(0x24f)]){for(const _0x5467c6 of _0xf1f294[_0x440e0a(0x2e4)]())_0xa6d3da[_0x440e0a(0x2fc)](_0x5467c6);}else{const _0x2ee71b=_0xf1f294[_0x440e0a(0x2c2)]()[_0x440e0a(0x1f5)];this[_0x440e0a(0x22b)](_0xa6d3da,this[_0x440e0a(0x1c7)][_0x440e0a(0x266)](_0xa6d3da[_0x440e0a(0x2c2)]()[_0x440e0a(0x2a6)],_0x2ee71b));}_0xf1f294[_0x440e0a(0x1dd)]();}[_0x19465c(0x281)](_0x158d68,_0x55415b){const _0x186440=_0x19465c,_0x1f467b=_0x158d68[_0x186440(0x34c)](_0x186440(0x271))||_0x158d68[_0x186440(0x34c)](_0x186440(0x20d))?_0x186440(0x2c8):_0x158d68[_0x186440(0x32c)]();return _0x2ff7b2(this[_0x186440(0x33c)][_0x186440(0x1fa)],_0x55415b+'_'+_0x1f467b+_0x186440(0x1ee));}[_0x19465c(0x2ce)](){const _0x4d41a6=_0x19465c,_0x569ca4=this[_0x4d41a6(0x33c)];_0x3e44f6(this[_0x4d41a6(0x1c7)],({left:_0x57d4a8,entered:_0x29a254})=>{const _0x1972d5=_0x4d41a6,_0x48f29a=[];for(const _0x1b0699 of _0x57d4a8){const {group:_0x52c89d,type:_0x1a7f58}=this[_0x1972d5(0x35c)](_0x1b0699[_0x1972d5(0x267)]);if(_0x1972d5(0x217)===_0x52c89d){_0x48f29a[_0x1972d5(0x2b9)](this[_0x1972d5(0x281)](_0x1a7f58,_0x1972d5(0x32b)));break;}}for(const _0x3d3f12 of _0x29a254){const {group:_0x4c373c,type:_0x779ca8}=this[_0x1972d5(0x35c)](_0x3d3f12[_0x1972d5(0x267)]);if(_0x1972d5(0x217)===_0x4c373c){_0x48f29a[_0x1972d5(0x2b9)](this[_0x1972d5(0x281)](_0x779ca8,_0x1972d5(0x22d)));break;}}_0x48f29a[_0x1972d5(0x290)]&&_0x569ca4['ui'][_0x1972d5(0x232)][_0x1972d5(0x20b)](_0x1972d5(0x2fd),_0x48f29a[_0x1972d5(0x210)]('\x20'));});}[_0x19465c(0x27c)](_0xb150f7){const _0x539f12=_0x19465c;if(this[_0x539f12(0x353)])return!0x1;const _0x340259=this[_0x539f12(0x33c)],_0x4b73c2=_0x340259[_0x539f12(0x2ca)][_0x539f12(0x33d)][_0x539f12(0x333)][_0x539f12(0x1b4)]();if(0x0==_0x4b73c2[_0x539f12(0x290)])return!0x1;const _0x351282=[],_0xe99717=_0x4b73c2[_0x539f12(0x1d0)](_0x7fa25b=>_0x539f12(0x20d)==_0x7fa25b[_0x539f12(0x29e)]),_0x11f30e=_0x4b73c2[_0x539f12(0x1d0)](_0x13c734=>_0x539f12(0x328)==_0x13c734[_0x539f12(0x29e)]&&_0x539f12(0x249)!=_0x13c734[_0x539f12(0x267)]),_0x6a07c3=_0x4b73c2[_0x539f12(0x1d0)](_0x210d90=>_0x539f12(0x24a)==_0x210d90[_0x539f12(0x29e)]&&_0x539f12(0x249)!=_0x210d90[_0x539f12(0x267)]);for(const _0x119231 of _0xe99717)_0x351282[_0x539f12(0x2b9)]({'key':_0x119231[_0x539f12(0x321)],'newValue':_0x119231[_0x539f12(0x2e0)],'oldValue':_0x119231[_0x539f12(0x2c7)],'range':Ut(_0x119231[_0x539f12(0x348)],_0x340259[_0x539f12(0x2ca)])});for(const _0x2e2088 of _0x11f30e){const _0x53ab7b=_0x6a07c3[_0x539f12(0x1e4)](_0x2add89=>_0x2add89[_0x539f12(0x33a)][_0x539f12(0x1f4)](_0x2e2088[_0x539f12(0x33a)]));_0x53ab7b&&_0x351282[_0x539f12(0x2b9)]({'key':_0x539f12(0x238),'newValue':_0x2e2088[_0x539f12(0x267)],'oldValue':_0x53ab7b[_0x539f12(0x267)],'range':_0x340259[_0x539f12(0x2ca)][_0x539f12(0x20c)](_0x2e2088[_0x539f12(0x33a)][_0x539f12(0x244)])});}return 0x0!=_0x351282[_0x539f12(0x290)]&&this[_0x539f12(0x301)](_0xb150f7,_0x351282);}[_0x19465c(0x1f2)](_0x4ea686){const _0x32a3fe=_0x19465c;let _0x3a9800=!0x1;const _0xa6bbdf=this[_0x32a3fe(0x33c)][_0x32a3fe(0x2ca)][_0x32a3fe(0x33d)][_0x32a3fe(0x333)][_0x32a3fe(0x2dc)]()[_0x32a3fe(0x1d0)](_0x294161=>_0x294161[_0x32a3fe(0x2f7)][_0x32a3fe(0x1ce)]&&_0x294161[_0x32a3fe(0x267)][_0x32a3fe(0x34c)](_0x32a3fe(0x275)));for(const _0x537351 of _0xa6bbdf){const {subType:_0x29a9a3,id:_0x30b059}=this[_0x32a3fe(0x35c)](_0x537351[_0x32a3fe(0x267)]),_0x779e7c=_0x29a9a3[_0x32a3fe(0x254)]('|')[0x0];for(const _0x5fbc66 of this[_0x32a3fe(0x1df)]({'skipNotAttached':!0x0}))_0x5fbc66['id']!=_0x30b059&&_0x32a3fe(0x20d)==_0x5fbc66[_0x32a3fe(0x29e)]&&_0x5fbc66[_0x32a3fe(0x2f7)]&&_0x5fbc66[_0x32a3fe(0x2f7)][_0x32a3fe(0x28c)]==_0x779e7c&&_0x5fbc66[_0x32a3fe(0x2c2)]()[_0x32a3fe(0x26f)](_0x537351[_0x32a3fe(0x2f7)][_0x32a3fe(0x1ce)])&&(this[_0x32a3fe(0x1e0)](_0x5fbc66,_0x537351[_0x32a3fe(0x2f7)][_0x32a3fe(0x1ce)],_0x4ea686),_0x3a9800=!0x0);}return _0x3a9800;}[_0x19465c(0x270)](_0x591ec6){const _0x5e78ce=_0x19465c;this[_0x5e78ce(0x33c)],(this[_0x5e78ce(0x353)]=!0x0,_0x591ec6());}[_0x19465c(0x2a1)](_0x1cd85b){const _0x720d0b=_0x19465c,_0xccd8eb=this[_0x720d0b(0x26a)](_0x1cd85b),_0x57ea3d=this[_0x720d0b(0x26d)][_0x720d0b(0x22a)](_0x1cd85b);return _0xccd8eb||_0x57ea3d;}[_0x19465c(0x301)](_0x386c68,_0x4dd502){const _0x279e65=_0x19465c;if(0x0==_0x4dd502[_0x279e65(0x290)])return!0x1;let _0x56eb08=!0x1;for(const _0xc1ba02 of _0x4dd502){const _0x23ea61=this[_0x279e65(0x241)](_0xc1ba02[_0x279e65(0x348)],_0x279e65(0x20d))[_0x279e65(0x1d0)](_0x275c6a=>!_0x275c6a[_0x279e65(0x1f3)][_0x279e65(0x236)])[_0x279e65(0x216)](_0x28d884=>_0x28d884[_0x279e65(0x217)]),_0x410448=_0x588d6c({'newValue':_0xc1ba02[_0x279e65(0x2bb)]});_0x23ea61[_0x279e65(0x1d0)](_0x150888=>{const _0x2ee2d1=_0x279e65,[_0x40d70a,_0x542412]=_0x150888[_0x2ee2d1(0x325)][_0x2ee2d1(0x254)]('|');return _0x40d70a==_0xc1ba02[_0x2ee2d1(0x28c)]&&_0x542412!=_0x410448;})[_0x279e65(0x1ca)](_0x152989=>{const _0x85fb05=_0x279e65;this[_0x85fb05(0x1e0)](_0x152989,_0xc1ba02[_0x85fb05(0x348)],_0x386c68),_0x56eb08=!0x0;});}return _0x56eb08;}[_0x19465c(0x1e0)](_0x41d96f,_0x4d51de,_0x1a003b){const _0x1c90a2=_0x19465c,_0x113650=_0x41d96f[_0x1c90a2(0x2c2)]()[_0x1c90a2(0x287)](_0x4d51de);0x0!==_0x113650[_0x1c90a2(0x290)]?0x1!==_0x113650[_0x1c90a2(0x290)]?this[_0x1c90a2(0x33e)](_0x41d96f,_0x4d51de[_0x1c90a2(0x2a6)],_0x4d51de[_0x1c90a2(0x1f5)]):this[_0x1c90a2(0x22b)](_0x41d96f,_0x113650[0x0]):_0x1a003b[_0x1c90a2(0x349)](_0x41d96f[_0x1c90a2(0x2a7)]());}}class Bt{constructor(_0x296386){const _0x27b2b3=_0x19465c;this[_0x27b2b3(0x341)]=_0x296386,this[_0x27b2b3(0x1c7)]=_0x296386[_0x27b2b3(0x2ca)],this[_0x27b2b3(0x27b)]=new Map(),this[_0x27b2b3(0x2f1)]=new Map(),this[_0x27b2b3(0x326)]();}[_0x19465c(0x1ef)](_0x3c0233,_0xebc2f3,_0x2e8a11,_0x5d9509,_0x5f5b45,_0x4a17d7){const _0x45fd96=_0x19465c;return new _0x302285(this[_0x45fd96(0x1c7)],{'type':_0x3c0233,'subType':_0xebc2f3,'id':_0x2e8a11,'author':_0x5d9509,'creator':_0x5d9509,'attributes':_0x5f5b45,'onAttributesChange':_0x4a17d7,'onAccept':(..._0x191b13)=>this[_0x45fd96(0x25e)](_0x3c0233,_0xebc2f3,_0x45fd96(0x347))(..._0x191b13),'onDiscard':(..._0x7054e5)=>this[_0x45fd96(0x25e)](_0x3c0233,_0xebc2f3,_0x45fd96(0x351))(..._0x7054e5)});}[_0x19465c(0x2c9)](_0x2d9a9a,_0x40bc8d,_0x52180d,_0x2f6b32){const _0x3139d9=_0x19465c,_0x1e5e05=_0x2d9a9a+':'+_0x40bc8d+':'+_0x52180d;this[_0x3139d9(0x27b)][_0x3139d9(0x213)](_0x1e5e05,_0x2f6b32);}[_0x19465c(0x25e)](_0x2d3411,_0x462f2e,_0xe579a8){const _0x521295=_0x19465c,_0x30c8dc=_0x2d3411+':'+_0x462f2e+':'+_0xe579a8;return this[_0x521295(0x27b)][_0x521295(0x258)](_0x30c8dc)||this[_0x521295(0x2f1)][_0x521295(0x258)](_0x2d3411+':'+_0xe579a8);}[_0x19465c(0x326)](){const _0x3fa6c1=_0x19465c,_0x5674db=()=>!0x1,_0x5d8afc=_0x1b54b1=>{const _0x4a6a73=_0x4468;_0x1b54b1[_0x4a6a73(0x2e3)]((_0x1e2d98,_0x4b7007)=>_0x1e2d98[_0x4a6a73(0x2a6)][_0x4a6a73(0x2eb)](_0x4b7007[_0x4a6a73(0x2a6)])?0x1:-0x1),this[_0x4a6a73(0x1c7)][_0x4a6a73(0x2d6)](_0x2afea2=>{const _0xa75f=_0x4a6a73;for(const _0x3d12b6 of _0x1b54b1){let _0x4f7ee8;_0x4f7ee8=_0x3d12b6[_0xa75f(0x1f5)][_0xa75f(0x22c)]&&_0x3d12b6[_0xa75f(0x1f5)][_0xa75f(0x25f)]==_0x3d12b6[_0xa75f(0x2a6)][_0xa75f(0x244)]?_0x2afea2[_0xa75f(0x2fa)](_0x3d12b6[_0xa75f(0x2a6)][_0xa75f(0x244)],'on'):_0x2afea2[_0xa75f(0x2fa)](_0x3d12b6),this[_0xa75f(0x1c7)][_0xa75f(0x234)](_0x4f7ee8,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0xf1eca4=(_0x33ce86,_0x286488)=>{const _0x33be49=_0x4468;_0x286488&&this[_0x33be49(0x1c7)][_0x33be49(0x2d6)](_0x4778b6=>{const _0x214027=_0x33be49,{commandName:_0x4a876c,commandParams:_0x4a2932=[]}=_0x286488,_0x25c884=_0x33ce86[_0x214027(0x216)](_0x4da919=>(Rt(_0x4da919)&&(_0x4da919=this[_0x214027(0x1c7)][_0x214027(0x266)](_0x4da919[_0x214027(0x1f5)])),_0x4da919))[_0x214027(0x1d0)](_0x351f8f=>_0x214027(0x2d3)!==_0x351f8f[_0x214027(0x2a3)][_0x214027(0x28a)]);if(_0x25c884[_0x214027(0x290)]<0x1)return;const _0x4c72e2=Array[_0x214027(0x32a)](this[_0x214027(0x1c7)][_0x214027(0x33d)][_0x214027(0x292)][_0x214027(0x2e4)]())[_0x214027(0x216)](_0x53c980=>_0x1aae8e[_0x214027(0x1ff)](_0x53c980));_0x4778b6[_0x214027(0x214)](_0x25c884);for(const _0x1ca1ea of this[_0x214027(0x341)][_0x214027(0x357)][_0x214027(0x357)]())_0x1ca1ea[_0x214027(0x2af)]();_0x4a2932[_0x214027(0x2b9)]({'forceDefaultExecution':!0x0}),this[_0x214027(0x341)][_0x214027(0x2ff)](_0x4a876c,..._0x4a2932);const _0x2e0928=_0x4c72e2[_0x214027(0x1d0)](_0x3989c9=>_0x214027(0x2d3)!=_0x3989c9[_0x214027(0x2a3)][_0x214027(0x28a)]);_0x2e0928[_0x214027(0x290)]>0x0&&_0x4778b6[_0x214027(0x214)](_0x2e0928);for(const _0x14f537 of _0x4c72e2)_0x14f537[_0x214027(0x22f)]();});},_0x323db1=(_0xe6629d,_0x426823)=>0x1==_0xe6629d[_0x3fa6c1(0x290)]&&0x1==_0x426823[_0x3fa6c1(0x290)]&&_0xe6629d[0x0][_0x3fa6c1(0x1f5)][_0x3fa6c1(0x1f4)](_0x426823[0x0][_0x3fa6c1(0x2a6)]),_0x42b191=(_0x2cb213,_0xe0efa6,_0x3470e7,_0xad31a1)=>Gt(_0x2cb213,_0xe0efa6,_0x3470e7,_0xad31a1,this[_0x3fa6c1(0x1c7)])?[_0x2cb213,_0xe0efa6]:Gt(_0xe0efa6,_0x2cb213,_0xad31a1,_0x3470e7,this[_0x3fa6c1(0x1c7)])?[_0xe0efa6,_0x2cb213]:null;this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x22e),_0x5674db),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x30b),_0x5d8afc),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x2a8),_0x323db1),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x1fb),_0x42b191),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x1d2),_0x5d8afc),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x2ba),_0x5674db),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x1ae),_0x323db1),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x2d8),_0x42b191),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x2c6),_0xf1eca4),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x20a),_0x5674db),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x33b),_0x323db1),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x2df),_0x5674db),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x2d1),_0xf1eca4),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x33f),_0x5674db),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x2d4),_0x323db1),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x311),_0x5674db),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x28f),_0x5674db),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x27a),(_0x3f9efd,_0x290e25)=>{const _0xe8ab3c=_0x3fa6c1;if(!_0x290e25)return;const _0x1804cd=this[_0xe8ab3c(0x341)][_0xe8ab3c(0x330)][_0xe8ab3c(0x258)](p);this[_0xe8ab3c(0x1c7)][_0xe8ab3c(0x2d6)](_0x5386a9=>{const _0x360c28=_0xe8ab3c;if(_0x360c28(0x238)==_0x290e25[_0x360c28(0x28c)])for(const _0x102227 of _0x3f9efd){const _0xe400ed=_0x102227[_0x360c28(0x2a6)][_0x360c28(0x244)],_0x250582=_0x290e25[_0x360c28(0x289)];_0x5386a9[_0x360c28(0x2f8)](_0xe400ed,_0x250582);}else{if(_0x1804cd[_0x360c28(0x26a)](_0x290e25[_0x360c28(0x28c)])){for(const _0x494ac8 of _0x3f9efd)void 0x0!==_0x290e25[_0x360c28(0x289)]?_0x5386a9[_0x360c28(0x359)](_0x290e25[_0x360c28(0x28c)],_0x290e25[_0x360c28(0x289)],_0x494ac8[_0x360c28(0x2a6)][_0x360c28(0x244)]):_0x5386a9[_0x360c28(0x35a)](_0x290e25[_0x360c28(0x28c)],_0x494ac8[_0x360c28(0x2a6)][_0x360c28(0x244)]);}else{for(const _0x46b77c of _0x3f9efd)_0x290e25[_0x360c28(0x289)]?_0x5386a9[_0x360c28(0x359)](_0x290e25[_0x360c28(0x28c)],_0x290e25[_0x360c28(0x289)],_0x46b77c):_0x5386a9[_0x360c28(0x35a)](_0x290e25[_0x360c28(0x28c)],_0x46b77c);}}});}),this[_0x3fa6c1(0x2f1)][_0x3fa6c1(0x213)](_0x3fa6c1(0x2ae),_0x323db1);}}function xt(_0x2451ad,_0x991697,_0x5d234f){const _0x2ee48c=_0x19465c;for(const _0x11b156 of _0x991697[_0x2ee48c(0x25f)][_0x2ee48c(0x29d)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x11b156[_0x2ee48c(0x2a3)]==_0x11b156)return!0x1;if(!_0x5d234f[_0x2ee48c(0x2b4)](_0x11b156))return!0x1;if(_0x2451ad[_0x2ee48c(0x211)](_0x11b156)||_0x2451ad[_0x2ee48c(0x243)](_0x11b156))return!0x0;}return!0x1;}function Rt(_0x4d4356){const _0x35bb07=_0x19465c;return _0x4d4356[_0x35bb07(0x1f5)][_0x35bb07(0x25f)]==_0x4d4356[_0x35bb07(0x2a6)][_0x35bb07(0x244)]&&_0x4d4356[_0x35bb07(0x1f5)][_0x35bb07(0x2ab)];}function Tt(_0x55a350,_0x2de7ab,_0x124b13,_0x4a2c4f){const _0x58b745=_0x19465c,_0x2ae0da=_0xb34527=>!_0xb34527[_0x58b745(0x2b5)]['is'](_0x58b745(0x240))&&!_0x4a2c4f[_0x58b745(0x211)](_0xb34527[_0x58b745(0x2b5)]),_0x38e7b3=_0x55a350[_0x58b745(0x2a6)][_0x58b745(0x1c4)](_0x2ae0da),_0x1013d3=_0x55a350[_0x58b745(0x1f5)][_0x58b745(0x1c4)](_0x2ae0da,{'direction':_0x58b745(0x35d)});return(!_0x55a350[_0x58b745(0x2a6)][_0x58b745(0x1f4)](_0x38e7b3)||!_0x55a350[_0x58b745(0x1f5)][_0x58b745(0x1f4)](_0x1013d3))&&(_0x38e7b3[_0x58b745(0x2eb)](_0x1013d3)?_0x124b13[_0x58b745(0x250)](_0x2de7ab,{'range':_0x124b13[_0x58b745(0x266)](_0x38e7b3,_0x1013d3)}):_0x124b13[_0x58b745(0x349)](_0x2de7ab),!0x0);}function Et(_0x28b6df){return _0x588d6c(_0x28b6df);}function Vt(_0x586b8c){const _0x2b0133=_0x19465c,_0xb37ea6=_0x586b8c[_0x2b0133(0x2a6)][_0x2b0133(0x244)];return _0xb37ea6&&_0xb37ea6['is'](_0x2b0133(0x2b7));}function Ut(_0x59beef,_0x243e00){const _0x295bb4=_0x19465c;return null==_0x59beef[_0x295bb4(0x1f5)][_0x295bb4(0x32d)]&&_0x59beef[_0x295bb4(0x1f5)][_0x295bb4(0x25f)]==_0x59beef[_0x295bb4(0x2a6)][_0x295bb4(0x244)]?Ot(_0x59beef[_0x295bb4(0x2a6)][_0x295bb4(0x244)],_0x243e00):_0x59beef;}function Ot(_0xf5b153,_0x1eb3a9){const _0x122feb=_0x19465c,_0x116c4c=_0x1eb3a9[_0x122feb(0x312)][_0x122feb(0x211)](_0xf5b153)||_0x1eb3a9[_0x122feb(0x312)][_0x122feb(0x2c1)](_0xf5b153);return _0x1eb3a9[_0x122feb(0x266)](_0x1eb3a9[_0x122feb(0x273)](_0xf5b153,_0x122feb(0x252)),_0x116c4c?_0x1eb3a9[_0x122feb(0x30a)](_0xf5b153):_0x1eb3a9[_0x122feb(0x273)](_0xf5b153,_0x122feb(0x1f5)));}function Gt(_0x148c0c,_0x1b546c,_0x513dac,_0x523235,_0x5b82a4){const _0x55915c=_0x19465c;if(!Ft(_0x148c0c,_0x1b546c))return!0x1;if(_0x513dac[_0x55915c(0x1f5)][_0x55915c(0x1f4)](_0x523235[_0x55915c(0x2a6)]))return!0x0;if(_0x148c0c[_0x55915c(0x29e)]!=_0x1b546c[_0x55915c(0x29e)])return!0x1;if(!_0x513dac[_0x55915c(0x1f5)][_0x55915c(0x2ad)](_0x523235[_0x55915c(0x2a6)]))return!0x1;const _0x495e52=_0x5b82a4[_0x55915c(0x266)](_0x513dac[_0x55915c(0x1f5)],_0x523235[_0x55915c(0x2a6)])[_0x55915c(0x2ed)]();for(const _0x4b24bf of _0x495e52)if([_0x55915c(0x1ea),_0x55915c(0x316)][_0x55915c(0x268)](_0x4b24bf[_0x55915c(0x29e)])&&_0x5b82a4[_0x55915c(0x312)][_0x55915c(0x243)](_0x4b24bf[_0x55915c(0x2b5)]))return!0x1;return!0x0;}function Ft(_0x2007e5,_0x10cbdd,_0x2ba9b9=[]){const _0x1f9d10=_0x19465c;return!(!_0x2007e5[_0x1f9d10(0x34e)]||!_0x10cbdd[_0x1f9d10(0x34e)])&&_0x1c9ee2(_0x41f031(_0x2007e5[_0x1f9d10(0x23d)],_0x2ba9b9),_0x41f031(_0x10cbdd[_0x1f9d10(0x23d)],_0x2ba9b9));}function Pt(_0x42a97c,_0x29b0c8){const _0x4f86c4=_0x19465c,_0xabcdcf=Lt(_0x42a97c[_0x4f86c4(0x23d)]),_0x4ecd53=Lt(_0x29b0c8);if(!_0x42a97c[_0x4f86c4(0x34e)])return!0x1;for(const _0x3ffa92 of Object[_0x4f86c4(0x1d6)](_0x4ecd53))if(!_0x1c9ee2(_0xabcdcf[_0x3ffa92],_0x4ecd53[_0x3ffa92]))return!0x1;return!0x0;}function Lt(_0x58397a){const _0x42005f=_0x19465c,_0x21da6c=Object[_0x42005f(0x237)]({},_0x58397a);return delete _0x21da6c[_0x42005f(0x226)],delete _0x21da6c[_0x42005f(0x279)],_0x21da6c;}
23
+ const _0x56b96a=_0x55ec;(function(_0x1538a7,_0x126585){const _0x4514c1=_0x55ec,_0x1639b0=_0x1538a7();while(!![]){try{const _0x13d5ab=-parseInt(_0x4514c1(0x1d9))/0x1+parseInt(_0x4514c1(0x198))/0x2*(parseInt(_0x4514c1(0x28e))/0x3)+parseInt(_0x4514c1(0x1ce))/0x4*(parseInt(_0x4514c1(0x17d))/0x5)+parseInt(_0x4514c1(0x138))/0x6+parseInt(_0x4514c1(0x19a))/0x7+parseInt(_0x4514c1(0x10c))/0x8+parseInt(_0x4514c1(0x114))/0x9*(-parseInt(_0x4514c1(0x266))/0xa);if(_0x13d5ab===_0x126585)break;else _0x1639b0['push'](_0x1639b0['shift']());}catch(_0x17dd7c){_0x1639b0['push'](_0x1639b0['shift']());}}}(_0x1eaa,0xbd6e2));import{Plugin as _0x12998c,PendingActions as _0x301b26}from'ckeditor5/src/core.js';import{LiveRange as _0x5475c5}from'ckeditor5/src/engine.js';import{CKEditorError as _0x1cf0b3,uid as _0x2a9ded,priorities as _0x4a6693,logWarning as _0x1d1a4b}from'ckeditor5/src/utils.js';import{toWidget as _0x3dd7ee}from'ckeditor5/src/widget.js';import{Users as _0x3efd1e,hashObject as _0x3f3261,surroundingMarkersDetector as _0x1e4c0e}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x36b3a6 from'./commands/trackchangescommand.js';import _0xb94f57 from'./commands/acceptsuggestioncommand.js';function _0x55ec(_0x4d6d1e,_0x1a4e22){const _0x1eaaf=_0x1eaa();return _0x55ec=function(_0x55ec2f,_0x1534c6){_0x55ec2f=_0x55ec2f-0x107;let _0x1578ab=_0x1eaaf[_0x55ec2f];return _0x1578ab;},_0x55ec(_0x4d6d1e,_0x1a4e22);}import _0x29d50e from'./commands/discardsuggestioncommand.js';import _0x1fad2a from'./commands/executeonallsuggestionscommand.js';import _0x3f58d1 from'./commands/executeonselectedsuggestionscommand.js';import _0x1dd1a2 from'./suggestion.js';import _0x527948 from'./suggestiondescriptionfactory.js';import _0x3fbcb8 from'./integrations/aiassistant.js';import _0x4c88e2 from'./integrations/alignment.js';import _0x592b91 from'./integrations/basicstyles.js';import _0x2fbed3 from'./integrations/blockquote.js';import _0x2be3d8 from'./integrations/casechange.js';import _0x3511ff from'./integrations/ckbox.js';import _0x4afb4b from'./integrations/codeblock.js';import _0x259191 from'./integrations/comments.js';import _0x2224ae from'./integrations/deletecommand.js';import _0x326552 from'./integrations/list.js';import _0x4b3935 from'./integrations/listproperties.js';import _0x1c2337 from'./integrations/entercommand.js';import _0x2998c7 from'./integrations/findandreplace.js';import _0x49583d from'./integrations/font.js';import _0x4cba23 from'./integrations/formatpainter.js';import _0xce88ec from'./integrations/heading.js';import _0xa8e272 from'./integrations/highlight.js';import _0x476fe4 from'./integrations/horizontalline.js';import _0x392b89 from'./integrations/htmlembed.js';import _0x395a41 from'./integrations/image.js';import _0x59af3f from'./integrations/imagereplace.js';import _0x3522ac from'./integrations/imagestyle.js';import _0x3be25c from'./integrations/importword.js';import _0x50bb85 from'./integrations/indent.js';import _0x274cce from'./integrations/inputcommand.js';import _0x1fc0af from'./integrations/link.js';import _0xd59d56 from'./integrations/legacylist.js';import _0x2d2167 from'./integrations/legacylistproperties.js';function _0x1eaa(){const _0x561e20=['isIntersecting','values','hasComments','insertion:discard','_joinSuggestions','formatBlock:','PENDING_ACTION_SUGGESTION','return','insertion:chain','push','selection','4004640TNoHJi','default','getDifference','getSuggestions','comments','multi','_splitMarkerName','range','928926jRjJcu','split','stopListening','formatBlock:chain','schema','getItems','createPositionBefore','_breakSuggestionMarker','_getExternalAuthor','rethrowUnexpectedError','LEAVE','registerPostFixer','_cutOutSuggestionMarker','ck-suggestion-marker-formatBlock','track-changes-suggestion-not-found','_SUGGESTION_ANNOUNCEMENT','removeAttribute','suggestion-type','catch','suggestionLoaded','lowest','oldRange','dataToMarker','ck-suggestion-marker--active','data-suggestion','addMarker:suggestion:attribute','addMarker:suggestion','originalSuggestionId','trackChanges.mergeNestedSuggestions','item','markerReady','addMarkerName','assign','batch','name','_registerInlineAttribute','6408990amABZe','showSuggestionHighlights','CommentsRepository','resolve','nodeBefore','_recordAttributeSuggestions','getChanges','enableReadOnlyMode','addCommentThread','splice','$textProxy','editing','concat','_updateSuggestionData','some','change','getShiftedBy','markerName','ck-suggestion-marker-formatInline','value','_getSuggestionData','skipNestingCheck','open','_commentsRepository','toJSON','discardAllSuggestions','differ','groupId','_registerBlockAttribute','removeClass','always','_processAttributeChanges','formatBlock','addSuggestion','containsPosition','suggestion','newRange','deletion:discard','clear','subType','documentSelection','hasSuggestion','fromRange','key','updateMarker','removeMarkers','insertion','insertContent','setAttribute','pluginName','addClass','before','_trackFormatChanges','attributeOldValue','isCollapsed','track-changes-enable-command-twice','unbindElementFromMarkerName','external:','_recordAttributeChanges','_descriptionFactory','_getMarkerAnnouncementText','getNearestSelectionRange','markInlineFormat','change:data','createRangeIn','setTo','refresh','markMultiRangeDeletion','getAttribute','3052785lFFIZL','pop','isRemovable','change:_saved','getSuggestionCallback','backward','element','_refreshSuggestionsChain','dataReady','_suggestionFactory','oldValue','suggestion:','getAllAdjacentSuggestions','_defaultCallbacks','multipleBlocks','detach','high','FORMATTING','adapter','discard','_element','track-changes-adapter-already-set','filter','markMultiRangeBlockFormat','suggestionUnloaded','previous','$graveyard','12FATsdI','nodeAfter','6929370elDAtz','substr','formatInline:discard','_adapter','reconvertMarker','isBefore','type','formatInline','plugins','Users','ck-suggestion-marker','_setSuggestionRange','rootName','markDeletion','enqueueChange','attribute','listenTo','isInContent','authoredAt','markerNameToElements','markMultiRangeInsertion','change:activeMarkers','add','execute','fetchCommentThread','applyOperation','_isRegisteredAttribute','dataDowncast','ready','createPositionAt','formatInline:chain','parent','markerToHighlight','highest','next','getFirstRange','formatInline:','$text','define','rename','getChangedMarkers','discardSelectedSuggestions','hasCommentThread','fire','isLocal','_processAttributeSuggestions','acceptSuggestion','acceptSelectedSuggestions','createSelection','formatGroupId','position','warn','4lIRKGh','upcast','delete','mapper','moveTargetPosition','then','createElement','commandName','data','trackChanges.trackFormatChanges','size','343564VEyMFt','_isForcedDefaultExecutionBlock','createPositionAfter','getCustomProperty','isTouching','_enableDefaultAttributesIntegration','removeMarker:suggestion:formatBlock','splitPosition','createRangeOn','getContainedElement','_onDiscard','consumable','deletion','writer','fromCharCode','author','$elementName','formatInline:accept','addHighlight','registerCustomCallback','attribute:','includes','find','attribute:discard','suggestion:attribute:','_getAttributeKey','updateSuggestion','_suggestions','collaboration.channelId','removeMarker','options','_reduceExistingSuggestions','isObject','never','startsWith','_setSuggestionData','isEqual','getCommentThread','deletion:','isDocumentOperation','commands','trackChanges','marker-count','end','_checkSuggestionCorrectness','deletion:chain','get','commentThread','isArray','getFirstMarker','conversion','_joinWithAdjacentSuggestions','_rangeIsInLocalUserInsertion','newValue','@external','buildSuggestion','removeMarker:suggestion:attribute','consume','requires','$marker','config','editingDowncast','substring','_reduceSuggestionAttributeRange','ariaLiveAnnouncer','activeMarkers','_handleNewSuggestionMarker','getRange','deletion:accept','accepted','getMarkers','_customCallbacks','every','addUser','toUpperCase','PendingActions','length','keys','insertion:','track-changes-command-not-found','from','createdAt','join','_findSuggestions','_inlineAttributeKeys','isOwn','suggestionChanged','enableCommand','update:suggestion','markAttributeChange','accept','isUndo','model','move','_blockAttributeKeys','isInsideObject','containsRangeInObject','targetPosition','_saved','editor','insert','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.','toViewElement','deleteContent','trackChangesCommand','track-changes-adapter-missing-getsuggestion','isAfter','document','unbind','howMany','getAncestors','isMultiRange','formatBlock:accept','_registerDefaultCallbacks','meta','unshift','_addThreadToSuggestion','containsItem','elementEnd','_mergeNestedSuggestions','clone','_addSuggestionMarker','group','_enabledCommands','formatBlock:join','track-changes-suggestion-data-mismatch','track-changes-user-not-found','_suggestionState','ENTER','_model','_createSuggestion','has','low','remove','addMarker:suggestion:formatBlock','isSelectable','acceptAllSuggestions','removeComment','setSelection','_isBlockAttribute','attributes','290OiMNQH','tablePasteChainId','bindElementToMarker','announce','getMultiRangeId','isBlock','getLastMatchingPosition','normal','getSuggestion','sort','_editor','start','attributeKey','error-saving-suggestion-data-suggestion-discarded','_removeSuggestion','_getAuthorFromId','authorName','containerElement','set','for','insertion:join','root','markInsertion','addMarker','insertion:accept','markBlockFormat','addSuggestionData','markerToData','format','addRange','TrackChangesEditing','isLimit','isAtStart','forward','isExternal','getWalker','after','removed','elementToElement','formatInline:join','471732NyjGoR','widget','isAtEnd','isIntersectingWithRange','locale','attribute:accept','getIntersection','addComment','getRanges','createRange','chain','isNextTo','deletion:join','creator','_initAriaMarkerChangeAnnouncements','forceDefaultExecution','_afterChanges','stop','_isDataLoaded','discardSuggestion','containsRange','getUser','elementStart','head','markers','_refreshAttributeSuggestionsChain','formatBlock:discard','forEach','rejected','attributeNewValue','ck-suggestion-marker-','map','init','attribute:join','notReady'];_0x1eaa=function(){return _0x561e20;};return _0x1eaa();}import _0x14a715 from'./integrations/mediaembed.js';import _0x19b13b from'./integrations/mention.js';import _0x47eb80 from'./integrations/pagebreak.js';import _0x4e604b from'./integrations/paragraph.js';import _0x56c862 from'./integrations/removeformat.js';import _0x7f4b06 from'./integrations/restrictededitingmode.js';import _0x46521d from'./integrations/shiftentercommand.js';import _0x33cf18 from'./integrations/standardeditingmode.js';import _0x2a1f5f from'./integrations/style.js';import _0x4824f9 from'./integrations/table.js';import _0x2960b8 from'./integrations/tablemergesplit.js';import _0x4e0f1f from'./integrations/tableheadings.js';import _0x3a3521 from'./integrations/tableclipboard.js';import _0x2d4512 from'./integrations/tablecolumnresize.js';import _0x45786c from'./integrations/template.js';import _0x283b69 from'./integrations/tableofcontents.js';import _0x5a461a from'./integrations/title.js';import _0x4a5c5c from'./integrations/undo.js';import _0xe29925 from'./integrations/tablecaption.js';import _0x20602d from'./integrations/tableproperties.js';import{getTranslation as _0x24fe1e}from'./utils/common-translations.js';import{isEqual as _0x4f47eb,omit as _0x16f9f8}from'lodash-es';export const renameAttributeKey=_0x56b96a(0x1e9);export default class p extends _0x12998c{static get[_0x56b96a(0x213)](){const _0x2702ae=_0x56b96a;return[_0x2702ae(0x13a),_0x3efd1e,_0x301b26,_0x3fbcb8,_0x4c88e2,_0x592b91,_0x2fbed3,_0x3511ff,_0x2be3d8,_0x4afb4b,_0x259191,_0x2224ae,_0x1c2337,_0x2998c7,_0x49583d,_0x4cba23,_0xce88ec,_0xa8e272,_0x476fe4,_0x392b89,_0x395a41,_0x3522ac,_0x59af3f,_0x3be25c,_0x50bb85,_0x274cce,_0xd59d56,_0x2d2167,_0x1fc0af,_0x326552,_0x4b3935,_0x14a715,_0x19b13b,_0x47eb80,_0x4e604b,_0x56c862,_0x7f4b06,_0x46521d,_0x33cf18,_0x2a1f5f,_0x4824f9,_0x2960b8,_0x4e0f1f,_0xe29925,_0x3a3521,_0x2d4512,_0x283b69,_0x20602d,_0x45786c,_0x5a461a,_0x4a5c5c];}static get[_0x56b96a(0x169)](){const _0xd44f63=_0x56b96a;return _0xd44f63(0x284);}constructor(_0x5dd4a5){const _0x2d5637=_0x56b96a;function _0x2f1cc7(_0x41787a){const _0x3fa7ec=_0x55ec;return _0x41787a[_0x3fa7ec(0x2ad)](_0x23b3df=>String[_0x3fa7ec(0x1e7)](_0x23b3df))[_0x3fa7ec(0x22b)]('');}super(_0x5dd4a5),this[_0x2d5637(0x13d)]=!0x1,this[_0x2d5637(0x278)](_0x2d5637(0x21a),[]),this['on'](_0x2d5637(0x1af),(_0x19e226,_0x5bc148,_0xf52d98,_0x366985)=>{const _0x49e4d7=_0x2d5637;this[_0x49e4d7(0x25a)][_0x49e4d7(0x147)](()=>{const _0x251516=_0x49e4d7;for(const _0xda511e of[..._0x366985,..._0xf52d98])this[_0x251516(0x25a)][_0x251516(0x2a6)][_0x251516(0x25c)](_0xda511e)&&_0x5dd4a5[_0x251516(0x143)][_0x251516(0x19e)](_0xda511e);});}),this[_0x2d5637(0x173)]=new _0x527948(this[_0x2d5637(0x23c)][_0x2d5637(0x235)][_0x2d5637(0x118)],this[_0x2d5637(0x23c)][_0x2d5637(0x292)]),this[_0x2d5637(0x19d)]=null,this[_0x2d5637(0x186)]=new Bt(this[_0x2d5637(0x23c)]),this[_0x2d5637(0x1f4)]=new Map(),this[_0x2d5637(0x14f)]=_0x5dd4a5[_0x2d5637(0x1a2)][_0x2d5637(0x207)](_0x2d5637(0x13a)),this[_0x2d5637(0x254)]=new Set(),this[_0x2d5637(0x25a)]=this[_0x2d5637(0x23c)][_0x2d5637(0x235)],this[_0x2d5637(0x258)]=new WeakMap(),this[_0x2d5637(0x1da)]=!0x1,this[_0x2d5637(0x237)]=new Set([_0x2d5637(0x1e9)]),this[_0x2d5637(0x22d)]=new Set(),_0x5dd4a5[_0x2d5637(0x215)][_0x2d5637(0x1c0)](_0x2d5637(0x1d7),_0x2d5637(0x10d)),this[_0x2d5637(0x16c)]=_0x5dd4a5[_0x2d5637(0x215)][_0x2d5637(0x207)](_0x2d5637(0x1d7)),_0x5dd4a5[_0x2d5637(0x215)][_0x2d5637(0x1c0)](_0x2d5637(0x130),!0x0),this[_0x2d5637(0x250)]=_0x5dd4a5[_0x2d5637(0x215)][_0x2d5637(0x207)](_0x2d5637(0x130)),this[_0x2d5637(0x241)]=new _0x36b3a6(_0x5dd4a5,this[_0x2d5637(0x254)]),this[_0x2d5637(0x29c)](),this[_0x2f1cc7([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2f1cc7([0x34,0x30,0x34,0x38,0x30,0x34,0x35,0x34]);}[_0x56b96a(0x2ae)](){const _0x49003b=_0x56b96a,_0x36b658=this[_0x49003b(0x23c)],_0x534f96=(_0x122b3d,_0x599e0e)=>{const _0x5e1b89=_0x49003b;if(_0x5e1b89(0x1a9)!=_0x122b3d)return _0x5e1b89(0x2ac)+_0x122b3d;const _0x9ac9f6=_0x599e0e[_0x5e1b89(0x115)]('|')[0x0];return this[_0x5e1b89(0x264)](_0x9ac9f6)?_0x5e1b89(0x121):_0x5e1b89(0x14a);};_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x216))[_0x49003b(0x1ba)]({'model':_0x49003b(0x15b),'view':_0x253aad=>{const _0x112be0=_0x49003b,{id:_0x4bffc3,type:_0x1e36d5,subType:_0x25bf2a}=this[_0x112be0(0x112)](_0x253aad[_0x112be0(0x149)]),_0x4518a4=[_0x112be0(0x1a4),_0x534f96(_0x1e36d5,_0x25bf2a)];let _0x597441=0xbb8;return this[_0x112be0(0x21a)][_0x112be0(0x1ee)](_0x253aad[_0x112be0(0x149)])&&(_0x4518a4[_0x112be0(0x10a)](_0x112be0(0x12b)),_0x597441=0xbc2),_0x112be0(0x1e5)==_0x1e36d5&&(_0x597441+=0x5),{'classes':_0x4518a4,'attributes':{'data-suggestion':_0x4bffc3},'priority':_0x597441};}}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1b5))[_0x49003b(0x1b0)](_0x2459b4=>{const _0x8baa13=_0x49003b;_0x2459b4['on'](_0x8baa13(0x12e),(_0x399692,_0x9dc8ab,_0x498c45)=>{const _0x2dbb11=_0x8baa13;if(!_0x498c45[_0x2dbb11(0x1f7)][_0x2dbb11(0x139)])return;const _0x2189a2=_0x9dc8ab[_0x2dbb11(0x131)];if(!_0x2189a2)return;const _0x3ae138=_0x498c45[_0x2dbb11(0x1d1)][_0x2dbb11(0x23f)](_0x2189a2);_0x36b658[_0x2dbb11(0x235)][_0x2dbb11(0x118)][_0x2dbb11(0x1f9)](_0x2189a2)&&_0x3ae138&&!_0x3ae138[_0x2dbb11(0x1dc)](_0x2dbb11(0x28f))&&_0x3ae138['is'](_0x2dbb11(0x277))&&_0x3dd7ee(_0x3ae138,_0x498c45[_0x2dbb11(0x1e6)]);},{'priority':_0x8baa13(0x18d)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1b5))[_0x49003b(0x1ba)]({'model':_0x49003b(0x15b),'view':(_0x15e5f2,_0x6ca353)=>{const _0x4d3b93=_0x49003b;if(!_0x6ca353[_0x4d3b93(0x1f7)][_0x4d3b93(0x139)])return null;const {type:_0x352d65,subType:_0x14f31d}=this[_0x4d3b93(0x112)](_0x15e5f2[_0x4d3b93(0x149)]);return{'classes':[_0x4d3b93(0x1a4),_0x534f96(_0x352d65,_0x14f31d)],'priority':0xbb8};}});const _0x39e8fc=({showActiveMarkers:_0x2eee26=!0x0,isAttributeSuggestion:_0x1d5150=!0x1}={})=>(_0x1ba356,_0x138b0c,_0x31153c)=>{const _0x14275e=_0x49003b;if(!_0x138b0c[_0x14275e(0x131)])return;const {id:_0x3cbd02}=this[_0x14275e(0x112)](_0x138b0c[_0x14275e(0x149)]);if(_0x1d5150){const _0x3420b3=this[_0x14275e(0x1f4)][_0x14275e(0x207)](_0x3cbd02),_0x1f863f=this[_0x14275e(0x1f2)](_0x3420b3);if(!this[_0x14275e(0x264)](_0x1f863f))return;}if(_0x138b0c[_0x14275e(0x131)]['is'](_0x14275e(0x10b)))return void _0x31153c[_0x14275e(0x1e4)][_0x14275e(0x212)](_0x138b0c[_0x14275e(0x131)],_0x1ba356[_0x14275e(0x136)]);const _0x2ac306=_0x31153c[_0x14275e(0x1d1)][_0x14275e(0x23f)](_0x138b0c[_0x14275e(0x131)]);if(_0x138b0c[_0x14275e(0x131)]['is'](_0x14275e(0x183))&&_0x36b658[_0x14275e(0x235)][_0x14275e(0x118)][_0x14275e(0x26b)](_0x138b0c[_0x14275e(0x131)])&&!_0x2ac306[_0x14275e(0x1dc)](_0x14275e(0x1eb))){_0x31153c[_0x14275e(0x1e6)][_0x14275e(0x16a)]([_0x14275e(0x1a4),_0x14275e(0x121)],_0x2ac306),_0x31153c[_0x14275e(0x1e6)][_0x14275e(0x168)](_0x14275e(0x12c),_0x3cbd02,_0x2ac306),_0x31153c[_0x14275e(0x1d1)][_0x14275e(0x268)](_0x2ac306,_0x138b0c[_0x14275e(0x149)]),_0x2eee26&&(this[_0x14275e(0x21a)][_0x14275e(0x1ee)](_0x138b0c[_0x14275e(0x149)])?_0x31153c[_0x14275e(0x1e6)][_0x14275e(0x16a)](_0x14275e(0x12b),_0x2ac306):_0x31153c[_0x14275e(0x1e6)][_0x14275e(0x155)](_0x14275e(0x12b),_0x2ac306));for(const _0x26fbc4 of _0x36b658[_0x14275e(0x235)][_0x14275e(0x178)](_0x138b0c[_0x14275e(0x131)])[_0x14275e(0x119)]())_0x31153c[_0x14275e(0x1e4)][_0x14275e(0x212)](_0x26fbc4,_0x1ba356[_0x14275e(0x136)]);_0x31153c[_0x14275e(0x1e4)][_0x14275e(0x212)](_0x138b0c[_0x14275e(0x131)],_0x1ba356[_0x14275e(0x136)]);}};_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1b5))[_0x49003b(0x1b0)](_0x5857fb=>{const _0x1dd3e8=_0x49003b;_0x5857fb['on'](_0x1dd3e8(0x25f),(_0x47eccd,_0x3a70f0,_0x32c565)=>{const _0x32cb17=_0x1dd3e8;_0x32c565[_0x32cb17(0x1f7)][_0x32cb17(0x139)]&&_0x39e8fc({'showActiveMarkers':!0x1})(_0x47eccd,_0x3a70f0,_0x32c565);},{'priority':_0x1dd3e8(0x1bb)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1b5))[_0x49003b(0x1b0)](_0x1d96c4=>{const _0x42f5f0=_0x49003b;_0x1d96c4['on'](_0x42f5f0(0x12d),(_0x1a8b12,_0x450819,_0x9fc168)=>{const _0x2663bf=_0x42f5f0;_0x9fc168[_0x2663bf(0x1f7)][_0x2663bf(0x139)]&&_0x39e8fc({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1a8b12,_0x450819,_0x9fc168);},{'priority':_0x42f5f0(0x1bb)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1b5))[_0x49003b(0x281)]({'model':_0x49003b(0x15b),'view':(_0x5573fb,_0x58aa5b)=>_0x58aa5b[_0x49003b(0x1f7)][_0x49003b(0x139)]?null:{'group':_0x49003b(0x15b),'name':_0x5573fb[_0x49003b(0x19b)](0xb)}}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1cf))[_0x49003b(0x28c)]({'view':{'name':_0x49003b(0x15b),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x28383d,{writer:_0x4941a8})=>{const _0x5116c3=_0x49003b;let _0x7708e0=_0x5116c3(0x188)+_0x28383d[_0x5116c3(0x17c)](_0x5116c3(0x125))+':'+_0x28383d[_0x5116c3(0x17c)]('id');return _0x28383d[_0x5116c3(0x17c)](_0x5116c3(0x203))&&(_0x7708e0+=':'+_0x28383d[_0x5116c3(0x17c)](_0x5116c3(0x203))),_0x4941a8[_0x5116c3(0x1d4)](_0x5116c3(0x214),{'data-name':_0x7708e0});}}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x1cf))[_0x49003b(0x12a)]({'view':_0x49003b(0x15b)}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x216))[_0x49003b(0x1b0)](_0x1d54b8=>{const _0x1dc602=_0x49003b;_0x1d54b8['on'](_0x1dc602(0x25f),_0x39e8fc(),{'priority':_0x1dc602(0x18d)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x216))[_0x49003b(0x1b0)](_0x36baf3=>{const _0x3477cf=_0x49003b;_0x36baf3['on'](_0x3477cf(0x12d),_0x39e8fc({'isAttributeSuggestion':!0x0}),{'priority':_0x3477cf(0x18d)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x216))[_0x49003b(0x1b0)](_0x1f5b19=>{const _0x1786b1=_0x49003b;_0x1f5b19['on'](_0x1786b1(0x1df),(_0x419ffe,_0x4f8563,_0x4a7a1b)=>{const _0x37ab97=_0x1786b1,_0x43254a=_0x4a7a1b[_0x37ab97(0x1d1)][_0x37ab97(0x1ad)](_0x4f8563[_0x37ab97(0x149)]);if(_0x43254a){for(const _0x4b3adc of _0x43254a)_0x4b3adc[_0x37ab97(0x1dc)](_0x37ab97(0x1eb))||(_0x4a7a1b[_0x37ab97(0x1e6)][_0x37ab97(0x155)]([_0x37ab97(0x1a4),_0x37ab97(0x121),_0x37ab97(0x12b)],_0x4b3adc),_0x4a7a1b[_0x37ab97(0x1e6)][_0x37ab97(0x124)](_0x37ab97(0x12c),_0x4b3adc),_0x4a7a1b[_0x37ab97(0x1d1)][_0x37ab97(0x170)](_0x4b3adc,_0x4f8563[_0x37ab97(0x149)]));}},{'priority':_0x1786b1(0x18d)});}),_0x36b658[_0x49003b(0x20b)][_0x49003b(0x279)](_0x49003b(0x216))[_0x49003b(0x1b0)](_0xb0aea2=>{const _0x24fcf0=_0x49003b;_0xb0aea2['on'](_0x24fcf0(0x211),(_0x4570e4,_0x3f5200,_0x3fdebb)=>{const _0x518340=_0x24fcf0,_0x223fd0=_0x3fdebb[_0x518340(0x1d1)][_0x518340(0x1ad)](_0x3f5200[_0x518340(0x149)]);if(!_0x223fd0)return;const {id:_0x44f6ff}=this[_0x518340(0x112)](_0x3f5200[_0x518340(0x149)]),_0x42ceb3=this[_0x518340(0x1f4)][_0x518340(0x207)](_0x44f6ff),_0x1fa9c5=this[_0x518340(0x1f2)](_0x42ceb3);if(this[_0x518340(0x264)](_0x1fa9c5)){for(const _0x8c2cdf of _0x223fd0)_0x8c2cdf[_0x518340(0x1dc)](_0x518340(0x1eb))||(_0x3fdebb[_0x518340(0x1e6)][_0x518340(0x155)]([_0x518340(0x1a4),_0x518340(0x121),_0x518340(0x12b)],_0x8c2cdf),_0x3fdebb[_0x518340(0x1e6)][_0x518340(0x124)](_0x518340(0x12c),_0x8c2cdf),_0x3fdebb[_0x518340(0x1d1)][_0x518340(0x170)](_0x8c2cdf,_0x3f5200[_0x518340(0x149)]));}},{'priority':_0x24fcf0(0x18d)});}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)][_0x49003b(0x11f)](_0x272db2=>{const _0x21c16b=_0x49003b;let _0x39e10b=!0x1;const _0x10d920=Array[_0x21c16b(0x229)](_0x36b658[_0x21c16b(0x235)][_0x21c16b(0x244)][_0x21c16b(0x152)][_0x21c16b(0x1c2)]()),_0xf62ad8=new Set();for(const {name:_0x191010,data:_0x19791d}of _0x10d920){const {group:_0x125411,type:_0x133167,subType:_0x34cbe3,id:_0x42d085}=this[_0x21c16b(0x112)](_0x191010);if(_0x21c16b(0x15b)!==_0x125411)continue;const _0x3769d0=this[_0x21c16b(0x1f4)][_0x21c16b(0x207)](_0x42d085);if(null!=_0x19791d[_0x21c16b(0x15c)]){_0x21c16b(0x1a1)==_0x133167&&(_0x39e10b=_0x39e10b||Tt(_0x19791d[_0x21c16b(0x15c)],_0x191010,_0x272db2,_0x36b658[_0x21c16b(0x235)][_0x21c16b(0x118)]));const _0x417639=_0x21c16b(0x1a9)==_0x133167&&this[_0x21c16b(0x264)](_0x34cbe3[_0x21c16b(0x115)]('|')[0x0]);if(_0x19791d[_0x21c16b(0x15c)][_0x21c16b(0x16e)]||_0x21c16b(0x197)==_0x19791d[_0x21c16b(0x15c)][_0x21c16b(0x27b)][_0x21c16b(0x1a6)]||_0x21c16b(0x158)==_0x133167&&!Vt(_0x19791d[_0x21c16b(0x15c)])||_0x417639&&!Vt(_0x19791d[_0x21c16b(0x15c)])||_0x21c16b(0x1e5)==_0x133167&&!(!Rt(_0x4f62b4=_0x19791d[_0x21c16b(0x15c)])&&!function(_0x2880d8){const _0x12cc5a=_0x21c16b;return _0x2880d8[_0x12cc5a(0x271)][_0x12cc5a(0x1b9)]==_0x2880d8[_0x12cc5a(0x204)][_0x12cc5a(0x13c)]&&_0x2880d8[_0x12cc5a(0x271)][_0x12cc5a(0x290)];}(_0x4f62b4)))_0x272db2[_0x21c16b(0x1f6)](_0x191010),_0x39e10b=!0x0;else{if(!_0x3769d0||!_0x3769d0[_0x21c16b(0x1ab)])continue;_0xf62ad8[_0x21c16b(0x1b0)](_0x3769d0);}}}var _0x4f62b4;return _0xf62ad8[_0x21c16b(0x1d8)]>0x0&&(_0x39e10b=!!this[_0x21c16b(0x20c)](_0xf62ad8)||_0x39e10b),_0x39e10b;}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)][_0x49003b(0x11f)](_0x11c90f=>{const _0x2bd30a=_0x49003b;let _0x22793b=!0x1;for(const _0x3984d8 of _0x36b658[_0x2bd30a(0x235)][_0x2bd30a(0x244)][_0x2bd30a(0x152)][_0x2bd30a(0x13e)]())if(_0x2bd30a(0x23d)==_0x3984d8[_0x2bd30a(0x1a0)])for(const _0x207958 of this[_0x2bd30a(0x1f4)][_0x2bd30a(0x2b2)]()){if(_0x207958[_0x2bd30a(0x248)]||!_0x207958[_0x2bd30a(0x1ab)])continue;const _0x5ed97c=_0x2bd30a(0x158)==_0x207958[_0x2bd30a(0x1a0)],_0x1dc8ed=this[_0x2bd30a(0x1f2)](_0x207958),_0x2a3b96=_0x1dc8ed&&this[_0x2bd30a(0x264)](_0x1dc8ed);if(!_0x5ed97c&&!_0x2a3b96)continue;const _0x4f8c85=_0x207958[_0x2bd30a(0x1bd)]();if(_0x4f8c85[_0x2bd30a(0x271)][_0x2bd30a(0x1b9)]!=_0x4f8c85[_0x2bd30a(0x204)][_0x2bd30a(0x1b9)]&&!_0x4f8c85[_0x2bd30a(0x204)][_0x2bd30a(0x290)]){const _0x2d6f19=_0x36b658[_0x2bd30a(0x235)][_0x2bd30a(0x1b7)](_0x4f8c85[_0x2bd30a(0x271)][_0x2bd30a(0x199)],_0x2bd30a(0x204)),_0x43f614=_0x36b658[_0x2bd30a(0x235)][_0x2bd30a(0x297)](_0x4f8c85[_0x2bd30a(0x271)],_0x2d6f19);_0x11c90f[_0x2bd30a(0x164)](_0x207958[_0x2bd30a(0x20a)](),{'range':_0x43f614}),_0x22793b=!0x0;}}return _0x22793b;}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)][_0x49003b(0x11f)](_0x329543=>this[_0x49003b(0x157)](_0x329543)),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)][_0x49003b(0x11f)](_0x31f21e=>!_0x31f21e[_0x49003b(0x135)][_0x49003b(0x1c6)]&&this[_0x49003b(0x1c7)](_0x31f21e)),_0x36b658[_0x49003b(0x235)]['on'](_0x49003b(0x29e),()=>{const _0xc3b3f7=_0x49003b;this[_0xc3b3f7(0x13d)]=!0x1;}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)]['on'](_0x49003b(0x177),(_0x422f19,_0x274df1)=>{const _0x24e056=_0x49003b;if(!_0x274df1[_0x24e056(0x1c6)]||_0x274df1[_0x24e056(0x234)])return;if(!this[_0x24e056(0x13d)])return;const _0x3c27ec=_0x36b658[_0x24e056(0x235)][_0x24e056(0x244)][_0x24e056(0x152)][_0x24e056(0x13e)]();if(0x0==_0x3c27ec[_0x24e056(0x225)])return;const _0x468521=[],_0x679523=_0x3c27ec[_0x24e056(0x193)](_0x406d5e=>_0x24e056(0x1a9)==_0x406d5e[_0x24e056(0x1a0)]),_0x2d856f=_0x3c27ec[_0x24e056(0x193)](_0x497478=>_0x24e056(0x23d)==_0x497478[_0x24e056(0x1a0)]&&_0x24e056(0x1bf)!=_0x497478[_0x24e056(0x136)]),_0x2a21f0=_0x3c27ec[_0x24e056(0x193)](_0x5b9e3e=>_0x24e056(0x25e)==_0x5b9e3e[_0x24e056(0x1a0)]&&_0x24e056(0x1bf)!=_0x5b9e3e[_0x24e056(0x136)]);for(const _0x2ebabf of _0x679523)this[_0x24e056(0x1b4)](_0x2ebabf[_0x24e056(0x272)])&&_0x468521[_0x24e056(0x10a)]({'key':_0x2ebabf[_0x24e056(0x272)],'newValue':_0x2ebabf[_0x24e056(0x2ab)],'oldValue':_0x2ebabf[_0x24e056(0x16d)],'range':Ut(_0x2ebabf[_0x24e056(0x113)],_0x36b658[_0x24e056(0x235)])});for(const _0x1c6e14 of _0x2d856f){const _0x1a9a80=_0x2a21f0[_0x24e056(0x1ef)](_0x57f7dc=>_0x57f7dc[_0x24e056(0x191)]===_0x1c6e14[_0x24e056(0x191)]);if(_0x1a9a80){const _0x11b845=Ot(_0x1c6e14[_0x24e056(0x1cc)][_0x24e056(0x199)],_0x36b658[_0x24e056(0x235)]);_0x1a9a80[_0x24e056(0x136)]!==_0x1c6e14[_0x24e056(0x136)]&&_0x468521[_0x24e056(0x10a)]({'key':_0x24e056(0x1e9),'newValue':_0x1c6e14[_0x24e056(0x136)],'oldValue':_0x1a9a80[_0x24e056(0x136)],'range':_0x11b845});for(const [_0x9f5c2d,_0x278842]of _0x1a9a80[_0x24e056(0x265)]){if(!this[_0x24e056(0x1b4)](_0x9f5c2d))continue;const _0x25c6f0=_0x1c6e14[_0x24e056(0x265)][_0x24e056(0x207)](_0x9f5c2d);_0x278842!==_0x25c6f0&&_0x468521[_0x24e056(0x10a)]({'key':_0x9f5c2d,'newValue':_0x25c6f0,'oldValue':_0x278842,'range':_0x11b845});}for(const [_0x1de59d,_0x4b9cc5]of _0x1c6e14[_0x24e056(0x265)])this[_0x24e056(0x1b4)](_0x1de59d)&&(_0x1a9a80[_0x24e056(0x265)][_0x24e056(0x25c)](_0x1de59d)||_0x468521[_0x24e056(0x10a)]({'key':_0x1de59d,'newValue':_0x4b9cc5,'oldValue':null,'range':_0x11b845}));}}0x0!=_0x468521[_0x24e056(0x225)]&&_0x36b658[_0x24e056(0x235)][_0x24e056(0x1a8)](_0x274df1,_0x141043=>{const _0x509e96=_0x24e056,_0x4e13a4=_0x2a9ded();for(const {range:_0x5e1e78,key:_0x566e4a,oldValue:_0xfdc1f5,newValue:_0x3a6869}of _0x468521)this[_0x509e96(0x232)](_0x5e1e78,_0x566e4a,_0xfdc1f5,_0x3a6869,{'groupId':_0x4e13a4});this[_0x509e96(0x1f8)](_0x141043,_0x468521);});},{'priority':_0x49003b(0x128)}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x2a6)]['on'](_0x49003b(0x231),(_0x5abe83,_0x4a83aa,_0x5d0d18)=>{const _0x515ab0=_0x49003b;if(null==_0x5d0d18){const {id:_0x4690a8}=this[_0x515ab0(0x112)](_0x4a83aa[_0x515ab0(0x136)]),_0x3dc928=this[_0x515ab0(0x1f4)][_0x515ab0(0x207)](_0x4690a8);_0x3dc928&&_0x3dc928[_0x515ab0(0x133)](_0x4a83aa[_0x515ab0(0x136)]);}}),_0x36b658[_0x49003b(0x235)][_0x49003b(0x244)]['on'](_0x49003b(0x177),()=>{const _0x570a50=_0x49003b,_0x784cd5=Array[_0x570a50(0x229)](_0x36b658[_0x570a50(0x235)][_0x570a50(0x244)][_0x570a50(0x152)][_0x570a50(0x1c2)]())[_0x570a50(0x193)](_0x45450b=>_0x570a50(0x15b)===this[_0x570a50(0x112)](_0x45450b[_0x570a50(0x136)])[_0x570a50(0x253)]);if(0x0===_0x784cd5[_0x570a50(0x225)])return;_0x784cd5[_0x570a50(0x26f)]((_0x8e7d83,_0x848170)=>{const _0x18fc6c=_0x570a50,_0x5dc428=_0x8e7d83[_0x18fc6c(0x1d6)][_0x18fc6c(0x129)],_0x3d73f1=_0x848170[_0x18fc6c(0x1d6)][_0x18fc6c(0x129)];return null===_0x5dc428&&null===_0x3d73f1?0x0:null===_0x5dc428&&null!==_0x3d73f1?-0x1:null!==_0x5dc428&&null===_0x3d73f1?0x1:_0x5dc428[_0x18fc6c(0x271)][_0x18fc6c(0x19f)](_0x3d73f1[_0x18fc6c(0x271)])?-0x1:0x1;});const _0x435a44=new Set(),_0x91d109=new Set();for(const {name:_0x814301,data:_0x1f9a7e}of _0x784cd5){const {id:_0x5485f2}=this[_0x570a50(0x112)](_0x814301);if(null===_0x1f9a7e[_0x570a50(0x129)]){const _0x338cde=this[_0x570a50(0x21b)](_0x814301);_0x91d109[_0x570a50(0x1b0)](_0x338cde);}else{const _0x22185a=this[_0x570a50(0x1f4)][_0x570a50(0x207)](_0x5485f2);null!==_0x1f9a7e[_0x570a50(0x15c)]||_0x22185a[_0x570a50(0x1ab)]?(_0x435a44[_0x570a50(0x1b0)](_0x22185a[_0x570a50(0x2a5)]),_0x91d109[_0x570a50(0x1b0)](_0x22185a)):this[_0x570a50(0x274)](_0x22185a);}}_0x91d109[_0x570a50(0x1d8)]>0x0&&this[_0x570a50(0x184)](_0x91d109);for(const _0x1eb298 of _0x435a44)this[_0x570a50(0x1c5)](_0x570a50(0x22f),_0x1eb298);}),_0x36b658[_0x49003b(0x235)]['on'](_0x49003b(0x1b3),(_0xda412,_0x10ed3a)=>{const _0x5b8fb7=_0x49003b,_0x5c78f4=_0x10ed3a[0x0];if(!this[_0x5b8fb7(0x1f4)][_0x5b8fb7(0x1d8)])return;if(!_0x5c78f4[_0x5b8fb7(0x200)])return;if(_0x5c78f4[_0x5b8fb7(0x135)][_0x5b8fb7(0x234)]||!_0x5c78f4[_0x5b8fb7(0x135)][_0x5b8fb7(0x1c6)])return;let _0x6b88ca,_0x5361c6;switch(_0x5c78f4[_0x5b8fb7(0x1a0)]){case _0x5b8fb7(0x23d):_0x6b88ca=_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x1b7)](_0x5c78f4[_0x5b8fb7(0x1cc)]),_0x5361c6=_0x6b88ca[_0x5b8fb7(0x148)](_0x5c78f4[_0x5b8fb7(0x246)]);break;case _0x5b8fb7(0x115):_0x6b88ca=_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x1b7)](_0x5c78f4[_0x5b8fb7(0x1e0)]),_0x5361c6=_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x1b7)](_0x5c78f4[_0x5b8fb7(0x1d2)]);break;case _0x5b8fb7(0x236):_0x6b88ca=_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x1b7)](_0x5c78f4[_0x5b8fb7(0x23a)]),_0x5361c6=_0x6b88ca[_0x5b8fb7(0x148)](_0x5c78f4[_0x5b8fb7(0x246)]);break;default:return;}const _0x2895e4=_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x297)](_0x6b88ca,_0x5361c6);_0x36b658[_0x5b8fb7(0x235)][_0x5b8fb7(0x147)](()=>{const _0x405ce9=_0x5b8fb7;for(const {suggestion:_0x336b8f,meta:_0x1a9509}of this[_0x405ce9(0x22c)](_0x2895e4)){if(_0x336b8f[_0x405ce9(0x248)])continue;if(_0x405ce9(0x1a1)==_0x336b8f[_0x405ce9(0x1a0)])continue;const _0x1a4a04=this[_0x405ce9(0x1f2)](_0x336b8f);if(_0x1a4a04&&this[_0x405ce9(0x264)](_0x1a4a04)&&_0x405ce9(0x115)!=_0x5c78f4[_0x405ce9(0x1a0)])continue;const _0x51bb2e=_0x336b8f[_0x405ce9(0x1d6)]&&_0x336b8f[_0x405ce9(0x1d6)][_0x405ce9(0x18b)];(_0x405ce9(0x158)!=_0x336b8f[_0x405ce9(0x1a0)]||_0x405ce9(0x115)==_0x5c78f4[_0x405ce9(0x1a0)]&&!_0x51bb2e)&&(_0x1a9509[_0x405ce9(0x239)]||_0x405ce9(0x166)==_0x336b8f[_0x405ce9(0x1a0)]&&_0x1a9509[_0x405ce9(0x22e)]||_0x336b8f[_0x405ce9(0x1bd)]()[_0x405ce9(0x2a2)](_0x2895e4)&&this[_0x405ce9(0x11b)](_0x336b8f,_0x6b88ca,_0x5361c6));}});},{'priority':_0x49003b(0x128)}),_0x36b658[_0x49003b(0x235)]['on'](_0x49003b(0x240),(_0x2d9ef1,_0x438ded)=>{const _0x1f357f=_0x49003b,_0x563837=_0x438ded[0x0],_0x4f3003=_0x438ded[0x1];if(_0x4f3003&&_0x4f3003[_0x1f357f(0x29d)])return;if(this[_0x1f357f(0x1da)])return;if(!this[_0x1f357f(0x241)][_0x1f357f(0x14b)])return;if(_0x563837[_0x1f357f(0x16e)])return;const _0x59854e=_0x36b658[_0x1f357f(0x235)][_0x1f357f(0x118)],{start:_0x44a4d0,end:_0x534509}=_0x563837[_0x1f357f(0x1bd)](),_0x1c960b=_0x44a4d0[_0x1f357f(0x199)]&&_0x59854e[_0x1f357f(0x285)](_0x44a4d0[_0x1f357f(0x199)])?null:_0x59854e[_0x1f357f(0x175)](_0x44a4d0,_0x1f357f(0x287)),_0x46a39a=_0x534509[_0x1f357f(0x13c)]&&_0x59854e[_0x1f357f(0x285)](_0x534509[_0x1f357f(0x13c)])?null:_0x59854e[_0x1f357f(0x175)](_0x534509,_0x1f357f(0x182)),_0x55256f=_0x36b658[_0x1f357f(0x235)][_0x1f357f(0x297)](_0x1c960b?_0x1c960b[_0x1f357f(0x271)]:_0x44a4d0,_0x46a39a?_0x46a39a[_0x1f357f(0x204)]:_0x534509);_0x36b658[_0x1f357f(0x235)][_0x1f357f(0x147)](_0x2a9183=>{const _0x5ecb3c=_0x1f357f;this[_0x5ecb3c(0x1a7)](_0x55256f);const _0x3cacae=_0x36b658[_0x5ecb3c(0x235)][_0x5ecb3c(0x118)][_0x5ecb3c(0x175)](_0x55256f[_0x5ecb3c(0x271)]);_0x563837['is'](_0x5ecb3c(0x160))?_0x2a9183[_0x5ecb3c(0x263)](_0x3cacae):_0x563837[_0x5ecb3c(0x179)](_0x3cacae);}),_0x2d9ef1[_0x1f357f(0x29f)]();},{'priority':_0x4a6693[_0x49003b(0x26d)]+0xa}),_0x36b658[_0x49003b(0x235)]['on'](_0x49003b(0x167),(_0x5574ae,_0x3bf7a8)=>{const _0x1de862=_0x49003b,_0x5ed93a=_0x3bf7a8[_0x3bf7a8[_0x1de862(0x225)]-0x1];_0x5ed93a&&_0x5ed93a[_0x1de862(0x29d)]||this[_0x1de862(0x1da)]||this[_0x1de862(0x241)][_0x1de862(0x14b)]&&(_0x36b658[_0x1de862(0x235)][_0x1de862(0x147)](()=>{const _0x3b0b00=_0x1de862;let _0x15098d=_0x36b658[_0x3b0b00(0x235)][_0x3b0b00(0x167)](_0x3bf7a8[0x0],_0x3bf7a8[0x1],_0x3bf7a8[0x2],{'forceDefaultExecution':!0x0});if(!_0x15098d)return;_0x5574ae[_0x3b0b00(0x108)]=_0x15098d[_0x3b0b00(0x251)]();const _0x5a319b=_0x15098d[_0x3b0b00(0x204)][_0x3b0b00(0x13c)],_0x20656a=_0x36b658[_0x3b0b00(0x235)][_0x3b0b00(0x118)];_0x5a319b&&_0x20656a[_0x3b0b00(0x26b)](_0x5a319b)&&!_0x20656a[_0x3b0b00(0x1f9)](_0x5a319b)&&(_0x15098d=_0x36b658[_0x3b0b00(0x235)][_0x3b0b00(0x297)](_0x15098d[_0x3b0b00(0x271)],_0x36b658[_0x3b0b00(0x235)][_0x3b0b00(0x1b7)](_0x5a319b,_0x3b0b00(0x204)))),this[_0x3b0b00(0x27c)](_0x15098d);}),_0x5574ae[_0x1de862(0x29f)]());},{'priority':_0x49003b(0x18d)}),this[_0x49003b(0x23c)][_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x202),this[_0x49003b(0x241)]),this[_0x49003b(0x230)](_0x49003b(0x202));const _0x4bf5ce=new _0xb94f57(_0x36b658,this[_0x49003b(0x1f4)]);_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x1c8),_0x4bf5ce),this[_0x49003b(0x230)](_0x49003b(0x1c8));const _0x4611a7=new _0x29d50e(_0x36b658,this[_0x49003b(0x1f4)]);_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x2a1),_0x4611a7),this[_0x49003b(0x230)](_0x49003b(0x2a1)),_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x261),new _0x1fad2a(_0x36b658,_0x4bf5ce,this[_0x49003b(0x1f4)])),this[_0x49003b(0x230)](_0x49003b(0x261)),_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x151),new _0x1fad2a(_0x36b658,_0x4611a7,this[_0x49003b(0x1f4)])),this[_0x49003b(0x230)](_0x49003b(0x151)),_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x1c9),new _0x3f58d1(_0x36b658,_0x4bf5ce,this[_0x49003b(0x1f4)])),this[_0x49003b(0x230)](_0x49003b(0x1c9)),_0x36b658[_0x49003b(0x201)][_0x49003b(0x1b0)](_0x49003b(0x1c3),new _0x3f58d1(_0x36b658,_0x4611a7,this[_0x49003b(0x1f4)])),this[_0x49003b(0x230)](_0x49003b(0x1c3));const _0x1d5062=_0x36b658[_0x49003b(0x1a2)][_0x49003b(0x207)](_0x49003b(0x13a));this[_0x49003b(0x1aa)](_0x1d5062,_0x49003b(0x295),(_0x8af99f,{threadId:_0x24bb2e})=>{const _0x5ab62b=_0x49003b,_0x4182a5=this[_0x5ab62b(0x1f4)][_0x5ab62b(0x207)](_0x24bb2e);_0x4182a5&&_0x4182a5[_0x5ab62b(0x208)]&&0x1===_0x4182a5[_0x5ab62b(0x208)][_0x5ab62b(0x225)]&&this[_0x5ab62b(0x145)](_0x24bb2e,{'hasComments':!0x0});},{'priority':_0x49003b(0x25d)}),this[_0x49003b(0x1aa)](_0x1d5062,_0x49003b(0x262),(_0x161597,{threadId:_0x3049e7})=>{const _0x3eeb29=_0x49003b,_0xf9658d=this[_0x3eeb29(0x1f4)][_0x3eeb29(0x207)](_0x3049e7);_0xf9658d&&_0xf9658d[_0x3eeb29(0x208)]&&!_0xf9658d[_0x3eeb29(0x208)][_0x3eeb29(0x225)]&&this[_0x3eeb29(0x145)](_0x3049e7,{'hasComments':!0x1});},{'priority':_0x49003b(0x25d)});}set[_0x56b96a(0x18f)](_0x41ca1c){const _0x41a3ca=_0x56b96a;if(this[_0x41a3ca(0x19d)])throw new _0x1cf0b3(_0x41a3ca(0x192),this);this[_0x41a3ca(0x19d)]=_0x41ca1c;}get[_0x56b96a(0x18f)](){const _0x24807d=_0x56b96a;return this[_0x24807d(0x19d)];}[_0x56b96a(0x10f)]({skipNotAttached:_0x1f501f=!0x1,toJSON:_0x36ab20=!0x1}={}){const _0x5ed03d=_0x56b96a,_0x1f21ff=[];for(const _0x52ccef of this[_0x5ed03d(0x1f4)][_0x5ed03d(0x2b2)]())_0x1f501f&&!_0x52ccef[_0x5ed03d(0x1ab)]||_0x1f21ff[_0x5ed03d(0x10a)](_0x52ccef);return _0x36ab20?_0x1f21ff[_0x5ed03d(0x2ad)](_0x102e29=>_0x102e29[_0x5ed03d(0x150)]()):_0x1f21ff;}[_0x56b96a(0x26e)](_0x1eb366){const _0x5cfd2e=_0x56b96a,_0x18c74f=this[_0x5cfd2e(0x1f4)][_0x5cfd2e(0x207)](_0x1eb366);if(!_0x18c74f)throw new _0x1cf0b3(_0x5cfd2e(0x122),this);return _0x18c74f;}[_0x56b96a(0x161)](_0x511de7){const _0x45d690=_0x56b96a;return this[_0x45d690(0x1f4)][_0x45d690(0x25c)](_0x511de7);}[_0x56b96a(0x280)](_0x2cf92e){const _0x43218d=_0x56b96a,{authorId:_0x37a284,id:_0x458d4b,attributes:_0x1505e0}=_0x2cf92e,[_0x2f4bd9,_0x52ac73]=_0x2cf92e[_0x43218d(0x1a0)][_0x43218d(0x115)](':'),_0x59205c=this[_0x43218d(0x1f4)][_0x43218d(0x207)](_0x458d4b)||this[_0x43218d(0x25b)](_0x2f4bd9,_0x52ac73,_0x458d4b,_0x37a284,_0x1505e0);if(this[_0x43218d(0x24d)](_0x59205c),this[_0x43218d(0x205)](_0x59205c,_0x2f4bd9,_0x52ac73||null,_0x37a284),_0x59205c[_0x43218d(0x22a)]=_0x2cf92e[_0x43218d(0x22a)],_0x59205c[_0x43218d(0x2a0)]=!0x0,_0x1505e0&&_0x1505e0[_0x43218d(0x20f)]){const _0x5c5b77=_0x1505e0[_0x43218d(0x20f)],_0x14013e=this[_0x43218d(0x11c)](_0x5c5b77[_0x43218d(0x276)]);_0x59205c[_0x43218d(0x1ac)]=_0x5c5b77[_0x43218d(0x22a)],_0x59205c[_0x43218d(0x1e8)]=_0x14013e,_0x59205c[_0x43218d(0x288)]=!0x0;}else _0x59205c[_0x43218d(0x1ac)]=_0x2cf92e[_0x43218d(0x22a)];switch(_0x2cf92e[_0x43218d(0x1d6)]&&(_0x59205c[_0x43218d(0x1d6)]=_0x2cf92e[_0x43218d(0x1d6)]),_0x2cf92e[_0x43218d(0x265)]&&(_0x59205c[_0x43218d(0x265)]=_0x2cf92e[_0x43218d(0x265)]),this[_0x43218d(0x19d)]&&this[_0x43218d(0x19d)][_0x43218d(0x159)]||(_0x59205c[_0x43218d(0x23b)]=!0x0),this[_0x43218d(0x258)][_0x43218d(0x207)](_0x59205c)){case _0x43218d(0x2b0):this[_0x43218d(0x258)][_0x43218d(0x278)](_0x59205c,_0x43218d(0x185));break;case _0x43218d(0x132):_0x59205c[_0x43218d(0x1ab)]?(this[_0x43218d(0x20c)](new Set([_0x59205c])),this[_0x43218d(0x184)](new Set([_0x59205c])),this[_0x43218d(0x258)][_0x43218d(0x278)](_0x59205c,_0x43218d(0x1b6)),this[_0x43218d(0x1c5)](_0x43218d(0x127),_0x59205c)):this[_0x43218d(0x258)][_0x43218d(0x278)](_0x59205c,_0x43218d(0x28b));}return _0x59205c;}[_0x56b96a(0x1c8)](_0x1ff326){const _0xb1cd7b=_0x56b96a;this[_0xb1cd7b(0x29d)](()=>{const _0x353944=_0xb1cd7b;this[_0x353944(0x23c)][_0x353944(0x235)][_0x353944(0x147)](()=>{const _0x18bcd9=_0x353944;for(const _0x216b59 of _0x1ff326[_0x18bcd9(0x189)]())_0x216b59[_0x18bcd9(0x233)]();});});}[_0x56b96a(0x2a1)](_0x4422ea){const _0x5e6dd5=_0x56b96a;this[_0x5e6dd5(0x29d)](()=>{const _0xe38fc7=_0x5e6dd5;this[_0xe38fc7(0x23c)][_0xe38fc7(0x235)][_0xe38fc7(0x147)](()=>{const _0x5647b6=_0xe38fc7;for(const _0x14ea93 of _0x4422ea[_0x5647b6(0x189)]())_0x14ea93[_0x5647b6(0x190)]();});});}[_0x56b96a(0x230)](_0x1aaeef,_0x4783be){const _0x5cc216=_0x56b96a,_0x1fbf1d=this[_0x5cc216(0x23c)][_0x5cc216(0x201)][_0x5cc216(0x207)](_0x1aaeef);if(!_0x1fbf1d)throw new _0x1cf0b3(_0x5cc216(0x228),this,{'commandName':_0x1aaeef});if(this[_0x5cc216(0x254)][_0x5cc216(0x25c)](_0x1fbf1d))throw new _0x1cf0b3(_0x5cc216(0x16f),this,{'commandName':_0x1aaeef});this[_0x5cc216(0x254)][_0x5cc216(0x1b0)](_0x1fbf1d),_0x4783be&&_0x1fbf1d['on'](_0x5cc216(0x1b1),(_0xd697c0,_0x72734e)=>{const _0x586e94=_0x5cc216;this[_0x586e94(0x241)][_0x586e94(0x14b)]&&(this[_0x586e94(0x1da)]||(_0x72734e[_0x586e94(0x225)]>0x0&&_0x72734e[_0x72734e[_0x586e94(0x225)]-0x1]&&_0x72734e[_0x72734e[_0x586e94(0x225)]-0x1][_0x586e94(0x29d)]?_0x72734e[_0x586e94(0x17e)]():(_0xd697c0[_0x586e94(0x108)]=_0x4783be((..._0x3c6729)=>_0x1fbf1d[_0x586e94(0x1b1)](..._0x3c6729,{'forceDefaultExecution':!0x0}),..._0x72734e),_0xd697c0[_0x586e94(0x29f)]())));},{'priority':_0x5cc216(0x18d)});}[_0x56b96a(0x29d)](_0x2da66e){const _0x1573b4=_0x56b96a;let _0x3bb230,_0x3e9c9a;const _0x2be5c3=this[_0x1573b4(0x1da)];this[_0x1573b4(0x1da)]=!0x0;try{_0x3bb230=_0x2da66e();}catch(_0xa5c347){_0x3e9c9a=_0xa5c347;}return _0x2be5c3||(this[_0x1573b4(0x1da)]=!0x1),_0x3e9c9a&&_0x1cf0b3[_0x1573b4(0x11d)](_0x3e9c9a,this),_0x3bb230;}[_0x56b96a(0x27c)](_0x365051,_0x5f3d5e=null,_0x4cf6dc={}){const _0x38fd7a=_0x56b96a;if(_0x365051[_0x38fd7a(0x16e)])return null;const _0x3f8478=this[_0x38fd7a(0x23c)][_0x38fd7a(0x1a2)][_0x38fd7a(0x207)](_0x38fd7a(0x1a3))['me'];for(const {suggestion:_0x20bab0,meta:_0x4c1367}of this[_0x38fd7a(0x22c)](_0x365051,_0x38fd7a(0x166)))if(_0x4c1367[_0x38fd7a(0x22e)]){if(!_0x4c1367[_0x38fd7a(0x299)]){if(_0x4c1367[_0x38fd7a(0x239)]){if(!this[_0x38fd7a(0x250)]||!Pt(_0x20bab0,_0x4cf6dc))continue;return _0x20bab0;}if(Pt(_0x20bab0,_0x4cf6dc))return _0x20bab0;this[_0x38fd7a(0x11b)](_0x20bab0,_0x365051[_0x38fd7a(0x271)],_0x365051[_0x38fd7a(0x204)]);break;}if(_0x5f3d5e==_0x20bab0[_0x38fd7a(0x15f)]&&Pt(_0x20bab0,_0x4cf6dc)){const _0x1f7d3d=_0x20bab0[_0x38fd7a(0x1bd)]();return _0x1f7d3d[_0x38fd7a(0x271)][_0x38fd7a(0x1fd)](_0x365051[_0x38fd7a(0x204)])?this[_0x38fd7a(0x1a5)](_0x20bab0,this[_0x38fd7a(0x25a)][_0x38fd7a(0x297)](_0x365051[_0x38fd7a(0x271)],_0x1f7d3d[_0x38fd7a(0x204)])):this[_0x38fd7a(0x1a5)](_0x20bab0,this[_0x38fd7a(0x25a)][_0x38fd7a(0x297)](_0x1f7d3d[_0x38fd7a(0x271)],_0x365051[_0x38fd7a(0x204)])),_0x20bab0;}}const _0x4fc81b=_0x2a9ded(),_0x46adb4=_0x3f8478['id'],_0x1c14f7=_0x5f3d5e?_0x38fd7a(0x227)+_0x5f3d5e:_0x38fd7a(0x166),_0x8691d9=this[_0x38fd7a(0x1fc)]({'id':_0x4fc81b,'type':_0x1c14f7,'createdAt':new Date(),'authorId':_0x46adb4,'attributes':_0x4cf6dc});return this[_0x38fd7a(0x252)](_0x1c14f7,_0x4fc81b,_0x46adb4,_0x365051),_0x8691d9;}[_0x56b96a(0x1ae)](_0x35b196,_0x13eccc=_0x56b96a(0x111),_0x3b216b={}){const _0x257351=_0x56b96a,_0xa7095=this[_0x257351(0x23c)][_0x257351(0x1a2)][_0x257351(0x207)](_0x257351(0x1a3))['me'],_0x5c492c=this[_0x257351(0x186)][_0x257351(0x181)](_0x257351(0x166),_0x13eccc,_0x257351(0x22b));for(const _0x4a96e7 of this[_0x257351(0x10f)]())if(_0x4a96e7[_0x257351(0x1e8)]['id']==_0xa7095['id']&&_0x257351(0x166)==_0x4a96e7[_0x257351(0x1a0)]&&_0x4a96e7[_0x257351(0x15f)]==_0x13eccc&&Pt(_0x4a96e7,_0x3b216b)&&(_0x5c492c(_0x4a96e7[_0x257351(0x296)](),_0x35b196)||_0x5c492c(_0x35b196,_0x4a96e7[_0x257351(0x296)]()))){for(const _0x178f1a of _0x35b196)_0x4a96e7[_0x257351(0x283)](_0x178f1a);return _0x4a96e7;}for(const {suggestion:_0x1ac07b,meta:_0x542479}of this[_0x257351(0x22c)](_0x35b196,_0x257351(0x166))){if(!_0x542479[_0x257351(0x22e)])continue;if(!this[_0x257351(0x250)]&&_0x542479[_0x257351(0x239)])continue;if(!Pt(_0x1ac07b,_0x3b216b))continue;let _0x5e11ba=!0x0;for(const _0x2e3259 of _0x1ac07b[_0x257351(0x296)]())for(const _0x2fb759 of _0x35b196)if(!_0x2e3259[_0x257351(0x2a2)](_0x2fb759)){_0x5e11ba=!0x1;break;}if(_0x5e11ba)return _0x1ac07b;}const _0x5b0850=_0x2a9ded(),_0x395ffc=_0xa7095['id'],_0x578b3c=_0x257351(0x227)+_0x13eccc,_0x52f91d=this[_0x257351(0x1fc)]({'id':_0x5b0850,'type':_0x578b3c,'createdAt':new Date(),'authorId':_0x395ffc,'attributes':_0x3b216b});for(const _0x173324 of _0x35b196)this[_0x257351(0x252)](_0x578b3c,_0x5b0850,_0x395ffc,_0x173324,_0x1dd1a2[_0x257351(0x26a)]());return _0x52f91d;}[_0x56b96a(0x176)](_0x4d35f6,_0x3a2182,_0x16121e=null,_0x4ec50d={}){const _0x357d69=_0x56b96a;if(_0x16121e=_0x16121e||Et(_0x3a2182),_0x4d35f6[_0x357d69(0x16e)])return null;if(_0x357d69(0x1fa)===this[_0x357d69(0x16c)]){const _0x4bc72d=this[_0x357d69(0x186)][_0x357d69(0x181)](_0x357d69(0x1a1),_0x16121e,_0x357d69(0x233));return this[_0x357d69(0x29d)](()=>_0x4bc72d([_0x4d35f6],_0x3a2182,_0x4ec50d)),null;}const _0x1bea6a=this[_0x357d69(0x23c)][_0x357d69(0x1a2)][_0x357d69(0x207)](_0x357d69(0x1a3))['me'],_0x3ce5c6=[];if(_0x357d69(0x156)!==this[_0x357d69(0x16c)]){for(const {suggestion:_0x424df8,meta:_0x4ce259}of this[_0x357d69(0x22c)](_0x4d35f6,_0x357d69(0x166)))_0x4ce259[_0x357d69(0x22e)]&&!_0x4ce259[_0x357d69(0x238)]&&_0x3ce5c6[_0x357d69(0x10a)](..._0x424df8[_0x357d69(0x296)]());}const _0x132cc8=function(_0x4fabca,_0x37fed3){const _0x25f134=_0x357d69,_0x9f05ed=[];for(const _0x2861e4 of _0x37fed3){const _0x55610d=_0x4fabca[_0x25f134(0x294)](_0x2861e4);_0x55610d&&_0x9f05ed[_0x25f134(0x10a)](_0x55610d);}return _0x9f05ed;}(_0x4d35f6,_0x3ce5c6),_0x1f64f4=function(_0x214ac1,_0x25c995){const _0x20c881=_0x357d69,_0x314bb5=[_0x214ac1];for(const _0x128aa4 of _0x25c995){let _0x59d963=0x0;for(;_0x59d963<_0x314bb5[_0x20c881(0x225)];){const _0x21ae50=_0x314bb5[_0x59d963][_0x20c881(0x10e)](_0x128aa4);_0x314bb5[_0x20c881(0x141)](_0x59d963,0x1,..._0x21ae50),_0x59d963+=_0x21ae50[_0x20c881(0x225)];}}return _0x314bb5;}(_0x4d35f6,_0x3ce5c6);_0x132cc8[_0x357d69(0x225)]&&this[_0x357d69(0x25a)][_0x357d69(0x147)](()=>{const _0x5b1f00=_0x357d69;for(const _0x4fff89 of _0x132cc8){const _0x59ed09=this[_0x5b1f00(0x186)][_0x5b1f00(0x181)](_0x5b1f00(0x1a1),_0x16121e,_0x5b1f00(0x233));this[_0x5b1f00(0x29d)](()=>_0x59ed09([_0x4fff89],_0x3a2182,_0x4ec50d));}});for(const _0x13d187 of _0x1f64f4){let _0x1ac90c=null,_0x5924e4=_0x13d187[_0x357d69(0x271)],_0x545bde=_0x13d187[_0x357d69(0x204)];for(const {suggestion:_0x33ef18,meta:_0x3c9a1f}of this[_0x357d69(0x22c)](_0x13d187,_0x357d69(0x1a1))){if(!_0x3c9a1f[_0x357d69(0x22e)])continue;if(_0x33ef18[_0x357d69(0x15f)]!=_0x16121e)continue;if(!Pt(_0x33ef18,_0x4ec50d))continue;const _0x2ec380=_0x33ef18[_0x357d69(0x1bd)]();if(_0x2ec380[_0x357d69(0x2a2)](_0x13d187,!0x0))return null;_0x5924e4=_0x5924e4[_0x357d69(0x19f)](_0x2ec380[_0x357d69(0x271)])?_0x5924e4:_0x2ec380[_0x357d69(0x271)],_0x545bde=_0x545bde[_0x357d69(0x243)](_0x2ec380[_0x357d69(0x204)])?_0x545bde:_0x2ec380[_0x357d69(0x204)],_0x1ac90c?_0x2ec380[_0x357d69(0x271)][_0x357d69(0x19f)](_0x1ac90c[_0x357d69(0x1bd)]()[_0x357d69(0x271)])?(_0x1ac90c[_0x357d69(0x165)](),_0x1ac90c=_0x33ef18):_0x33ef18[_0x357d69(0x165)]():_0x1ac90c=_0x33ef18;}const _0x58057e=this[_0x357d69(0x25a)][_0x357d69(0x297)](_0x5924e4,_0x545bde);if(_0x1ac90c)this[_0x357d69(0x1a5)](_0x1ac90c,_0x58057e);else{const _0x36cb89=_0x2a9ded(),_0x5107e6=_0x1bea6a['id'];this[_0x357d69(0x1fc)]({'id':_0x36cb89,'type':_0x357d69(0x1be)+_0x16121e,'data':_0x3a2182,'createdAt':new Date(),'authorId':_0x5107e6,'attributes':_0x4ec50d}),this[_0x357d69(0x252)](_0x357d69(0x1be)+_0x16121e,_0x36cb89,_0x5107e6,_0x58057e);}}return null;}[_0x56b96a(0x27f)](_0x3894c1,_0x48a87f,_0x4aaab3=[],_0x587d9d=null,_0x15b67b={}){const _0x165de7=_0x56b96a;_0x48a87f[_0x165de7(0x1cb)]||(_0x48a87f[_0x165de7(0x1cb)]=_0x48a87f[_0x165de7(0x1d5)]),_0x48a87f[_0x165de7(0x18b)]=_0x3894c1['is'](_0x165de7(0x113)),_0x587d9d=_0x587d9d||Et(_0x48a87f);const _0x3643e2=_0x4aaab3[_0x165de7(0x2ad)](_0x2dc03b=>Ot(_0x2dc03b,this[_0x165de7(0x25a)])),_0x475cd1=_0x3894c1['is'](_0x165de7(0x113))?_0x3894c1:Ot(_0x3894c1,this[_0x165de7(0x25a)]);if(_0x165de7(0x1fa)===this[_0x165de7(0x16c)]){const _0x231c5e=this[_0x165de7(0x186)][_0x165de7(0x181)](_0x165de7(0x158),_0x587d9d,_0x165de7(0x233));return this[_0x165de7(0x29d)](()=>_0x231c5e([_0x475cd1],_0x48a87f,_0x15b67b)),null;}_0x3643e2[_0x165de7(0x10a)](_0x475cd1);let _0xbd04fd=!0x0;for(const _0x412c01 of _0x3643e2)if(!this[_0x165de7(0x20d)](_0x412c01)){_0xbd04fd=!0x1;break;}if(_0xbd04fd&&_0x165de7(0x156)!==this[_0x165de7(0x16c)]){const _0x3152dd=this[_0x165de7(0x186)][_0x165de7(0x181)](_0x165de7(0x158),_0x587d9d,_0x165de7(0x233));return this[_0x165de7(0x29d)](()=>_0x3152dd([_0x475cd1],_0x48a87f,_0x15b67b)),null;}let _0x4152a8=null,_0x36d188=_0x475cd1[_0x165de7(0x271)],_0x3c696b=_0x475cd1[_0x165de7(0x204)];for(const {suggestion:_0x298646,meta:_0x449ef6}of this[_0x165de7(0x22c)](_0x475cd1,_0x165de7(0x158))){if(!_0x449ef6[_0x165de7(0x22e)])continue;if(_0x449ef6[_0x165de7(0x299)]||_0x449ef6[_0x165de7(0x239)]||_0x449ef6[_0x165de7(0x238)])continue;if(_0x298646[_0x165de7(0x1d6)][_0x165de7(0x1cb)]!=_0x48a87f[_0x165de7(0x1cb)])continue;if(!Pt(_0x298646,_0x15b67b))continue;const _0x44540c=_0x298646[_0x165de7(0x1bd)]();if(_0x298646[_0x165de7(0x15f)]==_0x587d9d){if(_0x44540c[_0x165de7(0x2a2)](_0x475cd1,!0x0))return null;_0x36d188=_0x36d188[_0x165de7(0x19f)](_0x44540c[_0x165de7(0x271)])?_0x36d188:_0x44540c[_0x165de7(0x271)],_0x3c696b=_0x3c696b[_0x165de7(0x243)](_0x44540c[_0x165de7(0x204)])?_0x3c696b:_0x44540c[_0x165de7(0x204)],_0x4152a8?_0x44540c[_0x165de7(0x271)][_0x165de7(0x19f)](_0x4152a8[_0x165de7(0x1bd)]()[_0x165de7(0x271)])?(_0x4152a8[_0x165de7(0x165)](),_0x4152a8=_0x298646):_0x298646[_0x165de7(0x165)]():_0x4152a8=_0x298646;}else{const _0x34e505=_0x475cd1[_0x165de7(0x294)](_0x44540c);this[_0x165de7(0x120)](_0x298646,_0x34e505);}}const _0x5a4682=this[_0x165de7(0x23c)][_0x165de7(0x1a2)][_0x165de7(0x207)](_0x165de7(0x1a3))['me'],_0x2dfbb7=_0x2a9ded(),_0x4ed97c=_0x5a4682['id'];if(_0x4152a8)return this[_0x165de7(0x1a5)](_0x4152a8,this[_0x165de7(0x25a)][_0x165de7(0x297)](_0x36d188,_0x3c696b)),_0x4152a8;{const _0x3d491d=this[_0x165de7(0x1fc)]({'id':_0x2dfbb7,'type':_0x165de7(0x2b6)+_0x587d9d,'data':_0x48a87f,'createdAt':new Date(),'authorId':_0x4ed97c,'attributes':_0x15b67b});return this[_0x165de7(0x252)](_0x165de7(0x2b6)+_0x587d9d,_0x2dfbb7,_0x4ed97c,this[_0x165de7(0x25a)][_0x165de7(0x297)](_0x36d188,_0x3c696b)),_0x3d491d;}}[_0x56b96a(0x194)](_0xe4f20e,_0xa46604,_0x5d2b98=[],_0x569f08=null,_0x52c6fb={}){const _0x5b888f=_0x56b96a;_0xa46604[_0x5b888f(0x1cb)]||(_0xa46604[_0x5b888f(0x1cb)]=_0xa46604[_0x5b888f(0x1d5)]);const _0xb2ae02=_0xe4f20e[0x0];_0xa46604[_0x5b888f(0x18b)]=_0xb2ae02['is'](_0x5b888f(0x113)),_0x569f08=_0x569f08||Et(_0xa46604);const _0x41961e=_0x5d2b98[_0x5b888f(0x2ad)](_0x73b7b3=>Ot(_0x73b7b3,this[_0x5b888f(0x25a)])),_0x27e139=_0xb2ae02['is'](_0x5b888f(0x113))?_0xe4f20e:_0xe4f20e[_0x5b888f(0x2ad)](_0x3fd56d=>Ot(_0x3fd56d,this[_0x5b888f(0x25a)]));if(_0x5b888f(0x1fa)===this[_0x5b888f(0x16c)]){const _0x83a21=this[_0x5b888f(0x186)][_0x5b888f(0x181)](_0x5b888f(0x158),_0x569f08,_0x5b888f(0x233));return this[_0x5b888f(0x29d)](()=>_0x83a21(_0x27e139,_0xa46604,_0x52c6fb)),null;}_0x41961e[_0x5b888f(0x10a)](..._0x27e139);let _0x541564=!0x0;for(const _0x3d4046 of _0x41961e)if(!this[_0x5b888f(0x20d)](_0x3d4046)){_0x541564=!0x1;break;}if(_0x541564&&_0x5b888f(0x156)!==this[_0x5b888f(0x16c)]){const _0x309cd9=this[_0x5b888f(0x186)][_0x5b888f(0x181)](_0x5b888f(0x158),_0x569f08,_0x5b888f(0x233));return this[_0x5b888f(0x29d)](()=>_0x309cd9(_0x27e139,_0xa46604,_0x52c6fb)),null;}const _0xb1ff09=this[_0x5b888f(0x23c)][_0x5b888f(0x1a2)][_0x5b888f(0x207)](_0x5b888f(0x1a3))['me'];for(const _0xefd152 of this[_0x5b888f(0x10f)]()){if(_0xefd152[_0x5b888f(0x1e8)]['id']!=_0xb1ff09['id'])continue;if(_0x5b888f(0x158)!=_0xefd152[_0x5b888f(0x1a0)]||_0xefd152[_0x5b888f(0x1d6)][_0x5b888f(0x1cb)]!=_0xa46604[_0x5b888f(0x1cb)])continue;if(!Pt(_0xefd152,_0x52c6fb))continue;const _0x5effcb=_0xefd152[_0x5b888f(0x15f)]==_0x569f08;for(let _0x59f09e=0x0;_0x59f09e<_0x27e139[_0x5b888f(0x225)];_0x59f09e++){const _0x123be4=_0x27e139[_0x59f09e];for(const _0x815eea of _0xefd152[_0x5b888f(0x21f)]()){const _0x27dce4=_0x815eea[_0x5b888f(0x21c)]();if(_0x123be4[_0x5b888f(0x1fd)](_0x27dce4)){_0x5effcb?(_0x27e139[_0x5b888f(0x141)](_0x59f09e,0x1),_0x59f09e--):_0xefd152[_0x5b888f(0x1f6)](_0x815eea[_0x5b888f(0x136)]);break;}}}}if(0x0==_0x27e139[_0x5b888f(0x225)])return null;const _0x10c802=this[_0x5b888f(0x186)][_0x5b888f(0x181)](_0x5b888f(0x158),_0x569f08,_0x5b888f(0x22b));for(const _0x2cb015 of this[_0x5b888f(0x10f)]())if(_0x2cb015[_0x5b888f(0x1e8)]['id']==_0xb1ff09['id']&&_0x5b888f(0x158)==_0x2cb015[_0x5b888f(0x1a0)]&&_0x2cb015[_0x5b888f(0x1d6)][_0x5b888f(0x1cb)]==_0xa46604[_0x5b888f(0x1cb)]&&_0x2cb015[_0x5b888f(0x15f)]==_0x569f08&&Pt(_0x2cb015,_0x52c6fb)&&(_0x10c802(_0x2cb015[_0x5b888f(0x296)](),_0x27e139)||_0x10c802(_0x27e139,_0x2cb015[_0x5b888f(0x296)]()))){for(const _0x30a091 of _0x27e139)_0x2cb015[_0x5b888f(0x283)](_0x30a091);return _0x2cb015;}const _0x4a2c61=_0x2a9ded(),_0x422d78=_0xb1ff09['id'],_0x3f0598=_0x5b888f(0x2b6)+_0x569f08,_0x2a5851=this[_0x5b888f(0x1fc)]({'id':_0x4a2c61,'type':_0x3f0598,'data':_0xa46604,'createdAt':new Date(),'authorId':_0x422d78,'attributes':_0x52c6fb});for(const _0xf80671 of _0x27e139)this[_0x5b888f(0x252)](_0x3f0598,_0x4a2c61,_0x422d78,_0xf80671,_0x1dd1a2[_0x5b888f(0x26a)]());return _0x2a5851;}[_0x56b96a(0x1a7)](_0x4115eb,_0x369830=null,_0x3988e1={}){const _0xe2af94=_0x56b96a;if(_0x4115eb[_0xe2af94(0x16e)])return null;const _0x59b563=this[_0xe2af94(0x23c)][_0xe2af94(0x1a2)][_0xe2af94(0x207)](_0xe2af94(0x1a3))['me'],_0x3cc646=new _0x5475c5(_0x4115eb[_0xe2af94(0x271)],_0x4115eb[_0xe2af94(0x204)]);for(const {suggestion:_0x1b2449,meta:_0x424829}of this[_0xe2af94(0x22c)](_0x3cc646,_0xe2af94(0x166)))if(_0x424829[_0xe2af94(0x22e)]&&!_0x424829[_0xe2af94(0x299)]){if(_0x1b2449[_0xe2af94(0x248)]){const _0x59379d=_0x1b2449[_0xe2af94(0x296)]()[_0xe2af94(0x193)](_0x3ccbb5=>_0xe2af94(0x197)!=_0x3ccbb5[_0xe2af94(0x27b)][_0xe2af94(0x1a6)]);_0x59379d[_0xe2af94(0x221)](_0x2913ec=>_0x3cc646[_0xe2af94(0x2a2)](_0x2913ec,!0x0))&&_0x1b2449[_0xe2af94(0x190)]();if(_0x59379d[_0xe2af94(0x146)](_0x12b684=>_0x12b684[_0xe2af94(0x2a2)](_0x3cc646,!0x0))){const _0x2a1591=this[_0xe2af94(0x186)][_0xe2af94(0x181)](_0xe2af94(0x1e5),_0x369830,_0xe2af94(0x233));return this[_0xe2af94(0x29d)](()=>_0x2a1591([_0x3cc646],null,_0x3988e1)),null;}}else{const _0x381d22=_0x3cc646[_0xe2af94(0x294)](_0x1b2449[_0xe2af94(0x1bd)]());null!==_0x381d22&&_0x1b2449[_0xe2af94(0x1e3)]([_0x381d22],null,_0x3988e1);}}if(_0x3cc646[_0xe2af94(0x18c)](),_0x3cc646[_0xe2af94(0x16e)]||_0xe2af94(0x197)==_0x3cc646[_0xe2af94(0x27b)][_0xe2af94(0x1a6)])return null;let _0x728372=null,_0x40701e=_0x3cc646[_0xe2af94(0x271)],_0x290129=_0x3cc646[_0xe2af94(0x204)];const _0x2345c5=this[_0xe2af94(0x22c)](_0x3cc646,_0xe2af94(0x1e5));for(const {suggestion:_0x247dca,meta:_0x53a5cd}of _0x2345c5){const _0x3b25b0=this[_0xe2af94(0x25a)][_0xe2af94(0x297)](_0x40701e,_0x290129);if(_0x53a5cd[_0xe2af94(0x22e)]&&(this[_0xe2af94(0x250)]||!_0x53a5cd[_0xe2af94(0x239)]&&!_0x53a5cd[_0xe2af94(0x238)])){if(_0x247dca[_0xe2af94(0x248)]){if(!Pt(_0x247dca,_0x3988e1))continue;let _0x11f27c=!0x0;for(const _0x51bd73 of _0x247dca[_0xe2af94(0x296)]()){if(_0x51bd73[_0xe2af94(0x2a2)](_0x3b25b0,!0x0))return _0x247dca;_0x3b25b0[_0xe2af94(0x2a2)](_0x51bd73)||(_0x11f27c=!0x1);}_0x11f27c&&_0x247dca[_0xe2af94(0x190)]();}else{const _0x2c1685=_0x247dca[_0xe2af94(0x1bd)]();if(_0x2c1685[_0xe2af94(0x2a2)](_0x3b25b0,!0x0))return _0x247dca;if(!Pt(_0x247dca,_0x3988e1)){_0x3b25b0[_0xe2af94(0x2a2)](_0x2c1685)?_0x247dca[_0xe2af94(0x165)]():_0x2c1685[_0xe2af94(0x15a)](_0x40701e)?_0x40701e=_0x2c1685[_0xe2af94(0x204)]:_0x2c1685[_0xe2af94(0x15a)](_0x290129)&&(_0x290129=_0x2c1685[_0xe2af94(0x271)]);continue;}_0x40701e=_0x40701e[_0xe2af94(0x19f)](_0x2c1685[_0xe2af94(0x271)])?_0x40701e:_0x2c1685[_0xe2af94(0x271)],_0x290129=_0x290129[_0xe2af94(0x243)](_0x2c1685[_0xe2af94(0x204)])?_0x290129:_0x2c1685[_0xe2af94(0x204)],_0x3988e1=Object[_0xe2af94(0x134)]({},_0x247dca[_0xe2af94(0x265)]),_0x728372?_0x2c1685[_0xe2af94(0x271)][_0xe2af94(0x19f)](_0x728372[_0xe2af94(0x1bd)]()[_0xe2af94(0x271)])?(_0x728372[_0xe2af94(0x165)](),_0x728372=_0x247dca):_0x247dca[_0xe2af94(0x165)]():_0x728372=_0x247dca;}}}if(_0x728372)return this[_0xe2af94(0x1a5)](_0x728372,this[_0xe2af94(0x25a)][_0xe2af94(0x297)](_0x40701e,_0x290129)),_0x728372;{const _0x4478c4=_0x2a9ded(),_0x287dfd=this[_0xe2af94(0x25a)][_0xe2af94(0x297)](_0x40701e,_0x290129),_0xfa9837=_0x59b563['id'],_0xef61da=_0x369830?_0xe2af94(0x1ff)+_0x369830:_0xe2af94(0x1e5),_0x243d43=this[_0xe2af94(0x1fc)]({'id':_0x4478c4,'type':_0xef61da,'createdAt':new Date(),'authorId':_0xfa9837,'attributes':_0x3988e1});return this[_0xe2af94(0x252)](_0xef61da,_0x4478c4,_0xfa9837,_0x287dfd),_0x243d43;}}[_0x56b96a(0x17b)](_0x1a0204,_0x376e5f=_0x56b96a(0x111),_0x31c112={}){const _0x425b7d=_0x56b96a,_0x31430c=this[_0x425b7d(0x23c)][_0x425b7d(0x1a2)][_0x425b7d(0x207)](_0x425b7d(0x1a3))['me'],_0xeb827a=_0x1a0204[_0x425b7d(0x2ad)](_0x9f474=>new _0x5475c5(_0x9f474[_0x425b7d(0x271)],_0x9f474[_0x425b7d(0x204)])),_0x57d42e=new Set();for(const {suggestion:_0x5991b6,meta:_0x1468dd}of this[_0x425b7d(0x22c)](_0xeb827a,_0x425b7d(0x166)))_0x1468dd[_0x425b7d(0x22e)]&&!_0x1468dd[_0x425b7d(0x299)]&&_0x57d42e[_0x425b7d(0x1b0)](_0x5991b6);for(const _0x41e984 of _0x57d42e)if(_0x41e984[_0x425b7d(0x248)]){const _0x6082a5=_0x41e984[_0x425b7d(0x296)]();(!_0x41e984[_0x425b7d(0x265)]||!_0x41e984[_0x425b7d(0x265)][_0x425b7d(0x14d)])&&(_0x6082a5[_0x425b7d(0x221)](_0x18a83a=>_0xeb827a[_0x425b7d(0x146)](_0x100148=>_0x100148[_0x425b7d(0x2a2)](_0x18a83a,!0x0)))&&_0x41e984[_0x425b7d(0x190)]());if(_0xeb827a[_0x425b7d(0x221)](_0x37f73b=>_0x6082a5[_0x425b7d(0x146)](_0x116e54=>_0x116e54[_0x425b7d(0x2a2)](_0x37f73b,!0x0)))){const _0x32d445=this[_0x425b7d(0x186)][_0x425b7d(0x181)](_0x425b7d(0x1e5),_0x376e5f,_0x425b7d(0x233));return this[_0x425b7d(0x29d)](()=>_0x32d445(_0x1a0204,null,_0x31c112)),null;}}else{const _0x1a7805=_0x41e984[_0x425b7d(0x1bd)]();_0xeb827a[_0x425b7d(0x146)](_0x8ede3a=>_0x8ede3a[_0x425b7d(0x2a2)](_0x1a7805,!0x0))&&_0x41e984[_0x425b7d(0x190)]();if(_0xeb827a[_0x425b7d(0x221)](_0x120d55=>_0x1a7805[_0x425b7d(0x2a2)](_0x120d55,!0x0))){const _0x55ea67=this[_0x425b7d(0x186)][_0x425b7d(0x181)](_0x425b7d(0x1e5),_0x376e5f,_0x425b7d(0x233));return this[_0x425b7d(0x29d)](()=>_0x55ea67(_0xeb827a,null,_0x31c112)),null;}}const _0x46080e=this[_0x425b7d(0x186)][_0x425b7d(0x181)](_0x425b7d(0x1e5),_0x376e5f,_0x425b7d(0x22b));let _0x373258=null;for(const _0x350ddf of this[_0x425b7d(0x10f)]())if(_0x350ddf[_0x425b7d(0x1e8)]['id']==_0x31430c['id']&&_0x350ddf[_0x425b7d(0x1ab)]&&_0x425b7d(0x1e5)==_0x350ddf[_0x425b7d(0x1a0)]&&_0x350ddf[_0x425b7d(0x15f)]==_0x376e5f&&Pt(_0x350ddf,_0x31c112)&&(_0x46080e(_0x350ddf[_0x425b7d(0x296)](),_0xeb827a)||_0x46080e(_0xeb827a,_0x350ddf[_0x425b7d(0x296)]()))){if(_0x373258){if(_0x350ddf[_0x425b7d(0x208)]&&_0x350ddf[_0x425b7d(0x208)][_0x425b7d(0x225)])continue;for(const _0x5f5904 of _0x350ddf[_0x425b7d(0x296)]())_0x373258[_0x425b7d(0x291)](_0x5f5904)||_0x373258[_0x425b7d(0x283)](_0x5f5904);_0x350ddf[_0x425b7d(0x165)]();}else{_0x373258=_0x350ddf;for(const _0x21e9e9 of _0xeb827a)_0x350ddf[_0x425b7d(0x291)](_0x21e9e9)||_0x350ddf[_0x425b7d(0x283)](_0x21e9e9);}}if(_0x373258)return _0x373258;_0x57d42e[_0x425b7d(0x15e)]();for(const {suggestion:_0x2ac6ad,meta:_0x533b72}of this[_0x425b7d(0x22c)](_0xeb827a,_0x425b7d(0x1e5)))_0x533b72[_0x425b7d(0x22e)]&&(this[_0x425b7d(0x250)]||!_0x533b72[_0x425b7d(0x239)]&&!_0x533b72[_0x425b7d(0x238)])&&Pt(_0x2ac6ad,_0x31c112)&&_0x57d42e[_0x425b7d(0x1b0)](_0x2ac6ad);for(const _0x2d1324 of _0x57d42e){const _0x3add7e=_0x2d1324[_0x425b7d(0x296)]();if(!_0x31c112||!_0x31c112[_0x425b7d(0x14d)]){if(_0xeb827a[_0x425b7d(0x221)](_0x1a3283=>_0x3add7e[_0x425b7d(0x146)](_0x2a4cdf=>_0x2a4cdf[_0x425b7d(0x2a2)](_0x1a3283,!0x0))))return _0x2d1324;}(!_0x2d1324[_0x425b7d(0x265)]||!_0x2d1324[_0x425b7d(0x265)][_0x425b7d(0x14d)])&&(_0x3add7e[_0x425b7d(0x221)](_0x219f3a=>_0xeb827a[_0x425b7d(0x146)](_0x2b1199=>_0x2b1199[_0x425b7d(0x2a2)](_0x219f3a,!0x0)))&&_0x2d1324[_0x425b7d(0x190)]());}const _0xdc5319=_0x2a9ded(),_0x20977c=_0x31430c['id'],_0x39b67d=_0x425b7d(0x1ff)+_0x376e5f,_0x3da3c1=this[_0x425b7d(0x1fc)]({'id':_0xdc5319,'type':_0x39b67d,'createdAt':new Date(),'authorId':_0x20977c,'attributes':_0x31c112});for(const _0x2398d0 of _0xeb827a)_0x2398d0[_0x425b7d(0x18c)](),_0x2398d0[_0x425b7d(0x16e)]||_0x425b7d(0x197)==_0x2398d0[_0x425b7d(0x27b)][_0x425b7d(0x1a6)]||this[_0x425b7d(0x252)](_0x39b67d,_0xdc5319,_0x20977c,_0x2398d0,_0x1dd1a2[_0x425b7d(0x26a)]());return _0x3da3c1;}[_0x56b96a(0x232)](_0x4baa00,_0x27f75c,_0x491fa0,_0x3f973f,_0x412f01){const _0x45a6fb=_0x56b96a;if(_0x4baa00[_0x45a6fb(0x16e)])return[];if(_0x45a6fb(0x1fa)===this[_0x45a6fb(0x16c)])return[];const _0x5fdddf=this[_0x45a6fb(0x23c)][_0x45a6fb(0x1a2)][_0x45a6fb(0x207)](_0x45a6fb(0x1a3))['me']['id'],_0x457659=Array[_0x45a6fb(0x229)](this[_0x45a6fb(0x1f4)][_0x45a6fb(0x2b2)]())[_0x45a6fb(0x193)](_0x49f524=>_0x45a6fb(0x1a9)==_0x49f524[_0x45a6fb(0x1a0)]&&_0x49f524[_0x45a6fb(0x1d6)][_0x45a6fb(0x163)]==_0x27f75c&&_0x49f524[_0x45a6fb(0x291)](_0x4baa00));if(_0x45a6fb(0x10d)===this[_0x45a6fb(0x16c)]){const _0x394517=this[_0x45a6fb(0x22c)](_0x4baa00,_0x45a6fb(0x166))[_0x45a6fb(0x193)](({meta:_0x31ad4d})=>_0x31ad4d[_0x45a6fb(0x22e)]&&!_0x31ad4d[_0x45a6fb(0x238)]&&!_0x31ad4d[_0x45a6fb(0x299)])[_0x45a6fb(0x2ad)](({suggestion:_0x213017})=>_0x213017);_0x457659[_0x45a6fb(0x24c)](..._0x394517);}const _0x213daf=new Map([[_0x4baa00,_0x491fa0]]);for(const _0x169bef of _0x457659){const _0x4acf00=_0x45a6fb(0x1a9)==_0x169bef[_0x45a6fb(0x1a0)]?_0x169bef[_0x45a6fb(0x1d6)][_0x45a6fb(0x187)]:void 0x0,_0x198b3a=_0x169bef[_0x45a6fb(0x1bd)](),_0x4f173b=Array[_0x45a6fb(0x229)](_0x213daf[_0x45a6fb(0x226)]())[_0x45a6fb(0x1ef)](_0x254ed9=>_0x254ed9[_0x45a6fb(0x2b1)](_0x198b3a));if(!_0x4f173b)continue;const _0x172149=_0x4f173b[_0x45a6fb(0x10e)](_0x198b3a);this[_0x45a6fb(0x264)](_0x27f75c)&&_0x45a6fb(0x166)==_0x169bef[_0x45a6fb(0x1a0)]&&0x0!=_0x172149[_0x45a6fb(0x225)]||(_0x213daf[_0x45a6fb(0x1d0)](_0x4f173b),_0x172149[_0x45a6fb(0x2a9)](_0x2a0718=>{const _0x246430=_0x45a6fb;_0x213daf[_0x246430(0x278)](_0x2a0718,_0x491fa0);}),_0x45a6fb(0x166)!=_0x169bef[_0x45a6fb(0x1a0)]&&_0x4acf00!=_0x3f973f&&_0x213daf[_0x45a6fb(0x278)](_0x4f173b[_0x45a6fb(0x294)](_0x198b3a),_0x4acf00));}const _0x4de0c9=[];for(const [_0x1d1866,_0x36b310]of _0x213daf){const _0x3dd2d8=_0x2a9ded(),_0x4b9c62={'key':_0x27f75c,'oldValue':_0x36b310,'newValue':_0x3f973f};_0x27f75c[_0x45a6fb(0x225)]>0x25&&console[_0x45a6fb(0x1cd)](_0x45a6fb(0x23e),{'key':_0x27f75c});const _0x2c3daf=(_0x45a6fb(0x1ed)+(_0x27f75c+'|'+Et({'newValue':_0x3f973f})))[_0x45a6fb(0x217)](0x0,0x3c),_0x103f6c=this[_0x45a6fb(0x1fc)]({'id':_0x3dd2d8,'type':_0x2c3daf,'data':_0x4b9c62,'createdAt':new Date(),'authorId':_0x5fdddf,'attributes':_0x412f01});_0x4de0c9[_0x45a6fb(0x10a)](_0x103f6c),this[_0x45a6fb(0x252)](_0x2c3daf,_0x3dd2d8,_0x5fdddf,_0x1d1866);}return _0x4de0c9;}[_0x56b96a(0x154)](_0x1f5680){const _0x1bf0ce=_0x56b96a;this[_0x1bf0ce(0x237)][_0x1bf0ce(0x1b0)](_0x1f5680);}[_0x56b96a(0x137)](_0x5aa648){const _0x5e6f57=_0x56b96a;this[_0x5e6f57(0x22d)][_0x5e6f57(0x1b0)](_0x5aa648);}[_0x56b96a(0x1de)](_0x51edfe,_0x237586=[],_0x4cf30e=[]){const _0x44cc8b=_0x56b96a;this[_0x44cc8b(0x230)](_0x51edfe,(_0x3a7ec,..._0x47114c)=>{const _0x4866fb=_0x44cc8b;this[_0x4866fb(0x172)](()=>{_0x3a7ec(..._0x47114c);});});for(const _0x20724c of _0x237586)this[_0x44cc8b(0x137)](_0x20724c);for(const _0x49f890 of _0x4cf30e)this[_0x44cc8b(0x154)](_0x49f890);}[_0x56b96a(0x1f2)](_0x3e4c8a){const _0x2c26d9=_0x56b96a;return _0x2c26d9(0x1a9)==_0x3e4c8a[_0x2c26d9(0x1a0)]?_0x3e4c8a[_0x2c26d9(0x15f)][_0x2c26d9(0x115)]('|')[0x0]:null;}[_0x56b96a(0x1a5)](_0x195499,_0x4b87c7){const _0x4bb756=_0x56b96a,_0x5c2817=_0x195499[_0x4bb756(0x20a)]();this[_0x4bb756(0x25a)][_0x4bb756(0x147)](_0x1fb8b2=>{const _0xfcbea6=_0x4bb756;_0x1fb8b2[_0xfcbea6(0x164)](_0x5c2817,{'range':_0x4b87c7});});}[_0x56b96a(0x24d)](_0x4f0c3d){const _0x4bfd7a=_0x56b96a,_0x58ba32=_0x4f0c3d['id'],_0xc3ce79=this[_0x4bfd7a(0x23c)][_0x4bfd7a(0x215)][_0x4bfd7a(0x207)](_0x4bfd7a(0x1f5));this[_0x4bfd7a(0x14f)][_0x4bfd7a(0x1c4)](_0x58ba32)||this[_0x4bfd7a(0x14f)][_0x4bfd7a(0x140)]({'channelId':_0xc3ce79,'threadId':_0x58ba32,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1d191a=this[_0x4bfd7a(0x14f)][_0x4bfd7a(0x1fe)](_0x58ba32);_0x1d191a[_0x4bfd7a(0x245)](_0x4bfd7a(0x17f)),_0x1d191a[_0x4bfd7a(0x17f)]=!0x1,_0x4f0c3d[_0x4bfd7a(0x208)]=_0x1d191a;}[_0x56b96a(0x205)](_0x19c96,_0x26f3c1,_0x43126b,_0x5b75da){const _0x2ec350=_0x56b96a;if(_0x19c96[_0x2ec350(0x1a0)]!=_0x26f3c1||_0x19c96[_0x2ec350(0x15f)]!=_0x43126b||_0x19c96[_0x2ec350(0x29b)]['id']!=_0x5b75da)throw this[_0x2ec350(0x23c)][_0x2ec350(0x13f)](_0x2ec350(0x256)),new _0x1cf0b3(_0x2ec350(0x256),this);}[_0x56b96a(0x120)](_0x191d6a,_0x189a64){const _0x3e8637=_0x56b96a,_0x318fb3=_0x191d6a[_0x3e8637(0x1bd)]();if(_0x189a64[_0x3e8637(0x1fd)](_0x318fb3))_0x191d6a[_0x3e8637(0x165)]();else{if(_0x318fb3[_0x3e8637(0x2a2)](_0x189a64)){const _0x3d2a6d=this[_0x3e8637(0x25a)][_0x3e8637(0x1b7)](_0x189a64[_0x3e8637(0x271)][_0x3e8637(0x13c)],_0x3e8637(0x204));this[_0x3e8637(0x1a5)](_0x191d6a,this[_0x3e8637(0x25a)][_0x3e8637(0x297)](_0x318fb3[_0x3e8637(0x271)],_0x3d2a6d));const _0xd89f21=_0x2a9ded(),_0x59b97d=_0x191d6a[_0x3e8637(0x29b)]['id'],_0x30fc20=_0x191d6a[_0x3e8637(0x1a0)]+':'+_0x191d6a[_0x3e8637(0x15f)];this[_0x3e8637(0x1fc)]({'id':_0xd89f21,'type':_0x30fc20,'createdAt':new Date(),'authorId':_0x59b97d,'data':_0x191d6a[_0x3e8637(0x1d6)],'attributes':_0x191d6a[_0x3e8637(0x265)]});const _0x37fe07=this[_0x3e8637(0x25a)][_0x3e8637(0x1b7)](_0x189a64[_0x3e8637(0x204)][_0x3e8637(0x1b9)],_0x3e8637(0x28a)),_0xad028a=this[_0x3e8637(0x25a)][_0x3e8637(0x297)](_0x37fe07,_0x318fb3[_0x3e8637(0x204)]);this[_0x3e8637(0x252)](_0x30fc20,_0xd89f21,_0x59b97d,_0xad028a);}else{if(_0x318fb3[_0x3e8637(0x15a)](_0x189a64[_0x3e8637(0x271)])){const _0x272b4c=this[_0x3e8637(0x25a)][_0x3e8637(0x1b7)](_0x189a64[_0x3e8637(0x271)][_0x3e8637(0x13c)],_0x3e8637(0x204));this[_0x3e8637(0x1a5)](_0x191d6a,this[_0x3e8637(0x25a)][_0x3e8637(0x297)](_0x318fb3[_0x3e8637(0x271)],_0x272b4c));}else{const _0xd4a7c=this[_0x3e8637(0x25a)][_0x3e8637(0x1b7)](_0x189a64[_0x3e8637(0x204)][_0x3e8637(0x1b9)],_0x3e8637(0x28a));this[_0x3e8637(0x1a5)](_0x191d6a,this[_0x3e8637(0x25a)][_0x3e8637(0x297)](_0xd4a7c,_0x318fb3[_0x3e8637(0x204)]));}}}}[_0x56b96a(0x20d)](_0x3b2c6b){const _0x330694=_0x56b96a;for(const {suggestion:_0x6ffde3,meta:_0x5ba3f0}of this[_0x330694(0x22c)](_0x3b2c6b,_0x330694(0x166))){if(!_0x5ba3f0[_0x330694(0x22e)])continue;const _0x1a2d94=_0x6ffde3[_0x330694(0x296)]();for(const _0x3c6136 of _0x1a2d94)if(!_0x3b2c6b[_0x330694(0x10e)](_0x3c6136)[_0x330694(0x225)])return!0x0;}return!0x1;}[_0x56b96a(0x275)](_0x19e5ac){const _0x3ac9ae=_0x56b96a,_0x53ac4e=this[_0x3ac9ae(0x23c)][_0x3ac9ae(0x1a2)][_0x3ac9ae(0x207)](_0x3ac9ae(0x1a3))[_0x3ac9ae(0x2a3)](_0x19e5ac);if(!_0x53ac4e)throw new _0x1cf0b3(_0x3ac9ae(0x257),this);return _0x53ac4e;}[_0x56b96a(0x11c)](_0x541caf){const _0x57d435=_0x56b96a,_0x497fbf=this[_0x57d435(0x23c)][_0x57d435(0x1a2)][_0x57d435(0x207)](_0x57d435(0x1a3)),_0x4cd713=_0x3f3261(_0x57d435(0x171)+_0x541caf),_0x1c85b6=_0x497fbf[_0x57d435(0x2a3)](_0x4cd713);return _0x1c85b6||_0x497fbf[_0x57d435(0x222)]({'id':_0x4cd713,'name':_0x541caf});}[_0x56b96a(0x25b)](_0x510229,_0x22d5e7,_0x367c9c,_0x5d4019,_0x440a19){const _0x1d8e63=_0x56b96a,_0x3ccacf=this[_0x1d8e63(0x275)](_0x5d4019),_0x5aa8a9=this[_0x1d8e63(0x186)][_0x1d8e63(0x210)](_0x510229,_0x22d5e7,_0x367c9c,_0x3ccacf,_0x440a19,_0x319e52=>{const _0x2ba8f2=_0x1d8e63;this[_0x2ba8f2(0x145)](_0x367c9c,{'attributes':_0x319e52});const _0x4771ad=this[_0x2ba8f2(0x26e)](_0x367c9c);this[_0x2ba8f2(0x20c)](new Set([_0x4771ad])),this[_0x2ba8f2(0x184)](new Set([_0x4771ad]));});return this[_0x1d8e63(0x1aa)](_0x5aa8a9,_0x1d8e63(0x233),()=>{const _0x42e4a0=_0x1d8e63;this[_0x42e4a0(0x145)](_0x367c9c,{'state':_0x42e4a0(0x21e)});},{'priority':_0x1d8e63(0x18d)}),this[_0x1d8e63(0x1aa)](_0x5aa8a9,_0x1d8e63(0x190),()=>{const _0x366ef2=_0x1d8e63;this[_0x366ef2(0x145)](_0x367c9c,{'state':_0x366ef2(0x2aa)});},{'priority':_0x1d8e63(0x18d)}),this[_0x1d8e63(0x1f4)][_0x1d8e63(0x278)](_0x367c9c,_0x5aa8a9),this[_0x1d8e63(0x258)][_0x1d8e63(0x278)](_0x5aa8a9,_0x1d8e63(0x2b0)),_0x5aa8a9;}[_0x56b96a(0x112)](_0x1522dc){const _0x4947bf=_0x56b96a,_0x246394=_0x1522dc[_0x4947bf(0x115)](':');return{'group':_0x246394[0x0],'type':_0x246394[0x1],'subType':_0x246394[_0x4947bf(0x225)]>=0x5?_0x246394[0x2]:null,'id':_0x246394[_0x4947bf(0x225)]<0x5?_0x246394[0x2]:_0x246394[0x3],'authorId':_0x246394[_0x4947bf(0x225)]<0x5?_0x246394[0x3]:_0x246394[0x4],'markerCount':0x6==_0x246394[_0x4947bf(0x225)]?_0x246394[0x5]:null};}[_0x56b96a(0x11b)](_0x7b2847,_0xf2008d,_0x57f076){const _0x483bff=_0x56b96a,_0x3cc940=_0x7b2847[_0x483bff(0x1bd)](),_0x4488d8=_0x3cc940[_0x483bff(0x271)],_0x5dda85=_0x3cc940[_0x483bff(0x204)];this[_0x483bff(0x1a5)](_0x7b2847,this[_0x483bff(0x25a)][_0x483bff(0x297)](_0x4488d8,_0xf2008d));const _0x4a73f8=_0x2a9ded(),_0x4f0dc5=_0x7b2847[_0x483bff(0x29b)]['id'],_0x287d19=_0x7b2847[_0x483bff(0x1a0)]+(_0x7b2847[_0x483bff(0x15f)]?':'+_0x7b2847[_0x483bff(0x15f)]:'');this[_0x483bff(0x1fc)]({'id':_0x4a73f8,'type':_0x287d19,'createdAt':new Date(),'authorId':_0x4f0dc5,'originalSuggestionId':_0x7b2847['id'],'attributes':_0x7b2847[_0x483bff(0x265)],'data':_0x7b2847[_0x483bff(0x1d6)]});const _0x2f61d7=this[_0x483bff(0x1f2)](_0x7b2847);(_0x483bff(0x158)==_0x7b2847[_0x483bff(0x1a0)]||_0x2f61d7&&this[_0x483bff(0x264)](_0x2f61d7))&&(_0x57f076=this[_0x483bff(0x25a)][_0x483bff(0x11a)](_0x57f076[_0x483bff(0x1b9)])),this[_0x483bff(0x252)](_0x287d19,_0x4a73f8,_0x4f0dc5,this[_0x483bff(0x25a)][_0x483bff(0x297)](_0x57f076,_0x5dda85));}[_0x56b96a(0x22c)](_0x520008,_0x141832=null){const _0x39ffbf=_0x56b96a,_0xd234ce=[],_0x33886c=this[_0x39ffbf(0x23c)][_0x39ffbf(0x1a2)][_0x39ffbf(0x207)](_0x39ffbf(0x1a3))['me'];Array[_0x39ffbf(0x209)](_0x520008)||(_0x520008=[_0x520008]);for(const _0x2680fb of this[_0x39ffbf(0x10f)]()){if(!_0x2680fb[_0x39ffbf(0x1ab)])continue;if(_0x141832&&_0x2680fb[_0x39ffbf(0x1a0)]!=_0x141832)continue;let _0x29b591=!0x1;for(const _0x20c3e7 of _0x2680fb[_0x39ffbf(0x296)]()){for(const _0x4567d1 of _0x520008){const _0x4ddcca=_0x4567d1[_0x39ffbf(0x271)][_0x39ffbf(0x1fd)](_0x20c3e7[_0x39ffbf(0x204)])||_0x4567d1[_0x39ffbf(0x204)][_0x39ffbf(0x1fd)](_0x20c3e7[_0x39ffbf(0x271)]);if(_0x4ddcca||_0x4567d1[_0x39ffbf(0x294)](_0x20c3e7)){const _0x1a77b6=_0x4567d1[_0x39ffbf(0x2a2)](_0x20c3e7)&&xt(this[_0x39ffbf(0x25a)][_0x39ffbf(0x118)],_0x20c3e7[_0x39ffbf(0x271)],_0x4567d1),_0x398a1d=_0x20c3e7[_0x39ffbf(0x2a2)](_0x4567d1)&&xt(this[_0x39ffbf(0x25a)][_0x39ffbf(0x118)],_0x4567d1[_0x39ffbf(0x271)],_0x20c3e7);_0xd234ce[_0x39ffbf(0x10a)]({'suggestion':_0x2680fb,'meta':{'isOwn':_0x33886c==_0x2680fb[_0x39ffbf(0x1e8)],'isNextTo':_0x4ddcca,'isInsideObject':_0x1a77b6,'containsRangeInObject':_0x398a1d}}),_0x29b591=!0x0;break;}}if(_0x29b591)break;}}return _0xd234ce;}[_0x56b96a(0x252)](_0x59a2a1,_0x11c169,_0x5091c3,_0x27bc2e,_0x16012f){const _0x3d5a24=_0x56b96a;this[_0x3d5a24(0x25a)][_0x3d5a24(0x147)](_0x9d3e85=>{const _0x1becf4=_0x3d5a24;let _0x54fbb6=_0x1becf4(0x188)+_0x59a2a1+':'+_0x11c169+':'+_0x5091c3;_0x16012f&&(_0x54fbb6=_0x54fbb6+':'+_0x16012f),_0x9d3e85[_0x1becf4(0x27d)](_0x54fbb6,{'range':_0x27bc2e,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x56b96a(0x274)](_0x366781){const _0x201e15=_0x56b96a,_0x306c97=_0x366781[_0x201e15(0x196)],_0x5afe00=_0x366781[_0x201e15(0x1bc)];_0x366781[_0x201e15(0x196)]=null,_0x366781[_0x201e15(0x1bc)]=null,null!=_0x306c97&&_0x306c97[_0x201e15(0x1bc)]==_0x366781&&(_0x306c97[_0x201e15(0x1bc)]=_0x5afe00),null!=_0x5afe00&&_0x5afe00[_0x201e15(0x196)]==_0x366781&&(_0x5afe00[_0x201e15(0x196)]=_0x306c97),_0x201e15(0x1b6)==this[_0x201e15(0x258)][_0x201e15(0x207)](_0x366781)&&(this[_0x201e15(0x258)][_0x201e15(0x278)](_0x366781,_0x201e15(0x28b)),this[_0x201e15(0x1c5)](_0x201e15(0x195),_0x366781,_0x306c97,_0x5afe00));}[_0x56b96a(0x1fc)](_0x4ee2b0){const _0x596e89=_0x56b96a,_0x10ed14=_0x4ee2b0['id'],_0x47adf7=this[_0x596e89(0x280)](_0x4ee2b0);if(this[_0x596e89(0x19d)]&&this[_0x596e89(0x19d)][_0x596e89(0x159)]){const _0x5d2244=this[_0x596e89(0x23c)][_0x596e89(0x1a2)][_0x596e89(0x207)](_0x596e89(0x224)),_0x8daed5=_0x47adf7[_0x596e89(0x2b3)],_0x5e54f2=_0x47adf7[_0x596e89(0x15f)]?_0x47adf7[_0x596e89(0x1a0)]+':'+_0x47adf7[_0x596e89(0x15f)]:_0x47adf7[_0x596e89(0x1a0)],_0x23baf2=this[_0x596e89(0x23c)][_0x596e89(0x292)],_0x506d67=_0x5d2244[_0x596e89(0x1b0)](_0x24fe1e(_0x23baf2,_0x596e89(0x107))),_0x3df1af={'id':_0x10ed14,'type':_0x5e54f2,'hasComments':_0x8daed5,'data':_0x4ee2b0[_0x596e89(0x1d6)]||null,'originalSuggestionId':_0x4ee2b0[_0x596e89(0x12f)]||null,'attributes':_0x47adf7[_0x596e89(0x265)]};this[_0x596e89(0x19d)][_0x596e89(0x159)](_0x3df1af)[_0x596e89(0x1d3)](_0x455079=>{const _0x5d9829=_0x596e89;_0x47adf7[_0x5d9829(0x23b)]=!0x0,_0x5d2244[_0x5d9829(0x25e)](_0x506d67),_0x455079&&_0x455079[_0x5d9829(0x22a)]&&(this[_0x5d9829(0x1f4)][_0x5d9829(0x207)](_0x10ed14)[_0x5d9829(0x22a)]=_0x455079[_0x5d9829(0x22a)]);})[_0x596e89(0x126)](_0x354132=>{const _0x173ed9=_0x596e89;throw _0x1d1a4b(_0x173ed9(0x273)),this[_0x173ed9(0x23c)][_0x173ed9(0x235)][_0x173ed9(0x1a8)]({'isUndoable':!0x1},()=>{const _0x5e316a=_0x173ed9;_0x47adf7[_0x5e316a(0x190)]();}),_0x47adf7[_0x173ed9(0x116)](),this[_0x173ed9(0x1f4)][_0x173ed9(0x1d0)](_0x47adf7['id']),this[_0x173ed9(0x258)][_0x173ed9(0x1d0)](_0x47adf7),_0x354132;});}return _0x47adf7;}[_0x56b96a(0x264)](_0x221664){const _0x3a0031=_0x56b96a;return this[_0x3a0031(0x237)][_0x3a0031(0x25c)](_0x221664);}[_0x56b96a(0x145)](_0x5123f8,_0x49a39c){const _0x2678ce=_0x56b96a,_0x5b9d59=this[_0x2678ce(0x23c)][_0x2678ce(0x1a2)][_0x2678ce(0x207)](_0x2678ce(0x224)),_0x368da8=this[_0x2678ce(0x26e)](_0x5123f8);if(this[_0x2678ce(0x19d)]&&this[_0x2678ce(0x19d)][_0x2678ce(0x1f3)]){if(_0x368da8[_0x2678ce(0x23b)]){const _0x4af81b=_0x5b9d59[_0x2678ce(0x1b0)](_0x24fe1e(this[_0x2678ce(0x23c)][_0x2678ce(0x292)],_0x2678ce(0x107)));this[_0x2678ce(0x19d)][_0x2678ce(0x1f3)](_0x5123f8,_0x49a39c)[_0x2678ce(0x1d3)](()=>{const _0x3aa1bd=_0x2678ce;_0x5b9d59[_0x3aa1bd(0x25e)](_0x4af81b);});}else _0x368da8['on'](_0x2678ce(0x180),()=>{const _0xc32b0f=_0x2678ce;this[_0xc32b0f(0x145)](_0x5123f8,_0x49a39c);});}}[_0x56b96a(0x14c)](_0x6f2b75){const _0x11da97=_0x56b96a;if(!this[_0x11da97(0x19d)]||!this[_0x11da97(0x19d)][_0x11da97(0x26e)])throw new _0x1cf0b3(_0x11da97(0x242),this);return this[_0x11da97(0x19d)][_0x11da97(0x26e)](_0x6f2b75);}[_0x56b96a(0x21b)](_0xc7fa9c){const _0x20f12a=_0x56b96a,{id:_0x341b31,type:_0x270c8e,subType:_0x199fb0,authorId:_0x5034f5}=this[_0x20f12a(0x112)](_0xc7fa9c),_0x14f87e=this[_0x20f12a(0x1f4)][_0x20f12a(0x207)](_0x341b31)||this[_0x20f12a(0x25b)](_0x270c8e,_0x199fb0,_0x341b31,_0x5034f5,{});switch(this[_0x20f12a(0x205)](_0x14f87e,_0x270c8e,_0x199fb0,_0x5034f5),this[_0x20f12a(0x258)][_0x20f12a(0x207)](_0x14f87e)){case _0x20f12a(0x2b0):this[_0x20f12a(0x14c)](_0x341b31)[_0x20f12a(0x1d3)](_0x2f1579=>{const _0xb324ce=_0x20f12a;let _0x34a205=Promise[_0xb324ce(0x13b)]();_0x2f1579[_0xb324ce(0x2b3)]&&(_0x34a205=this[_0xb324ce(0x14f)][_0xb324ce(0x1b2)]({'channelId':this[_0xb324ce(0x23c)][_0xb324ce(0x215)][_0xb324ce(0x207)](_0xb324ce(0x1f5)),'threadId':_0x341b31})),_0x34a205[_0xb324ce(0x1d3)](()=>{const _0x1c3b84=_0xb324ce;this[_0x1c3b84(0x280)](_0x2f1579)[_0x1c3b84(0x23b)]=!0x0;});}),this[_0x20f12a(0x258)][_0x20f12a(0x278)](_0x14f87e,_0x20f12a(0x132));break;case _0x20f12a(0x28b):this[_0x20f12a(0x145)](_0x341b31,{'state':_0x20f12a(0x14e)});case _0x20f12a(0x185):this[_0x20f12a(0x258)][_0x20f12a(0x278)](_0x14f87e,_0x20f12a(0x1b6)),this[_0x20f12a(0x1c5)](_0x20f12a(0x127),_0x14f87e);break;case _0x20f12a(0x1b6):this[_0x20f12a(0x1c5)](_0x20f12a(0x22f),_0x14f87e);}return _0x14f87e[_0x20f12a(0x133)](_0xc7fa9c),_0x14f87e;}[_0x56b96a(0x184)](_0xb5e69d){const _0x99902d=_0x56b96a,_0x47e19f=Array[_0x99902d(0x229)](_0xb5e69d),_0x3c8326=_0x47e19f[_0x99902d(0x193)](_0xa7f6d4=>_0x99902d(0x1a9)==_0xa7f6d4[_0x99902d(0x1a0)]);this[_0x99902d(0x2a7)](_0x3c8326);const _0x528d78=_0x47e19f[_0x99902d(0x193)](_0x3a3e3d=>!_0x3a3e3d[_0x99902d(0x248)]&&_0x99902d(0x1a9)!=_0x3a3e3d[_0x99902d(0x1a0)]),_0x1808d0=this[_0x99902d(0x10f)]({'skipNotAttached':!0x0})[_0x99902d(0x193)](_0x32018d=>!_0x32018d[_0x99902d(0x248)]&&_0x99902d(0x1a9)!=_0x32018d[_0x99902d(0x1a0)]),_0x5e5bd6=_0x1808d0[_0x99902d(0x193)](_0x3f045a=>!_0xb5e69d[_0x99902d(0x25c)](_0x3f045a)),_0x5543ca=new Map(_0x1808d0[_0x99902d(0x2ad)](_0x2bbb9b=>[_0x2bbb9b,this[_0x99902d(0x186)][_0x99902d(0x181)](_0x2bbb9b[_0x99902d(0x1a0)],_0x2bbb9b[_0x99902d(0x15f)],_0x99902d(0x298))])),_0x438f76=new Map(_0x1808d0[_0x99902d(0x2ad)](_0x10077d=>[_0x10077d,_0x10077d[_0x99902d(0x1bd)]()])),_0x40e0bb=new Set(),_0x4b0fb9=new Set();for(let _0x3064bd=0x0;_0x3064bd<_0x528d78[_0x99902d(0x225)];_0x3064bd++)_0x547748(_0x528d78[_0x3064bd],_0x528d78,_0x3064bd+0x1);for(let _0xaf8366=0x0;_0xaf8366<_0x528d78[_0x99902d(0x225)];_0xaf8366++)_0x547748(_0x528d78[_0xaf8366],_0x5e5bd6,0x0);const _0x52bd22=new Set();for(let _0xa8a757=0x0;_0xa8a757<_0x528d78[_0x99902d(0x225)];_0xa8a757++){const _0x58d48f=_0x528d78[_0xa8a757];!_0x4b0fb9[_0x99902d(0x25c)](_0x58d48f)&&_0x58d48f[_0x99902d(0x196)]&&(_0x52bd22[_0x99902d(0x1b0)](_0x58d48f[_0x99902d(0x196)]),_0x58d48f[_0x99902d(0x196)][_0x99902d(0x1bc)]===_0x58d48f&&(_0x58d48f[_0x99902d(0x196)][_0x99902d(0x1bc)]=null),_0x58d48f[_0x99902d(0x196)]=null),!_0x40e0bb[_0x99902d(0x25c)](_0x58d48f)&&_0x58d48f[_0x99902d(0x1bc)]&&(_0x52bd22[_0x99902d(0x1b0)](_0x58d48f[_0x99902d(0x1bc)]),_0x58d48f[_0x99902d(0x1bc)][_0x99902d(0x196)]===_0x58d48f&&(_0x58d48f[_0x99902d(0x1bc)][_0x99902d(0x196)]=null),_0x58d48f[_0x99902d(0x1bc)]=null);}function _0x547748(_0x59bf6a,_0x2a3a0a,_0x40c9e7){const _0x444401=_0x99902d;for(let _0x2b1008=_0x40c9e7;_0x2b1008<_0x2a3a0a[_0x444401(0x225)];_0x2b1008++){const _0x374492=_0x3af411(_0x59bf6a,_0x2a3a0a[_0x2b1008]);_0x374492&&(_0x374492[0x0][_0x444401(0x1bc)]=_0x374492[0x1],_0x374492[0x1][_0x444401(0x196)]=_0x374492[0x0],_0x40e0bb[_0x444401(0x1b0)](_0x374492[0x0]),_0x4b0fb9[_0x444401(0x1b0)](_0x374492[0x1]));}}function _0x3af411(_0x43acf6,_0x2c15d5){const _0x3f197b=_0x99902d;if(_0x43acf6[_0x3f197b(0x1e8)]['id']!==_0x2c15d5[_0x3f197b(0x1e8)]['id'])return null;const _0x4d1af1=_0x5543ca[_0x3f197b(0x207)](_0x43acf6)(_0x43acf6,_0x2c15d5,_0x438f76[_0x3f197b(0x207)](_0x43acf6),_0x438f76[_0x3f197b(0x207)](_0x2c15d5));if(!_0x4d1af1)return null;return _0x5543ca[_0x3f197b(0x207)](_0x2c15d5)(_0x43acf6,_0x2c15d5,_0x438f76[_0x3f197b(0x207)](_0x43acf6),_0x438f76[_0x3f197b(0x207)](_0x2c15d5))?_0x4d1af1[0x1][_0x3f197b(0x208)]&&_0x4d1af1[0x1][_0x3f197b(0x208)][_0x3f197b(0x225)]?null:_0x4d1af1:null;}_0x52bd22[_0x99902d(0x1d8)]&&this[_0x99902d(0x184)](_0x52bd22);}[_0x56b96a(0x2a7)](_0x9accf3){const _0x15bc32=_0x56b96a;if(0x0==_0x9accf3[_0x15bc32(0x225)])return;const _0x279431=this[_0x15bc32(0x10f)]({'skipNotAttached':!0x0})[_0x15bc32(0x193)](_0x57a09a=>_0x15bc32(0x1a9)==_0x57a09a[_0x15bc32(0x1a0)]&&_0x57a09a[_0x15bc32(0x2a0)]),_0x5d6c04=[],_0x4e7d91=new Map();for(const _0x5b6cb7 of _0x279431){const _0x3ec840=_0x3f3261(_0x5b6cb7[_0x15bc32(0x265)]);_0x4e7d91[_0x15bc32(0x25c)](_0x3ec840)||(_0x4e7d91[_0x15bc32(0x278)](_0x3ec840,_0x5d6c04[_0x15bc32(0x225)]),_0x5d6c04[_0x15bc32(0x10a)]([]));const _0x18b250=_0x4e7d91[_0x15bc32(0x207)](_0x3ec840);_0x5d6c04[_0x18b250][_0x15bc32(0x10a)](_0x5b6cb7);}!(function(){const _0x5a8384=_0x15bc32;_0x5d6c04[_0x5a8384(0x26f)]((_0x1e2fdf,_0xb54e6)=>{const _0x9f3e3f=_0x5a8384,_0x3344bc=_0x1e2fdf[0x0][_0x9f3e3f(0x22a)],_0x48bc08=_0xb54e6[0x0][_0x9f3e3f(0x22a)];return _0x3344bc==_0x48bc08?_0x1e2fdf[0x0][_0x9f3e3f(0x265)][_0x9f3e3f(0x153)]<_0xb54e6[0x0][_0x9f3e3f(0x265)][_0x9f3e3f(0x153)]?-0x1:0x1:_0x3344bc<_0x48bc08?-0x1:0x1;});for(const _0x1e6316 of _0x5d6c04)_0x1e6316[_0x5a8384(0x26f)]((_0x3890f6,_0x4c4efb)=>_0x3890f6['id']<_0x4c4efb['id']?-0x1:0x1);}());for(let _0x3e9e1d=0x0;_0x3e9e1d<_0x5d6c04[_0x15bc32(0x225)];_0x3e9e1d++){if(0x0==_0x5d6c04[_0x3e9e1d][_0x15bc32(0x225)])continue;const _0x33c618=[];for(let _0x1fddda=_0x3e9e1d+0x1;_0x1fddda<_0x5d6c04[_0x15bc32(0x225)];_0x1fddda++)0x0!=_0x5d6c04[_0x1fddda][_0x15bc32(0x225)]&&_0x55a856(_0x5d6c04[_0x3e9e1d],_0x5d6c04[_0x1fddda])&&_0x33c618[_0x15bc32(0x10a)](_0x1fddda);for(const _0x77ab5f of _0x33c618)_0x5d6c04[_0x3e9e1d]=_0x5d6c04[_0x3e9e1d][_0x15bc32(0x144)](_0x5d6c04[_0x77ab5f]),_0x5d6c04[_0x77ab5f]=[];}for(const _0x2efaad of _0x5d6c04)for(let _0x30e81e=0x0;_0x30e81e<_0x2efaad[_0x15bc32(0x225)];_0x30e81e++)_0x2efaad[_0x30e81e][_0x15bc32(0x1bc)]=_0x2efaad[_0x30e81e+0x1]||null;for(const _0x44a122 of _0x5d6c04)for(let _0x3f1204=0x0;_0x3f1204<_0x44a122[_0x15bc32(0x225)];_0x3f1204++)_0x44a122[_0x3f1204][_0x15bc32(0x196)]=_0x44a122[_0x3f1204-0x1]||null;function _0x55a856(_0x6edc0c,_0x43a771){const _0x235d9d=_0x15bc32;if(_0x6edc0c[0x0][_0x235d9d(0x265)][_0x235d9d(0x153)]!==_0x43a771[0x0][_0x235d9d(0x265)][_0x235d9d(0x153)]&&_0x6edc0c[0x0][_0x235d9d(0x1e8)]!==_0x43a771[0x0][_0x235d9d(0x1e8)])return!0x1;if(!function(_0x2c6e7b,_0x46572e){const _0x5c89c9=_0x235d9d;if(!_0x2c6e7b[_0x5c89c9(0x2b3)]&&!_0x46572e[_0x5c89c9(0x2b3)])return!0x0;if(_0x2c6e7b[_0x5c89c9(0x2b3)]&&_0x46572e[_0x5c89c9(0x2b3)])return!0x1;if(_0x2c6e7b[_0x5c89c9(0x2b3)]&&_0x46572e[_0x5c89c9(0x22a)]<_0x2c6e7b[_0x5c89c9(0x208)][_0x5c89c9(0x110)][_0x5c89c9(0x207)](0x0)[_0x5c89c9(0x22a)])return!0x0;if(_0x46572e[_0x5c89c9(0x2b3)]&&_0x2c6e7b[_0x5c89c9(0x22a)]<_0x46572e[_0x5c89c9(0x208)][_0x5c89c9(0x110)][_0x5c89c9(0x207)](0x0)[_0x5c89c9(0x22a)])return!0x0;return!0x1;}(_0x6edc0c[0x0],_0x43a771[0x0]))return!0x1;const _0x512776=_0x16f9f8(_0x6edc0c[0x0][_0x235d9d(0x265)],_0x235d9d(0x153)),_0x2f7e05=_0x16f9f8(_0x43a771[0x0][_0x235d9d(0x265)],_0x235d9d(0x153));if(!_0x4f47eb(_0x512776,_0x2f7e05))return!0x1;return!!_0x6edc0c[_0x235d9d(0x221)](_0x21c0f7=>_0x43a771[_0x235d9d(0x146)](_0x1c10ad=>_0x21c0f7[_0x235d9d(0x1bd)]()[_0x235d9d(0x1fd)](_0x1c10ad[_0x235d9d(0x1bd)]())))&&_0x43a771[_0x235d9d(0x221)](_0x340889=>_0x6edc0c[_0x235d9d(0x146)](_0x46f3f9=>_0x340889[_0x235d9d(0x1bd)]()[_0x235d9d(0x1fd)](_0x46f3f9[_0x235d9d(0x1bd)]())));}}[_0x56b96a(0x20c)](_0x2b68fa){const _0x39df78=_0x56b96a,_0x1db14d=Array[_0x39df78(0x229)](_0x2b68fa),_0x598e0c=this[_0x39df78(0x10f)]({'skipNotAttached':!0x0}),_0x20b025=_0x598e0c[_0x39df78(0x193)](_0x3b2041=>!_0x2b68fa[_0x39df78(0x25c)](_0x3b2041)),_0x298db4=new Map(_0x1db14d[_0x39df78(0x2ad)](_0x131174=>[_0x131174,this[_0x39df78(0x186)][_0x39df78(0x181)](_0x131174[_0x39df78(0x1a0)],_0x131174[_0x39df78(0x15f)],_0x39df78(0x22b))])),_0x144edf=new Map(_0x598e0c[_0x39df78(0x2ad)](_0x4cffe6=>[_0x4cffe6,_0x4cffe6[_0x39df78(0x296)]()]));for(let _0x573958=0x0;_0x573958<_0x1db14d[_0x39df78(0x225)];_0x573958++){if(_0x5dff35(this,_0x1db14d[_0x573958],_0x1db14d,_0x573958+0x1))return!0x0;}for(let _0x288f9e=0x0;_0x288f9e<_0x1db14d[_0x39df78(0x225)];_0x288f9e++){if(_0x5dff35(this,_0x1db14d[_0x288f9e],_0x20b025,0x0))return!0x0;}return!0x1;function _0x5dff35(_0x2a0fb4,_0x71ead8,_0xffebf4,_0xf5483f){const _0x4204e7=_0x39df78;for(let _0x1ffb8c=_0xf5483f;_0x1ffb8c<_0xffebf4[_0x4204e7(0x225)];_0x1ffb8c++){const _0xe37ff3=_0xffebf4[_0x1ffb8c];if(_0xe37ff3[_0x4204e7(0x1a0)]!==_0x71ead8[_0x4204e7(0x1a0)]||_0xe37ff3[_0x4204e7(0x1e8)]['id']!==_0x71ead8[_0x4204e7(0x1e8)]['id']||_0xe37ff3[_0x4204e7(0x15f)]!==_0x71ead8[_0x4204e7(0x15f)])continue;if(!Ft(_0x71ead8,_0xe37ff3,[_0x4204e7(0x153)]))continue;if(_0x4204e7(0x1a9)==_0x71ead8[_0x4204e7(0x1a0)]&&_0x71ead8[_0x4204e7(0x1d6)][_0x4204e7(0x187)]!=_0xe37ff3[_0x4204e7(0x1d6)][_0x4204e7(0x187)])continue;if(_0x4204e7(0x1a9)==_0x71ead8[_0x4204e7(0x1a0)]&&_0x2a0fb4[_0x4204e7(0x264)](_0x71ead8[_0x4204e7(0x1d6)][_0x4204e7(0x163)]))continue;if(_0x4204e7(0x158)==_0x71ead8[_0x4204e7(0x1a0)]){const _0xa5995c=_0x2a0fb4[_0x4204e7(0x23c)][_0x4204e7(0x235)],_0x520768=_0x71ead8[_0x4204e7(0x1e2)]();if(_0x520768&&(_0xa5995c[_0x4204e7(0x118)][_0x4204e7(0x1f9)](_0x520768)||_0xa5995c[_0x4204e7(0x118)][_0x4204e7(0x285)](_0x520768)))continue;}const _0x3ff3c9=_0x298db4[_0x4204e7(0x207)](_0x71ead8),_0x43cd8a=_0x144edf[_0x4204e7(0x207)](_0x71ead8),_0x9a0072=_0x144edf[_0x4204e7(0x207)](_0xe37ff3),_0x2d8bb3=_0x71ead8[_0x4204e7(0x208)]&&_0x71ead8[_0x4204e7(0x208)][_0x4204e7(0x225)],_0x30ea3f=_0xe37ff3[_0x4204e7(0x208)]&&_0xe37ff3[_0x4204e7(0x208)][_0x4204e7(0x225)];if(!_0x2d8bb3&&_0x3ff3c9(_0x9a0072,_0x43cd8a))return _0x2a0fb4[_0x4204e7(0x2b5)](_0xe37ff3,_0x71ead8),_0x144edf[_0x4204e7(0x1d0)](_0x71ead8),!0x0;if(!_0x30ea3f&&_0x3ff3c9(_0x43cd8a,_0x9a0072))return _0x2a0fb4[_0x4204e7(0x2b5)](_0x71ead8,_0xe37ff3),_0x144edf[_0x4204e7(0x1d0)](_0xe37ff3),!0x0;}return!0x1;}}[_0x56b96a(0x2b5)](_0x516a64,_0x18e24c){const _0x238609=_0x56b96a;if(_0x516a64[_0x238609(0x248)]){for(const _0x3f7b47 of _0x18e24c[_0x238609(0x296)]())_0x516a64[_0x238609(0x283)](_0x3f7b47);}else{const _0x1da024=_0x18e24c[_0x238609(0x1bd)]()[_0x238609(0x204)];this[_0x238609(0x1a5)](_0x516a64,this[_0x238609(0x25a)][_0x238609(0x297)](_0x516a64[_0x238609(0x1bd)]()[_0x238609(0x271)],_0x1da024));}_0x18e24c[_0x238609(0x165)]();}[_0x56b96a(0x174)](_0x5e9122,_0x36e105){const _0x505321=_0x56b96a,_0x1b8204=_0x5e9122[_0x505321(0x1fb)](_0x505321(0x282))||_0x5e9122[_0x505321(0x1fb)](_0x505321(0x1a9))?_0x505321(0x18e):_0x5e9122[_0x505321(0x223)]();return _0x24fe1e(this[_0x505321(0x23c)][_0x505321(0x292)],_0x36e105+'_'+_0x1b8204+_0x505321(0x123));}[_0x56b96a(0x29c)](){const _0x155ffb=_0x56b96a,_0x4689f4=this[_0x155ffb(0x23c)];_0x1e4c0e(this[_0x155ffb(0x25a)],({left:_0x30e481,entered:_0x25cd79})=>{const _0x1ecbbc=_0x155ffb,_0x249b91=[];for(const _0x211e16 of _0x30e481){const {group:_0x5c7654,type:_0x1a71c1}=this[_0x1ecbbc(0x112)](_0x211e16[_0x1ecbbc(0x136)]);if(_0x1ecbbc(0x15b)===_0x5c7654){_0x249b91[_0x1ecbbc(0x10a)](this[_0x1ecbbc(0x174)](_0x1a71c1,_0x1ecbbc(0x11e)));break;}}for(const _0x16280d of _0x25cd79){const {group:_0x11ecc6,type:_0x3fe505}=this[_0x1ecbbc(0x112)](_0x16280d[_0x1ecbbc(0x136)]);if(_0x1ecbbc(0x15b)===_0x11ecc6){_0x249b91[_0x1ecbbc(0x10a)](this[_0x1ecbbc(0x174)](_0x3fe505,_0x1ecbbc(0x259)));break;}}_0x249b91[_0x1ecbbc(0x225)]&&_0x4689f4['ui'][_0x1ecbbc(0x219)][_0x1ecbbc(0x269)](_0x1ecbbc(0x202),_0x249b91[_0x1ecbbc(0x22b)]('\x20'));});}[_0x56b96a(0x157)](_0x544da1){const _0x52f457=_0x56b96a;if(this[_0x52f457(0x13d)])return!0x1;const _0x3fbf22=this[_0x52f457(0x23c)],_0x44dde8=_0x3fbf22[_0x52f457(0x235)][_0x52f457(0x244)][_0x52f457(0x152)][_0x52f457(0x13e)]();if(0x0==_0x44dde8[_0x52f457(0x225)])return!0x1;const _0xea2a16=[],_0x36541b=_0x44dde8[_0x52f457(0x193)](_0x1c913c=>_0x52f457(0x1a9)==_0x1c913c[_0x52f457(0x1a0)]),_0xdce02c=_0x44dde8[_0x52f457(0x193)](_0x587b0e=>_0x52f457(0x23d)==_0x587b0e[_0x52f457(0x1a0)]&&_0x52f457(0x1bf)!=_0x587b0e[_0x52f457(0x136)]),_0x295032=_0x44dde8[_0x52f457(0x193)](_0x384229=>_0x52f457(0x25e)==_0x384229[_0x52f457(0x1a0)]&&_0x52f457(0x1bf)!=_0x384229[_0x52f457(0x136)]);for(const _0x292712 of _0x36541b)_0xea2a16[_0x52f457(0x10a)]({'key':_0x292712[_0x52f457(0x272)],'newValue':_0x292712[_0x52f457(0x2ab)],'oldValue':_0x292712[_0x52f457(0x16d)],'range':Ut(_0x292712[_0x52f457(0x113)],_0x3fbf22[_0x52f457(0x235)])});for(const _0x33c958 of _0xdce02c){const _0x3fbb57=_0x295032[_0x52f457(0x1ef)](_0x6d04c4=>_0x6d04c4[_0x52f457(0x1cc)][_0x52f457(0x1fd)](_0x33c958[_0x52f457(0x1cc)]));_0x3fbb57&&_0xea2a16[_0x52f457(0x10a)]({'key':_0x52f457(0x1e9),'newValue':_0x33c958[_0x52f457(0x136)],'oldValue':_0x3fbb57[_0x52f457(0x136)],'range':_0x3fbf22[_0x52f457(0x235)][_0x52f457(0x1e1)](_0x33c958[_0x52f457(0x1cc)][_0x52f457(0x199)])});}return 0x0!=_0xea2a16[_0x52f457(0x225)]&&this[_0x52f457(0x1f8)](_0x544da1,_0xea2a16);}[_0x56b96a(0x1c7)](_0x3dcf5e){const _0x58c360=_0x56b96a;let _0x5358f3=!0x1;const _0x478b6a=this[_0x58c360(0x23c)][_0x58c360(0x235)][_0x58c360(0x244)][_0x58c360(0x152)][_0x58c360(0x1c2)]()[_0x58c360(0x193)](_0x19d7cf=>_0x19d7cf[_0x58c360(0x1d6)][_0x58c360(0x15c)]&&_0x19d7cf[_0x58c360(0x136)][_0x58c360(0x1fb)](_0x58c360(0x1f1)));for(const _0xf955c5 of _0x478b6a){const {subType:_0x49e840,id:_0xb75c8f}=this[_0x58c360(0x112)](_0xf955c5[_0x58c360(0x136)]),_0x266169=_0x49e840[_0x58c360(0x115)]('|')[0x0];for(const _0x1c6119 of this[_0x58c360(0x10f)]({'skipNotAttached':!0x0}))_0x1c6119['id']!=_0xb75c8f&&_0x58c360(0x1a9)==_0x1c6119[_0x58c360(0x1a0)]&&_0x1c6119[_0x58c360(0x1d6)]&&_0x1c6119[_0x58c360(0x1d6)][_0x58c360(0x163)]==_0x266169&&_0x1c6119[_0x58c360(0x1bd)]()[_0x58c360(0x2b1)](_0xf955c5[_0x58c360(0x1d6)][_0x58c360(0x15c)])&&(this[_0x58c360(0x218)](_0x1c6119,_0xf955c5[_0x58c360(0x1d6)][_0x58c360(0x15c)],_0x3dcf5e),_0x5358f3=!0x0);}return _0x5358f3;}[_0x56b96a(0x172)](_0x40a887){const _0x247873=_0x56b96a;this[_0x247873(0x23c)],(this[_0x247873(0x13d)]=!0x0,_0x40a887());}[_0x56b96a(0x1b4)](_0x4fe12d){const _0x280303=_0x56b96a,_0x2a8159=this[_0x280303(0x264)](_0x4fe12d),_0x17994c=this[_0x280303(0x22d)][_0x280303(0x25c)](_0x4fe12d);return _0x2a8159||_0x17994c;}[_0x56b96a(0x1f8)](_0x2286ac,_0x5eea5a){const _0x5312fb=_0x56b96a;if(0x0==_0x5eea5a[_0x5312fb(0x225)])return!0x1;let _0x4c9cc9=!0x1;for(const _0x3dcb5f of _0x5eea5a){const _0x1d9b3b=this[_0x5312fb(0x22c)](_0x3dcb5f[_0x5312fb(0x113)],_0x5312fb(0x1a9))[_0x5312fb(0x193)](_0x109864=>!_0x109864[_0x5312fb(0x24b)][_0x5312fb(0x299)])[_0x5312fb(0x2ad)](_0x4af8ca=>_0x4af8ca[_0x5312fb(0x15b)]),_0x329254=_0x3f3261({'newValue':_0x3dcb5f[_0x5312fb(0x20e)]});_0x1d9b3b[_0x5312fb(0x193)](_0x57de63=>{const _0x455089=_0x5312fb,[_0x11485e,_0x23c1e6]=_0x57de63[_0x455089(0x15f)][_0x455089(0x115)]('|');return _0x11485e==_0x3dcb5f[_0x455089(0x163)]&&_0x23c1e6!=_0x329254;})[_0x5312fb(0x2a9)](_0x2a6ad3=>{const _0x5519d1=_0x5312fb;this[_0x5519d1(0x218)](_0x2a6ad3,_0x3dcb5f[_0x5519d1(0x113)],_0x2286ac),_0x4c9cc9=!0x0;});}return _0x4c9cc9;}[_0x56b96a(0x218)](_0x40138b,_0x4a8140,_0x4e82d3){const _0x115567=_0x56b96a,_0x4f18a3=_0x40138b[_0x115567(0x1bd)]()[_0x115567(0x10e)](_0x4a8140);0x0!==_0x4f18a3[_0x115567(0x225)]?0x1!==_0x4f18a3[_0x115567(0x225)]?this[_0x115567(0x11b)](_0x40138b,_0x4a8140[_0x115567(0x271)],_0x4a8140[_0x115567(0x204)]):this[_0x115567(0x1a5)](_0x40138b,_0x4f18a3[0x0]):_0x4e82d3[_0x115567(0x1f6)](_0x40138b[_0x115567(0x20a)]());}}class Bt{constructor(_0x15b577){const _0x321526=_0x56b96a;this[_0x321526(0x270)]=_0x15b577,this[_0x321526(0x25a)]=_0x15b577[_0x321526(0x235)],this[_0x321526(0x220)]=new Map(),this[_0x321526(0x18a)]=new Map(),this[_0x321526(0x24a)]();}[_0x56b96a(0x210)](_0x23b204,_0x26742d,_0x140099,_0x44e7d0,_0x7f39a0,_0x45e79e){const _0x1cc32d=_0x56b96a;return new _0x1dd1a2(this[_0x1cc32d(0x25a)],{'type':_0x23b204,'subType':_0x26742d,'id':_0x140099,'author':_0x44e7d0,'creator':_0x44e7d0,'attributes':_0x7f39a0,'onAttributesChange':_0x45e79e,'onAccept':(..._0x54e16c)=>this[_0x1cc32d(0x181)](_0x23b204,_0x26742d,_0x1cc32d(0x233))(..._0x54e16c),'onDiscard':(..._0x439751)=>this[_0x1cc32d(0x181)](_0x23b204,_0x26742d,_0x1cc32d(0x190))(..._0x439751)});}[_0x56b96a(0x1ec)](_0x1faf2a,_0x18bfa3,_0x410ce1,_0x229081){const _0x19f1dd=_0x56b96a,_0x505650=_0x1faf2a+':'+_0x18bfa3+':'+_0x410ce1;this[_0x19f1dd(0x220)][_0x19f1dd(0x278)](_0x505650,_0x229081);}[_0x56b96a(0x181)](_0x645d7a,_0x45283d,_0x3868a1){const _0x3820ce=_0x56b96a,_0x16abe6=_0x645d7a+':'+_0x45283d+':'+_0x3868a1;return this[_0x3820ce(0x220)][_0x3820ce(0x207)](_0x16abe6)||this[_0x3820ce(0x18a)][_0x3820ce(0x207)](_0x645d7a+':'+_0x3868a1);}[_0x56b96a(0x24a)](){const _0x20eaea=_0x56b96a,_0x1ec373=()=>!0x1,_0x267291=_0x1a82b8=>{const _0x505bcc=_0x55ec;_0x1a82b8[_0x505bcc(0x26f)]((_0x3ec00a,_0x14264a)=>_0x3ec00a[_0x505bcc(0x271)][_0x505bcc(0x19f)](_0x14264a[_0x505bcc(0x271)])?0x1:-0x1),this[_0x505bcc(0x25a)][_0x505bcc(0x147)](_0x271520=>{const _0x28a6c7=_0x505bcc;for(const _0x2d1f71 of _0x1a82b8){let _0x1749ee;_0x1749ee=_0x2d1f71[_0x28a6c7(0x204)][_0x28a6c7(0x290)]&&_0x2d1f71[_0x28a6c7(0x204)][_0x28a6c7(0x1b9)]==_0x2d1f71[_0x28a6c7(0x271)][_0x28a6c7(0x199)]?_0x271520[_0x28a6c7(0x1ca)](_0x2d1f71[_0x28a6c7(0x271)][_0x28a6c7(0x199)],'on'):_0x271520[_0x28a6c7(0x1ca)](_0x2d1f71),this[_0x28a6c7(0x25a)][_0x28a6c7(0x240)](_0x1749ee,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0xce103=(_0x4ab9e8,_0x3bf1d8)=>{const _0x35933e=_0x55ec;_0x3bf1d8&&this[_0x35933e(0x25a)][_0x35933e(0x147)](_0x209f8e=>{const _0x38a983=_0x35933e,{commandName:_0x1d857e,commandParams:_0x43da65=[]}=_0x3bf1d8,_0x36be17=_0x4ab9e8[_0x38a983(0x2ad)](_0x258c8b=>(Rt(_0x258c8b)&&(_0x258c8b=this[_0x38a983(0x25a)][_0x38a983(0x297)](_0x258c8b[_0x38a983(0x204)])),_0x258c8b))[_0x38a983(0x193)](_0x4f5c57=>_0x38a983(0x197)!==_0x4f5c57[_0x38a983(0x27b)][_0x38a983(0x1a6)]);if(_0x36be17[_0x38a983(0x225)]<0x1)return;const _0x136514=Array[_0x38a983(0x229)](this[_0x38a983(0x25a)][_0x38a983(0x244)][_0x38a983(0x10b)][_0x38a983(0x296)]())[_0x38a983(0x2ad)](_0x22c0c6=>_0x5475c5[_0x38a983(0x162)](_0x22c0c6));_0x209f8e[_0x38a983(0x263)](_0x36be17);for(const _0x3794c7 of this[_0x38a983(0x270)][_0x38a983(0x201)][_0x38a983(0x201)]())_0x3794c7[_0x38a983(0x17a)]();_0x43da65[_0x38a983(0x10a)]({'forceDefaultExecution':!0x0}),this[_0x38a983(0x270)][_0x38a983(0x1b1)](_0x1d857e,..._0x43da65);const _0x71e233=_0x136514[_0x38a983(0x193)](_0x43812f=>_0x38a983(0x197)!=_0x43812f[_0x38a983(0x27b)][_0x38a983(0x1a6)]);_0x71e233[_0x38a983(0x225)]>0x0&&_0x209f8e[_0x38a983(0x263)](_0x71e233);for(const _0x21f7a2 of _0x136514)_0x21f7a2[_0x38a983(0x18c)]();});},_0x3d251d=(_0x4b70b5,_0x38d1d9)=>0x1==_0x4b70b5[_0x20eaea(0x225)]&&0x1==_0x38d1d9[_0x20eaea(0x225)]&&_0x4b70b5[0x0][_0x20eaea(0x204)][_0x20eaea(0x1fd)](_0x38d1d9[0x0][_0x20eaea(0x271)]),_0x2b678a=(_0x4c428b,_0x16c698,_0x5b4c94,_0x3aa5de)=>Gt(_0x4c428b,_0x16c698,_0x5b4c94,_0x3aa5de,this[_0x20eaea(0x25a)])?[_0x4c428b,_0x16c698]:Gt(_0x16c698,_0x4c428b,_0x3aa5de,_0x5b4c94,this[_0x20eaea(0x25a)])?[_0x16c698,_0x4c428b]:null;this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x27e),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x2b4),_0x267291),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x27a),_0x3d251d),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x109),_0x2b678a),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x21d),_0x267291),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x15d),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x29a),_0x3d251d),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x206),_0x2b678a),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x1ea),_0xce103),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x19c),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x28d),_0x3d251d),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x1b8),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x249),_0xce103),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x2a8),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x255),_0x3d251d),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x117),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x293),_0x1ec373),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x1f0),(_0x5077c5,_0x83eca0)=>{const _0x83ca24=_0x20eaea;if(!_0x83eca0)return;const _0x422c11=this[_0x83ca24(0x270)][_0x83ca24(0x1a2)][_0x83ca24(0x207)](p);this[_0x83ca24(0x25a)][_0x83ca24(0x147)](_0x5ded43=>{const _0x29cfd=_0x83ca24;if(_0x29cfd(0x1e9)==_0x83eca0[_0x29cfd(0x163)])for(const _0x4547d3 of _0x5077c5){const _0x3eb60e=_0x4547d3[_0x29cfd(0x271)][_0x29cfd(0x199)],_0xb42ce2=_0x83eca0[_0x29cfd(0x187)];_0x5ded43[_0x29cfd(0x1c1)](_0x3eb60e,_0xb42ce2);}else{if(_0x422c11[_0x29cfd(0x264)](_0x83eca0[_0x29cfd(0x163)])){for(const _0x160fe8 of _0x5077c5)void 0x0!==_0x83eca0[_0x29cfd(0x187)]?_0x5ded43[_0x29cfd(0x168)](_0x83eca0[_0x29cfd(0x163)],_0x83eca0[_0x29cfd(0x187)],_0x160fe8[_0x29cfd(0x271)][_0x29cfd(0x199)]):_0x5ded43[_0x29cfd(0x124)](_0x83eca0[_0x29cfd(0x163)],_0x160fe8[_0x29cfd(0x271)][_0x29cfd(0x199)]);}else{for(const _0x52d565 of _0x5077c5)_0x83eca0[_0x29cfd(0x187)]?_0x5ded43[_0x29cfd(0x168)](_0x83eca0[_0x29cfd(0x163)],_0x83eca0[_0x29cfd(0x187)],_0x52d565):_0x5ded43[_0x29cfd(0x124)](_0x83eca0[_0x29cfd(0x163)],_0x52d565);}}});}),this[_0x20eaea(0x18a)][_0x20eaea(0x278)](_0x20eaea(0x2af),_0x3d251d);}}function xt(_0x51014a,_0x4e7fd2,_0x143835){const _0x2d8cd9=_0x56b96a;for(const _0x2a962a of _0x4e7fd2[_0x2d8cd9(0x1b9)][_0x2d8cd9(0x247)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2a962a[_0x2d8cd9(0x27b)]==_0x2a962a)return!0x1;if(!_0x143835[_0x2d8cd9(0x24e)](_0x2a962a))return!0x1;if(_0x51014a[_0x2d8cd9(0x1f9)](_0x2a962a)||_0x51014a[_0x2d8cd9(0x285)](_0x2a962a))return!0x0;}return!0x1;}function Rt(_0x225127){const _0x5dd2ab=_0x56b96a;return _0x225127[_0x5dd2ab(0x204)][_0x5dd2ab(0x1b9)]==_0x225127[_0x5dd2ab(0x271)][_0x5dd2ab(0x199)]&&_0x225127[_0x5dd2ab(0x204)][_0x5dd2ab(0x286)];}function Tt(_0x3963d0,_0x471ad6,_0x2cf64a,_0x2d4191){const _0x5b1c43=_0x56b96a,_0x9cde4f=_0x5e918b=>!_0x5e918b[_0x5b1c43(0x131)]['is'](_0x5b1c43(0x142))&&!_0x2d4191[_0x5b1c43(0x1f9)](_0x5e918b[_0x5b1c43(0x131)]),_0x75f1bd=_0x3963d0[_0x5b1c43(0x271)][_0x5b1c43(0x26c)](_0x9cde4f),_0x23bbe1=_0x3963d0[_0x5b1c43(0x204)][_0x5b1c43(0x26c)](_0x9cde4f,{'direction':_0x5b1c43(0x182)});return(!_0x3963d0[_0x5b1c43(0x271)][_0x5b1c43(0x1fd)](_0x75f1bd)||!_0x3963d0[_0x5b1c43(0x204)][_0x5b1c43(0x1fd)](_0x23bbe1))&&(_0x75f1bd[_0x5b1c43(0x19f)](_0x23bbe1)?_0x2cf64a[_0x5b1c43(0x164)](_0x471ad6,{'range':_0x2cf64a[_0x5b1c43(0x297)](_0x75f1bd,_0x23bbe1)}):_0x2cf64a[_0x5b1c43(0x1f6)](_0x471ad6),!0x0);}function Et(_0x35202b){return _0x3f3261(_0x35202b);}function Vt(_0x58ab3f){const _0x4d48cf=_0x56b96a,_0x5379c3=_0x58ab3f[_0x4d48cf(0x271)][_0x4d48cf(0x199)];return _0x5379c3&&_0x5379c3['is'](_0x4d48cf(0x183));}function Ut(_0x5bfe11,_0x2d929a){const _0x208951=_0x56b96a;return null==_0x5bfe11[_0x208951(0x204)][_0x208951(0x13c)]&&_0x5bfe11[_0x208951(0x204)][_0x208951(0x1b9)]==_0x5bfe11[_0x208951(0x271)][_0x208951(0x199)]?Ot(_0x5bfe11[_0x208951(0x271)][_0x208951(0x199)],_0x2d929a):_0x5bfe11;}function Ot(_0x128b83,_0x329730){const _0x1231d4=_0x56b96a,_0x14e667=_0x329730[_0x1231d4(0x118)][_0x1231d4(0x1f9)](_0x128b83)||_0x329730[_0x1231d4(0x118)][_0x1231d4(0x260)](_0x128b83);return _0x329730[_0x1231d4(0x297)](_0x329730[_0x1231d4(0x1b7)](_0x128b83,_0x1231d4(0x16b)),_0x14e667?_0x329730[_0x1231d4(0x1db)](_0x128b83):_0x329730[_0x1231d4(0x1b7)](_0x128b83,_0x1231d4(0x204)));}function Gt(_0x270f1a,_0x7ce951,_0x4dba15,_0x4d15e0,_0x71e69c){const _0x3a368e=_0x56b96a;if(!Ft(_0x270f1a,_0x7ce951))return!0x1;if(_0x4dba15[_0x3a368e(0x204)][_0x3a368e(0x1fd)](_0x4d15e0[_0x3a368e(0x271)]))return!0x0;if(_0x270f1a[_0x3a368e(0x1a0)]!=_0x7ce951[_0x3a368e(0x1a0)])return!0x1;if(!_0x4dba15[_0x3a368e(0x204)][_0x3a368e(0x1dd)](_0x4d15e0[_0x3a368e(0x271)]))return!0x1;const _0x2fac25=_0x71e69c[_0x3a368e(0x297)](_0x4dba15[_0x3a368e(0x204)],_0x4d15e0[_0x3a368e(0x271)])[_0x3a368e(0x289)]();for(const _0x1445d7 of _0x2fac25)if([_0x3a368e(0x2a4),_0x3a368e(0x24f)][_0x3a368e(0x1ee)](_0x1445d7[_0x3a368e(0x1a0)])&&_0x71e69c[_0x3a368e(0x118)][_0x3a368e(0x285)](_0x1445d7[_0x3a368e(0x131)]))return!0x1;return!0x0;}function Ft(_0x4e1770,_0x47ebe3,_0x2c2326=[]){const _0x239241=_0x56b96a;return!(!_0x4e1770[_0x239241(0x2a0)]||!_0x47ebe3[_0x239241(0x2a0)])&&_0x4f47eb(_0x16f9f8(_0x4e1770[_0x239241(0x265)],_0x2c2326),_0x16f9f8(_0x47ebe3[_0x239241(0x265)],_0x2c2326));}function Pt(_0x57344d,_0x2748ed){const _0x111782=_0x56b96a,_0x2e6db7=Lt(_0x57344d[_0x111782(0x265)]),_0x3f1f85=Lt(_0x2748ed);if(!_0x57344d[_0x111782(0x2a0)])return!0x1;for(const _0x33aadc of Object[_0x111782(0x226)](_0x3f1f85))if(!_0x4f47eb(_0x2e6db7[_0x33aadc],_0x3f1f85[_0x33aadc]))return!0x1;return!0x0;}function Lt(_0x5c8046){const _0x5ed59b=_0x56b96a,_0x5aec4a=Object[_0x5ed59b(0x134)]({},_0x5c8046);return delete _0x5aec4a[_0x5ed59b(0x14d)],delete _0x5aec4a[_0x5ed59b(0x267)],_0x5aec4a;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ae77a=_0x3101;(function(_0x16f57a,_0x430bb8){const _0x223e89=_0x3101,_0x436a44=_0x16f57a();while(!![]){try{const _0xd0c53e=parseInt(_0x223e89(0x1af))/0x1*(-parseInt(_0x223e89(0x179))/0x2)+parseInt(_0x223e89(0x19c))/0x3*(parseInt(_0x223e89(0x1a4))/0x4)+parseInt(_0x223e89(0x1dd))/0x5*(-parseInt(_0x223e89(0x180))/0x6)+parseInt(_0x223e89(0x18b))/0x7*(parseInt(_0x223e89(0x1cb))/0x8)+-parseInt(_0x223e89(0x1d9))/0x9+-parseInt(_0x223e89(0x1bd))/0xa+parseInt(_0x223e89(0x170))/0xb;if(_0xd0c53e===_0x430bb8)break;else _0x436a44['push'](_0x436a44['shift']());}catch(_0x26db98){_0x436a44['push'](_0x436a44['shift']());}}}(_0x4a24,0xa31a3));import{Plugin as _0x2e6ad0}from'ckeditor5/src/core.js';import{Collection as _0xb98a6c}from'ckeditor5/src/utils.js';function _0x3101(_0x1e991a,_0x2c4fcf){const _0x4a2464=_0x4a24();return _0x3101=function(_0x3101a5,_0x2c14b3){_0x3101a5=_0x3101a5-0x15a;let _0x1d87e6=_0x4a2464[_0x3101a5];return _0x1d87e6;},_0x3101(_0x1e991a,_0x2c4fcf);}import{ViewModel as _0x4911e6,SplitButtonView as _0x11ad37,createDropdown as _0x5375e8,addListToDropdown as _0x1c9955}from'ckeditor5/src/ui.js';import{Users as _0x1d6250,getDateTimeFormatter as _0x27b4d2,getAllMarkersDomElementsSorted as _0x531d79}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x4a24(){const _0x321cc8=['listenTo','_bindAnnotationToEditors','suggestionUnloaded','Discard\x20all\x20suggestions','view','push','12QWLqqZ','isEnabled','config','acceptAllSuggestions','getFirstRange','CommentView','registerAnnotation','keys','map','locale','from','147tKZmtA','TrackChangesUI','Accept\x20all\x20suggestions','model','commands','remove','descriptionParts','trackChanges.SuggestionThreadView','_annotationViews','init','mainView','focus','clear','head','previous','_createUIButton','createCommentThreadController','5058QSKtra','reduce','TrackChangesEditing','type','CommentsUI','add','_initializeController','commandName','164IfnIfu','toMany','refreshSelectedViews','_descriptionFactory','getMarkers','_disableComments','requires','SuggestionThreadView','arrowView','isOn','_destroyController','33445tGiORw','comments.maxThreadTotalWeight','button','comments.editorConfig','Discard\x20all\x20selected\x20suggestions','commentThread','plugins','getMarkerNames','editing','set','trackChanges','stopListening','define','unbind','3037320moWXNq','separator','bind','suggestion-','some','isInContent','EditorAnnotations','destroy','values','delete','acceptSelectedSuggestions','_unbindEditors','getDescriptions','addSourceCollector','419560TFbEOt','length','addComment','_viewToController','comments','getSuggestion','activeAnnotations','source','lowest','activeMarkers','editor','Annotations','innerView','discardAllSuggestions','10067418TzDCfH','get','hasSuggestion','suggestionLoaded','1097640IRubzx','createAnnotation','actionView','discardButton','Accept\x20all\x20selected\x20suggestions','isMultiRange','has','change:previous','pluginName','switchbutton','componentFactory','_updateController','acceptButton','Track\x20changes','change:activeAnnotations','comments.maxCommentsWhenCollapsed','getByInnerView','execute','isDirty','trackChanges.disableComments','_handleControllerBuffer','_refreshActiveMarkers','CommentsRepository','createAnnotationView','buttonView','value','suggestionChanged','size','15316741xafusY','_handleSuggestionControllerDelayed','comments.maxCommentCharsWhenCollapsed','discardSelectedSuggestions','filter','_suggestionToController','getRanges','getJoined','getAllAdjacentSuggestions','2cpJvmm'];_0x4a24=function(){return _0x321cc8;};return _0x4a24();}import _0x19965d from'./trackchangesediting.js';import _0x1171d4 from'./ui/suggestioncontroller.js';import _0x291e1e from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x5f0c66}from'./utils/common-translations.js';import _0x17000a from'../theme/icons/track-changes.svg';export default class d extends _0x2e6ad0{static get[_0x1ae77a(0x1aa)](){const _0xc391b6=_0x1ae77a;return[_0x19965d,_0x1d6250,_0xc391b6(0x16a),_0xc391b6(0x1d6),_0xc391b6(0x1c3)];}static get[_0x1ae77a(0x15c)](){const _0x4a8fa6=_0x1ae77a;return _0x4a8fa6(0x18c);}constructor(_0x2fdef8){const _0x183b4b=_0x1ae77a;super(_0x2fdef8),this[_0x183b4b(0x175)]=new Map(),this[_0x183b4b(0x1ce)]=new Map(),this[_0x183b4b(0x193)]=new Map(),this[_0x183b4b(0x168)]=new Map();const _0x430d55=this[_0x183b4b(0x1d5)][_0x183b4b(0x182)];_0x430d55[_0x183b4b(0x1bb)](_0x183b4b(0x192),_0x291e1e),_0x430d55[_0x183b4b(0x1bb)](_0x183b4b(0x167),!0x1),this[_0x183b4b(0x1a9)]=_0x430d55[_0x183b4b(0x1da)](_0x183b4b(0x167));}[_0x1ae77a(0x171)](_0x6fb914,_0x2671c4){const _0x1b0302=_0x1ae77a;0x0===this[_0x1b0302(0x168)][_0x1b0302(0x16f)]&&setTimeout(()=>{const _0x425349=_0x1b0302;for(const [_0x19f82e,_0x55c573]of this[_0x425349(0x168)]){const _0xa568b3=this[_0x425349(0x175)][_0x425349(0x15a)](_0x19f82e);_0xa568b3||_0x55c573?_0xa568b3&&_0x55c573&&this[_0x425349(0x1ae)](_0x19f82e):this[_0x425349(0x1a2)](_0x19f82e);}this[_0x425349(0x168)][_0x425349(0x197)](),this[_0x425349(0x1d5)][_0x425349(0x1b5)][_0x425349(0x1da)](_0x425349(0x1c3))[_0x425349(0x1a6)](),this[_0x425349(0x169)]();},0xa),this[_0x1b0302(0x168)][_0x1b0302(0x1b8)](_0x6fb914,_0x2671c4);}[_0x1ae77a(0x194)](){const _0x51bb48=_0x1ae77a,_0xa6e4d1=this[_0x51bb48(0x1d5)],_0x5638e4=_0xa6e4d1[_0x51bb48(0x1b5)][_0x51bb48(0x1da)](_0x51bb48(0x19e)),_0x320620=_0xa6e4d1[_0x51bb48(0x1b5)][_0x51bb48(0x1da)](_0x51bb48(0x1d6)),_0xc7fa04=_0xa6e4d1[_0x51bb48(0x1b5)][_0x51bb48(0x1da)](_0x51bb48(0x1c3)),_0x34512f=_0xa6e4d1[_0x51bb48(0x1b5)][_0x51bb48(0x1da)](_0x51bb48(0x16a));_0xa6e4d1['ui'][_0x51bb48(0x15e)][_0x51bb48(0x1a1)](_0x51bb48(0x1b9),_0x173f0b=>this[_0x51bb48(0x19a)](_0x173f0b)),_0xc7fa04[_0x51bb48(0x1ca)](()=>{const _0x56a934=_0x51bb48,_0x1b688c=[];for(const [_0x22204f,_0x13c99c]of Array[_0x56a934(0x18a)](this[_0x56a934(0x175)])){const _0x321d1c=_0x22204f[_0x56a934(0x178)](),_0xb0bfc3=[];for(const _0x2cb383 of _0x321d1c){if(!_0x2cb383[_0x56a934(0x1c2)])continue;if(_0x2cb383[_0x56a934(0x1e2)]){_0xb0bfc3[_0x56a934(0x17f)](..._0x2cb383[_0x56a934(0x176)]());continue;}const _0xa2c3aa=_0x2cb383[_0x56a934(0x184)]();if(_0xb0bfc3[_0x56a934(0x1cc)]>0x0){const _0x246625=_0xb0bfc3[0x0][_0x56a934(0x177)](_0xa2c3aa);if(_0x246625){_0xb0bfc3[0x0]=_0x246625;continue;}}_0xb0bfc3[_0x56a934(0x17f)](_0xa2c3aa);}_0x1b688c[_0x56a934(0x17f)]([_0x13c99c[_0x56a934(0x17e)],_0xb0bfc3]);}return _0x1b688c;}),this[_0x51bb48(0x17a)](_0x5638e4,_0x51bb48(0x1dc),(_0x5779ec,_0x360f34)=>{const _0x22437e=_0x51bb48;this[_0x22437e(0x17a)](_0x360f34,_0x22437e(0x15b),(_0xc32a04,_0x167cf5,_0x15fb54,_0x12ceab)=>{const _0x157f15=_0x22437e;_0x360f34[_0x157f15(0x1c2)]&&(null==_0x15fb54?(this[_0x157f15(0x15f)](_0x12ceab[_0x157f15(0x198)]),this[_0x157f15(0x171)](_0x360f34,!0x1)):(this[_0x157f15(0x15f)](_0x15fb54[_0x157f15(0x198)]),null==_0x12ceab&&this[_0x157f15(0x171)](_0x360f34,!0x0)));}),null!==_0x360f34[_0x22437e(0x199)]?this[_0x22437e(0x15f)](_0x360f34[_0x22437e(0x198)]):this[_0x22437e(0x171)](_0x360f34,!0x1);}),this[_0x51bb48(0x17a)](_0x5638e4,_0x51bb48(0x17c),(_0x1b64dc,_0x5b82e9,_0x474e28)=>{const _0x31333c=_0x51bb48;this[_0x31333c(0x1ba)](_0x5b82e9,_0x31333c(0x15b)),this[_0x31333c(0x168)][_0x31333c(0x1c6)](_0x5b82e9),this[_0x31333c(0x175)][_0x31333c(0x15a)](_0x5b82e9)&&this[_0x31333c(0x1ae)](_0x5b82e9),_0x474e28&&this[_0x31333c(0x15f)](_0x474e28[_0x31333c(0x198)]);}),this[_0x51bb48(0x17a)](_0x5638e4,_0x51bb48(0x16e),(_0x4336c1,_0x1205d7)=>{const _0x3f8a1e=_0x51bb48;this[_0x3f8a1e(0x15f)](_0x1205d7);}),this[_0x51bb48(0x17a)](_0x320620,_0x51bb48(0x162),()=>{const _0x26dd0f=_0x51bb48;this[_0x26dd0f(0x169)]();}),this[_0x51bb48(0x17a)](_0x34512f,_0x51bb48(0x1cd),(_0x5a770d,{threadId:_0xb7a9b4,isFromAdapter:_0x2dc2f3})=>{const _0x48e7e5=_0x51bb48;if(_0x2dc2f3||!_0x5638e4[_0x48e7e5(0x1db)](_0xb7a9b4))return;const _0x3a8185=_0x5638e4[_0x48e7e5(0x1d0)](_0xb7a9b4);this[_0x48e7e5(0x175)][_0x48e7e5(0x1da)](_0x3a8185)[_0x48e7e5(0x17e)][_0x48e7e5(0x196)]();},{'priority':_0x51bb48(0x1d3)});}[_0x1ae77a(0x169)](){const _0x374fe9=_0x1ae77a,_0x3aa03b=this[_0x374fe9(0x1d5)][_0x374fe9(0x1b5)][_0x374fe9(0x1da)](_0x374fe9(0x1d6)),_0x40bf7d=this[_0x374fe9(0x1d5)][_0x374fe9(0x1b5)][_0x374fe9(0x1da)](_0x374fe9(0x19e)),_0x2bc4f0=Array[_0x374fe9(0x18a)](_0x3aa03b[_0x374fe9(0x1d1)],_0x2f9113=>_0x2f9113[_0x374fe9(0x1d7)])[_0x374fe9(0x174)](_0x4e772d=>this[_0x374fe9(0x1ce)][_0x374fe9(0x15a)](_0x4e772d)),_0x14ff08=[];for(const _0x3144ad of _0x2bc4f0){const _0x72329c=this[_0x374fe9(0x1ce)][_0x374fe9(0x1da)](_0x3144ad)[_0x374fe9(0x18e)][_0x374fe9(0x178)]();_0x14ff08[_0x374fe9(0x17f)](..._0x72329c[_0x374fe9(0x19d)]((_0x4fbfaf,_0x343a1d)=>[..._0x4fbfaf,..._0x343a1d[_0x374fe9(0x1b6)]()],[]));}_0x40bf7d[_0x374fe9(0x1d4)]=_0x14ff08;}[_0x1ae77a(0x19a)](_0x3e4cca){const _0x41b505=_0x1ae77a,_0x30fc04=_0x5375e8(_0x3e4cca,_0x11ad37),_0x59fa26=this[_0x41b505(0x1d5)][_0x41b505(0x18f)][_0x41b505(0x1da)](_0x41b505(0x1b9)),_0x4ae6d3=_0x5f0c66(_0x3e4cca,_0x41b505(0x161));_0x30fc04[_0x41b505(0x16c)][_0x41b505(0x1b8)]({'tooltip':_0x4ae6d3,'label':_0x4ae6d3,'icon':_0x17000a}),_0x30fc04[_0x41b505(0x16c)][_0x41b505(0x1bf)](_0x41b505(0x1ad))['to'](_0x59fa26,_0x41b505(0x16d)),_0x30fc04[_0x41b505(0x16c)]['on'](_0x41b505(0x165),()=>{const _0x27f63c=_0x41b505;_0x59fa26[_0x27f63c(0x165)](),this[_0x27f63c(0x1d5)][_0x27f63c(0x1b7)][_0x27f63c(0x17e)][_0x27f63c(0x196)]();});const _0xa7779c=new _0xb98a6c(),_0x506a78=[{'type':_0x41b505(0x15d),'model':{'withText':!0x0,'label':_0x4ae6d3,'commandName':_0x41b505(0x1b9)}},{'type':_0x41b505(0x1be)},{'type':_0x41b505(0x1b1),'model':{'withText':!0x0,'label':_0x5f0c66(_0x3e4cca,_0x41b505(0x18d)),'commandName':_0x41b505(0x183)}},{'type':_0x41b505(0x1b1),'model':{'withText':!0x0,'label':_0x5f0c66(_0x3e4cca,_0x41b505(0x1e1)),'commandName':_0x41b505(0x1c7)}},{'type':_0x41b505(0x1b1),'model':{'withText':!0x0,'label':_0x5f0c66(_0x3e4cca,_0x41b505(0x17d)),'commandName':_0x41b505(0x1d8)}},{'type':_0x41b505(0x1b1),'model':{'withText':!0x0,'label':_0x5f0c66(_0x3e4cca,_0x41b505(0x1b3)),'commandName':_0x41b505(0x173)}}];for(const _0x2256d6 of _0x506a78){let _0x21baed={'type':_0x41b505(0x1be)};if(_0x2256d6[_0x41b505(0x18e)]){const _0x5a1c8c=new _0x4911e6(_0x2256d6[_0x41b505(0x18e)]),_0x4a3d97=this[_0x41b505(0x1d5)][_0x41b505(0x18f)][_0x41b505(0x1da)](_0x5a1c8c[_0x41b505(0x1a3)]);_0x5a1c8c[_0x41b505(0x1bf)](_0x41b505(0x1ad),_0x41b505(0x181))['to'](_0x4a3d97,_0x41b505(0x16d),_0x41b505(0x181)),_0x21baed={'type':_0x2256d6[_0x41b505(0x19f)],'model':_0x5a1c8c};}_0xa7779c[_0x41b505(0x1a1)](_0x21baed);}_0x1c9955(_0x30fc04,_0xa7779c);const _0xd76db4=_0x506a78[_0x41b505(0x174)](_0x113c3b=>null!=_0x113c3b[_0x41b505(0x18e)])[_0x41b505(0x188)](_0x470c68=>this[_0x41b505(0x1d5)][_0x41b505(0x18f)][_0x41b505(0x1da)](_0x470c68[_0x41b505(0x18e)][_0x41b505(0x1a3)])),_0x3eb93a=_0x30fc04[_0x41b505(0x16c)];return _0x3eb93a[_0x41b505(0x1df)][_0x41b505(0x1bc)](_0x41b505(0x181)),_0x3eb93a[_0x41b505(0x1ac)][_0x41b505(0x1bc)](_0x41b505(0x181)),_0x3eb93a[_0x41b505(0x1df)][_0x41b505(0x1bf)](_0x41b505(0x181))['to'](_0x59fa26,_0x41b505(0x181)),_0x3eb93a[_0x41b505(0x1ac)][_0x41b505(0x1bf)](_0x41b505(0x181))[_0x41b505(0x1a5)](_0xd76db4,_0x41b505(0x181),(..._0x4b845e)=>_0x4b845e[_0x41b505(0x1c1)](_0x142f50=>_0x142f50)),_0x30fc04['on'](_0x41b505(0x165),_0x1d9910=>{const _0x19f6fe=_0x41b505;this[_0x19f6fe(0x1d5)][_0x19f6fe(0x165)](_0x1d9910[_0x19f6fe(0x1d2)][_0x19f6fe(0x1a3)]),this[_0x19f6fe(0x1d5)][_0x19f6fe(0x1b7)][_0x19f6fe(0x17e)][_0x19f6fe(0x196)]();}),_0x30fc04;}[_0x1ae77a(0x1a2)](_0x5f0fc7){const _0x1d6d8c=_0x1ae77a,_0x53e687=this[_0x1d6d8c(0x1d5)],_0x1cde8d=_0x53e687[_0x1d6d8c(0x182)],_0x351c7a=_0x53e687[_0x1d6d8c(0x1b5)][_0x1d6d8c(0x1da)](_0x1d6d8c(0x1d6)),_0xc8a10c=_0x53e687[_0x1d6d8c(0x1b5)][_0x1d6d8c(0x1da)](_0x1d6d8c(0x16a)),_0x222566=_0x53e687[_0x1d6d8c(0x1b5)][_0x1d6d8c(0x1da)](_0x1d6d8c(0x1c3)),_0x30ea2d=_0x53e687[_0x1d6d8c(0x1b5)][_0x1d6d8c(0x1da)](_0x1d6250)['me'],_0x262330=_0x1cde8d[_0x1d6d8c(0x1da)](_0x1d6d8c(0x1b9))[_0x1d6d8c(0x1ab)],{CommentsListView:_0x3e040a,CommentThreadInputView:_0x18f815}=_0x53e687[_0x1d6d8c(0x1b5)][_0x1d6d8c(0x1da)](_0x1d6d8c(0x1a0));let _0x3e48fd,_0x296c30;this[_0x1d6d8c(0x193)][_0x1d6d8c(0x15a)](_0x5f0fc7['id'])?(_0x296c30=this[_0x1d6d8c(0x193)][_0x1d6d8c(0x1da)](_0x5f0fc7['id']),_0x3e48fd=_0x296c30[_0x1d6d8c(0x195)]):(_0x3e48fd=new _0x262330(_0x53e687[_0x1d6d8c(0x189)],_0x5f0fc7,_0x30ea2d,{'disableComments':this[_0x1d6d8c(0x1a9)],'editorConfig':_0x1cde8d[_0x1d6d8c(0x1da)](_0x1d6d8c(0x1b2)),'maxCommentsWhenCollapsed':_0x1cde8d[_0x1d6d8c(0x1da)](_0x1d6d8c(0x163)),'maxThreadTotalWeight':_0x1cde8d[_0x1d6d8c(0x1da)](_0x1d6d8c(0x1b0)),'maxCommentCharsWhenCollapsed':_0x1cde8d[_0x1d6d8c(0x1da)](_0x1d6d8c(0x172)),'formatDateTime':_0x27b4d2(_0x1cde8d[_0x1d6d8c(0x1da)](_0x1d6d8c(0x189))),'CommentView':_0x1cde8d[_0x1d6d8c(0x1da)](_0x1d6d8c(0x1cf))[_0x1d6d8c(0x185)],'CommentsListView':_0x3e040a,'CommentThreadInputView':_0x18f815}),_0x3e48fd[_0x1d6d8c(0x160)]['on'](_0x1d6d8c(0x165),()=>{const _0x257783=_0x1d6d8c;_0x53e687[_0x257783(0x1b7)][_0x257783(0x17e)][_0x257783(0x196)]();}),_0x3e48fd[_0x1d6d8c(0x1e0)]['on'](_0x1d6d8c(0x165),()=>{const _0x4a0bad=_0x1d6d8c;_0x53e687[_0x4a0bad(0x1b7)][_0x4a0bad(0x17e)][_0x4a0bad(0x196)]();}),_0x296c30=_0x351c7a[_0x1d6d8c(0x16b)](this[_0x1d6d8c(0x1d5)][_0x1d6d8c(0x189)],_0x3e48fd),_0x296c30[_0x1d6d8c(0x1bf)](_0x1d6d8c(0x166))['to'](_0x3e48fd,_0x1d6d8c(0x166)),_0x296c30[_0x1d6d8c(0x1bf)](_0x1d6d8c(0x1cc))['to'](_0x3e48fd),_0x296c30[_0x1d6d8c(0x1bf)](_0x1d6d8c(0x19f))['to'](_0x3e48fd,_0x1d6d8c(0x19f),_0x394094=>_0x1d6d8c(0x1c0)+_0x394094),this[_0x1d6d8c(0x193)][_0x1d6d8c(0x1b8)](_0x5f0fc7['id'],_0x296c30));const _0x40722c=_0xc8a10c[_0x1d6d8c(0x19b)](_0x5f0fc7[_0x1d6d8c(0x1b4)],_0x3e48fd),_0x17f5b7=new _0x1171d4(_0x53e687,_0x5f0fc7,_0x3e48fd,_0x40722c),_0x44b7d3=_0x5f0fc7[_0x1d6d8c(0x178)]()[_0x1d6d8c(0x174)](_0x2fee11=>_0x2fee11[_0x1d6d8c(0x1c2)]);_0x3e48fd[_0x1d6d8c(0x191)]=_0x53e687[_0x1d6d8c(0x1b5)][_0x1d6d8c(0x1da)](_0x1d6d8c(0x19e))[_0x1d6d8c(0x1a7)][_0x1d6d8c(0x1c9)](_0x44b7d3),this[_0x1d6d8c(0x175)][_0x1d6d8c(0x1b8)](_0x5f0fc7,_0x17f5b7),this[_0x1d6d8c(0x1ce)][_0x1d6d8c(0x1b8)](_0x3e48fd,_0x17f5b7);const _0x5a6ac4=_0x351c7a[_0x1d6d8c(0x1de)]({'view':_0x296c30,'target':()=>{const _0x3f17b3=_0x1d6d8c,_0x39ed9f=[],_0x826428=_0x5f0fc7[_0x3f17b3(0x178)]()[_0x3f17b3(0x174)](_0x52eef0=>_0x52eef0[_0x3f17b3(0x1c2)]);for(const _0x35896f of _0x826428)_0x39ed9f[_0x3f17b3(0x17f)](..._0x35896f[_0x3f17b3(0x1a8)]());return _0x531d79(_0x53e687[_0x3f17b3(0x1b7)],_0x39ed9f);},'type':()=>_0x1d6d8c(0x1c0)+_0x17f5b7[_0x1d6d8c(0x17e)][_0x1d6d8c(0x19f)]});_0xc8a10c[_0x1d6d8c(0x17b)](_0x3e48fd,_0x5a6ac4),_0x351c7a[_0x1d6d8c(0x1a1)](_0x5a6ac4),_0x222566[_0x1d6d8c(0x186)](_0x5a6ac4);}[_0x1ae77a(0x1ae)](_0x24a635){const _0x4e8637=_0x1ae77a,_0x5c5482=this[_0x4e8637(0x1d5)][_0x4e8637(0x1b5)][_0x4e8637(0x1da)](_0x4e8637(0x16a)),_0x3820b3=this[_0x4e8637(0x1d5)][_0x4e8637(0x1b5)][_0x4e8637(0x1da)](_0x4e8637(0x1d6)),_0x3843cf=this[_0x4e8637(0x175)][_0x4e8637(0x1da)](_0x24a635),_0x2303b2=_0x3843cf[_0x4e8637(0x17e)],_0x250677=_0x3820b3[_0x4e8637(0x164)](_0x2303b2);_0x5c5482[_0x4e8637(0x1c8)](_0x2303b2),_0x250677&&_0x3820b3[_0x4e8637(0x190)](_0x250677),this[_0x4e8637(0x175)][_0x4e8637(0x1c6)](_0x24a635),this[_0x4e8637(0x1ce)][_0x4e8637(0x1c6)](_0x2303b2),_0x3843cf[_0x4e8637(0x1c4)]();}[_0x1ae77a(0x15f)](_0x4013a2){const _0x44edf8=_0x1ae77a;if(!_0x4013a2[_0x44edf8(0x1c2)]||!this[_0x44edf8(0x175)][_0x44edf8(0x15a)](_0x4013a2))return;const _0x35270f=this[_0x44edf8(0x1d5)][_0x44edf8(0x1b5)][_0x44edf8(0x1da)](_0x44edf8(0x19e)),_0x59f2bf=this[_0x44edf8(0x175)][_0x44edf8(0x1da)](_0x4013a2),_0x3350b7=_0x4013a2[_0x44edf8(0x178)]();_0x59f2bf[_0x44edf8(0x17e)][_0x44edf8(0x191)]=_0x35270f[_0x44edf8(0x1a7)][_0x44edf8(0x1c9)](_0x3350b7);}[_0x1ae77a(0x1c4)](){const _0x118c77=_0x1ae77a;for(const _0x21c2bc of this[_0x118c77(0x175)][_0x118c77(0x187)]())this[_0x118c77(0x1ae)](_0x21c2bc);for(const _0x302a78 of this[_0x118c77(0x193)][_0x118c77(0x1c5)]())_0x302a78[_0x118c77(0x195)][_0x118c77(0x1c4)]();super[_0x118c77(0x1c4)]();}}
23
+ const _0x5d886a=_0x4898;(function(_0x14878e,_0xf69ef8){const _0x256249=_0x4898,_0x5e39fa=_0x14878e();while(!![]){try{const _0x15008f=-parseInt(_0x256249(0xe8))/0x1*(-parseInt(_0x256249(0xde))/0x2)+-parseInt(_0x256249(0xdb))/0x3*(-parseInt(_0x256249(0x115))/0x4)+-parseInt(_0x256249(0x111))/0x5+-parseInt(_0x256249(0x12c))/0x6*(-parseInt(_0x256249(0x124))/0x7)+parseInt(_0x256249(0x12b))/0x8+parseInt(_0x256249(0x11f))/0x9+-parseInt(_0x256249(0x130))/0xa;if(_0x15008f===_0xf69ef8)break;else _0x5e39fa['push'](_0x5e39fa['shift']());}catch(_0x380f25){_0x5e39fa['push'](_0x5e39fa['shift']());}}}(_0x432c,0xaa99f));import{Plugin as _0x5040ea}from'ckeditor5/src/core.js';import{Collection as _0x1f5c04}from'ckeditor5/src/utils.js';import{ViewModel as _0xf84281,SplitButtonView as _0x2873cf,createDropdown as _0x379589,addListToDropdown as _0x5782c4}from'ckeditor5/src/ui.js';function _0x432c(){const _0x1cd301=['114443BkpylO','config','createAnnotation','isOn','reduce','getMarkers','_handleControllerBuffer','1537576ZSyFny','420GGYZLK','createAnnotationView','head','_unbindEditors','18228880AbsaMn','comments.maxCommentsWhenCollapsed','getJoined','some','isMultiRange','acceptAllSuggestions','change:activeAnnotations','_descriptionFactory','refreshSelectedViews','_bindAnnotationToEditors','commands','execute','trackChanges','add','destroy','locale','source','descriptionParts','commentThread','addComment','Discard\x20all\x20suggestions','set','trackChanges.disableComments','isEnabled','plugins','comments.maxThreadTotalWeight','innerView','Accept\x20all\x20selected\x20suggestions','separator','get','_viewToController','suggestion-','registerAnnotation','button','Annotations','init','componentFactory','discardSelectedSuggestions','remove','trackChanges.SuggestionThreadView','suggestionLoaded','editing','activeMarkers','toMany','addSourceCollector','CommentsRepository','acceptButton','CommentsUI','Discard\x20all\x20selected\x20suggestions','unbind','getAllAdjacentSuggestions','112551NjTEux','discardButton','model','24GGCyeB','getMarkerNames','_createUIButton','switchbutton','size','activeAnnotations','getFirstRange','_refreshActiveMarkers','values','acceptSelectedSuggestions','69654XNqUrJ','listenTo','pluginName','view','createCommentThreadController','from','_destroyController','filter','lowest','editor','requires','getSuggestion','_initializeController','Track\x20changes','Accept\x20all\x20suggestions','bind','length','SuggestionThreadView','define','CommentView','isInContent','previous','_suggestionToController','push','commandName','arrowView','suggestionChanged','getRanges','has','focus','_annotationViews','hasSuggestion','EditorAnnotations','change:previous','clear','buttonView','stopListening','comments','discardAllSuggestions','value','TrackChangesEditing','4590065QUBjab','comments.maxCommentCharsWhenCollapsed','delete','isDirty','16QUhxoi','suggestionUnloaded','actionView','_updateController','TrackChangesUI','_handleSuggestionControllerDelayed','keys','getDescriptions','type','comments.editorConfig','10054269sJoPcH','map','mainView','_disableComments','getByInnerView'];_0x432c=function(){return _0x1cd301;};return _0x432c();}import{Users as _0x44d4e2,getDateTimeFormatter as _0x3c19a2,getAllMarkersDomElementsSorted as _0x3e26af}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x4898(_0x1a7867,_0x4069a2){const _0x432ce6=_0x432c();return _0x4898=function(_0x489891,_0x393cc0){_0x489891=_0x489891-0xc6;let _0x29a100=_0x432ce6[_0x489891];return _0x29a100;},_0x4898(_0x1a7867,_0x4069a2);}import _0x18c407 from'./trackchangesediting.js';import _0x46ceec from'./ui/suggestioncontroller.js';import _0x522b0f from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x24d0ec}from'./utils/common-translations.js';import _0x222570 from'../theme/icons/track-changes.svg';export default class d extends _0x5040ea{static get[_0x5d886a(0xf2)](){const _0x211817=_0x5d886a;return[_0x18c407,_0x44d4e2,_0x211817(0xd5),_0x211817(0xca),_0x211817(0x108)];}static get[_0x5d886a(0xea)](){const _0x3dc971=_0x5d886a;return _0x3dc971(0x119);}constructor(_0x4a0a19){const _0x3e6bde=_0x5d886a;super(_0x4a0a19),this[_0x3e6bde(0xfe)]=new Map(),this[_0x3e6bde(0xc6)]=new Map(),this[_0x3e6bde(0x106)]=new Map(),this[_0x3e6bde(0x12a)]=new Map();const _0x101ffa=this[_0x3e6bde(0xf1)][_0x3e6bde(0x125)];_0x101ffa[_0x3e6bde(0xfa)](_0x3e6bde(0xcf),_0x522b0f),_0x101ffa[_0x3e6bde(0xfa)](_0x3e6bde(0x146),!0x1),this[_0x3e6bde(0x122)]=_0x101ffa[_0x3e6bde(0x14d)](_0x3e6bde(0x146));}[_0x5d886a(0x11a)](_0x93a81e,_0x137c79){const _0x428083=_0x5d886a;0x0===this[_0x428083(0x12a)][_0x428083(0xe2)]&&setTimeout(()=>{const _0x379ed6=_0x428083;for(const [_0x529e56,_0x4367af]of this[_0x379ed6(0x12a)]){const _0x1abcf5=this[_0x379ed6(0xfe)][_0x379ed6(0x104)](_0x529e56);_0x1abcf5||_0x4367af?_0x1abcf5&&_0x4367af&&this[_0x379ed6(0xee)](_0x529e56):this[_0x379ed6(0xf4)](_0x529e56);}this[_0x379ed6(0x12a)][_0x379ed6(0x10a)](),this[_0x379ed6(0xf1)][_0x379ed6(0x148)][_0x379ed6(0x14d)](_0x379ed6(0x108))[_0x379ed6(0x138)](),this[_0x379ed6(0xe5)]();},0xa),this[_0x428083(0x12a)][_0x428083(0x145)](_0x93a81e,_0x137c79);}[_0x5d886a(0xcb)](){const _0x12a1e9=_0x5d886a,_0x1760fa=this[_0x12a1e9(0xf1)],_0x3a1cde=_0x1760fa[_0x12a1e9(0x148)][_0x12a1e9(0x14d)](_0x12a1e9(0x110)),_0x5cf06b=_0x1760fa[_0x12a1e9(0x148)][_0x12a1e9(0x14d)](_0x12a1e9(0xca)),_0x23d62b=_0x1760fa[_0x12a1e9(0x148)][_0x12a1e9(0x14d)](_0x12a1e9(0x108)),_0x49fd34=_0x1760fa[_0x12a1e9(0x148)][_0x12a1e9(0x14d)](_0x12a1e9(0xd5));_0x1760fa['ui'][_0x12a1e9(0xcc)][_0x12a1e9(0x13d)](_0x12a1e9(0x13c),_0x580f8d=>this[_0x12a1e9(0xe0)](_0x580f8d)),_0x23d62b[_0x12a1e9(0xd4)](()=>{const _0x2567bf=_0x12a1e9,_0x15e5ef=[];for(const [_0xb586e8,_0x1e0337]of Array[_0x2567bf(0xed)](this[_0x2567bf(0xfe)])){const _0x97c20=_0xb586e8[_0x2567bf(0xda)](),_0x379991=[];for(const _0x8e7273 of _0x97c20){if(!_0x8e7273[_0x2567bf(0xfc)])continue;if(_0x8e7273[_0x2567bf(0x134)]){_0x379991[_0x2567bf(0xff)](..._0x8e7273[_0x2567bf(0x103)]());continue;}const _0x1e6d8b=_0x8e7273[_0x2567bf(0xe4)]();if(_0x379991[_0x2567bf(0xf8)]>0x0){const _0x1ff7c5=_0x379991[0x0][_0x2567bf(0x132)](_0x1e6d8b);if(_0x1ff7c5){_0x379991[0x0]=_0x1ff7c5;continue;}}_0x379991[_0x2567bf(0xff)](_0x1e6d8b);}_0x15e5ef[_0x2567bf(0xff)]([_0x1e0337[_0x2567bf(0xeb)],_0x379991]);}return _0x15e5ef;}),this[_0x12a1e9(0xe9)](_0x3a1cde,_0x12a1e9(0xd0),(_0x42657b,_0x455e3e)=>{const _0x265f08=_0x12a1e9;this[_0x265f08(0xe9)](_0x455e3e,_0x265f08(0x109),(_0x50b535,_0x2b976f,_0x4cf825,_0x224b92)=>{const _0x5399d6=_0x265f08;_0x455e3e[_0x5399d6(0xfc)]&&(null==_0x4cf825?(this[_0x5399d6(0x118)](_0x224b92[_0x5399d6(0x12e)]),this[_0x5399d6(0x11a)](_0x455e3e,!0x1)):(this[_0x5399d6(0x118)](_0x4cf825[_0x5399d6(0x12e)]),null==_0x224b92&&this[_0x5399d6(0x11a)](_0x455e3e,!0x0)));}),null!==_0x455e3e[_0x265f08(0xfd)]?this[_0x265f08(0x118)](_0x455e3e[_0x265f08(0x12e)]):this[_0x265f08(0x11a)](_0x455e3e,!0x1);}),this[_0x12a1e9(0xe9)](_0x3a1cde,_0x12a1e9(0x116),(_0x342c29,_0xb4dbca,_0x2688d4)=>{const _0x269b70=_0x12a1e9;this[_0x269b70(0x10c)](_0xb4dbca,_0x269b70(0x109)),this[_0x269b70(0x12a)][_0x269b70(0x113)](_0xb4dbca),this[_0x269b70(0xfe)][_0x269b70(0x104)](_0xb4dbca)&&this[_0x269b70(0xee)](_0xb4dbca),_0x2688d4&&this[_0x269b70(0x118)](_0x2688d4[_0x269b70(0x12e)]);}),this[_0x12a1e9(0xe9)](_0x3a1cde,_0x12a1e9(0x102),(_0xe7a7c,_0x1fcc81)=>{const _0x5529f8=_0x12a1e9;this[_0x5529f8(0x118)](_0x1fcc81);}),this[_0x12a1e9(0xe9)](_0x5cf06b,_0x12a1e9(0x136),()=>{const _0xaedb51=_0x12a1e9;this[_0xaedb51(0xe5)]();}),this[_0x12a1e9(0xe9)](_0x49fd34,_0x12a1e9(0x143),(_0x5c5dee,{threadId:_0x122947,isFromAdapter:_0x13d4a5})=>{const _0x7eb4d9=_0x12a1e9;if(_0x13d4a5||!_0x3a1cde[_0x7eb4d9(0x107)](_0x122947))return;const _0x2629d5=_0x3a1cde[_0x7eb4d9(0xf3)](_0x122947);this[_0x7eb4d9(0xfe)][_0x7eb4d9(0x14d)](_0x2629d5)[_0x7eb4d9(0xeb)][_0x7eb4d9(0x105)]();},{'priority':_0x12a1e9(0xf0)});}[_0x5d886a(0xe5)](){const _0x3a6663=_0x5d886a,_0x3481f2=this[_0x3a6663(0xf1)][_0x3a6663(0x148)][_0x3a6663(0x14d)](_0x3a6663(0xca)),_0x5e8a31=this[_0x3a6663(0xf1)][_0x3a6663(0x148)][_0x3a6663(0x14d)](_0x3a6663(0x110)),_0x48a5f8=Array[_0x3a6663(0xed)](_0x3481f2[_0x3a6663(0xe3)],_0x1c89c4=>_0x1c89c4[_0x3a6663(0x14a)])[_0x3a6663(0xef)](_0x27a5ec=>this[_0x3a6663(0xc6)][_0x3a6663(0x104)](_0x27a5ec)),_0x10fd32=[];for(const _0x8d396 of _0x48a5f8){const _0x1451e3=this[_0x3a6663(0xc6)][_0x3a6663(0x14d)](_0x8d396)[_0x3a6663(0xdd)][_0x3a6663(0xda)]();_0x10fd32[_0x3a6663(0xff)](..._0x1451e3[_0x3a6663(0x128)]((_0xf68984,_0x4bd4cb)=>[..._0xf68984,..._0x4bd4cb[_0x3a6663(0xdf)]()],[]));}_0x5e8a31[_0x3a6663(0xd2)]=_0x10fd32;}[_0x5d886a(0xe0)](_0x3158dc){const _0x2168cc=_0x5d886a,_0x4718f3=_0x379589(_0x3158dc,_0x2873cf),_0x41c460=this[_0x2168cc(0xf1)][_0x2168cc(0x13a)][_0x2168cc(0x14d)](_0x2168cc(0x13c)),_0x3ec0b7=_0x24d0ec(_0x3158dc,_0x2168cc(0xf5));_0x4718f3[_0x2168cc(0x10b)][_0x2168cc(0x145)]({'tooltip':_0x3ec0b7,'label':_0x3ec0b7,'icon':_0x222570}),_0x4718f3[_0x2168cc(0x10b)][_0x2168cc(0xf7)](_0x2168cc(0x127))['to'](_0x41c460,_0x2168cc(0x10f)),_0x4718f3[_0x2168cc(0x10b)]['on'](_0x2168cc(0x13b),()=>{const _0x2c82dc=_0x2168cc;_0x41c460[_0x2c82dc(0x13b)](),this[_0x2c82dc(0xf1)][_0x2c82dc(0xd1)][_0x2c82dc(0xeb)][_0x2c82dc(0x105)]();});const _0x213ce1=new _0x1f5c04(),_0x2ac890=[{'type':_0x2168cc(0xe1),'model':{'withText':!0x0,'label':_0x3ec0b7,'commandName':_0x2168cc(0x13c)}},{'type':_0x2168cc(0x14c)},{'type':_0x2168cc(0xc9),'model':{'withText':!0x0,'label':_0x24d0ec(_0x3158dc,_0x2168cc(0xf6)),'commandName':_0x2168cc(0x135)}},{'type':_0x2168cc(0xc9),'model':{'withText':!0x0,'label':_0x24d0ec(_0x3158dc,_0x2168cc(0x14b)),'commandName':_0x2168cc(0xe7)}},{'type':_0x2168cc(0xc9),'model':{'withText':!0x0,'label':_0x24d0ec(_0x3158dc,_0x2168cc(0x144)),'commandName':_0x2168cc(0x10e)}},{'type':_0x2168cc(0xc9),'model':{'withText':!0x0,'label':_0x24d0ec(_0x3158dc,_0x2168cc(0xd8)),'commandName':_0x2168cc(0xcd)}}];for(const _0x42576d of _0x2ac890){let _0x39f6fe={'type':_0x2168cc(0x14c)};if(_0x42576d[_0x2168cc(0xdd)]){const _0x15ec53=new _0xf84281(_0x42576d[_0x2168cc(0xdd)]),_0x5a12fd=this[_0x2168cc(0xf1)][_0x2168cc(0x13a)][_0x2168cc(0x14d)](_0x15ec53[_0x2168cc(0x100)]);_0x15ec53[_0x2168cc(0xf7)](_0x2168cc(0x127),_0x2168cc(0x147))['to'](_0x5a12fd,_0x2168cc(0x10f),_0x2168cc(0x147)),_0x39f6fe={'type':_0x42576d[_0x2168cc(0x11d)],'model':_0x15ec53};}_0x213ce1[_0x2168cc(0x13d)](_0x39f6fe);}_0x5782c4(_0x4718f3,_0x213ce1);const _0x209747=_0x2ac890[_0x2168cc(0xef)](_0x5064ed=>null!=_0x5064ed[_0x2168cc(0xdd)])[_0x2168cc(0x120)](_0x1b7940=>this[_0x2168cc(0xf1)][_0x2168cc(0x13a)][_0x2168cc(0x14d)](_0x1b7940[_0x2168cc(0xdd)][_0x2168cc(0x100)])),_0x327fb7=_0x4718f3[_0x2168cc(0x10b)];return _0x327fb7[_0x2168cc(0x117)][_0x2168cc(0xd9)](_0x2168cc(0x147)),_0x327fb7[_0x2168cc(0x101)][_0x2168cc(0xd9)](_0x2168cc(0x147)),_0x327fb7[_0x2168cc(0x117)][_0x2168cc(0xf7)](_0x2168cc(0x147))['to'](_0x41c460,_0x2168cc(0x147)),_0x327fb7[_0x2168cc(0x101)][_0x2168cc(0xf7)](_0x2168cc(0x147))[_0x2168cc(0xd3)](_0x209747,_0x2168cc(0x147),(..._0xa5a893)=>_0xa5a893[_0x2168cc(0x133)](_0x3dd8fc=>_0x3dd8fc)),_0x4718f3['on'](_0x2168cc(0x13b),_0x458a25=>{const _0x1e0687=_0x2168cc;this[_0x1e0687(0xf1)][_0x1e0687(0x13b)](_0x458a25[_0x1e0687(0x140)][_0x1e0687(0x100)]),this[_0x1e0687(0xf1)][_0x1e0687(0xd1)][_0x1e0687(0xeb)][_0x1e0687(0x105)]();}),_0x4718f3;}[_0x5d886a(0xf4)](_0x1d77c5){const _0x5d3f9c=_0x5d886a,_0x81022f=this[_0x5d3f9c(0xf1)],_0x524d4d=_0x81022f[_0x5d3f9c(0x125)],_0x2d6f2a=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x5d3f9c(0xca)),_0x112c02=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x5d3f9c(0xd5)),_0x310781=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x5d3f9c(0x108)),_0x42b1f0=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x44d4e2)['me'],_0x49db0b=_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x13c))[_0x5d3f9c(0xf9)],{CommentsListView:_0x278244,CommentThreadInputView:_0xb2cf9}=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x5d3f9c(0xd7));let _0xaeb63e,_0x45db1b;this[_0x5d3f9c(0x106)][_0x5d3f9c(0x104)](_0x1d77c5['id'])?(_0x45db1b=this[_0x5d3f9c(0x106)][_0x5d3f9c(0x14d)](_0x1d77c5['id']),_0xaeb63e=_0x45db1b[_0x5d3f9c(0x121)]):(_0xaeb63e=new _0x49db0b(_0x81022f[_0x5d3f9c(0x13f)],_0x1d77c5,_0x42b1f0,{'disableComments':this[_0x5d3f9c(0x122)],'editorConfig':_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x11e)),'maxCommentsWhenCollapsed':_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x131)),'maxThreadTotalWeight':_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x149)),'maxCommentCharsWhenCollapsed':_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x112)),'formatDateTime':_0x3c19a2(_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x13f))),'CommentView':_0x524d4d[_0x5d3f9c(0x14d)](_0x5d3f9c(0x10d))[_0x5d3f9c(0xfb)],'CommentsListView':_0x278244,'CommentThreadInputView':_0xb2cf9}),_0xaeb63e[_0x5d3f9c(0xd6)]['on'](_0x5d3f9c(0x13b),()=>{const _0xb58fd3=_0x5d3f9c;_0x81022f[_0xb58fd3(0xd1)][_0xb58fd3(0xeb)][_0xb58fd3(0x105)]();}),_0xaeb63e[_0x5d3f9c(0xdc)]['on'](_0x5d3f9c(0x13b),()=>{const _0x598a86=_0x5d3f9c;_0x81022f[_0x598a86(0xd1)][_0x598a86(0xeb)][_0x598a86(0x105)]();}),_0x45db1b=_0x2d6f2a[_0x5d3f9c(0x12d)](this[_0x5d3f9c(0xf1)][_0x5d3f9c(0x13f)],_0xaeb63e),_0x45db1b[_0x5d3f9c(0xf7)](_0x5d3f9c(0x114))['to'](_0xaeb63e,_0x5d3f9c(0x114)),_0x45db1b[_0x5d3f9c(0xf7)](_0x5d3f9c(0xf8))['to'](_0xaeb63e),_0x45db1b[_0x5d3f9c(0xf7)](_0x5d3f9c(0x11d))['to'](_0xaeb63e,_0x5d3f9c(0x11d),_0x2a6735=>_0x5d3f9c(0xc7)+_0x2a6735),this[_0x5d3f9c(0x106)][_0x5d3f9c(0x145)](_0x1d77c5['id'],_0x45db1b));const _0x595616=_0x112c02[_0x5d3f9c(0xec)](_0x1d77c5[_0x5d3f9c(0x142)],_0xaeb63e),_0x3074d9=new _0x46ceec(_0x81022f,_0x1d77c5,_0xaeb63e,_0x595616),_0x182bfc=_0x1d77c5[_0x5d3f9c(0xda)]()[_0x5d3f9c(0xef)](_0x512721=>_0x512721[_0x5d3f9c(0xfc)]);_0xaeb63e[_0x5d3f9c(0x141)]=_0x81022f[_0x5d3f9c(0x148)][_0x5d3f9c(0x14d)](_0x5d3f9c(0x110))[_0x5d3f9c(0x137)][_0x5d3f9c(0x11c)](_0x182bfc),this[_0x5d3f9c(0xfe)][_0x5d3f9c(0x145)](_0x1d77c5,_0x3074d9),this[_0x5d3f9c(0xc6)][_0x5d3f9c(0x145)](_0xaeb63e,_0x3074d9);const _0x3082a5=_0x2d6f2a[_0x5d3f9c(0x126)]({'view':_0x45db1b,'target':()=>{const _0x267015=_0x5d3f9c,_0xb61e9f=[],_0x36bdc4=_0x1d77c5[_0x267015(0xda)]()[_0x267015(0xef)](_0x4ee835=>_0x4ee835[_0x267015(0xfc)]);for(const _0x3cfc04 of _0x36bdc4)_0xb61e9f[_0x267015(0xff)](..._0x3cfc04[_0x267015(0x129)]());return _0x3e26af(_0x81022f[_0x267015(0xd1)],_0xb61e9f);},'type':()=>_0x5d3f9c(0xc7)+_0x3074d9[_0x5d3f9c(0xeb)][_0x5d3f9c(0x11d)]});_0x112c02[_0x5d3f9c(0x139)](_0xaeb63e,_0x3082a5),_0x2d6f2a[_0x5d3f9c(0x13d)](_0x3082a5),_0x310781[_0x5d3f9c(0xc8)](_0x3082a5);}[_0x5d886a(0xee)](_0x55acf3){const _0x450f82=_0x5d886a,_0x2fe3d0=this[_0x450f82(0xf1)][_0x450f82(0x148)][_0x450f82(0x14d)](_0x450f82(0xd5)),_0xa8364=this[_0x450f82(0xf1)][_0x450f82(0x148)][_0x450f82(0x14d)](_0x450f82(0xca)),_0x2461f6=this[_0x450f82(0xfe)][_0x450f82(0x14d)](_0x55acf3),_0x28f4d7=_0x2461f6[_0x450f82(0xeb)],_0x3e8cea=_0xa8364[_0x450f82(0x123)](_0x28f4d7);_0x2fe3d0[_0x450f82(0x12f)](_0x28f4d7),_0x3e8cea&&_0xa8364[_0x450f82(0xce)](_0x3e8cea),this[_0x450f82(0xfe)][_0x450f82(0x113)](_0x55acf3),this[_0x450f82(0xc6)][_0x450f82(0x113)](_0x28f4d7),_0x2461f6[_0x450f82(0x13e)]();}[_0x5d886a(0x118)](_0x39818a){const _0x213359=_0x5d886a;if(!_0x39818a[_0x213359(0xfc)]||!this[_0x213359(0xfe)][_0x213359(0x104)](_0x39818a))return;const _0x53c1cd=this[_0x213359(0xf1)][_0x213359(0x148)][_0x213359(0x14d)](_0x213359(0x110)),_0x213c10=this[_0x213359(0xfe)][_0x213359(0x14d)](_0x39818a),_0x1bcb4c=_0x39818a[_0x213359(0xda)]();_0x213c10[_0x213359(0xeb)][_0x213359(0x141)]=_0x53c1cd[_0x213359(0x137)][_0x213359(0x11c)](_0x1bcb4c);}[_0x5d886a(0x13e)](){const _0xdbd710=_0x5d886a;for(const _0x5d3529 of this[_0xdbd710(0xfe)][_0xdbd710(0x11b)]())this[_0xdbd710(0xee)](_0x5d3529);for(const _0x52419a of this[_0xdbd710(0x106)][_0xdbd710(0xe6)]())_0x52419a[_0xdbd710(0x121)][_0xdbd710(0x13e)]();super[_0xdbd710(0x13e)]();}}