@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240304.0 → 0.0.0-nightly-20240306.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 _0x120844=_0x33f9;(function(_0x3afc4c,_0x2da073){const _0x502a07=_0x33f9,_0x16a0ad=_0x3afc4c();while(!![]){try{const _0x4faa83=-parseInt(_0x502a07(0x296))/0x1+parseInt(_0x502a07(0x1fe))/0x2*(-parseInt(_0x502a07(0x29c))/0x3)+-parseInt(_0x502a07(0x156))/0x4*(-parseInt(_0x502a07(0x2b9))/0x5)+-parseInt(_0x502a07(0x214))/0x6*(parseInt(_0x502a07(0x2b7))/0x7)+-parseInt(_0x502a07(0x277))/0x8*(-parseInt(_0x502a07(0x24b))/0x9)+parseInt(_0x502a07(0x29a))/0xa+-parseInt(_0x502a07(0x1aa))/0xb;if(_0x4faa83===_0x2da073)break;else _0x16a0ad['push'](_0x16a0ad['shift']());}catch(_0x26a778){_0x16a0ad['push'](_0x16a0ad['shift']());}}}(_0x5839,0x5c845));import{Plugin as _0x4be272,PendingActions as _0x9b82b4}from'ckeditor5/src/core.js';import{LiveRange as _0x4b3b73}from'ckeditor5/src/engine.js';import{CKEditorError as _0x9bb25e,uid as _0x4aee68,priorities as _0x21885c,logWarning as _0x5936f8}from'ckeditor5/src/utils.js';import{toWidget as _0x53db77}from'ckeditor5/src/widget.js';import{Users as _0x1f3dbe,hashObject as _0x2689b9,surroundingMarkersDetector as _0xdd54a9}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x2d0f4b from'./commands/trackchangescommand.js';import _0x398417 from'./commands/acceptsuggestioncommand.js';import _0x442bb7 from'./commands/discardsuggestioncommand.js';import _0x5d5c1b from'./commands/executeonallsuggestionscommand.js';import _0x5f14cf from'./commands/executeonselectedsuggestionscommand.js';import _0x1fdc37 from'./suggestion.js';import _0x8bf74e from'./suggestiondescriptionfactory.js';import _0x299277 from'./integrations/aiassistant.js';import _0x55a4d7 from'./integrations/alignment.js';import _0x1813b0 from'./integrations/basicstyles.js';import _0x2c79f8 from'./integrations/blockquote.js';import _0x1d72ef from'./integrations/casechange.js';import _0x47a44b from'./integrations/ckbox.js';import _0xfa07d7 from'./integrations/codeblock.js';function _0x33f9(_0x255c1c,_0x1bb7d4){const _0x5839c7=_0x5839();return _0x33f9=function(_0x33f9cf,_0x49b204){_0x33f9cf=_0x33f9cf-0x13e;let _0x19559e=_0x5839c7[_0x33f9cf];return _0x19559e;},_0x33f9(_0x255c1c,_0x1bb7d4);}import _0xcc3a47 from'./integrations/comments.js';import _0x28e932 from'./integrations/deletecommand.js';import _0x32908b from'./integrations/list.js';import _0x3c5757 from'./integrations/listproperties.js';import _0x5e9015 from'./integrations/entercommand.js';import _0x43d6d1 from'./integrations/findandreplace.js';import _0x2caf01 from'./integrations/font.js';import _0xe8f961 from'./integrations/formatpainter.js';import _0x1d6477 from'./integrations/heading.js';import _0xabbcab from'./integrations/highlight.js';function _0x5839(){const _0x12e82a=['markInsertion','containerElement','from','_adapter','lowest','deleteContent','FORMATTING','_enableDefaultAttributesIntegration','oldValue','27cIeceq','insertion','markMultiRangeDeletion','clear','deletion:join','define','discardAllSuggestions','reconvertMarker','_inlineAttributeKeys','item','rename','_descriptionFactory','join','_recordAttributeSuggestions','containsItem','removeMarker','marker-count','deletion:','_afterChanges','high','some','formatBlock:','_registerBlockAttribute','adapter','track-changes-user-not-found','activeMarkers','range','catch','after','attribute:','dataReady','elementStart','pluginName','_isRegisteredAttribute','oldRange','toJSON','skipNestingCheck','originalSuggestionId','fromCharCode','commandName','map','attribute:join','hasCommentThread','$graveyard','1169160ZujCIi','createPositionBefore','never','addMarkerName','setSelection','setTo','ck-suggestion-marker-formatInline','removeMarkers','remove','unbind','_breakSuggestionMarker','removed','targetPosition','ck-suggestion-marker--active','commands','nodeAfter','getNearestSelectionRange','getFirstRange','name','deletion','fetchCommentThread','selection','createElement','attributeNewValue','_commentsRepository','model','discardSelectedSuggestions','rethrowUnexpectedError','execute','split','suggestion','157511blkMgN','toViewElement','init','formatInline:','6377350sdDEAy','_processAttributeSuggestions','6NrlHaD','options','accepted','trackChanges.trackFormatChanges','_getMarkerAnnouncementText','_suggestions','createRangeIn','trackChanges.mergeNestedSuggestions','getContainedElement','formatInline','track-changes-command-not-found','values','$marker','_splitMarkerName','addRange','registerPostFixer','stop','elementEnd','removeClass','ready','attribute:accept','end','group','track-changes-enable-command-twice','insertion:discard','splitPosition','_SUGGESTION_ANNOUNCEMENT','2098929eNwYnw','_trackFormatChanges','24785CxqSJp','announce','containsRangeInObject','consumable','containsRange','insertion:','markInlineFormat','createPositionAfter','_model','isEqual','collaboration.channelId','_onDiscard','assign','get','$text','documentSelection','root','markerNameToElements','plugins','suggestion:attribute:','open','getWalker','PENDING_ACTION_SUGGESTION','formatBlock:discard','chain','isIntersectingWithRange','isAtEnd','size','isAtStart','track-changes-adapter-already-set','$elementName','updateSuggestion','getLastMatchingPosition','isBefore','detach','formatInline:join','differ','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','isSelectable','attribute','_reduceExistingSuggestions','isMultiRange','_suggestionFactory','_customCallbacks','getSuggestions','isRemovable','position','getRanges','getAttribute','for','formatGroupId','meta','isIntersecting','_isBlockAttribute','_joinSuggestions','markDeletion','previous','getDifference','fire','dataToMarker','_createSuggestion','substring','_reduceSuggestionAttributeRange','splice','_editor','getItems','clone','getRange','deletion:discard','acceptAllSuggestions','_registerInlineAttribute','every','suggestionLoaded','writer','_rangeIsInLocalUserInsertion','suggestionUnloaded','deletion:chain','_blockAttributeKeys','212fgtjEI','element','setAttribute','config','_cutOutSuggestionMarker','editingDowncast','creator','moveTargetPosition','editing','multi','commentThread','howMany','change:activeMarkers','isAfter','buildSuggestion','createdAt','updateMarker','attributes','_addSuggestionMarker','tablePasteChainId','getIntersection','formatInline:accept','LEAVE','_removeSuggestion','insertion:join','find','_getExternalAuthor','suggestion:','discardSuggestion','@external','isOwn','ariaLiveAnnouncer','_suggestionState','locale','insertion:chain','startsWith','Users','enableReadOnlyMode','unshift','forEach','TrackChangesEditing','addMarker','requires','next','forceDefaultExecution','removeMarker:suggestion:formatBlock','markers','_refreshSuggestionsChain','getSuggestion','value','addMarker:suggestion','schema','isLocal','_handleNewSuggestionMarker','delete','author','mapper','addClass','isObject','$textProxy','_checkSuggestionCorrectness','createRange','addMarker:suggestion:attribute','enableCommand','addSuggestion','forward','applyOperation','_updateSuggestionData','createSelection','formatBlock','showSuggestionHighlights','_registerDefaultCallbacks','data','markMultiRangeInsertion','attribute:discard','change','_initAriaMarkerChangeAnnouncements','toUpperCase','_defaultCallbacks','refresh','addSuggestionData','getCommentThread','markBlockFormat','hasComments','2669832hOMcWj','bindElementToMarker','keys','newValue','warn','markMultiRangeBlockFormat','document','getSuggestionCallback','discard','elementToElement','isInContent','suggestionChanged','format','authorName','highest','set','deletion:accept','trackChangesCommand','head','substr','push','normal','formatBlock:join','listenTo','editor','isDocumentOperation','_isForcedDefaultExecutionBlock','insertContent','_findSuggestions','notReady','has','addMarker:suggestion:formatBlock','update:suggestion','attributeOldValue','CommentsRepository','getChanges','ck-suggestion-marker','_refreshAttributeSuggestionsChain','removeMarker:suggestion:attribute','before','start','containsPosition','consume','markerToData','addComment','markerReady','_addThreadToSuggestion','enqueueChange','length','_joinWithAdjacentSuggestions','acceptSelectedSuggestions','authoredAt','addHighlight','dataDowncast','conversion','type','key','fromRange','isCollapsed','getChangedMarkers','getAllAdjacentSuggestions','rejected','comments','_setSuggestionRange','rootName','isUndo','removeAttribute','markAttributeChange','getCustomProperty','resolve','filter','createRangeOn','insert','add','_processAttributeChanges','multipleBlocks','subType','isBlock','addCommentThread','ck-suggestion-marker-formatBlock','insertion:accept','trackChanges','getAncestors','attributeKey','259872jNiUKh','_enabledCommands','pop','unbindElementFromMarkerName','_setSuggestionData','then','registerCustomCallback','groupId','formatInline:discard','widget','always','default','isTouching','createPositionAt','getFirstMarker','parent','isInsideObject','track-changes-suggestion-data-mismatch','_getAuthorFromId','removeComment','ck-suggestion-marker-','move','6RowChy','batch','getUser','suggestion-type','markerName','sort','external:','_element','getMarkers','nodeBefore','error-saving-suggestion-data-suggestion-discarded','upcast','formatInline:chain','isExternal','hasSuggestion','_isDataLoaded','_saved','_getAttributeKey','markerToHighlight','low','_recordAttributeChanges','addUser','newRange','backward','track-changes-adapter-missing-getsuggestion','isNextTo','stopListening','change:data','accept','isLimit','ENTER','isArray','_mergeNestedSuggestions','includes','return','track-changes-suggestion-not-found','data-suggestion','acceptSuggestion','change:_saved','_getSuggestionData','formatBlock:chain','PendingActions','formatBlock:accept','concat','getMultiRangeId','getShiftedBy'];_0x5839=function(){return _0x12e82a;};return _0x5839();}import _0x20fba4 from'./integrations/horizontalline.js';import _0x298d28 from'./integrations/htmlembed.js';import _0x376738 from'./integrations/image.js';import _0x88e590 from'./integrations/imagereplace.js';import _0x39ff31 from'./integrations/imagestyle.js';import _0x16c209 from'./integrations/importword.js';import _0xed6cf6 from'./integrations/indent.js';import _0x3e4017 from'./integrations/inputcommand.js';import _0x198fe7 from'./integrations/link.js';import _0x549e15 from'./integrations/legacylist.js';import _0x313c5a from'./integrations/legacylistproperties.js';import _0x556658 from'./integrations/mediaembed.js';import _0x1dd56a from'./integrations/mention.js';import _0x4408a5 from'./integrations/pagebreak.js';import _0x186740 from'./integrations/paragraph.js';import _0x4e684f from'./integrations/removeformat.js';import _0x3da76f from'./integrations/restrictededitingmode.js';import _0x1dda20 from'./integrations/shiftentercommand.js';import _0x1ff44f from'./integrations/standardeditingmode.js';import _0x2d5c5c from'./integrations/style.js';import _0xa34cff from'./integrations/table.js';import _0x4decec from'./integrations/tablemergesplit.js';import _0x5368e7 from'./integrations/tableheadings.js';import _0x1c35d5 from'./integrations/tableclipboard.js';import _0x25b17b from'./integrations/tablecolumnresize.js';import _0x29e13a from'./integrations/template.js';import _0x1a06df from'./integrations/tableofcontents.js';import _0x2b2d09 from'./integrations/title.js';import _0x112894 from'./integrations/undo.js';import _0x3c5109 from'./integrations/tablecaption.js';import _0x59d8af from'./integrations/tableproperties.js';import{getTranslation as _0x1b05c7}from'./utils/common-translations.js';import{isEqual as _0x5f5cd1,omit as _0x2f7386}from'lodash-es';export const renameAttributeKey=_0x120844(0x2d7);export default class p extends _0x4be272{static get[_0x120844(0x180)](){const _0x447de4=_0x120844;return[_0x447de4(0x1cc),_0x1f3dbe,_0x9b82b4,_0x299277,_0x55a4d7,_0x1813b0,_0x2c79f8,_0x47a44b,_0x1d72ef,_0xfa07d7,_0xcc3a47,_0x28e932,_0x5e9015,_0x43d6d1,_0x2caf01,_0xe8f961,_0x1d6477,_0xabbcab,_0x20fba4,_0x298d28,_0x376738,_0x39ff31,_0x88e590,_0x16c209,_0xed6cf6,_0x3e4017,_0x549e15,_0x313c5a,_0x198fe7,_0x32908b,_0x3c5757,_0x556658,_0x1dd56a,_0x4408a5,_0x186740,_0x4e684f,_0x3da76f,_0x1dda20,_0x1ff44f,_0x2d5c5c,_0xa34cff,_0x4decec,_0x5368e7,_0x3c5109,_0x1c35d5,_0x25b17b,_0x1a06df,_0x59d8af,_0x29e13a,_0x2b2d09,_0x112894];}static get[_0x120844(0x26b)](){const _0x3c9247=_0x120844;return _0x3c9247(0x17e);}constructor(_0x5f385d){const _0x51e9f8=_0x120844;function _0x315c06(_0x2581c9){const _0x128c1a=_0x33f9;return _0x2581c9[_0x128c1a(0x273)](_0x3aa134=>String[_0x128c1a(0x271)](_0x3aa134))[_0x128c1a(0x257)]('');}super(_0x5f385d),this[_0x51e9f8(0x258)]=!0x1,this[_0x51e9f8(0x1b9)](_0x51e9f8(0x264),[]),this['on'](_0x51e9f8(0x162),(_0x153af,_0x8cbc55,_0x20e859,_0x1e5a82)=>{const _0x295f44=_0x51e9f8;this[_0x295f44(0x2c1)][_0x295f44(0x1a1)](()=>{const _0x4cb11b=_0x295f44;for(const _0x256ed4 of[..._0x1e5a82,..._0x20e859])this[_0x4cb11b(0x2c1)][_0x4cb11b(0x184)][_0x4cb11b(0x1c8)](_0x256ed4)&&_0x5f385d[_0x4cb11b(0x15e)][_0x4cb11b(0x252)](_0x256ed4);});}),this[_0x51e9f8(0x256)]=new _0x8bf74e(this[_0x51e9f8(0x1c2)][_0x51e9f8(0x290)][_0x51e9f8(0x189)],this[_0x51e9f8(0x1c2)][_0x51e9f8(0x177)]),this[_0x51e9f8(0x245)]=null,this[_0x51e9f8(0x2e3)]=new Bt(this[_0x51e9f8(0x1c2)]),this[_0x51e9f8(0x2a1)]=new Map(),this[_0x51e9f8(0x28f)]=_0x5f385d[_0x51e9f8(0x2cb)][_0x51e9f8(0x2c6)](_0x51e9f8(0x1cc)),this[_0x51e9f8(0x1ff)]=new Set(),this[_0x51e9f8(0x2c1)]=this[_0x51e9f8(0x1c2)][_0x51e9f8(0x290)],this[_0x51e9f8(0x176)]=new WeakMap(),this[_0x51e9f8(0x1c4)]=!0x1,this[_0x51e9f8(0x155)]=new Set([_0x51e9f8(0x2d7)]),this[_0x51e9f8(0x253)]=new Set(),_0x5f385d[_0x51e9f8(0x159)][_0x51e9f8(0x250)](_0x51e9f8(0x29f),_0x51e9f8(0x209)),this[_0x51e9f8(0x2b8)]=_0x5f385d[_0x51e9f8(0x159)][_0x51e9f8(0x2c6)](_0x51e9f8(0x29f)),_0x5f385d[_0x51e9f8(0x159)][_0x51e9f8(0x250)](_0x51e9f8(0x2a3),!0x0),this[_0x51e9f8(0x234)]=_0x5f385d[_0x51e9f8(0x159)][_0x51e9f8(0x2c6)](_0x51e9f8(0x2a3)),this[_0x51e9f8(0x1bb)]=new _0x2d0f4b(_0x5f385d,this[_0x51e9f8(0x1ff)]),this[_0x51e9f8(0x1a2)](),this[_0x315c06([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x315c06([0x34,0x30,0x34,0x38,0x30,0x36,0x30,0x38]);}[_0x120844(0x298)](){const _0x5a1186=_0x120844,_0x3820fa=this[_0x5a1186(0x1c2)],_0x2c2ab3=(_0x525692,_0x34bea7)=>{const _0x24e77b=_0x5a1186;if(_0x24e77b(0x2e0)!=_0x525692)return _0x24e77b(0x212)+_0x525692;const _0x4727fc=_0x34bea7[_0x24e77b(0x294)]('|')[0x0];return this[_0x24e77b(0x2ee)](_0x4727fc)?_0x24e77b(0x1f9):_0x24e77b(0x27d);};_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x15b))[_0x5a1186(0x226)]({'model':_0x5a1186(0x295),'view':_0x1b8e66=>{const _0x40c584=_0x5a1186,{id:_0x4acf36,type:_0x5940ce,subType:_0x55e0ef}=this[_0x40c584(0x2a9)](_0x1b8e66[_0x40c584(0x218)]),_0x892405=[_0x40c584(0x1ce),_0x2c2ab3(_0x5940ce,_0x55e0ef)];let _0x1fe422=0xbb8;return this[_0x40c584(0x264)][_0x40c584(0x235)](_0x1b8e66[_0x40c584(0x218)])&&(_0x892405[_0x40c584(0x1be)](_0x40c584(0x284)),_0x1fe422=0xbc2),_0x40c584(0x28a)==_0x5940ce&&(_0x1fe422+=0x5),{'classes':_0x892405,'attributes':{'data-suggestion':_0x4acf36},'priority':_0x1fe422};}}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x1df))[_0x5a1186(0x1f3)](_0x1f0444=>{const _0x5548c8=_0x5a1186;_0x1f0444['on'](_0x5548c8(0x188),(_0x2cdb49,_0x4a828f,_0x338f35)=>{const _0x178ed1=_0x5548c8;if(!_0x338f35[_0x178ed1(0x29d)][_0x178ed1(0x19c)])return;const _0x281d58=_0x4a828f[_0x178ed1(0x254)];if(!_0x281d58)return;const _0x6afe0e=_0x338f35[_0x178ed1(0x18e)][_0x178ed1(0x297)](_0x281d58);_0x3820fa[_0x178ed1(0x290)][_0x178ed1(0x189)][_0x178ed1(0x190)](_0x281d58)&&_0x6afe0e&&!_0x6afe0e[_0x178ed1(0x1ee)](_0x178ed1(0x207))&&_0x6afe0e['is'](_0x178ed1(0x243))&&_0x53db77(_0x6afe0e,_0x338f35[_0x178ed1(0x151)]);},{'priority':_0x5548c8(0x25e)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x1df))[_0x5a1186(0x226)]({'model':_0x5a1186(0x295),'view':(_0x319aa1,_0x33a79a)=>{const _0x116911=_0x5a1186;if(!_0x33a79a[_0x116911(0x29d)][_0x116911(0x19c)])return null;const {type:_0x24327f,subType:_0x5ce32d}=this[_0x116911(0x2a9)](_0x319aa1[_0x116911(0x218)]);return{'classes':[_0x116911(0x1ce),_0x2c2ab3(_0x24327f,_0x5ce32d)],'priority':0xbb8};}});const _0x1f71cc=({showActiveMarkers:_0x1bdbea=!0x0,isAttributeSuggestion:_0x168d9=!0x1}={})=>(_0x4e43f8,_0x5c893f,_0x270a70)=>{const _0x1deed3=_0x5a1186;if(!_0x5c893f[_0x1deed3(0x254)])return;const {id:_0x281e5d}=this[_0x1deed3(0x2a9)](_0x5c893f[_0x1deed3(0x218)]);if(_0x168d9){const _0x23abf6=this[_0x1deed3(0x2a1)][_0x1deed3(0x2c6)](_0x281e5d),_0x190768=this[_0x1deed3(0x225)](_0x23abf6);if(!this[_0x1deed3(0x2ee)](_0x190768))return;}if(_0x5c893f[_0x1deed3(0x254)]['is'](_0x1deed3(0x28c)))return void _0x270a70[_0x1deed3(0x2bc)][_0x1deed3(0x1d4)](_0x5c893f[_0x1deed3(0x254)],_0x4e43f8[_0x1deed3(0x289)]);const _0x1dd4f4=_0x270a70[_0x1deed3(0x18e)][_0x1deed3(0x297)](_0x5c893f[_0x1deed3(0x254)]);if(_0x5c893f[_0x1deed3(0x254)]['is'](_0x1deed3(0x157))&&_0x3820fa[_0x1deed3(0x290)][_0x1deed3(0x189)][_0x1deed3(0x1f7)](_0x5c893f[_0x1deed3(0x254)])&&!_0x1dd4f4[_0x1deed3(0x1ee)](_0x1deed3(0x1de))){_0x270a70[_0x1deed3(0x151)][_0x1deed3(0x18f)]([_0x1deed3(0x1ce),_0x1deed3(0x1f9)],_0x1dd4f4),_0x270a70[_0x1deed3(0x151)][_0x1deed3(0x158)](_0x1deed3(0x238),_0x281e5d,_0x1dd4f4),_0x270a70[_0x1deed3(0x18e)][_0x1deed3(0x1ab)](_0x1dd4f4,_0x5c893f[_0x1deed3(0x218)]),_0x1bdbea&&(this[_0x1deed3(0x264)][_0x1deed3(0x235)](_0x5c893f[_0x1deed3(0x218)])?_0x270a70[_0x1deed3(0x151)][_0x1deed3(0x18f)](_0x1deed3(0x284),_0x1dd4f4):_0x270a70[_0x1deed3(0x151)][_0x1deed3(0x2ae)](_0x1deed3(0x284),_0x1dd4f4));for(const _0x520090 of _0x3820fa[_0x1deed3(0x290)][_0x1deed3(0x2a2)](_0x5c893f[_0x1deed3(0x254)])[_0x1deed3(0x149)]())_0x270a70[_0x1deed3(0x2bc)][_0x1deed3(0x1d4)](_0x520090,_0x4e43f8[_0x1deed3(0x289)]);_0x270a70[_0x1deed3(0x2bc)][_0x1deed3(0x1d4)](_0x5c893f[_0x1deed3(0x254)],_0x4e43f8[_0x1deed3(0x289)]);}};_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x1df))[_0x5a1186(0x1f3)](_0x30e2b2=>{const _0x1ebe36=_0x5a1186;_0x30e2b2['on'](_0x1ebe36(0x1c9),(_0x33476c,_0xd10e0,_0x28ab5d)=>{const _0x3f1565=_0x1ebe36;_0x28ab5d[_0x3f1565(0x29d)][_0x3f1565(0x19c)]&&_0x1f71cc({'showActiveMarkers':!0x1})(_0x33476c,_0xd10e0,_0x28ab5d);},{'priority':_0x1ebe36(0x1b8)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x1df))[_0x5a1186(0x1f3)](_0x404513=>{const _0xf5f078=_0x5a1186;_0x404513['on'](_0xf5f078(0x194),(_0x2d741c,_0x2450cd,_0x520ff7)=>{const _0x4f43d5=_0xf5f078;_0x520ff7[_0x4f43d5(0x29d)][_0x4f43d5(0x19c)]&&_0x1f71cc({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x2d741c,_0x2450cd,_0x520ff7);},{'priority':_0xf5f078(0x1b8)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x1df))[_0x5a1186(0x1d5)]({'model':_0x5a1186(0x295),'view':(_0x5ec7fe,_0x385aff)=>_0x385aff[_0x5a1186(0x29d)][_0x5a1186(0x19c)]?null:{'group':_0x5a1186(0x295),'name':_0x5ec7fe[_0x5a1186(0x1bd)](0xb)}}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x21f))[_0x5a1186(0x1b3)]({'view':{'name':_0x5a1186(0x295),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1535b3,{writer:_0x4ab0b7})=>{const _0x5d2ac2=_0x5a1186;let _0x8db3ef=_0x5d2ac2(0x171)+_0x1535b3[_0x5d2ac2(0x2e9)](_0x5d2ac2(0x217))+':'+_0x1535b3[_0x5d2ac2(0x2e9)]('id');return _0x1535b3[_0x5d2ac2(0x2e9)](_0x5d2ac2(0x25b))&&(_0x8db3ef+=':'+_0x1535b3[_0x5d2ac2(0x2e9)](_0x5d2ac2(0x25b))),_0x4ab0b7[_0x5d2ac2(0x28d)](_0x5d2ac2(0x2a8),{'data-name':_0x8db3ef});}}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x21f))[_0x5a1186(0x143)]({'view':_0x5a1186(0x295)}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x15b))[_0x5a1186(0x1f3)](_0x72f05e=>{const _0x102f4e=_0x5a1186;_0x72f05e['on'](_0x102f4e(0x1c9),_0x1f71cc(),{'priority':_0x102f4e(0x25e)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x15b))[_0x5a1186(0x1f3)](_0x47f25c=>{const _0x1db9b0=_0x5a1186;_0x47f25c['on'](_0x1db9b0(0x194),_0x1f71cc({'isAttributeSuggestion':!0x0}),{'priority':_0x1db9b0(0x25e)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x15b))[_0x5a1186(0x1f3)](_0x3172eb=>{const _0x24ea04=_0x5a1186;_0x3172eb['on'](_0x24ea04(0x183),(_0xd10408,_0x56da97,_0x16668e)=>{const _0x2c744a=_0x24ea04,_0x5b82a4=_0x16668e[_0x2c744a(0x18e)][_0x2c744a(0x2ca)](_0x56da97[_0x2c744a(0x218)]);if(_0x5b82a4){for(const _0x35b9ed of _0x5b82a4)_0x35b9ed[_0x2c744a(0x1ee)](_0x2c744a(0x1de))||(_0x16668e[_0x2c744a(0x151)][_0x2c744a(0x2ae)]([_0x2c744a(0x1ce),_0x2c744a(0x1f9),_0x2c744a(0x284)],_0x35b9ed),_0x16668e[_0x2c744a(0x151)][_0x2c744a(0x1ec)](_0x2c744a(0x238),_0x35b9ed),_0x16668e[_0x2c744a(0x18e)][_0x2c744a(0x201)](_0x35b9ed,_0x56da97[_0x2c744a(0x218)]));}},{'priority':_0x24ea04(0x25e)});}),_0x3820fa[_0x5a1186(0x1e0)][_0x5a1186(0x2ea)](_0x5a1186(0x15b))[_0x5a1186(0x1f3)](_0x59f029=>{const _0xbf600e=_0x5a1186;_0x59f029['on'](_0xbf600e(0x1d0),(_0x550ec1,_0x2b67b5,_0x21c9bb)=>{const _0x22d1e2=_0xbf600e,_0x378b4c=_0x21c9bb[_0x22d1e2(0x18e)][_0x22d1e2(0x2ca)](_0x2b67b5[_0x22d1e2(0x218)]);if(!_0x378b4c)return;const {id:_0x32474e}=this[_0x22d1e2(0x2a9)](_0x2b67b5[_0x22d1e2(0x218)]),_0x39451b=this[_0x22d1e2(0x2a1)][_0x22d1e2(0x2c6)](_0x32474e),_0x40f7f5=this[_0x22d1e2(0x225)](_0x39451b);if(this[_0x22d1e2(0x2ee)](_0x40f7f5)){for(const _0x59d58d of _0x378b4c)_0x59d58d[_0x22d1e2(0x1ee)](_0x22d1e2(0x1de))||(_0x21c9bb[_0x22d1e2(0x151)][_0x22d1e2(0x2ae)]([_0x22d1e2(0x1ce),_0x22d1e2(0x1f9),_0x22d1e2(0x284)],_0x59d58d),_0x21c9bb[_0x22d1e2(0x151)][_0x22d1e2(0x1ec)](_0x22d1e2(0x238),_0x59d58d),_0x21c9bb[_0x22d1e2(0x18e)][_0x22d1e2(0x201)](_0x59d58d,_0x2b67b5[_0x22d1e2(0x218)]));}},{'priority':_0xbf600e(0x25e)});}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)][_0x5a1186(0x2ab)](_0x3739cd=>{const _0x7aba2a=_0x5a1186;let _0x4244b6=!0x1;const _0x100ce3=Array[_0x7aba2a(0x244)](_0x3820fa[_0x7aba2a(0x290)][_0x7aba2a(0x1b0)][_0x7aba2a(0x2dd)][_0x7aba2a(0x1e5)]()),_0x31feb5=new Set();for(const {name:_0x735a6f,data:_0x5bc60d}of _0x100ce3){const {group:_0x9e19e6,type:_0x238891,subType:_0x312469,id:_0x24f9ce}=this[_0x7aba2a(0x2a9)](_0x735a6f);if(_0x7aba2a(0x295)!==_0x9e19e6)continue;const _0x3f9d82=this[_0x7aba2a(0x2a1)][_0x7aba2a(0x2c6)](_0x24f9ce);if(null!=_0x5bc60d[_0x7aba2a(0x22a)]){_0x7aba2a(0x2a5)==_0x238891&&(_0x4244b6=_0x4244b6||Tt(_0x5bc60d[_0x7aba2a(0x22a)],_0x735a6f,_0x3739cd,_0x3820fa[_0x7aba2a(0x290)][_0x7aba2a(0x189)]));const _0xc52b55=_0x7aba2a(0x2e0)==_0x238891&&this[_0x7aba2a(0x2ee)](_0x312469[_0x7aba2a(0x294)]('|')[0x0]);if(_0x5bc60d[_0x7aba2a(0x22a)][_0x7aba2a(0x1e4)]||_0x7aba2a(0x276)==_0x5bc60d[_0x7aba2a(0x22a)][_0x7aba2a(0x2c9)][_0x7aba2a(0x1ea)]||_0x7aba2a(0x19b)==_0x238891&&!Vt(_0x5bc60d[_0x7aba2a(0x22a)])||_0xc52b55&&!Vt(_0x5bc60d[_0x7aba2a(0x22a)])||_0x7aba2a(0x28a)==_0x238891&&!(!Rt(_0x3b87b1=_0x5bc60d[_0x7aba2a(0x22a)])&&!function(_0xe647fb){const _0x3036a3=_0x7aba2a;return _0xe647fb[_0x3036a3(0x1d2)][_0x3036a3(0x20d)]==_0xe647fb[_0x3036a3(0x2b1)][_0x3036a3(0x21d)]&&_0xe647fb[_0x3036a3(0x1d2)][_0x3036a3(0x2d3)];}(_0x3b87b1)))_0x3739cd[_0x7aba2a(0x25a)](_0x735a6f),_0x4244b6=!0x0;else{if(!_0x3f9d82||!_0x3f9d82[_0x7aba2a(0x1b4)])continue;_0x31feb5[_0x7aba2a(0x1f3)](_0x3f9d82);}}}var _0x3b87b1;return _0x31feb5[_0x7aba2a(0x2d4)]>0x0&&(_0x4244b6=!!this[_0x7aba2a(0x1db)](_0x31feb5)||_0x4244b6),_0x4244b6;}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)][_0x5a1186(0x2ab)](_0x32c6e3=>{const _0xfeed84=_0x5a1186;let _0x1d994c=!0x1;for(const _0x78ff0b of _0x3820fa[_0xfeed84(0x290)][_0xfeed84(0x1b0)][_0xfeed84(0x2dd)][_0xfeed84(0x1cd)]())if(_0xfeed84(0x1f2)==_0x78ff0b[_0xfeed84(0x1e1)])for(const _0xa9c803 of this[_0xfeed84(0x2a1)][_0xfeed84(0x2a7)]()){if(_0xa9c803[_0xfeed84(0x2e2)]||!_0xa9c803[_0xfeed84(0x1b4)])continue;const _0x58e045=_0xfeed84(0x19b)==_0xa9c803[_0xfeed84(0x1e1)],_0x273942=this[_0xfeed84(0x225)](_0xa9c803),_0x30fd0d=_0x273942&&this[_0xfeed84(0x2ee)](_0x273942);if(!_0x58e045&&!_0x30fd0d)continue;const _0x14e21a=_0xa9c803[_0xfeed84(0x288)]();if(_0x14e21a[_0xfeed84(0x1d2)][_0xfeed84(0x20d)]!=_0x14e21a[_0xfeed84(0x2b1)][_0xfeed84(0x20d)]&&!_0x14e21a[_0xfeed84(0x2b1)][_0xfeed84(0x2d3)]){const _0x507bad=_0x3820fa[_0xfeed84(0x290)][_0xfeed84(0x20b)](_0x14e21a[_0xfeed84(0x1d2)][_0xfeed84(0x286)],_0xfeed84(0x2b1)),_0x413c2b=_0x3820fa[_0xfeed84(0x290)][_0xfeed84(0x193)](_0x14e21a[_0xfeed84(0x1d2)],_0x507bad);_0x32c6e3[_0xfeed84(0x166)](_0xa9c803[_0xfeed84(0x20c)](),{'range':_0x413c2b}),_0x1d994c=!0x0;}}return _0x1d994c;}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)][_0x5a1186(0x2ab)](_0x1eb00b=>this[_0x5a1186(0x1f4)](_0x1eb00b)),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)][_0x5a1186(0x2ab)](_0x693ba=>!_0x693ba[_0x5a1186(0x215)][_0x5a1186(0x18a)]&&this[_0x5a1186(0x29b)](_0x693ba)),_0x3820fa[_0x5a1186(0x290)]['on'](_0x5a1186(0x25d),()=>{const _0x1030f5=_0x5a1186;this[_0x1030f5(0x258)]=!0x1;}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)]['on'](_0x5a1186(0x22f),(_0x1fcefb,_0x34468f)=>{const _0x4a874d=_0x5a1186;if(!_0x34468f[_0x4a874d(0x18a)]||_0x34468f[_0x4a874d(0x1eb)])return;if(!this[_0x4a874d(0x258)])return;const _0x282bbb=_0x3820fa[_0x4a874d(0x290)][_0x4a874d(0x1b0)][_0x4a874d(0x2dd)][_0x4a874d(0x1cd)]();if(0x0==_0x282bbb[_0x4a874d(0x1da)])return;const _0x4044d0=[],_0x5997bb=_0x282bbb[_0x4a874d(0x1f0)](_0x53bd04=>_0x4a874d(0x2e0)==_0x53bd04[_0x4a874d(0x1e1)]),_0x428717=_0x282bbb[_0x4a874d(0x1f0)](_0x50e544=>_0x4a874d(0x1f2)==_0x50e544[_0x4a874d(0x1e1)]&&_0x4a874d(0x2c7)!=_0x50e544[_0x4a874d(0x289)]),_0x17946c=_0x282bbb[_0x4a874d(0x1f0)](_0x458ff4=>_0x4a874d(0x27f)==_0x458ff4[_0x4a874d(0x1e1)]&&_0x4a874d(0x2c7)!=_0x458ff4[_0x4a874d(0x289)]);for(const _0x56f34e of _0x5997bb)this[_0x4a874d(0x26c)](_0x56f34e[_0x4a874d(0x1fd)])&&_0x4044d0[_0x4a874d(0x1be)]({'key':_0x56f34e[_0x4a874d(0x1fd)],'newValue':_0x56f34e[_0x4a874d(0x28e)],'oldValue':_0x56f34e[_0x4a874d(0x1cb)],'range':Ut(_0x56f34e[_0x4a874d(0x265)],_0x3820fa[_0x4a874d(0x290)])});for(const _0x68ef94 of _0x428717){const _0x20f403=_0x17946c[_0x4a874d(0x16f)](_0x49138e=>_0x49138e[_0x4a874d(0x21b)]===_0x68ef94[_0x4a874d(0x21b)]);if(_0x20f403){const _0x4795a5=Ot(_0x68ef94[_0x4a874d(0x2e7)][_0x4a874d(0x286)],_0x3820fa[_0x4a874d(0x290)]);_0x20f403[_0x4a874d(0x289)]!==_0x68ef94[_0x4a874d(0x289)]&&_0x4044d0[_0x4a874d(0x1be)]({'key':_0x4a874d(0x2d7),'newValue':_0x68ef94[_0x4a874d(0x289)],'oldValue':_0x20f403[_0x4a874d(0x289)],'range':_0x4795a5});for(const [_0x307182,_0x9b9771]of _0x20f403[_0x4a874d(0x167)]){if(!this[_0x4a874d(0x26c)](_0x307182))continue;const _0x201f8c=_0x68ef94[_0x4a874d(0x167)][_0x4a874d(0x2c6)](_0x307182);_0x9b9771!==_0x201f8c&&_0x4044d0[_0x4a874d(0x1be)]({'key':_0x307182,'newValue':_0x201f8c,'oldValue':_0x9b9771,'range':_0x4795a5});}for(const [_0x574429,_0x1eebdd]of _0x68ef94[_0x4a874d(0x167)])this[_0x4a874d(0x26c)](_0x574429)&&(_0x20f403[_0x4a874d(0x167)][_0x4a874d(0x1c8)](_0x574429)||_0x4044d0[_0x4a874d(0x1be)]({'key':_0x574429,'newValue':_0x1eebdd,'oldValue':null,'range':_0x4795a5}));}}0x0!=_0x4044d0[_0x4a874d(0x1da)]&&_0x3820fa[_0x4a874d(0x290)][_0x4a874d(0x1d9)](_0x34468f,_0x4914a3=>{const _0x1ffc76=_0x4a874d,_0x5f1a86=_0x4aee68();for(const {range:_0x5422db,key:_0x557d35,oldValue:_0x39deba,newValue:_0x4ddad1}of _0x4044d0)this[_0x1ffc76(0x1ed)](_0x5422db,_0x557d35,_0x39deba,_0x4ddad1,{'groupId':_0x5f1a86});this[_0x1ffc76(0x2e1)](_0x4914a3,_0x4044d0);});},{'priority':_0x5a1186(0x246)}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x184)]['on'](_0x5a1186(0x1ca),(_0x564813,_0x361611,_0x24c92b)=>{const _0x38464f=_0x5a1186;if(null==_0x24c92b){const {id:_0x479142}=this[_0x38464f(0x2a9)](_0x361611[_0x38464f(0x289)]),_0x30938e=this[_0x38464f(0x2a1)][_0x38464f(0x2c6)](_0x479142);_0x30938e&&_0x30938e[_0x38464f(0x27a)](_0x361611[_0x38464f(0x289)]);}}),_0x3820fa[_0x5a1186(0x290)][_0x5a1186(0x1b0)]['on'](_0x5a1186(0x22f),()=>{const _0x1a2a71=_0x5a1186,_0x3eefe2=Array[_0x1a2a71(0x244)](_0x3820fa[_0x1a2a71(0x290)][_0x1a2a71(0x1b0)][_0x1a2a71(0x2dd)][_0x1a2a71(0x1e5)]())[_0x1a2a71(0x1f0)](_0x57a0cc=>_0x1a2a71(0x295)===this[_0x1a2a71(0x2a9)](_0x57a0cc[_0x1a2a71(0x289)])[_0x1a2a71(0x2b2)]);if(0x0===_0x3eefe2[_0x1a2a71(0x1da)])return;_0x3eefe2[_0x1a2a71(0x219)]((_0x382379,_0x4d9f9f)=>{const _0x252e8e=_0x1a2a71,_0x5b9821=_0x382379[_0x252e8e(0x19e)][_0x252e8e(0x26d)],_0x40f0bf=_0x4d9f9f[_0x252e8e(0x19e)][_0x252e8e(0x26d)];return null===_0x5b9821&&null===_0x40f0bf?0x0:null===_0x5b9821&&null!==_0x40f0bf?-0x1:null!==_0x5b9821&&null===_0x40f0bf?0x1:_0x5b9821[_0x252e8e(0x1d2)][_0x252e8e(0x2da)](_0x40f0bf[_0x252e8e(0x1d2)])?-0x1:0x1;});const _0x3dbe1a=new Set(),_0x1961a0=new Set();for(const {name:_0x18868e,data:_0xdab17e}of _0x3eefe2){const {id:_0x114785}=this[_0x1a2a71(0x2a9)](_0x18868e);if(null===_0xdab17e[_0x1a2a71(0x26d)]){const _0x2d1b93=this[_0x1a2a71(0x18b)](_0x18868e);_0x1961a0[_0x1a2a71(0x1f3)](_0x2d1b93);}else{const _0x11edc9=this[_0x1a2a71(0x2a1)][_0x1a2a71(0x2c6)](_0x114785);null!==_0xdab17e[_0x1a2a71(0x22a)]||_0x11edc9[_0x1a2a71(0x1b4)]?(_0x3dbe1a[_0x1a2a71(0x1f3)](_0x11edc9[_0x1a2a71(0x1bc)]),_0x1961a0[_0x1a2a71(0x1f3)](_0x11edc9)):this[_0x1a2a71(0x16d)](_0x11edc9);}}_0x1961a0[_0x1a2a71(0x2d4)]>0x0&&this[_0x1a2a71(0x185)](_0x1961a0);for(const _0x59a6f4 of _0x3dbe1a)this[_0x1a2a71(0x142)](_0x1a2a71(0x1b5),_0x59a6f4);}),_0x3820fa[_0x5a1186(0x290)]['on'](_0x5a1186(0x198),(_0x27c702,_0x299419)=>{const _0x5d3a62=_0x5a1186,_0x3a0f03=_0x299419[0x0];if(!this[_0x5d3a62(0x2a1)][_0x5d3a62(0x2d4)])return;if(!_0x3a0f03[_0x5d3a62(0x1c3)])return;if(_0x3a0f03[_0x5d3a62(0x215)][_0x5d3a62(0x1eb)]||!_0x3a0f03[_0x5d3a62(0x215)][_0x5d3a62(0x18a)])return;let _0x10888f,_0x4149a3;switch(_0x3a0f03[_0x5d3a62(0x1e1)]){case _0x5d3a62(0x1f2):_0x10888f=_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x20b)](_0x3a0f03[_0x5d3a62(0x2e7)]),_0x4149a3=_0x10888f[_0x5d3a62(0x241)](_0x3a0f03[_0x5d3a62(0x161)]);break;case _0x5d3a62(0x294):_0x10888f=_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x20b)](_0x3a0f03[_0x5d3a62(0x2b5)]),_0x4149a3=_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x20b)](_0x3a0f03[_0x5d3a62(0x15d)]);break;case _0x5d3a62(0x213):_0x10888f=_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x20b)](_0x3a0f03[_0x5d3a62(0x283)]),_0x4149a3=_0x10888f[_0x5d3a62(0x241)](_0x3a0f03[_0x5d3a62(0x161)]);break;default:return;}const _0x28ca1d=_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x193)](_0x10888f,_0x4149a3);_0x3820fa[_0x5d3a62(0x290)][_0x5d3a62(0x1a1)](()=>{const _0x58541e=_0x5d3a62;for(const {suggestion:_0x2b00f3,meta:_0x159f02}of this[_0x58541e(0x1c6)](_0x28ca1d)){if(_0x2b00f3[_0x58541e(0x2e2)])continue;if(_0x58541e(0x2a5)==_0x2b00f3[_0x58541e(0x1e1)])continue;const _0x410f5b=this[_0x58541e(0x225)](_0x2b00f3);if(_0x410f5b&&this[_0x58541e(0x2ee)](_0x410f5b)&&_0x58541e(0x294)!=_0x3a0f03[_0x58541e(0x1e1)])continue;const _0x500de9=_0x2b00f3[_0x58541e(0x19e)]&&_0x2b00f3[_0x58541e(0x19e)][_0x58541e(0x1f5)];(_0x58541e(0x19b)!=_0x2b00f3[_0x58541e(0x1e1)]||_0x58541e(0x294)==_0x3a0f03[_0x58541e(0x1e1)]&&!_0x500de9)&&(_0x159f02[_0x58541e(0x2bb)]||_0x58541e(0x24c)==_0x2b00f3[_0x58541e(0x1e1)]&&_0x159f02[_0x58541e(0x174)]||_0x2b00f3[_0x58541e(0x288)]()[_0x58541e(0x2bd)](_0x28ca1d)&&this[_0x58541e(0x281)](_0x2b00f3,_0x10888f,_0x4149a3));}});},{'priority':_0x5a1186(0x246)}),_0x3820fa[_0x5a1186(0x290)]['on'](_0x5a1186(0x247),(_0x369504,_0x5f0659)=>{const _0x1234d5=_0x5a1186,_0x380d63=_0x5f0659[0x0],_0x11826d=_0x5f0659[0x1];if(_0x11826d&&_0x11826d[_0x1234d5(0x182)])return;if(this[_0x1234d5(0x1c4)])return;if(!this[_0x1234d5(0x1bb)][_0x1234d5(0x187)])return;if(_0x380d63[_0x1234d5(0x1e4)])return;const _0x41fc12=_0x3820fa[_0x1234d5(0x290)][_0x1234d5(0x189)],{start:_0x2deb0e,end:_0x699aae}=_0x380d63[_0x1234d5(0x288)](),_0x34cf84=_0x2deb0e[_0x1234d5(0x286)]&&_0x41fc12[_0x1234d5(0x231)](_0x2deb0e[_0x1234d5(0x286)])?null:_0x41fc12[_0x1234d5(0x287)](_0x2deb0e,_0x1234d5(0x197)),_0x13a066=_0x699aae[_0x1234d5(0x21d)]&&_0x41fc12[_0x1234d5(0x231)](_0x699aae[_0x1234d5(0x21d)])?null:_0x41fc12[_0x1234d5(0x287)](_0x699aae,_0x1234d5(0x22b)),_0x44b72b=_0x3820fa[_0x1234d5(0x290)][_0x1234d5(0x193)](_0x34cf84?_0x34cf84[_0x1234d5(0x1d2)]:_0x2deb0e,_0x13a066?_0x13a066[_0x1234d5(0x2b1)]:_0x699aae);_0x3820fa[_0x1234d5(0x290)][_0x1234d5(0x1a1)](_0x53c65e=>{const _0x21acc5=_0x1234d5;this[_0x21acc5(0x13f)](_0x44b72b);const _0x50e4dd=_0x3820fa[_0x21acc5(0x290)][_0x21acc5(0x189)][_0x21acc5(0x287)](_0x44b72b[_0x21acc5(0x1d2)]);_0x380d63['is'](_0x21acc5(0x2c8))?_0x53c65e[_0x21acc5(0x27b)](_0x50e4dd):_0x380d63[_0x21acc5(0x27c)](_0x50e4dd);}),_0x369504[_0x1234d5(0x2ac)]();},{'priority':_0x21885c[_0x5a1186(0x1bf)]+0xa}),_0x3820fa[_0x5a1186(0x290)]['on'](_0x5a1186(0x1c5),(_0x6bbeb0,_0x4ebc59)=>{const _0x29907f=_0x5a1186,_0x38d3ee=_0x4ebc59[_0x4ebc59[_0x29907f(0x1da)]-0x1];_0x38d3ee&&_0x38d3ee[_0x29907f(0x182)]||this[_0x29907f(0x1c4)]||this[_0x29907f(0x1bb)][_0x29907f(0x187)]&&(_0x3820fa[_0x29907f(0x290)][_0x29907f(0x1a1)](()=>{const _0x3f2f54=_0x29907f;let _0x146b85=_0x3820fa[_0x3f2f54(0x290)][_0x3f2f54(0x1c5)](_0x4ebc59[0x0],_0x4ebc59[0x1],_0x4ebc59[0x2],{'forceDefaultExecution':!0x0});if(!_0x146b85)return;_0x6bbeb0[_0x3f2f54(0x236)]=_0x146b85[_0x3f2f54(0x14a)]();const _0x427d3b=_0x146b85[_0x3f2f54(0x2b1)][_0x3f2f54(0x21d)],_0x26f0af=_0x3820fa[_0x3f2f54(0x290)][_0x3f2f54(0x189)];_0x427d3b&&_0x26f0af[_0x3f2f54(0x1f7)](_0x427d3b)&&!_0x26f0af[_0x3f2f54(0x190)](_0x427d3b)&&(_0x146b85=_0x3820fa[_0x3f2f54(0x290)][_0x3f2f54(0x193)](_0x146b85[_0x3f2f54(0x1d2)],_0x3820fa[_0x3f2f54(0x290)][_0x3f2f54(0x20b)](_0x427d3b,_0x3f2f54(0x2b1)))),this[_0x3f2f54(0x242)](_0x146b85);}),_0x6bbeb0[_0x29907f(0x2ac)]());},{'priority':_0x5a1186(0x25e)}),this[_0x5a1186(0x1c2)][_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x1fb),this[_0x5a1186(0x1bb)]),this[_0x5a1186(0x195)](_0x5a1186(0x1fb));const _0x5395c1=new _0x398417(_0x3820fa,this[_0x5a1186(0x2a1)]);_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x239),_0x5395c1),this[_0x5a1186(0x195)](_0x5a1186(0x239));const _0x449431=new _0x442bb7(_0x3820fa,this[_0x5a1186(0x2a1)]);_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x172),_0x449431),this[_0x5a1186(0x195)](_0x5a1186(0x172)),_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x14d),new _0x5d5c1b(_0x3820fa,_0x5395c1,this[_0x5a1186(0x2a1)])),this[_0x5a1186(0x195)](_0x5a1186(0x14d)),_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x251),new _0x5d5c1b(_0x3820fa,_0x449431,this[_0x5a1186(0x2a1)])),this[_0x5a1186(0x195)](_0x5a1186(0x251)),_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x1dc),new _0x5f14cf(_0x3820fa,_0x5395c1,this[_0x5a1186(0x2a1)])),this[_0x5a1186(0x195)](_0x5a1186(0x1dc)),_0x3820fa[_0x5a1186(0x285)][_0x5a1186(0x1f3)](_0x5a1186(0x291),new _0x5f14cf(_0x3820fa,_0x449431,this[_0x5a1186(0x2a1)])),this[_0x5a1186(0x195)](_0x5a1186(0x291));const _0x2dddc6=_0x3820fa[_0x5a1186(0x2cb)][_0x5a1186(0x2c6)](_0x5a1186(0x1cc));this[_0x5a1186(0x1c1)](_0x2dddc6,_0x5a1186(0x1d6),(_0x45e3a6,{threadId:_0x3aad77})=>{const _0x58e9cd=_0x5a1186,_0x52e163=this[_0x58e9cd(0x2a1)][_0x58e9cd(0x2c6)](_0x3aad77);_0x52e163&&_0x52e163[_0x58e9cd(0x160)]&&0x1===_0x52e163[_0x58e9cd(0x160)][_0x58e9cd(0x1da)]&&this[_0x58e9cd(0x199)](_0x3aad77,{'hasComments':!0x0});},{'priority':_0x5a1186(0x227)}),this[_0x5a1186(0x1c1)](_0x2dddc6,_0x5a1186(0x211),(_0x28851e,{threadId:_0x109a2a})=>{const _0xb926b0=_0x5a1186,_0x462883=this[_0xb926b0(0x2a1)][_0xb926b0(0x2c6)](_0x109a2a);_0x462883&&_0x462883[_0xb926b0(0x160)]&&!_0x462883[_0xb926b0(0x160)][_0xb926b0(0x1da)]&&this[_0xb926b0(0x199)](_0x109a2a,{'hasComments':!0x1});},{'priority':_0x5a1186(0x227)});}set[_0x120844(0x262)](_0x231ad9){const _0x281a2f=_0x120844;if(this[_0x281a2f(0x245)])throw new _0x9bb25e(_0x281a2f(0x2d6),this);this[_0x281a2f(0x245)]=_0x231ad9;}get[_0x120844(0x262)](){const _0x112b05=_0x120844;return this[_0x112b05(0x245)];}[_0x120844(0x2e5)]({skipNotAttached:_0x4e91b2=!0x1,toJSON:_0x319387=!0x1}={}){const _0x8bfd96=_0x120844,_0x531acc=[];for(const _0x5d5254 of this[_0x8bfd96(0x2a1)][_0x8bfd96(0x2a7)]())_0x4e91b2&&!_0x5d5254[_0x8bfd96(0x1b4)]||_0x531acc[_0x8bfd96(0x1be)](_0x5d5254);return _0x319387?_0x531acc[_0x8bfd96(0x273)](_0xcdd043=>_0xcdd043[_0x8bfd96(0x26e)]()):_0x531acc;}[_0x120844(0x186)](_0x2000e5){const _0x1bebaa=_0x120844,_0x2083f9=this[_0x1bebaa(0x2a1)][_0x1bebaa(0x2c6)](_0x2000e5);if(!_0x2083f9)throw new _0x9bb25e(_0x1bebaa(0x237),this);return _0x2083f9;}[_0x120844(0x222)](_0x580fc5){const _0x2e154a=_0x120844;return this[_0x2e154a(0x2a1)][_0x2e154a(0x1c8)](_0x580fc5);}[_0x120844(0x1a6)](_0x2eee29){const _0x30b8bc=_0x120844,{authorId:_0x407908,id:_0xd6f268,attributes:_0xf3d2d6}=_0x2eee29,[_0x10f487,_0x26a1d7]=_0x2eee29[_0x30b8bc(0x1e1)][_0x30b8bc(0x294)](':'),_0x5e5db4=this[_0x30b8bc(0x2a1)][_0x30b8bc(0x2c6)](_0xd6f268)||this[_0x30b8bc(0x144)](_0x10f487,_0x26a1d7,_0xd6f268,_0x407908,_0xf3d2d6);if(this[_0x30b8bc(0x1d8)](_0x5e5db4),this[_0x30b8bc(0x192)](_0x5e5db4,_0x10f487,_0x26a1d7||null,_0x407908),_0x5e5db4[_0x30b8bc(0x165)]=_0x2eee29[_0x30b8bc(0x165)],_0x5e5db4[_0x30b8bc(0x223)]=!0x0,_0xf3d2d6&&_0xf3d2d6[_0x30b8bc(0x173)]){const _0xe69715=_0xf3d2d6[_0x30b8bc(0x173)],_0x3fe840=this[_0x30b8bc(0x170)](_0xe69715[_0x30b8bc(0x1b7)]);_0x5e5db4[_0x30b8bc(0x1dd)]=_0xe69715[_0x30b8bc(0x165)],_0x5e5db4[_0x30b8bc(0x18d)]=_0x3fe840,_0x5e5db4[_0x30b8bc(0x221)]=!0x0;}else _0x5e5db4[_0x30b8bc(0x1dd)]=_0x2eee29[_0x30b8bc(0x165)];switch(_0x2eee29[_0x30b8bc(0x19e)]&&(_0x5e5db4[_0x30b8bc(0x19e)]=_0x2eee29[_0x30b8bc(0x19e)]),_0x2eee29[_0x30b8bc(0x167)]&&(_0x5e5db4[_0x30b8bc(0x167)]=_0x2eee29[_0x30b8bc(0x167)]),this[_0x30b8bc(0x245)]&&this[_0x30b8bc(0x245)][_0x30b8bc(0x196)]||(_0x5e5db4[_0x30b8bc(0x224)]=!0x0),this[_0x30b8bc(0x176)][_0x30b8bc(0x2c6)](_0x5e5db4)){case _0x30b8bc(0x1c7):this[_0x30b8bc(0x176)][_0x30b8bc(0x1b9)](_0x5e5db4,_0x30b8bc(0x269));break;case _0x30b8bc(0x1d7):_0x5e5db4[_0x30b8bc(0x1b4)]?(this[_0x30b8bc(0x1db)](new Set([_0x5e5db4])),this[_0x30b8bc(0x185)](new Set([_0x5e5db4])),this[_0x30b8bc(0x176)][_0x30b8bc(0x1b9)](_0x5e5db4,_0x30b8bc(0x2af)),this[_0x30b8bc(0x142)](_0x30b8bc(0x150),_0x5e5db4)):this[_0x30b8bc(0x176)][_0x30b8bc(0x1b9)](_0x5e5db4,_0x30b8bc(0x282));}return _0x5e5db4;}[_0x120844(0x239)](_0x1c5295){const _0x25c94e=_0x120844;this[_0x25c94e(0x182)](()=>{const _0x24df30=_0x25c94e;this[_0x24df30(0x1c2)][_0x24df30(0x290)][_0x24df30(0x1a1)](()=>{const _0x34b9a3=_0x24df30;for(const _0x4883cb of _0x1c5295[_0x34b9a3(0x1e6)]())_0x4883cb[_0x34b9a3(0x230)]();});});}[_0x120844(0x172)](_0x3e81e8){const _0x7f939d=_0x120844;this[_0x7f939d(0x182)](()=>{const _0x36bf8b=_0x7f939d;this[_0x36bf8b(0x1c2)][_0x36bf8b(0x290)][_0x36bf8b(0x1a1)](()=>{const _0xe024cb=_0x36bf8b;for(const _0x1141a0 of _0x3e81e8[_0xe024cb(0x1e6)]())_0x1141a0[_0xe024cb(0x1b2)]();});});}[_0x120844(0x195)](_0x2c5ada,_0x1baa9b){const _0xe55765=_0x120844,_0x5dfe3f=this[_0xe55765(0x1c2)][_0xe55765(0x285)][_0xe55765(0x2c6)](_0x2c5ada);if(!_0x5dfe3f)throw new _0x9bb25e(_0xe55765(0x2a6),this,{'commandName':_0x2c5ada});if(this[_0xe55765(0x1ff)][_0xe55765(0x1c8)](_0x5dfe3f))throw new _0x9bb25e(_0xe55765(0x2b3),this,{'commandName':_0x2c5ada});this[_0xe55765(0x1ff)][_0xe55765(0x1f3)](_0x5dfe3f),_0x1baa9b&&_0x5dfe3f['on'](_0xe55765(0x293),(_0x5bde0c,_0x152d5d)=>{const _0x40a6a4=_0xe55765;this[_0x40a6a4(0x1bb)][_0x40a6a4(0x187)]&&(this[_0x40a6a4(0x1c4)]||(_0x152d5d[_0x40a6a4(0x1da)]>0x0&&_0x152d5d[_0x152d5d[_0x40a6a4(0x1da)]-0x1]&&_0x152d5d[_0x152d5d[_0x40a6a4(0x1da)]-0x1][_0x40a6a4(0x182)]?_0x152d5d[_0x40a6a4(0x200)]():(_0x5bde0c[_0x40a6a4(0x236)]=_0x1baa9b((..._0x19f3f7)=>_0x5dfe3f[_0x40a6a4(0x293)](..._0x19f3f7,{'forceDefaultExecution':!0x0}),..._0x152d5d),_0x5bde0c[_0x40a6a4(0x2ac)]())));},{'priority':_0xe55765(0x25e)});}[_0x120844(0x182)](_0x1dfc8b){const _0x23b2b2=_0x120844;let _0x5910cf,_0x277aa8;const _0x1ff8f1=this[_0x23b2b2(0x1c4)];this[_0x23b2b2(0x1c4)]=!0x0;try{_0x5910cf=_0x1dfc8b();}catch(_0x4365a8){_0x277aa8=_0x4365a8;}return _0x1ff8f1||(this[_0x23b2b2(0x1c4)]=!0x1),_0x277aa8&&_0x9bb25e[_0x23b2b2(0x292)](_0x277aa8,this),_0x5910cf;}[_0x120844(0x242)](_0x4d3e6e,_0x1a8ceb=null,_0x214470={}){const _0x2869f1=_0x120844;if(_0x4d3e6e[_0x2869f1(0x1e4)])return null;const _0x465dbd=this[_0x2869f1(0x1c2)][_0x2869f1(0x2cb)][_0x2869f1(0x2c6)](_0x2869f1(0x17a))['me'];for(const {suggestion:_0x520bb6,meta:_0x567973}of this[_0x2869f1(0x1c6)](_0x4d3e6e,_0x2869f1(0x24c)))if(_0x567973[_0x2869f1(0x174)]){if(!_0x567973[_0x2869f1(0x22d)]){if(_0x567973[_0x2869f1(0x2bb)]){if(!this[_0x2869f1(0x234)]||!Pt(_0x520bb6,_0x214470))continue;return _0x520bb6;}if(Pt(_0x520bb6,_0x214470))return _0x520bb6;this[_0x2869f1(0x281)](_0x520bb6,_0x4d3e6e[_0x2869f1(0x1d2)],_0x4d3e6e[_0x2869f1(0x2b1)]);break;}if(_0x1a8ceb==_0x520bb6[_0x2869f1(0x1f6)]&&Pt(_0x520bb6,_0x214470)){const _0x30ea93=_0x520bb6[_0x2869f1(0x288)]();return _0x30ea93[_0x2869f1(0x1d2)][_0x2869f1(0x2c2)](_0x4d3e6e[_0x2869f1(0x2b1)])?this[_0x2869f1(0x1e9)](_0x520bb6,this[_0x2869f1(0x2c1)][_0x2869f1(0x193)](_0x4d3e6e[_0x2869f1(0x1d2)],_0x30ea93[_0x2869f1(0x2b1)])):this[_0x2869f1(0x1e9)](_0x520bb6,this[_0x2869f1(0x2c1)][_0x2869f1(0x193)](_0x30ea93[_0x2869f1(0x1d2)],_0x4d3e6e[_0x2869f1(0x2b1)])),_0x520bb6;}}const _0x541fe8=_0x4aee68(),_0x23bd38=_0x465dbd['id'],_0x2c75eb=_0x1a8ceb?_0x2869f1(0x2be)+_0x1a8ceb:_0x2869f1(0x24c),_0x3961d6=this[_0x2869f1(0x202)]({'id':_0x541fe8,'type':_0x2c75eb,'createdAt':new Date(),'authorId':_0x23bd38,'attributes':_0x214470});return this[_0x2869f1(0x168)](_0x2c75eb,_0x541fe8,_0x23bd38,_0x4d3e6e),_0x3961d6;}[_0x120844(0x19f)](_0x3ba12a,_0x25733b=_0x120844(0x15f),_0x2268f1={}){const _0x26fdc2=_0x120844,_0x4a7a77=this[_0x26fdc2(0x1c2)][_0x26fdc2(0x2cb)][_0x26fdc2(0x2c6)](_0x26fdc2(0x17a))['me'],_0x3078b0=this[_0x26fdc2(0x2e3)][_0x26fdc2(0x1b1)](_0x26fdc2(0x24c),_0x25733b,_0x26fdc2(0x257));for(const _0x4e48cd of this[_0x26fdc2(0x2e5)]())if(_0x4e48cd[_0x26fdc2(0x18d)]['id']==_0x4a7a77['id']&&_0x26fdc2(0x24c)==_0x4e48cd[_0x26fdc2(0x1e1)]&&_0x4e48cd[_0x26fdc2(0x1f6)]==_0x25733b&&Pt(_0x4e48cd,_0x2268f1)&&(_0x3078b0(_0x4e48cd[_0x26fdc2(0x2e8)](),_0x3ba12a)||_0x3078b0(_0x3ba12a,_0x4e48cd[_0x26fdc2(0x2e8)]()))){for(const _0x2de510 of _0x3ba12a)_0x4e48cd[_0x26fdc2(0x2aa)](_0x2de510);return _0x4e48cd;}for(const {suggestion:_0x3b9d77,meta:_0x2f55a6}of this[_0x26fdc2(0x1c6)](_0x3ba12a,_0x26fdc2(0x24c))){if(!_0x2f55a6[_0x26fdc2(0x174)])continue;if(!this[_0x26fdc2(0x234)]&&_0x2f55a6[_0x26fdc2(0x2bb)])continue;if(!Pt(_0x3b9d77,_0x2268f1))continue;let _0x164bb0=!0x0;for(const _0x605d5d of _0x3b9d77[_0x26fdc2(0x2e8)]())for(const _0x4e6bfb of _0x3ba12a)if(!_0x605d5d[_0x26fdc2(0x2bd)](_0x4e6bfb)){_0x164bb0=!0x1;break;}if(_0x164bb0)return _0x3b9d77;}const _0x563257=_0x4aee68(),_0x5f39d4=_0x4a7a77['id'],_0x4d5132=_0x26fdc2(0x2be)+_0x25733b,_0x18318f=this[_0x26fdc2(0x202)]({'id':_0x563257,'type':_0x4d5132,'createdAt':new Date(),'authorId':_0x5f39d4,'attributes':_0x2268f1});for(const _0x28899c of _0x3ba12a)this[_0x26fdc2(0x168)](_0x4d5132,_0x563257,_0x5f39d4,_0x28899c,_0x1fdc37[_0x26fdc2(0x240)]());return _0x18318f;}[_0x120844(0x2bf)](_0x1a2bb9,_0x19b1ae,_0x15d3dc=null,_0x478da6={}){const _0x310590=_0x120844;if(_0x15d3dc=_0x15d3dc||Et(_0x19b1ae),_0x1a2bb9[_0x310590(0x1e4)])return null;if(_0x310590(0x279)===this[_0x310590(0x2b8)]){const _0xde9bc9=this[_0x310590(0x2e3)][_0x310590(0x1b1)](_0x310590(0x2a5),_0x15d3dc,_0x310590(0x230));return this[_0x310590(0x182)](()=>_0xde9bc9([_0x1a2bb9],_0x19b1ae,_0x478da6)),null;}const _0xac849d=this[_0x310590(0x1c2)][_0x310590(0x2cb)][_0x310590(0x2c6)](_0x310590(0x17a))['me'],_0x5849da=[];if(_0x310590(0x208)!==this[_0x310590(0x2b8)]){for(const {suggestion:_0x234f41,meta:_0x12f298}of this[_0x310590(0x1c6)](_0x1a2bb9,_0x310590(0x24c)))_0x12f298[_0x310590(0x174)]&&!_0x12f298[_0x310590(0x20e)]&&_0x5849da[_0x310590(0x1be)](..._0x234f41[_0x310590(0x2e8)]());}const _0x578697=function(_0x385ca7,_0x550b18){const _0x4e6652=_0x310590,_0x3a06c2=[];for(const _0x4245e5 of _0x550b18){const _0x5039ac=_0x385ca7[_0x4e6652(0x16a)](_0x4245e5);_0x5039ac&&_0x3a06c2[_0x4e6652(0x1be)](_0x5039ac);}return _0x3a06c2;}(_0x1a2bb9,_0x5849da),_0x5683b3=function(_0x3ca671,_0x3c2382){const _0x18cf2a=_0x310590,_0x26b520=[_0x3ca671];for(const _0x389005 of _0x3c2382){let _0x288446=0x0;for(;_0x288446<_0x26b520[_0x18cf2a(0x1da)];){const _0x186026=_0x26b520[_0x288446][_0x18cf2a(0x141)](_0x389005);_0x26b520[_0x18cf2a(0x147)](_0x288446,0x1,..._0x186026),_0x288446+=_0x186026[_0x18cf2a(0x1da)];}}return _0x26b520;}(_0x1a2bb9,_0x5849da);_0x578697[_0x310590(0x1da)]&&this[_0x310590(0x2c1)][_0x310590(0x1a1)](()=>{const _0xc8c55e=_0x310590;for(const _0x2f9701 of _0x578697){const _0x294c0b=this[_0xc8c55e(0x2e3)][_0xc8c55e(0x1b1)](_0xc8c55e(0x2a5),_0x15d3dc,_0xc8c55e(0x230));this[_0xc8c55e(0x182)](()=>_0x294c0b([_0x2f9701],_0x19b1ae,_0x478da6));}});for(const _0x27a018 of _0x5683b3){let _0x5e2dba=null,_0x4e6044=_0x27a018[_0x310590(0x1d2)],_0x370646=_0x27a018[_0x310590(0x2b1)];for(const {suggestion:_0x4a0488,meta:_0x287c72}of this[_0x310590(0x1c6)](_0x27a018,_0x310590(0x2a5))){if(!_0x287c72[_0x310590(0x174)])continue;if(_0x4a0488[_0x310590(0x1f6)]!=_0x15d3dc)continue;if(!Pt(_0x4a0488,_0x478da6))continue;const _0x32c786=_0x4a0488[_0x310590(0x288)]();if(_0x32c786[_0x310590(0x2bd)](_0x27a018,!0x0))return null;_0x4e6044=_0x4e6044[_0x310590(0x2da)](_0x32c786[_0x310590(0x1d2)])?_0x4e6044:_0x32c786[_0x310590(0x1d2)],_0x370646=_0x370646[_0x310590(0x163)](_0x32c786[_0x310590(0x2b1)])?_0x370646:_0x32c786[_0x310590(0x2b1)],_0x5e2dba?_0x32c786[_0x310590(0x1d2)][_0x310590(0x2da)](_0x5e2dba[_0x310590(0x288)]()[_0x310590(0x1d2)])?(_0x5e2dba[_0x310590(0x27e)](),_0x5e2dba=_0x4a0488):_0x4a0488[_0x310590(0x27e)]():_0x5e2dba=_0x4a0488;}const _0x84ba38=this[_0x310590(0x2c1)][_0x310590(0x193)](_0x4e6044,_0x370646);if(_0x5e2dba)this[_0x310590(0x1e9)](_0x5e2dba,_0x84ba38);else{const _0x3f37e8=_0x4aee68(),_0x550554=_0xac849d['id'];this[_0x310590(0x202)]({'id':_0x3f37e8,'type':_0x310590(0x299)+_0x15d3dc,'data':_0x19b1ae,'createdAt':new Date(),'authorId':_0x550554,'attributes':_0x478da6}),this[_0x310590(0x168)](_0x310590(0x299)+_0x15d3dc,_0x3f37e8,_0x550554,_0x84ba38);}}return null;}[_0x120844(0x1a8)](_0x59b7e5,_0x18235f,_0xc21f21=[],_0x723d3b=null,_0x3a7dee={}){const _0x5a7009=_0x120844;_0x18235f[_0x5a7009(0x2eb)]||(_0x18235f[_0x5a7009(0x2eb)]=_0x18235f[_0x5a7009(0x272)]),_0x18235f[_0x5a7009(0x1f5)]=_0x59b7e5['is'](_0x5a7009(0x265)),_0x723d3b=_0x723d3b||Et(_0x18235f);const _0x248768=_0xc21f21[_0x5a7009(0x273)](_0x36b284=>Ot(_0x36b284,this[_0x5a7009(0x2c1)])),_0x5e7184=_0x59b7e5['is'](_0x5a7009(0x265))?_0x59b7e5:Ot(_0x59b7e5,this[_0x5a7009(0x2c1)]);if(_0x5a7009(0x279)===this[_0x5a7009(0x2b8)]){const _0xe4f841=this[_0x5a7009(0x2e3)][_0x5a7009(0x1b1)](_0x5a7009(0x19b),_0x723d3b,_0x5a7009(0x230));return this[_0x5a7009(0x182)](()=>_0xe4f841([_0x5e7184],_0x18235f,_0x3a7dee)),null;}_0x248768[_0x5a7009(0x1be)](_0x5e7184);let _0x3c3b44=!0x0;for(const _0x4fd40d of _0x248768)if(!this[_0x5a7009(0x152)](_0x4fd40d)){_0x3c3b44=!0x1;break;}if(_0x3c3b44&&_0x5a7009(0x208)!==this[_0x5a7009(0x2b8)]){const _0x5541fe=this[_0x5a7009(0x2e3)][_0x5a7009(0x1b1)](_0x5a7009(0x19b),_0x723d3b,_0x5a7009(0x230));return this[_0x5a7009(0x182)](()=>_0x5541fe([_0x5e7184],_0x18235f,_0x3a7dee)),null;}let _0xd7a8ac=null,_0x5dc54c=_0x5e7184[_0x5a7009(0x1d2)],_0x2b320c=_0x5e7184[_0x5a7009(0x2b1)];for(const {suggestion:_0xc5beb5,meta:_0x24607b}of this[_0x5a7009(0x1c6)](_0x5e7184,_0x5a7009(0x19b))){if(!_0x24607b[_0x5a7009(0x174)])continue;if(_0x24607b[_0x5a7009(0x22d)]||_0x24607b[_0x5a7009(0x2bb)]||_0x24607b[_0x5a7009(0x20e)])continue;if(_0xc5beb5[_0x5a7009(0x19e)][_0x5a7009(0x2eb)]!=_0x18235f[_0x5a7009(0x2eb)])continue;if(!Pt(_0xc5beb5,_0x3a7dee))continue;const _0x52db2b=_0xc5beb5[_0x5a7009(0x288)]();if(_0xc5beb5[_0x5a7009(0x1f6)]==_0x723d3b){if(_0x52db2b[_0x5a7009(0x2bd)](_0x5e7184,!0x0))return null;_0x5dc54c=_0x5dc54c[_0x5a7009(0x2da)](_0x52db2b[_0x5a7009(0x1d2)])?_0x5dc54c:_0x52db2b[_0x5a7009(0x1d2)],_0x2b320c=_0x2b320c[_0x5a7009(0x163)](_0x52db2b[_0x5a7009(0x2b1)])?_0x2b320c:_0x52db2b[_0x5a7009(0x2b1)],_0xd7a8ac?_0x52db2b[_0x5a7009(0x1d2)][_0x5a7009(0x2da)](_0xd7a8ac[_0x5a7009(0x288)]()[_0x5a7009(0x1d2)])?(_0xd7a8ac[_0x5a7009(0x27e)](),_0xd7a8ac=_0xc5beb5):_0xc5beb5[_0x5a7009(0x27e)]():_0xd7a8ac=_0xc5beb5;}else{const _0x5d9d88=_0x5e7184[_0x5a7009(0x16a)](_0x52db2b);this[_0x5a7009(0x15a)](_0xc5beb5,_0x5d9d88);}}const _0x3bd59f=this[_0x5a7009(0x1c2)][_0x5a7009(0x2cb)][_0x5a7009(0x2c6)](_0x5a7009(0x17a))['me'],_0x888b85=_0x4aee68(),_0x3d084c=_0x3bd59f['id'];if(_0xd7a8ac)return this[_0x5a7009(0x1e9)](_0xd7a8ac,this[_0x5a7009(0x2c1)][_0x5a7009(0x193)](_0x5dc54c,_0x2b320c)),_0xd7a8ac;{const _0x3531de=this[_0x5a7009(0x202)]({'id':_0x888b85,'type':_0x5a7009(0x260)+_0x723d3b,'data':_0x18235f,'createdAt':new Date(),'authorId':_0x3d084c,'attributes':_0x3a7dee});return this[_0x5a7009(0x168)](_0x5a7009(0x260)+_0x723d3b,_0x888b85,_0x3d084c,this[_0x5a7009(0x2c1)][_0x5a7009(0x193)](_0x5dc54c,_0x2b320c)),_0x3531de;}}[_0x120844(0x1af)](_0x41892e,_0x3bca04,_0x3a37e3=[],_0x2656fc=null,_0xa61ebb={}){const _0x133f9e=_0x120844;_0x3bca04[_0x133f9e(0x2eb)]||(_0x3bca04[_0x133f9e(0x2eb)]=_0x3bca04[_0x133f9e(0x272)]);const _0x35ce4b=_0x41892e[0x0];_0x3bca04[_0x133f9e(0x1f5)]=_0x35ce4b['is'](_0x133f9e(0x265)),_0x2656fc=_0x2656fc||Et(_0x3bca04);const _0x1e017e=_0x3a37e3[_0x133f9e(0x273)](_0x6086ea=>Ot(_0x6086ea,this[_0x133f9e(0x2c1)])),_0x5b744e=_0x35ce4b['is'](_0x133f9e(0x265))?_0x41892e:_0x41892e[_0x133f9e(0x273)](_0x127a7d=>Ot(_0x127a7d,this[_0x133f9e(0x2c1)]));if(_0x133f9e(0x279)===this[_0x133f9e(0x2b8)]){const _0x661fc9=this[_0x133f9e(0x2e3)][_0x133f9e(0x1b1)](_0x133f9e(0x19b),_0x2656fc,_0x133f9e(0x230));return this[_0x133f9e(0x182)](()=>_0x661fc9(_0x5b744e,_0x3bca04,_0xa61ebb)),null;}_0x1e017e[_0x133f9e(0x1be)](..._0x5b744e);let _0x506fa9=!0x0;for(const _0xad1594 of _0x1e017e)if(!this[_0x133f9e(0x152)](_0xad1594)){_0x506fa9=!0x1;break;}if(_0x506fa9&&_0x133f9e(0x208)!==this[_0x133f9e(0x2b8)]){const _0x65c7d6=this[_0x133f9e(0x2e3)][_0x133f9e(0x1b1)](_0x133f9e(0x19b),_0x2656fc,_0x133f9e(0x230));return this[_0x133f9e(0x182)](()=>_0x65c7d6(_0x5b744e,_0x3bca04,_0xa61ebb)),null;}const _0x576a53=this[_0x133f9e(0x1c2)][_0x133f9e(0x2cb)][_0x133f9e(0x2c6)](_0x133f9e(0x17a))['me'];for(const _0x4bcfc2 of this[_0x133f9e(0x2e5)]()){if(_0x4bcfc2[_0x133f9e(0x18d)]['id']!=_0x576a53['id'])continue;if(_0x133f9e(0x19b)!=_0x4bcfc2[_0x133f9e(0x1e1)]||_0x4bcfc2[_0x133f9e(0x19e)][_0x133f9e(0x2eb)]!=_0x3bca04[_0x133f9e(0x2eb)])continue;if(!Pt(_0x4bcfc2,_0xa61ebb))continue;const _0x24e351=_0x4bcfc2[_0x133f9e(0x1f6)]==_0x2656fc;for(let _0x221eeb=0x0;_0x221eeb<_0x5b744e[_0x133f9e(0x1da)];_0x221eeb++){const _0x12ec90=_0x5b744e[_0x221eeb];for(const _0x4a3e1b of _0x4bcfc2[_0x133f9e(0x21c)]()){const _0x15f455=_0x4a3e1b[_0x133f9e(0x14b)]();if(_0x12ec90[_0x133f9e(0x2c2)](_0x15f455)){_0x24e351?(_0x5b744e[_0x133f9e(0x147)](_0x221eeb,0x1),_0x221eeb--):_0x4bcfc2[_0x133f9e(0x25a)](_0x4a3e1b[_0x133f9e(0x289)]);break;}}}}if(0x0==_0x5b744e[_0x133f9e(0x1da)])return null;const _0x268ddf=this[_0x133f9e(0x2e3)][_0x133f9e(0x1b1)](_0x133f9e(0x19b),_0x2656fc,_0x133f9e(0x257));for(const _0x2b1682 of this[_0x133f9e(0x2e5)]())if(_0x2b1682[_0x133f9e(0x18d)]['id']==_0x576a53['id']&&_0x133f9e(0x19b)==_0x2b1682[_0x133f9e(0x1e1)]&&_0x2b1682[_0x133f9e(0x19e)][_0x133f9e(0x2eb)]==_0x3bca04[_0x133f9e(0x2eb)]&&_0x2b1682[_0x133f9e(0x1f6)]==_0x2656fc&&Pt(_0x2b1682,_0xa61ebb)&&(_0x268ddf(_0x2b1682[_0x133f9e(0x2e8)](),_0x5b744e)||_0x268ddf(_0x5b744e,_0x2b1682[_0x133f9e(0x2e8)]()))){for(const _0x346755 of _0x5b744e)_0x2b1682[_0x133f9e(0x2aa)](_0x346755);return _0x2b1682;}const _0x39d599=_0x4aee68(),_0x5783bb=_0x576a53['id'],_0x3db40c=_0x133f9e(0x260)+_0x2656fc,_0x32cf39=this[_0x133f9e(0x202)]({'id':_0x39d599,'type':_0x3db40c,'data':_0x3bca04,'createdAt':new Date(),'authorId':_0x5783bb,'attributes':_0xa61ebb});for(const _0x4464c2 of _0x5b744e)this[_0x133f9e(0x168)](_0x3db40c,_0x39d599,_0x5783bb,_0x4464c2,_0x1fdc37[_0x133f9e(0x240)]());return _0x32cf39;}[_0x120844(0x13f)](_0x66c79c,_0x50a95a=null,_0x52e02a={}){const _0x50a0bd=_0x120844;if(_0x66c79c[_0x50a0bd(0x1e4)])return null;const _0xba72fa=this[_0x50a0bd(0x1c2)][_0x50a0bd(0x2cb)][_0x50a0bd(0x2c6)](_0x50a0bd(0x17a))['me'],_0x5b44a1=new _0x4b3b73(_0x66c79c[_0x50a0bd(0x1d2)],_0x66c79c[_0x50a0bd(0x2b1)]);for(const {suggestion:_0x33117d,meta:_0x2e5d41}of this[_0x50a0bd(0x1c6)](_0x5b44a1,_0x50a0bd(0x24c)))if(_0x2e5d41[_0x50a0bd(0x174)]&&!_0x2e5d41[_0x50a0bd(0x22d)]){if(_0x33117d[_0x50a0bd(0x2e2)]){const _0x13712e=_0x33117d[_0x50a0bd(0x2e8)]()[_0x50a0bd(0x1f0)](_0x2ced82=>_0x50a0bd(0x276)!=_0x2ced82[_0x50a0bd(0x2c9)][_0x50a0bd(0x1ea)]);_0x13712e[_0x50a0bd(0x14f)](_0xa61c1b=>_0x5b44a1[_0x50a0bd(0x2bd)](_0xa61c1b,!0x0))&&_0x33117d[_0x50a0bd(0x1b2)]();if(_0x13712e[_0x50a0bd(0x25f)](_0x8b733f=>_0x8b733f[_0x50a0bd(0x2bd)](_0x5b44a1,!0x0))){const _0x2b9187=this[_0x50a0bd(0x2e3)][_0x50a0bd(0x1b1)](_0x50a0bd(0x28a),_0x50a95a,_0x50a0bd(0x230));return this[_0x50a0bd(0x182)](()=>_0x2b9187([_0x5b44a1],null,_0x52e02a)),null;}}else{const _0x192e94=_0x5b44a1[_0x50a0bd(0x16a)](_0x33117d[_0x50a0bd(0x288)]());null!==_0x192e94&&_0x33117d[_0x50a0bd(0x2c4)]([_0x192e94],null,_0x52e02a);}}if(_0x5b44a1[_0x50a0bd(0x2db)](),_0x5b44a1[_0x50a0bd(0x1e4)]||_0x50a0bd(0x276)==_0x5b44a1[_0x50a0bd(0x2c9)][_0x50a0bd(0x1ea)])return null;let _0x5cfc84=null,_0x379a3c=_0x5b44a1[_0x50a0bd(0x1d2)],_0x47ee53=_0x5b44a1[_0x50a0bd(0x2b1)];const _0xf17150=this[_0x50a0bd(0x1c6)](_0x5b44a1,_0x50a0bd(0x28a));for(const {suggestion:_0xb14824,meta:_0x4d894e}of _0xf17150){const _0x88287d=this[_0x50a0bd(0x2c1)][_0x50a0bd(0x193)](_0x379a3c,_0x47ee53);if(_0x4d894e[_0x50a0bd(0x174)]&&(this[_0x50a0bd(0x234)]||!_0x4d894e[_0x50a0bd(0x2bb)]&&!_0x4d894e[_0x50a0bd(0x20e)])){if(_0xb14824[_0x50a0bd(0x2e2)]){if(!Pt(_0xb14824,_0x52e02a))continue;let _0x5c1bbc=!0x0;for(const _0x5df129 of _0xb14824[_0x50a0bd(0x2e8)]()){if(_0x5df129[_0x50a0bd(0x2bd)](_0x88287d,!0x0))return _0xb14824;_0x88287d[_0x50a0bd(0x2bd)](_0x5df129)||(_0x5c1bbc=!0x1);}_0x5c1bbc&&_0xb14824[_0x50a0bd(0x1b2)]();}else{const _0x1ce9e2=_0xb14824[_0x50a0bd(0x288)]();if(_0x1ce9e2[_0x50a0bd(0x2bd)](_0x88287d,!0x0))return _0xb14824;if(!Pt(_0xb14824,_0x52e02a)){_0x88287d[_0x50a0bd(0x2bd)](_0x1ce9e2)?_0xb14824[_0x50a0bd(0x27e)]():_0x1ce9e2[_0x50a0bd(0x1d3)](_0x379a3c)?_0x379a3c=_0x1ce9e2[_0x50a0bd(0x2b1)]:_0x1ce9e2[_0x50a0bd(0x1d3)](_0x47ee53)&&(_0x47ee53=_0x1ce9e2[_0x50a0bd(0x1d2)]);continue;}_0x379a3c=_0x379a3c[_0x50a0bd(0x2da)](_0x1ce9e2[_0x50a0bd(0x1d2)])?_0x379a3c:_0x1ce9e2[_0x50a0bd(0x1d2)],_0x47ee53=_0x47ee53[_0x50a0bd(0x163)](_0x1ce9e2[_0x50a0bd(0x2b1)])?_0x47ee53:_0x1ce9e2[_0x50a0bd(0x2b1)],_0x52e02a=Object[_0x50a0bd(0x2c5)]({},_0xb14824[_0x50a0bd(0x167)]),_0x5cfc84?_0x1ce9e2[_0x50a0bd(0x1d2)][_0x50a0bd(0x2da)](_0x5cfc84[_0x50a0bd(0x288)]()[_0x50a0bd(0x1d2)])?(_0x5cfc84[_0x50a0bd(0x27e)](),_0x5cfc84=_0xb14824):_0xb14824[_0x50a0bd(0x27e)]():_0x5cfc84=_0xb14824;}}}if(_0x5cfc84)return this[_0x50a0bd(0x1e9)](_0x5cfc84,this[_0x50a0bd(0x2c1)][_0x50a0bd(0x193)](_0x379a3c,_0x47ee53)),_0x5cfc84;{const _0x464d1c=_0x4aee68(),_0x54404c=this[_0x50a0bd(0x2c1)][_0x50a0bd(0x193)](_0x379a3c,_0x47ee53),_0x44e981=_0xba72fa['id'],_0x5d7173=_0x50a95a?_0x50a0bd(0x25c)+_0x50a95a:_0x50a0bd(0x28a),_0x476cea=this[_0x50a0bd(0x202)]({'id':_0x464d1c,'type':_0x5d7173,'createdAt':new Date(),'authorId':_0x44e981,'attributes':_0x52e02a});return this[_0x50a0bd(0x168)](_0x5d7173,_0x464d1c,_0x44e981,_0x54404c),_0x476cea;}}[_0x120844(0x24d)](_0x7c1d6a,_0x9daf9b=_0x120844(0x15f),_0x3265db={}){const _0x1f6b42=_0x120844,_0x327561=this[_0x1f6b42(0x1c2)][_0x1f6b42(0x2cb)][_0x1f6b42(0x2c6)](_0x1f6b42(0x17a))['me'],_0x468f64=_0x7c1d6a[_0x1f6b42(0x273)](_0x3bb63c=>new _0x4b3b73(_0x3bb63c[_0x1f6b42(0x1d2)],_0x3bb63c[_0x1f6b42(0x2b1)])),_0x2e8df1=new Set();for(const {suggestion:_0x97f3cf,meta:_0x4fecea}of this[_0x1f6b42(0x1c6)](_0x468f64,_0x1f6b42(0x24c)))_0x4fecea[_0x1f6b42(0x174)]&&!_0x4fecea[_0x1f6b42(0x22d)]&&_0x2e8df1[_0x1f6b42(0x1f3)](_0x97f3cf);for(const _0x6299dc of _0x2e8df1)if(_0x6299dc[_0x1f6b42(0x2e2)]){const _0x3da702=_0x6299dc[_0x1f6b42(0x2e8)]();(!_0x6299dc[_0x1f6b42(0x167)]||!_0x6299dc[_0x1f6b42(0x167)][_0x1f6b42(0x26f)])&&(_0x3da702[_0x1f6b42(0x14f)](_0x1688c9=>_0x468f64[_0x1f6b42(0x25f)](_0x113dda=>_0x113dda[_0x1f6b42(0x2bd)](_0x1688c9,!0x0)))&&_0x6299dc[_0x1f6b42(0x1b2)]());if(_0x468f64[_0x1f6b42(0x14f)](_0x57492b=>_0x3da702[_0x1f6b42(0x25f)](_0x398c72=>_0x398c72[_0x1f6b42(0x2bd)](_0x57492b,!0x0)))){const _0x405c62=this[_0x1f6b42(0x2e3)][_0x1f6b42(0x1b1)](_0x1f6b42(0x28a),_0x9daf9b,_0x1f6b42(0x230));return this[_0x1f6b42(0x182)](()=>_0x405c62(_0x7c1d6a,null,_0x3265db)),null;}}else{const _0x32cb49=_0x6299dc[_0x1f6b42(0x288)]();_0x468f64[_0x1f6b42(0x25f)](_0x497bb1=>_0x497bb1[_0x1f6b42(0x2bd)](_0x32cb49,!0x0))&&_0x6299dc[_0x1f6b42(0x1b2)]();if(_0x468f64[_0x1f6b42(0x14f)](_0x3f85fd=>_0x32cb49[_0x1f6b42(0x2bd)](_0x3f85fd,!0x0))){const _0x271c9c=this[_0x1f6b42(0x2e3)][_0x1f6b42(0x1b1)](_0x1f6b42(0x28a),_0x9daf9b,_0x1f6b42(0x230));return this[_0x1f6b42(0x182)](()=>_0x271c9c(_0x468f64,null,_0x3265db)),null;}}const _0x33f9e3=this[_0x1f6b42(0x2e3)][_0x1f6b42(0x1b1)](_0x1f6b42(0x28a),_0x9daf9b,_0x1f6b42(0x257));let _0x1fc580=null;for(const _0x12ca6d of this[_0x1f6b42(0x2e5)]())if(_0x12ca6d[_0x1f6b42(0x18d)]['id']==_0x327561['id']&&_0x12ca6d[_0x1f6b42(0x1b4)]&&_0x1f6b42(0x28a)==_0x12ca6d[_0x1f6b42(0x1e1)]&&_0x12ca6d[_0x1f6b42(0x1f6)]==_0x9daf9b&&Pt(_0x12ca6d,_0x3265db)&&(_0x33f9e3(_0x12ca6d[_0x1f6b42(0x2e8)](),_0x468f64)||_0x33f9e3(_0x468f64,_0x12ca6d[_0x1f6b42(0x2e8)]()))){if(_0x1fc580){if(_0x12ca6d[_0x1f6b42(0x160)]&&_0x12ca6d[_0x1f6b42(0x160)][_0x1f6b42(0x1da)])continue;for(const _0x110d48 of _0x12ca6d[_0x1f6b42(0x2e8)]())_0x1fc580[_0x1f6b42(0x2d2)](_0x110d48)||_0x1fc580[_0x1f6b42(0x2aa)](_0x110d48);_0x12ca6d[_0x1f6b42(0x27e)]();}else{_0x1fc580=_0x12ca6d;for(const _0x16a809 of _0x468f64)_0x12ca6d[_0x1f6b42(0x2d2)](_0x16a809)||_0x12ca6d[_0x1f6b42(0x2aa)](_0x16a809);}}if(_0x1fc580)return _0x1fc580;_0x2e8df1[_0x1f6b42(0x24e)]();for(const {suggestion:_0x2fdb34,meta:_0xd733d0}of this[_0x1f6b42(0x1c6)](_0x468f64,_0x1f6b42(0x28a)))_0xd733d0[_0x1f6b42(0x174)]&&(this[_0x1f6b42(0x234)]||!_0xd733d0[_0x1f6b42(0x2bb)]&&!_0xd733d0[_0x1f6b42(0x20e)])&&Pt(_0x2fdb34,_0x3265db)&&_0x2e8df1[_0x1f6b42(0x1f3)](_0x2fdb34);for(const _0x2f6f60 of _0x2e8df1){const _0x6a2054=_0x2f6f60[_0x1f6b42(0x2e8)]();if(!_0x3265db||!_0x3265db[_0x1f6b42(0x26f)]){if(_0x468f64[_0x1f6b42(0x14f)](_0x2a5dc3=>_0x6a2054[_0x1f6b42(0x25f)](_0x20cb06=>_0x20cb06[_0x1f6b42(0x2bd)](_0x2a5dc3,!0x0))))return _0x2f6f60;}(!_0x2f6f60[_0x1f6b42(0x167)]||!_0x2f6f60[_0x1f6b42(0x167)][_0x1f6b42(0x26f)])&&(_0x6a2054[_0x1f6b42(0x14f)](_0x331c5f=>_0x468f64[_0x1f6b42(0x25f)](_0x1aea4b=>_0x1aea4b[_0x1f6b42(0x2bd)](_0x331c5f,!0x0)))&&_0x2f6f60[_0x1f6b42(0x1b2)]());}const _0x416615=_0x4aee68(),_0x56bd5f=_0x327561['id'],_0x597741=_0x1f6b42(0x25c)+_0x9daf9b,_0x4b2922=this[_0x1f6b42(0x202)]({'id':_0x416615,'type':_0x597741,'createdAt':new Date(),'authorId':_0x56bd5f,'attributes':_0x3265db});for(const _0x1110d9 of _0x468f64)_0x1110d9[_0x1f6b42(0x2db)](),_0x1110d9[_0x1f6b42(0x1e4)]||_0x1f6b42(0x276)==_0x1110d9[_0x1f6b42(0x2c9)][_0x1f6b42(0x1ea)]||this[_0x1f6b42(0x168)](_0x597741,_0x416615,_0x56bd5f,_0x1110d9,_0x1fdc37[_0x1f6b42(0x240)]());return _0x4b2922;}[_0x120844(0x1ed)](_0x40d09a,_0x11616b,_0x46694e,_0x48a07d,_0x33b049){const _0x5c9927=_0x120844;if(_0x40d09a[_0x5c9927(0x1e4)])return[];if(_0x5c9927(0x279)===this[_0x5c9927(0x2b8)])return[];const _0x12154a=this[_0x5c9927(0x1c2)][_0x5c9927(0x2cb)][_0x5c9927(0x2c6)](_0x5c9927(0x17a))['me']['id'],_0xc19240=Array[_0x5c9927(0x244)](this[_0x5c9927(0x2a1)][_0x5c9927(0x2a7)]())[_0x5c9927(0x1f0)](_0x2d2cd4=>_0x5c9927(0x2e0)==_0x2d2cd4[_0x5c9927(0x1e1)]&&_0x2d2cd4[_0x5c9927(0x19e)][_0x5c9927(0x1e2)]==_0x11616b&&_0x2d2cd4[_0x5c9927(0x2d2)](_0x40d09a));if(_0x5c9927(0x209)===this[_0x5c9927(0x2b8)]){const _0x58eaa4=this[_0x5c9927(0x1c6)](_0x40d09a,_0x5c9927(0x24c))[_0x5c9927(0x1f0)](({meta:_0x51f50d})=>_0x51f50d[_0x5c9927(0x174)]&&!_0x51f50d[_0x5c9927(0x20e)]&&!_0x51f50d[_0x5c9927(0x22d)])[_0x5c9927(0x273)](({suggestion:_0x27fd37})=>_0x27fd37);_0xc19240[_0x5c9927(0x17c)](..._0x58eaa4);}const _0x3c5663=new Map([[_0x40d09a,_0x46694e]]);for(const _0x2150ad of _0xc19240){const _0x4efef1=_0x5c9927(0x2e0)==_0x2150ad[_0x5c9927(0x1e1)]?_0x2150ad[_0x5c9927(0x19e)][_0x5c9927(0x24a)]:void 0x0,_0x19fc32=_0x2150ad[_0x5c9927(0x288)](),_0xcbcaee=Array[_0x5c9927(0x244)](_0x3c5663[_0x5c9927(0x1ac)]())[_0x5c9927(0x16f)](_0x428149=>_0x428149[_0x5c9927(0x2ed)](_0x19fc32));if(!_0xcbcaee)continue;const _0x25ecc6=_0xcbcaee[_0x5c9927(0x141)](_0x19fc32);this[_0x5c9927(0x2ee)](_0x11616b)&&_0x5c9927(0x24c)==_0x2150ad[_0x5c9927(0x1e1)]&&0x0!=_0x25ecc6[_0x5c9927(0x1da)]||(_0x3c5663[_0x5c9927(0x18c)](_0xcbcaee),_0x25ecc6[_0x5c9927(0x17d)](_0x20d1c4=>{const _0x3b364d=_0x5c9927;_0x3c5663[_0x3b364d(0x1b9)](_0x20d1c4,_0x46694e);}),_0x5c9927(0x24c)!=_0x2150ad[_0x5c9927(0x1e1)]&&_0x4efef1!=_0x48a07d&&_0x3c5663[_0x5c9927(0x1b9)](_0xcbcaee[_0x5c9927(0x16a)](_0x19fc32),_0x4efef1));}const _0x18da18=[];for(const [_0x80ac09,_0x8d4392]of _0x3c5663){const _0x45f0ae=_0x4aee68(),_0x50ffda={'key':_0x11616b,'oldValue':_0x8d4392,'newValue':_0x48a07d};_0x11616b[_0x5c9927(0x1da)]>0x25&&console[_0x5c9927(0x1ae)](_0x5c9927(0x2de),{'key':_0x11616b});const _0x29b53d=(_0x5c9927(0x268)+(_0x11616b+'|'+Et({'newValue':_0x48a07d})))[_0x5c9927(0x145)](0x0,0x3c),_0xd32417=this[_0x5c9927(0x202)]({'id':_0x45f0ae,'type':_0x29b53d,'data':_0x50ffda,'createdAt':new Date(),'authorId':_0x12154a,'attributes':_0x33b049});_0x18da18[_0x5c9927(0x1be)](_0xd32417),this[_0x5c9927(0x168)](_0x29b53d,_0x45f0ae,_0x12154a,_0x80ac09);}return _0x18da18;}[_0x120844(0x261)](_0x517946){const _0x1eea65=_0x120844;this[_0x1eea65(0x155)][_0x1eea65(0x1f3)](_0x517946);}[_0x120844(0x14e)](_0x49521f){const _0x382c30=_0x120844;this[_0x382c30(0x253)][_0x382c30(0x1f3)](_0x49521f);}[_0x120844(0x249)](_0x517b7d,_0x265f44=[],_0x14439c=[]){const _0x1f0b35=_0x120844;this[_0x1f0b35(0x195)](_0x517b7d,(_0x511115,..._0xf26ef7)=>{const _0x33b64a=_0x1f0b35;this[_0x33b64a(0x228)](()=>{_0x511115(..._0xf26ef7);});});for(const _0x41edf8 of _0x265f44)this[_0x1f0b35(0x14e)](_0x41edf8);for(const _0x499ba3 of _0x14439c)this[_0x1f0b35(0x261)](_0x499ba3);}[_0x120844(0x225)](_0x2ee583){const _0x502e42=_0x120844;return _0x502e42(0x2e0)==_0x2ee583[_0x502e42(0x1e1)]?_0x2ee583[_0x502e42(0x1f6)][_0x502e42(0x294)]('|')[0x0]:null;}[_0x120844(0x1e9)](_0x4483f7,_0x462e77){const _0x421468=_0x120844,_0xeca388=_0x4483f7[_0x421468(0x20c)]();this[_0x421468(0x2c1)][_0x421468(0x1a1)](_0x3bcb28=>{const _0x4aaec7=_0x421468;_0x3bcb28[_0x4aaec7(0x166)](_0xeca388,{'range':_0x462e77});});}[_0x120844(0x1d8)](_0x147852){const _0x519261=_0x120844,_0x3032d9=_0x147852['id'],_0x253f34=this[_0x519261(0x1c2)][_0x519261(0x159)][_0x519261(0x2c6)](_0x519261(0x2c3));this[_0x519261(0x28f)][_0x519261(0x275)](_0x3032d9)||this[_0x519261(0x28f)][_0x519261(0x1f8)]({'channelId':_0x253f34,'threadId':_0x3032d9,'isResolvable':!0x1,'isSubmitted':!0x0});const _0xf5ff13=this[_0x519261(0x28f)][_0x519261(0x1a7)](_0x3032d9);_0xf5ff13[_0x519261(0x280)](_0x519261(0x2e6)),_0xf5ff13[_0x519261(0x2e6)]=!0x1,_0x147852[_0x519261(0x160)]=_0xf5ff13;}[_0x120844(0x192)](_0x1e11c0,_0xc9cda4,_0x22ec99,_0xc81844){const _0x3d892a=_0x120844;if(_0x1e11c0[_0x3d892a(0x1e1)]!=_0xc9cda4||_0x1e11c0[_0x3d892a(0x1f6)]!=_0x22ec99||_0x1e11c0[_0x3d892a(0x15c)]['id']!=_0xc81844)throw this[_0x3d892a(0x1c2)][_0x3d892a(0x17b)](_0x3d892a(0x20f)),new _0x9bb25e(_0x3d892a(0x20f),this);}[_0x120844(0x15a)](_0x2acd10,_0x1fa269){const _0xa63b9d=_0x120844,_0x199816=_0x2acd10[_0xa63b9d(0x288)]();if(_0x1fa269[_0xa63b9d(0x2c2)](_0x199816))_0x2acd10[_0xa63b9d(0x27e)]();else{if(_0x199816[_0xa63b9d(0x2bd)](_0x1fa269)){const _0xfa64b4=this[_0xa63b9d(0x2c1)][_0xa63b9d(0x20b)](_0x1fa269[_0xa63b9d(0x1d2)][_0xa63b9d(0x21d)],_0xa63b9d(0x2b1));this[_0xa63b9d(0x1e9)](_0x2acd10,this[_0xa63b9d(0x2c1)][_0xa63b9d(0x193)](_0x199816[_0xa63b9d(0x1d2)],_0xfa64b4));const _0x3fa8fe=_0x4aee68(),_0x301392=_0x2acd10[_0xa63b9d(0x15c)]['id'],_0x589b61=_0x2acd10[_0xa63b9d(0x1e1)]+':'+_0x2acd10[_0xa63b9d(0x1f6)];this[_0xa63b9d(0x202)]({'id':_0x3fa8fe,'type':_0x589b61,'createdAt':new Date(),'authorId':_0x301392,'data':_0x2acd10[_0xa63b9d(0x19e)],'attributes':_0x2acd10[_0xa63b9d(0x167)]});const _0x175a2c=this[_0xa63b9d(0x2c1)][_0xa63b9d(0x20b)](_0x1fa269[_0xa63b9d(0x2b1)][_0xa63b9d(0x20d)],_0xa63b9d(0x267)),_0x318ee0=this[_0xa63b9d(0x2c1)][_0xa63b9d(0x193)](_0x175a2c,_0x199816[_0xa63b9d(0x2b1)]);this[_0xa63b9d(0x168)](_0x589b61,_0x3fa8fe,_0x301392,_0x318ee0);}else{if(_0x199816[_0xa63b9d(0x1d3)](_0x1fa269[_0xa63b9d(0x1d2)])){const _0x58924d=this[_0xa63b9d(0x2c1)][_0xa63b9d(0x20b)](_0x1fa269[_0xa63b9d(0x1d2)][_0xa63b9d(0x21d)],_0xa63b9d(0x2b1));this[_0xa63b9d(0x1e9)](_0x2acd10,this[_0xa63b9d(0x2c1)][_0xa63b9d(0x193)](_0x199816[_0xa63b9d(0x1d2)],_0x58924d));}else{const _0x187eec=this[_0xa63b9d(0x2c1)][_0xa63b9d(0x20b)](_0x1fa269[_0xa63b9d(0x2b1)][_0xa63b9d(0x20d)],_0xa63b9d(0x267));this[_0xa63b9d(0x1e9)](_0x2acd10,this[_0xa63b9d(0x2c1)][_0xa63b9d(0x193)](_0x187eec,_0x199816[_0xa63b9d(0x2b1)]));}}}}[_0x120844(0x152)](_0xe46c57){const _0x2b472f=_0x120844;for(const {suggestion:_0x77965f,meta:_0x1d1ae8}of this[_0x2b472f(0x1c6)](_0xe46c57,_0x2b472f(0x24c))){if(!_0x1d1ae8[_0x2b472f(0x174)])continue;const _0x39edf0=_0x77965f[_0x2b472f(0x2e8)]();for(const _0x2d7f08 of _0x39edf0)if(!_0xe46c57[_0x2b472f(0x141)](_0x2d7f08)[_0x2b472f(0x1da)])return!0x0;}return!0x1;}[_0x120844(0x210)](_0x45b4db){const _0x1a32ab=_0x120844,_0x19c842=this[_0x1a32ab(0x1c2)][_0x1a32ab(0x2cb)][_0x1a32ab(0x2c6)](_0x1a32ab(0x17a))[_0x1a32ab(0x216)](_0x45b4db);if(!_0x19c842)throw new _0x9bb25e(_0x1a32ab(0x263),this);return _0x19c842;}[_0x120844(0x170)](_0x173ef2){const _0x2ff913=_0x120844,_0x47d93b=this[_0x2ff913(0x1c2)][_0x2ff913(0x2cb)][_0x2ff913(0x2c6)](_0x2ff913(0x17a)),_0x5484bb=_0x2689b9(_0x2ff913(0x21a)+_0x173ef2),_0x558396=_0x47d93b[_0x2ff913(0x216)](_0x5484bb);return _0x558396||_0x47d93b[_0x2ff913(0x229)]({'id':_0x5484bb,'name':_0x173ef2});}[_0x120844(0x144)](_0x4d3ca6,_0xd80b0e,_0x47171b,_0x2c83a5,_0x3863aa){const _0x2a4b6e=_0x120844,_0x4e09c0=this[_0x2a4b6e(0x210)](_0x2c83a5),_0x265615=this[_0x2a4b6e(0x2e3)][_0x2a4b6e(0x164)](_0x4d3ca6,_0xd80b0e,_0x47171b,_0x4e09c0,_0x3863aa,_0x1b77bc=>{const _0x5ac927=_0x2a4b6e;this[_0x5ac927(0x199)](_0x47171b,{'attributes':_0x1b77bc});const _0x5cf92d=this[_0x5ac927(0x186)](_0x47171b);this[_0x5ac927(0x1db)](new Set([_0x5cf92d])),this[_0x5ac927(0x185)](new Set([_0x5cf92d]));});return this[_0x2a4b6e(0x1c1)](_0x265615,_0x2a4b6e(0x230),()=>{const _0x22c59f=_0x2a4b6e;this[_0x22c59f(0x199)](_0x47171b,{'state':_0x22c59f(0x29e)});},{'priority':_0x2a4b6e(0x25e)}),this[_0x2a4b6e(0x1c1)](_0x265615,_0x2a4b6e(0x1b2),()=>{const _0x56e75b=_0x2a4b6e;this[_0x56e75b(0x199)](_0x47171b,{'state':_0x56e75b(0x1e7)});},{'priority':_0x2a4b6e(0x25e)}),this[_0x2a4b6e(0x2a1)][_0x2a4b6e(0x1b9)](_0x47171b,_0x265615),this[_0x2a4b6e(0x176)][_0x2a4b6e(0x1b9)](_0x265615,_0x2a4b6e(0x1c7)),_0x265615;}[_0x120844(0x2a9)](_0x118674){const _0x1924cd=_0x120844,_0x384b82=_0x118674[_0x1924cd(0x294)](':');return{'group':_0x384b82[0x0],'type':_0x384b82[0x1],'subType':_0x384b82[_0x1924cd(0x1da)]>=0x5?_0x384b82[0x2]:null,'id':_0x384b82[_0x1924cd(0x1da)]<0x5?_0x384b82[0x2]:_0x384b82[0x3],'authorId':_0x384b82[_0x1924cd(0x1da)]<0x5?_0x384b82[0x3]:_0x384b82[0x4],'markerCount':0x6==_0x384b82[_0x1924cd(0x1da)]?_0x384b82[0x5]:null};}[_0x120844(0x281)](_0x5cb986,_0x539b0f,_0x3f7568){const _0x5ccc88=_0x120844,_0x396bc1=_0x5cb986[_0x5ccc88(0x288)](),_0x211f6c=_0x396bc1[_0x5ccc88(0x1d2)],_0x1e9b7e=_0x396bc1[_0x5ccc88(0x2b1)];this[_0x5ccc88(0x1e9)](_0x5cb986,this[_0x5ccc88(0x2c1)][_0x5ccc88(0x193)](_0x211f6c,_0x539b0f));const _0x430eed=_0x4aee68(),_0x2b68e7=_0x5cb986[_0x5ccc88(0x15c)]['id'],_0x2517a6=_0x5cb986[_0x5ccc88(0x1e1)]+(_0x5cb986[_0x5ccc88(0x1f6)]?':'+_0x5cb986[_0x5ccc88(0x1f6)]:'');this[_0x5ccc88(0x202)]({'id':_0x430eed,'type':_0x2517a6,'createdAt':new Date(),'authorId':_0x2b68e7,'originalSuggestionId':_0x5cb986['id'],'attributes':_0x5cb986[_0x5ccc88(0x167)],'data':_0x5cb986[_0x5ccc88(0x19e)]});const _0x267d04=this[_0x5ccc88(0x225)](_0x5cb986);(_0x5ccc88(0x19b)==_0x5cb986[_0x5ccc88(0x1e1)]||_0x267d04&&this[_0x5ccc88(0x2ee)](_0x267d04))&&(_0x3f7568=this[_0x5ccc88(0x2c1)][_0x5ccc88(0x278)](_0x3f7568[_0x5ccc88(0x20d)])),this[_0x5ccc88(0x168)](_0x2517a6,_0x430eed,_0x2b68e7,this[_0x5ccc88(0x2c1)][_0x5ccc88(0x193)](_0x3f7568,_0x1e9b7e));}[_0x120844(0x1c6)](_0x7367ca,_0x4bb0a1=null){const _0xd1a31=_0x120844,_0x36a50b=[],_0x58de2c=this[_0xd1a31(0x1c2)][_0xd1a31(0x2cb)][_0xd1a31(0x2c6)](_0xd1a31(0x17a))['me'];Array[_0xd1a31(0x233)](_0x7367ca)||(_0x7367ca=[_0x7367ca]);for(const _0x1afab1 of this[_0xd1a31(0x2e5)]()){if(!_0x1afab1[_0xd1a31(0x1b4)])continue;if(_0x4bb0a1&&_0x1afab1[_0xd1a31(0x1e1)]!=_0x4bb0a1)continue;let _0x247121=!0x1;for(const _0x2eda6e of _0x1afab1[_0xd1a31(0x2e8)]()){for(const _0x39fb58 of _0x7367ca){const _0x5f2378=_0x39fb58[_0xd1a31(0x1d2)][_0xd1a31(0x2c2)](_0x2eda6e[_0xd1a31(0x2b1)])||_0x39fb58[_0xd1a31(0x2b1)][_0xd1a31(0x2c2)](_0x2eda6e[_0xd1a31(0x1d2)]);if(_0x5f2378||_0x39fb58[_0xd1a31(0x16a)](_0x2eda6e)){const _0x18d7ba=_0x39fb58[_0xd1a31(0x2bd)](_0x2eda6e)&&xt(this[_0xd1a31(0x2c1)][_0xd1a31(0x189)],_0x2eda6e[_0xd1a31(0x1d2)],_0x39fb58),_0xa6c41d=_0x2eda6e[_0xd1a31(0x2bd)](_0x39fb58)&&xt(this[_0xd1a31(0x2c1)][_0xd1a31(0x189)],_0x39fb58[_0xd1a31(0x1d2)],_0x2eda6e);_0x36a50b[_0xd1a31(0x1be)]({'suggestion':_0x1afab1,'meta':{'isOwn':_0x58de2c==_0x1afab1[_0xd1a31(0x18d)],'isNextTo':_0x5f2378,'isInsideObject':_0x18d7ba,'containsRangeInObject':_0xa6c41d}}),_0x247121=!0x0;break;}}if(_0x247121)break;}}return _0x36a50b;}[_0x120844(0x168)](_0x4ca613,_0x55dc2b,_0x2781ca,_0x1078cb,_0xc65777){const _0x6e6f43=_0x120844;this[_0x6e6f43(0x2c1)][_0x6e6f43(0x1a1)](_0x19cf65=>{const _0x23d7ea=_0x6e6f43;let _0x14095e=_0x23d7ea(0x171)+_0x4ca613+':'+_0x55dc2b+':'+_0x2781ca;_0xc65777&&(_0x14095e=_0x14095e+':'+_0xc65777),_0x19cf65[_0x23d7ea(0x17f)](_0x14095e,{'range':_0x1078cb,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x120844(0x16d)](_0x546eff){const _0x3a9d24=_0x120844,_0x431d6b=_0x546eff[_0x3a9d24(0x140)],_0x3ca910=_0x546eff[_0x3a9d24(0x181)];_0x546eff[_0x3a9d24(0x140)]=null,_0x546eff[_0x3a9d24(0x181)]=null,null!=_0x431d6b&&_0x431d6b[_0x3a9d24(0x181)]==_0x546eff&&(_0x431d6b[_0x3a9d24(0x181)]=_0x3ca910),null!=_0x3ca910&&_0x3ca910[_0x3a9d24(0x140)]==_0x546eff&&(_0x3ca910[_0x3a9d24(0x140)]=_0x431d6b),_0x3a9d24(0x2af)==this[_0x3a9d24(0x176)][_0x3a9d24(0x2c6)](_0x546eff)&&(this[_0x3a9d24(0x176)][_0x3a9d24(0x1b9)](_0x546eff,_0x3a9d24(0x282)),this[_0x3a9d24(0x142)](_0x3a9d24(0x153),_0x546eff,_0x431d6b,_0x3ca910));}[_0x120844(0x202)](_0x471b9b){const _0x1acfb6=_0x120844,_0x36152b=_0x471b9b['id'],_0x485c6c=this[_0x1acfb6(0x1a6)](_0x471b9b);if(this[_0x1acfb6(0x245)]&&this[_0x1acfb6(0x245)][_0x1acfb6(0x196)]){const _0x2d1b9f=this[_0x1acfb6(0x1c2)][_0x1acfb6(0x2cb)][_0x1acfb6(0x2c6)](_0x1acfb6(0x23d)),_0x4cc47a=_0x485c6c[_0x1acfb6(0x1a9)],_0x2dcc03=_0x485c6c[_0x1acfb6(0x1f6)]?_0x485c6c[_0x1acfb6(0x1e1)]+':'+_0x485c6c[_0x1acfb6(0x1f6)]:_0x485c6c[_0x1acfb6(0x1e1)],_0x2853ca=this[_0x1acfb6(0x1c2)][_0x1acfb6(0x177)],_0x53e741=_0x2d1b9f[_0x1acfb6(0x1f3)](_0x1b05c7(_0x2853ca,_0x1acfb6(0x2cf))),_0x5d14f7={'id':_0x36152b,'type':_0x2dcc03,'hasComments':_0x4cc47a,'data':_0x471b9b[_0x1acfb6(0x19e)]||null,'originalSuggestionId':_0x471b9b[_0x1acfb6(0x270)]||null,'attributes':_0x485c6c[_0x1acfb6(0x167)]};this[_0x1acfb6(0x245)][_0x1acfb6(0x196)](_0x5d14f7)[_0x1acfb6(0x203)](_0x591168=>{const _0x45a091=_0x1acfb6;_0x485c6c[_0x45a091(0x224)]=!0x0,_0x2d1b9f[_0x45a091(0x27f)](_0x53e741),_0x591168&&_0x591168[_0x45a091(0x165)]&&(this[_0x45a091(0x2a1)][_0x45a091(0x2c6)](_0x36152b)[_0x45a091(0x165)]=_0x591168[_0x45a091(0x165)]);})[_0x1acfb6(0x266)](_0x15018a=>{const _0x516453=_0x1acfb6;throw _0x5936f8(_0x516453(0x21e)),this[_0x516453(0x1c2)][_0x516453(0x290)][_0x516453(0x1d9)]({'isUndoable':!0x1},()=>{const _0x3b0221=_0x516453;_0x485c6c[_0x3b0221(0x1b2)]();}),_0x485c6c[_0x516453(0x22e)](),this[_0x516453(0x2a1)][_0x516453(0x18c)](_0x485c6c['id']),this[_0x516453(0x176)][_0x516453(0x18c)](_0x485c6c),_0x15018a;});}return _0x485c6c;}[_0x120844(0x2ee)](_0x225f74){const _0x5a52e3=_0x120844;return this[_0x5a52e3(0x155)][_0x5a52e3(0x1c8)](_0x225f74);}[_0x120844(0x199)](_0x1bb88e,_0x3fa54c){const _0x38105f=_0x120844,_0x40dbae=this[_0x38105f(0x1c2)][_0x38105f(0x2cb)][_0x38105f(0x2c6)](_0x38105f(0x23d)),_0x1bea5c=this[_0x38105f(0x186)](_0x1bb88e);if(this[_0x38105f(0x245)]&&this[_0x38105f(0x245)][_0x38105f(0x2d8)]){if(_0x1bea5c[_0x38105f(0x224)]){const _0x414aa5=_0x40dbae[_0x38105f(0x1f3)](_0x1b05c7(this[_0x38105f(0x1c2)][_0x38105f(0x177)],_0x38105f(0x2cf)));this[_0x38105f(0x245)][_0x38105f(0x2d8)](_0x1bb88e,_0x3fa54c)[_0x38105f(0x203)](()=>{const _0x196821=_0x38105f;_0x40dbae[_0x196821(0x27f)](_0x414aa5);});}else _0x1bea5c['on'](_0x38105f(0x23a),()=>{const _0x5ef9fc=_0x38105f;this[_0x5ef9fc(0x199)](_0x1bb88e,_0x3fa54c);});}}[_0x120844(0x23b)](_0x20e52f){const _0x470318=_0x120844;if(!this[_0x470318(0x245)]||!this[_0x470318(0x245)][_0x470318(0x186)])throw new _0x9bb25e(_0x470318(0x22c),this);return this[_0x470318(0x245)][_0x470318(0x186)](_0x20e52f);}[_0x120844(0x18b)](_0x2c002d){const _0x5eea10=_0x120844,{id:_0x13cd61,type:_0x26abe8,subType:_0x5be1,authorId:_0x8a474e}=this[_0x5eea10(0x2a9)](_0x2c002d),_0x50297a=this[_0x5eea10(0x2a1)][_0x5eea10(0x2c6)](_0x13cd61)||this[_0x5eea10(0x144)](_0x26abe8,_0x5be1,_0x13cd61,_0x8a474e,{});switch(this[_0x5eea10(0x192)](_0x50297a,_0x26abe8,_0x5be1,_0x8a474e),this[_0x5eea10(0x176)][_0x5eea10(0x2c6)](_0x50297a)){case _0x5eea10(0x1c7):this[_0x5eea10(0x23b)](_0x13cd61)[_0x5eea10(0x203)](_0x45e206=>{const _0x472c64=_0x5eea10;let _0x575eba=Promise[_0x472c64(0x1ef)]();_0x45e206[_0x472c64(0x1a9)]&&(_0x575eba=this[_0x472c64(0x28f)][_0x472c64(0x28b)]({'channelId':this[_0x472c64(0x1c2)][_0x472c64(0x159)][_0x472c64(0x2c6)](_0x472c64(0x2c3)),'threadId':_0x13cd61})),_0x575eba[_0x472c64(0x203)](()=>{const _0x43d34c=_0x472c64;this[_0x43d34c(0x1a6)](_0x45e206)[_0x43d34c(0x224)]=!0x0;});}),this[_0x5eea10(0x176)][_0x5eea10(0x1b9)](_0x50297a,_0x5eea10(0x1d7));break;case _0x5eea10(0x282):this[_0x5eea10(0x199)](_0x13cd61,{'state':_0x5eea10(0x2cd)});case _0x5eea10(0x269):this[_0x5eea10(0x176)][_0x5eea10(0x1b9)](_0x50297a,_0x5eea10(0x2af)),this[_0x5eea10(0x142)](_0x5eea10(0x150),_0x50297a);break;case _0x5eea10(0x2af):this[_0x5eea10(0x142)](_0x5eea10(0x1b5),_0x50297a);}return _0x50297a[_0x5eea10(0x27a)](_0x2c002d),_0x50297a;}[_0x120844(0x185)](_0x3fa6a2){const _0x3da931=_0x120844,_0x2e94ea=Array[_0x3da931(0x244)](_0x3fa6a2),_0x49ba3a=_0x2e94ea[_0x3da931(0x1f0)](_0x4e3973=>_0x3da931(0x2e0)==_0x4e3973[_0x3da931(0x1e1)]);this[_0x3da931(0x1cf)](_0x49ba3a);const _0x444cdc=_0x2e94ea[_0x3da931(0x1f0)](_0x5664c8=>!_0x5664c8[_0x3da931(0x2e2)]&&_0x3da931(0x2e0)!=_0x5664c8[_0x3da931(0x1e1)]),_0x50694b=this[_0x3da931(0x2e5)]({'skipNotAttached':!0x0})[_0x3da931(0x1f0)](_0x244bd1=>!_0x244bd1[_0x3da931(0x2e2)]&&_0x3da931(0x2e0)!=_0x244bd1[_0x3da931(0x1e1)]),_0x5d101f=_0x50694b[_0x3da931(0x1f0)](_0x169796=>!_0x3fa6a2[_0x3da931(0x1c8)](_0x169796)),_0x24be16=new Map(_0x50694b[_0x3da931(0x273)](_0x5a4393=>[_0x5a4393,this[_0x3da931(0x2e3)][_0x3da931(0x1b1)](_0x5a4393[_0x3da931(0x1e1)],_0x5a4393[_0x3da931(0x1f6)],_0x3da931(0x2d1))])),_0xab5161=new Map(_0x50694b[_0x3da931(0x273)](_0x47f073=>[_0x47f073,_0x47f073[_0x3da931(0x288)]()])),_0x58eb24=new Set(),_0x53617d=new Set();for(let _0x5d1092=0x0;_0x5d1092<_0x444cdc[_0x3da931(0x1da)];_0x5d1092++)_0x2207cd(_0x444cdc[_0x5d1092],_0x444cdc,_0x5d1092+0x1);for(let _0x41e383=0x0;_0x41e383<_0x444cdc[_0x3da931(0x1da)];_0x41e383++)_0x2207cd(_0x444cdc[_0x41e383],_0x5d101f,0x0);const _0x2fb68e=new Set();for(let _0x116217=0x0;_0x116217<_0x444cdc[_0x3da931(0x1da)];_0x116217++){const _0x191fb6=_0x444cdc[_0x116217];!_0x53617d[_0x3da931(0x1c8)](_0x191fb6)&&_0x191fb6[_0x3da931(0x140)]&&(_0x2fb68e[_0x3da931(0x1f3)](_0x191fb6[_0x3da931(0x140)]),_0x191fb6[_0x3da931(0x140)][_0x3da931(0x181)]===_0x191fb6&&(_0x191fb6[_0x3da931(0x140)][_0x3da931(0x181)]=null),_0x191fb6[_0x3da931(0x140)]=null),!_0x58eb24[_0x3da931(0x1c8)](_0x191fb6)&&_0x191fb6[_0x3da931(0x181)]&&(_0x2fb68e[_0x3da931(0x1f3)](_0x191fb6[_0x3da931(0x181)]),_0x191fb6[_0x3da931(0x181)][_0x3da931(0x140)]===_0x191fb6&&(_0x191fb6[_0x3da931(0x181)][_0x3da931(0x140)]=null),_0x191fb6[_0x3da931(0x181)]=null);}function _0x2207cd(_0x296564,_0x15ccc8,_0x4b9713){const _0x45d9dc=_0x3da931;for(let _0x37ef37=_0x4b9713;_0x37ef37<_0x15ccc8[_0x45d9dc(0x1da)];_0x37ef37++){const _0x46c9d5=_0x8e387e(_0x296564,_0x15ccc8[_0x37ef37]);_0x46c9d5&&(_0x46c9d5[0x0][_0x45d9dc(0x181)]=_0x46c9d5[0x1],_0x46c9d5[0x1][_0x45d9dc(0x140)]=_0x46c9d5[0x0],_0x58eb24[_0x45d9dc(0x1f3)](_0x46c9d5[0x0]),_0x53617d[_0x45d9dc(0x1f3)](_0x46c9d5[0x1]));}}function _0x8e387e(_0x2a661b,_0x11e174){const _0x35db5e=_0x3da931;if(_0x2a661b[_0x35db5e(0x18d)]['id']!==_0x11e174[_0x35db5e(0x18d)]['id'])return null;const _0x4962bb=_0x24be16[_0x35db5e(0x2c6)](_0x2a661b)(_0x2a661b,_0x11e174,_0xab5161[_0x35db5e(0x2c6)](_0x2a661b),_0xab5161[_0x35db5e(0x2c6)](_0x11e174));if(!_0x4962bb)return null;return _0x24be16[_0x35db5e(0x2c6)](_0x11e174)(_0x2a661b,_0x11e174,_0xab5161[_0x35db5e(0x2c6)](_0x2a661b),_0xab5161[_0x35db5e(0x2c6)](_0x11e174))?_0x4962bb[0x1][_0x35db5e(0x160)]&&_0x4962bb[0x1][_0x35db5e(0x160)][_0x35db5e(0x1da)]?null:_0x4962bb:null;}_0x2fb68e[_0x3da931(0x2d4)]&&this[_0x3da931(0x185)](_0x2fb68e);}[_0x120844(0x1cf)](_0x342c74){const _0x4196da=_0x120844;if(0x0==_0x342c74[_0x4196da(0x1da)])return;const _0x2a450c=this[_0x4196da(0x2e5)]({'skipNotAttached':!0x0})[_0x4196da(0x1f0)](_0x57a22e=>_0x4196da(0x2e0)==_0x57a22e[_0x4196da(0x1e1)]&&_0x57a22e[_0x4196da(0x223)]),_0x1d7d47=[],_0x24aeac=new Map();for(const _0x3a3c22 of _0x2a450c){const _0x409344=_0x2689b9(_0x3a3c22[_0x4196da(0x167)]);_0x24aeac[_0x4196da(0x1c8)](_0x409344)||(_0x24aeac[_0x4196da(0x1b9)](_0x409344,_0x1d7d47[_0x4196da(0x1da)]),_0x1d7d47[_0x4196da(0x1be)]([]));const _0x31bc83=_0x24aeac[_0x4196da(0x2c6)](_0x409344);_0x1d7d47[_0x31bc83][_0x4196da(0x1be)](_0x3a3c22);}!(function(){const _0x508ce1=_0x4196da;_0x1d7d47[_0x508ce1(0x219)]((_0x17e7d9,_0x401034)=>{const _0x1b9503=_0x508ce1,_0xff62d7=_0x17e7d9[0x0][_0x1b9503(0x165)],_0x5b2f13=_0x401034[0x0][_0x1b9503(0x165)];return _0xff62d7==_0x5b2f13?_0x17e7d9[0x0][_0x1b9503(0x167)][_0x1b9503(0x205)]<_0x401034[0x0][_0x1b9503(0x167)][_0x1b9503(0x205)]?-0x1:0x1:_0xff62d7<_0x5b2f13?-0x1:0x1;});for(const _0x460c21 of _0x1d7d47)_0x460c21[_0x508ce1(0x219)]((_0x279851,_0xb4be95)=>_0x279851['id']<_0xb4be95['id']?-0x1:0x1);}());for(let _0x2bca7c=0x0;_0x2bca7c<_0x1d7d47[_0x4196da(0x1da)];_0x2bca7c++){if(0x0==_0x1d7d47[_0x2bca7c][_0x4196da(0x1da)])continue;const _0x2ccd17=[];for(let _0xa4fc1e=_0x2bca7c+0x1;_0xa4fc1e<_0x1d7d47[_0x4196da(0x1da)];_0xa4fc1e++)0x0!=_0x1d7d47[_0xa4fc1e][_0x4196da(0x1da)]&&_0x5eeb18(_0x1d7d47[_0x2bca7c],_0x1d7d47[_0xa4fc1e])&&_0x2ccd17[_0x4196da(0x1be)](_0xa4fc1e);for(const _0x45f0a7 of _0x2ccd17)_0x1d7d47[_0x2bca7c]=_0x1d7d47[_0x2bca7c][_0x4196da(0x23f)](_0x1d7d47[_0x45f0a7]),_0x1d7d47[_0x45f0a7]=[];}for(const _0x279bff of _0x1d7d47)for(let _0x13355e=0x0;_0x13355e<_0x279bff[_0x4196da(0x1da)];_0x13355e++)_0x279bff[_0x13355e][_0x4196da(0x181)]=_0x279bff[_0x13355e+0x1]||null;for(const _0x494c48 of _0x1d7d47)for(let _0x5ab592=0x0;_0x5ab592<_0x494c48[_0x4196da(0x1da)];_0x5ab592++)_0x494c48[_0x5ab592][_0x4196da(0x140)]=_0x494c48[_0x5ab592-0x1]||null;function _0x5eeb18(_0x4de5c2,_0x2036b2){const _0x59d552=_0x4196da;if(_0x4de5c2[0x0][_0x59d552(0x167)][_0x59d552(0x205)]!==_0x2036b2[0x0][_0x59d552(0x167)][_0x59d552(0x205)]&&_0x4de5c2[0x0][_0x59d552(0x18d)]!==_0x2036b2[0x0][_0x59d552(0x18d)])return!0x1;if(!function(_0x5d9736,_0x489daa){const _0x228069=_0x59d552;if(!_0x5d9736[_0x228069(0x1a9)]&&!_0x489daa[_0x228069(0x1a9)])return!0x0;if(_0x5d9736[_0x228069(0x1a9)]&&_0x489daa[_0x228069(0x1a9)])return!0x1;if(_0x5d9736[_0x228069(0x1a9)]&&_0x489daa[_0x228069(0x165)]<_0x5d9736[_0x228069(0x160)][_0x228069(0x1e8)][_0x228069(0x2c6)](0x0)[_0x228069(0x165)])return!0x0;if(_0x489daa[_0x228069(0x1a9)]&&_0x5d9736[_0x228069(0x165)]<_0x489daa[_0x228069(0x160)][_0x228069(0x1e8)][_0x228069(0x2c6)](0x0)[_0x228069(0x165)])return!0x0;return!0x1;}(_0x4de5c2[0x0],_0x2036b2[0x0]))return!0x1;const _0x59cbc6=_0x2f7386(_0x4de5c2[0x0][_0x59d552(0x167)],_0x59d552(0x205)),_0x1875b5=_0x2f7386(_0x2036b2[0x0][_0x59d552(0x167)],_0x59d552(0x205));if(!_0x5f5cd1(_0x59cbc6,_0x1875b5))return!0x1;return!!_0x4de5c2[_0x59d552(0x14f)](_0x13d99a=>_0x2036b2[_0x59d552(0x25f)](_0x3808da=>_0x13d99a[_0x59d552(0x288)]()[_0x59d552(0x2c2)](_0x3808da[_0x59d552(0x288)]())))&&_0x2036b2[_0x59d552(0x14f)](_0xd2775e=>_0x4de5c2[_0x59d552(0x25f)](_0x509721=>_0xd2775e[_0x59d552(0x288)]()[_0x59d552(0x2c2)](_0x509721[_0x59d552(0x288)]())));}}[_0x120844(0x1db)](_0x2bb723){const _0x1411f8=_0x120844,_0x52758e=Array[_0x1411f8(0x244)](_0x2bb723),_0x1455a7=this[_0x1411f8(0x2e5)]({'skipNotAttached':!0x0}),_0x280b1a=_0x1455a7[_0x1411f8(0x1f0)](_0x18b2e6=>!_0x2bb723[_0x1411f8(0x1c8)](_0x18b2e6)),_0xfaa148=new Map(_0x52758e[_0x1411f8(0x273)](_0x3d9f18=>[_0x3d9f18,this[_0x1411f8(0x2e3)][_0x1411f8(0x1b1)](_0x3d9f18[_0x1411f8(0x1e1)],_0x3d9f18[_0x1411f8(0x1f6)],_0x1411f8(0x257))])),_0x595b7d=new Map(_0x1455a7[_0x1411f8(0x273)](_0x1b1f9e=>[_0x1b1f9e,_0x1b1f9e[_0x1411f8(0x2e8)]()]));for(let _0x328ad7=0x0;_0x328ad7<_0x52758e[_0x1411f8(0x1da)];_0x328ad7++){if(_0x463673(this,_0x52758e[_0x328ad7],_0x52758e,_0x328ad7+0x1))return!0x0;}for(let _0x345b4c=0x0;_0x345b4c<_0x52758e[_0x1411f8(0x1da)];_0x345b4c++){if(_0x463673(this,_0x52758e[_0x345b4c],_0x280b1a,0x0))return!0x0;}return!0x1;function _0x463673(_0x523bb4,_0xb1cd38,_0x320c9c,_0x32fb97){const _0x3377ce=_0x1411f8;for(let _0x32d205=_0x32fb97;_0x32d205<_0x320c9c[_0x3377ce(0x1da)];_0x32d205++){const _0x33194b=_0x320c9c[_0x32d205];if(_0x33194b[_0x3377ce(0x1e1)]!==_0xb1cd38[_0x3377ce(0x1e1)]||_0x33194b[_0x3377ce(0x18d)]['id']!==_0xb1cd38[_0x3377ce(0x18d)]['id']||_0x33194b[_0x3377ce(0x1f6)]!==_0xb1cd38[_0x3377ce(0x1f6)])continue;if(!Ft(_0xb1cd38,_0x33194b,[_0x3377ce(0x205)]))continue;if(_0x3377ce(0x2e0)==_0xb1cd38[_0x3377ce(0x1e1)]&&_0xb1cd38[_0x3377ce(0x19e)][_0x3377ce(0x24a)]!=_0x33194b[_0x3377ce(0x19e)][_0x3377ce(0x24a)])continue;if(_0x3377ce(0x2e0)==_0xb1cd38[_0x3377ce(0x1e1)]&&_0x523bb4[_0x3377ce(0x2ee)](_0xb1cd38[_0x3377ce(0x19e)][_0x3377ce(0x1e2)]))continue;if(_0x3377ce(0x19b)==_0xb1cd38[_0x3377ce(0x1e1)]){const _0x4cc522=_0x523bb4[_0x3377ce(0x1c2)][_0x3377ce(0x290)],_0x1800b5=_0xb1cd38[_0x3377ce(0x2a4)]();if(_0x1800b5&&(_0x4cc522[_0x3377ce(0x189)][_0x3377ce(0x190)](_0x1800b5)||_0x4cc522[_0x3377ce(0x189)][_0x3377ce(0x231)](_0x1800b5)))continue;}const _0x29cde9=_0xfaa148[_0x3377ce(0x2c6)](_0xb1cd38),_0x5ea82c=_0x595b7d[_0x3377ce(0x2c6)](_0xb1cd38),_0x3da009=_0x595b7d[_0x3377ce(0x2c6)](_0x33194b),_0x5564ce=_0xb1cd38[_0x3377ce(0x160)]&&_0xb1cd38[_0x3377ce(0x160)][_0x3377ce(0x1da)],_0x20305e=_0x33194b[_0x3377ce(0x160)]&&_0x33194b[_0x3377ce(0x160)][_0x3377ce(0x1da)];if(!_0x5564ce&&_0x29cde9(_0x3da009,_0x5ea82c))return _0x523bb4[_0x3377ce(0x13e)](_0x33194b,_0xb1cd38),_0x595b7d[_0x3377ce(0x18c)](_0xb1cd38),!0x0;if(!_0x20305e&&_0x29cde9(_0x5ea82c,_0x3da009))return _0x523bb4[_0x3377ce(0x13e)](_0xb1cd38,_0x33194b),_0x595b7d[_0x3377ce(0x18c)](_0x33194b),!0x0;}return!0x1;}}[_0x120844(0x13e)](_0x2665ed,_0x4ba332){const _0x203feb=_0x120844;if(_0x2665ed[_0x203feb(0x2e2)]){for(const _0x176913 of _0x4ba332[_0x203feb(0x2e8)]())_0x2665ed[_0x203feb(0x2aa)](_0x176913);}else{const _0x543e5c=_0x4ba332[_0x203feb(0x288)]()[_0x203feb(0x2b1)];this[_0x203feb(0x1e9)](_0x2665ed,this[_0x203feb(0x2c1)][_0x203feb(0x193)](_0x2665ed[_0x203feb(0x288)]()[_0x203feb(0x1d2)],_0x543e5c));}_0x4ba332[_0x203feb(0x27e)]();}[_0x120844(0x2a0)](_0x12bd19,_0x151964){const _0x42ff93=_0x120844,_0x22fb8a=_0x12bd19[_0x42ff93(0x179)](_0x42ff93(0x1b6))||_0x12bd19[_0x42ff93(0x179)](_0x42ff93(0x2e0))?_0x42ff93(0x248):_0x12bd19[_0x42ff93(0x1a3)]();return _0x1b05c7(this[_0x42ff93(0x1c2)][_0x42ff93(0x177)],_0x151964+'_'+_0x22fb8a+_0x42ff93(0x2b6));}[_0x120844(0x1a2)](){const _0x28a78e=_0x120844,_0x44c46b=this[_0x28a78e(0x1c2)];_0xdd54a9(this[_0x28a78e(0x2c1)],({left:_0x42e95c,entered:_0x5332d7})=>{const _0x4ccfad=_0x28a78e,_0x477466=[];for(const _0x1bc04b of _0x42e95c){const {group:_0x43d1e9,type:_0x138a17}=this[_0x4ccfad(0x2a9)](_0x1bc04b[_0x4ccfad(0x289)]);if(_0x4ccfad(0x295)===_0x43d1e9){_0x477466[_0x4ccfad(0x1be)](this[_0x4ccfad(0x2a0)](_0x138a17,_0x4ccfad(0x16c)));break;}}for(const _0x2dbd27 of _0x5332d7){const {group:_0x396a35,type:_0x2f63d2}=this[_0x4ccfad(0x2a9)](_0x2dbd27[_0x4ccfad(0x289)]);if(_0x4ccfad(0x295)===_0x396a35){_0x477466[_0x4ccfad(0x1be)](this[_0x4ccfad(0x2a0)](_0x2f63d2,_0x4ccfad(0x232)));break;}}_0x477466[_0x4ccfad(0x1da)]&&_0x44c46b['ui'][_0x4ccfad(0x175)][_0x4ccfad(0x2ba)](_0x4ccfad(0x1fb),_0x477466[_0x4ccfad(0x257)]('\x20'));});}[_0x120844(0x1f4)](_0x126bf2){const _0x5ea3ef=_0x120844;if(this[_0x5ea3ef(0x258)])return!0x1;const _0x338f39=this[_0x5ea3ef(0x1c2)],_0x3dd05c=_0x338f39[_0x5ea3ef(0x290)][_0x5ea3ef(0x1b0)][_0x5ea3ef(0x2dd)][_0x5ea3ef(0x1cd)]();if(0x0==_0x3dd05c[_0x5ea3ef(0x1da)])return!0x1;const _0x51850f=[],_0xe7bc04=_0x3dd05c[_0x5ea3ef(0x1f0)](_0x1bfb39=>_0x5ea3ef(0x2e0)==_0x1bfb39[_0x5ea3ef(0x1e1)]),_0x176c0c=_0x3dd05c[_0x5ea3ef(0x1f0)](_0x256b0f=>_0x5ea3ef(0x1f2)==_0x256b0f[_0x5ea3ef(0x1e1)]&&_0x5ea3ef(0x2c7)!=_0x256b0f[_0x5ea3ef(0x289)]),_0x106151=_0x3dd05c[_0x5ea3ef(0x1f0)](_0x507e2f=>_0x5ea3ef(0x27f)==_0x507e2f[_0x5ea3ef(0x1e1)]&&_0x5ea3ef(0x2c7)!=_0x507e2f[_0x5ea3ef(0x289)]);for(const _0x27093f of _0xe7bc04)_0x51850f[_0x5ea3ef(0x1be)]({'key':_0x27093f[_0x5ea3ef(0x1fd)],'newValue':_0x27093f[_0x5ea3ef(0x28e)],'oldValue':_0x27093f[_0x5ea3ef(0x1cb)],'range':Ut(_0x27093f[_0x5ea3ef(0x265)],_0x338f39[_0x5ea3ef(0x290)])});for(const _0x554d66 of _0x176c0c){const _0x23f04d=_0x106151[_0x5ea3ef(0x16f)](_0x5dc090=>_0x5dc090[_0x5ea3ef(0x2e7)][_0x5ea3ef(0x2c2)](_0x554d66[_0x5ea3ef(0x2e7)]));_0x23f04d&&_0x51850f[_0x5ea3ef(0x1be)]({'key':_0x5ea3ef(0x2d7),'newValue':_0x554d66[_0x5ea3ef(0x289)],'oldValue':_0x23f04d[_0x5ea3ef(0x289)],'range':_0x338f39[_0x5ea3ef(0x290)][_0x5ea3ef(0x1f1)](_0x554d66[_0x5ea3ef(0x2e7)][_0x5ea3ef(0x286)])});}return 0x0!=_0x51850f[_0x5ea3ef(0x1da)]&&this[_0x5ea3ef(0x2e1)](_0x126bf2,_0x51850f);}[_0x120844(0x29b)](_0x5ca6f0){const _0x320948=_0x120844;let _0x590801=!0x1;const _0x3e69ae=this[_0x320948(0x1c2)][_0x320948(0x290)][_0x320948(0x1b0)][_0x320948(0x2dd)][_0x320948(0x1e5)]()[_0x320948(0x1f0)](_0x2e5e04=>_0x2e5e04[_0x320948(0x19e)][_0x320948(0x22a)]&&_0x2e5e04[_0x320948(0x289)][_0x320948(0x179)](_0x320948(0x2cc)));for(const _0x1eaa7f of _0x3e69ae){const {subType:_0x5d6a03,id:_0x135551}=this[_0x320948(0x2a9)](_0x1eaa7f[_0x320948(0x289)]),_0x2cb9af=_0x5d6a03[_0x320948(0x294)]('|')[0x0];for(const _0x536bf4 of this[_0x320948(0x2e5)]({'skipNotAttached':!0x0}))_0x536bf4['id']!=_0x135551&&_0x320948(0x2e0)==_0x536bf4[_0x320948(0x1e1)]&&_0x536bf4[_0x320948(0x19e)]&&_0x536bf4[_0x320948(0x19e)][_0x320948(0x1e2)]==_0x2cb9af&&_0x536bf4[_0x320948(0x288)]()[_0x320948(0x2ed)](_0x1eaa7f[_0x320948(0x19e)][_0x320948(0x22a)])&&(this[_0x320948(0x146)](_0x536bf4,_0x1eaa7f[_0x320948(0x19e)][_0x320948(0x22a)],_0x5ca6f0),_0x590801=!0x0);}return _0x590801;}[_0x120844(0x228)](_0x3dfdf8){const _0x22710f=_0x120844;this[_0x22710f(0x1c2)],(this[_0x22710f(0x258)]=!0x0,_0x3dfdf8());}[_0x120844(0x26c)](_0x43a0df){const _0x4e7725=_0x120844,_0x1d6624=this[_0x4e7725(0x2ee)](_0x43a0df),_0x1d7819=this[_0x4e7725(0x253)][_0x4e7725(0x1c8)](_0x43a0df);return _0x1d6624||_0x1d7819;}[_0x120844(0x2e1)](_0x114fdf,_0x2f91a7){const _0x5b7ae3=_0x120844;if(0x0==_0x2f91a7[_0x5b7ae3(0x1da)])return!0x1;let _0x59693b=!0x1;for(const _0xafcc22 of _0x2f91a7){const _0x21f2a2=this[_0x5b7ae3(0x1c6)](_0xafcc22[_0x5b7ae3(0x265)],_0x5b7ae3(0x2e0))[_0x5b7ae3(0x1f0)](_0x51999b=>!_0x51999b[_0x5b7ae3(0x2ec)][_0x5b7ae3(0x22d)])[_0x5b7ae3(0x273)](_0x4c9447=>_0x4c9447[_0x5b7ae3(0x295)]),_0x538f0f=_0x2689b9({'newValue':_0xafcc22[_0x5b7ae3(0x1ad)]});_0x21f2a2[_0x5b7ae3(0x1f0)](_0x1921a5=>{const _0x44c6e4=_0x5b7ae3,[_0x4136e5,_0x5a9c07]=_0x1921a5[_0x44c6e4(0x1f6)][_0x44c6e4(0x294)]('|');return _0x4136e5==_0xafcc22[_0x44c6e4(0x1e2)]&&_0x5a9c07!=_0x538f0f;})[_0x5b7ae3(0x17d)](_0x5bbf07=>{const _0x58270b=_0x5b7ae3;this[_0x58270b(0x146)](_0x5bbf07,_0xafcc22[_0x58270b(0x265)],_0x114fdf),_0x59693b=!0x0;});}return _0x59693b;}[_0x120844(0x146)](_0x48dd58,_0x13c46f,_0x1050bf){const _0x42957c=_0x120844,_0x149334=_0x48dd58[_0x42957c(0x288)]()[_0x42957c(0x141)](_0x13c46f);0x0!==_0x149334[_0x42957c(0x1da)]?0x1!==_0x149334[_0x42957c(0x1da)]?this[_0x42957c(0x281)](_0x48dd58,_0x13c46f[_0x42957c(0x1d2)],_0x13c46f[_0x42957c(0x2b1)]):this[_0x42957c(0x1e9)](_0x48dd58,_0x149334[0x0]):_0x1050bf[_0x42957c(0x25a)](_0x48dd58[_0x42957c(0x20c)]());}}class Bt{constructor(_0x1987ca){const _0x46a7eb=_0x120844;this[_0x46a7eb(0x148)]=_0x1987ca,this[_0x46a7eb(0x2c1)]=_0x1987ca[_0x46a7eb(0x290)],this[_0x46a7eb(0x2e4)]=new Map(),this[_0x46a7eb(0x1a4)]=new Map(),this[_0x46a7eb(0x19d)]();}[_0x120844(0x164)](_0x37b6f7,_0x408e75,_0x235e03,_0x1a3cfe,_0x891e8a,_0x5ea5a8){const _0x115300=_0x120844;return new _0x1fdc37(this[_0x115300(0x2c1)],{'type':_0x37b6f7,'subType':_0x408e75,'id':_0x235e03,'author':_0x1a3cfe,'creator':_0x1a3cfe,'attributes':_0x891e8a,'onAttributesChange':_0x5ea5a8,'onAccept':(..._0x9a247e)=>this[_0x115300(0x1b1)](_0x37b6f7,_0x408e75,_0x115300(0x230))(..._0x9a247e),'onDiscard':(..._0x4f94da)=>this[_0x115300(0x1b1)](_0x37b6f7,_0x408e75,_0x115300(0x1b2))(..._0x4f94da)});}[_0x120844(0x204)](_0x507b96,_0x45f287,_0x3a077a,_0x16939f){const _0x566da5=_0x120844,_0xf59844=_0x507b96+':'+_0x45f287+':'+_0x3a077a;this[_0x566da5(0x2e4)][_0x566da5(0x1b9)](_0xf59844,_0x16939f);}[_0x120844(0x1b1)](_0xd1db80,_0x4f1de3,_0x1294f6){const _0x4de96b=_0x120844,_0x3f779d=_0xd1db80+':'+_0x4f1de3+':'+_0x1294f6;return this[_0x4de96b(0x2e4)][_0x4de96b(0x2c6)](_0x3f779d)||this[_0x4de96b(0x1a4)][_0x4de96b(0x2c6)](_0xd1db80+':'+_0x1294f6);}[_0x120844(0x19d)](){const _0x5d330c=_0x120844,_0x463f2f=()=>!0x1,_0x3311ab=_0x149365=>{const _0x2463b8=_0x33f9;_0x149365[_0x2463b8(0x219)]((_0x388963,_0x200668)=>_0x388963[_0x2463b8(0x1d2)][_0x2463b8(0x2da)](_0x200668[_0x2463b8(0x1d2)])?0x1:-0x1),this[_0x2463b8(0x2c1)][_0x2463b8(0x1a1)](_0x5f0668=>{const _0x416863=_0x2463b8;for(const _0xb6c536 of _0x149365){let _0x3653a1;_0x3653a1=_0xb6c536[_0x416863(0x2b1)][_0x416863(0x2d3)]&&_0xb6c536[_0x416863(0x2b1)][_0x416863(0x20d)]==_0xb6c536[_0x416863(0x1d2)][_0x416863(0x286)]?_0x5f0668[_0x416863(0x19a)](_0xb6c536[_0x416863(0x1d2)][_0x416863(0x286)],'on'):_0x5f0668[_0x416863(0x19a)](_0xb6c536),this[_0x416863(0x2c1)][_0x416863(0x247)](_0x3653a1,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x10edc2=(_0x4bfc59,_0x52db4f)=>{const _0x240f5b=_0x33f9;_0x52db4f&&this[_0x240f5b(0x2c1)][_0x240f5b(0x1a1)](_0x41fad0=>{const _0x311684=_0x240f5b,{commandName:_0x2e9fd7,commandParams:_0x1a633e=[]}=_0x52db4f,_0x45fc00=_0x4bfc59[_0x311684(0x273)](_0x4fda75=>(Rt(_0x4fda75)&&(_0x4fda75=this[_0x311684(0x2c1)][_0x311684(0x193)](_0x4fda75[_0x311684(0x2b1)])),_0x4fda75))[_0x311684(0x1f0)](_0x2278c8=>_0x311684(0x276)!==_0x2278c8[_0x311684(0x2c9)][_0x311684(0x1ea)]);if(_0x45fc00[_0x311684(0x1da)]<0x1)return;const _0x31737a=Array[_0x311684(0x244)](this[_0x311684(0x2c1)][_0x311684(0x1b0)][_0x311684(0x28c)][_0x311684(0x2e8)]())[_0x311684(0x273)](_0xf69200=>_0x4b3b73[_0x311684(0x1e3)](_0xf69200));_0x41fad0[_0x311684(0x27b)](_0x45fc00);for(const _0x85623 of this[_0x311684(0x148)][_0x311684(0x285)][_0x311684(0x285)]())_0x85623[_0x311684(0x1a5)]();_0x1a633e[_0x311684(0x1be)]({'forceDefaultExecution':!0x0}),this[_0x311684(0x148)][_0x311684(0x293)](_0x2e9fd7,..._0x1a633e);const _0x53d8b0=_0x31737a[_0x311684(0x1f0)](_0x33a125=>_0x311684(0x276)!=_0x33a125[_0x311684(0x2c9)][_0x311684(0x1ea)]);_0x53d8b0[_0x311684(0x1da)]>0x0&&_0x41fad0[_0x311684(0x27b)](_0x53d8b0);for(const _0x10162a of _0x31737a)_0x10162a[_0x311684(0x2db)]();});},_0x6c79fc=(_0x29c211,_0x28d8da)=>0x1==_0x29c211[_0x5d330c(0x1da)]&&0x1==_0x28d8da[_0x5d330c(0x1da)]&&_0x29c211[0x0][_0x5d330c(0x2b1)][_0x5d330c(0x2c2)](_0x28d8da[0x0][_0x5d330c(0x1d2)]),_0x706579=(_0xf5b9df,_0x4596b6,_0x544ab1,_0x159a8e)=>Gt(_0xf5b9df,_0x4596b6,_0x544ab1,_0x159a8e,this[_0x5d330c(0x2c1)])?[_0xf5b9df,_0x4596b6]:Gt(_0x4596b6,_0xf5b9df,_0x159a8e,_0x544ab1,this[_0x5d330c(0x2c1)])?[_0x4596b6,_0xf5b9df]:null;this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x1fa),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x2b4),_0x3311ab),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x16e),_0x6c79fc),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x178),_0x706579),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x1ba),_0x3311ab),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x14c),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x24f),_0x6c79fc),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x154),_0x706579),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x16b),_0x10edc2),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x206),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x2dc),_0x6c79fc),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x220),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x23e),_0x10edc2),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x2d0),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x1c0),_0x6c79fc),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x23c),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x2b0),_0x463f2f),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x1a0),(_0x428e18,_0x41f396)=>{const _0x6d1895=_0x5d330c;if(!_0x41f396)return;const _0x19d206=this[_0x6d1895(0x148)][_0x6d1895(0x2cb)][_0x6d1895(0x2c6)](p);this[_0x6d1895(0x2c1)][_0x6d1895(0x1a1)](_0x1a6277=>{const _0x1b0059=_0x6d1895;if(_0x1b0059(0x2d7)==_0x41f396[_0x1b0059(0x1e2)])for(const _0x15f5ac of _0x428e18){const _0x216033=_0x15f5ac[_0x1b0059(0x1d2)][_0x1b0059(0x286)],_0x54e7e3=_0x41f396[_0x1b0059(0x24a)];_0x1a6277[_0x1b0059(0x255)](_0x216033,_0x54e7e3);}else{if(_0x19d206[_0x1b0059(0x2ee)](_0x41f396[_0x1b0059(0x1e2)])){for(const _0x48ed87 of _0x428e18)void 0x0!==_0x41f396[_0x1b0059(0x24a)]?_0x1a6277[_0x1b0059(0x158)](_0x41f396[_0x1b0059(0x1e2)],_0x41f396[_0x1b0059(0x24a)],_0x48ed87[_0x1b0059(0x1d2)][_0x1b0059(0x286)]):_0x1a6277[_0x1b0059(0x1ec)](_0x41f396[_0x1b0059(0x1e2)],_0x48ed87[_0x1b0059(0x1d2)][_0x1b0059(0x286)]);}else{for(const _0x30cc53 of _0x428e18)_0x41f396[_0x1b0059(0x24a)]?_0x1a6277[_0x1b0059(0x158)](_0x41f396[_0x1b0059(0x1e2)],_0x41f396[_0x1b0059(0x24a)],_0x30cc53):_0x1a6277[_0x1b0059(0x1ec)](_0x41f396[_0x1b0059(0x1e2)],_0x30cc53);}}});}),this[_0x5d330c(0x1a4)][_0x5d330c(0x1b9)](_0x5d330c(0x274),_0x6c79fc);}}function xt(_0x5685ac,_0x197ff7,_0x13a8cb){const _0x1188b7=_0x120844;for(const _0x135041 of _0x197ff7[_0x1188b7(0x20d)][_0x1188b7(0x1fc)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x135041[_0x1188b7(0x2c9)]==_0x135041)return!0x1;if(!_0x13a8cb[_0x1188b7(0x259)](_0x135041))return!0x1;if(_0x5685ac[_0x1188b7(0x190)](_0x135041)||_0x5685ac[_0x1188b7(0x231)](_0x135041))return!0x0;}return!0x1;}function Rt(_0x3b7337){const _0x4dd378=_0x120844;return _0x3b7337[_0x4dd378(0x2b1)][_0x4dd378(0x20d)]==_0x3b7337[_0x4dd378(0x1d2)][_0x4dd378(0x286)]&&_0x3b7337[_0x4dd378(0x2b1)][_0x4dd378(0x2d5)];}function Tt(_0x57cf34,_0x103eac,_0x35b849,_0x4089dc){const _0x2b6c78=_0x120844,_0x405785=_0x1b6edc=>!_0x1b6edc[_0x2b6c78(0x254)]['is'](_0x2b6c78(0x191))&&!_0x4089dc[_0x2b6c78(0x190)](_0x1b6edc[_0x2b6c78(0x254)]),_0x304658=_0x57cf34[_0x2b6c78(0x1d2)][_0x2b6c78(0x2d9)](_0x405785),_0x3f826c=_0x57cf34[_0x2b6c78(0x2b1)][_0x2b6c78(0x2d9)](_0x405785,{'direction':_0x2b6c78(0x22b)});return(!_0x57cf34[_0x2b6c78(0x1d2)][_0x2b6c78(0x2c2)](_0x304658)||!_0x57cf34[_0x2b6c78(0x2b1)][_0x2b6c78(0x2c2)](_0x3f826c))&&(_0x304658[_0x2b6c78(0x2da)](_0x3f826c)?_0x35b849[_0x2b6c78(0x166)](_0x103eac,{'range':_0x35b849[_0x2b6c78(0x193)](_0x304658,_0x3f826c)}):_0x35b849[_0x2b6c78(0x25a)](_0x103eac),!0x0);}function Et(_0x34391c){return _0x2689b9(_0x34391c);}function Vt(_0x2a24fc){const _0x21861c=_0x120844,_0x3f6ad5=_0x2a24fc[_0x21861c(0x1d2)][_0x21861c(0x286)];return _0x3f6ad5&&_0x3f6ad5['is'](_0x21861c(0x157));}function Ut(_0x3ba25c,_0x4780e0){const _0x24f2d4=_0x120844;return null==_0x3ba25c[_0x24f2d4(0x2b1)][_0x24f2d4(0x21d)]&&_0x3ba25c[_0x24f2d4(0x2b1)][_0x24f2d4(0x20d)]==_0x3ba25c[_0x24f2d4(0x1d2)][_0x24f2d4(0x286)]?Ot(_0x3ba25c[_0x24f2d4(0x1d2)][_0x24f2d4(0x286)],_0x4780e0):_0x3ba25c;}function Ot(_0x1718f0,_0x2d2dee){const _0x1d00db=_0x120844,_0x43e948=_0x2d2dee[_0x1d00db(0x189)][_0x1d00db(0x190)](_0x1718f0)||_0x2d2dee[_0x1d00db(0x189)][_0x1d00db(0x2df)](_0x1718f0);return _0x2d2dee[_0x1d00db(0x193)](_0x2d2dee[_0x1d00db(0x20b)](_0x1718f0,_0x1d00db(0x1d1)),_0x43e948?_0x2d2dee[_0x1d00db(0x2c0)](_0x1718f0):_0x2d2dee[_0x1d00db(0x20b)](_0x1718f0,_0x1d00db(0x2b1)));}function Gt(_0x47f7f6,_0x1a1a50,_0xcc4bf,_0xcdd86f,_0x12c471){const _0x340490=_0x120844;if(!Ft(_0x47f7f6,_0x1a1a50))return!0x1;if(_0xcc4bf[_0x340490(0x2b1)][_0x340490(0x2c2)](_0xcdd86f[_0x340490(0x1d2)]))return!0x0;if(_0x47f7f6[_0x340490(0x1e1)]!=_0x1a1a50[_0x340490(0x1e1)])return!0x1;if(!_0xcc4bf[_0x340490(0x2b1)][_0x340490(0x20a)](_0xcdd86f[_0x340490(0x1d2)]))return!0x1;const _0x17a6e7=_0x12c471[_0x340490(0x193)](_0xcc4bf[_0x340490(0x2b1)],_0xcdd86f[_0x340490(0x1d2)])[_0x340490(0x2ce)]();for(const _0x33a7a1 of _0x17a6e7)if([_0x340490(0x26a),_0x340490(0x2ad)][_0x340490(0x235)](_0x33a7a1[_0x340490(0x1e1)])&&_0x12c471[_0x340490(0x189)][_0x340490(0x231)](_0x33a7a1[_0x340490(0x254)]))return!0x1;return!0x0;}function Ft(_0x650291,_0x50f292,_0x50e11c=[]){const _0x509a0f=_0x120844;return!(!_0x650291[_0x509a0f(0x223)]||!_0x50f292[_0x509a0f(0x223)])&&_0x5f5cd1(_0x2f7386(_0x650291[_0x509a0f(0x167)],_0x50e11c),_0x2f7386(_0x50f292[_0x509a0f(0x167)],_0x50e11c));}function Pt(_0x4e4f78,_0x304ab9){const _0x3be705=_0x120844,_0x30185a=Lt(_0x4e4f78[_0x3be705(0x167)]),_0x5a261c=Lt(_0x304ab9);if(!_0x4e4f78[_0x3be705(0x223)])return!0x1;for(const _0x244ff4 of Object[_0x3be705(0x1ac)](_0x5a261c))if(!_0x5f5cd1(_0x30185a[_0x244ff4],_0x5a261c[_0x244ff4]))return!0x1;return!0x0;}function Lt(_0x1efbbd){const _0x23f96f=_0x120844,_0x1283cf=Object[_0x23f96f(0x2c5)]({},_0x1efbbd);return delete _0x1283cf[_0x23f96f(0x26f)],delete _0x1283cf[_0x23f96f(0x169)],_0x1283cf;}
23
+ const _0x1d07d2=_0x5733;(function(_0xcec786,_0x693712){const _0x4eeea1=_0x5733,_0xca7161=_0xcec786();while(!![]){try{const _0x1d9a89=-parseInt(_0x4eeea1(0x238))/0x1*(parseInt(_0x4eeea1(0x1c4))/0x2)+parseInt(_0x4eeea1(0x279))/0x3+parseInt(_0x4eeea1(0x272))/0x4+-parseInt(_0x4eeea1(0x251))/0x5*(-parseInt(_0x4eeea1(0x308))/0x6)+parseInt(_0x4eeea1(0x2bf))/0x7*(parseInt(_0x4eeea1(0x26a))/0x8)+parseInt(_0x4eeea1(0x29a))/0x9*(-parseInt(_0x4eeea1(0x22e))/0xa)+-parseInt(_0x4eeea1(0x243))/0xb;if(_0x1d9a89===_0x693712)break;else _0xca7161['push'](_0xca7161['shift']());}catch(_0x21f742){_0xca7161['push'](_0xca7161['shift']());}}}(_0x490d,0xcbce8));import{Plugin as _0x3a7f55,PendingActions as _0x528d9d}from'ckeditor5/src/core.js';import{LiveRange as _0x60a5ae}from'ckeditor5/src/engine.js';function _0x490d(){const _0x385d72=['acceptAllSuggestions','_setSuggestionData','track-changes-suggestion-not-found','unshift','getSuggestions','isAfter','containsPosition','change:activeMarkers','batch','formatInline:chain','discardSelectedSuggestions','updateSuggestion','markInlineFormat','rootName','registerPostFixer','map','suggestionChanged','update:suggestion','_setSuggestionRange','isIntersecting','getCustomProperty','meta','formatBlock','isTouching','addMarker:suggestion','_processAttributeSuggestions','discardSuggestion','removed','track-changes-adapter-already-set','formatBlock:chain','getContainedElement','element','markMultiRangeDeletion','ck-suggestion-marker--active','acceptSuggestion','markerReady','formatInline:discard','writer','getAncestors','length','markAttributeChange','always','getDifference','startsWith','_getExternalAuthor','formatBlock:accept','suggestionUnloaded','fetchCommentThread','backward','push','newValue','suggestion','_addThreadToSuggestion','enableCommand','attribute:join','attribute','addMarker','suggestion:','lowest','document','PendingActions','split','Users','toUpperCase','return','hasSuggestion','acceptSelectedSuggestions','change:data','containsItem','removeMarker:suggestion:formatBlock','createSelection','228jTvslH','markMultiRangeInsertion','createdAt','includes','markMultiRangeBlockFormat','next','_isForcedDefaultExecutionBlock','selection','_editor','markerToData','_refreshAttributeSuggestionsChain','reconvertMarker','nodeBefore','root','oldRange','deletion:join','setAttribute','_checkSuggestionCorrectness','change:_saved','_customCallbacks','insertion:','discardAllSuggestions','newRange','_getAuthorFromId','stop','head','getNearestSelectionRange','fromRange','isIntersectingWithRange','_isBlockAttribute','insertion','dataToMarker','range','filter','getMarkers','track-changes-enable-command-twice','forceDefaultExecution','item','_initAriaMarkerChangeAnnouncements','define','isAtStart','suggestion-type','comments','nodeAfter','commandName','clear','authoredAt','_getAttributeKey','type','_registerInlineAttribute','getWalker','_getSuggestionData','isArray','accept','containsRangeInObject','attributes','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.','_recordAttributeSuggestions','ready','upcast','deleteContent','insertion:chain','_commentsRepository','after','chain','open','some','getIntersection','sort','insertion:accept','elementStart','markerName','parent','substr','isAtEnd','_rangeIsInLocalUserInsertion','_reduceExistingSuggestions','isOwn','_adapter','then','track-changes-user-not-found','isSelectable','pluginName','ck-suggestion-marker-formatInline','ck-suggestion-marker-formatBlock','clone','addComment','ariaLiveAnnouncer','ck-suggestion-marker-','high','targetPosition','getRange','bindElementToMarker','@external','createPositionAt','mapper','FORMATTING','formatGroupId','every','applyOperation','_blockAttributeKeys','accepted','_removeSuggestion','isExternal','marker-count','warn','low','markerToHighlight','_joinWithAdjacentSuggestions','70XMePQz','_model','elementToElement','addSuggestion','markBlockFormat','execute','consume','$marker','activeMarkers','model','dataDowncast','rename','formatBlock:discard','addClass','author','_cutOutSuggestionMarker','multipleBlocks','_registerDefaultCallbacks','attributeKey','getSuggestion','isLimit','addMarker:suggestion:formatBlock','oldValue','detach','_suggestionFactory','_refreshSuggestionsChain','trackChangesCommand','assign','config','enqueueChange','previous','isMultiRange','_isDataLoaded','_defaultCallbacks','start','multi','isNextTo','groupId','isLocal','_inlineAttributeKeys','editingDowncast','createRange','isBefore','createPositionAfter','addMarkerName','discard','addUser','locale','_isRegisteredAttribute','announce','$graveyard','attributeOldValue','$text','_reduceSuggestionAttributeRange','removeClass','rethrowUnexpectedError','setSelection','suggestion:attribute:','keys','unbind','concat','hasComments','_suggestionState','_breakSuggestionMarker','track-changes-suggestion-data-mismatch','formatBlock:','_registerBlockAttribute','elementEnd','isInContent','formatInline:','addRange','_findSuggestions','_processAttributeChanges','_trackFormatChanges','buildSuggestion','editor','creator','tablePasteChainId','isCollapsed','value','formatBlock:join','stopListening','data-suggestion','rejected','_SUGGESTION_ANNOUNCEMENT','deletion:chain','default','_descriptionFactory','getChangedMarkers','_afterChanges','differ','_joinSuggestions','never','commands','documentSelection','getUser','_addSuggestionMarker','insertion:discard','_splitMarkerName','commentThread','fromCharCode','delete','hasCommentThread','getItems','containsRange','insertContent','164330pLQtcV','_handleNewSuggestionMarker','key','_element','LEAVE','getCommentThread','addHighlight','getMultiRangeId','notReady','originalSuggestionId','11297zGNcrG','dataReady','editing','addMarker:suggestion:attribute','listenTo','updateMarker','conversion','$elementName','suggestionLoaded','attributeNewValue','getSuggestionCallback','5470564htFeOb','set','_createSuggestion','getChanges','for','from','addSuggestionData','moveTargetPosition','change','isBlock','enableReadOnlyMode','name','showSuggestionHighlights','TrackChangesEditing','820xqXCxx','isUndo','getRanges','toViewElement','refresh','options','external:','track-changes-command-not-found','createPositionBefore','getFirstMarker','registerCustomCallback','formatInline:join','isEqual','values','adapter','add','forward','markerNameToElements','removeAttribute','ENTER','catch','error-saving-suggestion-data-suggestion-discarded','_saved','splice','collaboration.channelId','384784QdlvLK','track-changes-adapter-missing-getsuggestion','join','attribute:discard','trackChanges.trackFormatChanges','markDeletion','getAllAdjacentSuggestions','insert','5031016CmSsJX','resolve','_recordAttributeChanges','containerElement','formatInline:accept','_getMarkerAnnouncementText','createRangeIn','3595761GLapAo','ck-suggestion-marker','_onDiscard','getShiftedBy','unbindElementFromMarkerName','data','removeMarkers','skipNestingCheck','move','requires','removeComment','deletion:discard','addCommentThread','normal','attribute:accept','plugins','widget','$textProxy','format','before','removeMarker:suggestion:attribute','createRangeOn','has','CommentsRepository','substring','find','schema','consumable','init','removeMarker','remove','markers','deletion','666iPTxSO','isDocumentOperation','PENDING_ACTION_SUGGESTION','insertion:join','pop','trackChanges.mergeNestedSuggestions','forEach','createElement','toJSON','getLastMatchingPosition','formatInline','fire','_updateSuggestionData','getAttribute','subType','getFirstRange','authorName','howMany','size','attribute:','isRemovable','isObject','trackChanges','_enableDefaultAttributesIntegration','_mergeNestedSuggestions','group','splitPosition','markInsertion','_enabledCommands','end','setTo','deletion:','position','isInsideObject','deletion:accept','_suggestions','get','70fLceBr','highest'];_0x490d=function(){return _0x385d72;};return _0x490d();}import{CKEditorError as _0x4a53bd,uid as _0x4f3b9f,priorities as _0x12ef34,logWarning as _0x36b65d}from'ckeditor5/src/utils.js';import{toWidget as _0x544ef4}from'ckeditor5/src/widget.js';import{Users as _0x27db2e,hashObject as _0x4d3182,surroundingMarkersDetector as _0x804215}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5945f0 from'./commands/trackchangescommand.js';import _0x12411f from'./commands/acceptsuggestioncommand.js';import _0x30b115 from'./commands/discardsuggestioncommand.js';import _0x1bddaa from'./commands/executeonallsuggestionscommand.js';import _0x2ee197 from'./commands/executeonselectedsuggestionscommand.js';import _0xd2d3ed from'./suggestion.js';import _0x48999a from'./suggestiondescriptionfactory.js';import _0x49d23a from'./integrations/aiassistant.js';import _0x187c1c from'./integrations/alignment.js';import _0x8b24e8 from'./integrations/basicstyles.js';import _0x319bdf from'./integrations/blockquote.js';import _0x3876bf from'./integrations/casechange.js';import _0x2cb562 from'./integrations/ckbox.js';import _0x3504cd from'./integrations/codeblock.js';import _0x38d32a from'./integrations/comments.js';import _0x1bc23e from'./integrations/deletecommand.js';import _0x252a04 from'./integrations/list.js';import _0xb8c3f2 from'./integrations/listproperties.js';import _0x58a4aa from'./integrations/entercommand.js';import _0x154943 from'./integrations/findandreplace.js';import _0x882932 from'./integrations/font.js';import _0x357414 from'./integrations/formatpainter.js';import _0x54984b from'./integrations/heading.js';import _0x1b1417 from'./integrations/highlight.js';import _0x315b2d from'./integrations/horizontalline.js';import _0x3dbf7d from'./integrations/htmlembed.js';import _0x8b5738 from'./integrations/image.js';import _0x533c46 from'./integrations/imagereplace.js';import _0x301a40 from'./integrations/imagestyle.js';import _0x64f9ff from'./integrations/importword.js';import _0x2489c8 from'./integrations/indent.js';import _0x2534e6 from'./integrations/inputcommand.js';import _0x37d7e5 from'./integrations/link.js';function _0x5733(_0x51a206,_0x452f04){const _0x490d6f=_0x490d();return _0x5733=function(_0x5733a5,_0x424913){_0x5733a5=_0x5733a5-0x192;let _0x3fcef1=_0x490d6f[_0x5733a5];return _0x3fcef1;},_0x5733(_0x51a206,_0x452f04);}import _0x2b2540 from'./integrations/legacylist.js';import _0x56dce2 from'./integrations/legacylistproperties.js';import _0x59308d from'./integrations/mediaembed.js';import _0x5c8095 from'./integrations/mention.js';import _0x50a9e2 from'./integrations/pagebreak.js';import _0x565512 from'./integrations/paragraph.js';import _0x36d3e4 from'./integrations/removeformat.js';import _0x5e45ee from'./integrations/restrictededitingmode.js';import _0xaf7780 from'./integrations/shiftentercommand.js';import _0x5a034d from'./integrations/standardeditingmode.js';import _0x200d3e from'./integrations/style.js';import _0x279b4a from'./integrations/table.js';import _0x55ddfb from'./integrations/tablemergesplit.js';import _0x34af50 from'./integrations/tableheadings.js';import _0x2f6a72 from'./integrations/tableclipboard.js';import _0x3b1281 from'./integrations/tablecolumnresize.js';import _0x139c26 from'./integrations/template.js';import _0x5bd9c3 from'./integrations/tableofcontents.js';import _0x35ba81 from'./integrations/title.js';import _0x29927f from'./integrations/undo.js';import _0x51f8a0 from'./integrations/tablecaption.js';import _0x1cd6ce from'./integrations/tableproperties.js';import{getTranslation as _0x32ac3a}from'./utils/common-translations.js';import{isEqual as _0x1daed9,omit as _0x219614}from'lodash-es';export const renameAttributeKey=_0x1d07d2(0x23f);export default class p extends _0x3a7f55{static get[_0x1d07d2(0x282)](){const _0x42e8b1=_0x1d07d2;return[_0x42e8b1(0x290),_0x27db2e,_0x528d9d,_0x49d23a,_0x187c1c,_0x8b24e8,_0x319bdf,_0x2cb562,_0x3876bf,_0x3504cd,_0x38d32a,_0x1bc23e,_0x58a4aa,_0x154943,_0x882932,_0x357414,_0x54984b,_0x1b1417,_0x315b2d,_0x3dbf7d,_0x8b5738,_0x301a40,_0x533c46,_0x64f9ff,_0x2489c8,_0x2534e6,_0x2b2540,_0x56dce2,_0x37d7e5,_0x252a04,_0xb8c3f2,_0x59308d,_0x5c8095,_0x50a9e2,_0x565512,_0x36d3e4,_0x5e45ee,_0xaf7780,_0x5a034d,_0x200d3e,_0x279b4a,_0x55ddfb,_0x34af50,_0x51f8a0,_0x2f6a72,_0x3b1281,_0x5bd9c3,_0x1cd6ce,_0x139c26,_0x35ba81,_0x29927f];}static get[_0x1d07d2(0x1a9)](){const _0x3f6bf2=_0x1d07d2;return _0x3f6bf2(0x250);}constructor(_0x471958){const _0xa5d8e7=_0x1d07d2;function _0x395da8(_0x24dd75){const _0x176ed6=_0x5733;return _0x24dd75[_0x176ed6(0x2d0)](_0x35762a=>String[_0x176ed6(0x228)](_0x35762a))[_0x176ed6(0x26c)]('');}super(_0x471958),this[_0xa5d8e7(0x341)]=!0x1,this[_0xa5d8e7(0x244)](_0xa5d8e7(0x1cc),[]),this['on'](_0xa5d8e7(0x2c8),(_0x487c09,_0x13017a,_0x4568b5,_0x334815)=>{const _0x20a848=_0xa5d8e7;this[_0x20a848(0x1c5)][_0x20a848(0x24b)](()=>{const _0x579225=_0x20a848;for(const _0x40270b of[..._0x334815,..._0x4568b5])this[_0x579225(0x1c5)][_0x579225(0x298)][_0x579225(0x28f)](_0x40270b)&&_0x471958[_0x579225(0x23a)][_0x579225(0x313)](_0x40270b);});}),this[_0xa5d8e7(0x21b)]=new _0x48999a(this[_0xa5d8e7(0x20f)][_0xa5d8e7(0x1cd)][_0xa5d8e7(0x293)],this[_0xa5d8e7(0x20f)][_0xa5d8e7(0x1f3)]),this[_0xa5d8e7(0x1a5)]=null,this[_0xa5d8e7(0x1dc)]=new Bt(this[_0xa5d8e7(0x20f)]),this[_0xa5d8e7(0x2bd)]=new Map(),this[_0xa5d8e7(0x195)]=_0x471958[_0xa5d8e7(0x288)][_0xa5d8e7(0x2be)](_0xa5d8e7(0x290)),this[_0xa5d8e7(0x2b6)]=new Set(),this[_0xa5d8e7(0x1c5)]=this[_0xa5d8e7(0x20f)][_0xa5d8e7(0x1cd)],this[_0xa5d8e7(0x202)]=new WeakMap(),this[_0xa5d8e7(0x30e)]=!0x1,this[_0xa5d8e7(0x1bb)]=new Set([_0xa5d8e7(0x23f)]),this[_0xa5d8e7(0x1eb)]=new Set(),_0x471958[_0xa5d8e7(0x1e0)][_0xa5d8e7(0x32f)](_0xa5d8e7(0x26e),_0xa5d8e7(0x21a)),this[_0xa5d8e7(0x20d)]=_0x471958[_0xa5d8e7(0x1e0)][_0xa5d8e7(0x2be)](_0xa5d8e7(0x26e)),_0x471958[_0xa5d8e7(0x1e0)][_0xa5d8e7(0x32f)](_0xa5d8e7(0x29f),!0x0),this[_0xa5d8e7(0x2b2)]=_0x471958[_0xa5d8e7(0x1e0)][_0xa5d8e7(0x2be)](_0xa5d8e7(0x29f)),this[_0xa5d8e7(0x1de)]=new _0x5945f0(_0x471958,this[_0xa5d8e7(0x2b6)]),this[_0xa5d8e7(0x32e)](),this[_0x395da8([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x395da8([0x34,0x30,0x34,0x38,0x30,0x36,0x31,0x32]);}[_0x1d07d2(0x295)](){const _0x1a0439=_0x1d07d2,_0x288012=this[_0x1a0439(0x20f)],_0x1a07b2=(_0x51883e,_0x31ba38)=>{const _0x338f09=_0x1a0439;if(_0x338f09(0x2f8)!=_0x51883e)return _0x338f09(0x1af)+_0x51883e;const _0xffb2d7=_0x31ba38[_0x338f09(0x2fe)]('|')[0x0];return this[_0x338f09(0x325)](_0xffb2d7)?_0x338f09(0x1ab):_0x338f09(0x1aa);};_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x1ec))[_0x1a0439(0x1c2)]({'model':_0x1a0439(0x2f4),'view':_0x49ee90=>{const _0x4a85b7=_0x1a0439,{id:_0x498254,type:_0x225c98,subType:_0x391e2c}=this[_0x4a85b7(0x226)](_0x49ee90[_0x4a85b7(0x19e)]),_0x2e3ace=[_0x4a85b7(0x27a),_0x1a07b2(_0x225c98,_0x391e2c)];let _0x53f298=0xbb8;return this[_0x4a85b7(0x1cc)][_0x4a85b7(0x30b)](_0x49ee90[_0x4a85b7(0x19e)])&&(_0x2e3ace[_0x4a85b7(0x2f2)](_0x4a85b7(0x2e2)),_0x53f298=0xbc2),_0x4a85b7(0x299)==_0x225c98&&(_0x53f298+=0x5),{'classes':_0x2e3ace,'attributes':{'data-suggestion':_0x498254},'priority':_0x53f298};}}),_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x1ce))[_0x1a0439(0x260)](_0x78e8ad=>{const _0x7ba504=_0x1a0439;_0x78e8ad['on'](_0x7ba504(0x2d9),(_0x52f7f8,_0x3f5341,_0x1a04e5)=>{const _0x326b3f=_0x7ba504;if(!_0x1a04e5[_0x326b3f(0x256)][_0x326b3f(0x24f)])return;const _0x46db04=_0x3f5341[_0x326b3f(0x32d)];if(!_0x46db04)return;const _0x44effd=_0x1a04e5[_0x326b3f(0x1b6)][_0x326b3f(0x254)](_0x46db04);_0x288012[_0x326b3f(0x1cd)][_0x326b3f(0x293)][_0x326b3f(0x2af)](_0x46db04)&&_0x44effd&&!_0x44effd[_0x326b3f(0x2d5)](_0x326b3f(0x289))&&_0x44effd['is'](_0x326b3f(0x275))&&_0x544ef4(_0x44effd,_0x1a04e5[_0x326b3f(0x2e6)]);},{'priority':_0x7ba504(0x1b0)});}),_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x1ce))[_0x1a0439(0x1c2)]({'model':_0x1a0439(0x2f4),'view':(_0x99cfa5,_0x35da23)=>{const _0x4e53ab=_0x1a0439;if(!_0x35da23[_0x4e53ab(0x256)][_0x4e53ab(0x24f)])return null;const {type:_0xc98af4,subType:_0x40fd26}=this[_0x4e53ab(0x226)](_0x99cfa5[_0x4e53ab(0x19e)]);return{'classes':[_0x4e53ab(0x27a),_0x1a07b2(_0xc98af4,_0x40fd26)],'priority':0xbb8};}});const _0x4d29e8=({showActiveMarkers:_0x4419d4=!0x0,isAttributeSuggestion:_0xd1c49=!0x1}={})=>(_0x573b7e,_0x2fb688,_0x512f1e)=>{const _0x25a1d5=_0x1a0439;if(!_0x2fb688[_0x25a1d5(0x32d)])return;const {id:_0x279518}=this[_0x25a1d5(0x226)](_0x2fb688[_0x25a1d5(0x19e)]);if(_0xd1c49){const _0x154d1d=this[_0x25a1d5(0x2bd)][_0x25a1d5(0x2be)](_0x279518),_0x5ed929=this[_0x25a1d5(0x337)](_0x154d1d);if(!this[_0x25a1d5(0x325)](_0x5ed929))return;}if(_0x2fb688[_0x25a1d5(0x32d)]['is'](_0x25a1d5(0x30f)))return void _0x512f1e[_0x25a1d5(0x294)][_0x25a1d5(0x1ca)](_0x2fb688[_0x25a1d5(0x32d)],_0x573b7e[_0x25a1d5(0x24e)]);const _0x5683ea=_0x512f1e[_0x25a1d5(0x1b6)][_0x25a1d5(0x254)](_0x2fb688[_0x25a1d5(0x32d)]);if(_0x2fb688[_0x25a1d5(0x32d)]['is'](_0x25a1d5(0x2e0))&&_0x288012[_0x25a1d5(0x1cd)][_0x25a1d5(0x293)][_0x25a1d5(0x24c)](_0x2fb688[_0x25a1d5(0x32d)])&&!_0x5683ea[_0x25a1d5(0x2d5)](_0x25a1d5(0x234))){_0x512f1e[_0x25a1d5(0x2e6)][_0x25a1d5(0x1d1)]([_0x25a1d5(0x27a),_0x25a1d5(0x1ab)],_0x5683ea),_0x512f1e[_0x25a1d5(0x2e6)][_0x25a1d5(0x318)](_0x25a1d5(0x216),_0x279518,_0x5683ea),_0x512f1e[_0x25a1d5(0x1b6)][_0x25a1d5(0x1b3)](_0x5683ea,_0x2fb688[_0x25a1d5(0x19e)]),_0x4419d4&&(this[_0x25a1d5(0x1cc)][_0x25a1d5(0x30b)](_0x2fb688[_0x25a1d5(0x19e)])?_0x512f1e[_0x25a1d5(0x2e6)][_0x25a1d5(0x1d1)](_0x25a1d5(0x2e2),_0x5683ea):_0x512f1e[_0x25a1d5(0x2e6)][_0x25a1d5(0x1fa)](_0x25a1d5(0x2e2),_0x5683ea));for(const _0x2fe65d of _0x288012[_0x25a1d5(0x1cd)][_0x25a1d5(0x278)](_0x2fb688[_0x25a1d5(0x32d)])[_0x25a1d5(0x22b)]())_0x512f1e[_0x25a1d5(0x294)][_0x25a1d5(0x1ca)](_0x2fe65d,_0x573b7e[_0x25a1d5(0x24e)]);_0x512f1e[_0x25a1d5(0x294)][_0x25a1d5(0x1ca)](_0x2fb688[_0x25a1d5(0x32d)],_0x573b7e[_0x25a1d5(0x24e)]);}};_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x1ce))[_0x1a0439(0x260)](_0x4cbe23=>{const _0x3cb69e=_0x1a0439;_0x4cbe23['on'](_0x3cb69e(0x1d9),(_0x47d828,_0x55c40d,_0x27a774)=>{const _0x500729=_0x3cb69e;_0x27a774[_0x500729(0x256)][_0x500729(0x24f)]&&_0x4d29e8({'showActiveMarkers':!0x1})(_0x47d828,_0x55c40d,_0x27a774);},{'priority':_0x3cb69e(0x2c0)});}),_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x1ce))[_0x1a0439(0x260)](_0x4c8316=>{const _0x416ac6=_0x1a0439;_0x4c8316['on'](_0x416ac6(0x23b),(_0x533f92,_0x55335a,_0x13f54a)=>{const _0x512faf=_0x416ac6;_0x13f54a[_0x512faf(0x256)][_0x512faf(0x24f)]&&_0x4d29e8({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x533f92,_0x55335a,_0x13f54a);},{'priority':_0x416ac6(0x2c0)});}),_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x1ce))[_0x1a0439(0x311)]({'model':_0x1a0439(0x2f4),'view':(_0x5b494a,_0x1bc06d)=>_0x1bc06d[_0x1a0439(0x256)][_0x1a0439(0x24f)]?null:{'group':_0x1a0439(0x2f4),'name':_0x5b494a[_0x1a0439(0x1a0)](0xb)}}),_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x192))[_0x1a0439(0x1c6)]({'view':{'name':_0x1a0439(0x2f4),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5c9839,{writer:_0x558242})=>{const _0x5e7a72=_0x1a0439;let _0x4b15b4=_0x5e7a72(0x2fa)+_0x5c9839[_0x5e7a72(0x2a7)](_0x5e7a72(0x331))+':'+_0x5c9839[_0x5e7a72(0x2a7)]('id');return _0x5c9839[_0x5e7a72(0x2a7)](_0x5e7a72(0x1bf))&&(_0x4b15b4+=':'+_0x5c9839[_0x5e7a72(0x2a7)](_0x5e7a72(0x1bf))),_0x558242[_0x5e7a72(0x2a1)](_0x5e7a72(0x1cb),{'data-name':_0x4b15b4});}}),_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x192))[_0x1a0439(0x327)]({'view':_0x1a0439(0x2f4)}),_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x1ec))[_0x1a0439(0x260)](_0x153cd0=>{const _0x4c7262=_0x1a0439;_0x153cd0['on'](_0x4c7262(0x1d9),_0x4d29e8(),{'priority':_0x4c7262(0x1b0)});}),_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x1ec))[_0x1a0439(0x260)](_0x322cf9=>{const _0x2e5a40=_0x1a0439;_0x322cf9['on'](_0x2e5a40(0x23b),_0x4d29e8({'isAttributeSuggestion':!0x0}),{'priority':_0x2e5a40(0x1b0)});}),_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x1ec))[_0x1a0439(0x260)](_0x956670=>{const _0x590bb2=_0x1a0439;_0x956670['on'](_0x590bb2(0x306),(_0x3f873f,_0x4750f5,_0x2bb15b)=>{const _0x132aa4=_0x590bb2,_0x489c05=_0x2bb15b[_0x132aa4(0x1b6)][_0x132aa4(0x262)](_0x4750f5[_0x132aa4(0x19e)]);if(_0x489c05){for(const _0x56646f of _0x489c05)_0x56646f[_0x132aa4(0x2d5)](_0x132aa4(0x234))||(_0x2bb15b[_0x132aa4(0x2e6)][_0x132aa4(0x1fa)]([_0x132aa4(0x27a),_0x132aa4(0x1ab),_0x132aa4(0x2e2)],_0x56646f),_0x2bb15b[_0x132aa4(0x2e6)][_0x132aa4(0x263)](_0x132aa4(0x216),_0x56646f),_0x2bb15b[_0x132aa4(0x1b6)][_0x132aa4(0x27d)](_0x56646f,_0x4750f5[_0x132aa4(0x19e)]));}},{'priority':_0x590bb2(0x1b0)});}),_0x288012[_0x1a0439(0x23e)][_0x1a0439(0x247)](_0x1a0439(0x1ec))[_0x1a0439(0x260)](_0x17f239=>{const _0x3d67dc=_0x1a0439;_0x17f239['on'](_0x3d67dc(0x28d),(_0x17f02c,_0x978eb4,_0x1b6620)=>{const _0x1cf291=_0x3d67dc,_0x2debff=_0x1b6620[_0x1cf291(0x1b6)][_0x1cf291(0x262)](_0x978eb4[_0x1cf291(0x19e)]);if(!_0x2debff)return;const {id:_0x3f52a2}=this[_0x1cf291(0x226)](_0x978eb4[_0x1cf291(0x19e)]),_0x1651ab=this[_0x1cf291(0x2bd)][_0x1cf291(0x2be)](_0x3f52a2),_0xae56fd=this[_0x1cf291(0x337)](_0x1651ab);if(this[_0x1cf291(0x325)](_0xae56fd)){for(const _0x1d4272 of _0x2debff)_0x1d4272[_0x1cf291(0x2d5)](_0x1cf291(0x234))||(_0x1b6620[_0x1cf291(0x2e6)][_0x1cf291(0x1fa)]([_0x1cf291(0x27a),_0x1cf291(0x1ab),_0x1cf291(0x2e2)],_0x1d4272),_0x1b6620[_0x1cf291(0x2e6)][_0x1cf291(0x263)](_0x1cf291(0x216),_0x1d4272),_0x1b6620[_0x1cf291(0x1b6)][_0x1cf291(0x27d)](_0x1d4272,_0x978eb4[_0x1cf291(0x19e)]));}},{'priority':_0x3d67dc(0x1b0)});}),_0x288012[_0x1a0439(0x1cd)][_0x1a0439(0x2fc)][_0x1a0439(0x2cf)](_0x3300f7=>{const _0x49f499=_0x1a0439;let _0x5e1545=!0x1;const _0x1de861=Array[_0x49f499(0x248)](_0x288012[_0x49f499(0x1cd)][_0x49f499(0x2fc)][_0x49f499(0x21e)][_0x49f499(0x21c)]()),_0x34973c=new Set();for(const {name:_0x4f7ff1,data:_0x34710b}of _0x1de861){const {group:_0x208441,type:_0x4a421e,subType:_0xd7450d,id:_0x653fbc}=this[_0x49f499(0x226)](_0x4f7ff1);if(_0x49f499(0x2f4)!==_0x208441)continue;const _0xbb747e=this[_0x49f499(0x2bd)][_0x49f499(0x2be)](_0x653fbc);if(null!=_0x34710b[_0x49f499(0x31e)]){_0x49f499(0x2a4)==_0x4a421e&&(_0x5e1545=_0x5e1545||Tt(_0x34710b[_0x49f499(0x31e)],_0x4f7ff1,_0x3300f7,_0x288012[_0x49f499(0x1cd)][_0x49f499(0x293)]));const _0x5b8d0f=_0x49f499(0x2f8)==_0x4a421e&&this[_0x49f499(0x325)](_0xd7450d[_0x49f499(0x2fe)]('|')[0x0]);if(_0x34710b[_0x49f499(0x31e)][_0x49f499(0x212)]||_0x49f499(0x1f6)==_0x34710b[_0x49f499(0x31e)][_0x49f499(0x315)][_0x49f499(0x2ce)]||_0x49f499(0x2d7)==_0x4a421e&&!Vt(_0x34710b[_0x49f499(0x31e)])||_0x5b8d0f&&!Vt(_0x34710b[_0x49f499(0x31e)])||_0x49f499(0x299)==_0x4a421e&&!(!Rt(_0x32cf31=_0x34710b[_0x49f499(0x31e)])&&!function(_0x27e662){const _0x108b2a=_0x49f499;return _0x27e662[_0x108b2a(0x1e6)][_0x108b2a(0x19f)]==_0x27e662[_0x108b2a(0x2b7)][_0x108b2a(0x314)]&&_0x27e662[_0x108b2a(0x1e6)][_0x108b2a(0x1a1)];}(_0x32cf31)))_0x3300f7[_0x49f499(0x296)](_0x4f7ff1),_0x5e1545=!0x0;else{if(!_0xbb747e||!_0xbb747e[_0x49f499(0x208)])continue;_0x34973c[_0x49f499(0x260)](_0xbb747e);}}}var _0x32cf31;return _0x34973c[_0x49f499(0x2ac)]>0x0&&(_0x5e1545=!!this[_0x49f499(0x1c3)](_0x34973c)||_0x5e1545),_0x5e1545;}),_0x288012[_0x1a0439(0x1cd)][_0x1a0439(0x2fc)][_0x1a0439(0x2cf)](_0x4ada81=>{const _0x2ee105=_0x1a0439;let _0x1010b0=!0x1;for(const _0x5e8911 of _0x288012[_0x2ee105(0x1cd)][_0x2ee105(0x2fc)][_0x2ee105(0x21e)][_0x2ee105(0x246)]())if(_0x2ee105(0x271)==_0x5e8911[_0x2ee105(0x338)])for(const _0x648515 of this[_0x2ee105(0x2bd)][_0x2ee105(0x25e)]()){if(_0x648515[_0x2ee105(0x1e3)]||!_0x648515[_0x2ee105(0x208)])continue;const _0x4397c4=_0x2ee105(0x2d7)==_0x648515[_0x2ee105(0x338)],_0x2203c0=this[_0x2ee105(0x337)](_0x648515),_0x56e0cd=_0x2203c0&&this[_0x2ee105(0x325)](_0x2203c0);if(!_0x4397c4&&!_0x56e0cd)continue;const _0x7e099=_0x648515[_0x2ee105(0x2a9)]();if(_0x7e099[_0x2ee105(0x1e6)][_0x2ee105(0x19f)]!=_0x7e099[_0x2ee105(0x2b7)][_0x2ee105(0x19f)]&&!_0x7e099[_0x2ee105(0x2b7)][_0x2ee105(0x1a1)]){const _0xf2612b=_0x288012[_0x2ee105(0x1cd)][_0x2ee105(0x1b5)](_0x7e099[_0x2ee105(0x1e6)][_0x2ee105(0x333)],_0x2ee105(0x2b7)),_0x23b1c3=_0x288012[_0x2ee105(0x1cd)][_0x2ee105(0x1ed)](_0x7e099[_0x2ee105(0x1e6)],_0xf2612b);_0x4ada81[_0x2ee105(0x23d)](_0x648515[_0x2ee105(0x25a)](),{'range':_0x23b1c3}),_0x1010b0=!0x0;}}return _0x1010b0;}),_0x288012[_0x1a0439(0x1cd)][_0x1a0439(0x2fc)][_0x1a0439(0x2cf)](_0x492c8d=>this[_0x1a0439(0x20c)](_0x492c8d)),_0x288012[_0x1a0439(0x1cd)][_0x1a0439(0x2fc)][_0x1a0439(0x2cf)](_0x3d486b=>!_0x3d486b[_0x1a0439(0x2c9)][_0x1a0439(0x1ea)]&&this[_0x1a0439(0x2da)](_0x3d486b)),_0x288012[_0x1a0439(0x1cd)]['on'](_0x1a0439(0x21d),()=>{const _0x47c493=_0x1a0439;this[_0x47c493(0x341)]=!0x1;}),_0x288012[_0x1a0439(0x1cd)][_0x1a0439(0x2fc)]['on'](_0x1a0439(0x304),(_0x4fce38,_0x28dc00)=>{const _0x8c9abd=_0x1a0439;if(!_0x28dc00[_0x8c9abd(0x1ea)]||_0x28dc00[_0x8c9abd(0x252)])return;if(!this[_0x8c9abd(0x341)])return;const _0x12f9b3=_0x288012[_0x8c9abd(0x1cd)][_0x8c9abd(0x2fc)][_0x8c9abd(0x21e)][_0x8c9abd(0x246)]();if(0x0==_0x12f9b3[_0x8c9abd(0x2e8)])return;const _0x9fadee=[],_0x13d185=_0x12f9b3[_0x8c9abd(0x329)](_0x16200c=>_0x8c9abd(0x2f8)==_0x16200c[_0x8c9abd(0x338)]),_0xa74f6d=_0x12f9b3[_0x8c9abd(0x329)](_0x4485ed=>_0x8c9abd(0x271)==_0x4485ed[_0x8c9abd(0x338)]&&_0x8c9abd(0x1f8)!=_0x4485ed[_0x8c9abd(0x24e)]),_0x5680c0=_0x12f9b3[_0x8c9abd(0x329)](_0x720014=>_0x8c9abd(0x297)==_0x720014[_0x8c9abd(0x338)]&&_0x8c9abd(0x1f8)!=_0x720014[_0x8c9abd(0x24e)]);for(const _0x168571 of _0x13d185)this[_0x8c9abd(0x1f4)](_0x168571[_0x8c9abd(0x1d6)])&&_0x9fadee[_0x8c9abd(0x2f2)]({'key':_0x168571[_0x8c9abd(0x1d6)],'newValue':_0x168571[_0x8c9abd(0x241)],'oldValue':_0x168571[_0x8c9abd(0x1f7)],'range':Ut(_0x168571[_0x8c9abd(0x328)],_0x288012[_0x8c9abd(0x1cd)])});for(const _0x1d0617 of _0xa74f6d){const _0x3f1d13=_0x5680c0[_0x8c9abd(0x292)](_0x12bcef=>_0x12bcef[_0x8c9abd(0x231)]===_0x1d0617[_0x8c9abd(0x231)]);if(_0x3f1d13){const _0x4839ea=Ot(_0x1d0617[_0x8c9abd(0x2ba)][_0x8c9abd(0x333)],_0x288012[_0x8c9abd(0x1cd)]);_0x3f1d13[_0x8c9abd(0x24e)]!==_0x1d0617[_0x8c9abd(0x24e)]&&_0x9fadee[_0x8c9abd(0x2f2)]({'key':_0x8c9abd(0x23f),'newValue':_0x1d0617[_0x8c9abd(0x24e)],'oldValue':_0x3f1d13[_0x8c9abd(0x24e)],'range':_0x4839ea});for(const [_0x1d3621,_0x3c1f3d]of _0x3f1d13[_0x8c9abd(0x33f)]){if(!this[_0x8c9abd(0x1f4)](_0x1d3621))continue;const _0x346125=_0x1d0617[_0x8c9abd(0x33f)][_0x8c9abd(0x2be)](_0x1d3621);_0x3c1f3d!==_0x346125&&_0x9fadee[_0x8c9abd(0x2f2)]({'key':_0x1d3621,'newValue':_0x346125,'oldValue':_0x3c1f3d,'range':_0x4839ea});}for(const [_0x551ad7,_0x105f3d]of _0x1d0617[_0x8c9abd(0x33f)])this[_0x8c9abd(0x1f4)](_0x551ad7)&&(_0x3f1d13[_0x8c9abd(0x33f)][_0x8c9abd(0x28f)](_0x551ad7)||_0x9fadee[_0x8c9abd(0x2f2)]({'key':_0x551ad7,'newValue':_0x105f3d,'oldValue':null,'range':_0x4839ea}));}}0x0!=_0x9fadee[_0x8c9abd(0x2e8)]&&_0x288012[_0x8c9abd(0x1cd)][_0x8c9abd(0x1e1)](_0x28dc00,_0x423fcc=>{const _0x5c3d1c=_0x8c9abd,_0x188ca2=_0x4f3b9f();for(const {range:_0x121ffc,key:_0x5ca77e,oldValue:_0x368995,newValue:_0x45bc14}of _0x9fadee)this[_0x5c3d1c(0x2e9)](_0x121ffc,_0x5ca77e,_0x368995,_0x45bc14,{'groupId':_0x188ca2});this[_0x5c3d1c(0x1a3)](_0x423fcc,_0x9fadee);});},{'priority':_0x1a0439(0x2fb)}),_0x288012[_0x1a0439(0x1cd)][_0x1a0439(0x298)]['on'](_0x1a0439(0x2d2),(_0x1d3a3b,_0x5d4cb3,_0x4afa8e)=>{const _0x155d1f=_0x1a0439;if(null==_0x4afa8e){const {id:_0x48ef20}=this[_0x155d1f(0x226)](_0x5d4cb3[_0x155d1f(0x24e)]),_0x5d7353=this[_0x155d1f(0x2bd)][_0x155d1f(0x2be)](_0x48ef20);_0x5d7353&&_0x5d7353[_0x155d1f(0x1f0)](_0x5d4cb3[_0x155d1f(0x24e)]);}}),_0x288012[_0x1a0439(0x1cd)][_0x1a0439(0x2fc)]['on'](_0x1a0439(0x304),()=>{const _0x199829=_0x1a0439,_0x54ca31=Array[_0x199829(0x248)](_0x288012[_0x199829(0x1cd)][_0x199829(0x2fc)][_0x199829(0x21e)][_0x199829(0x21c)]())[_0x199829(0x329)](_0x54ac24=>_0x199829(0x2f4)===this[_0x199829(0x226)](_0x54ac24[_0x199829(0x24e)])[_0x199829(0x2b3)]);if(0x0===_0x54ca31[_0x199829(0x2e8)])return;_0x54ca31[_0x199829(0x19b)]((_0x31857c,_0x3d24bd)=>{const _0x58e36a=_0x199829,_0x28a741=_0x31857c[_0x58e36a(0x27e)][_0x58e36a(0x316)],_0x2de479=_0x3d24bd[_0x58e36a(0x27e)][_0x58e36a(0x316)];return null===_0x28a741&&null===_0x2de479?0x0:null===_0x28a741&&null!==_0x2de479?-0x1:null!==_0x28a741&&null===_0x2de479?0x1:_0x28a741[_0x58e36a(0x1e6)][_0x58e36a(0x1ee)](_0x2de479[_0x58e36a(0x1e6)])?-0x1:0x1;});const _0x1f69d5=new Set(),_0x15d23e=new Set();for(const {name:_0x4bf5e4,data:_0xf3ab02}of _0x54ca31){const {id:_0x326fe8}=this[_0x199829(0x226)](_0x4bf5e4);if(null===_0xf3ab02[_0x199829(0x316)]){const _0x4e2ff2=this[_0x199829(0x22f)](_0x4bf5e4);_0x15d23e[_0x199829(0x260)](_0x4e2ff2);}else{const _0x5bd2a5=this[_0x199829(0x2bd)][_0x199829(0x2be)](_0x326fe8);null!==_0xf3ab02[_0x199829(0x31e)]||_0x5bd2a5[_0x199829(0x208)]?(_0x1f69d5[_0x199829(0x260)](_0x5bd2a5[_0x199829(0x321)]),_0x15d23e[_0x199829(0x260)](_0x5bd2a5)):this[_0x199829(0x1bd)](_0x5bd2a5);}}_0x15d23e[_0x199829(0x2ac)]>0x0&&this[_0x199829(0x1dd)](_0x15d23e);for(const _0x3fc7c7 of _0x1f69d5)this[_0x199829(0x2a5)](_0x199829(0x2d1),_0x3fc7c7);}),_0x288012[_0x1a0439(0x1cd)]['on'](_0x1a0439(0x1ba),(_0x44e588,_0x242169)=>{const _0x4b8f41=_0x1a0439,_0x7b12c=_0x242169[0x0];if(!this[_0x4b8f41(0x2bd)][_0x4b8f41(0x2ac)])return;if(!_0x7b12c[_0x4b8f41(0x29b)])return;if(_0x7b12c[_0x4b8f41(0x2c9)][_0x4b8f41(0x252)]||!_0x7b12c[_0x4b8f41(0x2c9)][_0x4b8f41(0x1ea)])return;let _0x490616,_0x19598b;switch(_0x7b12c[_0x4b8f41(0x338)]){case _0x4b8f41(0x271):_0x490616=_0x288012[_0x4b8f41(0x1cd)][_0x4b8f41(0x1b5)](_0x7b12c[_0x4b8f41(0x2ba)]),_0x19598b=_0x490616[_0x4b8f41(0x27c)](_0x7b12c[_0x4b8f41(0x2ab)]);break;case _0x4b8f41(0x2fe):_0x490616=_0x288012[_0x4b8f41(0x1cd)][_0x4b8f41(0x1b5)](_0x7b12c[_0x4b8f41(0x2b4)]),_0x19598b=_0x288012[_0x4b8f41(0x1cd)][_0x4b8f41(0x1b5)](_0x7b12c[_0x4b8f41(0x24a)]);break;case _0x4b8f41(0x281):_0x490616=_0x288012[_0x4b8f41(0x1cd)][_0x4b8f41(0x1b5)](_0x7b12c[_0x4b8f41(0x1b1)]),_0x19598b=_0x490616[_0x4b8f41(0x27c)](_0x7b12c[_0x4b8f41(0x2ab)]);break;default:return;}const _0x15a0ef=_0x288012[_0x4b8f41(0x1cd)][_0x4b8f41(0x1ed)](_0x490616,_0x19598b);_0x288012[_0x4b8f41(0x1cd)][_0x4b8f41(0x24b)](()=>{const _0x12df28=_0x4b8f41;for(const {suggestion:_0x4a6ba6,meta:_0x542b58}of this[_0x12df28(0x20b)](_0x15a0ef)){if(_0x4a6ba6[_0x12df28(0x1e3)])continue;if(_0x12df28(0x2a4)==_0x4a6ba6[_0x12df28(0x338)])continue;const _0x7860fa=this[_0x12df28(0x337)](_0x4a6ba6);if(_0x7860fa&&this[_0x12df28(0x325)](_0x7860fa)&&_0x12df28(0x2fe)!=_0x7b12c[_0x12df28(0x338)])continue;const _0x48a11b=_0x4a6ba6[_0x12df28(0x27e)]&&_0x4a6ba6[_0x12df28(0x27e)][_0x12df28(0x1d4)];(_0x12df28(0x2d7)!=_0x4a6ba6[_0x12df28(0x338)]||_0x12df28(0x2fe)==_0x7b12c[_0x12df28(0x338)]&&!_0x48a11b)&&(_0x542b58[_0x12df28(0x33e)]||_0x12df28(0x326)==_0x4a6ba6[_0x12df28(0x338)]&&_0x542b58[_0x12df28(0x1a4)]||_0x4a6ba6[_0x12df28(0x2a9)]()[_0x12df28(0x22c)](_0x15a0ef)&&this[_0x12df28(0x203)](_0x4a6ba6,_0x490616,_0x19598b));}});},{'priority':_0x1a0439(0x2fb)}),_0x288012[_0x1a0439(0x1cd)]['on'](_0x1a0439(0x193),(_0x59bab6,_0x305104)=>{const _0x168848=_0x1a0439,_0x1383bc=_0x305104[0x0],_0x3c7923=_0x305104[0x1];if(_0x3c7923&&_0x3c7923[_0x168848(0x32c)])return;if(this[_0x168848(0x30e)])return;if(!this[_0x168848(0x1de)][_0x168848(0x213)])return;if(_0x1383bc[_0x168848(0x212)])return;const _0x4a0e1c=_0x288012[_0x168848(0x1cd)][_0x168848(0x293)],{start:_0x2edb65,end:_0x5218ab}=_0x1383bc[_0x168848(0x2a9)](),_0x453f87=_0x2edb65[_0x168848(0x333)]&&_0x4a0e1c[_0x168848(0x1d8)](_0x2edb65[_0x168848(0x333)])?null:_0x4a0e1c[_0x168848(0x322)](_0x2edb65,_0x168848(0x261)),_0xebb321=_0x5218ab[_0x168848(0x314)]&&_0x4a0e1c[_0x168848(0x1d8)](_0x5218ab[_0x168848(0x314)])?null:_0x4a0e1c[_0x168848(0x322)](_0x5218ab,_0x168848(0x2f1)),_0x197f87=_0x288012[_0x168848(0x1cd)][_0x168848(0x1ed)](_0x453f87?_0x453f87[_0x168848(0x1e6)]:_0x2edb65,_0xebb321?_0xebb321[_0x168848(0x2b7)]:_0x5218ab);_0x288012[_0x168848(0x1cd)][_0x168848(0x24b)](_0x1c965f=>{const _0x2f4784=_0x168848;this[_0x2f4784(0x26f)](_0x197f87);const _0x543e14=_0x288012[_0x2f4784(0x1cd)][_0x2f4784(0x293)][_0x2f4784(0x322)](_0x197f87[_0x2f4784(0x1e6)]);_0x1383bc['is'](_0x2f4784(0x222))?_0x1c965f[_0x2f4784(0x1fc)](_0x543e14):_0x1383bc[_0x2f4784(0x2b8)](_0x543e14);}),_0x59bab6[_0x168848(0x320)]();},{'priority':_0x12ef34[_0x1a0439(0x286)]+0xa}),_0x288012[_0x1a0439(0x1cd)]['on'](_0x1a0439(0x22d),(_0x59daaa,_0x2c7bd5)=>{const _0x2ed0a9=_0x1a0439,_0x186056=_0x2c7bd5[_0x2c7bd5[_0x2ed0a9(0x2e8)]-0x1];_0x186056&&_0x186056[_0x2ed0a9(0x32c)]||this[_0x2ed0a9(0x30e)]||this[_0x2ed0a9(0x1de)][_0x2ed0a9(0x213)]&&(_0x288012[_0x2ed0a9(0x1cd)][_0x2ed0a9(0x24b)](()=>{const _0x208db5=_0x2ed0a9;let _0x2dca36=_0x288012[_0x208db5(0x1cd)][_0x208db5(0x22d)](_0x2c7bd5[0x0],_0x2c7bd5[0x1],_0x2c7bd5[0x2],{'forceDefaultExecution':!0x0});if(!_0x2dca36)return;_0x59daaa[_0x208db5(0x301)]=_0x2dca36[_0x208db5(0x1ac)]();const _0x25e514=_0x2dca36[_0x208db5(0x2b7)][_0x208db5(0x314)],_0x5c79d0=_0x288012[_0x208db5(0x1cd)][_0x208db5(0x293)];_0x25e514&&_0x5c79d0[_0x208db5(0x24c)](_0x25e514)&&!_0x5c79d0[_0x208db5(0x2af)](_0x25e514)&&(_0x2dca36=_0x288012[_0x208db5(0x1cd)][_0x208db5(0x1ed)](_0x2dca36[_0x208db5(0x1e6)],_0x288012[_0x208db5(0x1cd)][_0x208db5(0x1b5)](_0x25e514,_0x208db5(0x2b7)))),this[_0x208db5(0x2b5)](_0x2dca36);}),_0x59daaa[_0x2ed0a9(0x320)]());},{'priority':_0x1a0439(0x1b0)}),this[_0x1a0439(0x20f)][_0x1a0439(0x221)][_0x1a0439(0x260)](_0x1a0439(0x2b0),this[_0x1a0439(0x1de)]),this[_0x1a0439(0x2f6)](_0x1a0439(0x2b0));const _0x4ce6f5=new _0x12411f(_0x288012,this[_0x1a0439(0x2bd)]);_0x288012[_0x1a0439(0x221)][_0x1a0439(0x260)](_0x1a0439(0x2e3),_0x4ce6f5),this[_0x1a0439(0x2f6)](_0x1a0439(0x2e3));const _0x1ae176=new _0x30b115(_0x288012,this[_0x1a0439(0x2bd)]);_0x288012[_0x1a0439(0x221)][_0x1a0439(0x260)](_0x1a0439(0x2db),_0x1ae176),this[_0x1a0439(0x2f6)](_0x1a0439(0x2db)),_0x288012[_0x1a0439(0x221)][_0x1a0439(0x260)](_0x1a0439(0x2c1),new _0x1bddaa(_0x288012,_0x4ce6f5,this[_0x1a0439(0x2bd)])),this[_0x1a0439(0x2f6)](_0x1a0439(0x2c1)),_0x288012[_0x1a0439(0x221)][_0x1a0439(0x260)](_0x1a0439(0x31d),new _0x1bddaa(_0x288012,_0x1ae176,this[_0x1a0439(0x2bd)])),this[_0x1a0439(0x2f6)](_0x1a0439(0x31d)),_0x288012[_0x1a0439(0x221)][_0x1a0439(0x260)](_0x1a0439(0x303),new _0x2ee197(_0x288012,_0x4ce6f5,this[_0x1a0439(0x2bd)])),this[_0x1a0439(0x2f6)](_0x1a0439(0x303)),_0x288012[_0x1a0439(0x221)][_0x1a0439(0x260)](_0x1a0439(0x2cb),new _0x2ee197(_0x288012,_0x1ae176,this[_0x1a0439(0x2bd)])),this[_0x1a0439(0x2f6)](_0x1a0439(0x2cb));const _0x9d934e=_0x288012[_0x1a0439(0x288)][_0x1a0439(0x2be)](_0x1a0439(0x290));this[_0x1a0439(0x23c)](_0x9d934e,_0x1a0439(0x1ad),(_0x37a855,{threadId:_0xd86f40})=>{const _0x2dd5c6=_0x1a0439,_0x24a951=this[_0x2dd5c6(0x2bd)][_0x2dd5c6(0x2be)](_0xd86f40);_0x24a951&&_0x24a951[_0x2dd5c6(0x227)]&&0x1===_0x24a951[_0x2dd5c6(0x227)][_0x2dd5c6(0x2e8)]&&this[_0x2dd5c6(0x2a6)](_0xd86f40,{'hasComments':!0x0});},{'priority':_0x1a0439(0x1c1)}),this[_0x1a0439(0x23c)](_0x9d934e,_0x1a0439(0x283),(_0x530e7d,{threadId:_0xd563a})=>{const _0x41e03e=_0x1a0439,_0x569462=this[_0x41e03e(0x2bd)][_0x41e03e(0x2be)](_0xd563a);_0x569462&&_0x569462[_0x41e03e(0x227)]&&!_0x569462[_0x41e03e(0x227)][_0x41e03e(0x2e8)]&&this[_0x41e03e(0x2a6)](_0xd563a,{'hasComments':!0x1});},{'priority':_0x1a0439(0x1c1)});}set[_0x1d07d2(0x25f)](_0x5df00d){const _0x2e7118=_0x1d07d2;if(this[_0x2e7118(0x1a5)])throw new _0x4a53bd(_0x2e7118(0x2dd),this);this[_0x2e7118(0x1a5)]=_0x5df00d;}get[_0x1d07d2(0x25f)](){const _0x2e0d1b=_0x1d07d2;return this[_0x2e0d1b(0x1a5)];}[_0x1d07d2(0x2c5)]({skipNotAttached:_0x32f3f3=!0x1,toJSON:_0x48b13c=!0x1}={}){const _0x541a03=_0x1d07d2,_0x3139a8=[];for(const _0x12e2b6 of this[_0x541a03(0x2bd)][_0x541a03(0x25e)]())_0x32f3f3&&!_0x12e2b6[_0x541a03(0x208)]||_0x3139a8[_0x541a03(0x2f2)](_0x12e2b6);return _0x48b13c?_0x3139a8[_0x541a03(0x2d0)](_0x2e4318=>_0x2e4318[_0x541a03(0x2a2)]()):_0x3139a8;}[_0x1d07d2(0x1d7)](_0xfe9d9e){const _0x28bf7e=_0x1d07d2,_0x554831=this[_0x28bf7e(0x2bd)][_0x28bf7e(0x2be)](_0xfe9d9e);if(!_0x554831)throw new _0x4a53bd(_0x28bf7e(0x2c3),this);return _0x554831;}[_0x1d07d2(0x302)](_0x5d87d1){const _0x52eef0=_0x1d07d2;return this[_0x52eef0(0x2bd)][_0x52eef0(0x28f)](_0x5d87d1);}[_0x1d07d2(0x249)](_0x172043){const _0x5d3146=_0x1d07d2,{authorId:_0x247bfe,id:_0xe27d15,attributes:_0x4786a3}=_0x172043,[_0x503682,_0x202f2c]=_0x172043[_0x5d3146(0x338)][_0x5d3146(0x2fe)](':'),_0x452c35=this[_0x5d3146(0x2bd)][_0x5d3146(0x2be)](_0xe27d15)||this[_0x5d3146(0x245)](_0x503682,_0x202f2c,_0xe27d15,_0x247bfe,_0x4786a3);if(this[_0x5d3146(0x2f5)](_0x452c35),this[_0x5d3146(0x319)](_0x452c35,_0x503682,_0x202f2c||null,_0x247bfe),_0x452c35[_0x5d3146(0x30a)]=_0x172043[_0x5d3146(0x30a)],_0x452c35[_0x5d3146(0x1e4)]=!0x0,_0x4786a3&&_0x4786a3[_0x5d3146(0x1b4)]){const _0xbd258d=_0x4786a3[_0x5d3146(0x1b4)],_0x508d63=this[_0x5d3146(0x2ed)](_0xbd258d[_0x5d3146(0x2aa)]);_0x452c35[_0x5d3146(0x336)]=_0xbd258d[_0x5d3146(0x30a)],_0x452c35[_0x5d3146(0x1d2)]=_0x508d63,_0x452c35[_0x5d3146(0x1be)]=!0x0;}else _0x452c35[_0x5d3146(0x336)]=_0x172043[_0x5d3146(0x30a)];switch(_0x172043[_0x5d3146(0x27e)]&&(_0x452c35[_0x5d3146(0x27e)]=_0x172043[_0x5d3146(0x27e)]),_0x172043[_0x5d3146(0x33f)]&&(_0x452c35[_0x5d3146(0x33f)]=_0x172043[_0x5d3146(0x33f)]),this[_0x5d3146(0x1a5)]&&this[_0x5d3146(0x1a5)][_0x5d3146(0x1c7)]||(_0x452c35[_0x5d3146(0x267)]=!0x0),this[_0x5d3146(0x202)][_0x5d3146(0x2be)](_0x452c35)){case _0x5d3146(0x236):this[_0x5d3146(0x202)][_0x5d3146(0x244)](_0x452c35,_0x5d3146(0x239));break;case _0x5d3146(0x2e4):_0x452c35[_0x5d3146(0x208)]?(this[_0x5d3146(0x1c3)](new Set([_0x452c35])),this[_0x5d3146(0x1dd)](new Set([_0x452c35])),this[_0x5d3146(0x202)][_0x5d3146(0x244)](_0x452c35,_0x5d3146(0x342)),this[_0x5d3146(0x2a5)](_0x5d3146(0x240),_0x452c35)):this[_0x5d3146(0x202)][_0x5d3146(0x244)](_0x452c35,_0x5d3146(0x2dc));}return _0x452c35;}[_0x1d07d2(0x2e3)](_0xc18892){const _0x52fb9d=_0x1d07d2;this[_0x52fb9d(0x32c)](()=>{const _0x4867e2=_0x52fb9d;this[_0x4867e2(0x20f)][_0x4867e2(0x1cd)][_0x4867e2(0x24b)](()=>{const _0x4ceba9=_0x4867e2;for(const _0xd3c229 of _0xc18892[_0x4ceba9(0x270)]())_0xd3c229[_0x4ceba9(0x33d)]();});});}[_0x1d07d2(0x2db)](_0xe7d327){const _0x353652=_0x1d07d2;this[_0x353652(0x32c)](()=>{const _0xe27c17=_0x353652;this[_0xe27c17(0x20f)][_0xe27c17(0x1cd)][_0xe27c17(0x24b)](()=>{const _0x28a778=_0xe27c17;for(const _0x239071 of _0xe7d327[_0x28a778(0x270)]())_0x239071[_0x28a778(0x1f1)]();});});}[_0x1d07d2(0x2f6)](_0x39fd99,_0x291cb3){const _0x225ffa=_0x1d07d2,_0x8422c8=this[_0x225ffa(0x20f)][_0x225ffa(0x221)][_0x225ffa(0x2be)](_0x39fd99);if(!_0x8422c8)throw new _0x4a53bd(_0x225ffa(0x258),this,{'commandName':_0x39fd99});if(this[_0x225ffa(0x2b6)][_0x225ffa(0x28f)](_0x8422c8))throw new _0x4a53bd(_0x225ffa(0x32b),this,{'commandName':_0x39fd99});this[_0x225ffa(0x2b6)][_0x225ffa(0x260)](_0x8422c8),_0x291cb3&&_0x8422c8['on'](_0x225ffa(0x1c9),(_0x47c752,_0x47d818)=>{const _0x1fa414=_0x225ffa;this[_0x1fa414(0x1de)][_0x1fa414(0x213)]&&(this[_0x1fa414(0x30e)]||(_0x47d818[_0x1fa414(0x2e8)]>0x0&&_0x47d818[_0x47d818[_0x1fa414(0x2e8)]-0x1]&&_0x47d818[_0x47d818[_0x1fa414(0x2e8)]-0x1][_0x1fa414(0x32c)]?_0x47d818[_0x1fa414(0x29e)]():(_0x47c752[_0x1fa414(0x301)]=_0x291cb3((..._0x393325)=>_0x8422c8[_0x1fa414(0x1c9)](..._0x393325,{'forceDefaultExecution':!0x0}),..._0x47d818),_0x47c752[_0x1fa414(0x320)]())));},{'priority':_0x225ffa(0x1b0)});}[_0x1d07d2(0x32c)](_0x17831d){const _0x508aaf=_0x1d07d2;let _0x3556a0,_0x3623c9;const _0x3ae11b=this[_0x508aaf(0x30e)];this[_0x508aaf(0x30e)]=!0x0;try{_0x3556a0=_0x17831d();}catch(_0x381999){_0x3623c9=_0x381999;}return _0x3ae11b||(this[_0x508aaf(0x30e)]=!0x1),_0x3623c9&&_0x4a53bd[_0x508aaf(0x1fb)](_0x3623c9,this),_0x3556a0;}[_0x1d07d2(0x2b5)](_0x1d9cbd,_0x228393=null,_0x5d8f33={}){const _0x471bf0=_0x1d07d2;if(_0x1d9cbd[_0x471bf0(0x212)])return null;const _0x1f08c2=this[_0x471bf0(0x20f)][_0x471bf0(0x288)][_0x471bf0(0x2be)](_0x471bf0(0x2ff))['me'];for(const {suggestion:_0x1a4b25,meta:_0x114c04}of this[_0x471bf0(0x20b)](_0x1d9cbd,_0x471bf0(0x326)))if(_0x114c04[_0x471bf0(0x1a4)]){if(!_0x114c04[_0x471bf0(0x1e8)]){if(_0x114c04[_0x471bf0(0x33e)]){if(!this[_0x471bf0(0x2b2)]||!Pt(_0x1a4b25,_0x5d8f33))continue;return _0x1a4b25;}if(Pt(_0x1a4b25,_0x5d8f33))return _0x1a4b25;this[_0x471bf0(0x203)](_0x1a4b25,_0x1d9cbd[_0x471bf0(0x1e6)],_0x1d9cbd[_0x471bf0(0x2b7)]);break;}if(_0x228393==_0x1a4b25[_0x471bf0(0x2a8)]&&Pt(_0x1a4b25,_0x5d8f33)){const _0x4a0107=_0x1a4b25[_0x471bf0(0x2a9)]();return _0x4a0107[_0x471bf0(0x1e6)][_0x471bf0(0x25d)](_0x1d9cbd[_0x471bf0(0x2b7)])?this[_0x471bf0(0x2d3)](_0x1a4b25,this[_0x471bf0(0x1c5)][_0x471bf0(0x1ed)](_0x1d9cbd[_0x471bf0(0x1e6)],_0x4a0107[_0x471bf0(0x2b7)])):this[_0x471bf0(0x2d3)](_0x1a4b25,this[_0x471bf0(0x1c5)][_0x471bf0(0x1ed)](_0x4a0107[_0x471bf0(0x1e6)],_0x1d9cbd[_0x471bf0(0x2b7)])),_0x1a4b25;}}const _0x3f917c=_0x4f3b9f(),_0x269586=_0x1f08c2['id'],_0x355ebb=_0x228393?_0x471bf0(0x31c)+_0x228393:_0x471bf0(0x326),_0x5713cd=this[_0x471bf0(0x2c2)]({'id':_0x3f917c,'type':_0x355ebb,'createdAt':new Date(),'authorId':_0x269586,'attributes':_0x5d8f33});return this[_0x471bf0(0x224)](_0x355ebb,_0x3f917c,_0x269586,_0x1d9cbd),_0x5713cd;}[_0x1d07d2(0x309)](_0x79c5fe,_0xfe5460=_0x1d07d2(0x1e7),_0x17ddca={}){const _0x164041=_0x1d07d2,_0x49d211=this[_0x164041(0x20f)][_0x164041(0x288)][_0x164041(0x2be)](_0x164041(0x2ff))['me'],_0x452c1f=this[_0x164041(0x1dc)][_0x164041(0x242)](_0x164041(0x326),_0xfe5460,_0x164041(0x26c));for(const _0x27e116 of this[_0x164041(0x2c5)]())if(_0x27e116[_0x164041(0x1d2)]['id']==_0x49d211['id']&&_0x164041(0x326)==_0x27e116[_0x164041(0x338)]&&_0x27e116[_0x164041(0x2a8)]==_0xfe5460&&Pt(_0x27e116,_0x17ddca)&&(_0x452c1f(_0x27e116[_0x164041(0x253)](),_0x79c5fe)||_0x452c1f(_0x79c5fe,_0x27e116[_0x164041(0x253)]()))){for(const _0x5d5a01 of _0x79c5fe)_0x27e116[_0x164041(0x20a)](_0x5d5a01);return _0x27e116;}for(const {suggestion:_0x1d4900,meta:_0x2d5075}of this[_0x164041(0x20b)](_0x79c5fe,_0x164041(0x326))){if(!_0x2d5075[_0x164041(0x1a4)])continue;if(!this[_0x164041(0x2b2)]&&_0x2d5075[_0x164041(0x33e)])continue;if(!Pt(_0x1d4900,_0x17ddca))continue;let _0x39e97d=!0x0;for(const _0x192e37 of _0x1d4900[_0x164041(0x253)]())for(const _0x54037d of _0x79c5fe)if(!_0x192e37[_0x164041(0x22c)](_0x54037d)){_0x39e97d=!0x1;break;}if(_0x39e97d)return _0x1d4900;}const _0x31a9d2=_0x4f3b9f(),_0x57249f=_0x49d211['id'],_0x3ff0be=_0x164041(0x31c)+_0xfe5460,_0x1ea804=this[_0x164041(0x2c2)]({'id':_0x31a9d2,'type':_0x3ff0be,'createdAt':new Date(),'authorId':_0x57249f,'attributes':_0x17ddca});for(const _0x3c36ef of _0x79c5fe)this[_0x164041(0x224)](_0x3ff0be,_0x31a9d2,_0x57249f,_0x3c36ef,_0xd2d3ed[_0x164041(0x235)]());return _0x1ea804;}[_0x1d07d2(0x2cd)](_0x26f67d,_0x54266b,_0xd978b8=null,_0x10675f={}){const _0x18b1ae=_0x1d07d2;if(_0xd978b8=_0xd978b8||Et(_0x54266b),_0x26f67d[_0x18b1ae(0x212)])return null;if(_0x18b1ae(0x220)===this[_0x18b1ae(0x20d)]){const _0x5d2734=this[_0x18b1ae(0x1dc)][_0x18b1ae(0x242)](_0x18b1ae(0x2a4),_0xd978b8,_0x18b1ae(0x33d));return this[_0x18b1ae(0x32c)](()=>_0x5d2734([_0x26f67d],_0x54266b,_0x10675f)),null;}const _0x44a371=this[_0x18b1ae(0x20f)][_0x18b1ae(0x288)][_0x18b1ae(0x2be)](_0x18b1ae(0x2ff))['me'],_0x324130=[];if(_0x18b1ae(0x2ea)!==this[_0x18b1ae(0x20d)]){for(const {suggestion:_0x7b6463,meta:_0x20fc04}of this[_0x18b1ae(0x20b)](_0x26f67d,_0x18b1ae(0x326)))_0x20fc04[_0x18b1ae(0x1a4)]&&!_0x20fc04[_0x18b1ae(0x2bb)]&&_0x324130[_0x18b1ae(0x2f2)](..._0x7b6463[_0x18b1ae(0x253)]());}const _0x84d843=function(_0x2d4762,_0x50a492){const _0x4a7a76=_0x18b1ae,_0x89c97c=[];for(const _0x3df575 of _0x50a492){const _0x516d83=_0x2d4762[_0x4a7a76(0x19a)](_0x3df575);_0x516d83&&_0x89c97c[_0x4a7a76(0x2f2)](_0x516d83);}return _0x89c97c;}(_0x26f67d,_0x324130),_0x1893e1=function(_0xff74a,_0x154276){const _0xc31a2c=_0x18b1ae,_0x387ec4=[_0xff74a];for(const _0x2d3a3a of _0x154276){let _0xcbca4b=0x0;for(;_0xcbca4b<_0x387ec4[_0xc31a2c(0x2e8)];){const _0x3f465e=_0x387ec4[_0xcbca4b][_0xc31a2c(0x2eb)](_0x2d3a3a);_0x387ec4[_0xc31a2c(0x268)](_0xcbca4b,0x1,..._0x3f465e),_0xcbca4b+=_0x3f465e[_0xc31a2c(0x2e8)];}}return _0x387ec4;}(_0x26f67d,_0x324130);_0x84d843[_0x18b1ae(0x2e8)]&&this[_0x18b1ae(0x1c5)][_0x18b1ae(0x24b)](()=>{const _0x885ac9=_0x18b1ae;for(const _0x3ad072 of _0x84d843){const _0x5c7b74=this[_0x885ac9(0x1dc)][_0x885ac9(0x242)](_0x885ac9(0x2a4),_0xd978b8,_0x885ac9(0x33d));this[_0x885ac9(0x32c)](()=>_0x5c7b74([_0x3ad072],_0x54266b,_0x10675f));}});for(const _0x5bb47f of _0x1893e1){let _0x382f84=null,_0x308489=_0x5bb47f[_0x18b1ae(0x1e6)],_0x4668c1=_0x5bb47f[_0x18b1ae(0x2b7)];for(const {suggestion:_0x4efbab,meta:_0x5875fe}of this[_0x18b1ae(0x20b)](_0x5bb47f,_0x18b1ae(0x2a4))){if(!_0x5875fe[_0x18b1ae(0x1a4)])continue;if(_0x4efbab[_0x18b1ae(0x2a8)]!=_0xd978b8)continue;if(!Pt(_0x4efbab,_0x10675f))continue;const _0xf5da11=_0x4efbab[_0x18b1ae(0x2a9)]();if(_0xf5da11[_0x18b1ae(0x22c)](_0x5bb47f,!0x0))return null;_0x308489=_0x308489[_0x18b1ae(0x1ee)](_0xf5da11[_0x18b1ae(0x1e6)])?_0x308489:_0xf5da11[_0x18b1ae(0x1e6)],_0x4668c1=_0x4668c1[_0x18b1ae(0x2c6)](_0xf5da11[_0x18b1ae(0x2b7)])?_0x4668c1:_0xf5da11[_0x18b1ae(0x2b7)],_0x382f84?_0xf5da11[_0x18b1ae(0x1e6)][_0x18b1ae(0x1ee)](_0x382f84[_0x18b1ae(0x2a9)]()[_0x18b1ae(0x1e6)])?(_0x382f84[_0x18b1ae(0x27f)](),_0x382f84=_0x4efbab):_0x4efbab[_0x18b1ae(0x27f)]():_0x382f84=_0x4efbab;}const _0x491505=this[_0x18b1ae(0x1c5)][_0x18b1ae(0x1ed)](_0x308489,_0x4668c1);if(_0x382f84)this[_0x18b1ae(0x2d3)](_0x382f84,_0x491505);else{const _0x2ab8aa=_0x4f3b9f(),_0x49e2d9=_0x44a371['id'];this[_0x18b1ae(0x2c2)]({'id':_0x2ab8aa,'type':_0x18b1ae(0x209)+_0xd978b8,'data':_0x54266b,'createdAt':new Date(),'authorId':_0x49e2d9,'attributes':_0x10675f}),this[_0x18b1ae(0x224)](_0x18b1ae(0x209)+_0xd978b8,_0x2ab8aa,_0x49e2d9,_0x491505);}}return null;}[_0x1d07d2(0x1c8)](_0x45209d,_0x300a12,_0x28a6f8=[],_0x39907d=null,_0x5d644c={}){const _0xfb8f72=_0x1d07d2;_0x300a12[_0xfb8f72(0x1b8)]||(_0x300a12[_0xfb8f72(0x1b8)]=_0x300a12[_0xfb8f72(0x334)]),_0x300a12[_0xfb8f72(0x1d4)]=_0x45209d['is'](_0xfb8f72(0x328)),_0x39907d=_0x39907d||Et(_0x300a12);const _0x204e66=_0x28a6f8[_0xfb8f72(0x2d0)](_0x1496b5=>Ot(_0x1496b5,this[_0xfb8f72(0x1c5)])),_0x5bc579=_0x45209d['is'](_0xfb8f72(0x328))?_0x45209d:Ot(_0x45209d,this[_0xfb8f72(0x1c5)]);if(_0xfb8f72(0x220)===this[_0xfb8f72(0x20d)]){const _0x543aa6=this[_0xfb8f72(0x1dc)][_0xfb8f72(0x242)](_0xfb8f72(0x2d7),_0x39907d,_0xfb8f72(0x33d));return this[_0xfb8f72(0x32c)](()=>_0x543aa6([_0x5bc579],_0x300a12,_0x5d644c)),null;}_0x204e66[_0xfb8f72(0x2f2)](_0x5bc579);let _0x27741e=!0x0;for(const _0x3bc2d7 of _0x204e66)if(!this[_0xfb8f72(0x1a2)](_0x3bc2d7)){_0x27741e=!0x1;break;}if(_0x27741e&&_0xfb8f72(0x2ea)!==this[_0xfb8f72(0x20d)]){const _0x3f1c90=this[_0xfb8f72(0x1dc)][_0xfb8f72(0x242)](_0xfb8f72(0x2d7),_0x39907d,_0xfb8f72(0x33d));return this[_0xfb8f72(0x32c)](()=>_0x3f1c90([_0x5bc579],_0x300a12,_0x5d644c)),null;}let _0x31a224=null,_0x770a42=_0x5bc579[_0xfb8f72(0x1e6)],_0x4482be=_0x5bc579[_0xfb8f72(0x2b7)];for(const {suggestion:_0x1b5256,meta:_0x56f647}of this[_0xfb8f72(0x20b)](_0x5bc579,_0xfb8f72(0x2d7))){if(!_0x56f647[_0xfb8f72(0x1a4)])continue;if(_0x56f647[_0xfb8f72(0x1e8)]||_0x56f647[_0xfb8f72(0x33e)]||_0x56f647[_0xfb8f72(0x2bb)])continue;if(_0x1b5256[_0xfb8f72(0x27e)][_0xfb8f72(0x1b8)]!=_0x300a12[_0xfb8f72(0x1b8)])continue;if(!Pt(_0x1b5256,_0x5d644c))continue;const _0x53a841=_0x1b5256[_0xfb8f72(0x2a9)]();if(_0x1b5256[_0xfb8f72(0x2a8)]==_0x39907d){if(_0x53a841[_0xfb8f72(0x22c)](_0x5bc579,!0x0))return null;_0x770a42=_0x770a42[_0xfb8f72(0x1ee)](_0x53a841[_0xfb8f72(0x1e6)])?_0x770a42:_0x53a841[_0xfb8f72(0x1e6)],_0x4482be=_0x4482be[_0xfb8f72(0x2c6)](_0x53a841[_0xfb8f72(0x2b7)])?_0x4482be:_0x53a841[_0xfb8f72(0x2b7)],_0x31a224?_0x53a841[_0xfb8f72(0x1e6)][_0xfb8f72(0x1ee)](_0x31a224[_0xfb8f72(0x2a9)]()[_0xfb8f72(0x1e6)])?(_0x31a224[_0xfb8f72(0x27f)](),_0x31a224=_0x1b5256):_0x1b5256[_0xfb8f72(0x27f)]():_0x31a224=_0x1b5256;}else{const _0x454b71=_0x5bc579[_0xfb8f72(0x19a)](_0x53a841);this[_0xfb8f72(0x1d3)](_0x1b5256,_0x454b71);}}const _0x866e1d=this[_0xfb8f72(0x20f)][_0xfb8f72(0x288)][_0xfb8f72(0x2be)](_0xfb8f72(0x2ff))['me'],_0x4b9764=_0x4f3b9f(),_0x30e78a=_0x866e1d['id'];if(_0x31a224)return this[_0xfb8f72(0x2d3)](_0x31a224,this[_0xfb8f72(0x1c5)][_0xfb8f72(0x1ed)](_0x770a42,_0x4482be)),_0x31a224;{const _0x32f96a=this[_0xfb8f72(0x2c2)]({'id':_0x4b9764,'type':_0xfb8f72(0x205)+_0x39907d,'data':_0x300a12,'createdAt':new Date(),'authorId':_0x30e78a,'attributes':_0x5d644c});return this[_0xfb8f72(0x224)](_0xfb8f72(0x205)+_0x39907d,_0x4b9764,_0x30e78a,this[_0xfb8f72(0x1c5)][_0xfb8f72(0x1ed)](_0x770a42,_0x4482be)),_0x32f96a;}}[_0x1d07d2(0x30c)](_0x19125d,_0x3db526,_0x29d501=[],_0x5cf88f=null,_0x382eac={}){const _0x326d14=_0x1d07d2;_0x3db526[_0x326d14(0x1b8)]||(_0x3db526[_0x326d14(0x1b8)]=_0x3db526[_0x326d14(0x334)]);const _0x33129d=_0x19125d[0x0];_0x3db526[_0x326d14(0x1d4)]=_0x33129d['is'](_0x326d14(0x328)),_0x5cf88f=_0x5cf88f||Et(_0x3db526);const _0x5aa8ae=_0x29d501[_0x326d14(0x2d0)](_0x311397=>Ot(_0x311397,this[_0x326d14(0x1c5)])),_0x282c9d=_0x33129d['is'](_0x326d14(0x328))?_0x19125d:_0x19125d[_0x326d14(0x2d0)](_0x3c1f27=>Ot(_0x3c1f27,this[_0x326d14(0x1c5)]));if(_0x326d14(0x220)===this[_0x326d14(0x20d)]){const _0x23ebd9=this[_0x326d14(0x1dc)][_0x326d14(0x242)](_0x326d14(0x2d7),_0x5cf88f,_0x326d14(0x33d));return this[_0x326d14(0x32c)](()=>_0x23ebd9(_0x282c9d,_0x3db526,_0x382eac)),null;}_0x5aa8ae[_0x326d14(0x2f2)](..._0x282c9d);let _0x15ab25=!0x0;for(const _0x2f456f of _0x5aa8ae)if(!this[_0x326d14(0x1a2)](_0x2f456f)){_0x15ab25=!0x1;break;}if(_0x15ab25&&_0x326d14(0x2ea)!==this[_0x326d14(0x20d)]){const _0x5c8e14=this[_0x326d14(0x1dc)][_0x326d14(0x242)](_0x326d14(0x2d7),_0x5cf88f,_0x326d14(0x33d));return this[_0x326d14(0x32c)](()=>_0x5c8e14(_0x282c9d,_0x3db526,_0x382eac)),null;}const _0xcf6b67=this[_0x326d14(0x20f)][_0x326d14(0x288)][_0x326d14(0x2be)](_0x326d14(0x2ff))['me'];for(const _0x5d898f of this[_0x326d14(0x2c5)]()){if(_0x5d898f[_0x326d14(0x1d2)]['id']!=_0xcf6b67['id'])continue;if(_0x326d14(0x2d7)!=_0x5d898f[_0x326d14(0x338)]||_0x5d898f[_0x326d14(0x27e)][_0x326d14(0x1b8)]!=_0x3db526[_0x326d14(0x1b8)])continue;if(!Pt(_0x5d898f,_0x382eac))continue;const _0x331de9=_0x5d898f[_0x326d14(0x2a8)]==_0x5cf88f;for(let _0x4619e5=0x0;_0x4619e5<_0x282c9d[_0x326d14(0x2e8)];_0x4619e5++){const _0x466240=_0x282c9d[_0x4619e5];for(const _0x28bab8 of _0x5d898f[_0x326d14(0x32a)]()){const _0x56f140=_0x28bab8[_0x326d14(0x1b2)]();if(_0x466240[_0x326d14(0x25d)](_0x56f140)){_0x331de9?(_0x282c9d[_0x326d14(0x268)](_0x4619e5,0x1),_0x4619e5--):_0x5d898f[_0x326d14(0x296)](_0x28bab8[_0x326d14(0x24e)]);break;}}}}if(0x0==_0x282c9d[_0x326d14(0x2e8)])return null;const _0x272c26=this[_0x326d14(0x1dc)][_0x326d14(0x242)](_0x326d14(0x2d7),_0x5cf88f,_0x326d14(0x26c));for(const _0x3060fc of this[_0x326d14(0x2c5)]())if(_0x3060fc[_0x326d14(0x1d2)]['id']==_0xcf6b67['id']&&_0x326d14(0x2d7)==_0x3060fc[_0x326d14(0x338)]&&_0x3060fc[_0x326d14(0x27e)][_0x326d14(0x1b8)]==_0x3db526[_0x326d14(0x1b8)]&&_0x3060fc[_0x326d14(0x2a8)]==_0x5cf88f&&Pt(_0x3060fc,_0x382eac)&&(_0x272c26(_0x3060fc[_0x326d14(0x253)](),_0x282c9d)||_0x272c26(_0x282c9d,_0x3060fc[_0x326d14(0x253)]()))){for(const _0x4abf56 of _0x282c9d)_0x3060fc[_0x326d14(0x20a)](_0x4abf56);return _0x3060fc;}const _0x550a92=_0x4f3b9f(),_0x586ea0=_0xcf6b67['id'],_0x515ac3=_0x326d14(0x205)+_0x5cf88f,_0x291e2e=this[_0x326d14(0x2c2)]({'id':_0x550a92,'type':_0x515ac3,'data':_0x3db526,'createdAt':new Date(),'authorId':_0x586ea0,'attributes':_0x382eac});for(const _0x2da3da of _0x282c9d)this[_0x326d14(0x224)](_0x515ac3,_0x550a92,_0x586ea0,_0x2da3da,_0xd2d3ed[_0x326d14(0x235)]());return _0x291e2e;}[_0x1d07d2(0x26f)](_0x420e8e,_0x578637=null,_0x24a6bd={}){const _0x5721a3=_0x1d07d2;if(_0x420e8e[_0x5721a3(0x212)])return null;const _0x39fa3e=this[_0x5721a3(0x20f)][_0x5721a3(0x288)][_0x5721a3(0x2be)](_0x5721a3(0x2ff))['me'],_0x1b00d6=new _0x60a5ae(_0x420e8e[_0x5721a3(0x1e6)],_0x420e8e[_0x5721a3(0x2b7)]);for(const {suggestion:_0x21e542,meta:_0x1c4c65}of this[_0x5721a3(0x20b)](_0x1b00d6,_0x5721a3(0x326)))if(_0x1c4c65[_0x5721a3(0x1a4)]&&!_0x1c4c65[_0x5721a3(0x1e8)]){if(_0x21e542[_0x5721a3(0x1e3)]){const _0x35a1e6=_0x21e542[_0x5721a3(0x253)]()[_0x5721a3(0x329)](_0x328d53=>_0x5721a3(0x1f6)!=_0x328d53[_0x5721a3(0x315)][_0x5721a3(0x2ce)]);_0x35a1e6[_0x5721a3(0x1b9)](_0x25aca7=>_0x1b00d6[_0x5721a3(0x22c)](_0x25aca7,!0x0))&&_0x21e542[_0x5721a3(0x1f1)]();if(_0x35a1e6[_0x5721a3(0x199)](_0x4caf2d=>_0x4caf2d[_0x5721a3(0x22c)](_0x1b00d6,!0x0))){const _0x50b207=this[_0x5721a3(0x1dc)][_0x5721a3(0x242)](_0x5721a3(0x299),_0x578637,_0x5721a3(0x33d));return this[_0x5721a3(0x32c)](()=>_0x50b207([_0x1b00d6],null,_0x24a6bd)),null;}}else{const _0x1f36e1=_0x1b00d6[_0x5721a3(0x19a)](_0x21e542[_0x5721a3(0x2a9)]());null!==_0x1f36e1&&_0x21e542[_0x5721a3(0x27b)]([_0x1f36e1],null,_0x24a6bd);}}if(_0x1b00d6[_0x5721a3(0x1db)](),_0x1b00d6[_0x5721a3(0x212)]||_0x5721a3(0x1f6)==_0x1b00d6[_0x5721a3(0x315)][_0x5721a3(0x2ce)])return null;let _0x25f8df=null,_0x4cce19=_0x1b00d6[_0x5721a3(0x1e6)],_0x36537f=_0x1b00d6[_0x5721a3(0x2b7)];const _0x12f9f0=this[_0x5721a3(0x20b)](_0x1b00d6,_0x5721a3(0x299));for(const {suggestion:_0x37568d,meta:_0x3c098d}of _0x12f9f0){const _0x4d9eef=this[_0x5721a3(0x1c5)][_0x5721a3(0x1ed)](_0x4cce19,_0x36537f);if(_0x3c098d[_0x5721a3(0x1a4)]&&(this[_0x5721a3(0x2b2)]||!_0x3c098d[_0x5721a3(0x33e)]&&!_0x3c098d[_0x5721a3(0x2bb)])){if(_0x37568d[_0x5721a3(0x1e3)]){if(!Pt(_0x37568d,_0x24a6bd))continue;let _0xb2215b=!0x0;for(const _0x27a182 of _0x37568d[_0x5721a3(0x253)]()){if(_0x27a182[_0x5721a3(0x22c)](_0x4d9eef,!0x0))return _0x37568d;_0x4d9eef[_0x5721a3(0x22c)](_0x27a182)||(_0xb2215b=!0x1);}_0xb2215b&&_0x37568d[_0x5721a3(0x1f1)]();}else{const _0x1b9d64=_0x37568d[_0x5721a3(0x2a9)]();if(_0x1b9d64[_0x5721a3(0x22c)](_0x4d9eef,!0x0))return _0x37568d;if(!Pt(_0x37568d,_0x24a6bd)){_0x4d9eef[_0x5721a3(0x22c)](_0x1b9d64)?_0x37568d[_0x5721a3(0x27f)]():_0x1b9d64[_0x5721a3(0x2c7)](_0x4cce19)?_0x4cce19=_0x1b9d64[_0x5721a3(0x2b7)]:_0x1b9d64[_0x5721a3(0x2c7)](_0x36537f)&&(_0x36537f=_0x1b9d64[_0x5721a3(0x1e6)]);continue;}_0x4cce19=_0x4cce19[_0x5721a3(0x1ee)](_0x1b9d64[_0x5721a3(0x1e6)])?_0x4cce19:_0x1b9d64[_0x5721a3(0x1e6)],_0x36537f=_0x36537f[_0x5721a3(0x2c6)](_0x1b9d64[_0x5721a3(0x2b7)])?_0x36537f:_0x1b9d64[_0x5721a3(0x2b7)],_0x24a6bd=Object[_0x5721a3(0x1df)]({},_0x37568d[_0x5721a3(0x33f)]),_0x25f8df?_0x1b9d64[_0x5721a3(0x1e6)][_0x5721a3(0x1ee)](_0x25f8df[_0x5721a3(0x2a9)]()[_0x5721a3(0x1e6)])?(_0x25f8df[_0x5721a3(0x27f)](),_0x25f8df=_0x37568d):_0x37568d[_0x5721a3(0x27f)]():_0x25f8df=_0x37568d;}}}if(_0x25f8df)return this[_0x5721a3(0x2d3)](_0x25f8df,this[_0x5721a3(0x1c5)][_0x5721a3(0x1ed)](_0x4cce19,_0x36537f)),_0x25f8df;{const _0x426098=_0x4f3b9f(),_0x5379b8=this[_0x5721a3(0x1c5)][_0x5721a3(0x1ed)](_0x4cce19,_0x36537f),_0x297ce2=_0x39fa3e['id'],_0x49cb70=_0x578637?_0x5721a3(0x2b9)+_0x578637:_0x5721a3(0x299),_0x36c56d=this[_0x5721a3(0x2c2)]({'id':_0x426098,'type':_0x49cb70,'createdAt':new Date(),'authorId':_0x297ce2,'attributes':_0x24a6bd});return this[_0x5721a3(0x224)](_0x49cb70,_0x426098,_0x297ce2,_0x5379b8),_0x36c56d;}}[_0x1d07d2(0x2e1)](_0x2e201f,_0x20a4cd=_0x1d07d2(0x1e7),_0x3e0b03={}){const _0x497a6e=_0x1d07d2,_0x4608cf=this[_0x497a6e(0x20f)][_0x497a6e(0x288)][_0x497a6e(0x2be)](_0x497a6e(0x2ff))['me'],_0x316dd4=_0x2e201f[_0x497a6e(0x2d0)](_0x517ac3=>new _0x60a5ae(_0x517ac3[_0x497a6e(0x1e6)],_0x517ac3[_0x497a6e(0x2b7)])),_0xc127e=new Set();for(const {suggestion:_0x3f7006,meta:_0x1d6fb9}of this[_0x497a6e(0x20b)](_0x316dd4,_0x497a6e(0x326)))_0x1d6fb9[_0x497a6e(0x1a4)]&&!_0x1d6fb9[_0x497a6e(0x1e8)]&&_0xc127e[_0x497a6e(0x260)](_0x3f7006);for(const _0x5b3829 of _0xc127e)if(_0x5b3829[_0x497a6e(0x1e3)]){const _0x2c147a=_0x5b3829[_0x497a6e(0x253)]();(!_0x5b3829[_0x497a6e(0x33f)]||!_0x5b3829[_0x497a6e(0x33f)][_0x497a6e(0x280)])&&(_0x2c147a[_0x497a6e(0x1b9)](_0x470534=>_0x316dd4[_0x497a6e(0x199)](_0x8d0a1f=>_0x8d0a1f[_0x497a6e(0x22c)](_0x470534,!0x0)))&&_0x5b3829[_0x497a6e(0x1f1)]());if(_0x316dd4[_0x497a6e(0x1b9)](_0x1f9949=>_0x2c147a[_0x497a6e(0x199)](_0x58d3ab=>_0x58d3ab[_0x497a6e(0x22c)](_0x1f9949,!0x0)))){const _0x23bd75=this[_0x497a6e(0x1dc)][_0x497a6e(0x242)](_0x497a6e(0x299),_0x20a4cd,_0x497a6e(0x33d));return this[_0x497a6e(0x32c)](()=>_0x23bd75(_0x2e201f,null,_0x3e0b03)),null;}}else{const _0x1f9f1b=_0x5b3829[_0x497a6e(0x2a9)]();_0x316dd4[_0x497a6e(0x199)](_0x562bad=>_0x562bad[_0x497a6e(0x22c)](_0x1f9f1b,!0x0))&&_0x5b3829[_0x497a6e(0x1f1)]();if(_0x316dd4[_0x497a6e(0x1b9)](_0x9f8bc7=>_0x1f9f1b[_0x497a6e(0x22c)](_0x9f8bc7,!0x0))){const _0x410dcb=this[_0x497a6e(0x1dc)][_0x497a6e(0x242)](_0x497a6e(0x299),_0x20a4cd,_0x497a6e(0x33d));return this[_0x497a6e(0x32c)](()=>_0x410dcb(_0x316dd4,null,_0x3e0b03)),null;}}const _0x40c2c5=this[_0x497a6e(0x1dc)][_0x497a6e(0x242)](_0x497a6e(0x299),_0x20a4cd,_0x497a6e(0x26c));let _0x1f357d=null;for(const _0x5c1e2d of this[_0x497a6e(0x2c5)]())if(_0x5c1e2d[_0x497a6e(0x1d2)]['id']==_0x4608cf['id']&&_0x5c1e2d[_0x497a6e(0x208)]&&_0x497a6e(0x299)==_0x5c1e2d[_0x497a6e(0x338)]&&_0x5c1e2d[_0x497a6e(0x2a8)]==_0x20a4cd&&Pt(_0x5c1e2d,_0x3e0b03)&&(_0x40c2c5(_0x5c1e2d[_0x497a6e(0x253)](),_0x316dd4)||_0x40c2c5(_0x316dd4,_0x5c1e2d[_0x497a6e(0x253)]()))){if(_0x1f357d){if(_0x5c1e2d[_0x497a6e(0x227)]&&_0x5c1e2d[_0x497a6e(0x227)][_0x497a6e(0x2e8)])continue;for(const _0x52da82 of _0x5c1e2d[_0x497a6e(0x253)]())_0x1f357d[_0x497a6e(0x324)](_0x52da82)||_0x1f357d[_0x497a6e(0x20a)](_0x52da82);_0x5c1e2d[_0x497a6e(0x27f)]();}else{_0x1f357d=_0x5c1e2d;for(const _0x431c2b of _0x316dd4)_0x5c1e2d[_0x497a6e(0x324)](_0x431c2b)||_0x5c1e2d[_0x497a6e(0x20a)](_0x431c2b);}}if(_0x1f357d)return _0x1f357d;_0xc127e[_0x497a6e(0x335)]();for(const {suggestion:_0x280a90,meta:_0x5ad222}of this[_0x497a6e(0x20b)](_0x316dd4,_0x497a6e(0x299)))_0x5ad222[_0x497a6e(0x1a4)]&&(this[_0x497a6e(0x2b2)]||!_0x5ad222[_0x497a6e(0x33e)]&&!_0x5ad222[_0x497a6e(0x2bb)])&&Pt(_0x280a90,_0x3e0b03)&&_0xc127e[_0x497a6e(0x260)](_0x280a90);for(const _0xedb427 of _0xc127e){const _0x1855b6=_0xedb427[_0x497a6e(0x253)]();if(!_0x3e0b03||!_0x3e0b03[_0x497a6e(0x280)]){if(_0x316dd4[_0x497a6e(0x1b9)](_0x3b6464=>_0x1855b6[_0x497a6e(0x199)](_0x5e2748=>_0x5e2748[_0x497a6e(0x22c)](_0x3b6464,!0x0))))return _0xedb427;}(!_0xedb427[_0x497a6e(0x33f)]||!_0xedb427[_0x497a6e(0x33f)][_0x497a6e(0x280)])&&(_0x1855b6[_0x497a6e(0x1b9)](_0x143f9c=>_0x316dd4[_0x497a6e(0x199)](_0x23e866=>_0x23e866[_0x497a6e(0x22c)](_0x143f9c,!0x0)))&&_0xedb427[_0x497a6e(0x1f1)]());}const _0x18f7fe=_0x4f3b9f(),_0x585422=_0x4608cf['id'],_0x46cf6d=_0x497a6e(0x2b9)+_0x20a4cd,_0x2aa63b=this[_0x497a6e(0x2c2)]({'id':_0x18f7fe,'type':_0x46cf6d,'createdAt':new Date(),'authorId':_0x585422,'attributes':_0x3e0b03});for(const _0x28e6c0 of _0x316dd4)_0x28e6c0[_0x497a6e(0x1db)](),_0x28e6c0[_0x497a6e(0x212)]||_0x497a6e(0x1f6)==_0x28e6c0[_0x497a6e(0x315)][_0x497a6e(0x2ce)]||this[_0x497a6e(0x224)](_0x46cf6d,_0x18f7fe,_0x585422,_0x28e6c0,_0xd2d3ed[_0x497a6e(0x235)]());return _0x2aa63b;}[_0x1d07d2(0x2e9)](_0x333dc3,_0x2dae00,_0x301da2,_0x481abb,_0x180526){const _0x325394=_0x1d07d2;if(_0x333dc3[_0x325394(0x212)])return[];if(_0x325394(0x220)===this[_0x325394(0x20d)])return[];const _0x5a2d6b=this[_0x325394(0x20f)][_0x325394(0x288)][_0x325394(0x2be)](_0x325394(0x2ff))['me']['id'],_0x3a0fde=Array[_0x325394(0x248)](this[_0x325394(0x2bd)][_0x325394(0x25e)]())[_0x325394(0x329)](_0x202a07=>_0x325394(0x2f8)==_0x202a07[_0x325394(0x338)]&&_0x202a07[_0x325394(0x27e)][_0x325394(0x230)]==_0x2dae00&&_0x202a07[_0x325394(0x324)](_0x333dc3));if(_0x325394(0x21a)===this[_0x325394(0x20d)]){const _0x131323=this[_0x325394(0x20b)](_0x333dc3,_0x325394(0x326))[_0x325394(0x329)](({meta:_0x35c424})=>_0x35c424[_0x325394(0x1a4)]&&!_0x35c424[_0x325394(0x2bb)]&&!_0x35c424[_0x325394(0x1e8)])[_0x325394(0x2d0)](({suggestion:_0x596510})=>_0x596510);_0x3a0fde[_0x325394(0x2c4)](..._0x131323);}const _0x30e0f7=new Map([[_0x333dc3,_0x301da2]]);for(const _0x1558b2 of _0x3a0fde){const _0x29e6ea=_0x325394(0x2f8)==_0x1558b2[_0x325394(0x338)]?_0x1558b2[_0x325394(0x27e)][_0x325394(0x1da)]:void 0x0,_0x2e4386=_0x1558b2[_0x325394(0x2a9)](),_0x81e059=Array[_0x325394(0x248)](_0x30e0f7[_0x325394(0x1fe)]())[_0x325394(0x292)](_0x5f480c=>_0x5f480c[_0x325394(0x2d4)](_0x2e4386));if(!_0x81e059)continue;const _0x302639=_0x81e059[_0x325394(0x2eb)](_0x2e4386);this[_0x325394(0x325)](_0x2dae00)&&_0x325394(0x326)==_0x1558b2[_0x325394(0x338)]&&0x0!=_0x302639[_0x325394(0x2e8)]||(_0x30e0f7[_0x325394(0x229)](_0x81e059),_0x302639[_0x325394(0x2a0)](_0x41d11a=>{const _0x4ae94e=_0x325394;_0x30e0f7[_0x4ae94e(0x244)](_0x41d11a,_0x301da2);}),_0x325394(0x326)!=_0x1558b2[_0x325394(0x338)]&&_0x29e6ea!=_0x481abb&&_0x30e0f7[_0x325394(0x244)](_0x81e059[_0x325394(0x19a)](_0x2e4386),_0x29e6ea));}const _0xdbd0e3=[];for(const [_0x34e99c,_0x3b75fc]of _0x30e0f7){const _0x1c5ee9=_0x4f3b9f(),_0x5569c={'key':_0x2dae00,'oldValue':_0x3b75fc,'newValue':_0x481abb};_0x2dae00[_0x325394(0x2e8)]>0x25&&console[_0x325394(0x1c0)](_0x325394(0x340),{'key':_0x2dae00});const _0x58c371=(_0x325394(0x2ad)+(_0x2dae00+'|'+Et({'newValue':_0x481abb})))[_0x325394(0x291)](0x0,0x3c),_0x27e5d4=this[_0x325394(0x2c2)]({'id':_0x1c5ee9,'type':_0x58c371,'data':_0x5569c,'createdAt':new Date(),'authorId':_0x5a2d6b,'attributes':_0x180526});_0xdbd0e3[_0x325394(0x2f2)](_0x27e5d4),this[_0x325394(0x224)](_0x58c371,_0x1c5ee9,_0x5a2d6b,_0x34e99c);}return _0xdbd0e3;}[_0x1d07d2(0x206)](_0x30e36d){const _0x10dabc=_0x1d07d2;this[_0x10dabc(0x1bb)][_0x10dabc(0x260)](_0x30e36d);}[_0x1d07d2(0x339)](_0x288c61){const _0x4cd0ac=_0x1d07d2;this[_0x4cd0ac(0x1eb)][_0x4cd0ac(0x260)](_0x288c61);}[_0x1d07d2(0x2b1)](_0x8b600e,_0x94a219=[],_0x1677ab=[]){const _0xe8dc30=_0x1d07d2;this[_0xe8dc30(0x2f6)](_0x8b600e,(_0x48195d,..._0x54944a)=>{const _0x378af9=_0xe8dc30;this[_0x378af9(0x274)](()=>{_0x48195d(..._0x54944a);});});for(const _0x1ebf86 of _0x94a219)this[_0xe8dc30(0x339)](_0x1ebf86);for(const _0x4dba44 of _0x1677ab)this[_0xe8dc30(0x206)](_0x4dba44);}[_0x1d07d2(0x337)](_0x1d01a3){const _0x181f65=_0x1d07d2;return _0x181f65(0x2f8)==_0x1d01a3[_0x181f65(0x338)]?_0x1d01a3[_0x181f65(0x2a8)][_0x181f65(0x2fe)]('|')[0x0]:null;}[_0x1d07d2(0x2d3)](_0x43d57d,_0x3c859d){const _0x20359d=_0x1d07d2,_0xb50f17=_0x43d57d[_0x20359d(0x25a)]();this[_0x20359d(0x1c5)][_0x20359d(0x24b)](_0x554eb9=>{const _0xcf84eb=_0x20359d;_0x554eb9[_0xcf84eb(0x23d)](_0xb50f17,{'range':_0x3c859d});});}[_0x1d07d2(0x2f5)](_0x5ad448){const _0x7fae67=_0x1d07d2,_0x57fc13=_0x5ad448['id'],_0x76d161=this[_0x7fae67(0x20f)][_0x7fae67(0x1e0)][_0x7fae67(0x2be)](_0x7fae67(0x269));this[_0x7fae67(0x195)][_0x7fae67(0x22a)](_0x57fc13)||this[_0x7fae67(0x195)][_0x7fae67(0x285)]({'channelId':_0x76d161,'threadId':_0x57fc13,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x35fdf8=this[_0x7fae67(0x195)][_0x7fae67(0x233)](_0x57fc13);_0x35fdf8[_0x7fae67(0x1ff)](_0x7fae67(0x2ae)),_0x35fdf8[_0x7fae67(0x2ae)]=!0x1,_0x5ad448[_0x7fae67(0x227)]=_0x35fdf8;}[_0x1d07d2(0x319)](_0xf815b4,_0x5cf811,_0x4a17bc,_0x44263e){const _0x37911f=_0x1d07d2;if(_0xf815b4[_0x37911f(0x338)]!=_0x5cf811||_0xf815b4[_0x37911f(0x2a8)]!=_0x4a17bc||_0xf815b4[_0x37911f(0x210)]['id']!=_0x44263e)throw this[_0x37911f(0x20f)][_0x37911f(0x24d)](_0x37911f(0x204)),new _0x4a53bd(_0x37911f(0x204),this);}[_0x1d07d2(0x1d3)](_0x3960b9,_0x195ca4){const _0x92cb8f=_0x1d07d2,_0x19dd21=_0x3960b9[_0x92cb8f(0x2a9)]();if(_0x195ca4[_0x92cb8f(0x25d)](_0x19dd21))_0x3960b9[_0x92cb8f(0x27f)]();else{if(_0x19dd21[_0x92cb8f(0x22c)](_0x195ca4)){const _0x55b051=this[_0x92cb8f(0x1c5)][_0x92cb8f(0x1b5)](_0x195ca4[_0x92cb8f(0x1e6)][_0x92cb8f(0x314)],_0x92cb8f(0x2b7));this[_0x92cb8f(0x2d3)](_0x3960b9,this[_0x92cb8f(0x1c5)][_0x92cb8f(0x1ed)](_0x19dd21[_0x92cb8f(0x1e6)],_0x55b051));const _0x155e23=_0x4f3b9f(),_0x44b937=_0x3960b9[_0x92cb8f(0x210)]['id'],_0x1cd22d=_0x3960b9[_0x92cb8f(0x338)]+':'+_0x3960b9[_0x92cb8f(0x2a8)];this[_0x92cb8f(0x2c2)]({'id':_0x155e23,'type':_0x1cd22d,'createdAt':new Date(),'authorId':_0x44b937,'data':_0x3960b9[_0x92cb8f(0x27e)],'attributes':_0x3960b9[_0x92cb8f(0x33f)]});const _0x2c2eb7=this[_0x92cb8f(0x1c5)][_0x92cb8f(0x1b5)](_0x195ca4[_0x92cb8f(0x2b7)][_0x92cb8f(0x19f)],_0x92cb8f(0x196)),_0x26333b=this[_0x92cb8f(0x1c5)][_0x92cb8f(0x1ed)](_0x2c2eb7,_0x19dd21[_0x92cb8f(0x2b7)]);this[_0x92cb8f(0x224)](_0x1cd22d,_0x155e23,_0x44b937,_0x26333b);}else{if(_0x19dd21[_0x92cb8f(0x2c7)](_0x195ca4[_0x92cb8f(0x1e6)])){const _0x320c3c=this[_0x92cb8f(0x1c5)][_0x92cb8f(0x1b5)](_0x195ca4[_0x92cb8f(0x1e6)][_0x92cb8f(0x314)],_0x92cb8f(0x2b7));this[_0x92cb8f(0x2d3)](_0x3960b9,this[_0x92cb8f(0x1c5)][_0x92cb8f(0x1ed)](_0x19dd21[_0x92cb8f(0x1e6)],_0x320c3c));}else{const _0xc61cd8=this[_0x92cb8f(0x1c5)][_0x92cb8f(0x1b5)](_0x195ca4[_0x92cb8f(0x2b7)][_0x92cb8f(0x19f)],_0x92cb8f(0x196));this[_0x92cb8f(0x2d3)](_0x3960b9,this[_0x92cb8f(0x1c5)][_0x92cb8f(0x1ed)](_0xc61cd8,_0x19dd21[_0x92cb8f(0x2b7)]));}}}}[_0x1d07d2(0x1a2)](_0x30caf3){const _0xe1a463=_0x1d07d2;for(const {suggestion:_0x5a8faa,meta:_0x526ca7}of this[_0xe1a463(0x20b)](_0x30caf3,_0xe1a463(0x326))){if(!_0x526ca7[_0xe1a463(0x1a4)])continue;const _0x19394b=_0x5a8faa[_0xe1a463(0x253)]();for(const _0x1f3e5d of _0x19394b)if(!_0x30caf3[_0xe1a463(0x2eb)](_0x1f3e5d)[_0xe1a463(0x2e8)])return!0x0;}return!0x1;}[_0x1d07d2(0x31f)](_0x594882){const _0x39c62e=_0x1d07d2,_0x156fae=this[_0x39c62e(0x20f)][_0x39c62e(0x288)][_0x39c62e(0x2be)](_0x39c62e(0x2ff))[_0x39c62e(0x223)](_0x594882);if(!_0x156fae)throw new _0x4a53bd(_0x39c62e(0x1a7),this);return _0x156fae;}[_0x1d07d2(0x2ed)](_0x46771b){const _0x1c2767=_0x1d07d2,_0x140ddd=this[_0x1c2767(0x20f)][_0x1c2767(0x288)][_0x1c2767(0x2be)](_0x1c2767(0x2ff)),_0x5ec456=_0x4d3182(_0x1c2767(0x257)+_0x46771b),_0x251b16=_0x140ddd[_0x1c2767(0x223)](_0x5ec456);return _0x251b16||_0x140ddd[_0x1c2767(0x1f2)]({'id':_0x5ec456,'name':_0x46771b});}[_0x1d07d2(0x245)](_0x4369da,_0x3eb8f0,_0x2a2a9f,_0x12298d,_0x338beb){const _0xf38410=_0x1d07d2,_0x5e86dd=this[_0xf38410(0x31f)](_0x12298d),_0x46e51a=this[_0xf38410(0x1dc)][_0xf38410(0x20e)](_0x4369da,_0x3eb8f0,_0x2a2a9f,_0x5e86dd,_0x338beb,_0x1b1ddf=>{const _0x20dc5c=_0xf38410;this[_0x20dc5c(0x2a6)](_0x2a2a9f,{'attributes':_0x1b1ddf});const _0x15fd57=this[_0x20dc5c(0x1d7)](_0x2a2a9f);this[_0x20dc5c(0x1c3)](new Set([_0x15fd57])),this[_0x20dc5c(0x1dd)](new Set([_0x15fd57]));});return this[_0xf38410(0x23c)](_0x46e51a,_0xf38410(0x33d),()=>{const _0x34398e=_0xf38410;this[_0x34398e(0x2a6)](_0x2a2a9f,{'state':_0x34398e(0x1bc)});},{'priority':_0xf38410(0x1b0)}),this[_0xf38410(0x23c)](_0x46e51a,_0xf38410(0x1f1),()=>{const _0x946d59=_0xf38410;this[_0x946d59(0x2a6)](_0x2a2a9f,{'state':_0x946d59(0x217)});},{'priority':_0xf38410(0x1b0)}),this[_0xf38410(0x2bd)][_0xf38410(0x244)](_0x2a2a9f,_0x46e51a),this[_0xf38410(0x202)][_0xf38410(0x244)](_0x46e51a,_0xf38410(0x236)),_0x46e51a;}[_0x1d07d2(0x226)](_0xcb845f){const _0x4e46bd=_0x1d07d2,_0x56a41c=_0xcb845f[_0x4e46bd(0x2fe)](':');return{'group':_0x56a41c[0x0],'type':_0x56a41c[0x1],'subType':_0x56a41c[_0x4e46bd(0x2e8)]>=0x5?_0x56a41c[0x2]:null,'id':_0x56a41c[_0x4e46bd(0x2e8)]<0x5?_0x56a41c[0x2]:_0x56a41c[0x3],'authorId':_0x56a41c[_0x4e46bd(0x2e8)]<0x5?_0x56a41c[0x3]:_0x56a41c[0x4],'markerCount':0x6==_0x56a41c[_0x4e46bd(0x2e8)]?_0x56a41c[0x5]:null};}[_0x1d07d2(0x203)](_0x581dd3,_0x349afe,_0x4345ee){const _0x59c6e3=_0x1d07d2,_0x246551=_0x581dd3[_0x59c6e3(0x2a9)](),_0x3a0656=_0x246551[_0x59c6e3(0x1e6)],_0x2f379d=_0x246551[_0x59c6e3(0x2b7)];this[_0x59c6e3(0x2d3)](_0x581dd3,this[_0x59c6e3(0x1c5)][_0x59c6e3(0x1ed)](_0x3a0656,_0x349afe));const _0x2b528f=_0x4f3b9f(),_0x269a69=_0x581dd3[_0x59c6e3(0x210)]['id'],_0x20ea66=_0x581dd3[_0x59c6e3(0x338)]+(_0x581dd3[_0x59c6e3(0x2a8)]?':'+_0x581dd3[_0x59c6e3(0x2a8)]:'');this[_0x59c6e3(0x2c2)]({'id':_0x2b528f,'type':_0x20ea66,'createdAt':new Date(),'authorId':_0x269a69,'originalSuggestionId':_0x581dd3['id'],'attributes':_0x581dd3[_0x59c6e3(0x33f)],'data':_0x581dd3[_0x59c6e3(0x27e)]});const _0x637b83=this[_0x59c6e3(0x337)](_0x581dd3);(_0x59c6e3(0x2d7)==_0x581dd3[_0x59c6e3(0x338)]||_0x637b83&&this[_0x59c6e3(0x325)](_0x637b83))&&(_0x4345ee=this[_0x59c6e3(0x1c5)][_0x59c6e3(0x259)](_0x4345ee[_0x59c6e3(0x19f)])),this[_0x59c6e3(0x224)](_0x20ea66,_0x2b528f,_0x269a69,this[_0x59c6e3(0x1c5)][_0x59c6e3(0x1ed)](_0x4345ee,_0x2f379d));}[_0x1d07d2(0x20b)](_0x152e97,_0x5d3072=null){const _0x382a4b=_0x1d07d2,_0xbe285=[],_0x563838=this[_0x382a4b(0x20f)][_0x382a4b(0x288)][_0x382a4b(0x2be)](_0x382a4b(0x2ff))['me'];Array[_0x382a4b(0x33c)](_0x152e97)||(_0x152e97=[_0x152e97]);for(const _0xbacda6 of this[_0x382a4b(0x2c5)]()){if(!_0xbacda6[_0x382a4b(0x208)])continue;if(_0x5d3072&&_0xbacda6[_0x382a4b(0x338)]!=_0x5d3072)continue;let _0x4cb363=!0x1;for(const _0x2a72b0 of _0xbacda6[_0x382a4b(0x253)]()){for(const _0x4bb225 of _0x152e97){const _0x276654=_0x4bb225[_0x382a4b(0x1e6)][_0x382a4b(0x25d)](_0x2a72b0[_0x382a4b(0x2b7)])||_0x4bb225[_0x382a4b(0x2b7)][_0x382a4b(0x25d)](_0x2a72b0[_0x382a4b(0x1e6)]);if(_0x276654||_0x4bb225[_0x382a4b(0x19a)](_0x2a72b0)){const _0x1b0c89=_0x4bb225[_0x382a4b(0x22c)](_0x2a72b0)&&xt(this[_0x382a4b(0x1c5)][_0x382a4b(0x293)],_0x2a72b0[_0x382a4b(0x1e6)],_0x4bb225),_0x25e34e=_0x2a72b0[_0x382a4b(0x22c)](_0x4bb225)&&xt(this[_0x382a4b(0x1c5)][_0x382a4b(0x293)],_0x4bb225[_0x382a4b(0x1e6)],_0x2a72b0);_0xbe285[_0x382a4b(0x2f2)]({'suggestion':_0xbacda6,'meta':{'isOwn':_0x563838==_0xbacda6[_0x382a4b(0x1d2)],'isNextTo':_0x276654,'isInsideObject':_0x1b0c89,'containsRangeInObject':_0x25e34e}}),_0x4cb363=!0x0;break;}}if(_0x4cb363)break;}}return _0xbe285;}[_0x1d07d2(0x224)](_0x59b90f,_0x1d22d3,_0x215bcb,_0x546508,_0x62c0fb){const _0x53d540=_0x1d07d2;this[_0x53d540(0x1c5)][_0x53d540(0x24b)](_0x5234c6=>{const _0x24dded=_0x53d540;let _0x491435=_0x24dded(0x2fa)+_0x59b90f+':'+_0x1d22d3+':'+_0x215bcb;_0x62c0fb&&(_0x491435=_0x491435+':'+_0x62c0fb),_0x5234c6[_0x24dded(0x2f9)](_0x491435,{'range':_0x546508,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1d07d2(0x1bd)](_0x6674bd){const _0x892c8d=_0x1d07d2,_0x45f6af=_0x6674bd[_0x892c8d(0x1e2)],_0x213c0c=_0x6674bd[_0x892c8d(0x30d)];_0x6674bd[_0x892c8d(0x1e2)]=null,_0x6674bd[_0x892c8d(0x30d)]=null,null!=_0x45f6af&&_0x45f6af[_0x892c8d(0x30d)]==_0x6674bd&&(_0x45f6af[_0x892c8d(0x30d)]=_0x213c0c),null!=_0x213c0c&&_0x213c0c[_0x892c8d(0x1e2)]==_0x6674bd&&(_0x213c0c[_0x892c8d(0x1e2)]=_0x45f6af),_0x892c8d(0x342)==this[_0x892c8d(0x202)][_0x892c8d(0x2be)](_0x6674bd)&&(this[_0x892c8d(0x202)][_0x892c8d(0x244)](_0x6674bd,_0x892c8d(0x2dc)),this[_0x892c8d(0x2a5)](_0x892c8d(0x2ef),_0x6674bd,_0x45f6af,_0x213c0c));}[_0x1d07d2(0x2c2)](_0x1b8ed5){const _0x2ebd6b=_0x1d07d2,_0x27ccce=_0x1b8ed5['id'],_0x43b8a8=this[_0x2ebd6b(0x249)](_0x1b8ed5);if(this[_0x2ebd6b(0x1a5)]&&this[_0x2ebd6b(0x1a5)][_0x2ebd6b(0x1c7)]){const _0x5af174=this[_0x2ebd6b(0x20f)][_0x2ebd6b(0x288)][_0x2ebd6b(0x2be)](_0x2ebd6b(0x2fd)),_0x307630=_0x43b8a8[_0x2ebd6b(0x201)],_0x44a31e=_0x43b8a8[_0x2ebd6b(0x2a8)]?_0x43b8a8[_0x2ebd6b(0x338)]+':'+_0x43b8a8[_0x2ebd6b(0x2a8)]:_0x43b8a8[_0x2ebd6b(0x338)],_0x2d96ea=this[_0x2ebd6b(0x20f)][_0x2ebd6b(0x1f3)],_0x368246=_0x5af174[_0x2ebd6b(0x260)](_0x32ac3a(_0x2d96ea,_0x2ebd6b(0x29c))),_0x36da0b={'id':_0x27ccce,'type':_0x44a31e,'hasComments':_0x307630,'data':_0x1b8ed5[_0x2ebd6b(0x27e)]||null,'originalSuggestionId':_0x1b8ed5[_0x2ebd6b(0x237)]||null,'attributes':_0x43b8a8[_0x2ebd6b(0x33f)]};this[_0x2ebd6b(0x1a5)][_0x2ebd6b(0x1c7)](_0x36da0b)[_0x2ebd6b(0x1a6)](_0x441773=>{const _0x143a72=_0x2ebd6b;_0x43b8a8[_0x143a72(0x267)]=!0x0,_0x5af174[_0x143a72(0x297)](_0x368246),_0x441773&&_0x441773[_0x143a72(0x30a)]&&(this[_0x143a72(0x2bd)][_0x143a72(0x2be)](_0x27ccce)[_0x143a72(0x30a)]=_0x441773[_0x143a72(0x30a)]);})[_0x2ebd6b(0x265)](_0x4a7e1f=>{const _0x1f0f9d=_0x2ebd6b;throw _0x36b65d(_0x1f0f9d(0x266)),this[_0x1f0f9d(0x20f)][_0x1f0f9d(0x1cd)][_0x1f0f9d(0x1e1)]({'isUndoable':!0x1},()=>{const _0x161c16=_0x1f0f9d;_0x43b8a8[_0x161c16(0x1f1)]();}),_0x43b8a8[_0x1f0f9d(0x215)](),this[_0x1f0f9d(0x2bd)][_0x1f0f9d(0x229)](_0x43b8a8['id']),this[_0x1f0f9d(0x202)][_0x1f0f9d(0x229)](_0x43b8a8),_0x4a7e1f;});}return _0x43b8a8;}[_0x1d07d2(0x325)](_0xacaf7){const _0x44a10c=_0x1d07d2;return this[_0x44a10c(0x1bb)][_0x44a10c(0x28f)](_0xacaf7);}[_0x1d07d2(0x2a6)](_0x5000d5,_0x163b6b){const _0x3aadf6=_0x1d07d2,_0xf11698=this[_0x3aadf6(0x20f)][_0x3aadf6(0x288)][_0x3aadf6(0x2be)](_0x3aadf6(0x2fd)),_0x2581d9=this[_0x3aadf6(0x1d7)](_0x5000d5);if(this[_0x3aadf6(0x1a5)]&&this[_0x3aadf6(0x1a5)][_0x3aadf6(0x2cc)]){if(_0x2581d9[_0x3aadf6(0x267)]){const _0x30d4d1=_0xf11698[_0x3aadf6(0x260)](_0x32ac3a(this[_0x3aadf6(0x20f)][_0x3aadf6(0x1f3)],_0x3aadf6(0x29c)));this[_0x3aadf6(0x1a5)][_0x3aadf6(0x2cc)](_0x5000d5,_0x163b6b)[_0x3aadf6(0x1a6)](()=>{const _0x52aef0=_0x3aadf6;_0xf11698[_0x52aef0(0x297)](_0x30d4d1);});}else _0x2581d9['on'](_0x3aadf6(0x31a),()=>{const _0x3b9015=_0x3aadf6;this[_0x3b9015(0x2a6)](_0x5000d5,_0x163b6b);});}}[_0x1d07d2(0x33b)](_0x57280d){const _0x2e2f62=_0x1d07d2;if(!this[_0x2e2f62(0x1a5)]||!this[_0x2e2f62(0x1a5)][_0x2e2f62(0x1d7)])throw new _0x4a53bd(_0x2e2f62(0x26b),this);return this[_0x2e2f62(0x1a5)][_0x2e2f62(0x1d7)](_0x57280d);}[_0x1d07d2(0x22f)](_0x4cc67e){const _0x4964f0=_0x1d07d2,{id:_0x275b0b,type:_0x1b3940,subType:_0x4ebbd5,authorId:_0x4e29f3}=this[_0x4964f0(0x226)](_0x4cc67e),_0x10b1fc=this[_0x4964f0(0x2bd)][_0x4964f0(0x2be)](_0x275b0b)||this[_0x4964f0(0x245)](_0x1b3940,_0x4ebbd5,_0x275b0b,_0x4e29f3,{});switch(this[_0x4964f0(0x319)](_0x10b1fc,_0x1b3940,_0x4ebbd5,_0x4e29f3),this[_0x4964f0(0x202)][_0x4964f0(0x2be)](_0x10b1fc)){case _0x4964f0(0x236):this[_0x4964f0(0x33b)](_0x275b0b)[_0x4964f0(0x1a6)](_0x1140d0=>{const _0xa8fff7=_0x4964f0;let _0x1477d3=Promise[_0xa8fff7(0x273)]();_0x1140d0[_0xa8fff7(0x201)]&&(_0x1477d3=this[_0xa8fff7(0x195)][_0xa8fff7(0x2f0)]({'channelId':this[_0xa8fff7(0x20f)][_0xa8fff7(0x1e0)][_0xa8fff7(0x2be)](_0xa8fff7(0x269)),'threadId':_0x275b0b})),_0x1477d3[_0xa8fff7(0x1a6)](()=>{const _0xae650a=_0xa8fff7;this[_0xae650a(0x249)](_0x1140d0)[_0xae650a(0x267)]=!0x0;});}),this[_0x4964f0(0x202)][_0x4964f0(0x244)](_0x10b1fc,_0x4964f0(0x2e4));break;case _0x4964f0(0x2dc):this[_0x4964f0(0x2a6)](_0x275b0b,{'state':_0x4964f0(0x198)});case _0x4964f0(0x239):this[_0x4964f0(0x202)][_0x4964f0(0x244)](_0x10b1fc,_0x4964f0(0x342)),this[_0x4964f0(0x2a5)](_0x4964f0(0x240),_0x10b1fc);break;case _0x4964f0(0x342):this[_0x4964f0(0x2a5)](_0x4964f0(0x2d1),_0x10b1fc);}return _0x10b1fc[_0x4964f0(0x1f0)](_0x4cc67e),_0x10b1fc;}[_0x1d07d2(0x1dd)](_0x4f834d){const _0xe2c4bc=_0x1d07d2,_0x22d6a1=Array[_0xe2c4bc(0x248)](_0x4f834d),_0x5a4a58=_0x22d6a1[_0xe2c4bc(0x329)](_0x29a0b6=>_0xe2c4bc(0x2f8)==_0x29a0b6[_0xe2c4bc(0x338)]);this[_0xe2c4bc(0x312)](_0x5a4a58);const _0x106dfe=_0x22d6a1[_0xe2c4bc(0x329)](_0x405658=>!_0x405658[_0xe2c4bc(0x1e3)]&&_0xe2c4bc(0x2f8)!=_0x405658[_0xe2c4bc(0x338)]),_0x419f56=this[_0xe2c4bc(0x2c5)]({'skipNotAttached':!0x0})[_0xe2c4bc(0x329)](_0x3ad841=>!_0x3ad841[_0xe2c4bc(0x1e3)]&&_0xe2c4bc(0x2f8)!=_0x3ad841[_0xe2c4bc(0x338)]),_0x2664e3=_0x419f56[_0xe2c4bc(0x329)](_0x14aad3=>!_0x4f834d[_0xe2c4bc(0x28f)](_0x14aad3)),_0x54e104=new Map(_0x419f56[_0xe2c4bc(0x2d0)](_0x13f666=>[_0x13f666,this[_0xe2c4bc(0x1dc)][_0xe2c4bc(0x242)](_0x13f666[_0xe2c4bc(0x338)],_0x13f666[_0xe2c4bc(0x2a8)],_0xe2c4bc(0x197))])),_0x110b32=new Map(_0x419f56[_0xe2c4bc(0x2d0)](_0x1f37d7=>[_0x1f37d7,_0x1f37d7[_0xe2c4bc(0x2a9)]()])),_0xa60a7e=new Set(),_0x5b23eb=new Set();for(let _0x315cf1=0x0;_0x315cf1<_0x106dfe[_0xe2c4bc(0x2e8)];_0x315cf1++)_0x160921(_0x106dfe[_0x315cf1],_0x106dfe,_0x315cf1+0x1);for(let _0x598dbc=0x0;_0x598dbc<_0x106dfe[_0xe2c4bc(0x2e8)];_0x598dbc++)_0x160921(_0x106dfe[_0x598dbc],_0x2664e3,0x0);const _0x4fb00f=new Set();for(let _0x17322d=0x0;_0x17322d<_0x106dfe[_0xe2c4bc(0x2e8)];_0x17322d++){const _0x1a3214=_0x106dfe[_0x17322d];!_0x5b23eb[_0xe2c4bc(0x28f)](_0x1a3214)&&_0x1a3214[_0xe2c4bc(0x1e2)]&&(_0x4fb00f[_0xe2c4bc(0x260)](_0x1a3214[_0xe2c4bc(0x1e2)]),_0x1a3214[_0xe2c4bc(0x1e2)][_0xe2c4bc(0x30d)]===_0x1a3214&&(_0x1a3214[_0xe2c4bc(0x1e2)][_0xe2c4bc(0x30d)]=null),_0x1a3214[_0xe2c4bc(0x1e2)]=null),!_0xa60a7e[_0xe2c4bc(0x28f)](_0x1a3214)&&_0x1a3214[_0xe2c4bc(0x30d)]&&(_0x4fb00f[_0xe2c4bc(0x260)](_0x1a3214[_0xe2c4bc(0x30d)]),_0x1a3214[_0xe2c4bc(0x30d)][_0xe2c4bc(0x1e2)]===_0x1a3214&&(_0x1a3214[_0xe2c4bc(0x30d)][_0xe2c4bc(0x1e2)]=null),_0x1a3214[_0xe2c4bc(0x30d)]=null);}function _0x160921(_0x3a4ecc,_0x1b1633,_0x1e933a){const _0x5ac6a8=_0xe2c4bc;for(let _0x56cac1=_0x1e933a;_0x56cac1<_0x1b1633[_0x5ac6a8(0x2e8)];_0x56cac1++){const _0x217955=_0x293638(_0x3a4ecc,_0x1b1633[_0x56cac1]);_0x217955&&(_0x217955[0x0][_0x5ac6a8(0x30d)]=_0x217955[0x1],_0x217955[0x1][_0x5ac6a8(0x1e2)]=_0x217955[0x0],_0xa60a7e[_0x5ac6a8(0x260)](_0x217955[0x0]),_0x5b23eb[_0x5ac6a8(0x260)](_0x217955[0x1]));}}function _0x293638(_0x32eaf4,_0x5b2fff){const _0x28b643=_0xe2c4bc;if(_0x32eaf4[_0x28b643(0x1d2)]['id']!==_0x5b2fff[_0x28b643(0x1d2)]['id'])return null;const _0x331567=_0x54e104[_0x28b643(0x2be)](_0x32eaf4)(_0x32eaf4,_0x5b2fff,_0x110b32[_0x28b643(0x2be)](_0x32eaf4),_0x110b32[_0x28b643(0x2be)](_0x5b2fff));if(!_0x331567)return null;return _0x54e104[_0x28b643(0x2be)](_0x5b2fff)(_0x32eaf4,_0x5b2fff,_0x110b32[_0x28b643(0x2be)](_0x32eaf4),_0x110b32[_0x28b643(0x2be)](_0x5b2fff))?_0x331567[0x1][_0x28b643(0x227)]&&_0x331567[0x1][_0x28b643(0x227)][_0x28b643(0x2e8)]?null:_0x331567:null;}_0x4fb00f[_0xe2c4bc(0x2ac)]&&this[_0xe2c4bc(0x1dd)](_0x4fb00f);}[_0x1d07d2(0x312)](_0x170e6e){const _0x528479=_0x1d07d2;if(0x0==_0x170e6e[_0x528479(0x2e8)])return;const _0x1ab14d=this[_0x528479(0x2c5)]({'skipNotAttached':!0x0})[_0x528479(0x329)](_0x5eec1e=>_0x528479(0x2f8)==_0x5eec1e[_0x528479(0x338)]&&_0x5eec1e[_0x528479(0x1e4)]),_0xec6b87=[],_0x497683=new Map();for(const _0x590d52 of _0x1ab14d){const _0x11adcf=_0x4d3182(_0x590d52[_0x528479(0x33f)]);_0x497683[_0x528479(0x28f)](_0x11adcf)||(_0x497683[_0x528479(0x244)](_0x11adcf,_0xec6b87[_0x528479(0x2e8)]),_0xec6b87[_0x528479(0x2f2)]([]));const _0x5b547e=_0x497683[_0x528479(0x2be)](_0x11adcf);_0xec6b87[_0x5b547e][_0x528479(0x2f2)](_0x590d52);}!(function(){const _0x3046b5=_0x528479;_0xec6b87[_0x3046b5(0x19b)]((_0x14db90,_0x5d81ed)=>{const _0x13fd79=_0x3046b5,_0x3e0c53=_0x14db90[0x0][_0x13fd79(0x30a)],_0x4f1da5=_0x5d81ed[0x0][_0x13fd79(0x30a)];return _0x3e0c53==_0x4f1da5?_0x14db90[0x0][_0x13fd79(0x33f)][_0x13fd79(0x1e9)]<_0x5d81ed[0x0][_0x13fd79(0x33f)][_0x13fd79(0x1e9)]?-0x1:0x1:_0x3e0c53<_0x4f1da5?-0x1:0x1;});for(const _0x4f326a of _0xec6b87)_0x4f326a[_0x3046b5(0x19b)]((_0x43846c,_0x3068da)=>_0x43846c['id']<_0x3068da['id']?-0x1:0x1);}());for(let _0x59c95f=0x0;_0x59c95f<_0xec6b87[_0x528479(0x2e8)];_0x59c95f++){if(0x0==_0xec6b87[_0x59c95f][_0x528479(0x2e8)])continue;const _0x489d88=[];for(let _0x13a009=_0x59c95f+0x1;_0x13a009<_0xec6b87[_0x528479(0x2e8)];_0x13a009++)0x0!=_0xec6b87[_0x13a009][_0x528479(0x2e8)]&&_0x2843c0(_0xec6b87[_0x59c95f],_0xec6b87[_0x13a009])&&_0x489d88[_0x528479(0x2f2)](_0x13a009);for(const _0x3a4cc0 of _0x489d88)_0xec6b87[_0x59c95f]=_0xec6b87[_0x59c95f][_0x528479(0x200)](_0xec6b87[_0x3a4cc0]),_0xec6b87[_0x3a4cc0]=[];}for(const _0x2577db of _0xec6b87)for(let _0x191539=0x0;_0x191539<_0x2577db[_0x528479(0x2e8)];_0x191539++)_0x2577db[_0x191539][_0x528479(0x30d)]=_0x2577db[_0x191539+0x1]||null;for(const _0x446fbb of _0xec6b87)for(let _0x284f75=0x0;_0x284f75<_0x446fbb[_0x528479(0x2e8)];_0x284f75++)_0x446fbb[_0x284f75][_0x528479(0x1e2)]=_0x446fbb[_0x284f75-0x1]||null;function _0x2843c0(_0x4d468d,_0x201af7){const _0x3431d8=_0x528479;if(_0x4d468d[0x0][_0x3431d8(0x33f)][_0x3431d8(0x1e9)]!==_0x201af7[0x0][_0x3431d8(0x33f)][_0x3431d8(0x1e9)]&&_0x4d468d[0x0][_0x3431d8(0x1d2)]!==_0x201af7[0x0][_0x3431d8(0x1d2)])return!0x1;if(!function(_0x1d39bd,_0x1fdcaf){const _0x3614bf=_0x3431d8;if(!_0x1d39bd[_0x3614bf(0x201)]&&!_0x1fdcaf[_0x3614bf(0x201)])return!0x0;if(_0x1d39bd[_0x3614bf(0x201)]&&_0x1fdcaf[_0x3614bf(0x201)])return!0x1;if(_0x1d39bd[_0x3614bf(0x201)]&&_0x1fdcaf[_0x3614bf(0x30a)]<_0x1d39bd[_0x3614bf(0x227)][_0x3614bf(0x332)][_0x3614bf(0x2be)](0x0)[_0x3614bf(0x30a)])return!0x0;if(_0x1fdcaf[_0x3614bf(0x201)]&&_0x1d39bd[_0x3614bf(0x30a)]<_0x1fdcaf[_0x3614bf(0x227)][_0x3614bf(0x332)][_0x3614bf(0x2be)](0x0)[_0x3614bf(0x30a)])return!0x0;return!0x1;}(_0x4d468d[0x0],_0x201af7[0x0]))return!0x1;const _0x26fd07=_0x219614(_0x4d468d[0x0][_0x3431d8(0x33f)],_0x3431d8(0x1e9)),_0x52c90b=_0x219614(_0x201af7[0x0][_0x3431d8(0x33f)],_0x3431d8(0x1e9));if(!_0x1daed9(_0x26fd07,_0x52c90b))return!0x1;return!!_0x4d468d[_0x3431d8(0x1b9)](_0xc7745=>_0x201af7[_0x3431d8(0x199)](_0x2596fa=>_0xc7745[_0x3431d8(0x2a9)]()[_0x3431d8(0x25d)](_0x2596fa[_0x3431d8(0x2a9)]())))&&_0x201af7[_0x3431d8(0x1b9)](_0x1f1688=>_0x4d468d[_0x3431d8(0x199)](_0xc99cd6=>_0x1f1688[_0x3431d8(0x2a9)]()[_0x3431d8(0x25d)](_0xc99cd6[_0x3431d8(0x2a9)]())));}}[_0x1d07d2(0x1c3)](_0x4c4907){const _0x5f0ca5=_0x1d07d2,_0x599414=Array[_0x5f0ca5(0x248)](_0x4c4907),_0xe5ea92=this[_0x5f0ca5(0x2c5)]({'skipNotAttached':!0x0}),_0x3c71c7=_0xe5ea92[_0x5f0ca5(0x329)](_0x222afd=>!_0x4c4907[_0x5f0ca5(0x28f)](_0x222afd)),_0x599ebf=new Map(_0x599414[_0x5f0ca5(0x2d0)](_0x300d97=>[_0x300d97,this[_0x5f0ca5(0x1dc)][_0x5f0ca5(0x242)](_0x300d97[_0x5f0ca5(0x338)],_0x300d97[_0x5f0ca5(0x2a8)],_0x5f0ca5(0x26c))])),_0x5919f7=new Map(_0xe5ea92[_0x5f0ca5(0x2d0)](_0x3f3045=>[_0x3f3045,_0x3f3045[_0x5f0ca5(0x253)]()]));for(let _0x4361bc=0x0;_0x4361bc<_0x599414[_0x5f0ca5(0x2e8)];_0x4361bc++){if(_0x5c1e71(this,_0x599414[_0x4361bc],_0x599414,_0x4361bc+0x1))return!0x0;}for(let _0x3d1e0f=0x0;_0x3d1e0f<_0x599414[_0x5f0ca5(0x2e8)];_0x3d1e0f++){if(_0x5c1e71(this,_0x599414[_0x3d1e0f],_0x3c71c7,0x0))return!0x0;}return!0x1;function _0x5c1e71(_0x4d560c,_0x50f457,_0x283817,_0x335cd0){const _0x4d6d9b=_0x5f0ca5;for(let _0x2b54d4=_0x335cd0;_0x2b54d4<_0x283817[_0x4d6d9b(0x2e8)];_0x2b54d4++){const _0x1f20ee=_0x283817[_0x2b54d4];if(_0x1f20ee[_0x4d6d9b(0x338)]!==_0x50f457[_0x4d6d9b(0x338)]||_0x1f20ee[_0x4d6d9b(0x1d2)]['id']!==_0x50f457[_0x4d6d9b(0x1d2)]['id']||_0x1f20ee[_0x4d6d9b(0x2a8)]!==_0x50f457[_0x4d6d9b(0x2a8)])continue;if(!Ft(_0x50f457,_0x1f20ee,[_0x4d6d9b(0x1e9)]))continue;if(_0x4d6d9b(0x2f8)==_0x50f457[_0x4d6d9b(0x338)]&&_0x50f457[_0x4d6d9b(0x27e)][_0x4d6d9b(0x1da)]!=_0x1f20ee[_0x4d6d9b(0x27e)][_0x4d6d9b(0x1da)])continue;if(_0x4d6d9b(0x2f8)==_0x50f457[_0x4d6d9b(0x338)]&&_0x4d560c[_0x4d6d9b(0x325)](_0x50f457[_0x4d6d9b(0x27e)][_0x4d6d9b(0x230)]))continue;if(_0x4d6d9b(0x2d7)==_0x50f457[_0x4d6d9b(0x338)]){const _0x4338f9=_0x4d560c[_0x4d6d9b(0x20f)][_0x4d6d9b(0x1cd)],_0x16387b=_0x50f457[_0x4d6d9b(0x2df)]();if(_0x16387b&&(_0x4338f9[_0x4d6d9b(0x293)][_0x4d6d9b(0x2af)](_0x16387b)||_0x4338f9[_0x4d6d9b(0x293)][_0x4d6d9b(0x1d8)](_0x16387b)))continue;}const _0x3528e9=_0x599ebf[_0x4d6d9b(0x2be)](_0x50f457),_0x137247=_0x5919f7[_0x4d6d9b(0x2be)](_0x50f457),_0x4d3512=_0x5919f7[_0x4d6d9b(0x2be)](_0x1f20ee),_0x25bfb0=_0x50f457[_0x4d6d9b(0x227)]&&_0x50f457[_0x4d6d9b(0x227)][_0x4d6d9b(0x2e8)],_0x83022a=_0x1f20ee[_0x4d6d9b(0x227)]&&_0x1f20ee[_0x4d6d9b(0x227)][_0x4d6d9b(0x2e8)];if(!_0x25bfb0&&_0x3528e9(_0x4d3512,_0x137247))return _0x4d560c[_0x4d6d9b(0x21f)](_0x1f20ee,_0x50f457),_0x5919f7[_0x4d6d9b(0x229)](_0x50f457),!0x0;if(!_0x83022a&&_0x3528e9(_0x137247,_0x4d3512))return _0x4d560c[_0x4d6d9b(0x21f)](_0x50f457,_0x1f20ee),_0x5919f7[_0x4d6d9b(0x229)](_0x1f20ee),!0x0;}return!0x1;}}[_0x1d07d2(0x21f)](_0x1ce7ae,_0x1ac334){const _0x4ffed1=_0x1d07d2;if(_0x1ce7ae[_0x4ffed1(0x1e3)]){for(const _0x53fa19 of _0x1ac334[_0x4ffed1(0x253)]())_0x1ce7ae[_0x4ffed1(0x20a)](_0x53fa19);}else{const _0x98d1c5=_0x1ac334[_0x4ffed1(0x2a9)]()[_0x4ffed1(0x2b7)];this[_0x4ffed1(0x2d3)](_0x1ce7ae,this[_0x4ffed1(0x1c5)][_0x4ffed1(0x1ed)](_0x1ce7ae[_0x4ffed1(0x2a9)]()[_0x4ffed1(0x1e6)],_0x98d1c5));}_0x1ac334[_0x4ffed1(0x27f)]();}[_0x1d07d2(0x277)](_0x1be288,_0x2f9f69){const _0x559bfd=_0x1d07d2,_0x1e66d9=_0x1be288[_0x559bfd(0x2ec)](_0x559bfd(0x28b))||_0x1be288[_0x559bfd(0x2ec)](_0x559bfd(0x2f8))?_0x559bfd(0x1b7):_0x1be288[_0x559bfd(0x300)]();return _0x32ac3a(this[_0x559bfd(0x20f)][_0x559bfd(0x1f3)],_0x2f9f69+'_'+_0x1e66d9+_0x559bfd(0x218));}[_0x1d07d2(0x32e)](){const _0x58f08d=_0x1d07d2,_0x2959ec=this[_0x58f08d(0x20f)];_0x804215(this[_0x58f08d(0x1c5)],({left:_0x553b9d,entered:_0xda1038})=>{const _0x4ea20e=_0x58f08d,_0x1da940=[];for(const _0x1696c7 of _0x553b9d){const {group:_0x5318a1,type:_0x591490}=this[_0x4ea20e(0x226)](_0x1696c7[_0x4ea20e(0x24e)]);if(_0x4ea20e(0x2f4)===_0x5318a1){_0x1da940[_0x4ea20e(0x2f2)](this[_0x4ea20e(0x277)](_0x591490,_0x4ea20e(0x232)));break;}}for(const _0x1aa6ed of _0xda1038){const {group:_0x36c014,type:_0x5ada61}=this[_0x4ea20e(0x226)](_0x1aa6ed[_0x4ea20e(0x24e)]);if(_0x4ea20e(0x2f4)===_0x36c014){_0x1da940[_0x4ea20e(0x2f2)](this[_0x4ea20e(0x277)](_0x5ada61,_0x4ea20e(0x264)));break;}}_0x1da940[_0x4ea20e(0x2e8)]&&_0x2959ec['ui'][_0x4ea20e(0x1ae)][_0x4ea20e(0x1f5)](_0x4ea20e(0x2b0),_0x1da940[_0x4ea20e(0x26c)]('\x20'));});}[_0x1d07d2(0x20c)](_0x1a54f8){const _0x2c35de=_0x1d07d2;if(this[_0x2c35de(0x341)])return!0x1;const _0x180a02=this[_0x2c35de(0x20f)],_0x4b9605=_0x180a02[_0x2c35de(0x1cd)][_0x2c35de(0x2fc)][_0x2c35de(0x21e)][_0x2c35de(0x246)]();if(0x0==_0x4b9605[_0x2c35de(0x2e8)])return!0x1;const _0x20f075=[],_0x564838=_0x4b9605[_0x2c35de(0x329)](_0x248d9a=>_0x2c35de(0x2f8)==_0x248d9a[_0x2c35de(0x338)]),_0x3f049c=_0x4b9605[_0x2c35de(0x329)](_0x2f3716=>_0x2c35de(0x271)==_0x2f3716[_0x2c35de(0x338)]&&_0x2c35de(0x1f8)!=_0x2f3716[_0x2c35de(0x24e)]),_0x312b53=_0x4b9605[_0x2c35de(0x329)](_0x3789b4=>_0x2c35de(0x297)==_0x3789b4[_0x2c35de(0x338)]&&_0x2c35de(0x1f8)!=_0x3789b4[_0x2c35de(0x24e)]);for(const _0x314e76 of _0x564838)_0x20f075[_0x2c35de(0x2f2)]({'key':_0x314e76[_0x2c35de(0x1d6)],'newValue':_0x314e76[_0x2c35de(0x241)],'oldValue':_0x314e76[_0x2c35de(0x1f7)],'range':Ut(_0x314e76[_0x2c35de(0x328)],_0x180a02[_0x2c35de(0x1cd)])});for(const _0x2ba616 of _0x3f049c){const _0x3451b7=_0x312b53[_0x2c35de(0x292)](_0x3c3b2d=>_0x3c3b2d[_0x2c35de(0x2ba)][_0x2c35de(0x25d)](_0x2ba616[_0x2c35de(0x2ba)]));_0x3451b7&&_0x20f075[_0x2c35de(0x2f2)]({'key':_0x2c35de(0x23f),'newValue':_0x2ba616[_0x2c35de(0x24e)],'oldValue':_0x3451b7[_0x2c35de(0x24e)],'range':_0x180a02[_0x2c35de(0x1cd)][_0x2c35de(0x28e)](_0x2ba616[_0x2c35de(0x2ba)][_0x2c35de(0x333)])});}return 0x0!=_0x20f075[_0x2c35de(0x2e8)]&&this[_0x2c35de(0x1a3)](_0x1a54f8,_0x20f075);}[_0x1d07d2(0x2da)](_0xe3976f){const _0x56c4fe=_0x1d07d2;let _0x1cba99=!0x1;const _0x13b4c0=this[_0x56c4fe(0x20f)][_0x56c4fe(0x1cd)][_0x56c4fe(0x2fc)][_0x56c4fe(0x21e)][_0x56c4fe(0x21c)]()[_0x56c4fe(0x329)](_0x2d7070=>_0x2d7070[_0x56c4fe(0x27e)][_0x56c4fe(0x31e)]&&_0x2d7070[_0x56c4fe(0x24e)][_0x56c4fe(0x2ec)](_0x56c4fe(0x1fd)));for(const _0x493dc5 of _0x13b4c0){const {subType:_0x58ef4a,id:_0x430a74}=this[_0x56c4fe(0x226)](_0x493dc5[_0x56c4fe(0x24e)]),_0x1b08c1=_0x58ef4a[_0x56c4fe(0x2fe)]('|')[0x0];for(const _0x2a9a2e of this[_0x56c4fe(0x2c5)]({'skipNotAttached':!0x0}))_0x2a9a2e['id']!=_0x430a74&&_0x56c4fe(0x2f8)==_0x2a9a2e[_0x56c4fe(0x338)]&&_0x2a9a2e[_0x56c4fe(0x27e)]&&_0x2a9a2e[_0x56c4fe(0x27e)][_0x56c4fe(0x230)]==_0x1b08c1&&_0x2a9a2e[_0x56c4fe(0x2a9)]()[_0x56c4fe(0x2d4)](_0x493dc5[_0x56c4fe(0x27e)][_0x56c4fe(0x31e)])&&(this[_0x56c4fe(0x1f9)](_0x2a9a2e,_0x493dc5[_0x56c4fe(0x27e)][_0x56c4fe(0x31e)],_0xe3976f),_0x1cba99=!0x0);}return _0x1cba99;}[_0x1d07d2(0x274)](_0x24480e){const _0x51908e=_0x1d07d2;this[_0x51908e(0x20f)],(this[_0x51908e(0x341)]=!0x0,_0x24480e());}[_0x1d07d2(0x1f4)](_0x55bc98){const _0x39ff5a=_0x1d07d2,_0x510a89=this[_0x39ff5a(0x325)](_0x55bc98),_0x589f23=this[_0x39ff5a(0x1eb)][_0x39ff5a(0x28f)](_0x55bc98);return _0x510a89||_0x589f23;}[_0x1d07d2(0x1a3)](_0x2c2676,_0xee8356){const _0x57342d=_0x1d07d2;if(0x0==_0xee8356[_0x57342d(0x2e8)])return!0x1;let _0x55b6a0=!0x1;for(const _0x4a90c6 of _0xee8356){const _0x3b7a2a=this[_0x57342d(0x20b)](_0x4a90c6[_0x57342d(0x328)],_0x57342d(0x2f8))[_0x57342d(0x329)](_0x230be0=>!_0x230be0[_0x57342d(0x2d6)][_0x57342d(0x1e8)])[_0x57342d(0x2d0)](_0x32cec2=>_0x32cec2[_0x57342d(0x2f4)]),_0x1456b9=_0x4d3182({'newValue':_0x4a90c6[_0x57342d(0x2f3)]});_0x3b7a2a[_0x57342d(0x329)](_0x4a6522=>{const _0x224576=_0x57342d,[_0x342cae,_0x4da802]=_0x4a6522[_0x224576(0x2a8)][_0x224576(0x2fe)]('|');return _0x342cae==_0x4a90c6[_0x224576(0x230)]&&_0x4da802!=_0x1456b9;})[_0x57342d(0x2a0)](_0x25bcf4=>{const _0xdc2608=_0x57342d;this[_0xdc2608(0x1f9)](_0x25bcf4,_0x4a90c6[_0xdc2608(0x328)],_0x2c2676),_0x55b6a0=!0x0;});}return _0x55b6a0;}[_0x1d07d2(0x1f9)](_0xeb8a5c,_0x1de071,_0x59c637){const _0x52520=_0x1d07d2,_0x44aae9=_0xeb8a5c[_0x52520(0x2a9)]()[_0x52520(0x2eb)](_0x1de071);0x0!==_0x44aae9[_0x52520(0x2e8)]?0x1!==_0x44aae9[_0x52520(0x2e8)]?this[_0x52520(0x203)](_0xeb8a5c,_0x1de071[_0x52520(0x1e6)],_0x1de071[_0x52520(0x2b7)]):this[_0x52520(0x2d3)](_0xeb8a5c,_0x44aae9[0x0]):_0x59c637[_0x52520(0x296)](_0xeb8a5c[_0x52520(0x25a)]());}}class Bt{constructor(_0x33e177){const _0x316f0f=_0x1d07d2;this[_0x316f0f(0x310)]=_0x33e177,this[_0x316f0f(0x1c5)]=_0x33e177[_0x316f0f(0x1cd)],this[_0x316f0f(0x31b)]=new Map(),this[_0x316f0f(0x1e5)]=new Map(),this[_0x316f0f(0x1d5)]();}[_0x1d07d2(0x20e)](_0x1d7e37,_0x2afe12,_0x2140ab,_0x5b6fa0,_0xb9726,_0x11a3fd){const _0x5aa7a3=_0x1d07d2;return new _0xd2d3ed(this[_0x5aa7a3(0x1c5)],{'type':_0x1d7e37,'subType':_0x2afe12,'id':_0x2140ab,'author':_0x5b6fa0,'creator':_0x5b6fa0,'attributes':_0xb9726,'onAttributesChange':_0x11a3fd,'onAccept':(..._0x52192e)=>this[_0x5aa7a3(0x242)](_0x1d7e37,_0x2afe12,_0x5aa7a3(0x33d))(..._0x52192e),'onDiscard':(..._0x588898)=>this[_0x5aa7a3(0x242)](_0x1d7e37,_0x2afe12,_0x5aa7a3(0x1f1))(..._0x588898)});}[_0x1d07d2(0x25b)](_0x5132da,_0x4195d4,_0x2a5fdf,_0x2a26eb){const _0x357906=_0x1d07d2,_0x1ffb7d=_0x5132da+':'+_0x4195d4+':'+_0x2a5fdf;this[_0x357906(0x31b)][_0x357906(0x244)](_0x1ffb7d,_0x2a26eb);}[_0x1d07d2(0x242)](_0x7fa4bc,_0x1f51f7,_0x47201a){const _0x52c738=_0x1d07d2,_0x5cc7a5=_0x7fa4bc+':'+_0x1f51f7+':'+_0x47201a;return this[_0x52c738(0x31b)][_0x52c738(0x2be)](_0x5cc7a5)||this[_0x52c738(0x1e5)][_0x52c738(0x2be)](_0x7fa4bc+':'+_0x47201a);}[_0x1d07d2(0x1d5)](){const _0x153614=_0x1d07d2,_0xe2fc9=()=>!0x1,_0x38b6f5=_0x50eef0=>{const _0x556542=_0x5733;_0x50eef0[_0x556542(0x19b)]((_0x58febb,_0xda6183)=>_0x58febb[_0x556542(0x1e6)][_0x556542(0x1ee)](_0xda6183[_0x556542(0x1e6)])?0x1:-0x1),this[_0x556542(0x1c5)][_0x556542(0x24b)](_0x55341d=>{const _0x446429=_0x556542;for(const _0x595811 of _0x50eef0){let _0x1eee49;_0x1eee49=_0x595811[_0x446429(0x2b7)][_0x446429(0x1a1)]&&_0x595811[_0x446429(0x2b7)][_0x446429(0x19f)]==_0x595811[_0x446429(0x1e6)][_0x446429(0x333)]?_0x55341d[_0x446429(0x307)](_0x595811[_0x446429(0x1e6)][_0x446429(0x333)],'on'):_0x55341d[_0x446429(0x307)](_0x595811),this[_0x446429(0x1c5)][_0x446429(0x193)](_0x1eee49,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2e6318=(_0x19a611,_0x5dec46)=>{const _0x68ab10=_0x5733;_0x5dec46&&this[_0x68ab10(0x1c5)][_0x68ab10(0x24b)](_0x5ac988=>{const _0x800df5=_0x68ab10,{commandName:_0x307756,commandParams:_0x4f191d=[]}=_0x5dec46,_0x164483=_0x19a611[_0x800df5(0x2d0)](_0x54a8e5=>(Rt(_0x54a8e5)&&(_0x54a8e5=this[_0x800df5(0x1c5)][_0x800df5(0x1ed)](_0x54a8e5[_0x800df5(0x2b7)])),_0x54a8e5))[_0x800df5(0x329)](_0xba05a=>_0x800df5(0x1f6)!==_0xba05a[_0x800df5(0x315)][_0x800df5(0x2ce)]);if(_0x164483[_0x800df5(0x2e8)]<0x1)return;const _0x57e3b0=Array[_0x800df5(0x248)](this[_0x800df5(0x1c5)][_0x800df5(0x2fc)][_0x800df5(0x30f)][_0x800df5(0x253)]())[_0x800df5(0x2d0)](_0xfcf26f=>_0x60a5ae[_0x800df5(0x323)](_0xfcf26f));_0x5ac988[_0x800df5(0x1fc)](_0x164483);for(const _0x546a4e of this[_0x800df5(0x310)][_0x800df5(0x221)][_0x800df5(0x221)]())_0x546a4e[_0x800df5(0x255)]();_0x4f191d[_0x800df5(0x2f2)]({'forceDefaultExecution':!0x0}),this[_0x800df5(0x310)][_0x800df5(0x1c9)](_0x307756,..._0x4f191d);const _0x4851be=_0x57e3b0[_0x800df5(0x329)](_0x48aef2=>_0x800df5(0x1f6)!=_0x48aef2[_0x800df5(0x315)][_0x800df5(0x2ce)]);_0x4851be[_0x800df5(0x2e8)]>0x0&&_0x5ac988[_0x800df5(0x1fc)](_0x4851be);for(const _0x1fee1f of _0x57e3b0)_0x1fee1f[_0x800df5(0x1db)]();});},_0x59732c=(_0xb603e8,_0x5c4072)=>0x1==_0xb603e8[_0x153614(0x2e8)]&&0x1==_0x5c4072[_0x153614(0x2e8)]&&_0xb603e8[0x0][_0x153614(0x2b7)][_0x153614(0x25d)](_0x5c4072[0x0][_0x153614(0x1e6)]),_0xcbd1bd=(_0x303f86,_0x2764a2,_0x21aad0,_0x46570f)=>Gt(_0x303f86,_0x2764a2,_0x21aad0,_0x46570f,this[_0x153614(0x1c5)])?[_0x303f86,_0x2764a2]:Gt(_0x2764a2,_0x303f86,_0x46570f,_0x21aad0,this[_0x153614(0x1c5)])?[_0x2764a2,_0x303f86]:null;this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x19c),_0xe2fc9),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x225),_0x38b6f5),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x29d),_0x59732c),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x194),_0xcbd1bd),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x2bc),_0x38b6f5),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x284),_0xe2fc9),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x317),_0x59732c),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x219),_0xcbd1bd),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x276),_0x2e6318),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x2e5),_0xe2fc9),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x25c),_0x59732c),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x2ca),_0xe2fc9),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x2ee),_0x2e6318),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x1d0),_0xe2fc9),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x214),_0x59732c),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x2de),_0xe2fc9),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x287),_0xe2fc9),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x26d),(_0x1acc34,_0x3eb3d8)=>{const _0x427017=_0x153614;if(!_0x3eb3d8)return;const _0x4eb325=this[_0x427017(0x310)][_0x427017(0x288)][_0x427017(0x2be)](p);this[_0x427017(0x1c5)][_0x427017(0x24b)](_0x1c8060=>{const _0x4bb280=_0x427017;if(_0x4bb280(0x23f)==_0x3eb3d8[_0x4bb280(0x230)])for(const _0x1decf6 of _0x1acc34){const _0x520e75=_0x1decf6[_0x4bb280(0x1e6)][_0x4bb280(0x333)],_0x2ea88b=_0x3eb3d8[_0x4bb280(0x1da)];_0x1c8060[_0x4bb280(0x1cf)](_0x520e75,_0x2ea88b);}else{if(_0x4eb325[_0x4bb280(0x325)](_0x3eb3d8[_0x4bb280(0x230)])){for(const _0xe1db4b of _0x1acc34)void 0x0!==_0x3eb3d8[_0x4bb280(0x1da)]?_0x1c8060[_0x4bb280(0x318)](_0x3eb3d8[_0x4bb280(0x230)],_0x3eb3d8[_0x4bb280(0x1da)],_0xe1db4b[_0x4bb280(0x1e6)][_0x4bb280(0x333)]):_0x1c8060[_0x4bb280(0x263)](_0x3eb3d8[_0x4bb280(0x230)],_0xe1db4b[_0x4bb280(0x1e6)][_0x4bb280(0x333)]);}else{for(const _0x230326 of _0x1acc34)_0x3eb3d8[_0x4bb280(0x1da)]?_0x1c8060[_0x4bb280(0x318)](_0x3eb3d8[_0x4bb280(0x230)],_0x3eb3d8[_0x4bb280(0x1da)],_0x230326):_0x1c8060[_0x4bb280(0x263)](_0x3eb3d8[_0x4bb280(0x230)],_0x230326);}}});}),this[_0x153614(0x1e5)][_0x153614(0x244)](_0x153614(0x2f7),_0x59732c);}}function xt(_0x155305,_0x3af063,_0x18db5b){const _0x5d903e=_0x1d07d2;for(const _0x79b200 of _0x3af063[_0x5d903e(0x19f)][_0x5d903e(0x2e7)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x79b200[_0x5d903e(0x315)]==_0x79b200)return!0x1;if(!_0x18db5b[_0x5d903e(0x305)](_0x79b200))return!0x1;if(_0x155305[_0x5d903e(0x2af)](_0x79b200)||_0x155305[_0x5d903e(0x1d8)](_0x79b200))return!0x0;}return!0x1;}function Rt(_0x645b52){const _0x3bff8a=_0x1d07d2;return _0x645b52[_0x3bff8a(0x2b7)][_0x3bff8a(0x19f)]==_0x645b52[_0x3bff8a(0x1e6)][_0x3bff8a(0x333)]&&_0x645b52[_0x3bff8a(0x2b7)][_0x3bff8a(0x330)];}function Tt(_0x4206a2,_0x3580a5,_0x52b48f,_0x2182d5){const _0x27d2ac=_0x1d07d2,_0x310277=_0x237a77=>!_0x237a77[_0x27d2ac(0x32d)]['is'](_0x27d2ac(0x28a))&&!_0x2182d5[_0x27d2ac(0x2af)](_0x237a77[_0x27d2ac(0x32d)]),_0xe2f283=_0x4206a2[_0x27d2ac(0x1e6)][_0x27d2ac(0x2a3)](_0x310277),_0x552b8e=_0x4206a2[_0x27d2ac(0x2b7)][_0x27d2ac(0x2a3)](_0x310277,{'direction':_0x27d2ac(0x2f1)});return(!_0x4206a2[_0x27d2ac(0x1e6)][_0x27d2ac(0x25d)](_0xe2f283)||!_0x4206a2[_0x27d2ac(0x2b7)][_0x27d2ac(0x25d)](_0x552b8e))&&(_0xe2f283[_0x27d2ac(0x1ee)](_0x552b8e)?_0x52b48f[_0x27d2ac(0x23d)](_0x3580a5,{'range':_0x52b48f[_0x27d2ac(0x1ed)](_0xe2f283,_0x552b8e)}):_0x52b48f[_0x27d2ac(0x296)](_0x3580a5),!0x0);}function Et(_0xd3cd2c){return _0x4d3182(_0xd3cd2c);}function Vt(_0x22f5e9){const _0x535722=_0x1d07d2,_0x8723dc=_0x22f5e9[_0x535722(0x1e6)][_0x535722(0x333)];return _0x8723dc&&_0x8723dc['is'](_0x535722(0x2e0));}function Ut(_0x38e10c,_0x42beeb){const _0x5f3ba2=_0x1d07d2;return null==_0x38e10c[_0x5f3ba2(0x2b7)][_0x5f3ba2(0x314)]&&_0x38e10c[_0x5f3ba2(0x2b7)][_0x5f3ba2(0x19f)]==_0x38e10c[_0x5f3ba2(0x1e6)][_0x5f3ba2(0x333)]?Ot(_0x38e10c[_0x5f3ba2(0x1e6)][_0x5f3ba2(0x333)],_0x42beeb):_0x38e10c;}function Ot(_0x126bc3,_0x4ff699){const _0x8b5b21=_0x1d07d2,_0x4c5b08=_0x4ff699[_0x8b5b21(0x293)][_0x8b5b21(0x2af)](_0x126bc3)||_0x4ff699[_0x8b5b21(0x293)][_0x8b5b21(0x1a8)](_0x126bc3);return _0x4ff699[_0x8b5b21(0x1ed)](_0x4ff699[_0x8b5b21(0x1b5)](_0x126bc3,_0x8b5b21(0x28c)),_0x4c5b08?_0x4ff699[_0x8b5b21(0x1ef)](_0x126bc3):_0x4ff699[_0x8b5b21(0x1b5)](_0x126bc3,_0x8b5b21(0x2b7)));}function Gt(_0x129a47,_0x807bb2,_0x63f901,_0x19a912,_0x47d128){const _0x5bb757=_0x1d07d2;if(!Ft(_0x129a47,_0x807bb2))return!0x1;if(_0x63f901[_0x5bb757(0x2b7)][_0x5bb757(0x25d)](_0x19a912[_0x5bb757(0x1e6)]))return!0x0;if(_0x129a47[_0x5bb757(0x338)]!=_0x807bb2[_0x5bb757(0x338)])return!0x1;if(!_0x63f901[_0x5bb757(0x2b7)][_0x5bb757(0x2d8)](_0x19a912[_0x5bb757(0x1e6)]))return!0x1;const _0x2f5582=_0x47d128[_0x5bb757(0x1ed)](_0x63f901[_0x5bb757(0x2b7)],_0x19a912[_0x5bb757(0x1e6)])[_0x5bb757(0x33a)]();for(const _0x145297 of _0x2f5582)if([_0x5bb757(0x19d),_0x5bb757(0x207)][_0x5bb757(0x30b)](_0x145297[_0x5bb757(0x338)])&&_0x47d128[_0x5bb757(0x293)][_0x5bb757(0x1d8)](_0x145297[_0x5bb757(0x32d)]))return!0x1;return!0x0;}function Ft(_0x33f40b,_0xd7e978,_0x217f2d=[]){const _0x15e31d=_0x1d07d2;return!(!_0x33f40b[_0x15e31d(0x1e4)]||!_0xd7e978[_0x15e31d(0x1e4)])&&_0x1daed9(_0x219614(_0x33f40b[_0x15e31d(0x33f)],_0x217f2d),_0x219614(_0xd7e978[_0x15e31d(0x33f)],_0x217f2d));}function Pt(_0xa81cc8,_0x3e304f){const _0x2e01e1=_0x1d07d2,_0x401005=Lt(_0xa81cc8[_0x2e01e1(0x33f)]),_0x299447=Lt(_0x3e304f);if(!_0xa81cc8[_0x2e01e1(0x1e4)])return!0x1;for(const _0x3c7d75 of Object[_0x2e01e1(0x1fe)](_0x299447))if(!_0x1daed9(_0x401005[_0x3c7d75],_0x299447[_0x3c7d75]))return!0x1;return!0x0;}function Lt(_0x1b1ab2){const _0x36ce20=_0x1d07d2,_0x124704=Object[_0x36ce20(0x1df)]({},_0x1b1ab2);return delete _0x124704[_0x36ce20(0x280)],delete _0x124704[_0x36ce20(0x211)],_0x124704;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1418b6=_0x33c7;function _0x1f5e(){const _0x4a18e2=['has','18GMaiwD','comments.maxCommentCharsWhenCollapsed','change:previous','destroy','plugins','source','_viewToController','unbind','Discard\x20all\x20suggestions','keys','length','EditorAnnotations','getByInnerView','previous','Accept\x20all\x20suggestions','Accept\x20all\x20selected\x20suggestions','SuggestionThreadView','model','clear','acceptAllSuggestions','trackChanges.disableComments','Track\x20changes','suggestionChanged','trackChanges','type','editor','descriptionParts','_updateController','addSourceCollector','from','separator','_initializeController','commandName','filter','isDirty','704570WPHcaX','init','comments','suggestion-','remove','createAnnotation','values','Discard\x20all\x20selected\x20suggestions','getMarkers','acceptSelectedSuggestions','actionView','some','2669384tgJrls','_unbindEditors','2507860xGvffY','CommentView','_destroyController','activeAnnotations','Annotations','1dbcQsx','focus','trackChanges.SuggestionThreadView','value','_descriptionFactory','acceptButton','getMarkerNames','100084BUJevK','_refreshActiveMarkers','activeMarkers','delete','_bindAnnotationToEditors','createAnnotationView','createCommentThreadController','suggestionLoaded','head','pluginName','getJoined','1789500QYibRg','discardAllSuggestions','comments.maxCommentsWhenCollapsed','CommentsUI','_createUIButton','view','comments.editorConfig','getDescriptions','toMany','registerAnnotation','map','suggestionUnloaded','arrowView','stopListening','innerView','isEnabled','getSuggestion','7011564SttWHw','listenTo','TrackChangesEditing','change:activeAnnotations','getRanges','TrackChangesUI','refreshSelectedViews','33fRzAot','72402rFdZQj','mainView','hasSuggestion','componentFactory','getFirstRange','_annotationViews','config','_suggestionToController','button','set','switchbutton','execute','commentThread','reduce','editing','locale','addComment','size','define','commands','requires','get','isOn','_handleControllerBuffer','isInContent','CommentsRepository','bind','discardSelectedSuggestions','comments.maxThreadTotalWeight','_handleSuggestionControllerDelayed','add','lowest','push','buttonView','discardButton','_disableComments','isMultiRange','getAllAdjacentSuggestions'];_0x1f5e=function(){return _0x4a18e2;};return _0x1f5e();}function _0x33c7(_0xc712aa,_0x2737bd){const _0x1f5efa=_0x1f5e();return _0x33c7=function(_0x33c745,_0x344f47){_0x33c745=_0x33c745-0x6c;let _0x290837=_0x1f5efa[_0x33c745];return _0x290837;},_0x33c7(_0xc712aa,_0x2737bd);}(function(_0x115a0d,_0x205199){const _0x5eed36=_0x33c7,_0x45457b=_0x115a0d();while(!![]){try{const _0x5e7c24=-parseInt(_0x5eed36(0x8a))/0x1*(-parseInt(_0x5eed36(0x77))/0x2)+parseInt(_0x5eed36(0xb4))/0x3*(-parseInt(_0x5eed36(0x91))/0x4)+parseInt(_0x5eed36(0x9c))/0x5+parseInt(_0x5eed36(0xb5))/0x6+parseInt(_0x5eed36(0xad))/0x7+-parseInt(_0x5eed36(0x83))/0x8+-parseInt(_0x5eed36(0xdc))/0x9*(parseInt(_0x5eed36(0x85))/0xa);if(_0x5e7c24===_0x205199)break;else _0x45457b['push'](_0x45457b['shift']());}catch(_0x43ab46){_0x45457b['push'](_0x45457b['shift']());}}}(_0x1f5e,0x95c34));import{Plugin as _0x172f50}from'ckeditor5/src/core.js';import{Collection as _0x1714f0}from'ckeditor5/src/utils.js';import{ViewModel as _0x11d245,SplitButtonView as _0x1e6ae4,createDropdown as _0x1c62d6,addListToDropdown as _0x479eba}from'ckeditor5/src/ui.js';import{Users as _0x326561,getDateTimeFormatter as _0x40049d,getAllMarkersDomElementsSorted as _0x20aa80}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1f63c4 from'./trackchangesediting.js';import _0x217cbc from'./ui/suggestioncontroller.js';import _0x392418 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x58daae}from'./utils/common-translations.js';import _0x26451f from'../theme/icons/track-changes.svg';export default class d extends _0x172f50{static get[_0x1418b6(0xc9)](){const _0x44b134=_0x1418b6;return[_0x1f63c4,_0x326561,_0x44b134(0xce),_0x44b134(0x89),_0x44b134(0xe7)];}static get[_0x1418b6(0x9a)](){const _0x165633=_0x1418b6;return _0x165633(0xb2);}constructor(_0x521448){const _0x35ef5b=_0x1418b6;super(_0x521448),this[_0x35ef5b(0xbc)]=new Map(),this[_0x35ef5b(0xe2)]=new Map(),this[_0x35ef5b(0xba)]=new Map(),this[_0x35ef5b(0xcc)]=new Map();const _0x2ffe24=this[_0x35ef5b(0x6d)][_0x35ef5b(0xbb)];_0x2ffe24[_0x35ef5b(0xc7)](_0x35ef5b(0x8c),_0x392418),_0x2ffe24[_0x35ef5b(0xc7)](_0x35ef5b(0xf0),!0x1),this[_0x35ef5b(0xd8)]=_0x2ffe24[_0x35ef5b(0xca)](_0x35ef5b(0xf0));}[_0x1418b6(0xd2)](_0x695bfa,_0x333444){const _0x47dcfc=_0x1418b6;0x0===this[_0x47dcfc(0xcc)][_0x47dcfc(0xc6)]&&setTimeout(()=>{const _0x4857cd=_0x47dcfc;for(const [_0x95b283,_0x5381c4]of this[_0x4857cd(0xcc)]){const _0x4519ac=this[_0x4857cd(0xbc)][_0x4857cd(0xdb)](_0x95b283);_0x4519ac||_0x5381c4?_0x4519ac&&_0x5381c4&&this[_0x4857cd(0x87)](_0x95b283):this[_0x4857cd(0x73)](_0x95b283);}this[_0x4857cd(0xcc)][_0x4857cd(0xee)](),this[_0x4857cd(0x6d)][_0x4857cd(0xe0)][_0x4857cd(0xca)](_0x4857cd(0xe7))[_0x4857cd(0xb3)](),this[_0x4857cd(0x92)]();},0xa),this[_0x47dcfc(0xcc)][_0x47dcfc(0xbe)](_0x695bfa,_0x333444);}[_0x1418b6(0x78)](){const _0x31ac9d=_0x1418b6,_0x485a58=this[_0x31ac9d(0x6d)],_0x269e0a=_0x485a58[_0x31ac9d(0xe0)][_0x31ac9d(0xca)](_0x31ac9d(0xaf)),_0x3be928=_0x485a58[_0x31ac9d(0xe0)][_0x31ac9d(0xca)](_0x31ac9d(0x89)),_0x445bf2=_0x485a58[_0x31ac9d(0xe0)][_0x31ac9d(0xca)](_0x31ac9d(0xe7)),_0x31939e=_0x485a58[_0x31ac9d(0xe0)][_0x31ac9d(0xca)](_0x31ac9d(0xce));_0x485a58['ui'][_0x31ac9d(0xb8)][_0x31ac9d(0xd3)](_0x31ac9d(0xf3),_0x59bac8=>this[_0x31ac9d(0xa0)](_0x59bac8)),_0x445bf2[_0x31ac9d(0x70)](()=>{const _0x3720d6=_0x31ac9d,_0x1cf7d8=[];for(const [_0x349ef6,_0x590418]of Array[_0x3720d6(0x71)](this[_0x3720d6(0xbc)])){const _0x2547a7=_0x349ef6[_0x3720d6(0xda)](),_0xe577cd=[];for(const _0x38f09e of _0x2547a7){if(!_0x38f09e[_0x3720d6(0xcd)])continue;if(_0x38f09e[_0x3720d6(0xd9)]){_0xe577cd[_0x3720d6(0xd5)](..._0x38f09e[_0x3720d6(0xb1)]());continue;}const _0x2f86d1=_0x38f09e[_0x3720d6(0xb9)]();if(_0xe577cd[_0x3720d6(0xe6)]>0x0){const _0x21b85f=_0xe577cd[0x0][_0x3720d6(0x9b)](_0x2f86d1);if(_0x21b85f){_0xe577cd[0x0]=_0x21b85f;continue;}}_0xe577cd[_0x3720d6(0xd5)](_0x2f86d1);}_0x1cf7d8[_0x3720d6(0xd5)]([_0x590418[_0x3720d6(0xa1)],_0xe577cd]);}return _0x1cf7d8;}),this[_0x31ac9d(0xae)](_0x269e0a,_0x31ac9d(0x98),(_0x560d66,_0x396f0c)=>{const _0x4289b4=_0x31ac9d;this[_0x4289b4(0xae)](_0x396f0c,_0x4289b4(0xde),(_0x5016eb,_0x228a4e,_0x477878,_0x165044)=>{const _0x1548d0=_0x4289b4;_0x396f0c[_0x1548d0(0xcd)]&&(null==_0x477878?(this[_0x1548d0(0x6f)](_0x165044[_0x1548d0(0x99)]),this[_0x1548d0(0xd2)](_0x396f0c,!0x1)):(this[_0x1548d0(0x6f)](_0x477878[_0x1548d0(0x99)]),null==_0x165044&&this[_0x1548d0(0xd2)](_0x396f0c,!0x0)));}),null!==_0x396f0c[_0x4289b4(0xe9)]?this[_0x4289b4(0x6f)](_0x396f0c[_0x4289b4(0x99)]):this[_0x4289b4(0xd2)](_0x396f0c,!0x1);}),this[_0x31ac9d(0xae)](_0x269e0a,_0x31ac9d(0xa7),(_0xf8131b,_0x716798,_0xe8c2c9)=>{const _0x23bacc=_0x31ac9d;this[_0x23bacc(0xa9)](_0x716798,_0x23bacc(0xde)),this[_0x23bacc(0xcc)][_0x23bacc(0x94)](_0x716798),this[_0x23bacc(0xbc)][_0x23bacc(0xdb)](_0x716798)&&this[_0x23bacc(0x87)](_0x716798),_0xe8c2c9&&this[_0x23bacc(0x6f)](_0xe8c2c9[_0x23bacc(0x99)]);}),this[_0x31ac9d(0xae)](_0x269e0a,_0x31ac9d(0xf2),(_0x31df57,_0x5dabf3)=>{const _0x409656=_0x31ac9d;this[_0x409656(0x6f)](_0x5dabf3);}),this[_0x31ac9d(0xae)](_0x3be928,_0x31ac9d(0xb0),()=>{const _0x29db9d=_0x31ac9d;this[_0x29db9d(0x92)]();}),this[_0x31ac9d(0xae)](_0x31939e,_0x31ac9d(0xc5),(_0x1aefc9,{threadId:_0x13be67,isFromAdapter:_0x2a1ef1})=>{const _0x13f897=_0x31ac9d;if(_0x2a1ef1||!_0x269e0a[_0x13f897(0xb7)](_0x13be67))return;const _0x1ffbc0=_0x269e0a[_0x13f897(0xac)](_0x13be67);this[_0x13f897(0xbc)][_0x13f897(0xca)](_0x1ffbc0)[_0x13f897(0xa1)][_0x13f897(0x8b)]();},{'priority':_0x31ac9d(0xd4)});}[_0x1418b6(0x92)](){const _0x26d7fd=_0x1418b6,_0x4af58b=this[_0x26d7fd(0x6d)][_0x26d7fd(0xe0)][_0x26d7fd(0xca)](_0x26d7fd(0x89)),_0x545c3b=this[_0x26d7fd(0x6d)][_0x26d7fd(0xe0)][_0x26d7fd(0xca)](_0x26d7fd(0xaf)),_0x1c1afa=Array[_0x26d7fd(0x71)](_0x4af58b[_0x26d7fd(0x88)],_0x5c6d7c=>_0x5c6d7c[_0x26d7fd(0xaa)])[_0x26d7fd(0x75)](_0x4dbccb=>this[_0x26d7fd(0xe2)][_0x26d7fd(0xdb)](_0x4dbccb)),_0x5a5ed1=[];for(const _0x2538c7 of _0x1c1afa){const _0x44b4b1=this[_0x26d7fd(0xe2)][_0x26d7fd(0xca)](_0x2538c7)[_0x26d7fd(0xed)][_0x26d7fd(0xda)]();_0x5a5ed1[_0x26d7fd(0xd5)](..._0x44b4b1[_0x26d7fd(0xc2)]((_0x467dc4,_0x2bc519)=>[..._0x467dc4,..._0x2bc519[_0x26d7fd(0x90)]()],[]));}_0x545c3b[_0x26d7fd(0x93)]=_0x5a5ed1;}[_0x1418b6(0xa0)](_0x28b531){const _0x73156=_0x1418b6,_0x1c51ef=_0x1c62d6(_0x28b531,_0x1e6ae4),_0x1749ff=this[_0x73156(0x6d)][_0x73156(0xc8)][_0x73156(0xca)](_0x73156(0xf3)),_0x18de96=_0x58daae(_0x28b531,_0x73156(0xf1));_0x1c51ef[_0x73156(0xd6)][_0x73156(0xbe)]({'tooltip':_0x18de96,'label':_0x18de96,'icon':_0x26451f}),_0x1c51ef[_0x73156(0xd6)][_0x73156(0xcf)](_0x73156(0xcb))['to'](_0x1749ff,_0x73156(0x8d)),_0x1c51ef[_0x73156(0xd6)]['on'](_0x73156(0xc0),()=>{const _0x1c9077=_0x73156;_0x1749ff[_0x1c9077(0xc0)](),this[_0x1c9077(0x6d)][_0x1c9077(0xc3)][_0x1c9077(0xa1)][_0x1c9077(0x8b)]();});const _0xa33ad=new _0x1714f0(),_0x5c88d3=[{'type':_0x73156(0xbf),'model':{'withText':!0x0,'label':_0x18de96,'commandName':_0x73156(0xf3)}},{'type':_0x73156(0x72)},{'type':_0x73156(0xbd),'model':{'withText':!0x0,'label':_0x58daae(_0x28b531,_0x73156(0xea)),'commandName':_0x73156(0xef)}},{'type':_0x73156(0xbd),'model':{'withText':!0x0,'label':_0x58daae(_0x28b531,_0x73156(0xeb)),'commandName':_0x73156(0x80)}},{'type':_0x73156(0xbd),'model':{'withText':!0x0,'label':_0x58daae(_0x28b531,_0x73156(0xe4)),'commandName':_0x73156(0x9d)}},{'type':_0x73156(0xbd),'model':{'withText':!0x0,'label':_0x58daae(_0x28b531,_0x73156(0x7e)),'commandName':_0x73156(0xd0)}}];for(const _0x2ba26e of _0x5c88d3){let _0x3f8aa2={'type':_0x73156(0x72)};if(_0x2ba26e[_0x73156(0xed)]){const _0x65739b=new _0x11d245(_0x2ba26e[_0x73156(0xed)]),_0x57b821=this[_0x73156(0x6d)][_0x73156(0xc8)][_0x73156(0xca)](_0x65739b[_0x73156(0x74)]);_0x65739b[_0x73156(0xcf)](_0x73156(0xcb),_0x73156(0xab))['to'](_0x57b821,_0x73156(0x8d),_0x73156(0xab)),_0x3f8aa2={'type':_0x2ba26e[_0x73156(0x6c)],'model':_0x65739b};}_0xa33ad[_0x73156(0xd3)](_0x3f8aa2);}_0x479eba(_0x1c51ef,_0xa33ad);const _0x195a6d=_0x5c88d3[_0x73156(0x75)](_0x2b55a4=>null!=_0x2b55a4[_0x73156(0xed)])[_0x73156(0xa6)](_0x4b2179=>this[_0x73156(0x6d)][_0x73156(0xc8)][_0x73156(0xca)](_0x4b2179[_0x73156(0xed)][_0x73156(0x74)])),_0x173dfc=_0x1c51ef[_0x73156(0xd6)];return _0x173dfc[_0x73156(0x81)][_0x73156(0xe3)](_0x73156(0xab)),_0x173dfc[_0x73156(0xa8)][_0x73156(0xe3)](_0x73156(0xab)),_0x173dfc[_0x73156(0x81)][_0x73156(0xcf)](_0x73156(0xab))['to'](_0x1749ff,_0x73156(0xab)),_0x173dfc[_0x73156(0xa8)][_0x73156(0xcf)](_0x73156(0xab))[_0x73156(0xa4)](_0x195a6d,_0x73156(0xab),(..._0x1f55d9)=>_0x1f55d9[_0x73156(0x82)](_0x91ca36=>_0x91ca36)),_0x1c51ef['on'](_0x73156(0xc0),_0x56a6c9=>{const _0x475ba1=_0x73156;this[_0x475ba1(0x6d)][_0x475ba1(0xc0)](_0x56a6c9[_0x475ba1(0xe1)][_0x475ba1(0x74)]),this[_0x475ba1(0x6d)][_0x475ba1(0xc3)][_0x475ba1(0xa1)][_0x475ba1(0x8b)]();}),_0x1c51ef;}[_0x1418b6(0x73)](_0x1aed25){const _0x5e7d90=_0x1418b6,_0x27e723=this[_0x5e7d90(0x6d)],_0x9bad22=_0x27e723[_0x5e7d90(0xbb)],_0x3717a7=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x5e7d90(0x89)),_0x52b5a1=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x5e7d90(0xce)),_0x578c55=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x5e7d90(0xe7)),_0x580dab=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x326561)['me'],_0x2035e5=_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0xf3))[_0x5e7d90(0xec)],{CommentsListView:_0x1fcae0,CommentThreadInputView:_0x45c12f}=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x5e7d90(0x9f));let _0x28d35f,_0x36777a;this[_0x5e7d90(0xba)][_0x5e7d90(0xdb)](_0x1aed25['id'])?(_0x36777a=this[_0x5e7d90(0xba)][_0x5e7d90(0xca)](_0x1aed25['id']),_0x28d35f=_0x36777a[_0x5e7d90(0xb6)]):(_0x28d35f=new _0x2035e5(_0x27e723[_0x5e7d90(0xc4)],_0x1aed25,_0x580dab,{'disableComments':this[_0x5e7d90(0xd8)],'editorConfig':_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0xa2)),'maxCommentsWhenCollapsed':_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0x9e)),'maxThreadTotalWeight':_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0xd1)),'maxCommentCharsWhenCollapsed':_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0xdd)),'formatDateTime':_0x40049d(_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0xc4))),'CommentView':_0x9bad22[_0x5e7d90(0xca)](_0x5e7d90(0x79))[_0x5e7d90(0x86)],'CommentsListView':_0x1fcae0,'CommentThreadInputView':_0x45c12f}),_0x28d35f[_0x5e7d90(0x8f)]['on'](_0x5e7d90(0xc0),()=>{const _0xc59c55=_0x5e7d90;_0x27e723[_0xc59c55(0xc3)][_0xc59c55(0xa1)][_0xc59c55(0x8b)]();}),_0x28d35f[_0x5e7d90(0xd7)]['on'](_0x5e7d90(0xc0),()=>{const _0x1f7880=_0x5e7d90;_0x27e723[_0x1f7880(0xc3)][_0x1f7880(0xa1)][_0x1f7880(0x8b)]();}),_0x36777a=_0x3717a7[_0x5e7d90(0x96)](this[_0x5e7d90(0x6d)][_0x5e7d90(0xc4)],_0x28d35f),_0x36777a[_0x5e7d90(0xcf)](_0x5e7d90(0x76))['to'](_0x28d35f,_0x5e7d90(0x76)),_0x36777a[_0x5e7d90(0xcf)](_0x5e7d90(0xe6))['to'](_0x28d35f),_0x36777a[_0x5e7d90(0xcf)](_0x5e7d90(0x6c))['to'](_0x28d35f,_0x5e7d90(0x6c),_0x48e39e=>_0x5e7d90(0x7a)+_0x48e39e),this[_0x5e7d90(0xba)][_0x5e7d90(0xbe)](_0x1aed25['id'],_0x36777a));const _0x4ab8ad=_0x52b5a1[_0x5e7d90(0x97)](_0x1aed25[_0x5e7d90(0xc1)],_0x28d35f),_0x5c5acb=new _0x217cbc(_0x27e723,_0x1aed25,_0x28d35f,_0x4ab8ad),_0x3f236f=_0x1aed25[_0x5e7d90(0xda)]()[_0x5e7d90(0x75)](_0x1d20a7=>_0x1d20a7[_0x5e7d90(0xcd)]);_0x28d35f[_0x5e7d90(0x6e)]=_0x27e723[_0x5e7d90(0xe0)][_0x5e7d90(0xca)](_0x5e7d90(0xaf))[_0x5e7d90(0x8e)][_0x5e7d90(0xa3)](_0x3f236f),this[_0x5e7d90(0xbc)][_0x5e7d90(0xbe)](_0x1aed25,_0x5c5acb),this[_0x5e7d90(0xe2)][_0x5e7d90(0xbe)](_0x28d35f,_0x5c5acb);const _0x227b19=_0x3717a7[_0x5e7d90(0x7c)]({'view':_0x36777a,'target':()=>{const _0x4ca6f8=_0x5e7d90,_0x3f93c4=[],_0x31b86b=_0x1aed25[_0x4ca6f8(0xda)]()[_0x4ca6f8(0x75)](_0x1ca080=>_0x1ca080[_0x4ca6f8(0xcd)]);for(const _0x4abcdf of _0x31b86b)_0x3f93c4[_0x4ca6f8(0xd5)](..._0x4abcdf[_0x4ca6f8(0x7f)]());return _0x20aa80(_0x27e723[_0x4ca6f8(0xc3)],_0x3f93c4);},'type':()=>_0x5e7d90(0x7a)+_0x5c5acb[_0x5e7d90(0xa1)][_0x5e7d90(0x6c)]});_0x52b5a1[_0x5e7d90(0x95)](_0x28d35f,_0x227b19),_0x3717a7[_0x5e7d90(0xd3)](_0x227b19),_0x578c55[_0x5e7d90(0xa5)](_0x227b19);}[_0x1418b6(0x87)](_0x3d92c1){const _0x4a9b06=_0x1418b6,_0x3a77a2=this[_0x4a9b06(0x6d)][_0x4a9b06(0xe0)][_0x4a9b06(0xca)](_0x4a9b06(0xce)),_0x3e7950=this[_0x4a9b06(0x6d)][_0x4a9b06(0xe0)][_0x4a9b06(0xca)](_0x4a9b06(0x89)),_0x566299=this[_0x4a9b06(0xbc)][_0x4a9b06(0xca)](_0x3d92c1),_0x2372ec=_0x566299[_0x4a9b06(0xa1)],_0x3a7ce7=_0x3e7950[_0x4a9b06(0xe8)](_0x2372ec);_0x3a77a2[_0x4a9b06(0x84)](_0x2372ec),_0x3a7ce7&&_0x3e7950[_0x4a9b06(0x7b)](_0x3a7ce7),this[_0x4a9b06(0xbc)][_0x4a9b06(0x94)](_0x3d92c1),this[_0x4a9b06(0xe2)][_0x4a9b06(0x94)](_0x2372ec),_0x566299[_0x4a9b06(0xdf)]();}[_0x1418b6(0x6f)](_0x4383da){const _0x157395=_0x1418b6;if(!_0x4383da[_0x157395(0xcd)]||!this[_0x157395(0xbc)][_0x157395(0xdb)](_0x4383da))return;const _0x40771c=this[_0x157395(0x6d)][_0x157395(0xe0)][_0x157395(0xca)](_0x157395(0xaf)),_0x5a1491=this[_0x157395(0xbc)][_0x157395(0xca)](_0x4383da),_0xf01f54=_0x4383da[_0x157395(0xda)]();_0x5a1491[_0x157395(0xa1)][_0x157395(0x6e)]=_0x40771c[_0x157395(0x8e)][_0x157395(0xa3)](_0xf01f54);}[_0x1418b6(0xdf)](){const _0x399932=_0x1418b6;for(const _0x59fb3e of this[_0x399932(0xbc)][_0x399932(0xe5)]())this[_0x399932(0x87)](_0x59fb3e);for(const _0x5d8fee of this[_0x399932(0xba)][_0x399932(0x7d)]())_0x5d8fee[_0x399932(0xb6)][_0x399932(0xdf)]();super[_0x399932(0xdf)]();}}
23
+ const _0x48e852=_0x30be;(function(_0x76b06d,_0x196bbe){const _0x5434b3=_0x30be,_0x37adcf=_0x76b06d();while(!![]){try{const _0x56e0bd=parseInt(_0x5434b3(0x139))/0x1*(parseInt(_0x5434b3(0x109))/0x2)+-parseInt(_0x5434b3(0x12d))/0x3+parseInt(_0x5434b3(0x148))/0x4+-parseInt(_0x5434b3(0x132))/0x5*(-parseInt(_0x5434b3(0x123))/0x6)+-parseInt(_0x5434b3(0x10c))/0x7+parseInt(_0x5434b3(0x108))/0x8+parseInt(_0x5434b3(0x120))/0x9;if(_0x56e0bd===_0x196bbe)break;else _0x37adcf['push'](_0x37adcf['shift']());}catch(_0x53d17d){_0x37adcf['push'](_0x37adcf['shift']());}}}(_0x3ea0,0x8b502));import{Plugin as _0x77e050}from'ckeditor5/src/core.js';import{Collection as _0x4253f8}from'ckeditor5/src/utils.js';import{ViewModel as _0x477b12,SplitButtonView as _0x44948b,createDropdown as _0x175038,addListToDropdown as _0x4ea1b8}from'ckeditor5/src/ui.js';function _0x3ea0(){const _0x1884b2=['view','_destroyController','trackChanges.disableComments','editing','trackChanges.SuggestionThreadView','3732296elazkl','32212isxVNM','addSourceCollector','_createUIButton','6350694yZGktr','length','getByInnerView','_descriptionFactory','Discard\x20all\x20suggestions','map','_disableComments','componentFactory','requires','get','getAllAdjacentSuggestions','_suggestionToController','unbind','registerAnnotation','head','commandName','focus','bind','pluginName','getRanges','5203278mFVcdP','getFirstRange','define','1842WofYgw','plugins','locale','listenTo','value','editor','getMarkers','SuggestionThreadView','push','CommentsUI','1883661eoZvYR','actionView','separator','getSuggestion','discardSelectedSuggestions','5155QHYqJf','innerView','arrowView','refreshSelectedViews','_viewToController','set','buttonView','14yHrOif','commands','init','comments','TrackChangesEditing','from','createCommentThreadController','switchbutton','Accept\x20all\x20suggestions','_handleSuggestionControllerDelayed','source','discardButton','type','Track\x20changes','model','2076300MUtgEl','createAnnotationView','createAnnotation','_updateController','commentThread','remove','discardAllSuggestions','mainView','getJoined','trackChanges','suggestionLoaded','some','CommentView','reduce','isOn','Annotations','acceptAllSuggestions','button','TrackChangesUI','addComment','clear','getMarkerNames','activeAnnotations','config','suggestion-','toMany','lowest','descriptionParts','_refreshActiveMarkers','comments.editorConfig','change:previous','comments.maxCommentCharsWhenCollapsed','comments.maxThreadTotalWeight','keys','destroy','_annotationViews','has','isMultiRange','isInContent','acceptSelectedSuggestions','CommentsRepository','filter','stopListening','_handleControllerBuffer','_unbindEditors','activeMarkers','isDirty','Discard\x20all\x20selected\x20suggestions','suggestionUnloaded','previous','getDescriptions','isEnabled','values','execute','acceptButton','Accept\x20all\x20selected\x20suggestions','suggestionChanged','size','add','_bindAnnotationToEditors','hasSuggestion','delete','EditorAnnotations','change:activeAnnotations','_initializeController','comments.maxCommentsWhenCollapsed'];_0x3ea0=function(){return _0x1884b2;};return _0x3ea0();}import{Users as _0x5320be,getDateTimeFormatter as _0x3f389e,getAllMarkersDomElementsSorted as _0x2d9efd}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x306a86 from'./trackchangesediting.js';import _0x5b22fb from'./ui/suggestioncontroller.js';import _0x60101 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x3876fd}from'./utils/common-translations.js';function _0x30be(_0x50a92d,_0x1325b5){const _0x3ea0d9=_0x3ea0();return _0x30be=function(_0x30be59,_0x110dd0){_0x30be59=_0x30be59-0xc2;let _0x41de3f=_0x3ea0d9[_0x30be59];return _0x41de3f;},_0x30be(_0x50a92d,_0x1325b5);}import _0x52e25e from'../theme/icons/track-changes.svg';export default class d extends _0x77e050{static get[_0x48e852(0x114)](){const _0x104e96=_0x48e852;return[_0x306a86,_0x5320be,_0x104e96(0xe9),_0x104e96(0xd0),_0x104e96(0xff)];}static get[_0x48e852(0x11e)](){const _0x18b69f=_0x48e852;return _0x18b69f(0xd3);}constructor(_0x278b7a){const _0x330d7a=_0x48e852;super(_0x278b7a),this[_0x330d7a(0x117)]=new Map(),this[_0x330d7a(0x136)]=new Map(),this[_0x330d7a(0xe4)]=new Map(),this[_0x330d7a(0xec)]=new Map();const _0x341d1f=this[_0x330d7a(0x128)][_0x330d7a(0xd8)];_0x341d1f[_0x330d7a(0x122)](_0x330d7a(0x107),_0x60101),_0x341d1f[_0x330d7a(0x122)](_0x330d7a(0x105),!0x1),this[_0x330d7a(0x112)]=_0x341d1f[_0x330d7a(0x115)](_0x330d7a(0x105));}[_0x48e852(0x142)](_0x2267ea,_0x3eb758){const _0x2b4038=_0x48e852;0x0===this[_0x2b4038(0xec)][_0x2b4038(0xfa)]&&setTimeout(()=>{const _0x16a33e=_0x2b4038;for(const [_0x27ecea,_0x9e20a8]of this[_0x16a33e(0xec)]){const _0xc7ab8c=this[_0x16a33e(0x117)][_0x16a33e(0xe5)](_0x27ecea);_0xc7ab8c||_0x9e20a8?_0xc7ab8c&&_0x9e20a8&&this[_0x16a33e(0x104)](_0x27ecea):this[_0x16a33e(0x101)](_0x27ecea);}this[_0x16a33e(0xec)][_0x16a33e(0xd5)](),this[_0x16a33e(0x128)][_0x16a33e(0x124)][_0x16a33e(0x115)](_0x16a33e(0xff))[_0x16a33e(0x135)](),this[_0x16a33e(0xdd)]();},0xa),this[_0x2b4038(0xec)][_0x2b4038(0x137)](_0x2267ea,_0x3eb758);}[_0x48e852(0x13b)](){const _0x239dc8=_0x48e852,_0x49154b=this[_0x239dc8(0x128)],_0x36e792=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0x13d)),_0x555d38=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0xd0)),_0x3b08f4=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0xff)),_0x2d980b=_0x49154b[_0x239dc8(0x124)][_0x239dc8(0x115)](_0x239dc8(0xe9));_0x49154b['ui'][_0x239dc8(0x113)][_0x239dc8(0xfb)](_0x239dc8(0xca),_0x1d8646=>this[_0x239dc8(0x10b)](_0x1d8646)),_0x3b08f4[_0x239dc8(0x10a)](()=>{const _0x253b30=_0x239dc8,_0x3e20f0=[];for(const [_0x5b2296,_0x14ec24]of Array[_0x253b30(0x13e)](this[_0x253b30(0x117)])){const _0x2a13af=_0x5b2296[_0x253b30(0x116)](),_0x2435da=[];for(const _0x16679b of _0x2a13af){if(!_0x16679b[_0x253b30(0xe7)])continue;if(_0x16679b[_0x253b30(0xe6)]){_0x2435da[_0x253b30(0x12b)](..._0x16679b[_0x253b30(0x11f)]());continue;}const _0xfd657f=_0x16679b[_0x253b30(0x121)]();if(_0x2435da[_0x253b30(0x10d)]>0x0){const _0x4fd831=_0x2435da[0x0][_0x253b30(0xc9)](_0xfd657f);if(_0x4fd831){_0x2435da[0x0]=_0x4fd831;continue;}}_0x2435da[_0x253b30(0x12b)](_0xfd657f);}_0x3e20f0[_0x253b30(0x12b)]([_0x14ec24[_0x253b30(0x103)],_0x2435da]);}return _0x3e20f0;}),this[_0x239dc8(0x126)](_0x36e792,_0x239dc8(0xcb),(_0x1baedd,_0x53e5bc)=>{const _0x3fc583=_0x239dc8;this[_0x3fc583(0x126)](_0x53e5bc,_0x3fc583(0xdf),(_0x2ddd36,_0x3da60b,_0x29529b,_0x55b340)=>{const _0x5b0ae4=_0x3fc583;_0x53e5bc[_0x5b0ae4(0xe7)]&&(null==_0x29529b?(this[_0x5b0ae4(0xc4)](_0x55b340[_0x5b0ae4(0x11a)]),this[_0x5b0ae4(0x142)](_0x53e5bc,!0x1)):(this[_0x5b0ae4(0xc4)](_0x29529b[_0x5b0ae4(0x11a)]),null==_0x55b340&&this[_0x5b0ae4(0x142)](_0x53e5bc,!0x0)));}),null!==_0x53e5bc[_0x3fc583(0xf2)]?this[_0x3fc583(0xc4)](_0x53e5bc[_0x3fc583(0x11a)]):this[_0x3fc583(0x142)](_0x53e5bc,!0x1);}),this[_0x239dc8(0x126)](_0x36e792,_0x239dc8(0xf1),(_0x361187,_0x899a08,_0x230966)=>{const _0x2f77ee=_0x239dc8;this[_0x2f77ee(0xeb)](_0x899a08,_0x2f77ee(0xdf)),this[_0x2f77ee(0xec)][_0x2f77ee(0xfe)](_0x899a08),this[_0x2f77ee(0x117)][_0x2f77ee(0xe5)](_0x899a08)&&this[_0x2f77ee(0x104)](_0x899a08),_0x230966&&this[_0x2f77ee(0xc4)](_0x230966[_0x2f77ee(0x11a)]);}),this[_0x239dc8(0x126)](_0x36e792,_0x239dc8(0xf9),(_0x5b9df9,_0x533e28)=>{const _0x26dfa8=_0x239dc8;this[_0x26dfa8(0xc4)](_0x533e28);}),this[_0x239dc8(0x126)](_0x555d38,_0x239dc8(0x100),()=>{const _0x3cad25=_0x239dc8;this[_0x3cad25(0xdd)]();}),this[_0x239dc8(0x126)](_0x2d980b,_0x239dc8(0xd4),(_0x1b3ea5,{threadId:_0xe1b526,isFromAdapter:_0x21c947})=>{const _0x5107e5=_0x239dc8;if(_0x21c947||!_0x36e792[_0x5107e5(0xfd)](_0xe1b526))return;const _0x329fb8=_0x36e792[_0x5107e5(0x130)](_0xe1b526);this[_0x5107e5(0x117)][_0x5107e5(0x115)](_0x329fb8)[_0x5107e5(0x103)][_0x5107e5(0x11c)]();},{'priority':_0x239dc8(0xdb)});}[_0x48e852(0xdd)](){const _0x341c52=_0x48e852,_0x5f4da6=this[_0x341c52(0x128)][_0x341c52(0x124)][_0x341c52(0x115)](_0x341c52(0xd0)),_0x2dd0da=this[_0x341c52(0x128)][_0x341c52(0x124)][_0x341c52(0x115)](_0x341c52(0x13d)),_0x424bb3=Array[_0x341c52(0x13e)](_0x5f4da6[_0x341c52(0xd7)],_0xdb5c4b=>_0xdb5c4b[_0x341c52(0x133)])[_0x341c52(0xea)](_0x508cc3=>this[_0x341c52(0x136)][_0x341c52(0xe5)](_0x508cc3)),_0x28f381=[];for(const _0x5520f8 of _0x424bb3){const _0x5ab9e4=this[_0x341c52(0x136)][_0x341c52(0x115)](_0x5520f8)[_0x341c52(0x147)][_0x341c52(0x116)]();_0x28f381[_0x341c52(0x12b)](..._0x5ab9e4[_0x341c52(0xce)]((_0x44337c,_0x312d79)=>[..._0x44337c,..._0x312d79[_0x341c52(0xd6)]()],[]));}_0x2dd0da[_0x341c52(0xee)]=_0x28f381;}[_0x48e852(0x10b)](_0x5bbf22){const _0x13584c=_0x48e852,_0x5341f3=_0x175038(_0x5bbf22,_0x44948b),_0x241bc5=this[_0x13584c(0x128)][_0x13584c(0x13a)][_0x13584c(0x115)](_0x13584c(0xca)),_0x1c58b2=_0x3876fd(_0x5bbf22,_0x13584c(0x146));_0x5341f3[_0x13584c(0x138)][_0x13584c(0x137)]({'tooltip':_0x1c58b2,'label':_0x1c58b2,'icon':_0x52e25e}),_0x5341f3[_0x13584c(0x138)][_0x13584c(0x11d)](_0x13584c(0xcf))['to'](_0x241bc5,_0x13584c(0x127)),_0x5341f3[_0x13584c(0x138)]['on'](_0x13584c(0xf6),()=>{const _0x28b520=_0x13584c;_0x241bc5[_0x28b520(0xf6)](),this[_0x28b520(0x128)][_0x28b520(0x106)][_0x28b520(0x103)][_0x28b520(0x11c)]();});const _0x25a374=new _0x4253f8(),_0x4bf0bf=[{'type':_0x13584c(0x140),'model':{'withText':!0x0,'label':_0x1c58b2,'commandName':_0x13584c(0xca)}},{'type':_0x13584c(0x12f)},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0x141)),'commandName':_0x13584c(0xd1)}},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0xf8)),'commandName':_0x13584c(0xe8)}},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0x110)),'commandName':_0x13584c(0xc7)}},{'type':_0x13584c(0xd2),'model':{'withText':!0x0,'label':_0x3876fd(_0x5bbf22,_0x13584c(0xf0)),'commandName':_0x13584c(0x131)}}];for(const _0xe73094 of _0x4bf0bf){let _0x2e155c={'type':_0x13584c(0x12f)};if(_0xe73094[_0x13584c(0x147)]){const _0x171ee8=new _0x477b12(_0xe73094[_0x13584c(0x147)]),_0x5a3f32=this[_0x13584c(0x128)][_0x13584c(0x13a)][_0x13584c(0x115)](_0x171ee8[_0x13584c(0x11b)]);_0x171ee8[_0x13584c(0x11d)](_0x13584c(0xcf),_0x13584c(0xf4))['to'](_0x5a3f32,_0x13584c(0x127),_0x13584c(0xf4)),_0x2e155c={'type':_0xe73094[_0x13584c(0x145)],'model':_0x171ee8};}_0x25a374[_0x13584c(0xfb)](_0x2e155c);}_0x4ea1b8(_0x5341f3,_0x25a374);const _0x2d5b49=_0x4bf0bf[_0x13584c(0xea)](_0x4e0d2d=>null!=_0x4e0d2d[_0x13584c(0x147)])[_0x13584c(0x111)](_0x49ddef=>this[_0x13584c(0x128)][_0x13584c(0x13a)][_0x13584c(0x115)](_0x49ddef[_0x13584c(0x147)][_0x13584c(0x11b)])),_0x12141f=_0x5341f3[_0x13584c(0x138)];return _0x12141f[_0x13584c(0x12e)][_0x13584c(0x118)](_0x13584c(0xf4)),_0x12141f[_0x13584c(0x134)][_0x13584c(0x118)](_0x13584c(0xf4)),_0x12141f[_0x13584c(0x12e)][_0x13584c(0x11d)](_0x13584c(0xf4))['to'](_0x241bc5,_0x13584c(0xf4)),_0x12141f[_0x13584c(0x134)][_0x13584c(0x11d)](_0x13584c(0xf4))[_0x13584c(0xda)](_0x2d5b49,_0x13584c(0xf4),(..._0x5b1c64)=>_0x5b1c64[_0x13584c(0xcc)](_0x38a6ae=>_0x38a6ae)),_0x5341f3['on'](_0x13584c(0xf6),_0x31ca49=>{const _0x416384=_0x13584c;this[_0x416384(0x128)][_0x416384(0xf6)](_0x31ca49[_0x416384(0x143)][_0x416384(0x11b)]),this[_0x416384(0x128)][_0x416384(0x106)][_0x416384(0x103)][_0x416384(0x11c)]();}),_0x5341f3;}[_0x48e852(0x101)](_0x555919){const _0x25f672=_0x48e852,_0x391510=this[_0x25f672(0x128)],_0x2f2a96=_0x391510[_0x25f672(0xd8)],_0x303ad1=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0xd0)),_0x887a89=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0xe9)),_0xc428b5=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0xff)),_0x515777=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x5320be)['me'],_0x67397=_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xca))[_0x25f672(0x12a)],{CommentsListView:_0x12e5fa,CommentThreadInputView:_0x4756bd}=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0x12c));let _0x185b7c,_0x12db53;this[_0x25f672(0xe4)][_0x25f672(0xe5)](_0x555919['id'])?(_0x12db53=this[_0x25f672(0xe4)][_0x25f672(0x115)](_0x555919['id']),_0x185b7c=_0x12db53[_0x25f672(0xc8)]):(_0x185b7c=new _0x67397(_0x391510[_0x25f672(0x125)],_0x555919,_0x515777,{'disableComments':this[_0x25f672(0x112)],'editorConfig':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xde)),'maxCommentsWhenCollapsed':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0x102)),'maxThreadTotalWeight':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xe1)),'maxCommentCharsWhenCollapsed':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0xe0)),'formatDateTime':_0x3f389e(_0x2f2a96[_0x25f672(0x115)](_0x25f672(0x125))),'CommentView':_0x2f2a96[_0x25f672(0x115)](_0x25f672(0x13c))[_0x25f672(0xcd)],'CommentsListView':_0x12e5fa,'CommentThreadInputView':_0x4756bd}),_0x185b7c[_0x25f672(0xf7)]['on'](_0x25f672(0xf6),()=>{const _0x20881f=_0x25f672;_0x391510[_0x20881f(0x106)][_0x20881f(0x103)][_0x20881f(0x11c)]();}),_0x185b7c[_0x25f672(0x144)]['on'](_0x25f672(0xf6),()=>{const _0x520b01=_0x25f672;_0x391510[_0x520b01(0x106)][_0x520b01(0x103)][_0x520b01(0x11c)]();}),_0x12db53=_0x303ad1[_0x25f672(0xc2)](this[_0x25f672(0x128)][_0x25f672(0x125)],_0x185b7c),_0x12db53[_0x25f672(0x11d)](_0x25f672(0xef))['to'](_0x185b7c,_0x25f672(0xef)),_0x12db53[_0x25f672(0x11d)](_0x25f672(0x10d))['to'](_0x185b7c),_0x12db53[_0x25f672(0x11d)](_0x25f672(0x145))['to'](_0x185b7c,_0x25f672(0x145),_0x10b5b1=>_0x25f672(0xd9)+_0x10b5b1),this[_0x25f672(0xe4)][_0x25f672(0x137)](_0x555919['id'],_0x12db53));const _0x10855b=_0x887a89[_0x25f672(0x13f)](_0x555919[_0x25f672(0xc5)],_0x185b7c),_0x396ec7=new _0x5b22fb(_0x391510,_0x555919,_0x185b7c,_0x10855b),_0x22a0f9=_0x555919[_0x25f672(0x116)]()[_0x25f672(0xea)](_0x39c789=>_0x39c789[_0x25f672(0xe7)]);_0x185b7c[_0x25f672(0xdc)]=_0x391510[_0x25f672(0x124)][_0x25f672(0x115)](_0x25f672(0x13d))[_0x25f672(0x10f)][_0x25f672(0xf3)](_0x22a0f9),this[_0x25f672(0x117)][_0x25f672(0x137)](_0x555919,_0x396ec7),this[_0x25f672(0x136)][_0x25f672(0x137)](_0x185b7c,_0x396ec7);const _0x379d3e=_0x303ad1[_0x25f672(0xc3)]({'view':_0x12db53,'target':()=>{const _0xd68cb1=_0x25f672,_0x15713c=[],_0x4567bb=_0x555919[_0xd68cb1(0x116)]()[_0xd68cb1(0xea)](_0x55365b=>_0x55365b[_0xd68cb1(0xe7)]);for(const _0x4fddd9 of _0x4567bb)_0x15713c[_0xd68cb1(0x12b)](..._0x4fddd9[_0xd68cb1(0x129)]());return _0x2d9efd(_0x391510[_0xd68cb1(0x106)],_0x15713c);},'type':()=>_0x25f672(0xd9)+_0x396ec7[_0x25f672(0x103)][_0x25f672(0x145)]});_0x887a89[_0x25f672(0xfc)](_0x185b7c,_0x379d3e),_0x303ad1[_0x25f672(0xfb)](_0x379d3e),_0xc428b5[_0x25f672(0x119)](_0x379d3e);}[_0x48e852(0x104)](_0x50eac2){const _0x328117=_0x48e852,_0x3c3b97=this[_0x328117(0x128)][_0x328117(0x124)][_0x328117(0x115)](_0x328117(0xe9)),_0x37a021=this[_0x328117(0x128)][_0x328117(0x124)][_0x328117(0x115)](_0x328117(0xd0)),_0x8e742e=this[_0x328117(0x117)][_0x328117(0x115)](_0x50eac2),_0x109f24=_0x8e742e[_0x328117(0x103)],_0x1df620=_0x37a021[_0x328117(0x10e)](_0x109f24);_0x3c3b97[_0x328117(0xed)](_0x109f24),_0x1df620&&_0x37a021[_0x328117(0xc6)](_0x1df620),this[_0x328117(0x117)][_0x328117(0xfe)](_0x50eac2),this[_0x328117(0x136)][_0x328117(0xfe)](_0x109f24),_0x8e742e[_0x328117(0xe3)]();}[_0x48e852(0xc4)](_0x16e83e){const _0x10d752=_0x48e852;if(!_0x16e83e[_0x10d752(0xe7)]||!this[_0x10d752(0x117)][_0x10d752(0xe5)](_0x16e83e))return;const _0x417230=this[_0x10d752(0x128)][_0x10d752(0x124)][_0x10d752(0x115)](_0x10d752(0x13d)),_0x34b116=this[_0x10d752(0x117)][_0x10d752(0x115)](_0x16e83e),_0x4f8521=_0x16e83e[_0x10d752(0x116)]();_0x34b116[_0x10d752(0x103)][_0x10d752(0xdc)]=_0x417230[_0x10d752(0x10f)][_0x10d752(0xf3)](_0x4f8521);}[_0x48e852(0xe3)](){const _0x1eb2d5=_0x48e852;for(const _0x471e34 of this[_0x1eb2d5(0x117)][_0x1eb2d5(0xe2)]())this[_0x1eb2d5(0x104)](_0x471e34);for(const _0x2b4caf of this[_0x1eb2d5(0xe4)][_0x1eb2d5(0xf5)]())_0x2b4caf[_0x1eb2d5(0xc8)][_0x1eb2d5(0xe3)]();super[_0x1eb2d5(0xe3)]();}}