@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240401.0 → 0.0.0-nightly-20240403.1

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 (167) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +1 -0
  50. package/lang/translations/ar.po +4 -0
  51. package/lang/translations/az.po +4 -0
  52. package/lang/translations/bg.po +4 -0
  53. package/lang/translations/bn.po +4 -0
  54. package/lang/translations/ca.po +4 -0
  55. package/lang/translations/cs.po +4 -0
  56. package/lang/translations/da.po +4 -0
  57. package/lang/translations/de.po +4 -0
  58. package/lang/translations/el.po +4 -0
  59. package/lang/translations/en-au.po +4 -0
  60. package/lang/translations/en.po +4 -0
  61. package/lang/translations/es.po +4 -0
  62. package/lang/translations/et.po +4 -0
  63. package/lang/translations/fi.po +4 -0
  64. package/lang/translations/fr.po +4 -0
  65. package/lang/translations/gl.po +4 -0
  66. package/lang/translations/he.po +4 -0
  67. package/lang/translations/hi.po +4 -0
  68. package/lang/translations/hr.po +4 -0
  69. package/lang/translations/hu.po +4 -0
  70. package/lang/translations/id.po +4 -0
  71. package/lang/translations/it.po +4 -0
  72. package/lang/translations/ja.po +4 -0
  73. package/lang/translations/ko.po +4 -0
  74. package/lang/translations/lt.po +4 -0
  75. package/lang/translations/lv.po +4 -0
  76. package/lang/translations/ms.po +4 -0
  77. package/lang/translations/nl.po +4 -0
  78. package/lang/translations/no.po +4 -0
  79. package/lang/translations/pl.po +4 -0
  80. package/lang/translations/pt-br.po +4 -0
  81. package/lang/translations/pt.po +4 -0
  82. package/lang/translations/ro.po +4 -0
  83. package/lang/translations/ru.po +4 -0
  84. package/lang/translations/sk.po +4 -0
  85. package/lang/translations/sq.po +4 -0
  86. package/lang/translations/sr-latn.po +4 -0
  87. package/lang/translations/sr.po +4 -0
  88. package/lang/translations/sv.po +4 -0
  89. package/lang/translations/th.po +4 -0
  90. package/lang/translations/tk.po +4 -0
  91. package/lang/translations/tr.po +4 -0
  92. package/lang/translations/tt.po +4 -0
  93. package/lang/translations/uk.po +4 -0
  94. package/lang/translations/ur.po +4 -0
  95. package/lang/translations/vi.po +4 -0
  96. package/lang/translations/zh-cn.po +4 -0
  97. package/lang/translations/zh.po +4 -0
  98. package/package.json +3 -3
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/commands/executeonallsuggestionscommand.js +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/index.js +1 -1
  105. package/src/integrations/aiassistant.js +1 -1
  106. package/src/integrations/alignment.js +1 -1
  107. package/src/integrations/basicstyles.js +1 -1
  108. package/src/integrations/blockquote.js +1 -1
  109. package/src/integrations/casechange.js +1 -1
  110. package/src/integrations/ckbox.js +1 -1
  111. package/src/integrations/codeblock.js +1 -1
  112. package/src/integrations/comments.js +1 -1
  113. package/src/integrations/deletecommand.js +1 -1
  114. package/src/integrations/entercommand.js +1 -1
  115. package/src/integrations/findandreplace.js +1 -1
  116. package/src/integrations/font.js +1 -1
  117. package/src/integrations/formatpainter.js +1 -1
  118. package/src/integrations/heading.js +1 -1
  119. package/src/integrations/highlight.js +1 -1
  120. package/src/integrations/horizontalline.js +1 -1
  121. package/src/integrations/htmlembed.js +1 -1
  122. package/src/integrations/image.js +1 -1
  123. package/src/integrations/imagereplace.js +1 -1
  124. package/src/integrations/imagestyle.js +1 -1
  125. package/src/integrations/importword.js +1 -1
  126. package/src/integrations/indent.js +1 -1
  127. package/src/integrations/inputcommand.js +1 -1
  128. package/src/integrations/legacylist.js +1 -1
  129. package/src/integrations/legacylistproperties.js +1 -1
  130. package/src/integrations/link.js +1 -1
  131. package/src/integrations/list.js +1 -1
  132. package/src/integrations/listproperties.js +1 -1
  133. package/src/integrations/mediaembed.js +1 -1
  134. package/src/integrations/mention.js +1 -1
  135. package/src/integrations/multilevellist.d.ts +24 -0
  136. package/src/integrations/multilevellist.js +23 -0
  137. package/src/integrations/pagebreak.js +1 -1
  138. package/src/integrations/paragraph.js +1 -1
  139. package/src/integrations/removeformat.js +1 -1
  140. package/src/integrations/restrictededitingmode.js +1 -1
  141. package/src/integrations/shiftentercommand.js +1 -1
  142. package/src/integrations/standardeditingmode.js +1 -1
  143. package/src/integrations/style.js +1 -1
  144. package/src/integrations/table.js +1 -1
  145. package/src/integrations/tablecaption.js +1 -1
  146. package/src/integrations/tableclipboard.js +1 -1
  147. package/src/integrations/tablecolumnresize.js +1 -1
  148. package/src/integrations/tableheadings.js +1 -1
  149. package/src/integrations/tablemergesplit.js +1 -1
  150. package/src/integrations/tableofcontents.js +1 -1
  151. package/src/integrations/tableproperties.js +1 -1
  152. package/src/integrations/template.js +1 -1
  153. package/src/integrations/title.js +1 -1
  154. package/src/integrations/undo.js +1 -1
  155. package/src/integrations/utils.js +1 -1
  156. package/src/suggestion.js +1 -1
  157. package/src/suggestiondescriptionfactory.js +1 -1
  158. package/src/trackchanges.js +1 -1
  159. package/src/trackchangesdata.js +1 -1
  160. package/src/trackchangesediting.d.ts +2 -1
  161. package/src/trackchangesediting.js +1 -1
  162. package/src/trackchangesui.js +1 -1
  163. package/src/ui/suggestioncontroller.js +1 -1
  164. package/src/ui/view/basesuggestionthreadview.js +1 -1
  165. package/src/ui/view/suggestionthreadview.js +1 -1
  166. package/src/utils/common-translations.js +1 -1
  167. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1fdb64=_0x51a6;(function(_0x5d5b2b,_0x3cbbe6){const _0x190902=_0x51a6,_0x58b940=_0x5d5b2b();while(!![]){try{const _0x3222bc=-parseInt(_0x190902(0x230))/0x1+parseInt(_0x190902(0x260))/0x2*(-parseInt(_0x190902(0x171))/0x3)+-parseInt(_0x190902(0x233))/0x4+parseInt(_0x190902(0x223))/0x5*(parseInt(_0x190902(0x167))/0x6)+-parseInt(_0x190902(0x2cc))/0x7+parseInt(_0x190902(0x1b5))/0x8*(parseInt(_0x190902(0x1b0))/0x9)+parseInt(_0x190902(0x26c))/0xa;if(_0x3222bc===_0x3cbbe6)break;else _0x58b940['push'](_0x58b940['shift']());}catch(_0x567da5){_0x58b940['push'](_0x58b940['shift']());}}}(_0x5f34,0x7998d));import{Plugin as _0x4fbdce,PendingActions as _0x3ce5a7}from'ckeditor5/src/core.js';import{LiveRange as _0x15a0aa}from'ckeditor5/src/engine.js';import{CKEditorError as _0x27add2,uid as _0x21506a,priorities as _0x1c3e87,logWarning as _0x1a365b}from'ckeditor5/src/utils.js';import{toWidget as _0x4bf67a}from'ckeditor5/src/widget.js';import{Users as _0x1ca69a,hashObject as _0x5d3f7b,surroundingMarkersDetector as _0x15da64}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x289991 from'./commands/trackchangescommand.js';import _0x2ab7b0 from'./commands/acceptsuggestioncommand.js';import _0x46bcad from'./commands/discardsuggestioncommand.js';import _0x1a4314 from'./commands/executeonallsuggestionscommand.js';import _0x4933c1 from'./commands/executeonselectedsuggestionscommand.js';import _0x5b169c from'./suggestion.js';import _0x1c901f from'./suggestiondescriptionfactory.js';import _0x1fbfc4 from'./integrations/aiassistant.js';import _0x4c05f5 from'./integrations/alignment.js';import _0x541dc8 from'./integrations/basicstyles.js';import _0x22ce5b from'./integrations/blockquote.js';import _0xa859e2 from'./integrations/casechange.js';import _0x113ee4 from'./integrations/ckbox.js';import _0x390c25 from'./integrations/codeblock.js';import _0x462be2 from'./integrations/comments.js';import _0x157661 from'./integrations/deletecommand.js';import _0x489e50 from'./integrations/list.js';import _0x30284b from'./integrations/listproperties.js';import _0x21ecd0 from'./integrations/entercommand.js';import _0x157420 from'./integrations/findandreplace.js';import _0x430415 from'./integrations/font.js';import _0x495918 from'./integrations/formatpainter.js';import _0x15a040 from'./integrations/heading.js';import _0x5d5d17 from'./integrations/highlight.js';import _0x4fd513 from'./integrations/horizontalline.js';import _0xb359f0 from'./integrations/htmlembed.js';import _0x136878 from'./integrations/image.js';import _0x3882de from'./integrations/imagereplace.js';import _0x36b158 from'./integrations/imagestyle.js';import _0x367144 from'./integrations/importword.js';import _0x199af3 from'./integrations/indent.js';import _0x54056e from'./integrations/inputcommand.js';import _0x1711a4 from'./integrations/link.js';function _0x5f34(){const _0x4f5b04=['_SUGGESTION_ANNOUNCEMENT','normal','setAttribute','getSuggestionCallback','dataDowncast','containerElement','map','attributes','config','insertion:join','isOwn','deleteContent','upcast','markMultiRangeBlockFormat','_saved','suggestionUnloaded','deletion:discard','attributeNewValue','reconvertMarker','getSuggestion','isMultiRange','formatBlock:join','error-saving-suggestion-data-suggestion-discarded','createPositionBefore','listenTo','_adapter','isDocumentOperation','meta','unshift','_joinSuggestions','deletion:','_recordAttributeSuggestions','concat','containsItem','formatGroupId','suggestionLoaded','trackChanges.mergeNestedSuggestions','markerToData','insert','_removeSuggestion','return','attributeKey','FORMATTING','formatInline:discard','addMarker:suggestion:attribute','documentSelection','_onDiscard','_customCallbacks','showSuggestionHighlights','insertion:discard','_checkSuggestionCorrectness','marker-count','change:_saved','isIntersectingWithRange','move','push','markerReady','position','low','notReady','deletion:chain','change:activeMarkers','commands','size','init','authorName','discardSelectedSuggestions','deletion','_trackFormatChanges','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.','markBlockFormat','_createSuggestion','createRangeOn','requires','data-suggestion','addMarkerName','_element','10KOPAjd','creator','formatInline:accept','formatBlock:discard','Users','_processAttributeSuggestions','before','createPositionAfter','forward','isBlock','ck-suggestion-marker-formatInline','groupId','removeMarker:suggestion:formatBlock','265274QarqRQ','originalSuggestionId','define','2809864TqfuWx','getChangedMarkers','isLocal','default','suggestion','createElement','author','newRange','_registerDefaultCallbacks','addRange','plugins','acceptSelectedSuggestions','split','resolve','isInContent','applyOperation','getItems','containsPosition','discard','_blockAttributeKeys','ready','add','has','_getAuthorFromId','markerNameToElements','track-changes-enable-command-twice','addCommentThread','includes','containsRange','_inlineAttributeKeys','_addThreadToSuggestion','find','differ','hasSuggestion','always','enableReadOnlyMode','commentThread','length','containsRangeInObject','removed','isIntersecting','forEach','dataReady','setSelection','_model','20PVPJgS','_joinWithAdjacentSuggestions','getFirstMarker','_registerBlockAttribute','_registerInlineAttribute','consumable','registerPostFixer','fire','from','remove','ENTER','markInlineFormat','18252380xSvXNr','_editor','commandName','dataToMarker','isObject','attribute:','fromRange','acceptAllSuggestions','getChanges','tablePasteChainId','data','suggestion:','PendingActions','attribute:accept','change:data','rethrowUnexpectedError','_enableDefaultAttributesIntegration','attribute:join','$marker','getAllAdjacentSuggestions','updateSuggestion','setTo','_splitMarkerName','markers','markInsertion','elementStart','CommentsRepository','toViewElement','isLimit','formatBlock:','_defaultCallbacks','_isRegisteredAttribute','options','createPositionAt','schema','writer','track-changes-user-not-found','clone','warn','removeMarker:suggestion:attribute','_descriptionFactory','collaboration.channelId','_setSuggestionRange','toUpperCase','formatInline:chain','delete','enableCommand','_breakSuggestionMarker','getCustomProperty','TrackChangesEditing','format','attribute','detach','isAfter','_cutOutSuggestionMarker','howMany','_processAttributeChanges','createSelection','for','_suggestionState','$text','subType','deletion:accept','external:','getSuggestions','formatInline:join','enqueueChange','editingDowncast','oldValue','lowest','getContainedElement','insertion:','editor','refresh','rootName','addMarker','consume','isCollapsed','suggestion-type','toJSON','substr','ck-suggestion-marker-','getWalker','clear','execute','backward','keys','activeMarkers','@external','some','_afterChanges','_recordAttributeChanges','catch','document','unbindElementFromMarkerName','getAttribute','5928811gGltYs','discardSuggestion','previous','insertion','value','insertion:accept','mapper','unbind','suggestion:attribute:','multipleBlocks','widget','getMarkers','group','addSuggestionData','newValue','open','getShiftedBy','trackChanges.trackFormatChanges','locale','isArray','chain','values','buildSuggestion','attribute:discard','rename','_getExternalAuthor','assign','isInsideObject','item','adapter','formatBlock:accept','change','getIntersection','removeMarkers','$textProxy','sort','getMultiRangeId','acceptSuggestion','_getAttributeKey','update:suggestion','_refreshSuggestionsChain','PENDING_ACTION_SUGGESTION','isRemovable','addMarker:suggestion','updateMarker','model','moveTargetPosition','editing','trackChangesCommand','_reduceSuggestionAttributeRange','_enabledCommands','_getMarkerAnnouncementText','insertContent','getCommentThread','after','_addSuggestionMarker','isExternal','fetchCommentThread','_getSuggestionData','_commentsRepository','targetPosition','track-changes-command-not-found','getFirstRange','startsWith','formatInline:','splice','getLastMatchingPosition','isAtStart','addHighlight','_findSuggestions','track-changes-adapter-missing-getsuggestion','track-changes-adapter-already-set','formatBlock','oldRange','rejected','1221198rMMszB','createdAt','addSuggestion','isNextTo','_rangeIsInLocalUserInsertion','addComment','elementToElement','authoredAt','filter','track-changes-suggestion-data-mismatch','221541BprGeR','splitPosition','_setSuggestionData','_isForcedDefaultExecutionBlock','getRanges','getRange','ck-suggestion-marker-formatBlock','addClass','accept','never','removeMarker','createRangeIn','selection','stop','forceDefaultExecution','markAttributeChange','head','_reduceExistingSuggestions','isSelectable','markerName','then','root','discardAllSuggestions','bindElementToMarker','name','isEqual','addMarker:suggestion:formatBlock','join','removeAttribute','suggestionChanged','LEAVE','ck-suggestion-marker','conversion','$elementName','skipNestingCheck','attributeOldValue','get','addUser','next','insertion:chain','set','end','batch','removeComment','isUndo','isTouching','nodeAfter','_initAriaMarkerChangeAnnouncements','_isBlockAttribute','createRange','isAtEnd','multi','range','announce','accepted','_suggestionFactory','markDeletion','formatInline','highest','trackChanges','every','markMultiRangeInsertion','getAncestors','1228410hBTtZC','hasComments','markerToHighlight','deletion:join','registerCustomCallback','48sUWoNA','hasCommentThread','parent','pluginName','comments','key','fromCharCode','_suggestions','_handleNewSuggestionMarker','elementEnd','_refreshAttributeSuggestionsChain','high','nodeBefore','stopListening','_isDataLoaded','isBefore','start','ck-suggestion-marker--active','getDifference','removeClass','track-changes-suggestion-not-found','getUser','ariaLiveAnnouncer','markMultiRangeDeletion','type','_mergeNestedSuggestions','_updateSuggestionData','pop','$graveyard','getNearestSelectionRange','element','substring','formatBlock:chain'];_0x5f34=function(){return _0x4f5b04;};return _0x5f34();}import _0x1a8717 from'./integrations/legacylist.js';import _0x5de37a from'./integrations/legacylistproperties.js';import _0x41fed4 from'./integrations/mediaembed.js';import _0x51b646 from'./integrations/mention.js';import _0x4b7045 from'./integrations/pagebreak.js';import _0xfdf3db from'./integrations/paragraph.js';import _0x373388 from'./integrations/removeformat.js';import _0x1cfe8e from'./integrations/restrictededitingmode.js';import _0x23616a from'./integrations/shiftentercommand.js';import _0x4ae849 from'./integrations/standardeditingmode.js';import _0x3cdad4 from'./integrations/style.js';import _0xdb6c3a from'./integrations/table.js';import _0x263e02 from'./integrations/tablemergesplit.js';import _0x5f5303 from'./integrations/tableheadings.js';import _0x50a61e from'./integrations/tableclipboard.js';import _0x58dccb from'./integrations/tablecolumnresize.js';import _0x42f7d3 from'./integrations/template.js';import _0x3a4ba0 from'./integrations/tableofcontents.js';import _0x37849d from'./integrations/title.js';import _0x1ea7a1 from'./integrations/undo.js';function _0x51a6(_0x2e65af,_0x388f2f){const _0x5f34bd=_0x5f34();return _0x51a6=function(_0x51a645,_0x3530c0){_0x51a645=_0x51a645-0x165;let _0x1e688b=_0x5f34bd[_0x51a645];return _0x1e688b;},_0x51a6(_0x2e65af,_0x388f2f);}import _0xcb32d5 from'./integrations/tablecaption.js';import _0x4a9192 from'./integrations/tableproperties.js';import{getTranslation as _0x5aa70b}from'./utils/common-translations.js';import{isEqual as _0xe3390f,omit as _0x3097f2}from'lodash-es';export const renameAttributeKey=_0x1fdb64(0x192);export default class p extends _0x4fbdce{static get[_0x1fdb64(0x21f)](){const _0x3cf681=_0x1fdb64;return[_0x3cf681(0x286),_0x1ca69a,_0x3ce5a7,_0x1fbfc4,_0x4c05f5,_0x541dc8,_0x22ce5b,_0x113ee4,_0xa859e2,_0x390c25,_0x462be2,_0x157661,_0x21ecd0,_0x157420,_0x430415,_0x495918,_0x15a040,_0x5d5d17,_0x4fd513,_0xb359f0,_0x136878,_0x36b158,_0x3882de,_0x367144,_0x199af3,_0x54056e,_0x1a8717,_0x5de37a,_0x1711a4,_0x489e50,_0x30284b,_0x41fed4,_0x51b646,_0x4b7045,_0xfdf3db,_0x373388,_0x1cfe8e,_0x23616a,_0x4ae849,_0x3cdad4,_0xdb6c3a,_0x263e02,_0x5f5303,_0xcb32d5,_0x50a61e,_0x58dccb,_0x3a4ba0,_0x4a9192,_0x42f7d3,_0x37849d,_0x1ea7a1];}static get[_0x1fdb64(0x1b8)](){const _0x123a31=_0x1fdb64;return _0x123a31(0x29d);}constructor(_0x524e3d){const _0x3191df=_0x1fdb64;function _0x44802c(_0x86f3d){const _0x1202ee=_0x51a6;return _0x86f3d[_0x1202ee(0x1dc)](_0x1d99fc=>String[_0x1202ee(0x1bb)](_0x1d99fc))[_0x1202ee(0x18c)]('');}super(_0x524e3d),this[_0x3191df(0x1f5)]=!0x1,this[_0x3191df(0x199)](_0x3191df(0x2c3),[]),this['on'](_0x3191df(0x213),(_0x23bcbf,_0x28e875,_0x4a8e32,_0xc8eb8d)=>{const _0x219c5e=_0x3191df;this[_0x219c5e(0x25f)][_0x219c5e(0x2eb)](()=>{const _0x4cf410=_0x219c5e;for(const _0x359852 of[..._0xc8eb8d,..._0x4a8e32])this[_0x4cf410(0x25f)][_0x4cf410(0x283)][_0x4cf410(0x249)](_0x359852)&&_0x524e3d[_0x4cf410(0x2fb)][_0x4cf410(0x1e8)](_0x359852);});}),this[_0x3191df(0x294)]=new _0x1c901f(this[_0x3191df(0x2b4)][_0x3191df(0x2f9)][_0x3191df(0x28e)],this[_0x3191df(0x2b4)][_0x3191df(0x2de)]),this[_0x3191df(0x1ef)]=null,this[_0x3191df(0x1a8)]=new Bt(this[_0x3191df(0x2b4)]),this[_0x3191df(0x1bc)]=new Map(),this[_0x3191df(0x307)]=_0x524e3d[_0x3191df(0x23d)][_0x3191df(0x195)](_0x3191df(0x286)),this[_0x3191df(0x2fe)]=new Set(),this[_0x3191df(0x25f)]=this[_0x3191df(0x2b4)][_0x3191df(0x2f9)],this[_0x3191df(0x2a7)]=new WeakMap(),this[_0x3191df(0x174)]=!0x1,this[_0x3191df(0x246)]=new Set([_0x3191df(0x192)]),this[_0x3191df(0x250)]=new Set(),_0x524e3d[_0x3191df(0x1de)][_0x3191df(0x232)](_0x3191df(0x2dd),_0x3191df(0x236)),this[_0x3191df(0x21a)]=_0x524e3d[_0x3191df(0x1de)][_0x3191df(0x195)](_0x3191df(0x2dd)),_0x524e3d[_0x3191df(0x1de)][_0x3191df(0x232)](_0x3191df(0x1fa),!0x0),this[_0x3191df(0x1ce)]=_0x524e3d[_0x3191df(0x1de)][_0x3191df(0x195)](_0x3191df(0x1fa)),this[_0x3191df(0x2fc)]=new _0x289991(_0x524e3d,this[_0x3191df(0x2fe)]),this[_0x3191df(0x1a0)](),this[_0x44802c([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x44802c([0x34,0x30,0x34,0x38,0x30,0x38,0x30,0x32]);}[_0x1fdb64(0x216)](){const _0x242e32=_0x1fdb64,_0x1c5653=this[_0x242e32(0x2b4)],_0xb58711=(_0x1e8f46,_0x1efa5c)=>{const _0x2bbf2f=_0x242e32;if(_0x2bbf2f(0x29f)!=_0x1e8f46)return _0x2bbf2f(0x2bd)+_0x1e8f46;const _0xb1cac8=_0x1efa5c[_0x2bbf2f(0x23f)]('|')[0x0];return this[_0x2bbf2f(0x1a1)](_0xb1cac8)?_0x2bbf2f(0x177):_0x2bbf2f(0x22d);};_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x2af))[_0x242e32(0x1b2)]({'model':_0x242e32(0x237),'view':_0x3db176=>{const _0x3a610b=_0x242e32,{id:_0xf91a1f,type:_0x10fb01,subType:_0x54aaeb}=this[_0x3a610b(0x282)](_0x3db176[_0x3a610b(0x184)]),_0x325b1d=[_0x3a610b(0x190),_0xb58711(_0x10fb01,_0x54aaeb)];let _0x179c89=0xbb8;return this[_0x3a610b(0x2c3)][_0x3a610b(0x24e)](_0x3db176[_0x3a610b(0x184)])&&(_0x325b1d[_0x3a610b(0x20d)](_0x3a610b(0x1c6)),_0x179c89=0xbc2),_0x3a610b(0x219)==_0x10fb01&&(_0x179c89+=0x5),{'classes':_0x325b1d,'attributes':{'data-suggestion':_0xf91a1f},'priority':_0x179c89};}}),_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x1da))[_0x242e32(0x248)](_0x32ec72=>{const _0x3bc995=_0x242e32;_0x32ec72['on'](_0x3bc995(0x2f7),(_0x475bb5,_0x161543,_0x495c6e)=>{const _0x2fee05=_0x3bc995;if(!_0x495c6e[_0x2fee05(0x28c)][_0x2fee05(0x206)])return;const _0x5805d2=_0x161543[_0x2fee05(0x2e8)];if(!_0x5805d2)return;const _0xe486b6=_0x495c6e[_0x2fee05(0x2d2)][_0x2fee05(0x287)](_0x5805d2);_0x1c5653[_0x2fee05(0x2f9)][_0x2fee05(0x28e)][_0x2fee05(0x270)](_0x5805d2)&&_0xe486b6&&!_0xe486b6[_0x2fee05(0x29c)](_0x2fee05(0x2d6))&&_0xe486b6['is'](_0x2fee05(0x1db))&&_0x4bf67a(_0xe486b6,_0x495c6e[_0x2fee05(0x28f)]);},{'priority':_0x3bc995(0x1c0)});}),_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x1da))[_0x242e32(0x1b2)]({'model':_0x242e32(0x237),'view':(_0x5507ef,_0x1239d2)=>{const _0x5ed91a=_0x242e32;if(!_0x1239d2[_0x5ed91a(0x28c)][_0x5ed91a(0x206)])return null;const {type:_0x377c0e,subType:_0x4e69da}=this[_0x5ed91a(0x282)](_0x5507ef[_0x5ed91a(0x184)]);return{'classes':[_0x5ed91a(0x190),_0xb58711(_0x377c0e,_0x4e69da)],'priority':0xbb8};}});const _0x29e467=({showActiveMarkers:_0x155211=!0x0,isAttributeSuggestion:_0x4b0b80=!0x1}={})=>(_0x22510a,_0x5c3b13,_0x4a5e2d)=>{const _0x3f21f3=_0x242e32;if(!_0x5c3b13[_0x3f21f3(0x2e8)])return;const {id:_0x3f0aee}=this[_0x3f21f3(0x282)](_0x5c3b13[_0x3f21f3(0x184)]);if(_0x4b0b80){const _0x3a0598=this[_0x3f21f3(0x1bc)][_0x3f21f3(0x195)](_0x3f0aee),_0x2988f5=this[_0x3f21f3(0x2f2)](_0x3a0598);if(!this[_0x3f21f3(0x1a1)](_0x2988f5))return;}if(_0x5c3b13[_0x3f21f3(0x2e8)]['is'](_0x3f21f3(0x17d)))return void _0x4a5e2d[_0x3f21f3(0x265)][_0x3f21f3(0x2b8)](_0x5c3b13[_0x3f21f3(0x2e8)],_0x22510a[_0x3f21f3(0x189)]);const _0x31e81c=_0x4a5e2d[_0x3f21f3(0x2d2)][_0x3f21f3(0x287)](_0x5c3b13[_0x3f21f3(0x2e8)]);if(_0x5c3b13[_0x3f21f3(0x2e8)]['is'](_0x3f21f3(0x1d3))&&_0x1c5653[_0x3f21f3(0x2f9)][_0x3f21f3(0x28e)][_0x3f21f3(0x22c)](_0x5c3b13[_0x3f21f3(0x2e8)])&&!_0x31e81c[_0x3f21f3(0x29c)](_0x3f21f3(0x310))){_0x4a5e2d[_0x3f21f3(0x28f)][_0x3f21f3(0x178)]([_0x3f21f3(0x190),_0x3f21f3(0x177)],_0x31e81c),_0x4a5e2d[_0x3f21f3(0x28f)][_0x3f21f3(0x1d8)](_0x3f21f3(0x220),_0x3f0aee,_0x31e81c),_0x4a5e2d[_0x3f21f3(0x2d2)][_0x3f21f3(0x188)](_0x31e81c,_0x5c3b13[_0x3f21f3(0x184)]),_0x155211&&(this[_0x3f21f3(0x2c3)][_0x3f21f3(0x24e)](_0x5c3b13[_0x3f21f3(0x184)])?_0x4a5e2d[_0x3f21f3(0x28f)][_0x3f21f3(0x178)](_0x3f21f3(0x1c6),_0x31e81c):_0x4a5e2d[_0x3f21f3(0x28f)][_0x3f21f3(0x1c8)](_0x3f21f3(0x1c6),_0x31e81c));for(const _0x46d793 of _0x1c5653[_0x3f21f3(0x2f9)][_0x3f21f3(0x17c)](_0x5c3b13[_0x3f21f3(0x2e8)])[_0x3f21f3(0x243)]())_0x4a5e2d[_0x3f21f3(0x265)][_0x3f21f3(0x2b8)](_0x46d793,_0x22510a[_0x3f21f3(0x189)]);_0x4a5e2d[_0x3f21f3(0x265)][_0x3f21f3(0x2b8)](_0x5c3b13[_0x3f21f3(0x2e8)],_0x22510a[_0x3f21f3(0x189)]);}};_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x1da))[_0x242e32(0x248)](_0x5bba2e=>{const _0x15cf1b=_0x242e32;_0x5bba2e['on'](_0x15cf1b(0x18b),(_0x4d21c8,_0x4640d4,_0x29e2e6)=>{const _0x46b08d=_0x15cf1b;_0x29e2e6[_0x46b08d(0x28c)][_0x46b08d(0x206)]&&_0x29e467({'showActiveMarkers':!0x1})(_0x4d21c8,_0x4640d4,_0x29e2e6);},{'priority':_0x15cf1b(0x1ab)});}),_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x1da))[_0x242e32(0x248)](_0x2c9864=>{const _0x3acfbd=_0x242e32;_0x2c9864['on'](_0x3acfbd(0x202),(_0x52b9e2,_0x34ba23,_0x3e2c53)=>{const _0x216cf5=_0x3acfbd;_0x3e2c53[_0x216cf5(0x28c)][_0x216cf5(0x206)]&&_0x29e467({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x52b9e2,_0x34ba23,_0x3e2c53);},{'priority':_0x3acfbd(0x1ab)});}),_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x1da))[_0x242e32(0x1fb)]({'model':_0x242e32(0x237),'view':(_0x5596af,_0x266620)=>_0x266620[_0x242e32(0x28c)][_0x242e32(0x206)]?null:{'group':_0x242e32(0x237),'name':_0x5596af[_0x242e32(0x2bc)](0xb)}}),_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x1e2))[_0x242e32(0x16d)]({'view':{'name':_0x242e32(0x237),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x27d773,{writer:_0x350b73})=>{const _0x1e6233=_0x242e32;let _0x264d56=_0x1e6233(0x277)+_0x27d773[_0x1e6233(0x2cb)](_0x1e6233(0x2ba))+':'+_0x27d773[_0x1e6233(0x2cb)]('id');return _0x27d773[_0x1e6233(0x2cb)](_0x1e6233(0x209))&&(_0x264d56+=':'+_0x27d773[_0x1e6233(0x2cb)](_0x1e6233(0x209))),_0x350b73[_0x1e6233(0x238)](_0x1e6233(0x27e),{'data-name':_0x264d56});}}),_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x1e2))[_0x242e32(0x26f)]({'view':_0x242e32(0x237)}),_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x2af))[_0x242e32(0x248)](_0x4464e7=>{const _0x279e77=_0x242e32;_0x4464e7['on'](_0x279e77(0x18b),_0x29e467(),{'priority':_0x279e77(0x1c0)});}),_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x2af))[_0x242e32(0x248)](_0x30e5b9=>{const _0x4f9075=_0x242e32;_0x30e5b9['on'](_0x4f9075(0x202),_0x29e467({'isAttributeSuggestion':!0x0}),{'priority':_0x4f9075(0x1c0)});}),_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x2af))[_0x242e32(0x248)](_0x5b4602=>{const _0x125657=_0x242e32;_0x5b4602['on'](_0x125657(0x22f),(_0x25c15e,_0xce2567,_0x4e7c12)=>{const _0x4060d9=_0x125657,_0x4d623e=_0x4e7c12[_0x4060d9(0x2d2)][_0x4060d9(0x24b)](_0xce2567[_0x4060d9(0x184)]);if(_0x4d623e){for(const _0x5e352d of _0x4d623e)_0x5e352d[_0x4060d9(0x29c)](_0x4060d9(0x310))||(_0x4e7c12[_0x4060d9(0x28f)][_0x4060d9(0x1c8)]([_0x4060d9(0x190),_0x4060d9(0x177),_0x4060d9(0x1c6)],_0x5e352d),_0x4e7c12[_0x4060d9(0x28f)][_0x4060d9(0x18d)](_0x4060d9(0x220),_0x5e352d),_0x4e7c12[_0x4060d9(0x2d2)][_0x4060d9(0x2ca)](_0x5e352d,_0xce2567[_0x4060d9(0x184)]));}},{'priority':_0x125657(0x1c0)});}),_0x1c5653[_0x242e32(0x191)][_0x242e32(0x2a6)](_0x242e32(0x2af))[_0x242e32(0x248)](_0x2d99cb=>{const _0x2659b9=_0x242e32;_0x2d99cb['on'](_0x2659b9(0x293),(_0x2a9b70,_0xf2dc29,_0x1f9e3c)=>{const _0x244907=_0x2659b9,_0x5d3dd9=_0x1f9e3c[_0x244907(0x2d2)][_0x244907(0x24b)](_0xf2dc29[_0x244907(0x184)]);if(!_0x5d3dd9)return;const {id:_0x14ea81}=this[_0x244907(0x282)](_0xf2dc29[_0x244907(0x184)]),_0x5120f2=this[_0x244907(0x1bc)][_0x244907(0x195)](_0x14ea81),_0x22aecb=this[_0x244907(0x2f2)](_0x5120f2);if(this[_0x244907(0x1a1)](_0x22aecb)){for(const _0x38be50 of _0x5d3dd9)_0x38be50[_0x244907(0x29c)](_0x244907(0x310))||(_0x1f9e3c[_0x244907(0x28f)][_0x244907(0x1c8)]([_0x244907(0x190),_0x244907(0x177),_0x244907(0x1c6)],_0x38be50),_0x1f9e3c[_0x244907(0x28f)][_0x244907(0x18d)](_0x244907(0x220),_0x38be50),_0x1f9e3c[_0x244907(0x2d2)][_0x244907(0x2ca)](_0x38be50,_0xf2dc29[_0x244907(0x184)]));}},{'priority':_0x2659b9(0x1c0)});}),_0x1c5653[_0x242e32(0x2f9)][_0x242e32(0x2c9)][_0x242e32(0x266)](_0x5bdae2=>{const _0x9c7540=_0x242e32;let _0x195465=!0x1;const _0x161ca7=Array[_0x9c7540(0x268)](_0x1c5653[_0x9c7540(0x2f9)][_0x9c7540(0x2c9)][_0x9c7540(0x253)][_0x9c7540(0x234)]()),_0x38b3ca=new Set();for(const {name:_0x132e42,data:_0x2ef749}of _0x161ca7){const {group:_0x1c3d3a,type:_0x373b55,subType:_0x2e0da1,id:_0x5685da}=this[_0x9c7540(0x282)](_0x132e42);if(_0x9c7540(0x237)!==_0x1c3d3a)continue;const _0x459b61=this[_0x9c7540(0x1bc)][_0x9c7540(0x195)](_0x5685da);if(null!=_0x2ef749[_0x9c7540(0x23a)]){_0x9c7540(0x1aa)==_0x373b55&&(_0x195465=_0x195465||Tt(_0x2ef749[_0x9c7540(0x23a)],_0x132e42,_0x5bdae2,_0x1c5653[_0x9c7540(0x2f9)][_0x9c7540(0x28e)]));const _0x428969=_0x9c7540(0x29f)==_0x373b55&&this[_0x9c7540(0x1a1)](_0x2e0da1[_0x9c7540(0x23f)]('|')[0x0]);if(_0x2ef749[_0x9c7540(0x23a)][_0x9c7540(0x2b9)]||_0x9c7540(0x1d1)==_0x2ef749[_0x9c7540(0x23a)][_0x9c7540(0x186)][_0x9c7540(0x2b6)]||_0x9c7540(0x314)==_0x373b55&&!Vt(_0x2ef749[_0x9c7540(0x23a)])||_0x428969&&!Vt(_0x2ef749[_0x9c7540(0x23a)])||_0x9c7540(0x219)==_0x373b55&&!(!Rt(_0x9d16f3=_0x2ef749[_0x9c7540(0x23a)])&&!function(_0x1d2df0){const _0x891962=_0x9c7540;return _0x1d2df0[_0x891962(0x1c5)][_0x891962(0x1b7)]==_0x1d2df0[_0x891962(0x19a)][_0x891962(0x1c1)]&&_0x1d2df0[_0x891962(0x1c5)][_0x891962(0x1a3)];}(_0x9d16f3)))_0x5bdae2[_0x9c7540(0x17b)](_0x132e42),_0x195465=!0x0;else{if(!_0x459b61||!_0x459b61[_0x9c7540(0x241)])continue;_0x38b3ca[_0x9c7540(0x248)](_0x459b61);}}}var _0x9d16f3;return _0x38b3ca[_0x9c7540(0x215)]>0x0&&(_0x195465=!!this[_0x9c7540(0x261)](_0x38b3ca)||_0x195465),_0x195465;}),_0x1c5653[_0x242e32(0x2f9)][_0x242e32(0x2c9)][_0x242e32(0x266)](_0x2e8a10=>{const _0x1d4dec=_0x242e32;let _0x4a5755=!0x1;for(const _0x30e12e of _0x1c5653[_0x1d4dec(0x2f9)][_0x1d4dec(0x2c9)][_0x1d4dec(0x253)][_0x1d4dec(0x274)]())if(_0x1d4dec(0x1fc)==_0x30e12e[_0x1d4dec(0x1cd)])for(const _0x68c50b of this[_0x1d4dec(0x1bc)][_0x1d4dec(0x2e1)]()){if(_0x68c50b[_0x1d4dec(0x1ea)]||!_0x68c50b[_0x1d4dec(0x241)])continue;const _0x3b79a5=_0x1d4dec(0x314)==_0x68c50b[_0x1d4dec(0x1cd)],_0x3a3bfe=this[_0x1d4dec(0x2f2)](_0x68c50b),_0x9fd076=_0x3a3bfe&&this[_0x1d4dec(0x1a1)](_0x3a3bfe);if(!_0x3b79a5&&!_0x9fd076)continue;const _0xa9a270=_0x68c50b[_0x1d4dec(0x30a)]();if(_0xa9a270[_0x1d4dec(0x1c5)][_0x1d4dec(0x1b7)]!=_0xa9a270[_0x1d4dec(0x19a)][_0x1d4dec(0x1b7)]&&!_0xa9a270[_0x1d4dec(0x19a)][_0x1d4dec(0x1a3)]){const _0x4acb85=_0x1c5653[_0x1d4dec(0x2f9)][_0x1d4dec(0x28d)](_0xa9a270[_0x1d4dec(0x1c5)][_0x1d4dec(0x19f)],_0x1d4dec(0x19a)),_0x49a6e2=_0x1c5653[_0x1d4dec(0x2f9)][_0x1d4dec(0x1a2)](_0xa9a270[_0x1d4dec(0x1c5)],_0x4acb85);_0x2e8a10[_0x1d4dec(0x2f8)](_0x68c50b[_0x1d4dec(0x262)](),{'range':_0x49a6e2}),_0x4a5755=!0x0;}}return _0x4a5755;}),_0x1c5653[_0x242e32(0x2f9)][_0x242e32(0x2c9)][_0x242e32(0x266)](_0x16a21d=>this[_0x242e32(0x2a4)](_0x16a21d)),_0x1c5653[_0x242e32(0x2f9)][_0x242e32(0x2c9)][_0x242e32(0x266)](_0x44c40a=>!_0x44c40a[_0x242e32(0x19b)][_0x242e32(0x235)]&&this[_0x242e32(0x228)](_0x44c40a)),_0x1c5653[_0x242e32(0x2f9)]['on'](_0x242e32(0x2c6),()=>{const _0x3c9833=_0x242e32;this[_0x3c9833(0x1f5)]=!0x1;}),_0x1c5653[_0x242e32(0x2f9)][_0x242e32(0x2c9)]['on'](_0x242e32(0x27a),(_0x47221d,_0x2918f0)=>{const _0x13f9f9=_0x242e32;if(!_0x2918f0[_0x13f9f9(0x235)]||_0x2918f0[_0x13f9f9(0x19d)])return;if(!this[_0x13f9f9(0x1f5)])return;const _0xd39186=_0x1c5653[_0x13f9f9(0x2f9)][_0x13f9f9(0x2c9)][_0x13f9f9(0x253)][_0x13f9f9(0x274)]();if(0x0==_0xd39186[_0x13f9f9(0x258)])return;const _0x3ad5e8=[],_0x545a17=_0xd39186[_0x13f9f9(0x16f)](_0x378427=>_0x13f9f9(0x29f)==_0x378427[_0x13f9f9(0x1cd)]),_0x464d3f=_0xd39186[_0x13f9f9(0x16f)](_0x482d47=>_0x13f9f9(0x1fc)==_0x482d47[_0x13f9f9(0x1cd)]&&_0x13f9f9(0x2a8)!=_0x482d47[_0x13f9f9(0x189)]),_0x15f046=_0xd39186[_0x13f9f9(0x16f)](_0x33973c=>_0x13f9f9(0x269)==_0x33973c[_0x13f9f9(0x1cd)]&&_0x13f9f9(0x2a8)!=_0x33973c[_0x13f9f9(0x189)]);for(const _0x10a0ee of _0x545a17)this[_0x13f9f9(0x28b)](_0x10a0ee[_0x13f9f9(0x1ff)])&&_0x3ad5e8[_0x13f9f9(0x20d)]({'key':_0x10a0ee[_0x13f9f9(0x1ff)],'newValue':_0x10a0ee[_0x13f9f9(0x1e7)],'oldValue':_0x10a0ee[_0x13f9f9(0x194)],'range':Ut(_0x10a0ee[_0x13f9f9(0x1a5)],_0x1c5653[_0x13f9f9(0x2f9)])});for(const _0x571fa5 of _0x464d3f){const _0x53eb55=_0x15f046[_0x13f9f9(0x252)](_0x4bc39a=>_0x4bc39a[_0x13f9f9(0x222)]===_0x571fa5[_0x13f9f9(0x222)]);if(_0x53eb55){const _0x25d572=Ot(_0x571fa5[_0x13f9f9(0x20f)][_0x13f9f9(0x19f)],_0x1c5653[_0x13f9f9(0x2f9)]);_0x53eb55[_0x13f9f9(0x189)]!==_0x571fa5[_0x13f9f9(0x189)]&&_0x3ad5e8[_0x13f9f9(0x20d)]({'key':_0x13f9f9(0x192),'newValue':_0x571fa5[_0x13f9f9(0x189)],'oldValue':_0x53eb55[_0x13f9f9(0x189)],'range':_0x25d572});for(const [_0x4fe671,_0x27fd4c]of _0x53eb55[_0x13f9f9(0x1dd)]){if(!this[_0x13f9f9(0x28b)](_0x4fe671))continue;const _0x408e9c=_0x571fa5[_0x13f9f9(0x1dd)][_0x13f9f9(0x195)](_0x4fe671);_0x27fd4c!==_0x408e9c&&_0x3ad5e8[_0x13f9f9(0x20d)]({'key':_0x4fe671,'newValue':_0x408e9c,'oldValue':_0x27fd4c,'range':_0x25d572});}for(const [_0x124aa6,_0x558c0d]of _0x571fa5[_0x13f9f9(0x1dd)])this[_0x13f9f9(0x28b)](_0x124aa6)&&(_0x53eb55[_0x13f9f9(0x1dd)][_0x13f9f9(0x249)](_0x124aa6)||_0x3ad5e8[_0x13f9f9(0x20d)]({'key':_0x124aa6,'newValue':_0x558c0d,'oldValue':null,'range':_0x25d572}));}}0x0!=_0x3ad5e8[_0x13f9f9(0x258)]&&_0x1c5653[_0x13f9f9(0x2f9)][_0x13f9f9(0x2ae)](_0x2918f0,_0x5dc414=>{const _0x42c052=_0x13f9f9,_0xa5d77f=_0x21506a();for(const {range:_0x562e2f,key:_0x2ac9a8,oldValue:_0x2e074a,newValue:_0x54d999}of _0x3ad5e8)this[_0x42c052(0x180)](_0x562e2f,_0x2ac9a8,_0x2e074a,_0x54d999,{'groupId':_0xa5d77f});this[_0x42c052(0x182)](_0x5dc414,_0x3ad5e8);});},{'priority':_0x242e32(0x2b1)}),_0x1c5653[_0x242e32(0x2f9)][_0x242e32(0x283)]['on'](_0x242e32(0x2f3),(_0x4bb975,_0x8a53df,_0x3f5d5d)=>{const _0x3862e0=_0x242e32;if(null==_0x3f5d5d){const {id:_0x3badb2}=this[_0x3862e0(0x282)](_0x8a53df[_0x3862e0(0x189)]),_0x2de02e=this[_0x3862e0(0x1bc)][_0x3862e0(0x195)](_0x3badb2);_0x2de02e&&_0x2de02e[_0x3862e0(0x221)](_0x8a53df[_0x3862e0(0x189)]);}}),_0x1c5653[_0x242e32(0x2f9)][_0x242e32(0x2c9)]['on'](_0x242e32(0x27a),()=>{const _0x380cb2=_0x242e32,_0x422458=Array[_0x380cb2(0x268)](_0x1c5653[_0x380cb2(0x2f9)][_0x380cb2(0x2c9)][_0x380cb2(0x253)][_0x380cb2(0x234)]())[_0x380cb2(0x16f)](_0x27c385=>_0x380cb2(0x237)===this[_0x380cb2(0x282)](_0x27c385[_0x380cb2(0x189)])[_0x380cb2(0x2d8)]);if(0x0===_0x422458[_0x380cb2(0x258)])return;_0x422458[_0x380cb2(0x2ef)]((_0x58ca88,_0x1915cf)=>{const _0x42d328=_0x380cb2,_0xe4af8=_0x58ca88[_0x42d328(0x276)][_0x42d328(0x165)],_0x4ae31c=_0x1915cf[_0x42d328(0x276)][_0x42d328(0x165)];return null===_0xe4af8&&null===_0x4ae31c?0x0:null===_0xe4af8&&null!==_0x4ae31c?-0x1:null!==_0xe4af8&&null===_0x4ae31c?0x1:_0xe4af8[_0x42d328(0x1c5)][_0x42d328(0x1c4)](_0x4ae31c[_0x42d328(0x1c5)])?-0x1:0x1;});const _0x44d29b=new Set(),_0x39b8c0=new Set();for(const {name:_0xff25a9,data:_0x1eac79}of _0x422458){const {id:_0x486b86}=this[_0x380cb2(0x282)](_0xff25a9);if(null===_0x1eac79[_0x380cb2(0x165)]){const _0x4c1b26=this[_0x380cb2(0x1bd)](_0xff25a9);_0x39b8c0[_0x380cb2(0x248)](_0x4c1b26);}else{const _0x5579d5=this[_0x380cb2(0x1bc)][_0x380cb2(0x195)](_0x486b86);null!==_0x1eac79[_0x380cb2(0x23a)]||_0x5579d5[_0x380cb2(0x241)]?(_0x44d29b[_0x380cb2(0x248)](_0x5579d5[_0x380cb2(0x181)]),_0x39b8c0[_0x380cb2(0x248)](_0x5579d5)):this[_0x380cb2(0x1fd)](_0x5579d5);}}_0x39b8c0[_0x380cb2(0x215)]>0x0&&this[_0x380cb2(0x2f4)](_0x39b8c0);for(const _0xc264a1 of _0x44d29b)this[_0x380cb2(0x267)](_0x380cb2(0x18e),_0xc264a1);}),_0x1c5653[_0x242e32(0x2f9)]['on'](_0x242e32(0x242),(_0x21c49e,_0x3270ab)=>{const _0x431520=_0x242e32,_0x5da673=_0x3270ab[0x0];if(!this[_0x431520(0x1bc)][_0x431520(0x215)])return;if(!_0x5da673[_0x431520(0x1f0)])return;if(_0x5da673[_0x431520(0x19b)][_0x431520(0x19d)]||!_0x5da673[_0x431520(0x19b)][_0x431520(0x235)])return;let _0x494d15,_0x461b9f;switch(_0x5da673[_0x431520(0x1cd)]){case _0x431520(0x1fc):_0x494d15=_0x1c5653[_0x431520(0x2f9)][_0x431520(0x28d)](_0x5da673[_0x431520(0x20f)]),_0x461b9f=_0x494d15[_0x431520(0x2dc)](_0x5da673[_0x431520(0x2a3)]);break;case _0x431520(0x23f):_0x494d15=_0x1c5653[_0x431520(0x2f9)][_0x431520(0x28d)](_0x5da673[_0x431520(0x172)]),_0x461b9f=_0x1c5653[_0x431520(0x2f9)][_0x431520(0x28d)](_0x5da673[_0x431520(0x2fa)]);break;case _0x431520(0x20c):_0x494d15=_0x1c5653[_0x431520(0x2f9)][_0x431520(0x28d)](_0x5da673[_0x431520(0x308)]),_0x461b9f=_0x494d15[_0x431520(0x2dc)](_0x5da673[_0x431520(0x2a3)]);break;default:return;}const _0x2ba682=_0x1c5653[_0x431520(0x2f9)][_0x431520(0x1a2)](_0x494d15,_0x461b9f);_0x1c5653[_0x431520(0x2f9)][_0x431520(0x2eb)](()=>{const _0xdc5746=_0x431520;for(const {suggestion:_0x29d3cb,meta:_0x347a3c}of this[_0xdc5746(0x311)](_0x2ba682)){if(_0x29d3cb[_0xdc5746(0x1ea)])continue;if(_0xdc5746(0x1aa)==_0x29d3cb[_0xdc5746(0x1cd)])continue;const _0x4076a9=this[_0xdc5746(0x2f2)](_0x29d3cb);if(_0x4076a9&&this[_0xdc5746(0x1a1)](_0x4076a9)&&_0xdc5746(0x23f)!=_0x5da673[_0xdc5746(0x1cd)])continue;const _0x514a1d=_0x29d3cb[_0xdc5746(0x276)]&&_0x29d3cb[_0xdc5746(0x276)][_0xdc5746(0x2d5)];(_0xdc5746(0x314)!=_0x29d3cb[_0xdc5746(0x1cd)]||_0xdc5746(0x23f)==_0x5da673[_0xdc5746(0x1cd)]&&!_0x514a1d)&&(_0x347a3c[_0xdc5746(0x259)]||_0xdc5746(0x2cf)==_0x29d3cb[_0xdc5746(0x1cd)]&&_0x347a3c[_0xdc5746(0x1e0)]||_0x29d3cb[_0xdc5746(0x30a)]()[_0xdc5746(0x24f)](_0x2ba682)&&this[_0xdc5746(0x29b)](_0x29d3cb,_0x494d15,_0x461b9f));}});},{'priority':_0x242e32(0x2b1)}),_0x1c5653[_0x242e32(0x2f9)]['on'](_0x242e32(0x1e1),(_0xbb4b93,_0x57e9a4)=>{const _0x530edc=_0x242e32,_0x5bca48=_0x57e9a4[0x0],_0x2c2b0c=_0x57e9a4[0x1];if(_0x2c2b0c&&_0x2c2b0c[_0x530edc(0x17f)])return;if(this[_0x530edc(0x174)])return;if(!this[_0x530edc(0x2fc)][_0x530edc(0x2d0)])return;if(_0x5bca48[_0x530edc(0x2b9)])return;const _0x5e3f54=_0x1c5653[_0x530edc(0x2f9)][_0x530edc(0x28e)],{start:_0x138715,end:_0x4f9674}=_0x5bca48[_0x530edc(0x30a)](),_0x1725d9=_0x138715[_0x530edc(0x19f)]&&_0x5e3f54[_0x530edc(0x288)](_0x138715[_0x530edc(0x19f)])?null:_0x5e3f54[_0x530edc(0x1d2)](_0x138715,_0x530edc(0x22b)),_0x38862c=_0x4f9674[_0x530edc(0x1c1)]&&_0x5e3f54[_0x530edc(0x288)](_0x4f9674[_0x530edc(0x1c1)])?null:_0x5e3f54[_0x530edc(0x1d2)](_0x4f9674,_0x530edc(0x2c1)),_0x4a9c35=_0x1c5653[_0x530edc(0x2f9)][_0x530edc(0x1a2)](_0x1725d9?_0x1725d9[_0x530edc(0x1c5)]:_0x138715,_0x38862c?_0x38862c[_0x530edc(0x19a)]:_0x4f9674);_0x1c5653[_0x530edc(0x2f9)][_0x530edc(0x2eb)](_0x71dc0b=>{const _0x294994=_0x530edc;this[_0x294994(0x1a9)](_0x4a9c35);const _0x43317b=_0x1c5653[_0x294994(0x2f9)][_0x294994(0x28e)][_0x294994(0x1d2)](_0x4a9c35[_0x294994(0x1c5)]);_0x5bca48['is'](_0x294994(0x203))?_0x71dc0b[_0x294994(0x25e)](_0x43317b):_0x5bca48[_0x294994(0x281)](_0x43317b);}),_0xbb4b93[_0x530edc(0x17e)]();},{'priority':_0x1c3e87[_0x242e32(0x1d7)]+0xa}),_0x1c5653[_0x242e32(0x2f9)]['on'](_0x242e32(0x300),(_0x34c0a7,_0x10cb2a)=>{const _0x14c6ca=_0x242e32,_0x42df8d=_0x10cb2a[_0x10cb2a[_0x14c6ca(0x258)]-0x1];_0x42df8d&&_0x42df8d[_0x14c6ca(0x17f)]||this[_0x14c6ca(0x174)]||this[_0x14c6ca(0x2fc)][_0x14c6ca(0x2d0)]&&(_0x1c5653[_0x14c6ca(0x2f9)][_0x14c6ca(0x2eb)](()=>{const _0x150f5d=_0x14c6ca;let _0x1b2c03=_0x1c5653[_0x150f5d(0x2f9)][_0x150f5d(0x300)](_0x10cb2a[0x0],_0x10cb2a[0x1],_0x10cb2a[0x2],{'forceDefaultExecution':!0x0});if(!_0x1b2c03)return;_0x34c0a7[_0x150f5d(0x1fe)]=_0x1b2c03[_0x150f5d(0x291)]();const _0x5e8d0a=_0x1b2c03[_0x150f5d(0x19a)][_0x150f5d(0x1c1)],_0x260ea9=_0x1c5653[_0x150f5d(0x2f9)][_0x150f5d(0x28e)];_0x5e8d0a&&_0x260ea9[_0x150f5d(0x22c)](_0x5e8d0a)&&!_0x260ea9[_0x150f5d(0x270)](_0x5e8d0a)&&(_0x1b2c03=_0x1c5653[_0x150f5d(0x2f9)][_0x150f5d(0x1a2)](_0x1b2c03[_0x150f5d(0x1c5)],_0x1c5653[_0x150f5d(0x2f9)][_0x150f5d(0x28d)](_0x5e8d0a,_0x150f5d(0x19a)))),this[_0x150f5d(0x284)](_0x1b2c03);}),_0x34c0a7[_0x14c6ca(0x17e)]());},{'priority':_0x242e32(0x1c0)}),this[_0x242e32(0x2b4)][_0x242e32(0x214)][_0x242e32(0x248)](_0x242e32(0x1ac),this[_0x242e32(0x2fc)]),this[_0x242e32(0x29a)](_0x242e32(0x1ac));const _0x15eac2=new _0x2ab7b0(_0x1c5653,this[_0x242e32(0x1bc)]);_0x1c5653[_0x242e32(0x214)][_0x242e32(0x248)](_0x242e32(0x2f1),_0x15eac2),this[_0x242e32(0x29a)](_0x242e32(0x2f1));const _0x27be5d=new _0x46bcad(_0x1c5653,this[_0x242e32(0x1bc)]);_0x1c5653[_0x242e32(0x214)][_0x242e32(0x248)](_0x242e32(0x2cd),_0x27be5d),this[_0x242e32(0x29a)](_0x242e32(0x2cd)),_0x1c5653[_0x242e32(0x214)][_0x242e32(0x248)](_0x242e32(0x273),new _0x1a4314(_0x1c5653,_0x15eac2,this[_0x242e32(0x1bc)])),this[_0x242e32(0x29a)](_0x242e32(0x273)),_0x1c5653[_0x242e32(0x214)][_0x242e32(0x248)](_0x242e32(0x187),new _0x1a4314(_0x1c5653,_0x27be5d,this[_0x242e32(0x1bc)])),this[_0x242e32(0x29a)](_0x242e32(0x187)),_0x1c5653[_0x242e32(0x214)][_0x242e32(0x248)](_0x242e32(0x23e),new _0x4933c1(_0x1c5653,_0x15eac2,this[_0x242e32(0x1bc)])),this[_0x242e32(0x29a)](_0x242e32(0x23e)),_0x1c5653[_0x242e32(0x214)][_0x242e32(0x248)](_0x242e32(0x218),new _0x4933c1(_0x1c5653,_0x27be5d,this[_0x242e32(0x1bc)])),this[_0x242e32(0x29a)](_0x242e32(0x218));const _0x26f8db=_0x1c5653[_0x242e32(0x23d)][_0x242e32(0x195)](_0x242e32(0x286));this[_0x242e32(0x1ee)](_0x26f8db,_0x242e32(0x16c),(_0x8f5d3f,{threadId:_0x5a37fe})=>{const _0x40bb9b=_0x242e32,_0x3ae024=this[_0x40bb9b(0x1bc)][_0x40bb9b(0x195)](_0x5a37fe);_0x3ae024&&_0x3ae024[_0x40bb9b(0x257)]&&0x1===_0x3ae024[_0x40bb9b(0x257)][_0x40bb9b(0x258)]&&this[_0x40bb9b(0x1cf)](_0x5a37fe,{'hasComments':!0x0});},{'priority':_0x242e32(0x210)}),this[_0x242e32(0x1ee)](_0x26f8db,_0x242e32(0x19c),(_0x1cfea4,{threadId:_0x4faca4})=>{const _0x50ec36=_0x242e32,_0x4864aa=this[_0x50ec36(0x1bc)][_0x50ec36(0x195)](_0x4faca4);_0x4864aa&&_0x4864aa[_0x50ec36(0x257)]&&!_0x4864aa[_0x50ec36(0x257)][_0x50ec36(0x258)]&&this[_0x50ec36(0x1cf)](_0x4faca4,{'hasComments':!0x1});},{'priority':_0x242e32(0x210)});}set[_0x1fdb64(0x2e9)](_0x23bb94){const _0x3eaf80=_0x1fdb64;if(this[_0x3eaf80(0x1ef)])throw new _0x27add2(_0x3eaf80(0x313),this);this[_0x3eaf80(0x1ef)]=_0x23bb94;}get[_0x1fdb64(0x2e9)](){const _0x433a95=_0x1fdb64;return this[_0x433a95(0x1ef)];}[_0x1fdb64(0x2ac)]({skipNotAttached:_0x2d0b85=!0x1,toJSON:_0x1fb49a=!0x1}={}){const _0x382fe7=_0x1fdb64,_0x4852a4=[];for(const _0x337e72 of this[_0x382fe7(0x1bc)][_0x382fe7(0x2e1)]())_0x2d0b85&&!_0x337e72[_0x382fe7(0x241)]||_0x4852a4[_0x382fe7(0x20d)](_0x337e72);return _0x1fb49a?_0x4852a4[_0x382fe7(0x1dc)](_0x21a7ff=>_0x21a7ff[_0x382fe7(0x2bb)]()):_0x4852a4;}[_0x1fdb64(0x1e9)](_0x12f98e){const _0x3ff632=_0x1fdb64,_0xc59082=this[_0x3ff632(0x1bc)][_0x3ff632(0x195)](_0x12f98e);if(!_0xc59082)throw new _0x27add2(_0x3ff632(0x1c9),this);return _0xc59082;}[_0x1fdb64(0x254)](_0x249d87){const _0x11df10=_0x1fdb64;return this[_0x11df10(0x1bc)][_0x11df10(0x249)](_0x249d87);}[_0x1fdb64(0x2d9)](_0x438bf2){const _0x451033=_0x1fdb64,{authorId:_0x39d8fb,id:_0x4ee756,attributes:_0x241e78}=_0x438bf2,[_0x52954c,_0x53ce08]=_0x438bf2[_0x451033(0x1cd)][_0x451033(0x23f)](':'),_0x584094=this[_0x451033(0x1bc)][_0x451033(0x195)](_0x4ee756)||this[_0x451033(0x21d)](_0x52954c,_0x53ce08,_0x4ee756,_0x39d8fb,_0x241e78);if(this[_0x451033(0x251)](_0x584094),this[_0x451033(0x208)](_0x584094,_0x52954c,_0x53ce08||null,_0x39d8fb),_0x584094[_0x451033(0x168)]=_0x438bf2[_0x451033(0x168)],_0x584094[_0x451033(0x1c3)]=!0x0,_0x241e78&&_0x241e78[_0x451033(0x2c4)]){const _0x56e2a6=_0x241e78[_0x451033(0x2c4)],_0x253407=this[_0x451033(0x2e5)](_0x56e2a6[_0x451033(0x217)]);_0x584094[_0x451033(0x16e)]=_0x56e2a6[_0x451033(0x168)],_0x584094[_0x451033(0x239)]=_0x253407,_0x584094[_0x451033(0x304)]=!0x0;}else _0x584094[_0x451033(0x16e)]=_0x438bf2[_0x451033(0x168)];switch(_0x438bf2[_0x451033(0x276)]&&(_0x584094[_0x451033(0x276)]=_0x438bf2[_0x451033(0x276)]),_0x438bf2[_0x451033(0x1dd)]&&(_0x584094[_0x451033(0x1dd)]=_0x438bf2[_0x451033(0x1dd)]),this[_0x451033(0x1ef)]&&this[_0x451033(0x1ef)][_0x451033(0x169)]||(_0x584094[_0x451033(0x1e4)]=!0x0),this[_0x451033(0x2a7)][_0x451033(0x195)](_0x584094)){case _0x451033(0x211):this[_0x451033(0x2a7)][_0x451033(0x199)](_0x584094,_0x451033(0x25d));break;case _0x451033(0x20e):_0x584094[_0x451033(0x241)]?(this[_0x451033(0x261)](new Set([_0x584094])),this[_0x451033(0x2f4)](new Set([_0x584094])),this[_0x451033(0x2a7)][_0x451033(0x199)](_0x584094,_0x451033(0x247)),this[_0x451033(0x267)](_0x451033(0x1f9),_0x584094)):this[_0x451033(0x2a7)][_0x451033(0x199)](_0x584094,_0x451033(0x25a));}return _0x584094;}[_0x1fdb64(0x2f1)](_0x1d19ff){const _0x418ac7=_0x1fdb64;this[_0x418ac7(0x17f)](()=>{const _0x4fb9fc=_0x418ac7;this[_0x4fb9fc(0x2b4)][_0x4fb9fc(0x2f9)][_0x4fb9fc(0x2eb)](()=>{const _0x344f98=_0x4fb9fc;for(const _0x167070 of _0x1d19ff[_0x344f98(0x27f)]())_0x167070[_0x344f98(0x179)]();});});}[_0x1fdb64(0x2cd)](_0x253f56){const _0x40f350=_0x1fdb64;this[_0x40f350(0x17f)](()=>{const _0x312c3c=_0x40f350;this[_0x312c3c(0x2b4)][_0x312c3c(0x2f9)][_0x312c3c(0x2eb)](()=>{const _0x2a1029=_0x312c3c;for(const _0x3cb4d8 of _0x253f56[_0x2a1029(0x27f)]())_0x3cb4d8[_0x2a1029(0x245)]();});});}[_0x1fdb64(0x29a)](_0xd6dda1,_0x35fe3e){const _0x55707a=_0x1fdb64,_0x4be725=this[_0x55707a(0x2b4)][_0x55707a(0x214)][_0x55707a(0x195)](_0xd6dda1);if(!_0x4be725)throw new _0x27add2(_0x55707a(0x309),this,{'commandName':_0xd6dda1});if(this[_0x55707a(0x2fe)][_0x55707a(0x249)](_0x4be725))throw new _0x27add2(_0x55707a(0x24c),this,{'commandName':_0xd6dda1});this[_0x55707a(0x2fe)][_0x55707a(0x248)](_0x4be725),_0x35fe3e&&_0x4be725['on'](_0x55707a(0x2c0),(_0x32c786,_0x40980d)=>{const _0x49feab=_0x55707a;this[_0x49feab(0x2fc)][_0x49feab(0x2d0)]&&(this[_0x49feab(0x174)]||(_0x40980d[_0x49feab(0x258)]>0x0&&_0x40980d[_0x40980d[_0x49feab(0x258)]-0x1]&&_0x40980d[_0x40980d[_0x49feab(0x258)]-0x1][_0x49feab(0x17f)]?_0x40980d[_0x49feab(0x1d0)]():(_0x32c786[_0x49feab(0x1fe)]=_0x35fe3e((..._0x2d5c89)=>_0x4be725[_0x49feab(0x2c0)](..._0x2d5c89,{'forceDefaultExecution':!0x0}),..._0x40980d),_0x32c786[_0x49feab(0x17e)]())));},{'priority':_0x55707a(0x1c0)});}[_0x1fdb64(0x17f)](_0x26dc85){const _0x516be4=_0x1fdb64;let _0x4bf65f,_0x42bcb7;const _0xee72b9=this[_0x516be4(0x174)];this[_0x516be4(0x174)]=!0x0;try{_0x4bf65f=_0x26dc85();}catch(_0x21383c){_0x42bcb7=_0x21383c;}return _0xee72b9||(this[_0x516be4(0x174)]=!0x1),_0x42bcb7&&_0x27add2[_0x516be4(0x27b)](_0x42bcb7,this),_0x4bf65f;}[_0x1fdb64(0x284)](_0x436a67,_0x16d385=null,_0x19fab8={}){const _0x27ad64=_0x1fdb64;if(_0x436a67[_0x27ad64(0x2b9)])return null;const _0x5602d1=this[_0x27ad64(0x2b4)][_0x27ad64(0x23d)][_0x27ad64(0x195)](_0x27ad64(0x227))['me'];for(const {suggestion:_0xc7d13a,meta:_0x5274d0}of this[_0x27ad64(0x311)](_0x436a67,_0x27ad64(0x2cf)))if(_0x5274d0[_0x27ad64(0x1e0)]){if(!_0x5274d0[_0x27ad64(0x16a)]){if(_0x5274d0[_0x27ad64(0x259)]){if(!this[_0x27ad64(0x1ce)]||!Pt(_0xc7d13a,_0x19fab8))continue;return _0xc7d13a;}if(Pt(_0xc7d13a,_0x19fab8))return _0xc7d13a;this[_0x27ad64(0x29b)](_0xc7d13a,_0x436a67[_0x27ad64(0x1c5)],_0x436a67[_0x27ad64(0x19a)]);break;}if(_0x16d385==_0xc7d13a[_0x27ad64(0x2a9)]&&Pt(_0xc7d13a,_0x19fab8)){const _0x31335b=_0xc7d13a[_0x27ad64(0x30a)]();return _0x31335b[_0x27ad64(0x1c5)][_0x27ad64(0x18a)](_0x436a67[_0x27ad64(0x19a)])?this[_0x27ad64(0x296)](_0xc7d13a,this[_0x27ad64(0x25f)][_0x27ad64(0x1a2)](_0x436a67[_0x27ad64(0x1c5)],_0x31335b[_0x27ad64(0x19a)])):this[_0x27ad64(0x296)](_0xc7d13a,this[_0x27ad64(0x25f)][_0x27ad64(0x1a2)](_0x31335b[_0x27ad64(0x1c5)],_0x436a67[_0x27ad64(0x19a)])),_0xc7d13a;}}const _0x2d7380=_0x21506a(),_0x4c1e03=_0x5602d1['id'],_0x315237=_0x16d385?_0x27ad64(0x2b3)+_0x16d385:_0x27ad64(0x2cf),_0x183289=this[_0x27ad64(0x173)]({'id':_0x2d7380,'type':_0x315237,'createdAt':new Date(),'authorId':_0x4c1e03,'attributes':_0x19fab8});return this[_0x27ad64(0x303)](_0x315237,_0x2d7380,_0x4c1e03,_0x436a67),_0x183289;}[_0x1fdb64(0x1ae)](_0x4689ef,_0x3c5eea=_0x1fdb64(0x1a4),_0x3c32a5={}){const _0x18be45=_0x1fdb64,_0x559f06=this[_0x18be45(0x2b4)][_0x18be45(0x23d)][_0x18be45(0x195)](_0x18be45(0x227))['me'],_0x32723b=this[_0x18be45(0x1a8)][_0x18be45(0x1d9)](_0x18be45(0x2cf),_0x3c5eea,_0x18be45(0x18c));for(const _0x39e69a of this[_0x18be45(0x2ac)]())if(_0x39e69a[_0x18be45(0x239)]['id']==_0x559f06['id']&&_0x18be45(0x2cf)==_0x39e69a[_0x18be45(0x1cd)]&&_0x39e69a[_0x18be45(0x2a9)]==_0x3c5eea&&Pt(_0x39e69a,_0x3c32a5)&&(_0x32723b(_0x39e69a[_0x18be45(0x175)](),_0x4689ef)||_0x32723b(_0x4689ef,_0x39e69a[_0x18be45(0x175)]()))){for(const _0x345aec of _0x4689ef)_0x39e69a[_0x18be45(0x23c)](_0x345aec);return _0x39e69a;}for(const {suggestion:_0x3e6a1d,meta:_0x11dcd4}of this[_0x18be45(0x311)](_0x4689ef,_0x18be45(0x2cf))){if(!_0x11dcd4[_0x18be45(0x1e0)])continue;if(!this[_0x18be45(0x1ce)]&&_0x11dcd4[_0x18be45(0x259)])continue;if(!Pt(_0x3e6a1d,_0x3c32a5))continue;let _0x5c6e6f=!0x0;for(const _0x470fd0 of _0x3e6a1d[_0x18be45(0x175)]())for(const _0x571a13 of _0x4689ef)if(!_0x470fd0[_0x18be45(0x24f)](_0x571a13)){_0x5c6e6f=!0x1;break;}if(_0x5c6e6f)return _0x3e6a1d;}const _0x44c1e0=_0x21506a(),_0x23f65a=_0x559f06['id'],_0x1d6b82=_0x18be45(0x2b3)+_0x3c5eea,_0x1f5476=this[_0x18be45(0x173)]({'id':_0x44c1e0,'type':_0x1d6b82,'createdAt':new Date(),'authorId':_0x23f65a,'attributes':_0x3c32a5});for(const _0x1c9dd2 of _0x4689ef)this[_0x18be45(0x303)](_0x1d6b82,_0x44c1e0,_0x23f65a,_0x1c9dd2,_0x5b169c[_0x18be45(0x2f0)]());return _0x1f5476;}[_0x1fdb64(0x26b)](_0x5436db,_0x109d53,_0x25b49=null,_0x25dab9={}){const _0x3a5e5c=_0x1fdb64;if(_0x25b49=_0x25b49||Et(_0x109d53),_0x5436db[_0x3a5e5c(0x2b9)])return null;if(_0x3a5e5c(0x17a)===this[_0x3a5e5c(0x21a)]){const _0x38e52d=this[_0x3a5e5c(0x1a8)][_0x3a5e5c(0x1d9)](_0x3a5e5c(0x1aa),_0x25b49,_0x3a5e5c(0x179));return this[_0x3a5e5c(0x17f)](()=>_0x38e52d([_0x5436db],_0x109d53,_0x25dab9)),null;}const _0x368e2f=this[_0x3a5e5c(0x2b4)][_0x3a5e5c(0x23d)][_0x3a5e5c(0x195)](_0x3a5e5c(0x227))['me'],_0x448967=[];if(_0x3a5e5c(0x255)!==this[_0x3a5e5c(0x21a)]){for(const {suggestion:_0x5678de,meta:_0x20ccb9}of this[_0x3a5e5c(0x311)](_0x5436db,_0x3a5e5c(0x2cf)))_0x20ccb9[_0x3a5e5c(0x1e0)]&&!_0x20ccb9[_0x3a5e5c(0x2e7)]&&_0x448967[_0x3a5e5c(0x20d)](..._0x5678de[_0x3a5e5c(0x175)]());}const _0x5a52f9=function(_0x18d128,_0xf4d8c1){const _0x11dd87=_0x3a5e5c,_0x3c96ab=[];for(const _0x8bf470 of _0xf4d8c1){const _0x5c3896=_0x18d128[_0x11dd87(0x2ec)](_0x8bf470);_0x5c3896&&_0x3c96ab[_0x11dd87(0x20d)](_0x5c3896);}return _0x3c96ab;}(_0x5436db,_0x448967),_0x23da83=function(_0x5f1cda,_0x1ab293){const _0x4770ec=_0x3a5e5c,_0x3b13ff=[_0x5f1cda];for(const _0x270baa of _0x1ab293){let _0xde022e=0x0;for(;_0xde022e<_0x3b13ff[_0x4770ec(0x258)];){const _0x484d6b=_0x3b13ff[_0xde022e][_0x4770ec(0x1c7)](_0x270baa);_0x3b13ff[_0x4770ec(0x30d)](_0xde022e,0x1,..._0x484d6b),_0xde022e+=_0x484d6b[_0x4770ec(0x258)];}}return _0x3b13ff;}(_0x5436db,_0x448967);_0x5a52f9[_0x3a5e5c(0x258)]&&this[_0x3a5e5c(0x25f)][_0x3a5e5c(0x2eb)](()=>{const _0x5c250c=_0x3a5e5c;for(const _0x555ed5 of _0x5a52f9){const _0x56a4b4=this[_0x5c250c(0x1a8)][_0x5c250c(0x1d9)](_0x5c250c(0x1aa),_0x25b49,_0x5c250c(0x179));this[_0x5c250c(0x17f)](()=>_0x56a4b4([_0x555ed5],_0x109d53,_0x25dab9));}});for(const _0x5546ec of _0x23da83){let _0x5a6e44=null,_0x22923f=_0x5546ec[_0x3a5e5c(0x1c5)],_0x102528=_0x5546ec[_0x3a5e5c(0x19a)];for(const {suggestion:_0x5bf162,meta:_0x815580}of this[_0x3a5e5c(0x311)](_0x5546ec,_0x3a5e5c(0x1aa))){if(!_0x815580[_0x3a5e5c(0x1e0)])continue;if(_0x5bf162[_0x3a5e5c(0x2a9)]!=_0x25b49)continue;if(!Pt(_0x5bf162,_0x25dab9))continue;const _0x1bf31d=_0x5bf162[_0x3a5e5c(0x30a)]();if(_0x1bf31d[_0x3a5e5c(0x24f)](_0x5546ec,!0x0))return null;_0x22923f=_0x22923f[_0x3a5e5c(0x1c4)](_0x1bf31d[_0x3a5e5c(0x1c5)])?_0x22923f:_0x1bf31d[_0x3a5e5c(0x1c5)],_0x102528=_0x102528[_0x3a5e5c(0x2a1)](_0x1bf31d[_0x3a5e5c(0x19a)])?_0x102528:_0x1bf31d[_0x3a5e5c(0x19a)],_0x5a6e44?_0x1bf31d[_0x3a5e5c(0x1c5)][_0x3a5e5c(0x1c4)](_0x5a6e44[_0x3a5e5c(0x30a)]()[_0x3a5e5c(0x1c5)])?(_0x5a6e44[_0x3a5e5c(0x2ed)](),_0x5a6e44=_0x5bf162):_0x5bf162[_0x3a5e5c(0x2ed)]():_0x5a6e44=_0x5bf162;}const _0x155cd7=this[_0x3a5e5c(0x25f)][_0x3a5e5c(0x1a2)](_0x22923f,_0x102528);if(_0x5a6e44)this[_0x3a5e5c(0x296)](_0x5a6e44,_0x155cd7);else{const _0x191337=_0x21506a(),_0x2d3564=_0x368e2f['id'];this[_0x3a5e5c(0x173)]({'id':_0x191337,'type':_0x3a5e5c(0x30c)+_0x25b49,'data':_0x109d53,'createdAt':new Date(),'authorId':_0x2d3564,'attributes':_0x25dab9}),this[_0x3a5e5c(0x303)](_0x3a5e5c(0x30c)+_0x25b49,_0x191337,_0x2d3564,_0x155cd7);}}return null;}[_0x1fdb64(0x21c)](_0x5cfd60,_0x23f2ee,_0x482cf1=[],_0x4d1206=null,_0x5ad5cc={}){const _0x697623=_0x1fdb64;_0x23f2ee[_0x697623(0x1f8)]||(_0x23f2ee[_0x697623(0x1f8)]=_0x23f2ee[_0x697623(0x26e)]),_0x23f2ee[_0x697623(0x2d5)]=_0x5cfd60['is'](_0x697623(0x1a5)),_0x4d1206=_0x4d1206||Et(_0x23f2ee);const _0x5407a3=_0x482cf1[_0x697623(0x1dc)](_0x3a7daf=>Ot(_0x3a7daf,this[_0x697623(0x25f)])),_0x47d109=_0x5cfd60['is'](_0x697623(0x1a5))?_0x5cfd60:Ot(_0x5cfd60,this[_0x697623(0x25f)]);if(_0x697623(0x17a)===this[_0x697623(0x21a)]){const _0x53994d=this[_0x697623(0x1a8)][_0x697623(0x1d9)](_0x697623(0x314),_0x4d1206,_0x697623(0x179));return this[_0x697623(0x17f)](()=>_0x53994d([_0x47d109],_0x23f2ee,_0x5ad5cc)),null;}_0x5407a3[_0x697623(0x20d)](_0x47d109);let _0x50583a=!0x0;for(const _0x1973c6 of _0x5407a3)if(!this[_0x697623(0x16b)](_0x1973c6)){_0x50583a=!0x1;break;}if(_0x50583a&&_0x697623(0x255)!==this[_0x697623(0x21a)]){const _0x5a6a9e=this[_0x697623(0x1a8)][_0x697623(0x1d9)](_0x697623(0x314),_0x4d1206,_0x697623(0x179));return this[_0x697623(0x17f)](()=>_0x5a6a9e([_0x47d109],_0x23f2ee,_0x5ad5cc)),null;}let _0x4694be=null,_0x129497=_0x47d109[_0x697623(0x1c5)],_0x55a14c=_0x47d109[_0x697623(0x19a)];for(const {suggestion:_0x25eecd,meta:_0x4da9c3}of this[_0x697623(0x311)](_0x47d109,_0x697623(0x314))){if(!_0x4da9c3[_0x697623(0x1e0)])continue;if(_0x4da9c3[_0x697623(0x16a)]||_0x4da9c3[_0x697623(0x259)]||_0x4da9c3[_0x697623(0x2e7)])continue;if(_0x25eecd[_0x697623(0x276)][_0x697623(0x1f8)]!=_0x23f2ee[_0x697623(0x1f8)])continue;if(!Pt(_0x25eecd,_0x5ad5cc))continue;const _0xde70a8=_0x25eecd[_0x697623(0x30a)]();if(_0x25eecd[_0x697623(0x2a9)]==_0x4d1206){if(_0xde70a8[_0x697623(0x24f)](_0x47d109,!0x0))return null;_0x129497=_0x129497[_0x697623(0x1c4)](_0xde70a8[_0x697623(0x1c5)])?_0x129497:_0xde70a8[_0x697623(0x1c5)],_0x55a14c=_0x55a14c[_0x697623(0x2a1)](_0xde70a8[_0x697623(0x19a)])?_0x55a14c:_0xde70a8[_0x697623(0x19a)],_0x4694be?_0xde70a8[_0x697623(0x1c5)][_0x697623(0x1c4)](_0x4694be[_0x697623(0x30a)]()[_0x697623(0x1c5)])?(_0x4694be[_0x697623(0x2ed)](),_0x4694be=_0x25eecd):_0x25eecd[_0x697623(0x2ed)]():_0x4694be=_0x25eecd;}else{const _0x18bce0=_0x47d109[_0x697623(0x2ec)](_0xde70a8);this[_0x697623(0x2a2)](_0x25eecd,_0x18bce0);}}const _0x5f5b63=this[_0x697623(0x2b4)][_0x697623(0x23d)][_0x697623(0x195)](_0x697623(0x227))['me'],_0x337418=_0x21506a(),_0x321d51=_0x5f5b63['id'];if(_0x4694be)return this[_0x697623(0x296)](_0x4694be,this[_0x697623(0x25f)][_0x697623(0x1a2)](_0x129497,_0x55a14c)),_0x4694be;{const _0xc6c3a=this[_0x697623(0x173)]({'id':_0x337418,'type':_0x697623(0x289)+_0x4d1206,'data':_0x23f2ee,'createdAt':new Date(),'authorId':_0x321d51,'attributes':_0x5ad5cc});return this[_0x697623(0x303)](_0x697623(0x289)+_0x4d1206,_0x337418,_0x321d51,this[_0x697623(0x25f)][_0x697623(0x1a2)](_0x129497,_0x55a14c)),_0xc6c3a;}}[_0x1fdb64(0x1e3)](_0x1ffc0b,_0x5acd15,_0x58e1f0=[],_0x189b17=null,_0x2bf064={}){const _0x1caf23=_0x1fdb64;_0x5acd15[_0x1caf23(0x1f8)]||(_0x5acd15[_0x1caf23(0x1f8)]=_0x5acd15[_0x1caf23(0x26e)]);const _0x4ab306=_0x1ffc0b[0x0];_0x5acd15[_0x1caf23(0x2d5)]=_0x4ab306['is'](_0x1caf23(0x1a5)),_0x189b17=_0x189b17||Et(_0x5acd15);const _0x1da966=_0x58e1f0[_0x1caf23(0x1dc)](_0x15df73=>Ot(_0x15df73,this[_0x1caf23(0x25f)])),_0x304778=_0x4ab306['is'](_0x1caf23(0x1a5))?_0x1ffc0b:_0x1ffc0b[_0x1caf23(0x1dc)](_0x2459c1=>Ot(_0x2459c1,this[_0x1caf23(0x25f)]));if(_0x1caf23(0x17a)===this[_0x1caf23(0x21a)]){const _0x461959=this[_0x1caf23(0x1a8)][_0x1caf23(0x1d9)](_0x1caf23(0x314),_0x189b17,_0x1caf23(0x179));return this[_0x1caf23(0x17f)](()=>_0x461959(_0x304778,_0x5acd15,_0x2bf064)),null;}_0x1da966[_0x1caf23(0x20d)](..._0x304778);let _0x3ba4b1=!0x0;for(const _0x536cf3 of _0x1da966)if(!this[_0x1caf23(0x16b)](_0x536cf3)){_0x3ba4b1=!0x1;break;}if(_0x3ba4b1&&_0x1caf23(0x255)!==this[_0x1caf23(0x21a)]){const _0x34728b=this[_0x1caf23(0x1a8)][_0x1caf23(0x1d9)](_0x1caf23(0x314),_0x189b17,_0x1caf23(0x179));return this[_0x1caf23(0x17f)](()=>_0x34728b(_0x304778,_0x5acd15,_0x2bf064)),null;}const _0x5c4655=this[_0x1caf23(0x2b4)][_0x1caf23(0x23d)][_0x1caf23(0x195)](_0x1caf23(0x227))['me'];for(const _0x5e0537 of this[_0x1caf23(0x2ac)]()){if(_0x5e0537[_0x1caf23(0x239)]['id']!=_0x5c4655['id'])continue;if(_0x1caf23(0x314)!=_0x5e0537[_0x1caf23(0x1cd)]||_0x5e0537[_0x1caf23(0x276)][_0x1caf23(0x1f8)]!=_0x5acd15[_0x1caf23(0x1f8)])continue;if(!Pt(_0x5e0537,_0x2bf064))continue;const _0x126f6d=_0x5e0537[_0x1caf23(0x2a9)]==_0x189b17;for(let _0x1d7b00=0x0;_0x1d7b00<_0x304778[_0x1caf23(0x258)];_0x1d7b00++){const _0x4f8a6d=_0x304778[_0x1d7b00];for(const _0x464779 of _0x5e0537[_0x1caf23(0x2d7)]()){const _0x2a742e=_0x464779[_0x1caf23(0x176)]();if(_0x4f8a6d[_0x1caf23(0x18a)](_0x2a742e)){_0x126f6d?(_0x304778[_0x1caf23(0x30d)](_0x1d7b00,0x1),_0x1d7b00--):_0x5e0537[_0x1caf23(0x17b)](_0x464779[_0x1caf23(0x189)]);break;}}}}if(0x0==_0x304778[_0x1caf23(0x258)])return null;const _0x25fbe8=this[_0x1caf23(0x1a8)][_0x1caf23(0x1d9)](_0x1caf23(0x314),_0x189b17,_0x1caf23(0x18c));for(const _0x2cf3f0 of this[_0x1caf23(0x2ac)]())if(_0x2cf3f0[_0x1caf23(0x239)]['id']==_0x5c4655['id']&&_0x1caf23(0x314)==_0x2cf3f0[_0x1caf23(0x1cd)]&&_0x2cf3f0[_0x1caf23(0x276)][_0x1caf23(0x1f8)]==_0x5acd15[_0x1caf23(0x1f8)]&&_0x2cf3f0[_0x1caf23(0x2a9)]==_0x189b17&&Pt(_0x2cf3f0,_0x2bf064)&&(_0x25fbe8(_0x2cf3f0[_0x1caf23(0x175)](),_0x304778)||_0x25fbe8(_0x304778,_0x2cf3f0[_0x1caf23(0x175)]()))){for(const _0x524ebb of _0x304778)_0x2cf3f0[_0x1caf23(0x23c)](_0x524ebb);return _0x2cf3f0;}const _0x42eb2b=_0x21506a(),_0x903691=_0x5c4655['id'],_0x2a6ad4=_0x1caf23(0x289)+_0x189b17,_0x5a03a6=this[_0x1caf23(0x173)]({'id':_0x42eb2b,'type':_0x2a6ad4,'data':_0x5acd15,'createdAt':new Date(),'authorId':_0x903691,'attributes':_0x2bf064});for(const _0x8636bb of _0x304778)this[_0x1caf23(0x303)](_0x2a6ad4,_0x42eb2b,_0x903691,_0x8636bb,_0x5b169c[_0x1caf23(0x2f0)]());return _0x5a03a6;}[_0x1fdb64(0x1a9)](_0xe22d8,_0x1d26b7=null,_0x515118={}){const _0x3ed24c=_0x1fdb64;if(_0xe22d8[_0x3ed24c(0x2b9)])return null;const _0x4ddb16=this[_0x3ed24c(0x2b4)][_0x3ed24c(0x23d)][_0x3ed24c(0x195)](_0x3ed24c(0x227))['me'],_0x5f4fbd=new _0x15a0aa(_0xe22d8[_0x3ed24c(0x1c5)],_0xe22d8[_0x3ed24c(0x19a)]);for(const {suggestion:_0x2a19d0,meta:_0x54fd2e}of this[_0x3ed24c(0x311)](_0x5f4fbd,_0x3ed24c(0x2cf)))if(_0x54fd2e[_0x3ed24c(0x1e0)]&&!_0x54fd2e[_0x3ed24c(0x16a)]){if(_0x2a19d0[_0x3ed24c(0x1ea)]){const _0x9db0ea=_0x2a19d0[_0x3ed24c(0x175)]()[_0x3ed24c(0x16f)](_0x16aa5a=>_0x3ed24c(0x1d1)!=_0x16aa5a[_0x3ed24c(0x186)][_0x3ed24c(0x2b6)]);_0x9db0ea[_0x3ed24c(0x1ad)](_0x281786=>_0x5f4fbd[_0x3ed24c(0x24f)](_0x281786,!0x0))&&_0x2a19d0[_0x3ed24c(0x245)]();if(_0x9db0ea[_0x3ed24c(0x2c5)](_0x5296e7=>_0x5296e7[_0x3ed24c(0x24f)](_0x5f4fbd,!0x0))){const _0x4270fa=this[_0x3ed24c(0x1a8)][_0x3ed24c(0x1d9)](_0x3ed24c(0x219),_0x1d26b7,_0x3ed24c(0x179));return this[_0x3ed24c(0x17f)](()=>_0x4270fa([_0x5f4fbd],null,_0x515118)),null;}}else{const _0x437cd4=_0x5f4fbd[_0x3ed24c(0x2ec)](_0x2a19d0[_0x3ed24c(0x30a)]());null!==_0x437cd4&&_0x2a19d0[_0x3ed24c(0x204)]([_0x437cd4],null,_0x515118);}}if(_0x5f4fbd[_0x3ed24c(0x2a0)](),_0x5f4fbd[_0x3ed24c(0x2b9)]||_0x3ed24c(0x1d1)==_0x5f4fbd[_0x3ed24c(0x186)][_0x3ed24c(0x2b6)])return null;let _0x12f498=null,_0x40c6f5=_0x5f4fbd[_0x3ed24c(0x1c5)],_0x2eb817=_0x5f4fbd[_0x3ed24c(0x19a)];const _0x2959b5=this[_0x3ed24c(0x311)](_0x5f4fbd,_0x3ed24c(0x219));for(const {suggestion:_0x4b04c4,meta:_0x215046}of _0x2959b5){const _0x503aee=this[_0x3ed24c(0x25f)][_0x3ed24c(0x1a2)](_0x40c6f5,_0x2eb817);if(_0x215046[_0x3ed24c(0x1e0)]&&(this[_0x3ed24c(0x1ce)]||!_0x215046[_0x3ed24c(0x259)]&&!_0x215046[_0x3ed24c(0x2e7)])){if(_0x4b04c4[_0x3ed24c(0x1ea)]){if(!Pt(_0x4b04c4,_0x515118))continue;let _0x3daf3a=!0x0;for(const _0x313ed9 of _0x4b04c4[_0x3ed24c(0x175)]()){if(_0x313ed9[_0x3ed24c(0x24f)](_0x503aee,!0x0))return _0x4b04c4;_0x503aee[_0x3ed24c(0x24f)](_0x313ed9)||(_0x3daf3a=!0x1);}_0x3daf3a&&_0x4b04c4[_0x3ed24c(0x245)]();}else{const _0x3ae532=_0x4b04c4[_0x3ed24c(0x30a)]();if(_0x3ae532[_0x3ed24c(0x24f)](_0x503aee,!0x0))return _0x4b04c4;if(!Pt(_0x4b04c4,_0x515118)){_0x503aee[_0x3ed24c(0x24f)](_0x3ae532)?_0x4b04c4[_0x3ed24c(0x2ed)]():_0x3ae532[_0x3ed24c(0x244)](_0x40c6f5)?_0x40c6f5=_0x3ae532[_0x3ed24c(0x19a)]:_0x3ae532[_0x3ed24c(0x244)](_0x2eb817)&&(_0x2eb817=_0x3ae532[_0x3ed24c(0x1c5)]);continue;}_0x40c6f5=_0x40c6f5[_0x3ed24c(0x1c4)](_0x3ae532[_0x3ed24c(0x1c5)])?_0x40c6f5:_0x3ae532[_0x3ed24c(0x1c5)],_0x2eb817=_0x2eb817[_0x3ed24c(0x2a1)](_0x3ae532[_0x3ed24c(0x19a)])?_0x2eb817:_0x3ae532[_0x3ed24c(0x19a)],_0x515118=Object[_0x3ed24c(0x2e6)]({},_0x4b04c4[_0x3ed24c(0x1dd)]),_0x12f498?_0x3ae532[_0x3ed24c(0x1c5)][_0x3ed24c(0x1c4)](_0x12f498[_0x3ed24c(0x30a)]()[_0x3ed24c(0x1c5)])?(_0x12f498[_0x3ed24c(0x2ed)](),_0x12f498=_0x4b04c4):_0x4b04c4[_0x3ed24c(0x2ed)]():_0x12f498=_0x4b04c4;}}}if(_0x12f498)return this[_0x3ed24c(0x296)](_0x12f498,this[_0x3ed24c(0x25f)][_0x3ed24c(0x1a2)](_0x40c6f5,_0x2eb817)),_0x12f498;{const _0x380faa=_0x21506a(),_0x154161=this[_0x3ed24c(0x25f)][_0x3ed24c(0x1a2)](_0x40c6f5,_0x2eb817),_0x38226e=_0x4ddb16['id'],_0x5d3c68=_0x1d26b7?_0x3ed24c(0x1f4)+_0x1d26b7:_0x3ed24c(0x219),_0x4f07d1=this[_0x3ed24c(0x173)]({'id':_0x380faa,'type':_0x5d3c68,'createdAt':new Date(),'authorId':_0x38226e,'attributes':_0x515118});return this[_0x3ed24c(0x303)](_0x5d3c68,_0x380faa,_0x38226e,_0x154161),_0x4f07d1;}}[_0x1fdb64(0x1cc)](_0x332f27,_0x14eccb=_0x1fdb64(0x1a4),_0x46dc31={}){const _0x44ae1a=_0x1fdb64,_0x3c8a41=this[_0x44ae1a(0x2b4)][_0x44ae1a(0x23d)][_0x44ae1a(0x195)](_0x44ae1a(0x227))['me'],_0x162751=_0x332f27[_0x44ae1a(0x1dc)](_0x398abb=>new _0x15a0aa(_0x398abb[_0x44ae1a(0x1c5)],_0x398abb[_0x44ae1a(0x19a)])),_0x1ddf3f=new Set();for(const {suggestion:_0x31ef83,meta:_0x2c9f00}of this[_0x44ae1a(0x311)](_0x162751,_0x44ae1a(0x2cf)))_0x2c9f00[_0x44ae1a(0x1e0)]&&!_0x2c9f00[_0x44ae1a(0x16a)]&&_0x1ddf3f[_0x44ae1a(0x248)](_0x31ef83);for(const _0x3d89b8 of _0x1ddf3f)if(_0x3d89b8[_0x44ae1a(0x1ea)]){const _0x3401d2=_0x3d89b8[_0x44ae1a(0x175)]();(!_0x3d89b8[_0x44ae1a(0x1dd)]||!_0x3d89b8[_0x44ae1a(0x1dd)][_0x44ae1a(0x193)])&&(_0x3401d2[_0x44ae1a(0x1ad)](_0x368f82=>_0x162751[_0x44ae1a(0x2c5)](_0x40ad6e=>_0x40ad6e[_0x44ae1a(0x24f)](_0x368f82,!0x0)))&&_0x3d89b8[_0x44ae1a(0x245)]());if(_0x162751[_0x44ae1a(0x1ad)](_0x3058cb=>_0x3401d2[_0x44ae1a(0x2c5)](_0x181301=>_0x181301[_0x44ae1a(0x24f)](_0x3058cb,!0x0)))){const _0x288428=this[_0x44ae1a(0x1a8)][_0x44ae1a(0x1d9)](_0x44ae1a(0x219),_0x14eccb,_0x44ae1a(0x179));return this[_0x44ae1a(0x17f)](()=>_0x288428(_0x332f27,null,_0x46dc31)),null;}}else{const _0x378576=_0x3d89b8[_0x44ae1a(0x30a)]();_0x162751[_0x44ae1a(0x2c5)](_0x3c18ed=>_0x3c18ed[_0x44ae1a(0x24f)](_0x378576,!0x0))&&_0x3d89b8[_0x44ae1a(0x245)]();if(_0x162751[_0x44ae1a(0x1ad)](_0x40587f=>_0x378576[_0x44ae1a(0x24f)](_0x40587f,!0x0))){const _0x27bd92=this[_0x44ae1a(0x1a8)][_0x44ae1a(0x1d9)](_0x44ae1a(0x219),_0x14eccb,_0x44ae1a(0x179));return this[_0x44ae1a(0x17f)](()=>_0x27bd92(_0x162751,null,_0x46dc31)),null;}}const _0x439f99=this[_0x44ae1a(0x1a8)][_0x44ae1a(0x1d9)](_0x44ae1a(0x219),_0x14eccb,_0x44ae1a(0x18c));let _0x98902f=null;for(const _0x3b34da of this[_0x44ae1a(0x2ac)]())if(_0x3b34da[_0x44ae1a(0x239)]['id']==_0x3c8a41['id']&&_0x3b34da[_0x44ae1a(0x241)]&&_0x44ae1a(0x219)==_0x3b34da[_0x44ae1a(0x1cd)]&&_0x3b34da[_0x44ae1a(0x2a9)]==_0x14eccb&&Pt(_0x3b34da,_0x46dc31)&&(_0x439f99(_0x3b34da[_0x44ae1a(0x175)](),_0x162751)||_0x439f99(_0x162751,_0x3b34da[_0x44ae1a(0x175)]()))){if(_0x98902f){if(_0x3b34da[_0x44ae1a(0x257)]&&_0x3b34da[_0x44ae1a(0x257)][_0x44ae1a(0x258)])continue;for(const _0x1bc287 of _0x3b34da[_0x44ae1a(0x175)]())_0x98902f[_0x44ae1a(0x20b)](_0x1bc287)||_0x98902f[_0x44ae1a(0x23c)](_0x1bc287);_0x3b34da[_0x44ae1a(0x2ed)]();}else{_0x98902f=_0x3b34da;for(const _0x10f879 of _0x162751)_0x3b34da[_0x44ae1a(0x20b)](_0x10f879)||_0x3b34da[_0x44ae1a(0x23c)](_0x10f879);}}if(_0x98902f)return _0x98902f;_0x1ddf3f[_0x44ae1a(0x2bf)]();for(const {suggestion:_0x48ca7c,meta:_0x148db4}of this[_0x44ae1a(0x311)](_0x162751,_0x44ae1a(0x219)))_0x148db4[_0x44ae1a(0x1e0)]&&(this[_0x44ae1a(0x1ce)]||!_0x148db4[_0x44ae1a(0x259)]&&!_0x148db4[_0x44ae1a(0x2e7)])&&Pt(_0x48ca7c,_0x46dc31)&&_0x1ddf3f[_0x44ae1a(0x248)](_0x48ca7c);for(const _0x166f35 of _0x1ddf3f){const _0x520337=_0x166f35[_0x44ae1a(0x175)]();if(!_0x46dc31||!_0x46dc31[_0x44ae1a(0x193)]){if(_0x162751[_0x44ae1a(0x1ad)](_0x1d918b=>_0x520337[_0x44ae1a(0x2c5)](_0x1c3a3f=>_0x1c3a3f[_0x44ae1a(0x24f)](_0x1d918b,!0x0))))return _0x166f35;}(!_0x166f35[_0x44ae1a(0x1dd)]||!_0x166f35[_0x44ae1a(0x1dd)][_0x44ae1a(0x193)])&&(_0x520337[_0x44ae1a(0x1ad)](_0x4011cf=>_0x162751[_0x44ae1a(0x2c5)](_0x360825=>_0x360825[_0x44ae1a(0x24f)](_0x4011cf,!0x0)))&&_0x166f35[_0x44ae1a(0x245)]());}const _0x17040b=_0x21506a(),_0x33303c=_0x3c8a41['id'],_0x41565d=_0x44ae1a(0x1f4)+_0x14eccb,_0x241ee3=this[_0x44ae1a(0x173)]({'id':_0x17040b,'type':_0x41565d,'createdAt':new Date(),'authorId':_0x33303c,'attributes':_0x46dc31});for(const _0x5b3dd0 of _0x162751)_0x5b3dd0[_0x44ae1a(0x2a0)](),_0x5b3dd0[_0x44ae1a(0x2b9)]||_0x44ae1a(0x1d1)==_0x5b3dd0[_0x44ae1a(0x186)][_0x44ae1a(0x2b6)]||this[_0x44ae1a(0x303)](_0x41565d,_0x17040b,_0x33303c,_0x5b3dd0,_0x5b169c[_0x44ae1a(0x2f0)]());return _0x241ee3;}[_0x1fdb64(0x180)](_0x406173,_0x96e9e9,_0x4da25f,_0x4fdc1f,_0x2ca42d){const _0x474fc5=_0x1fdb64;if(_0x406173[_0x474fc5(0x2b9)])return[];if(_0x474fc5(0x17a)===this[_0x474fc5(0x21a)])return[];const _0x662620=this[_0x474fc5(0x2b4)][_0x474fc5(0x23d)][_0x474fc5(0x195)](_0x474fc5(0x227))['me']['id'],_0x2df364=Array[_0x474fc5(0x268)](this[_0x474fc5(0x1bc)][_0x474fc5(0x2e1)]())[_0x474fc5(0x16f)](_0x1c2f9c=>_0x474fc5(0x29f)==_0x1c2f9c[_0x474fc5(0x1cd)]&&_0x1c2f9c[_0x474fc5(0x276)][_0x474fc5(0x1ba)]==_0x96e9e9&&_0x1c2f9c[_0x474fc5(0x20b)](_0x406173));if(_0x474fc5(0x236)===this[_0x474fc5(0x21a)]){const _0x2cbbc1=this[_0x474fc5(0x311)](_0x406173,_0x474fc5(0x2cf))[_0x474fc5(0x16f)](({meta:_0x116070})=>_0x116070[_0x474fc5(0x1e0)]&&!_0x116070[_0x474fc5(0x2e7)]&&!_0x116070[_0x474fc5(0x16a)])[_0x474fc5(0x1dc)](({suggestion:_0x4abc1c})=>_0x4abc1c);_0x2df364[_0x474fc5(0x1f2)](..._0x2cbbc1);}const _0x585dcc=new Map([[_0x406173,_0x4da25f]]);for(const _0x4e4750 of _0x2df364){const _0x3e4dc0=_0x474fc5(0x29f)==_0x4e4750[_0x474fc5(0x1cd)]?_0x4e4750[_0x474fc5(0x276)][_0x474fc5(0x2b0)]:void 0x0,_0x2cef29=_0x4e4750[_0x474fc5(0x30a)](),_0x8bb322=Array[_0x474fc5(0x268)](_0x585dcc[_0x474fc5(0x2c2)]())[_0x474fc5(0x252)](_0x35e808=>_0x35e808[_0x474fc5(0x25b)](_0x2cef29));if(!_0x8bb322)continue;const _0x4457db=_0x8bb322[_0x474fc5(0x1c7)](_0x2cef29);this[_0x474fc5(0x1a1)](_0x96e9e9)&&_0x474fc5(0x2cf)==_0x4e4750[_0x474fc5(0x1cd)]&&0x0!=_0x4457db[_0x474fc5(0x258)]||(_0x585dcc[_0x474fc5(0x299)](_0x8bb322),_0x4457db[_0x474fc5(0x25c)](_0x235f47=>{const _0x4b9408=_0x474fc5;_0x585dcc[_0x4b9408(0x199)](_0x235f47,_0x4da25f);}),_0x474fc5(0x2cf)!=_0x4e4750[_0x474fc5(0x1cd)]&&_0x3e4dc0!=_0x4fdc1f&&_0x585dcc[_0x474fc5(0x199)](_0x8bb322[_0x474fc5(0x2ec)](_0x2cef29),_0x3e4dc0));}const _0x3d6b9d=[];for(const [_0x4dede1,_0xeb67e]of _0x585dcc){const _0x2b0049=_0x21506a(),_0x51b4ae={'key':_0x96e9e9,'oldValue':_0xeb67e,'newValue':_0x4fdc1f};_0x96e9e9[_0x474fc5(0x258)]>0x25&&console[_0x474fc5(0x292)](_0x474fc5(0x21b),{'key':_0x96e9e9});const _0x1803f9=(_0x474fc5(0x271)+(_0x96e9e9+'|'+Et({'newValue':_0x4fdc1f})))[_0x474fc5(0x1d4)](0x0,0x3c),_0x5d58eb=this[_0x474fc5(0x173)]({'id':_0x2b0049,'type':_0x1803f9,'data':_0x51b4ae,'createdAt':new Date(),'authorId':_0x662620,'attributes':_0x2ca42d});_0x3d6b9d[_0x474fc5(0x20d)](_0x5d58eb),this[_0x474fc5(0x303)](_0x1803f9,_0x2b0049,_0x662620,_0x4dede1);}return _0x3d6b9d;}[_0x1fdb64(0x263)](_0x306009){const _0x521c9e=_0x1fdb64;this[_0x521c9e(0x246)][_0x521c9e(0x248)](_0x306009);}[_0x1fdb64(0x264)](_0x2393d6){const _0x175257=_0x1fdb64;this[_0x175257(0x250)][_0x175257(0x248)](_0x2393d6);}[_0x1fdb64(0x27c)](_0x18aeff,_0x359386=[],_0x352fec=[]){const _0x545af0=_0x1fdb64;this[_0x545af0(0x29a)](_0x18aeff,(_0x149c43,..._0x3c564b)=>{const _0x211e91=_0x545af0;this[_0x211e91(0x2c7)](()=>{_0x149c43(..._0x3c564b);});});for(const _0x3f18f1 of _0x359386)this[_0x545af0(0x264)](_0x3f18f1);for(const _0x452017 of _0x352fec)this[_0x545af0(0x263)](_0x452017);}[_0x1fdb64(0x2f2)](_0x49f8f8){const _0x305d3c=_0x1fdb64;return _0x305d3c(0x29f)==_0x49f8f8[_0x305d3c(0x1cd)]?_0x49f8f8[_0x305d3c(0x2a9)][_0x305d3c(0x23f)]('|')[0x0]:null;}[_0x1fdb64(0x296)](_0x147089,_0x13852f){const _0xaf932a=_0x1fdb64,_0x5b024e=_0x147089[_0xaf932a(0x262)]();this[_0xaf932a(0x25f)][_0xaf932a(0x2eb)](_0x20dd4f=>{const _0x5e7cd3=_0xaf932a;_0x20dd4f[_0x5e7cd3(0x2f8)](_0x5b024e,{'range':_0x13852f});});}[_0x1fdb64(0x251)](_0xc4b34){const _0x39c0bc=_0x1fdb64,_0x488920=_0xc4b34['id'],_0x193bd2=this[_0x39c0bc(0x2b4)][_0x39c0bc(0x1de)][_0x39c0bc(0x195)](_0x39c0bc(0x295));this[_0x39c0bc(0x307)][_0x39c0bc(0x1b6)](_0x488920)||this[_0x39c0bc(0x307)][_0x39c0bc(0x24d)]({'channelId':_0x193bd2,'threadId':_0x488920,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x3e2469=this[_0x39c0bc(0x307)][_0x39c0bc(0x301)](_0x488920);_0x3e2469[_0x39c0bc(0x2d3)](_0x39c0bc(0x2f6)),_0x3e2469[_0x39c0bc(0x2f6)]=!0x1,_0xc4b34[_0x39c0bc(0x257)]=_0x3e2469;}[_0x1fdb64(0x208)](_0x22ab4c,_0x23f84b,_0x5a66bc,_0x19b7f4){const _0x215df7=_0x1fdb64;if(_0x22ab4c[_0x215df7(0x1cd)]!=_0x23f84b||_0x22ab4c[_0x215df7(0x2a9)]!=_0x5a66bc||_0x22ab4c[_0x215df7(0x224)]['id']!=_0x19b7f4)throw this[_0x215df7(0x2b4)][_0x215df7(0x256)](_0x215df7(0x170)),new _0x27add2(_0x215df7(0x170),this);}[_0x1fdb64(0x2a2)](_0x2551b0,_0x1eb017){const _0x537d44=_0x1fdb64,_0x44465b=_0x2551b0[_0x537d44(0x30a)]();if(_0x1eb017[_0x537d44(0x18a)](_0x44465b))_0x2551b0[_0x537d44(0x2ed)]();else{if(_0x44465b[_0x537d44(0x24f)](_0x1eb017)){const _0xc93880=this[_0x537d44(0x25f)][_0x537d44(0x28d)](_0x1eb017[_0x537d44(0x1c5)][_0x537d44(0x1c1)],_0x537d44(0x19a));this[_0x537d44(0x296)](_0x2551b0,this[_0x537d44(0x25f)][_0x537d44(0x1a2)](_0x44465b[_0x537d44(0x1c5)],_0xc93880));const _0x348623=_0x21506a(),_0xc09137=_0x2551b0[_0x537d44(0x224)]['id'],_0x1ef1ea=_0x2551b0[_0x537d44(0x1cd)]+':'+_0x2551b0[_0x537d44(0x2a9)];this[_0x537d44(0x173)]({'id':_0x348623,'type':_0x1ef1ea,'createdAt':new Date(),'authorId':_0xc09137,'data':_0x2551b0[_0x537d44(0x276)],'attributes':_0x2551b0[_0x537d44(0x1dd)]});const _0x23787b=this[_0x537d44(0x25f)][_0x537d44(0x28d)](_0x1eb017[_0x537d44(0x19a)][_0x537d44(0x1b7)],_0x537d44(0x302)),_0x1637a4=this[_0x537d44(0x25f)][_0x537d44(0x1a2)](_0x23787b,_0x44465b[_0x537d44(0x19a)]);this[_0x537d44(0x303)](_0x1ef1ea,_0x348623,_0xc09137,_0x1637a4);}else{if(_0x44465b[_0x537d44(0x244)](_0x1eb017[_0x537d44(0x1c5)])){const _0x1b215c=this[_0x537d44(0x25f)][_0x537d44(0x28d)](_0x1eb017[_0x537d44(0x1c5)][_0x537d44(0x1c1)],_0x537d44(0x19a));this[_0x537d44(0x296)](_0x2551b0,this[_0x537d44(0x25f)][_0x537d44(0x1a2)](_0x44465b[_0x537d44(0x1c5)],_0x1b215c));}else{const _0x513ca7=this[_0x537d44(0x25f)][_0x537d44(0x28d)](_0x1eb017[_0x537d44(0x19a)][_0x537d44(0x1b7)],_0x537d44(0x302));this[_0x537d44(0x296)](_0x2551b0,this[_0x537d44(0x25f)][_0x537d44(0x1a2)](_0x513ca7,_0x44465b[_0x537d44(0x19a)]));}}}}[_0x1fdb64(0x16b)](_0x17fb87){const _0x301ceb=_0x1fdb64;for(const {suggestion:_0x412cfc,meta:_0x3259f3}of this[_0x301ceb(0x311)](_0x17fb87,_0x301ceb(0x2cf))){if(!_0x3259f3[_0x301ceb(0x1e0)])continue;const _0x5f1050=_0x412cfc[_0x301ceb(0x175)]();for(const _0xb2540e of _0x5f1050)if(!_0x17fb87[_0x301ceb(0x1c7)](_0xb2540e)[_0x301ceb(0x258)])return!0x0;}return!0x1;}[_0x1fdb64(0x24a)](_0x5d7b3d){const _0x33fa6f=_0x1fdb64,_0xe24d67=this[_0x33fa6f(0x2b4)][_0x33fa6f(0x23d)][_0x33fa6f(0x195)](_0x33fa6f(0x227))[_0x33fa6f(0x1ca)](_0x5d7b3d);if(!_0xe24d67)throw new _0x27add2(_0x33fa6f(0x290),this);return _0xe24d67;}[_0x1fdb64(0x2e5)](_0x1bd131){const _0xadfa86=_0x1fdb64,_0x38fee7=this[_0xadfa86(0x2b4)][_0xadfa86(0x23d)][_0xadfa86(0x195)](_0xadfa86(0x227)),_0x4d353a=_0x5d3f7b(_0xadfa86(0x2ab)+_0x1bd131),_0x495716=_0x38fee7[_0xadfa86(0x1ca)](_0x4d353a);return _0x495716||_0x38fee7[_0xadfa86(0x196)]({'id':_0x4d353a,'name':_0x1bd131});}[_0x1fdb64(0x21d)](_0x177527,_0x4e1671,_0x4f3707,_0x4cd44e,_0x5c5d3f){const _0xccfcef=_0x1fdb64,_0x1a623d=this[_0xccfcef(0x24a)](_0x4cd44e),_0x1ec439=this[_0xccfcef(0x1a8)][_0xccfcef(0x2e2)](_0x177527,_0x4e1671,_0x4f3707,_0x1a623d,_0x5c5d3f,_0x2ae6bf=>{const _0x4c864d=_0xccfcef;this[_0x4c864d(0x1cf)](_0x4f3707,{'attributes':_0x2ae6bf});const _0x2348ce=this[_0x4c864d(0x1e9)](_0x4f3707);this[_0x4c864d(0x261)](new Set([_0x2348ce])),this[_0x4c864d(0x2f4)](new Set([_0x2348ce]));});return this[_0xccfcef(0x1ee)](_0x1ec439,_0xccfcef(0x179),()=>{const _0xeef55=_0xccfcef;this[_0xeef55(0x1cf)](_0x4f3707,{'state':_0xeef55(0x1a7)});},{'priority':_0xccfcef(0x1c0)}),this[_0xccfcef(0x1ee)](_0x1ec439,_0xccfcef(0x245),()=>{const _0x12a3f5=_0xccfcef;this[_0x12a3f5(0x1cf)](_0x4f3707,{'state':_0x12a3f5(0x166)});},{'priority':_0xccfcef(0x1c0)}),this[_0xccfcef(0x1bc)][_0xccfcef(0x199)](_0x4f3707,_0x1ec439),this[_0xccfcef(0x2a7)][_0xccfcef(0x199)](_0x1ec439,_0xccfcef(0x211)),_0x1ec439;}[_0x1fdb64(0x282)](_0x117b5c){const _0x1d3353=_0x1fdb64,_0x902b6f=_0x117b5c[_0x1d3353(0x23f)](':');return{'group':_0x902b6f[0x0],'type':_0x902b6f[0x1],'subType':_0x902b6f[_0x1d3353(0x258)]>=0x5?_0x902b6f[0x2]:null,'id':_0x902b6f[_0x1d3353(0x258)]<0x5?_0x902b6f[0x2]:_0x902b6f[0x3],'authorId':_0x902b6f[_0x1d3353(0x258)]<0x5?_0x902b6f[0x3]:_0x902b6f[0x4],'markerCount':0x6==_0x902b6f[_0x1d3353(0x258)]?_0x902b6f[0x5]:null};}[_0x1fdb64(0x29b)](_0x1176e3,_0x36990f,_0x50c695){const _0x4faa6b=_0x1fdb64,_0x3ac735=_0x1176e3[_0x4faa6b(0x30a)](),_0x21f233=_0x3ac735[_0x4faa6b(0x1c5)],_0x47226c=_0x3ac735[_0x4faa6b(0x19a)];this[_0x4faa6b(0x296)](_0x1176e3,this[_0x4faa6b(0x25f)][_0x4faa6b(0x1a2)](_0x21f233,_0x36990f));const _0x4ec1cd=_0x21506a(),_0x4656ad=_0x1176e3[_0x4faa6b(0x224)]['id'],_0xf21ecb=_0x1176e3[_0x4faa6b(0x1cd)]+(_0x1176e3[_0x4faa6b(0x2a9)]?':'+_0x1176e3[_0x4faa6b(0x2a9)]:'');this[_0x4faa6b(0x173)]({'id':_0x4ec1cd,'type':_0xf21ecb,'createdAt':new Date(),'authorId':_0x4656ad,'originalSuggestionId':_0x1176e3['id'],'attributes':_0x1176e3[_0x4faa6b(0x1dd)],'data':_0x1176e3[_0x4faa6b(0x276)]});const _0x194300=this[_0x4faa6b(0x2f2)](_0x1176e3);(_0x4faa6b(0x314)==_0x1176e3[_0x4faa6b(0x1cd)]||_0x194300&&this[_0x4faa6b(0x1a1)](_0x194300))&&(_0x50c695=this[_0x4faa6b(0x25f)][_0x4faa6b(0x1ed)](_0x50c695[_0x4faa6b(0x1b7)])),this[_0x4faa6b(0x303)](_0xf21ecb,_0x4ec1cd,_0x4656ad,this[_0x4faa6b(0x25f)][_0x4faa6b(0x1a2)](_0x50c695,_0x47226c));}[_0x1fdb64(0x311)](_0x5d4b79,_0x38f83a=null){const _0x54d8bf=_0x1fdb64,_0x47b721=[],_0x115bb0=this[_0x54d8bf(0x2b4)][_0x54d8bf(0x23d)][_0x54d8bf(0x195)](_0x54d8bf(0x227))['me'];Array[_0x54d8bf(0x2df)](_0x5d4b79)||(_0x5d4b79=[_0x5d4b79]);for(const _0x39802a of this[_0x54d8bf(0x2ac)]()){if(!_0x39802a[_0x54d8bf(0x241)])continue;if(_0x38f83a&&_0x39802a[_0x54d8bf(0x1cd)]!=_0x38f83a)continue;let _0x398ed6=!0x1;for(const _0x44973f of _0x39802a[_0x54d8bf(0x175)]()){for(const _0x2898a6 of _0x5d4b79){const _0x107cbe=_0x2898a6[_0x54d8bf(0x1c5)][_0x54d8bf(0x18a)](_0x44973f[_0x54d8bf(0x19a)])||_0x2898a6[_0x54d8bf(0x19a)][_0x54d8bf(0x18a)](_0x44973f[_0x54d8bf(0x1c5)]);if(_0x107cbe||_0x2898a6[_0x54d8bf(0x2ec)](_0x44973f)){const _0x428c4a=_0x2898a6[_0x54d8bf(0x24f)](_0x44973f)&&xt(this[_0x54d8bf(0x25f)][_0x54d8bf(0x28e)],_0x44973f[_0x54d8bf(0x1c5)],_0x2898a6),_0x12dabf=_0x44973f[_0x54d8bf(0x24f)](_0x2898a6)&&xt(this[_0x54d8bf(0x25f)][_0x54d8bf(0x28e)],_0x2898a6[_0x54d8bf(0x1c5)],_0x44973f);_0x47b721[_0x54d8bf(0x20d)]({'suggestion':_0x39802a,'meta':{'isOwn':_0x115bb0==_0x39802a[_0x54d8bf(0x239)],'isNextTo':_0x107cbe,'isInsideObject':_0x428c4a,'containsRangeInObject':_0x12dabf}}),_0x398ed6=!0x0;break;}}if(_0x398ed6)break;}}return _0x47b721;}[_0x1fdb64(0x303)](_0x3fd34c,_0x3d46ec,_0xceb35a,_0x5967dc,_0x2a30b1){const _0x47cea8=_0x1fdb64;this[_0x47cea8(0x25f)][_0x47cea8(0x2eb)](_0x47302a=>{const _0x503d99=_0x47cea8;let _0x4f685d=_0x503d99(0x277)+_0x3fd34c+':'+_0x3d46ec+':'+_0xceb35a;_0x2a30b1&&(_0x4f685d=_0x4f685d+':'+_0x2a30b1),_0x47302a[_0x503d99(0x2b7)](_0x4f685d,{'range':_0x5967dc,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1fdb64(0x1fd)](_0x20c01c){const _0x45bea0=_0x1fdb64,_0x1da37d=_0x20c01c[_0x45bea0(0x2ce)],_0x4f15a6=_0x20c01c[_0x45bea0(0x197)];_0x20c01c[_0x45bea0(0x2ce)]=null,_0x20c01c[_0x45bea0(0x197)]=null,null!=_0x1da37d&&_0x1da37d[_0x45bea0(0x197)]==_0x20c01c&&(_0x1da37d[_0x45bea0(0x197)]=_0x4f15a6),null!=_0x4f15a6&&_0x4f15a6[_0x45bea0(0x2ce)]==_0x20c01c&&(_0x4f15a6[_0x45bea0(0x2ce)]=_0x1da37d),_0x45bea0(0x247)==this[_0x45bea0(0x2a7)][_0x45bea0(0x195)](_0x20c01c)&&(this[_0x45bea0(0x2a7)][_0x45bea0(0x199)](_0x20c01c,_0x45bea0(0x25a)),this[_0x45bea0(0x267)](_0x45bea0(0x1e5),_0x20c01c,_0x1da37d,_0x4f15a6));}[_0x1fdb64(0x173)](_0x19839c){const _0x559bcc=_0x1fdb64,_0xe89769=_0x19839c['id'],_0x32dbc9=this[_0x559bcc(0x2d9)](_0x19839c);if(this[_0x559bcc(0x1ef)]&&this[_0x559bcc(0x1ef)][_0x559bcc(0x169)]){const _0x34c783=this[_0x559bcc(0x2b4)][_0x559bcc(0x23d)][_0x559bcc(0x195)](_0x559bcc(0x278)),_0x2c2d8f=_0x32dbc9[_0x559bcc(0x1b1)],_0x4027fc=_0x32dbc9[_0x559bcc(0x2a9)]?_0x32dbc9[_0x559bcc(0x1cd)]+':'+_0x32dbc9[_0x559bcc(0x2a9)]:_0x32dbc9[_0x559bcc(0x1cd)],_0x53bb65=this[_0x559bcc(0x2b4)][_0x559bcc(0x2de)],_0x518169=_0x34c783[_0x559bcc(0x248)](_0x5aa70b(_0x53bb65,_0x559bcc(0x2f5))),_0x1bce96={'id':_0xe89769,'type':_0x4027fc,'hasComments':_0x2c2d8f,'data':_0x19839c[_0x559bcc(0x276)]||null,'originalSuggestionId':_0x19839c[_0x559bcc(0x231)]||null,'attributes':_0x32dbc9[_0x559bcc(0x1dd)]};this[_0x559bcc(0x1ef)][_0x559bcc(0x169)](_0x1bce96)[_0x559bcc(0x185)](_0x39735b=>{const _0x4b3248=_0x559bcc;_0x32dbc9[_0x4b3248(0x1e4)]=!0x0,_0x34c783[_0x4b3248(0x269)](_0x518169),_0x39735b&&_0x39735b[_0x4b3248(0x168)]&&(this[_0x4b3248(0x1bc)][_0x4b3248(0x195)](_0xe89769)[_0x4b3248(0x168)]=_0x39735b[_0x4b3248(0x168)]);})[_0x559bcc(0x2c8)](_0x4bad68=>{const _0x2e6751=_0x559bcc;throw _0x1a365b(_0x2e6751(0x1ec)),this[_0x2e6751(0x2b4)][_0x2e6751(0x2f9)][_0x2e6751(0x2ae)]({'isUndoable':!0x1},()=>{const _0x1294dd=_0x2e6751;_0x32dbc9[_0x1294dd(0x245)]();}),_0x32dbc9[_0x2e6751(0x1c2)](),this[_0x2e6751(0x1bc)][_0x2e6751(0x299)](_0x32dbc9['id']),this[_0x2e6751(0x2a7)][_0x2e6751(0x299)](_0x32dbc9),_0x4bad68;});}return _0x32dbc9;}[_0x1fdb64(0x1a1)](_0x355b15){const _0x3e13c5=_0x1fdb64;return this[_0x3e13c5(0x246)][_0x3e13c5(0x249)](_0x355b15);}[_0x1fdb64(0x1cf)](_0x2a7909,_0x3dee72){const _0x469efd=_0x1fdb64,_0x3ca3f9=this[_0x469efd(0x2b4)][_0x469efd(0x23d)][_0x469efd(0x195)](_0x469efd(0x278)),_0x2adcb6=this[_0x469efd(0x1e9)](_0x2a7909);if(this[_0x469efd(0x1ef)]&&this[_0x469efd(0x1ef)][_0x469efd(0x280)]){if(_0x2adcb6[_0x469efd(0x1e4)]){const _0x3e048f=_0x3ca3f9[_0x469efd(0x248)](_0x5aa70b(this[_0x469efd(0x2b4)][_0x469efd(0x2de)],_0x469efd(0x2f5)));this[_0x469efd(0x1ef)][_0x469efd(0x280)](_0x2a7909,_0x3dee72)[_0x469efd(0x185)](()=>{const _0x17b6d7=_0x469efd;_0x3ca3f9[_0x17b6d7(0x269)](_0x3e048f);});}else _0x2adcb6['on'](_0x469efd(0x20a),()=>{const _0x364f05=_0x469efd;this[_0x364f05(0x1cf)](_0x2a7909,_0x3dee72);});}}[_0x1fdb64(0x306)](_0x235bac){const _0x41bc98=_0x1fdb64;if(!this[_0x41bc98(0x1ef)]||!this[_0x41bc98(0x1ef)][_0x41bc98(0x1e9)])throw new _0x27add2(_0x41bc98(0x312),this);return this[_0x41bc98(0x1ef)][_0x41bc98(0x1e9)](_0x235bac);}[_0x1fdb64(0x1bd)](_0x3a474b){const _0x4c46c1=_0x1fdb64,{id:_0x298974,type:_0x39a74d,subType:_0x2fd131,authorId:_0x32c094}=this[_0x4c46c1(0x282)](_0x3a474b),_0x4bfffc=this[_0x4c46c1(0x1bc)][_0x4c46c1(0x195)](_0x298974)||this[_0x4c46c1(0x21d)](_0x39a74d,_0x2fd131,_0x298974,_0x32c094,{});switch(this[_0x4c46c1(0x208)](_0x4bfffc,_0x39a74d,_0x2fd131,_0x32c094),this[_0x4c46c1(0x2a7)][_0x4c46c1(0x195)](_0x4bfffc)){case _0x4c46c1(0x211):this[_0x4c46c1(0x306)](_0x298974)[_0x4c46c1(0x185)](_0x2697c3=>{const _0x6beb2f=_0x4c46c1;let _0x5e85dc=Promise[_0x6beb2f(0x240)]();_0x2697c3[_0x6beb2f(0x1b1)]&&(_0x5e85dc=this[_0x6beb2f(0x307)][_0x6beb2f(0x305)]({'channelId':this[_0x6beb2f(0x2b4)][_0x6beb2f(0x1de)][_0x6beb2f(0x195)](_0x6beb2f(0x295)),'threadId':_0x298974})),_0x5e85dc[_0x6beb2f(0x185)](()=>{const _0xde5522=_0x6beb2f;this[_0xde5522(0x2d9)](_0x2697c3)[_0xde5522(0x1e4)]=!0x0;});}),this[_0x4c46c1(0x2a7)][_0x4c46c1(0x199)](_0x4bfffc,_0x4c46c1(0x20e));break;case _0x4c46c1(0x25a):this[_0x4c46c1(0x1cf)](_0x298974,{'state':_0x4c46c1(0x2db)});case _0x4c46c1(0x25d):this[_0x4c46c1(0x2a7)][_0x4c46c1(0x199)](_0x4bfffc,_0x4c46c1(0x247)),this[_0x4c46c1(0x267)](_0x4c46c1(0x1f9),_0x4bfffc);break;case _0x4c46c1(0x247):this[_0x4c46c1(0x267)](_0x4c46c1(0x18e),_0x4bfffc);}return _0x4bfffc[_0x4c46c1(0x221)](_0x3a474b),_0x4bfffc;}[_0x1fdb64(0x2f4)](_0x51c488){const _0x105bd1=_0x1fdb64,_0x1f0576=Array[_0x105bd1(0x268)](_0x51c488),_0x1f9782=_0x1f0576[_0x105bd1(0x16f)](_0x57431a=>_0x105bd1(0x29f)==_0x57431a[_0x105bd1(0x1cd)]);this[_0x105bd1(0x1bf)](_0x1f9782);const _0x52f857=_0x1f0576[_0x105bd1(0x16f)](_0x2a042b=>!_0x2a042b[_0x105bd1(0x1ea)]&&_0x105bd1(0x29f)!=_0x2a042b[_0x105bd1(0x1cd)]),_0x73e5c5=this[_0x105bd1(0x2ac)]({'skipNotAttached':!0x0})[_0x105bd1(0x16f)](_0x1b193a=>!_0x1b193a[_0x105bd1(0x1ea)]&&_0x105bd1(0x29f)!=_0x1b193a[_0x105bd1(0x1cd)]),_0x58175d=_0x73e5c5[_0x105bd1(0x16f)](_0x15d030=>!_0x51c488[_0x105bd1(0x249)](_0x15d030)),_0xad999=new Map(_0x73e5c5[_0x105bd1(0x1dc)](_0x58573a=>[_0x58573a,this[_0x105bd1(0x1a8)][_0x105bd1(0x1d9)](_0x58573a[_0x105bd1(0x1cd)],_0x58573a[_0x105bd1(0x2a9)],_0x105bd1(0x2e0))])),_0x1a7804=new Map(_0x73e5c5[_0x105bd1(0x1dc)](_0x45c045=>[_0x45c045,_0x45c045[_0x105bd1(0x30a)]()])),_0x2eba9e=new Set(),_0x32edce=new Set();for(let _0x4966a7=0x0;_0x4966a7<_0x52f857[_0x105bd1(0x258)];_0x4966a7++)_0x4d2b90(_0x52f857[_0x4966a7],_0x52f857,_0x4966a7+0x1);for(let _0x2024fd=0x0;_0x2024fd<_0x52f857[_0x105bd1(0x258)];_0x2024fd++)_0x4d2b90(_0x52f857[_0x2024fd],_0x58175d,0x0);const _0x20edb7=new Set();for(let _0x3b45e9=0x0;_0x3b45e9<_0x52f857[_0x105bd1(0x258)];_0x3b45e9++){const _0x44f73a=_0x52f857[_0x3b45e9];!_0x32edce[_0x105bd1(0x249)](_0x44f73a)&&_0x44f73a[_0x105bd1(0x2ce)]&&(_0x20edb7[_0x105bd1(0x248)](_0x44f73a[_0x105bd1(0x2ce)]),_0x44f73a[_0x105bd1(0x2ce)][_0x105bd1(0x197)]===_0x44f73a&&(_0x44f73a[_0x105bd1(0x2ce)][_0x105bd1(0x197)]=null),_0x44f73a[_0x105bd1(0x2ce)]=null),!_0x2eba9e[_0x105bd1(0x249)](_0x44f73a)&&_0x44f73a[_0x105bd1(0x197)]&&(_0x20edb7[_0x105bd1(0x248)](_0x44f73a[_0x105bd1(0x197)]),_0x44f73a[_0x105bd1(0x197)][_0x105bd1(0x2ce)]===_0x44f73a&&(_0x44f73a[_0x105bd1(0x197)][_0x105bd1(0x2ce)]=null),_0x44f73a[_0x105bd1(0x197)]=null);}function _0x4d2b90(_0x28b1d0,_0x21c476,_0x362732){const _0x1d2ee8=_0x105bd1;for(let _0x8e8c18=_0x362732;_0x8e8c18<_0x21c476[_0x1d2ee8(0x258)];_0x8e8c18++){const _0x4911aa=_0x1a0d8b(_0x28b1d0,_0x21c476[_0x8e8c18]);_0x4911aa&&(_0x4911aa[0x0][_0x1d2ee8(0x197)]=_0x4911aa[0x1],_0x4911aa[0x1][_0x1d2ee8(0x2ce)]=_0x4911aa[0x0],_0x2eba9e[_0x1d2ee8(0x248)](_0x4911aa[0x0]),_0x32edce[_0x1d2ee8(0x248)](_0x4911aa[0x1]));}}function _0x1a0d8b(_0x5d7e27,_0x33d04b){const _0x6f8641=_0x105bd1;if(_0x5d7e27[_0x6f8641(0x239)]['id']!==_0x33d04b[_0x6f8641(0x239)]['id'])return null;const _0x51c8f6=_0xad999[_0x6f8641(0x195)](_0x5d7e27)(_0x5d7e27,_0x33d04b,_0x1a7804[_0x6f8641(0x195)](_0x5d7e27),_0x1a7804[_0x6f8641(0x195)](_0x33d04b));if(!_0x51c8f6)return null;return _0xad999[_0x6f8641(0x195)](_0x33d04b)(_0x5d7e27,_0x33d04b,_0x1a7804[_0x6f8641(0x195)](_0x5d7e27),_0x1a7804[_0x6f8641(0x195)](_0x33d04b))?_0x51c8f6[0x1][_0x6f8641(0x257)]&&_0x51c8f6[0x1][_0x6f8641(0x257)][_0x6f8641(0x258)]?null:_0x51c8f6:null;}_0x20edb7[_0x105bd1(0x215)]&&this[_0x105bd1(0x2f4)](_0x20edb7);}[_0x1fdb64(0x1bf)](_0x16f307){const _0x10e8bf=_0x1fdb64;if(0x0==_0x16f307[_0x10e8bf(0x258)])return;const _0x4364c9=this[_0x10e8bf(0x2ac)]({'skipNotAttached':!0x0})[_0x10e8bf(0x16f)](_0x2ec7e7=>_0x10e8bf(0x29f)==_0x2ec7e7[_0x10e8bf(0x1cd)]&&_0x2ec7e7[_0x10e8bf(0x1c3)]),_0x108470=[],_0x4dbe69=new Map();for(const _0xe6a79f of _0x4364c9){const _0x48f02d=_0x5d3f7b(_0xe6a79f[_0x10e8bf(0x1dd)]);_0x4dbe69[_0x10e8bf(0x249)](_0x48f02d)||(_0x4dbe69[_0x10e8bf(0x199)](_0x48f02d,_0x108470[_0x10e8bf(0x258)]),_0x108470[_0x10e8bf(0x20d)]([]));const _0x4034fa=_0x4dbe69[_0x10e8bf(0x195)](_0x48f02d);_0x108470[_0x4034fa][_0x10e8bf(0x20d)](_0xe6a79f);}!(function(){const _0x4b62c5=_0x10e8bf;_0x108470[_0x4b62c5(0x2ef)]((_0x1c6ac4,_0x50bf52)=>{const _0x13a9d6=_0x4b62c5,_0x3212b3=_0x1c6ac4[0x0][_0x13a9d6(0x168)],_0x52e9b6=_0x50bf52[0x0][_0x13a9d6(0x168)];return _0x3212b3==_0x52e9b6?_0x1c6ac4[0x0][_0x13a9d6(0x1dd)][_0x13a9d6(0x22e)]<_0x50bf52[0x0][_0x13a9d6(0x1dd)][_0x13a9d6(0x22e)]?-0x1:0x1:_0x3212b3<_0x52e9b6?-0x1:0x1;});for(const _0x2514e3 of _0x108470)_0x2514e3[_0x4b62c5(0x2ef)]((_0xb77628,_0x2ce91b)=>_0xb77628['id']<_0x2ce91b['id']?-0x1:0x1);}());for(let _0x2bdafc=0x0;_0x2bdafc<_0x108470[_0x10e8bf(0x258)];_0x2bdafc++){if(0x0==_0x108470[_0x2bdafc][_0x10e8bf(0x258)])continue;const _0x199c1c=[];for(let _0x4f7368=_0x2bdafc+0x1;_0x4f7368<_0x108470[_0x10e8bf(0x258)];_0x4f7368++)0x0!=_0x108470[_0x4f7368][_0x10e8bf(0x258)]&&_0x13ec76(_0x108470[_0x2bdafc],_0x108470[_0x4f7368])&&_0x199c1c[_0x10e8bf(0x20d)](_0x4f7368);for(const _0x4530a0 of _0x199c1c)_0x108470[_0x2bdafc]=_0x108470[_0x2bdafc][_0x10e8bf(0x1f6)](_0x108470[_0x4530a0]),_0x108470[_0x4530a0]=[];}for(const _0x2d6137 of _0x108470)for(let _0x5b810f=0x0;_0x5b810f<_0x2d6137[_0x10e8bf(0x258)];_0x5b810f++)_0x2d6137[_0x5b810f][_0x10e8bf(0x197)]=_0x2d6137[_0x5b810f+0x1]||null;for(const _0x331832 of _0x108470)for(let _0x544dde=0x0;_0x544dde<_0x331832[_0x10e8bf(0x258)];_0x544dde++)_0x331832[_0x544dde][_0x10e8bf(0x2ce)]=_0x331832[_0x544dde-0x1]||null;function _0x13ec76(_0x2ee832,_0x718d59){const _0x5d4b23=_0x10e8bf;if(_0x2ee832[0x0][_0x5d4b23(0x1dd)][_0x5d4b23(0x22e)]!==_0x718d59[0x0][_0x5d4b23(0x1dd)][_0x5d4b23(0x22e)]&&_0x2ee832[0x0][_0x5d4b23(0x239)]!==_0x718d59[0x0][_0x5d4b23(0x239)])return!0x1;if(!function(_0x1de1ab,_0x529c28){const _0x4ec497=_0x5d4b23;if(!_0x1de1ab[_0x4ec497(0x1b1)]&&!_0x529c28[_0x4ec497(0x1b1)])return!0x0;if(_0x1de1ab[_0x4ec497(0x1b1)]&&_0x529c28[_0x4ec497(0x1b1)])return!0x1;if(_0x1de1ab[_0x4ec497(0x1b1)]&&_0x529c28[_0x4ec497(0x168)]<_0x1de1ab[_0x4ec497(0x257)][_0x4ec497(0x1b9)][_0x4ec497(0x195)](0x0)[_0x4ec497(0x168)])return!0x0;if(_0x529c28[_0x4ec497(0x1b1)]&&_0x1de1ab[_0x4ec497(0x168)]<_0x529c28[_0x4ec497(0x257)][_0x4ec497(0x1b9)][_0x4ec497(0x195)](0x0)[_0x4ec497(0x168)])return!0x0;return!0x1;}(_0x2ee832[0x0],_0x718d59[0x0]))return!0x1;const _0x53a0d4=_0x3097f2(_0x2ee832[0x0][_0x5d4b23(0x1dd)],_0x5d4b23(0x22e)),_0x1dac7e=_0x3097f2(_0x718d59[0x0][_0x5d4b23(0x1dd)],_0x5d4b23(0x22e));if(!_0xe3390f(_0x53a0d4,_0x1dac7e))return!0x1;return!!_0x2ee832[_0x5d4b23(0x1ad)](_0x12c43d=>_0x718d59[_0x5d4b23(0x2c5)](_0x40a28b=>_0x12c43d[_0x5d4b23(0x30a)]()[_0x5d4b23(0x18a)](_0x40a28b[_0x5d4b23(0x30a)]())))&&_0x718d59[_0x5d4b23(0x1ad)](_0x59601a=>_0x2ee832[_0x5d4b23(0x2c5)](_0x2a54e1=>_0x59601a[_0x5d4b23(0x30a)]()[_0x5d4b23(0x18a)](_0x2a54e1[_0x5d4b23(0x30a)]())));}}[_0x1fdb64(0x261)](_0x46063b){const _0x436635=_0x1fdb64,_0x609b5a=Array[_0x436635(0x268)](_0x46063b),_0x209eb6=this[_0x436635(0x2ac)]({'skipNotAttached':!0x0}),_0x3a02fe=_0x209eb6[_0x436635(0x16f)](_0xf48fd0=>!_0x46063b[_0x436635(0x249)](_0xf48fd0)),_0x472035=new Map(_0x609b5a[_0x436635(0x1dc)](_0x136b03=>[_0x136b03,this[_0x436635(0x1a8)][_0x436635(0x1d9)](_0x136b03[_0x436635(0x1cd)],_0x136b03[_0x436635(0x2a9)],_0x436635(0x18c))])),_0x29e31b=new Map(_0x209eb6[_0x436635(0x1dc)](_0x130db3=>[_0x130db3,_0x130db3[_0x436635(0x175)]()]));for(let _0x272c51=0x0;_0x272c51<_0x609b5a[_0x436635(0x258)];_0x272c51++){if(_0x315745(this,_0x609b5a[_0x272c51],_0x609b5a,_0x272c51+0x1))return!0x0;}for(let _0x57e162=0x0;_0x57e162<_0x609b5a[_0x436635(0x258)];_0x57e162++){if(_0x315745(this,_0x609b5a[_0x57e162],_0x3a02fe,0x0))return!0x0;}return!0x1;function _0x315745(_0x17c1bf,_0x140d7e,_0x5eeb7a,_0x2c739a){const _0x3ea7aa=_0x436635;for(let _0x2b6d30=_0x2c739a;_0x2b6d30<_0x5eeb7a[_0x3ea7aa(0x258)];_0x2b6d30++){const _0x21e404=_0x5eeb7a[_0x2b6d30];if(_0x21e404[_0x3ea7aa(0x1cd)]!==_0x140d7e[_0x3ea7aa(0x1cd)]||_0x21e404[_0x3ea7aa(0x239)]['id']!==_0x140d7e[_0x3ea7aa(0x239)]['id']||_0x21e404[_0x3ea7aa(0x2a9)]!==_0x140d7e[_0x3ea7aa(0x2a9)])continue;if(!Ft(_0x140d7e,_0x21e404,[_0x3ea7aa(0x22e)]))continue;if(_0x3ea7aa(0x29f)==_0x140d7e[_0x3ea7aa(0x1cd)]&&_0x140d7e[_0x3ea7aa(0x276)][_0x3ea7aa(0x2b0)]!=_0x21e404[_0x3ea7aa(0x276)][_0x3ea7aa(0x2b0)])continue;if(_0x3ea7aa(0x29f)==_0x140d7e[_0x3ea7aa(0x1cd)]&&_0x17c1bf[_0x3ea7aa(0x1a1)](_0x140d7e[_0x3ea7aa(0x276)][_0x3ea7aa(0x1ba)]))continue;if(_0x3ea7aa(0x314)==_0x140d7e[_0x3ea7aa(0x1cd)]){const _0x8178fb=_0x17c1bf[_0x3ea7aa(0x2b4)][_0x3ea7aa(0x2f9)],_0x446134=_0x140d7e[_0x3ea7aa(0x2b2)]();if(_0x446134&&(_0x8178fb[_0x3ea7aa(0x28e)][_0x3ea7aa(0x270)](_0x446134)||_0x8178fb[_0x3ea7aa(0x28e)][_0x3ea7aa(0x288)](_0x446134)))continue;}const _0x22d02c=_0x472035[_0x3ea7aa(0x195)](_0x140d7e),_0x1301b1=_0x29e31b[_0x3ea7aa(0x195)](_0x140d7e),_0x7109f9=_0x29e31b[_0x3ea7aa(0x195)](_0x21e404),_0x378458=_0x140d7e[_0x3ea7aa(0x257)]&&_0x140d7e[_0x3ea7aa(0x257)][_0x3ea7aa(0x258)],_0x113e4d=_0x21e404[_0x3ea7aa(0x257)]&&_0x21e404[_0x3ea7aa(0x257)][_0x3ea7aa(0x258)];if(!_0x378458&&_0x22d02c(_0x7109f9,_0x1301b1))return _0x17c1bf[_0x3ea7aa(0x1f3)](_0x21e404,_0x140d7e),_0x29e31b[_0x3ea7aa(0x299)](_0x140d7e),!0x0;if(!_0x113e4d&&_0x22d02c(_0x1301b1,_0x7109f9))return _0x17c1bf[_0x3ea7aa(0x1f3)](_0x140d7e,_0x21e404),_0x29e31b[_0x3ea7aa(0x299)](_0x21e404),!0x0;}return!0x1;}}[_0x1fdb64(0x1f3)](_0x25344e,_0x41a2bc){const _0x12ff86=_0x1fdb64;if(_0x25344e[_0x12ff86(0x1ea)]){for(const _0x48e962 of _0x41a2bc[_0x12ff86(0x175)]())_0x25344e[_0x12ff86(0x23c)](_0x48e962);}else{const _0x156ecf=_0x41a2bc[_0x12ff86(0x30a)]()[_0x12ff86(0x19a)];this[_0x12ff86(0x296)](_0x25344e,this[_0x12ff86(0x25f)][_0x12ff86(0x1a2)](_0x25344e[_0x12ff86(0x30a)]()[_0x12ff86(0x1c5)],_0x156ecf));}_0x41a2bc[_0x12ff86(0x2ed)]();}[_0x1fdb64(0x2ff)](_0x339da1,_0x57a79c){const _0x17e138=_0x1fdb64,_0x251c7b=_0x339da1[_0x17e138(0x30b)](_0x17e138(0x29e))||_0x339da1[_0x17e138(0x30b)](_0x17e138(0x29f))?_0x17e138(0x200):_0x339da1[_0x17e138(0x297)]();return _0x5aa70b(this[_0x17e138(0x2b4)][_0x17e138(0x2de)],_0x57a79c+'_'+_0x251c7b+_0x17e138(0x1d6));}[_0x1fdb64(0x1a0)](){const _0x44f2dc=_0x1fdb64,_0x2de35f=this[_0x44f2dc(0x2b4)];_0x15da64(this[_0x44f2dc(0x25f)],({left:_0x530179,entered:_0xdcf911})=>{const _0x3b8ec0=_0x44f2dc,_0x1505dc=[];for(const _0x27e3f8 of _0x530179){const {group:_0x5a787a,type:_0x474d93}=this[_0x3b8ec0(0x282)](_0x27e3f8[_0x3b8ec0(0x189)]);if(_0x3b8ec0(0x237)===_0x5a787a){_0x1505dc[_0x3b8ec0(0x20d)](this[_0x3b8ec0(0x2ff)](_0x474d93,_0x3b8ec0(0x18f)));break;}}for(const _0x5f2f44 of _0xdcf911){const {group:_0x26fa26,type:_0x14f3b9}=this[_0x3b8ec0(0x282)](_0x5f2f44[_0x3b8ec0(0x189)]);if(_0x3b8ec0(0x237)===_0x26fa26){_0x1505dc[_0x3b8ec0(0x20d)](this[_0x3b8ec0(0x2ff)](_0x14f3b9,_0x3b8ec0(0x26a)));break;}}_0x1505dc[_0x3b8ec0(0x258)]&&_0x2de35f['ui'][_0x3b8ec0(0x1cb)][_0x3b8ec0(0x1a6)](_0x3b8ec0(0x1ac),_0x1505dc[_0x3b8ec0(0x18c)]('\x20'));});}[_0x1fdb64(0x2a4)](_0x17f08d){const _0x2e6d13=_0x1fdb64;if(this[_0x2e6d13(0x1f5)])return!0x1;const _0x53d58b=this[_0x2e6d13(0x2b4)],_0x43d732=_0x53d58b[_0x2e6d13(0x2f9)][_0x2e6d13(0x2c9)][_0x2e6d13(0x253)][_0x2e6d13(0x274)]();if(0x0==_0x43d732[_0x2e6d13(0x258)])return!0x1;const _0x5a5362=[],_0xe8964c=_0x43d732[_0x2e6d13(0x16f)](_0x4b4c4c=>_0x2e6d13(0x29f)==_0x4b4c4c[_0x2e6d13(0x1cd)]),_0x4a2e89=_0x43d732[_0x2e6d13(0x16f)](_0x17ded1=>_0x2e6d13(0x1fc)==_0x17ded1[_0x2e6d13(0x1cd)]&&_0x2e6d13(0x2a8)!=_0x17ded1[_0x2e6d13(0x189)]),_0xc1f987=_0x43d732[_0x2e6d13(0x16f)](_0x191ea3=>_0x2e6d13(0x269)==_0x191ea3[_0x2e6d13(0x1cd)]&&_0x2e6d13(0x2a8)!=_0x191ea3[_0x2e6d13(0x189)]);for(const _0x320061 of _0xe8964c)_0x5a5362[_0x2e6d13(0x20d)]({'key':_0x320061[_0x2e6d13(0x1ff)],'newValue':_0x320061[_0x2e6d13(0x1e7)],'oldValue':_0x320061[_0x2e6d13(0x194)],'range':Ut(_0x320061[_0x2e6d13(0x1a5)],_0x53d58b[_0x2e6d13(0x2f9)])});for(const _0x23491d of _0x4a2e89){const _0x1f6fc2=_0xc1f987[_0x2e6d13(0x252)](_0x31d182=>_0x31d182[_0x2e6d13(0x20f)][_0x2e6d13(0x18a)](_0x23491d[_0x2e6d13(0x20f)]));_0x1f6fc2&&_0x5a5362[_0x2e6d13(0x20d)]({'key':_0x2e6d13(0x192),'newValue':_0x23491d[_0x2e6d13(0x189)],'oldValue':_0x1f6fc2[_0x2e6d13(0x189)],'range':_0x53d58b[_0x2e6d13(0x2f9)][_0x2e6d13(0x21e)](_0x23491d[_0x2e6d13(0x20f)][_0x2e6d13(0x19f)])});}return 0x0!=_0x5a5362[_0x2e6d13(0x258)]&&this[_0x2e6d13(0x182)](_0x17f08d,_0x5a5362);}[_0x1fdb64(0x228)](_0x57ccf0){const _0x50f8f9=_0x1fdb64;let _0x2337b6=!0x1;const _0x432b9e=this[_0x50f8f9(0x2b4)][_0x50f8f9(0x2f9)][_0x50f8f9(0x2c9)][_0x50f8f9(0x253)][_0x50f8f9(0x234)]()[_0x50f8f9(0x16f)](_0x15fcaf=>_0x15fcaf[_0x50f8f9(0x276)][_0x50f8f9(0x23a)]&&_0x15fcaf[_0x50f8f9(0x189)][_0x50f8f9(0x30b)](_0x50f8f9(0x2d4)));for(const _0x533aad of _0x432b9e){const {subType:_0x4633f5,id:_0x4a5271}=this[_0x50f8f9(0x282)](_0x533aad[_0x50f8f9(0x189)]),_0x57f212=_0x4633f5[_0x50f8f9(0x23f)]('|')[0x0];for(const _0xe80cf2 of this[_0x50f8f9(0x2ac)]({'skipNotAttached':!0x0}))_0xe80cf2['id']!=_0x4a5271&&_0x50f8f9(0x29f)==_0xe80cf2[_0x50f8f9(0x1cd)]&&_0xe80cf2[_0x50f8f9(0x276)]&&_0xe80cf2[_0x50f8f9(0x276)][_0x50f8f9(0x1ba)]==_0x57f212&&_0xe80cf2[_0x50f8f9(0x30a)]()[_0x50f8f9(0x25b)](_0x533aad[_0x50f8f9(0x276)][_0x50f8f9(0x23a)])&&(this[_0x50f8f9(0x2fd)](_0xe80cf2,_0x533aad[_0x50f8f9(0x276)][_0x50f8f9(0x23a)],_0x57ccf0),_0x2337b6=!0x0);}return _0x2337b6;}[_0x1fdb64(0x2c7)](_0x507d4d){const _0x2d75e0=_0x1fdb64;this[_0x2d75e0(0x2b4)],(this[_0x2d75e0(0x1f5)]=!0x0,_0x507d4d());}[_0x1fdb64(0x28b)](_0x295437){const _0x51f5c9=_0x1fdb64,_0x39745b=this[_0x51f5c9(0x1a1)](_0x295437),_0x512aa4=this[_0x51f5c9(0x250)][_0x51f5c9(0x249)](_0x295437);return _0x39745b||_0x512aa4;}[_0x1fdb64(0x182)](_0x3d7ab7,_0x221522){const _0x59544f=_0x1fdb64;if(0x0==_0x221522[_0x59544f(0x258)])return!0x1;let _0x2350a4=!0x1;for(const _0x3deded of _0x221522){const _0x281ca5=this[_0x59544f(0x311)](_0x3deded[_0x59544f(0x1a5)],_0x59544f(0x29f))[_0x59544f(0x16f)](_0x5e0b97=>!_0x5e0b97[_0x59544f(0x1f1)][_0x59544f(0x16a)])[_0x59544f(0x1dc)](_0x2987d3=>_0x2987d3[_0x59544f(0x237)]),_0x360d55=_0x5d3f7b({'newValue':_0x3deded[_0x59544f(0x2da)]});_0x281ca5[_0x59544f(0x16f)](_0x41c662=>{const _0x11e6e5=_0x59544f,[_0x46ca45,_0x330914]=_0x41c662[_0x11e6e5(0x2a9)][_0x11e6e5(0x23f)]('|');return _0x46ca45==_0x3deded[_0x11e6e5(0x1ba)]&&_0x330914!=_0x360d55;})[_0x59544f(0x25c)](_0x56182a=>{const _0x53783a=_0x59544f;this[_0x53783a(0x2fd)](_0x56182a,_0x3deded[_0x53783a(0x1a5)],_0x3d7ab7),_0x2350a4=!0x0;});}return _0x2350a4;}[_0x1fdb64(0x2fd)](_0xb5a1c2,_0x57b514,_0x35bc95){const _0x1840b4=_0x1fdb64,_0x26d425=_0xb5a1c2[_0x1840b4(0x30a)]()[_0x1840b4(0x1c7)](_0x57b514);0x0!==_0x26d425[_0x1840b4(0x258)]?0x1!==_0x26d425[_0x1840b4(0x258)]?this[_0x1840b4(0x29b)](_0xb5a1c2,_0x57b514[_0x1840b4(0x1c5)],_0x57b514[_0x1840b4(0x19a)]):this[_0x1840b4(0x296)](_0xb5a1c2,_0x26d425[0x0]):_0x35bc95[_0x1840b4(0x17b)](_0xb5a1c2[_0x1840b4(0x262)]());}}class Bt{constructor(_0x224589){const _0x313d91=_0x1fdb64;this[_0x313d91(0x26d)]=_0x224589,this[_0x313d91(0x25f)]=_0x224589[_0x313d91(0x2f9)],this[_0x313d91(0x205)]=new Map(),this[_0x313d91(0x28a)]=new Map(),this[_0x313d91(0x23b)]();}[_0x1fdb64(0x2e2)](_0x2e9e7a,_0xa77bfc,_0x4c5b00,_0x4b2bb3,_0x40d1ce,_0x33323e){const _0x519669=_0x1fdb64;return new _0x5b169c(this[_0x519669(0x25f)],{'type':_0x2e9e7a,'subType':_0xa77bfc,'id':_0x4c5b00,'author':_0x4b2bb3,'creator':_0x4b2bb3,'attributes':_0x40d1ce,'onAttributesChange':_0x33323e,'onAccept':(..._0x357748)=>this[_0x519669(0x1d9)](_0x2e9e7a,_0xa77bfc,_0x519669(0x179))(..._0x357748),'onDiscard':(..._0x33c5a6)=>this[_0x519669(0x1d9)](_0x2e9e7a,_0xa77bfc,_0x519669(0x245))(..._0x33c5a6)});}[_0x1fdb64(0x1b4)](_0x1a1a27,_0x36c9d2,_0x1d9c7f,_0xf1494b){const _0x4a02ea=_0x1fdb64,_0x4b4e79=_0x1a1a27+':'+_0x36c9d2+':'+_0x1d9c7f;this[_0x4a02ea(0x205)][_0x4a02ea(0x199)](_0x4b4e79,_0xf1494b);}[_0x1fdb64(0x1d9)](_0xf7c4b4,_0x388e7b,_0xbc21dc){const _0x1e396d=_0x1fdb64,_0x75cfbc=_0xf7c4b4+':'+_0x388e7b+':'+_0xbc21dc;return this[_0x1e396d(0x205)][_0x1e396d(0x195)](_0x75cfbc)||this[_0x1e396d(0x28a)][_0x1e396d(0x195)](_0xf7c4b4+':'+_0xbc21dc);}[_0x1fdb64(0x23b)](){const _0x37f1b1=_0x1fdb64,_0x302e7e=()=>!0x1,_0x14db12=_0xe2c218=>{const _0x57bd56=_0x51a6;_0xe2c218[_0x57bd56(0x2ef)]((_0x1a175e,_0x4b5745)=>_0x1a175e[_0x57bd56(0x1c5)][_0x57bd56(0x1c4)](_0x4b5745[_0x57bd56(0x1c5)])?0x1:-0x1),this[_0x57bd56(0x25f)][_0x57bd56(0x2eb)](_0x4774a9=>{const _0x29b5e5=_0x57bd56;for(const _0x543d31 of _0xe2c218){let _0x56400a;_0x56400a=_0x543d31[_0x29b5e5(0x19a)][_0x29b5e5(0x1a3)]&&_0x543d31[_0x29b5e5(0x19a)][_0x29b5e5(0x1b7)]==_0x543d31[_0x29b5e5(0x1c5)][_0x29b5e5(0x19f)]?_0x4774a9[_0x29b5e5(0x2a5)](_0x543d31[_0x29b5e5(0x1c5)][_0x29b5e5(0x19f)],'on'):_0x4774a9[_0x29b5e5(0x2a5)](_0x543d31),this[_0x29b5e5(0x25f)][_0x29b5e5(0x1e1)](_0x56400a,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x28581e=(_0x62a343,_0x15302c)=>{const _0x3bad4d=_0x51a6;_0x15302c&&this[_0x3bad4d(0x25f)][_0x3bad4d(0x2eb)](_0x4234a8=>{const _0x2bb333=_0x3bad4d,{commandName:_0x328318,commandParams:_0x3443f4=[]}=_0x15302c,_0x555b88=_0x62a343[_0x2bb333(0x1dc)](_0x46dc41=>(Rt(_0x46dc41)&&(_0x46dc41=this[_0x2bb333(0x25f)][_0x2bb333(0x1a2)](_0x46dc41[_0x2bb333(0x19a)])),_0x46dc41))[_0x2bb333(0x16f)](_0x2b62bf=>_0x2bb333(0x1d1)!==_0x2b62bf[_0x2bb333(0x186)][_0x2bb333(0x2b6)]);if(_0x555b88[_0x2bb333(0x258)]<0x1)return;const _0x3eebd8=Array[_0x2bb333(0x268)](this[_0x2bb333(0x25f)][_0x2bb333(0x2c9)][_0x2bb333(0x17d)][_0x2bb333(0x175)]())[_0x2bb333(0x1dc)](_0x533bf9=>_0x15a0aa[_0x2bb333(0x272)](_0x533bf9));_0x4234a8[_0x2bb333(0x25e)](_0x555b88);for(const _0x24f360 of this[_0x2bb333(0x26d)][_0x2bb333(0x214)][_0x2bb333(0x214)]())_0x24f360[_0x2bb333(0x2b5)]();_0x3443f4[_0x2bb333(0x20d)]({'forceDefaultExecution':!0x0}),this[_0x2bb333(0x26d)][_0x2bb333(0x2c0)](_0x328318,..._0x3443f4);const _0x1a6b26=_0x3eebd8[_0x2bb333(0x16f)](_0x2373c7=>_0x2bb333(0x1d1)!=_0x2373c7[_0x2bb333(0x186)][_0x2bb333(0x2b6)]);_0x1a6b26[_0x2bb333(0x258)]>0x0&&_0x4234a8[_0x2bb333(0x25e)](_0x1a6b26);for(const _0x29dccd of _0x3eebd8)_0x29dccd[_0x2bb333(0x2a0)]();});},_0x3c41fa=(_0xbf0cf3,_0x518751)=>0x1==_0xbf0cf3[_0x37f1b1(0x258)]&&0x1==_0x518751[_0x37f1b1(0x258)]&&_0xbf0cf3[0x0][_0x37f1b1(0x19a)][_0x37f1b1(0x18a)](_0x518751[0x0][_0x37f1b1(0x1c5)]),_0x418ac9=(_0x4283c1,_0x7667ff,_0x6f911d,_0x109451)=>Gt(_0x4283c1,_0x7667ff,_0x6f911d,_0x109451,this[_0x37f1b1(0x25f)])?[_0x4283c1,_0x7667ff]:Gt(_0x7667ff,_0x4283c1,_0x109451,_0x6f911d,this[_0x37f1b1(0x25f)])?[_0x7667ff,_0x4283c1]:null;this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x2d1),_0x302e7e),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x207),_0x14db12),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x1df),_0x3c41fa),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x198),_0x418ac9),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x2aa),_0x14db12),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x1e6),_0x302e7e),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x1b3),_0x3c41fa),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x212),_0x418ac9),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x225),_0x28581e),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x201),_0x302e7e),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x2ad),_0x3c41fa),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x298),_0x302e7e),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x2ea),_0x28581e),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x226),_0x302e7e),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x1eb),_0x3c41fa),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x1d5),_0x302e7e),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x279),_0x302e7e),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x2e3),(_0x581c4f,_0x516c28)=>{const _0x5cc27a=_0x37f1b1;if(!_0x516c28)return;const _0x53469d=this[_0x5cc27a(0x26d)][_0x5cc27a(0x23d)][_0x5cc27a(0x195)](p);this[_0x5cc27a(0x25f)][_0x5cc27a(0x2eb)](_0x1c2322=>{const _0xa6293c=_0x5cc27a;if(_0xa6293c(0x192)==_0x516c28[_0xa6293c(0x1ba)])for(const _0x452fd1 of _0x581c4f){const _0x11a294=_0x452fd1[_0xa6293c(0x1c5)][_0xa6293c(0x19f)],_0x226ba6=_0x516c28[_0xa6293c(0x2b0)];_0x1c2322[_0xa6293c(0x2e4)](_0x11a294,_0x226ba6);}else{if(_0x53469d[_0xa6293c(0x1a1)](_0x516c28[_0xa6293c(0x1ba)])){for(const _0x5124cf of _0x581c4f)void 0x0!==_0x516c28[_0xa6293c(0x2b0)]?_0x1c2322[_0xa6293c(0x1d8)](_0x516c28[_0xa6293c(0x1ba)],_0x516c28[_0xa6293c(0x2b0)],_0x5124cf[_0xa6293c(0x1c5)][_0xa6293c(0x19f)]):_0x1c2322[_0xa6293c(0x18d)](_0x516c28[_0xa6293c(0x1ba)],_0x5124cf[_0xa6293c(0x1c5)][_0xa6293c(0x19f)]);}else{for(const _0x326714 of _0x581c4f)_0x516c28[_0xa6293c(0x2b0)]?_0x1c2322[_0xa6293c(0x1d8)](_0x516c28[_0xa6293c(0x1ba)],_0x516c28[_0xa6293c(0x2b0)],_0x326714):_0x1c2322[_0xa6293c(0x18d)](_0x516c28[_0xa6293c(0x1ba)],_0x326714);}}});}),this[_0x37f1b1(0x28a)][_0x37f1b1(0x199)](_0x37f1b1(0x27d),_0x3c41fa);}}function xt(_0x4824f4,_0x498fcf,_0x235eaf){const _0x9e0f94=_0x1fdb64;for(const _0x20fd40 of _0x498fcf[_0x9e0f94(0x1b7)][_0x9e0f94(0x1af)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x20fd40[_0x9e0f94(0x186)]==_0x20fd40)return!0x1;if(!_0x235eaf[_0x9e0f94(0x1f7)](_0x20fd40))return!0x1;if(_0x4824f4[_0x9e0f94(0x270)](_0x20fd40)||_0x4824f4[_0x9e0f94(0x288)](_0x20fd40))return!0x0;}return!0x1;}function Rt(_0x320674){const _0x57dac7=_0x1fdb64;return _0x320674[_0x57dac7(0x19a)][_0x57dac7(0x1b7)]==_0x320674[_0x57dac7(0x1c5)][_0x57dac7(0x19f)]&&_0x320674[_0x57dac7(0x19a)][_0x57dac7(0x30f)];}function Tt(_0x35c860,_0x21f618,_0x1233c7,_0x2b9ece){const _0x207d45=_0x1fdb64,_0x104d4a=_0x20c326=>!_0x20c326[_0x207d45(0x2e8)]['is'](_0x207d45(0x2ee))&&!_0x2b9ece[_0x207d45(0x270)](_0x20c326[_0x207d45(0x2e8)]),_0x239d75=_0x35c860[_0x207d45(0x1c5)][_0x207d45(0x30e)](_0x104d4a),_0x1844f8=_0x35c860[_0x207d45(0x19a)][_0x207d45(0x30e)](_0x104d4a,{'direction':_0x207d45(0x2c1)});return(!_0x35c860[_0x207d45(0x1c5)][_0x207d45(0x18a)](_0x239d75)||!_0x35c860[_0x207d45(0x19a)][_0x207d45(0x18a)](_0x1844f8))&&(_0x239d75[_0x207d45(0x1c4)](_0x1844f8)?_0x1233c7[_0x207d45(0x2f8)](_0x21f618,{'range':_0x1233c7[_0x207d45(0x1a2)](_0x239d75,_0x1844f8)}):_0x1233c7[_0x207d45(0x17b)](_0x21f618),!0x0);}function Et(_0x1d1a62){return _0x5d3f7b(_0x1d1a62);}function Vt(_0x20f54b){const _0x4875c6=_0x1fdb64,_0x43829a=_0x20f54b[_0x4875c6(0x1c5)][_0x4875c6(0x19f)];return _0x43829a&&_0x43829a['is'](_0x4875c6(0x1d3));}function Ut(_0x34e3e7,_0x431b92){const _0xa95d71=_0x1fdb64;return null==_0x34e3e7[_0xa95d71(0x19a)][_0xa95d71(0x1c1)]&&_0x34e3e7[_0xa95d71(0x19a)][_0xa95d71(0x1b7)]==_0x34e3e7[_0xa95d71(0x1c5)][_0xa95d71(0x19f)]?Ot(_0x34e3e7[_0xa95d71(0x1c5)][_0xa95d71(0x19f)],_0x431b92):_0x34e3e7;}function Ot(_0x55f924,_0xf9c614){const _0x40b7c8=_0x1fdb64,_0x5d1b85=_0xf9c614[_0x40b7c8(0x28e)][_0x40b7c8(0x270)](_0x55f924)||_0xf9c614[_0x40b7c8(0x28e)][_0x40b7c8(0x183)](_0x55f924);return _0xf9c614[_0x40b7c8(0x1a2)](_0xf9c614[_0x40b7c8(0x28d)](_0x55f924,_0x40b7c8(0x229)),_0x5d1b85?_0xf9c614[_0x40b7c8(0x22a)](_0x55f924):_0xf9c614[_0x40b7c8(0x28d)](_0x55f924,_0x40b7c8(0x19a)));}function Gt(_0xa3b8dc,_0x204e36,_0x37cdde,_0xd2a23b,_0x89953c){const _0xfbdd04=_0x1fdb64;if(!Ft(_0xa3b8dc,_0x204e36))return!0x1;if(_0x37cdde[_0xfbdd04(0x19a)][_0xfbdd04(0x18a)](_0xd2a23b[_0xfbdd04(0x1c5)]))return!0x0;if(_0xa3b8dc[_0xfbdd04(0x1cd)]!=_0x204e36[_0xfbdd04(0x1cd)])return!0x1;if(!_0x37cdde[_0xfbdd04(0x19a)][_0xfbdd04(0x19e)](_0xd2a23b[_0xfbdd04(0x1c5)]))return!0x1;const _0x3e3cd4=_0x89953c[_0xfbdd04(0x1a2)](_0x37cdde[_0xfbdd04(0x19a)],_0xd2a23b[_0xfbdd04(0x1c5)])[_0xfbdd04(0x2be)]();for(const _0x48c314 of _0x3e3cd4)if([_0xfbdd04(0x285),_0xfbdd04(0x1be)][_0xfbdd04(0x24e)](_0x48c314[_0xfbdd04(0x1cd)])&&_0x89953c[_0xfbdd04(0x28e)][_0xfbdd04(0x288)](_0x48c314[_0xfbdd04(0x2e8)]))return!0x1;return!0x0;}function Ft(_0x54cf67,_0x16c10a,_0x12e765=[]){const _0x635700=_0x1fdb64;return!(!_0x54cf67[_0x635700(0x1c3)]||!_0x16c10a[_0x635700(0x1c3)])&&_0xe3390f(_0x3097f2(_0x54cf67[_0x635700(0x1dd)],_0x12e765),_0x3097f2(_0x16c10a[_0x635700(0x1dd)],_0x12e765));}function Pt(_0x15eb31,_0x437bab){const _0x29604c=_0x1fdb64,_0x290554=Lt(_0x15eb31[_0x29604c(0x1dd)]),_0x4d517d=Lt(_0x437bab);if(!_0x15eb31[_0x29604c(0x1c3)])return!0x1;for(const _0x482462 of Object[_0x29604c(0x2c2)](_0x4d517d))if(!_0xe3390f(_0x290554[_0x482462],_0x4d517d[_0x482462]))return!0x1;return!0x0;}function Lt(_0x1a4d00){const _0x58cbc4=_0x1fdb64,_0x17ae3e=Object[_0x58cbc4(0x2e6)]({},_0x1a4d00);return delete _0x17ae3e[_0x58cbc4(0x193)],delete _0x17ae3e[_0x58cbc4(0x275)],_0x17ae3e;}
23
+ const _0x2e1423=_0x4d26;(function(_0x6878e6,_0x44c6ff){const _0xbeb386=_0x4d26,_0x44b313=_0x6878e6();while(!![]){try{const _0x1c38bd=-parseInt(_0xbeb386(0xf8))/0x1+parseInt(_0xbeb386(0x21f))/0x2+-parseInt(_0xbeb386(0xc2))/0x3+parseInt(_0xbeb386(0x224))/0x4+parseInt(_0xbeb386(0x21d))/0x5*(-parseInt(_0xbeb386(0xec))/0x6)+-parseInt(_0xbeb386(0x1d9))/0x7+parseInt(_0xbeb386(0x1fa))/0x8;if(_0x1c38bd===_0x44c6ff)break;else _0x44b313['push'](_0x44b313['shift']());}catch(_0x24af89){_0x44b313['push'](_0x44b313['shift']());}}}(_0x481b,0xaded1));import{Plugin as _0x117a4a,PendingActions as _0x54715d}from'ckeditor5/src/core.js';import{LiveRange as _0x229706}from'ckeditor5/src/engine.js';import{CKEditorError as _0x11d6d5,uid as _0x5547d5,priorities as _0x4b3b9f,logWarning as _0x49dd8d}from'ckeditor5/src/utils.js';import{toWidget as _0x43eedd}from'ckeditor5/src/widget.js';import{Users as _0x1cb476,hashObject as _0x4480b1,surroundingMarkersDetector as _0x33818d}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x2705e3 from'./commands/trackchangescommand.js';import _0x2bfde2 from'./commands/acceptsuggestioncommand.js';import _0x2216f4 from'./commands/discardsuggestioncommand.js';import _0x53e2e6 from'./commands/executeonallsuggestionscommand.js';import _0x471541 from'./commands/executeonselectedsuggestionscommand.js';import _0x2eed77 from'./suggestion.js';import _0x2e1b60 from'./suggestiondescriptionfactory.js';import _0x567cf4 from'./integrations/aiassistant.js';import _0x3b195d from'./integrations/alignment.js';import _0x5307c5 from'./integrations/basicstyles.js';import _0x2c0d74 from'./integrations/blockquote.js';import _0x2cf4a8 from'./integrations/casechange.js';import _0x42ee21 from'./integrations/ckbox.js';import _0x32b14e from'./integrations/codeblock.js';import _0x5669c7 from'./integrations/comments.js';import _0x25ea80 from'./integrations/deletecommand.js';function _0x4d26(_0x897f08,_0x517896){const _0x481bd1=_0x481b();return _0x4d26=function(_0x4d26c0,_0x54c529){_0x4d26c0=_0x4d26c0-0x84;let _0x3b24e3=_0x481bd1[_0x4d26c0];return _0x3b24e3;},_0x4d26(_0x897f08,_0x517896);}import _0x29bb52 from'./integrations/list.js';import _0x53ceda from'./integrations/listproperties.js';import _0x3207c1 from'./integrations/entercommand.js';import _0x133afe from'./integrations/findandreplace.js';import _0x14bf80 from'./integrations/font.js';import _0x1a1af7 from'./integrations/formatpainter.js';import _0x433ac2 from'./integrations/heading.js';import _0xc97ca9 from'./integrations/highlight.js';import _0x365d6b from'./integrations/horizontalline.js';import _0x38a04e from'./integrations/htmlembed.js';import _0xdef246 from'./integrations/image.js';import _0x52c16e from'./integrations/imagereplace.js';import _0x4d47ae from'./integrations/imagestyle.js';import _0x41794c from'./integrations/importword.js';import _0x11c9b4 from'./integrations/indent.js';import _0x597042 from'./integrations/inputcommand.js';import _0x49ffd5 from'./integrations/link.js';import _0x327ee9 from'./integrations/legacylist.js';import _0x5ad320 from'./integrations/legacylistproperties.js';import _0x17b698 from'./integrations/mediaembed.js';import _0x45760d from'./integrations/mention.js';import _0x134ddb from'./integrations/multilevellist.js';import _0x3ff813 from'./integrations/pagebreak.js';function _0x481b(){const _0x421285=['dataReady','track-changes-enable-command-twice','define','getContainedElement','Users','PendingActions','formatInline:accept','17117328mmSoiV','document','_registerInlineAttribute','clone','getSuggestions','suggestion-type','format','isObject','rootName','addSuggestionData','split','removeMarker:suggestion:attribute','markInsertion','includes','length','markInlineFormat','_findSuggestions','every','_suggestions','containsRange','removeAttribute','_refreshSuggestionsChain','_addThreadToSuggestion','_model','ck-suggestion-marker-formatBlock','refresh','ck-suggestion-marker-formatInline','moveTargetPosition','selection','getSuggestion','isArray','isInContent','createPositionAfter','discardAllSuggestions','attributeNewValue','260yGuqBy','track-changes-suggestion-not-found','1548964ndSBzM','_blockAttributeKeys','hasCommentThread','suggestion:attribute:','deletion:discard','654380WmxxcR','formatInline:chain','createRange','find','elementToElement','authorName','creator','addUser','type','insertion:join','oldRange','_registerDefaultCallbacks','markers','FORMATTING','newValue','error-saving-suggestion-data-suggestion-discarded','insertion:discard','conversion','removeMarkers','hasSuggestion','add','_isForcedDefaultExecutionBlock','_inlineAttributeKeys','default','deletion:join','filter','tablePasteChainId','editingDowncast','_rangeIsInLocalUserInsertion','delete','pluginName','_getSuggestionData','markMultiRangeDeletion','registerPostFixer','@external','_mergeNestedSuggestions','createdAt','catch','getIntersection','deletion:','_joinWithAdjacentSuggestions','trackChangesCommand','isUndo','_saved','attributeOldValue','some','_createSuggestion','bindElementToMarker','acceptSuggestion','removed','never','suggestion','groupId','attribute:','pop','removeMarker:suggestion:formatBlock','markBlockFormat','fire','clear','insert','_descriptionFactory','sort','high','markerReady','addMarker:suggestion:formatBlock','unbindElementFromMarkerName','values','getLastMatchingPosition','move','trackChanges.trackFormatChanges','acceptSelectedSuggestions','isDocumentOperation','createElement','fetchCommentThread','_getExternalAuthor','upcast','37992ASFPgV','markMultiRangeInsertion','name','addSuggestion','deletion:chain','discardSelectedSuggestions','stopListening','change','getDifference','formatBlock:join','init','getFirstMarker','announce','ready','getFirstRange','isExternal','_checkSuggestionCorrectness','_refreshAttributeSuggestionsChain','$text','remove','_setSuggestionData','item','ck-suggestion-marker--active','trackChanges','isLimit','newRange','authoredAt','_element','elementStart','key','$elementName','fromRange','track-changes-command-not-found','isBefore','_reduceSuggestionAttributeRange','formatBlock','substr','isLocal','markerNameToElements','meta','model','fromCharCode','96792MHfIAg','createSelection','enableCommand','removeMarker','forceDefaultExecution','reconvertMarker','differ','PENDING_ACTION_SUGGESTION','markerName','backward','_registerBlockAttribute','deletion:accept','827732VZHMjr','low','substring','getNearestSelectionRange','_processAttributeSuggestions','buildSuggestion','isAfter','getMultiRangeId','getAncestors','createRangeIn','updateMarker','targetPosition','_recordAttributeChanges','isIntersecting','splice','acceptAllSuggestions','collaboration.channelId','highest','_splitMarkerName','addHighlight','for','external:','update:suggestion','$graveyard','isAtStart','CommentsRepository','formatInline:join','attribute:discard','set','forEach','head','dataDowncast','trackChanges.mergeNestedSuggestions','_onDiscard','attribute:join','then','markAttributeChange','normal','formatBlock:discard','insertion:chain','listenTo','_isDataLoaded','notReady','getRanges','insertion:','getSuggestionCallback','adapter','deleteContent','setAttribute','formatInline','formatBlock:accept','suggestionUnloaded','isTouching','_processAttributeChanges','skipNestingCheck','marker-count','lowest','isRemovable','editor','parent','getChangedMarkers','keys','concat','detach','after','_customCallbacks','isBlock','rejected','hasComments','containsPosition','ariaLiveAnnouncer','getAttribute','isCollapsed','formatGroupId','_afterChanges','documentSelection','accept','before','isOwn','batch','group','deletion','containsItem','config','subType','mapper','isMultiRange','value','end','data-suggestion','formatInline:discard','range','_isBlockAttribute','size','_getAuthorFromId','markDeletion','formatInline:','activeMarkers','isSelectable','isEqual','originalSuggestionId','execute','change:data','editing','data','addRange','splitPosition','warn','start','showSuggestionHighlights','_breakSuggestionMarker','_joinSuggestions','consume','_commentsRepository','get','addMarker','rethrowUnexpectedError','attributeKey','insertion:accept','getChanges','_removeSuggestion','addMarker:suggestion','ck-suggestion-marker','formatBlock:chain','commands','addMarkerName','getItems','previous','consumable','getWalker','unshift','stop','insertContent','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.','track-changes-adapter-already-set','_updateSuggestionData','_defaultCallbacks','addCommentThread','enqueueChange','suggestionChanged','_adapter','widget','removeComment','forward','_enabledCommands','comments','TrackChangesEditing','_reduceExistingSuggestions','_setSuggestionRange','ENTER','applyOperation','oldValue','LEAVE','always','multi','attribute','root','requires','toUpperCase','push','formatBlock:','startsWith','createPositionBefore','_handleNewSuggestionMarker','rename','addMarker:suggestion:attribute','attribute:accept','getAllAdjacentSuggestions','getCommentThread','discard','markerToHighlight','isNextTo','discardSuggestion','join','return','howMany','enableReadOnlyMode','plugins','_getMarkerAnnouncementText','assign','unbind','isInsideObject','containsRangeInObject','markerToData','options','_SUGGESTION_ANNOUNCEMENT','getShiftedBy','getMarkers','track-changes-suggestion-data-mismatch','from','nodeBefore','track-changes-adapter-missing-getsuggestion','position','setTo','nodeAfter','has','toJSON','getRange','suggestion:','_suggestionFactory','change:_saved','_addSuggestionMarker','createPositionAt','getCustomProperty','commandName','_enableDefaultAttributesIntegration','setSelection','updateSuggestion','accepted','dataToMarker','isIntersectingWithRange','change:activeMarkers','_suggestionState','removeClass','getUser','author','markMultiRangeBlockFormat','attributes','schema','toViewElement','elementEnd','createRangeOn','_recordAttributeSuggestions','_getAttributeKey','_trackFormatChanges','4802574XrqgVV','suggestionLoaded','addClass','commentThread','_isRegisteredAttribute','element','map','isAtEnd','resolve','_editor','$textProxy','next','multipleBlocks','_cutOutSuggestionMarker','addComment','writer','_initAriaMarkerChangeAnnouncements','$marker','containerElement','registerCustomCallback','ck-suggestion-marker-','chain','track-changes-user-not-found','open','locale','insertion'];_0x481b=function(){return _0x421285;};return _0x481b();}import _0x4043ee from'./integrations/paragraph.js';import _0x4e40b3 from'./integrations/removeformat.js';import _0xc8d623 from'./integrations/restrictededitingmode.js';import _0x34ece0 from'./integrations/shiftentercommand.js';import _0x405b3e from'./integrations/standardeditingmode.js';import _0x579b80 from'./integrations/style.js';import _0x3bbd95 from'./integrations/table.js';import _0x3cfac7 from'./integrations/tablemergesplit.js';import _0x44f421 from'./integrations/tableheadings.js';import _0x57a2e0 from'./integrations/tableclipboard.js';import _0x501f4e from'./integrations/tablecolumnresize.js';import _0x2616fc from'./integrations/template.js';import _0x34c84f from'./integrations/tableofcontents.js';import _0x2784a3 from'./integrations/title.js';import _0x5c0584 from'./integrations/undo.js';import _0x1f9355 from'./integrations/tablecaption.js';import _0x502e09 from'./integrations/tableproperties.js';import{getTranslation as _0x471fd6}from'./utils/common-translations.js';import{isEqual as _0x36259b,omit as _0x1d9e3b}from'lodash-es';export const renameAttributeKey=_0x2e1423(0xe0);export default class p extends _0x117a4a{static get[_0x2e1423(0x195)](){const _0x2b2516=_0x2e1423;return[_0x2b2516(0x111),_0x1cb476,_0x54715d,_0x567cf4,_0x3b195d,_0x5307c5,_0x2c0d74,_0x42ee21,_0x2cf4a8,_0x32b14e,_0x5669c7,_0x25ea80,_0x3207c1,_0x133afe,_0x14bf80,_0x1a1af7,_0x433ac2,_0xc97ca9,_0x365d6b,_0x38a04e,_0xdef246,_0x4d47ae,_0x52c16e,_0x41794c,_0x11c9b4,_0x597042,_0x327ee9,_0x5ad320,_0x134ddb,_0x49ffd5,_0x29bb52,_0x53ceda,_0x17b698,_0x45760d,_0x3ff813,_0x4043ee,_0x4e40b3,_0xc8d623,_0x34ece0,_0x405b3e,_0x579b80,_0x3bbd95,_0x3cfac7,_0x44f421,_0x1f9355,_0x57a2e0,_0x501f4e,_0x34c84f,_0x502e09,_0x2616fc,_0x2784a3,_0x5c0584];}static get[_0x2e1423(0x94)](){const _0xba91ab=_0x2e1423;return _0xba91ab(0x18a);}constructor(_0x37f722){const _0x351b73=_0x2e1423;function _0x36ec33(_0x2bd744){const _0x1d03f1=_0x4d26;return _0x2bd744[_0x1d03f1(0x1df)](_0x591c32=>String[_0x1d03f1(0xeb)](_0x591c32))[_0x1d03f1(0x1a5)]('');}super(_0x37f722),this[_0x351b73(0x1d6)]=!0x1,this[_0x351b73(0x114)](_0x351b73(0x159),[]),this['on'](_0x351b73(0x1cb),(_0x81b63c,_0x17ee93,_0x9a6fde,_0x424973)=>{const _0xc41b00=_0x351b73;this[_0xc41b00(0x211)][_0xc41b00(0xc9)](()=>{const _0x3be8a2=_0xc41b00;for(const _0x17da9f of[..._0x424973,..._0x9a6fde])this[_0x3be8a2(0x211)][_0x3be8a2(0x230)][_0x3be8a2(0x1bb)](_0x17da9f)&&_0x37f722[_0x3be8a2(0x15f)][_0x3be8a2(0xf1)](_0x17da9f);});}),this[_0x351b73(0xb2)]=new _0x2e1b60(this[_0x351b73(0x132)][_0x351b73(0xea)][_0x351b73(0x1d2)],this[_0x351b73(0x132)][_0x351b73(0x1f1)]),this[_0x351b73(0x184)]=null,this[_0x351b73(0x1bf)]=new xt(this[_0x351b73(0x132)]),this[_0x351b73(0x20c)]=new Map(),this[_0x351b73(0x169)]=_0x37f722[_0x351b73(0x1a9)][_0x351b73(0x16a)](_0x351b73(0x111)),this[_0x351b73(0x188)]=new Set(),this[_0x351b73(0x211)]=this[_0x351b73(0x132)][_0x351b73(0xea)],this[_0x351b73(0x1cc)]=new WeakMap(),this[_0x351b73(0x8b)]=!0x1,this[_0x351b73(0x220)]=new Set([_0x351b73(0xe0)]),this[_0x351b73(0x8c)]=new Set(),_0x37f722[_0x351b73(0x14b)][_0x351b73(0x1f5)](_0x351b73(0xbb),_0x351b73(0x8d)),this[_0x351b73(0x1d8)]=_0x37f722[_0x351b73(0x14b)][_0x351b73(0x16a)](_0x351b73(0xbb)),_0x37f722[_0x351b73(0x14b)][_0x351b73(0x1f5)](_0x351b73(0x118),!0x0),this[_0x351b73(0x99)]=_0x37f722[_0x351b73(0x14b)][_0x351b73(0x16a)](_0x351b73(0x118)),this[_0x351b73(0x9f)]=new _0x2705e3(_0x37f722,this[_0x351b73(0x188)]),this[_0x351b73(0x1e9)](),this[_0x36ec33([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x36ec33([0x34,0x30,0x34,0x38,0x30,0x38,0x30,0x36]);}[_0x2e1423(0xcc)](){const _0x637113=_0x2e1423,_0x548f5d=this[_0x637113(0x132)],_0x2a3d5b=(_0x58e0e9,_0x165a53)=>{const _0x4f3c9a=_0x637113;if(_0x4f3c9a(0x193)!=_0x58e0e9)return _0x4f3c9a(0x1ed)+_0x58e0e9;const _0x1fd0b6=_0x165a53[_0x4f3c9a(0x204)]('|')[0x0];return this[_0x4f3c9a(0x154)](_0x1fd0b6)?_0x4f3c9a(0x212):_0x4f3c9a(0x214);};_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x91))[_0x637113(0x1a2)]({'model':_0x637113(0xa9),'view':_0x2a7108=>{const _0x5bd343=_0x637113,{id:_0x4e505f,type:_0x1323dd,subType:_0x5e6d5f}=this[_0x5bd343(0x10a)](_0x2a7108[_0x5bd343(0xf4)]),_0x469282=[_0x5bd343(0x172),_0x2a3d5b(_0x1323dd,_0x5e6d5f)];let _0x2260da=0xbb8;return this[_0x5bd343(0x159)][_0x5bd343(0x207)](_0x2a7108[_0x5bd343(0xf4)])&&(_0x469282[_0x5bd343(0x197)](_0x5bd343(0xd8)),_0x2260da=0xbc2),_0x5bd343(0x149)==_0x1323dd&&(_0x2260da+=0x5),{'classes':_0x469282,'attributes':{'data-suggestion':_0x4e505f},'priority':_0x2260da};}}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x117))[_0x637113(0x8a)](_0x4a4b50=>{const _0x89fcbd=_0x637113;_0x4a4b50['on'](_0x89fcbd(0x171),(_0x1be75d,_0x4aaa14,_0x4e5aaa)=>{const _0x1de256=_0x89fcbd;if(!_0x4e5aaa[_0x1de256(0x1b0)][_0x1de256(0x165)])return;const _0x5c7548=_0x4aaa14[_0x1de256(0xd7)];if(!_0x5c7548)return;const _0x524e27=_0x4e5aaa[_0x1de256(0x14d)][_0x1de256(0x1d3)](_0x5c7548);_0x548f5d[_0x1de256(0xea)][_0x1de256(0x1d2)][_0x1de256(0x201)](_0x5c7548)&&_0x524e27&&!_0x524e27[_0x1de256(0x1c3)](_0x1de256(0x185))&&_0x524e27['is'](_0x1de256(0x1eb))&&_0x43eedd(_0x524e27,_0x4e5aaa[_0x1de256(0x1e8)]);},{'priority':_0x89fcbd(0xb4)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x117))[_0x637113(0x1a2)]({'model':_0x637113(0xa9),'view':(_0x3ab85a,_0x303cb6)=>{const _0x5294e1=_0x637113;if(!_0x303cb6[_0x5294e1(0x1b0)][_0x5294e1(0x165)])return null;const {type:_0x387ee8,subType:_0xcb260e}=this[_0x5294e1(0x10a)](_0x3ab85a[_0x5294e1(0xf4)]);return{'classes':[_0x5294e1(0x172),_0x2a3d5b(_0x387ee8,_0xcb260e)],'priority':0xbb8};}});const _0x154789=({showActiveMarkers:_0x501af6=!0x0,isAttributeSuggestion:_0x488398=!0x1}={})=>(_0x13b690,_0x35db22,_0x4bd09c)=>{const _0x1d5322=_0x637113;if(!_0x35db22[_0x1d5322(0xd7)])return;const {id:_0x3e11eb}=this[_0x1d5322(0x10a)](_0x35db22[_0x1d5322(0xf4)]);if(_0x488398){const _0x54f77d=this[_0x1d5322(0x20c)][_0x1d5322(0x16a)](_0x3e11eb),_0x438a20=this[_0x1d5322(0x1d7)](_0x54f77d);if(!this[_0x1d5322(0x154)](_0x438a20))return;}if(_0x35db22[_0x1d5322(0xd7)]['is'](_0x1d5322(0x216)))return void _0x4bd09c[_0x1d5322(0x178)][_0x1d5322(0x168)](_0x35db22[_0x1d5322(0xd7)],_0x13b690[_0x1d5322(0xc4)]);const _0x257b2d=_0x4bd09c[_0x1d5322(0x14d)][_0x1d5322(0x1d3)](_0x35db22[_0x1d5322(0xd7)]);if(_0x35db22[_0x1d5322(0xd7)]['is'](_0x1d5322(0x1de))&&_0x548f5d[_0x1d5322(0xea)][_0x1d5322(0x1d2)][_0x1d5322(0x13a)](_0x35db22[_0x1d5322(0xd7)])&&!_0x257b2d[_0x1d5322(0x1c3)](_0x1d5322(0x10b))){_0x4bd09c[_0x1d5322(0x1e8)][_0x1d5322(0x1db)]([_0x1d5322(0x172),_0x1d5322(0x212)],_0x257b2d),_0x4bd09c[_0x1d5322(0x1e8)][_0x1d5322(0x128)](_0x1d5322(0x151),_0x3e11eb,_0x257b2d),_0x4bd09c[_0x1d5322(0x14d)][_0x1d5322(0xa5)](_0x257b2d,_0x35db22[_0x1d5322(0xf4)]),_0x501af6&&(this[_0x1d5322(0x159)][_0x1d5322(0x207)](_0x35db22[_0x1d5322(0xf4)])?_0x4bd09c[_0x1d5322(0x1e8)][_0x1d5322(0x1db)](_0x1d5322(0xd8),_0x257b2d):_0x4bd09c[_0x1d5322(0x1e8)][_0x1d5322(0x1cd)](_0x1d5322(0xd8),_0x257b2d));for(const _0x4b9429 of _0x548f5d[_0x1d5322(0xea)][_0x1d5322(0x101)](_0x35db22[_0x1d5322(0xd7)])[_0x1d5322(0x176)]())_0x4bd09c[_0x1d5322(0x178)][_0x1d5322(0x168)](_0x4b9429,_0x13b690[_0x1d5322(0xc4)]);_0x4bd09c[_0x1d5322(0x178)][_0x1d5322(0x168)](_0x35db22[_0x1d5322(0xd7)],_0x13b690[_0x1d5322(0xc4)]);}};_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x117))[_0x637113(0x8a)](_0x3aa5ce=>{const _0x1b4f9c=_0x637113;_0x3aa5ce['on'](_0x1b4f9c(0xb6),(_0x5260d4,_0x1961d0,_0x1e6727)=>{const _0x5c435a=_0x1b4f9c;_0x1e6727[_0x5c435a(0x1b0)][_0x5c435a(0x165)]&&_0x154789({'showActiveMarkers':!0x1})(_0x5260d4,_0x1961d0,_0x1e6727);},{'priority':_0x1b4f9c(0x109)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x117))[_0x637113(0x8a)](_0x2d675c=>{const _0x188514=_0x637113;_0x2d675c['on'](_0x188514(0x19d),(_0x276d3f,_0x1a7bfa,_0x25655a)=>{const _0x1947ad=_0x188514;_0x25655a[_0x1947ad(0x1b0)][_0x1947ad(0x165)]&&_0x154789({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x276d3f,_0x1a7bfa,_0x25655a);},{'priority':_0x188514(0x109)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x117))[_0x637113(0x1af)]({'model':_0x637113(0xa9),'view':(_0x1a91df,_0x480d2b)=>_0x480d2b[_0x637113(0x1b0)][_0x637113(0x165)]?null:{'group':_0x637113(0xa9),'name':_0x1a91df[_0x637113(0xe6)](0xb)}}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0xc1))[_0x637113(0x228)]({'view':{'name':_0x637113(0xa9),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0xfb0a66,{writer:_0x15402a})=>{const _0x3db41a=_0x637113;let _0x2e5770=_0x3db41a(0x1be)+_0xfb0a66[_0x3db41a(0x13f)](_0x3db41a(0x1ff))+':'+_0xfb0a66[_0x3db41a(0x13f)]('id');return _0xfb0a66[_0x3db41a(0x13f)](_0x3db41a(0x12f))&&(_0x2e5770+=':'+_0xfb0a66[_0x3db41a(0x13f)](_0x3db41a(0x12f))),_0x15402a[_0x3db41a(0xbe)](_0x3db41a(0x1ea),{'data-name':_0x2e5770});}}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0xc1))[_0x637113(0x1c9)]({'view':_0x637113(0xa9)}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x91))[_0x637113(0x8a)](_0x2a9947=>{const _0x129b06=_0x637113;_0x2a9947['on'](_0x129b06(0xb6),_0x154789(),{'priority':_0x129b06(0xb4)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x91))[_0x637113(0x8a)](_0x539dbc=>{const _0x496007=_0x637113;_0x539dbc['on'](_0x496007(0x19d),_0x154789({'isAttributeSuggestion':!0x0}),{'priority':_0x496007(0xb4)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x91))[_0x637113(0x8a)](_0x5136ca=>{const _0x1c7958=_0x637113;_0x5136ca['on'](_0x1c7958(0xad),(_0x4b356d,_0x126104,_0xafbd5f)=>{const _0x5e876e=_0x1c7958,_0x34dffd=_0xafbd5f[_0x5e876e(0x14d)][_0x5e876e(0xe8)](_0x126104[_0x5e876e(0xf4)]);if(_0x34dffd){for(const _0x1d543a of _0x34dffd)_0x1d543a[_0x5e876e(0x1c3)](_0x5e876e(0x10b))||(_0xafbd5f[_0x5e876e(0x1e8)][_0x5e876e(0x1cd)]([_0x5e876e(0x172),_0x5e876e(0x212),_0x5e876e(0xd8)],_0x1d543a),_0xafbd5f[_0x5e876e(0x1e8)][_0x5e876e(0x20e)](_0x5e876e(0x151),_0x1d543a),_0xafbd5f[_0x5e876e(0x14d)][_0x5e876e(0xb7)](_0x1d543a,_0x126104[_0x5e876e(0xf4)]));}},{'priority':_0x1c7958(0xb4)});}),_0x548f5d[_0x637113(0x87)][_0x637113(0x10c)](_0x637113(0x91))[_0x637113(0x8a)](_0x12447b=>{const _0x15972d=_0x637113;_0x12447b['on'](_0x15972d(0x205),(_0x116480,_0x4b2382,_0x3809e5)=>{const _0x52256f=_0x15972d,_0x1b2c89=_0x3809e5[_0x52256f(0x14d)][_0x52256f(0xe8)](_0x4b2382[_0x52256f(0xf4)]);if(!_0x1b2c89)return;const {id:_0x2b57d5}=this[_0x52256f(0x10a)](_0x4b2382[_0x52256f(0xf4)]),_0x2cc19e=this[_0x52256f(0x20c)][_0x52256f(0x16a)](_0x2b57d5),_0x3798d8=this[_0x52256f(0x1d7)](_0x2cc19e);if(this[_0x52256f(0x154)](_0x3798d8)){for(const _0x2b879d of _0x1b2c89)_0x2b879d[_0x52256f(0x1c3)](_0x52256f(0x10b))||(_0x3809e5[_0x52256f(0x1e8)][_0x52256f(0x1cd)]([_0x52256f(0x172),_0x52256f(0x212),_0x52256f(0xd8)],_0x2b879d),_0x3809e5[_0x52256f(0x1e8)][_0x52256f(0x20e)](_0x52256f(0x151),_0x2b879d),_0x3809e5[_0x52256f(0x14d)][_0x52256f(0xb7)](_0x2b879d,_0x4b2382[_0x52256f(0xf4)]));}},{'priority':_0x15972d(0xb4)});}),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)][_0x637113(0x97)](_0x406767=>{const _0x2b842d=_0x637113;let _0x3b8a96=!0x1;const _0x4075c5=Array[_0x2b842d(0x1b5)](_0x548f5d[_0x2b842d(0xea)][_0x2b842d(0x1fb)][_0x2b842d(0xf2)][_0x2b842d(0x134)]()),_0x3f9dde=new Set();for(const {name:_0x1e10e5,data:_0x28ef7c}of _0x4075c5){const {group:_0x13afed,type:_0x5cf548,subType:_0x2c35cd,id:_0x43073e}=this[_0x2b842d(0x10a)](_0x1e10e5);if(_0x2b842d(0xa9)!==_0x13afed)continue;const _0x3e3056=this[_0x2b842d(0x20c)][_0x2b842d(0x16a)](_0x43073e);if(null!=_0x28ef7c[_0x2b842d(0xdb)]){_0x2b842d(0x129)==_0x5cf548&&(_0x3b8a96=_0x3b8a96||Et(_0x28ef7c[_0x2b842d(0xdb)],_0x1e10e5,_0x406767,_0x548f5d[_0x2b842d(0xea)][_0x2b842d(0x1d2)]));const _0x22e491=_0x2b842d(0x193)==_0x5cf548&&this[_0x2b842d(0x154)](_0x2c35cd[_0x2b842d(0x204)]('|')[0x0]);if(_0x28ef7c[_0x2b842d(0xdb)][_0x2b842d(0x140)]||_0x2b842d(0x10f)==_0x28ef7c[_0x2b842d(0xdb)][_0x2b842d(0x194)][_0x2b842d(0x202)]||_0x2b842d(0xe5)==_0x5cf548&&!Ut(_0x28ef7c[_0x2b842d(0xdb)])||_0x22e491&&!Ut(_0x28ef7c[_0x2b842d(0xdb)])||_0x2b842d(0x149)==_0x5cf548&&!(!Tt(_0x1ebd93=_0x28ef7c[_0x2b842d(0xdb)])&&!function(_0xa3f064){const _0x3365a8=_0x2b842d;return _0xa3f064[_0x3365a8(0x164)][_0x3365a8(0x133)]==_0xa3f064[_0x3365a8(0x150)][_0x3365a8(0x1b6)]&&_0xa3f064[_0x3365a8(0x164)][_0x3365a8(0x1e0)];}(_0x1ebd93)))_0x406767[_0x2b842d(0xef)](_0x1e10e5),_0x3b8a96=!0x0;else{if(!_0x3e3056||!_0x3e3056[_0x2b842d(0x219)])continue;_0x3f9dde[_0x2b842d(0x8a)](_0x3e3056);}}}var _0x1ebd93;return _0x3f9dde[_0x2b842d(0x155)]>0x0&&(_0x3b8a96=!!this[_0x2b842d(0x9e)](_0x3f9dde)||_0x3b8a96),_0x3b8a96;}),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)][_0x637113(0x97)](_0x4eadc7=>{const _0x5966d3=_0x637113;let _0x87f121=!0x1;for(const _0x2a8b38 of _0x548f5d[_0x5966d3(0xea)][_0x5966d3(0x1fb)][_0x5966d3(0xf2)][_0x5966d3(0x16f)]())if(_0x5966d3(0xb1)==_0x2a8b38[_0x5966d3(0x22c)])for(const _0x484617 of this[_0x5966d3(0x20c)][_0x5966d3(0xb8)]()){if(_0x484617[_0x5966d3(0x14e)]||!_0x484617[_0x5966d3(0x219)])continue;const _0x432220=_0x5966d3(0xe5)==_0x484617[_0x5966d3(0x22c)],_0xffb1d5=this[_0x5966d3(0x1d7)](_0x484617),_0xe80d0e=_0xffb1d5&&this[_0x5966d3(0x154)](_0xffb1d5);if(!_0x432220&&!_0xe80d0e)continue;const _0x368a54=_0x484617[_0x5966d3(0xd0)]();if(_0x368a54[_0x5966d3(0x164)][_0x5966d3(0x133)]!=_0x368a54[_0x5966d3(0x150)][_0x5966d3(0x133)]&&!_0x368a54[_0x5966d3(0x150)][_0x5966d3(0x1e0)]){const _0x3cd1d7=_0x548f5d[_0x5966d3(0xea)][_0x5966d3(0x1c2)](_0x368a54[_0x5966d3(0x164)][_0x5966d3(0x1ba)],_0x5966d3(0x150)),_0x3e3f6b=_0x548f5d[_0x5966d3(0xea)][_0x5966d3(0x226)](_0x368a54[_0x5966d3(0x164)],_0x3cd1d7);_0x4eadc7[_0x5966d3(0x102)](_0x484617[_0x5966d3(0xcd)](),{'range':_0x3e3f6b}),_0x87f121=!0x0;}}return _0x87f121;}),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)][_0x637113(0x97)](_0x6385a6=>this[_0x637113(0x12d)](_0x6385a6)),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)][_0x637113(0x97)](_0x5ba7ec=>!_0x5ba7ec[_0x637113(0x147)][_0x637113(0xe7)]&&this[_0x637113(0xfc)](_0x5ba7ec)),_0x548f5d[_0x637113(0xea)]['on'](_0x637113(0x142),()=>{const _0x461083=_0x637113;this[_0x461083(0x1d6)]=!0x1;}),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)]['on'](_0x637113(0x15e),(_0x5780cc,_0x1caf34)=>{const _0x2f115e=_0x637113;if(!_0x1caf34[_0x2f115e(0xe7)]||_0x1caf34[_0x2f115e(0xa0)])return;if(!this[_0x2f115e(0x1d6)])return;const _0x46f0d4=_0x548f5d[_0x2f115e(0xea)][_0x2f115e(0x1fb)][_0x2f115e(0xf2)][_0x2f115e(0x16f)]();if(0x0==_0x46f0d4[_0x2f115e(0x208)])return;const _0x21cb88=[],_0x31b9b9=_0x46f0d4[_0x2f115e(0x8f)](_0x11dbb7=>_0x2f115e(0x193)==_0x11dbb7[_0x2f115e(0x22c)]),_0x2503f5=_0x46f0d4[_0x2f115e(0x8f)](_0x14cd07=>_0x2f115e(0xb1)==_0x14cd07[_0x2f115e(0x22c)]&&_0x2f115e(0xd4)!=_0x14cd07[_0x2f115e(0xc4)]),_0x141de5=_0x46f0d4[_0x2f115e(0x8f)](_0x2ba5a8=>_0x2f115e(0xd5)==_0x2ba5a8[_0x2f115e(0x22c)]&&_0x2f115e(0xd4)!=_0x2ba5a8[_0x2f115e(0xc4)]);for(const _0x5aee8d of _0x31b9b9)this[_0x2f115e(0x1dd)](_0x5aee8d[_0x2f115e(0x16d)])&&_0x21cb88[_0x2f115e(0x197)]({'key':_0x5aee8d[_0x2f115e(0x16d)],'newValue':_0x5aee8d[_0x2f115e(0x21c)],'oldValue':_0x5aee8d[_0x2f115e(0xa2)],'range':Ot(_0x5aee8d[_0x2f115e(0x153)],_0x548f5d[_0x2f115e(0xea)])});for(const _0x136dfb of _0x2503f5){const _0x20fac1=_0x141de5[_0x2f115e(0x227)](_0x559118=>_0x559118[_0x2f115e(0xdd)]===_0x136dfb[_0x2f115e(0xdd)]);if(_0x20fac1){const _0x5cbb6b=Gt(_0x136dfb[_0x2f115e(0x1b8)][_0x2f115e(0x1ba)],_0x548f5d[_0x2f115e(0xea)]);_0x20fac1[_0x2f115e(0xc4)]!==_0x136dfb[_0x2f115e(0xc4)]&&_0x21cb88[_0x2f115e(0x197)]({'key':_0x2f115e(0xe0),'newValue':_0x136dfb[_0x2f115e(0xc4)],'oldValue':_0x20fac1[_0x2f115e(0xc4)],'range':_0x5cbb6b});for(const [_0x4347f5,_0x571935]of _0x20fac1[_0x2f115e(0x1d1)]){if(!this[_0x2f115e(0x1dd)](_0x4347f5))continue;const _0x3472a3=_0x136dfb[_0x2f115e(0x1d1)][_0x2f115e(0x16a)](_0x4347f5);_0x571935!==_0x3472a3&&_0x21cb88[_0x2f115e(0x197)]({'key':_0x4347f5,'newValue':_0x3472a3,'oldValue':_0x571935,'range':_0x5cbb6b});}for(const [_0x32dd22,_0x1a1abb]of _0x136dfb[_0x2f115e(0x1d1)])this[_0x2f115e(0x1dd)](_0x32dd22)&&(_0x20fac1[_0x2f115e(0x1d1)][_0x2f115e(0x1bb)](_0x32dd22)||_0x21cb88[_0x2f115e(0x197)]({'key':_0x32dd22,'newValue':_0x1a1abb,'oldValue':null,'range':_0x5cbb6b}));}}0x0!=_0x21cb88[_0x2f115e(0x208)]&&_0x548f5d[_0x2f115e(0xea)][_0x2f115e(0x182)](_0x1caf34,_0x3b0179=>{const _0x12c228=_0x2f115e,_0x40e683=_0x5547d5();for(const {range:_0x282cfa,key:_0x1ccfc8,oldValue:_0x193ec4,newValue:_0x4a3f14}of _0x21cb88)this[_0x12c228(0x11c)](_0x282cfa,_0x1ccfc8,_0x193ec4,_0x4a3f14,{'groupId':_0x40e683});this[_0x12c228(0x18b)](_0x3b0179,_0x21cb88);});},{'priority':_0x637113(0x130)}),_0x548f5d[_0x637113(0xea)][_0x637113(0x230)]['on'](_0x637113(0x10e),(_0x55cdcb,_0x5d0d58,_0x22c2e8)=>{const _0x599822=_0x637113;if(null==_0x22c2e8){const {id:_0x3e809b}=this[_0x599822(0x10a)](_0x5d0d58[_0x599822(0xc4)]),_0x1272c2=this[_0x599822(0x20c)][_0x599822(0x16a)](_0x3e809b);_0x1272c2&&_0x1272c2[_0x599822(0x175)](_0x5d0d58[_0x599822(0xc4)]);}}),_0x548f5d[_0x637113(0xea)][_0x637113(0x1fb)]['on'](_0x637113(0x15e),()=>{const _0x4d884d=_0x637113,_0x21e254=Array[_0x4d884d(0x1b5)](_0x548f5d[_0x4d884d(0xea)][_0x4d884d(0x1fb)][_0x4d884d(0xf2)][_0x4d884d(0x134)]())[_0x4d884d(0x8f)](_0x2c6bed=>_0x4d884d(0xa9)===this[_0x4d884d(0x10a)](_0x2c6bed[_0x4d884d(0xc4)])[_0x4d884d(0x148)]);if(0x0===_0x21e254[_0x4d884d(0x208)])return;_0x21e254[_0x4d884d(0xb3)]((_0x2ee736,_0x52ec04)=>{const _0x281971=_0x4d884d,_0x54d93b=_0x2ee736[_0x281971(0x160)][_0x281971(0x22e)],_0x3b11f3=_0x52ec04[_0x281971(0x160)][_0x281971(0x22e)];return null===_0x54d93b&&null===_0x3b11f3?0x0:null===_0x54d93b&&null!==_0x3b11f3?-0x1:null!==_0x54d93b&&null===_0x3b11f3?0x1:_0x54d93b[_0x281971(0x164)][_0x281971(0xe3)](_0x3b11f3[_0x281971(0x164)])?-0x1:0x1;});const _0x133d3f=new Set(),_0x96a1ed=new Set();for(const {name:_0x212e7b,data:_0x5bc150}of _0x21e254){const {id:_0x264f51}=this[_0x4d884d(0x10a)](_0x212e7b);if(null===_0x5bc150[_0x4d884d(0x22e)]){const _0x2cf793=this[_0x4d884d(0x19b)](_0x212e7b);_0x96a1ed[_0x4d884d(0x8a)](_0x2cf793);}else{const _0x143325=this[_0x4d884d(0x20c)][_0x4d884d(0x16a)](_0x264f51);null!==_0x5bc150[_0x4d884d(0xdb)]||_0x143325[_0x4d884d(0x219)]?(_0x133d3f[_0x4d884d(0x8a)](_0x143325[_0x4d884d(0x116)]),_0x96a1ed[_0x4d884d(0x8a)](_0x143325)):this[_0x4d884d(0x170)](_0x143325);}}_0x96a1ed[_0x4d884d(0x155)]>0x0&&this[_0x4d884d(0x20f)](_0x96a1ed);for(const _0x124e2c of _0x133d3f)this[_0x4d884d(0xaf)](_0x4d884d(0x183),_0x124e2c);}),_0x548f5d[_0x637113(0xea)]['on'](_0x637113(0x18e),(_0x7a2507,_0x245da1)=>{const _0x3c9f3a=_0x637113,_0x122988=_0x245da1[0x0];if(!this[_0x3c9f3a(0x20c)][_0x3c9f3a(0x155)])return;if(!_0x122988[_0x3c9f3a(0xbd)])return;if(_0x122988[_0x3c9f3a(0x147)][_0x3c9f3a(0xa0)]||!_0x122988[_0x3c9f3a(0x147)][_0x3c9f3a(0xe7)])return;let _0x11add6,_0x382068;switch(_0x122988[_0x3c9f3a(0x22c)]){case _0x3c9f3a(0xb1):_0x11add6=_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0x1c2)](_0x122988[_0x3c9f3a(0x1b8)]),_0x382068=_0x11add6[_0x3c9f3a(0x1b2)](_0x122988[_0x3c9f3a(0x1a7)]);break;case _0x3c9f3a(0x204):_0x11add6=_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0x1c2)](_0x122988[_0x3c9f3a(0x162)]),_0x382068=_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0x1c2)](_0x122988[_0x3c9f3a(0x215)]);break;case _0x3c9f3a(0xba):_0x11add6=_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0x1c2)](_0x122988[_0x3c9f3a(0x103)]),_0x382068=_0x11add6[_0x3c9f3a(0x1b2)](_0x122988[_0x3c9f3a(0x1a7)]);break;default:return;}const _0x46ba94=_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0x226)](_0x11add6,_0x382068);_0x548f5d[_0x3c9f3a(0xea)][_0x3c9f3a(0xc9)](()=>{const _0x57a3bc=_0x3c9f3a;for(const {suggestion:_0x133953,meta:_0x3b3265}of this[_0x57a3bc(0x20a)](_0x46ba94)){if(_0x133953[_0x57a3bc(0x14e)])continue;if(_0x57a3bc(0x129)==_0x133953[_0x57a3bc(0x22c)])continue;const _0x4d15ef=this[_0x57a3bc(0x1d7)](_0x133953);if(_0x4d15ef&&this[_0x57a3bc(0x154)](_0x4d15ef)&&_0x57a3bc(0x204)!=_0x122988[_0x57a3bc(0x22c)])continue;const _0xdb6a2e=_0x133953[_0x57a3bc(0x160)]&&_0x133953[_0x57a3bc(0x160)][_0x57a3bc(0x1e5)];(_0x57a3bc(0xe5)!=_0x133953[_0x57a3bc(0x22c)]||_0x57a3bc(0x204)==_0x122988[_0x57a3bc(0x22c)]&&!_0xdb6a2e)&&(_0x3b3265[_0x57a3bc(0x1ae)]||_0x57a3bc(0x1f2)==_0x133953[_0x57a3bc(0x22c)]&&_0x3b3265[_0x57a3bc(0x146)]||_0x133953[_0x57a3bc(0xd0)]()[_0x57a3bc(0x20d)](_0x46ba94)&&this[_0x57a3bc(0x166)](_0x133953,_0x11add6,_0x382068));}});},{'priority':_0x637113(0x130)}),_0x548f5d[_0x637113(0xea)]['on'](_0x637113(0x127),(_0x2a0111,_0x42614d)=>{const _0x1d738e=_0x637113,_0x5068c3=_0x42614d[0x0],_0x5a34bf=_0x42614d[0x1];if(_0x5a34bf&&_0x5a34bf[_0x1d738e(0xf0)])return;if(this[_0x1d738e(0x8b)])return;if(!this[_0x1d738e(0x9f)][_0x1d738e(0x14f)])return;if(_0x5068c3[_0x1d738e(0x140)])return;const _0x392ca4=_0x548f5d[_0x1d738e(0xea)][_0x1d738e(0x1d2)],{start:_0x2527aa,end:_0x59e263}=_0x5068c3[_0x1d738e(0xd0)](),_0x9ba536=_0x2527aa[_0x1d738e(0x1ba)]&&_0x392ca4[_0x1d738e(0xda)](_0x2527aa[_0x1d738e(0x1ba)])?null:_0x392ca4[_0x1d738e(0xfb)](_0x2527aa,_0x1d738e(0x187)),_0x363870=_0x59e263[_0x1d738e(0x1b6)]&&_0x392ca4[_0x1d738e(0xda)](_0x59e263[_0x1d738e(0x1b6)])?null:_0x392ca4[_0x1d738e(0xfb)](_0x59e263,_0x1d738e(0xf5)),_0x26c855=_0x548f5d[_0x1d738e(0xea)][_0x1d738e(0x226)](_0x9ba536?_0x9ba536[_0x1d738e(0x164)]:_0x2527aa,_0x363870?_0x363870[_0x1d738e(0x150)]:_0x59e263);_0x548f5d[_0x1d738e(0xea)][_0x1d738e(0xc9)](_0xae7a85=>{const _0xaa1269=_0x1d738e;this[_0xaa1269(0x157)](_0x26c855);const _0x5e48ed=_0x548f5d[_0xaa1269(0xea)][_0xaa1269(0x1d2)][_0xaa1269(0xfb)](_0x26c855[_0xaa1269(0x164)]);_0x5068c3['is'](_0xaa1269(0x143))?_0xae7a85[_0xaa1269(0x1c6)](_0x5e48ed):_0x5068c3[_0xaa1269(0x1b9)](_0x5e48ed);}),_0x2a0111[_0x1d738e(0x17b)]();},{'priority':_0x4b3b9f[_0x637113(0x11d)]+0xa}),_0x548f5d[_0x637113(0xea)]['on'](_0x637113(0x17c),(_0x1b7dd8,_0x86531c)=>{const _0x310dee=_0x637113,_0x230e12=_0x86531c[_0x86531c[_0x310dee(0x208)]-0x1];_0x230e12&&_0x230e12[_0x310dee(0xf0)]||this[_0x310dee(0x8b)]||this[_0x310dee(0x9f)][_0x310dee(0x14f)]&&(_0x548f5d[_0x310dee(0xea)][_0x310dee(0xc9)](()=>{const _0x516f00=_0x310dee;let _0x3cf4cb=_0x548f5d[_0x516f00(0xea)][_0x516f00(0x17c)](_0x86531c[0x0],_0x86531c[0x1],_0x86531c[0x2],{'forceDefaultExecution':!0x0});if(!_0x3cf4cb)return;_0x1b7dd8[_0x516f00(0x1a6)]=_0x3cf4cb[_0x516f00(0x1fd)]();const _0x579558=_0x3cf4cb[_0x516f00(0x150)][_0x516f00(0x1b6)],_0x3d57de=_0x548f5d[_0x516f00(0xea)][_0x516f00(0x1d2)];_0x579558&&_0x3d57de[_0x516f00(0x13a)](_0x579558)&&!_0x3d57de[_0x516f00(0x201)](_0x579558)&&(_0x3cf4cb=_0x548f5d[_0x516f00(0xea)][_0x516f00(0x226)](_0x3cf4cb[_0x516f00(0x164)],_0x548f5d[_0x516f00(0xea)][_0x516f00(0x1c2)](_0x579558,_0x516f00(0x150)))),this[_0x516f00(0x206)](_0x3cf4cb);}),_0x1b7dd8[_0x310dee(0x17b)]());},{'priority':_0x637113(0xb4)}),this[_0x637113(0x132)][_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0xd9),this[_0x637113(0x9f)]),this[_0x637113(0xee)](_0x637113(0xd9));const _0x4f8035=new _0x2bfde2(_0x548f5d,this[_0x637113(0x20c)]);_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0xa6),_0x4f8035),this[_0x637113(0xee)](_0x637113(0xa6));const _0x3cfdef=new _0x2216f4(_0x548f5d,this[_0x637113(0x20c)]);_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0x1a4),_0x3cfdef),this[_0x637113(0xee)](_0x637113(0x1a4)),_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0x107),new _0x53e2e6(_0x548f5d,_0x4f8035,this[_0x637113(0x20c)])),this[_0x637113(0xee)](_0x637113(0x107)),_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0x21b),new _0x53e2e6(_0x548f5d,_0x3cfdef,this[_0x637113(0x20c)])),this[_0x637113(0xee)](_0x637113(0x21b)),_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0xbc),new _0x471541(_0x548f5d,_0x4f8035,this[_0x637113(0x20c)])),this[_0x637113(0xee)](_0x637113(0xbc)),_0x548f5d[_0x637113(0x174)][_0x637113(0x8a)](_0x637113(0xc7),new _0x471541(_0x548f5d,_0x3cfdef,this[_0x637113(0x20c)])),this[_0x637113(0xee)](_0x637113(0xc7));const _0x46df29=_0x548f5d[_0x637113(0x1a9)][_0x637113(0x16a)](_0x637113(0x111));this[_0x637113(0x120)](_0x46df29,_0x637113(0x1e7),(_0x5bd486,{threadId:_0x2de236})=>{const _0x45c43d=_0x637113,_0x4d1058=this[_0x45c43d(0x20c)][_0x45c43d(0x16a)](_0x2de236);_0x4d1058&&_0x4d1058[_0x45c43d(0x1dc)]&&0x1===_0x4d1058[_0x45c43d(0x1dc)][_0x45c43d(0x208)]&&this[_0x45c43d(0x17f)](_0x2de236,{'hasComments':!0x0});},{'priority':_0x637113(0xf9)}),this[_0x637113(0x120)](_0x46df29,_0x637113(0x186),(_0x1e83e9,{threadId:_0x25ac4e})=>{const _0x238600=_0x637113,_0x177584=this[_0x238600(0x20c)][_0x238600(0x16a)](_0x25ac4e);_0x177584&&_0x177584[_0x238600(0x1dc)]&&!_0x177584[_0x238600(0x1dc)][_0x238600(0x208)]&&this[_0x238600(0x17f)](_0x25ac4e,{'hasComments':!0x1});},{'priority':_0x637113(0xf9)});}set[_0x2e1423(0x126)](_0x3f7414){const _0x4c7fc9=_0x2e1423;if(this[_0x4c7fc9(0x184)])throw new _0x11d6d5(_0x4c7fc9(0x17e),this);this[_0x4c7fc9(0x184)]=_0x3f7414;}get[_0x2e1423(0x126)](){const _0x54bdd7=_0x2e1423;return this[_0x54bdd7(0x184)];}[_0x2e1423(0x1fe)]({skipNotAttached:_0x2f41e8=!0x1,toJSON:_0x3baaca=!0x1}={}){const _0x27b542=_0x2e1423,_0x50d819=[];for(const _0xe1a197 of this[_0x27b542(0x20c)][_0x27b542(0xb8)]())_0x2f41e8&&!_0xe1a197[_0x27b542(0x219)]||_0x50d819[_0x27b542(0x197)](_0xe1a197);return _0x3baaca?_0x50d819[_0x27b542(0x1df)](_0x367cfb=>_0x367cfb[_0x27b542(0x1bc)]()):_0x50d819;}[_0x2e1423(0x217)](_0x5d1a58){const _0x1ba251=_0x2e1423,_0x59a00d=this[_0x1ba251(0x20c)][_0x1ba251(0x16a)](_0x5d1a58);if(!_0x59a00d)throw new _0x11d6d5(_0x1ba251(0x21e),this);return _0x59a00d;}[_0x2e1423(0x89)](_0x54c8b8){const _0x3d2075=_0x2e1423;return this[_0x3d2075(0x20c)][_0x3d2075(0x1bb)](_0x54c8b8);}[_0x2e1423(0x203)](_0x56a57a){const _0x5e3bac=_0x2e1423,{authorId:_0x5ee4f6,id:_0x1b33f6,attributes:_0x3ec26f}=_0x56a57a,[_0x25c03f,_0x5293b5]=_0x56a57a[_0x5e3bac(0x22c)][_0x5e3bac(0x204)](':'),_0x5b5039=this[_0x5e3bac(0x20c)][_0x5e3bac(0x16a)](_0x1b33f6)||this[_0x5e3bac(0xa4)](_0x25c03f,_0x5293b5,_0x1b33f6,_0x5ee4f6,_0x3ec26f);if(this[_0x5e3bac(0x210)](_0x5b5039),this[_0x5e3bac(0xd2)](_0x5b5039,_0x25c03f,_0x5293b5||null,_0x5ee4f6),_0x5b5039[_0x5e3bac(0x9a)]=_0x56a57a[_0x5e3bac(0x9a)],_0x5b5039[_0x5e3bac(0x121)]=!0x0,_0x3ec26f&&_0x3ec26f[_0x5e3bac(0x98)]){const _0x50834e=_0x3ec26f[_0x5e3bac(0x98)],_0x590fb0=this[_0x5e3bac(0xc0)](_0x50834e[_0x5e3bac(0x229)]);_0x5b5039[_0x5e3bac(0xdc)]=_0x50834e[_0x5e3bac(0x9a)],_0x5b5039[_0x5e3bac(0x1cf)]=_0x590fb0,_0x5b5039[_0x5e3bac(0xd1)]=!0x0;}else _0x5b5039[_0x5e3bac(0xdc)]=_0x56a57a[_0x5e3bac(0x9a)];switch(_0x56a57a[_0x5e3bac(0x160)]&&(_0x5b5039[_0x5e3bac(0x160)]=_0x56a57a[_0x5e3bac(0x160)]),_0x56a57a[_0x5e3bac(0x1d1)]&&(_0x5b5039[_0x5e3bac(0x1d1)]=_0x56a57a[_0x5e3bac(0x1d1)]),this[_0x5e3bac(0x184)]&&this[_0x5e3bac(0x184)][_0x5e3bac(0xc5)]||(_0x5b5039[_0x5e3bac(0xa1)]=!0x0),this[_0x5e3bac(0x1cc)][_0x5e3bac(0x16a)](_0x5b5039)){case _0x5e3bac(0x122):this[_0x5e3bac(0x1cc)][_0x5e3bac(0x114)](_0x5b5039,_0x5e3bac(0x1f3));break;case _0x5e3bac(0xb5):_0x5b5039[_0x5e3bac(0x219)]?(this[_0x5e3bac(0x9e)](new Set([_0x5b5039])),this[_0x5e3bac(0x20f)](new Set([_0x5b5039])),this[_0x5e3bac(0x1cc)][_0x5e3bac(0x114)](_0x5b5039,_0x5e3bac(0xcf)),this[_0x5e3bac(0xaf)](_0x5e3bac(0x1da),_0x5b5039)):this[_0x5e3bac(0x1cc)][_0x5e3bac(0x114)](_0x5b5039,_0x5e3bac(0xa7));}return _0x5b5039;}[_0x2e1423(0xa6)](_0x4645b0){const _0x29ddea=_0x2e1423;this[_0x29ddea(0xf0)](()=>{const _0x1e0204=_0x29ddea;this[_0x1e0204(0x132)][_0x1e0204(0xea)][_0x1e0204(0xc9)](()=>{const _0x2e5bfb=_0x1e0204;for(const _0x116785 of _0x4645b0[_0x2e5bfb(0x19f)]())_0x116785[_0x2e5bfb(0x144)]();});});}[_0x2e1423(0x1a4)](_0x47c6c9){const _0x107c16=_0x2e1423;this[_0x107c16(0xf0)](()=>{const _0x2691c3=_0x107c16;this[_0x2691c3(0x132)][_0x2691c3(0xea)][_0x2691c3(0xc9)](()=>{const _0x1511b8=_0x2691c3;for(const _0x14d4b5 of _0x47c6c9[_0x1511b8(0x19f)]())_0x14d4b5[_0x1511b8(0x1a1)]();});});}[_0x2e1423(0xee)](_0x34a2fc,_0x43c39c){const _0x24d04d=_0x2e1423,_0x6f2f68=this[_0x24d04d(0x132)][_0x24d04d(0x174)][_0x24d04d(0x16a)](_0x34a2fc);if(!_0x6f2f68)throw new _0x11d6d5(_0x24d04d(0xe2),this,{'commandName':_0x34a2fc});if(this[_0x24d04d(0x188)][_0x24d04d(0x1bb)](_0x6f2f68))throw new _0x11d6d5(_0x24d04d(0x1f4),this,{'commandName':_0x34a2fc});this[_0x24d04d(0x188)][_0x24d04d(0x8a)](_0x6f2f68),_0x43c39c&&_0x6f2f68['on'](_0x24d04d(0x15d),(_0x2eb481,_0x5b1e41)=>{const _0x515c8d=_0x24d04d;this[_0x515c8d(0x9f)][_0x515c8d(0x14f)]&&(this[_0x515c8d(0x8b)]||(_0x5b1e41[_0x515c8d(0x208)]>0x0&&_0x5b1e41[_0x5b1e41[_0x515c8d(0x208)]-0x1]&&_0x5b1e41[_0x5b1e41[_0x515c8d(0x208)]-0x1][_0x515c8d(0xf0)]?_0x5b1e41[_0x515c8d(0xac)]():(_0x2eb481[_0x515c8d(0x1a6)]=_0x43c39c((..._0x5e8fea)=>_0x6f2f68[_0x515c8d(0x15d)](..._0x5e8fea,{'forceDefaultExecution':!0x0}),..._0x5b1e41),_0x2eb481[_0x515c8d(0x17b)]())));},{'priority':_0x24d04d(0xb4)});}[_0x2e1423(0xf0)](_0x45f485){const _0x5a115c=_0x2e1423;let _0x3e9396,_0x1e5557;const _0x5db515=this[_0x5a115c(0x8b)];this[_0x5a115c(0x8b)]=!0x0;try{_0x3e9396=_0x45f485();}catch(_0x492580){_0x1e5557=_0x492580;}return _0x5db515||(this[_0x5a115c(0x8b)]=!0x1),_0x1e5557&&_0x11d6d5[_0x5a115c(0x16c)](_0x1e5557,this),_0x3e9396;}[_0x2e1423(0x206)](_0x16d89c,_0x23b780=null,_0x439278={}){const _0x1a1d59=_0x2e1423;if(_0x16d89c[_0x1a1d59(0x140)])return null;const _0x20cfe8=this[_0x1a1d59(0x132)][_0x1a1d59(0x1a9)][_0x1a1d59(0x16a)](_0x1a1d59(0x1f7))['me'];for(const {suggestion:_0x10ddf7,meta:_0x5413ea}of this[_0x1a1d59(0x20a)](_0x16d89c,_0x1a1d59(0x1f2)))if(_0x5413ea[_0x1a1d59(0x146)]){if(!_0x5413ea[_0x1a1d59(0x1a3)]){if(_0x5413ea[_0x1a1d59(0x1ae)]){if(!this[_0x1a1d59(0x99)]||!Lt(_0x10ddf7,_0x439278))continue;return _0x10ddf7;}if(Lt(_0x10ddf7,_0x439278))return _0x10ddf7;this[_0x1a1d59(0x166)](_0x10ddf7,_0x16d89c[_0x1a1d59(0x164)],_0x16d89c[_0x1a1d59(0x150)]);break;}if(_0x23b780==_0x10ddf7[_0x1a1d59(0x14c)]&&Lt(_0x10ddf7,_0x439278)){const _0x10c533=_0x10ddf7[_0x1a1d59(0xd0)]();return _0x10c533[_0x1a1d59(0x164)][_0x1a1d59(0x15b)](_0x16d89c[_0x1a1d59(0x150)])?this[_0x1a1d59(0x18c)](_0x10ddf7,this[_0x1a1d59(0x211)][_0x1a1d59(0x226)](_0x16d89c[_0x1a1d59(0x164)],_0x10c533[_0x1a1d59(0x150)])):this[_0x1a1d59(0x18c)](_0x10ddf7,this[_0x1a1d59(0x211)][_0x1a1d59(0x226)](_0x10c533[_0x1a1d59(0x164)],_0x16d89c[_0x1a1d59(0x150)])),_0x10ddf7;}}const _0x8b2774=_0x5547d5(),_0x52c16b=_0x20cfe8['id'],_0x3c5a3a=_0x23b780?_0x1a1d59(0x124)+_0x23b780:_0x1a1d59(0x1f2),_0xc559fe=this[_0x1a1d59(0xd6)]({'id':_0x8b2774,'type':_0x3c5a3a,'createdAt':new Date(),'authorId':_0x52c16b,'attributes':_0x439278});return this[_0x1a1d59(0x1c1)](_0x3c5a3a,_0x8b2774,_0x52c16b,_0x16d89c),_0xc559fe;}[_0x2e1423(0xc3)](_0x134fcd,_0x35acc9=_0x2e1423(0x192),_0x26757b={}){const _0x3b857b=_0x2e1423,_0x87f1d6=this[_0x3b857b(0x132)][_0x3b857b(0x1a9)][_0x3b857b(0x16a)](_0x3b857b(0x1f7))['me'],_0x27f05c=this[_0x3b857b(0x1bf)][_0x3b857b(0x125)](_0x3b857b(0x1f2),_0x35acc9,_0x3b857b(0x1a5));for(const _0x327802 of this[_0x3b857b(0x1fe)]())if(_0x327802[_0x3b857b(0x1cf)]['id']==_0x87f1d6['id']&&_0x3b857b(0x1f2)==_0x327802[_0x3b857b(0x22c)]&&_0x327802[_0x3b857b(0x14c)]==_0x35acc9&&Lt(_0x327802,_0x26757b)&&(_0x27f05c(_0x327802[_0x3b857b(0x123)](),_0x134fcd)||_0x27f05c(_0x134fcd,_0x327802[_0x3b857b(0x123)]()))){for(const _0x4677ed of _0x134fcd)_0x327802[_0x3b857b(0x161)](_0x4677ed);return _0x327802;}for(const {suggestion:_0x2da36f,meta:_0x39283e}of this[_0x3b857b(0x20a)](_0x134fcd,_0x3b857b(0x1f2))){if(!_0x39283e[_0x3b857b(0x146)])continue;if(!this[_0x3b857b(0x99)]&&_0x39283e[_0x3b857b(0x1ae)])continue;if(!Lt(_0x2da36f,_0x26757b))continue;let _0x486f65=!0x0;for(const _0x2a2ea0 of _0x2da36f[_0x3b857b(0x123)]())for(const _0x4f7144 of _0x134fcd)if(!_0x2a2ea0[_0x3b857b(0x20d)](_0x4f7144)){_0x486f65=!0x1;break;}if(_0x486f65)return _0x2da36f;}const _0x34235f=_0x5547d5(),_0x1833c8=_0x87f1d6['id'],_0x28ea6f=_0x3b857b(0x124)+_0x35acc9,_0x195268=this[_0x3b857b(0xd6)]({'id':_0x34235f,'type':_0x28ea6f,'createdAt':new Date(),'authorId':_0x1833c8,'attributes':_0x26757b});for(const _0x1d4565 of _0x134fcd)this[_0x3b857b(0x1c1)](_0x28ea6f,_0x34235f,_0x1833c8,_0x1d4565,_0x2eed77[_0x3b857b(0xff)]());return _0x195268;}[_0x2e1423(0x209)](_0x4daa67,_0x5c20ea,_0x46da57=null,_0x459eab={}){const _0x21cb7a=_0x2e1423;if(_0x46da57=_0x46da57||Vt(_0x5c20ea),_0x4daa67[_0x21cb7a(0x140)])return null;if(_0x21cb7a(0xa8)===this[_0x21cb7a(0x1d8)]){const _0x55c812=this[_0x21cb7a(0x1bf)][_0x21cb7a(0x125)](_0x21cb7a(0x129),_0x46da57,_0x21cb7a(0x144));return this[_0x21cb7a(0xf0)](()=>_0x55c812([_0x4daa67],_0x5c20ea,_0x459eab)),null;}const _0x41be68=this[_0x21cb7a(0x132)][_0x21cb7a(0x1a9)][_0x21cb7a(0x16a)](_0x21cb7a(0x1f7))['me'],_0x170fe7=[];if(_0x21cb7a(0x191)!==this[_0x21cb7a(0x1d8)]){for(const {suggestion:_0x78e351,meta:_0xa5fa4a}of this[_0x21cb7a(0x20a)](_0x4daa67,_0x21cb7a(0x1f2)))_0xa5fa4a[_0x21cb7a(0x146)]&&!_0xa5fa4a[_0x21cb7a(0x1ad)]&&_0x170fe7[_0x21cb7a(0x197)](..._0x78e351[_0x21cb7a(0x123)]());}const _0x269dbe=function(_0x581cab,_0x5a67da){const _0x285193=_0x21cb7a,_0x1f83ac=[];for(const _0x5b046a of _0x5a67da){const _0x42dd97=_0x581cab[_0x285193(0x9c)](_0x5b046a);_0x42dd97&&_0x1f83ac[_0x285193(0x197)](_0x42dd97);}return _0x1f83ac;}(_0x4daa67,_0x170fe7),_0x480c9c=function(_0x31ce1d,_0x5a26ef){const _0x3e1c2a=_0x21cb7a,_0x219409=[_0x31ce1d];for(const _0x3f50e7 of _0x5a26ef){let _0x1e4fcc=0x0;for(;_0x1e4fcc<_0x219409[_0x3e1c2a(0x208)];){const _0x3f2827=_0x219409[_0x1e4fcc][_0x3e1c2a(0xca)](_0x3f50e7);_0x219409[_0x3e1c2a(0x106)](_0x1e4fcc,0x1,..._0x3f2827),_0x1e4fcc+=_0x3f2827[_0x3e1c2a(0x208)];}}return _0x219409;}(_0x4daa67,_0x170fe7);_0x269dbe[_0x21cb7a(0x208)]&&this[_0x21cb7a(0x211)][_0x21cb7a(0xc9)](()=>{const _0x3725f9=_0x21cb7a;for(const _0x4ffa0d of _0x269dbe){const _0x4fbff0=this[_0x3725f9(0x1bf)][_0x3725f9(0x125)](_0x3725f9(0x129),_0x46da57,_0x3725f9(0x144));this[_0x3725f9(0xf0)](()=>_0x4fbff0([_0x4ffa0d],_0x5c20ea,_0x459eab));}});for(const _0x42bb1c of _0x480c9c){let _0xf22ff6=null,_0x447283=_0x42bb1c[_0x21cb7a(0x164)],_0x3a4f21=_0x42bb1c[_0x21cb7a(0x150)];for(const {suggestion:_0x245405,meta:_0x93228b}of this[_0x21cb7a(0x20a)](_0x42bb1c,_0x21cb7a(0x129))){if(!_0x93228b[_0x21cb7a(0x146)])continue;if(_0x245405[_0x21cb7a(0x14c)]!=_0x46da57)continue;if(!Lt(_0x245405,_0x459eab))continue;const _0x58ac1c=_0x245405[_0x21cb7a(0xd0)]();if(_0x58ac1c[_0x21cb7a(0x20d)](_0x42bb1c,!0x0))return null;_0x447283=_0x447283[_0x21cb7a(0xe3)](_0x58ac1c[_0x21cb7a(0x164)])?_0x447283:_0x58ac1c[_0x21cb7a(0x164)],_0x3a4f21=_0x3a4f21[_0x21cb7a(0xfe)](_0x58ac1c[_0x21cb7a(0x150)])?_0x3a4f21:_0x58ac1c[_0x21cb7a(0x150)],_0xf22ff6?_0x58ac1c[_0x21cb7a(0x164)][_0x21cb7a(0xe3)](_0xf22ff6[_0x21cb7a(0xd0)]()[_0x21cb7a(0x164)])?(_0xf22ff6[_0x21cb7a(0x88)](),_0xf22ff6=_0x245405):_0x245405[_0x21cb7a(0x88)]():_0xf22ff6=_0x245405;}const _0x4ce791=this[_0x21cb7a(0x211)][_0x21cb7a(0x226)](_0x447283,_0x3a4f21);if(_0xf22ff6)this[_0x21cb7a(0x18c)](_0xf22ff6,_0x4ce791);else{const _0x200b12=_0x5547d5(),_0xcafa60=_0x41be68['id'];this[_0x21cb7a(0xd6)]({'id':_0x200b12,'type':_0x21cb7a(0x158)+_0x46da57,'data':_0x5c20ea,'createdAt':new Date(),'authorId':_0xcafa60,'attributes':_0x459eab}),this[_0x21cb7a(0x1c1)](_0x21cb7a(0x158)+_0x46da57,_0x200b12,_0xcafa60,_0x4ce791);}}return null;}[_0x2e1423(0xae)](_0x4da06a,_0x1e83d6,_0x2cbaa3=[],_0x36fbbf=null,_0x37f111={}){const _0x162cbd=_0x2e1423;_0x1e83d6[_0x162cbd(0x141)]||(_0x1e83d6[_0x162cbd(0x141)]=_0x1e83d6[_0x162cbd(0x1c4)]),_0x1e83d6[_0x162cbd(0x1e5)]=_0x4da06a['is'](_0x162cbd(0x153)),_0x36fbbf=_0x36fbbf||Vt(_0x1e83d6);const _0x8a68c8=_0x2cbaa3[_0x162cbd(0x1df)](_0x462890=>Gt(_0x462890,this[_0x162cbd(0x211)])),_0x1dd887=_0x4da06a['is'](_0x162cbd(0x153))?_0x4da06a:Gt(_0x4da06a,this[_0x162cbd(0x211)]);if(_0x162cbd(0xa8)===this[_0x162cbd(0x1d8)]){const _0x56edbf=this[_0x162cbd(0x1bf)][_0x162cbd(0x125)](_0x162cbd(0xe5),_0x36fbbf,_0x162cbd(0x144));return this[_0x162cbd(0xf0)](()=>_0x56edbf([_0x1dd887],_0x1e83d6,_0x37f111)),null;}_0x8a68c8[_0x162cbd(0x197)](_0x1dd887);let _0x315f4f=!0x0;for(const _0x285298 of _0x8a68c8)if(!this[_0x162cbd(0x92)](_0x285298)){_0x315f4f=!0x1;break;}if(_0x315f4f&&_0x162cbd(0x191)!==this[_0x162cbd(0x1d8)]){const _0x43f6ea=this[_0x162cbd(0x1bf)][_0x162cbd(0x125)](_0x162cbd(0xe5),_0x36fbbf,_0x162cbd(0x144));return this[_0x162cbd(0xf0)](()=>_0x43f6ea([_0x1dd887],_0x1e83d6,_0x37f111)),null;}let _0x111fb1=null,_0x19e465=_0x1dd887[_0x162cbd(0x164)],_0x4bc786=_0x1dd887[_0x162cbd(0x150)];for(const {suggestion:_0x4675c8,meta:_0x42f206}of this[_0x162cbd(0x20a)](_0x1dd887,_0x162cbd(0xe5))){if(!_0x42f206[_0x162cbd(0x146)])continue;if(_0x42f206[_0x162cbd(0x1a3)]||_0x42f206[_0x162cbd(0x1ae)]||_0x42f206[_0x162cbd(0x1ad)])continue;if(_0x4675c8[_0x162cbd(0x160)][_0x162cbd(0x141)]!=_0x1e83d6[_0x162cbd(0x141)])continue;if(!Lt(_0x4675c8,_0x37f111))continue;const _0x51ae10=_0x4675c8[_0x162cbd(0xd0)]();if(_0x4675c8[_0x162cbd(0x14c)]==_0x36fbbf){if(_0x51ae10[_0x162cbd(0x20d)](_0x1dd887,!0x0))return null;_0x19e465=_0x19e465[_0x162cbd(0xe3)](_0x51ae10[_0x162cbd(0x164)])?_0x19e465:_0x51ae10[_0x162cbd(0x164)],_0x4bc786=_0x4bc786[_0x162cbd(0xfe)](_0x51ae10[_0x162cbd(0x150)])?_0x4bc786:_0x51ae10[_0x162cbd(0x150)],_0x111fb1?_0x51ae10[_0x162cbd(0x164)][_0x162cbd(0xe3)](_0x111fb1[_0x162cbd(0xd0)]()[_0x162cbd(0x164)])?(_0x111fb1[_0x162cbd(0x88)](),_0x111fb1=_0x4675c8):_0x4675c8[_0x162cbd(0x88)]():_0x111fb1=_0x4675c8;}else{const _0x5cce2e=_0x1dd887[_0x162cbd(0x9c)](_0x51ae10);this[_0x162cbd(0x1e6)](_0x4675c8,_0x5cce2e);}}const _0x4dbff4=this[_0x162cbd(0x132)][_0x162cbd(0x1a9)][_0x162cbd(0x16a)](_0x162cbd(0x1f7))['me'],_0x485051=_0x5547d5(),_0x6aa462=_0x4dbff4['id'];if(_0x111fb1)return this[_0x162cbd(0x18c)](_0x111fb1,this[_0x162cbd(0x211)][_0x162cbd(0x226)](_0x19e465,_0x4bc786)),_0x111fb1;{const _0x1fb1ff=this[_0x162cbd(0xd6)]({'id':_0x485051,'type':_0x162cbd(0x198)+_0x36fbbf,'data':_0x1e83d6,'createdAt':new Date(),'authorId':_0x6aa462,'attributes':_0x37f111});return this[_0x162cbd(0x1c1)](_0x162cbd(0x198)+_0x36fbbf,_0x485051,_0x6aa462,this[_0x162cbd(0x211)][_0x162cbd(0x226)](_0x19e465,_0x4bc786)),_0x1fb1ff;}}[_0x2e1423(0x1d0)](_0x4372e1,_0x59d71d,_0x1459ff=[],_0x41f81d=null,_0x4b6b10={}){const _0x9901d3=_0x2e1423;_0x59d71d[_0x9901d3(0x141)]||(_0x59d71d[_0x9901d3(0x141)]=_0x59d71d[_0x9901d3(0x1c4)]);const _0x22c336=_0x4372e1[0x0];_0x59d71d[_0x9901d3(0x1e5)]=_0x22c336['is'](_0x9901d3(0x153)),_0x41f81d=_0x41f81d||Vt(_0x59d71d);const _0x2544dd=_0x1459ff[_0x9901d3(0x1df)](_0x1459f5=>Gt(_0x1459f5,this[_0x9901d3(0x211)])),_0x36b6b8=_0x22c336['is'](_0x9901d3(0x153))?_0x4372e1:_0x4372e1[_0x9901d3(0x1df)](_0x3fa723=>Gt(_0x3fa723,this[_0x9901d3(0x211)]));if(_0x9901d3(0xa8)===this[_0x9901d3(0x1d8)]){const _0x20600d=this[_0x9901d3(0x1bf)][_0x9901d3(0x125)](_0x9901d3(0xe5),_0x41f81d,_0x9901d3(0x144));return this[_0x9901d3(0xf0)](()=>_0x20600d(_0x36b6b8,_0x59d71d,_0x4b6b10)),null;}_0x2544dd[_0x9901d3(0x197)](..._0x36b6b8);let _0x19029c=!0x0;for(const _0x190fca of _0x2544dd)if(!this[_0x9901d3(0x92)](_0x190fca)){_0x19029c=!0x1;break;}if(_0x19029c&&_0x9901d3(0x191)!==this[_0x9901d3(0x1d8)]){const _0x6dfb00=this[_0x9901d3(0x1bf)][_0x9901d3(0x125)](_0x9901d3(0xe5),_0x41f81d,_0x9901d3(0x144));return this[_0x9901d3(0xf0)](()=>_0x6dfb00(_0x36b6b8,_0x59d71d,_0x4b6b10)),null;}const _0x32275c=this[_0x9901d3(0x132)][_0x9901d3(0x1a9)][_0x9901d3(0x16a)](_0x9901d3(0x1f7))['me'];for(const _0xfcc37c of this[_0x9901d3(0x1fe)]()){if(_0xfcc37c[_0x9901d3(0x1cf)]['id']!=_0x32275c['id'])continue;if(_0x9901d3(0xe5)!=_0xfcc37c[_0x9901d3(0x22c)]||_0xfcc37c[_0x9901d3(0x160)][_0x9901d3(0x141)]!=_0x59d71d[_0x9901d3(0x141)])continue;if(!Lt(_0xfcc37c,_0x4b6b10))continue;const _0x24be9e=_0xfcc37c[_0x9901d3(0x14c)]==_0x41f81d;for(let _0x6cd5e9=0x0;_0x6cd5e9<_0x36b6b8[_0x9901d3(0x208)];_0x6cd5e9++){const _0x4c0d1c=_0x36b6b8[_0x6cd5e9];for(const _0x323996 of _0xfcc37c[_0x9901d3(0x1b3)]()){const _0x248145=_0x323996[_0x9901d3(0x1bd)]();if(_0x4c0d1c[_0x9901d3(0x15b)](_0x248145)){_0x24be9e?(_0x36b6b8[_0x9901d3(0x106)](_0x6cd5e9,0x1),_0x6cd5e9--):_0xfcc37c[_0x9901d3(0xef)](_0x323996[_0x9901d3(0xc4)]);break;}}}}if(0x0==_0x36b6b8[_0x9901d3(0x208)])return null;const _0x11bf8e=this[_0x9901d3(0x1bf)][_0x9901d3(0x125)](_0x9901d3(0xe5),_0x41f81d,_0x9901d3(0x1a5));for(const _0x10224d of this[_0x9901d3(0x1fe)]())if(_0x10224d[_0x9901d3(0x1cf)]['id']==_0x32275c['id']&&_0x9901d3(0xe5)==_0x10224d[_0x9901d3(0x22c)]&&_0x10224d[_0x9901d3(0x160)][_0x9901d3(0x141)]==_0x59d71d[_0x9901d3(0x141)]&&_0x10224d[_0x9901d3(0x14c)]==_0x41f81d&&Lt(_0x10224d,_0x4b6b10)&&(_0x11bf8e(_0x10224d[_0x9901d3(0x123)](),_0x36b6b8)||_0x11bf8e(_0x36b6b8,_0x10224d[_0x9901d3(0x123)]()))){for(const _0x339c66 of _0x36b6b8)_0x10224d[_0x9901d3(0x161)](_0x339c66);return _0x10224d;}const _0x40649d=_0x5547d5(),_0x457975=_0x32275c['id'],_0x4dec2f=_0x9901d3(0x198)+_0x41f81d,_0x4135b1=this[_0x9901d3(0xd6)]({'id':_0x40649d,'type':_0x4dec2f,'data':_0x59d71d,'createdAt':new Date(),'authorId':_0x457975,'attributes':_0x4b6b10});for(const _0x23d254 of _0x36b6b8)this[_0x9901d3(0x1c1)](_0x4dec2f,_0x40649d,_0x457975,_0x23d254,_0x2eed77[_0x9901d3(0xff)]());return _0x4135b1;}[_0x2e1423(0x157)](_0x973d9e,_0x5cf9f0=null,_0x4c2b8a={}){const _0x29c190=_0x2e1423;if(_0x973d9e[_0x29c190(0x140)])return null;const _0x3ea4a2=this[_0x29c190(0x132)][_0x29c190(0x1a9)][_0x29c190(0x16a)](_0x29c190(0x1f7))['me'],_0x1b6f84=new _0x229706(_0x973d9e[_0x29c190(0x164)],_0x973d9e[_0x29c190(0x150)]);for(const {suggestion:_0x13ba14,meta:_0x49aca8}of this[_0x29c190(0x20a)](_0x1b6f84,_0x29c190(0x1f2)))if(_0x49aca8[_0x29c190(0x146)]&&!_0x49aca8[_0x29c190(0x1a3)]){if(_0x13ba14[_0x29c190(0x14e)]){const _0x2c3438=_0x13ba14[_0x29c190(0x123)]()[_0x29c190(0x8f)](_0xf1bb20=>_0x29c190(0x10f)!=_0xf1bb20[_0x29c190(0x194)][_0x29c190(0x202)]);_0x2c3438[_0x29c190(0x20b)](_0x3885a1=>_0x1b6f84[_0x29c190(0x20d)](_0x3885a1,!0x0))&&_0x13ba14[_0x29c190(0x1a1)]();if(_0x2c3438[_0x29c190(0xa3)](_0x2d0e65=>_0x2d0e65[_0x29c190(0x20d)](_0x1b6f84,!0x0))){const _0x5623a1=this[_0x29c190(0x1bf)][_0x29c190(0x125)](_0x29c190(0x149),_0x5cf9f0,_0x29c190(0x144));return this[_0x29c190(0xf0)](()=>_0x5623a1([_0x1b6f84],null,_0x4c2b8a)),null;}}else{const _0x3b35b6=_0x1b6f84[_0x29c190(0x9c)](_0x13ba14[_0x29c190(0xd0)]());null!==_0x3b35b6&&_0x13ba14[_0x29c190(0x119)]([_0x3b35b6],null,_0x4c2b8a);}}if(_0x1b6f84[_0x29c190(0x137)](),_0x1b6f84[_0x29c190(0x140)]||_0x29c190(0x10f)==_0x1b6f84[_0x29c190(0x194)][_0x29c190(0x202)])return null;let _0x5dd83a=null,_0x2aec15=_0x1b6f84[_0x29c190(0x164)],_0x2cc88b=_0x1b6f84[_0x29c190(0x150)];const _0x419df3=this[_0x29c190(0x20a)](_0x1b6f84,_0x29c190(0x149));for(const {suggestion:_0x26ca19,meta:_0x988fd8}of _0x419df3){const _0x5b6a9a=this[_0x29c190(0x211)][_0x29c190(0x226)](_0x2aec15,_0x2cc88b);if(_0x988fd8[_0x29c190(0x146)]&&(this[_0x29c190(0x99)]||!_0x988fd8[_0x29c190(0x1ae)]&&!_0x988fd8[_0x29c190(0x1ad)])){if(_0x26ca19[_0x29c190(0x14e)]){if(!Lt(_0x26ca19,_0x4c2b8a))continue;let _0x457302=!0x0;for(const _0x3d70a1 of _0x26ca19[_0x29c190(0x123)]()){if(_0x3d70a1[_0x29c190(0x20d)](_0x5b6a9a,!0x0))return _0x26ca19;_0x5b6a9a[_0x29c190(0x20d)](_0x3d70a1)||(_0x457302=!0x1);}_0x457302&&_0x26ca19[_0x29c190(0x1a1)]();}else{const _0x45e037=_0x26ca19[_0x29c190(0xd0)]();if(_0x45e037[_0x29c190(0x20d)](_0x5b6a9a,!0x0))return _0x26ca19;if(!Lt(_0x26ca19,_0x4c2b8a)){_0x5b6a9a[_0x29c190(0x20d)](_0x45e037)?_0x26ca19[_0x29c190(0x88)]():_0x45e037[_0x29c190(0x13d)](_0x2aec15)?_0x2aec15=_0x45e037[_0x29c190(0x150)]:_0x45e037[_0x29c190(0x13d)](_0x2cc88b)&&(_0x2cc88b=_0x45e037[_0x29c190(0x164)]);continue;}_0x2aec15=_0x2aec15[_0x29c190(0xe3)](_0x45e037[_0x29c190(0x164)])?_0x2aec15:_0x45e037[_0x29c190(0x164)],_0x2cc88b=_0x2cc88b[_0x29c190(0xfe)](_0x45e037[_0x29c190(0x150)])?_0x2cc88b:_0x45e037[_0x29c190(0x150)],_0x4c2b8a=Object[_0x29c190(0x1ab)]({},_0x26ca19[_0x29c190(0x1d1)]),_0x5dd83a?_0x45e037[_0x29c190(0x164)][_0x29c190(0xe3)](_0x5dd83a[_0x29c190(0xd0)]()[_0x29c190(0x164)])?(_0x5dd83a[_0x29c190(0x88)](),_0x5dd83a=_0x26ca19):_0x26ca19[_0x29c190(0x88)]():_0x5dd83a=_0x26ca19;}}}if(_0x5dd83a)return this[_0x29c190(0x18c)](_0x5dd83a,this[_0x29c190(0x211)][_0x29c190(0x226)](_0x2aec15,_0x2cc88b)),_0x5dd83a;{const _0x39ebd3=_0x5547d5(),_0x4dc3a1=this[_0x29c190(0x211)][_0x29c190(0x226)](_0x2aec15,_0x2cc88b),_0x4e8e5f=_0x3ea4a2['id'],_0x293ff3=_0x5cf9f0?_0x29c190(0x9d)+_0x5cf9f0:_0x29c190(0x149),_0x1cf9fc=this[_0x29c190(0xd6)]({'id':_0x39ebd3,'type':_0x293ff3,'createdAt':new Date(),'authorId':_0x4e8e5f,'attributes':_0x4c2b8a});return this[_0x29c190(0x1c1)](_0x293ff3,_0x39ebd3,_0x4e8e5f,_0x4dc3a1),_0x1cf9fc;}}[_0x2e1423(0x96)](_0x599cd4,_0x16c355=_0x2e1423(0x192),_0x472308={}){const _0x5c5ada=_0x2e1423,_0x30e2e9=this[_0x5c5ada(0x132)][_0x5c5ada(0x1a9)][_0x5c5ada(0x16a)](_0x5c5ada(0x1f7))['me'],_0x1f1ebb=_0x599cd4[_0x5c5ada(0x1df)](_0x125d69=>new _0x229706(_0x125d69[_0x5c5ada(0x164)],_0x125d69[_0x5c5ada(0x150)])),_0x1277dd=new Set();for(const {suggestion:_0x37289f,meta:_0x48d6d5}of this[_0x5c5ada(0x20a)](_0x1f1ebb,_0x5c5ada(0x1f2)))_0x48d6d5[_0x5c5ada(0x146)]&&!_0x48d6d5[_0x5c5ada(0x1a3)]&&_0x1277dd[_0x5c5ada(0x8a)](_0x37289f);for(const _0x295ec1 of _0x1277dd)if(_0x295ec1[_0x5c5ada(0x14e)]){const _0x3caa23=_0x295ec1[_0x5c5ada(0x123)]();(!_0x295ec1[_0x5c5ada(0x1d1)]||!_0x295ec1[_0x5c5ada(0x1d1)][_0x5c5ada(0x12e)])&&(_0x3caa23[_0x5c5ada(0x20b)](_0x28a6de=>_0x1f1ebb[_0x5c5ada(0xa3)](_0x2c7b03=>_0x2c7b03[_0x5c5ada(0x20d)](_0x28a6de,!0x0)))&&_0x295ec1[_0x5c5ada(0x1a1)]());if(_0x1f1ebb[_0x5c5ada(0x20b)](_0x1a8ac9=>_0x3caa23[_0x5c5ada(0xa3)](_0x371406=>_0x371406[_0x5c5ada(0x20d)](_0x1a8ac9,!0x0)))){const _0x3496ca=this[_0x5c5ada(0x1bf)][_0x5c5ada(0x125)](_0x5c5ada(0x149),_0x16c355,_0x5c5ada(0x144));return this[_0x5c5ada(0xf0)](()=>_0x3496ca(_0x599cd4,null,_0x472308)),null;}}else{const _0x5dc3da=_0x295ec1[_0x5c5ada(0xd0)]();_0x1f1ebb[_0x5c5ada(0xa3)](_0x5c7554=>_0x5c7554[_0x5c5ada(0x20d)](_0x5dc3da,!0x0))&&_0x295ec1[_0x5c5ada(0x1a1)]();if(_0x1f1ebb[_0x5c5ada(0x20b)](_0x23c0c8=>_0x5dc3da[_0x5c5ada(0x20d)](_0x23c0c8,!0x0))){const _0x102ca6=this[_0x5c5ada(0x1bf)][_0x5c5ada(0x125)](_0x5c5ada(0x149),_0x16c355,_0x5c5ada(0x144));return this[_0x5c5ada(0xf0)](()=>_0x102ca6(_0x1f1ebb,null,_0x472308)),null;}}const _0x2d4d6e=this[_0x5c5ada(0x1bf)][_0x5c5ada(0x125)](_0x5c5ada(0x149),_0x16c355,_0x5c5ada(0x1a5));let _0x243e5a=null;for(const _0x47de91 of this[_0x5c5ada(0x1fe)]())if(_0x47de91[_0x5c5ada(0x1cf)]['id']==_0x30e2e9['id']&&_0x47de91[_0x5c5ada(0x219)]&&_0x5c5ada(0x149)==_0x47de91[_0x5c5ada(0x22c)]&&_0x47de91[_0x5c5ada(0x14c)]==_0x16c355&&Lt(_0x47de91,_0x472308)&&(_0x2d4d6e(_0x47de91[_0x5c5ada(0x123)](),_0x1f1ebb)||_0x2d4d6e(_0x1f1ebb,_0x47de91[_0x5c5ada(0x123)]()))){if(_0x243e5a){if(_0x47de91[_0x5c5ada(0x1dc)]&&_0x47de91[_0x5c5ada(0x1dc)][_0x5c5ada(0x208)])continue;for(const _0x12da8c of _0x47de91[_0x5c5ada(0x123)]())_0x243e5a[_0x5c5ada(0x1ca)](_0x12da8c)||_0x243e5a[_0x5c5ada(0x161)](_0x12da8c);_0x47de91[_0x5c5ada(0x88)]();}else{_0x243e5a=_0x47de91;for(const _0x11ba30 of _0x1f1ebb)_0x47de91[_0x5c5ada(0x1ca)](_0x11ba30)||_0x47de91[_0x5c5ada(0x161)](_0x11ba30);}}if(_0x243e5a)return _0x243e5a;_0x1277dd[_0x5c5ada(0xb0)]();for(const {suggestion:_0x1c014a,meta:_0x53eafe}of this[_0x5c5ada(0x20a)](_0x1f1ebb,_0x5c5ada(0x149)))_0x53eafe[_0x5c5ada(0x146)]&&(this[_0x5c5ada(0x99)]||!_0x53eafe[_0x5c5ada(0x1ae)]&&!_0x53eafe[_0x5c5ada(0x1ad)])&&Lt(_0x1c014a,_0x472308)&&_0x1277dd[_0x5c5ada(0x8a)](_0x1c014a);for(const _0xff1e8d of _0x1277dd){const _0x2c896c=_0xff1e8d[_0x5c5ada(0x123)]();if(!_0x472308||!_0x472308[_0x5c5ada(0x12e)]){if(_0x1f1ebb[_0x5c5ada(0x20b)](_0xc43bae=>_0x2c896c[_0x5c5ada(0xa3)](_0x4f3a30=>_0x4f3a30[_0x5c5ada(0x20d)](_0xc43bae,!0x0))))return _0xff1e8d;}(!_0xff1e8d[_0x5c5ada(0x1d1)]||!_0xff1e8d[_0x5c5ada(0x1d1)][_0x5c5ada(0x12e)])&&(_0x2c896c[_0x5c5ada(0x20b)](_0x39a952=>_0x1f1ebb[_0x5c5ada(0xa3)](_0x7e1b44=>_0x7e1b44[_0x5c5ada(0x20d)](_0x39a952,!0x0)))&&_0xff1e8d[_0x5c5ada(0x1a1)]());}const _0x5b2647=_0x5547d5(),_0x1ed976=_0x30e2e9['id'],_0x155687=_0x5c5ada(0x9d)+_0x16c355,_0x29f4b9=this[_0x5c5ada(0xd6)]({'id':_0x5b2647,'type':_0x155687,'createdAt':new Date(),'authorId':_0x1ed976,'attributes':_0x472308});for(const _0x2a8590 of _0x1f1ebb)_0x2a8590[_0x5c5ada(0x137)](),_0x2a8590[_0x5c5ada(0x140)]||_0x5c5ada(0x10f)==_0x2a8590[_0x5c5ada(0x194)][_0x5c5ada(0x202)]||this[_0x5c5ada(0x1c1)](_0x155687,_0x5b2647,_0x1ed976,_0x2a8590,_0x2eed77[_0x5c5ada(0xff)]());return _0x29f4b9;}[_0x2e1423(0x11c)](_0x34ce45,_0x364f0a,_0x3d2c95,_0x50a2e2,_0x4828bd){const _0x49e95a=_0x2e1423;if(_0x34ce45[_0x49e95a(0x140)])return[];if(_0x49e95a(0xa8)===this[_0x49e95a(0x1d8)])return[];const _0x3477bc=this[_0x49e95a(0x132)][_0x49e95a(0x1a9)][_0x49e95a(0x16a)](_0x49e95a(0x1f7))['me']['id'],_0x1ee466=Array[_0x49e95a(0x1b5)](this[_0x49e95a(0x20c)][_0x49e95a(0xb8)]())[_0x49e95a(0x8f)](_0xc021d5=>_0x49e95a(0x193)==_0xc021d5[_0x49e95a(0x22c)]&&_0xc021d5[_0x49e95a(0x160)][_0x49e95a(0xdf)]==_0x364f0a&&_0xc021d5[_0x49e95a(0x1ca)](_0x34ce45));if(_0x49e95a(0x8d)===this[_0x49e95a(0x1d8)]){const _0x3047f2=this[_0x49e95a(0x20a)](_0x34ce45,_0x49e95a(0x1f2))[_0x49e95a(0x8f)](({meta:_0x3d758f})=>_0x3d758f[_0x49e95a(0x146)]&&!_0x3d758f[_0x49e95a(0x1ad)]&&!_0x3d758f[_0x49e95a(0x1a3)])[_0x49e95a(0x1df)](({suggestion:_0x27df61})=>_0x27df61);_0x1ee466[_0x49e95a(0x17a)](..._0x3047f2);}const _0x3e619c=new Map([[_0x34ce45,_0x3d2c95]]);for(const _0x3df4a1 of _0x1ee466){const _0x1ff9fb=_0x49e95a(0x193)==_0x3df4a1[_0x49e95a(0x22c)]?_0x3df4a1[_0x49e95a(0x160)][_0x49e95a(0x18f)]:void 0x0,_0x38654f=_0x3df4a1[_0x49e95a(0xd0)](),_0x488254=Array[_0x49e95a(0x1b5)](_0x3e619c[_0x49e95a(0x135)]())[_0x49e95a(0x227)](_0x2cf2f6=>_0x2cf2f6[_0x49e95a(0x105)](_0x38654f));if(!_0x488254)continue;const _0x7ead00=_0x488254[_0x49e95a(0xca)](_0x38654f);this[_0x49e95a(0x154)](_0x364f0a)&&_0x49e95a(0x1f2)==_0x3df4a1[_0x49e95a(0x22c)]&&0x0!=_0x7ead00[_0x49e95a(0x208)]||(_0x3e619c[_0x49e95a(0x93)](_0x488254),_0x7ead00[_0x49e95a(0x115)](_0x579fb2=>{const _0x14fd66=_0x49e95a;_0x3e619c[_0x14fd66(0x114)](_0x579fb2,_0x3d2c95);}),_0x49e95a(0x1f2)!=_0x3df4a1[_0x49e95a(0x22c)]&&_0x1ff9fb!=_0x50a2e2&&_0x3e619c[_0x49e95a(0x114)](_0x488254[_0x49e95a(0x9c)](_0x38654f),_0x1ff9fb));}const _0xec3e1b=[];for(const [_0x4aab66,_0x3c9213]of _0x3e619c){const _0x292468=_0x5547d5(),_0x5663f4={'key':_0x364f0a,'oldValue':_0x3c9213,'newValue':_0x50a2e2};_0x364f0a[_0x49e95a(0x208)]>0x25&&console[_0x49e95a(0x163)](_0x49e95a(0x17d),{'key':_0x364f0a});const _0x3badf4=(_0x49e95a(0xab)+(_0x364f0a+'|'+Vt({'newValue':_0x50a2e2})))[_0x49e95a(0xfa)](0x0,0x3c),_0x1d986e=this[_0x49e95a(0xd6)]({'id':_0x292468,'type':_0x3badf4,'data':_0x5663f4,'createdAt':new Date(),'authorId':_0x3477bc,'attributes':_0x4828bd});_0xec3e1b[_0x49e95a(0x197)](_0x1d986e),this[_0x49e95a(0x1c1)](_0x3badf4,_0x292468,_0x3477bc,_0x4aab66);}return _0xec3e1b;}[_0x2e1423(0xf6)](_0x26eb3d){const _0x2101d2=_0x2e1423;this[_0x2101d2(0x220)][_0x2101d2(0x8a)](_0x26eb3d);}[_0x2e1423(0x1fc)](_0x332ff3){const _0x2c446b=_0x2e1423;this[_0x2c446b(0x8c)][_0x2c446b(0x8a)](_0x332ff3);}[_0x2e1423(0x1c5)](_0x503046,_0x5e77a5=[],_0x4179a4=[]){const _0x461e5f=_0x2e1423;this[_0x461e5f(0xee)](_0x503046,(_0x2ab24f,..._0x3d4d01)=>{const _0x58b06f=_0x461e5f;this[_0x58b06f(0x104)](()=>{_0x2ab24f(..._0x3d4d01);});});for(const _0x5e2adf of _0x5e77a5)this[_0x461e5f(0x1fc)](_0x5e2adf);for(const _0x23c979 of _0x4179a4)this[_0x461e5f(0xf6)](_0x23c979);}[_0x2e1423(0x1d7)](_0x3e74c4){const _0x10f15b=_0x2e1423;return _0x10f15b(0x193)==_0x3e74c4[_0x10f15b(0x22c)]?_0x3e74c4[_0x10f15b(0x14c)][_0x10f15b(0x204)]('|')[0x0]:null;}[_0x2e1423(0x18c)](_0x276145,_0x5174af){const _0x419ef2=_0x2e1423,_0x281012=_0x276145[_0x419ef2(0xcd)]();this[_0x419ef2(0x211)][_0x419ef2(0xc9)](_0x4506c6=>{const _0x3fda05=_0x419ef2;_0x4506c6[_0x3fda05(0x102)](_0x281012,{'range':_0x5174af});});}[_0x2e1423(0x210)](_0x14f7c0){const _0x5aeea3=_0x2e1423,_0x180360=_0x14f7c0['id'],_0x10e29e=this[_0x5aeea3(0x132)][_0x5aeea3(0x14b)][_0x5aeea3(0x16a)](_0x5aeea3(0x108));this[_0x5aeea3(0x169)][_0x5aeea3(0x221)](_0x180360)||this[_0x5aeea3(0x169)][_0x5aeea3(0x181)]({'channelId':_0x10e29e,'threadId':_0x180360,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2d4808=this[_0x5aeea3(0x169)][_0x5aeea3(0x1a0)](_0x180360);_0x2d4808[_0x5aeea3(0x1ac)](_0x5aeea3(0x131)),_0x2d4808[_0x5aeea3(0x131)]=!0x1,_0x14f7c0[_0x5aeea3(0x1dc)]=_0x2d4808;}[_0x2e1423(0xd2)](_0xb31775,_0x382554,_0x2d455b,_0x2da597){const _0x370a50=_0x2e1423;if(_0xb31775[_0x370a50(0x22c)]!=_0x382554||_0xb31775[_0x370a50(0x14c)]!=_0x2d455b||_0xb31775[_0x370a50(0x22a)]['id']!=_0x2da597)throw this[_0x370a50(0x132)][_0x370a50(0x1a8)](_0x370a50(0x1b4)),new _0x11d6d5(_0x370a50(0x1b4),this);}[_0x2e1423(0x1e6)](_0x1f6592,_0x2fc2ac){const _0x43c521=_0x2e1423,_0x4a3845=_0x1f6592[_0x43c521(0xd0)]();if(_0x2fc2ac[_0x43c521(0x15b)](_0x4a3845))_0x1f6592[_0x43c521(0x88)]();else{if(_0x4a3845[_0x43c521(0x20d)](_0x2fc2ac)){const _0x1b4d32=this[_0x43c521(0x211)][_0x43c521(0x1c2)](_0x2fc2ac[_0x43c521(0x164)][_0x43c521(0x1b6)],_0x43c521(0x150));this[_0x43c521(0x18c)](_0x1f6592,this[_0x43c521(0x211)][_0x43c521(0x226)](_0x4a3845[_0x43c521(0x164)],_0x1b4d32));const _0xfd2487=_0x5547d5(),_0x56f4d4=_0x1f6592[_0x43c521(0x22a)]['id'],_0x287dfe=_0x1f6592[_0x43c521(0x22c)]+':'+_0x1f6592[_0x43c521(0x14c)];this[_0x43c521(0xd6)]({'id':_0xfd2487,'type':_0x287dfe,'createdAt':new Date(),'authorId':_0x56f4d4,'data':_0x1f6592[_0x43c521(0x160)],'attributes':_0x1f6592[_0x43c521(0x1d1)]});const _0x5e8c78=this[_0x43c521(0x211)][_0x43c521(0x1c2)](_0x2fc2ac[_0x43c521(0x150)][_0x43c521(0x133)],_0x43c521(0x138)),_0x3de2fd=this[_0x43c521(0x211)][_0x43c521(0x226)](_0x5e8c78,_0x4a3845[_0x43c521(0x150)]);this[_0x43c521(0x1c1)](_0x287dfe,_0xfd2487,_0x56f4d4,_0x3de2fd);}else{if(_0x4a3845[_0x43c521(0x13d)](_0x2fc2ac[_0x43c521(0x164)])){const _0x1a2c41=this[_0x43c521(0x211)][_0x43c521(0x1c2)](_0x2fc2ac[_0x43c521(0x164)][_0x43c521(0x1b6)],_0x43c521(0x150));this[_0x43c521(0x18c)](_0x1f6592,this[_0x43c521(0x211)][_0x43c521(0x226)](_0x4a3845[_0x43c521(0x164)],_0x1a2c41));}else{const _0x3e51da=this[_0x43c521(0x211)][_0x43c521(0x1c2)](_0x2fc2ac[_0x43c521(0x150)][_0x43c521(0x133)],_0x43c521(0x138));this[_0x43c521(0x18c)](_0x1f6592,this[_0x43c521(0x211)][_0x43c521(0x226)](_0x3e51da,_0x4a3845[_0x43c521(0x150)]));}}}}[_0x2e1423(0x92)](_0x20d5c5){const _0x26b510=_0x2e1423;for(const {suggestion:_0x3b53be,meta:_0x40f621}of this[_0x26b510(0x20a)](_0x20d5c5,_0x26b510(0x1f2))){if(!_0x40f621[_0x26b510(0x146)])continue;const _0xec3f72=_0x3b53be[_0x26b510(0x123)]();for(const _0x5e370e of _0xec3f72)if(!_0x20d5c5[_0x26b510(0xca)](_0x5e370e)[_0x26b510(0x208)])return!0x0;}return!0x1;}[_0x2e1423(0x156)](_0x76d508){const _0x4e90ec=_0x2e1423,_0x19ab16=this[_0x4e90ec(0x132)][_0x4e90ec(0x1a9)][_0x4e90ec(0x16a)](_0x4e90ec(0x1f7))[_0x4e90ec(0x1ce)](_0x76d508);if(!_0x19ab16)throw new _0x11d6d5(_0x4e90ec(0x1ef),this);return _0x19ab16;}[_0x2e1423(0xc0)](_0x566e17){const _0x306dd3=_0x2e1423,_0x31489e=this[_0x306dd3(0x132)][_0x306dd3(0x1a9)][_0x306dd3(0x16a)](_0x306dd3(0x1f7)),_0x3a1d44=_0x4480b1(_0x306dd3(0x10d)+_0x566e17),_0x1de74c=_0x31489e[_0x306dd3(0x1ce)](_0x3a1d44);return _0x1de74c||_0x31489e[_0x306dd3(0x22b)]({'id':_0x3a1d44,'name':_0x566e17});}[_0x2e1423(0xa4)](_0x38414d,_0x276e4e,_0x161de1,_0x2388b4,_0x3d1857){const _0x2a3d5e=_0x2e1423,_0x51f065=this[_0x2a3d5e(0x156)](_0x2388b4),_0x3dc998=this[_0x2a3d5e(0x1bf)][_0x2a3d5e(0xfd)](_0x38414d,_0x276e4e,_0x161de1,_0x51f065,_0x3d1857,_0x260464=>{const _0x54bc66=_0x2a3d5e;this[_0x54bc66(0x17f)](_0x161de1,{'attributes':_0x260464});const _0x284825=this[_0x54bc66(0x217)](_0x161de1);this[_0x54bc66(0x9e)](new Set([_0x284825])),this[_0x54bc66(0x20f)](new Set([_0x284825]));});return this[_0x2a3d5e(0x120)](_0x3dc998,_0x2a3d5e(0x144),()=>{const _0x233445=_0x2a3d5e;this[_0x233445(0x17f)](_0x161de1,{'state':_0x233445(0x1c8)});},{'priority':_0x2a3d5e(0xb4)}),this[_0x2a3d5e(0x120)](_0x3dc998,_0x2a3d5e(0x1a1),()=>{const _0x463349=_0x2a3d5e;this[_0x463349(0x17f)](_0x161de1,{'state':_0x463349(0x13b)});},{'priority':_0x2a3d5e(0xb4)}),this[_0x2a3d5e(0x20c)][_0x2a3d5e(0x114)](_0x161de1,_0x3dc998),this[_0x2a3d5e(0x1cc)][_0x2a3d5e(0x114)](_0x3dc998,_0x2a3d5e(0x122)),_0x3dc998;}[_0x2e1423(0x10a)](_0x5c928c){const _0x71e2ef=_0x2e1423,_0x17ddd0=_0x5c928c[_0x71e2ef(0x204)](':');return{'group':_0x17ddd0[0x0],'type':_0x17ddd0[0x1],'subType':_0x17ddd0[_0x71e2ef(0x208)]>=0x5?_0x17ddd0[0x2]:null,'id':_0x17ddd0[_0x71e2ef(0x208)]<0x5?_0x17ddd0[0x2]:_0x17ddd0[0x3],'authorId':_0x17ddd0[_0x71e2ef(0x208)]<0x5?_0x17ddd0[0x3]:_0x17ddd0[0x4],'markerCount':0x6==_0x17ddd0[_0x71e2ef(0x208)]?_0x17ddd0[0x5]:null};}[_0x2e1423(0x166)](_0x4bf13e,_0x3a8908,_0x5079ba){const _0x56fce9=_0x2e1423,_0x2109e9=_0x4bf13e[_0x56fce9(0xd0)](),_0x134ee1=_0x2109e9[_0x56fce9(0x164)],_0x58c7c9=_0x2109e9[_0x56fce9(0x150)];this[_0x56fce9(0x18c)](_0x4bf13e,this[_0x56fce9(0x211)][_0x56fce9(0x226)](_0x134ee1,_0x3a8908));const _0x890918=_0x5547d5(),_0x2f1bb9=_0x4bf13e[_0x56fce9(0x22a)]['id'],_0x17489c=_0x4bf13e[_0x56fce9(0x22c)]+(_0x4bf13e[_0x56fce9(0x14c)]?':'+_0x4bf13e[_0x56fce9(0x14c)]:'');this[_0x56fce9(0xd6)]({'id':_0x890918,'type':_0x17489c,'createdAt':new Date(),'authorId':_0x2f1bb9,'originalSuggestionId':_0x4bf13e['id'],'attributes':_0x4bf13e[_0x56fce9(0x1d1)],'data':_0x4bf13e[_0x56fce9(0x160)]});const _0x496273=this[_0x56fce9(0x1d7)](_0x4bf13e);(_0x56fce9(0xe5)==_0x4bf13e[_0x56fce9(0x22c)]||_0x496273&&this[_0x56fce9(0x154)](_0x496273))&&(_0x5079ba=this[_0x56fce9(0x211)][_0x56fce9(0x19a)](_0x5079ba[_0x56fce9(0x133)])),this[_0x56fce9(0x1c1)](_0x17489c,_0x890918,_0x2f1bb9,this[_0x56fce9(0x211)][_0x56fce9(0x226)](_0x5079ba,_0x58c7c9));}[_0x2e1423(0x20a)](_0x562536,_0x32e006=null){const _0x1f3fbf=_0x2e1423,_0x2e6ced=[],_0x1b8468=this[_0x1f3fbf(0x132)][_0x1f3fbf(0x1a9)][_0x1f3fbf(0x16a)](_0x1f3fbf(0x1f7))['me'];Array[_0x1f3fbf(0x218)](_0x562536)||(_0x562536=[_0x562536]);for(const _0x529c23 of this[_0x1f3fbf(0x1fe)]()){if(!_0x529c23[_0x1f3fbf(0x219)])continue;if(_0x32e006&&_0x529c23[_0x1f3fbf(0x22c)]!=_0x32e006)continue;let _0x400420=!0x1;for(const _0x113726 of _0x529c23[_0x1f3fbf(0x123)]()){for(const _0x435d48 of _0x562536){const _0x445079=_0x435d48[_0x1f3fbf(0x164)][_0x1f3fbf(0x15b)](_0x113726[_0x1f3fbf(0x150)])||_0x435d48[_0x1f3fbf(0x150)][_0x1f3fbf(0x15b)](_0x113726[_0x1f3fbf(0x164)]);if(_0x445079||_0x435d48[_0x1f3fbf(0x9c)](_0x113726)){const _0x3eb7ab=_0x435d48[_0x1f3fbf(0x20d)](_0x113726)&&Rt(this[_0x1f3fbf(0x211)][_0x1f3fbf(0x1d2)],_0x113726[_0x1f3fbf(0x164)],_0x435d48),_0x26bca4=_0x113726[_0x1f3fbf(0x20d)](_0x435d48)&&Rt(this[_0x1f3fbf(0x211)][_0x1f3fbf(0x1d2)],_0x435d48[_0x1f3fbf(0x164)],_0x113726);_0x2e6ced[_0x1f3fbf(0x197)]({'suggestion':_0x529c23,'meta':{'isOwn':_0x1b8468==_0x529c23[_0x1f3fbf(0x1cf)],'isNextTo':_0x445079,'isInsideObject':_0x3eb7ab,'containsRangeInObject':_0x26bca4}}),_0x400420=!0x0;break;}}if(_0x400420)break;}}return _0x2e6ced;}[_0x2e1423(0x1c1)](_0x33e337,_0x3bd4e9,_0x55410e,_0x511afe,_0x3499ea){const _0x1350ce=_0x2e1423;this[_0x1350ce(0x211)][_0x1350ce(0xc9)](_0x5afc6d=>{const _0x3dcd25=_0x1350ce;let _0x564b31=_0x3dcd25(0x1be)+_0x33e337+':'+_0x3bd4e9+':'+_0x55410e;_0x3499ea&&(_0x564b31=_0x564b31+':'+_0x3499ea),_0x5afc6d[_0x3dcd25(0x16b)](_0x564b31,{'range':_0x511afe,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x2e1423(0x170)](_0x38550f){const _0x42cb62=_0x2e1423,_0x276ba8=_0x38550f[_0x42cb62(0x177)],_0x31c3dd=_0x38550f[_0x42cb62(0x1e4)];_0x38550f[_0x42cb62(0x177)]=null,_0x38550f[_0x42cb62(0x1e4)]=null,null!=_0x276ba8&&_0x276ba8[_0x42cb62(0x1e4)]==_0x38550f&&(_0x276ba8[_0x42cb62(0x1e4)]=_0x31c3dd),null!=_0x31c3dd&&_0x31c3dd[_0x42cb62(0x177)]==_0x38550f&&(_0x31c3dd[_0x42cb62(0x177)]=_0x276ba8),_0x42cb62(0xcf)==this[_0x42cb62(0x1cc)][_0x42cb62(0x16a)](_0x38550f)&&(this[_0x42cb62(0x1cc)][_0x42cb62(0x114)](_0x38550f,_0x42cb62(0xa7)),this[_0x42cb62(0xaf)](_0x42cb62(0x12b),_0x38550f,_0x276ba8,_0x31c3dd));}[_0x2e1423(0xd6)](_0xbda515){const _0x4ee233=_0x2e1423,_0x53a8a0=_0xbda515['id'],_0x186f07=this[_0x4ee233(0x203)](_0xbda515);if(this[_0x4ee233(0x184)]&&this[_0x4ee233(0x184)][_0x4ee233(0xc5)]){const _0x7a8ea7=this[_0x4ee233(0x132)][_0x4ee233(0x1a9)][_0x4ee233(0x16a)](_0x4ee233(0x1f8)),_0x115d83=_0x186f07[_0x4ee233(0x13c)],_0x46f0f8=_0x186f07[_0x4ee233(0x14c)]?_0x186f07[_0x4ee233(0x22c)]+':'+_0x186f07[_0x4ee233(0x14c)]:_0x186f07[_0x4ee233(0x22c)],_0x3893cd=this[_0x4ee233(0x132)][_0x4ee233(0x1f1)],_0x32cccc=_0x7a8ea7[_0x4ee233(0x8a)](_0x471fd6(_0x3893cd,_0x4ee233(0xf3))),_0x257c9c={'id':_0x53a8a0,'type':_0x46f0f8,'hasComments':_0x115d83,'data':_0xbda515[_0x4ee233(0x160)]||null,'originalSuggestionId':_0xbda515[_0x4ee233(0x15c)]||null,'attributes':_0x186f07[_0x4ee233(0x1d1)]};this[_0x4ee233(0x184)][_0x4ee233(0xc5)](_0x257c9c)[_0x4ee233(0x11b)](_0x118508=>{const _0x454e11=_0x4ee233;_0x186f07[_0x454e11(0xa1)]=!0x0,_0x7a8ea7[_0x454e11(0xd5)](_0x32cccc),_0x118508&&_0x118508[_0x454e11(0x9a)]&&(this[_0x454e11(0x20c)][_0x454e11(0x16a)](_0x53a8a0)[_0x454e11(0x9a)]=_0x118508[_0x454e11(0x9a)]);})[_0x4ee233(0x9b)](_0x93312a=>{const _0x24ea3d=_0x4ee233;throw _0x49dd8d(_0x24ea3d(0x85)),this[_0x24ea3d(0x132)][_0x24ea3d(0xea)][_0x24ea3d(0x182)]({'isUndoable':!0x1},()=>{const _0x4f2082=_0x24ea3d;_0x186f07[_0x4f2082(0x1a1)]();}),_0x186f07[_0x24ea3d(0xc8)](),this[_0x24ea3d(0x20c)][_0x24ea3d(0x93)](_0x186f07['id']),this[_0x24ea3d(0x1cc)][_0x24ea3d(0x93)](_0x186f07),_0x93312a;});}return _0x186f07;}[_0x2e1423(0x154)](_0x55465b){const _0x29d94b=_0x2e1423;return this[_0x29d94b(0x220)][_0x29d94b(0x1bb)](_0x55465b);}[_0x2e1423(0x17f)](_0x46d87d,_0x3a0b37){const _0x4ef5f9=_0x2e1423,_0x3b7b92=this[_0x4ef5f9(0x132)][_0x4ef5f9(0x1a9)][_0x4ef5f9(0x16a)](_0x4ef5f9(0x1f8)),_0x155344=this[_0x4ef5f9(0x217)](_0x46d87d);if(this[_0x4ef5f9(0x184)]&&this[_0x4ef5f9(0x184)][_0x4ef5f9(0x1c7)]){if(_0x155344[_0x4ef5f9(0xa1)]){const _0x567167=_0x3b7b92[_0x4ef5f9(0x8a)](_0x471fd6(this[_0x4ef5f9(0x132)][_0x4ef5f9(0x1f1)],_0x4ef5f9(0xf3)));this[_0x4ef5f9(0x184)][_0x4ef5f9(0x1c7)](_0x46d87d,_0x3a0b37)[_0x4ef5f9(0x11b)](()=>{const _0x1f6191=_0x4ef5f9;_0x3b7b92[_0x1f6191(0xd5)](_0x567167);});}else _0x155344['on'](_0x4ef5f9(0x1c0),()=>{const _0x238b23=_0x4ef5f9;this[_0x238b23(0x17f)](_0x46d87d,_0x3a0b37);});}}[_0x2e1423(0x95)](_0x5b6ce7){const _0x4527a5=_0x2e1423;if(!this[_0x4527a5(0x184)]||!this[_0x4527a5(0x184)][_0x4527a5(0x217)])throw new _0x11d6d5(_0x4527a5(0x1b7),this);return this[_0x4527a5(0x184)][_0x4527a5(0x217)](_0x5b6ce7);}[_0x2e1423(0x19b)](_0x5364b0){const _0x1b2d7e=_0x2e1423,{id:_0x181aa3,type:_0x499e02,subType:_0x168a7a,authorId:_0x5277bb}=this[_0x1b2d7e(0x10a)](_0x5364b0),_0x3988f0=this[_0x1b2d7e(0x20c)][_0x1b2d7e(0x16a)](_0x181aa3)||this[_0x1b2d7e(0xa4)](_0x499e02,_0x168a7a,_0x181aa3,_0x5277bb,{});switch(this[_0x1b2d7e(0xd2)](_0x3988f0,_0x499e02,_0x168a7a,_0x5277bb),this[_0x1b2d7e(0x1cc)][_0x1b2d7e(0x16a)](_0x3988f0)){case _0x1b2d7e(0x122):this[_0x1b2d7e(0x95)](_0x181aa3)[_0x1b2d7e(0x11b)](_0x2465ee=>{const _0x219d4a=_0x1b2d7e;let _0x8815af=Promise[_0x219d4a(0x1e1)]();_0x2465ee[_0x219d4a(0x13c)]&&(_0x8815af=this[_0x219d4a(0x169)][_0x219d4a(0xbf)]({'channelId':this[_0x219d4a(0x132)][_0x219d4a(0x14b)][_0x219d4a(0x16a)](_0x219d4a(0x108)),'threadId':_0x181aa3})),_0x8815af[_0x219d4a(0x11b)](()=>{const _0x664dcc=_0x219d4a;this[_0x664dcc(0x203)](_0x2465ee)[_0x664dcc(0xa1)]=!0x0;});}),this[_0x1b2d7e(0x1cc)][_0x1b2d7e(0x114)](_0x3988f0,_0x1b2d7e(0xb5));break;case _0x1b2d7e(0xa7):this[_0x1b2d7e(0x17f)](_0x181aa3,{'state':_0x1b2d7e(0x1f0)});case _0x1b2d7e(0x1f3):this[_0x1b2d7e(0x1cc)][_0x1b2d7e(0x114)](_0x3988f0,_0x1b2d7e(0xcf)),this[_0x1b2d7e(0xaf)](_0x1b2d7e(0x1da),_0x3988f0);break;case _0x1b2d7e(0xcf):this[_0x1b2d7e(0xaf)](_0x1b2d7e(0x183),_0x3988f0);}return _0x3988f0[_0x1b2d7e(0x175)](_0x5364b0),_0x3988f0;}[_0x2e1423(0x20f)](_0x3e78c9){const _0x2e1237=_0x2e1423,_0x449acd=Array[_0x2e1237(0x1b5)](_0x3e78c9),_0x20a033=_0x449acd[_0x2e1237(0x8f)](_0x166382=>_0x2e1237(0x193)==_0x166382[_0x2e1237(0x22c)]);this[_0x2e1237(0xd3)](_0x20a033);const _0x3994ab=_0x449acd[_0x2e1237(0x8f)](_0x167375=>!_0x167375[_0x2e1237(0x14e)]&&_0x2e1237(0x193)!=_0x167375[_0x2e1237(0x22c)]),_0x36a248=this[_0x2e1237(0x1fe)]({'skipNotAttached':!0x0})[_0x2e1237(0x8f)](_0x5c66de=>!_0x5c66de[_0x2e1237(0x14e)]&&_0x2e1237(0x193)!=_0x5c66de[_0x2e1237(0x22c)]),_0x2e9b66=_0x36a248[_0x2e1237(0x8f)](_0xa1285d=>!_0x3e78c9[_0x2e1237(0x1bb)](_0xa1285d)),_0x21d7a4=new Map(_0x36a248[_0x2e1237(0x1df)](_0x55e0a9=>[_0x55e0a9,this[_0x2e1237(0x1bf)][_0x2e1237(0x125)](_0x55e0a9[_0x2e1237(0x22c)],_0x55e0a9[_0x2e1237(0x14c)],_0x2e1237(0x1ee))])),_0x501154=new Map(_0x36a248[_0x2e1237(0x1df)](_0x5de030=>[_0x5de030,_0x5de030[_0x2e1237(0xd0)]()])),_0x44aa41=new Set(),_0x2a5dc9=new Set();for(let _0x149bb5=0x0;_0x149bb5<_0x3994ab[_0x2e1237(0x208)];_0x149bb5++)_0x822f1e(_0x3994ab[_0x149bb5],_0x3994ab,_0x149bb5+0x1);for(let _0x6da40f=0x0;_0x6da40f<_0x3994ab[_0x2e1237(0x208)];_0x6da40f++)_0x822f1e(_0x3994ab[_0x6da40f],_0x2e9b66,0x0);const _0x1a8bbb=new Set();for(let _0x347271=0x0;_0x347271<_0x3994ab[_0x2e1237(0x208)];_0x347271++){const _0x1df5cd=_0x3994ab[_0x347271];!_0x2a5dc9[_0x2e1237(0x1bb)](_0x1df5cd)&&_0x1df5cd[_0x2e1237(0x177)]&&(_0x1a8bbb[_0x2e1237(0x8a)](_0x1df5cd[_0x2e1237(0x177)]),_0x1df5cd[_0x2e1237(0x177)][_0x2e1237(0x1e4)]===_0x1df5cd&&(_0x1df5cd[_0x2e1237(0x177)][_0x2e1237(0x1e4)]=null),_0x1df5cd[_0x2e1237(0x177)]=null),!_0x44aa41[_0x2e1237(0x1bb)](_0x1df5cd)&&_0x1df5cd[_0x2e1237(0x1e4)]&&(_0x1a8bbb[_0x2e1237(0x8a)](_0x1df5cd[_0x2e1237(0x1e4)]),_0x1df5cd[_0x2e1237(0x1e4)][_0x2e1237(0x177)]===_0x1df5cd&&(_0x1df5cd[_0x2e1237(0x1e4)][_0x2e1237(0x177)]=null),_0x1df5cd[_0x2e1237(0x1e4)]=null);}function _0x822f1e(_0x3c03a7,_0x6a906a,_0x313f86){const _0x234256=_0x2e1237;for(let _0x2d64df=_0x313f86;_0x2d64df<_0x6a906a[_0x234256(0x208)];_0x2d64df++){const _0x49f582=_0xafebc1(_0x3c03a7,_0x6a906a[_0x2d64df]);_0x49f582&&(_0x49f582[0x0][_0x234256(0x1e4)]=_0x49f582[0x1],_0x49f582[0x1][_0x234256(0x177)]=_0x49f582[0x0],_0x44aa41[_0x234256(0x8a)](_0x49f582[0x0]),_0x2a5dc9[_0x234256(0x8a)](_0x49f582[0x1]));}}function _0xafebc1(_0x205da4,_0x5d1434){const _0x2371eb=_0x2e1237;if(_0x205da4[_0x2371eb(0x1cf)]['id']!==_0x5d1434[_0x2371eb(0x1cf)]['id'])return null;const _0x2a2cd6=_0x21d7a4[_0x2371eb(0x16a)](_0x205da4)(_0x205da4,_0x5d1434,_0x501154[_0x2371eb(0x16a)](_0x205da4),_0x501154[_0x2371eb(0x16a)](_0x5d1434));if(!_0x2a2cd6)return null;return _0x21d7a4[_0x2371eb(0x16a)](_0x5d1434)(_0x205da4,_0x5d1434,_0x501154[_0x2371eb(0x16a)](_0x205da4),_0x501154[_0x2371eb(0x16a)](_0x5d1434))?_0x2a2cd6[0x1][_0x2371eb(0x1dc)]&&_0x2a2cd6[0x1][_0x2371eb(0x1dc)][_0x2371eb(0x208)]?null:_0x2a2cd6:null;}_0x1a8bbb[_0x2e1237(0x155)]&&this[_0x2e1237(0x20f)](_0x1a8bbb);}[_0x2e1423(0xd3)](_0x369a01){const _0x18a073=_0x2e1423;if(0x0==_0x369a01[_0x18a073(0x208)])return;const _0x9160ca=this[_0x18a073(0x1fe)]({'skipNotAttached':!0x0})[_0x18a073(0x8f)](_0x282e86=>_0x18a073(0x193)==_0x282e86[_0x18a073(0x22c)]&&_0x282e86[_0x18a073(0x121)]),_0x3ee2ff=[],_0x1a9b33=new Map();for(const _0x51062b of _0x9160ca){const _0x1b480f=_0x4480b1(_0x51062b[_0x18a073(0x1d1)]);_0x1a9b33[_0x18a073(0x1bb)](_0x1b480f)||(_0x1a9b33[_0x18a073(0x114)](_0x1b480f,_0x3ee2ff[_0x18a073(0x208)]),_0x3ee2ff[_0x18a073(0x197)]([]));const _0x15f9a3=_0x1a9b33[_0x18a073(0x16a)](_0x1b480f);_0x3ee2ff[_0x15f9a3][_0x18a073(0x197)](_0x51062b);}!(function(){const _0x1e1fee=_0x18a073;_0x3ee2ff[_0x1e1fee(0xb3)]((_0x421f79,_0x1399d5)=>{const _0x1e18f2=_0x1e1fee,_0x27a6cd=_0x421f79[0x0][_0x1e18f2(0x9a)],_0x48b007=_0x1399d5[0x0][_0x1e18f2(0x9a)];return _0x27a6cd==_0x48b007?_0x421f79[0x0][_0x1e18f2(0x1d1)][_0x1e18f2(0xaa)]<_0x1399d5[0x0][_0x1e18f2(0x1d1)][_0x1e18f2(0xaa)]?-0x1:0x1:_0x27a6cd<_0x48b007?-0x1:0x1;});for(const _0x3da7a3 of _0x3ee2ff)_0x3da7a3[_0x1e1fee(0xb3)]((_0x2d1346,_0x32664b)=>_0x2d1346['id']<_0x32664b['id']?-0x1:0x1);}());for(let _0xa45226=0x0;_0xa45226<_0x3ee2ff[_0x18a073(0x208)];_0xa45226++){if(0x0==_0x3ee2ff[_0xa45226][_0x18a073(0x208)])continue;const _0x5211c5=[];for(let _0x116838=_0xa45226+0x1;_0x116838<_0x3ee2ff[_0x18a073(0x208)];_0x116838++)0x0!=_0x3ee2ff[_0x116838][_0x18a073(0x208)]&&_0x12dc10(_0x3ee2ff[_0xa45226],_0x3ee2ff[_0x116838])&&_0x5211c5[_0x18a073(0x197)](_0x116838);for(const _0x3d0b74 of _0x5211c5)_0x3ee2ff[_0xa45226]=_0x3ee2ff[_0xa45226][_0x18a073(0x136)](_0x3ee2ff[_0x3d0b74]),_0x3ee2ff[_0x3d0b74]=[];}for(const _0x16c334 of _0x3ee2ff)for(let _0x453d76=0x0;_0x453d76<_0x16c334[_0x18a073(0x208)];_0x453d76++)_0x16c334[_0x453d76][_0x18a073(0x1e4)]=_0x16c334[_0x453d76+0x1]||null;for(const _0x2e919a of _0x3ee2ff)for(let _0x577790=0x0;_0x577790<_0x2e919a[_0x18a073(0x208)];_0x577790++)_0x2e919a[_0x577790][_0x18a073(0x177)]=_0x2e919a[_0x577790-0x1]||null;function _0x12dc10(_0x59190,_0x155d58){const _0x3d22f2=_0x18a073;if(_0x59190[0x0][_0x3d22f2(0x1d1)][_0x3d22f2(0xaa)]!==_0x155d58[0x0][_0x3d22f2(0x1d1)][_0x3d22f2(0xaa)]&&_0x59190[0x0][_0x3d22f2(0x1cf)]!==_0x155d58[0x0][_0x3d22f2(0x1cf)])return!0x1;if(!function(_0x2be6c8,_0x5da6c8){const _0x1542c7=_0x3d22f2;if(!_0x2be6c8[_0x1542c7(0x13c)]&&!_0x5da6c8[_0x1542c7(0x13c)])return!0x0;if(_0x2be6c8[_0x1542c7(0x13c)]&&_0x5da6c8[_0x1542c7(0x13c)])return!0x1;if(_0x2be6c8[_0x1542c7(0x13c)]&&_0x5da6c8[_0x1542c7(0x9a)]<_0x2be6c8[_0x1542c7(0x1dc)][_0x1542c7(0x189)][_0x1542c7(0x16a)](0x0)[_0x1542c7(0x9a)])return!0x0;if(_0x5da6c8[_0x1542c7(0x13c)]&&_0x2be6c8[_0x1542c7(0x9a)]<_0x5da6c8[_0x1542c7(0x1dc)][_0x1542c7(0x189)][_0x1542c7(0x16a)](0x0)[_0x1542c7(0x9a)])return!0x0;return!0x1;}(_0x59190[0x0],_0x155d58[0x0]))return!0x1;const _0x4618b5=_0x1d9e3b(_0x59190[0x0][_0x3d22f2(0x1d1)],_0x3d22f2(0xaa)),_0x3b29b9=_0x1d9e3b(_0x155d58[0x0][_0x3d22f2(0x1d1)],_0x3d22f2(0xaa));if(!_0x36259b(_0x4618b5,_0x3b29b9))return!0x1;return!!_0x59190[_0x3d22f2(0x20b)](_0x429a25=>_0x155d58[_0x3d22f2(0xa3)](_0x595225=>_0x429a25[_0x3d22f2(0xd0)]()[_0x3d22f2(0x15b)](_0x595225[_0x3d22f2(0xd0)]())))&&_0x155d58[_0x3d22f2(0x20b)](_0x556cfa=>_0x59190[_0x3d22f2(0xa3)](_0x4685f7=>_0x556cfa[_0x3d22f2(0xd0)]()[_0x3d22f2(0x15b)](_0x4685f7[_0x3d22f2(0xd0)]())));}}[_0x2e1423(0x9e)](_0x116fa1){const _0x5bdf80=_0x2e1423,_0x49e55d=Array[_0x5bdf80(0x1b5)](_0x116fa1),_0x10afa3=this[_0x5bdf80(0x1fe)]({'skipNotAttached':!0x0}),_0x5ed463=_0x10afa3[_0x5bdf80(0x8f)](_0x4d0d4c=>!_0x116fa1[_0x5bdf80(0x1bb)](_0x4d0d4c)),_0xd0f046=new Map(_0x49e55d[_0x5bdf80(0x1df)](_0xa8fcf8=>[_0xa8fcf8,this[_0x5bdf80(0x1bf)][_0x5bdf80(0x125)](_0xa8fcf8[_0x5bdf80(0x22c)],_0xa8fcf8[_0x5bdf80(0x14c)],_0x5bdf80(0x1a5))])),_0x9c8bec=new Map(_0x10afa3[_0x5bdf80(0x1df)](_0x28187d=>[_0x28187d,_0x28187d[_0x5bdf80(0x123)]()]));for(let _0xd91df2=0x0;_0xd91df2<_0x49e55d[_0x5bdf80(0x208)];_0xd91df2++){if(_0x198296(this,_0x49e55d[_0xd91df2],_0x49e55d,_0xd91df2+0x1))return!0x0;}for(let _0x79e320=0x0;_0x79e320<_0x49e55d[_0x5bdf80(0x208)];_0x79e320++){if(_0x198296(this,_0x49e55d[_0x79e320],_0x5ed463,0x0))return!0x0;}return!0x1;function _0x198296(_0x23ff9d,_0x2dd44e,_0x41d9c9,_0x1ca343){const _0x3a3506=_0x5bdf80;for(let _0x465ef5=_0x1ca343;_0x465ef5<_0x41d9c9[_0x3a3506(0x208)];_0x465ef5++){const _0x218ba3=_0x41d9c9[_0x465ef5];if(_0x218ba3[_0x3a3506(0x22c)]!==_0x2dd44e[_0x3a3506(0x22c)]||_0x218ba3[_0x3a3506(0x1cf)]['id']!==_0x2dd44e[_0x3a3506(0x1cf)]['id']||_0x218ba3[_0x3a3506(0x14c)]!==_0x2dd44e[_0x3a3506(0x14c)])continue;if(!Pt(_0x2dd44e,_0x218ba3,[_0x3a3506(0xaa)]))continue;if(_0x3a3506(0x193)==_0x2dd44e[_0x3a3506(0x22c)]&&_0x2dd44e[_0x3a3506(0x160)][_0x3a3506(0x18f)]!=_0x218ba3[_0x3a3506(0x160)][_0x3a3506(0x18f)])continue;if(_0x3a3506(0x193)==_0x2dd44e[_0x3a3506(0x22c)]&&_0x23ff9d[_0x3a3506(0x154)](_0x2dd44e[_0x3a3506(0x160)][_0x3a3506(0xdf)]))continue;if(_0x3a3506(0xe5)==_0x2dd44e[_0x3a3506(0x22c)]){const _0x54a5d7=_0x23ff9d[_0x3a3506(0x132)][_0x3a3506(0xea)],_0x17c893=_0x2dd44e[_0x3a3506(0x1f6)]();if(_0x17c893&&(_0x54a5d7[_0x3a3506(0x1d2)][_0x3a3506(0x201)](_0x17c893)||_0x54a5d7[_0x3a3506(0x1d2)][_0x3a3506(0xda)](_0x17c893)))continue;}const _0x52ab2a=_0xd0f046[_0x3a3506(0x16a)](_0x2dd44e),_0x16f2ce=_0x9c8bec[_0x3a3506(0x16a)](_0x2dd44e),_0x52edd5=_0x9c8bec[_0x3a3506(0x16a)](_0x218ba3),_0x303e06=_0x2dd44e[_0x3a3506(0x1dc)]&&_0x2dd44e[_0x3a3506(0x1dc)][_0x3a3506(0x208)],_0x794d7b=_0x218ba3[_0x3a3506(0x1dc)]&&_0x218ba3[_0x3a3506(0x1dc)][_0x3a3506(0x208)];if(!_0x303e06&&_0x52ab2a(_0x52edd5,_0x16f2ce))return _0x23ff9d[_0x3a3506(0x167)](_0x218ba3,_0x2dd44e),_0x9c8bec[_0x3a3506(0x93)](_0x2dd44e),!0x0;if(!_0x794d7b&&_0x52ab2a(_0x16f2ce,_0x52edd5))return _0x23ff9d[_0x3a3506(0x167)](_0x2dd44e,_0x218ba3),_0x9c8bec[_0x3a3506(0x93)](_0x218ba3),!0x0;}return!0x1;}}[_0x2e1423(0x167)](_0x5d8d1c,_0x566247){const _0x434b47=_0x2e1423;if(_0x5d8d1c[_0x434b47(0x14e)]){for(const _0x31621f of _0x566247[_0x434b47(0x123)]())_0x5d8d1c[_0x434b47(0x161)](_0x31621f);}else{const _0x401f90=_0x566247[_0x434b47(0xd0)]()[_0x434b47(0x150)];this[_0x434b47(0x18c)](_0x5d8d1c,this[_0x434b47(0x211)][_0x434b47(0x226)](_0x5d8d1c[_0x434b47(0xd0)]()[_0x434b47(0x164)],_0x401f90));}_0x566247[_0x434b47(0x88)]();}[_0x2e1423(0x1aa)](_0x2a24ef,_0x3c7e82){const _0x2876e4=_0x2e1423,_0x5a0ce4=_0x2a24ef[_0x2876e4(0x199)](_0x2876e4(0x200))||_0x2a24ef[_0x2876e4(0x199)](_0x2876e4(0x193))?_0x2876e4(0x231):_0x2a24ef[_0x2876e4(0x196)]();return _0x471fd6(this[_0x2876e4(0x132)][_0x2876e4(0x1f1)],_0x3c7e82+'_'+_0x5a0ce4+_0x2876e4(0x1b1));}[_0x2e1423(0x1e9)](){const _0x5e864c=_0x2e1423,_0x591e1c=this[_0x5e864c(0x132)];_0x33818d(this[_0x5e864c(0x211)],({left:_0x485658,entered:_0x1cffd5})=>{const _0x221fbe=_0x5e864c,_0x460db8=[];for(const _0x14cc7b of _0x485658){const {group:_0x576a95,type:_0x47ab34}=this[_0x221fbe(0x10a)](_0x14cc7b[_0x221fbe(0xc4)]);if(_0x221fbe(0xa9)===_0x576a95){_0x460db8[_0x221fbe(0x197)](this[_0x221fbe(0x1aa)](_0x47ab34,_0x221fbe(0x190)));break;}}for(const _0x59ad39 of _0x1cffd5){const {group:_0x5e6b53,type:_0x1f3477}=this[_0x221fbe(0x10a)](_0x59ad39[_0x221fbe(0xc4)]);if(_0x221fbe(0xa9)===_0x5e6b53){_0x460db8[_0x221fbe(0x197)](this[_0x221fbe(0x1aa)](_0x1f3477,_0x221fbe(0x18d)));break;}}_0x460db8[_0x221fbe(0x208)]&&_0x591e1c['ui'][_0x221fbe(0x13e)][_0x221fbe(0xce)](_0x221fbe(0xd9),_0x460db8[_0x221fbe(0x1a5)]('\x20'));});}[_0x2e1423(0x12d)](_0x5605fa){const _0x1a2039=_0x2e1423;if(this[_0x1a2039(0x1d6)])return!0x1;const _0x52b00e=this[_0x1a2039(0x132)],_0x27521b=_0x52b00e[_0x1a2039(0xea)][_0x1a2039(0x1fb)][_0x1a2039(0xf2)][_0x1a2039(0x16f)]();if(0x0==_0x27521b[_0x1a2039(0x208)])return!0x1;const _0x5d8971=[],_0xf5314=_0x27521b[_0x1a2039(0x8f)](_0xb48f9e=>_0x1a2039(0x193)==_0xb48f9e[_0x1a2039(0x22c)]),_0x236a30=_0x27521b[_0x1a2039(0x8f)](_0x14ef0a=>_0x1a2039(0xb1)==_0x14ef0a[_0x1a2039(0x22c)]&&_0x1a2039(0xd4)!=_0x14ef0a[_0x1a2039(0xc4)]),_0x1653f0=_0x27521b[_0x1a2039(0x8f)](_0x88730a=>_0x1a2039(0xd5)==_0x88730a[_0x1a2039(0x22c)]&&_0x1a2039(0xd4)!=_0x88730a[_0x1a2039(0xc4)]);for(const _0x474ef7 of _0xf5314)_0x5d8971[_0x1a2039(0x197)]({'key':_0x474ef7[_0x1a2039(0x16d)],'newValue':_0x474ef7[_0x1a2039(0x21c)],'oldValue':_0x474ef7[_0x1a2039(0xa2)],'range':Ot(_0x474ef7[_0x1a2039(0x153)],_0x52b00e[_0x1a2039(0xea)])});for(const _0x1577e3 of _0x236a30){const _0x4d4b54=_0x1653f0[_0x1a2039(0x227)](_0x1374c5=>_0x1374c5[_0x1a2039(0x1b8)][_0x1a2039(0x15b)](_0x1577e3[_0x1a2039(0x1b8)]));_0x4d4b54&&_0x5d8971[_0x1a2039(0x197)]({'key':_0x1a2039(0xe0),'newValue':_0x1577e3[_0x1a2039(0xc4)],'oldValue':_0x4d4b54[_0x1a2039(0xc4)],'range':_0x52b00e[_0x1a2039(0xea)][_0x1a2039(0x1d5)](_0x1577e3[_0x1a2039(0x1b8)][_0x1a2039(0x1ba)])});}return 0x0!=_0x5d8971[_0x1a2039(0x208)]&&this[_0x1a2039(0x18b)](_0x5605fa,_0x5d8971);}[_0x2e1423(0xfc)](_0x410dab){const _0x391572=_0x2e1423;let _0x21ed42=!0x1;const _0x2698d7=this[_0x391572(0x132)][_0x391572(0xea)][_0x391572(0x1fb)][_0x391572(0xf2)][_0x391572(0x134)]()[_0x391572(0x8f)](_0x474002=>_0x474002[_0x391572(0x160)][_0x391572(0xdb)]&&_0x474002[_0x391572(0xc4)][_0x391572(0x199)](_0x391572(0x222)));for(const _0x495418 of _0x2698d7){const {subType:_0x4ec84a,id:_0x225fe4}=this[_0x391572(0x10a)](_0x495418[_0x391572(0xc4)]),_0x13784e=_0x4ec84a[_0x391572(0x204)]('|')[0x0];for(const _0x542300 of this[_0x391572(0x1fe)]({'skipNotAttached':!0x0}))_0x542300['id']!=_0x225fe4&&_0x391572(0x193)==_0x542300[_0x391572(0x22c)]&&_0x542300[_0x391572(0x160)]&&_0x542300[_0x391572(0x160)][_0x391572(0xdf)]==_0x13784e&&_0x542300[_0x391572(0xd0)]()[_0x391572(0x105)](_0x495418[_0x391572(0x160)][_0x391572(0xdb)])&&(this[_0x391572(0xe4)](_0x542300,_0x495418[_0x391572(0x160)][_0x391572(0xdb)],_0x410dab),_0x21ed42=!0x0);}return _0x21ed42;}[_0x2e1423(0x104)](_0x212b69){const _0x11fa32=_0x2e1423;this[_0x11fa32(0x132)],(this[_0x11fa32(0x1d6)]=!0x0,_0x212b69());}[_0x2e1423(0x1dd)](_0x2ffe77){const _0x368d45=_0x2e1423,_0x77db24=this[_0x368d45(0x154)](_0x2ffe77),_0x3b9f2e=this[_0x368d45(0x8c)][_0x368d45(0x1bb)](_0x2ffe77);return _0x77db24||_0x3b9f2e;}[_0x2e1423(0x18b)](_0x1bc4ef,_0xc75adf){const _0x1d5a81=_0x2e1423;if(0x0==_0xc75adf[_0x1d5a81(0x208)])return!0x1;let _0x23e96b=!0x1;for(const _0x21de55 of _0xc75adf){const _0x1704f9=this[_0x1d5a81(0x20a)](_0x21de55[_0x1d5a81(0x153)],_0x1d5a81(0x193))[_0x1d5a81(0x8f)](_0x52ded1=>!_0x52ded1[_0x1d5a81(0xe9)][_0x1d5a81(0x1a3)])[_0x1d5a81(0x1df)](_0x2db92d=>_0x2db92d[_0x1d5a81(0xa9)]),_0x1b145e=_0x4480b1({'newValue':_0x21de55[_0x1d5a81(0x84)]});_0x1704f9[_0x1d5a81(0x8f)](_0x34dcc8=>{const _0x4526dd=_0x1d5a81,[_0x3e177c,_0x16a0b6]=_0x34dcc8[_0x4526dd(0x14c)][_0x4526dd(0x204)]('|');return _0x3e177c==_0x21de55[_0x4526dd(0xdf)]&&_0x16a0b6!=_0x1b145e;})[_0x1d5a81(0x115)](_0x11cf4c=>{const _0x909577=_0x1d5a81;this[_0x909577(0xe4)](_0x11cf4c,_0x21de55[_0x909577(0x153)],_0x1bc4ef),_0x23e96b=!0x0;});}return _0x23e96b;}[_0x2e1423(0xe4)](_0x4875f4,_0x5c53b1,_0x692ebf){const _0x38587a=_0x2e1423,_0x1a4fcd=_0x4875f4[_0x38587a(0xd0)]()[_0x38587a(0xca)](_0x5c53b1);0x0!==_0x1a4fcd[_0x38587a(0x208)]?0x1!==_0x1a4fcd[_0x38587a(0x208)]?this[_0x38587a(0x166)](_0x4875f4,_0x5c53b1[_0x38587a(0x164)],_0x5c53b1[_0x38587a(0x150)]):this[_0x38587a(0x18c)](_0x4875f4,_0x1a4fcd[0x0]):_0x692ebf[_0x38587a(0xef)](_0x4875f4[_0x38587a(0xcd)]());}}class xt{constructor(_0x2ee211){const _0x43533d=_0x2e1423;this[_0x43533d(0x1e2)]=_0x2ee211,this[_0x43533d(0x211)]=_0x2ee211[_0x43533d(0xea)],this[_0x43533d(0x139)]=new Map(),this[_0x43533d(0x180)]=new Map(),this[_0x43533d(0x22f)]();}[_0x2e1423(0xfd)](_0x367097,_0x2adfed,_0x4541f9,_0x59bd31,_0x58ed71,_0x2f9bcf){const _0x13e896=_0x2e1423;return new _0x2eed77(this[_0x13e896(0x211)],{'type':_0x367097,'subType':_0x2adfed,'id':_0x4541f9,'author':_0x59bd31,'creator':_0x59bd31,'attributes':_0x58ed71,'onAttributesChange':_0x2f9bcf,'onAccept':(..._0x21f4c3)=>this[_0x13e896(0x125)](_0x367097,_0x2adfed,_0x13e896(0x144))(..._0x21f4c3),'onDiscard':(..._0x5234f0)=>this[_0x13e896(0x125)](_0x367097,_0x2adfed,_0x13e896(0x1a1))(..._0x5234f0)});}[_0x2e1423(0x1ec)](_0x1e9e28,_0x34fbc4,_0x2a8a91,_0x206d5d){const _0x4b4961=_0x2e1423,_0x2ec854=_0x1e9e28+':'+_0x34fbc4+':'+_0x2a8a91;this[_0x4b4961(0x139)][_0x4b4961(0x114)](_0x2ec854,_0x206d5d);}[_0x2e1423(0x125)](_0x142fc4,_0x31742e,_0x1c9824){const _0x5d5e4c=_0x2e1423,_0x459adb=_0x142fc4+':'+_0x31742e+':'+_0x1c9824;return this[_0x5d5e4c(0x139)][_0x5d5e4c(0x16a)](_0x459adb)||this[_0x5d5e4c(0x180)][_0x5d5e4c(0x16a)](_0x142fc4+':'+_0x1c9824);}[_0x2e1423(0x22f)](){const _0x5e9a77=_0x2e1423,_0x266656=()=>!0x1,_0x19b5f1=_0x168558=>{const _0x52312e=_0x4d26;_0x168558[_0x52312e(0xb3)]((_0x56e14b,_0x5eb4f8)=>_0x56e14b[_0x52312e(0x164)][_0x52312e(0xe3)](_0x5eb4f8[_0x52312e(0x164)])?0x1:-0x1),this[_0x52312e(0x211)][_0x52312e(0xc9)](_0x4c4822=>{const _0x45bcb4=_0x52312e;for(const _0x35dce7 of _0x168558){let _0xe891d2;_0xe891d2=_0x35dce7[_0x45bcb4(0x150)][_0x45bcb4(0x1e0)]&&_0x35dce7[_0x45bcb4(0x150)][_0x45bcb4(0x133)]==_0x35dce7[_0x45bcb4(0x164)][_0x45bcb4(0x1ba)]?_0x4c4822[_0x45bcb4(0xed)](_0x35dce7[_0x45bcb4(0x164)][_0x45bcb4(0x1ba)],'on'):_0x4c4822[_0x45bcb4(0xed)](_0x35dce7),this[_0x45bcb4(0x211)][_0x45bcb4(0x127)](_0xe891d2,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2e8e94=(_0x4343bd,_0x3eed6e)=>{const _0x1708fc=_0x4d26;_0x3eed6e&&this[_0x1708fc(0x211)][_0x1708fc(0xc9)](_0x2de89a=>{const _0x1b5b96=_0x1708fc,{commandName:_0x1541d9,commandParams:_0x4f73ab=[]}=_0x3eed6e,_0x5c7f11=_0x4343bd[_0x1b5b96(0x1df)](_0x765a4=>(Tt(_0x765a4)&&(_0x765a4=this[_0x1b5b96(0x211)][_0x1b5b96(0x226)](_0x765a4[_0x1b5b96(0x150)])),_0x765a4))[_0x1b5b96(0x8f)](_0x115934=>_0x1b5b96(0x10f)!==_0x115934[_0x1b5b96(0x194)][_0x1b5b96(0x202)]);if(_0x5c7f11[_0x1b5b96(0x208)]<0x1)return;const _0x2aad17=Array[_0x1b5b96(0x1b5)](this[_0x1b5b96(0x211)][_0x1b5b96(0x1fb)][_0x1b5b96(0x216)][_0x1b5b96(0x123)]())[_0x1b5b96(0x1df)](_0x3d8888=>_0x229706[_0x1b5b96(0xe1)](_0x3d8888));_0x2de89a[_0x1b5b96(0x1c6)](_0x5c7f11);for(const _0x349af3 of this[_0x1b5b96(0x1e2)][_0x1b5b96(0x174)][_0x1b5b96(0x174)]())_0x349af3[_0x1b5b96(0x213)]();_0x4f73ab[_0x1b5b96(0x197)]({'forceDefaultExecution':!0x0}),this[_0x1b5b96(0x1e2)][_0x1b5b96(0x15d)](_0x1541d9,..._0x4f73ab);const _0x1aa0c1=_0x2aad17[_0x1b5b96(0x8f)](_0x3ad599=>_0x1b5b96(0x10f)!=_0x3ad599[_0x1b5b96(0x194)][_0x1b5b96(0x202)]);_0x1aa0c1[_0x1b5b96(0x208)]>0x0&&_0x2de89a[_0x1b5b96(0x1c6)](_0x1aa0c1);for(const _0x576f5a of _0x2aad17)_0x576f5a[_0x1b5b96(0x137)]();});},_0x369b42=(_0x3a7541,_0x4298ee)=>0x1==_0x3a7541[_0x5e9a77(0x208)]&&0x1==_0x4298ee[_0x5e9a77(0x208)]&&_0x3a7541[0x0][_0x5e9a77(0x150)][_0x5e9a77(0x15b)](_0x4298ee[0x0][_0x5e9a77(0x164)]),_0x33ae5e=(_0x5e5d72,_0x3be305,_0x801a07,_0x5807b1)=>Ft(_0x5e5d72,_0x3be305,_0x801a07,_0x5807b1,this[_0x5e9a77(0x211)])?[_0x5e5d72,_0x3be305]:Ft(_0x3be305,_0x5e5d72,_0x5807b1,_0x801a07,this[_0x5e9a77(0x211)])?[_0x3be305,_0x5e5d72]:null;this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x16e),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x86),_0x19b5f1),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x22d),_0x369b42),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x11f),_0x33ae5e),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0xf7),_0x19b5f1),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x223),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x8e),_0x369b42),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0xc6),_0x33ae5e),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x1f9),_0x2e8e94),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x152),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x112),_0x369b42),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x225),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x12a),_0x2e8e94),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x11e),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0xcb),_0x369b42),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x173),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x19e),_0x266656),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x113),(_0x46f4f2,_0x3a4552)=>{const _0x2562a2=_0x5e9a77;if(!_0x3a4552)return;const _0x3f4ba7=this[_0x2562a2(0x1e2)][_0x2562a2(0x1a9)][_0x2562a2(0x16a)](p);this[_0x2562a2(0x211)][_0x2562a2(0xc9)](_0x4bb302=>{const _0x106daa=_0x2562a2;if(_0x106daa(0xe0)==_0x3a4552[_0x106daa(0xdf)])for(const _0x8078d1 of _0x46f4f2){const _0x206ee9=_0x8078d1[_0x106daa(0x164)][_0x106daa(0x1ba)],_0x4d8a72=_0x3a4552[_0x106daa(0x18f)];_0x4bb302[_0x106daa(0x19c)](_0x206ee9,_0x4d8a72);}else{if(_0x3f4ba7[_0x106daa(0x154)](_0x3a4552[_0x106daa(0xdf)])){for(const _0x31d9c0 of _0x46f4f2)void 0x0!==_0x3a4552[_0x106daa(0x18f)]?_0x4bb302[_0x106daa(0x128)](_0x3a4552[_0x106daa(0xdf)],_0x3a4552[_0x106daa(0x18f)],_0x31d9c0[_0x106daa(0x164)][_0x106daa(0x1ba)]):_0x4bb302[_0x106daa(0x20e)](_0x3a4552[_0x106daa(0xdf)],_0x31d9c0[_0x106daa(0x164)][_0x106daa(0x1ba)]);}else{for(const _0x283aa2 of _0x46f4f2)_0x3a4552[_0x106daa(0x18f)]?_0x4bb302[_0x106daa(0x128)](_0x3a4552[_0x106daa(0xdf)],_0x3a4552[_0x106daa(0x18f)],_0x283aa2):_0x4bb302[_0x106daa(0x20e)](_0x3a4552[_0x106daa(0xdf)],_0x283aa2);}}});}),this[_0x5e9a77(0x180)][_0x5e9a77(0x114)](_0x5e9a77(0x11a),_0x369b42);}}function Rt(_0x164b39,_0x3052ce,_0x2c771f){const _0x37e111=_0x2e1423;for(const _0x585cc6 of _0x3052ce[_0x37e111(0x133)][_0x37e111(0x100)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x585cc6[_0x37e111(0x194)]==_0x585cc6)return!0x1;if(!_0x2c771f[_0x37e111(0x14a)](_0x585cc6))return!0x1;if(_0x164b39[_0x37e111(0x201)](_0x585cc6)||_0x164b39[_0x37e111(0xda)](_0x585cc6))return!0x0;}return!0x1;}function Tt(_0x109401){const _0x122c47=_0x2e1423;return _0x109401[_0x122c47(0x150)][_0x122c47(0x133)]==_0x109401[_0x122c47(0x164)][_0x122c47(0x1ba)]&&_0x109401[_0x122c47(0x150)][_0x122c47(0x110)];}function Et(_0x2c4efe,_0x3206ce,_0x49630c,_0xcf5463){const _0x37b9b9=_0x2e1423,_0x4877b8=_0x5d4b52=>!_0x5d4b52[_0x37b9b9(0xd7)]['is'](_0x37b9b9(0x1e3))&&!_0xcf5463[_0x37b9b9(0x201)](_0x5d4b52[_0x37b9b9(0xd7)]),_0x1edc4a=_0x2c4efe[_0x37b9b9(0x164)][_0x37b9b9(0xb9)](_0x4877b8),_0x2752a0=_0x2c4efe[_0x37b9b9(0x150)][_0x37b9b9(0xb9)](_0x4877b8,{'direction':_0x37b9b9(0xf5)});return(!_0x2c4efe[_0x37b9b9(0x164)][_0x37b9b9(0x15b)](_0x1edc4a)||!_0x2c4efe[_0x37b9b9(0x150)][_0x37b9b9(0x15b)](_0x2752a0))&&(_0x1edc4a[_0x37b9b9(0xe3)](_0x2752a0)?_0x49630c[_0x37b9b9(0x102)](_0x3206ce,{'range':_0x49630c[_0x37b9b9(0x226)](_0x1edc4a,_0x2752a0)}):_0x49630c[_0x37b9b9(0xef)](_0x3206ce),!0x0);}function Vt(_0xdd67c9){return _0x4480b1(_0xdd67c9);}function Ut(_0x3c5ddb){const _0x532acd=_0x2e1423,_0x129288=_0x3c5ddb[_0x532acd(0x164)][_0x532acd(0x1ba)];return _0x129288&&_0x129288['is'](_0x532acd(0x1de));}function Ot(_0x3a117c,_0x2a9c95){const _0x2b891b=_0x2e1423;return null==_0x3a117c[_0x2b891b(0x150)][_0x2b891b(0x1b6)]&&_0x3a117c[_0x2b891b(0x150)][_0x2b891b(0x133)]==_0x3a117c[_0x2b891b(0x164)][_0x2b891b(0x1ba)]?Gt(_0x3a117c[_0x2b891b(0x164)][_0x2b891b(0x1ba)],_0x2a9c95):_0x3a117c;}function Gt(_0x224e4e,_0x1d8313){const _0x450a80=_0x2e1423,_0x2a00c1=_0x1d8313[_0x450a80(0x1d2)][_0x450a80(0x201)](_0x224e4e)||_0x1d8313[_0x450a80(0x1d2)][_0x450a80(0x15a)](_0x224e4e);return _0x1d8313[_0x450a80(0x226)](_0x1d8313[_0x450a80(0x1c2)](_0x224e4e,_0x450a80(0x145)),_0x2a00c1?_0x1d8313[_0x450a80(0x21a)](_0x224e4e):_0x1d8313[_0x450a80(0x1c2)](_0x224e4e,_0x450a80(0x150)));}function Ft(_0xd4d9c6,_0x5c275b,_0x3889b4,_0x2d4c03,_0x588912){const _0x4d8c28=_0x2e1423;if(!Pt(_0xd4d9c6,_0x5c275b))return!0x1;if(_0x3889b4[_0x4d8c28(0x150)][_0x4d8c28(0x15b)](_0x2d4c03[_0x4d8c28(0x164)]))return!0x0;if(_0xd4d9c6[_0x4d8c28(0x22c)]!=_0x5c275b[_0x4d8c28(0x22c)])return!0x1;if(!_0x3889b4[_0x4d8c28(0x150)][_0x4d8c28(0x12c)](_0x2d4c03[_0x4d8c28(0x164)]))return!0x1;const _0x24c29c=_0x588912[_0x4d8c28(0x226)](_0x3889b4[_0x4d8c28(0x150)],_0x2d4c03[_0x4d8c28(0x164)])[_0x4d8c28(0x179)]();for(const _0xf3ad25 of _0x24c29c)if([_0x4d8c28(0xde),_0x4d8c28(0x1d4)][_0x4d8c28(0x207)](_0xf3ad25[_0x4d8c28(0x22c)])&&_0x588912[_0x4d8c28(0x1d2)][_0x4d8c28(0xda)](_0xf3ad25[_0x4d8c28(0xd7)]))return!0x1;return!0x0;}function Pt(_0x2f2065,_0xcb8359,_0x590bf4=[]){const _0x4472bd=_0x2e1423;return!(!_0x2f2065[_0x4472bd(0x121)]||!_0xcb8359[_0x4472bd(0x121)])&&_0x36259b(_0x1d9e3b(_0x2f2065[_0x4472bd(0x1d1)],_0x590bf4),_0x1d9e3b(_0xcb8359[_0x4472bd(0x1d1)],_0x590bf4));}function Lt(_0x253a97,_0x3ab45e){const _0x4279f7=_0x2e1423,_0x2b8b32=Ht(_0x253a97[_0x4279f7(0x1d1)]),_0x5b807c=Ht(_0x3ab45e);if(!_0x253a97[_0x4279f7(0x121)])return!0x1;for(const _0x2d3b0a of Object[_0x4279f7(0x135)](_0x5b807c))if(!_0x36259b(_0x2b8b32[_0x2d3b0a],_0x5b807c[_0x2d3b0a]))return!0x1;return!0x0;}function Ht(_0x117e96){const _0x3fe3e8=_0x2e1423,_0x242c53=Object[_0x3fe3e8(0x1ab)]({},_0x117e96);return delete _0x242c53[_0x3fe3e8(0x12e)],delete _0x242c53[_0x3fe3e8(0x90)],_0x242c53;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1be1d0=_0x5687;(function(_0x3eb8b3,_0x379fa5){const _0x424481=_0x5687,_0x4537d7=_0x3eb8b3();while(!![]){try{const _0x33b829=-parseInt(_0x424481(0x226))/0x1+-parseInt(_0x424481(0x23d))/0x2+parseInt(_0x424481(0x24b))/0x3*(parseInt(_0x424481(0x1f5))/0x4)+-parseInt(_0x424481(0x24e))/0x5+parseInt(_0x424481(0x1f7))/0x6+parseInt(_0x424481(0x25a))/0x7*(-parseInt(_0x424481(0x242))/0x8)+parseInt(_0x424481(0x230))/0x9;if(_0x33b829===_0x379fa5)break;else _0x4537d7['push'](_0x4537d7['shift']());}catch(_0x386be9){_0x4537d7['push'](_0x4537d7['shift']());}}}(_0x4c04,0x505b9));import{Plugin as _0x281a83}from'ckeditor5/src/core.js';import{Collection as _0x3cc0a8}from'ckeditor5/src/utils.js';import{ViewModel as _0x598936,SplitButtonView as _0x27f829,createDropdown as _0x414fd0,addListToDropdown as _0x5e1a80}from'ckeditor5/src/ui.js';import{Users as _0x352ed2,getDateTimeFormatter as _0x1a52df,getAllMarkersDomElementsSorted as _0x5920c5}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1ea118 from'./trackchangesediting.js';import _0x3fe537 from'./ui/suggestioncontroller.js';import _0x1810bd from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x53c339}from'./utils/common-translations.js';import _0x372171 from'../theme/icons/track-changes.svg';function _0x5687(_0x23378c,_0x3651f2){const _0x4c04d0=_0x4c04();return _0x5687=function(_0x56877d,_0x2b0bd0){_0x56877d=_0x56877d-0x1e7;let _0x1d7f15=_0x4c04d0[_0x56877d];return _0x1d7f15;},_0x5687(_0x23378c,_0x3651f2);}function _0x4c04(){const _0x92d73e=['set','locale','length','clear','Track\x20changes','getRanges','comments.maxThreadTotalWeight','165948WSrSNf','remove','1926222jMoyOr','_handleSuggestionControllerDelayed','innerView','trackChanges.disableComments','acceptAllSuggestions','hasSuggestion','unbind','from','suggestionChanged','bind','values','plugins','Discard\x20all\x20suggestions','keys','getMarkerNames','_handleControllerBuffer','refreshSelectedViews','comments.editorConfig','_disableComments','suggestionLoaded','getFirstRange','_createUIButton','_unbindEditors','editor','has','type','source','CommentsRepository','TrackChangesEditing','acceptButton','_destroyController','Accept\x20all\x20suggestions','model','addComment','separator','get','button','isEnabled','commentThread','isMultiRange','map','CommentView','trackChanges','commandName','reduce','_updateController','activeMarkers','469488QJmuIU','switchbutton','comments.maxCommentCharsWhenCollapsed','pluginName','define','execute','Accept\x20all\x20selected\x20suggestions','requires','getJoined','focus','14852988FBokDU','createAnnotation','filter','createAnnotationView','addSourceCollector','actionView','_annotationViews','TrackChangesUI','value','Annotations','config','toMany','editing','871926aPykHD','view','getByInnerView','_viewToController','push','368ohwDqG','isOn','getMarkers','isInContent','some','CommentsUI','init','createCommentThreadController','trackChanges.SuggestionThreadView','24YaCLtx','comments','getDescriptions','2959625PbXspQ','delete','discardSelectedSuggestions','_descriptionFactory','_bindAnnotationToEditors','getAllAdjacentSuggestions','change:previous','_refreshActiveMarkers','commands','buttonView','discardButton','stopListening','72548gwjmNi','listenTo','head','SuggestionThreadView','registerAnnotation','isDirty','Discard\x20all\x20selected\x20suggestions','mainView','previous','change:activeAnnotations','descriptionParts','lowest','EditorAnnotations','activeAnnotations','discardAllSuggestions','add','destroy','suggestionUnloaded','componentFactory','size','arrowView','getSuggestion','comments.maxCommentsWhenCollapsed','_initializeController','_suggestionToController','acceptSelectedSuggestions','suggestion-'];_0x4c04=function(){return _0x92d73e;};return _0x4c04();}export default class d extends _0x281a83{static get[_0x1be1d0(0x22d)](){const _0xd51355=_0x1be1d0;return[_0x1ea118,_0x352ed2,_0xd51355(0x212),_0xd51355(0x239),_0xd51355(0x266)];}static get[_0x1be1d0(0x229)](){const _0x21d729=_0x1be1d0;return _0x21d729(0x237);}constructor(_0x4547c3){const _0x538a8f=_0x1be1d0;super(_0x4547c3),this[_0x538a8f(0x1eb)]=new Map(),this[_0x538a8f(0x240)]=new Map(),this[_0x538a8f(0x236)]=new Map(),this[_0x538a8f(0x206)]=new Map();const _0x12709e=this[_0x538a8f(0x20e)][_0x538a8f(0x23a)];_0x12709e[_0x538a8f(0x22a)](_0x538a8f(0x24a),_0x1810bd),_0x12709e[_0x538a8f(0x22a)](_0x538a8f(0x1fa),!0x1),this[_0x538a8f(0x209)]=_0x12709e[_0x538a8f(0x21a)](_0x538a8f(0x1fa));}[_0x1be1d0(0x1f8)](_0x4495a1,_0xbe9d4){const _0x2b828f=_0x1be1d0;0x0===this[_0x2b828f(0x206)][_0x2b828f(0x26d)]&&setTimeout(()=>{const _0x20de8f=_0x2b828f;for(const [_0x179e10,_0x5c5fe3]of this[_0x20de8f(0x206)]){const _0x4ec68f=this[_0x20de8f(0x1eb)][_0x20de8f(0x20f)](_0x179e10);_0x4ec68f||_0x5c5fe3?_0x4ec68f&&_0x5c5fe3&&this[_0x20de8f(0x215)](_0x179e10):this[_0x20de8f(0x1ea)](_0x179e10);}this[_0x20de8f(0x206)][_0x20de8f(0x1f1)](),this[_0x20de8f(0x20e)][_0x20de8f(0x202)][_0x20de8f(0x21a)](_0x20de8f(0x266))[_0x20de8f(0x207)](),this[_0x20de8f(0x255)]();},0xa),this[_0x2b828f(0x206)][_0x2b828f(0x1ee)](_0x4495a1,_0xbe9d4);}[_0x1be1d0(0x248)](){const _0x62aaa3=_0x1be1d0,_0x193e86=this[_0x62aaa3(0x20e)],_0x4324d8=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x213)),_0x6ba874=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x239)),_0x2ad845=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x266)),_0x2a7c28=_0x193e86[_0x62aaa3(0x202)][_0x62aaa3(0x21a)](_0x62aaa3(0x212));_0x193e86['ui'][_0x62aaa3(0x26c)][_0x62aaa3(0x269)](_0x62aaa3(0x221),_0x25a2b6=>this[_0x62aaa3(0x20c)](_0x25a2b6)),_0x2ad845[_0x62aaa3(0x234)](()=>{const _0x1ef53b=_0x62aaa3,_0x28b058=[];for(const [_0x5e0d64,_0x307a31]of Array[_0x1ef53b(0x1fe)](this[_0x1ef53b(0x1eb)])){const _0x1b3bcf=_0x5e0d64[_0x1ef53b(0x253)](),_0x300807=[];for(const _0x52018f of _0x1b3bcf){if(!_0x52018f[_0x1ef53b(0x245)])continue;if(_0x52018f[_0x1ef53b(0x21e)]){_0x300807[_0x1ef53b(0x241)](..._0x52018f[_0x1ef53b(0x1f3)]());continue;}const _0xf7c64c=_0x52018f[_0x1ef53b(0x20b)]();if(_0x300807[_0x1ef53b(0x1f0)]>0x0){const _0x1d184d=_0x300807[0x0][_0x1ef53b(0x22e)](_0xf7c64c);if(_0x1d184d){_0x300807[0x0]=_0x1d184d;continue;}}_0x300807[_0x1ef53b(0x241)](_0xf7c64c);}_0x28b058[_0x1ef53b(0x241)]([_0x307a31[_0x1ef53b(0x23e)],_0x300807]);}return _0x28b058;}),this[_0x62aaa3(0x25b)](_0x4324d8,_0x62aaa3(0x20a),(_0x23dfc9,_0x523381)=>{const _0x1bdc8b=_0x62aaa3;this[_0x1bdc8b(0x25b)](_0x523381,_0x1bdc8b(0x254),(_0x5b3c46,_0x199fc4,_0x13c7cb,_0x5f2813)=>{const _0x67401b=_0x1bdc8b;_0x523381[_0x67401b(0x245)]&&(null==_0x13c7cb?(this[_0x67401b(0x224)](_0x5f2813[_0x67401b(0x25c)]),this[_0x67401b(0x1f8)](_0x523381,!0x1)):(this[_0x67401b(0x224)](_0x13c7cb[_0x67401b(0x25c)]),null==_0x5f2813&&this[_0x67401b(0x1f8)](_0x523381,!0x0)));}),null!==_0x523381[_0x1bdc8b(0x262)]?this[_0x1bdc8b(0x224)](_0x523381[_0x1bdc8b(0x25c)]):this[_0x1bdc8b(0x1f8)](_0x523381,!0x1);}),this[_0x62aaa3(0x25b)](_0x4324d8,_0x62aaa3(0x26b),(_0x104042,_0x34b942,_0x86fc1)=>{const _0x3f9fc3=_0x62aaa3;this[_0x3f9fc3(0x259)](_0x34b942,_0x3f9fc3(0x254)),this[_0x3f9fc3(0x206)][_0x3f9fc3(0x24f)](_0x34b942),this[_0x3f9fc3(0x1eb)][_0x3f9fc3(0x20f)](_0x34b942)&&this[_0x3f9fc3(0x215)](_0x34b942),_0x86fc1&&this[_0x3f9fc3(0x224)](_0x86fc1[_0x3f9fc3(0x25c)]);}),this[_0x62aaa3(0x25b)](_0x4324d8,_0x62aaa3(0x1ff),(_0xbe1552,_0x2c5024)=>{const _0x497d33=_0x62aaa3;this[_0x497d33(0x224)](_0x2c5024);}),this[_0x62aaa3(0x25b)](_0x6ba874,_0x62aaa3(0x263),()=>{const _0x53714e=_0x62aaa3;this[_0x53714e(0x255)]();}),this[_0x62aaa3(0x25b)](_0x2a7c28,_0x62aaa3(0x218),(_0x4231b5,{threadId:_0x307955,isFromAdapter:_0x2dcd18})=>{const _0x4b00b4=_0x62aaa3;if(_0x2dcd18||!_0x4324d8[_0x4b00b4(0x1fc)](_0x307955))return;const _0x1c3c9e=_0x4324d8[_0x4b00b4(0x1e8)](_0x307955);this[_0x4b00b4(0x1eb)][_0x4b00b4(0x21a)](_0x1c3c9e)[_0x4b00b4(0x23e)][_0x4b00b4(0x22f)]();},{'priority':_0x62aaa3(0x265)});}[_0x1be1d0(0x255)](){const _0x451484=_0x1be1d0,_0x4b329a=this[_0x451484(0x20e)][_0x451484(0x202)][_0x451484(0x21a)](_0x451484(0x239)),_0x5c80e6=this[_0x451484(0x20e)][_0x451484(0x202)][_0x451484(0x21a)](_0x451484(0x213)),_0x190621=Array[_0x451484(0x1fe)](_0x4b329a[_0x451484(0x267)],_0x1f148c=>_0x1f148c[_0x451484(0x1f9)])[_0x451484(0x232)](_0x53d69e=>this[_0x451484(0x240)][_0x451484(0x20f)](_0x53d69e)),_0xa73096=[];for(const _0x384020 of _0x190621){const _0x1ebb70=this[_0x451484(0x240)][_0x451484(0x21a)](_0x384020)[_0x451484(0x217)][_0x451484(0x253)]();_0xa73096[_0x451484(0x241)](..._0x1ebb70[_0x451484(0x223)]((_0x238d88,_0x4465ba)=>[..._0x238d88,..._0x4465ba[_0x451484(0x205)]()],[]));}_0x5c80e6[_0x451484(0x225)]=_0xa73096;}[_0x1be1d0(0x20c)](_0x56edde){const _0x5446c3=_0x1be1d0,_0x5500fa=_0x414fd0(_0x56edde,_0x27f829),_0x3450d3=this[_0x5446c3(0x20e)][_0x5446c3(0x256)][_0x5446c3(0x21a)](_0x5446c3(0x221)),_0x5a8347=_0x53c339(_0x56edde,_0x5446c3(0x1f2));_0x5500fa[_0x5446c3(0x257)][_0x5446c3(0x1ee)]({'tooltip':_0x5a8347,'label':_0x5a8347,'icon':_0x372171}),_0x5500fa[_0x5446c3(0x257)][_0x5446c3(0x200)](_0x5446c3(0x243))['to'](_0x3450d3,_0x5446c3(0x238)),_0x5500fa[_0x5446c3(0x257)]['on'](_0x5446c3(0x22b),()=>{const _0x1b9fbb=_0x5446c3;_0x3450d3[_0x1b9fbb(0x22b)](),this[_0x1b9fbb(0x20e)][_0x1b9fbb(0x23c)][_0x1b9fbb(0x23e)][_0x1b9fbb(0x22f)]();});const _0x160c15=new _0x3cc0a8(),_0x278676=[{'type':_0x5446c3(0x227),'model':{'withText':!0x0,'label':_0x5a8347,'commandName':_0x5446c3(0x221)}},{'type':_0x5446c3(0x219)},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x216)),'commandName':_0x5446c3(0x1fb)}},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x22c)),'commandName':_0x5446c3(0x1ec)}},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x203)),'commandName':_0x5446c3(0x268)}},{'type':_0x5446c3(0x21b),'model':{'withText':!0x0,'label':_0x53c339(_0x56edde,_0x5446c3(0x260)),'commandName':_0x5446c3(0x250)}}];for(const _0x6e3864 of _0x278676){let _0x3e3130={'type':_0x5446c3(0x219)};if(_0x6e3864[_0x5446c3(0x217)]){const _0x1949b4=new _0x598936(_0x6e3864[_0x5446c3(0x217)]),_0x52e524=this[_0x5446c3(0x20e)][_0x5446c3(0x256)][_0x5446c3(0x21a)](_0x1949b4[_0x5446c3(0x222)]);_0x1949b4[_0x5446c3(0x200)](_0x5446c3(0x243),_0x5446c3(0x21c))['to'](_0x52e524,_0x5446c3(0x238),_0x5446c3(0x21c)),_0x3e3130={'type':_0x6e3864[_0x5446c3(0x210)],'model':_0x1949b4};}_0x160c15[_0x5446c3(0x269)](_0x3e3130);}_0x5e1a80(_0x5500fa,_0x160c15);const _0x180144=_0x278676[_0x5446c3(0x232)](_0x2c3f6b=>null!=_0x2c3f6b[_0x5446c3(0x217)])[_0x5446c3(0x21f)](_0x486920=>this[_0x5446c3(0x20e)][_0x5446c3(0x256)][_0x5446c3(0x21a)](_0x486920[_0x5446c3(0x217)][_0x5446c3(0x222)])),_0x5796ac=_0x5500fa[_0x5446c3(0x257)];return _0x5796ac[_0x5446c3(0x235)][_0x5446c3(0x1fd)](_0x5446c3(0x21c)),_0x5796ac[_0x5446c3(0x1e7)][_0x5446c3(0x1fd)](_0x5446c3(0x21c)),_0x5796ac[_0x5446c3(0x235)][_0x5446c3(0x200)](_0x5446c3(0x21c))['to'](_0x3450d3,_0x5446c3(0x21c)),_0x5796ac[_0x5446c3(0x1e7)][_0x5446c3(0x200)](_0x5446c3(0x21c))[_0x5446c3(0x23b)](_0x180144,_0x5446c3(0x21c),(..._0x1d784d)=>_0x1d784d[_0x5446c3(0x246)](_0x300c0b=>_0x300c0b)),_0x5500fa['on'](_0x5446c3(0x22b),_0x46595a=>{const _0x213f19=_0x5446c3;this[_0x213f19(0x20e)][_0x213f19(0x22b)](_0x46595a[_0x213f19(0x211)][_0x213f19(0x222)]),this[_0x213f19(0x20e)][_0x213f19(0x23c)][_0x213f19(0x23e)][_0x213f19(0x22f)]();}),_0x5500fa;}[_0x1be1d0(0x1ea)](_0x4e3214){const _0x4eb2ee=_0x1be1d0,_0x31cec7=this[_0x4eb2ee(0x20e)],_0x470ce5=_0x31cec7[_0x4eb2ee(0x23a)],_0x207eb9=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x239)),_0x419f8d=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x212)),_0x509909=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x266)),_0x45ff0b=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x352ed2)['me'],_0x4f3ada=_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x221))[_0x4eb2ee(0x25d)],{CommentsListView:_0x641604,CommentThreadInputView:_0x1d9b80}=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x247));let _0xfa62d3,_0x1b3242;this[_0x4eb2ee(0x236)][_0x4eb2ee(0x20f)](_0x4e3214['id'])?(_0x1b3242=this[_0x4eb2ee(0x236)][_0x4eb2ee(0x21a)](_0x4e3214['id']),_0xfa62d3=_0x1b3242[_0x4eb2ee(0x261)]):(_0xfa62d3=new _0x4f3ada(_0x31cec7[_0x4eb2ee(0x1ef)],_0x4e3214,_0x45ff0b,{'disableComments':this[_0x4eb2ee(0x209)],'editorConfig':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x208)),'maxCommentsWhenCollapsed':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x1e9)),'maxThreadTotalWeight':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x1f4)),'maxCommentCharsWhenCollapsed':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x228)),'formatDateTime':_0x1a52df(_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x1ef))),'CommentView':_0x470ce5[_0x4eb2ee(0x21a)](_0x4eb2ee(0x24c))[_0x4eb2ee(0x220)],'CommentsListView':_0x641604,'CommentThreadInputView':_0x1d9b80}),_0xfa62d3[_0x4eb2ee(0x214)]['on'](_0x4eb2ee(0x22b),()=>{const _0x1592e9=_0x4eb2ee;_0x31cec7[_0x1592e9(0x23c)][_0x1592e9(0x23e)][_0x1592e9(0x22f)]();}),_0xfa62d3[_0x4eb2ee(0x258)]['on'](_0x4eb2ee(0x22b),()=>{const _0x403728=_0x4eb2ee;_0x31cec7[_0x403728(0x23c)][_0x403728(0x23e)][_0x403728(0x22f)]();}),_0x1b3242=_0x207eb9[_0x4eb2ee(0x233)](this[_0x4eb2ee(0x20e)][_0x4eb2ee(0x1ef)],_0xfa62d3),_0x1b3242[_0x4eb2ee(0x200)](_0x4eb2ee(0x25f))['to'](_0xfa62d3,_0x4eb2ee(0x25f)),_0x1b3242[_0x4eb2ee(0x200)](_0x4eb2ee(0x1f0))['to'](_0xfa62d3),_0x1b3242[_0x4eb2ee(0x200)](_0x4eb2ee(0x210))['to'](_0xfa62d3,_0x4eb2ee(0x210),_0xd8e81c=>_0x4eb2ee(0x1ed)+_0xd8e81c),this[_0x4eb2ee(0x236)][_0x4eb2ee(0x1ee)](_0x4e3214['id'],_0x1b3242));const _0x5e640d=_0x419f8d[_0x4eb2ee(0x249)](_0x4e3214[_0x4eb2ee(0x21d)],_0xfa62d3),_0x3df2d5=new _0x3fe537(_0x31cec7,_0x4e3214,_0xfa62d3,_0x5e640d),_0x4ad861=_0x4e3214[_0x4eb2ee(0x253)]()[_0x4eb2ee(0x232)](_0x56226b=>_0x56226b[_0x4eb2ee(0x245)]);_0xfa62d3[_0x4eb2ee(0x264)]=_0x31cec7[_0x4eb2ee(0x202)][_0x4eb2ee(0x21a)](_0x4eb2ee(0x213))[_0x4eb2ee(0x251)][_0x4eb2ee(0x24d)](_0x4ad861),this[_0x4eb2ee(0x1eb)][_0x4eb2ee(0x1ee)](_0x4e3214,_0x3df2d5),this[_0x4eb2ee(0x240)][_0x4eb2ee(0x1ee)](_0xfa62d3,_0x3df2d5);const _0x151451=_0x207eb9[_0x4eb2ee(0x231)]({'view':_0x1b3242,'target':()=>{const _0x1b00bf=_0x4eb2ee,_0x4421e0=[],_0x4986bd=_0x4e3214[_0x1b00bf(0x253)]()[_0x1b00bf(0x232)](_0x4ffb3b=>_0x4ffb3b[_0x1b00bf(0x245)]);for(const _0x4cde6b of _0x4986bd)_0x4421e0[_0x1b00bf(0x241)](..._0x4cde6b[_0x1b00bf(0x244)]());return _0x5920c5(_0x31cec7[_0x1b00bf(0x23c)],_0x4421e0);},'type':()=>_0x4eb2ee(0x1ed)+_0x3df2d5[_0x4eb2ee(0x23e)][_0x4eb2ee(0x210)]});_0x419f8d[_0x4eb2ee(0x252)](_0xfa62d3,_0x151451),_0x207eb9[_0x4eb2ee(0x269)](_0x151451),_0x509909[_0x4eb2ee(0x25e)](_0x151451);}[_0x1be1d0(0x215)](_0x4f41e4){const _0x5e17b6=_0x1be1d0,_0x545582=this[_0x5e17b6(0x20e)][_0x5e17b6(0x202)][_0x5e17b6(0x21a)](_0x5e17b6(0x212)),_0x5b9ced=this[_0x5e17b6(0x20e)][_0x5e17b6(0x202)][_0x5e17b6(0x21a)](_0x5e17b6(0x239)),_0x38cc3e=this[_0x5e17b6(0x1eb)][_0x5e17b6(0x21a)](_0x4f41e4),_0x1899c6=_0x38cc3e[_0x5e17b6(0x23e)],_0x259f7c=_0x5b9ced[_0x5e17b6(0x23f)](_0x1899c6);_0x545582[_0x5e17b6(0x20d)](_0x1899c6),_0x259f7c&&_0x5b9ced[_0x5e17b6(0x1f6)](_0x259f7c),this[_0x5e17b6(0x1eb)][_0x5e17b6(0x24f)](_0x4f41e4),this[_0x5e17b6(0x240)][_0x5e17b6(0x24f)](_0x1899c6),_0x38cc3e[_0x5e17b6(0x26a)]();}[_0x1be1d0(0x224)](_0x23fe00){const _0x4936d=_0x1be1d0;if(!_0x23fe00[_0x4936d(0x245)]||!this[_0x4936d(0x1eb)][_0x4936d(0x20f)](_0x23fe00))return;const _0x3a1a83=this[_0x4936d(0x20e)][_0x4936d(0x202)][_0x4936d(0x21a)](_0x4936d(0x213)),_0x12e1c0=this[_0x4936d(0x1eb)][_0x4936d(0x21a)](_0x23fe00),_0x524def=_0x23fe00[_0x4936d(0x253)]();_0x12e1c0[_0x4936d(0x23e)][_0x4936d(0x264)]=_0x3a1a83[_0x4936d(0x251)][_0x4936d(0x24d)](_0x524def);}[_0x1be1d0(0x26a)](){const _0x2d8702=_0x1be1d0;for(const _0x2c03f8 of this[_0x2d8702(0x1eb)][_0x2d8702(0x204)]())this[_0x2d8702(0x215)](_0x2c03f8);for(const _0x22ae93 of this[_0x2d8702(0x236)][_0x2d8702(0x201)]())_0x22ae93[_0x2d8702(0x261)][_0x2d8702(0x26a)]();super[_0x2d8702(0x26a)]();}}
23
+ const _0x2dd59=_0x1999;(function(_0x30aae9,_0x490f0e){const _0x59f603=_0x1999,_0x3c061a=_0x30aae9();while(!![]){try{const _0x297774=-parseInt(_0x59f603(0xc8))/0x1*(-parseInt(_0x59f603(0x13b))/0x2)+-parseInt(_0x59f603(0xdb))/0x3+-parseInt(_0x59f603(0xb6))/0x4+-parseInt(_0x59f603(0x102))/0x5*(parseInt(_0x59f603(0xc6))/0x6)+parseInt(_0x59f603(0xd8))/0x7*(parseInt(_0x59f603(0x134))/0x8)+-parseInt(_0x59f603(0x12b))/0x9*(parseInt(_0x59f603(0x11f))/0xa)+parseInt(_0x59f603(0x136))/0xb;if(_0x297774===_0x490f0e)break;else _0x3c061a['push'](_0x3c061a['shift']());}catch(_0x4343ce){_0x3c061a['push'](_0x3c061a['shift']());}}}(_0x1404,0xc69ae));import{Plugin as _0x9d2f04}from'ckeditor5/src/core.js';import{Collection as _0x35b9f6}from'ckeditor5/src/utils.js';import{addListToDropdown as _0x23d36e,createDropdown as _0x4c9e9a,ListSeparatorView as _0x16c0c3,MenuBarMenuView as _0x19a7a5,MenuBarMenuListView as _0x1c48cb,MenuBarMenuListItemView as _0x45f16c,MenuBarMenuListItemButtonView as _0x472e32,SplitButtonView as _0x31aaf8,ViewModel as _0x1c3a57}from'ckeditor5/src/ui.js';import{Users as _0x2c769d,getDateTimeFormatter as _0x22902a,getAllMarkersDomElementsSorted as _0x3cac47}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3181a3 from'./trackchangesediting.js';import _0x28af5d from'./ui/suggestioncontroller.js';import _0x3e009e from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x2c194b}from'./utils/common-translations.js';import _0x505083 from'../theme/icons/track-changes.svg';function _0x1999(_0x416107,_0x2a8157){const _0x140481=_0x1404();return _0x1999=function(_0x19995b,_0x2d0e76){_0x19995b=_0x19995b-0xb0;let _0x40f6aa=_0x140481[_0x19995b];return _0x40f6aa;},_0x1999(_0x416107,_0x2a8157);}export default class d extends _0x9d2f04{static get[_0x2dd59(0x12f)](){const _0x368657=_0x2dd59;return[_0x3181a3,_0x2c769d,_0x368657(0x118),_0x368657(0x130),_0x368657(0xd4)];}static get[_0x2dd59(0xfd)](){const _0x2734c8=_0x2dd59;return _0x2734c8(0xc0);}constructor(_0xdb4eb7){const _0x546675=_0x2dd59;super(_0xdb4eb7),this[_0x546675(0xbd)]=new Map(),this[_0x546675(0x109)]=new Map(),this[_0x546675(0xd5)]=new Map(),this[_0x546675(0x110)]=new Map();const _0xf43533=this[_0x546675(0xe0)][_0x546675(0x107)];_0xf43533[_0x546675(0x11e)](_0x546675(0xd6),_0x3e009e),_0xf43533[_0x546675(0x11e)](_0x546675(0xfe),!0x1),this[_0x546675(0xed)]=_0xf43533[_0x546675(0xbe)](_0x546675(0xfe));}[_0x2dd59(0xce)](_0x33abc7,_0x5cfc45){const _0x38935b=_0x2dd59;0x0===this[_0x38935b(0x110)][_0x38935b(0x12e)]&&setTimeout(()=>{const _0x16ecbf=_0x38935b;for(const [_0x22b455,_0x44d650]of this[_0x16ecbf(0x110)]){const _0x50b5eb=this[_0x16ecbf(0xbd)][_0x16ecbf(0x108)](_0x22b455);_0x50b5eb||_0x44d650?_0x50b5eb&&_0x44d650&&this[_0x16ecbf(0xff)](_0x22b455):this[_0x16ecbf(0xe8)](_0x22b455);}this[_0x16ecbf(0x110)][_0x16ecbf(0xea)](),this[_0x16ecbf(0xe0)][_0x16ecbf(0xca)][_0x16ecbf(0xbe)](_0x16ecbf(0xd4))[_0x16ecbf(0x128)](),this[_0x16ecbf(0xda)]();},0xa),this[_0x38935b(0x110)][_0x38935b(0x12c)](_0x33abc7,_0x5cfc45);}[_0x2dd59(0x132)](){const _0x385692=_0x2dd59,_0x704ae1=this[_0x385692(0xe0)],_0x4a7a0d=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0xe2)),_0x52bbcf=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0x130)),_0x30f822=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0xd4)),_0x355fbf=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0x118));this[_0x385692(0xe3)](),_0x30f822[_0x385692(0xb2)](()=>{const _0x15f249=_0x385692,_0x9f4873=[];for(const [_0xf37d51,_0x16740a]of Array[_0x15f249(0xe1)](this[_0x15f249(0xbd)])){const _0x996701=_0xf37d51[_0x15f249(0xef)](),_0x8d9e3a=[];for(const _0x394345 of _0x996701){if(!_0x394345[_0x15f249(0x131)])continue;if(_0x394345[_0x15f249(0x113)]){_0x8d9e3a[_0x15f249(0x117)](..._0x394345[_0x15f249(0xfb)]());continue;}const _0x3e0160=_0x394345[_0x15f249(0x10f)]();if(_0x8d9e3a[_0x15f249(0xd2)]>0x0){const _0x3b15a8=_0x8d9e3a[0x0][_0x15f249(0xb7)](_0x3e0160);if(_0x3b15a8){_0x8d9e3a[0x0]=_0x3b15a8;continue;}}_0x8d9e3a[_0x15f249(0x117)](_0x3e0160);}_0x9f4873[_0x15f249(0x117)]([_0x16740a[_0x15f249(0x112)],_0x8d9e3a]);}return _0x9f4873;}),this[_0x385692(0x105)](_0x4a7a0d,_0x385692(0xcc),(_0x3a95c7,_0x482360)=>{const _0x299c57=_0x385692;this[_0x299c57(0x105)](_0x482360,_0x299c57(0x115),(_0x29da4a,_0x567690,_0x12f70d,_0x4eb296)=>{const _0xe36083=_0x299c57;_0x482360[_0xe36083(0x131)]&&(null==_0x12f70d?(this[_0xe36083(0xc5)](_0x4eb296[_0xe36083(0xb3)]),this[_0xe36083(0xce)](_0x482360,!0x1)):(this[_0xe36083(0xc5)](_0x12f70d[_0xe36083(0xb3)]),null==_0x4eb296&&this[_0xe36083(0xce)](_0x482360,!0x0)));}),null!==_0x482360[_0x299c57(0xc4)]?this[_0x299c57(0xc5)](_0x482360[_0x299c57(0xb3)]):this[_0x299c57(0xce)](_0x482360,!0x1);}),this[_0x385692(0x105)](_0x4a7a0d,_0x385692(0xf7),(_0x22b03f,_0x396bd6,_0x2fcd88)=>{const _0xbb93a3=_0x385692;this[_0xbb93a3(0x13e)](_0x396bd6,_0xbb93a3(0x115)),this[_0xbb93a3(0x110)][_0xbb93a3(0xfc)](_0x396bd6),this[_0xbb93a3(0xbd)][_0xbb93a3(0x108)](_0x396bd6)&&this[_0xbb93a3(0xff)](_0x396bd6),_0x2fcd88&&this[_0xbb93a3(0xc5)](_0x2fcd88[_0xbb93a3(0xb3)]);}),this[_0x385692(0x105)](_0x4a7a0d,_0x385692(0x11b),(_0x4ab1d6,_0x96c9f2)=>{const _0x3b239c=_0x385692;this[_0x3b239c(0xc5)](_0x96c9f2);}),this[_0x385692(0x105)](_0x52bbcf,_0x385692(0x135),()=>{const _0x425342=_0x385692;this[_0x425342(0xda)]();}),this[_0x385692(0x105)](_0x355fbf,_0x385692(0xf1),(_0x33c9c4,{threadId:_0x402515,isFromAdapter:_0x4b73fc})=>{const _0x3021ec=_0x385692;if(_0x4b73fc||!_0x4a7a0d[_0x3021ec(0xf2)](_0x402515))return;const _0x181228=_0x4a7a0d[_0x3021ec(0x11d)](_0x402515);this[_0x3021ec(0xbd)][_0x3021ec(0xbe)](_0x181228)[_0x3021ec(0x112)][_0x3021ec(0xc2)]();},{'priority':_0x385692(0xdc)});}[_0x2dd59(0xda)](){const _0x1b0138=_0x2dd59,_0x25a7f6=this[_0x1b0138(0xe0)][_0x1b0138(0xca)][_0x1b0138(0xbe)](_0x1b0138(0x130)),_0x12fe0d=this[_0x1b0138(0xe0)][_0x1b0138(0xca)][_0x1b0138(0xbe)](_0x1b0138(0xe2)),_0xc72e59=Array[_0x1b0138(0xe1)](_0x25a7f6[_0x1b0138(0x116)],_0x3019f2=>_0x3019f2[_0x1b0138(0xd9)])[_0x1b0138(0xcd)](_0x3ec68f=>this[_0x1b0138(0x109)][_0x1b0138(0x108)](_0x3ec68f)),_0x891c61=[];for(const _0x147b36 of _0xc72e59){const _0x2b6cfc=this[_0x1b0138(0x109)][_0x1b0138(0xbe)](_0x147b36)[_0x1b0138(0x13c)][_0x1b0138(0xef)]();_0x891c61[_0x1b0138(0x117)](..._0x2b6cfc[_0x1b0138(0xe4)]((_0xe4ccc3,_0x5c571b)=>[..._0xe4ccc3,..._0x5c571b[_0x1b0138(0x13d)]()],[]));}_0x12fe0d[_0x1b0138(0xb0)]=_0x891c61;}[_0x2dd59(0xe3)](){const _0x57195b=_0x2dd59,_0x4d5d33=this[_0x57195b(0xe0)],_0x5529c5=_0x4d5d33[_0x57195b(0xb9)],_0x7f7b22=_0x2c194b(_0x5529c5,_0x57195b(0xf8)),_0x4b4a34=new _0x35b9f6([{'type':_0x57195b(0x125),'model':new _0x1c3a57({'withText':!0x0,'label':_0x7f7b22,'commandName':_0x57195b(0x11c)})},{'type':_0x57195b(0xeb)},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0x123)),'commandName':_0x57195b(0x137)})},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0x10a)),'commandName':_0x57195b(0xd3)})},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0x126)),'commandName':_0x57195b(0x10d)})},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0xe6)),'commandName':_0x57195b(0x12a)})}]);for(const _0x42ef2b of _0x4b4a34)if(ae(_0x42ef2b)){const _0x229742=_0x4d5d33[_0x57195b(0xd7)][_0x57195b(0xbe)](_0x42ef2b[_0x57195b(0x13c)][_0x57195b(0xdd)]);_0x42ef2b[_0x57195b(0x13c)][_0x57195b(0x138)](_0x57195b(0xe5),_0x57195b(0xd0))['to'](_0x229742,_0x57195b(0xbb),_0x57195b(0xd0));}_0x4d5d33['ui'][_0x57195b(0x139)][_0x57195b(0x100)](_0x57195b(0x11c),_0x5544c1=>this[_0x57195b(0xee)](_0x5544c1,_0x4b4a34,_0x7f7b22)),_0x4d5d33['ui'][_0x57195b(0x139)][_0x57195b(0x100)](_0x57195b(0x120),_0x42cfb7=>this[_0x57195b(0xb8)](_0x42cfb7,_0x4b4a34,_0x7f7b22));}[_0x2dd59(0xee)](_0x120ff3,_0xf397cf,_0x252981){const _0x4b7de7=_0x2dd59,_0x133cca=_0x4c9e9a(_0x120ff3,_0x31aaf8),_0x35c47a=this[_0x4b7de7(0xe0)][_0x4b7de7(0xd7)][_0x4b7de7(0xbe)](_0x4b7de7(0x11c));_0x133cca[_0x4b7de7(0x10c)][_0x4b7de7(0x12c)]({'tooltip':_0x252981,'label':_0x252981,'icon':_0x505083}),_0x133cca[_0x4b7de7(0x10c)][_0x4b7de7(0x138)](_0x4b7de7(0xe5))['to'](_0x35c47a,_0x4b7de7(0xbb)),_0x133cca[_0x4b7de7(0x10c)]['on'](_0x4b7de7(0xf9),()=>{const _0x4d8427=_0x4b7de7;_0x35c47a[_0x4d8427(0xf9)](),this[_0x4d8427(0xe0)][_0x4d8427(0x103)][_0x4d8427(0x112)][_0x4d8427(0xc2)]();}),_0x23d36e(_0x133cca,_0xf397cf);const _0x2d59b9=[];for(const _0x2d8cee of _0xf397cf)ae(_0x2d8cee)&&_0x2d59b9[_0x4b7de7(0x117)](this[_0x4b7de7(0xe0)][_0x4b7de7(0xd7)][_0x4b7de7(0xbe)](_0x2d8cee[_0x4b7de7(0x13c)][_0x4b7de7(0xdd)]));const _0x5621f5=_0x133cca[_0x4b7de7(0x10c)];return _0x5621f5[_0x4b7de7(0xe7)][_0x4b7de7(0xcb)](_0x4b7de7(0xd0)),_0x5621f5[_0x4b7de7(0x111)][_0x4b7de7(0xcb)](_0x4b7de7(0xd0)),_0x5621f5[_0x4b7de7(0xe7)][_0x4b7de7(0x138)](_0x4b7de7(0xd0))['to'](_0x35c47a,_0x4b7de7(0xd0)),_0x5621f5[_0x4b7de7(0x111)][_0x4b7de7(0x138)](_0x4b7de7(0xd0))[_0x4b7de7(0x10b)](_0x2d59b9,_0x4b7de7(0xd0),(..._0x5abc89)=>_0x5abc89[_0x4b7de7(0x124)](_0x4f62ce=>_0x4f62ce)),_0x133cca['on'](_0x4b7de7(0xf9),_0xf9df82=>{const _0x3ee9e6=_0x4b7de7;this[_0x3ee9e6(0xe0)][_0x3ee9e6(0xf9)](_0xf9df82[_0x3ee9e6(0xc9)][_0x3ee9e6(0xdd)]),this[_0x3ee9e6(0xe0)][_0x3ee9e6(0x103)][_0x3ee9e6(0x112)][_0x3ee9e6(0xc2)]();}),_0x133cca;}[_0x2dd59(0xb8)](_0xefb344,_0x76260a,_0x10e9ae){const _0x587270=_0x2dd59,_0x3336bb=new _0x19a7a5(_0xefb344),_0x3368aa=this[_0x587270(0xe0)][_0x587270(0xd7)][_0x587270(0xbe)](_0x587270(0x11c));_0x3336bb[_0x587270(0x10c)][_0x587270(0x12c)]({'label':_0x10e9ae,'icon':_0x505083});const _0x298dbd=new _0x1c48cb(_0xefb344);for(const _0x4eaeb2 of _0x76260a){if(_0x587270(0xeb)==_0x4eaeb2[_0x587270(0xc3)]){_0x298dbd[_0x587270(0xfa)][_0x587270(0x100)](new _0x16c0c3(_0xefb344));continue;}const _0x310442=new _0x45f16c(_0xefb344,_0x3336bb),_0x461fc5=new _0x472e32(_0xefb344),_0x538b5c=_0x4eaeb2[_0x587270(0x13c)];_0x461fc5[_0x587270(0x138)](...Object[_0x587270(0xe9)](_0x538b5c))['to'](_0x538b5c),_0x461fc5[_0x587270(0xba)](_0x587270(0xf9))['to'](_0x3336bb),_0x461fc5['on'](_0x587270(0xf9),()=>{const _0xb4ce44=_0x587270;this[_0xb4ce44(0xe0)][_0xb4ce44(0xf9)](_0x538b5c[_0xb4ce44(0xdd)]),this[_0xb4ce44(0xe0)][_0xb4ce44(0x103)][_0xb4ce44(0x112)][_0xb4ce44(0xc2)]();}),_0x310442[_0x587270(0xde)][_0x587270(0x100)](_0x461fc5),_0x298dbd[_0x587270(0xfa)][_0x587270(0x100)](_0x310442);}return _0x3336bb[_0x587270(0x138)](_0x587270(0xd0))['to'](_0x3368aa,_0x587270(0xd0)),_0x3336bb[_0x587270(0x127)][_0x587270(0xde)][_0x587270(0x100)](_0x298dbd),_0x3336bb;}[_0x2dd59(0xe8)](_0x2259a2){const _0x1db11c=_0x2dd59,_0x3938ba=this[_0x1db11c(0xe0)],_0x3a5492=_0x3938ba[_0x1db11c(0x107)],_0x32d202=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0x130)),_0x1b87f=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0x118)),_0x5e992e=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0xd4)),_0x575fa6=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x2c769d)['me'],_0x331e1b=_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x11c))[_0x1db11c(0x114)],{CommentsListView:_0x2f3055,CommentThreadInputView:_0x5afc68}=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0xbf));let _0x1397b2,_0x4620f9;this[_0x1db11c(0xd5)][_0x1db11c(0x108)](_0x2259a2['id'])?(_0x4620f9=this[_0x1db11c(0xd5)][_0x1db11c(0xbe)](_0x2259a2['id']),_0x1397b2=_0x4620f9[_0x1db11c(0x133)]):(_0x1397b2=new _0x331e1b(_0x3938ba[_0x1db11c(0xb9)],_0x2259a2,_0x575fa6,{'disableComments':this[_0x1db11c(0xed)],'editorConfig':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0xbc)),'maxCommentsWhenCollapsed':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x11a)),'maxThreadTotalWeight':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0xf0)),'maxCommentCharsWhenCollapsed':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x104)),'formatDateTime':_0x22902a(_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0xb9))),'CommentView':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x12d))[_0x1db11c(0xb5)],'CommentsListView':_0x2f3055,'CommentThreadInputView':_0x5afc68}),_0x1397b2[_0x1db11c(0x119)]['on'](_0x1db11c(0xf9),()=>{const _0x186fd5=_0x1db11c;_0x3938ba[_0x186fd5(0x103)][_0x186fd5(0x112)][_0x186fd5(0xc2)]();}),_0x1397b2[_0x1db11c(0xdf)]['on'](_0x1db11c(0xf9),()=>{const _0x3a89be=_0x1db11c;_0x3938ba[_0x3a89be(0x103)][_0x3a89be(0x112)][_0x3a89be(0xc2)]();}),_0x4620f9=_0x32d202[_0x1db11c(0x121)](this[_0x1db11c(0xe0)][_0x1db11c(0xb9)],_0x1397b2),_0x4620f9[_0x1db11c(0x138)](_0x1db11c(0xf5))['to'](_0x1397b2,_0x1db11c(0xf5)),_0x4620f9[_0x1db11c(0x138)](_0x1db11c(0xd2))['to'](_0x1397b2),_0x4620f9[_0x1db11c(0x138)](_0x1db11c(0xc3))['to'](_0x1397b2,_0x1db11c(0xc3),_0x3a0f1f=>_0x1db11c(0xf4)+_0x3a0f1f),this[_0x1db11c(0xd5)][_0x1db11c(0x12c)](_0x2259a2['id'],_0x4620f9));const _0xb49d56=_0x1b87f[_0x1db11c(0x13a)](_0x2259a2[_0x1db11c(0xc7)],_0x1397b2),_0x3e7407=new _0x28af5d(_0x3938ba,_0x2259a2,_0x1397b2,_0xb49d56),_0x1d83fc=_0x2259a2[_0x1db11c(0xef)]()[_0x1db11c(0xcd)](_0x112519=>_0x112519[_0x1db11c(0x131)]);_0x1397b2[_0x1db11c(0x10e)]=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0xe2))[_0x1db11c(0xf3)][_0x1db11c(0x101)](_0x1d83fc),this[_0x1db11c(0xbd)][_0x1db11c(0x12c)](_0x2259a2,_0x3e7407),this[_0x1db11c(0x109)][_0x1db11c(0x12c)](_0x1397b2,_0x3e7407);const _0x4059da=_0x32d202[_0x1db11c(0x129)]({'view':_0x4620f9,'target':()=>{const _0x4c51fc=_0x1db11c,_0x23ae9e=[],_0x55640a=_0x2259a2[_0x4c51fc(0xef)]()[_0x4c51fc(0xcd)](_0x174afe=>_0x174afe[_0x4c51fc(0x131)]);for(const _0x14e720 of _0x55640a)_0x23ae9e[_0x4c51fc(0x117)](..._0x14e720[_0x4c51fc(0xb4)]());return _0x3cac47(_0x3938ba[_0x4c51fc(0x103)],_0x23ae9e);},'type':()=>_0x1db11c(0xf4)+_0x3e7407[_0x1db11c(0x112)][_0x1db11c(0xc3)]});_0x1b87f[_0x1db11c(0xb1)](_0x1397b2,_0x4059da),_0x32d202[_0x1db11c(0x100)](_0x4059da),_0x5e992e[_0x1db11c(0xcf)](_0x4059da);}[_0x2dd59(0xff)](_0x4bfcc6){const _0x5a9bca=_0x2dd59,_0x119f15=this[_0x5a9bca(0xe0)][_0x5a9bca(0xca)][_0x5a9bca(0xbe)](_0x5a9bca(0x118)),_0x1a4658=this[_0x5a9bca(0xe0)][_0x5a9bca(0xca)][_0x5a9bca(0xbe)](_0x5a9bca(0x130)),_0x448595=this[_0x5a9bca(0xbd)][_0x5a9bca(0xbe)](_0x4bfcc6),_0x52462b=_0x448595[_0x5a9bca(0x112)],_0x2374f4=_0x1a4658[_0x5a9bca(0xec)](_0x52462b);_0x119f15[_0x5a9bca(0x106)](_0x52462b),_0x2374f4&&_0x1a4658[_0x5a9bca(0x122)](_0x2374f4),this[_0x5a9bca(0xbd)][_0x5a9bca(0xfc)](_0x4bfcc6),this[_0x5a9bca(0x109)][_0x5a9bca(0xfc)](_0x52462b),_0x448595[_0x5a9bca(0xd1)]();}[_0x2dd59(0xc5)](_0x53d743){const _0x583d20=_0x2dd59;if(!_0x53d743[_0x583d20(0x131)]||!this[_0x583d20(0xbd)][_0x583d20(0x108)](_0x53d743))return;const _0x2d17fb=this[_0x583d20(0xe0)][_0x583d20(0xca)][_0x583d20(0xbe)](_0x583d20(0xe2)),_0x32e9c8=this[_0x583d20(0xbd)][_0x583d20(0xbe)](_0x53d743),_0x4ff2d2=_0x53d743[_0x583d20(0xef)]();_0x32e9c8[_0x583d20(0x112)][_0x583d20(0x10e)]=_0x2d17fb[_0x583d20(0xf3)][_0x583d20(0x101)](_0x4ff2d2);}[_0x2dd59(0xd1)](){const _0x1fdcc9=_0x2dd59;for(const _0x4941f4 of this[_0x1fdcc9(0xbd)][_0x1fdcc9(0xe9)]())this[_0x1fdcc9(0xff)](_0x4941f4);for(const _0x59a313 of this[_0x1fdcc9(0xd5)][_0x1fdcc9(0xc1)]())_0x59a313[_0x1fdcc9(0x133)][_0x1fdcc9(0xd1)]();super[_0x1fdcc9(0xd1)]();}}function _0x1404(){const _0x287c79=['getAllAdjacentSuggestions','comments.maxThreadTotalWeight','addComment','hasSuggestion','_descriptionFactory','suggestion-','isDirty','button','suggestionUnloaded','Track\x20changes','execute','items','getRanges','delete','pluginName','trackChanges.disableComments','_destroyController','add','getDescriptions','5JiuPCX','editing','comments.maxCommentCharsWhenCollapsed','listenTo','_unbindEditors','config','has','_viewToController','Accept\x20all\x20selected\x20suggestions','toMany','buttonView','discardAllSuggestions','descriptionParts','getFirstRange','_handleControllerBuffer','arrowView','view','isMultiRange','SuggestionThreadView','change:previous','activeAnnotations','push','CommentsRepository','acceptButton','comments.maxCommentsWhenCollapsed','suggestionChanged','trackChanges','getSuggestion','define','10otNzkT','menuBar:trackChanges','createAnnotationView','remove','Accept\x20all\x20suggestions','some','switchbutton','Discard\x20all\x20suggestions','panelView','refreshSelectedViews','createAnnotation','discardSelectedSuggestions','11430297LBMeGo','set','comments','size','requires','Annotations','isInContent','init','mainView','8WecGEG','change:activeAnnotations','45401257pnUZJe','acceptAllSuggestions','bind','componentFactory','createCommentThreadController','1238HXJlnS','model','getMarkerNames','stopListening','activeMarkers','_bindAnnotationToEditors','addSourceCollector','head','getMarkers','CommentView','5510728IChfKb','getJoined','_createMenuBarMenu','locale','delegate','value','comments.editorConfig','_suggestionToController','get','CommentsUI','TrackChangesUI','values','focus','type','previous','_updateController','7067208fSwJBn','commentThread','1061mCXtfr','source','plugins','unbind','suggestionLoaded','filter','_handleSuggestionControllerDelayed','registerAnnotation','isEnabled','destroy','length','acceptSelectedSuggestions','EditorAnnotations','_annotationViews','trackChanges.SuggestionThreadView','commands','6718131AKErJp','innerView','_refreshActiveMarkers','3314430TUZpfE','lowest','commandName','children','discardButton','editor','from','TrackChangesEditing','_addUIComponentsToFactory','reduce','isOn','Discard\x20all\x20selected\x20suggestions','actionView','_initializeController','keys','clear','separator','getByInnerView','_disableComments','_createToolbarButton'];_0x1404=function(){return _0x287c79;};return _0x1404();}function ae(_0x294fb2){const _0x3ab6f8=_0x2dd59;return _0x3ab6f8(0x13c)in _0x294fb2;}