@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240314.0 → 0.0.0-nightly-20240316.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 _0x3ec1a6=_0x3e35;(function(_0x5b905a,_0x2762eb){const _0x1594e1=_0x3e35,_0x1d56b5=_0x5b905a();while(!![]){try{const _0x3efe73=-parseInt(_0x1594e1(0x147))/0x1*(-parseInt(_0x1594e1(0x29f))/0x2)+parseInt(_0x1594e1(0x1b0))/0x3+-parseInt(_0x1594e1(0x28d))/0x4*(parseInt(_0x1594e1(0x1bc))/0x5)+parseInt(_0x1594e1(0x150))/0x6+-parseInt(_0x1594e1(0x222))/0x7*(parseInt(_0x1594e1(0x28b))/0x8)+parseInt(_0x1594e1(0x138))/0x9+-parseInt(_0x1594e1(0x1ba))/0xa;if(_0x3efe73===_0x2762eb)break;else _0x1d56b5['push'](_0x1d56b5['shift']());}catch(_0x984d35){_0x1d56b5['push'](_0x1d56b5['shift']());}}}(_0x4d9d,0x2d3d4));import{Plugin as _0x3c054c,PendingActions as _0x53e1c1}from'ckeditor5/src/core.js';import{LiveRange as _0x512b39}from'ckeditor5/src/engine.js';import{CKEditorError as _0x3c4b83,uid as _0x506890,priorities as _0x2bed3b,logWarning as _0x27a5e6}from'ckeditor5/src/utils.js';import{toWidget as _0x145bbf}from'ckeditor5/src/widget.js';import{Users as _0x27fb90,hashObject as _0x341f09,surroundingMarkersDetector as _0x124e78}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x13ba07 from'./commands/trackchangescommand.js';import _0x1d4fe6 from'./commands/acceptsuggestioncommand.js';import _0x55b9b9 from'./commands/discardsuggestioncommand.js';import _0x517a20 from'./commands/executeonallsuggestionscommand.js';import _0x12c697 from'./commands/executeonselectedsuggestionscommand.js';import _0x157044 from'./suggestion.js';import _0x3a81fd from'./suggestiondescriptionfactory.js';import _0x13c55c from'./integrations/aiassistant.js';import _0x23830c from'./integrations/alignment.js';import _0x4dacb9 from'./integrations/basicstyles.js';function _0x4d9d(){const _0x189a26=['normal','config','acceptSelectedSuggestions','error-saving-suggestion-data-suggestion-discarded','insertion:join','addRange','isDocumentOperation','addHighlight','getCustomProperty','documentSelection','hasComments','createPositionAfter','howMany','createSelection','isEqual','isSelectable','consumable','insertion:','removeClass','meta','some','isBlock','tablePasteChainId','FORMATTING','getSuggestion','enableReadOnlyMode','editor','mapper','suggestionUnloaded','open','getDifference','ck-suggestion-marker','_blockAttributeKeys','PendingActions','_enabledCommands','format','_customCallbacks','values','markerNameToElements','track-changes-enable-command-twice','845703QwkPrm','_element','attribute','markDeletion','_findSuggestions','formatInline:chain','addSuggestion','getAllAdjacentSuggestions','commentThread','getSuggestionCallback','2895680nlzlyK','elementEnd','70JEeQMn','head','add','isLimit','isArray','parent','elementToElement','insertion','toUpperCase','_suggestions','pop','subType','substring','always','_model','isMultiRange','getIntersection','getAttribute','forEach','_adapter','setTo','value','getNearestSelectionRange','getSuggestions','assign','element','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.','announce','multipleBlocks','multi','ENTER','_suggestionFactory','_breakSuggestionMarker','markInsertion','set','authoredAt','commands','data-suggestion','isAtEnd','position','getChanges','removeAttribute','differ','suggestionChanged','getMarkers','CommentsRepository','track-changes-command-not-found','_mergeNestedSuggestions','push','PENDING_ACTION_SUGGESTION','deletion:discard','_joinWithAdjacentSuggestions','fromRange','updateMarker','insertion:chain','default','warn','ck-suggestion-marker-formatBlock','options','addComment','batch','get','refresh','_getAttributeKey','model','_addThreadToSuggestion','$marker','ready','change:activeMarkers','createdAt','never','_registerDefaultCallbacks','unbindElementFromMarkerName','registerPostFixer','getMultiRangeId','_commentsRepository','bindElementToMarker','markerReady','markMultiRangeDeletion','_isForcedDefaultExecutionBlock','_joinSuggestions','end','_getExternalAuthor','author','removeMarkers','createElement','highest','selection','$elementName','getRanges','find','chain','formatBlock:discard','stopListening','enableCommand','schema','acceptAllSuggestions','remove','map','oldValue','deletion','conversion','196dEBuPA','after','addSuggestionData','markInlineFormat','high','_checkSuggestionCorrectness','lowest','editingDowncast','marker-count','formatInline:join','$textProxy','originalSuggestionId','upcast','getChangedMarkers','_trackFormatChanges','isBefore','attribute:discard','_getAuthorFromId','formatInline','attribute:','isTouching','insert','_processAttributeSuggestions','clear','rename','markerToData','nodeAfter','data','track-changes-user-not-found','acceptSuggestion','delete','fetchCommentThread','split','name','attributes','backward','createPositionBefore','createRangeIn','deletion:','addMarker','_defaultCallbacks','formatGroupId','_registerBlockAttribute','dataReady','key','update:suggestion','detach','markerToHighlight','createPositionAt','change:_saved','trackChangesCommand','locale','getAncestors','getLastMatchingPosition','addMarker:suggestion:attribute','group','showSuggestionHighlights','setSelection','then','range','hasCommentThread','start','creator','getFirstMarker','formatInline:','isOwn','isInContent','$text','_reduceExistingSuggestions','markMultiRangeInsertion','pluginName','splitPosition','moveTargetPosition','isInsideObject','rejected','trackChanges.trackFormatChanges','removeMarker:suggestion:attribute','clone','markMultiRangeBlockFormat','collaboration.channelId','_getMarkerAnnouncementText','_recordAttributeChanges','init','change:data','_addSuggestionMarker','consume','_initAriaMarkerChangeAnnouncements','listenTo','move','isAfter','define','newValue','ck-suggestion-marker-','editing','startsWith','formatBlock:join','before','setAttribute','type','@external','length','fire','hasSuggestion','ck-suggestion-marker--active','removeMarker','2248sWgyoe','suggestion','88752HLSrHO','buildSuggestion','formatInline:discard','isCollapsed','reconvertMarker','unbind','catch','isUndo','_splitMarkerName','rethrowUnexpectedError','isObject','containerElement','_saved','addMarker:suggestion:formatBlock','low','_editor','every','isNextTo','42178hClpQJ','markAttributeChange','notReady','comments','_setSuggestionRange','root','discardSelectedSuggestions','getCommentThread','_handleNewSuggestionMarker','substr','removeComment','widget','targetPosition','ariaLiveAnnouncer','containsRangeInObject','LEAVE','join','addMarker:suggestion','isExternal','suggestion:attribute:','_getSuggestionData','activeMarkers','_createSuggestion','plugins','attributeKey','_removeSuggestion','discardAllSuggestions','addUser','_afterChanges','concat','includes','filter','commandName','isLocal','addMarkerName','document','getContainedElement','elementStart','addCommentThread','_cutOutSuggestionMarker','getRange','suggestion-type','sort','suggestionLoaded','toJSON','_enableDefaultAttributesIntegration','trackChanges.mergeNestedSuggestions','forward','getWalker','discardSuggestion','$graveyard','trackChanges','getUser','insertion:discard','dataToMarker','containsItem','insertContent','insertion:accept','toViewElement','formatBlock:chain','registerCustomCallback','from','containsPosition','adapter','accepted','accept','_onDiscard','groupId','markBlockFormat','_SUGGESTION_ANNOUNCEMENT','createRangeOn','getItems','deleteContent','123885Ucmqzt','return','forceDefaultExecution','next','execute','authorName','Users','_reduceSuggestionAttributeRange','isIntersecting','isIntersectingWithRange','updateSuggestion','track-changes-suggestion-not-found','skipNestingCheck','removed','getFirstRange','8otOsFK','createRange','_inlineAttributeKeys','_refreshSuggestionsChain','attribute:join','markerName','formatBlock:','_isBlockAttribute','getShiftedBy','1973940PqcRXz','ck-suggestion-marker-formatInline','_updateSuggestionData','containsRange','unshift','attributeOldValue','_refreshAttributeSuggestionsChain','_setSuggestionData','enqueueChange','_descriptionFactory','TrackChangesEditing','track-changes-suggestion-data-mismatch','removeMarker:suggestion:formatBlock','attribute:accept','_suggestionState','formatBlock','oldRange','deletion:chain','external:','stop','splice','_processAttributeChanges','_registerInlineAttribute','formatBlock:accept','_recordAttributeSuggestions','suggestion:','isRemovable','size','item','_rangeIsInLocalUserInsertion','writer','nodeBefore','fromCharCode','newRange','attributeNewValue','formatInline:accept','deletion:join','resolve','track-changes-adapter-already-set','markers','has','previous','discard','for','keys','applyOperation','change','deletion:accept','addClass','isAtStart','_isDataLoaded','rootName','track-changes-adapter-missing-getsuggestion','_isRegisteredAttribute','dataDowncast','requires'];_0x4d9d=function(){return _0x189a26;};return _0x4d9d();}import _0x3d26d0 from'./integrations/blockquote.js';import _0x386c29 from'./integrations/casechange.js';import _0x7dffd from'./integrations/ckbox.js';import _0x4822e4 from'./integrations/codeblock.js';import _0x5e1f88 from'./integrations/comments.js';import _0x2fa1f0 from'./integrations/deletecommand.js';import _0x5a140a from'./integrations/list.js';import _0x13accc from'./integrations/listproperties.js';import _0xc329d from'./integrations/entercommand.js';import _0x3c378e from'./integrations/findandreplace.js';import _0x5eeb74 from'./integrations/font.js';import _0x5b9523 from'./integrations/formatpainter.js';import _0x3c25b5 from'./integrations/heading.js';import _0x55c13c from'./integrations/highlight.js';import _0x3d0ca4 from'./integrations/horizontalline.js';import _0x31a7fc from'./integrations/htmlembed.js';import _0x3213cd from'./integrations/image.js';import _0xa9f353 from'./integrations/imagereplace.js';import _0x4ea26f from'./integrations/imagestyle.js';import _0x436373 from'./integrations/importword.js';import _0x5514ad from'./integrations/indent.js';function _0x3e35(_0x32df74,_0x15eea8){const _0x4d9d21=_0x4d9d();return _0x3e35=function(_0x3e3545,_0x365ef9){_0x3e3545=_0x3e3545-0x100;let _0x1a1c91=_0x4d9d21[_0x3e3545];return _0x1a1c91;},_0x3e35(_0x32df74,_0x15eea8);}import _0x227833 from'./integrations/inputcommand.js';import _0x1e594d from'./integrations/link.js';import _0x3d62fd from'./integrations/legacylist.js';import _0x18761d from'./integrations/legacylistproperties.js';import _0x318bae from'./integrations/mediaembed.js';import _0x4cf8a6 from'./integrations/mention.js';import _0x54d60e from'./integrations/pagebreak.js';import _0x53165f from'./integrations/paragraph.js';import _0x45b59b from'./integrations/removeformat.js';import _0x5d04b0 from'./integrations/restrictededitingmode.js';import _0x55b320 from'./integrations/shiftentercommand.js';import _0x37af07 from'./integrations/standardeditingmode.js';import _0x15ff7f from'./integrations/style.js';import _0x530e97 from'./integrations/table.js';import _0x30d78e from'./integrations/tablemergesplit.js';import _0x859eee from'./integrations/tableheadings.js';import _0x2a13d1 from'./integrations/tableclipboard.js';import _0x423bfb from'./integrations/tablecolumnresize.js';import _0x545a89 from'./integrations/template.js';import _0x296a44 from'./integrations/tableofcontents.js';import _0x426221 from'./integrations/title.js';import _0x230aa1 from'./integrations/undo.js';import _0x5c6956 from'./integrations/tablecaption.js';import _0x1c8266 from'./integrations/tableproperties.js';import{getTranslation as _0x51e423}from'./utils/common-translations.js';import{isEqual as _0x48701d,omit as _0x2008fb}from'lodash-es';export const renameAttributeKey=_0x3ec1a6(0x214);export default class p extends _0x3c054c{static get[_0x3ec1a6(0x187)](){const _0x25372b=_0x3ec1a6;return[_0x25372b(0x1e9),_0x27fb90,_0x53e1c1,_0x13c55c,_0x23830c,_0x4dacb9,_0x3d26d0,_0x7dffd,_0x386c29,_0x4822e4,_0x5e1f88,_0x2fa1f0,_0xc329d,_0x3c378e,_0x5eeb74,_0x5b9523,_0x3c25b5,_0x55c13c,_0x3d0ca4,_0x31a7fc,_0x3213cd,_0x4ea26f,_0xa9f353,_0x436373,_0x5514ad,_0x227833,_0x3d62fd,_0x18761d,_0x1e594d,_0x5a140a,_0x13accc,_0x318bae,_0x4cf8a6,_0x54d60e,_0x53165f,_0x45b59b,_0x5d04b0,_0x55b320,_0x37af07,_0x15ff7f,_0x530e97,_0x30d78e,_0x859eee,_0x5c6956,_0x2a13d1,_0x423bfb,_0x296a44,_0x1c8266,_0x545a89,_0x426221,_0x230aa1];}static get[_0x3ec1a6(0x268)](){const _0x134d99=_0x3ec1a6;return _0x134d99(0x15a);}constructor(_0x4c3f3c){const _0x3d6f68=_0x3ec1a6;function _0x5a4efc(_0x25fa1e){const _0x5a2924=_0x3e35;return _0x25fa1e[_0x5a2924(0x21e)](_0x4ad3e9=>String[_0x5a2924(0x170)](_0x4ad3e9))[_0x5a2924(0x2af)]('');}super(_0x4c3f3c),this[_0x3d6f68(0x168)]=!0x1,this[_0x3d6f68(0x1de)](_0x3d6f68(0x104),[]),this['on'](_0x3d6f68(0x200),(_0x536828,_0x55b03f,_0x4e5b4d,_0xccea39)=>{const _0x4b223c=_0x3d6f68;this[_0x4b223c(0x1ca)][_0x4b223c(0x17e)](()=>{const _0x7ab936=_0x4b223c;for(const _0x39252a of[..._0xccea39,..._0x4e5b4d])this[_0x7ab936(0x1ca)][_0x7ab936(0x177)][_0x7ab936(0x178)](_0x39252a)&&_0x4c3f3c[_0x7ab936(0x27f)][_0x7ab936(0x291)](_0x39252a);});}),this[_0x3d6f68(0x159)]=new _0x3a81fd(this[_0x3d6f68(0x1a2)][_0x3d6f68(0x1fc)][_0x3d6f68(0x21b)],this[_0x3d6f68(0x1a2)][_0x3d6f68(0x255)]),this[_0x3d6f68(0x1cf)]=null,this[_0x3d6f68(0x1db)]=new Bt(this[_0x3d6f68(0x1a2)]),this[_0x3d6f68(0x1c5)]=new Map(),this[_0x3d6f68(0x207)]=_0x4c3f3c[_0x3d6f68(0x106)][_0x3d6f68(0x1f9)](_0x3d6f68(0x1e9)),this[_0x3d6f68(0x1aa)]=new Set(),this[_0x3d6f68(0x1ca)]=this[_0x3d6f68(0x1a2)][_0x3d6f68(0x1fc)],this[_0x3d6f68(0x15e)]=new WeakMap(),this[_0x3d6f68(0x20b)]=!0x1,this[_0x3d6f68(0x1a8)]=new Set([_0x3d6f68(0x214)]),this[_0x3d6f68(0x149)]=new Set(),_0x4c3f3c[_0x3d6f68(0x189)][_0x3d6f68(0x27c)](_0x3d6f68(0x26d),_0x3d6f68(0x1f3)),this[_0x3d6f68(0x230)]=_0x4c3f3c[_0x3d6f68(0x189)][_0x3d6f68(0x1f9)](_0x3d6f68(0x26d)),_0x4c3f3c[_0x3d6f68(0x189)][_0x3d6f68(0x27c)](_0x3d6f68(0x11d),!0x0),this[_0x3d6f68(0x1eb)]=_0x4c3f3c[_0x3d6f68(0x189)][_0x3d6f68(0x1f9)](_0x3d6f68(0x11d)),this[_0x3d6f68(0x254)]=new _0x13ba07(_0x4c3f3c,this[_0x3d6f68(0x1aa)]),this[_0x3d6f68(0x278)](),this[_0x5a4efc([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x5a4efc([0x34,0x30,0x34,0x38,0x30,0x36,0x32,0x38]);}[_0x3ec1a6(0x274)](){const _0x458530=_0x3ec1a6,_0x30c549=this[_0x458530(0x1a2)],_0x1d5539=(_0x2432e8,_0x3c2413)=>{const _0x3529d7=_0x458530;if(_0x3529d7(0x1b2)!=_0x2432e8)return _0x3529d7(0x27e)+_0x2432e8;const _0x56a27f=_0x3c2413[_0x3529d7(0x242)]('|')[0x0];return this[_0x3529d7(0x14e)](_0x56a27f)?_0x3529d7(0x1f5):_0x3529d7(0x151);};_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x229))[_0x458530(0x251)]({'model':_0x458530(0x28c),'view':_0x3acaab=>{const _0x397188=_0x458530,{id:_0x5a5326,type:_0x49865b,subType:_0xfcb94c}=this[_0x397188(0x295)](_0x3acaab[_0x397188(0x14c)]),_0x2ddfd1=[_0x397188(0x1a7),_0x1d5539(_0x49865b,_0xfcb94c)];let _0x3ae406=0xbb8;return this[_0x397188(0x104)][_0x397188(0x10d)](_0x3acaab[_0x397188(0x14c)])&&(_0x2ddfd1[_0x397188(0x1ec)](_0x397188(0x289)),_0x3ae406=0xbc2),_0x397188(0x220)==_0x49865b&&(_0x3ae406+=0x5),{'classes':_0x2ddfd1,'attributes':{'data-suggestion':_0x5a5326},'priority':_0x3ae406};}}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x186))[_0x458530(0x1be)](_0x3ea566=>{const _0x4765ba=_0x458530;_0x3ea566['on'](_0x4765ba(0x100),(_0x4c59f6,_0x52470e,_0x1168b2)=>{const _0xd9bb97=_0x4765ba;if(!_0x1168b2[_0xd9bb97(0x1f6)][_0xd9bb97(0x25a)])return;const _0x1efeb6=_0x52470e[_0xd9bb97(0x16c)];if(!_0x1efeb6)return;const _0x472408=_0x1168b2[_0xd9bb97(0x1a3)][_0xd9bb97(0x129)](_0x1efeb6);_0x30c549[_0xd9bb97(0x1fc)][_0xd9bb97(0x21b)][_0xd9bb97(0x297)](_0x1efeb6)&&_0x472408&&!_0x472408[_0xd9bb97(0x190)](_0xd9bb97(0x2aa))&&_0x472408['is'](_0xd9bb97(0x298))&&_0x145bbf(_0x472408,_0x1168b2[_0xd9bb97(0x16e)]);},{'priority':_0x4765ba(0x226)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x186))[_0x458530(0x251)]({'model':_0x458530(0x28c),'view':(_0x5ac15a,_0x118ff5)=>{const _0x23f357=_0x458530;if(!_0x118ff5[_0x23f357(0x1f6)][_0x23f357(0x25a)])return null;const {type:_0x1c0119,subType:_0x343575}=this[_0x23f357(0x295)](_0x5ac15a[_0x23f357(0x14c)]);return{'classes':[_0x23f357(0x1a7),_0x1d5539(_0x1c0119,_0x343575)],'priority':0xbb8};}});const _0x4ed2ca=({showActiveMarkers:_0x4c8724=!0x0,isAttributeSuggestion:_0x404ee5=!0x1}={})=>(_0x17e2f2,_0x47b505,_0xaa10a9)=>{const _0x4dcef4=_0x458530;if(!_0x47b505[_0x4dcef4(0x16c)])return;const {id:_0x16286f}=this[_0x4dcef4(0x295)](_0x47b505[_0x4dcef4(0x14c)]);if(_0x404ee5){const _0x11bd4a=this[_0x4dcef4(0x1c5)][_0x4dcef4(0x1f9)](_0x16286f),_0x5c68de=this[_0x4dcef4(0x1fb)](_0x11bd4a);if(!this[_0x4dcef4(0x14e)](_0x5c68de))return;}if(_0x47b505[_0x4dcef4(0x16c)]['is'](_0x4dcef4(0x213)))return void _0xaa10a9[_0x4dcef4(0x198)][_0x4dcef4(0x277)](_0x47b505[_0x4dcef4(0x16c)],_0x17e2f2[_0x4dcef4(0x243)]);const _0x3ecc47=_0xaa10a9[_0x4dcef4(0x1a3)][_0x4dcef4(0x129)](_0x47b505[_0x4dcef4(0x16c)]);if(_0x47b505[_0x4dcef4(0x16c)]['is'](_0x4dcef4(0x1d5))&&_0x30c549[_0x4dcef4(0x1fc)][_0x4dcef4(0x21b)][_0x4dcef4(0x19d)](_0x47b505[_0x4dcef4(0x16c)])&&!_0x3ecc47[_0x4dcef4(0x190)](_0x4dcef4(0x18f))){_0xaa10a9[_0x4dcef4(0x16e)][_0x4dcef4(0x180)]([_0x4dcef4(0x1a7),_0x4dcef4(0x1f5)],_0x3ecc47),_0xaa10a9[_0x4dcef4(0x16e)][_0x4dcef4(0x283)](_0x4dcef4(0x1e1),_0x16286f,_0x3ecc47),_0xaa10a9[_0x4dcef4(0x1a3)][_0x4dcef4(0x208)](_0x3ecc47,_0x47b505[_0x4dcef4(0x14c)]),_0x4c8724&&(this[_0x4dcef4(0x104)][_0x4dcef4(0x10d)](_0x47b505[_0x4dcef4(0x14c)])?_0xaa10a9[_0x4dcef4(0x16e)][_0x4dcef4(0x180)](_0x4dcef4(0x289),_0x3ecc47):_0xaa10a9[_0x4dcef4(0x16e)][_0x4dcef4(0x19a)](_0x4dcef4(0x289),_0x3ecc47));for(const _0x331dbe of _0x30c549[_0x4dcef4(0x1fc)][_0x4dcef4(0x247)](_0x47b505[_0x4dcef4(0x16c)])[_0x4dcef4(0x136)]())_0xaa10a9[_0x4dcef4(0x198)][_0x4dcef4(0x277)](_0x331dbe,_0x17e2f2[_0x4dcef4(0x243)]);_0xaa10a9[_0x4dcef4(0x198)][_0x4dcef4(0x277)](_0x47b505[_0x4dcef4(0x16c)],_0x17e2f2[_0x4dcef4(0x243)]);}};_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x186))[_0x458530(0x1be)](_0x1ce659=>{const _0x455510=_0x458530;_0x1ce659['on'](_0x455510(0x29a),(_0x44fd14,_0x146a4f,_0x1e4fb0)=>{const _0x513b2a=_0x455510;_0x1e4fb0[_0x513b2a(0x1f6)][_0x513b2a(0x25a)]&&_0x4ed2ca({'showActiveMarkers':!0x1})(_0x44fd14,_0x146a4f,_0x1e4fb0);},{'priority':_0x455510(0x212)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x186))[_0x458530(0x1be)](_0xe55472=>{const _0x3287c7=_0x458530;_0xe55472['on'](_0x3287c7(0x258),(_0x412fdb,_0x17e808,_0x4ed30e)=>{const _0x3814a6=_0x3287c7;_0x4ed30e[_0x3814a6(0x1f6)][_0x3814a6(0x25a)]&&_0x4ed2ca({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x412fdb,_0x17e808,_0x4ed30e);},{'priority':_0x3287c7(0x212)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x186))[_0x458530(0x23b)]({'model':_0x458530(0x28c),'view':(_0x44345b,_0x50f5b5)=>_0x50f5b5[_0x458530(0x1f6)][_0x458530(0x25a)]?null:{'group':_0x458530(0x28c),'name':_0x44345b[_0x458530(0x2a8)](0xb)}}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x22e))[_0x458530(0x1c2)]({'view':{'name':_0x458530(0x28c),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x55118c,{writer:_0x4b6554})=>{const _0x4a801c=_0x458530;let _0x5122a3=_0x4a801c(0x169)+_0x55118c[_0x4a801c(0x1cd)](_0x4a801c(0x118))+':'+_0x55118c[_0x4a801c(0x1cd)]('id');return _0x55118c[_0x4a801c(0x1cd)](_0x4a801c(0x22a))&&(_0x5122a3+=':'+_0x55118c[_0x4a801c(0x1cd)](_0x4a801c(0x22a))),_0x4b6554[_0x4a801c(0x211)](_0x4a801c(0x1fe),{'data-name':_0x5122a3});}}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x22e))[_0x458530(0x125)]({'view':_0x458530(0x28c)}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x229))[_0x458530(0x1be)](_0x1b086c=>{const _0x23af9e=_0x458530;_0x1b086c['on'](_0x23af9e(0x29a),_0x4ed2ca(),{'priority':_0x23af9e(0x226)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x229))[_0x458530(0x1be)](_0x2e47c4=>{const _0x367513=_0x458530;_0x2e47c4['on'](_0x367513(0x258),_0x4ed2ca({'isAttributeSuggestion':!0x0}),{'priority':_0x367513(0x226)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x229))[_0x458530(0x1be)](_0x5937f2=>{const _0x47b657=_0x458530;_0x5937f2['on'](_0x47b657(0x15c),(_0x26cf2f,_0xb227d3,_0x4fbec9)=>{const _0x589440=_0x47b657,_0x187757=_0x4fbec9[_0x589440(0x1a3)][_0x589440(0x1ae)](_0xb227d3[_0x589440(0x14c)]);if(_0x187757){for(const _0x47ab52 of _0x187757)_0x47ab52[_0x589440(0x190)](_0x589440(0x18f))||(_0x4fbec9[_0x589440(0x16e)][_0x589440(0x19a)]([_0x589440(0x1a7),_0x589440(0x1f5),_0x589440(0x289)],_0x47ab52),_0x4fbec9[_0x589440(0x16e)][_0x589440(0x1e5)](_0x589440(0x1e1),_0x47ab52),_0x4fbec9[_0x589440(0x1a3)][_0x589440(0x204)](_0x47ab52,_0xb227d3[_0x589440(0x14c)]));}},{'priority':_0x47b657(0x226)});}),_0x30c549[_0x458530(0x221)][_0x458530(0x17b)](_0x458530(0x229))[_0x458530(0x1be)](_0x586fd2=>{const _0x5311d8=_0x458530;_0x586fd2['on'](_0x5311d8(0x26e),(_0xc425f5,_0x393de0,_0x3a63f3)=>{const _0x14fc81=_0x5311d8,_0x5135ba=_0x3a63f3[_0x14fc81(0x1a3)][_0x14fc81(0x1ae)](_0x393de0[_0x14fc81(0x14c)]);if(!_0x5135ba)return;const {id:_0x4389e2}=this[_0x14fc81(0x295)](_0x393de0[_0x14fc81(0x14c)]),_0x51dd94=this[_0x14fc81(0x1c5)][_0x14fc81(0x1f9)](_0x4389e2),_0x7e8820=this[_0x14fc81(0x1fb)](_0x51dd94);if(this[_0x14fc81(0x14e)](_0x7e8820)){for(const _0x5d46b1 of _0x5135ba)_0x5d46b1[_0x14fc81(0x190)](_0x14fc81(0x18f))||(_0x3a63f3[_0x14fc81(0x16e)][_0x14fc81(0x19a)]([_0x14fc81(0x1a7),_0x14fc81(0x1f5),_0x14fc81(0x289)],_0x5d46b1),_0x3a63f3[_0x14fc81(0x16e)][_0x14fc81(0x1e5)](_0x14fc81(0x1e1),_0x5d46b1),_0x3a63f3[_0x14fc81(0x1a3)][_0x14fc81(0x204)](_0x5d46b1,_0x393de0[_0x14fc81(0x14c)]));}},{'priority':_0x5311d8(0x226)});}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)][_0x458530(0x205)](_0x2729fd=>{const _0x202251=_0x458530;let _0x15466c=!0x1;const _0x4f57d3=Array[_0x202251(0x12c)](_0x30c549[_0x202251(0x1fc)][_0x202251(0x112)][_0x202251(0x1e6)][_0x202251(0x22f)]()),_0x3179c7=new Set();for(const {name:_0xe3e937,data:_0x16aa2d}of _0x4f57d3){const {group:_0x1c4509,type:_0x15072b,subType:_0x607dee,id:_0x4bb879}=this[_0x202251(0x295)](_0xe3e937);if(_0x202251(0x28c)!==_0x1c4509)continue;const _0xba5c52=this[_0x202251(0x1c5)][_0x202251(0x1f9)](_0x4bb879);if(null!=_0x16aa2d[_0x202251(0x171)]){_0x202251(0x234)==_0x15072b&&(_0x15466c=_0x15466c||Tt(_0x16aa2d[_0x202251(0x171)],_0xe3e937,_0x2729fd,_0x30c549[_0x202251(0x1fc)][_0x202251(0x21b)]));const _0x4ac08a=_0x202251(0x1b2)==_0x15072b&&this[_0x202251(0x14e)](_0x607dee[_0x202251(0x242)]('|')[0x0]);if(_0x16aa2d[_0x202251(0x171)][_0x202251(0x290)]||_0x202251(0x121)==_0x16aa2d[_0x202251(0x171)][_0x202251(0x2a4)][_0x202251(0x183)]||_0x202251(0x15f)==_0x15072b&&!Vt(_0x16aa2d[_0x202251(0x171)])||_0x4ac08a&&!Vt(_0x16aa2d[_0x202251(0x171)])||_0x202251(0x220)==_0x15072b&&!(!Rt(_0x52beee=_0x16aa2d[_0x202251(0x171)])&&!function(_0x592bec){const _0x3cb967=_0x202251;return _0x592bec[_0x3cb967(0x25f)][_0x3cb967(0x1c1)]==_0x592bec[_0x3cb967(0x20d)][_0x3cb967(0x16f)]&&_0x592bec[_0x3cb967(0x25f)][_0x3cb967(0x1e2)];}(_0x52beee)))_0x2729fd[_0x202251(0x28a)](_0xe3e937),_0x15466c=!0x0;else{if(!_0xba5c52||!_0xba5c52[_0x202251(0x264)])continue;_0x3179c7[_0x202251(0x1be)](_0xba5c52);}}}var _0x52beee;return _0x3179c7[_0x202251(0x16b)]>0x0&&(_0x15466c=!!this[_0x202251(0x1ef)](_0x3179c7)||_0x15466c),_0x15466c;}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)][_0x458530(0x205)](_0x593855=>{const _0x1676bc=_0x458530;let _0x3d293d=!0x1;for(const _0x44f718 of _0x30c549[_0x1676bc(0x1fc)][_0x1676bc(0x112)][_0x1676bc(0x1e6)][_0x1676bc(0x1e4)]())if(_0x1676bc(0x237)==_0x44f718[_0x1676bc(0x284)])for(const _0x1f343f of this[_0x1676bc(0x1c5)][_0x1676bc(0x1ad)]()){if(_0x1f343f[_0x1676bc(0x1cb)]||!_0x1f343f[_0x1676bc(0x264)])continue;const _0x488465=_0x1676bc(0x15f)==_0x1f343f[_0x1676bc(0x284)],_0x30f6f1=this[_0x1676bc(0x1fb)](_0x1f343f),_0xed1d96=_0x30f6f1&&this[_0x1676bc(0x14e)](_0x30f6f1);if(!_0x488465&&!_0xed1d96)continue;const _0x5c94ab=_0x1f343f[_0x1676bc(0x146)]();if(_0x5c94ab[_0x1676bc(0x25f)][_0x1676bc(0x1c1)]!=_0x5c94ab[_0x1676bc(0x20d)][_0x1676bc(0x1c1)]&&!_0x5c94ab[_0x1676bc(0x20d)][_0x1676bc(0x1e2)]){const _0x4e6516=_0x30c549[_0x1676bc(0x1fc)][_0x1676bc(0x252)](_0x5c94ab[_0x1676bc(0x25f)][_0x1676bc(0x23c)],_0x1676bc(0x20d)),_0xae43c6=_0x30c549[_0x1676bc(0x1fc)][_0x1676bc(0x148)](_0x5c94ab[_0x1676bc(0x25f)],_0x4e6516);_0x593855[_0x1676bc(0x1f1)](_0x1f343f[_0x1676bc(0x261)](),{'range':_0xae43c6}),_0x3d293d=!0x0;}}return _0x3d293d;}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)][_0x458530(0x205)](_0x2087c9=>this[_0x458530(0x165)](_0x2087c9)),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)][_0x458530(0x205)](_0x3f2c94=>!_0x3f2c94[_0x458530(0x1f8)][_0x458530(0x110)]&&this[_0x458530(0x238)](_0x3f2c94)),_0x30c549[_0x458530(0x1fc)]['on'](_0x458530(0x10b),()=>{const _0x17dd15=_0x458530;this[_0x17dd15(0x168)]=!0x1;}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)]['on'](_0x458530(0x275),(_0x168b75,_0x5be2c2)=>{const _0x32574a=_0x458530;if(!_0x5be2c2[_0x32574a(0x110)]||_0x5be2c2[_0x32574a(0x294)])return;if(!this[_0x32574a(0x168)])return;const _0x4689ce=_0x30c549[_0x32574a(0x1fc)][_0x32574a(0x112)][_0x32574a(0x1e6)][_0x32574a(0x1e4)]();if(0x0==_0x4689ce[_0x32574a(0x286)])return;const _0x4dd2ff=[],_0x595fc5=_0x4689ce[_0x32574a(0x10e)](_0xed9dce=>_0x32574a(0x1b2)==_0xed9dce[_0x32574a(0x284)]),_0x40eefc=_0x4689ce[_0x32574a(0x10e)](_0x5cd2d8=>_0x32574a(0x237)==_0x5cd2d8[_0x32574a(0x284)]&&_0x32574a(0x265)!=_0x5cd2d8[_0x32574a(0x243)]),_0x48501b=_0x4689ce[_0x32574a(0x10e)](_0x4d8070=>_0x32574a(0x21d)==_0x4d8070[_0x32574a(0x284)]&&_0x32574a(0x265)!=_0x4d8070[_0x32574a(0x243)]);for(const _0xadada9 of _0x595fc5)this[_0x32574a(0x185)](_0xadada9[_0x32574a(0x107)])&&_0x4dd2ff[_0x32574a(0x1ec)]({'key':_0xadada9[_0x32574a(0x107)],'newValue':_0xadada9[_0x32574a(0x172)],'oldValue':_0xadada9[_0x32574a(0x155)],'range':Ut(_0xadada9[_0x32574a(0x25d)],_0x30c549[_0x32574a(0x1fc)])});for(const _0x4dce58 of _0x40eefc){const _0xe2c7ab=_0x48501b[_0x32574a(0x216)](_0x3cb601=>_0x3cb601[_0x32574a(0x1b1)]===_0x4dce58[_0x32574a(0x1b1)]);if(_0xe2c7ab){const _0x3c4af8=Ot(_0x4dce58[_0x32574a(0x1e3)][_0x32574a(0x23c)],_0x30c549[_0x32574a(0x1fc)]);_0xe2c7ab[_0x32574a(0x243)]!==_0x4dce58[_0x32574a(0x243)]&&_0x4dd2ff[_0x32574a(0x1ec)]({'key':_0x32574a(0x214),'newValue':_0x4dce58[_0x32574a(0x243)],'oldValue':_0xe2c7ab[_0x32574a(0x243)],'range':_0x3c4af8});for(const [_0x4a119c,_0x33088b]of _0xe2c7ab[_0x32574a(0x244)]){if(!this[_0x32574a(0x185)](_0x4a119c))continue;const _0x56b68f=_0x4dce58[_0x32574a(0x244)][_0x32574a(0x1f9)](_0x4a119c);_0x33088b!==_0x56b68f&&_0x4dd2ff[_0x32574a(0x1ec)]({'key':_0x4a119c,'newValue':_0x56b68f,'oldValue':_0x33088b,'range':_0x3c4af8});}for(const [_0x349ff2,_0xb5c506]of _0x4dce58[_0x32574a(0x244)])this[_0x32574a(0x185)](_0x349ff2)&&(_0xe2c7ab[_0x32574a(0x244)][_0x32574a(0x178)](_0x349ff2)||_0x4dd2ff[_0x32574a(0x1ec)]({'key':_0x349ff2,'newValue':_0xb5c506,'oldValue':null,'range':_0x3c4af8}));}}0x0!=_0x4dd2ff[_0x32574a(0x286)]&&_0x30c549[_0x32574a(0x1fc)][_0x32574a(0x158)](_0x5be2c2,_0x4bb171=>{const _0x5d79dd=_0x32574a,_0x475794=_0x506890();for(const {range:_0x426aee,key:_0x563fcd,oldValue:_0x295ee2,newValue:_0x33c2ef}of _0x4dd2ff)this[_0x5d79dd(0x2a0)](_0x426aee,_0x563fcd,_0x295ee2,_0x33c2ef,{'groupId':_0x475794});this[_0x5d79dd(0x266)](_0x4bb171,_0x4dd2ff);});},{'priority':_0x458530(0x228)}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x177)]['on'](_0x458530(0x24f),(_0x451629,_0x50edc9,_0x42faae)=>{const _0x50aa70=_0x458530;if(null==_0x42faae){const {id:_0x322031}=this[_0x50aa70(0x295)](_0x50edc9[_0x50aa70(0x243)]),_0x2dfd05=this[_0x50aa70(0x1c5)][_0x50aa70(0x1f9)](_0x322031);_0x2dfd05&&_0x2dfd05[_0x50aa70(0x111)](_0x50edc9[_0x50aa70(0x243)]);}}),_0x30c549[_0x458530(0x1fc)][_0x458530(0x112)]['on'](_0x458530(0x275),()=>{const _0x5afde8=_0x458530,_0x178737=Array[_0x5afde8(0x12c)](_0x30c549[_0x5afde8(0x1fc)][_0x5afde8(0x112)][_0x5afde8(0x1e6)][_0x5afde8(0x22f)]())[_0x5afde8(0x10e)](_0x27ff04=>_0x5afde8(0x28c)===this[_0x5afde8(0x295)](_0x27ff04[_0x5afde8(0x243)])[_0x5afde8(0x259)]);if(0x0===_0x178737[_0x5afde8(0x286)])return;_0x178737[_0x5afde8(0x119)]((_0x5f1187,_0x2362a7)=>{const _0x3a0632=_0x5afde8,_0x3e2c53=_0x5f1187[_0x3a0632(0x23d)][_0x3a0632(0x160)],_0xeefbcf=_0x2362a7[_0x3a0632(0x23d)][_0x3a0632(0x160)];return null===_0x3e2c53&&null===_0xeefbcf?0x0:null===_0x3e2c53&&null!==_0xeefbcf?-0x1:null!==_0x3e2c53&&null===_0xeefbcf?0x1:_0x3e2c53[_0x3a0632(0x25f)][_0x3a0632(0x231)](_0xeefbcf[_0x3a0632(0x25f)])?-0x1:0x1;});const _0x54c872=new Set(),_0x12ef04=new Set();for(const {name:_0x4d791b,data:_0x48e4e7}of _0x178737){const {id:_0x3dbe36}=this[_0x5afde8(0x295)](_0x4d791b);if(null===_0x48e4e7[_0x5afde8(0x160)]){const _0x2da518=this[_0x5afde8(0x2a7)](_0x4d791b);_0x12ef04[_0x5afde8(0x1be)](_0x2da518);}else{const _0x48484d=this[_0x5afde8(0x1c5)][_0x5afde8(0x1f9)](_0x3dbe36);null!==_0x48e4e7[_0x5afde8(0x171)]||_0x48484d[_0x5afde8(0x264)]?(_0x54c872[_0x5afde8(0x1be)](_0x48484d[_0x5afde8(0x1bd)]),_0x12ef04[_0x5afde8(0x1be)](_0x48484d)):this[_0x5afde8(0x108)](_0x48484d);}}_0x12ef04[_0x5afde8(0x16b)]>0x0&&this[_0x5afde8(0x14a)](_0x12ef04);for(const _0x194bf5 of _0x54c872)this[_0x5afde8(0x287)](_0x5afde8(0x1e7),_0x194bf5);}),_0x30c549[_0x458530(0x1fc)]['on'](_0x458530(0x17d),(_0x59df3b,_0xeaea24)=>{const _0x27249a=_0x458530,_0x13e060=_0xeaea24[0x0];if(!this[_0x27249a(0x1c5)][_0x27249a(0x16b)])return;if(!_0x13e060[_0x27249a(0x18e)])return;if(_0x13e060[_0x27249a(0x1f8)][_0x27249a(0x294)]||!_0x13e060[_0x27249a(0x1f8)][_0x27249a(0x110)])return;let _0x3324c8,_0x1001ff;switch(_0x13e060[_0x27249a(0x284)]){case _0x27249a(0x237):_0x3324c8=_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x252)](_0x13e060[_0x27249a(0x1e3)]),_0x1001ff=_0x3324c8[_0x27249a(0x14f)](_0x13e060[_0x27249a(0x194)]);break;case _0x27249a(0x242):_0x3324c8=_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x252)](_0x13e060[_0x27249a(0x269)]),_0x1001ff=_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x252)](_0x13e060[_0x27249a(0x26a)]);break;case _0x27249a(0x27a):_0x3324c8=_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x252)](_0x13e060[_0x27249a(0x2ab)]),_0x1001ff=_0x3324c8[_0x27249a(0x14f)](_0x13e060[_0x27249a(0x194)]);break;default:return;}const _0x24752f=_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x148)](_0x3324c8,_0x1001ff);_0x30c549[_0x27249a(0x1fc)][_0x27249a(0x17e)](()=>{const _0x5d9a19=_0x27249a;for(const {suggestion:_0x9474a4,meta:_0x37f197}of this[_0x5d9a19(0x1b4)](_0x24752f)){if(_0x9474a4[_0x5d9a19(0x1cb)])continue;if(_0x5d9a19(0x234)==_0x9474a4[_0x5d9a19(0x284)])continue;const _0x5abb40=this[_0x5d9a19(0x1fb)](_0x9474a4);if(_0x5abb40&&this[_0x5d9a19(0x14e)](_0x5abb40)&&_0x5d9a19(0x242)!=_0x13e060[_0x5d9a19(0x284)])continue;const _0x3ecc3b=_0x9474a4[_0x5d9a19(0x23d)]&&_0x9474a4[_0x5d9a19(0x23d)][_0x5d9a19(0x1d8)];(_0x5d9a19(0x15f)!=_0x9474a4[_0x5d9a19(0x284)]||_0x5d9a19(0x242)==_0x13e060[_0x5d9a19(0x284)]&&!_0x3ecc3b)&&(_0x37f197[_0x5d9a19(0x2ad)]||_0x5d9a19(0x1c3)==_0x9474a4[_0x5d9a19(0x284)]&&_0x37f197[_0x5d9a19(0x263)]||_0x9474a4[_0x5d9a19(0x146)]()[_0x5d9a19(0x153)](_0x24752f)&&this[_0x5d9a19(0x1dc)](_0x9474a4,_0x3324c8,_0x1001ff));}});},{'priority':_0x458530(0x228)}),_0x30c549[_0x458530(0x1fc)]['on'](_0x458530(0x137),(_0x55e6b4,_0x51a71a)=>{const _0x8ae21a=_0x458530,_0x121c21=_0x51a71a[0x0],_0x2cf94a=_0x51a71a[0x1];if(_0x2cf94a&&_0x2cf94a[_0x8ae21a(0x13a)])return;if(this[_0x8ae21a(0x20b)])return;if(!this[_0x8ae21a(0x254)][_0x8ae21a(0x1d1)])return;if(_0x121c21[_0x8ae21a(0x290)])return;const _0x5616e1=_0x30c549[_0x8ae21a(0x1fc)][_0x8ae21a(0x21b)],{start:_0x54dbdf,end:_0x12f335}=_0x121c21[_0x8ae21a(0x146)](),_0x30d17e=_0x54dbdf[_0x8ae21a(0x23c)]&&_0x5616e1[_0x8ae21a(0x1bf)](_0x54dbdf[_0x8ae21a(0x23c)])?null:_0x5616e1[_0x8ae21a(0x1d2)](_0x54dbdf,_0x8ae21a(0x11e)),_0x4c8e30=_0x12f335[_0x8ae21a(0x16f)]&&_0x5616e1[_0x8ae21a(0x1bf)](_0x12f335[_0x8ae21a(0x16f)])?null:_0x5616e1[_0x8ae21a(0x1d2)](_0x12f335,_0x8ae21a(0x245)),_0x29db67=_0x30c549[_0x8ae21a(0x1fc)][_0x8ae21a(0x148)](_0x30d17e?_0x30d17e[_0x8ae21a(0x25f)]:_0x54dbdf,_0x4c8e30?_0x4c8e30[_0x8ae21a(0x20d)]:_0x12f335);_0x30c549[_0x8ae21a(0x1fc)][_0x8ae21a(0x17e)](_0xa0eb68=>{const _0x3d7b90=_0x8ae21a;this[_0x3d7b90(0x1b3)](_0x29db67);const _0x480b46=_0x30c549[_0x3d7b90(0x1fc)][_0x3d7b90(0x21b)][_0x3d7b90(0x1d2)](_0x29db67[_0x3d7b90(0x25f)]);_0x121c21['is'](_0x3d7b90(0x191))?_0xa0eb68[_0x3d7b90(0x25b)](_0x480b46):_0x121c21[_0x3d7b90(0x1d0)](_0x480b46);}),_0x55e6b4[_0x8ae21a(0x163)]();},{'priority':_0x2bed3b[_0x458530(0x188)]+0xa}),_0x30c549[_0x458530(0x1fc)]['on'](_0x458530(0x127),(_0x491433,_0x4d6b7b)=>{const _0x29b056=_0x458530,_0x2d95e1=_0x4d6b7b[_0x4d6b7b[_0x29b056(0x286)]-0x1];_0x2d95e1&&_0x2d95e1[_0x29b056(0x13a)]||this[_0x29b056(0x20b)]||this[_0x29b056(0x254)][_0x29b056(0x1d1)]&&(_0x30c549[_0x29b056(0x1fc)][_0x29b056(0x17e)](()=>{const _0x3faa98=_0x29b056;let _0x27d19d=_0x30c549[_0x3faa98(0x1fc)][_0x3faa98(0x127)](_0x4d6b7b[0x0],_0x4d6b7b[0x1],_0x4d6b7b[0x2],{'forceDefaultExecution':!0x0});if(!_0x27d19d)return;_0x491433[_0x3faa98(0x139)]=_0x27d19d[_0x3faa98(0x26f)]();const _0x403ea2=_0x27d19d[_0x3faa98(0x20d)][_0x3faa98(0x16f)],_0xf7b5cd=_0x30c549[_0x3faa98(0x1fc)][_0x3faa98(0x21b)];_0x403ea2&&_0xf7b5cd[_0x3faa98(0x19d)](_0x403ea2)&&!_0xf7b5cd[_0x3faa98(0x297)](_0x403ea2)&&(_0x27d19d=_0x30c549[_0x3faa98(0x1fc)][_0x3faa98(0x148)](_0x27d19d[_0x3faa98(0x25f)],_0x30c549[_0x3faa98(0x1fc)][_0x3faa98(0x252)](_0x403ea2,_0x3faa98(0x20d)))),this[_0x3faa98(0x1dd)](_0x27d19d);}),_0x491433[_0x29b056(0x163)]());},{'priority':_0x458530(0x226)}),this[_0x458530(0x1a2)][_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x122),this[_0x458530(0x254)]),this[_0x458530(0x21a)](_0x458530(0x122));const _0x48f92a=new _0x1d4fe6(_0x30c549,this[_0x458530(0x1c5)]);_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x23f),_0x48f92a),this[_0x458530(0x21a)](_0x458530(0x23f));const _0x1dfbe7=new _0x55b9b9(_0x30c549,this[_0x458530(0x1c5)]);_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x120),_0x1dfbe7),this[_0x458530(0x21a)](_0x458530(0x120)),_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x21c),new _0x517a20(_0x30c549,_0x48f92a,this[_0x458530(0x1c5)])),this[_0x458530(0x21a)](_0x458530(0x21c)),_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x109),new _0x517a20(_0x30c549,_0x1dfbe7,this[_0x458530(0x1c5)])),this[_0x458530(0x21a)](_0x458530(0x109)),_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x18a),new _0x12c697(_0x30c549,_0x48f92a,this[_0x458530(0x1c5)])),this[_0x458530(0x21a)](_0x458530(0x18a)),_0x30c549[_0x458530(0x1e0)][_0x458530(0x1be)](_0x458530(0x2a5),new _0x12c697(_0x30c549,_0x1dfbe7,this[_0x458530(0x1c5)])),this[_0x458530(0x21a)](_0x458530(0x2a5));const _0x37e870=_0x30c549[_0x458530(0x106)][_0x458530(0x1f9)](_0x458530(0x1e9));this[_0x458530(0x279)](_0x37e870,_0x458530(0x1f7),(_0x2ed8f2,{threadId:_0x7931b7})=>{const _0x556665=_0x458530,_0x4be977=this[_0x556665(0x1c5)][_0x556665(0x1f9)](_0x7931b7);_0x4be977&&_0x4be977[_0x556665(0x1b8)]&&0x1===_0x4be977[_0x556665(0x1b8)][_0x556665(0x286)]&&this[_0x556665(0x152)](_0x7931b7,{'hasComments':!0x0});},{'priority':_0x458530(0x29b)}),this[_0x458530(0x279)](_0x37e870,_0x458530(0x2a9),(_0xfb475,{threadId:_0x15d33b})=>{const _0x3ba67f=_0x458530,_0x53a60e=this[_0x3ba67f(0x1c5)][_0x3ba67f(0x1f9)](_0x15d33b);_0x53a60e&&_0x53a60e[_0x3ba67f(0x1b8)]&&!_0x53a60e[_0x3ba67f(0x1b8)][_0x3ba67f(0x286)]&&this[_0x3ba67f(0x152)](_0x15d33b,{'hasComments':!0x1});},{'priority':_0x458530(0x29b)});}set[_0x3ec1a6(0x12e)](_0x49ba52){const _0x374bd3=_0x3ec1a6;if(this[_0x374bd3(0x1cf)])throw new _0x3c4b83(_0x374bd3(0x176),this);this[_0x374bd3(0x1cf)]=_0x49ba52;}get[_0x3ec1a6(0x12e)](){const _0x4cea24=_0x3ec1a6;return this[_0x4cea24(0x1cf)];}[_0x3ec1a6(0x1d3)]({skipNotAttached:_0x1043a4=!0x1,toJSON:_0x4faf5b=!0x1}={}){const _0x51a515=_0x3ec1a6,_0x34dc61=[];for(const _0x3a19f0 of this[_0x51a515(0x1c5)][_0x51a515(0x1ad)]())_0x1043a4&&!_0x3a19f0[_0x51a515(0x264)]||_0x34dc61[_0x51a515(0x1ec)](_0x3a19f0);return _0x4faf5b?_0x34dc61[_0x51a515(0x21e)](_0x195f77=>_0x195f77[_0x51a515(0x11b)]()):_0x34dc61;}[_0x3ec1a6(0x1a0)](_0x5eb62d){const _0x5bc0ed=_0x3ec1a6,_0x32cc17=this[_0x5bc0ed(0x1c5)][_0x5bc0ed(0x1f9)](_0x5eb62d);if(!_0x32cc17)throw new _0x3c4b83(_0x5bc0ed(0x143),this);return _0x32cc17;}[_0x3ec1a6(0x288)](_0x117b06){const _0x5c9d71=_0x3ec1a6;return this[_0x5c9d71(0x1c5)][_0x5c9d71(0x178)](_0x117b06);}[_0x3ec1a6(0x224)](_0x18715f){const _0x56cab6=_0x3ec1a6,{authorId:_0x108575,id:_0x39a1e8,attributes:_0x360d9b}=_0x18715f,[_0x341a5f,_0x2c4487]=_0x18715f[_0x56cab6(0x284)][_0x56cab6(0x242)](':'),_0xe1c319=this[_0x56cab6(0x1c5)][_0x56cab6(0x1f9)](_0x39a1e8)||this[_0x56cab6(0x105)](_0x341a5f,_0x2c4487,_0x39a1e8,_0x108575,_0x360d9b);if(this[_0x56cab6(0x1fd)](_0xe1c319),this[_0x56cab6(0x227)](_0xe1c319,_0x341a5f,_0x2c4487||null,_0x108575),_0xe1c319[_0x56cab6(0x201)]=_0x18715f[_0x56cab6(0x201)],_0xe1c319[_0x56cab6(0x182)]=!0x0,_0x360d9b&&_0x360d9b[_0x56cab6(0x285)]){const _0x634fd2=_0x360d9b[_0x56cab6(0x285)],_0x30f4d6=this[_0x56cab6(0x20e)](_0x634fd2[_0x56cab6(0x13d)]);_0xe1c319[_0x56cab6(0x1df)]=_0x634fd2[_0x56cab6(0x201)],_0xe1c319[_0x56cab6(0x20f)]=_0x30f4d6,_0xe1c319[_0x56cab6(0x101)]=!0x0;}else _0xe1c319[_0x56cab6(0x1df)]=_0x18715f[_0x56cab6(0x201)];switch(_0x18715f[_0x56cab6(0x23d)]&&(_0xe1c319[_0x56cab6(0x23d)]=_0x18715f[_0x56cab6(0x23d)]),_0x18715f[_0x56cab6(0x244)]&&(_0xe1c319[_0x56cab6(0x244)]=_0x18715f[_0x56cab6(0x244)]),this[_0x56cab6(0x1cf)]&&this[_0x56cab6(0x1cf)][_0x56cab6(0x1b6)]||(_0xe1c319[_0x56cab6(0x299)]=!0x0),this[_0x56cab6(0x15e)][_0x56cab6(0x1f9)](_0xe1c319)){case _0x56cab6(0x2a1):this[_0x56cab6(0x15e)][_0x56cab6(0x1de)](_0xe1c319,_0x56cab6(0x24d));break;case _0x56cab6(0x209):_0xe1c319[_0x56cab6(0x264)]?(this[_0x56cab6(0x1ef)](new Set([_0xe1c319])),this[_0x56cab6(0x14a)](new Set([_0xe1c319])),this[_0x56cab6(0x15e)][_0x56cab6(0x1de)](_0xe1c319,_0x56cab6(0x1ff)),this[_0x56cab6(0x287)](_0x56cab6(0x11a),_0xe1c319)):this[_0x56cab6(0x15e)][_0x56cab6(0x1de)](_0xe1c319,_0x56cab6(0x145));}return _0xe1c319;}[_0x3ec1a6(0x23f)](_0x544738){const _0x1b0140=_0x3ec1a6;this[_0x1b0140(0x13a)](()=>{const _0x3ab178=_0x1b0140;this[_0x3ab178(0x1a2)][_0x3ab178(0x1fc)][_0x3ab178(0x17e)](()=>{const _0x426b69=_0x3ab178;for(const _0x3e2893 of _0x544738[_0x426b69(0x1b7)]())_0x3e2893[_0x426b69(0x130)]();});});}[_0x3ec1a6(0x120)](_0x36d1d8){const _0x1d2ac8=_0x3ec1a6;this[_0x1d2ac8(0x13a)](()=>{const _0x10078b=_0x1d2ac8;this[_0x10078b(0x1a2)][_0x10078b(0x1fc)][_0x10078b(0x17e)](()=>{const _0x515ebe=_0x10078b;for(const _0x123d1b of _0x36d1d8[_0x515ebe(0x1b7)]())_0x123d1b[_0x515ebe(0x17a)]();});});}[_0x3ec1a6(0x21a)](_0x43974d,_0x5e338c){const _0xd840e6=_0x3ec1a6,_0x180d59=this[_0xd840e6(0x1a2)][_0xd840e6(0x1e0)][_0xd840e6(0x1f9)](_0x43974d);if(!_0x180d59)throw new _0x3c4b83(_0xd840e6(0x1ea),this,{'commandName':_0x43974d});if(this[_0xd840e6(0x1aa)][_0xd840e6(0x178)](_0x180d59))throw new _0x3c4b83(_0xd840e6(0x1af),this,{'commandName':_0x43974d});this[_0xd840e6(0x1aa)][_0xd840e6(0x1be)](_0x180d59),_0x5e338c&&_0x180d59['on'](_0xd840e6(0x13c),(_0x3e1c6a,_0x575726)=>{const _0x477b72=_0xd840e6;this[_0x477b72(0x254)][_0x477b72(0x1d1)]&&(this[_0x477b72(0x20b)]||(_0x575726[_0x477b72(0x286)]>0x0&&_0x575726[_0x575726[_0x477b72(0x286)]-0x1]&&_0x575726[_0x575726[_0x477b72(0x286)]-0x1][_0x477b72(0x13a)]?_0x575726[_0x477b72(0x1c6)]():(_0x3e1c6a[_0x477b72(0x139)]=_0x5e338c((..._0x51a284)=>_0x180d59[_0x477b72(0x13c)](..._0x51a284,{'forceDefaultExecution':!0x0}),..._0x575726),_0x3e1c6a[_0x477b72(0x163)]())));},{'priority':_0xd840e6(0x226)});}[_0x3ec1a6(0x13a)](_0xcfadb1){const _0x19cfb8=_0x3ec1a6;let _0x32ad0e,_0x2e950c;const _0x1147db=this[_0x19cfb8(0x20b)];this[_0x19cfb8(0x20b)]=!0x0;try{_0x32ad0e=_0xcfadb1();}catch(_0xdaca44){_0x2e950c=_0xdaca44;}return _0x1147db||(this[_0x19cfb8(0x20b)]=!0x1),_0x2e950c&&_0x3c4b83[_0x19cfb8(0x296)](_0x2e950c,this),_0x32ad0e;}[_0x3ec1a6(0x1dd)](_0x539be5,_0x1096dc=null,_0x823adb={}){const _0x2c2ab2=_0x3ec1a6;if(_0x539be5[_0x2c2ab2(0x290)])return null;const _0x13519a=this[_0x2c2ab2(0x1a2)][_0x2c2ab2(0x106)][_0x2c2ab2(0x1f9)](_0x2c2ab2(0x13e))['me'];for(const {suggestion:_0x56d30b,meta:_0x1ebc08}of this[_0x2c2ab2(0x1b4)](_0x539be5,_0x2c2ab2(0x1c3)))if(_0x1ebc08[_0x2c2ab2(0x263)]){if(!_0x1ebc08[_0x2c2ab2(0x29e)]){if(_0x1ebc08[_0x2c2ab2(0x2ad)]){if(!this[_0x2c2ab2(0x1eb)]||!Pt(_0x56d30b,_0x823adb))continue;return _0x56d30b;}if(Pt(_0x56d30b,_0x823adb))return _0x56d30b;this[_0x2c2ab2(0x1dc)](_0x56d30b,_0x539be5[_0x2c2ab2(0x25f)],_0x539be5[_0x2c2ab2(0x20d)]);break;}if(_0x1096dc==_0x56d30b[_0x2c2ab2(0x1c7)]&&Pt(_0x56d30b,_0x823adb)){const _0x2879d4=_0x56d30b[_0x2c2ab2(0x146)]();return _0x2879d4[_0x2c2ab2(0x25f)][_0x2c2ab2(0x196)](_0x539be5[_0x2c2ab2(0x20d)])?this[_0x2c2ab2(0x2a3)](_0x56d30b,this[_0x2c2ab2(0x1ca)][_0x2c2ab2(0x148)](_0x539be5[_0x2c2ab2(0x25f)],_0x2879d4[_0x2c2ab2(0x20d)])):this[_0x2c2ab2(0x2a3)](_0x56d30b,this[_0x2c2ab2(0x1ca)][_0x2c2ab2(0x148)](_0x2879d4[_0x2c2ab2(0x25f)],_0x539be5[_0x2c2ab2(0x20d)])),_0x56d30b;}}const _0x2d2b88=_0x506890(),_0x542236=_0x13519a['id'],_0x1ec2f6=_0x1096dc?_0x2c2ab2(0x199)+_0x1096dc:_0x2c2ab2(0x1c3),_0x1ea476=this[_0x2c2ab2(0x157)]({'id':_0x2d2b88,'type':_0x1ec2f6,'createdAt':new Date(),'authorId':_0x542236,'attributes':_0x823adb});return this[_0x2c2ab2(0x276)](_0x1ec2f6,_0x2d2b88,_0x542236,_0x539be5),_0x1ea476;}[_0x3ec1a6(0x267)](_0x4f062d,_0x11732a=_0x3ec1a6(0x1d9),_0x5a83fb={}){const _0x3aae38=_0x3ec1a6,_0x36f565=this[_0x3aae38(0x1a2)][_0x3aae38(0x106)][_0x3aae38(0x1f9)](_0x3aae38(0x13e))['me'],_0xd4900c=this[_0x3aae38(0x1db)][_0x3aae38(0x1b9)](_0x3aae38(0x1c3),_0x11732a,_0x3aae38(0x2af));for(const _0x47bebd of this[_0x3aae38(0x1d3)]())if(_0x47bebd[_0x3aae38(0x20f)]['id']==_0x36f565['id']&&_0x3aae38(0x1c3)==_0x47bebd[_0x3aae38(0x284)]&&_0x47bebd[_0x3aae38(0x1c7)]==_0x11732a&&Pt(_0x47bebd,_0x5a83fb)&&(_0xd4900c(_0x47bebd[_0x3aae38(0x215)](),_0x4f062d)||_0xd4900c(_0x4f062d,_0x47bebd[_0x3aae38(0x215)]()))){for(const _0x273c0f of _0x4f062d)_0x47bebd[_0x3aae38(0x18d)](_0x273c0f);return _0x47bebd;}for(const {suggestion:_0x3cbf33,meta:_0x2e5c0e}of this[_0x3aae38(0x1b4)](_0x4f062d,_0x3aae38(0x1c3))){if(!_0x2e5c0e[_0x3aae38(0x263)])continue;if(!this[_0x3aae38(0x1eb)]&&_0x2e5c0e[_0x3aae38(0x2ad)])continue;if(!Pt(_0x3cbf33,_0x5a83fb))continue;let _0x4815cb=!0x0;for(const _0x5b68ad of _0x3cbf33[_0x3aae38(0x215)]())for(const _0x3ddef7 of _0x4f062d)if(!_0x5b68ad[_0x3aae38(0x153)](_0x3ddef7)){_0x4815cb=!0x1;break;}if(_0x4815cb)return _0x3cbf33;}const _0x27cc91=_0x506890(),_0x5ae046=_0x36f565['id'],_0x4f43ae=_0x3aae38(0x199)+_0x11732a,_0x414d45=this[_0x3aae38(0x157)]({'id':_0x27cc91,'type':_0x4f43ae,'createdAt':new Date(),'authorId':_0x5ae046,'attributes':_0x5a83fb});for(const _0x1017bf of _0x4f062d)this[_0x3aae38(0x276)](_0x4f43ae,_0x27cc91,_0x5ae046,_0x1017bf,_0x157044[_0x3aae38(0x206)]());return _0x414d45;}[_0x3ec1a6(0x225)](_0x4ae858,_0x5cdab6,_0xcdec54=null,_0x3464cf={}){const _0x239283=_0x3ec1a6;if(_0xcdec54=_0xcdec54||Et(_0x5cdab6),_0x4ae858[_0x239283(0x290)])return null;if(_0x239283(0x202)===this[_0x239283(0x230)]){const _0x6a4c6=this[_0x239283(0x1db)][_0x239283(0x1b9)](_0x239283(0x234),_0xcdec54,_0x239283(0x130));return this[_0x239283(0x13a)](()=>_0x6a4c6([_0x4ae858],_0x5cdab6,_0x3464cf)),null;}const _0x3a6d6a=this[_0x239283(0x1a2)][_0x239283(0x106)][_0x239283(0x1f9)](_0x239283(0x13e))['me'],_0x36d80f=[];if(_0x239283(0x1c9)!==this[_0x239283(0x230)]){for(const {suggestion:_0x4ac273,meta:_0x1c24b7}of this[_0x239283(0x1b4)](_0x4ae858,_0x239283(0x1c3)))_0x1c24b7[_0x239283(0x263)]&&!_0x1c24b7[_0x239283(0x26b)]&&_0x36d80f[_0x239283(0x1ec)](..._0x4ac273[_0x239283(0x215)]());}const _0x446376=function(_0x52f347,_0x51bca2){const _0x1711b8=_0x239283,_0x585dd9=[];for(const _0x326e39 of _0x51bca2){const _0x5374d2=_0x52f347[_0x1711b8(0x1cc)](_0x326e39);_0x5374d2&&_0x585dd9[_0x1711b8(0x1ec)](_0x5374d2);}return _0x585dd9;}(_0x4ae858,_0x36d80f),_0x34949d=function(_0x3cb9da,_0x2afb70){const _0x20478b=_0x239283,_0x5a3a80=[_0x3cb9da];for(const _0x1a8aea of _0x2afb70){let _0x3d671d=0x0;for(;_0x3d671d<_0x5a3a80[_0x20478b(0x286)];){const _0x4fc76f=_0x5a3a80[_0x3d671d][_0x20478b(0x1a6)](_0x1a8aea);_0x5a3a80[_0x20478b(0x164)](_0x3d671d,0x1,..._0x4fc76f),_0x3d671d+=_0x4fc76f[_0x20478b(0x286)];}}return _0x5a3a80;}(_0x4ae858,_0x36d80f);_0x446376[_0x239283(0x286)]&&this[_0x239283(0x1ca)][_0x239283(0x17e)](()=>{const _0x3abb73=_0x239283;for(const _0x1caa21 of _0x446376){const _0xc19518=this[_0x3abb73(0x1db)][_0x3abb73(0x1b9)](_0x3abb73(0x234),_0xcdec54,_0x3abb73(0x130));this[_0x3abb73(0x13a)](()=>_0xc19518([_0x1caa21],_0x5cdab6,_0x3464cf));}});for(const _0x4a87e7 of _0x34949d){let _0x4fa9e8=null,_0x42511e=_0x4a87e7[_0x239283(0x25f)],_0x113ad8=_0x4a87e7[_0x239283(0x20d)];for(const {suggestion:_0x3a0ebe,meta:_0x53fe83}of this[_0x239283(0x1b4)](_0x4a87e7,_0x239283(0x234))){if(!_0x53fe83[_0x239283(0x263)])continue;if(_0x3a0ebe[_0x239283(0x1c7)]!=_0xcdec54)continue;if(!Pt(_0x3a0ebe,_0x3464cf))continue;const _0x1bf45d=_0x3a0ebe[_0x239283(0x146)]();if(_0x1bf45d[_0x239283(0x153)](_0x4a87e7,!0x0))return null;_0x42511e=_0x42511e[_0x239283(0x231)](_0x1bf45d[_0x239283(0x25f)])?_0x42511e:_0x1bf45d[_0x239283(0x25f)],_0x113ad8=_0x113ad8[_0x239283(0x27b)](_0x1bf45d[_0x239283(0x20d)])?_0x113ad8:_0x1bf45d[_0x239283(0x20d)],_0x4fa9e8?_0x1bf45d[_0x239283(0x25f)][_0x239283(0x231)](_0x4fa9e8[_0x239283(0x146)]()[_0x239283(0x25f)])?(_0x4fa9e8[_0x239283(0x210)](),_0x4fa9e8=_0x3a0ebe):_0x3a0ebe[_0x239283(0x210)]():_0x4fa9e8=_0x3a0ebe;}const _0x5c0966=this[_0x239283(0x1ca)][_0x239283(0x148)](_0x42511e,_0x113ad8);if(_0x4fa9e8)this[_0x239283(0x2a3)](_0x4fa9e8,_0x5c0966);else{const _0x12fc84=_0x506890(),_0x1c0551=_0x3a6d6a['id'];this[_0x239283(0x157)]({'id':_0x12fc84,'type':_0x239283(0x262)+_0xcdec54,'data':_0x5cdab6,'createdAt':new Date(),'authorId':_0x1c0551,'attributes':_0x3464cf}),this[_0x239283(0x276)](_0x239283(0x262)+_0xcdec54,_0x12fc84,_0x1c0551,_0x5c0966);}}return null;}[_0x3ec1a6(0x133)](_0x31746a,_0xab8cf1,_0x390f10=[],_0x55f5a1=null,_0x226d72={}){const _0x41ac90=_0x3ec1a6;_0xab8cf1[_0x41ac90(0x24b)]||(_0xab8cf1[_0x41ac90(0x24b)]=_0xab8cf1[_0x41ac90(0x10f)]),_0xab8cf1[_0x41ac90(0x1d8)]=_0x31746a['is'](_0x41ac90(0x25d)),_0x55f5a1=_0x55f5a1||Et(_0xab8cf1);const _0x2dd5e0=_0x390f10[_0x41ac90(0x21e)](_0x1ca8af=>Ot(_0x1ca8af,this[_0x41ac90(0x1ca)])),_0x2fabc7=_0x31746a['is'](_0x41ac90(0x25d))?_0x31746a:Ot(_0x31746a,this[_0x41ac90(0x1ca)]);if(_0x41ac90(0x202)===this[_0x41ac90(0x230)]){const _0x957437=this[_0x41ac90(0x1db)][_0x41ac90(0x1b9)](_0x41ac90(0x15f),_0x55f5a1,_0x41ac90(0x130));return this[_0x41ac90(0x13a)](()=>_0x957437([_0x2fabc7],_0xab8cf1,_0x226d72)),null;}_0x2dd5e0[_0x41ac90(0x1ec)](_0x2fabc7);let _0x5b15b0=!0x0;for(const _0x1ef1ab of _0x2dd5e0)if(!this[_0x41ac90(0x16d)](_0x1ef1ab)){_0x5b15b0=!0x1;break;}if(_0x5b15b0&&_0x41ac90(0x1c9)!==this[_0x41ac90(0x230)]){const _0x3b2cd2=this[_0x41ac90(0x1db)][_0x41ac90(0x1b9)](_0x41ac90(0x15f),_0x55f5a1,_0x41ac90(0x130));return this[_0x41ac90(0x13a)](()=>_0x3b2cd2([_0x2fabc7],_0xab8cf1,_0x226d72)),null;}let _0x7bc659=null,_0x3a0436=_0x2fabc7[_0x41ac90(0x25f)],_0x5ac2c9=_0x2fabc7[_0x41ac90(0x20d)];for(const {suggestion:_0x20c53a,meta:_0x3860b9}of this[_0x41ac90(0x1b4)](_0x2fabc7,_0x41ac90(0x15f))){if(!_0x3860b9[_0x41ac90(0x263)])continue;if(_0x3860b9[_0x41ac90(0x29e)]||_0x3860b9[_0x41ac90(0x2ad)]||_0x3860b9[_0x41ac90(0x26b)])continue;if(_0x20c53a[_0x41ac90(0x23d)][_0x41ac90(0x24b)]!=_0xab8cf1[_0x41ac90(0x24b)])continue;if(!Pt(_0x20c53a,_0x226d72))continue;const _0x40e907=_0x20c53a[_0x41ac90(0x146)]();if(_0x20c53a[_0x41ac90(0x1c7)]==_0x55f5a1){if(_0x40e907[_0x41ac90(0x153)](_0x2fabc7,!0x0))return null;_0x3a0436=_0x3a0436[_0x41ac90(0x231)](_0x40e907[_0x41ac90(0x25f)])?_0x3a0436:_0x40e907[_0x41ac90(0x25f)],_0x5ac2c9=_0x5ac2c9[_0x41ac90(0x27b)](_0x40e907[_0x41ac90(0x20d)])?_0x5ac2c9:_0x40e907[_0x41ac90(0x20d)],_0x7bc659?_0x40e907[_0x41ac90(0x25f)][_0x41ac90(0x231)](_0x7bc659[_0x41ac90(0x146)]()[_0x41ac90(0x25f)])?(_0x7bc659[_0x41ac90(0x210)](),_0x7bc659=_0x20c53a):_0x20c53a[_0x41ac90(0x210)]():_0x7bc659=_0x20c53a;}else{const _0x160ff2=_0x2fabc7[_0x41ac90(0x1cc)](_0x40e907);this[_0x41ac90(0x116)](_0x20c53a,_0x160ff2);}}const _0x202b62=this[_0x41ac90(0x1a2)][_0x41ac90(0x106)][_0x41ac90(0x1f9)](_0x41ac90(0x13e))['me'],_0x2446c4=_0x506890(),_0xed401e=_0x202b62['id'];if(_0x7bc659)return this[_0x41ac90(0x2a3)](_0x7bc659,this[_0x41ac90(0x1ca)][_0x41ac90(0x148)](_0x3a0436,_0x5ac2c9)),_0x7bc659;{const _0x583daf=this[_0x41ac90(0x157)]({'id':_0x2446c4,'type':_0x41ac90(0x14d)+_0x55f5a1,'data':_0xab8cf1,'createdAt':new Date(),'authorId':_0xed401e,'attributes':_0x226d72});return this[_0x41ac90(0x276)](_0x41ac90(0x14d)+_0x55f5a1,_0x2446c4,_0xed401e,this[_0x41ac90(0x1ca)][_0x41ac90(0x148)](_0x3a0436,_0x5ac2c9)),_0x583daf;}}[_0x3ec1a6(0x270)](_0x1d3395,_0x34fe22,_0x3bafcc=[],_0x5e9cb0=null,_0x23661c={}){const _0x520bc5=_0x3ec1a6;_0x34fe22[_0x520bc5(0x24b)]||(_0x34fe22[_0x520bc5(0x24b)]=_0x34fe22[_0x520bc5(0x10f)]);const _0x353b9f=_0x1d3395[0x0];_0x34fe22[_0x520bc5(0x1d8)]=_0x353b9f['is'](_0x520bc5(0x25d)),_0x5e9cb0=_0x5e9cb0||Et(_0x34fe22);const _0xdb4dae=_0x3bafcc[_0x520bc5(0x21e)](_0xc506e1=>Ot(_0xc506e1,this[_0x520bc5(0x1ca)])),_0x3b1085=_0x353b9f['is'](_0x520bc5(0x25d))?_0x1d3395:_0x1d3395[_0x520bc5(0x21e)](_0x4b0938=>Ot(_0x4b0938,this[_0x520bc5(0x1ca)]));if(_0x520bc5(0x202)===this[_0x520bc5(0x230)]){const _0x117cc1=this[_0x520bc5(0x1db)][_0x520bc5(0x1b9)](_0x520bc5(0x15f),_0x5e9cb0,_0x520bc5(0x130));return this[_0x520bc5(0x13a)](()=>_0x117cc1(_0x3b1085,_0x34fe22,_0x23661c)),null;}_0xdb4dae[_0x520bc5(0x1ec)](..._0x3b1085);let _0x4fa253=!0x0;for(const _0x126bff of _0xdb4dae)if(!this[_0x520bc5(0x16d)](_0x126bff)){_0x4fa253=!0x1;break;}if(_0x4fa253&&_0x520bc5(0x1c9)!==this[_0x520bc5(0x230)]){const _0x48cd2c=this[_0x520bc5(0x1db)][_0x520bc5(0x1b9)](_0x520bc5(0x15f),_0x5e9cb0,_0x520bc5(0x130));return this[_0x520bc5(0x13a)](()=>_0x48cd2c(_0x3b1085,_0x34fe22,_0x23661c)),null;}const _0x18120e=this[_0x520bc5(0x1a2)][_0x520bc5(0x106)][_0x520bc5(0x1f9)](_0x520bc5(0x13e))['me'];for(const _0x44821a of this[_0x520bc5(0x1d3)]()){if(_0x44821a[_0x520bc5(0x20f)]['id']!=_0x18120e['id'])continue;if(_0x520bc5(0x15f)!=_0x44821a[_0x520bc5(0x284)]||_0x44821a[_0x520bc5(0x23d)][_0x520bc5(0x24b)]!=_0x34fe22[_0x520bc5(0x24b)])continue;if(!Pt(_0x44821a,_0x23661c))continue;const _0x24162d=_0x44821a[_0x520bc5(0x1c7)]==_0x5e9cb0;for(let _0x13c2e7=0x0;_0x13c2e7<_0x3b1085[_0x520bc5(0x286)];_0x13c2e7++){const _0x345233=_0x3b1085[_0x13c2e7];for(const _0x29c95b of _0x44821a[_0x520bc5(0x1e8)]()){const _0x40b4f0=_0x29c95b[_0x520bc5(0x117)]();if(_0x345233[_0x520bc5(0x196)](_0x40b4f0)){_0x24162d?(_0x3b1085[_0x520bc5(0x164)](_0x13c2e7,0x1),_0x13c2e7--):_0x44821a[_0x520bc5(0x28a)](_0x29c95b[_0x520bc5(0x243)]);break;}}}}if(0x0==_0x3b1085[_0x520bc5(0x286)])return null;const _0x27e1c7=this[_0x520bc5(0x1db)][_0x520bc5(0x1b9)](_0x520bc5(0x15f),_0x5e9cb0,_0x520bc5(0x2af));for(const _0x52c653 of this[_0x520bc5(0x1d3)]())if(_0x52c653[_0x520bc5(0x20f)]['id']==_0x18120e['id']&&_0x520bc5(0x15f)==_0x52c653[_0x520bc5(0x284)]&&_0x52c653[_0x520bc5(0x23d)][_0x520bc5(0x24b)]==_0x34fe22[_0x520bc5(0x24b)]&&_0x52c653[_0x520bc5(0x1c7)]==_0x5e9cb0&&Pt(_0x52c653,_0x23661c)&&(_0x27e1c7(_0x52c653[_0x520bc5(0x215)](),_0x3b1085)||_0x27e1c7(_0x3b1085,_0x52c653[_0x520bc5(0x215)]()))){for(const _0x421f8f of _0x3b1085)_0x52c653[_0x520bc5(0x18d)](_0x421f8f);return _0x52c653;}const _0x51b6ae=_0x506890(),_0x1e5754=_0x18120e['id'],_0x5aff5b=_0x520bc5(0x14d)+_0x5e9cb0,_0x431a5a=this[_0x520bc5(0x157)]({'id':_0x51b6ae,'type':_0x5aff5b,'data':_0x34fe22,'createdAt':new Date(),'authorId':_0x1e5754,'attributes':_0x23661c});for(const _0x17a6b8 of _0x3b1085)this[_0x520bc5(0x276)](_0x5aff5b,_0x51b6ae,_0x1e5754,_0x17a6b8,_0x157044[_0x520bc5(0x206)]());return _0x431a5a;}[_0x3ec1a6(0x1b3)](_0x546889,_0x57aad6=null,_0x16facd={}){const _0x5a1d9c=_0x3ec1a6;if(_0x546889[_0x5a1d9c(0x290)])return null;const _0x39a07f=this[_0x5a1d9c(0x1a2)][_0x5a1d9c(0x106)][_0x5a1d9c(0x1f9)](_0x5a1d9c(0x13e))['me'],_0x432fcf=new _0x512b39(_0x546889[_0x5a1d9c(0x25f)],_0x546889[_0x5a1d9c(0x20d)]);for(const {suggestion:_0x24186b,meta:_0x226cab}of this[_0x5a1d9c(0x1b4)](_0x432fcf,_0x5a1d9c(0x1c3)))if(_0x226cab[_0x5a1d9c(0x263)]&&!_0x226cab[_0x5a1d9c(0x29e)]){if(_0x24186b[_0x5a1d9c(0x1cb)]){const _0x2409e3=_0x24186b[_0x5a1d9c(0x215)]()[_0x5a1d9c(0x10e)](_0x3d624f=>_0x5a1d9c(0x121)!=_0x3d624f[_0x5a1d9c(0x2a4)][_0x5a1d9c(0x183)]);_0x2409e3[_0x5a1d9c(0x29d)](_0x3973ec=>_0x432fcf[_0x5a1d9c(0x153)](_0x3973ec,!0x0))&&_0x24186b[_0x5a1d9c(0x17a)]();if(_0x2409e3[_0x5a1d9c(0x19c)](_0x5419c2=>_0x5419c2[_0x5a1d9c(0x153)](_0x432fcf,!0x0))){const _0x2bce5d=this[_0x5a1d9c(0x1db)][_0x5a1d9c(0x1b9)](_0x5a1d9c(0x220),_0x57aad6,_0x5a1d9c(0x130));return this[_0x5a1d9c(0x13a)](()=>_0x2bce5d([_0x432fcf],null,_0x16facd)),null;}}else{const _0x6f191e=_0x432fcf[_0x5a1d9c(0x1cc)](_0x24186b[_0x5a1d9c(0x146)]());null!==_0x6f191e&&_0x24186b[_0x5a1d9c(0x131)]([_0x6f191e],null,_0x16facd);}}if(_0x432fcf[_0x5a1d9c(0x250)](),_0x432fcf[_0x5a1d9c(0x290)]||_0x5a1d9c(0x121)==_0x432fcf[_0x5a1d9c(0x2a4)][_0x5a1d9c(0x183)])return null;let _0x576ba9=null,_0x38baab=_0x432fcf[_0x5a1d9c(0x25f)],_0x31234e=_0x432fcf[_0x5a1d9c(0x20d)];const _0x2ea24c=this[_0x5a1d9c(0x1b4)](_0x432fcf,_0x5a1d9c(0x220));for(const {suggestion:_0x29ced1,meta:_0x221af7}of _0x2ea24c){const _0x8f64b1=this[_0x5a1d9c(0x1ca)][_0x5a1d9c(0x148)](_0x38baab,_0x31234e);if(_0x221af7[_0x5a1d9c(0x263)]&&(this[_0x5a1d9c(0x1eb)]||!_0x221af7[_0x5a1d9c(0x2ad)]&&!_0x221af7[_0x5a1d9c(0x26b)])){if(_0x29ced1[_0x5a1d9c(0x1cb)]){if(!Pt(_0x29ced1,_0x16facd))continue;let _0x5e38ca=!0x0;for(const _0x12f411 of _0x29ced1[_0x5a1d9c(0x215)]()){if(_0x12f411[_0x5a1d9c(0x153)](_0x8f64b1,!0x0))return _0x29ced1;_0x8f64b1[_0x5a1d9c(0x153)](_0x12f411)||(_0x5e38ca=!0x1);}_0x5e38ca&&_0x29ced1[_0x5a1d9c(0x17a)]();}else{const _0xadd699=_0x29ced1[_0x5a1d9c(0x146)]();if(_0xadd699[_0x5a1d9c(0x153)](_0x8f64b1,!0x0))return _0x29ced1;if(!Pt(_0x29ced1,_0x16facd)){_0x8f64b1[_0x5a1d9c(0x153)](_0xadd699)?_0x29ced1[_0x5a1d9c(0x210)]():_0xadd699[_0x5a1d9c(0x12d)](_0x38baab)?_0x38baab=_0xadd699[_0x5a1d9c(0x20d)]:_0xadd699[_0x5a1d9c(0x12d)](_0x31234e)&&(_0x31234e=_0xadd699[_0x5a1d9c(0x25f)]);continue;}_0x38baab=_0x38baab[_0x5a1d9c(0x231)](_0xadd699[_0x5a1d9c(0x25f)])?_0x38baab:_0xadd699[_0x5a1d9c(0x25f)],_0x31234e=_0x31234e[_0x5a1d9c(0x27b)](_0xadd699[_0x5a1d9c(0x20d)])?_0x31234e:_0xadd699[_0x5a1d9c(0x20d)],_0x16facd=Object[_0x5a1d9c(0x1d4)]({},_0x29ced1[_0x5a1d9c(0x244)]),_0x576ba9?_0xadd699[_0x5a1d9c(0x25f)][_0x5a1d9c(0x231)](_0x576ba9[_0x5a1d9c(0x146)]()[_0x5a1d9c(0x25f)])?(_0x576ba9[_0x5a1d9c(0x210)](),_0x576ba9=_0x29ced1):_0x29ced1[_0x5a1d9c(0x210)]():_0x576ba9=_0x29ced1;}}}if(_0x576ba9)return this[_0x5a1d9c(0x2a3)](_0x576ba9,this[_0x5a1d9c(0x1ca)][_0x5a1d9c(0x148)](_0x38baab,_0x31234e)),_0x576ba9;{const _0x50c29a=_0x506890(),_0x2da429=this[_0x5a1d9c(0x1ca)][_0x5a1d9c(0x148)](_0x38baab,_0x31234e),_0x332230=_0x39a07f['id'],_0x299b69=_0x57aad6?_0x5a1d9c(0x248)+_0x57aad6:_0x5a1d9c(0x220),_0x28a012=this[_0x5a1d9c(0x157)]({'id':_0x50c29a,'type':_0x299b69,'createdAt':new Date(),'authorId':_0x332230,'attributes':_0x16facd});return this[_0x5a1d9c(0x276)](_0x299b69,_0x50c29a,_0x332230,_0x2da429),_0x28a012;}}[_0x3ec1a6(0x20a)](_0x387b72,_0xa66bb6=_0x3ec1a6(0x1d9),_0x5dd2cd={}){const _0x161cf6=_0x3ec1a6,_0x45cd47=this[_0x161cf6(0x1a2)][_0x161cf6(0x106)][_0x161cf6(0x1f9)](_0x161cf6(0x13e))['me'],_0x112ebf=_0x387b72[_0x161cf6(0x21e)](_0xae7836=>new _0x512b39(_0xae7836[_0x161cf6(0x25f)],_0xae7836[_0x161cf6(0x20d)])),_0x27a6b3=new Set();for(const {suggestion:_0x3897e2,meta:_0x18ff3a}of this[_0x161cf6(0x1b4)](_0x112ebf,_0x161cf6(0x1c3)))_0x18ff3a[_0x161cf6(0x263)]&&!_0x18ff3a[_0x161cf6(0x29e)]&&_0x27a6b3[_0x161cf6(0x1be)](_0x3897e2);for(const _0x17a37e of _0x27a6b3)if(_0x17a37e[_0x161cf6(0x1cb)]){const _0x3e2a35=_0x17a37e[_0x161cf6(0x215)]();(!_0x17a37e[_0x161cf6(0x244)]||!_0x17a37e[_0x161cf6(0x244)][_0x161cf6(0x144)])&&(_0x3e2a35[_0x161cf6(0x29d)](_0x393b19=>_0x112ebf[_0x161cf6(0x19c)](_0x330006=>_0x330006[_0x161cf6(0x153)](_0x393b19,!0x0)))&&_0x17a37e[_0x161cf6(0x17a)]());if(_0x112ebf[_0x161cf6(0x29d)](_0x186619=>_0x3e2a35[_0x161cf6(0x19c)](_0xf001f0=>_0xf001f0[_0x161cf6(0x153)](_0x186619,!0x0)))){const _0x4036ae=this[_0x161cf6(0x1db)][_0x161cf6(0x1b9)](_0x161cf6(0x220),_0xa66bb6,_0x161cf6(0x130));return this[_0x161cf6(0x13a)](()=>_0x4036ae(_0x387b72,null,_0x5dd2cd)),null;}}else{const _0x22ae72=_0x17a37e[_0x161cf6(0x146)]();_0x112ebf[_0x161cf6(0x19c)](_0x566665=>_0x566665[_0x161cf6(0x153)](_0x22ae72,!0x0))&&_0x17a37e[_0x161cf6(0x17a)]();if(_0x112ebf[_0x161cf6(0x29d)](_0xe78088=>_0x22ae72[_0x161cf6(0x153)](_0xe78088,!0x0))){const _0x36034b=this[_0x161cf6(0x1db)][_0x161cf6(0x1b9)](_0x161cf6(0x220),_0xa66bb6,_0x161cf6(0x130));return this[_0x161cf6(0x13a)](()=>_0x36034b(_0x112ebf,null,_0x5dd2cd)),null;}}const _0x9ae95e=this[_0x161cf6(0x1db)][_0x161cf6(0x1b9)](_0x161cf6(0x220),_0xa66bb6,_0x161cf6(0x2af));let _0x33c9b9=null;for(const _0x3e18fe of this[_0x161cf6(0x1d3)]())if(_0x3e18fe[_0x161cf6(0x20f)]['id']==_0x45cd47['id']&&_0x3e18fe[_0x161cf6(0x264)]&&_0x161cf6(0x220)==_0x3e18fe[_0x161cf6(0x284)]&&_0x3e18fe[_0x161cf6(0x1c7)]==_0xa66bb6&&Pt(_0x3e18fe,_0x5dd2cd)&&(_0x9ae95e(_0x3e18fe[_0x161cf6(0x215)](),_0x112ebf)||_0x9ae95e(_0x112ebf,_0x3e18fe[_0x161cf6(0x215)]()))){if(_0x33c9b9){if(_0x3e18fe[_0x161cf6(0x1b8)]&&_0x3e18fe[_0x161cf6(0x1b8)][_0x161cf6(0x286)])continue;for(const _0x12c8b2 of _0x3e18fe[_0x161cf6(0x215)]())_0x33c9b9[_0x161cf6(0x141)](_0x12c8b2)||_0x33c9b9[_0x161cf6(0x18d)](_0x12c8b2);_0x3e18fe[_0x161cf6(0x210)]();}else{_0x33c9b9=_0x3e18fe;for(const _0x2fd0d1 of _0x112ebf)_0x3e18fe[_0x161cf6(0x141)](_0x2fd0d1)||_0x3e18fe[_0x161cf6(0x18d)](_0x2fd0d1);}}if(_0x33c9b9)return _0x33c9b9;_0x27a6b3[_0x161cf6(0x239)]();for(const {suggestion:_0x25ea3f,meta:_0x138c59}of this[_0x161cf6(0x1b4)](_0x112ebf,_0x161cf6(0x220)))_0x138c59[_0x161cf6(0x263)]&&(this[_0x161cf6(0x1eb)]||!_0x138c59[_0x161cf6(0x2ad)]&&!_0x138c59[_0x161cf6(0x26b)])&&Pt(_0x25ea3f,_0x5dd2cd)&&_0x27a6b3[_0x161cf6(0x1be)](_0x25ea3f);for(const _0x504451 of _0x27a6b3){const _0x4e5728=_0x504451[_0x161cf6(0x215)]();if(!_0x5dd2cd||!_0x5dd2cd[_0x161cf6(0x144)]){if(_0x112ebf[_0x161cf6(0x29d)](_0x1d99b9=>_0x4e5728[_0x161cf6(0x19c)](_0x20d5c1=>_0x20d5c1[_0x161cf6(0x153)](_0x1d99b9,!0x0))))return _0x504451;}(!_0x504451[_0x161cf6(0x244)]||!_0x504451[_0x161cf6(0x244)][_0x161cf6(0x144)])&&(_0x4e5728[_0x161cf6(0x29d)](_0x4cd036=>_0x112ebf[_0x161cf6(0x19c)](_0x486ada=>_0x486ada[_0x161cf6(0x153)](_0x4cd036,!0x0)))&&_0x504451[_0x161cf6(0x17a)]());}const _0x1178d7=_0x506890(),_0x5f31ed=_0x45cd47['id'],_0x1d58c0=_0x161cf6(0x248)+_0xa66bb6,_0x5e8ef3=this[_0x161cf6(0x157)]({'id':_0x1178d7,'type':_0x1d58c0,'createdAt':new Date(),'authorId':_0x5f31ed,'attributes':_0x5dd2cd});for(const _0xad7a44 of _0x112ebf)_0xad7a44[_0x161cf6(0x250)](),_0xad7a44[_0x161cf6(0x290)]||_0x161cf6(0x121)==_0xad7a44[_0x161cf6(0x2a4)][_0x161cf6(0x183)]||this[_0x161cf6(0x276)](_0x1d58c0,_0x1178d7,_0x5f31ed,_0xad7a44,_0x157044[_0x161cf6(0x206)]());return _0x5e8ef3;}[_0x3ec1a6(0x2a0)](_0x88c6fd,_0x5caf7e,_0x459905,_0x6a24b2,_0x408da4){const _0xa536aa=_0x3ec1a6;if(_0x88c6fd[_0xa536aa(0x290)])return[];if(_0xa536aa(0x202)===this[_0xa536aa(0x230)])return[];const _0x2ff252=this[_0xa536aa(0x1a2)][_0xa536aa(0x106)][_0xa536aa(0x1f9)](_0xa536aa(0x13e))['me']['id'],_0x28a7d3=Array[_0xa536aa(0x12c)](this[_0xa536aa(0x1c5)][_0xa536aa(0x1ad)]())[_0xa536aa(0x10e)](_0x4f05c8=>_0xa536aa(0x1b2)==_0x4f05c8[_0xa536aa(0x284)]&&_0x4f05c8[_0xa536aa(0x23d)][_0xa536aa(0x24e)]==_0x5caf7e&&_0x4f05c8[_0xa536aa(0x141)](_0x88c6fd));if(_0xa536aa(0x1f3)===this[_0xa536aa(0x230)]){const _0x20b9db=this[_0xa536aa(0x1b4)](_0x88c6fd,_0xa536aa(0x1c3))[_0xa536aa(0x10e)](({meta:_0x32f54a})=>_0x32f54a[_0xa536aa(0x263)]&&!_0x32f54a[_0xa536aa(0x26b)]&&!_0x32f54a[_0xa536aa(0x29e)])[_0xa536aa(0x21e)](({suggestion:_0x4e945b})=>_0x4e945b);_0x28a7d3[_0xa536aa(0x154)](..._0x20b9db);}const _0x5dea14=new Map([[_0x88c6fd,_0x459905]]);for(const _0x58b592 of _0x28a7d3){const _0x290281=_0xa536aa(0x1b2)==_0x58b592[_0xa536aa(0x284)]?_0x58b592[_0xa536aa(0x23d)][_0xa536aa(0x21f)]:void 0x0,_0x2a20f6=_0x58b592[_0xa536aa(0x146)](),_0x19dd4a=Array[_0xa536aa(0x12c)](_0x5dea14[_0xa536aa(0x17c)]())[_0xa536aa(0x216)](_0x229baf=>_0x229baf[_0xa536aa(0x140)](_0x2a20f6));if(!_0x19dd4a)continue;const _0x1cc8b2=_0x19dd4a[_0xa536aa(0x1a6)](_0x2a20f6);this[_0xa536aa(0x14e)](_0x5caf7e)&&_0xa536aa(0x1c3)==_0x58b592[_0xa536aa(0x284)]&&0x0!=_0x1cc8b2[_0xa536aa(0x286)]||(_0x5dea14[_0xa536aa(0x240)](_0x19dd4a),_0x1cc8b2[_0xa536aa(0x1ce)](_0x5eb3ef=>{const _0x480f16=_0xa536aa;_0x5dea14[_0x480f16(0x1de)](_0x5eb3ef,_0x459905);}),_0xa536aa(0x1c3)!=_0x58b592[_0xa536aa(0x284)]&&_0x290281!=_0x6a24b2&&_0x5dea14[_0xa536aa(0x1de)](_0x19dd4a[_0xa536aa(0x1cc)](_0x2a20f6),_0x290281));}const _0x15c28c=[];for(const [_0x53251b,_0x3ac5a1]of _0x5dea14){const _0x2c4409=_0x506890(),_0x37c9c8={'key':_0x5caf7e,'oldValue':_0x3ac5a1,'newValue':_0x6a24b2};_0x5caf7e[_0xa536aa(0x286)]>0x25&&console[_0xa536aa(0x1f4)](_0xa536aa(0x1d6),{'key':_0x5caf7e});const _0x4776d5=(_0xa536aa(0x235)+(_0x5caf7e+'|'+Et({'newValue':_0x6a24b2})))[_0xa536aa(0x1c8)](0x0,0x3c),_0x2685af=this[_0xa536aa(0x157)]({'id':_0x2c4409,'type':_0x4776d5,'data':_0x37c9c8,'createdAt':new Date(),'authorId':_0x2ff252,'attributes':_0x408da4});_0x15c28c[_0xa536aa(0x1ec)](_0x2685af),this[_0xa536aa(0x276)](_0x4776d5,_0x2c4409,_0x2ff252,_0x53251b);}return _0x15c28c;}[_0x3ec1a6(0x24c)](_0x13d804){const _0x120a04=_0x3ec1a6;this[_0x120a04(0x1a8)][_0x120a04(0x1be)](_0x13d804);}[_0x3ec1a6(0x166)](_0x3498fe){const _0x292e26=_0x3ec1a6;this[_0x292e26(0x149)][_0x292e26(0x1be)](_0x3498fe);}[_0x3ec1a6(0x11c)](_0x4f3be4,_0x59e62d=[],_0x7cba04=[]){const _0x2201a6=_0x3ec1a6;this[_0x2201a6(0x21a)](_0x4f3be4,(_0x20e2ee,..._0x449858)=>{const _0x27147e=_0x2201a6;this[_0x27147e(0x273)](()=>{_0x20e2ee(..._0x449858);});});for(const _0x4c0761 of _0x59e62d)this[_0x2201a6(0x166)](_0x4c0761);for(const _0x25be0b of _0x7cba04)this[_0x2201a6(0x24c)](_0x25be0b);}[_0x3ec1a6(0x1fb)](_0x1b2588){const _0x781a27=_0x3ec1a6;return _0x781a27(0x1b2)==_0x1b2588[_0x781a27(0x284)]?_0x1b2588[_0x781a27(0x1c7)][_0x781a27(0x242)]('|')[0x0]:null;}[_0x3ec1a6(0x2a3)](_0x40f6d4,_0x425365){const _0x2d7197=_0x3ec1a6,_0x474eb8=_0x40f6d4[_0x2d7197(0x261)]();this[_0x2d7197(0x1ca)][_0x2d7197(0x17e)](_0x2563a9=>{const _0x1f1d03=_0x2d7197;_0x2563a9[_0x1f1d03(0x1f1)](_0x474eb8,{'range':_0x425365});});}[_0x3ec1a6(0x1fd)](_0x2fced2){const _0x187189=_0x3ec1a6,_0x253dfd=_0x2fced2['id'],_0x4024b9=this[_0x187189(0x1a2)][_0x187189(0x189)][_0x187189(0x1f9)](_0x187189(0x271));this[_0x187189(0x207)][_0x187189(0x25e)](_0x253dfd)||this[_0x187189(0x207)][_0x187189(0x115)]({'channelId':_0x4024b9,'threadId':_0x253dfd,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x584923=this[_0x187189(0x207)][_0x187189(0x2a6)](_0x253dfd);_0x584923[_0x187189(0x292)](_0x187189(0x16a)),_0x584923[_0x187189(0x16a)]=!0x1,_0x2fced2[_0x187189(0x1b8)]=_0x584923;}[_0x3ec1a6(0x227)](_0x5b9d2f,_0x54b53a,_0x340d9d,_0x1d7851){const _0x4daa50=_0x3ec1a6;if(_0x5b9d2f[_0x4daa50(0x284)]!=_0x54b53a||_0x5b9d2f[_0x4daa50(0x1c7)]!=_0x340d9d||_0x5b9d2f[_0x4daa50(0x260)]['id']!=_0x1d7851)throw this[_0x4daa50(0x1a2)][_0x4daa50(0x1a1)](_0x4daa50(0x15b)),new _0x3c4b83(_0x4daa50(0x15b),this);}[_0x3ec1a6(0x116)](_0x29fcf4,_0x5cdb34){const _0x1f201e=_0x3ec1a6,_0x3bb33c=_0x29fcf4[_0x1f201e(0x146)]();if(_0x5cdb34[_0x1f201e(0x196)](_0x3bb33c))_0x29fcf4[_0x1f201e(0x210)]();else{if(_0x3bb33c[_0x1f201e(0x153)](_0x5cdb34)){const _0x501625=this[_0x1f201e(0x1ca)][_0x1f201e(0x252)](_0x5cdb34[_0x1f201e(0x25f)][_0x1f201e(0x16f)],_0x1f201e(0x20d));this[_0x1f201e(0x2a3)](_0x29fcf4,this[_0x1f201e(0x1ca)][_0x1f201e(0x148)](_0x3bb33c[_0x1f201e(0x25f)],_0x501625));const _0x4fcd3b=_0x506890(),_0x3c93e1=_0x29fcf4[_0x1f201e(0x260)]['id'],_0x2433e5=_0x29fcf4[_0x1f201e(0x284)]+':'+_0x29fcf4[_0x1f201e(0x1c7)];this[_0x1f201e(0x157)]({'id':_0x4fcd3b,'type':_0x2433e5,'createdAt':new Date(),'authorId':_0x3c93e1,'data':_0x29fcf4[_0x1f201e(0x23d)],'attributes':_0x29fcf4[_0x1f201e(0x244)]});const _0x36345e=this[_0x1f201e(0x1ca)][_0x1f201e(0x252)](_0x5cdb34[_0x1f201e(0x20d)][_0x1f201e(0x1c1)],_0x1f201e(0x223)),_0x504a69=this[_0x1f201e(0x1ca)][_0x1f201e(0x148)](_0x36345e,_0x3bb33c[_0x1f201e(0x20d)]);this[_0x1f201e(0x276)](_0x2433e5,_0x4fcd3b,_0x3c93e1,_0x504a69);}else{if(_0x3bb33c[_0x1f201e(0x12d)](_0x5cdb34[_0x1f201e(0x25f)])){const _0x46d380=this[_0x1f201e(0x1ca)][_0x1f201e(0x252)](_0x5cdb34[_0x1f201e(0x25f)][_0x1f201e(0x16f)],_0x1f201e(0x20d));this[_0x1f201e(0x2a3)](_0x29fcf4,this[_0x1f201e(0x1ca)][_0x1f201e(0x148)](_0x3bb33c[_0x1f201e(0x25f)],_0x46d380));}else{const _0x49879b=this[_0x1f201e(0x1ca)][_0x1f201e(0x252)](_0x5cdb34[_0x1f201e(0x20d)][_0x1f201e(0x1c1)],_0x1f201e(0x223));this[_0x1f201e(0x2a3)](_0x29fcf4,this[_0x1f201e(0x1ca)][_0x1f201e(0x148)](_0x49879b,_0x3bb33c[_0x1f201e(0x20d)]));}}}}[_0x3ec1a6(0x16d)](_0x25999d){const _0x4a0c98=_0x3ec1a6;for(const {suggestion:_0x429337,meta:_0x259fb6}of this[_0x4a0c98(0x1b4)](_0x25999d,_0x4a0c98(0x1c3))){if(!_0x259fb6[_0x4a0c98(0x263)])continue;const _0x1472b0=_0x429337[_0x4a0c98(0x215)]();for(const _0x1bdb3e of _0x1472b0)if(!_0x25999d[_0x4a0c98(0x1a6)](_0x1bdb3e)[_0x4a0c98(0x286)])return!0x0;}return!0x1;}[_0x3ec1a6(0x233)](_0x648f43){const _0x1f12db=_0x3ec1a6,_0x3bfbf4=this[_0x1f12db(0x1a2)][_0x1f12db(0x106)][_0x1f12db(0x1f9)](_0x1f12db(0x13e))[_0x1f12db(0x123)](_0x648f43);if(!_0x3bfbf4)throw new _0x3c4b83(_0x1f12db(0x23e),this);return _0x3bfbf4;}[_0x3ec1a6(0x20e)](_0x1dec6a){const _0x41cc8d=_0x3ec1a6,_0x47198a=this[_0x41cc8d(0x1a2)][_0x41cc8d(0x106)][_0x41cc8d(0x1f9)](_0x41cc8d(0x13e)),_0x58d4ac=_0x341f09(_0x41cc8d(0x162)+_0x1dec6a),_0x36a40d=_0x47198a[_0x41cc8d(0x123)](_0x58d4ac);return _0x36a40d||_0x47198a[_0x41cc8d(0x10a)]({'id':_0x58d4ac,'name':_0x1dec6a});}[_0x3ec1a6(0x105)](_0x468fdf,_0x4372e5,_0x5b9772,_0x4959f9,_0x5ab445){const _0x39a157=_0x3ec1a6,_0x511c1c=this[_0x39a157(0x233)](_0x4959f9),_0x347ac0=this[_0x39a157(0x1db)][_0x39a157(0x28e)](_0x468fdf,_0x4372e5,_0x5b9772,_0x511c1c,_0x5ab445,_0x1f9ee4=>{const _0x963b89=_0x39a157;this[_0x963b89(0x152)](_0x5b9772,{'attributes':_0x1f9ee4});const _0x346078=this[_0x963b89(0x1a0)](_0x5b9772);this[_0x963b89(0x1ef)](new Set([_0x346078])),this[_0x963b89(0x14a)](new Set([_0x346078]));});return this[_0x39a157(0x279)](_0x347ac0,_0x39a157(0x130),()=>{const _0x1b4475=_0x39a157;this[_0x1b4475(0x152)](_0x5b9772,{'state':_0x1b4475(0x12f)});},{'priority':_0x39a157(0x226)}),this[_0x39a157(0x279)](_0x347ac0,_0x39a157(0x17a),()=>{const _0x34e9ff=_0x39a157;this[_0x34e9ff(0x152)](_0x5b9772,{'state':_0x34e9ff(0x26c)});},{'priority':_0x39a157(0x226)}),this[_0x39a157(0x1c5)][_0x39a157(0x1de)](_0x5b9772,_0x347ac0),this[_0x39a157(0x15e)][_0x39a157(0x1de)](_0x347ac0,_0x39a157(0x2a1)),_0x347ac0;}[_0x3ec1a6(0x295)](_0x4e9ebd){const _0x2ecc91=_0x3ec1a6,_0x4b5d05=_0x4e9ebd[_0x2ecc91(0x242)](':');return{'group':_0x4b5d05[0x0],'type':_0x4b5d05[0x1],'subType':_0x4b5d05[_0x2ecc91(0x286)]>=0x5?_0x4b5d05[0x2]:null,'id':_0x4b5d05[_0x2ecc91(0x286)]<0x5?_0x4b5d05[0x2]:_0x4b5d05[0x3],'authorId':_0x4b5d05[_0x2ecc91(0x286)]<0x5?_0x4b5d05[0x3]:_0x4b5d05[0x4],'markerCount':0x6==_0x4b5d05[_0x2ecc91(0x286)]?_0x4b5d05[0x5]:null};}[_0x3ec1a6(0x1dc)](_0x38353a,_0x2069d0,_0x1f977a){const _0x1310b3=_0x3ec1a6,_0x51ac87=_0x38353a[_0x1310b3(0x146)](),_0xe546b0=_0x51ac87[_0x1310b3(0x25f)],_0x250649=_0x51ac87[_0x1310b3(0x20d)];this[_0x1310b3(0x2a3)](_0x38353a,this[_0x1310b3(0x1ca)][_0x1310b3(0x148)](_0xe546b0,_0x2069d0));const _0x2064b0=_0x506890(),_0x283e7a=_0x38353a[_0x1310b3(0x260)]['id'],_0x48749f=_0x38353a[_0x1310b3(0x284)]+(_0x38353a[_0x1310b3(0x1c7)]?':'+_0x38353a[_0x1310b3(0x1c7)]:'');this[_0x1310b3(0x157)]({'id':_0x2064b0,'type':_0x48749f,'createdAt':new Date(),'authorId':_0x283e7a,'originalSuggestionId':_0x38353a['id'],'attributes':_0x38353a[_0x1310b3(0x244)],'data':_0x38353a[_0x1310b3(0x23d)]});const _0x276b9f=this[_0x1310b3(0x1fb)](_0x38353a);(_0x1310b3(0x15f)==_0x38353a[_0x1310b3(0x284)]||_0x276b9f&&this[_0x1310b3(0x14e)](_0x276b9f))&&(_0x1f977a=this[_0x1310b3(0x1ca)][_0x1310b3(0x246)](_0x1f977a[_0x1310b3(0x1c1)])),this[_0x1310b3(0x276)](_0x48749f,_0x2064b0,_0x283e7a,this[_0x1310b3(0x1ca)][_0x1310b3(0x148)](_0x1f977a,_0x250649));}[_0x3ec1a6(0x1b4)](_0x144f21,_0x1dc6aa=null){const _0x3e1aba=_0x3ec1a6,_0x18afbd=[],_0x58ae4f=this[_0x3e1aba(0x1a2)][_0x3e1aba(0x106)][_0x3e1aba(0x1f9)](_0x3e1aba(0x13e))['me'];Array[_0x3e1aba(0x1c0)](_0x144f21)||(_0x144f21=[_0x144f21]);for(const _0x44d561 of this[_0x3e1aba(0x1d3)]()){if(!_0x44d561[_0x3e1aba(0x264)])continue;if(_0x1dc6aa&&_0x44d561[_0x3e1aba(0x284)]!=_0x1dc6aa)continue;let _0xd19f62=!0x1;for(const _0x47c7c7 of _0x44d561[_0x3e1aba(0x215)]()){for(const _0x56d65a of _0x144f21){const _0x5aa18d=_0x56d65a[_0x3e1aba(0x25f)][_0x3e1aba(0x196)](_0x47c7c7[_0x3e1aba(0x20d)])||_0x56d65a[_0x3e1aba(0x20d)][_0x3e1aba(0x196)](_0x47c7c7[_0x3e1aba(0x25f)]);if(_0x5aa18d||_0x56d65a[_0x3e1aba(0x1cc)](_0x47c7c7)){const _0x3cd51a=_0x56d65a[_0x3e1aba(0x153)](_0x47c7c7)&&xt(this[_0x3e1aba(0x1ca)][_0x3e1aba(0x21b)],_0x47c7c7[_0x3e1aba(0x25f)],_0x56d65a),_0x3556a9=_0x47c7c7[_0x3e1aba(0x153)](_0x56d65a)&&xt(this[_0x3e1aba(0x1ca)][_0x3e1aba(0x21b)],_0x56d65a[_0x3e1aba(0x25f)],_0x47c7c7);_0x18afbd[_0x3e1aba(0x1ec)]({'suggestion':_0x44d561,'meta':{'isOwn':_0x58ae4f==_0x44d561[_0x3e1aba(0x20f)],'isNextTo':_0x5aa18d,'isInsideObject':_0x3cd51a,'containsRangeInObject':_0x3556a9}}),_0xd19f62=!0x0;break;}}if(_0xd19f62)break;}}return _0x18afbd;}[_0x3ec1a6(0x276)](_0x5c83fe,_0x155954,_0x294e95,_0x4b89a9,_0x10285d){const _0x4f16e4=_0x3ec1a6;this[_0x4f16e4(0x1ca)][_0x4f16e4(0x17e)](_0x5be3a0=>{const _0x534b05=_0x4f16e4;let _0x2f466b=_0x534b05(0x169)+_0x5c83fe+':'+_0x155954+':'+_0x294e95;_0x10285d&&(_0x2f466b=_0x2f466b+':'+_0x10285d),_0x5be3a0[_0x534b05(0x249)](_0x2f466b,{'range':_0x4b89a9,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3ec1a6(0x108)](_0x12c35b){const _0x418812=_0x3ec1a6,_0x5e09d4=_0x12c35b[_0x418812(0x179)],_0x378bed=_0x12c35b[_0x418812(0x13b)];_0x12c35b[_0x418812(0x179)]=null,_0x12c35b[_0x418812(0x13b)]=null,null!=_0x5e09d4&&_0x5e09d4[_0x418812(0x13b)]==_0x12c35b&&(_0x5e09d4[_0x418812(0x13b)]=_0x378bed),null!=_0x378bed&&_0x378bed[_0x418812(0x179)]==_0x12c35b&&(_0x378bed[_0x418812(0x179)]=_0x5e09d4),_0x418812(0x1ff)==this[_0x418812(0x15e)][_0x418812(0x1f9)](_0x12c35b)&&(this[_0x418812(0x15e)][_0x418812(0x1de)](_0x12c35b,_0x418812(0x145)),this[_0x418812(0x287)](_0x418812(0x1a4),_0x12c35b,_0x5e09d4,_0x378bed));}[_0x3ec1a6(0x157)](_0x66b066){const _0x291e02=_0x3ec1a6,_0x4b1e6e=_0x66b066['id'],_0x14444e=this[_0x291e02(0x224)](_0x66b066);if(this[_0x291e02(0x1cf)]&&this[_0x291e02(0x1cf)][_0x291e02(0x1b6)]){const _0x517655=this[_0x291e02(0x1a2)][_0x291e02(0x106)][_0x291e02(0x1f9)](_0x291e02(0x1a9)),_0x1bc494=_0x14444e[_0x291e02(0x192)],_0x56ab9e=_0x14444e[_0x291e02(0x1c7)]?_0x14444e[_0x291e02(0x284)]+':'+_0x14444e[_0x291e02(0x1c7)]:_0x14444e[_0x291e02(0x284)],_0x183b55=this[_0x291e02(0x1a2)][_0x291e02(0x255)],_0x13763c=_0x517655[_0x291e02(0x1be)](_0x51e423(_0x183b55,_0x291e02(0x1ed))),_0x2a2176={'id':_0x4b1e6e,'type':_0x56ab9e,'hasComments':_0x1bc494,'data':_0x66b066[_0x291e02(0x23d)]||null,'originalSuggestionId':_0x66b066[_0x291e02(0x22d)]||null,'attributes':_0x14444e[_0x291e02(0x244)]};this[_0x291e02(0x1cf)][_0x291e02(0x1b6)](_0x2a2176)[_0x291e02(0x25c)](_0x1b61e4=>{const _0x1330c4=_0x291e02;_0x14444e[_0x1330c4(0x299)]=!0x0,_0x517655[_0x1330c4(0x21d)](_0x13763c),_0x1b61e4&&_0x1b61e4[_0x1330c4(0x201)]&&(this[_0x1330c4(0x1c5)][_0x1330c4(0x1f9)](_0x4b1e6e)[_0x1330c4(0x201)]=_0x1b61e4[_0x1330c4(0x201)]);})[_0x291e02(0x293)](_0x34928b=>{const _0xbcbdda=_0x291e02;throw _0x27a5e6(_0xbcbdda(0x18b)),this[_0xbcbdda(0x1a2)][_0xbcbdda(0x1fc)][_0xbcbdda(0x158)]({'isUndoable':!0x1},()=>{const _0x2102c4=_0xbcbdda;_0x14444e[_0x2102c4(0x17a)]();}),_0x14444e[_0xbcbdda(0x219)](),this[_0xbcbdda(0x1c5)][_0xbcbdda(0x240)](_0x14444e['id']),this[_0xbcbdda(0x15e)][_0xbcbdda(0x240)](_0x14444e),_0x34928b;});}return _0x14444e;}[_0x3ec1a6(0x14e)](_0x27e3b8){const _0x155abb=_0x3ec1a6;return this[_0x155abb(0x1a8)][_0x155abb(0x178)](_0x27e3b8);}[_0x3ec1a6(0x152)](_0x57c0bc,_0x10ae6a){const _0x816c5b=_0x3ec1a6,_0x5e26b4=this[_0x816c5b(0x1a2)][_0x816c5b(0x106)][_0x816c5b(0x1f9)](_0x816c5b(0x1a9)),_0x1c716c=this[_0x816c5b(0x1a0)](_0x57c0bc);if(this[_0x816c5b(0x1cf)]&&this[_0x816c5b(0x1cf)][_0x816c5b(0x142)]){if(_0x1c716c[_0x816c5b(0x299)]){const _0x254bd0=_0x5e26b4[_0x816c5b(0x1be)](_0x51e423(this[_0x816c5b(0x1a2)][_0x816c5b(0x255)],_0x816c5b(0x1ed)));this[_0x816c5b(0x1cf)][_0x816c5b(0x142)](_0x57c0bc,_0x10ae6a)[_0x816c5b(0x25c)](()=>{const _0x49c87f=_0x816c5b;_0x5e26b4[_0x49c87f(0x21d)](_0x254bd0);});}else _0x1c716c['on'](_0x816c5b(0x253),()=>{const _0x2fe363=_0x816c5b;this[_0x2fe363(0x152)](_0x57c0bc,_0x10ae6a);});}}[_0x3ec1a6(0x103)](_0x18e4af){const _0x3498f4=_0x3ec1a6;if(!this[_0x3498f4(0x1cf)]||!this[_0x3498f4(0x1cf)][_0x3498f4(0x1a0)])throw new _0x3c4b83(_0x3498f4(0x184),this);return this[_0x3498f4(0x1cf)][_0x3498f4(0x1a0)](_0x18e4af);}[_0x3ec1a6(0x2a7)](_0x4a53e2){const _0x8a8ca0=_0x3ec1a6,{id:_0x203da8,type:_0xad9c59,subType:_0x4b09e6,authorId:_0x31af0a}=this[_0x8a8ca0(0x295)](_0x4a53e2),_0x4c8c9d=this[_0x8a8ca0(0x1c5)][_0x8a8ca0(0x1f9)](_0x203da8)||this[_0x8a8ca0(0x105)](_0xad9c59,_0x4b09e6,_0x203da8,_0x31af0a,{});switch(this[_0x8a8ca0(0x227)](_0x4c8c9d,_0xad9c59,_0x4b09e6,_0x31af0a),this[_0x8a8ca0(0x15e)][_0x8a8ca0(0x1f9)](_0x4c8c9d)){case _0x8a8ca0(0x2a1):this[_0x8a8ca0(0x103)](_0x203da8)[_0x8a8ca0(0x25c)](_0x911954=>{const _0x1f9dfc=_0x8a8ca0;let _0x509455=Promise[_0x1f9dfc(0x175)]();_0x911954[_0x1f9dfc(0x192)]&&(_0x509455=this[_0x1f9dfc(0x207)][_0x1f9dfc(0x241)]({'channelId':this[_0x1f9dfc(0x1a2)][_0x1f9dfc(0x189)][_0x1f9dfc(0x1f9)](_0x1f9dfc(0x271)),'threadId':_0x203da8})),_0x509455[_0x1f9dfc(0x25c)](()=>{const _0x56931d=_0x1f9dfc;this[_0x56931d(0x224)](_0x911954)[_0x56931d(0x299)]=!0x0;});}),this[_0x8a8ca0(0x15e)][_0x8a8ca0(0x1de)](_0x4c8c9d,_0x8a8ca0(0x209));break;case _0x8a8ca0(0x145):this[_0x8a8ca0(0x152)](_0x203da8,{'state':_0x8a8ca0(0x1a5)});case _0x8a8ca0(0x24d):this[_0x8a8ca0(0x15e)][_0x8a8ca0(0x1de)](_0x4c8c9d,_0x8a8ca0(0x1ff)),this[_0x8a8ca0(0x287)](_0x8a8ca0(0x11a),_0x4c8c9d);break;case _0x8a8ca0(0x1ff):this[_0x8a8ca0(0x287)](_0x8a8ca0(0x1e7),_0x4c8c9d);}return _0x4c8c9d[_0x8a8ca0(0x111)](_0x4a53e2),_0x4c8c9d;}[_0x3ec1a6(0x14a)](_0x1c2e57){const _0x4a01cc=_0x3ec1a6,_0x277c0e=Array[_0x4a01cc(0x12c)](_0x1c2e57),_0x56dd51=_0x277c0e[_0x4a01cc(0x10e)](_0x434335=>_0x4a01cc(0x1b2)==_0x434335[_0x4a01cc(0x284)]);this[_0x4a01cc(0x156)](_0x56dd51);const _0x186281=_0x277c0e[_0x4a01cc(0x10e)](_0x39cc5d=>!_0x39cc5d[_0x4a01cc(0x1cb)]&&_0x4a01cc(0x1b2)!=_0x39cc5d[_0x4a01cc(0x284)]),_0x1ca92e=this[_0x4a01cc(0x1d3)]({'skipNotAttached':!0x0})[_0x4a01cc(0x10e)](_0x260877=>!_0x260877[_0x4a01cc(0x1cb)]&&_0x4a01cc(0x1b2)!=_0x260877[_0x4a01cc(0x284)]),_0x1e64c0=_0x1ca92e[_0x4a01cc(0x10e)](_0x2eed6=>!_0x1c2e57[_0x4a01cc(0x178)](_0x2eed6)),_0x24e214=new Map(_0x1ca92e[_0x4a01cc(0x21e)](_0x472f6d=>[_0x472f6d,this[_0x4a01cc(0x1db)][_0x4a01cc(0x1b9)](_0x472f6d[_0x4a01cc(0x284)],_0x472f6d[_0x4a01cc(0x1c7)],_0x4a01cc(0x217))])),_0x163183=new Map(_0x1ca92e[_0x4a01cc(0x21e)](_0x595d5f=>[_0x595d5f,_0x595d5f[_0x4a01cc(0x146)]()])),_0x5e5642=new Set(),_0x2138cb=new Set();for(let _0xa535a8=0x0;_0xa535a8<_0x186281[_0x4a01cc(0x286)];_0xa535a8++)_0x373d08(_0x186281[_0xa535a8],_0x186281,_0xa535a8+0x1);for(let _0x482a24=0x0;_0x482a24<_0x186281[_0x4a01cc(0x286)];_0x482a24++)_0x373d08(_0x186281[_0x482a24],_0x1e64c0,0x0);const _0x5e3911=new Set();for(let _0x3357c4=0x0;_0x3357c4<_0x186281[_0x4a01cc(0x286)];_0x3357c4++){const _0x138c36=_0x186281[_0x3357c4];!_0x2138cb[_0x4a01cc(0x178)](_0x138c36)&&_0x138c36[_0x4a01cc(0x179)]&&(_0x5e3911[_0x4a01cc(0x1be)](_0x138c36[_0x4a01cc(0x179)]),_0x138c36[_0x4a01cc(0x179)][_0x4a01cc(0x13b)]===_0x138c36&&(_0x138c36[_0x4a01cc(0x179)][_0x4a01cc(0x13b)]=null),_0x138c36[_0x4a01cc(0x179)]=null),!_0x5e5642[_0x4a01cc(0x178)](_0x138c36)&&_0x138c36[_0x4a01cc(0x13b)]&&(_0x5e3911[_0x4a01cc(0x1be)](_0x138c36[_0x4a01cc(0x13b)]),_0x138c36[_0x4a01cc(0x13b)][_0x4a01cc(0x179)]===_0x138c36&&(_0x138c36[_0x4a01cc(0x13b)][_0x4a01cc(0x179)]=null),_0x138c36[_0x4a01cc(0x13b)]=null);}function _0x373d08(_0x6f0fbf,_0x4a7879,_0x2b7e44){const _0xb44fcf=_0x4a01cc;for(let _0x2dc496=_0x2b7e44;_0x2dc496<_0x4a7879[_0xb44fcf(0x286)];_0x2dc496++){const _0x152de3=_0x481b75(_0x6f0fbf,_0x4a7879[_0x2dc496]);_0x152de3&&(_0x152de3[0x0][_0xb44fcf(0x13b)]=_0x152de3[0x1],_0x152de3[0x1][_0xb44fcf(0x179)]=_0x152de3[0x0],_0x5e5642[_0xb44fcf(0x1be)](_0x152de3[0x0]),_0x2138cb[_0xb44fcf(0x1be)](_0x152de3[0x1]));}}function _0x481b75(_0x31e371,_0x5b28ae){const _0x15da2c=_0x4a01cc;if(_0x31e371[_0x15da2c(0x20f)]['id']!==_0x5b28ae[_0x15da2c(0x20f)]['id'])return null;const _0xc8e411=_0x24e214[_0x15da2c(0x1f9)](_0x31e371)(_0x31e371,_0x5b28ae,_0x163183[_0x15da2c(0x1f9)](_0x31e371),_0x163183[_0x15da2c(0x1f9)](_0x5b28ae));if(!_0xc8e411)return null;return _0x24e214[_0x15da2c(0x1f9)](_0x5b28ae)(_0x31e371,_0x5b28ae,_0x163183[_0x15da2c(0x1f9)](_0x31e371),_0x163183[_0x15da2c(0x1f9)](_0x5b28ae))?_0xc8e411[0x1][_0x15da2c(0x1b8)]&&_0xc8e411[0x1][_0x15da2c(0x1b8)][_0x15da2c(0x286)]?null:_0xc8e411:null;}_0x5e3911[_0x4a01cc(0x16b)]&&this[_0x4a01cc(0x14a)](_0x5e3911);}[_0x3ec1a6(0x156)](_0x3ccada){const _0x421bd2=_0x3ec1a6;if(0x0==_0x3ccada[_0x421bd2(0x286)])return;const _0x47e7c0=this[_0x421bd2(0x1d3)]({'skipNotAttached':!0x0})[_0x421bd2(0x10e)](_0x5783b4=>_0x421bd2(0x1b2)==_0x5783b4[_0x421bd2(0x284)]&&_0x5783b4[_0x421bd2(0x182)]),_0x4376e5=[],_0x5cdafe=new Map();for(const _0x4a3169 of _0x47e7c0){const _0x34b179=_0x341f09(_0x4a3169[_0x421bd2(0x244)]);_0x5cdafe[_0x421bd2(0x178)](_0x34b179)||(_0x5cdafe[_0x421bd2(0x1de)](_0x34b179,_0x4376e5[_0x421bd2(0x286)]),_0x4376e5[_0x421bd2(0x1ec)]([]));const _0x2275c5=_0x5cdafe[_0x421bd2(0x1f9)](_0x34b179);_0x4376e5[_0x2275c5][_0x421bd2(0x1ec)](_0x4a3169);}!(function(){const _0x2b6151=_0x421bd2;_0x4376e5[_0x2b6151(0x119)]((_0x11793e,_0x3c8118)=>{const _0x58ce8c=_0x2b6151,_0x4ee2dd=_0x11793e[0x0][_0x58ce8c(0x201)],_0x5cf0bc=_0x3c8118[0x0][_0x58ce8c(0x201)];return _0x4ee2dd==_0x5cf0bc?_0x11793e[0x0][_0x58ce8c(0x244)][_0x58ce8c(0x132)]<_0x3c8118[0x0][_0x58ce8c(0x244)][_0x58ce8c(0x132)]?-0x1:0x1:_0x4ee2dd<_0x5cf0bc?-0x1:0x1;});for(const _0x2eec05 of _0x4376e5)_0x2eec05[_0x2b6151(0x119)]((_0x3d9902,_0x372792)=>_0x3d9902['id']<_0x372792['id']?-0x1:0x1);}());for(let _0x1b4aae=0x0;_0x1b4aae<_0x4376e5[_0x421bd2(0x286)];_0x1b4aae++){if(0x0==_0x4376e5[_0x1b4aae][_0x421bd2(0x286)])continue;const _0x2573d2=[];for(let _0x36e02f=_0x1b4aae+0x1;_0x36e02f<_0x4376e5[_0x421bd2(0x286)];_0x36e02f++)0x0!=_0x4376e5[_0x36e02f][_0x421bd2(0x286)]&&_0x55639a(_0x4376e5[_0x1b4aae],_0x4376e5[_0x36e02f])&&_0x2573d2[_0x421bd2(0x1ec)](_0x36e02f);for(const _0x24b8dd of _0x2573d2)_0x4376e5[_0x1b4aae]=_0x4376e5[_0x1b4aae][_0x421bd2(0x10c)](_0x4376e5[_0x24b8dd]),_0x4376e5[_0x24b8dd]=[];}for(const _0x1b6f38 of _0x4376e5)for(let _0x27baed=0x0;_0x27baed<_0x1b6f38[_0x421bd2(0x286)];_0x27baed++)_0x1b6f38[_0x27baed][_0x421bd2(0x13b)]=_0x1b6f38[_0x27baed+0x1]||null;for(const _0x35abd2 of _0x4376e5)for(let _0x51d302=0x0;_0x51d302<_0x35abd2[_0x421bd2(0x286)];_0x51d302++)_0x35abd2[_0x51d302][_0x421bd2(0x179)]=_0x35abd2[_0x51d302-0x1]||null;function _0x55639a(_0x21f7c3,_0x807e01){const _0x2c53c2=_0x421bd2;if(_0x21f7c3[0x0][_0x2c53c2(0x244)][_0x2c53c2(0x132)]!==_0x807e01[0x0][_0x2c53c2(0x244)][_0x2c53c2(0x132)]&&_0x21f7c3[0x0][_0x2c53c2(0x20f)]!==_0x807e01[0x0][_0x2c53c2(0x20f)])return!0x1;if(!function(_0x30180c,_0x29e366){const _0x14012b=_0x2c53c2;if(!_0x30180c[_0x14012b(0x192)]&&!_0x29e366[_0x14012b(0x192)])return!0x0;if(_0x30180c[_0x14012b(0x192)]&&_0x29e366[_0x14012b(0x192)])return!0x1;if(_0x30180c[_0x14012b(0x192)]&&_0x29e366[_0x14012b(0x201)]<_0x30180c[_0x14012b(0x1b8)][_0x14012b(0x2a2)][_0x14012b(0x1f9)](0x0)[_0x14012b(0x201)])return!0x0;if(_0x29e366[_0x14012b(0x192)]&&_0x30180c[_0x14012b(0x201)]<_0x29e366[_0x14012b(0x1b8)][_0x14012b(0x2a2)][_0x14012b(0x1f9)](0x0)[_0x14012b(0x201)])return!0x0;return!0x1;}(_0x21f7c3[0x0],_0x807e01[0x0]))return!0x1;const _0x5f1b80=_0x2008fb(_0x21f7c3[0x0][_0x2c53c2(0x244)],_0x2c53c2(0x132)),_0x3d1869=_0x2008fb(_0x807e01[0x0][_0x2c53c2(0x244)],_0x2c53c2(0x132));if(!_0x48701d(_0x5f1b80,_0x3d1869))return!0x1;return!!_0x21f7c3[_0x2c53c2(0x29d)](_0x4464e4=>_0x807e01[_0x2c53c2(0x19c)](_0x286b94=>_0x4464e4[_0x2c53c2(0x146)]()[_0x2c53c2(0x196)](_0x286b94[_0x2c53c2(0x146)]())))&&_0x807e01[_0x2c53c2(0x29d)](_0x5ab970=>_0x21f7c3[_0x2c53c2(0x19c)](_0x389f43=>_0x5ab970[_0x2c53c2(0x146)]()[_0x2c53c2(0x196)](_0x389f43[_0x2c53c2(0x146)]())));}}[_0x3ec1a6(0x1ef)](_0x5464ac){const _0x47e052=_0x3ec1a6,_0x8f65b=Array[_0x47e052(0x12c)](_0x5464ac),_0x2813aa=this[_0x47e052(0x1d3)]({'skipNotAttached':!0x0}),_0x23bc15=_0x2813aa[_0x47e052(0x10e)](_0x282ac1=>!_0x5464ac[_0x47e052(0x178)](_0x282ac1)),_0x544730=new Map(_0x8f65b[_0x47e052(0x21e)](_0x3591d9=>[_0x3591d9,this[_0x47e052(0x1db)][_0x47e052(0x1b9)](_0x3591d9[_0x47e052(0x284)],_0x3591d9[_0x47e052(0x1c7)],_0x47e052(0x2af))])),_0x2b02f3=new Map(_0x2813aa[_0x47e052(0x21e)](_0x2caefc=>[_0x2caefc,_0x2caefc[_0x47e052(0x215)]()]));for(let _0x3a8b9c=0x0;_0x3a8b9c<_0x8f65b[_0x47e052(0x286)];_0x3a8b9c++){if(_0x4dfe71(this,_0x8f65b[_0x3a8b9c],_0x8f65b,_0x3a8b9c+0x1))return!0x0;}for(let _0x12cfee=0x0;_0x12cfee<_0x8f65b[_0x47e052(0x286)];_0x12cfee++){if(_0x4dfe71(this,_0x8f65b[_0x12cfee],_0x23bc15,0x0))return!0x0;}return!0x1;function _0x4dfe71(_0x59b66e,_0x3fe90f,_0x407eb0,_0x129126){const _0x5e4c68=_0x47e052;for(let _0x1b7af5=_0x129126;_0x1b7af5<_0x407eb0[_0x5e4c68(0x286)];_0x1b7af5++){const _0x417e80=_0x407eb0[_0x1b7af5];if(_0x417e80[_0x5e4c68(0x284)]!==_0x3fe90f[_0x5e4c68(0x284)]||_0x417e80[_0x5e4c68(0x20f)]['id']!==_0x3fe90f[_0x5e4c68(0x20f)]['id']||_0x417e80[_0x5e4c68(0x1c7)]!==_0x3fe90f[_0x5e4c68(0x1c7)])continue;if(!Ft(_0x3fe90f,_0x417e80,[_0x5e4c68(0x132)]))continue;if(_0x5e4c68(0x1b2)==_0x3fe90f[_0x5e4c68(0x284)]&&_0x3fe90f[_0x5e4c68(0x23d)][_0x5e4c68(0x21f)]!=_0x417e80[_0x5e4c68(0x23d)][_0x5e4c68(0x21f)])continue;if(_0x5e4c68(0x1b2)==_0x3fe90f[_0x5e4c68(0x284)]&&_0x59b66e[_0x5e4c68(0x14e)](_0x3fe90f[_0x5e4c68(0x23d)][_0x5e4c68(0x24e)]))continue;if(_0x5e4c68(0x15f)==_0x3fe90f[_0x5e4c68(0x284)]){const _0x5919bb=_0x59b66e[_0x5e4c68(0x1a2)][_0x5e4c68(0x1fc)],_0x405672=_0x3fe90f[_0x5e4c68(0x113)]();if(_0x405672&&(_0x5919bb[_0x5e4c68(0x21b)][_0x5e4c68(0x297)](_0x405672)||_0x5919bb[_0x5e4c68(0x21b)][_0x5e4c68(0x1bf)](_0x405672)))continue;}const _0x36bb91=_0x544730[_0x5e4c68(0x1f9)](_0x3fe90f),_0x116294=_0x2b02f3[_0x5e4c68(0x1f9)](_0x3fe90f),_0x4a2790=_0x2b02f3[_0x5e4c68(0x1f9)](_0x417e80),_0x182a21=_0x3fe90f[_0x5e4c68(0x1b8)]&&_0x3fe90f[_0x5e4c68(0x1b8)][_0x5e4c68(0x286)],_0x56a136=_0x417e80[_0x5e4c68(0x1b8)]&&_0x417e80[_0x5e4c68(0x1b8)][_0x5e4c68(0x286)];if(!_0x182a21&&_0x36bb91(_0x4a2790,_0x116294))return _0x59b66e[_0x5e4c68(0x20c)](_0x417e80,_0x3fe90f),_0x2b02f3[_0x5e4c68(0x240)](_0x3fe90f),!0x0;if(!_0x56a136&&_0x36bb91(_0x116294,_0x4a2790))return _0x59b66e[_0x5e4c68(0x20c)](_0x3fe90f,_0x417e80),_0x2b02f3[_0x5e4c68(0x240)](_0x417e80),!0x0;}return!0x1;}}[_0x3ec1a6(0x20c)](_0x5e10fd,_0x1872c8){const _0x57874f=_0x3ec1a6;if(_0x5e10fd[_0x57874f(0x1cb)]){for(const _0x4df9c1 of _0x1872c8[_0x57874f(0x215)]())_0x5e10fd[_0x57874f(0x18d)](_0x4df9c1);}else{const _0x1c6a20=_0x1872c8[_0x57874f(0x146)]()[_0x57874f(0x20d)];this[_0x57874f(0x2a3)](_0x5e10fd,this[_0x57874f(0x1ca)][_0x57874f(0x148)](_0x5e10fd[_0x57874f(0x146)]()[_0x57874f(0x25f)],_0x1c6a20));}_0x1872c8[_0x57874f(0x210)]();}[_0x3ec1a6(0x272)](_0x5db591,_0x49933f){const _0x2475e3=_0x3ec1a6,_0x27bb06=_0x5db591[_0x2475e3(0x280)](_0x2475e3(0x1ab))||_0x5db591[_0x2475e3(0x280)](_0x2475e3(0x1b2))?_0x2475e3(0x19f):_0x5db591[_0x2475e3(0x1c4)]();return _0x51e423(this[_0x2475e3(0x1a2)][_0x2475e3(0x255)],_0x49933f+'_'+_0x27bb06+_0x2475e3(0x134));}[_0x3ec1a6(0x278)](){const _0x279293=_0x3ec1a6,_0x4f8700=this[_0x279293(0x1a2)];_0x124e78(this[_0x279293(0x1ca)],({left:_0x582700,entered:_0x1e2b8c})=>{const _0x38be12=_0x279293,_0x381650=[];for(const _0x378192 of _0x582700){const {group:_0xb2845,type:_0x25e17c}=this[_0x38be12(0x295)](_0x378192[_0x38be12(0x243)]);if(_0x38be12(0x28c)===_0xb2845){_0x381650[_0x38be12(0x1ec)](this[_0x38be12(0x272)](_0x25e17c,_0x38be12(0x2ae)));break;}}for(const _0x4e86c6 of _0x1e2b8c){const {group:_0x1034bc,type:_0x4fb945}=this[_0x38be12(0x295)](_0x4e86c6[_0x38be12(0x243)]);if(_0x38be12(0x28c)===_0x1034bc){_0x381650[_0x38be12(0x1ec)](this[_0x38be12(0x272)](_0x4fb945,_0x38be12(0x1da)));break;}}_0x381650[_0x38be12(0x286)]&&_0x4f8700['ui'][_0x38be12(0x2ac)][_0x38be12(0x1d7)](_0x38be12(0x122),_0x381650[_0x38be12(0x2af)]('\x20'));});}[_0x3ec1a6(0x165)](_0xdf4b1b){const _0x50071a=_0x3ec1a6;if(this[_0x50071a(0x168)])return!0x1;const _0x490530=this[_0x50071a(0x1a2)],_0x356b0c=_0x490530[_0x50071a(0x1fc)][_0x50071a(0x112)][_0x50071a(0x1e6)][_0x50071a(0x1e4)]();if(0x0==_0x356b0c[_0x50071a(0x286)])return!0x1;const _0x14c10c=[],_0x4a76ae=_0x356b0c[_0x50071a(0x10e)](_0x5aad90=>_0x50071a(0x1b2)==_0x5aad90[_0x50071a(0x284)]),_0x4bfca3=_0x356b0c[_0x50071a(0x10e)](_0x5f1ccd=>_0x50071a(0x237)==_0x5f1ccd[_0x50071a(0x284)]&&_0x50071a(0x265)!=_0x5f1ccd[_0x50071a(0x243)]),_0xd106e5=_0x356b0c[_0x50071a(0x10e)](_0x5a520d=>_0x50071a(0x21d)==_0x5a520d[_0x50071a(0x284)]&&_0x50071a(0x265)!=_0x5a520d[_0x50071a(0x243)]);for(const _0x46e07c of _0x4a76ae)_0x14c10c[_0x50071a(0x1ec)]({'key':_0x46e07c[_0x50071a(0x107)],'newValue':_0x46e07c[_0x50071a(0x172)],'oldValue':_0x46e07c[_0x50071a(0x155)],'range':Ut(_0x46e07c[_0x50071a(0x25d)],_0x490530[_0x50071a(0x1fc)])});for(const _0x49c94e of _0x4bfca3){const _0x385282=_0xd106e5[_0x50071a(0x216)](_0x4793af=>_0x4793af[_0x50071a(0x1e3)][_0x50071a(0x196)](_0x49c94e[_0x50071a(0x1e3)]));_0x385282&&_0x14c10c[_0x50071a(0x1ec)]({'key':_0x50071a(0x214),'newValue':_0x49c94e[_0x50071a(0x243)],'oldValue':_0x385282[_0x50071a(0x243)],'range':_0x490530[_0x50071a(0x1fc)][_0x50071a(0x135)](_0x49c94e[_0x50071a(0x1e3)][_0x50071a(0x23c)])});}return 0x0!=_0x14c10c[_0x50071a(0x286)]&&this[_0x50071a(0x266)](_0xdf4b1b,_0x14c10c);}[_0x3ec1a6(0x238)](_0x2312b0){const _0x114e18=_0x3ec1a6;let _0x40ad30=!0x1;const _0x3a97d7=this[_0x114e18(0x1a2)][_0x114e18(0x1fc)][_0x114e18(0x112)][_0x114e18(0x1e6)][_0x114e18(0x22f)]()[_0x114e18(0x10e)](_0x42d0b2=>_0x42d0b2[_0x114e18(0x23d)][_0x114e18(0x171)]&&_0x42d0b2[_0x114e18(0x243)][_0x114e18(0x280)](_0x114e18(0x102)));for(const _0x1da2f2 of _0x3a97d7){const {subType:_0x2b97cc,id:_0x5c945e}=this[_0x114e18(0x295)](_0x1da2f2[_0x114e18(0x243)]),_0x43bd02=_0x2b97cc[_0x114e18(0x242)]('|')[0x0];for(const _0x133607 of this[_0x114e18(0x1d3)]({'skipNotAttached':!0x0}))_0x133607['id']!=_0x5c945e&&_0x114e18(0x1b2)==_0x133607[_0x114e18(0x284)]&&_0x133607[_0x114e18(0x23d)]&&_0x133607[_0x114e18(0x23d)][_0x114e18(0x24e)]==_0x43bd02&&_0x133607[_0x114e18(0x146)]()[_0x114e18(0x140)](_0x1da2f2[_0x114e18(0x23d)][_0x114e18(0x171)])&&(this[_0x114e18(0x13f)](_0x133607,_0x1da2f2[_0x114e18(0x23d)][_0x114e18(0x171)],_0x2312b0),_0x40ad30=!0x0);}return _0x40ad30;}[_0x3ec1a6(0x273)](_0x13229d){const _0x8e389d=_0x3ec1a6;this[_0x8e389d(0x1a2)],(this[_0x8e389d(0x168)]=!0x0,_0x13229d());}[_0x3ec1a6(0x185)](_0x5240ee){const _0x19dc89=_0x3ec1a6,_0x24783b=this[_0x19dc89(0x14e)](_0x5240ee),_0x5a2519=this[_0x19dc89(0x149)][_0x19dc89(0x178)](_0x5240ee);return _0x24783b||_0x5a2519;}[_0x3ec1a6(0x266)](_0x379e1b,_0x2c2df3){const _0x35d147=_0x3ec1a6;if(0x0==_0x2c2df3[_0x35d147(0x286)])return!0x1;let _0x50310c=!0x1;for(const _0x38506c of _0x2c2df3){const _0x2ce085=this[_0x35d147(0x1b4)](_0x38506c[_0x35d147(0x25d)],_0x35d147(0x1b2))[_0x35d147(0x10e)](_0x1bde06=>!_0x1bde06[_0x35d147(0x19b)][_0x35d147(0x29e)])[_0x35d147(0x21e)](_0x483198=>_0x483198[_0x35d147(0x28c)]),_0x117a68=_0x341f09({'newValue':_0x38506c[_0x35d147(0x27d)]});_0x2ce085[_0x35d147(0x10e)](_0x503701=>{const _0x97b501=_0x35d147,[_0x1fcd2b,_0x5318a7]=_0x503701[_0x97b501(0x1c7)][_0x97b501(0x242)]('|');return _0x1fcd2b==_0x38506c[_0x97b501(0x24e)]&&_0x5318a7!=_0x117a68;})[_0x35d147(0x1ce)](_0x374d20=>{const _0x301b2e=_0x35d147;this[_0x301b2e(0x13f)](_0x374d20,_0x38506c[_0x301b2e(0x25d)],_0x379e1b),_0x50310c=!0x0;});}return _0x50310c;}[_0x3ec1a6(0x13f)](_0x31057d,_0x543dbf,_0x50d70f){const _0x2df09f=_0x3ec1a6,_0x4acc52=_0x31057d[_0x2df09f(0x146)]()[_0x2df09f(0x1a6)](_0x543dbf);0x0!==_0x4acc52[_0x2df09f(0x286)]?0x1!==_0x4acc52[_0x2df09f(0x286)]?this[_0x2df09f(0x1dc)](_0x31057d,_0x543dbf[_0x2df09f(0x25f)],_0x543dbf[_0x2df09f(0x20d)]):this[_0x2df09f(0x2a3)](_0x31057d,_0x4acc52[0x0]):_0x50d70f[_0x2df09f(0x28a)](_0x31057d[_0x2df09f(0x261)]());}}class Bt{constructor(_0x5eeb35){const _0x2ee9e4=_0x3ec1a6;this[_0x2ee9e4(0x29c)]=_0x5eeb35,this[_0x2ee9e4(0x1ca)]=_0x5eeb35[_0x2ee9e4(0x1fc)],this[_0x2ee9e4(0x1ac)]=new Map(),this[_0x2ee9e4(0x24a)]=new Map(),this[_0x2ee9e4(0x203)]();}[_0x3ec1a6(0x28e)](_0xcb90e7,_0x497068,_0x5d4708,_0xd447c9,_0x57eade,_0x2a6007){const _0x42922a=_0x3ec1a6;return new _0x157044(this[_0x42922a(0x1ca)],{'type':_0xcb90e7,'subType':_0x497068,'id':_0x5d4708,'author':_0xd447c9,'creator':_0xd447c9,'attributes':_0x57eade,'onAttributesChange':_0x2a6007,'onAccept':(..._0x46adea)=>this[_0x42922a(0x1b9)](_0xcb90e7,_0x497068,_0x42922a(0x130))(..._0x46adea),'onDiscard':(..._0x55d4c7)=>this[_0x42922a(0x1b9)](_0xcb90e7,_0x497068,_0x42922a(0x17a))(..._0x55d4c7)});}[_0x3ec1a6(0x12b)](_0x348ed1,_0x3c711f,_0x520ef7,_0x588ae9){const _0x634b38=_0x3ec1a6,_0x5c102b=_0x348ed1+':'+_0x3c711f+':'+_0x520ef7;this[_0x634b38(0x1ac)][_0x634b38(0x1de)](_0x5c102b,_0x588ae9);}[_0x3ec1a6(0x1b9)](_0x1a3b35,_0x250749,_0x4cd491){const _0x5a94a8=_0x3ec1a6,_0x266a32=_0x1a3b35+':'+_0x250749+':'+_0x4cd491;return this[_0x5a94a8(0x1ac)][_0x5a94a8(0x1f9)](_0x266a32)||this[_0x5a94a8(0x24a)][_0x5a94a8(0x1f9)](_0x1a3b35+':'+_0x4cd491);}[_0x3ec1a6(0x203)](){const _0x5b8507=_0x3ec1a6,_0x4b5ab1=()=>!0x1,_0x3c7230=_0x295bea=>{const _0x150452=_0x3e35;_0x295bea[_0x150452(0x119)]((_0x15df94,_0x77081d)=>_0x15df94[_0x150452(0x25f)][_0x150452(0x231)](_0x77081d[_0x150452(0x25f)])?0x1:-0x1),this[_0x150452(0x1ca)][_0x150452(0x17e)](_0x45587f=>{const _0x54031f=_0x150452;for(const _0x4e0cae of _0x295bea){let _0x39702d;_0x39702d=_0x4e0cae[_0x54031f(0x20d)][_0x54031f(0x1e2)]&&_0x4e0cae[_0x54031f(0x20d)][_0x54031f(0x1c1)]==_0x4e0cae[_0x54031f(0x25f)][_0x54031f(0x23c)]?_0x45587f[_0x54031f(0x195)](_0x4e0cae[_0x54031f(0x25f)][_0x54031f(0x23c)],'on'):_0x45587f[_0x54031f(0x195)](_0x4e0cae),this[_0x54031f(0x1ca)][_0x54031f(0x137)](_0x39702d,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x396023=(_0x55cacb,_0x58eb0d)=>{const _0x1cc628=_0x3e35;_0x58eb0d&&this[_0x1cc628(0x1ca)][_0x1cc628(0x17e)](_0x329b4b=>{const _0x26a0bc=_0x1cc628,{commandName:_0x76ace8,commandParams:_0x198b66=[]}=_0x58eb0d,_0x3e62c1=_0x55cacb[_0x26a0bc(0x21e)](_0x3dba3c=>(Rt(_0x3dba3c)&&(_0x3dba3c=this[_0x26a0bc(0x1ca)][_0x26a0bc(0x148)](_0x3dba3c[_0x26a0bc(0x20d)])),_0x3dba3c))[_0x26a0bc(0x10e)](_0x186987=>_0x26a0bc(0x121)!==_0x186987[_0x26a0bc(0x2a4)][_0x26a0bc(0x183)]);if(_0x3e62c1[_0x26a0bc(0x286)]<0x1)return;const _0x1e064c=Array[_0x26a0bc(0x12c)](this[_0x26a0bc(0x1ca)][_0x26a0bc(0x112)][_0x26a0bc(0x213)][_0x26a0bc(0x215)]())[_0x26a0bc(0x21e)](_0x477818=>_0x512b39[_0x26a0bc(0x1f0)](_0x477818));_0x329b4b[_0x26a0bc(0x25b)](_0x3e62c1);for(const _0x50bb89 of this[_0x26a0bc(0x29c)][_0x26a0bc(0x1e0)][_0x26a0bc(0x1e0)]())_0x50bb89[_0x26a0bc(0x1fa)]();_0x198b66[_0x26a0bc(0x1ec)]({'forceDefaultExecution':!0x0}),this[_0x26a0bc(0x29c)][_0x26a0bc(0x13c)](_0x76ace8,..._0x198b66);const _0x465e6a=_0x1e064c[_0x26a0bc(0x10e)](_0x169187=>_0x26a0bc(0x121)!=_0x169187[_0x26a0bc(0x2a4)][_0x26a0bc(0x183)]);_0x465e6a[_0x26a0bc(0x286)]>0x0&&_0x329b4b[_0x26a0bc(0x25b)](_0x465e6a);for(const _0x347563 of _0x1e064c)_0x347563[_0x26a0bc(0x250)]();});},_0x2118b5=(_0x172c80,_0x161f5c)=>0x1==_0x172c80[_0x5b8507(0x286)]&&0x1==_0x161f5c[_0x5b8507(0x286)]&&_0x172c80[0x0][_0x5b8507(0x20d)][_0x5b8507(0x196)](_0x161f5c[0x0][_0x5b8507(0x25f)]),_0x869582=(_0x48971c,_0x5f158a,_0x1f6d76,_0x49c413)=>Gt(_0x48971c,_0x5f158a,_0x1f6d76,_0x49c413,this[_0x5b8507(0x1ca)])?[_0x48971c,_0x5f158a]:Gt(_0x5f158a,_0x48971c,_0x49c413,_0x1f6d76,this[_0x5b8507(0x1ca)])?[_0x5f158a,_0x48971c]:null;this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x128),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x124),_0x3c7230),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x18c),_0x2118b5),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x1f2),_0x869582),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x17f),_0x3c7230),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x1ee),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x174),_0x2118b5),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x161),_0x869582),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x173),_0x396023),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x28f),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x22b),_0x2118b5),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x1b5),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x167),_0x396023),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x218),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x281),_0x2118b5),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x12a),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x15d),_0x4b5ab1),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x232),(_0x3362c2,_0x2364f7)=>{const _0x27aee3=_0x5b8507;if(!_0x2364f7)return;const _0x202fab=this[_0x27aee3(0x29c)][_0x27aee3(0x106)][_0x27aee3(0x1f9)](p);this[_0x27aee3(0x1ca)][_0x27aee3(0x17e)](_0x202d08=>{const _0x6a28bd=_0x27aee3;if(_0x6a28bd(0x214)==_0x2364f7[_0x6a28bd(0x24e)])for(const _0x42062b of _0x3362c2){const _0x59720c=_0x42062b[_0x6a28bd(0x25f)][_0x6a28bd(0x23c)],_0x390ed0=_0x2364f7[_0x6a28bd(0x21f)];_0x202d08[_0x6a28bd(0x23a)](_0x59720c,_0x390ed0);}else{if(_0x202fab[_0x6a28bd(0x14e)](_0x2364f7[_0x6a28bd(0x24e)])){for(const _0x2996e2 of _0x3362c2)void 0x0!==_0x2364f7[_0x6a28bd(0x21f)]?_0x202d08[_0x6a28bd(0x283)](_0x2364f7[_0x6a28bd(0x24e)],_0x2364f7[_0x6a28bd(0x21f)],_0x2996e2[_0x6a28bd(0x25f)][_0x6a28bd(0x23c)]):_0x202d08[_0x6a28bd(0x1e5)](_0x2364f7[_0x6a28bd(0x24e)],_0x2996e2[_0x6a28bd(0x25f)][_0x6a28bd(0x23c)]);}else{for(const _0x521a38 of _0x3362c2)_0x2364f7[_0x6a28bd(0x21f)]?_0x202d08[_0x6a28bd(0x283)](_0x2364f7[_0x6a28bd(0x24e)],_0x2364f7[_0x6a28bd(0x21f)],_0x521a38):_0x202d08[_0x6a28bd(0x1e5)](_0x2364f7[_0x6a28bd(0x24e)],_0x521a38);}}});}),this[_0x5b8507(0x24a)][_0x5b8507(0x1de)](_0x5b8507(0x14b),_0x2118b5);}}function xt(_0x5de69d,_0x4ad776,_0x23928d){const _0x1c32ca=_0x3ec1a6;for(const _0x5e0ede of _0x4ad776[_0x1c32ca(0x1c1)][_0x1c32ca(0x256)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x5e0ede[_0x1c32ca(0x2a4)]==_0x5e0ede)return!0x1;if(!_0x23928d[_0x1c32ca(0x126)](_0x5e0ede))return!0x1;if(_0x5de69d[_0x1c32ca(0x297)](_0x5e0ede)||_0x5de69d[_0x1c32ca(0x1bf)](_0x5e0ede))return!0x0;}return!0x1;}function Rt(_0x19cf69){const _0x16224d=_0x3ec1a6;return _0x19cf69[_0x16224d(0x20d)][_0x16224d(0x1c1)]==_0x19cf69[_0x16224d(0x25f)][_0x16224d(0x23c)]&&_0x19cf69[_0x16224d(0x20d)][_0x16224d(0x181)];}function Tt(_0x2e2bb0,_0x2f244c,_0x58818b,_0x38a96c){const _0x683093=_0x3ec1a6,_0xe47551=_0x53a69b=>!_0x53a69b[_0x683093(0x16c)]['is'](_0x683093(0x22c))&&!_0x38a96c[_0x683093(0x297)](_0x53a69b[_0x683093(0x16c)]),_0x1b2cbc=_0x2e2bb0[_0x683093(0x25f)][_0x683093(0x257)](_0xe47551),_0x3c1988=_0x2e2bb0[_0x683093(0x20d)][_0x683093(0x257)](_0xe47551,{'direction':_0x683093(0x245)});return(!_0x2e2bb0[_0x683093(0x25f)][_0x683093(0x196)](_0x1b2cbc)||!_0x2e2bb0[_0x683093(0x20d)][_0x683093(0x196)](_0x3c1988))&&(_0x1b2cbc[_0x683093(0x231)](_0x3c1988)?_0x58818b[_0x683093(0x1f1)](_0x2f244c,{'range':_0x58818b[_0x683093(0x148)](_0x1b2cbc,_0x3c1988)}):_0x58818b[_0x683093(0x28a)](_0x2f244c),!0x0);}function Et(_0x41d1f2){return _0x341f09(_0x41d1f2);}function Vt(_0x2ba973){const _0x163f4a=_0x3ec1a6,_0x3d0f2a=_0x2ba973[_0x163f4a(0x25f)][_0x163f4a(0x23c)];return _0x3d0f2a&&_0x3d0f2a['is'](_0x163f4a(0x1d5));}function Ut(_0x581694,_0xe46dac){const _0x1ed26d=_0x3ec1a6;return null==_0x581694[_0x1ed26d(0x20d)][_0x1ed26d(0x16f)]&&_0x581694[_0x1ed26d(0x20d)][_0x1ed26d(0x1c1)]==_0x581694[_0x1ed26d(0x25f)][_0x1ed26d(0x23c)]?Ot(_0x581694[_0x1ed26d(0x25f)][_0x1ed26d(0x23c)],_0xe46dac):_0x581694;}function Ot(_0x221b04,_0x19a0a3){const _0x22d849=_0x3ec1a6,_0x265a64=_0x19a0a3[_0x22d849(0x21b)][_0x22d849(0x297)](_0x221b04)||_0x19a0a3[_0x22d849(0x21b)][_0x22d849(0x197)](_0x221b04);return _0x19a0a3[_0x22d849(0x148)](_0x19a0a3[_0x22d849(0x252)](_0x221b04,_0x22d849(0x282)),_0x265a64?_0x19a0a3[_0x22d849(0x193)](_0x221b04):_0x19a0a3[_0x22d849(0x252)](_0x221b04,_0x22d849(0x20d)));}function Gt(_0x1c54a9,_0x4ddc16,_0x38e019,_0x456ae0,_0x1bec93){const _0x1dd459=_0x3ec1a6;if(!Ft(_0x1c54a9,_0x4ddc16))return!0x1;if(_0x38e019[_0x1dd459(0x20d)][_0x1dd459(0x196)](_0x456ae0[_0x1dd459(0x25f)]))return!0x0;if(_0x1c54a9[_0x1dd459(0x284)]!=_0x4ddc16[_0x1dd459(0x284)])return!0x1;if(!_0x38e019[_0x1dd459(0x20d)][_0x1dd459(0x236)](_0x456ae0[_0x1dd459(0x25f)]))return!0x1;const _0x23835c=_0x1bec93[_0x1dd459(0x148)](_0x38e019[_0x1dd459(0x20d)],_0x456ae0[_0x1dd459(0x25f)])[_0x1dd459(0x11f)]();for(const _0x3ebe58 of _0x23835c)if([_0x1dd459(0x114),_0x1dd459(0x1bb)][_0x1dd459(0x10d)](_0x3ebe58[_0x1dd459(0x284)])&&_0x1bec93[_0x1dd459(0x21b)][_0x1dd459(0x1bf)](_0x3ebe58[_0x1dd459(0x16c)]))return!0x1;return!0x0;}function Ft(_0x5d2f73,_0x4cebce,_0x2739f9=[]){const _0x4eaf08=_0x3ec1a6;return!(!_0x5d2f73[_0x4eaf08(0x182)]||!_0x4cebce[_0x4eaf08(0x182)])&&_0x48701d(_0x2008fb(_0x5d2f73[_0x4eaf08(0x244)],_0x2739f9),_0x2008fb(_0x4cebce[_0x4eaf08(0x244)],_0x2739f9));}function Pt(_0x59379b,_0x3d7871){const _0x20e9b2=_0x3ec1a6,_0x424a60=Lt(_0x59379b[_0x20e9b2(0x244)]),_0x2b2595=Lt(_0x3d7871);if(!_0x59379b[_0x20e9b2(0x182)])return!0x1;for(const _0x5c7c2a of Object[_0x20e9b2(0x17c)](_0x2b2595))if(!_0x48701d(_0x424a60[_0x5c7c2a],_0x2b2595[_0x5c7c2a]))return!0x1;return!0x0;}function Lt(_0x3b092e){const _0x550908=_0x3ec1a6,_0x581554=Object[_0x550908(0x1d4)]({},_0x3b092e);return delete _0x581554[_0x550908(0x144)],delete _0x581554[_0x550908(0x19e)],_0x581554;}
23
+ const _0x1de4b5=_0x5966;(function(_0x54c709,_0x427934){const _0x1ee892=_0x5966,_0x5b955b=_0x54c709();while(!![]){try{const _0x3ac5c1=-parseInt(_0x1ee892(0x115))/0x1+parseInt(_0x1ee892(0x10a))/0x2*(parseInt(_0x1ee892(0x217))/0x3)+-parseInt(_0x1ee892(0x131))/0x4*(parseInt(_0x1ee892(0x1ad))/0x5)+-parseInt(_0x1ee892(0x230))/0x6*(-parseInt(_0x1ee892(0x167))/0x7)+parseInt(_0x1ee892(0x15c))/0x8*(parseInt(_0x1ee892(0x128))/0x9)+parseInt(_0x1ee892(0x1be))/0xa+parseInt(_0x1ee892(0xc3))/0xb*(parseInt(_0x1ee892(0xef))/0xc);if(_0x3ac5c1===_0x427934)break;else _0x5b955b['push'](_0x5b955b['shift']());}catch(_0x10d8cb){_0x5b955b['push'](_0x5b955b['shift']());}}}(_0x5dc9,0x78ebf));import{Plugin as _0x45a978,PendingActions as _0x422138}from'ckeditor5/src/core.js';import{LiveRange as _0x211b66}from'ckeditor5/src/engine.js';import{CKEditorError as _0x40a4aa,uid as _0x12f219,priorities as _0x5c8174,logWarning as _0x42ebed}from'ckeditor5/src/utils.js';import{toWidget as _0x3edac5}from'ckeditor5/src/widget.js';import{Users as _0x52428f,hashObject as _0x3cbb16,surroundingMarkersDetector as _0x1cd276}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x7f0162 from'./commands/trackchangescommand.js';import _0x31dcb0 from'./commands/acceptsuggestioncommand.js';import _0x5ef15a from'./commands/discardsuggestioncommand.js';import _0x5650b3 from'./commands/executeonallsuggestionscommand.js';import _0x45dde0 from'./commands/executeonselectedsuggestionscommand.js';import _0x3c7e08 from'./suggestion.js';import _0xdcce95 from'./suggestiondescriptionfactory.js';import _0x601a81 from'./integrations/aiassistant.js';import _0xab43c4 from'./integrations/alignment.js';import _0x1193d1 from'./integrations/basicstyles.js';import _0x34a1ee from'./integrations/blockquote.js';import _0x4e6fe8 from'./integrations/casechange.js';import _0x1fdbf7 from'./integrations/ckbox.js';import _0x5e2ad5 from'./integrations/codeblock.js';import _0x14cfc8 from'./integrations/comments.js';import _0x241959 from'./integrations/deletecommand.js';import _0x39208c from'./integrations/list.js';import _0x174df7 from'./integrations/listproperties.js';import _0x597bd8 from'./integrations/entercommand.js';import _0x2248c2 from'./integrations/findandreplace.js';import _0x3202cb from'./integrations/font.js';import _0xa50444 from'./integrations/formatpainter.js';import _0x5b7227 from'./integrations/heading.js';import _0x4b07bd from'./integrations/highlight.js';function _0x5966(_0x31cbd6,_0x30e1d0){const _0x5dc9d5=_0x5dc9();return _0x5966=function(_0x596665,_0x3624b2){_0x596665=_0x596665-0xa0;let _0x3931f8=_0x5dc9d5[_0x596665];return _0x3931f8;},_0x5966(_0x31cbd6,_0x30e1d0);}import _0x3524b0 from'./integrations/horizontalline.js';import _0x1446ff from'./integrations/htmlembed.js';import _0x1b5ba5 from'./integrations/image.js';import _0x2e103a from'./integrations/imagereplace.js';import _0x252202 from'./integrations/imagestyle.js';import _0x35e676 from'./integrations/importword.js';import _0x1a5277 from'./integrations/indent.js';import _0x49a8a1 from'./integrations/inputcommand.js';import _0x159af from'./integrations/link.js';function _0x5dc9(){const _0x22bd94=['markMultiRangeDeletion','_handleNewSuggestionMarker','getDifference','isBefore','1883570BijnpJ','ck-suggestion-marker-','attribute:accept','isAfter','nodeAfter','createRange','change','parent','acceptSuggestion','getIntersection','deleteContent','subType','model','containerElement','_suggestionFactory','removeMarker','getSuggestions','multi','hasSuggestion','update:suggestion','_trackFormatChanges','getUser','updateSuggestion','$textProxy','formatBlock:join','removeMarker:suggestion:attribute','commands','getAllAdjacentSuggestions','return','isIntersectingWithRange','config','deletion:chain','marker-count','_joinSuggestions','suggestion:','ariaLiveAnnouncer','widget','schema','conversion','LEAVE','document','enableCommand','targetPosition','PENDING_ACTION_SUGGESTION','addRange','getWalker','markMultiRangeInsertion','isExternal','pop','_processAttributeChanges','getContainedElement','forward','plugins','unbind','assign','authoredAt','discardSelectedSuggestions','isSelectable','moveTargetPosition','length','deletion:join','includes','discardAllSuggestions','values','buildSuggestion','has','_editor','locale','track-changes-command-not-found','_createSuggestion','push','markerReady','previous','createSelection','isCollapsed','_model','insertion:discard','_getAuthorFromId','batch','_getSuggestionData','splice','deletion:discard','attribute:join','setSelection','isOwn','trackChanges','error-saving-suggestion-data-suggestion-discarded','getFirstMarker','enableReadOnlyMode','1191DLMiMQ','isDocumentOperation','deletion:','_joinWithAdjacentSuggestions','isNextTo','resolve','format','acceptSelectedSuggestions','getAncestors','highest','get','$marker','always','formatBlock:','find','group','init','mapper','editor','high','formatInline','define','start','fire','ck-suggestion-marker','996cQdaia','getNearestSelectionRange','next','getRanges','getCustomProperty','setAttribute','_addSuggestionMarker','dataToMarker','then','_cutOutSuggestionMarker','isInContent','_isRegisteredAttribute','addMarker','_registerInlineAttribute','filter','_updateSuggestionData','discard','updateMarker','stopListening','_recordAttributeChanges','editing','isMultiRange','trackChanges.mergeNestedSuggestions','track-changes-user-not-found','newRange','formatGroupId','track-changes-suggestion-not-found','_enabledCommands','addMarkerName','createPositionBefore','$elementName','containsRange','move','external:','keys','set','ck-suggestion-marker-formatBlock','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.','fromCharCode','rethrowUnexpectedError','authorName','listenTo','_enableDefaultAttributesIntegration','insertion:chain','FORMATTING','howMany','_defaultCallbacks','toUpperCase','formatInline:chain','removeComment','_findSuggestions','formatInline:accept','element','formatBlock:discard','data','addMarker:suggestion:attribute','multipleBlocks','_splitMarkerName','stop','isAtStart','formatInline:join','TrackChangesEditing','registerCustomCallback','markAttributeChange','trackChangesCommand','warn','every','_setSuggestionData','addMarker:suggestion','44PwHSJI','splitPosition','applyOperation','getSuggestionCallback','isInsideObject','markInsertion','nodeBefore','_mergeNestedSuggestions','editingDowncast','fetchCommentThread','CommentsRepository','attributeNewValue','change:_saved','rename','_onDiscard','hasComments','some','upcast','root','end','fromRange','showSuggestionHighlights','_refreshAttributeSuggestionsChain','createdAt','change:activeMarkers','isRemovable','elementEnd','getShiftedBy','newValue','insertion','after','suggestionUnloaded','open','_suggestions','removeClass','$text','_registerDefaultCallbacks','activeMarkers','getSuggestion','creator','insertion:join','markDeletion','groupId','formatInline:discard','1421808xzDeEw','adapter','@external','ENTER','name','_saved','addClass','refresh','toJSON','isArray','default','createRangeIn','_suggestionState','isIntersecting','isBlock','track-changes-adapter-already-set','_isDataLoaded','_SUGGESTION_ANNOUNCEMENT','markerToData','Users','addComment','_customCallbacks','announce','trackChanges.trackFormatChanges','item','requires','catch','4102MNvfwH','consumable','ready','oldValue','_getExternalAuthor','getCommentThread','detach','size','change:data','clone','attributes','861857vRkpVa','getLastMatchingPosition','formatBlock:accept','getChangedMarkers','originalSuggestionId','collaboration.channelId','author','substr','addHighlight','$graveyard','getMultiRangeId','never','comments','getFirstRange','getAttribute','suggestion:attribute:','_commentsRepository','formatInline:','low','199908mphRIu','markBlockFormat','suggestionLoaded','suggestionChanged','deletion:accept','isAtEnd','markerNameToElements','type','backward','1388nqaEPd','discardSuggestion','forEach','oldRange','attribute:discard','_registerBlockAttribute','position','markMultiRangeBlockFormat','getRange','forceDefaultExecution','isTouching','rejected','_processAttributeSuggestions','notReady','getMarkers','remove','formatBlock','accepted','lowest','registerPostFixer','isUndo','addCommentThread','elementToElement','options','delete','removeMarkers','for','_rangeIsInLocalUserInsertion','join','suggestion-type','addSuggestionData','_reduceExistingSuggestions','accept','tablePasteChainId','concat','writer','track-changes-enable-command-twice','containsItem','_removeSuggestion','before','elementStart','containsRangeInObject','_isBlockAttribute','32fxLhjM','add','_adapter','_initAriaMarkerChangeAnnouncements','createPositionAt','ck-suggestion-marker-formatInline','key','head','unshift','bindElementToMarker','attribute:','11207mxMGdh','meta','_breakSuggestionMarker','insertion:','toViewElement','reconvertMarker','dataReady','chain','getItems','markInlineFormat','hasCommentThread','dataDowncast','PendingActions','_getMarkerAnnouncementText','_addThreadToSuggestion','attribute','createPositionAfter','_setSuggestionRange','_reduceSuggestionAttributeRange','containsPosition','markerToHighlight','range','execute','isEqual','addSuggestion','deletion','_refreshSuggestionsChain','unbindElementFromMarkerName','clear','isLocal','createElement','track-changes-adapter-missing-getsuggestion','setTo','_blockAttributeKeys','data-suggestion','_checkSuggestionCorrectness','removeAttribute','enqueueChange','value','sort','commandName','addUser','_inlineAttributeKeys','addMarker:suggestion:formatBlock','substring','_element','documentSelection','attributeOldValue','differ','startsWith','formatBlock:chain','map','commentThread','_afterChanges','track-changes-suggestion-data-mismatch','from','_isForcedDefaultExecutionBlock','insert','rootName','_getAttributeKey','insertion:accept','markers','_descriptionFactory','pluginName','skipNestingCheck','normal','suggestion','removeMarker:suggestion:formatBlock','getChanges','ck-suggestion-marker--active','6830eOAeuC','insertContent','attributeKey','_recordAttributeSuggestions','isLimit','acceptAllSuggestions','split','consume','markerName','createRangeOn','removed','selection','isObject'];_0x5dc9=function(){return _0x22bd94;};return _0x5dc9();}import _0x431e10 from'./integrations/legacylist.js';import _0x40a239 from'./integrations/legacylistproperties.js';import _0x2e8f98 from'./integrations/mediaembed.js';import _0x47712e from'./integrations/mention.js';import _0x509909 from'./integrations/pagebreak.js';import _0x4ac3d0 from'./integrations/paragraph.js';import _0x44f3ee from'./integrations/removeformat.js';import _0x5032ed from'./integrations/restrictededitingmode.js';import _0xbda133 from'./integrations/shiftentercommand.js';import _0x897e27 from'./integrations/standardeditingmode.js';import _0x320d5f from'./integrations/style.js';import _0x688e41 from'./integrations/table.js';import _0x4ef1f1 from'./integrations/tablemergesplit.js';import _0x323820 from'./integrations/tableheadings.js';import _0x5bdb36 from'./integrations/tableclipboard.js';import _0x4fc864 from'./integrations/tablecolumnresize.js';import _0x3f737c from'./integrations/template.js';import _0x53bdd1 from'./integrations/tableofcontents.js';import _0x322a2d from'./integrations/title.js';import _0x11ab4e from'./integrations/undo.js';import _0x38504c from'./integrations/tablecaption.js';import _0x18bebc from'./integrations/tableproperties.js';import{getTranslation as _0x8445a3}from'./utils/common-translations.js';import{isEqual as _0x50e745,omit as _0x200432}from'lodash-es';export const renameAttributeKey=_0x1de4b5(0x24e);export default class p extends _0x45a978{static get[_0x1de4b5(0x108)](){const _0x467da7=_0x1de4b5;return[_0x467da7(0xcd),_0x52428f,_0x422138,_0x601a81,_0xab43c4,_0x1193d1,_0x34a1ee,_0x1fdbf7,_0x4e6fe8,_0x5e2ad5,_0x14cfc8,_0x241959,_0x597bd8,_0x2248c2,_0x3202cb,_0xa50444,_0x5b7227,_0x4b07bd,_0x3524b0,_0x1446ff,_0x1b5ba5,_0x252202,_0x2e103a,_0x35e676,_0x1a5277,_0x49a8a1,_0x431e10,_0x40a239,_0x159af,_0x39208c,_0x174df7,_0x2e8f98,_0x47712e,_0x509909,_0x4ac3d0,_0x44f3ee,_0x5032ed,_0xbda133,_0x897e27,_0x320d5f,_0x688e41,_0x4ef1f1,_0x323820,_0x38504c,_0x5bdb36,_0x4fc864,_0x53bdd1,_0x18bebc,_0x3f737c,_0x322a2d,_0x11ab4e];}static get[_0x1de4b5(0x1a6)](){const _0x57b2cf=_0x1de4b5;return _0x57b2cf(0xbb);}constructor(_0x2fdecd){const _0x8b4d1e=_0x1de4b5;function _0x24c322(_0x201afd){const _0x1254c8=_0x5966;return _0x201afd[_0x1254c8(0x19a)](_0x4cf2bb=>String[_0x1254c8(0xa4)](_0x4cf2bb))[_0x1254c8(0x14d)]('');}super(_0x2fdecd),this[_0x8b4d1e(0x1b0)]=!0x1,this[_0x8b4d1e(0xa1)](_0x8b4d1e(0xe8),[]),this['on'](_0x8b4d1e(0xdb),(_0x5e1fe1,_0x47ceb0,_0x28fa4a,_0x54b8e5)=>{const _0x45026c=_0x8b4d1e;this[_0x45026c(0x209)][_0x45026c(0x1c4)](()=>{const _0x41437f=_0x45026c;for(const _0x23ac45 of[..._0x54b8e5,..._0x28fa4a])this[_0x41437f(0x209)][_0x41437f(0x1a4)][_0x41437f(0x1ff)](_0x23ac45)&&_0x2fdecd[_0x41437f(0x244)][_0x41437f(0x16c)](_0x23ac45);});}),this[_0x8b4d1e(0x1a5)]=new _0xdcce95(this[_0x8b4d1e(0x229)][_0x8b4d1e(0x1ca)][_0x8b4d1e(0x1e3)],this[_0x8b4d1e(0x229)][_0x8b4d1e(0x201)]),this[_0x8b4d1e(0x15e)]=null,this[_0x8b4d1e(0x1cc)]=new Bt(this[_0x8b4d1e(0x229)]),this[_0x8b4d1e(0xe4)]=new Map(),this[_0x8b4d1e(0x125)]=_0x2fdecd[_0x8b4d1e(0x1f2)][_0x8b4d1e(0x221)](_0x8b4d1e(0xcd)),this[_0x8b4d1e(0x24b)]=new Set(),this[_0x8b4d1e(0x209)]=this[_0x8b4d1e(0x229)][_0x8b4d1e(0x1ca)],this[_0x8b4d1e(0xfb)]=new WeakMap(),this[_0x8b4d1e(0x19f)]=!0x1,this[_0x8b4d1e(0x188)]=new Set([_0x8b4d1e(0x24e)]),this[_0x8b4d1e(0x191)]=new Set(),_0x2fdecd[_0x8b4d1e(0x1dc)][_0x8b4d1e(0x22c)](_0x8b4d1e(0x106),_0x8b4d1e(0xf9)),this[_0x8b4d1e(0x1d2)]=_0x2fdecd[_0x8b4d1e(0x1dc)][_0x8b4d1e(0x221)](_0x8b4d1e(0x106)),_0x2fdecd[_0x8b4d1e(0x1dc)][_0x8b4d1e(0x22c)](_0x8b4d1e(0x246),!0x0),this[_0x8b4d1e(0xca)]=_0x2fdecd[_0x8b4d1e(0x1dc)][_0x8b4d1e(0x221)](_0x8b4d1e(0x246)),this[_0x8b4d1e(0xbe)]=new _0x7f0162(_0x2fdecd,this[_0x8b4d1e(0x24b)]),this[_0x8b4d1e(0x15f)](),this[_0x24c322([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x24c322([0x34,0x30,0x34,0x38,0x30,0x36,0x33,0x32]);}[_0x1de4b5(0x227)](){const _0x2f20ad=_0x1de4b5,_0x1ab162=this[_0x2f20ad(0x229)],_0x2520dc=(_0x5e0bfa,_0x45874c)=>{const _0x5a7a25=_0x2f20ad;if(_0x5a7a25(0x176)!=_0x5e0bfa)return _0x5a7a25(0x1bf)+_0x5e0bfa;const _0x1ba118=_0x45874c[_0x5a7a25(0x1b3)]('|')[0x0];return this[_0x5a7a25(0x15b)](_0x1ba118)?_0x5a7a25(0xa2):_0x5a7a25(0x161);};_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xcb))[_0x2f20ad(0x17b)]({'model':_0x2f20ad(0x1a9),'view':_0x2ef240=>{const _0x340b54=_0x2f20ad,{id:_0x22003c,type:_0x27326f,subType:_0x1b5272}=this[_0x340b54(0xb7)](_0x2ef240[_0x340b54(0x1b5)]),_0x57871a=[_0x340b54(0x22f),_0x2520dc(_0x27326f,_0x1b5272)];let _0x38e6e8=0xbb8;return this[_0x340b54(0xe8)][_0x340b54(0x1fb)](_0x2ef240[_0x340b54(0x1b5)])&&(_0x57871a[_0x340b54(0x204)](_0x340b54(0x1ac)),_0x38e6e8=0xbc2),_0x340b54(0x180)==_0x27326f&&(_0x38e6e8+=0x5),{'classes':_0x57871a,'attributes':{'data-suggestion':_0x22003c},'priority':_0x38e6e8};}}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0x172))[_0x2f20ad(0x15d)](_0x2502eb=>{const _0x4cd82d=_0x2f20ad;_0x2502eb['on'](_0x4cd82d(0xc2),(_0x3e4b1a,_0x5a940f,_0x99ffec)=>{const _0xf88cb4=_0x4cd82d;if(!_0x99ffec[_0xf88cb4(0x148)][_0xf88cb4(0xd8)])return;const _0x37da9a=_0x5a940f[_0xf88cb4(0x107)];if(!_0x37da9a)return;const _0x111ac6=_0x99ffec[_0xf88cb4(0x228)][_0xf88cb4(0x16b)](_0x37da9a);_0x1ab162[_0xf88cb4(0x1ca)][_0xf88cb4(0x1e3)][_0xf88cb4(0x1b9)](_0x37da9a)&&_0x111ac6&&!_0x111ac6[_0xf88cb4(0x234)](_0xf88cb4(0x1e2))&&_0x111ac6['is'](_0xf88cb4(0x1cb))&&_0x3edac5(_0x111ac6,_0x99ffec[_0xf88cb4(0x154)]);},{'priority':_0x4cd82d(0x22a)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0x172))[_0x2f20ad(0x17b)]({'model':_0x2f20ad(0x1a9),'view':(_0x58635b,_0x1faa01)=>{const _0x3498e1=_0x2f20ad;if(!_0x1faa01[_0x3498e1(0x148)][_0x3498e1(0xd8)])return null;const {type:_0x1af3b9,subType:_0x21b534}=this[_0x3498e1(0xb7)](_0x58635b[_0x3498e1(0x1b5)]);return{'classes':[_0x3498e1(0x22f),_0x2520dc(_0x1af3b9,_0x21b534)],'priority':0xbb8};}});const _0xc64ec0=({showActiveMarkers:_0x298c56=!0x0,isAttributeSuggestion:_0x437b22=!0x1}={})=>(_0x4d5a42,_0x7bc2a6,_0x5c0c1a)=>{const _0x22eedc=_0x2f20ad;if(!_0x7bc2a6[_0x22eedc(0x107)])return;const {id:_0x3ddaba}=this[_0x22eedc(0xb7)](_0x7bc2a6[_0x22eedc(0x1b5)]);if(_0x437b22){const _0x4c2650=this[_0x22eedc(0xe4)][_0x22eedc(0x221)](_0x3ddaba),_0x5827a9=this[_0x22eedc(0x1a2)](_0x4c2650);if(!this[_0x22eedc(0x15b)](_0x5827a9))return;}if(_0x7bc2a6[_0x22eedc(0x107)]['is'](_0x22eedc(0x1b8)))return void _0x5c0c1a[_0x22eedc(0x10b)][_0x22eedc(0x1b4)](_0x7bc2a6[_0x22eedc(0x107)],_0x4d5a42[_0x22eedc(0xf3)]);const _0x3a2fd3=_0x5c0c1a[_0x22eedc(0x228)][_0x22eedc(0x16b)](_0x7bc2a6[_0x22eedc(0x107)]);if(_0x7bc2a6[_0x22eedc(0x107)]['is'](_0x22eedc(0xb2))&&_0x1ab162[_0x22eedc(0x1ca)][_0x22eedc(0x1e3)][_0x22eedc(0xfd)](_0x7bc2a6[_0x22eedc(0x107)])&&!_0x3a2fd3[_0x22eedc(0x234)](_0x22eedc(0x11d))){_0x5c0c1a[_0x22eedc(0x154)][_0x22eedc(0xf5)]([_0x22eedc(0x22f),_0x22eedc(0xa2)],_0x3a2fd3),_0x5c0c1a[_0x22eedc(0x154)][_0x22eedc(0x235)](_0x22eedc(0x189),_0x3ddaba,_0x3a2fd3),_0x5c0c1a[_0x22eedc(0x228)][_0x22eedc(0x165)](_0x3a2fd3,_0x7bc2a6[_0x22eedc(0x1b5)]),_0x298c56&&(this[_0x22eedc(0xe8)][_0x22eedc(0x1fb)](_0x7bc2a6[_0x22eedc(0x1b5)])?_0x5c0c1a[_0x22eedc(0x154)][_0x22eedc(0xf5)](_0x22eedc(0x1ac),_0x3a2fd3):_0x5c0c1a[_0x22eedc(0x154)][_0x22eedc(0xe5)](_0x22eedc(0x1ac),_0x3a2fd3));for(const _0x1badb6 of _0x1ab162[_0x22eedc(0x1ca)][_0x22eedc(0xfa)](_0x7bc2a6[_0x22eedc(0x107)])[_0x22eedc(0x16f)]())_0x5c0c1a[_0x22eedc(0x10b)][_0x22eedc(0x1b4)](_0x1badb6,_0x4d5a42[_0x22eedc(0xf3)]);_0x5c0c1a[_0x22eedc(0x10b)][_0x22eedc(0x1b4)](_0x7bc2a6[_0x22eedc(0x107)],_0x4d5a42[_0x22eedc(0xf3)]);}};_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0x172))[_0x2f20ad(0x15d)](_0x5110b1=>{const _0x477e88=_0x2f20ad;_0x5110b1['on'](_0x477e88(0x192),(_0xd31b4c,_0x3a291d,_0x1a4be9)=>{const _0x5d7b28=_0x477e88;_0x1a4be9[_0x5d7b28(0x148)][_0x5d7b28(0xd8)]&&_0xc64ec0({'showActiveMarkers':!0x1})(_0xd31b4c,_0x3a291d,_0x1a4be9);},{'priority':_0x477e88(0x220)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0x172))[_0x2f20ad(0x15d)](_0xa693a=>{const _0x5d6614=_0x2f20ad;_0xa693a['on'](_0x5d6614(0xb5),(_0x4b0768,_0x27f8b3,_0x551a61)=>{const _0x48d7d6=_0x5d6614;_0x551a61[_0x48d7d6(0x148)][_0x48d7d6(0xd8)]&&_0xc64ec0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4b0768,_0x27f8b3,_0x551a61);},{'priority':_0x5d6614(0x220)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0x172))[_0x2f20ad(0x101)]({'model':_0x2f20ad(0x1a9),'view':(_0x1a1d82,_0x7c012)=>_0x7c012[_0x2f20ad(0x148)][_0x2f20ad(0xd8)]?null:{'group':_0x2f20ad(0x1a9),'name':_0x1a1d82[_0x2f20ad(0x11c)](0xb)}}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xd4))[_0x2f20ad(0x147)]({'view':{'name':_0x2f20ad(0x1a9),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x194638,{writer:_0x4ddbb1})=>{const _0x1e502d=_0x2f20ad;let _0x3cc89f=_0x1e502d(0x1e0)+_0x194638[_0x1e502d(0x123)](_0x1e502d(0x14e))+':'+_0x194638[_0x1e502d(0x123)]('id');return _0x194638[_0x1e502d(0x123)](_0x1e502d(0x1de))&&(_0x3cc89f+=':'+_0x194638[_0x1e502d(0x123)](_0x1e502d(0x1de))),_0x4ddbb1[_0x1e502d(0x185)](_0x1e502d(0x222),{'data-name':_0x3cc89f});}}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xd4))[_0x2f20ad(0x237)]({'view':_0x2f20ad(0x1a9)}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xcb))[_0x2f20ad(0x15d)](_0xbda404=>{const _0x12529c=_0x2f20ad;_0xbda404['on'](_0x12529c(0x192),_0xc64ec0(),{'priority':_0x12529c(0x22a)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xcb))[_0x2f20ad(0x15d)](_0x598195=>{const _0x3f5845=_0x2f20ad;_0x598195['on'](_0x3f5845(0xb5),_0xc64ec0({'isAttributeSuggestion':!0x0}),{'priority':_0x3f5845(0x22a)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xcb))[_0x2f20ad(0x15d)](_0x30b10b=>{const _0x24adee=_0x2f20ad;_0x30b10b['on'](_0x24adee(0x1aa),(_0x37dc14,_0x30dac2,_0x264aac)=>{const _0x5efca1=_0x24adee,_0x4bc584=_0x264aac[_0x5efca1(0x228)][_0x5efca1(0x12e)](_0x30dac2[_0x5efca1(0x1b5)]);if(_0x4bc584){for(const _0x48c9d4 of _0x4bc584)_0x48c9d4[_0x5efca1(0x234)](_0x5efca1(0x11d))||(_0x264aac[_0x5efca1(0x154)][_0x5efca1(0xe5)]([_0x5efca1(0x22f),_0x5efca1(0xa2),_0x5efca1(0x1ac)],_0x48c9d4),_0x264aac[_0x5efca1(0x154)][_0x5efca1(0x18b)](_0x5efca1(0x189),_0x48c9d4),_0x264aac[_0x5efca1(0x228)][_0x5efca1(0x182)](_0x48c9d4,_0x30dac2[_0x5efca1(0x1b5)]));}},{'priority':_0x24adee(0x22a)});}),_0x1ab162[_0x2f20ad(0x1e4)][_0x2f20ad(0x14b)](_0x2f20ad(0xcb))[_0x2f20ad(0x15d)](_0x3e71a2=>{const _0xca9b1e=_0x2f20ad;_0x3e71a2['on'](_0xca9b1e(0x1d7),(_0x13e4f1,_0x48a2d5,_0x9900f4)=>{const _0x4bc9ef=_0xca9b1e,_0x4cda44=_0x9900f4[_0x4bc9ef(0x228)][_0x4bc9ef(0x12e)](_0x48a2d5[_0x4bc9ef(0x1b5)]);if(!_0x4cda44)return;const {id:_0x256700}=this[_0x4bc9ef(0xb7)](_0x48a2d5[_0x4bc9ef(0x1b5)]),_0x22a6a3=this[_0x4bc9ef(0xe4)][_0x4bc9ef(0x221)](_0x256700),_0x461d2f=this[_0x4bc9ef(0x1a2)](_0x22a6a3);if(this[_0x4bc9ef(0x15b)](_0x461d2f)){for(const _0x3cfeca of _0x4cda44)_0x3cfeca[_0x4bc9ef(0x234)](_0x4bc9ef(0x11d))||(_0x9900f4[_0x4bc9ef(0x154)][_0x4bc9ef(0xe5)]([_0x4bc9ef(0x22f),_0x4bc9ef(0xa2),_0x4bc9ef(0x1ac)],_0x3cfeca),_0x9900f4[_0x4bc9ef(0x154)][_0x4bc9ef(0x18b)](_0x4bc9ef(0x189),_0x3cfeca),_0x9900f4[_0x4bc9ef(0x228)][_0x4bc9ef(0x182)](_0x3cfeca,_0x48a2d5[_0x4bc9ef(0x1b5)]));}},{'priority':_0xca9b1e(0x22a)});}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)][_0x2f20ad(0x144)](_0x374b85=>{const _0x15ba6c=_0x2f20ad;let _0x1caa8a=!0x1;const _0x370106=Array[_0x15ba6c(0x19e)](_0x1ab162[_0x15ba6c(0x1ca)][_0x15ba6c(0x1e6)][_0x15ba6c(0x197)][_0x15ba6c(0x118)]()),_0x4d6ebb=new Set();for(const {name:_0x473aeb,data:_0x463da1}of _0x370106){const {group:_0x9c5223,type:_0xb1875c,subType:_0x1aeca9,id:_0x1e1726}=this[_0x15ba6c(0xb7)](_0x473aeb);if(_0x15ba6c(0x1a9)!==_0x9c5223)continue;const _0x4c9638=this[_0x15ba6c(0xe4)][_0x15ba6c(0x221)](_0x1e1726);if(null!=_0x463da1[_0x15ba6c(0x248)]){_0x15ba6c(0x22b)==_0xb1875c&&(_0x1caa8a=_0x1caa8a||Tt(_0x463da1[_0x15ba6c(0x248)],_0x473aeb,_0x374b85,_0x1ab162[_0x15ba6c(0x1ca)][_0x15ba6c(0x1e3)]));const _0x206e80=_0x15ba6c(0x176)==_0xb1875c&&this[_0x15ba6c(0x15b)](_0x1aeca9[_0x15ba6c(0x1b3)]('|')[0x0]);if(_0x463da1[_0x15ba6c(0x248)][_0x15ba6c(0x208)]||_0x15ba6c(0x11e)==_0x463da1[_0x15ba6c(0x248)][_0x15ba6c(0xd5)][_0x15ba6c(0x1a1)]||_0x15ba6c(0x141)==_0xb1875c&&!Vt(_0x463da1[_0x15ba6c(0x248)])||_0x206e80&&!Vt(_0x463da1[_0x15ba6c(0x248)])||_0x15ba6c(0x180)==_0xb1875c&&!(!Rt(_0x369af6=_0x463da1[_0x15ba6c(0x248)])&&!function(_0x2c2d8c){const _0x314b05=_0x15ba6c;return _0x2c2d8c[_0x314b05(0x22d)][_0x314b05(0x1c5)]==_0x2c2d8c[_0x314b05(0xd6)][_0x314b05(0xc9)]&&_0x2c2d8c[_0x314b05(0x22d)][_0x314b05(0x12d)];}(_0x369af6)))_0x374b85[_0x15ba6c(0x1cd)](_0x473aeb),_0x1caa8a=!0x0;else{if(!_0x4c9638||!_0x4c9638[_0x15ba6c(0x23a)])continue;_0x4d6ebb[_0x15ba6c(0x15d)](_0x4c9638);}}}var _0x369af6;return _0x4d6ebb[_0x15ba6c(0x111)]>0x0&&(_0x1caa8a=!!this[_0x15ba6c(0x21a)](_0x4d6ebb)||_0x1caa8a),_0x1caa8a;}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)][_0x2f20ad(0x144)](_0x330b0b=>{const _0x532f72=_0x2f20ad;let _0x3b1aa1=!0x1;for(const _0x10b129 of _0x1ab162[_0x532f72(0x1ca)][_0x532f72(0x1e6)][_0x532f72(0x197)][_0x532f72(0x1ab)]())if(_0x532f72(0x1a0)==_0x10b129[_0x532f72(0x12f)])for(const _0x97af56 of this[_0x532f72(0xe4)][_0x532f72(0x1fd)]()){if(_0x97af56[_0x532f72(0x245)]||!_0x97af56[_0x532f72(0x23a)])continue;const _0x13677c=_0x532f72(0x141)==_0x97af56[_0x532f72(0x12f)],_0x4f38bb=this[_0x532f72(0x1a2)](_0x97af56),_0xff27e4=_0x4f38bb&&this[_0x532f72(0x15b)](_0x4f38bb);if(!_0x13677c&&!_0xff27e4)continue;const _0x323989=_0x97af56[_0x532f72(0x122)]();if(_0x323989[_0x532f72(0x22d)][_0x532f72(0x1c5)]!=_0x323989[_0x532f72(0xd6)][_0x532f72(0x1c5)]&&!_0x323989[_0x532f72(0xd6)][_0x532f72(0x12d)]){const _0x3f1321=_0x1ab162[_0x532f72(0x1ca)][_0x532f72(0x160)](_0x323989[_0x532f72(0x22d)][_0x532f72(0x1c2)],_0x532f72(0xd6)),_0x35e727=_0x1ab162[_0x532f72(0x1ca)][_0x532f72(0x1c3)](_0x323989[_0x532f72(0x22d)],_0x3f1321);_0x330b0b[_0x532f72(0x241)](_0x97af56[_0x532f72(0x215)](),{'range':_0x35e727}),_0x3b1aa1=!0x0;}}return _0x3b1aa1;}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)][_0x2f20ad(0x144)](_0x3a09d4=>this[_0x2f20ad(0x1ef)](_0x3a09d4)),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)][_0x2f20ad(0x144)](_0x55b6df=>!_0x55b6df[_0x2f20ad(0x20c)][_0x2f20ad(0x184)]&&this[_0x2f20ad(0x13d)](_0x55b6df)),_0x1ab162[_0x2f20ad(0x1ca)]['on'](_0x2f20ad(0x19c),()=>{const _0x1f5cf3=_0x2f20ad;this[_0x1f5cf3(0x1b0)]=!0x1;}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)]['on'](_0x2f20ad(0x112),(_0x4fa865,_0x3f0ba7)=>{const _0x2ffa09=_0x2f20ad;if(!_0x3f0ba7[_0x2ffa09(0x184)]||_0x3f0ba7[_0x2ffa09(0x145)])return;if(!this[_0x2ffa09(0x1b0)])return;const _0x269795=_0x1ab162[_0x2ffa09(0x1ca)][_0x2ffa09(0x1e6)][_0x2ffa09(0x197)][_0x2ffa09(0x1ab)]();if(0x0==_0x269795[_0x2ffa09(0x1f9)])return;const _0x264ccb=[],_0x521d99=_0x269795[_0x2ffa09(0x23e)](_0x35622d=>_0x2ffa09(0x176)==_0x35622d[_0x2ffa09(0x12f)]),_0x1ec615=_0x269795[_0x2ffa09(0x23e)](_0x1137b1=>_0x2ffa09(0x1a0)==_0x1137b1[_0x2ffa09(0x12f)]&&_0x2ffa09(0xe6)!=_0x1137b1[_0x2ffa09(0xf3)]),_0x562858=_0x269795[_0x2ffa09(0x23e)](_0x15311e=>_0x2ffa09(0x140)==_0x15311e[_0x2ffa09(0x12f)]&&_0x2ffa09(0xe6)!=_0x15311e[_0x2ffa09(0xf3)]);for(const _0x114705 of _0x521d99)this[_0x2ffa09(0x23b)](_0x114705[_0x2ffa09(0x1af)])&&_0x264ccb[_0x2ffa09(0x204)]({'key':_0x114705[_0x2ffa09(0x1af)],'newValue':_0x114705[_0x2ffa09(0xce)],'oldValue':_0x114705[_0x2ffa09(0x196)],'range':Ut(_0x114705[_0x2ffa09(0x17c)],_0x1ab162[_0x2ffa09(0x1ca)])});for(const _0x3d10ed of _0x1ec615){const _0x372d98=_0x562858[_0x2ffa09(0x225)](_0x46e191=>_0x46e191[_0x2ffa09(0x194)]===_0x3d10ed[_0x2ffa09(0x194)]);if(_0x372d98){const _0x352d58=Ot(_0x3d10ed[_0x2ffa09(0x137)][_0x2ffa09(0x1c2)],_0x1ab162[_0x2ffa09(0x1ca)]);_0x372d98[_0x2ffa09(0xf3)]!==_0x3d10ed[_0x2ffa09(0xf3)]&&_0x264ccb[_0x2ffa09(0x204)]({'key':_0x2ffa09(0x24e),'newValue':_0x3d10ed[_0x2ffa09(0xf3)],'oldValue':_0x372d98[_0x2ffa09(0xf3)],'range':_0x352d58});for(const [_0x1710ec,_0x56f41e]of _0x372d98[_0x2ffa09(0x114)]){if(!this[_0x2ffa09(0x23b)](_0x1710ec))continue;const _0x184047=_0x3d10ed[_0x2ffa09(0x114)][_0x2ffa09(0x221)](_0x1710ec);_0x56f41e!==_0x184047&&_0x264ccb[_0x2ffa09(0x204)]({'key':_0x1710ec,'newValue':_0x184047,'oldValue':_0x56f41e,'range':_0x352d58});}for(const [_0x9ae67c,_0x12951e]of _0x3d10ed[_0x2ffa09(0x114)])this[_0x2ffa09(0x23b)](_0x9ae67c)&&(_0x372d98[_0x2ffa09(0x114)][_0x2ffa09(0x1ff)](_0x9ae67c)||_0x264ccb[_0x2ffa09(0x204)]({'key':_0x9ae67c,'newValue':_0x12951e,'oldValue':null,'range':_0x352d58}));}}0x0!=_0x264ccb[_0x2ffa09(0x1f9)]&&_0x1ab162[_0x2ffa09(0x1ca)][_0x2ffa09(0x18c)](_0x3f0ba7,_0x1ac188=>{const _0x2a9a30=_0x2ffa09,_0x5121b1=_0x12f219();for(const {range:_0x5ad2d6,key:_0x440f12,oldValue:_0x983fa,newValue:_0x5cb470}of _0x264ccb)this[_0x2a9a30(0xbd)](_0x5ad2d6,_0x440f12,_0x983fa,_0x5cb470,{'groupId':_0x5121b1});this[_0x2a9a30(0x150)](_0x1ac188,_0x264ccb);});},{'priority':_0x2f20ad(0x143)}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1a4)]['on'](_0x2f20ad(0x1d1),(_0x4e1898,_0x1a669f,_0x26d993)=>{const _0x257ee6=_0x2f20ad;if(null==_0x26d993){const {id:_0x5c30c7}=this[_0x257ee6(0xb7)](_0x1a669f[_0x257ee6(0xf3)]),_0xa101a4=this[_0x257ee6(0xe4)][_0x257ee6(0x221)](_0x5c30c7);_0xa101a4&&_0xa101a4[_0x257ee6(0x24c)](_0x1a669f[_0x257ee6(0xf3)]);}}),_0x1ab162[_0x2f20ad(0x1ca)][_0x2f20ad(0x1e6)]['on'](_0x2f20ad(0x112),()=>{const _0x4aed61=_0x2f20ad,_0x467c73=Array[_0x4aed61(0x19e)](_0x1ab162[_0x4aed61(0x1ca)][_0x4aed61(0x1e6)][_0x4aed61(0x197)][_0x4aed61(0x118)]())[_0x4aed61(0x23e)](_0x499dd3=>_0x4aed61(0x1a9)===this[_0x4aed61(0xb7)](_0x499dd3[_0x4aed61(0xf3)])[_0x4aed61(0x226)]);if(0x0===_0x467c73[_0x4aed61(0x1f9)])return;_0x467c73[_0x4aed61(0x18e)]((_0x2b653e,_0x59319c)=>{const _0x4d6d22=_0x4aed61,_0x474761=_0x2b653e[_0x4d6d22(0xb4)][_0x4d6d22(0x134)],_0x1c32cf=_0x59319c[_0x4d6d22(0xb4)][_0x4d6d22(0x134)];return null===_0x474761&&null===_0x1c32cf?0x0:null===_0x474761&&null!==_0x1c32cf?-0x1:null!==_0x474761&&null===_0x1c32cf?0x1:_0x474761[_0x4d6d22(0x22d)][_0x4d6d22(0x1bd)](_0x1c32cf[_0x4d6d22(0x22d)])?-0x1:0x1;});const _0x3a4800=new Set(),_0x58d401=new Set();for(const {name:_0x57099f,data:_0x28831f}of _0x467c73){const {id:_0x407825}=this[_0x4aed61(0xb7)](_0x57099f);if(null===_0x28831f[_0x4aed61(0x134)]){const _0x13d8c2=this[_0x4aed61(0x1bb)](_0x57099f);_0x58d401[_0x4aed61(0x15d)](_0x13d8c2);}else{const _0x2684aa=this[_0x4aed61(0xe4)][_0x4aed61(0x221)](_0x407825);null!==_0x28831f[_0x4aed61(0x248)]||_0x2684aa[_0x4aed61(0x23a)]?(_0x3a4800[_0x4aed61(0x15d)](_0x2684aa[_0x4aed61(0x163)]),_0x58d401[_0x4aed61(0x15d)](_0x2684aa)):this[_0x4aed61(0x157)](_0x2684aa);}}_0x58d401[_0x4aed61(0x111)]>0x0&&this[_0x4aed61(0x181)](_0x58d401);for(const _0x181998 of _0x3a4800)this[_0x4aed61(0x22e)](_0x4aed61(0x12b),_0x181998);}),_0x1ab162[_0x2f20ad(0x1ca)]['on'](_0x2f20ad(0xc5),(_0x585dbc,_0x347ac6)=>{const _0x463977=_0x2f20ad,_0x30c837=_0x347ac6[0x0];if(!this[_0x463977(0xe4)][_0x463977(0x111)])return;if(!_0x30c837[_0x463977(0x218)])return;if(_0x30c837[_0x463977(0x20c)][_0x463977(0x145)]||!_0x30c837[_0x463977(0x20c)][_0x463977(0x184)])return;let _0x5b0fb7,_0x25e69c;switch(_0x30c837[_0x463977(0x12f)]){case _0x463977(0x1a0):_0x5b0fb7=_0x1ab162[_0x463977(0x1ca)][_0x463977(0x160)](_0x30c837[_0x463977(0x137)]),_0x25e69c=_0x5b0fb7[_0x463977(0xde)](_0x30c837[_0x463977(0xab)]);break;case _0x463977(0x1b3):_0x5b0fb7=_0x1ab162[_0x463977(0x1ca)][_0x463977(0x160)](_0x30c837[_0x463977(0xc4)]),_0x25e69c=_0x1ab162[_0x463977(0x1ca)][_0x463977(0x160)](_0x30c837[_0x463977(0x1f8)]);break;case _0x463977(0x250):_0x5b0fb7=_0x1ab162[_0x463977(0x1ca)][_0x463977(0x160)](_0x30c837[_0x463977(0x1e8)]),_0x25e69c=_0x5b0fb7[_0x463977(0xde)](_0x30c837[_0x463977(0xab)]);break;default:return;}const _0x2931a5=_0x1ab162[_0x463977(0x1ca)][_0x463977(0x1c3)](_0x5b0fb7,_0x25e69c);_0x1ab162[_0x463977(0x1ca)][_0x463977(0x1c4)](()=>{const _0x1784d3=_0x463977;for(const {suggestion:_0x191791,meta:_0x4a7d85}of this[_0x1784d3(0xb0)](_0x2931a5)){if(_0x191791[_0x1784d3(0x245)])continue;if(_0x1784d3(0x22b)==_0x191791[_0x1784d3(0x12f)])continue;const _0x3aa439=this[_0x1784d3(0x1a2)](_0x191791);if(_0x3aa439&&this[_0x1784d3(0x15b)](_0x3aa439)&&_0x1784d3(0x1b3)!=_0x30c837[_0x1784d3(0x12f)])continue;const _0x4200e6=_0x191791[_0x1784d3(0xb4)]&&_0x191791[_0x1784d3(0xb4)][_0x1784d3(0xb6)];(_0x1784d3(0x141)!=_0x191791[_0x1784d3(0x12f)]||_0x1784d3(0x1b3)==_0x30c837[_0x1784d3(0x12f)]&&!_0x4200e6)&&(_0x4a7d85[_0x1784d3(0x15a)]||_0x1784d3(0xe0)==_0x191791[_0x1784d3(0x12f)]&&_0x4a7d85[_0x1784d3(0x212)]||_0x191791[_0x1784d3(0x122)]()[_0x1784d3(0x24f)](_0x2931a5)&&this[_0x1784d3(0x169)](_0x191791,_0x5b0fb7,_0x25e69c));}});},{'priority':_0x2f20ad(0x143)}),_0x1ab162[_0x2f20ad(0x1ca)]['on'](_0x2f20ad(0x1c8),(_0x339ef8,_0xed8dbe)=>{const _0x4b0c8c=_0x2f20ad,_0x4ad398=_0xed8dbe[0x0],_0x2bb883=_0xed8dbe[0x1];if(_0x2bb883&&_0x2bb883[_0x4b0c8c(0x13a)])return;if(this[_0x4b0c8c(0x19f)])return;if(!this[_0x4b0c8c(0xbe)][_0x4b0c8c(0x18d)])return;if(_0x4ad398[_0x4b0c8c(0x208)])return;const _0x2dea3d=_0x1ab162[_0x4b0c8c(0x1ca)][_0x4b0c8c(0x1e3)],{start:_0x3efd99,end:_0x18094f}=_0x4ad398[_0x4b0c8c(0x122)](),_0x4576c0=_0x3efd99[_0x4b0c8c(0x1c2)]&&_0x2dea3d[_0x4b0c8c(0x1b1)](_0x3efd99[_0x4b0c8c(0x1c2)])?null:_0x2dea3d[_0x4b0c8c(0x231)](_0x3efd99,_0x4b0c8c(0x1f1)),_0x219132=_0x18094f[_0x4b0c8c(0xc9)]&&_0x2dea3d[_0x4b0c8c(0x1b1)](_0x18094f[_0x4b0c8c(0xc9)])?null:_0x2dea3d[_0x4b0c8c(0x231)](_0x18094f,_0x4b0c8c(0x130)),_0x5ae804=_0x1ab162[_0x4b0c8c(0x1ca)][_0x4b0c8c(0x1c3)](_0x4576c0?_0x4576c0[_0x4b0c8c(0x22d)]:_0x3efd99,_0x219132?_0x219132[_0x4b0c8c(0xd6)]:_0x18094f);_0x1ab162[_0x4b0c8c(0x1ca)][_0x4b0c8c(0x1c4)](_0x20ede8=>{const _0x337963=_0x4b0c8c;this[_0x337963(0xec)](_0x5ae804);const _0x29c161=_0x1ab162[_0x337963(0x1ca)][_0x337963(0x1e3)][_0x337963(0x231)](_0x5ae804[_0x337963(0x22d)]);_0x4ad398['is'](_0x337963(0x195))?_0x20ede8[_0x337963(0x211)](_0x29c161):_0x4ad398[_0x337963(0x187)](_0x29c161);}),_0x339ef8[_0x4b0c8c(0xb8)]();},{'priority':_0x5c8174[_0x2f20ad(0x1a8)]+0xa}),_0x1ab162[_0x2f20ad(0x1ca)]['on'](_0x2f20ad(0x1ae),(_0x3fea4e,_0x4dc5cf)=>{const _0x139a59=_0x2f20ad,_0x19c0eb=_0x4dc5cf[_0x4dc5cf[_0x139a59(0x1f9)]-0x1];_0x19c0eb&&_0x19c0eb[_0x139a59(0x13a)]||this[_0x139a59(0x19f)]||this[_0x139a59(0xbe)][_0x139a59(0x18d)]&&(_0x1ab162[_0x139a59(0x1ca)][_0x139a59(0x1c4)](()=>{const _0x2b334a=_0x139a59;let _0x595fe6=_0x1ab162[_0x2b334a(0x1ca)][_0x2b334a(0x1ae)](_0x4dc5cf[0x0],_0x4dc5cf[0x1],_0x4dc5cf[0x2],{'forceDefaultExecution':!0x0});if(!_0x595fe6)return;_0x3fea4e[_0x2b334a(0x1da)]=_0x595fe6[_0x2b334a(0x113)]();const _0x49b756=_0x595fe6[_0x2b334a(0xd6)][_0x2b334a(0xc9)],_0x199fff=_0x1ab162[_0x2b334a(0x1ca)][_0x2b334a(0x1e3)];_0x49b756&&_0x199fff[_0x2b334a(0xfd)](_0x49b756)&&!_0x199fff[_0x2b334a(0x1b9)](_0x49b756)&&(_0x595fe6=_0x1ab162[_0x2b334a(0x1ca)][_0x2b334a(0x1c3)](_0x595fe6[_0x2b334a(0x22d)],_0x1ab162[_0x2b334a(0x1ca)][_0x2b334a(0x160)](_0x49b756,_0x2b334a(0xd6)))),this[_0x2b334a(0xc8)](_0x595fe6);}),_0x3fea4e[_0x139a59(0xb8)]());},{'priority':_0x2f20ad(0x22a)}),this[_0x2f20ad(0x229)][_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x213),this[_0x2f20ad(0xbe)]),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x213));const _0x49dced=new _0x31dcb0(_0x1ab162,this[_0x2f20ad(0xe4)]);_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x1c6),_0x49dced),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x1c6));const _0x5ad397=new _0x5ef15a(_0x1ab162,this[_0x2f20ad(0xe4)]);_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x132),_0x5ad397),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x132)),_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x1b2),new _0x5650b3(_0x1ab162,_0x49dced,this[_0x2f20ad(0xe4)])),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x1b2)),_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x1fc),new _0x5650b3(_0x1ab162,_0x5ad397,this[_0x2f20ad(0xe4)])),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x1fc)),_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x21e),new _0x45dde0(_0x1ab162,_0x49dced,this[_0x2f20ad(0xe4)])),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x21e)),_0x1ab162[_0x2f20ad(0x1d8)][_0x2f20ad(0x15d)](_0x2f20ad(0x1f6),new _0x45dde0(_0x1ab162,_0x5ad397,this[_0x2f20ad(0xe4)])),this[_0x2f20ad(0x1e7)](_0x2f20ad(0x1f6));const _0x33c8ad=_0x1ab162[_0x2f20ad(0x1f2)][_0x2f20ad(0x221)](_0x2f20ad(0xcd));this[_0x2f20ad(0xa7)](_0x33c8ad,_0x2f20ad(0x103),(_0xad4ec8,{threadId:_0x1a8b96})=>{const _0x37195b=_0x2f20ad,_0x265050=this[_0x37195b(0xe4)][_0x37195b(0x221)](_0x1a8b96);_0x265050&&_0x265050[_0x37195b(0x19b)]&&0x1===_0x265050[_0x37195b(0x19b)][_0x37195b(0x1f9)]&&this[_0x37195b(0x23f)](_0x1a8b96,{'hasComments':!0x0});},{'priority':_0x2f20ad(0x127)}),this[_0x2f20ad(0xa7)](_0x33c8ad,_0x2f20ad(0xaf),(_0x2259e0,{threadId:_0xe2a956})=>{const _0x25734c=_0x2f20ad,_0x27740e=this[_0x25734c(0xe4)][_0x25734c(0x221)](_0xe2a956);_0x27740e&&_0x27740e[_0x25734c(0x19b)]&&!_0x27740e[_0x25734c(0x19b)][_0x25734c(0x1f9)]&&this[_0x25734c(0x23f)](_0xe2a956,{'hasComments':!0x1});},{'priority':_0x2f20ad(0x127)});}set[_0x1de4b5(0xf0)](_0x9f11ab){const _0x5e4bbd=_0x1de4b5;if(this[_0x5e4bbd(0x15e)])throw new _0x40a4aa(_0x5e4bbd(0xfe),this);this[_0x5e4bbd(0x15e)]=_0x9f11ab;}get[_0x1de4b5(0xf0)](){const _0x2ae0d8=_0x1de4b5;return this[_0x2ae0d8(0x15e)];}[_0x1de4b5(0x1ce)]({skipNotAttached:_0x622c07=!0x1,toJSON:_0xf15d09=!0x1}={}){const _0x1224a3=_0x1de4b5,_0xd300ae=[];for(const _0x3c426a of this[_0x1224a3(0xe4)][_0x1224a3(0x1fd)]())_0x622c07&&!_0x3c426a[_0x1224a3(0x23a)]||_0xd300ae[_0x1224a3(0x204)](_0x3c426a);return _0xf15d09?_0xd300ae[_0x1224a3(0x19a)](_0x55ae6f=>_0x55ae6f[_0x1224a3(0xf7)]()):_0xd300ae;}[_0x1de4b5(0xe9)](_0x552d51){const _0x596e56=_0x1de4b5,_0x50e4f5=this[_0x596e56(0xe4)][_0x596e56(0x221)](_0x552d51);if(!_0x50e4f5)throw new _0x40a4aa(_0x596e56(0x24a),this);return _0x50e4f5;}[_0x1de4b5(0x1d0)](_0xc5453e){const _0x3d7576=_0x1de4b5;return this[_0x3d7576(0xe4)][_0x3d7576(0x1ff)](_0xc5453e);}[_0x1de4b5(0x14f)](_0x5ad810){const _0x4345b9=_0x1de4b5,{authorId:_0x261868,id:_0x41296e,attributes:_0x1d9a2e}=_0x5ad810,[_0x574e65,_0x23a67a]=_0x5ad810[_0x4345b9(0x12f)][_0x4345b9(0x1b3)](':'),_0x54176a=this[_0x4345b9(0xe4)][_0x4345b9(0x221)](_0x41296e)||this[_0x4345b9(0x203)](_0x574e65,_0x23a67a,_0x41296e,_0x261868,_0x1d9a2e);if(this[_0x4345b9(0x175)](_0x54176a),this[_0x4345b9(0x18a)](_0x54176a,_0x574e65,_0x23a67a||null,_0x261868),_0x54176a[_0x4345b9(0xda)]=_0x5ad810[_0x4345b9(0xda)],_0x54176a[_0x4345b9(0xff)]=!0x0,_0x1d9a2e&&_0x1d9a2e[_0x4345b9(0xf1)]){const _0x479903=_0x1d9a2e[_0x4345b9(0xf1)],_0x20884c=this[_0x4345b9(0x10e)](_0x479903[_0x4345b9(0xa6)]);_0x54176a[_0x4345b9(0x1f5)]=_0x479903[_0x4345b9(0xda)],_0x54176a[_0x4345b9(0x11b)]=_0x20884c,_0x54176a[_0x4345b9(0x1ed)]=!0x0;}else _0x54176a[_0x4345b9(0x1f5)]=_0x5ad810[_0x4345b9(0xda)];switch(_0x5ad810[_0x4345b9(0xb4)]&&(_0x54176a[_0x4345b9(0xb4)]=_0x5ad810[_0x4345b9(0xb4)]),_0x5ad810[_0x4345b9(0x114)]&&(_0x54176a[_0x4345b9(0x114)]=_0x5ad810[_0x4345b9(0x114)]),this[_0x4345b9(0x15e)]&&this[_0x4345b9(0x15e)][_0x4345b9(0x17f)]||(_0x54176a[_0x4345b9(0xf4)]=!0x0),this[_0x4345b9(0xfb)][_0x4345b9(0x221)](_0x54176a)){case _0x4345b9(0x13e):this[_0x4345b9(0xfb)][_0x4345b9(0xa1)](_0x54176a,_0x4345b9(0x16d));break;case _0x4345b9(0x205):_0x54176a[_0x4345b9(0x23a)]?(this[_0x4345b9(0x21a)](new Set([_0x54176a])),this[_0x4345b9(0x181)](new Set([_0x54176a])),this[_0x4345b9(0xfb)][_0x4345b9(0xa1)](_0x54176a,_0x4345b9(0x10c)),this[_0x4345b9(0x22e)](_0x4345b9(0x12a),_0x54176a)):this[_0x4345b9(0xfb)][_0x4345b9(0xa1)](_0x54176a,_0x4345b9(0x1b7));}return _0x54176a;}[_0x1de4b5(0x1c6)](_0x4de6e5){const _0x588950=_0x1de4b5;this[_0x588950(0x13a)](()=>{const _0x5b72ab=_0x588950;this[_0x5b72ab(0x229)][_0x5b72ab(0x1ca)][_0x5b72ab(0x1c4)](()=>{const _0x11911a=_0x5b72ab;for(const _0x28ef83 of _0x4de6e5[_0x11911a(0x1d9)]())_0x28ef83[_0x11911a(0x151)]();});});}[_0x1de4b5(0x132)](_0x5478a1){const _0xb19b8e=_0x1de4b5;this[_0xb19b8e(0x13a)](()=>{const _0x4b76c5=_0xb19b8e;this[_0x4b76c5(0x229)][_0x4b76c5(0x1ca)][_0x4b76c5(0x1c4)](()=>{const _0x4c776b=_0x4b76c5;for(const _0x45abe3 of _0x5478a1[_0x4c776b(0x1d9)]())_0x45abe3[_0x4c776b(0x240)]();});});}[_0x1de4b5(0x1e7)](_0x23ae6b,_0x429324){const _0x5311cf=_0x1de4b5,_0x3ee5d3=this[_0x5311cf(0x229)][_0x5311cf(0x1d8)][_0x5311cf(0x221)](_0x23ae6b);if(!_0x3ee5d3)throw new _0x40a4aa(_0x5311cf(0x202),this,{'commandName':_0x23ae6b});if(this[_0x5311cf(0x24b)][_0x5311cf(0x1ff)](_0x3ee5d3))throw new _0x40a4aa(_0x5311cf(0x155),this,{'commandName':_0x23ae6b});this[_0x5311cf(0x24b)][_0x5311cf(0x15d)](_0x3ee5d3),_0x429324&&_0x3ee5d3['on'](_0x5311cf(0x17d),(_0x14521d,_0x569db7)=>{const _0x1a51c9=_0x5311cf;this[_0x1a51c9(0xbe)][_0x1a51c9(0x18d)]&&(this[_0x1a51c9(0x19f)]||(_0x569db7[_0x1a51c9(0x1f9)]>0x0&&_0x569db7[_0x569db7[_0x1a51c9(0x1f9)]-0x1]&&_0x569db7[_0x569db7[_0x1a51c9(0x1f9)]-0x1][_0x1a51c9(0x13a)]?_0x569db7[_0x1a51c9(0x1ee)]():(_0x14521d[_0x1a51c9(0x1da)]=_0x429324((..._0x34e77e)=>_0x3ee5d3[_0x1a51c9(0x17d)](..._0x34e77e,{'forceDefaultExecution':!0x0}),..._0x569db7),_0x14521d[_0x1a51c9(0xb8)]())));},{'priority':_0x5311cf(0x22a)});}[_0x1de4b5(0x13a)](_0x15b11f){const _0x341712=_0x1de4b5;let _0x41fd2d,_0x4005a9;const _0xd412ac=this[_0x341712(0x19f)];this[_0x341712(0x19f)]=!0x0;try{_0x41fd2d=_0x15b11f();}catch(_0x3f4615){_0x4005a9=_0x3f4615;}return _0xd412ac||(this[_0x341712(0x19f)]=!0x1),_0x4005a9&&_0x40a4aa[_0x341712(0xa5)](_0x4005a9,this),_0x41fd2d;}[_0x1de4b5(0xc8)](_0x5bcf0f,_0x3dc537=null,_0x501b40={}){const _0x1205be=_0x1de4b5;if(_0x5bcf0f[_0x1205be(0x208)])return null;const _0x2a3d03=this[_0x1205be(0x229)][_0x1205be(0x1f2)][_0x1205be(0x221)](_0x1205be(0x102))['me'];for(const {suggestion:_0x5c9477,meta:_0x16c12d}of this[_0x1205be(0xb0)](_0x5bcf0f,_0x1205be(0xe0)))if(_0x16c12d[_0x1205be(0x212)]){if(!_0x16c12d[_0x1205be(0x21b)]){if(_0x16c12d[_0x1205be(0x15a)]){if(!this[_0x1205be(0xca)]||!Pt(_0x5c9477,_0x501b40))continue;return _0x5c9477;}if(Pt(_0x5c9477,_0x501b40))return _0x5c9477;this[_0x1205be(0x169)](_0x5c9477,_0x5bcf0f[_0x1205be(0x22d)],_0x5bcf0f[_0x1205be(0xd6)]);break;}if(_0x3dc537==_0x5c9477[_0x1205be(0x1c9)]&&Pt(_0x5c9477,_0x501b40)){const _0x2ad40b=_0x5c9477[_0x1205be(0x122)]();return _0x2ad40b[_0x1205be(0x22d)][_0x1205be(0x17e)](_0x5bcf0f[_0x1205be(0xd6)])?this[_0x1205be(0x178)](_0x5c9477,this[_0x1205be(0x209)][_0x1205be(0x1c3)](_0x5bcf0f[_0x1205be(0x22d)],_0x2ad40b[_0x1205be(0xd6)])):this[_0x1205be(0x178)](_0x5c9477,this[_0x1205be(0x209)][_0x1205be(0x1c3)](_0x2ad40b[_0x1205be(0x22d)],_0x5bcf0f[_0x1205be(0xd6)])),_0x5c9477;}}const _0xc66a0=_0x12f219(),_0x7871c9=_0x2a3d03['id'],_0x2cc554=_0x3dc537?_0x1205be(0x16a)+_0x3dc537:_0x1205be(0xe0),_0x2b5705=this[_0x1205be(0xc1)]({'id':_0xc66a0,'type':_0x2cc554,'createdAt':new Date(),'authorId':_0x7871c9,'attributes':_0x501b40});return this[_0x1205be(0x236)](_0x2cc554,_0xc66a0,_0x7871c9,_0x5bcf0f),_0x2b5705;}[_0x1de4b5(0x1ec)](_0x30d2c0,_0x1bf3ca=_0x1de4b5(0x1cf),_0x2a716a={}){const _0x12b5be=_0x1de4b5,_0x3fa679=this[_0x12b5be(0x229)][_0x12b5be(0x1f2)][_0x12b5be(0x221)](_0x12b5be(0x102))['me'],_0x421663=this[_0x12b5be(0x1cc)][_0x12b5be(0xc6)](_0x12b5be(0xe0),_0x1bf3ca,_0x12b5be(0x14d));for(const _0x35fd86 of this[_0x12b5be(0x1ce)]())if(_0x35fd86[_0x12b5be(0x11b)]['id']==_0x3fa679['id']&&_0x12b5be(0xe0)==_0x35fd86[_0x12b5be(0x12f)]&&_0x35fd86[_0x12b5be(0x1c9)]==_0x1bf3ca&&Pt(_0x35fd86,_0x2a716a)&&(_0x421663(_0x35fd86[_0x12b5be(0x233)](),_0x30d2c0)||_0x421663(_0x30d2c0,_0x35fd86[_0x12b5be(0x233)]()))){for(const _0x3ead81 of _0x30d2c0)_0x35fd86[_0x12b5be(0x1ea)](_0x3ead81);return _0x35fd86;}for(const {suggestion:_0x3dbfd,meta:_0x5501c9}of this[_0x12b5be(0xb0)](_0x30d2c0,_0x12b5be(0xe0))){if(!_0x5501c9[_0x12b5be(0x212)])continue;if(!this[_0x12b5be(0xca)]&&_0x5501c9[_0x12b5be(0x15a)])continue;if(!Pt(_0x3dbfd,_0x2a716a))continue;let _0x3abc60=!0x0;for(const _0x1412d6 of _0x3dbfd[_0x12b5be(0x233)]())for(const _0x3cfa2e of _0x30d2c0)if(!_0x1412d6[_0x12b5be(0x24f)](_0x3cfa2e)){_0x3abc60=!0x1;break;}if(_0x3abc60)return _0x3dbfd;}const _0x2a0648=_0x12f219(),_0x526e1a=_0x3fa679['id'],_0x33e3fb=_0x12b5be(0x16a)+_0x1bf3ca,_0x3d26c2=this[_0x12b5be(0xc1)]({'id':_0x2a0648,'type':_0x33e3fb,'createdAt':new Date(),'authorId':_0x526e1a,'attributes':_0x2a716a});for(const _0x191c08 of _0x30d2c0)this[_0x12b5be(0x236)](_0x33e3fb,_0x2a0648,_0x526e1a,_0x191c08,_0x3c7e08[_0x12b5be(0x11f)]());return _0x3d26c2;}[_0x1de4b5(0x170)](_0x280d94,_0x5c99f8,_0x551731=null,_0x178afd={}){const _0x542a65=_0x1de4b5;if(_0x551731=_0x551731||Et(_0x5c99f8),_0x280d94[_0x542a65(0x208)])return null;if(_0x542a65(0x120)===this[_0x542a65(0x1d2)]){const _0x275f6c=this[_0x542a65(0x1cc)][_0x542a65(0xc6)](_0x542a65(0x22b),_0x551731,_0x542a65(0x151));return this[_0x542a65(0x13a)](()=>_0x275f6c([_0x280d94],_0x5c99f8,_0x178afd)),null;}const _0x41286f=this[_0x542a65(0x229)][_0x542a65(0x1f2)][_0x542a65(0x221)](_0x542a65(0x102))['me'],_0x513b9a=[];if(_0x542a65(0x223)!==this[_0x542a65(0x1d2)]){for(const {suggestion:_0x39f261,meta:_0x5a8612}of this[_0x542a65(0xb0)](_0x280d94,_0x542a65(0xe0)))_0x5a8612[_0x542a65(0x212)]&&!_0x5a8612[_0x542a65(0xc7)]&&_0x513b9a[_0x542a65(0x204)](..._0x39f261[_0x542a65(0x233)]());}const _0x1f246b=function(_0x7fbd07,_0x1d9e3f){const _0x33e17a=_0x542a65,_0xc0971f=[];for(const _0x43add7 of _0x1d9e3f){const _0x2b6198=_0x7fbd07[_0x33e17a(0x1c7)](_0x43add7);_0x2b6198&&_0xc0971f[_0x33e17a(0x204)](_0x2b6198);}return _0xc0971f;}(_0x280d94,_0x513b9a),_0x5e1d74=function(_0x374941,_0x50e892){const _0x327577=_0x542a65,_0x14d1c2=[_0x374941];for(const _0xcf20a9 of _0x50e892){let _0x4025a7=0x0;for(;_0x4025a7<_0x14d1c2[_0x327577(0x1f9)];){const _0x3b9cec=_0x14d1c2[_0x4025a7][_0x327577(0x1bc)](_0xcf20a9);_0x14d1c2[_0x327577(0x20e)](_0x4025a7,0x1,..._0x3b9cec),_0x4025a7+=_0x3b9cec[_0x327577(0x1f9)];}}return _0x14d1c2;}(_0x280d94,_0x513b9a);_0x1f246b[_0x542a65(0x1f9)]&&this[_0x542a65(0x209)][_0x542a65(0x1c4)](()=>{const _0x450171=_0x542a65;for(const _0x46f0b1 of _0x1f246b){const _0x7bf270=this[_0x450171(0x1cc)][_0x450171(0xc6)](_0x450171(0x22b),_0x551731,_0x450171(0x151));this[_0x450171(0x13a)](()=>_0x7bf270([_0x46f0b1],_0x5c99f8,_0x178afd));}});for(const _0x24a70d of _0x5e1d74){let _0x1d6ee2=null,_0x326ef8=_0x24a70d[_0x542a65(0x22d)],_0x12ba35=_0x24a70d[_0x542a65(0xd6)];for(const {suggestion:_0x2a9c63,meta:_0x43b716}of this[_0x542a65(0xb0)](_0x24a70d,_0x542a65(0x22b))){if(!_0x43b716[_0x542a65(0x212)])continue;if(_0x2a9c63[_0x542a65(0x1c9)]!=_0x551731)continue;if(!Pt(_0x2a9c63,_0x178afd))continue;const _0x580b59=_0x2a9c63[_0x542a65(0x122)]();if(_0x580b59[_0x542a65(0x24f)](_0x24a70d,!0x0))return null;_0x326ef8=_0x326ef8[_0x542a65(0x1bd)](_0x580b59[_0x542a65(0x22d)])?_0x326ef8:_0x580b59[_0x542a65(0x22d)],_0x12ba35=_0x12ba35[_0x542a65(0x1c1)](_0x580b59[_0x542a65(0xd6)])?_0x12ba35:_0x580b59[_0x542a65(0xd6)],_0x1d6ee2?_0x580b59[_0x542a65(0x22d)][_0x542a65(0x1bd)](_0x1d6ee2[_0x542a65(0x122)]()[_0x542a65(0x22d)])?(_0x1d6ee2[_0x542a65(0x14a)](),_0x1d6ee2=_0x2a9c63):_0x2a9c63[_0x542a65(0x14a)]():_0x1d6ee2=_0x2a9c63;}const _0x20349f=this[_0x542a65(0x209)][_0x542a65(0x1c3)](_0x326ef8,_0x12ba35);if(_0x1d6ee2)this[_0x542a65(0x178)](_0x1d6ee2,_0x20349f);else{const _0xf86412=_0x12f219(),_0x16d806=_0x41286f['id'];this[_0x542a65(0xc1)]({'id':_0xf86412,'type':_0x542a65(0x126)+_0x551731,'data':_0x5c99f8,'createdAt':new Date(),'authorId':_0x16d806,'attributes':_0x178afd}),this[_0x542a65(0x236)](_0x542a65(0x126)+_0x551731,_0xf86412,_0x16d806,_0x20349f);}}return null;}[_0x1de4b5(0x129)](_0x4b5c26,_0x28ddd2,_0x16c665=[],_0x4df7d8=null,_0x4a3414={}){const _0x1e9fdc=_0x1de4b5;_0x28ddd2[_0x1e9fdc(0x249)]||(_0x28ddd2[_0x1e9fdc(0x249)]=_0x28ddd2[_0x1e9fdc(0x18f)]),_0x28ddd2[_0x1e9fdc(0xb6)]=_0x4b5c26['is'](_0x1e9fdc(0x17c)),_0x4df7d8=_0x4df7d8||Et(_0x28ddd2);const _0xcbf008=_0x16c665[_0x1e9fdc(0x19a)](_0x5e058e=>Ot(_0x5e058e,this[_0x1e9fdc(0x209)])),_0x50f41e=_0x4b5c26['is'](_0x1e9fdc(0x17c))?_0x4b5c26:Ot(_0x4b5c26,this[_0x1e9fdc(0x209)]);if(_0x1e9fdc(0x120)===this[_0x1e9fdc(0x1d2)]){const _0x996f38=this[_0x1e9fdc(0x1cc)][_0x1e9fdc(0xc6)](_0x1e9fdc(0x141),_0x4df7d8,_0x1e9fdc(0x151));return this[_0x1e9fdc(0x13a)](()=>_0x996f38([_0x50f41e],_0x28ddd2,_0x4a3414)),null;}_0xcbf008[_0x1e9fdc(0x204)](_0x50f41e);let _0x4d6183=!0x0;for(const _0x101d61 of _0xcbf008)if(!this[_0x1e9fdc(0x14c)](_0x101d61)){_0x4d6183=!0x1;break;}if(_0x4d6183&&_0x1e9fdc(0x223)!==this[_0x1e9fdc(0x1d2)]){const _0x141234=this[_0x1e9fdc(0x1cc)][_0x1e9fdc(0xc6)](_0x1e9fdc(0x141),_0x4df7d8,_0x1e9fdc(0x151));return this[_0x1e9fdc(0x13a)](()=>_0x141234([_0x50f41e],_0x28ddd2,_0x4a3414)),null;}let _0x432050=null,_0x5139e4=_0x50f41e[_0x1e9fdc(0x22d)],_0x5d59db=_0x50f41e[_0x1e9fdc(0xd6)];for(const {suggestion:_0x3c1571,meta:_0x44ea25}of this[_0x1e9fdc(0xb0)](_0x50f41e,_0x1e9fdc(0x141))){if(!_0x44ea25[_0x1e9fdc(0x212)])continue;if(_0x44ea25[_0x1e9fdc(0x21b)]||_0x44ea25[_0x1e9fdc(0x15a)]||_0x44ea25[_0x1e9fdc(0xc7)])continue;if(_0x3c1571[_0x1e9fdc(0xb4)][_0x1e9fdc(0x249)]!=_0x28ddd2[_0x1e9fdc(0x249)])continue;if(!Pt(_0x3c1571,_0x4a3414))continue;const _0xecb378=_0x3c1571[_0x1e9fdc(0x122)]();if(_0x3c1571[_0x1e9fdc(0x1c9)]==_0x4df7d8){if(_0xecb378[_0x1e9fdc(0x24f)](_0x50f41e,!0x0))return null;_0x5139e4=_0x5139e4[_0x1e9fdc(0x1bd)](_0xecb378[_0x1e9fdc(0x22d)])?_0x5139e4:_0xecb378[_0x1e9fdc(0x22d)],_0x5d59db=_0x5d59db[_0x1e9fdc(0x1c1)](_0xecb378[_0x1e9fdc(0xd6)])?_0x5d59db:_0xecb378[_0x1e9fdc(0xd6)],_0x432050?_0xecb378[_0x1e9fdc(0x22d)][_0x1e9fdc(0x1bd)](_0x432050[_0x1e9fdc(0x122)]()[_0x1e9fdc(0x22d)])?(_0x432050[_0x1e9fdc(0x14a)](),_0x432050=_0x3c1571):_0x3c1571[_0x1e9fdc(0x14a)]():_0x432050=_0x3c1571;}else{const _0x494fcf=_0x50f41e[_0x1e9fdc(0x1c7)](_0xecb378);this[_0x1e9fdc(0x239)](_0x3c1571,_0x494fcf);}}const _0xcf6f63=this[_0x1e9fdc(0x229)][_0x1e9fdc(0x1f2)][_0x1e9fdc(0x221)](_0x1e9fdc(0x102))['me'],_0x238be7=_0x12f219(),_0x4ac1dc=_0xcf6f63['id'];if(_0x432050)return this[_0x1e9fdc(0x178)](_0x432050,this[_0x1e9fdc(0x209)][_0x1e9fdc(0x1c3)](_0x5139e4,_0x5d59db)),_0x432050;{const _0x296dda=this[_0x1e9fdc(0xc1)]({'id':_0x238be7,'type':_0x1e9fdc(0x224)+_0x4df7d8,'data':_0x28ddd2,'createdAt':new Date(),'authorId':_0x4ac1dc,'attributes':_0x4a3414});return this[_0x1e9fdc(0x236)](_0x1e9fdc(0x224)+_0x4df7d8,_0x238be7,_0x4ac1dc,this[_0x1e9fdc(0x209)][_0x1e9fdc(0x1c3)](_0x5139e4,_0x5d59db)),_0x296dda;}}[_0x1de4b5(0x138)](_0x48ade1,_0x3970f8,_0x34af12=[],_0x574314=null,_0x5e0c9c={}){const _0xa18586=_0x1de4b5;_0x3970f8[_0xa18586(0x249)]||(_0x3970f8[_0xa18586(0x249)]=_0x3970f8[_0xa18586(0x18f)]);const _0x315c5e=_0x48ade1[0x0];_0x3970f8[_0xa18586(0xb6)]=_0x315c5e['is'](_0xa18586(0x17c)),_0x574314=_0x574314||Et(_0x3970f8);const _0x303a51=_0x34af12[_0xa18586(0x19a)](_0x2b6a55=>Ot(_0x2b6a55,this[_0xa18586(0x209)])),_0x69e7b8=_0x315c5e['is'](_0xa18586(0x17c))?_0x48ade1:_0x48ade1[_0xa18586(0x19a)](_0x79119f=>Ot(_0x79119f,this[_0xa18586(0x209)]));if(_0xa18586(0x120)===this[_0xa18586(0x1d2)]){const _0x1ac65b=this[_0xa18586(0x1cc)][_0xa18586(0xc6)](_0xa18586(0x141),_0x574314,_0xa18586(0x151));return this[_0xa18586(0x13a)](()=>_0x1ac65b(_0x69e7b8,_0x3970f8,_0x5e0c9c)),null;}_0x303a51[_0xa18586(0x204)](..._0x69e7b8);let _0x22730b=!0x0;for(const _0x572f50 of _0x303a51)if(!this[_0xa18586(0x14c)](_0x572f50)){_0x22730b=!0x1;break;}if(_0x22730b&&_0xa18586(0x223)!==this[_0xa18586(0x1d2)]){const _0x39043f=this[_0xa18586(0x1cc)][_0xa18586(0xc6)](_0xa18586(0x141),_0x574314,_0xa18586(0x151));return this[_0xa18586(0x13a)](()=>_0x39043f(_0x69e7b8,_0x3970f8,_0x5e0c9c)),null;}const _0x313ab8=this[_0xa18586(0x229)][_0xa18586(0x1f2)][_0xa18586(0x221)](_0xa18586(0x102))['me'];for(const _0x380422 of this[_0xa18586(0x1ce)]()){if(_0x380422[_0xa18586(0x11b)]['id']!=_0x313ab8['id'])continue;if(_0xa18586(0x141)!=_0x380422[_0xa18586(0x12f)]||_0x380422[_0xa18586(0xb4)][_0xa18586(0x249)]!=_0x3970f8[_0xa18586(0x249)])continue;if(!Pt(_0x380422,_0x5e0c9c))continue;const _0x232654=_0x380422[_0xa18586(0x1c9)]==_0x574314;for(let _0x7b2e35=0x0;_0x7b2e35<_0x69e7b8[_0xa18586(0x1f9)];_0x7b2e35++){const _0x2df72c=_0x69e7b8[_0x7b2e35];for(const _0xad5f9b of _0x380422[_0xa18586(0x13f)]()){const _0x45cab6=_0xad5f9b[_0xa18586(0x139)]();if(_0x2df72c[_0xa18586(0x17e)](_0x45cab6)){_0x232654?(_0x69e7b8[_0xa18586(0x20e)](_0x7b2e35,0x1),_0x7b2e35--):_0x380422[_0xa18586(0x1cd)](_0xad5f9b[_0xa18586(0xf3)]);break;}}}}if(0x0==_0x69e7b8[_0xa18586(0x1f9)])return null;const _0x198916=this[_0xa18586(0x1cc)][_0xa18586(0xc6)](_0xa18586(0x141),_0x574314,_0xa18586(0x14d));for(const _0x504454 of this[_0xa18586(0x1ce)]())if(_0x504454[_0xa18586(0x11b)]['id']==_0x313ab8['id']&&_0xa18586(0x141)==_0x504454[_0xa18586(0x12f)]&&_0x504454[_0xa18586(0xb4)][_0xa18586(0x249)]==_0x3970f8[_0xa18586(0x249)]&&_0x504454[_0xa18586(0x1c9)]==_0x574314&&Pt(_0x504454,_0x5e0c9c)&&(_0x198916(_0x504454[_0xa18586(0x233)](),_0x69e7b8)||_0x198916(_0x69e7b8,_0x504454[_0xa18586(0x233)]()))){for(const _0xa66ca3 of _0x69e7b8)_0x504454[_0xa18586(0x1ea)](_0xa66ca3);return _0x504454;}const _0x2cd1a6=_0x12f219(),_0x8606f8=_0x313ab8['id'],_0x4e636b=_0xa18586(0x224)+_0x574314,_0x554ead=this[_0xa18586(0xc1)]({'id':_0x2cd1a6,'type':_0x4e636b,'data':_0x3970f8,'createdAt':new Date(),'authorId':_0x8606f8,'attributes':_0x5e0c9c});for(const _0x346620 of _0x69e7b8)this[_0xa18586(0x236)](_0x4e636b,_0x2cd1a6,_0x8606f8,_0x346620,_0x3c7e08[_0xa18586(0x11f)]());return _0x554ead;}[_0x1de4b5(0xec)](_0x112f87,_0x33a341=null,_0x1e7614={}){const _0x15874c=_0x1de4b5;if(_0x112f87[_0x15874c(0x208)])return null;const _0x5564bc=this[_0x15874c(0x229)][_0x15874c(0x1f2)][_0x15874c(0x221)](_0x15874c(0x102))['me'],_0x50282f=new _0x211b66(_0x112f87[_0x15874c(0x22d)],_0x112f87[_0x15874c(0xd6)]);for(const {suggestion:_0x20225b,meta:_0x312774}of this[_0x15874c(0xb0)](_0x50282f,_0x15874c(0xe0)))if(_0x312774[_0x15874c(0x212)]&&!_0x312774[_0x15874c(0x21b)]){if(_0x20225b[_0x15874c(0x245)]){const _0x5ed924=_0x20225b[_0x15874c(0x233)]()[_0x15874c(0x23e)](_0x19b937=>_0x15874c(0x11e)!=_0x19b937[_0x15874c(0xd5)][_0x15874c(0x1a1)]);_0x5ed924[_0x15874c(0xc0)](_0x887d35=>_0x50282f[_0x15874c(0x24f)](_0x887d35,!0x0))&&_0x20225b[_0x15874c(0x240)]();if(_0x5ed924[_0x15874c(0xd3)](_0x2d79f1=>_0x2d79f1[_0x15874c(0x24f)](_0x50282f,!0x0))){const _0x379485=this[_0x15874c(0x1cc)][_0x15874c(0xc6)](_0x15874c(0x180),_0x33a341,_0x15874c(0x151));return this[_0x15874c(0x13a)](()=>_0x379485([_0x50282f],null,_0x1e7614)),null;}}else{const _0x4f9c25=_0x50282f[_0x15874c(0x1c7)](_0x20225b[_0x15874c(0x122)]());null!==_0x4f9c25&&_0x20225b[_0x15874c(0xd1)]([_0x4f9c25],null,_0x1e7614);}}if(_0x50282f[_0x15874c(0x110)](),_0x50282f[_0x15874c(0x208)]||_0x15874c(0x11e)==_0x50282f[_0x15874c(0xd5)][_0x15874c(0x1a1)])return null;let _0x1ac9f5=null,_0x5ef2ad=_0x50282f[_0x15874c(0x22d)],_0x3097fb=_0x50282f[_0x15874c(0xd6)];const _0x536819=this[_0x15874c(0xb0)](_0x50282f,_0x15874c(0x180));for(const {suggestion:_0x354eb1,meta:_0x45f351}of _0x536819){const _0x97a5a3=this[_0x15874c(0x209)][_0x15874c(0x1c3)](_0x5ef2ad,_0x3097fb);if(_0x45f351[_0x15874c(0x212)]&&(this[_0x15874c(0xca)]||!_0x45f351[_0x15874c(0x15a)]&&!_0x45f351[_0x15874c(0xc7)])){if(_0x354eb1[_0x15874c(0x245)]){if(!Pt(_0x354eb1,_0x1e7614))continue;let _0x9a6d8e=!0x0;for(const _0x4502cd of _0x354eb1[_0x15874c(0x233)]()){if(_0x4502cd[_0x15874c(0x24f)](_0x97a5a3,!0x0))return _0x354eb1;_0x97a5a3[_0x15874c(0x24f)](_0x4502cd)||(_0x9a6d8e=!0x1);}_0x9a6d8e&&_0x354eb1[_0x15874c(0x240)]();}else{const _0x388e3a=_0x354eb1[_0x15874c(0x122)]();if(_0x388e3a[_0x15874c(0x24f)](_0x97a5a3,!0x0))return _0x354eb1;if(!Pt(_0x354eb1,_0x1e7614)){_0x97a5a3[_0x15874c(0x24f)](_0x388e3a)?_0x354eb1[_0x15874c(0x14a)]():_0x388e3a[_0x15874c(0x17a)](_0x5ef2ad)?_0x5ef2ad=_0x388e3a[_0x15874c(0xd6)]:_0x388e3a[_0x15874c(0x17a)](_0x3097fb)&&(_0x3097fb=_0x388e3a[_0x15874c(0x22d)]);continue;}_0x5ef2ad=_0x5ef2ad[_0x15874c(0x1bd)](_0x388e3a[_0x15874c(0x22d)])?_0x5ef2ad:_0x388e3a[_0x15874c(0x22d)],_0x3097fb=_0x3097fb[_0x15874c(0x1c1)](_0x388e3a[_0x15874c(0xd6)])?_0x3097fb:_0x388e3a[_0x15874c(0xd6)],_0x1e7614=Object[_0x15874c(0x1f4)]({},_0x354eb1[_0x15874c(0x114)]),_0x1ac9f5?_0x388e3a[_0x15874c(0x22d)][_0x15874c(0x1bd)](_0x1ac9f5[_0x15874c(0x122)]()[_0x15874c(0x22d)])?(_0x1ac9f5[_0x15874c(0x14a)](),_0x1ac9f5=_0x354eb1):_0x354eb1[_0x15874c(0x14a)]():_0x1ac9f5=_0x354eb1;}}}if(_0x1ac9f5)return this[_0x15874c(0x178)](_0x1ac9f5,this[_0x15874c(0x209)][_0x15874c(0x1c3)](_0x5ef2ad,_0x3097fb)),_0x1ac9f5;{const _0x48eb7b=_0x12f219(),_0x3f3390=this[_0x15874c(0x209)][_0x15874c(0x1c3)](_0x5ef2ad,_0x3097fb),_0x3a5c77=_0x5564bc['id'],_0x558f6b=_0x33a341?_0x15874c(0x219)+_0x33a341:_0x15874c(0x180),_0x2bf1ef=this[_0x15874c(0xc1)]({'id':_0x48eb7b,'type':_0x558f6b,'createdAt':new Date(),'authorId':_0x3a5c77,'attributes':_0x1e7614});return this[_0x15874c(0x236)](_0x558f6b,_0x48eb7b,_0x3a5c77,_0x3f3390),_0x2bf1ef;}}[_0x1de4b5(0x1ba)](_0x6e3f09,_0xb46c29=_0x1de4b5(0x1cf),_0x1414d4={}){const _0x50fc7b=_0x1de4b5,_0x2d3b69=this[_0x50fc7b(0x229)][_0x50fc7b(0x1f2)][_0x50fc7b(0x221)](_0x50fc7b(0x102))['me'],_0x16eeb2=_0x6e3f09[_0x50fc7b(0x19a)](_0x4b91c8=>new _0x211b66(_0x4b91c8[_0x50fc7b(0x22d)],_0x4b91c8[_0x50fc7b(0xd6)])),_0x272a1d=new Set();for(const {suggestion:_0x16d977,meta:_0x5d1ea0}of this[_0x50fc7b(0xb0)](_0x16eeb2,_0x50fc7b(0xe0)))_0x5d1ea0[_0x50fc7b(0x212)]&&!_0x5d1ea0[_0x50fc7b(0x21b)]&&_0x272a1d[_0x50fc7b(0x15d)](_0x16d977);for(const _0x129f77 of _0x272a1d)if(_0x129f77[_0x50fc7b(0x245)]){const _0xa2068a=_0x129f77[_0x50fc7b(0x233)]();(!_0x129f77[_0x50fc7b(0x114)]||!_0x129f77[_0x50fc7b(0x114)][_0x50fc7b(0x1a7)])&&(_0xa2068a[_0x50fc7b(0xc0)](_0x176641=>_0x16eeb2[_0x50fc7b(0xd3)](_0xc42444=>_0xc42444[_0x50fc7b(0x24f)](_0x176641,!0x0)))&&_0x129f77[_0x50fc7b(0x240)]());if(_0x16eeb2[_0x50fc7b(0xc0)](_0x1f3903=>_0xa2068a[_0x50fc7b(0xd3)](_0x450990=>_0x450990[_0x50fc7b(0x24f)](_0x1f3903,!0x0)))){const _0x25e5da=this[_0x50fc7b(0x1cc)][_0x50fc7b(0xc6)](_0x50fc7b(0x180),_0xb46c29,_0x50fc7b(0x151));return this[_0x50fc7b(0x13a)](()=>_0x25e5da(_0x6e3f09,null,_0x1414d4)),null;}}else{const _0x565ee3=_0x129f77[_0x50fc7b(0x122)]();_0x16eeb2[_0x50fc7b(0xd3)](_0xbd1166=>_0xbd1166[_0x50fc7b(0x24f)](_0x565ee3,!0x0))&&_0x129f77[_0x50fc7b(0x240)]();if(_0x16eeb2[_0x50fc7b(0xc0)](_0x44a333=>_0x565ee3[_0x50fc7b(0x24f)](_0x44a333,!0x0))){const _0x1b77f1=this[_0x50fc7b(0x1cc)][_0x50fc7b(0xc6)](_0x50fc7b(0x180),_0xb46c29,_0x50fc7b(0x151));return this[_0x50fc7b(0x13a)](()=>_0x1b77f1(_0x16eeb2,null,_0x1414d4)),null;}}const _0x3ad995=this[_0x50fc7b(0x1cc)][_0x50fc7b(0xc6)](_0x50fc7b(0x180),_0xb46c29,_0x50fc7b(0x14d));let _0xe1003a=null;for(const _0x395625 of this[_0x50fc7b(0x1ce)]())if(_0x395625[_0x50fc7b(0x11b)]['id']==_0x2d3b69['id']&&_0x395625[_0x50fc7b(0x23a)]&&_0x50fc7b(0x180)==_0x395625[_0x50fc7b(0x12f)]&&_0x395625[_0x50fc7b(0x1c9)]==_0xb46c29&&Pt(_0x395625,_0x1414d4)&&(_0x3ad995(_0x395625[_0x50fc7b(0x233)](),_0x16eeb2)||_0x3ad995(_0x16eeb2,_0x395625[_0x50fc7b(0x233)]()))){if(_0xe1003a){if(_0x395625[_0x50fc7b(0x19b)]&&_0x395625[_0x50fc7b(0x19b)][_0x50fc7b(0x1f9)])continue;for(const _0x58a617 of _0x395625[_0x50fc7b(0x233)]())_0xe1003a[_0x50fc7b(0x1db)](_0x58a617)||_0xe1003a[_0x50fc7b(0x1ea)](_0x58a617);_0x395625[_0x50fc7b(0x14a)]();}else{_0xe1003a=_0x395625;for(const _0x315c6d of _0x16eeb2)_0x395625[_0x50fc7b(0x1db)](_0x315c6d)||_0x395625[_0x50fc7b(0x1ea)](_0x315c6d);}}if(_0xe1003a)return _0xe1003a;_0x272a1d[_0x50fc7b(0x183)]();for(const {suggestion:_0x37548f,meta:_0x1dd41c}of this[_0x50fc7b(0xb0)](_0x16eeb2,_0x50fc7b(0x180)))_0x1dd41c[_0x50fc7b(0x212)]&&(this[_0x50fc7b(0xca)]||!_0x1dd41c[_0x50fc7b(0x15a)]&&!_0x1dd41c[_0x50fc7b(0xc7)])&&Pt(_0x37548f,_0x1414d4)&&_0x272a1d[_0x50fc7b(0x15d)](_0x37548f);for(const _0x3c0f45 of _0x272a1d){const _0x20425a=_0x3c0f45[_0x50fc7b(0x233)]();if(!_0x1414d4||!_0x1414d4[_0x50fc7b(0x1a7)]){if(_0x16eeb2[_0x50fc7b(0xc0)](_0x2cb902=>_0x20425a[_0x50fc7b(0xd3)](_0x362ef7=>_0x362ef7[_0x50fc7b(0x24f)](_0x2cb902,!0x0))))return _0x3c0f45;}(!_0x3c0f45[_0x50fc7b(0x114)]||!_0x3c0f45[_0x50fc7b(0x114)][_0x50fc7b(0x1a7)])&&(_0x20425a[_0x50fc7b(0xc0)](_0x3a517f=>_0x16eeb2[_0x50fc7b(0xd3)](_0x585c26=>_0x585c26[_0x50fc7b(0x24f)](_0x3a517f,!0x0)))&&_0x3c0f45[_0x50fc7b(0x240)]());}const _0x5a49e7=_0x12f219(),_0x48a705=_0x2d3b69['id'],_0x5707ec=_0x50fc7b(0x219)+_0xb46c29,_0x541ab1=this[_0x50fc7b(0xc1)]({'id':_0x5a49e7,'type':_0x5707ec,'createdAt':new Date(),'authorId':_0x48a705,'attributes':_0x1414d4});for(const _0xdb1e42 of _0x16eeb2)_0xdb1e42[_0x50fc7b(0x110)](),_0xdb1e42[_0x50fc7b(0x208)]||_0x50fc7b(0x11e)==_0xdb1e42[_0x50fc7b(0xd5)][_0x50fc7b(0x1a1)]||this[_0x50fc7b(0x236)](_0x5707ec,_0x5a49e7,_0x48a705,_0xdb1e42,_0x3c7e08[_0x50fc7b(0x11f)]());return _0x541ab1;}[_0x1de4b5(0xbd)](_0x1bfdf6,_0x5b6c71,_0x55738e,_0x587a5d,_0x19a4e7){const _0xcf664f=_0x1de4b5;if(_0x1bfdf6[_0xcf664f(0x208)])return[];if(_0xcf664f(0x120)===this[_0xcf664f(0x1d2)])return[];const _0x735db0=this[_0xcf664f(0x229)][_0xcf664f(0x1f2)][_0xcf664f(0x221)](_0xcf664f(0x102))['me']['id'],_0x366149=Array[_0xcf664f(0x19e)](this[_0xcf664f(0xe4)][_0xcf664f(0x1fd)]())[_0xcf664f(0x23e)](_0x49c5ab=>_0xcf664f(0x176)==_0x49c5ab[_0xcf664f(0x12f)]&&_0x49c5ab[_0xcf664f(0xb4)][_0xcf664f(0x162)]==_0x5b6c71&&_0x49c5ab[_0xcf664f(0x1db)](_0x1bfdf6));if(_0xcf664f(0xf9)===this[_0xcf664f(0x1d2)]){const _0x49c833=this[_0xcf664f(0xb0)](_0x1bfdf6,_0xcf664f(0xe0))[_0xcf664f(0x23e)](({meta:_0x1722eb})=>_0x1722eb[_0xcf664f(0x212)]&&!_0x1722eb[_0xcf664f(0xc7)]&&!_0x1722eb[_0xcf664f(0x21b)])[_0xcf664f(0x19a)](({suggestion:_0xac8d48})=>_0xac8d48);_0x366149[_0xcf664f(0x164)](..._0x49c833);}const _0x30756d=new Map([[_0x1bfdf6,_0x55738e]]);for(const _0x22ba18 of _0x366149){const _0x57e442=_0xcf664f(0x176)==_0x22ba18[_0xcf664f(0x12f)]?_0x22ba18[_0xcf664f(0xb4)][_0xcf664f(0x10d)]:void 0x0,_0xb38e4d=_0x22ba18[_0xcf664f(0x122)](),_0x10ddda=Array[_0xcf664f(0x19e)](_0x30756d[_0xcf664f(0xa0)]())[_0xcf664f(0x225)](_0x342612=>_0x342612[_0xcf664f(0xfc)](_0xb38e4d));if(!_0x10ddda)continue;const _0x5c33f2=_0x10ddda[_0xcf664f(0x1bc)](_0xb38e4d);this[_0xcf664f(0x15b)](_0x5b6c71)&&_0xcf664f(0xe0)==_0x22ba18[_0xcf664f(0x12f)]&&0x0!=_0x5c33f2[_0xcf664f(0x1f9)]||(_0x30756d[_0xcf664f(0x149)](_0x10ddda),_0x5c33f2[_0xcf664f(0x133)](_0x2b17bc=>{const _0x55ce7e=_0xcf664f;_0x30756d[_0x55ce7e(0xa1)](_0x2b17bc,_0x55738e);}),_0xcf664f(0xe0)!=_0x22ba18[_0xcf664f(0x12f)]&&_0x57e442!=_0x587a5d&&_0x30756d[_0xcf664f(0xa1)](_0x10ddda[_0xcf664f(0x1c7)](_0xb38e4d),_0x57e442));}const _0x2abd83=[];for(const [_0x54f53f,_0x3b4e00]of _0x30756d){const _0x48bb4e=_0x12f219(),_0x13642a={'key':_0x5b6c71,'oldValue':_0x3b4e00,'newValue':_0x587a5d};_0x5b6c71[_0xcf664f(0x1f9)]>0x25&&console[_0xcf664f(0xbf)](_0xcf664f(0xa3),{'key':_0x5b6c71});const _0x200617=(_0xcf664f(0x166)+(_0x5b6c71+'|'+Et({'newValue':_0x587a5d})))[_0xcf664f(0x193)](0x0,0x3c),_0xdfd3b2=this[_0xcf664f(0xc1)]({'id':_0x48bb4e,'type':_0x200617,'data':_0x13642a,'createdAt':new Date(),'authorId':_0x735db0,'attributes':_0x19a4e7});_0x2abd83[_0xcf664f(0x204)](_0xdfd3b2),this[_0xcf664f(0x236)](_0x200617,_0x48bb4e,_0x735db0,_0x54f53f);}return _0x2abd83;}[_0x1de4b5(0x136)](_0x199248){const _0xce1d74=_0x1de4b5;this[_0xce1d74(0x188)][_0xce1d74(0x15d)](_0x199248);}[_0x1de4b5(0x23d)](_0x54365a){const _0x15ca5b=_0x1de4b5;this[_0x15ca5b(0x191)][_0x15ca5b(0x15d)](_0x54365a);}[_0x1de4b5(0xa8)](_0x59516a,_0x45441c=[],_0x55caab=[]){const _0x350e74=_0x1de4b5;this[_0x350e74(0x1e7)](_0x59516a,(_0x4286eb,..._0x4f12f5)=>{const _0x3ae7b0=_0x350e74;this[_0x3ae7b0(0x243)](()=>{_0x4286eb(..._0x4f12f5);});});for(const _0x564956 of _0x45441c)this[_0x350e74(0x23d)](_0x564956);for(const _0x466ff7 of _0x55caab)this[_0x350e74(0x136)](_0x466ff7);}[_0x1de4b5(0x1a2)](_0x2585d7){const _0x2b37eb=_0x1de4b5;return _0x2b37eb(0x176)==_0x2585d7[_0x2b37eb(0x12f)]?_0x2585d7[_0x2b37eb(0x1c9)][_0x2b37eb(0x1b3)]('|')[0x0]:null;}[_0x1de4b5(0x178)](_0x312cae,_0x4ffb7b){const _0xc9739a=_0x1de4b5,_0x20f2ec=_0x312cae[_0xc9739a(0x215)]();this[_0xc9739a(0x209)][_0xc9739a(0x1c4)](_0x3a9228=>{const _0x842dac=_0xc9739a;_0x3a9228[_0x842dac(0x241)](_0x20f2ec,{'range':_0x4ffb7b});});}[_0x1de4b5(0x175)](_0x24e048){const _0x3b7090=_0x1de4b5,_0x1516e2=_0x24e048['id'],_0x3eec98=this[_0x3b7090(0x229)][_0x3b7090(0x1dc)][_0x3b7090(0x221)](_0x3b7090(0x11a));this[_0x3b7090(0x125)][_0x3b7090(0x171)](_0x1516e2)||this[_0x3b7090(0x125)][_0x3b7090(0x146)]({'channelId':_0x3eec98,'threadId':_0x1516e2,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1df28b=this[_0x3b7090(0x125)][_0x3b7090(0x10f)](_0x1516e2);_0x1df28b[_0x3b7090(0x1f3)](_0x3b7090(0xdc)),_0x1df28b[_0x3b7090(0xdc)]=!0x1,_0x24e048[_0x3b7090(0x19b)]=_0x1df28b;}[_0x1de4b5(0x18a)](_0x403bcd,_0x29f5e7,_0x2652e4,_0x4cee14){const _0x4ee32b=_0x1de4b5;if(_0x403bcd[_0x4ee32b(0x12f)]!=_0x29f5e7||_0x403bcd[_0x4ee32b(0x1c9)]!=_0x2652e4||_0x403bcd[_0x4ee32b(0xea)]['id']!=_0x4cee14)throw this[_0x4ee32b(0x229)][_0x4ee32b(0x216)](_0x4ee32b(0x19d)),new _0x40a4aa(_0x4ee32b(0x19d),this);}[_0x1de4b5(0x239)](_0x274b41,_0x5d1f41){const _0x4a9eee=_0x1de4b5,_0x43ba0c=_0x274b41[_0x4a9eee(0x122)]();if(_0x5d1f41[_0x4a9eee(0x17e)](_0x43ba0c))_0x274b41[_0x4a9eee(0x14a)]();else{if(_0x43ba0c[_0x4a9eee(0x24f)](_0x5d1f41)){const _0xd4330b=this[_0x4a9eee(0x209)][_0x4a9eee(0x160)](_0x5d1f41[_0x4a9eee(0x22d)][_0x4a9eee(0xc9)],_0x4a9eee(0xd6));this[_0x4a9eee(0x178)](_0x274b41,this[_0x4a9eee(0x209)][_0x4a9eee(0x1c3)](_0x43ba0c[_0x4a9eee(0x22d)],_0xd4330b));const _0x290bee=_0x12f219(),_0x589ca6=_0x274b41[_0x4a9eee(0xea)]['id'],_0x5cfe84=_0x274b41[_0x4a9eee(0x12f)]+':'+_0x274b41[_0x4a9eee(0x1c9)];this[_0x4a9eee(0xc1)]({'id':_0x290bee,'type':_0x5cfe84,'createdAt':new Date(),'authorId':_0x589ca6,'data':_0x274b41[_0x4a9eee(0xb4)],'attributes':_0x274b41[_0x4a9eee(0x114)]});const _0xcbe27c=this[_0x4a9eee(0x209)][_0x4a9eee(0x160)](_0x5d1f41[_0x4a9eee(0xd6)][_0x4a9eee(0x1c5)],_0x4a9eee(0xe1)),_0x2bdcb0=this[_0x4a9eee(0x209)][_0x4a9eee(0x1c3)](_0xcbe27c,_0x43ba0c[_0x4a9eee(0xd6)]);this[_0x4a9eee(0x236)](_0x5cfe84,_0x290bee,_0x589ca6,_0x2bdcb0);}else{if(_0x43ba0c[_0x4a9eee(0x17a)](_0x5d1f41[_0x4a9eee(0x22d)])){const _0xbd3811=this[_0x4a9eee(0x209)][_0x4a9eee(0x160)](_0x5d1f41[_0x4a9eee(0x22d)][_0x4a9eee(0xc9)],_0x4a9eee(0xd6));this[_0x4a9eee(0x178)](_0x274b41,this[_0x4a9eee(0x209)][_0x4a9eee(0x1c3)](_0x43ba0c[_0x4a9eee(0x22d)],_0xbd3811));}else{const _0x82f13=this[_0x4a9eee(0x209)][_0x4a9eee(0x160)](_0x5d1f41[_0x4a9eee(0xd6)][_0x4a9eee(0x1c5)],_0x4a9eee(0xe1));this[_0x4a9eee(0x178)](_0x274b41,this[_0x4a9eee(0x209)][_0x4a9eee(0x1c3)](_0x82f13,_0x43ba0c[_0x4a9eee(0xd6)]));}}}}[_0x1de4b5(0x14c)](_0x1495c3){const _0x1f000c=_0x1de4b5;for(const {suggestion:_0x140846,meta:_0x2a7710}of this[_0x1f000c(0xb0)](_0x1495c3,_0x1f000c(0xe0))){if(!_0x2a7710[_0x1f000c(0x212)])continue;const _0x59ec2c=_0x140846[_0x1f000c(0x233)]();for(const _0x547572 of _0x59ec2c)if(!_0x1495c3[_0x1f000c(0x1bc)](_0x547572)[_0x1f000c(0x1f9)])return!0x0;}return!0x1;}[_0x1de4b5(0x20b)](_0x5a8b96){const _0xa9bdfa=_0x1de4b5,_0x111b58=this[_0xa9bdfa(0x229)][_0xa9bdfa(0x1f2)][_0xa9bdfa(0x221)](_0xa9bdfa(0x102))[_0xa9bdfa(0x1d3)](_0x5a8b96);if(!_0x111b58)throw new _0x40a4aa(_0xa9bdfa(0x247),this);return _0x111b58;}[_0x1de4b5(0x10e)](_0x58140c){const _0x243fa0=_0x1de4b5,_0x36dd65=this[_0x243fa0(0x229)][_0x243fa0(0x1f2)][_0x243fa0(0x221)](_0x243fa0(0x102)),_0x5743c7=_0x3cbb16(_0x243fa0(0x251)+_0x58140c),_0x26fd24=_0x36dd65[_0x243fa0(0x1d3)](_0x5743c7);return _0x26fd24||_0x36dd65[_0x243fa0(0x190)]({'id':_0x5743c7,'name':_0x58140c});}[_0x1de4b5(0x203)](_0xc15b96,_0x5c66f2,_0x23c9d1,_0x677553,_0x3447d1){const _0x4f4256=_0x1de4b5,_0xe4a32d=this[_0x4f4256(0x20b)](_0x677553),_0x3376c1=this[_0x4f4256(0x1cc)][_0x4f4256(0x1fe)](_0xc15b96,_0x5c66f2,_0x23c9d1,_0xe4a32d,_0x3447d1,_0x4c6fcc=>{const _0x3e1eed=_0x4f4256;this[_0x3e1eed(0x23f)](_0x23c9d1,{'attributes':_0x4c6fcc});const _0xce5c3=this[_0x3e1eed(0xe9)](_0x23c9d1);this[_0x3e1eed(0x21a)](new Set([_0xce5c3])),this[_0x3e1eed(0x181)](new Set([_0xce5c3]));});return this[_0x4f4256(0xa7)](_0x3376c1,_0x4f4256(0x151),()=>{const _0x394217=_0x4f4256;this[_0x394217(0x23f)](_0x23c9d1,{'state':_0x394217(0x142)});},{'priority':_0x4f4256(0x22a)}),this[_0x4f4256(0xa7)](_0x3376c1,_0x4f4256(0x240),()=>{const _0x4013a1=_0x4f4256;this[_0x4013a1(0x23f)](_0x23c9d1,{'state':_0x4013a1(0x13c)});},{'priority':_0x4f4256(0x22a)}),this[_0x4f4256(0xe4)][_0x4f4256(0xa1)](_0x23c9d1,_0x3376c1),this[_0x4f4256(0xfb)][_0x4f4256(0xa1)](_0x3376c1,_0x4f4256(0x13e)),_0x3376c1;}[_0x1de4b5(0xb7)](_0x155e84){const _0x1b9a6f=_0x1de4b5,_0x389f10=_0x155e84[_0x1b9a6f(0x1b3)](':');return{'group':_0x389f10[0x0],'type':_0x389f10[0x1],'subType':_0x389f10[_0x1b9a6f(0x1f9)]>=0x5?_0x389f10[0x2]:null,'id':_0x389f10[_0x1b9a6f(0x1f9)]<0x5?_0x389f10[0x2]:_0x389f10[0x3],'authorId':_0x389f10[_0x1b9a6f(0x1f9)]<0x5?_0x389f10[0x3]:_0x389f10[0x4],'markerCount':0x6==_0x389f10[_0x1b9a6f(0x1f9)]?_0x389f10[0x5]:null};}[_0x1de4b5(0x169)](_0x4bc2e8,_0xaa6af8,_0x428567){const _0x50c9c4=_0x1de4b5,_0x3eb920=_0x4bc2e8[_0x50c9c4(0x122)](),_0xafe4b4=_0x3eb920[_0x50c9c4(0x22d)],_0x546e00=_0x3eb920[_0x50c9c4(0xd6)];this[_0x50c9c4(0x178)](_0x4bc2e8,this[_0x50c9c4(0x209)][_0x50c9c4(0x1c3)](_0xafe4b4,_0xaa6af8));const _0x4d3027=_0x12f219(),_0x374771=_0x4bc2e8[_0x50c9c4(0xea)]['id'],_0x3e1d4f=_0x4bc2e8[_0x50c9c4(0x12f)]+(_0x4bc2e8[_0x50c9c4(0x1c9)]?':'+_0x4bc2e8[_0x50c9c4(0x1c9)]:'');this[_0x50c9c4(0xc1)]({'id':_0x4d3027,'type':_0x3e1d4f,'createdAt':new Date(),'authorId':_0x374771,'originalSuggestionId':_0x4bc2e8['id'],'attributes':_0x4bc2e8[_0x50c9c4(0x114)],'data':_0x4bc2e8[_0x50c9c4(0xb4)]});const _0x3015ef=this[_0x50c9c4(0x1a2)](_0x4bc2e8);(_0x50c9c4(0x141)==_0x4bc2e8[_0x50c9c4(0x12f)]||_0x3015ef&&this[_0x50c9c4(0x15b)](_0x3015ef))&&(_0x428567=this[_0x50c9c4(0x209)][_0x50c9c4(0x24d)](_0x428567[_0x50c9c4(0x1c5)])),this[_0x50c9c4(0x236)](_0x3e1d4f,_0x4d3027,_0x374771,this[_0x50c9c4(0x209)][_0x50c9c4(0x1c3)](_0x428567,_0x546e00));}[_0x1de4b5(0xb0)](_0x14cca6,_0x19fad9=null){const _0x3a577b=_0x1de4b5,_0xcd4566=[],_0x5cfa81=this[_0x3a577b(0x229)][_0x3a577b(0x1f2)][_0x3a577b(0x221)](_0x3a577b(0x102))['me'];Array[_0x3a577b(0xf8)](_0x14cca6)||(_0x14cca6=[_0x14cca6]);for(const _0xd60ccd of this[_0x3a577b(0x1ce)]()){if(!_0xd60ccd[_0x3a577b(0x23a)])continue;if(_0x19fad9&&_0xd60ccd[_0x3a577b(0x12f)]!=_0x19fad9)continue;let _0x564261=!0x1;for(const _0x3b1c30 of _0xd60ccd[_0x3a577b(0x233)]()){for(const _0x428ea7 of _0x14cca6){const _0x53633b=_0x428ea7[_0x3a577b(0x22d)][_0x3a577b(0x17e)](_0x3b1c30[_0x3a577b(0xd6)])||_0x428ea7[_0x3a577b(0xd6)][_0x3a577b(0x17e)](_0x3b1c30[_0x3a577b(0x22d)]);if(_0x53633b||_0x428ea7[_0x3a577b(0x1c7)](_0x3b1c30)){const _0x6bcdc0=_0x428ea7[_0x3a577b(0x24f)](_0x3b1c30)&&xt(this[_0x3a577b(0x209)][_0x3a577b(0x1e3)],_0x3b1c30[_0x3a577b(0x22d)],_0x428ea7),_0x41a9ea=_0x3b1c30[_0x3a577b(0x24f)](_0x428ea7)&&xt(this[_0x3a577b(0x209)][_0x3a577b(0x1e3)],_0x428ea7[_0x3a577b(0x22d)],_0x3b1c30);_0xcd4566[_0x3a577b(0x204)]({'suggestion':_0xd60ccd,'meta':{'isOwn':_0x5cfa81==_0xd60ccd[_0x3a577b(0x11b)],'isNextTo':_0x53633b,'isInsideObject':_0x6bcdc0,'containsRangeInObject':_0x41a9ea}}),_0x564261=!0x0;break;}}if(_0x564261)break;}}return _0xcd4566;}[_0x1de4b5(0x236)](_0x4e389b,_0x524ca6,_0x5c4e0b,_0x15a9ef,_0x403684){const _0x4d2337=_0x1de4b5;this[_0x4d2337(0x209)][_0x4d2337(0x1c4)](_0x356cbf=>{const _0x325480=_0x4d2337;let _0x545072=_0x325480(0x1e0)+_0x4e389b+':'+_0x524ca6+':'+_0x5c4e0b;_0x403684&&(_0x545072=_0x545072+':'+_0x403684),_0x356cbf[_0x325480(0x23c)](_0x545072,{'range':_0x15a9ef,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1de4b5(0x157)](_0x154501){const _0x4e8cee=_0x1de4b5,_0x5d008f=_0x154501[_0x4e8cee(0x206)],_0x1deeef=_0x154501[_0x4e8cee(0x232)];_0x154501[_0x4e8cee(0x206)]=null,_0x154501[_0x4e8cee(0x232)]=null,null!=_0x5d008f&&_0x5d008f[_0x4e8cee(0x232)]==_0x154501&&(_0x5d008f[_0x4e8cee(0x232)]=_0x1deeef),null!=_0x1deeef&&_0x1deeef[_0x4e8cee(0x206)]==_0x154501&&(_0x1deeef[_0x4e8cee(0x206)]=_0x5d008f),_0x4e8cee(0x10c)==this[_0x4e8cee(0xfb)][_0x4e8cee(0x221)](_0x154501)&&(this[_0x4e8cee(0xfb)][_0x4e8cee(0xa1)](_0x154501,_0x4e8cee(0x1b7)),this[_0x4e8cee(0x22e)](_0x4e8cee(0xe2),_0x154501,_0x5d008f,_0x1deeef));}[_0x1de4b5(0xc1)](_0x179024){const _0x590516=_0x1de4b5,_0x39e042=_0x179024['id'],_0x5056f3=this[_0x590516(0x14f)](_0x179024);if(this[_0x590516(0x15e)]&&this[_0x590516(0x15e)][_0x590516(0x17f)]){const _0x16b9d7=this[_0x590516(0x229)][_0x590516(0x1f2)][_0x590516(0x221)](_0x590516(0x173)),_0x28f601=_0x5056f3[_0x590516(0xd2)],_0x12be3c=_0x5056f3[_0x590516(0x1c9)]?_0x5056f3[_0x590516(0x12f)]+':'+_0x5056f3[_0x590516(0x1c9)]:_0x5056f3[_0x590516(0x12f)],_0x2b571f=this[_0x590516(0x229)][_0x590516(0x201)],_0x57eb0d=_0x16b9d7[_0x590516(0x15d)](_0x8445a3(_0x2b571f,_0x590516(0x1e9))),_0x573436={'id':_0x39e042,'type':_0x12be3c,'hasComments':_0x28f601,'data':_0x179024[_0x590516(0xb4)]||null,'originalSuggestionId':_0x179024[_0x590516(0x119)]||null,'attributes':_0x5056f3[_0x590516(0x114)]};this[_0x590516(0x15e)][_0x590516(0x17f)](_0x573436)[_0x590516(0x238)](_0x2aac92=>{const _0x1c6537=_0x590516;_0x5056f3[_0x1c6537(0xf4)]=!0x0,_0x16b9d7[_0x1c6537(0x140)](_0x57eb0d),_0x2aac92&&_0x2aac92[_0x1c6537(0xda)]&&(this[_0x1c6537(0xe4)][_0x1c6537(0x221)](_0x39e042)[_0x1c6537(0xda)]=_0x2aac92[_0x1c6537(0xda)]);})[_0x590516(0x109)](_0x2ddd13=>{const _0x5318df=_0x590516;throw _0x42ebed(_0x5318df(0x214)),this[_0x5318df(0x229)][_0x5318df(0x1ca)][_0x5318df(0x18c)]({'isUndoable':!0x1},()=>{const _0x3e8a95=_0x5318df;_0x5056f3[_0x3e8a95(0x240)]();}),_0x5056f3[_0x5318df(0x242)](),this[_0x5318df(0xe4)][_0x5318df(0x149)](_0x5056f3['id']),this[_0x5318df(0xfb)][_0x5318df(0x149)](_0x5056f3),_0x2ddd13;});}return _0x5056f3;}[_0x1de4b5(0x15b)](_0x2358d7){const _0x518cf3=_0x1de4b5;return this[_0x518cf3(0x188)][_0x518cf3(0x1ff)](_0x2358d7);}[_0x1de4b5(0x23f)](_0x37bb9e,_0x5d10cf){const _0x510e0d=_0x1de4b5,_0x1cd535=this[_0x510e0d(0x229)][_0x510e0d(0x1f2)][_0x510e0d(0x221)](_0x510e0d(0x173)),_0xd19fed=this[_0x510e0d(0xe9)](_0x37bb9e);if(this[_0x510e0d(0x15e)]&&this[_0x510e0d(0x15e)][_0x510e0d(0x1d4)]){if(_0xd19fed[_0x510e0d(0xf4)]){const _0x5b430f=_0x1cd535[_0x510e0d(0x15d)](_0x8445a3(this[_0x510e0d(0x229)][_0x510e0d(0x201)],_0x510e0d(0x1e9)));this[_0x510e0d(0x15e)][_0x510e0d(0x1d4)](_0x37bb9e,_0x5d10cf)[_0x510e0d(0x238)](()=>{const _0x59f22b=_0x510e0d;_0x1cd535[_0x59f22b(0x140)](_0x5b430f);});}else _0xd19fed['on'](_0x510e0d(0xcf),()=>{const _0x15f72d=_0x510e0d;this[_0x15f72d(0x23f)](_0x37bb9e,_0x5d10cf);});}}[_0x1de4b5(0x20d)](_0x43f16a){const _0x3d765e=_0x1de4b5;if(!this[_0x3d765e(0x15e)]||!this[_0x3d765e(0x15e)][_0x3d765e(0xe9)])throw new _0x40a4aa(_0x3d765e(0x186),this);return this[_0x3d765e(0x15e)][_0x3d765e(0xe9)](_0x43f16a);}[_0x1de4b5(0x1bb)](_0x147034){const _0x3ed3af=_0x1de4b5,{id:_0x5ab783,type:_0x4076f3,subType:_0x2281b1,authorId:_0xe9d43}=this[_0x3ed3af(0xb7)](_0x147034),_0x4d3f64=this[_0x3ed3af(0xe4)][_0x3ed3af(0x221)](_0x5ab783)||this[_0x3ed3af(0x203)](_0x4076f3,_0x2281b1,_0x5ab783,_0xe9d43,{});switch(this[_0x3ed3af(0x18a)](_0x4d3f64,_0x4076f3,_0x2281b1,_0xe9d43),this[_0x3ed3af(0xfb)][_0x3ed3af(0x221)](_0x4d3f64)){case _0x3ed3af(0x13e):this[_0x3ed3af(0x20d)](_0x5ab783)[_0x3ed3af(0x238)](_0x5cd724=>{const _0x40fde0=_0x3ed3af;let _0x1eea87=Promise[_0x40fde0(0x21c)]();_0x5cd724[_0x40fde0(0xd2)]&&(_0x1eea87=this[_0x40fde0(0x125)][_0x40fde0(0xcc)]({'channelId':this[_0x40fde0(0x229)][_0x40fde0(0x1dc)][_0x40fde0(0x221)](_0x40fde0(0x11a)),'threadId':_0x5ab783})),_0x1eea87[_0x40fde0(0x238)](()=>{const _0x1be5a5=_0x40fde0;this[_0x1be5a5(0x14f)](_0x5cd724)[_0x1be5a5(0xf4)]=!0x0;});}),this[_0x3ed3af(0xfb)][_0x3ed3af(0xa1)](_0x4d3f64,_0x3ed3af(0x205));break;case _0x3ed3af(0x1b7):this[_0x3ed3af(0x23f)](_0x5ab783,{'state':_0x3ed3af(0xe3)});case _0x3ed3af(0x16d):this[_0x3ed3af(0xfb)][_0x3ed3af(0xa1)](_0x4d3f64,_0x3ed3af(0x10c)),this[_0x3ed3af(0x22e)](_0x3ed3af(0x12a),_0x4d3f64);break;case _0x3ed3af(0x10c):this[_0x3ed3af(0x22e)](_0x3ed3af(0x12b),_0x4d3f64);}return _0x4d3f64[_0x3ed3af(0x24c)](_0x147034),_0x4d3f64;}[_0x1de4b5(0x181)](_0x56970b){const _0x597724=_0x1de4b5,_0x4d7b5c=Array[_0x597724(0x19e)](_0x56970b),_0x4013db=_0x4d7b5c[_0x597724(0x23e)](_0x14cc8f=>_0x597724(0x176)==_0x14cc8f[_0x597724(0x12f)]);this[_0x597724(0xd9)](_0x4013db);const _0x2fb343=_0x4d7b5c[_0x597724(0x23e)](_0x2e712f=>!_0x2e712f[_0x597724(0x245)]&&_0x597724(0x176)!=_0x2e712f[_0x597724(0x12f)]),_0x27f294=this[_0x597724(0x1ce)]({'skipNotAttached':!0x0})[_0x597724(0x23e)](_0x3380aa=>!_0x3380aa[_0x597724(0x245)]&&_0x597724(0x176)!=_0x3380aa[_0x597724(0x12f)]),_0x4e4d32=_0x27f294[_0x597724(0x23e)](_0x56ea02=>!_0x56970b[_0x597724(0x1ff)](_0x56ea02)),_0x460a2f=new Map(_0x27f294[_0x597724(0x19a)](_0x2f7617=>[_0x2f7617,this[_0x597724(0x1cc)][_0x597724(0xc6)](_0x2f7617[_0x597724(0x12f)],_0x2f7617[_0x597724(0x1c9)],_0x597724(0x16e))])),_0x5df8a2=new Map(_0x27f294[_0x597724(0x19a)](_0x215d4f=>[_0x215d4f,_0x215d4f[_0x597724(0x122)]()])),_0x235f06=new Set(),_0xc1c7c1=new Set();for(let _0x40bbab=0x0;_0x40bbab<_0x2fb343[_0x597724(0x1f9)];_0x40bbab++)_0x4cbe05(_0x2fb343[_0x40bbab],_0x2fb343,_0x40bbab+0x1);for(let _0x511a78=0x0;_0x511a78<_0x2fb343[_0x597724(0x1f9)];_0x511a78++)_0x4cbe05(_0x2fb343[_0x511a78],_0x4e4d32,0x0);const _0x461c9a=new Set();for(let _0x452d28=0x0;_0x452d28<_0x2fb343[_0x597724(0x1f9)];_0x452d28++){const _0x25a142=_0x2fb343[_0x452d28];!_0xc1c7c1[_0x597724(0x1ff)](_0x25a142)&&_0x25a142[_0x597724(0x206)]&&(_0x461c9a[_0x597724(0x15d)](_0x25a142[_0x597724(0x206)]),_0x25a142[_0x597724(0x206)][_0x597724(0x232)]===_0x25a142&&(_0x25a142[_0x597724(0x206)][_0x597724(0x232)]=null),_0x25a142[_0x597724(0x206)]=null),!_0x235f06[_0x597724(0x1ff)](_0x25a142)&&_0x25a142[_0x597724(0x232)]&&(_0x461c9a[_0x597724(0x15d)](_0x25a142[_0x597724(0x232)]),_0x25a142[_0x597724(0x232)][_0x597724(0x206)]===_0x25a142&&(_0x25a142[_0x597724(0x232)][_0x597724(0x206)]=null),_0x25a142[_0x597724(0x232)]=null);}function _0x4cbe05(_0x2a7f2c,_0x4e1e1a,_0x879c47){const _0x24620a=_0x597724;for(let _0x5cc3f8=_0x879c47;_0x5cc3f8<_0x4e1e1a[_0x24620a(0x1f9)];_0x5cc3f8++){const _0x206644=_0x56ed77(_0x2a7f2c,_0x4e1e1a[_0x5cc3f8]);_0x206644&&(_0x206644[0x0][_0x24620a(0x232)]=_0x206644[0x1],_0x206644[0x1][_0x24620a(0x206)]=_0x206644[0x0],_0x235f06[_0x24620a(0x15d)](_0x206644[0x0]),_0xc1c7c1[_0x24620a(0x15d)](_0x206644[0x1]));}}function _0x56ed77(_0x1a3074,_0x33ed36){const _0x2ceee8=_0x597724;if(_0x1a3074[_0x2ceee8(0x11b)]['id']!==_0x33ed36[_0x2ceee8(0x11b)]['id'])return null;const _0x291838=_0x460a2f[_0x2ceee8(0x221)](_0x1a3074)(_0x1a3074,_0x33ed36,_0x5df8a2[_0x2ceee8(0x221)](_0x1a3074),_0x5df8a2[_0x2ceee8(0x221)](_0x33ed36));if(!_0x291838)return null;return _0x460a2f[_0x2ceee8(0x221)](_0x33ed36)(_0x1a3074,_0x33ed36,_0x5df8a2[_0x2ceee8(0x221)](_0x1a3074),_0x5df8a2[_0x2ceee8(0x221)](_0x33ed36))?_0x291838[0x1][_0x2ceee8(0x19b)]&&_0x291838[0x1][_0x2ceee8(0x19b)][_0x2ceee8(0x1f9)]?null:_0x291838:null;}_0x461c9a[_0x597724(0x111)]&&this[_0x597724(0x181)](_0x461c9a);}[_0x1de4b5(0xd9)](_0x226849){const _0x2bb7ae=_0x1de4b5;if(0x0==_0x226849[_0x2bb7ae(0x1f9)])return;const _0x383574=this[_0x2bb7ae(0x1ce)]({'skipNotAttached':!0x0})[_0x2bb7ae(0x23e)](_0x5abaff=>_0x2bb7ae(0x176)==_0x5abaff[_0x2bb7ae(0x12f)]&&_0x5abaff[_0x2bb7ae(0xff)]),_0x41a604=[],_0x27cc47=new Map();for(const _0x50ff2f of _0x383574){const _0x410daf=_0x3cbb16(_0x50ff2f[_0x2bb7ae(0x114)]);_0x27cc47[_0x2bb7ae(0x1ff)](_0x410daf)||(_0x27cc47[_0x2bb7ae(0xa1)](_0x410daf,_0x41a604[_0x2bb7ae(0x1f9)]),_0x41a604[_0x2bb7ae(0x204)]([]));const _0x56f0de=_0x27cc47[_0x2bb7ae(0x221)](_0x410daf);_0x41a604[_0x56f0de][_0x2bb7ae(0x204)](_0x50ff2f);}!(function(){const _0x546ea7=_0x2bb7ae;_0x41a604[_0x546ea7(0x18e)]((_0xa71208,_0x2e5f88)=>{const _0x570634=_0x546ea7,_0xb0c57e=_0xa71208[0x0][_0x570634(0xda)],_0x7b1b16=_0x2e5f88[0x0][_0x570634(0xda)];return _0xb0c57e==_0x7b1b16?_0xa71208[0x0][_0x570634(0x114)][_0x570634(0xed)]<_0x2e5f88[0x0][_0x570634(0x114)][_0x570634(0xed)]?-0x1:0x1:_0xb0c57e<_0x7b1b16?-0x1:0x1;});for(const _0x363a1f of _0x41a604)_0x363a1f[_0x546ea7(0x18e)]((_0x41f0fe,_0x1d5e32)=>_0x41f0fe['id']<_0x1d5e32['id']?-0x1:0x1);}());for(let _0x43e60c=0x0;_0x43e60c<_0x41a604[_0x2bb7ae(0x1f9)];_0x43e60c++){if(0x0==_0x41a604[_0x43e60c][_0x2bb7ae(0x1f9)])continue;const _0x2cb69f=[];for(let _0x364358=_0x43e60c+0x1;_0x364358<_0x41a604[_0x2bb7ae(0x1f9)];_0x364358++)0x0!=_0x41a604[_0x364358][_0x2bb7ae(0x1f9)]&&_0x46cb5a(_0x41a604[_0x43e60c],_0x41a604[_0x364358])&&_0x2cb69f[_0x2bb7ae(0x204)](_0x364358);for(const _0x39b330 of _0x2cb69f)_0x41a604[_0x43e60c]=_0x41a604[_0x43e60c][_0x2bb7ae(0x153)](_0x41a604[_0x39b330]),_0x41a604[_0x39b330]=[];}for(const _0x3bd9a5 of _0x41a604)for(let _0x26ed08=0x0;_0x26ed08<_0x3bd9a5[_0x2bb7ae(0x1f9)];_0x26ed08++)_0x3bd9a5[_0x26ed08][_0x2bb7ae(0x232)]=_0x3bd9a5[_0x26ed08+0x1]||null;for(const _0x5a8f81 of _0x41a604)for(let _0x1cc15e=0x0;_0x1cc15e<_0x5a8f81[_0x2bb7ae(0x1f9)];_0x1cc15e++)_0x5a8f81[_0x1cc15e][_0x2bb7ae(0x206)]=_0x5a8f81[_0x1cc15e-0x1]||null;function _0x46cb5a(_0x340de0,_0x21166b){const _0x127c63=_0x2bb7ae;if(_0x340de0[0x0][_0x127c63(0x114)][_0x127c63(0xed)]!==_0x21166b[0x0][_0x127c63(0x114)][_0x127c63(0xed)]&&_0x340de0[0x0][_0x127c63(0x11b)]!==_0x21166b[0x0][_0x127c63(0x11b)])return!0x1;if(!function(_0xe72c6b,_0x37cf0c){const _0x30ba10=_0x127c63;if(!_0xe72c6b[_0x30ba10(0xd2)]&&!_0x37cf0c[_0x30ba10(0xd2)])return!0x0;if(_0xe72c6b[_0x30ba10(0xd2)]&&_0x37cf0c[_0x30ba10(0xd2)])return!0x1;if(_0xe72c6b[_0x30ba10(0xd2)]&&_0x37cf0c[_0x30ba10(0xda)]<_0xe72c6b[_0x30ba10(0x19b)][_0x30ba10(0x121)][_0x30ba10(0x221)](0x0)[_0x30ba10(0xda)])return!0x0;if(_0x37cf0c[_0x30ba10(0xd2)]&&_0xe72c6b[_0x30ba10(0xda)]<_0x37cf0c[_0x30ba10(0x19b)][_0x30ba10(0x121)][_0x30ba10(0x221)](0x0)[_0x30ba10(0xda)])return!0x0;return!0x1;}(_0x340de0[0x0],_0x21166b[0x0]))return!0x1;const _0x519c82=_0x200432(_0x340de0[0x0][_0x127c63(0x114)],_0x127c63(0xed)),_0x4aa492=_0x200432(_0x21166b[0x0][_0x127c63(0x114)],_0x127c63(0xed));if(!_0x50e745(_0x519c82,_0x4aa492))return!0x1;return!!_0x340de0[_0x127c63(0xc0)](_0xca40f1=>_0x21166b[_0x127c63(0xd3)](_0x43b66f=>_0xca40f1[_0x127c63(0x122)]()[_0x127c63(0x17e)](_0x43b66f[_0x127c63(0x122)]())))&&_0x21166b[_0x127c63(0xc0)](_0x2c6ae8=>_0x340de0[_0x127c63(0xd3)](_0xff79ae=>_0x2c6ae8[_0x127c63(0x122)]()[_0x127c63(0x17e)](_0xff79ae[_0x127c63(0x122)]())));}}[_0x1de4b5(0x21a)](_0x4a9083){const _0x3a470b=_0x1de4b5,_0xc04ae6=Array[_0x3a470b(0x19e)](_0x4a9083),_0x8c575e=this[_0x3a470b(0x1ce)]({'skipNotAttached':!0x0}),_0x42f06b=_0x8c575e[_0x3a470b(0x23e)](_0xdde5e7=>!_0x4a9083[_0x3a470b(0x1ff)](_0xdde5e7)),_0x4b7fee=new Map(_0xc04ae6[_0x3a470b(0x19a)](_0x362ce2=>[_0x362ce2,this[_0x3a470b(0x1cc)][_0x3a470b(0xc6)](_0x362ce2[_0x3a470b(0x12f)],_0x362ce2[_0x3a470b(0x1c9)],_0x3a470b(0x14d))])),_0x18ac7e=new Map(_0x8c575e[_0x3a470b(0x19a)](_0x742941=>[_0x742941,_0x742941[_0x3a470b(0x233)]()]));for(let _0x376710=0x0;_0x376710<_0xc04ae6[_0x3a470b(0x1f9)];_0x376710++){if(_0x3ea95d(this,_0xc04ae6[_0x376710],_0xc04ae6,_0x376710+0x1))return!0x0;}for(let _0x529c5f=0x0;_0x529c5f<_0xc04ae6[_0x3a470b(0x1f9)];_0x529c5f++){if(_0x3ea95d(this,_0xc04ae6[_0x529c5f],_0x42f06b,0x0))return!0x0;}return!0x1;function _0x3ea95d(_0x28f2fe,_0x6adc49,_0x3b475c,_0x5a13f1){const _0x24897f=_0x3a470b;for(let _0x1d4ba8=_0x5a13f1;_0x1d4ba8<_0x3b475c[_0x24897f(0x1f9)];_0x1d4ba8++){const _0x1b5914=_0x3b475c[_0x1d4ba8];if(_0x1b5914[_0x24897f(0x12f)]!==_0x6adc49[_0x24897f(0x12f)]||_0x1b5914[_0x24897f(0x11b)]['id']!==_0x6adc49[_0x24897f(0x11b)]['id']||_0x1b5914[_0x24897f(0x1c9)]!==_0x6adc49[_0x24897f(0x1c9)])continue;if(!Ft(_0x6adc49,_0x1b5914,[_0x24897f(0xed)]))continue;if(_0x24897f(0x176)==_0x6adc49[_0x24897f(0x12f)]&&_0x6adc49[_0x24897f(0xb4)][_0x24897f(0x10d)]!=_0x1b5914[_0x24897f(0xb4)][_0x24897f(0x10d)])continue;if(_0x24897f(0x176)==_0x6adc49[_0x24897f(0x12f)]&&_0x28f2fe[_0x24897f(0x15b)](_0x6adc49[_0x24897f(0xb4)][_0x24897f(0x162)]))continue;if(_0x24897f(0x141)==_0x6adc49[_0x24897f(0x12f)]){const _0x4bc159=_0x28f2fe[_0x24897f(0x229)][_0x24897f(0x1ca)],_0x1afd59=_0x6adc49[_0x24897f(0x1f0)]();if(_0x1afd59&&(_0x4bc159[_0x24897f(0x1e3)][_0x24897f(0x1b9)](_0x1afd59)||_0x4bc159[_0x24897f(0x1e3)][_0x24897f(0x1b1)](_0x1afd59)))continue;}const _0x319328=_0x4b7fee[_0x24897f(0x221)](_0x6adc49),_0xc41ed6=_0x18ac7e[_0x24897f(0x221)](_0x6adc49),_0xf41b6=_0x18ac7e[_0x24897f(0x221)](_0x1b5914),_0x4ed0b0=_0x6adc49[_0x24897f(0x19b)]&&_0x6adc49[_0x24897f(0x19b)][_0x24897f(0x1f9)],_0x113a1f=_0x1b5914[_0x24897f(0x19b)]&&_0x1b5914[_0x24897f(0x19b)][_0x24897f(0x1f9)];if(!_0x4ed0b0&&_0x319328(_0xf41b6,_0xc41ed6))return _0x28f2fe[_0x24897f(0x1df)](_0x1b5914,_0x6adc49),_0x18ac7e[_0x24897f(0x149)](_0x6adc49),!0x0;if(!_0x113a1f&&_0x319328(_0xc41ed6,_0xf41b6))return _0x28f2fe[_0x24897f(0x1df)](_0x6adc49,_0x1b5914),_0x18ac7e[_0x24897f(0x149)](_0x1b5914),!0x0;}return!0x1;}}[_0x1de4b5(0x1df)](_0x4aed97,_0x5ce88c){const _0x22b654=_0x1de4b5;if(_0x4aed97[_0x22b654(0x245)]){for(const _0xe1e411 of _0x5ce88c[_0x22b654(0x233)]())_0x4aed97[_0x22b654(0x1ea)](_0xe1e411);}else{const _0x2ecec3=_0x5ce88c[_0x22b654(0x122)]()[_0x22b654(0xd6)];this[_0x22b654(0x178)](_0x4aed97,this[_0x22b654(0x209)][_0x22b654(0x1c3)](_0x4aed97[_0x22b654(0x122)]()[_0x22b654(0x22d)],_0x2ecec3));}_0x5ce88c[_0x22b654(0x14a)]();}[_0x1de4b5(0x174)](_0x5ddae6,_0x3bd350){const _0x504e81=_0x1de4b5,_0x79c8cf=_0x5ddae6[_0x504e81(0x198)](_0x504e81(0x21d))||_0x5ddae6[_0x504e81(0x198)](_0x504e81(0x176))?_0x504e81(0xaa):_0x5ddae6[_0x504e81(0xad)]();return _0x8445a3(this[_0x504e81(0x229)][_0x504e81(0x201)],_0x3bd350+'_'+_0x79c8cf+_0x504e81(0x100));}[_0x1de4b5(0x15f)](){const _0x3f288c=_0x1de4b5,_0x2c8d27=this[_0x3f288c(0x229)];_0x1cd276(this[_0x3f288c(0x209)],({left:_0x21f8d5,entered:_0x45cd58})=>{const _0x5566f0=_0x3f288c,_0x86aba6=[];for(const _0x4af579 of _0x21f8d5){const {group:_0x4e928c,type:_0x2fb616}=this[_0x5566f0(0xb7)](_0x4af579[_0x5566f0(0xf3)]);if(_0x5566f0(0x1a9)===_0x4e928c){_0x86aba6[_0x5566f0(0x204)](this[_0x5566f0(0x174)](_0x2fb616,_0x5566f0(0x1e5)));break;}}for(const _0x426b96 of _0x45cd58){const {group:_0x445ba2,type:_0x5918b7}=this[_0x5566f0(0xb7)](_0x426b96[_0x5566f0(0xf3)]);if(_0x5566f0(0x1a9)===_0x445ba2){_0x86aba6[_0x5566f0(0x204)](this[_0x5566f0(0x174)](_0x5918b7,_0x5566f0(0xf2)));break;}}_0x86aba6[_0x5566f0(0x1f9)]&&_0x2c8d27['ui'][_0x5566f0(0x1e1)][_0x5566f0(0x105)](_0x5566f0(0x213),_0x86aba6[_0x5566f0(0x14d)]('\x20'));});}[_0x1de4b5(0x1ef)](_0x29e9f4){const _0x4ff66f=_0x1de4b5;if(this[_0x4ff66f(0x1b0)])return!0x1;const _0x2cf57d=this[_0x4ff66f(0x229)],_0x526e5c=_0x2cf57d[_0x4ff66f(0x1ca)][_0x4ff66f(0x1e6)][_0x4ff66f(0x197)][_0x4ff66f(0x1ab)]();if(0x0==_0x526e5c[_0x4ff66f(0x1f9)])return!0x1;const _0x27c8b0=[],_0x354c91=_0x526e5c[_0x4ff66f(0x23e)](_0x8f61bb=>_0x4ff66f(0x176)==_0x8f61bb[_0x4ff66f(0x12f)]),_0x2b486b=_0x526e5c[_0x4ff66f(0x23e)](_0x36ce63=>_0x4ff66f(0x1a0)==_0x36ce63[_0x4ff66f(0x12f)]&&_0x4ff66f(0xe6)!=_0x36ce63[_0x4ff66f(0xf3)]),_0x258e0f=_0x526e5c[_0x4ff66f(0x23e)](_0xea4ccd=>_0x4ff66f(0x140)==_0xea4ccd[_0x4ff66f(0x12f)]&&_0x4ff66f(0xe6)!=_0xea4ccd[_0x4ff66f(0xf3)]);for(const _0x3bf580 of _0x354c91)_0x27c8b0[_0x4ff66f(0x204)]({'key':_0x3bf580[_0x4ff66f(0x1af)],'newValue':_0x3bf580[_0x4ff66f(0xce)],'oldValue':_0x3bf580[_0x4ff66f(0x196)],'range':Ut(_0x3bf580[_0x4ff66f(0x17c)],_0x2cf57d[_0x4ff66f(0x1ca)])});for(const _0x4de91f of _0x2b486b){const _0x3da142=_0x258e0f[_0x4ff66f(0x225)](_0x1c8eb9=>_0x1c8eb9[_0x4ff66f(0x137)][_0x4ff66f(0x17e)](_0x4de91f[_0x4ff66f(0x137)]));_0x3da142&&_0x27c8b0[_0x4ff66f(0x204)]({'key':_0x4ff66f(0x24e),'newValue':_0x4de91f[_0x4ff66f(0xf3)],'oldValue':_0x3da142[_0x4ff66f(0xf3)],'range':_0x2cf57d[_0x4ff66f(0x1ca)][_0x4ff66f(0x1b6)](_0x4de91f[_0x4ff66f(0x137)][_0x4ff66f(0x1c2)])});}return 0x0!=_0x27c8b0[_0x4ff66f(0x1f9)]&&this[_0x4ff66f(0x150)](_0x29e9f4,_0x27c8b0);}[_0x1de4b5(0x13d)](_0x4a979d){const _0x570606=_0x1de4b5;let _0x21096b=!0x1;const _0x21c9f2=this[_0x570606(0x229)][_0x570606(0x1ca)][_0x570606(0x1e6)][_0x570606(0x197)][_0x570606(0x118)]()[_0x570606(0x23e)](_0x21e5f8=>_0x21e5f8[_0x570606(0xb4)][_0x570606(0x248)]&&_0x21e5f8[_0x570606(0xf3)][_0x570606(0x198)](_0x570606(0x124)));for(const _0x5f1dde of _0x21c9f2){const {subType:_0x4f3ae1,id:_0x5ba3bf}=this[_0x570606(0xb7)](_0x5f1dde[_0x570606(0xf3)]),_0xabb431=_0x4f3ae1[_0x570606(0x1b3)]('|')[0x0];for(const _0x5e520c of this[_0x570606(0x1ce)]({'skipNotAttached':!0x0}))_0x5e520c['id']!=_0x5ba3bf&&_0x570606(0x176)==_0x5e520c[_0x570606(0x12f)]&&_0x5e520c[_0x570606(0xb4)]&&_0x5e520c[_0x570606(0xb4)][_0x570606(0x162)]==_0xabb431&&_0x5e520c[_0x570606(0x122)]()[_0x570606(0xfc)](_0x5f1dde[_0x570606(0xb4)][_0x570606(0x248)])&&(this[_0x570606(0x179)](_0x5e520c,_0x5f1dde[_0x570606(0xb4)][_0x570606(0x248)],_0x4a979d),_0x21096b=!0x0);}return _0x21096b;}[_0x1de4b5(0x243)](_0x474cbf){const _0x17450d=_0x1de4b5;this[_0x17450d(0x229)],(this[_0x17450d(0x1b0)]=!0x0,_0x474cbf());}[_0x1de4b5(0x23b)](_0x4a90ac){const _0x59796e=_0x1de4b5,_0x2a6c1a=this[_0x59796e(0x15b)](_0x4a90ac),_0x4d1f3f=this[_0x59796e(0x191)][_0x59796e(0x1ff)](_0x4a90ac);return _0x2a6c1a||_0x4d1f3f;}[_0x1de4b5(0x150)](_0x2557c1,_0x2e7374){const _0x17b743=_0x1de4b5;if(0x0==_0x2e7374[_0x17b743(0x1f9)])return!0x1;let _0x298ede=!0x1;for(const _0xda82e2 of _0x2e7374){const _0x426413=this[_0x17b743(0xb0)](_0xda82e2[_0x17b743(0x17c)],_0x17b743(0x176))[_0x17b743(0x23e)](_0x1beb7e=>!_0x1beb7e[_0x17b743(0x168)][_0x17b743(0x21b)])[_0x17b743(0x19a)](_0x2af000=>_0x2af000[_0x17b743(0x1a9)]),_0x4cc46c=_0x3cbb16({'newValue':_0xda82e2[_0x17b743(0xdf)]});_0x426413[_0x17b743(0x23e)](_0x5b9d96=>{const _0x3027a4=_0x17b743,[_0x253e25,_0x4efe55]=_0x5b9d96[_0x3027a4(0x1c9)][_0x3027a4(0x1b3)]('|');return _0x253e25==_0xda82e2[_0x3027a4(0x162)]&&_0x4efe55!=_0x4cc46c;})[_0x17b743(0x133)](_0x3fbd49=>{const _0x12e715=_0x17b743;this[_0x12e715(0x179)](_0x3fbd49,_0xda82e2[_0x12e715(0x17c)],_0x2557c1),_0x298ede=!0x0;});}return _0x298ede;}[_0x1de4b5(0x179)](_0x36760e,_0x2cafa1,_0x30d63d){const _0x105d37=_0x1de4b5,_0x2109bc=_0x36760e[_0x105d37(0x122)]()[_0x105d37(0x1bc)](_0x2cafa1);0x0!==_0x2109bc[_0x105d37(0x1f9)]?0x1!==_0x2109bc[_0x105d37(0x1f9)]?this[_0x105d37(0x169)](_0x36760e,_0x2cafa1[_0x105d37(0x22d)],_0x2cafa1[_0x105d37(0xd6)]):this[_0x105d37(0x178)](_0x36760e,_0x2109bc[0x0]):_0x30d63d[_0x105d37(0x1cd)](_0x36760e[_0x105d37(0x215)]());}}class Bt{constructor(_0x12078d){const _0x269a0b=_0x1de4b5;this[_0x269a0b(0x200)]=_0x12078d,this[_0x269a0b(0x209)]=_0x12078d[_0x269a0b(0x1ca)],this[_0x269a0b(0x104)]=new Map(),this[_0x269a0b(0xac)]=new Map(),this[_0x269a0b(0xe7)]();}[_0x1de4b5(0x1fe)](_0x283e8d,_0x3e4e48,_0x2451a4,_0x31c8af,_0x407531,_0x1f8f66){const _0x1188d5=_0x1de4b5;return new _0x3c7e08(this[_0x1188d5(0x209)],{'type':_0x283e8d,'subType':_0x3e4e48,'id':_0x2451a4,'author':_0x31c8af,'creator':_0x31c8af,'attributes':_0x407531,'onAttributesChange':_0x1f8f66,'onAccept':(..._0x5a5008)=>this[_0x1188d5(0xc6)](_0x283e8d,_0x3e4e48,_0x1188d5(0x151))(..._0x5a5008),'onDiscard':(..._0x554d29)=>this[_0x1188d5(0xc6)](_0x283e8d,_0x3e4e48,_0x1188d5(0x240))(..._0x554d29)});}[_0x1de4b5(0xbc)](_0x242386,_0x945899,_0x50ec83,_0x5ac615){const _0x27ac7e=_0x1de4b5,_0x589205=_0x242386+':'+_0x945899+':'+_0x50ec83;this[_0x27ac7e(0x104)][_0x27ac7e(0xa1)](_0x589205,_0x5ac615);}[_0x1de4b5(0xc6)](_0x3905d4,_0x41bcfd,_0x3b6a32){const _0x2544dc=_0x1de4b5,_0x1479df=_0x3905d4+':'+_0x41bcfd+':'+_0x3b6a32;return this[_0x2544dc(0x104)][_0x2544dc(0x221)](_0x1479df)||this[_0x2544dc(0xac)][_0x2544dc(0x221)](_0x3905d4+':'+_0x3b6a32);}[_0x1de4b5(0xe7)](){const _0x2ea378=_0x1de4b5,_0x5a073a=()=>!0x1,_0x1b5710=_0x3aa02c=>{const _0x1da43e=_0x5966;_0x3aa02c[_0x1da43e(0x18e)]((_0x2ce252,_0x5e6bea)=>_0x2ce252[_0x1da43e(0x22d)][_0x1da43e(0x1bd)](_0x5e6bea[_0x1da43e(0x22d)])?0x1:-0x1),this[_0x1da43e(0x209)][_0x1da43e(0x1c4)](_0x462cf4=>{const _0xe17c2f=_0x1da43e;for(const _0x8febe0 of _0x3aa02c){let _0x1faf44;_0x1faf44=_0x8febe0[_0xe17c2f(0xd6)][_0xe17c2f(0x12d)]&&_0x8febe0[_0xe17c2f(0xd6)][_0xe17c2f(0x1c5)]==_0x8febe0[_0xe17c2f(0x22d)][_0xe17c2f(0x1c2)]?_0x462cf4[_0xe17c2f(0x207)](_0x8febe0[_0xe17c2f(0x22d)][_0xe17c2f(0x1c2)],'on'):_0x462cf4[_0xe17c2f(0x207)](_0x8febe0),this[_0xe17c2f(0x209)][_0xe17c2f(0x1c8)](_0x1faf44,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4feb32=(_0x2df46f,_0x3dc674)=>{const _0x3690e8=_0x5966;_0x3dc674&&this[_0x3690e8(0x209)][_0x3690e8(0x1c4)](_0x2960aa=>{const _0x52a506=_0x3690e8,{commandName:_0x5c1854,commandParams:_0x3d33aa=[]}=_0x3dc674,_0x38954b=_0x2df46f[_0x52a506(0x19a)](_0x231004=>(Rt(_0x231004)&&(_0x231004=this[_0x52a506(0x209)][_0x52a506(0x1c3)](_0x231004[_0x52a506(0xd6)])),_0x231004))[_0x52a506(0x23e)](_0x526de3=>_0x52a506(0x11e)!==_0x526de3[_0x52a506(0xd5)][_0x52a506(0x1a1)]);if(_0x38954b[_0x52a506(0x1f9)]<0x1)return;const _0x13581a=Array[_0x52a506(0x19e)](this[_0x52a506(0x209)][_0x52a506(0x1e6)][_0x52a506(0x1b8)][_0x52a506(0x233)]())[_0x52a506(0x19a)](_0x4a6e2e=>_0x211b66[_0x52a506(0xd7)](_0x4a6e2e));_0x2960aa[_0x52a506(0x211)](_0x38954b);for(const _0x522f88 of this[_0x52a506(0x200)][_0x52a506(0x1d8)][_0x52a506(0x1d8)]())_0x522f88[_0x52a506(0xf6)]();_0x3d33aa[_0x52a506(0x204)]({'forceDefaultExecution':!0x0}),this[_0x52a506(0x200)][_0x52a506(0x17d)](_0x5c1854,..._0x3d33aa);const _0x544896=_0x13581a[_0x52a506(0x23e)](_0x2ef104=>_0x52a506(0x11e)!=_0x2ef104[_0x52a506(0xd5)][_0x52a506(0x1a1)]);_0x544896[_0x52a506(0x1f9)]>0x0&&_0x2960aa[_0x52a506(0x211)](_0x544896);for(const _0x50c5c7 of _0x13581a)_0x50c5c7[_0x52a506(0x110)]();});},_0x3588df=(_0x40469c,_0x4dcb74)=>0x1==_0x40469c[_0x2ea378(0x1f9)]&&0x1==_0x4dcb74[_0x2ea378(0x1f9)]&&_0x40469c[0x0][_0x2ea378(0xd6)][_0x2ea378(0x17e)](_0x4dcb74[0x0][_0x2ea378(0x22d)]),_0x4d9197=(_0x936a6b,_0x5a9801,_0x45f1d7,_0x3d3956)=>Gt(_0x936a6b,_0x5a9801,_0x45f1d7,_0x3d3956,this[_0x2ea378(0x209)])?[_0x936a6b,_0x5a9801]:Gt(_0x5a9801,_0x936a6b,_0x3d3956,_0x45f1d7,this[_0x2ea378(0x209)])?[_0x5a9801,_0x936a6b]:null;this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x1a3),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x20a),_0x1b5710),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xeb),_0x3588df),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xa9),_0x4d9197),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x12c),_0x1b5710),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x20f),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x1fa),_0x3588df),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x1dd),_0x4d9197),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xb1),_0x4feb32),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xee),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xba),_0x3588df),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xae),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x117),_0x4feb32),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0xb3),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x1d6),_0x3588df),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x199),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x1c0),_0x5a073a),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x135),(_0x1f8cad,_0x41342d)=>{const _0x5bbb3b=_0x2ea378;if(!_0x41342d)return;const _0x575f50=this[_0x5bbb3b(0x200)][_0x5bbb3b(0x1f2)][_0x5bbb3b(0x221)](p);this[_0x5bbb3b(0x209)][_0x5bbb3b(0x1c4)](_0xf0abbb=>{const _0x1ab4b4=_0x5bbb3b;if(_0x1ab4b4(0x24e)==_0x41342d[_0x1ab4b4(0x162)])for(const _0x3c14eb of _0x1f8cad){const _0x21cec3=_0x3c14eb[_0x1ab4b4(0x22d)][_0x1ab4b4(0x1c2)],_0x369be8=_0x41342d[_0x1ab4b4(0x10d)];_0xf0abbb[_0x1ab4b4(0xd0)](_0x21cec3,_0x369be8);}else{if(_0x575f50[_0x1ab4b4(0x15b)](_0x41342d[_0x1ab4b4(0x162)])){for(const _0x127a9d of _0x1f8cad)void 0x0!==_0x41342d[_0x1ab4b4(0x10d)]?_0xf0abbb[_0x1ab4b4(0x235)](_0x41342d[_0x1ab4b4(0x162)],_0x41342d[_0x1ab4b4(0x10d)],_0x127a9d[_0x1ab4b4(0x22d)][_0x1ab4b4(0x1c2)]):_0xf0abbb[_0x1ab4b4(0x18b)](_0x41342d[_0x1ab4b4(0x162)],_0x127a9d[_0x1ab4b4(0x22d)][_0x1ab4b4(0x1c2)]);}else{for(const _0xb310f0 of _0x1f8cad)_0x41342d[_0x1ab4b4(0x10d)]?_0xf0abbb[_0x1ab4b4(0x235)](_0x41342d[_0x1ab4b4(0x162)],_0x41342d[_0x1ab4b4(0x10d)],_0xb310f0):_0xf0abbb[_0x1ab4b4(0x18b)](_0x41342d[_0x1ab4b4(0x162)],_0xb310f0);}}});}),this[_0x2ea378(0xac)][_0x2ea378(0xa1)](_0x2ea378(0x210),_0x3588df);}}function xt(_0x17030b,_0x19e5e3,_0x1f3db4){const _0x24db21=_0x1de4b5;for(const _0x39e072 of _0x19e5e3[_0x24db21(0x1c5)][_0x24db21(0x21f)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x39e072[_0x24db21(0xd5)]==_0x39e072)return!0x1;if(!_0x1f3db4[_0x24db21(0x156)](_0x39e072))return!0x1;if(_0x17030b[_0x24db21(0x1b9)](_0x39e072)||_0x17030b[_0x24db21(0x1b1)](_0x39e072))return!0x0;}return!0x1;}function Rt(_0xfd25e6){const _0x42ba0c=_0x1de4b5;return _0xfd25e6[_0x42ba0c(0xd6)][_0x42ba0c(0x1c5)]==_0xfd25e6[_0x42ba0c(0x22d)][_0x42ba0c(0x1c2)]&&_0xfd25e6[_0x42ba0c(0xd6)][_0x42ba0c(0xb9)];}function Tt(_0x229d3c,_0x5da3a3,_0x4bf083,_0x1b46cb){const _0x184fc9=_0x1de4b5,_0x4e348e=_0x1049ff=>!_0x1049ff[_0x184fc9(0x107)]['is'](_0x184fc9(0x1d5))&&!_0x1b46cb[_0x184fc9(0x1b9)](_0x1049ff[_0x184fc9(0x107)]),_0x3775bf=_0x229d3c[_0x184fc9(0x22d)][_0x184fc9(0x116)](_0x4e348e),_0x5427de=_0x229d3c[_0x184fc9(0xd6)][_0x184fc9(0x116)](_0x4e348e,{'direction':_0x184fc9(0x130)});return(!_0x229d3c[_0x184fc9(0x22d)][_0x184fc9(0x17e)](_0x3775bf)||!_0x229d3c[_0x184fc9(0xd6)][_0x184fc9(0x17e)](_0x5427de))&&(_0x3775bf[_0x184fc9(0x1bd)](_0x5427de)?_0x4bf083[_0x184fc9(0x241)](_0x5da3a3,{'range':_0x4bf083[_0x184fc9(0x1c3)](_0x3775bf,_0x5427de)}):_0x4bf083[_0x184fc9(0x1cd)](_0x5da3a3),!0x0);}function Et(_0x977bbd){return _0x3cbb16(_0x977bbd);}function Vt(_0x2087d8){const _0x30fe86=_0x1de4b5,_0x4d1732=_0x2087d8[_0x30fe86(0x22d)][_0x30fe86(0x1c2)];return _0x4d1732&&_0x4d1732['is'](_0x30fe86(0xb2));}function Ut(_0x44adec,_0x2a7a83){const _0x484f86=_0x1de4b5;return null==_0x44adec[_0x484f86(0xd6)][_0x484f86(0xc9)]&&_0x44adec[_0x484f86(0xd6)][_0x484f86(0x1c5)]==_0x44adec[_0x484f86(0x22d)][_0x484f86(0x1c2)]?Ot(_0x44adec[_0x484f86(0x22d)][_0x484f86(0x1c2)],_0x2a7a83):_0x44adec;}function Ot(_0xb78bda,_0x3bac91){const _0x558876=_0x1de4b5,_0x41a0a7=_0x3bac91[_0x558876(0x1e3)][_0x558876(0x1b9)](_0xb78bda)||_0x3bac91[_0x558876(0x1e3)][_0x558876(0x1f7)](_0xb78bda);return _0x3bac91[_0x558876(0x1c3)](_0x3bac91[_0x558876(0x160)](_0xb78bda,_0x558876(0x158)),_0x41a0a7?_0x3bac91[_0x558876(0x177)](_0xb78bda):_0x3bac91[_0x558876(0x160)](_0xb78bda,_0x558876(0xd6)));}function Gt(_0x2b6955,_0x1fe1a2,_0x5eb34d,_0x38f6ad,_0x3d8830){const _0x2fb269=_0x1de4b5;if(!Ft(_0x2b6955,_0x1fe1a2))return!0x1;if(_0x5eb34d[_0x2fb269(0xd6)][_0x2fb269(0x17e)](_0x38f6ad[_0x2fb269(0x22d)]))return!0x0;if(_0x2b6955[_0x2fb269(0x12f)]!=_0x1fe1a2[_0x2fb269(0x12f)])return!0x1;if(!_0x5eb34d[_0x2fb269(0xd6)][_0x2fb269(0x13b)](_0x38f6ad[_0x2fb269(0x22d)]))return!0x1;const _0xc80b06=_0x3d8830[_0x2fb269(0x1c3)](_0x5eb34d[_0x2fb269(0xd6)],_0x38f6ad[_0x2fb269(0x22d)])[_0x2fb269(0x1eb)]();for(const _0x5ccfaa of _0xc80b06)if([_0x2fb269(0x159),_0x2fb269(0xdd)][_0x2fb269(0x1fb)](_0x5ccfaa[_0x2fb269(0x12f)])&&_0x3d8830[_0x2fb269(0x1e3)][_0x2fb269(0x1b1)](_0x5ccfaa[_0x2fb269(0x107)]))return!0x1;return!0x0;}function Ft(_0x5170e2,_0x325911,_0x3ab173=[]){const _0x4cbca3=_0x1de4b5;return!(!_0x5170e2[_0x4cbca3(0xff)]||!_0x325911[_0x4cbca3(0xff)])&&_0x50e745(_0x200432(_0x5170e2[_0x4cbca3(0x114)],_0x3ab173),_0x200432(_0x325911[_0x4cbca3(0x114)],_0x3ab173));}function Pt(_0x3799b8,_0x9a1a98){const _0x5c467a=_0x1de4b5,_0x19eb6a=Lt(_0x3799b8[_0x5c467a(0x114)]),_0x205e43=Lt(_0x9a1a98);if(!_0x3799b8[_0x5c467a(0xff)])return!0x1;for(const _0x465cb7 of Object[_0x5c467a(0xa0)](_0x205e43))if(!_0x50e745(_0x19eb6a[_0x465cb7],_0x205e43[_0x465cb7]))return!0x1;return!0x0;}function Lt(_0x5ee279){const _0x4da961=_0x1de4b5,_0x562a00=Object[_0x4da961(0x1f4)]({},_0x5ee279);return delete _0x562a00[_0x4da961(0x1a7)],delete _0x562a00[_0x4da961(0x152)],_0x562a00;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x38f0e9=_0xbe87;(function(_0x1fa11e,_0x124914){const _0x40e9aa=_0xbe87,_0x40ea2d=_0x1fa11e();while(!![]){try{const _0x385261=-parseInt(_0x40e9aa(0x167))/0x1*(-parseInt(_0x40e9aa(0x100))/0x2)+parseInt(_0x40e9aa(0x13b))/0x3+parseInt(_0x40e9aa(0x12f))/0x4+parseInt(_0x40e9aa(0x10b))/0x5*(parseInt(_0x40e9aa(0x156))/0x6)+-parseInt(_0x40e9aa(0x14d))/0x7+parseInt(_0x40e9aa(0x103))/0x8+-parseInt(_0x40e9aa(0x11e))/0x9;if(_0x385261===_0x124914)break;else _0x40ea2d['push'](_0x40ea2d['shift']());}catch(_0x5b5af1){_0x40ea2d['push'](_0x40ea2d['shift']());}}}(_0x48a9,0x19678));import{Plugin as _0xb11079}from'ckeditor5/src/core.js';import{Collection as _0x340da1}from'ckeditor5/src/utils.js';import{ViewModel as _0x4346dd,SplitButtonView as _0x3c2a0f,createDropdown as _0x572046,addListToDropdown as _0x587785}from'ckeditor5/src/ui.js';import{Users as _0x3d7a0b,getDateTimeFormatter as _0x3bc6d7,getAllMarkersDomElementsSorted as _0x4254df}from'ckeditor5-collaboration/src/collaboration-core.js';function _0xbe87(_0x15cbfa,_0x3957c5){const _0x48a954=_0x48a9();return _0xbe87=function(_0xbe87eb,_0x171b14){_0xbe87eb=_0xbe87eb-0xef;let _0x24b137=_0x48a954[_0xbe87eb];return _0x24b137;},_0xbe87(_0x15cbfa,_0x3957c5);}function _0x48a9(){const _0x38780c=['CommentView','some','componentFactory','commands','TrackChangesUI','registerAnnotation','390574cUTcBu','change:activeAnnotations','trackChanges.disableComments','366208zkSErk','init','acceptButton','Accept\x20all\x20suggestions','keys','values','hasSuggestion','arrowView','620885xWVCUn','toMany','editor','_updateController','Discard\x20all\x20suggestions','previous','change:previous','suggestion-','isEnabled','focus','lowest','discardAllSuggestions','comments.maxCommentCharsWhenCollapsed','getJoined','has','getMarkers','EditorAnnotations','length','_refreshActiveMarkers','2393532tUGreY','getMarkerNames','actionView','_disableComments','addComment','from','getAllAdjacentSuggestions','_destroyController','getFirstRange','refreshSelectedViews','addSourceCollector','push','getSuggestion','get','type','destroy','value','36208VdHKaI','mainView','comments.maxCommentsWhenCollapsed','size','add','buttonView','discardButton','suggestionLoaded','_initializeController','CommentsRepository','createCommentThreadController','suggestionChanged','57816cZoywP','innerView','config','button','_unbindEditors','Track\x20changes','activeAnnotations','suggestionUnloaded','getDescriptions','comments','isDirty','locale','comments.editorConfig','createAnnotationView','_descriptionFactory','map','_suggestionToController','clear','164920OSUMTZ','acceptSelectedSuggestions','acceptAllSuggestions','descriptionParts','discardSelectedSuggestions','separator','Discard\x20all\x20selected\x20suggestions','editing','isInContent','6gZXgfX','activeMarkers','CommentsUI','plugins','execute','bind','comments.maxThreadTotalWeight','_bindAnnotationToEditors','delete','define','listenTo','pluginName','unbind','switchbutton','_annotationViews','filter','getByInnerView','1zYojVv','reduce','trackChanges','Annotations','head','commentThread','model','isOn','commandName','_handleControllerBuffer','TrackChangesEditing','_viewToController','SuggestionThreadView','source','set','requires','Accept\x20all\x20selected\x20suggestions','createAnnotation','_handleSuggestionControllerDelayed','stopListening','getRanges','trackChanges.SuggestionThreadView','view','remove','_createUIButton','isMultiRange'];_0x48a9=function(){return _0x38780c;};return _0x48a9();}import _0xd51cdd from'./trackchangesediting.js';import _0x488952 from'./ui/suggestioncontroller.js';import _0x15a2c9 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x20ce74}from'./utils/common-translations.js';import _0x525b22 from'../theme/icons/track-changes.svg';export default class d extends _0xb11079{static get[_0x38f0e9(0xef)](){const _0x4a6bff=_0x38f0e9;return[_0xd51cdd,_0x3d7a0b,_0x4a6bff(0x138),_0x4a6bff(0x16a),_0x4a6bff(0x11b)];}static get[_0x38f0e9(0x161)](){const _0x5a2bf1=_0x38f0e9;return _0x5a2bf1(0xfe);}constructor(_0x13919a){const _0x395c2b=_0x38f0e9;super(_0x13919a),this[_0x395c2b(0x14b)]=new Map(),this[_0x395c2b(0x172)]=new Map(),this[_0x395c2b(0x164)]=new Map(),this[_0x395c2b(0x170)]=new Map();const _0x57f471=this[_0x395c2b(0x10d)][_0x395c2b(0x13d)];_0x57f471[_0x395c2b(0x15f)](_0x395c2b(0xf5),_0x15a2c9),_0x57f471[_0x395c2b(0x15f)](_0x395c2b(0x102),!0x1),this[_0x395c2b(0x121)]=_0x57f471[_0x395c2b(0x12b)](_0x395c2b(0x102));}[_0x38f0e9(0xf2)](_0x280747,_0x5d09e3){const _0x477505=_0x38f0e9;0x0===this[_0x477505(0x170)][_0x477505(0x132)]&&setTimeout(()=>{const _0x3af763=_0x477505;for(const [_0x547821,_0x58db4c]of this[_0x3af763(0x170)]){const _0x3590b4=this[_0x3af763(0x14b)][_0x3af763(0x119)](_0x547821);_0x3590b4||_0x58db4c?_0x3590b4&&_0x58db4c&&this[_0x3af763(0x125)](_0x547821):this[_0x3af763(0x137)](_0x547821);}this[_0x3af763(0x170)][_0x3af763(0x14c)](),this[_0x3af763(0x10d)][_0x3af763(0x159)][_0x3af763(0x12b)](_0x3af763(0x11b))[_0x3af763(0x127)](),this[_0x3af763(0x11d)]();},0xa),this[_0x477505(0x170)][_0x477505(0x175)](_0x280747,_0x5d09e3);}[_0x38f0e9(0x104)](){const _0x4904cd=_0x38f0e9,_0x42a0b0=this[_0x4904cd(0x10d)],_0xcd09e9=_0x42a0b0[_0x4904cd(0x159)][_0x4904cd(0x12b)](_0x4904cd(0x171)),_0x4c93f2=_0x42a0b0[_0x4904cd(0x159)][_0x4904cd(0x12b)](_0x4904cd(0x16a)),_0x522da2=_0x42a0b0[_0x4904cd(0x159)][_0x4904cd(0x12b)](_0x4904cd(0x11b)),_0x3c5b93=_0x42a0b0[_0x4904cd(0x159)][_0x4904cd(0x12b)](_0x4904cd(0x138));_0x42a0b0['ui'][_0x4904cd(0xfc)][_0x4904cd(0x133)](_0x4904cd(0x169),_0x518a7e=>this[_0x4904cd(0xf8)](_0x518a7e)),_0x522da2[_0x4904cd(0x128)](()=>{const _0x3cb23f=_0x4904cd,_0x5616fa=[];for(const [_0x35f085,_0x57518e]of Array[_0x3cb23f(0x123)](this[_0x3cb23f(0x14b)])){const _0x280b43=_0x35f085[_0x3cb23f(0x124)](),_0x3a6538=[];for(const _0x35d07c of _0x280b43){if(!_0x35d07c[_0x3cb23f(0x155)])continue;if(_0x35d07c[_0x3cb23f(0xf9)]){_0x3a6538[_0x3cb23f(0x129)](..._0x35d07c[_0x3cb23f(0xf4)]());continue;}const _0xeeb1c7=_0x35d07c[_0x3cb23f(0x126)]();if(_0x3a6538[_0x3cb23f(0x11c)]>0x0){const _0x58ba18=_0x3a6538[0x0][_0x3cb23f(0x118)](_0xeeb1c7);if(_0x58ba18){_0x3a6538[0x0]=_0x58ba18;continue;}}_0x3a6538[_0x3cb23f(0x129)](_0xeeb1c7);}_0x5616fa[_0x3cb23f(0x129)]([_0x57518e[_0x3cb23f(0xf6)],_0x3a6538]);}return _0x5616fa;}),this[_0x4904cd(0x160)](_0xcd09e9,_0x4904cd(0x136),(_0x16bd7d,_0x49bac3)=>{const _0x47f8c5=_0x4904cd;this[_0x47f8c5(0x160)](_0x49bac3,_0x47f8c5(0x111),(_0x59521b,_0x2b7a5b,_0x40a54a,_0x1e88c5)=>{const _0x19eed4=_0x47f8c5;_0x49bac3[_0x19eed4(0x155)]&&(null==_0x40a54a?(this[_0x19eed4(0x10e)](_0x1e88c5[_0x19eed4(0x16b)]),this[_0x19eed4(0xf2)](_0x49bac3,!0x1)):(this[_0x19eed4(0x10e)](_0x40a54a[_0x19eed4(0x16b)]),null==_0x1e88c5&&this[_0x19eed4(0xf2)](_0x49bac3,!0x0)));}),null!==_0x49bac3[_0x47f8c5(0x110)]?this[_0x47f8c5(0x10e)](_0x49bac3[_0x47f8c5(0x16b)]):this[_0x47f8c5(0xf2)](_0x49bac3,!0x1);}),this[_0x4904cd(0x160)](_0xcd09e9,_0x4904cd(0x142),(_0x8a51d6,_0x2f3472,_0x2b3a0e)=>{const _0x559e4a=_0x4904cd;this[_0x559e4a(0xf3)](_0x2f3472,_0x559e4a(0x111)),this[_0x559e4a(0x170)][_0x559e4a(0x15e)](_0x2f3472),this[_0x559e4a(0x14b)][_0x559e4a(0x119)](_0x2f3472)&&this[_0x559e4a(0x125)](_0x2f3472),_0x2b3a0e&&this[_0x559e4a(0x10e)](_0x2b3a0e[_0x559e4a(0x16b)]);}),this[_0x4904cd(0x160)](_0xcd09e9,_0x4904cd(0x13a),(_0x2fa4e7,_0x1e4518)=>{const _0x24154b=_0x4904cd;this[_0x24154b(0x10e)](_0x1e4518);}),this[_0x4904cd(0x160)](_0x4c93f2,_0x4904cd(0x101),()=>{const _0x5757af=_0x4904cd;this[_0x5757af(0x11d)]();}),this[_0x4904cd(0x160)](_0x3c5b93,_0x4904cd(0x122),(_0x26ee62,{threadId:_0x14dfa9,isFromAdapter:_0x25f645})=>{const _0x516e3b=_0x4904cd;if(_0x25f645||!_0xcd09e9[_0x516e3b(0x109)](_0x14dfa9))return;const _0x20a26d=_0xcd09e9[_0x516e3b(0x12a)](_0x14dfa9);this[_0x516e3b(0x14b)][_0x516e3b(0x12b)](_0x20a26d)[_0x516e3b(0xf6)][_0x516e3b(0x114)]();},{'priority':_0x4904cd(0x115)});}[_0x38f0e9(0x11d)](){const _0x2e5495=_0x38f0e9,_0x4bb61e=this[_0x2e5495(0x10d)][_0x2e5495(0x159)][_0x2e5495(0x12b)](_0x2e5495(0x16a)),_0x3a4c01=this[_0x2e5495(0x10d)][_0x2e5495(0x159)][_0x2e5495(0x12b)](_0x2e5495(0x171)),_0x18b37e=Array[_0x2e5495(0x123)](_0x4bb61e[_0x2e5495(0x141)],_0x55b2ac=>_0x55b2ac[_0x2e5495(0x13c)])[_0x2e5495(0x165)](_0x83df2c=>this[_0x2e5495(0x172)][_0x2e5495(0x119)](_0x83df2c)),_0xc38cc8=[];for(const _0x3cd581 of _0x18b37e){const _0x180dfe=this[_0x2e5495(0x172)][_0x2e5495(0x12b)](_0x3cd581)[_0x2e5495(0x16d)][_0x2e5495(0x124)]();_0xc38cc8[_0x2e5495(0x129)](..._0x180dfe[_0x2e5495(0x168)]((_0x53ef2b,_0x105a9a)=>[..._0x53ef2b,..._0x105a9a[_0x2e5495(0x11f)]()],[]));}_0x3a4c01[_0x2e5495(0x157)]=_0xc38cc8;}[_0x38f0e9(0xf8)](_0x273968){const _0x1cac1=_0x38f0e9,_0x47b2dd=_0x572046(_0x273968,_0x3c2a0f),_0x8c1f3=this[_0x1cac1(0x10d)][_0x1cac1(0xfd)][_0x1cac1(0x12b)](_0x1cac1(0x169)),_0x1745dd=_0x20ce74(_0x273968,_0x1cac1(0x140));_0x47b2dd[_0x1cac1(0x134)][_0x1cac1(0x175)]({'tooltip':_0x1745dd,'label':_0x1745dd,'icon':_0x525b22}),_0x47b2dd[_0x1cac1(0x134)][_0x1cac1(0x15b)](_0x1cac1(0x16e))['to'](_0x8c1f3,_0x1cac1(0x12e)),_0x47b2dd[_0x1cac1(0x134)]['on'](_0x1cac1(0x15a),()=>{const _0x370a2c=_0x1cac1;_0x8c1f3[_0x370a2c(0x15a)](),this[_0x370a2c(0x10d)][_0x370a2c(0x154)][_0x370a2c(0xf6)][_0x370a2c(0x114)]();});const _0x392507=new _0x340da1(),_0xc341c9=[{'type':_0x1cac1(0x163),'model':{'withText':!0x0,'label':_0x1745dd,'commandName':_0x1cac1(0x169)}},{'type':_0x1cac1(0x152)},{'type':_0x1cac1(0x13e),'model':{'withText':!0x0,'label':_0x20ce74(_0x273968,_0x1cac1(0x106)),'commandName':_0x1cac1(0x14f)}},{'type':_0x1cac1(0x13e),'model':{'withText':!0x0,'label':_0x20ce74(_0x273968,_0x1cac1(0xf0)),'commandName':_0x1cac1(0x14e)}},{'type':_0x1cac1(0x13e),'model':{'withText':!0x0,'label':_0x20ce74(_0x273968,_0x1cac1(0x10f)),'commandName':_0x1cac1(0x116)}},{'type':_0x1cac1(0x13e),'model':{'withText':!0x0,'label':_0x20ce74(_0x273968,_0x1cac1(0x153)),'commandName':_0x1cac1(0x151)}}];for(const _0x3272dd of _0xc341c9){let _0x13d51f={'type':_0x1cac1(0x152)};if(_0x3272dd[_0x1cac1(0x16d)]){const _0x224bb1=new _0x4346dd(_0x3272dd[_0x1cac1(0x16d)]),_0x46bff6=this[_0x1cac1(0x10d)][_0x1cac1(0xfd)][_0x1cac1(0x12b)](_0x224bb1[_0x1cac1(0x16f)]);_0x224bb1[_0x1cac1(0x15b)](_0x1cac1(0x16e),_0x1cac1(0x113))['to'](_0x46bff6,_0x1cac1(0x12e),_0x1cac1(0x113)),_0x13d51f={'type':_0x3272dd[_0x1cac1(0x12c)],'model':_0x224bb1};}_0x392507[_0x1cac1(0x133)](_0x13d51f);}_0x587785(_0x47b2dd,_0x392507);const _0x544607=_0xc341c9[_0x1cac1(0x165)](_0x3beb8f=>null!=_0x3beb8f[_0x1cac1(0x16d)])[_0x1cac1(0x14a)](_0x14525a=>this[_0x1cac1(0x10d)][_0x1cac1(0xfd)][_0x1cac1(0x12b)](_0x14525a[_0x1cac1(0x16d)][_0x1cac1(0x16f)])),_0x115ab8=_0x47b2dd[_0x1cac1(0x134)];return _0x115ab8[_0x1cac1(0x120)][_0x1cac1(0x162)](_0x1cac1(0x113)),_0x115ab8[_0x1cac1(0x10a)][_0x1cac1(0x162)](_0x1cac1(0x113)),_0x115ab8[_0x1cac1(0x120)][_0x1cac1(0x15b)](_0x1cac1(0x113))['to'](_0x8c1f3,_0x1cac1(0x113)),_0x115ab8[_0x1cac1(0x10a)][_0x1cac1(0x15b)](_0x1cac1(0x113))[_0x1cac1(0x10c)](_0x544607,_0x1cac1(0x113),(..._0x2a6448)=>_0x2a6448[_0x1cac1(0xfb)](_0x47730d=>_0x47730d)),_0x47b2dd['on'](_0x1cac1(0x15a),_0xfac44a=>{const _0x25b787=_0x1cac1;this[_0x25b787(0x10d)][_0x25b787(0x15a)](_0xfac44a[_0x25b787(0x174)][_0x25b787(0x16f)]),this[_0x25b787(0x10d)][_0x25b787(0x154)][_0x25b787(0xf6)][_0x25b787(0x114)]();}),_0x47b2dd;}[_0x38f0e9(0x137)](_0x4be08f){const _0x2cf658=_0x38f0e9,_0x572bc6=this[_0x2cf658(0x10d)],_0x5b4557=_0x572bc6[_0x2cf658(0x13d)],_0x50a1f7=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x2cf658(0x16a)),_0x2a1f4c=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x2cf658(0x138)),_0x27b996=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x2cf658(0x11b)),_0x1273c4=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x3d7a0b)['me'],_0x5e56d5=_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x169))[_0x2cf658(0x173)],{CommentsListView:_0x2d9d41,CommentThreadInputView:_0xf0bdd5}=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x2cf658(0x158));let _0x7b9e64,_0x407fe4;this[_0x2cf658(0x164)][_0x2cf658(0x119)](_0x4be08f['id'])?(_0x407fe4=this[_0x2cf658(0x164)][_0x2cf658(0x12b)](_0x4be08f['id']),_0x7b9e64=_0x407fe4[_0x2cf658(0x130)]):(_0x7b9e64=new _0x5e56d5(_0x572bc6[_0x2cf658(0x146)],_0x4be08f,_0x1273c4,{'disableComments':this[_0x2cf658(0x121)],'editorConfig':_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x147)),'maxCommentsWhenCollapsed':_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x131)),'maxThreadTotalWeight':_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x15c)),'maxCommentCharsWhenCollapsed':_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x117)),'formatDateTime':_0x3bc6d7(_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x146))),'CommentView':_0x5b4557[_0x2cf658(0x12b)](_0x2cf658(0x144))[_0x2cf658(0xfa)],'CommentsListView':_0x2d9d41,'CommentThreadInputView':_0xf0bdd5}),_0x7b9e64[_0x2cf658(0x105)]['on'](_0x2cf658(0x15a),()=>{const _0xcac0af=_0x2cf658;_0x572bc6[_0xcac0af(0x154)][_0xcac0af(0xf6)][_0xcac0af(0x114)]();}),_0x7b9e64[_0x2cf658(0x135)]['on'](_0x2cf658(0x15a),()=>{const _0x1acde9=_0x2cf658;_0x572bc6[_0x1acde9(0x154)][_0x1acde9(0xf6)][_0x1acde9(0x114)]();}),_0x407fe4=_0x50a1f7[_0x2cf658(0x148)](this[_0x2cf658(0x10d)][_0x2cf658(0x146)],_0x7b9e64),_0x407fe4[_0x2cf658(0x15b)](_0x2cf658(0x145))['to'](_0x7b9e64,_0x2cf658(0x145)),_0x407fe4[_0x2cf658(0x15b)](_0x2cf658(0x11c))['to'](_0x7b9e64),_0x407fe4[_0x2cf658(0x15b)](_0x2cf658(0x12c))['to'](_0x7b9e64,_0x2cf658(0x12c),_0x35fd77=>_0x2cf658(0x112)+_0x35fd77),this[_0x2cf658(0x164)][_0x2cf658(0x175)](_0x4be08f['id'],_0x407fe4));const _0x1d8fb1=_0x2a1f4c[_0x2cf658(0x139)](_0x4be08f[_0x2cf658(0x16c)],_0x7b9e64),_0x3fb414=new _0x488952(_0x572bc6,_0x4be08f,_0x7b9e64,_0x1d8fb1),_0x2f7b86=_0x4be08f[_0x2cf658(0x124)]()[_0x2cf658(0x165)](_0x58b1f2=>_0x58b1f2[_0x2cf658(0x155)]);_0x7b9e64[_0x2cf658(0x150)]=_0x572bc6[_0x2cf658(0x159)][_0x2cf658(0x12b)](_0x2cf658(0x171))[_0x2cf658(0x149)][_0x2cf658(0x143)](_0x2f7b86),this[_0x2cf658(0x14b)][_0x2cf658(0x175)](_0x4be08f,_0x3fb414),this[_0x2cf658(0x172)][_0x2cf658(0x175)](_0x7b9e64,_0x3fb414);const _0x37f4f1=_0x50a1f7[_0x2cf658(0xf1)]({'view':_0x407fe4,'target':()=>{const _0x4b55db=_0x2cf658,_0x2218ae=[],_0x2c73a1=_0x4be08f[_0x4b55db(0x124)]()[_0x4b55db(0x165)](_0x4705fe=>_0x4705fe[_0x4b55db(0x155)]);for(const _0x18a07b of _0x2c73a1)_0x2218ae[_0x4b55db(0x129)](..._0x18a07b[_0x4b55db(0x11a)]());return _0x4254df(_0x572bc6[_0x4b55db(0x154)],_0x2218ae);},'type':()=>_0x2cf658(0x112)+_0x3fb414[_0x2cf658(0xf6)][_0x2cf658(0x12c)]});_0x2a1f4c[_0x2cf658(0x15d)](_0x7b9e64,_0x37f4f1),_0x50a1f7[_0x2cf658(0x133)](_0x37f4f1),_0x27b996[_0x2cf658(0xff)](_0x37f4f1);}[_0x38f0e9(0x125)](_0x3e36c8){const _0x6e4b58=_0x38f0e9,_0x5f23a9=this[_0x6e4b58(0x10d)][_0x6e4b58(0x159)][_0x6e4b58(0x12b)](_0x6e4b58(0x138)),_0x184451=this[_0x6e4b58(0x10d)][_0x6e4b58(0x159)][_0x6e4b58(0x12b)](_0x6e4b58(0x16a)),_0xd124c0=this[_0x6e4b58(0x14b)][_0x6e4b58(0x12b)](_0x3e36c8),_0x337542=_0xd124c0[_0x6e4b58(0xf6)],_0x5a7525=_0x184451[_0x6e4b58(0x166)](_0x337542);_0x5f23a9[_0x6e4b58(0x13f)](_0x337542),_0x5a7525&&_0x184451[_0x6e4b58(0xf7)](_0x5a7525),this[_0x6e4b58(0x14b)][_0x6e4b58(0x15e)](_0x3e36c8),this[_0x6e4b58(0x172)][_0x6e4b58(0x15e)](_0x337542),_0xd124c0[_0x6e4b58(0x12d)]();}[_0x38f0e9(0x10e)](_0x40fde7){const _0x595cfb=_0x38f0e9;if(!_0x40fde7[_0x595cfb(0x155)]||!this[_0x595cfb(0x14b)][_0x595cfb(0x119)](_0x40fde7))return;const _0x267a43=this[_0x595cfb(0x10d)][_0x595cfb(0x159)][_0x595cfb(0x12b)](_0x595cfb(0x171)),_0x1bcd2e=this[_0x595cfb(0x14b)][_0x595cfb(0x12b)](_0x40fde7),_0x2ba419=_0x40fde7[_0x595cfb(0x124)]();_0x1bcd2e[_0x595cfb(0xf6)][_0x595cfb(0x150)]=_0x267a43[_0x595cfb(0x149)][_0x595cfb(0x143)](_0x2ba419);}[_0x38f0e9(0x12d)](){const _0xcdda73=_0x38f0e9;for(const _0x3b682d of this[_0xcdda73(0x14b)][_0xcdda73(0x107)]())this[_0xcdda73(0x125)](_0x3b682d);for(const _0x57acd1 of this[_0xcdda73(0x164)][_0xcdda73(0x108)]())_0x57acd1[_0xcdda73(0x130)][_0xcdda73(0x12d)]();super[_0xcdda73(0x12d)]();}}
23
+ const _0x5054f6=_0x3904;(function(_0x35455b,_0x56ca31){const _0x1094d7=_0x3904,_0x2f7ad6=_0x35455b();while(!![]){try{const _0x36ae47=-parseInt(_0x1094d7(0x13e))/0x1*(parseInt(_0x1094d7(0x191))/0x2)+parseInt(_0x1094d7(0x1c5))/0x3+-parseInt(_0x1094d7(0x196))/0x4*(-parseInt(_0x1094d7(0x17a))/0x5)+-parseInt(_0x1094d7(0x1bf))/0x6*(-parseInt(_0x1094d7(0x19d))/0x7)+parseInt(_0x1094d7(0x1ac))/0x8+-parseInt(_0x1094d7(0x182))/0x9+-parseInt(_0x1094d7(0x192))/0xa*(parseInt(_0x1094d7(0x1c1))/0xb);if(_0x36ae47===_0x56ca31)break;else _0x2f7ad6['push'](_0x2f7ad6['shift']());}catch(_0x21c59c){_0x2f7ad6['push'](_0x2f7ad6['shift']());}}}(_0x37f4,0x9f4e5));function _0x37f4(){const _0x370337=['Discard\x20all\x20selected\x20suggestions','getRanges','acceptButton','3516112LDRlsr','focus','getJoined','activeAnnotations','actionView','isMultiRange','remove','plugins','_initializeController','suggestionUnloaded','get','CommentsRepository','add','isDirty','_descriptionFactory','suggestion-','source','previous','switchbutton','6833730TwqswN','_createUIButton','4411vHtMuG','CommentsUI','size','execute','3691215Crepmj','acceptAllSuggestions','9qHFMiB','type','has','isInContent','change:previous','push','init','comments.editorConfig','length','getMarkerNames','discardAllSuggestions','descriptionParts','getByInnerView','addComment','Discard\x20all\x20suggestions','CommentView','EditorAnnotations','innerView','reduce','editing','lowest','toMany','values','comments.maxThreadTotalWeight','pluginName','set','filter','button','map','comments.maxCommentCharsWhenCollapsed','_handleSuggestionControllerDelayed','config','isEnabled','getAllAdjacentSuggestions','comments.maxCommentsWhenCollapsed','commandName','trackChanges','_suggestionToController','componentFactory','_unbindEditors','keys','acceptSelectedSuggestions','createAnnotationView','some','unbind','arrowView','_annotationViews','_bindAnnotationToEditors','_refreshActiveMarkers','commentThread','Track\x20changes','createAnnotation','suggestionChanged','delete','addSourceCollector','Accept\x20all\x20selected\x20suggestions','trackChanges.disableComments','getDescriptions','locale','_handleControllerBuffer','755Ikirgf','define','TrackChangesUI','buttonView','getFirstRange','stopListening','trackChanges.SuggestionThreadView','comments','4455144XuqfKb','_disableComments','model','createCommentThreadController','getSuggestion','destroy','listenTo','refreshSelectedViews','discardButton','registerAnnotation','head','activeMarkers','Annotations','bind','SuggestionThreadView','182458DkEsvC','48530DWWevX','from','isOn','mainView','29292BhbZxL','discardSelectedSuggestions','getMarkers','change:activeAnnotations','editor','clear','view','7Ghijih','suggestionLoaded','Accept\x20all\x20suggestions','_updateController','_viewToController','commands','TrackChangesEditing','requires','separator','_destroyController','hasSuggestion','value'];_0x37f4=function(){return _0x370337;};return _0x37f4();}import{Plugin as _0x189d52}from'ckeditor5/src/core.js';import{Collection as _0x51879c}from'ckeditor5/src/utils.js';import{ViewModel as _0x1105d4,SplitButtonView as _0x58f7ec,createDropdown as _0x1fb3cf,addListToDropdown as _0x388cd7}from'ckeditor5/src/ui.js';function _0x3904(_0x4e844b,_0x24783c){const _0x37f478=_0x37f4();return _0x3904=function(_0x39043c,_0x2c0982){_0x39043c=_0x39043c-0x13e;let _0x4153c9=_0x37f478[_0x39043c];return _0x4153c9;},_0x3904(_0x4e844b,_0x24783c);}import{Users as _0x3aea0b,getDateTimeFormatter as _0xc95686,getAllMarkersDomElementsSorted as _0x42b381}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4d6b87 from'./trackchangesediting.js';import _0x1915d3 from'./ui/suggestioncontroller.js';import _0x54783e from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x4e4c7a}from'./utils/common-translations.js';import _0x5d36eb from'../theme/icons/track-changes.svg';export default class d extends _0x189d52{static get[_0x5054f6(0x1a4)](){const _0x9492a8=_0x5054f6;return[_0x4d6b87,_0x3aea0b,_0x9492a8(0x1b7),_0x9492a8(0x18e),_0x9492a8(0x14e)];}static get[_0x5054f6(0x156)](){const _0x5d35b3=_0x5054f6;return _0x5d35b3(0x17c);}constructor(_0x2c55c9){const _0x42d214=_0x5054f6;super(_0x2c55c9),this[_0x42d214(0x163)]=new Map(),this[_0x42d214(0x1a1)]=new Map(),this[_0x42d214(0x16c)]=new Map(),this[_0x42d214(0x179)]=new Map();const _0x1038dd=this[_0x42d214(0x19a)][_0x42d214(0x15d)];_0x1038dd[_0x42d214(0x17b)](_0x42d214(0x180),_0x54783e),_0x1038dd[_0x42d214(0x17b)](_0x42d214(0x176),!0x1),this[_0x42d214(0x183)]=_0x1038dd[_0x42d214(0x1b6)](_0x42d214(0x176));}[_0x5054f6(0x15c)](_0xe5919,_0x2be809){const _0x395ef7=_0x5054f6;0x0===this[_0x395ef7(0x179)][_0x395ef7(0x1c3)]&&setTimeout(()=>{const _0x3f17f0=_0x395ef7;for(const [_0x103155,_0x3591db]of this[_0x3f17f0(0x179)]){const _0x9f8432=this[_0x3f17f0(0x163)][_0x3f17f0(0x140)](_0x103155);_0x9f8432||_0x3591db?_0x9f8432&&_0x3591db&&this[_0x3f17f0(0x1a6)](_0x103155):this[_0x3f17f0(0x1b4)](_0x103155);}this[_0x3f17f0(0x179)][_0x3f17f0(0x19b)](),this[_0x3f17f0(0x19a)][_0x3f17f0(0x1b3)][_0x3f17f0(0x1b6)](_0x3f17f0(0x14e))[_0x3f17f0(0x189)](),this[_0x3f17f0(0x16e)]();},0xa),this[_0x395ef7(0x179)][_0x395ef7(0x157)](_0xe5919,_0x2be809);}[_0x5054f6(0x144)](){const _0x2fad3c=_0x5054f6,_0x3f6e74=this[_0x2fad3c(0x19a)],_0x15d534=_0x3f6e74[_0x2fad3c(0x1b3)][_0x2fad3c(0x1b6)](_0x2fad3c(0x1a3)),_0x55efa1=_0x3f6e74[_0x2fad3c(0x1b3)][_0x2fad3c(0x1b6)](_0x2fad3c(0x18e)),_0xeff9bc=_0x3f6e74[_0x2fad3c(0x1b3)][_0x2fad3c(0x1b6)](_0x2fad3c(0x14e)),_0x305229=_0x3f6e74[_0x2fad3c(0x1b3)][_0x2fad3c(0x1b6)](_0x2fad3c(0x1b7));_0x3f6e74['ui'][_0x2fad3c(0x164)][_0x2fad3c(0x1b8)](_0x2fad3c(0x162),_0x2c6196=>this[_0x2fad3c(0x1c0)](_0x2c6196)),_0xeff9bc[_0x2fad3c(0x174)](()=>{const _0x4de95f=_0x2fad3c,_0x19290c=[];for(const [_0x4b80e8,_0x5ea99a]of Array[_0x4de95f(0x193)](this[_0x4de95f(0x163)])){const _0x2c435d=_0x4b80e8[_0x4de95f(0x15f)](),_0x43e0f4=[];for(const _0x394a81 of _0x2c435d){if(!_0x394a81[_0x4de95f(0x141)])continue;if(_0x394a81[_0x4de95f(0x1b1)]){_0x43e0f4[_0x4de95f(0x143)](..._0x394a81[_0x4de95f(0x1aa)]());continue;}const _0x431af0=_0x394a81[_0x4de95f(0x17e)]();if(_0x43e0f4[_0x4de95f(0x146)]>0x0){const _0x33bfaa=_0x43e0f4[0x0][_0x4de95f(0x1ae)](_0x431af0);if(_0x33bfaa){_0x43e0f4[0x0]=_0x33bfaa;continue;}}_0x43e0f4[_0x4de95f(0x143)](_0x431af0);}_0x19290c[_0x4de95f(0x143)]([_0x5ea99a[_0x4de95f(0x19c)],_0x43e0f4]);}return _0x19290c;}),this[_0x2fad3c(0x188)](_0x15d534,_0x2fad3c(0x19e),(_0x41ad35,_0x1b2a3d)=>{const _0x22c986=_0x2fad3c;this[_0x22c986(0x188)](_0x1b2a3d,_0x22c986(0x142),(_0x4a4f79,_0x36e2a2,_0x209f96,_0x1911f8)=>{const _0x5b421=_0x22c986;_0x1b2a3d[_0x5b421(0x141)]&&(null==_0x209f96?(this[_0x5b421(0x1a0)](_0x1911f8[_0x5b421(0x18c)]),this[_0x5b421(0x15c)](_0x1b2a3d,!0x1)):(this[_0x5b421(0x1a0)](_0x209f96[_0x5b421(0x18c)]),null==_0x1911f8&&this[_0x5b421(0x15c)](_0x1b2a3d,!0x0)));}),null!==_0x1b2a3d[_0x22c986(0x1bd)]?this[_0x22c986(0x1a0)](_0x1b2a3d[_0x22c986(0x18c)]):this[_0x22c986(0x15c)](_0x1b2a3d,!0x1);}),this[_0x2fad3c(0x188)](_0x15d534,_0x2fad3c(0x1b5),(_0xab5c4a,_0x340357,_0x360ea5)=>{const _0x48e605=_0x2fad3c;this[_0x48e605(0x17f)](_0x340357,_0x48e605(0x142)),this[_0x48e605(0x179)][_0x48e605(0x173)](_0x340357),this[_0x48e605(0x163)][_0x48e605(0x140)](_0x340357)&&this[_0x48e605(0x1a6)](_0x340357),_0x360ea5&&this[_0x48e605(0x1a0)](_0x360ea5[_0x48e605(0x18c)]);}),this[_0x2fad3c(0x188)](_0x15d534,_0x2fad3c(0x172),(_0x120739,_0x43c454)=>{const _0x1539ce=_0x2fad3c;this[_0x1539ce(0x1a0)](_0x43c454);}),this[_0x2fad3c(0x188)](_0x55efa1,_0x2fad3c(0x199),()=>{const _0x6885ca=_0x2fad3c;this[_0x6885ca(0x16e)]();}),this[_0x2fad3c(0x188)](_0x305229,_0x2fad3c(0x14b),(_0x323261,{threadId:_0x494e1a,isFromAdapter:_0x14021a})=>{const _0x5de556=_0x2fad3c;if(_0x14021a||!_0x15d534[_0x5de556(0x1a7)](_0x494e1a))return;const _0x371849=_0x15d534[_0x5de556(0x186)](_0x494e1a);this[_0x5de556(0x163)][_0x5de556(0x1b6)](_0x371849)[_0x5de556(0x19c)][_0x5de556(0x1ad)]();},{'priority':_0x2fad3c(0x152)});}[_0x5054f6(0x16e)](){const _0x125570=_0x5054f6,_0x251086=this[_0x125570(0x19a)][_0x125570(0x1b3)][_0x125570(0x1b6)](_0x125570(0x18e)),_0x39de96=this[_0x125570(0x19a)][_0x125570(0x1b3)][_0x125570(0x1b6)](_0x125570(0x1a3)),_0x33a0eb=Array[_0x125570(0x193)](_0x251086[_0x125570(0x1af)],_0x160c7b=>_0x160c7b[_0x125570(0x14f)])[_0x125570(0x158)](_0x5a9455=>this[_0x125570(0x1a1)][_0x125570(0x140)](_0x5a9455)),_0x516d6b=[];for(const _0x618ee1 of _0x33a0eb){const _0x31143e=this[_0x125570(0x1a1)][_0x125570(0x1b6)](_0x618ee1)[_0x125570(0x184)][_0x125570(0x15f)]();_0x516d6b[_0x125570(0x143)](..._0x31143e[_0x125570(0x150)]((_0xfa9231,_0x3c1d53)=>[..._0xfa9231,..._0x3c1d53[_0x125570(0x147)]()],[]));}_0x39de96[_0x125570(0x18d)]=_0x516d6b;}[_0x5054f6(0x1c0)](_0x4ebbe4){const _0x218a7c=_0x5054f6,_0x13c0f0=_0x1fb3cf(_0x4ebbe4,_0x58f7ec),_0x3b7cff=this[_0x218a7c(0x19a)][_0x218a7c(0x1a2)][_0x218a7c(0x1b6)](_0x218a7c(0x162)),_0x3178f6=_0x4e4c7a(_0x4ebbe4,_0x218a7c(0x170));_0x13c0f0[_0x218a7c(0x17d)][_0x218a7c(0x157)]({'tooltip':_0x3178f6,'label':_0x3178f6,'icon':_0x5d36eb}),_0x13c0f0[_0x218a7c(0x17d)][_0x218a7c(0x18f)](_0x218a7c(0x194))['to'](_0x3b7cff,_0x218a7c(0x1a8)),_0x13c0f0[_0x218a7c(0x17d)]['on'](_0x218a7c(0x1c4),()=>{const _0x53b42c=_0x218a7c;_0x3b7cff[_0x53b42c(0x1c4)](),this[_0x53b42c(0x19a)][_0x53b42c(0x151)][_0x53b42c(0x19c)][_0x53b42c(0x1ad)]();});const _0x3656d9=new _0x51879c(),_0x1af3a4=[{'type':_0x218a7c(0x1be),'model':{'withText':!0x0,'label':_0x3178f6,'commandName':_0x218a7c(0x162)}},{'type':_0x218a7c(0x1a5)},{'type':_0x218a7c(0x159),'model':{'withText':!0x0,'label':_0x4e4c7a(_0x4ebbe4,_0x218a7c(0x19f)),'commandName':_0x218a7c(0x1c6)}},{'type':_0x218a7c(0x159),'model':{'withText':!0x0,'label':_0x4e4c7a(_0x4ebbe4,_0x218a7c(0x175)),'commandName':_0x218a7c(0x167)}},{'type':_0x218a7c(0x159),'model':{'withText':!0x0,'label':_0x4e4c7a(_0x4ebbe4,_0x218a7c(0x14c)),'commandName':_0x218a7c(0x148)}},{'type':_0x218a7c(0x159),'model':{'withText':!0x0,'label':_0x4e4c7a(_0x4ebbe4,_0x218a7c(0x1a9)),'commandName':_0x218a7c(0x197)}}];for(const _0x14711e of _0x1af3a4){let _0x2004ad={'type':_0x218a7c(0x1a5)};if(_0x14711e[_0x218a7c(0x184)]){const _0x33c354=new _0x1105d4(_0x14711e[_0x218a7c(0x184)]),_0x3a3414=this[_0x218a7c(0x19a)][_0x218a7c(0x1a2)][_0x218a7c(0x1b6)](_0x33c354[_0x218a7c(0x161)]);_0x33c354[_0x218a7c(0x18f)](_0x218a7c(0x194),_0x218a7c(0x15e))['to'](_0x3a3414,_0x218a7c(0x1a8),_0x218a7c(0x15e)),_0x2004ad={'type':_0x14711e[_0x218a7c(0x13f)],'model':_0x33c354};}_0x3656d9[_0x218a7c(0x1b8)](_0x2004ad);}_0x388cd7(_0x13c0f0,_0x3656d9);const _0x34ef5c=_0x1af3a4[_0x218a7c(0x158)](_0xd266f5=>null!=_0xd266f5[_0x218a7c(0x184)])[_0x218a7c(0x15a)](_0x31a24a=>this[_0x218a7c(0x19a)][_0x218a7c(0x1a2)][_0x218a7c(0x1b6)](_0x31a24a[_0x218a7c(0x184)][_0x218a7c(0x161)])),_0x1eee71=_0x13c0f0[_0x218a7c(0x17d)];return _0x1eee71[_0x218a7c(0x1b0)][_0x218a7c(0x16a)](_0x218a7c(0x15e)),_0x1eee71[_0x218a7c(0x16b)][_0x218a7c(0x16a)](_0x218a7c(0x15e)),_0x1eee71[_0x218a7c(0x1b0)][_0x218a7c(0x18f)](_0x218a7c(0x15e))['to'](_0x3b7cff,_0x218a7c(0x15e)),_0x1eee71[_0x218a7c(0x16b)][_0x218a7c(0x18f)](_0x218a7c(0x15e))[_0x218a7c(0x153)](_0x34ef5c,_0x218a7c(0x15e),(..._0x3666f4)=>_0x3666f4[_0x218a7c(0x169)](_0x10e1f4=>_0x10e1f4)),_0x13c0f0['on'](_0x218a7c(0x1c4),_0x2ee723=>{const _0x90a565=_0x218a7c;this[_0x90a565(0x19a)][_0x90a565(0x1c4)](_0x2ee723[_0x90a565(0x1bc)][_0x90a565(0x161)]),this[_0x90a565(0x19a)][_0x90a565(0x151)][_0x90a565(0x19c)][_0x90a565(0x1ad)]();}),_0x13c0f0;}[_0x5054f6(0x1b4)](_0x1c7225){const _0xe0d83f=_0x5054f6,_0x4a3f11=this[_0xe0d83f(0x19a)],_0x238a1a=_0x4a3f11[_0xe0d83f(0x15d)],_0x31c96b=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0xe0d83f(0x18e)),_0x11f9c2=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0xe0d83f(0x1b7)),_0x57555f=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0xe0d83f(0x14e)),_0x263fd8=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0x3aea0b)['me'],_0x4255f9=_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x162))[_0xe0d83f(0x190)],{CommentsListView:_0x2f72b6,CommentThreadInputView:_0x3cc103}=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0xe0d83f(0x1c2));let _0x3d6344,_0x16e7a2;this[_0xe0d83f(0x16c)][_0xe0d83f(0x140)](_0x1c7225['id'])?(_0x16e7a2=this[_0xe0d83f(0x16c)][_0xe0d83f(0x1b6)](_0x1c7225['id']),_0x3d6344=_0x16e7a2[_0xe0d83f(0x195)]):(_0x3d6344=new _0x4255f9(_0x4a3f11[_0xe0d83f(0x178)],_0x1c7225,_0x263fd8,{'disableComments':this[_0xe0d83f(0x183)],'editorConfig':_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x145)),'maxCommentsWhenCollapsed':_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x160)),'maxThreadTotalWeight':_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x155)),'maxCommentCharsWhenCollapsed':_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x15b)),'formatDateTime':_0xc95686(_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x178))),'CommentView':_0x238a1a[_0xe0d83f(0x1b6)](_0xe0d83f(0x181))[_0xe0d83f(0x14d)],'CommentsListView':_0x2f72b6,'CommentThreadInputView':_0x3cc103}),_0x3d6344[_0xe0d83f(0x1ab)]['on'](_0xe0d83f(0x1c4),()=>{const _0x28eb95=_0xe0d83f;_0x4a3f11[_0x28eb95(0x151)][_0x28eb95(0x19c)][_0x28eb95(0x1ad)]();}),_0x3d6344[_0xe0d83f(0x18a)]['on'](_0xe0d83f(0x1c4),()=>{const _0x28dbe4=_0xe0d83f;_0x4a3f11[_0x28dbe4(0x151)][_0x28dbe4(0x19c)][_0x28dbe4(0x1ad)]();}),_0x16e7a2=_0x31c96b[_0xe0d83f(0x168)](this[_0xe0d83f(0x19a)][_0xe0d83f(0x178)],_0x3d6344),_0x16e7a2[_0xe0d83f(0x18f)](_0xe0d83f(0x1b9))['to'](_0x3d6344,_0xe0d83f(0x1b9)),_0x16e7a2[_0xe0d83f(0x18f)](_0xe0d83f(0x146))['to'](_0x3d6344),_0x16e7a2[_0xe0d83f(0x18f)](_0xe0d83f(0x13f))['to'](_0x3d6344,_0xe0d83f(0x13f),_0x496f3e=>_0xe0d83f(0x1bb)+_0x496f3e),this[_0xe0d83f(0x16c)][_0xe0d83f(0x157)](_0x1c7225['id'],_0x16e7a2));const _0x1d42d8=_0x11f9c2[_0xe0d83f(0x185)](_0x1c7225[_0xe0d83f(0x16f)],_0x3d6344),_0x33d0f2=new _0x1915d3(_0x4a3f11,_0x1c7225,_0x3d6344,_0x1d42d8),_0x20e817=_0x1c7225[_0xe0d83f(0x15f)]()[_0xe0d83f(0x158)](_0xcbcaab=>_0xcbcaab[_0xe0d83f(0x141)]);_0x3d6344[_0xe0d83f(0x149)]=_0x4a3f11[_0xe0d83f(0x1b3)][_0xe0d83f(0x1b6)](_0xe0d83f(0x1a3))[_0xe0d83f(0x1ba)][_0xe0d83f(0x177)](_0x20e817),this[_0xe0d83f(0x163)][_0xe0d83f(0x157)](_0x1c7225,_0x33d0f2),this[_0xe0d83f(0x1a1)][_0xe0d83f(0x157)](_0x3d6344,_0x33d0f2);const _0x27bb55=_0x31c96b[_0xe0d83f(0x171)]({'view':_0x16e7a2,'target':()=>{const _0x14946a=_0xe0d83f,_0x539790=[],_0x54639a=_0x1c7225[_0x14946a(0x15f)]()[_0x14946a(0x158)](_0x1c2e1a=>_0x1c2e1a[_0x14946a(0x141)]);for(const _0x544530 of _0x54639a)_0x539790[_0x14946a(0x143)](..._0x544530[_0x14946a(0x198)]());return _0x42b381(_0x4a3f11[_0x14946a(0x151)],_0x539790);},'type':()=>_0xe0d83f(0x1bb)+_0x33d0f2[_0xe0d83f(0x19c)][_0xe0d83f(0x13f)]});_0x11f9c2[_0xe0d83f(0x16d)](_0x3d6344,_0x27bb55),_0x31c96b[_0xe0d83f(0x1b8)](_0x27bb55),_0x57555f[_0xe0d83f(0x18b)](_0x27bb55);}[_0x5054f6(0x1a6)](_0x48428b){const _0xd59444=_0x5054f6,_0x19bee8=this[_0xd59444(0x19a)][_0xd59444(0x1b3)][_0xd59444(0x1b6)](_0xd59444(0x1b7)),_0x219073=this[_0xd59444(0x19a)][_0xd59444(0x1b3)][_0xd59444(0x1b6)](_0xd59444(0x18e)),_0x2fc57e=this[_0xd59444(0x163)][_0xd59444(0x1b6)](_0x48428b),_0x342be4=_0x2fc57e[_0xd59444(0x19c)],_0x3203f9=_0x219073[_0xd59444(0x14a)](_0x342be4);_0x19bee8[_0xd59444(0x165)](_0x342be4),_0x3203f9&&_0x219073[_0xd59444(0x1b2)](_0x3203f9),this[_0xd59444(0x163)][_0xd59444(0x173)](_0x48428b),this[_0xd59444(0x1a1)][_0xd59444(0x173)](_0x342be4),_0x2fc57e[_0xd59444(0x187)]();}[_0x5054f6(0x1a0)](_0x4c9e44){const _0x318578=_0x5054f6;if(!_0x4c9e44[_0x318578(0x141)]||!this[_0x318578(0x163)][_0x318578(0x140)](_0x4c9e44))return;const _0x4dae99=this[_0x318578(0x19a)][_0x318578(0x1b3)][_0x318578(0x1b6)](_0x318578(0x1a3)),_0x4f0935=this[_0x318578(0x163)][_0x318578(0x1b6)](_0x4c9e44),_0x323e57=_0x4c9e44[_0x318578(0x15f)]();_0x4f0935[_0x318578(0x19c)][_0x318578(0x149)]=_0x4dae99[_0x318578(0x1ba)][_0x318578(0x177)](_0x323e57);}[_0x5054f6(0x187)](){const _0x3b4894=_0x5054f6;for(const _0x193386 of this[_0x3b4894(0x163)][_0x3b4894(0x166)]())this[_0x3b4894(0x1a6)](_0x193386);for(const _0x14552e of this[_0x3b4894(0x16c)][_0x3b4894(0x154)]())_0x14552e[_0x3b4894(0x195)][_0x3b4894(0x187)]();super[_0x3b4894(0x187)]();}}