@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240409.0 → 0.0.0-nightly-20240411.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 (145) hide show
  1. package/build/track-changes.js +1 -1
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/es.js +1 -1
  11. package/build/translations/et.js +1 -1
  12. package/build/translations/fi.js +1 -1
  13. package/build/translations/fr.js +1 -1
  14. package/build/translations/he.js +1 -1
  15. package/build/translations/hi.js +1 -1
  16. package/build/translations/hu.js +1 -1
  17. package/build/translations/id.js +1 -1
  18. package/build/translations/it.js +1 -1
  19. package/build/translations/ja.js +1 -1
  20. package/build/translations/ko.js +1 -1
  21. package/build/translations/lt.js +1 -1
  22. package/build/translations/lv.js +1 -1
  23. package/build/translations/ms.js +1 -1
  24. package/build/translations/nl.js +1 -1
  25. package/build/translations/no.js +1 -1
  26. package/build/translations/pl.js +1 -1
  27. package/build/translations/pt-br.js +1 -1
  28. package/build/translations/pt.js +1 -1
  29. package/build/translations/ro.js +1 -1
  30. package/build/translations/ru.js +1 -1
  31. package/build/translations/sk.js +1 -1
  32. package/build/translations/sr.js +1 -1
  33. package/build/translations/sv.js +1 -1
  34. package/build/translations/th.js +1 -1
  35. package/build/translations/tr.js +1 -1
  36. package/build/translations/uk.js +1 -1
  37. package/build/translations/vi.js +1 -1
  38. package/build/translations/zh-cn.js +1 -1
  39. package/build/translations/zh.js +1 -1
  40. package/lang/translations/ar.po +1 -1
  41. package/lang/translations/bg.po +1 -1
  42. package/lang/translations/bn.po +1 -1
  43. package/lang/translations/ca.po +1 -1
  44. package/lang/translations/cs.po +1 -1
  45. package/lang/translations/da.po +1 -1
  46. package/lang/translations/de.po +1 -1
  47. package/lang/translations/el.po +1 -1
  48. package/lang/translations/es.po +1 -1
  49. package/lang/translations/et.po +1 -1
  50. package/lang/translations/fi.po +1 -1
  51. package/lang/translations/fr.po +1 -1
  52. package/lang/translations/he.po +1 -1
  53. package/lang/translations/hi.po +1 -1
  54. package/lang/translations/hu.po +1 -1
  55. package/lang/translations/id.po +1 -1
  56. package/lang/translations/it.po +1 -1
  57. package/lang/translations/ja.po +1 -1
  58. package/lang/translations/ko.po +1 -1
  59. package/lang/translations/lt.po +1 -1
  60. package/lang/translations/lv.po +1 -1
  61. package/lang/translations/ms.po +1 -1
  62. package/lang/translations/nl.po +1 -1
  63. package/lang/translations/no.po +1 -1
  64. package/lang/translations/pl.po +1 -1
  65. package/lang/translations/pt-br.po +1 -1
  66. package/lang/translations/pt.po +1 -1
  67. package/lang/translations/ro.po +1 -1
  68. package/lang/translations/ru.po +1 -1
  69. package/lang/translations/sk.po +1 -1
  70. package/lang/translations/sr.po +1 -1
  71. package/lang/translations/sv.po +1 -1
  72. package/lang/translations/th.po +1 -1
  73. package/lang/translations/tr.po +2 -2
  74. package/lang/translations/uk.po +1 -1
  75. package/lang/translations/vi.po +1 -1
  76. package/lang/translations/zh-cn.po +1 -1
  77. package/lang/translations/zh.po +1 -1
  78. package/package.json +3 -3
  79. package/src/commands/acceptsuggestioncommand.js +1 -1
  80. package/src/commands/discardsuggestioncommand.js +1 -1
  81. package/src/commands/executeonallsuggestionscommand.js +1 -1
  82. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  83. package/src/commands/trackchangescommand.js +1 -1
  84. package/src/index.js +1 -1
  85. package/src/integrations/aiassistant.js +1 -1
  86. package/src/integrations/alignment.js +1 -1
  87. package/src/integrations/basicstyles.js +1 -1
  88. package/src/integrations/blockquote.js +1 -1
  89. package/src/integrations/casechange.js +1 -1
  90. package/src/integrations/ckbox.js +1 -1
  91. package/src/integrations/codeblock.js +1 -1
  92. package/src/integrations/comments.js +1 -1
  93. package/src/integrations/deletecommand.js +1 -1
  94. package/src/integrations/entercommand.js +1 -1
  95. package/src/integrations/findandreplace.js +1 -1
  96. package/src/integrations/font.js +1 -1
  97. package/src/integrations/formatpainter.js +1 -1
  98. package/src/integrations/heading.js +1 -1
  99. package/src/integrations/highlight.js +1 -1
  100. package/src/integrations/horizontalline.js +1 -1
  101. package/src/integrations/htmlembed.js +1 -1
  102. package/src/integrations/image.js +1 -1
  103. package/src/integrations/imagereplace.js +1 -1
  104. package/src/integrations/imagestyle.js +1 -1
  105. package/src/integrations/importword.js +1 -1
  106. package/src/integrations/indent.js +1 -1
  107. package/src/integrations/inputcommand.js +1 -1
  108. package/src/integrations/legacylist.js +1 -1
  109. package/src/integrations/legacylistproperties.js +1 -1
  110. package/src/integrations/link.js +1 -1
  111. package/src/integrations/list.js +1 -1
  112. package/src/integrations/listproperties.js +1 -1
  113. package/src/integrations/mediaembed.js +1 -1
  114. package/src/integrations/mention.js +1 -1
  115. package/src/integrations/multilevellist.js +1 -1
  116. package/src/integrations/pagebreak.js +1 -1
  117. package/src/integrations/paragraph.js +1 -1
  118. package/src/integrations/removeformat.js +1 -1
  119. package/src/integrations/restrictededitingmode.js +1 -1
  120. package/src/integrations/shiftentercommand.js +1 -1
  121. package/src/integrations/standardeditingmode.js +1 -1
  122. package/src/integrations/style.js +1 -1
  123. package/src/integrations/table.js +1 -1
  124. package/src/integrations/tablecaption.js +1 -1
  125. package/src/integrations/tableclipboard.js +1 -1
  126. package/src/integrations/tablecolumnresize.js +1 -1
  127. package/src/integrations/tableheadings.js +1 -1
  128. package/src/integrations/tablemergesplit.js +1 -1
  129. package/src/integrations/tableofcontents.js +1 -1
  130. package/src/integrations/tableproperties.js +1 -1
  131. package/src/integrations/template.js +1 -1
  132. package/src/integrations/title.js +1 -1
  133. package/src/integrations/undo.js +1 -1
  134. package/src/integrations/utils.js +1 -1
  135. package/src/suggestion.js +1 -1
  136. package/src/suggestiondescriptionfactory.js +1 -1
  137. package/src/trackchanges.js +1 -1
  138. package/src/trackchangesdata.js +1 -1
  139. package/src/trackchangesediting.js +1 -1
  140. package/src/trackchangesui.js +1 -1
  141. package/src/ui/suggestioncontroller.js +1 -1
  142. package/src/ui/view/basesuggestionthreadview.js +1 -1
  143. package/src/ui/view/suggestionthreadview.js +1 -1
  144. package/src/utils/common-translations.js +1 -1
  145. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x215229=_0x174e;(function(_0x2482a7,_0x15ba0e){const _0x2e39c4=_0x174e,_0x6ec2b2=_0x2482a7();while(!![]){try{const _0x389fb4=parseInt(_0x2e39c4(0x14e))/0x1+-parseInt(_0x2e39c4(0x1c6))/0x2*(parseInt(_0x2e39c4(0x152))/0x3)+-parseInt(_0x2e39c4(0x1c4))/0x4+-parseInt(_0x2e39c4(0x1aa))/0x5+-parseInt(_0x2e39c4(0x1fe))/0x6*(parseInt(_0x2e39c4(0x147))/0x7)+parseInt(_0x2e39c4(0xe4))/0x8+parseInt(_0x2e39c4(0x196))/0x9;if(_0x389fb4===_0x15ba0e)break;else _0x6ec2b2['push'](_0x6ec2b2['shift']());}catch(_0x2f0eb8){_0x6ec2b2['push'](_0x6ec2b2['shift']());}}}(_0x23ea,0xbcf4b));import{Plugin as _0x7d4c57,PendingActions as _0x77965a}from'ckeditor5/src/core.js';import{LiveRange as _0x514b00}from'ckeditor5/src/engine.js';import{CKEditorError as _0xc0d1d9,uid as _0x451c42,priorities as _0x1e1434,logWarning as _0x442abd}from'ckeditor5/src/utils.js';import{toWidget as _0x55cf5c}from'ckeditor5/src/widget.js';import{Users as _0x4d21fe,hashObject as _0x541fbb,surroundingMarkersDetector as _0x27da09}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x23ea(){const _0x2d73ee=['_registerInlineAttribute','remove','markBlockFormat','delete','isBlock','insertion:discard','attributes','normal','_suggestions','deletion:','$elementName','high','assign','widget','position','ENTER','3744088ZYcSLS','toUpperCase','2uKOCLE','addMarker','_saved','containerElement','locale','selection','acceptSuggestion','_getMarkerAnnouncementText','authoredAt','enableCommand','FORMATTING','includes','getRange','containsRangeInObject','_descriptionFactory','change','TrackChangesEditing','hasComments','markerName','ck-suggestion-marker--active','move','elementEnd','_isForcedDefaultExecutionBlock','formatBlock','containsItem','root','newValue','isAfter','fire','_getAttributeKey','rejected','enqueueChange','pop','_recordAttributeChanges','attributeKey','CommentsRepository','_adapter','_registerDefaultCallbacks','removeComment','catch','author','start','_element','originalSuggestionId','markAttributeChange','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.','head','isNextTo','discard','isInContent','createRangeOn','removeMarker:suggestion:formatBlock','_isDataLoaded','getAllAdjacentSuggestions','element','_setSuggestionRange','18tZAWDc','getFirstMarker','deletion:accept','getShiftedBy','substring','push','document','consume','enableReadOnlyMode','model','_processAttributeSuggestions','containsRange','$textProxy','insertContent','add','mapper','getSuggestion','suggestion','_inlineAttributeKeys','getUser','commands','track-changes-command-not-found','range','forceDefaultExecution','addCommentThread','after','Users','_initAriaMarkerChangeAnnouncements','isAtStart','trackChanges.trackFormatChanges','_onDiscard','_refreshAttributeSuggestionsChain','_isBlockAttribute','getNearestSelectionRange','open','define','splitPosition','isBefore','attribute:discard','_checkSuggestionCorrectness','differ','rethrowUnexpectedError','getCommentThread','getRanges','isInsideObject','parent','elementStart','low','getLastMatchingPosition','_enableDefaultAttributesIntegration','_commentsRepository','trackChanges','isArray','_removeSuggestion','execute','addMarker:suggestion:attribute','multi','rename','deletion:join','accepted','every','discardAllSuggestions','for','name','plugins','setTo','highest','_suggestionFactory','dataDowncast','requires','splice','isLocal','registerPostFixer','$text','formatGroupId','attribute:','end','getAttribute','detach','suggestionChanged','announce','addMarkerName','never','_trackFormatChanges','rootName','refresh','discardSuggestion','getAncestors','@external','registerCustomCallback','_blockAttributeKeys','join','createSelection','removed','_customCallbacks','map','getContainedElement','type','activeMarkers','editing','isIntersecting','_getExternalAuthor','unbindElementFromMarkerName','track-changes-user-not-found','resolve','LEAVE','addMarker:suggestion:formatBlock','set','pluginName','default','formatBlock:','isTouching','skipNestingCheck','containsPosition','acceptSelectedSuggestions','removeMarker','ck-suggestion-marker-formatInline','trackChangesCommand','ck-suggestion-marker','value','stopListening','before','$graveyard','deletion:discard','external:','_getAuthorFromId','getMarkers','isMultiRange','some','setAttribute','insert','addSuggestion','deletion','change:_saved','createPositionAfter','moveTargetPosition','formatBlock:join','toViewElement','error-saving-suggestion-data-suggestion-discarded','insertion:join','isLimit','markMultiRangeBlockFormat','addHighlight','markerToData','ariaLiveAnnouncer','addClass','deleteContent','track-changes-adapter-missing-getsuggestion','_splitMarkerName','6054808bzqtkP','addRange','getSuggestions','hasCommentThread','bindElementToMarker','PENDING_ACTION_SUGGESTION','return','formatBlock:discard','key','groupId','isEqual','length','removeAttribute','markMultiRangeDeletion','getFirstRange','warn','isObject','isSelectable','_findSuggestions','howMany','applyOperation','getChanges','deletion:chain','_updateSuggestionData','get','PendingActions','_SUGGESTION_ANNOUNCEMENT','subType','hasSuggestion','removeMarker:suggestion:attribute','lowest','_setSuggestionData','formatInline:chain','formatBlock:chain','isRemovable','_processAttributeChanges','oldValue','insertion:chain','fromCharCode','markerReady','_rangeIsInLocalUserInsertion','createPositionBefore','options','getWalker','_suggestionState','reconvertMarker','nodeAfter','has','dataToMarker','tablePasteChainId','_afterChanges','updateSuggestion','marker-count','collaboration.channelId','conversion','formatInline','addUser','editingDowncast','attributeNewValue','markInlineFormat','attributeOldValue','attribute','next','documentSelection','acceptAllSuggestions','getDifference','getIntersection','createPositionAt','markerToHighlight','_getSuggestionData','notReady','trackChanges.mergeNestedSuggestions','oldRange','commandName','insertion:','_isRegisteredAttribute','sort','_model','_defaultCallbacks','keys','ready','ck-suggestion-marker-','formatBlock:accept','update:suggestion','fromRange','createRange','targetPosition','isOwn','_registerBlockAttribute','track-changes-suggestion-not-found','getChangedMarkers','removeClass','clear','toJSON','getItems','concat','startsWith','data-suggestion','$marker','204757makrok','markerNameToElements','find','markDeletion','unshift','formatInline:discard','suggestionLoaded','1136899mahdyw','init','removeMarkers','showSuggestionHighlights','4262718qBgfeq','meta','_createSuggestion','addSuggestionData','_handleNewSuggestionMarker','insertion','editor','insertion:accept','attribute:join','backward','updateMarker','isDocumentOperation','filter','_recordAttributeSuggestions','createElement','substr','formatInline:','ck-suggestion-marker-formatBlock','markMultiRangeInsertion','formatInline:join','forEach','discardSelectedSuggestions','suggestion:attribute:','buildSuggestion','_joinWithAdjacentSuggestions','change:data','fetchCommentThread','stop','writer','unbind','then','getMultiRangeId','_editor','createdAt','track-changes-suggestion-data-mismatch','forward','format','suggestion:','_addThreadToSuggestion','previous','_mergeNestedSuggestions','isIntersectingWithRange','getCustomProperty','split','size','values','_addSuggestionMarker','always','creator','clone','from','markInsertion','_cutOutSuggestionMarker','adapter','config','track-changes-adapter-already-set','batch','isExternal','group','addMarker:suggestion','addComment','setSelection','_joinSuggestions','markers','_reduceExistingSuggestions','_enabledCommands','nodeBefore','schema','25575408jNASOB','multipleBlocks','getSuggestionCallback','newRange','suggestion-type','isUndo','suggestionUnloaded','listenTo','_refreshSuggestionsChain','chain','isAtEnd','comments','formatInline:accept','_breakSuggestionMarker','isCollapsed','item','change:activeMarkers','elementToElement','upcast','consumable','7584090sAtcWJ','commentThread','_reduceSuggestionAttributeRange','createRangeIn','accept','data','track-changes-enable-command-twice','attribute:accept','authorName','dataReady'];_0x23ea=function(){return _0x2d73ee;};return _0x23ea();}import _0x7975a6 from'./commands/trackchangescommand.js';import _0x147c9c from'./commands/acceptsuggestioncommand.js';import _0x50b78e from'./commands/discardsuggestioncommand.js';import _0x5c1f70 from'./commands/executeonallsuggestionscommand.js';import _0x5e60c1 from'./commands/executeonselectedsuggestionscommand.js';import _0x32c8fc from'./suggestion.js';import _0x3888ec from'./suggestiondescriptionfactory.js';import _0x4b489d from'./integrations/aiassistant.js';import _0x1498a3 from'./integrations/alignment.js';import _0x46d777 from'./integrations/basicstyles.js';import _0x625544 from'./integrations/blockquote.js';import _0x229736 from'./integrations/casechange.js';import _0x2b0435 from'./integrations/ckbox.js';import _0x5aafc7 from'./integrations/codeblock.js';import _0x5a9bc3 from'./integrations/comments.js';import _0x120510 from'./integrations/deletecommand.js';import _0x3c178e from'./integrations/list.js';import _0x513726 from'./integrations/listproperties.js';import _0xb7186c from'./integrations/entercommand.js';import _0x5d1755 from'./integrations/findandreplace.js';import _0xd7de34 from'./integrations/font.js';import _0x3a2041 from'./integrations/formatpainter.js';import _0x24c0ad from'./integrations/heading.js';import _0x3775dc from'./integrations/highlight.js';import _0x292291 from'./integrations/horizontalline.js';import _0x6a8f1a from'./integrations/htmlembed.js';import _0x18738f from'./integrations/image.js';import _0x24c871 from'./integrations/imagereplace.js';import _0xff9322 from'./integrations/imagestyle.js';import _0xc28228 from'./integrations/importword.js';import _0x1fbccc from'./integrations/indent.js';import _0x525169 from'./integrations/inputcommand.js';import _0x2ba64a from'./integrations/link.js';import _0x1b1f46 from'./integrations/legacylist.js';import _0x57d9ca from'./integrations/legacylistproperties.js';import _0x2fec51 from'./integrations/mediaembed.js';import _0x442213 from'./integrations/mention.js';import _0x4857c8 from'./integrations/multilevellist.js';import _0x184150 from'./integrations/pagebreak.js';import _0x3e4c8e from'./integrations/paragraph.js';import _0x1324dd from'./integrations/removeformat.js';import _0x3fcf83 from'./integrations/restrictededitingmode.js';import _0x2825d2 from'./integrations/shiftentercommand.js';import _0x31e5a2 from'./integrations/standardeditingmode.js';import _0x456d23 from'./integrations/style.js';import _0x4248dc from'./integrations/table.js';import _0x41d155 from'./integrations/tablemergesplit.js';import _0x4090a0 from'./integrations/tableheadings.js';import _0x1e1650 from'./integrations/tableclipboard.js';import _0x3b3e58 from'./integrations/tablecolumnresize.js';import _0x59b230 from'./integrations/template.js';import _0x3566a7 from'./integrations/tableofcontents.js';import _0x12f5c1 from'./integrations/title.js';import _0x18486d from'./integrations/undo.js';import _0x212667 from'./integrations/tablecaption.js';import _0x153af1 from'./integrations/tableproperties.js';import{getTranslation as _0x5c5189}from'./utils/common-translations.js';import{isEqual as _0x46ed76,omit as _0x3c3faf}from'lodash-es';export const renameAttributeKey=_0x215229(0x1be);export default class p extends _0x7d4c57{static get[_0x215229(0x94)](){const _0x416e76=_0x215229;return[_0x416e76(0x1e9),_0x4d21fe,_0x77965a,_0x4b489d,_0x1498a3,_0x46d777,_0x625544,_0x2b0435,_0x229736,_0x5aafc7,_0x5a9bc3,_0x120510,_0xb7186c,_0x5d1755,_0xd7de34,_0x3a2041,_0x24c0ad,_0x3775dc,_0x292291,_0x6a8f1a,_0x18738f,_0xff9322,_0x24c871,_0xc28228,_0x1fbccc,_0x525169,_0x1b1f46,_0x57d9ca,_0x4857c8,_0x2ba64a,_0x3c178e,_0x513726,_0x2fec51,_0x442213,_0x184150,_0x3e4c8e,_0x1324dd,_0x3fcf83,_0x2825d2,_0x31e5a2,_0x456d23,_0x4248dc,_0x41d155,_0x4090a0,_0x212667,_0x1e1650,_0x3b3e58,_0x3566a7,_0x153af1,_0x59b230,_0x12f5c1,_0x18486d];}static get[_0x215229(0xbb)](){const _0x4e221f=_0x215229;return _0x4e221f(0x1d6);}constructor(_0x34b1f0){const _0x4f3577=_0x215229;function _0xb09c62(_0x116bbd){const _0x3e6726=_0x174e;return _0x116bbd[_0x3e6726(0xae)](_0x59ec29=>String[_0x3e6726(0x10a)](_0x59ec29))[_0x3e6726(0xaa)]('');}super(_0x34b1f0),this[_0x4f3577(0x15f)]=!0x1,this[_0x4f3577(0xba)](_0x4f3577(0xb1),[]),this['on'](_0x4f3577(0x1a6),(_0x56d967,_0x4c95fc,_0x3acec3,_0x4bc1de)=>{const _0x1a4407=_0x4f3577;this[_0x1a4407(0x131)][_0x1a4407(0x1d5)](()=>{const _0x50431b=_0x1a4407;for(const _0x97075d of[..._0x4bc1de,..._0x3acec3])this[_0x50431b(0x131)][_0x50431b(0x191)][_0x50431b(0x113)](_0x97075d)&&_0x34b1f0[_0x50431b(0xb2)][_0x50431b(0x111)](_0x97075d);});}),this[_0x4f3577(0x1d4)]=new _0x3888ec(this[_0x4f3577(0x158)][_0x4f3577(0x207)][_0x4f3577(0x195)],this[_0x4f3577(0x158)][_0x4f3577(0x1ca)]),this[_0x4f3577(0x1ea)]=null,this[_0x4f3577(0x92)]=new xt(this[_0x4f3577(0x158)]),this[_0x4f3577(0x1bc)]=new Map(),this[_0x4f3577(0x230)]=_0x34b1f0[_0x4f3577(0x23e)][_0x4f3577(0xfc)](_0x4f3577(0x1e9)),this[_0x4f3577(0x193)]=new Set(),this[_0x4f3577(0x131)]=this[_0x4f3577(0x158)][_0x4f3577(0x207)],this[_0x4f3577(0x110)]=new WeakMap(),this[_0x4f3577(0x1dc)]=!0x1,this[_0x4f3577(0xa9)]=new Set([_0x4f3577(0x1be)]),this[_0x4f3577(0x210)]=new Set(),_0x34b1f0[_0x4f3577(0x188)][_0x4f3577(0x221)](_0x4f3577(0x21b),_0x4f3577(0xbc)),this[_0x4f3577(0xa2)]=_0x34b1f0[_0x4f3577(0x188)][_0x4f3577(0xfc)](_0x4f3577(0x21b)),_0x34b1f0[_0x4f3577(0x188)][_0x4f3577(0x221)](_0x4f3577(0x12b),!0x0),this[_0x4f3577(0x17a)]=_0x34b1f0[_0x4f3577(0x188)][_0x4f3577(0xfc)](_0x4f3577(0x12b)),this[_0x4f3577(0xc4)]=new _0x7975a6(_0x34b1f0,this[_0x4f3577(0x193)]),this[_0x4f3577(0x219)](),this[_0xb09c62([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xb09c62([0x34,0x30,0x34,0x38,0x30,0x38,0x31,0x38]);}[_0x215229(0x14f)](){const _0x17026a=_0x215229,_0x4e6c76=this[_0x17026a(0x158)],_0x509c69=(_0x64b8ac,_0x2d1b57)=>{const _0x48d8b0=_0x17026a;if(_0x48d8b0(0x121)!=_0x64b8ac)return _0x48d8b0(0x135)+_0x64b8ac;const _0x557e50=_0x2d1b57[_0x48d8b0(0x17d)]('|')[0x0];return this[_0x48d8b0(0x21e)](_0x557e50)?_0x48d8b0(0x163):_0x48d8b0(0xc3);};_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x11d))[_0x17026a(0x128)]({'model':_0x17026a(0x20f),'view':_0x440209=>{const _0x16967e=_0x17026a,{id:_0x3ddfb9,type:_0x220f86,subType:_0x11defc}=this[_0x16967e(0xe3)](_0x440209[_0x16967e(0x1d8)]),_0x132613=[_0x16967e(0xc5),_0x509c69(_0x220f86,_0x11defc)];let _0x1d9219=0xbb8;return this[_0x16967e(0xb1)][_0x16967e(0x1d1)](_0x440209[_0x16967e(0x1d8)])&&(_0x132613[_0x16967e(0x203)](_0x16967e(0x1d9)),_0x1d9219=0xbc2),_0x16967e(0xd3)==_0x220f86&&(_0x1d9219+=0x5),{'classes':_0x132613,'attributes':{'data-suggestion':_0x3ddfb9},'priority':_0x1d9219};}}),_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x93))[_0x17026a(0x20c)](_0x5ba978=>{const _0x2ec327=_0x17026a;_0x5ba978['on'](_0x2ec327(0x18d),(_0x13fe4a,_0x4939ea,_0x5215a9)=>{const _0x135210=_0x2ec327;if(!_0x5215a9[_0x135210(0x10e)][_0x135210(0x151)])return;const _0x19603c=_0x4939ea[_0x135210(0x1a5)];if(!_0x19603c)return;const _0x5118d8=_0x5215a9[_0x135210(0x20d)][_0x135210(0xd8)](_0x19603c);_0x4e6c76[_0x135210(0x207)][_0x135210(0x195)][_0x135210(0xf4)](_0x19603c)&&_0x5118d8&&!_0x5118d8[_0x135210(0x17c)](_0x135210(0x1c1))&&_0x5118d8['is'](_0x135210(0x1c9))&&_0x55cf5c(_0x5118d8,_0x5215a9[_0x135210(0x16e)]);},{'priority':_0x2ec327(0x1bf)});}),_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x93))[_0x17026a(0x128)]({'model':_0x17026a(0x20f),'view':(_0x58feef,_0x1fe7b4)=>{const _0x2add10=_0x17026a;if(!_0x1fe7b4[_0x2add10(0x10e)][_0x2add10(0x151)])return null;const {type:_0x472f9e,subType:_0x2a6c3a}=this[_0x2add10(0xe3)](_0x58feef[_0x2add10(0x1d8)]);return{'classes':[_0x2add10(0xc5),_0x509c69(_0x472f9e,_0x2a6c3a)],'priority':0xbb8};}});const _0x3095b0=({showActiveMarkers:_0x47fff8=!0x0,isAttributeSuggestion:_0x2fee51=!0x1}={})=>(_0x411316,_0x55d0da,_0x6724c9)=>{const _0x1622ef=_0x17026a;if(!_0x55d0da[_0x1622ef(0x1a5)])return;const {id:_0x1ac72e}=this[_0x1622ef(0xe3)](_0x55d0da[_0x1622ef(0x1d8)]);if(_0x2fee51){const _0x3533cf=this[_0x1622ef(0x1bc)][_0x1622ef(0xfc)](_0x1ac72e),_0xdcf29b=this[_0x1622ef(0x1e3)](_0x3533cf);if(!this[_0x1622ef(0x21e)](_0xdcf29b))return;}if(_0x55d0da[_0x1622ef(0x1a5)]['is'](_0x1622ef(0x1cb)))return void _0x6724c9[_0x1622ef(0x1a9)][_0x1622ef(0x205)](_0x55d0da[_0x1622ef(0x1a5)],_0x411316[_0x1622ef(0x23d)]);const _0x44790a=_0x6724c9[_0x1622ef(0x20d)][_0x1622ef(0xd8)](_0x55d0da[_0x1622ef(0x1a5)]);if(_0x55d0da[_0x1622ef(0x1a5)]['is'](_0x1622ef(0x1fc))&&_0x4e6c76[_0x1622ef(0x207)][_0x1622ef(0x195)][_0x1622ef(0x1b8)](_0x55d0da[_0x1622ef(0x1a5)])&&!_0x44790a[_0x1622ef(0x17c)](_0x1622ef(0xdd))){_0x6724c9[_0x1622ef(0x16e)][_0x1622ef(0xe0)]([_0x1622ef(0xc5),_0x1622ef(0x163)],_0x44790a),_0x6724c9[_0x1622ef(0x16e)][_0x1622ef(0xd0)](_0x1622ef(0x145),_0x1ac72e,_0x44790a),_0x6724c9[_0x1622ef(0x20d)][_0x1622ef(0xe8)](_0x44790a,_0x55d0da[_0x1622ef(0x1d8)]),_0x47fff8&&(this[_0x1622ef(0xb1)][_0x1622ef(0x1d1)](_0x55d0da[_0x1622ef(0x1d8)])?_0x6724c9[_0x1622ef(0x16e)][_0x1622ef(0xe0)](_0x1622ef(0x1d9),_0x44790a):_0x6724c9[_0x1622ef(0x16e)][_0x1622ef(0x13f)](_0x1622ef(0x1d9),_0x44790a));for(const _0x53f613 of _0x4e6c76[_0x1622ef(0x207)][_0x1622ef(0x1ad)](_0x55d0da[_0x1622ef(0x1a5)])[_0x1622ef(0x142)]())_0x6724c9[_0x1622ef(0x1a9)][_0x1622ef(0x205)](_0x53f613,_0x411316[_0x1622ef(0x23d)]);_0x6724c9[_0x1622ef(0x1a9)][_0x1622ef(0x205)](_0x55d0da[_0x1622ef(0x1a5)],_0x411316[_0x1622ef(0x23d)]);}};_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x93))[_0x17026a(0x20c)](_0x57ee4f=>{const _0x52048a=_0x17026a;_0x57ee4f['on'](_0x52048a(0xb9),(_0x8acdc,_0x366fa9,_0x4124f9)=>{const _0x2bc686=_0x52048a;_0x4124f9[_0x2bc686(0x10e)][_0x2bc686(0x151)]&&_0x3095b0({'showActiveMarkers':!0x1})(_0x8acdc,_0x366fa9,_0x4124f9);},{'priority':_0x52048a(0x91)});}),_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x93))[_0x17026a(0x20c)](_0x2aed8c=>{const _0x48d303=_0x17026a;_0x2aed8c['on'](_0x48d303(0x235),(_0x315cb6,_0x526ca5,_0x15bc1f)=>{const _0x5b16e0=_0x48d303;_0x15bc1f[_0x5b16e0(0x10e)][_0x5b16e0(0x151)]&&_0x3095b0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x315cb6,_0x526ca5,_0x15bc1f);},{'priority':_0x48d303(0x91)});}),_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x93))[_0x17026a(0xde)]({'model':_0x17026a(0x20f),'view':(_0x387dea,_0x1ce795)=>_0x1ce795[_0x17026a(0x10e)][_0x17026a(0x151)]?null:{'group':_0x17026a(0x20f),'name':_0x387dea[_0x17026a(0x161)](0xb)}}),_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x1a8))[_0x17026a(0x1a7)]({'view':{'name':_0x17026a(0x20f),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x2b3eb0,{writer:_0x2f4243})=>{const _0x206914=_0x17026a;let _0x5df02e=_0x206914(0x177)+_0x2b3eb0[_0x206914(0x9c)](_0x206914(0x19a))+':'+_0x2b3eb0[_0x206914(0x9c)]('id');return _0x2b3eb0[_0x206914(0x9c)](_0x206914(0x118))&&(_0x5df02e+=':'+_0x2b3eb0[_0x206914(0x9c)](_0x206914(0x118))),_0x2f4243[_0x206914(0x160)](_0x206914(0x146),{'data-name':_0x5df02e});}}),_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x1a8))[_0x17026a(0x114)]({'view':_0x17026a(0x20f)}),_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x11d))[_0x17026a(0x20c)](_0x4dcc23=>{const _0x10af03=_0x17026a;_0x4dcc23['on'](_0x10af03(0xb9),_0x3095b0(),{'priority':_0x10af03(0x1bf)});}),_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x11d))[_0x17026a(0x20c)](_0x4222bb=>{const _0x17d2ee=_0x17026a;_0x4222bb['on'](_0x17d2ee(0x235),_0x3095b0({'isAttributeSuggestion':!0x0}),{'priority':_0x17d2ee(0x1bf)});}),_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x11d))[_0x17026a(0x20c)](_0x30525b=>{const _0x5dda46=_0x17026a;_0x30525b['on'](_0x5dda46(0x1f9),(_0x314f52,_0x561da5,_0x3d8aec)=>{const _0xb2f579=_0x5dda46,_0x4c9a5b=_0x3d8aec[_0xb2f579(0x20d)][_0xb2f579(0x148)](_0x561da5[_0xb2f579(0x1d8)]);if(_0x4c9a5b){for(const _0x23ad04 of _0x4c9a5b)_0x23ad04[_0xb2f579(0x17c)](_0xb2f579(0xdd))||(_0x3d8aec[_0xb2f579(0x16e)][_0xb2f579(0x13f)]([_0xb2f579(0xc5),_0xb2f579(0x163),_0xb2f579(0x1d9)],_0x23ad04),_0x3d8aec[_0xb2f579(0x16e)][_0xb2f579(0xf0)](_0xb2f579(0x145),_0x23ad04),_0x3d8aec[_0xb2f579(0x20d)][_0xb2f579(0xb5)](_0x23ad04,_0x561da5[_0xb2f579(0x1d8)]));}},{'priority':_0x5dda46(0x1bf)});}),_0x4e6c76[_0x17026a(0x11a)][_0x17026a(0x23c)](_0x17026a(0x11d))[_0x17026a(0x20c)](_0x18e008=>{const _0x3b8bd8=_0x17026a;_0x18e008['on'](_0x3b8bd8(0x101),(_0x1edf4b,_0x55021c,_0x45cd8f)=>{const _0x31c829=_0x3b8bd8,_0x55c06a=_0x45cd8f[_0x31c829(0x20d)][_0x31c829(0x148)](_0x55021c[_0x31c829(0x1d8)]);if(!_0x55c06a)return;const {id:_0x364a84}=this[_0x31c829(0xe3)](_0x55021c[_0x31c829(0x1d8)]),_0x13d3c=this[_0x31c829(0x1bc)][_0x31c829(0xfc)](_0x364a84),_0x4281da=this[_0x31c829(0x1e3)](_0x13d3c);if(this[_0x31c829(0x21e)](_0x4281da)){for(const _0x6b9df3 of _0x55c06a)_0x6b9df3[_0x31c829(0x17c)](_0x31c829(0xdd))||(_0x45cd8f[_0x31c829(0x16e)][_0x31c829(0x13f)]([_0x31c829(0xc5),_0x31c829(0x163),_0x31c829(0x1d9)],_0x6b9df3),_0x45cd8f[_0x31c829(0x16e)][_0x31c829(0xf0)](_0x31c829(0x145),_0x6b9df3),_0x45cd8f[_0x31c829(0x20d)][_0x31c829(0xb5)](_0x6b9df3,_0x55021c[_0x31c829(0x1d8)]));}},{'priority':_0x3b8bd8(0x1bf)});}),_0x4e6c76[_0x17026a(0x207)][_0x17026a(0x204)][_0x17026a(0x97)](_0x3ec77e=>{const _0x2f7554=_0x17026a;let _0x50b6c2=!0x1;const _0x4c9447=Array[_0x2f7554(0x184)](_0x4e6c76[_0x2f7554(0x207)][_0x2f7554(0x204)][_0x2f7554(0x226)][_0x2f7554(0x13e)]()),_0x4a71f1=new Set();for(const {name:_0x48ad7b,data:_0x52d9af}of _0x4c9447){const {group:_0xcaf267,type:_0x1fe110,subType:_0x8c35d5,id:_0x45874b}=this[_0x2f7554(0xe3)](_0x48ad7b);if(_0x2f7554(0x20f)!==_0xcaf267)continue;const _0x3aadae=this[_0x2f7554(0x1bc)][_0x2f7554(0xfc)](_0x45874b);if(null!=_0x52d9af[_0x2f7554(0x199)]){_0x2f7554(0x11b)==_0x1fe110&&(_0x50b6c2=_0x50b6c2||Et(_0x52d9af[_0x2f7554(0x199)],_0x48ad7b,_0x3ec77e,_0x4e6c76[_0x2f7554(0x207)][_0x2f7554(0x195)]));const _0x17a0fc=_0x2f7554(0x121)==_0x1fe110&&this[_0x2f7554(0x21e)](_0x8c35d5[_0x2f7554(0x17d)]('|')[0x0]);if(_0x52d9af[_0x2f7554(0x199)][_0x2f7554(0x1a4)]||_0x2f7554(0xc9)==_0x52d9af[_0x2f7554(0x199)][_0x2f7554(0x1df)][_0x2f7554(0xa3)]||_0x2f7554(0x1dd)==_0x1fe110&&!Ut(_0x52d9af[_0x2f7554(0x199)])||_0x17a0fc&&!Ut(_0x52d9af[_0x2f7554(0x199)])||_0x2f7554(0xd3)==_0x1fe110&&!(!Tt(_0x382fec=_0x52d9af[_0x2f7554(0x199)])&&!function(_0x412a11){const _0x4915d6=_0x2f7554;return _0x412a11[_0x4915d6(0x1ef)][_0x4915d6(0x22b)]==_0x412a11[_0x4915d6(0x9b)][_0x4915d6(0x194)]&&_0x412a11[_0x4915d6(0x1ef)][_0x4915d6(0x1a0)];}(_0x382fec)))_0x3ec77e[_0x2f7554(0xc2)](_0x48ad7b),_0x50b6c2=!0x0;else{if(!_0x3aadae||!_0x3aadae[_0x2f7554(0x1f7)])continue;_0x4a71f1[_0x2f7554(0x20c)](_0x3aadae);}}}var _0x382fec;return _0x4a71f1[_0x2f7554(0x17e)]>0x0&&(_0x50b6c2=!!this[_0x2f7554(0x16a)](_0x4a71f1)||_0x50b6c2),_0x50b6c2;}),_0x4e6c76[_0x17026a(0x207)][_0x17026a(0x204)][_0x17026a(0x97)](_0x10daf6=>{const _0x1ab830=_0x17026a;let _0x1c0cfa=!0x1;for(const _0x213b17 of _0x4e6c76[_0x1ab830(0x207)][_0x1ab830(0x204)][_0x1ab830(0x226)][_0x1ab830(0xf9)]())if(_0x1ab830(0xd1)==_0x213b17[_0x1ab830(0xb0)])for(const _0x43e3c2 of this[_0x1ab830(0x1bc)][_0x1ab830(0x17f)]()){if(_0x43e3c2[_0x1ab830(0xce)]||!_0x43e3c2[_0x1ab830(0x1f7)])continue;const _0x360704=_0x1ab830(0x1dd)==_0x43e3c2[_0x1ab830(0xb0)],_0x46c631=this[_0x1ab830(0x1e3)](_0x43e3c2),_0x5511d8=_0x46c631&&this[_0x1ab830(0x21e)](_0x46c631);if(!_0x360704&&!_0x5511d8)continue;const _0x11ece3=_0x43e3c2[_0x1ab830(0xf2)]();if(_0x11ece3[_0x1ab830(0x1ef)][_0x1ab830(0x22b)]!=_0x11ece3[_0x1ab830(0x9b)][_0x1ab830(0x22b)]&&!_0x11ece3[_0x1ab830(0x9b)][_0x1ab830(0x1a0)]){const _0x439f3c=_0x4e6c76[_0x1ab830(0x207)][_0x1ab830(0x127)](_0x11ece3[_0x1ab830(0x1ef)][_0x1ab830(0x112)],_0x1ab830(0x9b)),_0x256841=_0x4e6c76[_0x1ab830(0x207)][_0x1ab830(0x139)](_0x11ece3[_0x1ab830(0x1ef)],_0x439f3c);_0x10daf6[_0x1ab830(0x15c)](_0x43e3c2[_0x1ab830(0x1ff)](),{'range':_0x256841}),_0x1c0cfa=!0x0;}}return _0x1c0cfa;}),_0x4e6c76[_0x17026a(0x207)][_0x17026a(0x204)][_0x17026a(0x97)](_0x51d19d=>this[_0x17026a(0x107)](_0x51d19d)),_0x4e6c76[_0x17026a(0x207)][_0x17026a(0x204)][_0x17026a(0x97)](_0x26c933=>!_0x26c933[_0x17026a(0x18a)][_0x17026a(0x96)]&&this[_0x17026a(0x208)](_0x26c933)),_0x4e6c76[_0x17026a(0x207)]['on'](_0x17026a(0x116),()=>{const _0x295c84=_0x17026a;this[_0x295c84(0x15f)]=!0x1;}),_0x4e6c76[_0x17026a(0x207)][_0x17026a(0x204)]['on'](_0x17026a(0x16b),(_0x1d5975,_0x1f4040)=>{const _0x115a4b=_0x17026a;if(!_0x1f4040[_0x115a4b(0x96)]||_0x1f4040[_0x115a4b(0x19b)])return;if(!this[_0x115a4b(0x15f)])return;const _0x1bb6cc=_0x4e6c76[_0x115a4b(0x207)][_0x115a4b(0x204)][_0x115a4b(0x226)][_0x115a4b(0xf9)]();if(0x0==_0x1bb6cc[_0x115a4b(0xef)])return;const _0x42eeea=[],_0xeff3a2=_0x1bb6cc[_0x115a4b(0x15e)](_0x587f5b=>_0x115a4b(0x121)==_0x587f5b[_0x115a4b(0xb0)]),_0x1486eb=_0x1bb6cc[_0x115a4b(0x15e)](_0x20f7e8=>_0x115a4b(0xd1)==_0x20f7e8[_0x115a4b(0xb0)]&&_0x115a4b(0x98)!=_0x20f7e8[_0x115a4b(0x23d)]),_0x597cb3=_0x1bb6cc[_0x115a4b(0x15e)](_0x1ccc5e=>_0x115a4b(0x1b5)==_0x1ccc5e[_0x115a4b(0xb0)]&&_0x115a4b(0x98)!=_0x1ccc5e[_0x115a4b(0x23d)]);for(const _0x1187a3 of _0xeff3a2)this[_0x115a4b(0x12f)](_0x1187a3[_0x115a4b(0x1e8)])&&_0x42eeea[_0x115a4b(0x203)]({'key':_0x1187a3[_0x115a4b(0x1e8)],'newValue':_0x1187a3[_0x115a4b(0x11e)],'oldValue':_0x1187a3[_0x115a4b(0x120)],'range':Ot(_0x1187a3[_0x115a4b(0x214)],_0x4e6c76[_0x115a4b(0x207)])});for(const _0x1b6ab6 of _0x1486eb){const _0x5392e8=_0x597cb3[_0x115a4b(0x149)](_0x65601=>_0x65601[_0x115a4b(0x1f0)]===_0x1b6ab6[_0x115a4b(0x1f0)]);if(_0x5392e8){const _0x1f3deb=Gt(_0x1b6ab6[_0x115a4b(0x1c2)][_0x115a4b(0x112)],_0x4e6c76[_0x115a4b(0x207)]);_0x5392e8[_0x115a4b(0x23d)]!==_0x1b6ab6[_0x115a4b(0x23d)]&&_0x42eeea[_0x115a4b(0x203)]({'key':_0x115a4b(0x1be),'newValue':_0x1b6ab6[_0x115a4b(0x23d)],'oldValue':_0x5392e8[_0x115a4b(0x23d)],'range':_0x1f3deb});for(const [_0x132923,_0x294542]of _0x5392e8[_0x115a4b(0x1ba)]){if(!this[_0x115a4b(0x12f)](_0x132923))continue;const _0x5f02ae=_0x1b6ab6[_0x115a4b(0x1ba)][_0x115a4b(0xfc)](_0x132923);_0x294542!==_0x5f02ae&&_0x42eeea[_0x115a4b(0x203)]({'key':_0x132923,'newValue':_0x5f02ae,'oldValue':_0x294542,'range':_0x1f3deb});}for(const [_0x25225e,_0x38e315]of _0x1b6ab6[_0x115a4b(0x1ba)])this[_0x115a4b(0x12f)](_0x25225e)&&(_0x5392e8[_0x115a4b(0x1ba)][_0x115a4b(0x113)](_0x25225e)||_0x42eeea[_0x115a4b(0x203)]({'key':_0x25225e,'newValue':_0x38e315,'oldValue':null,'range':_0x1f3deb}));}}0x0!=_0x42eeea[_0x115a4b(0xef)]&&_0x4e6c76[_0x115a4b(0x207)][_0x115a4b(0x1e5)](_0x1f4040,_0x4c5fc0=>{const _0x4df272=_0x115a4b,_0x5aa4e6=_0x451c42();for(const {range:_0x28c1da,key:_0x1da045,oldValue:_0x108b94,newValue:_0x5ca95e}of _0x42eeea)this[_0x4df272(0x1f2)](_0x28c1da,_0x1da045,_0x108b94,_0x5ca95e,{'groupId':_0x5aa4e6});this[_0x4df272(0x192)](_0x4c5fc0,_0x42eeea);});},{'priority':_0x17026a(0x102)}),_0x4e6c76[_0x17026a(0x207)][_0x17026a(0x191)]['on'](_0x17026a(0x137),(_0x1f5516,_0x41fc2a,_0x27eb90)=>{const _0x1e3523=_0x17026a;if(null==_0x27eb90){const {id:_0x1695b9}=this[_0x1e3523(0xe3)](_0x41fc2a[_0x1e3523(0x23d)]),_0x3d8356=this[_0x1e3523(0x1bc)][_0x1e3523(0xfc)](_0x1695b9);_0x3d8356&&_0x3d8356[_0x1e3523(0xa0)](_0x41fc2a[_0x1e3523(0x23d)]);}}),_0x4e6c76[_0x17026a(0x207)][_0x17026a(0x204)]['on'](_0x17026a(0x16b),()=>{const _0x50be10=_0x17026a,_0x40fb08=Array[_0x50be10(0x184)](_0x4e6c76[_0x50be10(0x207)][_0x50be10(0x204)][_0x50be10(0x226)][_0x50be10(0x13e)]())[_0x50be10(0x15e)](_0x5aba0d=>_0x50be10(0x20f)===this[_0x50be10(0xe3)](_0x5aba0d[_0x50be10(0x23d)])[_0x50be10(0x18c)]);if(0x0===_0x40fb08[_0x50be10(0xef)])return;_0x40fb08[_0x50be10(0x130)]((_0x5c6ffe,_0x37ee6a)=>{const _0x24f8d8=_0x50be10,_0x497acf=_0x5c6ffe[_0x24f8d8(0x1af)][_0x24f8d8(0x12c)],_0x26aaed=_0x37ee6a[_0x24f8d8(0x1af)][_0x24f8d8(0x12c)];return null===_0x497acf&&null===_0x26aaed?0x0:null===_0x497acf&&null!==_0x26aaed?-0x1:null!==_0x497acf&&null===_0x26aaed?0x1:_0x497acf[_0x24f8d8(0x1ef)][_0x24f8d8(0x223)](_0x26aaed[_0x24f8d8(0x1ef)])?-0x1:0x1;});const _0x515e8e=new Set(),_0x20ef54=new Set();for(const {name:_0x2d84f4,data:_0x243bd6}of _0x40fb08){const {id:_0x218b3f}=this[_0x50be10(0xe3)](_0x2d84f4);if(null===_0x243bd6[_0x50be10(0x12c)]){const _0xfe6052=this[_0x50be10(0x156)](_0x2d84f4);_0x20ef54[_0x50be10(0x20c)](_0xfe6052);}else{const _0x2131ad=this[_0x50be10(0x1bc)][_0x50be10(0xfc)](_0x218b3f);null!==_0x243bd6[_0x50be10(0x199)]||_0x2131ad[_0x50be10(0x1f7)]?(_0x515e8e[_0x50be10(0x20c)](_0x2131ad[_0x50be10(0x1f4)]),_0x20ef54[_0x50be10(0x20c)](_0x2131ad)):this[_0x50be10(0x233)](_0x2131ad);}}_0x20ef54[_0x50be10(0x17e)]>0x0&&this[_0x50be10(0x19e)](_0x20ef54);for(const _0x32635e of _0x515e8e)this[_0x50be10(0x1e2)](_0x50be10(0x9e),_0x32635e);}),_0x4e6c76[_0x17026a(0x207)]['on'](_0x17026a(0xf8),(_0x1897a4,_0xc6dac6)=>{const _0x58eb29=_0x17026a,_0x25f28d=_0xc6dac6[0x0];if(!this[_0x58eb29(0x1bc)][_0x58eb29(0x17e)])return;if(!_0x25f28d[_0x58eb29(0x15d)])return;if(_0x25f28d[_0x58eb29(0x18a)][_0x58eb29(0x19b)]||!_0x25f28d[_0x58eb29(0x18a)][_0x58eb29(0x96)])return;let _0x322b5d,_0x3770e8;switch(_0x25f28d[_0x58eb29(0xb0)]){case _0x58eb29(0xd1):_0x322b5d=_0x4e6c76[_0x58eb29(0x207)][_0x58eb29(0x127)](_0x25f28d[_0x58eb29(0x1c2)]),_0x3770e8=_0x322b5d[_0x58eb29(0x201)](_0x25f28d[_0x58eb29(0xf7)]);break;case _0x58eb29(0x17d):_0x322b5d=_0x4e6c76[_0x58eb29(0x207)][_0x58eb29(0x127)](_0x25f28d[_0x58eb29(0x222)]),_0x3770e8=_0x4e6c76[_0x58eb29(0x207)][_0x58eb29(0x127)](_0x25f28d[_0x58eb29(0xd6)]);break;case _0x58eb29(0x1da):_0x322b5d=_0x4e6c76[_0x58eb29(0x207)][_0x58eb29(0x127)](_0x25f28d[_0x58eb29(0x13a)]),_0x3770e8=_0x322b5d[_0x58eb29(0x201)](_0x25f28d[_0x58eb29(0xf7)]);break;default:return;}const _0x19955b=_0x4e6c76[_0x58eb29(0x207)][_0x58eb29(0x139)](_0x322b5d,_0x3770e8);_0x4e6c76[_0x58eb29(0x207)][_0x58eb29(0x1d5)](()=>{const _0x3af42f=_0x58eb29;for(const {suggestion:_0x2f165b,meta:_0xef1bce}of this[_0x3af42f(0xf6)](_0x19955b)){if(_0x2f165b[_0x3af42f(0xce)])continue;if(_0x3af42f(0x11b)==_0x2f165b[_0x3af42f(0xb0)])continue;const _0x18258a=this[_0x3af42f(0x1e3)](_0x2f165b);if(_0x18258a&&this[_0x3af42f(0x21e)](_0x18258a)&&_0x3af42f(0x17d)!=_0x25f28d[_0x3af42f(0xb0)])continue;const _0x2b48ec=_0x2f165b[_0x3af42f(0x1af)]&&_0x2f165b[_0x3af42f(0x1af)][_0x3af42f(0x197)];(_0x3af42f(0x1dd)!=_0x2f165b[_0x3af42f(0xb0)]||_0x3af42f(0x17d)==_0x25f28d[_0x3af42f(0xb0)]&&!_0x2b48ec)&&(_0xef1bce[_0x3af42f(0x1d3)]||_0x3af42f(0x157)==_0x2f165b[_0x3af42f(0xb0)]&&_0xef1bce[_0x3af42f(0x13b)]||_0x2f165b[_0x3af42f(0xf2)]()[_0x3af42f(0x209)](_0x19955b)&&this[_0x3af42f(0x1a3)](_0x2f165b,_0x322b5d,_0x3770e8));}});},{'priority':_0x17026a(0x102)}),_0x4e6c76[_0x17026a(0x207)]['on'](_0x17026a(0xe1),(_0x4ec63f,_0x278c46)=>{const _0x42e6f5=_0x17026a,_0x1bd05c=_0x278c46[0x0],_0x2b728c=_0x278c46[0x1];if(_0x2b728c&&_0x2b728c[_0x42e6f5(0x215)])return;if(this[_0x42e6f5(0x1dc)])return;if(!this[_0x42e6f5(0xc4)][_0x42e6f5(0xc6)])return;if(_0x1bd05c[_0x42e6f5(0x1a4)])return;const _0x50f9a3=_0x4e6c76[_0x42e6f5(0x207)][_0x42e6f5(0x195)],{start:_0x456a30,end:_0x51d9ef}=_0x1bd05c[_0x42e6f5(0xf2)](),_0x3744ad=_0x456a30[_0x42e6f5(0x112)]&&_0x50f9a3[_0x42e6f5(0xdb)](_0x456a30[_0x42e6f5(0x112)])?null:_0x50f9a3[_0x42e6f5(0x21f)](_0x456a30,_0x42e6f5(0x175)),_0x2987dc=_0x51d9ef[_0x42e6f5(0x194)]&&_0x50f9a3[_0x42e6f5(0xdb)](_0x51d9ef[_0x42e6f5(0x194)])?null:_0x50f9a3[_0x42e6f5(0x21f)](_0x51d9ef,_0x42e6f5(0x15b)),_0x321563=_0x4e6c76[_0x42e6f5(0x207)][_0x42e6f5(0x139)](_0x3744ad?_0x3744ad[_0x42e6f5(0x1ef)]:_0x456a30,_0x2987dc?_0x2987dc[_0x42e6f5(0x9b)]:_0x51d9ef);_0x4e6c76[_0x42e6f5(0x207)][_0x42e6f5(0x1d5)](_0x30e018=>{const _0x4711e5=_0x42e6f5;this[_0x4711e5(0x14a)](_0x321563);const _0x5b22e9=_0x4e6c76[_0x4711e5(0x207)][_0x4711e5(0x195)][_0x4711e5(0x21f)](_0x321563[_0x4711e5(0x1ef)]);_0x1bd05c['is'](_0x4711e5(0x123))?_0x30e018[_0x4711e5(0x18f)](_0x5b22e9):_0x1bd05c[_0x4711e5(0x90)](_0x5b22e9);}),_0x4ec63f[_0x42e6f5(0x16d)]();},{'priority':_0x1e1434[_0x17026a(0x1bb)]+0xa}),_0x4e6c76[_0x17026a(0x207)]['on'](_0x17026a(0x20b),(_0x2cae99,_0xd2b85d)=>{const _0x34a35c=_0x17026a,_0x2e7247=_0xd2b85d[_0xd2b85d[_0x34a35c(0xef)]-0x1];_0x2e7247&&_0x2e7247[_0x34a35c(0x215)]||this[_0x34a35c(0x1dc)]||this[_0x34a35c(0xc4)][_0x34a35c(0xc6)]&&(_0x4e6c76[_0x34a35c(0x207)][_0x34a35c(0x1d5)](()=>{const _0x413381=_0x34a35c;let _0x238a70=_0x4e6c76[_0x413381(0x207)][_0x413381(0x20b)](_0xd2b85d[0x0],_0xd2b85d[0x1],_0xd2b85d[0x2],{'forceDefaultExecution':!0x0});if(!_0x238a70)return;_0x2cae99[_0x413381(0xea)]=_0x238a70[_0x413381(0x183)]();const _0x237acf=_0x238a70[_0x413381(0x9b)][_0x413381(0x194)],_0x15a8a3=_0x4e6c76[_0x413381(0x207)][_0x413381(0x195)];_0x237acf&&_0x15a8a3[_0x413381(0x1b8)](_0x237acf)&&!_0x15a8a3[_0x413381(0xf4)](_0x237acf)&&(_0x238a70=_0x4e6c76[_0x413381(0x207)][_0x413381(0x139)](_0x238a70[_0x413381(0x1ef)],_0x4e6c76[_0x413381(0x207)][_0x413381(0x127)](_0x237acf,_0x413381(0x9b)))),this[_0x413381(0x185)](_0x238a70);}),_0x2cae99[_0x34a35c(0x16d)]());},{'priority':_0x17026a(0x1bf)}),this[_0x17026a(0x158)][_0x17026a(0x212)][_0x17026a(0x20c)](_0x17026a(0x231),this[_0x17026a(0xc4)]),this[_0x17026a(0x1cf)](_0x17026a(0x231));const _0x38ca75=new _0x147c9c(_0x4e6c76,this[_0x17026a(0x1bc)]);_0x4e6c76[_0x17026a(0x212)][_0x17026a(0x20c)](_0x17026a(0x1cc),_0x38ca75),this[_0x17026a(0x1cf)](_0x17026a(0x1cc));const _0x5afee8=new _0x50b78e(_0x4e6c76,this[_0x17026a(0x1bc)]);_0x4e6c76[_0x17026a(0x212)][_0x17026a(0x20c)](_0x17026a(0xa5),_0x5afee8),this[_0x17026a(0x1cf)](_0x17026a(0xa5)),_0x4e6c76[_0x17026a(0x212)][_0x17026a(0x20c)](_0x17026a(0x124),new _0x5c1f70(_0x4e6c76,_0x38ca75,this[_0x17026a(0x1bc)])),this[_0x17026a(0x1cf)](_0x17026a(0x124)),_0x4e6c76[_0x17026a(0x212)][_0x17026a(0x20c)](_0x17026a(0x23b),new _0x5c1f70(_0x4e6c76,_0x5afee8,this[_0x17026a(0x1bc)])),this[_0x17026a(0x1cf)](_0x17026a(0x23b)),_0x4e6c76[_0x17026a(0x212)][_0x17026a(0x20c)](_0x17026a(0xc1),new _0x5e60c1(_0x4e6c76,_0x38ca75,this[_0x17026a(0x1bc)])),this[_0x17026a(0x1cf)](_0x17026a(0xc1)),_0x4e6c76[_0x17026a(0x212)][_0x17026a(0x20c)](_0x17026a(0x167),new _0x5e60c1(_0x4e6c76,_0x5afee8,this[_0x17026a(0x1bc)])),this[_0x17026a(0x1cf)](_0x17026a(0x167));const _0x451ae2=_0x4e6c76[_0x17026a(0x23e)][_0x17026a(0xfc)](_0x17026a(0x1e9));this[_0x17026a(0x19d)](_0x451ae2,_0x17026a(0x18e),(_0x5394c4,{threadId:_0x4a345e})=>{const _0x4667b7=_0x17026a,_0x4f57c4=this[_0x4667b7(0x1bc)][_0x4667b7(0xfc)](_0x4a345e);_0x4f57c4&&_0x4f57c4[_0x4667b7(0x1ab)]&&0x1===_0x4f57c4[_0x4667b7(0x1ab)][_0x4667b7(0xef)]&&this[_0x4667b7(0xfb)](_0x4a345e,{'hasComments':!0x0});},{'priority':_0x17026a(0x22d)}),this[_0x17026a(0x19d)](_0x451ae2,_0x17026a(0x1ec),(_0x2739a8,{threadId:_0x470a1e})=>{const _0x7b7e7=_0x17026a,_0x386c3e=this[_0x7b7e7(0x1bc)][_0x7b7e7(0xfc)](_0x470a1e);_0x386c3e&&_0x386c3e[_0x7b7e7(0x1ab)]&&!_0x386c3e[_0x7b7e7(0x1ab)][_0x7b7e7(0xef)]&&this[_0x7b7e7(0xfb)](_0x470a1e,{'hasComments':!0x1});},{'priority':_0x17026a(0x22d)});}set[_0x215229(0x187)](_0x2f53d8){const _0x441238=_0x215229;if(this[_0x441238(0x1ea)])throw new _0xc0d1d9(_0x441238(0x189),this);this[_0x441238(0x1ea)]=_0x2f53d8;}get[_0x215229(0x187)](){const _0xb2b81a=_0x215229;return this[_0xb2b81a(0x1ea)];}[_0x215229(0xe6)]({skipNotAttached:_0x39bd41=!0x1,toJSON:_0x3aa6dd=!0x1}={}){const _0x386768=_0x215229,_0x3b6938=[];for(const _0x5b97c6 of this[_0x386768(0x1bc)][_0x386768(0x17f)]())_0x39bd41&&!_0x5b97c6[_0x386768(0x1f7)]||_0x3b6938[_0x386768(0x203)](_0x5b97c6);return _0x3aa6dd?_0x3b6938[_0x386768(0xae)](_0x24d695=>_0x24d695[_0x386768(0x141)]()):_0x3b6938;}[_0x215229(0x20e)](_0x45b409){const _0x4f4fd8=_0x215229,_0x45dffd=this[_0x4f4fd8(0x1bc)][_0x4f4fd8(0xfc)](_0x45b409);if(!_0x45dffd)throw new _0xc0d1d9(_0x4f4fd8(0x13d),this);return _0x45dffd;}[_0x215229(0x100)](_0x137fb6){const _0xf46ca6=_0x215229;return this[_0xf46ca6(0x1bc)][_0xf46ca6(0x113)](_0x137fb6);}[_0x215229(0x155)](_0x2f0e0d){const _0x3d1922=_0x215229,{authorId:_0x1778ae,id:_0x4de890,attributes:_0x55d750}=_0x2f0e0d,[_0x48201c,_0x254330]=_0x2f0e0d[_0x3d1922(0xb0)][_0x3d1922(0x17d)](':'),_0x2457aa=this[_0x3d1922(0x1bc)][_0x3d1922(0xfc)](_0x4de890)||this[_0x3d1922(0x154)](_0x48201c,_0x254330,_0x4de890,_0x1778ae,_0x55d750);if(this[_0x3d1922(0x178)](_0x2457aa),this[_0x3d1922(0x225)](_0x2457aa,_0x48201c,_0x254330||null,_0x1778ae),_0x2457aa[_0x3d1922(0x173)]=_0x2f0e0d[_0x3d1922(0x173)],_0x2457aa[_0x3d1922(0x1fa)]=!0x0,_0x55d750&&_0x55d750[_0x3d1922(0xa7)]){const _0x3f9b54=_0x55d750[_0x3d1922(0xa7)],_0x1ca4d8=this[_0x3d1922(0xb4)](_0x3f9b54[_0x3d1922(0x1b2)]);_0x2457aa[_0x3d1922(0x1ce)]=_0x3f9b54[_0x3d1922(0x173)],_0x2457aa[_0x3d1922(0x1ee)]=_0x1ca4d8,_0x2457aa[_0x3d1922(0x18b)]=!0x0;}else _0x2457aa[_0x3d1922(0x1ce)]=_0x2f0e0d[_0x3d1922(0x173)];switch(_0x2f0e0d[_0x3d1922(0x1af)]&&(_0x2457aa[_0x3d1922(0x1af)]=_0x2f0e0d[_0x3d1922(0x1af)]),_0x2f0e0d[_0x3d1922(0x1ba)]&&(_0x2457aa[_0x3d1922(0x1ba)]=_0x2f0e0d[_0x3d1922(0x1ba)]),this[_0x3d1922(0x1ea)]&&this[_0x3d1922(0x1ea)][_0x3d1922(0xd2)]||(_0x2457aa[_0x3d1922(0x1c8)]=!0x0),this[_0x3d1922(0x110)][_0x3d1922(0xfc)](_0x2457aa)){case _0x3d1922(0x12a):this[_0x3d1922(0x110)][_0x3d1922(0xba)](_0x2457aa,_0x3d1922(0x1b3));break;case _0x3d1922(0x10b):_0x2457aa[_0x3d1922(0x1f7)]?(this[_0x3d1922(0x16a)](new Set([_0x2457aa])),this[_0x3d1922(0x19e)](new Set([_0x2457aa])),this[_0x3d1922(0x110)][_0x3d1922(0xba)](_0x2457aa,_0x3d1922(0x134)),this[_0x3d1922(0x1e2)](_0x3d1922(0x14d),_0x2457aa)):this[_0x3d1922(0x110)][_0x3d1922(0xba)](_0x2457aa,_0x3d1922(0xac));}return _0x2457aa;}[_0x215229(0x1cc)](_0x9a78bf){const _0x32f18a=_0x215229;this[_0x32f18a(0x215)](()=>{const _0x33dc57=_0x32f18a;this[_0x33dc57(0x158)][_0x33dc57(0x207)][_0x33dc57(0x1d5)](()=>{const _0x2a00bd=_0x33dc57;for(const _0x424450 of _0x9a78bf[_0x2a00bd(0x1fb)]())_0x424450[_0x2a00bd(0x1ae)]();});});}[_0x215229(0xa5)](_0x3e1ec5){const _0x5c8fda=_0x215229;this[_0x5c8fda(0x215)](()=>{const _0x5febd6=_0x5c8fda;this[_0x5febd6(0x158)][_0x5febd6(0x207)][_0x5febd6(0x1d5)](()=>{const _0x54f6ab=_0x5febd6;for(const _0x4c76d0 of _0x3e1ec5[_0x54f6ab(0x1fb)]())_0x4c76d0[_0x54f6ab(0x1f6)]();});});}[_0x215229(0x1cf)](_0x9a79c3,_0x2972cb){const _0x4c75af=_0x215229,_0x3a9fc9=this[_0x4c75af(0x158)][_0x4c75af(0x212)][_0x4c75af(0xfc)](_0x9a79c3);if(!_0x3a9fc9)throw new _0xc0d1d9(_0x4c75af(0x213),this,{'commandName':_0x9a79c3});if(this[_0x4c75af(0x193)][_0x4c75af(0x113)](_0x3a9fc9))throw new _0xc0d1d9(_0x4c75af(0x1b0),this,{'commandName':_0x9a79c3});this[_0x4c75af(0x193)][_0x4c75af(0x20c)](_0x3a9fc9),_0x2972cb&&_0x3a9fc9['on'](_0x4c75af(0x234),(_0x352e92,_0x5bd783)=>{const _0xa03bd0=_0x4c75af;this[_0xa03bd0(0xc4)][_0xa03bd0(0xc6)]&&(this[_0xa03bd0(0x1dc)]||(_0x5bd783[_0xa03bd0(0xef)]>0x0&&_0x5bd783[_0x5bd783[_0xa03bd0(0xef)]-0x1]&&_0x5bd783[_0x5bd783[_0xa03bd0(0xef)]-0x1][_0xa03bd0(0x215)]?_0x5bd783[_0xa03bd0(0x1e6)]():(_0x352e92[_0xa03bd0(0xea)]=_0x2972cb((..._0x33ced8)=>_0x3a9fc9[_0xa03bd0(0x234)](..._0x33ced8,{'forceDefaultExecution':!0x0}),..._0x5bd783),_0x352e92[_0xa03bd0(0x16d)]())));},{'priority':_0x4c75af(0x1bf)});}[_0x215229(0x215)](_0xd34647){const _0xb84f2c=_0x215229;let _0x4a7d68,_0x4c188c;const _0x4c693b=this[_0xb84f2c(0x1dc)];this[_0xb84f2c(0x1dc)]=!0x0;try{_0x4a7d68=_0xd34647();}catch(_0x4652b7){_0x4c188c=_0x4652b7;}return _0x4c693b||(this[_0xb84f2c(0x1dc)]=!0x1),_0x4c188c&&_0xc0d1d9[_0xb84f2c(0x227)](_0x4c188c,this),_0x4a7d68;}[_0x215229(0x185)](_0x38fe8c,_0x3a4a9b=null,_0x13d92f={}){const _0xc6afb9=_0x215229;if(_0x38fe8c[_0xc6afb9(0x1a4)])return null;const _0x372fed=this[_0xc6afb9(0x158)][_0xc6afb9(0x23e)][_0xc6afb9(0xfc)](_0xc6afb9(0x218))['me'];for(const {suggestion:_0x5e646b,meta:_0x246645}of this[_0xc6afb9(0xf6)](_0x38fe8c,_0xc6afb9(0x157)))if(_0x246645[_0xc6afb9(0x13b)]){if(!_0x246645[_0xc6afb9(0x1f5)]){if(_0x246645[_0xc6afb9(0x1d3)]){if(!this[_0xc6afb9(0x17a)]||!Lt(_0x5e646b,_0x13d92f))continue;return _0x5e646b;}if(Lt(_0x5e646b,_0x13d92f))return _0x5e646b;this[_0xc6afb9(0x1a3)](_0x5e646b,_0x38fe8c[_0xc6afb9(0x1ef)],_0x38fe8c[_0xc6afb9(0x9b)]);break;}if(_0x3a4a9b==_0x5e646b[_0xc6afb9(0xff)]&&Lt(_0x5e646b,_0x13d92f)){const _0x4ecafc=_0x5e646b[_0xc6afb9(0xf2)]();return _0x4ecafc[_0xc6afb9(0x1ef)][_0xc6afb9(0xee)](_0x38fe8c[_0xc6afb9(0x9b)])?this[_0xc6afb9(0x1fd)](_0x5e646b,this[_0xc6afb9(0x131)][_0xc6afb9(0x139)](_0x38fe8c[_0xc6afb9(0x1ef)],_0x4ecafc[_0xc6afb9(0x9b)])):this[_0xc6afb9(0x1fd)](_0x5e646b,this[_0xc6afb9(0x131)][_0xc6afb9(0x139)](_0x4ecafc[_0xc6afb9(0x1ef)],_0x38fe8c[_0xc6afb9(0x9b)])),_0x5e646b;}}const _0x39ec6a=_0x451c42(),_0x353c31=_0x372fed['id'],_0x2b84e2=_0x3a4a9b?_0xc6afb9(0x12e)+_0x3a4a9b:_0xc6afb9(0x157),_0x24ae5d=this[_0xc6afb9(0x103)]({'id':_0x39ec6a,'type':_0x2b84e2,'createdAt':new Date(),'authorId':_0x353c31,'attributes':_0x13d92f});return this[_0xc6afb9(0x180)](_0x2b84e2,_0x39ec6a,_0x353c31,_0x38fe8c),_0x24ae5d;}[_0x215229(0x164)](_0x1afad3,_0x71ffc8=_0x215229(0x236),_0xcd9d24={}){const _0x194868=_0x215229,_0x3b39d7=this[_0x194868(0x158)][_0x194868(0x23e)][_0x194868(0xfc)](_0x194868(0x218))['me'],_0x2d9d7e=this[_0x194868(0x92)][_0x194868(0x198)](_0x194868(0x157),_0x71ffc8,_0x194868(0xaa));for(const _0x420181 of this[_0x194868(0xe6)]())if(_0x420181[_0x194868(0x1ee)]['id']==_0x3b39d7['id']&&_0x194868(0x157)==_0x420181[_0x194868(0xb0)]&&_0x420181[_0x194868(0xff)]==_0x71ffc8&&Lt(_0x420181,_0xcd9d24)&&(_0x2d9d7e(_0x420181[_0x194868(0x229)](),_0x1afad3)||_0x2d9d7e(_0x1afad3,_0x420181[_0x194868(0x229)]()))){for(const _0x42b756 of _0x1afad3)_0x420181[_0x194868(0xe5)](_0x42b756);return _0x420181;}for(const {suggestion:_0x474ae7,meta:_0x1dbc58}of this[_0x194868(0xf6)](_0x1afad3,_0x194868(0x157))){if(!_0x1dbc58[_0x194868(0x13b)])continue;if(!this[_0x194868(0x17a)]&&_0x1dbc58[_0x194868(0x1d3)])continue;if(!Lt(_0x474ae7,_0xcd9d24))continue;let _0xc4a70=!0x0;for(const _0x9ddf0d of _0x474ae7[_0x194868(0x229)]())for(const _0x1cf6ef of _0x1afad3)if(!_0x9ddf0d[_0x194868(0x209)](_0x1cf6ef)){_0xc4a70=!0x1;break;}if(_0xc4a70)return _0x474ae7;}const _0x28b70e=_0x451c42(),_0x9fa047=_0x3b39d7['id'],_0x4f6d5f=_0x194868(0x12e)+_0x71ffc8,_0x4ca56a=this[_0x194868(0x103)]({'id':_0x28b70e,'type':_0x4f6d5f,'createdAt':new Date(),'authorId':_0x9fa047,'attributes':_0xcd9d24});for(const _0x50c6e5 of _0x1afad3)this[_0x194868(0x180)](_0x4f6d5f,_0x28b70e,_0x9fa047,_0x50c6e5,_0x32c8fc[_0x194868(0x171)]());return _0x4ca56a;}[_0x215229(0x11f)](_0x4d9d26,_0x5eb4ca,_0x3ea826=null,_0x36bbb9={}){const _0x2633d6=_0x215229;if(_0x3ea826=_0x3ea826||Vt(_0x5eb4ca),_0x4d9d26[_0x2633d6(0x1a4)])return null;if(_0x2633d6(0xa1)===this[_0x2633d6(0xa2)]){const _0x2fd995=this[_0x2633d6(0x92)][_0x2633d6(0x198)](_0x2633d6(0x11b),_0x3ea826,_0x2633d6(0x1ae));return this[_0x2633d6(0x215)](()=>_0x2fd995([_0x4d9d26],_0x5eb4ca,_0x36bbb9)),null;}const _0x56d8e9=this[_0x2633d6(0x158)][_0x2633d6(0x23e)][_0x2633d6(0xfc)](_0x2633d6(0x218))['me'],_0x17ef2d=[];if(_0x2633d6(0x181)!==this[_0x2633d6(0xa2)]){for(const {suggestion:_0x300375,meta:_0x1a5542}of this[_0x2633d6(0xf6)](_0x4d9d26,_0x2633d6(0x157)))_0x1a5542[_0x2633d6(0x13b)]&&!_0x1a5542[_0x2633d6(0x22a)]&&_0x17ef2d[_0x2633d6(0x203)](..._0x300375[_0x2633d6(0x229)]());}const _0x3291b6=function(_0x3d9807,_0x39655a){const _0x3146f7=_0x2633d6,_0x271fd6=[];for(const _0x3019be of _0x39655a){const _0x1def11=_0x3d9807[_0x3146f7(0x126)](_0x3019be);_0x1def11&&_0x271fd6[_0x3146f7(0x203)](_0x1def11);}return _0x271fd6;}(_0x4d9d26,_0x17ef2d),_0x4b45b4=function(_0x3f4bb7,_0x4dd7a4){const _0x1a8250=_0x2633d6,_0x3048e2=[_0x3f4bb7];for(const _0x26dd65 of _0x4dd7a4){let _0x5d6d24=0x0;for(;_0x5d6d24<_0x3048e2[_0x1a8250(0xef)];){const _0x590015=_0x3048e2[_0x5d6d24][_0x1a8250(0x125)](_0x26dd65);_0x3048e2[_0x1a8250(0x95)](_0x5d6d24,0x1,..._0x590015),_0x5d6d24+=_0x590015[_0x1a8250(0xef)];}}return _0x3048e2;}(_0x4d9d26,_0x17ef2d);_0x3291b6[_0x2633d6(0xef)]&&this[_0x2633d6(0x131)][_0x2633d6(0x1d5)](()=>{const _0x17f289=_0x2633d6;for(const _0x1f15f8 of _0x3291b6){const _0x25bd0f=this[_0x17f289(0x92)][_0x17f289(0x198)](_0x17f289(0x11b),_0x3ea826,_0x17f289(0x1ae));this[_0x17f289(0x215)](()=>_0x25bd0f([_0x1f15f8],_0x5eb4ca,_0x36bbb9));}});for(const _0x516cc6 of _0x4b45b4){let _0x4ed09f=null,_0x18d2d9=_0x516cc6[_0x2633d6(0x1ef)],_0x578297=_0x516cc6[_0x2633d6(0x9b)];for(const {suggestion:_0x5c336c,meta:_0x5c50b8}of this[_0x2633d6(0xf6)](_0x516cc6,_0x2633d6(0x11b))){if(!_0x5c50b8[_0x2633d6(0x13b)])continue;if(_0x5c336c[_0x2633d6(0xff)]!=_0x3ea826)continue;if(!Lt(_0x5c336c,_0x36bbb9))continue;const _0x213339=_0x5c336c[_0x2633d6(0xf2)]();if(_0x213339[_0x2633d6(0x209)](_0x516cc6,!0x0))return null;_0x18d2d9=_0x18d2d9[_0x2633d6(0x223)](_0x213339[_0x2633d6(0x1ef)])?_0x18d2d9:_0x213339[_0x2633d6(0x1ef)],_0x578297=_0x578297[_0x2633d6(0x1e1)](_0x213339[_0x2633d6(0x9b)])?_0x578297:_0x213339[_0x2633d6(0x9b)],_0x4ed09f?_0x213339[_0x2633d6(0x1ef)][_0x2633d6(0x223)](_0x4ed09f[_0x2633d6(0xf2)]()[_0x2633d6(0x1ef)])?(_0x4ed09f[_0x2633d6(0x150)](),_0x4ed09f=_0x5c336c):_0x5c336c[_0x2633d6(0x150)]():_0x4ed09f=_0x5c336c;}const _0x439935=this[_0x2633d6(0x131)][_0x2633d6(0x139)](_0x18d2d9,_0x578297);if(_0x4ed09f)this[_0x2633d6(0x1fd)](_0x4ed09f,_0x439935);else{const _0x4fbd6d=_0x451c42(),_0x17fab4=_0x56d8e9['id'];this[_0x2633d6(0x103)]({'id':_0x4fbd6d,'type':_0x2633d6(0x162)+_0x3ea826,'data':_0x5eb4ca,'createdAt':new Date(),'authorId':_0x17fab4,'attributes':_0x36bbb9}),this[_0x2633d6(0x180)](_0x2633d6(0x162)+_0x3ea826,_0x4fbd6d,_0x17fab4,_0x439935);}}return null;}[_0x215229(0x1b6)](_0x5e6a46,_0x363366,_0x3eb527=[],_0x1ccfc2=null,_0xc5762d={}){const _0x28f666=_0x215229;_0x363366[_0x28f666(0x99)]||(_0x363366[_0x28f666(0x99)]=_0x363366[_0x28f666(0x12d)]),_0x363366[_0x28f666(0x197)]=_0x5e6a46['is'](_0x28f666(0x214)),_0x1ccfc2=_0x1ccfc2||Vt(_0x363366);const _0x5524b1=_0x3eb527[_0x28f666(0xae)](_0x333adb=>Gt(_0x333adb,this[_0x28f666(0x131)])),_0x1d6c1e=_0x5e6a46['is'](_0x28f666(0x214))?_0x5e6a46:Gt(_0x5e6a46,this[_0x28f666(0x131)]);if(_0x28f666(0xa1)===this[_0x28f666(0xa2)]){const _0xad8048=this[_0x28f666(0x92)][_0x28f666(0x198)](_0x28f666(0x1dd),_0x1ccfc2,_0x28f666(0x1ae));return this[_0x28f666(0x215)](()=>_0xad8048([_0x1d6c1e],_0x363366,_0xc5762d)),null;}_0x5524b1[_0x28f666(0x203)](_0x1d6c1e);let _0x5578b1=!0x0;for(const _0x48ae0e of _0x5524b1)if(!this[_0x28f666(0x10c)](_0x48ae0e)){_0x5578b1=!0x1;break;}if(_0x5578b1&&_0x28f666(0x181)!==this[_0x28f666(0xa2)]){const _0x2c9d69=this[_0x28f666(0x92)][_0x28f666(0x198)](_0x28f666(0x1dd),_0x1ccfc2,_0x28f666(0x1ae));return this[_0x28f666(0x215)](()=>_0x2c9d69([_0x1d6c1e],_0x363366,_0xc5762d)),null;}let _0xa78753=null,_0x2c758f=_0x1d6c1e[_0x28f666(0x1ef)],_0x18b2e8=_0x1d6c1e[_0x28f666(0x9b)];for(const {suggestion:_0x565620,meta:_0x50a762}of this[_0x28f666(0xf6)](_0x1d6c1e,_0x28f666(0x1dd))){if(!_0x50a762[_0x28f666(0x13b)])continue;if(_0x50a762[_0x28f666(0x1f5)]||_0x50a762[_0x28f666(0x1d3)]||_0x50a762[_0x28f666(0x22a)])continue;if(_0x565620[_0x28f666(0x1af)][_0x28f666(0x99)]!=_0x363366[_0x28f666(0x99)])continue;if(!Lt(_0x565620,_0xc5762d))continue;const _0x299709=_0x565620[_0x28f666(0xf2)]();if(_0x565620[_0x28f666(0xff)]==_0x1ccfc2){if(_0x299709[_0x28f666(0x209)](_0x1d6c1e,!0x0))return null;_0x2c758f=_0x2c758f[_0x28f666(0x223)](_0x299709[_0x28f666(0x1ef)])?_0x2c758f:_0x299709[_0x28f666(0x1ef)],_0x18b2e8=_0x18b2e8[_0x28f666(0x1e1)](_0x299709[_0x28f666(0x9b)])?_0x18b2e8:_0x299709[_0x28f666(0x9b)],_0xa78753?_0x299709[_0x28f666(0x1ef)][_0x28f666(0x223)](_0xa78753[_0x28f666(0xf2)]()[_0x28f666(0x1ef)])?(_0xa78753[_0x28f666(0x150)](),_0xa78753=_0x565620):_0x565620[_0x28f666(0x150)]():_0xa78753=_0x565620;}else{const _0x24c1ba=_0x1d6c1e[_0x28f666(0x126)](_0x299709);this[_0x28f666(0x186)](_0x565620,_0x24c1ba);}}const _0x37f0c4=this[_0x28f666(0x158)][_0x28f666(0x23e)][_0x28f666(0xfc)](_0x28f666(0x218))['me'],_0x228437=_0x451c42(),_0x57ca55=_0x37f0c4['id'];if(_0xa78753)return this[_0x28f666(0x1fd)](_0xa78753,this[_0x28f666(0x131)][_0x28f666(0x139)](_0x2c758f,_0x18b2e8)),_0xa78753;{const _0xc8b61=this[_0x28f666(0x103)]({'id':_0x228437,'type':_0x28f666(0xbd)+_0x1ccfc2,'data':_0x363366,'createdAt':new Date(),'authorId':_0x57ca55,'attributes':_0xc5762d});return this[_0x28f666(0x180)](_0x28f666(0xbd)+_0x1ccfc2,_0x228437,_0x57ca55,this[_0x28f666(0x131)][_0x28f666(0x139)](_0x2c758f,_0x18b2e8)),_0xc8b61;}}[_0x215229(0xdc)](_0x4d01f7,_0x574c8c,_0x1a96a0=[],_0x7cb097=null,_0x6bc54f={}){const _0xbbbc04=_0x215229;_0x574c8c[_0xbbbc04(0x99)]||(_0x574c8c[_0xbbbc04(0x99)]=_0x574c8c[_0xbbbc04(0x12d)]);const _0x1abbe2=_0x4d01f7[0x0];_0x574c8c[_0xbbbc04(0x197)]=_0x1abbe2['is'](_0xbbbc04(0x214)),_0x7cb097=_0x7cb097||Vt(_0x574c8c);const _0x2524b4=_0x1a96a0[_0xbbbc04(0xae)](_0x4a2041=>Gt(_0x4a2041,this[_0xbbbc04(0x131)])),_0x49628d=_0x1abbe2['is'](_0xbbbc04(0x214))?_0x4d01f7:_0x4d01f7[_0xbbbc04(0xae)](_0x297857=>Gt(_0x297857,this[_0xbbbc04(0x131)]));if(_0xbbbc04(0xa1)===this[_0xbbbc04(0xa2)]){const _0x3dd747=this[_0xbbbc04(0x92)][_0xbbbc04(0x198)](_0xbbbc04(0x1dd),_0x7cb097,_0xbbbc04(0x1ae));return this[_0xbbbc04(0x215)](()=>_0x3dd747(_0x49628d,_0x574c8c,_0x6bc54f)),null;}_0x2524b4[_0xbbbc04(0x203)](..._0x49628d);let _0x445a49=!0x0;for(const _0x2a30e2 of _0x2524b4)if(!this[_0xbbbc04(0x10c)](_0x2a30e2)){_0x445a49=!0x1;break;}if(_0x445a49&&_0xbbbc04(0x181)!==this[_0xbbbc04(0xa2)]){const _0x2480df=this[_0xbbbc04(0x92)][_0xbbbc04(0x198)](_0xbbbc04(0x1dd),_0x7cb097,_0xbbbc04(0x1ae));return this[_0xbbbc04(0x215)](()=>_0x2480df(_0x49628d,_0x574c8c,_0x6bc54f)),null;}const _0x40de2c=this[_0xbbbc04(0x158)][_0xbbbc04(0x23e)][_0xbbbc04(0xfc)](_0xbbbc04(0x218))['me'];for(const _0x1948a3 of this[_0xbbbc04(0xe6)]()){if(_0x1948a3[_0xbbbc04(0x1ee)]['id']!=_0x40de2c['id'])continue;if(_0xbbbc04(0x1dd)!=_0x1948a3[_0xbbbc04(0xb0)]||_0x1948a3[_0xbbbc04(0x1af)][_0xbbbc04(0x99)]!=_0x574c8c[_0xbbbc04(0x99)])continue;if(!Lt(_0x1948a3,_0x6bc54f))continue;const _0x10b46c=_0x1948a3[_0xbbbc04(0xff)]==_0x7cb097;for(let _0x3efc72=0x0;_0x3efc72<_0x49628d[_0xbbbc04(0xef)];_0x3efc72++){const _0x5a4a30=_0x49628d[_0x3efc72];for(const _0x11ac4c of _0x1948a3[_0xbbbc04(0xcd)]()){const _0x1f8935=_0x11ac4c[_0xbbbc04(0x1d2)]();if(_0x5a4a30[_0xbbbc04(0xee)](_0x1f8935)){_0x10b46c?(_0x49628d[_0xbbbc04(0x95)](_0x3efc72,0x1),_0x3efc72--):_0x1948a3[_0xbbbc04(0xc2)](_0x11ac4c[_0xbbbc04(0x23d)]);break;}}}}if(0x0==_0x49628d[_0xbbbc04(0xef)])return null;const _0x22aa41=this[_0xbbbc04(0x92)][_0xbbbc04(0x198)](_0xbbbc04(0x1dd),_0x7cb097,_0xbbbc04(0xaa));for(const _0x4a415c of this[_0xbbbc04(0xe6)]())if(_0x4a415c[_0xbbbc04(0x1ee)]['id']==_0x40de2c['id']&&_0xbbbc04(0x1dd)==_0x4a415c[_0xbbbc04(0xb0)]&&_0x4a415c[_0xbbbc04(0x1af)][_0xbbbc04(0x99)]==_0x574c8c[_0xbbbc04(0x99)]&&_0x4a415c[_0xbbbc04(0xff)]==_0x7cb097&&Lt(_0x4a415c,_0x6bc54f)&&(_0x22aa41(_0x4a415c[_0xbbbc04(0x229)](),_0x49628d)||_0x22aa41(_0x49628d,_0x4a415c[_0xbbbc04(0x229)]()))){for(const _0x18428f of _0x49628d)_0x4a415c[_0xbbbc04(0xe5)](_0x18428f);return _0x4a415c;}const _0x22fe79=_0x451c42(),_0x5aabc2=_0x40de2c['id'],_0x16fba3=_0xbbbc04(0xbd)+_0x7cb097,_0x424231=this[_0xbbbc04(0x103)]({'id':_0x22fe79,'type':_0x16fba3,'data':_0x574c8c,'createdAt':new Date(),'authorId':_0x5aabc2,'attributes':_0x6bc54f});for(const _0x4040e1 of _0x49628d)this[_0xbbbc04(0x180)](_0x16fba3,_0x22fe79,_0x5aabc2,_0x4040e1,_0x32c8fc[_0xbbbc04(0x171)]());return _0x424231;}[_0x215229(0x14a)](_0x4a0d67,_0x1c0d75=null,_0xaf53e={}){const _0x5d7bd1=_0x215229;if(_0x4a0d67[_0x5d7bd1(0x1a4)])return null;const _0x149b84=this[_0x5d7bd1(0x158)][_0x5d7bd1(0x23e)][_0x5d7bd1(0xfc)](_0x5d7bd1(0x218))['me'],_0x12192b=new _0x514b00(_0x4a0d67[_0x5d7bd1(0x1ef)],_0x4a0d67[_0x5d7bd1(0x9b)]);for(const {suggestion:_0x362d81,meta:_0x4efe45}of this[_0x5d7bd1(0xf6)](_0x12192b,_0x5d7bd1(0x157)))if(_0x4efe45[_0x5d7bd1(0x13b)]&&!_0x4efe45[_0x5d7bd1(0x1f5)]){if(_0x362d81[_0x5d7bd1(0xce)]){const _0x328f0a=_0x362d81[_0x5d7bd1(0x229)]()[_0x5d7bd1(0x15e)](_0x476278=>_0x5d7bd1(0xc9)!=_0x476278[_0x5d7bd1(0x1df)][_0x5d7bd1(0xa3)]);_0x328f0a[_0x5d7bd1(0x23a)](_0x4e4eb6=>_0x12192b[_0x5d7bd1(0x209)](_0x4e4eb6,!0x0))&&_0x362d81[_0x5d7bd1(0x1f6)]();if(_0x328f0a[_0x5d7bd1(0xcf)](_0x539ebb=>_0x539ebb[_0x5d7bd1(0x209)](_0x12192b,!0x0))){const _0x334c5c=this[_0x5d7bd1(0x92)][_0x5d7bd1(0x198)](_0x5d7bd1(0xd3),_0x1c0d75,_0x5d7bd1(0x1ae));return this[_0x5d7bd1(0x215)](()=>_0x334c5c([_0x12192b],null,_0xaf53e)),null;}}else{const _0x9326a3=_0x12192b[_0x5d7bd1(0x126)](_0x362d81[_0x5d7bd1(0xf2)]());null!==_0x9326a3&&_0x362d81[_0x5d7bd1(0x21c)]([_0x9326a3],null,_0xaf53e);}}if(_0x12192b[_0x5d7bd1(0x9d)](),_0x12192b[_0x5d7bd1(0x1a4)]||_0x5d7bd1(0xc9)==_0x12192b[_0x5d7bd1(0x1df)][_0x5d7bd1(0xa3)])return null;let _0x4db3ce=null,_0x4df0ad=_0x12192b[_0x5d7bd1(0x1ef)],_0x25137d=_0x12192b[_0x5d7bd1(0x9b)];const _0x19fc3d=this[_0x5d7bd1(0xf6)](_0x12192b,_0x5d7bd1(0xd3));for(const {suggestion:_0x46cee7,meta:_0x5f43d9}of _0x19fc3d){const _0x2d3d3e=this[_0x5d7bd1(0x131)][_0x5d7bd1(0x139)](_0x4df0ad,_0x25137d);if(_0x5f43d9[_0x5d7bd1(0x13b)]&&(this[_0x5d7bd1(0x17a)]||!_0x5f43d9[_0x5d7bd1(0x1d3)]&&!_0x5f43d9[_0x5d7bd1(0x22a)])){if(_0x46cee7[_0x5d7bd1(0xce)]){if(!Lt(_0x46cee7,_0xaf53e))continue;let _0x16aa4d=!0x0;for(const _0x34949f of _0x46cee7[_0x5d7bd1(0x229)]()){if(_0x34949f[_0x5d7bd1(0x209)](_0x2d3d3e,!0x0))return _0x46cee7;_0x2d3d3e[_0x5d7bd1(0x209)](_0x34949f)||(_0x16aa4d=!0x1);}_0x16aa4d&&_0x46cee7[_0x5d7bd1(0x1f6)]();}else{const _0xf0d8f6=_0x46cee7[_0x5d7bd1(0xf2)]();if(_0xf0d8f6[_0x5d7bd1(0x209)](_0x2d3d3e,!0x0))return _0x46cee7;if(!Lt(_0x46cee7,_0xaf53e)){_0x2d3d3e[_0x5d7bd1(0x209)](_0xf0d8f6)?_0x46cee7[_0x5d7bd1(0x150)]():_0xf0d8f6[_0x5d7bd1(0xc0)](_0x4df0ad)?_0x4df0ad=_0xf0d8f6[_0x5d7bd1(0x9b)]:_0xf0d8f6[_0x5d7bd1(0xc0)](_0x25137d)&&(_0x25137d=_0xf0d8f6[_0x5d7bd1(0x1ef)]);continue;}_0x4df0ad=_0x4df0ad[_0x5d7bd1(0x223)](_0xf0d8f6[_0x5d7bd1(0x1ef)])?_0x4df0ad:_0xf0d8f6[_0x5d7bd1(0x1ef)],_0x25137d=_0x25137d[_0x5d7bd1(0x1e1)](_0xf0d8f6[_0x5d7bd1(0x9b)])?_0x25137d:_0xf0d8f6[_0x5d7bd1(0x9b)],_0xaf53e=Object[_0x5d7bd1(0x1c0)]({},_0x46cee7[_0x5d7bd1(0x1ba)]),_0x4db3ce?_0xf0d8f6[_0x5d7bd1(0x1ef)][_0x5d7bd1(0x223)](_0x4db3ce[_0x5d7bd1(0xf2)]()[_0x5d7bd1(0x1ef)])?(_0x4db3ce[_0x5d7bd1(0x150)](),_0x4db3ce=_0x46cee7):_0x46cee7[_0x5d7bd1(0x150)]():_0x4db3ce=_0x46cee7;}}}if(_0x4db3ce)return this[_0x5d7bd1(0x1fd)](_0x4db3ce,this[_0x5d7bd1(0x131)][_0x5d7bd1(0x139)](_0x4df0ad,_0x25137d)),_0x4db3ce;{const _0x2a1f00=_0x451c42(),_0x4a1736=this[_0x5d7bd1(0x131)][_0x5d7bd1(0x139)](_0x4df0ad,_0x25137d),_0x20cff4=_0x149b84['id'],_0x2272d1=_0x1c0d75?_0x5d7bd1(0x1bd)+_0x1c0d75:_0x5d7bd1(0xd3),_0x33b5e5=this[_0x5d7bd1(0x103)]({'id':_0x2a1f00,'type':_0x2272d1,'createdAt':new Date(),'authorId':_0x20cff4,'attributes':_0xaf53e});return this[_0x5d7bd1(0x180)](_0x2272d1,_0x2a1f00,_0x20cff4,_0x4a1736),_0x33b5e5;}}[_0x215229(0xf1)](_0x201ad2,_0x35c81d=_0x215229(0x236),_0x26edfd={}){const _0x1fd3c1=_0x215229,_0x369da4=this[_0x1fd3c1(0x158)][_0x1fd3c1(0x23e)][_0x1fd3c1(0xfc)](_0x1fd3c1(0x218))['me'],_0x1062a6=_0x201ad2[_0x1fd3c1(0xae)](_0x4fb67d=>new _0x514b00(_0x4fb67d[_0x1fd3c1(0x1ef)],_0x4fb67d[_0x1fd3c1(0x9b)])),_0x67ded1=new Set();for(const {suggestion:_0x4b9e4d,meta:_0x3bebf4}of this[_0x1fd3c1(0xf6)](_0x1062a6,_0x1fd3c1(0x157)))_0x3bebf4[_0x1fd3c1(0x13b)]&&!_0x3bebf4[_0x1fd3c1(0x1f5)]&&_0x67ded1[_0x1fd3c1(0x20c)](_0x4b9e4d);for(const _0x5814e4 of _0x67ded1)if(_0x5814e4[_0x1fd3c1(0xce)]){const _0x6773f9=_0x5814e4[_0x1fd3c1(0x229)]();(!_0x5814e4[_0x1fd3c1(0x1ba)]||!_0x5814e4[_0x1fd3c1(0x1ba)][_0x1fd3c1(0xbf)])&&(_0x6773f9[_0x1fd3c1(0x23a)](_0x3046b5=>_0x1062a6[_0x1fd3c1(0xcf)](_0x5379e9=>_0x5379e9[_0x1fd3c1(0x209)](_0x3046b5,!0x0)))&&_0x5814e4[_0x1fd3c1(0x1f6)]());if(_0x1062a6[_0x1fd3c1(0x23a)](_0x481a0c=>_0x6773f9[_0x1fd3c1(0xcf)](_0x3ebec6=>_0x3ebec6[_0x1fd3c1(0x209)](_0x481a0c,!0x0)))){const _0x5e1090=this[_0x1fd3c1(0x92)][_0x1fd3c1(0x198)](_0x1fd3c1(0xd3),_0x35c81d,_0x1fd3c1(0x1ae));return this[_0x1fd3c1(0x215)](()=>_0x5e1090(_0x201ad2,null,_0x26edfd)),null;}}else{const _0x282aec=_0x5814e4[_0x1fd3c1(0xf2)]();_0x1062a6[_0x1fd3c1(0xcf)](_0x5e8d4a=>_0x5e8d4a[_0x1fd3c1(0x209)](_0x282aec,!0x0))&&_0x5814e4[_0x1fd3c1(0x1f6)]();if(_0x1062a6[_0x1fd3c1(0x23a)](_0xb69d9d=>_0x282aec[_0x1fd3c1(0x209)](_0xb69d9d,!0x0))){const _0x3127f1=this[_0x1fd3c1(0x92)][_0x1fd3c1(0x198)](_0x1fd3c1(0xd3),_0x35c81d,_0x1fd3c1(0x1ae));return this[_0x1fd3c1(0x215)](()=>_0x3127f1(_0x1062a6,null,_0x26edfd)),null;}}const _0x537405=this[_0x1fd3c1(0x92)][_0x1fd3c1(0x198)](_0x1fd3c1(0xd3),_0x35c81d,_0x1fd3c1(0xaa));let _0x5ec7e6=null;for(const _0x1bcd3d of this[_0x1fd3c1(0xe6)]())if(_0x1bcd3d[_0x1fd3c1(0x1ee)]['id']==_0x369da4['id']&&_0x1bcd3d[_0x1fd3c1(0x1f7)]&&_0x1fd3c1(0xd3)==_0x1bcd3d[_0x1fd3c1(0xb0)]&&_0x1bcd3d[_0x1fd3c1(0xff)]==_0x35c81d&&Lt(_0x1bcd3d,_0x26edfd)&&(_0x537405(_0x1bcd3d[_0x1fd3c1(0x229)](),_0x1062a6)||_0x537405(_0x1062a6,_0x1bcd3d[_0x1fd3c1(0x229)]()))){if(_0x5ec7e6){if(_0x1bcd3d[_0x1fd3c1(0x1ab)]&&_0x1bcd3d[_0x1fd3c1(0x1ab)][_0x1fd3c1(0xef)])continue;for(const _0x5c3ec1 of _0x1bcd3d[_0x1fd3c1(0x229)]())_0x5ec7e6[_0x1fd3c1(0x17b)](_0x5c3ec1)||_0x5ec7e6[_0x1fd3c1(0xe5)](_0x5c3ec1);_0x1bcd3d[_0x1fd3c1(0x150)]();}else{_0x5ec7e6=_0x1bcd3d;for(const _0x1812b9 of _0x1062a6)_0x1bcd3d[_0x1fd3c1(0x17b)](_0x1812b9)||_0x1bcd3d[_0x1fd3c1(0xe5)](_0x1812b9);}}if(_0x5ec7e6)return _0x5ec7e6;_0x67ded1[_0x1fd3c1(0x140)]();for(const {suggestion:_0x2a7381,meta:_0x47ab88}of this[_0x1fd3c1(0xf6)](_0x1062a6,_0x1fd3c1(0xd3)))_0x47ab88[_0x1fd3c1(0x13b)]&&(this[_0x1fd3c1(0x17a)]||!_0x47ab88[_0x1fd3c1(0x1d3)]&&!_0x47ab88[_0x1fd3c1(0x22a)])&&Lt(_0x2a7381,_0x26edfd)&&_0x67ded1[_0x1fd3c1(0x20c)](_0x2a7381);for(const _0x666085 of _0x67ded1){const _0xf8df0b=_0x666085[_0x1fd3c1(0x229)]();if(!_0x26edfd||!_0x26edfd[_0x1fd3c1(0xbf)]){if(_0x1062a6[_0x1fd3c1(0x23a)](_0x1f0ffa=>_0xf8df0b[_0x1fd3c1(0xcf)](_0x39f89b=>_0x39f89b[_0x1fd3c1(0x209)](_0x1f0ffa,!0x0))))return _0x666085;}(!_0x666085[_0x1fd3c1(0x1ba)]||!_0x666085[_0x1fd3c1(0x1ba)][_0x1fd3c1(0xbf)])&&(_0xf8df0b[_0x1fd3c1(0x23a)](_0x1bd52b=>_0x1062a6[_0x1fd3c1(0xcf)](_0x33bb84=>_0x33bb84[_0x1fd3c1(0x209)](_0x1bd52b,!0x0)))&&_0x666085[_0x1fd3c1(0x1f6)]());}const _0x4a38cc=_0x451c42(),_0x54dd02=_0x369da4['id'],_0x19a0c5=_0x1fd3c1(0x1bd)+_0x35c81d,_0x217b68=this[_0x1fd3c1(0x103)]({'id':_0x4a38cc,'type':_0x19a0c5,'createdAt':new Date(),'authorId':_0x54dd02,'attributes':_0x26edfd});for(const _0x470106 of _0x1062a6)_0x470106[_0x1fd3c1(0x9d)](),_0x470106[_0x1fd3c1(0x1a4)]||_0x1fd3c1(0xc9)==_0x470106[_0x1fd3c1(0x1df)][_0x1fd3c1(0xa3)]||this[_0x1fd3c1(0x180)](_0x19a0c5,_0x4a38cc,_0x54dd02,_0x470106,_0x32c8fc[_0x1fd3c1(0x171)]());return _0x217b68;}[_0x215229(0x1f2)](_0x4b79b0,_0x47e57d,_0x39fc90,_0x480954,_0xc44d45){const _0x1299c4=_0x215229;if(_0x4b79b0[_0x1299c4(0x1a4)])return[];if(_0x1299c4(0xa1)===this[_0x1299c4(0xa2)])return[];const _0x1247d0=this[_0x1299c4(0x158)][_0x1299c4(0x23e)][_0x1299c4(0xfc)](_0x1299c4(0x218))['me']['id'],_0x1b829b=Array[_0x1299c4(0x184)](this[_0x1299c4(0x1bc)][_0x1299c4(0x17f)]())[_0x1299c4(0x15e)](_0x3fd654=>_0x1299c4(0x121)==_0x3fd654[_0x1299c4(0xb0)]&&_0x3fd654[_0x1299c4(0x1af)][_0x1299c4(0xec)]==_0x47e57d&&_0x3fd654[_0x1299c4(0x17b)](_0x4b79b0));if(_0x1299c4(0xbc)===this[_0x1299c4(0xa2)]){const _0x2b853f=this[_0x1299c4(0xf6)](_0x4b79b0,_0x1299c4(0x157))[_0x1299c4(0x15e)](({meta:_0x39900d})=>_0x39900d[_0x1299c4(0x13b)]&&!_0x39900d[_0x1299c4(0x22a)]&&!_0x39900d[_0x1299c4(0x1f5)])[_0x1299c4(0xae)](({suggestion:_0x19f088})=>_0x19f088);_0x1b829b[_0x1299c4(0x14b)](..._0x2b853f);}const _0x5c6d65=new Map([[_0x4b79b0,_0x39fc90]]);for(const _0x5e55a3 of _0x1b829b){const _0x1c3e3a=_0x1299c4(0x121)==_0x5e55a3[_0x1299c4(0xb0)]?_0x5e55a3[_0x1299c4(0x1af)][_0x1299c4(0x108)]:void 0x0,_0x5abbe9=_0x5e55a3[_0x1299c4(0xf2)](),_0x18276c=Array[_0x1299c4(0x184)](_0x5c6d65[_0x1299c4(0x133)]())[_0x1299c4(0x149)](_0x16861d=>_0x16861d[_0x1299c4(0xb3)](_0x5abbe9));if(!_0x18276c)continue;const _0x231da6=_0x18276c[_0x1299c4(0x125)](_0x5abbe9);this[_0x1299c4(0x21e)](_0x47e57d)&&_0x1299c4(0x157)==_0x5e55a3[_0x1299c4(0xb0)]&&0x0!=_0x231da6[_0x1299c4(0xef)]||(_0x5c6d65[_0x1299c4(0x1b7)](_0x18276c),_0x231da6[_0x1299c4(0x166)](_0x461181=>{const _0x108793=_0x1299c4;_0x5c6d65[_0x108793(0xba)](_0x461181,_0x39fc90);}),_0x1299c4(0x157)!=_0x5e55a3[_0x1299c4(0xb0)]&&_0x1c3e3a!=_0x480954&&_0x5c6d65[_0x1299c4(0xba)](_0x18276c[_0x1299c4(0x126)](_0x5abbe9),_0x1c3e3a));}const _0x1b9d56=[];for(const [_0x2bba45,_0x25ae15]of _0x5c6d65){const _0x1b2597=_0x451c42(),_0x5b5d6c={'key':_0x47e57d,'oldValue':_0x25ae15,'newValue':_0x480954};_0x47e57d[_0x1299c4(0xef)]>0x25&&console[_0x1299c4(0xf3)](_0x1299c4(0x1f3),{'key':_0x47e57d});const _0x3df287=(_0x1299c4(0x9a)+(_0x47e57d+'|'+Vt({'newValue':_0x480954})))[_0x1299c4(0x202)](0x0,0x3c),_0x3d0b56=this[_0x1299c4(0x103)]({'id':_0x1b2597,'type':_0x3df287,'data':_0x5b5d6c,'createdAt':new Date(),'authorId':_0x1247d0,'attributes':_0xc44d45});_0x1b9d56[_0x1299c4(0x203)](_0x3d0b56),this[_0x1299c4(0x180)](_0x3df287,_0x1b2597,_0x1247d0,_0x2bba45);}return _0x1b9d56;}[_0x215229(0x13c)](_0x13ec1c){const _0x56bfc9=_0x215229;this[_0x56bfc9(0xa9)][_0x56bfc9(0x20c)](_0x13ec1c);}[_0x215229(0x1b4)](_0x586419){const _0x51c597=_0x215229;this[_0x51c597(0x210)][_0x51c597(0x20c)](_0x586419);}[_0x215229(0x22f)](_0x444880,_0x3a7899=[],_0x4dcc2d=[]){const _0x49b831=_0x215229;this[_0x49b831(0x1cf)](_0x444880,(_0x2c544b,..._0x150941)=>{const _0x223063=_0x49b831;this[_0x223063(0x1e7)](()=>{_0x2c544b(..._0x150941);});});for(const _0x2d9cb8 of _0x3a7899)this[_0x49b831(0x1b4)](_0x2d9cb8);for(const _0x2aa9ec of _0x4dcc2d)this[_0x49b831(0x13c)](_0x2aa9ec);}[_0x215229(0x1e3)](_0x172cd3){const _0x5b6476=_0x215229;return _0x5b6476(0x121)==_0x172cd3[_0x5b6476(0xb0)]?_0x172cd3[_0x5b6476(0xff)][_0x5b6476(0x17d)]('|')[0x0]:null;}[_0x215229(0x1fd)](_0x18c3e8,_0x2b143c){const _0x364b72=_0x215229,_0x211f93=_0x18c3e8[_0x364b72(0x1ff)]();this[_0x364b72(0x131)][_0x364b72(0x1d5)](_0x5b4e63=>{const _0xe04b04=_0x364b72;_0x5b4e63[_0xe04b04(0x15c)](_0x211f93,{'range':_0x2b143c});});}[_0x215229(0x178)](_0x1c0bcc){const _0x483a5d=_0x215229,_0x1d6507=_0x1c0bcc['id'],_0x1bc526=this[_0x483a5d(0x158)][_0x483a5d(0x188)][_0x483a5d(0xfc)](_0x483a5d(0x119));this[_0x483a5d(0x230)][_0x483a5d(0xe7)](_0x1d6507)||this[_0x483a5d(0x230)][_0x483a5d(0x216)]({'channelId':_0x1bc526,'threadId':_0x1d6507,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x36d6fa=this[_0x483a5d(0x230)][_0x483a5d(0x228)](_0x1d6507);_0x36d6fa[_0x483a5d(0x16f)](_0x483a5d(0x106)),_0x36d6fa[_0x483a5d(0x106)]=!0x1,_0x1c0bcc[_0x483a5d(0x1ab)]=_0x36d6fa;}[_0x215229(0x225)](_0xe73017,_0x3b85c1,_0x3ad5aa,_0x25a198){const _0x5725e8=_0x215229;if(_0xe73017[_0x5725e8(0xb0)]!=_0x3b85c1||_0xe73017[_0x5725e8(0xff)]!=_0x3ad5aa||_0xe73017[_0x5725e8(0x182)]['id']!=_0x25a198)throw this[_0x5725e8(0x158)][_0x5725e8(0x206)](_0x5725e8(0x174)),new _0xc0d1d9(_0x5725e8(0x174),this);}[_0x215229(0x186)](_0x438899,_0x3334bb){const _0x432b25=_0x215229,_0x27911c=_0x438899[_0x432b25(0xf2)]();if(_0x3334bb[_0x432b25(0xee)](_0x27911c))_0x438899[_0x432b25(0x150)]();else{if(_0x27911c[_0x432b25(0x209)](_0x3334bb)){const _0x20734d=this[_0x432b25(0x131)][_0x432b25(0x127)](_0x3334bb[_0x432b25(0x1ef)][_0x432b25(0x194)],_0x432b25(0x9b));this[_0x432b25(0x1fd)](_0x438899,this[_0x432b25(0x131)][_0x432b25(0x139)](_0x27911c[_0x432b25(0x1ef)],_0x20734d));const _0x37e9fd=_0x451c42(),_0x580560=_0x438899[_0x432b25(0x182)]['id'],_0x34841f=_0x438899[_0x432b25(0xb0)]+':'+_0x438899[_0x432b25(0xff)];this[_0x432b25(0x103)]({'id':_0x37e9fd,'type':_0x34841f,'createdAt':new Date(),'authorId':_0x580560,'data':_0x438899[_0x432b25(0x1af)],'attributes':_0x438899[_0x432b25(0x1ba)]});const _0x36f666=this[_0x432b25(0x131)][_0x432b25(0x127)](_0x3334bb[_0x432b25(0x9b)][_0x432b25(0x22b)],_0x432b25(0x217)),_0x4fe49c=this[_0x432b25(0x131)][_0x432b25(0x139)](_0x36f666,_0x27911c[_0x432b25(0x9b)]);this[_0x432b25(0x180)](_0x34841f,_0x37e9fd,_0x580560,_0x4fe49c);}else{if(_0x27911c[_0x432b25(0xc0)](_0x3334bb[_0x432b25(0x1ef)])){const _0x51bb69=this[_0x432b25(0x131)][_0x432b25(0x127)](_0x3334bb[_0x432b25(0x1ef)][_0x432b25(0x194)],_0x432b25(0x9b));this[_0x432b25(0x1fd)](_0x438899,this[_0x432b25(0x131)][_0x432b25(0x139)](_0x27911c[_0x432b25(0x1ef)],_0x51bb69));}else{const _0x91370c=this[_0x432b25(0x131)][_0x432b25(0x127)](_0x3334bb[_0x432b25(0x9b)][_0x432b25(0x22b)],_0x432b25(0x217));this[_0x432b25(0x1fd)](_0x438899,this[_0x432b25(0x131)][_0x432b25(0x139)](_0x91370c,_0x27911c[_0x432b25(0x9b)]));}}}}[_0x215229(0x10c)](_0x455b41){const _0x20b2f7=_0x215229;for(const {suggestion:_0x231318,meta:_0x593cd4}of this[_0x20b2f7(0xf6)](_0x455b41,_0x20b2f7(0x157))){if(!_0x593cd4[_0x20b2f7(0x13b)])continue;const _0x38ff78=_0x231318[_0x20b2f7(0x229)]();for(const _0x73a618 of _0x38ff78)if(!_0x455b41[_0x20b2f7(0x125)](_0x73a618)[_0x20b2f7(0xef)])return!0x0;}return!0x1;}[_0x215229(0xcc)](_0x412434){const _0x400f84=_0x215229,_0xd5844b=this[_0x400f84(0x158)][_0x400f84(0x23e)][_0x400f84(0xfc)](_0x400f84(0x218))[_0x400f84(0x211)](_0x412434);if(!_0xd5844b)throw new _0xc0d1d9(_0x400f84(0xb6),this);return _0xd5844b;}[_0x215229(0xb4)](_0x3d966b){const _0x336019=_0x215229,_0x398fe4=this[_0x336019(0x158)][_0x336019(0x23e)][_0x336019(0xfc)](_0x336019(0x218)),_0x44014f=_0x541fbb(_0x336019(0xcb)+_0x3d966b),_0x5d6485=_0x398fe4[_0x336019(0x211)](_0x44014f);return _0x5d6485||_0x398fe4[_0x336019(0x11c)]({'id':_0x44014f,'name':_0x3d966b});}[_0x215229(0x154)](_0x251766,_0x174df6,_0x34339f,_0x237b3f,_0x5d6d3f){const _0x2ae93c=_0x215229,_0x5897bd=this[_0x2ae93c(0xcc)](_0x237b3f),_0x3bde91=this[_0x2ae93c(0x92)][_0x2ae93c(0x169)](_0x251766,_0x174df6,_0x34339f,_0x5897bd,_0x5d6d3f,_0x35193c=>{const _0x44c1e9=_0x2ae93c;this[_0x44c1e9(0xfb)](_0x34339f,{'attributes':_0x35193c});const _0x2482c4=this[_0x44c1e9(0x20e)](_0x34339f);this[_0x44c1e9(0x16a)](new Set([_0x2482c4])),this[_0x44c1e9(0x19e)](new Set([_0x2482c4]));});return this[_0x2ae93c(0x19d)](_0x3bde91,_0x2ae93c(0x1ae),()=>{const _0x464edc=_0x2ae93c;this[_0x464edc(0xfb)](_0x34339f,{'state':_0x464edc(0x239)});},{'priority':_0x2ae93c(0x1bf)}),this[_0x2ae93c(0x19d)](_0x3bde91,_0x2ae93c(0x1f6),()=>{const _0x298207=_0x2ae93c;this[_0x298207(0xfb)](_0x34339f,{'state':_0x298207(0x1e4)});},{'priority':_0x2ae93c(0x1bf)}),this[_0x2ae93c(0x1bc)][_0x2ae93c(0xba)](_0x34339f,_0x3bde91),this[_0x2ae93c(0x110)][_0x2ae93c(0xba)](_0x3bde91,_0x2ae93c(0x12a)),_0x3bde91;}[_0x215229(0xe3)](_0x473ded){const _0xbb7c21=_0x215229,_0x425da6=_0x473ded[_0xbb7c21(0x17d)](':');return{'group':_0x425da6[0x0],'type':_0x425da6[0x1],'subType':_0x425da6[_0xbb7c21(0xef)]>=0x5?_0x425da6[0x2]:null,'id':_0x425da6[_0xbb7c21(0xef)]<0x5?_0x425da6[0x2]:_0x425da6[0x3],'authorId':_0x425da6[_0xbb7c21(0xef)]<0x5?_0x425da6[0x3]:_0x425da6[0x4],'markerCount':0x6==_0x425da6[_0xbb7c21(0xef)]?_0x425da6[0x5]:null};}[_0x215229(0x1a3)](_0x47df64,_0x168227,_0x41e1ca){const _0x463a77=_0x215229,_0x51dab6=_0x47df64[_0x463a77(0xf2)](),_0x111042=_0x51dab6[_0x463a77(0x1ef)],_0x1727c4=_0x51dab6[_0x463a77(0x9b)];this[_0x463a77(0x1fd)](_0x47df64,this[_0x463a77(0x131)][_0x463a77(0x139)](_0x111042,_0x168227));const _0xd18fb0=_0x451c42(),_0x1913b8=_0x47df64[_0x463a77(0x182)]['id'],_0x1f2bce=_0x47df64[_0x463a77(0xb0)]+(_0x47df64[_0x463a77(0xff)]?':'+_0x47df64[_0x463a77(0xff)]:'');this[_0x463a77(0x103)]({'id':_0xd18fb0,'type':_0x1f2bce,'createdAt':new Date(),'authorId':_0x1913b8,'originalSuggestionId':_0x47df64['id'],'attributes':_0x47df64[_0x463a77(0x1ba)],'data':_0x47df64[_0x463a77(0x1af)]});const _0x4585f5=this[_0x463a77(0x1e3)](_0x47df64);(_0x463a77(0x1dd)==_0x47df64[_0x463a77(0xb0)]||_0x4585f5&&this[_0x463a77(0x21e)](_0x4585f5))&&(_0x41e1ca=this[_0x463a77(0x131)][_0x463a77(0x10d)](_0x41e1ca[_0x463a77(0x22b)])),this[_0x463a77(0x180)](_0x1f2bce,_0xd18fb0,_0x1913b8,this[_0x463a77(0x131)][_0x463a77(0x139)](_0x41e1ca,_0x1727c4));}[_0x215229(0xf6)](_0x33dfa0,_0x2ccd82=null){const _0x487b6c=_0x215229,_0x28edcf=[],_0x5bd900=this[_0x487b6c(0x158)][_0x487b6c(0x23e)][_0x487b6c(0xfc)](_0x487b6c(0x218))['me'];Array[_0x487b6c(0x232)](_0x33dfa0)||(_0x33dfa0=[_0x33dfa0]);for(const _0x58e8b3 of this[_0x487b6c(0xe6)]()){if(!_0x58e8b3[_0x487b6c(0x1f7)])continue;if(_0x2ccd82&&_0x58e8b3[_0x487b6c(0xb0)]!=_0x2ccd82)continue;let _0x269a40=!0x1;for(const _0x3036c0 of _0x58e8b3[_0x487b6c(0x229)]()){for(const _0x42f1a5 of _0x33dfa0){const _0x3b8ee1=_0x42f1a5[_0x487b6c(0x1ef)][_0x487b6c(0xee)](_0x3036c0[_0x487b6c(0x9b)])||_0x42f1a5[_0x487b6c(0x9b)][_0x487b6c(0xee)](_0x3036c0[_0x487b6c(0x1ef)]);if(_0x3b8ee1||_0x42f1a5[_0x487b6c(0x126)](_0x3036c0)){const _0x57ea39=_0x42f1a5[_0x487b6c(0x209)](_0x3036c0)&&Rt(this[_0x487b6c(0x131)][_0x487b6c(0x195)],_0x3036c0[_0x487b6c(0x1ef)],_0x42f1a5),_0x1d1ad3=_0x3036c0[_0x487b6c(0x209)](_0x42f1a5)&&Rt(this[_0x487b6c(0x131)][_0x487b6c(0x195)],_0x42f1a5[_0x487b6c(0x1ef)],_0x3036c0);_0x28edcf[_0x487b6c(0x203)]({'suggestion':_0x58e8b3,'meta':{'isOwn':_0x5bd900==_0x58e8b3[_0x487b6c(0x1ee)],'isNextTo':_0x3b8ee1,'isInsideObject':_0x57ea39,'containsRangeInObject':_0x1d1ad3}}),_0x269a40=!0x0;break;}}if(_0x269a40)break;}}return _0x28edcf;}[_0x215229(0x180)](_0x3216a5,_0x48042a,_0x329084,_0x2afdcf,_0x2814cb){const _0x4cd434=_0x215229;this[_0x4cd434(0x131)][_0x4cd434(0x1d5)](_0x327963=>{const _0x455eb8=_0x4cd434;let _0x46259e=_0x455eb8(0x177)+_0x3216a5+':'+_0x48042a+':'+_0x329084;_0x2814cb&&(_0x46259e=_0x46259e+':'+_0x2814cb),_0x327963[_0x455eb8(0x1c7)](_0x46259e,{'range':_0x2afdcf,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x215229(0x233)](_0x3c63d1){const _0x2f7a0f=_0x215229,_0x4765e8=_0x3c63d1[_0x2f7a0f(0x179)],_0x165aa3=_0x3c63d1[_0x2f7a0f(0x122)];_0x3c63d1[_0x2f7a0f(0x179)]=null,_0x3c63d1[_0x2f7a0f(0x122)]=null,null!=_0x4765e8&&_0x4765e8[_0x2f7a0f(0x122)]==_0x3c63d1&&(_0x4765e8[_0x2f7a0f(0x122)]=_0x165aa3),null!=_0x165aa3&&_0x165aa3[_0x2f7a0f(0x179)]==_0x3c63d1&&(_0x165aa3[_0x2f7a0f(0x179)]=_0x4765e8),_0x2f7a0f(0x134)==this[_0x2f7a0f(0x110)][_0x2f7a0f(0xfc)](_0x3c63d1)&&(this[_0x2f7a0f(0x110)][_0x2f7a0f(0xba)](_0x3c63d1,_0x2f7a0f(0xac)),this[_0x2f7a0f(0x1e2)](_0x2f7a0f(0x19c),_0x3c63d1,_0x4765e8,_0x165aa3));}[_0x215229(0x103)](_0x5de86a){const _0x1a2a84=_0x215229,_0x21d5cf=_0x5de86a['id'],_0xf1386=this[_0x1a2a84(0x155)](_0x5de86a);if(this[_0x1a2a84(0x1ea)]&&this[_0x1a2a84(0x1ea)][_0x1a2a84(0xd2)]){const _0x579ee1=this[_0x1a2a84(0x158)][_0x1a2a84(0x23e)][_0x1a2a84(0xfc)](_0x1a2a84(0xfd)),_0x485e33=_0xf1386[_0x1a2a84(0x1d7)],_0x3c14a1=_0xf1386[_0x1a2a84(0xff)]?_0xf1386[_0x1a2a84(0xb0)]+':'+_0xf1386[_0x1a2a84(0xff)]:_0xf1386[_0x1a2a84(0xb0)],_0x2d9df3=this[_0x1a2a84(0x158)][_0x1a2a84(0x1ca)],_0x1e64d0=_0x579ee1[_0x1a2a84(0x20c)](_0x5c5189(_0x2d9df3,_0x1a2a84(0xe9))),_0x592b61={'id':_0x21d5cf,'type':_0x3c14a1,'hasComments':_0x485e33,'data':_0x5de86a[_0x1a2a84(0x1af)]||null,'originalSuggestionId':_0x5de86a[_0x1a2a84(0x1f1)]||null,'attributes':_0xf1386[_0x1a2a84(0x1ba)]};this[_0x1a2a84(0x1ea)][_0x1a2a84(0xd2)](_0x592b61)[_0x1a2a84(0x170)](_0x1910e0=>{const _0x99998d=_0x1a2a84;_0xf1386[_0x99998d(0x1c8)]=!0x0,_0x579ee1[_0x99998d(0x1b5)](_0x1e64d0),_0x1910e0&&_0x1910e0[_0x99998d(0x173)]&&(this[_0x99998d(0x1bc)][_0x99998d(0xfc)](_0x21d5cf)[_0x99998d(0x173)]=_0x1910e0[_0x99998d(0x173)]);})[_0x1a2a84(0x1ed)](_0x196f90=>{const _0x850fda=_0x1a2a84;throw _0x442abd(_0x850fda(0xd9)),this[_0x850fda(0x158)][_0x850fda(0x207)][_0x850fda(0x1e5)]({'isUndoable':!0x1},()=>{const _0x32fa09=_0x850fda;_0xf1386[_0x32fa09(0x1f6)]();}),_0xf1386[_0x850fda(0xc7)](),this[_0x850fda(0x1bc)][_0x850fda(0x1b7)](_0xf1386['id']),this[_0x850fda(0x110)][_0x850fda(0x1b7)](_0xf1386),_0x196f90;});}return _0xf1386;}[_0x215229(0x21e)](_0xd8f1f3){const _0x3efac7=_0x215229;return this[_0x3efac7(0xa9)][_0x3efac7(0x113)](_0xd8f1f3);}[_0x215229(0xfb)](_0x20252e,_0x43375f){const _0x163261=_0x215229,_0x10f382=this[_0x163261(0x158)][_0x163261(0x23e)][_0x163261(0xfc)](_0x163261(0xfd)),_0x569966=this[_0x163261(0x20e)](_0x20252e);if(this[_0x163261(0x1ea)]&&this[_0x163261(0x1ea)][_0x163261(0x117)]){if(_0x569966[_0x163261(0x1c8)]){const _0x4cfe4b=_0x10f382[_0x163261(0x20c)](_0x5c5189(this[_0x163261(0x158)][_0x163261(0x1ca)],_0x163261(0xe9)));this[_0x163261(0x1ea)][_0x163261(0x117)](_0x20252e,_0x43375f)[_0x163261(0x170)](()=>{const _0x26cf3=_0x163261;_0x10f382[_0x26cf3(0x1b5)](_0x4cfe4b);});}else _0x569966['on'](_0x163261(0xd4),()=>{const _0x180f06=_0x163261;this[_0x180f06(0xfb)](_0x20252e,_0x43375f);});}}[_0x215229(0x129)](_0x4623ae){const _0x4df594=_0x215229;if(!this[_0x4df594(0x1ea)]||!this[_0x4df594(0x1ea)][_0x4df594(0x20e)])throw new _0xc0d1d9(_0x4df594(0xe2),this);return this[_0x4df594(0x1ea)][_0x4df594(0x20e)](_0x4623ae);}[_0x215229(0x156)](_0x24ca80){const _0xc673dc=_0x215229,{id:_0x576781,type:_0x12ac99,subType:_0x25d5ed,authorId:_0x424541}=this[_0xc673dc(0xe3)](_0x24ca80),_0x2f0132=this[_0xc673dc(0x1bc)][_0xc673dc(0xfc)](_0x576781)||this[_0xc673dc(0x154)](_0x12ac99,_0x25d5ed,_0x576781,_0x424541,{});switch(this[_0xc673dc(0x225)](_0x2f0132,_0x12ac99,_0x25d5ed,_0x424541),this[_0xc673dc(0x110)][_0xc673dc(0xfc)](_0x2f0132)){case _0xc673dc(0x12a):this[_0xc673dc(0x129)](_0x576781)[_0xc673dc(0x170)](_0x2e6be8=>{const _0x97ad5e=_0xc673dc;let _0x1d90f1=Promise[_0x97ad5e(0xb7)]();_0x2e6be8[_0x97ad5e(0x1d7)]&&(_0x1d90f1=this[_0x97ad5e(0x230)][_0x97ad5e(0x16c)]({'channelId':this[_0x97ad5e(0x158)][_0x97ad5e(0x188)][_0x97ad5e(0xfc)](_0x97ad5e(0x119)),'threadId':_0x576781})),_0x1d90f1[_0x97ad5e(0x170)](()=>{const _0x13aa8b=_0x97ad5e;this[_0x13aa8b(0x155)](_0x2e6be8)[_0x13aa8b(0x1c8)]=!0x0;});}),this[_0xc673dc(0x110)][_0xc673dc(0xba)](_0x2f0132,_0xc673dc(0x10b));break;case _0xc673dc(0xac):this[_0xc673dc(0xfb)](_0x576781,{'state':_0xc673dc(0x220)});case _0xc673dc(0x1b3):this[_0xc673dc(0x110)][_0xc673dc(0xba)](_0x2f0132,_0xc673dc(0x134)),this[_0xc673dc(0x1e2)](_0xc673dc(0x14d),_0x2f0132);break;case _0xc673dc(0x134):this[_0xc673dc(0x1e2)](_0xc673dc(0x9e),_0x2f0132);}return _0x2f0132[_0xc673dc(0xa0)](_0x24ca80),_0x2f0132;}[_0x215229(0x19e)](_0x5bc68f){const _0x3f16aa=_0x215229,_0x85a2f2=Array[_0x3f16aa(0x184)](_0x5bc68f),_0x359e0a=_0x85a2f2[_0x3f16aa(0x15e)](_0x27ea2c=>_0x3f16aa(0x121)==_0x27ea2c[_0x3f16aa(0xb0)]);this[_0x3f16aa(0x21d)](_0x359e0a);const _0x4b0004=_0x85a2f2[_0x3f16aa(0x15e)](_0x83ba53=>!_0x83ba53[_0x3f16aa(0xce)]&&_0x3f16aa(0x121)!=_0x83ba53[_0x3f16aa(0xb0)]),_0x32cc60=this[_0x3f16aa(0xe6)]({'skipNotAttached':!0x0})[_0x3f16aa(0x15e)](_0x1759ea=>!_0x1759ea[_0x3f16aa(0xce)]&&_0x3f16aa(0x121)!=_0x1759ea[_0x3f16aa(0xb0)]),_0x93ba3e=_0x32cc60[_0x3f16aa(0x15e)](_0x11bb2c=>!_0x5bc68f[_0x3f16aa(0x113)](_0x11bb2c)),_0x3b2540=new Map(_0x32cc60[_0x3f16aa(0xae)](_0x2efcb5=>[_0x2efcb5,this[_0x3f16aa(0x92)][_0x3f16aa(0x198)](_0x2efcb5[_0x3f16aa(0xb0)],_0x2efcb5[_0x3f16aa(0xff)],_0x3f16aa(0x19f))])),_0x979415=new Map(_0x32cc60[_0x3f16aa(0xae)](_0x435de3=>[_0x435de3,_0x435de3[_0x3f16aa(0xf2)]()])),_0x58c78b=new Set(),_0x324a81=new Set();for(let _0x181aef=0x0;_0x181aef<_0x4b0004[_0x3f16aa(0xef)];_0x181aef++)_0x1e1487(_0x4b0004[_0x181aef],_0x4b0004,_0x181aef+0x1);for(let _0x562013=0x0;_0x562013<_0x4b0004[_0x3f16aa(0xef)];_0x562013++)_0x1e1487(_0x4b0004[_0x562013],_0x93ba3e,0x0);const _0x368045=new Set();for(let _0x48095f=0x0;_0x48095f<_0x4b0004[_0x3f16aa(0xef)];_0x48095f++){const _0x4e090e=_0x4b0004[_0x48095f];!_0x324a81[_0x3f16aa(0x113)](_0x4e090e)&&_0x4e090e[_0x3f16aa(0x179)]&&(_0x368045[_0x3f16aa(0x20c)](_0x4e090e[_0x3f16aa(0x179)]),_0x4e090e[_0x3f16aa(0x179)][_0x3f16aa(0x122)]===_0x4e090e&&(_0x4e090e[_0x3f16aa(0x179)][_0x3f16aa(0x122)]=null),_0x4e090e[_0x3f16aa(0x179)]=null),!_0x58c78b[_0x3f16aa(0x113)](_0x4e090e)&&_0x4e090e[_0x3f16aa(0x122)]&&(_0x368045[_0x3f16aa(0x20c)](_0x4e090e[_0x3f16aa(0x122)]),_0x4e090e[_0x3f16aa(0x122)][_0x3f16aa(0x179)]===_0x4e090e&&(_0x4e090e[_0x3f16aa(0x122)][_0x3f16aa(0x179)]=null),_0x4e090e[_0x3f16aa(0x122)]=null);}function _0x1e1487(_0x4bea74,_0x1e4783,_0x5e8971){const _0x46900c=_0x3f16aa;for(let _0x143f3d=_0x5e8971;_0x143f3d<_0x1e4783[_0x46900c(0xef)];_0x143f3d++){const _0xd51fa2=_0xbedc5a(_0x4bea74,_0x1e4783[_0x143f3d]);_0xd51fa2&&(_0xd51fa2[0x0][_0x46900c(0x122)]=_0xd51fa2[0x1],_0xd51fa2[0x1][_0x46900c(0x179)]=_0xd51fa2[0x0],_0x58c78b[_0x46900c(0x20c)](_0xd51fa2[0x0]),_0x324a81[_0x46900c(0x20c)](_0xd51fa2[0x1]));}}function _0xbedc5a(_0x24f21a,_0x4fa83e){const _0x179956=_0x3f16aa;if(_0x24f21a[_0x179956(0x1ee)]['id']!==_0x4fa83e[_0x179956(0x1ee)]['id'])return null;const _0x2f98af=_0x3b2540[_0x179956(0xfc)](_0x24f21a)(_0x24f21a,_0x4fa83e,_0x979415[_0x179956(0xfc)](_0x24f21a),_0x979415[_0x179956(0xfc)](_0x4fa83e));if(!_0x2f98af)return null;return _0x3b2540[_0x179956(0xfc)](_0x4fa83e)(_0x24f21a,_0x4fa83e,_0x979415[_0x179956(0xfc)](_0x24f21a),_0x979415[_0x179956(0xfc)](_0x4fa83e))?_0x2f98af[0x1][_0x179956(0x1ab)]&&_0x2f98af[0x1][_0x179956(0x1ab)][_0x179956(0xef)]?null:_0x2f98af:null;}_0x368045[_0x3f16aa(0x17e)]&&this[_0x3f16aa(0x19e)](_0x368045);}[_0x215229(0x21d)](_0x105b95){const _0x39e4d0=_0x215229;if(0x0==_0x105b95[_0x39e4d0(0xef)])return;const _0x2b4b03=this[_0x39e4d0(0xe6)]({'skipNotAttached':!0x0})[_0x39e4d0(0x15e)](_0x4a3d2a=>_0x39e4d0(0x121)==_0x4a3d2a[_0x39e4d0(0xb0)]&&_0x4a3d2a[_0x39e4d0(0x1fa)]),_0x30630b=[],_0x1413de=new Map();for(const _0x3cd80a of _0x2b4b03){const _0x31b4de=_0x541fbb(_0x3cd80a[_0x39e4d0(0x1ba)]);_0x1413de[_0x39e4d0(0x113)](_0x31b4de)||(_0x1413de[_0x39e4d0(0xba)](_0x31b4de,_0x30630b[_0x39e4d0(0xef)]),_0x30630b[_0x39e4d0(0x203)]([]));const _0x4ce9f8=_0x1413de[_0x39e4d0(0xfc)](_0x31b4de);_0x30630b[_0x4ce9f8][_0x39e4d0(0x203)](_0x3cd80a);}!(function(){const _0x2909be=_0x39e4d0;_0x30630b[_0x2909be(0x130)]((_0x1473f9,_0x339b07)=>{const _0x201684=_0x2909be,_0xbfa33c=_0x1473f9[0x0][_0x201684(0x173)],_0x2198e4=_0x339b07[0x0][_0x201684(0x173)];return _0xbfa33c==_0x2198e4?_0x1473f9[0x0][_0x201684(0x1ba)][_0x201684(0xed)]<_0x339b07[0x0][_0x201684(0x1ba)][_0x201684(0xed)]?-0x1:0x1:_0xbfa33c<_0x2198e4?-0x1:0x1;});for(const _0x261382 of _0x30630b)_0x261382[_0x2909be(0x130)]((_0x1ddc7e,_0x29deee)=>_0x1ddc7e['id']<_0x29deee['id']?-0x1:0x1);}());for(let _0x2c4b8c=0x0;_0x2c4b8c<_0x30630b[_0x39e4d0(0xef)];_0x2c4b8c++){if(0x0==_0x30630b[_0x2c4b8c][_0x39e4d0(0xef)])continue;const _0x56cec7=[];for(let _0x5482c7=_0x2c4b8c+0x1;_0x5482c7<_0x30630b[_0x39e4d0(0xef)];_0x5482c7++)0x0!=_0x30630b[_0x5482c7][_0x39e4d0(0xef)]&&_0x13782f(_0x30630b[_0x2c4b8c],_0x30630b[_0x5482c7])&&_0x56cec7[_0x39e4d0(0x203)](_0x5482c7);for(const _0x488212 of _0x56cec7)_0x30630b[_0x2c4b8c]=_0x30630b[_0x2c4b8c][_0x39e4d0(0x143)](_0x30630b[_0x488212]),_0x30630b[_0x488212]=[];}for(const _0x378783 of _0x30630b)for(let _0x58d87f=0x0;_0x58d87f<_0x378783[_0x39e4d0(0xef)];_0x58d87f++)_0x378783[_0x58d87f][_0x39e4d0(0x122)]=_0x378783[_0x58d87f+0x1]||null;for(const _0x61b0c4 of _0x30630b)for(let _0x2a6cad=0x0;_0x2a6cad<_0x61b0c4[_0x39e4d0(0xef)];_0x2a6cad++)_0x61b0c4[_0x2a6cad][_0x39e4d0(0x179)]=_0x61b0c4[_0x2a6cad-0x1]||null;function _0x13782f(_0x26ce5e,_0x4a0e0b){const _0x4c2147=_0x39e4d0;if(_0x26ce5e[0x0][_0x4c2147(0x1ba)][_0x4c2147(0xed)]!==_0x4a0e0b[0x0][_0x4c2147(0x1ba)][_0x4c2147(0xed)]&&_0x26ce5e[0x0][_0x4c2147(0x1ee)]!==_0x4a0e0b[0x0][_0x4c2147(0x1ee)])return!0x1;if(!function(_0x57f039,_0x5a4064){const _0x37a8a2=_0x4c2147;if(!_0x57f039[_0x37a8a2(0x1d7)]&&!_0x5a4064[_0x37a8a2(0x1d7)])return!0x0;if(_0x57f039[_0x37a8a2(0x1d7)]&&_0x5a4064[_0x37a8a2(0x1d7)])return!0x1;if(_0x57f039[_0x37a8a2(0x1d7)]&&_0x5a4064[_0x37a8a2(0x173)]<_0x57f039[_0x37a8a2(0x1ab)][_0x37a8a2(0x1a1)][_0x37a8a2(0xfc)](0x0)[_0x37a8a2(0x173)])return!0x0;if(_0x5a4064[_0x37a8a2(0x1d7)]&&_0x57f039[_0x37a8a2(0x173)]<_0x5a4064[_0x37a8a2(0x1ab)][_0x37a8a2(0x1a1)][_0x37a8a2(0xfc)](0x0)[_0x37a8a2(0x173)])return!0x0;return!0x1;}(_0x26ce5e[0x0],_0x4a0e0b[0x0]))return!0x1;const _0xb8ab4f=_0x3c3faf(_0x26ce5e[0x0][_0x4c2147(0x1ba)],_0x4c2147(0xed)),_0x40e059=_0x3c3faf(_0x4a0e0b[0x0][_0x4c2147(0x1ba)],_0x4c2147(0xed));if(!_0x46ed76(_0xb8ab4f,_0x40e059))return!0x1;return!!_0x26ce5e[_0x4c2147(0x23a)](_0x13eab6=>_0x4a0e0b[_0x4c2147(0xcf)](_0x149aea=>_0x13eab6[_0x4c2147(0xf2)]()[_0x4c2147(0xee)](_0x149aea[_0x4c2147(0xf2)]())))&&_0x4a0e0b[_0x4c2147(0x23a)](_0x44eddb=>_0x26ce5e[_0x4c2147(0xcf)](_0x12b10f=>_0x44eddb[_0x4c2147(0xf2)]()[_0x4c2147(0xee)](_0x12b10f[_0x4c2147(0xf2)]())));}}[_0x215229(0x16a)](_0x21f248){const _0x67a7d6=_0x215229,_0x3a6542=Array[_0x67a7d6(0x184)](_0x21f248),_0x356216=this[_0x67a7d6(0xe6)]({'skipNotAttached':!0x0}),_0x111d11=_0x356216[_0x67a7d6(0x15e)](_0xa484f5=>!_0x21f248[_0x67a7d6(0x113)](_0xa484f5)),_0x2af72d=new Map(_0x3a6542[_0x67a7d6(0xae)](_0x52052c=>[_0x52052c,this[_0x67a7d6(0x92)][_0x67a7d6(0x198)](_0x52052c[_0x67a7d6(0xb0)],_0x52052c[_0x67a7d6(0xff)],_0x67a7d6(0xaa))])),_0x5aa809=new Map(_0x356216[_0x67a7d6(0xae)](_0x17f26a=>[_0x17f26a,_0x17f26a[_0x67a7d6(0x229)]()]));for(let _0x30d9c4=0x0;_0x30d9c4<_0x3a6542[_0x67a7d6(0xef)];_0x30d9c4++){if(_0x3ad902(this,_0x3a6542[_0x30d9c4],_0x3a6542,_0x30d9c4+0x1))return!0x0;}for(let _0x10b74d=0x0;_0x10b74d<_0x3a6542[_0x67a7d6(0xef)];_0x10b74d++){if(_0x3ad902(this,_0x3a6542[_0x10b74d],_0x111d11,0x0))return!0x0;}return!0x1;function _0x3ad902(_0x366ca1,_0x35a749,_0x1689e7,_0x378b37){const _0x4c361d=_0x67a7d6;for(let _0x137487=_0x378b37;_0x137487<_0x1689e7[_0x4c361d(0xef)];_0x137487++){const _0x3ac9b2=_0x1689e7[_0x137487];if(_0x3ac9b2[_0x4c361d(0xb0)]!==_0x35a749[_0x4c361d(0xb0)]||_0x3ac9b2[_0x4c361d(0x1ee)]['id']!==_0x35a749[_0x4c361d(0x1ee)]['id']||_0x3ac9b2[_0x4c361d(0xff)]!==_0x35a749[_0x4c361d(0xff)])continue;if(!Pt(_0x35a749,_0x3ac9b2,[_0x4c361d(0xed)]))continue;if(_0x4c361d(0x121)==_0x35a749[_0x4c361d(0xb0)]&&_0x35a749[_0x4c361d(0x1af)][_0x4c361d(0x108)]!=_0x3ac9b2[_0x4c361d(0x1af)][_0x4c361d(0x108)])continue;if(_0x4c361d(0x121)==_0x35a749[_0x4c361d(0xb0)]&&_0x366ca1[_0x4c361d(0x21e)](_0x35a749[_0x4c361d(0x1af)][_0x4c361d(0xec)]))continue;if(_0x4c361d(0x1dd)==_0x35a749[_0x4c361d(0xb0)]){const _0x246472=_0x366ca1[_0x4c361d(0x158)][_0x4c361d(0x207)],_0x2c3f82=_0x35a749[_0x4c361d(0xaf)]();if(_0x2c3f82&&(_0x246472[_0x4c361d(0x195)][_0x4c361d(0xf4)](_0x2c3f82)||_0x246472[_0x4c361d(0x195)][_0x4c361d(0xdb)](_0x2c3f82)))continue;}const _0x2297db=_0x2af72d[_0x4c361d(0xfc)](_0x35a749),_0x386a9b=_0x5aa809[_0x4c361d(0xfc)](_0x35a749),_0x264aa0=_0x5aa809[_0x4c361d(0xfc)](_0x3ac9b2),_0x388cf6=_0x35a749[_0x4c361d(0x1ab)]&&_0x35a749[_0x4c361d(0x1ab)][_0x4c361d(0xef)],_0x585987=_0x3ac9b2[_0x4c361d(0x1ab)]&&_0x3ac9b2[_0x4c361d(0x1ab)][_0x4c361d(0xef)];if(!_0x388cf6&&_0x2297db(_0x264aa0,_0x386a9b))return _0x366ca1[_0x4c361d(0x190)](_0x3ac9b2,_0x35a749),_0x5aa809[_0x4c361d(0x1b7)](_0x35a749),!0x0;if(!_0x585987&&_0x2297db(_0x386a9b,_0x264aa0))return _0x366ca1[_0x4c361d(0x190)](_0x35a749,_0x3ac9b2),_0x5aa809[_0x4c361d(0x1b7)](_0x3ac9b2),!0x0;}return!0x1;}}[_0x215229(0x190)](_0x2b950a,_0x2338fa){const _0x3096b0=_0x215229;if(_0x2b950a[_0x3096b0(0xce)]){for(const _0x2278a3 of _0x2338fa[_0x3096b0(0x229)]())_0x2b950a[_0x3096b0(0xe5)](_0x2278a3);}else{const _0x130452=_0x2338fa[_0x3096b0(0xf2)]()[_0x3096b0(0x9b)];this[_0x3096b0(0x1fd)](_0x2b950a,this[_0x3096b0(0x131)][_0x3096b0(0x139)](_0x2b950a[_0x3096b0(0xf2)]()[_0x3096b0(0x1ef)],_0x130452));}_0x2338fa[_0x3096b0(0x150)]();}[_0x215229(0x1cd)](_0x223507,_0x1b43a7){const _0x3489d9=_0x215229,_0x4f9d5e=_0x223507[_0x3489d9(0x144)](_0x3489d9(0x176))||_0x223507[_0x3489d9(0x144)](_0x3489d9(0x121))?_0x3489d9(0x1d0):_0x223507[_0x3489d9(0x1c5)]();return _0x5c5189(this[_0x3489d9(0x158)][_0x3489d9(0x1ca)],_0x1b43a7+'_'+_0x4f9d5e+_0x3489d9(0xfe));}[_0x215229(0x219)](){const _0x27d28a=_0x215229,_0x24e72c=this[_0x27d28a(0x158)];_0x27da09(this[_0x27d28a(0x131)],({left:_0x2008c0,entered:_0x59c3bb})=>{const _0x16c6b1=_0x27d28a,_0x1bff90=[];for(const _0x483408 of _0x2008c0){const {group:_0x3880ae,type:_0x3f27f2}=this[_0x16c6b1(0xe3)](_0x483408[_0x16c6b1(0x23d)]);if(_0x16c6b1(0x20f)===_0x3880ae){_0x1bff90[_0x16c6b1(0x203)](this[_0x16c6b1(0x1cd)](_0x3f27f2,_0x16c6b1(0xb8)));break;}}for(const _0x453198 of _0x59c3bb){const {group:_0x5a28f6,type:_0x576764}=this[_0x16c6b1(0xe3)](_0x453198[_0x16c6b1(0x23d)]);if(_0x16c6b1(0x20f)===_0x5a28f6){_0x1bff90[_0x16c6b1(0x203)](this[_0x16c6b1(0x1cd)](_0x576764,_0x16c6b1(0x1c3)));break;}}_0x1bff90[_0x16c6b1(0xef)]&&_0x24e72c['ui'][_0x16c6b1(0xdf)][_0x16c6b1(0x9f)](_0x16c6b1(0x231),_0x1bff90[_0x16c6b1(0xaa)]('\x20'));});}[_0x215229(0x107)](_0x3d4904){const _0x2dab2f=_0x215229;if(this[_0x2dab2f(0x15f)])return!0x1;const _0x146e5d=this[_0x2dab2f(0x158)],_0x4ae37f=_0x146e5d[_0x2dab2f(0x207)][_0x2dab2f(0x204)][_0x2dab2f(0x226)][_0x2dab2f(0xf9)]();if(0x0==_0x4ae37f[_0x2dab2f(0xef)])return!0x1;const _0x1ececc=[],_0x459ada=_0x4ae37f[_0x2dab2f(0x15e)](_0x53a007=>_0x2dab2f(0x121)==_0x53a007[_0x2dab2f(0xb0)]),_0x311245=_0x4ae37f[_0x2dab2f(0x15e)](_0x4ad321=>_0x2dab2f(0xd1)==_0x4ad321[_0x2dab2f(0xb0)]&&_0x2dab2f(0x98)!=_0x4ad321[_0x2dab2f(0x23d)]),_0x407773=_0x4ae37f[_0x2dab2f(0x15e)](_0x4999be=>_0x2dab2f(0x1b5)==_0x4999be[_0x2dab2f(0xb0)]&&_0x2dab2f(0x98)!=_0x4999be[_0x2dab2f(0x23d)]);for(const _0x1bdbf5 of _0x459ada)_0x1ececc[_0x2dab2f(0x203)]({'key':_0x1bdbf5[_0x2dab2f(0x1e8)],'newValue':_0x1bdbf5[_0x2dab2f(0x11e)],'oldValue':_0x1bdbf5[_0x2dab2f(0x120)],'range':Ot(_0x1bdbf5[_0x2dab2f(0x214)],_0x146e5d[_0x2dab2f(0x207)])});for(const _0x33c8e9 of _0x311245){const _0x2695ec=_0x407773[_0x2dab2f(0x149)](_0x1f7215=>_0x1f7215[_0x2dab2f(0x1c2)][_0x2dab2f(0xee)](_0x33c8e9[_0x2dab2f(0x1c2)]));_0x2695ec&&_0x1ececc[_0x2dab2f(0x203)]({'key':_0x2dab2f(0x1be),'newValue':_0x33c8e9[_0x2dab2f(0x23d)],'oldValue':_0x2695ec[_0x2dab2f(0x23d)],'range':_0x146e5d[_0x2dab2f(0x207)][_0x2dab2f(0x1f8)](_0x33c8e9[_0x2dab2f(0x1c2)][_0x2dab2f(0x112)])});}return 0x0!=_0x1ececc[_0x2dab2f(0xef)]&&this[_0x2dab2f(0x192)](_0x3d4904,_0x1ececc);}[_0x215229(0x208)](_0x179781){const _0x2fcab3=_0x215229;let _0x344984=!0x1;const _0x270aa3=this[_0x2fcab3(0x158)][_0x2fcab3(0x207)][_0x2fcab3(0x204)][_0x2fcab3(0x226)][_0x2fcab3(0x13e)]()[_0x2fcab3(0x15e)](_0x4dcb69=>_0x4dcb69[_0x2fcab3(0x1af)][_0x2fcab3(0x199)]&&_0x4dcb69[_0x2fcab3(0x23d)][_0x2fcab3(0x144)](_0x2fcab3(0x168)));for(const _0x23eb96 of _0x270aa3){const {subType:_0x4df453,id:_0x16501f}=this[_0x2fcab3(0xe3)](_0x23eb96[_0x2fcab3(0x23d)]),_0x2d92b2=_0x4df453[_0x2fcab3(0x17d)]('|')[0x0];for(const _0x257911 of this[_0x2fcab3(0xe6)]({'skipNotAttached':!0x0}))_0x257911['id']!=_0x16501f&&_0x2fcab3(0x121)==_0x257911[_0x2fcab3(0xb0)]&&_0x257911[_0x2fcab3(0x1af)]&&_0x257911[_0x2fcab3(0x1af)][_0x2fcab3(0xec)]==_0x2d92b2&&_0x257911[_0x2fcab3(0xf2)]()[_0x2fcab3(0xb3)](_0x23eb96[_0x2fcab3(0x1af)][_0x2fcab3(0x199)])&&(this[_0x2fcab3(0x1ac)](_0x257911,_0x23eb96[_0x2fcab3(0x1af)][_0x2fcab3(0x199)],_0x179781),_0x344984=!0x0);}return _0x344984;}[_0x215229(0x1e7)](_0x7f6d37){const _0x1bc872=_0x215229;this[_0x1bc872(0x158)],(this[_0x1bc872(0x15f)]=!0x0,_0x7f6d37());}[_0x215229(0x12f)](_0x14986a){const _0x3c382e=_0x215229,_0x1a9742=this[_0x3c382e(0x21e)](_0x14986a),_0x51bdca=this[_0x3c382e(0x210)][_0x3c382e(0x113)](_0x14986a);return _0x1a9742||_0x51bdca;}[_0x215229(0x192)](_0x2e97da,_0x396620){const _0xabb3d1=_0x215229;if(0x0==_0x396620[_0xabb3d1(0xef)])return!0x1;let _0x58aeb8=!0x1;for(const _0x4e65d6 of _0x396620){const _0x29fcaf=this[_0xabb3d1(0xf6)](_0x4e65d6[_0xabb3d1(0x214)],_0xabb3d1(0x121))[_0xabb3d1(0x15e)](_0x39a746=>!_0x39a746[_0xabb3d1(0x153)][_0xabb3d1(0x1f5)])[_0xabb3d1(0xae)](_0x4103ea=>_0x4103ea[_0xabb3d1(0x20f)]),_0x18ef3c=_0x541fbb({'newValue':_0x4e65d6[_0xabb3d1(0x1e0)]});_0x29fcaf[_0xabb3d1(0x15e)](_0x1628b2=>{const _0x557c35=_0xabb3d1,[_0x2f89ee,_0x2fde18]=_0x1628b2[_0x557c35(0xff)][_0x557c35(0x17d)]('|');return _0x2f89ee==_0x4e65d6[_0x557c35(0xec)]&&_0x2fde18!=_0x18ef3c;})[_0xabb3d1(0x166)](_0x5b1da1=>{const _0xc46f10=_0xabb3d1;this[_0xc46f10(0x1ac)](_0x5b1da1,_0x4e65d6[_0xc46f10(0x214)],_0x2e97da),_0x58aeb8=!0x0;});}return _0x58aeb8;}[_0x215229(0x1ac)](_0x4ebb4d,_0x42ca34,_0x3aaa4d){const _0x19c8f2=_0x215229,_0x14dcda=_0x4ebb4d[_0x19c8f2(0xf2)]()[_0x19c8f2(0x125)](_0x42ca34);0x0!==_0x14dcda[_0x19c8f2(0xef)]?0x1!==_0x14dcda[_0x19c8f2(0xef)]?this[_0x19c8f2(0x1a3)](_0x4ebb4d,_0x42ca34[_0x19c8f2(0x1ef)],_0x42ca34[_0x19c8f2(0x9b)]):this[_0x19c8f2(0x1fd)](_0x4ebb4d,_0x14dcda[0x0]):_0x3aaa4d[_0x19c8f2(0xc2)](_0x4ebb4d[_0x19c8f2(0x1ff)]());}}class xt{constructor(_0x4d97a5){const _0x18cf40=_0x215229;this[_0x18cf40(0x172)]=_0x4d97a5,this[_0x18cf40(0x131)]=_0x4d97a5[_0x18cf40(0x207)],this[_0x18cf40(0xad)]=new Map(),this[_0x18cf40(0x132)]=new Map(),this[_0x18cf40(0x1eb)]();}[_0x215229(0x169)](_0x3a5047,_0x4f6bd4,_0x135a84,_0x3a24,_0x600d3d,_0x4ec2c8){const _0x3e8736=_0x215229;return new _0x32c8fc(this[_0x3e8736(0x131)],{'type':_0x3a5047,'subType':_0x4f6bd4,'id':_0x135a84,'author':_0x3a24,'creator':_0x3a24,'attributes':_0x600d3d,'onAttributesChange':_0x4ec2c8,'onAccept':(..._0x50d628)=>this[_0x3e8736(0x198)](_0x3a5047,_0x4f6bd4,_0x3e8736(0x1ae))(..._0x50d628),'onDiscard':(..._0x3a95c1)=>this[_0x3e8736(0x198)](_0x3a5047,_0x4f6bd4,_0x3e8736(0x1f6))(..._0x3a95c1)});}[_0x215229(0xa8)](_0x13fa18,_0x10bf8b,_0x554e62,_0x971a1a){const _0xdb18f0=_0x215229,_0x3b0156=_0x13fa18+':'+_0x10bf8b+':'+_0x554e62;this[_0xdb18f0(0xad)][_0xdb18f0(0xba)](_0x3b0156,_0x971a1a);}[_0x215229(0x198)](_0x1b4854,_0x1af254,_0x57bc7e){const _0x5ca4c8=_0x215229,_0x47f580=_0x1b4854+':'+_0x1af254+':'+_0x57bc7e;return this[_0x5ca4c8(0xad)][_0x5ca4c8(0xfc)](_0x47f580)||this[_0x5ca4c8(0x132)][_0x5ca4c8(0xfc)](_0x1b4854+':'+_0x57bc7e);}[_0x215229(0x1eb)](){const _0x24916=_0x215229,_0x3401e7=()=>!0x1,_0x505c95=_0x215046=>{const _0x5374a0=_0x174e;_0x215046[_0x5374a0(0x130)]((_0x5d16d7,_0xbc99f4)=>_0x5d16d7[_0x5374a0(0x1ef)][_0x5374a0(0x223)](_0xbc99f4[_0x5374a0(0x1ef)])?0x1:-0x1),this[_0x5374a0(0x131)][_0x5374a0(0x1d5)](_0x2e5d77=>{const _0x3775df=_0x5374a0;for(const _0x4a41a2 of _0x215046){let _0x17815f;_0x17815f=_0x4a41a2[_0x3775df(0x9b)][_0x3775df(0x1a0)]&&_0x4a41a2[_0x3775df(0x9b)][_0x3775df(0x22b)]==_0x4a41a2[_0x3775df(0x1ef)][_0x3775df(0x112)]?_0x2e5d77[_0x3775df(0xab)](_0x4a41a2[_0x3775df(0x1ef)][_0x3775df(0x112)],'on'):_0x2e5d77[_0x3775df(0xab)](_0x4a41a2),this[_0x3775df(0x131)][_0x3775df(0xe1)](_0x17815f,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x200f9c=(_0x1ebaac,_0x14b40a)=>{const _0x4931d7=_0x174e;_0x14b40a&&this[_0x4931d7(0x131)][_0x4931d7(0x1d5)](_0x4be02c=>{const _0x4ce4c2=_0x4931d7,{commandName:_0x242aa0,commandParams:_0xbc4309=[]}=_0x14b40a,_0x3ca8b3=_0x1ebaac[_0x4ce4c2(0xae)](_0xdd78cc=>(Tt(_0xdd78cc)&&(_0xdd78cc=this[_0x4ce4c2(0x131)][_0x4ce4c2(0x139)](_0xdd78cc[_0x4ce4c2(0x9b)])),_0xdd78cc))[_0x4ce4c2(0x15e)](_0x2e5108=>_0x4ce4c2(0xc9)!==_0x2e5108[_0x4ce4c2(0x1df)][_0x4ce4c2(0xa3)]);if(_0x3ca8b3[_0x4ce4c2(0xef)]<0x1)return;const _0x24972f=Array[_0x4ce4c2(0x184)](this[_0x4ce4c2(0x131)][_0x4ce4c2(0x204)][_0x4ce4c2(0x1cb)][_0x4ce4c2(0x229)]())[_0x4ce4c2(0xae)](_0x1a698c=>_0x514b00[_0x4ce4c2(0x138)](_0x1a698c));_0x4be02c[_0x4ce4c2(0x18f)](_0x3ca8b3);for(const _0x1335e1 of this[_0x4ce4c2(0x172)][_0x4ce4c2(0x212)][_0x4ce4c2(0x212)]())_0x1335e1[_0x4ce4c2(0xa4)]();_0xbc4309[_0x4ce4c2(0x203)]({'forceDefaultExecution':!0x0}),this[_0x4ce4c2(0x172)][_0x4ce4c2(0x234)](_0x242aa0,..._0xbc4309);const _0x3454ab=_0x24972f[_0x4ce4c2(0x15e)](_0x5176b2=>_0x4ce4c2(0xc9)!=_0x5176b2[_0x4ce4c2(0x1df)][_0x4ce4c2(0xa3)]);_0x3454ab[_0x4ce4c2(0xef)]>0x0&&_0x4be02c[_0x4ce4c2(0x18f)](_0x3454ab);for(const _0x5144fd of _0x24972f)_0x5144fd[_0x4ce4c2(0x9d)]();});},_0x229a21=(_0x21ce4c,_0xd47c0f)=>0x1==_0x21ce4c[_0x24916(0xef)]&&0x1==_0xd47c0f[_0x24916(0xef)]&&_0x21ce4c[0x0][_0x24916(0x9b)][_0x24916(0xee)](_0xd47c0f[0x0][_0x24916(0x1ef)]),_0x181c96=(_0x2f2ac7,_0xe9a6f8,_0x5566d5,_0x24fce4)=>Ft(_0x2f2ac7,_0xe9a6f8,_0x5566d5,_0x24fce4,this[_0x24916(0x131)])?[_0x2f2ac7,_0xe9a6f8]:Ft(_0xe9a6f8,_0x2f2ac7,_0x24fce4,_0x5566d5,this[_0x24916(0x131)])?[_0xe9a6f8,_0x2f2ac7]:null;this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x159),_0x3401e7),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x1b9),_0x505c95),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0xda),_0x229a21),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x109),_0x181c96),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x200),_0x505c95),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0xca),_0x3401e7),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x238),_0x229a21),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0xfa),_0x181c96),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x1a2),_0x200f9c),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x14c),_0x3401e7),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x165),_0x229a21),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x104),_0x3401e7),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x136),_0x200f9c),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0xeb),_0x3401e7),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0xd7),_0x229a21),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x105),_0x3401e7),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x1b1),_0x3401e7),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x224),(_0x3ec9d2,_0x142a43)=>{const _0x1bb059=_0x24916;if(!_0x142a43)return;const _0x48bc48=this[_0x1bb059(0x172)][_0x1bb059(0x23e)][_0x1bb059(0xfc)](p);this[_0x1bb059(0x131)][_0x1bb059(0x1d5)](_0x5ecdc6=>{const _0x3acf95=_0x1bb059;if(_0x3acf95(0x1be)==_0x142a43[_0x3acf95(0xec)])for(const _0x476b62 of _0x3ec9d2){const _0x7e0fa1=_0x476b62[_0x3acf95(0x1ef)][_0x3acf95(0x112)],_0x262c0c=_0x142a43[_0x3acf95(0x108)];_0x5ecdc6[_0x3acf95(0x237)](_0x7e0fa1,_0x262c0c);}else{if(_0x48bc48[_0x3acf95(0x21e)](_0x142a43[_0x3acf95(0xec)])){for(const _0x112d0d of _0x3ec9d2)void 0x0!==_0x142a43[_0x3acf95(0x108)]?_0x5ecdc6[_0x3acf95(0xd0)](_0x142a43[_0x3acf95(0xec)],_0x142a43[_0x3acf95(0x108)],_0x112d0d[_0x3acf95(0x1ef)][_0x3acf95(0x112)]):_0x5ecdc6[_0x3acf95(0xf0)](_0x142a43[_0x3acf95(0xec)],_0x112d0d[_0x3acf95(0x1ef)][_0x3acf95(0x112)]);}else{for(const _0x31b593 of _0x3ec9d2)_0x142a43[_0x3acf95(0x108)]?_0x5ecdc6[_0x3acf95(0xd0)](_0x142a43[_0x3acf95(0xec)],_0x142a43[_0x3acf95(0x108)],_0x31b593):_0x5ecdc6[_0x3acf95(0xf0)](_0x142a43[_0x3acf95(0xec)],_0x31b593);}}});}),this[_0x24916(0x132)][_0x24916(0xba)](_0x24916(0x15a),_0x229a21);}}function Rt(_0xdd1820,_0x5f1e95,_0x2f3ee7){const _0x3e63aa=_0x215229;for(const _0x2ff609 of _0x5f1e95[_0x3e63aa(0x22b)][_0x3e63aa(0xa6)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2ff609[_0x3e63aa(0x1df)]==_0x2ff609)return!0x1;if(!_0x2f3ee7[_0x3e63aa(0x1de)](_0x2ff609))return!0x1;if(_0xdd1820[_0x3e63aa(0xf4)](_0x2ff609)||_0xdd1820[_0x3e63aa(0xdb)](_0x2ff609))return!0x0;}return!0x1;}function Tt(_0x5cc636){const _0x1f0cb4=_0x215229;return _0x5cc636[_0x1f0cb4(0x9b)][_0x1f0cb4(0x22b)]==_0x5cc636[_0x1f0cb4(0x1ef)][_0x1f0cb4(0x112)]&&_0x5cc636[_0x1f0cb4(0x9b)][_0x1f0cb4(0x21a)];}function Et(_0x468d87,_0x30f144,_0x3f7295,_0x3ef476){const _0x3bf3f6=_0x215229,_0x283fff=_0x3395ff=>!_0x3395ff[_0x3bf3f6(0x1a5)]['is'](_0x3bf3f6(0x20a))&&!_0x3ef476[_0x3bf3f6(0xf4)](_0x3395ff[_0x3bf3f6(0x1a5)]),_0x3940b7=_0x468d87[_0x3bf3f6(0x1ef)][_0x3bf3f6(0x22e)](_0x283fff),_0x3d3f41=_0x468d87[_0x3bf3f6(0x9b)][_0x3bf3f6(0x22e)](_0x283fff,{'direction':_0x3bf3f6(0x15b)});return(!_0x468d87[_0x3bf3f6(0x1ef)][_0x3bf3f6(0xee)](_0x3940b7)||!_0x468d87[_0x3bf3f6(0x9b)][_0x3bf3f6(0xee)](_0x3d3f41))&&(_0x3940b7[_0x3bf3f6(0x223)](_0x3d3f41)?_0x3f7295[_0x3bf3f6(0x15c)](_0x30f144,{'range':_0x3f7295[_0x3bf3f6(0x139)](_0x3940b7,_0x3d3f41)}):_0x3f7295[_0x3bf3f6(0xc2)](_0x30f144),!0x0);}function Vt(_0x2925d4){return _0x541fbb(_0x2925d4);}function Ut(_0x2cbc84){const _0x321768=_0x215229,_0x50abc6=_0x2cbc84[_0x321768(0x1ef)][_0x321768(0x112)];return _0x50abc6&&_0x50abc6['is'](_0x321768(0x1fc));}function Ot(_0x2adba6,_0xae54e4){const _0x422d2c=_0x215229;return null==_0x2adba6[_0x422d2c(0x9b)][_0x422d2c(0x194)]&&_0x2adba6[_0x422d2c(0x9b)][_0x422d2c(0x22b)]==_0x2adba6[_0x422d2c(0x1ef)][_0x422d2c(0x112)]?Gt(_0x2adba6[_0x422d2c(0x1ef)][_0x422d2c(0x112)],_0xae54e4):_0x2adba6;}function Gt(_0x4fba46,_0x1debcf){const _0x5187f0=_0x215229,_0xce0f9f=_0x1debcf[_0x5187f0(0x195)][_0x5187f0(0xf4)](_0x4fba46)||_0x1debcf[_0x5187f0(0x195)][_0x5187f0(0xf5)](_0x4fba46);return _0x1debcf[_0x5187f0(0x139)](_0x1debcf[_0x5187f0(0x127)](_0x4fba46,_0x5187f0(0xc8)),_0xce0f9f?_0x1debcf[_0x5187f0(0xd5)](_0x4fba46):_0x1debcf[_0x5187f0(0x127)](_0x4fba46,_0x5187f0(0x9b)));}function _0x174e(_0x4e3ed5,_0x35d737){const _0x23eab=_0x23ea();return _0x174e=function(_0x174e9b,_0x4450b5){_0x174e9b=_0x174e9b-0x90;let _0xc786e6=_0x23eab[_0x174e9b];return _0xc786e6;},_0x174e(_0x4e3ed5,_0x35d737);}function Ft(_0x413a87,_0x14ae95,_0x312e08,_0x5d0436,_0x31ce1d){const _0x462096=_0x215229;if(!Pt(_0x413a87,_0x14ae95))return!0x1;if(_0x312e08[_0x462096(0x9b)][_0x462096(0xee)](_0x5d0436[_0x462096(0x1ef)]))return!0x0;if(_0x413a87[_0x462096(0xb0)]!=_0x14ae95[_0x462096(0xb0)])return!0x1;if(!_0x312e08[_0x462096(0x9b)][_0x462096(0xbe)](_0x5d0436[_0x462096(0x1ef)]))return!0x1;const _0x234a6a=_0x31ce1d[_0x462096(0x139)](_0x312e08[_0x462096(0x9b)],_0x5d0436[_0x462096(0x1ef)])[_0x462096(0x10f)]();for(const _0x81449 of _0x234a6a)if([_0x462096(0x22c),_0x462096(0x1db)][_0x462096(0x1d1)](_0x81449[_0x462096(0xb0)])&&_0x31ce1d[_0x462096(0x195)][_0x462096(0xdb)](_0x81449[_0x462096(0x1a5)]))return!0x1;return!0x0;}function Pt(_0x42f287,_0x323c43,_0x202cbd=[]){const _0x4faa03=_0x215229;return!(!_0x42f287[_0x4faa03(0x1fa)]||!_0x323c43[_0x4faa03(0x1fa)])&&_0x46ed76(_0x3c3faf(_0x42f287[_0x4faa03(0x1ba)],_0x202cbd),_0x3c3faf(_0x323c43[_0x4faa03(0x1ba)],_0x202cbd));}function Lt(_0x113e34,_0x5b0bd9){const _0x41f975=_0x215229,_0x679cc0=Ht(_0x113e34[_0x41f975(0x1ba)]),_0x216ab9=Ht(_0x5b0bd9);if(!_0x113e34[_0x41f975(0x1fa)])return!0x1;for(const _0x51eb9e of Object[_0x41f975(0x133)](_0x216ab9))if(!_0x46ed76(_0x679cc0[_0x51eb9e],_0x216ab9[_0x51eb9e]))return!0x1;return!0x0;}function Ht(_0x1fc4db){const _0x33deee=_0x215229,_0xed85f7=Object[_0x33deee(0x1c0)]({},_0x1fc4db);return delete _0xed85f7[_0x33deee(0xbf)],delete _0xed85f7[_0x33deee(0x115)],_0xed85f7;}
23
+ function _0x77f1(){const _0x846c47=['formatGroupId','buildSuggestion','rootName','attributeOldValue','listenTo','addSuggestionData','parent','unbind','resolve','insertion:join','attributeNewValue','subType','acceptSuggestion','removeClass','pluginName','$text','writer','isInsideObject','_blockAttributeKeys','insert','notReady','getLastMatchingPosition','isEqual','1204UUgmYH','addMarker:suggestion:attribute','_breakSuggestionMarker','remove','author','_model','_afterChanges','isAtEnd','clone','substr','_getAuthorFromId','track-changes-suggestion-not-found','isExternal','config','has','_suggestionFactory','split','nodeBefore','reconvertMarker','isUndo','containsItem','rename','21605lgiljm','discardSelectedSuggestions','_registerBlockAttribute','addMarkerName','removed','document','14582270OVEUez','addUser','addMarker:suggestion:formatBlock','stopListening','getFirstMarker','change','_getMarkerAnnouncementText','_reduceSuggestionAttributeRange','get','tablePasteChainId','then','_findSuggestions','deletion:join','set','addSuggestion','removeMarker:suggestion:formatBlock','conversion','isRemovable','track-changes-adapter-missing-getsuggestion','_editor','update:suggestion','push','backward','concat','head','low','pop','isAfter','track-changes-enable-command-twice','chain','clear','ready','getFirstRange','item','@external','track-changes-command-not-found','addRange','options','startsWith','insertContent','_addSuggestionMarker','dataDowncast','previous','markMultiRangeBlockFormat','getAllAdjacentSuggestions','Users','size','getSuggestion','addMarker:suggestion','stop','trackChanges.mergeNestedSuggestions','trackChanges.trackFormatChanges','toViewElement','accept','16713191CzceKh','normal','element','setTo','removeMarker','oldValue','ck-suggestion-marker--active','editingDowncast','$graveyard','range','return','suggestion','end','isObject','refresh','getIntersection','_adapter','$textProxy','value','_initAriaMarkerChangeAnnouncements','_refreshSuggestionsChain','includes','enqueueChange','512937wjzcFA','updateMarker','_checkSuggestionCorrectness','deletion:accept','root','values','_enableDefaultAttributesIntegration','ariaLiveAnnouncer','_splitMarkerName','track-changes-suggestion-data-mismatch','_isRegisteredAttribute','trackChanges','getMultiRangeId','collaboration.channelId','position','formatBlock:','fetchCommentThread','for','consume','differ','markers','_joinSuggestions','markerToData','attribute:','removeMarkers','map','_defaultCallbacks','type','model','insertion:chain','documentSelection','lowest','forEach','markInsertion','formatBlock:accept','locale','_joinWithAdjacentSuggestions','markerReady','substring','announce','marker-count','createPositionAt','from','discardAllSuggestions','markAttributeChange','TrackChangesEditing','markDeletion','mapper','getNearestSelectionRange','unbindElementFromMarkerName','isArray','attribute:discard','isAtStart','length','authoredAt','isDocumentOperation','PendingActions','data-suggestion','removeMarker:suggestion:attribute','ck-suggestion-marker-','_processAttributeChanges','getDifference','getMarkers','ck-suggestion-marker-formatInline','isCollapsed','suggestionLoaded','getWalker','discardSuggestion','insertion:','suggestion:','moveTargetPosition','createRangeOn','comments','before','formatInline:','forceDefaultExecution','getAttribute','getSuggestionCallback','deletion','showSuggestionHighlights','dataToMarker','acceptSelectedSuggestions','editing','start','skipNestingCheck','_addThreadToSuggestion','attribute','ck-suggestion-marker','_enabledCommands','catch','_inlineAttributeKeys','formatBlock:join','_suggestions','addMarker','insertion:accept','attribute:accept','change:_saved','trackChangesCommand','686CfZrJj','selection','always','_descriptionFactory','isMultiRange','attribute:join','acceptAllSuggestions','getContainedElement','markInlineFormat','insertion:discard','removeComment','markerName','createElement','default','attributes','_getSuggestionData','suggestionChanged','splice','attributeKey','highest','registerPostFixer','elementStart','targetPosition','448620GBwVxO','rejected','formatBlock','sort','change:activeMarkers','$marker','open','multipleBlocks','getRanges','_setSuggestionData','isNextTo','creator','_recordAttributeChanges','dataReady','12OSiVHH','_setSuggestionRange','isIntersecting','track-changes-user-not-found','registerCustomCallback','createPositionAfter','keys','updateSuggestion','enableReadOnlyMode','external:','rethrowUnexpectedError','authorName','containerElement','move','unshift','getAncestors','elementToElement','createdAt','formatInline:discard','data','_updateSuggestionData','key','CommentsRepository','PENDING_ACTION_SUGGESTION','_getAttributeKey','markMultiRangeInsertion','_registerInlineAttribute','hasCommentThread','delete','_trackFormatChanges','markerNameToElements','some','newValue','addComment','getUser','isLocal','splitPosition','ck-suggestion-marker-formatBlock','forward','error-saving-suggestion-data-suggestion-discarded','getShiftedBy','name','newRange','format','markMultiRangeDeletion','originalSuggestionId','markerToHighlight','init','isBefore','toUpperCase','enableCommand','ENTER','applyOperation','group','_onDiscard','_isForcedDefaultExecutionBlock','schema','_processAttributeSuggestions','editor','never','suggestionUnloaded','formatInline:join','nodeAfter','suggestion:attribute:','createSelection','fire','isInContent','formatInline:accept','high','bindElementToMarker','createPositionBefore','containsRange','isIntersectingWithRange','fromRange','formatBlock:chain','_getExternalAuthor','getRange','find','fromCharCode','change:data','containsRangeInObject','next','consumable','meta','_suggestionState','_element','_mergeNestedSuggestions','define','isBlock','createRange','1012888lSukAV','commentThread','2brTbKX','adapter','isTouching','discard','accepted','LEAVE','getSuggestions','_commentsRepository','warn','every','deletion:','_cutOutSuggestionMarker','execute','addHighlight','addCommentThread','_customCallbacks','isOwn','$elementName','insertion','hasComments','removeAttribute','getCustomProperty','commandName','_SUGGESTION_ANNOUNCEMENT','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.','activeMarkers','filter','deletion:chain','_createSuggestion','_recordAttributeSuggestions','_removeSuggestion','plugins','assign','_saved','getItems','requires','deleteContent','hasSuggestion','getCommentThread','batch','widget','formatInline','oldRange','formatBlock:discard','upcast','isSelectable','_handleNewSuggestionMarker','_registerDefaultCallbacks','setSelection','add','getChangedMarkers','toJSON','FORMATTING','getChanges','detach','_isDataLoaded','_isBlockAttribute','groupId','elementEnd','deletion:discard','_rangeIsInLocalUserInsertion','87306MSlugA','join','formatInline:chain','after','setAttribute','track-changes-adapter-already-set','16LkFFOw','suggestion-type','howMany','_refreshAttributeSuggestionsChain','_reduceExistingSuggestions','isLimit','containsPosition','multi','addClass','commands','createRangeIn','markBlockFormat'];_0x77f1=function(){return _0x846c47;};return _0x77f1();}const _0x4fb5e8=_0x374d;(function(_0x1ba87b,_0x51f3a5){const _0x331522=_0x374d,_0x4250fa=_0x1ba87b();while(!![]){try{const _0x2ae348=-parseInt(_0x331522(0x192))/0x1*(-parseInt(_0x331522(0x190))/0x2)+parseInt(_0x331522(0x2da))/0x3+parseInt(_0x331522(0x1f8))/0x4*(parseInt(_0x331522(0x20e))/0x5)+-parseInt(_0x331522(0x1cf))/0x6*(-parseInt(_0x331522(0x2c3))/0x7)+parseInt(_0x331522(0x1d5))/0x8*(-parseInt(_0x331522(0x261))/0x9)+-parseInt(_0x331522(0x214))/0xa+-parseInt(_0x331522(0x24a))/0xb*(parseInt(_0x331522(0x2e8))/0xc);if(_0x2ae348===_0x51f3a5)break;else _0x4250fa['push'](_0x4250fa['shift']());}catch(_0x1db293){_0x4250fa['push'](_0x4250fa['shift']());}}}(_0x77f1,0xc2b0d));import{Plugin as _0x4fc3b7,PendingActions as _0x479568}from'ckeditor5/src/core.js';import{LiveRange as _0x32fe60}from'ckeditor5/src/engine.js';import{CKEditorError as _0x503d90,uid as _0x5e7945,priorities as _0x46f05c,logWarning as _0xcaa6f0}from'ckeditor5/src/utils.js';import{toWidget as _0x4afbe6}from'ckeditor5/src/widget.js';import{Users as _0x5b42c3,hashObject as _0x5e7d4d,surroundingMarkersDetector as _0x13918a}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x31c374 from'./commands/trackchangescommand.js';import _0x216aeb from'./commands/acceptsuggestioncommand.js';import _0x3d8a3a from'./commands/discardsuggestioncommand.js';import _0x176e8d from'./commands/executeonallsuggestionscommand.js';import _0x1fc285 from'./commands/executeonselectedsuggestionscommand.js';import _0xc7d583 from'./suggestion.js';import _0x4d49bb from'./suggestiondescriptionfactory.js';import _0x45227a from'./integrations/aiassistant.js';import _0x183431 from'./integrations/alignment.js';import _0x2196ba from'./integrations/basicstyles.js';import _0x50d7fe from'./integrations/blockquote.js';import _0x102137 from'./integrations/casechange.js';import _0x30e3ef from'./integrations/ckbox.js';import _0x500f1e from'./integrations/codeblock.js';import _0x1171d7 from'./integrations/comments.js';import _0x536436 from'./integrations/deletecommand.js';import _0x199de6 from'./integrations/list.js';import _0x393333 from'./integrations/listproperties.js';import _0x24ea14 from'./integrations/entercommand.js';function _0x374d(_0x3f852f,_0x4b5531){const _0x77f125=_0x77f1();return _0x374d=function(_0x374de0,_0xbe67d7){_0x374de0=_0x374de0-0x157;let _0x3313cc=_0x77f125[_0x374de0];return _0x3313cc;},_0x374d(_0x3f852f,_0x4b5531);}import _0x21954e from'./integrations/findandreplace.js';import _0x2390a1 from'./integrations/font.js';import _0x526df4 from'./integrations/formatpainter.js';import _0xd80ffd from'./integrations/heading.js';import _0xb9f1a2 from'./integrations/highlight.js';import _0x18a924 from'./integrations/horizontalline.js';import _0x2ae9d5 from'./integrations/htmlembed.js';import _0x19cd05 from'./integrations/image.js';import _0x4870a0 from'./integrations/imagereplace.js';import _0x1310eb from'./integrations/imagestyle.js';import _0x3a336e from'./integrations/importword.js';import _0x37668f from'./integrations/indent.js';import _0x4533f6 from'./integrations/inputcommand.js';import _0x518f24 from'./integrations/link.js';import _0x4c197a from'./integrations/legacylist.js';import _0x3f6eba from'./integrations/legacylistproperties.js';import _0x140e45 from'./integrations/mediaembed.js';import _0x426751 from'./integrations/mention.js';import _0x79a2ca from'./integrations/multilevellist.js';import _0xfffe02 from'./integrations/pagebreak.js';import _0x369ee7 from'./integrations/paragraph.js';import _0x3d525a from'./integrations/removeformat.js';import _0x39aa8c from'./integrations/restrictededitingmode.js';import _0x2467d0 from'./integrations/shiftentercommand.js';import _0x318b0e from'./integrations/standardeditingmode.js';import _0x4f1ade from'./integrations/style.js';import _0x5bb905 from'./integrations/table.js';import _0xc9e699 from'./integrations/tablemergesplit.js';import _0x5a1808 from'./integrations/tableheadings.js';import _0x48fac7 from'./integrations/tableclipboard.js';import _0x2f1031 from'./integrations/tablecolumnresize.js';import _0x5b9574 from'./integrations/template.js';import _0x44a20d from'./integrations/tableofcontents.js';import _0x2fd0f2 from'./integrations/title.js';import _0x30ef13 from'./integrations/undo.js';import _0x14b781 from'./integrations/tablecaption.js';import _0x473057 from'./integrations/tableproperties.js';import{getTranslation as _0x1efa00}from'./utils/common-translations.js';import{isEqual as _0x841329,omit as _0x232307}from'lodash-es';export const renameAttributeKey=_0x4fb5e8(0x1a3);export default class p extends _0x4fc3b7{static get[_0x4fb5e8(0x1b5)](){const _0x5c6c78=_0x4fb5e8;return[_0x5c6c78(0x2fe),_0x5b42c3,_0x479568,_0x45227a,_0x183431,_0x2196ba,_0x50d7fe,_0x30e3ef,_0x102137,_0x500f1e,_0x1171d7,_0x536436,_0x24ea14,_0x21954e,_0x2390a1,_0x526df4,_0xd80ffd,_0xb9f1a2,_0x18a924,_0x2ae9d5,_0x19cd05,_0x1310eb,_0x4870a0,_0x3a336e,_0x37668f,_0x4533f6,_0x4c197a,_0x3f6eba,_0x79a2ca,_0x518f24,_0x199de6,_0x393333,_0x140e45,_0x426751,_0xfffe02,_0x369ee7,_0x3d525a,_0x39aa8c,_0x2467d0,_0x318b0e,_0x4f1ade,_0x5bb905,_0xc9e699,_0x5a1808,_0x14b781,_0x48fac7,_0x2f1031,_0x44a20d,_0x473057,_0x5b9574,_0x2fd0f2,_0x30ef13];}static get[_0x4fb5e8(0x1ef)](){const _0x535866=_0x4fb5e8;return _0x535866(0x28e);}constructor(_0x352707){const _0x9bc4ca=_0x4fb5e8;function _0xe7948d(_0x4e7d32){const _0x186d59=_0x374d;return _0x4e7d32[_0x186d59(0x27a)](_0x50bf31=>String[_0x186d59(0x184)](_0x50bf31))[_0x186d59(0x1d0)]('');}super(_0x352707),this[_0x9bc4ca(0x1af)]=!0x1,this[_0x9bc4ca(0x221)](_0x9bc4ca(0x1ab),[]),this['on'](_0x9bc4ca(0x2de),(_0x57d71d,_0x3055b8,_0x3b785b,_0x281fdd)=>{const _0x33cf0d=_0x9bc4ca;this[_0x33cf0d(0x1fd)][_0x33cf0d(0x219)](()=>{const _0x1463a7=_0x33cf0d;for(const _0x359c82 of[..._0x281fdd,..._0x3b785b])this[_0x1463a7(0x1fd)][_0x1463a7(0x275)][_0x1463a7(0x206)](_0x359c82)&&_0x352707[_0x1463a7(0x2b3)][_0x1463a7(0x20a)](_0x359c82);});}),this[_0x9bc4ca(0x2c6)]=new _0x4d49bb(this[_0x9bc4ca(0x170)][_0x9bc4ca(0x27d)][_0x9bc4ca(0x16e)],this[_0x9bc4ca(0x170)][_0x9bc4ca(0x284)]),this[_0x9bc4ca(0x25a)]=null,this[_0x9bc4ca(0x207)]=new xt(this[_0x9bc4ca(0x170)]),this[_0x9bc4ca(0x2bd)]=new Map(),this[_0x9bc4ca(0x199)]=_0x352707[_0x9bc4ca(0x1b1)][_0x9bc4ca(0x21c)](_0x9bc4ca(0x2fe)),this[_0x9bc4ca(0x2b9)]=new Set(),this[_0x9bc4ca(0x1fd)]=this[_0x9bc4ca(0x170)][_0x9bc4ca(0x27d)],this[_0x9bc4ca(0x18a)]=new WeakMap(),this[_0x9bc4ca(0x16d)]=!0x1,this[_0x9bc4ca(0x1f3)]=new Set([_0x9bc4ca(0x1a3)]),this[_0x9bc4ca(0x2bb)]=new Set(),_0x352707[_0x9bc4ca(0x205)][_0x9bc4ca(0x18d)](_0x9bc4ca(0x247),_0x9bc4ca(0x2d0)),this[_0x9bc4ca(0x305)]=_0x352707[_0x9bc4ca(0x205)][_0x9bc4ca(0x21c)](_0x9bc4ca(0x247)),_0x352707[_0x9bc4ca(0x205)][_0x9bc4ca(0x18d)](_0x9bc4ca(0x246),!0x0),this[_0x9bc4ca(0x18c)]=_0x352707[_0x9bc4ca(0x205)][_0x9bc4ca(0x21c)](_0x9bc4ca(0x246)),this[_0x9bc4ca(0x2c2)]=new _0x31c374(_0x352707,this[_0x9bc4ca(0x2b9)]),this[_0x9bc4ca(0x25d)](),this[_0xe7948d([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xe7948d([0x34,0x30,0x34,0x38,0x30,0x38,0x32,0x32]);}[_0x4fb5e8(0x165)](){const _0x3f5337=_0x4fb5e8,_0x95c194=this[_0x3f5337(0x170)],_0xe5b98d=(_0x293968,_0x14538a)=>{const _0x5410be=_0x3f5337;if(_0x5410be(0x2b7)!=_0x293968)return _0x5410be(0x29c)+_0x293968;const _0x47154a=_0x14538a[_0x5410be(0x208)]('|')[0x0];return this[_0x5410be(0x1ca)](_0x47154a)?_0x5410be(0x15b):_0x5410be(0x2a0);};_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x251))[_0x3f5337(0x164)]({'model':_0x3f5337(0x255),'view':_0x3d7e4f=>{const _0x4a0085=_0x3f5337,{id:_0x1cd08f,type:_0xdf1bc7,subType:_0x394787}=this[_0x4a0085(0x269)](_0x3d7e4f[_0x4a0085(0x2ce)]),_0x1939a5=[_0x4a0085(0x2b8),_0xe5b98d(_0xdf1bc7,_0x394787)];let _0x2bd172=0xbb8;return this[_0x4a0085(0x1ab)][_0x4a0085(0x25f)](_0x3d7e4f[_0x4a0085(0x2ce)])&&(_0x1939a5[_0x4a0085(0x229)](_0x4a0085(0x250)),_0x2bd172=0xbc2),_0x4a0085(0x2af)==_0xdf1bc7&&(_0x2bd172+=0x5),{'classes':_0x1939a5,'attributes':{'data-suggestion':_0x1cd08f},'priority':_0x2bd172};}}),_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x23d))[_0x3f5337(0x1c3)](_0x5c1247=>{const _0x3ccc37=_0x3f5337;_0x5c1247['on'](_0x3ccc37(0x244),(_0x4f5353,_0x333198,_0x4638f8)=>{const _0x5ca81f=_0x3ccc37;if(!_0x4638f8[_0x5ca81f(0x239)][_0x5ca81f(0x2b0)])return;const _0x4465d6=_0x333198[_0x5ca81f(0x235)];if(!_0x4465d6)return;const _0x4cc0b3=_0x4638f8[_0x5ca81f(0x290)][_0x5ca81f(0x248)](_0x4465d6);_0x95c194[_0x5ca81f(0x27d)][_0x5ca81f(0x16e)][_0x5ca81f(0x257)](_0x4465d6)&&_0x4cc0b3&&!_0x4cc0b3[_0x5ca81f(0x1a7)](_0x5ca81f(0x1ba))&&_0x4cc0b3['is'](_0x5ca81f(0x2f4))&&_0x4afbe6(_0x4cc0b3,_0x4638f8[_0x5ca81f(0x1f1)]);},{'priority':_0x3ccc37(0x17a)});}),_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x23d))[_0x3f5337(0x164)]({'model':_0x3f5337(0x255),'view':(_0x3f1b75,_0x557a87)=>{const _0x4bafee=_0x3f5337;if(!_0x557a87[_0x4bafee(0x239)][_0x4bafee(0x2b0)])return null;const {type:_0x3e00b1,subType:_0xad3f22}=this[_0x4bafee(0x269)](_0x3f1b75[_0x4bafee(0x2ce)]);return{'classes':[_0x4bafee(0x2b8),_0xe5b98d(_0x3e00b1,_0xad3f22)],'priority':0xbb8};}});const _0xe5ddda=({showActiveMarkers:_0x1e7e70=!0x0,isAttributeSuggestion:_0x399d21=!0x1}={})=>(_0x3af2df,_0xc20f1a,_0x2d1dea)=>{const _0xcaf4fe=_0x3f5337;if(!_0xc20f1a[_0xcaf4fe(0x235)])return;const {id:_0x31471b}=this[_0xcaf4fe(0x269)](_0xc20f1a[_0xcaf4fe(0x2ce)]);if(_0x399d21){const _0x7f3b64=this[_0xcaf4fe(0x2bd)][_0xcaf4fe(0x21c)](_0x31471b),_0xe96697=this[_0xcaf4fe(0x300)](_0x7f3b64);if(!this[_0xcaf4fe(0x1ca)](_0xe96697))return;}if(_0xc20f1a[_0xcaf4fe(0x235)]['is'](_0xcaf4fe(0x2c4)))return void _0x2d1dea[_0xcaf4fe(0x188)][_0xcaf4fe(0x273)](_0xc20f1a[_0xcaf4fe(0x235)],_0x3af2df[_0xcaf4fe(0x15f)]);const _0x3ce270=_0x2d1dea[_0xcaf4fe(0x290)][_0xcaf4fe(0x248)](_0xc20f1a[_0xcaf4fe(0x235)]);if(_0xc20f1a[_0xcaf4fe(0x235)]['is'](_0xcaf4fe(0x24c))&&_0x95c194[_0xcaf4fe(0x27d)][_0xcaf4fe(0x16e)][_0xcaf4fe(0x18e)](_0xc20f1a[_0xcaf4fe(0x235)])&&!_0x3ce270[_0xcaf4fe(0x1a7)](_0xcaf4fe(0x19f))){_0x2d1dea[_0xcaf4fe(0x1f1)][_0xcaf4fe(0x1dd)]([_0xcaf4fe(0x2b8),_0xcaf4fe(0x15b)],_0x3ce270),_0x2d1dea[_0xcaf4fe(0x1f1)][_0xcaf4fe(0x1d3)](_0xcaf4fe(0x29a),_0x31471b,_0x3ce270),_0x2d1dea[_0xcaf4fe(0x290)][_0xcaf4fe(0x17b)](_0x3ce270,_0xc20f1a[_0xcaf4fe(0x2ce)]),_0x1e7e70&&(this[_0xcaf4fe(0x1ab)][_0xcaf4fe(0x25f)](_0xc20f1a[_0xcaf4fe(0x2ce)])?_0x2d1dea[_0xcaf4fe(0x1f1)][_0xcaf4fe(0x1dd)](_0xcaf4fe(0x250),_0x3ce270):_0x2d1dea[_0xcaf4fe(0x1f1)][_0xcaf4fe(0x1ee)](_0xcaf4fe(0x250),_0x3ce270));for(const _0x1647b2 of _0x95c194[_0xcaf4fe(0x27d)][_0xcaf4fe(0x1df)](_0xc20f1a[_0xcaf4fe(0x235)])[_0xcaf4fe(0x1b4)]())_0x2d1dea[_0xcaf4fe(0x188)][_0xcaf4fe(0x273)](_0x1647b2,_0x3af2df[_0xcaf4fe(0x15f)]);_0x2d1dea[_0xcaf4fe(0x188)][_0xcaf4fe(0x273)](_0xc20f1a[_0xcaf4fe(0x235)],_0x3af2df[_0xcaf4fe(0x15f)]);}};_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x23d))[_0x3f5337(0x1c3)](_0xcef5b4=>{const _0x2aa6ff=_0x3f5337;_0xcef5b4['on'](_0x2aa6ff(0x216),(_0x448384,_0x1632cb,_0x115ef1)=>{const _0x3610e9=_0x2aa6ff;_0x115ef1[_0x3610e9(0x239)][_0x3610e9(0x2b0)]&&_0xe5ddda({'showActiveMarkers':!0x1})(_0x448384,_0x1632cb,_0x115ef1);},{'priority':_0x2aa6ff(0x2d6)});}),_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x23d))[_0x3f5337(0x1c3)](_0x5b1755=>{const _0x3aa2a3=_0x3f5337;_0x5b1755['on'](_0x3aa2a3(0x1f9),(_0x54f8b1,_0x570eed,_0x230330)=>{const _0x523d3a=_0x3aa2a3;_0x230330[_0x523d3a(0x239)][_0x523d3a(0x2b0)]&&_0xe5ddda({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x54f8b1,_0x570eed,_0x230330);},{'priority':_0x3aa2a3(0x2d6)});}),_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x23d))[_0x3f5337(0x277)]({'model':_0x3f5337(0x255),'view':(_0x1bd6a1,_0x307b72)=>_0x307b72[_0x3f5337(0x239)][_0x3f5337(0x2b0)]?null:{'group':_0x3f5337(0x255),'name':_0x1bd6a1[_0x3f5337(0x201)](0xb)}}),_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x1be))[_0x3f5337(0x2f8)]({'view':{'name':_0x3f5337(0x255),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x42ca34,{writer:_0x4d7cd2})=>{const _0x2fe738=_0x3f5337;let _0x375bed=_0x2fe738(0x2a6)+_0x42ca34[_0x2fe738(0x2ad)](_0x2fe738(0x1d6))+':'+_0x42ca34[_0x2fe738(0x2ad)]('id');return _0x42ca34[_0x2fe738(0x2ad)](_0x2fe738(0x289))&&(_0x375bed+=':'+_0x42ca34[_0x2fe738(0x2ad)](_0x2fe738(0x289))),_0x4d7cd2[_0x2fe738(0x2cf)](_0x2fe738(0x2df),{'data-name':_0x375bed});}}),_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x1be))[_0x3f5337(0x2b1)]({'view':_0x3f5337(0x255)}),_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x251))[_0x3f5337(0x1c3)](_0x55fe35=>{const _0x587d7a=_0x3f5337;_0x55fe35['on'](_0x587d7a(0x216),_0xe5ddda(),{'priority':_0x587d7a(0x17a)});}),_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x251))[_0x3f5337(0x1c3)](_0x4ab282=>{const _0x319bad=_0x3f5337;_0x4ab282['on'](_0x319bad(0x1f9),_0xe5ddda({'isAttributeSuggestion':!0x0}),{'priority':_0x319bad(0x17a)});}),_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x251))[_0x3f5337(0x1c3)](_0x411e87=>{const _0xba88e7=_0x3f5337;_0x411e87['on'](_0xba88e7(0x223),(_0x490d68,_0x2d4877,_0x33c6db)=>{const _0x3f81b4=_0xba88e7,_0x2e353e=_0x33c6db[_0x3f81b4(0x290)][_0x3f81b4(0x306)](_0x2d4877[_0x3f81b4(0x2ce)]);if(_0x2e353e){for(const _0x3f0bc8 of _0x2e353e)_0x3f0bc8[_0x3f81b4(0x1a7)](_0x3f81b4(0x19f))||(_0x33c6db[_0x3f81b4(0x1f1)][_0x3f81b4(0x1ee)]([_0x3f81b4(0x2b8),_0x3f81b4(0x15b),_0x3f81b4(0x250)],_0x3f0bc8),_0x33c6db[_0x3f81b4(0x1f1)][_0x3f81b4(0x1a6)](_0x3f81b4(0x29a),_0x3f0bc8),_0x33c6db[_0x3f81b4(0x290)][_0x3f81b4(0x292)](_0x3f0bc8,_0x2d4877[_0x3f81b4(0x2ce)]));}},{'priority':_0xba88e7(0x17a)});}),_0x95c194[_0x3f5337(0x224)][_0x3f5337(0x272)](_0x3f5337(0x251))[_0x3f5337(0x1c3)](_0x492ad9=>{const _0x104184=_0x3f5337;_0x492ad9['on'](_0x104184(0x29b),(_0x37c1ac,_0x2551be,_0x3d18e4)=>{const _0x56d84c=_0x104184,_0xb065b5=_0x3d18e4[_0x56d84c(0x290)][_0x56d84c(0x306)](_0x2551be[_0x56d84c(0x2ce)]);if(!_0xb065b5)return;const {id:_0x2c3da2}=this[_0x56d84c(0x269)](_0x2551be[_0x56d84c(0x2ce)]),_0x3846b3=this[_0x56d84c(0x2bd)][_0x56d84c(0x21c)](_0x2c3da2),_0x100f88=this[_0x56d84c(0x300)](_0x3846b3);if(this[_0x56d84c(0x1ca)](_0x100f88)){for(const _0x490c02 of _0xb065b5)_0x490c02[_0x56d84c(0x1a7)](_0x56d84c(0x19f))||(_0x3d18e4[_0x56d84c(0x1f1)][_0x56d84c(0x1ee)]([_0x56d84c(0x2b8),_0x56d84c(0x15b),_0x56d84c(0x250)],_0x490c02),_0x3d18e4[_0x56d84c(0x1f1)][_0x56d84c(0x1a6)](_0x56d84c(0x29a),_0x490c02),_0x3d18e4[_0x56d84c(0x290)][_0x56d84c(0x292)](_0x490c02,_0x2551be[_0x56d84c(0x2ce)]));}},{'priority':_0x104184(0x17a)});}),_0x95c194[_0x3f5337(0x27d)][_0x3f5337(0x213)][_0x3f5337(0x2d7)](_0x25d17f=>{const _0x427e81=_0x3f5337;let _0x438eb6=!0x1;const _0x500300=Array[_0x427e81(0x28b)](_0x95c194[_0x427e81(0x27d)][_0x427e81(0x213)][_0x427e81(0x274)][_0x427e81(0x1c4)]()),_0x47ef18=new Set();for(const {name:_0x4db7d4,data:_0x503268}of _0x500300){const {group:_0x34761c,type:_0x320d71,subType:_0x30ef78,id:_0x44d792}=this[_0x427e81(0x269)](_0x4db7d4);if(_0x427e81(0x255)!==_0x34761c)continue;const _0x32c139=this[_0x427e81(0x2bd)][_0x427e81(0x21c)](_0x44d792);if(null!=_0x503268[_0x427e81(0x160)]){_0x427e81(0x1bb)==_0x320d71&&(_0x438eb6=_0x438eb6||Et(_0x503268[_0x427e81(0x160)],_0x4db7d4,_0x25d17f,_0x95c194[_0x427e81(0x27d)][_0x427e81(0x16e)]));const _0x4b885b=_0x427e81(0x2b7)==_0x320d71&&this[_0x427e81(0x1ca)](_0x30ef78[_0x427e81(0x208)]('|')[0x0]);if(_0x503268[_0x427e81(0x160)][_0x427e81(0x2a1)]||_0x427e81(0x252)==_0x503268[_0x427e81(0x160)][_0x427e81(0x265)][_0x427e81(0x1e3)]||_0x427e81(0x2dc)==_0x320d71&&!Ut(_0x503268[_0x427e81(0x160)])||_0x4b885b&&!Ut(_0x503268[_0x427e81(0x160)])||_0x427e81(0x2af)==_0x320d71&&!(!Tt(_0x3b8b73=_0x503268[_0x427e81(0x160)])&&!function(_0x48598f){const _0x49b549=_0x427e81;return _0x48598f[_0x49b549(0x2b4)][_0x49b549(0x1e7)]==_0x48598f[_0x49b549(0x256)][_0x49b549(0x209)]&&_0x48598f[_0x49b549(0x2b4)][_0x49b549(0x1ff)];}(_0x3b8b73)))_0x25d17f[_0x427e81(0x24e)](_0x4db7d4),_0x438eb6=!0x0;else{if(!_0x32c139||!_0x32c139[_0x427e81(0x178)])continue;_0x47ef18[_0x427e81(0x1c3)](_0x32c139);}}}var _0x3b8b73;return _0x47ef18[_0x427e81(0x242)]>0x0&&(_0x438eb6=!!this[_0x427e81(0x285)](_0x47ef18)||_0x438eb6),_0x438eb6;}),_0x95c194[_0x3f5337(0x27d)][_0x3f5337(0x213)][_0x3f5337(0x2d7)](_0x234d40=>{const _0x213577=_0x3f5337;let _0x4d960b=!0x1;for(const _0x5d11bb of _0x95c194[_0x213577(0x27d)][_0x213577(0x213)][_0x213577(0x274)][_0x213577(0x1c7)]())if(_0x213577(0x1f4)==_0x5d11bb[_0x213577(0x27c)])for(const _0x4848da of this[_0x213577(0x2bd)][_0x213577(0x266)]()){if(_0x4848da[_0x213577(0x2c7)]||!_0x4848da[_0x213577(0x178)])continue;const _0xa9c2cc=_0x213577(0x2dc)==_0x4848da[_0x213577(0x27c)],_0x50ef7e=this[_0x213577(0x300)](_0x4848da),_0x24b863=_0x50ef7e&&this[_0x213577(0x1ca)](_0x50ef7e);if(!_0xa9c2cc&&!_0x24b863)continue;const _0x2a0258=_0x4848da[_0x213577(0x234)]();if(_0x2a0258[_0x213577(0x2b4)][_0x213577(0x1e7)]!=_0x2a0258[_0x213577(0x256)][_0x213577(0x1e7)]&&!_0x2a0258[_0x213577(0x256)][_0x213577(0x1ff)]){const _0x1f0cd8=_0x95c194[_0x213577(0x27d)][_0x213577(0x28a)](_0x2a0258[_0x213577(0x2b4)][_0x213577(0x174)],_0x213577(0x256)),_0x1bee41=_0x95c194[_0x213577(0x27d)][_0x213577(0x18f)](_0x2a0258[_0x213577(0x2b4)],_0x1f0cd8);_0x234d40[_0x213577(0x262)](_0x4848da[_0x213577(0x218)](),{'range':_0x1bee41}),_0x4d960b=!0x0;}}return _0x4d960b;}),_0x95c194[_0x3f5337(0x27d)][_0x3f5337(0x213)][_0x3f5337(0x2d7)](_0x1a8f11=>this[_0x3f5337(0x29d)](_0x1a8f11)),_0x95c194[_0x3f5337(0x27d)][_0x3f5337(0x213)][_0x3f5337(0x2d7)](_0x99f9bf=>!_0x99f9bf[_0x3f5337(0x1b9)][_0x3f5337(0x159)]&&this[_0x3f5337(0x16f)](_0x99f9bf)),_0x95c194[_0x3f5337(0x27d)]['on'](_0x3f5337(0x1fe),()=>{const _0x25f77c=_0x3f5337;this[_0x25f77c(0x1af)]=!0x1;}),_0x95c194[_0x3f5337(0x27d)][_0x3f5337(0x213)]['on'](_0x3f5337(0x185),(_0x1135b7,_0x506c77)=>{const _0x21128c=_0x3f5337;if(!_0x506c77[_0x21128c(0x159)]||_0x506c77[_0x21128c(0x20b)])return;if(!this[_0x21128c(0x1af)])return;const _0x2cd492=_0x95c194[_0x21128c(0x27d)][_0x21128c(0x213)][_0x21128c(0x274)][_0x21128c(0x1c7)]();if(0x0==_0x2cd492[_0x21128c(0x296)])return;const _0x40b7ef=[],_0x2d63f6=_0x2cd492[_0x21128c(0x1ac)](_0x3dc12f=>_0x21128c(0x2b7)==_0x3dc12f[_0x21128c(0x27c)]),_0x43102d=_0x2cd492[_0x21128c(0x1ac)](_0x3b8c88=>_0x21128c(0x1f4)==_0x3b8c88[_0x21128c(0x27c)]&&_0x21128c(0x1f0)!=_0x3b8c88[_0x21128c(0x15f)]),_0x227ed7=_0x2cd492[_0x21128c(0x1ac)](_0x45e32c=>_0x21128c(0x1fb)==_0x45e32c[_0x21128c(0x27c)]&&_0x21128c(0x1f0)!=_0x45e32c[_0x21128c(0x15f)]);for(const _0x211495 of _0x2d63f6)this[_0x21128c(0x26b)](_0x211495[_0x21128c(0x2d5)])&&_0x40b7ef[_0x21128c(0x229)]({'key':_0x211495[_0x21128c(0x2d5)],'newValue':_0x211495[_0x21128c(0x1eb)],'oldValue':_0x211495[_0x21128c(0x1e4)],'range':Ot(_0x211495[_0x21128c(0x253)],_0x95c194[_0x21128c(0x27d)])});for(const _0x83c7e4 of _0x43102d){const _0xd544fc=_0x227ed7[_0x21128c(0x183)](_0x135e82=>_0x135e82[_0x21128c(0x18b)]===_0x83c7e4[_0x21128c(0x18b)]);if(_0xd544fc){const _0x5ab47c=Gt(_0x83c7e4[_0x21128c(0x26f)][_0x21128c(0x174)],_0x95c194[_0x21128c(0x27d)]);_0xd544fc[_0x21128c(0x15f)]!==_0x83c7e4[_0x21128c(0x15f)]&&_0x40b7ef[_0x21128c(0x229)]({'key':_0x21128c(0x1a3),'newValue':_0x83c7e4[_0x21128c(0x15f)],'oldValue':_0xd544fc[_0x21128c(0x15f)],'range':_0x5ab47c});for(const [_0x40de94,_0x2a35b7]of _0xd544fc[_0x21128c(0x2d1)]){if(!this[_0x21128c(0x26b)](_0x40de94))continue;const _0x17c5ac=_0x83c7e4[_0x21128c(0x2d1)][_0x21128c(0x21c)](_0x40de94);_0x2a35b7!==_0x17c5ac&&_0x40b7ef[_0x21128c(0x229)]({'key':_0x40de94,'newValue':_0x17c5ac,'oldValue':_0x2a35b7,'range':_0x5ab47c});}for(const [_0x4f66a2,_0x4a0ef0]of _0x83c7e4[_0x21128c(0x2d1)])this[_0x21128c(0x26b)](_0x4f66a2)&&(_0xd544fc[_0x21128c(0x2d1)][_0x21128c(0x206)](_0x4f66a2)||_0x40b7ef[_0x21128c(0x229)]({'key':_0x4f66a2,'newValue':_0x4a0ef0,'oldValue':null,'range':_0x5ab47c}));}}0x0!=_0x40b7ef[_0x21128c(0x296)]&&_0x95c194[_0x21128c(0x27d)][_0x21128c(0x260)](_0x506c77,_0x16225e=>{const _0x48e6da=_0x21128c,_0x4ea04b=_0x5e7945();for(const {range:_0x2435c8,key:_0x5bc502,oldValue:_0x5bd5f8,newValue:_0x403d4b}of _0x40b7ef)this[_0x48e6da(0x28d)](_0x2435c8,_0x5bc502,_0x5bd5f8,_0x403d4b,{'groupId':_0x4ea04b});this[_0x48e6da(0x1d9)](_0x16225e,_0x40b7ef);});},{'priority':_0x3f5337(0x280)}),_0x95c194[_0x3f5337(0x27d)][_0x3f5337(0x275)]['on'](_0x3f5337(0x228),(_0x19f740,_0x2043db,_0x49e43e)=>{const _0x19825e=_0x3f5337;if(null==_0x49e43e){const {id:_0x4b7577}=this[_0x19825e(0x269)](_0x2043db[_0x19825e(0x15f)]),_0x56ecbf=this[_0x19825e(0x2bd)][_0x19825e(0x21c)](_0x4b7577);_0x56ecbf&&_0x56ecbf[_0x19825e(0x211)](_0x2043db[_0x19825e(0x15f)]);}}),_0x95c194[_0x3f5337(0x27d)][_0x3f5337(0x213)]['on'](_0x3f5337(0x185),()=>{const _0x4ee747=_0x3f5337,_0x2a0021=Array[_0x4ee747(0x28b)](_0x95c194[_0x4ee747(0x27d)][_0x4ee747(0x213)][_0x4ee747(0x274)][_0x4ee747(0x1c4)]())[_0x4ee747(0x1ac)](_0x4cd1a8=>_0x4ee747(0x255)===this[_0x4ee747(0x269)](_0x4cd1a8[_0x4ee747(0x15f)])[_0x4ee747(0x16b)]);if(0x0===_0x2a0021[_0x4ee747(0x296)])return;_0x2a0021[_0x4ee747(0x2dd)]((_0x3000b5,_0x3b2c9d)=>{const _0x22b52e=_0x4ee747,_0x4c69ce=_0x3000b5[_0x22b52e(0x2fb)][_0x22b52e(0x1bc)],_0x15d779=_0x3b2c9d[_0x22b52e(0x2fb)][_0x22b52e(0x1bc)];return null===_0x4c69ce&&null===_0x15d779?0x0:null===_0x4c69ce&&null!==_0x15d779?-0x1:null!==_0x4c69ce&&null===_0x15d779?0x1:_0x4c69ce[_0x22b52e(0x2b4)][_0x22b52e(0x166)](_0x15d779[_0x22b52e(0x2b4)])?-0x1:0x1;});const _0xa0a822=new Set(),_0x78399e=new Set();for(const {name:_0x4969fb,data:_0x1c94e1}of _0x2a0021){const {id:_0x35fc5d}=this[_0x4ee747(0x269)](_0x4969fb);if(null===_0x1c94e1[_0x4ee747(0x1bc)]){const _0xe318ea=this[_0x4ee747(0x1c0)](_0x4969fb);_0x78399e[_0x4ee747(0x1c3)](_0xe318ea);}else{const _0x2367e7=this[_0x4ee747(0x2bd)][_0x4ee747(0x21c)](_0x35fc5d);null!==_0x1c94e1[_0x4ee747(0x160)]||_0x2367e7[_0x4ee747(0x178)]?(_0xa0a822[_0x4ee747(0x1c3)](_0x2367e7[_0x4ee747(0x22c)]),_0x78399e[_0x4ee747(0x1c3)](_0x2367e7)):this[_0x4ee747(0x1b0)](_0x2367e7);}}_0x78399e[_0x4ee747(0x242)]>0x0&&this[_0x4ee747(0x25e)](_0x78399e);for(const _0x48f43f of _0xa0a822)this[_0x4ee747(0x177)](_0x4ee747(0x2d3),_0x48f43f);}),_0x95c194[_0x3f5337(0x27d)]['on'](_0x3f5337(0x16a),(_0x6f1e72,_0x9d7939)=>{const _0x413e5a=_0x3f5337,_0x5ddc38=_0x9d7939[0x0];if(!this[_0x413e5a(0x2bd)][_0x413e5a(0x242)])return;if(!_0x5ddc38[_0x413e5a(0x298)])return;if(_0x5ddc38[_0x413e5a(0x1b9)][_0x413e5a(0x20b)]||!_0x5ddc38[_0x413e5a(0x1b9)][_0x413e5a(0x159)])return;let _0x2ce730,_0x7493d9;switch(_0x5ddc38[_0x413e5a(0x27c)]){case _0x413e5a(0x1f4):_0x2ce730=_0x95c194[_0x413e5a(0x27d)][_0x413e5a(0x28a)](_0x5ddc38[_0x413e5a(0x26f)]),_0x7493d9=_0x2ce730[_0x413e5a(0x15e)](_0x5ddc38[_0x413e5a(0x1d7)]);break;case _0x413e5a(0x208):_0x2ce730=_0x95c194[_0x413e5a(0x27d)][_0x413e5a(0x28a)](_0x5ddc38[_0x413e5a(0x15a)]),_0x7493d9=_0x95c194[_0x413e5a(0x27d)][_0x413e5a(0x28a)](_0x5ddc38[_0x413e5a(0x2a7)]);break;case _0x413e5a(0x2f5):_0x2ce730=_0x95c194[_0x413e5a(0x27d)][_0x413e5a(0x28a)](_0x5ddc38[_0x413e5a(0x2d9)]),_0x7493d9=_0x2ce730[_0x413e5a(0x15e)](_0x5ddc38[_0x413e5a(0x1d7)]);break;default:return;}const _0x46bb2a=_0x95c194[_0x413e5a(0x27d)][_0x413e5a(0x18f)](_0x2ce730,_0x7493d9);_0x95c194[_0x413e5a(0x27d)][_0x413e5a(0x219)](()=>{const _0x25a531=_0x413e5a;for(const {suggestion:_0x570072,meta:_0x416970}of this[_0x25a531(0x21f)](_0x46bb2a)){if(_0x570072[_0x25a531(0x2c7)])continue;if(_0x25a531(0x1bb)==_0x570072[_0x25a531(0x27c)])continue;const _0x2f25b2=this[_0x25a531(0x300)](_0x570072);if(_0x2f25b2&&this[_0x25a531(0x1ca)](_0x2f25b2)&&_0x25a531(0x208)!=_0x5ddc38[_0x25a531(0x27c)])continue;const _0x15dd91=_0x570072[_0x25a531(0x2fb)]&&_0x570072[_0x25a531(0x2fb)][_0x25a531(0x2e1)];(_0x25a531(0x2dc)!=_0x570072[_0x25a531(0x27c)]||_0x25a531(0x208)==_0x5ddc38[_0x25a531(0x27c)]&&!_0x15dd91)&&(_0x416970[_0x25a531(0x186)]||_0x25a531(0x1a4)==_0x570072[_0x25a531(0x27c)]&&_0x416970[_0x25a531(0x1a2)]||_0x570072[_0x25a531(0x234)]()[_0x25a531(0x17d)](_0x46bb2a)&&this[_0x25a531(0x1fa)](_0x570072,_0x2ce730,_0x7493d9));}});},{'priority':_0x3f5337(0x280)}),_0x95c194[_0x3f5337(0x27d)]['on'](_0x3f5337(0x1b6),(_0x44d26c,_0x3356c8)=>{const _0x1ea7b6=_0x3f5337,_0x4d7fc9=_0x3356c8[0x0],_0x46278d=_0x3356c8[0x1];if(_0x46278d&&_0x46278d[_0x1ea7b6(0x2ac)])return;if(this[_0x1ea7b6(0x16d)])return;if(!this[_0x1ea7b6(0x2c2)][_0x1ea7b6(0x25c)])return;if(_0x4d7fc9[_0x1ea7b6(0x2a1)])return;const _0x2dbd36=_0x95c194[_0x1ea7b6(0x27d)][_0x1ea7b6(0x16e)],{start:_0x30ab5,end:_0x49e766}=_0x4d7fc9[_0x1ea7b6(0x234)](),_0x150a63=_0x30ab5[_0x1ea7b6(0x174)]&&_0x2dbd36[_0x1ea7b6(0x1da)](_0x30ab5[_0x1ea7b6(0x174)])?null:_0x2dbd36[_0x1ea7b6(0x291)](_0x30ab5,_0x1ea7b6(0x15c)),_0x45814e=_0x49e766[_0x1ea7b6(0x209)]&&_0x2dbd36[_0x1ea7b6(0x1da)](_0x49e766[_0x1ea7b6(0x209)])?null:_0x2dbd36[_0x1ea7b6(0x291)](_0x49e766,_0x1ea7b6(0x22a)),_0x120f64=_0x95c194[_0x1ea7b6(0x27d)][_0x1ea7b6(0x18f)](_0x150a63?_0x150a63[_0x1ea7b6(0x2b4)]:_0x30ab5,_0x45814e?_0x45814e[_0x1ea7b6(0x256)]:_0x49e766);_0x95c194[_0x1ea7b6(0x27d)][_0x1ea7b6(0x219)](_0x1ab900=>{const _0x441cf2=_0x1ea7b6;this[_0x441cf2(0x28f)](_0x120f64);const _0x428ee3=_0x95c194[_0x441cf2(0x27d)][_0x441cf2(0x16e)][_0x441cf2(0x291)](_0x120f64[_0x441cf2(0x2b4)]);_0x4d7fc9['is'](_0x441cf2(0x27f))?_0x1ab900[_0x441cf2(0x1c2)](_0x428ee3):_0x4d7fc9[_0x441cf2(0x24d)](_0x428ee3);}),_0x44d26c[_0x1ea7b6(0x245)]();},{'priority':_0x46f05c[_0x3f5337(0x24b)]+0xa}),_0x95c194[_0x3f5337(0x27d)]['on'](_0x3f5337(0x23b),(_0x7f8e9b,_0x280ff8)=>{const _0x38e374=_0x3f5337,_0x13d580=_0x280ff8[_0x280ff8[_0x38e374(0x296)]-0x1];_0x13d580&&_0x13d580[_0x38e374(0x2ac)]||this[_0x38e374(0x16d)]||this[_0x38e374(0x2c2)][_0x38e374(0x25c)]&&(_0x95c194[_0x38e374(0x27d)][_0x38e374(0x219)](()=>{const _0x2e9f87=_0x38e374;let _0x3c483b=_0x95c194[_0x2e9f87(0x27d)][_0x2e9f87(0x23b)](_0x280ff8[0x0],_0x280ff8[0x1],_0x280ff8[0x2],{'forceDefaultExecution':!0x0});if(!_0x3c483b)return;_0x7f8e9b[_0x2e9f87(0x254)]=_0x3c483b[_0x2e9f87(0x200)]();const _0x4a3eb1=_0x3c483b[_0x2e9f87(0x256)][_0x2e9f87(0x209)],_0x5c19ec=_0x95c194[_0x2e9f87(0x27d)][_0x2e9f87(0x16e)];_0x4a3eb1&&_0x5c19ec[_0x2e9f87(0x18e)](_0x4a3eb1)&&!_0x5c19ec[_0x2e9f87(0x257)](_0x4a3eb1)&&(_0x3c483b=_0x95c194[_0x2e9f87(0x27d)][_0x2e9f87(0x18f)](_0x3c483b[_0x2e9f87(0x2b4)],_0x95c194[_0x2e9f87(0x27d)][_0x2e9f87(0x28a)](_0x4a3eb1,_0x2e9f87(0x256)))),this[_0x2e9f87(0x282)](_0x3c483b);}),_0x7f8e9b[_0x38e374(0x245)]());},{'priority':_0x3f5337(0x17a)}),this[_0x3f5337(0x170)][_0x3f5337(0x1de)][_0x3f5337(0x1c3)](_0x3f5337(0x26c),this[_0x3f5337(0x2c2)]),this[_0x3f5337(0x168)](_0x3f5337(0x26c));const _0x5e17fb=new _0x216aeb(_0x95c194,this[_0x3f5337(0x2bd)]);_0x95c194[_0x3f5337(0x1de)][_0x3f5337(0x1c3)](_0x3f5337(0x1ed),_0x5e17fb),this[_0x3f5337(0x168)](_0x3f5337(0x1ed));const _0x1f17fe=new _0x3d8a3a(_0x95c194,this[_0x3f5337(0x2bd)]);_0x95c194[_0x3f5337(0x1de)][_0x3f5337(0x1c3)](_0x3f5337(0x2a4),_0x1f17fe),this[_0x3f5337(0x168)](_0x3f5337(0x2a4)),_0x95c194[_0x3f5337(0x1de)][_0x3f5337(0x1c3)](_0x3f5337(0x2c9),new _0x176e8d(_0x95c194,_0x5e17fb,this[_0x3f5337(0x2bd)])),this[_0x3f5337(0x168)](_0x3f5337(0x2c9)),_0x95c194[_0x3f5337(0x1de)][_0x3f5337(0x1c3)](_0x3f5337(0x28c),new _0x176e8d(_0x95c194,_0x1f17fe,this[_0x3f5337(0x2bd)])),this[_0x3f5337(0x168)](_0x3f5337(0x28c)),_0x95c194[_0x3f5337(0x1de)][_0x3f5337(0x1c3)](_0x3f5337(0x2b2),new _0x1fc285(_0x95c194,_0x5e17fb,this[_0x3f5337(0x2bd)])),this[_0x3f5337(0x168)](_0x3f5337(0x2b2)),_0x95c194[_0x3f5337(0x1de)][_0x3f5337(0x1c3)](_0x3f5337(0x20f),new _0x1fc285(_0x95c194,_0x1f17fe,this[_0x3f5337(0x2bd)])),this[_0x3f5337(0x168)](_0x3f5337(0x20f));const _0x354862=_0x95c194[_0x3f5337(0x1b1)][_0x3f5337(0x21c)](_0x3f5337(0x2fe));this[_0x3f5337(0x1e5)](_0x354862,_0x3f5337(0x157),(_0x331c1a,{threadId:_0x502d59})=>{const _0x3e73e1=_0x3f5337,_0x2592cd=this[_0x3e73e1(0x2bd)][_0x3e73e1(0x21c)](_0x502d59);_0x2592cd&&_0x2592cd[_0x3e73e1(0x191)]&&0x1===_0x2592cd[_0x3e73e1(0x191)][_0x3e73e1(0x296)]&&this[_0x3e73e1(0x2fc)](_0x502d59,{'hasComments':!0x0});},{'priority':_0x3f5337(0x22d)}),this[_0x3f5337(0x1e5)](_0x354862,_0x3f5337(0x2cd),(_0x1eb859,{threadId:_0x29f655})=>{const _0x197cf2=_0x3f5337,_0x598683=this[_0x197cf2(0x2bd)][_0x197cf2(0x21c)](_0x29f655);_0x598683&&_0x598683[_0x197cf2(0x191)]&&!_0x598683[_0x197cf2(0x191)][_0x197cf2(0x296)]&&this[_0x197cf2(0x2fc)](_0x29f655,{'hasComments':!0x1});},{'priority':_0x3f5337(0x22d)});}set[_0x4fb5e8(0x193)](_0x117a6e){const _0x42d6a8=_0x4fb5e8;if(this[_0x42d6a8(0x25a)])throw new _0x503d90(_0x42d6a8(0x1d4),this);this[_0x42d6a8(0x25a)]=_0x117a6e;}get[_0x4fb5e8(0x193)](){const _0x41e1b5=_0x4fb5e8;return this[_0x41e1b5(0x25a)];}[_0x4fb5e8(0x198)]({skipNotAttached:_0x307611=!0x1,toJSON:_0x311661=!0x1}={}){const _0x1f6a7b=_0x4fb5e8,_0x35037d=[];for(const _0x2a8b11 of this[_0x1f6a7b(0x2bd)][_0x1f6a7b(0x266)]())_0x307611&&!_0x2a8b11[_0x1f6a7b(0x178)]||_0x35037d[_0x1f6a7b(0x229)](_0x2a8b11);return _0x311661?_0x35037d[_0x1f6a7b(0x27a)](_0x202083=>_0x202083[_0x1f6a7b(0x1c5)]()):_0x35037d;}[_0x4fb5e8(0x243)](_0x33584e){const _0x2a283b=_0x4fb5e8,_0x1c2d75=this[_0x2a283b(0x2bd)][_0x2a283b(0x21c)](_0x33584e);if(!_0x1c2d75)throw new _0x503d90(_0x2a283b(0x203),this);return _0x1c2d75;}[_0x4fb5e8(0x1b7)](_0x2423b7){const _0x3873f4=_0x4fb5e8;return this[_0x3873f4(0x2bd)][_0x3873f4(0x206)](_0x2423b7);}[_0x4fb5e8(0x1e6)](_0x22b2b2){const _0x5cc185=_0x4fb5e8,{authorId:_0xf08d01,id:_0x43b836,attributes:_0x5b3058}=_0x22b2b2,[_0x5b393d,_0x565505]=_0x22b2b2[_0x5cc185(0x27c)][_0x5cc185(0x208)](':'),_0x56af3f=this[_0x5cc185(0x2bd)][_0x5cc185(0x21c)](_0x43b836)||this[_0x5cc185(0x1ae)](_0x5b393d,_0x565505,_0x43b836,_0xf08d01,_0x5b3058);if(this[_0x5cc185(0x2b6)](_0x56af3f),this[_0x5cc185(0x263)](_0x56af3f,_0x5b393d,_0x565505||null,_0xf08d01),_0x56af3f[_0x5cc185(0x2f9)]=_0x22b2b2[_0x5cc185(0x2f9)],_0x56af3f[_0x5cc185(0x1c9)]=!0x0,_0x5b3058&&_0x5b3058[_0x5cc185(0x236)]){const _0x1cfd7c=_0x5b3058[_0x5cc185(0x236)],_0x4d1b56=this[_0x5cc185(0x181)](_0x1cfd7c[_0x5cc185(0x2f3)]);_0x56af3f[_0x5cc185(0x297)]=_0x1cfd7c[_0x5cc185(0x2f9)],_0x56af3f[_0x5cc185(0x1fc)]=_0x4d1b56,_0x56af3f[_0x5cc185(0x204)]=!0x0;}else _0x56af3f[_0x5cc185(0x297)]=_0x22b2b2[_0x5cc185(0x2f9)];switch(_0x22b2b2[_0x5cc185(0x2fb)]&&(_0x56af3f[_0x5cc185(0x2fb)]=_0x22b2b2[_0x5cc185(0x2fb)]),_0x22b2b2[_0x5cc185(0x2d1)]&&(_0x56af3f[_0x5cc185(0x2d1)]=_0x22b2b2[_0x5cc185(0x2d1)]),this[_0x5cc185(0x25a)]&&this[_0x5cc185(0x25a)][_0x5cc185(0x222)]||(_0x56af3f[_0x5cc185(0x1b3)]=!0x0),this[_0x5cc185(0x18a)][_0x5cc185(0x21c)](_0x56af3f)){case _0x5cc185(0x1f5):this[_0x5cc185(0x18a)][_0x5cc185(0x221)](_0x56af3f,_0x5cc185(0x2e7));break;case _0x5cc185(0x286):_0x56af3f[_0x5cc185(0x178)]?(this[_0x5cc185(0x285)](new Set([_0x56af3f])),this[_0x5cc185(0x25e)](new Set([_0x56af3f])),this[_0x5cc185(0x18a)][_0x5cc185(0x221)](_0x56af3f,_0x5cc185(0x233)),this[_0x5cc185(0x177)](_0x5cc185(0x2a2),_0x56af3f)):this[_0x5cc185(0x18a)][_0x5cc185(0x221)](_0x56af3f,_0x5cc185(0x212));}return _0x56af3f;}[_0x4fb5e8(0x1ed)](_0x5bafd5){const _0x198f43=_0x4fb5e8;this[_0x198f43(0x2ac)](()=>{const _0x16d522=_0x198f43;this[_0x16d522(0x170)][_0x16d522(0x27d)][_0x16d522(0x219)](()=>{const _0xc3dd7b=_0x16d522;for(const _0x11211a of _0x5bafd5[_0xc3dd7b(0x240)]())_0x11211a[_0xc3dd7b(0x249)]();});});}[_0x4fb5e8(0x2a4)](_0xab516){const _0x525efa=_0x4fb5e8;this[_0x525efa(0x2ac)](()=>{const _0x1d4a7b=_0x525efa;this[_0x1d4a7b(0x170)][_0x1d4a7b(0x27d)][_0x1d4a7b(0x219)](()=>{const _0x50c204=_0x1d4a7b;for(const _0x20d3b6 of _0xab516[_0x50c204(0x240)]())_0x20d3b6[_0x50c204(0x195)]();});});}[_0x4fb5e8(0x168)](_0x309da8,_0x1f189a){const _0x116028=_0x4fb5e8,_0x2ae861=this[_0x116028(0x170)][_0x116028(0x1de)][_0x116028(0x21c)](_0x309da8);if(!_0x2ae861)throw new _0x503d90(_0x116028(0x237),this,{'commandName':_0x309da8});if(this[_0x116028(0x2b9)][_0x116028(0x206)](_0x2ae861))throw new _0x503d90(_0x116028(0x230),this,{'commandName':_0x309da8});this[_0x116028(0x2b9)][_0x116028(0x1c3)](_0x2ae861),_0x1f189a&&_0x2ae861['on'](_0x116028(0x19e),(_0x46a451,_0x5c160b)=>{const _0x12bdda=_0x116028;this[_0x12bdda(0x2c2)][_0x12bdda(0x25c)]&&(this[_0x12bdda(0x16d)]||(_0x5c160b[_0x12bdda(0x296)]>0x0&&_0x5c160b[_0x5c160b[_0x12bdda(0x296)]-0x1]&&_0x5c160b[_0x5c160b[_0x12bdda(0x296)]-0x1][_0x12bdda(0x2ac)]?_0x5c160b[_0x12bdda(0x22e)]():(_0x46a451[_0x12bdda(0x254)]=_0x1f189a((..._0x39edbd)=>_0x2ae861[_0x12bdda(0x19e)](..._0x39edbd,{'forceDefaultExecution':!0x0}),..._0x5c160b),_0x46a451[_0x12bdda(0x245)]())));},{'priority':_0x116028(0x17a)});}[_0x4fb5e8(0x2ac)](_0x58e36b){const _0x301806=_0x4fb5e8;let _0x5a3b94,_0x1a9c46;const _0x5bafc1=this[_0x301806(0x16d)];this[_0x301806(0x16d)]=!0x0;try{_0x5a3b94=_0x58e36b();}catch(_0x41f918){_0x1a9c46=_0x41f918;}return _0x5bafc1||(this[_0x301806(0x16d)]=!0x1),_0x1a9c46&&_0x503d90[_0x301806(0x2f2)](_0x1a9c46,this),_0x5a3b94;}[_0x4fb5e8(0x282)](_0x3178cd,_0x23b0d9=null,_0x37f77c={}){const _0x5a77c0=_0x4fb5e8;if(_0x3178cd[_0x5a77c0(0x2a1)])return null;const _0x18d2c4=this[_0x5a77c0(0x170)][_0x5a77c0(0x1b1)][_0x5a77c0(0x21c)](_0x5a77c0(0x241))['me'];for(const {suggestion:_0x2e4e92,meta:_0xd63c2a}of this[_0x5a77c0(0x21f)](_0x3178cd,_0x5a77c0(0x1a4)))if(_0xd63c2a[_0x5a77c0(0x1a2)]){if(!_0xd63c2a[_0x5a77c0(0x2e4)]){if(_0xd63c2a[_0x5a77c0(0x186)]){if(!this[_0x5a77c0(0x18c)]||!Lt(_0x2e4e92,_0x37f77c))continue;return _0x2e4e92;}if(Lt(_0x2e4e92,_0x37f77c))return _0x2e4e92;this[_0x5a77c0(0x1fa)](_0x2e4e92,_0x3178cd[_0x5a77c0(0x2b4)],_0x3178cd[_0x5a77c0(0x256)]);break;}if(_0x23b0d9==_0x2e4e92[_0x5a77c0(0x1ec)]&&Lt(_0x2e4e92,_0x37f77c)){const _0x4c06d7=_0x2e4e92[_0x5a77c0(0x234)]();return _0x4c06d7[_0x5a77c0(0x2b4)][_0x5a77c0(0x1f7)](_0x3178cd[_0x5a77c0(0x256)])?this[_0x5a77c0(0x2e9)](_0x2e4e92,this[_0x5a77c0(0x1fd)][_0x5a77c0(0x18f)](_0x3178cd[_0x5a77c0(0x2b4)],_0x4c06d7[_0x5a77c0(0x256)])):this[_0x5a77c0(0x2e9)](_0x2e4e92,this[_0x5a77c0(0x1fd)][_0x5a77c0(0x18f)](_0x4c06d7[_0x5a77c0(0x2b4)],_0x3178cd[_0x5a77c0(0x256)])),_0x2e4e92;}}const _0x49036d=_0x5e7945(),_0x35b128=_0x18d2c4['id'],_0x4d6a99=_0x23b0d9?_0x5a77c0(0x2a5)+_0x23b0d9:_0x5a77c0(0x1a4),_0x3c017d=this[_0x5a77c0(0x2e3)]({'id':_0x49036d,'type':_0x4d6a99,'createdAt':new Date(),'authorId':_0x35b128,'attributes':_0x37f77c});return this[_0x5a77c0(0x23c)](_0x4d6a99,_0x49036d,_0x35b128,_0x3178cd),_0x3c017d;}[_0x4fb5e8(0x301)](_0x51735c,_0xbb491e=_0x4fb5e8(0x1dc),_0xf2b54e={}){const _0xf24e56=_0x4fb5e8,_0x171c6f=this[_0xf24e56(0x170)][_0xf24e56(0x1b1)][_0xf24e56(0x21c)](_0xf24e56(0x241))['me'],_0x3f04b4=this[_0xf24e56(0x207)][_0xf24e56(0x2ae)](_0xf24e56(0x1a4),_0xbb491e,_0xf24e56(0x1d0));for(const _0x427928 of this[_0xf24e56(0x198)]())if(_0x427928[_0xf24e56(0x1fc)]['id']==_0x171c6f['id']&&_0xf24e56(0x1a4)==_0x427928[_0xf24e56(0x27c)]&&_0x427928[_0xf24e56(0x1ec)]==_0xbb491e&&Lt(_0x427928,_0xf2b54e)&&(_0x3f04b4(_0x427928[_0xf24e56(0x2e2)](),_0x51735c)||_0x3f04b4(_0x51735c,_0x427928[_0xf24e56(0x2e2)]()))){for(const _0x405146 of _0x51735c)_0x427928[_0xf24e56(0x238)](_0x405146);return _0x427928;}for(const {suggestion:_0x53a57f,meta:_0x356456}of this[_0xf24e56(0x21f)](_0x51735c,_0xf24e56(0x1a4))){if(!_0x356456[_0xf24e56(0x1a2)])continue;if(!this[_0xf24e56(0x18c)]&&_0x356456[_0xf24e56(0x186)])continue;if(!Lt(_0x53a57f,_0xf2b54e))continue;let _0x1f4be7=!0x0;for(const _0x3e166c of _0x53a57f[_0xf24e56(0x2e2)]())for(const _0x4e777f of _0x51735c)if(!_0x3e166c[_0xf24e56(0x17d)](_0x4e777f)){_0x1f4be7=!0x1;break;}if(_0x1f4be7)return _0x53a57f;}const _0xcef3f7=_0x5e7945(),_0x5d976f=_0x171c6f['id'],_0x1364e7=_0xf24e56(0x2a5)+_0xbb491e,_0x445fb0=this[_0xf24e56(0x2e3)]({'id':_0xcef3f7,'type':_0x1364e7,'createdAt':new Date(),'authorId':_0x5d976f,'attributes':_0xf2b54e});for(const _0x362842 of _0x51735c)this[_0xf24e56(0x23c)](_0x1364e7,_0xcef3f7,_0x5d976f,_0x362842,_0xc7d583[_0xf24e56(0x26d)]());return _0x445fb0;}[_0x4fb5e8(0x2cb)](_0x585a35,_0x40dfe8,_0x32b479=null,_0x51b256={}){const _0xd9bd9d=_0x4fb5e8;if(_0x32b479=_0x32b479||Vt(_0x40dfe8),_0x585a35[_0xd9bd9d(0x2a1)])return null;if(_0xd9bd9d(0x171)===this[_0xd9bd9d(0x305)]){const _0x5e5c70=this[_0xd9bd9d(0x207)][_0xd9bd9d(0x2ae)](_0xd9bd9d(0x1bb),_0x32b479,_0xd9bd9d(0x249));return this[_0xd9bd9d(0x2ac)](()=>_0x5e5c70([_0x585a35],_0x40dfe8,_0x51b256)),null;}const _0x59ac51=this[_0xd9bd9d(0x170)][_0xd9bd9d(0x1b1)][_0xd9bd9d(0x21c)](_0xd9bd9d(0x241))['me'],_0x275b4e=[];if(_0xd9bd9d(0x2c5)!==this[_0xd9bd9d(0x305)]){for(const {suggestion:_0x165ddf,meta:_0x89e854}of this[_0xd9bd9d(0x21f)](_0x585a35,_0xd9bd9d(0x1a4)))_0x89e854[_0xd9bd9d(0x1a2)]&&!_0x89e854[_0xd9bd9d(0x1f2)]&&_0x275b4e[_0xd9bd9d(0x229)](..._0x165ddf[_0xd9bd9d(0x2e2)]());}const _0xe6f111=function(_0x1ff54a,_0x1eaa8f){const _0x748687=_0xd9bd9d,_0x5f37bf=[];for(const _0x3d5c71 of _0x1eaa8f){const _0x135fbd=_0x1ff54a[_0x748687(0x259)](_0x3d5c71);_0x135fbd&&_0x5f37bf[_0x748687(0x229)](_0x135fbd);}return _0x5f37bf;}(_0x585a35,_0x275b4e),_0x570fb0=function(_0x6d5dc0,_0x46d4e0){const _0x2beb5b=_0xd9bd9d,_0x5c96b7=[_0x6d5dc0];for(const _0x4efcc4 of _0x46d4e0){let _0x2764ed=0x0;for(;_0x2764ed<_0x5c96b7[_0x2beb5b(0x296)];){const _0x270eb8=_0x5c96b7[_0x2764ed][_0x2beb5b(0x29e)](_0x4efcc4);_0x5c96b7[_0x2beb5b(0x2d4)](_0x2764ed,0x1,..._0x270eb8),_0x2764ed+=_0x270eb8[_0x2beb5b(0x296)];}}return _0x5c96b7;}(_0x585a35,_0x275b4e);_0xe6f111[_0xd9bd9d(0x296)]&&this[_0xd9bd9d(0x1fd)][_0xd9bd9d(0x219)](()=>{const _0x31cfc1=_0xd9bd9d;for(const _0xb1e527 of _0xe6f111){const _0x55ee5c=this[_0x31cfc1(0x207)][_0x31cfc1(0x2ae)](_0x31cfc1(0x1bb),_0x32b479,_0x31cfc1(0x249));this[_0x31cfc1(0x2ac)](()=>_0x55ee5c([_0xb1e527],_0x40dfe8,_0x51b256));}});for(const _0x1e34eb of _0x570fb0){let _0x289ef0=null,_0x86d81d=_0x1e34eb[_0xd9bd9d(0x2b4)],_0x399b7a=_0x1e34eb[_0xd9bd9d(0x256)];for(const {suggestion:_0x110282,meta:_0x2f305f}of this[_0xd9bd9d(0x21f)](_0x1e34eb,_0xd9bd9d(0x1bb))){if(!_0x2f305f[_0xd9bd9d(0x1a2)])continue;if(_0x110282[_0xd9bd9d(0x1ec)]!=_0x32b479)continue;if(!Lt(_0x110282,_0x51b256))continue;const _0x566162=_0x110282[_0xd9bd9d(0x234)]();if(_0x566162[_0xd9bd9d(0x17d)](_0x1e34eb,!0x0))return null;_0x86d81d=_0x86d81d[_0xd9bd9d(0x166)](_0x566162[_0xd9bd9d(0x2b4)])?_0x86d81d:_0x566162[_0xd9bd9d(0x2b4)],_0x399b7a=_0x399b7a[_0xd9bd9d(0x22f)](_0x566162[_0xd9bd9d(0x256)])?_0x399b7a:_0x566162[_0xd9bd9d(0x256)],_0x289ef0?_0x566162[_0xd9bd9d(0x2b4)][_0xd9bd9d(0x166)](_0x289ef0[_0xd9bd9d(0x234)]()[_0xd9bd9d(0x2b4)])?(_0x289ef0[_0xd9bd9d(0x279)](),_0x289ef0=_0x110282):_0x110282[_0xd9bd9d(0x279)]():_0x289ef0=_0x110282;}const _0x5116da=this[_0xd9bd9d(0x1fd)][_0xd9bd9d(0x18f)](_0x86d81d,_0x399b7a);if(_0x289ef0)this[_0xd9bd9d(0x2e9)](_0x289ef0,_0x5116da);else{const _0x13613c=_0x5e7945(),_0x1d6b08=_0x59ac51['id'];this[_0xd9bd9d(0x2e3)]({'id':_0x13613c,'type':_0xd9bd9d(0x2ab)+_0x32b479,'data':_0x40dfe8,'createdAt':new Date(),'authorId':_0x1d6b08,'attributes':_0x51b256}),this[_0xd9bd9d(0x23c)](_0xd9bd9d(0x2ab)+_0x32b479,_0x13613c,_0x1d6b08,_0x5116da);}}return null;}[_0x4fb5e8(0x1e0)](_0x1a8457,_0x5ccd29,_0x20c321=[],_0x30a375=null,_0x5d6e5d={}){const _0x4ba585=_0x4fb5e8;_0x5ccd29[_0x4ba585(0x1e1)]||(_0x5ccd29[_0x4ba585(0x1e1)]=_0x5ccd29[_0x4ba585(0x1a8)]),_0x5ccd29[_0x4ba585(0x2e1)]=_0x1a8457['is'](_0x4ba585(0x253)),_0x30a375=_0x30a375||Vt(_0x5ccd29);const _0xd2ad78=_0x20c321[_0x4ba585(0x27a)](_0x521604=>Gt(_0x521604,this[_0x4ba585(0x1fd)])),_0x4c0507=_0x1a8457['is'](_0x4ba585(0x253))?_0x1a8457:Gt(_0x1a8457,this[_0x4ba585(0x1fd)]);if(_0x4ba585(0x171)===this[_0x4ba585(0x305)]){const _0x2a39ac=this[_0x4ba585(0x207)][_0x4ba585(0x2ae)](_0x4ba585(0x2dc),_0x30a375,_0x4ba585(0x249));return this[_0x4ba585(0x2ac)](()=>_0x2a39ac([_0x4c0507],_0x5ccd29,_0x5d6e5d)),null;}_0xd2ad78[_0x4ba585(0x229)](_0x4c0507);let _0x57d787=!0x0;for(const _0x9ad397 of _0xd2ad78)if(!this[_0x4ba585(0x1ce)](_0x9ad397)){_0x57d787=!0x1;break;}if(_0x57d787&&_0x4ba585(0x2c5)!==this[_0x4ba585(0x305)]){const _0x4a1e29=this[_0x4ba585(0x207)][_0x4ba585(0x2ae)](_0x4ba585(0x2dc),_0x30a375,_0x4ba585(0x249));return this[_0x4ba585(0x2ac)](()=>_0x4a1e29([_0x4c0507],_0x5ccd29,_0x5d6e5d)),null;}let _0x9f45aa=null,_0x5091a5=_0x4c0507[_0x4ba585(0x2b4)],_0x5ee6f3=_0x4c0507[_0x4ba585(0x256)];for(const {suggestion:_0x11864b,meta:_0x15262b}of this[_0x4ba585(0x21f)](_0x4c0507,_0x4ba585(0x2dc))){if(!_0x15262b[_0x4ba585(0x1a2)])continue;if(_0x15262b[_0x4ba585(0x2e4)]||_0x15262b[_0x4ba585(0x186)]||_0x15262b[_0x4ba585(0x1f2)])continue;if(_0x11864b[_0x4ba585(0x2fb)][_0x4ba585(0x1e1)]!=_0x5ccd29[_0x4ba585(0x1e1)])continue;if(!Lt(_0x11864b,_0x5d6e5d))continue;const _0x3996f1=_0x11864b[_0x4ba585(0x234)]();if(_0x11864b[_0x4ba585(0x1ec)]==_0x30a375){if(_0x3996f1[_0x4ba585(0x17d)](_0x4c0507,!0x0))return null;_0x5091a5=_0x5091a5[_0x4ba585(0x166)](_0x3996f1[_0x4ba585(0x2b4)])?_0x5091a5:_0x3996f1[_0x4ba585(0x2b4)],_0x5ee6f3=_0x5ee6f3[_0x4ba585(0x22f)](_0x3996f1[_0x4ba585(0x256)])?_0x5ee6f3:_0x3996f1[_0x4ba585(0x256)],_0x9f45aa?_0x3996f1[_0x4ba585(0x2b4)][_0x4ba585(0x166)](_0x9f45aa[_0x4ba585(0x234)]()[_0x4ba585(0x2b4)])?(_0x9f45aa[_0x4ba585(0x279)](),_0x9f45aa=_0x11864b):_0x11864b[_0x4ba585(0x279)]():_0x9f45aa=_0x11864b;}else{const _0xffa62b=_0x4c0507[_0x4ba585(0x259)](_0x3996f1);this[_0x4ba585(0x19d)](_0x11864b,_0xffa62b);}}const _0x92e95=this[_0x4ba585(0x170)][_0x4ba585(0x1b1)][_0x4ba585(0x21c)](_0x4ba585(0x241))['me'],_0x37f85b=_0x5e7945(),_0x41cfb0=_0x92e95['id'];if(_0x9f45aa)return this[_0x4ba585(0x2e9)](_0x9f45aa,this[_0x4ba585(0x1fd)][_0x4ba585(0x18f)](_0x5091a5,_0x5ee6f3)),_0x9f45aa;{const _0x40b126=this[_0x4ba585(0x2e3)]({'id':_0x37f85b,'type':_0x4ba585(0x270)+_0x30a375,'data':_0x5ccd29,'createdAt':new Date(),'authorId':_0x41cfb0,'attributes':_0x5d6e5d});return this[_0x4ba585(0x23c)](_0x4ba585(0x270)+_0x30a375,_0x37f85b,_0x41cfb0,this[_0x4ba585(0x1fd)][_0x4ba585(0x18f)](_0x5091a5,_0x5ee6f3)),_0x40b126;}}[_0x4fb5e8(0x23f)](_0x3a6507,_0x5c560c,_0x80ec36=[],_0x2401b8=null,_0x326a1f={}){const _0xdee935=_0x4fb5e8;_0x5c560c[_0xdee935(0x1e1)]||(_0x5c560c[_0xdee935(0x1e1)]=_0x5c560c[_0xdee935(0x1a8)]);const _0xe54e2e=_0x3a6507[0x0];_0x5c560c[_0xdee935(0x2e1)]=_0xe54e2e['is'](_0xdee935(0x253)),_0x2401b8=_0x2401b8||Vt(_0x5c560c);const _0x1ff2f7=_0x80ec36[_0xdee935(0x27a)](_0x4ddea4=>Gt(_0x4ddea4,this[_0xdee935(0x1fd)])),_0x5408ef=_0xe54e2e['is'](_0xdee935(0x253))?_0x3a6507:_0x3a6507[_0xdee935(0x27a)](_0x2c31c1=>Gt(_0x2c31c1,this[_0xdee935(0x1fd)]));if(_0xdee935(0x171)===this[_0xdee935(0x305)]){const _0x4e9454=this[_0xdee935(0x207)][_0xdee935(0x2ae)](_0xdee935(0x2dc),_0x2401b8,_0xdee935(0x249));return this[_0xdee935(0x2ac)](()=>_0x4e9454(_0x5408ef,_0x5c560c,_0x326a1f)),null;}_0x1ff2f7[_0xdee935(0x229)](..._0x5408ef);let _0x4b9774=!0x0;for(const _0x22a311 of _0x1ff2f7)if(!this[_0xdee935(0x1ce)](_0x22a311)){_0x4b9774=!0x1;break;}if(_0x4b9774&&_0xdee935(0x2c5)!==this[_0xdee935(0x305)]){const _0x17997d=this[_0xdee935(0x207)][_0xdee935(0x2ae)](_0xdee935(0x2dc),_0x2401b8,_0xdee935(0x249));return this[_0xdee935(0x2ac)](()=>_0x17997d(_0x5408ef,_0x5c560c,_0x326a1f)),null;}const _0x306731=this[_0xdee935(0x170)][_0xdee935(0x1b1)][_0xdee935(0x21c)](_0xdee935(0x241))['me'];for(const _0x1c86cc of this[_0xdee935(0x198)]()){if(_0x1c86cc[_0xdee935(0x1fc)]['id']!=_0x306731['id'])continue;if(_0xdee935(0x2dc)!=_0x1c86cc[_0xdee935(0x27c)]||_0x1c86cc[_0xdee935(0x2fb)][_0xdee935(0x1e1)]!=_0x5c560c[_0xdee935(0x1e1)])continue;if(!Lt(_0x1c86cc,_0x326a1f))continue;const _0x436d9e=_0x1c86cc[_0xdee935(0x1ec)]==_0x2401b8;for(let _0x1442a4=0x0;_0x1442a4<_0x5408ef[_0xdee935(0x296)];_0x1442a4++){const _0x81e8d7=_0x5408ef[_0x1442a4];for(const _0x233ceb of _0x1c86cc[_0xdee935(0x29f)]()){const _0x57bdf5=_0x233ceb[_0xdee935(0x182)]();if(_0x81e8d7[_0xdee935(0x1f7)](_0x57bdf5)){_0x436d9e?(_0x5408ef[_0xdee935(0x2d4)](_0x1442a4,0x1),_0x1442a4--):_0x1c86cc[_0xdee935(0x24e)](_0x233ceb[_0xdee935(0x15f)]);break;}}}}if(0x0==_0x5408ef[_0xdee935(0x296)])return null;const _0x55e54a=this[_0xdee935(0x207)][_0xdee935(0x2ae)](_0xdee935(0x2dc),_0x2401b8,_0xdee935(0x1d0));for(const _0x16ba75 of this[_0xdee935(0x198)]())if(_0x16ba75[_0xdee935(0x1fc)]['id']==_0x306731['id']&&_0xdee935(0x2dc)==_0x16ba75[_0xdee935(0x27c)]&&_0x16ba75[_0xdee935(0x2fb)][_0xdee935(0x1e1)]==_0x5c560c[_0xdee935(0x1e1)]&&_0x16ba75[_0xdee935(0x1ec)]==_0x2401b8&&Lt(_0x16ba75,_0x326a1f)&&(_0x55e54a(_0x16ba75[_0xdee935(0x2e2)](),_0x5408ef)||_0x55e54a(_0x5408ef,_0x16ba75[_0xdee935(0x2e2)]()))){for(const _0x4b08de of _0x5408ef)_0x16ba75[_0xdee935(0x238)](_0x4b08de);return _0x16ba75;}const _0x4c5bcb=_0x5e7945(),_0x2b7e31=_0x306731['id'],_0x455c0a=_0xdee935(0x270)+_0x2401b8,_0x50bb5f=this[_0xdee935(0x2e3)]({'id':_0x4c5bcb,'type':_0x455c0a,'data':_0x5c560c,'createdAt':new Date(),'authorId':_0x2b7e31,'attributes':_0x326a1f});for(const _0x4c74c5 of _0x5408ef)this[_0xdee935(0x23c)](_0x455c0a,_0x4c5bcb,_0x2b7e31,_0x4c74c5,_0xc7d583[_0xdee935(0x26d)]());return _0x50bb5f;}[_0x4fb5e8(0x28f)](_0x4ee477,_0x1d5fe9=null,_0x166653={}){const _0x4010c1=_0x4fb5e8;if(_0x4ee477[_0x4010c1(0x2a1)])return null;const _0x25cfcc=this[_0x4010c1(0x170)][_0x4010c1(0x1b1)][_0x4010c1(0x21c)](_0x4010c1(0x241))['me'],_0x54de6f=new _0x32fe60(_0x4ee477[_0x4010c1(0x2b4)],_0x4ee477[_0x4010c1(0x256)]);for(const {suggestion:_0x42f06e,meta:_0x1bc3b6}of this[_0x4010c1(0x21f)](_0x54de6f,_0x4010c1(0x1a4)))if(_0x1bc3b6[_0x4010c1(0x1a2)]&&!_0x1bc3b6[_0x4010c1(0x2e4)]){if(_0x42f06e[_0x4010c1(0x2c7)]){const _0x5c9996=_0x42f06e[_0x4010c1(0x2e2)]()[_0x4010c1(0x1ac)](_0x4a0e95=>_0x4010c1(0x252)!=_0x4a0e95[_0x4010c1(0x265)][_0x4010c1(0x1e3)]);_0x5c9996[_0x4010c1(0x19b)](_0x5bcfd1=>_0x54de6f[_0x4010c1(0x17d)](_0x5bcfd1,!0x0))&&_0x42f06e[_0x4010c1(0x195)]();if(_0x5c9996[_0x4010c1(0x307)](_0x399840=>_0x399840[_0x4010c1(0x17d)](_0x54de6f,!0x0))){const _0xff1512=this[_0x4010c1(0x207)][_0x4010c1(0x2ae)](_0x4010c1(0x2af),_0x1d5fe9,_0x4010c1(0x249));return this[_0x4010c1(0x2ac)](()=>_0xff1512([_0x54de6f],null,_0x166653)),null;}}else{const _0x78493c=_0x54de6f[_0x4010c1(0x259)](_0x42f06e[_0x4010c1(0x234)]());null!==_0x78493c&&_0x42f06e[_0x4010c1(0x16c)]([_0x78493c],null,_0x166653);}}if(_0x54de6f[_0x4010c1(0x1c8)](),_0x54de6f[_0x4010c1(0x2a1)]||_0x4010c1(0x252)==_0x54de6f[_0x4010c1(0x265)][_0x4010c1(0x1e3)])return null;let _0x57646b=null,_0x1e4c77=_0x54de6f[_0x4010c1(0x2b4)],_0x2a69aa=_0x54de6f[_0x4010c1(0x256)];const _0x160cce=this[_0x4010c1(0x21f)](_0x54de6f,_0x4010c1(0x2af));for(const {suggestion:_0x413631,meta:_0x3bb93d}of _0x160cce){const _0x5d46a7=this[_0x4010c1(0x1fd)][_0x4010c1(0x18f)](_0x1e4c77,_0x2a69aa);if(_0x3bb93d[_0x4010c1(0x1a2)]&&(this[_0x4010c1(0x18c)]||!_0x3bb93d[_0x4010c1(0x186)]&&!_0x3bb93d[_0x4010c1(0x1f2)])){if(_0x413631[_0x4010c1(0x2c7)]){if(!Lt(_0x413631,_0x166653))continue;let _0x3b0487=!0x0;for(const _0x2383b0 of _0x413631[_0x4010c1(0x2e2)]()){if(_0x2383b0[_0x4010c1(0x17d)](_0x5d46a7,!0x0))return _0x413631;_0x5d46a7[_0x4010c1(0x17d)](_0x2383b0)||(_0x3b0487=!0x1);}_0x3b0487&&_0x413631[_0x4010c1(0x195)]();}else{const _0x37cd6a=_0x413631[_0x4010c1(0x234)]();if(_0x37cd6a[_0x4010c1(0x17d)](_0x5d46a7,!0x0))return _0x413631;if(!Lt(_0x413631,_0x166653)){_0x5d46a7[_0x4010c1(0x17d)](_0x37cd6a)?_0x413631[_0x4010c1(0x279)]():_0x37cd6a[_0x4010c1(0x1db)](_0x1e4c77)?_0x1e4c77=_0x37cd6a[_0x4010c1(0x256)]:_0x37cd6a[_0x4010c1(0x1db)](_0x2a69aa)&&(_0x2a69aa=_0x37cd6a[_0x4010c1(0x2b4)]);continue;}_0x1e4c77=_0x1e4c77[_0x4010c1(0x166)](_0x37cd6a[_0x4010c1(0x2b4)])?_0x1e4c77:_0x37cd6a[_0x4010c1(0x2b4)],_0x2a69aa=_0x2a69aa[_0x4010c1(0x22f)](_0x37cd6a[_0x4010c1(0x256)])?_0x2a69aa:_0x37cd6a[_0x4010c1(0x256)],_0x166653=Object[_0x4010c1(0x1b2)]({},_0x413631[_0x4010c1(0x2d1)]),_0x57646b?_0x37cd6a[_0x4010c1(0x2b4)][_0x4010c1(0x166)](_0x57646b[_0x4010c1(0x234)]()[_0x4010c1(0x2b4)])?(_0x57646b[_0x4010c1(0x279)](),_0x57646b=_0x413631):_0x413631[_0x4010c1(0x279)]():_0x57646b=_0x413631;}}}if(_0x57646b)return this[_0x4010c1(0x2e9)](_0x57646b,this[_0x4010c1(0x1fd)][_0x4010c1(0x18f)](_0x1e4c77,_0x2a69aa)),_0x57646b;{const _0x2ac895=_0x5e7945(),_0x413ed0=this[_0x4010c1(0x1fd)][_0x4010c1(0x18f)](_0x1e4c77,_0x2a69aa),_0x43584a=_0x25cfcc['id'],_0x11113c=_0x1d5fe9?_0x4010c1(0x19c)+_0x1d5fe9:_0x4010c1(0x2af),_0x2a7d6d=this[_0x4010c1(0x2e3)]({'id':_0x2ac895,'type':_0x11113c,'createdAt':new Date(),'authorId':_0x43584a,'attributes':_0x166653});return this[_0x4010c1(0x23c)](_0x11113c,_0x2ac895,_0x43584a,_0x413ed0),_0x2a7d6d;}}[_0x4fb5e8(0x162)](_0x5e9b0c,_0x3705bc=_0x4fb5e8(0x1dc),_0x514e8e={}){const _0x1c3c7f=_0x4fb5e8,_0x4eaaa6=this[_0x1c3c7f(0x170)][_0x1c3c7f(0x1b1)][_0x1c3c7f(0x21c)](_0x1c3c7f(0x241))['me'],_0x3b01d8=_0x5e9b0c[_0x1c3c7f(0x27a)](_0x227f77=>new _0x32fe60(_0x227f77[_0x1c3c7f(0x2b4)],_0x227f77[_0x1c3c7f(0x256)])),_0x13e1d7=new Set();for(const {suggestion:_0xdad9a5,meta:_0x1656aa}of this[_0x1c3c7f(0x21f)](_0x3b01d8,_0x1c3c7f(0x1a4)))_0x1656aa[_0x1c3c7f(0x1a2)]&&!_0x1656aa[_0x1c3c7f(0x2e4)]&&_0x13e1d7[_0x1c3c7f(0x1c3)](_0xdad9a5);for(const _0x5163fc of _0x13e1d7)if(_0x5163fc[_0x1c3c7f(0x2c7)]){const _0x73102d=_0x5163fc[_0x1c3c7f(0x2e2)]();(!_0x5163fc[_0x1c3c7f(0x2d1)]||!_0x5163fc[_0x1c3c7f(0x2d1)][_0x1c3c7f(0x2b5)])&&(_0x73102d[_0x1c3c7f(0x19b)](_0x4ec96b=>_0x3b01d8[_0x1c3c7f(0x307)](_0xdf3793=>_0xdf3793[_0x1c3c7f(0x17d)](_0x4ec96b,!0x0)))&&_0x5163fc[_0x1c3c7f(0x195)]());if(_0x3b01d8[_0x1c3c7f(0x19b)](_0x13b96d=>_0x73102d[_0x1c3c7f(0x307)](_0x138fe9=>_0x138fe9[_0x1c3c7f(0x17d)](_0x13b96d,!0x0)))){const _0x14718c=this[_0x1c3c7f(0x207)][_0x1c3c7f(0x2ae)](_0x1c3c7f(0x2af),_0x3705bc,_0x1c3c7f(0x249));return this[_0x1c3c7f(0x2ac)](()=>_0x14718c(_0x5e9b0c,null,_0x514e8e)),null;}}else{const _0x465cea=_0x5163fc[_0x1c3c7f(0x234)]();_0x3b01d8[_0x1c3c7f(0x307)](_0x5f1083=>_0x5f1083[_0x1c3c7f(0x17d)](_0x465cea,!0x0))&&_0x5163fc[_0x1c3c7f(0x195)]();if(_0x3b01d8[_0x1c3c7f(0x19b)](_0x256837=>_0x465cea[_0x1c3c7f(0x17d)](_0x256837,!0x0))){const _0x4c2361=this[_0x1c3c7f(0x207)][_0x1c3c7f(0x2ae)](_0x1c3c7f(0x2af),_0x3705bc,_0x1c3c7f(0x249));return this[_0x1c3c7f(0x2ac)](()=>_0x4c2361(_0x3b01d8,null,_0x514e8e)),null;}}const _0x1654b4=this[_0x1c3c7f(0x207)][_0x1c3c7f(0x2ae)](_0x1c3c7f(0x2af),_0x3705bc,_0x1c3c7f(0x1d0));let _0xdcfd7d=null;for(const _0xcb6b41 of this[_0x1c3c7f(0x198)]())if(_0xcb6b41[_0x1c3c7f(0x1fc)]['id']==_0x4eaaa6['id']&&_0xcb6b41[_0x1c3c7f(0x178)]&&_0x1c3c7f(0x2af)==_0xcb6b41[_0x1c3c7f(0x27c)]&&_0xcb6b41[_0x1c3c7f(0x1ec)]==_0x3705bc&&Lt(_0xcb6b41,_0x514e8e)&&(_0x1654b4(_0xcb6b41[_0x1c3c7f(0x2e2)](),_0x3b01d8)||_0x1654b4(_0x3b01d8,_0xcb6b41[_0x1c3c7f(0x2e2)]()))){if(_0xdcfd7d){if(_0xcb6b41[_0x1c3c7f(0x191)]&&_0xcb6b41[_0x1c3c7f(0x191)][_0x1c3c7f(0x296)])continue;for(const _0x51df62 of _0xcb6b41[_0x1c3c7f(0x2e2)]())_0xdcfd7d[_0x1c3c7f(0x17e)](_0x51df62)||_0xdcfd7d[_0x1c3c7f(0x238)](_0x51df62);_0xcb6b41[_0x1c3c7f(0x279)]();}else{_0xdcfd7d=_0xcb6b41;for(const _0x3f6474 of _0x3b01d8)_0xcb6b41[_0x1c3c7f(0x17e)](_0x3f6474)||_0xcb6b41[_0x1c3c7f(0x238)](_0x3f6474);}}if(_0xdcfd7d)return _0xdcfd7d;_0x13e1d7[_0x1c3c7f(0x232)]();for(const {suggestion:_0x26e335,meta:_0x164b9d}of this[_0x1c3c7f(0x21f)](_0x3b01d8,_0x1c3c7f(0x2af)))_0x164b9d[_0x1c3c7f(0x1a2)]&&(this[_0x1c3c7f(0x18c)]||!_0x164b9d[_0x1c3c7f(0x186)]&&!_0x164b9d[_0x1c3c7f(0x1f2)])&&Lt(_0x26e335,_0x514e8e)&&_0x13e1d7[_0x1c3c7f(0x1c3)](_0x26e335);for(const _0x5ed735 of _0x13e1d7){const _0x36ae7c=_0x5ed735[_0x1c3c7f(0x2e2)]();if(!_0x514e8e||!_0x514e8e[_0x1c3c7f(0x2b5)]){if(_0x3b01d8[_0x1c3c7f(0x19b)](_0x2f7cd4=>_0x36ae7c[_0x1c3c7f(0x307)](_0x2263f4=>_0x2263f4[_0x1c3c7f(0x17d)](_0x2f7cd4,!0x0))))return _0x5ed735;}(!_0x5ed735[_0x1c3c7f(0x2d1)]||!_0x5ed735[_0x1c3c7f(0x2d1)][_0x1c3c7f(0x2b5)])&&(_0x36ae7c[_0x1c3c7f(0x19b)](_0x35eccb=>_0x3b01d8[_0x1c3c7f(0x307)](_0x34a727=>_0x34a727[_0x1c3c7f(0x17d)](_0x35eccb,!0x0)))&&_0x5ed735[_0x1c3c7f(0x195)]());}const _0xc9ab81=_0x5e7945(),_0x3698fb=_0x4eaaa6['id'],_0x30fd40=_0x1c3c7f(0x19c)+_0x3705bc,_0x463973=this[_0x1c3c7f(0x2e3)]({'id':_0xc9ab81,'type':_0x30fd40,'createdAt':new Date(),'authorId':_0x3698fb,'attributes':_0x514e8e});for(const _0x16cf3d of _0x3b01d8)_0x16cf3d[_0x1c3c7f(0x1c8)](),_0x16cf3d[_0x1c3c7f(0x2a1)]||_0x1c3c7f(0x252)==_0x16cf3d[_0x1c3c7f(0x265)][_0x1c3c7f(0x1e3)]||this[_0x1c3c7f(0x23c)](_0x30fd40,_0xc9ab81,_0x3698fb,_0x16cf3d,_0xc7d583[_0x1c3c7f(0x26d)]());return _0x463973;}[_0x4fb5e8(0x28d)](_0x22e5f7,_0x9da012,_0xef129e,_0x21ade1,_0x38bb4f){const _0x4d00af=_0x4fb5e8;if(_0x22e5f7[_0x4d00af(0x2a1)])return[];if(_0x4d00af(0x171)===this[_0x4d00af(0x305)])return[];const _0x3f2133=this[_0x4d00af(0x170)][_0x4d00af(0x1b1)][_0x4d00af(0x21c)](_0x4d00af(0x241))['me']['id'],_0x271975=Array[_0x4d00af(0x28b)](this[_0x4d00af(0x2bd)][_0x4d00af(0x266)]())[_0x4d00af(0x1ac)](_0x24279f=>_0x4d00af(0x2b7)==_0x24279f[_0x4d00af(0x27c)]&&_0x24279f[_0x4d00af(0x2fb)][_0x4d00af(0x2fd)]==_0x9da012&&_0x24279f[_0x4d00af(0x17e)](_0x22e5f7));if(_0x4d00af(0x2d0)===this[_0x4d00af(0x305)]){const _0x6d37dc=this[_0x4d00af(0x21f)](_0x22e5f7,_0x4d00af(0x1a4))[_0x4d00af(0x1ac)](({meta:_0x209ee8})=>_0x209ee8[_0x4d00af(0x1a2)]&&!_0x209ee8[_0x4d00af(0x1f2)]&&!_0x209ee8[_0x4d00af(0x2e4)])[_0x4d00af(0x27a)](({suggestion:_0x42ec11})=>_0x42ec11);_0x271975[_0x4d00af(0x2f6)](..._0x6d37dc);}const _0x3b33b1=new Map([[_0x22e5f7,_0xef129e]]);for(const _0x118f35 of _0x271975){const _0x37c10d=_0x4d00af(0x2b7)==_0x118f35[_0x4d00af(0x27c)]?_0x118f35[_0x4d00af(0x2fb)][_0x4d00af(0x24f)]:void 0x0,_0x2aace0=_0x118f35[_0x4d00af(0x234)](),_0x47d691=Array[_0x4d00af(0x28b)](_0x3b33b1[_0x4d00af(0x2ee)]())[_0x4d00af(0x183)](_0x2f41ef=>_0x2f41ef[_0x4d00af(0x2ea)](_0x2aace0));if(!_0x47d691)continue;const _0x347821=_0x47d691[_0x4d00af(0x29e)](_0x2aace0);this[_0x4d00af(0x1ca)](_0x9da012)&&_0x4d00af(0x1a4)==_0x118f35[_0x4d00af(0x27c)]&&0x0!=_0x347821[_0x4d00af(0x296)]||(_0x3b33b1[_0x4d00af(0x304)](_0x47d691),_0x347821[_0x4d00af(0x281)](_0x5e1f89=>{const _0xb5dfb5=_0x4d00af;_0x3b33b1[_0xb5dfb5(0x221)](_0x5e1f89,_0xef129e);}),_0x4d00af(0x1a4)!=_0x118f35[_0x4d00af(0x27c)]&&_0x37c10d!=_0x21ade1&&_0x3b33b1[_0x4d00af(0x221)](_0x47d691[_0x4d00af(0x259)](_0x2aace0),_0x37c10d));}const _0x4ef0db=[];for(const [_0x525156,_0xd8191e]of _0x3b33b1){const _0x5e01b5=_0x5e7945(),_0x477f29={'key':_0x9da012,'oldValue':_0xd8191e,'newValue':_0x21ade1};_0x9da012[_0x4d00af(0x296)]>0x25&&console[_0x4d00af(0x19a)](_0x4d00af(0x1aa),{'key':_0x9da012});const _0x45ca45=(_0x4d00af(0x278)+(_0x9da012+'|'+Vt({'newValue':_0x21ade1})))[_0x4d00af(0x287)](0x0,0x3c),_0x45cfd7=this[_0x4d00af(0x2e3)]({'id':_0x5e01b5,'type':_0x45ca45,'data':_0x477f29,'createdAt':new Date(),'authorId':_0x3f2133,'attributes':_0x38bb4f});_0x4ef0db[_0x4d00af(0x229)](_0x45cfd7),this[_0x4d00af(0x23c)](_0x45ca45,_0x5e01b5,_0x3f2133,_0x525156);}return _0x4ef0db;}[_0x4fb5e8(0x210)](_0x2ab618){const _0x19885b=_0x4fb5e8;this[_0x19885b(0x1f3)][_0x19885b(0x1c3)](_0x2ab618);}[_0x4fb5e8(0x302)](_0xdb269d){const _0x489a02=_0x4fb5e8;this[_0x489a02(0x2bb)][_0x489a02(0x1c3)](_0xdb269d);}[_0x4fb5e8(0x267)](_0x574d87,_0x1ae437=[],_0x3184cb=[]){const _0x32d017=_0x4fb5e8;this[_0x32d017(0x168)](_0x574d87,(_0x53316d,..._0x34ebfe)=>{const _0x35373f=_0x32d017;this[_0x35373f(0x2e6)](()=>{_0x53316d(..._0x34ebfe);});});for(const _0x40db0a of _0x1ae437)this[_0x32d017(0x302)](_0x40db0a);for(const _0x9d20a5 of _0x3184cb)this[_0x32d017(0x210)](_0x9d20a5);}[_0x4fb5e8(0x300)](_0x57b1df){const _0x4961ea=_0x4fb5e8;return _0x4961ea(0x2b7)==_0x57b1df[_0x4961ea(0x27c)]?_0x57b1df[_0x4961ea(0x1ec)][_0x4961ea(0x208)]('|')[0x0]:null;}[_0x4fb5e8(0x2e9)](_0x5f36af,_0x2425a3){const _0x323b3f=_0x4fb5e8,_0x388e0c=_0x5f36af[_0x323b3f(0x218)]();this[_0x323b3f(0x1fd)][_0x323b3f(0x219)](_0x2c2d2a=>{const _0x3f9cdf=_0x323b3f;_0x2c2d2a[_0x3f9cdf(0x262)](_0x388e0c,{'range':_0x2425a3});});}[_0x4fb5e8(0x2b6)](_0x31b9eb){const _0x26daea=_0x4fb5e8,_0x1b48ff=_0x31b9eb['id'],_0x2d8117=this[_0x26daea(0x170)][_0x26daea(0x205)][_0x26daea(0x21c)](_0x26daea(0x26e));this[_0x26daea(0x199)][_0x26daea(0x303)](_0x1b48ff)||this[_0x26daea(0x199)][_0x26daea(0x1a0)]({'channelId':_0x2d8117,'threadId':_0x1b48ff,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x34fec1=this[_0x26daea(0x199)][_0x26daea(0x1b8)](_0x1b48ff);_0x34fec1[_0x26daea(0x1e8)](_0x26daea(0x225)),_0x34fec1[_0x26daea(0x225)]=!0x1,_0x31b9eb[_0x26daea(0x191)]=_0x34fec1;}[_0x4fb5e8(0x263)](_0x5481b1,_0x455534,_0xe48c60,_0x2aec58){const _0x344c33=_0x4fb5e8;if(_0x5481b1[_0x344c33(0x27c)]!=_0x455534||_0x5481b1[_0x344c33(0x1ec)]!=_0xe48c60||_0x5481b1[_0x344c33(0x2e5)]['id']!=_0x2aec58)throw this[_0x344c33(0x170)][_0x344c33(0x2f0)](_0x344c33(0x26a)),new _0x503d90(_0x344c33(0x26a),this);}[_0x4fb5e8(0x19d)](_0x22e9df,_0x14c03b){const _0x3137cc=_0x4fb5e8,_0x566777=_0x22e9df[_0x3137cc(0x234)]();if(_0x14c03b[_0x3137cc(0x1f7)](_0x566777))_0x22e9df[_0x3137cc(0x279)]();else{if(_0x566777[_0x3137cc(0x17d)](_0x14c03b)){const _0x3d8945=this[_0x3137cc(0x1fd)][_0x3137cc(0x28a)](_0x14c03b[_0x3137cc(0x2b4)][_0x3137cc(0x209)],_0x3137cc(0x256));this[_0x3137cc(0x2e9)](_0x22e9df,this[_0x3137cc(0x1fd)][_0x3137cc(0x18f)](_0x566777[_0x3137cc(0x2b4)],_0x3d8945));const _0x2148fa=_0x5e7945(),_0x1068cb=_0x22e9df[_0x3137cc(0x2e5)]['id'],_0x5d4402=_0x22e9df[_0x3137cc(0x27c)]+':'+_0x22e9df[_0x3137cc(0x1ec)];this[_0x3137cc(0x2e3)]({'id':_0x2148fa,'type':_0x5d4402,'createdAt':new Date(),'authorId':_0x1068cb,'data':_0x22e9df[_0x3137cc(0x2fb)],'attributes':_0x22e9df[_0x3137cc(0x2d1)]});const _0x16ee13=this[_0x3137cc(0x1fd)][_0x3137cc(0x28a)](_0x14c03b[_0x3137cc(0x256)][_0x3137cc(0x1e7)],_0x3137cc(0x1d2)),_0x5e45c2=this[_0x3137cc(0x1fd)][_0x3137cc(0x18f)](_0x16ee13,_0x566777[_0x3137cc(0x256)]);this[_0x3137cc(0x23c)](_0x5d4402,_0x2148fa,_0x1068cb,_0x5e45c2);}else{if(_0x566777[_0x3137cc(0x1db)](_0x14c03b[_0x3137cc(0x2b4)])){const _0x2d0a0d=this[_0x3137cc(0x1fd)][_0x3137cc(0x28a)](_0x14c03b[_0x3137cc(0x2b4)][_0x3137cc(0x209)],_0x3137cc(0x256));this[_0x3137cc(0x2e9)](_0x22e9df,this[_0x3137cc(0x1fd)][_0x3137cc(0x18f)](_0x566777[_0x3137cc(0x2b4)],_0x2d0a0d));}else{const _0x2e015b=this[_0x3137cc(0x1fd)][_0x3137cc(0x28a)](_0x14c03b[_0x3137cc(0x256)][_0x3137cc(0x1e7)],_0x3137cc(0x1d2));this[_0x3137cc(0x2e9)](_0x22e9df,this[_0x3137cc(0x1fd)][_0x3137cc(0x18f)](_0x2e015b,_0x566777[_0x3137cc(0x256)]));}}}}[_0x4fb5e8(0x1ce)](_0x3ca4cb){const _0xdc751a=_0x4fb5e8;for(const {suggestion:_0x26d6fa,meta:_0xd10ae}of this[_0xdc751a(0x21f)](_0x3ca4cb,_0xdc751a(0x1a4))){if(!_0xd10ae[_0xdc751a(0x1a2)])continue;const _0x2dfd30=_0x26d6fa[_0xdc751a(0x2e2)]();for(const _0x267912 of _0x2dfd30)if(!_0x3ca4cb[_0xdc751a(0x29e)](_0x267912)[_0xdc751a(0x296)])return!0x0;}return!0x1;}[_0x4fb5e8(0x202)](_0x3e63cb){const _0x183fce=_0x4fb5e8,_0x32e485=this[_0x183fce(0x170)][_0x183fce(0x1b1)][_0x183fce(0x21c)](_0x183fce(0x241))[_0x183fce(0x158)](_0x3e63cb);if(!_0x32e485)throw new _0x503d90(_0x183fce(0x2eb),this);return _0x32e485;}[_0x4fb5e8(0x181)](_0x49d5f9){const _0x33935c=_0x4fb5e8,_0x3744f1=this[_0x33935c(0x170)][_0x33935c(0x1b1)][_0x33935c(0x21c)](_0x33935c(0x241)),_0x3059b1=_0x5e7d4d(_0x33935c(0x2f1)+_0x49d5f9),_0x1e04a3=_0x3744f1[_0x33935c(0x158)](_0x3059b1);return _0x1e04a3||_0x3744f1[_0x33935c(0x215)]({'id':_0x3059b1,'name':_0x49d5f9});}[_0x4fb5e8(0x1ae)](_0x273a98,_0x34584f,_0x41fc37,_0x893069,_0xcded42){const _0x259563=_0x4fb5e8,_0x2f37eb=this[_0x259563(0x202)](_0x893069),_0x4bd200=this[_0x259563(0x207)][_0x259563(0x1e2)](_0x273a98,_0x34584f,_0x41fc37,_0x2f37eb,_0xcded42,_0x494e0d=>{const _0x3396ac=_0x259563;this[_0x3396ac(0x2fc)](_0x41fc37,{'attributes':_0x494e0d});const _0x5cdc38=this[_0x3396ac(0x243)](_0x41fc37);this[_0x3396ac(0x285)](new Set([_0x5cdc38])),this[_0x3396ac(0x25e)](new Set([_0x5cdc38]));});return this[_0x259563(0x1e5)](_0x4bd200,_0x259563(0x249),()=>{const _0xe09a75=_0x259563;this[_0xe09a75(0x2fc)](_0x41fc37,{'state':_0xe09a75(0x196)});},{'priority':_0x259563(0x17a)}),this[_0x259563(0x1e5)](_0x4bd200,_0x259563(0x195),()=>{const _0x388f62=_0x259563;this[_0x388f62(0x2fc)](_0x41fc37,{'state':_0x388f62(0x2db)});},{'priority':_0x259563(0x17a)}),this[_0x259563(0x2bd)][_0x259563(0x221)](_0x41fc37,_0x4bd200),this[_0x259563(0x18a)][_0x259563(0x221)](_0x4bd200,_0x259563(0x1f5)),_0x4bd200;}[_0x4fb5e8(0x269)](_0x4040b2){const _0x24a85c=_0x4fb5e8,_0x39eeac=_0x4040b2[_0x24a85c(0x208)](':');return{'group':_0x39eeac[0x0],'type':_0x39eeac[0x1],'subType':_0x39eeac[_0x24a85c(0x296)]>=0x5?_0x39eeac[0x2]:null,'id':_0x39eeac[_0x24a85c(0x296)]<0x5?_0x39eeac[0x2]:_0x39eeac[0x3],'authorId':_0x39eeac[_0x24a85c(0x296)]<0x5?_0x39eeac[0x3]:_0x39eeac[0x4],'markerCount':0x6==_0x39eeac[_0x24a85c(0x296)]?_0x39eeac[0x5]:null};}[_0x4fb5e8(0x1fa)](_0x659bd4,_0x305e60,_0x10feec){const _0x1d61be=_0x4fb5e8,_0x55adb1=_0x659bd4[_0x1d61be(0x234)](),_0x21df02=_0x55adb1[_0x1d61be(0x2b4)],_0x5892a9=_0x55adb1[_0x1d61be(0x256)];this[_0x1d61be(0x2e9)](_0x659bd4,this[_0x1d61be(0x1fd)][_0x1d61be(0x18f)](_0x21df02,_0x305e60));const _0x2ea42f=_0x5e7945(),_0x1617ad=_0x659bd4[_0x1d61be(0x2e5)]['id'],_0x26760e=_0x659bd4[_0x1d61be(0x27c)]+(_0x659bd4[_0x1d61be(0x1ec)]?':'+_0x659bd4[_0x1d61be(0x1ec)]:'');this[_0x1d61be(0x2e3)]({'id':_0x2ea42f,'type':_0x26760e,'createdAt':new Date(),'authorId':_0x1617ad,'originalSuggestionId':_0x659bd4['id'],'attributes':_0x659bd4[_0x1d61be(0x2d1)],'data':_0x659bd4[_0x1d61be(0x2fb)]});const _0x8aed2=this[_0x1d61be(0x300)](_0x659bd4);(_0x1d61be(0x2dc)==_0x659bd4[_0x1d61be(0x27c)]||_0x8aed2&&this[_0x1d61be(0x1ca)](_0x8aed2))&&(_0x10feec=this[_0x1d61be(0x1fd)][_0x1d61be(0x17c)](_0x10feec[_0x1d61be(0x1e7)])),this[_0x1d61be(0x23c)](_0x26760e,_0x2ea42f,_0x1617ad,this[_0x1d61be(0x1fd)][_0x1d61be(0x18f)](_0x10feec,_0x5892a9));}[_0x4fb5e8(0x21f)](_0x864bed,_0x3824ba=null){const _0x3dd988=_0x4fb5e8,_0x543f78=[],_0x530281=this[_0x3dd988(0x170)][_0x3dd988(0x1b1)][_0x3dd988(0x21c)](_0x3dd988(0x241))['me'];Array[_0x3dd988(0x293)](_0x864bed)||(_0x864bed=[_0x864bed]);for(const _0x490cec of this[_0x3dd988(0x198)]()){if(!_0x490cec[_0x3dd988(0x178)])continue;if(_0x3824ba&&_0x490cec[_0x3dd988(0x27c)]!=_0x3824ba)continue;let _0xc35d6b=!0x1;for(const _0x41b772 of _0x490cec[_0x3dd988(0x2e2)]()){for(const _0x2f7c3a of _0x864bed){const _0x5ab45f=_0x2f7c3a[_0x3dd988(0x2b4)][_0x3dd988(0x1f7)](_0x41b772[_0x3dd988(0x256)])||_0x2f7c3a[_0x3dd988(0x256)][_0x3dd988(0x1f7)](_0x41b772[_0x3dd988(0x2b4)]);if(_0x5ab45f||_0x2f7c3a[_0x3dd988(0x259)](_0x41b772)){const _0x4d31d1=_0x2f7c3a[_0x3dd988(0x17d)](_0x41b772)&&Rt(this[_0x3dd988(0x1fd)][_0x3dd988(0x16e)],_0x41b772[_0x3dd988(0x2b4)],_0x2f7c3a),_0x4789a=_0x41b772[_0x3dd988(0x17d)](_0x2f7c3a)&&Rt(this[_0x3dd988(0x1fd)][_0x3dd988(0x16e)],_0x2f7c3a[_0x3dd988(0x2b4)],_0x41b772);_0x543f78[_0x3dd988(0x229)]({'suggestion':_0x490cec,'meta':{'isOwn':_0x530281==_0x490cec[_0x3dd988(0x1fc)],'isNextTo':_0x5ab45f,'isInsideObject':_0x4d31d1,'containsRangeInObject':_0x4789a}}),_0xc35d6b=!0x0;break;}}if(_0xc35d6b)break;}}return _0x543f78;}[_0x4fb5e8(0x23c)](_0x293c38,_0x2fb9d6,_0x4e552d,_0x129f7e,_0x20367c){const _0x51efd5=_0x4fb5e8;this[_0x51efd5(0x1fd)][_0x51efd5(0x219)](_0x2819fb=>{const _0x40ad4d=_0x51efd5;let _0x4ae62e=_0x40ad4d(0x2a6)+_0x293c38+':'+_0x2fb9d6+':'+_0x4e552d;_0x20367c&&(_0x4ae62e=_0x4ae62e+':'+_0x20367c),_0x2819fb[_0x40ad4d(0x2be)](_0x4ae62e,{'range':_0x129f7e,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x4fb5e8(0x1b0)](_0x34faaa){const _0x98b88=_0x4fb5e8,_0x3b1f3e=_0x34faaa[_0x98b88(0x23e)],_0xdf5759=_0x34faaa[_0x98b88(0x187)];_0x34faaa[_0x98b88(0x23e)]=null,_0x34faaa[_0x98b88(0x187)]=null,null!=_0x3b1f3e&&_0x3b1f3e[_0x98b88(0x187)]==_0x34faaa&&(_0x3b1f3e[_0x98b88(0x187)]=_0xdf5759),null!=_0xdf5759&&_0xdf5759[_0x98b88(0x23e)]==_0x34faaa&&(_0xdf5759[_0x98b88(0x23e)]=_0x3b1f3e),_0x98b88(0x233)==this[_0x98b88(0x18a)][_0x98b88(0x21c)](_0x34faaa)&&(this[_0x98b88(0x18a)][_0x98b88(0x221)](_0x34faaa,_0x98b88(0x212)),this[_0x98b88(0x177)](_0x98b88(0x172),_0x34faaa,_0x3b1f3e,_0xdf5759));}[_0x4fb5e8(0x2e3)](_0x171797){const _0x1e15fc=_0x4fb5e8,_0x4dd868=_0x171797['id'],_0x49b462=this[_0x1e15fc(0x1e6)](_0x171797);if(this[_0x1e15fc(0x25a)]&&this[_0x1e15fc(0x25a)][_0x1e15fc(0x222)]){const _0x200e3c=this[_0x1e15fc(0x170)][_0x1e15fc(0x1b1)][_0x1e15fc(0x21c)](_0x1e15fc(0x299)),_0x31c405=_0x49b462[_0x1e15fc(0x1a5)],_0x3848db=_0x49b462[_0x1e15fc(0x1ec)]?_0x49b462[_0x1e15fc(0x27c)]+':'+_0x49b462[_0x1e15fc(0x1ec)]:_0x49b462[_0x1e15fc(0x27c)],_0xb47be6=this[_0x1e15fc(0x170)][_0x1e15fc(0x284)],_0xd82762=_0x200e3c[_0x1e15fc(0x1c3)](_0x1efa00(_0xb47be6,_0x1e15fc(0x2ff))),_0x11b186={'id':_0x4dd868,'type':_0x3848db,'hasComments':_0x31c405,'data':_0x171797[_0x1e15fc(0x2fb)]||null,'originalSuggestionId':_0x171797[_0x1e15fc(0x163)]||null,'attributes':_0x49b462[_0x1e15fc(0x2d1)]};this[_0x1e15fc(0x25a)][_0x1e15fc(0x222)](_0x11b186)[_0x1e15fc(0x21e)](_0x2edc8e=>{const _0x56b0e9=_0x1e15fc;_0x49b462[_0x56b0e9(0x1b3)]=!0x0,_0x200e3c[_0x56b0e9(0x1fb)](_0xd82762),_0x2edc8e&&_0x2edc8e[_0x56b0e9(0x2f9)]&&(this[_0x56b0e9(0x2bd)][_0x56b0e9(0x21c)](_0x4dd868)[_0x56b0e9(0x2f9)]=_0x2edc8e[_0x56b0e9(0x2f9)]);})[_0x1e15fc(0x2ba)](_0x13427e=>{const _0x4cbb12=_0x1e15fc;throw _0xcaa6f0(_0x4cbb12(0x15d)),this[_0x4cbb12(0x170)][_0x4cbb12(0x27d)][_0x4cbb12(0x260)]({'isUndoable':!0x1},()=>{const _0x20a2db=_0x4cbb12;_0x49b462[_0x20a2db(0x195)]();}),_0x49b462[_0x4cbb12(0x217)](),this[_0x4cbb12(0x2bd)][_0x4cbb12(0x304)](_0x49b462['id']),this[_0x4cbb12(0x18a)][_0x4cbb12(0x304)](_0x49b462),_0x13427e;});}return _0x49b462;}[_0x4fb5e8(0x1ca)](_0x4393af){const _0x590aed=_0x4fb5e8;return this[_0x590aed(0x1f3)][_0x590aed(0x206)](_0x4393af);}[_0x4fb5e8(0x2fc)](_0x5b1092,_0x2e402d){const _0x32f63c=_0x4fb5e8,_0x4c8d2e=this[_0x32f63c(0x170)][_0x32f63c(0x1b1)][_0x32f63c(0x21c)](_0x32f63c(0x299)),_0x244d43=this[_0x32f63c(0x243)](_0x5b1092);if(this[_0x32f63c(0x25a)]&&this[_0x32f63c(0x25a)][_0x32f63c(0x2ef)]){if(_0x244d43[_0x32f63c(0x1b3)]){const _0x3c9386=_0x4c8d2e[_0x32f63c(0x1c3)](_0x1efa00(this[_0x32f63c(0x170)][_0x32f63c(0x284)],_0x32f63c(0x2ff)));this[_0x32f63c(0x25a)][_0x32f63c(0x2ef)](_0x5b1092,_0x2e402d)[_0x32f63c(0x21e)](()=>{const _0x1ede03=_0x32f63c;_0x4c8d2e[_0x1ede03(0x1fb)](_0x3c9386);});}else _0x244d43['on'](_0x32f63c(0x2c1),()=>{const _0x199b45=_0x32f63c;this[_0x199b45(0x2fc)](_0x5b1092,_0x2e402d);});}}[_0x4fb5e8(0x2d2)](_0x43ee99){const _0x1c4fe3=_0x4fb5e8;if(!this[_0x1c4fe3(0x25a)]||!this[_0x1c4fe3(0x25a)][_0x1c4fe3(0x243)])throw new _0x503d90(_0x1c4fe3(0x226),this);return this[_0x1c4fe3(0x25a)][_0x1c4fe3(0x243)](_0x43ee99);}[_0x4fb5e8(0x1c0)](_0xb0c7cb){const _0x286746=_0x4fb5e8,{id:_0x19a718,type:_0x67aae7,subType:_0x3f5b4b,authorId:_0x1042e4}=this[_0x286746(0x269)](_0xb0c7cb),_0x371174=this[_0x286746(0x2bd)][_0x286746(0x21c)](_0x19a718)||this[_0x286746(0x1ae)](_0x67aae7,_0x3f5b4b,_0x19a718,_0x1042e4,{});switch(this[_0x286746(0x263)](_0x371174,_0x67aae7,_0x3f5b4b,_0x1042e4),this[_0x286746(0x18a)][_0x286746(0x21c)](_0x371174)){case _0x286746(0x1f5):this[_0x286746(0x2d2)](_0x19a718)[_0x286746(0x21e)](_0x292a53=>{const _0x287b64=_0x286746;let _0x100c4f=Promise[_0x287b64(0x1e9)]();_0x292a53[_0x287b64(0x1a5)]&&(_0x100c4f=this[_0x287b64(0x199)][_0x287b64(0x271)]({'channelId':this[_0x287b64(0x170)][_0x287b64(0x205)][_0x287b64(0x21c)](_0x287b64(0x26e)),'threadId':_0x19a718})),_0x100c4f[_0x287b64(0x21e)](()=>{const _0x4da2e2=_0x287b64;this[_0x4da2e2(0x1e6)](_0x292a53)[_0x4da2e2(0x1b3)]=!0x0;});}),this[_0x286746(0x18a)][_0x286746(0x221)](_0x371174,_0x286746(0x286));break;case _0x286746(0x212):this[_0x286746(0x2fc)](_0x19a718,{'state':_0x286746(0x2e0)});case _0x286746(0x2e7):this[_0x286746(0x18a)][_0x286746(0x221)](_0x371174,_0x286746(0x233)),this[_0x286746(0x177)](_0x286746(0x2a2),_0x371174);break;case _0x286746(0x233):this[_0x286746(0x177)](_0x286746(0x2d3),_0x371174);}return _0x371174[_0x286746(0x211)](_0xb0c7cb),_0x371174;}[_0x4fb5e8(0x25e)](_0x6771bf){const _0x1d365c=_0x4fb5e8,_0x52acaa=Array[_0x1d365c(0x28b)](_0x6771bf),_0x36e5e0=_0x52acaa[_0x1d365c(0x1ac)](_0x53314b=>_0x1d365c(0x2b7)==_0x53314b[_0x1d365c(0x27c)]);this[_0x1d365c(0x1d8)](_0x36e5e0);const _0x234f73=_0x52acaa[_0x1d365c(0x1ac)](_0x2cc8bc=>!_0x2cc8bc[_0x1d365c(0x2c7)]&&_0x1d365c(0x2b7)!=_0x2cc8bc[_0x1d365c(0x27c)]),_0x5f5075=this[_0x1d365c(0x198)]({'skipNotAttached':!0x0})[_0x1d365c(0x1ac)](_0x496136=>!_0x496136[_0x1d365c(0x2c7)]&&_0x1d365c(0x2b7)!=_0x496136[_0x1d365c(0x27c)]),_0x36263b=_0x5f5075[_0x1d365c(0x1ac)](_0x2c8507=>!_0x6771bf[_0x1d365c(0x206)](_0x2c8507)),_0x525db2=new Map(_0x5f5075[_0x1d365c(0x27a)](_0x9cfc64=>[_0x9cfc64,this[_0x1d365c(0x207)][_0x1d365c(0x2ae)](_0x9cfc64[_0x1d365c(0x27c)],_0x9cfc64[_0x1d365c(0x1ec)],_0x1d365c(0x231))])),_0x31bc9b=new Map(_0x5f5075[_0x1d365c(0x27a)](_0x46e39b=>[_0x46e39b,_0x46e39b[_0x1d365c(0x234)]()])),_0x116089=new Set(),_0x53891a=new Set();for(let _0x5df86a=0x0;_0x5df86a<_0x234f73[_0x1d365c(0x296)];_0x5df86a++)_0x621d54(_0x234f73[_0x5df86a],_0x234f73,_0x5df86a+0x1);for(let _0x1b2a35=0x0;_0x1b2a35<_0x234f73[_0x1d365c(0x296)];_0x1b2a35++)_0x621d54(_0x234f73[_0x1b2a35],_0x36263b,0x0);const _0x5bb1d9=new Set();for(let _0x9c71ef=0x0;_0x9c71ef<_0x234f73[_0x1d365c(0x296)];_0x9c71ef++){const _0x1bfb00=_0x234f73[_0x9c71ef];!_0x53891a[_0x1d365c(0x206)](_0x1bfb00)&&_0x1bfb00[_0x1d365c(0x23e)]&&(_0x5bb1d9[_0x1d365c(0x1c3)](_0x1bfb00[_0x1d365c(0x23e)]),_0x1bfb00[_0x1d365c(0x23e)][_0x1d365c(0x187)]===_0x1bfb00&&(_0x1bfb00[_0x1d365c(0x23e)][_0x1d365c(0x187)]=null),_0x1bfb00[_0x1d365c(0x23e)]=null),!_0x116089[_0x1d365c(0x206)](_0x1bfb00)&&_0x1bfb00[_0x1d365c(0x187)]&&(_0x5bb1d9[_0x1d365c(0x1c3)](_0x1bfb00[_0x1d365c(0x187)]),_0x1bfb00[_0x1d365c(0x187)][_0x1d365c(0x23e)]===_0x1bfb00&&(_0x1bfb00[_0x1d365c(0x187)][_0x1d365c(0x23e)]=null),_0x1bfb00[_0x1d365c(0x187)]=null);}function _0x621d54(_0x14c295,_0x2afc3d,_0x47c766){const _0x2c6649=_0x1d365c;for(let _0x54092b=_0x47c766;_0x54092b<_0x2afc3d[_0x2c6649(0x296)];_0x54092b++){const _0x5ddae2=_0x26b0a1(_0x14c295,_0x2afc3d[_0x54092b]);_0x5ddae2&&(_0x5ddae2[0x0][_0x2c6649(0x187)]=_0x5ddae2[0x1],_0x5ddae2[0x1][_0x2c6649(0x23e)]=_0x5ddae2[0x0],_0x116089[_0x2c6649(0x1c3)](_0x5ddae2[0x0]),_0x53891a[_0x2c6649(0x1c3)](_0x5ddae2[0x1]));}}function _0x26b0a1(_0xa1adfa,_0x554aa9){const _0x465e01=_0x1d365c;if(_0xa1adfa[_0x465e01(0x1fc)]['id']!==_0x554aa9[_0x465e01(0x1fc)]['id'])return null;const _0x2e04ed=_0x525db2[_0x465e01(0x21c)](_0xa1adfa)(_0xa1adfa,_0x554aa9,_0x31bc9b[_0x465e01(0x21c)](_0xa1adfa),_0x31bc9b[_0x465e01(0x21c)](_0x554aa9));if(!_0x2e04ed)return null;return _0x525db2[_0x465e01(0x21c)](_0x554aa9)(_0xa1adfa,_0x554aa9,_0x31bc9b[_0x465e01(0x21c)](_0xa1adfa),_0x31bc9b[_0x465e01(0x21c)](_0x554aa9))?_0x2e04ed[0x1][_0x465e01(0x191)]&&_0x2e04ed[0x1][_0x465e01(0x191)][_0x465e01(0x296)]?null:_0x2e04ed:null;}_0x5bb1d9[_0x1d365c(0x242)]&&this[_0x1d365c(0x25e)](_0x5bb1d9);}[_0x4fb5e8(0x1d8)](_0x2f3dc2){const _0x2b0570=_0x4fb5e8;if(0x0==_0x2f3dc2[_0x2b0570(0x296)])return;const _0x461f0d=this[_0x2b0570(0x198)]({'skipNotAttached':!0x0})[_0x2b0570(0x1ac)](_0xaf62e2=>_0x2b0570(0x2b7)==_0xaf62e2[_0x2b0570(0x27c)]&&_0xaf62e2[_0x2b0570(0x1c9)]),_0x2c36c4=[],_0x20ddf8=new Map();for(const _0x3b70bb of _0x461f0d){const _0x2f6151=_0x5e7d4d(_0x3b70bb[_0x2b0570(0x2d1)]);_0x20ddf8[_0x2b0570(0x206)](_0x2f6151)||(_0x20ddf8[_0x2b0570(0x221)](_0x2f6151,_0x2c36c4[_0x2b0570(0x296)]),_0x2c36c4[_0x2b0570(0x229)]([]));const _0x5e67a7=_0x20ddf8[_0x2b0570(0x21c)](_0x2f6151);_0x2c36c4[_0x5e67a7][_0x2b0570(0x229)](_0x3b70bb);}!(function(){const _0x2ce386=_0x2b0570;_0x2c36c4[_0x2ce386(0x2dd)]((_0x11ba21,_0x3baf71)=>{const _0x15fcb2=_0x2ce386,_0xde1443=_0x11ba21[0x0][_0x15fcb2(0x2f9)],_0x5809c8=_0x3baf71[0x0][_0x15fcb2(0x2f9)];return _0xde1443==_0x5809c8?_0x11ba21[0x0][_0x15fcb2(0x2d1)][_0x15fcb2(0x1cb)]<_0x3baf71[0x0][_0x15fcb2(0x2d1)][_0x15fcb2(0x1cb)]?-0x1:0x1:_0xde1443<_0x5809c8?-0x1:0x1;});for(const _0x3c754d of _0x2c36c4)_0x3c754d[_0x2ce386(0x2dd)]((_0x3fa5dd,_0x5e4243)=>_0x3fa5dd['id']<_0x5e4243['id']?-0x1:0x1);}());for(let _0x149dda=0x0;_0x149dda<_0x2c36c4[_0x2b0570(0x296)];_0x149dda++){if(0x0==_0x2c36c4[_0x149dda][_0x2b0570(0x296)])continue;const _0x3bd4a8=[];for(let _0x1a98c3=_0x149dda+0x1;_0x1a98c3<_0x2c36c4[_0x2b0570(0x296)];_0x1a98c3++)0x0!=_0x2c36c4[_0x1a98c3][_0x2b0570(0x296)]&&_0x2ede5f(_0x2c36c4[_0x149dda],_0x2c36c4[_0x1a98c3])&&_0x3bd4a8[_0x2b0570(0x229)](_0x1a98c3);for(const _0x6b5a16 of _0x3bd4a8)_0x2c36c4[_0x149dda]=_0x2c36c4[_0x149dda][_0x2b0570(0x22b)](_0x2c36c4[_0x6b5a16]),_0x2c36c4[_0x6b5a16]=[];}for(const _0x22f9d4 of _0x2c36c4)for(let _0x4eb865=0x0;_0x4eb865<_0x22f9d4[_0x2b0570(0x296)];_0x4eb865++)_0x22f9d4[_0x4eb865][_0x2b0570(0x187)]=_0x22f9d4[_0x4eb865+0x1]||null;for(const _0x460244 of _0x2c36c4)for(let _0x22137c=0x0;_0x22137c<_0x460244[_0x2b0570(0x296)];_0x22137c++)_0x460244[_0x22137c][_0x2b0570(0x23e)]=_0x460244[_0x22137c-0x1]||null;function _0x2ede5f(_0x4e9afa,_0x45fe88){const _0x2fa04b=_0x2b0570;if(_0x4e9afa[0x0][_0x2fa04b(0x2d1)][_0x2fa04b(0x1cb)]!==_0x45fe88[0x0][_0x2fa04b(0x2d1)][_0x2fa04b(0x1cb)]&&_0x4e9afa[0x0][_0x2fa04b(0x1fc)]!==_0x45fe88[0x0][_0x2fa04b(0x1fc)])return!0x1;if(!function(_0x4a5166,_0xa4a7c5){const _0x47df2d=_0x2fa04b;if(!_0x4a5166[_0x47df2d(0x1a5)]&&!_0xa4a7c5[_0x47df2d(0x1a5)])return!0x0;if(_0x4a5166[_0x47df2d(0x1a5)]&&_0xa4a7c5[_0x47df2d(0x1a5)])return!0x1;if(_0x4a5166[_0x47df2d(0x1a5)]&&_0xa4a7c5[_0x47df2d(0x2f9)]<_0x4a5166[_0x47df2d(0x191)][_0x47df2d(0x2a9)][_0x47df2d(0x21c)](0x0)[_0x47df2d(0x2f9)])return!0x0;if(_0xa4a7c5[_0x47df2d(0x1a5)]&&_0x4a5166[_0x47df2d(0x2f9)]<_0xa4a7c5[_0x47df2d(0x191)][_0x47df2d(0x2a9)][_0x47df2d(0x21c)](0x0)[_0x47df2d(0x2f9)])return!0x0;return!0x1;}(_0x4e9afa[0x0],_0x45fe88[0x0]))return!0x1;const _0x5121aa=_0x232307(_0x4e9afa[0x0][_0x2fa04b(0x2d1)],_0x2fa04b(0x1cb)),_0xea8cf7=_0x232307(_0x45fe88[0x0][_0x2fa04b(0x2d1)],_0x2fa04b(0x1cb));if(!_0x841329(_0x5121aa,_0xea8cf7))return!0x1;return!!_0x4e9afa[_0x2fa04b(0x19b)](_0x5491d1=>_0x45fe88[_0x2fa04b(0x307)](_0x2b46f6=>_0x5491d1[_0x2fa04b(0x234)]()[_0x2fa04b(0x1f7)](_0x2b46f6[_0x2fa04b(0x234)]())))&&_0x45fe88[_0x2fa04b(0x19b)](_0x5c97f7=>_0x4e9afa[_0x2fa04b(0x307)](_0x13751d=>_0x5c97f7[_0x2fa04b(0x234)]()[_0x2fa04b(0x1f7)](_0x13751d[_0x2fa04b(0x234)]())));}}[_0x4fb5e8(0x285)](_0x9fcd3e){const _0x5c9b29=_0x4fb5e8,_0x103659=Array[_0x5c9b29(0x28b)](_0x9fcd3e),_0x2064eb=this[_0x5c9b29(0x198)]({'skipNotAttached':!0x0}),_0x4ba3a3=_0x2064eb[_0x5c9b29(0x1ac)](_0x43e488=>!_0x9fcd3e[_0x5c9b29(0x206)](_0x43e488)),_0xc38102=new Map(_0x103659[_0x5c9b29(0x27a)](_0x64d819=>[_0x64d819,this[_0x5c9b29(0x207)][_0x5c9b29(0x2ae)](_0x64d819[_0x5c9b29(0x27c)],_0x64d819[_0x5c9b29(0x1ec)],_0x5c9b29(0x1d0))])),_0x1757a1=new Map(_0x2064eb[_0x5c9b29(0x27a)](_0x38ea93=>[_0x38ea93,_0x38ea93[_0x5c9b29(0x2e2)]()]));for(let _0x478102=0x0;_0x478102<_0x103659[_0x5c9b29(0x296)];_0x478102++){if(_0x5076d3(this,_0x103659[_0x478102],_0x103659,_0x478102+0x1))return!0x0;}for(let _0x8202fc=0x0;_0x8202fc<_0x103659[_0x5c9b29(0x296)];_0x8202fc++){if(_0x5076d3(this,_0x103659[_0x8202fc],_0x4ba3a3,0x0))return!0x0;}return!0x1;function _0x5076d3(_0x299bbf,_0x1ed85e,_0x3fdaf9,_0x1fd560){const _0x3ec26e=_0x5c9b29;for(let _0x1185d0=_0x1fd560;_0x1185d0<_0x3fdaf9[_0x3ec26e(0x296)];_0x1185d0++){const _0x45802f=_0x3fdaf9[_0x1185d0];if(_0x45802f[_0x3ec26e(0x27c)]!==_0x1ed85e[_0x3ec26e(0x27c)]||_0x45802f[_0x3ec26e(0x1fc)]['id']!==_0x1ed85e[_0x3ec26e(0x1fc)]['id']||_0x45802f[_0x3ec26e(0x1ec)]!==_0x1ed85e[_0x3ec26e(0x1ec)])continue;if(!Pt(_0x1ed85e,_0x45802f,[_0x3ec26e(0x1cb)]))continue;if(_0x3ec26e(0x2b7)==_0x1ed85e[_0x3ec26e(0x27c)]&&_0x1ed85e[_0x3ec26e(0x2fb)][_0x3ec26e(0x24f)]!=_0x45802f[_0x3ec26e(0x2fb)][_0x3ec26e(0x24f)])continue;if(_0x3ec26e(0x2b7)==_0x1ed85e[_0x3ec26e(0x27c)]&&_0x299bbf[_0x3ec26e(0x1ca)](_0x1ed85e[_0x3ec26e(0x2fb)][_0x3ec26e(0x2fd)]))continue;if(_0x3ec26e(0x2dc)==_0x1ed85e[_0x3ec26e(0x27c)]){const _0x386798=_0x299bbf[_0x3ec26e(0x170)][_0x3ec26e(0x27d)],_0x217ac6=_0x1ed85e[_0x3ec26e(0x2ca)]();if(_0x217ac6&&(_0x386798[_0x3ec26e(0x16e)][_0x3ec26e(0x257)](_0x217ac6)||_0x386798[_0x3ec26e(0x16e)][_0x3ec26e(0x1da)](_0x217ac6)))continue;}const _0x23a451=_0xc38102[_0x3ec26e(0x21c)](_0x1ed85e),_0x3e551b=_0x1757a1[_0x3ec26e(0x21c)](_0x1ed85e),_0x5bb5ac=_0x1757a1[_0x3ec26e(0x21c)](_0x45802f),_0x5992a1=_0x1ed85e[_0x3ec26e(0x191)]&&_0x1ed85e[_0x3ec26e(0x191)][_0x3ec26e(0x296)],_0x1b1361=_0x45802f[_0x3ec26e(0x191)]&&_0x45802f[_0x3ec26e(0x191)][_0x3ec26e(0x296)];if(!_0x5992a1&&_0x23a451(_0x5bb5ac,_0x3e551b))return _0x299bbf[_0x3ec26e(0x276)](_0x45802f,_0x1ed85e),_0x1757a1[_0x3ec26e(0x304)](_0x1ed85e),!0x0;if(!_0x1b1361&&_0x23a451(_0x3e551b,_0x5bb5ac))return _0x299bbf[_0x3ec26e(0x276)](_0x1ed85e,_0x45802f),_0x1757a1[_0x3ec26e(0x304)](_0x45802f),!0x0;}return!0x1;}}[_0x4fb5e8(0x276)](_0x89215d,_0x53ca1b){const _0x34a1c6=_0x4fb5e8;if(_0x89215d[_0x34a1c6(0x2c7)]){for(const _0x30845a of _0x53ca1b[_0x34a1c6(0x2e2)]())_0x89215d[_0x34a1c6(0x238)](_0x30845a);}else{const _0x3f5fe4=_0x53ca1b[_0x34a1c6(0x234)]()[_0x34a1c6(0x256)];this[_0x34a1c6(0x2e9)](_0x89215d,this[_0x34a1c6(0x1fd)][_0x34a1c6(0x18f)](_0x89215d[_0x34a1c6(0x234)]()[_0x34a1c6(0x2b4)],_0x3f5fe4));}_0x53ca1b[_0x34a1c6(0x279)]();}[_0x4fb5e8(0x21a)](_0x1358cc,_0x56508d){const _0x4f4b4f=_0x4fb5e8,_0x47ef96=_0x1358cc[_0x4f4b4f(0x23a)](_0x4f4b4f(0x161))||_0x1358cc[_0x4f4b4f(0x23a)](_0x4f4b4f(0x2b7))?_0x4f4b4f(0x1c6):_0x1358cc[_0x4f4b4f(0x167)]();return _0x1efa00(this[_0x4f4b4f(0x170)][_0x4f4b4f(0x284)],_0x56508d+'_'+_0x47ef96+_0x4f4b4f(0x1a9));}[_0x4fb5e8(0x25d)](){const _0x592134=_0x4fb5e8,_0x28f2d6=this[_0x592134(0x170)];_0x13918a(this[_0x592134(0x1fd)],({left:_0x5de4b8,entered:_0x39e65e})=>{const _0x3a2dd7=_0x592134,_0x557489=[];for(const _0x425e70 of _0x5de4b8){const {group:_0x2fb813,type:_0x41a2b1}=this[_0x3a2dd7(0x269)](_0x425e70[_0x3a2dd7(0x15f)]);if(_0x3a2dd7(0x255)===_0x2fb813){_0x557489[_0x3a2dd7(0x229)](this[_0x3a2dd7(0x21a)](_0x41a2b1,_0x3a2dd7(0x197)));break;}}for(const _0x47ec98 of _0x39e65e){const {group:_0x165ba7,type:_0x5311df}=this[_0x3a2dd7(0x269)](_0x47ec98[_0x3a2dd7(0x15f)]);if(_0x3a2dd7(0x255)===_0x165ba7){_0x557489[_0x3a2dd7(0x229)](this[_0x3a2dd7(0x21a)](_0x5311df,_0x3a2dd7(0x169)));break;}}_0x557489[_0x3a2dd7(0x296)]&&_0x28f2d6['ui'][_0x3a2dd7(0x268)][_0x3a2dd7(0x288)](_0x3a2dd7(0x26c),_0x557489[_0x3a2dd7(0x1d0)]('\x20'));});}[_0x4fb5e8(0x29d)](_0x451e5c){const _0x531bb2=_0x4fb5e8;if(this[_0x531bb2(0x1af)])return!0x1;const _0x33182b=this[_0x531bb2(0x170)],_0x3eabe6=_0x33182b[_0x531bb2(0x27d)][_0x531bb2(0x213)][_0x531bb2(0x274)][_0x531bb2(0x1c7)]();if(0x0==_0x3eabe6[_0x531bb2(0x296)])return!0x1;const _0x58a43b=[],_0x3e6d79=_0x3eabe6[_0x531bb2(0x1ac)](_0x3607ff=>_0x531bb2(0x2b7)==_0x3607ff[_0x531bb2(0x27c)]),_0x1f0672=_0x3eabe6[_0x531bb2(0x1ac)](_0x20f5b7=>_0x531bb2(0x1f4)==_0x20f5b7[_0x531bb2(0x27c)]&&_0x531bb2(0x1f0)!=_0x20f5b7[_0x531bb2(0x15f)]),_0x115bff=_0x3eabe6[_0x531bb2(0x1ac)](_0x309075=>_0x531bb2(0x1fb)==_0x309075[_0x531bb2(0x27c)]&&_0x531bb2(0x1f0)!=_0x309075[_0x531bb2(0x15f)]);for(const _0x454b95 of _0x3e6d79)_0x58a43b[_0x531bb2(0x229)]({'key':_0x454b95[_0x531bb2(0x2d5)],'newValue':_0x454b95[_0x531bb2(0x1eb)],'oldValue':_0x454b95[_0x531bb2(0x1e4)],'range':Ot(_0x454b95[_0x531bb2(0x253)],_0x33182b[_0x531bb2(0x27d)])});for(const _0x5a51f6 of _0x1f0672){const _0x3e5c1b=_0x115bff[_0x531bb2(0x183)](_0x236c82=>_0x236c82[_0x531bb2(0x26f)][_0x531bb2(0x1f7)](_0x5a51f6[_0x531bb2(0x26f)]));_0x3e5c1b&&_0x58a43b[_0x531bb2(0x229)]({'key':_0x531bb2(0x1a3),'newValue':_0x5a51f6[_0x531bb2(0x15f)],'oldValue':_0x3e5c1b[_0x531bb2(0x15f)],'range':_0x33182b[_0x531bb2(0x27d)][_0x531bb2(0x2a8)](_0x5a51f6[_0x531bb2(0x26f)][_0x531bb2(0x174)])});}return 0x0!=_0x58a43b[_0x531bb2(0x296)]&&this[_0x531bb2(0x1d9)](_0x451e5c,_0x58a43b);}[_0x4fb5e8(0x16f)](_0x4daf22){const _0x3d6653=_0x4fb5e8;let _0x37e162=!0x1;const _0x2ef96c=this[_0x3d6653(0x170)][_0x3d6653(0x27d)][_0x3d6653(0x213)][_0x3d6653(0x274)][_0x3d6653(0x1c4)]()[_0x3d6653(0x1ac)](_0x567454=>_0x567454[_0x3d6653(0x2fb)][_0x3d6653(0x160)]&&_0x567454[_0x3d6653(0x15f)][_0x3d6653(0x23a)](_0x3d6653(0x175)));for(const _0x29aff8 of _0x2ef96c){const {subType:_0x2855da,id:_0x3b3bad}=this[_0x3d6653(0x269)](_0x29aff8[_0x3d6653(0x15f)]),_0x4a90ef=_0x2855da[_0x3d6653(0x208)]('|')[0x0];for(const _0x35727d of this[_0x3d6653(0x198)]({'skipNotAttached':!0x0}))_0x35727d['id']!=_0x3b3bad&&_0x3d6653(0x2b7)==_0x35727d[_0x3d6653(0x27c)]&&_0x35727d[_0x3d6653(0x2fb)]&&_0x35727d[_0x3d6653(0x2fb)][_0x3d6653(0x2fd)]==_0x4a90ef&&_0x35727d[_0x3d6653(0x234)]()[_0x3d6653(0x2ea)](_0x29aff8[_0x3d6653(0x2fb)][_0x3d6653(0x160)])&&(this[_0x3d6653(0x21b)](_0x35727d,_0x29aff8[_0x3d6653(0x2fb)][_0x3d6653(0x160)],_0x4daf22),_0x37e162=!0x0);}return _0x37e162;}[_0x4fb5e8(0x2e6)](_0x46ff81){const _0x3b04f0=_0x4fb5e8;this[_0x3b04f0(0x170)],(this[_0x3b04f0(0x1af)]=!0x0,_0x46ff81());}[_0x4fb5e8(0x26b)](_0x3cdf7e){const _0x5e11da=_0x4fb5e8,_0x22bba4=this[_0x5e11da(0x1ca)](_0x3cdf7e),_0x796cbf=this[_0x5e11da(0x2bb)][_0x5e11da(0x206)](_0x3cdf7e);return _0x22bba4||_0x796cbf;}[_0x4fb5e8(0x1d9)](_0x237415,_0x2bfdbf){const _0x519835=_0x4fb5e8;if(0x0==_0x2bfdbf[_0x519835(0x296)])return!0x1;let _0x36441f=!0x1;for(const _0x5f582a of _0x2bfdbf){const _0x3f164d=this[_0x519835(0x21f)](_0x5f582a[_0x519835(0x253)],_0x519835(0x2b7))[_0x519835(0x1ac)](_0x579a97=>!_0x579a97[_0x519835(0x189)][_0x519835(0x2e4)])[_0x519835(0x27a)](_0x4c9d2c=>_0x4c9d2c[_0x519835(0x255)]),_0x2686bd=_0x5e7d4d({'newValue':_0x5f582a[_0x519835(0x308)]});_0x3f164d[_0x519835(0x1ac)](_0x478b9a=>{const _0x12bbb4=_0x519835,[_0x2b2348,_0x1e722d]=_0x478b9a[_0x12bbb4(0x1ec)][_0x12bbb4(0x208)]('|');return _0x2b2348==_0x5f582a[_0x12bbb4(0x2fd)]&&_0x1e722d!=_0x2686bd;})[_0x519835(0x281)](_0x5a4229=>{const _0x4a4746=_0x519835;this[_0x4a4746(0x21b)](_0x5a4229,_0x5f582a[_0x4a4746(0x253)],_0x237415),_0x36441f=!0x0;});}return _0x36441f;}[_0x4fb5e8(0x21b)](_0x516226,_0x5b54c5,_0x339b68){const _0x3c78b3=_0x4fb5e8,_0x1b5c60=_0x516226[_0x3c78b3(0x234)]()[_0x3c78b3(0x29e)](_0x5b54c5);0x0!==_0x1b5c60[_0x3c78b3(0x296)]?0x1!==_0x1b5c60[_0x3c78b3(0x296)]?this[_0x3c78b3(0x1fa)](_0x516226,_0x5b54c5[_0x3c78b3(0x2b4)],_0x5b54c5[_0x3c78b3(0x256)]):this[_0x3c78b3(0x2e9)](_0x516226,_0x1b5c60[0x0]):_0x339b68[_0x3c78b3(0x24e)](_0x516226[_0x3c78b3(0x218)]());}}class xt{constructor(_0x391d04){const _0x477226=_0x4fb5e8;this[_0x477226(0x227)]=_0x391d04,this[_0x477226(0x1fd)]=_0x391d04[_0x477226(0x27d)],this[_0x477226(0x1a1)]=new Map(),this[_0x477226(0x27b)]=new Map(),this[_0x477226(0x1c1)]();}[_0x4fb5e8(0x1e2)](_0xc38290,_0x5760e9,_0x28f633,_0x588a1f,_0x3e8b6e,_0x867be7){const _0x379dd9=_0x4fb5e8;return new _0xc7d583(this[_0x379dd9(0x1fd)],{'type':_0xc38290,'subType':_0x5760e9,'id':_0x28f633,'author':_0x588a1f,'creator':_0x588a1f,'attributes':_0x3e8b6e,'onAttributesChange':_0x867be7,'onAccept':(..._0x15b933)=>this[_0x379dd9(0x2ae)](_0xc38290,_0x5760e9,_0x379dd9(0x249))(..._0x15b933),'onDiscard':(..._0x168f52)=>this[_0x379dd9(0x2ae)](_0xc38290,_0x5760e9,_0x379dd9(0x195))(..._0x168f52)});}[_0x4fb5e8(0x2ec)](_0x16610e,_0x11a9a6,_0x58f6ec,_0x30633d){const _0x5d6e7f=_0x4fb5e8,_0x1f7f30=_0x16610e+':'+_0x11a9a6+':'+_0x58f6ec;this[_0x5d6e7f(0x1a1)][_0x5d6e7f(0x221)](_0x1f7f30,_0x30633d);}[_0x4fb5e8(0x2ae)](_0xc1ab2c,_0x552ae8,_0x3e09b2){const _0x55f82a=_0x4fb5e8,_0x1a0cc8=_0xc1ab2c+':'+_0x552ae8+':'+_0x3e09b2;return this[_0x55f82a(0x1a1)][_0x55f82a(0x21c)](_0x1a0cc8)||this[_0x55f82a(0x27b)][_0x55f82a(0x21c)](_0xc1ab2c+':'+_0x3e09b2);}[_0x4fb5e8(0x1c1)](){const _0xad6c4e=_0x4fb5e8,_0x27785b=()=>!0x1,_0x592985=_0xc22ce1=>{const _0x31535d=_0x374d;_0xc22ce1[_0x31535d(0x2dd)]((_0x3f79ce,_0x46ba57)=>_0x3f79ce[_0x31535d(0x2b4)][_0x31535d(0x166)](_0x46ba57[_0x31535d(0x2b4)])?0x1:-0x1),this[_0x31535d(0x1fd)][_0x31535d(0x219)](_0x24ed3d=>{const _0xd4438c=_0x31535d;for(const _0x3b1b77 of _0xc22ce1){let _0x4c6ee8;_0x4c6ee8=_0x3b1b77[_0xd4438c(0x256)][_0xd4438c(0x1ff)]&&_0x3b1b77[_0xd4438c(0x256)][_0xd4438c(0x1e7)]==_0x3b1b77[_0xd4438c(0x2b4)][_0xd4438c(0x174)]?_0x24ed3d[_0xd4438c(0x176)](_0x3b1b77[_0xd4438c(0x2b4)][_0xd4438c(0x174)],'on'):_0x24ed3d[_0xd4438c(0x176)](_0x3b1b77),this[_0xd4438c(0x1fd)][_0xd4438c(0x1b6)](_0x4c6ee8,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0xe7a7aa=(_0x330e9a,_0xc6ebd0)=>{const _0x6922c7=_0x374d;_0xc6ebd0&&this[_0x6922c7(0x1fd)][_0x6922c7(0x219)](_0x2b04a6=>{const _0x1c784b=_0x6922c7,{commandName:_0x2b1805,commandParams:_0x4a17ba=[]}=_0xc6ebd0,_0x32300e=_0x330e9a[_0x1c784b(0x27a)](_0x3b81a1=>(Tt(_0x3b81a1)&&(_0x3b81a1=this[_0x1c784b(0x1fd)][_0x1c784b(0x18f)](_0x3b81a1[_0x1c784b(0x256)])),_0x3b81a1))[_0x1c784b(0x1ac)](_0x49b383=>_0x1c784b(0x252)!==_0x49b383[_0x1c784b(0x265)][_0x1c784b(0x1e3)]);if(_0x32300e[_0x1c784b(0x296)]<0x1)return;const _0x353fe0=Array[_0x1c784b(0x28b)](this[_0x1c784b(0x1fd)][_0x1c784b(0x213)][_0x1c784b(0x2c4)][_0x1c784b(0x2e2)]())[_0x1c784b(0x27a)](_0xe6d022=>_0x32fe60[_0x1c784b(0x17f)](_0xe6d022));_0x2b04a6[_0x1c784b(0x1c2)](_0x32300e);for(const _0x174e02 of this[_0x1c784b(0x227)][_0x1c784b(0x1de)][_0x1c784b(0x1de)]())_0x174e02[_0x1c784b(0x258)]();_0x4a17ba[_0x1c784b(0x229)]({'forceDefaultExecution':!0x0}),this[_0x1c784b(0x227)][_0x1c784b(0x19e)](_0x2b1805,..._0x4a17ba);const _0x43bdec=_0x353fe0[_0x1c784b(0x1ac)](_0x12fb99=>_0x1c784b(0x252)!=_0x12fb99[_0x1c784b(0x265)][_0x1c784b(0x1e3)]);_0x43bdec[_0x1c784b(0x296)]>0x0&&_0x2b04a6[_0x1c784b(0x1c2)](_0x43bdec);for(const _0x2260c1 of _0x353fe0)_0x2260c1[_0x1c784b(0x1c8)]();});},_0x124e30=(_0x3fa0c5,_0x82ceb9)=>0x1==_0x3fa0c5[_0xad6c4e(0x296)]&&0x1==_0x82ceb9[_0xad6c4e(0x296)]&&_0x3fa0c5[0x0][_0xad6c4e(0x256)][_0xad6c4e(0x1f7)](_0x82ceb9[0x0][_0xad6c4e(0x2b4)]),_0xab9b16=(_0x3a952d,_0x488ccb,_0x2b1ca0,_0x382db8)=>Ft(_0x3a952d,_0x488ccb,_0x2b1ca0,_0x382db8,this[_0xad6c4e(0x1fd)])?[_0x3a952d,_0x488ccb]:Ft(_0x488ccb,_0x3a952d,_0x382db8,_0x2b1ca0,this[_0xad6c4e(0x1fd)])?[_0x488ccb,_0x3a952d]:null;this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x2bf),_0x27785b),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x2cc),_0x592985),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x1ea),_0x124e30),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x27e),_0xab9b16),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x264),_0x592985),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x1cd),_0x27785b),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x220),_0x124e30),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x1ad),_0xab9b16),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x179),_0xe7a7aa),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x2fa),_0x27785b),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x173),_0x124e30),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x1d1),_0x27785b),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x283),_0xe7a7aa),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x1bd),_0x27785b),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x2bc),_0x124e30),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x180),_0x27785b),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x2c0),_0x27785b),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x294),(_0x4d0f50,_0x14cf93)=>{const _0x4efc69=_0xad6c4e;if(!_0x14cf93)return;const _0x4a7c7c=this[_0x4efc69(0x227)][_0x4efc69(0x1b1)][_0x4efc69(0x21c)](p);this[_0x4efc69(0x1fd)][_0x4efc69(0x219)](_0x26c0ac=>{const _0x252d2a=_0x4efc69;if(_0x252d2a(0x1a3)==_0x14cf93[_0x252d2a(0x2fd)])for(const _0x4c4265 of _0x4d0f50){const _0xa6df7e=_0x4c4265[_0x252d2a(0x2b4)][_0x252d2a(0x174)],_0xe13a2=_0x14cf93[_0x252d2a(0x24f)];_0x26c0ac[_0x252d2a(0x20d)](_0xa6df7e,_0xe13a2);}else{if(_0x4a7c7c[_0x252d2a(0x1ca)](_0x14cf93[_0x252d2a(0x2fd)])){for(const _0x4a7581 of _0x4d0f50)void 0x0!==_0x14cf93[_0x252d2a(0x24f)]?_0x26c0ac[_0x252d2a(0x1d3)](_0x14cf93[_0x252d2a(0x2fd)],_0x14cf93[_0x252d2a(0x24f)],_0x4a7581[_0x252d2a(0x2b4)][_0x252d2a(0x174)]):_0x26c0ac[_0x252d2a(0x1a6)](_0x14cf93[_0x252d2a(0x2fd)],_0x4a7581[_0x252d2a(0x2b4)][_0x252d2a(0x174)]);}else{for(const _0x4ef631 of _0x4d0f50)_0x14cf93[_0x252d2a(0x24f)]?_0x26c0ac[_0x252d2a(0x1d3)](_0x14cf93[_0x252d2a(0x2fd)],_0x14cf93[_0x252d2a(0x24f)],_0x4ef631):_0x26c0ac[_0x252d2a(0x1a6)](_0x14cf93[_0x252d2a(0x2fd)],_0x4ef631);}}});}),this[_0xad6c4e(0x27b)][_0xad6c4e(0x221)](_0xad6c4e(0x2c8),_0x124e30);}}function Rt(_0x5dd686,_0x2dd6ac,_0x233736){const _0x215158=_0x4fb5e8;for(const _0x32c00b of _0x2dd6ac[_0x215158(0x1e7)][_0x215158(0x2f7)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x32c00b[_0x215158(0x265)]==_0x32c00b)return!0x1;if(!_0x233736[_0x215158(0x20c)](_0x32c00b))return!0x1;if(_0x5dd686[_0x215158(0x257)](_0x32c00b)||_0x5dd686[_0x215158(0x1da)](_0x32c00b))return!0x0;}return!0x1;}function Tt(_0x2cf540){const _0x1247af=_0x4fb5e8;return _0x2cf540[_0x1247af(0x256)][_0x1247af(0x1e7)]==_0x2cf540[_0x1247af(0x2b4)][_0x1247af(0x174)]&&_0x2cf540[_0x1247af(0x256)][_0x1247af(0x295)];}function Et(_0x1e8e87,_0x42f23b,_0x3c8df1,_0x1254e5){const _0x20ac9a=_0x4fb5e8,_0x14cbff=_0x1737af=>!_0x1737af[_0x20ac9a(0x235)]['is'](_0x20ac9a(0x25b))&&!_0x1254e5[_0x20ac9a(0x257)](_0x1737af[_0x20ac9a(0x235)]),_0x3d2882=_0x1e8e87[_0x20ac9a(0x2b4)][_0x20ac9a(0x1f6)](_0x14cbff),_0x35ea1d=_0x1e8e87[_0x20ac9a(0x256)][_0x20ac9a(0x1f6)](_0x14cbff,{'direction':_0x20ac9a(0x22a)});return(!_0x1e8e87[_0x20ac9a(0x2b4)][_0x20ac9a(0x1f7)](_0x3d2882)||!_0x1e8e87[_0x20ac9a(0x256)][_0x20ac9a(0x1f7)](_0x35ea1d))&&(_0x3d2882[_0x20ac9a(0x166)](_0x35ea1d)?_0x3c8df1[_0x20ac9a(0x262)](_0x42f23b,{'range':_0x3c8df1[_0x20ac9a(0x18f)](_0x3d2882,_0x35ea1d)}):_0x3c8df1[_0x20ac9a(0x24e)](_0x42f23b),!0x0);}function Vt(_0x397064){return _0x5e7d4d(_0x397064);}function Ut(_0x5a6bf6){const _0x54dfbc=_0x4fb5e8,_0x24cb84=_0x5a6bf6[_0x54dfbc(0x2b4)][_0x54dfbc(0x174)];return _0x24cb84&&_0x24cb84['is'](_0x54dfbc(0x24c));}function Ot(_0x1be688,_0x55265f){const _0x3aedba=_0x4fb5e8;return null==_0x1be688[_0x3aedba(0x256)][_0x3aedba(0x209)]&&_0x1be688[_0x3aedba(0x256)][_0x3aedba(0x1e7)]==_0x1be688[_0x3aedba(0x2b4)][_0x3aedba(0x174)]?Gt(_0x1be688[_0x3aedba(0x2b4)][_0x3aedba(0x174)],_0x55265f):_0x1be688;}function Gt(_0x24d500,_0x20011a){const _0x3cd1b6=_0x4fb5e8,_0x516532=_0x20011a[_0x3cd1b6(0x16e)][_0x3cd1b6(0x257)](_0x24d500)||_0x20011a[_0x3cd1b6(0x16e)][_0x3cd1b6(0x1bf)](_0x24d500);return _0x20011a[_0x3cd1b6(0x18f)](_0x20011a[_0x3cd1b6(0x28a)](_0x24d500,_0x3cd1b6(0x2aa)),_0x516532?_0x20011a[_0x3cd1b6(0x2ed)](_0x24d500):_0x20011a[_0x3cd1b6(0x28a)](_0x24d500,_0x3cd1b6(0x256)));}function Ft(_0x17b876,_0x145308,_0xf06e9f,_0x528a95,_0x32c85e){const _0x58cdb7=_0x4fb5e8;if(!Pt(_0x17b876,_0x145308))return!0x1;if(_0xf06e9f[_0x58cdb7(0x256)][_0x58cdb7(0x1f7)](_0x528a95[_0x58cdb7(0x2b4)]))return!0x0;if(_0x17b876[_0x58cdb7(0x27c)]!=_0x145308[_0x58cdb7(0x27c)])return!0x1;if(!_0xf06e9f[_0x58cdb7(0x256)][_0x58cdb7(0x194)](_0x528a95[_0x58cdb7(0x2b4)]))return!0x1;const _0x4e239b=_0x32c85e[_0x58cdb7(0x18f)](_0xf06e9f[_0x58cdb7(0x256)],_0x528a95[_0x58cdb7(0x2b4)])[_0x58cdb7(0x2a3)]();for(const _0x282a78 of _0x4e239b)if([_0x58cdb7(0x2d8),_0x58cdb7(0x1cc)][_0x58cdb7(0x25f)](_0x282a78[_0x58cdb7(0x27c)])&&_0x32c85e[_0x58cdb7(0x16e)][_0x58cdb7(0x1da)](_0x282a78[_0x58cdb7(0x235)]))return!0x1;return!0x0;}function Pt(_0x458042,_0x37a5f6,_0xfa5247=[]){const _0x514a7e=_0x4fb5e8;return!(!_0x458042[_0x514a7e(0x1c9)]||!_0x37a5f6[_0x514a7e(0x1c9)])&&_0x841329(_0x232307(_0x458042[_0x514a7e(0x2d1)],_0xfa5247),_0x232307(_0x37a5f6[_0x514a7e(0x2d1)],_0xfa5247));}function Lt(_0x3420c1,_0xdbeab1){const _0x312ceb=_0x4fb5e8,_0x75dffd=Ht(_0x3420c1[_0x312ceb(0x2d1)]),_0x2c76a7=Ht(_0xdbeab1);if(!_0x3420c1[_0x312ceb(0x1c9)])return!0x1;for(const _0x2001f8 of Object[_0x312ceb(0x2ee)](_0x2c76a7))if(!_0x841329(_0x75dffd[_0x2001f8],_0x2c76a7[_0x2001f8]))return!0x1;return!0x0;}function Ht(_0x1711d3){const _0x17c9cb=_0x4fb5e8,_0x3fc040=Object[_0x17c9cb(0x1b2)]({},_0x1711d3);return delete _0x3fc040[_0x17c9cb(0x2b5)],delete _0x3fc040[_0x17c9cb(0x21d)],_0x3fc040;}